Stemming - Wikipedia, the free encyclopedia 19236
http://en.wikipedia.org/wiki/Stemming#Algorithms
(score:116 / approval:67%)
makes a list of all the unique words that have been used and counts how many times each word is used. Next it identifies the different variations of words and combines them under the most common variation using the Porter Stemming Algorithm. E.g. promised, promises, promising, and promise might be grouped under promises.
0 comments







