T
- The type of the features that will be produced by the text
processing.public interface TextFeatureExtractor<T extends Output<T>>
extends com.oracle.labs.mlrg.olcut.config.Configurable, com.oracle.labs.mlrg.olcut.provenance.Provenancable<com.oracle.labs.mlrg.olcut.provenance.ConfiguredObjectProvenance>
Modifier and Type | Method and Description |
---|---|
Example<T> |
extract(T output,
String data)
Extracts an example from the supplied input text and output object.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.