pip install pyahocorasick -i Simple Index
这个需要VS环境,如果命令行安装提示没有VS环境可以进入
用VS命令行执行pip命令,即可安装成功。
2.安装pyltp包# LTP语言平台:http://ltp.ai/index.html
# 使用的工具包,pyltp:https://pyltp.readthedocs.io/zh_CN/latest/api.html
# LTP附录:https://ltp.readthedocs.io/zh_CN/latest/appendix.html#id3
# 安装方法:https://github.com/HIT-SCIR/pyltp
如果pip install pyltp时,编译失败了,建议上网搜别人编译好的pyltp的whl包,下载下来pip install pyltp.whl。这样可以安装。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)