Skip to content

joshua-wu/word_cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

word cloud

A little word cloud generator in Python.

Needs PIL and Cython (>= 0.16).

The example uses scikit-learn for extracting word counts from a text. For scikit-learn <= 0.11, you have to remove the min_df keyword.

Build using python setup.py build_ext -i.

About

A little word cloud generator in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.7%
  • Python 42.3%