public class HyphenatorFactory
extends java.lang.Object
Constructor and Description |
---|
HyphenatorFactory() |
Modifier and Type | Method and Description |
---|---|
static Hyphenator |
newHyphenator()
Get a hyphenator.
|
static Hyphenator |
newHyphenator(java.lang.String className)
Get a hyphenator of a specified class name.
|
static Hyphenator |
newHyphenator(UTF8Properties properties)
Get a hyphenator.
|
public static Hyphenator newHyphenator()
public static Hyphenator newHyphenator(UTF8Properties properties)
properties
- MorphAdorner properties.public static Hyphenator newHyphenator(java.lang.String className)
className
- Class name for the hyphenator.