n3integration/classifier
A general purpose text classifier
This tool helps you automatically sort text into categories you define, like identifying emails as 'spam' or 'not spam.' You provide examples of text labeled with their correct categories, and it learns to classify new, unlabeled text based on those examples. This is useful for anyone who needs to organize or filter large amounts of text data, such as a content moderator, customer support manager, or a marketer.
Use this if you need a straightforward way to automatically categorize text documents or short messages based on a predefined set of labels.
Not ideal if you require a sophisticated deep learning model for highly nuanced text understanding or if you are not comfortable writing Go code to integrate it.
Stars
43
Forks
10
Language
Go
License
Apache-2.0
Category
Last pushed
Mar 11, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/n3integration/classifier"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
rudikershaw/whichx
A small, no dependencies, Naive Bayes Text Classifier for JavaScript
winkjs/wink-naive-bayes-text-classifier
Naive Bayes Text Classifier
wolny/complement-naive-bayes
Implementation of Complement Naive Bayes text classifier used for automatic categorisation of...
cache117/cs453-text-doc-classification
Text Document Classification Using a Multinomial Naive Bayes Model
Carla-de-Beer/naive-bayes-text-classifier
A Naive Bayes Text Classifier that classifies input text into one of two categories: either a...