public interface FeatureExtractor
In general, a feature extractor looks at a Constituent of a TextAnnotation and
generates a set of strings as features for that constituent.
| Modifier and Type | Method and Description |
|---|---|
Set<Feature> |
getFeatures(Constituent c) |
String |
getName() |
Set<Feature> getFeatures(Constituent c) throws EdisonException
EdisonExceptionString getName()
Copyright © 2017. All rights reserved.