Package | Description |
---|---|
org.tribuo.data.columnar.processors.field |
Provides implementations of
FieldProcessor . |
org.tribuo.data.text.impl |
Provides implementations of text data processors.
|
org.tribuo.interop.onnx.extractors |
Provides feature extraction implementations which use ONNX models.
|
Constructor and Description |
---|
TextFieldProcessor(String fieldName,
TextPipeline pipeline)
Constructs a field processor which uses the supplied text pipeline to process
the field value.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicPipeline
An example implementation of
TextPipeline . |
class |
TokenPipeline
A pipeline for generating ngram features.
|
Constructor and Description |
---|
TextFeatureExtractorImpl(TextPipeline pipeline) |
Modifier and Type | Class and Description |
---|---|
class |
BERTFeatureExtractor<T extends Output<T>>
Builds examples and sequence examples using features from BERT.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.