About Information Retrieval (AIR): this repo contains basic learning materials on IR.
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
Run jupyter notebook
to see the code.
cranfield/tfidf-bm25.ipynb
: tfidf and bm25 examples for document retrieval