org.cogroo.tools.featurizer
Class FSAFeaturizerFactory

java.lang.Object
  extended by opennlp.tools.util.BaseToolFactory
      extended by org.cogroo.tools.featurizer.FeaturizerFactory
          extended by org.cogroo.tools.featurizer.FSAFeaturizerFactory

public class FSAFeaturizerFactory
extends FeaturizerFactory


Constructor Summary
FSAFeaturizerFactory()
          Creates a FSAFeaturizerFactory that provides the default implementation of the resources.
FSAFeaturizerFactory(FeatureDictionary featureDictionary, String cgFlags)
          Creates a FSAFeaturizerFactory.
 
Method Summary
 Map<String,Object> createArtifactMap()
           
 Map<String,opennlp.tools.util.model.ArtifactSerializer> createArtifactSerializersMap()
           
 
Methods inherited from class org.cogroo.tools.featurizer.FeaturizerFactory
create, createManifestEntries, getCGFlags, getDictionaryPoisonedTags, getFeatureDictionary, getFeaturizerContextGenerator, getSequenceValidator, validateArtifactMap
 
Methods inherited from class opennlp.tools.util.BaseToolFactory
create, create
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSAFeaturizerFactory

public FSAFeaturizerFactory()
Creates a FSAFeaturizerFactory that provides the default implementation of the resources.


FSAFeaturizerFactory

public FSAFeaturizerFactory(FeatureDictionary featureDictionary,
                            String cgFlags)
Creates a FSAFeaturizerFactory. Use this constructor to programmatically create a factory.

Method Detail

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


Copyright © 2012-2013 CoGrOO. All Rights Reserved.