You system must include indexing and retrieval based on a standard IR engine, such as those described in the resource list. In addition, you system may exploit:
All pattern files appear in /dropbox/10-11/573/Data/patterns.
All question files appear in /dropbox/10-11/573/Data/Questions.
trec_eval -q -c -M1000 official_qrels IR.outputs,
where the official_qrels files are the judgment files corresponding to the questions (in /dropbox/10-11/573/Data/patterns/qrels*.txt) and IR.outputs your ranked results file. The -q switch prints per-question results; omitting it produces only overall averaged results.
These scores should be placed in a file called IR.results in the results directory.
NOTE: Some questions (e.g 2004: 1.1, 1.2) do not have ANY relevant documents. If that is the case, they may not appear in the corresponding qrels file and will not affect the score produced by trec_eval.
A detailed explanation of trec_eval appears here
Please name your report D3.pdf.