Text Summarization is a python based project which helps to summarize the given content in extractive manner.
Input.txt This file contains the input paragraph to be summarized.
TextSummarization.py This is the python file which contains all the necessary python functiosn to perform text summarization.
NOTE : This is not a 100% accurate solution while it gives only a basic sentences which has highest rank within the paragraph.