Assisted-Mindfulness/naive-bayes
Naive Bayes works by looking at a training set and making a guess based on that set.
This tool helps you automatically sort text content into custom categories. You provide examples of text already labeled with categories (like 'spam' or 'not spam'), and it learns to categorize new, unseen text. It's ideal for anyone who needs to quickly classify large volumes of text, such as content moderators, customer support managers, or marketers.
No commits in the last 6 months.
Use this if you need to automatically sort text like emails, news articles, or customer feedback into predefined categories based on examples you provide.
Not ideal if your classification task involves complex relationships between words or requires deep contextual understanding beyond simple keyword probabilities.
Stars
44
Forks
3
Language
PHP
License
MIT
Category
Last pushed
Sep 22, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Assisted-Mindfulness/naive-bayes"
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.
kevalmorabia97/Naive-Bayes-Text-Classifier-in-Java
Naive Bayes Classification used to classify movie reviews as positive or negative
msamsami/wnb
General (mixed) and weighted naive Bayes classifiers.
surmon-china/naivebayes
NaiveBayes classifier for JavaScript