Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Created October 4, 2020 16:14
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 abhishek-shrm/f9e94db7a81d6419022f0c6d8986fc41 to your computer and use it in GitHub Desktop.
Save abhishek-shrm/f9e94db7a81d6419022f0c6d8986fc41 to your computer and use it in GitHub Desktop.
# Getting top num_keys keyphrases from the text
keyphrases=textacy.ke.textrank(doc,normalize='lower',topn=0.33)
keyphrases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment