Closed seanmacavaney closed 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.
-m
By query. (trec_eval's -q)
Output formats. default to trec_eval-style, also support JSON, others?
Anything else? Other input formats? ...
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? ...