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

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

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

Fields in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer declared as Trie
private  Trie MorphemeChart.systemDic
          system morpheme dictionary
private  Trie ChartMorphAnalyzer.systemDic
          Default morpheme dictionary.
private  Trie MorphemeChart.userDic
          user morpheme dictionary
private  Trie ChartMorphAnalyzer.userDic
          Additional morpheme dictionary that users can modify for their own purpose.
 

Constructors in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer with parameters of type Trie
MorphemeChart(TagSet tagSet, Connection connection, Trie systemDic, Trie userDic, NumberDic numDic, Simti simti, java.util.LinkedList<Eojeol> resEojeolList)
          Constructor.