* Fix imports

This commit is contained in:
Matthew Honnibal 2016-01-19 03:36:51 +01:00
parent 590f38bdb2
commit 7abe653223
1 changed files with 2 additions and 0 deletions

View File

@ -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: