Library of Congress script transliterator.

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

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.