All Projects → hipster-philology → pyrrha

hipster-philology / pyrrha

Licence: MIT License
A language independant post correction app for POS and lemmatization

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to pyrrha

AD-webmanager
A web interface for administration of Active Directory Domains, made in Python, with focus on easy of use and simplicity.
Stars: ✭ 26 (+85.71%)
Mutual labels:  flask-application
restaurant-finder-featureReviews
Build a Flask web application to help users retrieve key restaurant information and feature-based reviews (generated by applying market-basket model – Apriori algorithm and NLP on user reviews).
Stars: ✭ 21 (+50%)
Mutual labels:  flask-application
rasa-site-bot
A chatbot that fetches events details from a conference's website
Stars: ✭ 81 (+478.57%)
Mutual labels:  flask-application
lemma
A Morphological Parser (Analyser) / Lemmatizer written in Elixir.
Stars: ✭ 45 (+221.43%)
Mutual labels:  lemmatization
robotframework-historic
Robotframework-historic is a free, custom html report which provides historical robotframework execution results by storing execution results info in MySQL database and generate's html reports (charts / statistics) from database using Flask.
Stars: ✭ 70 (+400%)
Mutual labels:  flask-application
codechef-rank-comparator
Web application hosted on Heroku cloud platform based on web scraping in python using lxml library (XML Path Language).
Stars: ✭ 23 (+64.29%)
Mutual labels:  flask-application
gimme-that
A file upload server tool written in Python.
Stars: ✭ 27 (+92.86%)
Mutual labels:  flask-application
flask-admin-boilerplate
Flask Admin Boilerplate with MongoDB
Stars: ✭ 63 (+350%)
Mutual labels:  flask-application
Chatbot
A Deep-Learning multi-purpose chatbot made using Python3
Stars: ✭ 36 (+157.14%)
Mutual labels:  flask-application
kerkoapp
A web application that provides a faceted search interface for bibliographies managed with Zotero.
Stars: ✭ 30 (+114.29%)
Mutual labels:  flask-application
textextractor2.0
🔥 This web app extracts text in an image.
Stars: ✭ 16 (+14.29%)
Mutual labels:  flask-application
MLH-Quizzet
This is a smart Quiz Generator that generates a dynamic quiz from any uploaded text/PDF document using NLP. This can be used for self-analysis, question paper generation, and evaluation, thus reducing human effort.
Stars: ✭ 23 (+64.29%)
Mutual labels:  flask-application
username-availability-checker
Live at : https://username-check.herokuapp.com/
Stars: ✭ 84 (+500%)
Mutual labels:  flask-application
wink-lemmatizer
English lemmatizer
Stars: ✭ 53 (+278.57%)
Mutual labels:  lemmatization
flask heroku example
How to deploy a Flask application using Heroku
Stars: ✭ 34 (+142.86%)
Mutual labels:  flask-application
alix
A Lucene Indexer for XML, with lexical analysis (lemmatization for French)
Stars: ✭ 15 (+7.14%)
Mutual labels:  lemmatization
simplemma
Simple multilingual lemmatizer for Python, especially useful for speed and efficiency
Stars: ✭ 32 (+128.57%)
Mutual labels:  lemmatization
udar
UDAR Does Accented Russian: A finite-state morphological analyzer of Russian that handles stressed wordforms.
Stars: ✭ 15 (+7.14%)
Mutual labels:  lemmatization
Bank-Note-Authentication
💸 Authenticate Bank Notes on the basis of Genuity and Forged using Sklearn and deployed on Heroku and FastAPI Server 💳 💲
Stars: ✭ 17 (+21.43%)
Mutual labels:  flask-application
textstem
Tools for fast text stemming & lemmatization
Stars: ✭ 36 (+157.14%)
Mutual labels:  lemmatization

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). As software is research please cite the software if you use it using the following informations:

@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 It can connect to lemmatization service like Deucalion.

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

Creating a new user locally

  1. Run the application
  2. Click register and register. Remember to note the user email you register with.
  3. Stop the application
  4. Run python manage.py edit-user [EMAIL] --confirm-mail --role Administrator or simply python manage.py edit-user [EMAIL] --confirm-mail if 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.
  5. Run the application, login and enjoy !

How to contribute

Maintainers

Contributors

-Jean-Baptiste Camps -ngawangtrinley -FrFerry -Vincent Jolivet -Ariane Pinche -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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].