xhluca / bm25s

Fast lexical search implementing BM25 in Python using Numpy, Numba and Scipy
https://bm25s.github.io
MIT License
916 stars 38 forks source link

Pseudo relevance feedback implementation #70

Closed roynirmal closed 1 month ago

roynirmal commented 1 month ago

Thanks for the amazing tool!

Is there any way we a perform pseudo-relevance feedback using your implementation? Or any suggestions on how I can do the same? https://nlp.stanford.edu/IR-book/html/htmledition/pseudo-relevance-feedback-1.html