org.apache.ctakes.assertion.medfacts.cleartk.extractors
Class SurroundingExtractor

java.lang.Object
  extended by org.apache.ctakes.assertion.medfacts.cleartk.extractors.SurroundingExtractor
All Implemented Interfaces:
org.cleartk.classifier.feature.extractor.simple.SimpleFeatureExtractor

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


Field Summary
protected static org.apache.log4j.Logger logger
           
 
Constructor Summary
SurroundingExtractor()
           
 
Method Summary
 List<org.cleartk.classifier.Feature> extract(org.apache.uima.jcas.JCas jcas, org.apache.uima.jcas.tcas.Annotation targetAnnotation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final org.apache.log4j.Logger logger
Constructor Detail

SurroundingExtractor

public SurroundingExtractor()
Method Detail

extract

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


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