practicingman/chinese_text_cnn
TextCNN Pytorch实现 中文文本分类 情感分析
This tool helps businesses and researchers analyze large volumes of Chinese text to understand the sentiment expressed. It takes raw Chinese text as input and classifies it, for example, as positive, negative, or neutral sentiment. This is ideal for market researchers, customer service analysts, or social media managers who need to quickly gauge public opinion or customer feedback from Chinese sources.
645 stars. No commits in the last 6 months.
Use this if you need to automatically categorize or understand the emotional tone of Chinese language content.
Not ideal if your primary need is for sentiment analysis in languages other than Chinese, or if you require fine-grained emotion detection beyond general sentiment.
Stars
645
Forks
120
Language
Python
License
—
Last pushed
Dec 30, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/practicingman/chinese_text_cnn"
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