castorini / anserini

Anserini is a Lucene toolkit for reproducible information retrieval research
http://anserini.io/
Apache License 2.0
1.01k stars 444 forks source link

Add to Reproduction Log #2507

Closed IR3KT4FUNZ closed 3 months ago

IR3KT4FUNZ commented 3 months ago

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.