Open smty2018 opened 1 year ago
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.
I would like to work on this issue . I am a gssoc 24 participant , kindly assign me 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