spaCy/spacy/morphology.pxd

5 lines
129 B
Cython
Raw Normal View History

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