Library of Congress script transliterator.

Stefano Cossu 5a3fa0c5d0 Move old configs to legacy. há 1 ano atrás
doc 8a4a41bb0a Initial word boundary implementation. há 1 ano atrás
legacy 5a3fa0c5d0 Move old configs to legacy. há 1 ano atrás
transliterator 018d3b9e8a Update Cyrillic scripts. há 1 ano atrás
.gitignore 45beb9b314 Ignore .bas files. há 1 ano atrás
Dockerfile acf4bf7b3d Flask and Docker boilerplate. há 1 ano atrás
LICENSE 20cb85dad1 Initial commit há 1 ano atrás
NOTES.md 70cad517c7 Add some answers to questions in the notes. há 1 ano atrás
README.md b5bef43025 Partial hooks guide; move all docs under `doc`. há 1 ano atrás
TODO.md 19063a2efa BReak loop on alphabetical order. há 1 ano atrás
entrypoint.sh acf4bf7b3d Flask and Docker boilerplate. há 1 ano atrás
requirements.txt acf4bf7b3d Flask and Docker boilerplate. há 1 ano atrás
uwsgi.ini acf4bf7b3d Flask and Docker boilerplate. há 1 ano atrás
wsgi.py acf4bf7b3d Flask and Docker boilerplate. há 1 ano atrás

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.