Library of Congress script transliterator.
Stefano Cossu bacd528701 No-op. | %!s(int64=2) %!d(string=hai) anos | |
---|---|---|
data | %!s(int64=2) %!d(string=hai) anos | |
transliterator | %!s(int64=2) %!d(string=hai) anos | |
.gitignore | %!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 | %!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 transliterator:latest .
Start container:
docker run -e TXL_FLASK_SECRET=changeme -p 8000:8000 transliterator:latest
Test service:
curl localhost:8000/health
TODO: API endpoints are stubs at the moment.