org.apache.ctakes.assertion.attributes.features
Class GenericFeaturesExtractor

java.lang.Object
  extended by org.apache.ctakes.assertion.attributes.features.GenericFeaturesExtractor
All Implemented Interfaces:
org.cleartk.classifier.feature.extractor.simple.SimpleFeatureExtractor

public class GenericFeaturesExtractor
extends Object
implements org.cleartk.classifier.feature.extractor.simple.SimpleFeatureExtractor

SubjectFeaturesExtractor Ports the features and classification decisions of the first version (logic) of the subject tool

Author:
m081914

Constructor Summary
GenericFeaturesExtractor()
           
 
Method Summary
 List<org.cleartk.classifier.Feature> extract(org.apache.uima.jcas.JCas jCas, org.apache.uima.jcas.tcas.Annotation arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericFeaturesExtractor

public GenericFeaturesExtractor()
Method Detail

extract

public List<org.cleartk.classifier.Feature> extract(org.apache.uima.jcas.JCas jCas,
                                                    org.apache.uima.jcas.tcas.Annotation arg)
Specified by:
extract in interface org.cleartk.classifier.feature.extractor.simple.SimpleFeatureExtractor


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