-
Notifications
You must be signed in to change notification settings - Fork 0
/
troll_detector.py.save
13 lines (7 loc) · 18.9 KB
/
troll_detector.py.save
1
2
3
4
5
6
7
8
9
10
11
12
13
from tensorflow.keras.models import load_model
from tensorflow.keras.preprocessing.text import Tokenizer
from tensorflow.keras.preprocessing.sequence import pad_sequences
model_filepath='trollmodels/Troll-Killer-06-0.736-0.909.model'
model=load_model(model_filepath)
print(model.summary())
index={'<OOV>': 1, 'hate': 2, 'damn': 3, "'s": 4, 'ass': 5, "n't": 6, 'sucks': 7, 'fuck': 8, 'lol': 9, "'m": 10, 'like': 11, 'fucking': 12, 'get': 13, "''": 14, 'u': 15, 'bitch': 16, 'know': 17, 'fat': 18, 'gay': 19, 'one': 20, 'good': 21, 'would': 22, 'got': 23, "'re": 24, 'oh': 25, 'yeah': 26, 'time': 27, 'think': 28, 'love': 29, 'well': 30, 'go': 31, 'people': 32, 'man': 33, "'ll": 34, 'really': 35, 'much': 36, 'want': 37, 'right': 38, 'shit': 39, 'still': 40, 'see': 41, "'": 42, 'ur': 43, 'na': 44, 'need': 45, 'going': 46, 'im': 47, 'make': 48, "'d": 49, 'work': 50, 'way': 51, 'even': 52, 'haha': 53, "'ve": 54, 'http': 55, 'back': 56, 'day': 57, 'bad': 58, 'say': 59, 'dick': 60, 'nerd': 61, 'better': 62, 'though': 63, 'com': 64, 'yes': 65, 'ca': 66, 'dude': 67, 'could': 68, 'big': 69, 'thing': 70, 'sorry': 71, 'twitter': 72, 'feel': 73, 'hope': 74, 'new': 75, 'freak': 76, 'p': 77, 'kick': 78, 'whore': 79, 'gon': 80, 'always': 81, 'last': 82, 'thanks': 83, 'life': 84, 'dont': 85, 'sure': 86, 'take': 87, 'maybe': 88, 'look': 89, 'tell': 90, 'ok': 91, 'wow': 92, 'pretty': 93, 'mean': 94, 'never': 95, 'lmao': 96, 'let': 97, 'r': 98, 'something': 99, 'emo': 100, 'also': 101, 'thats': 102, 'name': 103, 'getting': 104, 'night': 105, 'said': 106, 'loser': 107, 'show': 108, 'w': 109, 'piss': 110, 'guy': 111, 'god': 112, 'omg': 113, 'stop': 114, 'year': 115, 'fake': 116, 'call': 117, 'today': 118, 'come': 119, 'snow': 120, 'great': 121, 'cold': 122, 'ya': 123, 'old': 124, 'nice': 125, 'use': 126, 'hey': 127, 'cool': 128, 'long': 129, 'makes': 130, 'hard': 131, 'next': 132, 'pig': 133, 'girl': 134, 'give': 135, 'awesome': 136, 'little': 137, 'every': 138, 'totally': 139, 'yo': 140, 'stuff': 141, 'wait': 142, 'someone': 143, 'hot': 144, 'cuz': 145, 'ever': 146, 'wish': 147, 'n': 148, 'put': 149, 'christmas': 150, 'whale': 151, 'done': 152, 'least': 153, 'thought': 154, 'lt': 155, 'everyone': 156, 'hell': 157, 'ha': 158, 'best': 159, 'made': 160, 'home': 161, 'us': 162, 'lot': 163, 'guess': 164, 'first': 165, 'try': 166, 'sick': 167, 'funny': 168, 'wan': 169, 'things': 170, 'stupid': 171, 'keep': 172, 'hear': 173, 'real': 174, 'sounds': 175, 'already': 176, 'i': 177, 'around': 178, 'watch': 179, 'looks': 180, 'many': 181, 'actually': 182, 'fun': 183, 'anything': 184, 'happy': 185, 'read': 186, 'phone': 187, 'soon': 188, 'week': 189, 'cause': 190, 'trying': 191, 'head': 192, 'ugh': 193, 'days': 194, 'must': 195, 'times': 196, 'kids': 197, 'find': 198, 'cock': 199, 'movie': 200, 'used': 201, 'btw': 202, 'years': 203, 'might': 204, 'another': 205, 'says': 206, 'guys': 207, 'happens': 208, 'crazy': 209, 'o': 210, 'tinyurl': 211, 'yet': 212, 'hahaha': 213, 'help': 214, 'game': 215, 'looking': 216, 'thank': 217, 'told': 218, 'saying': 219, 'ta': 220, 'saw': 221, 'working': 222, 'live': 223, 'fail': 224, 'face': 225, 'cunt': 226, 'glad': 227, 'cute': 228, 'nothing': 229, 'twitpic': 230, 'school': 231, 'away': 232, 'pussy': 233, 'song': 234, 'friend': 235, 'coming': 236, 'seen': 237, 'tho': 238, 'fine': 239, 'word': 240, 'suck': 241, 'wtf': 242, 'iphone': 243, 'mine': 244, 'house': 245, 'kind': 246, 'miss': 247, 'sleep': 248, 'talk': 249, 'whole': 250, 'wo': 251, 'ugly': 252, 'free': 253, 'either': 254, 'everything': 255, 'eat': 256, 'son': 257, 'b': 258, 'probably': 259, 'mind': 260, 'seriously': 261, 'cant': 262, 'friends': 263, 'holy': 264, 'enough': 265, 'post': 266, 'may': 267, 'video': 268, 'called': 269, 'gets': 270, 'agree': 271, 'straight': 272, 'kinda': 273, 'true': 274, 'early': 275, 'sometimes': 276, 'ago': 277, 'tomorrow': 278, 'job': 279, 'believe': 280, 'talking': 281, 'play': 282, 'near': 283, 'almost': 284, 'dumb': 285, 'two': 286, 'dead': 287, 'anyone': 288, 'blog': 289, 'send': 290, 'party': 291, 'heard': 292, 'boy': 293, 'slut': 294, 'pain': 295, 'tweet': 296, 'stay': 297, 'world': 298, 'please': 299, 'bit': 300, 'watching': 301, 'dog': 302, 'okay': 303, 'alone': 304, 'leave': 305, 'start': 306, 'went': 307, 'wrong': 308, 'ppl': 309, 'care': 310, 'mad': 311, 'using': 312, 'tonight': 313, 'end': 314, 'white': 315, 'da': 316, 'xd': 317, 'win': 318, 'full': 319, 'jealous': 320, 'left': 321, 'money': 322, 'seems': 323, 'especially': 324, 'dat': 325, 'making': 326, 'gt': 327, 'ill': 328, 'morning': 329, 'worse': 330, 'change': 331, 'missed': 332, 'since': 333, 'place': 334, 'list': 335, 'else': 336, 'hair': 337, 'sound': 338, 'beat': 339, 'aww': 340, 'thinking': 341, 'kicks': 342, 'yea': 343, 'aw': 344, 'feeling': 345, 'quot': 346, 'half': 347, 'cum': 348, 'a': 349, 'wanted': 350, 'shut': 351, 'music': 352, 'rock': 353, 'kid': 354, 'internet': 355, 'mom': 356, 'winter': 357, 'without': 358, 'didnt': 359, 'ready': 360, 'ask': 361, 'hit': 362, 'weather': 363, 'person': 364, 'forgot': 365, 'bed': 366, 'family': 367, 'needs': 368, 'xmas': 369, 'high': 370, 'k': 371, 'lucky': 372, 'problem': 373, 'ah': 374, 'baby': 375, 'poor': 376, 'means': 377, 'less': 378, 'luck': 379, 'ice': 380, 'remember': 381, 'point': 382, 'took': 383, 'later': 384, 'book': 385, 'news': 386, 'nigga': 387, 'super': 388, 'drunk': 389, 'months': 390, 'sad': 391, 'meant': 392, 'car': 393, 'instead': 394, 'reason': 395, 'c': 396, 'late': 397, 'fag': 398, 'online': 399, 'pic': 400, 'bet': 401, 'tried': 402, 'anyway': 403, 'shame': 404, 'd': 405, 'exactly': 406, 'happened': 407, 'cut': 408, 'die': 409, 'idea': 410, 'hour': 411, 'except': 412, 'buy': 413, 'sweet': 414, 'shows': 415, 'works': 416, 'started': 417, 'goes': 418, 'anymore': 419, 'part': 420, 'comes': 421, 'that': 422, 'check': 423, 'mail': 424, 'wants': 425, 'top': 426, 'taking': 427, 'seeing': 428, 'wonder': 429, 'huge': 430, 'found': 431, 'mac': 432, 't': 433, 'usually': 434, 'tweets': 435, 'listen': 436, 'office': 437, 'coffee': 438, 'drink': 439, 'red': 440, 'chocolate': 441, 'holidays': 442, 'drive': 443, 'black': 444, 'bring': 445, 'pick': 446, 'wit': 447, 'although': 448, 'sex': 449, 'finally': 450, 'knows': 451, 'rain': 452, 'waiting': 453, '1': 454, 'weekend': 455, 'retard': 456, 'season': 457, 'open': 458, 'running': 459, 'came': 460, 'hehe': 461, 'weird': 462, 'kicked': 463, 'knew': 464, 'amazing': 465, 'whats': 466, 'dad': 467, 'telling': 468, 'youtube': 469, 'x': 470, 'move': 471, 'computer': 472, 'lil': 473, 'words': 474, 'lost': 475, 'set': 476, 'french': 477, '2': 478, 'sense': 479, 'smart': 480, 'type': 481, 'unless': 482, 'loved': 483, 'side': 484, 'site': 485, 'gone': 486, 'stick': 487, 'picture': 488, 'quite': 489, 'em': 490, 'sexy': 491, 'lulz': 492, 'stuck': 493, 'girls': 494, 'serious': 495, 'bought': 496, 'heh': 497, 'far': 498, 'id': 499, 'ai': 500, 'tv': 501, 'parents': 502, 'yesterday': 503, 'sit': 504, 'pants': 505, 'warm': 506, 'break': 507, 'write': 508, 'is': 509, 'reading': 510, 'marriage': 511, 'cat': 512, 'lots': 513, 'total': 514, 'likes': 515, 'band': 516, 'laughing': 517, 'safe': 518, 'homie': 519, 'worth': 520, 'fast': 521, 'la': 522, 'question': 523, 'it': 524, 'nah': 525, 'run': 526, 'course': 527, 'shopping': 528, 'pay': 529, 'playing': 530, 'till': 531, 'worked': 532, 'food': 533, 'supposed': 534, 'kill': 535, 'hours': 536, 'bro': 537, 'email': 538, 'whatever': 539, 'team': 540, 'porn': 541, 'amp': 542, 'text': 543, 'hand': 544, 'rather': 545, 'epic': 546, 'balls': 547, 'nominate': 548, 'decided': 549, 'power': 550, 'ones': 551, 'body': 552, 'birthday': 553, 'hugs': 554, 'yep': 555, 'woman': 556, 'j': 557, 'freezing': 558, 'aint': 559, 'dark': 560, 'update': 561, 'definitely': 562, 'laugh': 563, 'hopefully': 564, 'sent': 565, 'follow': 566, 'etc': 567, 'writing': 568, '5': 569, 'wii': 570, 'social': 571, 'major': 572, 'stand': 573, 'roll': 574, 'hmm': 575, 'gift': 576, 'driving': 577, 'low': 578, 'welcome': 579, 'gave': 580, 'ouch': 581, 'self': 582, 'santa': 583, 'eating': 584, 'gd': 585, 'deal': 586, 'death': 587, 'e': 588, 'plus': 589, 'outta': 590, 'dm': 591, 'add': 592, 'joke': 593, 'mess': 594, 'pissed': 595, 'movies': 596, 'card': 597, 'imagine': 598, 'others': 599, 'media': 600, 'lame': 601, 'trip': 602, 'kicking': 603, 'version': 604, 'weeks': 605, 'fuckin': 606, 'facebook': 607, 'boo': 608, 'met': 609, 'moving': 610, 'songs': 611, 'giving': 612, 'fan': 613, 'l': 614, 'crap': 615, 'three': 616, 'boys': 617, '3': 618, 'dirty': 619, 'special': 620, 'bastard': 621, 'loves': 622, 'smell': 623, 'different': 624, 'company': 625, 'attention': 626, 'club': 627, 'excited': 628, 'husband': 629, 'bc': 630, 'agreed': 631, 'hoe': 632, 'fact': 633, 'biggest': 634, 'forget': 635, 'um': 636, 'following': 637, 'lose': 638, 'minutes': 639, 'sir': 640, 'upset': 641, 'games': 642, 'holiday': 643, 'line': 644, 'link': 645, 'loud': 646, 'slow': 647, 'broke': 648, 'rights': 649, 'couple': 650, 'together': 651, 'fight': 652, 'punk': 653, 'alright': 654, 'f': 655, 'caught': 656, 'women': 657, 'indeed': 658, 'bar': 659, 'problems': 660, 'act': 661, '0': 662, 'horrible': 663, 'meet': 664, 'apple': 665, 'outside': 666, 'annoying': 667, 'yay': 668, 'wife': 669, 'friday': 670, 'sugar': 671, 'sort': 672, 'you': 673, 'sigh': 674, 'ny': 675, 'nasty': 676, 'mouth': 677, 'favorite': 678, 'happen': 679, 'terrible': 680, 'turn': 681, '4': 682, 'creepy': 683, 'box': 684, 'gross': 685, 'pics': 686, 'bout': 687, 'no': 688, 'followers': 689, 'count': 690, 'wake': 691, 'auto': 692, 'figured': 693, 'beautiful': 694, 'h': 695, 'needed': 696, 'busy': 697, 'easy': 698, 'album': 699, 'mother': 700, 'merry': 701, 'tough': 702, 'message': 703, 'bacon': 704, 'retarded': 705, 'reply': 706, 'walk': 707, 'service': 708, 'def': 709, 'dam': 710, 'poser': 711, 'congrats': 712, 'chicken': 713, 'tired': 714, 'kidding': 715, 'takes': 716, 'windows': 717, 'lie': 718, 'month': 719, 'jk': 720, 'oooh': 721, 'men': 722, 'trouble': 723, 'sister': 724, "'em": 725, 'visit': 726, 'become': 727, 'awful': 728, 'grown': 729, 'middle': 730, 'control': 731, 'laughed': 732, 'moment': 733, 'grow': 734, 'lately': 735, 'business': 736, 'quit': 737, 'earlier': 738, 'support': 739, 'football': 740, 'wack': 741, 'yr': 742, 'answer': 743, 'eye': 744, 'myspace': 745, 'pull': 746, 'slap': 747, 'depends': 748, 'comment': 749, 'argh': 750, 'matter': 751, 'trust': 752, 'catch': 753, 'class': 754, 'keyboard': 755, 'drinking': 756, 'issues': 757, 'non': 758, 'story': 759, 'water': 760, 'beer': 761, 'duck': 762, 'leaving': 763, 'pizza': 764, 'admit': 765, 'quick': 766, 'woke': 767, 'seem': 768, 'ex': 769, 'personal': 770, 'alot': 771, 'sayin': 772, 'system': 773, 'jobs': 774, 'hilarious': 775, 'joe': 776, 'city': 777, 'award': 778, 'shes': 779, 'spam': 780, 'hang': 781, 'sitting': 782, 'throw': 783, 'goin': 784, 'photo': 785, 'fool': 786, 'nyc': 787, 'hahah': 788, 'bored': 789, 'bunch': 790, 'kiss': 791, 'fall': 792, 'thinks': 793, 'light': 794, 'wearing': 795, 'skinny': 796, 'dang': 797, 'article': 798, 'interesting': 799, 'cry': 800, '2day': 801, 'tht': 802, 'record': 803, 'past': 804, 'ads': 805, 'watched': 806, 'air': 807, 'lets': 808, 'delicious': 809, '10': 810, 'figure': 811, 'twice': 812, 'perfect': 813, 'upgrade': 814, 'town': 815, 'taken': 816, 'google': 817, 'camera': 818, 'ew': 819, 'behind': 820, 'absolutely': 821, 'loving': 822, 'fantastic': 823, 'country': 824, 'monkey': 825, 'window': 826, 'completely': 827, 'shorty': 828, 'lunch': 829, 'spot': 830, 'kno': 831, 'starting': 832, 'jeans': 833, 'til': 834, 'cow': 835, 'gives': 836, 'test': 837, 'angry': 838, 'worry': 839, 'reminds': 840, 'jack': 841, 'fb': 842, 'jesus': 843, 'shot': 844, 'scary': 845, 'clean': 846, 'wondering': 847, 'longer': 848, 'she': 849, 'remind': 850, 'crying': 851, 'clothes': 852, 'case': 853, 'somewhere': 854, 'loss': 855, 'college': 856, 'single': 857, 'idk': 858, 'young': 859, 'missing': 860, 'taste': 861, 'chance': 862, 'mood': 863, 'mr': 864, 'clearly': 865, 'blood': 866, 'ridiculous': 867, 'wear': 868, 'shoe': 869, 'eyes': 870, 'goddamn': 871, 'awww': 872, 'hating': 873, 'screen': 874, 'thx': 875, 'heart': 876, 'nobody': 877, 'looked': 878, 'touch': 879, 'road': 880, 'law': 881, 'save': 882, 'truth': 883, 'turned': 884, 'off': 885, 'calling': 886, 'hater': 887, 'plan': 888, 'buying': 889, 'silly': 890, 'pathetic': 891, 'hold': 892, 'fucked': 893, 'difference': 894, 'catching': 895, 'sports': 896, 'aim': 897, 'passion': 898, 'hurts': 899, 'doesnt': 900, 'guinea': 901, 'often': 902, 'hip': 903, 'hop': 904, 'small': 905, 'hurt': 906, 'cheap': 907, 'boring': 908, 'meh': 909, 'ho': 910, 'four': 911, 'freakin': 912, 'hah': 913, 'chick': 914, 'milk': 915, 'short': 916, 'the': 917, 'wine': 918, 'rest': 919, 'forward': 920, 'anyways': 921, 'asked': 922, 'hates': 923, 'dance': 924, 'staying': 925, 'brother': 926, 'general': 927, 'apparently': 928, 'bullshit': 929, 'eh': 930, 'uh': 931, 'learn': 932, 'saturday': 933, 'cake': 934, 'blame': 935, 'tree': 936, 'along': 937, 'srsly': 938, 'hungry': 939, 'hole': 940, 'cats': 941, 'wont': 942, '30': 943, 'dig': 944, 'suppose': 945, 'tease': 946, 'cd': 947, 'ive': 948, 'z': 949, 'lick': 950, 'commercials': 951, 'app': 952, 'hmmm': 953, 'mo': 954, 'trash': 955, 'track': 956, 'hi': 957, 'fam': 958, 'account': 959, 'douche': 960, 'parking': 961, 'nope': 962, 'ears': 963, 'how': 964, 'hanging': 965, 'situation': 966, 'kept': 967, '8': 968, 'ftw': 969, 'tail': 970, 'all': 971, 'older': 972, 'front': 973, 'click': 974, 'shoes': 975, 'close': 976, 'and': 977, 'stopped': 978, 'specific': 979, 'mobile': 980, 'cookies': 981, 'second': 982, 'cheese': 983, 'blows': 984, 'spend': 985, 'lmfao': 986, 'bitches': 987, 'blow': 988, 'asian': 989, 'extra': 990, 'number': 991, 'comments': 992, 'dare': 993, 'yuck': 994, 'heat': 995, 'bugs': 996, 'losing': 997, 'web': 998, 'weight': 999, 'spent': 1000, 'lazy': 1001, 'questions': 1002, 'commercial': 1003, '2nd': 1004, 'shirt': 1005, 'evil': 1006, 'minute': 1007, 'huh': 1008, 'rly': 1009, 'forever': 1010, 'fans': 1011, 'hehehe': 1012, 'stealing': 1013, 'blue': 1014, 'hearing': 1015, 'crack': 1016, 'hoping': 1017, 'prolly': 1018, 'pink': 1019, 'tight': 1020, 'teeth': 1021, 'deep': 1022, 'street': 1023, 'teacher': 1024, 'cleaning': 1025, 'relationship': 1026, 'eve': 1027, 'nye': 1028, 'rule': 1029, 'war': 1030, 'dream': 1031, 'round': 1032, 'prob': 1033, 'enjoy': 1034, 'up': 1035, 'floor': 1036, 'key': 1037, 'copy': 1038, 'join': 1039, 'my': 1040, 'honestly': 1041, 'but': 1042, 'contest': 1043, 'summer': 1044, 'yrs': 1045, 'books': 1046, 'step': 1047, 'fire': 1048, 'couch': 1049, 'credit': 1050, 'sign': 1051, 'helps': 1052, 'laptop': 1053, 'min': 1054, 'married': 1055, 'bill': 1056, 'million': 1057, 'liked': 1058, "y'all": 1059, 'links': 1060, 'texas': 1061, 'prefer': 1062, 'bigger': 1063, 'jus': 1064, 'period': 1065, 'term': 1066, 'anywhere': 1067, 'lady': 1068, 'asshole': 1069, 'simple': 1070, 'stole': 1071, 'bull': 1072, 'homo': 1073, 'sore': 1074, 'steal': 1075, 'server': 1076, 'train': 1077, 'voice': 1078, 'dumbass': 1079, 'doubt': 1080, 'shift': 1081, 'wannabe': 1082, 'hat': 1083, 'wat': 1084, 'pictures': 1085, 'vegas': 1086, 'present': 1087, 'expect': 1088, 'wall': 1089, 'scared': 1090, 'wind': 1091, 'apps': 1092, 'order': 1093, 'babies': 1094, 'connection': 1095, 'played': 1096, 'able': 1097, 'none': 1098, 'dammit': 1099, 'afraid': 1100, 'cook': 1101, 'too': 1102, 'yup': 1103, 'shirts': 1104, 'apos': 1105, 'understand': 1106, 'ahaha': 1107, 'building': 1108, 'weed': 1109, 'possible': 1110, 'listening': 1111, 'officially': 1112, 'action': 1113, 'bag': 1114, 'butt': 1115, 'considering': 1116, 'dunno': 1117, 'dnt': 1118, 'double': 1119, 'drivers': 1120, 'soo': 1121, 'note': 1122, 'american': 1123, 'feels': 1124, 'fair': 1125, 'room': 1126, 'blocked': 1127, 'gaza': 1128, 'skippy': 1129, 'gorgeous': 1130, '7': 1131, 'ground': 1132, 'green': 1133, 'sending': 1134, 'website': 1135, 'grrr': 1136, 'idiots': 1137, 'worst': 1138, 'machine': 1139, 'gays': 1140, 'talkin': 1141, 'glass': 1142, 'kitty': 1143, 'josh': 1144, 'on': 1145, 'al': 1146, 'places': 1147, 'fix': 1148, 'soft': 1149, 'famous': 1150, 'opinion': 1151, 'asking': 1152, 'nearly': 1153, 'rocks': 1154, 'male': 1155, 'doin': 1156, 'space': 1157, 'hurry': 1158, 'lives': 1159, 'hahahaha': 1160, '1st': 1161, 'players': 1162, 'gym': 1163, 'whoa': 1164, 'somebody': 1165, 'ran': 1166, 'throwing': 1167, 'putting': 1168, 's': 1169, 'fly': 1170, 'punch': 1171, 'kj': 1172, 'page': 1173, 'shall': 1174, 'attack': 1175, 'co': 1176, 'hands': 1177, 'ooo': 1178, 'fit': 1179, 'now': 1180, 'spirit': 1181, 'frank': 1182, '12': 1183, 'brain': 1184, 'star': 1185, 'alert': 1186, 'v': 1187, 'grr': 1188, 'public': 1189, 'legs': 1190, 'radio': 1191, 'bday': 1192, 'tcot': 1193, 'otherwise': 1194, 'ride': 1195, 'john': 1196, 'group': 1197, 'noticed': 1198, 'swear': 1199, 'isnt': 1200, 'andrew': 1201, 'expensive': 1202, 'formspring': 1203, 'personally': 1204, 'blackberry': 1205, 'finish': 1206, 'ol': 1207, 'insane': 1208, 'finals': 1209, 'tryin': 1210, 'truly': 1211, 'via': 1212, 'nights': 1213, 'in': 1214, 'ohhh': 1215, 'smile': 1216, 'lookin': 1217, 'living': 1218, 'sell': 1219, 'posted': 1220, 'inner': 1221, 'ahh': 1222, 'dear': 1223, 'hook': 1224, 'dogs': 1225, 'faster': 1226, 'gee': 1227, 'dry': 1228, 'ocean': 1229, 'cards': 1230, 'juice': 1231, 'tech': 1232, 'fingers': 1233, 'pack': 1234, 'plane': 1235, 'board': 1236, 'changed': 1237, 'deleted': 1238, 'delete': 1239, 'storm': 1240, 'blowing': 1241, 'b4': 1242, 'starts': 1243, 'language': 1244, 'fm': 1245, 'bust': 1246, 'code': 1247, 'verizon': 1248, 'alive': 1249, 'guts': 1250, 'killing': 1251, 'happening': 1252, 'signed': 1253, 'www': 1254, 'peeps': 1255, 'actions': 1256, 'rt': 1257, 'screaming': 1258, 'concert': 1259, 'lips': 1260, 'wud': 1261, 'itunes': 1262, 'theory': 1263, 'duh': 1264, 'pass': 1265, 'bs': 1266, 'hes': 1267, 'somehow': 1268, 'jan': 1269, 'hated': 1270, 'easier': 1271, 'complain': 1272, 'clue': 1273, 'george': 1274, 'doll': 1275, 'hood': 1276, 'pm': 1277, 'killed': 1278, 'gear': 1279, 'cont': 1280, 'dave': 1281, 'foot': 1282, 'given': 1283, 'folks': 1284, 'egg': 1285, 'store': 1286, 'tweeting': 1287, 'ly': 1288, 'naw': 1289, 'trade': 1290, 'stress': 1291, 'lem': 1292, 'heavy': 1293, 'keeps': 1294, 'age': 1295, 'gloves': 1296, 'speed': 1297, 'obviously': 1298, 'leg': 1299, 'ipod': 1300, 'obama': 1301, 'anti': 1302, 'hug': 1303, 'hd': 1304, 'complete': 1305, 'cos': 1306, 'peace': 1307, 'date': 1308, 'lack': 1309, 'cam': 1310, 'bloody': 1311, 'brilliant': 1312, 'tea': 1313, 'wrote': 1314, 'walking': 1315, 'share': 1316, 'state': 1317, 'daily': 1318, 'ms': 1319, 'status': 1320, 'cowboys': 1321, 'pc': 1322, 'suit': 1323, 'recently': 1324, 'geek': 1325, 'handle': 1326, 'flying': 1327, 'pop': 1328, 'content': 1329, 'due': 1330, 'diet': 1331, 'winner': 1332, 'process': 1333, 'net': 1334, 'block': 1335, 'level': 1336, 'cell': 1337, 'karma': 1338, 'snowed': 1339, 'inside': 1340, 'sooo': 1341, 'soul': 1342, 'vs': 1343, 'embrace': 1344, 'devil': 1345, 'actual': 1346, 'choke': 1347, 'smack': 1348, 'alcohol': 1349, 'mate': 1350, 'ummm': 1351, 'wasnt': 1352, 'dinner': 1353, 'kevin': 1354, 'flight': 1355, 'clients': 1356, 'shyt': 1357, 'surely': 1358, 'owe': 1359, 'awwww':