public class ClearDependencyUtility extends DependencyUtility
Modifier and Type | Field and Description |
---|---|
org.apache.log4j.Logger |
logger |
Constructor and Description |
---|
ClearDependencyUtility() |
Modifier and Type | Method and Description |
---|---|
static ArrayList<ConllDependencyNode> |
convert(org.apache.uima.jcas.JCas jcas,
com.googlecode.clearnlp.dependency.DEPTree clearTree,
Sentence sentence,
List<BaseToken> tokens) |
static boolean |
equalCoverage(org.apache.uima.jcas.tcas.Annotation annot1,
org.apache.uima.jcas.tcas.Annotation annot2)
Equality expressions to aid in converting between DepNodes and CAS objects
|
addToIndexes, doesSubsume, dumpDependencyGraph, getDependencyNode, getDependencyNodes, getLeftSibProgeny, getLeftSibs, getNominalHeadNode, getNominalHeadNode, getPath, getPath, getPathToTop, getProgeny, getProgeny, getRightSibProgeny, getRightSibs, getSentence
public static ArrayList<ConllDependencyNode> convert(org.apache.uima.jcas.JCas jcas, com.googlecode.clearnlp.dependency.DEPTree clearTree, Sentence sentence, List<BaseToken> tokens)
public static boolean equalCoverage(org.apache.uima.jcas.tcas.Annotation annot1, org.apache.uima.jcas.tcas.Annotation annot2)
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.