org.carrot2.text.preprocessing
Class DocumentAssignerDescriptor.Keys

java.lang.Object
  extended by org.carrot2.text.preprocessing.DocumentAssignerDescriptor.Keys
Enclosing class:
DocumentAssignerDescriptor

public static class DocumentAssignerDescriptor.Keys
extends Object

Constants for all attribute keys of the DocumentAssigner component.


Field Summary
static String EXACT_PHRASE_ASSIGNMENT
          Attribute key for: DocumentAssigner.exactPhraseAssignment.
static String MIN_CLUSTER_SIZE
          Attribute key for: DocumentAssigner.minClusterSize.
 
Constructor Summary
protected DocumentAssignerDescriptor.Keys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXACT_PHRASE_ASSIGNMENT

public static final String EXACT_PHRASE_ASSIGNMENT
Attribute key for: DocumentAssigner.exactPhraseAssignment.

See Also:
Constant Field Values

MIN_CLUSTER_SIZE

public static final String MIN_CLUSTER_SIZE
Attribute key for: DocumentAssigner.minClusterSize.

See Also:
Constant Field Values
Constructor Detail

DocumentAssignerDescriptor.Keys

protected DocumentAssignerDescriptor.Keys()


Copyright (c) Dawid Weiss, Stanislaw Osinski