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