-
Stanford CoreNLP has [OpenIE module](http://stanfordnlp.github.io/CoreNLP/openie.html) which seem to be working fairly good. Maybe we add an annotator wrapper for this module?
-
I'm getting this exception when iterating over sentences of a document. I can get the openie Triples just for the first sentence !
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.ut…
-
Hello.
I'm facing some credentials problems when I tried to compile the package.
Error: Missing bintray credentials .../.bintray/.credentials. Some bintray features depend on this.
Steps I’ve …
2gavy updated
7 years ago
-
when i run openie in eclipse with jar of the model,there is a error:
local class incompatible:stream classdesc serialVersionUID=4155...,local class serialVersionUID=-7360...
@gangeli
ItGql updated
7 years ago
-
- Stanford's: http://nlp.stanford.edu/software/openie.html
- UW's / AllenAI: http://openie.allenai.org/
- MPI: https://www.mpi-inf.mpg.de/departments/databases-and-information-systems/software/clausie…
-
After I pulled the code to my local machine, and run "mvn clean install". The system gives me the following error.
[ERROR] Failed to execute goal on project eskg: Could not resolve dependencies for…
-
I'm using the `naturalli.OpenIE` module from coreNLP. I get an IndexOutOfBoundsException while using combined/simultaneous options `-triple.all_nominals true` and `-format reverb`. Please tell me how …
-
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
at java.lang.reflect.Array.newArray(Native Method)
at java.lang.reflect.Array.newInstance(Array.java:75)
at java.io.ObjectI…
-
Upgrading CoreNLP in DKPro Core at times was a bit painful in the past as we duplicated quite a bit of the functionality provided by the CoreNLP annotator classes by using pre-CoreNLP low-level classe…
-
@geniashand and I will work on the web-services regarding making the GUI functional , in respect to the Java code that was written.(The analysis part which uses coreNLP and openIE).
We will use AJ…