jaumeortola / conjugador

conjugador

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How it works

  1. extract.py reads diccionari file and extracts the verbs in JSON format (into data/jsons)
  2. index_creation.py reads the jsons and creates a Whoosh index (into data/indexdir)
  3. Flash application at web/ serves the content

Docker

To create Docker image, from the docker subdirectory type:

docker build -t conjugador ../ -f dockerfile

Simple execution of the Docker image:

docker run -p 8000:8000 -i -t conjugador

Test from the browser:

Contact

Contact Jordi Mas jmas@softcatala.org

About

conjugador


Languages

Language:Python 99.4%Language:Shell 0.6%