

This Chrome extension is designed to automatically summarize news articles. It scrapes the article heading and body from the active tab, preprocesses the text by removing stop words and stemming words using the Porter-Stemmer algorithm. It then creates a graph of sentences based on TF-IDF values and cosine similarity, runs Google's PageRank algorithm on the graph, and selects the highest-ranking sentences to produce a concise summary.
04 Jun 2024
Readmore