Uses of Interface
opennlp.tools.util.featuregen.AdaptiveFeatureGenerator
-
Packages that use AdaptiveFeatureGenerator Package Description opennlp.tools.namefind Package related to finding proper names and numeric amounts.opennlp.tools.postag Package related to part-of-speech tagging.opennlp.tools.util.featuregen This package contains classes for generating sequence features. -
-
Uses of AdaptiveFeatureGenerator in opennlp.tools.namefind
Fields in opennlp.tools.namefind declared as AdaptiveFeatureGenerator Modifier and Type Field Description protected AdaptiveFeatureGenerator[]
DefaultNameContextGenerator. featureGenerators
Methods in opennlp.tools.namefind that return AdaptiveFeatureGenerator Modifier and Type Method Description AdaptiveFeatureGenerator
TokenNameFinderFactory. createFeatureGenerators()
Creates theAdaptiveFeatureGenerator
.Methods in opennlp.tools.namefind with parameters of type AdaptiveFeatureGenerator Modifier and Type Method Description void
DefaultNameContextGenerator. addFeatureGenerator(AdaptiveFeatureGenerator generator)
void
NameContextGenerator. addFeatureGenerator(AdaptiveFeatureGenerator generator)
Adds a feature generator to this set of feature generators.Constructors in opennlp.tools.namefind with parameters of type AdaptiveFeatureGenerator Constructor Description DefaultNameContextGenerator(AdaptiveFeatureGenerator... featureGenerators)
Creates a name context generator with the specified cache size.NameSampleSequenceStream(ObjectStream<NameSample> psi, AdaptiveFeatureGenerator featureGen)
NameSampleSequenceStream(ObjectStream<NameSample> psi, AdaptiveFeatureGenerator featureGen, boolean useOutcomes)
-
Uses of AdaptiveFeatureGenerator in opennlp.tools.postag
Methods in opennlp.tools.postag that return AdaptiveFeatureGenerator Modifier and Type Method Description AdaptiveFeatureGenerator
POSTaggerFactory. createFeatureGenerators()
Creates theAdaptiveFeatureGenerator
.Constructors in opennlp.tools.postag with parameters of type AdaptiveFeatureGenerator Constructor Description ConfigurablePOSContextGenerator(int cacheSize, AdaptiveFeatureGenerator featureGenerator)
Initializes the current instance.ConfigurablePOSContextGenerator(AdaptiveFeatureGenerator featureGenerator)
Initializes the current instance. -
Uses of AdaptiveFeatureGenerator in opennlp.tools.util.featuregen
Classes in opennlp.tools.util.featuregen that implement AdaptiveFeatureGenerator Modifier and Type Class Description class
AdditionalContextFeatureGenerator
TheAdditionalContextFeatureGenerator
generates the context from the passed in additional context.class
AggregatedFeatureGenerator
TheAggregatedFeatureGenerator
aggregates a set ofAdaptiveFeatureGenerator
s and calls them to generate the features.class
BigramNameFeatureGenerator
class
BrownBigramFeatureGenerator
Generates Brown cluster features for token bigrams.class
BrownTokenClassFeatureGenerator
Generates Brown cluster features for current token and token class.class
BrownTokenFeatureGenerator
Generates Brown cluster features for current token.class
CachedFeatureGenerator
Caches features of the aggregatedAdaptiveFeatureGenerator
s.class
CharacterNgramFeatureGenerator
TheCharacterNgramFeatureGenerator
uses character ngrams to generate features about each token.class
CustomFeatureGenerator
Deprecated.class
DictionaryFeatureGenerator
TheDictionaryFeatureGenerator
uses theDictionaryNameFinder
to generated features for detected names based on theInSpanGenerator
.class
DocumentBeginFeatureGenerator
class
InSpanGenerator
Generates features if the tokens are recognized by the providedTokenNameFinder
.class
OutcomePriorFeatureGenerator
The definition feature maps the underlying distribution of outcomes.class
PosTaggerFeatureGenerator
class
POSTaggerNameFeatureGenerator
Adds the token POS Tag as feature.class
PrefixFeatureGenerator
class
PreviousMapFeatureGenerator
ThisAdaptiveFeatureGenerator
generates features indicating the outcome associated with a previously occuring word.class
PreviousTwoMapFeatureGenerator
ThisAdaptiveFeatureGenerator
generates features indicating the outcome associated with two previously occuring words.class
SentenceFeatureGenerator
This feature generator creates sentence begin and end features.class
SuffixFeatureGenerator
class
TokenClassFeatureGenerator
Generates features for different for the class of the token.class
TokenFeatureGenerator
Generates a feature which contains the token itself.class
TokenPatternFeatureGenerator
Partitions tokens into sub-tokens based on character classes and generates class features for each of the sub-tokens and combinations of those sub-tokens.class
TrigramNameFeatureGenerator
Adds trigram features based on tokens and token classes.class
WindowFeatureGenerator
Generates previous and next features for a givenAdaptiveFeatureGenerator
.class
WordClusterFeatureGenerator
Methods in opennlp.tools.util.featuregen that return AdaptiveFeatureGenerator Modifier and Type Method Description AdaptiveFeatureGenerator
AggregatedFeatureGeneratorFactory. create()
AdaptiveFeatureGenerator
AggregatedFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)
Deprecated.AdaptiveFeatureGenerator
BigramNameFeatureGeneratorFactory. create()
AdaptiveFeatureGenerator
BigramNameFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)
Deprecated.AdaptiveFeatureGenerator
BrownClusterBigramFeatureGeneratorFactory. create()
AdaptiveFeatureGenerator
BrownClusterBigramFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)
Deprecated.AdaptiveFeatureGenerator
BrownClusterTokenClassFeatureGeneratorFactory. create()
AdaptiveFeatureGenerator
BrownClusterTokenClassFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)
Deprecated.AdaptiveFeatureGenerator
BrownClusterTokenFeatureGeneratorFactory. create()
AdaptiveFeatureGenerator
BrownClusterTokenFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)
Deprecated.AdaptiveFeatureGenerator
CachedFeatureGeneratorFactory. create()
AdaptiveFeatureGenerator
CachedFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)
Deprecated.AdaptiveFeatureGenerator
CharacterNgramFeatureGeneratorFactory. create()
AdaptiveFeatureGenerator
CharacterNgramFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)
Deprecated.AdaptiveFeatureGenerator
DefinitionFeatureGeneratorFactory. create()
AdaptiveFeatureGenerator
DefinitionFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)
Deprecated.AdaptiveFeatureGenerator
DictionaryFeatureGeneratorFactory. create()
AdaptiveFeatureGenerator
DictionaryFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)
Deprecated.AdaptiveFeatureGenerator
DocumentBeginFeatureGeneratorFactory. create()
AdaptiveFeatureGenerator
DocumentBeginFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)
Deprecated.abstract AdaptiveFeatureGenerator
GeneratorFactory.AbstractXmlFeatureGeneratorFactory. create()
static AdaptiveFeatureGenerator
GeneratorFactory. create(InputStream xmlDescriptorIn, FeatureGeneratorResourceProvider resourceManager)
Creates anAdaptiveFeatureGenerator
from an provided XML descriptor.AdaptiveFeatureGenerator
PosTaggerFeatureGeneratorFactory. create()
AdaptiveFeatureGenerator
PosTaggerFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)
Deprecated.AdaptiveFeatureGenerator
POSTaggerNameFeatureGeneratorFactory. create()
AdaptiveFeatureGenerator
POSTaggerNameFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)
Deprecated.AdaptiveFeatureGenerator
PrefixFeatureGeneratorFactory. create()
AdaptiveFeatureGenerator
PrefixFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)
Deprecated.AdaptiveFeatureGenerator
PreviousMapFeatureGeneratorFactory. create()
AdaptiveFeatureGenerator
PreviousMapFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)
Deprecated.AdaptiveFeatureGenerator
SentenceFeatureGeneratorFactory. create()
AdaptiveFeatureGenerator
SentenceFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)
Deprecated.AdaptiveFeatureGenerator
SuffixFeatureGeneratorFactory. create()
AdaptiveFeatureGenerator
SuffixFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)
Deprecated.AdaptiveFeatureGenerator
TokenClassFeatureGeneratorFactory. create()
AdaptiveFeatureGenerator
TokenClassFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)
Deprecated.AdaptiveFeatureGenerator
TokenFeatureGeneratorFactory. create()
AdaptiveFeatureGenerator
TokenFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)
Deprecated.AdaptiveFeatureGenerator
TokenPatternFeatureGeneratorFactory. create()
AdaptiveFeatureGenerator
TokenPatternFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)
Deprecated.AdaptiveFeatureGenerator
TrigramNameFeatureGeneratorFactory. create()
AdaptiveFeatureGenerator
TrigramNameFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)
Deprecated.AdaptiveFeatureGenerator
WindowFeatureGeneratorFactory. create()
AdaptiveFeatureGenerator
WindowFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)
Deprecated.AdaptiveFeatureGenerator
WordClusterFeatureGeneratorFactory. create()
AdaptiveFeatureGenerator
WordClusterFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)
Deprecated.AdaptiveFeatureGenerator
CachedFeatureGenerator. getCachedFeatureGenerator()
Methods in opennlp.tools.util.featuregen that return types with arguments of type AdaptiveFeatureGenerator Modifier and Type Method Description Collection<AdaptiveFeatureGenerator>
AggregatedFeatureGenerator. getGenerators()
Retrieves aCollections
of all aggregatedAdaptiveFeatureGenerator
s.Constructors in opennlp.tools.util.featuregen with parameters of type AdaptiveFeatureGenerator Constructor Description AggregatedFeatureGenerator(AdaptiveFeatureGenerator... generators)
Initializes the current instance.CachedFeatureGenerator(AdaptiveFeatureGenerator generator)
CachedFeatureGenerator(AdaptiveFeatureGenerator... generators)
Deprecated.WindowFeatureGenerator(int prevWindowSize, int nextWindowSize, AdaptiveFeatureGenerator... generators)
Initializes the current instance with the given parameters.WindowFeatureGenerator(AdaptiveFeatureGenerator generator)
Initializes the current instance.WindowFeatureGenerator(AdaptiveFeatureGenerator... generators)
Initializes the current instance with the given parameters.WindowFeatureGenerator(AdaptiveFeatureGenerator generator, int prevWindowSize, int nextWindowSize)
Initializes the current instance with the given parameters.Constructor parameters in opennlp.tools.util.featuregen with type arguments of type AdaptiveFeatureGenerator Constructor Description AggregatedFeatureGenerator(Collection<AdaptiveFeatureGenerator> generators)
-