|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.MorphemeChart.Morpheme
public class MorphemeChart.Morpheme
A morpheme node in the lattice style chart.
Field Summary | |
---|---|
int[] |
connection
the list of the morphemes connected |
int |
connectionCount
the number of morphemes connected |
int |
nextPosition
the index of the next node |
int |
nextTagType
the type of the next morpheme |
int |
phoneme
phoneme |
int |
state
the state of current processing |
java.lang.String |
str
plain string |
int |
tag
morpheme tag |
Constructor Summary | |
---|---|
MorphemeChart.Morpheme()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int tag
public int phoneme
public int nextPosition
public int nextTagType
public int state
public int connectionCount
public int[] connection
public java.lang.String str
Constructor Detail |
---|
public MorphemeChart.Morpheme()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |