All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.ctakes.assertion.stub.BatchRunner Maven / Gradle / Ivy

package org.apache.ctakes.assertion.stub;

import org.apache.log4j.Logger;

import java.io.File;
import java.util.Set;

public class BatchRunner {

	static private final Logger LOGGER = Logger.getLogger( "BatchRunner" );

	public static Set loadEnabledFeaturesFromFile(File enabledFeaturesFile) {
		LOGGER.warn("This class cannot be used until CTAKES-76 is implemented.");
		return null;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy