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

CLI #7

Closed seanmacavaney closed 3 years ago

seanmacavaney commented 3 years ago

There's a shell of a CLI now. Need to add features like:

Specifying which measures. (trec_eval's -m). We'll need a way to parse them, but luckily I think we can use python's AST for this.

By query. (trec_eval's -q)

Output formats. default to trec_eval-style, also support JSON, others?

Anything else? Other input formats? ...