Skip to content

Files

Latest commit

aef4cb6 · Jun 21, 2021

History

History
This branch is 7 commits behind HarshCasper/Rotten-Scripts:master.

Text_Summary

README.md

Test_Summary

forthebadge made-with-python

Text Summarization is an advanced project and comes under the umbrella of Natural Language Processing. There are multiple methods people use in order to summarize text.

they can be affectively clubbed under 2 methods:

  • Abstractive: Understand the true context of text before summarization (like a human).
  • Extractive: Rank the text within the file and identify the impactful terms.

While both these approaches are under research, extractive summarization is presently used across multiple platform. There are multiple methods by which text is summarized under extractive approach as well.

In this script we will use the 2 important approach Lex & Text, and will discuss their pros and cons. click here for more info.

Both the script uses datasets from Natural Language Processing.

Structure

  • Lex Rank contains the necessary files for Lex Ranking approach.
  • Text Rank contains the necessary files for Text Ranking approach.
  • Assets contains the the text files.

Instructions

Detailed set of instructions can be found in respective directories.

Author(s)

Made by Vybhav Chaturvedi