Show HN: English and Spanish news articles summarizer algorithm with word clouds

Show HN: English and Spanish news articles summarizer algorithm with word clouds

This project implements a custom algorithm to extract the most important sentences and keywords from Spanish and English news articles. Now that we have the final scores for each word it is time to score each sentence from the article. To make it work with other languages you will only require a text file containing all the stop words from said language and copy a few lines of code (see Remove Common and Stop Words section).

Source: github.com