Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Yiddish transliteration via submodules. * Update checkout workflow. * Change refs for Yiddish submodules. * Fix WORKDIR in Dockerfile * Do not remove yiddish module. * Manually add yiddish submodules. * Use git clone instead of submodule. * Move ext checkout to github actions. * Chinese numerals (#97) * WIP Parse Chinese numerals. * WIP complete number parsing. * Complete Chinese numerals: * Use standard table override instead of pre-config hooks. * Add few test strings. * Complete numerals: * Transliterate all numeric examples correctly * Modify hook return logic for consistency * WIP partial spacing fix. * Some cleanup; upgrade docker OS. * Add dependency for uwsgi. * Squashed commit of the following: (#98) commit 30859a5 Author: scossu <[email protected]> Date: Wed Feb 28 22:17:36 2024 -0500 Move ext checkout to github actions. commit 6d8da6d Author: scossu <[email protected]> Date: Wed Feb 28 21:45:01 2024 -0500 Use git clone instead of submodule. commit ade9da5 Author: scossu <[email protected]> Date: Wed Feb 28 21:42:45 2024 -0500 Manually add yiddish submodules. commit 77cb9ef Author: scossu <[email protected]> Date: Wed Feb 28 21:23:37 2024 -0500 Do not remove yiddish module. commit e405b36 Author: scossu <[email protected]> Date: Wed Feb 28 09:11:41 2024 -0500 Fix WORKDIR in Dockerfile commit 95445ba Author: scossu <[email protected]> Date: Wed Feb 28 09:07:50 2024 -0500 Change refs for Yiddish submodules. commit 208ea09 Author: scossu <[email protected]> Date: Wed Feb 28 08:45:58 2024 -0500 Update checkout workflow. * Add debug output to /trans response. * Split docker files and requirements. * Add bad request debug handler. * Adjust CI workflows. * Fix image name typo. * Refine triggers. * Fix typo on test workflow trigger. * Use JSON in POST body. * Also use JSON in feedback request; update docs. * Return json data in 400 debug. * Update Aksharamukha. * Add new set of languages; separate pre and post options in Aksharamukha. (#102) * Add all remaining Devanagari scripts. (#107) * Add R2S for Kurdish, Persian, Pushto, Urdu, and bidirectional Divehi. * Add R2S for Kurdish, Persian, Pushto, Urdu, and bidirectional Divehi. (#108) * Fix YAML syntax errors. * P3 legacy mappings (#109) * Add R2S for Kurdish, Persian, Pushto, Urdu, and bidirectional Divehi. * Fix YAML syntax errors. * Fix table section for Divehi. * P3 legacy mappings (#110) * Add R2S for Kurdish, Persian, Pushto, Urdu, and bidirectional Divehi. * Fix YAML syntax errors. * Fix table section for Divehi. * Fix mapping for Divehi. * Add Thai from Randy's table * Fix YAML errors in Thai alt. * Fix Tamil YAML. * Fix Malayalam config. * Fix Greek numerals logic; add test strings. * Add Malayalam to index. * Better exception handling. * Add CORS to all routes. * Add MARC codes to language index. * Fix Greek S2R table. * Tolerate and normalize nested tokens. * Add Assamese table. * Fix char index misalignment after ignoring. * Yiddish (#123) * Use yiddish package from pypi; add loshn_koydesh override. * Remove yiddish submodule update from build automation. * Add lk override path to example.env. * Fix some CI issues. * Test CI. * test. * Add git fetch --tags. * Fix syntax. * Add --always. * Mirror config updates in push-app-image action. * Add git info to home page.
- Loading branch information