public static final class BasicPreprocessingPipelineDescriptor.Attributes extends Object
BasicPreprocessingPipeline component.| Modifier and Type | Field and Description |
|---|---|
CaseNormalizerDescriptor.Attributes |
caseNormalizer
Attributes of the nested
CaseNormalizer component. |
LanguageModelStemmerDescriptor.Attributes |
languageModelStemmer
Attributes of the nested
LanguageModelStemmer component. |
org.carrot2.util.attribute.AttributeInfo |
lexicalDataFactory |
org.carrot2.util.attribute.AttributeInfo |
stemmerFactory |
StopListMarkerDescriptor.Attributes |
stopListMarker
Attributes of the nested
StopListMarker component. |
TokenizerDescriptor.Attributes |
tokenizer
Attributes of the nested
Tokenizer component. |
org.carrot2.util.attribute.AttributeInfo |
tokenizerFactory |
public final org.carrot2.util.attribute.AttributeInfo tokenizerFactory
public final org.carrot2.util.attribute.AttributeInfo stemmerFactory
public final org.carrot2.util.attribute.AttributeInfo lexicalDataFactory
public final TokenizerDescriptor.Attributes tokenizer
Tokenizer component.public final CaseNormalizerDescriptor.Attributes caseNormalizer
CaseNormalizer component.public final LanguageModelStemmerDescriptor.Attributes languageModelStemmer
LanguageModelStemmer component.public final StopListMarkerDescriptor.Attributes stopListMarker
StopListMarker component.