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

All Superinterfaces:
Plugin
All Known Implementing Classes:
NounExtractor, SimplePOSResult09, SimplePOSResult22

public interface PosProcessor
extends Plugin

The plug-in interface is for POS Processor, which performs post processing of POS tagging.

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

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

Method Summary
 Sentence doProcess(Sentence st)
          It performs post processing of POS tagging.
 
Methods inherited from interface kr.ac.kaist.swrc.jhannanum.plugin.Plugin
initialize, shutdown
 

Method Detail

doProcess

Sentence doProcess(Sentence st)
It performs post processing of POS tagging.

Parameters:
st - - the POS tagged sentence
Returns:
the result of post processing