Uses of Interface
org.tribuo.data.text.TextPipeline
Packages that use 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
Constructors in org.tribuo.data.columnar.processors.field with parameters of type TextPipelineModifierConstructorDescriptionTextFieldProcessor
(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
Classes in org.tribuo.data.text.impl that implement TextPipelineModifier and TypeClassDescriptionclass
An example implementation ofTextPipeline
.class
A pipeline for generating ngram features.Constructors in org.tribuo.data.text.impl with parameters of type TextPipelineModifierConstructorDescriptionTextFeatureExtractorImpl
(TextPipeline pipeline) Constructs a text feature extractor wrapping the supplied text pipeline. -
Uses of TextPipeline in org.tribuo.interop.onnx.extractors
Classes in org.tribuo.interop.onnx.extractors that implement TextPipelineModifier and TypeClassDescriptionclass
BERTFeatureExtractor<T extends Output<T>>
Builds examples and sequence examples using features from BERT.