From b3950d4fcb7b9057468e3e41985226df5c653a55 Mon Sep 17 00:00:00 2001 From: Ryan Clancy Date: Mon, 17 Jun 2019 18:57:59 -0400 Subject: [PATCH] Add review (#2) * Add review * Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 838e7fb..1f0c9e4 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ python3 run.py prepare \ For example: ``` -python3 run.py prepare --repo jass/osirrc2019 \ +python3 run.py prepare --repo jass/osirrc2019 --tag v0.1.0 \ --collections robust04=/Users/andrew/programming/JASSv2/docker/osirrc2019/robust04=trectext ``` @@ -44,6 +44,7 @@ The following `jig` command can be used to perform a retrieval run on the collec ``` python3 run.py search \ --repo osirrc2019/atire \ + --tag v0.1.0 \ --output out/atire \ --qrels qrels/qrels.robust04.txt \ --topic topics/topics.robust04.txt \ @@ -54,9 +55,9 @@ python3 run.py search \ For example: ``` -python3 run.py search --repo jass/osirrc2019 --collection robust04 \ - --topic topics.robust04.301-450.601-700.txt --top_k 100 \ - --output /Users/andrew/programming/osirrc2019/jass-docker/output --qrels qrels/qrels.robust2004.txt +python3 run.py search --repo jass/osirrc2019 --tag v0.1.0 --collection robust04 \ + --topic topics/topics.robust04.txt --top_k 100 \ + --output /Users/andrew/programming/osirrc2019/jass-docker/output --qrels qrels/qrels.robust04.txt ``` ## Retrieval Methods @@ -117,4 +118,4 @@ The retrieval run is performed and output is placed in `/output` for the `jig` t ## Reviews -+ Documentation not yet reviewed ++ Documentation reviewed at commit [`94d15d2`](https://github.com/osirrc/jass-docker/commit/0a65222f9da26c2779429afe9fdebc17a94d15d2) (2019-06-16) by [Ryan Clancy](https://github.com/r-clancy/).