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