This is a simple implementation of a multinomial Naive Bayes classifier in Pharo that can be used for simple spam detection and sentiment analysis.
Metacello new
baseline: 'AINaiveBayesClassifier';
repository: 'github://pharo-ai/NaiveBayesClassifier/src';
load.