xhluca / bm25s

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

🚨Before submitting an issue, read this 🚨 #27

Closed xhluca closed 4 months ago

xhluca commented 4 months ago

Issue or Discussion?

There are many reason you might want to open an issue:

Please only open an issue for the latter two cases: bug (report or fix) and a concrete new feature. Everything else will be moved to Discussions

Bugs: Share a minimally reproducible example

If it is a bug, please provide a minimally reproducible example in a single-file gist that triggers the bug/error. If the code is short enough, it can be pasted in the body of the issue. The maintainer(s) will run this locally to solve the bug.