Library of Congress script transliterator.
scossu 20e1b731a8 Add UI checkbox. | пре 1 година | |
---|---|---|
doc | пре 1 година | |
ext | пре 2 година | |
legacy | пре 1 година | |
scriptshifter | пре 1 година | |
tests | пре 1 година | |
.gitignore | пре 2 година | |
.gitmodules | пре 2 година | |
Dockerfile | пре 2 година | |
LICENSE | пре 2 година | |
NOTES.md | пре 2 година | |
README.md | пре 1 година | |
TODO.md | пре 2 година | |
entrypoint.sh | пре 2 година | |
requirements.txt | пре 2 година | |
uwsgi.ini | пре 2 година | |
wsgi.py | пре 2 година |
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.