Package org.carrot2.core.clustering

Interface Summary
Cluster A cluster object holds a list of TokenizedDocument references and possibly a list of sub-clusters.
ClustersConsumer A marker interface and data-related interface for components that can consume Cluster objects.
ClustersProducer A marker interface for components that can produce Cluster objects.
RawCluster A cluster object holds a list of RawDocumentreferences and possibly a list of sub-clusters.
RawClustersConsumer A marker interface and data-related interface for components that can consume RawCluster objects.
RawClustersProducer A marker interface for components that can produce RawCluster objects.
RawDocument Raw textual document representation for clustering purposes.
RawDocumentsConsumer A marker interface and data-related interface for components that can produce RawDocument objects.
RawDocumentsProducer A marker interface for components that can produce RawDocument objects.
TokenizedDocument A preprocessed document representation for clustering purposes.
TokenizedDocumentsConsumer A marker interface and data-related interface for components that can produce TokenizedDocument objects.
TokenizedDocumentsProducer A marker interface for components that can produce TokenizedDocument objects.
 

Class Summary
RawClusterBase A complete base implementation of the RawClusterinterface.
RawClusterUtils Various utility method for operating on RawClusters.
RawDocumentBase An abstract implementation of some of the basic methods of the RawDocument interface.
RawDocumentSnippet An implementation of the RawDocumentinterface suitable for storing document references, so called snippets, returned by a search engine.
TokenizedDocumentBase An abstract implementation of the TokenizedDocumentinterface.
TokenizedDocumentSnippet Represents a tokenized snippet of a document.
 



Copyright (c) Dawid Weiss, Stanislaw Osinski