vote up 2 vote down star
1

Is there a public, free web service that generates tag clouds? I'm looking for something like Google Chart--URL in, image out.

flag

78% accept rate
Isn't a tag cloud just all of your tags sized by frequency? How could a webservice help with that? Please excuse my ignorance if I misunderstood you. – John MacIntyre Dec 4 '08 at 1:34

4 Answers

vote up 2 vote down

I highly doubt it. A web service for this wouldn't make any sense.

There are tons of libraries though:

CodeIgniter: http://codeigniter.com/forums/viewthread/64498/

Java: http://opencloud.sourceforge.net/

link|flag
vote up 0 vote down check

It still makes sense to me, but I haven't been able to find any such service. Actually, the API could be words in, styled text out or words in, image out. I'll just implement what I need in SWT and go from there.

You can see an example of the kind of thing I'd like to generate at http://www.wordle.net/gallery/wrdl/359579/JUnit_Tests. These are the words in the names of JUnit's self-tests.

link|flag
vote up 0 vote down

Maybe you could make a use of this : http://www.wordle.net/

link|flag
The Wordle license forbids embedding and derivative works. Otherwise I'd love to use it. It's such a beautiful presentation of the information. – Kent Beck Dec 8 '08 at 20:34
vote up 0 vote down

Thanks for suggesting Wordle, but its license is too restrictive for what I want to do. I want to embed the cloud in the IDE.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.