Fast lexical search implementing BM25 in Python using Numpy, Numba and Scipy
862
stars
35
forks
source link
Add tests for BM25.retrieve in different scenario (tokenized, ids/vocab tuple, object with ids and vocab attributes, ids, strings) #52
Open
xhluca opened 1 month ago
BM25.retrieve
under each possible condition:Tokenized
namedtupleids
andvocab
Tokenized
namedtuple) of ids and vocabList[List[int]]
List[List[str]]