Skip to content

Commit

Permalink
fix: make Mohawk tokenizer recognize colon as a letter
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Apr 12, 2022
1 parent 20f1926 commit 767fed4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file modified g2p/mappings/langs/langs.pkl
Binary file not shown.
7 changes: 6 additions & 1 deletion g2p/mappings/langs/moh/moh_equiv.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,10 @@
{
"in": "o:",
"out": "ó:"
},
{
"in": ":",
"out": ":",
"comment": "force the tokenizer to recognize colon as a letter"
}
]
]

0 comments on commit 767fed4

Please sign in to comment.