Since it's your first time here, let us show you how Trendy works.

Close-button

Hysteria: The Sun

  • Created by: Hugo Carr
  • Last ran: about 5 hours ago.
  • Auto-run in: about 19 hours.
  • Created on: 04 Feb 2012

472

data points

Description:

Recently Collected Data (last 5 of 472) Show All Data

Time Recorded (time1357) Data (data1357)
18 May 2013 08:00:17 [2.13966439510515]
17 May 2013 08:00:16 [1.69902912621359]
16 May 2013 08:00:16 [1.5613888631234]
15 May 2013 08:00:16 [1.94499316213341]
14 May 2013 08:00:15 [2.18337156870501]
hysteriaIndicators = 'outrage|tragedy|tragic|horror|horrific|cancer|murder|drug|fury|slaughter|massacre|poison|suicide|disaster|scum|addict|scare|hysteria|revolt|sensation|scam|revenge|tortur|disgust|anguish|bomb|agony|sex|(?<!s)kill';

myurl = 'http://thesun.co.uk';

url = urlread(myurl);
url = lower(url);
count = length(regexp(url, hysteriaIndicators));

totalWords = length(regexp(url, '[a-z]+'));

updatetrend(1000*count/totalWords);
Tags:

    0 comments