public class DependencyTreeFeaturesExtractor extends Object implements RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>
Constructor and Description |
---|
DependencyTreeFeaturesExtractor() |
Modifier and Type | Method and Description |
---|---|
List<org.cleartk.ml.Feature> |
extract(org.apache.uima.jcas.JCas jCas,
IdentifiedAnnotation arg1,
IdentifiedAnnotation arg2)
Extract features for the pair of named entity mentions.
|
static List<org.cleartk.ml.Feature> |
extractForNode(org.apache.uima.jcas.JCas jCas,
IdentifiedAnnotation mention,
String ftrPrefix) |
public List<org.cleartk.ml.Feature> extract(org.apache.uima.jcas.JCas jCas, IdentifiedAnnotation arg1, IdentifiedAnnotation arg2) throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
RelationFeaturesExtractor
extract
in interface RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>
jCas
- The JCas containing the two named entity mentions.arg1
- The first identified annotation in the text.arg2
- The second identified annotation in the text.org.apache.uima.analysis_engine.AnalysisEngineProcessException
public static List<org.cleartk.ml.Feature> extractForNode(org.apache.uima.jcas.JCas jCas, IdentifiedAnnotation mention, String ftrPrefix)
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.