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

java.lang.Object
  extended by org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.Keys
Direct Known Subclasses:
CompletePreprocessingPipelineDescriptor.Keys
Enclosing class:
BasicPreprocessingPipelineDescriptor

public static class BasicPreprocessingPipelineDescriptor.Keys
extends Object

Constants for all attribute keys of the BasicPreprocessingPipeline component.


Field Summary
static String LEXICAL_DATA_FACTORY
          Attribute key for: BasicPreprocessingPipeline.lexicalDataFactory.
static String STEMMER_FACTORY
          Attribute key for: BasicPreprocessingPipeline.stemmerFactory.
static String TOKENIZER_FACTORY
          Attribute key for: BasicPreprocessingPipeline.tokenizerFactory.
 
Constructor Summary
protected BasicPreprocessingPipelineDescriptor.Keys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOKENIZER_FACTORY

public static final String TOKENIZER_FACTORY
Attribute key for: BasicPreprocessingPipeline.tokenizerFactory.

See Also:
Constant Field Values

STEMMER_FACTORY

public static final String STEMMER_FACTORY
Attribute key for: BasicPreprocessingPipeline.stemmerFactory.

See Also:
Constant Field Values

LEXICAL_DATA_FACTORY

public static final String LEXICAL_DATA_FACTORY
Attribute key for: BasicPreprocessingPipeline.lexicalDataFactory.

See Also:
Constant Field Values
Constructor Detail

BasicPreprocessingPipelineDescriptor.Keys

protected BasicPreprocessingPipelineDescriptor.Keys()


Copyright (c) Dawid Weiss, Stanislaw Osinski