开发者

Are there any freely available dictionaries?

开发者 https://www.devze.com 2023-01-17 16:46 出处:网络
开发者_运维技巧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.

开发者_运维技巧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 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 would be a fantastic place to start.


http://download.wikipedia.org/enwiktionary/latest/

May be a good place to look.

0

精彩评论

暂无评论...
验证码 换一张
取 消