| Interface | Description |
|---|---|
| StopWords |
Defines an interface for a stopwords list.
|
| Class | Description |
|---|---|
| BaseStopWords |
Base stop word list.
|
| BuckleyAndSaltonStopWords |
Stop word list by Chris Buckley And Gerald Salton at Cornell.
|
| ChoiStopWords |
Freddy Choi's stop word list.
|
| DefaultStopWords |
Default stop word list.
|
| PorterStopWords |
Martin Porter's stop word list.
|
| StopWordsFactory |
StopWords factory.
|
All MorphAdorner stopword providers must implement the
StopWords
interface. The
StopWordsFactory
provides the mechanism for instantiating a default or specified instance
of a stopwords implementation.
MorphAdorner includes two built-in stopword lists.