Interesting Words Update
In a recent post, I described a quick project I did that parses out the "Interesting Words" from a blog's RSS feed. I've just tweaked it a bit to that it includes 2-word phrases as well when figuring out which terms to display in the cloud of words.
For example, previously the interesting words for Throwing Food included "oil" and "olive". Now, though, it more appropriately combines those into "olive oil".
I'd like to increase the size of phrases to at least 3 words, but I'll probably have to do a bit of rearchitecting to keep performance in line. And, honestly, 2-word phrases are probably good enough.