conda create -n ir python=3.9
conda activate ir pip install -r requirements.txt python init.py
python my_ir_system.py —-extract-collection aesop10.txt
Example for searching query wolf with model bool and searchmode linear within original documents only: python my_ir_system.py --query "wolf" --model "bool" --search-mode "linear" --documents "original"