public class SpellingStandardizerFactory
extends java.lang.Object
| Constructor and Description |
|---|
SpellingStandardizerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static SpellingStandardizer |
newInitialSpellingStandardizer()
Get an initial spelling standardizer.
|
static SpellingStandardizer |
newInitialSpellingStandardizer(UTF8Properties properties)
Get an initial spelling standardizer.
|
static SpellingStandardizer |
newSpellingStandardizer()
Get a spelling standardizer.
|
static SpellingStandardizer |
newSpellingStandardizer(java.lang.String className)
Get a spelling standardizer of a specified class name.
|
static SpellingStandardizer |
newSpellingStandardizer(UTF8Properties properties)
Get a spelling standardizer.
|
public static SpellingStandardizer newSpellingStandardizer()
public static SpellingStandardizer newSpellingStandardizer(UTF8Properties properties)
properties - MorphAdorner properties.public static SpellingStandardizer newInitialSpellingStandardizer()
public static SpellingStandardizer newInitialSpellingStandardizer(UTF8Properties properties)
properties - MorphAdorner properties.public static SpellingStandardizer newSpellingStandardizer(java.lang.String className)
className - Class name for the spelling standardizer.