mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-11 17:10:36 +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
|