Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 450 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 450 Bytes

Project Description:

1. Text Summarizer

• Implemented a text summarizer that scraps and extracts the data from the required website.
• Provides a summarized text after scraping the data and performing different operations on extracted data like pre-processing, tokenization, lemmatization, TF-IDF scoring and finally presents the summary based on largest sentence scores.

(Tech stack: Python, Beautiful Soup, NLTK Library)