| Package | Description |
|---|---|
| org.apache.lucene.analysis.en |
Analyzer for English.
|
| Class and Description |
|---|
| EnglishMinimalStemmer
Minimal plural stemmer for English.
|
| KStemmer
This class implements the Kstem algorithm
|
| KStemmer.DictEntry |
| PorterStemFilter
Transforms the token stream as per the Porter stemming algorithm.
|
| PorterStemmer
Stemmer, implementing the Porter Stemming Algorithm
The Stemmer class transforms a word into its root form.
|