net.java.sen
Class Node

java.lang.Object
  extended bynet.java.sen.Node

public final class Node
extends java.lang.Object


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

token

public CToken token

prev

public Node prev

next

public Node next

lnext

public Node lnext

rnext

public Node rnext

surface

public char[] surface

termInfo

public java.lang.String termInfo

addInfo

public java.lang.String addInfo

begin

public int begin

length

public int length

end

public int end

cost

public int cost

id

public int id
Constructor Detail

Node

public Node()
Method Detail

start

public int start()
get start index of this node.


end

public int end()
get end index of this node.


length

public int length()
get length of this node.


getPos

public java.lang.String getPos()
get part of speech as chasen format.

Returns:
part of speach.

getBasicString

public java.lang.String getBasicString()
get un-conjugate string.

Returns:
un-conjugate representation for morpheme.

clear

protected void clear()
clear node.


copy

protected void copy(Node org)
copy node.


toString

public java.lang.String toString()
convert to string.


getCform

public java.lang.String getCform()
get conjugational form.

Returns:
conjugational form

getReading

public java.lang.String getReading()
get reading.

Returns:
reading

getPronunciation

public java.lang.String getPronunciation()
get pronunciation.

Returns:
pronunciation

getAddInfo

public java.lang.String getAddInfo()
get additional information.

Returns:
additional information

getCost

public int getCost()
get cost

Returns:
cost of this morpheme.