24 February 2005 11:00
PorterStemmer - phpguru.org
by nhoizey & 2 others (via)A PHP5 only class to faciliate the stemming of word. This is the process of removing suffixs from words to produce their "stems", eg national -> nation, running -> run, adoption -> adopt. This class, as the name might suggest, implements the algorithm by Martin Porter.
1
(1 marks)