castorini / pyserini

Pyserini is a Python toolkit for reproducible information retrieval research with sparse and dense representations.

Home Page:http://pyserini.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to seperate bm25 search module in pyserini?

zixiliuUSC opened this issue · comments

since pyserini is a huge and great library for both dense searcher and sparse searcher, in some circumstances, a light weight bm25 searcher seperated from pyserini would be an excellent tools for research.