Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
# 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