Remove cpdef enum, to avoid too much code generation

This commit is contained in:
Matthew Honnibal 2017-10-20 13:59:57 +02:00
parent 92ac9316b5
commit 6218af0105

View File

@ -44,7 +44,7 @@ cdef class Morphology:
cdef int assign_feature(self, uint64_t* morph, univ_morph_t feat_id, bint value) except -1
cpdef enum univ_morph_t:
cdef enum univ_morph_t:
NIL = 0
Animacy_anim = symbols.Animacy_anim
Animacy_inam