Library of Congress script transliterator.

Stefano Cossu ad5d6ae1a9 Update TODO. il y a 1 an
data 424ae56846 Fix typos in Asian Cyrillic tables. il y a 1 an
doc 8a4a41bb0a Initial word boundary implementation. il y a 1 an
transliterator 777499ac1b Fix Ethiopic typo. il y a 1 an
.gitignore 45beb9b314 Ignore .bas files. il y a 1 an
Dockerfile acf4bf7b3d Flask and Docker boilerplate. il y a 1 an
LICENSE 20cb85dad1 Initial commit il y a 1 an
NOTES.md 70cad517c7 Add some answers to questions in the notes. il y a 1 an
README.md b5bef43025 Partial hooks guide; move all docs under `doc`. il y a 1 an
TODO.md ad5d6ae1a9 Update TODO. il y a 1 an
entrypoint.sh acf4bf7b3d Flask and Docker boilerplate. il y a 1 an
requirements.txt acf4bf7b3d Flask and Docker boilerplate. il y a 1 an
uwsgi.ini acf4bf7b3d Flask and Docker boilerplate. il y a 1 an
wsgi.py acf4bf7b3d Flask and Docker boilerplate. il y a 1 an

README.md

transliterator

REST API service to convert non-Latin scripts to Latin, and vice versa.

Run on Docker

Build container in current dir:

docker build -t transliterator:latest .

Start container:

docker run -e TXL_FLASK_SECRET=changeme -p 8000:8000 transliterator:latest

For running in development mode, add -e FLASK_ENV=development to the options.

Web UI

/ renders a simple HTML form to test the transliteration service.

Further documentation

See the doc folder for additional documentation.