Package-level declarations
Types
Link copied to clipboard
Abstract parent class for analysis factories that accept a stopwords file as input.
Link copied to clipboard
Analyzer for English.
Link copied to clipboard
A TokenFilter that applies EnglishMinimalStemmer to stem English words.
Link copied to clipboard
Factory for EnglishMinimalStemFilter.
Link copied to clipboard
TokenFilter that removes possessives (trailing 's) from words.
Link copied to clipboard
Factory for EnglishPossessiveFilter.
Link copied to clipboard
A high-performance kstem filter for english.
Link copied to clipboard
Factory for KStemFilter.
Link copied to clipboard
Transforms the token stream as per the Porter stemming algorithm.
Link copied to clipboard
Factory for PorterStemFilter.