Skip to content

Commit

Permalink
Merge pull request #2 from ssgosh/main
Browse files Browse the repository at this point in the history
Fix Okapi BM25 wikipedia link in README.md
  • Loading branch information
jxmorris12 authored Mar 2, 2024
2 parents db83a82 + 47ee811 commit d2aa5ee
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 d2aa5ee

Please sign in to comment.