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 java.lang.Object
implements org.cleartk.classifier.feature.extractor.simple.SimpleFeatureExtractor


Field Summary
protected static org.apache.log4j.Logger logger
           
 
Constructor Summary
SurroundingExtractor()
           
 
Method Summary
 java.util.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 java.util.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