Open Source dictionary libraries [closed]

泄露秘密 提交于 2020-01-01 04:41:05

问题


I am looking for a free to use dictionary in as many spoken languages (english, french, german, ...) as possible.

basically i will need to check if a string exists in a dictionary.

i was thinking about the dictionaries used in firefox or openoffice, since they should be open-source, right? where can i find and download them?

also ideally exists a java library to access the data in the dictionary.


回答1:


Unpack Debian's freedict packages.




回答2:


There is a free dictionary available WordNet

Please check this site http://wordnet.princeton.edu/

To connect dictionary from java there are many api available. Some of them are.

http://projects.csail.mit.edu/jwi/

http://sourceforge.net/projects/jwordnet/




回答3:


The Ubuntu Linux distribution comes with a plain English dictionary (words only). They are stored in

/usr/local/share/dict

I thought. Now I see palacsint his answer popping up. I think it are the same dictionaries.



来源:https://stackoverflow.com/questions/7660839/open-source-dictionary-libraries

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!