Open GoogleCodeExporter opened 9 years ago
I will upload the 4 files needed to run the program,
which are EmoticonLookupTable.txt,
EmotionLookupTable.txt,
NegatingWordList.txt,
tweets.txt.
check fb or Downloads in googlecode and download them.
Here's the example outcome showing the feature of this version:
Tweet: he is good
Score due to keyword: 2
Score due to emoticon: 0
..............................................
Tweet: he is not good (negative feature)
Score due to keyword: -2
Score due to emoticon: 0
..............................................
Tweet: he isn't not good (even can detect neg*neg=positive)
Score due to keyword: 2
Score due to emoticon: 0
..............................................
Tweet: he is not unknownAdj but good
Score due to keyword: 2
Score due to emoticon: 0
..............................................
Tweet: he is not... um.. , ok, he's good (can detect if there is conjection
adj. or conjection symbol(,.) between the not and good)
Score due to keyword: 2
Score due to emoticon: 0
..............................................
Tweet: he is not good but actually great (-2+3=1)
Score due to keyword: 1
Score due to emoticon: 0
..............................................
Tweet: he is good. //*IMPORTANT:As program use spacebar to check the keyword,
good. is not a keyword)
Score due to keyword: 0
Score due to emoticon: 0
..............................................
Tweet: he is not... um.., ok, he's good
Score due to keyword: 2
Score due to emoticon: 0
..............................................
-------------------------------------------
Total No. of Tweets: 8
NO. of Tweets with non-zero score: 7
Overall feeling score: 9
Original comment by itsmygog...@gmail.com
on 10 Sep 2012 at 2:08
I am uploading files required to run the code,
put them to the project folder
Original comment by itsmygog...@gmail.com
on 10 Sep 2012 at 2:11
Attachments:
..............................................
Tweet: he is not that good
Score due to keyword: -2
Score due to emoticon: 0
..............................................
Original comment by itsmygog...@gmail.com
on 10 Sep 2012 at 4:14
Original issue reported on code.google.com by
itsmygog...@gmail.com
on 10 Sep 2012 at 2:00