You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps when the input text is split a raw numeric value could be converted to a spelled out string before being fed to the Phonemizer. I'm not sure if Python provides a built in way to do this (newbie @ Python) but if not a library like Inflect perhaps could be used.
Thanks a lot for this cool repository.
The text was updated successfully, but these errors were encountered:
If you run a string through the Phonemizer that has a numeric value it will produce an empty string as the result. For example:
Produces:
Result One: ɪts ɑklɑk
Result Two: ɪts wʌn ɑklɑk
Perhaps when the input text is split a raw numeric value could be converted to a spelled out string before being fed to the Phonemizer. I'm not sure if Python provides a built in way to do this (newbie @ Python) but if not a library like Inflect perhaps could be used.
Thanks a lot for this cool repository.
The text was updated successfully, but these errors were encountered: