Package opennlp.tools.util.featuregen
Interface FeatureGeneratorResourceProvider
- 
public interface FeatureGeneratorResourceProviderTheFeatureGeneratorResourceProviderprovides access to the resources provided in the model. Inside the model resources are identified by a name.Note:
This class is not be intended to be implemented by users.
All implementing classes must be thread safe. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetResource(java.lang.String resourceIdentifier)Retrieves the resource object for the given name/identifier. 
 -