Zephery/weiboanalysis
微博情感分析,文本分类,毕业设计项目
ArchivedImplements a multi-stage sentiment classification pipeline combining SVM for initial filtering, Naive Bayes for sentiment analysis, and AdaBoost (SAMME/SAMME.R variants) for ensemble boosting on Weibo text data. Integrates with the companion weibo_get project to acquire raw social media posts, then processes them through feature extraction and successive classifier layers to achieve refined multi-class sentiment predictions.
1,078 stars. No commits in the last 6 months.
Stars
1,078
Forks
206
Language
Python
License
Apache-2.0
Category
Last pushed
Apr 23, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Zephery/weiboanalysis"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
abdulfatir/twitter-sentiment-analysis
Sentiment analysis on tweets using Naive Bayes, SVM, CNN, LSTM, etc.
lunarwhite/covid-social-analysis
Apply ML on weibo sentiment. 疫情背景下微博文本情感分析与可视化
fhamborg/NewsMTSC
Target-dependent sentiment classification in news articles reporting on political events....
pmsosa/CS291K
🎭 Sentiment Analysis of Twitter data using combined CNN and LSTM Neural Network models
JosephAssaker/Twitter-Sentiment-Analysis-Classical-Approach-VS-Deep-Learning
This project's aim, is to explore the world of Natural Language Processing (NLP) by building...