org.carrot2.clustering.lingo
Class ClusterBuilderDescriptor.Keys

java.lang.Object
  extended by org.carrot2.clustering.lingo.ClusterBuilderDescriptor.Keys
Enclosing class:
ClusterBuilderDescriptor

public static class ClusterBuilderDescriptor.Keys
extends Object

Constants for all attribute keys of the ClusterBuilder component.


Field Summary
static String CLUSTER_MERGING_THRESHOLD
          Attribute key for: ClusterBuilder.clusterMergingThreshold.
static String LABEL_ASSIGNER
          Attribute key for: ClusterBuilder.labelAssigner.
static String PHRASE_LABEL_BOOST
          Attribute key for: ClusterBuilder.phraseLabelBoost.
static String PHRASE_LENGTH_PENALTY_START
          Attribute key for: ClusterBuilder.phraseLengthPenaltyStart.
static String PHRASE_LENGTH_PENALTY_STOP
          Attribute key for: ClusterBuilder.phraseLengthPenaltyStop.
 
Constructor Summary
protected ClusterBuilderDescriptor.Keys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PHRASE_LABEL_BOOST

public static final String PHRASE_LABEL_BOOST
Attribute key for: ClusterBuilder.phraseLabelBoost.

See Also:
Constant Field Values

PHRASE_LENGTH_PENALTY_START

public static final String PHRASE_LENGTH_PENALTY_START
Attribute key for: ClusterBuilder.phraseLengthPenaltyStart.

See Also:
Constant Field Values

PHRASE_LENGTH_PENALTY_STOP

public static final String PHRASE_LENGTH_PENALTY_STOP
Attribute key for: ClusterBuilder.phraseLengthPenaltyStop.

See Also:
Constant Field Values

CLUSTER_MERGING_THRESHOLD

public static final String CLUSTER_MERGING_THRESHOLD
Attribute key for: ClusterBuilder.clusterMergingThreshold.

See Also:
Constant Field Values

LABEL_ASSIGNER

public static final String LABEL_ASSIGNER
Attribute key for: ClusterBuilder.labelAssigner.

See Also:
Constant Field Values
Constructor Detail

ClusterBuilderDescriptor.Keys

protected ClusterBuilderDescriptor.Keys()


Copyright (c) Dawid Weiss, Stanislaw Osinski