JustinJiang1994/chinese-text-classifier
基于Keras的中文文本分类系统,支援多种模型架构和训练策略,实验数据为中文新闻分类文本cnews数据集。
This system helps you automatically sort Chinese text into predefined categories, such as news topics or customer feedback types. You input raw Chinese text data, and it outputs a trained classification model that can accurately label new text. This tool is ideal for data analysts, content managers, or anyone dealing with large volumes of Chinese text that needs automated categorization.
No commits in the last 6 months.
Use this if you need to build a system that can automatically classify incoming Chinese documents or messages into specific categories.
Not ideal if you are working with languages other than Chinese or require a simple, out-of-the-box solution without any model training.
Stars
48
Forks
17
Language
Python
License
—
Last pushed
Jun 06, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/JustinJiang1994/chinese-text-classifier"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch