|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectnet.java.sen.filter.reading.NumberFilter
public class NumberFilter
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 |
| コンストラクタの詳細 |
|---|
public NumberFilter()
| メソッドの詳細 |
|---|
public void filterReadings(java.util.List<Token> tokens,
ReadingNode readingNode)
ReadingFilter の記述:
ReadingFilter 内の filterReadingstokens - The tokens to which the readings are appliedreadingNode - The head of a list of ReadingNodespublic void reset()
ReadingFilter の記述:
ReadingFilter 内の reset
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||