mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-06 14:40:34 +03:00
Fix import
This commit is contained in:
parent
f4caaa8ad9
commit
04569c0b3e
|
@ -7,7 +7,7 @@ from copy import copy
|
||||||
|
|
||||||
from ..tokens.doc cimport Doc, set_children_from_heads
|
from ..tokens.doc cimport Doc, set_children_from_heads
|
||||||
|
|
||||||
from ..gold import Example
|
from ..gold import Example, TokenAnnotation
|
||||||
from ..errors import Errors
|
from ..errors import Errors
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user