Delegate FeatureGeneratorResourceProvider
- Namespace
- NOpenNLP.Tools.Util.Featuregen
- Assembly
- NOpenNLP.Tools.dll
The FeatureGeneratorResourceProvider provides 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.
public delegate object? FeatureGeneratorResourceProvider(string resourceIdentifier)
Parameters
resourceIdentifierstringthe identifier which names the resource.
Returns
- object
- The provides 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.