nltk - How to create a word cloud from a corpus in Python? -
from creating subset of words corpus in r, answerer can convert term-document matrix word cloud easily.
is there similar function python libraries takes either raw word textfile or nltk corpus or gensim mmcorpus word cloud?
the result this: 
here's blog post that: http://peekaboo-vision.blogspot.com/2012/11/a-wordcloud-in-python.html
the whole code here: https://github.com/amueller/word_cloud
Comments
Post a Comment