Uses of Interface
org.tribuo.data.text.TextPipeline
Package
Description
Provides implementations of
FieldProcessor
.Provides implementations of text data processors.
Provides feature extraction implementations which use ONNX models.
-
Uses of TextPipeline in org.tribuo.data.columnar.processors.field
ModifierConstructorDescriptionTextFieldProcessor
(String fieldName, TextPipeline pipeline) Constructs a field processor which uses the supplied text pipeline to process the field value. -
Uses of TextPipeline in org.tribuo.data.text.impl
Modifier and TypeClassDescriptionclass
An example implementation ofTextPipeline
.class
A pipeline for generating ngram features.ModifierConstructorDescriptionTextFeatureExtractorImpl
(TextPipeline pipeline) Constructs a text feature extractor wrapping the supplied text pipeline. -
Uses of TextPipeline in org.tribuo.interop.onnx.extractors
Modifier and TypeClassDescriptionclass
BERTFeatureExtractor<T extends Output<T>>
Builds examples and sequence examples using features from BERT.