net.java.sen.filter
インタフェース ReadingFilter

既知の実装クラスの一覧:
NumberFilter, OverrideFilter

public interface ReadingFilter

An interface to filters used during reading processing


メソッドの概要
 void filterReadings(java.util.List<Token> tokens, ReadingNode readingNode)
          Filters readings
 void reset()
          Resets any sentence specific state held by the filter.
 

メソッドの詳細

filterReadings

void filterReadings(java.util.List<Token> tokens,
                    ReadingNode readingNode)
Filters readings

パラメータ:
tokens - The tokens to which the readings are applied
readingNode - The head of a list of ReadingNodes

reset

void reset()
Resets any sentence specific state held by the filter. The implementing filter decides exactly what state is affected, and may choose, for instance, to exclude state relating to global or persistant settings



Copyright ? 2008. All Rights Reserved.