org.cogroo.tools.featurizer
Class DefaultFeaturizerFactory
java.lang.Object
opennlp.tools.util.BaseToolFactory
org.cogroo.tools.featurizer.FeaturizerFactory
org.cogroo.tools.featurizer.DefaultFeaturizerFactory
public class DefaultFeaturizerFactory
- extends FeaturizerFactory
| Methods inherited from class opennlp.tools.util.BaseToolFactory |
create, create |
DefaultFeaturizerFactory
public DefaultFeaturizerFactory()
- Creates a
DefaultFeaturizerFactory that provides the default
implementation of the resources.
DefaultFeaturizerFactory
public DefaultFeaturizerFactory(FeatureDictionary featureDictionary,
String cgFlags)
- Creates a
DefaultFeaturizerFactory. Use this constructor to
programmatically create a factory.
createArtifactSerializersMap
public Map<String,opennlp.tools.util.model.ArtifactSerializer> createArtifactSerializersMap()
- Overrides:
createArtifactSerializersMap in class FeaturizerFactory
createArtifactMap
public Map<String,Object> createArtifactMap()
- Overrides:
createArtifactMap in class FeaturizerFactory
validateArtifactMap
public void validateArtifactMap()
throws opennlp.tools.util.InvalidFormatException
- Overrides:
validateArtifactMap in class FeaturizerFactory
- Throws:
opennlp.tools.util.InvalidFormatException
Copyright © 2012-2013 CoGrOO. All Rights Reserved.