Script Description:This PHP class is a fairly faithful implementation of the Porter Stemming algorithm for reducing English words to their stems. The primary use of stemming words is in keyword indexing, if youre building a search application.
Site Url: http://www.chuggnutt.com/stemmer.php
