Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 11 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
查看 soundex
http://en.wikipedia.org/wiki/Soundex
Check out soundex
http://en.wikipedia.org/wiki/Soundex
我遇到了一个旧的 python 包 Raze。它包括一个带有翻译 api 的语音模块:
它已经有一段时间没有更新了,但它仍然可以工作。
I came across an old python package Raze. It includes a phonetic module with a translation api:
It hasn't been updated in a while, but it still works.
您是否正在寻找类似于国际音标 (IPA) 或其他语音输出的内容?如果 ARPAbet 可以的话,还有 CMU 发音词典 (http://www.speech.cs.cmu.edu/cgi-bin/cmudict)。这将给出大多数英语单词的 ARPAbet 翻译。我已经编写了一些代码,可以将 ARPAbet 拼写转换为 IPA,如果您愿意,可以将其发布到 github。
Are you looking for something akin to the international phonetic alphabet (IPA) or some other phonetic output? If ARPAbet is ok, there is the CMU pronouncing dictionary (http://www.speech.cs.cmu.edu/cgi-bin/cmudict). That'll give the ARPAbet rendering of most words in English. I've written some code that converts the ARPAbet spelling to IPA and post to github if you'd like.
试试这个: http://texttophonetic.appspot.com/
这个工具可以帮助您将英语翻译成 IPA (为拼音)。您可能需要编写一些代码来获取结果,然后将其保存到数据库中。
Just try this : http://texttophonetic.appspot.com/
This tool can help you translate english to IPA (to phonetic). You might want to write some code to get the result then save to your database.