hanglics / anserini-tools

Evaluation tools shared across anserini, pyserini, and pygaggle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anserini Tools

This repo holds various tools and scripts shared across anserini, pyserini, and pygaggle as a Git submodule.

Build the included evaluation tools as follows (you might get warnings, but you can ignore):

cd eval && tar xvfz trec_eval.9.0.4.tar.gz && cd trec_eval.9.0.4 && make && cd ../..
cd eval && cd ndeval && make && cd ../..

About

Evaluation tools shared across anserini, pyserini, and pygaggle


Languages

Language:Python 49.8%Language:C 39.6%Language:Perl 10.5%Language:Makefile 0.1%