list to be sortable in real-time, either alphabetically
eg. SELECT word, count(*) as wc FROM sample ORDER by word ASC
or by frequency
eg.
SELECT word, count(*) as wc FROM sample ORDER by wc DESC
Seems to me the only benefit of the map you reference is it's (possible, though remote) aesthetic value as a word-image. In order to tell what word appears more frequently in it, I have to view the source and look at pixel sizes. Even so, they're probably scaled to avoid "font-size:1203px," making the numeric data value suspect.
|