Edit
by khurram - 8 years ago (2017-03-02)
A class or a function which should summarize the given text
| I want to generate summary from given text. |
Ask clarification
2 Recommendations
This class can parse text copy to extract most relevant phrases.
It can take a text of a summary of a book, an article or anything else that contains text to be understood and returns a summary.
The summary can be the most relevant phrase or phrases, paragraph or
paragraphs, the shortest or the longest to summarize your content.
The number of phrase or paragraph to show can be configured.
| by zinsou A.A.E.Moïse package author 6835 - 7 years ago (2018-02-25) Comment
This can work too. |
Gistfy: Create a summary of a given text
This class can create a summary of a given text.
It takes a given text string and process it to extract the most relevant sentence that summarize the text.
The class ranks and extracts sentences according to a relevance method based on the occurrence of popular words using the TextRank and LexRank algorithms.
| by Manuel Lemos 26695 - 8 years ago (2017-03-19) Comment
This package seems to do exactly what you ask.
It extracts sentences from text that summarize the text based on a relevance algorithm. |