mirror of https://github.com/explosion/spaCy.git
* 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 import IDS as POS_IDS
|
||||||
from .parts_of_speech cimport ADJ, VERB, NOUN, PUNCT
|
from .parts_of_speech cimport ADJ, VERB, NOUN, PUNCT
|
||||||
|
from .attrs cimport IS_SPACE
|
||||||
|
from .lexeme cimport Lexeme
|
||||||
|
|
||||||
|
|
||||||
cdef class Morphology:
|
cdef class Morphology:
|
||||||
|
|
Loading…
Reference in New Issue