SoulDGXu/Sentiment-Analysis-Chinese-pytorch
中文的情感分析任务:基于Bi-LSTM+Attention模型,对2万条中文影评数据进行情感分类。Chinese sentiment analysis task: Based on the Bi-LSTM+Attention model, sentiment classification is performed on 20,000 Chinese film review data.
This project helps you understand the sentiment of Chinese text, specifically movie reviews. You input Chinese movie review text, and it categorizes each review as either positive or negative. This tool is designed for data analysts, market researchers, or anyone needing to quickly gauge public opinion from large volumes of Chinese text.
127 stars. No commits in the last 6 months.
Use this if you need to automatically classify Chinese text, like customer feedback or social media posts, to understand underlying sentiment as positive or negative.
Not ideal if you need to analyze sentiment in languages other than Chinese or require a more nuanced sentiment classification (e.g., neutral, mixed emotions).
Stars
127
Forks
13
Language
Python
License
—
Category
Last pushed
Mar 03, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/SoulDGXu/Sentiment-Analysis-Chinese-pytorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
IBM/MAX-Text-Sentiment-Classifier
Detect the sentiment captured in short pieces of text
pabitralenka/Customer-Feedback-Analysis
Multi Class Text (Feedback) Classification using CNN, GRU Network and pre trained Word2Vec...
giuseppebonaccorso/twitter_sentiment_analysis_word2vec_convnet
Twitter Sentiment Analysis with Gensim Word2Vec and Keras Convolutional Network
danielegrattarola/twitter-sentiment-cnn
An implementation in TensorFlow of a convolutional neural network (CNN) to perform sentiment...
hpanwar08/sentiment-analysis-torchtext
Seniment Analysis in Torchtext