-
Notifications
You must be signed in to change notification settings - Fork 6
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. * 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.
- Loading branch information
Showing
15 changed files
with
231 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
general: | ||
name: Gujarati | ||
|
||
script_to_roman: | ||
hooks: | ||
post_config: | ||
- | ||
- aksharamukha.romanizer.s2r_post_config | ||
- src_script: "Gujarati" | ||
|
||
roman_to_script: | ||
hooks: | ||
post_config: | ||
- | ||
- aksharamukha.romanizer.r2s_post_config | ||
- dest_script: "Gujarati" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
general: | ||
name: Kannada | ||
|
||
script_to_roman: | ||
hooks: | ||
post_config: | ||
- | ||
- aksharamukha.romanizer.s2r_post_config | ||
- src_script: "Kannada" | ||
|
||
roman_to_script: | ||
hooks: | ||
post_config: | ||
- | ||
- aksharamukha.romanizer.r2s_post_config | ||
- dest_script: "Kannada" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
general: | ||
name: Khmer | ||
|
||
script_to_roman: | ||
hooks: | ||
post_config: | ||
- | ||
- aksharamukha.romanizer.s2r_post_config | ||
- src_script: "Khmer" | ||
|
||
roman_to_script: | ||
hooks: | ||
post_config: | ||
- | ||
- aksharamukha.romanizer.r2s_post_config | ||
- dest_script: "Khmer" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
general: | ||
name: Khmer | ||
|
||
script_to_roman: | ||
hooks: | ||
post_config: | ||
- | ||
- aksharamukha.romanizer.s2r_post_config | ||
- src_script: "Khmer" | ||
|
||
roman_to_script: | ||
hooks: | ||
post_config: | ||
- | ||
- aksharamukha.romanizer.r2s_post_config | ||
- dest_script: "Khmer" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
general: | ||
name: Marathi (Devanagari) | ||
|
||
script_to_roman: | ||
hooks: | ||
post_config: | ||
- | ||
- aksharamukha.romanizer.s2r_post_config | ||
- src_script: "Devanagari" | ||
- post: ["HindiMarathiRomanLoCFix"] | ||
|
||
roman_to_script: | ||
hooks: | ||
post_config: | ||
- | ||
- aksharamukha.romanizer.r2s_post_config | ||
- dest_script: "Devanagari" | ||
- pre: ["HindiMarathiRomanLoCFix"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
general: | ||
name: Oriya | ||
|
||
script_to_roman: | ||
hooks: | ||
post_config: | ||
- | ||
- aksharamukha.romanizer.s2r_post_config | ||
- src_script: "Oriya" | ||
|
||
roman_to_script: | ||
hooks: | ||
post_config: | ||
- | ||
- aksharamukha.romanizer.r2s_post_config | ||
- dest_script: "Oriya" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
general: | ||
name: Pali | ||
|
||
script_to_roman: | ||
hooks: | ||
post_config: | ||
- | ||
- aksharamukha.romanizer.s2r_post_config | ||
- src_script: "Pali" | ||
|
||
roman_to_script: | ||
hooks: | ||
post_config: | ||
- | ||
- aksharamukha.romanizer.r2s_post_config | ||
- dest_script: "Pali" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
general: | ||
name: Panjabi | ||
|
||
script_to_roman: | ||
hooks: | ||
post_config: | ||
- | ||
- aksharamukha.romanizer.s2r_post_config | ||
- src_script: "Punjabi" | ||
|
||
roman_to_script: | ||
hooks: | ||
post_config: | ||
- | ||
- aksharamukha.romanizer.r2s_post_config | ||
- dest_script: "Punjabi" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
general: | ||
name: Prakrit (Devanagari) | ||
|
||
script_to_roman: | ||
hooks: | ||
post_config: | ||
- | ||
- aksharamukha.romanizer.s2r_post_config | ||
- src_script: "Devanagari" | ||
|
||
roman_to_script: | ||
hooks: | ||
post_config: | ||
- | ||
- aksharamukha.romanizer.r2s_post_config | ||
- dest_script: "Devanagari" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
general: | ||
name: Sanskrit (Devanagari) | ||
|
||
script_to_roman: | ||
hooks: | ||
post_config: | ||
- | ||
- aksharamukha.romanizer.s2r_post_config | ||
- src_script: "Devanagari" | ||
|
||
roman_to_script: | ||
hooks: | ||
post_config: | ||
- | ||
- aksharamukha.romanizer.r2s_post_config | ||
- dest_script: "Devanagari" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
general: | ||
name: Sinhalese | ||
|
||
script_to_roman: | ||
hooks: | ||
post_config: | ||
- | ||
- aksharamukha.romanizer.s2r_post_config | ||
- src_script: "Sinhala" | ||
|
||
roman_to_script: | ||
hooks: | ||
post_config: | ||
- | ||
- aksharamukha.romanizer.r2s_post_config | ||
- dest_script: "Sinhala" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
general: | ||
name: Telugu | ||
|
||
script_to_roman: | ||
hooks: | ||
post_config: | ||
- | ||
- aksharamukha.romanizer.s2r_post_config | ||
- src_script: "Telugu" | ||
|
||
roman_to_script: | ||
hooks: | ||
post_config: | ||
- | ||
- aksharamukha.romanizer.r2s_post_config | ||
- dest_script: "Telugu" |