Library of Congress script transliterator.
scossu b1e1ad3eb5 Remove Greek from index. | há 1 ano atrás | |
---|---|---|
doc | há 2 anos atrás | |
ext | há 2 anos atrás | |
legacy | há 2 anos atrás | |
scriptshifter | há 1 ano atrás | |
tests | há 2 anos atrás | |
.gitignore | há 2 anos atrás | |
.gitmodules | há 2 anos atrás | |
Dockerfile | há 2 anos atrás | |
LICENSE | há 2 anos atrás | |
NOTES.md | há 2 anos atrás | |
README.md | há 2 anos atrás | |
TODO.md | há 2 anos atrás | |
entrypoint.sh | há 2 anos atrás | |
requirements.txt | há 2 anos atrás | |
uwsgi.ini | há 2 anos atrás | |
wsgi.py | há 2 anos atrás |
REST API service to convert non-Latin scripts to Latin, and vice versa.
Build container in current dir:
docker build -t scriptshifter:latest .
Start container:
docker run -e TXL_FLASK_SECRET=changeme -p 8000:8000 scriptshifter:latest
For running in development mode, add -e FLASK_ENV=development
to the options.
/
renders a simple HTML form to test the transliteration service.
See the doc
folder for additional documentation.