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