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 45dd676 commit 5237a88Copy full SHA for 5237a88
src/bm25_transformer.jl
@@ -18,7 +18,7 @@ we mean by saturation is the degree to which a term occuring extra times adds to
18
to 2.
19
20
`β` is a parameter, bound between 0 and 1, that amplifies the particular document length compared to the average length.
21
-The bigger β is, the more document length is amplified in terms of the overall score. The default value is 0.75.
+The bigger β is, the more document length is amplified in terms of the overall score. The default value is 0.75.
22
23
For more explanations, please see:
24
- http://ethen8181.github.io/machine-learning/search/bm25_intro.html
0 commit comments