-
PHP Text Classifier can be used to classify text in categories using a naive Bayesian method. First PHP Text Classifier can create a database using sample text to train the classification system. The database is stored in a text file with serialized data. Then PHP Text Classifier can analyze arbitrary texts and use the database created during training to guess ...

