what is difference between spacy.load(\'en_core_web_sm\') and spacy.load(\'en\')? This link explains different model sizes. But i am still not clea
For those who are still facing problems even after installing it as administrator from Anaconda prompt, here's a quick fix:
1) Got to the path where it is downloaded. For e.g.
C:\Users\name\AppData\Local\Continuum\anaconda3\Lib\site-packages\en_core_web_sm\en_core_web_sm-2.2.0
2) Copy the path.
3) Paste it in: nlp = spacy.load(r'C:\Users\name\AppData\Local\Continuum\anaconda3\Lib\site-packages\en_core_web_sm\en_core_web_sm-2.2.0')
4) Works like a charm :)
PS: Check for spacy version