• Stars
    star
    402
  • Rank 107,380 (Top 3 %)
  • Language
    Python
  • Created about 7 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

用python进行文本分词并生成词云

wordCloud

用python进行文本分词并生成词云

需要安装的包

  • sudo pip3 install jieba
  • sudo pip3 install wordcloud
  • wordcloud包依赖于Pillow,numpy,matplotlib

其他

  • 分词采用结巴分词,并支持自定义字典
  • 分词结果进行词频统计分析,并导出
  • 词云图可自己设定背景图(英文词云图不需先进行分词)

运行结果

运行demo.py,会生成相应的的词云图,和“doc/词频统计.txt”
eg:输入“alice.txt”的词云图如下: image
十九大报告全文的词云图如下:
image