allenai / openie-standalone

Quality information extraction at web scale. Edit
Other
327 stars 52 forks source link

java.lang.NoClassDefFoundError: com/clearnlp/nlp/NLPGetter #26

Closed jeffrschneider closed 7 years ago

jeffrschneider commented 7 years ago

I'm trying to run OpenIE from a Java application. The install seemed to work properly, and I was able to run it in 'standalone mode' successfully.

However, when I use the Java starter file, located here: https://github.com/OpenIE-HelperCodes/OpenIEDemo1/blob/master/src/runner/RunMe.java it isn't working. Specifically, it's not finding a class: Exception in thread "main" java.lang.NoClassDefFoundError: com/clearnlp/nlp/NLPGetter at edu.knowitall.tool.srl.ClearSrl.(ClearSrl.scala:37)

Any insights, or things I should be checking? Jeff

jkinkead commented 7 years ago

You should file an issue with OpenIE HelperCodes. That's unaffiliated with this project.

jeffrschneider commented 7 years ago

Jesse - All that I'm trying to do is use your software in Java. Are you truly unable to help me use your allenai/openie-standalone? This seems really odd... Jeff

jkinkead commented 7 years ago

We didn't write and don't maintain the package you linked to above, and don't support a Java API currently.