Skip to content

Commit

Permalink
Update keybert/_llm.py
Browse files Browse the repository at this point in the history
Co-authored-by: Maarten Grootendorst <[email protected]>
  • Loading branch information
afuetterer and MaartenGr authored Jul 15, 2024
1 parent 6e76327 commit 0c61bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keybert/_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def extract_keywords(
docs: The document(s) for which to extract keywords/keyphrases
check_vocab: Only return keywords that appear exactly in the documents
candidate_keywords: Candidate keywords for each document
threshold: TODO
threshold: Minimum similarity value between 0 and 1 used to decide how similar documents need to receive the same keywords.
embeddings: TODO
Returns:
Expand Down

0 comments on commit 0c61bd7

Please sign in to comment.