While accessing Grammer getting module erro #7787
-
Code : nlp = spacy.load('en') //////////////////////////ModuleNotFoundError Traceback (most recent call last) ModuleNotFoundError: No module named 'spacy_grammar' Your Environment
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
It looks like spacy_grammar is an unofficial third-party module for spaCy 2 that hasn't been updated in four years. You would get that error if you haven't installed the package. You need to follow the instructions in the package README. It's not on pip so you have to check out the git repo first. |
Beta Was this translation helpful? Give feedback.
It looks like spacy_grammar is an unofficial third-party module for spaCy 2 that hasn't been updated in four years.
You would get that error if you haven't installed the package. You need to follow the instructions in the package README. It's not on pip so you have to check out the git repo first.