mustafaturan/omnicat-bayes
Naive Bayes text classification implementation as an OmniCat classifier strategy. (#ruby #naivebayes)
This is a tool for developers who need to categorize short pieces of text programmatically. You provide example texts for different categories, and the tool learns to sort new, unseen texts into those categories. This is ideal for developers building applications that need to understand the sentiment or topic of user-generated content.
No commits in the last 6 months.
Use this if you are a Ruby developer building an application that needs to automatically sort short text snippets into predefined categories.
Not ideal if you need to classify images, audio, or very long documents, or if you are not working with Ruby.
Stars
31
Forks
3
Language
Ruby
License
MIT
Category
Last pushed
Jan 13, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/mustafaturan/omnicat-bayes"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
derhuerst/nbayes
A Naive Bayes classifier written in JavaScript.
hankcs/text-classification-svm
The missing SVM-based text classification module implementing HanLP's interface
ningchaoar/UnsupervisedTextClassification
基于关键词的无监督文本分类;Implementation for paper "Text Classification by Bootstrapping with Keywords, EM...
samitha9125/SinhalaTextClassification
Sinhala Text Classification based on n-grams
qyfang/TextClassification
基于scikit-learn实现对新浪新闻的文本分类,数据集为100w篇文档,总计10类,测试集与训练集1:1划分。分类算法采用SVM和Bayes,其中Bayes作为baseline。