data points
| Time Recorded (time1356) | Data (data1356) |
|---|---|
| 19 Jun 2013 06:15:15 | [3.61143867924528] |
| 18 Jun 2013 06:15:15 | [2.83321790593717] |
| 17 Jun 2013 06:15:16 | [3.13703818084294] |
| 16 Jun 2013 06:15:15 | [3.41770270939621] |
| 15 Jun 2013 06:15:14 | [3.67577917970286] |
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://dailymail.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