Examples of AssertionDependencyTreeExtractor


Examples of org.apache.ctakes.assertion.medfacts.cleartk.extractors.AssertionDependencyTreeExtractor

      this.entityTreeExtractors.add(new AssertionAboveLeftTreeExtractor());
    }
   
    if(featConfig == FEATURE_CONFIG.PTK){
      // ptk dependency feature:
      this.entityTreeExtractors.add(new AssertionDependencyTreeExtractor());
    }
   
    // srl & non-effective stk frags feature:
//  this.entityFeatureExtractors.add(new SRLFeatureExtractor());
//  this.entityFeatureExtractors.add(new AboveRightFragmentExtractor("AR_Polarity","org/apache/ctakes/assertion/models/sharpArPolarityFrags.txt"));
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.