org.carrot2.text.clustering
Interface IMonolingualClusteringAlgorithm


public interface IMonolingualClusteringAlgorithm

An internal interface of an algorithm performing clustering in one language. Implementations are not assumed to be thread-safe and will not be called concurrently.


Method Summary
 List<Cluster> process(List<Document> documents, LanguageCode language)
          Clusters documents assuming they are written in language.
 

Method Detail

process

List<Cluster> process(List<Document> documents,
                      LanguageCode language)
Clusters documents assuming they are written in language.



Copyright (c) Dawid Weiss, Stanislaw Osinski