Uses of Class
kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Trie.TNODE

Packages that use Trie.TNODE
kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer   
 

Uses of Trie.TNODE in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer
 

Fields in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer declared as Trie.TNODE
 Trie.TNODE Trie.node_head
          the head of node list
 Trie.TNODE[] Trie.trie_buf
          the array for trie nodes
 

Methods in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer that return Trie.TNODE
 Trie.TNODE Trie.fetch(char[] word)
          Fetches the specified word.
 Trie.TNODE Trie.get_node(int idx)
          Gets the trie node on the specified index