diff --git a/spacy/matcher.pyx b/spacy/matcher.pyx index def6e6698..a5ab350f0 100644 --- a/spacy/matcher.pyx +++ b/spacy/matcher.pyx @@ -23,6 +23,10 @@ from .attrs import FLAG58 as B4_ENT from .attrs import FLAG43 as L2_ENT from .attrs import FLAG42 as L3_ENT from .attrs import FLAG41 as L4_ENT +from .attrs import FLAG43 as I2_ENT +from .attrs import FLAG42 as I3_ENT +from .attrs import FLAG41 as I4_ENT + cdef enum action_t: