Closed seanmacavaney closed 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
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