Carla-de-Beer/naive-bayes-text-classifier
A Naive Bayes Text Classifier that classifies input text into one of two categories: either a BUSINESS article or a SPORT article
Stars
3
Forks
—
Language
JavaScript
License
—
Category
Last pushed
Jan 21, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Carla-de-Beer/naive-bayes-text-classifier"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
cardmagic/classifier
A general classifier module to allow Bayesian and LSI classifications.
ptnplanet/Java-Naive-Bayes-Classifier
A java classifier based on the naive Bayes approach complete with Maven support and a runnable example.
surmon-china/naivebayes
NaiveBayes classifier for JavaScript
Assisted-Mindfulness/naive-bayes
Naive Bayes works by looking at a training set and making a guess based on that set.
fredwu/simple_bayes
A Naive Bayes machine learning implementation in Elixir.