Gramformer
Gramformer copied to clipboard
Compatibility issues with spacy
Only since the last few days, getting the error "Can't find model 'en'. It looks like you're trying to load a model from a shortcut, which is obsolete as of spaCy v3.0. To load the model, use its full name instead: nlp = spacy.load("en_core_web_sm")"
There seems to be an incompatibility between en-core-web-md 3.7.0 requiring spacy 3.7.0 and gramformer requiring spacy 2.3.9.