I have to create a histogram/dictionary of all words found in parsing an html file. This includes a dictionary of all words found, and a histogram of their frequency.
I cant think of how to do this with PHP/MySQL because there could be potentially 2000 words that would have to be INSERTED at once =/
Any ideas?