gpt-wee-small / tokenizer.json
bbunzeck's picture
Upload 7 files
f79ab57 verified
{
"version": "1.0",
"truncation": {
"direction": "Right",
"max_length": 64,
"strategy": "LongestFirst",
"stride": 0
},
"padding": null,
"added_tokens": [
{
"id": 0,
"content": "<|endoftext|>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
}
],
"normalizer": {
"type": "Sequence",
"normalizers": [
{
"type": "NFD"
},
{
"type": "Lowercase"
},
{
"type": "Strip",
"strip_left": true,
"strip_right": true
},
{
"type": "StripAccents"
}
]
},
"pre_tokenizer": {
"type": "ByteLevel",
"add_prefix_space": false,
"trim_offsets": true,
"use_regex": true
},
"post_processor": {
"type": "ByteLevel",
"add_prefix_space": true,
"trim_offsets": false,
"use_regex": true
},
"decoder": {
"type": "ByteLevel",
"add_prefix_space": true,
"trim_offsets": true,
"use_regex": true
},
"model": {
"type": "BPE",
"dropout": null,
"unk_token": null,
"continuing_subword_prefix": null,
"end_of_word_suffix": null,
"fuse_unk": false,
"byte_fallback": false,
"vocab": {
"<|endoftext|>": 0,
"!": 1,
"\"": 2,
"#": 3,
"$": 4,
"%": 5,
"&": 6,
"'": 7,
"(": 8,
")": 9,
"*": 10,
"+": 11,
",": 12,
"-": 13,
".": 14,
"/": 15,
"0": 16,
"1": 17,
"2": 18,
"3": 19,
"4": 20,
"5": 21,
"6": 22,
"7": 23,
"8": 24,
"9": 25,
":": 26,
";": 27,
"<": 28,
"=": 29,
">": 30,
"?": 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,
"£": 71,
"¤": 72,
"¥": 73,
"¦": 74,
"§": 75,
"¨": 76,
"©": 77,
"ª": 78,
"«": 79,
"¬": 80,
"®": 81,
"¯": 82,
"°": 83,
"±": 84,
"²": 85,
"³": 86,
"´": 87,
"µ": 88,
"¶": 89,
"·": 90,
"¸": 91,
"¹": 92,
"º": 93,
"»": 94,
"¼": 95,
"½": 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,
"IJ": 151,
"ij": 152,
"Ĵ": 153,
"ĵ": 154,
"Ķ": 155,
"ķ": 156,
"ĸ": 157,
"Ĺ": 158,
"ĺ": 159,
"Ļ": 160,
"ļ": 161,
"Ľ": 162,
"ľ": 163,
"Ŀ": 164,
"ŀ": 165,
"Ł": 166,
"ł": 167,
"Ń": 168,
"Ġt": 169,
"he": 170,
"Ġa": 171,
"in": 172,
"Ġthe": 173,
"Ġs": 174,
"Ġw": 175,
"re": 176,
"ou": 177,
"on": 178,
"Ġi": 179,
"ha": 180,
"er": 181,
"Ġb": 182,
"Ġc": 183,
"Ġm": 184,
"nd": 185,
"Ġo": 186,
"Ġf": 187,
"Ġd": 188,
"ing": 189,
"or": 190,
"Ġp": 191,
"an": 192,
"ed": 193,
"ll": 194,
"en": 195,
"Ġto": 196,
"es": 197,
"you": 198,
"it": 199,
"is": 200,
"Ġl": 201,
"Ġof": 202,
"Ġin": 203,
"Ġg": 204,
"ar": 205,
"at": 206,
"Ġand": 207,
"Ġyou": 208,
"as": 209,
"hat": 210,
"Ġn": 211,
"om": 212,
"Ġhe": 213,
"Ġh": 214,
"ic": 215,
"le": 216,
"ow": 217,
"ve": 218,
"ot": 219,
"Ġha": 220,
"al": 221,
"Ġit": 222,
"Ġbe": 223,
"us": 224,
"'s": 225,
"Ġth": 226,
"Ġe": 227,
"ay": 228,
"Ġis": 229,
"Ġthat": 230,
"et": 231,
"Ġon": 232,
"ion": 233,
"id": 234,
"Ġre": 235,
"gh": 236,
"Ġr": 237,
"Ġwe": 238,
"ent": 239,
"ut": 240,
"ld": 241,
"Ġwas": 242,
"ac": 243,
"ver": 244,
"Ġk": 245,
"am": 246,
"Ġst": 247,
"Ġfor": 248,
"st": 249,
"im": 250,
"the": 251,
"..": 252,
"ly": 253,
"se": 254,
"ad": 255,
"ir": 256,
"Ġu": 257,
"oo": 258,
"Ġ.": 259,
"ght": 260,
"'t": 261,
"and": 262,
"ke": 263,
"Ġme": 264,
"out": 265,
"all": 266,
"Ġan": 267,
"ith": 268,
"Ġj": 269,
"ro": 270,
"Ġas": 271,
"ur": 272,
"Ġwith": 273,
"Ġdo": 274,
"ri": 275,
"Ġse": 276,
"ce": 277,
"Ġwh": 278,
"ch": 279,
"ct": 280,
"ter": 281,
"Ġli": 282,
"ill": 283,
"ome": 284,
"th": 285,
"Ġgo": 286,
"Ġthis": 287,
"Ġare": 288,
"Ġnot": 289,
"Ġat": 290,
"il": 291,
"Ġhave": 292,
"Ġ1": 293,
"ould": 294,
"now": 295,
"ight": 296,
"ant": 297,
"ust": 298,
"Ġne": 299,
"ation": 300,
"op": 301,
"we": 302,
"ain": 303,
"ye": 304,
"Ġde": 305,
"un": 306,
"Ġfr": 307,
"ge": 308,
"Ġhis": 309,
"Ġ,": 310,
"Ġso": 311,
"Ġthey": 312,
"ul": 313,
"Ġal": 314,
"Ġmo": 315,
"Ġ\"": 316,
"her": 317,
"...": 318,
"Ġknow": 319,
"Ġcan": 320,
"our": 321,
"ol": 322,
"Ġall": 323,
"pp": 324,
"Ġab": 325,
"um": 326,
"Ġwhat": 327,
"Ġsh": 328,
"Ġmy": 329,
"Ġcon": 330,
"Ġv": 331,
"est": 332,
"if": 333,
"Ġ?": 334,
"Ġor": 335,
"Ġyour": 336,
"Ġwhe": 337,
"ie": 338,
"ist": 339,
"ers": 340,
"Ġthere": 341,
"qu": 342,
"ab": 343,
"Ġby": 344,
"Ġfrom": 345,
"Ġbut": 346,
"Ġcom": 347,
"one": 348,
"Ġsu": 349,
"art": 350,
"ess": 351,
"Ġone": 352,
"Ġ2": 353,
"han": 354,
"pe": 355,
"so": 356,
"red": 357,
"Ġshe": 358,
"Ġher": 359,
"os": 360,
"ig": 361,
"Ġup": 362,
"ally": 363,
"Ġwor": 364,
"Ġtr": 365,
"Ġhad": 366,
"ah": 367,
"Ġsa": 368,
"'re": 369,
"ate": 370,
"Ġhim": 371,
"very": 372,
"Ġpl": 373,
"Ġout": 374,
"ook": 375,
"res": 376,
"ack": 377,
"ood": 378,
"nt": 379,
"Ġus": 380,
"Ġlike": 381,
"Ġle": 382,
"Ġpro": 383,
"ame": 384,
"Ġno": 385,
"ive": 386,
"em": 387,
"Ġex": 388,
"ak": 389,
"ck": 390,
"Ġ(": 391,
"'m": 392,
"ake": 393,
"Ġwere": 394,
"fe": 395,
"ink": 396,
"what": 397,
"âĢ": 398,
"Ġget": 399,
"Ġabout": 400,
"Ġdon": 401,
"ast": 402,
"ong": 403,
"ind": 404,
"ap": 405,
"ound": 406,
"ity": 407,
"ard": 408,
"ry": 409,
"oh": 410,
"el": 411,
"Ġjust": 412,
"Ġte": 413,
"ort": 414,
"ag": 415,
"ich": 416,
"Ġman": 417,
"ies": 418,
"Ġwho": 419,
"Ġar": 420,
"Ġ19": 421,
"Ġdid": 422,
"Ġhere": 423,
"Ġwill": 424,
"ber": 425,
"yeah": 426,
"Ġif": 427,
"no": 428,
"Ġch": 429,
"ine": 430,
"Ġthem": 431,
"ime": 432,
"Ġun": 433,
"Ġsome": 434,
"are": 435,
"Ġwant": 436,
"Ġwould": 437,
"to": 438,
"ud": 439,
"ore": 440,
"Ġ20": 441,
"Ġbr": 442,
"Ġ'": 443,
"Ġthink": 444,
"ven": 445,
"'ll": 446,
"ous": 447,
"ther": 448,
"Ġwhen": 449,
"Ġany": 450,
"Ġpe": 451,
"Ġlo": 452,
"ment": 453,
"Ġright": 454,
"hing": 455,
"Ġgot": 456,
"Ġam": 457,
"Ġhas": 458,
"use": 459,
"Ġfe": 460,
"ca": 461,
"itt": 462,
"Ġco": 463,
"Ġwhich": 464,
"ice": 465,
"but": 466,
"Ġag": 467,
"ough": 468,
"own": 469,
"Ġsee": 470,
"Ġgr": 471,
"that": 472,
"ide": 473,
"Ġpr": 474,
"Ġcl": 475,
"Ġsaid": 476,
"ia": 477,
"Ġsay": 478,
"iv": 479,
"ure": 480,
"Ġro": 481,
"te": 482,
"ne": 483,
"Ġen": 484,
"Ġtime": 485,
"way": 486,
"Ġnow": 487,
"yes": 488,
"Ġtw": 489,
"ian": 490,
"Ġthen": 491,
"ip": 492,
"od": 493,
"Ġbeen": 494,
"Ġaf": 495,
"ep": 496,
"Ġsp": 497,
"ace": 498,
"ick": 499,
"ople": 500,
"Ġtheir": 501,
"be": 502,
"Ġqu": 503,
"ra": 504,
"'ve": 505,
"Ġlook": 506,
"ok": 507,
"Ġmore": 508,
"na": 509,
"lf": 510,
"ish": 511,
"reat": 512,
"Ġpeople": 513,
"--": 514,
"Ġgoing": 515,
"Ġother": 516,
"ars": 517,
"wh": 518,
"mp": 519,
"Ġoff": 520,
"age": 521,
"Ġhow": 522,
"ite": 523,
"ree": 524,
"other": 525,
"act": 526,
"Ġcould": 527,
"ary": 528,
"ci": 529,
"Ġover": 530,
"Ġ=": 531,
"Ġback": 532,
"ose": 533,
"Ġye": 534,
"Ġgood": 535,
"irst": 536,
"cause": 537,
"ass": 538,
"erm": 539,
"ings": 540,
"Ġvery": 541,
"ount": 542,
"well": 543,
"ond": 544,
"Ġtwo": 545,
"Ġbl": 546,
"Ġwork": 547,
"Ġpart": 548,
"ble": 549,
"ue": 550,
"Ġad": 551,
"Ġcomp": 552,
"Ġcha": 553,
"Ġthan": 554,
"Ġfirst": 555,
"Ġnew": 556,
"for": 557,
"ire": 558,
"ans": 559,
"per": 560,
"Ġbo": 561,
"omet": 562,
"pt": 563,
"ated": 564,
"Ġmar": 565,
"ase": 566,
"whe": 567,
"ĠĠ": 568,
"Ġinto": 569,
"ions": 570,
"Ġdown": 571,
"Ġway": 572,
"hed": 573,
"av": 574,
"00": 575,
"de": 576,
"alk": 577,
"Ġalso": 578,
"orn": 579,
"ade": 580,
"Ġcome": 581,
"Ġcall": 582,
"Ġwhere": 583,
"iz": 584,
"ittle": 585,
"Ġpo": 586,
"nder": 587,
"ought": 588,
"Ġwell": 589,
"ater": 590,
"Ġy": 591,
"ach": 592,
"cl": 593,
"Ġgu": 594,
"Ġour": 595,
"Ġevery": 596,
"Ġonly": 597,
"ub": 598,
"Ġday": 599,
"Ġlittle": 600,
"Ġagain": 601,
"Ġafter": 602,
"ance": 603,
"ave": 604,
"ild": 605,
"Ġsc": 606,
"ved": 607,
"Ġact": 608,
"ff": 609,
"Ġac": 610,
"Ġbet": 611,
"Ġsomet": 612,
"Ġfl": 613,
"Ġplay": 614,
"urn": 615,
"wn": 616,
"amp": 617,
"ty": 618,
"Ġdis": 619,
"Ġmay": 620,
"Ġcomm": 621,
"Ġbu": 622,
"og": 623,
"Ġbecause": 624,
"Ġspe": 625,
"ren": 626,
"Ġlet": 627,
"Ġthese": 628,
"ord": 629,
"Ġneed": 630,
"Ġcont": 631,
"ang": 632,
"this": 633,
"ress": 634,
"Ġtake": 635,
"Ġmu": 636,
"able": 637,
"ence": 638,
"ile": 639,
"Ġmake": 640,
"self": 641,
"my": 642,
".\"": 643,
"Ġpre": 644,
"au": 645,
"fore": 646,
"get": 647,
"Ġsha": 648,
"ory": 649,
"Ġreally": 650,
"pl": 651,
"Ġper": 652,
"Ġwr": 653,
"Ġshould": 654,
"Ġser": 655,
"Ġcar": 656,
"ru": 657,
"they": 658,
"Ġfo": 659,
"Ġapp": 660,
"ft": 661,
"thing": 662,
"les": 663,
"iss": 664,
"ical": 665,
"Ġunder": 666,
"Ġtell": 667,
"there": 668,
"Ġhapp": 669,
"ens": 670,
"Ġthr": 671,
"ied": 672,
"come": 673,
"ict": 674,
"ather": 675,
"sh": 676,
"Ġput": 677,
"ign": 678,
"Ġer": 679,
"ult": 680,
"do": 681,
"Ġdoes": 682,
"let": 683,
"Ġmuch": 684,
"Ġ201": 685,
"ving": 686,
"Ġtoo": 687,
"onna": 688,
"Ġmean": 689,
"land": 690,
"she": 691,
"Ġcount": 692,
"uck": 693,
"Ġsomething": 694,
"int": 695,
"Ġres": 696,
"ates": 697,
"ool": 698,
"ail": 699,
"Ġsm": 700,
"Ġgonna": 701,
"Ġlong": 702,
"Ġits": 703,
"Ġmade": 704,
"Ġeven": 705,
"ect": 706,
"Ġcr": 707,
"ys": 708,
"ons": 709,
"'d": 710,
"Ġjo": 711,
"end": 712,
"how": 713,
"ath": 714,
"Ġtalk": 715,
"Ġbefore": 716,
"ody": 717,
"Ġnever": 718,
"Ġ''": 719,
"``": 720,
"ious": 721,
"Ġrec": 722,
"Ġgreat": 723,
"ĠâĢ": 724,
"Ġmany": 725,
"iver": 726,
"ited": 727,
"Ġimp": 728,
"ady": 729,
"mm": 730,
"Ġsec": 731,
"ull": 732,
"Ġdidn": 733,
"Ġchan": 734,
"man": 735,
"Ġrem": 736,
"Ġmost": 737,
"day": 738,
"ks": 739,
"du": 740,
"ually": 741,
"ily": 742,
"Ġnor": 743,
"ting": 744,
"Ġbel": 745,
"Ġmin": 746,
"ouse": 747,
"okay": 748,
"Ġhand": 749,
"right": 750,
"Ġhel": 751,
"Ġlife": 752,
"ition": 753,
"uh": 754,
"ps": 755,
"Ġ3": 756,
"tain": 757,
"where": 758,
"ors": 759,
"Ġdif": 760,
"ations": 761,
"ward": 762,
"Ġyears": 763,
"Ġho": 764,
"Ġthrough": 765,
"ix": 766,
"Ġdr": 767,
"igh": 768,
"Ġke": 769,
"Ġold": 770,
"Ġworld": 771,
"aw": 772,
"ise": 773,
"not": 774,
"Ġhar": 775,
"rent": 776,
"âĢĿ": 777,
"Ġcour": 778,
"ful": 779,
"Ġstill": 780,
"ces": 781,
"Ġthree": 782,
"ction": 783,
"Ġdes": 784,
"ried": 785,
"Ġthought": 786,
"Ġthing": 787,
"Ġ200": 788,
"ial": 789,
"Ġthose": 790,
"Ġthings": 791,
"cess": 792,
"Ġlove": 793,
"llow": 794,
"ves": 795,
"Ġph": 796,
"Ġpres": 797,
"li": 798,
"aking": 799,
"Ġfound": 800,
"ince": 801,
"gin": 802,
"Ġsch": 803,
"Ġshow": 804,
"Ġstart": 805,
"Ġwent": 806,
"che": 807,
"Ġma": 808,
"Ġaway": 809,
"Ġcame": 810,
"der": 811,
"Ġhome": 812,
"Ġmust": 813,
"Ġlast": 814,
"Ġused": 815,
"Ġcalled": 816,
"oney": 817,
"Ġrep": 818,
"oss": 819,
"Ġear": 820,
"oth": 821,
"Ġfind": 822,
"Ġask": 823,
"Ġdoing": 824,
"Ġind": 825,
"vel": 826,
"tern": 827,
"gr": 828,
"Ġwhy": 829,
"eric": 830,
"ents": 831,
"Ġform": 832,
"Ġend": 833,
"Ġpol": 834,
"Ġche": 835,
"riend": 836,
"Ġ!": 837,
"imes": 838,
"up": 839,
"xt": 840,
"Ġmat": 841,
"Ġgive": 842,
"Ġwar": 843,
"Ġhelp": 844,
"ark": 845,
"\".": 846,
"Ġbeing": 847,
"Ġok": 848,
"why": 849,
"ced": 850,
"ple": 851,
"Ġsuch": 852,
"Ġown": 853,
"Ġfam": 854,
"gan": 855,
"form": 856,
"ened": 857,
"Ġnight": 858,
"mo": 859,
"Ġsy": 860,
"Ġmon": 861,
"Ġhouse": 862,
"any": 863,
"Ġname": 864,
"Ġmr": 865,
"Ġcity": 866,
"Ġwom": 867,
"Ġbig": 868,
"lic": 869,
"irl": 870,
"Ġfin": 871,
"Ġeng": 872,
"Ġsame": 873,
"Ġreg": 874,
"als": 875,
"Ġyeah": 876,
"Ġchar": 877,
"ng": 878,
"don": 879,
"Ġkind": 880,
"ib": 881,
"Ġlot": 882,
"ways": 883,
"ait": 884,
"lo": 885,
"ever": 886,
"ying": 887,
"Ġop": 888,
"Ġdiffe": 889,
"Ġwon": 890,
"Ġchild": 891,
"Ġel": 892,
"Ġgen": 893,
"air": 894,
"Ġcare": 895,
"Ġhead": 896,
"Ġatt": 897,
"ning": 898,
"body": 899,
"Ġsupp": 900,
"Ġplace": 901,
"Ġpers": 902,
"Ġcons": 903,
"Ġnum": 904,
"Ġameric": 905,
"Ġstr": 906,
"co": 907,
"Ġyes": 908,
"Ġkill": 909,
"Ġgod": 910,
"Ġfeel": 911,
"com": 912,
"Ġschool": 913,
"Ġcent": 914,
"Ġcap": 915,
"Ġ18": 916,
"Ġmight": 917,
"Ġsl": 918,
"Ġdist": 919,
"rest": 920,
"ased": 921,
"Ġrel": 922,
"outh": 923,
"Ġfriend": 924,
"Ġturn": 925,
"me": 926,
"ational": 927,
"Ġanother": 928,
"Ġuse": 929,
"Ġaround": 930,
"ts": 931,
"ating": 932,
"Ġset": 933,
"uring": 934,
"br": 935,
").": 936,
"ember": 937,
"ss": 938,
"Ġmom": 939,
"Ġ4": 940,
"mber": 941,
"go": 942,
"Ġele": 943,
"\",": 944,
"io": 945,
"Ġmus": 946,
"Ġsure": 947,
"Ġz": 948,
"gg": 949,
"ower": 950,
"ute": 951,
"Ġfour": 952,
"Ġev": 953,
"Ġalways": 954,
"Ġgirl": 955,
"led": 956,
"ton": 957,
"Ġsur": 958,
"Ġed": 959,
"Ġstates": 960,
"Ġple": 961,
"),": 962,
"look": 963,
"pect": 964,
"mb": 965,
"Ġking": 966,
"ween": 967,
"than": 968,
"Ġmoney": 969,
"ank": 970,
"Ġyear": 971,
"Ġleft": 972,
"âĻ": 973,
"Ġmet": 974,
"Ġunited": 975,
"Ġsw": 976,
"aught": 977,
"Ġokay": 978,
"Ġbetter": 979,
"clud": 980,
"Ġreal": 981,
"atch": 982,
"Ġanything": 983,
"who": 984,
"az": 985,
"Ġkeep": 986,
"Ġent": 987,
"Ġinv": 988,
"ular": 989,
"ĠâĢľ": 990,
"Ġsecond": 991,
"orry": 992,
"Ġoh": 993,
"Ġwhile": 994,
"Ġrun": 995,
"ible": 996,
"ĠĠĠĠ": 997,
"ics": 998,
"Ġhigh": 999,
"Ġinst": 1000,
"ness": 1001,
"Ġbelie": 1002,
"ten": 1003,
"Ġbit": 1004,
"Ġfar": 1005,
"Ġdifferent": 1006,
"Ġbetween": 1007,
"Ġdone": 1008,
"Ġcle": 1009,
"can": 1010,
"when": 1011,
"ident": 1012,
"Ġtold": 1013,
"Ġinte": 1014,
"âĻª": 1015,
"fect": 1016,
"Ġword": 1017,
"hey": 1018,
"Ġ5": 1019,
"ters": 1020,
"Ġbus": 1021,
"Ġstate": 1022,
"Ġstud": 1023,
"Ġpoint": 1024,
"Ġins": 1025,
"ird": 1026,
"Ġ|": 1027,
"Ġca": 1028,
"Ġmen": 1029,
"Ġever": 1030,
"cial": 1031,
",\"": 1032,
"Ġpop": 1033,
"ual": 1034,
"Ġknown": 1035,
"Ġsub": 1036,
"Ġperson": 1037,
"Ġwater": 1038,
"Ġsing": 1039,
"ames": 1040,
"Ġbook": 1041,
"here": 1042,
"Ġob": 1043,
"just": 1044,
"ason": 1045,
"Ġcol": 1046,
"Ġuh": 1047,
"ished": 1048,
"Ġbest": 1049,
"Ġbre": 1050,
"Ġret": 1051,
"akes": 1052,
"har": 1053,
"ject": 1054,
"ph": 1055,
"Ġass": 1056,
"its": 1057,
"Ġgl": 1058,
"Ġboth": 1059,
"Ġunt": 1060,
"ug": 1061,
"Ġtook": 1062,
"cy": 1063,
"Ġcoll": 1064,
"Ġstop": 1065,
"by": 1066,
"ms": 1067,
"Ġfather": 1068,
"Ġdec": 1069,
"Ġpar": 1070,
"ins": 1071,
"ivers": 1072,
"Ġerm": 1073,
"Ġ199": 1074,
"ling": 1075,
"con": 1076,
"Ġnext": 1077,
"Ġinclud": 1078,
"cer": 1079,
"Ġ;": 1080,
"ner": 1081,
"Ġeach": 1082,
"Ġfollow": 1083,
"âĢĻ": 1084,
"ric": 1085,
"Ġnothing": 1086,
"ities": 1087,
"ative": 1088,
"ork": 1089,
"cept": 1090,
"ohn": 1091,
"Ġlater": 1092,
"Ġmiss": 1093,
"stand": 1094,
"Ġcourse": 1095,
"of": 1096,
"und": 1097,
"olog": 1098,
"ger": 1099,
"Ġgre": 1100,
"oun": 1101,
"ash": 1102,
"vie": 1103,
"Ġprodu": 1104,
"Ġpass": 1105,
"Ġsim": 1106,
"Ġmother": 1107,
"Ġwee": 1108,
"row": 1109,
"Ġsir": 1110,
"ret": 1111,
"Ġlar": 1112,
"Ġsaw": 1113,
"une": 1114,
"Ġlight": 1115,
"Ġuntil": 1116,
"Ġmed": 1117,
"ross": 1118,
"ctor": 1119,
"vern": 1120,
"Ġseem": 1121,
"Ġadd": 1122,
"Ġnumber": 1123,
"then": 1124,
"Ġsmall": 1125,
"bo": 1126,
"gether": 1127,
"ared": 1128,
"Ġ-": 1129,
"ision": 1130,
"Ġacc": 1131,
"new": 1132,
"Ġlist": 1133,
"Ġactually": 1134,
"ures": 1135,
"Ġgener": 1136,
"ream": 1137,
"ock": 1138,
"Ġfun": 1139,
"ale": 1140,
"ope": 1141,
"Ġboy": 1142,
"ife": 1143,
"Ġdep": 1144,
"Ġduring": 1145,
"Ġonce": 1146,
"Ġyoung": 1147,
"Ġste": 1148,
"Ġfamily": 1149,
"Ġdoesn": 1150,
"ier": 1151,
"osed": 1152,
"af": 1153,
"Ġsince": 1154,
"Ġide": 1155,
"came": 1156,
"iet": 1157,
"less": 1158,
"ired": 1159,
"ron": 1160,
"Ġwait": 1161,
"did": 1162,
"Ġwanted": 1163,
"ny": 1164,
"Ġinter": 1165,
"Ġsouth": 1166,
"Ġelse": 1167,
"vers": 1168,
"Ġroom": 1169,
"Ġpub": 1170,
"Ġagainst": 1171,
"19": 1172,
"Ġnorth": 1173,
"Ġhard": 1174,
"ane": 1175,
"Ġstand": 1176,
"Ġamerican": 1177,
"uth": 1178,
"ged": 1179,
"mer": 1180,
"ific": 1181,
"Ġdire": 1182,
"Ġenough": 1183,
"Ġmain": 1184,
"Ġtogether": 1185,
"Ġgovern": 1186,
"ote": 1187,
"Ġart": 1188,
"Ġfact": 1189,
"Ġbad": 1190,
"Ġproble": 1191,
"Ġair": 1192,
"Ġ6": 1193,
"ably": 1194,
"Ġopen": 1195,
"Ġap": 1196,
"uc": 1197,
"Ġhum": 1198,
"Ġloc": 1199,
"Ġtri": 1200,
"Ġeverything": 1201,
"Ġbecame": 1202,
"ned": 1203,
"Ġ--": 1204,
"Ġbro": 1205,
"Ġseen": 1206,
"Ġla": 1207,
"Ġlive": 1208,
"ott": 1209,
"Ġbar": 1210,
"Ġson": 1211,
"son": 1212,
"Ġcur": 1213,
"Ġmil": 1214,
"ung": 1215,
"Ġfew": 1216,
"rist": 1217,
"ines": 1218,
"Ġtown": 1219,
"Ġsorry": 1220,
"Ġpri": 1221,
"Ġwithout": 1222,
"Ġmind": 1223,
"Ġmusic": 1224,
"Ġrest": 1225,
"Ġside": 1226,
"llo": 1227,
"Ġunivers": 1228,
"good": 1229,
"Ġsk": 1230,
"Ġmeet": 1231,
"Ġsix": 1232,
"fl": 1233,
"Ġsays": 1234,
"ister": 1235,
"Ġstay": 1236,
"hes": 1237,
"Ġeas": 1238,
"Ġfive": 1239,
"Ġland": 1240,
"Ġteam": 1241,
"Ġread": 1242,
"Ġtimes": 1243,
"Ġfil": 1244,
"Ġgrou": 1245,
"iness": 1246,
"pr": 1247,
"Ġtrans": 1248,
"Ġquite": 1249,
"Ġprov": 1250,
"Ġsign": 1251,
"ury": 1252,
"Ġtoday": 1253,
"Ġhear": 1254,
"Ġimport": 1255,
"ready": 1256,
"Ġexp": 1257,
"ism": 1258,
"Ġjohn": 1259,
"Ġdri": 1260,
"Ġdied": 1261,
"att": 1262,
"Ġchildren": 1263,
"Ġkid": 1264,
"ina": 1265,
"most": 1266,
"Ġplease": 1267,
"Ġcoming": 1268,
"orning": 1269,
"thank": 1270,
"Ġ198": 1271,
"Ġleave": 1272,
"Ġcal": 1273,
"Ġlooking": 1274,
"su": 1275,
"Ġquest": 1276,
"Ġthough": 1277,
"app": 1278,
"ised": 1279,
"sel": 1280,
"ution": 1281,
"ral": 1282,
"Ġemp": 1283,
"Ġunderstand": 1284,
"Ġface": 1285,
"ertain": 1286,
"Ġsit": 1287,
"Ġlaw": 1288,
"Ġbelieve": 1289,
"ital": 1290,
"Ġmove": 1291,
"Ġcor": 1292,
"Ġhappened": 1293,
"Ġnice": 1294,
"Ġbuild": 1295,
"ho": 1296,
"Ġdays": 1297,
"Ġline": 1298,
"Ġjob": 1299,
"ball": 1300,
"Ġwalk": 1301,
"ta": 1302,
"ex": 1303,
"Ġwhole": 1304,
"Ġsle": 1305,
"ither": 1306,
"rew": 1307,
"ange": 1308,
"ments": 1309,
"Ġge": 1310,
"stem": 1311,
"Ġmill": 1312,
"Ġcounty": 1313,
"uff": 1314,
"Ġwoman": 1315,
"Ġdeath": 1316,
"Ġcountry": 1317,
"Ġbas": 1318,
"Ġisn": 1319,
"Ġgetting": 1320,
"Ġpower": 1321,
"Ġgame": 1322,
"ont": 1323,
"Ġbab": 1324,
"Ġrele": 1325,
"Ġinc": 1326,
"Ġdad": 1327,
"Ġinterest": 1328,
"Ġnear": 1329,
"Ġyet": 1330,
"Ġfore": 1331,
"Ġmorning": 1332,
"cc": 1333,
"Ġheard": 1334,
"ield": 1335,
"ense": 1336,
"Ġrecord": 1337,
"Ġnat": 1338,
"Ġposs": 1339,
"000": 1340,
"Ġce": 1341,
"ists": 1342,
"Ġwin": 1343,
"Ġlead": 1344,
"Ġpat": 1345,
"Ġappe": 1346,
"ants": 1347,
"aut": 1348,
"cted": 1349,
"Ġplan": 1350,
"ized": 1351,
"Ġheart": 1352,
"Ġsort": 1353,
"anna": 1354,
"dy": 1355,
"vent": 1356,
"Ġeyes": 1357,
"Ġes": 1358,
"Ġhold": 1359,
"Ġhist": 1360,
"Ġtry": 1361,
"Ġsong": 1362,
"Ġhimself": 1363,
"Ġserv": 1364,
"Ġfoot": 1365,
"fr": 1366,
"Ġgave": 1367,
"ets": 1368,
"ene": 1369,
"Ġ197": 1370,
"Ġhaving": 1371,
"ma": 1372,
"lish": 1373,
"Ġdead": 1374,
"aster": 1375,
"Ġwind": 1376,
"aughter": 1377,
"your": 1378,
"Ġsystem": 1379,
"ize": 1380,
"Ġgi": 1381,
"cle": 1382,
"Ġeat": 1383,
"ik": 1384,
"uss": 1385,
"Ġimportant": 1386,
"ined": 1387,
"Ġcase": 1388,
"Ġpay": 1389,
"Ġoffic": 1390,
"Ġhour": 1391,
"Ġsoon": 1392,
"Ġalready": 1393,
"ted": 1394,
"Ġans": 1395,
"Ġ7": 1396,
"Ġhalf": 1397,
"mor": 1398,
"Ġguy": 1399,
"like": 1400,
"Ġbrother": 1401,
"Ġgerm": 1402,
"Ġknew": 1403,
"Ġswe": 1404,
"Ġasked": 1405,
"Ġty": 1406,
"Ġuniversity": 1407,
"Ġ8": 1408,
"Ġwrong": 1409,
"Ġhur": 1410,
"tr": 1411,
"?\"": 1412,
"Ġnational": 1413,
"Ġill": 1414,
"Ġupon": 1415,
"20": 1416,
"Ġblack": 1417,
"with": 1418,
"Ġremember": 1419,
"Ġborn": 1420,
"wards": 1421,
"ison": 1422,
"gt": 1423,
"Ġsaying": 1424,
"Ġpa": 1425,
"Ġfull": 1426,
"ster": 1427,
"Ġprob": 1428,
"Ġwomen": 1429,
"velop": 1430,
"ives": 1431,
"Ġvo": 1432,
".âĢĿ": 1433,
"Ġtalking": 1434,
"Ġ10": 1435,
"Ġmaj": 1436,
"wer": 1437,
"ched": 1438,
"Ġmeans": 1439,
"Ġorder": 1440,
"Ġchrist": 1441,
"Ġmonth": 1442,
"Ġref": 1443,
"Ġround": 1444,
"Ġdoor": 1445,
"Ġconst": 1446,
"Ġbegan": 1447,
"Ġreturn": 1448,
"Ġdiv": 1449,
"Ġpresident": 1450,
"Ġta": 1451,
"Ġpret": 1452,
"âĢĵ": 1453,
"because": 1454,
"Ġprof": 1455,
"Ġtrying": 1456,
"Ġdet": 1457,
"Ġstarted": 1458,
"arch": 1459,
"ows": 1460,
"Ġcontin": 1461,
"Ġequ": 1462,
"ains": 1463,
"Ġ_": 1464,
"Ġconf": 1465,
"Ġparty": 1466,
"may": 1467,
"ically": 1468,
"ural": 1469,
"Ġalong": 1470,
"ages": 1471,
"den": 1472,
"Ġsqu": 1473,
"Ġfight": 1474,
"Ġoften": 1475,
"Ġbring": 1476,
"Ġori": 1477,
"mon": 1478,
"Ġprom": 1479,
"Ġwhite": 1480,
"ided": 1481,
"Ġra": 1482,
"Ġshall": 1483,
"Ġclass": 1484,
"rop": 1485,
"Ġsound": 1486,
"side": 1487,
"Ġcertain": 1488,
"Ġtop": 1489,
"Ġexpl": 1490,
"Ġcommun": 1491,
"Ġ9": 1492,
"Ġhon": 1493,
"Ġfall": 1494,
"Ġmark": 1495,
"Ġhowever": 1496,
"Ġwife": 1497,
"Ġfuck": 1498,
"Ġidea": 1499,
"la": 1500,
"ches": 1501,
"cent": 1502,
"ility": 1503,
"Ġprot": 1504,
"Ġgone": 1505,
"some": 1506,
"Ġred": 1507,
"Ġstory": 1508,
"Ġdevelop": 1509,
"Ġpet": 1510,
"Ġleg": 1511,
"Ġchange": 1512,
"Ġdef": 1513,
"see": 1514,
"Ġlear": 1515,
"Ġ196": 1516,
"Ġmid": 1517,
"rict": 1518,
"Ġbed": 1519,
"ately": 1520,
"Ġpretty": 1521,
"ney": 1522,
"Ġhappen": 1523,
"Ġhor": 1524,
"Ġsent": 1525,
"Ġarea": 1526,
"ered": 1527,
"Ġgroup": 1528,
"cha": 1529,
"rap": 1530,
"Ġhat": 1531,
"Ġmatter": 1532,
"amed": 1533,
"Ġcreat": 1534,
"Ġless": 1535,
"Ġplayed": 1536,
"Ġpur": 1537,
"Ġter": 1538,
"ator": 1539,
"ering": 1540,
"ats": 1541,
"ured": 1542,
"lt": 1543,
"ional": 1544,
"âĢľ": 1545,
"Ġ15": 1546,
"aken": 1547,
"Ġbusiness": 1548,
"Ġgoes": 1549,
"Ġshort": 1550,
"Ġx": 1551,
"Ġju": 1552,
"Ġgovernment": 1553,
"uro": 1554,
"Ġable": 1555,
"tend": 1556,
"ides": 1557,
"Ġint": 1558,
"Ġje": 1559,
"Ġstre": 1560,
"Ġcompany": 1561,
"iter": 1562,
"ump": 1563,
"raw": 1564,
"Ġlost": 1565,
"Ġsomeone": 1566,
"Ġsleep": 1567,
"Ġwatch": 1568,
"Ġext": 1569,
"jo": 1570,
"Ġ[": 1571,
"iam": 1572,
"Ġmoment": 1573,
"Ġisland": 1574,
"ush": 1575,
"pend": 1576,
"Ġanim": 1577,
"Ġ17": 1578,
"rence": 1579,
"Ġproblem": 1580,
"Ġten": 1581,
"ler": 1582,
"Ġsho": 1583,
"Ġ...": 1584,
"hm": 1585,
"Ġwanna": 1586,
"een": 1587,
"Ġpap": 1588,
"Ġnews": 1589,
"Ġterm": 1590,
"pped": 1591,
"Ġwond": 1592,
"gy": 1593,
"ship": 1594,
"eng": 1595,
"Ġpolit": 1596,
"Ġsat": 1597,
"apan": 1598,
"Ġmaking": 1599,
"Ġship": 1600,
"Ġwasn": 1601,
"Ġbeaut": 1602,
"alth": 1603,
"Ġpain": 1604,
"Ġfine": 1605,
"ices": 1606,
"Ġpartic": 1607,
"Ġbur": 1608,
"port": 1609,
"ilt": 1610,
"ls": 1611,
"Ġem": 1612,
"Ġlarge": 1613,
"ries": 1614,
"anu": 1615,
"Ġexamp": 1616,
"Ġpresent": 1617,
"Ġguys": 1618,
"Ġcontro": 1619,
"Ġtrue": 1620,
"Ġprobably": 1621,
"ze": 1622,
"Ġweek": 1623,
"ention": 1624,
"Ġsou": 1625,
"ained": 1626,
"Ġexper": 1627,
"Ġsuc": 1628,
"Ġage": 1629,
"Ġcomes": 1630,
"Ġdrink": 1631,
"oc": 1632,
"aces": 1633,
"cri": 1634,
"Ġve": 1635,
"Ġsum": 1636,
"Ġyourself": 1637,
"ley": 1638,
"Ġtre": 1639,
"ama": 1640,
"Ġdel": 1641,
"Ġfree": 1642,
"Ġenglish": 1643,
"Ġoper": 1644,
"Ġthank": 1645,
"Ġval": 1646,
"!\"": 1647,
"Ġpie": 1648,
"Ġcut": 1649,
"Ġgold": 1650,
"huh": 1651,
"have": 1652,
"ians": 1653,
"Ġvis": 1654,
"Ġbaby": 1655,
"Ġadv": 1656,
"ues": 1657,
"Ġdou": 1658,
"Ġorigin": 1659,
"Ġhot": 1660,
"Ġfire": 1661,
"Ġworking": 1662,
"hy": 1663,
"Ġhands": 1664,
"Ġblood": 1665,
"Ġhaven": 1666,
"used": 1667,
"Ġlooked": 1668,
"ient": 1669,
"Ġvar": 1670,
"Ġwest": 1671,
"ges": 1672,
"Ġsal": 1673,
"Ġim": 1674,
"every": 1675,
"Ġalmost": 1676,
"Ġbody": 1677,
"angu": 1678,
"Ġbecome": 1679,
"Ġstation": 1680,
"ulation": 1681,
"chan": 1682,
"Ġdan": 1683,
"Ġearly": 1684,
"Ġhope": 1685,
"Ġbrit": 1686,
"Ġfilm": 1687,
"Ġdistrict": 1688,
"Ġdeal": 1689,
"Ġago": 1690,
"Ġwouldn": 1691,
"Ġpublic": 1692,
"Ġid": 1693,
"Ġpos": 1694,
"Ġrom": 1695,
"gram": 1696,
"Ġready": 1697,
"Ġrock": 1698,
"hip": 1699,
"Ġinde": 1700,
"Ġmovie": 1701,
"Ġjapan": 1702,
"Ġadm": 1703,
"Ġroad": 1704,
"Ġsci": 1705,
"Ġchur": 1706,
"Ġocc": 1707,
"men": 1708,
"Ġsol": 1709,
"Ġmag": 1710,
"Ġball": 1711,
"Ġmaybe": 1712,
"Ġyork": 1713,
"ĠâĢĵ": 1714,
"Ġpick": 1715,
"ots": 1716,
"arent": 1717,
"Ġgeneral": 1718,
"Ġmer": 1719,
"hind": 1720,
"Ġopp": 1721,
"Ġeight": 1722,
"Ġ194": 1723,
"Ġdisc": 1724,
"ino": 1725,
"Ġfood": 1726,
"Ġintern": 1727,
"Ġtele": 1728,
"Ġgiven": 1729,
"enty": 1730,
"Ġfrance": 1731,
"his": 1732,
"Ġbreak": 1733,
"please": 1734,
"Ġclear": 1735,
"Ġlate": 1736,
"Ġalb": 1737,
"veral": 1738,
"Ġspec": 1739,
"ham": 1740,
"Ġest": 1741,
"Ġfriends": 1742,
"anuary": 1743,
"Ġquestion": 1744,
"ief": 1745,
"par": 1746,
"Ġbegin": 1747,
"Ġton": 1748,
"Ġstuff": 1749,
"Ġmur": 1750,
"Ġmyself": 1751,
"Ġaw": 1752,
"born": 1753,
"got": 1754,
"Ġclose": 1755,
"Ġspeak": 1756,
"ety": 1757,
"mr": 1758,
"ards": 1759,
"Ġdev": 1760,
"Ġorgan": 1761,
"Ġav": 1762,
"Ġreleased": 1763,
"Ġgrand": 1764,
"Ġrece": 1765,
"Ġbrought": 1766,
"Ġdog": 1767,
"Ġmic": 1768,
"Ġmarch": 1769,
"Ġsun": 1770,
"Ġcomple": 1771,
"Âł": 1772,
"ese": 1773,
"orm": 1774,
"Ġkilled": 1775,
"Ġpict": 1776,
"Ġfront": 1777,
"Ġpast": 1778,
"inc": 1779,
"Ġstar": 1780,
"Ġ16": 1781,
"Ġleast": 1782,
"Ġport": 1783,
"ns": 1784,
"Ġsil": 1785,
"Ġlangu": 1786,
"head": 1787,
"Ġprogram": 1788,
"Ġdaughter": 1789,
"Ġhuman": 1790,
"Ġfre": 1791,
"Ġseries": 1792,
"Ġcourt": 1793,
"Ġwords": 1794,
"iful": 1795,
"Ġjanuary": 1796,
"Ġseveral": 1797,
"Ġhappy": 1798,
"Ġ``": 1799,
"ived": 1800,
"ii": 1801,
"Ġtaken": 1802,
"Ġreason": 1803,
"selves": 1804,
"haps": 1805,
"Ġ12": 1806,
"Ġcolle": 1807,
"ring": 1808,
"Ġguess": 1809,
"was": 1810,
"Ġexample": 1811,
"Ġann": 1812,
"sc": 1813,
"Ġbehind": 1814,
"ude": 1815,
"iously": 1816,
"Ġcamp": 1817,
"iting": 1818,
"utes": 1819,
"bed": 1820,
"unt": 1821,
"Ġband": 1822,
"Ġtem": 1823,
"Ġinform": 1824,
"Ġdesign": 1825,
"hi": 1826,
"Ġcou": 1827,
"lly": 1828,
"Ġeuro": 1829,
"Ġcommon": 1830,
"artment": 1831,
"ology": 1832,
"Ġprofess": 1833,
"ove": 1834,
"Ġ195": 1835,
"Ġmajor": 1836,
"Ġhit": 1837,
"Ġvir": 1838,
"Ġreport": 1839,
"bs": 1840,
"Ġrad": 1841,
"Ġmillion": 1842,
"Ġsold": 1843,
"Ġmarried": 1844,
"augh": 1845,
"Ġtaking": 1846,
"ract": 1847,
"Ġrather": 1848,
"Ġjack": 1849,
"Ġallow": 1850,
"Ġmakes": 1851,
"iqu": 1852,
"aced": 1853,
"Ġpen": 1854,
"ality": 1855,
"Ġcharac": 1856,
"Ġchurch": 1857,
"Ġaust": 1858,
"Ġvill": 1859,
"oud": 1860,
"Ġriver": 1861,
"ford": 1862,
"Ġsometimes": 1863,
"Ġalone": 1864,
"Ġquick": 1865,
"after": 1866,
"Ġfig": 1867,
"Ġdream": 1868,
"undred": 1869,
"ped": 1870,
"Ġsupport": 1871,
"fic": 1872,
"Ġcost": 1873,
"Ġbill": 1874,
"Ġpark": 1875,
"Ġeither": 1876,
"rench": 1877,
"Ġtrain": 1878,
"Ġliving": 1879,
"Ġhistory": 1880,
",âĢĿ": 1881,
"Ġsea": 1882,
"more": 1883,
"Ġir": 1884,
"Ġstrong": 1885,
"oke": 1886,
"tw": 1887,
"itten": 1888,
"ĠâĻª": 1889,
"ser": 1890,
"ium": 1891,
"ience": 1892,
"hello": 1893,
"ones": 1894,
"Ġattack": 1895,
"ency": 1896,
"osp": 1897,
"Ġturned": 1898,
"band": 1899,
"ament": 1900,
"Ġothers": 1901,
"Ġfa": 1902,
"Ġcir": 1903,
"atic": 1904,
"bl": 1905,
"Ġ&": 1906,
"full": 1907,
"Ġspecial": 1908,
"pro": 1909,
"Ġtest": 1910,
"Ġsuccess": 1911,
"Ġtou": 1912,
"Ġearth": 1913,
"Ġmess": 1914,
"umb": 1915,
"Ġalbum": 1916,
"Ġpal": 1917,
"which": 1918,
"Ġlisten": 1919,
"Ġthird": 1920,
"Ġcop": 1921,
"Ġthinking": 1922,
"dle": 1923,
"Ġmad": 1924,
"Ġresp": 1925,
"Ġcoun": 1926,
"Ġoffice": 1927,
"lling": 1928,
"Ġmount": 1929,
"gu": 1930,
"Ġhundred": 1931,
"Ġcouldn": 1932,
"Ġeurope": 1933,
"ently": 1934,
"Ġgrow": 1935,
"mbers": 1936,
"Ġ0": 1937,
"idge": 1938,
"ague": 1939,
"Ġstreet": 1940,
"elt": 1941,
"Ġelect": 1942,
"Ġmrs": 1943,
"Ġcaptain": 1944,
"Ġwall": 1945,
"Ġtot": 1946,
"ement": 1947,
"Ġcheck": 1948,
"fort": 1949,
"Ġdie": 1950,
"Ġstru": 1951,
"maybe": 1952,
"Ġlooks": 1953,
"actly": 1954,
"Ġfif": 1955,
"Ġwithin": 1956,
"Ġnamed": 1957,
"Ġeast": 1958,
"Ġbeautiful": 1959,
"Ġlady": 1960,
"cr": 1961,
"ior": 1962,
"bit": 1963,
"Ġfur": 1964,
"Ġdam": 1965,
"ming": 1966,
"itting": 1967,
"mar": 1968,
"Ġda": 1969,
"ptember": 1970,
"Ġusually": 1971,
"dom": 1972,
"Ġbritish": 1973,
"ffect": 1974,
"Ġheld": 1975,
"Ġbuilding": 1976,
"Ġgun": 1977,
"Ġwonder": 1978,
"Ġcross": 1979,
"Ġ$": 1980,
"eth": 1981,
"ril": 1982,
"bert": 1983,
"Ġpoor": 1984,
"Ġfair": 1985,
"Ġstep": 1986,
"Ġwants": 1987,
"Ġinside": 1988,
"thern": 1989,
"Ġplaying": 1990,
"Ġappro": 1991,
"Ġservice": 1992,
"Ġbri": 1993,
"Ġexpect": 1994,
"Ġcre": 1995,
"Ġdear": 1996,
"Ġamong": 1997,
"Ġchamp": 1998,
"Ġtrou": 1999,
"ert": 2000,
"ograp": 2001,
"ider": 2002,
"Ġbuilt": 2003,
"read": 2004,
"Ġminute": 2005,
"ask": 2006,
"Ġseason": 2007,
"lished": 2008,
"aged": 2009,
"Ġvict": 2010,
"Ġground": 2011,
"Ġlay": 2012,
"Ġleav": 2013,
"key": 2014,
"ead": 2015,
"Ġsweet": 2016,
"Ġresult": 2017,
"ee": 2018,
"Ġsuper": 2019,
"orge": 2020,
"sy": 2021,
"Ġimm": 2022,
"Ġfootball": 2023,
"bru": 2024,
"unk": 2025,
"Ġru": 2026,
"Ġteac": 2027,
"fully": 2028,
"med": 2029,
"Ġbir": 2030,
"estern": 2031,
"Ġdece": 2032,
"Ġrequ": 2033,
"put": 2034,
"vision": 2035,
"sha": 2036,
"ondon": 2037,
"Ġacross": 2038,
"Ġsingle": 2039,
"Ġdark": 2040,
"Ġminutes": 2041,
"Ġfollowing": 2042,
"Ġoutside": 2043,
"Ġperform": 2044,
"Ġmonths": 2045,
"iving": 2046,
"Ġgreen": 2047,
"Ġcast": 2048,
"po": 2049,
"Ġfrench": 2050,
"Ġusing": 2051,
"Ġran": 2052,
"Ġmembers": 2053,
"Ġvide": 2054,
"Ġhus": 2055,
"Ġlocal": 2056,
"ination": 2057,
"Ġanswer": 2058,
"work": 2059,
"zy": 2060,
"aring": 2061,
"Ġjuly": 2062,
"give": 2063,
"Ġeffect": 2064,
"Ġphil": 2065,
"Ġpossible": 2066,
"Ġconcer": 2067,
"Ġhy": 2068,
"Ġgotta": 2069,
"Ġlab": 2070,
"Ġsend": 2071,
"ober": 2072,
"Ġaug": 2073,
"Ġdoctor": 2074,
"ana": 2075,
"Ġseptember": 2076,
"ey": 2077,
"take": 2078,
"Ġhell": 2079,
"Ġdest": 2080,
"Ġcat": 2081,
"Ġjud": 2082,
"Ġwood": 2083,
"Ġmot": 2084,
"Ġpolice": 2085,
"Ġbuy": 2086,
"Ġbird": 2087,
"Ġrepl": 2088,
"Ġlord": 2089,
"Ġseven": 2090,
"ousand": 2091,
"resent": 2092,
"Ġincluding": 2093,
"Ġoct": 2094,
"ature": 2095,
"morrow": 2096,
"Ġabs": 2097,
"Ġtried": 2098,
"Ġcra": 2099,
"Ġ193": 2100,
"hel": 2101,
"Ġlow": 2102,
"anger": 2103,
"Ġauth": 2104,
"Ġcond": 2105,
"Ġtech": 2106,
"Ġhair": 2107,
"aim": 2108,
"Ġmember": 2109,
"view": 2110,
"ald": 2111,
"Ġclub": 2112,
"Ġtreat": 2113,
"fer": 2114,
"Ġexc": 2115,
"Ġvie": 2116,
"Ġ*": 2117,
"Ġsn": 2118,
"els": 2119,
"will": 2120,
"ached": 2121,
"Ġ11": 2122,
"lled": 2123,
"attle": 2124,
"Ġvoice": 2125,
"Ġver": 2126,
"Ġsecret": 2127,
"Ġpopulation": 2128,
"Ġlevel": 2129,
"Ġfield": 2130,
"Ġdepartment": 2131,
"Ġjune": 2132,
"ases": 2133,
"Ġpress": 2134,
"Ġmass": 2135,
"Ġlived": 2136,
"Ġmod": 2137,
"Ġbox": 2138,
"wait": 2139,
"Ġcry": 2140,
"ances": 2141,
"unch": 2142,
"Ġwritten": 2143,
"gest": 2144,
"||": 2145,
"ified": 2146,
"Ġanyone": 2147,
"Ġchance": 2148,
"gress": 2149,
"Ġsus": 2150,
"Ġlanguage": 2151,
"Ġmor": 2152,
"Ġthousand": 2153,
"Ġview": 2154,
"ο": 2155,
"Ġfelt": 2156,
"Ġprocess": 2157,
"Ġflo": 2158,
"Ġcollege": 2159,
"Ġlondon": 2160,
"vember": 2161,
"soci": 2162,
"Ġworry": 2163,
"Ġworks": 2164,
"Ġcentury": 2165,
"ike": 2166,
"Ġarmy": 2167,
"Ġfell": 2168,
"avy": 2169,
"fo": 2170,
"Ġtill": 2171,
"Ġang": 2172,
"Ġcold": 2173,
"Ġaugust": 2174,
"anc": 2175,
"Ġtour": 2176,
"Ġhill": 2177,
"arr": 2178,
"Ġblue": 2179,
"Ġvi": 2180,
"itions": 2181,
"Ġgets": 2182,
"Ġgames": 2183,
"Ġtable": 2184,
"ories": 2185,
"Ġeveryone": 2186,
"Ġhusband": 2187,
"Ġformer": 2188,
"bur": 2189,
"iod": 2190,
"por": 2191,
"Ġboys": 2192,
"Ġregion": 2193,
"Ġlad": 2194,
"Ġengland": 2195,
"Ġinformation": 2196,
"from": 2197,
"Ġdefe": 2198,
"Ġrail": 2199,
"Ġprotect": 2200,
"Ġhey": 2201,
"Ġrob": 2202,
"Ġapril": 2203,
"Ġfav": 2204,
"Ġ13": 2205,
"Ġital": 2206,
"ery": 2207,
"Ġpost": 2208,
"Ġeduc": 2209,
"Ġcomplete": 2210,
"Ġbased": 2211,
"Ġhig": 2212,
"Ġproper": 2213,
"Ġworked": 2214,
"Ġlives": 2215,
"Ġparticular": 2216,
"bruary": 2217,
"spe": 2218,
"Ġdin": 2219,
"Ġevent": 2220,
"ipp": 2221,
"would": 2222,
"Ġwhether": 2223,
"Ġpull": 2224,
"ell": 2225,
"Ġeasy": 2226,
"gen": 2227,
"vered": 2228,
"Ġ14": 2229,
"Ġones": 2230,
"Ġpract": 2231,
"Ġhours": 2232,
"Ġoctober": 2233,
"aint": 2234,
"ov": 2235,
"itch": 2236,
"Ġnet": 2237,
"Ġcannot": 2238,
"Ġtrad": 2239,
"Ġtomorrow": 2240,
"amb": 2241,
"Ġcurrent": 2242,
"Ġwish": 2243,
"Ġmine": 2244,
"Ġconne": 2245,
"Ġwrote": 2246,
"Ġtelevision": 2247,
"Ġdecember": 2248,
"....": 2249,
"room": 2250,
"Ġtwenty": 2251,
"Ġinvol": 2252,
"10": 2253,
"bye": 2254,
"cil": 2255,
"Ġris": 2256,
"Ġwrite": 2257,
"Ġtechn": 2258,
"Ġknows": 2259,
"Ġpaper": 2260,
"Ġclean": 2261,
"asure": 2262,
"Ġnovember": 2263,
"tell": 2264,
"Ġseems": 2265,
"Ġgerman": 2266,
"Ġpriv": 2267,
"Ġcouple": 2268,
"Ġtit": 2269,
"Ġlim": 2270,
"iding": 2271,
"Ġdiffic": 2272,
"yal": 2273,
"Ġfast": 2274,
"Ġstra": 2275,
"airs": 2276,
"Ġauthor": 2277,
"Ġprop": 2278,
"Ġperhaps": 2279,
"Ġep": 2280,
"raid": 2281,
"ding": 2282,
"Ġsense": 2283,
"Ġcommand": 2284,
"Ġ30": 2285,
"eral": 2286,
"ounds": 2287,
"Ġrepresent": 2288,
"Ġbirth": 2289,
"Ġamerica": 2290,
"Ġsoci": 2291,
"yed": 2292,
"Ġfeet": 2293,
"Ġcompet": 2294,
"Ġtur": 2295,
"Ġcook": 2296,
"ffic": 2297,
"Ġ2013": 2298,
"Ġphone": 2299,
"Ġaward": 2300,
"Ġcontrol": 2301,
"Ġassoci": 2302,
"Ġchanged": 2303,
"ula": 2304,
"cut": 2305,
"Ġvers": 2306,
"Ġtruth": 2307,
"Ġcup": 2308,
"Ġant": 2309,
"hard": 2310,
"ob": 2311,
"Ġdress": 2312,
"Ġexactly": 2313,
"Ġmoved": 2314,
"Ġfebruary": 2315,
"car": 2316,
"ida": 2317,
"idence": 2318,
"Ġparent": 2319,
"Ġsen": 2320,
"Ġsister": 2321,
"itive": 2322,
"Ġcult": 2323,
"oose": 2324,
"Ġlonger": 2325,
"Ġinstead": 2326,
"pre": 2327,
"ival": 2328,
"time": 2329,
"ata": 2330,
"Ġciv": 2331,
"Ġperiod": 2332,
"Ġtrave": 2333,
"Ġvideo": 2334,
"Ġfail": 2335,
"though": 2336,
"ken": 2337,
"night": 2338,
"irty": 2339,
"ept": 2340,
"Ġcos": 2341,
"Ġsupposed": 2342,
"Ġlie": 2343,
"ille": 2344,
"Ġdeep": 2345,
"Ġindian": 2346,
"Ġdraw": 2347,
"ribut": 2348,
"ublic": 2349,
"erv": 2350,
"Ġdi": 2351,
"Ġbott": 2352,
"ization": 2353,
"sa": 2354,
"Ġsex": 2355,
"Ġrelig": 2356,
"ky": 2357,
"Ġspace": 2358,
"ray": 2359,
"ging": 2360,
"kes": 2361,
"ony": 2362,
"Ġcommune": 2363,
"Ġshot": 2364,
"Ġkids": 2365,
"Ġ202": 2366,
"Ġcareer": 2367,
"Ġdirect": 2368,
"ef": 2369,
"cum": 2370,
"Ġfly": 2371,
"cially": 2372,
"Ġtrust": 2373,
"hold": 2374,
"Ġsud": 2375,
"Ġafraid": 2376,
"bers": 2377,
"hael": 2378,
"Ġvillage": 2379,
"Ġrev": 2380,
"ode": 2381,
"Ġ2010": 2382,
"18": 2383,
"ien": 2384,
"Ġhealth": 2385,
"Ġhuh": 2386,
"stop": 2387,
"Ġproject": 2388,
"Ġthemselves": 2389,
"Ġcharacter": 2390,
"Ġgirls": 2391,
"Ġpicture": 2392,
"Ġhurt": 2393,
"Ġforce": 2394,
"list": 2395,
"line": 2396,
"Ġeye": 2397,
"Ġmiddle": 2398,
"Ġdisco": 2399,
"Ġsocial": 2400,
"Ġletter": 2401,
"conom": 2402,
"Ġnin": 2403,
"mal": 2404,
"Ġtree": 2405,
"Ġincre": 2406,
"Ġdro": 2407,
"entle": 2408,
"Ġgar": 2409,
"Ġbull": 2410,
"Ġhorse": 2411,
"Ġtonight": 2412,
"hen": 2413,
"Ġrunning": 2414,
"ration": 2415,
"ada": 2416,
"Ġneeds": 2417,
"Ġhen": 2418,
"emy": 2419,
"Ġtrouble": 2420,
"uation": 2421,
"Ġhosp": 2422,
"Ġchair": 2423,
"Ġkept": 2424,
"Ġcollect": 2425,
"wel": 2426,
"Ġpopular": 2427,
"ission": 2428,
"Ġluck": 2429,
"Ġric": 2430,
"ffe": 2431,
"Ġtype": 2432,
"Ġdescri": 2433,
"over": 2434,
"ption": 2435,
"Ġreceived": 2436,
"Ġforget": 2437,
"Ġwhatever": 2438,
"Ġmaster": 2439,
"Ġleague": 2440,
"ording": 2441,
"oof": 2442,
"Ġvol": 2443,
"Ġafric": 2444,
"king": 2445,
"Ġroman": 2446,
"even": 2447,
"these": 2448,
"sp": 2449,
"Ġfut": 2450,
"ogn": 2451,
"Ġvirgin": 2452,
"ilar": 2453,
"Ġshoot": 2454,
"Ġtouch": 2455,
"Ġbud": 2456,
"Ġarri": 2457,
"Ġengine": 2458,
"Ġdue": 2459,
"Ġlat": 2460,
"Ġabove": 2461,
"cing": 2462,
"Ġcivil": 2463,
"Ġpan": 2464,
"Ġbroad": 2465,
"yn": 2466,
"ax": 2467,
"dr": 2468,
"Ġden": 2469,
"Ġplayer": 2470,
"Ġsett": 2471,
"gre": 2472,
"Ġaccept": 2473,
"Ġnine": 2474,
"ai": 2475,
"lant": 2476,
"somet": 2477,
"Ġpot": 2478,
"Ġcapital": 2479,
"Ġtom": 2480,
"Ġinfl": 2481,
"Ġinternational": 2482,
"Ġ25": 2483,
"Ġperfect": 2484,
"Ġshut": 2485,
"Ġeverybody": 2486,
"Ġsca": 2487,
"thanks": 2488,
"Ġinvest": 2489,
"Ġcrit": 2490,
"Ġentire": 2491,
"urs": 2492,
"Ġcomput": 2493,
"Ġrul": 2494,
"Ġmoder": 2495,
"sorry": 2496,
"Ġclot": 2497,
"Ġcountries": 2498,
"cture": 2499,
"owers": 2500,
"Ġdem": 2501,
"Ġled": 2502,
"Ġhop": 2503,
"Ġwaiting": 2504,
"ggest": 2505,
"Ġcho": 2506,
"Ġseemed": 2507,
"light": 2508,
"Ġspir": 2509,
"Ġmal": 2510,
"Ġrese": 2511,
"Ġinclude": 2512,
"Ġbal": 2513,
"Ġhang": 2514,
"Ġarm": 2515,
"Ġbeat": 2516,
"Ġcreated": 2517,
"Ġsomebody": 2518,
"two": 2519,
"mhm": 2520,
"Ġworth": 2521,
"Ġpiece": 2522,
"Ġexcept": 2523,
"Ġunion": 2524,
"Ġrespect": 2525,
"ror": 2526,
"uk": 2527,
"avid": 2528,
"Ġfucking": 2529,
"olute": 2530,
"Ġsummer": 2531,
"gar": 2532,
"Ġrain": 2533,
"Ġaren": 2534,
"Ġposition": 2535,
"bt": 2536,
"Ġdut": 2537,
"Ġproduct": 2538,
"Ġfurther": 2539,
"Ġmist": 2540,
"Ġitself": 2541,
"Ġmult": 2542,
"ays": 2543,
"Ġfro": 2544,
"Ġsudden": 2545,
"Ġsan": 2546,
"lls": 2547,
"Ġeconom": 2548,
"acy": 2549,
"Ġphys": 2550,
"Ġshit": 2551,
"ference": 2552,
"Ġstraight": 2553,
"Ġstat": 2554,
"Ġfamous": 2555,
"Ġqueen": 2556,
"Ġtakes": 2557,
"Ġsuggest": 2558,
"yl": 2559,
"Ġrepublic": 2560,
"ially": 2561,
"Ġhu": 2562,
"Ġphot": 2563,
"Ġmilit": 2564,
"inal": 2565,
"Ġboard": 2566,
"under": 2567,
"Ġamount": 2568,
"rodu": 2569,
"Ġring": 2570,
"ĠĠĠĠĠĠĠĠ": 2571,
"olution": 2572,
"Ġsand": 2573,
"Ġfuture": 2574,
"Ġstri": 2575,
"Ġdifficult": 2576,
"Ġmis": 2577,
"Ġsurpr": 2578,
"Ġburn": 2579,
"Ġrole": 2580,
"Ġcorn": 2581,
"Ġchampions": 2582,
"Ġhospital": 2583,
"back": 2584,
"Ġcam": 2585,
"Ġweeks": 2586,
"Ġdu": 2587,
"oint": 2588,
"Ġrecogn": 2589,
"Ġpolic": 2590,
"Ġpeter": 2591,
"Ġthanks": 2592,
"Ġber": 2593,
"Ġfle": 2594,
"Ġlaugh": 2595,
"off": 2596,
"ston": 2597,
"Ġbooks": 2598,
"Ġsar": 2599,
"Ġfill": 2600,
"Ġdecided": 2601,
"bor": 2602,
"Ġdrive": 2603,
"Ġsave": 2604,
"Ġjour": 2605,
"Ġfeeling": 2606,
"Ġsafe": 2607,
"Ġcentral": 2608,
"Ġben": 2609,
"Ġserved": 2610,
"Ġgeorge": 2611,
"Ġaustral": 2612,
"Ġ]": 2613,
"gl": 2614,
"tom": 2615,
"Ġevening": 2616,
"cast": 2617,
"teen": 2618,
"Ġforest": 2619,
"Ġslow": 2620,
"sure": 2621,
"Ġnon": 2622,
"yle": 2623,
"Ġfunny": 2624,
"Ġstood": 2625,
"does": 2626,
"pecially": 2627,
"Ġarch": 2628,
"Ġhung": 2629,
"Ġ24": 2630,
"Ġimag": 2631,
"Ġdar": 2632,
"gs": 2633,
"Ġhall": 2634,
"Ġtrack": 2635,
"wor": 2636,
"zz": 2637,
"Ġcarry": 2638,
"ergy": 2639,
"Ġcover": 2640,
"lin": 2641,
"omin": 2642,
"Ġwilliam": 2643,
"Ġmatch": 2644,
"Ġgentle": 2645,
"Ġcomb": 2646,
"Ġprovince": 2647,
"Ġain": 2648,
"Ġtelling": 2649,
"Ġbene": 2650,
"Ġcommunity": 2651,
"15": 2652,
"Ġmeant": 2653,
"Ġban": 2654,
"riage": 2655,
"empt": 2656,
"Ġahead": 2657,
"cher": 2658,
"Ġexist": 2659,
"Ġanyway": 2660,
"Ġproblems": 2661,
"Ġbear": 2662,
"Ġpassed": 2663,
"Ġcool": 2664,
"Ġgard": 2665,
"Ġshop": 2666,
"Ġshar": 2667,
"Ġterri": 2668,
"ades": 2669,
"ping": 2670,
"Ġlos": 2671,
"Ġchief": 2672,
"Ġfinal": 2673,
"Ġcenter": 2674,
"Ġcried": 2675,
"Ġmeeting": 2676,
"dad": 2677,
"Ġfigure": 2678,
"oon": 2679,
"Ġfix": 2680,
"pa": 2681,
"iment": 2682,
"nel": 2683,
"Ġkiss": 2684,
"agon": 2685,
"Ġfrank": 2686,
"Ġprison": 2687,
"Ġcrazy": 2688,
"Ġur": 2689,
"Ġprin": 2690,
"ceed": 2691,
"Ġsail": 2692,
"Ġcatch": 2693,
"Ġhoney": 2694,
"Ġfed": 2695,
"Ġparents": 2696,
"cap": 2697,
"str": 2698,
"Ġ192": 2699,
"Ġanimals": 2700,
"Ġmouth": 2701,
"Ġsubject": 2702,
"Ġindia": 2703,
"val": 2704,
"ris": 2705,
"ued": 2706,
"Ġteacher": 2707,
"Ġsoft": 2708,
"ager": 2709,
"Ġmater": 2710,
"ole": 2711,
"Ġfamil": 2712,
"Ġobject": 2713,
"viously": 2714,
"Ġaut": 2715,
"Ġjames": 2716,
"Ġenjo": 2717,
"Ġbag": 2718,
"Ġbattle": 2719,
"Ġdanger": 2720,
"Ġrelation": 2721,
"inois": 2722,
"Ġsimilar": 2723,
"Ġmodern": 2724,
"omb": 2725,
"Ġruss": 2726,
"Ġfort": 2727,
"Ġwal": 2728,
"Ġaud": 2729,
"Ġdoll": 2730,
"Ġspecies": 2731,
"Ġsick": 2732,
"Ġplaces": 2733,
"Ġsociety": 2734,
"17": 2735,
"rit": 2736,
"Ġbat": 2737,
"Ġhost": 2738,
"Ġkingdom": 2739,
"Ġalthough": 2740,
"Ġherself": 2741,
"Ġlearn": 2742,
"Ġcause": 2743,
"Ġreturned": 2744,
"Ġglad": 2745,
"Ġviol": 2746,
"Ġbor": 2747,
"Ġfollowed": 2748,
"Ġmach": 2749,
"âĢĶ": 2750,
"Ġclos": 2751,
"Ġhappens": 2752,
"Ġindust": 2753,
"Ġopened": 2754,
"vir": 2755,
"bar": 2756,
"Ġparts": 2757,
"Ġestab": 2758,
"Ġfish": 2759,
"Ġgermany": 2760,
"Ġscience": 2761,
"know": 2762,
"ored": 2763,
"Ġ2011": 2764,
"Ġcertainly": 2765,
"Ġhun": 2766,
"ician": 2767,
"Ġoriginal": 2768,
"Ġbow": 2769,
"keep": 2770,
"Ġglass": 2771,
"ville": 2772,
"Ġmoving": 2773,
"Ġange": 2774,
"ression": 2775,
"Ġcolor": 2776,
"nes": 2777,
"lect": 2778,
"Ġcoast": 2779,
"Ġjapanese": 2780,
"Ġrich": 2781,
"Ġwhom": 2782,
"Ġ2006": 2783,
"Ġbeginning": 2784,
"Ġfir": 2785,
"Ġum": 2786,
"Ġmarket": 2787,
"Ġcouncil": 2788,
"god": 2789,
"really": 2790,
"Ġpeace": 2791,
"Ġappear": 2792,
"Ġwild": 2793,
"Ġsepar": 2794,
"12": 2795,
"14": 2796,
"Ġfellow": 2797,
"Ġillinois": 2798,
"Ġsad": 2799,
"Ġstick": 2800,
"nothing": 2801,
"bon": 2802,
"Ġbecom": 2803,
"ift": 2804,
"Ġflor": 2805,
"Ġfloor": 2806,
"Ġ2012": 2807,
"Ġself": 2808,
"wered": 2809,
"ires": 2810,
"edi": 2811,
"Ġwhose": 2812,
"had": 2813,
"cus": 2814,
"Ġbreat": 2815,
"wood": 2816,
"Ġmary": 2817,
"Ġbank": 2818,
"Ġord": 2819,
"Ġtyp": 2820,
"Ġquickly": 2821,
"Ġ100": 2822,
"Ġgrad": 2823,
"Ġdaddy": 2824,
"inite": 2825,
"Ġfer": 2826,
"Ġhol": 2827,
"Ġwel": 2828,
"Ġfeat": 2829,
"min": 2830,
"ply": 2831,
"itted": 2832,
"Ġquiet": 2833,
"iers": 2834,
"Ġtowards": 2835,
"ishing": 2836,
"alright": 2837,
"Ġinteresting": 2838,
"Ġradio": 2839,
"Ġspend": 2840,
"Ġvisit": 2841,
"erson": 2842,
"Ġagre": 2843,
"Ġthrow": 2844,
"Ġsitting": 2845,
"ica": 2846,
"Ġvirginia": 2847,
"Ġalright": 2848,
"Ġquestions": 2849,
"Ġlu": 2850,
"Ġactiv": 2851,
"Ġtotal": 2852,
"Ġleaving": 2853,
"ram": 2854,
"Ġfinished": 2855,
"Ġstudents": 2856,
"hist": 2857,
"Ġpaid": 2858,
"Ġpolitical": 2859,
"orts": 2860,
"xic": 2861,
"action": 2862,
"Ġannoun": 2863,
"Ġarg": 2864,
"Ġhistor": 2865,
"ka": 2866,
"old": 2867,
"Ġfac": 2868,
"ising": 2869,
"Ġident": 2870,
"ga": 2871,
"ume": 2872,
"Ġfem": 2873,
"Ġthou": 2874,
"imate": 2875,
"cour": 2876,
"Ġlou": 2877,
"abad": 2878,
"Ġneigh": 2879,
"Ġnecess": 2880,
"Ġcab": 2881,
"Ġroyal": 2882,
"Ġdisapp": 2883,
"iforn": 2884,
"Ġmiles": 2885,
"dam": 2886,
"face": 2887,
"bet": 2888,
"Ġsuppose": 2889,
"aff": 2890,
"Ġgiving": 2891,
"play": 2892,
"_,": 2893,
"Ġrid": 2894,
"Ġminister": 2895,
"Ġice": 2896,
"cient": 2897,
"Ġmention": 2898,
"Ġglo": 2899,
"Ġjim": 2900,
"âĢİ": 2901,
"Ġfund": 2902,
"Ġkey": 2903,
"Ġaccount": 2904,
"nock": 2905,
"mus": 2906,
"Ġegg": 2907,
"Ġtax": 2908,
"Ġterms": 2909,
"eter": 2910,
"ifornia": 2911,
"Ġpy": 2912,
"Ġeducation": 2913,
"Ġbase": 2914,
"Ġfinally": 2915,
"Ġnatural": 2916,
"Ġdevelopment": 2917,
"Ġmommy": 2918,
"Ġofficer": 2919,
".,": 2920,
"Ġmir": 2921,
"Ġlose": 2922,
"house": 2923,
"Ġfing": 2924,
"Ġdance": 2925,
"Ġsearch": 2926,
"Ġmart": 2927,
"oops": 2928,
"cos": 2929,
"Ġstage": 2930,
"Ġforward": 2931,
"Ġmun": 2932,
"Ġseat": 2933,
"Ġ(\"": 2934,
"itional": 2935,
"Ġbrown": 2936,
"Ġchampionship": 2937,
"Ġq": 2938,
"Ġnature": 2939,
"mat": 2940,
"Ġtv": 2941,
"Ġways": 2942,
"Ġbelong": 2943,
"Ġexperience": 2944,
"aha": 2945,
"Ġreached": 2946,
"Ġclaim": 2947,
"Ġinflu": 2948,
"only": 2949,
"ivid": 2950,
"gn": 2951,
"west": 2952,
"Ġdepend": 2953,
"iel": 2954,
"Ġvarious": 2955,
"Ġrout": 2956,
"Ġjer": 2957,
"rel": 2958,
"ids": 2959,
"Ġstudy": 2960,
"Ġnumbers": 2961,
"ste": 2962,
"Ġpublished": 2963,
"Ġdestro": 2964,
"van": 2965,
"Ġwestern": 2966,
"ear": 2967,
"Ġ#": 2968,
"Ġcy": 2969,
"Ġcro": 2970,
"Ġinf": 2971,
"Ġblock": 2972,
"ya": 2973,
"Ġplant": 2974,
"Ġdru": 2975,
"Ġaction": 2976,
"Ġanswered": 2977,
"Ġrespons": 2978,
"Ġprivate": 2979,
"Ġii": 2980,
"about": 2981,
"Ġcard": 2982,
"ressed": 2983,
"ensive": 2984,
"Ġequal": 2985,
"itz": 2986,
"Ġcalifornia": 2987,
"Ġcand": 2988,
"cape": 2989,
"while": 2990,
"Ġdra": 2991,
"rem": 2992,
"Ġperm": 2993,
"itution": 2994,
"Ġintrodu": 2995,
"Ġcens": 2996,
"Ġanymore": 2997,
"Ġenergy": 2998,
"cious": 2999,
"ius": 3000,
"Ġstrange": 3001,
"Ġallowed": 3002,
"Ġwindow": 3003,
"ago": 3004,
"ero": 3005,
"olutely": 3006,
"Ġshows": 3007,
"inct": 3008,
"Ġfear": 3009,
"Ġconsider": 3010,
"cul": 3011,
"Ġgri": 3012,
"Ġwashing": 3013,
"Ġ23": 3014,
"Ġmedic": 3015,
"Ġsurv": 3016,
"Ġwed": 3017,
"Ġken": 3018,
"rian": 3019,
"Ġaff": 3020,
"Ġquar": 3021,
"Ġdiscuss": 3022,
"Ġmaterial": 3023,
"Ġlocated": 3024,
"Ġindepend": 3025,
"Ġinvolved": 3026,
"Ġspirit": 3027,
"vin": 3028,
"listen": 3029,
"Ġlock": 3030,
"Ġsimple": 3031,
"Ġsomewhere": 3032,
"Ġserious": 3033,
"Ġcaught": 3034,
"Ġliter": 3035,
"idered": 3036,
"Ġprince": 3037,
"first": 3038,
"hood": 3039,
"Ġprim": 3040,
"yer": 3041,
"olic": 3042,
"Ġ50": 3043,
"13": 3044,
"nded": 3045,
"Ġdise": 3046,
"Ġale": 3047,
"Ġanybody": 3048,
"Ġboat": 3049,
"Ġfat": 3050,
"Ġyours": 3051,
"Ġrose": 3052,
"ruction": 3053,
"Ġdirector": 3054,
"Ġprofessional": 3055,
"Ġdinner": 3056,
"ked": 3057,
"Ġsize": 3058,
"?âĢĿ": 3059,
"cal": 3060,
"Ġwat": 3061,
"Ġindeed": 3062,
"mic": 3063,
"iny": 3064,
"has": 3065,
"Ġalive": 3066,
"bour": 3067,
"Ġah": 3068,
"Ġclothes": 3069,
"\")": 3070,
"Ġ01": 3071,
"Ġforgot": 3072,
"Ġsuff": 3073,
"people": 3074,
"ength": 3075,
"uit": 3076,
"Ġjump": 3077,
"Ġneeded": 3078,
"Ġ2014": 3079,
"Ġespecially": 3080,
"Ġflorida": 3081,
"Ġgives": 3082,
"Ġsam": 3083,
"Ġvalue": 3084,
"mas": 3085,
"Ġbi": 3086,
"Ġmichael": 3087,
"Ġox": 3088,
"Ġtitle": 3089,
"Ġwriting": 3090,
"ails": 3091,
"Ġepis": 3092,
"Ġspan": 3093,
"nees": 3094,
"ba": 3095,
"hod": 3096,
"Ġfavor": 3097,
"bel": 3098,
"pap": 3099,
"Ġtar": 3100,
"Ġaccording": 3101,
"ites": 3102,
"Ġwear": 3103,
"aining": 3104,
"omas": 3105,
"Ġsituation": 3106,
"wow": 3107,
"Ġsour": 3108,
"say": 3109,
"set": 3110,
"wr": 3111,
"Ġplat": 3112,
"Ġbridge": 3113,
"Ġcompan": 3114,
"Ġmilitary": 3115,
"icip": 3116,
"Ġcensus": 3117,
"field": 3118,
"Ġdemo": 3119,
"Ġprincess": 3120,
"sm": 3121,
"ctions": 3122,
"iff": 3123,
"ĠĠĠĠĠĠ": 3124,
"Ġspent": 3125,
"Ġconsidered": 3126,
"Ġimmedi": 3127,
"viron": 3128,
"Ġut": 3129,
"Ġpack": 3130,
"Ġpage": 3131,
"dered": 3132,
"Ġpun": 3133,
"irt": 3134,
"Ġvan": 3135,
"Ġhero": 3136,
"Ġ)": 3137,
"Ġheavy": 3138,
"Ġappeared": 3139,
"des": 3140,
"Ġsquare": 3141,
"ining": 3142,
"Ġmix": 3143,
"Ġdavid": 3144,
"upid": 3145,
"could": 3146,
"Ġsnow": 3147,
"asons": 3148,
"que": 3149,
"Ġdate": 3150,
"iday": 3151,
"Ġadded": 3152,
"ipe": 3153,
"Ġ21": 3154,
"Ġmanage": 3155,
"Ġseeing": 3156,
"ences": 3157,
"Ġspeed": 3158,
"Ġ2007": 3159,
"ground": 3160,
"Ġpaul": 3161,
"Ġchristian": 3162,
"Ġdecl": 3163,
"bi": 3164,
"illy": 3165,
"Ġ2016": 3166,
"bes": 3167,
"Ġarms": 3168,
"Ġearli": 3169,
"Ġgrew": 3170,
"Ġproduced": 3171,
"Ġextra": 3172,
"Ġbought": 3173,
"Ġstopped": 3174,
"Ġstanding": 3175,
"Ġscient": 3176,
"Ġgas": 3177,
"Ġresearch": 3178,
"those": 3179,
"bu": 3180,
"ria": 3181,
"tered": 3182,
"eh": 3183,
"Ġpurp": 3184,
"ounded": 3185,
"Ġ190": 3186,
"Ġbroke": 3187,
"aven": 3188,
"lla": 3189,
"Ġenviron": 3190,
"Ġsongs": 3191,
"Ġdick": 3192,
"ique": 3193,
"inary": 3194,
"itor": 3195,
"cons": 3196,
"down": 3197,
"Ġgree": 3198,
"uel": 3199,
"Ġpsy": 3200,
"Ġ26": 3201,
"Ġtor": 3202,
"Ġofficial": 3203,
"ners": 3204,
"sue": 3205,
"uses": 3206,
"hic": 3207,
"inist": 3208,
"Ġstone": 3209,
"Ġtea": 3210,
"Ġcomputer": 3211,
"200": 3212,
"Ġissu": 3213,
"Ġrights": 3214,
"wise": 3215,
"Ġblow": 3216,
"50": 3217,
"Ġwide": 3218,
"Ġredu": 3219,
"Ġattempt": 3220,
"board": 3221,
"Ġmc": 3222,
"Ġdig": 3223,
"Ġacad": 3224,
"iques": 3225,
"Ġnames": 3226,
"Ġet": 3227,
"Ġ22": 3228,
"Ġavail": 3229,
"three": 3230,
"Ġmultip": 3231,
"ument": 3232,
"ura": 3233,
"Ġsimply": 3234,
"esus": 3235,
"ara": 3236,
"ify": 3237,
"Ġdivision": 3238,
"Ġopport": 3239,
"Ġmurder": 3240,
"Ġtrade": 3241,
"Ġscott": 3242,
"Ġgroups": 3243,
"ibility": 3244,
"Ġexe": 3245,
"Ġattention": 3246,
"Ġobser": 3247,
"hal": 3248,
"Ġcapt": 3249,
"ises": 3250,
"Ġrelationship": 3251,
"Ġpath": 3252,
"Ġancient": 3253,
"Ġindivid": 3254,
"Ġsens": 3255,
"aker": 3256,
"Ġrichard": 3257,
"era": 3258,
"lebr": 3259,
"Ġversion": 3260,
"vious": 3261,
"acc": 3262,
"ests": 3263,
"Ġdry": 3264,
"Ġthus": 3265,
"Ġdoubt": 3266,
"ffee": 3267,
"Ġopportun": 3268,
"je": 3269,
"istic": 3270,
"Ġpersonal": 3271,
"Ġhate": 3272,
"ancy": 3273,
"Ġrace": 3274,
"Ġmountain": 3275,
"Ġinit": 3276,
"Ġuncle": 3277,
"Ġplays": 3278,
"Ġoil": 3279,
"Ġlargest": 3280,
"Ġdemocr": 3281,
"nal": 3282,
"Ġasking": 3283,
"Ġpoints": 3284,
"Ġincluded": 3285,
"exc": 3286,
"anch": 3287,
"Ġanimal": 3288,
"ability": 3289,
"aves": 3290,
"incip": 3291,
"dd": 3292,
"sir": 3293,
"ena": 3294,
"Ġbroken": 3295,
"col": 3296,
"ively": 3297,
"Ġmarriage": 3298,
"Ġhenry": 3299,
"16": 3300,
"mom": 3301,
"Ġbes": 3302,
"Ġattend": 3303,
"Ġactor": 3304,
"Ġdifference": 3305,
"Ġoly": 3306,
"Ġeff": 3307,
"urity": 3308,
"Ġneg": 3309,
"Ġimpro": 3310,
"Ġbelow": 3311,
"ological": 3312,
"Ġemplo": 3313,
"john": 3314,
"Ġloved": 3315,
"Ġcontract": 3316,
"Ġsouthern": 3317,
"Ġmel": 3318,
"Ġrecords": 3319,
"ket": 3320,
"Ġpu": 3321,
"Ġcompletely": 3322,
"Ġkn": 3323,
"Ġcru": 3324,
"rect": 3325,
"Ġlower": 3326,
"Ġemb": 3327,
"ooh": 3328,
"Ġplus": 3329,
"astic": 3330,
"Ġnorthern": 3331,
"Ġreach": 3332,
"Ġcarried": 3333,
"Ġ2009": 3334,
"Ġmovement": 3335,
"Ġtall": 3336,
"ators": 3337,
"Ġhous": 3338,
"Ġfool": 3339,
"Ġcow": 3340,
"Ġguard": 3341,
"Ġshouldn": 3342,
"Ġenvironment": 3343,
"Ġaccess": 3344,
"Ġwatching": 3345,
"Ġmeaning": 3346,
"ki": 3347,
"Ġrefer": 3348,
"great": 3349,
"Ġsite": 3350,
"Ġshare": 3351,
"Ġ`": 3352,
"Ġrap": 3353,
"Ġprime": 3354,
"Ġspeaking": 3355,
"Ġjoined": 3356,
"Ġ2008": 3357,
"vies": 3358,
"itude": 3359,
"Ġlength": 3360,
"Ġwit": 3361,
"Ġbright": 3362,
"llen": 3363,
"Ġmoon": 3364,
"za": 3365,
"Ġ2015": 3366,
"bing": 3367,
"Ġvall": 3368,
"Ġhigher": 3369,
"Ġsuddenly": 3370,
"Ġbath": 3371,
"Ġlying": 3372,
"terday": 3373,
"Ġtalked": 3374,
"comp": 3375,
"pper": 3376,
"Ġcelebr": 3377,
"Ġmax": 3378,
"Ġnearly": 3379,
"ension": 3380,
"comm": 3381,
"Ġhi": 3382,
"Ġ28": 3383,
"ledge": 3384,
"Ġbang": 3385,
"Ġlake": 3386,
"Ġnormal": 3387,
"nie": 3388,
"Ġsight": 3389,
"antly": 3390,
"lim": 3391,
"Ġhonest": 3392,
"Ġareas": 3393,
"Ġcongress": 3394,
"Ġfaith": 3395,
"asion": 3396,
"Ġamaz": 3397,
"phone": 3398,
"Ġmedia": 3399,
"Ġmodel": 3400,
"ev": 3401,
"Ġsevent": 3402,
"cks": 3403,
"Ġmethod": 3404,
"Ġpromise": 3405,
"Ġmac": 3406,
"Ġsell": 3407,
"Ġwarm": 3408,
"Ġbirthday": 3409,
"aps": 3410,
"Ġhappening": 3411,
"Ġpsych": 3412,
"Ġcust": 3413,
"Ġappoint": 3414,
"aug": 3415,
"Ġassociation": 3416,
"Ġ2022": 3417,
"cell": 3418,
"Ġoccur": 3419,
"Ġfres": 3420,
"Ġ2000": 3421,
"Ġempire": 3422,
"Ġreview": 3423,
"Ġevidence": 3424,
"Ġsac": 3425,
"iction": 3426,
"Ġcaused": 3427,
"Ġscene": 3428,
"Ġtraining": 3429,
"fuck": 3430,
"Ġlines": 3431,
"Ġpray": 3432,
"Ġtick": 3433,
"Ġregard": 3434,
"Ġstupid": 3435,
"Ġprincip": 3436,
"Ġdata": 3437,
"Ġprice": 3438,
"Ġcastle": 3439,
"Ġbottom": 3440,
"Ġcases": 3441,
"Ġfit": 3442,
"Ġbey": 3443,
"aded": 3444,
"never": 3445,
"excuse": 3446,
"erve": 3447,
"Ġinj": 3448,
"Ġbell": 3449,
"Ġmarry": 3450,
"Ġregular": 3451,
"Ġbob": 3452,
"Ġscot": 3453,
"Ġsounds": 3454,
"bles": 3455,
"father": 3456,
"Ġcoffee": 3457,
"cont": 3458,
"Ġfamilies": 3459,
"miss": 3460,
"net": 3461,
"Ġbrand": 3462,
"Ġtrees": 3463,
"Ġoce": 3464,
"Ġ27": 3465,
"Ġchem": 3466,
"Ġmilk": 3467,
"Ġgarden": 3468,
"nor": 3469,
"hest": 3470,
"Ġinterested": 3471,
"Ġmovies": 3472,
"Ġleader": 3473,
"Ġservices": 3474,
"Ġhonor": 3475,
"Ġhom": 3476,
"Ġnobody": 3477,
"Ġassist": 3478,
"oted": 3479,
"Ġchina": 3480,
"Ġprep": 3481,
"Ġach": 3482,
"Ġfeed": 3483,
"Ġgovernor": 3484,
"30": 3485,
"osop": 3486,
"Ġmuse": 3487,
"Ġtemper": 3488,
"win": 3489,
"Ġchick": 3490,
"reen": 3491,
"Ġbay": 3492,
"Ġmum": 3493,
"Ġgall": 3494,
"Ġstore": 3495,
"Ġ40": 3496,
"arily": 3497,
"lement": 3498,
"ously": 3499,
"Ġ2005": 3500,
"Ġfounded": 3501,
"chen": 3502,
"Ġformed": 3503,
"Ġschools": 3504,
"Ġthreat": 3505,
"Ġstories": 3506,
"Ġstarting": 3507,
"Ġdeveloped": 3508,
"Ġwonderful": 3509,
"fact": 3510,
"noon": 3511,
"Ġbrain": 3512,
"Ġshowed": 3513,
"Ġavailable": 3514,
"ils": 3515,
"year": 3516,
"oles": 3517,
"Ġarr": 3518,
"ibly": 3519,
"Ġcontinued": 3520,
"Ġbirds": 3521,
"Ġhuge": 3522,
"Ġknock": 3523,
"Ġstars": 3524,
"ech": 3525,
"11": 3526,
"usion": 3527,
"Ġpercent": 3528,
"Ġwinter": 3529,
"Ġol": 3530,
"Ġtherefore": 3531,
"Ġannounced": 3532,
"char": 3533,
"iled": 3534,
"Ġflight": 3535,
"Ġcrow": 3536,
"Ġfarm": 3537,
"Ġeuropean": 3538,
"Ġhelped": 3539,
"Ġafrica": 3540,
"bal": 3541,
"Ġble": 3542,
"Ġfest": 3543,
"Ġjose": 3544,
"Ġparis": 3545,
"Ġchoice": 3546,
"initely": 3547,
"Ġheaven": 3548,
"call": 3549,
"Ġagree": 3550,
"Ġspring": 3551,
"Ġpieces": 3552,
"Ġaustralia": 3553,
"Ġweren": 3554,
"Ġtext": 3555,
"ips": 3556,
"Ġscared": 3557,
"ban": 3558,
"Ġba": 3559,
"Ġkick": 3560,
"Ġforces": 3561,
"Ġaddress": 3562,
"illa": 3563,
"olk": 3564,
"Ġcoach": 3565,
"Ġsky": 3566,
"Ġtast": 3567,
"Ġeating": 3568,
"Ġrac": 3569,
"Ġmexic": 3570,
"Ġsymp": 3571,
"Ġwashington": 3572,
"Ġtired": 3573,
"reme": 3574,
"Ġ29": 3575,
"war": 3576,
"sec": 3577,
"aph": 3578,
"Ġspoke": 3579,
"aur": 3580,
"Ġkit": 3581,
"Ġfourth": 3582,
"Ġrule": 3583,
"iation": 3584,
"Ġstyle": 3585,
"Ġnovel": 3586,
"Ġalex": 3587,
"sit": 3588,
"Ġoffer": 3589,
"Ġended": 3590,
"ek": 3591,
"iot": 3592,
"Ġess": 3593,
"Ġaver": 3594,
"reng": 3595,
"Ġprize": 3596,
"Ġboss": 3597,
"Ġcath": 3598,
"Ġoffe": 3599,
"aign": 3600,
"hib": 3601,
"pir": 3602,
"Ġcomfort": 3603,
"ales": 3604,
"western": 3605,
"Ġtheory": 3606,
"Ġwa": 3607,
"Ġcrew": 3608,
"Ġhello": 3609,
"Ġchanges": 3610,
"Ġly": 3611,
"Ġund": 3612,
"Ġworse": 3613,
"Ġcalling": 3614,
"Ġletters": 3615,
"iced": 3616,
"Ġthirty": 3617,
"Ġforeign": 3618,
"Ġarrest": 3619,
"Ġclosed": 3620,
"Ġwalked": 3621,
"Ġraised": 3622,
"Ġpalace": 3623,
"Ġiron": 3624,
"Ġride": 3625,
"Ġanal": 3626,
"gree": 3627,
"ential": 3628,
"ams": 3629,
"bell": 3630,
"Ġcommitt": 3631,
"Ġdecision": 3632,
"Ġlearned": 3633,
"igg": 3634,
"Ġiran": 3635,
"dis": 3636,
"oid": 3637,
"Ġdocum": 3638,
"cket": 3639,
"da": 3640,
"Ġ:": 3641,
"Ġneck": 3642,
"Ġdouble": 3643,
"Ġadminist": 3644,
"Ġcode": 3645,
"Ġitalian": 3646,
"Ġmuseum": 3647,
"Ġtim": 3648,
"Ġmem": 3649,
"Ġpolitician": 3650,
"Ġsecurity": 3651,
"Ġcharge": 3652,
"Ġhotel": 3653,
"Ġdisease": 3654,
"Ġnone": 3655,
"Ġyesterday": 3656,
"Ġproduction": 3657,
"Ġsoul": 3658,
"Ġolymp": 3659,
"Ġdemand": 3660,
"Ġemer": 3661,
"Ġcomed": 3662,
"Ġspecific": 3663,
"Ġspl": 3664,
"should": 3665,
"Ġputting": 3666,
"ari": 3667,
"aled": 3668,
"Ġlikely": 3669,
"Ġcharles": 3670,
"Ġdistance": 3671,
"Ġwelcome": 3672,
"Ġmunicip": 3673,
"Ġplatform": 3674,
"het": 3675,
"Ġbeha": 3676,
"Ġsuit": 3677,
"Ġskin": 3678,
"Ġpolicy": 3679,
"hand": 3680,
"Ġcampaign": 3681,
"Ġmessage": 3682,
"bre": 3683,
"pping": 3684,
"istan": 3685,
"order": 3686,
"Ġought": 3687,
"Ġissue": 3688,
"Ġcreate": 3689,
"ja": 3690,
"Ġdeterm": 3691,
"Ġexplain": 3692,
"Ġtail": 3693,
"oop": 3694,
"Ġjoin": 3695,
"Ġfighting": 3696,
"Ġimmediately": 3697,
"Ġfinish": 3698,
"Ġslight": 3699,
"Ġelection": 3700,
"Ġoppos": 3701,
"Ġbenef": 3702,
"Ġocean": 3703,
"ateg": 3704,
"Ġevents": 3705,
"Ġpictures": 3706,
"something": 3707,
"Ġafternoon": 3708,
"Ġmostly": 3709,
"Ġprofessor": 3710,
"ushed": 3711,
"sequ": 3712,
"ables": 3713,
"Ġdesp": 3714,
"vere": 3715,
"Ġtra": 3716,
"Ġtruck": 3717,
"Ġangry": 3718,
"Ġnative": 3719,
"Ġbeach": 3720,
"Ġaffect": 3721,
"Ġideas": 3722,
"dep": 3723,
"sing": 3724,
"Ġmars": 3725,
"road": 3726,
"liament": 3727,
"Ġcred": 3728,
"Ġrub": 3729,
"ilities": 3730,
"Ġbelieved": 3731,
"Ġnetwork": 3732,
"aren": 3733,
"Ġenemy": 3734,
"Ġspread": 3735,
"laugh": 3736,
"Ġmm": 3737,
"atlant": 3738,
"ental": 3739,
"Ġbusy": 3740,
"fast": 3741,
"Ġbasket": 3742,
"Ġemot": 3743,
"damn": 3744,
"Ġlovely": 3745,
"Ġearlier": 3746,
"nat": 3747,
"Ġow": 3748,
"Ġflowers": 3749,
"Ġcentre": 3750,
"aries": 3751,
"add": 3752,
"ession": 3753,
"Ġcontinue": 3754,
"welve": 3755,
".'": 3756,
"Ġcell": 3757,
"Ġbrothers": 3758,
"Ġbloody": 3759,
"burg": 3760,
"Ġspanish": 3761,
"isions": 3762,
"Ġrepe": 3763,
"Ġnote": 3764,
"Ġalan": 3765,
"oman": 3766,
"ashion": 3767,
"ocol": 3768,
"Ġcit": 3769,
"iles": 3770,
"lam": 3771,
"Ġweap": 3772,
"Ġcondu": 3773,
"shire": 3774,
"Ġintell": 3775,
"ography": 3776,
"Ġphilosop": 3777,
"Ġnar": 3778,
"berg": 3779,
"Ġdrop": 3780,
"everything": 3781,
"Ġyouth": 3782,
"uts": 3783,
"uten": 3784,
"Ġyellow": 3785,
"ji": 3786,
"since": 3787,
"Ġcities": 3788,
"ented": 3789,
"Ġabsolutely": 3790,
"Ġarrived": 3791,
"ppy": 3792,
"Ġjudge": 3793,
"Ġvalley": 3794,
"Ġdom": 3795,
"Ġlink": 3796,
"iling": 3797,
"Ġrobert": 3798,
"Ġinstit": 3799,
"Ġartic": 3800,
"Ġmachine": 3801,
"Ġweight": 3802,
"Ġamb": 3803,
"Ġflat": 3804,
"Ġleaves": 3805,
"gun": 3806,
"law": 3807,
"Ġ2004": 3808,
"Ġcareful": 3809,
"ato": 3810,
"esty": 3811,
"Ġfault": 3812,
"Ġterrible": 3813,
"Ġnecessary": 3814,
"Ġinvestig": 3815,
"Ġestablished": 3816,
"Ġpush": 3817,
"Ġcovered": 3818,
"Ġrailway": 3819,
"atives": 3820,
"Ġstreng": 3821,
"Ġspot": 3822,
"Ġcontact": 3823,
"Ġforth": 3824,
"sey": 3825,
"rupt": 3826,
"Ġopin": 3827,
"Ġmedical": 3828,
"Ġcommunic": 3829,
"ieve": 3830,
"Ġtend": 3831,
"Ġprint": 3832,
"Ġ189": 3833,
"Ġreading": 3834,
"Ġpyre": 3835,
"Ġparliament": 3836,
"Ġaccident": 3837,
"Ġsignific": 3838,
"Ġitaly": 3839,
"ients": 3840,
"Ġeastern": 3841,
"foot": 3842,
"Ġpir": 3843,
"Ġkore": 3844,
"Ġholding": 3845,
"Ġextreme": 3846,
"Ġcommittee": 3847,
"Ġthomas": 3848,
"Ġattract": 3849,
"Ġcorner": 3850,
"hmm": 3851,
"Ġder": 3852,
"Ġ()": 3853,
"Ġcommer": 3854,
"Ġsinger": 3855,
"sl": 3856,
"using": 3857,
"vert": 3858,
"Ġescape": 3859,
"Ġsystems": 3860,
"Ġsuccessful": 3861,
"tering": 3862,
"Ġwalking": 3863,
"mother": 3864,
"vo": 3865,
"zen": 3866,
"aked": 3867,
"Ġpurpose": 3868,
"four": 3869,
"friend": 3870,
"once": 3871,
"ller": 3872,
"Ġgrant": 3873,
"Ġ186": 3874,
"Ġze": 3875,
"history": 3876,
"Ġwil": 3877,
"stairs": 3878,
"iverse": 3879,
"Ġbeyond": 3880,
"Ġsection": 3881,
"Ġliked": 3882,
"izing": 3883,
"known": 3884,
"Ġgro": 3885,
"Ġstorm": 3886,
"Ġchat": 3887,
"Ġloss": 3888,
"aching": 3889,
"Ġplayers": 3890,
"hur": 3891,
"Ġcars": 3892,
"asant": 3893,
"Ġrate": 3894,
"Ġknowledge": 3895,
"Ġtrip": 3896,
"Ġpractice": 3897,
"Ġpyrenees": 3898,
"book": 3899,
"Ġpig": 3900,
"Ġcanada": 3901,
"Ġ2020": 3902,
"Ġ2001": 3903,
"vi": 3904,
"Ġthee": 3905,
"ann": 3906,
"Ġnation": 3907,
"Ġforced": 3908,
"lie": 3909,
"ander": 3910,
"Ġshown": 3911,
"Ġdisp": 3912,
"Ġtells": 3913,
"iety": 3914,
"Ġrab": 3915,
"ado": 3916,
"Ġminus": 3917,
"ossible": 3918,
"inese": 3919,
"Ġsilver": 3920,
"âĢİ.": 3921,
"mark": 3922,
"Ġast": 3923,
"Ġswim": 3924,
"Ġdirection": 3925,
"Ġdirected": 3926,
"Ġmemor": 3927,
"Ġcompl": 3928,
"Ġopening": 3929,
"Ġlegs": 3930,
"Ġcustom": 3931,
"eg": 3932,
"mend": 3933,
"leep": 3934,
"ification": 3935,
"Ġnewspap": 3936,
"Ġ..": 3937,
"org": 3938,
"before": 3939,
"Ġenjoy": 3940,
"Ġstaff": 3941,
"Ġresour": 3942,
"Ġthroughout": 3943,
"Ġfemale": 3944,
"atlantiques": 3945,
"mit": 3946,
"Ġreve": 3947,
"Ġteach": 3948,
"Ġ2018": 3949,
"Ġkinds": 3950,
"Ġtwice": 3951,
"ae": 3952,
"Ġliber": 3953,
"Ġcrime": 3954,
"Ġmyster": 3955,
"Ġven": 3956,
"Ġtex": 3957,
"Ġformula": 3958,
"Ġrelease": 3959,
"anda": 3960,
"were": 3961,
"Ġoriginally": 3962,
"Ġcurrently": 3963,
"Ġfresh": 3964,
"Ġaverage": 3965,
"atory": 3966,
"Ġkar": 3967,
"Ġenter": 3968,
"Ġpounds": 3969,
"Ġjul": 3970,
"oph": 3971,
"Ġconvers": 3972,
"hedron": 3973,
"Ġsoldiers": 3974,
"Ġimagine": 3975,
"Ġhan": 3976,
"Ġweak": 3977,
"Ġkent": 3978,
"Ġcarol": 3979,
"Ġconstitution": 3980,
"Ġpac": 3981,
"Ġstock": 3982,
"their": 3983,
"Ġpatient": 3984,
"life": 3985,
"icated": 3986,
"Ġsigned": 3987,
"Ġtechnology": 3988,
"Ġmedicine": 3989,
"iar": 3990,
"ube": 3991,
"Ġsin": 3992,
"Ġunless": 3993,
"Ġcalls": 3994,
"Ġrules": 3995,
"Ġepisode": 3996,
"Ġbon": 3997,
"Ġcompos": 3998,
"Ġdogs": 3999
},
"merges": [
"Ġ t",
"h e",
"Ġ a",
"i n",
"Ġt he",
"Ġ s",
"Ġ w",
"r e",
"o u",
"o n",
"Ġ i",
"h a",
"e r",
"Ġ b",
"Ġ c",
"Ġ m",
"n d",
"Ġ o",
"Ġ f",
"Ġ d",
"in g",
"o r",
"Ġ p",
"a n",
"e d",
"l l",
"e n",
"Ġt o",
"e s",
"y ou",
"i t",
"i s",
"Ġ l",
"Ġo f",
"Ġ in",
"Ġ g",
"a r",
"a t",
"Ġa nd",
"Ġ you",
"a s",
"ha t",
"Ġ n",
"o m",
"Ġ he",
"Ġ h",
"i c",
"l e",
"o w",
"v e",
"o t",
"Ġ ha",
"a l",
"Ġi t",
"Ġb e",
"u s",
"' s",
"Ġt h",
"Ġ e",
"a y",
"Ġi s",
"Ġt hat",
"e t",
"Ġ on",
"i on",
"i d",
"Ġ re",
"g h",
"Ġ r",
"Ġw e",
"en t",
"u t",
"l d",
"Ġw as",
"a c",
"v er",
"Ġ k",
"a m",
"Ġs t",
"Ġf or",
"s t",
"i m",
"t he",
". .",
"l y",
"s e",
"a d",
"i r",
"Ġ u",
"o o",
"Ġ .",
"gh t",
"' t",
"a nd",
"k e",
"Ġm e",
"ou t",
"a ll",
"Ġa n",
"it h",
"Ġ j",
"r o",
"Ġa s",
"u r",
"Ġw ith",
"Ġd o",
"r i",
"Ġs e",
"c e",
"Ġw h",
"c h",
"c t",
"t er",
"Ġl i",
"i ll",
"om e",
"t h",
"Ġg o",
"Ġth is",
"Ġa re",
"Ġn ot",
"Ġa t",
"i l",
"Ġha ve",
"Ġ 1",
"ou ld",
"n ow",
"i ght",
"an t",
"us t",
"Ġn e",
"at ion",
"o p",
"w e",
"a in",
"y e",
"Ġd e",
"u n",
"Ġf r",
"g e",
"Ġh is",
"Ġ ,",
"Ġs o",
"Ġthe y",
"u l",
"Ġa l",
"Ġm o",
"Ġ \"",
"he r",
".. .",
"Ġk now",
"Ġc an",
"ou r",
"o l",
"Ġa ll",
"p p",
"Ġa b",
"u m",
"Ġw hat",
"Ġs h",
"Ġm y",
"Ġc on",
"Ġ v",
"es t",
"i f",
"Ġ ?",
"Ġo r",
"Ġyou r",
"Ġw he",
"i e",
"is t",
"er s",
"Ġthe re",
"q u",
"a b",
"Ġb y",
"Ġfr om",
"Ġb ut",
"Ġc om",
"on e",
"Ġs u",
"ar t",
"es s",
"Ġon e",
"Ġ 2",
"ha n",
"p e",
"s o",
"re d",
"Ġs he",
"Ġhe r",
"o s",
"i g",
"Ġu p",
"all y",
"Ġw or",
"Ġt r",
"Ġha d",
"a h",
"Ġs a",
"' re",
"at e",
"Ġh im",
"ver y",
"Ġp l",
"Ġ out",
"oo k",
"re s",
"ac k",
"oo d",
"n t",
"Ġ us",
"Ġli ke",
"Ġl e",
"Ġp ro",
"am e",
"Ġn o",
"i ve",
"e m",
"Ġe x",
"a k",
"c k",
"Ġ (",
"' m",
"a ke",
"Ġwe re",
"f e",
"in k",
"w hat",
"â Ģ",
"Ġg et",
"Ġab out",
"Ġd on",
"as t",
"on g",
"in d",
"a p",
"ou nd",
"it y",
"ar d",
"r y",
"o h",
"e l",
"Ġj ust",
"Ġt e",
"or t",
"a g",
"ic h",
"Ġm an",
"i es",
"Ġwh o",
"Ġa r",
"Ġ1 9",
"Ġd id",
"Ġhe re",
"Ġw ill",
"b er",
"ye ah",
"Ġi f",
"n o",
"Ġc h",
"in e",
"Ġthe m",
"im e",
"Ġu n",
"Ġs ome",
"a re",
"Ġw ant",
"Ġw ould",
"t o",
"u d",
"o re",
"Ġ2 0",
"Ġb r",
"Ġ '",
"Ġth ink",
"v en",
"' ll",
"ou s",
"the r",
"Ġwhe n",
"Ġan y",
"Ġp e",
"Ġl o",
"m ent",
"Ġr ight",
"h ing",
"Ġg ot",
"Ġa m",
"Ġha s",
"us e",
"Ġf e",
"c a",
"it t",
"Ġc o",
"Ġwh ich",
"ic e",
"b ut",
"Ġa g",
"ou gh",
"ow n",
"Ġse e",
"Ġg r",
"t hat",
"id e",
"Ġp r",
"Ġc l",
"Ġsa id",
"i a",
"Ġs ay",
"i v",
"u re",
"Ġr o",
"t e",
"n e",
"Ġ en",
"Ġt ime",
"w ay",
"Ġn ow",
"y es",
"Ġt w",
"i an",
"Ġthe n",
"i p",
"o d",
"Ġbe en",
"Ġa f",
"e p",
"Ġs p",
"ac e",
"ic k",
"op le",
"Ġthe ir",
"b e",
"Ġ qu",
"r a",
"' ve",
"Ġl ook",
"o k",
"Ġmo re",
"n a",
"l f",
"is h",
"re at",
"Ġpe ople",
"- -",
"Ġgo ing",
"Ġo ther",
"ar s",
"w h",
"m p",
"Ġof f",
"a ge",
"Ġh ow",
"it e",
"re e",
"ot her",
"ac t",
"Ġc ould",
"ar y",
"c i",
"Ġo ver",
"Ġ =",
"Ġb ack",
"o se",
"Ġ ye",
"Ġg ood",
"ir st",
"ca use",
"as s",
"er m",
"ing s",
"Ġ very",
"ou nt",
"we ll",
"on d",
"Ġtw o",
"Ġb l",
"Ġwor k",
"Ġp art",
"b le",
"u e",
"Ġa d",
"Ġcom p",
"Ġc ha",
"Ġt han",
"Ġf irst",
"Ġne w",
"f or",
"i re",
"an s",
"p er",
"Ġb o",
"om et",
"p t",
"at ed",
"Ġm ar",
"as e",
"w he",
"Ġ Ġ",
"Ġin to",
"ion s",
"Ġd own",
"Ġw ay",
"he d",
"a v",
"0 0",
"d e",
"al k",
"Ġal so",
"or n",
"ad e",
"Ġc ome",
"Ġc all",
"Ġwhe re",
"i z",
"itt le",
"Ġp o",
"nd er",
"ou ght",
"Ġwe ll",
"at er",
"Ġ y",
"ac h",
"c l",
"Ġg u",
"Ġ our",
"Ġe very",
"Ġon ly",
"u b",
"Ġd ay",
"Ġl ittle",
"Ġag ain",
"Ġaf ter",
"an ce",
"a ve",
"i ld",
"Ġs c",
"v ed",
"Ġa ct",
"f f",
"Ġa c",
"Ġbe t",
"Ġs omet",
"Ġf l",
"Ġpl ay",
"ur n",
"w n",
"am p",
"t y",
"Ġd is",
"Ġm ay",
"Ġcom m",
"Ġb u",
"o g",
"Ġbe cause",
"Ġs pe",
"re n",
"Ġl et",
"Ġthe se",
"or d",
"Ġne ed",
"Ġcon t",
"an g",
"th is",
"res s",
"Ġt ake",
"Ġm u",
"ab le",
"en ce",
"i le",
"Ġm ake",
"se lf",
"m y",
". \"",
"Ġp re",
"a u",
"f ore",
"g et",
"Ġs ha",
"or y",
"Ġre ally",
"p l",
"Ġp er",
"Ġw r",
"Ġsh ould",
"Ġs er",
"Ġc ar",
"r u",
"the y",
"Ġf o",
"Ġa pp",
"f t",
"th ing",
"l es",
"is s",
"ic al",
"Ġu nder",
"Ġte ll",
"the re",
"Ġha pp",
"en s",
"Ġth r",
"i ed",
"c ome",
"ic t",
"at her",
"s h",
"Ġp ut",
"ig n",
"Ġ er",
"ul t",
"d o",
"Ġdo es",
"le t",
"Ġmu ch",
"Ġ20 1",
"v ing",
"Ġto o",
"on na",
"Ġme an",
"l and",
"s he",
"Ġc ount",
"u ck",
"Ġsomet hing",
"in t",
"Ġre s",
"at es",
"oo l",
"a il",
"Ġs m",
"Ġg onna",
"Ġl ong",
"Ġit s",
"Ġm ade",
"Ġe ven",
"e ct",
"Ġc r",
"y s",
"on s",
"' d",
"Ġj o",
"e nd",
"h ow",
"at h",
"Ġt alk",
"Ġbe fore",
"od y",
"Ġne ver",
"Ġ' '",
"` `",
"i ous",
"Ġre c",
"Ġg reat",
"Ġ âĢ",
"Ġman y",
"i ver",
"it ed",
"Ġi mp",
"ad y",
"m m",
"Ġse c",
"u ll",
"Ġdid n",
"Ġc han",
"m an",
"Ġre m",
"Ġmo st",
"d ay",
"k s",
"d u",
"u ally",
"i ly",
"Ġn or",
"t ing",
"Ġbe l",
"Ġm in",
"ou se",
"ok ay",
"Ġha nd",
"ri ght",
"Ġhe l",
"Ġli fe",
"it ion",
"u h",
"p s",
"Ġ 3",
"t ain",
"whe re",
"or s",
"Ġd if",
"ation s",
"w ard",
"Ġye ars",
"Ġh o",
"Ġthr ough",
"i x",
"Ġd r",
"i gh",
"Ġk e",
"Ġo ld",
"Ġwor ld",
"a w",
"is e",
"n ot",
"Ġha r",
"re nt",
"âĢ Ŀ",
"Ġc our",
"f ul",
"Ġst ill",
"c es",
"Ġth ree",
"ct ion",
"Ġd es",
"ri ed",
"Ġth ought",
"Ġth ing",
"Ġ20 0",
"i al",
"Ġth ose",
"Ġth ings",
"c ess",
"Ġlo ve",
"ll ow",
"v es",
"Ġp h",
"Ġp res",
"l i",
"ak ing",
"Ġf ound",
"in ce",
"g in",
"Ġs ch",
"Ġsh ow",
"Ġst art",
"Ġw ent",
"c he",
"Ġm a",
"Ġa way",
"Ġc ame",
"d er",
"Ġh ome",
"Ġm ust",
"Ġl ast",
"Ġus ed",
"Ġcall ed",
"one y",
"Ġre p",
"os s",
"Ġe ar",
"ot h",
"Ġf ind",
"Ġas k",
"Ġdo ing",
"Ġin d",
"ve l",
"ter n",
"g r",
"Ġwh y",
"er ic",
"ent s",
"Ġfor m",
"Ġe nd",
"Ġp ol",
"Ġc he",
"ri end",
"Ġ !",
"im es",
"u p",
"x t",
"Ġm at",
"Ġg ive",
"Ġw ar",
"Ġhel p",
"ar k",
"\" .",
"Ġbe ing",
"Ġo k",
"wh y",
"c ed",
"p le",
"Ġsu ch",
"Ġo wn",
"Ġf am",
"g an",
"for m",
"en ed",
"Ġn ight",
"m o",
"Ġs y",
"Ġm on",
"Ġh ouse",
"an y",
"Ġn ame",
"Ġm r",
"Ġc ity",
"Ġw om",
"Ġb ig",
"l ic",
"ir l",
"Ġf in",
"Ġen g",
"Ġs ame",
"Ġre g",
"al s",
"Ġ yeah",
"Ġcha r",
"n g",
"d on",
"Ġk ind",
"i b",
"Ġl ot",
"way s",
"a it",
"l o",
"e ver",
"y ing",
"Ġo p",
"Ġdif fe",
"Ġw on",
"Ġch ild",
"Ġe l",
"Ġg en",
"a ir",
"Ġc are",
"Ġhe ad",
"Ġat t",
"n ing",
"b ody",
"Ġsu pp",
"Ġpl ace",
"Ġp ers",
"Ġcon s",
"Ġn um",
"Ġam eric",
"Ġst r",
"c o",
"Ġ yes",
"Ġk ill",
"Ġgo d",
"Ġfe el",
"c om",
"Ġsch ool",
"Ġc ent",
"Ġc ap",
"Ġ1 8",
"Ġm ight",
"Ġs l",
"Ġd ist",
"re st",
"as ed",
"Ġre l",
"out h",
"Ġf riend",
"Ġt urn",
"m e",
"ation al",
"Ġan other",
"Ġus e",
"Ġar ound",
"t s",
"at ing",
"Ġs et",
"ur ing",
"b r",
") .",
"em ber",
"s s",
"Ġm om",
"Ġ 4",
"m ber",
"g o",
"Ġe le",
"\" ,",
"i o",
"Ġm us",
"Ġsu re",
"Ġ z",
"g g",
"ow er",
"ut e",
"Ġf our",
"Ġe v",
"Ġal ways",
"Ġg irl",
"l ed",
"t on",
"Ġs ur",
"Ġ ed",
"Ġst ates",
"Ġp le",
") ,",
"l ook",
"pe ct",
"m b",
"Ġk ing",
"we en",
"t han",
"Ġm oney",
"an k",
"Ġye ar",
"Ġle ft",
"â Ļ",
"Ġm et",
"Ġun ited",
"Ġs w",
"au ght",
"Ġok ay",
"Ġbet ter",
"cl ud",
"Ġre al",
"at ch",
"Ġany thing",
"wh o",
"a z",
"Ġke ep",
"Ġ ent",
"Ġin v",
"ul ar",
"ĠâĢ ľ",
"Ġsec ond",
"or ry",
"Ġo h",
"Ġwh ile",
"Ġr un",
"i ble",
"ĠĠ ĠĠ",
"ic s",
"Ġh igh",
"Ġin st",
"n ess",
"Ġbel ie",
"t en",
"Ġb it",
"Ġf ar",
"Ġdiffe rent",
"Ġbet ween",
"Ġd one",
"Ġc le",
"c an",
"whe n",
"id ent",
"Ġto ld",
"Ġin te",
"âĻ ª",
"fe ct",
"Ġwor d",
"he y",
"Ġ 5",
"ter s",
"Ġb us",
"Ġst ate",
"Ġst ud",
"Ġpo int",
"Ġin s",
"ir d",
"Ġ |",
"Ġc a",
"Ġm en",
"Ġe ver",
"ci al",
", \"",
"Ġp op",
"u al",
"Ġknow n",
"Ġsu b",
"Ġpers on",
"Ġw ater",
"Ġs ing",
"am es",
"Ġb ook",
"he re",
"Ġo b",
"j ust",
"as on",
"Ġc ol",
"Ġu h",
"is hed",
"Ġb est",
"Ġb re",
"Ġre t",
"ak es",
"ha r",
"j ect",
"p h",
"Ġas s",
"it s",
"Ġg l",
"Ġb oth",
"Ġu nt",
"u g",
"Ġto ok",
"c y",
"Ġco ll",
"Ġst op",
"b y",
"m s",
"Ġf ather",
"Ġde c",
"Ġp ar",
"in s",
"iver s",
"Ġ erm",
"Ġ19 9",
"l ing",
"c on",
"Ġne xt",
"Ġin clud",
"c er",
"Ġ ;",
"n er",
"Ġe ach",
"Ġfo llow",
"âĢ Ļ",
"r ic",
"Ġnot hing",
"it ies",
"at ive",
"or k",
"ce pt",
"oh n",
"Ġl ater",
"Ġm iss",
"st and",
"Ġcour se",
"o f",
"u nd",
"ol og",
"g er",
"Ġg re",
"ou n",
"as h",
"v ie",
"Ġpro du",
"Ġp ass",
"Ġs im",
"Ġm other",
"Ġwe e",
"r ow",
"Ġs ir",
"re t",
"Ġl ar",
"Ġsa w",
"un e",
"Ġli ght",
"Ġunt il",
"Ġm ed",
"ro ss",
"ct or",
"ver n",
"Ġse em",
"Ġad d",
"Ġnum ber",
"the n",
"Ġsm all",
"b o",
"get her",
"a red",
"Ġ -",
"is ion",
"Ġac c",
"ne w",
"Ġl ist",
"Ġact ually",
"u res",
"Ġgen er",
"re am",
"o ck",
"Ġf un",
"a le",
"op e",
"Ġbo y",
"if e",
"Ġde p",
"Ġd uring",
"Ġon ce",
"Ġyou ng",
"Ġst e",
"Ġfam ily",
"Ġdoes n",
"i er",
"os ed",
"a f",
"Ġs ince",
"Ġi de",
"c ame",
"i et",
"l ess",
"i red",
"r on",
"Ġw ait",
"d id",
"Ġwant ed",
"n y",
"Ġin ter",
"Ġs outh",
"Ġel se",
"ver s",
"Ġro om",
"Ġp ub",
"Ġagain st",
"1 9",
"Ġnor th",
"Ġhar d",
"an e",
"Ġst and",
"Ġameric an",
"ut h",
"g ed",
"m er",
"if ic",
"Ġd ire",
"Ġen ough",
"Ġm ain",
"Ġto gether",
"Ġgo vern",
"ot e",
"Ġar t",
"Ġf act",
"Ġb ad",
"Ġpro ble",
"Ġa ir",
"Ġ 6",
"ab ly",
"Ġop en",
"Ġa p",
"u c",
"Ġh um",
"Ġlo c",
"Ġt ri",
"Ġevery thing",
"Ġbe came",
"n ed",
"Ġ --",
"Ġb ro",
"Ġse en",
"Ġl a",
"Ġli ve",
"ot t",
"Ġb ar",
"Ġs on",
"s on",
"Ġc ur",
"Ġm il",
"un g",
"Ġfe w",
"r ist",
"in es",
"Ġto wn",
"Ġs orry",
"Ġp ri",
"Ġwith out",
"Ġm ind",
"Ġmus ic",
"Ġre st",
"Ġs ide",
"ll o",
"Ġun ivers",
"g ood",
"Ġs k",
"Ġme et",
"Ġs ix",
"f l",
"Ġsay s",
"is ter",
"Ġst ay",
"he s",
"Ġe as",
"Ġf ive",
"Ġl and",
"Ġte am",
"Ġre ad",
"Ġt imes",
"Ġf il",
"Ġgr ou",
"in ess",
"p r",
"Ġtr ans",
"Ġqu ite",
"Ġpro v",
"Ġs ign",
"ur y",
"Ġto day",
"Ġhe ar",
"Ġimp ort",
"re ady",
"Ġex p",
"is m",
"Ġj ohn",
"Ġd ri",
"Ġd ied",
"at t",
"Ġchild ren",
"Ġk id",
"in a",
"mo st",
"Ġple ase",
"Ġcom ing",
"orn ing",
"than k",
"Ġ19 8",
"Ġle ave",
"Ġc al",
"Ġlook ing",
"s u",
"Ġqu est",
"Ġth ough",
"a pp",
"is ed",
"se l",
"ut ion",
"r al",
"Ġe mp",
"Ġunder stand",
"Ġf ace",
"er tain",
"Ġs it",
"Ġl aw",
"Ġbelie ve",
"it al",
"Ġmo ve",
"Ġc or",
"Ġhapp ened",
"Ġn ice",
"Ġbu ild",
"h o",
"Ġday s",
"Ġl ine",
"Ġjo b",
"b all",
"Ġw alk",
"t a",
"e x",
"Ġwho le",
"Ġs le",
"it her",
"re w",
"an ge",
"ment s",
"Ġg e",
"st em",
"Ġm ill",
"Ġcount y",
"u ff",
"Ġwom an",
"Ġde ath",
"Ġcount ry",
"Ġb as",
"Ġis n",
"Ġget ting",
"Ġp ower",
"Ġg ame",
"on t",
"Ġb ab",
"Ġre le",
"Ġin c",
"Ġd ad",
"Ġinte rest",
"Ġne ar",
"Ġy et",
"Ġf ore",
"Ġm orning",
"c c",
"Ġhe ard",
"ie ld",
"en se",
"Ġrec ord",
"Ġn at",
"Ġp oss",
"00 0",
"Ġc e",
"ist s",
"Ġw in",
"Ġle ad",
"Ġp at",
"Ġapp e",
"ant s",
"a ut",
"ct ed",
"Ġpl an",
"iz ed",
"Ġhe art",
"Ġs ort",
"an na",
"d y",
"v ent",
"Ġe yes",
"Ġ es",
"Ġho ld",
"Ġhis t",
"Ġtr y",
"Ġs ong",
"Ġhim self",
"Ġser v",
"Ġfo ot",
"f r",
"Ġg ave",
"et s",
"en e",
"Ġ19 7",
"Ġha ving",
"m a",
"l ish",
"Ġde ad",
"as ter",
"Ġw ind",
"aught er",
"you r",
"Ġsy stem",
"iz e",
"Ġg i",
"c le",
"Ġe at",
"i k",
"us s",
"Ġimport ant",
"in ed",
"Ġc ase",
"Ġp ay",
"Ġoff ic",
"Ġh our",
"Ġso on",
"Ġal ready",
"t ed",
"Ġan s",
"Ġ 7",
"Ġha lf",
"m or",
"Ġgu y",
"li ke",
"Ġbr other",
"Ġg erm",
"Ġk new",
"Ġs we",
"Ġask ed",
"Ġt y",
"Ġunivers ity",
"Ġ 8",
"Ġwr ong",
"Ġh ur",
"t r",
"? \"",
"Ġn ational",
"Ġi ll",
"Ġup on",
"2 0",
"Ġbl ack",
"w ith",
"Ġrem ember",
"Ġb orn",
"ward s",
"is on",
"g t",
"Ġsay ing",
"Ġp a",
"Ġf ull",
"st er",
"Ġpro b",
"Ġwom en",
"vel op",
"iv es",
"Ġv o",
". âĢĿ",
"Ġtalk ing",
"Ġ1 0",
"Ġma j",
"w er",
"c hed",
"Ġme ans",
"Ġor der",
"Ġch rist",
"Ġmon th",
"Ġre f",
"Ġr ound",
"Ġdo or",
"Ġcon st",
"Ġbe gan",
"Ġret urn",
"Ġd iv",
"Ġpres ident",
"Ġt a",
"Ġpre t",
"âĢ ĵ",
"be cause",
"Ġpro f",
"Ġtr ying",
"Ġd et",
"Ġstart ed",
"ar ch",
"ow s",
"Ġcont in",
"Ġe qu",
"ain s",
"Ġ _",
"Ġcon f",
"Ġpart y",
"m ay",
"ic ally",
"ur al",
"Ġal ong",
"ag es",
"d en",
"Ġs qu",
"Ġf ight",
"Ġof ten",
"Ġbr ing",
"Ġo ri",
"m on",
"Ġpr om",
"Ġwh ite",
"id ed",
"Ġr a",
"Ġsha ll",
"Ġcl ass",
"ro p",
"Ġs ound",
"s ide",
"Ġc ertain",
"Ġto p",
"Ġex pl",
"Ġcomm un",
"Ġ 9",
"Ġh on",
"Ġf all",
"Ġmar k",
"Ġhow ever",
"Ġw ife",
"Ġf uck",
"Ġide a",
"l a",
"che s",
"c ent",
"il ity",
"Ġpr ot",
"Ġg one",
"s ome",
"Ġre d",
"Ġst ory",
"Ġde velop",
"Ġp et",
"Ġle g",
"Ġchan ge",
"Ġde f",
"se e",
"Ġle ar",
"Ġ19 6",
"Ġm id",
"r ict",
"Ġb ed",
"ate ly",
"Ġpret ty",
"ne y",
"Ġhapp en",
"Ġh or",
"Ġs ent",
"Ġare a",
"e red",
"Ġgrou p",
"c ha",
"r ap",
"Ġ hat",
"Ġmat ter",
"am ed",
"Ġc reat",
"Ġl ess",
"Ġplay ed",
"Ġp ur",
"Ġt er",
"at or",
"er ing",
"at s",
"u red",
"l t",
"ion al",
"âĢ ľ",
"Ġ1 5",
"ak en",
"Ġbus iness",
"Ġgo es",
"Ġsh ort",
"Ġ x",
"Ġj u",
"Ġgovern ment",
"u ro",
"Ġab le",
"te nd",
"id es",
"Ġin t",
"Ġj e",
"Ġst re",
"Ġcomp any",
"it er",
"um p",
"ra w",
"Ġlo st",
"Ġsome one",
"Ġsle ep",
"Ġw atch",
"Ġex t",
"j o",
"Ġ [",
"i am",
"Ġmom ent",
"Ġis land",
"us h",
"pe nd",
"Ġan im",
"Ġ1 7",
"ren ce",
"Ġproble m",
"Ġt en",
"l er",
"Ġsh o",
"Ġ ...",
"h m",
"Ġw anna",
"e en",
"Ġp ap",
"Ġnew s",
"Ġt erm",
"pp ed",
"Ġw ond",
"g y",
"sh ip",
"en g",
"Ġpol it",
"Ġs at",
"ap an",
"Ġm aking",
"Ġsh ip",
"Ġwas n",
"Ġbe aut",
"al th",
"Ġp ain",
"Ġf ine",
"ic es",
"Ġpart ic",
"Ġb ur",
"p ort",
"il t",
"l s",
"Ġe m",
"Ġlar ge",
"ri es",
"an u",
"Ġex amp",
"Ġpres ent",
"Ġgu ys",
"Ġcont ro",
"Ġtr ue",
"Ġprob ably",
"z e",
"Ġwee k",
"ent ion",
"Ġs ou",
"ain ed",
"Ġex per",
"Ġsu c",
"Ġa ge",
"Ġcom es",
"Ġdr ink",
"o c",
"ac es",
"c ri",
"Ġ ve",
"Ġs um",
"Ġyour self",
"le y",
"Ġt re",
"am a",
"Ġde l",
"Ġf ree",
"Ġeng lish",
"Ġo per",
"Ġthan k",
"Ġv al",
"! \"",
"Ġp ie",
"Ġc ut",
"Ġgo ld",
"h uh",
"ha ve",
"ian s",
"Ġv is",
"Ġbab y",
"Ġad v",
"u es",
"Ġd ou",
"Ġori gin",
"Ġh ot",
"Ġf ire",
"Ġwork ing",
"h y",
"Ġhand s",
"Ġbl ood",
"Ġha ven",
"us ed",
"Ġlook ed",
"i ent",
"Ġv ar",
"Ġw est",
"g es",
"Ġs al",
"Ġi m",
"e very",
"Ġal most",
"Ġb ody",
"ang u",
"Ġbe come",
"Ġst ation",
"ul ation",
"c han",
"Ġd an",
"Ġear ly",
"Ġh ope",
"Ġbr it",
"Ġfil m",
"Ġdist rict",
"Ġde al",
"Ġag o",
"Ġwould n",
"Ġpub lic",
"Ġi d",
"Ġp os",
"Ġr om",
"gr am",
"Ġre ady",
"Ġro ck",
"h ip",
"Ġin de",
"Ġmo vie",
"Ġj apan",
"Ġad m",
"Ġro ad",
"Ġs ci",
"Ġch ur",
"Ġo cc",
"m en",
"Ġso l",
"Ġm ag",
"Ġb all",
"Ġmay be",
"Ġy ork",
"ĠâĢ ĵ",
"Ġp ick",
"ot s",
"are nt",
"Ġgener al",
"Ġm er",
"h ind",
"Ġo pp",
"Ġe ight",
"Ġ19 4",
"Ġdis c",
"in o",
"Ġf ood",
"Ġin tern",
"Ġte le",
"Ġgi ven",
"ent y",
"Ġfr ance",
"h is",
"Ġbre ak",
"ple ase",
"Ġcle ar",
"Ġl ate",
"Ġal b",
"ver al",
"Ġspe c",
"ha m",
"Ġ est",
"Ġfriend s",
"anu ary",
"Ġquest ion",
"ie f",
"p ar",
"Ġbe gin",
"Ġt on",
"Ġst uff",
"Ġm ur",
"Ġmy self",
"Ġa w",
"b orn",
"g ot",
"Ġcl ose",
"Ġspe ak",
"et y",
"m r",
"ard s",
"Ġde v",
"Ġor gan",
"Ġa v",
"Ġrele ased",
"Ġgr and",
"Ġre ce",
"Ġbr ought",
"Ġdo g",
"Ġm ic",
"Ġmar ch",
"Ġs un",
"Ġcomp le",
"Â ł",
"es e",
"or m",
"Ġkill ed",
"Ġp ict",
"Ġfr ont",
"Ġp ast",
"in c",
"Ġst ar",
"Ġ1 6",
"Ġle ast",
"Ġp ort",
"n s",
"Ġs il",
"Ġl angu",
"he ad",
"Ġpro gram",
"Ġd aughter",
"Ġhum an",
"Ġf re",
"Ġser ies",
"Ġcour t",
"Ġword s",
"if ul",
"Ġj anuary",
"Ġse veral",
"Ġhapp y",
"Ġ ``",
"iv ed",
"i i",
"Ġt aken",
"Ġre ason",
"sel ves",
"ha ps",
"Ġ1 2",
"Ġcoll e",
"r ing",
"Ġgu ess",
"w as",
"Ġexamp le",
"Ġan n",
"s c",
"Ġbe hind",
"ud e",
"ious ly",
"Ġc amp",
"it ing",
"ut es",
"b ed",
"un t",
"Ġb and",
"Ġt em",
"Ġin form",
"Ġdes ign",
"h i",
"Ġc ou",
"ll y",
"Ġe uro",
"Ġcomm on",
"art ment",
"olog y",
"Ġprof ess",
"o ve",
"Ġ19 5",
"Ġmaj or",
"Ġh it",
"Ġv ir",
"Ġrep ort",
"b s",
"Ġr ad",
"Ġmill ion",
"Ġso ld",
"Ġmar ried",
"au gh",
"Ġt aking",
"r act",
"Ġr ather",
"Ġj ack",
"Ġall ow",
"Ġm akes",
"i qu",
"ac ed",
"Ġp en",
"al ity",
"Ġchar ac",
"Ġchur ch",
"Ġa ust",
"Ġv ill",
"ou d",
"Ġr iver",
"for d",
"Ġsomet imes",
"Ġal one",
"Ġqu ick",
"af ter",
"Ġf ig",
"Ġd ream",
"und red",
"p ed",
"Ġsupp ort",
"f ic",
"Ġco st",
"Ġb ill",
"Ġp ark",
"Ġe ither",
"ren ch",
"Ġtr ain",
"Ġli ving",
"Ġhist ory",
", âĢĿ",
"Ġse a",
"m ore",
"Ġi r",
"Ġstr ong",
"o ke",
"t w",
"itt en",
"Ġ âĻª",
"s er",
"i um",
"i ence",
"he llo",
"on es",
"Ġatt ack",
"en cy",
"os p",
"Ġturn ed",
"b and",
"am ent",
"Ġother s",
"Ġf a",
"Ġc ir",
"at ic",
"b l",
"Ġ &",
"f ull",
"Ġspe cial",
"p ro",
"Ġt est",
"Ġsuc cess",
"Ġt ou",
"Ġear th",
"Ġm ess",
"um b",
"Ġalb um",
"Ġp al",
"wh ich",
"Ġlist en",
"Ġth ird",
"Ġc op",
"Ġthink ing",
"d le",
"Ġm ad",
"Ġres p",
"Ġc oun",
"Ġoff ice",
"ll ing",
"Ġm ount",
"g u",
"Ġh undred",
"Ġcould n",
"Ġeuro pe",
"ent ly",
"Ġgr ow",
"mb ers",
"Ġ 0",
"id ge",
"ag ue",
"Ġstre et",
"el t",
"Ġele ct",
"Ġmr s",
"Ġcap tain",
"Ġw all",
"Ġto t",
"em ent",
"Ġche ck",
"f ort",
"Ġd ie",
"Ġst ru",
"may be",
"Ġlook s",
"act ly",
"Ġf if",
"Ġwith in",
"Ġn amed",
"Ġe ast",
"Ġbeaut iful",
"Ġl ady",
"c r",
"i or",
"b it",
"Ġf ur",
"Ġd am",
"m ing",
"itt ing",
"m ar",
"Ġd a",
"pt ember",
"Ġus ually",
"d om",
"Ġbrit ish",
"f fect",
"Ġhe ld",
"Ġbuild ing",
"Ġg un",
"Ġwond er",
"Ġc ross",
"Ġ $",
"et h",
"ri l",
"ber t",
"Ġpo or",
"Ġf air",
"Ġst ep",
"Ġwant s",
"Ġins ide",
"ther n",
"Ġplay ing",
"Ġapp ro",
"Ġserv ice",
"Ġb ri",
"Ġex pect",
"Ġc re",
"Ġde ar",
"Ġam ong",
"Ġcha mp",
"Ġtr ou",
"er t",
"og rap",
"id er",
"Ġbu ilt",
"re ad",
"Ġmin ute",
"as k",
"Ġse ason",
"l ished",
"ag ed",
"Ġv ict",
"Ġgr ound",
"Ġl ay",
"Ġle av",
"ke y",
"e ad",
"Ġswe et",
"Ġres ult",
"e e",
"Ġsu per",
"or ge",
"s y",
"Ġi mm",
"Ġfoot ball",
"b ru",
"un k",
"Ġr u",
"Ġte ac",
"full y",
"m ed",
"Ġb ir",
"es tern",
"Ġde ce",
"Ġre qu",
"p ut",
"v ision",
"s ha",
"ond on",
"Ġac ross",
"Ġsing le",
"Ġd ark",
"Ġmin utes",
"Ġfollow ing",
"Ġout side",
"Ġper form",
"Ġmonth s",
"iv ing",
"Ġgre en",
"Ġc ast",
"p o",
"Ġf rench",
"Ġus ing",
"Ġr an",
"Ġme mbers",
"Ġv ide",
"Ġh us",
"Ġloc al",
"in ation",
"Ġans wer",
"w ork",
"z y",
"ar ing",
"Ġju ly",
"g ive",
"Ġe ffect",
"Ġph il",
"Ġposs ible",
"Ġcon cer",
"Ġh y",
"Ġgot ta",
"Ġl ab",
"Ġse nd",
"o ber",
"Ġa ug",
"Ġdo ctor",
"an a",
"Ġse ptember",
"e y",
"t ake",
"Ġhe ll",
"Ġd est",
"Ġc at",
"Ġj ud",
"Ġw ood",
"Ġm ot",
"Ġpol ice",
"Ġbu y",
"Ġb ird",
"Ġre pl",
"Ġl ord",
"Ġse ven",
"ous and",
"res ent",
"Ġinclud ing",
"Ġo ct",
"at ure",
"mor row",
"Ġab s",
"Ġt ried",
"Ġc ra",
"Ġ19 3",
"he l",
"Ġl ow",
"ang er",
"Ġa uth",
"Ġcon d",
"Ġte ch",
"Ġha ir",
"a im",
"Ġme mber",
"vie w",
"al d",
"Ġcl ub",
"Ġt reat",
"f er",
"Ġex c",
"Ġv ie",
"Ġ *",
"Ġs n",
"el s",
"w ill",
"ac hed",
"Ġ1 1",
"ll ed",
"att le",
"Ġvo ice",
"Ġ ver",
"Ġsec ret",
"Ġpop ulation",
"Ġle vel",
"Ġf ield",
"Ġdep artment",
"Ġj une",
"as es",
"Ġp ress",
"Ġm ass",
"Ġli ved",
"Ġmo d",
"Ġbo x",
"w ait",
"Ġc ry",
"an ces",
"un ch",
"Ġwr itten",
"g est",
"| |",
"if ied",
"Ġany one",
"Ġchan ce",
"g ress",
"Ġs us",
"Ġlangu age",
"Ġm or",
"Ġth ousand",
"Ġvie w",
"Î ¿",
"Ġf elt",
"Ġpro cess",
"Ġfl o",
"Ġcolle ge",
"Ġl ondon",
"ve mber",
"so ci",
"Ġwor ry",
"Ġwork s",
"Ġcent ury",
"i ke",
"Ġar my",
"Ġfe ll",
"av y",
"f o",
"Ġt ill",
"Ġan g",
"Ġco ld",
"Ġaug ust",
"an c",
"Ġt our",
"Ġh ill",
"ar r",
"Ġbl ue",
"Ġv i",
"it ions",
"Ġget s",
"Ġg ames",
"Ġt able",
"or ies",
"Ġevery one",
"Ġhus band",
"Ġform er",
"b ur",
"i od",
"p or",
"Ġbo ys",
"Ġreg ion",
"Ġl ad",
"Ġeng land",
"Ġinform ation",
"fr om",
"Ġde fe",
"Ġr ail",
"Ġprot ect",
"Ġhe y",
"Ġro b",
"Ġap ril",
"Ġf av",
"Ġ1 3",
"Ġit al",
"er y",
"Ġpo st",
"Ġed uc",
"Ġcomple te",
"Ġb ased",
"Ġh ig",
"Ġpro per",
"Ġwork ed",
"Ġli ves",
"Ġpartic ular",
"bru ary",
"s pe",
"Ġd in",
"Ġev ent",
"i pp",
"w ould",
"Ġwhe ther",
"Ġp ull",
"e ll",
"Ġeas y",
"g en",
"ve red",
"Ġ1 4",
"Ġon es",
"Ġpr act",
"Ġhour s",
"Ġoct ober",
"ain t",
"o v",
"it ch",
"Ġn et",
"Ġcan not",
"Ġtr ad",
"Ġto morrow",
"am b",
"Ġcur rent",
"Ġw ish",
"Ġm ine",
"Ġcon ne",
"Ġwr ote",
"Ġtele vision",
"Ġdece mber",
".. ..",
"ro om",
"Ġtw enty",
"Ġinv ol",
"1 0",
"b ye",
"c il",
"Ġr is",
"Ġwr ite",
"Ġtech n",
"Ġknow s",
"Ġpap er",
"Ġcle an",
"as ure",
"Ġno vember",
"te ll",
"Ġseem s",
"Ġgerm an",
"Ġpri v",
"Ġcou ple",
"Ġt it",
"Ġl im",
"id ing",
"Ġdif fic",
"y al",
"Ġf ast",
"Ġst ra",
"air s",
"Ġauth or",
"Ġpro p",
"Ġper haps",
"Ġe p",
"ra id",
"d ing",
"Ġs ense",
"Ġcomm and",
"Ġ3 0",
"er al",
"ound s",
"Ġrep resent",
"Ġbir th",
"Ġameric a",
"Ġso ci",
"y ed",
"Ġfe et",
"Ġcomp et",
"Ġt ur",
"Ġc ook",
"ff ic",
"Ġ201 3",
"Ġph one",
"Ġa ward",
"Ġcontro l",
"Ġas soci",
"Ġchan ged",
"ul a",
"c ut",
"Ġ vers",
"Ġtr uth",
"Ġc up",
"Ġan t",
"har d",
"o b",
"Ġd ress",
"Ġex actly",
"Ġmo ved",
"Ġfe bruary",
"c ar",
"id a",
"id ence",
"Ġp arent",
"Ġs en",
"Ġs ister",
"it ive",
"Ġc ult",
"oo se",
"Ġlong er",
"Ġinst ead",
"p re",
"iv al",
"t ime",
"at a",
"Ġc iv",
"Ġper iod",
"Ġtr ave",
"Ġvide o",
"Ġf ail",
"th ough",
"k en",
"n ight",
"ir ty",
"ep t",
"Ġc os",
"Ġsupp osed",
"Ġli e",
"ill e",
"Ġde ep",
"Ġind ian",
"Ġd raw",
"ri but",
"ub lic",
"er v",
"Ġd i",
"Ġb ott",
"iz ation",
"s a",
"Ġse x",
"Ġrel ig",
"k y",
"Ġsp ace",
"r ay",
"g ing",
"k es",
"on y",
"Ġcomm une",
"Ġsh ot",
"Ġkid s",
"Ġ20 2",
"Ġcare er",
"Ġdire ct",
"e f",
"c um",
"Ġf ly",
"ci ally",
"Ġtr ust",
"ho ld",
"Ġsu d",
"Ġaf raid",
"b ers",
"ha el",
"Ġvill age",
"Ġre v",
"od e",
"Ġ201 0",
"1 8",
"i en",
"Ġhe alth",
"Ġh uh",
"st op",
"Ġpro ject",
"Ġthem selves",
"Ġcharac ter",
"Ġgirl s",
"Ġpict ure",
"Ġhur t",
"Ġfor ce",
"l ist",
"l ine",
"Ġe ye",
"Ġmid dle",
"Ġdis co",
"Ġso cial",
"Ġlet ter",
"con om",
"Ġn in",
"m al",
"Ġt ree",
"Ġinc re",
"Ġd ro",
"ent le",
"Ġg ar",
"Ġbu ll",
"Ġhor se",
"Ġton ight",
"he n",
"Ġrun ning",
"r ation",
"ad a",
"Ġneed s",
"Ġhe n",
"em y",
"Ġtrou ble",
"u ation",
"Ġh osp",
"Ġcha ir",
"Ġk ept",
"Ġcoll ect",
"we l",
"Ġpop ular",
"iss ion",
"Ġl uck",
"Ġr ic",
"f fe",
"Ġty pe",
"Ġdes cri",
"o ver",
"pt ion",
"Ġrece ived",
"Ġfor get",
"Ġwhat ever",
"Ġm aster",
"Ġle ague",
"ord ing",
"oo f",
"Ġv ol",
"Ġaf ric",
"k ing",
"Ġrom an",
"e ven",
"the se",
"s p",
"Ġf ut",
"og n",
"Ġvir gin",
"il ar",
"Ġsho ot",
"Ġtou ch",
"Ġb ud",
"Ġar ri",
"Ġeng ine",
"Ġd ue",
"Ġl at",
"Ġab ove",
"c ing",
"Ġciv il",
"Ġp an",
"Ġbro ad",
"y n",
"a x",
"d r",
"Ġd en",
"Ġplay er",
"Ġset t",
"g re",
"Ġac cept",
"Ġn ine",
"a i",
"l ant",
"s omet",
"Ġp ot",
"Ġcap ital",
"Ġto m",
"Ġin fl",
"Ġintern ational",
"Ġ2 5",
"Ġper fect",
"Ġsh ut",
"Ġevery body",
"Ġs ca",
"than ks",
"Ġinv est",
"Ġcr it",
"Ġent ire",
"ur s",
"Ġcomp ut",
"Ġr ul",
"Ġmo der",
"s orry",
"Ġcl ot",
"Ġcount ries",
"ct ure",
"ow ers",
"Ġde m",
"Ġl ed",
"Ġh op",
"Ġwait ing",
"gg est",
"Ġch o",
"Ġseem ed",
"l ight",
"Ġsp ir",
"Ġm al",
"Ġre se",
"Ġinclud e",
"Ġb al",
"Ġha ng",
"Ġar m",
"Ġbe at",
"Ġcreat ed",
"Ġsome body",
"tw o",
"m hm",
"Ġwor th",
"Ġpie ce",
"Ġex cept",
"Ġun ion",
"Ġres pect",
"r or",
"u k",
"av id",
"Ġfuck ing",
"ol ute",
"Ġsum mer",
"g ar",
"Ġr ain",
"Ġare n",
"Ġpos ition",
"b t",
"Ġd ut",
"Ġprodu ct",
"Ġfur ther",
"Ġm ist",
"Ġit self",
"Ġm ult",
"ay s",
"Ġf ro",
"Ġsud den",
"Ġs an",
"ll s",
"Ġe conom",
"ac y",
"Ġph ys",
"Ġsh it",
"fe rence",
"Ġstra ight",
"Ġst at",
"Ġfam ous",
"Ġqu een",
"Ġt akes",
"Ġsu ggest",
"y l",
"Ġrep ublic",
"i ally",
"Ġh u",
"Ġph ot",
"Ġmil it",
"in al",
"Ġbo ard",
"u nder",
"Ġam ount",
"ro du",
"Ġr ing",
"ĠĠĠĠ ĠĠĠĠ",
"ol ution",
"Ġs and",
"Ġfut ure",
"Ġst ri",
"Ġdiffic ult",
"Ġm is",
"Ġsur pr",
"Ġb urn",
"Ġro le",
"Ġc orn",
"Ġchamp ions",
"Ġhosp ital",
"b ack",
"Ġc am",
"Ġwee ks",
"Ġd u",
"o int",
"Ġrec ogn",
"Ġpol ic",
"Ġpet er",
"Ġthan ks",
"Ġb er",
"Ġf le",
"Ġl augh",
"o ff",
"st on",
"Ġbook s",
"Ġs ar",
"Ġf ill",
"Ġdec ided",
"b or",
"Ġdri ve",
"Ġsa ve",
"Ġj our",
"Ġfeel ing",
"Ġsa fe",
"Ġcent ral",
"Ġb en",
"Ġser ved",
"Ġge orge",
"Ġaust ral",
"Ġ ]",
"g l",
"t om",
"Ġeven ing",
"c ast",
"te en",
"Ġfore st",
"Ġsl ow",
"s ure",
"Ġn on",
"y le",
"Ġfun ny",
"Ġst ood",
"do es",
"pe cially",
"Ġar ch",
"Ġh ung",
"Ġ2 4",
"Ġim ag",
"Ġd ar",
"g s",
"Ġha ll",
"Ġtr ack",
"w or",
"z z",
"Ġcar ry",
"er gy",
"Ġco ver",
"l in",
"om in",
"Ġwill iam",
"Ġmat ch",
"Ġg entle",
"Ġcom b",
"Ġprov ince",
"Ġa in",
"Ġtell ing",
"Ġb ene",
"Ġcommun ity",
"1 5",
"Ġme ant",
"Ġb an",
"ri age",
"em pt",
"Ġa head",
"c her",
"Ġex ist",
"Ġany way",
"Ġproble ms",
"Ġbe ar",
"Ġpass ed",
"Ġc ool",
"Ġg ard",
"Ġsh op",
"Ġsha r",
"Ġter ri",
"ad es",
"p ing",
"Ġl os",
"Ġch ief",
"Ġfin al",
"Ġcent er",
"Ġc ried",
"Ġmeet ing",
"d ad",
"Ġfig ure",
"o on",
"Ġf ix",
"p a",
"im ent",
"n el",
"Ġk iss",
"ag on",
"Ġfr ank",
"Ġpr ison",
"Ġcra zy",
"Ġu r",
"Ġpr in",
"ce ed",
"Ġsa il",
"Ġc atch",
"Ġh oney",
"Ġf ed",
"Ġparent s",
"c ap",
"st r",
"Ġ19 2",
"Ġanim als",
"Ġm outh",
"Ġsub ject",
"Ġind ia",
"v al",
"r is",
"u ed",
"Ġteac her",
"Ġso ft",
"ag er",
"Ġm ater",
"o le",
"Ġfam il",
"Ġob ject",
"v iously",
"Ġa ut",
"Ġj ames",
"Ġen jo",
"Ġb ag",
"Ġb attle",
"Ġd anger",
"Ġrel ation",
"ino is",
"Ġsim ilar",
"Ġmoder n",
"om b",
"Ġr uss",
"Ġfor t",
"Ġw al",
"Ġa ud",
"Ġdo ll",
"Ġspec ies",
"Ġs ick",
"Ġpl aces",
"Ġsoci ety",
"1 7",
"r it",
"Ġb at",
"Ġho st",
"Ġking dom",
"Ġal though",
"Ġher self",
"Ġlear n",
"Ġca use",
"Ġreturn ed",
"Ġgl ad",
"Ġvi ol",
"Ġb or",
"Ġfollow ed",
"Ġm ach",
"âĢ Ķ",
"Ġcl os",
"Ġhapp ens",
"Ġind ust",
"Ġop ened",
"v ir",
"b ar",
"Ġpart s",
"Ġest ab",
"Ġf ish",
"Ġgerm any",
"Ġsci ence",
"k now",
"o red",
"Ġ201 1",
"Ġcertain ly",
"Ġh un",
"ic ian",
"Ġorigin al",
"Ġb ow",
"ke ep",
"Ġgl ass",
"v ille",
"Ġmo ving",
"Ġan ge",
"ress ion",
"Ġcol or",
"n es",
"le ct",
"Ġco ast",
"Ġjapan ese",
"Ġr ich",
"Ġwh om",
"Ġ200 6",
"Ġbegin ning",
"Ġf ir",
"Ġu m",
"Ġmark et",
"Ġcoun cil",
"g od",
"re ally",
"Ġpe ace",
"Ġappe ar",
"Ġw ild",
"Ġse par",
"1 2",
"1 4",
"Ġfe llow",
"Ġill inois",
"Ġs ad",
"Ġst ick",
"not hing",
"b on",
"Ġbe com",
"if t",
"Ġfl or",
"Ġflo or",
"Ġ201 2",
"Ġse lf",
"we red",
"i res",
"ed i",
"Ġwho se",
"ha d",
"c us",
"Ġb reat",
"w ood",
"Ġm ary",
"Ġb ank",
"Ġor d",
"Ġty p",
"Ġquick ly",
"Ġ1 00",
"Ġgr ad",
"Ġdad dy",
"in ite",
"Ġf er",
"Ġh ol",
"Ġwe l",
"Ġfe at",
"m in",
"p ly",
"itt ed",
"Ġqu iet",
"i ers",
"Ġto wards",
"is hing",
"al right",
"Ġinterest ing",
"Ġrad io",
"Ġspe nd",
"Ġvis it",
"ers on",
"Ġag re",
"Ġthr ow",
"Ġs itting",
"ic a",
"Ġvirgin ia",
"Ġal right",
"Ġquest ions",
"Ġl u",
"Ġact iv",
"Ġtot al",
"Ġleav ing",
"r am",
"Ġfin ished",
"Ġstud ents",
"h ist",
"Ġpa id",
"Ġpolit ical",
"ort s",
"x ic",
"act ion",
"Ġann oun",
"Ġar g",
"Ġhist or",
"k a",
"o ld",
"Ġf ac",
"is ing",
"Ġid ent",
"g a",
"um e",
"Ġf em",
"Ġth ou",
"im ate",
"c our",
"Ġl ou",
"ab ad",
"Ġne igh",
"Ġne cess",
"Ġc ab",
"Ġro yal",
"Ġdis app",
"if orn",
"Ġmil es",
"d am",
"f ace",
"b et",
"Ġsupp ose",
"a ff",
"Ġg iving",
"pl ay",
"_ ,",
"Ġr id",
"Ġmin ister",
"Ġi ce",
"ci ent",
"Ġm ention",
"Ġg lo",
"Ġj im",
"âĢ İ",
"Ġf und",
"Ġke y",
"Ġacc ount",
"no ck",
"m us",
"Ġe gg",
"Ġta x",
"Ġterm s",
"et er",
"iforn ia",
"Ġp y",
"Ġeduc ation",
"Ġb ase",
"Ġfin ally",
"Ġnat ural",
"Ġdevelop ment",
"Ġmom my",
"Ġoffic er",
". ,",
"Ġm ir",
"Ġlo se",
"h ouse",
"Ġf ing",
"Ġd ance",
"Ġse arch",
"Ġm art",
"oo ps",
"c os",
"Ġst age",
"Ġfor ward",
"Ġm un",
"Ġse at",
"Ġ( \"",
"ition al",
"Ġbr own",
"Ġchampions hip",
"Ġ q",
"Ġnat ure",
"m at",
"Ġt v",
"Ġway s",
"Ġbel ong",
"Ġexper ience",
"a ha",
"Ġre ached",
"Ġcl aim",
"Ġinfl u",
"on ly",
"iv id",
"g n",
"w est",
"Ġde pend",
"ie l",
"Ġvar ious",
"Ġr out",
"Ġj er",
"re l",
"id s",
"Ġstud y",
"Ġnum bers",
"st e",
"Ġpub lished",
"Ġdest ro",
"v an",
"Ġw estern",
"e ar",
"Ġ #",
"Ġc y",
"Ġc ro",
"Ġin f",
"Ġbl ock",
"y a",
"Ġpl ant",
"Ġd ru",
"Ġact ion",
"Ġans wered",
"Ġresp ons",
"Ġpriv ate",
"Ġi i",
"ab out",
"Ġc ard",
"ress ed",
"ens ive",
"Ġequ al",
"it z",
"Ġcal ifornia",
"Ġc and",
"ca pe",
"wh ile",
"Ġd ra",
"re m",
"Ġp erm",
"it ution",
"Ġint rodu",
"Ġc ens",
"Ġany more",
"Ġen ergy",
"ci ous",
"i us",
"Ġstr ange",
"Ġallow ed",
"Ġwind ow",
"ag o",
"er o",
"olute ly",
"Ġshow s",
"in ct",
"Ġfe ar",
"Ġcons ider",
"c ul",
"Ġg ri",
"Ġwas hing",
"Ġ2 3",
"Ġmed ic",
"Ġsur v",
"Ġw ed",
"Ġk en",
"ri an",
"Ġaf f",
"Ġqu ar",
"Ġdisc uss",
"Ġmater ial",
"Ġloc ated",
"Ġinde pend",
"Ġinvol ved",
"Ġspir it",
"v in",
"list en",
"Ġlo ck",
"Ġsim ple",
"Ġsome where",
"Ġser ious",
"Ġc aught",
"Ġl iter",
"ide red",
"Ġpr ince",
"f irst",
"h ood",
"Ġpr im",
"y er",
"ol ic",
"Ġ5 0",
"1 3",
"nd ed",
"Ġdis e",
"Ġa le",
"Ġany body",
"Ġbo at",
"Ġf at",
"Ġyour s",
"Ġro se",
"ru ction",
"Ġdire ctor",
"Ġprofess ional",
"Ġdin ner",
"k ed",
"Ġs ize",
"? âĢĿ",
"c al",
"Ġw at",
"Ġinde ed",
"m ic",
"in y",
"ha s",
"Ġal ive",
"b our",
"Ġa h",
"Ġclot hes",
"\" )",
"Ġ0 1",
"Ġfor got",
"Ġsu ff",
"pe ople",
"eng th",
"u it",
"Ġj ump",
"Ġneed ed",
"Ġ201 4",
"Ġes pecially",
"Ġflor ida",
"Ġg ives",
"Ġs am",
"Ġval ue",
"m as",
"Ġb i",
"Ġmic hael",
"Ġo x",
"Ġtit le",
"Ġwr iting",
"ail s",
"Ġep is",
"Ġsp an",
"ne es",
"b a",
"h od",
"Ġfav or",
"b el",
"p ap",
"Ġt ar",
"Ġacc ording",
"it es",
"Ġwe ar",
"ain ing",
"om as",
"Ġsit uation",
"w ow",
"Ġs our",
"s ay",
"s et",
"w r",
"Ġpl at",
"Ġbr idge",
"Ġcomp an",
"Ġmilit ary",
"ic ip",
"Ġcens us",
"f ield",
"Ġde mo",
"Ġprin cess",
"s m",
"ct ions",
"if f",
"ĠĠĠĠ ĠĠ",
"Ġsp ent",
"Ġcons idered",
"Ġimm edi",
"vir on",
"Ġ ut",
"Ġp ack",
"Ġp age",
"de red",
"Ġp un",
"ir t",
"Ġv an",
"Ġhe ro",
"Ġ )",
"Ġhe avy",
"Ġappe ared",
"d es",
"Ġsqu are",
"in ing",
"Ġm ix",
"Ġd avid",
"up id",
"c ould",
"Ġs now",
"as ons",
"qu e",
"Ġd ate",
"id ay",
"Ġadd ed",
"i pe",
"Ġ2 1",
"Ġman age",
"Ġsee ing",
"en ces",
"Ġspe ed",
"Ġ200 7",
"gr ound",
"Ġpa ul",
"Ġchrist ian",
"Ġde cl",
"b i",
"ill y",
"Ġ201 6",
"b es",
"Ġar ms",
"Ġear li",
"Ġgre w",
"Ġprodu ced",
"Ġext ra",
"Ġb ought",
"Ġstop ped",
"Ġstand ing",
"Ġsci ent",
"Ġg as",
"Ġrese arch",
"th ose",
"b u",
"ri a",
"te red",
"e h",
"Ġpur p",
"ound ed",
"Ġ19 0",
"Ġbro ke",
"a ven",
"ll a",
"Ġen viron",
"Ġsong s",
"Ġd ick",
"iqu e",
"in ary",
"it or",
"c ons",
"d own",
"Ġg ree",
"u el",
"Ġp sy",
"Ġ2 6",
"Ġt or",
"Ġoffic ial",
"n ers",
"s ue",
"us es",
"h ic",
"in ist",
"Ġst one",
"Ġte a",
"Ġcomput er",
"2 00",
"Ġis su",
"Ġright s",
"w ise",
"Ġbl ow",
"5 0",
"Ġw ide",
"Ġre du",
"Ġatt empt",
"bo ard",
"Ġm c",
"Ġd ig",
"Ġac ad",
"iqu es",
"Ġn ames",
"Ġe t",
"Ġ2 2",
"Ġav ail",
"th ree",
"Ġmult ip",
"um ent",
"ur a",
"Ġsim ply",
"es us",
"ar a",
"if y",
"Ġdiv ision",
"Ġopp ort",
"Ġmur der",
"Ġtr ade",
"Ġsc ott",
"Ġgrou ps",
"ib ility",
"Ġex e",
"Ġatt ention",
"Ġob ser",
"ha l",
"Ġcap t",
"is es",
"Ġrelation ship",
"Ġp ath",
"Ġan cient",
"Ġind ivid",
"Ġs ens",
"ak er",
"Ġric hard",
"er a",
"le br",
"Ġvers ion",
"v ious",
"ac c",
"est s",
"Ġd ry",
"Ġth us",
"Ġdou bt",
"ffe e",
"Ġopport un",
"j e",
"ist ic",
"Ġperson al",
"Ġhat e",
"an cy",
"Ġr ace",
"Ġmount ain",
"Ġin it",
"Ġun cle",
"Ġplay s",
"Ġo il",
"Ġlar gest",
"Ġdemo cr",
"n al",
"Ġask ing",
"Ġpoint s",
"Ġinclud ed",
"ex c",
"an ch",
"Ġanim al",
"ab ility",
"av es",
"inc ip",
"d d",
"s ir",
"en a",
"Ġbro ken",
"c ol",
"ive ly",
"Ġmar riage",
"Ġhen ry",
"1 6",
"m om",
"Ġb es",
"Ġat tend",
"Ġact or",
"Ġdiffe rence",
"Ġo ly",
"Ġe ff",
"ur ity",
"Ġne g",
"Ġimp ro",
"Ġbel ow",
"olog ical",
"Ġemp lo",
"j ohn",
"Ġlo ved",
"Ġcont ract",
"Ġsou thern",
"Ġme l",
"Ġrecord s",
"k et",
"Ġp u",
"Ġcomplete ly",
"Ġk n",
"Ġc ru",
"re ct",
"Ġl ower",
"Ġe mb",
"oo h",
"Ġpl us",
"ast ic",
"Ġnor thern",
"Ġre ach",
"Ġcar ried",
"Ġ200 9",
"Ġmove ment",
"Ġt all",
"at ors",
"Ġh ous",
"Ġf ool",
"Ġc ow",
"Ġgu ard",
"Ġshould n",
"Ġenviron ment",
"Ġac cess",
"Ġwatch ing",
"Ġmean ing",
"k i",
"Ġref er",
"g reat",
"Ġs ite",
"Ġsha re",
"Ġ `",
"Ġr ap",
"Ġpr ime",
"Ġspe aking",
"Ġjo ined",
"Ġ200 8",
"v ies",
"it ude",
"Ġl ength",
"Ġw it",
"Ġb right",
"ll en",
"Ġmo on",
"z a",
"Ġ201 5",
"b ing",
"Ġv all",
"Ġhig her",
"Ġsudden ly",
"Ġb ath",
"Ġl ying",
"ter day",
"Ġtalk ed",
"com p",
"pp er",
"Ġce lebr",
"Ġma x",
"Ġnear ly",
"ens ion",
"com m",
"Ġh i",
"Ġ2 8",
"led ge",
"Ġb ang",
"Ġl ake",
"Ġnor mal",
"n ie",
"Ġs ight",
"ant ly",
"l im",
"Ġhon est",
"Ġare as",
"Ġcon gress",
"Ġfa ith",
"as ion",
"Ġam az",
"ph one",
"Ġmed ia",
"Ġmod el",
"e v",
"Ġse vent",
"ck s",
"Ġmet hod",
"Ġprom ise",
"Ġm ac",
"Ġse ll",
"Ġwar m",
"Ġbirth day",
"ap s",
"Ġhappen ing",
"Ġpsy ch",
"Ġc ust",
"Ġapp oint",
"au g",
"Ġassoci ation",
"Ġ202 2",
"ce ll",
"Ġocc ur",
"Ġf res",
"Ġ20 00",
"Ġemp ire",
"Ġre view",
"Ġev idence",
"Ġs ac",
"ict ion",
"Ġca used",
"Ġsc ene",
"Ġtrain ing",
"f uck",
"Ġl ines",
"Ġpr ay",
"Ġt ick",
"Ġreg ard",
"Ġst upid",
"Ġpr incip",
"Ġd ata",
"Ġpr ice",
"Ġcast le",
"Ġbott om",
"Ġc ases",
"Ġf it",
"Ġbe y",
"ad ed",
"ne ver",
"exc use",
"er ve",
"Ġin j",
"Ġbe ll",
"Ġmar ry",
"Ġreg ular",
"Ġbo b",
"Ġsc ot",
"Ġsound s",
"b les",
"f ather",
"Ġco ffee",
"con t",
"Ġfamil ies",
"m iss",
"n et",
"Ġbr and",
"Ġtre es",
"Ġo ce",
"Ġ2 7",
"Ġche m",
"Ġmil k",
"Ġgard en",
"n or",
"he st",
"Ġinterest ed",
"Ġmo vies",
"Ġlead er",
"Ġserv ices",
"Ġhon or",
"Ġh om",
"Ġno body",
"Ġass ist",
"ot ed",
"Ġch ina",
"Ġpre p",
"Ġa ch",
"Ġfe ed",
"Ġgovern or",
"3 0",
"os op",
"Ġm use",
"Ġtem per",
"w in",
"Ġch ick",
"re en",
"Ġb ay",
"Ġm um",
"Ġg all",
"Ġst ore",
"Ġ4 0",
"ar ily",
"le ment",
"ous ly",
"Ġ200 5",
"Ġfound ed",
"che n",
"Ġform ed",
"Ġschool s",
"Ġth reat",
"Ġst ories",
"Ġstart ing",
"Ġdevelop ed",
"Ġwonder ful",
"f act",
"no on",
"Ġbr ain",
"Ġshow ed",
"Ġavail able",
"il s",
"ye ar",
"ol es",
"Ġar r",
"ib ly",
"Ġcontin ued",
"Ġbird s",
"Ġhu ge",
"Ġk nock",
"Ġst ars",
"e ch",
"1 1",
"us ion",
"Ġper cent",
"Ġwin ter",
"Ġo l",
"Ġthere fore",
"Ġannoun ced",
"c har",
"il ed",
"Ġfl ight",
"Ġcr ow",
"Ġfar m",
"Ġeurope an",
"Ġhelp ed",
"Ġafric a",
"b al",
"Ġb le",
"Ġf est",
"Ġj ose",
"Ġpar is",
"Ġcho ice",
"inite ly",
"Ġhe aven",
"c all",
"Ġag ree",
"Ġsp ring",
"Ġpie ces",
"Ġaustral ia",
"Ġwere n",
"Ġte xt",
"ip s",
"Ġsca red",
"b an",
"Ġb a",
"Ġk ick",
"Ġfor ces",
"Ġadd ress",
"ill a",
"ol k",
"Ġco ach",
"Ġsk y",
"Ġt ast",
"Ġe ating",
"Ġr ac",
"Ġme xic",
"Ġsy mp",
"Ġwashing ton",
"Ġt ired",
"re me",
"Ġ2 9",
"w ar",
"se c",
"ap h",
"Ġsp oke",
"a ur",
"Ġk it",
"Ġfour th",
"Ġru le",
"i ation",
"Ġst yle",
"Ġno vel",
"Ġale x",
"s it",
"Ġoff er",
"Ġend ed",
"e k",
"i ot",
"Ġ ess",
"Ġa ver",
"ren g",
"Ġpri ze",
"Ġb oss",
"Ġc ath",
"Ġof fe",
"a ign",
"h ib",
"p ir",
"Ġcom fort",
"al es",
"w estern",
"Ġthe ory",
"Ġw a",
"Ġc rew",
"Ġhe llo",
"Ġchan ges",
"Ġl y",
"Ġu nd",
"Ġwor se",
"Ġcall ing",
"Ġlet ters",
"ic ed",
"Ġth irty",
"Ġfore ign",
"Ġar rest",
"Ġcl osed",
"Ġwalk ed",
"Ġra ised",
"Ġpal ace",
"Ġi ron",
"Ġr ide",
"Ġan al",
"g ree",
"ent ial",
"am s",
"be ll",
"Ġcomm itt",
"Ġdec ision",
"Ġlear ned",
"ig g",
"Ġir an",
"d is",
"o id",
"Ġdo cum",
"ck et",
"d a",
"Ġ :",
"Ġne ck",
"Ġdou ble",
"Ġadm inist",
"Ġco de",
"Ġital ian",
"Ġmuse um",
"Ġt im",
"Ġme m",
"Ġpolit ician",
"Ġsec urity",
"Ġchar ge",
"Ġhot el",
"Ġdise ase",
"Ġn one",
"Ġyes terday",
"Ġprodu ction",
"Ġsou l",
"Ġoly mp",
"Ġdem and",
"Ġe mer",
"Ġcom ed",
"Ġspec ific",
"Ġsp l",
"sh ould",
"Ġput ting",
"ar i",
"al ed",
"Ġlike ly",
"Ġchar les",
"Ġdist ance",
"Ġwel come",
"Ġmun icip",
"Ġplat form",
"he t",
"Ġbe ha",
"Ġsu it",
"Ġsk in",
"Ġpolic y",
"ha nd",
"Ġcamp aign",
"Ġmess age",
"b re",
"pp ing",
"ist an",
"ord er",
"Ġ ought",
"Ġis sue",
"Ġcre ate",
"j a",
"Ġdet erm",
"Ġexpl ain",
"Ġt ail",
"oo p",
"Ġjo in",
"Ġfight ing",
"Ġimmedi ately",
"Ġfin ish",
"Ġsl ight",
"Ġele ction",
"Ġopp os",
"Ġbene f",
"Ġoce an",
"ate g",
"Ġev ents",
"Ġpict ures",
"somet hing",
"Ġafter noon",
"Ġmost ly",
"Ġprofess or",
"us hed",
"se qu",
"ab les",
"Ġdes p",
"ve re",
"Ġtr a",
"Ġtr uck",
"Ġang ry",
"Ġn ative",
"Ġbe ach",
"Ġaf fect",
"Ġide as",
"d ep",
"s ing",
"Ġm ars",
"ro ad",
"li ament",
"Ġc red",
"Ġr ub",
"il ities",
"Ġbelie ved",
"Ġnet work",
"are n",
"Ġen emy",
"Ġsp read",
"l augh",
"Ġm m",
"at lant",
"ent al",
"Ġbus y",
"f ast",
"Ġbas ket",
"Ġem ot",
"dam n",
"Ġlove ly",
"Ġearli er",
"n at",
"Ġo w",
"Ġfl owers",
"Ġcent re",
"ar ies",
"ad d",
"ess ion",
"Ġcontin ue",
"wel ve",
". '",
"Ġce ll",
"Ġbrother s",
"Ġblood y",
"bur g",
"Ġspan ish",
"is ions",
"Ġre pe",
"Ġnot e",
"Ġal an",
"om an",
"ash ion",
"oc ol",
"Ġc it",
"il es",
"l am",
"Ġwe ap",
"Ġcon du",
"sh ire",
"Ġinte ll",
"ograp hy",
"Ġphil osop",
"Ġn ar",
"ber g",
"Ġd rop",
"every thing",
"Ġyou th",
"ut s",
"ut en",
"Ġye llow",
"j i",
"s ince",
"Ġc ities",
"ent ed",
"Ġabs olutely",
"Ġarri ved",
"pp y",
"Ġjud ge",
"Ġvall ey",
"Ġd om",
"Ġl ink",
"il ing",
"Ġro bert",
"Ġinst it",
"Ġart ic",
"Ġmach ine",
"Ġwe ight",
"Ġam b",
"Ġfl at",
"Ġleav es",
"g un",
"l aw",
"Ġ200 4",
"Ġcare ful",
"at o",
"est y",
"Ġfa ult",
"Ġterri ble",
"Ġnecess ary",
"Ġinvest ig",
"Ġestab lished",
"Ġp ush",
"Ġco vered",
"Ġrail way",
"at ives",
"Ġst reng",
"Ġsp ot",
"Ġcont act",
"Ġfor th",
"se y",
"ru pt",
"Ġop in",
"Ġmed ical",
"Ġcommun ic",
"ie ve",
"Ġte nd",
"Ġpr int",
"Ġ18 9",
"Ġread ing",
"Ġpy re",
"Ġpar liament",
"Ġacc ident",
"Ġsign ific",
"Ġital y",
"i ents",
"Ġeas tern",
"fo ot",
"Ġp ir",
"Ġk ore",
"Ġhold ing",
"Ġext reme",
"Ġcommitt ee",
"Ġth omas",
"Ġatt ract",
"Ġcorn er",
"h mm",
"Ġd er",
"Ġ( )",
"Ġcomm er",
"Ġsing er",
"s l",
"us ing",
"ver t",
"Ġes cape",
"Ġsystem s",
"Ġsuccess ful",
"ter ing",
"Ġwalk ing",
"m other",
"v o",
"z en",
"ak ed",
"Ġpurp ose",
"f our",
"f riend",
"on ce",
"ll er",
"Ġgr ant",
"Ġ18 6",
"Ġz e",
"hist ory",
"Ġw il",
"st airs",
"iver se",
"Ġbey ond",
"Ġse ction",
"Ġli ked",
"iz ing",
"know n",
"Ġg ro",
"Ġst orm",
"Ġc hat",
"Ġl oss",
"ac hing",
"Ġplay ers",
"h ur",
"Ġc ars",
"as ant",
"Ġr ate",
"Ġknow ledge",
"Ġtri p",
"Ġpract ice",
"Ġpyre nees",
"b ook",
"Ġp ig",
"Ġcan ada",
"Ġ20 20",
"Ġ200 1",
"v i",
"Ġthe e",
"an n",
"Ġn ation",
"Ġfor ced",
"l ie",
"and er",
"Ġsh own",
"Ġdis p",
"Ġtell s",
"iet y",
"Ġr ab",
"ad o",
"Ġmin us",
"oss ible",
"ines e",
"Ġsil ver",
"âĢİ .",
"m ark",
"Ġa st",
"Ġsw im",
"Ġdire ction",
"Ġdire cted",
"Ġme mor",
"Ġcomp l",
"Ġopen ing",
"Ġleg s",
"Ġcust om",
"e g",
"m end",
"le ep",
"ific ation",
"Ġnews pap",
"Ġ ..",
"or g",
"be fore",
"Ġenjo y",
"Ġst aff",
"Ġres our",
"Ġthrough out",
"Ġfem ale",
"atlant iques",
"m it",
"Ġre ve",
"Ġte ach",
"Ġ201 8",
"Ġkind s",
"Ġtw ice",
"a e",
"Ġli ber",
"Ġcr ime",
"Ġmy ster",
"Ġv en",
"Ġte x",
"Ġform ula",
"Ġrele ase",
"and a",
"we re",
"Ġorigin ally",
"Ġcurrent ly",
"Ġfres h",
"Ġaver age",
"at ory",
"Ġk ar",
"Ġent er",
"Ġp ounds",
"Ġj ul",
"op h",
"Ġcon vers",
"hed ron",
"Ġsold iers",
"Ġimag ine",
"Ġha n",
"Ġwe ak",
"Ġk ent",
"Ġcar ol",
"Ġconst itution",
"Ġp ac",
"Ġst ock",
"the ir",
"Ġpat ient",
"l ife",
"ic ated",
"Ġsign ed",
"Ġtechn ology",
"Ġmedic ine",
"i ar",
"u be",
"Ġs in",
"Ġun less",
"Ġcall s",
"Ġrul es",
"Ġepis ode",
"Ġb on",
"Ġcomp os",
"Ġdog s"
]
}
}