This program summarize the given paragraph and summarize it. It is of two category such as summarize input text from the keyboard or summarize the text parsed by BeautifulSoup Parser.
The textSummarizer.py
simply summarize the paragraph given by the keyboard.
The urlTextReader.py
summarizes the text of the text parsed by the site given as input as in our case bbc news feed.
- NLTK --> pip install nltk
- Beautiful Soup -->
pip install beautifulsoup4