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

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

public class SubjectFeaturesExtractor
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
SubjectFeaturesExtractor()
           
 
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

SubjectFeaturesExtractor

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