Skip to content

Instantly share code, notes, and snippets.

@MaartenGr
Created January 5, 2021 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MaartenGr/7a7db1f253790a3d50a34473fe324f12 to your computer and use it in GitHub Desktop.
Save MaartenGr/7a7db1f253790a3d50a34473fe324f12 to your computer and use it in GitHub Desktop.
# Update topic representation by increasing n-gram range and removing english stopwords
model.update_topics(docs, topics, n_gram_range=(1, 3), stop_words="english")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment