Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WordNet Java API [closed]

Tags:

java

api

wordnet

I'm having to use a Java API for WordNet, it will be for a big implementation. I'm searching but coming across many;

  1. JWordNet(http://sourceforge.net/projects/jwordnet/)
  2. MIT Java WordNet Interface (http://projects.csail.mit.edu/jwi/)
  3. RiTa WordNet(http://rednoise.org/rita/wordnet/documentation/index.htm)

can i get some advise about which one is better?

like image 517
Noor Avatar asked Mar 06 '13 22:03

Noor


1 Answers

You can refer to the paper Java Libraries for Accessing the PrincetonWordnet: Comparison and Evaluation which compares 12 Java libraries for accessing WordNet. It compares their performance and other features.

like image 152
Miloš Černilovský Avatar answered Oct 14 '22 05:10

Miloš Černilovský