问题
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