Class STCClusteringAlgorithm

java.lang.Object
org.carrot2.attrs.AttrComposite
org.carrot2.clustering.stc.STCClusteringAlgorithm
All Implemented Interfaces:
AcceptingVisitor, ClusteringAlgorithm

public final class STCClusteringAlgorithm
extends AttrComposite
implements ClusteringAlgorithm
Suffix Tree Clustering (STC) algorithm. Pretty much as described in: Oren Zamir, Oren Etzioni, Grouper: A Dynamic Clustering Interface to Web Search Results, 1999. Some liberties were taken wherever STC's description was not clear enough or where we thought some improvements could be made.