public marks

PUBLIC MARKS from nhoizey with tags semweb & texte

24 February 2005 11:00

PorterStemmer - phpguru.org

by 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.