pyrrha
A language-independent post-correction app for POS-tagging and lemmatization
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 6 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.4%) to scientific vocabulary
Keywords
Repository
A language-independent post-correction app for POS-tagging and lemmatization
Basic Info
- Host: GitHub
- Owner: hipster-philology
- License: mit
- Language: Python
- Default Branch: dev
- Homepage: https://pyrrha.huma-num.fr
- Size: 26.2 MB
Statistics
- Stars: 28
- Watchers: 5
- Forks: 16
- Open Issues: 51
- Releases: 11
Topics
Metadata Files
README.md
Pyrrha
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). As software is research please cite the software if you use it using the following informations:
latex
@software{thibault_clerice_2019_3524771,
author = {Clérice, Thibault and Janès, Juliette and Pilla, Julien and Camps, Jean-Baptiste and Pinche, Ariane and Gille-Levenson, Matthias and Jolivet, Vincent},
title = {Pyrrha, A language independant post correction app for POS and lemmatization},
month = nov,
year = 2024,
publisher = {Zenodo},
version = {4.0.0},
doi = {10.5281/zenodo.2325427},
url = {https://doi.org/10.5281/zenodo.2325427}
}
They used Pyrrha
You can find a set of projects and papers that used us in the examples.bib file.
Update the translations
From the root directory, run:
pybabel compile -d translations
Demo

Install
Start by cloning the repository, and moving inside the created folder
bash
git clone https://github.com/hipster-philology/pyrrha.git
cd pyrrha/
Create a virtual environment, source it and run
bash
pip install -r requirements.txt
python manage.py db-create
Run
bash
python manage.py run
Creating a new user locally
- Run the application
- Click register and register. Remember to note the user email you register with.
- Stop the application
- Run
python manage.py edit-user [EMAIL] --confirm-mail --role Administratoror simplypython manage.py edit-user [EMAIL] --confirm-mailif you don't want administrator role. Replace[EMAIL]with the mail you used. If you are simply running it for yourself, we would definitely recommend to use the Administrator role though. - Run the application, login and enjoy !
Update the translations
From the root directory, run:
python manage.py translate compile
If you changed the template or variables
```sh python manage.py translate update
Change the translation and then do
python manage.py translate compile ```
If you want to add a language
sh
python manage.py translate init fr
python manage.py translate update
python manage.py translate compile
How to contribute
- See Contribute.md
Maintainers
- Thibault Clérice
- Juliette Janès
Past maintainers
Contributors
- Lungsang-bod
- Jean-Baptiste Camps
- Ariane Pinche
- Vincent Jolivet
- ngawangtrinley
- FrFerry
- saisiddhant12
- jhrdt
- AdityaJ7
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.
Owner
- Name: hipster-philology
- Login: hipster-philology
- Kind: organization
- Repositories: 6
- Profile: https://github.com/hipster-philology
Citation (CITATION.CFF)
cff-version: 1.1.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Clérice
given-names: Thibault
orcid: https://orcid.org/0000-0003-1852-9204
- family-names: Janès
given-names: Juliette
- family-names: Pilla
given-names: Julien
- family-names: Camps
given-names: Jean-Baptiste
- family-names: Pinche
given-names: Ariane
- family-names: Gille-Levenson
given-names: Matthias
- family-names: Jolivet
given-names: Vincent
title: "Pyrrha, a language-independent post-correction app for POS-tagging and lemmatization"
version: 4.0.0
doi: 10.5281/zenodo.2325427
date-released: 2024-03-19
GitHub Events
Total
- Issues event: 3
- Watch event: 1
- Issue comment event: 3
- Push event: 1
Last Year
- Issues event: 3
- Watch event: 1
- Issue comment event: 3
- Push event: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 2
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 2
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 2
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- PonteIneptique (7)
- matgille (6)
- FChrispz (1)
- EliseSor (1)
- CVidalG (1)
- johnloque (1)
Pull Request Authors
- PonteIneptique (11)
- Juliettejns (6)
- dependabot[bot] (5)
- matgille (2)
- carinedengler (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- Flask ==2.1.2
- Flask-Compress ==1.12
- Flask-Login ==0.6.0
- Flask-Mail ==0.9.1
- Flask-SQLAlchemy ==2.5.1
- Flask-Testing ==0.8.1
- Flask-WTF ==1.0.1
- Jinja2 ==3.1.2
- PyYaml ==6.0
- SQLAlchemy ==1.4.36
- WTForms ==3.0.1
- WTForms-SQLAlchemy *
- Werkzeug ==2.1.2
- authlib *
- cov-core ==1.15.0
- coverage *
- email_validator <2.0.0
- flask-babel *
- flask-markdown ==0.3
- itsdangerous *
- mock ==4.0.3
- nose ==1.3.7
- python-slugify ==6.1.2
- selenium >=3.141.0
- unidecode ==1.3.4
- AndreMiras/coveralls-python-action v20201129 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite