CUNY-CL / latin_scansion_webapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🏛️ Latin scansion webapp 🏛️

This is a webapp wrapper for the Latin scansion engine.

License

The engine is released under an Apache 2.0 license. Please see LICENSE.txt for details.

Installation

Install requirements:

pip install -r requirements.txt

Then, copy the grammar FAR all.far into the working directory.

Launch for development

FLASK_ENV=development flask run

Launch for production

gunicorn app:app

Authors

About

License:Apache License 2.0


Languages

Language:HTML 60.7%Language:CSS 25.4%Language:Python 11.1%Language:JavaScript 2.6%Language:Procfile 0.1%