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

Close-button

Hysteria: The Guardian

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

504

data points

Description:

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

Time Recorded (time1362) Data (data1362)
18 Jun 2013 10:30:14 [0.659314313114361]
17 Jun 2013 10:30:16 [1.26118551438352]
16 Jun 2013 10:30:17 [1.75057346372087]
15 Jun 2013 10:30:14 [0.629366228208194]
14 Jun 2013 10:30:13 [0.532701982835158]
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://www.guardian.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