smilli / py-corenlp

Python wrapper for Stanford CoreNLP
353 stars 75 forks source link

connection error #20

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi! I have not been able to solve the following error: Exception: Check whether you have started the CoreNLP server e.g. $ cd stanford-corenlp-full-2015-12-09/ $ java -mx4g -cp "*" edu.stanford.nlp.pipeline.StanfordCoreNLPServer

even after I run exactly the same code in terminal from above.

Thanks for taking a look!

ghost commented 7 years ago

I downloaded the stanford-corenlp-full-2016-10-31/