terrier-org / pyterrier

A Python framework for performing information retrieval experiments, building on http://terrier.org/
https://pyterrier.readthedocs.io/
Mozilla Public License 2.0
419 stars 65 forks source link

fix logger error #464

Closed seanmacavaney closed 3 months ago

seanmacavaney commented 3 months ago

The problem: Log level wasn't being set properly when anserini module loaded

The reason: Was using the version of SLF4J distributed with anserini instead of the one with pyterrier

The solution: Ensure the terrier jar is loaded before the anserini one by setting its priority