public class GenerateTreeRepresentation extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GenerateTreeRepresentation.Options |
Modifier and Type | Field and Description |
---|---|
protected static GenerateTreeRepresentation.Options |
options |
Constructor and Description |
---|
GenerateTreeRepresentation() |
Modifier and Type | Method and Description |
---|---|
static SimpleTree |
getNegationTree(org.apache.uima.jcas.JCas jcas,
IdentifiedAnnotation mention,
SemanticClasses sems) |
static SimpleTree |
getUncertaintyTree(org.apache.uima.jcas.JCas jcas,
IdentifiedAnnotation mention,
SemanticClasses sems) |
static void |
main(String[] args) |
protected static GenerateTreeRepresentation.Options options
public static void main(String[] args) throws org.apache.uima.UIMAException, IOException
args
- IOException
org.apache.uima.UIMAException
public static SimpleTree getUncertaintyTree(org.apache.uima.jcas.JCas jcas, IdentifiedAnnotation mention, SemanticClasses sems)
public static SimpleTree getNegationTree(org.apache.uima.jcas.JCas jcas, IdentifiedAnnotation mention, SemanticClasses sems)
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.