openwebtext-bpe-4k / tokenizer.json
dvruette's picture
Upload folder using huggingface_hub
42a484b verified
Raw
History Blame Contribute Delete
268 kB
{
"version": "1.0",
"truncation": null,
"padding": null,
"added_tokens": [
{
"id": 0,
"content": "<|begin_of_text|>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 1,
"content": "<|end_of_text|>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 2,
"content": "<|padding|>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 3,
"content": "<|mask|>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 4,
"content": " ",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": true,
"special": false
},
{
"id": 5,
"content": " ",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": true,
"special": false
},
{
"id": 6,
"content": " ",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": true,
"special": false
},
{
"id": 7,
"content": " ",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": true,
"special": false
},
{
"id": 8,
"content": " ",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": true,
"special": false
},
{
"id": 9,
"content": " ",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": true,
"special": false
},
{
"id": 10,
"content": " ",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": true,
"special": false
},
{
"id": 11,
"content": " ",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": true,
"special": false
},
{
"id": 12,
"content": " ",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": true,
"special": false
},
{
"id": 13,
"content": " ",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": true,
"special": false
},
{
"id": 14,
"content": " ",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": true,
"special": false
},
{
"id": 15,
"content": " ",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": true,
"special": false
}
],
"normalizer": {
"type": "NFC"
},
"pre_tokenizer": {
"type": "Sequence",
"pretokenizers": [
{
"type": "Split",
"pattern": {
"Regex": "[^\\r\\n\\p{L}\\p{N}]?[\\p{L}]+|\\p{N}{1,3}| ?[^\\s\\p{L}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+"
},
"behavior": "Isolated",
"invert": false
},
{
"type": "ByteLevel",
"add_prefix_space": false,
"trim_offsets": true,
"use_regex": false
}
]
},
"post_processor": {
"type": "TemplateProcessing",
"single": [
{
"SpecialToken": {
"id": "<|begin_of_text|>",
"type_id": 0
}
},
{
"Sequence": {
"id": "A",
"type_id": 0
}
},
{
"SpecialToken": {
"id": "<|end_of_text|>",
"type_id": 0
}
}
],
"pair": [
{
"SpecialToken": {
"id": "<|begin_of_text|>",
"type_id": 0
}
},
{
"Sequence": {
"id": "A",
"type_id": 0
}
},
{
"SpecialToken": {
"id": "<|end_of_text|>",
"type_id": 0
}
},
{
"Sequence": {
"id": "B",
"type_id": 0
}
},
{
"SpecialToken": {
"id": "<|end_of_text|>",
"type_id": 0
}
}
],
"special_tokens": {
"<|begin_of_text|>": {
"id": "<|begin_of_text|>",
"ids": [
0
],
"tokens": [
"<|begin_of_text|>"
]
},
"<|end_of_text|>": {
"id": "<|end_of_text|>",
"ids": [
1
],
"tokens": [
"<|end_of_text|>"
]
}
}
},
"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,
"ignore_merges": false,
"vocab": {
"<|begin_of_text|>": 0,
"<|end_of_text|>": 1,
"<|padding|>": 2,
"<|mask|>": 3,
" ": 4,
" ": 5,
" ": 6,
" ": 7,
" ": 8,
" ": 9,
" ": 10,
" ": 11,
" ": 12,
" ": 13,
" ": 14,
" ": 15,
"!": 16,
"\"": 17,
"#": 18,
"$": 19,
"%": 20,
"&": 21,
"'": 22,
"(": 23,
")": 24,
"*": 25,
"+": 26,
",": 27,
"-": 28,
".": 29,
"/": 30,
"0": 31,
"1": 32,
"2": 33,
"3": 34,
"4": 35,
"5": 36,
"6": 37,
"7": 38,
"8": 39,
"9": 40,
":": 41,
";": 42,
"<": 43,
"=": 44,
">": 45,
"?": 46,
"@": 47,
"A": 48,
"B": 49,
"C": 50,
"D": 51,
"E": 52,
"F": 53,
"G": 54,
"H": 55,
"I": 56,
"J": 57,
"K": 58,
"L": 59,
"M": 60,
"N": 61,
"O": 62,
"P": 63,
"Q": 64,
"R": 65,
"S": 66,
"T": 67,
"U": 68,
"V": 69,
"W": 70,
"X": 71,
"Y": 72,
"Z": 73,
"[": 74,
"\\": 75,
"]": 76,
"^": 77,
"_": 78,
"`": 79,
"a": 80,
"b": 81,
"c": 82,
"d": 83,
"e": 84,
"f": 85,
"g": 86,
"h": 87,
"i": 88,
"j": 89,
"k": 90,
"l": 91,
"m": 92,
"n": 93,
"o": 94,
"p": 95,
"q": 96,
"r": 97,
"s": 98,
"t": 99,
"u": 100,
"v": 101,
"w": 102,
"x": 103,
"y": 104,
"z": 105,
"{": 106,
"|": 107,
"}": 108,
"~": 109,
"¡": 110,
"¢": 111,
"£": 112,
"¤": 113,
"¥": 114,
"¦": 115,
"§": 116,
"¨": 117,
"©": 118,
"ª": 119,
"«": 120,
"¬": 121,
"®": 122,
"¯": 123,
"°": 124,
"±": 125,
"²": 126,
"³": 127,
"´": 128,
"µ": 129,
"¶": 130,
"·": 131,
"¸": 132,
"¹": 133,
"º": 134,
"»": 135,
"¼": 136,
"½": 137,
"¾": 138,
"¿": 139,
"Â": 140,
"Ã": 141,
"Ä": 142,
"Å": 143,
"Æ": 144,
"Ç": 145,
"È": 146,
"É": 147,
"Ê": 148,
"Ë": 149,
"Ì": 150,
"Í": 151,
"Î": 152,
"Ï": 153,
"Ð": 154,
"Ñ": 155,
"Ò": 156,
"Ó": 157,
"Ô": 158,
"Õ": 159,
"Ö": 160,
"×": 161,
"Ø": 162,
"Ù": 163,
"Ú": 164,
"Û": 165,
"Ü": 166,
"Ý": 167,
"Þ": 168,
"ß": 169,
"à": 170,
"á": 171,
"â": 172,
"ã": 173,
"ä": 174,
"å": 175,
"æ": 176,
"ç": 177,
"è": 178,
"é": 179,
"ê": 180,
"ë": 181,
"ì": 182,
"í": 183,
"î": 184,
"ï": 185,
"ð": 186,
"ñ": 187,
"ò": 188,
"ó": 189,
"ô": 190,
"Ċ": 191,
"Ġ": 192,
"ġ": 193,
"Ģ": 194,
"ģ": 195,
"Ĥ": 196,
"ĥ": 197,
"Ħ": 198,
"ħ": 199,
"Ĩ": 200,
"ĩ": 201,
"Ī": 202,
"ī": 203,
"Ĭ": 204,
"ĭ": 205,
"Į": 206,
"į": 207,
"İ": 208,
"ı": 209,
"IJ": 210,
"ij": 211,
"Ĵ": 212,
"ĵ": 213,
"Ķ": 214,
"ķ": 215,
"ĸ": 216,
"Ĺ": 217,
"ĺ": 218,
"Ļ": 219,
"ļ": 220,
"Ľ": 221,
"ľ": 222,
"Ŀ": 223,
"ŀ": 224,
"Ł": 225,
"ł": 226,
"Ń": 227,
"Ġt": 228,
"Ġa": 229,
"he": 230,
"in": 231,
"re": 232,
"Ġthe": 233,
"on": 234,
"er": 235,
"Ġs": 236,
"Ġw": 237,
"at": 238,
"Ġo": 239,
"en": 240,
"Ġc": 241,
"it": 242,
"is": 243,
"an": 244,
"or": 245,
"Ġb": 246,
"es": 247,
"ed": 248,
"Ġf": 249,
"ing": 250,
"Ġp": 251,
"ou": 252,
"Ġan": 253,
"al": 254,
"Ġto": 255,
"ar": 256,
"Ġm": 257,
"Ġin": 258,
"Ġof": 259,
"Ġh": 260,
"Ġd": 261,
"ĊĊ": 262,
"âĢ": 263,
"as": 264,
"ic": 265,
"Ġand": 266,
"Ġth": 267,
"le": 268,
"om": 269,
"ion": 270,
"ll": 271,
"ent": 272,
"Ġn": 273,
"Ġl": 274,
"Ġre": 275,
"st": 276,
"ve": 277,
"ly": 278,
"Ġe": 279,
"ro": 280,
"Ġbe": 281,
"Ġg": 282,
".ĊĊ": 283,
"id": 284,
"ut": 285,
"ac": 286,
"ot": 287,
"ĠT": 288,
"ĠI": 289,
"Ġthat": 290,
"Ġon": 291,
"ay": 292,
"ĠS": 293,
"Ġis": 294,
"et": 295,
"im": 296,
"am": 297,
"ad": 298,
"ow": 299,
"se": 300,
"ig": 301,
"Ġfor": 302,
"âĢĻ": 303,
"ĠA": 304,
"ver": 305,
"ur": 306,
"ct": 307,
"ld": 308,
"ĠC": 309,
"Ġu": 310,
"Ġst": 311,
"Ġy": 312,
"Ġit": 313,
"Ġhe": 314,
"ir": 315,
"ation": 316,
"ith": 317,
"Ġwh": 318,
"ĠM": 319,
"ce": 320,
"ter": 321,
"ol": 322,
"Ġwe": 323,
"il": 324,
"Ġwith": 325,
"Ġas": 326,
"ĠB": 327,
"ch": 328,
"ill": 329,
"nd": 330,
"ĠP": 331,
"Ġwas": 332,
"Ġyou": 333,
"ers": 334,
"ke": 335,
"ĠâĢ": 336,
"Ġcon": 337,
"Ġde": 338,
"Ġr": 339,
"her": 340,
"if": 341,
"ate": 342,
"Ġat": 343,
"ag": 344,
"âĢĻs": 345,
"Ġha": 346,
"ĠW": 347,
"Ġse": 348,
"ĠH": 349,
"ore": 350,
"Ġpro": 351,
"ul": 352,
"pp": 353,
"ment": 354,
"ri": 355,
"Ġare": 356,
"ĠD": 357,
"est": 358,
"us": 359,
"ist": 360,
"Ġcom": 361,
"and": 362,
"ĠR": 363,
"op": 364,
"ain": 365,
"ĠThe": 366,
"igh": 367,
"rom": 368,
"Ġ(": 369,
"ort": 370,
"od": 371,
"Ġne": 372,
"ĠF": 373,
"un": 374,
"um": 375,
"Ġex": 376,
"res": 377,
"ab": 378,
"âĢĿ": 379,
"Ġnot": 380,
"ĠN": 381,
"Ġv": 382,
"ess": 383,
"Ġhave": 384,
"ity": 385,
"ould": 386,
"em": 387,
"Ġor": 388,
"th": 389,
"Ġby": 390,
"os": 391,
"ant": 392,
"ĠG": 393,
"ive": 394,
"Ġfrom": 395,
"Ġal": 396,
"el": 397,
"'s": 398,
"oc": 399,
"Ġsu": 400,
"art": 401,
"ĠL": 402,
"Ġsh": 403,
"Ġthis": 404,
"nt": 405,
"qu": 406,
"ight": 407,
"pe": 408,
"ust": 409,
"Ġle": 410,
"ĠE": 411,
"ies": 412,
"end": 413,
"Ġch": 414,
"Ġsa": 415,
"out": 416,
"Ġab": 417,
"The": 418,
"all": 419,
"ie": 420,
"ack": 421,
"20": 422,
"red": 423,
"ĠâĢľ": 424,
"Ġhas": 425,
"ally": 426,
"ĠJ": 427,
"Ġpl": 428,
"Ġgo": 429,
"ard": 430,
"iv": 431,
"ome": 432,
"Ġhis": 433,
"ap": 434,
"gh": 435,
"ost": 436,
"ear": 437,
"ĠO": 438,
"our": 439,
"Ġtr": 440,
"ast": 441,
"Ġj": 442,
"ak": 443,
"ud": 444,
"Ġdo": 445,
"Ġthey": 446,
"Ġbut": 447,
"Ġwor": 448,
"rou": 449,
"Ġcan": 450,
"ge": 451,
"Ġwill": 452,
"Ġsaid": 453,
"Ġwhe": 454,
"ĠU": 455,
"Ġk": 456,
"ich": 457,
"Ġall": 458,
"ok": 459,
"Ġ\"": 460,
"Ġwho": 461,
"ide": 462,
"Ġint": 463,
"ame": 464,
"ans": 465,
"ther": 466,
"ial": 467,
"Ġout": 468,
"Ġtheir": 469,
"ff": 470,
"ong": 471,
"ect": 472,
"pl": 473,
"ice": 474,
"pt": 475,
"ure": 476,
"one": 477,
"Ġmore": 478,
"age": 479,
"ions": 480,
"act": 481,
"ike": 482,
"Ġme": 483,
"Ġup": 484,
"ous": 485,
"ine": 486,
"Ġad": 487,
"Ġabout": 488,
"ated": 489,
"00": 490,
"ra": 491,
"ber": 492,
"Ġone": 493,
"Ġwere": 494,
"Ġso": 495,
"Ġus": 496,
"og": 497,
"ime": 498,
"ĠK": 499,
"ep": 500,
"Ġhad": 501,
"ia": 502,
"are": 503,
"ub": 504,
"cc": 505,
"Ġwould": 506,
"Ġcl": 507,
"Ġim": 508,
"ind": 509,
"Ġwhich": 510,
"ake": 511,
"ue": 512,
"Ġcont": 513,
"iz": 514,
"very": 515,
"Ġag": 516,
"Ġte": 517,
"Ġoff": 518,
"Ġcomp": 519,
"Ġun": 520,
"Ġbeen": 521,
"ĠSt": 522,
"Ġen": 523,
"so": 524,
"per": 525,
"au": 526,
"ign": 527,
"ĠTh": 528,
"ary": 529,
"ace": 530,
"ip": 531,
"Ġyear": 532,
"ew": 533,
"201": 534,
"Ġlike": 535,
"ere": 536,
"âĢĻt": 537,
"ven": 538,
"ook": 539,
"Ġinc": 540,
"ays": 541,
"Ġman": 542,
"Ġpe": 543,
"ry": 544,
"ose": 545,
"Ġres": 546,
"ite": 547,
"Ġper": 548,
"able": 549,
"ass": 550,
"ord": 551,
"Ġsp": 552,
"ire": 553,
"Ġother": 554,
"ĠIn": 555,
"mer": 556,
"Ġsome": 557,
"ile": 558,
"ib": 559,
"ence": 560,
"ople": 561,
"ks": 562,
"ations": 563,
"Ġover": 564,
"Ġthere": 565,
"ical": 566,
"ress": 567,
"Ġdis": 568,
"ult": 569,
"int": 570,
"Ġnew": 571,
"own": 572,
"Ġthan": 573,
"Ġalso": 574,
"Ġar": 575,
"Ġbec": 576,
"Ġthem": 577,
"ance": 578,
"ru": 579,
"ough": 580,
"ount": 581,
"port": 582,
"Ġapp": 583,
"Ġyour": 584,
"ail": 585,
"Ġpart": 586,
"Ġwhen": 587,
"Ġwhat": 588,
"ree": 589,
"ond": 590,
"orm": 591,
"Ġpeople": 592,
"Ġsc": 593,
"fter": 594,
"av": 595,
"ase": 596,
"Ġqu": 597,
"ĠCh": 598,
"Ġany": 599,
"Ġjust": 600,
"ĠY": 601,
"Ġits": 602,
"ach": 603,
"Ġtime": 604,
"19": 605,
"ĠIt": 606,
"Ġkn": 607,
"Ġher": 608,
"ens": 609,
"lic": 610,
"Ġmy": 611,
"Ġrec": 612,
"reat": 613,
"Ġget": 614,
"Ġif": 615,
"ĠV": 616,
".âĢĿ": 617,
"ian": 618,
"Ġinto": 619,
"Ġwork": 620,
"ound": 621,
"Ġtw": 622,
"irst": 623,
"vel": 624,
"Ġno": 625,
"ction": 626,
"du": 627,
"ings": 628,
"ory": 629,
"ick": 630,
"Ġour": 631,
"ition": 632,
"ident": 633,
"ors": 634,
"ob": 635,
"Ġ-": 636,
"Ġpre": 637,
"ove": 638,
"ang": 639,
"Ġplay": 640,
"ink": 641,
"wn": 642,
"ause": 643,
"amp": 644,
"te": 645,
"ade": 646,
"hing": 647,
"ates": 648,
"ark": 649,
"Ġro": 650,
"Ġshe": 651,
"Ġpol": 652,
"vers": 653,
"Ġco": 654,
"Ġafter": 655,
",âĢĿ": 656,
"ne": 657,
"Ġcould": 658,
"Ġfirst": 659,
"Ġhow": 660,
"ĠHe": 661,
"ious": 662,
"Ġacc": 663,
"nder": 664,
"Ġhim": 665,
"'t": 666,
"ild": 667,
"ons": 668,
"aw": 669,
"Ġpo": 670,
"Ġonly": 671,
"Ġfe": 672,
"Ġatt": 673,
"ict": 674,
"hed": 675,
"Ġpr": 676,
"Ġtwo": 677,
"rit": 678,
"ov": 679,
"ish": 680,
"Ġcomm": 681,
"Ġspe": 682,
"âĢľ": 683,
"form": 684,
"Ġact": 685,
"we": 686,
"erv": 687,
"Ġbl": 688,
"ft": 689,
"Ġbet": 690,
"Ġdec": 691,
".\"": 692,
"ning": 693,
"Ġback": 694,
"ces": 695,
"Ġmost": 696,
"ood": 697,
"ck": 698,
"ĠâĢĵ": 699,
"Ġam": 700,
"oy": 701,
"Ġdid": 702,
"iff": 703,
"rough": 704,
"round": 705,
"ater": 706,
"Ġagain": 707,
"ual": 708,
"day": 709,
"ise": 710,
"Ġwant": 711,
"Ġdes": 712,
"Ġunder": 713,
"sel": 714,
"ull": 715,
"Ġcons": 716,
"Ġbecause": 717,
"ĠâĢĶ": 718,
"Ġnow": 719,
"lud": 720,
"ents": 721,
"Ġyears": 722,
"man": 723,
"ublic": 724,
"Ġneed": 725,
"tern": 726,
"ec": 727,
"Ġ$": 728,
"Ġeven": 729,
"iss": 730,
"Ġinv": 731,
"Ġknow": 732,
"ĠWe": 733,
"10": 734,
"Ġsee": 735,
"ments": 736,
"ting": 737,
"Ġadd": 738,
",\"": 739,
"ced": 740,
"old": 741,
"Ġind": 742,
"Ġsec": 743,
"..": 744,
"fore": 745,
".âĢĿĊĊ": 746,
"Ġevery": 747,
"uch": 748,
"urn": 749,
"Ġmake": 750,
"Ġsupp": 751,
"pect": 752,
"ock": 753,
"Ġem": 754,
"Ġthese": 755,
"ĠUn": 756,
"oll": 757,
"200": 758,
"ject": 759,
"Ġwhere": 760,
"In": 761,
"ational": 762,
"vern": 763,
"xt": 764,
"Ġbu": 765,
"Ġlook": 766,
"Th": 767,
"ĠAnd": 768,
"oss": 769,
"Ġdon": 770,
"ump": 771,
"Ġev": 772,
"Ġway": 773,
"ating": 774,
"Ġright": 775,
"Ġbeing": 776,
"Ġrem": 777,
"ily": 778,
"ng": 779,
"Ġmay": 780,
"row": 781,
"lect": 782,
"Ġthen": 783,
"Ġmany": 784,
"iew": 785,
"Ġdiff": 786,
"Ġrel": 787,
"Ġdef": 788,
"ason": 789,
"ĠBut": 790,
"Ġcall": 791,
"Ġ[": 792,
"ĠTr": 793,
"ont": 794,
"Ġthink": 795,
"ied": 796,
"ased": 797,
"Ġinclud": 798,
"les": 799,
"aking": 800,
"meric": 801,
"Ġreg": 802,
"Ġimp": 803,
"Ġthrough": 804,
"rib": 805,
"ath": 806,
"ited": 807,
"Ġshould": 808,
"Ġsy": 809,
"Ġsay": 810,
"Ġfl": 811,
"Ġpres": 812,
"uring": 813,
"Ġlast": 814,
"Ġvery": 815,
"ell": 816,
"Ġthose": 817,
"ty": 818,
"ower": 819,
"other": 820,
"Ġmuch": 821,
"ific": 822,
"ities": 823,
"Ġstate": 824,
"ĠThis": 825,
"tle": 826,
"ss": 827,
"ative": 828,
"Ġshow": 829,
"hen": 830,
"Ġbr": 831,
"arg": 832,
"Ġwell": 833,
"oth": 834,
"ĠWh": 835,
"Ġph": 836,
"--": 837,
"Ġcount": 838,
"Ġdoes": 839,
"als": 840,
"und": 841,
"Ġown": 842,
"Ġdown": 843,
"Ġend": 844,
"arly": 845,
"Ġbel": 846,
"ics": 847,
"Ġuse": 848,
"Ġass": 849,
"ange": 850,
"ts": 851,
"ĠAmeric": 852,
"Ġlong": 853,
"ters": 854,
"ince": 855,
"Ġbefore": 856,
"omet": 857,
"gr": 858,
"ward": 859,
"Ġmon": 860,
"Ġgovern": 861,
"ible": 862,
"Ġstart": 863,
"Ġreport": 864,
"up": 865,
"Ġke": 866,
"ues": 867,
"ĠNew": 868,
"Ġfin": 869,
":ĊĊ": 870,
"Ġteam": 871,
"ble": 872,
"ife": 873,
"Ġmade": 874,
"olog": 875,
"),": 876,
"ener": 877,
"Ġsuch": 878,
"ren": 879,
"oun": 880,
"com": 881,
"ix": 882,
"erson": 883,
"âĢĶ": 884,
"Ġsm": 885,
"lp": 886,
"Ġgoing": 887,
"ility": 888,
"ek": 889,
"ism": 890,
"Ġworld": 891,
"ful": 892,
".\"ĊĊ": 893,
"ually": 894,
"ists": 895,
"Ġstud": 896,
"Ġgood": 897,
"Ġac": 898,
"tain": 899,
"It": 900,
"Ġsub": 901,
"Ġeff": 902,
"Ġsur": 903,
"Ġagainst": 904,
"Ġgame": 905,
"its": 906,
"Ġset": 907,
"ork": 908,
"Ġgu": 909,
"Ġpoint": 910,
"Ġent": 911,
"ys": 912,
"gan": 913,
"ars": 914,
"stem": 915,
"li": 916,
"Ġprov": 917,
"Ġstill": 918,
"roup": 919,
"Ġwhile": 920,
"Ġhelp": 921,
"illion": 922,
"Ġlead": 923,
"ween": 924,
"Ġmin": 925,
"ax": 926,
"ef": 927,
"ank": 928,
"ms": 929,
"alk": 930,
"Ġob": 931,
"imes": 932,
"cy": 933,
"Ġsays": 934,
"Ġprodu": 935,
"Ġgr": 936,
"000": 937,
"Ġinst": 938,
"Ġinter": 939,
"Ġstr": 940,
"cess": 941,
"Ġsim": 942,
"self": 943,
"Ġconf": 944,
"io": 945,
"Ġcol": 946,
"Ġtake": 947,
"Ġsame": 948,
"ures": 949,
"Ġthough": 950,
"arch": 951,
"Ġbetween": 952,
"Ġdiffere": 953,
"Ġcr": 954,
"ever": 955,
"ollow": 956,
"Ġoffic": 957,
"uss": 958,
"ool": 959,
"Ġdisc": 960,
"land": 961,
")ĊĊ": 962,
"ah": 963,
"ution": 964,
"Ġop": 965,
"read": 966,
"air": 967,
"Ġhigh": 968,
"Ġed": 969,
"Ġnum": 970,
"Ġsign": 971,
"Ġlaw": 972,
"way": 973,
"ĠRe": 974,
"Ġgovernment": 975,
"gg": 976,
"ner": 977,
"hip": 978,
"led": 979,
"ames": 980,
"atch": 981,
"hes": 982,
"any": 983,
"cent": 984,
"Ġter": 985,
"Ġsomet": 986,
"ted": 987,
"Ġref": 988,
"velop": 989,
"We": 990,
"Ġtrans": 991,
"Ġins": 992,
"ten": 993,
"Ġrun": 994,
"Ġser": 995,
"Ġfound": 996,
"Ġaround": 997,
"ives": 998,
"Ġhere": 999,
"Ġthree": 1000,
"ave": 1001,
"Ġmem": 1002,
"ather": 1003,
"Ġmed": 1004,
").": 1005,
"Ġreal": 1006,
"ouse": 1007,
"]ĊĊ": 1008,
"Ġused": 1009,
"ĠYou": 1010,
"ved": 1011,
"Ġexp": 1012,
"az": 1013,
"ĠAr": 1014,
"cept": 1015,
"oot": 1016,
"Ġsystem": 1017,
"?ĊĊ": 1018,
"ci": 1019,
"Ġreally": 1020,
"ving": 1021,
"Ġmod": 1022,
"con": 1023,
"Ġsupport": 1024,
"Ġgroup": 1025,
"cer": 1026,
"Ġcour": 1027,
"ets": 1028,
"âĢĻre": 1029,
"ale": 1030,
"ins": 1031,
"Ġhand": 1032,
"Ġret": 1033,
"Ġpublic": 1034,
"ĠLe": 1035,
"Ġspec": 1036,
"pr": 1037,
"ying": 1038,
"12": 1039,
"Ġgreat": 1040,
"ense": 1041,
"Ġcar": 1042,
"Ġext": 1043,
"ton": 1044,
"Ġcur": 1045,
"Ġfam": 1046,
"irect": 1047,
"alth": 1048,
"ĠCom": 1049,
".[": 1050,
"Ġhapp": 1051,
"Ġwom": 1052,
"Ġfact": 1053,
"ĠTrump": 1054,
"Ġexper": 1055,
"ĠIs": 1056,
"Ġfr": 1057,
"ĠThey": 1058,
"ph": 1059,
"15": 1060,
"Ġboth": 1061,
"Ġcap": 1062,
"Ġday": 1063,
"Ġfind": 1064,
"Ġread": 1065,
"Ġlit": 1066,
"ĠAl": 1067,
"ular": 1068,
"ines": 1069,
"oh": 1070,
"Ġrep": 1071,
"uth": 1072,
"Ġdet": 1073,
"ices": 1074,
"Ġsl": 1075,
"Ġduring": 1076,
"ered": 1077,
"ĠSh": 1078,
"ĠAs": 1079,
"Ġcre": 1080,
"Ġbig": 1081,
"the": 1082,
"min": 1083,
"Ġmonth": 1084,
"ision": 1085,
"Ġserv": 1086,
"Ġdevelop": 1087,
"akes": 1088,
"Ġperson": 1089,
"Ġfollow": 1090,
"Ġiss": 1091,
"Ġtold": 1092,
"ĠCl": 1093,
"Ġsince": 1094,
"ically": 1095,
"ex": 1096,
"ared": 1097,
"med": 1098,
"ages": 1099,
"Ġweek": 1100,
"Ġwar": 1101,
"Ġfew": 1102,
"ivers": 1103,
"orth": 1104,
"Ġcent": 1105,
"ording": 1106,
"11": 1107,
"Ġleg": 1108,
"Ġpolit": 1109,
"aj": 1110,
"get": 1111,
"ves": 1112,
"ash": 1113,
"Ġexpl": 1114,
"Ġlot": 1115,
"Ġbelie": 1116,
"ĠSe": 1117,
"Ġtoo": 1118,
"Ġgener": 1119,
"ric": 1120,
"Ġopp": 1121,
"-b": 1122,
"der": 1123,
"rent": 1124,
"ata": 1125,
"Wh": 1126,
"18": 1127,
"Ġcontin": 1128,
"iet": 1129,
".S": 1130,
"Ġrequ": 1131,
"Ġprot": 1132,
"Ġfil": 1133,
"anc": 1134,
"bers": 1135,
"ention": 1136,
"ness": 1137,
"Ġput": 1138,
"Ġcle": 1139,
"ized": 1140,
"Ġresp": 1141,
"ĠIf": 1142,
"Ġanother": 1143,
"Ġinf": 1144,
"Ġsomething": 1145,
"chool": 1146,
"Ġdifferent": 1147,
"Ġcor": 1148,
"Ġloc": 1149,
"ĠDe": 1150,
"ute": 1151,
"Ġinvest": 1152,
"Ġsoc": 1153,
"Ġche": 1154,
"uc": 1155,
"Ġpower": 1156,
"Ġ'": 1157,
"ĠFr": 1158,
"Ġcommun": 1159,
"Ġpass": 1160,
"Ġart": 1161,
"Ġplan": 1162,
"Ġlife": 1163,
"ience": 1164,
"Ġhead": 1165,
"ody": 1166,
"Ġthings": 1167,
"Ġrele": 1168,
"ned": 1169,
"Ġfar": 1170,
"thing": 1171,
"ox": 1172,
"Ġmet": 1173,
"Ġposs": 1174,
"Ġvot": 1175,
"30": 1176,
"ross": 1177,
"erest": 1178,
"Ġcamp": 1179,
"This": 1180,
"-s": 1181,
"arge": 1182,
"ier": 1183,
"view": 1184,
"ants": 1185,
"Ġmight": 1186,
"Ġask": 1187,
"ize": 1188,
"Ġdep": 1189,
"Ġeach": 1190,
"iness": 1191,
"Ġnever": 1192,
"Ġchild": 1193,
"Ġnext": 1194,
"ik": 1195,
"ield": 1196,
"Ġsecond": 1197,
"Ġquest": 1198,
"ĠAn": 1199,
"Ġadv": 1200,
"Ġmark": 1201,
"Ġbus": 1202,
"ĠFor": 1203,
"Ġdem": 1204,
"Ġcome": 1205,
"Ġgot": 1206,
"tt": 1207,
"ĠâĢĺ": 1208,
"Ġbest": 1209,
"ient": 1210,
"Ġallow": 1211,
"Ġopen": 1212,
"ital": 1213,
"ĠThat": 1214,
"Ġseem": 1215,
"ĠUS": 1216,
"nce": 1217,
"ple": 1218,
"Ġfeel": 1219,
"rat": 1220,
"ĠPro": 1221,
"Ġpost": 1222,
"Ġpercent": 1223,
"gram": 1224,
"Ġpri": 1225,
"ug": 1226,
"Ġhome": 1227,
"cl": 1228,
"Ġdirect": 1229,
"Ġdist": 1230,
"ired": 1231,
"Ġincre": 1232,
"son": 1233,
"Ġcontro": 1234,
"ĠRep": 1235,
"orn": 1236,
"less": 1237,
"osed": 1238,
"Ġresult": 1239,
"Ġhard": 1240,
"Ġcare": 1241,
"Ġcomple": 1242,
"ately": 1243,
"Ġplace": 1244,
"Ġimport": 1245,
"Ġwithout": 1246,
"Ġav": 1247,
"Ġmillion": 1248,
"chn": 1249,
"Ġincluding": 1250,
"Ġinform": 1251,
"Ġhum": 1252,
"conom": 1253,
"Ġide": 1254,
"Ġproble": 1255,
"ama": 1256,
"Ġtop": 1257,
"Ġbuild": 1258,
"Ġnumber": 1259,
"gy": 1260,
"ĠBl": 1261,
"aim": 1262,
"Ġcountry": 1263,
"-f": 1264,
"oney": 1265,
"Ġ.": 1266,
"ret": 1267,
"Ġstand": 1268,
"ably": 1269,
"ral": 1270,
"Ġgl": 1271,
"uro": 1272,
"riend": 1273,
"ished": 1274,
"Ġfour": 1275,
"Ġel": 1276,
"Ġbetter": 1277,
"co": 1278,
"ways": 1279,
"Ġpartic": 1280,
"Ġrecent": 1281,
"Ġtri": 1282,
"Ġmov": 1283,
"But": 1284,
"Ġlet": 1285,
"Ġinterest": 1286,
"ration": 1287,
"50": 1288,
"Ġless": 1289,
"-t": 1290,
"Ġlittle": 1291,
"Ġturn": 1292,
"ead": 1293,
"Ġseason": 1294,
"Ġappro": 1295,
"Ġbeh": 1296,
"ling": 1297,
"Ġbro": 1298,
"line": 1299,
"Ġcalled": 1300,
"ract": 1301,
"Ġmil": 1302,
"16": 1303,
"ised": 1304,
"Ġcase": 1305,
"app": 1306,
"Ġdr": 1307,
"Ġattack": 1308,
"ĠInd": 1309,
"Ġrest": 1310,
"Ġpop": 1311,
"ency": 1312,
"Ġann": 1313,
"Ġleft": 1314,
"Ġmove": 1315,
"Ġkeep": 1316,
"ĠZ": 1317,
"ĠThere": 1318,
"ode": 1319,
"Ġdidn": 1320,
"ina": 1321,
"Ġfull": 1322,
"âĢĻve": 1323,
"ering": 1324,
"Ġmain": 1325,
"14": 1326,
"Ġfun": 1327,
"ajor": 1328,
"inal": 1329,
"me": 1330,
"Ġeffect": 1331,
"Ġprev": 1332,
"Ġtest": 1333,
"leg": 1334,
"Ġprogram": 1335,
"Ġusing": 1336,
"ature": 1337,
"-p": 1338,
"Ġpay": 1339,
"Ġval": 1340,
"Ġear": 1341,
"__": 1342,
"Ġpolice": 1343,
"Ġwrit": 1344,
"Ġform": 1345,
"Ġeconom": 1346,
"Ġpos": 1347,
"Ġnews": 1348,
"Ġdata": 1349,
"Ġwin": 1350,
"ĠAmerican": 1351,
"Ġsit": 1352,
"Ġlevel": 1353,
"Ġchar": 1354,
"ains": 1355,
"iving": 1356,
"13": 1357,
"ined": 1358,
"ready": 1359,
"Ġsmall": 1360,
"uck": 1361,
"Ġlist": 1362,
"He": 1363,
"Ġschool": 1364,
"ology": 1365,
"rap": 1366,
"mit": 1367,
"ided": 1368,
"ger": 1369,
"'re": 1370,
"ploy": 1371,
"Ġeas": 1372,
"Ġprocess": 1373,
"ird": 1374,
"Ġwomen": 1375,
"Ġchange": 1376,
".com": 1377,
"reen": 1378,
"Ġhist": 1379,
"Ġcurrent": 1380,
"Ġprom": 1381,
"17": 1382,
"ians": 1383,
"Ġrece": 1384,
"Ġdri": 1385,
"Ġcompany": 1386,
"Ġpresident": 1387,
"ĠSo": 1388,
"used": 1389,
"ohn": 1390,
"Ġalready": 1391,
"Ġmat": 1392,
"ruct": 1393,
"Ġty": 1394,
"ĠUnited": 1395,
"Ġ=": 1396,
"wit": 1397,
"Ġbre": 1398,
"Ġwhy": 1399,
"be": 1400,
"-c": 1401,
"Ġunt": 1402,
"Ġalways": 1403,
"Ġsol": 1404,
"Ġexpect": 1405,
"Ġmoney": 1406,
"Ġlater": 1407,
"ĠHow": 1408,
"ĠOb": 1409,
"Ġtechn": 1410,
"Ġbusiness": 1411,
"ron": 1412,
"Ġbook": 1413,
"ĠQ": 1414,
"Ġofficial": 1415,
"stand": 1416,
"Ġclass": 1417,
"Ġthing": 1418,
"Ġproject": 1419,
"Ġbo": 1420,
"Ġjob": 1421,
"ases": 1422,
"iversity": 1423,
"Ġclaim": 1424,
"Ġorgan": 1425,
"ĠPh": 1426,
"ĠShe": 1427,
"aign": 1428,
"Ġtalk": 1429,
"ards": 1430,
"Ġinformation": 1431,
"aff": 1432,
"Ġdesign": 1433,
"Ġprof": 1434,
"Ġable": 1435,
"ĠBe": 1436,
"Ġchang": 1437,
"Ġmajor": 1438,
"Ġstory": 1439,
"iven": 1440,
"lection": 1441,
"Ġhealth": 1442,
"Ġrese": 1443,
"ertain": 1444,
"Ġ--": 1445,
"Ġpast": 1446,
"Ġvis": 1447,
"here": 1448,
"urs": 1449,
"Ġfree": 1450,
"ĠAd": 1451,
"outh": 1452,
"ption": 1453,
"ĠCan": 1454,
"Ġaway": 1455,
"Ġoper": 1456,
"ior": 1457,
"Ġcity": 1458,
"Ġmust": 1459,
"rist": 1460,
"199": 1461,
"ural": 1462,
"ample": 1463,
"-d": 1464,
"Ġhappen": 1465,
"Ġimportant": 1466,
"uthor": 1467,
"Ġsk": 1468,
"25": 1469,
"urity": 1470,
"acy": 1471,
"Ġpat": 1472,
"ury": 1473,
"Ġkill": 1474,
"ured": 1475,
"Ġold": 1476,
"Ġdoesn": 1477,
"âĢĻm": 1478,
"ending": 1479,
"Ġleast": 1480,
"Ġest": 1481,
"Ġgrow": 1482,
"ission": 1483,
"ained": 1484,
"Ġvar": 1485,
"Ġcost": 1486,
"Ġtell": 1487,
"ides": 1488,
"-y": 1489,
"â̦": 1490,
"Ġmen": 1491,
"Ġedit": 1492,
"ider": 1493,
"els": 1494,
"Ġhop": 1495,
"ney": 1496,
"Ġdays": 1497,
"St": 1498,
"Ġcame": 1499,
"ĠGo": 1500,
"Ġstre": 1501,
"Ġcampaign": 1502,
"Ġconst": 1503,
"Ġenough": 1504,
"Ġaff": 1505,
"resident": 1506,
"ĠMar": 1507,
"Ġkind": 1508,
"Ġmaking": 1509,
"ccess": 1510,
"ern": 1511,
"Ġview": 1512,
"ĠSp": 1513,
"oad": 1514,
"Ġmar": 1515,
"Ġlarge": 1516,
"As": 1517,
"Ġfamily": 1518,
"Ġrecord": 1519,
"Ġfriend": 1520,
"ush": 1521,
"Ġelect": 1522,
"Ġtax": 1523,
"eral": 1524,
"Ġpolic": 1525,
"ley": 1526,
"ality": 1527,
"ror": 1528,
"ising": 1529,
"ator": 1530,
"pped": 1531,
"Ġuntil": 1532,
"ional": 1533,
"ified": 1534,
"----": 1535,
"ived": 1536,
"Ġvide": 1537,
"Ġpolitical": 1538,
"ott": 1539,
"ee": 1540,
"Ġdeal": 1541,
"arent": 1542,
"ries": 1543,
"alf": 1544,
"augh": 1545,
"Ġworking": 1546,
"bs": 1547,
"ands": 1548,
"Ġline": 1549,
"side": 1550,
"If": 1551,
"ued": 1552,
"Ġtook": 1553,
"ĠRepublic": 1554,
"Ġdeb": 1555,
"ĠJohn": 1556,
"Ġve": 1557,
"aining": 1558,
"Ġfore": 1559,
"ister": 1560,
"Ġair": 1561,
"ane": 1562,
"Ġes": 1563,
"crib": 1564,
"Ġbecome": 1565,
"Ġactually": 1566,
"Ġintern": 1567,
"ocrat": 1568,
"iol": 1569,
"Ġmean": 1570,
"ember": 1571,
"aps": 1572,
"work": 1573,
"ony": 1574,
"Ġfund": 1575,
"ware": 1576,
"ĠPl": 1577,
"ĠSc": 1578,
"Ġoften": 1579,
"Ġformer": 1580,
"Ġgive": 1581,
"ann": 1582,
"Ġever": 1583,
"ĠEuro": 1584,
"Ġwon": 1585,
"most": 1586,
"oint": 1587,
"Ġaccording": 1588,
"eng": 1589,
"wh": 1590,
"Ġgames": 1591,
"aring": 1592,
"Ġhuman": 1593,
"Ġword": 1594,
"Ġbas": 1595,
"ison": 1596,
"...": 1597,
"ization": 1598,
"Ġbit": 1599,
"Ġorder": 1600,
"Ġreturn": 1601,
"Ġtimes": 1602,
"Ġname": 1603,
"ĠRuss": 1604,
"gin": 1605,
"ĠDem": 1606,
"100": 1607,
"Ġdev": 1608,
"ĠAll": 1609,
"Ġsever": 1610,
"ither": 1611,
"by": 1612,
"uture": 1613,
"iqu": 1614,
"ĠMc": 1615,
"ER": 1616,
"Ġpar": 1617,
"icle": 1618,
"ĠSy": 1619,
"-m": 1620,
"Ġwr": 1621,
"Ġperform": 1622,
"-year": 1623,
"Ġcharac": 1624,
"ĠOr": 1625,
"There": 1626,
"Ġmarket": 1627,
"Ġsing": 1628,
"raft": 1629,
"ĠCon": 1630,
"ched": 1631,
"Ġfac": 1632,
"Ġdoing": 1633,
"ĠAt": 1634,
"idd": 1635,
"rop": 1636,
"Ġnight": 1637,
"mber": 1638,
"ĠMay": 1639,
"Ġra": 1640,
"Ġappear": 1641,
"Ġlear": 1642,
"aken": 1643,
"Ġplayers": 1644,
"Ġ,": 1645,
"Ġtoday": 1646,
"Ġla": 1647,
"ats": 1648,
"Ġhaving": 1649,
"Ġseen": 1650,
"Ġearly": 1651,
"Ġevent": 1652,
"Ġsocial": 1653,
"//": 1654,
"Ġpot": 1655,
"ĠPresident": 1656,
"Ġmedia": 1657,
"Ġchildren": 1658,
"Ġwhether": 1659,
"Ġcrit": 1660,
"âĢĻll": 1661,
"idence": 1662,
"Ġcontrol": 1663,
"Ġseveral": 1664,
"Ġmeet": 1665,
"Ġsure": 1666,
"Ġwent": 1667,
"Ġpress": 1668,
"Ġfive": 1669,
"iously": 1670,
"artment": 1671,
"ene": 1672,
"Ġprop": 1673,
"Ġyoung": 1674,
"Ġmilit": 1675,
"ories": 1676,
"Ġequ": 1677,
"Ġquestion": 1678,
"ium": 1679,
"Ġlikely": 1680,
"24": 1681,
"une": 1682,
"Ġocc": 1683,
"Ġmembers": 1684,
"ĠYork": 1685,
"Ġeng": 1686,
"Ġcertain": 1687,
"ots": 1688,
"Ġwater": 1689,
"vert": 1690,
"enn": 1691,
"Ġexample": 1692,
"Ġdone": 1693,
"ĠCol": 1694,
"Ġvers": 1695,
"Ġarg": 1696,
"let": 1697,
"Ġside": 1698,
"Ġinvol": 1699,
"Ġshort": 1700,
"ĠStates": 1701,
"ended": 1702,
"Ġsuccess": 1703,
"Ġant": 1704,
"Ġalong": 1705,
"ĠEurope": 1706,
"ĠMr": 1707,
"ential": 1708,
"Ġhour": 1709,
"ially": 1710,
"And": 1711,
"iver": 1712,
"Ġmonths": 1713,
"empt": 1714,
"eb": 1715,
"lf": 1716,
"Ġwithin": 1717,
"Ġsex": 1718,
"Ġcourse": 1719,
"ague": 1720,
"Ġfight": 1721,
"uff": 1722,
"ubl": 1723,
"ster": 1724,
"Ġonce": 1725,
"ĠObama": 1726,
"Ġamong": 1727,
"ulation": 1728,
"imate": 1729,
"urch": 1730,
"Ġactiv": 1731,
"rew": 1732,
"nect": 1733,
"Ġfuture": 1734,
"iting": 1735,
"Ġinvestig": 1736,
"Ġunderstand": 1737,
"Ġpossible": 1738,
"ortun": 1739,
"Ġconcer": 1740,
"Ġcho": 1741,
"ones": 1742,
"ĠOn": 1743,
"ĠBr": 1744,
"Ġmeans": 1745,
"ggest": 1746,
"Ġproblem": 1747,
"!ĊĊ": 1748,
"Ġauthor": 1749,
"Ġthought": 1750,
"itive": 1751,
"for": 1752,
"ĠCar": 1753,
"Ġpriv": 1754,
"Ġviol": 1755,
"ourn": 1756,
"Ġavail": 1757,
"ĠNo": 1758,
"ball": 1759,
"Ġproduct": 1760,
"ivid": 1761,
"my": 1762,
"ler": 1763,
"Ġknown": 1764,
"oci": 1765,
"Ġnon": 1766,
"gress": 1767,
"Ġyet": 1768,
"Ġhold": 1769,
"Ġacross": 1770,
"Ġprotect": 1771,
"ald": 1772,
"Ġlocal": 1773,
"Ġcommunity": 1774,
"Ġi": 1775,
"Ġfail": 1776,
"inc": 1777,
"Ġreason": 1778,
"ĠWhen": 1779,
"Ġsuggest": 1780,
"ĠState": 1781,
"Ġmakes": 1782,
"Ġorig": 1783,
"Ġ&": 1784,
"âĢĵ": 1785,
"verage": 1786,
"not": 1787,
"por": 1788,
"Ġasked": 1789,
"You": 1790,
"orld": 1791,
"ĠTe": 1792,
"ederal": 1793,
"Ġgiven": 1794,
"aged": 1795,
"Ġreported": 1796,
"ensive": 1797,
"Ġmus": 1798,
"iber": 1799,
"Ġothers": 1800,
"Ġstrong": 1801,
"Ġbelieve": 1802,
"Ġprob": 1803,
"Ġvideo": 1804,
"to": 1805,
"Ġgetting": 1806,
"Ġben": 1807,
"br": 1808,
"ĠHouse": 1809,
"Ġlight": 1810,
"ances": 1811,
"ober": 1812,
"Ġannoun": 1813,
"40": 1814,
"itions": 1815,
"Ġident": 1816,
"ored": 1817,
"-l": 1818,
"Ġca": 1819,
"Ġsent": 1820,
"Ġcut": 1821,
"iron": 1822,
"Ġlim": 1823,
"ĠCo": 1824,
"iety": 1825,
"ams": 1826,
"ĠChrist": 1827,
"ĠUniversity": 1828,
"Ġcond": 1829,
"urther": 1830,
"Ġsour": 1831,
"Ġcreat": 1832,
"ashing": 1833,
"'ve": 1834,
"ament": 1835,
"Ġnet": 1836,
"ĠX": 1837,
"Ġbat": 1838,
"rest": 1839,
"Ġnational": 1840,
"Ġstarted": 1841,
"Ġsaf": 1842,
"arm": 1843,
"Ġclose": 1844,
").ĊĊ": 1845,
"Ġavailable": 1846,
"For": 1847,
"Ġdeath": 1848,
"aster": 1849,
".,": 1850,
"Ġhig": 1851,
"Ġindust": 1852,
"of": 1853,
"Ġbased": 1854,
"Ġissue": 1855,
"resent": 1856,
"Ġlove": 1857,
"ĠDemocrat": 1858,
"Ġlow": 1859,
"Ġaccount": 1860,
"use": 1861,
"Ġfollowing": 1862,
"Ġhistory": 1863,
"Ġmom": 1864,
"Ġemploy": 1865,
"ĠCent": 1866,
"ĠMin": 1867,
"orts": 1868,
"selves": 1869,
"Ġago": 1870,
"ability": 1871,
"Ġcomes": 1872,
"Ġtrying": 1873,
"Ġparty": 1874,
"ument": 1875,
"Ġ#": 1876,
"Ġalmost": 1877,
"ĠAm": 1878,
"uly": 1879,
"Ġseries": 1880,
"book": 1881,
"utes": 1882,
"gether": 1883,
"Ġtogether": 1884,
"AT": 1885,
"Ġidea": 1886,
"ĠAmerica": 1887,
"ination": 1888,
"hers": 1889,
"Ġfoc": 1890,
"Ġaccess": 1891,
"ĠFl": 1892,
"ief": 1893,
"22": 1894,
"ilar": 1895,
"reed": 1896,
"ails": 1897,
"Ġisn": 1898,
"Ġcommit": 1899,
"itional": 1900,
"Ġclear": 1901,
"ĠSen": 1902,
"ĠWhat": 1903,
"Ġtrad": 1904,
"Ġpract": 1905,
"Ġadded": 1906,
"Ġimpro": 1907,
"ring": 1908,
"erence": 1909,
"Ġexperience": 1910,
"though": 1911,
"ĠOne": 1912,
"Ġfilm": 1913,
"rodu": 1914,
"af": 1915,
"Ġhalf": 1916,
"ged": 1917,
"ĠBro": 1918,
"witter": 1919,
"Ġhit": 1920,
"ustom": 1921,
"unch": 1922,
"Ġrul": 1923,
"Ġlooking": 1924,
"ividual": 1925,
"ograp": 1926,
"Ġsix": 1927,
"rael": 1928,
"Ġanything": 1929,
"rict": 1930,
"Ġlive": 1931,
"Ġanal": 1932,
"Ġcomplete": 1933,
"Ġarea": 1934,
"inton": 1935,
"erman": 1936,
"minist": 1937,
"Ġfav": 1938,
"Ġris": 1939,
"Ġmiss": 1940,
"ai": 1941,
"ĠComm": 1942,
"ĠEx": 1943,
"Ġpresent": 1944,
"Ġsaying": 1945,
"IN": 1946,
"ows": 1947,
"nes": 1948,
"raw": 1949,
"ote": 1950,
"aid": 1951,
"rug": 1952,
"Ġbad": 1953,
"ĠCanad": 1954,
"Ġvict": 1955,
"cially": 1956,
"Ġbill": 1957,
"back": 1958,
"uge": 1959,
"Ġtaken": 1960,
"ert": 1961,
"ĠPr": 1962,
"Ġmor": 1963,
"Ġcourt": 1964,
"Ġentire": 1965,
"ators": 1966,
"Ġcompet": 1967,
"ev": 1968,
"ĠEng": 1969,
"Ġphot": 1970,
"Ġtry": 1971,
"Ġbehind": 1972,
"Ġaut": 1973,
"ĠTo": 1974,
"play": 1975,
"'m": 1976,
"Ġtre": 1977,
"What": 1978,
"wards": 1979,
"ien": 1980,
"Ġz": 1981,
"Ġnear": 1982,
"Ġer": 1983,
"osp": 1984,
"Ġmult": 1985,
"23": 1986,
"ĠPol": 1987,
"Ġmilitary": 1988,
"Ġsecurity": 1989,
"Ġface": 1990,
"Ġproper": 1991,
"Ġdiscuss": 1992,
"Ġ|": 1993,
"Ġrather": 1994,
"Ġindividual": 1995,
"Ġtot": 1996,
"ps": 1997,
"Ġthreat": 1998,
"ĠDon": 1999,
"Ġsingle": 2000,
"Ġstudy": 2001,
"Ġmind": 2002,
"ĠWar": 2003,
"ĠBrit": 2004,
"Ġquick": 2005,
"ĠAf": 2006,
"198": 2007,
"Ġpubl": 2008,
"atic": 2009,
"amed": 2010,
"Ġwanted": 2011,
"irc": 2012,
"Ġfall": 2013,
"ĠSec": 2014,
"ĠNorth": 2015,
"Ġmess": 2016,
"aper": 2017,
"An": 2018,
"Ġpolicy": 2019,
"ris": 2020,
"off": 2021,
"ales": 2022,
"ĠMan": 2023,
"Ġsomeone": 2024,
"lement": 2025,
"ids": 2026,
"Ġfood": 2027,
"Ġsum": 2028,
"lling": 2029,
"On": 2030,
"Ġblack": 2031,
"Ġ/": 2032,
"Ġcult": 2033,
"Ġspecial": 2034,
"ON": 2035,
"Ġbring": 2036,
"Ġredu": 2037,
"21": 2038,
"ĠGr": 2039,
"Ġplayer": 2040,
"60": 2041,
"Ġland": 2042,
"Ġcomb": 2043,
"Ġkey": 2044,
"ply": 2045,
"Ġattempt": 2046,
"Ġcompan": 2047,
"ĠÂ": 2048,
"ĠDep": 2049,
"yn": 2050,
"par": 2051,
"When": 2052,
"Ġtaking": 2053,
"sh": 2054,
"ĠBar": 2055,
"ĠNational": 2056,
"ify": 2057,
"Ġfoot": 2058,
"rote": 2059,
"**": 2060,
"olution": 2061,
"elt": 2062,
"viron": 2063,
"Ġelse": 2064,
"Ġbody": 2065,
"Ġpret": 2066,
"dd": 2067,
"Ġspace": 2068,
"ĠCal": 2069,
"Ġprobably": 2070,
"Ġ]ĊĊ": 2071,
"go": 2072,
"://": 2073,
"ashington": 2074,
"Ġnothing": 2075,
"Ġfront": 2076,
"RE": 2077,
"Ġcou": 2078,
"icult": 2079,
"ĠWorld": 2080,
"ches": 2081,
"ĠIsrael": 2082,
"Ġresearch": 2083,
"Ġconnect": 2084,
"over": 2085,
"Ġcoming": 2086,
"ĠIm": 2087,
"Ġsw": 2088,
"ĠClinton": 2089,
"ĠCity": 2090,
"Ġpoints": 2091,
"-h": 2092,
"Ġhowever": 2093,
"ming": 2094,
"Ġdescrib": 2095,
"Ġjo": 2096,
"cing": 2097,
"ault": 2098,
"reme": 2099,
"Ġsimilar": 2100,
"Ġbenef": 2101,
"Ġeither": 2102,
"lier": 2103,
"Ġsignific": 2104,
"ully": 2105,
"Ġdecision": 2106,
"Ġcoun": 2107,
"aces": 2108,
"Ġexist": 2109,
"ĠHar": 2110,
"Ġmass": 2111,
"ĠAust": 2112,
"ana": 2113,
"Ġsus": 2114,
"Ġtarg": 2115,
"That": 2116,
"IS": 2117,
"mb": 2118,
"Ġimm": 2119,
"Ġfeat": 2120,
"Ġconv": 2121,
"irl": 2122,
"Ġhouse": 2123,
"Ġenc": 2124,
"Ġrights": 2125,
"27": 2126,
"ĠSu": 2127,
"asing": 2128,
"AN": 2129,
"-old": 2130,
"Ġwa": 2131,
"Ġfurther": 2132,
"ww": 2133,
"ung": 2134,
"Ġchall": 2135,
"Ġdoc": 2136,
"Ġcreate": 2137,
"Ġfire": 2138,
"Ġwrote": 2139,
"So": 2140,
"Ġban": 2141,
"Ġservice": 2142,
"Ġfig": 2143,
"Ġthird": 2144,
"sy": 2145,
"âĢĻd": 2146,
"Ġrepl": 2147,
"Ġpick": 2148,
"Ġstop": 2149,
"-w": 2150,
"Ġcompl": 2151,
"ĠWith": 2152,
"ively": 2153,
"Ġbegin": 2154,
"Ġfield": 2155,
"Ġissues": 2156,
"now": 2157,
"ape": 2158,
"Ġwhole": 2159,
"Ġrelations": 2160,
"pping": 2161,
"Ġstep": 2162,
"Ġsuper": 2163,
"ried": 2164,
"Ġseems": 2165,
"Ġmeas": 2166,
"Ġeverything": 2167,
"ran": 2168,
"ently": 2169,
"Ġcand": 2170,
"pecially": 2171,
"amer": 2172,
"Ġcompanies": 2173,
"ĠJan": 2174,
"28": 2175,
"Ġexec": 2176,
"Ġfederal": 2177,
"Ġtra": 2178,
"Ġey": 2179,
"pite": 2180,
"Ġroom": 2181,
"sw": 2182,
"ĠWashington": 2183,
"ĠGu": 2184,
"Ġdue": 2185,
"Ġwatch": 2186,
"aul": 2187,
"ilt": 2188,
"Ġlab": 2189,
"ĠGe": 2190,
"uation": 2191,
"oon": 2192,
"Ġleaders": 2193,
"Ġsound": 2194,
"head": 2195,
"Ġinfl": 2196,
"ibility": 2197,
"Ġstates": 2198,
"Ġself": 2199,
"ĠHowever": 2200,
"Ġrole": 2201,
"ivil": 2202,
"Ġ:": 2203,
"iday": 2204,
"Ġstri": 2205,
"att": 2206,
"Ch": 2207,
"Ġcustom": 2208,
"Ġofficials": 2209,
"Ġreleased": 2210,
"eal": 2211,
"Ġdam": 2212,
"Ġbegan": 2213,
"ĠDav": 2214,
"ery": 2215,
"Ġstudents": 2216,
"ĠApp": 2217,
"Ġcharacter": 2218,
"Ġposition": 2219,
"Ġopt": 2220,
"obal": 2221,
"ĠSouth": 2222,
"26": 2223,
"ĠInst": 2224,
"Ġmatter": 2225,
"Ġoutside": 2226,
"Ġfinal": 2227,
"ender": 2228,
"Ġener": 2229,
"Ġdou": 2230,
"Ġstatement": 2231,
"é": 2232,
"ades": 2233,
"Ġhimself": 2234,
"Ġtreat": 2235,
"Ġbreak": 2236,
"Ġdevelopment": 2237,
"Ġprovide": 2238,
"sec": 2239,
"Ġstat": 2240,
"vironment": 2241,
"Ġinit": 2242,
"Ġabove": 2243,
"Ġitself": 2244,
"Ġamount": 2245,
"Ġdi": 2246,
"ĠPart": 2247,
"Ġhours": 2248,
"Ġaction": 2249,
"Ġrepresent": 2250,
"Ġthemselves": 2251,
"Ġgun": 2252,
"Ġoffice": 2253,
"Ġcontinue": 2254,
"Ġbecame": 2255,
"iod": 2256,
"ĠIntern": 2257,
"Ġgeneral": 2258,
"Ġspecific": 2259,
"Ġaddress": 2260,
"Ġneg": 2261,
"Ġcountries": 2262,
"aced": 2263,
"ĠAss": 2264,
"arter": 2265,
"reg": 2266,
"lish": 2267,
"Ġlarg": 2268,
"Ġsimply": 2269,
"Ġtrue": 2270,
"ask": 2271,
"ograph": 2272,
"Ġwasn": 2273,
"cri": 2274,
"lim": 2275,
"ĠRes": 2276,
"'ll": 2277,
"Ġsignificant": 2278,
"umb": 2279,
"acebook": 2280,
"Ġground": 2281,
"oid": 2282,
"ogn": 2283,
"Ġinterview": 2284,
"Ġrunning": 2285,
"ĠJust": 2286,
"ili": 2287,
"Ġdifficult": 2288,
"Ġbar": 2289,
"Ġrad": 2290,
"Ġevidence": 2291,
"ĠEd": 2292,
"BC": 2293,
"Ġadminist": 2294,
"Ġprofess": 2295,
"Ġversion": 2296,
"ream": 2297,
"Ġneeds": 2298,
"Ġcop": 2299,
"Ġagree": 2300,
"angu": 2301,
"ogle": 2302,
"Ġeveryone": 2303,
"Ġdrug": 2304,
"Ġtyp": 2305,
"Ġgroups": 2306,
"eks": 2307,
"iddle": 2308,
"Ġrespons": 2309,
"Ġbuilding": 2310,
"right": 2311,
"Ġball": 2312,
"Ġdom": 2313,
"Ġwoman": 2314,
"Ġshows": 2315,
"ĠChina": 2316,
"Ġmusic": 2317,
"Ġcommon": 2318,
"ĠGerman": 2319,
"Ġlat": 2320,
"lam": 2321,
"Ġdest": 2322,
"Ġneeded": 2323,
"Ġinj": 2324,
"Ġtem": 2325,
"Ġbelow": 2326,
"AR": 2327,
"ift": 2328,
"Ġexc": 2329,
"ĠMed": 2330,
"Ġrelease": 2331,
"ournal": 2332,
"Ġsaw": 2333,
"Ġdeep": 2334,
"Ġpretty": 2335,
"ribut": 2336,
"Ġinclude": 2337,
"Ġquite": 2338,
"Ġplayed": 2339,
"Ġap": 2340,
"Ġindustry": 2341,
"ĠAb": 2342,
"Ġsense": 2343,
"Ġenergy": 2344,
"Ġplaying": 2345,
"Ġcandid": 2346,
"29": 2347,
"Ġmag": 2348,
"ĠHis": 2349,
"Ġphys": 2350,
"ival": 2351,
"Ġgen": 2352,
"light": 2353,
"Ġwhite": 2354,
"isc": 2355,
"Ġlegal": 2356,
"atur": 2357,
"yle": 2358,
"Ġlate": 2359,
"Ġfriends": 2360,
"Ġabs": 2361,
"Ġcharg": 2362,
"Ġalleg": 2363,
"AS": 2364,
"How": 2365,
"ĠAfter": 2366,
"Ġinstead": 2367,
"where": 2368,
"Ġlost": 2369,
"ĠWest": 2370,
"Ġespecially": 2371,
"Ġvalue": 2372,
"Ġbillion": 2373,
"Ġmot": 2374,
"197": 2375,
"Ġred": 2376,
"osing": 2377,
"ĠMus": 2378,
"body": 2379,
"Ġhom": 2380,
"lev": 2381,
"Ġhost": 2382,
"oring": 2383,
"Ġanim": 2384,
"ĠNot": 2385,
"istic": 2386,
"Ġple": 2387,
"Ġforward": 2388,
"ager": 2389,
"Ġrecently": 2390,
"Ġobject": 2391,
"ĠNews": 2392,
"Ġtrack": 2393,
"ccording": 2394,
"omm": 2395,
"oe": 2396,
"Ġweeks": 2397,
"Ġelection": 2398,
"epend": 2399,
"Ġvote": 2400,
"ique": 2401,
"Ġjud": 2402,
"Ġsuff": 2403,
"irt": 2404,
"ĠWhite": 2405,
"Ġdeter": 2406,
"lt": 2407,
"ĠTwitter": 2408,
"Ġchanges": 2409,
"ĠOct": 2410,
"Ġperiod": 2411,
"Ġopportun": 2412,
"Ġ)": 2413,
"medi": 2414,
"eed": 2415,
"Ġlo": 2416,
"Ġlonger": 2417,
"ached": 2418,
"oke": 2419,
"Ġpain": 2420,
"arc": 2421,
"Ġsite": 2422,
"Ġaccept": 2423,
"hod": 2424,
"Ġep": 2425,
"Ġsoon": 2426,
"Ġshoot": 2427,
"ĠWill": 2428,
"Ġmoment": 2429,
"Ġobs": 2430,
"Ġhope": 2431,
"Ġeconomic": 2432,
"oph": 2433,
"ĠCong": 2434,
"ole": 2435,
"Ġpie": 2436,
"Ġdecl": 2437,
"irm": 2438,
"Ġcheck": 2439,
"Ġwrong": 2440,
"Ġblock": 2441,
"Ġconsum": 2442,
"ĠSept": 2443,
"Ġrelig": 2444,
"Ġtit": 2445,
"Ġ{": 2446,
"ĠMy": 2447,
"ĠDepartment": 2448,
"ns": 2449,
"____": 2450,
"onse": 2451,
"Ġpotential": 2452,
"Ġhigher": 2453,
"Ġcirc": 2454,
"lege": 2455,
"Ġworks": 2456,
"Ġconsider": 2457,
"ners": 2458,
"Ġfocus": 2459,
"alt": 2460,
"ancial": 2461,
"Ġshare": 2462,
"Ġcred": 2463,
"ĠMarch": 2464,
"Ġeduc": 2465,
"ij": 2466,
"Ġheld": 2467,
"cial": 2468,
"key": 2469,
"iding": 2470,
"Ġonline": 2471,
"Ġwebs": 2472,
"Ġstay": 2473,
"Ġwalk": 2474,
"Ġled": 2475,
"ĠDr": 2476,
"ularly": 2477,
"overed": 2478,
"Ġreve": 2479,
"Ġwords": 2480,
"Ġparent": 2481,
"Ġpred": 2482,
"==": 2483,
"Ġstru": 2484,
"ĠThese": 2485,
"Ġresults": 2486,
"Ġ+": 2487,
"ĠRepublican": 2488,
"Ġrisk": 2489,
"ĠSyri": 2490,
"lear": 2491,
"Ġreview": 2492,
"bo": 2493,
"Ġrev": 2494,
"icro": 2495,
"Ġsold": 2496,
"Ġlaws": 2497,
"fect": 2498,
"Ġcontract": 2499,
"Ġcode": 2500,
"Ġfunction": 2501,
"They": 2502,
"aut": 2503,
"Ġwind": 2504,
"Ġce": 2505,
"cil": 2506,
"Ġtotal": 2507,
"Ġarticle": 2508,
"ĠAug": 2509,
"Ġaud": 2510,
"Ġapplic": 2511,
"ĠMe": 2512,
"Ġservices": 2513,
"uary": 2514,
"Ġminutes": 2515,
"Ġpersonal": 2516,
"ĠMich": 2517,
"asons": 2518,
"ients": 2519,
"urd": 2520,
"Ġanyone": 2521,
"Ġage": 2522,
"ilities": 2523,
"anger": 2524,
"ĠJune": 2525,
"che": 2526,
"itution": 2527,
"Ġprim": 2528,
"put": 2529,
"Ġfavor": 2530,
"Ġrate": 2531,
"Ad": 2532,
"haps": 2533,
"Ġtarget": 2534,
"Ġansw": 2535,
"ule": 2536,
"Ġpopular": 2537,
"ateg": 2538,
"ES": 2539,
"Ġupd": 2540,
"ĠSte": 2541,
"Ġden": 2542,
"apan": 2543,
"Ġexpress": 2544,
"fer": 2545,
"Ġearlier": 2546,
"Ġnecess": 2547,
"Ġhy": 2548,
"Ġdead": 2549,
"Ġvol": 2550,
"ĠPe": 2551,
"pril": 2552,
"80": 2553,
"val": 2554,
"ham": 2555,
"Ġcomput": 2556,
"Ġrespect": 2557,
"aging": 2558,
"Ġtechnology": 2559,
"uel": 2560,
"Ġgoal": 2561,
"Ġexpected": 2562,
"Ġcreated": 2563,
"Ġenvironment": 2564,
"ĠPar": 2565,
"ends": 2566,
"Ġproblems": 2567,
"Ġsurpr": 2568,
"Ġbase": 2569,
"ude": 2570,
"Ph": 2571,
"Ġreceived": 2572,
"reet": 2573,
"tee": 2574,
"Ġport": 2575,
"Al": 2576,
"ĠDo": 2577,
"ĠJuly": 2578,
"Ġscient": 2579,
"na": 2580,
"-st": 2581,
"Ġways": 2582,
"Ġincrease": 2583,
"Ġeasy": 2584,
"Ġanti": 2585,
"Ġcomment": 2586,
"isl": 2587,
"iple": 2588,
"Ġforce": 2589,
"Ġshot": 2590,
"ray": 2591,
"Ġprivate": 2592,
"ĠSm": 2593,
"Ġquestions": 2594,
"Ġcannot": 2595,
"35": 2596,
"Ġ<": 2597,
"Ġannounced": 2598,
"eter": 2599,
"action": 2600,
"ctor": 2601,
"Ġpack": 2602,
"ĠMond": 2603,
"ĠGod": 2604,
"Ġlangu": 2605,
"Ġimpact": 2606,
"ĠCongress": 2607,
"Ġpur": 2608,
"aterial": 2609,
"ples": 2610,
"atives": 2611,
"hern": 2612,
"aving": 2613,
"ĠFacebook": 2614,
"Ġinvolved": 2615,
"ĠEn": 2616,
"ills": 2617,
"âĢľI": 2618,
"omb": 2619,
"Ġdiv": 2620,
"lex": 2621,
"Ġet": 2622,
"itiz": 2623,
"Ġspeak": 2624,
"Ġexact": 2625,
"hood": 2626,
"Ġtype": 2627,
"Ġmodel": 2628,
"onst": 2629,
"Ġexecut": 2630,
"Ġnearly": 2631,
"ires": 2632,
"ĠAustral": 2633,
"ourt": 2634,
"Ġcivil": 2635,
"mp": 2636,
"uesday": 2637,
"Ġrelationship": 2638,
"Ġterror": 2639,
"Ġstaff": 2640,
"Ġsen": 2641,
"ees": 2642,
"okes": 2643,
"To": 2644,
"Ġcases": 2645,
"ĠFriday": 2646,
"Ġinside": 2647,
"-in": 2648,
"Ġoriginal": 2649,
"rem": 2650,
"Ġcontent": 2651,
"Ġleave": 2652,
"Ġresponse": 2653,
"lled": 2654,
"EN": 2655,
"ĠRed": 2656,
"Ġcapt": 2657,
"Ġfans": 2658,
"ĠGoogle": 2659,
"ãģ": 2660,
"Ġcoll": 2661,
"ech": 2662,
"Ġur": 2663,
"ĠApril": 2664,
"Ġinternational": 2665,
"ĠCount": 2666,
"Ġarrest": 2667,
"At": 2668,
"Ġaverage": 2669,
"ging": 2670,
"rel": 2671,
"Ġbroad": 2672,
"Ġliving": 2673,
"Ġheart": 2674,
"duct": 2675,
"ky": 2676,
"oto": 2677,
"ĠMonday": 2678,
"Ġreports": 2679,
"Ġworth": 2680,
"Ġkilled": 2681,
"Ġnation": 2682,
"ips": 2683,
"ellig": 2684,
"rain": 2685,
"atural": 2686,
"Ġcal": 2687,
"Ġbecom": 2688,
"ests": 2689,
"Ġworked": 2690,
"Ġusers": 2691,
"Ġsource": 2692,
"Ġsoft": 2693,
"Ġimmedi": 2694,
"Ġsubject": 2695,
"joy": 2696,
"ĠTuesday": 2697,
"ops": 2698,
"cast": 2699,
"Ġchance": 2700,
"Ġestab": 2701,
"ĠPal": 2702,
"Ġrespond": 2703,
"Ġclub": 2704,
"ĠAmericans": 2705,
"ĠPer": 2706,
"ites": 2707,
"OR": 2708,
"Ġcell": 2709,
"Ġglobal": 2710,
"Ġtakes": 2711,
"ael": 2712,
"Ġdel": 2713,
"Ġability": 2714,
"ext": 2715,
"bor": 2716,
"rought": 2717,
"Ġoil": 2718,
"Ġweap": 2719,
"ĠAct": 2720,
"Ġassoci": 2721,
"Ġterms": 2722,
"like": 2723,
"Ġworkers": 2724,
"Ġprice": 2725,
"izing": 2726,
"ĠJapan": 2727,
"osition": 2728,
"Ġdirector": 2729,
"ological": 2730,
"ises": 2731,
"Ġroad": 2732,
"hel": 2733,
"Ġtou": 2734,
"Ġpublished": 2735,
"Ġcollect": 2736,
"Ġdefin": 2737,
"Ġfinancial": 2738,
"ĠWhile": 2739,
"ĠRussia": 2740,
"Ġmid": 2741,
"Ġsqu": 2742,
"ĠWed": 2743,
"Ġdecided": 2744,
"ovember": 2745,
".m": 2746,
"Ġlack": 2747,
"Ġlog": 2748,
"ĠSome": 2749,
"Ġphone": 2750,
"Ġmother": 2751,
"-g": 2752,
"Ġgave": 2753,
"unt": 2754,
"Ġbuy": 2755,
"Ġgirl": 2756,
"Ġstore": 2757,
"Ġemer": 2758,
"196": 2759,
"Ġinflu": 2760,
"Ġcapital": 2761,
"Ġhappened": 2762,
"ĠNow": 2763,
"Ġrequire": 2764,
"ĠCalif": 2765,
"Ġ@": 2766,
"clus": 2767,
"Ġforeign": 2768,
"Ġfem": 2769,
"Ġgoes": 2770,
"Ġcurrently": 2771,
"Ġsituation": 2772,
"ĠOff": 2773,
"ĠSan": 2774,
"ĠBy": 2775,
"oved": 2776,
"rown": 2777,
"Ġlives": 2778,
"Ġwhose": 2779,
"Ġoffer": 2780,
"Ġindic": 2781,
"Ġmaterial": 2782,
"Ġtal": 2783,
"ino": 2784,
"ĠGeor": 2785,
"\"I": 2786,
"ought": 2787,
"70": 2788,
"Ġplans": 2789,
"Ġaffect": 2790,
"vertise": 2791,
"ĠSund": 2792,
"nesday": 2793,
"Ġmember": 2794,
"bit": 2795,
"Ġmethod": 2796,
"Ġarri": 2797,
"Ġparticip": 2798,
"eg": 2799,
"ĠJanuary": 2800,
"rect": 2801,
"Ġpict": 2802,
"ĠAg": 2803,
"ursday": 2804,
"ĠFeb": 2805,
"One": 2806,
"Ġmeeting": 2807,
"Ġrecogn": 2808,
"Ġteams": 2809,
"Ġturned": 2810,
"ruction": 2811,
"Ġbank": 2812,
"ĠHill": 2813,
"Ġevents": 2814,
"Ġnetwork": 2815,
"ĠSeptember": 2816,
"fully": 2817,
"order": 2818,
"Ġsimple": 2819,
"ese": 2820,
"Ġintrodu": 2821,
"Ġill": 2822,
"Ġareas": 2823,
"Ġnorm": 2824,
"Ġcy": 2825,
"ĠCor": 2826,
"Ġregard": 2827,
"ĠIslam": 2828,
"Ġhuge": 2829,
"Ġcouple": 2830,
"Ġapproach": 2831,
"Ġpage": 2832,
"Ġperformance": 2833,
"ĠTV": 2834,
"ttp": 2835,
"--------": 2836,
"oud": 2837,
"Ġcareer": 2838,
"Ġtool": 2839,
"45": 2840,
"90": 2841,
"Ġmis": 2842,
"Ġfelt": 2843,
"aur": 2844,
"ĠGl": 2845,
"ĠNovember": 2846,
"apt": 2847,
"ĠAfric": 2848,
"\",": 2849,
"ety": 2850,
"Ġord": 2851,
"Ġdeli": 2852,
"Ġrace": 2853,
"Ġemail": 2854,
"ĠEl": 2855,
"Ġquickly": 2856,
"oor": 2857,
"Ġround": 2858,
"Ġhon": 2859,
"aily": 2860,
"ĠDavid": 2861,
"Ġimprove": 2862,
"Ġengine": 2863,
"Ġnumbers": 2864,
"Ġvictim": 2865,
"ĠWednesday": 2866,
"Ġadministration": 2867,
"Ġvia": 2868,
"ĠAng": 2869,
"chie": 2870,
"Ġpull": 2871,
"istan": 2872,
"Ġbuilt": 2873,
"ened": 2874,
"Ġfre": 2875,
"avy": 2876,
"Ġtext": 2877,
"Ġloss": 2878,
"Ġpers": 2879,
"ĠThursday": 2880,
"ructure": 2881,
"ĠPaul": 2882,
"ume": 2883,
"Ġfather": 2884,
"Ġthous": 2885,
"ĠEuropean": 2886,
"Ġeconomy": 2887,
"iment": 2888,
"AL": 2889,
"ornia": 2890,
"Ġproduction": 2891,
"Ġboy": 2892,
"Ġheard": 2893,
"Ġdig": 2894,
"Ġmatch": 2895,
"Ġwebsite": 2896,
"Ġenjoy": 2897,
"ĠCourt": 2898,
"Ġreveal": 2899,
"Ġallowed": 2900,
"Ġhands": 2901,
"Ġrepe": 2902,
"Ġboard": 2903,
"pro": 2904,
"Ġspent": 2905,
"Ġtrade": 2906,
"ights": 2907,
"Ġwide": 2908,
"ĠOctober": 2909,
"Sh": 2910,
"Ġsecret": 2911,
"cember": 2912,
"Ġlower": 2913,
"ĠSch": 2914,
"Ġtravel": 2915,
"Ġste": 2916,
"ĠAugust": 2917,
"-up": 2918,
"Ġcover": 2919,
"atory": 2920,
"Ġincluded": 2921,
"load": 2922,
"Ġpoll": 2923,
"Ġwants": 2924,
"uses": 2925,
"Ġlegisl": 2926,
"-based": 2927,
"Ġtown": 2928,
"Ġknew": 2929,
"500": 2930,
"Ġneigh": 2931,
"?âĢĿ": 2932,
"orters": 2933,
"Ġbehav": 2934,
"lin": 2935,
"iction": 2936,
"ĠBritish": 2937,
"Ġsepar": 2938,
"With": 2939,
"estern": 2940,
"ĠSunday": 2941,
"ÂŃ": 2942,
"Ġgets": 2943,
"Ġvisit": 2944,
"Ġperfect": 2945,
"ences": 2946,
"ctions": 2947,
"ĠCanada": 2948,
"anks": 2949,
"ishing": 2950,
"Ġmovement": 2951,
"agement": 2952,
"Ġtried": 2953,
"ession": 2954,
"gest": 2955,
"raz": 2956,
");": 2957,
"Ġbi": 2958,
"Ġcause": 2959,
"Ġforces": 2960,
"Ġfear": 2961,
"Ġens": 2962,
"Ġattention": 2963,
"Ġparticular": 2964,
"ĠKore": 2965,
"After": 2966,
"ening": 2967,
"99": 2968,
"Ġ}": 2969,
"Ġpopulation": 2970,
"ceed": 2971,
"Ġreach": 2972,
"Ġbrought": 2973,
"Ġlooks": 2974,
"urning": 2975,
"Ġvarious": 2976,
"ibly": 2977,
"oo": 2978,
"Ġvo": 2979,
"uk": 2980,
"arily": 2981,
"Ġbud": 2982,
"31": 2983,
"32": 2984,
"ĠUK": 2985,
"Ġgrowth": 2986,
"ĠCalifornia": 2987,
"Ġmention": 2988,
"Ġprevious": 2989,
"aker": 2990,
"ground": 2991,
"ĠQu": 2992,
"ED": 2993,
"Ġlink": 2994,
"Ġmorning": 2995,
"Ġveh": 2996,
"'d": 2997,
"ĠRussian": 2998,
"undred": 2999,
"AC": 3000,
"Ġfair": 3001,
"Ġfell": 3002,
"alled": 3003,
"Ġtraining": 3004,
"idered": 3005,
"cement": 3006,
"Ġprogress": 3007,
"yond": 3008,
"face": 3009,
"ma": 3010,
"sequ": 3011,
"iam": 3012,
"Ġsize": 3013,
"cies": 3014,
"US": 3015,
"][": 3016,
"Ġcontact": 3017,
"idents": 3018,
"ĠCont": 3019,
"ĠDecember": 3020,
"Ġdemand": 3021,
"Ġimage": 3022,
"ĠSw": 3023,
"Ġrac": 3024,
"ĠBlack": 3025,
"Ġhot": 3026,
"ĠIS": 3027,
"Ġsong": 3028,
"ledge": 3029,
"ze": 3030,
"ĠPost": 3031,
"While": 3032,
"Ġleader": 3033,
"cle": 3034,
"Ġhor": 3035,
"ĠHer": 3036,
"Ġcitiz": 3037,
"ecause": 3038,
"-M": 3039,
"Ġrules": 3040,
"Ġess": 3041,
"Ġliber": 3042,
"inks": 3043,
"Ġsearch": 3044,
"ification": 3045,
"Ġprep": 3046,
"ĠStreet": 3047,
"Ġlatest": 3048,
"IT": 3049,
"Ġstrugg": 3050,
"Ġupon": 3051,
"Ġcoach": 3052,
"Ġfast": 3053,
"arth": 3054,
"Ġtalking": 3055,
"come": 3056,
"Ġindepend": 3057,
"ondon": 3058,
"OS": 3059,
"uments": 3060,
"hold": 3061,
"iant": 3062,
"Ġspeed": 3063,
"ett": 3064,
"ĠPark": 3065,
"Ġwond": 3066,
"Ġreb": 3067,
"Ġfeatures": 3068,
"ĠSenate": 3069,
"omp": 3070,
"Ġaddition": 3071,
"ĠPat": 3072,
"ges": 3073,
"Ġexam": 3074,
"Ġstar": 3075,
"Ġsubs": 3076,
"Tr": 3077,
"ĠJew": 3078,
"icles": 3079,
"elligence": 3080,
"IC": 3081,
"Ġconsidered": 3082,
"aries": 3083,
"Ġlanguage": 3084,
"ĠTimes": 3085,
"Ġmedical": 3086,
"aturday": 3087,
"ĠParty": 3088,
"Ġlevels": 3089,
"eth": 3090,
"raq": 3091,
"ille": 3092,
"Ġslow": 3093,
"imately": 3094,
"aph": 3095,
"ĠCounty": 3096,
"Ġachie": 3097,
"Ġinvestigation": 3098,
"Ġund": 3099,
"unk": 3100,
"Ġsn": 3101,
"ĠCenter": 3102,
"vent": 3103,
"Ġmach": 3104,
"ope": 3105,
"Ġcard": 3106,
"ĠIndia": 3107,
"Ġsort": 3108,
"field": 3109,
"Ġcritic": 3110,
"ĠKing": 3111,
"uf": 3112,
"het": 3113,
"Ġdoll": 3114,
"ysis": 3115,
"imin": 3116,
"Ġpaper": 3117,
"Ġbox": 3118,
"wo": 3119,
"ĠIran": 3120,
"uit": 3121,
"Ġpen": 3122,
"Ġâ": 3123,
"Ġconserv": 3124,
"Ġprior": 3125,
"ĠTex": 3126,
"Ġsexual": 3127,
"Ġsystems": 3128,
"sych": 3129,
"Ġparents": 3130,
"Ġjobs": 3131,
"Ġhear": 3132,
"Ġdocument": 3133,
"atform": 3134,
"Ġspokes": 3135,
"-A": 3136,
"igr": 3137,
"Ġwritten": 3138,
"Ġsens": 3139,
"Ġincreasing": 3140,
"Ġdraw": 3141,
"Ġconduct": 3142,
"Ġseven": 3143,
"Ġseek": 3144,
"mon": 3145,
"ani": 3146,
"eared": 3147,
"ruary": 3148,
"idge": 3149,
"Ġprevent": 3150,
"ĠMuslim": 3151,
"Ġlearn": 3152,
"Ġextreme": 3153,
"Ġeffort": 3154,
"ining": 3155,
"OP": 3156,
"pir": 3157,
"33": 3158,
"Ġserious": 3159,
"rast": 3160,
"Ġson": 3161,
"Ġcompletely": 3162,
"Ġinn": 3163,
"Ġscreen": 3164,
".)": 3165,
"ĠMark": 3166,
"Ġregul": 3167,
"Ġeight": 3168,
"room": 3169,
"Ġrange": 3170,
"bed": 3171,
"ources": 3172,
"Ġconc": 3173,
"itch": 3174,
"Ġviolence": 3175,
"Ġmessage": 3176,
"Ġobv": 3177,
"Ġsurve": 3178,
"Ġdespite": 3179,
"ĠIraq": 3180,
"ha": 3181,
"Ġdoub": 3182,
"Ġinteresting": 3183,
"reedom": 3184,
"ico": 3185,
"Ġopportunity": 3186,
"Ġclaims": 3187,
"rench": 3188,
"Ġparticularly": 3189,
"ĠEm": 3190,
"eff": 3191,
"anced": 3192,
"Ġextra": 3193,
"Ġanswer": 3194,
"ĠChar": 3195,
"ĠRom": 3196,
"Ġsociety": 3197,
"Ġmajority": 3198,
"abor": 3199,
"Ġjournal": 3200,
"She": 3201,
"ĠLondon": 3202,
"Ġattacks": 3203,
"erve": 3204,
"Ġguy": 3205,
"Ġexactly": 3206,
"Ġcarry": 3207,
"entially": 3208,
"Ġbiggest": 3209,
"ĠKe": 3210,
"ux": 3211,
"ĠDonald": 3212,
"illed": 3213,
"Ġclimate": 3214,
"Ġcross": 3215,
"Ġrequired": 3216,
"Ġaren": 3217,
"ĠMore": 3218,
"ibr": 3219,
"iers": 3220,
"isions": 3221,
"aming": 3222,
"Ġpaid": 3223,
"Ġdefense": 3224,
"Ġhundred": 3225,
"Ġexperien": 3226,
"Ġmodern": 3227,
"ension": 3228,
"Ġpractice": 3229,
"erc": 3230,
"ĠEast": 3231,
"Ġexcept": 3232,
"ari": 3233,
"vertisement": 3234,
"lying": 3235,
"ĠSaturday": 3236,
"Ġquarter": 3237,
"Ġofficers": 3238,
"add": 3239,
"Ġnatural": 3240,
"oses": 3241,
"inese": 3242,
"Ġremain": 3243,
"Ġscience": 3244,
"inally": 3245,
"Ġlooked": 3246,
"nces": 3247,
"Ġcertainly": 3248,
"Ġhistor": 3249,
"uclear": 3250,
"Ġsurv": 3251,
"utions": 3252,
"Ġgas": 3253,
"Ġstories": 3254,
"Ġmiddle": 3255,
"Ġdro": 3256,
"Ġstuff": 3257,
"Ġlay": 3258,
"Ġtable": 3259,
"Ġfinally": 3260,
"Ġsometimes": 3261,
"Ġcommunic": 3262,
"ĠNet": 3263,
"-r": 3264,
"Ġproducts": 3265,
"Ġmovie": 3266,
"sc": 3267,
"ĠSand": 3268,
"ospital": 3269,
"Ġrout": 3270,
"Ġconvers": 3271,
"aves": 3272,
"-to": 3273,
"Ġimag": 3274,
"AM": 3275,
"Ġleading": 3276,
"ĠMcC": 3277,
"ously": 3278,
"Ġaw": 3279,
"ĠSpe": 3280,
"ny": 3281,
"Ġpan": 3282,
"Ġdescribed": 3283,
"Ġones": 3284,
"pper": 3285,
"Ġult": 3286,
"Ġdetails": 3287,
"Ġsummer": 3288,
"Ġterm": 3289,
"Ġuser": 3290,
"Ġchanged": 3291,
"36": 3292,
"Ġprison": 3293,
"hib": 3294,
"ĠFebruary": 3295,
"Ġblood": 3296,
"Ġquality": 3297,
"Ġstarting": 3298,
"Ġshowed": 3299,
"icks": 3300,
"Ġgiving": 3301,
"uing": 3302,
"down": 3303,
"Ġoccur": 3304,
"akers": 3305,
"Ġprovided": 3306,
"Ġnamed": 3307,
"arr": 3308,
"Ġ*": 3309,
"Ġremains": 3310,
"Ġcosts": 3311,
"asc": 3312,
"ĠTH": 3313,
"Ġregion": 3314,
"aught": 3315,
"ida": 3316,
"ĠSoc": 3317,
"Ġfit": 3318,
"Ġpoor": 3319,
"Ġdanger": 3320,
"Ġpath": 3321,
"enge": 3322,
"ĠÐ": 3323,
"ĠChe": 3324,
"yl": 3325,
"ĠMor": 3326,
"Ġchief": 3327,
"Ġeducation": 3328,
"Ġmultiple": 3329,
"Ġmob": 3330,
"Ġdamage": 3331,
"Ġgrowing": 3332,
"coin": 3333,
"Ġwriting": 3334,
"Ġment": 3335,
"\"ĊĊ": 3336,
"No": 3337,
"ĠInt": 3338,
"Ġparts": 3339,
"Ġcontinued": 3340,
"Ġdemonst": 3341,
"Ġthinking": 3342,
"Ġassist": 3343,
"Ġcomments": 3344,
"Ġsafe": 3345,
"ĠEven": 3346,
"Ġpurp": 3347,
"inary": 3348,
"Ġfix": 3349,
"bl": 3350,
"Ġmaintain": 3351,
"ĠTur": 3352,
"34": 3353,
"Ġready": 3354,
"ĠDes": 3355,
"ĠRepublicans": 3356,
"FL": 3357,
"Ġwrite": 3358,
"fl": 3359,
"Ġpurch": 3360,
"âĢľThe": 3361,
"Ġwouldn": 3362,
"Ġdied": 3363,
"Ġincreased": 3364,
"ĠDemocratic": 3365,
"Ġculture": 3366,
"ago": 3367,
"Ġvoters": 3368,
"Ġrequest": 3369,
"Ġimplement": 3370,
"Ġfile": 3371,
"ĠLeague": 3372,
"Ġmill": 3373,
"ĠGener": 3374,
"fort": 3375,
"ĠCoun": 3376,
"mitted": 3377,
"ables": 3378,
"Ġefforts": 3379,
"Ġcamer": 3380,
"iminal": 3381,
"-S": 3382,
"oper": 3383,
"ems": 3384,
"aly": 3385,
"Ġspot": 3386,
"Ġcalls": 3387,
"....": 3388,
"Ġhous": 3389,
"Ġperhaps": 3390,
"arian": 3391,
"Ġalone": 3392,
"Ġguys": 3393,
"Ġreading": 3394,
"zz": 3395,
"Ġtowards": 3396,
"Ġalthough": 3397,
"Ġcele": 3398,
"Ġstandard": 3399,
"Ġusually": 3400,
"Ġconsist": 3401,
"ĠJames": 3402,
"Ġeffects": 3403,
"Ġreality": 3404,
"Ġselect": 3405,
"Ġdirectly": 3406,
"Ġplatform": 3407,
"Ġavoid": 3408,
"Ġbeyond": 3409,
"ĠBill": 3410,
"Ġkids": 3411,
"ĠFirst": 3412,
"using": 3413,
"iles": 3414,
"Ġfootball": 3415,
"ban": 3416,
"Ġ...": 3417,
"Ġspeech": 3418,
"icated": 3419,
"oul": 3420,
"Ġ(@": 3421,
"Ġsubst": 3422,
"ĠChinese": 3423,
"Ġcouldn": 3424,
"Ġunf": 3425,
"ĠMichael": 3426,
"Ġscene": 3427,
"ĠTexas": 3428,
"egr": 3429,
"Ġthroughout": 3430,
"Ġstudent": 3431,
"Ġincludes": 3432,
"ara": 3433,
"rowd": 3434,
"itute": 3435,
"Ġcomplex": 3436,
"Ġcenter": 3437,
"Ġimmediately": 3438,
"ĠCons": 3439,
"Ġcat": 3440,
"ford": 3441,
"Ġchalleng": 3442,
"anch": 3443,
"Ġrob": 3444,
"Ġconcept": 3445,
"Re": 3446,
"Ġclos": 3447,
"Ġepis": 3448,
"Ġrecomm": 3449,
"Ġwife": 3450,
"BI": 3451,
"Ġchoice": 3452,
"hest": 3453,
"Ġver": 3454,
"Ġtro": 3455,
"Ġadditional": 3456,
"urg": 3457,
"Ġil": 3458,
"urt": 3459,
"ston": 3460,
"Ġresearc": 3461,
"Ġremember": 3462,
"37": 3463,
"ĠMon": 3464,
"ĠJack": 3465,
"Ġsle": 3466,
"Ġâ̦": 3467,
"Ġgone": 3468,
"ĠIndian": 3469,
"itor": 3470,
"Ġsafety": 3471,
"Ġdesigned": 3472,
"Ġten": 3473,
"Ġcast": 3474,
"Ġcorpor": 3475,
"ĠSer": 3476,
"Ġagency": 3477,
"astic": 3478,
"ports": 3479,
"Ġpiece": 3480,
"rupt": 3481,
"aches": 3482,
"omen": 3483,
"Ġahead": 3484,
"Ġsoftware": 3485,
"Ġbattle": 3486,
"Ġdebate": 3487,
"Ġofficer": 3488,
"Ġfigure": 3489,
"Ġbrain": 3490,
"Ġopin": 3491,
"Ġtoward": 3492,
"ĠMinister": 3493,
"cript": 3494,
"ilies": 3495,
"Now": 3496,
"pre": 3497,
"Ġswe": 3498,
"set": 3499,
"Ġsell": 3500,
"ression": 3501,
"Ġcounter": 3502,
"All": 3503,
"Ġthousands": 3504,
"Ġblog": 3505,
"ĠBo": 3506,
"agon": 3507,
"icient": 3508,
"Ġoption": 3509,
"Ġletter": 3510,
"irth": 3511,
"Ġsil": 3512,
"imum": 3513,
"Ġrelative": 3514,
"atever": 3515,
"Ġpressure": 3516,
"Ġprec": 3517,
"airs": 3518,
"Ġreceive": 3519,
"OT": 3520,
"Ġmoved": 3521,
"ampions": 3522,
"Ġstage": 3523,
"Ġut": 3524,
"Ġpassed": 3525,
"adem": 3526,
"38": 3527,
"oes": 3528,
"Ġappears": 3529,
"roy": 3530,
"ĠPlay": 3531,
"olute": 3532,
"ĠGreen": 3533,
"ĠII": 3534,
"Ġlaunch": 3535,
"Ġclean": 3536,
"Ġproperty": 3537,
"Ġmeaning": 3538,
"ĠServ": 3539,
"-se": 3540,
"just": 3541,
"Ġhelped": 3542,
"Ġdog": 3543,
"Im": 3544,
"Ġdisapp": 3545,
"Ġtwe": 3546,
"Ġrock": 3547,
"new": 3548,
"ĠApple": 3549,
"ĠAssoci": 3550,
"Ġcris": 3551,
"Ġdark": 3552,
"Ġ>": 3553,
"itation": 3554,
"ĠThen": 3555,
"Ġorganization": 3556,
"Ġalleged": 3557,
"Ġdrive": 3558,
"Ġscore": 3559,
"Ġconditions": 3560,
"Ġsat": 3561,
"berg": 3562,
"Ġtouch": 3563,
"Ġsuspect": 3564,
"aughter": 3565,
"Ġmoving": 3566,
"Ġdate": 3567,
"Ġreasons": 3568,
"Ġtour": 3569,
"ĠRich": 3570,
"Ġign": 3571,
"ĠDemocrats": 3572,
"Ġpark": 3573,
"amb": 3574,
"Ġfan": 3575,
"men": 3576,
"Ġnature": 3577,
"Ġdifference": 3578,
"Ġdeg": 3579,
"Ġcommand": 3580,
"Ġdevice": 3581,
"Ġhappy": 3582,
"Ġmyself": 3583,
"AD": 3584,
"Ġmaybe": 3585,
"Ġbeginning": 3586,
"rief": 3587,
"ĠSim": 3588,
"ĠSuper": 3589,
"Ġfailed": 3590,
"Ġnom": 3591,
"Ġbudget": 3592,
"ivity": 3593,
"Ġencour": 3594,
"Ġcharacters": 3595,
"Ġnuclear": 3596,
"wood": 3597,
"Ġcomputer": 3598,
"chan": 3599,
"Ġcopy": 3600,
"Ġaim": 3601,
"yan": 3602,
"ĠMart": 3603,
"Ġx": 3604,
"ocked": 3605,
"Ġcompared": 3606,
"Ġtitle": 3607,
"wise": 3608,
"ĠEnglish": 3609,
"ĠDay": 3610,
"Ġwall": 3611,
"lease": 3612,
"Ġcentury": 3613,
"Ġenfor": 3614,
"Ġcollege": 3615,
"Ġeyes": 3616,
"Ġestim": 3617,
"Ġleague": 3618,
"Ġshown": 3619,
"Ġstra": 3620,
"ĠVal": 3621,
"more": 3622,
"ĠFrench": 3623,
"Ġyes": 3624,
"Ġpositive": 3625,
"ource": 3626,
"Ġbooks": 3627,
"Ġpowerful": 3628,
"Ġrefer": 3629,
"AP": 3630,
"Ġcontribut": 3631,
"Ġbal": 3632,
"enty": 3633,
"Ġlimited": 3634,
"Ġband": 3635,
"Ġnecessary": 3636,
"Ġsche": 3637,
"ĠStar": 3638,
"Ġcitizens": 3639,
"Ġforced": 3640,
"cient": 3641,
"ufact": 3642,
"Ġcandidate": 3643,
"Ġdisp": 3644,
"ĠHere": 3645,
"Ġtrust": 3646,
"Ġconference": 3647,
"Ġarch": 3648,
"aud": 3649,
"ĠRober": 3650,
"Ġlargest": 3651,
"75": 3652,
"Ġanalysis": 3653,
"ĠSyria": 3654,
"Ġspending": 3655,
"orks": 3656,
"aint": 3657,
"igration": 3658,
"Ġsal": 3659,
"ĠOf": 3660,
"Ġpresidential": 3661,
"Ġaware": 3662,
"44": 3663,
"Ġschools": 3664,
"Ġthrow": 3665,
"Ġmeant": 3666,
"Ġeventually": 3667,
"Ġreligious": 3668,
"Ġexecutive": 3669,
"venue": 3670,
"ĠTor": 3671,
"ĠBen": 3672,
"ĠNe": 3673,
"âĢľWe": 3674,
"Ġcorrect": 3675,
"Ġphysical": 3676,
"Ġfollowed": 3677,
"My": 3678,
"Ġfamilies": 3679,
"Ġilleg": 3680,
"Ġstreng": 3681,
"Ġfeature": 3682,
"Ġcrowd": 3683,
"ĠDis": 3684,
"Ġmix": 3685,
"Be": 3686,
"Ġconfir": 3687,
"Ġbott": 3688,
"ĠWind": 3689,
"Ġfirm": 3690,
"Ġeasily": 3691,
"Ġcool": 3692,
"ares": 3693,
"orney": 3694,
"Ġautom": 3695,
"ero": 3696,
"Ġallows": 3697,
"ĠAir": 3698,
"Ġpus": 3699,
"ube": 3700,
"Ġesc": 3701,
"Ġgives": 3702,
"Ġyourself": 3703,
"Ġgrad": 3704,
"Ġfeed": 3705,
"Ġtreatment": 3706,
"cul": 3707,
"Ġactions": 3708,
"ressed": 3709,
"ID": 3710,
"ken": 3711,
"Ġdraft": 3712,
"iring": 3713,
"Ġdetail": 3714,
"New": 3715,
"Ġsusp": 3716,
"Ġoverall": 3717,
"etro": 3718,
"ĠMex": 3719,
"encies": 3720,
"ĠBel": 3721,
"Ġsmart": 3722,
"Ġincome": 3723,
"By": 3724,
"Ġang": 3725,
"Ġideas": 3726,
"Ġappeared": 3727,
"EC": 3728,
"Ġcentral": 3729,
"Ġpolitics": 3730,
"Ġdisplay": 3731,
"Ġsigned": 3732,
"OM": 3733,
"Ġweapons": 3734,
"Ġanaly": 3735,
"Ġhar": 3736,
"Ġpsych": 3737,
"Ġdecades": 3738,
"bum": 3739,
"Ġpromot": 3740,
"Ġnice": 3741,
"Ġdise": 3742,
"\"The": 3743,
"Ġfrequ": 3744,
"Ġuses": 3745,
"Ġsenior": 3746,
"ET": 3747,
"Ġcrime": 3748,
"rs": 3749,
"Advertisement": 3750,
"Don": 3751,
"Ġlif": 3752,
"ĠBre": 3753,
"craft": 3754,
"ĠGovern": 3755,
"Ġunique": 3756,
"ĠInternational": 3757,
"-time": 3758,
"Ġcredit": 3759,
"ĠJer": 3760,
"Ġdoor": 3761,
"Ġcrisis": 3762,
"According": 3763,
"resh": 3764,
"Ġaltern": 3765,
"Ġbenefits": 3766,
"Ġdeveloped": 3767,
"Ġmist": 3768,
"uty": 3769,
"Ġconflic": 3770,
"riage": 3771,
"Ġtruth": 3772,
"band": 3773,
"Ġnoted": 3774,
"ĠCap": 3775,
"Ġdrop": 3776,
"Ġ£": 3777,
"urance": 3778,
"iable": 3779,
"195": 3780,
"Ġrelated": 3781,
"Ġsales": 3782,
"Ġgoals": 3783,
"Ġbeaut": 3784,
"49": 3785,
"Ġindividuals": 3786,
"48": 3787,
"itely": 3788,
"Ġcontinues": 3789,
"ĠArab": 3790,
"ĠSchool": 3791,
"ĠAngel": 3792,
"iny": 3793,
"Ġrates": 3794,
"ĠEU": 3795,
"Ġlic": 3796,
"inn": 3797,
"Ġrap": 3798,
"Ġcustomers": 3799,
"Ġchallenge": 3800,
"IA": 3801,
"Ġsto": 3802,
"Ġprojects": 3803,
"onents": 3804,
"ĠAustralia": 3805,
"ĠEarth": 3806,
"Ġcharge": 3807,
"erved": 3808,
"Ġpredict": 3809,
"Ġapparent": 3810,
"nown": 3811,
"Is": 3812,
"ĠPolice": 3813,
"Ġintelligence": 3814,
"Ġpeace": 3815,
"change": 3816,
"ĠUnion": 3817,
"Ġpreviously": 3818,
"Ġuns": 3819,
".C": 3820,
"Ġfully": 3821,
"Ġmeasure": 3822,
"ĠChristian": 3823,
"Ġlines": 3824,
"ĠSmith": 3825,
"Ġstraight": 3826,
"ĠGermany": 3827,
"Ġmanager": 3828,
".)ĊĊ": 3829,
"board": 3830,
"Ġadvant": 3831,
"Ġbrother": 3832,
"Ġlarger": 3833,
"net": 3834,
"Ġsuccessful": 3835,
"Ġrule": 3836,
"Ġexpand": 3837,
"Ġhighly": 3838,
"Ġclearly": 3839,
"Ġreform": 3840,
"oti": 3841,
"ĠGeorge": 3842,
"orter": 3843,
"Ġseemed": 3844,
"-C": 3845,
"ĠFranc": 3846,
"Pro": 3847,
"ĠComp": 3848,
"194": 3849,
"Ġcriminal": 3850,
"Ġemb": 3851,
"55": 3852,
"ki": 3853,
"Ġprimary": 3854,
"owers": 3855,
"Un": 3856,
"rated": 3857,
"39": 3858,
"osh": 3859,
"attle": 3860,
"ĠCr": 3861,
"Ġnote": 3862,
"iced": 3863,
"Ġminor": 3864,
"-ter": 3865,
"ounds": 3866,
"antly": 3867,
"ean": 3868,
"Ġspread": 3869,
"Ġtraff": 3870,
"Ġknowledge": 3871,
"inated": 3872,
"iance": 3873,
"\"We": 3874,
"Ġincident": 3875,
"Ġattract": 3876,
"ĠTom": 3877,
"ĠFlor": 3878,
"Ġresources": 3879,
"Ġprograms": 3880,
"while": 3881,
"ategy": 3882,
"ĠCouncil": 3883,
"Ġreached": 3884,
"Ġgreater": 3885,
"Ġsave": 3886,
"Ġweb": 3887,
"Ġspir": 3888,
"olic": 3889,
"ĠBer": 3890,
"Ġprem": 3891,
"Ġkept": 3892,
"Ġarm": 3893,
"ĠHigh": 3894,
"ota": 3895,
"de": 3896,
"que": 3897,
"secut": 3898,
"Ġemot": 3899,
"Some": 3900,
"Ġsend": 3901,
"Ġfeet": 3902,
"ĠAnt": 3903,
"Ġstudies": 3904,
"ĠInternet": 3905,
"Ġfavorite": 3906,
"Ġplaces": 3907,
"Ġcolor": 3908,
"ĠRec": 3909,
"Ġmanufact": 3910,
"sey": 3911,
"Ġrare": 3912,
"ĠBrown": 3913,
"onent": 3914,
"vere": 3915,
"Ġshooting": 3916,
"icit": 3917,
"iders": 3918,
"ĠHam": 3919,
"Ġknows": 3920,
"oday": 3921,
"ĠDef": 3922,
"ĠGeneral": 3923,
"ocks": 3924,
"Ġregular": 3925,
"Ġrise": 3926,
"lick": 3927,
"ingly": 3928,
"Ġliter": 3929,
"roll": 3930,
"levision": 3931,
"Ġsources": 3932,
"Ġfighting": 3933,
"Ġlaun": 3934,
"icago": 3935,
"org": 3936,
"ĠMac": 3937,
"mar": 3938,
"ville": 3939,
"Ġactivity": 3940,
"box": 3941,
"Ġpun": 3942,
"Ġowners": 3943,
"Ġstatus": 3944,
"Ġoptions": 3945,
"Ġvoice": 3946,
"EO": 3947,
"Ġfine": 3948,
"Ġcaused": 3949,
"Ġnormal": 3950,
"usion": 3951,
"ING": 3952,
"aith": 3953,
"Ġclaimed": 3954,
"Ġspend": 3955,
"Ġorganiz": 3956,
"Ġended": 3957,
"Ġcities": 3958,
"bon": 3959,
"ado": 3960,
"ĠRob": 3961,
"ĠGold": 3962,
"ĠLa": 3963,
"Ġenem": 3964,
"Ġcalling": 3965,
"о": 3966,
"iled": 3967,
"ĠFrom": 3968,
"ength": 3969,
"Ġreflect": 3970,
"Ġintegr": 3971,
"64": 3972,
"ĠEvery": 3973,
"Ġpros": 3974,
"mission": 3975,
"ifying": 3976,
"ĠUp": 3977,
"ĠEngland": 3978,
"Ġshut": 3979,
"Ġresearchers": 3980,
"ya": 3981,
"Ġhaven": 3982,
"Ġprices": 3983,
"itness": 3984,
"Ġfemale": 3985,
"www": 3986,
"Not": 3987,
"oles": 3988,
"âĢĿ,": 3989,
"Ġnames": 3990,
"ĠMag": 3991,
"Ġhappens": 3992,
"rol": 3993,
"Ġvirt": 3994,
"Ġemployees": 3995,
"uman": 3996,
"Ġtrou": 3997,
"Ġadding": 3998,
"Ġele": 3999,
"mittee": 4000,
"inger": 4001,
"uana": 4002,
"Ġsupposed": 4003,
"Ġbasic": 4004,
"Ġhospital": 4005,
"Ġplant": 4006,
"Ġhttp": 4007,
"300": 4008,
"Ġwait": 4009,
"iverse": 4010,
"Ġpolicies": 4011,
"Ġprint": 4012,
"Ġraised": 4013,
"Ġjump": 4014,
"Ġtraditional": 4015,
"Ġalbum": 4016,
"ica": 4017,
"Ġabsolute": 4018,
"Ġcharges": 4019,
"Ġconcerns": 4020,
"Ġslight": 4021,
"Ġstyle": 4022,
"Ġcreating": 4023,
"Ġacqu": 4024,
"Ġgrand": 4025,
"Ġpatients": 4026,
"Ġfunding": 4027,
"ribution": 4028,
"roid": 4029,
"Ġauthorities": 4030,
"Ġscen": 4031,
"Ġfreedom": 4032,
"Ġbeat": 4033,
".âĢĻ": 4034,
"Ġcommer": 4035,
"Ġseeing": 4036,
"Ġlik": 4037,
"Ġminister": 4038,
"miss": 4039,
"ĠScott": 4040,
"ĠAP": 4041,
"ram": 4042,
"Ġimpl": 4043,
"Ġcry": 4044,
"Ġleaving": 4045,
"Ġactual": 4046,
"Ġmechan": 4047,
"ĠBay": 4048,
"Ġgreen": 4049,
"Ġbeg": 4050,
"65": 4051,
"alse": 4052,
"EL": 4053,
"ĠFlorida": 4054,
"ona": 4055,
"Ġbehavior": 4056,
"Ġgold": 4057,
"Ġir": 4058,
"rian": 4059,
"Ġbirth": 4060,
"Ġstation": 4061,
"Ġpush": 4062,
"ijuana": 4063,
"Ġagreement": 4064,
"Ġmer": 4065,
"Ġoffered": 4066,
"ĠMost": 4067,
"Ġensure": 4068,
"Here": 4069,
"Ġweight": 4070,
"Ġweekend": 4071,
"Ġeth": 4072,
"Ġrank": 4073,
"ĠMo": 4074,
"ĠHillary": 4075,
"Ġvac": 4076,
"tr": 4077,
"itude": 4078,
".'": 4079,
"Ġpropos": 4080,
"Ġrevealed": 4081,
"Ġwilling": 4082,
"Ġposted": 4083,
"Ġadop": 4084,
"Ġvalues": 4085,
"Ġdetermin": 4086,
"earch": 4087,
"Ar": 4088,
"ĠWell": 4089,
"acing": 4090,
"Ġapplication": 4091,
"see": 4092,
"Ġmostly": 4093,
"Ġestabl": 4094,
"ĠSun": 4095
},
"merges": [
[
"Ġ",
"t"
],
[
"Ġ",
"a"
],
[
"h",
"e"
],
[
"i",
"n"
],
[
"r",
"e"
],
[
"Ġt",
"he"
],
[
"o",
"n"
],
[
"e",
"r"
],
[
"Ġ",
"s"
],
[
"Ġ",
"w"
],
[
"a",
"t"
],
[
"Ġ",
"o"
],
[
"e",
"n"
],
[
"Ġ",
"c"
],
[
"i",
"t"
],
[
"i",
"s"
],
[
"a",
"n"
],
[
"o",
"r"
],
[
"Ġ",
"b"
],
[
"e",
"s"
],
[
"e",
"d"
],
[
"Ġ",
"f"
],
[
"in",
"g"
],
[
"Ġ",
"p"
],
[
"o",
"u"
],
[
"Ġa",
"n"
],
[
"a",
"l"
],
[
"Ġt",
"o"
],
[
"a",
"r"
],
[
"Ġ",
"m"
],
[
"Ġ",
"in"
],
[
"Ġo",
"f"
],
[
"Ġ",
"h"
],
[
"Ġ",
"d"
],
[
"Ċ",
"Ċ"
],
[
"â",
"Ģ"
],
[
"a",
"s"
],
[
"i",
"c"
],
[
"Ġan",
"d"
],
[
"Ġt",
"h"
],
[
"l",
"e"
],
[
"o",
"m"
],
[
"i",
"on"
],
[
"l",
"l"
],
[
"en",
"t"
],
[
"Ġ",
"n"
],
[
"Ġ",
"l"
],
[
"Ġ",
"re"
],
[
"s",
"t"
],
[
"v",
"e"
],
[
"l",
"y"
],
[
"Ġ",
"e"
],
[
"r",
"o"
],
[
"Ġb",
"e"
],
[
"Ġ",
"g"
],
[
".",
"ĊĊ"
],
[
"i",
"d"
],
[
"u",
"t"
],
[
"a",
"c"
],
[
"o",
"t"
],
[
"Ġ",
"T"
],
[
"Ġ",
"I"
],
[
"Ġth",
"at"
],
[
"Ġ",
"on"
],
[
"a",
"y"
],
[
"Ġ",
"S"
],
[
"Ġ",
"is"
],
[
"e",
"t"
],
[
"i",
"m"
],
[
"a",
"m"
],
[
"a",
"d"
],
[
"o",
"w"
],
[
"s",
"e"
],
[
"i",
"g"
],
[
"Ġf",
"or"
],
[
"âĢ",
"Ļ"
],
[
"Ġ",
"A"
],
[
"v",
"er"
],
[
"u",
"r"
],
[
"c",
"t"
],
[
"l",
"d"
],
[
"Ġ",
"C"
],
[
"Ġ",
"u"
],
[
"Ġs",
"t"
],
[
"Ġ",
"y"
],
[
"Ġ",
"it"
],
[
"Ġ",
"he"
],
[
"i",
"r"
],
[
"at",
"ion"
],
[
"it",
"h"
],
[
"Ġw",
"h"
],
[
"Ġ",
"M"
],
[
"c",
"e"
],
[
"t",
"er"
],
[
"o",
"l"
],
[
"Ġw",
"e"
],
[
"i",
"l"
],
[
"Ġw",
"ith"
],
[
"Ġa",
"s"
],
[
"Ġ",
"B"
],
[
"c",
"h"
],
[
"i",
"ll"
],
[
"n",
"d"
],
[
"Ġ",
"P"
],
[
"Ġw",
"as"
],
[
"Ġy",
"ou"
],
[
"er",
"s"
],
[
"k",
"e"
],
[
"Ġ",
"âĢ"
],
[
"Ġc",
"on"
],
[
"Ġd",
"e"
],
[
"Ġ",
"r"
],
[
"he",
"r"
],
[
"i",
"f"
],
[
"at",
"e"
],
[
"Ġa",
"t"
],
[
"a",
"g"
],
[
"âĢĻ",
"s"
],
[
"Ġh",
"a"
],
[
"Ġ",
"W"
],
[
"Ġs",
"e"
],
[
"Ġ",
"H"
],
[
"o",
"re"
],
[
"Ġp",
"ro"
],
[
"u",
"l"
],
[
"p",
"p"
],
[
"m",
"ent"
],
[
"r",
"i"
],
[
"Ġa",
"re"
],
[
"Ġ",
"D"
],
[
"es",
"t"
],
[
"u",
"s"
],
[
"is",
"t"
],
[
"Ġc",
"om"
],
[
"an",
"d"
],
[
"Ġ",
"R"
],
[
"o",
"p"
],
[
"a",
"in"
],
[
"ĠT",
"he"
],
[
"ig",
"h"
],
[
"r",
"om"
],
[
"Ġ",
"("
],
[
"or",
"t"
],
[
"o",
"d"
],
[
"Ġn",
"e"
],
[
"Ġ",
"F"
],
[
"u",
"n"
],
[
"u",
"m"
],
[
"Ġe",
"x"
],
[
"re",
"s"
],
[
"a",
"b"
],
[
"âĢ",
"Ŀ"
],
[
"Ġn",
"ot"
],
[
"Ġ",
"N"
],
[
"Ġ",
"v"
],
[
"es",
"s"
],
[
"Ġha",
"ve"
],
[
"it",
"y"
],
[
"ou",
"ld"
],
[
"e",
"m"
],
[
"Ġo",
"r"
],
[
"t",
"h"
],
[
"Ġb",
"y"
],
[
"o",
"s"
],
[
"an",
"t"
],
[
"Ġ",
"G"
],
[
"i",
"ve"
],
[
"Ġf",
"rom"
],
[
"Ġa",
"l"
],
[
"e",
"l"
],
[
"'",
"s"
],
[
"o",
"c"
],
[
"Ġs",
"u"
],
[
"ar",
"t"
],
[
"Ġ",
"L"
],
[
"Ġs",
"h"
],
[
"Ġth",
"is"
],
[
"n",
"t"
],
[
"q",
"u"
],
[
"igh",
"t"
],
[
"p",
"e"
],
[
"u",
"st"
],
[
"Ġ",
"le"
],
[
"Ġ",
"E"
],
[
"i",
"es"
],
[
"en",
"d"
],
[
"Ġc",
"h"
],
[
"Ġs",
"a"
],
[
"ou",
"t"
],
[
"Ġa",
"b"
],
[
"T",
"he"
],
[
"al",
"l"
],
[
"i",
"e"
],
[
"ac",
"k"
],
[
"2",
"0"
],
[
"re",
"d"
],
[
"ĠâĢ",
"ľ"
],
[
"Ġh",
"as"
],
[
"al",
"ly"
],
[
"Ġ",
"J"
],
[
"Ġp",
"l"
],
[
"Ġg",
"o"
],
[
"ar",
"d"
],
[
"i",
"v"
],
[
"om",
"e"
],
[
"Ġh",
"is"
],
[
"a",
"p"
],
[
"g",
"h"
],
[
"o",
"st"
],
[
"e",
"ar"
],
[
"Ġ",
"O"
],
[
"ou",
"r"
],
[
"Ġt",
"r"
],
[
"as",
"t"
],
[
"Ġ",
"j"
],
[
"a",
"k"
],
[
"u",
"d"
],
[
"Ġd",
"o"
],
[
"Ġthe",
"y"
],
[
"Ġb",
"ut"
],
[
"Ġw",
"or"
],
[
"r",
"ou"
],
[
"Ġc",
"an"
],
[
"g",
"e"
],
[
"Ġw",
"ill"
],
[
"Ġsa",
"id"
],
[
"Ġw",
"he"
],
[
"Ġ",
"U"
],
[
"Ġ",
"k"
],
[
"ic",
"h"
],
[
"Ġa",
"ll"
],
[
"o",
"k"
],
[
"Ġ",
"\""
],
[
"Ġwh",
"o"
],
[
"id",
"e"
],
[
"Ġin",
"t"
],
[
"am",
"e"
],
[
"an",
"s"
],
[
"t",
"her"
],
[
"i",
"al"
],
[
"Ġo",
"ut"
],
[
"Ġthe",
"ir"
],
[
"f",
"f"
],
[
"on",
"g"
],
[
"e",
"ct"
],
[
"p",
"l"
],
[
"ic",
"e"
],
[
"p",
"t"
],
[
"u",
"re"
],
[
"on",
"e"
],
[
"Ġm",
"ore"
],
[
"ag",
"e"
],
[
"ion",
"s"
],
[
"ac",
"t"
],
[
"i",
"ke"
],
[
"Ġm",
"e"
],
[
"Ġu",
"p"
],
[
"ou",
"s"
],
[
"in",
"e"
],
[
"Ġa",
"d"
],
[
"Ġab",
"out"
],
[
"at",
"ed"
],
[
"0",
"0"
],
[
"r",
"a"
],
[
"b",
"er"
],
[
"Ġon",
"e"
],
[
"Ġwe",
"re"
],
[
"Ġs",
"o"
],
[
"Ġu",
"s"
],
[
"o",
"g"
],
[
"im",
"e"
],
[
"Ġ",
"K"
],
[
"e",
"p"
],
[
"Ġh",
"ad"
],
[
"i",
"a"
],
[
"a",
"re"
],
[
"u",
"b"
],
[
"c",
"c"
],
[
"Ġw",
"ould"
],
[
"Ġc",
"l"
],
[
"Ġ",
"im"
],
[
"in",
"d"
],
[
"Ġwh",
"ich"
],
[
"a",
"ke"
],
[
"u",
"e"
],
[
"Ġcon",
"t"
],
[
"i",
"z"
],
[
"ver",
"y"
],
[
"Ġa",
"g"
],
[
"Ġt",
"e"
],
[
"Ġof",
"f"
],
[
"Ġcom",
"p"
],
[
"Ġu",
"n"
],
[
"Ġbe",
"en"
],
[
"ĠS",
"t"
],
[
"Ġ",
"en"
],
[
"s",
"o"
],
[
"p",
"er"
],
[
"a",
"u"
],
[
"ig",
"n"
],
[
"ĠT",
"h"
],
[
"ar",
"y"
],
[
"ac",
"e"
],
[
"i",
"p"
],
[
"Ġy",
"ear"
],
[
"e",
"w"
],
[
"20",
"1"
],
[
"Ġl",
"ike"
],
[
"e",
"re"
],
[
"âĢĻ",
"t"
],
[
"v",
"en"
],
[
"o",
"ok"
],
[
"Ġin",
"c"
],
[
"ay",
"s"
],
[
"Ġm",
"an"
],
[
"Ġp",
"e"
],
[
"r",
"y"
],
[
"o",
"se"
],
[
"Ġre",
"s"
],
[
"it",
"e"
],
[
"Ġp",
"er"
],
[
"ab",
"le"
],
[
"as",
"s"
],
[
"or",
"d"
],
[
"Ġs",
"p"
],
[
"i",
"re"
],
[
"Ġo",
"ther"
],
[
"ĠI",
"n"
],
[
"m",
"er"
],
[
"Ġs",
"ome"
],
[
"i",
"le"
],
[
"i",
"b"
],
[
"en",
"ce"
],
[
"op",
"le"
],
[
"k",
"s"
],
[
"ation",
"s"
],
[
"Ġo",
"ver"
],
[
"Ġthe",
"re"
],
[
"ic",
"al"
],
[
"res",
"s"
],
[
"Ġd",
"is"
],
[
"ul",
"t"
],
[
"in",
"t"
],
[
"Ġne",
"w"
],
[
"ow",
"n"
],
[
"Ġth",
"an"
],
[
"Ġal",
"so"
],
[
"Ġa",
"r"
],
[
"Ġbe",
"c"
],
[
"Ġthe",
"m"
],
[
"an",
"ce"
],
[
"r",
"u"
],
[
"ou",
"gh"
],
[
"ou",
"nt"
],
[
"p",
"ort"
],
[
"Ġa",
"pp"
],
[
"Ġyou",
"r"
],
[
"a",
"il"
],
[
"Ġp",
"art"
],
[
"Ġwhe",
"n"
],
[
"Ġwh",
"at"
],
[
"re",
"e"
],
[
"on",
"d"
],
[
"or",
"m"
],
[
"Ġpe",
"ople"
],
[
"Ġs",
"c"
],
[
"f",
"ter"
],
[
"a",
"v"
],
[
"as",
"e"
],
[
"Ġ",
"qu"
],
[
"ĠC",
"h"
],
[
"Ġan",
"y"
],
[
"Ġj",
"ust"
],
[
"Ġ",
"Y"
],
[
"Ġit",
"s"
],
[
"ac",
"h"
],
[
"Ġt",
"ime"
],
[
"1",
"9"
],
[
"ĠI",
"t"
],
[
"Ġk",
"n"
],
[
"Ġhe",
"r"
],
[
"en",
"s"
],
[
"l",
"ic"
],
[
"Ġm",
"y"
],
[
"Ġre",
"c"
],
[
"re",
"at"
],
[
"Ġg",
"et"
],
[
"Ġ",
"if"
],
[
"Ġ",
"V"
],
[
".",
"âĢĿ"
],
[
"i",
"an"
],
[
"Ġint",
"o"
],
[
"Ġwor",
"k"
],
[
"ou",
"nd"
],
[
"Ġt",
"w"
],
[
"ir",
"st"
],
[
"ve",
"l"
],
[
"Ġn",
"o"
],
[
"ct",
"ion"
],
[
"d",
"u"
],
[
"ing",
"s"
],
[
"or",
"y"
],
[
"ic",
"k"
],
[
"Ġo",
"ur"
],
[
"it",
"ion"
],
[
"id",
"ent"
],
[
"or",
"s"
],
[
"o",
"b"
],
[
"Ġ",
"-"
],
[
"Ġp",
"re"
],
[
"o",
"ve"
],
[
"an",
"g"
],
[
"Ġpl",
"ay"
],
[
"in",
"k"
],
[
"w",
"n"
],
[
"au",
"se"
],
[
"am",
"p"
],
[
"t",
"e"
],
[
"ad",
"e"
],
[
"h",
"ing"
],
[
"at",
"es"
],
[
"ar",
"k"
],
[
"Ġ",
"ro"
],
[
"Ġs",
"he"
],
[
"Ġp",
"ol"
],
[
"ver",
"s"
],
[
"Ġc",
"o"
],
[
"Ġa",
"fter"
],
[
",",
"âĢĿ"
],
[
"n",
"e"
],
[
"Ġc",
"ould"
],
[
"Ġf",
"irst"
],
[
"Ġh",
"ow"
],
[
"ĠH",
"e"
],
[
"i",
"ous"
],
[
"Ġa",
"cc"
],
[
"nd",
"er"
],
[
"Ġh",
"im"
],
[
"'",
"t"
],
[
"i",
"ld"
],
[
"on",
"s"
],
[
"a",
"w"
],
[
"Ġp",
"o"
],
[
"Ġon",
"ly"
],
[
"Ġf",
"e"
],
[
"Ġat",
"t"
],
[
"ic",
"t"
],
[
"he",
"d"
],
[
"Ġp",
"r"
],
[
"Ġtw",
"o"
],
[
"r",
"it"
],
[
"o",
"v"
],
[
"is",
"h"
],
[
"Ġcom",
"m"
],
[
"Ġs",
"pe"
],
[
"âĢ",
"ľ"
],
[
"f",
"orm"
],
[
"Ġa",
"ct"
],
[
"w",
"e"
],
[
"er",
"v"
],
[
"Ġb",
"l"
],
[
"f",
"t"
],
[
"Ġbe",
"t"
],
[
"Ġde",
"c"
],
[
".",
"\""
],
[
"n",
"ing"
],
[
"Ġb",
"ack"
],
[
"c",
"es"
],
[
"Ġm",
"ost"
],
[
"o",
"od"
],
[
"c",
"k"
],
[
"ĠâĢ",
"ĵ"
],
[
"Ġa",
"m"
],
[
"o",
"y"
],
[
"Ġd",
"id"
],
[
"if",
"f"
],
[
"rou",
"gh"
],
[
"rou",
"nd"
],
[
"at",
"er"
],
[
"Ġag",
"ain"
],
[
"u",
"al"
],
[
"d",
"ay"
],
[
"is",
"e"
],
[
"Ġw",
"ant"
],
[
"Ġd",
"es"
],
[
"Ġu",
"nder"
],
[
"se",
"l"
],
[
"u",
"ll"
],
[
"Ġcon",
"s"
],
[
"Ġbec",
"ause"
],
[
"ĠâĢ",
"Ķ"
],
[
"Ġn",
"ow"
],
[
"l",
"ud"
],
[
"ent",
"s"
],
[
"Ġyear",
"s"
],
[
"m",
"an"
],
[
"ub",
"lic"
],
[
"Ġne",
"ed"
],
[
"ter",
"n"
],
[
"e",
"c"
],
[
"Ġ",
"$"
],
[
"Ġe",
"ven"
],
[
"is",
"s"
],
[
"Ġin",
"v"
],
[
"Ġkn",
"ow"
],
[
"ĠW",
"e"
],
[
"1",
"0"
],
[
"Ġse",
"e"
],
[
"ment",
"s"
],
[
"t",
"ing"
],
[
"Ġad",
"d"
],
[
",",
"\""
],
[
"c",
"ed"
],
[
"o",
"ld"
],
[
"Ġin",
"d"
],
[
"Ġse",
"c"
],
[
".",
"."
],
[
"f",
"ore"
],
[
".âĢĿ",
"ĊĊ"
],
[
"Ġe",
"very"
],
[
"u",
"ch"
],
[
"ur",
"n"
],
[
"Ġm",
"ake"
],
[
"Ġsu",
"pp"
],
[
"pe",
"ct"
],
[
"oc",
"k"
],
[
"Ġe",
"m"
],
[
"Ġthe",
"se"
],
[
"ĠU",
"n"
],
[
"o",
"ll"
],
[
"20",
"0"
],
[
"j",
"ect"
],
[
"Ġwhe",
"re"
],
[
"I",
"n"
],
[
"ation",
"al"
],
[
"ver",
"n"
],
[
"x",
"t"
],
[
"Ġb",
"u"
],
[
"Ġl",
"ook"
],
[
"T",
"h"
],
[
"ĠA",
"nd"
],
[
"os",
"s"
],
[
"Ġd",
"on"
],
[
"um",
"p"
],
[
"Ġe",
"v"
],
[
"Ġw",
"ay"
],
[
"at",
"ing"
],
[
"Ġr",
"ight"
],
[
"Ġbe",
"ing"
],
[
"Ġre",
"m"
],
[
"i",
"ly"
],
[
"n",
"g"
],
[
"Ġm",
"ay"
],
[
"ro",
"w"
],
[
"le",
"ct"
],
[
"Ġthe",
"n"
],
[
"Ġman",
"y"
],
[
"ie",
"w"
],
[
"Ġd",
"iff"
],
[
"Ġre",
"l"
],
[
"Ġde",
"f"
],
[
"as",
"on"
],
[
"ĠB",
"ut"
],
[
"Ġc",
"all"
],
[
"Ġ",
"["
],
[
"ĠT",
"r"
],
[
"on",
"t"
],
[
"Ġth",
"ink"
],
[
"i",
"ed"
],
[
"as",
"ed"
],
[
"Ġinc",
"lud"
],
[
"l",
"es"
],
[
"ak",
"ing"
],
[
"mer",
"ic"
],
[
"Ġre",
"g"
],
[
"Ġim",
"p"
],
[
"Ġth",
"rough"
],
[
"ri",
"b"
],
[
"at",
"h"
],
[
"it",
"ed"
],
[
"Ġsh",
"ould"
],
[
"Ġs",
"y"
],
[
"Ġs",
"ay"
],
[
"Ġf",
"l"
],
[
"Ġp",
"res"
],
[
"ur",
"ing"
],
[
"Ġl",
"ast"
],
[
"Ġ",
"very"
],
[
"e",
"ll"
],
[
"Ġth",
"ose"
],
[
"t",
"y"
],
[
"ow",
"er"
],
[
"ot",
"her"
],
[
"Ġm",
"uch"
],
[
"if",
"ic"
],
[
"it",
"ies"
],
[
"Ġst",
"ate"
],
[
"ĠTh",
"is"
],
[
"t",
"le"
],
[
"s",
"s"
],
[
"at",
"ive"
],
[
"Ġsh",
"ow"
],
[
"he",
"n"
],
[
"Ġb",
"r"
],
[
"ar",
"g"
],
[
"Ġwe",
"ll"
],
[
"ot",
"h"
],
[
"ĠW",
"h"
],
[
"Ġp",
"h"
],
[
"-",
"-"
],
[
"Ġc",
"ount"
],
[
"Ġdo",
"es"
],
[
"al",
"s"
],
[
"u",
"nd"
],
[
"Ġo",
"wn"
],
[
"Ġd",
"own"
],
[
"Ġ",
"end"
],
[
"ar",
"ly"
],
[
"Ġbe",
"l"
],
[
"ic",
"s"
],
[
"Ġu",
"se"
],
[
"Ġas",
"s"
],
[
"an",
"ge"
],
[
"t",
"s"
],
[
"ĠA",
"meric"
],
[
"Ġl",
"ong"
],
[
"ter",
"s"
],
[
"in",
"ce"
],
[
"Ġbe",
"fore"
],
[
"om",
"et"
],
[
"g",
"r"
],
[
"w",
"ard"
],
[
"Ġm",
"on"
],
[
"Ġgo",
"vern"
],
[
"ib",
"le"
],
[
"Ġst",
"art"
],
[
"Ġre",
"port"
],
[
"u",
"p"
],
[
"Ġ",
"ke"
],
[
"u",
"es"
],
[
"ĠN",
"ew"
],
[
"Ġf",
"in"
],
[
":",
"ĊĊ"
],
[
"Ġte",
"am"
],
[
"b",
"le"
],
[
"if",
"e"
],
[
"Ġm",
"ade"
],
[
"ol",
"og"
],
[
")",
","
],
[
"en",
"er"
],
[
"Ġsu",
"ch"
],
[
"re",
"n"
],
[
"ou",
"n"
],
[
"c",
"om"
],
[
"i",
"x"
],
[
"ers",
"on"
],
[
"âĢ",
"Ķ"
],
[
"Ġs",
"m"
],
[
"l",
"p"
],
[
"Ġgo",
"ing"
],
[
"il",
"ity"
],
[
"e",
"k"
],
[
"is",
"m"
],
[
"Ġwor",
"ld"
],
[
"f",
"ul"
],
[
".\"",
"ĊĊ"
],
[
"u",
"ally"
],
[
"ist",
"s"
],
[
"Ġst",
"ud"
],
[
"Ġgo",
"od"
],
[
"Ġa",
"c"
],
[
"t",
"ain"
],
[
"I",
"t"
],
[
"Ġsu",
"b"
],
[
"Ġe",
"ff"
],
[
"Ġs",
"ur"
],
[
"Ġagain",
"st"
],
[
"Ġg",
"ame"
],
[
"it",
"s"
],
[
"Ġs",
"et"
],
[
"or",
"k"
],
[
"Ġg",
"u"
],
[
"Ġpo",
"int"
],
[
"Ġ",
"ent"
],
[
"y",
"s"
],
[
"g",
"an"
],
[
"ar",
"s"
],
[
"st",
"em"
],
[
"l",
"i"
],
[
"Ġpro",
"v"
],
[
"Ġst",
"ill"
],
[
"rou",
"p"
],
[
"Ġwh",
"ile"
],
[
"Ġhe",
"lp"
],
[
"ill",
"ion"
],
[
"Ġle",
"ad"
],
[
"we",
"en"
],
[
"Ġm",
"in"
],
[
"a",
"x"
],
[
"e",
"f"
],
[
"an",
"k"
],
[
"m",
"s"
],
[
"al",
"k"
],
[
"Ġo",
"b"
],
[
"im",
"es"
],
[
"c",
"y"
],
[
"Ġs",
"ays"
],
[
"Ġpro",
"du"
],
[
"Ġg",
"r"
],
[
"00",
"0"
],
[
"Ġin",
"st"
],
[
"Ġin",
"ter"
],
[
"Ġst",
"r"
],
[
"c",
"ess"
],
[
"Ġs",
"im"
],
[
"sel",
"f"
],
[
"Ġcon",
"f"
],
[
"i",
"o"
],
[
"Ġc",
"ol"
],
[
"Ġt",
"ake"
],
[
"Ġs",
"ame"
],
[
"u",
"res"
],
[
"Ġth",
"ough"
],
[
"ar",
"ch"
],
[
"Ġbet",
"ween"
],
[
"Ġdiff",
"ere"
],
[
"Ġc",
"r"
],
[
"e",
"ver"
],
[
"oll",
"ow"
],
[
"Ġoff",
"ic"
],
[
"us",
"s"
],
[
"o",
"ol"
],
[
"Ġdis",
"c"
],
[
"l",
"and"
],
[
")",
"ĊĊ"
],
[
"a",
"h"
],
[
"ut",
"ion"
],
[
"Ġo",
"p"
],
[
"re",
"ad"
],
[
"a",
"ir"
],
[
"Ġh",
"igh"
],
[
"Ġ",
"ed"
],
[
"Ġn",
"um"
],
[
"Ġs",
"ign"
],
[
"Ġl",
"aw"
],
[
"w",
"ay"
],
[
"ĠR",
"e"
],
[
"Ġgovern",
"ment"
],
[
"g",
"g"
],
[
"n",
"er"
],
[
"h",
"ip"
],
[
"l",
"ed"
],
[
"am",
"es"
],
[
"at",
"ch"
],
[
"he",
"s"
],
[
"an",
"y"
],
[
"c",
"ent"
],
[
"Ġt",
"er"
],
[
"Ġs",
"omet"
],
[
"t",
"ed"
],
[
"Ġre",
"f"
],
[
"vel",
"op"
],
[
"W",
"e"
],
[
"Ġtr",
"ans"
],
[
"Ġin",
"s"
],
[
"t",
"en"
],
[
"Ġr",
"un"
],
[
"Ġs",
"er"
],
[
"Ġf",
"ound"
],
[
"Ġa",
"round"
],
[
"iv",
"es"
],
[
"Ġhe",
"re"
],
[
"Ġth",
"ree"
],
[
"a",
"ve"
],
[
"Ġm",
"em"
],
[
"at",
"her"
],
[
"Ġm",
"ed"
],
[
")",
"."
],
[
"Ġre",
"al"
],
[
"ou",
"se"
],
[
"]",
"ĊĊ"
],
[
"Ġus",
"ed"
],
[
"ĠY",
"ou"
],
[
"v",
"ed"
],
[
"Ġex",
"p"
],
[
"a",
"z"
],
[
"ĠA",
"r"
],
[
"ce",
"pt"
],
[
"o",
"ot"
],
[
"Ġsy",
"stem"
],
[
"?",
"ĊĊ"
],
[
"c",
"i"
],
[
"Ġre",
"ally"
],
[
"v",
"ing"
],
[
"Ġm",
"od"
],
[
"c",
"on"
],
[
"Ġsupp",
"ort"
],
[
"Ġg",
"roup"
],
[
"c",
"er"
],
[
"Ġc",
"our"
],
[
"et",
"s"
],
[
"âĢĻ",
"re"
],
[
"al",
"e"
],
[
"in",
"s"
],
[
"Ġh",
"and"
],
[
"Ġre",
"t"
],
[
"Ġp",
"ublic"
],
[
"ĠL",
"e"
],
[
"Ġspe",
"c"
],
[
"p",
"r"
],
[
"y",
"ing"
],
[
"1",
"2"
],
[
"Ġg",
"reat"
],
[
"en",
"se"
],
[
"Ġc",
"ar"
],
[
"Ġex",
"t"
],
[
"t",
"on"
],
[
"Ġc",
"ur"
],
[
"Ġf",
"am"
],
[
"ire",
"ct"
],
[
"al",
"th"
],
[
"ĠC",
"om"
],
[
".",
"["
],
[
"Ġha",
"pp"
],
[
"Ġw",
"om"
],
[
"Ġf",
"act"
],
[
"ĠTr",
"ump"
],
[
"Ġex",
"per"
],
[
"ĠI",
"s"
],
[
"Ġf",
"r"
],
[
"ĠThe",
"y"
],
[
"p",
"h"
],
[
"1",
"5"
],
[
"Ġb",
"oth"
],
[
"Ġc",
"ap"
],
[
"Ġd",
"ay"
],
[
"Ġf",
"ind"
],
[
"Ġre",
"ad"
],
[
"Ġl",
"it"
],
[
"ĠA",
"l"
],
[
"ul",
"ar"
],
[
"in",
"es"
],
[
"o",
"h"
],
[
"Ġre",
"p"
],
[
"ut",
"h"
],
[
"Ġd",
"et"
],
[
"ic",
"es"
],
[
"Ġs",
"l"
],
[
"Ġd",
"uring"
],
[
"e",
"red"
],
[
"ĠS",
"h"
],
[
"ĠA",
"s"
],
[
"Ġc",
"re"
],
[
"Ġb",
"ig"
],
[
"t",
"he"
],
[
"m",
"in"
],
[
"Ġmon",
"th"
],
[
"is",
"ion"
],
[
"Ġs",
"erv"
],
[
"Ġde",
"velop"
],
[
"ak",
"es"
],
[
"Ġp",
"erson"
],
[
"Ġf",
"ollow"
],
[
"Ġis",
"s"
],
[
"Ġto",
"ld"
],
[
"ĠC",
"l"
],
[
"Ġs",
"ince"
],
[
"ic",
"ally"
],
[
"e",
"x"
],
[
"a",
"red"
],
[
"m",
"ed"
],
[
"ag",
"es"
],
[
"Ġwe",
"ek"
],
[
"Ġw",
"ar"
],
[
"Ġf",
"ew"
],
[
"i",
"vers"
],
[
"ort",
"h"
],
[
"Ġc",
"ent"
],
[
"ord",
"ing"
],
[
"1",
"1"
],
[
"Ġle",
"g"
],
[
"Ġpol",
"it"
],
[
"a",
"j"
],
[
"g",
"et"
],
[
"v",
"es"
],
[
"as",
"h"
],
[
"Ġex",
"pl"
],
[
"Ġl",
"ot"
],
[
"Ġbel",
"ie"
],
[
"ĠS",
"e"
],
[
"Ġto",
"o"
],
[
"Ġg",
"ener"
],
[
"r",
"ic"
],
[
"Ġo",
"pp"
],
[
"-",
"b"
],
[
"d",
"er"
],
[
"re",
"nt"
],
[
"at",
"a"
],
[
"W",
"h"
],
[
"1",
"8"
],
[
"Ġcont",
"in"
],
[
"i",
"et"
],
[
".",
"S"
],
[
"Ġre",
"qu"
],
[
"Ġpro",
"t"
],
[
"Ġf",
"il"
],
[
"an",
"c"
],
[
"b",
"ers"
],
[
"ent",
"ion"
],
[
"n",
"ess"
],
[
"Ġp",
"ut"
],
[
"Ġc",
"le"
],
[
"iz",
"ed"
],
[
"Ġres",
"p"
],
[
"ĠI",
"f"
],
[
"Ġan",
"other"
],
[
"Ġin",
"f"
],
[
"Ġsomet",
"hing"
],
[
"ch",
"ool"
],
[
"Ġdiffere",
"nt"
],
[
"Ġc",
"or"
],
[
"Ġl",
"oc"
],
[
"ĠD",
"e"
],
[
"ut",
"e"
],
[
"Ġinv",
"est"
],
[
"Ġs",
"oc"
],
[
"Ġc",
"he"
],
[
"u",
"c"
],
[
"Ġp",
"ower"
],
[
"Ġ",
"'"
],
[
"ĠF",
"r"
],
[
"Ġcomm",
"un"
],
[
"Ġp",
"ass"
],
[
"Ġar",
"t"
],
[
"Ġpl",
"an"
],
[
"Ġl",
"ife"
],
[
"i",
"ence"
],
[
"Ġhe",
"ad"
],
[
"od",
"y"
],
[
"Ġth",
"ings"
],
[
"Ġre",
"le"
],
[
"n",
"ed"
],
[
"Ġf",
"ar"
],
[
"th",
"ing"
],
[
"o",
"x"
],
[
"Ġm",
"et"
],
[
"Ġp",
"oss"
],
[
"Ġv",
"ot"
],
[
"3",
"0"
],
[
"ro",
"ss"
],
[
"ere",
"st"
],
[
"Ġc",
"amp"
],
[
"Th",
"is"
],
[
"-",
"s"
],
[
"ar",
"ge"
],
[
"i",
"er"
],
[
"v",
"iew"
],
[
"ant",
"s"
],
[
"Ġm",
"ight"
],
[
"Ġas",
"k"
],
[
"iz",
"e"
],
[
"Ġde",
"p"
],
[
"Ġe",
"ach"
],
[
"in",
"ess"
],
[
"Ġne",
"ver"
],
[
"Ġch",
"ild"
],
[
"Ġne",
"xt"
],
[
"i",
"k"
],
[
"ie",
"ld"
],
[
"Ġsec",
"ond"
],
[
"Ġqu",
"est"
],
[
"ĠA",
"n"
],
[
"Ġad",
"v"
],
[
"Ġm",
"ark"
],
[
"Ġb",
"us"
],
[
"ĠF",
"or"
],
[
"Ġde",
"m"
],
[
"Ġcom",
"e"
],
[
"Ġg",
"ot"
],
[
"t",
"t"
],
[
"ĠâĢ",
"ĺ"
],
[
"Ġb",
"est"
],
[
"i",
"ent"
],
[
"Ġall",
"ow"
],
[
"Ġop",
"en"
],
[
"it",
"al"
],
[
"ĠTh",
"at"
],
[
"Ġse",
"em"
],
[
"ĠU",
"S"
],
[
"n",
"ce"
],
[
"p",
"le"
],
[
"Ġfe",
"el"
],
[
"r",
"at"
],
[
"ĠP",
"ro"
],
[
"Ġp",
"ost"
],
[
"Ġper",
"cent"
],
[
"gr",
"am"
],
[
"Ġp",
"ri"
],
[
"u",
"g"
],
[
"Ġh",
"ome"
],
[
"c",
"l"
],
[
"Ġd",
"irect"
],
[
"Ġd",
"ist"
],
[
"i",
"red"
],
[
"Ġinc",
"re"
],
[
"s",
"on"
],
[
"Ġcont",
"ro"
],
[
"ĠR",
"ep"
],
[
"or",
"n"
],
[
"l",
"ess"
],
[
"os",
"ed"
],
[
"Ġres",
"ult"
],
[
"Ġh",
"ard"
],
[
"Ġc",
"are"
],
[
"Ġcomp",
"le"
],
[
"ate",
"ly"
],
[
"Ġpl",
"ace"
],
[
"Ġim",
"port"
],
[
"Ġwith",
"out"
],
[
"Ġa",
"v"
],
[
"Ġm",
"illion"
],
[
"ch",
"n"
],
[
"Ġinclud",
"ing"
],
[
"Ġin",
"form"
],
[
"Ġh",
"um"
],
[
"con",
"om"
],
[
"Ġ",
"ide"
],
[
"Ġpro",
"ble"
],
[
"am",
"a"
],
[
"Ġto",
"p"
],
[
"Ġbu",
"ild"
],
[
"Ġnum",
"ber"
],
[
"g",
"y"
],
[
"ĠB",
"l"
],
[
"a",
"im"
],
[
"Ġcount",
"ry"
],
[
"-",
"f"
],
[
"one",
"y"
],
[
"Ġ",
"."
],
[
"re",
"t"
],
[
"Ġst",
"and"
],
[
"ab",
"ly"
],
[
"r",
"al"
],
[
"Ġg",
"l"
],
[
"u",
"ro"
],
[
"ri",
"end"
],
[
"is",
"hed"
],
[
"Ġf",
"our"
],
[
"Ġe",
"l"
],
[
"Ġbet",
"ter"
],
[
"c",
"o"
],
[
"w",
"ays"
],
[
"Ġpart",
"ic"
],
[
"Ġrec",
"ent"
],
[
"Ġt",
"ri"
],
[
"Ġm",
"ov"
],
[
"B",
"ut"
],
[
"Ġle",
"t"
],
[
"Ġint",
"erest"
],
[
"r",
"ation"
],
[
"5",
"0"
],
[
"Ġl",
"ess"
],
[
"-",
"t"
],
[
"Ġlit",
"tle"
],
[
"Ġt",
"urn"
],
[
"e",
"ad"
],
[
"Ġse",
"ason"
],
[
"Ġapp",
"ro"
],
[
"Ġbe",
"h"
],
[
"l",
"ing"
],
[
"Ġb",
"ro"
],
[
"l",
"ine"
],
[
"Ġcall",
"ed"
],
[
"r",
"act"
],
[
"Ġm",
"il"
],
[
"1",
"6"
],
[
"is",
"ed"
],
[
"Ġc",
"ase"
],
[
"a",
"pp"
],
[
"Ġd",
"r"
],
[
"Ġatt",
"ack"
],
[
"ĠI",
"nd"
],
[
"Ġre",
"st"
],
[
"Ġp",
"op"
],
[
"en",
"cy"
],
[
"Ġan",
"n"
],
[
"Ġle",
"ft"
],
[
"Ġm",
"ove"
],
[
"Ġke",
"ep"
],
[
"Ġ",
"Z"
],
[
"ĠThe",
"re"
],
[
"od",
"e"
],
[
"Ġdid",
"n"
],
[
"in",
"a"
],
[
"Ġf",
"ull"
],
[
"âĢĻ",
"ve"
],
[
"er",
"ing"
],
[
"Ġm",
"ain"
],
[
"1",
"4"
],
[
"Ġf",
"un"
],
[
"aj",
"or"
],
[
"in",
"al"
],
[
"m",
"e"
],
[
"Ġeff",
"ect"
],
[
"Ġpre",
"v"
],
[
"Ġt",
"est"
],
[
"le",
"g"
],
[
"Ġpro",
"gram"
],
[
"Ġus",
"ing"
],
[
"at",
"ure"
],
[
"-",
"p"
],
[
"Ġp",
"ay"
],
[
"Ġv",
"al"
],
[
"Ġe",
"ar"
],
[
"_",
"_"
],
[
"Ġpol",
"ice"
],
[
"Ġw",
"rit"
],
[
"Ġfor",
"m"
],
[
"Ġe",
"conom"
],
[
"Ġp",
"os"
],
[
"Ġnew",
"s"
],
[
"Ġd",
"ata"
],
[
"Ġw",
"in"
],
[
"ĠAmeric",
"an"
],
[
"Ġs",
"it"
],
[
"Ġle",
"vel"
],
[
"Ġch",
"ar"
],
[
"ain",
"s"
],
[
"iv",
"ing"
],
[
"1",
"3"
],
[
"in",
"ed"
],
[
"read",
"y"
],
[
"Ġsm",
"all"
],
[
"u",
"ck"
],
[
"Ġl",
"ist"
],
[
"H",
"e"
],
[
"Ġs",
"chool"
],
[
"olog",
"y"
],
[
"r",
"ap"
],
[
"m",
"it"
],
[
"id",
"ed"
],
[
"g",
"er"
],
[
"'",
"re"
],
[
"pl",
"oy"
],
[
"Ġe",
"as"
],
[
"Ġpro",
"cess"
],
[
"ir",
"d"
],
[
"Ġwom",
"en"
],
[
"Ġch",
"ange"
],
[
".",
"com"
],
[
"re",
"en"
],
[
"Ġh",
"ist"
],
[
"Ġcur",
"rent"
],
[
"Ġp",
"rom"
],
[
"1",
"7"
],
[
"i",
"ans"
],
[
"Ġre",
"ce"
],
[
"Ġd",
"ri"
],
[
"Ġcomp",
"any"
],
[
"Ġpres",
"ident"
],
[
"ĠS",
"o"
],
[
"us",
"ed"
],
[
"oh",
"n"
],
[
"Ġal",
"ready"
],
[
"Ġm",
"at"
],
[
"ru",
"ct"
],
[
"Ġt",
"y"
],
[
"ĠUn",
"ited"
],
[
"Ġ",
"="
],
[
"w",
"it"
],
[
"Ġb",
"re"
],
[
"Ġwh",
"y"
],
[
"b",
"e"
],
[
"-",
"c"
],
[
"Ġu",
"nt"
],
[
"Ġal",
"ways"
],
[
"Ġs",
"ol"
],
[
"Ġex",
"pect"
],
[
"Ġm",
"oney"
],
[
"Ġl",
"ater"
],
[
"ĠH",
"ow"
],
[
"ĠO",
"b"
],
[
"Ġte",
"chn"
],
[
"Ġbus",
"iness"
],
[
"r",
"on"
],
[
"Ġb",
"ook"
],
[
"Ġ",
"Q"
],
[
"Ġoffic",
"ial"
],
[
"st",
"and"
],
[
"Ġcl",
"ass"
],
[
"Ġth",
"ing"
],
[
"Ġpro",
"ject"
],
[
"Ġb",
"o"
],
[
"Ġj",
"ob"
],
[
"as",
"es"
],
[
"ivers",
"ity"
],
[
"Ġcl",
"aim"
],
[
"Ġor",
"gan"
],
[
"ĠP",
"h"
],
[
"ĠS",
"he"
],
[
"a",
"ign"
],
[
"Ġt",
"alk"
],
[
"ard",
"s"
],
[
"Ġinform",
"ation"
],
[
"a",
"ff"
],
[
"Ġdes",
"ign"
],
[
"Ġpro",
"f"
],
[
"Ġab",
"le"
],
[
"ĠB",
"e"
],
[
"Ġch",
"ang"
],
[
"Ġm",
"ajor"
],
[
"Ġst",
"ory"
],
[
"iv",
"en"
],
[
"le",
"ction"
],
[
"Ġhe",
"alth"
],
[
"Ġre",
"se"
],
[
"er",
"tain"
],
[
"Ġ-",
"-"
],
[
"Ġp",
"ast"
],
[
"Ġv",
"is"
],
[
"he",
"re"
],
[
"ur",
"s"
],
[
"Ġf",
"ree"
],
[
"ĠA",
"d"
],
[
"ou",
"th"
],
[
"pt",
"ion"
],
[
"ĠC",
"an"
],
[
"Ġa",
"way"
],
[
"Ġo",
"per"
],
[
"i",
"or"
],
[
"Ġc",
"ity"
],
[
"Ġm",
"ust"
],
[
"r",
"ist"
],
[
"19",
"9"
],
[
"ur",
"al"
],
[
"amp",
"le"
],
[
"-",
"d"
],
[
"Ġhapp",
"en"
],
[
"Ġimport",
"ant"
],
[
"uth",
"or"
],
[
"Ġs",
"k"
],
[
"2",
"5"
],
[
"ur",
"ity"
],
[
"ac",
"y"
],
[
"Ġp",
"at"
],
[
"ur",
"y"
],
[
"Ġk",
"ill"
],
[
"u",
"red"
],
[
"Ġo",
"ld"
],
[
"Ġdoes",
"n"
],
[
"âĢĻ",
"m"
],
[
"end",
"ing"
],
[
"Ġle",
"ast"
],
[
"Ġ",
"est"
],
[
"Ġg",
"row"
],
[
"iss",
"ion"
],
[
"ain",
"ed"
],
[
"Ġv",
"ar"
],
[
"Ġc",
"ost"
],
[
"Ġte",
"ll"
],
[
"id",
"es"
],
[
"-",
"y"
],
[
"âĢ",
"¦"
],
[
"Ġm",
"en"
],
[
"Ġed",
"it"
],
[
"id",
"er"
],
[
"el",
"s"
],
[
"Ġh",
"op"
],
[
"ne",
"y"
],
[
"Ġd",
"ays"
],
[
"S",
"t"
],
[
"Ġc",
"ame"
],
[
"ĠG",
"o"
],
[
"Ġst",
"re"
],
[
"Ġcamp",
"aign"
],
[
"Ġcon",
"st"
],
[
"Ġen",
"ough"
],
[
"Ġa",
"ff"
],
[
"res",
"ident"
],
[
"ĠM",
"ar"
],
[
"Ġk",
"ind"
],
[
"Ġm",
"aking"
],
[
"cc",
"ess"
],
[
"er",
"n"
],
[
"Ġv",
"iew"
],
[
"ĠS",
"p"
],
[
"o",
"ad"
],
[
"Ġm",
"ar"
],
[
"Ġl",
"arge"
],
[
"A",
"s"
],
[
"Ġfam",
"ily"
],
[
"Ġrec",
"ord"
],
[
"Ġf",
"riend"
],
[
"us",
"h"
],
[
"Ġe",
"lect"
],
[
"Ġt",
"ax"
],
[
"er",
"al"
],
[
"Ġpol",
"ic"
],
[
"le",
"y"
],
[
"al",
"ity"
],
[
"r",
"or"
],
[
"is",
"ing"
],
[
"at",
"or"
],
[
"pp",
"ed"
],
[
"Ġunt",
"il"
],
[
"ion",
"al"
],
[
"if",
"ied"
],
[
"--",
"--"
],
[
"iv",
"ed"
],
[
"Ġv",
"ide"
],
[
"Ġpolit",
"ical"
],
[
"ot",
"t"
],
[
"e",
"e"
],
[
"Ġde",
"al"
],
[
"are",
"nt"
],
[
"ri",
"es"
],
[
"al",
"f"
],
[
"au",
"gh"
],
[
"Ġwork",
"ing"
],
[
"b",
"s"
],
[
"and",
"s"
],
[
"Ġl",
"ine"
],
[
"s",
"ide"
],
[
"I",
"f"
],
[
"u",
"ed"
],
[
"Ġto",
"ok"
],
[
"ĠRep",
"ublic"
],
[
"Ġde",
"b"
],
[
"ĠJ",
"ohn"
],
[
"Ġ",
"ve"
],
[
"ain",
"ing"
],
[
"Ġf",
"ore"
],
[
"is",
"ter"
],
[
"Ġa",
"ir"
],
[
"an",
"e"
],
[
"Ġ",
"es"
],
[
"c",
"rib"
],
[
"Ġbec",
"ome"
],
[
"Ġact",
"ually"
],
[
"Ġin",
"tern"
],
[
"oc",
"rat"
],
[
"i",
"ol"
],
[
"Ġme",
"an"
],
[
"em",
"ber"
],
[
"ap",
"s"
],
[
"w",
"ork"
],
[
"on",
"y"
],
[
"Ġf",
"und"
],
[
"w",
"are"
],
[
"ĠP",
"l"
],
[
"ĠS",
"c"
],
[
"Ġof",
"ten"
],
[
"Ġfor",
"mer"
],
[
"Ġg",
"ive"
],
[
"an",
"n"
],
[
"Ġe",
"ver"
],
[
"ĠE",
"uro"
],
[
"Ġw",
"on"
],
[
"m",
"ost"
],
[
"o",
"int"
],
[
"Ġacc",
"ording"
],
[
"en",
"g"
],
[
"w",
"h"
],
[
"Ġg",
"ames"
],
[
"ar",
"ing"
],
[
"Ġhum",
"an"
],
[
"Ġwor",
"d"
],
[
"Ġb",
"as"
],
[
"is",
"on"
],
[
"..",
"."
],
[
"iz",
"ation"
],
[
"Ġb",
"it"
],
[
"Ġor",
"der"
],
[
"Ġret",
"urn"
],
[
"Ġt",
"imes"
],
[
"Ġn",
"ame"
],
[
"ĠR",
"uss"
],
[
"g",
"in"
],
[
"ĠD",
"em"
],
[
"1",
"00"
],
[
"Ġde",
"v"
],
[
"ĠA",
"ll"
],
[
"Ġse",
"ver"
],
[
"it",
"her"
],
[
"b",
"y"
],
[
"ut",
"ure"
],
[
"i",
"qu"
],
[
"ĠM",
"c"
],
[
"E",
"R"
],
[
"Ġp",
"ar"
],
[
"ic",
"le"
],
[
"ĠS",
"y"
],
[
"-",
"m"
],
[
"Ġw",
"r"
],
[
"Ġper",
"form"
],
[
"-y",
"ear"
],
[
"Ġchar",
"ac"
],
[
"ĠO",
"r"
],
[
"The",
"re"
],
[
"Ġmark",
"et"
],
[
"Ġs",
"ing"
],
[
"ra",
"ft"
],
[
"ĠC",
"on"
],
[
"c",
"hed"
],
[
"Ġf",
"ac"
],
[
"Ġdo",
"ing"
],
[
"ĠA",
"t"
],
[
"id",
"d"
],
[
"ro",
"p"
],
[
"Ġn",
"ight"
],
[
"m",
"ber"
],
[
"ĠM",
"ay"
],
[
"Ġr",
"a"
],
[
"Ġapp",
"ear"
],
[
"Ġle",
"ar"
],
[
"ak",
"en"
],
[
"Ġplay",
"ers"
],
[
"Ġ",
","
],
[
"Ġto",
"day"
],
[
"Ġl",
"a"
],
[
"at",
"s"
],
[
"Ġha",
"ving"
],
[
"Ġse",
"en"
],
[
"Ġe",
"arly"
],
[
"Ġev",
"ent"
],
[
"Ġsoc",
"ial"
],
[
"/",
"/"
],
[
"Ġp",
"ot"
],
[
"ĠP",
"resident"
],
[
"Ġmed",
"ia"
],
[
"Ġchild",
"ren"
],
[
"Ġwhe",
"ther"
],
[
"Ġc",
"rit"
],
[
"âĢĻ",
"ll"
],
[
"id",
"ence"
],
[
"Ġcontro",
"l"
],
[
"Ġsever",
"al"
],
[
"Ġme",
"et"
],
[
"Ġsu",
"re"
],
[
"Ġw",
"ent"
],
[
"Ġp",
"ress"
],
[
"Ġf",
"ive"
],
[
"ious",
"ly"
],
[
"art",
"ment"
],
[
"en",
"e"
],
[
"Ġpro",
"p"
],
[
"Ġyou",
"ng"
],
[
"Ġmil",
"it"
],
[
"or",
"ies"
],
[
"Ġe",
"qu"
],
[
"Ġquest",
"ion"
],
[
"i",
"um"
],
[
"Ġlike",
"ly"
],
[
"2",
"4"
],
[
"un",
"e"
],
[
"Ġo",
"cc"
],
[
"Ġmem",
"bers"
],
[
"ĠY",
"ork"
],
[
"Ġen",
"g"
],
[
"Ġc",
"ertain"
],
[
"ot",
"s"
],
[
"Ġw",
"ater"
],
[
"ver",
"t"
],
[
"en",
"n"
],
[
"Ġex",
"ample"
],
[
"Ġd",
"one"
],
[
"ĠC",
"ol"
],
[
"Ġ",
"vers"
],
[
"Ġar",
"g"
],
[
"le",
"t"
],
[
"Ġs",
"ide"
],
[
"Ġinv",
"ol"
],
[
"Ġsh",
"ort"
],
[
"ĠSt",
"ates"
],
[
"end",
"ed"
],
[
"Ġsu",
"ccess"
],
[
"Ġan",
"t"
],
[
"Ġal",
"ong"
],
[
"ĠEuro",
"pe"
],
[
"ĠM",
"r"
],
[
"ent",
"ial"
],
[
"Ġh",
"our"
],
[
"i",
"ally"
],
[
"A",
"nd"
],
[
"i",
"ver"
],
[
"Ġmonth",
"s"
],
[
"em",
"pt"
],
[
"e",
"b"
],
[
"l",
"f"
],
[
"Ġwith",
"in"
],
[
"Ġse",
"x"
],
[
"Ġcour",
"se"
],
[
"ag",
"ue"
],
[
"Ġf",
"ight"
],
[
"u",
"ff"
],
[
"ub",
"l"
],
[
"st",
"er"
],
[
"Ġon",
"ce"
],
[
"ĠOb",
"ama"
],
[
"Ġam",
"ong"
],
[
"ul",
"ation"
],
[
"im",
"ate"
],
[
"ur",
"ch"
],
[
"Ġact",
"iv"
],
[
"re",
"w"
],
[
"n",
"ect"
],
[
"Ġf",
"uture"
],
[
"it",
"ing"
],
[
"Ġinvest",
"ig"
],
[
"Ġunder",
"stand"
],
[
"Ġposs",
"ible"
],
[
"ort",
"un"
],
[
"Ġcon",
"cer"
],
[
"Ġch",
"o"
],
[
"on",
"es"
],
[
"ĠO",
"n"
],
[
"ĠB",
"r"
],
[
"Ġme",
"ans"
],
[
"gg",
"est"
],
[
"Ġproble",
"m"
],
[
"!",
"ĊĊ"
],
[
"Ġa",
"uthor"
],
[
"Ġthough",
"t"
],
[
"it",
"ive"
],
[
"f",
"or"
],
[
"ĠC",
"ar"
],
[
"Ġpri",
"v"
],
[
"Ġv",
"iol"
],
[
"our",
"n"
],
[
"Ġav",
"ail"
],
[
"ĠN",
"o"
],
[
"b",
"all"
],
[
"Ġprodu",
"ct"
],
[
"iv",
"id"
],
[
"m",
"y"
],
[
"l",
"er"
],
[
"Ġkn",
"own"
],
[
"oc",
"i"
],
[
"Ġn",
"on"
],
[
"g",
"ress"
],
[
"Ġy",
"et"
],
[
"Ġh",
"old"
],
[
"Ġac",
"ross"
],
[
"Ġprot",
"ect"
],
[
"al",
"d"
],
[
"Ġloc",
"al"
],
[
"Ġcommun",
"ity"
],
[
"Ġ",
"i"
],
[
"Ġf",
"ail"
],
[
"in",
"c"
],
[
"Ġre",
"ason"
],
[
"ĠW",
"hen"
],
[
"Ġsu",
"ggest"
],
[
"ĠSt",
"ate"
],
[
"Ġm",
"akes"
],
[
"Ġor",
"ig"
],
[
"Ġ",
"&"
],
[
"âĢ",
"ĵ"
],
[
"ver",
"age"
],
[
"n",
"ot"
],
[
"p",
"or"
],
[
"Ġask",
"ed"
],
[
"Y",
"ou"
],
[
"or",
"ld"
],
[
"ĠT",
"e"
],
[
"ed",
"eral"
],
[
"Ġg",
"iven"
],
[
"ag",
"ed"
],
[
"Ġreport",
"ed"
],
[
"ens",
"ive"
],
[
"Ġm",
"us"
],
[
"i",
"ber"
],
[
"Ġother",
"s"
],
[
"Ġstr",
"ong"
],
[
"Ġbelie",
"ve"
],
[
"Ġpro",
"b"
],
[
"Ġvide",
"o"
],
[
"t",
"o"
],
[
"Ġget",
"ting"
],
[
"Ġb",
"en"
],
[
"b",
"r"
],
[
"ĠH",
"ouse"
],
[
"Ġl",
"ight"
],
[
"an",
"ces"
],
[
"o",
"ber"
],
[
"Ġann",
"oun"
],
[
"4",
"0"
],
[
"it",
"ions"
],
[
"Ġ",
"ident"
],
[
"ore",
"d"
],
[
"-",
"l"
],
[
"Ġc",
"a"
],
[
"Ġs",
"ent"
],
[
"Ġc",
"ut"
],
[
"ir",
"on"
],
[
"Ġl",
"im"
],
[
"ĠC",
"o"
],
[
"iet",
"y"
],
[
"am",
"s"
],
[
"ĠCh",
"rist"
],
[
"ĠUn",
"iversity"
],
[
"Ġcon",
"d"
],
[
"ur",
"ther"
],
[
"Ġs",
"our"
],
[
"Ġc",
"reat"
],
[
"as",
"hing"
],
[
"'",
"ve"
],
[
"am",
"ent"
],
[
"Ġn",
"et"
],
[
"Ġ",
"X"
],
[
"Ġb",
"at"
],
[
"re",
"st"
],
[
"Ġn",
"ational"
],
[
"Ġstart",
"ed"
],
[
"Ġsa",
"f"
],
[
"ar",
"m"
],
[
"Ġcl",
"ose"
],
[
")",
".ĊĊ"
],
[
"Ġavail",
"able"
],
[
"F",
"or"
],
[
"Ġde",
"ath"
],
[
"as",
"ter"
],
[
".",
","
],
[
"Ġh",
"ig"
],
[
"Ġind",
"ust"
],
[
"o",
"f"
],
[
"Ġb",
"ased"
],
[
"Ġiss",
"ue"
],
[
"res",
"ent"
],
[
"Ġl",
"ove"
],
[
"ĠDem",
"ocrat"
],
[
"Ġl",
"ow"
],
[
"Ġacc",
"ount"
],
[
"u",
"se"
],
[
"Ġfollow",
"ing"
],
[
"Ġhist",
"ory"
],
[
"Ġm",
"om"
],
[
"Ġem",
"ploy"
],
[
"ĠC",
"ent"
],
[
"ĠM",
"in"
],
[
"ort",
"s"
],
[
"sel",
"ves"
],
[
"Ġag",
"o"
],
[
"ab",
"ility"
],
[
"Ġcom",
"es"
],
[
"Ġtr",
"ying"
],
[
"Ġpart",
"y"
],
[
"u",
"ment"
],
[
"Ġ",
"#"
],
[
"Ġal",
"most"
],
[
"ĠA",
"m"
],
[
"u",
"ly"
],
[
"Ġser",
"ies"
],
[
"b",
"ook"
],
[
"ut",
"es"
],
[
"get",
"her"
],
[
"Ġto",
"gether"
],
[
"A",
"T"
],
[
"Ġide",
"a"
],
[
"ĠAmeric",
"a"
],
[
"in",
"ation"
],
[
"her",
"s"
],
[
"Ġf",
"oc"
],
[
"Ġacc",
"ess"
],
[
"ĠF",
"l"
],
[
"ie",
"f"
],
[
"2",
"2"
],
[
"il",
"ar"
],
[
"re",
"ed"
],
[
"ail",
"s"
],
[
"Ġis",
"n"
],
[
"Ġcomm",
"it"
],
[
"ition",
"al"
],
[
"Ġcle",
"ar"
],
[
"ĠS",
"en"
],
[
"ĠWh",
"at"
],
[
"Ġtr",
"ad"
],
[
"Ġpr",
"act"
],
[
"Ġadd",
"ed"
],
[
"Ġimp",
"ro"
],
[
"r",
"ing"
],
[
"ere",
"nce"
],
[
"Ġexper",
"ience"
],
[
"th",
"ough"
],
[
"ĠO",
"ne"
],
[
"Ġfil",
"m"
],
[
"ro",
"du"
],
[
"a",
"f"
],
[
"Ġh",
"alf"
],
[
"g",
"ed"
],
[
"ĠB",
"ro"
],
[
"wit",
"ter"
],
[
"Ġh",
"it"
],
[
"ust",
"om"
],
[
"un",
"ch"
],
[
"Ġr",
"ul"
],
[
"Ġlook",
"ing"
],
[
"ivid",
"ual"
],
[
"og",
"rap"
],
[
"Ġs",
"ix"
],
[
"ra",
"el"
],
[
"Ġany",
"thing"
],
[
"r",
"ict"
],
[
"Ġl",
"ive"
],
[
"Ġan",
"al"
],
[
"Ġcomple",
"te"
],
[
"Ġare",
"a"
],
[
"int",
"on"
],
[
"er",
"man"
],
[
"min",
"ist"
],
[
"Ġf",
"av"
],
[
"Ġr",
"is"
],
[
"Ġm",
"iss"
],
[
"a",
"i"
],
[
"ĠCom",
"m"
],
[
"ĠE",
"x"
],
[
"Ġpres",
"ent"
],
[
"Ġsay",
"ing"
],
[
"I",
"N"
],
[
"ow",
"s"
],
[
"n",
"es"
],
[
"ra",
"w"
],
[
"ot",
"e"
],
[
"a",
"id"
],
[
"ru",
"g"
],
[
"Ġb",
"ad"
],
[
"ĠCan",
"ad"
],
[
"Ġv",
"ict"
],
[
"ci",
"ally"
],
[
"Ġb",
"ill"
],
[
"b",
"ack"
],
[
"u",
"ge"
],
[
"Ġt",
"aken"
],
[
"er",
"t"
],
[
"ĠP",
"r"
],
[
"Ġm",
"or"
],
[
"Ġcour",
"t"
],
[
"Ġent",
"ire"
],
[
"at",
"ors"
],
[
"Ġcomp",
"et"
],
[
"e",
"v"
],
[
"ĠE",
"ng"
],
[
"Ġph",
"ot"
],
[
"Ġtr",
"y"
],
[
"Ġbeh",
"ind"
],
[
"Ġa",
"ut"
],
[
"ĠT",
"o"
],
[
"pl",
"ay"
],
[
"'",
"m"
],
[
"Ġt",
"re"
],
[
"Wh",
"at"
],
[
"ward",
"s"
],
[
"i",
"en"
],
[
"Ġ",
"z"
],
[
"Ġne",
"ar"
],
[
"Ġ",
"er"
],
[
"os",
"p"
],
[
"Ġm",
"ult"
],
[
"2",
"3"
],
[
"ĠP",
"ol"
],
[
"Ġmilit",
"ary"
],
[
"Ġsec",
"urity"
],
[
"Ġf",
"ace"
],
[
"Ġpro",
"per"
],
[
"Ġdisc",
"uss"
],
[
"Ġ",
"|"
],
[
"Ġr",
"ather"
],
[
"Ġind",
"ividual"
],
[
"Ġto",
"t"
],
[
"p",
"s"
],
[
"Ġth",
"reat"
],
[
"ĠD",
"on"
],
[
"Ġsing",
"le"
],
[
"Ġstud",
"y"
],
[
"Ġm",
"ind"
],
[
"ĠW",
"ar"
],
[
"ĠB",
"rit"
],
[
"Ġqu",
"ick"
],
[
"ĠA",
"f"
],
[
"19",
"8"
],
[
"Ġp",
"ubl"
],
[
"at",
"ic"
],
[
"am",
"ed"
],
[
"Ġwant",
"ed"
],
[
"ir",
"c"
],
[
"Ġf",
"all"
],
[
"ĠS",
"ec"
],
[
"ĠN",
"orth"
],
[
"Ġm",
"ess"
],
[
"ap",
"er"
],
[
"A",
"n"
],
[
"Ġpolic",
"y"
],
[
"r",
"is"
],
[
"o",
"ff"
],
[
"al",
"es"
],
[
"ĠM",
"an"
],
[
"Ġsome",
"one"
],
[
"le",
"ment"
],
[
"id",
"s"
],
[
"Ġf",
"ood"
],
[
"Ġs",
"um"
],
[
"ll",
"ing"
],
[
"O",
"n"
],
[
"Ġbl",
"ack"
],
[
"Ġ",
"/"
],
[
"Ġc",
"ult"
],
[
"Ġspec",
"ial"
],
[
"O",
"N"
],
[
"Ġbr",
"ing"
],
[
"Ġre",
"du"
],
[
"2",
"1"
],
[
"ĠG",
"r"
],
[
"Ġplay",
"er"
],
[
"6",
"0"
],
[
"Ġl",
"and"
],
[
"Ġcom",
"b"
],
[
"Ġke",
"y"
],
[
"p",
"ly"
],
[
"Ġatt",
"empt"
],
[
"Ġcomp",
"an"
],
[
"Ġ",
"Â"
],
[
"ĠD",
"ep"
],
[
"y",
"n"
],
[
"p",
"ar"
],
[
"W",
"hen"
],
[
"Ġt",
"aking"
],
[
"s",
"h"
],
[
"ĠB",
"ar"
],
[
"ĠN",
"ational"
],
[
"if",
"y"
],
[
"Ġf",
"oot"
],
[
"ro",
"te"
],
[
"*",
"*"
],
[
"ol",
"ution"
],
[
"el",
"t"
],
[
"v",
"iron"
],
[
"Ġel",
"se"
],
[
"Ġb",
"ody"
],
[
"Ġpre",
"t"
],
[
"d",
"d"
],
[
"Ġsp",
"ace"
],
[
"ĠC",
"al"
],
[
"Ġprob",
"ably"
],
[
"Ġ",
"]ĊĊ"
],
[
"g",
"o"
],
[
":",
"//"
],
[
"ashing",
"ton"
],
[
"Ġnot",
"hing"
],
[
"Ġfr",
"ont"
],
[
"R",
"E"
],
[
"Ġc",
"ou"
],
[
"ic",
"ult"
],
[
"ĠW",
"orld"
],
[
"c",
"hes"
],
[
"ĠIs",
"rael"
],
[
"Ġrese",
"arch"
],
[
"Ġcon",
"nect"
],
[
"o",
"ver"
],
[
"Ġcom",
"ing"
],
[
"ĠI",
"m"
],
[
"Ġs",
"w"
],
[
"ĠCl",
"inton"
],
[
"ĠC",
"ity"
],
[
"Ġpoint",
"s"
],
[
"-",
"h"
],
[
"Ġhow",
"ever"
],
[
"m",
"ing"
],
[
"Ġdes",
"crib"
],
[
"Ġj",
"o"
],
[
"c",
"ing"
],
[
"a",
"ult"
],
[
"re",
"me"
],
[
"Ġsim",
"ilar"
],
[
"Ġben",
"ef"
],
[
"Ġe",
"ither"
],
[
"li",
"er"
],
[
"Ġsign",
"ific"
],
[
"ull",
"y"
],
[
"Ġdec",
"ision"
],
[
"Ġc",
"oun"
],
[
"ac",
"es"
],
[
"Ġex",
"ist"
],
[
"ĠH",
"ar"
],
[
"Ġm",
"ass"
],
[
"ĠA",
"ust"
],
[
"an",
"a"
],
[
"Ġs",
"us"
],
[
"Ġt",
"arg"
],
[
"Th",
"at"
],
[
"I",
"S"
],
[
"m",
"b"
],
[
"Ġim",
"m"
],
[
"Ġfe",
"at"
],
[
"Ġcon",
"v"
],
[
"ir",
"l"
],
[
"Ġh",
"ouse"
],
[
"Ġen",
"c"
],
[
"Ġright",
"s"
],
[
"2",
"7"
],
[
"ĠS",
"u"
],
[
"as",
"ing"
],
[
"A",
"N"
],
[
"-",
"old"
],
[
"Ġw",
"a"
],
[
"Ġf",
"urther"
],
[
"w",
"w"
],
[
"un",
"g"
],
[
"Ġch",
"all"
],
[
"Ġd",
"oc"
],
[
"Ġcre",
"ate"
],
[
"Ġf",
"ire"
],
[
"Ġw",
"rote"
],
[
"S",
"o"
],
[
"Ġb",
"an"
],
[
"Ġserv",
"ice"
],
[
"Ġf",
"ig"
],
[
"Ġth",
"ird"
],
[
"s",
"y"
],
[
"âĢĻ",
"d"
],
[
"Ġre",
"pl"
],
[
"Ġp",
"ick"
],
[
"Ġst",
"op"
],
[
"-",
"w"
],
[
"Ġcom",
"pl"
],
[
"ĠW",
"ith"
],
[
"ive",
"ly"
],
[
"Ġbe",
"gin"
],
[
"Ġf",
"ield"
],
[
"Ġiss",
"ues"
],
[
"n",
"ow"
],
[
"a",
"pe"
],
[
"Ġwho",
"le"
],
[
"Ġrel",
"ations"
],
[
"pp",
"ing"
],
[
"Ġst",
"ep"
],
[
"Ġsu",
"per"
],
[
"ri",
"ed"
],
[
"Ġseem",
"s"
],
[
"Ġme",
"as"
],
[
"Ġevery",
"thing"
],
[
"r",
"an"
],
[
"ent",
"ly"
],
[
"Ġc",
"and"
],
[
"pe",
"cially"
],
[
"am",
"er"
],
[
"Ġcompan",
"ies"
],
[
"ĠJ",
"an"
],
[
"2",
"8"
],
[
"Ġex",
"ec"
],
[
"Ġf",
"ederal"
],
[
"Ġtr",
"a"
],
[
"Ġe",
"y"
],
[
"p",
"ite"
],
[
"Ġro",
"om"
],
[
"s",
"w"
],
[
"ĠW",
"ashington"
],
[
"ĠG",
"u"
],
[
"Ġd",
"ue"
],
[
"Ġw",
"atch"
],
[
"a",
"ul"
],
[
"il",
"t"
],
[
"Ġl",
"ab"
],
[
"ĠG",
"e"
],
[
"u",
"ation"
],
[
"o",
"on"
],
[
"Ġlead",
"ers"
],
[
"Ġs",
"ound"
],
[
"he",
"ad"
],
[
"Ġinf",
"l"
],
[
"ib",
"ility"
],
[
"Ġst",
"ates"
],
[
"Ġse",
"lf"
],
[
"ĠHow",
"ever"
],
[
"Ġro",
"le"
],
[
"iv",
"il"
],
[
"Ġ",
":"
],
[
"id",
"ay"
],
[
"Ġst",
"ri"
],
[
"at",
"t"
],
[
"C",
"h"
],
[
"Ġc",
"ustom"
],
[
"Ġofficial",
"s"
],
[
"Ġrele",
"ased"
],
[
"e",
"al"
],
[
"Ġd",
"am"
],
[
"Ġbe",
"gan"
],
[
"ĠD",
"av"
],
[
"er",
"y"
],
[
"Ġstud",
"ents"
],
[
"ĠA",
"pp"
],
[
"Ġcharac",
"ter"
],
[
"Ġpos",
"ition"
],
[
"Ġo",
"pt"
],
[
"ob",
"al"
],
[
"ĠS",
"outh"
],
[
"2",
"6"
],
[
"ĠIn",
"st"
],
[
"Ġmat",
"ter"
],
[
"Ġout",
"side"
],
[
"Ġfin",
"al"
],
[
"end",
"er"
],
[
"Ġen",
"er"
],
[
"Ġd",
"ou"
],
[
"Ġstate",
"ment"
],
[
"Ã",
"©"
],
[
"ad",
"es"
],
[
"Ġhim",
"self"
],
[
"Ġt",
"reat"
],
[
"Ġbre",
"ak"
],
[
"Ġdevelop",
"ment"
],
[
"Ġprov",
"ide"
],
[
"se",
"c"
],
[
"Ġst",
"at"
],
[
"viron",
"ment"
],
[
"Ġin",
"it"
],
[
"Ġab",
"ove"
],
[
"Ġit",
"self"
],
[
"Ġam",
"ount"
],
[
"Ġd",
"i"
],
[
"ĠP",
"art"
],
[
"Ġhour",
"s"
],
[
"Ġa",
"ction"
],
[
"Ġrep",
"resent"
],
[
"Ġthem",
"selves"
],
[
"Ġg",
"un"
],
[
"Ġoff",
"ice"
],
[
"Ġcontin",
"ue"
],
[
"Ġbec",
"ame"
],
[
"i",
"od"
],
[
"ĠIn",
"tern"
],
[
"Ġgener",
"al"
],
[
"Ġspec",
"ific"
],
[
"Ġadd",
"ress"
],
[
"Ġne",
"g"
],
[
"Ġcount",
"ries"
],
[
"ac",
"ed"
],
[
"ĠA",
"ss"
],
[
"ar",
"ter"
],
[
"re",
"g"
],
[
"l",
"ish"
],
[
"Ġl",
"arg"
],
[
"Ġsim",
"ply"
],
[
"Ġtr",
"ue"
],
[
"as",
"k"
],
[
"ograp",
"h"
],
[
"Ġwas",
"n"
],
[
"c",
"ri"
],
[
"l",
"im"
],
[
"ĠR",
"es"
],
[
"'",
"ll"
],
[
"Ġsignific",
"ant"
],
[
"um",
"b"
],
[
"ace",
"book"
],
[
"Ġg",
"round"
],
[
"o",
"id"
],
[
"og",
"n"
],
[
"Ġinter",
"view"
],
[
"Ġrun",
"ning"
],
[
"ĠJ",
"ust"
],
[
"il",
"i"
],
[
"Ġdiff",
"icult"
],
[
"Ġb",
"ar"
],
[
"Ġr",
"ad"
],
[
"Ġev",
"idence"
],
[
"ĠE",
"d"
],
[
"B",
"C"
],
[
"Ġad",
"minist"
],
[
"Ġprof",
"ess"
],
[
"Ġvers",
"ion"
],
[
"re",
"am"
],
[
"Ġneed",
"s"
],
[
"Ġc",
"op"
],
[
"Ġag",
"ree"
],
[
"ang",
"u"
],
[
"og",
"le"
],
[
"Ġevery",
"one"
],
[
"Ġd",
"rug"
],
[
"Ġty",
"p"
],
[
"Ġgroup",
"s"
],
[
"e",
"ks"
],
[
"idd",
"le"
],
[
"Ġresp",
"ons"
],
[
"Ġbuild",
"ing"
],
[
"r",
"ight"
],
[
"Ġb",
"all"
],
[
"Ġd",
"om"
],
[
"Ġwom",
"an"
],
[
"Ġshow",
"s"
],
[
"ĠCh",
"ina"
],
[
"Ġmus",
"ic"
],
[
"Ġcomm",
"on"
],
[
"ĠG",
"erman"
],
[
"Ġl",
"at"
],
[
"l",
"am"
],
[
"Ġd",
"est"
],
[
"Ġneed",
"ed"
],
[
"Ġin",
"j"
],
[
"Ġt",
"em"
],
[
"Ġbel",
"ow"
],
[
"A",
"R"
],
[
"if",
"t"
],
[
"Ġex",
"c"
],
[
"ĠM",
"ed"
],
[
"Ġrele",
"ase"
],
[
"ourn",
"al"
],
[
"Ġsa",
"w"
],
[
"Ġde",
"ep"
],
[
"Ġpret",
"ty"
],
[
"rib",
"ut"
],
[
"Ġinclud",
"e"
],
[
"Ġqu",
"ite"
],
[
"Ġplay",
"ed"
],
[
"Ġa",
"p"
],
[
"Ġindust",
"ry"
],
[
"ĠA",
"b"
],
[
"Ġs",
"ense"
],
[
"Ġener",
"gy"
],
[
"Ġplay",
"ing"
],
[
"Ġcand",
"id"
],
[
"2",
"9"
],
[
"Ġm",
"ag"
],
[
"ĠH",
"is"
],
[
"Ġph",
"ys"
],
[
"iv",
"al"
],
[
"Ġg",
"en"
],
[
"l",
"ight"
],
[
"Ġwh",
"ite"
],
[
"is",
"c"
],
[
"Ġleg",
"al"
],
[
"at",
"ur"
],
[
"y",
"le"
],
[
"Ġl",
"ate"
],
[
"Ġfriend",
"s"
],
[
"Ġab",
"s"
],
[
"Ġch",
"arg"
],
[
"Ġal",
"leg"
],
[
"A",
"S"
],
[
"H",
"ow"
],
[
"ĠA",
"fter"
],
[
"Ġinst",
"ead"
],
[
"w",
"here"
],
[
"Ġl",
"ost"
],
[
"ĠW",
"est"
],
[
"Ġes",
"pecially"
],
[
"Ġval",
"ue"
],
[
"Ġb",
"illion"
],
[
"Ġm",
"ot"
],
[
"19",
"7"
],
[
"Ġre",
"d"
],
[
"os",
"ing"
],
[
"ĠM",
"us"
],
[
"b",
"ody"
],
[
"Ġh",
"om"
],
[
"le",
"v"
],
[
"Ġh",
"ost"
],
[
"or",
"ing"
],
[
"Ġan",
"im"
],
[
"ĠN",
"ot"
],
[
"ist",
"ic"
],
[
"Ġp",
"le"
],
[
"Ġfor",
"ward"
],
[
"ag",
"er"
],
[
"Ġrecent",
"ly"
],
[
"Ġob",
"ject"
],
[
"ĠNew",
"s"
],
[
"Ġtr",
"ack"
],
[
"cc",
"ording"
],
[
"om",
"m"
],
[
"o",
"e"
],
[
"Ġwe",
"eks"
],
[
"Ġe",
"lection"
],
[
"ep",
"end"
],
[
"Ġvot",
"e"
],
[
"iqu",
"e"
],
[
"Ġj",
"ud"
],
[
"Ġsu",
"ff"
],
[
"ir",
"t"
],
[
"ĠWh",
"ite"
],
[
"Ġdet",
"er"
],
[
"l",
"t"
],
[
"ĠT",
"witter"
],
[
"Ġchang",
"es"
],
[
"ĠO",
"ct"
],
[
"Ġper",
"iod"
],
[
"Ġopp",
"ortun"
],
[
"Ġ",
")"
],
[
"med",
"i"
],
[
"e",
"ed"
],
[
"Ġl",
"o"
],
[
"Ġlong",
"er"
],
[
"ac",
"hed"
],
[
"o",
"ke"
],
[
"Ġp",
"ain"
],
[
"ar",
"c"
],
[
"Ġs",
"ite"
],
[
"Ġac",
"cept"
],
[
"h",
"od"
],
[
"Ġe",
"p"
],
[
"Ġso",
"on"
],
[
"Ġsh",
"oot"
],
[
"ĠW",
"ill"
],
[
"Ġmom",
"ent"
],
[
"Ġob",
"s"
],
[
"Ġhop",
"e"
],
[
"Ġeconom",
"ic"
],
[
"op",
"h"
],
[
"ĠC",
"ong"
],
[
"o",
"le"
],
[
"Ġp",
"ie"
],
[
"Ġdec",
"l"
],
[
"ir",
"m"
],
[
"Ġche",
"ck"
],
[
"Ġwr",
"ong"
],
[
"Ġbl",
"ock"
],
[
"Ġcons",
"um"
],
[
"ĠSe",
"pt"
],
[
"Ġrel",
"ig"
],
[
"Ġt",
"it"
],
[
"Ġ",
"{"
],
[
"ĠM",
"y"
],
[
"ĠDep",
"artment"
],
[
"n",
"s"
],
[
"__",
"__"
],
[
"on",
"se"
],
[
"Ġpot",
"ential"
],
[
"Ġhig",
"her"
],
[
"Ġc",
"irc"
],
[
"le",
"ge"
],
[
"Ġwor",
"ks"
],
[
"Ġcons",
"ider"
],
[
"n",
"ers"
],
[
"Ġfoc",
"us"
],
[
"al",
"t"
],
[
"anc",
"ial"
],
[
"Ġsh",
"are"
],
[
"Ġc",
"red"
],
[
"ĠM",
"arch"
],
[
"Ġed",
"uc"
],
[
"i",
"j"
],
[
"Ġhe",
"ld"
],
[
"c",
"ial"
],
[
"ke",
"y"
],
[
"id",
"ing"
],
[
"Ġon",
"line"
],
[
"Ġwe",
"bs"
],
[
"Ġst",
"ay"
],
[
"Ġw",
"alk"
],
[
"Ġl",
"ed"
],
[
"ĠD",
"r"
],
[
"ul",
"arly"
],
[
"ove",
"red"
],
[
"Ġre",
"ve"
],
[
"Ġword",
"s"
],
[
"Ġp",
"arent"
],
[
"Ġp",
"red"
],
[
"=",
"="
],
[
"Ġst",
"ru"
],
[
"ĠThe",
"se"
],
[
"Ġresult",
"s"
],
[
"Ġ",
"+"
],
[
"ĠRepublic",
"an"
],
[
"Ġris",
"k"
],
[
"ĠSy",
"ri"
],
[
"le",
"ar"
],
[
"Ġre",
"view"
],
[
"b",
"o"
],
[
"Ġre",
"v"
],
[
"ic",
"ro"
],
[
"Ġso",
"ld"
],
[
"Ġlaw",
"s"
],
[
"f",
"ect"
],
[
"Ġcont",
"ract"
],
[
"Ġc",
"ode"
],
[
"Ġfun",
"ction"
],
[
"The",
"y"
],
[
"a",
"ut"
],
[
"Ġw",
"ind"
],
[
"Ġc",
"e"
],
[
"c",
"il"
],
[
"Ġtot",
"al"
],
[
"Ġart",
"icle"
],
[
"ĠA",
"ug"
],
[
"Ġa",
"ud"
],
[
"Ġapp",
"lic"
],
[
"ĠM",
"e"
],
[
"Ġserv",
"ices"
],
[
"u",
"ary"
],
[
"Ġmin",
"utes"
],
[
"Ġperson",
"al"
],
[
"ĠM",
"ich"
],
[
"as",
"ons"
],
[
"i",
"ents"
],
[
"ur",
"d"
],
[
"Ġany",
"one"
],
[
"Ġa",
"ge"
],
[
"il",
"ities"
],
[
"ang",
"er"
],
[
"ĠJ",
"une"
],
[
"c",
"he"
],
[
"it",
"ution"
],
[
"Ġpr",
"im"
],
[
"p",
"ut"
],
[
"Ġfav",
"or"
],
[
"Ġr",
"ate"
],
[
"A",
"d"
],
[
"h",
"aps"
],
[
"Ġtarg",
"et"
],
[
"Ġan",
"sw"
],
[
"u",
"le"
],
[
"Ġpop",
"ular"
],
[
"ate",
"g"
],
[
"E",
"S"
],
[
"Ġup",
"d"
],
[
"ĠSt",
"e"
],
[
"Ġd",
"en"
],
[
"ap",
"an"
],
[
"Ġexp",
"ress"
],
[
"f",
"er"
],
[
"Ġear",
"lier"
],
[
"Ġne",
"cess"
],
[
"Ġh",
"y"
],
[
"Ġde",
"ad"
],
[
"Ġv",
"ol"
],
[
"ĠP",
"e"
],
[
"pr",
"il"
],
[
"8",
"0"
],
[
"v",
"al"
],
[
"h",
"am"
],
[
"Ġcomp",
"ut"
],
[
"Ġres",
"pect"
],
[
"ag",
"ing"
],
[
"Ġtechn",
"ology"
],
[
"u",
"el"
],
[
"Ġgo",
"al"
],
[
"Ġexpect",
"ed"
],
[
"Ġcre",
"ated"
],
[
"Ġen",
"vironment"
],
[
"ĠP",
"ar"
],
[
"end",
"s"
],
[
"Ġproble",
"ms"
],
[
"Ġsur",
"pr"
],
[
"Ġb",
"ase"
],
[
"ud",
"e"
],
[
"P",
"h"
],
[
"Ġrece",
"ived"
],
[
"re",
"et"
],
[
"te",
"e"
],
[
"Ġp",
"ort"
],
[
"A",
"l"
],
[
"ĠD",
"o"
],
[
"ĠJ",
"uly"
],
[
"Ġsc",
"ient"
],
[
"n",
"a"
],
[
"-",
"st"
],
[
"Ġw",
"ays"
],
[
"Ġincre",
"ase"
],
[
"Ġeas",
"y"
],
[
"Ġant",
"i"
],
[
"Ġcom",
"ment"
],
[
"is",
"l"
],
[
"ip",
"le"
],
[
"Ġfor",
"ce"
],
[
"Ġsh",
"ot"
],
[
"r",
"ay"
],
[
"Ġpriv",
"ate"
],
[
"ĠS",
"m"
],
[
"Ġquest",
"ions"
],
[
"Ġcan",
"not"
],
[
"3",
"5"
],
[
"Ġ",
"<"
],
[
"Ġannoun",
"ced"
],
[
"et",
"er"
],
[
"act",
"ion"
],
[
"ct",
"or"
],
[
"Ġp",
"ack"
],
[
"ĠM",
"ond"
],
[
"ĠG",
"od"
],
[
"Ġl",
"angu"
],
[
"Ġimp",
"act"
],
[
"ĠCong",
"ress"
],
[
"Ġp",
"ur"
],
[
"ater",
"ial"
],
[
"pl",
"es"
],
[
"at",
"ives"
],
[
"her",
"n"
],
[
"av",
"ing"
],
[
"ĠF",
"acebook"
],
[
"Ġinvol",
"ved"
],
[
"ĠE",
"n"
],
[
"ill",
"s"
],
[
"âĢľ",
"I"
],
[
"om",
"b"
],
[
"Ġd",
"iv"
],
[
"le",
"x"
],
[
"Ġe",
"t"
],
[
"it",
"iz"
],
[
"Ġspe",
"ak"
],
[
"Ġex",
"act"
],
[
"h",
"ood"
],
[
"Ġty",
"pe"
],
[
"Ġmod",
"el"
],
[
"on",
"st"
],
[
"Ġexec",
"ut"
],
[
"Ġne",
"arly"
],
[
"i",
"res"
],
[
"ĠAust",
"ral"
],
[
"our",
"t"
],
[
"Ġc",
"ivil"
],
[
"m",
"p"
],
[
"ues",
"day"
],
[
"Ġrelations",
"hip"
],
[
"Ġter",
"ror"
],
[
"Ġst",
"aff"
],
[
"Ġs",
"en"
],
[
"e",
"es"
],
[
"ok",
"es"
],
[
"T",
"o"
],
[
"Ġc",
"ases"
],
[
"ĠFr",
"iday"
],
[
"Ġins",
"ide"
],
[
"-",
"in"
],
[
"Ġorig",
"inal"
],
[
"re",
"m"
],
[
"Ġcont",
"ent"
],
[
"Ġle",
"ave"
],
[
"Ġresp",
"onse"
],
[
"ll",
"ed"
],
[
"E",
"N"
],
[
"ĠR",
"ed"
],
[
"Ġcap",
"t"
],
[
"Ġf",
"ans"
],
[
"ĠGo",
"ogle"
],
[
"ã",
"ģ"
],
[
"Ġco",
"ll"
],
[
"e",
"ch"
],
[
"Ġ",
"ur"
],
[
"ĠA",
"pril"
],
[
"Ġintern",
"ational"
],
[
"ĠC",
"ount"
],
[
"Ġar",
"rest"
],
[
"A",
"t"
],
[
"Ġa",
"verage"
],
[
"g",
"ing"
],
[
"re",
"l"
],
[
"Ġbro",
"ad"
],
[
"Ġl",
"iving"
],
[
"Ġhe",
"art"
],
[
"du",
"ct"
],
[
"k",
"y"
],
[
"ot",
"o"
],
[
"ĠMond",
"ay"
],
[
"Ġreport",
"s"
],
[
"Ġw",
"orth"
],
[
"Ġkill",
"ed"
],
[
"Ġn",
"ation"
],
[
"ip",
"s"
],
[
"ell",
"ig"
],
[
"r",
"ain"
],
[
"at",
"ural"
],
[
"Ġc",
"al"
],
[
"Ġbec",
"om"
],
[
"est",
"s"
],
[
"Ġwork",
"ed"
],
[
"Ġus",
"ers"
],
[
"Ġsour",
"ce"
],
[
"Ġso",
"ft"
],
[
"Ġim",
"medi"
],
[
"Ġsub",
"ject"
],
[
"j",
"oy"
],
[
"ĠT",
"uesday"
],
[
"op",
"s"
],
[
"c",
"ast"
],
[
"Ġch",
"ance"
],
[
"Ġest",
"ab"
],
[
"ĠP",
"al"
],
[
"Ġresp",
"ond"
],
[
"Ġcl",
"ub"
],
[
"ĠAmeric",
"ans"
],
[
"ĠP",
"er"
],
[
"it",
"es"
],
[
"O",
"R"
],
[
"Ġc",
"ell"
],
[
"Ġgl",
"obal"
],
[
"Ġt",
"akes"
],
[
"a",
"el"
],
[
"Ġde",
"l"
],
[
"Ġab",
"ility"
],
[
"e",
"xt"
],
[
"b",
"or"
],
[
"rough",
"t"
],
[
"Ġo",
"il"
],
[
"Ġwe",
"ap"
],
[
"ĠA",
"ct"
],
[
"Ġass",
"oci"
],
[
"Ġter",
"ms"
],
[
"l",
"ike"
],
[
"Ġwork",
"ers"
],
[
"Ġpr",
"ice"
],
[
"iz",
"ing"
],
[
"ĠJ",
"apan"
],
[
"os",
"ition"
],
[
"Ġdirect",
"or"
],
[
"olog",
"ical"
],
[
"is",
"es"
],
[
"Ġro",
"ad"
],
[
"he",
"l"
],
[
"Ġt",
"ou"
],
[
"Ġpubl",
"ished"
],
[
"Ġcol",
"lect"
],
[
"Ġdef",
"in"
],
[
"Ġfin",
"ancial"
],
[
"ĠWh",
"ile"
],
[
"ĠRuss",
"ia"
],
[
"Ġm",
"id"
],
[
"Ġs",
"qu"
],
[
"ĠW",
"ed"
],
[
"Ġdec",
"ided"
],
[
"ove",
"mber"
],
[
".",
"m"
],
[
"Ġl",
"ack"
],
[
"Ġl",
"og"
],
[
"ĠS",
"ome"
],
[
"Ġph",
"one"
],
[
"Ġm",
"other"
],
[
"-",
"g"
],
[
"Ġg",
"ave"
],
[
"un",
"t"
],
[
"Ġbu",
"y"
],
[
"Ġg",
"irl"
],
[
"Ġst",
"ore"
],
[
"Ġe",
"mer"
],
[
"19",
"6"
],
[
"Ġinfl",
"u"
],
[
"Ġcap",
"ital"
],
[
"Ġhappen",
"ed"
],
[
"ĠN",
"ow"
],
[
"Ġrequ",
"ire"
],
[
"ĠCal",
"if"
],
[
"Ġ",
"@"
],
[
"cl",
"us"
],
[
"Ġfore",
"ign"
],
[
"Ġf",
"em"
],
[
"Ġgo",
"es"
],
[
"Ġcurrent",
"ly"
],
[
"Ġsit",
"uation"
],
[
"ĠO",
"ff"
],
[
"ĠS",
"an"
],
[
"ĠB",
"y"
],
[
"ov",
"ed"
],
[
"ro",
"wn"
],
[
"Ġl",
"ives"
],
[
"Ġwho",
"se"
],
[
"Ġoff",
"er"
],
[
"Ġind",
"ic"
],
[
"Ġm",
"aterial"
],
[
"Ġt",
"al"
],
[
"in",
"o"
],
[
"ĠGe",
"or"
],
[
"\"",
"I"
],
[
"ough",
"t"
],
[
"7",
"0"
],
[
"Ġpl",
"ans"
],
[
"Ġaff",
"ect"
],
[
"vert",
"ise"
],
[
"ĠS",
"und"
],
[
"nes",
"day"
],
[
"Ġmem",
"ber"
],
[
"b",
"it"
],
[
"Ġmet",
"hod"
],
[
"Ġar",
"ri"
],
[
"Ġpartic",
"ip"
],
[
"e",
"g"
],
[
"ĠJan",
"uary"
],
[
"re",
"ct"
],
[
"Ġp",
"ict"
],
[
"ĠA",
"g"
],
[
"urs",
"day"
],
[
"ĠF",
"eb"
],
[
"O",
"ne"
],
[
"Ġmeet",
"ing"
],
[
"Ġrec",
"ogn"
],
[
"Ġteam",
"s"
],
[
"Ġturn",
"ed"
],
[
"ru",
"ction"
],
[
"Ġb",
"ank"
],
[
"ĠH",
"ill"
],
[
"Ġev",
"ents"
],
[
"Ġnet",
"work"
],
[
"ĠSept",
"ember"
],
[
"f",
"ully"
],
[
"ord",
"er"
],
[
"Ġsim",
"ple"
],
[
"es",
"e"
],
[
"Ġint",
"rodu"
],
[
"Ġ",
"ill"
],
[
"Ġare",
"as"
],
[
"Ġn",
"orm"
],
[
"Ġc",
"y"
],
[
"ĠC",
"or"
],
[
"Ġreg",
"ard"
],
[
"ĠIs",
"lam"
],
[
"Ġh",
"uge"
],
[
"Ġcou",
"ple"
],
[
"Ġappro",
"ach"
],
[
"Ġp",
"age"
],
[
"Ġperform",
"ance"
],
[
"ĠT",
"V"
],
[
"tt",
"p"
],
[
"----",
"----"
],
[
"ou",
"d"
],
[
"Ġcare",
"er"
],
[
"Ġto",
"ol"
],
[
"4",
"5"
],
[
"9",
"0"
],
[
"Ġm",
"is"
],
[
"Ġf",
"elt"
],
[
"a",
"ur"
],
[
"ĠG",
"l"
],
[
"ĠN",
"ovember"
],
[
"ap",
"t"
],
[
"ĠAf",
"ric"
],
[
"\"",
","
],
[
"et",
"y"
],
[
"Ġor",
"d"
],
[
"Ġde",
"li"
],
[
"Ġr",
"ace"
],
[
"Ġem",
"ail"
],
[
"ĠE",
"l"
],
[
"Ġquick",
"ly"
],
[
"o",
"or"
],
[
"Ġr",
"ound"
],
[
"Ġh",
"on"
],
[
"a",
"ily"
],
[
"ĠDav",
"id"
],
[
"Ġimpro",
"ve"
],
[
"Ġeng",
"ine"
],
[
"Ġnum",
"bers"
],
[
"Ġvict",
"im"
],
[
"ĠWed",
"nesday"
],
[
"Ġadminist",
"ration"
],
[
"Ġv",
"ia"
],
[
"ĠA",
"ng"
],
[
"ch",
"ie"
],
[
"Ġp",
"ull"
],
[
"ist",
"an"
],
[
"Ġbu",
"ilt"
],
[
"en",
"ed"
],
[
"Ġf",
"re"
],
[
"av",
"y"
],
[
"Ġte",
"xt"
],
[
"Ġl",
"oss"
],
[
"Ġp",
"ers"
],
[
"ĠTh",
"ursday"
],
[
"ruct",
"ure"
],
[
"ĠP",
"aul"
],
[
"um",
"e"
],
[
"Ġf",
"ather"
],
[
"Ġth",
"ous"
],
[
"ĠEurope",
"an"
],
[
"Ġeconom",
"y"
],
[
"im",
"ent"
],
[
"A",
"L"
],
[
"orn",
"ia"
],
[
"Ġprodu",
"ction"
],
[
"Ġb",
"oy"
],
[
"Ġhe",
"ard"
],
[
"Ġd",
"ig"
],
[
"Ġm",
"atch"
],
[
"Ġwebs",
"ite"
],
[
"Ġen",
"joy"
],
[
"ĠC",
"ourt"
],
[
"Ġreve",
"al"
],
[
"Ġallow",
"ed"
],
[
"Ġhand",
"s"
],
[
"Ġre",
"pe"
],
[
"Ġbo",
"ard"
],
[
"p",
"ro"
],
[
"Ġsp",
"ent"
],
[
"Ġtr",
"ade"
],
[
"ight",
"s"
],
[
"Ġw",
"ide"
],
[
"ĠOct",
"ober"
],
[
"S",
"h"
],
[
"Ġsec",
"ret"
],
[
"ce",
"mber"
],
[
"Ġl",
"ower"
],
[
"ĠS",
"ch"
],
[
"Ġtra",
"vel"
],
[
"Ġst",
"e"
],
[
"ĠAug",
"ust"
],
[
"-",
"up"
],
[
"Ġco",
"ver"
],
[
"at",
"ory"
],
[
"Ġinclud",
"ed"
],
[
"l",
"oad"
],
[
"Ġpo",
"ll"
],
[
"Ġwant",
"s"
],
[
"us",
"es"
],
[
"Ġleg",
"isl"
],
[
"-b",
"ased"
],
[
"Ġto",
"wn"
],
[
"Ġkn",
"ew"
],
[
"5",
"00"
],
[
"Ġne",
"igh"
],
[
"?",
"âĢĿ"
],
[
"or",
"ters"
],
[
"Ġbeh",
"av"
],
[
"l",
"in"
],
[
"ict",
"ion"
],
[
"ĠBrit",
"ish"
],
[
"Ġse",
"par"
],
[
"W",
"ith"
],
[
"es",
"tern"
],
[
"ĠSund",
"ay"
],
[
"Â",
"Ń"
],
[
"Ġget",
"s"
],
[
"Ġvis",
"it"
],
[
"Ġper",
"fect"
],
[
"en",
"ces"
],
[
"ct",
"ions"
],
[
"ĠCanad",
"a"
],
[
"an",
"ks"
],
[
"is",
"hing"
],
[
"Ġmove",
"ment"
],
[
"age",
"ment"
],
[
"Ġtri",
"ed"
],
[
"ess",
"ion"
],
[
"g",
"est"
],
[
"ra",
"z"
],
[
")",
";"
],
[
"Ġb",
"i"
],
[
"Ġc",
"ause"
],
[
"Ġfor",
"ces"
],
[
"Ġf",
"ear"
],
[
"Ġen",
"s"
],
[
"Ġatt",
"ention"
],
[
"Ġpartic",
"ular"
],
[
"ĠK",
"ore"
],
[
"A",
"fter"
],
[
"en",
"ing"
],
[
"9",
"9"
],
[
"Ġ",
"}"
],
[
"Ġpop",
"ulation"
],
[
"ce",
"ed"
],
[
"Ġre",
"ach"
],
[
"Ġb",
"rought"
],
[
"Ġlook",
"s"
],
[
"ur",
"ning"
],
[
"Ġvar",
"ious"
],
[
"ib",
"ly"
],
[
"o",
"o"
],
[
"Ġv",
"o"
],
[
"u",
"k"
],
[
"ar",
"ily"
],
[
"Ġb",
"ud"
],
[
"3",
"1"
],
[
"3",
"2"
],
[
"ĠU",
"K"
],
[
"Ġgrow",
"th"
],
[
"ĠCalif",
"ornia"
],
[
"Ġm",
"ention"
],
[
"Ġprev",
"ious"
],
[
"ak",
"er"
],
[
"g",
"round"
],
[
"ĠQ",
"u"
],
[
"E",
"D"
],
[
"Ġl",
"ink"
],
[
"Ġmor",
"ning"
],
[
"Ġve",
"h"
],
[
"'",
"d"
],
[
"ĠRuss",
"ian"
],
[
"und",
"red"
],
[
"A",
"C"
],
[
"Ġf",
"air"
],
[
"Ġfe",
"ll"
],
[
"all",
"ed"
],
[
"Ġtr",
"aining"
],
[
"ide",
"red"
],
[
"ce",
"ment"
],
[
"Ġpro",
"gress"
],
[
"y",
"ond"
],
[
"f",
"ace"
],
[
"m",
"a"
],
[
"se",
"qu"
],
[
"i",
"am"
],
[
"Ġs",
"ize"
],
[
"c",
"ies"
],
[
"U",
"S"
],
[
"]",
"["
],
[
"Ġcont",
"act"
],
[
"ident",
"s"
],
[
"ĠC",
"ont"
],
[
"ĠDe",
"cember"
],
[
"Ġdem",
"and"
],
[
"Ġim",
"age"
],
[
"ĠS",
"w"
],
[
"Ġr",
"ac"
],
[
"ĠBl",
"ack"
],
[
"Ġh",
"ot"
],
[
"ĠI",
"S"
],
[
"Ġs",
"ong"
],
[
"led",
"ge"
],
[
"z",
"e"
],
[
"ĠP",
"ost"
],
[
"Wh",
"ile"
],
[
"Ġlead",
"er"
],
[
"c",
"le"
],
[
"Ġh",
"or"
],
[
"ĠH",
"er"
],
[
"Ġc",
"itiz"
],
[
"ec",
"ause"
],
[
"-",
"M"
],
[
"Ġrul",
"es"
],
[
"Ġ",
"ess"
],
[
"Ġl",
"iber"
],
[
"in",
"ks"
],
[
"Ġse",
"arch"
],
[
"ific",
"ation"
],
[
"Ġpre",
"p"
],
[
"ĠSt",
"reet"
],
[
"Ġlat",
"est"
],
[
"I",
"T"
],
[
"Ġstru",
"gg"
],
[
"Ġup",
"on"
],
[
"Ġco",
"ach"
],
[
"Ġf",
"ast"
],
[
"ar",
"th"
],
[
"Ġtalk",
"ing"
],
[
"c",
"ome"
],
[
"Ġind",
"epend"
],
[
"ond",
"on"
],
[
"O",
"S"
],
[
"u",
"ments"
],
[
"h",
"old"
],
[
"i",
"ant"
],
[
"Ġspe",
"ed"
],
[
"et",
"t"
],
[
"ĠP",
"ark"
],
[
"Ġw",
"ond"
],
[
"Ġre",
"b"
],
[
"Ġfeat",
"ures"
],
[
"ĠSen",
"ate"
],
[
"om",
"p"
],
[
"Ġadd",
"ition"
],
[
"ĠP",
"at"
],
[
"g",
"es"
],
[
"Ġex",
"am"
],
[
"Ġst",
"ar"
],
[
"Ġsub",
"s"
],
[
"T",
"r"
],
[
"ĠJ",
"ew"
],
[
"ic",
"les"
],
[
"ellig",
"ence"
],
[
"I",
"C"
],
[
"Ġcons",
"idered"
],
[
"ar",
"ies"
],
[
"Ġlangu",
"age"
],
[
"ĠT",
"imes"
],
[
"Ġmed",
"ical"
],
[
"atur",
"day"
],
[
"ĠPart",
"y"
],
[
"Ġlevel",
"s"
],
[
"et",
"h"
],
[
"ra",
"q"
],
[
"il",
"le"
],
[
"Ġsl",
"ow"
],
[
"im",
"ately"
],
[
"ap",
"h"
],
[
"ĠCount",
"y"
],
[
"Ġa",
"chie"
],
[
"Ġinvestig",
"ation"
],
[
"Ġu",
"nd"
],
[
"un",
"k"
],
[
"Ġs",
"n"
],
[
"ĠCent",
"er"
],
[
"v",
"ent"
],
[
"Ġm",
"ach"
],
[
"op",
"e"
],
[
"Ġc",
"ard"
],
[
"ĠInd",
"ia"
],
[
"Ġs",
"ort"
],
[
"f",
"ield"
],
[
"Ġcrit",
"ic"
],
[
"ĠK",
"ing"
],
[
"u",
"f"
],
[
"he",
"t"
],
[
"Ġdo",
"ll"
],
[
"ys",
"is"
],
[
"im",
"in"
],
[
"Ġp",
"aper"
],
[
"Ġb",
"ox"
],
[
"w",
"o"
],
[
"ĠI",
"ran"
],
[
"u",
"it"
],
[
"Ġp",
"en"
],
[
"Ġ",
"â"
],
[
"Ġcons",
"erv"
],
[
"Ġpri",
"or"
],
[
"ĠT",
"ex"
],
[
"Ġsex",
"ual"
],
[
"Ġsystem",
"s"
],
[
"sy",
"ch"
],
[
"Ġparent",
"s"
],
[
"Ġjob",
"s"
],
[
"Ġhe",
"ar"
],
[
"Ġdoc",
"ument"
],
[
"at",
"form"
],
[
"Ġsp",
"okes"
],
[
"-",
"A"
],
[
"ig",
"r"
],
[
"Ġwrit",
"ten"
],
[
"Ġs",
"ens"
],
[
"Ġincre",
"asing"
],
[
"Ġd",
"raw"
],
[
"Ġcon",
"duct"
],
[
"Ġse",
"ven"
],
[
"Ġsee",
"k"
],
[
"m",
"on"
],
[
"an",
"i"
],
[
"e",
"ared"
],
[
"ru",
"ary"
],
[
"id",
"ge"
],
[
"Ġprev",
"ent"
],
[
"ĠMus",
"lim"
],
[
"Ġlear",
"n"
],
[
"Ġext",
"reme"
],
[
"Ġeff",
"ort"
],
[
"in",
"ing"
],
[
"O",
"P"
],
[
"p",
"ir"
],
[
"3",
"3"
],
[
"Ġser",
"ious"
],
[
"r",
"ast"
],
[
"Ġs",
"on"
],
[
"Ġcomplete",
"ly"
],
[
"Ġin",
"n"
],
[
"Ġsc",
"reen"
],
[
".",
")"
],
[
"ĠM",
"ark"
],
[
"Ġreg",
"ul"
],
[
"Ġe",
"ight"
],
[
"ro",
"om"
],
[
"Ġr",
"ange"
],
[
"b",
"ed"
],
[
"our",
"ces"
],
[
"Ġcon",
"c"
],
[
"it",
"ch"
],
[
"Ġviol",
"ence"
],
[
"Ġmess",
"age"
],
[
"Ġob",
"v"
],
[
"Ġsur",
"ve"
],
[
"Ġdes",
"pite"
],
[
"ĠI",
"raq"
],
[
"h",
"a"
],
[
"Ġdou",
"b"
],
[
"Ġinterest",
"ing"
],
[
"reed",
"om"
],
[
"ic",
"o"
],
[
"Ġopportun",
"ity"
],
[
"Ġclaim",
"s"
],
[
"ren",
"ch"
],
[
"Ġpartic",
"ularly"
],
[
"ĠE",
"m"
],
[
"e",
"ff"
],
[
"an",
"ced"
],
[
"Ġext",
"ra"
],
[
"Ġansw",
"er"
],
[
"ĠCh",
"ar"
],
[
"ĠR",
"om"
],
[
"Ġsoc",
"iety"
],
[
"Ġmajor",
"ity"
],
[
"ab",
"or"
],
[
"Ġj",
"ournal"
],
[
"S",
"he"
],
[
"ĠL",
"ondon"
],
[
"Ġattack",
"s"
],
[
"er",
"ve"
],
[
"Ġgu",
"y"
],
[
"Ġexact",
"ly"
],
[
"Ġcar",
"ry"
],
[
"ent",
"ially"
],
[
"Ġbig",
"gest"
],
[
"ĠK",
"e"
],
[
"u",
"x"
],
[
"ĠDon",
"ald"
],
[
"ill",
"ed"
],
[
"Ġcl",
"imate"
],
[
"Ġc",
"ross"
],
[
"Ġrequ",
"ired"
],
[
"Ġare",
"n"
],
[
"ĠM",
"ore"
],
[
"ib",
"r"
],
[
"i",
"ers"
],
[
"is",
"ions"
],
[
"am",
"ing"
],
[
"Ġp",
"aid"
],
[
"Ġdef",
"ense"
],
[
"Ġh",
"undred"
],
[
"Ġexper",
"ien"
],
[
"Ġmod",
"ern"
],
[
"ens",
"ion"
],
[
"Ġpract",
"ice"
],
[
"er",
"c"
],
[
"ĠE",
"ast"
],
[
"Ġex",
"cept"
],
[
"ar",
"i"
],
[
"vertise",
"ment"
],
[
"ly",
"ing"
],
[
"ĠS",
"aturday"
],
[
"Ġqu",
"arter"
],
[
"Ġoffic",
"ers"
],
[
"ad",
"d"
],
[
"Ġn",
"atural"
],
[
"os",
"es"
],
[
"ines",
"e"
],
[
"Ġrem",
"ain"
],
[
"Ġsc",
"ience"
],
[
"in",
"ally"
],
[
"Ġlook",
"ed"
],
[
"n",
"ces"
],
[
"Ġcertain",
"ly"
],
[
"Ġhist",
"or"
],
[
"uc",
"lear"
],
[
"Ġsur",
"v"
],
[
"ut",
"ions"
],
[
"Ġg",
"as"
],
[
"Ġst",
"ories"
],
[
"Ġm",
"iddle"
],
[
"Ġd",
"ro"
],
[
"Ġst",
"uff"
],
[
"Ġl",
"ay"
],
[
"Ġt",
"able"
],
[
"Ġfin",
"ally"
],
[
"Ġsomet",
"imes"
],
[
"Ġcommun",
"ic"
],
[
"ĠN",
"et"
],
[
"-",
"r"
],
[
"Ġproduct",
"s"
],
[
"Ġmov",
"ie"
],
[
"s",
"c"
],
[
"ĠS",
"and"
],
[
"osp",
"ital"
],
[
"Ġr",
"out"
],
[
"Ġcon",
"vers"
],
[
"av",
"es"
],
[
"-t",
"o"
],
[
"Ġim",
"ag"
],
[
"A",
"M"
],
[
"Ġlead",
"ing"
],
[
"ĠMc",
"C"
],
[
"ous",
"ly"
],
[
"Ġa",
"w"
],
[
"ĠS",
"pe"
],
[
"n",
"y"
],
[
"Ġp",
"an"
],
[
"Ġdescrib",
"ed"
],
[
"Ġon",
"es"
],
[
"pp",
"er"
],
[
"Ġu",
"lt"
],
[
"Ġdet",
"ails"
],
[
"Ġsum",
"mer"
],
[
"Ġter",
"m"
],
[
"Ġus",
"er"
],
[
"Ġchang",
"ed"
],
[
"3",
"6"
],
[
"Ġpr",
"ison"
],
[
"h",
"ib"
],
[
"ĠFeb",
"ruary"
],
[
"Ġbl",
"ood"
],
[
"Ġqu",
"ality"
],
[
"Ġstart",
"ing"
],
[
"Ġshow",
"ed"
],
[
"ic",
"ks"
],
[
"Ġg",
"iving"
],
[
"u",
"ing"
],
[
"d",
"own"
],
[
"Ġocc",
"ur"
],
[
"ak",
"ers"
],
[
"Ġprov",
"ided"
],
[
"Ġn",
"amed"
],
[
"ar",
"r"
],
[
"Ġ",
"*"
],
[
"Ġrem",
"ains"
],
[
"Ġcost",
"s"
],
[
"as",
"c"
],
[
"ĠT",
"H"
],
[
"Ġreg",
"ion"
],
[
"augh",
"t"
],
[
"id",
"a"
],
[
"ĠS",
"oc"
],
[
"Ġf",
"it"
],
[
"Ġpo",
"or"
],
[
"Ġd",
"anger"
],
[
"Ġp",
"ath"
],
[
"en",
"ge"
],
[
"Ġ",
"Ð"
],
[
"ĠC",
"he"
],
[
"y",
"l"
],
[
"ĠM",
"or"
],
[
"Ġch",
"ief"
],
[
"Ġeduc",
"ation"
],
[
"Ġmult",
"iple"
],
[
"Ġm",
"ob"
],
[
"Ġdam",
"age"
],
[
"Ġgrow",
"ing"
],
[
"co",
"in"
],
[
"Ġwrit",
"ing"
],
[
"Ġm",
"ent"
],
[
"\"",
"ĊĊ"
],
[
"N",
"o"
],
[
"ĠI",
"nt"
],
[
"Ġpart",
"s"
],
[
"Ġcontin",
"ued"
],
[
"Ġdem",
"onst"
],
[
"Ġthink",
"ing"
],
[
"Ġass",
"ist"
],
[
"Ġcom",
"ments"
],
[
"Ġsaf",
"e"
],
[
"ĠE",
"ven"
],
[
"Ġpur",
"p"
],
[
"in",
"ary"
],
[
"Ġf",
"ix"
],
[
"b",
"l"
],
[
"Ġmain",
"tain"
],
[
"ĠT",
"ur"
],
[
"3",
"4"
],
[
"Ġread",
"y"
],
[
"ĠD",
"es"
],
[
"ĠRepublic",
"ans"
],
[
"F",
"L"
],
[
"Ġwr",
"ite"
],
[
"f",
"l"
],
[
"Ġp",
"urch"
],
[
"âĢľ",
"The"
],
[
"Ġwould",
"n"
],
[
"Ġd",
"ied"
],
[
"Ġincre",
"ased"
],
[
"ĠDemocrat",
"ic"
],
[
"Ġcult",
"ure"
],
[
"ag",
"o"
],
[
"Ġvot",
"ers"
],
[
"Ġrequ",
"est"
],
[
"Ġimp",
"lement"
],
[
"Ġf",
"ile"
],
[
"ĠLe",
"ague"
],
[
"Ġm",
"ill"
],
[
"ĠG",
"ener"
],
[
"f",
"ort"
],
[
"ĠC",
"oun"
],
[
"mit",
"ted"
],
[
"ab",
"les"
],
[
"Ġeff",
"orts"
],
[
"Ġc",
"amer"
],
[
"im",
"inal"
],
[
"-",
"S"
],
[
"op",
"er"
],
[
"em",
"s"
],
[
"al",
"y"
],
[
"Ġsp",
"ot"
],
[
"Ġcall",
"s"
],
[
"..",
".."
],
[
"Ġh",
"ous"
],
[
"Ġper",
"haps"
],
[
"ar",
"ian"
],
[
"Ġal",
"one"
],
[
"Ġgu",
"ys"
],
[
"Ġread",
"ing"
],
[
"z",
"z"
],
[
"Ġto",
"wards"
],
[
"Ġal",
"though"
],
[
"Ġce",
"le"
],
[
"Ġstand",
"ard"
],
[
"Ġus",
"ually"
],
[
"Ġcons",
"ist"
],
[
"ĠJ",
"ames"
],
[
"Ġeffect",
"s"
],
[
"Ġreal",
"ity"
],
[
"Ġse",
"lect"
],
[
"Ġdirect",
"ly"
],
[
"Ġpl",
"atform"
],
[
"Ġav",
"oid"
],
[
"Ġbe",
"yond"
],
[
"ĠB",
"ill"
],
[
"Ġk",
"ids"
],
[
"ĠF",
"irst"
],
[
"us",
"ing"
],
[
"il",
"es"
],
[
"Ġfoot",
"ball"
],
[
"b",
"an"
],
[
"Ġ",
"..."
],
[
"Ġspe",
"ech"
],
[
"ic",
"ated"
],
[
"ou",
"l"
],
[
"Ġ(",
"@"
],
[
"Ġsub",
"st"
],
[
"ĠCh",
"inese"
],
[
"Ġcould",
"n"
],
[
"Ġun",
"f"
],
[
"ĠMich",
"ael"
],
[
"Ġsc",
"ene"
],
[
"ĠTex",
"as"
],
[
"e",
"gr"
],
[
"Ġthrough",
"out"
],
[
"Ġstud",
"ent"
],
[
"Ġinclud",
"es"
],
[
"ar",
"a"
],
[
"row",
"d"
],
[
"it",
"ute"
],
[
"Ġcomple",
"x"
],
[
"Ġcent",
"er"
],
[
"Ġimmedi",
"ately"
],
[
"ĠC",
"ons"
],
[
"Ġc",
"at"
],
[
"f",
"ord"
],
[
"Ġchall",
"eng"
],
[
"an",
"ch"
],
[
"Ġro",
"b"
],
[
"Ġcon",
"cept"
],
[
"R",
"e"
],
[
"Ġcl",
"os"
],
[
"Ġep",
"is"
],
[
"Ġrec",
"omm"
],
[
"Ġw",
"ife"
],
[
"B",
"I"
],
[
"Ġcho",
"ice"
],
[
"he",
"st"
],
[
"Ġ",
"ver"
],
[
"Ġt",
"ro"
],
[
"Ġadd",
"itional"
],
[
"ur",
"g"
],
[
"Ġ",
"il"
],
[
"ur",
"t"
],
[
"st",
"on"
],
[
"Ġrese",
"arc"
],
[
"Ġrem",
"ember"
],
[
"3",
"7"
],
[
"ĠM",
"on"
],
[
"ĠJ",
"ack"
],
[
"Ġs",
"le"
],
[
"ĠâĢ",
"¦"
],
[
"Ġg",
"one"
],
[
"ĠInd",
"ian"
],
[
"it",
"or"
],
[
"Ġsaf",
"ety"
],
[
"Ġdesign",
"ed"
],
[
"Ġt",
"en"
],
[
"Ġc",
"ast"
],
[
"Ġcor",
"por"
],
[
"ĠS",
"er"
],
[
"Ġag",
"ency"
],
[
"ast",
"ic"
],
[
"port",
"s"
],
[
"Ġpie",
"ce"
],
[
"ru",
"pt"
],
[
"ac",
"hes"
],
[
"om",
"en"
],
[
"Ġa",
"head"
],
[
"Ġsoft",
"ware"
],
[
"Ġbat",
"tle"
],
[
"Ġdeb",
"ate"
],
[
"Ġoffic",
"er"
],
[
"Ġfig",
"ure"
],
[
"Ġbr",
"ain"
],
[
"Ġop",
"in"
],
[
"Ġto",
"ward"
],
[
"ĠMin",
"ister"
],
[
"cri",
"pt"
],
[
"il",
"ies"
],
[
"N",
"ow"
],
[
"p",
"re"
],
[
"Ġs",
"we"
],
[
"s",
"et"
],
[
"Ġse",
"ll"
],
[
"ress",
"ion"
],
[
"Ġcoun",
"ter"
],
[
"A",
"ll"
],
[
"Ġthous",
"ands"
],
[
"Ġbl",
"og"
],
[
"ĠB",
"o"
],
[
"ag",
"on"
],
[
"ic",
"ient"
],
[
"Ġo",
"ption"
],
[
"Ġlet",
"ter"
],
[
"ir",
"th"
],
[
"Ġs",
"il"
],
[
"im",
"um"
],
[
"Ġrel",
"ative"
],
[
"ate",
"ver"
],
[
"Ġpress",
"ure"
],
[
"Ġpre",
"c"
],
[
"air",
"s"
],
[
"Ġrece",
"ive"
],
[
"O",
"T"
],
[
"Ġmov",
"ed"
],
[
"amp",
"ions"
],
[
"Ġst",
"age"
],
[
"Ġ",
"ut"
],
[
"Ġpass",
"ed"
],
[
"ad",
"em"
],
[
"3",
"8"
],
[
"o",
"es"
],
[
"Ġappear",
"s"
],
[
"ro",
"y"
],
[
"ĠPl",
"ay"
],
[
"ol",
"ute"
],
[
"ĠG",
"reen"
],
[
"ĠI",
"I"
],
[
"Ġla",
"unch"
],
[
"Ġcle",
"an"
],
[
"Ġproper",
"ty"
],
[
"Ġmean",
"ing"
],
[
"ĠS",
"erv"
],
[
"-",
"se"
],
[
"j",
"ust"
],
[
"Ġhelp",
"ed"
],
[
"Ġdo",
"g"
],
[
"I",
"m"
],
[
"Ġdis",
"app"
],
[
"Ġtw",
"e"
],
[
"Ġro",
"ck"
],
[
"n",
"ew"
],
[
"ĠApp",
"le"
],
[
"ĠAss",
"oci"
],
[
"Ġcr",
"is"
],
[
"Ġd",
"ark"
],
[
"Ġ",
">"
],
[
"it",
"ation"
],
[
"ĠThe",
"n"
],
[
"Ġorgan",
"ization"
],
[
"Ġalleg",
"ed"
],
[
"Ġdri",
"ve"
],
[
"Ġsc",
"ore"
],
[
"Ġcond",
"itions"
],
[
"Ġs",
"at"
],
[
"ber",
"g"
],
[
"Ġtou",
"ch"
],
[
"Ġsus",
"pect"
],
[
"augh",
"ter"
],
[
"Ġmov",
"ing"
],
[
"Ġd",
"ate"
],
[
"Ġre",
"asons"
],
[
"Ġt",
"our"
],
[
"ĠR",
"ich"
],
[
"Ġ",
"ign"
],
[
"ĠDemocrat",
"s"
],
[
"Ġp",
"ark"
],
[
"am",
"b"
],
[
"Ġf",
"an"
],
[
"m",
"en"
],
[
"Ġn",
"ature"
],
[
"Ġdiffere",
"nce"
],
[
"Ġde",
"g"
],
[
"Ġcomm",
"and"
],
[
"Ġdev",
"ice"
],
[
"Ġhapp",
"y"
],
[
"Ġmy",
"self"
],
[
"A",
"D"
],
[
"Ġmay",
"be"
],
[
"Ġbegin",
"ning"
],
[
"ri",
"ef"
],
[
"ĠS",
"im"
],
[
"ĠSu",
"per"
],
[
"Ġfail",
"ed"
],
[
"Ġn",
"om"
],
[
"Ġbud",
"get"
],
[
"iv",
"ity"
],
[
"Ġenc",
"our"
],
[
"Ġcharac",
"ters"
],
[
"Ġn",
"uclear"
],
[
"w",
"ood"
],
[
"Ġcomput",
"er"
],
[
"ch",
"an"
],
[
"Ġcop",
"y"
],
[
"Ġa",
"im"
],
[
"y",
"an"
],
[
"ĠM",
"art"
],
[
"Ġ",
"x"
],
[
"ock",
"ed"
],
[
"Ġcomp",
"ared"
],
[
"Ġtit",
"le"
],
[
"w",
"ise"
],
[
"ĠEng",
"lish"
],
[
"ĠD",
"ay"
],
[
"Ġw",
"all"
],
[
"le",
"ase"
],
[
"Ġcent",
"ury"
],
[
"Ġen",
"for"
],
[
"Ġcol",
"lege"
],
[
"Ġey",
"es"
],
[
"Ġest",
"im"
],
[
"Ġle",
"ague"
],
[
"Ġsh",
"own"
],
[
"Ġst",
"ra"
],
[
"ĠV",
"al"
],
[
"m",
"ore"
],
[
"ĠF",
"rench"
],
[
"Ġy",
"es"
],
[
"Ġpos",
"itive"
],
[
"our",
"ce"
],
[
"Ġbook",
"s"
],
[
"Ġpower",
"ful"
],
[
"Ġref",
"er"
],
[
"A",
"P"
],
[
"Ġcont",
"ribut"
],
[
"Ġb",
"al"
],
[
"ent",
"y"
],
[
"Ġlim",
"ited"
],
[
"Ġb",
"and"
],
[
"Ġnecess",
"ary"
],
[
"Ġsc",
"he"
],
[
"ĠSt",
"ar"
],
[
"Ġcitiz",
"ens"
],
[
"Ġfor",
"ced"
],
[
"ci",
"ent"
],
[
"uf",
"act"
],
[
"Ġcandid",
"ate"
],
[
"Ġdis",
"p"
],
[
"ĠH",
"ere"
],
[
"Ġtr",
"ust"
],
[
"Ġconf",
"erence"
],
[
"Ġar",
"ch"
],
[
"a",
"ud"
],
[
"ĠR",
"ober"
],
[
"Ġlarg",
"est"
],
[
"7",
"5"
],
[
"Ġanal",
"ysis"
],
[
"ĠSyri",
"a"
],
[
"Ġsp",
"ending"
],
[
"or",
"ks"
],
[
"ain",
"t"
],
[
"ig",
"ration"
],
[
"Ġs",
"al"
],
[
"ĠO",
"f"
],
[
"Ġpresident",
"ial"
],
[
"Ġa",
"ware"
],
[
"4",
"4"
],
[
"Ġschool",
"s"
],
[
"Ġth",
"row"
],
[
"Ġme",
"ant"
],
[
"Ġevent",
"ually"
],
[
"Ġrelig",
"ious"
],
[
"Ġexecut",
"ive"
],
[
"ven",
"ue"
],
[
"ĠT",
"or"
],
[
"ĠB",
"en"
],
[
"ĠN",
"e"
],
[
"âĢľ",
"We"
],
[
"Ġcor",
"rect"
],
[
"Ġphys",
"ical"
],
[
"Ġfollow",
"ed"
],
[
"M",
"y"
],
[
"Ġfam",
"ilies"
],
[
"Ġil",
"leg"
],
[
"Ġstre",
"ng"
],
[
"Ġfe",
"ature"
],
[
"Ġc",
"rowd"
],
[
"ĠD",
"is"
],
[
"Ġm",
"ix"
],
[
"B",
"e"
],
[
"Ġconf",
"ir"
],
[
"Ġb",
"ott"
],
[
"ĠW",
"ind"
],
[
"Ġf",
"irm"
],
[
"Ġeas",
"ily"
],
[
"Ġco",
"ol"
],
[
"a",
"res"
],
[
"or",
"ney"
],
[
"Ġaut",
"om"
],
[
"er",
"o"
],
[
"Ġallow",
"s"
],
[
"ĠA",
"ir"
],
[
"Ġp",
"us"
],
[
"ub",
"e"
],
[
"Ġes",
"c"
],
[
"Ġg",
"ives"
],
[
"Ġyour",
"self"
],
[
"Ġgr",
"ad"
],
[
"Ġfe",
"ed"
],
[
"Ġtreat",
"ment"
],
[
"c",
"ul"
],
[
"Ġact",
"ions"
],
[
"ress",
"ed"
],
[
"I",
"D"
],
[
"k",
"en"
],
[
"Ġd",
"raft"
],
[
"ir",
"ing"
],
[
"Ġdet",
"ail"
],
[
"N",
"ew"
],
[
"Ġsus",
"p"
],
[
"Ġover",
"all"
],
[
"et",
"ro"
],
[
"ĠM",
"ex"
],
[
"en",
"cies"
],
[
"ĠB",
"el"
],
[
"Ġsm",
"art"
],
[
"Ġinc",
"ome"
],
[
"B",
"y"
],
[
"Ġan",
"g"
],
[
"Ġide",
"as"
],
[
"Ġapp",
"eared"
],
[
"E",
"C"
],
[
"Ġcent",
"ral"
],
[
"Ġpolit",
"ics"
],
[
"Ġdis",
"play"
],
[
"Ġsign",
"ed"
],
[
"O",
"M"
],
[
"Ġweap",
"ons"
],
[
"Ġanal",
"y"
],
[
"Ġh",
"ar"
],
[
"Ġp",
"sych"
],
[
"Ġdec",
"ades"
],
[
"b",
"um"
],
[
"Ġprom",
"ot"
],
[
"Ġn",
"ice"
],
[
"Ġdis",
"e"
],
[
"\"",
"The"
],
[
"Ġfre",
"qu"
],
[
"Ġus",
"es"
],
[
"Ġsen",
"ior"
],
[
"E",
"T"
],
[
"Ġcr",
"ime"
],
[
"r",
"s"
],
[
"Ad",
"vertisement"
],
[
"D",
"on"
],
[
"Ġl",
"if"
],
[
"ĠB",
"re"
],
[
"c",
"raft"
],
[
"ĠGo",
"vern"
],
[
"Ġun",
"ique"
],
[
"ĠIntern",
"ational"
],
[
"-t",
"ime"
],
[
"Ġcred",
"it"
],
[
"ĠJ",
"er"
],
[
"Ġdo",
"or"
],
[
"Ġcris",
"is"
],
[
"A",
"ccording"
],
[
"res",
"h"
],
[
"Ġal",
"tern"
],
[
"Ġbenef",
"its"
],
[
"Ġdevelop",
"ed"
],
[
"Ġm",
"ist"
],
[
"ut",
"y"
],
[
"Ġconf",
"lic"
],
[
"ri",
"age"
],
[
"Ġtr",
"uth"
],
[
"b",
"and"
],
[
"Ġnot",
"ed"
],
[
"ĠC",
"ap"
],
[
"Ġd",
"rop"
],
[
"ĠÂ",
"£"
],
[
"ur",
"ance"
],
[
"i",
"able"
],
[
"19",
"5"
],
[
"Ġrel",
"ated"
],
[
"Ġs",
"ales"
],
[
"Ġgo",
"als"
],
[
"Ġbe",
"aut"
],
[
"4",
"9"
],
[
"Ġindividual",
"s"
],
[
"4",
"8"
],
[
"ite",
"ly"
],
[
"Ġcontin",
"ues"
],
[
"ĠAr",
"ab"
],
[
"ĠS",
"chool"
],
[
"ĠAng",
"el"
],
[
"in",
"y"
],
[
"Ġr",
"ates"
],
[
"ĠE",
"U"
],
[
"Ġl",
"ic"
],
[
"in",
"n"
],
[
"Ġr",
"ap"
],
[
"Ġcustom",
"ers"
],
[
"Ġchall",
"enge"
],
[
"I",
"A"
],
[
"Ġst",
"o"
],
[
"Ġproject",
"s"
],
[
"on",
"ents"
],
[
"ĠAustral",
"ia"
],
[
"ĠE",
"arth"
],
[
"Ġch",
"arge"
],
[
"erv",
"ed"
],
[
"Ġpred",
"ict"
],
[
"Ġapp",
"arent"
],
[
"n",
"own"
],
[
"I",
"s"
],
[
"ĠPol",
"ice"
],
[
"Ġint",
"elligence"
],
[
"Ġpe",
"ace"
],
[
"ch",
"ange"
],
[
"ĠUn",
"ion"
],
[
"Ġprev",
"iously"
],
[
"Ġun",
"s"
],
[
".",
"C"
],
[
"Ġfull",
"y"
],
[
"Ġmeas",
"ure"
],
[
"ĠChrist",
"ian"
],
[
"Ġl",
"ines"
],
[
"ĠSm",
"ith"
],
[
"Ġstra",
"ight"
],
[
"ĠGerman",
"y"
],
[
"Ġman",
"ager"
],
[
".",
")ĊĊ"
],
[
"bo",
"ard"
],
[
"Ġadv",
"ant"
],
[
"Ġbro",
"ther"
],
[
"Ġlarg",
"er"
],
[
"n",
"et"
],
[
"Ġsuccess",
"ful"
],
[
"Ġr",
"ule"
],
[
"Ġexp",
"and"
],
[
"Ġhigh",
"ly"
],
[
"Ġcle",
"arly"
],
[
"Ġre",
"form"
],
[
"ot",
"i"
],
[
"ĠGeor",
"ge"
],
[
"or",
"ter"
],
[
"Ġseem",
"ed"
],
[
"-",
"C"
],
[
"ĠFr",
"anc"
],
[
"P",
"ro"
],
[
"ĠCom",
"p"
],
[
"19",
"4"
],
[
"Ġcr",
"iminal"
],
[
"Ġem",
"b"
],
[
"5",
"5"
],
[
"k",
"i"
],
[
"Ġprim",
"ary"
],
[
"ow",
"ers"
],
[
"U",
"n"
],
[
"r",
"ated"
],
[
"3",
"9"
],
[
"os",
"h"
],
[
"at",
"tle"
],
[
"ĠC",
"r"
],
[
"Ġnot",
"e"
],
[
"ic",
"ed"
],
[
"Ġmin",
"or"
],
[
"-",
"ter"
],
[
"ound",
"s"
],
[
"ant",
"ly"
],
[
"e",
"an"
],
[
"Ġsp",
"read"
],
[
"Ġtr",
"aff"
],
[
"Ġknow",
"ledge"
],
[
"in",
"ated"
],
[
"i",
"ance"
],
[
"\"",
"We"
],
[
"Ġinc",
"ident"
],
[
"Ġatt",
"ract"
],
[
"ĠT",
"om"
],
[
"ĠFl",
"or"
],
[
"Ġres",
"ources"
],
[
"Ġprogram",
"s"
],
[
"wh",
"ile"
],
[
"ate",
"gy"
],
[
"ĠCoun",
"cil"
],
[
"Ġre",
"ached"
],
[
"Ġgreat",
"er"
],
[
"Ġsa",
"ve"
],
[
"Ġwe",
"b"
],
[
"Ġsp",
"ir"
],
[
"ol",
"ic"
],
[
"ĠB",
"er"
],
[
"Ġpre",
"m"
],
[
"Ġke",
"pt"
],
[
"Ġar",
"m"
],
[
"ĠH",
"igh"
],
[
"ot",
"a"
],
[
"d",
"e"
],
[
"qu",
"e"
],
[
"sec",
"ut"
],
[
"Ġem",
"ot"
],
[
"S",
"ome"
],
[
"Ġs",
"end"
],
[
"Ġfe",
"et"
],
[
"ĠA",
"nt"
],
[
"Ġstud",
"ies"
],
[
"ĠIntern",
"et"
],
[
"Ġfavor",
"ite"
],
[
"Ġpl",
"aces"
],
[
"Ġcol",
"or"
],
[
"ĠR",
"ec"
],
[
"Ġman",
"ufact"
],
[
"se",
"y"
],
[
"Ġr",
"are"
],
[
"ĠBro",
"wn"
],
[
"on",
"ent"
],
[
"ve",
"re"
],
[
"Ġshoot",
"ing"
],
[
"ic",
"it"
],
[
"id",
"ers"
],
[
"ĠH",
"am"
],
[
"Ġknow",
"s"
],
[
"od",
"ay"
],
[
"ĠD",
"ef"
],
[
"ĠGener",
"al"
],
[
"oc",
"ks"
],
[
"Ġreg",
"ular"
],
[
"Ġr",
"ise"
],
[
"lic",
"k"
],
[
"ing",
"ly"
],
[
"Ġlit",
"er"
],
[
"ro",
"ll"
],
[
"lev",
"ision"
],
[
"Ġsour",
"ces"
],
[
"Ġfight",
"ing"
],
[
"Ġla",
"un"
],
[
"ic",
"ago"
],
[
"or",
"g"
],
[
"ĠM",
"ac"
],
[
"m",
"ar"
],
[
"v",
"ille"
],
[
"Ġactiv",
"ity"
],
[
"b",
"ox"
],
[
"Ġp",
"un"
],
[
"Ġown",
"ers"
],
[
"Ġstat",
"us"
],
[
"Ġopt",
"ions"
],
[
"Ġvo",
"ice"
],
[
"E",
"O"
],
[
"Ġf",
"ine"
],
[
"Ġca",
"used"
],
[
"Ġnorm",
"al"
],
[
"us",
"ion"
],
[
"IN",
"G"
],
[
"a",
"ith"
],
[
"Ġclaim",
"ed"
],
[
"Ġsp",
"end"
],
[
"Ġorgan",
"iz"
],
[
"Ġend",
"ed"
],
[
"Ġc",
"ities"
],
[
"b",
"on"
],
[
"ad",
"o"
],
[
"ĠR",
"ob"
],
[
"ĠG",
"old"
],
[
"ĠL",
"a"
],
[
"Ġen",
"em"
],
[
"Ġcall",
"ing"
],
[
"Ð",
"¾"
],
[
"il",
"ed"
],
[
"ĠF",
"rom"
],
[
"eng",
"th"
],
[
"Ġref",
"lect"
],
[
"Ġint",
"egr"
],
[
"6",
"4"
],
[
"ĠE",
"very"
],
[
"Ġpro",
"s"
],
[
"m",
"ission"
],
[
"if",
"ying"
],
[
"ĠU",
"p"
],
[
"ĠEng",
"land"
],
[
"Ġsh",
"ut"
],
[
"Ġresearc",
"hers"
],
[
"y",
"a"
],
[
"Ġha",
"ven"
],
[
"Ġpr",
"ices"
],
[
"it",
"ness"
],
[
"Ġfem",
"ale"
],
[
"ww",
"w"
],
[
"N",
"ot"
],
[
"ol",
"es"
],
[
"âĢĿ",
","
],
[
"Ġn",
"ames"
],
[
"ĠM",
"ag"
],
[
"Ġhapp",
"ens"
],
[
"ro",
"l"
],
[
"Ġv",
"irt"
],
[
"Ġemploy",
"ees"
],
[
"um",
"an"
],
[
"Ġtr",
"ou"
],
[
"Ġadd",
"ing"
],
[
"Ġe",
"le"
],
[
"mit",
"tee"
],
[
"ing",
"er"
],
[
"u",
"ana"
],
[
"Ġsupp",
"osed"
],
[
"Ġbas",
"ic"
],
[
"Ġh",
"ospital"
],
[
"Ġpl",
"ant"
],
[
"Ġh",
"ttp"
],
[
"3",
"00"
],
[
"Ġwa",
"it"
],
[
"iver",
"se"
],
[
"Ġpolic",
"ies"
],
[
"Ġpr",
"int"
],
[
"Ġra",
"ised"
],
[
"Ġj",
"ump"
],
[
"Ġtrad",
"itional"
],
[
"Ġal",
"bum"
],
[
"ic",
"a"
],
[
"Ġabs",
"olute"
],
[
"Ġcharg",
"es"
],
[
"Ġconcer",
"ns"
],
[
"Ġsl",
"ight"
],
[
"Ġst",
"yle"
],
[
"Ġcreat",
"ing"
],
[
"Ġac",
"qu"
],
[
"Ġgr",
"and"
],
[
"Ġpat",
"ients"
],
[
"Ġfund",
"ing"
],
[
"rib",
"ution"
],
[
"ro",
"id"
],
[
"Ġauthor",
"ities"
],
[
"Ġsc",
"en"
],
[
"Ġf",
"reedom"
],
[
"Ġbe",
"at"
],
[
".",
"âĢĻ"
],
[
"Ġcom",
"mer"
],
[
"Ġsee",
"ing"
],
[
"Ġl",
"ik"
],
[
"Ġmin",
"ister"
],
[
"m",
"iss"
],
[
"ĠSc",
"ott"
],
[
"ĠA",
"P"
],
[
"r",
"am"
],
[
"Ġim",
"pl"
],
[
"Ġc",
"ry"
],
[
"Ġle",
"aving"
],
[
"Ġact",
"ual"
],
[
"Ġme",
"chan"
],
[
"ĠB",
"ay"
],
[
"Ġg",
"reen"
],
[
"Ġbe",
"g"
],
[
"6",
"5"
],
[
"al",
"se"
],
[
"E",
"L"
],
[
"ĠFlor",
"ida"
],
[
"on",
"a"
],
[
"Ġbehav",
"ior"
],
[
"Ġgo",
"ld"
],
[
"Ġ",
"ir"
],
[
"ri",
"an"
],
[
"Ġb",
"irth"
],
[
"Ġst",
"ation"
],
[
"Ġp",
"ush"
],
[
"ij",
"uana"
],
[
"Ġagree",
"ment"
],
[
"Ġm",
"er"
],
[
"Ġoff",
"ered"
],
[
"ĠM",
"ost"
],
[
"Ġens",
"ure"
],
[
"H",
"ere"
],
[
"Ġwe",
"ight"
],
[
"Ġweek",
"end"
],
[
"Ġe",
"th"
],
[
"Ġr",
"ank"
],
[
"ĠM",
"o"
],
[
"ĠHill",
"ary"
],
[
"Ġv",
"ac"
],
[
"t",
"r"
],
[
"it",
"ude"
],
[
".",
"'"
],
[
"Ġprop",
"os"
],
[
"Ġreveal",
"ed"
],
[
"Ġwill",
"ing"
],
[
"Ġpost",
"ed"
],
[
"Ġad",
"op"
],
[
"Ġval",
"ues"
],
[
"Ġdeter",
"min"
],
[
"ear",
"ch"
],
[
"A",
"r"
],
[
"ĠWe",
"ll"
],
[
"ac",
"ing"
],
[
"Ġapplic",
"ation"
],
[
"se",
"e"
],
[
"Ġmost",
"ly"
],
[
"Ġestab",
"l"
],
[
"ĠS",
"un"
]
]
}
}