|
||||||||||
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.SegmentPosition.Position
public class SegmentPosition.Position
This class marks the position of segmentation.
Field Summary | |
---|---|
(package private) char |
key
the consonant or vowel of this position |
(package private) int |
morphCount
the number of morphemes possible at this position |
(package private) int[] |
morpheme
the list of morphemes possible at this position |
(package private) int |
nextPosition
the index of next segment position |
(package private) int |
nIndex
the temporary index for number dictionary |
(package private) int |
sIndex
the temporary index for system dictionary |
(package private) int |
state
the processing state |
(package private) int |
uIndex
the temporary index for user dictionary |
Constructor Summary | |
---|---|
SegmentPosition.Position()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
char key
int state
int nextPosition
int sIndex
int uIndex
int nIndex
int morphCount
int[] morpheme
Constructor Detail |
---|
public SegmentPosition.Position()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |