* Import Lexeme attrs from spacy.attrs, not spacy.typedefs

This commit is contained in:
Matthew Honnibal 2015-07-16 11:20:08 +02:00
parent d8bc279e0c
commit a6d040bd11

View File

@ -1,7 +1,6 @@
from .typedefs cimport hash_t, flags_t, id_t, len_t, tag_t, attr_t
from .typedefs cimport ID, ORTH, LOWER, NORM, SHAPE, PREFIX, SUFFIX, LENGTH, CLUSTER
from .typedefs cimport attr_t, hash_t, flags_t, id_t, len_t, tag_t
from .attrs cimport attr_id_t
from .attrs cimport ID, ORTH, LOWER, NORM, SHAPE, PREFIX, SUFFIX, LENGTH, CLUSTER
from .structs cimport LexemeC
from .strings cimport StringStore