We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is an error with the search command. Either there is a missing double quote for the top_k param, or there should not be one after the 1000:
python3 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" use_prf="0"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is an error with the search command. Either there is a missing double quote for the top_k param, or there should not be one after the 1000:
python3 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" use_prf="0"
The text was updated successfully, but these errors were encountered: