spacy Can't find model 'en_core_web_sm' on windows 10 and Python 3.5.3 :: Anaconda custom (64-bit)

前端 未结 15 1058
傲寒
傲寒 2020-12-08 09:40

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

15条回答
  •  半阙折子戏
    2020-12-08 10:01

    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.

提交回复
热议问题