public class PartOfSpeechGuesserFactory
extends java.lang.Object
| Constructor and Description |
|---|
PartOfSpeechGuesserFactory() |
| Modifier and Type | Method and Description |
|---|---|
static PartOfSpeechGuesser |
newPartOfSpeechGuesser()
Get a part of speech guesser.
|
static PartOfSpeechGuesser |
newPartOfSpeechGuesser(java.lang.String className)
Get a part of speech guesser of a specified class name.
|
static PartOfSpeechGuesser |
newPartOfSpeechGuesser(UTF8Properties properties)
Get a part of speech guesser.
|
public static PartOfSpeechGuesser newPartOfSpeechGuesser()
public static PartOfSpeechGuesser newPartOfSpeechGuesser(UTF8Properties properties)
properties - MorphAdorner properties.public static PartOfSpeechGuesser newPartOfSpeechGuesser(java.lang.String className)
className - Class name for the part of speech guesser.