public interface DocumentClassifierContextGenerator
| Modifier and Type | Method and Description |
|---|---|
void |
addFeatureGenerator(DocumentFeatureGenerator generator)
Adds a feature generator to this set of feature generators.
|
void |
clearFeatureData()
Informs all the feature generators for a document classifier that the context of
the feature data (typically a document) is no longer valid.
|
String[] |
getContext(String[] text) |
void addFeatureGenerator(DocumentFeatureGenerator generator)
generator - The feature generator to add.void clearFeatureData()
Copyright © 2017 IXA pipes. All rights reserved.