views:

99

answers:

2

Hi, Does anybody know an open-source\free library that does term clustering?

Thanks, yaniv

+2  A: 

Apache Mahout provides algorithms for clustering.

Jeff Foster
thanks. it might be helpfull, but i'm looking for something specific for term clustering.
yaniv
A: 

Checkout NLTK. There's a number of clustering modules that might work for you.

Jacob