| Class | Description |
|---|---|
| BigramClassFeatureGenerator |
Adds bigram features based on tokens and token class using
TokenClassFeatureGenerator. |
| BrownBigramFeatureGenerator | |
| BrownTokenClasses |
Obtain the paths listed in the pathLengths array from the Brown class.
|
| BrownTokenClassFeatureGenerator | |
| BrownTokenFeatureGenerator | |
| BrownTrigramFeatureGenerator | |
| CharacterNgramFeatureGenerator |
The
CharacterNgramFeatureGenerator uses character ngrams to generate
features about each token. |
| ChunkBaselineContextGenerator |
Baseline features to train a Chunker.
|
| ClarkFeatureGenerator | |
| DictionaryFeatureGenerator |
Checks if a named entity is in a gazetteer.
|
| FivegramClassFeatureGenerator |
Adds fivegram features based on tokens and token class using
TokenClassFeatureGenerator. |
| FourgramClassFeatureGenerator |
Adds fourgram features based on tokens and token class using
TokenClassFeatureGenerator. |
| LemmaBaselineContextGenerator |
Implements a Baseline Feature Generator for Statistical Lemmatization.
|
| LemmaDictionaryFeatureGenerator |
Generate lemma features from a dictionary as feature of the current token.
|
| LemmaModelFeatureGenerator |
This feature generator can also be placed in a sliding window.
|
| MFSFeatureGenerator |
Generate pos tag, pos tag class, lemma and most frequent sense as feature of
the current token.
|
| OutcomePriorFeatureGenerator |
The definition feature maps the underlying distribution of outcomes.
|
| POSBaselineContextGenerator |
A baseline context generator for the POS Tagger.
|
| POSDictionaryFeatureGenerator | |
| POSTagModelFeatureGenerator |
This feature generator can also be placed in a sliding window.
|
| PredicateContextFeatureGenerator | |
| PrefixFeatureGenerator | |
| Prev2MapFeatureGenerator | |
| PreviousMapFeatureGenerator | |
| PreviousMapTokenFeatureGenerator | |
| SentenceFeatureGenerator | |
| SuffixFeatureGenerator | |
| SuperSenseFeatureGenerator |
Generates Ciaramita and Altun (2006) features for super sense tagging.
|
| TokenClassFeatureGenerator |
Generates a class name for the specified token.
|
| TokenFeatureGenerator |
Generates a feature which contains the token itself.
|
| TrigramClassFeatureGenerator |
Adds trigram features based on tokens and token class using
TokenClassFeatureGenerator. |
| WindowFeatureGenerator |
Generates previous and next features for a given
AdaptiveFeatureGenerator. |
| Word2VecClusterFeatureGenerator | |
| WordShapeSuperSenseFeatureGenerator |
Ciaramita and Altun (2006) word shape features.
|
| XMLFeatureDescriptor |
Class to automatically generate the feature descriptor from a
trainParams.properties file.
|
Copyright © 2017 IXA pipes. All rights reserved.