Skip to content

Commit dd4fbde

Browse files
author
Ryan Clancy
authored
Update README.md
1 parent b515b64 commit dd4fbde

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
# Running
22
Use the commands below to run the image from the [jig](https://github.com/osirrc2019/jig) directory, updating the corpus details as appropriate.
33

4+
The following corpus are supported:
5+
- `core17`
6+
- `core18`
7+
- `robust04`
8+
49
## Prepare
10+
The following `jig` command can be used to index `robust04`:
511
```
612
python run.py prepare \
713
--repo osirrc2019/anserini \
814
--collections robust04=/home/ryan/sync/ir/collections/disk45=trectext
915
```
1016

1117
## Search
18+
The following `jig` command can be used to perform a search over `robust04`.
1219
```
1320
python run.py search \
1421
--repo osirrc2019/anserini \
@@ -18,3 +25,4 @@ python run.py search \
1825
--collection robust04 \
1926
--opts search_args="-bm25" out_file_name="run.bm25.robust04"
2027
```
28+
Note: `search_args` and `out_file_name` can be updated for other algorithms (i.e., `search_args="-ql -rm3"` and `out_file_name="run.ql.rm3.robust04"`)

0 commit comments

Comments
 (0)