Search code examples
ruby-on-railsrubytag-cloudword-cloud

Word cloud generator for Rails


Is there a Ruby/Rails library that I can generate word clouds (output should be an image file) like in Wordle.net?


Solution

  • Why does it have to be a Ruby/Rails library?

    You could use JQCloud, which is a nice JQuery plugin to build word and tag clouds.