I want to use spaCy's Matcher class on a new language (Hebrew) for which spaCy does not yet have a working model.
I found a working tokenizer + POS tagger (from Stanford NLP), yet I would prefer spaCy as its Matcher can help me do some rule-based NER.
Can the rule-based Matcher be fed with POS-tagged text instead of the standard NLP pipeline?