public class SyllableCounterFactory
extends java.lang.Object
Constructor and Description |
---|
SyllableCounterFactory() |
Modifier and Type | Method and Description |
---|---|
static SyllableCounter |
newSyllableCounter()
Get a syllablecounter.
|
static SyllableCounter |
newSyllableCounter(java.lang.String className)
Get a syllablecounter of a specified class name.
|
static SyllableCounter |
newSyllableCounter(UTF8Properties properties)
Get a syllablecounter.
|
public static SyllableCounter newSyllableCounter()
public static SyllableCounter newSyllableCounter(UTF8Properties properties)
properties
- MorphAdorner properties.public static SyllableCounter newSyllableCounter(java.lang.String className)
className
- Class name for the syllablecounter.