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

All Superinterfaces:
Plugin
All Known Implementing Classes:
ChartMorphAnalyzer

public interface MorphAnalyzer
extends Plugin

The plug-in interface is for morphological analysis - Phase: The Second Phase - Type: Major Plug-in

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

Method Summary
 SetOfSentences morphAnalyze(PlainSentence ps)
          It performs morphological analysis on the specified plain sentence, and returns the all analysis result where each plain eojeol has more than one morphologically analyzed eojeol.
 
Methods inherited from interface kr.ac.kaist.swrc.jhannanum.plugin.Plugin
initialize, shutdown
 

Method Detail

morphAnalyze

SetOfSentences morphAnalyze(PlainSentence ps)
It performs morphological analysis on the specified plain sentence, and returns the all analysis result where each plain eojeol has more than one morphologically analyzed eojeol.

Parameters:
ps - - the plain sentence to be morphologically analyzed
Returns:
- the set of eojeols where each eojeol has at least one morphological analysis result