For the last year Yan-Shih and I have been studying French once a week (4.5hr on Saturday!) A few months ago I wrote some Python code to read the RSS feeds of the most popular French newspaper site, and then kept track of the count of each word. I repeated this every week for a few months.
In the end I had a database of the top ~3000 words used on the site. Today I decided I wanted to play with Processing, so created this little word collage. It is 1680x1050, my monitor's resolution. Two thumbs up for Processing!
Good idea on the color part - I'm still looking for an API that can tell me if the word is a verb/noun/etc. Good eyes on the Debug - I'm actually implementing a new Travel Map and needed to know why it was throwing an error:P
This entry is from my tech blog and was written on Jan. 1, 2010. It's been tagged with french and processing. There have been 2 comments so far.
Twitter contact import script seems to be broken and spamming my requests - apologies if I sent you 10 emails; I'm stubborn like that. (about 6 days, 17 hours ago)
Cool, does it eliminate proper nouns? Maybe you could color code verbs/non/adjectives etc.?
Also FYI, your blog has Debug = True in Django, you might want to turn that off. I use the following snippet so I don't have to muck with this:
http://www.djangosnippets.org/snippet...
Just make sure to ignore local_settings.py in your source control.