1. Break up news articles into sentences
2. Pay Amazon MTurkers to tag sentences as `news` or `not-news`
3. Train a text classifier based on the results for Mturk
4. Process new articles using the trained model to identify and strip out parts pf the article that are sensational.
5. Give the article a percent score and a letter grade about how much "news" is actually in the article based on the percentage of sentences that were identified as news.
I ran it for a few weeks on tech news, but then I figured that the news industry is not a business I really want to be in. The source code is all just sitting up on GitLab.