-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weird error: py-corenlp or CoreNLP problem? #18
Comments
Getting the same error as above. This is the code I'm running.
Using CoreNLP 3.7.0. |
If anyone knows what causes the error, would you be so kind to reply in this thread? |
I've met this same kind of error. When I ran it on Windows 10 OS, it was OK, but when I ran it on Ubuntu 16.04 Server, It was an error. Try to use 'annotators':'tokenize,ssplit,pos,depparse,parse' instead of 'annotators':'tokenize,ssplit,pos,lemma,ner,parse,mention,coref'. It ran well. If you really need 'coref', you'd better try some methods else. |
Could it be that you're attempting to call CoreNLP before the server is fully started? It takes a few seconds for the server to boot up. |
Many thanks for your excellent library! It helped me quite a lot.
I have recently started to run into this error (after update to CoreNLP 3.7.0):
Can this be a py-corenlp problem or is it a Stanford CoreNLP problem?
The text was updated successfully, but these errors were encountered: