Artificial intelligence: PHP Text Classifier
alfan (contact me)
This package can be used to classify text in categories using a naive Bayesian method.
First it can create a database using sample text to train the classification system. The database is stored in a text file with serialized data.
Then it can analyze arbitrary texts and use the database created during training to guess the category that the text belongs.
It can add new possible categories to the database without limit in number of categories.
Click here for detailed information about this class on phpclasses.org