spaCy/spacy/matcher/phrasematcher.pxd
Sofie Van Landeghem c417c380e3 Matcher ID fixes (#4179)
* allow phrasematcher to link one match to multiple original patterns

* small fix for defining ent_id in the matcher (anti-ghost prevention)

* cleanup

* formatting
2019-08-22 17:17:07 +02:00

6 lines
100 B
Cython

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