spaCy/spacy/matcher/phrasematcher.pxd

6 lines
100 B
Cython

from libcpp.vector cimport vector
from ..typedefs cimport hash_t
ctypedef vector[hash_t] hash_vec