From ff69cf9034bcd70eff0e0f5ee38567a2d25d47a5 Mon Sep 17 00:00:00 2001 From: Denis Nutiu Date: Sun, 2 Jun 2024 23:10:52 +0300 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index af815cb..63bbd2b 100644 --- a/readme.md +++ b/readme.md @@ -11,4 +11,4 @@ What better way to learn a language and new concepts exists other than practicin ## Ranking -* BM25+ [Implementation](https://github.com/dnutiu/dsa/blob/master/src/main/kotlin/ranking/bm25/Bm25Plus.kt) | [Tests](https://github.com/dnutiu/dsa/blob/master/src/test/kotlin/ranking/bm25/BM25PlusTest.kt) \ No newline at end of file +* BM25+ [Implementation](https://github.com/dnutiu/dsa/blob/master/src/main/kotlin/ranking/bm25/Bm25Plus.kt) | [Tests](https://github.com/dnutiu/dsa/blob/master/src/test/kotlin/ranking/bm25/BM25PlusTest.kt) | [Reference Paper](http://www.cs.otago.ac.nz/homepages/andrew/papers/2014-2.pdf) \ No newline at end of file