Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 89675 invoked from network); 2 Feb 2007 12:04:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Feb 2007 12:04:22 -0000 Received: (qmail 42477 invoked by uid 500); 2 Feb 2007 12:04:26 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 42249 invoked by uid 500); 2 Feb 2007 12:04:25 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 42237 invoked by uid 99); 2 Feb 2007 12:04:25 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Feb 2007 04:04:25 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [208.97.132.83] (HELO spunkymail-a4.g.dreamhost.com) (208.97.132.83) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Feb 2007 04:04:15 -0800 Received: from [192.168.0.2] (adsl-074-229-189-244.sip.rmo.bellsouth.net [74.229.189.244]) by spunkymail-a4.g.dreamhost.com (Postfix) with ESMTP id CDFE91319E8 for ; Fri, 2 Feb 2007 04:03:54 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Grant Ingersoll Subject: Re: implementatin of the state-of-art retrieval models for lucene? Date: Fri, 2 Feb 2007 07:03:52 -0500 To: java-dev@lucene.apache.org X-Mailer: Apple Mail (2.752.2) X-Virus-Checked: Checked by ClamAV on apache.org Hi Hui, We love contributions! Take a look at http://wiki.apache.org/jakarta- lucene/HowToContribute Are these changes on top of Lucene or part of the core? If they are on top, they could go as a contrib which is much easier to get accepted. The best way to submit changes is through a patch. It is best if you have unit tests and some documentation explaining what you did, but not an absolute requirement. -Grant On Feb 1, 2007, at 11:42 PM, Hui Fang wrote: > Dear all, > > My primary research interest is Information retrieval, with a focus on > developing > effective and robust retrieval models. I am happy to send my first > email > to Lucene community. > > Lucene and nutch are really useful IR systems. But I think that the > current > retrieval function > implemented in Lucene does not perform as well as other state-of-art > retrieval functions in terms of effectiveness. I have implemented > some > state-of-art models > (such as pivoted normalization, okapi and axiomatic retrieval models) > on top of Lucene, and evaluated these models and the default model > implemented in > Lucene using standard IR evaluation methodology. Experiments show that > the state-of-art retrieval functions outperform the default one. > Actually, this is one assignment my advisor and I designed for our IR > course. > > After posting this assignment online, quite a few IR researchers > contacted > us and > asked for the code of our implementations. So, we think that > it might be beneficial to everyone in the lucene community and IR > research > community, > if we could contribute our implementation of the state-of-art > retrieval > functions to Lucene. > I think that our contribution could help improve the retrieval > performance > for both > Lucene and nutch. > > What do you think? > > Thanks, > -Hui -------------------------- Grant Ingersoll Center for Natural Language Processing http://www.cnlp.org Read the Lucene Java FAQ at http://wiki.apache.org/jakarta-lucene/ LuceneFAQ --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org