We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499e949 commit 7687346Copy full SHA for 7687346
src/bm25_transformer.jl
@@ -11,7 +11,7 @@ the probability that a user will consider a search result relevant based on the
11
and those in each document.
12
13
The parameters `max_doc_freq`, `min_doc_freq`, and `smooth_idf` all work identically to those in the
14
-`TfidfTransformer`. BM25 introduces two additional parameters:
+`TfidfTransformer`. BM25 introduces two additional parameters:
15
16
`κ` is the term frequency saturation characteristic. Higher values represent slower saturation. What
17
we mean by saturation is the degree to which a term occuring extra times adds to the overall score. This defaults
0 commit comments