python -m spacy download en ConnectionError

可能是国内不方便连接GitHub。

我早已配好了清华的anaconda源

(base) chencheng@ubuntu:~$ cat .pip/pip.conf 
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host=pypi.tuna.tsinghua.edu.cn

anaconda已经集成了spacy的model。

conda install -c conda-forge spacy-model-en_core_web_sm
conda install -c conda-forge spacy-model-en_core_web_md
conda install -c conda-forge spacy-model-en_core_web_lg
上一篇:使用transformer训练语言模型


下一篇:对命名实体识别进行基准测试:StanfordNLP,IBM,spaCy,Dialogflow和TextSpace