public static class FeatureProcessors.WordBreak extends java.lang.Object implements FeatureProcessor
| Constructor and Description |
|---|
WordBreak() |
| Modifier and Type | Method and 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 FeatureProcessorword - the item to processProcessException - if an exception occurred during the
processing