Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702919949
  • Loading branch information
isingoo authored and copybara-github committed Dec 5, 2024
1 parent 0567dc9 commit 720f3d2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@

SYMBOL = [c.Char(*args) for args in [
['ind', '.', ph.SIL],
['sgn', '-', ph.SIL],
['zwj', '+', ph.SIL],
['zwn', '|', ph.SIL],
]]
Expand Down
2 changes: 2 additions & 0 deletions nisaba/scripts/natural_translit/language_params/mr.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@


_TXN_OPS = fl.FstList(
g2p.AI_TO_EH_LONG,
g2p.AU_TO_OH_LONG,
g2p.A_TO_EC,
g2p.VOCALIC_U,
g2p.H_ASP,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,18 @@ rewrite {
input: "māṛʰā"
output: "madha"
}
rewrite {
rule: "ISO_TO_NAT"
input: "aisā"
output: "aisa"
}
rewrite {
rule: "ISO_TO_NAT"
input: "kannauja"
output: "kannauj"
}
rewrite {
rule: "ISO_TO_NAT"
input: "a-ēka"
output: "aek"
}

0 comments on commit 720f3d2

Please sign in to comment.