-
Notifications
You must be signed in to change notification settings - Fork 82
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
Error on multiple paragraphs with Spacy >=2.0 #381
Comments
Hi Tim, can you try downgrading to spacy 1.9 or change the stopword set to something else. For instance you can provide an empty set. However, I will try to fix the issue within the day. |
I changed the spacy version in requirements back to 1.9. It was temporarily changed because there was a bug on spacys side. Compared to 2.x, spacy 1.9 is really fast for shallow preprocessing including tokenisaton, lemmatisation etc. That is why we stick with it for the time being. |
Let's have a test for the method though. I'll keep this issue open. |
Well, I'm glad you kept it open. I have the same problem. I read some where else to try loading spacy via either That worked.
But two cells later:
|
Also, just add in another bit, I also tried rolling back to 1.9 for both a conda environment and installed on my HD. Got not love ... but did get some error codes:
|
See the bug here: explosion/spaCy#1512
I tried to change it to
space.lang.en.STOP_WORDS
but that did not work either.The text was updated successfully, but these errors were encountered: