Giter VIP home page Giter VIP logo

weibo-analyst's Introduction

BEFORE YOU USE

This repository is a simple NLP project for beginners and will be updated occasionally.

Its mainly based on python3.6, OS X.

Please follow the restrictions in Apache-2.0 Licence before you use this repository.

All rights reserved by Ming Jin.

Introduction

这是一个微博评论分析工具,实现功能主要有:

  1. 微博评论数据爬取;
  2. 分词与关键词提取;
  3. 词云与词频统计;
  4. 情感分析;
  5. 主题聚类

实现的效果在目录下: “ 案例:泰国大象踩踏伤人事件 ”

This is a Weibo comments processing toolbox, which has been implemented for:

  1. Weibo comments crawler that based on regular expression
  2. Tokenization, filtration and key words extraction
  3. Words cloud and visualization
  4. Sentiment analysis
  5. Topic clustering that based on LDA

Code also works on Twitter and I may update a new repository about it.

Pre-Requirements Checklist

MySQL is required(Highly recommend MySQL Workbench)

  1. importlib;
  2. sys;
  3. time;
  4. requests;
  5. lxml
  6. pymysql;
  7. jieba;
  8. PIL
  9. numpy & matplotlib;
  10. wordcloud;
  11. snownlp;
  12. logging;
  13. configparser;
  14. random;
  15. codecs;
  16. os;

weibo-analyst's People

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.