Re: Lucene TermVector

2011-02-22 Thread Simon Willnauer
Hey, On Mon, Feb 21, 2011 at 8:56 PM, Ajay Anandan wrote: > Hi > I am trying to implement an Expectation Maximization algorithm for document > clustering.  I am planning to use Lucene Term Vectors for finding similarity > between 2 documents.  There are 2 kinds of EM algos using naive Bayes: the

Lucene TermVector

2011-02-21 Thread Ajay Anandan
Hi I am trying to implement an Expectation Maximization algorithm for document clustering. I am planning to use Lucene Term Vectors for finding similarity between 2 documents. There are 2 kinds of EM algos using naive Bayes: the multivariate model and the multinomial model. In simple terms, the