public static class CompletePreprocessingPipelineDescriptor.AttributeBuilder extends BasicPreprocessingPipelineDescriptor.AttributeBuilder
CompletePreprocessingPipeline component. You can use this
builder as a type-safe alternative to populating the attribute map using attribute keys.| Modifier and Type | Field and Description |
|---|---|
Map<String,Object> |
map
The attribute map populated by this builder.
|
| Modifier | Constructor and Description |
|---|---|
protected |
CompletePreprocessingPipelineDescriptor.AttributeBuilder(Map<String,Object> map)
Creates a builder backed by the provided map.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentAssignerDescriptor.AttributeBuilder |
documentAssigner()
Returns an attribute builder for the nested
DocumentAssigner component, backed by the same attribute map
as the current builder. |
LabelFilterProcessorDescriptor.AttributeBuilder |
labelFilterProcessor()
Returns an attribute builder for the nested
LabelFilterProcessor component, backed by the same attribute map
as the current builder. |
PhraseExtractorDescriptor.AttributeBuilder |
phraseExtractor()
Returns an attribute builder for the nested
PhraseExtractor component, backed by the same attribute map
as the current builder. |
caseNormalizer, languageModelStemmer, lexicalDataFactory, lexicalDataFactory, lexicalDataFactory, stemmerFactory, stemmerFactory, stemmerFactory, stopListMarker, tokenizer, tokenizerFactory, tokenizerFactory, tokenizerFactorypublic PhraseExtractorDescriptor.AttributeBuilder phraseExtractor()
PhraseExtractor component, backed by the same attribute map
as the current builder.public LabelFilterProcessorDescriptor.AttributeBuilder labelFilterProcessor()
LabelFilterProcessor component, backed by the same attribute map
as the current builder.public DocumentAssignerDescriptor.AttributeBuilder documentAssigner()
DocumentAssigner component, backed by the same attribute map
as the current builder.