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
spacy.load(\'en_core_web_sm\')
spacy.load(\'en\')
Open Anaconda Navigator. Click on any IDE. Run the code:
!pip install -U spacy download en_core_web_sm !pip install -U spacy download en_core_web_sm
It will work. If you are open IDE directly close it and follow this procedure once.