kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor
Interface MorphemeProcessor

All Superinterfaces:
Plugin
All Known Implementing Classes:
SimpleMAResult09, SimpleMAResult22, UnknownProcessor

public interface MorphemeProcessor
extends Plugin

The plug-in interface is for Morpheme Processor, which performs post processing of morphological analysis.

- Phase: The Second Phase
- Type: Supplement Plug-in

Author:
Sangwon Park (hudoni@world.kaist.ac.kr), CILab, SWRC, KAIST

Method Summary
 SetOfSentences doProcess(SetOfSentences sos)
          It performs post processing of morphological analysis.
 
Methods inherited from interface kr.ac.kaist.swrc.jhannanum.plugin.Plugin
initialize, shutdown
 

Method Detail

doProcess

SetOfSentences doProcess(SetOfSentences sos)
It performs post processing of morphological analysis. The input and output of this method were a sequence of eojeols, and each eojeol has more than one morphological analysis result. So combinations of morphological analysis result of each eojeol represent different sentences.

Parameters:
sos - - the result of morphologcial analysis
Returns:
the result of post processing