org.cleartk.timeml.util
Class TargetPathExtractor

java.lang.Object
  extended by org.cleartk.timeml.util.TargetPathExtractor

public class TargetPathExtractor
extends Object


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

Author:
Steven Bethard

Constructor Summary
TargetPathExtractor()
           
 
Method Summary
 List<org.cleartk.classifier.Feature> extract(org.apache.uima.jcas.JCas jCas, org.cleartk.syntax.constituent.type.TreebankNode source, org.cleartk.syntax.constituent.type.TreebankNode target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetPathExtractor

public TargetPathExtractor()
Method Detail

extract

public List<org.cleartk.classifier.Feature> extract(org.apache.uima.jcas.JCas jCas,
                                                    org.cleartk.syntax.constituent.type.TreebankNode source,
                                                    org.cleartk.syntax.constituent.type.TreebankNode target)


Copyright © 2012. All Rights Reserved.