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

com.joliciel.talismane.machineLearning.features.FeatureParserInternal Maven / Gradle / Ivy

There is a newer version: 6.1.8
Show newest version
package com.joliciel.talismane.machineLearning.features;

public interface FeatureParserInternal extends FeatureParser {
  /**
   * Inject any dependencies required by this feature to function correctly.
   */
  public void injectDependencies(@SuppressWarnings("rawtypes") Feature feature);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy