Library of Congress script transliterator.
scossu b1e1ad3eb5 Remove Greek from index. | 1 éve | |
---|---|---|
doc | 2 éve | |
ext | 2 éve | |
legacy | 2 éve | |
scriptshifter | 1 éve | |
tests | 2 éve | |
.gitignore | 2 éve | |
.gitmodules | 2 éve | |
Dockerfile | 2 éve | |
LICENSE | 2 éve | |
NOTES.md | 2 éve | |
README.md | 2 éve | |
TODO.md | 2 éve | |
entrypoint.sh | 2 éve | |
requirements.txt | 2 éve | |
uwsgi.ini | 2 éve | |
wsgi.py | 2 éve |
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.