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
EdisonException
String getName()
Copyright © 2015. All rights reserved.