| Package | Description |
|---|---|
| eus.ixa.ixa.pipe.ml.document |
Classes related to Document Classification.
|
| eus.ixa.ixa.pipe.ml.document.features |
Classes for Document Classification features.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentFeatureGenerator |
DocumentClassifierFactory.createFeatureGenerators()
Creates the
DocumentFeatureGenerator. |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentClassifierContextGenerator.addFeatureGenerator(DocumentFeatureGenerator generator)
Adds a feature generator to this set of feature generators.
|
void |
DefaultDocumentClassifierContextGenerator.addFeatureGenerator(DocumentFeatureGenerator generator) |
| Constructor and Description |
|---|
DefaultDocumentClassifierContextGenerator(DocumentFeatureGenerator... featureGenerators)
Creates a name context generator with the specified cache size.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BagOfWordsFeatureGenerator
Generates a feature for each word in a document.
|
class |
DocBrownBigramFeatureGenerator |
class |
DocBrownTokenClassFeatureGenerator |
class |
DocBrownTokenFeatureGenerator |
class |
DocCharacterNgramFeatureGenerator
The
DocCharacterNgramFeatureGenerator uses character ngrams to generate
features about each token. |
class |
DocClarkFeatureGenerator |
class |
DocLemmaDictionaryFeatureGenerator
Generate lemma features from a dictionary as feature of the current token.
|
class |
DocLemmaModelFeatureGenerator
This feature generator can also be placed in a sliding window.
|
class |
DocOutcomePriorFeatureGenerator
The definition feature maps the underlying distribution of outcomes.
|
class |
DocPolarityDictionaryFeatureGenerator
Checks if a named entity is in a gazetteer.
|
class |
DocPOSTagModelFeatureGenerator
This feature generator can also be placed in a sliding window.
|
class |
DocPrefixFeatureGenerator |
class |
DocSentenceFeatureGenerator |
class |
DocSuffixFeatureGenerator |
class |
DocTokenClassFeatureGenerator
Generates a class name for the specified token.
|
class |
DocumentCustomFeatureGenerator |
class |
DocumentFeatureAggregator
The
DocumentFeatureAggregator aggregates a set of
DocumentFeatureGenerators and calls them to generate the features. |
class |
DocWord2VecClusterFeatureGenerator |
class |
NGramFeatureGenerator
Generates ngram features for a document.
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentFeatureGenerator |
DocumentGeneratorFactory.create(InputStream xmlDescriptorIn,
opennlp.tools.util.featuregen.FeatureGeneratorResourceProvider resourceManager)
Creates an
DocumentFeatureGenerator from an provided XML descriptor. |
| Modifier and Type | Method and Description |
|---|---|
Collection<DocumentFeatureGenerator> |
DocumentFeatureAggregator.getGenerators()
Retrieves a
Collections of all aggregated
DocumentFeatureGenerators. |
| Constructor and Description |
|---|
DocumentFeatureAggregator(DocumentFeatureGenerator... generators)
Initializes the current instance.
|
| Constructor and Description |
|---|
DocumentFeatureAggregator(Collection<DocumentFeatureGenerator> generators) |
Copyright © 2017 IXA pipes. All rights reserved.