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 ec78a97 commit 45dd676Copy full SHA for 45dd676
src/bm25_transformer.jl
@@ -14,7 +14,7 @@ The parameters `max_doc_freq`, `min_doc_freq`, and `smooth_idf` all work identic
14
`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
+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
20
`β` is a parameter, bound between 0 and 1, that amplifies the particular document length compared to the average length.
0 commit comments