Package | Description |
---|---|
gov.sandia.cognition.text.term.filter |
Provides classes for filtering and transforming terms.
|
gov.sandia.cognition.text.term.filter.stem |
Provides stemming algorithms for terms.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSingleTermFilter
An abstract implementation of the
SingleTermFilter interface. |
class |
DictionaryFilter
A term filter that only allows terms in its dictionary.
|
class |
LowerCaseTermFilter
A term filter that converts all terms to lower case.
|
class |
StopListFilter
A term filter that rejects any term that appears in a given stop list.
|
class |
StringEvaluatorSingleTermFilter
Adapts an evaluator from string to string to be a term filter on individual
terms.
|
class |
SynonymFilter
A term filter that uses a mapping of synonyms to replace a word with its
synonym.
|
class |
TermLengthFilter
Implements a filter based on the length of a term.
|
Modifier and Type | Class and Description |
---|---|
class |
PorterEnglishStemmingFilter
A term filter that uses the Porter Stemming algorithm.
|