pretrained-bert-example / tokenizer.json
VigorS's picture
Upload tokenizer
ca51314
{
"version": "1.0",
"truncation": null,
"padding": null,
"added_tokens": [
{
"id": 0,
"special": true,
"content": "[PAD]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false
},
{
"id": 1,
"special": true,
"content": "[UNK]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false
},
{
"id": 2,
"special": true,
"content": "[CLS]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false
},
{
"id": 3,
"special": true,
"content": "[SEP]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false
},
{
"id": 4,
"special": true,
"content": "[MASK]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false
}
],
"normalizer": {
"type": "BertNormalizer",
"clean_text": true,
"handle_chinese_chars": true,
"strip_accents": null,
"lowercase": false
},
"pre_tokenizer": {
"type": "BertPreTokenizer"
},
"post_processor": {
"type": "TemplateProcessing",
"single": [
{
"SpecialToken": {
"id": "[CLS]",
"type_id": 0
}
},
{
"Sequence": {
"id": "A",
"type_id": 0
}
},
{
"SpecialToken": {
"id": "[SEP]",
"type_id": 0
}
}
],
"pair": [
{
"SpecialToken": {
"id": "[CLS]",
"type_id": 0
}
},
{
"Sequence": {
"id": "A",
"type_id": 0
}
},
{
"SpecialToken": {
"id": "[SEP]",
"type_id": 0
}
},
{
"Sequence": {
"id": "B",
"type_id": 1
}
},
{
"SpecialToken": {
"id": "[SEP]",
"type_id": 1
}
}
],
"special_tokens": {
"[CLS]": {
"id": "[CLS]",
"ids": [
2
],
"tokens": [
"[CLS]"
]
},
"[SEP]": {
"id": "[SEP]",
"ids": [
3
],
"tokens": [
"[SEP]"
]
}
}
},
"decoder": {
"type": "WordPiece",
"prefix": "##",
"cleanup": true
},
"model": {
"type": "WordPiece",
"unk_token": "[UNK]",
"continuing_subword_prefix": "##",
"max_input_chars_per_word": 100,
"vocab": {
"[PAD]": 0,
"[UNK]": 1,
"[CLS]": 2,
"[SEP]": 3,
"[MASK]": 4,
"!": 5,
"\"": 6,
"#": 7,
"$": 8,
"%": 9,
"&": 10,
"'": 11,
"(": 12,
")": 13,
"*": 14,
"+": 15,
",": 16,
"-": 17,
".": 18,
"/": 19,
"0": 20,
"1": 21,
"2": 22,
"3": 23,
"4": 24,
"5": 25,
"6": 26,
"7": 27,
"8": 28,
"9": 29,
":": 30,
";": 31,
"=": 32,
"?": 33,
"@": 34,
"A": 35,
"B": 36,
"C": 37,
"D": 38,
"E": 39,
"F": 40,
"G": 41,
"H": 42,
"I": 43,
"J": 44,
"K": 45,
"L": 46,
"M": 47,
"N": 48,
"O": 49,
"P": 50,
"Q": 51,
"R": 52,
"S": 53,
"T": 54,
"U": 55,
"V": 56,
"W": 57,
"Y": 58,
"Z": 59,
"[": 60,
"\\": 61,
"]": 62,
"^": 63,
"_": 64,
"a": 65,
"b": 66,
"c": 67,
"d": 68,
"e": 69,
"f": 70,
"g": 71,
"h": 72,
"i": 73,
"j": 74,
"k": 75,
"l": 76,
"m": 77,
"n": 78,
"o": 79,
"p": 80,
"q": 81,
"r": 82,
"s": 83,
"t": 84,
"u": 85,
"v": 86,
"w": 87,
"x": 88,
"y": 89,
"z": 90,
"|": 91,
"~": 92,
"é": 93,
"ï": 94,
"‘": 95,
"’": 96,
"“": 97,
"”": 98,
"…": 99,
"♀": 100,
"❤": 101,
"️": 102,
"🏽": 103,
"💀": 104,
"😂": 105,
"😞": 106,
"🙏": 107,
"🤢": 108,
"🤣": 109,
"🤷": 110,
"##s": 111,
"##k": 112,
"##e": 113,
"##d": 114,
"##i": 115,
"##h": 116,
"##r": 117,
"##n": 118,
"##o": 119,
"##y": 120,
"##t": 121,
"##g": 122,
"##b": 123,
"##l": 124,
"##F": 125,
"##2": 126,
"##u": 127,
"##B": 128,
"##C": 129,
"##A": 130,
"##a": 131,
"##v": 132,
"##c": 133,
"##f": 134,
"##m": 135,
"##9": 136,
"##w": 137,
"##z": 138,
"##p": 139,
"##D": 140,
"##H": 141,
"##0": 142,
"##O": 143,
"##M": 144,
"##N": 145,
"##W": 146,
"##E": 147,
"##L": 148,
"##S": 149,
"##I": 150,
"##K": 151,
"##x": 152,
"##R": 153,
"##U": 154,
"##q": 155,
"##4": 156,
"##8": 157,
"##7": 158,
"##3": 159,
"##1": 160,
"##6": 161,
"##5": 162,
"##T": 163,
"##V": 164,
"##P": 165,
"##é": 166,
"##🏽": 167,
"##♀": 168,
"##️": 169,
"##🤷": 170,
"##j": 171,
"##Y": 172,
"##ï": 173,
"##😂": 174,
"##G": 175,
"##J": 176,
"##Q": 177,
"##❤": 178,
"th": 179,
"##in": 180,
"the": 181,
"##er": 182,
"##ou": 183,
"##ing": 184,
"##at": 185,
"##on": 186,
"##re": 187,
"##es": 188,
"to": 189,
"##ed": 190,
"##an": 191,
"##en": 192,
"an": 193,
"##or": 194,
"##it": 195,
"##ll": 196,
"##is": 197,
"##ar": 198,
"##om": 199,
"##ow": 200,
"of": 201,
"##as": 202,
"and": 203,
"##ot": 204,
"you": 205,
"##le": 206,
"##ic": 207,
"in": 208,
"##ve": 209,
"##st": 210,
"be": 211,
"##al": 212,
"##ut": 213,
"is": 214,
"on": 215,
"##se": 216,
"##et": 217,
"##id": 218,
"Th": 219,
"ha": 220,
"that": 221,
"it": 222,
"##ol": 223,
"##ck": 224,
"wh": 225,
"st": 226,
"##ay": 227,
"re": 228,
"##op": 229,
"##ad": 230,
"##ke": 231,
"are": 232,
"for": 233,
"##ent": 234,
"they": 235,
"##ome": 236,
"##ion": 237,
"##ct": 238,
"##oo": 239,
"##ly": 240,
"li": 241,
"##tt": 242,
"##ers": 243,
"sh": 244,
"tr": 245,
"##gh": 246,
"this": 247,
"##ust": 248,
"##ith": 249,
"##am": 250,
"have": 251,
"we": 252,
"##est": 253,
"pr": 254,
"with": 255,
"##ch": 256,
"##own": 257,
"##all": 258,
"com": 259,
"##uck": 260,
"##ce": 261,
"##ere": 262,
"##out": 263,
"The": 264,
"##ea": 265,
"##im": 266,
"##ee": 267,
"##ir": 268,
"##il": 269,
"##ver": 270,
"my": 271,
"fr": 272,
"##oun": 273,
"just": 274,
"##eop": 275,
"##eople": 276,
"ab": 277,
"but": 278,
"people": 279,
"was": 280,
"##king": 281,
"##ld": 282,
"##ur": 283,
"##ist": 284,
"at": 285,
"not": 286,
"##ell": 287,
"like": 288,
"do": 289,
"me": 290,
"##un": 291,
"##th": 292,
"##ter": 293,
"##ant": 294,
"##ally": 295,
"con": 296,
"ne": 297,
"##ps": 298,
"ch": 299,
"de": 300,
"##ag": 301,
"##pp": 302,
"about": 303,
"##igh": 304,
"he": 305,
"su": 306,
"##one": 307,
"as": 308,
"some": 309,
"##ill": 310,
"##os": 311,
"##us": 312,
"them": 313,
"##ould": 314,
"get": 315,
"up": 316,
"##ul": 317,
"from": 318,
"##ight": 319,
"don": 320,
"down": 321,
"no": 322,
"or": 323,
"##art": 324,
"can": 325,
"go": 326,
"##ks": 327,
"##ab": 328,
"##ess": 329,
"any": 330,
"al": 331,
"htt": 332,
"lo": 333,
"so": 334,
"##ain": 335,
"##ation": 336,
"who": 337,
"truck": 338,
"prot": 339,
"They": 340,
"https": 341,
"out": 342,
"##ect": 343,
"##um": 344,
"##aw": 345,
"##ff": 346,
"##ard": 347,
"one": 348,
"all": 349,
"un": 350,
"##ive": 351,
"##ac": 352,
"thin": 353,
"these": 354,
"##ate": 355,
"your": 356,
"protest": 357,
"Wh": 358,
"mo": 359,
"wor": 360,
"##now": 361,
"##ake": 362,
"##ment": 363,
"##ity": 364,
"am": 365,
"cl": 366,
"ev": 367,
"tw": 368,
"##ear": 369,
"##au": 370,
"their": 371,
"##and": 372,
"##ast": 373,
"##ound": 374,
"It": 375,
"You": 376,
"act": 377,
"ex": 378,
"po": 379,
"##ry": 380,
"##oy": 381,
"there": 382,
"##ice": 383,
"if": 384,
"now": 385,
"sp": 386,
"want": 387,
"##ies": 388,
"##ide": 389,
"##ood": 390,
"##ame": 391,
"##ello": 392,
"pol": 393,
"sa": 394,
"see": 395,
"tim": 396,
"##are": 397,
"Can": 398,
"Zello": 399,
"##iv": 400,
"##iz": 401,
"##her": 402,
"##ough": 403,
"##read": 404,
"start": 405,
"ar": 406,
"ag": 407,
"co": 408,
"di": 409,
"dr": 410,
"gu": 411,
"hon": 412,
"us": 413,
"##el": 414,
"##ip": 415,
"##az": 416,
"##ort": 417,
"##ttaw": 418,
"pro": 419,
"##ttawa": 420,
"An": 421,
"id": 422,
"know": 423,
"le": 424,
"oth": 425,
"ve": 426,
"will": 427,
"##ack": 428,
"##48": 429,
"##ine": 430,
"off": 431,
"This": 432,
"shit": 433,
"##ount": 434,
"chan": 435,
"think": 436,
"even": 437,
"##ause": 438,
"app": 439,
"em": 440,
"home": 441,
"here": 442,
"mas": 443,
"res": 444,
"vi": 445,
"were": 446,
"##dit": 447,
"##if": 448,
"##ile": 449,
"##ose": 450,
"##ting": 451,
"##be": 452,
"##up": 453,
"##ually": 454,
"##pl": 455,
"##ind": 456,
"##ence": 457,
"##itter": 458,
"had": 459,
"what": 460,
"twitter": 461,
"time": 462,
"around": 463,
"other": 464,
"If": 465,
"Ottawa": 466,
"af": 467,
"by": 468,
"did": 469,
"el": 470,
"fl": 471,
"fuck": 472,
"has": 473,
"##ie": 474,
"##hing": 475,
"##town": 476,
"##ud": 477,
"##ull": 478,
"##00": 479,
"##atus": 480,
"##end": 481,
"bec": 482,
"##sel": 483,
"status": 484,
"##ult": 485,
"trucks": 486,
"said": 487,
"148": 488,
"So": 489,
"bl": 490,
"cr": 491,
"gr": 492,
"ll": 493,
"over": 494,
"se": 495,
"ver": 496,
"way": 497,
"##so": 498,
"##ia": 499,
"##ge": 500,
"##ber": 501,
"##ue": 502,
"##ail": 503,
"##ful": 504,
"##wn": 505,
"##pect": 506,
"##81": 507,
"than": 508,
"##int": 509,
"then": 510,
"##ous": 511,
"##our": 512,
"##res": 513,
"##ans": 514,
"been": 515,
"##ope": 516,
"should": 517,
"comment": 518,
"##eau": 519,
"conv": 520,
"need": 521,
"downtown": 522,
"anyone": 523,
"Canad": 524,
"again": 525,
"guy": 526,
"flag": 527,
"But": 528,
"could": 529,
"city": 530,
"count": 531,
"dis": 532,
"day": 533,
"en": 534,
"fee": 535,
"her": 536,
"im": 537,
"make": 538,
"part": 539,
"right": 540,
"tal": 541,
"##ked": 542,
"##day": 543,
"##ib": 544,
"##ore": 545,
"##oll": 546,
"##ock": 547,
"##cc": 548,
"##way": 549,
"##ated": 550,
"##orn": 551,
"isn": 552,
"##old": 553,
"real": 554,
"loc": 555,
"work": 556,
"actually": 557,
"police": 558,
"honking": 559,
"viol": 560,
"after": 561,
"else": 562,
"feel": 563,
"We": 564,
"br": 565,
"car": 566,
"ever": 567,
"food": 568,
"got": 569,
"how": 570,
"him": 571,
"kee": 572,
"lit": 573,
"man": 574,
"night": 575,
"pl": 576,
"par": 577,
"say": 578,
"ter": 579,
"take": 580,
"##ds": 581,
"##der": 582,
"##ig": 583,
"##ub": 584,
"##fe": 585,
"##port": 586,
"those": 587,
"##atch": 588,
"##ong": 589,
"##eddit": 590,
"##edia": 591,
"##ise": 592,
"##arm": 593,
"##ass": 594,
"##other": 595,
"##ick": 596,
"##ich": 597,
"##ict": 598,
"being": 599,
"##als": 600,
"happ": 601,
"when": 602,
"##ade": 603,
"she": 604,
"wear": 605,
"##ists": 606,
"does": 607,
"deal": 608,
"##able": 609,
"also": 610,
"expect": 611,
"point": 612,
"##iving": 613,
"didn": 614,
"because": 615,
"##self": 616,
"very": 617,
"Canada": 618,
"Sh": 619,
"Well": 620,
"bot": 621,
"bad": 622,
"back": 623,
"fre": 624,
"hope": 625,
"horn": 626,
"lol": 627,
"loo": 628,
"mu": 629,
"op": 630,
"rest": 631,
"som": 632,
"same": 633,
"would": 634,
"##ey": 635,
"##em": 636,
"##ik": 637,
"##ier": 638,
"##row": 639,
"##nel": 640,
"##og": 641,
"##ob": 642,
"##te": 643,
"##les": 644,
"##lic": 645,
"##ap": 646,
"##ace": 647,
"##aking": 648,
"##ving": 649,
"##ms": 650,
"##mo": 651,
"##92": 652,
"##TA": 653,
"##reat": 654,
"##ens": 655,
"##ors": 656,
"##orm": 657,
"##ite": 658,
"##lete": 659,
"##aybe": 660,
"##erson": 661,
"show": 662,
"##thing": 663,
"sure": 664,
"##osed": 665,
"god": 666,
"anything": 667,
"##umb": 668,
"protesters": 669,
"What": 670,
"more": 671,
"two": 672,
"channel": 673,
"mask": 674,
"##ress": 675,
"##ible": 676,
"keep": 677,
"Ch": 678,
"Con": 679,
"Do": 680,
"Oh": 681,
"On": 682,
"Tr": 683,
"acc": 684,
"come": 685,
"fe": 686,
"fun": 687,
"lea": 688,
"list": 689,
"own": 690,
"pre": 691,
"person": 692,
"ris": 693,
"snow": 694,
"wik": 695,
"##iot": 696,
"##ial": 697,
"##here": 698,
"##ned": 699,
"##ying": 700,
"##yone": 701,
"##tu": 702,
"##til": 703,
"##less": 704,
"##ug": 705,
"##ure": 706,
"##act": 707,
"##ves": 708,
"##cl": 709,
"##we": 710,
"##xt": 711,
"thing": 712,
"though": 713,
"##ank": 714,
"##ening": 715,
"ann": 716,
"##orry": 717,
"##iss": 718,
"##ary": 719,
"youtu": 720,
"##leas": 721,
"##ices": 722,
"##ething": 723,
"That": 724,
"while": 725,
"which": 726,
"stay": 727,
"rec": 728,
"##ook": 729,
"##oooo": 730,
"well": 731,
"comp": 732,
"##eah": 733,
"##irst": 734,
"conf": 735,
"heard": 736,
"ass": 737,
"##oss": 738,
"going": 739,
"##ably": 740,
"##ations": 741,
"truckers": 742,
"##ffic": 743,
"until": 744,
"##acc": 745,
"post": 746,
"##ready": 747,
"drive": 748,
"And": 749,
"convoy": 750,
"flags": 751,
"##ways": 752,
"realiz": 753,
"many": 754,
"much": 755,
"something": 756,
"10": 757,
"Al": 758,
"Lol": 759,
"Mon": 760,
"Maybe": 761,
"Naz": 762,
"St": 763,
"ad": 764,
"cle": 765,
"cent": 766,
"fas": 767,
"give": 768,
"good": 769,
"his": 770,
"kid": 771,
"let": 772,
"last": 773,
"made": 774,
"ph": 775,
"per": 776,
"qu": 777,
"ro": 778,
"ram": 779,
"sy": 780,
"sw": 781,
"sur": 782,
"ww": 783,
"won": 784,
"wal": 785,
"year": 786,
"##dre": 787,
"##ike": 788,
"##iend": 789,
"##na": 790,
"##ool": 791,
"##to": 792,
"##tly": 793,
"##bably": 794,
"##lie": 795,
"##uff": 796,
"##AM": 797,
"##ault": 798,
"##cr": 799,
"##ma": 800,
"##mor": 801,
"##pon": 802,
"thr": 803,
"thread": 804,
"##erv": 805,
"##oup": 806,
"##ath": 807,
"##att": 808,
"##ream": 809,
"##ese": 810,
"tomor": 811,
"##ance": 812,
"##anks": 813,
"##enc": 814,
"##ord": 815,
"##itic": 816,
"belie": 817,
"##ute": 818,
"##ution": 819,
"having": 820,
"##olog": 821,
"where": 822,
"still": 823,
"report": 824,
"life": 825,
"##tty": 826,
"##tter": 827,
"troll": 828,
"##eak": 829,
"friend": 830,
"nothing": 831,
"doing": 832,
"##unch": 833,
"cons": 834,
"never": 835,
"next": 836,
"##age": 837,
"sub": 838,
"someone": 839,
"getting": 840,
"noise": 841,
"already": 842,
"love": 843,
"Why": 844,
"most": 845,
"amp": 846,
"politic": 847,
"seeing": 848,
"##aren": 849,
"started": 850,
"probably": 851,
"idea": 852,
"idiot": 853,
"least": 854,
"respon": 855,
"##upid": 856,
"1487": 857,
"block": 858,
"violence": 859,
"liter": 860,
"terr": 861,
"leave": 862,
"pretty": 863,
"##lease": 864,
"clear": 865,
"fasc": 866,
"www": 867,
"tomorrow": 868,
"believe": 869,
"Be": 870,
"Br": 871,
"Car": 872,
"Em": 873,
"First": 874,
"Go": 875,
"He": 876,
"Let": 877,
"No": 878,
"Or": 879,
"Reddit": 880,
"bunch": 881,
"call": 882,
"cause": 883,
"find": 884,
"giving": 885,
"hun": 886,
"job": 887,
"low": 888,
"less": 889,
"min": 890,
"must": 891,
"mess": 892,
"mand": 893,
"media": 894,
"making": 895,
"nice": 896,
"naz": 897,
"numb": 898,
"our": 899,
"ran": 900,
"rac": 901,
"reddit": 902,
"sin": 903,
"set": 904,
"sorry": 905,
"tell": 906,
"vot": 907,
"vide": 908,
"vict": 909,
"vacc": 910,
"warm": 911,
"##side": 912,
"##eg": 913,
"##eck": 914,
"##io": 915,
"##ire": 916,
"##ied": 917,
"##ian": 918,
"##hic": 919,
"##ro": 920,
"##ns": 921,
"##ning": 922,
"##ton": 923,
"##bo": 924,
"##book": 925,
"##ual": 926,
"##ach": 927,
"##aur": 928,
"##vot": 929,
"##cial": 930,
"##fer": 931,
"##mer": 932,
"##72": 933,
"##71": 934,
"##61": 935,
"##ering": 936,
"##ered": 937,
"##ates": 938,
"##rem": 939,
"too": 940,
"town": 941,
"ant": 942,
"##ish": 943,
"##ised": 944,
"##ased": 945,
"better": 946,
"##ideau": 947,
"stuff": 948,
"stupid": 949,
"aren": 950,
"area": 951,
"##ions": 952,
"liber": 953,
"shut": 954,
"wee": 955,
"prices": 956,
"without": 957,
"##urs": 958,
"mean": 959,
"cont": 960,
"chat": 961,
"def": 962,
"##pped": 963,
"such": 964,
"supp": 965,
"##used": 966,
"trucker": 967,
"##ection": 968,
"##acy": 969,
"thinking": 970,
"thinks": 971,
"closed": 972,
"##anding": 973,
"##oying": 974,
"speak": 975,
"seems": 976,
"guess": 977,
"##ipedia": 978,
"vehic": 979,
"fucking": 980,
"##udeau": 981,
"14881": 982,
"sec": 983,
"against": 984,
"country": 985,
"imp": 986,
"imag": 987,
"party": 988,
"talk": 989,
"talking": 990,
"local": 991,
"violent": 992,
"happen": 993,
"freed": 994,
"##acebook": 995,
"##letely": 996,
"rising": 997,
"wikipedia": 998,
"completely": 999,
"years": 1000,
"##mao": 1001,
"##ologies": 1002,
"trolls": 1003,
"idiots": 1004,
"literally": 1005,
"since": 1006,
"victim": 1007,
"vaccine": 1008,
"100": 1009,
"Are": 1010,
"Amer": 1011,
"Facebook": 1012,
"Just": 1013,
"King": 1014,
"Kent": 1015,
"My": 1016,
"More": 1017,
"Not": 1018,
"OP": 1019,
"Rideau": 1020,
"Sup": 1021,
"To": 1022,
"TH": 1023,
"Watch": 1024,
"Yeah": 1025,
"aw": 1026,
"att": 1027,
"away": 1028,
"bu": 1029,
"ban": 1030,
"best": 1031,
"bull": 1032,
"ca": 1033,
"cor": 1034,
"came": 1035,
"care": 1036,
"cold": 1037,
"dist": 1038,
"ear": 1039,
"fin": 1040,
"fail": 1041,
"gt": 1042,
"gon": 1043,
"gen": 1044,
"great": 1045,
"hur": 1046,
"hate": 1047,
"hour": 1048,
"key": 1049,
"lin": 1050,
"lot": 1051,
"mom": 1052,
"mid": 1053,
"mil": 1054,
"ottawa": 1055,
"pea": 1056,
"past": 1057,
"pull": 1058,
"pub": 1059,
"pick": 1060,
"piss": 1061,
"please": 1062,
"rat": 1063,
"ret": 1064,
"rout": 1065,
"sc": 1066,
"sm": 1067,
"sing": 1068,
"sent": 1069,
"sch": 1070,
"sound": 1071,
"side": 1072,
"sig": 1073,
"serv": 1074,
"te": 1075,
"ton": 1076,
"taking": 1077,
"wr": 1078,
"watch": 1079,
"yet": 1080,
"yest": 1081,
"yeah": 1082,
"##sh": 1083,
"##sw": 1084,
"##ken": 1085,
"##ew": 1086,
"##ding": 1087,
"##iet": 1088,
"##ily": 1089,
"##ha": 1090,
"##hind": 1091,
"##ron": 1092,
"##rised": 1093,
"##nment": 1094,
"##oken": 1095,
"##ten": 1096,
"##tar": 1097,
"##tle": 1098,
"##go": 1099,
"##gin": 1100,
"##ges": 1101,
"##gress": 1102,
"##br": 1103,
"##li": 1104,
"##led": 1105,
"##ax": 1106,
"##ave": 1107,
"##aid": 1108,
"##affic": 1109,
"##vid": 1110,
"##voy": 1111,
"##cer": 1112,
"##ced": 1113,
"##ft": 1114,
"##fore": 1115,
"##form": 1116,
"##mm": 1117,
"##99": 1118,
"##wor": 1119,
"##where": 1120,
"##pt": 1121,
"##por": 1122,
"##prised": 1123,
"##07": 1124,
"##OL": 1125,
"##EM": 1126,
"##78": 1127,
"##TE": 1128,
"##ject": 1129,
"threat": 1130,
"##inated": 1131,
"##erent": 1132,
"##erate": 1133,
"##erday": 1134,
"##ings": 1135,
"##ington": 1136,
"##onst": 1137,
"##ree": 1138,
"##ren": 1139,
"##rect": 1140,
"toile": 1141,
"##ederate": 1142,
"##ane": 1143,
"##anc": 1144,
"ang": 1145,
"another": 1146,
"answ": 1147,
"##ites": 1148,
"##ital": 1149,
"##ism": 1150,
"##arr": 1151,
"##ows": 1152,
"ins": 1153,
"inc": 1154,
"inst": 1155,
"inter": 1156,
"into": 1157,
"behind": 1158,
"before": 1159,
"##alth": 1160,
"iss": 1161,
"only": 1162,
"##eth": 1163,
"##idge": 1164,
"There": 1165,
"These": 1166,
"Thanks": 1167,
"its": 1168,
"why": 1169,
"white": 1170,
"stop": 1171,
"stream": 1172,
"read": 1173,
"really": 1174,
"trying": 1175,
"traffic": 1176,
"##ither": 1177,
"##estly": 1178,
"coming": 1179,
"##irm": 1180,
"##vernment": 1181,
"dog": 1182,
"meant": 1183,
"means": 1184,
"##ants": 1185,
"new": 1186,
"near": 1187,
"check": 1188,
"dec": 1189,
"demo": 1190,
"delete": 1191,
"hear": 1192,
"themsel": 1193,
"org": 1194,
"government": 1195,
"always": 1196,
"lost": 1197,
"whole": 1198,
"outside": 1199,
"##ump": 1200,
"##umber": 1201,
"##fferent": 1202,
"unl": 1203,
"##ively": 1204,
"protestors": 1205,
"words": 1206,
"close": 1207,
"##augh": 1208,
"Your": 1209,
"exist": 1210,
"nowhere": 1211,
"safe": 1212,
"times": 1213,
"coll": 1214,
"cover": 1215,
"diffic": 1216,
"direct": 1217,
"different": 1218,
"##iper": 1219,
"##azy": 1220,
"leg": 1221,
"left": 1222,
"change": 1223,
"applic": 1224,
"apparen": 1225,
"emb": 1226,
"homeless": 1227,
"mass": 1228,
"##ifa": 1229,
"##plain": 1230,
"##ude": 1231,
"become": 1232,
"group": 1233,
"thank": 1234,
"comments": 1235,
"guys": 1236,
"counted": 1237,
"days": 1238,
"locals": 1239,
"brain": 1240,
"everyone": 1241,
"little": 1242,
"park": 1243,
"saying": 1244,
"wearing": 1245,
"doesn": 1246,
"She": 1247,
"free": 1248,
"looking": 1249,
"looks": 1250,
"##923": 1251,
"Convoy": 1252,
"Does": 1253,
"Ontar": 1254,
"Trudeau": 1255,
"account": 1256,
"listen": 1257,
"snowb": 1258,
"##weet": 1259,
"things": 1260,
"youtube": 1261,
"confirm": 1262,
"assault": 1263,
"##ossible": 1264,
"realize": 1265,
"realized": 1266,
"Nazi": 1267,
"Stop": 1268,
"add": 1269,
"centre": 1270,
"letting": 1271,
"phone": 1272,
"road": 1273,
"swear": 1274,
"surprised": 1275,
"walking": 1276,
"##ools": 1277,
"##cracy": 1278,
"through": 1279,
"threads": 1280,
"##ency": 1281,
"consid": 1282,
"response": 1283,
"blocked": 1284,
"terror": 1285,
"fascist": 1286,
"hundre": 1287,
"mandates": 1288,
"numbers": 1289,
"ranch": 1290,
"anti": 1291,
"liberal": 1292,
"week": 1293,
"contr": 1294,
"vehicles": 1295,
"Americ": 1296,
"corpor": 1297,
"finally": 1298,
"gonna": 1299,
"midd": 1300,
"peace": 1301,
"public": 1302,
"small": 1303,
"yesterday": 1304,
"##formation": 1305,
"##9961": 1306,
"toilet": 1307,
"answer": 1308,
"democracy": 1309,
"themselves": 1310,
"difficult": 1311,
"apparently": 1312,
"Ontario": 1313,
"19": 1314,
"30": 1315,
"Ab": 1316,
"By": 1317,
"Co": 1318,
"CO": 1319,
"Don": 1320,
"Dad": 1321,
"El": 1322,
"Edit": 1323,
"FL": 1324,
"For": 1325,
"Fuck": 1326,
"GO": 1327,
"Good": 1328,
"GTA": 1329,
"How": 1330,
"Here": 1331,
"Hun": 1332,
"Is": 1333,
"In": 1334,
"Im": 1335,
"IN": 1336,
"Law": 1337,
"Lau": 1338,
"Like": 1339,
"Laur": 1340,
"Lmao": 1341,
"LOL": 1342,
"Mo": 1343,
"ME": 1344,
"MP": 1345,
"Mee": 1346,
"Now": 1347,
"Near": 1348,
"Noooo": 1349,
"Ok": 1350,
"OC": 1351,
"Pr": 1352,
"PM": 1353,
"PT": 1354,
"Pat": 1355,
"Please": 1356,
"Qu": 1357,
"RC": 1358,
"Ran": 1359,
"Ram": 1360,
"Right": 1361,
"SJ": 1362,
"Say": 1363,
"Some": 1364,
"See": 1365,
"Sorry": 1366,
"TO": 1367,
"Us": 1368,
"WO": 1369,
"Wor": 1370,
"Was": 1371,
"YO": 1372,
"Yes": 1373,
"Yup": 1374,
"ap": 1375,
"bin": 1376,
"ben": 1377,
"bom": 1378,
"bur": 1379,
"bus": 1380,
"based": 1381,
"cu": 1382,
"cop": 1383,
"cam": 1384,
"cab": 1385,
"catch": 1386,
"cap": 1387,
"coup": 1388,
"den": 1389,
"det": 1390,
"danc": 1391,
"dude": 1392,
"et": 1393,
"eas": 1394,
"ele": 1395,
"eff": 1396,
"fab": 1397,
"fear": 1398,
"fine": 1399,
"full": 1400,
"foll": 1401,
"farm": 1402,
"fact": 1403,
"first": 1404,
"fire": 1405,
"fools": 1406,
"gl": 1407,
"gre": 1408,
"gear": 1409,
"hat": 1410,
"har": 1411,
"high": 1412,
"hard": 1413,
"hand": 1414,
"hous": 1415,
"hold": 1416,
"jud": 1417,
"kind": 1418,
"los": 1419,
"law": 1420,
"lear": 1421,
"lmao": 1422,
"ma": 1423,
"men": 1424,
"mis": 1425,
"mic": 1426,
"may": 1427,
"mad": 1428,
"mill": 1429,
"might": 1430,
"morn": 1431,
"mother": 1432,
"maybe": 1433,
"miss": 1434,
"matt": 1435,
"monst": 1436,
"non": 1437,
"number": 1438,
"ok": 1439,
"ob": 1440,
"old": 1441,
"opp": 1442,
"ps": 1443,
"pon": 1444,
"put": 1445,
"pus": 1446,
"pand": 1447,
"ra": 1448,
"rid": 1449,
"run": 1450,
"rif": 1451,
"sk": 1452,
"sn": 1453,
"sit": 1454,
"sim": 1455,
"sil": 1456,
"tH": 1457,
"ten": 1458,
"tur": 1459,
"use": 1460,
"vir": 1461,
"wom": 1462,
"went": 1463,
"woken": 1464,
"yell": 1465,
"zello": 1466,
"##ss": 1467,
"##ec": 1468,
"##ex": 1469,
"##eologies": 1470,
"##eiper": 1471,
"##dy": 1472,
"##ix": 1473,
"##iver": 1474,
"##iate": 1475,
"##ious": 1476,
"##han": 1477,
"##hro": 1478,
"##ric": 1479,
"##rated": 1480,
"##raid": 1481,
"##nn": 1482,
"##ney": 1483,
"##ove": 1484,
"##yp": 1485,
"##ych": 1486,
"##ycl": 1487,
"##ta": 1488,
"##tre": 1489,
"##ted": 1490,
"##twe": 1491,
"##tifa": 1492,
"##gr": 1493,
"##gy": 1494,
"##gg": 1495,
"##get": 1496,
"##gust": 1497,
"##gos": 1498,
"##gency": 1499,
"##bs": 1500,
"##bl": 1501,
"##ls": 1502,
"##lp": 1503,
"##lin": 1504,
"##lit": 1505,
"##20": 1506,
"##21": 1507,
"##200": 1508,
"##ues": 1509,
"##ups": 1510,
"##BE": 1511,
"##BY": 1512,
"##CA": 1513,
"##av": 1514,
"##agh": 1515,
"##air": 1516,
"##vin": 1517,
"##ved": 1518,
"##vol": 1519,
"##vent": 1520,
"##vacc": 1521,
"##come": 1522,
"##care": 1523,
"##ciate": 1524,
"##fy": 1525,
"##fuck": 1526,
"##full": 1527,
"##fused": 1528,
"##mb": 1529,
"##med": 1530,
"##mit": 1531,
"##mem": 1532,
"##wh": 1533,
"##ward": 1534,
"##zke": 1535,
"##zens": 1536,
"##prem": 1537,
"##DE": 1538,
"##MP": 1539,
"##WA": 1540,
"##EN": 1541,
"##IC": 1542,
"##qu": 1543,
"##49": 1544,
"##46": 1545,
"##892": 1546,
"##79": 1547,
"##70": 1548,
"##76": 1549,
"##11": 1550,
"##62": 1551,
"##Vs": 1552,
"##🏽♀": 1553,
"##joying": 1554,
"##ined": 1555,
"##iness": 1556,
"##inese": 1557,
"##information": 1558,
"##erat": 1559,
"##eres": 1560,
"##ergency": 1561,
"##inge": 1562,
"##ater": 1563,
"##atic": 1564,
"##ators": 1565,
"##red": 1566,
"##rest": 1567,
"##reciate": 1568,
"##esid": 1569,
"told": 1570,
"today": 1571,
"toget": 1572,
"##eding": 1573,
"##edly": 1574,
"##aniz": 1575,
"##anagh": 1576,
"##enard": 1577,
"##enney": 1578,
"##oron": 1579,
"##ority": 1580,
"##ition": 1581,
"##itution": 1582,
"##itzke": 1583,
"##arf": 1584,
"##arity": 1585,
"##ason": 1586,
"##oth": 1587,
"##ical": 1588,
"##icking": 1589,
"int": 1590,
"##stem": 1591,
"betwe": 1592,
"ones": 1593,
"##set": 1594,
"haha": 1595,
"##oles": 1596,
"str": 1597,
"store": 1598,
"standing": 1599,
"rep": 1600,
"refer": 1601,
"refused": 1602,
"remem": 1603,
"##oph": 1604,
"##ades": 1605,
"##ents": 1606,
"live": 1607,
"##ersary": 1608,
"shar": 1609,
"try": 1610,
"train": 1611,
"trail": 1612,
"tract": 1613,
"##amn": 1614,
"##ames": 1615,
"##estion": 1616,
"priv": 1617,
"comm": 1618,
"##cell": 1619,
"##each": 1620,
"##imum": 1621,
"##ird": 1622,
"##ilar": 1623,
"##ility": 1624,
"##ildre": 1625,
"##veral": 1626,
"myself": 1627,
"##ounced": 1628,
"wasn": 1629,
"washro": 1630,
"##istic": 1631,
"dozens": 1632,
"##unk": 1633,
"##und": 1634,
"##though": 1635,
"##antly": 1636,
"concer": 1637,
"childre": 1638,
"dem": 1639,
"depl": 1640,
"death": 1641,
"##agn": 1642,
"##ages": 1643,
"health": 1644,
"help": 1645,
"succ": 1646,
"suprem": 1647,
"somewhere": 1648,
"##illed": 1649,
"##usively": 1650,
"upset": 1651,
"donation": 1652,
"downvot": 1653,
"along": 1654,
"almo": 1655,
"lose": 1656,
"##ational": 1657,
"protect": 1658,
"##arded": 1659,
"under": 1660,
"unvacc": 1661,
"##acist": 1662,
"yourself": 1663,
"Which": 1664,
"move": 1665,
"working": 1666,
"world": 1667,
"among": 1668,
"cla": 1669,
"clos": 1670,
"evil": 1671,
"##ounding": 1672,
"action": 1673,
"actual": 1674,
"actions": 1675,
"excl": 1676,
"poll": 1677,
"##oyed": 1678,
"spot": 1679,
"spread": 1680,
"split": 1681,
"wants": 1682,
"wanted": 1683,
"seem": 1684,
"agree": 1685,
"core": 1686,
"covid": 1687,
"die": 1688,
"drop": 1689,
"driving": 1690,
"drunk": 1691,
"honestly": 1692,
"using": 1693,
"usually": 1694,
"progress": 1695,
"provin": 1696,
"Another": 1697,
"Anyone": 1698,
"Antifa": 1699,
"ideologies": 1700,
"##48892": 1701,
"offic": 1702,
"chance": 1703,
"evening": 1704,
"apply": 1705,
"appreciate": 1706,
"email": 1707,
"emergency": 1708,
"masks": 1709,
"resounding": 1710,
"##ific": 1711,
"##ified": 1712,
"afraid": 1713,
"elites": 1714,
"fuckers": 1715,
"blame": 1716,
"crack": 1717,
"crazy": 1718,
"seen": 1719,
"several": 1720,
"##818": 1721,
"thanks": 1722,
"##ansp": 1723,
"shouldn": 1724,
"disc": 1725,
"disp": 1726,
"disgust": 1727,
"end": 1728,
"enough": 1729,
"enjoying": 1730,
"##ocked": 1731,
"workers": 1732,
"cargo": 1733,
"every": 1734,
"gotta": 1735,
"himself": 1736,
"place": 1737,
"parked": 1738,
"terus": 1739,
"##portant": 1740,
"##assing": 1741,
"##assed": 1742,
"##icted": 1743,
"happy": 1744,
"happening": 1745,
"expected": 1746,
"points": 1747,
"Wellington": 1748,
"both": 1749,
"opt": 1750,
"open": 1751,
"restaur": 1752,
"##emic": 1753,
"##rowing": 1754,
"##ormal": 1755,
"keeping": 1756,
"Chinese": 1757,
"accom": 1758,
"few": 1759,
"feeding": 1760,
"listening": 1761,
"personally": 1762,
"risk": 1763,
"wiki": 1764,
"thought": 1765,
"annoying": 1766,
"confederate": 1767,
"posted": 1768,
"Also": 1769,
"Monday": 1770,
"Montre": 1771,
"Nazis": 1772,
"kidding": 1773,
"quiet": 1774,
"room": 1775,
"system": 1776,
"wonder": 1777,
"walk": 1778,
"##athread": 1779,
"political": 1780,
"respons": 1781,
"148748892": 1782,
"terrible": 1783,
"clearly": 1784,
"fascists": 1785,
"Emily": 1786,
"calling": 1787,
"minimum": 1788,
"nazi": 1789,
"nazis": 1790,
"racists": 1791,
"vote": 1792,
"voted": 1793,
"video": 1794,
"videos": 1795,
"##board": 1796,
"##72923": 1797,
"##7146": 1798,
"##reme": 1799,
"stupidity": 1800,
"defin": 1801,
"support": 1802,
"supposed": 1803,
"secure": 1804,
"impossible": 1805,
"imagine": 1806,
"freedom": 1807,
"freedumb": 1808,
"Super": 1809,
"THE": 1810,
"attack": 1811,
"buil": 1812,
"banned": 1813,
"hurt": 1814,
"hours": 1815,
"keyboard": 1816,
"milit": 1817,
"pulling": 1818,
"pickups": 1819,
"pissed": 1820,
"rather": 1821,
"singing": 1822,
"school": 1823,
"sign": 1824,
"services": 1825,
"tonight": 1826,
"wrong": 1827,
"##ews": 1828,
"##works": 1829,
"angry": 1830,
"issue": 1831,
"organiz": 1832,
"unlike": 1833,
"collect": 1834,
"applications": 1835,
"massive": 1836,
"##plaining": 1837,
"parkways": 1838,
"accounts": 1839,
"snowbanks": 1840,
"confirmation": 1841,
"assaulted": 1842,
"considered": 1843,
"hundreds": 1844,
"corporate": 1845,
"middle": 1846,
"peaceful": 1847,
"##99617": 1848,
"toilets": 1849,
"302": 1850,
"About": 1851,
"FLQ": 1852,
"Lauren": 1853,
"Laurier": 1854,
"Meehan": 1855,
"RCMP": 1856,
"SJAM": 1857,
"YOU": 1858,
"bomb": 1859,
"business": 1860,
"cuz": 1861,
"cops": 1862,
"cabs": 1863,
"capital": 1864,
"dancing": 1865,
"etc": 1866,
"easy": 1867,
"fabric": 1868,
"follow": 1869,
"glad": 1870,
"green": 1871,
"misinformation": 1872,
"million": 1873,
"morning": 1874,
"matters": 1875,
"object": 1876,
"psych": 1877,
"push": 1878,
"pandemic": 1879,
"rifles": 1880,
"silence": 1881,
"woman": 1882,
"##BER": 1883,
"##avanagh": 1884,
"##fully": 1885,
"##🏽♀️": 1886,
"##erating": 1887,
"##esides": 1888,
"together": 1889,
"between": 1890,
"remember": 1891,
"washroom": 1892,
"concerns": 1893,
"children": 1894,
"success": 1895,
"almost": 1896,
"underst": 1897,
"unvaccinated": 1898,
"exclusively": 1899,
"provincial": 1900,
"disgusting": 1901,
"restaurants": 1902,
"Montreal": 1903,
"14874889272923": 1904,
"organized": 1905,
"1487488927292399617": 1906,
"14": 1907,
"20": 1908,
"2am": 1909,
"200": 1910,
"271": 1911,
"300": 1912,
"320": 1913,
"40": 1914,
"41": 1915,
"50": 1916,
"58": 1917,
"5P": 1918,
"75": 1919,
"80": 1920,
"85": 1921,
"8am": 1922,
"As": 1923,
"Ah": 1924,
"At": 1925,
"AB": 1926,
"Af": 1927,
"Aw": 1928,
"Ap": 1929,
"AD": 1930,
"AM": 1931,
"AL": 1932,
"AR": 1933,
"All": 1934,
"Aust": 1935,
"BC": 1936,
"BA": 1937,
"BL": 1938,
"Bare": 1939,
"Biz": 1940,
"Bud": 1941,
"Batt": 1942,
"Based": 1943,
"Besides": 1944,
"Cr": 1945,
"Cl": 1946,
"CH": 1947,
"CE": 1948,
"CK": 1949,
"CT": 1950,
"CP": 1951,
"Cent": 1952,
"Coun": 1953,
"Could": 1954,
"Cand": 1955,
"Cry": 1956,
"Care": 1957,
"Count": 1958,
"Cour": 1959,
"Cob": 1960,
"Cap": 1961,
"CTA": 1962,
"De": 1963,
"Dr": 1964,
"Du": 1965,
"DA": 1966,
"DE": 1967,
"Den": 1968,
"Das": 1969,
"Down": 1970,
"DAM": 1971,
"Dows": 1972,
"Dump": 1973,
"Damn": 1974,
"Dund": 1975,
"Ex": 1976,
"Ever": 1977,
"Eld": 1978,
"ETA": 1979,
"Either": 1980,
"Fr": 1981,
"Fo": 1982,
"FB": 1983,
"FO": 1984,
"Fres": 1985,
"Fron": 1986,
"Fren": 1987,
"Gr": 1988,
"Git": 1989,
"Gle": 1990,
"Get": 1991,
"Gab": 1992,
"Gold": 1993,
"Hon": 1994,
"Hor": 1995,
"Has": 1996,
"Hill": 1997,
"Hate": 1998,
"Hope": 1999,
"Hey": 2000,
"HTA": 2001,
"Horm": 2002,
"Hmm": 2003,
"Id": 2004,
"Jo": 2005,
"JL": 2006,
"Jes": 2007,
"Jell": 2008,
"Jord": 2009,
"Kan": 2010,
"Kid": 2011,
"Kind": 2012,
"Kavanagh": 2013,
"LD": 2014,
"Loo": 2015,
"Lag": 2016,
"Lock": 2017,
"Living": 2018,
"Lening": 2019,
"Look": 2020,
"Lma": 2021,
"Lord": 2022,
"Leg": 2023,
"Leiper": 2024,
"Love": 2025,
"Mc": 2026,
"MS": 2027,
"MJ": 2028,
"Mer": 2029,
"Mar": 2030,
"Met": 2031,
"Mam": 2032,
"Main": 2033,
"Mult": 2034,
"Mother": 2035,
"Meg": 2036,
"Menard": 2037,
"Na": 2038,
"NI": 2039,
"Nor": 2040,
"Nope": 2041,
"Nations": 2042,
"Neg": 2043,
"Normal": 2044,
"News": 2045,
"Ob": 2046,
"Om": 2047,
"Ow": 2048,
"OT": 2049,
"Oth": 2050,
"Ph": 2051,
"Po": 2052,
"PH": 2053,
"Pin": 2054,
"Per": 2055,
"Pre": 2056,
"Pet": 2057,
"Pol": 2058,
"People": 2059,
"Port": 2060,
"Pss": 2061,
"Que": 2062,
"Re": 2063,
"Ry": 2064,
"RA": 2065,
"Res": 2066,
"Ret": 2067,
"Rand": 2068,
"RAM": 2069,
"REM": 2070,
"River": 2071,
"RVs": 2072,
"Reach": 2073,
"Racist": 2074,
"Sr": 2075,
"Sl": 2076,
"Sa": 2077,
"Sc": 2078,
"Sw": 2079,
"SU": 2080,
"Sat": 2081,
"Sir": 2082,
"Sun": 2083,
"Sum": 2084,
"Same": 2085,
"Send": 2086,
"STA": 2087,
"Sweet": 2088,
"SEN": 2089,
"TR": 2090,
"Too": 2091,
"Tuck": 2092,
"Tough": 2093,
"Tweet": 2094,
"Tex": 2095,
"Toron": 2096,
"US": 2097,
"Use": 2098,
"Umm": 2099,
"VO": 2100,
"Ver": 2101,
"Van": 2102,
"Vall": 2103,
"Wr": 2104,
"WA": 2105,
"WW": 2106,
"Win": 2107,
"Wet": 2108,
"Way": 2109,
"Went": 2110,
"West": 2111,
"Wake": 2112,
"Wine": 2113,
"Wish": 2114,
"Water": 2115,
"Witzke": 2116,
"Ye": 2117,
"Yor": 2118,
"Yea": 2119,
"Zell": 2120,
"av": 2121,
"aR": 2122,
"aut": 2123,
"ack": 2124,
"air": 2125,
"aff": 2126,
"aint": 2127,
"acr": 2128,
"bi": 2129,
"bo": 2130,
"bt": 2131,
"bon": 2132,
"bor": 2133,
"bit": 2134,
"bar": 2135,
"bas": 2136,
"boo": 2137,
"buck": 2138,
"boun": 2139,
"bill": 2140,
"bab": 2141,
"bud": 2142,
"bold": 2143,
"big": 2144,
"bob": 2145,
"breat": 2146,
"book": 2147,
"boss": 2148,
"besides": 2149,
"cs": 2150,
"ce": 2151,
"cv": 2152,
"cm": 2153,
"cat": 2154,
"cre": 2155,
"cit": 2156,
"cow": 2157,
"cal": 2158,
"cut": 2159,
"col": 2160,
"cust": 2161,
"cir": 2162,
"coun": 2163,
"cell": 2164,
"cum": 2165,
"cry": 2166,
"civ": 2167,
"cup": 2168,
"cour": 2169,
"cute": 2170,
"caugh": 2171,
"cycl": 2172,
"dw": 2173,
"dK": 2174,
"dat": 2175,
"des": 2176,
"dest": 2177,
"done": 2178,
"dies": 2179,
"dough": 2180,
"dress": 2181,
"dump": 2182,
"dumber": 2183,
"daugh": 2184,
"damn": 2185,
"es": 2186,
"eh": 2187,
"eq": 2188,
"eat": 2189,
"eve": 2190,
"east": 2191,
"each": 2192,
"either": 2193,
"egg": 2194,
"fan": 2195,
"far": 2196,
"fol": 2197,
"fly": 2198,
"fam": 2199,
"fil": 2200,
"fur": 2201,
"fight": 2202,
"fac": 2203,
"fast": 2204,
"fie": 2205,
"face": 2206,
"facebook": 2207,
"fair": 2208,
"ga": 2209,
"ges": 2210,
"gar": 2211,
"gas": 2212,
"gal": 2213,
"gith": 2214,
"gun": 2215,
"gab": 2216,
"gau": 2217,
"gold": 2218,
"goooo": 2219,
"hit": 2220,
"hom": 2221,
"hot": 2222,
"hell": 2223,
"hill": 2224,
"hum": 2225,
"hyp": 2226,
"holes": 2227,
"hilar": 2228,
"iron": 2229,
"jo": 2230,
"jer": 2231,
"jam": 2232,
"jab": 2233,
"jail": 2234,
"jour": 2235,
"jug": 2236,
"ke": 2237,
"kn": 2238,
"kent": 2239,
"karm": 2240,
"kms": 2241,
"kicking": 2242,
"killed": 2243,
"kavanagh": 2244,
"lt": 2245,
"la": 2246,
"lc": 2247,
"lou": 2248,
"len": 2249,
"lic": 2250,
"lad": 2251,
"lam": 2252,
"luck": 2253,
"long": 2254,
"lap": 2255,
"lying": 2256,
"laugh": 2257,
"lbs": 2258,
"mp": 2259,
"m8": 2260,
"mer": 2261,
"mat": 2262,
"mot": 2263,
"met": 2264,
"ment": 2265,
"mir": 2266,
"mur": 2267,
"main": 2268,
"mood": 2269,
"mind": 2270,
"mult": 2271,
"moron": 2272,
"ng": 2273,
"nF": 2274,
"na": 2275,
"nut": 2276,
"net": 2277,
"noo": 2278,
"nea": 2279,
"name": 2280,
"nope": 2281,
"nick": 2282,
"nerv": 2283,
"nurs": 2284,
"names": 2285,
"normal": 2286,
"od": 2287,
"oh": 2288,
"om": 2289,
"oz": 2290,
"occ": 2291,
"pm": 2292,
"pit": 2293,
"pet": 2294,
"pay": 2295,
"pop": 2296,
"pil": 2297,
"pur": 2298,
"pun": 2299,
"pain": 2300,
"ppl": 2301,
"pie": 2302,
"pres": 2303,
"pict": 2304,
"pap": 2305,
"press": 2306,
"pleas": 2307,
"purs": 2308,
"paid": 2309,
"possible": 2310,
"picking": 2311,
"que": 2312,
"q79": 2313,
"rs": 2314,
"rg": 2315,
"ru": 2316,
"rer": 2317,
"row": 2318,
"rot": 2319,
"rent": 2320,
"rur": 2321,
"rally": 2322,
"rul": 2323,
"rum": 2324,
"rip": 2325,
"roll": 2326,
"rise": 2327,
"ratt": 2328,
"rideau": 2329,
"rude": 2330,
"river": 2331,
"rational": 2332,
"sl": 2333,
"ser": 2334,
"sou": 2335,
"son": 2336,
"sen": 2337,
"sle": 2338,
"sal": 2339,
"sad": 2340,
"sist": 2341,
"sun": 2342,
"saw": 2343,
"sake": 2344,
"sel": 2345,
"send": 2346,
"song": 2347,
"smo": 2348,
"site": 2349,
"soooo": 2350,
"section": 2351,
"sane": 2352,
"squ": 2353,
"ti": 2354,
"ta": 2355,
"tm": 2356,
"tin": 2357,
"tre": 2358,
"tun": 2359,
"tant": 2360,
"tight": 2361,
"tear": 2362,
"tip": 2363,
"tail": 2364,
"tick": 2365,
"tank": 2366,
"tax": 2367,
"typ": 2368,
"teach": 2369,
"ups": 2370,
"utter": 2371,
"vis": 2372,
"val": 2373,
"vet": 2374,
"vac": 2375,
"vand": 2376,
"vax": 2377,
"versary": 2378,
"wa": 2379,
"wing": 2380,
"wan": 2381,
"wow": 2382,
"wid": 2383,
"wake": 2384,
"wand": 2385,
"wide": 2386,
"wiz": 2387,
"wage": 2388,
"wish": 2389,
"warr": 2390,
"water": 2391,
"warf": 2392,
"wages": 2393,
"x200": 2394,
"ya": 2395,
"yes": 2396,
"zone": 2397,
"💀❤": 2398,
"😂😂": 2399,
"🤷🏽♀️": 2400,
"##sk": 2401,
"##sp": 2402,
"##sE": 2403,
"##sst": 2404,
"##sol": 2405,
"##sch": 2406,
"##sack": 2407,
"##sical": 2408,
"##kV": 2409,
"##kes": 2410,
"##kward": 2411,
"##ev": 2412,
"##ef": 2413,
"##eat": 2414,
"##ees": 2415,
"##ever": 2416,
"##eful": 2417,
"##dn": 2418,
"##do": 2419,
"##dam": 2420,
"##dest": 2421,
"##down": 2422,
"##dig": 2423,
"##dem": 2424,
"##dations": 2425,
"##dkV": 2426,
"##ii": 2427,
"##iN": 2428,
"##ior": 2429,
"##ient": 2430,
"##ians": 2431,
"##ials": 2432,
"##ienc": 2433,
"##ipped": 2434,
"##hh": 2435,
"##hv": 2436,
"##hS": 2437,
"##hou": 2438,
"##har": 2439,
"##how": 2440,
"##hot": 2441,
"##hil": 2442,
"##hood": 2443,
"##hold": 2444,
"##hnn": 2445,
"##holes": 2446,
"##hii": 2447,
"##rt": 2448,
"##ru": 2449,
"##ror": 2450,
"##rot": 2451,
"##ral": 2452,
"##rad": 2453,
"##ram": 2454,
"##rist": 2455,
"##right": 2456,
"##rum": 2457,
"##rous": 2458,
"##rug": 2459,
"##ried": 2460,
"##royed": 2461,
"##ricted": 2462,
"##no": 2463,
"##ny": 2464,
"##ng": 2465,
"##nM": 2466,
"##ner": 2467,
"##nal": 2468,
"##net": 2469,
"##name": 2470,
"##niz": 2471,
"##nip": 2472,
"##nier": 2473,
"##nec": 2474,
"##nbs": 2475,
"##names": 2476,
"##oe": 2477,
"##oi": 2478,
"##oc": 2479,
"##oen": 2480,
"##oit": 2481,
"##oid": 2482,
"##oad": 2483,
"##oil": 2484,
"##off": 2485,
"##oher": 2486,
"##oint": 2487,
"##ocr": 2488,
"##ody": 2489,
"##ym": 2490,
"##yle": 2491,
"##yers": 2492,
"##ysical": 2493,
"##ty": 2494,
"##tl": 2495,
"##tM": 2496,
"##tal": 2497,
"##ters": 2498,
"##test": 2499,
"##tain": 2500,
"##tue": 2501,
"##tise": 2502,
"##tfy": 2503,
"##treme": 2504,
"##g2": 2505,
"##gS": 2506,
"##ged": 2507,
"##gle": 2508,
"##gim": 2509,
"##gil": 2510,
"##gun": 2511,
"##gth": 2512,
"##gate": 2513,
"##gue": 2514,
"##gered": 2515,
"##gled": 2516,
"##gital": 2517,
"##gistic": 2518,
"##gathread": 2519,
"##gerating": 2520,
"##bing": 2521,
"##bre": 2522,
"##bally": 2523,
"##bour": 2524,
"##bance": 2525,
"##bton": 2526,
"##bates": 2527,
"##barr": 2528,
"##bition": 2529,
"##bnbs": 2530,
"##lu": 2531,
"##lé": 2532,
"##ling": 2533,
"##lat": 2534,
"##lent": 2535,
"##list": 2536,
"##law": 2537,
"##land": 2538,
"##lier": 2539,
"##lcome": 2540,
"##lhS": 2541,
"##load": 2542,
"##F2": 2543,
"##FI": 2544,
"##Fax": 2545,
"##Fix": 2546,
"##2E": 2547,
"##24": 2548,
"##23": 2549,
"##25": 2550,
"##281": 2551,
"##2ik": 2552,
"##278": 2553,
"##uit": 2554,
"##uke": 2555,
"##uation": 2556,
"##uate": 2557,
"##uine": 2558,
"##ures": 2559,
"##u2ik": 2560,
"##BO": 2561,
"##BR": 2562,
"##BG": 2563,
"##Bow": 2564,
"##Bug": 2565,
"##BCA": 2566,
"##CH": 2567,
"##CL": 2568,
"##Car": 2569,
"##Cant": 2570,
"##CdkV": 2571,
"##AU": 2572,
"##Ann": 2573,
"##ak": 2574,
"##af": 2575,
"##aut": 2576,
"##aos": 2577,
"##ven": 2578,
"##vice": 2579,
"##vies": 2580,
"##viv": 2581,
"##vie": 2582,
"##vable": 2583,
"##vance": 2584,
"##vious": 2585,
"##cy": 2586,
"##cm": 2587,
"##cin": 2588,
"##ces": 2589,
"##com": 2590,
"##cent": 2591,
"##cil": 2592,
"##cies": 2593,
"##cause": 2594,
"##cue": 2595,
"##cap": 2596,
"##cute": 2597,
"##fin": 2598,
"##fort": 2599,
"##file": 2600,
"##fection": 2601,
"##federate": 2602,
"##foil": 2603,
"##flu": 2604,
"##mp": 2605,
"##ming": 2606,
"##mes": 2607,
"##mar": 2608,
"##mas": 2609,
"##mare": 2610,
"##mend": 2611,
"##mia": 2612,
"##matic": 2613,
"##90": 2614,
"##94": 2615,
"##93": 2616,
"##911": 2617,
"##9CdkV": 2618,
"##wet": 2619,
"##wide": 2620,
"##wind": 2621,
"##wise": 2622,
"##w2E": 2623,
"##zer": 2624,
"##zos": 2625,
"##zard": 2626,
"##ztfy": 2627,
"##pm": 2628,
"##per": 2629,
"##ped": 2630,
"##pow": 2631,
"##pher": 2632,
"##pire": 2633,
"##pering": 2634,
"##phil": 2635,
"##DD": 2636,
"##Dick": 2637,
"##HD": 2638,
"##Hub": 2639,
"##03": 2640,
"##011": 2641,
"##OY": 2642,
"##OBER": 2643,
"##Me": 2644,
"##MBY": 2645,
"##NA": 2646,
"##NI": 2647,
"##NV": 2648,
"##NCH": 2649,
"##NNA": 2650,
"##Ward": 2651,
"##Witzke": 2652,
"##WCL": 2653,
"##Ecl": 2654,
"##EsE": 2655,
"##L5": 2656,
"##LY": 2657,
"##ST": 2658,
"##Sen": 2659,
"##SOL": 2660,
"##SIC": 2661,
"##I4": 2662,
"##KEN": 2663,
"##Kenney": 2664,
"##xer": 2665,
"##xual": 2666,
"##xiet": 2667,
"##xBY": 2668,
"##RT": 2669,
"##Rile": 2670,
"##RST": 2671,
"##UTE": 2672,
"##UDE": 2673,
"##que": 2674,
"##44": 2675,
"##45": 2676,
"##461": 2677,
"##423": 2678,
"##4xBY": 2679,
"##83": 2680,
"##800": 2681,
"##881": 2682,
"##870": 2683,
"##862": 2684,
"##8278": 2685,
"##894": 2686,
"##778": 2687,
"##77146": 2688,
"##33": 2689,
"##3423": 2690,
"##38278": 2691,
"##12": 2692,
"##190": 2693,
"##13423": 2694,
"##66": 2695,
"##6818": 2696,
"##6800": 2697,
"##6778": 2698,
"##570": 2699,
"##5281": 2700,
"##593": 2701,
"##5862": 2702,
"##513423": 2703,
"##566": 2704,
"##TG": 2705,
"##TOBER": 2706,
"##PWCL": 2707,
"##🤷🏽♀️": 2708,
"##jam": 2709,
"##jority": 2710,
"##YS": 2711,
"##You": 2712,
"##YPWCL": 2713,
"##ïve": 2714,
"tho": 2715,
"thare": 2716,
"thie": 2717,
"thumb": 2718,
"three": 2719,
"third": 2720,
"throwing": 2721,
"##ina": 2722,
"##ines": 2723,
"##inal": 2724,
"##inion": 2725,
"##inue": 2726,
"##inous": 2727,
"##inced": 2728,
"##era": 2729,
"##eric": 2730,
"##erve": 2731,
"##eral": 2732,
"##ertown": 2733,
"##erable": 2734,
"##erfuck": 2735,
"##ername": 2736,
"##erty": 2737,
"##oups": 2738,
"##ats": 2739,
"##ata": 2740,
"##ative": 2741,
"##ather": 2742,
"##ateau": 2743,
"##ature": 2744,
"##ones": 2745,
"##onal": 2746,
"##reet": 2747,
"##reens": 2748,
"##retly": 2749,
"##reason": 2750,
"##esome": 2751,
"tool": 2752,
"toron": 2753,
"toward": 2754,
"tort": 2755,
"total": 2756,
"toque": 2757,
"##eday": 2758,
"##anned": 2759,
"##ene": 2760,
"##enic": 2761,
"##enag": 2762,
"##enous": 2763,
"anim": 2764,
"anxiet": 2765,
"##ory": 2766,
"##orable": 2767,
"##orators": 2768,
"##iting": 2769,
"##ities": 2770,
"##itable": 2771,
"##itute": 2772,
"##itively": 2773,
"##itted": 2774,
"##llies": 2775,
"##isy": 2776,
"##iser": 2777,
"##ising": 2778,
"##ispering": 2779,
"##ars": 2780,
"##arre": 2781,
"##arch": 2782,
"##arter": 2783,
"##arge": 2784,
"##arified": 2785,
"##omer": 2786,
"##omatic": 2787,
"##ommend": 2788,
"##owd": 2789,
"##owed": 2790,
"often": 2791,
"##asing": 2792,
"##ases": 2793,
"##asion": 2794,
"##asel": 2795,
"##asures": 2796,
"##ote": 2797,
"##oty": 2798,
"##ottM": 2799,
"##lebr": 2800,
"##lematic": 2801,
"##icing": 2802,
"##ically": 2803,
"##icul": 2804,
"##icks": 2805,
"##icip": 2806,
"##icked": 2807,
"inact": 2808,
"information": 2809,
"invol": 2810,
"inev": 2811,
"indo": 2812,
"influ": 2813,
"##vel": 2814,
"##veill": 2815,
"##vels": 2816,
"##ston": 2817,
"##stal": 2818,
"##storm": 2819,
"##stream": 2820,
"##stitution": 2821,
"##stitute": 2822,
"beer": 2823,
"beat": 2824,
"bell": 2825,
"begin": 2826,
"begun": 2827,
"beaut": 2828,
"##alism": 2829,
"##aluate": 2830,
"##uted": 2831,
"##utral": 2832,
"ish": 2833,
"once": 2834,
"##sequ": 2835,
"##secute": 2836,
"##ets": 2837,
"##eter": 2838,
"##ided": 2839,
"##idence": 2840,
"Then": 2841,
"Those": 2842,
"Thank": 2843,
"Things": 2844,
"Theres": 2845,
"Throwing": 2846,
"ThEsE": 2847,
"haven": 2848,
"hazard": 2849,
"itself": 2850,
"##ols": 2851,
"##olved": 2852,
"##olAnn": 2853,
"##olina": 2854,
"##ckenney": 2855,
"whites": 2856,
"wheres": 2857,
"whispering": 2858,
"star": 2859,
"station": 2860,
"state": 2861,
"stand": 2862,
"stress": 2863,
"steak": 2864,
"stagn": 2865,
"style": 2866,
"street": 2867,
"story": 2868,
"##ayer": 2869,
"##ayed": 2870,
"revol": 2871,
"reason": 2872,
"regim": 2873,
"relent": 2874,
"##oping": 2875,
"##opter": 2876,
"##opted": 2877,
"##operty": 2878,
"##ads": 2879,
"##adict": 2880,
"force": 2881,
"##omever": 2882,
"##ioned": 2883,
"##cted": 2884,
"##ctor": 2885,
"##ction": 2886,
"##ooo": 2887,
"lied": 2888,
"liked": 2889,
"living": 2890,
"lipped": 2891,
"liF2": 2892,
"liars": 2893,
"##ersed": 2894,
"shop": 2895,
"shown": 2896,
"shall": 2897,
"shel": 2898,
"shocked": 2899,
"shrug": 2900,
"trip": 2901,
"track": 2902,
"trig": 2903,
"trade": 2904,
"tried": 2905,
"trudeau": 2906,
"transp": 2907,
"tripped": 2908,
"##usterfuck": 2909,
"##ament": 2910,
"##amplain": 2911,
"weird": 2912,
"welcome": 2913,
"weasel": 2914,
"prair": 2915,
"property": 2916,
"within": 2917,
"##ched": 2918,
"##chip": 2919,
"##chases": 2920,
"##owned": 2921,
"##alling": 2922,
"comes": 2923,
"commer": 2924,
"comfy": 2925,
"complaining": 2926,
"##ceased": 2927,
"##celed": 2928,
"Their": 2929,
"TheBug": 2930,
"##eaks": 2931,
"##imb": 2932,
"##iming": 2933,
"##iments": 2934,
"##imistic": 2935,
"##iminal": 2936,
"##imeter": 2937,
"##eezer": 2938,
"##ilos": 2939,
"##ilities": 2940,
"##vertise": 2941,
"frame": 2942,
"frig": 2943,
"frank": 2944,
"franc": 2945,
"fridge": 2946,
"fringe": 2947,
"justice": 2948,
"justific": 2949,
"able": 2950,
"above": 2951,
"ability": 2952,
"abund": 2953,
"absol": 2954,
"##ury": 2955,
"##urg": 2956,
"##urity": 2957,
"##urous": 2958,
"##urday": 2959,
"##urning": 2960,
"##urbance": 2961,
"##istly": 2962,
"##istance": 2963,
"##istency": 2964,
"noting": 2965,
"notable": 2966,
"likely": 2967,
"dollies": 2968,
"doctor": 2969,
"meals": 2970,
"memb": 2971,
"megathread": 2972,
"memes": 2973,
"meats": 2974,
"measures": 2975,
"##unal": 2976,
"##unity": 2977,
"##antism": 2978,
"condit": 2979,
"condem": 2980,
"concent": 2981,
"consequ": 2982,
"neat": 2983,
"neigh": 2984,
"neither": 2985,
"negle": 2986,
"neutral": 2987,
"chill": 2988,
"chick": 2989,
"charity": 2990,
"chng": 2991,
"chaos": 2992,
"charge": 2993,
"chasing": 2994,
"chicks": 2995,
"debates": 2996,
"device": 2997,
"deceased": 2998,
"##aging": 2999,
"##aged": 3000,
"##agine": 3001,
"##agram": 3002,
"##aggerating": 3003,
"hey": 3004,
"heck": 3005,
"head": 3006,
"heated": 3007,
"helic": 3008,
"suff": 3009,
"sugg": 3010,
"susp": 3011,
"suwet": 3012,
"ask": 3013,
"asked": 3014,
"aspire": 3015,
"somewh": 3016,
"somehow": 3017,
"##osite": 3018,
"##using": 3019,
"##usation": 3020,
"gets": 3021,
"upvot": 3022,
"uphold": 3023,
"upload": 3024,
"##ulation": 3025,
"##ulate": 3026,
"dont": 3027,
"noon": 3028,
"order": 3029,
"##artment": 3030,
"cans": 3031,
"cancell": 3032,
"canceled": 3033,
"goad": 3034,
"goals": 3035,
"##abeth": 3036,
"##aborators": 3037,
"##essary": 3038,
"anybo": 3039,
"anywhere": 3040,
"alig": 3041,
"although": 3042,
"alright": 3043,
"logo": 3044,
"logos": 3045,
"logistic": 3046,
"loads": 3047,
"social": 3048,
"##ainees": 3049,
"whoever": 3050,
"Theyre": 3051,
"outli": 3052,
"outbre": 3053,
"##ume": 3054,
"##awfully": 3055,
"##awnM": 3056,
"##ffin": 3057,
"##ffat": 3058,
"##ffee": 3059,
"##ards": 3060,
"allowed": 3061,
"unless": 3062,
"unach": 3063,
"unbl": 3064,
"unnec": 3065,
"uncom": 3066,
"unmas": 3067,
"unwind": 3068,
"unreason": 3069,
"##aces": 3070,
"##acass": 3071,
"##acists": 3072,
"##atever": 3073,
"##ategy": 3074,
"protests": 3075,
"protesting": 3076,
"Who": 3077,
"When": 3078,
"Where": 3079,
"Whomever": 3080,
"Wheezer": 3081,
"Whatever": 3082,
"mod": 3083,
"mob": 3084,
"mods": 3085,
"moved": 3086,
"movies": 3087,
"moistly": 3088,
"word": 3089,
"worn": 3090,
"worth": 3091,
"worry": 3092,
"##nowled": 3093,
"##mentary": 3094,
"amaz": 3095,
"amiss": 3096,
"amused": 3097,
"ambition": 3098,
"americ": 3099,
"clown": 3100,
"class": 3101,
"cloth": 3102,
"client": 3103,
"clarified": 3104,
"clicked": 3105,
"clusterfuck": 3106,
"climb": 3107,
"event": 3108,
"events": 3109,
"evaluate": 3110,
"evidence": 3111,
"##earing": 3112,
"##asting": 3113,
"##astic": 3114,
"##asteful": 3115,
"##astrous": 3116,
"##ounds": 3117,
"Its": 3118,
"acted": 3119,
"active": 3120,
"activ": 3121,
"expl": 3122,
"explaining": 3123,
"extreme": 3124,
"exper": 3125,
"exaggerating": 3126,
"poor": 3127,
"pods": 3128,
"##oyer": 3129,
"##oyment": 3130,
"spin": 3131,
"spent": 3132,
"spout": 3133,
"sport": 3134,
"spoken": 3135,
"spec": 3136,
"speaks": 3137,
"##amel": 3138,
"polio": 3139,
"policing": 3140,
"saving": 3141,
"safer": 3142,
"timing": 3143,
"Canal": 3144,
"Cancer": 3145,
"##ivers": 3146,
"##iversary": 3147,
"##izing": 3148,
"##izers": 3149,
"##izens": 3150,
"##izabeth": 3151,
"starting": 3152,
"startup": 3153,
"arrest": 3154,
"argue": 3155,
"ago": 3156,
"aggress": 3157,
"cost": 3158,
"coord": 3159,
"coopted": 3160,
"coffee": 3161,
"died": 3162,
"diagn": 3163,
"digital": 3164,
"drastic": 3165,
"drivers": 3166,
"honk": 3167,
"honest": 3168,
"honks": 3169,
"user": 3170,
"used": 3171,
"users": 3172,
"usual": 3173,
"##elming": 3174,
"##iple": 3175,
"##azies": 3176,
"##ortunity": 3177,
"provid": 3178,
"profile": 3179,
"prostitute": 3180,
"Any": 3181,
"idling": 3182,
"leuke": 3183,
"levels": 3184,
"others": 3185,
"##4881": 3186,
"shitting": 3187,
"shitlist": 3188,
"changes": 3189,
"appear": 3190,
"appoint": 3191,
"empl": 3192,
"empt": 3193,
"empow": 3194,
"emulate": 3195,
"result": 3196,
"respect": 3197,
"resub": 3198,
"rescue": 3199,
"resolved": 3200,
"vibr": 3201,
"views": 3202,
"vigil": 3203,
"##ify": 3204,
"##iful": 3205,
"##iftly": 3206,
"##ileged": 3207,
"##bec": 3208,
"##plug": 3209,
"##plish": 3210,
"##plified": 3211,
"##played": 3212,
"otherwise": 3213,
"OttawaSen": 3214,
"flown": 3215,
"fucks": 3216,
"fuckin": 3217,
"fucked": 3218,
"hasn": 3219,
"##ievable": 3220,
"##ulls": 3221,
"##ender": 3222,
"##endum": 3223,
"1486818": 3224,
"blank": 3225,
"blather": 3226,
"blasting": 3227,
"crank": 3228,
"cross": 3229,
"cringe": 3230,
"crowd": 3231,
"criminal": 3232,
"crazies": 3233,
"grow": 3234,
"grave": 3235,
"grows": 3236,
"grody": 3237,
"groups": 3238,
"grounds": 3239,
"overall": 3240,
"overgr": 3241,
"overwh": 3242,
"seeth": 3243,
"sexual": 3244,
"verbally": 3245,
"verify": 3246,
"ways": 3247,
"##geym": 3248,
"##bert": 3249,
"##ails": 3250,
"##pection": 3251,
"##8176": 3252,
"##ouraged": 3253,
"commenting": 3254,
"convos": 3255,
"convicted": 3256,
"convoi": 3257,
"convinced": 3258,
"needs": 3259,
"needle": 3260,
"needles": 3261,
"Canadian": 3262,
"Canadians": 3263,
"couldn": 3264,
"countless": 3265,
"disowned": 3266,
"disastrous": 3267,
"displayed": 3268,
"engin": 3269,
"herself": 3270,
"important": 3271,
"partly": 3272,
"partner": 3273,
"particip": 3274,
"rights": 3275,
"talked": 3276,
"##ibility": 3277,
"##ibuted": 3278,
"##ollection": 3279,
"##ockington": 3280,
"located": 3281,
"locations": 3282,
"afterno": 3283,
"feels": 3284,
"bro": 3285,
"bring": 3286,
"brave": 3287,
"brings": 3288,
"bridge": 3289,
"carry": 3290,
"cargos": 3291,
"carrot": 3292,
"carcin": 3293,
"caramel": 3294,
"gotten": 3295,
"keeps": 3296,
"nights": 3297,
"nightmare": 3298,
"play": 3299,
"plans": 3300,
"plug": 3301,
"plane": 3302,
"planned": 3303,
"places": 3304,
"parking": 3305,
"parade": 3306,
"parli": 3307,
"terms": 3308,
"takeing": 3309,
"##dering": 3310,
"##ubli": 3311,
"##ports": 3312,
"##assy": 3313,
"##ickly": 3314,
"shepher": 3315,
"wearers": 3316,
"dealt": 3317,
"dealing": 3318,
"expecting": 3319,
"pointedly": 3320,
"didnt": 3321,
"Shut": 3322,
"Shout": 3323,
"Shows": 3324,
"ShawnM": 3325,
"badass": 3326,
"backs": 3327,
"backgr": 3328,
"hopefully": 3329,
"horns": 3330,
"look": 3331,
"muffin": 3332,
"opting": 3333,
"operating": 3334,
"opinion": 3335,
"restricted": 3336,
"someday": 3337,
"wouldn": 3338,
"##ogniz": 3339,
"##ogenic": 3340,
"##obably": 3341,
"##lesex": 3342,
"##apes": 3343,
"##modations": 3344,
"##9207": 3345,
"##9203": 3346,
"##TAWA": 3347,
"##enses": 3348,
"##ensive": 3349,
"##itely": 3350,
"shows": 3351,
"showing": 3352,
"showed": 3353,
"showers": 3354,
"goddam": 3355,
"twofer": 3356,
"channels": 3357,
"masker": 3358,
"##resses": 3359,
"Check": 3360,
"Christ": 3361,
"Chateau": 3362,
"Champlain": 3363,
"Contest": 3364,
"Confederate": 3365,
"Constitution": 3366,
"Ohh": 3367,
"One": 3368,
"True": 3369,
"Trump": 3370,
"Transp": 3371,
"accusation": 3372,
"feces": 3373,
"feature": 3374,
"funnier": 3375,
"leaked": 3376,
"owner": 3377,
"owners": 3378,
"prevent": 3379,
"personal": 3380,
"snowsh": 3381,
"snowstorm": 3382,
"##iots": 3383,
"##uggled": 3384,
"##cling": 3385,
"##weiser": 3386,
"annoy": 3387,
"announced": 3388,
"annoyed": 3389,
"anniversary": 3390,
"staying": 3391,
"recent": 3392,
"record": 3393,
"recycl": 3394,
"recommend": 3395,
"recollection": 3396,
"recogniz": 3397,
"compare": 3398,
"compel": 3399,
"confused": 3400,
"assholes": 3401,
"assume": 3402,
"posts": 3403,
"convoys": 3404,
"10th": 3405,
"10pm": 3406,
"1077146": 3407,
"Already": 3408,
"Although": 3409,
"Albert": 3410,
"Monarch": 3411,
"Stupid": 3412,
"advance": 3413,
"advertise": 3414,
"center": 3415,
"century": 3416,
"kids": 3417,
"kidna": 3418,
"physical": 3419,
"philos": 3420,
"permit": 3421,
"perfection": 3422,
"persecute": 3423,
"perimeter": 3424,
"quo": 3425,
"question": 3426,
"quarter": 3427,
"rambl": 3428,
"rammed": 3429,
"ramsack": 3430,
"symb": 3431,
"symp": 3432,
"syphil": 3433,
"swarm": 3434,
"swiftly": 3435,
"surviv": 3436,
"surveill": 3437,
"##ufferable": 3438,
"##AMN": 3439,
"thru": 3440,
"thrilled": 3441,
"##ervative": 3442,
"##athizers": 3443,
"##att21": 3444,
"##reaming": 3445,
"##ences": 3446,
"##utionary": 3447,
"##ological": 3448,
"reports": 3449,
"reported": 3450,
"reportedly": 3451,
"trolling": 3452,
"friends": 3453,
"##unching": 3454,
"consistency": 3455,
"conservative": 3456,
"subject": 3457,
"subred": 3458,
"mostly": 3459,
"politics": 3460,
"politically": 3461,
"politician": 3462,
"##areness": 3463,
"##arencies": 3464,
"idiotic": 3465,
"148778": 3466,
"1487818": 3467,
"14879203": 3468,
"blockers": 3469,
"literal": 3470,
"Become": 3471,
"Because": 3472,
"Bezos": 3473,
"Bring": 3474,
"Brown": 3475,
"Bridge": 3476,
"Brockington": 3477,
"Carl": 3478,
"Carls": 3479,
"Carhar": 3480,
"Carolina": 3481,
"Embr": 3482,
"Embarr": 3483,
"God": 3484,
"Going": 3485,
"Health": 3486,
"Orlé": 3487,
"calls": 3488,
"hunting": 3489,
"jobs": 3490,
"lower": 3491,
"lesson": 3492,
"minority": 3493,
"message": 3494,
"messages": 3495,
"messaging": 3496,
"mandate": 3497,
"numbsk": 3498,
"racist": 3499,
"racial": 3500,
"tells": 3501,
"warmed": 3502,
"warmth": 3503,
"##irement": 3504,
"##iang": 3505,
"##roves": 3506,
"##rochip": 3507,
"##aches": 3508,
"##voted": 3509,
"##725281": 3510,
"##714881": 3511,
"antifa": 3512,
"##ishment": 3513,
"liberals": 3514,
"##ursion": 3515,
"continue": 3516,
"chats": 3517,
"chatter": 3518,
"chateau": 3519,
"default": 3520,
"deflat": 3521,
"vehicle": 3522,
"1488144": 3523,
"148816800": 3524,
"148815862": 3525,
"14881725281": 3526,
"secretly": 3527,
"security": 3528,
"impact": 3529,
"improves": 3530,
"images": 3531,
"imagined": 3532,
"talkies": 3533,
"happened": 3534,
"victims": 3535,
"100k": 3536,
"1000": 3537,
"Kingston": 3538,
"OPS": 3539,
"OPP": 3540,
"Supreme": 3541,
"Tofin": 3542,
"THEM": 3543,
"Watching": 3544,
"award": 3545,
"awkward": 3546,
"awareness": 3547,
"attach": 3548,
"buying": 3549,
"bang": 3550,
"bullying": 3551,
"bullsh": 3552,
"causing": 3553,
"cautionary": 3554,
"cares": 3555,
"careful": 3556,
"distant": 3557,
"disturbance": 3558,
"distasteful": 3559,
"early": 3560,
"earlier": 3561,
"earplug": 3562,
"failing": 3563,
"failed": 3564,
"failure": 3565,
"genoc": 3566,
"genuine": 3567,
"general": 3568,
"huron": 3569,
"hateful": 3570,
"link": 3571,
"links": 3572,
"linked": 3573,
"moment": 3574,
"miles": 3575,
"pastor": 3576,
"pulled": 3577,
"rats": 3578,
"retweet": 3579,
"retarded": 3580,
"retirement": 3581,
"routes": 3582,
"routed": 3583,
"routines": 3584,
"screens": 3585,
"scene": 3586,
"screaming": 3587,
"sentence": 3588,
"sentiments": 3589,
"schools": 3590,
"sounds": 3591,
"signs": 3592,
"service": 3593,
"team": 3594,
"text": 3595,
"teenag": 3596,
"wrote": 3597,
"##shine": 3598,
"##tenance": 3599,
"##work": 3600,
"##0738278": 3601,
"##07513423": 3602,
"##EMBER": 3603,
"##TELY": 3604,
"threats": 3605,
"threaten": 3606,
"threatening": 3607,
"##onstrated": 3608,
"##anely": 3609,
"angle": 3610,
"##arrassed": 3611,
"inspection": 3612,
"insufferable": 3613,
"insanely": 3614,
"incred": 3615,
"incoher": 3616,
"incursion": 3617,
"institution": 3618,
"instru": 3619,
"instagram": 3620,
"internet": 3621,
"intervie": 3622,
"issues": 3623,
"ready": 3624,
"dogs": 3625,
"checks": 3626,
"decide": 3627,
"decades": 3628,
"decided": 3629,
"unlawfully": 3630,
"existed": 3631,
"existence": 3632,
"collaborators": 3633,
"coverage": 3634,
"directions": 3635,
"differently": 3636,
"legit": 3637,
"legally": 3638,
"legacy": 3639,
"application": 3640,
"emblematic": 3641,
"embassy": 3642,
"embarrassed": 3643,
"massing": 3644,
"thankful": 3645,
"brained": 3646,
"##9237146": 3647,
"listened": 3648,
"snowbank": 3649,
"added": 3650,
"addresses": 3651,
"roadside": 3652,
"consider": 3653,
"terrorist": 3654,
"terrorists": 3655,
"terrorizing": 3656,
"hundred": 3657,
"antiwork": 3658,
"weekend": 3659,
"control": 3660,
"contradict": 3661,
"contributed": 3662,
"America": 3663,
"American": 3664,
"Americans": 3665,
"corporations": 3666,
"middlesex": 3667,
"##996120": 3668,
"1972": 3669,
"Cost": 3670,
"Covent": 3671,
"COBR": 3672,
"CONV": 3673,
"Donny": 3674,
"Elgin": 3675,
"Elizabeth": 3676,
"Edit2": 3677,
"GODD": 3678,
"GONNA": 3679,
"Hunt": 3680,
"Indig": 3681,
"Important": 3682,
"Imagine": 3683,
"Laws": 3684,
"Lawyers": 3685,
"Most": 3686,
"Moffat": 3687,
"MPP": 3688,
"Nearly": 3689,
"Noooooo": 3690,
"OCTOBER": 3691,
"Prayer": 3692,
"Probably": 3693,
"PMS": 3694,
"PTT": 3695,
"PTBO": 3696,
"Question": 3697,
"Quickly": 3698,
"Ranch": 3699,
"Saying": 3700,
"Someone": 3701,
"Seems": 3702,
"Seemed": 3703,
"Used": 3704,
"Username": 3705,
"WOW": 3706,
"WORST": 3707,
"Work": 3708,
"Worried": 3709,
"apologies": 3710,
"apartment": 3711,
"bins": 3712,
"benef": 3713,
"benjam": 3714,
"burns": 3715,
"burning": 3716,
"camps": 3717,
"camera": 3718,
"catching": 3719,
"couple": 3720,
"denial": 3721,
"denounced": 3722,
"detainees": 3723,
"details": 3724,
"election": 3725,
"elementary": 3726,
"effing": 3727,
"effect": 3728,
"farmland": 3729,
"fireworks": 3730,
"harassing": 3731,
"harassed": 3732,
"higher": 3733,
"highways": 3734,
"handful": 3735,
"housing": 3736,
"houses": 3737,
"holding": 3738,
"judge": 3739,
"judges": 3740,
"losing": 3741,
"losers": 3742,
"laws": 3743,
"learn": 3744,
"learning": 3745,
"makes": 3746,
"majority": 3747,
"microchip": 3748,
"missed": 3749,
"mission": 3750,
"monster": 3751,
"monsters": 3752,
"opposite": 3753,
"opportunity": 3754,
"pond": 3755,
"pondering": 3756,
"putsch": 3757,
"raised": 3758,
"raising": 3759,
"riding": 3760,
"ridicul": 3761,
"skin": 3762,
"skate": 3763,
"sniper": 3764,
"snuggled": 3765,
"sitting": 3766,
"situation": 3767,
"similar": 3768,
"simplified": 3769,
"tHe": 3770,
"tHiN": 3771,
"turf": 3772,
"turned": 3773,
"virus": 3774,
"virtue": 3775,
"yelling": 3776,
"yelled": 3777,
"##21881": 3778,
"##20045": 3779,
"##CAN": 3780,
"##fucker": 3781,
"##WAYS": 3782,
"##ICKEN": 3783,
"##498176": 3784,
"##490738278": 3785,
"##79I4": 3786,
"##769207": 3787,
"##629237146": 3788,
"##enard1": 3789,
"intent": 3790,
"intensive": 3791,
"hahaha": 3792,
"strike": 3793,
"strategy": 3794,
"repeat": 3795,
"republi": 3796,
"reference": 3797,
"referendum": 3798,
"##ophy": 3799,
"##ophones": 3800,
"sharp": 3801,
"sharing": 3802,
"trailer": 3803,
"trailers": 3804,
"tractor": 3805,
"traction": 3806,
"private": 3807,
"privileged": 3808,
"commute": 3809,
"communal": 3810,
"##cellent": 3811,
"demanding": 3812,
"demonstrated": 3813,
"deplorable": 3814,
"deployment": 3815,
"deathly": 3816,
"healthcare": 3817,
"supremacist": 3818,
"supremacists": 3819,
"downvote": 3820,
"downvoted": 3821,
"protects": 3822,
"movement": 3823,
"worldwide": 3824,
"amongst": 3825,
"clapped": 3826,
"claiming": 3827,
"closer": 3828,
"closest": 3829,
"polls": 3830,
"pollution": 3831,
"spreading": 3832,
"dropped": 3833,
"drunkards": 3834,
"officers": 3835,
"officials": 3836,
"discord": 3837,
"discouraged": 3838,
"disparity": 3839,
"dispersed": 3840,
"ended": 3841,
"endeth": 3842,
"optimistic": 3843,
"accomplish": 3844,
"accommodations": 3845,
"risky": 3846,
"riskier": 3847,
"quieter": 3848,
"walkie": 3849,
"##athreads": 3850,
"responsible": 3851,
"responsibility": 3852,
"definitively": 3853,
"definitely": 3854,
"supporting": 3855,
"SuperBow": 3856,
"attacking": 3857,
"built": 3858,
"building": 3859,
"militia": 3860,
"military": 3861,
"signalling": 3862,
"unlikely": 3863,
"collecting": 3864,
"collective": 3865,
"LaurenWitzke": 3866,
"MeehanCar": 3867,
"bombarded": 3868,
"businesses": 3869,
"following": 3870,
"objects": 3871,
"psychos": 3872,
"psychological": 3873,
"washrooms": 3874,
"understand": 3875,
"understanding": 3876,
"1400": 3877,
"3000": 3878,
"417": 3879,
"50cm": 3880,
"5PM": 3881,
"ABSOL": 3882,
"After": 3883,
"Awesome": 3884,
"Apologies": 3885,
"ADHD": 3886,
"ALWAYS": 3887,
"ARE": 3888,
"Austin": 3889,
"BASIC": 3890,
"BareFax": 3891,
"Bizarre": 3892,
"Budweiser": 3893,
"Battle": 3894,
"Crazy": 3895,
"Club": 3896,
"CHICKEN": 3897,
"CEO": 3898,
"CTV": 3899,
"CPC": 3900,
"Centertown": 3901,
"Counter": 3902,
"Couldn": 3903,
"Candice": 3904,
"Crystal": 3905,
"Careful": 3906,
"County": 3907,
"Court": 3908,
"Coburg": 3909,
"Captain": 3910,
"Deans": 3911,
"Driving": 3912,
"Duh": 3913,
"DEFI": 3914,
"Deny": 3915,
"Dashv": 3916,
"Downvoted": 3917,
"DAMP": 3918,
"Dumpy": 3919,
"Dundonal": 3920,
"Excellent": 3921,
"Everyone": 3922,
"Elders": 3923,
"From": 3924,
"Fox": 3925,
"FOR": 3926,
"Freshii": 3927,
"Frontl": 3928,
"French": 3929,
"Grade": 3930,
"GitHub": 3931,
"Glebe": 3932,
"Honestly": 3933,
"Horse": 3934,
"Hillier": 3935,
"Hormone": 3936,
"Hmmm": 3937,
"Idiots": 3938,
"Johnn": 3939,
"JLeiper": 3940,
"Jesus": 3941,
"Jordan": 3942,
"Kanata": 3943,
"Kids": 3944,
"Kinda": 3945,
"LD24": 3946,
"Looks": 3947,
"Laggy": 3948,
"Lockdown": 3949,
"Leningrad": 3950,
"Lmaooo": 3951,
"Legault": 3952,
"McKenney": 3953,
"Merlin": 3954,
"Marvel": 3955,
"Metis": 3956,
"Mamacass": 3957,
"Mainstream": 3958,
"Multi": 3959,
"Motherfucker": 3960,
"Megathreads": 3961,
"Nahh": 3962,
"NIMBY": 3963,
"North": 3964,
"Obvious": 3965,
"Ominous": 3966,
"Owens": 3967,
"OTTAWA": 3968,
"Others": 3969,
"Phoen": 3970,
"Pooping": 3971,
"PH79I4": 3972,
"Perth": 3973,
"Preaches": 3974,
"Peterson": 3975,
"Police": 3976,
"Portage": 3977,
"Psssst": 3978,
"Queen": 3979,
"Reports": 3980,
"Rye": 3981,
"RANCH": 3982,
"Resistance": 3983,
"Returning": 3984,
"Randy": 3985,
"REMEMBER": 3986,
"RiverWard": 3987,
"Slave": 3988,
"SaMe": 3989,
"ScottM": 3990,
"Swearing": 3991,
"SUVs": 3992,
"Saturday": 3993,
"Sunday": 3994,
"Summar": 3995,
"START": 3996,
"SEND": 3997,
"TRUDE": 3998,
"Tucker": 3999,
"Tweets": 4000,
"Texas": 4001,
"Toronto": 4002,
"VOTE": 4003,
"Very": 4004,
"Vanier": 4005,
"Valley": 4006,
"Write": 4007,
"WAR": 4008,
"WW2": 4009,
"Winnip": 4010,
"Yep": 4011,
"York": 4012,
"Zella": 4013,
"avoid": 4014,
"aRe": 4015,
"automatic": 4016,
"acknowled": 4017,
"airbnbs": 4018,
"affection": 4019,
"across": 4020,
"bias": 4021,
"booty": 4022,
"btw": 4023,
"bonaf": 4024,
"border": 4025,
"basically": 4026,
"boogeym": 4027,
"bucks": 4028,
"bounce": 4029,
"babies": 4030,
"boldly": 4031,
"bigot": 4032,
"bobo": 4033,
"breath": 4034,
"csL5": 4035,
"celebr": 4036,
"cmckenney": 4037,
"catering": 4038,
"creation": 4039,
"citizens": 4040,
"coward": 4041,
"calm": 4042,
"colour": 4043,
"customer": 4044,
"circling": 4045,
"council": 4046,
"crying": 4047,
"civic": 4048,
"course": 4049,
"caught": 4050,
"cyclists": 4051,
"dwarf": 4052,
"dKdn": 4053,
"deserve": 4054,
"destroyed": 4055,
"diesel": 4056,
"dressed": 4057,
"daughter": 4058,
"escap": 4059,
"equally": 4060,
"eggs": 4061,
"folks": 4062,
"family": 4063,
"filter": 4064,
"fighting": 4065,
"facilities": 4066,
"field": 4067,
"gaps": 4068,
"garage": 4069,
"galore": 4070,
"github": 4071,
"gauge": 4072,
"goooooo": 4073,
"homes": 4074,
"hotel": 4075,
"hills": 4076,
"human": 4077,
"hypocr": 4078,
"hilarious": 4079,
"ironic": 4080,
"join": 4081,
"jerry": 4082,
"jabbing": 4083,
"journal": 4084,
"kept": 4085,
"knew": 4086,
"karma": 4087,
"launching": 4088,
"lcbo": 4089,
"loudest": 4090,
"length": 4091,
"licenses": 4092,
"lady": 4093,
"lambton": 4094,
"lucky": 4095,
"mercy": 4096,
"matter": 4097,
"motor": 4098,
"meta": 4099,
"mentioned": 4100,
"mirror": 4101,
"murder": 4102,
"maintenance": 4103,
"minds": 4104,
"multiple": 4105,
"ngl": 4106,
"nFBG": 4107,
"naïve": 4108,
"nuts": 4109,
"networks": 4110,
"noob": 4111,
"nearest": 4112,
"nicknames": 4113,
"nervous": 4114,
"nurses": 4115,
"odd": 4116,
"omg": 4117,
"ozztfy": 4118,
"occasion": 4119,
"pitched": 4120,
"petition": 4121,
"population": 4122,
"piles": 4123,
"purchases": 4124,
"punishment": 4125,
"painful": 4126,
"piece": 4127,
"presence": 4128,
"picture": 4129,
"papa": 4130,
"pressure": 4131,
"pleasantly": 4132,
"pursuit": 4133,
"quebec": 4134,
"q79g2": 4135,
"rgEcl": 4136,
"ruined": 4137,
"rerun": 4138,
"rural": 4139,
"rules": 4140,
"rumour": 4141,
"rolling": 4142,
"ratties": 4143,
"slurs": 4144,
"server": 4145,
"soul": 4146,
"sense": 4147,
"slept": 4148,
"salad": 4149,
"sadly": 4150,
"sister": 4151,
"sunshine": 4152,
"self": 4153,
"songs": 4154,
"smooth": 4155,
"squad": 4156,
"tips": 4157,
"tale": 4158,
"tinfoil": 4159,
"treated": 4160,
"tunes": 4161,
"tantrum": 4162,
"tailgate": 4163,
"ticket": 4164,
"taxing": 4165,
"types": 4166,
"teachable": 4167,
"upside": 4168,
"visit": 4169,
"values": 4170,
"vacation": 4171,
"vandalism": 4172,
"vaxxer": 4173,
"waiting": 4174,
"wanna": 4175,
"wider": 4176,
"wandering": 4177,
"wizard": 4178,
"warrior": 4179,
"warfare": 4180,
"x200B": 4181,
"💀❤️": 4182,
"😂😂😂": 4183,
"🤷🏽♀️🤷🏽♀️": 4184,
"##iencing": 4185,
"##house": 4186,
"##hots": 4187,
"##hoods": 4188,
"##oited": 4189,
"##offatt21": 4190,
"##bourhoods": 4191,
"##lhS4xBY": 4192,
"##u2ikBCA": 4193,
"##CantFix": 4194,
"##fortable": 4195,
"##9110": 4196,
"##9CdkVU": 4197,
"##Dick12": 4198,
"##011566": 4199,
"##NITELY": 4200,
"##Riley": 4201,
"##461011566": 4202,
"##8307513423": 4203,
"##870490738278": 4204,
"##894714881": 4205,
"##33w2E": 4206,
"##190894714881": 4207,
"##677825": 4208,
"##TG33w2E": 4209,
"##YouCantFix": 4210,
"##YPWCLP": 4211,
"thieves": 4212,
"thumbs": 4213,
"toronto": 4214,
"torturous": 4215,
"animals": 4216,
"anxiety": 4217,
"inaction": 4218,
"involves": 4219,
"inevitable": 4220,
"indoors": 4221,
"influx": 4222,
"beautiful": 4223,
"##olAnne": 4224,
"stands": 4225,
"stressful": 4226,
"steakhouse": 4227,
"stagnant": 4228,
"revolution": 4229,
"regime": 4230,
"relentless": 4231,
"liF2u2ikBCA": 4232,
"shelters": 4233,
"triggered": 4234,
"transparencies": 4235,
"weirdly": 4236,
"prairies": 4237,
"commercial": 4238,
"TheBugYouCantFix": 4239,
"frigid": 4240,
"franklin": 4241,
"francophones": 4242,
"justification": 4243,
"abundantly": 4244,
"absolute": 4245,
"members": 4246,
"conditions": 4247,
"condemned": 4248,
"concentrated": 4249,
"consequences": 4250,
"neighbourhoods": 4251,
"neglected": 4252,
"helicopter": 4253,
"suffering": 4254,
"suggest": 4255,
"suspender": 4256,
"somewhat": 4257,
"upvoters": 4258,
"uploaded": 4259,
"cancelled": 4260,
"anybody": 4261,
"aligning": 4262,
"logistics": 4263,
"socialism": 4264,
"outliers": 4265,
"outbreak": 4266,
"unachievable": 4267,
"unblocked": 4268,
"unnecessary": 4269,
"uncomfortable": 4270,
"unmasked": 4271,
"unreasonable": 4272,
"amazing": 4273,
"american": 4274,
"classes": 4275,
"clothes": 4276,
"activated": 4277,
"exploited": 4278,
"experiencing": 4279,
"sports": 4280,
"specific": 4281,
"arrested": 4282,
"aggressive": 4283,
"coordinated": 4284,
"diagnosed": 4285,
"providing": 4286,
"leukemia": 4287,
"appointment": 4288,
"employer": 4289,
"empties": 4290,
"empowered": 4291,
"resubmit": 4292,
"vibrational": 4293,
"vigilantism": 4294,
"OttawaSenators": 4295,
"1486818461011566": 4296,
"blankets": 4297,
"blathering": 4298,
"cranky": 4299,
"crossing": 4300,
"overgrown": 4301,
"overwhelming": 4302,
"engines": 4303,
"participants": 4304,
"afternoon": 4305,
"carcinogenic": 4306,
"parliament": 4307,
"shepherds": 4308,
"ShawnMenard1": 4309,
"background": 4310,
"goddamned": 4311,
"Christian": 4312,
"Constitutional": 4313,
"Trumpies": 4314,
"Transpo": 4315,
"preventing": 4316,
"snowshoe": 4317,
"recordings": 4318,
"recycling": 4319,
"recommended": 4320,
"recognize": 4321,
"10771468307513423": 4322,
"Monarchy": 4323,
"Stupidity": 4324,
"kidnapped": 4325,
"philosophy": 4326,
"rambling": 4327,
"symbols": 4328,
"sympathizers": 4329,
"syphilis": 4330,
"survivor": 4331,
"surveillance": 4332,
"subreddit": 4333,
"148778870490738278": 4334,
"1487818996120": 4335,
"1487920321881": 4336,
"Carlson": 4337,
"Carhartt": 4338,
"Embrun": 4339,
"Embarrassing": 4340,
"Healthcare": 4341,
"Orléans": 4342,
"numbskulls": 4343,
"deflator": 4344,
"1488144190894714881": 4345,
"148816800769207": 4346,
"148815862629237146": 4347,
"1488172528120045": 4348,
"Tofino": 4349,
"bullshit": 4350,
"earplugs": 4351,
"genocide": 4352,
"retweeting": 4353,
"screenshots": 4354,
"teenager": 4355,
"incredible": 4356,
"incoherent": 4357,
"institutionally": 4358,
"instruct": 4359,
"interview": 4360,
"contradicts": 4361,
"Coventry": 4362,
"COBRA": 4363,
"CONVOY": 4364,
"Elizabethlaw": 4365,
"GODDAMN": 4366,
"Indigenous": 4367,
"benefitted": 4368,
"benjamin": 4369,
"ridiculous": 4370,
"tHiNgS": 4371,
"republiCAN": 4372,
"accomplished": 4373,
"SuperBowl": 4374,
"LaurenWitzkeDE": 4375,
"MeehanCarolAnne": 4376,
"ABSOLUTE": 4377,
"BASICS": 4378,
"CHICKENS": 4379,
"CaptainDick12": 4380,
"DEFINITELY": 4381,
"Dashvapes": 4382,
"Dundonald": 4383,
"Frontline": 4384,
"Johnny": 4385,
"LD24TG33w2E": 4386,
"Lockdowns": 4387,
"NIMBYs": 4388,
"Obviously": 4389,
"Phoenix": 4390,
"RiverWardRiley": 4391,
"ScottMoffatt21": 4392,
"Summaries": 4393,
"TRUDEAU": 4394,
"Winnipeg": 4395,
"automatically": 4396,
"acknowledges": 4397,
"bonafide": 4398,
"boogeyman": 4399,
"csL5YPWCLP": 4400,
"celebrate": 4401,
"councilors": 4402,
"escapades": 4403,
"hypocrisy": 4404,
"journalists": 4405,
"lengthy": 4406,
"mirroring": 4407,
"nFBGlhS4xBY": 4408,
"occasionally": 4409,
"q79g2t": 4410,
"rgEcl9CdkVU": 4411,
"warrioriang": 4412,
"1486818461011566593": 4413,
"107714683075134235": 4414,
"1487788704907382786": 4415,
"1487818996120498176": 4416,
"1487920321881677825": 4417,
"1488168007692079110": 4418,
"1488158626292371467": 4419,
"1488172528120045570": 4420
}
}
}