Uses of Interface
kr.ac.kaist.swrc.jhannanum.plugin.Plugin

Packages that use Plugin
kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer   
kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer   
kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.PosTagger   
kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.PosTagger.HmmPosTagger   
kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor   
kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.SimpleMAResult09   
kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.SimpleMAResult22   
kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.UnknownMorphProcessor   
kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PlainTextProcessor   
kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PlainTextProcessor.InformalSentenceFilter   
kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PlainTextProcessor.SentenceSegmentor   
kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PosProcessor   
kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PosProcessor.NounExtractor   
kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PosProcessor.SimplePOSResult09   
kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PosProcessor.SimplePOSResult22   
 

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

Subinterfaces of Plugin in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer
 interface MorphAnalyzer
          The plug-in interface is for morphological analysis - Phase: The Second Phase - Type: Major Plug-in
 

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

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

Uses of Plugin in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.PosTagger
 

Subinterfaces of Plugin in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.PosTagger
 interface PosTagger
          The plug-in interface is for Part Of Speech Tagger
 

Uses of Plugin in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.PosTagger.HmmPosTagger
 

Classes in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.PosTagger.HmmPosTagger that implement Plugin
 class HMMTagger
          Hidden Markov Model based Part Of Speech Tagger.
 

Uses of Plugin in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor
 

Subinterfaces of Plugin in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor
 interface MorphemeProcessor
          The plug-in interface is for Morpheme Processor, which performs post processing of morphological analysis.
 

Uses of Plugin in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.SimpleMAResult09
 

Classes in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.SimpleMAResult09 that implement Plugin
 class SimpleMAResult09
          This plug-in changes the detailed morphological analysis results to be simple.
 

Uses of Plugin in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.SimpleMAResult22
 

Classes in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.SimpleMAResult22 that implement Plugin
 class SimpleMAResult22
          This plug-in changes the detailed morphological analysis results to be simple.
 

Uses of Plugin in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.UnknownMorphProcessor
 

Classes in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.UnknownMorphProcessor that implement Plugin
 class UnknownProcessor
          This plug-in is for morphemes tagged with 'unk'.
 

Uses of Plugin in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PlainTextProcessor
 

Subinterfaces of Plugin in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PlainTextProcessor
 interface PlainTextProcessor
          The plug-in interface is for Plain Text Processor, which performs pre-processing of morphological analysis.
 

Uses of Plugin in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PlainTextProcessor.InformalSentenceFilter
 

Classes in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PlainTextProcessor.InformalSentenceFilter that implement Plugin
 class InformalSentenceFilter
          This plug-in filters informal sentences in which an eojeol is quite long and some characters were repeated many times.
 

Uses of Plugin in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PlainTextProcessor.SentenceSegmentor
 

Classes in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PlainTextProcessor.SentenceSegmentor that implement Plugin
 class SentenceSegmentor
          This plug-in reads a document which consists of more than one sentence, and recognize the end of each sentence based on punctuation marks.
 

Uses of Plugin in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PosProcessor
 

Subinterfaces of Plugin in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PosProcessor
 interface PosProcessor
          The plug-in interface is for POS Processor, which performs post processing of POS tagging.
 

Uses of Plugin in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PosProcessor.NounExtractor
 

Classes in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PosProcessor.NounExtractor that implement Plugin
 class NounExtractor
          This plug-in extracts the morphemes recognized as a noun after Part Of Speech tagging was done.
 

Uses of Plugin in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PosProcessor.SimplePOSResult09
 

Classes in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PosProcessor.SimplePOSResult09 that implement Plugin
 class SimplePOSResult09
          This plug-in changes the detailed POS tagging results to be simple.
 

Uses of Plugin in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PosProcessor.SimplePOSResult22
 

Classes in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PosProcessor.SimplePOSResult22 that implement Plugin
 class SimplePOSResult22
          This plug-in changes the detailed POS tagging analysis results to be simple.