|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PosTagger
The plug-in interface is for Part Of Speech Tagger. - Phase: The Third Phase - Type: Major Plug-in
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 |
---|
Sentence tagPOS(SetOfSentences sos)
sos
- - the result morphological analysis where each eojeol has more than one candidate of analysis
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |