Does anybody know an open-source\free library that does term clustering?
Thanks, yaniv
|
Does anybody know an open-source\free library that does term clustering? Thanks, yaniv |
||||
|
|
|
Apache Mahout provides algorithms for clustering. |
|||
|
|
Checkout NLTK. There's a number of clustering modules that might work for you. |
|||
|
|
|
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). |
|||
|
|