Skip to content

Commit 7687346

Browse files
pazzo83storopoli
andauthored
Update src/bm25_transformer.jl - spacing
Co-authored-by: Jose Storopoli <[email protected]>
1 parent 499e949 commit 7687346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bm25_transformer.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ the probability that a user will consider a search result relevant based on the
1111
and those in each document.
1212
1313
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:
14+
`TfidfTransformer`. BM25 introduces two additional parameters:
1515
1616
`κ` is the term frequency saturation characteristic. Higher values represent slower saturation. What
1717
we mean by saturation is the degree to which a term occuring extra times adds to the overall score. This defaults

0 commit comments

Comments
 (0)