|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.tudarmstadt.ukp.jwktl.parser.components.BlockHandler
de.tudarmstadt.ukp.jwktl.parser.en.components.ENBlockHandler
de.tudarmstadt.ukp.jwktl.parser.en.components.ENQuotationHandler
public class ENQuotationHandler
Parser component for extracting quotations from the English Wiktionary.
Field Summary | |
---|---|
protected List<Quotation> |
quotations
|
Fields inherited from class de.tudarmstadt.ukp.jwktl.parser.components.BlockHandler |
---|
labels |
Constructor Summary | |
---|---|
ENQuotationHandler()
Initializes the block handler for parsing all sections starting with one of the specified labels. |
Method Summary | |
---|---|
boolean |
extractQuotation(String textLine,
boolean additionalLine,
ParsingContext context)
Extract a quotation from the given line and add it to the internal list. |
void |
fillContent(ParsingContext context)
This hotspot is invoked if the parser releases this handler. |
List<Quotation> |
getQuotations()
Returns the list of all quotations. |
boolean |
processBody(String textLine,
ParsingContext context)
If the handler requested to process the body of this constituent, this hotspot will be called for processing each line of the constituent's body. |
boolean |
processHead(String textLine,
ParsingContext context)
If the handler requested to process this constituent, this hotspot will be called for processing the section header of this article constituent. |
Methods inherited from class de.tudarmstadt.ukp.jwktl.parser.components.BlockHandler |
---|
canHandle, getLabels |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<Quotation> quotations
Constructor Detail |
---|
public ENQuotationHandler()
Method Detail |
---|
public boolean processHead(String textLine, ParsingContext context)
IBlockHandler
true
if the handler
requests to handle also the body of this constituent.
processHead
in interface IBlockHandler
processHead
in class BlockHandler
public boolean processBody(String textLine, ParsingContext context)
IBlockHandler
true
if the handler requests to handle also
the next line using this handler.
processBody
in interface IBlockHandler
processBody
in class BlockHandler
public boolean extractQuotation(String textLine, boolean additionalLine, ParsingContext context)
additionalLine
- if false
adds a new quotation to
the list and otherwise appends the quotation to the last one.public void fillContent(ParsingContext context)
IBlockHandler
fillContent
in interface IBlockHandler
fillContent
in class BlockHandler
public List<Quotation> getQuotations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |