public class NameRecognizerFactory
extends java.lang.Object
| Constructor and Description |
|---|
NameRecognizerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static NameRecognizer |
newNameRecognizer()
Get a name recognizer.
|
static NameRecognizer |
newNameRecognizer(java.lang.String className)
Get a name recognizer of a specified class name.
|
static NameRecognizer |
newNameRecognizer(UTF8Properties properties)
Get a name recognizer.
|
public static NameRecognizer newNameRecognizer()
public static NameRecognizer newNameRecognizer(UTF8Properties properties)
properties - MorphAdorner properties.public static NameRecognizer newNameRecognizer(java.lang.String className)
className - Class name for the name recognizer.