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

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


//          new CleartkExtractor.Bag(new CleartkExtractor.Following(10))
          );

    if (!fileToDomain.isEmpty()) {
      // set up FeatureFunction for all the laggard, non-Extractor features
      ffDomainAdaptor = new FedaFeatureFunction( new ArrayList<String>(new HashSet<String>(fileToDomain.values())) );
    }
    entityTreeExtractors =  new ArrayList<SimpleFeatureExtractor>();
  }
View Full Code Here

TOP

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

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.