Robert
Robert

Reputation: 125

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?

Upvotes: 9

Views: 7022

Answers (2)

Pablo B.
Pablo B.

Reputation: 1833

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.

Upvotes: 11

Michael Kohl
Michael Kohl

Reputation: 66837

Have you looked at heatmap? There's also a nice blog post explaining it:

http://www.idolhands.com/ruby-on-rails/guides-tips-and-tutorials/creating-a-heatmap-or-tag-cloud-in-rails

Upvotes: 2

Related Questions