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.featureGenerators
Methoden in opennlp.tools.namefind, die AdaptiveFeatureGenerator zurückgebenModifizierer und TypMethodeBeschreibungTokenNameFinderFactory.createFeatureGenerators()
Creates theAdaptiveFeatureGenerator
.Methoden in opennlp.tools.namefind mit Parametern vom Typ AdaptiveFeatureGeneratorModifizierer und TypMethodeBeschreibungvoid
DefaultNameContextGenerator.addFeatureGenerator
(AdaptiveFeatureGenerator generator) void
NameContextGenerator.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 aConfigurablePOSContextGenerator
instance.ConfigurablePOSContextGenerator
(AdaptiveFeatureGenerator featureGenerator) Initializes aConfigurablePOSContextGenerator
instance. -
Verwendungen von AdaptiveFeatureGenerator in opennlp.tools.util.featuregen
Klassen in opennlp.tools.util.featuregen, die AdaptiveFeatureGenerator implementierenModifizierer und TypKlasseBeschreibungclass
TheAdditionalContextFeatureGenerator
generates the context from the passed in additional context.class
TheAggregatedFeatureGenerator
aggregates a set ofAdaptiveFeatureGenerator
s and calls them to generate the features.class
class
Generates Brown cluster features for token bigrams.class
GeneratesBrownCluster
features for current token and token class.class
GeneratesBrownCluster
features for current token.class
Caches features of the aggregatedgenerators
.class
TheCharacterNgramFeatureGenerator
uses character ngrams to generate features about each token.class
TheDictionaryFeatureGenerator
uses theDictionaryNameFinder
to generated features for detected names based on theInSpanGenerator
.class
class
Generates features if the tokens are recognized by the providedTokenNameFinder
.class
The definition feature maps the underlying distribution of outcomes.class
class
Adds the token POS Tag as feature.class
class
ThisAdaptiveFeatureGenerator
generates features indicating the outcome associated with a previously occurring word.class
ThisAdaptiveFeatureGenerator
generates features indicating the outcome associated with two previously occurring words.class
This feature generator creates sentence begin and end features.class
class
Generates features for the class of the token.class
Generates a feature which contains the token itself.class
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
Adds trigram features based on tokens and token classes.class
Generates previous (left-sided) and next (right-sided) features for a givenAdaptiveFeatureGenerator
.class
AnAdaptiveFeatureGenerator
implementation 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 AdaptiveFeatureGenerator
GeneratorFactory.AbstractXmlFeatureGeneratorFactory.create()
static AdaptiveFeatureGenerator
GeneratorFactory.create
(InputStream xmlDescriptorIn, FeatureGeneratorResourceProvider resourceManager) Creates anAdaptiveFeatureGenerator
from 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 aCollections
of all aggregatedAdaptiveFeatureGenerator
s.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 aWindowFeatureGenerator
with the given parameters.WindowFeatureGenerator
(AdaptiveFeatureGenerator generator) Initializes aWindowFeatureGenerator
.WindowFeatureGenerator
(AdaptiveFeatureGenerator... generators) Initializes aWindowFeatureGenerator
.WindowFeatureGenerator
(AdaptiveFeatureGenerator generator, int prevWindowSize, int nextWindowSize) Initializes aWindowFeatureGenerator
with the given parameters.Konstruktorparameter in opennlp.tools.util.featuregen mit Typargumenten vom Typ AdaptiveFeatureGeneratorModifiziererKonstruktorBeschreibungAggregatedFeatureGenerator
(Collection<AdaptiveFeatureGenerator> generators)