问题
Is there a library which can take a python dict with word freq = { 'abc' : 25, .... } and convert this into a html based Tag Cloud?
回答1:
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 ...
来源:https://stackoverflow.com/questions/3173734/html-tag-cloud-creation-using-python