Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

Thanks, yaniv

share|improve this question

4 Answers

Apache Mahout provides algorithms for clustering.

share|improve this answer
thanks. it might be helpfull, but i'm looking for something specific for term clustering. – yaniv Dec 24 '09 at 21:19

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

share|improve this answer

WEKA has a whole suite of tools for text processing along with clustering.

share|improve this answer

If your in to python there is NLTK, as already mentioned by it's author, but there is also sklearn which provides much more than just clustering. (Link takes you to text applicable examples).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.