Skip to content

Commit 499e949

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

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
@@ -6,7 +6,7 @@ Convert a collection of raw documents to a matrix using the Okapi BM25 document-
66
BM25 is an approach similar to that of TF-IDF in terms of representing documents in a vector
77
space. The BM25 scoring function uses both term frequency (TF) and inverse document frequency
88
(IDF) so that, for each term in a document, its relative concentration in the document is
9-
scored (like TF-IDF). However, BM25 improves upon TF-IDF by incorporating probability - particularly,
9+
scored (like TF-IDF). However, BM25 improves upon TF-IDF by incorporating probability - particularly,
1010
the probability that a user will consider a search result relevant based on the terms in the search query
1111
and those in each document.
1212

0 commit comments

Comments
 (0)