stanfordnlp/CoreNLP

an info shows "INFO CoreNLP - CoreNLP Server is shutting down."

jacluxx opened this issue · 4 comments

I was using python to run corenlp's openie for extracting triples, but it couldn't run for nearly 3 weeks.
when from pycorenlp import StanfordCoreNLP, it shows"INFO CoreNLP - CoreNLP Server is shutting down."

yes,I've downloaded the latest package stanford-corenlp-4.5.4

Great, sounds like you should be able to run StanfordCoreNLPServer on your own machine then

Thank you for your response. I think I have identified where my problem lies, it's an issue with the local deployment. Thanks a lot!