Recommend this page to a friend! |
Download |
Info | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
74% | Total: 4,958 | All time: 544 This week: 45 |
Version | License | PHP version | Categories | |||
bayesianspamfilter 1.1 | BSD License | 4.0 | Text processing, Artificial intelligence |
Files (9) |
File | Role | Description | ||
---|---|---|---|---|
example (5 files) | ||||
ngram.php | Class | N-gram class | ||
spam.php | Class | Spam detection class | ||
spamdetection.html | Doc. | General information about this class | ||
trainer.php | Class | Spam trainer class |
Files (9) | / | example |
File | Role | Description |
---|---|---|
test.php | Test | Testing script |
base.sql | Data | Example of Spams and mysql table to save the knowledge |
config.php | Conf. | Example |
example.php | Example | Classification example |
example_trainer.php | Example | Example of how to traine the spam database |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
bayesianspamfilter-2008-02-29.zip 58KB | |
bayesianspamfilter-2008-02-29.tar.gz 53KB | |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | ||||||||||||||||||||||||||||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
PDF Documentation |
Pages that reference this package |
Segnalo una interessante implementazione dei filtri bayesiani in php + mysql... |
This project is an idea that I got while I was reading the N-gram text Categorization... |
While I was googling-up for know how the LibTextCat works internally, I found the paper that had changed my life, N-Gram-Based Text Categorization... |