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

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


//      this.entityFeatureExtractors.add(new ConceptModifierPETFragmentExtractor("NegRel", "org/apache/ctakes/assertion/models/polarityRelnFragsStrat.txt"));
    }
   
    if(featConfig == FEATURE_CONFIG.PTK_FRAGS || featConfig == FEATURE_CONFIG.DEP_REGEX_FRAGS || featConfig == FEATURE_CONFIG.ALL_SYN){
//       ptk frags feature:
      this.entityFeatureExtractors.add(new DependencyWordsFragmentExtractor("DW_Polarity", "org/apache/ctakes/assertion/models/jbi_paper_polarity_dw_frags.txt"));     
    }

    if(featConfig == FEATURE_CONFIG.DEP_REGEX || featConfig == FEATURE_CONFIG.DEP_REGEX_FRAGS || featConfig == FEATURE_CONFIG.ALL_SYN){
      // dep regex feature:
      this.entityFeatureExtractors.add(new NegationDependencyFeatureExtractor());
View Full Code Here

TOP

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

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.