PHP Classes
elePHPant
Icontem

PHP Spam Check: Check if a text can be spam testing invalid words

Recommend this page to a friend!

  Author Author  
Picture of Roger Baklund
Name: Roger Baklund <contact>
Classes: 7 packages by
Country: Norway Norway
Innovation award
Innovation award
Nominee: 4x


  Detailed description   Download Download .zip .tar.gz   Install with Composer Install with Composer  
This class can check if a text can be spam testing invalid words.

It can analyse a given text and check if it contains too many words that look invalid.

The class returns a result that determines if the text can be spam, discarding words that were considered invalid but were whitelisted.

  Classes of Roger Baklund  >  PHP Spam Check  >  Download Download .zip .tar.gz  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: PHP Spam Check
Base name: spam-check
Description: Check if a text can be spam testing invalid words
Version: 1.0
PHP version: 4.2
License: GNU Lesser General Public License (LGPL)
 
  Groups   Screenshots Screenshots   Dependencies   Applications   Files Files  

  Groups  
Group folder image Algorithms Numerical and statistical algorithms View top rated classes
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Text processing Manipulating and validating text data View top rated classes
Group folder image Validation Validation algorithms View top rated classes

  Files folder image Screenshots  
screenshot_test_1.png
File Role Description
Accessible without login Image file screenshot_test_1.png Screen test 1
Accessible without login Image file screenshot_test_2.png Screen test 2


  Innovation Award  
PHP Programming Innovation award nominee
January 2014
Number 4
Determining if a text message can be spam is hard. However, spam message often have invalid words to workaround spam filters.

This class provides a solution to detect if a text can be spam by analyzing the number of words that seem to be invalid, ignoring words from white lists that should be accepted as valid.

Manuel Lemos

  Packages needed by this class  
Class DownloadWhy it is needed Dependency
VowCon Download .zip .tar.gz For vowel/consonant analysis Required

  Applications that use this package  
No pages of applications that use this class were specified.

Add link image If you know an application of this package, send a message to the author to add a link here.

  Files folder image Files  
File Role Description
Accessible without login Plain text file demo_AutoSpamChecker.php Example Demo, how to automatically evaluate all input (by including script)
Plain text file SpamChecker.class.php Class Main class
Accessible without login Plain text file SpamChecker_test_1.php Example Demo 1
Accessible without login Plain text file SpamChecker_test_2.php Example Demo 2
Plain text file VowCon.php Class Vowel/consonant analysis

Install with Composer Install with Composer - Download Download all files: spam-check.tar.gz spam-check.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.