net.java.sen.filter.reading
クラス NumberFilter

java.lang.Object
  上位を拡張 net.java.sen.filter.reading.NumberFilter
すべての実装されたインタフェース:
ReadingFilter

public class NumberFilter
extends java.lang.Object
implements ReadingFilter

A ReadingFilter that adapts the basic dictionary-based reading output to account for the reading behaviour of number kanji and numeric suffixes


コンストラクタの概要
NumberFilter()
           
 
メソッドの概要
 void filterReadings(java.util.List<Token> tokens, ReadingNode readingNode)
          Filters readings
 void reset()
          Resets any sentence specific state held by the filter.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

NumberFilter

public NumberFilter()
メソッドの詳細

filterReadings

public void filterReadings(java.util.List<Token> tokens,
                           ReadingNode readingNode)
インタフェース ReadingFilter の記述:
Filters readings

定義:
インタフェース ReadingFilter 内の filterReadings
パラメータ:
tokens - The tokens to which the readings are applied
readingNode - The head of a list of ReadingNodes

reset

public void reset()
インタフェース ReadingFilter の記述:
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

定義:
インタフェース ReadingFilter 内の reset


Copyright ? 2008. All Rights Reserved.