Re: Relevance Feedback Lucene+Algorithms

2006-02-15 Thread Grant Ingersoll
In the example code, take a look at the SearchServlet.java code and the performFeedback and getTopTerms() methods, which demonstrate the use of the term vectors. It is fairly well commented. You don't need maven, JSP or JUnit for this. On the indexing side, look at the TVHTMLDocument for how

Re: Relevance Feedback Lucene+Algorithms

2006-02-15 Thread varun sood
Hi Thanks for replying. I read your ppt. It is good. But the code or the basic relevance feedback is not explained there. Actually I am not familiar with JSP, JUnit, Maven, etc. I guess It will take me lot of time to actually discover how the things work in demo program because I have to learn all

Re: Relevance Feedback Lucene+Algorithms

2006-02-15 Thread Grant Ingersoll
URL is http://www.cnlp.org/apachecon2005/ Koji Sekiguchi wrote: Please check Grant Ingersoll's presentation at ApacheCon 2005. He put out great demo programs for the relevance feedback using Lucene. Thank you, Koji -Original Message- From: varun sood [mailto:[EMAIL PROTECTED] Sent

Re: Relevance Feedback Lucene+Algorithms

2006-02-15 Thread Dave Kor
You might also want to look at that the LucQE project (http://sourceforge.net/projects/lucene-qe/), which implement a couple of automated relevance feedback methods including Rocchio's formula. On 2/15/06, Koji Sekiguchi <[EMAIL PROTECTED]> wrote: > Please check Grant Ingersoll's presentation at A

RE: Relevance Feedback Lucene+Algorithms

2006-02-14 Thread Koji Sekiguchi
Please check Grant Ingersoll's presentation at ApacheCon 2005. He put out great demo programs for the relevance feedback using Lucene. Thank you, Koji > -Original Message- > From: varun sood [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 15, 2006 3:36 PM > To: java-user@lucene.apa