Uses of Class
org.terrier.terms.TRv2PorterStemmer
-
Packages that use TRv2PorterStemmer Package Description org.terrier.terms Provides the interface and classes for the term pipeline, a set of objects that process the terms during indexing and processing of queries. -
-
Uses of TRv2PorterStemmer in org.terrier.terms
Subclasses of TRv2PorterStemmer in org.terrier.terms Modifier and Type Class Description class
TRv2WeakPorterStemmer
An implementation of the Porter stemming algorithm that uses only the first step of the algorithm.
-