Uses of Interface
org.tribuo.data.text.TextPipeline
Packages that use TextPipeline
Package
Description
Provides implementations of
FieldProcessor
.Provides implementations of text data processors.
-
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 TextPipeline