Download the PHP package masroore/keyword-density without Composer
On this page you can find all versions of the php package masroore/keyword-density. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download masroore/keyword-density
More information about masroore/keyword-density
Files in masroore/keyword-density
Package keyword-density
Short Description Keyword density analyzer. Word frequency counter.
License MIT
Homepage https://github.com/masroore/php-keyword-density
Informations about the package keyword-density
PHP Keyword Density, Word Frequency
Calculates the keyword density of a text as described in Wikipedia. Counts the frequency usage of each word in a text.
Keyword density is the percentage of times a keyword or phrase appears on a text compared to the total number of words on the text. The word frequency counter PHP package can be used to count the frequency usage of each word in a text.
Installation
Requires PHP 8.0+
You can install the package via composer:
Usage
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Thank you for considering to contribute to this project. All the contribution guidelines are mentioned here.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Masroor Ehsan
- All Contributors
License
This project is an open-sourced software licensed under the MIT license.
All versions of keyword-density with dependencies
masroore/php-stemmer Version ^3.0
masroore/stopwords Version ^1.0
soundasleep/html2text Version ^2.0
voku/portable-utf8 Version ^6.0
writecrow/lemmatizer Version dev-master