Library of Congress script transliterator.

Stefano Cossu 9c1afe2bc2 Mongolian inherits _ignore_base. hai 1 ano
doc 8a4a41bb0a Initial word boundary implementation. hai 1 ano
legacy 5a3fa0c5d0 Move old configs to legacy. hai 1 ano
tests 34e9c11b40 Add Hindi (buggy). hai 1 ano
transliterator 9c1afe2bc2 Mongolian inherits _ignore_base. hai 1 ano
.gitignore 45beb9b314 Ignore .bas files. hai 1 ano
Dockerfile acf4bf7b3d Flask and Docker boilerplate. hai 1 ano
LICENSE 20cb85dad1 Initial commit hai 1 ano
NOTES.md 70cad517c7 Add some answers to questions in the notes. hai 1 ano
README.md b5bef43025 Partial hooks guide; move all docs under `doc`. hai 1 ano
TODO.md c5de4bbd6c Do not mark word breaking characters as word boundaries. hai 1 ano
entrypoint.sh acf4bf7b3d Flask and Docker boilerplate. hai 1 ano
requirements.txt acf4bf7b3d Flask and Docker boilerplate. hai 1 ano
uwsgi.ini acf4bf7b3d Flask and Docker boilerplate. hai 1 ano
wsgi.py acf4bf7b3d Flask and Docker boilerplate. hai 1 ano

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.