Skip to content

Commit

Permalink
Fix typo in README (#45)
Browse files Browse the repository at this point in the history
The README contains installation instructions for bertopic, when it should actually contain instructions for polyfuzz
  • Loading branch information
dobraczka authored Sep 21, 2022
1 parent d386993 commit b26638f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b26638f

Please sign in to comment.