jeffreyer / WordCloud-CN

程序员的浪漫!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#中文词云(wordcloud)

使用python生成中文词云

##什么是词云

【释义】由词汇组成类似云的彩色图形

是百度百科

##Examples

######情书一.txt image

######吵架.txt image

##Installation

####wordcloud

        pip install wordcloud

####中文分词:jieba

        pip install jieba

####图包:PIL

        pip install PIL

######Mac/Linux: http://www.jianshu.com/p/5265b76026d9

######Windows: http://www.crifan.com/python_module_pil/

##怎么做

  • 语料收集(导入文本)
  • 分词和关键词抽取
  • 主题图片和个性化调整
  • 制作个性化词云

示例在这里

##参考

######word_cloud: https://github.com/FantasRu/word_cloud

About

程序员的浪漫!


Languages

Language:Python 100.0%