We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This Python script takes a longer piece of text as input and generates a concise summary using the TextRank algorithm from the sumy library.
sumy
TextRank is an extractive text summarization algorithm that identifies important sentences based on the connections between words.
The text was updated successfully, but these errors were encountered:
I would like to work on this issue . I am a gssoc 24 participant , kindly assign me this issue
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Aim
This Python script takes a longer piece of text as input and generates a concise summary using the TextRank algorithm from the
sumy
library.Details
TextRank is an extractive text summarization algorithm that identifies important sentences based on the connections between words.
Record
The text was updated successfully, but these errors were encountered: