Home | About | Sematext search-lucene.com search-hadoop.com
 Search Lucene and all its subprojects:

Switch to Plain View
Lucene, mail # user - please I need small clarification about precision and recall in lucene code‏


+
Abeer I 2012-05-06, 12:43
Copy link to this message
-
Re: please I need small clarification about precision and recall in lucene code‏
Robert Muir 2012-05-06, 23:38
On Sun, May 6, 2012 at 8:43 AM, Abeer I <[EMAIL PROTECTED]> wrote:
> can
>  any one describe what is the meaning of these two file I tried to
> search for recourse that help me with this matter but unfortunately
> nothing helpful.
>
> how to write these two file (topic file,qrles ) is it don manually, if so what is the meaning of the file structure.
>
>

topics are basically queries, representation of some information need.

qrels are relevance judgements, mapping which documents are relevant
to which query.

You can find more basic information at
http://trec.nist.gov/data/test_coll.html, or in Lucene In Action 2 (I
think there is an example of how to use this there)
--
lucidimagination.com

---------------------------------------------------------------------