|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface StreamFilter
Represents a Node filter capable of both pre- and post-processing. Filters are applied as follows:
| メソッドの概要 | |
|---|---|
java.util.List<Token> |
postProcess(java.util.List<Token> tokens)
Post-processes analysed tokens |
void |
preProcess(Sentence sentence)
Pre-processes a sentence |
| メソッドの詳細 |
|---|
void preProcess(Sentence sentence)
sentence - The sentence be pre-processedjava.util.List<Token> postProcess(java.util.List<Token> tokens)
tokens - The analysed tokens
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||