Closed chaitjo closed 8 years ago
This looks like an issue of CoreNLP. Which CoreNLP version did you download and which Java version do you have installed? I encountered the same issue when I was trying to run the recent CoreNLP with Java 7. However, Java 7 is not supported anymore. Upgrading to Java 8 solved the issue.
If you cannot install Java 8, you can install an older version of CoreNLP. 3.4.1 is the last version to support Java 6/7.
Solved by updating Java to version 8.
I was trying to use cort straight out of the box to predict coreference chains on raw text, but was unable to get it running. Here's what I did-
cort
and installed cort using pip. The github repo was in another folder calledcort_tool
, Stanford CoreNLP tools were in another folder calledstanford-corenlp
.model-train-pair.obj
and placed it incort_tool
folder.input.txt
file with a single sentence.I got the following output-
At this moment, the memory usage of the task
cort-predict-raw
became Zero so I did a keyboard interrupt and tried again, but got the same result.I'm on Ubuntu 16.04.
Can you please help me out?