Text to phoneme converter

I'm looking for a tool that converts text to phonemes (like text software) I can program one, but it won't be error-free and will take a long time!

so my question is:

there is a simple conversion tool for example. "hello" to "HH AH0 L OW1"

maybe some command line tool so I can grab stdout? I am looking for phonemes in the "Arpat" style (see example "hello").

espeak does something similar, but the output is not in Arpabet style and the phonemes are not broken by some qualifier.

+3


source to share


1 answer


If you searched for Arpabet on the wiki, you would find your answer. The guys at CMU have prepared scripts that convert most of the English words into their corresponding Arpabet phonetic fountain.



If you need a sequence of phone numbers of several words, you can use their interface here. But if you want it to be for a large file, then you may need to run your scripts yourself . They usually had a working page but it doesn't seem to work now.

+2


source







All Articles