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. featureGeneratorsMethods in opennlp.tools.namefind that return AdaptiveFeatureGenerator Modifier and Type Method Description AdaptiveFeatureGeneratorTokenNameFinderFactory. createFeatureGenerators()Creates theAdaptiveFeatureGenerator.Methods in opennlp.tools.namefind with parameters of type AdaptiveFeatureGenerator Modifier and Type Method Description voidDefaultNameContextGenerator. addFeatureGenerator(AdaptiveFeatureGenerator generator)voidNameContextGenerator. addFeatureGenerator(AdaptiveFeatureGenerator generator)Adds a feature generator.Constructors in opennlp.tools.namefind with parameters of type AdaptiveFeatureGenerator Constructor Description DefaultNameContextGenerator(AdaptiveFeatureGenerator... featureGenerators)Creates a name context generator with the specifiedfeature generators.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 AdaptiveFeatureGeneratorPOSTaggerFactory. createFeatureGenerators()Creates theAdaptiveFeatureGenerator.Constructors in opennlp.tools.postag with parameters of type AdaptiveFeatureGenerator Constructor Description ConfigurablePOSContextGenerator(int cacheSize, AdaptiveFeatureGenerator featureGenerator)Initializes aConfigurablePOSContextGeneratorinstance.ConfigurablePOSContextGenerator(AdaptiveFeatureGenerator featureGenerator)Initializes aConfigurablePOSContextGeneratorinstance. -
Uses of AdaptiveFeatureGenerator in opennlp.tools.util.featuregen
Classes in opennlp.tools.util.featuregen that implement AdaptiveFeatureGenerator Modifier and Type Class Description classAdditionalContextFeatureGeneratorTheAdditionalContextFeatureGeneratorgenerates the context from the passed in additional context.classAggregatedFeatureGeneratorTheAggregatedFeatureGeneratoraggregates a set ofAdaptiveFeatureGenerators and calls them to generate the features.classBigramNameFeatureGeneratorclassBrownBigramFeatureGeneratorGenerates Brown cluster features for token bigrams.classBrownTokenClassFeatureGeneratorGeneratesBrownClusterfeatures for current token and token class.classBrownTokenFeatureGeneratorGeneratesBrownClusterfeatures for current token.classCachedFeatureGeneratorCaches features of the aggregatedgenerators.classCharacterNgramFeatureGeneratorTheCharacterNgramFeatureGeneratoruses character ngrams to generate features about each token.classCustomFeatureGeneratorDeprecated.classDictionaryFeatureGeneratorTheDictionaryFeatureGeneratoruses theDictionaryNameFinderto generated features for detected names based on theInSpanGenerator.classDocumentBeginFeatureGeneratorclassInSpanGeneratorGenerates features if the tokens are recognized by the providedTokenNameFinder.classOutcomePriorFeatureGeneratorThe definition feature maps the underlying distribution of outcomes.classPosTaggerFeatureGeneratorclassPOSTaggerNameFeatureGeneratorAdds the token POS Tag as feature.classPrefixFeatureGeneratorclassPreviousMapFeatureGeneratorThisAdaptiveFeatureGeneratorgenerates features indicating the outcome associated with a previously occurring word.classPreviousTwoMapFeatureGeneratorThisAdaptiveFeatureGeneratorgenerates features indicating the outcome associated with two previously occurring words.classSentenceFeatureGeneratorThis feature generator creates sentence begin and end features.classSuffixFeatureGeneratorclassTokenClassFeatureGeneratorGenerates features for different for the class of the token.classTokenFeatureGeneratorGenerates a feature which contains the token itself.classTokenPatternFeatureGeneratorPartitions tokens into sub-tokens based on character classes and generates class features for each of the sub-tokens and combinations of those sub-tokens.classTrigramNameFeatureGeneratorAdds trigram features based on tokens and token classes.classWindowFeatureGeneratorGenerates previous and next features for a givenAdaptiveFeatureGenerator.classWordClusterFeatureGeneratorMethods in opennlp.tools.util.featuregen that return AdaptiveFeatureGenerator Modifier and Type Method Description AdaptiveFeatureGeneratorAggregatedFeatureGeneratorFactory. create()AdaptiveFeatureGeneratorAggregatedFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)Deprecated.AdaptiveFeatureGeneratorBigramNameFeatureGeneratorFactory. create()AdaptiveFeatureGeneratorBigramNameFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)Deprecated.AdaptiveFeatureGeneratorBrownClusterBigramFeatureGeneratorFactory. create()AdaptiveFeatureGeneratorBrownClusterBigramFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)Deprecated.AdaptiveFeatureGeneratorBrownClusterTokenClassFeatureGeneratorFactory. create()AdaptiveFeatureGeneratorBrownClusterTokenClassFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)Deprecated.AdaptiveFeatureGeneratorBrownClusterTokenFeatureGeneratorFactory. create()AdaptiveFeatureGeneratorBrownClusterTokenFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)Deprecated.AdaptiveFeatureGeneratorCachedFeatureGeneratorFactory. create()AdaptiveFeatureGeneratorCachedFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)Deprecated.AdaptiveFeatureGeneratorCharacterNgramFeatureGeneratorFactory. create()AdaptiveFeatureGeneratorCharacterNgramFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)Deprecated.AdaptiveFeatureGeneratorDefinitionFeatureGeneratorFactory. create()AdaptiveFeatureGeneratorDefinitionFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)Deprecated.AdaptiveFeatureGeneratorDictionaryFeatureGeneratorFactory. create()AdaptiveFeatureGeneratorDictionaryFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)Deprecated.AdaptiveFeatureGeneratorDocumentBeginFeatureGeneratorFactory. create()AdaptiveFeatureGeneratorDocumentBeginFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)Deprecated.abstract AdaptiveFeatureGeneratorGeneratorFactory.AbstractXmlFeatureGeneratorFactory. create()static AdaptiveFeatureGeneratorGeneratorFactory. create(InputStream xmlDescriptorIn, FeatureGeneratorResourceProvider resourceManager)Creates anAdaptiveFeatureGeneratorfrom an provided XML descriptor.AdaptiveFeatureGeneratorPosTaggerFeatureGeneratorFactory. create()AdaptiveFeatureGeneratorPosTaggerFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)Deprecated.AdaptiveFeatureGeneratorPOSTaggerNameFeatureGeneratorFactory. create()AdaptiveFeatureGeneratorPOSTaggerNameFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)Deprecated.AdaptiveFeatureGeneratorPrefixFeatureGeneratorFactory. create()AdaptiveFeatureGeneratorPrefixFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)Deprecated.AdaptiveFeatureGeneratorPreviousMapFeatureGeneratorFactory. create()AdaptiveFeatureGeneratorPreviousMapFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)Deprecated.AdaptiveFeatureGeneratorSentenceFeatureGeneratorFactory. create()AdaptiveFeatureGeneratorSentenceFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)Deprecated.AdaptiveFeatureGeneratorSuffixFeatureGeneratorFactory. create()AdaptiveFeatureGeneratorSuffixFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)Deprecated.AdaptiveFeatureGeneratorTokenClassFeatureGeneratorFactory. create()AdaptiveFeatureGeneratorTokenClassFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)Deprecated.AdaptiveFeatureGeneratorTokenFeatureGeneratorFactory. create()AdaptiveFeatureGeneratorTokenFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)Deprecated.AdaptiveFeatureGeneratorTokenPatternFeatureGeneratorFactory. create()AdaptiveFeatureGeneratorTokenPatternFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)Deprecated.AdaptiveFeatureGeneratorTrigramNameFeatureGeneratorFactory. create()AdaptiveFeatureGeneratorTrigramNameFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)Deprecated.AdaptiveFeatureGeneratorWindowFeatureGeneratorFactory. create()AdaptiveFeatureGeneratorWindowFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)Deprecated.AdaptiveFeatureGeneratorWordClusterFeatureGeneratorFactory. create()AdaptiveFeatureGeneratorWordClusterFeatureGeneratorFactory. create(Element generatorElement, FeatureGeneratorResourceProvider resourceManager)Deprecated.AdaptiveFeatureGeneratorCachedFeatureGenerator. 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 aCollectionsof all aggregatedAdaptiveFeatureGenerators.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 aWindowFeatureGeneratorwith the given parameters.WindowFeatureGenerator(AdaptiveFeatureGenerator generator)Initializes aWindowFeatureGenerator.WindowFeatureGenerator(AdaptiveFeatureGenerator... generators)Initializes aWindowFeatureGenerator.WindowFeatureGenerator(AdaptiveFeatureGenerator generator, int prevWindowSize, int nextWindowSize)Initializes aWindowFeatureGeneratorwith the given parameters.Constructor parameters in opennlp.tools.util.featuregen with type arguments of type AdaptiveFeatureGenerator Constructor Description AggregatedFeatureGenerator(Collection<AdaptiveFeatureGenerator> generators)
-