Library of Congress script transliterator.
|
|
1 anno fa | |
|---|---|---|
| doc | 2 anni fa | |
| ext | 2 anni fa | |
| legacy | 2 anni fa | |
| scriptshifter | 1 anno fa | |
| tests | 1 anno fa | |
| .gitignore | 3 anni fa | |
| .gitmodules | 2 anni fa | |
| Dockerfile | 2 anni fa | |
| LICENSE | 3 anni fa | |
| NOTES.md | 3 anni fa | |
| README.md | 2 anni fa | |
| TODO.md | 2 anni fa | |
| entrypoint.sh | 3 anni fa | |
| requirements.txt | 3 anni fa | |
| uwsgi.ini | 3 anni fa | |
| wsgi.py | 3 anni fa |
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.