Update readme.md
This commit is contained in:
parent
29dc385189
commit
cbb894b597
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ What better way to learn a language and new concepts exists other than practicin
|
||||||
## Ranking
|
## Ranking
|
||||||
|
|
||||||
* BM25+ (Kotlin) [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)
|
* BM25+ (Kotlin) [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)
|
||||||
* BM25+ (Java) [Implementation](https://github.com/dnutiu/dsa/tree/master/src/main/java/ranking/bm25) | [Tests](https://github.com/dnutiu/dsa/blob/master/src/test/java/ranking/Bm25PlusTest.java) | [Reference Paper](http://www.cs.otago.ac.nz/homepages/andrew/papers/2014-2.pdf)
|
* BM25+ (Java) [Implementation](https://github.com/dnutiu/dsa/tree/master/src/main/java/ranking/bm25) | [Tests](https://github.com/dnutiu/dsa/blob/master/src/test/java/ranking/Bm25PlusTest.java) | [Reference Paper](http://www.cs.otago.ac.nz/homepages/andrew/papers/2014-2.pdf)
|
||||||
|
|
Loading…
Reference in a new issue