xalanq/chinese-sentiment-classification
简单的中文文本情感分类 (MLP, CNN, RNN in PyTorch) - 2019 THU 人工智能导论作业
This project helps anyone who needs to understand the emotional tone of Chinese text, such as news articles or social media posts. You provide raw Chinese text, and it classifies the sentiment into one of eight categories. This is useful for researchers, data analysts, or marketers analyzing public opinion or content.
156 stars. No commits in the last 6 months.
Use this if you need to classify Chinese text into sentiment categories and are comfortable with a solution that offers basic sentiment analysis with configurable machine learning models.
Not ideal if you require state-of-the-art accuracy on very large and diverse Chinese sentiment datasets, or if you need to fine-tune pre-trained models extensively for nuanced sentiment.
Stars
156
Forks
25
Language
Python
License
—
Last pushed
Dec 08, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/xalanq/chinese-sentiment-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