Replies: 5 comments
-
>>> erogol |
Beta Was this translation helpful? Give feedback.
-
>>> srijan14 |
Beta Was this translation helpful? Give feedback.
-
>>> erogol |
Beta Was this translation helpful? Give feedback.
-
>>> xox_oxo |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
>>> srijan14
[June 21, 2020, 9:40pm]
I am trying to build a model for devnagri(Hindi) TTS . So I was just
curious, if we are using the phonemizer library to convert the
text(language supported by this module) to phonemes, and setting the
use_phonemes in config to be True, does it make any difference to
update slash _characters in the symbols.py accordingly because at the end
of the day, we will be giving the phonemic text as input to the model.
Also in the lines of hindi text, few of the characters in devanagri take
up 8 bytes , for e.g., के is made with two unicode characters combined
'क' and slash ' े slash '(gets splitted when you print them in python). So would it
be fine to dump the devnagari characters into the symbols.py(for both
with and without phoneme case of training) and go in with training.
[This is an archived TTS discussion thread from discourse.mozilla.org/t/do-we-need-to-change-symbols-when-using-phonemic-text-as-input]
Beta Was this translation helpful? Give feedback.
All reactions