Skip to content

Commit ec78a97

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

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
@@ -13,7 +13,7 @@ and those in each document.
1313
The parameters `max_doc_freq`, `min_doc_freq`, and `smooth_idf` all work identically to those in the
1414
`TfidfTransformer`. BM25 introduces two additional parameters:
1515
16-
`κ` is the term frequency saturation characteristic. Higher values represent slower saturation. What
16+
`κ` 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
1818
to 2.
1919

0 commit comments

Comments
 (0)