HTML Tag Cloud creation using Python? [closed]

久未见 提交于 2020-01-13 05:57:15

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!