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 13 hours ago.
  • Auto-run in: about 11 hours.
  • Created on: 04 Feb 2012

504

data points

Description:

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

Time Recorded (time1357) Data (data1357)
19 Jun 2013 08:00:14 [1.77870299612638]
18 Jun 2013 08:00:15 [2.28402734617775]
17 Jun 2013 08:00:15 [2.32308505695564]
16 Jun 2013 08:00:15 [2.89696557636313]
15 Jun 2013 08:00:16 [2.49443446074618]
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