castorini / pyserini

Pyserini is a Python toolkit for reproducible information retrieval research with sparse and dense representations.
http://pyserini.io/
Apache License 2.0
1.57k stars 349 forks source link

Add to Reproduction Log #1899

Closed IR3KT4FUNZ closed 2 months ago

IR3KT4FUNZ commented 2 months ago

This is to add to the reproduction log as part of the the onboarding process. I will copy my notes from my Anserini pull request here:

Operating System: Ubuntu 22.04.4 LTS

I performed the onboarding through terminal, and it went very smoothly for the most part. There was only one thing I had to do outside of the guide, which was make 'python' an alias for 'python3' to get the commands to work. Initially, I just ran the commands with 'python3' instead of 'python', but eventually when I got to the unit testing, it ended up failing. The tests passed once I added the alias.