Tuesday, October 25, 2011

10/20/2011

User needs snippets to determine the better
cluster.  Can make snippets using the most frequently occurring
words. Use word frequency in cluster  but still need an 
inverse cluster frequency value (eliminate super common words in all clusters).

Cluster Snippet = top k words with highest tf*icf values from this cluster.

--
Nikhil Pratap