Skip to content

More advanced Python version for Dialeqt project

Notifications You must be signed in to change notification settings

BenderTrump/lingvodoc

 
 

Repository files navigation

LingvoDoc project

This project is dedicated to natural languages and dialects documentation. It's the continuation of Dialeqt project (which was written in C++/QT5/Pure SQL). LingvoDoc is intended to provide natural language documentation service as Web-service and provides REST API and ajax-based client application.

Dependancies

  • pyramid (framework)

  • sqlalchemy (ORM)

Running the project for development

  • Create virtual python environment for Python (3.3+ recommended; 2.7+ should work too but is not tested)

  • Declare env variable for your virtual environment: export VENV=

  • cd

  • $VENV/bin/python setup.py develop

  • $VENV/bin/initialize_lingvodoc_db development.ini

  • $VENV/bin/pserve development.ini

API documentation

/client_id /version /channel /sync /words /word /paradigms /paradigm /dictionaries /dictionary (contains words, paradigms, corpus set etc) /authors /sound /markup

About

More advanced Python version for Dialeqt project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.2%
  • Python 2.8%