Skip to content

Commit 45dd676

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

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
@@ -14,7 +14,7 @@ The parameters `max_doc_freq`, `min_doc_freq`, and `smooth_idf` all work identic
1414
`TfidfTransformer`. BM25 introduces two additional parameters:
1515
1616
`κ` 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
17+
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
2020
`β` is a parameter, bound between 0 and 1, that amplifies the particular document length compared to the average length.

0 commit comments

Comments
 (0)