Skip to content

Commit

Permalink
Fix Okapi BM25 wikipedia link in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ssgosh authored Mar 2, 2024
1 parent db83a82 commit 47ee811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bm25-pt

A minimal implementation of [Okapi BM25](https://en.wikipedia.org/wiki/Okapi) using PyTorch. (Also uses [HuggingFace tokenizers](https://huggingface.co/docs/tokenizers/en/index) behind the scenes to tokenize text.)
A minimal implementation of [Okapi BM25](https://en.wikipedia.org/wiki/Okapi_BM25) using PyTorch. (Also uses [HuggingFace tokenizers](https://huggingface.co/docs/tokenizers/en/index) behind the scenes to tokenize text.)

```bash
pip install bm25_pt
Expand Down

0 comments on commit 47ee811

Please sign in to comment.