Library of Congress script transliterator.
scossu 9512e42b36 Merge branch 'main' into chinese | hai 1 ano | |
---|---|---|
doc | hai 1 ano | |
ext | %!s(int64=2) %!d(string=hai) anos | |
legacy | hai 1 ano | |
scriptshifter | hai 1 ano | |
tests | hai 1 ano | |
.gitignore | %!s(int64=2) %!d(string=hai) anos | |
.gitmodules | %!s(int64=2) %!d(string=hai) anos | |
Dockerfile | %!s(int64=2) %!d(string=hai) anos | |
LICENSE | %!s(int64=2) %!d(string=hai) anos | |
NOTES.md | %!s(int64=2) %!d(string=hai) anos | |
README.md | hai 1 ano | |
TODO.md | %!s(int64=2) %!d(string=hai) anos | |
entrypoint.sh | %!s(int64=2) %!d(string=hai) anos | |
requirements.txt | %!s(int64=2) %!d(string=hai) anos | |
uwsgi.ini | %!s(int64=2) %!d(string=hai) anos | |
wsgi.py | %!s(int64=2) %!d(string=hai) anos |
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.