Re: Lucene & LSA

2006-12-14 Thread mariolone
ext()) { > //store the term, the document and the weight > //document frequency: indexreader.docFreq(term) > //term frequency: termdoc.freq() > } > } > > Sören > > mariolone wrote: >> Hi >> I have a problem: >> i mus

Lucene & LSA

2006-12-13 Thread mariolone
Hi I have a problem: i must create a matrix term for document in which every element of the matrix it represents the number of occurrences of that term in the document. How can I do? Can someone help me? Thanks to all P.S. I must applicate LSA to this matrix. -- View this message in con