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
Could anyone point me to some direction on how to get the text, after all normalization etc used to get the phonemes?
For example,
when I get the phonemes of the string "1", it returns the phonemes of "one";
when I get the phonemes of the string "1\1" or "1 1" it returns the phonemes of "one one".
I know there's no way to do it built in, but I'm happy to change the code to do it, I'm just not sure where in the code I can do this...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Could anyone point me to some direction on how to get the text, after all normalization etc used to get the phonemes?
For example,
when I get the phonemes of the string "1", it returns the phonemes of "one";
when I get the phonemes of the string "1\1" or "1 1" it returns the phonemes of "one one".
I know there's no way to do it built in, but I'm happy to change the code to do it, I'm just not sure where in the code I can do this...
any help is really appreciated.
thank you!
Beta Was this translation helpful? Give feedback.
All reactions