-
Notifications
You must be signed in to change notification settings - Fork 118
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
Issue during preprocessing: 'CoreNLP' object has no attribute 'client' #54
Comments
Also facing this when I commented out Ln 24 from corenlp.py
|
The url for the ``stanford-corenlp-full-2018-10-05`` has changed. @see microsoft#54
Thanks!! This worked. |
hello, I install the new version of CoreNLP, but I still face this problem. could you please tell me why? |
Because Stanford has already moved After installing import corenlp ...into: from stanfordnlp.server import CoreNLPClient And then, change the assignment of self.client = corenlp.CoreNLPClient() into: self.client = CoreNLPClient() |
@m1nhtu99-hoan9 Thanks! Happy to merge a PR fix for this. |
@alexpolozov Thanks for the suggestion! I've already submitted the PR #60. |
Facing this during preprocess.
Command:
python run.py preprocess experiments/spider-glove-run.jsonnet
.Someone, please help.
The text was updated successfully, but these errors were encountered: