public class LexicalSmootherFactory
extends java.lang.Object
| Constructor and Description |
|---|
LexicalSmootherFactory() |
| Modifier and Type | Method and Description |
|---|---|
static LexicalSmoother |
newLexicalSmoother()
Get a lexical smoother.
|
static LexicalSmoother |
newLexicalSmoother(java.lang.String className)
Get a lexicalSmoother of a specified class name.
|
static LexicalSmoother |
newLexicalSmoother(UTF8Properties properties)
Get a lexical smoother.
|
public static LexicalSmoother newLexicalSmoother()
public static LexicalSmoother newLexicalSmoother(UTF8Properties properties)
properties - MorphAdorner properties.public static LexicalSmoother newLexicalSmoother(java.lang.String className)
className - Class name for the lexicalSmoother.