This is a webapp wrapper for the Latin scansion engine.
The engine is released under an Apache 2.0 license. Please see LICENSE.txt for details.
Install requirements:
pip install -r requirements.txt
Then, copy the grammar FAR all.far
into the working directory.
FLASK_ENV=development flask run
gunicorn app:app