-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Pickling/Unpickling a doc does work #606
Comments
I just noticed that there's a newer version of spacy available. I tested with that too.
|
There's a long thread about this in the tracker. The tl;dr is that this is non-trivial. I've grumbled about having to support pickle before, because it's pretty painful. There's a lot of C data in spaCy, and a lot of non-local state, because the vocabulary is shared between every document produced by a pipeline, and every model in that pipeline. I've come around to believing this is necessary, and I'd like to see it fixed. I think this is a good candidate for a sprint, because it touches code across a number of files. |
Closing this and making #1045 the master issue. Work in progress for spaCy v2.0! |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Spacy docs can't be pickle and unpickled.
Your Environment
The text was updated successfully, but these errors were encountered: