See: Description
| Interface | Description |
|---|---|
| DocumentFeatureGenerator |
Interface for generating features for document classification.
|
| Class | Description |
|---|---|
| BagOfWordsFeatureGenerator |
Generates a feature for each word in a document.
|
| DocBrownBigramFeatureGenerator | |
| DocBrownTokenClassFeatureGenerator | |
| DocBrownTokenFeatureGenerator | |
| DocCharacterNgramFeatureGenerator |
The
DocCharacterNgramFeatureGenerator uses character ngrams to generate
features about each token. |
| DocClarkFeatureGenerator | |
| DocLemmaDictionaryFeatureGenerator |
Generate lemma features from a dictionary as feature of the current token.
|
| DocLemmaModelFeatureGenerator |
This feature generator can also be placed in a sliding window.
|
| DocOutcomePriorFeatureGenerator |
The definition feature maps the underlying distribution of outcomes.
|
| DocPolarityDictionaryFeatureGenerator |
Checks if a named entity is in a gazetteer.
|
| DocPOSTagModelFeatureGenerator |
This feature generator can also be placed in a sliding window.
|
| DocPrefixFeatureGenerator | |
| DocSentenceFeatureGenerator | |
| DocSuffixFeatureGenerator | |
| DocTokenClassFeatureGenerator |
Generates a class name for the specified token.
|
| DocumentCustomFeatureGenerator | |
| DocumentFeatureAggregator |
The
DocumentFeatureAggregator aggregates a set of
DocumentFeatureGenerators and calls them to generate the features. |
| DocumentFeatureDescriptor |
Class to automatically generate the feature descriptor from a
trainParams.properties file.
|
| DocumentGeneratorFactory |
Creates a set of feature generators based on a provided XML descriptor.
|
| DocumentModelResources | |
| DocWord2VecClusterFeatureGenerator | |
| NGramFeatureGenerator |
Generates ngram features for a document.
|
Copyright © 2017 IXA pipes. All rights reserved.