FeatureProcessor
public static class FeatureProcessors.WordPunc extends java.lang.Object implements FeatureProcessor
Constructor | Description |
---|---|
WordPunc() |
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