"Bash shell script that calculates system effectiveness metrics for TREC 2010 and TREC 2011 Legal Learning systems", "calc1.c" =>"C program used in dolegal10eval", "calc2.c" => "C program used in dolegal10eval", "qrels.t10legallearn.gz" => "Official qrels for the TREC 2010 Legal Learning task", "qrels.t11legallearn.gz" => "Official qrels for the TREC 2011 Legal Learning task", "t10legallearn-results.zip" => "Official results for TREC 2010 Legal Learning participant systems", ) ?>
Name | Last Modified (UTC) | Size | Description |
---|---|---|---|
%s | \n", $file, $file); printf("%s | \n", date('Y-m-d\&\n\b\s\p\;H:i:s', filemtime($file))); $fsz = filesize($file); $gb = 1024 * 1024 * 1024; $mb = 1024 * 1024; $kb = 1024; if ($fsz > $gb) { $fsz_s = sprintf("%dG", $fsz/$gb); } else if ($fsz > $mb) { $fsz_s = sprintf("%dM", $fsz/$mb); } else if ($fsz > $kb) { $fsz_s = sprintf("%dK", $fsz/$kb); } else { $fsz_s = sprintf("%dB", $fsz); } printf("%s | \n", $fsz_s); printf("%s | \n", $desc); } ?>
gunzip qrels.t10legallearn.gz
./dolegal10 qrels.t10legallearn RUNNAMEwhere qrels.t10legallearn is the uncompressed version of the relevance assessments and RUNNAME is a learning task run, in the format given in the guidelines