Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为我的 iPhone 应用程序创建字典。为此,我需要一个单词列表,其中包含数据库中单词的详细含义。
谁能给我推荐一个免费的好词表?
WordNet确实很棒,我在我的一个应用程序中使用它,效果很好。
不过,WordNet 的 API 需要进行一些调整——例如,它不附带用于 Objective-C 的 API。这就是我将Lexicontext作为静态库提供的原因——您可能也想查看它。
WordNet将是一个很棒的起点。
http://download.wikipedia.org/enwiktionary/latest/
可能是个看的好地方。