[java] Info: Using file defined in
wordnet.configfile:data/wordnet/file_properties.xml
...
[java] java.io.FileNotFoundException: /usr/share/wordnet/index.verb
(No such file or directory)
you might not have changed the default location setting of WordNet to
the Windows one in data/wordnet/file_properties.xml (also make sure you
have installed WordNet there),
[java] Exception in thread "main" java.lang.UnsatisfiedLinkError:
no link-grammar-java in java.library.path
and as for this one, I haven't tried compiling RelEx and installing Link
Grammar on Windows, but on *nix, this problem can be solved by making
sure the Link Grammar installation includes installation of
liblink-grammar-java.so (or the like) to java.library.path, which, on
*nix, may be set to, for instance, /usr/local/lib.