roedoejet / g2p

Grapheme-to-Phoneme transductions that preserve input and output indices, and support cross-lingual g2p!
https://g2p-studio.herokuapp.com
Other
119 stars 26 forks source link

normalize "ό" in mohawk #375

Closed MENGZHEGENG closed 2 months ago

MENGZHEGENG commented 2 months ago

There seem to be two different encodings of "ό":

b'\\xf3' and b'\\u03cc'

May need to normalize it. I will submit a PR for this.

MENGZHEGENG commented 2 months ago

solved in #376