fendouai/Chinese-Text-Classification
Chinese-Text-Classification,Tensorflow CNN(卷积神经网络)实现的中文文本分类。QQ群:522785813,微信群二维码:http://www.tensorflownews.com/
This project helps classify Chinese text into predefined categories, assisting with tasks like content moderation or sentiment analysis. It takes raw Chinese text as input and outputs its likely category. This is useful for data analysts, content managers, or researchers who need to automatically organize or understand large volumes of Chinese text.
293 stars. No commits in the last 6 months.
Use this if you need to automatically sort or categorize Chinese text based on its content.
Not ideal if your text data is not in Chinese or if you need to classify images or other data types.
Stars
293
Forks
88
Language
Python
License
Apache-2.0
Last pushed
Nov 10, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/fendouai/Chinese-Text-Classification"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
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