public class PorterStemmer
extends Object
implements Stemmer
This is an implementation of the Porter stemmer in Java. The original paper
is in Porter, 1980, An algorithm for suffix stripping, Program, Vol. 14, no.
3, pp 130-137,
This code has been ported and heavily modified based on the original
implementation found here