Uses of Interface
kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.MorphAnalyzer

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

Uses of MorphAnalyzer in kr.ac.kaist.swrc.jhannanum.hannanum
 

Fields in kr.ac.kaist.swrc.jhannanum.hannanum declared as MorphAnalyzer
private  MorphAnalyzer Workflow.morphAnalyzer
          The second phase, major plug-in - morphological analyzer.
 

Methods in kr.ac.kaist.swrc.jhannanum.hannanum with parameters of type MorphAnalyzer
 void Workflow.setMorphAnalyzer(MorphAnalyzer ma, java.lang.String configFile)
          Sets the morphological analyzer plug-in, which is the major plug-in on second phase, on the work flow.
 

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

Classes in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer that implement MorphAnalyzer
 class ChartMorphAnalyzer
          Chart-based Morphological Analyzer.
 

Uses of MorphAnalyzer in kr.ac.kaist.swrc.jhannanum.thread
 

Fields in kr.ac.kaist.swrc.jhannanum.thread declared as MorphAnalyzer
private  MorphAnalyzer MorphAnalyzerThread.ma
          the morphological analyzer plug-in
 

Constructors in kr.ac.kaist.swrc.jhannanum.thread with parameters of type MorphAnalyzer
MorphAnalyzerThread(MorphAnalyzer ma, java.util.concurrent.LinkedBlockingQueue<PlainSentence> in, java.util.concurrent.LinkedBlockingQueue<SetOfSentences> out)
          Constructor.