Skip to content

Commit

Permalink
update REAMDE
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Schopf <[email protected]>
  • Loading branch information
TimSchopf committed Jan 25, 2022
1 parent 7a7a6ca commit 683dd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ docs = ["""Supervised learning is the machine learning task of learning a functi
kw_model = KeyBERT()
```

Instead of deciding on a suitable n-gram range which could be e.g.(1,3)...
Instead of deciding on a suitable n-gram range which could be e.g.(1,2)...

```python
>>> kw_model.extract_keywords(docs=docs, keyphrase_ngram_range=(1,2))
Expand Down

0 comments on commit 683dd8e

Please sign in to comment.