Package opennlp.tools.util.featuregen
Class CachedFeatureGeneratorFactory
java.lang.Object
opennlp.tools.util.featuregen.GeneratorFactory.AbstractXmlFeatureGeneratorFactory
opennlp.tools.util.featuregen.CachedFeatureGeneratorFactory
public class CachedFeatureGeneratorFactory
extends GeneratorFactory.AbstractXmlFeatureGeneratorFactory
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()
create
(Element generatorElement, FeatureGeneratorResourceProvider resourceManager) Deprecated.
-
Constructor Details
-
CachedFeatureGeneratorFactory
public CachedFeatureGeneratorFactory()
-
-
Method Details
-
create
@Deprecated public AdaptiveFeatureGenerator create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager) throws InvalidFormatException Deprecated.- Throws:
InvalidFormatException
-
create
- Specified by:
create
in classGeneratorFactory.AbstractXmlFeatureGeneratorFactory
- Returns:
- null if the subclass uses
GeneratorFactory.AbstractXmlFeatureGeneratorFactory.resourceManager
to instantiate - Throws:
InvalidFormatException
-