public class StopWordsFactory
extends java.lang.Object
Constructor and Description |
---|
StopWordsFactory() |
Modifier and Type | Method and Description |
---|---|
static StopWords |
newStopWords()
Get stopwords.
|
static StopWords |
newStopWords(java.lang.String className)
Get a stopwords of a specified class name.
|
static StopWords |
newStopWords(UTF8Properties properties)
Get stopwords.
|
public static StopWords newStopWords()
public static StopWords newStopWords(UTF8Properties properties)
properties
- MorphAdorner properties.public static StopWords newStopWords(java.lang.String className)
className
- Class name for the stopwords.