I have written the code for accessing the similarity between two words using wordnet. There is no errors in it. I have used the MIT Java Wordnet Interface for accessing wordnet. I am getting a build error
edu.mit.jwi_2.4.0.jar of .. build path is cross-compiled with an incompatible version of Scala (2.4.0).
The error message is misleading, underscores are usually used to describe scala versions. The JWI guys didn't put their JAR on maven, so somehow they managed to give you wierd jar-names... try replacing the _
in the name with a -
and message them to put their jars on maven.