Skip to content

The system detects sub-events from a stream of twitter tweets and summarizes them with relevant content

Notifications You must be signed in to change notification settings

nehasingh112/TwitterSubeventDetector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Commands:

  1. Install Gensim:

easy_install numpy easy_install scipy easy_install -U gensim

  1. Install LSHash:

pip install lshash

  1. Run the project: In src folder type the below commands -

To parse the input tweet file - python --parse parser.py <tweets_file>

To create the dictionary which is mapping of word with its unique ID - python --dict parser.py <tweets_file>

To create corpus which contains vector form of all tweets - python --corp parser.py <tweets_file>

To detect subevent given the corpus file - python --sub parser.py <tweets_file>

To detect subevents as well as creating summary for each subevent - python --all parser.py <tweets_file>

Note :: First four command should be executed in that order only. The last command will execute the entire project and hence it is the preferred command.

About

The system detects sub-events from a stream of twitter tweets and summarizes them with relevant content

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.3%
  • PHP 14.6%
  • CSS 6.7%
  • Shell 1.4%