spaCy/spacy/morphology.pxd

5 lines
129 B
Cython
Raw Normal View History

2014-12-19 20:27:28 +00:00
from .structs cimport TokenC, Lexeme, Morphology, PosTag
2014-12-19 20:28:27 +00:00
cdef int set_morph_from_dict(Morphology* morph, dict props) except -1