|
||||||||||
前 次 | フレームあり フレームなし |
Node を使用しているパッケージ | |
---|---|
net.java.sen.dictionary | |
net.java.sen.tokenizers.ja |
net.java.sen.dictionary での Node の使用 |
---|
Node として宣言されている net.java.sen.dictionary のフィールド | |
---|---|
protected Node |
Tokenizer.bosNode
A Node representing a beginning-of-string |
protected Node |
Tokenizer.eosNode
A Node representing an end-of-string |
Node |
Node.lnext
The next Node returned for the same ending position
within the sentence by the Dictionary |
Node |
Node.next
The next node on the best path through the Node lattice |
Node |
Node.prev
The previous node on the best path through the Node lattice |
Node |
Node.rnext
The next Node returned for the same starting position
within the sentence by the Dictionary |
Node を返す net.java.sen.dictionary のメソッド | |
---|---|
Node |
Node.clone()
|
Node |
Tokenizer.getBOSNode()
Creates a unique beginning-of-string Node . |
Node |
Tokenizer.getEOSNode()
Creates a unique end-of-string Node . |
Node |
Tokenizer.getUnknownNode(char[] surface,
int start,
int length,
int span)
Creates an "unknown morpheme" Node with the specified
characteristics. |
abstract Node |
Tokenizer.lookup(SentenceIterator iterator,
char[] surface)
Searches for possible morphemes from the given SentenceIterator. |
Node 型のパラメータを持つ net.java.sen.dictionary のメソッド | |
---|---|
int |
Dictionary.getCost(Node lNode2,
Node lNode,
Node rNode)
Retrieves the cost between three Nodes from the connection cost matrix |
Node 型のパラメータを持つ net.java.sen.dictionary のコンストラクタ | |
---|---|
Token(java.lang.String surface,
Node node)
Creates a Token from a Node |
net.java.sen.tokenizers.ja での Node の使用 |
---|
Node を返す net.java.sen.tokenizers.ja のメソッド | |
---|---|
Node |
JapaneseTokenizer.lookup(SentenceIterator iterator,
char[] surface)
|
|
||||||||||
前 次 | フレームあり フレームなし |