作者
电子邮件
胜利者
银军
海蜇
安装安装
通过pip安装
pip install smoothnlp > =0.4.0
通过源代码安装最新版本
git clone https://github.com/smoothnlp/SmoothNLP.git
cd SmoothNLP
python setup.py install
知识图谱
仅支持SmoothNLP V0.3.0的版本;以下展示为V0.4版本后样例:
调用示例&可视化
from smoothnlp . algorithm import kg
from kgexplore import visual
ngrams = kg . ex
1