data points
| 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);
0 comments