public class Sentences extends Block
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DETOKENIZE |
static java.lang.String |
EMPTY |
static java.lang.String |
FATAL |
static java.lang.String |
IF_MISSING |
Constructor and Description |
---|
Sentences(java.util.Map<java.lang.String,java.lang.String> params) |
Modifier and Type | Method and Description |
---|---|
void |
processTree(Root tree)
The main method for tree processing.
|
afterProcessBundle, afterProcessDocument, beforeProcessBundle, beforeProcessDocument, getParams, processBundle, processDocument, processEnd, processNode, processStart, shouldProcessBundle, shouldProcessTree
public static final java.lang.String IF_MISSING
public static final java.lang.String DETOKENIZE
public static final java.lang.String EMPTY
public static final java.lang.String FATAL
public Sentences(java.util.Map<java.lang.String,java.lang.String> params)
public void processTree(Root tree)
Block
processTree
in class Block
tree
- tree to process