public static class FeatureProcessors.Gpos extends java.lang.Object implements FeatureProcessor
Constructor and Description |
---|
Gpos(PartOfSpeech pos)
Creates a GPOS with the given part-of-speech table
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
process(Item item)
Performs some processing on the given item.
|
public Gpos(PartOfSpeech pos)
pos
- part of speech determinerpublic java.lang.String process(Item item) throws ProcessException
process
in interface FeatureProcessor
item
- the item to processProcessException
- if an exception occurred during the
processing