This is a simple python utility to convert passage runs from TREC CAsT 2021 to document runs.
To use:
git clonethe repository andcdinto it.- create and activate a virtual environment with
python2 -m venv envthensource env/bin/activate - run the script with
python3 main.py --run_file_path [INSERT PATH TO PASSAGE RUN FILE HERE]