I was trying to upload 'en_core_web_lg' in spacy on google collab. I executed the following command on the collab cell.
!python -m spacy download en_core_web_lg
Now when I run nlp=spacy.load('en_core_web_lg')
I get this error message again. Please advise.
python -m spacy download en_core_web_lg
then:
[Ctrl+M]
or
Restart Runtime
from the Menu bar