Verwendungen von Schnittstelle
opennlp.tools.util.featuregen.AdaptiveFeatureGenerator
Packages, die AdaptiveFeatureGenerator verwenden
Package
Beschreibung
Package related to finding proper names and numeric amounts.
Package related to part-of-speech tagging.
This package contains classes for generating sequence features.
-
Verwendungen von AdaptiveFeatureGenerator in opennlp.tools.namefind
Felder in opennlp.tools.namefind, die deklariert sind als AdaptiveFeatureGeneratorModifizierer und TypFeldBeschreibungprotected AdaptiveFeatureGenerator[]DefaultNameContextGenerator.featureGeneratorsMethoden in opennlp.tools.namefind, die AdaptiveFeatureGenerator zurückgebenModifizierer und TypMethodeBeschreibungTokenNameFinderFactory.createFeatureGenerators()Creates theAdaptiveFeatureGenerator.Methoden in opennlp.tools.namefind mit Parametern vom Typ AdaptiveFeatureGeneratorModifizierer und TypMethodeBeschreibungvoidDefaultNameContextGenerator.addFeatureGenerator(AdaptiveFeatureGenerator generator) voidNameContextGenerator.addFeatureGenerator(AdaptiveFeatureGenerator generator) Adds a feature generator.Konstruktoren in opennlp.tools.namefind mit Parametern vom Typ AdaptiveFeatureGeneratorModifiziererKonstruktorBeschreibungDefaultNameContextGenerator(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) -
Verwendungen von AdaptiveFeatureGenerator in opennlp.tools.postag
Methoden in opennlp.tools.postag, die AdaptiveFeatureGenerator zurückgebenModifizierer und TypMethodeBeschreibungPOSTaggerFactory.createFeatureGenerators()Creates theAdaptiveFeatureGenerator.Konstruktoren in opennlp.tools.postag mit Parametern vom Typ AdaptiveFeatureGeneratorModifiziererKonstruktorBeschreibungConfigurablePOSContextGenerator(int cacheSize, AdaptiveFeatureGenerator featureGenerator) Initializes aConfigurablePOSContextGeneratorinstance.ConfigurablePOSContextGenerator(AdaptiveFeatureGenerator featureGenerator) Initializes aConfigurablePOSContextGeneratorinstance. -
Verwendungen von AdaptiveFeatureGenerator in opennlp.tools.util.featuregen
Klassen in opennlp.tools.util.featuregen, die AdaptiveFeatureGenerator implementierenModifizierer und TypKlasseBeschreibungclassTheAdditionalContextFeatureGeneratorgenerates the context from the passed in additional context.classTheAggregatedFeatureGeneratoraggregates a set ofAdaptiveFeatureGenerators and calls them to generate the features.classclassGenerates Brown cluster features for token bigrams.classGeneratesBrownClusterfeatures for current token and token class.classGeneratesBrownClusterfeatures for current token.classCaches features of the aggregatedgenerators.classTheCharacterNgramFeatureGeneratoruses character ngrams to generate features about each token.classTheDictionaryFeatureGeneratoruses theDictionaryNameFinderto generated features for detected names based on theInSpanGenerator.classclassGenerates features if the tokens are recognized by the providedTokenNameFinder.classThe definition feature maps the underlying distribution of outcomes.classclassAdds the token POS Tag as feature.classclassThisAdaptiveFeatureGeneratorgenerates features indicating the outcome associated with a previously occurring word.classThisAdaptiveFeatureGeneratorgenerates features indicating the outcome associated with two previously occurring words.classThis feature generator creates sentence begin and end features.classclassGenerates features for the class of the token.classGenerates a feature which contains the token itself.classPartitions tokens into sub-tokens based on character classes and generates class features for each of the sub-tokens and combinations of those sub-tokens.classAdds trigram features based on tokens and token classes.classGenerates previous (left-sided) and next (right-sided) features for a givenAdaptiveFeatureGenerator.classAnAdaptiveFeatureGeneratorimplementation of a word cluster feature generator.Methoden in opennlp.tools.util.featuregen, die AdaptiveFeatureGenerator zurückgebenModifizierer und TypMethodeBeschreibungAggregatedFeatureGeneratorFactory.create()BigramNameFeatureGeneratorFactory.create()BrownClusterBigramFeatureGeneratorFactory.create()BrownClusterTokenClassFeatureGeneratorFactory.create()BrownClusterTokenFeatureGeneratorFactory.create()CachedFeatureGeneratorFactory.create()CharacterNgramFeatureGeneratorFactory.create()DefinitionFeatureGeneratorFactory.create()DictionaryFeatureGeneratorFactory.create()DocumentBeginFeatureGeneratorFactory.create()abstract AdaptiveFeatureGeneratorGeneratorFactory.AbstractXmlFeatureGeneratorFactory.create()static AdaptiveFeatureGeneratorGeneratorFactory.create(InputStream xmlDescriptorIn, FeatureGeneratorResourceProvider resourceManager) Creates anAdaptiveFeatureGeneratorfrom an provided XML descriptor.PosTaggerFeatureGeneratorFactory.create()POSTaggerNameFeatureGeneratorFactory.create()PrefixFeatureGeneratorFactory.create()PreviousMapFeatureGeneratorFactory.create()SentenceFeatureGeneratorFactory.create()SuffixFeatureGeneratorFactory.create()TokenClassFeatureGeneratorFactory.create()TokenFeatureGeneratorFactory.create()TokenPatternFeatureGeneratorFactory.create()TrigramNameFeatureGeneratorFactory.create()WindowFeatureGeneratorFactory.create()WordClusterFeatureGeneratorFactory.create()CachedFeatureGenerator.getCachedFeatureGenerator()Methoden in opennlp.tools.util.featuregen, die Typen mit Argumenten vom Typ AdaptiveFeatureGenerator zurückgebenModifizierer und TypMethodeBeschreibungAggregatedFeatureGenerator.getGenerators()Retrieves aCollectionsof all aggregatedAdaptiveFeatureGenerators.Konstruktoren in opennlp.tools.util.featuregen mit Parametern vom Typ AdaptiveFeatureGeneratorModifiziererKonstruktorBeschreibungAggregatedFeatureGenerator(AdaptiveFeatureGenerator... generators) Initializes the current instance.CachedFeatureGenerator(AdaptiveFeatureGenerator generator) CachedFeatureGenerator(AdaptiveFeatureGenerator... generators) Veraltet.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.Konstruktorparameter in opennlp.tools.util.featuregen mit Typargumenten vom Typ AdaptiveFeatureGeneratorModifiziererKonstruktorBeschreibungAggregatedFeatureGenerator(Collection<AdaptiveFeatureGenerator> generators)