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 java.lang.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 voidinit(java.util.Map<java.lang.String,java.lang.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(java.util.Map<java.lang.String,java.lang.String> properties, FeatureGeneratorResourceProvider resourceProvider) throws InvalidFormatExceptionDeprecated.Initialized the Custom Feature Generator with defined properties and loaded resources.- Parameters:
 properties-resourceProvider-- Throws:
 InvalidFormatException
 
 - 
 
 -