Package | Description |
---|---|
org.tribuo.data.columnar.processors.field |
Provides implementations of
FieldProcessor . |
org.tribuo.data.text.impl |
Provides implementations of text data processors.
|
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) |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.