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