-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with 'fra-Latn' for some words #87
Comments
Also, the test for 'expansion' (expected 'ɛkspɑ̃sjɔ̃', is 'ɛkspâsjɔ̃') fails. The mapping |
epitran is a rule based transcriber so for some languages it works better than for others. The older an orthography the more complicated the rules and the worse epitran works. That's also why the English transcription is based on a third party library that uses a grapheme2phoneme (short: g2p) AI model. See here for an example. The French orthography is also old with complicated rules, so the best way to transcribe it is to use something like e-speak-ng (supports even transcription of Belgian and Swiss French!). The disadvantage of g2p models is that you need a considerably large amount of data to train your AI model. Since, however, the vast majority of languages in the world is underdocumented and has a rather young orthography with simple rules, epitran is still extremely useful. |
From my own tests, it seems you need to:
|
'C'est une belle' gives 'k'ɛst ynə bɛlə' which is incorrect for 'C'est' is pronounced 'se'.
'Russe blanc' gives 'rysə blank' which is incorrect for 'blanc' is pronounced 'blɑ̃'.
The text was updated successfully, but these errors were encountered: