public class ContractionExpanderFactory
extends java.lang.Object
| Constructor and Description |
|---|
ContractionExpanderFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ContractionExpander |
newContractionExpander()
Get a contraction expander.
|
static ContractionExpander |
newContractionExpander(java.lang.String className)
Get a contractionExpander of a specified class name.
|
static ContractionExpander |
newContractionExpander(UTF8Properties properties)
Get a contraction expander.
|
public static ContractionExpander newContractionExpander()
public static ContractionExpander newContractionExpander(UTF8Properties properties)
properties - MorphAdorner properties.public static ContractionExpander newContractionExpander(java.lang.String className)
className - Class name for the contractionExpander.