Package opennlp.tools.util.featuregen
Class CustomFeatureGenerator
java.lang.Object
opennlp.tools.util.featuregen.CustomFeatureGenerator
- All Implemented Interfaces:
AdaptiveFeatureGenerator
@Deprecated
public abstract class CustomFeatureGenerator
extends Object
implements AdaptiveFeatureGenerator
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidinit(Map<String, String> properties, FeatureGeneratorResourceProvider resourceProvider) Deprecated.Initialized the Custom Feature Generator with defined properties and loaded resources.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface opennlp.tools.util.featuregen.AdaptiveFeatureGenerator
clearAdaptiveData, createFeatures, updateAdaptiveData
-
Constructor Details
-
CustomFeatureGenerator
public CustomFeatureGenerator()Deprecated.
-
-
Method Details
-
init
public abstract void init(Map<String, String> properties, FeatureGeneratorResourceProvider resourceProvider) throws InvalidFormatExceptionDeprecated.Initialized the Custom Feature Generator with defined properties and loaded resources.- Parameters:
properties-resourceProvider-- Throws:
InvalidFormatException
-