mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
* Fix imports
This commit is contained in:
parent
590f38bdb2
commit
7abe653223
|
@ -8,6 +8,8 @@ except ImportError:
|
|||
|
||||
from .parts_of_speech import IDS as POS_IDS
|
||||
from .parts_of_speech cimport ADJ, VERB, NOUN, PUNCT
|
||||
from .attrs cimport IS_SPACE
|
||||
from .lexeme cimport Lexeme
|
||||
|
||||
|
||||
cdef class Morphology:
|
||||
|
|
Loading…
Reference in New Issue
Block a user