mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-14 05:37:03 +03:00
5 lines
129 B
Cython
5 lines
129 B
Cython
from .structs cimport TokenC, Lexeme, Morphology, PosTag
|
|
|
|
|
|
cdef int set_morph_from_dict(Morphology* morph, dict props) except -1
|