一、NLTK安装
win + R cmd 进入命令行,输入Python,输入:import nltk
执行nltk.download()


双击all 即下载,过程中可能会出现下载失败的问题,只需要重新手动双击未下载成功的identifier即可。
二、安装spacy
Solution1: conda安装(我没用)
在conda命令行中输入如下命令即可安装spacy:
conda config --add channels conda-forge conda install spacy python -m spacy.en.download python -m spacy download en
讯享网
Solution2:

https://blog.csdn.net/_/article/details/
https://blog.csdn.net/cuofucsdn/article/details/
----------------------------------------------------------------------------------------------------------
Python3 中 "Failed building wheel for xxx" 的解决办法
https://blog.csdn.net/_/article/details/
----------------------------------------------------------------------------------------------------------------------------
Cannot uninstall 'urllib3'. It is a distutils installed project and thus we cannot accurately determ
https://blog.csdn.net/u0/article/details/
----------------------------------------------------------------------------------------------------------------------------------
pip安装:Cannot uninstall https://blog.csdn.net/x_kh_2001/article/details/
--------------------------------------------------------------------------------------
!!!import spacy的时候一直报错缺少一个模块,然后加载那个模块后又报错缺少另一个模块。最后。。。

https://blog.csdn.net/github_/article/details/
https://spacy.io/models/en#section-en_core_web_sm

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容,请联系我们,一经查实,本站将立刻删除。
如需转载请保留出处:https://51itzy.com/kjqy/32341.html