Daily Shaarli

All links of one day in a single page.

December 8, 2018

DavidBelicza/PHP-Science-TextRank: TextRank (automatic text summarization) for PHP7
thumbnail

This source code is an implementation of the TextRank algorithm (Automatic summarization) on PHP7 strict mode. It can summarize a text, article for example to a short paragraph. Before it would start the summarizing it removes the junk words what are defined in the Stopwords namespace. It is possible to extend it with another languages.