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.

whichx
56
Established
Maintenance 10/25
Adoption 7/25
Maturity 25/25
Community 14/25
Maintenance 0/25
Adoption 7/25
Maturity 25/25
Community 17/25
Stars: 38
Forks: 6
Downloads:
Commits (30d): 0
Language: JavaScript
License: MIT
Stars: 41
Forks: 9
Downloads:
Commits (30d): 0
Language: JavaScript
License: MIT
No Dependents
Stale 6m

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.

JavaScript-development text-categorization data-labeling developer-tool client-side-logic

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.

Text Classification Sentiment Analysis Chatbot Development Content Moderation Customer Feedback Analysis

Scores updated daily from GitHub, PyPI, and npm data. How scores work