public interface ReadingFilter
| 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.
|
void filterReadings(List<Token> tokens, ReadingNode readingNode)
tokens - The tokens to which the readings are appliedreadingNode - The head of a list of ReadingNodesvoid reset()