From bbcfe3dc553781a5340123236026e4da4fc2cbec Mon Sep 17 00:00:00 2001 From: Maarten Grootendorst Date: Wed, 2 Dec 2020 16:53:10 +0100 Subject: [PATCH] Added medium post --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1970834..eff8680 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ PolyFuzz is meant to bring fuzzy string matching techniques together within a si Currently, methods include a variety of edit distance measures, a character-based n-gram TF-IDF, word embedding techniques such as FastText and GloVe, and 🤗 transformers embeddings. -Corresponding medium post can be found [here](). +Corresponding medium post can be found [here](https://towardsdatascience.com/string-matching-with-bert-tf-idf-and-more-274bb3a95136?source=friends_link&sk=0f765b76ceaba49363829c13dfdc9d98).