-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Make multi-threading work for Flask #3
Comments
I label this as a bug because consider the two different behaviors for the document:
If I have the code
|
This is also spaCy posted and currently Open |
Just to copy from the link. This will be fixed in the 2.1 release. The current official release (time of writing) is 2.0.18. There is a 2.1 pre-release candidate out there for anyone that wants to give that a go (I have not yet). For linux users of this repository, the following could settings could provide a short-term fix until we go all in for 2.1.
|
Right now,
threaded=false
. If we were to change this, the application would not run correctly. Look into making the changes necessary so we can use multi-threading.This could just be an issue for the spacy annotator as other annotators do work in the multi-threaded setup.
The text was updated successfully, but these errors were encountered: