Re: Using Lucene to apply LSI

2007-04-03 Thread Faizan Ahmed
José Ramón Pérez Agüera wrote: you need to use JAMA combined with Lucene, using the vectors that are builded by lucene to compute SVD with JAMA http://math.nist.gov/javanumerics/jama/ Thanks for your help. I am new to Lucene and do not know how to build a vector. I will have my input data s

RE: Using Lucene to apply LSI

2007-03-28 Thread José Ramón Pérez Agüera
you need to use JAMA combined with Lucene, using the vectors that are builded by lucene to compute SVD with JAMA http://math.nist.gov/javanumerics/jama/ Best jose José Ramón Pérez Agüera Dept. de Ingeniería del Software e Inteligencia Artificial Despacho 411 tlf. 913947599 Facultad de Inform

Re: Using Lucene to apply LSI

2007-03-28 Thread José Ramón Pérez Agüera
you need to use JAMA combined with Lucene, using the vectors that are builded by lucene to compute SVD with JAMA http://math.nist.gov/javanumerics/jama/ Best jose On 3/28/07, Mark Stiner <[EMAIL PROTECTED]> wrote: Hi, I have a research project where I want to implement

Using Lucene to apply LSI

2007-03-28 Thread Mark Stiner
Hi, I have a research project where I want to implement LSI technique. The scenario is something as follows. Search the news sites for the locally event based news. Cluster the similar news items together. For example hurricane in New York city. We want to apply basic LSI a