terrierteam / ir_measures

provides a common interface to many IR measure tools
https://ir-measur.es/
Apache License 2.0
76 stars 8 forks source link

automatically read gzip'd run/qrels files #40

Closed seanmacavaney closed 2 years ago

seanmacavaney commented 2 years ago

(based on file extension)

In particular, this allows easier execution from the command line:

ir_measures path/to/qrels path/to/run.gz measure
# instead of
ir_measures path/to/qrels <(zcat path/to/run.gz) measure