Download the PHP package bgruszka/phpantispam without Composer
On this page you can find all versions of the php package bgruszka/phpantispam. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package phpantispam
PHPAntiSpam
PHPAntiSpam is a library that recognize if documents / messages / texts are spam or not. The library use statistical analysis.
Explanation in 4 steps:
- Create tokenizer
- Create corpus (with lexemes) from historical messages
- Choose method to use in classification
- Classify message
Implemented methods:
- Paul Graham method
- Brian Burton method
- Robinson Geometric Mean Test method
- Fisher-Robinson's Inverse Chi-Square Test method
Installation
composer require bgruszka/phpantispam "^0.2"
Examples
All versions of phpantispam with dependencies
PHP Build Version
Package Version
No informations.
The package bgruszka/phpantispam contains the following files
Loading the files please wait ....