Uses of Package
org.tribuo.data.text
Package
Description
Provides an implementation of LIME (Locally Interpretable Model Explanations).
Provides implementations of
FieldProcessor
.Provides implementations of text data processors.
Provides feature extraction implementations which use ONNX models.
-
ClassDescriptionAn interface for things that take text and turn them into examples that we can use to train or evaluate a classifier.
-
-
ClassDescriptionAn interface for things that can pre-process documents before they are broken into features.An interface for things that take text and turn them into examples that we can use to train or evaluate a classifier.An exception thrown by the text processing system.
-
ClassDescriptionAn interface for things that can pre-process documents before they are broken into features.An interface for aggregating feature values into other values.A feature transformer maps a list of features to a new list of features.A base class for textual data sets.An interface for things that take text and turn them into examples that we can use to train or evaluate a classifier.A pipeline that takes a String and returns a List of
Feature
s.An exception thrown by the text processing system.A TextProcessor takes some text and optionally a feature tag and generates a list ofFeature
s from that text. -
ClassDescriptionAn interface for things that take text and turn them into examples that we can use to train or evaluate a classifier.A pipeline that takes a String and returns a List of
Feature
s.