Skip to content

Commit

Permalink
Add review (#2)
Browse files Browse the repository at this point in the history
* Add review

* Update README.md
  • Loading branch information
Ryan Clancy authored and andrewtrotman committed Jun 17, 2019
1 parent 0a65222 commit b3950d4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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 \
Expand All @@ -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
Expand Down Expand Up @@ -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/).

0 comments on commit b3950d4

Please sign in to comment.