|
||||||||||
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.Trie.TNODE
public class Trie.TNODE
This class is for nodes of trie structure.
Field Summary | |
---|---|
int |
child_idx
the index for the childern |
short |
child_size
the size of children |
Trie.FREE |
free
for managing free nodes |
java.util.LinkedList<Trie.INFO> |
info_list
the list of morpheme information |
char |
key
key - vowel, consonant, etc. |
Constructor Summary | |
---|---|
Trie.TNODE()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public char key
public short child_size
public int child_idx
public java.util.LinkedList<Trie.INFO> info_list
public Trie.FREE free
Constructor Detail |
---|
public Trie.TNODE()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |