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

Close-button

Hysteria: The Times

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

465

data points

Description:

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

Time Recorded (time1427) Data (data1427)
20 May 2013 09:15:20 [1.26522220464969]
19 May 2013 09:15:17 [1.57232704402516]
18 May 2013 09:15:17 [1.25234815278647]
17 May 2013 09:15:18 [0.910194174757282]
16 May 2013 09:15:17 [1.10676602966133]
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.thetimes.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