Package org.apache.lucene.analysis.en
package org.apache.lucene.analysis.en
Analyzer for English.
-
ClassesClassDescriptionAbstract parent class for analysis factories that accept a stopwords file as input.
Analyzer
for English.ATokenFilter
that appliesEnglishMinimalStemmer
to stem English words.Factory forEnglishMinimalStemFilter
.Minimal plural stemmer for English.TokenFilter that removes possessives (trailing 's) from words.Factory forEnglishPossessiveFilter
.A list of words used by KstemA list of words used by KstemA list of words used by KstemA list of words used by KstemA list of words used by KstemA list of words used by KstemA list of words used by KstemA list of words used by KstemA high-performance kstem filter for english.Factory forKStemFilter
.This class implements the Kstem algorithmTransforms the token stream as per the Porter stemming algorithm.Factory forPorterStemFilter
.Stemmer, implementing the Porter Stemming Algorithm