Word Cloud Generator for Rails

Is there a Ruby / Rails library in which I can generate word clouds (the output should be an image file), for example, in Wordle.net ?

+8
ruby ruby-on-rails tag-cloud word-cloud
source share
2 answers

Why should it be a Ruby / Rails library?

You can use JQCloud , which is a good jQuery plugin for creating word and tag clouds.

+10
source share
+2
source share

All Articles