problem with the output of using SVD with lucene

2009-05-01 Thread nitin gopi
. But how?? Please reply as soon as possible. Thanking You, Yours Sincerely Nitin Gopi

lsa on term document vector matrix

2009-04-14 Thread nitin gopi
hi all, Can somebody help me to figure out how can I use "jama svd package" to apply LSA to the "term document vector" produced by lucene? Yours Sincerely, Nitin

semantic vectors

2009-03-31 Thread nitin gopi
hi all, I want to know everything about semantic vectors. I want to know how does it indexes the documents such that the results produced are semantically better than normal search. I also want to know how it is different from semantic web, which uses the concept of ontologies and metadata.

Re: Getting started with Lucene

2009-03-20 Thread nitin gopi
hi you should add classpath of both lucene demo jar file and lucene core jar file . then run the command to build the index final step is to run the command to search files nitin On Fri, Mar 20, 2009 at 6:05 PM, Uwe Schindler wrote: > As I know, the demos are not compiled by default in the rel

Re: lsi as indexing algorithm with lucene

2009-03-18 Thread nitin gopi
xing and is based on Lucene's term-vectors. > > paul > > > Le 18-mars-09 à 07:09, nitin gopi a écrit : > >> hi all , has any body tried to use LSI(latent semantic indexing) for >> indexing in lucene? > > ---

lsi as indexing algorithm with lucene

2009-03-17 Thread nitin gopi
hi all , has any body tried to use LSI(latent semantic indexing) for indexing in lucene? - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org

doubt in adding a field in document

2009-03-07 Thread nitin gopi
hi all, i am having error in my code. the line giving error is bold in the code.the error is cannot find symbol. thank you nitin import java.io.File; import java.io.FileReader; import java.io.Reader; import java.util.Date; // import org.apache.lucene; import org.apache.lucene.analysis.Analyze

Re: error in code

2009-03-06 Thread nitin gopi
th",textFiles[i].getPath())); Thanks, Nitin Gopi On Fri, Mar 6, 2009 at 11:01 AM, Ganesh wrote: > Hello gopi, > > My comments. > > if(textFiles[i].isFile() > textFiles[i].getName().endsWith(".txt")){ >> > && should be used. > > *documen

error in code

2009-03-05 Thread nitin gopi
exWriter.optimize(); indexWriter.close(); long endTime = new Date().getTime(); System.out.println("It took " + (endTime - startTime) + " milliseconds to create an index for the files in the directory " + fileDir.getPath()); } } Regards , Nitin Gopi

problem with indexing

2009-02-23 Thread nitin gopi
hi all, I want to modify the indexing process lucene to suit my application. I partially read the book LUCENE IN ACTION but it contains no information to extract the term document matrix. I want to apply LSI to the indexed document. Please somebody help me out. regards nitin

class used to create term document matrix in lucene

2009-02-19 Thread nitin gopi
Hi all Can anybody tell me which class and its methods are used to create term document matrix in lucene? Regards, Nitin

query regarding indexing method

2009-02-18 Thread nitin gopi
Hello all, I want to know what algorithm lucene uses for indexing documents. Can I use lucene in my application with my own algorithm for indexing? regards, Nitin Gopi

Re: problem in running lucene

2009-01-25 Thread nitin gopi
0.jar" . I want to index a web document and see the result after searching. Regards Nitin On Sun, Jan 25, 2009 at 5:47 AM, Grant Ingersoll wrote: > Can you share the steps you have taken? The actual commands, that is. > > -Grant > > > On Jan 24, 2009, at 2:33 PM, nitin gop

problem in running lucene

2009-01-24 Thread nitin gopi
Hello , I have recently started downloaded lucene. This is the first time i am using lucene.My project is to add LSI(Latent Semantic Indexing) to the indexing method of the lucene, to improve the indexing of documents. I first want to index some webpages and see how does search work in

first time using lucene

2009-01-21 Thread nitin gopi
Hello , I have recently started downloaded lucene. My project is to add LSI(Latent Semantic Indexing) to the indexing method of the lucene, to improve the indexing of documents. I am totally new into this field. Please help me in this matter and guide me how to proceed in the right direction. I fir