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 7687346 commit ec78a97Copy full SHA for ec78a97
src/bm25_transformer.jl
@@ -13,7 +13,7 @@ and those in each document.
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:
15
16
-`κ` is the term frequency saturation characteristic. Higher values represent slower saturation. What
+`κ` 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
18
to 2.
19
0 commit comments