wordle

Algorithm to implement a word cloud like Wordle

五迷三道 提交于 2019-12-17 04:09:25
问题 Context Take a look at Wordle: http://www.wordle.net/ It's much better looking than any other word cloud generators I've seen Note: the source is not available - read the FAQ: http://www.wordle.net/faq#code My Questions Is there an algorithm available that does what Wordle does? If no, what are some alternatives that produces similar kinds of output? Why I'm asking just curious want to learn 回答1: I'm the creator of Wordle. Here's how Wordle actually works: Count the words, throw away boring

Algorithm to implement a word cloud like Wordle

ε祈祈猫儿з 提交于 2019-11-26 18:02:39
Context Take a look at Wordle: http://www.wordle.net/ It's much better looking than any other word cloud generators I've seen Note: the source is not available - read the FAQ: http://www.wordle.net/faq#code My Questions Is there an algorithm available that does what Wordle does? If no, what are some alternatives that produces similar kinds of output? Why I'm asking just curious want to learn I'm the creator of Wordle. Here's how Wordle actually works: Count the words, throw away boring words, and sort by the count, descending. Keep the top N words for some N. Assign each word a font size