public interface DocumentFeatureGenerator
| Modifier and Type | Method and Description |
|---|---|
void |
clearFeatureData()
Informs the feature generator that the context of the data in the context (typically a document)
is no longer valid.
|
void |
createFeatures(List<String> features,
String[] text)
Extract features from given text fragments
|
void createFeatures(List<String> features, String[] text)
features - the list of featurestext - the text fragments to extract features fromvoid clearFeatureData()
Copyright © 2017 IXA pipes. All rights reserved.