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