Search code examples
javawordnet

WordNet Java API


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?


Solution

  • 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.