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