* Avoid import of morphology in spans

This commit is contained in:
Matthew Honnibal 2015-08-26 19:20:46 +02:00
parent 119c0f8c3f
commit d30029979e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from __future__ import unicode_literals
from collections import defaultdict
from ..structs cimport Morphology, TokenC, LexemeC
from ..structs cimport TokenC, LexemeC
from ..typedefs cimport flags_t, attr_t
from ..attrs cimport attr_id_t
from ..parts_of_speech cimport univ_pos_t