wikIR
wikIR copied to clipboard
A python tool for building large scale Wikipedia-based Information Retrieval datasets
Hello, I would like to point out two issues I faced when working with wikIR tool: 1. There is a mistake in the documentation for the len_doc parameter. It says...
This PR moves the import of `rank_bm25` after it has been determined that bm25 should be used. Fixes https://github.com/getalp/wikIR/issues/1
I get the following stack trace when running `build_wikIR.py `if the `rank_bm25` dependency is not installed. Perhaps the README file for this project could be updated to remove indications as...