public interface TextProcessor
extends com.oracle.labs.mlrg.olcut.config.Configurable, com.oracle.labs.mlrg.olcut.provenance.Provenancable<com.oracle.labs.mlrg.olcut.provenance.ConfiguredObjectProvenance>
Feature
s from that text.List<Feature> process(String text) throws TextProcessingException
text
- The text to extract.TextProcessingException
- If an error occurred during extraction (usually from tokenization).List<Feature> process(String tag, String text) throws TextProcessingException
tag
- The feature name tag.text
- The text to extract.TextProcessingException
- If an error occurred during extraction (usually from tokenization).Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.