osirrc / jig

Jig for the Open-Source IR Replicability Challenge (OSIRRC)
13 stars 3 forks source link

Allow options to be passed through to index and search scripts... #42

Closed ryan-clancy closed 5 years ago

ryan-clancy commented 5 years ago

This means that each run of python run.py search ... can be a single retrieval run - this is useful for efficiency measures (see https://github.com/osirrc2019/jig/issues/36).

We can pass in extra options such as --opts search_args="-bm25 -rm3" output="run.bm25.rm3" ...