Skip to content

Softcatala/conjugador

Repository files navigation

Description

Conjugador is a web application that allows to search and display verbs forms building the content from the spelling dictionary.

How it works

  1. extract.py reads diccionary 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

Git clone

To clone the repository and its submodules use:

git clone --recurse-submodules git@github.com:Softcatala/conjugador.git

Docker

To create Docker image, from the root directory type:

make docker-build

Simple execution of the Docker image:

make docker-run

Test from the browser:

License

Software

GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

Data

Same license that source projects.

Maintenance

Update dictionary & terms' definitions

Run:

make update-data

Contact

Contact Jordi Mas jmas@softcatala.org

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages