Modifier and Type | Field and Description |
---|---|
protected HashSet<SimpleTree> |
TreeFragmentFeatureExtractor.frags |
Modifier and Type | Method and Description |
---|---|
static SimpleTree |
GenerateTreeRepresentation.getNegationTree(org.apache.uima.jcas.JCas jcas,
IdentifiedAnnotation mention,
SemanticClasses sems) |
static SimpleTree |
GenerateTreeRepresentation.getUncertaintyTree(org.apache.uima.jcas.JCas jcas,
IdentifiedAnnotation mention,
SemanticClasses sems) |
Modifier and Type | Field and Description |
---|---|
static SimpleTree |
AssertionTreeUtils.NULL_TREE |
Modifier and Type | Method and Description |
---|---|
static SimpleTree |
AssertionTreeUtils.extractAboveLeftConceptTree(org.apache.uima.jcas.JCas jcas,
org.apache.uima.jcas.tcas.Annotation mention,
SemanticClasses sems) |
static SimpleTree |
AssertionTreeUtils.extractAboveRightConceptTree(org.apache.uima.jcas.JCas jcas,
org.apache.uima.jcas.tcas.Annotation mention,
SemanticClasses sems) |
static SimpleTree |
AssertionTreeUtils.extractFeatureTree(org.apache.uima.jcas.JCas jcas,
org.apache.uima.jcas.tcas.Annotation mention,
SemanticClasses sems) |
static SimpleTree |
AssertionDepUtils.getTokenTreeString(org.apache.uima.jcas.JCas jCas,
List<ConllDependencyNode> nodes,
org.apache.uima.jcas.tcas.Annotation annotation) |
static SimpleTree |
AssertionDepUtils.getTokenTreeString(org.apache.uima.jcas.JCas jCas,
List<ConllDependencyNode> nodes,
org.apache.uima.jcas.tcas.Annotation annotation,
int upNodes) |
Modifier and Type | Method and Description |
---|---|
void |
AssertionTreeUtils.randomizeWords(SimpleTree tree,
boolean dep) |
static void |
AssertionTreeUtils.replaceDependencyWordsWithSemanticClasses(SimpleTree tree,
SemanticClasses sems) |
static void |
AssertionTreeUtils.replaceWordsWithSemanticClasses(SimpleTree tree,
SemanticClasses sems) |
Modifier and Type | Method and Description |
---|---|
static SimpleTree |
TreeExtractor.extractPathEnclosedTree(TreebankNode t1,
TreebankNode t2,
org.apache.uima.jcas.JCas jcas) |
static SimpleTree |
TreeExtractor.extractPathTree(TreebankNode t1,
TreebankNode t2) |
static SimpleTree |
TreeExtractor.getSimpleClone(TreebankNode node) |
static SimpleTree |
TreeExtractor.getSurroundingTree(TreebankNode node) |
static SimpleTree |
TreeExtractor.getSurroundingTreeWithAnnotation(TreebankNode node,
String string) |
Modifier and Type | Method and Description |
---|---|
static void |
TreeExtractor.lowercaseWords(SimpleTree t) |
Modifier and Type | Method and Description |
---|---|
static boolean |
TreeUtils.contains(SimpleTree node,
SimpleTree frag) |
static boolean |
TreeUtils.contains(SimpleTree node,
SimpleTree frag,
boolean ignoreCase) |
static boolean |
TreeUtils.containsDepFrag(SimpleTree node,
SimpleTree frag,
boolean ignoreCase) |
static boolean |
TreeUtils.containsDepFragIgnoreCase(SimpleTree node,
SimpleTree frag) |
static boolean |
TreeUtils.containsIgnoreCase(SimpleTree node,
SimpleTree frag) |
static int |
TreeUtils.countDepFrags(SimpleTree node,
SimpleTree frag) |
static int |
TreeUtils.countFrags(SimpleTree node,
SimpleTree frag) |
Modifier and Type | Method and Description |
---|---|
static SimpleTree |
AnnotationDepUtils.getPathEnclosedTree(SimpleTree root,
List<SimpleTree> annotationNodes,
SimpleTree leftmostTree,
SimpleTree rightmostTree) |
Modifier and Type | Method and Description |
---|---|
static int |
AnnotationDepUtils.distanceFromRoot(SimpleTree tree) |
static SimpleTree |
AnnotationDepUtils.getPathEnclosedTree(SimpleTree root,
List<SimpleTree> annotationNodes,
SimpleTree leftmostTree,
SimpleTree rightmostTree) |
Modifier and Type | Method and Description |
---|---|
static SimpleTree |
AnnotationDepUtils.getPathEnclosedTree(SimpleTree root,
List<SimpleTree> annotationNodes,
SimpleTree leftmostTree,
SimpleTree rightmostTree) |
Modifier and Type | Method and Description |
---|---|
static void |
TemporalPETFlatExtractor.moveTimexDownToNP(SimpleTree tree) |
static void |
TemporalPETFlatExtractor.simplifyGCG(SimpleTree tree) |
Modifier and Type | Method and Description |
---|---|
static void |
TemporalPETExtractor.moveTimexDownToNP(SimpleTree tree) |
static void |
TemporalPETExtractor.simplifyGCG(SimpleTree tree) |
Modifier and Type | Field and Description |
---|---|
SimpleTree |
SimpleTree.parent |
Modifier and Type | Field and Description |
---|---|
ArrayList<SimpleTree> |
SimpleTree.children |
Modifier and Type | Method and Description |
---|---|
static SimpleTree |
FragmentUtils.frag2tree(String frag) |
static SimpleTree |
SimpleTree.fromString(String string) |
SimpleTree |
SimpleTree.removeChild(int index) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleTree.addChild(SimpleTree t) |
void |
SimpleTree.insertChild(int index,
SimpleTree t) |
Constructor and Description |
---|
SimpleTree(String c,
SimpleTree p) |
SimpleTree(String c,
SimpleTree p,
boolean g) |
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.