public class FSAFeaturizerFactory extends FeaturizerFactory
| Constructor and Description |
|---|
FSAFeaturizerFactory()
Creates a
FSAFeaturizerFactory that provides the default
implementation of the resources. |
FSAFeaturizerFactory(FeatureDictionary featureDictionary,
String cgFlags)
Creates a
FSAFeaturizerFactory. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
createArtifactMap() |
Map<String,opennlp.tools.util.model.ArtifactSerializer> |
createArtifactSerializersMap() |
create, createManifestEntries, getCGFlags, getDictionaryPoisonedTags, getFeatureDictionary, getFeaturizerContextGenerator, getSequenceValidator, validateArtifactMappublic FSAFeaturizerFactory()
FSAFeaturizerFactory that provides the default
implementation of the resources.public FSAFeaturizerFactory(FeatureDictionary featureDictionary, String cgFlags)
FSAFeaturizerFactory. Use this constructor to
programmatically create a factory.public Map<String,opennlp.tools.util.model.ArtifactSerializer> createArtifactSerializersMap()
createArtifactSerializersMap in class FeaturizerFactorypublic Map<String,Object> createArtifactMap()
createArtifactMap in class FeaturizerFactoryCopyright © 2012–2017 CoGrOO. All rights reserved.