public static class ClusterBuilderDescriptor.Keys extends Object
ClusterBuilder component.| Modifier and Type | Field and Description |
|---|---|
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. |
| Modifier | Constructor and Description |
|---|---|
protected |
ClusterBuilderDescriptor.Keys() |
public static final String PHRASE_LABEL_BOOST
ClusterBuilder.phraseLabelBoost.public static final String PHRASE_LENGTH_PENALTY_START
ClusterBuilder.phraseLengthPenaltyStart.public static final String PHRASE_LENGTH_PENALTY_STOP
ClusterBuilder.phraseLengthPenaltyStop.public static final String CLUSTER_MERGING_THRESHOLD
ClusterBuilder.clusterMergingThreshold.public static final String LABEL_ASSIGNER
ClusterBuilder.labelAssigner.