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 Constructor Description CustomFeatureGenerator()
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description abstract void
init(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, wait
-
Methods inherited from interface opennlp.tools.util.featuregen.AdaptiveFeatureGenerator
clearAdaptiveData, createFeatures, updateAdaptiveData
-
-
-
-
Method Detail
-
init
public abstract void init(Map<String,String> properties, FeatureGeneratorResourceProvider resourceProvider) throws InvalidFormatException
Deprecated.Initialized the Custom Feature Generator with defined properties and loaded resources.- Parameters:
properties
-resourceProvider
-- Throws:
InvalidFormatException
-
-