Skip to content

Commit

Permalink
Update gensim/models/bm25model.py
Browse files Browse the repository at this point in the history
Co-authored-by: Radim Řehůřek <me@radimrehurek.com>
  • Loading branch information
Witiko and piskvorky authored Aug 30, 2022
1 parent f3e37a6 commit b4843cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gensim/models/bm25model.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class OkapiBM25Model(BM25ABC):
----------
.. [2] Robertson S. E., Walker S., Jones S., Hancock-Beaulieu M. M., Gatford M. (1995).
`Okapi at TREC-3 <http://research.microsoft.com/pubs/67649/okapi_trec3.pdf>`_.
*NIST SPECIAL PUBLICATION SP*.
*NIST Special Publication 500-226*.
"""
def __init__(self, corpus=None, dictionary=None, k1=1.5, b=0.75, epsilon=0.25):
Expand Down

0 comments on commit b4843cc

Please sign in to comment.