fullstackyang/article-classifier
基于朴素贝叶斯实现的一款微信公众号文章分类器
This tool helps social media managers and content strategists automatically sort WeChat official account articles into relevant categories. You provide a collection of articles organized by category for training, and it outputs a model that can predict the category of new, uncategorized articles. This is for anyone who manages or analyzes a large volume of WeChat content and needs to organize it efficiently.
No commits in the last 6 months.
Use this if you need to automatically categorize a large volume of WeChat articles to understand content trends, manage content more effectively, or improve content discovery.
Not ideal if you are looking for a simple, no-code solution, as this project requires some basic programming environment setup and execution.
Stars
35
Forks
13
Language
Java
License
—
Category
Last pushed
Mar 01, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/fullstackyang/article-classifier"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
hankcs/text-classification-svm
The missing SVM-based text classification module implementing HanLP's interface
derhuerst/nbayes
A Naive Bayes classifier written in JavaScript.
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。