public class CoNLLU extends Block
Constructor and Description |
---|
CoNLLU() |
Modifier and Type | Method and Description |
---|---|
void |
processDocument(Document document)
Processes document.
|
void |
processEnd()
Called once at the end of block processing.
|
void |
processStart()
Called once at the beginning of block processing.
|
void |
processTree(Root tree)
The main method for tree processing.
|
afterProcessBundle, afterProcessDocument, beforeProcessBundle, beforeProcessDocument, getParams, processBundle, processNode, shouldProcessBundle, shouldProcessTree
public void processStart()
Block
processStart
in class Block
public void processDocument(Document document)
Block
processDocument
in class Block
document
- document to processpublic void processTree(Root tree)
Block
processTree
in class Block
tree
- tree to processpublic void processEnd()
Block
processEnd
in class Block