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

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

Classes in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer used by kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer
AnalyzedDic
          This class is the data structure for the pre-analyzed dictionary.
Connection
          This class is for the connection rules of morphemes.
ConnectionNot
          This class is for the impossible connection rules of morphemes.
Exp
          This class for expansion of morphological analysis regarding rules such as elision, contractions, and irregular rules.
MorphemeChart
          This class is for the lattice style morpheme chart which is a internal data structure for morphological analysis without backtracking.
MorphemeChart.Morpheme
          A morpheme node in the lattice style chart.
NumberDic
          Number dictionary for recognizing number expressions using automata.
PostProcessor
          This class is for post processing of morphological analysis.
SegmentPosition
          This class is for segmentation of morphemes in a given eojeol.
SegmentPosition.Position
          This class marks the position of segmentation.
Simti
          SIMTI(SIMple Trie Index) library.
Simti.HEADI
          The header for SIMTI structure.
Simti.ST_FREE
          The structure for the free node list.
Simti.ST_NF
          The node for SIMTI structure.
Simti.ST_NODE
          Data node for SIMTI structure.
Trie
          TRIE data structure for morpheme dictionaries.
Trie.FREE
          This class is for managing free nodes in the trie structure.
Trie.INFO
          This class is for the information of morpheme
Trie.TNODE
          This class is for nodes of trie structure.