|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectnet.java.sen.dictionary.Node
public final class Node
A node within the Viterbi
cost lattice
フィールドの概要 | |
---|---|
int |
cost
The cost of the best path through this Node , comprising
this.prev , this Node , and
this.next . |
CToken |
ctoken
The CToken the Dictionary returned for the
Morpheme within this Node |
int |
length
The number of characters this Node covers |
Node |
lnext
The next Node returned for the same ending position
within the sentence by the Dictionary |
Morpheme |
morpheme
The Morpheme that is contained within this Node |
Node |
next
The next node on the best path through the Node lattice |
Node |
prev
The previous node on the best path through the Node lattice |
Node |
rnext
The next Node returned for the same starting position
within the sentence by the Dictionary |
int |
span
The number of characters between the end of the previous Node
and the end of this one, including any ignored characters that do not
form part of the Morpheme |
int |
start
The index of the first character of this Node within the
surface |
コンストラクタの概要 | |
---|---|
Node()
|
メソッドの概要 | |
---|---|
Node |
clone()
|
クラス java.lang.Object から継承されたメソッド |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public CToken ctoken
CToken
the Dictionary
returned for the
Morpheme
within this Node
public Node prev
Node
lattice
public Node next
Node
lattice
public Node lnext
Node
returned for the same ending position
within the sentence by the Dictionary
public Node rnext
Node
returned for the same starting position
within the sentence by the Dictionary
public Morpheme morpheme
Morpheme
that is contained within this Node
public int start
Node
within the
surface
public int length
Node
covers
public int span
Node
and the end of this one, including any ignored characters that do not
form part of the Morpheme
public int cost
Node
, comprising
this.prev
, this Node
, and
this.next
. Lower cost is more likely, higher cost less
likely
コンストラクタの詳細 |
---|
public Node()
メソッドの詳細 |
---|
public Node clone()
java.lang.Object
内の clone
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |