Recently I downloaded 0.5.6 version of Grok. When I execute Grokling sample with simple.gram as argument, I get exception "Exception in thread "main" java.lang.NoClassDefFoundError: opennlp/common/parse/ParseException". Of course I do not have opennlp.common.* packages as the tar/zip files I downloaded did not contain these. Could some body help how to get packages?
With Thanks in advance!
Sagar
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You'll find the appropriate version of opennlp as opennlp.jar in "Grok/lib/". You'll need to set your classpath to contain the jars in that directory in order to run Grok.
Just a warning --- the parsing stuff is still very much under development at the moment, so don't expect to be able to do too much just now.
-j
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Recently I downloaded 0.5.6 version of Grok. When I execute Grokling sample with simple.gram as argument, I get exception "Exception in thread "main" java.lang.NoClassDefFoundError: opennlp/common/parse/ParseException". Of course I do not have opennlp.common.* packages as the tar/zip files I downloaded did not contain these. Could some body help how to get packages?
With Thanks in advance!
Sagar
You'll find the appropriate version of opennlp as opennlp.jar in "Grok/lib/". You'll need to set your classpath to contain the jars in that directory in order to run Grok.
Just a warning --- the parsing stuff is still very much under development at the moment, so don't expect to be able to do too much just now.
-j
Thanks Jason. I found the jar file in Grok/lib directory. I will try to use this. And thanks for the warning!
Regards
Sagar