mohammadrobih/naive-bayes-text-classifier
Library PHP untuk klasifikasi teks Bahasa Indonesia menggunakan algoritma Naive Bayes Classifier (NBC)
This library helps PHP developers automatically categorize Indonesian text. You provide examples of Indonesian sentences labeled with categories (like 'positive' or 'negative'), and it learns to classify new, unseen Indonesian text into those categories. This tool is for PHP developers building applications that need to understand and sort Indonesian language content.
No commits in the last 6 months.
Use this if you are a PHP developer needing to classify Indonesian text into predefined categories based on examples.
Not ideal if you are not a PHP developer or need to classify text in languages other than Indonesian.
Stars
14
Forks
5
Language
PHP
License
—
Category
Last pushed
Oct 01, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/mohammadrobih/naive-bayes-text-classifier"
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。