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

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

public static final class CompletePreprocessingPipelineDescriptor.Attributes
extends Object

All attributes of the CompletePreprocessingPipeline component.


Field Summary
 DocumentAssignerDescriptor.Attributes documentAssigner
          Attributes of the nested DocumentAssigner component.
 LabelFilterProcessorDescriptor.Attributes labelFilterProcessor
          Attributes of the nested LabelFilterProcessor component.
 PhraseExtractorDescriptor.Attributes phraseExtractor
          Attributes of the nested PhraseExtractor component.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

phraseExtractor

public final PhraseExtractorDescriptor.Attributes phraseExtractor
Attributes of the nested PhraseExtractor component.


labelFilterProcessor

public final LabelFilterProcessorDescriptor.Attributes labelFilterProcessor
Attributes of the nested LabelFilterProcessor component.


documentAssigner

public final DocumentAssignerDescriptor.Attributes documentAssigner
Attributes of the nested DocumentAssigner component.



Copyright (c) Dawid Weiss, Stanislaw Osinski