|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PlainTextProcessor
The plug-in interface is for Plain Text Processor, which performs pre-processing of morphological analysis. - Phase: The First Phase - Type: Supplement Plug-in
Method Summary | |
---|---|
PlainSentence |
doProcess(PlainSentence ps)
It performs pre-processing of the plain text before the input text were delivered to the morphological analyzer. |
PlainSentence |
flush()
It returns the text which has been stored in the internal buffer. |
boolean |
hasRemainingData()
It checks if there are some remaining text. |
Methods inherited from interface kr.ac.kaist.swrc.jhannanum.plugin.Plugin |
---|
initialize, shutdown |
Method Detail |
---|
PlainSentence doProcess(PlainSentence ps)
ps
- - the plain text
boolean hasRemainingData()
PlainSentence flush()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |