public class NameStandardizerFactory
extends java.lang.Object
Constructor and Description |
---|
NameStandardizerFactory() |
Modifier and Type | Method and Description |
---|---|
static NameStandardizer |
newNameStandardizer()
Get a name standardizer.
|
static NameStandardizer |
newNameStandardizer(java.lang.String className)
Get a name standardizer of a specified class name.
|
static NameStandardizer |
newNameStandardizer(UTF8Properties properties)
Get a name standardizer.
|
public static NameStandardizer newNameStandardizer()
public static NameStandardizer newNameStandardizer(UTF8Properties properties)
properties
- MorphAdorner properties.public static NameStandardizer newNameStandardizer(java.lang.String className)
className
- Class name for the name standardizer.