Skip to content

HaoLyu/TwitterIrony

Repository files navigation

#Twitter Irony Feature Model

###1. you need MongoDB and Firefox Browser installed. In addition, you also need these Python packages installed:pymongo, bs4, selenium, sklearn, tweepy
###2. Create new db 'IronyHQ' in the localhost and create a new collection 'tweets' in it. Then run:

./runme.sh

(if it doesn't work, first run "chmod +x runme.sh")

Then you have tweets documents in your collection 'tweets'.

###Now I've added these fields:

-tweet_id, tweet_text, author_full_name, author_id, sarcasm_score

-tweets_count, following_count, followers_count, profile, duration,verified, avg_tweet, timezone

-intensifier, word_unigrams, word_bigrams.number_Polysyllables, number_no_vowels, Tweet_whole_sentiment, Tweet_word_sentiment

-Part of speech features, Capitalization features

About

Feature models of Twitter Ironic tweets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published