| 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. |
| 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. |
| MFSFeatureGenerator |
Generate pos tag, pos tag class, lemma and most frequent sense as feature of
the current token.
|
| MorphoFeatureGenerator |
Generate pos tag, pos tag class or lemma as feature of current token.
|
| OutcomePriorFeatureGenerator |
The definition feature maps the underlying distribution of outcomes.
|
| Prefix34FeatureGenerator | |
| 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 © 2015 IXA pipes. All rights reserved.