Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

26
votes
8answers
7k views

Algorithm to implement a word cloud like Wordle

Context Take a look at what wordle does : http://www.wordle.net/ it's much better looking than any other word cloud generators I've seen note: the source is not avaialable - read the FAQ ...
0
votes
2answers
474 views

How to programatically send input to a java app running in a browser window?

Consider the most excellent wordle tag cloud generator: http://www.wordle.net/create Entering text into the "textform" textarea and clicking the go button starts up the wordle java applet on that ...