You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uses Beautiful Soup to read Wiki pages, Gensim to summarize, NLTK to process, and extracts keywords based on entropy: everything in one beautiful code. A simple but effective solution to extractive text summarization.
Welcome to my News Summarizer project! This project scrapes news articles from famous news engines and aims to summarize the top-most articles through sentence fragmentation, keyword identification and weighted words in the text.