联系
Knight's Tale » 技术

mac安装pyhanlp

2019-03-03 11:23

python界的Nlp系统

第一步:安装 conda

https://conda.io/projects/conda/en/latest/user-guide/install/index.html

要安装 Miniconda 和 Anaconda

第二步:安装 jpype1

https://jpype.readthedocs.io/en/latest/install.html

conda install -c conda-forge jpype1

安装 pyhanlp

https://github.com/hankcs/pyhanlp

pip install pyhanlp

本文链接地址:mac安装pyhanlp