kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.PosTagger
Interface PosTagger

All Superinterfaces:
Plugin
All Known Implementing Classes:
HMMTagger

public interface PosTagger
extends Plugin

The plug-in interface is for Part Of Speech Tagger. - Phase: The Third Phase - Type: Major Plug-in

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

Method Summary
 Sentence tagPOS(SetOfSentences sos)
          It performs POS tagging, which selects the most promising morphological analysis result of each eojeol, so that the final result is the morphologically analyzed sentence with the highest probability.
 
Methods inherited from interface kr.ac.kaist.swrc.jhannanum.plugin.Plugin
initialize, shutdown
 

Method Detail

tagPOS

Sentence tagPOS(SetOfSentences sos)
It performs POS tagging, which selects the most promising morphological analysis result of each eojeol, so that the final result is the morphologically analyzed sentence with the highest probability.

Parameters:
sos - - the result morphological analysis where each eojeol has more than one candidate of analysis
Returns:
the morphologically analyzed sentence with the highest probability