mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-25 00:34:20 +03:00
Add missing import
This commit is contained in:
parent
09b26f5e2e
commit
49cf002ac4
|
@ -17,6 +17,7 @@ from ..tokens.doc cimport Doc
|
|||
from ..vocab cimport Vocab
|
||||
from ..morphology cimport Morphology
|
||||
from ..morphology import get_field_size, get_field_offset, parse_feature, FIELDS
|
||||
from ..morphology import FEATURES
|
||||
|
||||
|
||||
class Morphologizer(Pipe):
|
||||
|
|
Loading…
Reference in New Issue
Block a user