Skip to content

Urviagrawal/Text_Summarization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Text_Summarization

A gentle introduction on Text_Summarization

Text summarization is the problem of creating a short, accurate and fluent summary of a longer text document. I have tried to keep it as simple as possible for a beginner to start with NLP.

Dependencies

  1. NLTK
  2. Re

Setup

Clone or download the github repository

Usage

Simply run the given code.

Note-The code is self explanatory, still some doubts feel free to raise up an issue.

Thank you