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
Updates to the wolfe data structures cause an error during unpickling when a Document doesn't have a dependencytree. I tried a few approaches to this - testing Option[DependencyTree] and DependencyTree - and nothing seems to work out-of-the-box even when using a special-purpose pickling object for SyntacticAnnotation. Some additional work needs to be done, but just to be functional on the Sentence/token level I've commented these out for now.
The text was updated successfully, but these errors were encountered:
Updates to the wolfe data structures cause an error during unpickling when a Document doesn't have a dependencytree. I tried a few approaches to this - testing Option[DependencyTree] and DependencyTree - and nothing seems to work out-of-the-box even when using a special-purpose pickling object for SyntacticAnnotation. Some additional work needs to be done, but just to be functional on the Sentence/token level I've commented these out for now.
The text was updated successfully, but these errors were encountered: