Library of Congress script transliterator.
scossu 068e88a01f Fix some test and coda logic (to be verified). | hace 1 año | |
---|---|---|
doc | hace 1 año | |
ext | hace 2 años | |
legacy | hace 1 año | |
scriptshifter | hace 1 año | |
tests | hace 1 año | |
.gitignore | hace 2 años | |
.gitmodules | hace 2 años | |
Dockerfile | hace 2 años | |
LICENSE | hace 2 años | |
NOTES.md | hace 2 años | |
README.md | hace 1 año | |
TODO.md | hace 2 años | |
entrypoint.sh | hace 2 años | |
requirements.txt | hace 2 años | |
uwsgi.ini | hace 2 años | |
wsgi.py | hace 2 años |
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 contributing guide.
See the doc
folder for additional documentation.