Package | Description |
---|---|
org.apache.ctakes.dependency.parser.util |
Modifier and Type | Method and Description |
---|---|
static DependencyPath |
DependencyUtility.getPath(org.apache.uima.jcas.JCas jCas,
ConllDependencyNode node1,
ConllDependencyNode node2)
Given a CAS, find the path between two nodes in a sentence
|
static DependencyPath |
DependencyUtility.getPath(List<ConllDependencyNode> nodes,
ConllDependencyNode node1,
ConllDependencyNode node2)
Given a set of ConllDependencyNodes, find the path between two nodes
|
static DependencyPath |
DependencyUtility.getPathToTop(org.apache.uima.jcas.JCas jCas,
ConllDependencyNode node1) |
DependencyPath |
DependencyPath.reverse() |
Constructor and Description |
---|
DependencyRegex(DependencyPath path,
String name) |
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.