public class NumberFilter extends Object implements ReadingFilter
| Constructor and Description |
|---|
NumberFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
filterReadings(List<Token> tokens,
ReadingNode readingNode)
Filters readings
|
void |
reset()
Resets any sentence specific state held by the filter.
|
public void filterReadings(List<Token> tokens, ReadingNode readingNode)
ReadingFilterfilterReadings in interface ReadingFiltertokens - The tokens to which the readings are appliedreadingNode - The head of a list of ReadingNodespublic void reset()
ReadingFilterreset in interface ReadingFilter