We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
开发者_JAVA技巧Closed 7 years ago.
Improve this questionIs there a library which can take a python dict with word freq = { 'abc' : 25, .... } and convert this into a html based Tag Cloud?
There a numerous examples for this on the web, e.g. here:
- http://sujitpal.blogspot.com/2007/04/building-tag-cloud-with-python.html
- http://snipplr.com/view/8875/tag-cloud/
- http://pypi.python.org/pypi/cs.tags/0.1.1
- and more ...
精彩评论