zhangcong-zc/Text_Classification
Text Classification Based on Chinese SogouNews
This project helps you automatically categorize Chinese news articles. You provide raw Chinese text data, and it assigns each article to a relevant category like 'sports,' 'business,' or 'health.' It's useful for anyone managing large volumes of Chinese news content, such as media analysts, content curators, or researchers.
No commits in the last 6 months.
Use this if you need to quickly and automatically sort Chinese news articles into predefined categories.
Not ideal if you're working with text in languages other than Chinese or need to define custom categories beyond the provided news topics.
Stars
14
Forks
5
Language
Python
License
—
Last pushed
Jan 12, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/zhangcong-zc/Text_Classification"
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