org.carrot2.text.preprocessing.pipeline
Class BasicPreprocessingPipelineDescriptor.Attributes

java.lang.Object
  extended by org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.Attributes
Enclosing class:
BasicPreprocessingPipelineDescriptor

public static final class BasicPreprocessingPipelineDescriptor.Attributes
extends Object

All attributes of the BasicPreprocessingPipeline component.


Field Summary
 CaseNormalizerDescriptor.Attributes caseNormalizer
          Attributes of the nested CaseNormalizer component.
 LanguageModelStemmerDescriptor.Attributes languageModelStemmer
          Attributes of the nested LanguageModelStemmer component.
 AttributeInfo lexicalDataFactory
           
 AttributeInfo stemmerFactory
           
 StopListMarkerDescriptor.Attributes stopListMarker
          Attributes of the nested StopListMarker component.
 TokenizerDescriptor.Attributes tokenizer
          Attributes of the nested Tokenizer component.
 AttributeInfo tokenizerFactory
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tokenizerFactory

public final AttributeInfo tokenizerFactory

stemmerFactory

public final AttributeInfo stemmerFactory

lexicalDataFactory

public final AttributeInfo lexicalDataFactory

tokenizer

public final TokenizerDescriptor.Attributes tokenizer
Attributes of the nested Tokenizer component.


caseNormalizer

public final CaseNormalizerDescriptor.Attributes caseNormalizer
Attributes of the nested CaseNormalizer component.


languageModelStemmer

public final LanguageModelStemmerDescriptor.Attributes languageModelStemmer
Attributes of the nested LanguageModelStemmer component.


stopListMarker

public final StopListMarkerDescriptor.Attributes stopListMarker
Attributes of the nested StopListMarker component.



Copyright (c) Dawid Weiss, Stanislaw Osinski