Skip to content

Commit 7ab0885

Browse files
committed
fix a docstring
1 parent fa15988 commit 7ab0885

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
@@ -119,7 +119,7 @@ The transformer converts a collection of documents, tokenized or pre-parsed as b
119119
words/ngrams, to a matrix of [Okapi BM25 document-word
120120
statistics](https://en.wikipedia.org/wiki/Okapi_BM25). The BM25 scoring function uses both
121121
term frequency (TF) and inverse document frequency (IDF, defined below), as in
122-
[`TfidfTransformer`](ref), but additionally adjusts for the probability that a user will
122+
[`TfidfTransformer`](@ref), but additionally adjusts for the probability that a user will
123123
consider a search result relevant based, on the terms in the search query and those in
124124
each document.
125125

0 commit comments

Comments
 (0)