Last active
December 8, 2020 12:44
-
-
Save Abhayparashar31/95fdbf739709a35db3dc9d5ee5f31039 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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