FeatureProcessor
public static class FeatureProcessors.NumDigits extends java.lang.Object implements FeatureProcessor
Constructor | Description |
---|---|
NumDigits() |
Modifier and Type | Method | 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