surmon-china/naivebayes
NaiveBayes classifier for JavaScript
This tool helps you automatically sort text content into predefined categories. You provide examples of text alongside their correct categories, and it learns to classify new, unseen text. For example, you can feed it emails and label them as 'spam' or 'not spam', and it will predict the category for future incoming emails. This is ideal for anyone needing to organize or filter large volumes of text, such as content moderators, customer support teams, or marketing analysts.
143 stars. No commits in the last 6 months.
Use this if you need to automatically categorize text, like emails, news articles, or customer feedback, into specific groups based on learned patterns.
Not ideal if your text classification needs require understanding complex nuances, context, or relationships beyond simple word frequency, or if you need to classify non-text data.
Stars
143
Forks
8
Language
JavaScript
License
MIT
Category
Last pushed
Mar 07, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/surmon-china/naivebayes"
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.
Assisted-Mindfulness/naive-bayes
Naive Bayes works by looking at a training set and making a guess based on that set.