
> 3 nlp = spacy.load('en_core_web_sm')Ĭ:\Users\nikhizzz\AppData\Local\conda\conda\envs\tensorflowspyder\lib\site-packages\spacy\_init_.py in load(name, **overrides)ġ3 if depr_path not in (True, False, None):ġ4 deprecation_warning((path=depr_path)) OSError Traceback (most recent call last)ġ # Import spaCy and load the language library when i go to jupyter notebook and run command nlp = spacy.load('en_core_web_sm') I get the below error. But the spacy.load('en_core_web_sm') throws error But i am still not clear how spacy.load('en_core_web_sm') and spacy.load('en') differ


What is difference between spacy.load('en_core_web_sm') and spacy.load('en')? This link explains different model sizes.
