public class Adpositions extends Block
for a in */*dev*.conllu; do
printf '%50s ' $a;
cat $a | udapi.groovy Read::CoNLLU Tutorial::Adpositions;
done | tee ~/results.txt
# https://lindat.mff.cuni.cz/services/pmltq/#!/treebank/ud_cs/help
a-node $A:= [
child a-node [
conll/cpos = 'ADP',
ord > $A.ord,
]
]
Constructor and Description |
---|
Adpositions() |
Modifier and Type | Method and Description |
---|---|
void |
processEnd()
Called once at the end of block processing.
|
void |
processNode(Node node)
The main method for node processing.
|
afterProcessBundle, afterProcessDocument, beforeProcessBundle, beforeProcessDocument, getParams, processBundle, processDocument, processStart, processTree, shouldProcessBundle, shouldProcessTree
public void processNode(Node node)
Block
processNode
in class Block
node
- node to processpublic void processEnd()
Block
processEnd
in class Block