mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-31 03:34:07 +03:00
7 lines
103 B
Cython
7 lines
103 B
Cython
from preshed.maps cimport key_t
|
|
|
|
cdef struct MatchStruct:
|
|
key_t match_id
|
|
int start
|
|
int end
|