在哪里可以获得包含结构化数据的英语词典?

发布于 2024-09-25 01:56:57 字数 1539 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

空名 2024-10-02 01:56:57

Go to http://www.speech.cs.cmu.edu/cgi-bin/cmudict and you will find the download page for the pronunciation dictionary at https://cmusphinx.svn.sourceforge.net/svnroot/cmusphinx/trunk/cmudict/

The latest version is currently cmudict.0.7a.

奈何桥上唱咆哮 2024-10-02 01:56:57

公共领域的词性词典,具有高度结构化的格式:http://icon.shef。 ac.uk/Moby/mpos.html

每行是一个条目,用×分隔,左边是单词值,右边是词性值(动词等)。简单的文本文件。

Parts of Speech Dictionary in the public domain with highly structured format: http://icon.shef.ac.uk/Moby/mpos.html

Each line is an entry, separated by ×, with the word value on the left and the part-of-speech value (verb, etc.) on the right. Simple text file.

虫児飞 2024-10-02 01:56:57

Wordnet 是我所知道的最好的词典之一。也许你会在那里找到一些东西:

Wordnet is one of the best dictionaries i know. Perhaps you will find something there:
https://wordnet.princeton.edu/related-projects

亣腦蒛氧 2024-10-02 01:56:57

Portman,当我使用 DevExpress 的 SpellChecker 工具时,我知道存在 OpenOffice 词典 我很确定它们有一个定义良好的数据结构。我建议您将其与任何免费/付费文本转语音工具结合使用。

希望有帮助,

Portman, while I used the SpellChecker tool from DevExpress I knew that there existed the OpenOffice dictionaries I'm pretty sure they have a well defined data structure. I recommend you to use that in combination with any free/paid text to speech tool.

Hope that helps,

二手情话 2024-10-02 01:56:57

这不是对您问题的直接回答,但 Double Metaphone 算法非常擅长为搜索引擎应用服务器(例如 Solr 等)查找单词或短语匹配。

我不知道你的目的是什么,所以我不知道我的建议是否有用。如果它接近您的预期用途,关于 Double Metaphone 的 Wikipedia 页面列出了大约十几个它的实现,可能值得探索。

http://en.wikipedia.org/wiki/Double_Metaphone

This is not a direct answer to your question, but the Double Metaphone algorithm is very good at finding word or phrase matches for search engine application servers (such as Solr and others).

I cannot tell what your intended use of this is, so I can't tell if my suggestion is useful or not. If it is close to your intended use, the Wikipedia page about Double Metaphone has a listing of about a dozen implementations of it which may be worth exploring.

http://en.wikipedia.org/wiki/Double_Metaphone

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文