A multinomial Naive Bayes classifier implemented in Pharo
# Naive Bayes Classifier [](https://github.com/pharo-ai/NaiveBayesClassifier/actions/workflows/test.yml) [](https://coveralls.io/github/pharo-ai/naive-bayes-classifier?branch=master) [](https://pharo.org/download) [](https://pharo.org/download) [](https://pharo.org/download) [](https://pharo.org/download) [](https://raw.githubusercontent.com/olekscode/NaiveBayesClassifier/master/LICENSE) This is a simple implementation of a multinomial Naive Bayes classifier in Pharo that can be used for simple spam detection and sentiment analysis. ## Installing ```Smalltalk Metacello new baseline: 'AINaiveBayesClassifier'; repository: 'github://pharo-ai/NaiveBayesClassifier/src'; load. ```