cardmagic/classifier
A general classifier module to allow Bayesian and LSI classifications.
This tool helps you automatically sort and categorize text like customer reviews, emails, or social media posts. You feed it examples of text labeled with categories (like 'spam' or 'not spam', 'positive' or 'negative'), and it learns to classify new, unlabeled text into those same categories. It's used by anyone who needs to quickly understand and organize large volumes of written content.
719 stars. Actively maintained with 6 commits in the last 30 days.
Use this if you need to automatically categorize text, such as filtering spam, analyzing customer sentiment, or routing support tickets, without writing complex rules by hand.
Not ideal if you need to perform very complex text analysis that goes beyond simple categorization, like understanding nuanced sarcasm or generating new text.
Stars
719
Forks
124
Language
Ruby
License
—
Category
Last pushed
Mar 07, 2026
Commits (30d)
6
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/cardmagic/classifier"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
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
Assisted-Mindfulness/naive-bayes
Naive Bayes works by looking at a training set and making a guess based on that set.