Package | Description |
---|---|
org.tribuo.data.text | |
org.tribuo.data.text.impl |
Provides implementations of text data processors.
|
Modifier and Type | Method and Description |
---|---|
List<Feature> |
TextProcessor.process(String text)
Extracts features from the supplied text.
|
List<Feature> |
TextProcessor.process(String tag,
String text)
Extracts features from the supplied text.
|
Modifier and Type | Method and Description |
---|---|
List<Feature> |
NgramProcessor.process(String text) |
List<Feature> |
NgramProcessor.process(String tag,
String text) |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.