Skip to content

Commit

Permalink
fix typo (MaartenGr#549)
Browse files Browse the repository at this point in the history
`bertopic.backends.languages` -> `bertopic.backend.languages`
  • Loading branch information
Jiaxin-Wen authored Jun 16, 2022
1 parent 85d1582 commit 831ec39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bertopic/_bertopic.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def __init__(self,
Arguments:
language: The main language used in your documents. For a full overview of
supported languages see bertopic.backends.languages. Select
supported languages see bertopic.backend.languages. Select
"multilingual" to load in a sentence-tranformers model that supports 50+ languages.
top_n_words: The number of words per topic to extract. Setting this
too high can negatively impact topic embeddings as topics
Expand Down

0 comments on commit 831ec39

Please sign in to comment.