dorianbrown / rank_bm25

A Collection of BM25 Algorithms in Python
Apache License 2.0
1.02k stars 86 forks source link

Update rank_bm25.py to avoid zero division #33

Open shihanmax opened 1 year ago

shihanmax commented 1 year ago

self.idx may be zero, add eps to avoid ZeroDivision