SpaCy OSError: Can't find model 'en'

前端 未结 12 1590
夕颜
夕颜 2020-12-23 16:11

even though I downloaded the model it cannot load it

[jalal@goku entity-sentiment-analysis]$ which python
/scratch/sjn/anaconda/bin/python
[jalal@goku entity         


        
12条回答
  •  我在风中等你
    2020-12-23 16:56

    Since you are using python version 3.6, try using -

    python3 -m spacy download en

    instead of just python -m .....

提交回复
热议问题