Skip to content

Commit

Permalink
Update typo in topicrepresentation.md (#1537)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviercaron authored Sep 24, 2023
1 parent c5f8e77 commit ebcfc74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ instead:

```python
from sklearn.feature_extraction.text import CountVectorizer
vectorizer_model = CountVectorizer(stop_words="English", ngram_range=(1, 5))
vectorizer_model = CountVectorizer(stop_words="english", ngram_range=(1, 5))
topic_model.update_topics(docs, vectorizer_model=vectorizer_model)
```

Expand Down

0 comments on commit ebcfc74

Please sign in to comment.