Skip to content

Instantly share code, notes, and snippets.

@Abhayparashar31
Last active December 8, 2020 12:44
Show Gist options
  • Save Abhayparashar31/95fdbf739709a35db3dc9d5ee5f31039 to your computer and use it in GitHub Desktop.
Save Abhayparashar31/95fdbf739709a35db3dc9d5ee5f31039 to your computer and use it in GitHub Desktop.
import wikipedia
query = 'Narendra Modi'
results = wikipedia.summary(query, sentences=2) ## change the number of sentence to get a larger words summary
print(results)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment