text to phonemes converter

主宰稳场 提交于 2019-11-29 03:16:29

问题


I'm searching for a tool that converts text to phonemes, (like text to speech software) I can program one but it will not be without errors and takes a lot of time!

so my question is:

is there a simple tool for converting e.g. "hello" to "HH AH0 L OW1"

maybe some command-line tool so i can capture the stdout? i'm searching for the phonemes in 'Arpabet' style (see the 'hello' example).

espeak does something like that but the output is not in Arpabet style and the phonemes are not split by some determiner.


回答1:


If you had searched for Arpabet on wiki you would have found your answer. The CMU guys have prepared scripts which convert most english words to their respective Arpabet phonetic break up.

If you want the phone sequence of a couple of words you can use their interface here. But, if you want it for a big file then you might have to run their scripts on your own. They used to have a working page here, but it seems to be not working now.



来源:https://stackoverflow.com/questions/27893042/text-to-phonemes-converter

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!