public class ContextualSmootherFactory
extends java.lang.Object
Constructor and Description |
---|
ContextualSmootherFactory() |
Modifier and Type | Method and Description |
---|---|
static ContextualSmoother |
newContextualSmoother()
Get a contextual smoother.
|
static ContextualSmoother |
newContextualSmoother(java.lang.String className)
Get a contextualSmoother of a specified class name.
|
static ContextualSmoother |
newContextualSmoother(UTF8Properties properties)
Get a contextual smoother.
|
public static ContextualSmoother newContextualSmoother()
public static ContextualSmoother newContextualSmoother(UTF8Properties properties)
properties
- MorphAdorner properties.public static ContextualSmoother newContextualSmoother(java.lang.String className)
className
- Class name for the contextualSmoother.