You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yifan Peng edited this page Jun 23, 2019
·
5 revisions
TypeError: convert_trees() got an unexpected keyword argument 'add_lemmas'
Please install JPype1. Stanford CoreNLP lemmatizer is only supported for the jpype backend.
jpype fails when using NegBio in flask
If JPype fails within the Stanford Dependencies python library when wrapped in a flask app, please modify the JPypeBackend.py file to attach the thread to the JVM. Here is the version provided by @staplet3: JPypeBackend.py.zip. Changes start on line 45.