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
I tried all the above answers but could not succeed. Below worked for me :
(Specific to WINDOWS os)
pip install -U --user spacy
python -m spacy download en
import spacy
spacy.load('en')