Skip to content

Commit

Permalink
add diffir-batch usage
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewyates committed Jun 8, 2021
1 parent 503edd8 commit 227b8aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -43,3 +43,9 @@ where the run files are 1 or 2 positional arguments indicating the run files to
- `--metric <metric>`: the relevance metric to use with the qrel measure. Accepts [ir_measures](https://github.com/terrierteam/ir_measures) notation
- `--topk <k>`: the number of queries to compare (as identified by the query contrast measure)
- `--weights_1 <file>`, `--weights_2 <file>`: term importance files to use for snippet selection

### Batch mode
Use `diffir-batch` to generate comparison pages for every pair of run files in a directory.

Usage: `diffir-batch <input directory> -o <output directory> <options>`
where the `<options>` are those shown above.

0 comments on commit 227b8aa

Please sign in to comment.