-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Labels
enhancementFeature requests and improvementsFeature requests and improvements🌙 nightlyDiscussion and contributions related to nightly buildsDiscussion and contributions related to nightly builds
Description
I am using the spacy for doing some research on entity typing. Since, the doc object doesn't support addition of any new first class fields into it, I am using the suggested way of adding any new annotations/predictions into a custom datastructure in the user_data field of the doc object. The problem is that the default doc serializer - doc.to_bytes() doesn't seem to have support for user_data. I wanted to know if there is any suggested default way of doing it and if there are any plans to support user_data into doc serialization in the future.
Metadata
Metadata
Assignees
Labels
enhancementFeature requests and improvementsFeature requests and improvements🌙 nightlyDiscussion and contributions related to nightly buildsDiscussion and contributions related to nightly builds