org.carrot2.clustering.stc
Class STCClusteringAlgorithmDescriptor.Keys

java.lang.Object
  extended by org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Keys
Enclosing class:
STCClusteringAlgorithmDescriptor

public static class STCClusteringAlgorithmDescriptor.Keys
extends Object

Constants for all attribute keys of the STCClusteringAlgorithm component.


Field Summary
static String CLUSTERS
          Attribute key for: STCClusteringAlgorithm.clusters.
static String DOCUMENT_COUNT_BOOST
          Attribute key for: STCClusteringAlgorithm.documentCountBoost.
static String DOCUMENTS
          Attribute key for: STCClusteringAlgorithm.documents.
static String IGNORE_WORD_IF_IN_FEWER_DOCS
          Attribute key for: STCClusteringAlgorithm.ignoreWordIfInFewerDocs.
static String IGNORE_WORD_IF_IN_HIGHER_DOCS_PERCENT
          Attribute key for: STCClusteringAlgorithm.ignoreWordIfInHigherDocsPercent.
static String MAX_BASE_CLUSTERS
          Attribute key for: STCClusteringAlgorithm.maxBaseClusters.
static String MAX_CLUSTERS
          Attribute key for: STCClusteringAlgorithm.maxClusters.
static String MAX_DESC_PHRASE_LENGTH
          Attribute key for: STCClusteringAlgorithm.maxDescPhraseLength.
static String MAX_PHRASE_OVERLAP
          Attribute key for: STCClusteringAlgorithm.maxPhraseOverlap.
static String MAX_PHRASES
          Attribute key for: STCClusteringAlgorithm.maxPhrases.
static String MERGE_THRESHOLD
          Attribute key for: STCClusteringAlgorithm.mergeThreshold.
static String MIN_BASE_CLUSTER_SCORE
          Attribute key for: STCClusteringAlgorithm.minBaseClusterScore.
static String MIN_BASE_CLUSTER_SIZE
          Attribute key for: STCClusteringAlgorithm.minBaseClusterSize.
static String MOST_GENERAL_PHRASE_COVERAGE
          Attribute key for: STCClusteringAlgorithm.mostGeneralPhraseCoverage.
static String OPTIMAL_PHRASE_LENGTH
          Attribute key for: STCClusteringAlgorithm.optimalPhraseLength.
static String OPTIMAL_PHRASE_LENGTH_DEV
          Attribute key for: STCClusteringAlgorithm.optimalPhraseLengthDev.
static String QUERY
          Attribute key for: STCClusteringAlgorithm.query.
static String SINGLE_TERM_BOOST
          Attribute key for: STCClusteringAlgorithm.singleTermBoost.
 
Constructor Summary
protected STCClusteringAlgorithmDescriptor.Keys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUERY

public static final String QUERY
Attribute key for: STCClusteringAlgorithm.query.

See Also:
Constant Field Values

DOCUMENTS

public static final String DOCUMENTS
Attribute key for: STCClusteringAlgorithm.documents.

See Also:
Constant Field Values

CLUSTERS

public static final String CLUSTERS
Attribute key for: STCClusteringAlgorithm.clusters.

See Also:
Constant Field Values

IGNORE_WORD_IF_IN_FEWER_DOCS

public static final String IGNORE_WORD_IF_IN_FEWER_DOCS
Attribute key for: STCClusteringAlgorithm.ignoreWordIfInFewerDocs.

See Also:
Constant Field Values

IGNORE_WORD_IF_IN_HIGHER_DOCS_PERCENT

public static final String IGNORE_WORD_IF_IN_HIGHER_DOCS_PERCENT
Attribute key for: STCClusteringAlgorithm.ignoreWordIfInHigherDocsPercent.

See Also:
Constant Field Values

MIN_BASE_CLUSTER_SCORE

public static final String MIN_BASE_CLUSTER_SCORE
Attribute key for: STCClusteringAlgorithm.minBaseClusterScore.

See Also:
Constant Field Values

MAX_BASE_CLUSTERS

public static final String MAX_BASE_CLUSTERS
Attribute key for: STCClusteringAlgorithm.maxBaseClusters.

See Also:
Constant Field Values

MIN_BASE_CLUSTER_SIZE

public static final String MIN_BASE_CLUSTER_SIZE
Attribute key for: STCClusteringAlgorithm.minBaseClusterSize.

See Also:
Constant Field Values

MAX_CLUSTERS

public static final String MAX_CLUSTERS
Attribute key for: STCClusteringAlgorithm.maxClusters.

See Also:
Constant Field Values

MERGE_THRESHOLD

public static final String MERGE_THRESHOLD
Attribute key for: STCClusteringAlgorithm.mergeThreshold.

See Also:
Constant Field Values

MAX_PHRASE_OVERLAP

public static final String MAX_PHRASE_OVERLAP
Attribute key for: STCClusteringAlgorithm.maxPhraseOverlap.

See Also:
Constant Field Values

MOST_GENERAL_PHRASE_COVERAGE

public static final String MOST_GENERAL_PHRASE_COVERAGE
Attribute key for: STCClusteringAlgorithm.mostGeneralPhraseCoverage.

See Also:
Constant Field Values

MAX_DESC_PHRASE_LENGTH

public static final String MAX_DESC_PHRASE_LENGTH
Attribute key for: STCClusteringAlgorithm.maxDescPhraseLength.

See Also:
Constant Field Values

MAX_PHRASES

public static final String MAX_PHRASES
Attribute key for: STCClusteringAlgorithm.maxPhrases.

See Also:
Constant Field Values

SINGLE_TERM_BOOST

public static final String SINGLE_TERM_BOOST
Attribute key for: STCClusteringAlgorithm.singleTermBoost.

See Also:
Constant Field Values

OPTIMAL_PHRASE_LENGTH

public static final String OPTIMAL_PHRASE_LENGTH
Attribute key for: STCClusteringAlgorithm.optimalPhraseLength.

See Also:
Constant Field Values

OPTIMAL_PHRASE_LENGTH_DEV

public static final String OPTIMAL_PHRASE_LENGTH_DEV
Attribute key for: STCClusteringAlgorithm.optimalPhraseLengthDev.

See Also:
Constant Field Values

DOCUMENT_COUNT_BOOST

public static final String DOCUMENT_COUNT_BOOST
Attribute key for: STCClusteringAlgorithm.documentCountBoost.

See Also:
Constant Field Values
Constructor Detail

STCClusteringAlgorithmDescriptor.Keys

protected STCClusteringAlgorithmDescriptor.Keys()


Copyright (c) Dawid Weiss, Stanislaw Osinski