Skip to content

Instantly share code, notes, and snippets.

@Yuktha-Majella
Created October 21, 2021 21:04
Show Gist options
  • Save Yuktha-Majella/2e4f9f987a8579995a66714055134b8a to your computer and use it in GitHub Desktop.
Save Yuktha-Majella/2e4f9f987a8579995a66714055134b8a to your computer and use it in GitHub Desktop.
Using summarize from gensim.summarization, we are summarizing a text
import gensim
from gensim.summarization import summarize
summary = summarize(text)
print(summary)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment