spaCy/spacy/matcher/phrasematcher.pxd
2019-09-24 14:39:50 +02:00

7 lines
103 B
Cython

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