org.cleartk.timeml.util
Class SyntacticFirstChildOfGrandparentOfLeafExtractor

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

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

SyntacticFirstChildOfGrandparentOfLeafExtractor

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