From b26638ff051a2d0d7c100619657b5703e47c9365 Mon Sep 17 00:00:00 2001 From: Daniel Obraczka Date: Wed, 21 Sep 2022 17:18:22 +0200 Subject: [PATCH] Fix typo in README (#45) The README contains installation instructions for bertopic, when it should actually contain instructions for polyfuzz --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b01bebf..60a6e0e 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,11 @@ pip install polyfuzz You may want to install more depending on the transformers and language backends that you will be using. The possible installations are: ```python -pip install bertopic[sbert] -pip install bertopic[flair] -pip install bertopic[gensim] -pip install bertopic[spacy] -pip install bertopic[use] +pip install polyfuzz[sbert] +pip install polyfuzz[flair] +pip install polyfuzz[gensim] +pip install polyfuzz[spacy] +pip install polyfuzz[use] ``` If you want to speed up the cosine similarity comparison and decrease memory usage when using embedding models,