From: Jano Svitok Date: 2007-10-13T00:24:25+09:00 Subject: Re: Text/Tag Cloud generation On 10/12/07, Jim Og wrote: > Thanks for the reply. I had run across that link in the past, and the > problem I am having is all the tools on there are designed for web use > and smaller datasets then what I am working with. The designed for web > use is no big deal, as I can take the portion of code I am interested, > or just redirect input and output. But the designed for smaller datasets > is a bigger issue (no pun intended). > > I need a tool which can process multiple Gig of data, without crashing, > and output a text cloud. Isn't a text cloud just a fancy word/phrase frequency table, or am I missing something here? If it indeed is, how fast do you need it to be? I wouldn't worry about stability, but speed instead... There can be only so many words there. J.