public final class LuceneStopWords
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
ENGLISH_STOP_WORDS
Keep a copy of the stop words here in case the Lucene package is not available
|
Constructor and Description |
---|
LuceneStopWords()
Constructor for the LuceneStopWords object
|
Modifier and Type | Method and Description |
---|---|
static boolean |
isStopWord(java.lang.String word)
Indicates whether the given word is a Lucene stop word
|