Closed raymondhekk closed 8 years ago
I find a similar file, but it's not correct on format. "scripts/pos-tagger/english-left3words-distsim.tagger.props"
Do you have the CoreNLP models in your classpath? That's the usual cause of this exception.
Ok, I'll download the models file. Thank you!
After I config model file on classpath , and run OpenIEDemo , a class format conflict error occurs as below(I use JDK 1.8) :
Exception in thread "main" edu.stanford.nlp.io.RuntimeIOException: Could not load clause splitter model at edu/stanford/nlp/models/naturalli/clauseSearcherModel.ser.gz
at edu.stanford.nlp.naturalli.OpenIE.
These errors will go away if you use the latest code and download the latest versions of the model jars and put them on your CLASSPATH. The links for the model jars are available on the main GitHub page. If the code and models jars are out of synch you will get errors like this. Please let me know if you continue to have issues and I can help out!
Unable to open "edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger" as class path, filename or URL