Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 692 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 692 Bytes

Extractive Text Summarization

image

There are two different approaches are used for Text Summarization:

  • Extractive Summarization
  • Abstractive Summarization

image

In Extractive Summarization, we are identifying important phrases or sentences from the original text and extract only these phrases from the text. These extracted sentences would be the summary.

image