I am using JAWS (Java API for WordNet Searching) and have set up the wordnet dictionary with VM Arguments in eclipse. I downloaded the jaws-bin.jar file and placed it in my project directory C:\Users\My-pc\Projects\MyApp\src. After this, I ran the code successfully using:

java -classpath .;C:\Users\My-pc\Projects\MyApp\bin\jaws-bin.jar -Dwordnet.database.dir=C:\WordNet-3.0\dict MyAppName

Now when I import the package "edu.smu.tspell.wordnet.*", it is giving the error "The import edu cannot be resolved". I followed the set-up guide closely but can't figure out what is wrong. Can anyone please help me in resolving this. Thanks.

有帮助吗?

解决方案

Got it right by downloading the source files from here and placing it in my project.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top