Skip to content

Commit

Permalink
Remove redundant documentation (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
mabhay3420 authored Aug 5, 2022
1 parent 74c4797 commit c512c21
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/guides/embeddings.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ kw_model = KeyBERT(model=document_glove_embeddings)
[Spacy](https://github.com/explosion/spaCy) is an amazing framework for processing text. There are
many models available across many languages for modeling text.

allows you to choose almost any embedding model that
is publicly available. Flair can be used as follows:

To use Spacy's non-transformer models in KeyBERT:

```python
Expand Down

0 comments on commit c512c21

Please sign in to comment.