|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.java.sen.Node
Field Summary | |
java.lang.String |
addInfo
|
int |
begin
|
int |
cost
|
int |
end
|
int |
id
|
int |
length
|
Node |
lnext
|
Node |
next
|
Node |
prev
|
Node |
rnext
|
char[] |
surface
|
java.lang.String |
termInfo
|
CToken |
token
|
Constructor Summary | |
Node()
|
Method Summary | |
protected void |
clear()
clear node. |
protected void |
copy(Node org)
copy node. |
int |
end()
get end index of this node. |
java.lang.String |
getAddInfo()
get additional information. |
java.lang.String |
getBasicString()
get un-conjugate string. |
java.lang.String |
getCform()
get conjugational form. |
int |
getCost()
get cost |
java.lang.String |
getPos()
get part of speech as chasen format. |
java.lang.String |
getPronunciation()
get pronunciation. |
java.lang.String |
getReading()
get reading. |
int |
length()
get length of this node. |
int |
start()
get start index of this node. |
java.lang.String |
toString()
convert to string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public CToken token
public Node prev
public Node next
public Node lnext
public Node rnext
public char[] surface
public java.lang.String termInfo
public java.lang.String addInfo
public int begin
public int length
public int end
public int cost
public int id
Constructor Detail |
public Node()
Method Detail |
public int start()
public int end()
public int length()
public java.lang.String getPos()
public java.lang.String getBasicString()
protected void clear()
protected void copy(Node org)
public java.lang.String toString()
public java.lang.String getCform()
public java.lang.String getReading()
public java.lang.String getPronunciation()
public java.lang.String getAddInfo()
public int getCost()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |