org.apache.ctakes.relationextractor.ae.features
Class PETFeatureExtractor

java.lang.Object
  extended by org.apache.ctakes.relationextractor.ae.features.PETFeatureExtractor
All Implemented Interfaces:
RelationFeaturesExtractor

public class PETFeatureExtractor
extends Object
implements RelationFeaturesExtractor


Constructor Summary
PETFeatureExtractor()
           
 
Method Summary
 List<org.cleartk.classifier.Feature> extract(org.apache.uima.jcas.JCas jcas, IdentifiedAnnotation arg1, IdentifiedAnnotation arg2)
          Extract features for the pair of named entity mentions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PETFeatureExtractor

public PETFeatureExtractor()
Method Detail

extract

public List<org.cleartk.classifier.Feature> extract(org.apache.uima.jcas.JCas jcas,
                                                    IdentifiedAnnotation arg1,
                                                    IdentifiedAnnotation arg2)
                                             throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
Description copied from interface: RelationFeaturesExtractor
Extract features for the pair of named entity mentions.

Specified by:
extract in interface RelationFeaturesExtractor
Parameters:
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.
Returns:
A list of features indicative of the relation between the named entities
Throws:
org.apache.uima.analysis_engine.AnalysisEngineProcessException


Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.