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

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

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

Fields in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer with type parameters of type Trie.INFO
 java.util.LinkedList<Trie.INFO> Trie.TNODE.info_list
          the list of morpheme information
 

Methods in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer with parameters of type Trie.INFO
 int Trie.store(char[] word, Trie.INFO inode)
          It stores the specified word in the trie structure.