| Class | Description |
|---|---|
| Affixes |
Returns a set of prefixes of length 3 and 4 and suffixes of length 1, 2, 3, and 4.
|
| ChunkWindowThreeBefore | |
| FeatureGenerators | |
| GetParseLeftSibling | |
| GetParseRightSibling | |
| HasVerb | |
| HyphenTagFeature | |
| LabelOneAfter |
This feature extractor extracts part of speeches of the words one after each word in a span.
|
| LabelOneBefore |
This feature extractor extracts part of speeches of the words one before each word in a span.
|
| LabelTwoAfter |
This feature extractor extracts part of speeches of the words two after each word in a span.
|
| LabelTwoBefore |
This feature extractor extracts part of speeches of the words two before each word in a span.
|
| MixedChunkWindowTwoBeforePOSWindowThreeBefore |
Returns conjunctions of previous three POSTags and previous two ChunkLabels
|
| POSandPositionWindowThree | |
| POSBaseLineFeatureExtractor |
This feature extractor extracts part of speech based on baseline counting.
|
| POSMikheevFeatureExtractor |
This feature extractor extracts part of speech based on Mikheev's rule.
|
| POSWindow |
Feature extractor that senses the parts of speech of the four context words immediately
surrounding the target word (two before and two after).
|
| POSWindowTwo |
Generates features for POSTags of window size 2 from given Constituent
|
| PosWordConjunctionSizeTwoWindowSizeTwo |
Extracts the POS Tags as well as the form (text) of tokens 2 before and 2 after from the given
token and generates a discrete feature from it.
|
| PPFeatures | |
| ProjectedPath | |
| WordConjunctionOneTwoThreeGramWindowTwo |
Extracts the k tokens to the left and k tokens to the right of the
Constituent object. |
| WordTypeInformation |
Copyright © 2017. All rights reserved.