GDSC-AUM / OpenOcto-AI-ML

Implement different different use-cases using Machine Learning and Deep Learning algorithms
MIT License
4 stars 2 forks source link

Added text summarization results by extracting key (important) phrases from text #10

Closed deathsurgeon1 closed 2 years ago

deathsurgeon1 commented 2 years ago

PR for issue #6 . In this approach i have tried to extract important phrases consisting of multiple words from the text . Now consider top 10 phrases based on their scores and only include those sentences from the text which have any of these top 10 phrases in them.

Exploring some other approaches for summarization. @smit8585 please review.