I'm getting this error when I try to use spacy-affixes on my already existing library. Do you know what would cause this and how to fix it?
doc = self.nlp(text)
../../../.local/share/virtualenvs/backend-C76VZmPc/lib/python3.7/site-packages/spacy/language.py:435: in __call__
doc = proc(doc, **component_cfg.get(name, {}))
../../../.local/share/virtualenvs/backend-C76VZmPc/lib/python3.7/site-packages/spacy_affixes/main.py:163: in __call__
self.apply_rules(retokenizer, token, rule)
../../../.local/share/virtualenvs/backend-C76VZmPc/lib/python3.7/site-packages/spacy_affixes/main.py:140: in apply_rules
token, [*rule["affix_text"], token_sub], heads
Como todos lo han hecho durante tanto tiempo.