/tldr-News

🏖️ Generates a TL;DR of news using Natural Language Processing 🏖️

Primary LanguageJavaScript

TL;DR

Uses an algorithm to determine the most important sentences in a news article and displays them at the top of the news article. Only works for BBC news articles. Isn't a proper Firefox extension either (although you're free to create one).

img

Everything inside the red box has been selected by the algorithm as the most important sentences, ordered from most important to least important.

What algorithm?

Term Frequency * Inverse Document Frequency

I explain all the code and the algorithm in the below blog post. Enjoy

https://skerritt.blog/tfidf/