Replies: 1 comment
-
|
I don't quite get what you mean. If you don't want to use G2P, you can disable it. Do you have something other than these? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello I have an idea, it might be worth it to specify no phonemizer so that the texts (IPA/other phonetic alphabet) are used directly for training.
here ipa_phonemizer is my phonemizer, it just replaces g with ɡ, ʤ with dʒ, ʧ with tʃ currently.
This could be useful for languages which do not yet have a way to generate phones from the written texts. So you can experiment with similar-language model more easily and eventually build up your your language -> IPA dict.
Beta Was this translation helpful? Give feedback.
All reactions