public static class FeatureProcessors.SubPhrases extends java.lang.Object implements FeatureProcessor
Constructor and Description |
---|
SubPhrases() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
process(Item item)
Performs some processing on the given item.
|
public java.lang.String process(Item item) throws ProcessException
process
in interface FeatureProcessor
item
- the item to processProcessException
- if an exception occurred during the
processing