public static interface FeatureExtractor.FeatureExtractorInterface
| Modifier and Type | Method and Description |
|---|---|
void |
addFeatures(java.util.List<java.lang.String> tokens,
FeatureExtractor.PositionFeaturePairs positionFeaturePairs)
Input: sentence
Output: labelIndexes, featureIDs/Values through positionFeaturePairs
We want to yield a sequence of (t, featID, featValue) pairs,
to be conjuncted against label IDs at position t.
|
void addFeatures(java.util.List<java.lang.String> tokens,
FeatureExtractor.PositionFeaturePairs positionFeaturePairs)