whichx and wink-naive-bayes-text-classifier
These are competitors—both are standalone Naive Bayes text classifiers for JavaScript with no dependencies, offering similar core functionality where a developer would choose one based on factors like maintenance status (whichx shows actual downloads while wink-naive-bayes-text-classifier shows zero) and API preferences.
About whichx
rudikershaw/whichx
A small, no dependencies, Naive Bayes Text Classifier for JavaScript
This is a tool for developers who need to categorize short text descriptions into predefined labels using a simple machine learning model. You input examples of text with their correct categories (e.g., "fluffy and purrs" as "cat"), and the tool learns from these. Then, when you provide new, uncategorized text, it predicts the most likely category.
About wink-naive-bayes-text-classifier
winkjs/wink-naive-bayes-text-classifier
Naive Bayes Text Classifier
This tool helps you automatically sort short pieces of text into categories, analyze sentiments, or recognize user intentions for chatbots. You provide examples of text labeled with their correct categories, and it learns to classify new, unlabeled text into those same categories. It's designed for anyone who needs to quickly process and categorize large volumes of text, such as customer service managers, market researchers, or content moderators.
Scores updated daily from GitHub, PyPI, and npm data. How scores work