lijqhs/text-classification-cn
中文文本分类实践,基于搜狗新闻语料库,采用传统机器学习方法以及预训练模型等方法
This project helps you automatically categorize Chinese news articles based on their content, saving significant manual effort. You input raw Chinese text data, like a collection of news articles, and it outputs predictions of which predefined categories (e.g., Finance, IT, Sports) each article belongs to. This is ideal for anyone who needs to quickly sort or analyze large volumes of Chinese news.
197 stars. No commits in the last 6 months.
Use this if you need to automatically classify Chinese news articles into predefined categories to streamline content organization or information retrieval.
Not ideal if you need to classify non-Chinese text or require a system that can adapt to entirely new categories without retraining.
Stars
197
Forks
31
Language
Python
License
—
Last pushed
Dec 16, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/lijqhs/text-classification-cn"
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