简洁安装哈工大pyltp
前情提要
本文记录pyltp安装
以下两种官方提供的方式均以失败告终
方式一
pip install pyltp
方式二
git clone https://github.com/HIT-SCIR/pyltp
git submodule init
git submodule update
python setup.py install
偶然在知乎找到答案,问题解决。
1. 准备好pyltp依赖支持情况
仅讨论 windows 环境
Py2.6 | Py2.6 | Py3.4 | Py3.5 | Py3.6 | conda-python | |
---|---|---|---|---|---|---|
Windows VS2015 | 不支持 | 不支持 | 不支持 | 支持 | 支持 | 不支持 |
Windows VS2017 | 不支持 | 不支持 | 不支持 | 支持 | 支持 | 不支持 |
2. 安装
直接下载别人编译好的 whl 文件
下载已编译好的.whl
下载地址: