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.
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!