Uses of Interface
kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PlainTextProcessor.PlainTextProcessor

Packages that use PlainTextProcessor
kr.ac.kaist.swrc.jhannanum.hannanum   
kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PlainTextProcessor.InformalSentenceFilter   
kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PlainTextProcessor.SentenceSegmentor   
kr.ac.kaist.swrc.jhannanum.thread   
 

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

Fields in kr.ac.kaist.swrc.jhannanum.hannanum declared as PlainTextProcessor
private  PlainTextProcessor[] Workflow.plainTextProcessors
          The first phase, supplement plug-ins, plain text processors.
 

Methods in kr.ac.kaist.swrc.jhannanum.hannanum with parameters of type PlainTextProcessor
 void Workflow.appendPlainTextProcessor(PlainTextProcessor plugin, java.lang.String configFile)
          Appends the plain text processor plug-in, which is the supplement plug-in on the first phase, on the work flow.
 

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

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

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

Classes in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PlainTextProcessor.SentenceSegmentor that implement PlainTextProcessor
 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 PlainTextProcessor in kr.ac.kaist.swrc.jhannanum.thread
 

Fields in kr.ac.kaist.swrc.jhannanum.thread declared as PlainTextProcessor
private  PlainTextProcessor PlainTextProcThread.plainTextProcessor
          the plain text processor plug-in
 

Constructors in kr.ac.kaist.swrc.jhannanum.thread with parameters of type PlainTextProcessor
PlainTextProcThread(PlainTextProcessor plainTextProcessor, java.util.concurrent.LinkedBlockingQueue<PlainSentence> in, java.util.concurrent.LinkedBlockingQueue<PlainSentence> out)
          Constructor.