Coder Social home page Coder Social logo

emerging_topic_detection's Introduction

Popular Event Detection On Sina Weibo

Detect emerging topic in SYSU community on Sina Weibo

Notoice

I strongly recommend you should read this README and other dataFile of this project in linux, or in encoding UTF-8, not Windows GBK

Dependencies

  • Linux Platform(Ubuntu 12.04)
    • Python2.7 (Python3 is not supported)
    • python-bs4
    • python-htmllib5
    • jieba

Installation

Use the following command to install python libraries

sudo apt-get install python-bs4
sudo apt-get install python-htmllib5
sudo apt-get install pip
sudo pip install jieba

Resource files

.
├── doc                         #document of the project
│   ├── ped_report
│   └── presentation.ppt
│ 
├── README.md
│ 
└── src
    ├── algorithm               #The src of main algorithm
    │   ├── data
    │   ├── dataCrawler
    │   ├── debug
    │   └── ped
    │ 
    └── presentationWebsite     #The presentation website of the popular event

Data

Because the weibo&user data was so large in this project, if you want, you can contact us:

Todo

  1. More explicit of spliting the word Since the package Jieba did not work well on the colloquial text of sina weibo. In the future we will try to train our language model to fit the colloquial text well

  2. More explicit and expressive term for topic In the future we will combine the advantage of the named entity in the paper Open domain event extraction from twitter SIGKDD 2012. We will try hard to let the term in one topic to be more expressive

emerging_topic_detection's People

Contributors

dreamingo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  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.