
Python
文章平均质量分 67
siohasio
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Python Jieba分词
https://pypi.org/project/jieba/jieba“结巴”中文分词:做最好的 Python 中文分词组件“Jieba” (Chinese for “to stutter”) Chinese text segmentation: built to be the best Python Chinese word segmentation module.完整文档见 README.m...转载 2018-07-08 00:11:45 · 243 阅读 · 0 评论 -
Python wordcloud安装
最近想借助词云做分析,词云可以更生动的展现数据结果安装wordcloud出现错误,此次记录安装wordcloud:在cmd中输入 pip install wordcloud报错 error: Microsoft Visual C++ 14.0 is required. Get it with“Microsoft Visual C++ Build Tools”: http://landinghub....原创 2018-07-08 00:53:26 · 1062 阅读 · 1 评论