spaCy/spacy/matcher/phrasematcher.pxd

7 lines
103 B
Cython

from preshed.maps cimport key_t
cdef struct MatchStruct:
key_t match_id
int start
int end