mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-14 03:26:24 +03:00
Delete unused imports for StringStore (#12040)
This commit is contained in:
parent
326b541312
commit
b510fbd0aa
|
@ -5,7 +5,6 @@ from .attrs cimport attr_id_t
|
|||
from .attrs cimport ID, ORTH, LOWER, NORM, SHAPE, PREFIX, SUFFIX, LENGTH, LANG
|
||||
|
||||
from .structs cimport LexemeC
|
||||
from .strings cimport StringStore
|
||||
from .vocab cimport Vocab
|
||||
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@ from cymem.cymem cimport Pool
|
|||
|
||||
from .typedefs cimport hash_t
|
||||
from .structs cimport LexemeC, SpanC, TokenC
|
||||
from .strings cimport StringStore
|
||||
from .tokens.doc cimport Doc
|
||||
from .vocab cimport Vocab, LexemesOrTokens, _Cached
|
||||
from .matcher.phrasematcher cimport PhraseMatcher
|
||||
|
|
Loading…
Reference in New Issue
Block a user