Closed rothn closed 6 years ago
Hi I just pushed a change to potentially fix this. Some annotator names have changed, and I needed to remove the mention annotator. If you get the latest code and use that, does your error go away?
Is this in the latest published (jar) build or would I have to clone and build it?
Clone and build it. We are going to release a new 3.9.3 in a few weeks though that will have this change.
I believe this is fixed now, let me know if you see any problems.
Did 3.9.3 ever get released? I don't see anything on the website or on Maven. I am also am having issues with this.
I think there was an issue we thought we had to emergency fix but realized it wasn't present in 3.9.2, so no. We are working hard to release 4.0.0 before the end of the year!
Hi, this is possibly linked to my issue; I am using the python wrapper: https://github.com/philipperemy/Stanford-OpenIE-Python/issues/16
I was trying to extract triples using openie and the coref annotators, however I get an AnnotationException when I set "openie.resolve_coref": "true"
.
Is there a way to use coref+openie using the 3.9.2 version? Is there an updated/buildable jar that solves the problem? I am using stanford-corenlp-full-2018-10-05.
Many thanks!
The following command-line invocation crashes OpenIE:
I want the system to resolve coreferences as I am trying to produce a simple training set of labeled data for an algorithm.