org.cleartk.timeml.util
Class TimeWordsExtractor

java.lang.Object
  extended by org.cleartk.timeml.util.TimeWordsExtractor
All Implemented Interfaces:
org.cleartk.classifier.feature.extractor.simple.SimpleFeatureExtractor

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


Copyright (c) 2011, Regents of the University of Colorado
All rights reserved.

Author:
Steven Bethard

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

Constructor Detail

TimeWordsExtractor

public TimeWordsExtractor()
Method Detail

extract

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


Copyright © 2012. All Rights Reserved.