Lynten / stanford-corenlp

Python wrapper for Stanford CoreNLP.
MIT License
919 stars 200 forks source link

Corenlp server is not available #87

Open isofun opened 4 years ago

isofun commented 4 years ago

Traceback (most recent call last): File "test_ner2.py", line 3, in nlp = StanfordCoreNLP(r'/Users/suyifan/stanford-corenlp-full-2018-10-05', lang='zh') File "//anaconda3/lib/python3.7/site-packages/stanfordcorenlp/corenlp.py", line 115, in init raise ValueError('Corenlp server is not available') ValueError: Corenlp server is not available

Mac OS python3.7

tolerancecky commented 3 years ago

I have the same problem. Have you got an solution to the probelm?

yuran986 commented 1 month ago

I have the same problem, too. Did you guys solve it?