org.cleartk.timeml.util
Class SyntacticLeafToLeafPathPartsExtractor

java.lang.Object
  extended by org.cleartk.timeml.util.SyntacticLeafToLeafPathPartsExtractor
All Implemented Interfaces:
org.cleartk.classifier.feature.extractor.BetweenAnnotationsFeatureExtractor

public class SyntacticLeafToLeafPathPartsExtractor
extends Object
implements org.cleartk.classifier.feature.extractor.BetweenAnnotationsFeatureExtractor


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

Author:
Steven Bethard

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

Constructor Detail

SyntacticLeafToLeafPathPartsExtractor

public SyntacticLeafToLeafPathPartsExtractor()
Method Detail

extractBetween

public List<org.cleartk.classifier.Feature> extractBetween(org.apache.uima.jcas.JCas jCas,
                                                           org.apache.uima.jcas.tcas.Annotation source,
                                                           org.apache.uima.jcas.tcas.Annotation target)
Specified by:
extractBetween in interface org.cleartk.classifier.feature.extractor.BetweenAnnotationsFeatureExtractor


Copyright © 2012. All Rights Reserved.