simonebrunozzi-zz/Twitter-Sentiment-Analysis
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
/////////////////////////////////////////////// Project Name: Twitter Sentiment Analysis Project Type: Final Project Course: Python Programming (02820) Semester: Fall 2011 School: Danmarks Tekniske Universitet (DTU) Student: Elvar Orn Unnthorsson /////////////////////////////////////////////// Project Description: Twitter crawler that performs a sentiment analysis to determine whether tweets about something/someone are positive or negative. The program uses the data structure server Redis (http://redis.io/), to save the data collected. It therefore must be installed and running on the client's computer when using the program.