public class SuffixFeatureExtractor extends WordFeatureExtractor
| Constructor and Description |
|---|
SuffixFeatureExtractor(List<String> deAdjSuffixes,
String featureName,
boolean useLastWordOfMultiwordConstituents) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Set<Feature> |
getWordFeatures(TextAnnotation ta,
int wordPosition) |
convertToWordFeatureExtractor, getFeaturespublic Set<Feature> getWordFeatures(TextAnnotation ta, int wordPosition) throws EdisonException
getWordFeatures in class WordFeatureExtractorEdisonExceptionpublic String getName()
getName in interface FeatureExtractorgetName in class WordFeatureExtractorCopyright © 2017. All rights reserved.