Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskamphuis committed Jun 19, 2019
2 parents 6b7dfbe + 6725aea commit 3592ddf
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,26 @@ Index TREC disks 4/5 for `robust04`:
--repo osirrc2019/olddog \
--collections robust04=/vol/practica/IR/robust04=trectext

### Interact

The `jig` provides a separate _Interact_ mode, which is not strictly necessary to use a prepared image.


docker exec -it thirsty_payne mclient -d robust04


### Search

Running a Robust04 retrieval experiment:

python3 run.py search \
--repo osirrc2019/olddog \
--output $(pwd)/out \
--qrels qrels/qrels.robust04.txt \
--topic topics/topics.robust04.txt \
--collection robust04 \
--opts out_file_name="robust04"

Running a TREC7 retrieval experiment:

python3 run.py search \
Expand Down

0 comments on commit 3592ddf

Please sign in to comment.