Skip to content

use_prf flag is mandatory #6

@isoboroff

Description

@isoboroff

If you don't have an opt for use_prf, the search action doesn't work:

$ python run.py search --repo osirrc2019/indri --tag v0.1.0 --output out/indri --qrels   qrels/qrels.robust04.txt --topic topics/topics.robust04.txt --collection robust04 --top_k 1000 --opts out_file_name="robust.dir1000" rule="method:dirichlet,mu:1000" topic_type="title"
Starting container from saved image...
Logs for search in container with ID     6bddc714a2a20a42155661d83dcdeda08b167f1ee40589c461b36014c58f16b4...
Searching ...
Traceback (most recent call last):
  File "/search", line 20, in <module>
    use_prf = args.json["opts"]["use_prf"]
KeyError: 'use_prf'
Evaluating results using trec_eval...
$

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions