From d057fe22f5084dc23d405eb1c5c43b0790b9b9d1 Mon Sep 17 00:00:00 2001 From: Maxwell1447 Date: Wed, 30 Aug 2023 15:45:16 +0200 Subject: [PATCH] indication of bm25 branch in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c9b4dae..6a03c49 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ `FuzzyMatch-cli` is a commandline utility allowing to compile FuzzyMatch indexes and use them to lookup fuzzy matches. +Okapi BM25 prefiltering is available on branch [`bm25`](https://github.com/SYSTRAN/fuzzy-match/tree/bm25). + ## Compiling a Fuzzy match index Simplest command is the following: