AdityaJ7 / pyrrha

A language independant post correction app for POS and lemmatization

Home Page:https://dh.chartes.psl.eu/pyrrha/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pyrrha

Coverage Status Build Status DOI

Pyrrha is a simple Python Flask WebApp to fasten the post-correction of lemmatized and morpho-syntactic tagged corpora.

How to cite

This web application and its maintenance is done by Julien Pilla (@MrGecko) and Thibault Clérice (@ponteineptique). To learn how to cite this repository, go check our releases.

@software{thibault_clerice_2019_3524771,
  author       = {Clérice, Thibault and Pilla, Julien and Camps, Jean-Baptiste and Jolivet, Vincent and Pinche, Ariane},
  title        = {Pyrrha, A language independant post correction app for POS and lemmatization},
  month        = nov,
  year         = 2019,
  publisher    = {Zenodo},
  version      = {Any Version},
  doi          = {10.5281/zenodo.2325427},
  url          = {https://doi.org/10.5281/zenodo.2325427}
}

Credits

This software is built as an addition to the tagger Pie by Enrique Manjavacas (@emanjavacas) and Mike Kestemont (@mikekestemont) DOI

Demo

Pandora Post-Correction Editor

Install

Start by cloning the repository, and moving inside the created folder

git clone https://github.com/hipster-philology/pyrrha.git
cd pyrrha/

Create a virtual environment, source it and run

pip install -r requirements.txt
python manage.py db-create

Run

python manage.py run

How to contribute

Source

This app is wished to be simple and local at the moment (No User system). But to keep in the abilities to extend and use other systems, we based some of our decisions on https://github.com/hack4impact/flask-base/ and the general structure is following theirs.

About

A language independant post correction app for POS and lemmatization

https://dh.chartes.psl.eu/pyrrha/

License:MIT License


Languages

Language:Python 58.4%Language:JavaScript 23.5%Language:HTML 17.3%Language:CSS 0.7%Language:Shell 0.0%