有免费的词典吗?
我想为我的 iPhone 应用程序创建字典。为此,我需要一个单词列表,其中包含数据库中单词的详细含义。
谁能给我推荐一个免费的好单词表?
I want to create dictionary for my iPhone application. For that I need a list of words with detailed meanings of the words in a database.
Can anyone suggest me a good word list that is freely available?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
WordNet 确实很棒,我在我的一个应用程序中使用了它,效果很好。
不过,WordNet 的 API 需要进行一些调整 - 例如,它没有提供 Objective-C 的 API。这就是为什么我将 Lexicontext 作为静态库提供 - 您可能也想查看一下。
WordNet is indeed great, I used it in one of my apps with nice results.
WordNet's API requires some adaptation though - it doesn't come with an API for Objective-C, for example. That's why I made Lexicontext available as a static library - you might want to check it out too.
WordNet 将是一个绝佳的起点。
WordNet would be a fantastic place to start.
http://download.wikipedia.org/enwiktionary/latest/
可能是一个好地方看。
http://download.wikipedia.org/enwiktionary/latest/
May be a good place to look.