#223 · Primary category: NLP Tools & Text Processing
weibo-analysis-and-visualization
使用python抓取微博数据并对微博文本分析和可视化,LDA(树图)、关系图、词云、时间趋势(折线图)、热度地图、词典情感分析(饼图和3D柱状图)、词向量神经网络情感分析、tfidf聚类、词向量聚类、关键词提取、文本相似度分析等
Project last updated:08/28/20
GitHub Stars
956
Forks
143
Contributors
1
License
MIT
Why we included this project
This one is a solid working reference for anyone analyzing Chinese-language social media, since it takes Weibo posts and comments and carries them through preprocessing, traditional-to-simplified conversion, and a long list of analyses in one script set. The visualization side covers word clouds, heat maps, time trends, and relationship graphs, while the NLP side includes LDA topic modeling, dictionary and neural (word2vec plus LSTM) sentiment analysis, TF-IDF and word-vector clustering, keyword extraction, and text similarity. It expects MongoDB JSON dumps from the WeiboSpider crawler, so it reads best as a practical walkthrough of the whole pipeline rather than something you import and call. Analysts and students building Chinese NLP pipelines can lift individual scripts as templates, with the caveat that you edit hardcoded file paths by line number before anything runs.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
flair
A very simple framework for state-of-the-art Natural Language Processing (NLP)
compromise
modest natural-language processing
tokenizers
💥 Fast State-of-the-Art Tokenizers optimized for Research and Production
CoreNLP
CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.
Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量