This repository contains exercises for the course Information Retrieval teached to Master Students in Sofia University in 2018.
Warning - this repository was used in the 2018/2019 academic year and isn't maintained anymore!
To start with the exercises you will need to
- Create a virtual environment and install the requirements:
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
- Download the data used in the exercise, for example
./data/get_20newsgroups.sh