Package org.apache.ctakes.assertion.medfacts.cleartk.extractors

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


      this.entityFeatureExtractors.add(new NegationDependencyFeatureExtractor());
    }
   
    if(featConfig == FEATURE_CONFIG.STK){
      // stk constituency feature:
      this.entityTreeExtractors.add(new AssertionAboveLeftTreeExtractor());
    }
   
    if(featConfig == FEATURE_CONFIG.PTK){
      // ptk dependency feature:
      this.entityTreeExtractors.add(new AssertionDependencyTreeExtractor());
View Full Code Here

TOP

Related Classes of org.apache.ctakes.assertion.medfacts.cleartk.extractors.AssertionAboveLeftTreeExtractor

Copyright © 2018 www.massapicom. 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.