1.用清华源安装spacy
pip install -U spacy -i https://pypi.tuna.tsinghua.edu.cn/simple
2.下载语言模型
python -m spacy download en_core_web_sm
或
conda install -c conda-forge spacy-model-en_core_web_sm
部分情况下可以成功,如果不成功,继续:
3.到github上下载元模型,链接
https://github.com/explosion/spacy-models/releases?q=en_core_web_sm&expanded=true
注意:版本对应问题,如:我的spacy是3.6的,我下载的也是3.6.0版本的
,
下载之后:
pip install en_core_web_sm-3.6.0.tar.gz
注意换成自己的版本号文章来源:https://www.toymoban.com/news/detail-793017.html
之后就可以啦!
文章来源地址https://www.toymoban.com/news/detail-793017.html
到了这里,关于python中spacy和en_core_web_sm安装的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!