jieba 中文分词

简介 & 特性

  • 分词
  • 添加自定义词典
  • 关键词提取
  • 词性标注
  • 并行分词

安装

# for python2
pip install jieba
# for python3
pip install jieba3k

In [ ]: