elcbertclone / tokenizer.json
alexismatzopoulos's picture
Upload 10 files
99233b6 verified
{
"version": "1.0",
"truncation": null,
"padding": null,
"added_tokens": [
{
"id": 0,
"content": "[UNK]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 1,
"content": "[CLS]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 2,
"content": "[SEP]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 3,
"content": "[PAD]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 4,
"content": "[MASK]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 5,
"content": "[PAR]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 6,
"content": "[TAB]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
}
],
"normalizer": null,
"pre_tokenizer": {
"type": "Sequence",
"pretokenizers": [
{
"type": "ByteLevel",
"add_prefix_space": true,
"trim_offsets": true,
"use_regex": true
},
{
"type": "Digits",
"individual_digits": true
}
]
},
"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": [
1
],
"tokens": [
"[CLS]"
]
},
"[SEP]": {
"id": "[SEP]",
"ids": [
2
],
"tokens": [
"[SEP]"
]
}
}
},
"decoder": {
"type": "ByteLevel",
"add_prefix_space": true,
"trim_offsets": true,
"use_regex": true
},
"model": {
"type": "WordPiece",
"unk_token": "[UNK]",
"continuing_subword_prefix": "",
"max_input_chars_per_word": 100,
"vocab": {
"[UNK]": 0,
"[CLS]": 1,
"[SEP]": 2,
"[PAD]": 3,
"[MASK]": 4,
"[PAR]": 5,
"[TAB]": 6,
"!": 7,
"\"": 8,
"#": 9,
"$": 10,
"%": 11,
"&": 12,
"'": 13,
"(": 14,
")": 15,
"*": 16,
"+": 17,
",": 18,
"-": 19,
".": 20,
"/": 21,
"0": 22,
"1": 23,
"2": 24,
"3": 25,
"4": 26,
"5": 27,
"6": 28,
"7": 29,
"8": 30,
"9": 31,
":": 32,
";": 33,
"<": 34,
"=": 35,
">": 36,
"?": 37,
"@": 38,
"A": 39,
"B": 40,
"C": 41,
"D": 42,
"E": 43,
"F": 44,
"G": 45,
"H": 46,
"I": 47,
"J": 48,
"K": 49,
"L": 50,
"M": 51,
"N": 52,
"O": 53,
"P": 54,
"Q": 55,
"R": 56,
"S": 57,
"T": 58,
"U": 59,
"V": 60,
"W": 61,
"X": 62,
"Y": 63,
"Z": 64,
"[": 65,
"\\": 66,
"]": 67,
"^": 68,
"_": 69,
"`": 70,
"a": 71,
"b": 72,
"c": 73,
"d": 74,
"e": 75,
"f": 76,
"g": 77,
"h": 78,
"i": 79,
"j": 80,
"k": 81,
"l": 82,
"m": 83,
"n": 84,
"o": 85,
"p": 86,
"q": 87,
"r": 88,
"s": 89,
"t": 90,
"u": 91,
"v": 92,
"w": 93,
"x": 94,
"y": 95,
"z": 96,
"{": 97,
"|": 98,
"}": 99,
"~": 100,
"¡": 101,
"¢": 102,
"£": 103,
"¤": 104,
"¥": 105,
"¦": 106,
"§": 107,
"¨": 108,
"©": 109,
"ª": 110,
"«": 111,
"¬": 112,
"®": 113,
"¯": 114,
"°": 115,
"±": 116,
"²": 117,
"³": 118,
"´": 119,
"µ": 120,
"¶": 121,
"·": 122,
"¸": 123,
"¹": 124,
"º": 125,
"»": 126,
"¼": 127,
"½": 128,
"¾": 129,
"¿": 130,
"Â": 131,
"Ã": 132,
"Ä": 133,
"Å": 134,
"Æ": 135,
"Ç": 136,
"È": 137,
"É": 138,
"Ê": 139,
"Ë": 140,
"Ì": 141,
"Î": 142,
"Ï": 143,
"Ð": 144,
"Ñ": 145,
"Ò": 146,
"Ó": 147,
"Ô": 148,
"Õ": 149,
"Ö": 150,
"×": 151,
"Ø": 152,
"Ù": 153,
"Ú": 154,
"Û": 155,
"à": 156,
"á": 157,
"â": 158,
"ã": 159,
"ä": 160,
"å": 161,
"æ": 162,
"ç": 163,
"è": 164,
"é": 165,
"ê": 166,
"ë": 167,
"ì": 168,
"í": 169,
"ï": 170,
"ð": 171,
"Ġ": 172,
"Ģ": 173,
"ģ": 174,
"Ĥ": 175,
"ĥ": 176,
"Ħ": 177,
"ħ": 178,
"Ĩ": 179,
"ĩ": 180,
"Ī": 181,
"ī": 182,
"Ĭ": 183,
"ĭ": 184,
"Į": 185,
"į": 186,
"İ": 187,
"ı": 188,
"IJ": 189,
"ij": 190,
"Ĵ": 191,
"ĵ": 192,
"Ķ": 193,
"ķ": 194,
"ĸ": 195,
"Ĺ": 196,
"ĺ": 197,
"Ļ": 198,
"ļ": 199,
"Ľ": 200,
"ľ": 201,
"Ŀ": 202,
"ŀ": 203,
"Ł": 204,
"ł": 205,
"Ń": 206,
"Ġt": 207,
"he": 208,
"Ġa": 209,
"Ġ\"": 210,
"in": 211,
"Ġthe": 212,
"re": 213,
"Ġw": 214,
".\"": 215,
"ou": 216,
"Ġs": 217,
"on": 218,
"er": 219,
"ha": 220,
"nd": 221,
"is": 222,
"Ġb": 223,
"it": 224,
"Ġo": 225,
"Ġc": 226,
"Ġm": 227,
"Ġf": 228,
"ing": 229,
"or": 230,
"ed": 231,
"an": 232,
"ll": 233,
"Ġd": 234,
"en": 235,
"Ġto": 236,
"es": 237,
"Ġp": 238,
"Ġof": 239,
"Ġy": 240,
"Ġin": 241,
"ar": 242,
"at": 243,
"Ġand": 244,
"Ġl": 245,
"hat": 246,
"Ġyou": 247,
"as": 248,
"Ġg": 249,
"om": 250,
"Ġn": 251,
"ĠI": 252,
"ic": 253,
"?\"": 254,
"ow": 255,
"ve": 256,
"le": 257,
"ot": 258,
"Ġh": 259,
"Ġhe": 260,
"et": 261,
"al": 262,
"'s": 263,
"Ġha": 264,
"us": 265,
"Ġth": 266,
"ay": 267,
"Ġit": 268,
"Ġbe": 269,
"Ġthat": 270,
"Ġis": 271,
"Ġon": 272,
"ion": 273,
"id": 274,
"Ġe": 275,
"gh": 276,
"ut": 277,
"Ġre": 278,
"ld": 279,
"im": 280,
"Ġwas": 281,
"ent": 282,
"ĠT": 283,
"Ġwe": 284,
"ac": 285,
"ver": 286,
"ĠS": 287,
"am": 288,
"Ġfor": 289,
"ly": 290,
"ri": 291,
"st": 292,
"ro": 293,
"ĠA": 294,
"ir": 295,
"ad": 296,
"ke": 297,
"se": 298,
"Ġst": 299,
"ght": 300,
"'t": 301,
"oo": 302,
"out": 303,
"ĠC": 304,
"ith": 305,
"ĠM": 306,
"Ġme": 307,
"Ġk": 308,
"Ġu": 309,
"all": 310,
"Ġan": 311,
"Ġwith": 312,
"!\"": 313,
"Ġas": 314,
"..": 315,
"ur": 316,
"Ġdo": 317,
"ct": 318,
"her": 319,
"ce": 320,
"ill": 321,
"ter": 322,
"Ġwh": 323,
"if": 324,
"ch": 325,
"ĠB": 326,
"Ġse": 327,
"ĠH": 328,
"ome": 329,
"Ġare": 330,
"Ġnot": 331,
"il": 332,
"Ġhave": 333,
"ĠThe": 334,
"Ġat": 335,
"Ġthis": 336,
"You": 337,
"ould": 338,
"ra": 339,
"ĠP": 340,
"ant": 341,
"Ġgo": 342,
"ust": 343,
"Ġli": 344,
"ation": 345,
"op": 346,
"Ġkn": 347,
"ea": 348,
"ge": 349,
"ol": 350,
"un": 351,
"Ġhis": 352,
"The": 353,
"and": 354,
"ĠD": 355,
"ul": 356,
"rom": 357,
"Ġne": 358,
"ore": 359,
"ell": 360,
"Ġknow": 361,
"Ġj": 362,
"ain": 363,
"th": 364,
"Ġde": 365,
"Ġcan": 366,
"pp": 367,
"ĠG": 368,
"our": 369,
"Ġthey": 370,
"ĠW": 371,
"ĠR": 372,
"Ġso": 373,
"um": 374,
"Ġal": 375,
"Ġall": 376,
"est": 377,
"Ġab": 378,
"Ġmy": 379,
"ĠF": 380,
"ist": 381,
"ers": 382,
"Ġyour": 383,
"Ġby": 384,
"ĠL": 385,
"Ġfrom": 386,
"ie": 387,
"Ġsh": 388,
"Ġor": 389,
"art": 390,
"ess": 391,
"Ġr": 392,
"Ġwhat": 393,
"Ġcon": 394,
"Ġ(": 395,
"han": 396,
"ĠJ": 397,
"Ġone": 398,
"Ġwhe": 399,
"Ġthere": 400,
"os": 401,
"ight": 402,
"el": 403,
"ig": 404,
"ally": 405,
"nt": 406,
"Ġup": 407,
"ĠN": 408,
"Ġhad": 409,
"Ġsu": 410,
"Ġher": 411,
"qu": 412,
"em": 413,
"Ġbut": 414,
"Ġcom": 415,
"'re": 416,
"Ġhim": 417,
"Ġdon": 418,
"red": 419,
"ry": 420,
"ab": 421,
"Ġout": 422,
"ack": 423,
"ĠE": 424,
"Ġwor": 425,
"Ġsa": 426,
"Ġlike": 427,
"ood": 428,
"ate": 429,
"ook": 430,
"very": 431,
"Ġpl": 432,
"res": 433,
"What": 434,
"ame": 435,
"Ġus": 436,
"ive": 437,
"'m": 438,
"Ġwere": 439,
"It": 440,
"ong": 441,
"Ġshe": 442,
"od": 443,
"ink": 444,
"Ġpro": 445,
"ake": 446,
"Ġex": 447,
"ck": 448,
"Ġabout": 449,
"Ġv": 450,
"And": 451,
"Ġget": 452,
"ast": 453,
"pe": 454,
"ort": 455,
"one": 456,
"ind": 457,
"ard": 458,
"ound": 459,
"ĠO": 460,
"ity": 461,
"ich": 462,
"Ġjust": 463,
"He": 464,
"right": 465,
"ies": 466,
"Ġwho": 467,
"ear": 468,
"Ġdid": 469,
"Ġthem": 470,
"ak": 471,
"Ġhere": 472,
"eah": 473,
"ĠK": 474,
"ber": 475,
"Ġno": 476,
"ime": 477,
"...\"": 478,
"Ġman": 479,
"ine": 480,
"'ll": 481,
"Ġwould": 482,
",\"": 483,
"Ġwant": 484,
"Ġif": 485,
"Ġwill": 486,
"Ġthink": 487,
"ud": 488,
"Ġsome": 489,
"ous": 490,
"ven": 491,
"ost": 492,
"Ġint": 493,
"ap": 494,
"ep": 495,
"hing": 496,
"Ġany": 497,
"Oh": 498,
"own": 499,
"ice": 500,
"Ġwhich": 501,
"Ġright": 502,
"ide": 503,
"ther": 504,
"Ġgot": 505,
"Ġhas": 506,
"itt": 507,
"use": 508,
"ment": 509,
"ough": 510,
"No": 511,
"ag": 512,
"ĠHe": 513,
"Ġsaid": 514,
"fe": 515,
"Ġwhen": 516,
"...": 517,
"Ġsee": 518,
"ca": 519,
"hi": 520,
"Ġar": 521,
"Ġag": 522,
"Yeah": 523,
"ure": 524,
"Ġpe": 525,
"Ġsay": 526,
"We": 527,
"Ġtw": 528,
"Ġtime": 529,
"way": 530,
"That": 531,
"iv": 532,
"Ġbeen": 533,
"Ġsp": 534,
"ci": 535,
"Ġtr": 536,
"ĠIn": 537,
"ace": 538,
"Ġnow": 539,
"ian": 540,
"ĠIt": 541,
"ick": 542,
"'ve": 543,
"ople": 544,
"ove": 545,
"ia": 546,
"Ġtheir": 547,
"so": 548,
"Ġle": 549,
"ose": 550,
"Ġlook": 551,
"Ġcl": 552,
"ĠU": 553,
"Ġmore": 554,
"Ġthen": 555,
"lf": 556,
"ish": 557,
"reat": 558,
"are": 559,
"Ġgoing": 560,
"So": 561,
"na": 562,
"ite": 563,
"Ġother": 564,
"ree": 565,
"Ġcould": 566,
"Ġpeople": 567,
"ary": 568,
"Ġoff": 569,
"his": 570,
"--": 571,
"Ġover": 572,
"Ġback": 573,
"ĠSt": 574,
"ue": 575,
"irst": 576,
"other": 577,
"act": 578,
"age": 579,
"Ġqu": 580,
"ne": 581,
"Ġvery": 582,
"Ġro": 583,
"Ġthing": 584,
"ass": 585,
"ble": 586,
"ond": 587,
"cause": 588,
"But": 589,
"Ġaf": 590,
"pt": 591,
"Ġfe": 592,
"ount": 593,
"per": 594,
"Ġwork": 595,
"Ġtwo": 596,
"Ġgood": 597,
"Ġtoo": 598,
"ans": 599,
"Wh": 600,
"end": 601,
"Ġen": 602,
"Well": 603,
"omet": 604,
"Ġcomp": 605,
"Ġfirst": 606,
"ated": 607,
"Ġinto": 608,
"og": 609,
"oll": 610,
"Ġpart": 611,
"ions": 612,
"hed": 613,
"erm": 614,
"Ġun": 615,
"ase": 616,
"Ġhow": 617,
"ord": 618,
"Ġdown": 619,
"kay": 620,
"orn": 621,
"alk": 622,
"Ġthan": 623,
"Ġway": 624,
"ub": 625,
"ade": 626,
"Ġalso": 627,
"ire": 628,
"Ġbr": 629,
"Ġcall": 630,
"Ġam": 631,
"ittle": 632,
"oy": 633,
"iz": 634,
"Ġyear": 635,
"mer": 636,
"ought": 637,
"Ġpr": 638,
"ff": 639,
"Ġgr": 640,
"ater": 641,
"ov": 642,
"Ġim": 643,
"Ġbl": 644,
"Ġcome": 645,
"Ġwhere": 646,
"Ġour": 647,
"pl": 648,
"Ġagain": 649,
"ĠV": 650,
"nder": 651,
"Ġonly": 652,
"ife": 653,
"Ġad": 654,
"Ġevery": 655,
"ach": 656,
"Ġlittle": 657,
"ng": 658,
"cc": 659,
"ance": 660,
"Ġsomet": 661,
"urn": 662,
"we": 663,
"Ġday": 664,
"har": 665,
"ru": 666,
"Ġbet": 667,
"Ġplay": 668,
"Ġwell": 669,
"ang": 670,
"oc": 671,
"Ġdis": 672,
"Yes": 673,
"Ġact": 674,
"Ġte": 675,
"Ġcont": 676,
"wn": 677,
"Ġneed": 678,
"ence": 679,
"ress": 680,
"Ġbecause": 681,
"uch": 682,
"Ġgu": 683,
"Ġafter": 684,
"Ġmake": 685,
"orm": 686,
"Ġtake": 687,
"ty": 688,
"self": 689,
"ren": 690,
"av": 691,
"ory": 692,
"fore": 693,
"Ġshould": 694,
"able": 695,
"Ġbu": 696,
"Ġreally": 697,
"Ġlet": 698,
"ign": 699,
"cl": 700,
"ew": 701,
"Ġwr": 702,
"int": 703,
"ark": 704,
"thing": 705,
"ob": 706,
"ical": 707,
"Ġthese": 708,
"iss": 709,
"Ġpre": 710,
"ens": 711,
"here": 712,
"ip": 713,
"Ġhapp": 714,
"ict": 715,
"Ġtell": 716,
"ather": 717,
"Ġthr": 718,
"Ġunder": 719,
"Ġfl": 720,
"Ġapp": 721,
"ult": 722,
"au": 723,
"Ġmuch": 724,
"This": 725,
"Ġdoes": 726,
"onna": 727,
"Ġput": 728,
"Ġper": 729,
"hen": 730,
"Ġpo": 731,
"Ġmean": 732,
"ft": 733,
"Ġnew": 734,
"Ġsomething": 735,
"uck": 736,
"old": 737,
"ied": 738,
"ool": 739,
"les": 740,
"land": 741,
"ile": 742,
"Ġgonna": 743,
"Ġres": 744,
"ons": 745,
"They": 746,
"ect": 747,
"ving": 748,
"Ġ'": 749,
"'d": 750,
"Ġmade": 751,
"Ġser": 752,
"Ġlong": 753,
"ved": 754,
"Ġsc": 755,
"Ġmay": 756,
"ations": 757,
"Ġeven": 758,
"ĠUn": 759,
"Ġer": 760,
"ody": 761,
"ull": 762,
"be": 763,
"Ġch": 764,
"Ġtalk": 765,
"ĠY": 766,
"ps": 767,
"Okay": 768,
"Ġbefore": 769,
"Ġits": 770,
"ath": 771,
"Ġnever": 772,
"Ġcomm": 773,
"Ġdidn": 774,
"ĠCh": 775,
"ates": 776,
"ock": 777,
"There": 778,
"du": 779,
"Ġsm": 780,
"ady": 781,
"ting": 782,
"vers": 783,
"Ġcar": 784,
"Ġ[": 785,
"te": 786,
"port": 787,
"ually": 788,
"ily": 789,
"Ġrem": 790,
"How": 791,
"Do": 792,
"ks": 793,
"ouse": 794,
"ors": 795,
"ious": 796,
"ition": 797,
"Ġhand": 798,
"Ġke": 799,
"Ġrec": 800,
"vel": 801,
"Ġmany": 802,
"ried": 803,
"âĢ": 804,
"Ġdif": 805,
"ran": 806,
"ail": 807,
"Ġyears": 808,
"Ġgreat": 809,
"tain": 810,
"Ġlife": 811,
"aw": 812,
"Ġthrough": 813,
"ward": 814,
"Ġmost": 815,
"She": 816,
"Ġchan": 817,
"ave": 818,
"ix": 819,
"Ġhel": 820,
"ise": 821,
"ful": 822,
"Ġsha": 823,
"rent": 824,
"Ġthought": 825,
"If": 826,
"ited": 827,
"igh": 828,
"Ġstill": 829,
"ction": 830,
"oh": 831,
"Ġsec": 832,
"ple": 833,
"Ġthings": 834,
"Ġbel": 835,
"ces": 836,
"Ġold": 837,
"Ġbec": 838,
"Ġthose": 839,
"day": 840,
"Ġspe": 841,
"ince": 842,
"Ġra": 843,
"get": 844,
"ial": 845,
"Ġwent": 846,
"Ġco": 847,
"Ġaway": 848,
"Ġthree": 849,
"Ġstart": 850,
"Ġask": 851,
"Ġcame": 852,
"hes": 853,
"ever": 854,
"Why": 855,
"ves": 856,
"Ġused": 857,
"Ġcalled": 858,
"Ġdes": 859,
"Ġcount": 860,
"oss": 861,
"Ġlast": 862,
"oney": 863,
"ents": 864,
"Ġmust": 865,
"oot": 866,
"Ġlove": 867,
"ings": 868,
"Ġfind": 869,
"Ġshow": 870,
"Ġdoing": 871,
"tern": 872,
"ys": 873,
"Ġhome": 874,
"Let": 875,
"gin": 876,
"Ġfound": 877,
"riend": 878,
"imes": 879,
"Ġcr": 880,
"ĠShe": 881,
"Ġend": 882,
"Ġbeing": 883,
"Ġatt": 884,
"xt": 885,
"Ġhelp": 886,
"Ġown": 887,
"gan": 888,
"ee": 889,
"ced": 890,
"Ġgive": 891,
"Now": 892,
"ened": 893,
"oth": 894,
"Ġsuch": 895,
"Ġi": 896,
"Ġmin": 897,
"meric": 898,
"atch": 899,
"Ġear": 900,
"als": 901,
"li": 902,
"Ġname": 903,
"lease": 904,
"Ġlea": 905,
"Ġcour": 906,
"Ġfam": 907,
"hild": 908,
"Ġsame": 909,
"form": 910,
"irl": 911,
"ĠMr": 912,
"Ġwon": 913,
"up": 914,
"\".": 915,
"Ġkind": 916,
"ways": 917,
"Don": 918,
"Ġdiffe": 919,
"Ġnight": 920,
"Is": 921,
"Ġlot": 922,
"Ġtra": 923,
"Come": 924,
"chool": 925,
"my": 926,
"ph": 927,
"Ġmov": 928,
"ye": 929,
"Ġtry": 930,
"ident": 931,
"ĠMar": 932,
"ĠAnd": 933,
"ait": 934,
"lic": 935,
"aking": 936,
"Ġbig": 937,
"rest": 938,
"Ġcare": 939,
"ĠAmeric": 940,
"ning": 941,
"Ġwom": 942,
"ny": 943,
"ont": 944,
"Ġop": 945,
"Ġchild": 946,
"ss": 947,
"Ġworld": 948,
"ham": 949,
"Ġsupp": 950,
"Ġwhy": 951,
"Ġmight": 952,
"Ġplace": 953,
"ĠThey": 954,
"outh": 955,
"ild": 956,
"Ġfeel": 957,
"Ġhead": 958,
"body": 959,
"Ġpol": 960,
"gg": 961,
"Ġnum": 962,
"erson": 963,
"Ġrel": 964,
"ased": 965,
"man": 966,
"der": 967,
"Ġind": 968,
"Ġkill": 969,
"ember": 970,
"Ġcons": 971,
"ational": 972,
"Ġmar": 973,
"Ġuse": 974,
"ower": 975,
"Ġfriend": 976,
"ating": 977,
"uring": 978,
"ute": 979,
"Ġaround": 980,
"Where": 981,
"Ġturn": 982,
"any": 983,
"Than": 984,
").": 985,
"Ġche": 986,
"air": 987,
"Ġhar": 988,
"Ġfin": 989,
"Ġanother": 990,
"\",": 991,
"Ġph": 992,
"Ġacc": 993,
"Ġset": 994,
"ĠAr": 995,
"Ġalways": 996,
"Ġac": 997,
"All": 998,
"ts": 999,
"),": 1000,
"ĠBr": 1001,
"In": 1002,
"Ġsl": 1003,
"pect": 1004,
"mb": 1005,
"Hey": 1006,
"ween": 1007,
"Ġpres": 1008,
"ĠAl": 1009,
"ĠThis": 1010,
"vent": 1011,
"Ġsy": 1012,
"gr": 1013,
"Ġhouse": 1014,
"âĢĵ": 1015,
"Ġleft": 1016,
"ular": 1017,
"Ġform": 1018,
"Ġsure": 1019,
"clud": 1020,
"âĻ": 1021,
"aught": 1022,
"Ġmoney": 1023,
"Ġbetter": 1024,
"Ġanything": 1025,
"ĠDe": 1026,
"ib": 1027,
"ener": 1028,
"Ġreg": 1029,
"led": 1030,
"ics": 1031,
"Ġsur": 1032,
"ible": 1033,
"Ġbelie": 1034,
"Ġkeep": 1035,
"IN": 1036,
"Ġfour": 1037,
"ollow": 1038,
"Ġreal": 1039,
"ness": 1040,
"mber": 1041,
"ott": 1042,
"az": 1043,
"orry": 1044,
"Ġdifferent": 1045,
"ars": 1046,
"ah": 1047,
"Who": 1048,
"Ġele": 1049,
"Ġtold": 1050,
"ĠAs": 1051,
"Ġbit": 1052,
"ug": 1053,
"é": 1054,
"und": 1055,
"Ġel": 1056,
"My": 1057,
"Ġdone": 1058,
"ĠAn": 1059,
"Ġmom": 1060,
"Ġmon": 1061,
"ters": 1062,
"Ġbetween": 1063,
"ĠBut": 1064,
"Ġboy": 1065,
"Ġword": 1066,
"fect": 1067,
"ins": 1068,
"Ġ|": 1069,
"Ġrun": 1070,
"ER": 1071,
"ird": 1072,
"âĻª": 1073,
"ual": 1074,
"cial": 1075,
"Ġent": 1076,
"Ġbo": 1077,
"Ġgirl": 1078,
"Ġsecond": 1079,
"Ġknown": 1080,
"Ġdr": 1081,
"Look": 1082,
"Ġwhile": 1083,
"Ġpoint": 1084,
"Ġever": 1085,
"Ġschool": 1086,
"Ġperson": 1087,
"Ġgl": 1088,
"ished": 1089,
"Ġins": 1090,
"St": 1091,
"ĠNew": 1092,
"ason": 1093,
"Ġret": 1094,
"ric": 1095,
"ale": 1096,
"ject": 1097,
"Ġtook": 1098,
"Not": 1099,
"Ġmat": 1100,
"Ġsub": 1101,
"ames": 1102,
"Ġdec": 1103,
"Ġsw": 1104,
"ntil": 1105,
"Ġmen": 1106,
"Ġinclud": 1107,
"Ġinv": 1108,
"akes": 1109,
"Ġcle": 1110,
"Ġchar": 1111,
"Ġmet": 1112,
"row": 1113,
"Ġerm": 1114,
"io": 1115,
"Be": 1116,
"Ġstud": 1117,
"Ġwar": 1118,
"Ġwater": 1119,
"Are": 1120,
"Ġbook": 1121,
"ork": 1122,
"rew": 1123,
"ities": 1124,
"aj": 1125,
"cept": 1126,
"ĠEng": 1127,
"Ġinst": 1128,
"Ġob": 1129,
"olog": 1130,
"ative": 1131,
"uh": 1132,
"Ġdist": 1133,
"Ġfollow": 1134,
"Ġmus": 1135,
"ĠRe": 1136,
"Ġstop": 1137,
"Ġbus": 1138,
"ohn": 1139,
"Ġnext": 1140,
"cess": 1141,
"Ġass": 1142,
"Ġcourse": 1143,
"hip": 1144,
"Ġokay": 1145,
"Ġfar": 1146,
"Ġuh": 1147,
"oun": 1148,
"Ġseem": 1149,
"ner": 1150,
"Ġboth": 1151,
"its": 1152,
"ret": 1153,
"Ġpass": 1154,
"Ġcent": 1155,
"orth": 1156,
"ope": 1157,
"ivers": 1158,
"Ġnothing": 1159,
"ctor": 1160,
"Ġsaw": 1161,
"Ġbest": 1162,
"Ġprodu": 1163,
"Ġcap": 1164,
"cy": 1165,
"Ġeach": 1166,
"Ġuntil": 1167,
"Ġwee": 1168,
"eak": 1169,
"ross": 1170,
"ok": 1171,
"Ġsing": 1172,
"ling": 1173,
"Ġsmall": 1174,
"ision": 1175,
"ĠAt": 1176,
"Ġstr": 1177,
"Can": 1178,
"Just": 1179,
"vern": 1180,
"ures": 1181,
"Ġnumber": 1182,
"ĠUnited": 1183,
"ton": 1184,
"Ġactually": 1185,
"stand": 1186,
"Ġfather": 1187,
"Ġyeah": 1188,
"Ġlater": 1189,
"ung": 1190,
"ax": 1191,
"Ġdoesn": 1192,
"ote": 1193,
"Ġlar": 1194,
"ĠAf": 1195,
"ĠGod": 1196,
"Ġbre": 1197,
"osed": 1198,
"Ġem": 1199,
"ĠOn": 1200,
"Ġpop": 1201,
"ash": 1202,
"Did": 1203,
"Ġcha": 1204,
"Ġadd": 1205,
"Ġlight": 1206,
"Ġmother": 1207,
"cer": 1208,
"the": 1209,
"Ġhigh": 1210,
"ged": 1211,
"ms": 1212,
"Ġlist": 1213,
"ream": 1214,
"ired": 1215,
"Ġonce": 1216,
"Ġwanted": 1217,
"Thank": 1218,
"Ġfun": 1219,
"Ġinc": 1220,
"ier": 1221,
"Good": 1222,
"Ġagainst": 1223,
"ution": 1224,
"Ġelse": 1225,
"iet": 1226,
"ĠAmerican": 1227,
"Ġcity": 1228,
"less": 1229,
"ĠInd": 1230,
"Ġgra": 1231,
"Ġ-": 1232,
"Ġfamily": 1233,
"uff": 1234,
"uth": 1235,
"Mm": 1236,
"Ġimp": 1237,
"Ġroom": 1238,
"ĠTh": 1239,
"Right": 1240,
"Ġenough": 1241,
"ublic": 1242,
"ĠJohn": 1243,
"Ġproble": 1244,
"ific": 1245,
"Ġseen": 1246,
"Ġbecame": 1247,
"ĠThere": 1248,
"une": 1249,
"Ġloc": 1250,
"ĠZ": 1251,
"Ġfact": 1252,
"Ġ_": 1253,
"gether": 1254,
"Ġtogether": 1255,
"rist": 1256,
"ered": 1257,
"Ġinte": 1258,
"Ġwait": 1259,
"Ġfew": 1260,
"rib": 1261,
"ably": 1262,
"Ġstand": 1263,
"ten": 1264,
"ines": 1265,
"ĠCom": 1266,
"Ġhard": 1267,
"Ġyoung": 1268,
"Ġsays": 1269,
"ger": 1270,
"Ġeverything": 1271,
"ined": 1272,
"yes": 1273,
"Ġwithout": 1274,
"When": 1275,
"Ġsim": 1276,
"ned": 1277,
"Ġrest": 1278,
"Ġsince": 1279,
"me": 1280,
"Ġinter": 1281,
"ike": 1282,
"ister": 1283,
"amp": 1284,
"Ġquite": 1285,
"Here": 1286,
"Ġfr": 1287,
"Ġside": 1288,
"Ġimport": 1289,
"iness": 1290,
"ury": 1291,
"Ġopen": 1292,
"ries": 1293,
"Ġyes": 1294,
"Ġmind": 1295,
"Ġstay": 1296,
"ĠStates": 1297,
"Ġdied": 1298,
"dd": 1299,
"Ġsign": 1300,
"Ġca": 1301,
"Ġplan": 1302,
"ĠYou": 1303,
"AN": 1304,
"Ġread": 1305,
"ted": 1306,
"Ġmeet": 1307,
"oon": 1308,
"Ġbad": 1309,
"Ġhear": 1310,
"Ġrep": 1311,
"Ġid": 1312,
"Ġcoll": 1313,
"Uh": 1314,
"ene": 1315,
"Ġsorry": 1316,
"Ġduring": 1317,
"Ġlive": 1318,
"Ġdra": 1319,
"orning": 1320,
"ised": 1321,
"Ġev": 1322,
"ense": 1323,
"Ġunderstand": 1324,
"Ġlooking": 1325,
"Ġcoming": 1326,
"ertain": 1327,
"ism": 1328,
"ĠSp": 1329,
"ral": 1330,
"Ġsix": 1331,
"Ġdisc": 1332,
"Ġthough": 1333,
"Ġfive": 1334,
"Ġleave": 1335,
"Ġdire": 1336,
"iew": 1337,
"Ġbelieve": 1338,
"Ġ--": 1339,
"Ġhum": 1340,
"Ġhappened": 1341,
"Ġmain": 1342,
"Ġquest": 1343,
"ĠQ": 1344,
"Ġexp": 1345,
"Ġpret": 1346,
"ina": 1347,
"Ġwhole": 1348,
"Ġdri": 1349,
"Ġisn": 1350,
"ank": 1351,
"Ġext": 1352,
"Ġteam": 1353,
"Ġland": 1354,
"Ġchildren": 1355,
"Ġtoday": 1356,
"ĠSe": 1357,
"Ġsit": 1358,
"ither": 1359,
"Ġdays": 1360,
"Ġkid": 1361,
"att": 1362,
"sel": 1363,
"uc": 1364,
"stem": 1365,
"Ġson": 1366,
"Ġtrans": 1367,
"Ġmed": 1368,
"Ġface": 1369,
"Ġtimes": 1370,
"Ġmove": 1371,
"Ġinterest": 1372,
"ital": 1373,
"son": 1374,
"ĠTH": 1375,
"Ġasked": 1376,
"ING": 1377,
"Ġgetting": 1378,
"leep": 1379,
"Ġsir": 1380,
"Ġbro": 1381,
"anna": 1382,
"Ġheard": 1383,
"Ġhimself": 1384,
"Ġed": 1385,
"Ġposs": 1386,
"ists": 1387,
"Ġmusic": 1388,
"aid": 1389,
"ets": 1390,
"Ġnice": 1391,
"Th": 1392,
"ball": 1393,
"Ġart": 1394,
"Ġbuild": 1395,
"Ġwoman": 1396,
"iversity": 1397,
"aster": 1398,
"Ġgener": 1399,
"cted": 1400,
"ery": 1401,
"Ġcountry": 1402,
"Ġsort": 1403,
"oup": 1404,
"ĠKing": 1405,
"Ġnear": 1406,
"ield": 1407,
"Ġjob": 1408,
"ready": 1409,
"ants": 1410,
"Ġplease": 1411,
"ĠSo": 1412,
"Ġeyes": 1413,
"ments": 1414,
"ĠCl": 1415,
"ized": 1416,
"ĠPr": 1417,
"Ġsk": 1418,
"Ġeas": 1419,
"Ġyet": 1420,
"Ġgave": 1421,
"Ġwalk": 1422,
"Ġcol": 1423,
"Ġmorning": 1424,
"Ġdeath": 1425,
"lish": 1426,
"ows": 1427,
"part": 1428,
"ĠBe": 1429,
"Ġhaving": 1430,
"Ġimportant": 1431,
"Ġans": 1432,
"ĠIs": 1433,
"Ġfil": 1434,
"Go": 1435,
"Ġmil": 1436,
"Ġheart": 1437,
"Ġlead": 1438,
"Get": 1439,
"Ġhalf": 1440,
"Ġalready": 1441,
"Ġdead": 1442,
"uss": 1443,
"ize": 1444,
"Ġhour": 1445,
"Ġpower": 1446,
"ane": 1447,
"ats": 1448,
"Ġknew": 1449,
"ĠSc": 1450,
"ĠWhen": 1451,
"Ġexam": 1452,
"Ġupon": 1453,
"ives": 1454,
"Ġhold": 1455,
"Then": 1456,
"Ġcase": 1457,
"Ġgame": 1458,
"aughter": 1459,
"Ġwrong": 1460,
"ta": 1461,
"Ġref": 1462,
"Ġsaying": 1463,
"Ġmod": 1464,
"Ġpay": 1465,
"Ġair": 1466,
"wards": 1467,
"ues": 1468,
"OU": 1469,
"pped": 1470,
"velop": 1471,
"ying": 1472,
"Ġprob": 1473,
"Ġcur": 1474,
"Ġfore": 1475,
"Ġbegan": 1476,
"Ġremember": 1477,
"Ġshall": 1478,
"aut": 1479,
"Ġmeans": 1480,
"most": 1481,
"ĠCar": 1482,
"Ġtown": 1483,
"ober": 1484,
"ison": 1485,
"ĠGerm": 1486,
"Ġtalking": 1487,
"Ġsoon": 1488,
"Ġeat": 1489,
"ĠPro": 1490,
"Ġborn": 1491,
"Ġsystem": 1492,
"dy": 1493,
"Ġguy": 1494,
"ched": 1495,
"Ġreturn": 1496,
"Ġmill": 1497,
"Ġsong": 1498,
"Ġfull": 1499,
"Ġconf": 1500,
"Ġpri": 1501,
"Your": 1502,
"by": 1503,
"Ġmonth": 1504,
"ically": 1505,
"ole": 1506,
"For": 1507,
"Ġstarted": 1508,
"Ġgi": 1509,
"Ġhist": 1510,
"eb": 1511,
"Ġtrying": 1512,
"side": 1513,
"aby": 1514,
"ĠFr": 1515,
"Ġrecord": 1516,
"ural": 1517,
"Ġoffic": 1518,
"Ġgovern": 1519,
"Ġlaw": 1520,
"ony": 1521,
"ided": 1522,
"Sh": 1523,
"Ġdoor": 1524,
"Ġalong": 1525,
"reen": 1526,
"Ġmiss": 1527,
"Ġequ": 1528,
"Ġoften": 1529,
"ĠChrist": 1530,
"leased": 1531,
"Ġbring": 1532,
"med": 1533,
"Ġcertain": 1534,
"ages": 1535,
"ron": 1536,
"Ġexpl": 1537,
"Ġcomple": 1538,
"Ġround": 1539,
"Ġwind": 1540,
"Ġidea": 1541,
"Er": 1542,
"Ġstate": 1543,
"Ġprom": 1544,
"Ġwife": 1545,
"ature": 1546,
"Ġhur": 1547,
"ility": 1548,
"ering": 1549,
"Ġfight": 1550,
"Ġbrother": 1551,
"Ġgone": 1552,
"ĠAll": 1553,
"Al": 1554,
"ai": 1555,
"sh": 1556,
"rop": 1557,
"Ġfoot": 1558,
"ĠHis": 1559,
"Ġprov": 1560,
"Ġchange": 1561,
"Ġwin": 1562,
"ately": 1563,
"Ġserv": 1564,
"Ġhands": 1565,
"Ġhappen": 1566,
"Ġtri": 1567,
"Ġfell": 1568,
"Ġsent": 1569,
"Ġ\"âĻª": 1570,
"Ġjo": 1571,
"ush": 1572,
"Ġplayed": 1573,
"Ġbas": 1574,
"Re": 1575,
"Ġline": 1576,
"ured": 1577,
"Ġcontin": 1578,
"amed": 1579,
"ON": 1580,
"ĠFor": 1581,
"ern": 1582,
"Ġsound": 1583,
"Ġlear": 1584,
"ĠCon": 1585,
"ges": 1586,
"rict": 1587,
"Ġty": 1588,
"ional": 1589,
"May": 1590,
"Because": 1591,
"Ġorder": 1592,
"Ġmatter": 1593,
"ney": 1594,
"Ġpretty": 1595,
"aken": 1596,
"ped": 1597,
"ides": 1598,
"Ġless": 1599,
"Ġstory": 1600,
"Ġcreat": 1601,
"Ah": 1602,
"Ġpar": 1603,
"Ġable": 1604,
"Ġinf": 1605,
"Ġdet": 1606,
"Ġmoment": 1607,
"Ġfuck": 1608,
"ĠMe": 1609,
"cle": 1610,
"br": 1611,
"Ġgoes": 1612,
"Ġspeak": 1613,
"ĠBl": 1614,
"uro": 1615,
"where": 1616,
"iter": 1617,
"AT": 1618,
"Ġdevelop": 1619,
"Ġbed": 1620,
"idd": 1621,
"Ġwasn": 1622,
"Ġri": 1623,
"Ġes": 1624,
"Ġtop": 1625,
"Ġwomen": 1626,
"rigin": 1627,
"Ġproblem": 1628,
"ĠLe": 1629,
"pend": 1630,
"oice": 1631,
"Ġdef": 1632,
"anu": 1633,
"rence": 1634,
"Ġarea": 1635,
"Ġsleep": 1636,
"Ġclass": 1637,
"ared": 1638,
"to": 1639,
"orrow": 1640,
"ik": 1641,
"Ġlost": 1642,
"Ġsomeone": 1643,
"Ġpartic": 1644,
"Ġwanna": 1645,
"Ġwatch": 1646,
"Ġfall": 1647,
"Ġbusiness": 1648,
"Ġpain": 1649,
"Ġpat": 1650,
"ices": 1651,
"ĠEnglish": 1652,
"AR": 1653,
"apan": 1654,
"On": 1655,
"iam": 1656,
"Ġste": 1657,
"ĠMay": 1658,
"Ġleg": 1659,
"Ġmaking": 1660,
"ilt": 1661,
"ract": 1662,
"Ġlarge": 1663,
"ches": 1664,
"app": 1665,
"Ġpolit": 1666,
"Ġfriends": 1667,
"arch": 1668,
"Ġterm": 1669,
"Ġshort": 1670,
"Ġpresent": 1671,
"ĠThen": 1672,
"ler": 1673,
"Ġexper": 1674,
"Ġlooked": 1675,
"Ġsn": 1676,
"Ġprobably": 1677,
"ĠBrit": 1678,
"Ġcomes": 1679,
"One": 1680,
"aces": 1681,
"Ġyourself": 1682,
"Ġbeaut": 1683,
"eth": 1684,
"Ġwouldn": 1685,
"Ġhat": 1686,
"ement": 1687,
"ians": 1688,
"de": 1689,
"Ġguys": 1690,
"Ġdrink": 1691,
"Ġpur": 1692,
"Ġmark": 1693,
"Ġtrue": 1694,
"erv": 1695,
"Ġstre": 1696,
"Ġcontro": 1697,
"Ġbecome": 1698,
"Ġwond": 1699,
"ĠHow": 1700,
"ĠGe": 1701,
"ention": 1702,
"ring": 1703,
"ama": 1704,
"ĠâĢĵ": 1705,
"ĠJapan": 1706,
"Ġbody": 1707,
"Ġprot": 1708,
"Ġcor": 1709,
"Ġprof": 1710,
"Ġdiv": 1711,
"Ġship": 1712,
"Ġweek": 1713,
"Ġsol": 1714,
"Ġalmost": 1715,
"aper": 1716,
"iver": 1717,
"Ġworking": 1718,
"Ġblood": 1719,
"Ġanim": 1720,
"Ġsqu": 1721,
"angu": 1722,
"ator": 1723,
"OR": 1724,
"ello": 1725,
"Ġago": 1726,
"At": 1727,
"gy": 1728,
"Ġdad": 1729,
"rand": 1730,
"Ġfine": 1731,
"Ġcommun": 1732,
"ient": 1733,
"ĠUniversity": 1734,
"wer": 1735,
"Ġpie": 1736,
"ĠWe": 1737,
"ĠFran": 1738,
"Ġage": 1739,
"Ġorigin": 1740,
"Ġhaven": 1741,
"ulation": 1742,
"ĠAfter": 1743,
"used": 1744,
"gram": 1745,
"Ġocc": 1746,
"Ġhope": 1747,
"Please": 1748,
"Ġpos": 1749,
"arent": 1750,
"mp": 1751,
"To": 1752,
"Ġearly": 1753,
"ley": 1754,
"eter": 1755,
"Ġgroup": 1756,
"Ġgiven": 1757,
"Ġvis": 1758,
"Ġcut": 1759,
"Ġfree": 1760,
"Ġconst": 1761,
"Ġdeal": 1762,
"ze": 1763,
"ode": 1764,
"Ġcou": 1765,
"enty": 1766,
"ĠSh": 1767,
"che": 1768,
"As": 1769,
"Ġmovie": 1770,
"anuary": 1771,
"Ġadv": 1772,
"Ġopp": 1773,
"ouble": 1774,
"Ġready": 1775,
"ĠWar": 1776,
"ĠPres": 1777,
"hind": 1778,
"Ġhor": 1779,
"Ġpick": 1780,
"ĠCount": 1781,
"Ġspec": 1782,
"urch": 1783,
"Ġquestion": 1784,
"Ġhon": 1785,
"Ġmyself": 1786,
"Ġvar": 1787,
"ajor": 1788,
"uly": 1789,
"Ġswe": 1790,
"but": 1791,
"ards": 1792,
"ept": 1793,
"Ġbaby": 1794,
"Ġbegin": 1795,
"Ġter": 1796,
"Ġbrought": 1797,
"ety": 1798,
"Ġclear": 1799,
"ief": 1800,
"Ġoper": 1801,
"Ġreleased": 1802,
"Ġaw": 1803,
"oor": 1804,
"Ġlate": 1805,
"Ġrece": 1806,
"Ġnews": 1807,
"umb": 1808,
"ccess": 1809,
"Ġbreak": 1810,
"Ġclose": 1811,
"not": 1812,
"Ġleast": 1813,
"Ġblack": 1814,
"Ġstuff": 1815,
"Ġfire": 1816,
"Ġoh": 1817,
"orld": 1818,
"ĠTe": 1819,
"Ġkilled": 1820,
"ĠFl": 1821,
"ese": 1822,
"Ġfood": 1823,
"ĠSouth": 1824,
"of": 1825,
"ster": 1826,
"Ġtaken": 1827,
"Ġdaughter": 1828,
"oke": 1829,
"Ġwords": 1830,
"ĠJanuary": 1831,
"haps": 1832,
"Ġking": 1833,
"Ġcra": 1834,
"Ġreason": 1835,
"iful": 1836,
"Ġpublic": 1837,
"Ġeight": 1838,
"Ġstation": 1839,
"utes": 1840,
"elt": 1841,
"selves": 1842,
"ived": 1843,
"Ġgovernment": 1844,
"ES": 1845,
"ma": 1846,
"Ġpast": 1847,
"Ġsever": 1848,
"Ġmillion": 1849,
"Ġten": 1850,
"Ġmaybe": 1851,
"ĠAd": 1852,
"Ġran": 1853,
"Ġexample": 1854,
"co": 1855,
"Ġbehind": 1856,
"con": 1857,
"alth": 1858,
"Ġguess": 1859,
"Ġcompany": 1860,
"ĠPl": 1861,
"oman": 1862,
"Ġfront": 1863,
"iting": 1864,
"ump": 1865,
"Ġorgan": 1866,
"els": 1867,
"pr": 1868,
"Ġlangu": 1869,
"ĠYork": 1870,
"See": 1871,
"ĠWh": 1872,
"ology": 1873,
"born": 1874,
"ining": 1875,
"Ġrather": 1876,
"cent": 1877,
"Ġseveral": 1878,
"Hello": 1879,
"lev": 1880,
"ĠAb": 1881,
"Ġdog": 1882,
"Ġwhite": 1883,
"Ġhappy": 1884,
"Ġmarried": 1885,
"ert": 1886,
"ey": 1887,
"Ġallow": 1888,
"ĠHar": 1889,
"ude": 1890,
"Ġcharac": 1891,
"ĠEuro": 1892,
"Every": 1893,
"vious": 1894,
"ĠAust": 1895,
"fic": 1896,
"Ġinde": 1897,
"Ġball": 1898,
"Ġtaking": 1899,
"Ġmakes": 1900,
"eng": 1901,
"ĠComm": 1902,
"Ġcouldn": 1903,
"ones": 1904,
"Ġsold": 1905,
"osp": 1906,
"Ġval": 1907,
"iqu": 1908,
"oud": 1909,
"Ġtre": 1910,
"Ġeither": 1911,
"aced": 1912,
"gue": 1913,
"Ġalone": 1914,
"undred": 1915,
"Ġest": 1916,
"Ġpict": 1917,
"Ġhuman": 1918,
"ox": 1919,
"Ġbar": 1920,
"ains": 1921,
"Ġinform": 1922,
"bum": 1923,
"Ġve": 1924,
"hm": 1925,
"ĠTr": 1926,
"Ġexc": 1927,
"Ġturned": 1928,
"Ġdesign": 1929,
"Ġsat": 1930,
"ĠTHE": 1931,
"Ġprogram": 1932,
"bs": 1933,
"Ġreport": 1934,
"itten": 1935,
"Ġeng": 1936,
"Ġstrong": 1937,
"Have": 1938,
"rench": 1939,
"head": 1940,
"ĠMrs": 1941,
"ium": 1942,
"ĠWorld": 1943,
"Ġattack": 1944,
"ience": 1945,
"Ġhot": 1946,
"ament": 1947,
"Ġseries": 1948,
"cient": 1949,
"Ġsuccess": 1950,
"Ġ`": 1951,
"ency": 1952,
"ĠCan": 1953,
"ĠMan": 1954,
"enn": 1955,
"ully": 1956,
"Ġfilm": 1957,
"Ġ*": 1958,
"Ġdem": 1959,
"ead": 1960,
"atic": 1961,
"pri": 1962,
"Ġhell": 1963,
"Ġsupport": 1964,
"Ġquick": 1965,
"Ġann": 1966,
"Ġresp": 1967,
"Ġred": 1968,
"Ġthinking": 1969,
"Ġliving": 1970,
"men": 1971,
"Ġcommon": 1972,
"Ġparty": 1973,
"ently": 1974,
"Ġothers": 1975,
"Ġadm": 1976,
"ĠEurope": 1977,
"EN": 1978,
"Ex": 1979,
"ality": 1980,
"Ġdream": 1981,
"Ġlay": 1982,
"Mr": 1983,
"Ġfig": 1984,
"ĠPh": 1985,
"band": 1986,
"Ġhundred": 1987,
"Maybe": 1988,
"ĠMarch": 1989,
"hamp": 1990,
"ĠGr": 1991,
"Or": 1992,
"ĠâĻª": 1993,
"ĠBritish": 1994,
"ford": 1995,
"oint": 1996,
"ots": 1997,
"ĠPar": 1998,
"ained": 1999,
"aim": 2000,
"Ġsum": 2001,
"Ġgrow": 2002,
"Ġ\"[": 2003,
"ogra": 2004,
"com": 2005,
"Ġalbum": 2006,
"Ġsometimes": 2007,
"Ġstru": 2008,
"range": 2009,
"ĠNorth": 2010,
"actly": 2011,
"Ġhistory": 2012,
"Ġwithin": 2013,
"ĠX": 2014,
"Ġtem": 2015,
"hern": 2016,
"oub": 2017,
"TH": 2018,
"Ġtou": 2019,
"Ġnamed": 2020,
"unk": 2021,
"ffect": 2022,
"Ġband": 2023,
"idge": 2024,
"ior": 2025,
"itting": 2026,
"Ġheld": 2027,
"eptember": 2028,
"ĠChar": 2029,
"Ġcheck": 2030,
"ĠFrance": 2031,
"Ġlooks": 2032,
"ories": 2033,
"ĠOr": 2034,
"Ġexpect": 2035,
"Ġlisten": 2036,
"Ġcost": 2037,
"bit": 2038,
"--\"": 2039,
"Ġ$": 2040,
"ĠCal": 2041,
"Ġbeautiful": 2042,
"Ġce": 2043,
"Ġmess": 2044,
"Ġthird": 2045,
"An": 2046,
"Ġwants": 2047,
"ĠWill": 2048,
"par": 2049,
"ĠIf": 2050,
"Ġresult": 2051,
"iving": 2052,
"Ġbuilt": 2053,
"ĠCounty": 2054,
"Any": 2055,
"LL": 2056,
"lished": 2057,
"Ġsouth": 2058,
"Ġstra": 2059,
"Ġroad": 2060,
"Ġz": 2061,
"Ġminute": 2062,
"Ġhit": 2063,
"Ġusually": 2064,
"Ġperform": 2065,
"Ġvill": 2066,
"Ġappro": 2067,
"augh": 2068,
"ĠHer": 2069,
"Ġrock": 2070,
"Ġinside": 2071,
"ĠSha": 2072,
"Ġspecial": 2073,
"oe": 2074,
"Ġill": 2075,
"Ġrequ": 2076,
"Ġsingle": 2077,
"ĠFrench": 2078,
"ĠSeptember": 2079,
"Ġgold": 2080,
"rie": 2081,
"ugust": 2082,
"Ġbra": 2083,
"estern": 2084,
"ls": 2085,
"ald": 2086,
"ider": 2087,
"ĠOne": 2088,
"Ġav": 2089,
"ĠMin": 2090,
"Ġacross": 2091,
"Ġcond": 2092,
"fully": 2093,
"Ġpoor": 2094,
"sy": 2095,
"Ġmemb": 2096,
"Ġcir": 2097,
"Ġrev": 2098,
"oad": 2099,
"ĠJuly": 2100,
"Ġminutes": 2101,
"Ġmonths": 2102,
"let": 2103,
"ondon": 2104,
"Ġthank": 2105,
"Ġpossible": 2106,
"ĠGeor": 2107,
"ination": 2108,
"Ġtom": 2109,
"ĠPresident": 2110,
"Ġseason": 2111,
"la": 2112,
"Ġrepl": 2113,
"Ġoutside": 2114,
"ege": 2115,
"wo": 2116,
"Ġstat": 2117,
"unt": 2118,
"Ġdear": 2119,
"Ġteac": 2120,
"Ġplaying": 2121,
"ĠBar": 2122,
"Ġappear": 2123,
"Ġeffect": 2124,
"ming": 2125,
"Ġusing": 2126,
"Ġstar": 2127,
"ousand": 2128,
"Ġincluding": 2129,
"Some": 2130,
"Ġsil": 2131,
"ffic": 2132,
"pril": 2133,
"Ġgotta": 2134,
"Ġbuy": 2135,
"ounds": 2136,
"Ġamong": 2137,
"Ġbuilding": 2138,
"Ġtot": 2139,
"zy": 2140,
"chn": 2141,
"Ġelect": 2142,
"ana": 2143,
"Ġwonder": 2144,
"Ġconcer": 2145,
"ued": 2146,
"Ġtried": 2147,
"ops": 2148,
"over": 2149,
"ĠNational": 2150,
"Ġmag": 2151,
"Ġdark": 2152,
"Ġdest": 2153,
"usband": 2154,
"Ġlocal": 2155,
"amb": 2156,
"overed": 2157,
"dom": 2158,
"Ġnorth": 2159,
"ctober": 2160,
"anger": 2161,
"ached": 2162,
"ales": 2163,
"Ġmembers": 2164,
"Ġhair": 2165,
"ĠLondon": 2166,
"Ġprofess": 2167,
"Ġsend": 2168,
"Ġcre": 2169,
"ĠAugust": 2170,
"resent": 2171,
"Hi": 2172,
"Ġfollowing": 2173,
"Ġmajor": 2174,
"Ġoffice": 2175,
"ases": 2176,
"ĠEngland": 2177,
"Ġmur": 2178,
"Ġabs": 2179,
"ĠJune": 2180,
"ĠEd": 2181,
"ressed": 2182,
"Ġwritten": 2183,
"Ġtest": 2184,
"Ġfelt": 2185,
"irth": 2186,
"ĠCha": 2187,
"itch": 2188,
"||": 2189,
"Ġsweet": 2190,
"ĠCap": 2191,
"cember": 2192,
"yn": 2193,
"Ġdev": 2194,
"ĠGo": 2195,
"uthor": 2196,
"attle": 2197,
"Ġlevel": 2198,
"ĠMic": 2199,
"Ġvide": 2200,
"Take": 2201,
"Ġprocess": 2202,
"Ġdie": 2203,
"unch": 2204,
"fort": 2205,
"Ġanyone": 2206,
"cing": 2207,
"you": 2208,
"read": 2209,
"ĠAm": 2210,
"Ġsea": 2211,
"II": 2212,
"Ġthousand": 2213,
"Ġworry": 2214,
"Ġanswer": 2215,
"light": 2216,
"hile": 2217,
"Ġparticular": 2218,
"gest": 2219,
"aul": 2220,
"Ġlived": 2221,
"ĠMiss": 2222,
"eared": 2223,
"Ġhusband": 2224,
"Ġiss": 2225,
"ified": 2226,
"Ġview": 2227,
"ĠRep": 2228,
"Ġgun": 2229,
"Ġgets": 2230,
"iddle": 2231,
"een": 2232,
"Ġvoice": 2233,
"Wait": 2234,
"ĠApril": 2235,
"ĠCent": 2236,
"ĠCol": 2237,
"Ġtill": 2238,
"key": 2239,
"Ġpopulation": 2240,
"Ġtreat": 2241,
"ĠJack": 2242,
"Ġbird": 2243,
"ĠNo": 2244,
"bers": 2245,
"levision": 2246,
"iod": 2247,
"Ġsun": 2248,
"Ġformer": 2249,
"though": 2250,
"Ġnat": 2251,
"soci": 2252,
"oved": 2253,
"ĠThat": 2254,
"Ġworked": 2255,
"Ġmember": 2256,
"ĠGu": 2257,
"Ġcomplete": 2258,
"ĠItal": 2259,
"ο": 2260,
"ĠWest": 2261,
"Ġtable": 2262,
"urs": 2263,
"ĠOctober": 2264,
"ruary": 2265,
"ored": 2266,
"ebruary": 2267,
"Of": 2268,
"itions": 2269,
"Ġfav": 2270,
"Ġdefe": 2271,
"Ġcannot": 2272,
"Ġlanguage": 2273,
"Ġhours": 2274,
"Ġseven": 2275,
"Ġworks": 2276,
"Ġcentury": 2277,
"Ġfa": 2278,
"Ġord": 2279,
"Ġwhether": 2280,
"ograph": 2281,
"Like": 2282,
"Ġones": 2283,
"Ġfre": 2284,
"Ġpract": 2285,
"chan": 2286,
"Ġbased": 2287,
"Ġcamp": 2288,
"iron": 2289,
"ĠDecember": 2290,
"ĠDan": 2291,
"Ġmer": 2292,
"Ġproper": 2293,
"Erm": 2294,
"ĠNove": 2295,
"Ġdiffic": 2296,
"Ġchance": 2297,
"ĠâĻª\"": 2298,
"ec": 2299,
"Ġcross": 2300,
"Ġpull": 2301,
"ĠEm": 2302,
"Ġwrote": 2303,
"Ġinvol": 2304,
"Ġeveryone": 2305,
"Ġcry": 2306,
"Ġforg": 2307,
"Ġfur": 2308,
"Ġseems": 2309,
"Ġdi": 2310,
"Ġcouple": 2311,
"Ġwear": 2312,
"airs": 2313,
"ĠNovember": 2314,
"ĠSome": 2315,
"Thanks": 2316,
"Ġlow": 2317,
"Ġinformation": 2318,
"Ġpolice": 2319,
"Ġeasy": 2320,
"Ġhowever": 2321,
"Ġwish": 2322,
"Ġdam": 2323,
"asure": 2324,
"ĠGerman": 2325,
"huh": 2326,
"Ġclean": 2327,
"RE": 2328,
"Ġwall": 2329,
"uk": 2330,
"raid": 2331,
"Ġtomorrow": 2332,
"onight": 2333,
"Ġknows": 2334,
"Ġwrite": 2335,
"Ġbox": 2336,
"Ġsense": 2337,
"Ġtrad": 2338,
"Ġprotect": 2339,
"bo": 2340,
"Ġpaper": 2341,
"Ġboys": 2342,
"Ġlives": 2343,
"iding": 2344,
"Ġ...": 2345,
"Ġservice": 2346,
"Ġpost": 2347,
"Ġevent": 2348,
"Ġdep": 2349,
"Ġcal": 2350,
"Ġfif": 2351,
"Ġground": 2352,
"ternational": 2353,
"Ġcurrent": 2354,
"Ġcold": 2355,
"Ġfeet": 2356,
"por": 2357,
"Ġchanged": 2358,
"Ġpub": 2359,
"work": 2360,
"ien": 2361,
"ĠCity": 2362,
"yr": 2363,
"Ġmoved": 2364,
"ĠPe": 2365,
"Ġfast": 2366,
"ourn": 2367,
"ĠAmerica": 2368,
"Ġlad": 2369,
"aint": 2370,
"Ġru": 2371,
"Ġ.": 2372,
"Ġrad": 2373,
"ĠFebruary": 2374,
"Ġ\"(": 2375,
"idence": 2376,
"cially": 2377,
"rit": 2378,
"Ġlonger": 2379,
"With": 2380,
"Ġmine": 2381,
"Ġfield": 2382,
"ising": 2383,
"ays": 2384,
"room": 2385,
"cil": 2386,
"Ġisland": 2387,
"ĠEar": 2388,
"Ġtwenty": 2389,
"Ġcompet": 2390,
"avy": 2391,
"Ġgrand": 2392,
"Ġsuper": 2393,
"come": 2394,
"Ġfail": 2395,
"ogn": 2396,
"ration": 2397,
"Ġsupposed": 2398,
"ino": 2399,
"itive": 2400,
"Ġparent": 2401,
"Ġthemselves": 2402,
"ata": 2403,
"oose": 2404,
"Ġsca": 2405,
"Ġexactly": 2406,
"Ġla": 2407,
"Ġhig": 2408,
"Ġphone": 2409,
"ging": 2410,
"Ġperiod": 2411,
"ĠHowever": 2412,
"Ġdro": 2413,
"rog": 2414,
"for": 2415,
"lu": 2416,
"Ġbirth": 2417,
"Ġstep": 2418,
"uri": 2419,
"rodu": 2420,
"Ġcontrol": 2421,
"Ġdraw": 2422,
"Ġcharacter": 2423,
"Ġcop": 2424,
"ances": 2425,
"Ġrelig": 2426,
"Ch": 2427,
"ĠWhat": 2428,
"irty": 2429,
"Tell": 2430,
"ivil": 2431,
"hy": 2432,
"Ġlady": 2433,
"Ġcareer": 2434,
"ĠSw": 2435,
"IS": 2436,
"Ġfair": 2437,
"ument": 2438,
"Ġpriv": 2439,
"Ġvers": 2440,
"Ġgeneral": 2441,
"Ġafraid": 2442,
"Ġtruth": 2443,
"kes": 2444,
"Ġcried": 2445,
"lex": 2446,
"Ġincre": 2447,
"Ġshot": 2448,
"Ġdesc": 2449,
"ask": 2450,
"ift": 2451,
"cha": 2452,
"ization": 2453,
"Ġmot": 2454,
"Ġnational": 2455,
"Ġprop": 2456,
"Ġtit": 2457,
"Ġauthor": 2458,
"Ġbott": 2459,
"Ġperhaps": 2460,
"cience": 2461,
"Ġhurt": 2462,
"conom": 2463,
"hael": 2464,
"ula": 2465,
"ĠAfric": 2466,
"ording": 2467,
"Ġkept": 2468,
"Ġdirect": 2469,
"emy": 2470,
"Ġtrouble": 2471,
"fer": 2472,
"Ġneeds": 2473,
"IC": 2474,
"Sorry": 2475,
"go": 2476,
"Ġsister": 2477,
"Ġreceived": 2478,
"ĠMc": 2479,
"ĠRoman": 2480,
"ended": 2481,
"Ġsex": 2482,
"uation": 2483,
"stit": 2484,
"irt": 2485,
"Ġdeep": 2486,
"Ġseemed": 2487,
"like": 2488,
"entle": 2489,
"Ġletter": 2490,
"Ġtelevision": 2491,
"ĠDist": 2492,
"ption": 2493,
"Ġrunning": 2494,
"Ġkids": 2495,
"ED": 2496,
"ĠThese": 2497,
"ĠTom": 2498,
"Ġpopular": 2499,
"more": 2500,
"Ġ\"#": 2501,
"ission": 2502,
"Ġcourt": 2503,
"Ġpicture": 2504,
"ida": 2505,
"Ġshoot": 2506,
"Ġentire": 2507,
"Ġaccept": 2508,
"ĠDr": 2509,
"ilar": 2510,
"Ġabove": 2511,
"Ġconne": 2512,
"Ġtechn": 2513,
"Ġvideo": 2514,
"Ġarri": 2515,
"âĢĶ": 2516,
"ipp": 2517,
"owers": 2518,
"Ġfootball": 2519,
"oes": 2520,
"ffe": 2521,
"ada": 2522,
"Ġeduc": 2523,
"Ġspace": 2524,
"oul": 2525,
"Ġmount": 2526,
"Ġprin": 2527,
"eal": 2528,
"lant": 2529,
"Ġlim": 2530,
"Ġtonight": 2531,
"Ġforget": 2532,
"Ġdoctor": 2533,
"Ġserious": 2534,
"Ġcook": 2535,
"Ġtype": 2536,
"Ġtree": 2537,
"Ġclot": 2538,
"ĠPeter": 2539,
"Ġcat": 2540,
"hard": 2541,
"Ġinstead": 2542,
"aged": 2543,
"Ġrespect": 2544,
"inal": 2545,
"eder": 2546,
"Ġhy": 2547,
"Ġperfect": 2548,
"Ġcollect": 2549,
"Ġvi": 2550,
"Ġinclude": 2551,
"Ġitself": 2552,
"..\"": 2553,
"Ġcos": 2554,
"ĠSu": 2555,
"Ġwhatever": 2556,
"ggest": 2557,
"Ġwaiting": 2558,
"Ġwood": 2559,
"Ġfly": 2560,
"ray": 2561,
"joy": 2562,
"ĠSy": 2563,
"Ġtouch": 2564,
"Ġcult": 2565,
"Ġclub": 2566,
"dden": 2567,
"Ġposition": 2568,
"sc": 2569,
"Ġcountries": 2570,
"LA": 2571,
"cture": 2572,
"ĠJames": 2573,
"Ġfut": 2574,
"atter": 2575,
"Ġlab": 2576,
"Ġcreated": 2577,
"Ġport": 2578,
"Ġpress": 2579,
"Ġnorm": 2580,
"Ġhuh": 2581,
"Ġvillage": 2582,
"illy": 2583,
"Ġsuggest": 2584,
"ills": 2585,
"Ġexcept": 2586,
"ĠGeorge": 2587,
"Ġpiece": 2588,
"ror": 2589,
"Ġple": 2590,
"Ġluck": 2591,
"Ġep": 2592,
"Ġplayer": 2593,
"olute": 2594,
"tle": 2595,
"ĠDav": 2596,
"Ġrepresent": 2597,
"Ġhorse": 2598,
"Ġrul": 2599,
"Ġsudden": 2600,
"Stop": 2601,
"Ġinvest": 2602,
"Give": 2603,
"ĠPart": 2604,
"ospital": 2605,
"hampions": 2606,
"ĠLa": 2607,
"lect": 2608,
"ken": 2609,
"ding": 2610,
"Ġtrust": 2611,
"Ġdifficult": 2612,
"ially": 2613,
"Ġdue": 2614,
"ĠYOU": 2615,
"ky": 2616,
"acy": 2617,
"Ġmist": 2618,
"arr": 2619,
"Ġproject": 2620,
"Ġfucking": 2621,
"Ġdin": 2622,
"Ġaren": 2623,
"pes": 2624,
"ference": 2625,
"alt": 2626,
"ĠState": 2627,
"Ġrecogn": 2628,
"well": 2629,
"Ġamount": 2630,
"GH": 2631,
"Ġtakes": 2632,
"val": 2633,
"Ġdepart": 2634,
"Ġgen": 2635,
"olution": 2636,
"Ġeverybody": 2637,
"Ġcrit": 2638,
"Ġfamous": 2639,
"ĠIndian": 2640,
"reet": 2641,
"Ġmem": 2642,
"Ġsomebody": 2643,
"Would": 2644,
"Ġled": 2645,
"Ġgirls": 2646,
"Ġbear": 2647,
"Ġgod": 2648,
"Ġang": 2649,
"ĠUS": 2650,
"ĠAustral": 2651,
"ĠHouse": 2652,
"Ġworth": 2653,
"omin": 2654,
"Ġcoun": 2655,
"Which": 2656,
"Ġcomput": 2657,
"ĠLea": 2658,
"Ġsurpr": 2659,
"ĠEx": 2660,
"Ġdecided": 2661,
"Ġmult": 2662,
"Ġweeks": 2663,
"ĠWilliam": 2664,
"Ġstraight": 2665,
"Hm": 2666,
"Ġstood": 2667,
"ĠDistrict": 2668,
"Mhm": 2669,
"Ġ]": 2670,
"ĠEl": 2671,
"Ġphot": 2672,
"rian": 2673,
"Ġserved": 2674,
"Ġproduct": 2675,
"Ġfeeling": 2676,
"hel": 2677,
"Me": 2678,
"Ġrole": 2679,
"Ġlearn": 2680,
"Ġain": 2681,
"Ġcapital": 2682,
"Ġpen": 2683,
"Ġhang": 2684,
"Ġblue": 2685,
"Ġ\"'": 2686,
"pecially": 2687,
"bur": 2688,
"ara": 2689,
"Ġexist": 2690,
"bed": 2691,
"rey": 2692,
"Ġsafe": 2693,
"Ġpassed": 2694,
"Ġbooks": 2695,
"Ġcast": 2696,
"Ġsell": 2697,
"ĠLord": 2698,
"ival": 2699,
"Ġspir": 2700,
"Really": 2701,
"ades": 2702,
"Ġimag": 2703,
"Ġstri": 2704,
"ĠRic": 2705,
"Ġevening": 2706,
"Ġslow": 2707,
"Ġfuture": 2708,
"Ġshit": 2709,
"ĠTo": 2710,
"ĠNe": 2711,
"Ġcarry": 2712,
"Ġda": 2713,
"Ġhealth": 2714,
"Ġfurther": 2715,
"Ġgames": 2716,
"Ġtelling": 2717,
"Ġmeant": 2718,
"Ġsecret": 2719,
"Ġvict": 2720,
"Ġet": 2721,
"Ġearth": 2722,
"itary": 2723,
"Ġeye": 2724,
"ille": 2725,
"Ġproblems": 2726,
"Ġfill": 2727,
"ashing": 2728,
"Ġfunny": 2729,
"AS": 2730,
"Ġver": 2731,
"reg": 2732,
"Ġarm": 2733,
"Does": 2734,
"Ġdoub": 2735,
"ĠColl": 2736,
"OK": 2737,
"Ġgentle": 2738,
"Ġbene": 2739,
"riage": 2740,
"amer": 2741,
"Ġjud": 2742,
"Ġsubject": 2743,
"Ġdoll": 2744,
"Ġide": 2745,
"Ġnine": 2746,
"Ġherself": 2747,
"Ġcover": 2748,
"Ġpolic": 2749,
"ping": 2750,
"Ġphys": 2751,
"Ġreturned": 2752,
"Ġtrack": 2753,
"Ġmis": 2754,
"ression": 2755,
"Ġ?\"": 2756,
"Ġmatch": 2757,
"Ġgreen": 2758,
"Ġsocial": 2759,
"ciety": 2760,
"Ġfollowed": 2761,
"Ġcomb": 2762,
"zz": 2763,
"Ġahead": 2764,
"iment": 2765,
"eneral": 2766,
"Ġfigure": 2767,
"reme": 2768,
"mon": 2769,
"Ġfix": 2770,
"ceed": 2771,
"Ġrelations": 2772,
"ĠQue": 2773,
"Ġengine": 2774,
"king": 2775,
"Ġsus": 2776,
"Ġfamil": 2777,
"ris": 2778,
"Ġmeeting": 2779,
"now": 2780,
"Ġcommand": 2781,
"Ġanyway": 2782,
"ĠIndia": 2783,
"teen": 2784,
"viously": 2785,
"Ġsail": 2786,
"empt": 2787,
"Ġdrive": 2788,
"ĠJapanese": 2789,
"Ġcirc": 2790,
"off": 2791,
"ĠSchool": 2792,
"Ġopened": 2793,
"Ġpresident": 2794,
"that": 2795,
"Ġobject": 2796,
"Ġparents": 2797,
"lled": 2798,
"Ġchair": 2799,
"yle": 2800,
"Ġmouth": 2801,
"ĠPer": 2802,
"rug": 2803,
"ĠJo": 2804,
"âĢİ": 2805,
"Ġcounty": 2806,
"Ġtrain": 2807,
"Ġnon": 2808,
"Ġrese": 2809,
"ocr": 2810,
"Ġfear": 2811,
"Ġprison": 2812,
"ĠRepublic": 2813,
"TER": 2814,
"Ġdanger": 2815,
"ager": 2816,
"ĠGl": 2817,
"oly": 2818,
"Ġcatch": 2819,
"Ġanimals": 2820,
"Ġviol": 2821,
"ploy": 2822,
"Ġhappens": 2823,
"Ġspecies": 2824,
"Ġmass": 2825,
"hem": 2826,
"omb": 2827,
"Ġpot": 2828,
"Ġant": 2829,
"Ġenjoy": 2830,
"Ġparts": 2831,
"Ġteacher": 2832,
"ician": 2833,
"ĠPol": 2834,
"Ġris": 2835,
"af": 2836,
"Ġhop": 2837,
"Ġsave": 2838,
"Ġcool": 2839,
"Ġwhom": 2840,
"Sure": 2841,
"Ġwhose": 2842,
"Ġbecom": 2843,
"Ġneg": 2844,
"ĠIsland": 2845,
"Ġbeginning": 2846,
"Ġcrazy": 2847,
"ĠRuss": 2848,
"ĠNow": 2849,
"ĠEast": 2850,
"Ġbull": 2851,
"Ġcause": 2852,
"iny": 2853,
"Ġpal": 2854,
"Ġhoney": 2855,
"Ġener": 2856,
"Ġsimilar": 2857,
"Ġhost": 2858,
"Ġring": 2859,
"ĠPark": 2860,
"Ġmoving": 2861,
"Will": 2862,
"Ġsick": 2863,
"Ġestab": 2864,
"medi": 2865,
"Ġnecess": 2866,
"Ġforce": 2867,
"lin": 2868,
"Ġshar": 2869,
"wered": 2870,
"LE": 2871,
"Ġeconom": 2872,
"ĠHigh": 2873,
"enry": 2874,
"Ġsepar": 2875,
"Ġcertainly": 2876,
"Ġburn": 2877,
"Ġmater": 2878,
"Alright": 2879,
"isten": 2880,
"Ġtowards": 2881,
"Ġlie": 2882,
"Ġdisapp": 2883,
"Ġbag": 2884,
"Ġfish": 2885,
"Ġagre": 2886,
"Ġself": 2887,
"Ġquickly": 2888,
"Put": 2889,
"Ġmiddle": 2890,
"Ġplaces": 2891,
"itted": 2892,
"Ġfloor": 2893,
"cher": 2894,
"Ġsoft": 2895,
"Ġinteresting": 2896,
"bor": 2897,
"inite": 2898,
"Ġchurch": 2899,
"US": 2900,
"Ġspend": 2901,
"ishing": 2902,
"These": 2903,
"ĠRober": 2904,
"Ġvol": 2905,
"Ġsitting": 2906,
"roy": 2907,
"Ġstick": 2908,
"ĠPaul": 2909,
"Ġclos": 2910,
"Ġpaid": 2911,
"Ġbeat": 2912,
"Ġfinal": 2913,
"Ġoriginal": 2914,
"Ġident": 2915,
"Ġthrow": 2916,
"Ġmad": 2917,
"ĠQu": 2918,
"OM": 2919,
"aff": 2920,
"vin": 2921,
"ĠSer": 2922,
"Ġkiss": 2923,
"Ġfeat": 2924,
"Ġanswered": 2925,
"Ġ\"...": 2926,
"ples": 2927,
"Ġfinished": 2928,
"Ġbreat": 2929,
"Dad": 2930,
"ĠMy": 2931,
"Ġquestions": 2932,
"Ġgiving": 2933,
"ĠCor": 2934,
"Ġdistrict": 2935,
"ĠSec": 2936,
"itor": 2937,
"imate": 2938,
"Ġannoun": 2939,
"ume": 2940,
"Ġstreet": 2941,
"ĠPhil": 2942,
"aven": 2943,
"ires": 2944,
"ica": 2945,
"rible": 2946,
"ĠMary": 2947,
"His": 2948,
"nel": 2949,
"what": 2950,
"Ġactiv": 2951,
"Nothing": 2952,
"Ġmention": 2953,
"Ġquiet": 2954,
"ply": 2955,
"_,": 2956,
"Ġcorn": 2957,
"ĠJe": 2958,
"Ġ(\"": 2959,
"Ġleaving": 2960,
"Um": 2961,
"iers": 2962,
"ĠDuring": 2963,
"cast": 2964,
"eg": 2965,
"iforn": 2966,
"Ġbelong": 2967,
"inc": 2968,
"Ġshut": 2969,
"EA": 2970,
"Ġreached": 2971,
"Ġgrad": 2972,
"ĠCaptain": 2973,
"Ġsuppose": 2974,
"Ġinflu": 2975,
"uty": 2976,
"ĠSan": 2977,
"ĠGermany": 2978,
"Ġpolitical": 2979,
"Ġstudents": 2980,
"ĠWith": 2981,
"line": 2982,
"uge": 2983,
"Ġbill": 2984,
"aur": 2985,
"ked": 2986,
"Ġpark": 2987,
"ĠTO": 2988,
"Ġterms": 2989,
"Ġtotal": 2990,
"Ġlose": 2991,
"Ġrail": 2992,
"Ġaccount": 2993,
"Ġregion": 2994,
"hips": 2995,
"ifornia": 2996,
"God": 2997,
"ĠSm": 2998,
"ĠCour": 2999,
"itional": 3000,
"Ġexperience": 3001,
"Ġcommunity": 3002,
"time": 3003,
"Ġalright": 3004,
"Ġmodern": 3005,
"Ġforward": 3006,
"ivid": 3007,
"ĠMed": 3008,
"Ġvarious": 3009,
"....": 3010,
"Ġforest": 3011,
"Un": 3012,
"Ġcivil": 3013,
"Ġneigh": 3014,
"Ġways": 3015,
".,": 3016,
"sp": 3017,
"rill": 3018,
"Ġmach": 3019,
"ĠBy": 3020,
"Ġriver": 3021,
"inger": 3022,
"irm": 3023,
"Ġglass": 3024,
"Ġhospital": 3025,
"Ġthou": 3026,
"Ġsearch": 3027,
"Ġnumbers": 3028,
"Ġaut": 3029,
"Ġrespons": 3030,
"Ġum": 3031,
"Ġpublished": 3032,
"ĠDo": 3033,
"Ġindust": 3034,
"ams": 3035,
"ctions": 3036,
"Ġglad": 3037,
"ka": 3038,
"Ġhung": 3039,
"Ġintrodu": 3040,
"ĠMus": 3041,
"ocked": 3042,
"Very": 3043,
"Ġdepend": 3044,
"Ġconsider": 3045,
"ĠCalifornia": 3046,
"CH": 3047,
"orts": 3048,
"oyal": 3049,
"ensive": 3050,
"Ġnin": 3051,
"ĠRiver": 3052,
"ĠMon": 3053,
"Ġtax": 3054,
"Ġallowed": 3055,
"Ġdiscuss": 3056,
"ĠDavid": 3057,
"het": 3058,
"Ġmarket": 3059,
"lt": 3060,
"ĠII": 3061,
"ĠCo": 3062,
"Ġobs": 3063,
"ĠGovern": 3064,
"night": 3065,
"Ġinn": 3066,
"Ġlaugh": 3067,
"cious": 3068,
"Ġclaim": 3069,
"Ġdress": 3070,
"Ġnet": 3071,
"ĠChurch": 3072,
"Ġnatural": 3073,
"Ġegg": 3074,
"ĠEn": 3075,
"Ġwindow": 3076,
"ites": 3077,
"ena": 3078,
"Ġanymore": 3079,
"Ġequal": 3080,
"OW": 3081,
"Somet": 3082,
"Ġbroad": 3083,
"xic": 3084,
"Ġmiles": 3085,
"ause": 3086,
"Ġcaught": 3087,
"ĠMichael": 3088,
"ĠSte": 3089,
"istic": 3090,
"Ġshows": 3091,
"Ġstudy": 3092,
"road": 3093,
"ĠLou": 3094,
"cape": 3095,
"ĠFlor": 3096,
"ĠFrank": 3097,
"olutely": 3098,
"wh": 3099,
"Ġ#": 3100,
"Ġinvolved": 3101,
"gar": 3102,
"Ġstrange": 3103,
"Ġcommune": 3104,
"Ġrain": 3105,
"ĠLeague": 3106,
"Ġmaterial": 3107,
"ae": 3108,
"Ġfem": 3109,
"Ġstage": 3110,
"oid": 3111,
"rab": 3112,
"idered": 3113,
"Ġboard": 3114,
"ortun": 3115,
"Was": 3116,
"ius": 3117,
"Ġaud": 3118,
"Ġenv": 3119,
"Ġstore": 3120,
"Ġtravel": 3121,
"Ġespecially": 3122,
"ĠHist": 3123,
"abad": 3124,
"Ġlocated": 3125,
"Ġsimple": 3126,
"inary": 3127,
"Ġsomewhere": 3128,
"ruction": 3129,
"Ġclothes": 3130,
"ĠChristian": 3131,
"hood": 3132,
"ĠTV": 3133,
"Ġnature": 3134,
"Ġsad": 3135,
"ĠSir": 3136,
"\")": 3137,
"Ġgives": 3138,
"Ġneeded": 3139,
"Listen": 3140,
"inist": 3141,
"Ġemb": 3142,
"Ġvalue": 3143,
"Ġalive": 3144,
"ength": 3145,
"olly": 3146,
"Ġsize": 3147,
"itz": 3148,
"AM": 3149,
"olic": 3150,
"Ġdeg": 3151,
"action": 3152,
"Ġmommy": 3153,
"Ġdel": 3154,
"Ġdinner": 3155,
"Ġanybody": 3156,
"Ġpeace": 3157,
"Bl": 3158,
"Ne": 3159,
"erve": 3160,
"Ġvisit": 3161,
"Ġapart": 3162,
"ĠGree": 3163,
"Ġfinally": 3164,
"Ġyours": 3165,
"Ġappeared": 3166,
"amm": 3167,
"Ġboat": 3168,
"Ġsituation": 3169,
"AP": 3170,
"ĠGeneral": 3171,
"ĠJim": 3172,
"Ġquar": 3173,
"upid": 3174,
"IT": 3175,
"Ġfund": 3176,
"Ġshop": 3177,
"Ġsurv": 3178,
"Ġenergy": 3179,
"Ġperm": 3180,
"bon": 3181,
"Ġprivate": 3182,
"erry": 3183,
"Ġfac": 3184,
"ĠMor": 3185,
"Ġadded": 3186,
"Wow": 3187,
"no": 3188,
"ences": 3189,
"ĠUnion": 3190,
"Ġconsidered": 3191,
"Ġfavor": 3192,
"ĠDem": 3193,
"iel": 3194,
"Af": 3195,
"Ġbur": 3196,
"ils": 3197,
"rem": 3198,
"ĠSar": 3199,
"Ġspent": 3200,
"Ġtitle": 3201,
"ĠMart": 3202,
"Ġdise": 3203,
"Ġkey": 3204,
"Ġx": 3205,
"view": 3206,
"ĠKen": 3207,
"ensus": 3208,
"Ġplant": 3209,
"face": 3210,
"Ġta": 3211,
"Ġarmy": 3212,
"Ġaction": 3213,
"Ġwild": 3214,
"Ġgar": 3215,
"Ġseat": 3216,
"igg": 3217,
"Ġimmedi": 3218,
"Even": 3219,
"Ġban": 3220,
"asons": 3221,
"wood": 3222,
"Ġenc": 3223,
"Ġpurp": 3224,
"house": 3225,
"Ġsour": 3226,
"ero": 3227,
"ĠDon": 3228,
"ago": 3229,
"uses": 3230,
"ounded": 3231,
"Ġstopped": 3232,
"Ġcolor": 3233,
"Ġprofessional": 3234,
"yl": 3235,
"Ġgrew": 3236,
"Ġmid": 3237,
"oups": 3238,
"Ġindeed": 3239,
"Two": 3240,
"Ġbought": 3241,
"Ġpers": 3242,
"Ġdance": 3243,
"ĠAN": 3244,
"illa": 3245,
"Ġproduced": 3246,
"Ġextra": 3247,
"cuse": 3248,
"ĠScott": 3249,
"iff": 3250,
"iday": 3251,
"bour": 3252,
"Ġdrug": 3253,
"Ġwriting": 3254,
"ĠFlorida": 3255,
"ria": 3256,
"ĠSen": 3257,
"Ġbroke": 3258,
"gu": 3259,
"Ġ)": 3260,
"ĠFrom": 3261,
"ails": 3262,
"Ġsummer": 3263,
"Ġfle": 3264,
"Ġliter": 3265,
"Ġprim": 3266,
"Ġearli": 3267,
"Ġspirit": 3268,
"Ġtea": 3269,
"cell": 3270,
"ĠRichard": 3271,
"Ġ,": 3272,
"Ġattempt": 3273,
"ĠIN": 3274,
"Ġcompan": 3275,
"Ġstanding": 3276,
"Ġtro": 3277,
"omas": 3278,
"uted": 3279,
"ĠComp": 3280,
"rief": 3281,
"outhern": 3282,
"ĠBur": 3283,
"ests": 3284,
"Ġavail": 3285,
"ĠParty": 3286,
"Ġsens": 3287,
"Ġattention": 3288,
"Huh": 3289,
"Ġrout": 3290,
"tered": 3291,
"udd": 3292,
"Ġremain": 3293,
"Ġdevelopment": 3294,
"ators": 3295,
"ĠNot": 3296,
"Ġseeing": 3297,
"Ġrid": 3298,
"iques": 3299,
"uke": 3300,
"inct": 3301,
"rel": 3302,
"ĠPort": 3303,
"unic": 3304,
"ander": 3305,
"pper": 3306,
"orthern": 3307,
"cul": 3308,
"ya": 3309,
"ners": 3310,
"van": 3311,
"Ġdate": 3312,
"omm": 3313,
"Ġtend": 3314,
"Ġpack": 3315,
"Ġofficial": 3316,
"Ġhistor": 3317,
"ique": 3318,
"uel": 3319,
"Ġthanks": 3320,
"Ġsimply": 3321,
"Ġmix": 3322,
"Ġnames": 3323,
"Ġcell": 3324,
"Ġdecl": 3325,
"oom": 3326,
"rer": 3327,
"Ġwide": 3328,
"Ġaff": 3329,
"ibility": 3330,
"ĠHenry": 3331,
"ĠAnt": 3332,
"eep": 3333,
"Ġscience": 3334,
"ously": 3335,
"Ġsal": 3336,
"ground": 3337,
"ises": 3338,
"esus": 3339,
"Ġredu": 3340,
"apers": 3341,
"ironment": 3342,
"Ġcollege": 3343,
"Excuse": 3344,
"ify": 3345,
"osing": 3346,
"Ġgroups": 3347,
"Ġindivid": 3348,
"Ġepis": 3349,
"VE": 3350,
"vince": 3351,
"Ġcand": 3352,
"Ġincluded": 3353,
"Ġmilitary": 3354,
"sych": 3355,
"wise": 3356,
"Ġ\"*": 3357,
"ĠSam": 3358,
"Ġcarried": 3359,
"Ġopportun": 3360,
"Ġdoubt": 3361,
"ns": 3362,
"ĠOF": 3363,
"Ġdestroy": 3364,
"Ġbattle": 3365,
"Ġarms": 3366,
"hod": 3367,
"ĠMad": 3368,
"Ġblock": 3369,
"Ġbow": 3370,
"Ġyell": 3371,
"lebr": 3372,
"Ġdifference": 3373,
"Ġalthough": 3374,
"ively": 3375,
"OT": 3376,
"ĠTur": 3377,
"Ġcaptain": 3378,
"field": 3379,
"Ġblow": 3380,
"Ġasking": 3381,
"Ġlargest": 3382,
"AL": 3383,
"gon": 3384,
"Ġice": 3385,
"ĠRed": 3386,
"ĠOly": 3387,
"Ġmarriage": 3388,
"Ġpersonal": 3389,
"Ġhate": 3390,
"ĠReg": 3391,
"Ġmedic": 3392,
"Ġpoints": 3393,
"Ġtour": 3394,
"Ġinj": 3395,
"Ġloved": 3396,
"ological": 3397,
"Ġofficer": 3398,
"Ġdaddy": 3399,
"Ġcompletely": 3400,
"Ġeducation": 3401,
"Ar": 3402,
"Ġbeha": 3403,
"urity": 3404,
"Ġspeed": 3405,
"ĠMany": 3406,
"ĠPri": 3407,
"board": 3408,
"ĠQueen": 3409,
"rect": 3410,
"ĠPal": 3411,
"Ġshouldn": 3412,
"Ġemploy": 3413,
"Ġbroken": 3414,
"su": 3415,
"irgin": 3416,
"que": 3417,
"ĠBlack": 3418,
"Ġ&": 3419,
"Ġdry": 3420,
"Ġversion": 3421,
"Äģ": 3422,
"ability": 3423,
"resh": 3424,
"Ġmurder": 3425,
"bye": 3426,
"Ġlength": 3427,
"Ġrefer": 3428,
"Ġmaster": 3429,
"gel": 3430,
"ĠMo": 3431,
"Ġmeaning": 3432,
"astic": 3433,
"Ġcontract": 3434,
"Ġcapt": 3435,
"Ġjoined": 3436,
"sociation": 3437,
"Ġcomputer": 3438,
"Ġye": 3439,
"ville": 3440,
"llen": 3441,
"ears": 3442,
"Ab": 3443,
"Ġreach": 3444,
"chie": 3445,
"Ġbank": 3446,
"Ġheavy": 3447,
"ĠEr": 3448,
"Ġbelow": 3449,
"isc": 3450,
"Ġwatching": 3451,
"Ġexplain": 3452,
"gress": 3453,
"Ġpath": 3454,
"Ġfort": 3455,
"ĠCong": 3456,
"Ġplays": 3457,
"Ġprep": 3458,
"Ġdepartment": 3459,
"ki": 3460,
"Ġsight": 3461,
"Ġfool": 3462,
"ĠGreat": 3463,
"hal": 3464,
"ĠMal": 3465,
"mas": 3466,
"ĠRobert": 3467,
"Our": 3468,
"Ġ\"!\"": 3469,
"itude": 3470,
"Ġeff": 3471,
"ĠAir": 3472,
"Ġrich": 3473,
"Ġcoast": 3474,
"Ġoccur": 3475,
"ex": 3476,
"Ġarch": 3477,
"gged": 3478,
"ashington": 3479,
"terday": 3480,
"Ġanimal": 3481,
"hest": 3482,
"ancy": 3483,
"ĠBra": 3484,
"ension": 3485,
"ĠStreet": 3486,
"Ġtalked": 3487,
"oura": 3488,
"Ġlying": 3489,
"By": 3490,
"hall": 3491,
"antly": 3492,
".'": 3493,
"Ġbase": 3494,
"After": 3495,
"Sp": 3496,
"ett": 3497,
"arden": 3498,
"Ġimpro": 3499,
"how": 3500,
"Cl": 3501,
"Ġnearly": 3502,
"Ġindepend": 3503,
"asion": 3504,
"Ġrob": 3505,
"Ġshare": 3506,
"Ġregard": 3507,
"ledge": 3508,
"Ġcaused": 3509,
"ĠCourt": 3510,
"Ġsuddenly": 3511,
"Ġwat": 3512,
"Ġpan": 3513,
"ĠSim": 3514,
"Ġstates": 3515,
"ĠBen": 3516,
"Ġareas": 3517,
"Ġappoint": 3518,
"Ġplus": 3519,
"ID": 3520,
"Mom": 3521,
"ĠDick": 3522,
"Ġpage": 3523,
"ĠPat": 3524,
"nes": 3525,
"Ġscient": 3526,
"Ġinit": 3527,
"Ġhappening": 3528,
"Ġhonest": 3529,
"icle": 3530,
"Ġfellow": 3531,
"ari": 3532,
"ids": 3533,
"Ġwel": 3534,
"play": 3535,
"á": 3536,
"Ġwest": 3537,
"Ġaccess": 3538,
"ĠAlan": 3539,
"Ġhigher": 3540,
"Aha": 3541,
"ET": 3542,
"Ġbud": 3543,
"Ġfat": 3544,
"anish": 3545,
"elp": 3546,
"Ġcelebr": 3547,
"iction": 3548,
"Ġevidence": 3549,
"Ġsite": 3550,
"ĠBel": 3551,
"Ġnormal": 3552,
"ĠChampions": 3553,
"Ġmanage": 3554,
"Ġregular": 3555,
"Qu": 3556,
"bert": 3557,
"Ġtrees": 3558,
"Ġwarm": 3559,
"Ġfamilies": 3560,
"Ġcases": 3561,
"Ġinterested": 3562,
"Ġpromise": 3563,
"Ġsand": 3564,
"arily": 3565,
"Ġpun": 3566,
"ĠAct": 3567,
"Ġrace": 3568,
"kn": 3569,
"ĠMost": 3570,
"Ġdoc": 3571,
"oph": 3572,
"pping": 3573,
"Ġformed": 3574,
"Ġcontinued": 3575,
"Ġradio": 3576,
"iled": 3577,
"ĠPet": 3578,
"ustom": 3579,
"ĠDad": 3580,
"Ġstupid": 3581,
"ords": 3582,
"Ġpray": 3583,
"Ġcoffe": 3584,
"Ġdeveloped": 3585,
"ĠEarth": 3586,
"Ġdan": 3587,
"Ġthreat": 3588,
"uts": 3589,
"ĠJust": 3590,
"ouses": 3591,
"Ġsongs": 3592,
"ĠWhite": 3593,
"ĠEuropean": 3594,
"Ġhol": 3595,
"amn": 3596,
"Ġscene": 3597,
"Ġshowed": 3598,
"ĠAfrica": 3599,
"ĠBoy": 3600,
"Ġmarry": 3601,
"Ġfoc": 3602,
"Ġnor": 3603,
"Ġsquare": 3604,
"Ġavailable": 3605,
"Ġcard": 3606,
"ĠDar": 3607,
"Ġtemper": 3608,
"Ġdescrib": 3609,
"ĠCollege": 3610,
"yer": 3611,
"Ġfit": 3612,
"Ġtrade": 3613,
"Ġimm": 3614,
"Pe": 3615,
"icks": 3616,
"Ġactor": 3617,
"Ġbes": 3618,
"Ġannounced": 3619,
"Ġbi": 3620,
"Ġbottom": 3621,
"From": 3622,
"Ġdeb": 3623,
"Ġmovies": 3624,
"Ġmovement": 3625,
"Ġden": 3626,
"ĠRob": 3627,
"Ġpercent": 3628,
"Ġcoffee": 3629,
"Ġ<": 3630,
"Ġhuge": 3631,
"Ġneck": 3632,
"ĠScot": 3633,
"Ġspeaking": 3634,
"Ġdig": 3635,
"Ġcab": 3636,
"ĠFin": 3637,
"Ġsuff": 3638,
"aker": 3639,
"ibly": 3640,
"UN": 3641,
"ĠWashington": 3642,
"Ġweren": 3643,
"icket": 3644,
"Ġfeed": 3645,
"ĠAustralia": 3646,
"Ooh": 3647,
"hib": 3648,
"Ġhelped": 3649,
"Ġlines": 3650,
"hire": 3651,
"Ġspoke": 3652,
"Ġmilk": 3653,
"ĠMexic": 3654,
"Ġap": 3655,
"Ġbath": 3656,
"usion": 3657,
"ĠAlex": 3658,
"ĠInternational": 3659,
"Ġsnow": 3660,
"omen": 3661,
"ĠGrand": 3662,
"Got": 3663,
"né": 3664,
"Ġgas": 3665,
"ĠCH": 3666,
"ĠChina": 3667,
"Could": 3668,
"Ġdata": 3669,
"iles": 3670,
"Ġphil": 3671,
"ĠSal": 3672,
"str": 3673,
"ĠNor": 3674,
"Ġfounded": 3675,
"Ġbirthday": 3676,
"iced": 3677,
"Ġeast": 3678,
"initely": 3679,
"ĠCharles": 3680,
"nie": 3681,
"ĠAc": 3682,
"Ġended": 3683,
"lling": 3684,
"Ġeating": 3685,
"Ġstories": 3686,
"lim": 3687,
"Ġlo": 3688,
"alley": 3689,
"ura": 3690,
"Ġsociety": 3691,
"Ġexec": 3692,
"Ġwonderful": 3693,
"Ġoffe": 3694,
"ĠCath": 3695,
"olk": 3696,
"Ġmethod": 3697,
"Ġwed": 3698,
"Ġoil": 3699,
"ĠBob": 3700,
"Tr": 3701,
"pen": 3702,
"Ġcomfort": 3703,
"Ġenvironment": 3704,
"Say": 3705,
"Ġtast": 3706,
"ĠCup": 3707,
"Ġsevent": 3708,
"Ġnovel": 3709,
"ĠIts": 3710,
"Ġoffer": 3711,
"Ġtired": 3712,
"Ġbright": 3713,
"useum": 3714,
"Ġraised": 3715,
"Ġpieces": 3716,
"Ġdemand": 3717,
"Ġscared": 3718,
"Pro": 3719,
"iation": 3720,
"Ġ...\"": 3721,
"Ġur": 3722,
"Ġir": 3723,
"Ġund": 3724,
"Ġdeli": 3725,
"Ġclosed": 3726,
"Ġresearch": 3727,
"za": 3728,
"Ġmor": 3729,
"Ġworse": 3730,
"Ġwalked": 3731,
"ĠPeople": 3732,
"ux": 3733,
"Ġcensus": 3734,
"ĠAward": 3735,
"Ġchanges": 3736,
"Ġstarting": 3737,
"De": 3738,
"atform": 3739,
"Ġhero": 3740,
"ĠAg": 3741,
"ĠMark": 3742,
"Ġrights": 3743,
"Ġaward": 3744,
"Ġwa": 3745,
"ĠOh": 3746,
"Ġtraining": 3747,
"Ġassist": 3748,
"Ġdeterm": 3749,
"Ġlower": 3750,
"Ġtext": 3751,
"Ġaddress": 3752,
"Ġlearned": 3753,
"ental": 3754,
"ummer": 3755,
"elve": 3756,
"Ġarrest": 3757,
"Ġdisp": 3758,
"Ġprinci": 3759,
"Ġbenef": 3760,
"year": 3761,
"ential": 3762,
"Ġcenter": 3763,
"set": 3764,
"cean": 3765,
"Ġsounds": 3766,
"Ġreview": 3767,
"Ġaver": 3768,
"ĠSch": 3769,
"Ġdecision": 3770,
"Ġpolitician": 3771,
"ĠOlymp": 3772,
"chen": 3773,
"yond": 3774,
"roat": 3775,
"ols": 3776,
"Ġputting": 3777,
"ography": 3778,
"ani": 3779,
"ĠIran": 3780,
"ether": 3781,
"Ġchoice": 3782,
"Those": 3783,
"Ġbirds": 3784,
"ĠItalian": 3785,
"Ġcrew": 3786,
"oted": 3787,
"ushed": 3788,
"ĠDep": 3789,
"ĠParis": 3790,
"aign": 3791,
"under": 3792,
"Ġcro": 3793,
"omp": 3794,
"ston": 3795,
"Ġletters": 3796,
"Ġcru": 3797,
"Ġlikely": 3798,
"ĠOther": 3799,
"Ġess": 3800,
"ĠCr": 3801,
"ĠWell": 3802,
"Ġdistance": 3803,
"Bye": 3804,
"lam": 3805,
"isf": 3806,
"ĠWil": 3807,
"ittee": 3808,
"Mar": 3809,
"Per": 3810,
"iling": 3811,
"oves": 3812,
"Ġbelieved": 3813,
"Only": 3814,
"Ġwit": 3815,
"Ġcharge": 3816,
"iar": 3817,
"noon": 3818,
"Ġought": 3819,
"edy": 3820,
"Ġschools": 3821,
"Ġdouble": 3822,
"ĠMac": 3823,
"raft": 3824,
"ube": 3825,
"Ġcalling": 3826,
"Ġemp": 3827,
"Ġyesterday": 3828,
"using": 3829,
"Ġideas": 3830,
"Ġtall": 3831,
"ĠChan": 3832,
"Ġride": 3833,
"Ġsuit": 3834,
"ateg": 3835,
"Ġmodel": 3836,
"ĠHistory": 3837,
"-\"": 3838,
"ĠDes": 3839,
"Ġaffect": 3840,
"Ġbrain": 3841,
"ĠBer": 3842,
"Ġnobody": 3843,
"Ġuniversity": 3844,
"Ġfourth": 3845,
"ĠMinister": 3846,
"Ġbell": 3847,
"rif": 3848,
"ĠMaj": 3849,
"Ġevents": 3850,
"Ġjoin": 3851,
"Ġcreate": 3852,
"Ġnecessary": 3853,
"Sir": 3854,
"ĠSat": 3855,
"Ġancient": 3856,
"Ġmostly": 3857,
"liament": 3858,
"Ġemot": 3859,
"Man": 3860,
"Ġpsych": 3861,
"ruit": 3862,
"Ġspecific": 3863,
"Ġmessage": 3864,
"Ġissue": 3865,
"Ġimmediately": 3866,
"fl": 3867,
"Ġtheory": 3868,
"Ġsac": 3869,
"oring": 3870,
"Ġthirty": 3871,
"ĠMa": 3872,
"Ġspread": 3873,
"Ġleader": 3874,
"ji": 3875,
"Ġcow": 3876,
"ilities": 3877,
"oday": 3878,
"Ġsmell": 3879,
"Ġfinish": 3880,
"ĠHall": 3881,
"Ġchief": 3882,
"ĠCentral": 3883,
"Ġfaith": 3884,
"Ġangry": 3885,
"hold": 3886,
"Ġstorm": 3887,
"ĠPyr": 3888,
"Ġafternoon": 3889,
"Pl": 3890,
"Ġvac": 3891,
"Ġble": 3892,
"sec": 3893,
"Ġstars": 3894,
"Ġagree": 3895,
"Ġdisease": 3896,
"ript": 3897,
"ables": 3898,
"Ġcovered": 3899,
"ĠCoun": 3900,
"ession": 3901,
"Ġbusy": 3902,
"ket": 3903,
"ini": 3904,
"asc": 3905,
"ĠKore": 3906,
"Ġenemy": 3907,
"ĠArmy": 3908,
"Ġdirector": 3909,
"western": 3910,
"Ġanal": 3911,
"ashion": 3912,
"Ġrule": 3913,
"Ġtail": 3914,
"uten": 3915,
"Ġstyle": 3916,
"Ġtherefore": 3917,
"Ġsoul": 3918,
"ste": 3919,
"rank": 3920,
"Ġformula": 3921,
"Ġfarm": 3922,
"Ġarg": 3923,
"Ġproduction": 3924,
"Ġstreng": 3925,
"isions": 3926,
"aps": 3927,
"Ġchem": 3928,
"erved": 3929,
"ores": 3930,
"Ġbridge": 3931,
"Ġflight": 3932,
"Ġlovely": 3933,
"Ġslight": 3934,
"Ġearlier": 3935,
"mad": 3936,
"sequ": 3937,
"Ġhun": 3938,
"Ġspl": 3939,
"Atlant": 3940,
"Ġarrived": 3941,
"atives": 3942,
"Ġopin": 3943,
"back": 3944,
"Ġsle": 3945,
"ĠJew": 3946,
"oseph": 3947,
"Ġcontinue": 3948,
"Ġbloody": 3949,
"Rem": 3950,
"Ġcup": 3951,
"ĠItaly": 3952,
"Ġterrible": 3953,
"BC": 3954,
"Ġweap": 3955,
"Ġelection": 3956,
"Ġpurpose": 3957,
"ĠCongress": 3958,
"ĠVirgin": 3959,
"Ġfault": 3960,
"Ġ=": 3961,
"Ġlog": 3962,
"Ġreve": 3963,
"Ġattract": 3964,
"ĠProvince": 3965,
"Ġstone": 3966,
"Ġcontact": 3967,
"Ġcareful": 3968,
"Ġestablished": 3969,
"ĠAcc": 3970,
"ĠGold": 3971,
"Ġtruck": 3972,
"Ġsuccessful": 3973,
"ĠCanada": 3974,
"OS": 3975,
"uments": 3976,
"Ġsignific": 3977,
"Ġcities": 3978,
"Ġforth": 3979,
"Ġaccident": 3980,
"gl": 3981,
"Ġkick": 3982,
"esty": 3983,
"Ġcondu": 3984,
"Ġbran": 3985,
"Ġcoach": 3986,
"ĠPrin": 3987,
";\"": 3988,
"Fuck": 3989,
"ees": 3990,
"Ġlif": 3991,
"Ġsettle": 3992,
"Ġmountain": 3993,
"fast": 3994,
"Ġweight": 3995,
"rupt": 3996,
"azing": 3997,
"éné": 3998,
"Ġfighting": 3999,
"Ġpolicy": 4000,
"Keep": 4001,
"ients": 4002,
"eds": 4003,
"Ġpet": 4004,
"ship": 4005,
"Ġtar": 4006,
"Ġcred": 4007,
"Ġcrow": 4008,
"cies": 4009,
"Ġnone": 4010,
"vert": 4011,
"ĠBE": 4012,
"ĠRes": 4013,
"Ġshown": 4014,
"Ġprint": 4015,
"Ġrelationship": 4016,
"Ġprice": 4017,
"Dr": 4018,
"aled": 4019,
"Ġforces": 4020,
"Ġliked": 4021,
"Ġskin": 4022,
"iverse": 4023,
"Ġknowledge": 4024,
"Ġescape": 4025,
"Ġcy": 4026,
"Ġfrog": 4027,
"Ġhall": 4028,
"Ġrepe": 4029,
"ocol": 4030,
"ĠAnne": 4031,
"Ġholding": 4032,
"Ġinvestig": 4033,
"ech": 4034,
"atory": 4035,
"Ġforced": 4036,
"Ġmultip": 4037,
"asant": 4038,
"ĠMet": 4039,
"berg": 4040,
"Ġcampaign": 4041,
"unicip": 4042,
"Ġmic": 4043,
"Ġload": 4044,
"rig": 4045,
"ĠBo": 4046,
"Ġinternational": 4047,
"Ġthus": 4048,
"zen": 4049,
"ros": 4050,
"aug": 4051,
"otten": 4052,
"iety": 4053,
"aries": 4054,
"aves": 4055,
"ĠThomas": 4056,
"Ġcorner": 4057,
"Ġwelcome": 4058,
"First": 4059,
"Sc": 4060,
"stairs": 4061,
"Ġtells": 4062,
"inese": 4063,
"ĠSpanish": 4064,
"known": 4065,
"énées": 4066,
"tt": 4067,
"west": 4068,
"Ġlink": 4069,
"ĠBu": 4070,
"ĠJul": 4071,
"Ġspot": 4072,
"izing": 4073,
"ĠPyrénées": 4074,
"iot": 4075,
"Ġcamer": 4076,
"Ġdrop": 4077,
"Ġloss": 4078,
"ĠMat": 4079,
"Ġminus": 4080,
"sey": 4081,
"ĠKingdom": 4082,
"Ġpractice": 4083,
"Ġphilos": 4084,
"bing": 4085,
"eh": 4086,
"Ġrate": 4087,
"Ġextreme": 4088,
"Ġwalking": 4089,
"Atlantiques": 4090,
"CK": 4091,
"RI": 4092,
"Ġhey": 4093,
"Ġjump": 4094,
"Ġdirected": 4095,
"Ġoppos": 4096,
"Ġsch": 4097,
"arm": 4098,
"Ġbeyond": 4099,
"cket": 4100,
"Ġkinds": 4101,
"Ġabsolutely": 4102,
"Ġcompl": 4103,
"pir": 4104,
"Ġintern": 4105,
"rial": 4106,
"Ġmachine": 4107,
"itation": 4108,
"Ġemer": 4109,
"Ġintell": 4110,
"Ġhasn": 4111,
"Ġservices": 4112,
"Great": 4113,
"kin": 4114,
"ses": 4115,
"aching": 4116,
"fess": 4117,
"hedron": 4118,
"Ġacqu": 4119,
"Ġsigned": 4120,
"Ġcode": 4121,
"Ġweak": 4122,
"anda": 4123,
"ĠRoyal": 4124,
"ournal": 4125,
"Am": 4126,
"Ġkit": 4127,
"Ġtwice": 4128,
"ucky": 4129,
"Ġopening": 4130,
"Ġmedia": 4131,
"Ġpatient": 4132,
"Everything": 4133,
"ĠÃ": 4134,
"Ġleaves": 4135,
"ann": 4136,
"Ġpounds": 4137,
"Ġchick": 4138,
"Ġthee": 4139,
"Ġreading": 4140,
"ĠCarol": 4141,
"lo": 4142,
"ĠAnge": 4143,
"Ġdropped": 4144,
"Ġimagine": 4145,
"min": 4146,
"Ġut": 4147,
"Ġpush": 4148,
"enth": 4149,
"Ġconvers": 4150,
"Ġ()": 4151,
"Ġdiscovered": 4152,
"Ġmum": 4153,
"asing": 4154,
"ĠApp": 4155,
"ĠArt": 4156,
"Ġsinger": 4157,
"Ġempt": 4158,
"Ġaverage": 4159,
"Br": 4160,
"Ġrelease": 4161,
"ĠLaw": 4162,
"Ġrose": 4163,
"ictor": 4164,
"Ġnewsp": 4165,
"Ġopportunity": 4166,
"Ġmoon": 4167,
"Hold": 4168,
"Ġsides": 4169,
"Ġhom": 4170,
"ĠLee": 4171,
"ĠKe": 4172,
"Ġsystems": 4173,
"Ġlegs": 4174,
"ossible": 4175,
"burg": 4176,
"ĠHill": 4177,
"Ġsymb": 4178,
"ification": 4179,
"ederal": 4180,
"Ġachie": 4181,
"ĠCast": 4182,
"ĠMount": 4183,
"Ġflowers": 4184,
"Ġreb": 4185,
"ĠHam": 4186,
"Ġunless": 4187,
"Ġreligious": 4188,
"lor": 4189,
"Ġcustom": 4190,
"vere": 4191,
"utions": 4192,
"ĠDel": 4193,
"isted": 4194,
"ĠLu": 4195,
"Ġcalls": 4196,
"Ġbrief": 4197,
"ĠDay": 4198,
"Ġbiggest": 4199,
"Ġsoldiers": 4200,
"Ġdollars": 4201,
"ĠMag": 4202,
"ulations": 4203,
"Ġdriving": 4204,
"etic": 4205,
"ĠBay": 4206,
"Ġaccording": 4207,
"Ġsurface": 4208,
"Ġdefend": 4209,
"yan": 4210,
"ication": 4211,
"ĠSus": 4212,
"ĠLat": 4213,
"Ġvictim": 4214,
"Ġyellow": 4215,
"ĠScotland": 4216,
"Ġentered": 4217,
"reci": 4218,
"Ġelected": 4219,
"Ġhighest": 4220,
"ware": 4221,
"Ġanywhere": 4222,
"Ġfemale": 4223,
"Ġfirm": 4224,
"Ġforeign": 4225,
"Her": 4226,
"wr": 4227,
"ÃŃ": 4228,
"ĠTra": 4229,
"ĠWestern": 4230,
"Ġmemory": 4231,
"Ġdangerous": 4232,
".--": 4233,
"isters": 4234,
"Ġfresh": 4235,
"ĠIT": 4236,
"eless": 4237,
"Ġproud": 4238,
"Ġmistake": 4239,
"Ġmir": 4240,
"Ġge": 4241,
"ĠMer": 4242,
"ĠWin": 4243,
"Ġswim": 4244,
"Ġcharacters": 4245,
"ĠRad": 4246,
"ems": 4247,
"ĠKar": 4248,
"phone": 4249,
"Ġeasily": 4250,
"Ġdogs": 4251,
"Ġgrowing": 4252,
"ĠCouncil": 4253,
"iant": 4254,
"Ġnose": 4255,
"order": 4256,
"Ġthroughout": 4257,
"Ġsmaller": 4258,
"Ġteams": 4259,
"Ġreligion": 4260,
"ule": 4261,
"utch": 4262,
"ademy": 4263,
"ĠGreen": 4264,
"Ġresour": 4265,
"Ġesc": 4266,
"._": 4267,
"Ġlots": 4268,
"host": 4269,
"istan": 4270,
"ĠDemocr": 4271,
"ĠMil": 4272,
"ĠMont": 4273,
"ĠChinese": 4274,
"Ġpictures": 4275,
"Ġfifty": 4276,
"Ġboss": 4277,
"ĠKent": 4278,
"Ġclim": 4279,
"orses": 4280,
"ĠLouis": 4281,
"Ġsurr": 4282,
"Ġcurrently": 4283,
"Ġepisode": 4284,
"Ġgarden": 4285,
"People": 4286,
"kins": 4287,
"uf": 4288,
"win": 4289,
"Ġvan": 4290,
"Ġsatisf": 4291,
"Ġexpected": 4292,
"orks": 4293,
"Ġlaid": 4294,
"Ġplants": 4295,
"Ġteach": 4296,
"Ġremained": 4297,
"Ġdesp": 4298,
"Ġincludes": 4299,
"Three": 4300,
"Ġrisk": 4301,
"Ġopt": 4302,
"Ġassoci": 4303,
"Ġplayers": 4304,
"Ġsky": 4305,
"vi": 4306,
"hab": 4307,
"oses": 4308,
"Che": 4309,
"Ġtur": 4310,
"olf": 4311,
"Ġuses": 4312,
"Ġtwelve": 4313,
"Ġfunction": 4314,
"AY": 4315,
"UT": 4316,
"Ġcit": 4317,
"Ġpound": 4318,
"ulf": 4319,
"ĠAssociation": 4320,
"Ġoriginally": 4321,
"Ġindustry": 4322,
"mm": 4323,
"ĠST": 4324,
"Ġwinter": 4325,
"Ġpositive": 4326,
"Ġcondition": 4327,
"Ġpred": 4328,
"ĠBet": 4329,
"estival": 4330,
"Ġcommer": 4331,
"Ġgrown": 4332,
"Ġdirection": 4333,
"Ġpig": 4334,
"acing": 4335,
"Ġolder": 4336,
"Ġrules": 4337,
"ĠCa": 4338,
"Ġspring": 4339,
"Se": 4340,
"gent": 4341,
"Ġcrime": 4342,
"Should": 4343,
"Ġwearing": 4344,
"va": 4345,
"ĠWhile": 4346,
"Ġnegative": 4347,
"Ġwine": 4348,
"Ġnote": 4349,
"ĠOK": 4350,
"Ġparticularly": 4351,
"ĠCatholic": 4352,
",--": 4353,
"Ġtrip": 4354,
"Ġbasket": 4355,
"lected": 4356,
"Ġforty": 4357,
"Ġthinks": 4358,
"Ġsett": 4359,
"Ġmissing": 4360,
"Cos": 4361,
"bl": 4362,
"itar": 4363,
"Ġduty": 4364,
"icago": 4365,
"ĠIll": 4366,
"Ġhide": 4367,
"ĠRock": 4368,
"Ġflat": 4369,
"Ġcars": 4370,
"Ġfrequ": 4371,
"Something": 4372,
"umber": 4373,
"ĠFirst": 4374,
"istry": 4375,
"Ġrub": 4376,
"ĠEmp": 4377,
"Ġcontrib": 4378,
"stitution": 4379,
"utenant": 4380,
"had": 4381,
"Ġlack": 4382,
"Ġstaff": 4383,
"ĠPac": 4384,
"cks": 4385,
"peror": 4386,
"Ġcompos": 4387,
"astern": 4388,
"ĠTor": 4389,
"Isn": 4390,
"Ġbread": 4391,
"Ġcritic": 4392,
"dé": 4393,
"ga": 4394,
"lN": 4395,
"Ġpu": 4396,
"ashed": 4397,
"oms": 4398,
"icated": 4399,
"Ġremark": 4400,
"Ġmaintain": 4401,
"Ġadminist": 4402,
"Ġculture": 4403,
"Ġslowly": 4404,
"Ġeggs": 4405,
"iber": 4406,
"Ġplaced": 4407,
"Ġroll": 4408,
"ĠTex": 4409,
"den": 4410,
"Ġyouth": 4411,
"ĠMur": 4412,
"rap": 4413,
"ĠRail": 4414,
"Ġfinan": 4415,
"Ġcolour": 4416,
"Ġdefinitely": 4417,
"Ġdegree": 4418,
"Ġstrength": 4419,
"cend": 4420,
"Ġchoose": 4421,
"Ġprovide": 4422,
"Ġcorrect": 4423,
"Ġgradu": 4424,
"can": 4425,
"look": 4426,
"Ġhill": 4427,
"Ġheaven": 4428,
"ĠPan": 4429,
"Ġvote": 4430,
"ĠAtlant": 4431,
"Ġparticip": 4432,
"ram": 4433,
"see": 4434,
"ĠFoot": 4435,
"apt": 4436,
"Ġlarger": 4437,
"Ġlawyer": 4438,
"Ġmentioned": 4439,
"ij": 4440,
"Ġfashion": 4441,
"Ġcontain": 4442,
"cis": 4443,
"Ġrom": 4444,
"asm": 4445,
"Ġworried": 4446,
"Ġagreed": 4447,
"alled": 4448,
"raw": 4449,
"fficient": 4450,
"Ġelectric": 4451,
"Ha": 4452,
"Ġrough": 4453,
"bered": 4454,
"Ġsecurity": 4455,
"Ġaddition": 4456,
"Shut": 4457,
"Ġdreams": 4458,
"Ġsouthwestern": 4459,
"do": 4460,
"oned": 4461,
"arrow": 4462,
"ĠDa": 4463,
"Ġorders": 4464,
"Remember": 4465,
"Ġcrowd": 4466,
"Gu": 4467,
"has": 4468,
"Ġhouses": 4469,
"ola": 4470,
"ĠKh": 4471,
"Ġstudent": 4472,
"Ġissues": 4473,
"coh": 4474,
"ĠGirl": 4475,
"lands": 4476,
"just": 4477,
"Ġpoll": 4478,
"Ġheat": 4479,
"Ġnotice": 4480,
"ĠPak": 4481,
"Ġconcept": 4482,
"Ġforms": 4483,
"ĠPrince": 4484,
"Ġiron": 4485,
"Ġthy": 4486,
"Ġacting": 4487,
"Ġcontent": 4488,
"Ġchallen": 4489,
"ita": 4490,
"ĠDis": 4491,
"Ġrap": 4492,
"Ġbrothers": 4493,
"Ġpicked": 4494,
"Ġdesigned": 4495,
"Ġjudge": 4496,
"Ġinfluence": 4497,
"Ġindividual": 4498,
"Ġguard": 4499,
"ĠSpain": 4500,
"lear": 4501,
"ĠMike": 4502,
"ĠDiv": 4503,
"Ġrecords": 4504,
"Ġbecomes": 4505,
"Act": 4506,
"icles": 4507,
"Ġsection": 4508,
"ĠJer": 4509,
"Ġbigger": 4510,
"Ġrelated": 4511,
"ĠJackson": 4512,
"Ġbreath": 4513,
"Ġtroops": 4514,
"</": 4515,
"Never": 4516,
"Ġbeg": 4517,
"AND": 4518,
"Ġpowerful": 4519,
"Ġconditions": 4520,
"Ġdamn": 4521,
"Ġtape": 4522,
"IF": 4523,
"Ġtaught": 4524,
"ĠSaint": 4525,
"ĠON": 4526,
"gypt": 4527,
"Ġreplaced": 4528,
"Ġtotally": 4529,
"ĠSuper": 4530,
"ĠSmith": 4531,
"Ġsource": 4532,
"LD": 4533,
"Nice": 4534,
"RO": 4535,
"gen": 4536,
"ĠRoad": 4537,
"Ġscreen": 4538,
"Ġaware": 4539,
"Ġlucky": 4540,
"Ġcompanies": 4541,
"ĠÂ": 4542,
"hand": 4543,
"ĠSince": 4544,
"istics": 4545,
"Ġdrunk": 4546,
"Ġmainly": 4547,
"Ġbound": 4548,
"Ġpir": 4549,
"Ġserve": 4550,
"Ġgenerally": 4551,
"Ġetc": 4552,
"âĢİ.\"": 4553,
"NA": 4554,
"rat": 4555,
"ĠChe": 4556,
"ĠJud": 4557,
"Ġplans": 4558,
"Ġtransl": 4559,
"Ġreported": 4560,
"Ġperformance": 4561,
"Ġpressure": 4562,
"Ġwedding": 4563,
"ĠTwo": 4564,
"Ġweather": 4565,
"ĠFred": 4566,
"ĠNat": 4567,
"Ġmedical": 4568,
"Ġtypes": 4569,
"ĠSing": 4570,
"ĠAss": 4571,
"ching": 4572,
"...?\"": 4573,
"igned": 4574,
"Ġwriter": 4575,
"Ġspeech": 4576,
"Ġenter": 4577,
"Ġplanet": 4578,
"Ġhonor": 4579,
"Ġtight": 4580,
"Ġwhis": 4581,
"Ġwilling": 4582,
"agon": 4583,
"Ġsmart": 4584,
"Ġperformed": 4585,
"Ġfilled": 4586,
"rol": 4587,
"Ġ(,": 4588,
"ĠOf": 4589,
"Ġbasically": 4590,
"Car": 4591,
"Ġpair": 4592,
"osh": 4593,
"Ġplatform": 4594,
"Ġleading": 4595,
"Ġmm": 4596,
"ĠTheir": 4597,
"Ġcomplex": 4598,
"Ġrange": 4599,
"ĠAfrican": 4600,
"ulous": 4601,
"ĠJoe": 4602,
"Ġrecorded": 4603,
"Ġreplied": 4604,
"stitute": 4605,
"Ġarchite": 4606,
"Ġoffered": 4607,
"idden": 4608,
"Ġmedicine": 4609,
"ĠChampionship": 4610,
"mark": 4611,
"Ġox": 4612,
"Ġya": 4613,
"ĠIr": 4614,
"ili": 4615,
"Ġvot": 4616,
"ĠHere": 4617,
"Ġuncle": 4618,
"Ġbrown": 4619,
"Ġteeth": 4620,
"ĠChicago": 4621,
"Ġmaid": 4622,
"Ġwaste": 4623,
"Ġclearly": 4624,
"Ġeventually": 4625,
"Ġcompetition": 4626,
"Ġdescri": 4627,
"ĠAND": 4628,
"Ġ..": 4629,
"vey": 4630,
"Ġsinging": 4631,
"Ġforgot": 4632,
"Ġfeatures": 4633,
"Ġdescribed": 4634,
"Ġempty": 4635,
"ali": 4636,
"Ġweird": 4637,
"Ġlegal": 4638,
"Ġpleasure": 4639,
"Ġnetwork": 4640,
"rang": 4641,
"onel": 4642,
"Ġloud": 4643,
"abor": 4644,
"aked": 4645,
"Ġsmile": 4646,
"Ġinstr": 4647,
"Ġobviously": 4648,
"Ġfailed": 4649,
"Ġremind": 4650,
"Ġships": 4651,
"Ġkitchen": 4652,
"Ġfinger": 4653,
"ĠBro": 4654,
"IR": 4655,
"uries": 4656,
"Ġbab": 4657,
"Ġfright": 4658,
"lem": 4659,
"oop": 4660,
"Ġmeasure": 4661,
"Ġjour": 4662,
"Ġdistrib": 4663,
"Ġphilosop": 4664,
"\".\"": 4665,
"ö": 4666,
"Ġhole": 4667,
"Ġhorses": 4668,
"vention": 4669,
"inois": 4670,
"Ġbecoming": 4671,
"ona": 4672,
"Ġnative": 4673,
"Ġcentral": 4674,
"partement": 4675,
"Ġhotel": 4676,
"mit": 4677,
"hered": 4678,
"Ġnorthern": 4679,
"ĠVictor": 4680,
"Ġharm": 4681,
"Ġconcerned": 4682,
"ĠVirginia": 4683,
"ĠSa": 4684,
"ĠSund": 4685,
"aded": 4686,
"Ġactress": 4687,
"Ġinterview": 4688,
"Ġcalm": 4689,
"Ġopinion": 4690,
"département": 4691,
"craft": 4692,
"ima": 4693,
"Ġstuck": 4694,
"Ġlies": 4695,
"ĠEvery": 4696,
"Ġkilling": 4697,
"Ġoccup": 4698,
"Ġresults": 4699,
"ournament": 4700,
"ĠAccording": 4701,
"Fine": 4702,
"ishes": 4703,
"Ġlock": 4704,
"ĠFil": 4705,
"Ġaged": 4706,
"Ġgreatest": 4707,
"Ġedge": 4708,
"ĠGreek": 4709,
"ĠPrincess": 4710,
"ange": 4711,
"ardon": 4712,
"Ġapplic": 4713,
"Ġofficers": 4714,
"Ġmissed": 4715,
"Ġquarter": 4716,
"Ġwet": 4717,
"Ġmunicip": 4718,
"ĠSant": 4719,
"Ġneither": 4720,
"Ġpainting": 4721,
"ĠCharl": 4722,
"Ġproperty": 4723,
"ĠAcademy": 4724,
"ĠMajesty": 4725,
"Ġcitiz": 4726,
"Ġalt": 4727,
"Ġsake": 4728,
"odes": 4729,
"odies": 4730,
"Ġgreater": 4731,
"Ok": 4732,
"sed": 4733,
"Ġfaces": 4734,
"Ġnation": 4735,
"Ġsaved": 4736,
"Ġtele": 4737,
"Ġproduce": 4738,
"ĠChristmas": 4739,
"Ġdivided": 4740,
"ĠBell": 4741,
"yeh": 4742,
"ĠDev": 4743,
"Ġexperien": 4744,
"Ġstrugg": 4745,
"ĠRussian": 4746,
",'": 4747,
"CE": 4748,
"En": 4749,
"phan": 4750,
"Ġmut": 4751,
"anced": 4752,
"Ġreasons": 4753,
"Ġstock": 4754,
"Ġroof": 4755,
"Ġhandle": 4756,
"Ġattend": 4757,
"Ġstructure": 4758,
"Americ": 4759,
"ban": 4760,
"ipe": 4761,
"aches": 4762,
"ĠMu": 4763,
"Ġmere": 4764,
"urt": 4765,
"Ġmanager": 4766,
"Ġstudied": 4767,
"ĠClub": 4768,
"Ġmission": 4769,
"Ġcircum": 4770,
"Ġtarget": 4771,
"rim": 4772,
"Ġbal": 4773,
"Ġpapers": 4774,
"ĠEgypt": 4775,
"Ġpartner": 4776,
"Ġbless": 4777,
"Ġscar": 4778,
"Ġstudio": 4779,
"ĠTexas": 4780,
"Ġ>": 4781,
"ĠCont": 4782,
"Ġmechan": 4783,
"Ġgoal": 4784,
"ĠBrown": 4785,
"Ġrealize": 4786,
"Ġordered": 4787,
"About": 4788,
"Ġwitness": 4789,
"Ġdom": 4790,
"ĠRome": 4791,
"ĠLake": 4792,
"Ġdirectly": 4793,
"Ġpalace": 4794,
"Make": 4795,
"ĠMaster": 4796,
"ĠHaw": 4797,
"Ġbitch": 4798,
"cise": 4799,
"ek": 4800,
"Ġbrand": 4801,
"ĠSov": 4802,
"Ġburied": 4803,
"Ġshape": 4804,
"oken": 4805,
"ĠBill": 4806,
"Ġshout": 4807,
"Ġeasier": 4808,
"ba": 4809,
"ami": 4810,
"Ġjack": 4811,
"ips": 4812,
"Ġheads": 4813,
"Ġtechnology": 4814,
"ĠArab": 4815,
"iance": 4816,
"rences": 4817,
"Ġstarts": 4818,
"azine": 4819,
"Ġdetect": 4820,
"ĠSoviet": 4821,
"AD": 4822,
"Su": 4823,
"UR": 4824,
"Ġrare": 4825,
"Ġimpossible": 4826,
"Ġbreakfast": 4827,
"Ġincrease": 4828,
"Ġsurprised": 4829,
"Ġprepared": 4830,
"ĠFer": 4831,
"iano": 4832,
"Ġartist": 4833,
"Ġleaders": 4834,
"Ġgentlemen": 4835,
".]": 4836,
"Ġign": 4837,
"Ġbomb": 4838,
"ĠSun": 4839,
"Ġmeat": 4840,
"ĠLos": 4841,
"Ġworst": 4842,
"Ġamb": 4843,
"Ġruns": 4844,
"Ġdecide": 4845,
"EL": 4846,
"imately": 4847,
"ĠServ": 4848,
"stood": 4849,
"Ġbutter": 4850,
"Ġkeeping": 4851,
"Ġteaching": 4852,
"ĠGovernment": 4853,
"IGH": 4854,
"ĠTai": 4855,
"ĠBa": 4856,
"Ġexcl": 4857,
"arently": 4858,
"Ġflying": 4859,
"IM": 4860,
"Lea": 4861,
"Ġcart": 4862,
"Ġthick": 4863,
"Ġlikes": 4864,
"ulty": 4865,
"Ġalcoh": 4866,
"Ġadult": 4867,
"Ġcrying": 4868,
"Ġsurprise": 4869,
"Ġtaste": 4870,
"Con": 4871,
"Ġlunch": 4872,
"ĠLet": 4873,
"Ġhadn": 4874,
"asty": 4875,
"Ġblind": 4876,
"Ġseconds": 4877,
"ĠEmpire": 4878,
"Watch": 4879,
"ault": 4880,
"with": 4881,
"Ġsen": 4882,
"Ġcancer": 4883,
"ĠFather": 4884,
"Ġourselves": 4885,
"Ġrecently": 4886,
"Ġevil": 4887,
"Ġhurry": 4888,
"Ġzero": 4889,
"Ġtraditional": 4890,
"ĠMexico": 4891,
"ym": 4892,
"Ġma": 4893,
"Ġder": 4894,
"Ġasleep": 4895,
"urday": 4896,
"iger": 4897,
"Whoa": 4898,
"sing": 4899,
"ala": 4900,
"ĠHon": 4901,
"Ġju": 4902,
"Ġstandard": 4903,
"Ġjoy": 4904,
"Ġappreci": 4905,
"iously": 4906,
"Ġmetal": 4907,
"fessor": 4908,
"Yep": 4909,
"Ġshoes": 4910,
"Ġrank": 4911,
"Ġsuc": 4912,
"ighs": 4913,
"Ġconsum": 4914,
"Ġbuildings": 4915,
"è": 4916,
"Ġsilly": 4917,
"ato": 4918,
"ĠIm": 4919,
"ĠFre": 4920,
"Ġactual": 4921,
"Ġbelief": 4922,
"Ġlearning": 4923,
"ĠFootball": 4924,
"Ġ\"-": 4925,
"ĠSea": 4926,
"Ġdelight": 4927,
"Ġimage": 4928,
"Ġdrinking": 4929,
"ĠAdm": 4930,
"Ġsucceed": 4931,
"Ġlic": 4932,
"Ġonto": 4933,
"semb": 4934,
"Ġprevent": 4935,
"Ġchap": 4936,
"ĠYour": 4937,
"Ġprovince": 4938,
"Ġrequest": 4939,
"Ġcouncil": 4940,
"TS": 4941,
"ios": 4942,
"pic": 4943,
"vis": 4944,
"Ġeld": 4945,
"Ġplain": 4946,
"Ġpocket": 4947,
"Sit": 4948,
"iring": 4949,
"Ġprove": 4950,
"ĠOld": 4951,
"Ġsleeping": 4952,
"Tom": 4953,
"osen": 4954,
"Ġremem": 4955,
"John": 4956,
"ingers": 4957,
"ora": 4958,
"Ġseparate": 4959,
"ĠSecret": 4960,
"rate": 4961,
"Ġ!\"": 4962,
"lection": 4963,
"ĠRay": 4964,
"fortun": 4965,
"Ġladies": 4966,
"Ġcamera": 4967,
"Actually": 4968,
"rated": 4969,
"ette": 4970,
"rier": 4971,
"iform": 4972,
"ĠBang": 4973,
"Ġkingdom": 4974,
"law": 4975,
"Ġast": 4976,
"ĠMel": 4977,
"Ġsequ": 4978,
"ishop": 4979,
"Ġcosts": 4980,
"Ġdocument": 4981,
"Le": 4982,
"friend": 4983,
"asy": 4984,
"ĠSl": 4985,
"Ġconstit": 4986,
"Ġhungry": 4987,
"New": 4988,
"gn": 4989,
"ening": 4990,
"ĠAre": 4991,
"ĠGood": 4992,
"Ġsaf": 4993,
"icked": 4994,
"Ġamazing": 4995,
"Ġstayed": 4996,
"Ġforever": 4997,
"Ġlistening": 4998,
"orough": 4999,
"Ġpure": 5000,
"aret": 5001,
"onds": 5002,
"Ġpromised": 5003,
"Ġmultiple": 5004,
"Tw": 5005,
"Ġdar": 5006,
"ĠRec": 5007,
"Ġtyp": 5008,
"Ġlanguages": 5009,
"Ġsoldier": 5010,
"Ġsuspect": 5011,
"Ġencoura": 5012,
"pro": 5013,
"ĠTony": 5014,
"Ġplanning": 5015,
"Ġcash": 5016,
"Ġduck": 5017,
"ĠSid": 5018,
"ĠAng": 5019,
"Ġknock": 5020,
"Ġturns": 5021,
"Ġprograms": 5022,
"ctors": 5023,
"ĠStud": 5024,
"Ġprevious": 5025,
"Ġlights": 5026,
"urance": 5027,
"Ġcentre": 5028,
"Ġpattern": 5029,
"Ġfavorite": 5030,
"Ġjourney": 5031,
"Ġthrew": 5032,
"utive": 5033,
"ĠSand": 5034,
"Ġreven": 5035,
"Ġrat": 5036,
"Ġorganization": 5037,
"Ġfreed": 5038,
"ĠIllinois": 5039,
"Mic": 5040,
"da": 5041,
"rison": 5042,
"Ġdrew": 5043,
"Ġqual": 5044,
"aval": 5045,
"Didn": 5046,
"Ġpretend": 5047,
"Ġrequired": 5048,
"Ġappointed": 5049,
"tr": 5050,
"ota": 5051,
"Ġren": 5052,
"Ġjournal": 5053,
"ights": 5054,
"Ġactive": 5055,
"Ġreality": 5056,
"wan": 5057,
"Ġmob": 5058,
"Ġfra": 5059,
"Ġgodd": 5060,
"....\"": 5061,
"ansas": 5062,
"ĠIslam": 5063,
"Ġstruck": 5064,
"Ġcastle": 5065,
"Ġbroadcast": 5066,
"ĠCompany": 5067,
"ocolate": 5068,
"Cause": 5069,
"WE": 5070,
"oured": 5071,
"Ġgain": 5072,
"ĠPre": 5073,
"antic": 5074,
"ĠAngeles": 5075,
"oma": 5076,
"ĠSil": 5077,
"Ġgrant": 5078,
"Ġswear": 5079,
"ĠCanad": 5080,
"Perhaps": 5081,
"bles": 5082,
"ipped": 5083,
"lig": 5084,
"Ġreact": 5085,
"Ġcontr": 5086,
"Ġpoet": 5087,
"Ġbeauty": 5088,
"ĠFrancis": 5089,
"Ġcopy": 5090,
"war": 5091,
"rees": 5092,
"Ġpil": 5093,
"ĠCamp": 5094,
"ppy": 5095,
"ĠLine": 5096,
"ĠLady": 5097,
"Ġmanaged": 5098,
"Ġspell": 5099,
"Ġcrack": 5100,
"Ġears": 5101,
"Ġsilver": 5102,
"Ġninet": 5103,
"ĠKenned": 5104,
"Ġsignificant": 5105,
"Ġschol": 5106,
"Ġ>>": 5107,
"Ġbother": 5108,
"ĠMajor": 5109,
"ĠWood": 5110,
"Ġunit": 5111,
"Ġdemon": 5112,
"Ġdestroyed": 5113,
"Ġsplit": 5114,
"Help": 5115,
"rid": 5116,
"isher": 5117,
"Ġstream": 5118,
"ĠMom": 5119,
"ĠWH": 5120,
"ĠRog": 5121,
"Ġsports": 5122,
"ordin": 5123,
"Ġstreets": 5124,
"Ġphysical": 5125,
"Ġintroduced": 5126,
"isl": 5127,
"Ġmate": 5128,
"Ġdim": 5129,
"ĠWal": 5130,
"umn": 5131,
"ĠLy": 5132,
"Ġunits": 5133,
"azz": 5134,
"Ġplane": 5135,
"Ġtransfer": 5136,
"Ġmotor": 5137,
"gain": 5138,
"Ġchat": 5139,
"Ġcuri": 5140,
"Ġfro": 5141,
"ĠSpe": 5142,
"ĠHans": 5143,
"ĠPope": 5144,
"Ġdebut": 5145,
"ĠJesus": 5146,
"Ġprogress": 5147,
"Ġgrass": 5148,
"Ġscrew": 5149,
"Ġtransport": 5150,
"Ġfavour": 5151,
"ĠChief": 5152,
"Ġturning": 5153,
"Ġsouthern": 5154,
"Ġdare": 5155,
"Ġloves": 5156,
"Ġgall": 5157,
"ĠSqu": 5158,
"Stay": 5159,
"Ġterrit": 5160,
"Ġoperation": 5161,
"Anyway": 5162,
"Ġappears": 5163,
"Ġmagn": 5164,
"gend": 5165,
"Ġuniverse": 5166,
"Ġsmoke": 5167,
"Ġnumer": 5168,
"Ġlocation": 5169,
"ĠTw": 5170,
"stra": 5171,
"ado": 5172,
"ĠMill": 5173,
"Ġfinding": 5174,
"Ġcrim": 5175,
"Ġeconomic": 5176,
"Ġroute": 5177,
"ker": 5178,
"Ġtoward": 5179,
"ache": 5180,
"Ġrelative": 5181,
"Ġhardly": 5182,
"Ġpossibly": 5183,
"Ġconstruction": 5184,
"Ġaccepted": 5185,
"ĠMartin": 5186,
"ĠKennedy": 5187,
"Ġunivers": 5188,
"Bet": 5189,
"Ġstret": 5190,
"ĠPenn": 5191,
"ĠGar": 5192,
"umped": 5193,
"Ġaltern": 5194,
"ivity": 5195,
"Ġinstru": 5196,
"Ġhumans": 5197,
"Ġrocks": 5198,
"Ġmale": 5199,
"orter": 5200,
"Ġlosing": 5201,
"Ġlaug": 5202,
"ooper": 5203,
"agn": 5204,
"clock": 5205,
"Ġshowing": 5206,
"Ġtreatment": 5207,
"ĠGovernor": 5208,
"Ġindependent": 5209,
"ushing": 5210,
"Ġunc": 5211,
"Ġafterwards": 5212,
"awa": 5213,
"Ġlaws": 5214,
"Ġadvant": 5215,
"bre": 5216,
"Ġtim": 5217,
"itan": 5218,
"Ġchampions": 5219,
"Ġfought": 5220,
"orial": 5221,
"Ġpin": 5222,
"ĠSol": 5223,
"ĠDO": 5224,
"Ġroy": 5225,
"ĠMars": 5226,
"Think": 5227,
"Ġrequire": 5228,
"More": 5229,
"Ġbast": 5230,
"aling": 5231,
"Ġquality": 5232,
"Ġfeels": 5233,
"Ġtrial": 5234,
"Ġresponsible": 5235,
"book": 5236,
"mar": 5237,
"Ġdressed": 5238,
"aine": 5239,
"ĠAmericans": 5240,
"Ġsymbol": 5241,
"rough": 5242,
"Ġwake": 5243,
"Ġgro": 5244,
"Ġflo": 5245,
"nam": 5246,
"oices": 5247,
"Ġ.\"": 5248,
"Ġtong": 5249,
"arian": 5250,
"ira": 5251,
"ĠUnder": 5252,
"Ġretired": 5253,
"Ġsword": 5254,
"Ġlands": 5255,
"ĠBefore": 5256,
"ĠCarl": 5257,
"ĠParliament": 5258,
"Ġneighbor": 5259,
"Out": 5260,
"Over": 5261,
"Ph": 5262,
"Ġfruit": 5263,
"artment": 5264,
"Ġscream": 5265,
"Ġoccasion": 5266,
"Ġbrave": 5267,
"Ġstatement": 5268,
"Ġfixed": 5269,
"Ġfinancial": 5270,
"ĠDivision": 5271,
"och": 5272,
"Ġdirty": 5273,
"ĠBest": 5274,
"ĠTrans": 5275,
"Ġcandid": 5276,
")\"": 5277,
"Ġrent": 5278,
"Ġwash": 5279,
"geant": 5280,
"Ġcomplic": 5281,
"ERE": 5282,
"Ġinstit": 5283,
"Ġdivision": 5284,
"Everybody": 5285,
"hetic": 5286,
"App": 5287,
"ties": 5288,
"Ġpleased": 5289,
"rage": 5290,
"Ġrecent": 5291,
"Ġgiant": 5292,
"Ġfalling": 5293,
"Ġlaughed": 5294,
"bell": 5295,
"Ġah": 5296,
"ĠMass": 5297,
"Ġmeas": 5298,
"Ġrise": 5299,
"hia": 5300,
"Ġprince": 5301,
"Ġadop": 5302,
"Ġhelping": 5303,
"Ġ#\"": 5304,
"Ġdrugs": 5305,
"ĠSaturday": 5306,
"riff": 5307,
"kend": 5308,
"tering": 5309,
"ĠUK": 5310,
"Ġshad": 5311,
"Ġaudience": 5312,
"ĠScottish": 5313,
"ufact": 5314,
"Try": 5315,
"Ġdiam": 5316,
"Ġpra": 5317,
"Ġconv": 5318,
"ĠStar": 5319,
"ĠAsia": 5320,
"Ġexchan": 5321,
"Ġthroat": 5322,
"ĠMore": 5323,
"Whatever": 5324,
"Ġflow": 5325,
"Ġmatters": 5326,
"Ġyounger": 5327,
"Ġexpress": 5328,
"Ġproducts": 5329,
"Ġrailway": 5330,
"Ġtemperature": 5331,
"sm": 5332,
"Ġghost": 5333,
"Ġnoticed": 5334,
"Ġcomedy": 5335,
"Ġmanufact": 5336,
"oston": 5337,
"Ġscore": 5338,
"Ġjobs": 5339,
"ĠPrime": 5340,
"Ġapproach": 5341,
"ĠSunday": 5342,
"Hur": 5343,
"Miss": 5344,
"Want": 5345,
"Ġdying": 5346,
"ĠIS": 5347,
"imum": 5348,
"ĠLater": 5349,
"aving": 5350,
"Ġcoat": 5351,
"ĠCenter": 5352,
"Ġbottle": 5353,
"Ġodd": 5354,
"icide": 5355,
"iral": 5356,
"Ġjail": 5357,
"ĠOff": 5358,
"fection": 5359,
"Ġclock": 5360,
"Ġprefer": 5361,
"Ġminor": 5362,
"Ġpulled": 5363,
"Ġentirely": 5364,
"Ġsafety": 5365,
"Ad": 5366,
"heast": 5367,
"eral": 5368,
"ĠTy": 5369,
"Ġdisplay": 5370,
"oking": 5371,
"Ġimprove": 5372,
"Leave": 5373,
"pher": 5374,
"Ġtick": 5375,
"nde": 5376,
"Ġgay": 5377,
"oles": 5378,
"elcome": 5379,
"Ġuniform": 5380,
"Ġpoly": 5381,
"Ġscr": 5382,
"Ġends": 5383,
"ĠProt": 5384,
"ĠBritain": 5385,
"ĠCommun": 5386,
"Ġveh": 5387,
"Ġmicro": 5388,
"Add": 5389,
"Damn": 5390,
"atre": 5391,
"lying": 5392,
"ĠLife": 5393,
"Ġarrange": 5394,
"Ġremains": 5395,
"Ġwalls": 5396,
"Com": 5397,
"WH": 5398,
"Ġtournament": 5399,
"Ġsam": 5400,
"Ġbac": 5401,
"Ġfingers": 5402,
"essel": 5403,
"ĠJane": 5404,
"ooth": 5405,
"Ġgrave": 5406,
"Ġexcuse": 5407,
"Ġmanagement": 5408,
"Ġtiny": 5409,
"Ġow": 5410,
"Ġcards": 5411,
"Ġreform": 5412,
"iana": 5413,
"ĠCarter": 5414,
"Ġconstant": 5415,
"Ġsilence": 5416,
"Ġgentleman": 5417,
"ĠCanadian": 5418,
"uyeh": 5419,
"Ġlord": 5420,
"aming": 5421,
"Ġlibr": 5422,
"ocent": 5423,
"Ġdefeated": 5424,
"ĠRussia": 5425,
"Since": 5426,
"lict": 5427,
"icate": 5428,
"ĠBecause": 5429,
"Ġthousands": 5430,
"Ġsteps": 5431,
"UGH": 5432,
"Ġsin": 5433,
"Ġsli": 5434,
"leg": 5435,
"idents": 5436,
"ĠHel": 5437,
"ilty": 5438,
"ĠJac": 5439,
"ĠValley": 5440,
"ĠSwed": 5441,
"ominated": 5442,
"Daddy": 5443,
"amin": 5444,
"Ġremoved": 5445,
"ysis": 5446,
"ĠRev": 5447,
"ANT": 5448,
"Ġpolitics": 5449,
"Ġeffort": 5450,
"Ġopposite": 5451,
"ST": 5452,
"onse": 5453,
"Ġpit": 5454,
"cts": 5455,
"rain": 5456,
"ĠFore": 5457,
"Ġwheel": 5458,
"ĠVer": 5459,
"Ġsolution": 5460,
"Ġreceive": 5461,
"Ġavoid": 5462,
"oir": 5463,
"Ġbat": 5464,
"Ġbodies": 5465,
"Ġfan": 5466,
"Ġnuc": 5467,
"Ġhast": 5468,
"Ġliber": 5469,
"ĠWomen": 5470,
"atherine": 5471,
"Ġbasic": 5472,
"ĠAh": 5473,
"elly": 5474,
"ĠEven": 5475,
"Ġtrave": 5476,
"Ġentertain": 5477,
"Ġassum": 5478,
"Ġauthority": 5479,
"cellent": 5480,
"uous": 5481,
"enced": 5482,
"ĠRural": 5483,
"Ġproceed": 5484,
"Ġmusical": 5485,
"Ġdetails": 5486,
"ĠPlay": 5487,
"Ġconnected": 5488,
"Open": 5489,
"ua": 5490,
"Ġfaster": 5491,
"Ġbeach": 5492,
"Ġknowing": 5493,
"Ġusual": 5494,
"Ġagent": 5495,
"ĠVan": 5496,
"Ġraise": 5497,
"hammad": 5498,
"Ġguns": 5499,
"Ġfifth": 5500,
"Ġsettled": 5501,
"Ġrapid": 5502,
"ugg": 5503,
"Ġsomewhat": 5504,
"ockey": 5505,
"Ġattacked": 5506,
"hampion": 5507,
"Ġbare": 5508,
"Ġbub": 5509,
"Ġspoken": 5510,
"Ġafford": 5511,
"Ġcompleted": 5512,
"stein": 5513,
"rick": 5514,
"Ġmo": 5515,
"Ġmax": 5516,
"ĠIre": 5517,
"irk": 5518,
"ĠFar": 5519,
"Ġcomment": 5520,
"ĠKoh": 5521,
"Ġeverywhere": 5522,
"Ġcontains": 5523,
"cles": 5524,
"Ġmatches": 5525,
"Ġprovided": 5526,
"ĠBlue": 5527,
"uals": 5528,
"aning": 5529,
"alls": 5530,
"ĠDen": 5531,
"ĠDutch": 5532,
"igan": 5533,
"Ġmanner": 5534,
"ĠLatin": 5535,
"Sm": 5536,
"ĠAwards": 5537,
"ĠGO": 5538,
"bey": 5539,
"ĠAlthough": 5540,
"ĠConstitution": 5541,
"Ġawful": 5542,
"Ġtun": 5543,
"Ġcous": 5544,
"Ġanx": 5545,
"oving": 5546,
"Ġhighly": 5547,
"Ġcauses": 5548,
"Shit": 5549,
"Ġjoke": 5550,
"Ġcircle": 5551,
"Ġsweetie": 5552,
"Ġforgotten": 5553,
"Ġconversation": 5554,
"Ġknife": 5555,
"Ġdelic": 5556,
"ĠLittle": 5557,
"ĠOx": 5558,
"Ġslightly": 5559,
"Ġcredit": 5560,
"keep": 5561,
"ĠDire": 5562,
"Nobody": 5563,
"Ġgoods": 5564,
"ogether": 5565,
"Ġflu": 5566,
"Ġinterp": 5567,
"Ġnewspaper": 5568,
"Ġroyal": 5569,
"Turn": 5570,
"Ġfal": 5571,
"Ġfired": 5572,
"ĠWind": 5573,
"Ġshore": 5574,
"hio": 5575,
"Ġchocolate": 5576,
"Ġuseful": 5577,
"Ġwinning": 5578,
"Ġmajority": 5579,
"Ġcounter": 5580,
"Ġcloser": 5581,
"Ġactivity": 5582,
"ĠJeff": 5583,
"Ġbudget": 5584,
"RA": 5585,
"overy": 5586,
"Ġwestern": 5587,
"ĠMax": 5588,
"Ġability": 5589,
"emic": 5590,
"Ġqueen": 5591,
"Ġpresence": 5592,
"Looks": 5593,
"Ġfocus": 5594,
"Up": 5595,
"Ġstro": 5596,
"ĠCons": 5597,
"Ġsees": 5598,
"ĠJoseph": 5599,
"aging": 5600,
"Ġadvent": 5601,
"Ġstudies": 5602,
"Ġrestaur": 5603,
"Ġexpensive": 5604,
"Once": 5605,
"Shall": 5606,
"down": 5607,
"lied": 5608,
"put": 5609,
"stances": 5610,
"ĠCat": 5611,
"Ġlips": 5612,
"Ġbye": 5613,
"ĠStep": 5614,
"Ġrecomm": 5615,
"Ġglob": 5616,
"Ġcalcul": 5617,
"vania": 5618,
"EC": 5619,
"bar": 5620,
"boy": 5621,
"ja": 5622,
"alent": 5623,
"Ġfeelings": 5624,
"ĠFriday": 5625,
"Ġbringing": 5626,
"ĠConf": 5627,
"ĠEarly": 5628,
"Ġshooting": 5629,
"gil": 5630,
"Ġkm": 5631,
"aren": 5632,
"Ġflower": 5633,
"tained": 5634,
"ception": 5635,
"Ġweekend": 5636,
"ĠAustralian": 5637,
"ĠRepublican": 5638,
"ĠMuslim": 5639,
"Ġextremely": 5640,
"Ġalcohol": 5641,
"ALL": 5642,
"EP": 5643,
"Ġboo": 5644,
"Ġmap": 5645,
"uman": 5646,
"Ġearn": 5647,
"Ġswitch": 5648,
"Someone": 5649,
"Ġsuggested": 5650,
"Ġchemical": 5651,
"Ġchicken": 5652,
"water": 5653,
"ĠSH": 5654,
"ĠDou": 5655,
"thur": 5656,
"Ġinvent": 5657,
"Ġexer": 5658,
"Ġprem": 5659,
"Ġdrama": 5660,
"Ġstatus": 5661,
"Ġvictory": 5662,
"Ġaim": 5663,
"onia": 5664,
"ingu": 5665,
"ĠSummer": 5666,
"ĠHot": 5667,
"ila": 5668,
"Ġrow": 5669,
"Ġsugar": 5670,
"Ġtrick": 5671,
"place": 5672,
"Ġconsist": 5673,
"Ġgraph": 5674,
"Everyone": 5675,
"ĠGroup": 5676,
"Ġautom": 5677,
"ION": 5678,
"ĠTown": 5679,
"ĠMod": 5680,
"eman": 5681,
"uckles": 5682,
"Ġelement": 5683,
"Ġprior": 5684,
"ĠFrances": 5685,
"Ġadvice": 5686,
"Ġprincess": 5687,
"Big": 5688,
"father": 5689,
"yo": 5690,
"Ġwrest": 5691,
"eding": 5692,
"ĠSouthern": 5693,
"ĠHan": 5694,
"Ġvessel": 5695,
"Ġfully": 5696,
"Ġconstru": 5697,
"ĠDoctor": 5698,
"bow": 5699,
"pa": 5700,
"uz": 5701,
"uan": 5702,
"Ġtough": 5703,
"stead": 5704,
"ĠWall": 5705,
"izes": 5706,
"intend": 5707,
"Ġunderstood": 5708,
"Ġgolden": 5709,
"Ġresources": 5710,
"ĠSecretary": 5711,
"Love": 5712,
"Today": 5713,
"enger": 5714,
"eare": 5715,
"olved": 5716,
"ĠGames": 5717,
"Ġprime": 5718,
"Ġguilty": 5719,
"Ġchest": 5720,
"Ġtradition": 5721,
"à¤": 5722,
"Ġlin": 5723,
"ĠShi": 5724,
"Ġmel": 5725,
"Ġnoise": 5726,
"Ġresist": 5727,
"Ġowned": 5728,
"Ġplanned": 5729,
"Ġbenefit": 5730,
"ĠSusan": 5731,
"Ġnerv": 5732,
"Ġliqu": 5733,
"ella": 5734,
"Ġcoal": 5735,
"ĠAnother": 5736,
"ĠDaniel": 5737,
"Ġdamage": 5738,
"Next": 5739,
"ĠSenate": 5740,
"Ġflew": 5741,
"ĠPrize": 5742,
"OD": 5743,
"col": 5744,
"rs": 5745,
"vest": 5746,
"Ġeh": 5747,
"Ġult": 5748,
"ports": 5749,
"Ġpassing": 5750,
"ĠYoung": 5751,
"Ġappearance": 5752,
"Ġcollection": 5753,
"Ġawarded": 5754,
"Ġescap": 5755,
"Ġnineteen": 5756,
"AA": 5757,
"jo": 5758,
"Ġtrib": 5759,
"Ġocean": 5760,
"urd": 5761,
"unched": 5762,
"this": 5763,
"Ġshirt": 5764,
"Ġcarefully": 5765,
"eaking": 5766,
"ĠSociety": 5767,
"Ġoccurred": 5768,
"Ġcommercial": 5769,
"Ġthin": 5770,
"acle": 5771,
"Ġsem": 5772,
"Ġresc": 5773,
"Ġdesire": 5774,
"Ġsetting": 5775,
"ĠProfessor": 5776,
"ĠColumb": 5777,
"porary": 5778,
"ĠCarolina": 5779,
"American": 5780,
"VER": 5781,
"ean": 5782,
"ras": 5783,
"ulate": 5784,
"Ġupset": 5785,
"Ġproof": 5786,
"ĠInstitute": 5787,
"Ġhelps": 5788,
"hamber": 5789,
"Ġkeeps": 5790,
"Ġexpression": 5791,
"Ġpresented": 5792,
"YOU": 5793,
"rant": 5794,
"ĠFe": 5795,
"Ġparties": 5796,
"Ġunf": 5797,
"Ġcarbon": 5798,
"Ġtraffic": 5799,
"Ġdram": 5800,
"Ġexpand": 5801,
"\").": 5802,
"iest": 5803,
"uit": 5804,
"zil": 5805,
"ĠYes": 5806,
"Ġfederal": 5807,
"enny": 5808,
"ĠShar": 5809,
"ĠBig": 5810,
"Ġnotes": 5811,
"osa": 5812,
"Ġcloud": 5813,
"Ġshoulder": 5814,
"Ġflag": 5815,
"Ġscen": 5816,
"Ġinstance": 5817,
"Ġdrawing": 5818,
"Ġsexual": 5819,
"Ġperfectly": 5820,
"Hmm": 5821,
"ĠMusic": 5822,
"ĠOlympics": 5823,
"gment": 5824,
"inent": 5825,
"orge": 5826,
"ĠMem": 5827,
"ĠWay": 5828,
"Ġappeal": 5829,
"ricane": 5830,
"Ġlimited": 5831,
"Ġhanging": 5832,
"Ġintellig": 5833,
"Has": 5834,
"bi": 5835,
"pal": 5836,
"she": 5837,
"verse": 5838,
"irlf": 5839,
"Ġupstairs": 5840,
"abeth": 5841,
"angle": 5842,
"Ġchosen": 5843,
"Ġsignal": 5844,
"Exactly": 5845,
"Ġscale": 5846,
"Ġmountains": 5847,
"ĠEliz": 5848,
"Ġneighbour": 5849,
"irlfriend": 5850,
"aring": 5851,
"Ġdoors": 5852,
"Ġconcent": 5853,
"Ġunderstanding": 5854,
"Ġadmit": 5855,
"syl": 5856,
"Ġmurd": 5857,
"Sometimes": 5858,
"Ġwatched": 5859,
"Ġpunish": 5860,
"Ġcabin": 5861,
"peare": 5862,
"Ġgift": 5863,
"weet": 5864,
"Ġdetail": 5865,
"Ġrepresented": 5866,
".)": 5867,
"Äĩ": 5868,
"heart": 5869,
"isa": 5870,
"cel": 5871,
"ĠBas": 5872,
"Ġrum": 5873,
"ĠInter": 5874,
"Ġdisci": 5875,
"Ġchain": 5876,
"Ġeffects": 5877,
"kespeare": 5878,
"Ġconnection": 5879,
"æ": 5880,
"Ġinha": 5881,
"Ġnarrow": 5882,
"Ġwebs": 5883,
"add": 5884,
"resp": 5885,
"Ġrab": 5886,
"Ġdancing": 5887,
"ĠKohgil": 5888,
"ĠKohgiluyeh": 5889,
"Ġpill": 5890,
"ctic": 5891,
"ĠBat": 5892,
"ĠMaria": 5893,
"LY": 5894,
"Ġeth": 5895,
"Ġwings": 5896,
"ĠMaz": 5897,
"Ġconc": 5898,
"ĠOhio": 5899,
"ĠKansas": 5900,
"Ġotherwise": 5901,
"Ġpassion": 5902,
"Ġbreaking": 5903,
"Ġincreased": 5904,
"Ġapolog": 5905,
"erves": 5906,
"Ġcateg": 5907,
"Ġhook": 5908,
"Ġstations": 5909,
"Ġune": 5910,
"Ġate": 5911,
"Ġkiller": 5912,
"ĠAnn": 5913,
"Ġhearing": 5914,
"Ġpossess": 5915,
"Ġresponse": 5916,
"Ġdeclared": 5917,
"Ġbeside": 5918,
"ĠDepartment": 5919,
"Ġremembered": 5920,
"Ġadvantage": 5921,
"etch": 5922,
"Ġstated": 5923,
"ĠLong": 5924,
"GE": 5925,
"load": 5926,
"Ġtears": 5927,
"isy": 5928,
"alm": 5929,
"Ġreaction": 5930,
"ĠTay": 5931,
"ĠMi": 5932,
"ĠNaz": 5933,
"Ġtroub": 5934,
"Ġsigns": 5935,
"ĠTHAT": 5936,
"ervation": 5937,
"Ġexcited": 5938,
"Ġgrowth": 5939,
"Ġmagic": 5940,
"Ġmagazine": 5941,
"Ġteachers": 5942,
"Ġbullet": 5943,
"Call": 5944,
"ef": 5945,
"Ġcream": 5946,
"Ġloose": 5947,
"ieutenant": 5948,
"quar": 5949,
"Ġunique": 5950,
"Ġbasis": 5951,
"Anything": 5952,
"Ġlabor": 5953,
"itzer": 5954,
"Ġachieve": 5955,
"Jesus": 5956,
"vy": 5957,
"rep": 5958,
"ĠBoth": 5959,
"Ġshock": 5960,
"ocal": 5961,
"ĠThree": 5962,
"Ġdrove": 5963,
"Ġcarrying": 5964,
"Ġbillion": 5965,
"ĠPennsyl": 5966,
"car": 5967,
"gency": 5968,
"mpt": 5969,
"Ġlit": 5970,
"Ġnea": 5971,
"ading": 5972,
"ĠCle": 5973,
"urse": 5974,
"Ġsevere": 5975,
"olks": 5976,
"Ġmyth": 5977,
"Ġmyster": 5978,
"ĠEach": 5979,
"Ġansw": 5980,
"ĠGeorg": 5981,
"Ġninety": 5982,
"Welcome": 5983,
"while": 5984,
"ĠRoll": 5985,
"Ġquit": 5986,
"Ġlaughing": 5987,
"Hurry": 5988,
"EO": 5989,
"ulated": 5990,
"ounding": 5991,
"Ġspin": 5992,
"Ġclimate": 5993,
"Ġshared": 5994,
"Ġkidding": 5995,
"Ġdivor": 5996,
"Ġhonour": 5997,
"Ġfigures": 5998,
"Ġfailure": 5999,
"Ġdaily": 6000,
"Ġbranch": 6001,
"Too": 6002,
"Ġmuseum": 6003,
"Ġfurn": 6004,
"Ġfold": 6005,
"Ġdyn": 6006,
"Ġhiding": 6007,
"ĠTime": 6008,
"ĠJon": 6009,
"Ġquant": 6010,
"Ġblank": 6011,
"Ġcommittee": 6012,
"Ġthoughts": 6013,
"Ġowner": 6014,
"Ġleague": 6015,
"Ġgrab": 6016,
"Ġforgive": 6017,
"ĠDemocratic": 6018,
"iven": 6019,
"ĠMAN": 6020,
"Ġbutton": 6021,
"Still": 6022,
"ĠJimmy": 6023,
"ĠPacific": 6024,
"rance": 6025,
"Ġlatter": 6026,
"ĠHy": 6027,
"Ġplenty": 6028,
"inda": 6029,
"Ġfollows": 6030,
"ropri": 6031,
"Ġballs": 6032,
"Ġnormally": 6033,
"Ġsharp": 6034,
"Ġcomfortable": 6035,
"ĠIreland": 6036,
"Down": 6037,
"spect": 6038,
"Ġnurs": 6039,
"ĠMuseum": 6040,
"ĠBroad": 6041,
"ĠDor": 6042,
"ums": 6043,
"angers": 6044,
"Ġpoison": 6045,
"Ġcolon": 6046,
"Ġmixed": 6047,
"cest": 6048,
"Ġpowers": 6049,
"ĠFour": 6050,
"Ġshell": 6051,
"ĠKhan": 6052,
"onder": 6053,
"Ġworkers": 6054,
"Ġeastern": 6055,
"Ġwindows": 6056,
"ropical": 6057,
"Ġvariety": 6058,
"aughs": 6059,
"_.": 6060,
"ev": 6061,
"ko": 6062,
"Ġfant": 6063,
"Ġlat": 6064,
"Ġstom": 6065,
"ĠWend": 6066,
"Ġblame": 6067,
"Ġconscious": 6068,
"ĠAsian": 6069,
"Ġmathem": 6070,
"Ġimpact": 6071,
"Ġdriver": 6072,
"Ġviolence": 6073,
"Ġmunicipality": 6074,
"ĠPennsylvania": 6075,
"icy": 6076,
"ĠSomet": 6077,
"ĠBal": 6078,
"ustration": 6079,
"Ġguitar": 6080,
"Ġstaying": 6081,
"Ġprize": 6082,
"Ġclasses": 6083,
"ĠShow": 6084,
"ĠWhy": 6085,
"Ġhyp": 6086,
"Ġdisappeared": 6087,
"Ġhistorical": 6088,
"Ġcitizens": 6089,
"gly": 6090,
"nic": 6091,
"sha": 6092,
"ui": 6093,
"Ġtask": 6094,
"Ġded": 6095,
"owed": 6096,
"ĠHung": 6097,
"ĠFort": 6098,
"Ġinvited": 6099,
"Ġadvance": 6100,
"Another": 6101,
"Ġapprox": 6102,
"Ġgods": 6103,
"ĠWilliams": 6104,
"Ġsheep": 6105,
"Ġunion": 6106,
"hens": 6107,
"Ġprotection": 6108,
"Ġdeliver": 6109,
"Ġslept": 6110,
"ĠIII": 6111,
"Ġaspect": 6112,
"rael": 6113,
"ĠDaw": 6114,
"estic": 6115,
"Ġvirt": 6116,
"ĠUp": 6117,
"Ġdesper": 6118,
"ĠJohnson": 6119,
"Ġpurcha": 6120,
"Ġsilent": 6121,
"Ġproposed": 6122,
"arrass": 6123,
"Ġcaptured": 6124,
"Ġtongue": 6125,
"Ġtied": 6126,
"amily": 6127,
"ĠCO": 6128,
"Ġsuffe": 6129,
"acks": 6130,
"Ġsomehow": 6131,
"icted": 6132,
"Ġchanging": 6133,
"Ġdrawn": 6134,
"Ġdragon": 6135,
"Ġtransform": 6136,
"Ġartists": 6137,
"Ġtowns": 6138,
"Ġoperations": 6139,
"ĠShakespeare": 6140,
"ĠEmperor": 6141,
"ĠBrazil": 6142,
"Ġtor": 6143
}
}
}