storykube / php-summariser
This package is abandoned and no longer maintained.
No replacement package was suggested.
Library to generate extractive summary with PHP.
1.0.2
2020-12-29 22:33 UTC
Requires
- php: 7.*
- ext-ctype: *
- ext-mbstring: *
Requires (Dev)
- phpunit/phpunit: ^7.0 || ^8.0
README
Fork from https://github.com/PHP-Science/TextRank.
This source code is an implementation of the TextRank algorithm (Automatic summarization).
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.
Many thanks to @DavidBelicza and all contributors for made a very interesting package PHP-Science/TextRank, from which Storykube generated its fork.
Run tests
composer install --dev
composer test