有免费的词典吗?
我想为我的 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?
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.