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

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

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

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

Author:
shalgrim

Constructor Summary
HistoryFeaturesExtractor()
           
 
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

HistoryFeaturesExtractor

public HistoryFeaturesExtractor()
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.