|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StreamFilter
Represents a Node filter capable of both pre- and post-processing. Filters are applied as follows:
| Method Summary | |
|---|---|
List<Token> |
postProcess(List<Token> tokens)
Post-processes analysed tokens |
void |
preProcess(Sentence sentence)
Pre-processes a sentence |
| Method Detail |
|---|
void preProcess(Sentence sentence)
sentence - The sentence be pre-processedList<Token> postProcess(List<Token> tokens)
tokens - The analysed tokens
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||