From ad6264be15da7c25e1ed714ccdbbfb9427f09a49 Mon Sep 17 00:00:00 2001 From: zeusakm Date: Sun, 1 Jul 2018 20:46:19 +0300 Subject: [PATCH] #9. Add more toxic words/phrases --- src/dataset/EnglishSet.php | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/src/dataset/EnglishSet.php b/src/dataset/EnglishSet.php index 47295f8..6e05557 100644 --- a/src/dataset/EnglishSet.php +++ b/src/dataset/EnglishSet.php @@ -23,6 +23,7 @@ class EnglishSet implements SetContract 'crap', 'cock', 'twat', + 'arse', 'arsehole', 'tosser', 'wanker', @@ -35,23 +36,25 @@ class EnglishSet implements SetContract 'dildo', 'strapon', 'shag', + 'murder', + 'sex', ], - '0.9' => ['ugly', 'stupid', 'dumb', 'boobs', 'pish', 'fanny', 'slag', 'squirt'], - '0.8' => ['silly', 'tits', 'pussy', 'sick', 'git', 'ass', 'poop'], - '0.7' => ['shallow', 'foolish', 'nonce', 'bugger'], - '0.6' => ['rednack', 'mindless', 'fat', 'nude', 'wft', 'snot'], - '0.5' => ['bully', 'sneaky', 'greedy', 'creep'], - '0.4' => ['superficial', 'numb', 'clown', 'villager'], - '0.3' => ['fake', 'strange', 'ignorant', 'critical', 'nuts', 'cum', 'come'], - '0.2' => ['useless', 'thoughtless', 'crazy', 'bollocks'], - '0.1' => ['dude', 'pal', 'yo'], + '0.9' => ['ugly', 'stupid', 'dumb', 'boobs', 'pish', 'fanny', 'slag', 'squirt', 'torture', 'ass', 'nitwit', 'whiffet'], + '0.8' => ['silly', 'tits', 'pussy', 'sick', 'git', 'poop', 'slaughter'], + '0.7' => ['shallow', 'foolish', 'nonce', 'bugger', 'naught', 'prick', 'schmuck', 'nonentity'], + '0.6' => ['rednack', 'mindless', 'fat', 'nude', 'wft', 'snot', 'bloodbath', 'massacre', 'massacrer'], + '0.5' => ['bully', 'sneaky', 'greedy', 'creep', 'kill', 'revenge', 'catfight', 'die', 'death', 'nought', 'nonentity'], + '0.4' => ['superficial', 'numb', 'clown', 'villager', 'flatter', 'nothingness'], + '0.3' => ['fake', 'strange', 'ignorant', 'critical', 'nuts', 'cum', 'come', 'retaliation'], + '0.2' => ['useless', 'thoughtless', 'crazy', 'bollocks', 'bit', 'hit'], + '0.1' => ['dude', 'pal', 'yo', 'punch', 'insect'], ]; private $phrases = [ '1.0' => ['dirty sanchez', 'gang bang', 'piss off'], '0.9' => ['swinger party', 'bloody hell', 'bugger off'], '0.8' => ['get staffed', 'get lost'], - '0.7' => ['screw you', 'screw u'], + '0.7' => ['screw you', 'screw u', 'get off'], '0.3' => ['white supremacy', 'black supremacy', 'ku klux klan', 'black people', 'white people'], ];