Skip to content

zhengyangca/wordcloud_jieba_statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

licence DOI

wordcloud_jieba_statistics

A little integration of word cloud generator and word frequencies analyzer in Python2(but compatible with python3) for both English and Chinese.

Original URL: https://github.com/zhengyangca/wordcloud_jieba_statistics

Preparation

Clone or download the code base

install required packages:

pip install wordcloud
pip install jieba

Installation notes

wordcloud may encounter an exception that asks you to install a C compiler if you are using Windows, you can just search Download Microsoft Visual C++ Compiler for Python from google

Usage

python main.py

And wait for the magic happens!

Examples

demo

一个轻量级python应用,整合wordcloud+jieba对中文或英文,或中英文混合文本分块,统计,形成词云。

About

Lightweight python app integrate jieba and word_cloud, analyzing both English and Chinese articles and generating word frequencies reporst and fency word cloud

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages