Last active
December 16, 2015 22:28
-
-
Save heukirne/5506829 to your computer and use it in GitHub Desktop.
Testando os resultados do TREC
http://moodle.inf.ufrgs.br/file.php/203/tarefa_15_11/Exercicios.pdf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget http://henrique.gemeos.org/download/trec_eval.8.1.tar.gz | |
wget http://henrique.gemeos.org/download/qrels.zip | |
unzip qrels.zip | |
tar -xvf trec_eval.8.1.tar.gz | |
cd trec_eval.8.1 | |
make | |
cp trec_eval ../ | |
./trec_eval -c -q qrels.txt result_henrique_manuela_SOLR.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment