Gramformer icon indicating copy to clipboard operation
Gramformer copied to clipboard

Compatibility issues with spacy

Open shreyanjoshi opened this issue 2 years ago • 0 comments

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.

shreyanjoshi avatar Oct 30 '23 12:10 shreyanjoshi