diff --git "a/tokenizer.json" "b/tokenizer.json" new file mode 100644--- /dev/null +++ "b/tokenizer.json" @@ -0,0 +1,15838 @@ +{ + "version": "1.0", + "truncation": { + "direction": "Right", + "max_length": 128, + "strategy": "LongestFirst", + "stride": 0 + }, + "padding": { + "strategy": { + "Fixed": 128 + }, + "direction": "Right", + "pad_to_multiple_of": null, + "pad_id": 2, + "pad_type_id": 0, + "pad_token": "" + }, + "added_tokens": [ + { + "id": 0, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 1, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 2, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 3, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 4, + "content": "", + "single_word": false, + "lstrip": true, + "rstrip": false, + "normalized": false, + "special": true + } + ], + "normalizer": null, + "pre_tokenizer": { + "type": "ByteLevel", + "add_prefix_space": false, + "trim_offsets": true, + "use_regex": true + }, + "post_processor": { + "type": "ByteLevel", + "add_prefix_space": true, + "trim_offsets": true, + "use_regex": true + }, + "decoder": { + "type": "ByteLevel", + "add_prefix_space": true, + "trim_offsets": true, + "use_regex": true + }, + "model": { + "type": "BPE", + "dropout": null, + "unk_token": null, + "continuing_subword_prefix": null, + "end_of_word_suffix": null, + "fuse_unk": false, + "byte_fallback": false, + "ignore_merges": false, + "vocab": { + "": 0, + "": 1, + "": 2, + "": 3, + "": 4, + "!": 5, + "\"": 6, + "#": 7, + "$": 8, + "%": 9, + "&": 10, + "'": 11, + "(": 12, + ")": 13, + "*": 14, + "+": 15, + ",": 16, + "-": 17, + ".": 18, + "/": 19, + "0": 20, + "1": 21, + "2": 22, + "3": 23, + "4": 24, + "5": 25, + "6": 26, + "7": 27, + "8": 28, + "9": 29, + ":": 30, + ";": 31, + "<": 32, + "=": 33, + ">": 34, + "?": 35, + "@": 36, + "A": 37, + "B": 38, + "C": 39, + "D": 40, + "E": 41, + "F": 42, + "G": 43, + "H": 44, + "I": 45, + "J": 46, + "K": 47, + "L": 48, + "M": 49, + "N": 50, + "O": 51, + "P": 52, + "Q": 53, + "R": 54, + "S": 55, + "T": 56, + "U": 57, + "V": 58, + "W": 59, + "X": 60, + "Y": 61, + "Z": 62, + "[": 63, + "\\": 64, + "]": 65, + "^": 66, + "_": 67, + "`": 68, + "a": 69, + "b": 70, + "c": 71, + "d": 72, + "e": 73, + "f": 74, + "g": 75, + "h": 76, + "i": 77, + "j": 78, + "k": 79, + "l": 80, + "m": 81, + "n": 82, + "o": 83, + "p": 84, + "q": 85, + "r": 86, + "s": 87, + "t": 88, + "u": 89, + "v": 90, + "w": 91, + "x": 92, + "y": 93, + "z": 94, + "{": 95, + "|": 96, + "}": 97, + "~": 98, + "¡": 99, + "¢": 100, + "£": 101, + "¤": 102, + "¥": 103, + "¦": 104, + "§": 105, + "¨": 106, + "©": 107, + "ª": 108, + "«": 109, + "¬": 110, + "®": 111, + "¯": 112, + "°": 113, + "±": 114, + "²": 115, + "³": 116, + "´": 117, + "µ": 118, + "¶": 119, + "·": 120, + "¸": 121, + "¹": 122, + "º": 123, + "»": 124, + "¼": 125, + "½": 126, + "¾": 127, + "¿": 128, + "À": 129, + "Á": 130, + "Â": 131, + "Ã": 132, + "Ä": 133, + "Å": 134, + "Æ": 135, + "Ç": 136, + "È": 137, + "É": 138, + "Ê": 139, + "Ë": 140, + "Ì": 141, + "Í": 142, + "Î": 143, + "Ï": 144, + "Ð": 145, + "Ñ": 146, + "Ò": 147, + "Ó": 148, + "Ô": 149, + "Õ": 150, + "Ö": 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, + "đ": 210, + "Ē": 211, + "ē": 212, + "Ĕ": 213, + "ĕ": 214, + "Ė": 215, + "ė": 216, + "Ę": 217, + "ę": 218, + "Ě": 219, + "ě": 220, + "Ĝ": 221, + "ĝ": 222, + "Ğ": 223, + "ğ": 224, + "Ġ": 225, + "ġ": 226, + "Ģ": 227, + "ģ": 228, + "Ĥ": 229, + "ĥ": 230, + "Ħ": 231, + "ħ": 232, + "Ĩ": 233, + "ĩ": 234, + "Ī": 235, + "ī": 236, + "Ĭ": 237, + "ĭ": 238, + "Į": 239, + "į": 240, + "İ": 241, + "ı": 242, + "IJ": 243, + "ij": 244, + "Ĵ": 245, + "ĵ": 246, + "Ķ": 247, + "ķ": 248, + "ĸ": 249, + "Ĺ": 250, + "ĺ": 251, + "Ļ": 252, + "ļ": 253, + "Ľ": 254, + "ľ": 255, + "Ŀ": 256, + "ŀ": 257, + "Ł": 258, + "ł": 259, + "Ń": 260, + "Ġt": 261, + "Ġa": 262, + "he": 263, + "in": 264, + "Ġthe": 265, + "er": 266, + "Ġo": 267, + "Ġ,": 268, + "Ġs": 269, + "re": 270, + "on": 271, + "Ġc": 272, + "Ġ.": 273, + "at": 274, + "Ġb": 275, + "Ġw": 276, + "ed": 277, + "en": 278, + "an": 279, + "is": 280, + "it": 281, + "Ġan": 282, + "Ġp": 283, + "Ġof": 284, + "es": 285, + "Ġf": 286, + "or": 287, + "al": 288, + "Ġin": 289, + "ar": 290, + "Ġm": 291, + "Ġand": 292, + "ic": 293, + "Ġd": 294, + "ing": 295, + "ro": 296, + "as": 297, + "ion": 298, + "Ġh": 299, + "Ġ\"": 300, + "Ġto": 301, + "le": 302, + "us": 303, + "Ġe": 304, + "Ġl": 305, + "ent": 306, + "Ġn": 307, + "Ġre": 308, + "un": 309, + "the": 310, + "om": 311, + "ly": 312, + "Ġth": 313, + "Ġg": 314, + "ct": 315, + "ur": 316, + "il": 317, + "st": 318, + "Ġbe": 319, + "ut": 320, + "Ġ1": 321, + "am": 322, + "ol": 323, + "ve": 324, + "im": 325, + "Ġis": 326, + "Ġas": 327, + "ad": 328, + "ul": 329, + "Ġ-": 330, + "id": 331, + "ch": 332, + "ce": 333, + "ation": 334, + "Ġfor": 335, + "Ġst": 336, + "ir": 337, + "ig": 338, + "Ġal": 339, + "ver": 340, + "Ġwas": 341, + "Ġon": 342, + "th": 343, + "ter": 344, + "ra": 345, + "ith": 346, + "el": 347, + "ow": 348, + "Ġcon": 349, + "Ġ)": 350, + "Ġ(": 351, + "Ġwith": 352, + "ot": 353, + "et": 354, + "Ġwh": 355, + "Ġde": 356, + "Ġby": 357, + "Ġthat": 358, + "ist": 359, + "ri": 360, + "os": 361, + "Ġhe": 362, + "Ġpro": 363, + "ay": 364, + "Ġv": 365, + "um": 366, + "Ġcom": 367, + "Ġor": 368, + "Ġmo": 369, + "rom": 370, + "and": 371, + "'s": 372, + "em": 373, + "ac": 374, + "Ġ2": 375, + "Ġit": 376, + "op": 377, + "Ġr": 378, + "ers": 379, + "est": 380, + "Ġsu": 381, + "ag": 382, + "Ġat": 383, + "Ġse": 384, + "Ġch": 385, + "Ġ19": 386, + "if": 387, + "Ġk": 388, + "Ġare": 389, + "ain": 390, + "ab": 391, + "Ġun": 392, + "ate": 393, + "Ġex": 394, + "Ġfrom": 395, + "Ġj": 396, + "pe": 397, + "res": 398, + "Ġco": 399, + "ther": 400, + "ies": 401, + "ity": 402, + "ud": 403, + "ug": 404, + "qu": 405, + "Ġar": 406, + "ant": 407, + "iv": 408, + "ich": 409, + "od": 410, + "Ġhis": 411, + "ive": 412, + "00": 413, + "ment": 414, + "Ġne": 415, + "ian": 416, + "Ġus": 417, + "ess": 418, + "oc": 419, + "pp": 420, + "se": 421, + "ort": 422, + "ical": 423, + "all": 424, + "ill": 425, + "ated": 426, + "igh": 427, + "ere": 428, + "ial": 429, + "Ġwhich": 430, + "pt": 431, + "Ġle": 432, + "art": 433, + "ia": 434, + "ber": 435, + "und": 436, + "Ġen": 437, + "Ġwere": 438, + "Ġy": 439, + "Ġpl": 440, + "ure": 441, + "Ġam": 442, + "ard": 443, + "ak": 444, + "Ġha": 445, + "ugh": 446, + "ction": 447, + "so": 448, + "cl": 449, + "ge": 450, + "ous": 451, + "Ġso": 452, + "Ġcomp": 453, + "Ġsh": 454, + "Ġnot": 455, + "ame": 456, + "ip": 457, + "Ġad": 458, + "Ġwor": 459, + "ine": 460, + "der": 461, + "og": 462, + "Ġab": 463, + "ary": 464, + "ast": 465, + "up": 466, + "Ġac": 467, + "ome": 468, + "Ġfo": 469, + "ish": 470, + "red": 471, + "per": 472, + "ust": 473, + "rit": 474, + "Ġcl": 475, + "ell": 476, + "ie": 477, + "Ġcont": 478, + "ect": 479, + "Ġbo": 480, + "Ġhad": 481, + "Ġhave": 482, + "ans": 483, + "ight": 484, + "du": 485, + "ub": 486, + "Ġalso": 487, + "ong": 488, + "Ġsp": 489, + "ition": 490, + "Ġâ": 491, + "Ġint": 492, + "Ġaf": 493, + "iz": 494, + "Ġro": 495, + "ap": 496, + "ide": 497, + "Ġhas": 498, + "ult": 499, + "end": 500, + "ib": 501, + "Ġtr": 502, + "Ġall": 503, + "ĠâĢ": 504, + "Ġbut": 505, + "Ġits": 506, + "Ġcomm": 507, + "ry": 508, + "Ġ20": 509, + "Ġman": 510, + "Ġtheir": 511, + "ack": 512, + "ign": 513, + "av": 514, + "Ġpart": 515, + "ations": 516, + "ence": 517, + "Ġ:": 518, + "ass": 519, + "age": 520, + "Ġ;": 521, + "ear": 522, + "Ġwhe": 523, + "Ġform": 524, + "uld": 525, + "ally": 526, + "Ġother": 527, + "Ġim": 528, + "unt": 529, + "pl": 530, + "Ġres": 531, + "Ġcan": 532, + "fer": 533, + "Ġfir": 534, + "ph": 535, + "her": 536, + "ld": 537, + "ater": 538, + "Ġag": 539, + "Ġper": 540, + "Ġte": 541, + "for": 542, + "ire": 543, + "Ġthis": 544, + "Ġfirst": 545, + "Ġone": 546, + "Ġdis": 547, + "clud": 548, + "Ġsc": 549, + "ang": 550, + "act": 551, + "ree": 552, + "Ġsy": 553, + "ory": 554, + "Ġcent": 555, + "vel": 556, + "Ġme": 557, + "ren": 558, + "Ġbec": 559, + "Ġbeen": 560, + "Ġspe": 561, + "out": 562, + "ance": 563, + "oll": 564, + "Ġinclud": 565, + "con": 566, + "ue": 567, + "ions": 568, + "Ġmar": 569, + "ok": 570, + "Ġind": 571, + "ace": 572, + "Ġnew": 573, + "own": 574, + "Ġtw": 575, + "ime": 576, + "ates": 577, + "ore": 578, + "tern": 579, + "Ġyear": 580, + "Ġwho": 581, + "ord": 582, + "hed": 583, + "ke": 584, + "ff": 585, + "Ġpo": 586, + "Ġ201": 587, + "ens": 588, + "able": 589, + "ru": 590, + "Ġgo": 591, + "ric": 592, + "ced": 593, + "Ġ'": 594, + "ile": 595, + "Ġser": 596, + "Ġ200": 597, + "Ġ18": 598, + "ĠâĢĵ": 599, + "Ġsuch": 600, + "cess": 601, + "man": 602, + "Ġdes": 603, + "Ġmost": 604, + "Ġi": 605, + "Ġap": 606, + "ach": 607, + "Ġno": 608, + "Ġbl": 609, + "uring": 610, + "ron": 611, + "te": 612, + "ice": 613, + "ces": 614, + "Ġ3": 615, + "Ġmore": 616, + "Ġbas": 617, + "port": 618, + "co": 619, + "ould": 620, + "ved": 621, + "Ġapp": 622, + "Ġused": 623, + "Ġtwo": 624, + "Ġra": 625, + "Ġem": 626, + "Ġev": 627, + "Ġph": 628, + "Ġgro": 629, + "ts": 630, + "Ġcons": 631, + "Ġgen": 632, + "lic": 633, + "Ġele": 634, + "Ġreg": 635, + "vers": 636, + "ors": 637, + "Ġpre": 638, + "ite": 639, + "one": 640, + "ose": 641, + "Ġinto": 642, + "Ġthey": 643, + "Ġpres": 644, + "ari": 645, + "ism": 646, + "uth": 647, + "Ġear": 648, + "Ġover": 649, + "Ġca": 650, + "we": 651, + "ade": 652, + "ough": 653, + "Ġcol": 654, + "Ġass": 655, + "ks": 656, + "Ġkn": 657, + "land": 658, + "Ġrel": 659, + "ied": 660, + "ents": 661, + "amp": 662, + "ular": 663, + "Ġthan": 664, + "Ġfe": 665, + "Ġmay": 666, + "Ġsome": 667, + "Ġrec": 668, + "ational": 669, + "wn": 670, + "Ġfl": 671, + "Ġout": 672, + "ative": 673, + "ited": 674, + "Ġprodu": 675, + "rib": 676, + "Ġnor": 677, + "Ġtime": 678, + "ted": 679, + "Ġpe": 680, + "urn": 681, + "les": 682, + "Ġafter": 683, + "rough": 684, + "reat": 685, + "Ġpr": 686, + "Ġwould": 687, + "Ġbet": 688, + "Ġdo": 689, + "eric": 690, + "Ġatt": 691, + "Ġter": 692, + "olog": 693, + "Ġqu": 694, + "als": 695, + "Ġher": 696, + "Ġonly": 697, + "Ġlar": 698, + "ost": 699, + "Ġwar": 700, + "Ġnum": 701, + "Ġup": 702, + "ings": 703, + "use": 704, + "ath": 705, + "ft": 706, + "Ġma": 707, + "ress": 708, + "Ġsub": 709, + "ics": 710, + "this": 711, + "Ġact": 712, + "Ġwe": 713, + "Ġoff": 714, + "iss": 715, + "Ġhim": 716, + "Ġcar": 717, + "form": 718, + "Ġ%": 719, + "Ġinter": 720, + "Ġplay": 721, + "Ġthere": 722, + "ury": 723, + "ind": 724, + "Ġbel": 725, + "Ġameric": 726, + "Ġworld": 727, + "ific": 728, + "Ġbr": 729, + "Ġdef": 730, + "ten": 731, + "gan": 732, + "Ġeng": 733, + "stem": 734, + "Ġwhen": 735, + "Ġmany": 736, + "ween": 737, + "Ġinc": 738, + "Ġcall": 739, + "Ġcount": 740, + "Ġ4": 741, + "Ġarm": 742, + "Ġunder": 743, + "Ġpop": 744, + "Ġsystem": 745, + "Ġli": 746, + "aw": 747, + "uc": 748, + "Ġgener": 749, + "Ġbetween": 750, + "ual": 751, + "ild": 752, + "very": 753, + "ys": 754, + "Ġ5": 755, + "Ġuse": 756, + "Ġspec": 757, + "Ġant": 758, + "Ġair": 759, + "Ġjo": 760, + "ities": 761, + "ase": 762, + "Ġpar": 763, + "Ġtrans": 764, + "Ġrem": 765, + "Ġ199": 766, + "Ġthrough": 767, + "vern": 768, + "Ġpub": 769, + "old": 770, + "Ġthem": 771, + "Ġfound": 772, + "li": 773, + "Ġknown": 774, + "Ġtra": 775, + "Ġdif": 776, + "Ġwork": 777, + "Ġyears": 778, + "Ġmon": 779, + "Ġrep": 780, + "ever": 781, + "Ġchar": 782, + "Ġbu": 783, + "ince": 784, + "Ġsch": 785, + "ons": 786, + "Ġsupp": 787, + "af": 788, + "Ġduring": 789, + "ating": 790, + "ower": 791, + "Ġpos": 792, + "Ġabout": 793, + "Ġinst": 794, + "ollow": 795, + "Ġgovern": 796, + "Ġpol": 797, + "Ġart": 798, + "Ġinv": 799, + "ne": 800, + "int": 801, + "ject": 802, + "Ġdist": 803, + "velop": 804, + "Ġob": 805, + "owever": 806, + "ished": 807, + "ah": 808, + "Ġcentury": 809, + "ep": 810, + "are": 811, + "Ġcalled": 812, + "Ġhigh": 813, + "Ġmem": 814, + "ral": 815, + "ram": 816, + "Ġset": 817, + "its": 818, + "fore": 819, + "Ġmin": 820, + "uro": 821, + "ists": 822, + "Ġdec": 823, + "Ġdevelop": 824, + "Ġagain": 825, + "Ġcity": 826, + "Ġwhere": 827, + "io": 828, + "Ġinf": 829, + "ters": 830, + "Ġ/": 831, + "Ġsur": 832, + "ix": 833, + "ll": 834, + "cted": 835, + "ident": 836, + "ail": 837, + "ins": 838, + "ium": 839, + "ake": 840, + "Ġlo": 841, + "Ġprov": 842, + "Ġvari": 843, + "ious": 844, + "Ġconst": 845, + "Ġsm": 846, + "Ġexp": 847, + "ward": 848, + "ines": 849, + "ran": 850, + "ures": 851, + "ond": 852, + "Ġwrit": 853, + "Ġloc": 854, + "ict": 855, + "Ġhist": 856, + "Ġthese": 857, + "other": 858, + "Ġed": 859, + "Ġz": 860, + "ually": 861, + "Ġstud": 862, + "Ġ6": 863, + "ution": 864, + "ars": 865, + "tle": 866, + "Ġnumber": 867, + "hip": 868, + "Ġbecame": 869, + "ments": 870, + "hes": 871, + "Ġbeing": 872, + "Ġwell": 873, + "ays": 874, + "Ġcre": 875, + "Ġstate": 876, + "Ġsim": 877, + "Ġfollow": 878, + "Ġincluding": 879, + "ood": 880, + "Ġthree": 881, + "Ġlater": 882, + "Ġend": 883, + "Ġmus": 884, + "Ġmade": 885, + "Ġstates": 886, + "ically": 887, + "Ġadd": 888, + "ized": 889, + "Ġsign": 890, + "Ġwill": 891, + "Ġgroup": 892, + "ise": 893, + "angu": 894, + "cept": 895, + "Ġmed": 896, + "ient": 897, + "ople": 898, + "Ġbat": 899, + "Ġfil": 900, + "inal": 901, + "ined": 902, + "Ġeff": 903, + "Ġret": 904, + "Ġbro": 905, + "Ġlangu": 906, + "ctions": 907, + "Ġimp": 908, + "Ġdiffer": 909, + "Ġacc": 910, + "hen": 911, + "gest": 912, + "ife": 913, + "Ġbrit": 914, + "Ġest": 915, + "Ġthen": 916, + "ural": 917, + "Ġ7": 918, + "Ġext": 919, + "round": 920, + "Ġwhile": 921, + "Ġent": 922, + "cond": 923, + "Ġboth": 924, + "Ġu": 925, + "Ġterm": 926, + "Ġany": 927, + "Ġpers": 928, + "ving": 929, + "Ġsl": 930, + "our": 931, + "Ġdep": 932, + "Ġty": 933, + "000": 934, + "Ġmain": 935, + "ues": 936, + "imes": 937, + "ger": 938, + "ants": 939, + "ck": 940, + "ather": 941, + "ible": 942, + "Ġearly": 943, + "Ġamerican": 944, + "Ġ8": 945, + "cc": 946, + "ider": 947, + "ily": 948, + "ature": 949, + "Ġlike": 950, + "ause": 951, + "Ġmaj": 952, + "ning": 953, + "ility": 954, + "Ġgr": 955, + "uch": 956, + "ert": 957, + "Ġpeople": 958, + "Ġsever": 959, + "ially": 960, + "Ġ197": 961, + "Ġlong": 962, + "Ġger": 963, + "Ġ17": 964, + "Ġsuc": 965, + "Ġcommon": 966, + "Ġcor": 967, + "Ġ198": 968, + "be": 969, + "Ġeuro": 970, + "Ġorig": 971, + "ians": 972, + "ock": 973, + "Ġmet": 974, + "Ġsecond": 975, + "Ġlead": 976, + "Ġsouth": 977, + "lex": 978, + "Ġuni": 979, + "ty": 980, + "Ġcap": 981, + "arch": 982, + "Ġ196": 983, + "Ġshe": 984, + "Ġdesc": 985, + "Ġrom": 986, + "hem": 987, + "ained": 988, + "Ġcontin": 989, + "iel": 990, + "Ġmajor": 991, + "Ġking": 992, + "iet": 993, + "ros": 994, + "uss": 995, + "Ġpa": 996, + "Ġunited": 997, + "lish": 998, + "elf": 999, + "Ġresult": 1000, + "Ġgovernment": 1001, + "Ġfilm": 1002, + "Ġsa": 1003, + "bers": 1004, + "Ġfour": 1005, + "Ġdire": 1006, + "ages": 1007, + "ful": 1008, + "Ġpartic": 1009, + "led": 1010, + "bo": 1011, + "Ġsame": 1012, + "Ġoper": 1013, + "Ġstr": 1014, + "Ġagainst": 1015, + "oun": 1016, + "ange": 1017, + "Ġval": 1018, + "Ġnorth": 1019, + "ased": 1020, + "lished": 1021, + "ision": 1022, + "Ġmat": 1023, + "Ġnational": 1024, + "Ġappe": 1025, + "ov": 1026, + "Ġri": 1027, + "though": 1028, + "Ġland": 1029, + "Ġcommun": 1030, + "Ġeurope": 1031, + "de": 1032, + "Ġlarge": 1033, + "rist": 1034, + "iew": 1035, + "cy": 1036, + "Ġfam": 1037, + "ick": 1038, + "Ġchur": 1039, + "Ġcould": 1040, + "ames": 1041, + "ived": 1042, + "raph": 1043, + "ording": 1044, + "Ġoften": 1045, + "ale": 1046, + "Ġintern": 1047, + "Ġown": 1048, + "ulation": 1049, + "Ġname": 1050, + "Ġelect": 1051, + "Ġ10": 1052, + "ract": 1053, + "Ġmil": 1054, + "Ġgerman": 1055, + "Ġif": 1056, + "Ġbefore": 1057, + "Ġsupport": 1058, + "ae": 1059, + "Ġseveral": 1060, + "to": 1061, + "xt": 1062, + "ology": 1063, + "Ġocc": 1064, + "osed": 1065, + "Ġsoc": 1066, + "az": 1067, + "ample": 1068, + "Ġsmall": 1069, + "Ġaust": 1070, + "illion": 1071, + "ton": 1072, + "Ġ9": 1073, + "ves": 1074, + "ven": 1075, + "els": 1076, + "Ġunt": 1077, + "Ġcour": 1078, + "ional": 1079, + "Ġdesign": 1080, + "Ġ16": 1081, + "Ġii": 1082, + "gy": 1083, + "Ġbook": 1084, + "Ġincre": 1085, + "Ġop": 1086, + "Ġhum": 1087, + "Ġbecause": 1088, + "Ġref": 1089, + "vent": 1090, + "Ġ15": 1091, + "ield": 1092, + "ared": 1093, + "ĠâĢĶ": 1094, + "min": 1095, + "Ġuntil": 1096, + "Ġconsider": 1097, + "Ġsuccess": 1098, + "there": 1099, + "ute": 1100, + "rop": 1101, + "by": 1102, + "ital": 1103, + "ired": 1104, + "Ġpower": 1105, + "ains": 1106, + "Ġconf": 1107, + "Ġbor": 1108, + "Ġimport": 1109, + "Ġsing": 1110, + "Ġdifferent": 1111, + "ool": 1112, + "Ġann": 1113, + "however": 1114, + "inc": 1115, + "Ġprog": 1116, + "Ġgu": 1117, + "Ġbased": 1118, + "rent": 1119, + "Ġmod": 1120, + "Ġchrist": 1121, + "ork": 1122, + "ives": 1123, + "Ġcountry": 1124, + "oy": 1125, + "é": 1126, + "ier": 1127, + "Ġang": 1128, + "Ġtrad": 1129, + "Ġsince": 1130, + "Ġins": 1131, + "Ġpublic": 1132, + "Ġbar": 1133, + "Ġback": 1134, + "Ġla": 1135, + "Ġthough": 1136, + "Ġdem": 1137, + "son": 1138, + "Ġhy": 1139, + "Ġmoder": 1140, + "Ġexample": 1141, + "iod": 1142, + "Ġgreat": 1143, + "Ġorgan": 1144, + "Ġleg": 1145, + "Ġclass": 1146, + "Ġcontro": 1147, + "Ġinclude": 1148, + "Ġbritish": 1149, + "ued": 1150, + "Ġdiv": 1151, + "ank": 1152, + "atic": 1153, + "ason": 1154, + "Ġlife": 1155, + "Ġdid": 1156, + "Ġhous": 1157, + "ius": 1158, + "Ġeffect": 1159, + "ting": 1160, + "ised": 1161, + "ob": 1162, + "Ġlit": 1163, + "thern": 1164, + "ax": 1165, + "Ġpri": 1166, + "Ġserv": 1167, + "after": 1168, + "lu": 1169, + "na": 1170, + "ene": 1171, + "acter": 1172, + "Ġaround": 1173, + "Ġport": 1174, + "ird": 1175, + "aking": 1176, + "Ġeach": 1177, + "Ġcompan": 1178, + "Ġlanguage": 1179, + "Ġprob": 1180, + "Ġday": 1181, + "ula": 1182, + "ides": 1183, + "Ġast": 1184, + "me": 1185, + "mber": 1186, + "Ġcur": 1187, + "ided": 1188, + "Ġnear": 1189, + "ave": 1190, + "ina": 1191, + "Ġequ": 1192, + "Ġorder": 1193, + "way": 1194, + "Ġrev": 1195, + "Ġcolle": 1196, + "Ġshow": 1197, + "yl": 1198, + "Ġteam": 1199, + "Ġschool": 1200, + "Ġgeneral": 1201, + "Ġunivers": 1202, + "Ġrequ": 1203, + "Ġchurch": 1204, + "hn": 1205, + "Ġbra": 1206, + "chn": 1207, + "Ġarea": 1208, + "Ġsol": 1209, + "Ġallow": 1210, + "conom": 1211, + "Ġmark": 1212, + "Ġarch": 1213, + "Ġblack": 1214, + "Ġ12": 1215, + "Ġperiod": 1216, + "Ġstand": 1217, + "Ġrad": 1218, + "itions": 1219, + "ner": 1220, + "Ġwest": 1221, + "Ġpat": 1222, + "Ġrele": 1223, + "Ġlaw": 1224, + "Ġel": 1225, + "Ġright": 1226, + "Ġplan": 1227, + "Ġrecord": 1228, + "Ġfun": 1229, + "ull": 1230, + "Ġdi": 1231, + "Ġnow": 1232, + "ruct": 1233, + "ended": 1234, + "ha": 1235, + "omet": 1236, + "Ġge": 1237, + "Ġber": 1238, + "lem": 1239, + "Ġmodern": 1240, + "par": 1241, + "Ġbod": 1242, + "Ġfin": 1243, + "Ġke": 1244, + "aim": 1245, + "Ġposs": 1246, + "air": 1247, + "Ġir": 1248, + "Ġprop": 1249, + "Ġphil": 1250, + "Ġara": 1251, + "Ġ194": 1252, + "ission": 1253, + "they": 1254, + "Ġgre": 1255, + "ilar": 1256, + "oph": 1257, + "Ġamong": 1258, + "gen": 1259, + "Ġrefer": 1260, + "Ġwater": 1261, + "Ġgl": 1262, + "ries": 1263, + "Ġisland": 1264, + "Ġoffic": 1265, + "Ġes": 1266, + "Ġlat": 1267, + "ified": 1268, + "Ġje": 1269, + "ged": 1270, + "arm": 1271, + "raft": 1272, + "Ġconc": 1273, + "Ġav": 1274, + "Ġeconom": 1275, + "ript": 1276, + "Ġcal": 1277, + "Ġthose": 1278, + "Ġbegan": 1279, + "ograph": 1280, + "Ġpolit": 1281, + "ley": 1282, + "Ġtechn": 1283, + "ids": 1284, + "ned": 1285, + "ize": 1286, + "Ġseries": 1287, + "ony": 1288, + "Ġgree": 1289, + "Ġrun": 1290, + "Ġmid": 1291, + "Ġdeath": 1292, + "Ġappro": 1293, + "Ġrepres": 1294, + "Ġcult": 1295, + "Ġprogram": 1296, + "Ġprocess": 1297, + "Ġsw": 1298, + "imate": 1299, + "most": 1300, + "Ġcomput": 1301, + "Ġdescrib": 1302, + "Ġold": 1303, + "Ġhistor": 1304, + "Ġdirect": 1305, + "unc": 1306, + "Ġgiv": 1307, + "Ġfore": 1308, + "Ġtem": 1309, + "Ġfre": 1310, + "Ġmuch": 1311, + "bert": 1312, + "ark": 1313, + "ization": 1314, + "Ġstill": 1315, + "ets": 1316, + "wh": 1317, + "Ġeven": 1318, + "Ġnon": 1319, + "Ġexpl": 1320, + "Ġcr": 1321, + "oci": 1322, + "Ġopen": 1323, + "ness": 1324, + "Ġpass": 1325, + "Ġhand": 1326, + "Ġbelie": 1327, + "Ġenglish": 1328, + "Ġ11": 1329, + "Ġestab": 1330, + "aced": 1331, + "Ġbre": 1332, + "Ġalb": 1333, + "Ġ195": 1334, + "Ġarmy": 1335, + "Ġgod": 1336, + "Ġword": 1337, + "eng": 1338, + "Ġhome": 1339, + "Ġline": 1340, + "ugust": 1341, + "com": 1342, + "ration": 1343, + "Ġprot": 1344, + "Ġadv": 1345, + "thod": 1346, + "Ġcomple": 1347, + "Ġ13": 1348, + "rodu": 1349, + "Ġeas": 1350, + "Ġrest": 1351, + "Ġmag": 1352, + "these": 1353, + "Ġbuild": 1354, + "ik": 1355, + "Ġmillion": 1356, + "Ġrece": 1357, + "ross": 1358, + "ured": 1359, + "Ġtyp": 1360, + "Ġauth": 1361, + "amed": 1362, + "Ġarg": 1363, + "Ġeast": 1364, + "Ġlast": 1365, + "ently": 1366, + "Ġexper": 1367, + "Ġpopulation": 1368, + "por": 1369, + "Ġer": 1370, + "Ġopp": 1371, + "omin": 1372, + "tal": 1373, + "ret": 1374, + "pect": 1375, + "que": 1376, + "Ġmusic": 1377, + "Ġmilit": 1378, + "Ġ$": 1379, + "Ġtreat": 1380, + "ices": 1381, + "Ġstat": 1382, + "Ġ14": 1383, + "Ġassoci": 1384, + "Ġfact": 1385, + "Ġwithin": 1386, + "ried": 1387, + "acc": 1388, + "Ġfr": 1389, + "rench": 1390, + "yn": 1391, + "Ġinflu": 1392, + "Ġdue": 1393, + "Ġparticular": 1394, + "apt": 1395, + "ience": 1396, + "Ġcamp": 1397, + "ases": 1398, + "ander": 1399, + "ollo": 1400, + "Ġperson": 1401, + "Ġnat": 1402, + "Ġinternational": 1403, + "row": 1404, + "ink": 1405, + "Ġbus": 1406, + "Ġled": 1407, + "Ġbal": 1408, + "ash": 1409, + "Ġreturn": 1410, + "Ġrepresent": 1411, + "Ġvery": 1412, + "Ġafric": 1413, + "ement": 1414, + "ably": 1415, + "Ġspace": 1416, + "Ġsimilar": 1417, + "Ġx": 1418, + "Ġfran": 1419, + "Ġchild": 1420, + "Ġpopular": 1421, + "ote": 1422, + "Ġusing": 1423, + "Ġregion": 1424, + "Ġsk": 1425, + "Ġcomb": 1426, + "Ġve": 1427, + "Ġwin": 1428, + "ards": 1429, + "bs": 1430, + "med": 1431, + "ze": 1432, + "Ġtradition": 1433, + "Ġaff": 1434, + "Ġfollowing": 1435, + "Ġimportant": 1436, + "Ġplace": 1437, + "ences": 1438, + "Ġhig": 1439, + "Ġvis": 1440, + "Ġresp": 1441, + "Ġperform": 1442, + "Ġfrench": 1443, + "Ġste": 1444, + "Ġhel": 1445, + "Ġhead": 1446, + "Ġemp": 1447, + "Ġpresent": 1448, + "Ġhuman": 1449, + "Ġalex": 1450, + "ister": 1451, + "Ġdown": 1452, + "tic": 1453, + "Ġgame": 1454, + "Ġbase": 1455, + "Ġanal": 1456, + "gin": 1457, + "Ġsal": 1458, + "Ġaugust": 1459, + "Ġpur": 1460, + "Ġsec": 1461, + "Ġjust": 1462, + "Ġhistory": 1463, + "Ġtimes": 1464, + "used": 1465, + "craft": 1466, + "ense": 1467, + "Ġmove": 1468, + "Ġevery": 1469, + "Ġalong": 1470, + "omen": 1471, + "Ġmembers": 1472, + "Ġsaid": 1473, + "Ġdr": 1474, + "Ġlow": 1475, + "Ġreport": 1476, + "Ġstart": 1477, + "Ġclaim": 1478, + "han": 1479, + "Ġ0": 1480, + "Ġwhat": 1481, + "Ġformula": 1482, + "Ġjohn": 1483, + "estern": 1484, + "ological": 1485, + "Ġaddition": 1486, + "Ġmy": 1487, + "Ġlate": 1488, + "une": 1489, + "Ġ192": 1490, + "Ġlargest": 1491, + "Ġpoint": 1492, + "Ġless": 1493, + "istic": 1494, + "lin": 1495, + "read": 1496, + "Ġway": 1497, + "Ġmor": 1498, + "Ġsym": 1499, + "Ġanim": 1500, + "uted": 1501, + "Ġfew": 1502, + "Ġvers": 1503, + "ots": 1504, + "Ġsou": 1505, + "Ġparty": 1506, + "Ġroman": 1507, + "ator": 1508, + "Ġcharacter": 1509, + "Ġfamily": 1510, + "Ġhowever": 1511, + "Ġprof": 1512, + "Ġsea": 1513, + "Ġdevelopment": 1514, + "dom": 1515, + "gar": 1516, + "oss": 1517, + "Ġhal": 1518, + "Ġwithout": 1519, + "Ġsee": 1520, + "Ġuniversity": 1521, + "Ġanc": 1522, + "Ġdel": 1523, + "Ġindust": 1524, + "Ġpresident": 1525, + "mon": 1526, + "ches": 1527, + "his": 1528, + "urther": 1529, + "Ġlevel": 1530, + "Ġvarious": 1531, + "Ġmen": 1532, + "Ġlim": 1533, + "Ġrelig": 1534, + "Ġcourt": 1535, + "Ġconsidered": 1536, + "br": 1537, + "some": 1538, + "Ġred": 1539, + "ament": 1540, + "ior": 1541, + "ound": 1542, + "Ġdev": 1543, + "erv": 1544, + "Ġcrit": 1545, + "rote": 1546, + "Ġview": 1547, + "Ġlocal": 1548, + "Ġmilitary": 1549, + "Ġcompany": 1550, + "Ġpublished": 1551, + "Ġ193": 1552, + "Ġsingle": 1553, + "Ġbi": 1554, + "alth": 1555, + "Ġlight": 1556, + "Ġhouse": 1557, + "ball": 1558, + "val": 1559, + "ison": 1560, + "ither": 1561, + "ilt": 1562, + "Ġvi": 1563, + "cing": 1564, + "Ġfield": 1565, + "Ġgiven": 1566, + "Ġmake": 1567, + "Ġtook": 1568, + "Ġide": 1569, + "ination": 1570, + "eder": 1571, + "Ġneed": 1572, + "Ġleft": 1573, + "ex": 1574, + "Ġdet": 1575, + "ember": 1576, + "ively": 1577, + "erc": 1578, + "ument": 1579, + "Ġanother": 1580, + "Ġspecies": 1581, + "Ġlab": 1582, + "ague": 1583, + "Ġformer": 1584, + "Ġattack": 1585, + "Ġorigin": 1586, + "ention": 1587, + "Ġproper": 1588, + "Ġlet": 1589, + "Ġincluded": 1590, + "aining": 1591, + "Ġfree": 1592, + "urg": 1593, + "Ġsignific": 1594, + "during": 1595, + "Ġmult": 1596, + "Ġrepl": 1597, + "Ġtest": 1598, + "Ġwestern": 1599, + "Ġwrote": 1600, + "ane": 1601, + "ler": 1602, + "vered": 1603, + "Ġaustral": 1604, + "Ġpract": 1605, + "Ġbecome": 1606, + "Ġjew": 1607, + "á": 1608, + "Ġexist": 1609, + "Ġarab": 1610, + "Ġprim": 1611, + "Ġcond": 1612, + "Ġproduct": 1613, + "Ġpolitical": 1614, + "Ġauthor": 1615, + "according": 1616, + "Ġempire": 1617, + "Ġsum": 1618, + "Ġalthough": 1619, + "mer": 1620, + "Ġaut": 1621, + "Ġgreek": 1622, + "aur": 1623, + "Ġinit": 1624, + "Ġda": 1625, + "Ġstruct": 1626, + "Ġdisco": 1627, + "Ġevent": 1628, + "wards": 1629, + "Ġshort": 1630, + "less": 1631, + "Ġox": 1632, + "Ġvol": 1633, + "Ġbud": 1634, + "ories": 1635, + "ality": 1636, + "Ġmass": 1637, + "Ġsept": 1638, + "Ġusually": 1639, + "Ġdisc": 1640, + "ple": 1641, + "Ġtele": 1642, + "ou": 1643, + "Ġearth": 1644, + "Ġinvol": 1645, + "Ġtit": 1646, + "Ġthird": 1647, + "Ġsepar": 1648, + "Ġju": 1649, + "Ġmean": 1650, + "Ġwritten": 1651, + "Ġeuropean": 1652, + "yal": 1653, + "ata": 1654, + "Ġsty": 1655, + "Ġapollo": 1656, + "au": 1657, + "Ġtri": 1658, + "Ġforces": 1659, + "ops": 1660, + "Ġproduced": 1661, + "ertain": 1662, + "Ġoccur": 1663, + "che": 1664, + "Ġsix": 1665, + "Ġcell": 1666, + "ster": 1667, + "Ġbody": 1668, + "Ġbest": 1669, + "Ġder": 1670, + "Ġsug": 1671, + "Ġeduc": 1672, + "Ġbattle": 1673, + "Ġriver": 1674, + "Ġservice": 1675, + "Ġcat": 1676, + "Ġwide": 1677, + "Ġsour": 1678, + "Ġturn": 1679, + "Ġdeveloped": 1680, + "when": 1681, + "Ġfive": 1682, + "idence": 1683, + "Ġoct": 1684, + "ising": 1685, + "Ġiss": 1686, + "Ġunion": 1687, + "ival": 1688, + "Ġdra": 1689, + "Ġheld": 1690, + "Ġactiv": 1691, + "Ġintrodu": 1692, + "ploy": 1693, + "ai": 1694, + "ec": 1695, + "Ġson": 1696, + "ught": 1697, + "ruction": 1698, + "Ġsuggest": 1699, + "Ġep": 1700, + "Ġrul": 1701, + "Ġobs": 1702, + "Äģ": 1703, + "Ġident": 1704, + "Ġgrow": 1705, + "Ġtro": 1706, + "Ġcle": 1707, + "Ġbc": 1708, + "Ġprom": 1709, + "empt": 1710, + "akes": 1711, + "Ġsocial": 1712, + "ware": 1713, + "Ġtown": 1714, + "then": 1715, + "Ġdecl": 1716, + "count": 1717, + "Ġsignificant": 1718, + "Ġcase": 1719, + "pec": 1720, + "Ġcontrol": 1721, + "Ġ>": 1722, + "Ġhow": 1723, + "Ġareas": 1724, + "Ġcentral": 1725, + "Ġphys": 1726, + "Ġmethod": 1727, + "epend": 1728, + "ometimes": 1729, + "while": 1730, + "ring": 1731, + "Ġread": 1732, + "olic": 1733, + "Ġwhite": 1734, + "iving": 1735, + "Ġproduction": 1736, + "sh": 1737, + "here": 1738, + "ites": 1739, + "Ġrese": 1740, + "Ġredu": 1741, + "Ġbeh": 1742, + "Ġyoun": 1743, + "Ġsystems": 1744, + "Ġruss": 1745, + "ency": 1746, + "Ġcir": 1747, + "atures": 1748, + "verse": 1749, + "ude": 1750, + "ox": 1751, + "Ġce": 1752, + "ria": 1753, + "Ġ191": 1754, + "Ġapple": 1755, + "Ġterrit": 1756, + "Ġbuilt": 1757, + "Ġworks": 1758, + "Ġsyn": 1759, + "ham": 1760, + "Ġnamed": 1761, + "Ġgames": 1762, + "Ġtheory": 1763, + "orn": 1764, + "Ġinform": 1765, + "Ġseason": 1766, + "Ġcame": 1767, + "emb": 1768, + "Ġcountries": 1769, + "ety": 1770, + "Ġleague": 1771, + "Ġoriginal": 1772, + "ery": 1773, + "Ġmater": 1774, + "Ġhaving": 1775, + "Ġage": 1776, + "ones": 1777, + "Ġproblem": 1778, + "Ġhelp": 1779, + "ril": 1780, + "Ġtur": 1781, + "Ġach": 1782, + "Ġmot": 1783, + "acy": 1784, + "Ġcapital": 1785, + "ling": 1786, + "Ġfather": 1787, + "Ġnatural": 1788, + "Ġseptember": 1789, + "ipp": 1790, + "Ġsometimes": 1791, + "Ġcy": 1792, + "Ġden": 1793, + "ways": 1794, + "Ġmount": 1795, + "gr": 1796, + "Ġchang": 1797, + "ivid": 1798, + "ott": 1799, + "Ġjan": 1800, + "ule": 1801, + "Ġgra": 1802, + "Ġcare": 1803, + "Ġkingdom": 1804, + "Ġfunction": 1805, + "ining": 1806, + "Ġreal": 1807, + "Ġdece": 1808, + "Ġrange": 1809, + "sequ": 1810, + "Ġreleased": 1811, + "olution": 1812, + "Ġshould": 1813, + "uary": 1814, + "Ġtop": 1815, + "Ġothers": 1816, + "Ġestablished": 1817, + "cle": 1818, + "ung": 1819, + "mit": 1820, + "with": 1821, + "ern": 1822, + "ats": 1823, + "Ġpen": 1824, + "Ġeither": 1825, + "Ġpost": 1826, + "Ġprev": 1827, + "Ġelectron": 1828, + "Ġsong": 1829, + "ctor": 1830, + "Ġsuper": 1831, + "Ġindepend": 1832, + "Ġmiss": 1833, + "thing": 1834, + "Ġyork": 1835, + "ends": 1836, + "ending": 1837, + "face": 1838, + "Ġten": 1839, + "Ġsent": 1840, + "Ġstar": 1841, + "ability": 1842, + "Ġobject": 1843, + "Ġconstit": 1844, + "aster": 1845, + "ades": 1846, + "Ġinstit": 1847, + "Ġchristian": 1848, + "day": 1849, + "Ġsat": 1850, + "Ġsold": 1851, + "Ġciv": 1852, + "itive": 1853, + "Ġfar": 1854, + "Ġphilos": 1855, + "Ġproject": 1856, + "Ġ25": 1857, + "aken": 1858, + "Ġmarch": 1859, + "self": 1860, + "Ġban": 1861, + "Ġheav": 1862, + "Ġstudy": 1863, + "Ġappear": 1864, + "Ġwon": 1865, + "Ġgroups": 1866, + "Ġdescribed": 1867, + "ps": 1868, + "iness": 1869, + "ential": 1870, + "Ġvict": 1871, + "Ġattempt": 1872, + "hist": 1873, + "Ġcop": 1874, + "Ġpain": 1875, + "cul": 1876, + "Ġdest": 1877, + "Ġmonth": 1878, + "Ġstrong": 1879, + "Ġforce": 1880, + "Ġcenter": 1881, + "Ġindivid": 1882, + "Ġpal": 1883, + "Ġpred": 1884, + "Ġgood": 1885, + "Ġmaterial": 1886, + "Ġfurther": 1887, + "Ġmust": 1888, + "Ġabs": 1889, + "Ġspecial": 1890, + "aut": 1891, + "Ġnever": 1892, + "Ġaccount": 1893, + "Ġcomputer": 1894, + "Ġcontinued": 1895, + "Ġeastern": 1896, + "Ġfull": 1897, + "Ġpress": 1898, + "Ġstyle": 1899, + "ove": 1900, + "Ġbur": 1901, + "ances": 1902, + "ama": 1903, + "iety": 1904, + "Ġcurrent": 1905, + "Ġsouthern": 1906, + "ored": 1907, + "side": 1908, + "Ġtotal": 1909, + "oms": 1910, + "ublic": 1911, + "Ġplayed": 1912, + "Ġlanguages": 1913, + "Ġancient": 1914, + "Ġbudd": 1915, + "cent": 1916, + "get": 1917, + "ergy": 1918, + "ales": 1919, + "aries": 1920, + "Ġhit": 1921, + "Ġeth": 1922, + "Ġnext": 1923, + "ected": 1924, + "Ġaircraft": 1925, + "Ġver": 1926, + "Ġengland": 1927, + "dro": 1928, + "Ġwomen": 1929, + "although": 1930, + "asing": 1931, + "lect": 1932, + "Ġearli": 1933, + "Ġdoes": 1934, + "Ġjuly": 1935, + "line": 1936, + "aged": 1937, + "rew": 1938, + "vember": 1939, + "Ġnovember": 1940, + "ounced": 1941, + "Ġcivil": 1942, + "hol": 1943, + "Ġside": 1944, + "Ġnet": 1945, + "ille": 1946, + "Ġkill": 1947, + "rict": 1948, + "iation": 1949, + "ka": 1950, + "Ġdri": 1951, + "ensive": 1952, + "pecially": 1953, + "ying": 1954, + "Ġball": 1955, + "ana": 1956, + "Ġhold": 1957, + "ogn": 1958, + "Ġmeas": 1959, + "Ġapril": 1960, + "Ġstandard": 1961, + "Ġhalf": 1962, + "bit": 1963, + "bor": 1964, + "ober": 1965, + "Ġtre": 1966, + "osp": 1967, + "Ġclose": 1968, + "Ġespecially": 1969, + "20": 1970, + "lam": 1971, + "ada": 1972, + "Ġclub": 1973, + "Ġchildren": 1974, + "Ġdecember": 1975, + "rian": 1976, + "iam": 1977, + "Ġdied": 1978, + "Ġlower": 1979, + "Ġadmin": 1980, + "pre": 1981, + "Ġche": 1982, + "Ġmic": 1983, + "Ġamerica": 1984, + "Ġanti": 1985, + "incip": 1986, + "of": 1987, + "work": 1988, + "Ġur": 1989, + "ann": 1990, + "let": 1991, + "ips": 1992, + "Ġprincip": 1993, + "Ġmember": 1994, + "Ġtake": 1995, + "Ġnav": 1996, + "Ġvir": 1997, + "aces": 1998, + "Ġoctober": 1999, + "Ġjanuary": 2000, + "zer": 2001, + "verage": 2002, + "Ġjune": 2003, + "ead": 2004, + "Ġben": 2005, + "Ġinterest": 2006, + "Ġcreated": 2007, + "hib": 2008, + "ese": 2009, + "Ġfa": 2010, + "Ġrather": 2011, + "Ġ30": 2012, + "Ġnorthern": 2013, + "Ġposition": 2014, + "ara": 2015, + "Ġeconomic": 2016, + "Ġital": 2017, + "Ġengine": 2018, + "Ġcommunity": 2019, + "ered": 2020, + "Ġseen": 2021, + "ront": 2022, + "ification": 2023, + "ges": 2024, + "Ġliter": 2025, + "Ġprofess": 2026, + "iate": 2027, + "Ġrecogn": 2028, + "Ġcounc": 2029, + "Ġfood": 2030, + "Ġimm": 2031, + "Ġdoub": 2032, + "Ġexpress": 2033, + "Ġreceived": 2034, + "lim": 2035, + "viet": 2036, + "icle": 2037, + "Ġaccept": 2038, + "Ġmaking": 2039, + "Ġtour": 2040, + "Ġmother": 2041, + "orts": 2042, + "Ġgenerally": 2043, + "Ġbroad": 2044, + "Ġrepublic": 2045, + "ma": 2046, + "Ġfinal": 2047, + "alk": 2048, + "Ġmer": 2049, + "Ġmarket": 2050, + "Ġofficial": 2051, + "dle": 2052, + "vir": 2053, + "ators": 2054, + "Ġdata": 2055, + "Ġlist": 2056, + "ached": 2057, + "aves": 2058, + "Ġflight": 2059, + "Ġbuilding": 2060, + "Ġprevious": 2061, + "enced": 2062, + "Ġcoast": 2063, + "Ġthought": 2064, + "Ġresearch": 2065, + "Ġhar": 2066, + "Ġdeb": 2067, + "lant": 2068, + "Ġpot": 2069, + "istan": 2070, + "Ġpriv": 2071, + "Ġq": 2072, + "Ġcomplex": 2073, + "Ġhimself": 2074, + "ca": 2075, + "put": 2076, + "Ġoffer": 2077, + "Ġhard": 2078, + "Ġacid": 2079, + "Ġsubst": 2080, + "Ġastron": 2081, + "orm": 2082, + "apan": 2083, + "Ġaccording": 2084, + "Ġversion": 2085, + "Ġcouncil": 2086, + "sp": 2087, + "she": 2088, + "Ġbul": 2089, + "Ġdeter": 2090, + "Ġsoviet": 2091, + "Ġinvest": 2092, + "ography": 2093, + "Ġtemper": 2094, + "Ġalbum": 2095, + "Ġmagn": 2096, + "Ġwall": 2097, + "Ġfail": 2098, + "ray": 2099, + "osition": 2100, + "Ġthroughout": 2101, + "Ġhigher": 2102, + "Ġaud": 2103, + "Ġfri": 2104, + "Ġconn": 2105, + "Ġrole": 2106, + "Ġtype": 2107, + "fic": 2108, + "anc": 2109, + "Ġfeder": 2110, + "Ġmach": 2111, + "Ġprote": 2112, + "Ġparts": 2113, + "Ġrelations": 2114, + "Ġtravel": 2115, + "Ġhost": 2116, + "ceed": 2117, + "Ġregard": 2118, + "Ġcapt": 2119, + "gypt": 2120, + "Ġbusiness": 2121, + "Ġalexander": 2122, + "ero": 2123, + "ental": 2124, + "Ġbegin": 2125, + "Ġcommand": 2126, + "Ġformed": 2127, + "Ġyoung": 2128, + "Ġ190": 2129, + "gether": 2130, + "Ġforms": 2131, + "Ġevidence": 2132, + "Ġground": 2133, + "pite": 2134, + "ino": 2135, + "Ġcath": 2136, + "itude": 2137, + "Ġstre": 2138, + "Ġenergy": 2139, + "Ġrock": 2140, + "Ġcomplete": 2141, + "Ġeducation": 2142, + "Ġtrib": 2143, + "Ġchem": 2144, + "Ġbit": 2145, + "Ġbir": 2146, + "Ġroyal": 2147, + "Ġrelative": 2148, + "Ġimpro": 2149, + "Ġborn": 2150, + "Ġpossible": 2151, + "Ġfac": 2152, + "idge": 2153, + "etic": 2154, + "Ġjud": 2155, + "Ġrelated": 2156, + "Ġmeaning": 2157, + "Ġthus": 2158, + "Ġfoot": 2159, + "Ġconsist": 2160, + "uf": 2161, + "Ġill": 2162, + "ints": 2163, + "thes": 2164, + "Ġabove": 2165, + "ffic": 2166, + "Ġ186": 2167, + "Ġoffice": 2168, + "Ġhydro": 2169, + "Ġreligious": 2170, + "des": 2171, + "ĠÂ": 2172, + "Ġfire": 2173, + "umb": 2174, + "Ġcrew": 2175, + "Ġbrother": 2176, + "Ġterms": 2177, + "Ġradio": 2178, + "Ġrights": 2179, + "bru": 2180, + "oth": 2181, + "Ġcertain": 2182, + "Ġlost": 2183, + "Ġscient": 2184, + "Ġblock": 2185, + "Ġinformation": 2186, + "bol": 2187, + "cript": 2188, + "ym": 2189, + "Ġalg": 2190, + "rap": 2191, + "Ġcong": 2192, + "Ġhen": 2193, + "Ġknow": 2194, + "Ġho": 2195, + "Ġneg": 2196, + "ples": 2197, + "Ġtransport": 2198, + "Ġsurface": 2199, + "Ġfrance": 2200, + "not": 2201, + "Ġ<": 2202, + "Ġfund": 2203, + "Ġatlant": 2204, + "Ġacross": 2205, + "Ġgrand": 2206, + "Ġfrequ": 2207, + "viron": 2208, + "Ġ100": 2209, + "Ġhealth": 2210, + "Ġjapan": 2211, + "ief": 2212, + "Ġ2010": 2213, + "many": 2214, + "Ġtar": 2215, + "Ġegypt": 2216, + "Ġ21": 2217, + "Ġcost": 2218, + "Ġlittle": 2219, + "bra": 2220, + "Ġsem": 2221, + "Ġband": 2222, + "itect": 2223, + "Ġadop": 2224, + "Ġemploy": 2225, + "Ġfeatures": 2226, + "Ġfollowed": 2227, + "Ġavail": 2228, + "Ġsound": 2229, + "vision": 2230, + "uses": 2231, + "Ġgold": 2232, + "uis": 2233, + "inted": 2234, + "Ġfig": 2235, + "Ġfav": 2236, + "Ġdomin": 2237, + "Ġcolon": 2238, + "like": 2239, + "Ġphilosoph": 2240, + "Ġadminist": 2241, + "Ġfall": 2242, + "Ġtrade": 2243, + "Ġagre": 2244, + "Ġparticularly": 2245, + "Ġmovement": 2246, + "ii": 2247, + "ö": 2248, + "Ġib": 2249, + "ald": 2250, + "chan": 2251, + "Ġsubject": 2252, + "Ġindustry": 2253, + "Ġmultip": 2254, + "ount": 2255, + "Ġ]": 2256, + "Ġtax": 2257, + "Ġsit": 2258, + "ali": 2259, + "Ġgave": 2260, + "ption": 2261, + "Ġcompet": 2262, + "Ġcommit": 2263, + "Ġentire": 2264, + "Ġmodel": 2265, + "Ġassociated": 2266, + "po": 2267, + "since": 2268, + "ta": 2269, + "Ġax": 2270, + "Ġdays": 2271, + "Ġren": 2272, + "Ġsex": 2273, + "hers": 2274, + "Ġscience": 2275, + "useum": 2276, + "Ġwee": 2277, + "imately": 2278, + "rated": 2279, + "inary": 2280, + "Ġsay": 2281, + "Ġbig": 2282, + "anish": 2283, + "Ġsoft": 2284, + "Ġdispl": 2285, + "Ġ2011": 2286, + "Ġlocated": 2287, + "Ġsuccessful": 2288, + "Ġannounced": 2289, + "Ġintroduced": 2290, + "cer": 2291, + "sel": 2292, + "Ġsan": 2293, + "Ġsil": 2294, + "Ġhom": 2295, + "Ġenviron": 2296, + "lo": 2297, + "Ġsun": 2298, + "Ġalph": 2299, + "Ġaltern": 2300, + "Ġris": 2301, + "Ġcit": 2302, + "Ġpit": 2303, + "Ġfind": 2304, + "Ġlog": 2305, + "Ġchamp": 2306, + "Ġmeans": 2307, + "Ġpark": 2308, + "Ġestim": 2309, + "Ġbooks": 2310, + "Ġdivision": 2311, + "Ġafrica": 2312, + "Ġcro": 2313, + "Ġcoll": 2314, + "Ġfoc": 2315, + "oman": 2316, + "Ġstory": 2317, + "rael": 2318, + "Ġfebru": 2319, + "Ġlatin": 2320, + "Ġviol": 2321, + "ban": 2322, + "zil": 2323, + "Ġaverage": 2324, + "Ġalmost": 2325, + "Ġwhose": 2326, + "Ġtex": 2327, + "Ġvalue": 2328, + "Ġmiddle": 2329, + "Ġforeign": 2330, + "Ġfebruary": 2331, + "Ġaward": 2332, + "Ġsen": 2333, + "Ġsqu": 2334, + "Ġhor": 2335, + "unter": 2336, + "utions": 2337, + "Ġ2000": 2338, + "Ġ187": 2339, + "arily": 2340, + "Ġ1970": 2341, + "Ġreported": 2342, + "Ġcirc": 2343, + "ties": 2344, + "Ġ[": 2345, + "erous": 2346, + "Ġdom": 2347, + "Ġchange": 2348, + "Ġschol": 2349, + "iction": 2350, + "Ġterritory": 2351, + "ÃŃ": 2352, + "Ġbapt": 2353, + "Ġnorm": 2354, + "Ġ1990": 2355, + "Ġcross": 2356, + "Ġmuseum": 2357, + "Ġ2008": 2358, + "Ġremained": 2359, + "Ġinfluence": 2360, + "Ġtaken": 2361, + "Ġhon": 2362, + "Ġvo": 2363, + "Ġleast": 2364, + "Ġacad": 2365, + "Ġ2007": 2366, + "Ġnumbers": 2367, + "Ġdefe": 2368, + "Ġsociety": 2369, + "Ġarchitect": 2370, + "aign": 2371, + "burg": 2372, + "ows": 2373, + "ope": 2374, + "Ġyou": 2375, + "Ġitself": 2376, + "Ġstructure": 2377, + "Ġavailable": 2378, + "uel": 2379, + "Ġput": 2380, + "Ġmission": 2381, + "Ġlive": 2382, + "unch": 2383, + "ads": 2384, + "Ġalk": 2385, + "Ġord": 2386, + "anted": 2387, + "Ġserved": 2388, + "Ġrail": 2389, + "Ġwilliam": 2390, + "Ġdesigned": 2391, + "Ġkey": 2392, + "Ġreferred": 2393, + "Ġafrican": 2394, + "Ġachie": 2395, + "Ġbirth": 2396, + "ĠÃ": 2397, + "utes": 2398, + "Ġislam": 2399, + "Ġrich": 2400, + "Ġable": 2401, + "rought": 2402, + "Ġplayer": 2403, + "Ġtraditional": 2404, + "Ġfront": 2405, + "Ġdon": 2406, + "Ġgun": 2407, + "Ġaccess": 2408, + "Ġcontrib": 2409, + "Ġindic": 2410, + "Ġ2006": 2411, + "ucle": 2412, + "Ġcommonly": 2413, + "Ġleading": 2414, + "iers": 2415, + "Ġrea": 2416, + "Ġspecific": 2417, + "Ġallowed": 2418, + "Ġculture": 2419, + "ength": 2420, + "Ġcampaign": 2421, + "Ġsite": 2422, + "ingu": 2423, + "Ġtext": 2424, + "Ġ189": 2425, + "Ġblood": 2426, + "Ġplayers": 2427, + "Ġarmen": 2428, + "Ġtransl": 2429, + "Ġincreased": 2430, + "Ġbelieved": 2431, + "go": 2432, + "jan": 2433, + "Ġcam": 2434, + "Ġseven": 2435, + "Ġrespect": 2436, + "Ġislands": 2437, + "Ġforest": 2438, + "Ġstarted": 2439, + "50": 2440, + "hest": 2441, + "Ġbish": 2442, + "icy": 2443, + "ithm": 2444, + "Ġincreasing": 2445, + "Ġtitle": 2446, + "jo": 2447, + "Ġfut": 2448, + "uries": 2449, + "oted": 2450, + "ems": 2451, + "Ġexcept": 2452, + "berg": 2453, + "Ġmostly": 2454, + "Ġunderst": 2455, + "Ġinstead": 2456, + "Ġvariety": 2457, + "Ġmight": 2458, + "Ġliving": 2459, + "Ġjack": 2460, + "Ġdisp": 2461, + "Ġindia": 2462, + "Ġpoly": 2463, + "Ġ2017": 2464, + "Ġsurv": 2465, + "Ġgermany": 2466, + "Ġtogether": 2467, + "amples": 2468, + "iding": 2469, + "Ġstra": 2470, + "ateg": 2471, + "Ġevents": 2472, + "Ġ1960": 2473, + "Ġsize": 2474, + "ulf": 2475, + "Ġmoved": 2476, + "Ġ2009": 2477, + "Ġprovide": 2478, + "Ġdemoc": 2479, + "Ġwords": 2480, + "bon": 2481, + "Ġ&": 2482, + "atory": 2483, + "Ġfra": 2484, + "Ġcho": 2485, + "Ġ2018": 2486, + "Ġcolor": 2487, + "Ġinstr": 2488, + "Ġmathem": 2489, + "Ġapprox": 2490, + "Ġeventually": 2491, + "ky": 2492, + "ĠÎ": 2493, + "Ġdut": 2494, + "Ġdam": 2495, + "leg": 2496, + "Ġfort": 2497, + "Ġstri": 2498, + "Ġonce": 2499, + "Ġspeak": 2500, + "Ġ2012": 2501, + "Ġ2014": 2502, + "oney": 2503, + "Ġlarger": 2504, + "Ġminor": 2505, + "Ġconstant": 2506, + "Ġconstruction": 2507, + "Ġexperim": 2508, + "more": 2509, + "Ġaway": 2510, + "Ġamount": 2511, + "Ġscript": 2512, + "Ġbecom": 2513, + "Ġassemb": 2514, + "Ġdistin": 2515, + "Ġcatholic": 2516, + "ises": 2517, + "Ġdig": 2518, + "ilities": 2519, + "elling": 2520, + "Ġincludes": 2521, + "Ġelection": 2522, + "Ġmuslim": 2523, + "Ġgeor": 2524, + "Ġtypes": 2525, + "Ġsource": 2526, + "Ġlib": 2527, + "Ġnucle": 2528, + "uments": 2529, + "Ġarri": 2530, + "Ġdiffic": 2531, + "Ġwriting": 2532, + "ü": 2533, + "Ġdial": 2534, + "Ġlack": 2535, + "Ġrate": 2536, + "Ġrule": 2537, + "Ġamb": 2538, + "liament": 2539, + "Ġobser": 2540, + "mar": 2541, + "rast": 2542, + "ych": 2543, + "ering": 2544, + "ica": 2545, + "omp": 2546, + "Ġgas": 2547, + "clus": 2548, + "ford": 2549, + "Ġelements": 2550, + "Ġdefin": 2551, + "Ġ50": 2552, + "Ġaustralia": 2553, + "Ġprivate": 2554, + "Ġenvironment": 2555, + "fl": 2556, + "Ġtoday": 2557, + "unar": 2558, + "oses": 2559, + "Ġboard": 2560, + "Ġspir": 2561, + "Ġmanag": 2562, + "Ġspeed": 2563, + "Ġapplic": 2564, + "Ġelement": 2565, + "Ġfeature": 2566, + "Ġsymbol": 2567, + "Ġdifficult": 2568, + "ners": 2569, + "isc": 2570, + "Ġfem": 2571, + "Ġfest": 2572, + "Ġreform": 2573, + "Ġdeg": 2574, + "rie": 2575, + "Ġassist": 2576, + "Ġeffects": 2577, + "Ġhighest": 2578, + "Ġconstitution": 2579, + "Ġacadem": 2580, + "Ġae": 2581, + "Ġfight": 2582, + "Ġet": 2583, + "Ġvide": 2584, + "ify": 2585, + "Ġupon": 2586, + "Ġsubsequ": 2587, + "Ġstudies": 2588, + "ours": 2589, + "Ġlatter": 2590, + "Ġmonths": 2591, + "Ġol": 2592, + "Ġbill": 2593, + "Ġlength": 2594, + "Ġalbert": 2595, + "Ġalways": 2596, + "Ġinte": 2597, + "Ġrequired": 2598, + "Ġgrowth": 2599, + "ghan": 2600, + "Ġoil": 2601, + "reg": 2602, + "rel": 2603, + "Ġbos": 2604, + "Ġbay": 2605, + "Ġbank": 2606, + "arian": 2607, + "lement": 2608, + "Ġeight": 2609, + "Ġabb": 2610, + "Ġpercent": 2611, + "Ġparliament": 2612, + "Ġminister": 2613, + "Ġtechni": 2614, + "Ġreturned": 2615, + "Ġcard": 2616, + "Ġcast": 2617, + "Ġmur": 2618, + "Ġdoc": 2619, + "Ġlines": 2620, + "Ġatom": 2621, + "Ġquest": 2622, + "Ġdistrib": 2623, + "Ġuk": 2624, + "Ġveh": 2625, + "Ġseparate": 2626, + "iter": 2627, + "Ġhol": 2628, + "Ġnature": 2629, + "Ġstep": 2630, + "ricult": 2631, + "Ġ188": 2632, + "Ġfounded": 2633, + "Ġservices": 2634, + "Ġdaugh": 2635, + "Ġdiscovered": 2636, + "Ġtelevision": 2637, + "bi": 2638, + "pr": 2639, + "Ġwent": 2640, + "Ġpan": 2641, + "Ġnames": 2642, + "Ġreb": 2643, + "Ġconcept": 2644, + "Ġacqu": 2645, + "Ġmedia": 2646, + "Ġcollege": 2647, + "Ġbrazil": 2648, + "Ġtypically": 2649, + "mediate": 2650, + "sc": 2651, + "Ġbrought": 2652, + "Ġpast": 2653, + "Ġmill": 2654, + "omb": 2655, + "Ġ24": 2656, + "Ġuses": 2657, + "ibility": 2658, + "Ġcommerc": 2659, + "Ġindian": 2660, + "Ġ2013": 2661, + "Ġ2016": 2662, + "Ġappo": 2663, + "Ġ1980": 2664, + "Ġrespons": 2665, + "from": 2666, + "ming": 2667, + "Ġta": 2668, + "rest": 2669, + "Ġcases": 2670, + "Ġbillion": 2671, + "Ġdav": 2672, + "Ġlay": 2673, + "Ġconvent": 2674, + "Ġ2019": 2675, + "ysis": 2676, + "Ġcontinu": 2677, + "Ġclear": 2678, + "Ġindividual": 2679, + "ee": 2680, + "rad": 2681, + "Ġess": 2682, + "Ġaim": 2683, + "Ġcities": 2684, + "Ġnations": 2685, + "Ġstated": 2686, + "Ġvill": 2687, + "anding": 2688, + "Ġmeet": 2689, + "Ġnovel": 2690, + "Ġoutside": 2691, + "Ġbran": 2692, + "Ġresults": 2693, + "Ġtreatment": 2694, + "ole": 2695, + "Ġsain": 2696, + "Ġsaw": 2697, + "ands": 2698, + "Ġworking": 2699, + "Ġprovided": 2700, + "Ġgrad": 2701, + "Ġiii": 2702, + "Ġcritic": 2703, + "Ġphysical": 2704, + "Ġwind": 2705, + "ania": 2706, + "Ġtowards": 2707, + "otic": 2708, + "Ġ26": 2709, + "Ġcause": 2710, + "Ġmaint": 2711, + "Ġmajority": 2712, + "Ġreplaced": 2713, + "tt": 2714, + "Ġself": 2715, + "Ġbah": 2716, + "ened": 2717, + "Ġreason": 2718, + "ques": 2719, + "Ġpoints": 2720, + "Ġ2005": 2721, + "Ġquar": 2722, + "Ġdefined": 2723, + "Ġbritain": 2724, + "Ġgreater": 2725, + "Ġathen": 2726, + "atives": 2727, + "Ġfell": 2728, + "Ġmal": 2729, + "Ġmention": 2730, + "Ġstation": 2731, + "Ġnecess": 2732, + "aching": 2733, + "Ġfederal": 2734, + "ufact": 2735, + "ched": 2736, + "nel": 2737, + "ux": 2738, + "Ġwat": 2739, + "Ġconver": 2740, + "Ġexec": 2741, + "pped": 2742, + "Ġcompound": 2743, + "Ġbasic": 2744, + "Ġantib": 2745, + "Ġsettle": 2746, + "Ġberlin": 2747, + "Ġprimary": 2748, + "Ġconditions": 2749, + "Ġmicro": 2750, + "king": 2751, + "Ġps": 2752, + "Ġever": 2753, + "rial": 2754, + "osaur": 2755, + "aps": 2756, + "Ġresist": 2757, + "Ġreview": 2758, + "Ġfrank": 2759, + "Ġanimals": 2760, + "Ġarabic": 2761, + "Ġinvolved": 2762, + "Ġsoftware": 2763, + "selves": 2764, + "wood": 2765, + "Ġanth": 2766, + "Ġhall": 2767, + "Ġtoo": 2768, + "omm": 2769, + "ift": 2770, + "ode": 2771, + "Ġplant": 2772, + "ously": 2773, + "Ġleaders": 2774, + "Ġjewish": 2775, + "Ġwidely": 2776, + "Ġproblems": 2777, + "Ġcareer": 2778, + "hy": 2779, + "Ġlunar": 2780, + "Ġafghan": 2781, + "Ġsupported": 2782, + "Ġoccup": 2783, + "Ġhistorical": 2784, + "Ġfuture": 2785, + "la": 2786, + "off": 2787, + "Ġ=": 2788, + "ste": 2789, + "ulated": 2790, + "Ġstage": 2791, + "Ġcome": 2792, + "resp": 2793, + "Ġcode": 2794, + "Ġspect": 2795, + "Ġprobably": 2796, + "Ġtechnology": 2797, + "Ġsitu": 2798, + "Ġwood": 2799, + "iting": 2800, + "Ġash": 2801, + "Ġwhom": 2802, + "Ġwhether": 2803, + "Ġelected": 2804, + "Ġregular": 2805, + "Ġadded": 2806, + "Ġlimited": 2807, + "uk": 2808, + "Ġpay": 2809, + "Ġfle": 2810, + "Ġmix": 2811, + "Ġ28": 2812, + "Ġrank": 2813, + "pper": 2814, + "aving": 2815, + "Ġemper": 2816, + "Ġprevent": 2817, + "Ġestablish": 2818, + "Ġlabor": 2819, + "Ġletter": 2820, + "Ġearlier": 2821, + "rang": 2822, + "att": 2823, + "Ġbron": 2824, + "Ġnative": 2825, + "iles": 2826, + "istics": 2827, + "Ġmanufact": 2828, + "phas": 2829, + "Ġcentre": 2830, + "Ġ2001": 2831, + "Ġremains": 2832, + "Ġextre": 2833, + "Ġera": 2834, + "oid": 2835, + "Ġloss": 2836, + "Ġagricult": 2837, + "Ġ40": 2838, + "Ġdepart": 2839, + "Ġparticip": 2840, + "Ġproposed": 2841, + "Ġbreak": 2842, + "Ġidea": 2843, + "Ġjews": 2844, + "cast": 2845, + "hing": 2846, + "kn": 2847, + "Ġopt": 2848, + "Ġfarm": 2849, + "arn": 2850, + "icles": 2851, + "ented": 2852, + "Ġasia": 2853, + "Ġalco": 2854, + "istry": 2855, + "Ġsequ": 2856, + "Ġcommission": 2857, + "Ġbelow": 2858, + "Ġliber": 2859, + "Ġthemselves": 2860, + "ondon": 2861, + "hips": 2862, + "Ġschools": 2863, + "pir": 2864, + "Ġhill": 2865, + "Ġvia": 2866, + "Ġplat": 2867, + "Ġincrease": 2868, + "Ġconcent": 2869, + "Ġeconomy": 2870, + "Ġbuddha": 2871, + "Ġbeginning": 2872, + "Ġphilosophy": 2873, + "respond": 2874, + "rative": 2875, + "wor": 2876, + "xic": 2877, + "zz": 2878, + "another": 2879, + "isions": 2880, + "asc": 2881, + "Ġlondon": 2882, + "osing": 2883, + "Ġ22": 2884, + "Ġens": 2885, + "Ġprec": 2886, + "Ġairport": 2887, + "ready": 2888, + "Ġindependent": 2889, + "Ġnetwork": 2890, + "ios": 2891, + "ires": 2892, + "iated": 2893, + "ked": 2894, + "over": 2895, + "ror": 2896, + "Ġwife": 2897, + "Ġhot": 2898, + "aded": 2899, + "Ġchief": 2900, + "Ġenco": 2901, + "Ġrap": 2902, + "Ġlook": 2903, + "Ġmedic": 2904, + "Ġtroops": 2905, + "Ġbulgar": 2906, + "Ġdeterm": 2907, + "ffer": 2908, + "Ġ+": 2909, + "isl": 2910, + "Ġreached": 2911, + "Ġalready": 2912, + "Ġroad": 2913, + "Ġ183": 2914, + "Ġconsum": 2915, + "Ġpeace": 2916, + "ression": 2917, + "Ġtherefore": 2918, + "Ġstudents": 2919, + "Ġlikely": 2920, + "Ġlonger": 2921, + "Ġpair": 2922, + "Ġanalysis": 2923, + "Ġproducts": 2924, + "Ġsummer": 2925, + "Ġtemperature": 2926, + "Ġcitiz": 2927, + "Ġestimated": 2928, + "ores": 2929, + "Ġour": 2930, + "sour": 2931, + "ects": 2932, + "Ġphot": 2933, + "Ġregions": 2934, + "Ġassum": 2935, + "Ġrecent": 2936, + "Ġparis": 2937, + "Ġpurp": 2938, + "Ġsecret": 2939, + "Ġdrug": 2940, + "Ġaustralian": 2941, + "'t": 2942, + "ble": 2943, + "lor": 2944, + "Ġdan": 2945, + "Ġnight": 2946, + "unic": 2947, + "Ġget": 2948, + "Ġisrael": 2949, + "Ġdise": 2950, + "Ġpoor": 2951, + "Ġemer": 2952, + "Ġregional": 2953, + "Ġcorrespond": 2954, + "Ġcontroll": 2955, + "Ġnearly": 2956, + "Ġrequire": 2957, + "Ġcells": 2958, + "hab": 2959, + "Ġnar": 2960, + "lands": 2961, + "Ġproduce": 2962, + "Ġque": 2963, + "ney": 2964, + "Ġglob": 2965, + "Ġdestro": 2966, + "Ġrelatively": 2967, + "Ġchampions": 2968, + "Ġspirit": 2969, + "Ġvideo": 2970, + "rary": 2971, + "sen": 2972, + "Ġdyn": 2973, + "pected": 2974, + "Ġcenturies": 2975, + "Ġlaws": 2976, + "Ġrecorded": 2977, + "Ġderived": 2978, + "Ġcele": 2979, + "Ġalternative": 2980, + "eth": 2981, + "uals": 2982, + "where": 2983, + "Ġaction": 2984, + "Ġsn": 2985, + "Ġmu": 2986, + "asion": 2987, + "omy": 2988, + "Ġunits": 2989, + "ension": 2990, + "Ġcaused": 2991, + "Ġquick": 2992, + "Ġmax": 2993, + "Ġpractice": 2994, + "Ġdisplay": 2995, + "Ġdemocr": 2996, + "den": 2997, + "war": 2998, + "Ġath": 2999, + "Ġaber": 3000, + "Ġsaf": 3001, + "aled": 3002, + "Ġinn": 3003, + "Ġcondu": 3004, + "Ġdeal": 3005, + "umin": 3006, + "Ġcanada": 3007, + "Ġbetter": 3008, + "Ġremain": 3009, + "Ġoperations": 3010, + "Ġmultiple": 3011, + "aff": 3012, + "bc": 3013, + "lected": 3014, + "Ġbound": 3015, + "Ġ2015": 3016, + "Ġtraining": 3017, + "Ġorganization": 3018, + "Ġletters": 3019, + "history": 3020, + "Ġdaughter": 3021, + "lied": 3022, + "Ġcut": 3023, + "Ġpric": 3024, + "Ġfish": 3025, + "Ġtrue": 3026, + "Ġmetal": 3027, + "Ġcommunic": 3028, + "Ġprotest": 3029, + "Ġpersonal": 3030, + "Ġethn": 3031, + "Ġmathemat": 3032, + "bai": 3033, + "Ġcand": 3034, + "Ġbird": 3035, + "orithm": 3036, + "Ġshown": 3037, + "izing": 3038, + "Ġnumerous": 3039, + "Ġjourn": 3040, + "Ġbaseball": 3041, + "baijan": 3042, + "Ġut": 3043, + "het": 3044, + "Ġsac": 3045, + "Ġdim": 3046, + "using": 3047, + "ola": 3048, + "Ġconqu": 3049, + "riage": 3050, + "Ġspanish": 3051, + "Ġrare": 3052, + "Ġdistrict": 3053, + "Ġfilms": 3054, + "Ġchanges": 3055, + "Ġcommercial": 3056, + "Ġemperor": 3057, + "app": 3058, + "onse": 3059, + "Ġcust": 3060, + "Ġbene": 3061, + "Ġnation": 3062, + "Ġpromin": 3063, + "Ġmole": 3064, + "sec": 3065, + "Ġsoon": 3066, + "igned": 3067, + "Ġemb": 3068, + "Ġjoined": 3069, + "rane": 3070, + "Ġrome": 3071, + "Ġperformed": 3072, + "Ġscholars": 3073, + "itor": 3074, + "Ġpet": 3075, + "Ġmac": 3076, + "Ġvan": 3077, + "Ġsha": 3078, + "acters": 3079, + "Ġmarried": 3080, + "Ġmainly": 3081, + "Ġlaunch": 3082, + "Ġprofessional": 3083, + "Ġmachine": 3084, + "Ġsus": 3085, + "Ġmig": 3086, + "Ġdu": 3087, + "Ġplaced": 3088, + "Ġmechan": 3089, + "cont": 3090, + "Ġupper": 3091, + "Ġappeared": 3092, + "Ġlaunc": 3093, + "Ġportug": 3094, + "Ġsources": 3095, + "Ġrussian": 3096, + "Ġkilled": 3097, + "Ġfootball": 3098, + "Ġrisk": 3099, + "Ġalcohol": 3100, + "but": 3101, + "lines": 3102, + "ms": 3103, + "ó": 3104, + "onst": 3105, + "Ġasc": 3106, + "vert": 3107, + "Ġ23": 3108, + "Ġcompared": 3109, + "Ġ2004": 3110, + "Ġquant": 3111, + "Ġcharacters": 3112, + "Ġappears": 3113, + "Ġborder": 3114, + "Ġrevolution": 3115, + "Ġresponse": 3116, + "Ġoriginally": 3117, + "Ġcongress": 3118, + "Ġweek": 3119, + "je": 3120, + "Ġcreat": 3121, + "Ġbol": 3122, + "Ġburn": 3123, + "Ġgive": 3124, + "ston": 3125, + "Ġven": 3126, + "Ġsuffer": 3127, + "cles": 3128, + "Ġadapt": 3129, + "Ġspok": 3130, + "Ġflow": 3131, + "Ġactive": 3132, + "Ġobt": 3133, + "Ġsmaller": 3134, + "Ġbehind": 3135, + "thesis": 3136, + "ech": 3137, + "follow": 3138, + "west": 3139, + "enn": 3140, + "Ġmel": 3141, + "Ġlink": 3142, + "urity": 3143, + "abor": 3144, + "Ġunit": 3145, + "Ġplants": 3146, + "Ġrob": 3147, + "Ġwhole": 3148, + "Ġblue": 3149, + "isms": 3150, + "Ġlargely": 3151, + "Ġproperties": 3152, + "Ġmeasure": 3153, + "Ġalgorithm": 3154, + "Ġbond": 3155, + "aring": 3156, + "Ġmart": 3157, + "ump": 3158, + "Ġmoon": 3159, + "Ġkh": 3160, + "Ġprime": 3161, + "Ġsett": 3162, + "Ġleader": 3163, + "Ġcompanies": 3164, + "Ġcultural": 3165, + "Ġdouble": 3166, + "following": 3167, + "Ġori": 3168, + "Ġbab": 3169, + "Ġrecon": 3170, + "Ġalc": 3171, + "oting": 3172, + "acity": 3173, + "Ġ27": 3174, + "Ġcounter": 3175, + "Ġdecre": 3176, + "Ġsurround": 3177, + "bec": 3178, + "Ġdirectly": 3179, + "Ġdocument": 3180, + "Ġdavid": 3181, + "Ġextreme": 3182, + "anced": 3183, + "Ġfer": 3184, + "theast": 3185, + "lying": 3186, + "Ġthreat": 3187, + "Ġround": 3188, + "Ġdistance": 3189, + "Ġpaul": 3190, + "Ġclaimed": 3191, + "Ġmethods": 3192, + "Ġapproximately": 3193, + "Ġdistinct": 3194, + "back": 3195, + "onic": 3196, + "Ġdark": 3197, + "ulations": 3198, + "Ġstars": 3199, + "Ġcontains": 3200, + "Ġimmediate": 3201, + "ference": 3202, + "Ġflo": 3203, + "Ġanglic": 3204, + "Ġgreen": 3205, + "Ġdeli": 3206, + "Ġdetail": 3207, + "mitted": 3208, + "Ġvictory": 3209, + "men": 3210, + "nia": 3211, + "Ġsens": 3212, + "Ġcred": 3213, + "Ġbow": 3214, + "Ġtom": 3215, + "Ġgraph": 3216, + "urs": 3217, + "anda": 3218, + "ivity": 3219, + "Ġability": 3220, + "Ġclimate": 3221, + "Ġcannot": 3222, + "Ġpresence": 3223, + "Ġtransfer": 3224, + "Ġlove": 3225, + "inese": 3226, + "Ġimplement": 3227, + "Ġchurches": 3228, + "Ġteams": 3229, + "Ġfunctions": 3230, + "Ġopened": 3231, + "Ġpressure": 3232, + "Ġadopted": 3233, + "mad": 3234, + "ss": 3235, + "ya": 3236, + "ygen": 3237, + "Ġsam": 3238, + "Ġpie": 3239, + "Ġmoney": 3240, + "Ġdram": 3241, + "Ġcharles": 3242, + "Ġexpans": 3243, + "Ġze": 3244, + "Ġbrown": 3245, + "Ġconflic": 3246, + "Ġlegisl": 3247, + "Ġfreed": 3248, + "Ġchemical": 3249, + "Ġglobal": 3250, + "zo": 3251, + "Ġmas": 3252, + "Ġlived": 3253, + "uls": 3254, + "ago": 3255, + "Ġgovernor": 3256, + "Ġmedical": 3257, + "ledge": 3258, + "Ġassociation": 3259, + "Ġactivities": 3260, + "da": 3261, + "Ġazer": 3262, + "Ġtheat": 3263, + "reen": 3264, + "onso": 3265, + "Ġbad": 3266, + "isation": 3267, + "their": 3268, + "otes": 3269, + "Ġchina": 3270, + "Ġcompon": 3271, + "Ġ184": 3272, + "Ġremo": 3273, + "Ġhighly": 3274, + "Ġtreaty": 3275, + "Ġissues": 3276, + "Ġdraw": 3277, + "Ġdestroy": 3278, + "Ġcry": 3279, + "itors": 3280, + "Ġram": 3281, + "Ġkind": 3282, + "Ġenough": 3283, + "Ġhapp": 3284, + "rents": 3285, + "Ġbasis": 3286, + "Ġcarbon": 3287, + "Ġpolicy": 3288, + "Ġcreate": 3289, + "arent": 3290, + "jack": 3291, + "Ġmis": 3292, + "Ġdone": 3293, + "Ġresour": 3294, + "utive": 3295, + "anded": 3296, + "Ġexch": 3297, + "Ġbox": 3298, + "early": 3299, + "Ġcarry": 3300, + "Ġsigned": 3301, + "Ġfamous": 3302, + "Ġlegal": 3303, + "Ġclassical": 3304, + "Ġrelease": 3305, + "Ġ1950": 3306, + "Ġcompleted": 3307, + "Ġcombined": 3308, + "Ġactivity": 3309, + "Ġbehav": 3310, + "Ġappointed": 3311, + "bed": 3312, + "bel": 3313, + "wer": 3314, + "itation": 3315, + "Ġpra": 3316, + "Ġly": 3317, + "add": 3318, + "ements": 3319, + "aches": 3320, + "ables": 3321, + "Ġcontain": 3322, + "Ġconserv": 3323, + "Ġdefense": 3324, + "Ġprior": 3325, + "Ġcollection": 3326, + "Ġprotect": 3327, + "Ġinfluenced": 3328, + "Ġheavy": 3329, + "Ġliterature": 3330, + "Ġreaction": 3331, + "Ġmaxim": 3332, + "ply": 3333, + "sm": 3334, + "wise": 3335, + "Ġult": 3336, + "Ġtor": 3337, + "Ġtheore": 3338, + "Ġpack": 3339, + "Ġmos": 3340, + "Ġreco": 3341, + "Ġalt": 3342, + "Ġalge": 3343, + "Ġsector": 3344, + "under": 3345, + "Ġspread": 3346, + "Ġemphas": 3347, + "Ġflu": 3348, + "Ġworked": 3349, + "Ġdemonst": 3350, + "Ġshows": 3351, + "Ġbuildings": 3352, + "Ġadditional": 3353, + "Ġfailed": 3354, + "ket": 3355, + "tw": 3356, + "uit": 3357, + "Ġari": 3358, + "eral": 3359, + "Ġsense": 3360, + "Ġfif": 3361, + "Ġmakes": 3362, + "Ġey": 3363, + "Ġgar": 3364, + "cell": 3365, + "Ġexhib": 3366, + "ibly": 3367, + "Ġformation": 3368, + "Ġlouis": 3369, + "Ġmatch": 3370, + "thodox": 3371, + "Ġperformance": 3372, + "Ġatlantic": 3373, + "Ġdutch": 3374, + "Ġfestival": 3375, + "Ġcelebr": 3376, + "Ġcandid": 3377, + "ging": 3378, + "iro": 3379, + "view": 3380, + "Ġple": 3381, + "Ġpow": 3382, + "Ġpath": 3383, + "Ġfres": 3384, + "Ġmom": 3385, + "omas": 3386, + "igen": 3387, + "ela": 3388, + "Ġrise": 3389, + "Ġnoted": 3390, + "Ġ2020": 3391, + "ressed": 3392, + "Ġremaining": 3393, + "Ġsucceed": 3394, + "Ġkeep": 3395, + "Ġiron": 3396, + "porary": 3397, + "Ġaccepted": 3398, + "Ġscientific": 3399, + "Ġjapanese": 3400, + "Ġtarget": 3401, + "Ġsaint": 3402, + "Ġlaunched": 3403, + "ga": 3404, + "Ġiv": 3405, + "Ġtable": 3406, + "Ġak": 3407, + "Ġoce": 3408, + "Ġhop": 3409, + "Ġga": 3410, + "Ġdeep": 3411, + "Ġdiss": 3412, + "Ġ2003": 3413, + "Ġprem": 3414, + "Ġattrib": 3415, + "Ġcarri": 3416, + "Ġamericans": 3417, + "Ġmemory": 3418, + "Ġextended": 3419, + "Ġlands": 3420, + "Ġpattern": 3421, + "Ġfinanc": 3422, + "Ġswit": 3423, + "Ġauthority": 3424, + "Ġoxygen": 3425, + "Ġconnect": 3426, + "Ġassembly": 3427, + "Ġcer": 3428, + "Ġcas": 3429, + "Ġbce": 3430, + "anian": 3431, + "Ġfix": 3432, + "orial": 3433, + "Ġlif": 3434, + "olved": 3435, + "Ġstren": 3436, + "Ġrh": 3437, + "aging": 3438, + "ody": 3439, + "Ġprison": 3440, + "Ġsubs": 3441, + "Ġbridge": 3442, + "Ġannual": 3443, + "Ġpassed": 3444, + "Ġlevels": 3445, + "Ġinitial": 3446, + "Ġdiscuss": 3447, + "Ġchanged": 3448, + "Ġhydrogen": 3449, + "Ġrapid": 3450, + "ken": 3451, + "Ġanarch": 3452, + "Ġmir": 3453, + "Ġhun": 3454, + "ush": 3455, + "olit": 3456, + "Ġorbit": 3457, + "estic": 3458, + "Ġarrang": 3459, + "Ġmarriage": 3460, + "Ġresulting": 3461, + "Ġfamil": 3462, + "Ġrecords": 3463, + "Ġconcer": 3464, + "Ġrepresented": 3465, + "Ġreligion": 3466, + "Ġitalian": 3467, + "Ġfriend": 3468, + "Ġblockqu": 3469, + "Ġibn": 3470, + "Ġdegree": 3471, + "Ġquestion": 3472, + "Ġathens": 3473, + "Ġpsych": 3474, + "Ġazerbaijan": 3475, + "Ġstreng": 3476, + "pro": 3477, + "tes": 3478, + "win": 3479, + "Ġtree": 3480, + "Ġbomb": 3481, + "alo": 3482, + "alus": 3483, + "Ġhosp": 3484, + "Ġlord": 3485, + "Ġforced": 3486, + "Ġstop": 3487, + "Ġchall": 3488, + "Ġarist": 3489, + "undred": 3490, + "Ġpoet": 3491, + "Ġdecided": 3492, + "Ġrussia": 3493, + "Ġitaly": 3494, + "Ġstreet": 3495, + "despite": 3496, + "Ġtexts": 3497, + "Ġbishop": 3498, + "Ġblockquote": 3499, + "19": 3500, + "hood": 3501, + "ien": 3502, + "mark": 3503, + "Ġaj": 3504, + "Ġhab": 3505, + "amine": 3506, + "thus": 3507, + "raction": 3508, + "Ġcover": 3509, + "uge": 3510, + "Ġneigh": 3511, + "Ġlear": 3512, + "Ġship": 3513, + "Ġsports": 3514, + "Ġscale": 3515, + "Ġprince": 3516, + "Ġ1999": 3517, + "Ġmont": 3518, + "Ġlocation": 3519, + "Ġmatter": 3520, + "Ġpossess": 3521, + "Ġbelief": 3522, + "Ġinitially": 3523, + "gn": 3524, + "Ġtim": 3525, + "ream": 3526, + "Ġcateg": 3527, + "Ġheart": 3528, + "umn": 3529, + "Ġcompar": 3530, + "Ġcomposed": 3531, + "rone": 3532, + "Ġdivided": 3533, + "Ġalexand": 3534, + "Ġturned": 3535, + "Ġpreviously": 3536, + "Ġexpansion": 3537, + "lit": 3538, + "mir": 3539, + "rd": 3540, + "tical": 3541, + "enes": 3542, + "Ġmess": 3543, + "amin": 3544, + "oln": 3545, + "idents": 3546, + "igation": 3547, + "tered": 3548, + "Ġorthodox": 3549, + "Ġjer": 3550, + "Ġarts": 3551, + "Ġcontem": 3552, + "key": 3553, + "Ġincor": 3554, + "Ġcounty": 3555, + "Ġoperation": 3556, + "Ġinternal": 3557, + "comp": 3558, + "Ġmaterials": 3559, + "Ġknowledge": 3560, + "Ġjackson": 3561, + "because": 3562, + "fin": 3563, + "ients": 3564, + "met": 3565, + "mission": 3566, + "ont": 3567, + "Ġcup": 3568, + "Ġful": 3569, + "Ġfair": 3570, + "asons": 3571, + "Ġhundred": 3572, + "Ġconne": 3573, + "Ġran": 3574, + "iance": 3575, + "Ġrot": 3576, + "Ġcarried": 3577, + "Ġprovince": 3578, + "Ġelectric": 3579, + "Ġindustrial": 3580, + "Ġneeded": 3581, + "Ġprimarily": 3582, + "Ġsuggested": 3583, + "Ġearliest": 3584, + "Ġrelationship": 3585, + "Ġ°": 3586, + "Ġbecoming": 3587, + "ls": 3588, + "Ġcru": 3589, + "Ġbn": 3590, + "Ġbacter": 3591, + "Ġdate": 3592, + "Ġreve": 3593, + "olf": 3594, + "osis": 3595, + "Ġsupre": 3596, + "Ġchron": 3597, + "astic": 3598, + "Ġclo": 3599, + "ellig": 3600, + "Ġcolumb": 3601, + "Ġartists": 3602, + "Ġslight": 3603, + "Ġfourth": 3604, + "Ġoperating": 3605, + "incoln": 3606, + "Ġordered": 3607, + "Ġexperience": 3608, + "Ġfaith": 3609, + "Ġpotential": 3610, + "Ġinstrument": 3611, + "Ġgeorge": 3612, + "Ġanthrop": 3613, + "Ġalgebra": 3614, + "10": 3615, + "light": 3616, + "pa": 3617, + "Ġfal": 3618, + "Ġham": 3619, + "Ġec": 3620, + "Ġconv": 3621, + "Ġvary": 3622, + "Ġring": 3623, + "ests": 3624, + "Ġsearch": 3625, + "Ġamaz": 3626, + "Ġcompos": 3627, + "Ġcontrast": 3628, + "Ġspeech": 3629, + "Ġdespite": 3630, + "board": 3631, + "Ġvalley": 3632, + "Ġconfeder": 3633, + "Ġbroadcast": 3634, + "Ġcompounds": 3635, + "osaurus": 3636, + "25": 3637, + "dam": 3638, + "iences": 3639, + "och": 3640, + "Ġtend": 3641, + "Ġott": 3642, + "Ġcra": 3643, + "icted": 3644, + "adian": 3645, + "Ġexamples": 3646, + "Ġscott": 3647, + "Ġweight": 3648, + "Ġ60": 3649, + "Ġbatt": 3650, + "Ġdepend": 3651, + "Ġcapacity": 3652, + "Ġresulted": 3653, + "Ġrefers": 3654, + "Ġcalcul": 3655, + "Ġsecurity": 3656, + "Ġproperty": 3657, + "Ġexistence": 3658, + "Ġvirgin": 3659, + "Ġtechniques": 3660, + "Ġquickly": 3661, + "bl": 3662, + "can": 3663, + "ext": 3664, + "za": 3665, + "Ġvel": 3666, + "Ġtaking": 3667, + "Ġwild": 3668, + "Ġpil": 3669, + "aling": 3670, + "also": 3671, + "Ġrepe": 3672, + "ils": 3673, + "Ġhero": 3674, + "Ġatari": 3675, + "Ġchap": 3676, + "Ġcontract": 3677, + "ube": 3678, + "Ġintended": 3679, + "Ġformal": 3680, + "Ġ2002": 3681, + "Ġbring": 3682, + "both": 3683, + "Ġprograms": 3684, + "Ġargued": 3685, + "Ġissue": 3686, + "Ġreduced": 3687, + "Ġurban": 3688, + "Ġfriends": 3689, + "Ġcommitte": 3690, + "Ġdefinition": 3691, + "Ġcitizens": 3692, + "Ġexchange": 3693, + "Ġocean": 3694, + "ault": 3695, + "cies": 3696, + "Ġion": 3697, + "Ġtun": 3698, + "Ġbed": 3699, + "Ġphen": 3700, + "icit": 3701, + "usal": 3702, + "Ġreject": 3703, + "olk": 3704, + "Ġstock": 3705, + "Ġdead": 3706, + "uda": 3707, + "Ġshare": 3708, + "Ġnotable": 3709, + "Ġreser": 3710, + "Ġ31": 3711, + "Ġapparent": 3712, + "Ġweak": 3713, + "Ġplaying": 3714, + "Ġbelg": 3715, + "uck": 3716, + "Ġsets": 3717, + "Ġsimple": 3718, + "Ġslow": 3719, + "Ġmountain": 3720, + "Ġindependence": 3721, + "Ġinstitute": 3722, + "Ġoffered": 3723, + "Ġimprove": 3724, + "Ġhenry": 3725, + "Ġolder": 3726, + "Ġethnic": 3727, + "oe": 3728, + "sch": 3729, + "yr": 3730, + "Ġcab": 3731, + "Ġwalk": 3732, + "Ġpap": 3733, + "Ġalf": 3734, + "tery": 3735, + "oper": 3736, + "Ġchinese": 3737, + "Ġcontaining": 3738, + "Ġimper": 3739, + "Ġscreen": 3740, + "ensus": 3741, + "Ġconsists": 3742, + "Ġ1998": 3743, + "Ġvalues": 3744, + "Ġcommunities": 3745, + "Ġcourse": 3746, + "Ġarchae": 3747, + "fficient": 3748, + "Ġanglican": 3749, + "cks": 3750, + "field": 3751, + "writ": 3752, + "Ġos": 3753, + "itic": 3754, + "Ġface": 3755, + "alt": 3756, + "Ġthink": 3757, + "iled": 3758, + "char": 3759, + "Ġvote": 3760, + "erson": 3761, + "Ġcoup": 3762, + "Ġshar": 3763, + "Ġshah": 3764, + "Ġships": 3765, + "elled": 3766, + "Ġquality": 3767, + "Ġinterp": 3768, + "Ġdecision": 3769, + "Ġuniverse": 3770, + "Ġdirection": 3771, + "Ġeffective": 3772, + "Ġplanned": 3773, + "Ġoldest": 3774, + "Ġstatus": 3775, + "Ġrules": 3776, + "Ġturk": 3777, + "Ġfavor": 3778, + "Ġislamic": 3779, + "unicip": 3780, + "ey": 3781, + "kh": 3782, + "part": 3783, + "sa": 3784, + "ville": 3785, + "usion": 3786, + "Ġnine": 3787, + "Ġreact": 3788, + "unct": 3789, + "vey": 3790, + "ching": 3791, + "Ġwashing": 3792, + "ume": 3793, + "Ġmob": 3794, + "Ġrang": 3795, + "Ġjames": 3796, + "Ġenc": 3797, + "Ġyet": 3798, + "Ġclos": 3799, + "Ġintellig": 3800, + "Ġrobert": 3801, + "ternal": 3802, + "Ġ1997": 3803, + "Ġsimply": 3804, + "Ġimpact": 3805, + "Ġentered": 3806, + "Ġallowing": 3807, + "Ġmagaz": 3808, + "Ġclaims": 3809, + "Ġobserv": 3810, + "Ġnavy": 3811, + "Ġmagnitude": 3812, + "Ġhonor": 3813, + "Ġmedicine": 3814, + "car": 3815, + "ris": 3816, + "Ġtal": 3817, + "Ġtas": 3818, + "Ġaar": 3819, + "arc": 3820, + "Ġreign": 3821, + "iga": 3822, + "Ġconclud": 3823, + "Ġarc": 3824, + "Ġsho": 3825, + "Ġspent": 3826, + "Ġrain": 3827, + "inton": 3828, + "Ġprovides": 3829, + "Ġcorpor": 3830, + "Ġimportance": 3831, + "Ġwinter": 3832, + "Ġsoldiers": 3833, + "Ġacademy": 3834, + "Ġfinancial": 3835, + "ael": 3836, + "ba": 3837, + "dr": 3838, + "hold": 3839, + "Ġwing": 3840, + "enth": 3841, + "Ġbeg": 3842, + "Ġcomment": 3843, + "Ġ29": 3844, + "Ġchain": 3845, + "Ġleaving": 3846, + "Ġcontact": 3847, + "Ġscul": 3848, + "Ġdefend": 3849, + "Ġ80": 3850, + "Ġpaper": 3851, + "Ġglass": 3852, + "Ġgiving": 3853, + "Ġanimal": 3854, + "Ġdeclared": 3855, + "Ġalpha": 3856, + "Ġcrown": 3857, + "Ġnormal": 3858, + "Ġrespectively": 3859, + "Ġquarter": 3860, + "Ġsettlement": 3861, + "Ġafghanistan": 3862, + "stein": 3863, + "further": 3864, + "ground": 3865, + "ias": 3866, + "rich": 3867, + "sk": 3868, + "Ġaz": 3869, + "eda": 3870, + "Ġpac": 3871, + "Ġinj": 3872, + "Ġded": 3873, + "Ġhours": 3874, + "Ġbey": 3875, + "Ġsection": 3876, + "sever": 3877, + "cons": 3878, + "Ġassy": 3879, + "Ġaddress": 3880, + "Ġcorre": 3881, + "Ġowned": 3882, + "Ġequal": 3883, + "Ġastronaut": 3884, + "Ġdefeated": 3885, + "Ġencour": 3886, + "Ġfully": 3887, + "Ġinterpret": 3888, + "Ġah": 3889, + "ona": 3890, + "onia": 3891, + "Ġbang": 3892, + "Ġbinary": 3893, + "Ġmich": 3894, + "Ġharm": 3895, + "Ġrat": 3896, + "ested": 3897, + "Ġammon": 3898, + "Ġ1996": 3899, + "Ġpolice": 3900, + "Ġarticle": 3901, + "Ġdistingu": 3902, + "Ġended": 3903, + "Ġhumans": 3904, + "Ġequival": 3905, + "Ġapproach": 3906, + "Ġdirector": 3907, + "Ġwinning": 3908, + "Ġanalog": 3909, + "Ġmyth": 3910, + "Ġideas": 3911, + "Ġobjects": 3912, + "Ġdomestic": 3913, + "Ġprominent": 3914, + "mod": 3915, + "orph": 3916, + "Ġvoc": 3917, + "Ġuns": 3918, + "Ġarsen": 3919, + "clu": 3920, + "ensity": 3921, + "Ġapost": 3922, + "Ġelections": 3923, + "Ġweap": 3924, + "Ġincome": 3925, + "Ġinfant": 3926, + "Ġmusical": 3927, + "Ġcontrovers": 3928, + "Ġtemple": 3929, + "Ġappearance": 3930, + "Ġastronom": 3931, + "Ġsquare": 3932, + "Ġqueen": 3933, + "Ġremoved": 3934, + "Ġhospital": 3935, + "Ġsculpt": 3936, + "several": 3937, + "30": 3938, + "log": 3939, + "non": 3940, + "ooth": 3941, + "rate": 3942, + "wide": 3943, + "Ġ!": 3944, + "Ġ?": 3945, + "Ġire": 3946, + "Ġaclu": 3947, + "Ġanch": 3948, + "oration": 3949, + "Ġmunicip": 3950, + "Ġdro": 3951, + "Ġdip": 3952, + "iders": 3953, + "Ġstone": 3954, + "Ġark": 3955, + "ructed": 3956, + "Ġ32": 3957, + "Ġeffic": 3958, + "ussels": 3959, + "Ġfranc": 3960, + "Ġaffair": 3961, + "Ġmotor": 3962, + "Ġmountains": 3963, + "Ġsexual": 3964, + "Ġfemale": 3965, + "Ġresistance": 3966, + "Ġresources": 3967, + "21": 3968, + "later": 3969, + "ship": 3970, + "Ġaqu": 3971, + "Ġcart": 3972, + "lection": 3973, + "oles": 3974, + "Ġhere": 3975, + "ugg": 3976, + "Ġadvert": 3977, + "Ġbell": 3978, + "Ġbelong": 3979, + "Ġarmed": 3980, + "Ġdecades": 3981, + "Ġcollect": 3982, + "Ġallows": 3983, + "Ġbelieve": 3984, + "Ġ1920": 3985, + "Ġsongs": 3986, + "adesh": 3987, + "Ġcurrently": 3988, + "Ġimmig": 3989, + "Ġmentioned": 3990, + "Ġdisease": 3991, + "Ġcustom": 3992, + "Ġpowers": 3993, + "Ġmoment": 3994, + "rine": 3995, + "Ġic": 3996, + "Ġaw": 3997, + "Ġaer": 3998, + "ita": 3999, + "Ġpict": 4000, + "Ġfat": 4001, + "Ġlu": 4002, + "Ġthous": 4003, + "Ġthomas": 4004, + "imal": 4005, + "Ġcham": 4006, + "akh": 4007, + "Ġadult": 4008, + "Ġscot": 4009, + "Ġprefer": 4010, + "Ġairlines": 4011, + "Ġpossibly": 4012, + "Ġruns": 4013, + "Ġanaly": 4014, + "Ġcondition": 4015, + "Ġindividuals": 4016, + "Ġtrees": 4017, + "Ġfigure": 4018, + "Ġarmenia": 4019, + "Ġobserved": 4020, + "Ġapplications": 4021, + "Ġresponsible": 4022, + "ike": 4023, + "va": 4024, + "Ġtv": 4025, + "inus": 4026, + "Ġwit": 4027, + "Ġwoman": 4028, + "Ġmind": 4029, + "Ġmaster": 4030, + "Ġtold": 4031, + "Ġvow": 4032, + "andon": 4033, + "Ġabort": 4034, + "Ġspain": 4035, + "Ġ180": 4036, + "Ġ185": 4037, + "Ġcauses": 4038, + "Ġantis": 4039, + "Ġpositive": 4040, + "new": 4041, + "ception": 4042, + "Ġreference": 4043, + "Ġcombination": 4044, + "Ġsteel": 4045, + "Ġpresented": 4046, + "Ġattacks": 4047, + "rief": 4048, + "Ġimmediately": 4049, + "iot": 4050, + "nd": 4051, + "Ġwil": 4052, + "Ġfit": 4053, + "Ġindu": 4054, + "Ġnit": 4055, + "ida": 4056, + "Ġmov": 4057, + "Ġseat": 4058, + "Ġchann": 4059, + "odes": 4060, + "outh": 4061, + "Ġ1992": 4062, + "Ġ1994": 4063, + "Ġfoundation": 4064, + "Ġaustin": 4065, + "Ġplanet": 4066, + "ographic": 4067, + "Ġ1930": 4068, + "Äģn": 4069, + "Ġprinciple": 4070, + "Ġprotection": 4071, + "Ġagreement": 4072, + "Ġachieve": 4073, + "two": 4074, + "Ġcommittee": 4075, + "Ġwashington": 4076, + "ds": 4077, + "mat": 4078, + "head": 4079, + "Ġcrow": 4080, + "Ġfel": 4081, + "Ġmut": 4082, + "Ġgained": 4083, + "ately": 4084, + "Ġplaces": 4085, + "Ġabd": 4086, + "Ġabst": 4087, + "Ġclosed": 4088, + "dule": 4089, + "izations": 4090, + "Ġnewsp": 4091, + "Ġacts": 4092, + "Ġcontinue": 4093, + "Ġinside": 4094, + "Ġbarb": 4095, + "Ġsolar": 4096, + "Ġrunning": 4097, + "Ġcritical": 4098, + "sterdam": 4099, + "Ġadministration": 4100, + "Ġadministrative": 4101, + "Ġlibrary": 4102, + "Ġbenef": 4103, + "Ġincorpor": 4104, + "Ġbeyond": 4105, + "aly": 4106, + "alle": 4107, + "Ġrein": 4108, + "lym": 4109, + "Ġthings": 4110, + "ols": 4111, + "Ġalone": 4112, + "iforn": 4113, + "Ġjes": 4114, + "antage": 4115, + "ortun": 4116, + "Ġnotes": 4117, + "Ġimpl": 4118, + "Ġmah": 4119, + "Ġmodels": 4120, + "Ġswed": 4121, + "Ġreplace": 4122, + "Ġcycl": 4123, + "Ġfrag": 4124, + "Ġchoice": 4125, + "Ġcolumbia": 4126, + "ja": 4127, + "ny": 4128, + "wana": 4129, + "Ġans": 4130, + "Ġmale": 4131, + "Ġdur": 4132, + "Ġstad": 4133, + "Ġalle": 4134, + "eles": 4135, + "iform": 4136, + "Ġexact": 4137, + "Ġexpected": 4138, + "Ġcod": 4139, + "Ġenem": 4140, + "Ġabandon": 4141, + "Ġrough": 4142, + "Ġimage": 4143, + "Ġapplied": 4144, + "Ġattention": 4145, + "Ġ500": 4146, + "Ġ1995": 4147, + "Ġwhereas": 4148, + "Ġfollows": 4149, + "Ġsignal": 4150, + "Ġefforts": 4151, + "Ġreceive": 4152, + "Ġoccurs": 4153, + "Ġoccurred": 4154, + "Ġhelped": 4155, + "Ġinstitutions": 4156, + "Ġtribes": 4157, + "Ġarchitecture": 4158, + "Ġnuclear": 4159, + "Ġsubsequent": 4160, + "Ġbosnia": 4161, + "Ġmurder": 4162, + "Ġvehicle": 4163, + "Ġnecessary": 4164, + "Ġsupreme": 4165, + "Ġbattles": 4166, + "80": 4167, + "band": 4168, + "iary": 4169, + "rations": 4170, + "ua": 4171, + "Ġsav": 4172, + "Ġways": 4173, + "itable": 4174, + "Ġpron": 4175, + "icated": 4176, + "asa": 4177, + "Ġhunt": 4178, + "Ġruth": 4179, + "Ġjur": 4180, + "Ġneut": 4181, + "ansas": 4182, + "Ġsplit": 4183, + "Ġrac": 4184, + "Ġdoct": 4185, + "Ġplays": 4186, + "Ġstudent": 4187, + "Ġdifference": 4188, + "Ġdirected": 4189, + "Ġbodies": 4190, + "Ġcomputers": 4191, + "Ġadvanced": 4192, + "Ġqa": 4193, + "Ġnegative": 4194, + "Ġfighting": 4195, + "Ġbirds": 4196, + "Ġspoken": 4197, + "Ġtheatre": 4198, + "15": 4199, + "aq": 4200, + "cop": 4201, + "dp": 4202, + "Ġtan": 4203, + "Ġtakes": 4204, + "Ġaes": 4205, + "Ġcel": 4206, + "Ġbrief": 4207, + "Ġanat": 4208, + "Ġpure": 4209, + "arus": 4210, + "aska": 4211, + "Ġhin": 4212, + "lywood": 4213, + "Ġaspect": 4214, + "Ġmoving": 4215, + "agn": 4216, + "Ġjose": 4217, + "iph": 4218, + "Ġspring": 4219, + "ĠâĪ": 4220, + "aph": 4221, + "Ġoverall": 4222, + "Ġrivers": 4223, + "Ġlanding": 4224, + "Ġpowerful": 4225, + "Ġhypo": 4226, + "Ġgrowing": 4227, + "Ġprojects": 4228, + "Ġcolonies": 4229, + "ompan": 4230, + "Ġpurpose": 4231, + "Ġdemocratic": 4232, + "Ġjournal": 4233, + "Ġslightly": 4234, + "dra": 4235, + "gs": 4236, + "hus": 4237, + "oured": 4238, + "sim": 4239, + "era": 4240, + "eds": 4241, + "ani": 4242, + "anes": 4243, + "Ġinhab": 4244, + "Ġandalus": 4245, + "Ġdance": 4246, + "Ġlin": 4247, + "Ġstories": 4248, + "Ġstaff": 4249, + "Ġalm": 4250, + "Ġcomes": 4251, + "Ġpartners": 4252, + "Ġpoem": 4253, + "Ġrace": 4254, + "Ġsomething": 4255, + "Ġbrand": 4256, + "Ġbrussels": 4257, + "Ġspecif": 4258, + "Ġcharge": 4259, + "Ġaccompan": 4260, + "Ġextra": 4261, + "Ġsla": 4262, + "Ġ177": 4263, + "Ġgreatest": 4264, + "Ġgeomet": 4265, + "Ġhands": 4266, + "Ġpurch": 4267, + "Ġautom": 4268, + "Ġidentified": 4269, + "Ġfigures": 4270, + "Ġbahá": 4271, + "Ġalexandria": 4272, + "Ġireland": 4273, + "Ġantisem": 4274, + "cock": 4275, + "din": 4276, + "rical": 4277, + "è": 4278, + "Ġaid": 4279, + "oral": 4280, + "uscript": 4281, + "Ġgram": 4282, + "amb": 4283, + "Ġatm": 4284, + "Ġchair": 4285, + "alled": 4286, + "Ġplate": 4287, + "Ġacids": 4288, + "Ġmeant": 4289, + "Ġmexic": 4290, + "Ġspeaking": 4291, + "Ġ36": 4292, + "Ġpreser": 4293, + "Ġrecomm": 4294, + "Ġactually": 4295, + "Ġ1993": 4296, + "Ġsuccession": 4297, + "Ġequip": 4298, + "Ġfinally": 4299, + "Ġconcern": 4300, + "Ġcaliforn": 4301, + "Ġauthors": 4302, + "Ġdevices": 4303, + "Ġstructures": 4304, + "Ġcompletely": 4305, + "Ġagreed": 4306, + "Ġsaying": 4307, + "Ġatomic": 4308, + "Ġdepartment": 4309, + "Ġfreedom": 4310, + "elaide": 4311, + "Ġsucceeded": 4312, + "Ġmagazine": 4313, + "12": 4314, + "zant": 4315, + "Ä«": 4316, + "ini": 4317, + "Ġsir": 4318, + "Ġsand": 4319, + "Ġfill": 4320, + "Ġhi": 4321, + "Ġlincoln": 4322, + "Ġnomin": 4323, + "Ġasked": 4324, + "Ġcompr": 4325, + "Ġadj": 4326, + "Ġsport": 4327, + "izes": 4328, + "Ġcommander": 4329, + "oka": 4330, + "Ġ35": 4331, + "Ġtrack": 4332, + "Ġbuzz": 4333, + "Ġpositions": 4334, + "Ġwriter": 4335, + "Ġconfir": 4336, + "Ġprogress": 4337, + "Ġbrain": 4338, + "Ġmarked": 4339, + "Ġframe": 4340, + "Ġdrink": 4341, + "Ġversions": 4342, + "Ġdaily": 4343, + "Ġdiscovery": 4344, + "Ġaxi": 4345, + "Ġalphab": 4346, + "Ġetc": 4347, + "Ġdistribution": 4348, + "Ġconflict": 4349, + "Ġimperial": 4350, + "Ġsays": 4351, + "Ġwa": 4352, + "Ġwanted": 4353, + "ora": 4354, + "iced": 4355, + "Ġlad": 4356, + "iling": 4357, + "iment": 4358, + "Ġatoms": 4359, + "Ġnotably": 4360, + "Ġroom": 4361, + "Ġraised": 4362, + "Ġpope": 4363, + "Ġgeneration": 4364, + "Ġpersian": 4365, + "uese": 4366, + "Ġpaid": 4367, + "Ġsax": 4368, + "alex": 4369, + "Ġreflect": 4370, + "Ġpatri": 4371, + "what": 4372, + "Ġjustice": 4373, + "Ġdevice": 4374, + "Ġviews": 4375, + "Ġlabour": 4376, + "Ġoxid": 4377, + "amaic": 4378, + "Ġvirt": 4379, + "Ġexpressed": 4380, + "Ġcaptured": 4381, + "Ġguns": 4382, + "Ġenvironmental": 4383, + "Ġsubsequently": 4384, + "Ġbranch": 4385, + "Ġdetermined": 4386, + "67": 4387, + "haps": 4388, + "yah": 4389, + "ä": 4390, + "Ġtank": 4391, + "inet": 4392, + "inity": 4393, + "Ġsites": 4394, + "onn": 4395, + "Ġba": 4396, + "Ġwear": 4397, + "encies": 4398, + "Ġfast": 4399, + "Ġfuel": 4400, + "alf": 4401, + "Ġgi": 4402, + "Ġgall": 4403, + "among": 4404, + "Ġrand": 4405, + "Ġhaw": 4406, + "mann": 4407, + "Ġblues": 4408, + "Ġoutput": 4409, + "Ġwealth": 4410, + "Ġtransform": 4411, + "Ġwrite": 4412, + "Ġwritings": 4413, + "Ġcreation": 4414, + "Ġbatman": 4415, + "Ġenter": 4416, + "Ġmetals": 4417, + "Ġshell": 4418, + "Ġhouses": 4419, + "Ġshowed": 4420, + "Ġcombat": 4421, + "Ġsignificantly": 4422, + "Ġreduce": 4423, + "Ġconnected": 4424, + "Ġholy": 4425, + "Ġfrequency": 4426, + "Ġdigital": 4427, + "known": 4428, + "Ġportuguese": 4429, + "Ġfamilies": 4430, + "tion": 4431, + "inations": 4432, + "Ġcub": 4433, + "ancy": 4434, + "Ġmc": 4435, + "Ġmit": 4436, + "Ġgard": 4437, + "Ġhell": 4438, + "Ġproved": 4439, + "pping": 4440, + "illery": 4441, + "Ġamsterdam": 4442, + "Ġshap": 4443, + "Ġmanuscript": 4444, + "Ġserve": 4445, + "Ġassass": 4446, + "Ġinterview": 4447, + "Ġuseful": 4448, + "Ġartist": 4449, + "Ġofficially": 4450, + "Ġskill": 4451, + "Ġruled": 4452, + "Ġdrive": 4453, + "Ġrailway": 4454, + "Ġachieved": 4455, + "john": 4456, + "Ġmanagement": 4457, + "Ġalberta": 4458, + "Ġvillage": 4459, + "Ġcontemporary": 4460, + "Ġqaeda": 4461, + "Ġcalifornia": 4462, + "ares": 4463, + "ladesh": 4464, + "my": 4465, + "no": 4466, + "pired": 4467, + "inu": 4468, + "Ġwave": 4469, + "Ġpun": 4470, + "Ġpoll": 4471, + "Ġfolk": 4472, + "Ġmad": 4473, + "olute": 4474, + "iring": 4475, + "Ġrub": 4476, + "ighter": 4477, + "aker": 4478, + "claim": 4479, + "Ġshared": 4480, + "Ġclim": 4481, + "Ġboston": 4482, + "Ġcave": 4483, + "Ġpeter": 4484, + "Ġpeak": 4485, + "Ġdepending": 4486, + "Ġunique": 4487, + "Ġrefused": 4488, + "Ġdescribe": 4489, + "garian": 4490, + "Ġlimit": 4491, + "Ġdetect": 4492, + "Ġissued": 4493, + "Ġpalace": 4494, + "Ġsubstant": 4495, + "Ġvoice": 4496, + "Ġfeatured": 4497, + "Ġoccupied": 4498, + "Ġsituation": 4499, + "Ġfleet": 4500, + "Ġcontrolled": 4501, + "Ġdestroyed": 4502, + "Ġchallen": 4503, + "Ġottoman": 4504, + "Ġequivalent": 4505, + "14": 4506, + "brew": 4507, + "each": 4508, + "fect": 4509, + "ivers": 4510, + "lom": 4511, + "mas": 4512, + "rison": 4513, + "hel": 4514, + "Ġcos": 4515, + "Ġwid": 4516, + "Ġmerc": 4517, + "Ġtoward": 4518, + "Ġeg": 4519, + "Ġnic": 4520, + "Ġreven": 4521, + "Ġgal": 4522, + "Ġgir": 4523, + "Ġgives": 4524, + "Ġalab": 4525, + "Ġones": 4526, + "agon": 4527, + "Ġexc": 4528, + "Ġarbit": 4529, + "Ġplus": 4530, + "Ġamiga": 4531, + "Ġcontext": 4532, + "Ġintel": 4533, + "Ġroute": 4534, + "Ġtwent": 4535, + "Ġ33": 4536, + "Ġliqu": 4537, + "Ġsmith": 4538, + "Ġmediter": 4539, + "Ġaccur": 4540, + "book": 4541, + "Ġsolution": 4542, + "Ġopposed": 4543, + "Ġopposition": 4544, + "Ġfactors": 4545, + "Ġdiscip": 4546, + "Ġsuggests": 4547, + "ipped": 4548, + "Ġvictor": 4549, + "Ġclosely": 4550, + "Ġregarded": 4551, + "Ġfocus": 4552, + "Ġrichard": 4553, + "Ġarmenian": 4554, + "Ġunderstanding": 4555, + "Ġintegr": 4556, + "Ġvehicles": 4557, + "Ġconvention": 4558, + "Ġplatform": 4559, + "ranean": 4560, + "Ġatmosp": 4561, + "cher": 4562, + "ev": 4563, + "ees": 4564, + "ection": 4565, + "gon": 4566, + "ns": 4567, + "Ġtried": 4568, + "Ġactions": 4569, + "Ġod": 4570, + "Ġbbc": 4571, + "enic": 4572, + "ening": 4573, + "Ġalaska": 4574, + "rain": 4575, + "Ġheat": 4576, + "Ġmouth": 4577, + "ouse": 4578, + "Ġsought": 4579, + "force": 4580, + "Ġserious": 4581, + "Ġprin": 4582, + "awa": 4583, + "Ġparalle": 4584, + "Ġstudied": 4585, + "Ġ1986": 4586, + "before": 4587, + "Ġhistorian": 4588, + "Ġopening": 4589, + "Ġspacecraft": 4590, + "Ġsoutheast": 4591, + "Ġancest": 4592, + "Ġemployed": 4593, + "Ġmuslims": 4594, + "Ġdialects": 4595, + "Ġconverted": 4596, + "Ġagriculture": 4597, + "Ġsequence": 4598, + "Ġobtained": 4599, + "Ġfixed": 4600, + "Ġequipment": 4601, + "Ġmediterranean": 4602, + "Ġtell": 4603, + "inated": 4604, + "Ġsab": 4605, + "Ġswe": 4606, + "Ġsons": 4607, + "rec": 4608, + "itz": 4609, + "Ġmand": 4610, + "Ġlake": 4611, + "Ġlives": 4612, + "Ġlingu": 4613, + "Ġbeat": 4614, + "ams": 4615, + "Ġisol": 4616, + "Ġconvers": 4617, + "Ġbyzant": 4618, + "ache": 4619, + "Ġcovered": 4620, + "Ġcontained": 4621, + "Ġgoal": 4622, + "Ġphase": 4623, + "Ġflat": 4624, + "Ġgenerated": 4625, + "Ġsupply": 4626, + "Ġloyal": 4627, + "Ġsecondary": 4628, + "Ġ1969": 4629, + "Ġdescript": 4630, + "Ġstring": 4631, + "Ġrevol": 4632, + "Ġstandards": 4633, + "Ġavoid": 4634, + "Ġgreece": 4635, + "Ġadvantage": 4636, + "Ġskin": 4637, + "Ġvisited": 4638, + "Ġcopper": 4639, + "Ġsilver": 4640, + "Ġorders": 4641, + "Ġbulgaria": 4642, + "Ġshape": 4643, + "Ġinfantry": 4644, + "24": 4645, + "ped": 4646, + "rid": 4647, + "rants": 4648, + "uate": 4649, + "yan": 4650, + "Ġbib": 4651, + "Ġbass": 4652, + "Ġfear": 4653, + "Ġdry": 4654, + "rod": 4655, + "Ġlic": 4656, + "Ġreach": 4657, + "Ġthrone": 4658, + "amm": 4659, + "Ġalumin": 4660, + "otle": 4661, + "ett": 4662, + "osh": 4663, + "Ġseem": 4664, + "Ġaramaic": 4665, + "ieval": 4666, + "Ġcontent": 4667, + "Ġroll": 4668, + "Ġapart": 4669, + "Ġ38": 4670, + "Ġprep": 4671, + "Ġassault": 4672, + "Ġrecently": 4673, + "Ġqual": 4674, + "Ġdefence": 4675, + "Ġ1991": 4676, + "Ġbuff": 4677, + "Ġminutes": 4678, + "Ġslaves": 4679, + "Ġ178": 4680, + "deen": 4681, + "Ġ1940": 4682, + "Ġopportun": 4683, + "Ġvisit": 4684, + "Ġfields": 4685, + "cules": 4686, + "Ġabsolute": 4687, + "Ġtexas": 4688, + "Ġawarded": 4689, + "igenous": 4690, + "Ġstrength": 4691, + "Ġjesus": 4692, + "Ġjoseph": 4693, + "16": 4694, + "aper": 4695, + "nam": 4696, + "vi": 4697, + "well": 4698, + "Ġale": 4699, + "Ġsin": 4700, + "Ġsides": 4701, + "Ġbible": 4702, + "orter": 4703, + "Ġgot": 4704, + "ctic": 4705, + "ado": 4706, + "Ġstable": 4707, + "Ġrates": 4708, + "Ġkar": 4709, + "abul": 4710, + "Ġcooper": 4711, + "Ġuser": 4712, + "Ġyield": 4713, + "ograp": 4714, + "Ġages": 4715, + "Ġperman": 4716, + "Ġnews": 4717, + "Ġnewly": 4718, + "Ġcaes": 4719, + "Ġinstance": 4720, + "Ġparents": 4721, + "aeus": 4722, + "Ġgreatly": 4723, + "Ġelse": 4724, + "Ġvolume": 4725, + "Ġmissile": 4726, + "histor": 4727, + "Ġpaint": 4728, + "Ġegyptian": 4729, + "Ġincreasingly": 4730, + "Ġspiritual": 4731, + "Ġcerem": 4732, + "Ġphenomen": 4733, + "Ġastronauts": 4734, + "eed": 4735, + "life": 4736, + "oh": 4737, + "rum": 4738, + "vo": 4739, + "Ġathe": 4740, + "Ġsister": 4741, + "onian": 4742, + "isf": 4743, + "Ġpy": 4744, + "Ġdog": 4745, + "Ġhung": 4746, + "Ġalleg": 4747, + "Ġken": 4748, + "Ġuniform": 4749, + "Ġamp": 4750, + "Ġnote": 4751, + "Ġfought": 4752, + "Ġteaching": 4753, + "orders": 4754, + "Ġ90": 4755, + "Ġcourts": 4756, + "Ġgrew": 4757, + "Ġlinear": 4758, + "Ġaffected": 4759, + "Ġstarting": 4760, + "Ġhardware": 4761, + "Ġentirely": 4762, + "Ġexperiment": 4763, + "Ġacquired": 4764, + "works": 4765, + "Ġchampionship": 4766, + "Ġcomponents": 4767, + "Ġbehavior": 4768, + "usalem": 4769, + "Ġslavery": 4770, + "18": 4771, + "bury": 4772, + "ture": 4773, + "âĢ": 4774, + "Ġign": 4775, + "inate": 4776, + "Ġmary": 4777, + "Ġhus": 4778, + "theless": 4779, + "Ġstay": 4780, + "osen": 4781, + "Ġund": 4782, + "Ġcoal": 4783, + "Ġnether": 4784, + "Ġboy": 4785, + "Ġ39": 4786, + "Ġarms": 4787, + "Ġgranted": 4788, + "Ġstrugg": 4789, + "Ġoccasion": 4790, + "Ġastero": 4791, + "Ġpropos": 4792, + "Ġdescribes": 4793, + "Ġbaltic": 4794, + "Ġjohnson": 4795, + "otswana": 4796, + "Ġexisting": 4797, + "Ġepis": 4798, + "Ġattempts": 4799, + "Ġholding": 4800, + "Ġcheck": 4801, + "cription": 4802, + "Ġgolden": 4803, + "Ġviolence": 4804, + "Ġinstruments": 4805, + "Ġarrived": 4806, + "Ġfranklin": 4807, + "Ġagricultural": 4808, + "Ġnarrow": 4809, + "Ġduke": 4810, + "Ġcarrier": 4811, + "Ġstadium": 4812, + "di": 4813, + "ding": 4814, + "α": 4815, + "Ġid": 4816, + "Ġcensus": 4817, + "Ġbind": 4818, + "eding": 4819, + "anth": 4820, + "itism": 4821, + "Ġped": 4822, + "organ": 4823, + "Ġmes": 4824, + "Ġdiet": 4825, + "Ġlm": 4826, + "Ġgh": 4827, + "Ġheight": 4828, + "Ġunc": 4829, + "Ġexerc": 4830, + "Ġexclus": 4831, + "Ġcool": 4832, + "Ġcold": 4833, + "Ġfeel": 4834, + "lium": 4835, + "Ġmonarch": 4836, + "Ġministry": 4837, + "Ġproviding": 4838, + "Ġvariable": 4839, + "Ġzero": 4840, + "Ġdifferences": 4841, + "Ġvalid": 4842, + "Ġsupporting": 4843, + "onym": 4844, + "Ġadvance": 4845, + "Ġoppon": 4846, + "Ġmotion": 4847, + "Ġelectronic": 4848, + "Ġdominated": 4849, + "Ġashoka": 4850, + "Ġintelligence": 4851, + "Ġfelt": 4852, + "11": 4853, + "70": 4854, + "gu": 4855, + "ker": 4856, + "kes": 4857, + "ras": 4858, + "Ġsust": 4859, + "Ġcav": 4860, + "Ġbone": 4861, + "eness": 4862, + "anas": 4863, + "Ġmort": 4864, + "Ġdensity": 4865, + "Ġna": 4866, + "through": 4867, + "Ġorb": 4868, + "Ġru": 4869, + "Ġselected": 4870, + "Ġkings": 4871, + "Ġunknown": 4872, + "Ġabbe": 4873, + "Ġcanadian": 4874, + "Ġteac": 4875, + "Ġnothing": 4876, + "Ġ300": 4877, + "Ġevolution": 4878, + "Ġrecording": 4879, + "Ġwars": 4880, + "Ġactual": 4881, + "Ġjoint": 4882, + "Ġexped": 4883, + "Ġwriters": 4884, + "Ġsimpl": 4885, + "Ġmedium": 4886, + "Ġ70": 4887, + "Ġ1977": 4888, + "Ġ1966": 4889, + "Ġ1968": 4890, + "Ġastro": 4891, + "Ġtypical": 4892, + "hammad": 4893, + "Ġelectrons": 4894, + "Ġphilosop": 4895, + "Ġfrequently": 4896, + "Ġmathematical": 4897, + "Ġsuffered": 4898, + "Ġsurrounding": 4899, + "Ġcryst": 4900, + "Ġfifth": 4901, + "Ġhungarian": 4902, + "Ġjerusalem": 4903, + "Ġbnp": 4904, + "Ġspecifically": 4905, + "gom": 4906, + "hman": 4907, + "lav": 4908, + "water": 4909, + "Ġawards": 4910, + "inst": 4911, + "Ġsle": 4912, + "Ġcin": 4913, + "Ġdna": 4914, + "ili": 4915, + "otion": 4916, + "Ġproced": 4917, + "Ġcoming": 4918, + "Ġmodule": 4919, + "Ġchosen": 4920, + "iana": 4921, + "illes": 4922, + "Ġleave": 4923, + "Ġadvent": 4924, + "Ġclinton": 4925, + "ella": 4926, + "Ġago": 4927, + "Ġindigenous": 4928, + "Ġcausing": 4929, + "Ġcolony": 4930, + "Ġinterior": 4931, + "Ġbrig": 4932, + "Ġaccord": 4933, + "Ġ1984": 4934, + "Ġ1989": 4935, + "Ġappeal": 4936, + "ropri": 4937, + "Ġplane": 4938, + "Ġpolitics": 4939, + "Ġtraditionally": 4940, + "Ġrespond": 4941, + "Ġseparated": 4942, + "Ġimproved": 4943, + "Ġbecomes": 4944, + "Ġtaught": 4945, + "Ġconducted": 4946, + "Ġprice": 4947, + "uncture": 4948, + "Ġnetherlands": 4949, + "ez": 4950, + "miss": 4951, + "muda": 4952, + "right": 4953, + "set": 4954, + "tr": 4955, + "uer": 4956, + "Ġther": 4957, + "Ġsed": 4958, + "Ġsant": 4959, + "enna": 4960, + "ano": 4961, + "isters": 4962, + "Ġlies": 4963, + "Ġnick": 4964, + "Ġconsec": 4965, + "Ġproport": 4966, + "Ġsufficient": 4967, + "ifying": 4968, + "Ġunlike": 4969, + "Ġexport": 4970, + "due": 4971, + "Ġforming": 4972, + "Ġperhaps": 4973, + "rence": 4974, + "rick": 4975, + "Ġprint": 4976, + "Ġworkers": 4977, + "Ġartillery": 4978, + "Ġconstructed": 4979, + "Ġextensive": 4980, + "Ġfinished": 4981, + "Ġirish": 4982, + "Ġcampus": 4983, + "Ġtowns": 4984, + "Ġnaval": 4985, + "Ġlisted": 4986, + "Ġinvestig": 4987, + "Ġwalls": 4988, + "Ġtransportation": 4989, + "Ġbaptism": 4990, + "Ġbishops": 4991, + "Ġconcluded": 4992, + "Ġalphabet": 4993, + "bb": 4994, + "ew": 4995, + "joy": 4996, + "lies": 4997, + "rim": 4998, + "uet": 4999, + "zy": 5000, + "Ġice": 5001, + "Ġtail": 5002, + "Ġfru": 5003, + "Ġinhib": 5004, + "rose": 5005, + "thetic": 5006, + "ila": 5007, + "ulate": 5008, + "Ġconference": 5009, + "Ġhebrew": 5010, + "Ġchic": 5011, + "soon": 5012, + "Ġadelaide": 5013, + "asty": 5014, + "Ġotherwise": 5015, + "Ġantim": 5016, + "Ġsetting": 5017, + "Ġ64": 5018, + "Ġ75": 5019, + "Ġ150": 5020, + "Ġconsiderable": 5021, + "Ġguit": 5022, + "Ġchristians": 5023, + "Ġtechnical": 5024, + "Ġprogramming": 5025, + "Ġcrus": 5026, + "Ġrepresentation": 5027, + "Ġprincipal": 5028, + "Ġengineering": 5029, + "Ġrecognized": 5030, + "cape": 5031, + "Ġmanager": 5032, + "Ġmeeting": 5033, + "Ġbronx": 5034, + "Ġprotestant": 5035, + "Ġmolec": 5036, + "Ġaffairs": 5037, + "Ġscotland": 5038, + "gers": 5039, + "las": 5040, + "nat": 5041, + "vens": 5042, + "yp": 5043, + "ʼ": 5044, + "rees": 5045, + "Ġburg": 5046, + "Ġanx": 5047, + "Ġanne": 5048, + "Ġdin": 5049, + "Ġdie": 5050, + "Ġdoll": 5051, + "Ġhind": 5052, + "ilit": 5053, + "utation": 5054, + "Ġstress": 5055, + "Ġali": 5056, + "Ġdeploy": 5057, + "Ġmode": 5058, + "Ġsevent": 5059, + "quar": 5060, + "Ġspaces": 5061, + "Ġacting": 5062, + "issance": 5063, + "Ġtraffic": 5064, + "Ġdecade": 5065, + "Ġangle": 5066, + "Ġinspired": 5067, + "Ġuniversal": 5068, + "Ġrequires": 5069, + "Ġkept": 5070, + "Ġcrim": 5071, + "Ġcrime": 5072, + "Ġeasily": 5073, + "Ġattempted": 5074, + "Ġscientists": 5075, + "Ġnegot": 5076, + "Ġsemi": 5077, + "Ġcompetition": 5078, + "Ġweeks": 5079, + "Ġbranches": 5080, + "Ġranked": 5081, + "Ġinnov": 5082, + "Ġveloc": 5083, + "bre": 5084, + "mology": 5085, + "oys": 5086, + "Åį": 5087, + "athe": 5088, + "entially": 5089, + "Ġthir": 5090, + "amic": 5091, + "olis": 5092, + "Ġconsequ": 5093, + "Ġhem": 5094, + "Ġkhan": 5095, + "Ġplans": 5096, + "akistan": 5097, + "Ġmanaged": 5098, + "Ġformat": 5099, + "Ġcancer": 5100, + "Ġteach": 5101, + "active": 5102, + "Ġserb": 5103, + "Ġ34": 5104, + "Ġphon": 5105, + "Ġproducing": 5106, + "Ġbelarus": 5107, + "Ġworldwide": 5108, + "Ġfounding": 5109, + "Ġsurvey": 5110, + "Ġgrant": 5111, + "Ġ1972": 5112, + "Ġ1975": 5113, + "Ġcommunist": 5114, + "Ġsuccessor": 5115, + "Ġtraditions": 5116, + "Ġpublication": 5117, + "Ġprize": 5118, + "naissance": 5119, + "Ġhistorians": 5120, + "Ġheavily": 5121, + "Ġabsor": 5122, + "Ġatlanta": 5123, + "Ġcircum": 5124, + "Ġapplication": 5125, + "Ġbulgarian": 5126, + "Ġdrugs": 5127, + "Ġemerged": 5128, + "Ġsusp": 5129, + "Ġsettled": 5130, + "Ġmaximum": 5131, + "Ġtheorem": 5132, + "lymp": 5133, + "similar": 5134, + "bul": 5135, + "cur": 5136, + "vant": 5137, + "á¹": 5138, + "Ġske": 5139, + "Ġbav": 5140, + "aria": 5141, + "Ġmere": 5142, + "Ġmaced": 5143, + "Ġandrew": 5144, + "Ġnaz": 5145, + "stone": 5146, + "Ġbeaut": 5147, + "Ġwhy": 5148, + "Ġjul": 5149, + "Ġcore": 5150, + "Ġarrest": 5151, + "Ġusage": 5152, + "Ġabu": 5153, + "upuncture": 5154, + "Ġallies": 5155, + "Ġallied": 5156, + "phone": 5157, + "Ġscore": 5158, + "Ġrelation": 5159, + "Ġsomewhat": 5160, + "Ġquite": 5161, + "Ġbright": 5162, + "Ġ45": 5163, + "Ġpopulations": 5164, + "Ġedward": 5165, + "Ġstudio": 5166, + "Ġmedieval": 5167, + "Ġeffort": 5168, + "Ġsevere": 5169, + "Ġ1973": 5170, + "Ġowners": 5171, + "Ġaustria": 5172, + "Ġdesigns": 5173, + "Ġguard": 5174, + "Ġportra": 5175, + "Ġstanding": 5176, + "Ġdiam": 5177, + "Ġiraq": 5178, + "Ġpopularity": 5179, + "Ġmoral": 5180, + "Ġterritories": 5181, + "Ġtemperatures": 5182, + "Ġfailure": 5183, + "Ġhorse": 5184, + "Ġtranslation": 5185, + "Ġessential": 5186, + "Ġbronze": 5187, + "Ġmathematics": 5188, + "Ġrevealed": 5189, + "Ġbelgium": 5190, + "Ġhungary": 5191, + "gomery": 5192, + "bes": 5193, + "even": 5194, + "hr": 5195, + "ko": 5196, + "lical": 5197, + "tim": 5198, + "Ġsult": 5199, + "Ġbag": 5200, + "Ġfly": 5201, + "Ġfine": 5202, + "Ġfoss": 5203, + "road": 5204, + "Ġnap": 5205, + "urally": 5206, + "uting": 5207, + "chcock": 5208, + "celer": 5209, + "Ġstor": 5210, + "racted": 5211, + "Ġproceed": 5212, + "acing": 5213, + "illa": 5214, + "Ġyan": 5215, + "Ġshut": 5216, + "ishing": 5217, + "Ġnob": 5218, + "rons": 5219, + "Ġjobs": 5220, + "Ġrival": 5221, + "Ġelim": 5222, + "Ġesc": 5223, + "Ġargument": 5224, + "amental": 5225, + "Ġvolunt": 5226, + "Ġpenins": 5227, + "Ġrepublican": 5228, + "Ġconsisting": 5229, + "Ġcontributed": 5230, + "Ġtechnique": 5231, + "Ġcorresponding": 5232, + "Ġextremely": 5233, + "Ġconnection": 5234, + "Ġscottish": 5235, + "Ġcorporation": 5236, + "Ġbangladesh": 5237, + "Äģnanda": 5238, + "lis": 5239, + "vation": 5240, + "Ġul": 5241, + "Ġbeng": 5242, + "Ġbott": 5243, + "Ġwound": 5244, + "isco": 5245, + "Ġpage": 5246, + "albert": 5247, + "roll": 5248, + "Ġhat": 5249, + "Ġlosing": 5250, + "Ġnut": 5251, + "stream": 5252, + "Ġbear": 5253, + "Ġwithdra": 5254, + "ategy": 5255, + "Ġcoord": 5256, + "Ġenjoy": 5257, + "Ġamber": 5258, + "Ġsoul": 5259, + "Ġalliance": 5260, + "Ġscene": 5261, + "Ġspears": 5262, + "ructions": 5263, + "Ġgoing": 5264, + "Ġcapp": 5265, + "Ġedition": 5266, + "Ġ1985": 5267, + "Ġstrategy": 5268, + "Ġincreases": 5269, + "Ġsolid": 5270, + "comm": 5271, + "Ġfactor": 5272, + "istered": 5273, + "Ġpractices": 5274, + "Ġproteins": 5275, + "Ġregarding": 5276, + "Ġcollabor": 5277, + "Ġalkali": 5278, + "Ġdialect": 5279, + "Ġgradually": 5280, + "Ġliberal": 5281, + "warz": 5282, + "Ġsafety": 5283, + "ón": 5284, + "Ġcreating": 5285, + "Ġrejected": 5286, + "Ġpacific": 5287, + "Ġdedicated": 5288, + "Ġmichael": 5289, + "Ġanchor": 5290, + "Ġjuris": 5291, + "90": 5292, + "gh": 5293, + "gment": 5294, + "sis": 5295, + "Ġsell": 5296, + "Ġwales": 5297, + "Ġpakistan": 5298, + "Ġinhe": 5299, + "rog": 5300, + "Ġgdp": 5301, + "cts": 5302, + "urse": 5303, + "Ġonline": 5304, + "ripp": 5305, + "Ġvast": 5306, + "open": 5307, + "iff": 5308, + "Ġarth": 5309, + "Ġcomposition": 5310, + "teen": 5311, + "Ġflag": 5312, + "Ġintera": 5313, + "Ġ48": 5314, + "Ġtrain": 5315, + "Ġmonaster": 5316, + "Ġreprodu": 5317, + "Ġexpanded": 5318, + "Ġzone": 5319, + "Ġcapable": 5320, + "Ġopera": 5321, + "Ġinternet": 5322, + "Ġanglo": 5323, + "Ġnearby": 5324, + "Ġbraves": 5325, + "Ġsynthesis": 5326, + "illeg": 5327, + "Ġdefeat": 5328, + "Ġæ": 5329, + "Ġcommunication": 5330, + "hetamine": 5331, + "Ġreconst": 5332, + "Ġrepeated": 5333, + "Ġcorrect": 5334, + "Ġweapons": 5335, + "Ġchamber": 5336, + "Ġabandoned": 5337, + "Ġparallel": 5338, + "âĢĻ": 5339, + "Ġvelocity": 5340, + "Ġdiamond": 5341, + "aud": 5342, + "aust": 5343, + "fall": 5344, + "gov": 5345, + "ki": 5346, + "rong": 5347, + "tra": 5348, + "wing": 5349, + "Ġilleg": 5350, + "Ġolymp": 5351, + "Ġsel": 5352, + "Ġwal": 5353, + "Ġpent": 5354, + "orig": 5355, + "Ġmm": 5356, + "Ġmr": 5357, + "ione": 5358, + "Ġlos": 5359, + "Ġnfl": 5360, + "uns": 5361, + "Ġgain": 5362, + "Ġstore": 5363, + "iger": 5364, + "elve": 5365, + "rome": 5366, + "Ġkm": 5367, + "ials": 5368, + "Ġyour": 5369, + "akers": 5370, + "Ġshot": 5371, + "Ġacceler": 5372, + "Ġparties": 5373, + "Ġcentaur": 5374, + "Ġgrown": 5375, + "Ġgene": 5376, + "Ġcars": 5377, + "Ġtheme": 5378, + "Ġpolar": 5379, + "Ġ1974": 5380, + "Ġ1987": 5381, + "Ġ1962": 5382, + "Ġstrateg": 5383, + "Ġorganized": 5384, + "Ġorganizations": 5385, + "Ġphilipp": 5386, + "Ġprocesses": 5387, + "Ġadvoc": 5388, + "Ġerror": 5389, + "Ġoppos": 5390, + "Ġveget": 5391, + "Ġinvolve": 5392, + "Ġreading": 5393, + "Ġyounger": 5394, + "Ġturkey": 5395, + "Ġchristianity": 5396, + "Ġrecognition": 5397, + "Ġaudi": 5398, + "Ġprotein": 5399, + "Ġfocused": 5400, + "Ġunderstood": 5401, + "Ġstraight": 5402, + "Ġassistance": 5403, + "Ġmaintain": 5404, + "Ġdynasty": 5405, + "Ġdimens": 5406, + "Ġpieces": 5407, + "Ġattributed": 5408, + "Ġajax": 5409, + "Ġturkish": 5410, + "Ġdiplom": 5411, + "Ġarkansas": 5412, + "Ġabortion": 5413, + "Ġroughly": 5414, + "Ġhindu": 5415, + "Ġaspects": 5416, + "Ġinhabit": 5417, + "Ġliquid": 5418, + "Ġbuffalo": 5419, + "Ġjurisd": 5420, + "60": 5421, + "bal": 5422, + "bell": 5423, + "gro": 5424, + "ih": 5425, + "ienced": 5426, + "mans": 5427, + "ois": 5428, + "pread": 5429, + "ç": 5430, + "ĠÏ": 5431, + "inces": 5432, + "Ġsar": 5433, + "Ġbak": 5434, + "Ġfiction": 5435, + "ala": 5436, + "Ġeu": 5437, + "Ġnasa": 5438, + "Ġreasons": 5439, + "stra": 5440, + "Ġbeer": 5441, + "Ġaspir": 5442, + "irs": 5443, + "that": 5444, + "Ġvac": 5445, + "agan": 5446, + "Ġchart": 5447, + "Ġkil": 5448, + "udes": 5449, + "Ġarray": 5450, + "Ġamph": 5451, + "play": 5452, + "rupt": 5453, + "rics": 5454, + "ricts": 5455, + "Ġfeat": 5456, + "Ġherze": 5457, + "Ġcalls": 5458, + "Ġarmies": 5459, + "Ġslave": 5460, + "idespread": 5461, + "Ġradiation": 5462, + "Ġ1944": 5463, + "Ġ1945": 5464, + "Ġapproved": 5465, + "Ġargues": 5466, + "Ġsatisf": 5467, + "Ġaccounts": 5468, + "Ġfavour": 5469, + "Ġreactions": 5470, + "Ġconstantin": 5471, + "clusion": 5472, + "Ġaege": 5473, + "Ġrebell": 5474, + "Ġmaintained": 5475, + "Ġsnow": 5476, + "Ġrarely": 5477, + "Ġmartin": 5478, + "addition": 5479, + "Ġultimately": 5480, + "Ġalfred": 5481, + "iotics": 5482, + "Ġalleged": 5483, + "Ġantisemitism": 5484, + "Ġmexico": 5485, + "Ġhijack": 5486, + "Ġalabama": 5487, + "oo": 5488, + "inian": 5489, + "instein": 5490, + "ato": 5491, + "Ġpel": 5492, + "Ġlie": 5493, + "Ġonto": 5494, + "istical": 5495, + "osure": 5496, + "Ġitems": 5497, + "opes": 5498, + "Ġsud": 5499, + "Ġsuff": 5500, + "antic": 5501, + "Ġsoil": 5502, + "apollo": 5503, + "Ġresolution": 5504, + "Ġfirm": 5505, + "Ġagent": 5506, + "Ġray": 5507, + "Ġattended": 5508, + "ificial": 5509, + "Ġ47": 5510, + "Ġinvasion": 5511, + "Ġinfin": 5512, + "Ġprovinces": 5513, + "ictions": 5514, + "Ġ1965": 5515, + "Ġdescend": 5516, + "Ġclassified": 5517, + "Ġrepresenting": 5518, + "Ġattacked": 5519, + "Ġtitles": 5520, + "Ġdecline": 5521, + "Ġmissions": 5522, + "Ġliterary": 5523, + "Ġdetermin": 5524, + "Ġfacilities": 5525, + "Ġsenior": 5526, + "Ġhoriz": 5527, + "Ġgeorg": 5528, + "ür": 5529, + "know": 5530, + "Ġpurposes": 5531, + "Ġascii": 5532, + "Ġcandidate": 5533, + "olitan": 5534, + "Ġmovie": 5535, + "Ġchannel": 5536, + "Ġgeometry": 5537, + "Ġconfirmed": 5538, + "Ġtwenty": 5539, + "Ġathena": 5540, + "Ġyanke": 5541, + "Ġpeninsula": 5542, + "Ġherzegov": 5543, + "22": 5544, + "66": 5545, + "bar": 5546, + "ci": 5547, + "nes": 5548, + "uing": 5549, + "uff": 5550, + "ë": 5551, + "Ġsod": 5552, + "Ġselling": 5553, + "Ġcp": 5554, + "Ġbh": 5555, + "Ġwidespread": 5556, + "Ġdates": 5557, + "inger": 5558, + "adel": 5559, + "ceived": 5560, + "opp": 5561, + "Ġseems": 5562, + "Ġexternal": 5563, + "Ġcook": 5564, + "Ġleaves": 5565, + "Ġamino": 5566, + "Ġacupuncture": 5567, + "assi": 5568, + "Ġcanon": 5569, + "Ġindo": 5570, + "hedral": 5571, + "Ġgoth": 5572, + "Ġappropri": 5573, + "Ġpref": 5574, + "Ġcolumn": 5575, + "Ġcarol": 5576, + "Ġpublish": 5577, + "iox": 5578, + "Ġsurren": 5579, + "Ġboron": 5580, + "Ġportion": 5581, + "Ġshowing": 5582, + "Ġbermuda": 5583, + "Ġiran": 5584, + "Ġhistorically": 5585, + "Ġexplicit": 5586, + "Ġcris": 5587, + "Ġstatistics": 5588, + "Ġsales": 5589, + "Ġaugustine": 5590, + "Ġideal": 5591, + "Ġmulti": 5592, + "Ġauton": 5593, + "Ġderiv": 5594, + "Ġinstitution": 5595, + "Ġdebate": 5596, + "Ġillust": 5597, + "aliyah": 5598, + "Ġspeakers": 5599, + "Ġamounts": 5600, + "Ġwaters": 5601, + "Ġexecutive": 5602, + "Ġleadership": 5603, + "Ġmixed": 5604, + "Ġsafe": 5605, + "Ġdetails": 5606, + "Ġtransferred": 5607, + "Ġneighbor": 5608, + "Ġatmosphere": 5609, + "Ġconstantinople": 5610, + "Ġherzegovina": 5611, + "200": 5612, + "cs": 5613, + "tod": 5614, + "town": 5615, + "wan": 5616, + "Ġoh": 5617, + "Ġcuis": 5618, + "Ġbip": 5619, + "any": 5620, + "oring": 5621, + "unlike": 5622, + "Ġasian": 5623, + "Ġstan": 5624, + "ette": 5625, + "agues": 5626, + "Ġseats": 5627, + "Ġchance": 5628, + "Ġexpect": 5629, + "Ġusers": 5630, + "Ġyell": 5631, + "Ġclin": 5632, + "Ġtruth": 5633, + "Ġpartly": 5634, + "Ġtwelve": 5635, + "Ġphr": 5636, + "Ġinterpre": 5637, + "Ġanton": 5638, + "neg": 5639, + "Ġnorthwest": 5640, + "Ġgermanic": 5641, + "Ġdemand": 5642, + "Ġofficers": 5643, + "Ġinfluential": 5644, + "Ġheadquar": 5645, + "Ġpurs": 5646, + "Ġformerly": 5647, + "Ġeducational": 5648, + "Ġidentity": 5649, + "Ġidentify": 5650, + "Ġresearc": 5651, + "Ġmerch": 5652, + "Ġofficials": 5653, + "Ġ£": 5654, + "Ġbrothers": 5655, + "Ġfundamental": 5656, + "Ġsenate": 5657, + "Ġtranslated": 5658, + "Ġcriticism": 5659, + "Ġestablishment": 5660, + "Ġgraphics": 5661, + "Ġmontgomery": 5662, + "Ġalgebraic": 5663, + "furthermore": 5664, + "modern": 5665, + "Ġmunicipal": 5666, + "Ġenemy": 5667, + "Ġdescription": 5668, + "28": 5669, + "bish": 5670, + "hi": 5671, + "oon": 5672, + "yer": 5673, + "inth": 5674, + "Ġtherap": 5675, + "erted": 5676, + "ena": 5677, + "Ġpu": 5678, + "Ġpse": 5679, + "order": 5680, + "Ġlith": 5681, + "Ġlot": 5682, + "entions": 5683, + "rif": 5684, + "Ġvon": 5685, + "Ġcomic": 5686, + "Ġorange": 5687, + "Ġky": 5688, + "abil": 5689, + "Ġunus": 5690, + "Ġamate": 5691, + "Ġsox": 5692, + "Ġworth": 5693, + "Ġfox": 5694, + "Ġagg": 5695, + "Ġagency": 5696, + "Ġmarine": 5697, + "Ġweather": 5698, + "ifications": 5699, + "Ġ400": 5700, + "Ġspecim": 5701, + "Ġjob": 5702, + "Ġpoland": 5703, + "Ġdistricts": 5704, + "Ġdeveloping": 5705, + "Ġdepos": 5706, + "Ġmetrop": 5707, + "Ġcontinues": 5708, + "Ġcontinental": 5709, + "Ġlegend": 5710, + "Ġeffectively": 5711, + "Ġ120": 5712, + "Ġphilip": 5713, + "Ġalbania": 5714, + "Ġgods": 5715, + "Ġvisual": 5716, + "Ġaugustus": 5717, + "Ġreports": 5718, + "Ġtrial": 5719, + "Ġcycle": 5720, + "grad": 5721, + "Ġsuperior": 5722, + "Ġholds": 5723, + "Ġclubs": 5724, + "Ġdominant": 5725, + "Ġcolonial": 5726, + "Ġpitch": 5727, + "Ġexception": 5728, + "Ġconventional": 5729, + "Ġaberdeen": 5730, + "Ġbabyl": 5731, + "Ġaristotle": 5732, + "Ġlearning": 5733, + "Ġinterpretation": 5734, + "Ġadvertising": 5735, + "Ġintellect": 5736, + "Ġbiblical": 5737, + "Ġinhabitants": 5738, + "Ġsurrender": 5739, + "23": 5740, + "bus": 5741, + "fran": 5742, + "gi": 5743, + "lar": 5744, + "mes": 5745, + "vin": 5746, + "Ġsi": 5747, + "Ġbid": 5748, + "Ġinner": 5749, + "Ġnone": 5750, + "Ġthin": 5751, + "urt": 5752, + "igu": 5753, + "osph": 5754, + "Ġvar": 5755, + "Ġjim": 5756, + "Ġyouth": 5757, + "Ġabc": 5758, + "Ġafl": 5759, + "Ġresidents": 5760, + "Ġperp": 5761, + "Ġindex": 5762, + "Ġserving": 5763, + "Ġgenetic": 5764, + "Ġpeop": 5765, + "Ġattend": 5766, + "ologist": 5767, + "ologies": 5768, + "Ġ54": 5769, + "Ġcharged": 5770, + "Ġpolish": 5771, + "Ġmemorial": 5772, + "Ġconstruct": 5773, + "Ġaccident": 5774, + "Ġdivisions": 5775, + "Ġarabs": 5776, + "Ġjean": 5777, + "Ġcalc": 5778, + "Ġhistoric": 5779, + "Ġexplained": 5780, + "Ġrestaur": 5781, + "Ġstatement": 5782, + "Ġaffect": 5783, + "Ġclaiming": 5784, + "Ġbiological": 5785, + "Ġdeclined": 5786, + "Ġprofessor": 5787, + "Ġcoastal": 5788, + "Ġcapture": 5789, + "Ġindicate": 5790, + "Ġdamage": 5791, + "Ġdegrees": 5792, + "Ġmanufactur": 5793, + "Ġconcentration": 5794, + "Ġadapted": 5795, + "Ġlinked": 5796, + "Ġconservative": 5797, + "Ġfresh": 5798, + "Ġhabit": 5799, + "ĠâĪĴ": 5800, + "Ġbaháʼ": 5801, + "claimed": 5802, + "Ġbyzantine": 5803, + "rodite": 5804, + "Ġpermanent": 5805, + "Ġhusband": 5806, + "Ġcriminal": 5807, + "Ġsultan": 5808, + "Ġopposite": 5809, + "Ġfeaturing": 5810, + "today": 5811, + "17": 5812, + "500": 5813, + "99": 5814, + "don": 5815, + "lers": 5816, + "tics": 5817, + "Ġ#": 5818, + "Ġ*": 5819, + "Ġtu": 5820, + "Ġtact": 5821, + "Ġtiss": 5822, + "Ġace": 5823, + "heim": 5824, + "Ġsort": 5825, + "Ġsie": 5826, + "Ġcros": 5827, + "Ġmap": 5828, + "Ġluc": 5829, + "Ġlyn": 5830, + "uled": 5831, + "Ġstations": 5832, + "rika": 5833, + "Ġpros": 5834, + "Ġvent": 5835, + "Ġvoting": 5836, + "Ġorche": 5837, + "acent": 5838, + "Ġunable": 5839, + "Ġneuro": 5840, + "Ġadmir": 5841, + "Ġspan": 5842, + "Ġroot": 5843, + "Ġimages": 5844, + "Ġschem": 5845, + "Ġbasket": 5846, + "Ġprey": 5847, + "Ġfounder": 5848, + "Ġeditor": 5849, + "hens": 5850, + "Ġparticles": 5851, + "Ġelectro": 5852, + "Ġaustrian": 5853, + "Ġdesignated": 5854, + "Ġmarkets": 5855, + "ructure": 5856, + "Ġapproval": 5857, + "Ġrepresents": 5858, + "Ġprotected": 5859, + "Ġrestrict": 5860, + "Ġfranch": 5861, + "unei": 5862, + "Ġcritics": 5863, + "Ġoriginated": 5864, + "Ġdrawn": 5865, + "Ġphysic": 5866, + "Ġtreated": 5867, + "Ġtourism": 5868, + "Ġaudience": 5869, + "Ġsuccessfully": 5870, + "Ġexperiments": 5871, + "Ġacademic": 5872, + "Ġmixture": 5873, + "Ġmuhammad": 5874, + "Ġfloor": 5875, + "Ġpiece": 5876, + "Ġrapidly": 5877, + "Ġcodice": 5878, + "Ġtanks": 5879, + "Ġaxiom": 5880, + "Ġchicago": 5881, + "Ġanxiety": 5882, + "Ġyellow": 5883, + "kins": 5884, + "mal": 5885, + "pan": 5886, + "rance": 5887, + "wa": 5888, + "Ġainu": 5889, + "Ġsend": 5890, + "enger": 5891, + "Ġpus": 5892, + "Ġpray": 5893, + "Ġfired": 5894, + "aland": 5895, + "Ġinput": 5896, + "icism": 5897, + "Ġdrop": 5898, + "racy": 5899, + "Ġvotes": 5900, + "ema": 5901, + "Ġselect": 5902, + "Ġexam": 5903, + "soft": 5904, + "Ġroots": 5905, + "Ġmanner": 5906, + "Ġmarg": 5907, + "Ġtwice": 5908, + "Ġ37": 5909, + "Ġproduces": 5910, + "ologists": 5911, + "Ġweb": 5912, + "Ġtransition": 5913, + "Ġremark": 5914, + "Ġmonks": 5915, + "Ġminim": 5916, + "Ġ65": 5917, + "Ġadding": 5918, + "Ġbroke": 5919, + "Ġextent": 5920, + "Ġ1976": 5921, + "Ġ1981": 5922, + "Ġ1982": 5923, + "Ġorigins": 5924, + "Ġguid": 5925, + "Ġuniversities": 5926, + "hauer": 5927, + "Ġconcert": 5928, + "Ġexplan": 5929, + "Ġsympt": 5930, + "Ġanimation": 5931, + "Ġneeds": 5932, + "Ġiniti": 5933, + "Ġcattle": 5934, + "Ġintroduction": 5935, + "Ġgoods": 5936, + "Ġaxis": 5937, + "Ġscholar": 5938, + "Ġbaptist": 5939, + "Ġbrazilian": 5940, + "Ġhills": 5941, + "Ġassumed": 5942, + "Ġmolecules": 5943, + "jection": 5944, + "Ġalchem": 5945, + "Ġamazon": 5946, + "Ġnewspaper": 5947, + "alexander": 5948, + "Ġcaval": 5949, + "Ġexpedition": 5950, + "openhauer": 5951, + "Ġcentauri": 5952, + "Ġpeoples": 5953, + "34": 5954, + "bro": 5955, + "col": 5956, + "do": 5957, + "fo": 5958, + "mn": 5959, + "ozo": 5960, + "pers": 5961, + "press": 5962, + "such": 5963, + "time": 5964, + "Ġaal": 5965, + "Ġcot": 5966, + "atically": 5967, + "Ġbom": 5968, + "Ġwis": 5969, + "Ġfried": 5970, + "Ġdub": 5971, + "Ġtourn": 5972, + "unk": 5973, + "Ġgran": 5974, + "urb": 5975, + "illy": 5976, + "Ġalger": 5977, + "rac": 5978, + "raham": 5979, + "riff": 5980, + "Ġherit": 5981, + "Ġvess": 5982, + "Ġchlor": 5983, + "Ġlect": 5984, + "Ġsole": 5985, + "Ġshif": 5986, + "Ġshall": 5987, + "Ġpartner": 5988, + "Ġresemb": 5989, + "Ġcanal": 5990, + "Ġbluet": 5991, + "Ġfeet": 5992, + "Ġdoing": 5993, + "Ġbrid": 5994, + "uccess": 5995, + "Ġpolic": 5996, + "Ġartificial": 5997, + "Ġexposed": 5998, + "Ġbatter": 5999, + "Ġcorps": 6000, + "ova": 6001, + "Ġopin": 6002, + "Ġdivers": 6003, + "Ġ1942": 6004, + "Ġmovements": 6005, + "Ġcharacteristics": 6006, + "Ġtests": 6007, + "Ġpractical": 6008, + "Ġinvolves": 6009, + "Ġsixth": 6010, + "Ġphysics": 6011, + "Ġpredomin": 6012, + "Ġabsence": 6013, + "Ġmeasured": 6014, + "Ġtreas": 6015, + "Ġexpression": 6016, + "Ġsubstance": 6017, + "raeli": 6018, + "Ġsquad": 6019, + "Ġnormally": 6020, + "Ġforests": 6021, + "Ġconduct": 6022, + "Ġconquest": 6023, + "Ġarranged": 6024, + "Ġencouraged": 6025, + "Ġpicture": 6026, + "Ġwitness": 6027, + "Ġbenefit": 6028, + "Ġaccompanied": 6029, + "Ġaluminium": 6030, + "Ġguitar": 6031, + "Ġpseud": 6032, + "64": 6033, + "equ": 6034, + "gam": 6035, + "jamin": 6036, + "mers": 6037, + "rating": 6038, + "Ġsail": 6039, + "rete": 6040, + "Ġcant": 6041, + "Ġcards": 6042, + "Ġbes": 6043, + "Ġpin": 6044, + "Ġfame": 6045, + "orters": 6046, + "Ġmist": 6047, + "Ġhorn": 6048, + "Ġgam": 6049, + "Ġisot": 6050, + "cel": 6051, + "rage": 6052, + "isted": 6053, + "Ġviet": 6054, + "Ġvaries": 6055, + "emen": 6056, + "Ġsuit": 6057, + "agu": 6058, + "Ġkore": 6059, + "Ġarrow": 6060, + "Ġneither": 6061, + "ocks": 6062, + "Ġampl": 6063, + "Ġcomplic": 6064, + "Ġworship": 6065, + "uble": 6066, + "ulture": 6067, + "Ġtrust": 6068, + "Ġimag": 6069, + "Ġdisk": 6070, + "oke": 6071, + "Ġprepar": 6072, + "Ġoffensive": 6073, + "Ġcarl": 6074, + "Ġreputation": 6075, + "Ġobl": 6076, + "Ġdecor": 6077, + "Ġdevelopments": 6078, + "Ġedge": 6079, + "Ġretired": 6080, + "Ġ1983": 6081, + "Ġ1988": 6082, + "eneg": 6083, + "Ġdiverse": 6084, + "Ġpropag": 6085, + "Ġgreeks": 6086, + "Ġprocessing": 6087, + "Ġlasted": 6088, + "Ġexperienced": 6089, + "Ġbuses": 6090, + "Ġbalance": 6091, + "Ġsalt": 6092, + "Ġlowest": 6093, + "Ġpresidential": 6094, + "Ġviewed": 6095, + "Ġsatell": 6096, + "Ġmachines": 6097, + "Ġcosts": 6098, + "Ġcommitted": 6099, + "Ġcamera": 6100, + "Ġconsumption": 6101, + "Ġsecretary": 6102, + "Ġcandidates": 6103, + "Ġpatterns": 6104, + "Ġvirginia": 6105, + "Ġmobile": 6106, + "Ġammonia": 6107, + "Ġvocal": 6108, + "Ġincorporated": 6109, + "Ġuncertain": 6110, + "instead": 6111, + "Ġaegean": 6112, + "Ġhorizon": 6113, + "Ġprefix": 6114, + "cers": 6115, + "eing": 6116, + "har": 6117, + "lan": 6118, + "nard": 6119, + "pop": 6120, + "uated": 6121, + "ĠÄģnanda": 6122, + "Ġsund": 6123, + "Ġcm": 6124, + "Ġbrom": 6125, + "Ġbund": 6126, + "orf": 6127, + "Ġinse": 6128, + "Ġdy": 6129, + "Ġdang": 6130, + "asy": 6131, + "astern": 6132, + "Ġeag": 6133, + "omorph": 6134, + "Ġforward": 6135, + "Ġvs": 6136, + "emic": 6137, + "Ġkent": 6138, + "Ġuncle": 6139, + "Ġexists": 6140, + "ods": 6141, + "Ġshift": 6142, + "Ġclar": 6143, + "Ġcommod": 6144, + "enses": 6145, + "Ġconsult": 6146, + "Ġpreced": 6147, + "Ġpregn": 6148, + "Ġoverse": 6149, + "Ġcolour": 6150, + "Ġknew": 6151, + "Ġproducer": 6152, + "Ġoffers": 6153, + "Ġbrass": 6154, + "Ġ49": 6155, + "Ġantip": 6156, + "Ġcharl": 6157, + "Ġhighway": 6158, + "Ġdecay": 6159, + "Ġconstell": 6160, + "Ġ1979": 6161, + "Ġoperated": 6162, + "Ġmodified": 6163, + "Ġangeles": 6164, + "Ġorganic": 6165, + "Ġdivine": 6166, + "Ġpriest": 6167, + "Ġpatron": 6168, + "Ġ130": 6169, + "Ġpersonnel": 6170, + "Ġperforming": 6171, + "Ġruler": 6172, + "Ġcopies": 6173, + "Ġbuddh": 6174, + "Ġaudio": 6175, + "Ġconsisted": 6176, + "Ġtaxes": 6177, + "Ġbiggest": 6178, + "Ġdomain": 6179, + "Ġα": 6180, + "Ġconstitutional": 6181, + "Ġnovels": 6182, + "Ġbaham": 6183, + "Ġantibiotics": 6184, + "Ġmanufacturing": 6185, + "Ġcommunications": 6186, + "Ġeyes": 6187, + "Ġlearned": 6188, + "Ġdependent": 6189, + "Ġapostolic": 6190, + "Ġdropped": 6191, + "Ġdoctrine": 6192, + "Ġcosm": 6193, + "Ġopportunity": 6194, + "Ġpaintings": 6195, + "Ġstorage": 6196, + "Ġrebellion": 6197, + "Ġinfinite": 6198, + "Ġbluetooth": 6199, + "uccessful": 6200, + "13": 6201, + "august": 6202, + "bet": 6203, + "dess": 6204, + "fir": 6205, + "iy": 6206, + "iency": 6207, + "nis": 6208, + "top": 6209, + "uz": 6210, + "ο": 6211, + "Ġá": 6212, + "Ġtalk": 6213, + "Ġau": 6214, + "Ġbin": 6215, + "Ġbry": 6216, + "Ġbull": 6217, + "itt": 6218, + "Ġfas": 6219, + "Ġing": 6220, + "Ġmental": 6221, + "leys": 6222, + "Ġnom": 6223, + "ading": 6224, + "Ġstim": 6225, + "rix": 6226, + "Ġproof": 6227, + "Ġvision": 6228, + "Ġkb": 6229, + "about": 6230, + "abilities": 6231, + "ighth": 6232, + "Ġlee": 6233, + "Ġpartial": 6234, + "Ġsyll": 6235, + "Ġserves": 6236, + "Ġbases": 6237, + "Ġrahman": 6238, + "Ġconsc": 6239, + "Ġcolors": 6240, + "Ġassigned": 6241, + "Ġflor": 6242, + "Ġouter": 6243, + "Ġdoctor": 6244, + "Ġactor": 6245, + "Ġcarib": 6246, + "Ġ55": 6247, + "Ġsurf": 6248, + "Ġending": 6249, + "Ġbroken": 6250, + "bean": 6251, + "Ġ1967": 6252, + "Ġparticle": 6253, + "Ġlegacy": 6254, + "Ġelder": 6255, + "Ġrunner": 6256, + "Ġexplo": 6257, + "Ġalbanian": 6258, + "Ġbald": 6259, + "Ġbaltim": 6260, + "aneously": 6261, + "Ġauthorities": 6262, + "Ġseparation": 6263, + "Ġstyles": 6264, + "Ġdestruction": 6265, + "Ġbuddhist": 6266, + "Ġlogic": 6267, + "Ġsurvived": 6268, + "Ġsurviving": 6269, + "Ġreforms": 6270, + "Ġconquered": 6271, + "Ġportugal": 6272, + "Ġzeus": 6273, + "Ġcomponent": 6274, + "Ġcelebrated": 6275, + "Ġpoetry": 6276, + "Ġcomparison": 6277, + "Ġmessage": 6278, + "Ġbacteria": 6279, + "Ġarsenic": 6280, + "Ġimmigrants": 6281, + "Ġabstract": 6282, + "Ġswedish": 6283, + "Ġshaped": 6284, + "Ġabbey": 6285, + "Ġastrolog": 6286, + "Ġcircumst": 6287, + "Ġcrisis": 6288, + "Ġcuisine": 6289, + "Ġresearchers": 6290, + "Ġbaltimore": 6291, + "ben": 6292, + "brit": 6293, + "hum": 6294, + "lon": 6295, + "ni": 6296, + "oly": 6297, + "ν": 6298, + "Ġions": 6299, + "Ġé": 6300, + "Ġtin": 6301, + "Ġaol": 6302, + "Ġaph": 6303, + "Ġbru": 6304, + "Ġbotswana": 6305, + "Ġfans": 6306, + "orous": 6307, + "aric": 6308, + "arth": 6309, + "Ġmales": 6310, + "Ġdanish": 6311, + "rogen": 6312, + "Ġeat": 6313, + "Ġlam": 6314, + "ompl": 6315, + "Ġthing": 6316, + "urd": 6317, + "adow": 6318, + "Ġstret": 6319, + "verty": 6320, + "Ġheard": 6321, + "umen": 6322, + "Ġchrom": 6323, + "abled": 6324, + "antly": 6325, + "aka": 6326, + "sole": 6327, + "ameter": 6328, + "Ġacknow": 6329, + "Ġformally": 6330, + "Ġagripp": 6331, + "Ġsched": 6332, + "Ġmeth": 6333, + "Ġmarsh": 6334, + "Ġartistic": 6335, + "uros": 6336, + "Ġaccompl": 6337, + "roscop": 6338, + "Ġmatches": 6339, + "tolem": 6340, + "Ġrefuge": 6341, + "Ġsinger": 6342, + "Ġorganisms": 6343, + "Ġclassification": 6344, + "Ġportray": 6345, + "Ġpossibility": 6346, + "Ġofficer": 6347, + "Ġoffices": 6348, + "Ġsky": 6349, + "Ġmembership": 6350, + "Ġmorph": 6351, + "Ġcharacterized": 6352, + "Ġdelay": 6353, + "Ġlimits": 6354, + "Ġbudget": 6355, + "Ġmassive": 6356, + "Ġtelephone": 6357, + "Ġinvolving": 6358, + "Ġcircle": 6359, + "Ġgrace": 6360, + "Ġprede": 6361, + "Ġmeasures": 6362, + "Ġaeg": 6363, + "Ġinteg": 6364, + "Ġabbre": 6365, + "Ġwindows": 6366, + "Ġdisplayed": 6367, + "Ġzealand": 6368, + "Ġeye": 6369, + "Ġpremier": 6370, + "Ġprisoners": 6371, + "Ġfalse": 6372, + "Ġthousands": 6373, + "Ġhunting": 6374, + "Ġchairman": 6375, + "Ġsubstantial": 6376, + "ographer": 6377, + "Ġceremony": 6378, + "Ġyankees": 6379, + "Ġheadquarters": 6380, + "Ġcavalry": 6381, + "Ġheritage": 6382, + "26": 6383, + "aj": 6384, + "cus": 6385, + "come": 6386, + "ek": 6387, + "fa": 6388, + "lob": 6389, + "nal": 6390, + "rust": 6391, + "wall": 6392, + "Ġere": 6393, + "Ġtons": 6394, + "Ġtube": 6395, + "inter": 6396, + "erals": 6397, + "Ġcass": 6398, + "itudes": 6399, + "Ġpick": 6400, + "Ġdual": 6401, + "Ġeinstein": 6402, + "Ġles": 6403, + "Ġreaching": 6404, + "Ġrenaissance": 6405, + "theastern": 6406, + "Ġthor": 6407, + "imed": 6408, + "Ġasph": 6409, + "Ġstro": 6410, + "ota": 6411, + "rior": 6412, + "aya": 6413, + "Ġrig": 6414, + "Ġjers": 6415, + "illin": 6416, + "Ġcompat": 6417, + "ipel": 6418, + "asts": 6419, + "Ġrose": 6420, + "apse": 6421, + "Ġsciences": 6422, + "Ġmeat": 6423, + "rend": 6424, + "Ġpoverty": 6425, + "Ġpho": 6426, + "Ġconson": 6427, + "Ġjoin": 6428, + "insberg": 6429, + "Ġexposure": 6430, + "Ġ1978": 6431, + "Ġclasses": 6432, + "Ġplanets": 6433, + "ophy": 6434, + "Ġgoddess": 6435, + "Ġrepresentatives": 6436, + "Ġcharacteristic": 6437, + "aux": 6438, + "Ġpromote": 6439, + "Ġstrongly": 6440, + "Ġburied": 6441, + "Ġhitchcock": 6442, + "Ġbened": 6443, + "Ġcaptain": 6444, + "Ġchemistry": 6445, + "Ġjudge": 6446, + "Ġhence": 6447, + "Ġcircuit": 6448, + "Ġdistinction": 6449, + "Ġdistributed": 6450, + "Ġcontinuing": 6451, + "Ġcontinuous": 6452, + "Ġfellow": 6453, + "Ġdiseases": 6454, + "contin": 6455, + "Ġconcerned": 6456, + "Ġpilot": 6457, + "Ġchapter": 6458, + "Ġdistinguished": 6459, + "Ġunsuccessful": 6460, + "Ġpreferred": 6461, + "Ġanatol": 6462, + "Ġhypothesis": 6463, + "Ġprepared": 6464, + "trans": 6465, + "additionally": 6466, + "Ġmetropolitan": 6467, + "29": 6468, + "harm": 6469, + "iography": 6470, + "iotic": 6471, + "mw": 6472, + "obe": 6473, + "will": 6474, + "zona": 6475, + "Ġaus": 6476, + "Ġtheories": 6477, + "Ġsulf": 6478, + "rey": 6479, + "Ġanthe": 6480, + "Ġpig": 6481, + "Ġptolem": 6482, + "Ġfile": 6483, + "Ġfaced": 6484, + "Ġinfer": 6485, + "icon": 6486, + "Ġdar": 6487, + "Ġdated": 6488, + "Ġlas": 6489, + "Ġliv": 6490, + "amics": 6491, + "Ġasym": 6492, + "igan": 6493, + "Ġprohib": 6494, + "Ġrural": 6495, + "agement": 6496, + "Ġkash": 6497, + "Ġjac": 6498, + "Ġplain": 6499, + "ogen": 6500, + "ogue": 6501, + "Ġspin": 6502, + "Ġintention": 6503, + "Ġmars": 6504, + "Ġravens": 6505, + "Ġemot": 6506, + "Ġeval": 6507, + "Ġevolved": 6508, + "Ġregime": 6509, + "Ġflood": 6510, + "Ġnortheast": 6511, + "ressive": 6512, + "Ġarmour": 6513, + "Ġartem": 6514, + "Ġinvited": 6515, + "iously": 6516, + "Ġexpensive": 6517, + "Ġsimult": 6518, + "Ġdepicted": 6519, + "uchy": 6520, + "Ġsouthwest": 6521, + "Ġcollected": 6522, + "yllium": 6523, + "Ġarchbish": 6524, + "Ġradical": 6525, + "Ġprocessor": 6526, + "Ġdirectors": 6527, + "nessee": 6528, + "Ġindustries": 6529, + "Ġvolcan": 6530, + "Ġreducing": 6531, + "Ġdenomin": 6532, + "Ġsaturn": 6533, + "Ġpainting": 6534, + "Ġprinciples": 6535, + "Ġjudic": 6536, + "Ġillness": 6537, + "Ġrenamed": 6538, + "Ġstrip": 6539, + "Ġhollywood": 6540, + "Ġspectrum": 6541, + "Ġdetermine": 6542, + "Ġcarrying": 6543, + "Ġdemonstrated": 6544, + "Ġarizona": 6545, + "Ġcategories": 6546, + "Ġhundreds": 6547, + "Ġcomposer": 6548, + "Ġranging": 6549, + "Ġassyrian": 6550, + "Ġadults": 6551, + "Ġpurchased": 6552, + "Ġelsewhere": 6553, + "Ġwithdraw": 6554, + "Ġamateur": 6555, + "ĠbaháʼÃŃ": 6556, + "Ġcotton": 6557, + "bour": 6558, + "iable": 6559, + "kel": 6560, + "rat": 6561, + "rant": 6562, + "vals": 6563, + "ñ": 6564, + "Äĩ": 6565, + "Ġaur": 6566, + "Ġsample": 6567, + "rep": 6568, + "only": 6569, + "Ġcert": 6570, + "Ġbones": 6571, + "Ġpul": 6572, + "Ġpione": 6573, + "Ġfant": 6574, + "Ġfib": 6575, + "Ġhay": 6576, + "Ġhuge": 6577, + "Ġtoxic": 6578, + "lets": 6579, + "Ġgate": 6580, + "urance": 6581, + "Ġstrict": 6582, + "vere": 6583, + "acle": 6584, + "Ġseasons": 6585, + "Ġamd": 6586, + "Ġroads": 6587, + "Ġwheel": 6588, + "Ġagents": 6589, + "Ġscand": 6590, + "ruption": 6591, + "Ġbasin": 6592, + "Ġgross": 6593, + "Ġgenes": 6594, + "Ġrecru": 6595, + "Ġterror": 6596, + "Ġ44": 6597, + "Ġairline": 6598, + "Ġpublis": 6599, + "Ġschwarz": 6600, + "Ġinstructions": 6601, + "Ġfollowers": 6602, + "Ġsignals": 6603, + "Ġaccum": 6604, + "Ġentertain": 6605, + "Ġanything": 6606, + "Ġpersec": 6607, + "Ġlongest": 6608, + "Ġmatters": 6609, + "Ġcommunion": 6610, + "Ġoccas": 6611, + "Ġreflected": 6612, + "Ġguar": 6613, + "Ġbackground": 6614, + "Ġclassic": 6615, + "Ġpatients": 6616, + "Ġ1943": 6617, + "Ġcultures": 6618, + "Ġreceiving": 6619, + "Ġveter": 6620, + "zech": 6621, + "Ġdrum": 6622, + "Ġ1929": 6623, + "Ġtesting": 6624, + "Ġclean": 6625, + "Ġflights": 6626, + "Ġfederation": 6627, + "Ġhosted": 6628, + "inoza": 6629, + "Ġibm": 6630, + "Ġfinding": 6631, + "Ġestimates": 6632, + "Ġviolent": 6633, + "Ġsurvive": 6634, + "rastructure": 6635, + "Ġabba": 6636, + "Ġmiller": 6637, + "Ġhotel": 6638, + "Ġbonds": 6639, + "Ġdocumentary": 6640, + "Ġfresnel": 6641, + "Ġconcerning": 6642, + "Ġthousand": 6643, + "Ġconcerns": 6644, + "Ġfilled": 6645, + "Ġdrinking": 6646, + "current": 6647, + "Ġnapole": 6648, + "Ġbottom": 6649, + "enegger": 6650, + "Ġcaribbean": 6651, + "39": 6652, + "56": 6653, + "down": 6654, + "ef": 6655, + "iar": 6656, + "kan": 6657, + "much": 6658, + "nom": 6659, + "wis": 6660, + "Ġts": 6661, + "Ġtab": 6662, + "Ġtall": 6663, + "Ġaaliyah": 6664, + "Ġtheater": 6665, + "once": 6666, + "Ġcow": 6667, + "Ġcrop": 6668, + "Ġczech": 6669, + "Ġbon": 6670, + "Ġbicy": 6671, + "Ġborders": 6672, + "Ġwant": 6673, + "isp": 6674, + "iser": 6675, + "isot": 6676, + "Ġants": 6677, + "Ġfert": 6678, + "Ġflem": 6679, + "Ġflying": 6680, + "around": 6681, + "icillin": 6682, + "rob": 6683, + "Ġhour": 6684, + "Ġtools": 6685, + "Ġbeads": 6686, + "Ġstating": 6687, + "vering": 6688, + "Ġconj": 6689, + "Ġproto": 6690, + "Ġrid": 6691, + "Ġselection": 6692, + "Ġchose": 6693, + "Ġkabul": 6694, + "Ġexceed": 6695, + "iveness": 6696, + "Ġplot": 6697, + "Ġtry": 6698, + "Ġresid": 6699, + "aceae": 6700, + "Ġblind": 6701, + "arium": 6702, + "Ġpruss": 6703, + "Ġinterface": 6704, + "Ġbelize": 6705, + "Ġincident": 6706, + "Ġarmoured": 6707, + "Ġantar": 6708, + "Ġparks": 6709, + "Ġsupporters": 6710, + "Ġgovernments": 6711, + "Ġarticles": 6712, + "Ġretained": 6713, + "Ġextension": 6714, + "Ġgrass": 6715, + "Ġ1961": 6716, + "Ġromans": 6717, + "bourn": 6718, + "Ġoperate": 6719, + "Ġelectrical": 6720, + "Ġ164": 6721, + "therefore": 6722, + "Ġconfig": 6723, + "Ġhyper": 6724, + "ographical": 6725, + "Ġcultiv": 6726, + "engers": 6727, + "Ġargent": 6728, + "Ġskull": 6729, + "zeb": 6730, + "Ġvisitors": 6731, + "Ġalongside": 6732, + "Ġsymp": 6733, + "ossible": 6734, + "Ġexisted": 6735, + "Ġcondem": 6736, + "Ġidentical": 6737, + "Ġfunctional": 6738, + "Ġtennessee": 6739, + "Ġcomplexity": 6740, + "Ġsubstit": 6741, + "Ġinvestment": 6742, + "Ġcroat": 6743, + "Ġstrike": 6744, + "Ġsymbols": 6745, + "Ġsteps": 6746, + "Ġpairs": 6747, + "Ġprices": 6748, + "Ġquantum": 6749, + "Ġboliv": 6750, + "Ġsuffering": 6751, + "Ġorioles": 6752, + "Ġlegislation": 6753, + "irot": 6754, + "Ġbeliefs": 6755, + "Ġconnections": 6756, + "Ġcrowley": 6757, + "Ġfragments": 6758, + "Ġpartnership": 6759, + "Ġchallenge": 6760, + "Ġcaesar": 6761, + "Ġasteroids": 6762, + "Ġproposal": 6763, + "Ġepisode": 6764, + "Ġdimensional": 6765, + "Ġunusual": 6766, + "Ġsymptoms": 6767, + "Ġcircumstances": 6768, + "urosawa": 6769, + "Ġpredecess": 6770, + "Ġbenedict": 6771, + "aic": 6772, + "fare": 6773, + "mo": 6774, + "nor": 6775, + "num": 6776, + "spe": 6777, + "van": 6778, + "vis": 6779, + "yd": 6780, + "ÏĦ": 6781, + "Ġcable": 6782, + "Ġbot": 6783, + "itled": 6784, + "orus": 6785, + "Ġmol": 6786, + "Ġdating": 6787, + "Ġhier": 6788, + "Ġrear": 6789, + "Ġthick": 6790, + "ados": 6791, + "christ": 6792, + "Ġalp": 6793, + "Ġjun": 6794, + "Ġhair": 6795, + "Ġshadow": 6796, + "Ġintr": 6797, + "Ġcommem": 6798, + "Ġmanif": 6799, + "Ġperfor": 6800, + "angzeb": 6801, + "oked": 6802, + "ruck": 6803, + "Ġempt": 6804, + "Ġrelat": 6805, + "Ġfled": 6806, + "Ġbelt": 6807, + "Ġengaged": 6808, + "Ġtransmission": 6809, + "Ġsupposed": 6810, + "Ġdecisions": 6811, + "Ġ767": 6812, + "Ġpersons": 6813, + "Ġ1971": 6814, + "Ġ1963": 6815, + "Ġ1964": 6816, + "Ġ99": 6817, + "Ġlegs": 6818, + "mean": 6819, + "Ġ1948": 6820, + "Ġ1949": 6821, + "Ġgreg": 6822, + "Ġreferring": 6823, + "nedy": 6824, + "Ġexplain": 6825, + "Ġcomplement": 6826, + "Ġfactory": 6827, + "Ġaffil": 6828, + "Ġmyster": 6829, + "Ġ1939": 6830, + "Ġvienna": 6831, + "Ġmotiv": 6832, + "Ġbanned": 6833, + "Ġheaven": 6834, + "Ġvertical": 6835, + "Ġnetworks": 6836, + "Ġsemitic": 6837, + "burgh": 6838, + "iscop": 6839, + "Ġlayer": 6840, + "Ġensure": 6841, + "Ġtomb": 6842, + "Ġdrawing": 6843, + "Ġemphasis": 6844, + "Ġcategory": 6845, + "Ġastronomical": 6846, + "Ġreplacement": 6847, + "Ġrecommended": 6848, + "Ġadjacent": 6849, + "Ġassassination": 6850, + "Ġconversion": 6851, + "Ġoccasionally": 6852, + "Ġsustain": 6853, + "anasius": 6854, + "Ġphilosopher": 6855, + "natural": 6856, + "adelph": 6857, + "negie": 6858, + "rikaans": 6859, + "Ġfranchise": 6860, + "Ġbridges": 6861, + "between": 6862, + "Ġaphrodite": 6863, + "Ġbruce": 6864, + "27": 6865, + "crib": 6866, + "house": 6867, + "kin": 6868, + "mus": 6869, + "name": 6870, + "ti": 6871, + "uation": 6872, + "vari": 6873, + "Ġtap": 6874, + "Ġtens": 6875, + "inct": 6876, + "erg": 6877, + "Ġosc": 6878, + "Ġsight": 6879, + "Ġbast": 6880, + "Ġwine": 6881, + "Ġhur": 6882, + "Ġhub": 6883, + "Ġhipp": 6884, + "Ġhope": 6885, + "Ġlakes": 6886, + "Ġrenew": 6887, + "ctors": 6888, + "ura": 6889, + "uration": 6890, + "stad": 6891, + "oli": 6892, + "ims": 6893, + "etary": 6894, + "etime": 6895, + "Ġcomed": 6896, + "abeth": 6897, + "Ġunf": 6898, + "odies": 6899, + "Ġcompl": 6900, + "Ġabraham": 6901, + "Ġperfect": 6902, + "Ġwebs": 6903, + "Ġdefensive": 6904, + "Ġcharges": 6905, + "Ġsurpr": 6906, + "Ġbattal": 6907, + "Ġbrook": 6908, + "Ġaccused": 6909, + "Ġslav": 6910, + "Ġ800": 6911, + "Ġ170": 6912, + "typ": 6913, + "Ġdescent": 6914, + "Ġowner": 6915, + "Ġaustro": 6916, + "Ġguil": 6917, + "Ġprobability": 6918, + "Ġrequest": 6919, + "Ġrequiring": 6920, + "Ġplanning": 6921, + "Ġfinite": 6922, + "Ġphiladelph": 6923, + "Ġexplos": 6924, + "Ġ1955": 6925, + "Ġ1956": 6926, + "Ġeasy": 6927, + "Ġoxide": 6928, + "Ġcataly": 6929, + "Ġcathedral": 6930, + "Ġruling": 6931, + "Ġpromoted": 6932, + "Ġ1919": 6933, + "Ġterritorial": 6934, + "Ġachilles": 6935, + "Ġdenmark": 6936, + "Ġmissiles": 6937, + "Ġspecialized": 6938, + "Ġkilling": 6939, + "Ġdriven": 6940, + "Ġimmun": 6941, + "Ġcongreg": 6942, + "Ġsubjects": 6943, + "Ġchampion": 6944, + "Ġarchitectural": 6945, + "Ġmathematic": 6946, + "Ġexperimental": 6947, + "Ġdifficulty": 6948, + "Ġpercentage": 6949, + "Ġappoint": 6950, + "Ġrequirements": 6951, + "Ġutil": 6952, + "Ġalgorithms": 6953, + "Ġcredited": 6954, + "Ġimplemented": 6955, + "Ġrecovery": 6956, + "Ġsubsid": 6957, + "Ġchronic": 6958, + "Ġanthropology": 6959, + "Ġreserves": 6960, + "Ġtask": 6961, + "Ġratio": 6962, + "Ġcontroversial": 6963, + "Ġgarden": 6964, + "Ġisolated": 6965, + "Ġorbital": 6966, + "Ġdeployed": 6967, + "Ġartemis": 6968, + "Ġarchbishop": 6969, + "vereign": 6970, + "35": 6971, + "36": 6972, + "kina": 6973, + "oque": 6974, + "rates": 6975, + "uild": 6976, + "ws": 6977, + "Ġtrop": 6978, + "init": 6979, + "Ġpill": 6980, + "Ġpav": 6981, + "Ġfis": 6982, + "Ġfurn": 6983, + "Ġhors": 6984, + "Ġthrow": 6985, + "ules": 6986, + "eties": 6987, + "osa": 6988, + "Ġprosec": 6989, + "Ġvic": 6990, + "Ġarbor": 6991, + "ante": 6992, + "second": 6993, + "class": 6994, + "Ġsovereign": 6995, + "��shorter": 6996, + "ipher": 6997, + "Ġacous": 6998, + "Ġbob": 6999, + "Ġafrikaans": 7000, + "Ġpartially": 7001, + "Ġagar": 7002, + "angel": 7003, + "Ġpoison": 7004, + "cession": 7005, + "mances": 7006, + "Ġdesert": 7007, + "Ġearned": 7008, + "Ġfeed": 7009, + "atively": 7010, + "Ġinstalled": 7011, + "Ġmemb": 7012, + "Ġgermans": 7013, + "together": 7014, + "ée": 7015, + "Ġangola": 7016, + "Ġeliz": 7017, + "Ġeasier": 7018, + "ikh": 7019, + "Ġstatue": 7020, + "Ġnaturally": 7021, + "Ġ1925": 7022, + "Ġseeking": 7023, + "bridge": 7024, + "aneous": 7025, + "Ġautob": 7026, + "Ġtrip": 7027, + "Ġverb": 7028, + "Ġballs": 7029, + "Ġantiqu": 7030, + "Ġtourist": 7031, + "Ġrocket": 7032, + "Ġemployees": 7033, + "Ġsounds": 7034, + "Ġwilliams": 7035, + "Ġunderstand": 7036, + "Ġminority": 7037, + "Ġarrival": 7038, + "Ġquestions": 7039, + "Ġcitizen": 7040, + "Ġdramatic": 7041, + "Ġrhine": 7042, + "Ġconfederate": 7043, + "Ġapparently": 7044, + "Ġcontroversy": 7045, + "Ġvowels": 7046, + "Ġpronounced": 7047, + "Ġracial": 7048, + "Ġpreserved": 7049, + "Ġbuzzard": 7050, + "Ġoxidation": 7051, + "Ġsabb": 7052, + "Ġrevolt": 7053, + "Ġsleep": 7054, + "Ġconsecutive": 7055, + "Ġfruit": 7056, + "similarly": 7057, + "Ġpolicies": 7058, + "cope": 7059, + "div": 7060, + "die": 7061, + "ean": 7062, + "fts": 7063, + "ij": 7064, + "iac": 7065, + "post": 7066, + "ré": 7067, + "western": 7068, + "yle": 7069, + "Å«": 7070, + "ι": 7071, + "Ġtip": 7072, + "Ġay": 7073, + "Ġot": 7074, + "Ġore": 7075, + "real": 7076, + "Ġcort": 7077, + "Ġcere": 7078, + "Ġpir": 7079, + "Ġmamm": 7080, + "icts": 7081, + "Ġdor": 7082, + "Ġdraft": 7083, + "asi": 7084, + "Ġhits": 7085, + "Ġtoler": 7086, + "Ġgather": 7087, + "Ġgulf": 7088, + "uts": 7089, + "utor": 7090, + "iments": 7091, + "chw": 7092, + "Ġstored": 7093, + "Ġdeco": 7094, + "rier": 7095, + "Ġhelic": 7096, + "Ġvul": 7097, + "Ġvice": 7098, + "opt": 7099, + "Ġrit": 7100, + "Ġchips": 7101, + "Ġcoach": 7102, + "ivals": 7103, + "ession": 7104, + "ocol": 7105, + "soud": 7106, + "Ġadmitted": 7107, + "Ġabol": 7108, + "Ġabund": 7109, + "Ġbought": 7110, + "Ġrod": 7111, + "Ġroles": 7112, + "apor": 7113, + "avian": 7114, + "Ġresident": 7115, + "Ġsyria": 7116, + "Ġgoes": 7117, + "Ġrays": 7118, + "Ġphosph": 7119, + "Ġassess": 7120, + "Ġmayor": 7121, + "Ġ51": 7122, + "Ġdiff": 7123, + "Ġsupplies": 7124, + "Ġinvented": 7125, + "Ġ68": 7126, + "Ġ600": 7127, + "Ġimpossible": 7128, + "Ġentitled": 7129, + "Ġ179": 7130, + "Ġleads": 7131, + "Ġshel": 7132, + "Ġparent": 7133, + "Ġvalleys": 7134, + "Ġborough": 7135, + "Ġannivers": 7136, + "Ġradar": 7137, + "Ġ1947": 7138, + "common": 7139, + "Ġvisible": 7140, + "Ġstead": 7141, + "Ġlesser": 7142, + "Ġfewer": 7143, + "Ġtestament": 7144, + "Ġshortly": 7145, + "Ġtitled": 7146, + "Ġcatal": 7147, + "Ġepit": 7148, + "Ġrussell": 7149, + "Ġpenet": 7150, + "Ġethics": 7151, + "Ġcivilization": 7152, + "Ġdriving": 7153, + "borough": 7154, + "Ġbenjamin": 7155, + "Ġmerger": 7156, + "Ġstream": 7157, + "Ġfunds": 7158, + "point": 7159, + "ÃŃa": 7160, + "Ġdispute": 7161, + "Ġspeaker": 7162, + "Ġdifficulties": 7163, + "Ġcastle": 7164, + "Ġmeetings": 7165, + "hydro": 7166, + "Ġconcentrated": 7167, + "worth": 7168, + "Ġsacrif": 7169, + "Ġmechanism": 7170, + "Ġquantities": 7171, + "Ġdecrease": 7172, + "Ġcarriers": 7173, + "Ġlifetime": 7174, + "Ġvowel": 7175, + "Ġneutral": 7176, + "Ġandalusia": 7177, + "Ġopponent": 7178, + "Ġteacher": 7179, + "Ġinherit": 7180, + "Ġmonastery": 7181, + "Ġsodium": 7182, + "Ġappropriate": 7183, + "Ġphrase": 7184, + "Ġconstellation": 7185, + "Ġacknowled": 7186, + "Ġkashmir": 7187, + "Ġentertainment": 7188, + "Ġperformances": 7189, + "Ġanniversary": 7190, + "47": 7191, + "cal": 7192, + "econom": 7193, + "eenth": 7194, + "fort": 7195, + "gas": 7196, + "uum": 7197, + "ã": 7198, + "Ê»": 7199, + "Ġum": 7200, + "Ĥ¬": 7201, + "Ġturing": 7202, + "Ġaa": 7203, + "Ġaver": 7204, + "eration": 7205, + "Ġsom": 7206, + "Ġsher": 7207, + "Ġwaves": 7208, + "enburg": 7209, + "iture": 7210, + "Ġpc": 7211, + "Ġpier": 7212, + "Ġfab": 7213, + "icide": 7214, + "Ġdiox": 7215, + "ington": 7216, + "Ġlux": 7217, + "Ġreally": 7218, + "Ġ1000": 7219, + "Ġstages": 7220, + "Ġstorm": 7221, + "Ġstruck": 7222, + "Ġwaste": 7223, + "eland": 7224, + "eless": 7225, + "rians": 7226, + "umes": 7227, + "Ġko": 7228, + "Ġexclud": 7229, + "Ġcogn": 7230, + "Ġnep": 7231, + "Ġcompact": 7232, + "ishment": 7233, + "Ġclock": 7234, + "ellar": 7235, + "Ġboat": 7236, + "Ġspot": 7237, + "ĠâĤ¬": 7238, + "Ġroutes": 7239, + "Ġtrig": 7240, + "Ġmarble": 7241, + "Ġnewton": 7242, + "Ġpoems": 7243, + "Ġpoirot": 7244, + "Ġdesire": 7245, + "achus": 7246, + "Ġracing": 7247, + "Ġrelief": 7248, + "Ġsubt": 7249, + "Ġbrunei": 7250, + "Ġengines": 7251, + "Ġspecified": 7252, + "Ġtrained": 7253, + "Ġcharter": 7254, + "Ġinfrastructure": 7255, + "Ġvariation": 7256, + "Ġwrites": 7257, + "Ġpersu": 7258, + "Ġmetab": 7259, + "Ġmetaph": 7260, + "azz": 7261, + "Ġchristmas": 7262, + "Ġtrading": 7263, + "Ġaster": 7264, + "Ġperiods": 7265, + "Ġstands": 7266, + "Ġelabor": 7267, + "Ġdiver": 7268, + "Ġdiameter": 7269, + "Ġfinance": 7270, + "Ġaviation": 7271, + "Ġapproaches": 7272, + "Ġpassing": 7273, + "Ġpassenger": 7274, + "Ġeverything": 7275, + "Ġhousehold": 7276, + "examples": 7277, + "án": 7278, + "chester": 7279, + "Ġprompt": 7280, + "Ġconstitu": 7281, + "Ġfuller": 7282, + "Ġverte": 7283, + "Ġinterests": 7284, + "Ġinvestigation": 7285, + "criptions": 7286, + "Ġadoption": 7287, + "Ġphilosophical": 7288, + "Ġparliamentary": 7289, + "Ġresponsibility": 7290, + "Ġlaboratory": 7291, + "Ġencounter": 7292, + "Ġfishing": 7293, + "Ġmigration": 7294, + "Ġsurrounded": 7295, + "Ġdetailed": 7296, + "Ġcredit": 7297, + "Ġaltitude": 7298, + "Ġslowly": 7299, + "Ġencod": 7300, + "Ġaarhus": 7301, + "Ġeggs": 7302, + "onymous": 7303, + "Ġresponded": 7304, + "Ġproportion": 7305, + "Ġmerely": 7306, + "Ġtherapy": 7307, + "Ġsiege": 7308, + "Ġbasketball": 7309, + "Ġhorizontal": 7310, + "Ġfaso": 7311, + "Ġflorida": 7312, + "Ġscheduled": 7313, + "Ġguarant": 7314, + "Ġguilty": 7315, + "Ġphiladelphia": 7316, + "Ġsabbath": 7317, + "63": 7318, + "87": 7319, + "dem": 7320, + "iop": 7321, + "iber": 7322, + "iations": 7323, + "iÄĩ": 7324, + "oa": 7325, + "sky": 7326, + "xual": 7327, + "Ġapl": 7328, + "inals": 7329, + "Ġtheod": 7330, + "Ġsale": 7331, + "Ġcul": 7332, + "Ġcited": 7333, + "Ġches": 7334, + "Ġcraft": 7335, + "Ġbits": 7336, + "isers": 7337, + "alty": 7338, + "ico": 7339, + "Ġtower": 7340, + "una": 7341, + "ulus": 7342, + "Ġvoy": 7343, + "Ġcha": 7344, + "Ġ1900": 7345, + "ifies": 7346, + "Ġunless": 7347, + "Ġcous": 7348, + "Ġcodes": 7349, + "iano": 7350, + "ighters": 7351, + "Ġamend": 7352, + "Ġshore": 7353, + "Ġadam": 7354, + "upon": 7355, + "Ġclay": 7356, + "Ġboot": 7357, + "appe": 7358, + "Ġalloys": 7359, + "ĠâĢľ": 7360, + "ĠâĢĿ": 7361, + "Ġperceived": 7362, + "Ġtea": 7363, + "Ġdisorder": 7364, + "Ġsche": 7365, + "ords": 7366, + "Ġknight": 7367, + "Ġattached": 7368, + "Ġupd": 7369, + "Ġremember": 7370, + "Ġinstall": 7371, + "Ġminute": 7372, + "inson": 7373, + "Ġvariations": 7374, + "Ġvarieties": 7375, + "Ġretire": 7376, + "Ġextens": 7377, + "Ġtermed": 7378, + "Ġdepict": 7379, + "Ġmainstream": 7380, + "Ġcapit": 7381, + "hemia": 7382, + "box": 7383, + "oven": 7384, + "Ġ95": 7385, + "Ġconsiderably": 7386, + "Ġpowered": 7387, + "Ġsinging": 7388, + "ieri": 7389, + "Ġpublicly": 7390, + "Ġhousing": 7391, + "Ġcurve": 7392, + "Ġprogramme": 7393, + "Ġstatistical": 7394, + "Ġsteve": 7395, + "Ġsecure": 7396, + "Ġ1918": 7397, + "Ġmounted": 7398, + "Ġbanks": 7399, + "Ġharv": 7400, + "Ġdebt": 7401, + "Ġemployment": 7402, + "Ġestablishing": 7403, + "Ġlooking": 7404, + "Ġdaniel": 7405, + "Ġsacred": 7406, + "Ġlyrics": 7407, + "Ġpleas": 7408, + "Ġcouple": 7409, + "Ġcloser": 7410, + "Ġfrancisco": 7411, + "Ġluther": 7412, + "Ġbuzzards": 7413, + "Ġmercury": 7414, + "Ġintegrated": 7415, + "Ġlicens": 7416, + "Ġbinding": 7417, + "Ġcinema": 7418, + "Ġthirty": 7419, + "Ġteachings": 7420, + "Ġvolunte": 7421, + "Ġbengal": 7422, + "Ġenjoyed": 7423, + "Ġdescendants": 7424, + "Ġcarolina": 7425, + "Ġinterpreted": 7426, + "Ġkyi": 7427, + "Ġopinion": 7428, + "Ġvietnam": 7429, + "Ġsunday": 7430, + "first": 7431, + "meanwhile": 7432, + "Ġelizabeth": 7433, + "85": 7434, + "een": 7435, + "fe": 7436, + "ho": 7437, + "ioc": 7438, + "ique": 7439, + "lb": 7440, + "nest": 7441, + "rand": 7442, + "tz": 7443, + "tis": 7444, + "ı": 7445, + "Ġton": 7446, + "Ġoption": 7447, + "Ġsid": 7448, + "Ġbmw": 7449, + "Ġwolf": 7450, + "anol": 7451, + "Ġfaster": 7452, + "Ġms": 7453, + "icate": 7454, + "room": 7455, + "Ġnerv": 7456, + "Ġgib": 7457, + "olid": 7458, + "idency": 7459, + "chs": 7460, + "Ġstood": 7461, + "Ġhera": 7462, + "emed": 7463, + "employ": 7464, + "Ġrational": 7465, + "ersson": 7466, + "Ġuncon": 7467, + "Ġexcess": 7468, + "Ġneo": 7469, + "Ġneck": 7470, + "sey": 7471, + "Ġencomp": 7472, + "Ġcompil": 7473, + "Ġworn": 7474, + "Ġcontest": 7475, + "Ġroger": 7476, + "Ġroof": 7477, + "ferences": 7478, + "Ġagassi": 7479, + "irect": 7480, + "Ġdisraeli": 7481, + "Ġmarry": 7482, + "achchan": 7483, + "Ġnobel": 7484, + "Ġwarm": 7485, + "Ġsystematic": 7486, + "Ġ52": 7487, + "Ġbuy": 7488, + "Ġinvent": 7489, + "Ġdistant": 7490, + "Ġzinc": 7491, + "Ġdeput": 7492, + "Ġmatrix": 7493, + "Ġlanded": 7494, + "Ġ160": 7495, + "Ġangular": 7496, + "Ġinspir": 7497, + "Ġlaid": 7498, + "Ġorganisation": 7499, + "Ġequation": 7500, + "ylv": 7501, + "haus": 7502, + "Ġcaliph": 7503, + "Ġcomputing": 7504, + "Ġpassage": 7505, + "Ġ1954": 7506, + "iki": 7507, + "Ġarguments": 7508, + "pective": 7509, + "Ġvector": 7510, + "Ġdelta": 7511, + "Ġautumn": 7512, + "Ġtriang": 7513, + "Ġepiscop": 7514, + "Ġreduction": 7515, + "Ġdenied": 7516, + "Ġmarketing": 7517, + "Ġsubstances": 7518, + "Ġmagnetic": 7519, + "Ġgrounds": 7520, + "Ġfunding": 7521, + "Ġpitcher": 7522, + "Ġcontributions": 7523, + "Ġβ": 7524, + "Ġclearly": 7525, + "Ġvillages": 7526, + "Ġantibiotic": 7527, + "Ġranking": 7528, + "Ġnarrative": 7529, + "Ġdemocrats": 7530, + "Ġinnoc": 7531, + "Ġpetro": 7532, + "Ġdocumented": 7533, + "Ġdrama": 7534, + "Ġmosque": 7535, + "Ġrecovered": 7536, + "Ġstopped": 7537, + "Ġrotation": 7538, + "Ġcloud": 7539, + "Ġvarying": 7540, + "Ġreserve": 7541, + "Ġcabinet": 7542, + "Ġbegun": 7543, + "Ġbegins": 7544, + "Ġmunicipality": 7545, + "Ġefficient": 7546, + "Ġexactly": 7547, + "Ġceltic": 7548, + "Ġbriefly": 7549, + "Ġlinks": 7550, + "Ġsaxon": 7551, + "Ġdiscipline": 7552, + "Ġphenomenon": 7553, + "Ġamphetamine": 7554, + "Ġmolecule": 7555, + "athered": 7556, + "Ġnazi": 7557, + "Ġgeorgia": 7558, + "Ġpublishing": 7559, + "Ġspecimen": 7560, + "Ġsatellite": 7561, + "Ġauschw": 7562, + "Ġsimultaneously": 7563, + "Ġencompass": 7564, + "Ġauschwitz": 7565, + "53": 7566, + "gets": 7567, + "law": 7568, + "oir": 7569, + "rill": 7570, + "uable": 7571, + "uits": 7572, + "Ġai": 7573, + "Ġaven": 7574, + "eria": 7575, + "Ġsad": 7576, + "Ġsoph": 7577, + "Ġcsm": 7578, + "Ġwider": 7579, + "itimate": 7580, + "Ġank": 7581, + "esp": 7582, + "Ġfinger": 7583, + "Ġdense": 7584, + "Ġdream": 7585, + "rous": 7586, + "Ġhip": 7587, + "Ġeug": 7588, + "Ġnag": 7589, + "Ġrecept": 7590, + "omous": 7591, + "Ġgates": 7592, + "Ġgriff": 7593, + "sts": 7594, + "olas": 7595, + "idden": 7596, + "rav": 7597, + "Ġvig": 7598, + "umed": 7599, + "achen": 7600, + "Ġrud": 7601, + "Ġkurosawa": 7602, + "Ġarche": 7603, + "Ġneur": 7604, + "ptic": 7605, + "Ġada": 7606, + "Ġclergy": 7607, + "Ġboys": 7608, + "apers": 7609, + "idepress": 7610, + "Ġ2021": 7611, + "ava": 7612, + "Ġagree": 7613, + "Ġdismiss": 7614, + "rency": 7615, + "Ġtwin": 7616, + "Ġraise": 7617, + "Ġgenre": 7618, + "wealth": 7619, + "Ġquad": 7620, + "Ġherself": 7621, + "Ġbrad": 7622, + "Ġcalling": 7623, + "Ġ43": 7624, + "Ġjohan": 7625, + "Ġparad": 7626, + "Ġthemes": 7627, + "Ġmonument": 7628, + "Ġlocations": 7629, + "Ġends": 7630, + "Ġcommonwealth": 7631, + "Ġcorn": 7632, + "Ġmetall": 7633, + "Ġromantic": 7634, + "Ġoperational": 7635, + "Ġnamely": 7636, + "Ġconfusion": 7637, + "Ġimported": 7638, + "Ġbraille": 7639, + "Ġ1941": 7640, + "Ġreferences": 7641, + "Ġ1952": 7642, + "Ġsimilarly": 7643, + "Ġheaded": 7644, + "Ġsymmet": 7645, + "Ġ1937": 7646, + "Ġbioc": 7647, + "Ġproperly": 7648, + "Ġstructural": 7649, + "Ġoxford": 7650, + "Ġoccurring": 7651, + "Ġturning": 7652, + "Ġrulers": 7653, + "etymology": 7654, + "Ġchanging": 7655, + "Ġsentence": 7656, + "Ġbanjo": 7657, + "Ġpredicted": 7658, + "Ġfoods": 7659, + "Ġdebut": 7660, + "Ġfacing": 7661, + "Ġconsistent": 7662, + "ĠÃĹ": 7663, + "Ġpolynom": 7664, + "Ġfestivals": 7665, + "Ġconcepts": 7666, + "Ġaimed": 7667, + "Ġexecuted": 7668, + "Ġmicrosoft": 7669, + "Ġoptical": 7670, + "Ġathanasius": 7671, + "Ġmeasurements": 7672, + "Ġdecreased": 7673, + "Ġdelivered": 7674, + "Ġbowl": 7675, + "jackson": 7676, + "Ġswitch": 7677, + "Ġcasual": 7678, + "Ġinstrumental": 7679, + "Ġbringing": 7680, + "Ġbede": 7681, + "Ġsharp": 7682, + "Ġsculpture": 7683, + "Ġmomentum": 7684, + "Ġnewspapers": 7685, + "Ġsweden": 7686, + "Ġalmond": 7687, + "Ġgiant": 7688, + "Ġrandom": 7689, + "Ġwealthy": 7690, + "Ġrevenue": 7691, + "Ġsweet": 7692, + "Ġdollars": 7693, + "Ġbavaria": 7694, + "Ġfossil": 7695, + "Ġstrategic": 7696, + "Ġvacuum": 7697, + "Ġexplicitly": 7698, + "Ġintellectual": 7699, + "Ġminimum": 7700, + "Ġtournament": 7701, + "Ġoblig": 7702, + "Ġasphalt": 7703, + "ylvania": 7704, + "65": 7705, + "aus": 7706, + "bird": 7707, + "fs": 7708, + "fam": 7709, + "high": 7710, + "never": 7711, + "oft": 7712, + "sal": 7713, + "spec": 7714, + "uver": 7715, + "uag": 7716, + "Å¡": 7717, + "Ġteles": 7718, + "Ġarian": 7719, + "Ġtheology": 7720, + "Ġsamples": 7721, + "Ġcd": 7722, + "Ġcaves": 7723, + "ancing": 7724, + "Ġpear": 7725, + "Ġpale": 7726, + "Ġfash": 7727, + "Ġfighter": 7728, + "Ġine": 7729, + "Ġmans": 7730, + "Ġmoses": 7731, + "icks": 7732, + "Ġhang": 7733, + "Ġhired": 7734, + "Ġtouch": 7735, + "Ġlag": 7736, + "uten": 7737, + "Ġasu": 7738, + "ulder": 7739, + "Ġstones": 7740, + "elian": 7741, + "acus": 7742, + "Ġrug": 7743, + "Ġsuu": 7744, + "iful": 7745, + "Ġku": 7746, + "Ġlev": 7747, + "Ġlewis": 7748, + "Ġenlight": 7749, + "aked": 7750, + "Ġhaz": 7751, + "Ġcomprom": 7752, + "oglob": 7753, + "Ġintent": 7754, + "Ġtrying": 7755, + "place": 7756, + "pha": 7757, + "Ġdisag": 7758, + "Ġnoble": 7759, + "Ġevil": 7760, + "Ġelev": 7761, + "Ġfeather": 7762, + "Ġflows": 7763, + "Ġattract": 7764, + "Ġattracted": 7765, + "Ġterrain": 7766, + "Ġwarhol": 7767, + "issipp": 7768, + "Ġintervent": 7769, + "Ġengage": 7770, + "Ġundert": 7771, + "Ġpopul": 7772, + "Ġschopenhauer": 7773, + "Ġposit": 7774, + "Ġinvaded": 7775, + "ahar": 7776, + "Ġmineral": 7777, + "Ġvaried": 7778, + "Ġexpand": 7779, + "Ġnumbered": 7780, + "Ġsigns": 7781, + "Ġimpression": 7782, + "Ġaccomm": 7783, + "Ġestate": 7784, + "Ġentry": 7785, + "Ġterminal": 7786, + "Ġ89": 7787, + "Ġcapability": 7788, + "Ġroma": 7789, + "Ġcontinent": 7790, + "ovo": 7791, + "Ġmiles": 7792, + "Ġguards": 7793, + "Ġmodest": 7794, + "Ġangel": 7795, + "Ġbaroque": 7796, + "Ġdioc": 7797, + "Ġcalend": 7798, + "Ġpolitic": 7799, + "Ġswiss": 7800, + "Ġpassengers": 7801, + "Ġbread": 7802, + "Ġ1953": 7803, + "Ġ1958": 7804, + "Ġrestric": 7805, + "Ġstatements": 7806, + "Ġreturning": 7807, + "Ġdevoted": 7808, + "Ġmassac": 7809, + "Ġtrials": 7810, + "chel": 7811, + "Ġpromised": 7812, + "Ġdeclar": 7813, + "ipping": 7814, + "Ġgrav": 7815, + "sequently": 7816, + "Ġmississipp": 7817, + "Ġaccounting": 7818, + "holm": 7819, + "ipsych": 7820, + "Ġqur": 7821, + "Ġastronomy": 7822, + "Ġbusinesses": 7823, + "Ġfacility": 7824, + "Ġfacilit": 7825, + "Ġcollapse": 7826, + "Ġexceptions": 7827, + "Ġdemocracy": 7828, + "Ġfemales": 7829, + "Ġbills": 7830, + "Ġdocuments": 7831, + "��essay": 7832, + "Ġsaints": 7833, + "Ġnecessarily": 7834, + "Ġreviews": 7835, + "Ġsituations": 7836, + "Ġprecise": 7837, + "Ġconsumer": 7838, + "Ġdanube": 7839, + "apple": 7840, + "Ġobtain": 7841, + "Ġoriented": 7842, + "Ġlouisiana": 7843, + "finally": 7844, + "Ġranks": 7845, + "Ġpapers": 7846, + "Ġassyria": 7847, + "Ġdistinguish": 7848, + "Ġnitrogen": 7849, + "Ġpatriarch": 7850, + "Ġaccurate": 7851, + "Ġvictoria": 7852, + "Ġprincess": 7853, + "Ġcooperation": 7854, + "Ġexclusively": 7855, + "Ġmonarchy": 7856, + "Ġannex": 7857, + "Ġbeauty": 7858, + "Ġreconstruction": 7859, + "Ġamphib": 7860, + "Ġneighborhood": 7861, + "Ġpushed": 7862, + "Ġfriedrich": 7863, + "Ġbahamas": 7864, + "Ġsurfaces": 7865, + "Ġportrayed": 7866, + "Ġcompatible": 7867, + "Ġcommemor": 7868, + "Ġmembrane": 7869, + "Ġsacrifice": 7870, + "ão": 7871, + "Ġaccommod": 7872, + "300": 7873, + "57": 7874, + "89": 7875, + "fc": 7876, + "fast": 7877, + "iest": 7878, + "nings": 7879, + "othe": 7880, + "ses": 7881, + "sub": 7882, + "tv": 7883, + "ÏĤ": 7884, + "à¤": 7885, + "Ġbure": 7886, + "Ġwed": 7887, + "Ġwire": 7888, + "eded": 7889, + "Ġfro": 7890, + "orra": 7891, + "alg": 7892, + "Ġmentions": 7893, + "icular": 7894, + "Ġdc": 7895, + "Ġdress": 7896, + "Ġdrew": 7897, + "Ġtot": 7898, + "Ġlis": 7899, + "Ġnest": 7900, + "Ġninth": 7901, + "Ġreun": 7902, + "Ġginsberg": 7903, + "ami": 7904, + "ira": 7905, + "owing": 7906, + "Ġconclusion": 7907, + "Ġdeemed": 7908, + "Ġhearing": 7909, + "Ġvital": 7910, + "acon": 7911, + "Ġrum": 7912, + "Ġrising": 7913, + "aber": 7914, + "abapt": 7915, + "Ġexcell": 7916, + "Ġjup": 7917, + "Ġjord": 7918, + "Ġarithm": 7919, + "ocated": 7920, + "Ġencl": 7921, + "Ġenhan": 7922, + "Ġshield": 7923, + "astron": 7924, + "ometers": 7925, + "Ġresc": 7926, + "Ġresigned": 7927, + "Ġdisput": 7928, + "Ġscored": 7929, + "Ġspeer": 7930, + "ricket": 7931, + "Ġraces": 7932, + "Ġgenus": 7933, + "Ġregulations": 7934, + "Ġpresidency": 7935, + "Ġrecip": 7936, + "Ġflower": 7937, + "Ġdefended": 7938, + "Ġmonitor": 7939, + "Ġministers": 7940, + "Ġdeck": 7941, + "arsh": 7942, + "Ġmuscle": 7943, + "Ġbattery": 7944, + "Ġretain": 7945, + "Ġentrance": 7946, + "Ġmainland": 7947, + "Ġvaluable": 7948, + "Ġsupports": 7949, + "Ġinscriptions": 7950, + "Ġhyp": 7951, + "Ġports": 7952, + "haust": 7953, + "Ġberyllium": 7954, + "Ġesp": 7955, + "Ġbreaking": 7956, + "Ġrestored": 7957, + "Ġexperiences": 7958, + "Ġdowntown": 7959, + "Ġsymph": 7960, + "Ġreligions": 7961, + "Ġlabel": 7962, + "Ġdiscrim": 7963, + "Ġsuggesting": 7964, + "short": 7965, + "Ġbehalf": 7966, + "Ġ1910": 7967, + "Ġpredict": 7968, + "Ġalgae": 7969, + "Ġsanct": 7970, + "Ġalternate": 7971, + "Ġordinary": 7972, + "Ġdisputed": 7973, + "Ġapproxim": 7974, + "Ġduties": 7975, + "Ġambigu": 7976, + "Ġassistant": 7977, + "Ġresistant": 7978, + "Ġsituated": 7979, + "Ġparticipate": 7980, + "Ġfarmers": 7981, + "Ġprecision": 7982, + "Ġchampionships": 7983, + "Ġsacram": 7984, + "Ġmechanical": 7985, + "Ġimplementation": 7986, + "Ġlegislative": 7987, + "Ġhappy": 7988, + "Ġfluid": 7989, + "Ġexhibit": 7990, + "Ġexhibition": 7991, + "Ġanarchism": 7992, + "Ġthinking": 7993, + "Ġobservations": 7994, + "Ġinjuries": 7995, + "Ġarsenal": 7996, + "Ġawa": 7997, + "Ġskills": 7998, + "Ġexercise": 7999 + }, + "merges": [ + "Ġ t", + "Ġ a", + "h e", + "i n", + "Ġt he", + "e r", + "Ġ o", + "Ġ ,", + "Ġ s", + "r e", + "o n", + "Ġ c", + "Ġ .", + "a t", + "Ġ b", + "Ġ w", + "e d", + "e n", + "a n", + "i s", + "i t", + "Ġa n", + "Ġ p", + "Ġo f", + "e s", + "Ġ f", + "o r", + "a l", + "Ġ in", + "a r", + "Ġ m", + "Ġan d", + "i c", + "Ġ d", + "in g", + "r o", + "a s", + "i on", + "Ġ h", + "Ġ \"", + "Ġt o", + "l e", + "u s", + "Ġ e", + "Ġ l", + "en t", + "Ġ n", + "Ġ re", + "u n", + "t he", + "o m", + "l y", + "Ġt h", + "Ġ g", + "c t", + "u r", + "i l", + "s t", + "Ġb e", + "u t", + "Ġ 1", + "a m", + "o l", + "v e", + "i m", + "Ġ is", + "Ġa s", + "a d", + "u l", + "Ġ -", + "i d", + "c h", + "c e", + "at ion", + "Ġf or", + "Ġs t", + "i r", + "i g", + "Ġa l", + "v er", + "Ġw as", + "Ġo n", + "t h", + "t er", + "r a", + "it h", + "e l", + "o w", + "Ġc on", + "Ġ )", + "Ġ (", + "Ġw ith", + "o t", + "e t", + "Ġw h", + "Ġd e", + "Ġb y", + "Ġth at", + "is t", + "r i", + "o s", + "Ġ he", + "Ġp ro", + "a y", + "Ġ v", + "u m", + "Ġc om", + "Ġo r", + "Ġm o", + "ro m", + "an d", + "' s", + "e m", + "a c", + "Ġ 2", + "Ġ it", + "o p", + "Ġ r", + "er s", + "es t", + "Ġs u", + "a g", + "Ġa t", + "Ġs e", + "Ġc h", + "Ġ1 9", + "i f", + "Ġ k", + "Ġa re", + "a in", + "a b", + "Ġ un", + "at e", + "Ġe x", + "Ġf rom", + "Ġ j", + "p e", + "re s", + "Ġc o", + "the r", + "i es", + "it y", + "u d", + "u g", + "q u", + "Ġa r", + "an t", + "i v", + "ic h", + "o d", + "Ġh is", + "i ve", + "0 0", + "m ent", + "Ġn e", + "i an", + "Ġ us", + "es s", + "o c", + "p p", + "s e", + "or t", + "ic al", + "al l", + "il l", + "at ed", + "ig h", + "er e", + "i al", + "Ġwh ich", + "p t", + "Ġ le", + "ar t", + "i a", + "b er", + "un d", + "Ġ en", + "Ġw ere", + "Ġ y", + "Ġp l", + "u re", + "Ġa m", + "ar d", + "a k", + "Ġh a", + "ug h", + "ct ion", + "s o", + "c l", + "g e", + "o us", + "Ġs o", + "Ġcom p", + "Ġs h", + "Ġn ot", + "am e", + "i p", + "Ġa d", + "Ġw or", + "in e", + "d er", + "o g", + "Ġa b", + "ar y", + "as t", + "u p", + "Ġa c", + "om e", + "Ġf o", + "is h", + "re d", + "p er", + "us t", + "r it", + "Ġc l", + "el l", + "i e", + "Ġcon t", + "e ct", + "Ġb o", + "Ġh ad", + "Ġha ve", + "an s", + "igh t", + "d u", + "u b", + "Ġal so", + "on g", + "Ġs p", + "it ion", + "Ġ â", + "Ġin t", + "Ġa f", + "i z", + "Ġ ro", + "a p", + "id e", + "Ġh as", + "ul t", + "en d", + "i b", + "Ġt r", + "Ġal l", + "Ġâ Ģ", + "Ġb ut", + "Ġit s", + "Ġcom m", + "r y", + "Ġ2 0", + "Ġm an", + "Ġthe ir", + "ac k", + "ig n", + "a v", + "Ġp art", + "ation s", + "en ce", + "Ġ :", + "as s", + "ag e", + "Ġ ;", + "e ar", + "Ġw he", + "Ġfor m", + "ul d", + "al ly", + "Ġo ther", + "Ġ im", + "un t", + "p l", + "Ġre s", + "Ġc an", + "f er", + "Ġf ir", + "p h", + "he r", + "l d", + "at er", + "Ġa g", + "Ġp er", + "Ġt e", + "f or", + "i re", + "Ġth is", + "Ġfir st", + "Ġon e", + "Ġd is", + "cl ud", + "Ġs c", + "an g", + "a ct", + "re e", + "Ġs y", + "or y", + "Ġc ent", + "ve l", + "Ġm e", + "re n", + "Ġbe c", + "Ġbe en", + "Ġs pe", + "o ut", + "an ce", + "ol l", + "Ġin clud", + "c on", + "u e", + "ion s", + "Ġm ar", + "o k", + "Ġin d", + "a ce", + "Ġne w", + "ow n", + "Ġt w", + "im e", + "at es", + "o re", + "ter n", + "Ġy ear", + "Ġwh o", + "or d", + "he d", + "k e", + "f f", + "Ġp o", + "Ġ20 1", + "en s", + "ab le", + "r u", + "Ġg o", + "r ic", + "c ed", + "Ġ '", + "i le", + "Ġs er", + "Ġ2 00", + "Ġ1 8", + "ĠâĢ ĵ", + "Ġsu ch", + "c ess", + "m an", + "Ġd es", + "Ġmo st", + "Ġ i", + "Ġa p", + "a ch", + "Ġn o", + "Ġb l", + "ur ing", + "r on", + "t e", + "ic e", + "c es", + "Ġ 3", + "Ġmo re", + "Ġb as", + "p ort", + "c o", + "o uld", + "v ed", + "Ġa pp", + "Ġus ed", + "Ġtw o", + "Ġ ra", + "Ġe m", + "Ġe v", + "Ġp h", + "Ġg ro", + "t s", + "Ġcon s", + "Ġg en", + "l ic", + "Ġe le", + "Ġre g", + "ver s", + "or s", + "Ġp re", + "it e", + "on e", + "os e", + "Ġint o", + "Ġthe y", + "Ġp res", + "ar i", + "is m", + "ut h", + "Ġe ar", + "Ġo ver", + "Ġc a", + "w e", + "ad e", + "o ugh", + "Ġc ol", + "Ġas s", + "k s", + "Ġk n", + "l and", + "Ġre l", + "i ed", + "ent s", + "am p", + "ul ar", + "Ġth an", + "Ġf e", + "Ġm ay", + "Ġs ome", + "Ġre c", + "ation al", + "w n", + "Ġf l", + "Ġo ut", + "at ive", + "it ed", + "Ġpro du", + "ri b", + "Ġn or", + "Ġt ime", + "t ed", + "Ġp e", + "ur n", + "l es", + "Ġaf ter", + "ro ugh", + "re at", + "Ġp r", + "Ġw ould", + "Ġbe t", + "Ġd o", + "er ic", + "Ġat t", + "Ġt er", + "ol og", + "Ġ qu", + "al s", + "Ġhe r", + "Ġon ly", + "Ġl ar", + "o st", + "Ġw ar", + "Ġn um", + "Ġ up", + "ing s", + "us e", + "at h", + "f t", + "Ġm a", + "res s", + "Ġsu b", + "ic s", + "th is", + "Ġa ct", + "Ġw e", + "Ġof f", + "is s", + "Ġh im", + "Ġc ar", + "for m", + "Ġ %", + "Ġin ter", + "Ġpl ay", + "Ġthe re", + "ur y", + "in d", + "Ġbe l", + "Ġam eric", + "Ġwor ld", + "if ic", + "Ġb r", + "Ġde f", + "t en", + "g an", + "Ġen g", + "st em", + "Ġwhe n", + "Ġman y", + "we en", + "Ġin c", + "Ġc all", + "Ġco unt", + "Ġ 4", + "Ġar m", + "Ġun der", + "Ġp op", + "Ġsy stem", + "Ġl i", + "a w", + "u c", + "Ġgen er", + "Ġbet ween", + "u al", + "il d", + "ver y", + "y s", + "Ġ 5", + "Ġus e", + "Ġspe c", + "Ġan t", + "Ġa ir", + "Ġj o", + "it ies", + "as e", + "Ġp ar", + "Ġtr ans", + "Ġre m", + "Ġ19 9", + "Ġth rough", + "ver n", + "Ġp ub", + "ol d", + "Ġthe m", + "Ġfo und", + "l i", + "Ġkn own", + "Ġt ra", + "Ġd if", + "Ġwor k", + "Ġyear s", + "Ġm on", + "Ġre p", + "e ver", + "Ġch ar", + "Ġb u", + "in ce", + "Ġs ch", + "on s", + "Ġsu pp", + "a f", + "Ġd uring", + "at ing", + "ow er", + "Ġp os", + "Ġab out", + "Ġin st", + "oll ow", + "Ġgo vern", + "Ġp ol", + "Ġar t", + "Ġin v", + "n e", + "in t", + "j ect", + "Ġd ist", + "vel op", + "Ġo b", + "ow ever", + "is hed", + "a h", + "Ġcent ury", + "e p", + "a re", + "Ġcall ed", + "Ġh igh", + "Ġm em", + "r al", + "r am", + "Ġs et", + "it s", + "f ore", + "Ġm in", + "u ro", + "ist s", + "Ġde c", + "Ġde velop", + "Ġag ain", + "Ġc ity", + "Ġwhe re", + "i o", + "Ġin f", + "ter s", + "Ġ /", + "Ġs ur", + "i x", + "l l", + "ct ed", + "id ent", + "a il", + "in s", + "i um", + "ak e", + "Ġl o", + "Ġpro v", + "Ġv ari", + "i ous", + "Ġcon st", + "Ġs m", + "Ġex p", + "w ard", + "in es", + "r an", + "u res", + "on d", + "Ġw rit", + "Ġl oc", + "ic t", + "Ġh ist", + "Ġthe se", + "o ther", + "Ġ ed", + "Ġ z", + "u ally", + "Ġst ud", + "Ġ 6", + "ut ion", + "ar s", + "t le", + "Ġnum ber", + "h ip", + "Ġbec ame", + "ment s", + "he s", + "Ġbe ing", + "Ġw ell", + "ay s", + "Ġc re", + "Ġst ate", + "Ġs im", + "Ġf ollow", + "Ġinclud ing", + "o od", + "Ġth ree", + "Ġl ater", + "Ġen d", + "Ġm us", + "Ġm ade", + "Ġst ates", + "ical ly", + "Ġad d", + "iz ed", + "Ġs ign", + "Ġw ill", + "Ġgro up", + "is e", + "ang u", + "ce pt", + "Ġm ed", + "i ent", + "op le", + "Ġb at", + "Ġf il", + "in al", + "in ed", + "Ġe ff", + "Ġre t", + "Ġb ro", + "Ġl angu", + "ction s", + "Ġim p", + "Ġdif fer", + "Ġac c", + "he n", + "g est", + "if e", + "Ġb rit", + "Ġ est", + "Ġthe n", + "ur al", + "Ġ 7", + "Ġex t", + "ro und", + "Ġwh ile", + "Ġ ent", + "con d", + "Ġbo th", + "Ġ u", + "Ġter m", + "Ġan y", + "Ġp ers", + "v ing", + "Ġs l", + "o ur", + "Ġde p", + "Ġt y", + "00 0", + "Ġm ain", + "u es", + "im es", + "g er", + "ant s", + "c k", + "at her", + "ib le", + "Ġear ly", + "Ġameric an", + "Ġ 8", + "c c", + "id er", + "i ly", + "at ure", + "Ġli ke", + "a use", + "Ġma j", + "n ing", + "il ity", + "Ġg r", + "u ch", + "er t", + "Ġpe ople", + "Ġse ver", + "ial ly", + "Ġ19 7", + "Ġl ong", + "Ġg er", + "Ġ1 7", + "Ġsu c", + "Ġcomm on", + "Ġc or", + "Ġ19 8", + "b e", + "Ġe uro", + "Ġor ig", + "ian s", + "oc k", + "Ġm et", + "Ġse cond", + "Ġle ad", + "Ġso uth", + "le x", + "Ġun i", + "t y", + "Ġc ap", + "ar ch", + "Ġ19 6", + "Ġs he", + "Ġdes c", + "Ġ rom", + "he m", + "ain ed", + "Ġcont in", + "i el", + "Ġmaj or", + "Ġk ing", + "i et", + "ro s", + "us s", + "Ġp a", + "Ġun ited", + "l ish", + "el f", + "Ġres ult", + "Ġgovern ment", + "Ġfil m", + "Ġs a", + "b ers", + "Ġfo ur", + "Ġd ire", + "ag es", + "f ul", + "Ġpart ic", + "l ed", + "b o", + "Ġs ame", + "Ġo per", + "Ġst r", + "Ġagain st", + "o un", + "an ge", + "Ġv al", + "Ġnor th", + "as ed", + "l ished", + "is ion", + "Ġm at", + "Ġn ational", + "Ġap pe", + "o v", + "Ġ ri", + "th ough", + "Ġl and", + "Ġcomm un", + "Ġeuro pe", + "d e", + "Ġlar ge", + "r ist", + "ie w", + "c y", + "Ġf am", + "ic k", + "Ġch ur", + "Ġco uld", + "am es", + "iv ed", + "ra ph", + "ord ing", + "Ġof ten", + "al e", + "Ġin tern", + "Ġo wn", + "ul ation", + "Ġn ame", + "Ġele ct", + "Ġ1 0", + "ra ct", + "Ġm il", + "Ġger man", + "Ġ if", + "Ġbe fore", + "Ġsupp ort", + "a e", + "Ġsever al", + "t o", + "x t", + "olog y", + "Ġo cc", + "os ed", + "Ġs oc", + "a z", + "amp le", + "Ġsm all", + "Ġa ust", + "ill ion", + "t on", + "Ġ 9", + "v es", + "v en", + "el s", + "Ġun t", + "Ġco ur", + "ion al", + "Ġdes ign", + "Ġ1 6", + "Ġi i", + "g y", + "Ġbo ok", + "Ġinc re", + "Ġo p", + "Ġh um", + "Ġbec ause", + "Ġre f", + "v ent", + "Ġ1 5", + "iel d", + "a red", + "ĠâĢ Ķ", + "m in", + "Ġunt il", + "Ġcons ider", + "Ġsuc cess", + "the re", + "ut e", + "ro p", + "b y", + "it al", + "i red", + "Ġp ower", + "ain s", + "Ġcon f", + "Ġb or", + "Ġim port", + "Ġs ing", + "Ġdiffer ent", + "o ol", + "Ġan n", + "h owever", + "in c", + "Ġpro g", + "Ġg u", + "Ġbas ed", + "ren t", + "Ġmo d", + "Ġch rist", + "or k", + "iv es", + "Ġcount ry", + "o y", + "à ©", + "i er", + "Ġan g", + "Ġtr ad", + "Ġs ince", + "Ġin s", + "Ġpub lic", + "Ġb ar", + "Ġb ack", + "Ġl a", + "Ġth ough", + "Ġde m", + "s on", + "Ġh y", + "Ġmo der", + "Ġex ample", + "i od", + "Ġg reat", + "Ġor gan", + "Ġle g", + "Ġcl ass", + "Ġcont ro", + "Ġinclud e", + "Ġbrit ish", + "u ed", + "Ġd iv", + "an k", + "at ic", + "as on", + "Ġl ife", + "Ġd id", + "Ġh ous", + "i us", + "Ġeff ect", + "t ing", + "is ed", + "o b", + "Ġl it", + "ther n", + "a x", + "Ġp ri", + "Ġser v", + "af ter", + "l u", + "n a", + "en e", + "act er", + "Ġa round", + "Ġp ort", + "ir d", + "ak ing", + "Ġe ach", + "Ġcomp an", + "Ġlangu age", + "Ġpro b", + "Ġd ay", + "ul a", + "id es", + "Ġa st", + "m e", + "m ber", + "Ġc ur", + "id ed", + "Ġne ar", + "a ve", + "in a", + "Ġe qu", + "Ġor der", + "w ay", + "Ġre v", + "Ġcol le", + "Ġsh ow", + "y l", + "Ġte am", + "Ġsch ool", + "Ġgener al", + "Ġuni vers", + "Ġre qu", + "Ġchur ch", + "h n", + "Ġb ra", + "ch n", + "Ġare a", + "Ġs ol", + "Ġall ow", + "con om", + "Ġmar k", + "Ġar ch", + "Ġbl ack", + "Ġ1 2", + "Ġper iod", + "Ġst and", + "Ġr ad", + "ition s", + "n er", + "Ġw est", + "Ġp at", + "Ġre le", + "Ġl aw", + "Ġe l", + "Ġr ight", + "Ġpl an", + "Ġrec ord", + "Ġf un", + "ul l", + "Ġd i", + "Ġn ow", + "ru ct", + "end ed", + "h a", + "om et", + "Ġg e", + "Ġb er", + "le m", + "Ġmoder n", + "p ar", + "Ġb od", + "Ġf in", + "Ġk e", + "a im", + "Ġpos s", + "a ir", + "Ġ ir", + "Ġpro p", + "Ġph il", + "Ġa ra", + "Ġ19 4", + "iss ion", + "the y", + "Ġg re", + "il ar", + "op h", + "Ġam ong", + "g en", + "Ġre fer", + "Ġw ater", + "Ġg l", + "ri es", + "Ġis land", + "Ġoff ic", + "Ġ es", + "Ġl at", + "if ied", + "Ġj e", + "g ed", + "ar m", + "ra ft", + "Ġcon c", + "Ġa v", + "Ġe conom", + "ri pt", + "Ġc al", + "Ġth ose", + "Ġbe gan", + "og raph", + "Ġpol it", + "le y", + "Ġte chn", + "id s", + "n ed", + "iz e", + "Ġser ies", + "on y", + "Ġg ree", + "Ġr un", + "Ġm id", + "Ġde ath", + "Ġapp ro", + "Ġrep res", + "Ġc ult", + "Ġprog ram", + "Ġpro cess", + "Ġs w", + "im ate", + "m ost", + "Ġcomp ut", + "Ġdesc rib", + "Ġo ld", + "Ġhist or", + "Ġdire ct", + "un c", + "Ġg iv", + "Ġfo re", + "Ġt em", + "Ġf re", + "Ġm uch", + "ber t", + "ar k", + "iz ation", + "Ġst ill", + "et s", + "w h", + "Ġev en", + "Ġn on", + "Ġex pl", + "Ġc r", + "oc i", + "Ġop en", + "n ess", + "Ġp ass", + "Ġh and", + "Ġbel ie", + "Ġeng lish", + "Ġ1 1", + "Ġest ab", + "ac ed", + "Ġb re", + "Ġal b", + "Ġ19 5", + "Ġarm y", + "Ġg od", + "Ġwor d", + "en g", + "Ġh ome", + "Ġl ine", + "ug ust", + "c om", + "r ation", + "Ġpro t", + "Ġad v", + "th od", + "Ġcomp le", + "Ġ1 3", + "ro du", + "Ġe as", + "Ġre st", + "Ġm ag", + "the se", + "Ġbu ild", + "i k", + "Ġm illion", + "Ġre ce", + "ros s", + "ure d", + "Ġty p", + "Ġa uth", + "am ed", + "Ġar g", + "Ġe ast", + "Ġl ast", + "ent ly", + "Ġex per", + "Ġpop ulation", + "p or", + "Ġ er", + "Ġo pp", + "om in", + "t al", + "re t", + "pe ct", + "qu e", + "Ġmus ic", + "Ġmil it", + "Ġ $", + "Ġt reat", + "ic es", + "Ġst at", + "Ġ1 4", + "Ġass oci", + "Ġf act", + "Ġwith in", + "ri ed", + "ac c", + "Ġf r", + "ren ch", + "y n", + "Ġinf lu", + "Ġd ue", + "Ġpartic ular", + "a pt", + "i ence", + "Ġc amp", + "as es", + "and er", + "oll o", + "Ġpers on", + "Ġn at", + "Ġintern ational", + "ro w", + "in k", + "Ġb us", + "Ġl ed", + "Ġb al", + "as h", + "Ġret urn", + "Ġrepres ent", + "Ġ very", + "Ġaf ric", + "em ent", + "ab ly", + "Ġsp ace", + "Ġsim ilar", + "Ġ x", + "Ġf ran", + "Ġch ild", + "Ġpop ular", + "ot e", + "Ġus ing", + "Ġreg ion", + "Ġs k", + "Ġcom b", + "Ġ ve", + "Ġw in", + "ard s", + "b s", + "m ed", + "z e", + "Ġtrad ition", + "Ġaf f", + "Ġfollow ing", + "Ġimport ant", + "Ġpl ace", + "en ces", + "Ġh ig", + "Ġv is", + "Ġres p", + "Ġper form", + "Ġf rench", + "Ġst e", + "Ġhe l", + "Ġhe ad", + "Ġem p", + "Ġpres ent", + "Ġhum an", + "Ġa lex", + "is ter", + "Ġd own", + "t ic", + "Ġg ame", + "Ġbas e", + "Ġan al", + "g in", + "Ġs al", + "Ġa ugust", + "Ġp ur", + "Ġse c", + "Ġj ust", + "Ġhist ory", + "Ġt imes", + "us ed", + "c raft", + "en se", + "Ġmo ve", + "Ġe very", + "Ġal ong", + "om en", + "Ġmem bers", + "Ġsa id", + "Ġd r", + "Ġl ow", + "Ġre port", + "Ġst art", + "Ġcl aim", + "h an", + "Ġ 0", + "Ġwh at", + "Ġform ula", + "Ġjo hn", + "es tern", + "olog ical", + "Ġadd ition", + "Ġm y", + "Ġl ate", + "un e", + "Ġ19 2", + "Ġlar gest", + "Ġpo int", + "Ġl ess", + "ist ic", + "l in", + "re ad", + "Ġw ay", + "Ġm or", + "Ġsy m", + "Ġan im", + "ut ed", + "Ġfe w", + "Ġ vers", + "ot s", + "Ġso u", + "Ġpart y", + "Ġrom an", + "at or", + "Ġchar acter", + "Ġfam ily", + "Ġh owever", + "Ġpro f", + "Ġse a", + "Ġdevelop ment", + "d om", + "g ar", + "os s", + "Ġh al", + "Ġwith out", + "Ġse e", + "Ġunivers ity", + "Ġan c", + "Ġd el", + "Ġind ust", + "Ġpres ident", + "m on", + "c hes", + "h is", + "ur ther", + "Ġle vel", + "Ġvari ous", + "Ġm en", + "Ġl im", + "Ġrel ig", + "Ġcour t", + "Ġconsider ed", + "b r", + "s ome", + "Ġre d", + "am ent", + "i or", + "o und", + "Ġde v", + "er v", + "Ġc rit", + "ro te", + "Ġv iew", + "Ġloc al", + "Ġmilit ary", + "Ġcompan y", + "Ġpub lished", + "Ġ19 3", + "Ġsing le", + "Ġb i", + "al th", + "Ġl ight", + "Ġhous e", + "b all", + "v al", + "is on", + "it her", + "il t", + "Ġv i", + "c ing", + "Ġf ield", + "Ġgiv en", + "Ġm ake", + "Ġto ok", + "Ġ ide", + "in ation", + "ed er", + "Ġne ed", + "Ġle ft", + "e x", + "Ġd et", + "em ber", + "ive ly", + "er c", + "um ent", + "Ġan other", + "Ġspec ies", + "Ġl ab", + "ag ue", + "Ġform er", + "Ġatt ack", + "Ġorig in", + "ent ion", + "Ġpro per", + "Ġle t", + "Ġinclud ed", + "ain ing", + "Ġf ree", + "ur g", + "Ġsign ific", + "d uring", + "Ġm ult", + "Ġre pl", + "Ġt est", + "Ġw estern", + "Ġw rote", + "an e", + "l er", + "ver ed", + "Ġaust ral", + "Ġp ract", + "Ġbec ome", + "Ġje w", + "à ¡", + "Ġex ist", + "Ġara b", + "Ġpr im", + "Ġcon d", + "Ġprodu ct", + "Ġpolit ical", + "Ġauth or", + "acc ording", + "Ġemp ire", + "Ġs um", + "Ġal though", + "m er", + "Ġa ut", + "Ġgree k", + "a ur", + "Ġin it", + "Ġd a", + "Ġst ruct", + "Ġdis co", + "Ġev ent", + "ward s", + "Ġsh ort", + "l ess", + "Ġo x", + "Ġv ol", + "Ġb ud", + "or ies", + "al ity", + "Ġm ass", + "Ġse pt", + "Ġus ually", + "Ġdis c", + "p le", + "Ġte le", + "o u", + "Ġear th", + "Ġinv ol", + "Ġt it", + "Ġth ird", + "Ġse par", + "Ġj u", + "Ġme an", + "Ġwrit ten", + "Ġeurope an", + "y al", + "at a", + "Ġst y", + "Ġap ollo", + "a u", + "Ġt ri", + "Ġfor ces", + "op s", + "Ġprodu ced", + "ert ain", + "Ġocc ur", + "c he", + "Ġs ix", + "Ġc ell", + "st er", + "Ġbod y", + "Ġb est", + "Ġd er", + "Ġsu g", + "Ġed uc", + "Ġbat tle", + "Ġri ver", + "Ġserv ice", + "Ġc at", + "Ġw ide", + "Ġso ur", + "Ġt urn", + "Ġdevelop ed", + "w hen", + "Ġf ive", + "id ence", + "Ġo ct", + "is ing", + "Ġis s", + "Ġun ion", + "iv al", + "Ġd ra", + "Ġhe ld", + "Ġact iv", + "Ġint rodu", + "pl oy", + "a i", + "e c", + "Ġs on", + "ugh t", + "ru ction", + "Ġsug gest", + "Ġe p", + "Ġr ul", + "Ġob s", + "Ä ģ", + "Ġ ident", + "Ġgro w", + "Ġt ro", + "Ġc le", + "Ġb c", + "Ġpro m", + "em pt", + "ak es", + "Ġsoc ial", + "w are", + "Ġto wn", + "the n", + "Ġde cl", + "co unt", + "Ġsignific ant", + "Ġc ase", + "pe c", + "Ġcontro l", + "Ġ >", + "Ġh ow", + "Ġare as", + "Ġcent ral", + "Ġph ys", + "Ġme thod", + "ep end", + "omet imes", + "wh ile", + "r ing", + "Ġre ad", + "ol ic", + "Ġwh ite", + "iv ing", + "Ġprodu ction", + "s h", + "he re", + "it es", + "Ġre se", + "Ġre du", + "Ġbe h", + "Ġy oun", + "Ġsystem s", + "Ġr uss", + "en cy", + "Ġc ir", + "at ures", + "ver se", + "ud e", + "o x", + "Ġc e", + "ri a", + "Ġ19 1", + "Ġapp le", + "Ġter rit", + "Ġbu ilt", + "Ġwor ks", + "Ġsy n", + "h am", + "Ġn amed", + "Ġg ames", + "Ġthe ory", + "or n", + "Ġin form", + "Ġse ason", + "Ġc ame", + "em b", + "Ġcount ries", + "et y", + "Ġle ague", + "Ġorig inal", + "er y", + "Ġm ater", + "Ġha ving", + "Ġa ge", + "on es", + "Ġprob lem", + "Ġhel p", + "r il", + "Ġt ur", + "Ġa ch", + "Ġm ot", + "ac y", + "Ġcap ital", + "l ing", + "Ġf ather", + "Ġnat ural", + "Ġsept ember", + "i pp", + "Ġs ometimes", + "Ġc y", + "Ġd en", + "w ays", + "Ġmo unt", + "g r", + "Ġch ang", + "iv id", + "ot t", + "Ġj an", + "u le", + "Ġg ra", + "Ġca re", + "Ġking dom", + "Ġfun ction", + "in ing", + "Ġre al", + "Ġde ce", + "Ġr ange", + "se qu", + "Ġrele ased", + "ol ution", + "Ġsh ould", + "u ary", + "Ġto p", + "Ġother s", + "Ġestab lished", + "c le", + "un g", + "m it", + "w ith", + "er n", + "at s", + "Ġp en", + "Ġe ither", + "Ġpo st", + "Ġpre v", + "Ġelect ron", + "Ġs ong", + "ct or", + "Ġsu per", + "Ġind epend", + "Ġm iss", + "th ing", + "Ġy ork", + "end s", + "end ing", + "f ace", + "Ġt en", + "Ġs ent", + "Ġst ar", + "ab ility", + "Ġob ject", + "Ġconst it", + "as ter", + "ad es", + "Ġinst it", + "Ġchrist ian", + "d ay", + "Ġs at", + "Ġs old", + "Ġc iv", + "it ive", + "Ġf ar", + "Ġphil os", + "Ġpro ject", + "Ġ2 5", + "ak en", + "Ġmar ch", + "s elf", + "Ġb an", + "Ġhe av", + "Ġstud y", + "Ġappe ar", + "Ġw on", + "Ġgroup s", + "Ġdescrib ed", + "p s", + "in ess", + "ent ial", + "Ġv ict", + "Ġatt empt", + "h ist", + "Ġc op", + "Ġp ain", + "c ul", + "Ġd est", + "Ġmon th", + "Ġstr ong", + "Ġfor ce", + "Ġcent er", + "Ġind ivid", + "Ġp al", + "Ġp red", + "Ġgo od", + "Ġmater ial", + "Ġf urther", + "Ġm ust", + "Ġab s", + "Ġspec ial", + "a ut", + "Ġne ver", + "Ġac count", + "Ġcomput er", + "Ġcontin ued", + "Ġeas tern", + "Ġf ull", + "Ġpres s", + "Ġsty le", + "o ve", + "Ġb ur", + "an ces", + "am a", + "iet y", + "Ġcur rent", + "Ġsou thern", + "o red", + "s ide", + "Ġto tal", + "om s", + "ub lic", + "Ġplay ed", + "Ġlangu ages", + "Ġanc ient", + "Ġbud d", + "c ent", + "g et", + "er gy", + "al es", + "ar ies", + "Ġh it", + "Ġe th", + "Ġne xt", + "ect ed", + "Ġair craft", + "Ġ ver", + "Ġeng land", + "d ro", + "Ġw omen", + "al though", + "as ing", + "le ct", + "Ġear li", + "Ġdo es", + "Ġju ly", + "l ine", + "ag ed", + "re w", + "ve mber", + "Ġno vember", + "oun ced", + "Ġciv il", + "h ol", + "Ġs ide", + "Ġn et", + "il le", + "Ġk ill", + "ric t", + "i ation", + "k a", + "Ġd ri", + "ens ive", + "pec ially", + "y ing", + "Ġb all", + "an a", + "Ġh old", + "og n", + "Ġme as", + "Ġap ril", + "Ġstand ard", + "Ġhal f", + "b it", + "b or", + "o ber", + "Ġt re", + "os p", + "Ġcl ose", + "Ġes pecially", + "2 0", + "l am", + "ad a", + "Ġcl ub", + "Ġchild ren", + "Ġdece mber", + "ri an", + "i am", + "Ġd ied", + "Ġl ower", + "Ġad min", + "p re", + "Ġc he", + "Ġm ic", + "Ġameric a", + "Ġant i", + "inc ip", + "o f", + "w ork", + "Ġ ur", + "an n", + "le t", + "ip s", + "Ġpr incip", + "Ġmem ber", + "Ġt ake", + "Ġn av", + "Ġv ir", + "ac es", + "Ġoct ober", + "Ġjan uary", + "z er", + "ver age", + "Ġj une", + "e ad", + "Ġb en", + "Ġinter est", + "Ġcre ated", + "h ib", + "es e", + "Ġf a", + "Ġr ather", + "Ġ3 0", + "Ġnor thern", + "Ġpos ition", + "ar a", + "Ġeconom ic", + "Ġit al", + "Ġeng ine", + "Ġcommun ity", + "er ed", + "Ġse en", + "ron t", + "ific ation", + "g es", + "Ġlit er", + "Ġprof ess", + "i ate", + "Ġrec ogn", + "Ġco unc", + "Ġfo od", + "Ġim m", + "Ġdo ub", + "Ġexp ress", + "Ġrece ived", + "l im", + "v iet", + "ic le", + "Ġac cept", + "Ġm aking", + "Ġto ur", + "Ġmo ther", + "ort s", + "Ġgener ally", + "Ġbro ad", + "Ġrep ublic", + "m a", + "Ġf inal", + "al k", + "Ġm er", + "Ġmark et", + "Ġoffic ial", + "d le", + "v ir", + "at ors", + "Ġd ata", + "Ġl ist", + "ac hed", + "av es", + "Ġfl ight", + "Ġbuild ing", + "Ġprev ious", + "en ced", + "Ġco ast", + "Ġthough t", + "Ġrese arch", + "Ġh ar", + "Ġde b", + "l ant", + "Ġp ot", + "ist an", + "Ġpri v", + "Ġ q", + "Ġcomp lex", + "Ġhim self", + "c a", + "p ut", + "Ġof fer", + "Ġh ard", + "Ġac id", + "Ġsub st", + "Ġast ron", + "or m", + "ap an", + "Ġacc ording", + "Ġvers ion", + "Ġcounc il", + "s p", + "s he", + "Ġb ul", + "Ġde ter", + "Ġso viet", + "Ġinv est", + "ograph y", + "Ġtem per", + "Ġalb um", + "Ġmag n", + "Ġw all", + "Ġf ail", + "ra y", + "os ition", + "Ġthrough out", + "Ġhig her", + "Ġa ud", + "Ġf ri", + "Ġcon n", + "Ġro le", + "Ġty pe", + "f ic", + "an c", + "Ġf eder", + "Ġm ach", + "Ġpro te", + "Ġpart s", + "Ġrel ations", + "Ġtra vel", + "Ġh ost", + "ce ed", + "Ġreg ard", + "Ġca pt", + "gy pt", + "Ġbus iness", + "Ġalex ander", + "er o", + "ent al", + "Ġbe gin", + "Ġcomm and", + "Ġform ed", + "Ġyoun g", + "Ġ19 0", + "ge ther", + "Ġform s", + "Ġev idence", + "Ġgro und", + "p ite", + "in o", + "Ġc ath", + "it ude", + "Ġst re", + "Ġen ergy", + "Ġro ck", + "Ġcomple te", + "Ġeduc ation", + "Ġt rib", + "Ġc hem", + "Ġb it", + "Ġb ir", + "Ġro yal", + "Ġrel ative", + "Ġimp ro", + "Ġbor n", + "Ġposs ible", + "Ġf ac", + "id ge", + "et ic", + "Ġj ud", + "Ġrel ated", + "Ġmean ing", + "Ġth us", + "Ġfo ot", + "Ġcons ist", + "u f", + "Ġ ill", + "in ts", + "the s", + "Ġab ove", + "ff ic", + "Ġ18 6", + "Ġoff ice", + "Ġhy dro", + "Ġrelig ious", + "d es", + "Ġ Â", + "Ġf ire", + "um b", + "Ġcre w", + "Ġbro ther", + "Ġterm s", + "Ġrad io", + "Ġright s", + "b ru", + "o th", + "Ġc ertain", + "Ġl ost", + "Ġsc ient", + "Ġbl ock", + "Ġinform ation", + "b ol", + "c ript", + "y m", + "Ġal g", + "ra p", + "Ġcon g", + "Ġhe n", + "Ġkn ow", + "Ġh o", + "Ġne g", + "pl es", + "Ġtrans port", + "Ġsur face", + "Ġfr ance", + "n ot", + "Ġ <", + "Ġf und", + "Ġat lant", + "Ġac ross", + "Ġgr and", + "Ġfre qu", + "vir on", + "Ġ1 00", + "Ġhe alth", + "Ġj apan", + "ie f", + "Ġ201 0", + "man y", + "Ġt ar", + "Ġe gypt", + "Ġ2 1", + "Ġco st", + "Ġlit tle", + "b ra", + "Ġs em", + "Ġb and", + "it ect", + "Ġad op", + "Ġem ploy", + "Ġfe atures", + "Ġfollow ed", + "Ġav ail", + "Ġso und", + "v ision", + "us es", + "Ġg old", + "u is", + "in ted", + "Ġf ig", + "Ġf av", + "Ġd omin", + "Ġcol on", + "li ke", + "Ġphilos oph", + "Ġadmin ist", + "Ġf all", + "Ġtr ade", + "Ġag re", + "Ġparticular ly", + "Ġmove ment", + "i i", + "à ¶", + "Ġ ib", + "al d", + "ch an", + "Ġsub ject", + "Ġindust ry", + "Ġmult ip", + "o unt", + "Ġ ]", + "Ġt ax", + "Ġs it", + "al i", + "Ġg ave", + "pt ion", + "Ġcomp et", + "Ġcomm it", + "Ġent ire", + "Ġmod el", + "Ġassoci ated", + "p o", + "s ince", + "t a", + "Ġa x", + "Ġd ays", + "Ġre n", + "Ġse x", + "her s", + "Ġsc ience", + "use um", + "Ġwe e", + "imate ly", + "r ated", + "in ary", + "Ġs ay", + "Ġb ig", + "an ish", + "Ġso ft", + "Ġdis pl", + "Ġ201 1", + "Ġloc ated", + "Ġsuccess ful", + "Ġann ounced", + "Ġintrodu ced", + "c er", + "s el", + "Ġs an", + "Ġs il", + "Ġh om", + "Ġen viron", + "l o", + "Ġs un", + "Ġal ph", + "Ġal tern", + "Ġr is", + "Ġc it", + "Ġp it", + "Ġf ind", + "Ġl og", + "Ġch amp", + "Ġme ans", + "Ġpar k", + "Ġest im", + "Ġbook s", + "Ġdiv ision", + "Ġafric a", + "Ġc ro", + "Ġc oll", + "Ġf oc", + "om an", + "Ġst ory", + "ra el", + "Ġfe bru", + "Ġlat in", + "Ġvi ol", + "b an", + "z il", + "Ġa verage", + "Ġal most", + "Ġwh ose", + "Ġte x", + "Ġval ue", + "Ġmid dle", + "Ġfore ign", + "Ġfebru ary", + "Ġa ward", + "Ġs en", + "Ġs qu", + "Ġh or", + "un ter", + "ut ions", + "Ġ200 0", + "Ġ18 7", + "ari ly", + "Ġ197 0", + "Ġreport ed", + "Ġcir c", + "t ies", + "Ġ [", + "er ous", + "Ġd om", + "Ġch ange", + "Ġsch ol", + "ict ion", + "Ġterrit ory", + "à Ń", + "Ġb apt", + "Ġnor m", + "Ġ199 0", + "Ġc ross", + "Ġm useum", + "Ġ200 8", + "Ġrem ained", + "Ġinflu ence", + "Ġt aken", + "Ġh on", + "Ġv o", + "Ġle ast", + "Ġac ad", + "Ġ200 7", + "Ġnum bers", + "Ġdef e", + "Ġsoc iety", + "Ġarch itect", + "a ign", + "b urg", + "ow s", + "op e", + "Ġy ou", + "Ġits elf", + "Ġstruct ure", + "Ġavail able", + "u el", + "Ġp ut", + "Ġm ission", + "Ġl ive", + "un ch", + "ad s", + "Ġal k", + "Ġor d", + "ant ed", + "Ġser ved", + "Ġra il", + "Ġwill iam", + "Ġdesign ed", + "Ġke y", + "Ġrefer red", + "Ġafric an", + "Ġach ie", + "Ġbir th", + "Ġ Ã", + "ut es", + "Ġis lam", + "Ġr ich", + "Ġab le", + "rough t", + "Ġplay er", + "Ġtradition al", + "Ġf ront", + "Ġd on", + "Ġg un", + "Ġac cess", + "Ġcont rib", + "Ġind ic", + "Ġ200 6", + "uc le", + "Ġcommon ly", + "Ġlead ing", + "i ers", + "Ġre a", + "Ġspec ific", + "Ġallow ed", + "Ġcult ure", + "eng th", + "Ġcamp aign", + "Ġs ite", + "ing u", + "Ġte xt", + "Ġ18 9", + "Ġbl ood", + "Ġplay ers", + "Ġarm en", + "Ġtrans l", + "Ġincre ased", + "Ġbelie ved", + "g o", + "j an", + "Ġc am", + "Ġse ven", + "Ġres pect", + "Ġisland s", + "Ġfore st", + "Ġstart ed", + "5 0", + "he st", + "Ġb ish", + "ic y", + "ith m", + "Ġincre asing", + "Ġtit le", + "j o", + "Ġf ut", + "ur ies", + "ot ed", + "em s", + "Ġex cept", + "ber g", + "Ġmost ly", + "Ġunder st", + "Ġinst ead", + "Ġvari ety", + "Ġm ight", + "Ġl iving", + "Ġj ack", + "Ġdis p", + "Ġind ia", + "Ġpo ly", + "Ġ201 7", + "Ġsur v", + "Ġgerman y", + "Ġto gether", + "am ples", + "id ing", + "Ġst ra", + "ate g", + "Ġev ents", + "Ġ196 0", + "Ġs ize", + "ul f", + "Ġmo ved", + "Ġ200 9", + "Ġprov ide", + "Ġdem oc", + "Ġword s", + "b on", + "Ġ &", + "at ory", + "Ġf ra", + "Ġch o", + "Ġ201 8", + "Ġcol or", + "Ġinst r", + "Ġmat hem", + "Ġappro x", + "Ġevent ually", + "k y", + "Ġ Î", + "Ġd ut", + "Ġd am", + "le g", + "Ġfor t", + "Ġst ri", + "Ġon ce", + "Ġspe ak", + "Ġ201 2", + "Ġ201 4", + "one y", + "Ġlar ger", + "Ġmin or", + "Ġconst ant", + "Ġconst ruction", + "Ġexper im", + "m ore", + "Ġa way", + "Ġam ount", + "Ġsc ript", + "Ġbec om", + "Ġass emb", + "Ġdist in", + "Ġcath olic", + "is es", + "Ġd ig", + "il ities", + "ell ing", + "Ġinclud es", + "Ġele ction", + "Ġmus lim", + "Ġge or", + "Ġtyp es", + "Ġsour ce", + "Ġl ib", + "Ġn ucle", + "um ents", + "Ġar ri", + "Ġdif fic", + "Ġwrit ing", + "à ¼", + "Ġd ial", + "Ġl ack", + "Ġr ate", + "Ġr ule", + "Ġam b", + "li ament", + "Ġobs er", + "m ar", + "r ast", + "y ch", + "er ing", + "ic a", + "om p", + "Ġg as", + "cl us", + "for d", + "Ġele ments", + "Ġdef in", + "Ġ5 0", + "Ġaustral ia", + "Ġpriv ate", + "Ġenviron ment", + "f l", + "Ġto day", + "un ar", + "os es", + "Ġbo ard", + "Ġsp ir", + "Ġman ag", + "Ġspe ed", + "Ġapp lic", + "Ġele ment", + "Ġfe ature", + "Ġsym bol", + "Ġdiffic ult", + "n ers", + "is c", + "Ġf em", + "Ġf est", + "Ġre form", + "Ġde g", + "ri e", + "Ġass ist", + "Ġeffect s", + "Ġhig hest", + "Ġconstit ution", + "Ġacad em", + "Ġa e", + "Ġf ight", + "Ġe t", + "Ġv ide", + "if y", + "Ġup on", + "Ġsub sequ", + "Ġstud ies", + "our s", + "Ġlat ter", + "Ġmonth s", + "Ġo l", + "Ġb ill", + "Ġl ength", + "Ġal bert", + "Ġal ways", + "Ġint e", + "Ġrequ ired", + "Ġgrow th", + "g han", + "Ġo il", + "re g", + "re l", + "Ġb os", + "Ġb ay", + "Ġb ank", + "ar ian", + "le ment", + "Ġe ight", + "Ġab b", + "Ġper cent", + "Ġpar liament", + "Ġmin ister", + "Ġtechn i", + "Ġreturn ed", + "Ġc ard", + "Ġc ast", + "Ġm ur", + "Ġd oc", + "Ġl ines", + "Ġat om", + "Ġqu est", + "Ġdist rib", + "Ġu k", + "Ġve h", + "Ġsepar ate", + "it er", + "Ġh ol", + "Ġn ature", + "Ġst ep", + "ric ult", + "Ġ18 8", + "Ġfound ed", + "Ġserv ices", + "Ġda ugh", + "Ġdisco vered", + "Ġtele vision", + "b i", + "p r", + "Ġw ent", + "Ġp an", + "Ġn ames", + "Ġre b", + "Ġcon cept", + "Ġac qu", + "Ġmed ia", + "Ġcolle ge", + "Ġbra zil", + "Ġtyp ically", + "med iate", + "s c", + "Ġb rought", + "Ġp ast", + "Ġm ill", + "om b", + "Ġ2 4", + "Ġus es", + "ib ility", + "Ġcomm erc", + "Ġind ian", + "Ġ201 3", + "Ġ201 6", + "Ġapp o", + "Ġ198 0", + "Ġresp ons", + "f rom", + "m ing", + "Ġt a", + "re st", + "Ġc ases", + "Ġb illion", + "Ġd av", + "Ġl ay", + "Ġcon vent", + "Ġ201 9", + "ys is", + "Ġcontin u", + "Ġcle ar", + "Ġindivid ual", + "e e", + "r ad", + "Ġ ess", + "Ġa im", + "Ġc ities", + "Ġn ations", + "Ġst ated", + "Ġv ill", + "and ing", + "Ġme et", + "Ġno vel", + "Ġout side", + "Ġbr an", + "Ġresult s", + "Ġtreat ment", + "o le", + "Ġs ain", + "Ġs aw", + "and s", + "Ġwork ing", + "Ġprov ided", + "Ġgr ad", + "Ġii i", + "Ġcrit ic", + "Ġphys ical", + "Ġw ind", + "an ia", + "Ġto wards", + "ot ic", + "Ġ2 6", + "Ġca use", + "Ġmain t", + "Ġmajor ity", + "Ġrepl aced", + "t t", + "Ġs elf", + "Ġb ah", + "en ed", + "Ġre ason", + "qu es", + "Ġpo ints", + "Ġ200 5", + "Ġqu ar", + "Ġdef ined", + "Ġbrit ain", + "Ġgre ater", + "Ġa then", + "at ives", + "Ġf ell", + "Ġm al", + "Ġm ention", + "Ġst ation", + "Ġne cess", + "ach ing", + "Ġfeder al", + "uf act", + "c hed", + "n el", + "u x", + "Ġw at", + "Ġcon ver", + "Ġex ec", + "pp ed", + "Ġcomp ound", + "Ġbas ic", + "Ġant ib", + "Ġset tle", + "Ġber lin", + "Ġprim ary", + "Ġcond itions", + "Ġmic ro", + "k ing", + "Ġp s", + "Ġe ver", + "ri al", + "os aur", + "ap s", + "Ġres ist", + "Ġrev iew", + "Ġfran k", + "Ġanim als", + "Ġarab ic", + "Ġinvol ved", + "Ġsoft ware", + "sel ves", + "w ood", + "Ġan th", + "Ġh all", + "Ġto o", + "om m", + "if t", + "od e", + "Ġpl ant", + "ous ly", + "Ġlead ers", + "Ġjew ish", + "Ġwide ly", + "Ġproblem s", + "Ġcare er", + "h y", + "Ġl unar", + "Ġaf ghan", + "Ġsupport ed", + "Ġocc up", + "Ġhistor ical", + "Ġfut ure", + "l a", + "o ff", + "Ġ =", + "st e", + "ul ated", + "Ġst age", + "Ġcom e", + "res p", + "Ġco de", + "Ġspe ct", + "Ġprob ably", + "Ġtechn ology", + "Ġsit u", + "Ġw ood", + "it ing", + "Ġas h", + "Ġwh om", + "Ġwhe ther", + "Ġele cted", + "Ġreg ular", + "Ġadd ed", + "Ġlim ited", + "u k", + "Ġp ay", + "Ġf le", + "Ġm ix", + "Ġ2 8", + "Ġr ank", + "pp er", + "av ing", + "Ġem per", + "Ġpre vent", + "Ġestab lish", + "Ġlab or", + "Ġlet ter", + "Ġearli er", + "r ang", + "at t", + "Ġb ron", + "Ġn ative", + "il es", + "ist ics", + "Ġman ufact", + "ph as", + "Ġcent re", + "Ġ200 1", + "Ġrem ains", + "Ġext re", + "Ġer a", + "o id", + "Ġl oss", + "Ġag ricult", + "Ġ4 0", + "Ġdep art", + "Ġpartic ip", + "Ġprop osed", + "Ġbre ak", + "Ġide a", + "Ġjew s", + "c ast", + "h ing", + "k n", + "Ġo pt", + "Ġf arm", + "ar n", + "ic les", + "ent ed", + "Ġas ia", + "Ġal co", + "ist ry", + "Ġse qu", + "Ġcomm ission", + "Ġbel ow", + "Ġli ber", + "Ġthem selves", + "ond on", + "hip s", + "Ġschool s", + "p ir", + "Ġh ill", + "Ġv ia", + "Ġpl at", + "Ġincre ase", + "Ġconc ent", + "Ġeconom y", + "Ġbudd ha", + "Ġbegin ning", + "Ġphilosoph y", + "resp ond", + "r ative", + "w or", + "x ic", + "z z", + "an other", + "is ions", + "as c", + "Ġl ondon", + "os ing", + "Ġ2 2", + "Ġen s", + "Ġpre c", + "Ġair port", + "read y", + "Ġindepend ent", + "Ġnet work", + "i os", + "i res", + "i ated", + "k ed", + "o ver", + "r or", + "Ġw ife", + "Ġh ot", + "ad ed", + "Ġch ief", + "Ġen co", + "Ġra p", + "Ġlo ok", + "Ġmed ic", + "Ġtro ops", + "Ġbul gar", + "Ġdeter m", + "f fer", + "Ġ +", + "is l", + "Ġre ached", + "Ġal ready", + "Ġro ad", + "Ġ18 3", + "Ġcons um", + "Ġpe ace", + "ress ion", + "Ġthere fore", + "Ġstud ents", + "Ġlike ly", + "Ġlong er", + "Ġpa ir", + "Ġanal ysis", + "Ġproduct s", + "Ġsum mer", + "Ġtemper ature", + "Ġcit iz", + "Ġestim ated", + "o res", + "Ġo ur", + "so ur", + "ect s", + "Ġph ot", + "Ġreg ions", + "Ġass um", + "Ġrec ent", + "Ġpar is", + "Ġpur p", + "Ġsec ret", + "Ġdr ug", + "Ġaustral ian", + "' t", + "b le", + "l or", + "Ġd an", + "Ġn ight", + "un ic", + "Ġg et", + "Ġis rael", + "Ġdis e", + "Ġpo or", + "Ġem er", + "Ġreg ional", + "Ġcor respond", + "Ġcontro ll", + "Ġnear ly", + "Ġrequ ire", + "Ġcell s", + "h ab", + "Ġn ar", + "land s", + "Ġprodu ce", + "Ġqu e", + "ne y", + "Ġgl ob", + "Ġdest ro", + "Ġrelative ly", + "Ġchamp ions", + "Ġspir it", + "Ġvide o", + "r ary", + "s en", + "Ġd yn", + "pe cted", + "Ġcent uries", + "Ġlaw s", + "Ġrecord ed", + "Ġder ived", + "Ġce le", + "Ġaltern ative", + "e th", + "u als", + "w here", + "Ġa ction", + "Ġs n", + "Ġm u", + "as ion", + "om y", + "Ġun its", + "ens ion", + "Ġca used", + "Ġqu ick", + "Ġma x", + "Ġpract ice", + "Ġdispl ay", + "Ġdemoc r", + "d en", + "w ar", + "Ġa th", + "Ġa ber", + "Ġs af", + "al ed", + "Ġin n", + "Ġcon du", + "Ġde al", + "um in", + "Ġcan ada", + "Ġbet ter", + "Ġrem ain", + "Ġoper ations", + "Ġmultip le", + "a ff", + "b c", + "le cted", + "Ġbo und", + "Ġ201 5", + "Ġtra ining", + "Ġorgan ization", + "Ġlet ters", + "hist ory", + "Ġdaugh ter", + "l ied", + "Ġc ut", + "Ġp ric", + "Ġf ish", + "Ġtr ue", + "Ġmet al", + "Ġcommun ic", + "Ġprot est", + "Ġperson al", + "Ġeth n", + "Ġmathem at", + "b ai", + "Ġc and", + "Ġb ird", + "or ithm", + "Ġsh own", + "iz ing", + "Ġnum erous", + "Ġjo urn", + "Ġbase ball", + "bai jan", + "Ġ ut", + "he t", + "Ġs ac", + "Ġd im", + "us ing", + "ol a", + "Ġcon qu", + "ri age", + "Ġsp anish", + "Ġra re", + "Ġdist rict", + "Ġfilm s", + "Ġchang es", + "Ġcommerc ial", + "Ġemper or", + "a pp", + "on se", + "Ġc ust", + "Ġb ene", + "Ġn ation", + "Ġpro min", + "Ġmo le", + "se c", + "Ġso on", + "ign ed", + "Ġem b", + "Ġjo ined", + "ran e", + "Ġrom e", + "Ġperform ed", + "Ġschol ars", + "it or", + "Ġp et", + "Ġm ac", + "Ġv an", + "Ġsh a", + "act ers", + "Ġmar ried", + "Ġmain ly", + "Ġla unch", + "Ġprofess ional", + "Ġmach ine", + "Ġs us", + "Ġm ig", + "Ġd u", + "Ġpl aced", + "Ġme chan", + "con t", + "Ġu pper", + "Ġappe ared", + "Ġla unc", + "Ġport ug", + "Ġsour ces", + "Ġruss ian", + "Ġkill ed", + "Ġfoot ball", + "Ġris k", + "Ġalco hol", + "b ut", + "l ines", + "m s", + "à ³", + "on st", + "Ġas c", + "ver t", + "Ġ2 3", + "Ġcomp ared", + "Ġ200 4", + "Ġqu ant", + "Ġchar acters", + "Ġappe ars", + "Ġbor der", + "Ġrev olution", + "Ġresp onse", + "Ġorigin ally", + "Ġcong ress", + "Ġwee k", + "j e", + "Ġc reat", + "Ġb ol", + "Ġb urn", + "Ġg ive", + "st on", + "Ġv en", + "Ġsu ffer", + "cl es", + "Ġad apt", + "Ġsp ok", + "Ġfl ow", + "Ġact ive", + "Ġob t", + "Ġsmall er", + "Ġbeh ind", + "thes is", + "e ch", + "f ollow", + "w est", + "en n", + "Ġm el", + "Ġl ink", + "ur ity", + "ab or", + "Ġun it", + "Ġpl ants", + "Ġro b", + "Ġwho le", + "Ġbl ue", + "ism s", + "Ġlarge ly", + "Ġproper ties", + "Ġmeas ure", + "Ġalg orithm", + "Ġb ond", + "ar ing", + "Ġm art", + "um p", + "Ġmo on", + "Ġk h", + "Ġpr ime", + "Ġset t", + "Ġlead er", + "Ġcompan ies", + "Ġcult ural", + "Ġdoub le", + "follow ing", + "Ġo ri", + "Ġb ab", + "Ġre con", + "Ġal c", + "ot ing", + "ac ity", + "Ġ2 7", + "Ġco unter", + "Ġdec re", + "Ġsur round", + "be c", + "Ġdirect ly", + "Ġdoc ument", + "Ġdav id", + "Ġextre me", + "an ced", + "Ġf er", + "the ast", + "ly ing", + "Ġth reat", + "Ġro und", + "Ġdist ance", + "Ġpa ul", + "Ġclaim ed", + "Ġmethod s", + "Ġapprox imately", + "Ġdistin ct", + "b ack", + "on ic", + "Ġd ark", + "ul ations", + "Ġst ars", + "Ġcont ains", + "Ġim mediate", + "fer ence", + "Ġfl o", + "Ġang lic", + "Ġgre en", + "Ġdel i", + "Ġdet ail", + "mit ted", + "Ġvict ory", + "m en", + "n ia", + "Ġs ens", + "Ġc red", + "Ġb ow", + "Ġto m", + "Ġg raph", + "ur s", + "and a", + "iv ity", + "Ġab ility", + "Ġcl imate", + "Ġcan not", + "Ġpres ence", + "Ġtrans fer", + "Ġlo ve", + "ines e", + "Ġimp lement", + "Ġchur ches", + "Ġteam s", + "Ġfun ctions", + "Ġopen ed", + "Ġpress ure", + "Ġadop ted", + "m ad", + "s s", + "y a", + "y gen", + "Ġs am", + "Ġp ie", + "Ġm oney", + "Ġd ram", + "Ġchar les", + "Ġexp ans", + "Ġz e", + "Ġbro wn", + "Ġconf lic", + "Ġleg isl", + "Ġfre ed", + "Ġchem ical", + "Ġglob al", + "z o", + "Ġm as", + "Ġl ived", + "ul s", + "ag o", + "Ġgovern or", + "Ġmed ical", + "led ge", + "Ġassoci ation", + "Ġactiv ities", + "d a", + "Ġa zer", + "Ġthe at", + "re en", + "on so", + "Ġb ad", + "is ation", + "the ir", + "ot es", + "Ġch ina", + "Ġcomp on", + "Ġ18 4", + "Ġrem o", + "Ġhigh ly", + "Ġtreat y", + "Ġiss ues", + "Ġdra w", + "Ġdestro y", + "Ġc ry", + "it ors", + "Ġr am", + "Ġk ind", + "Ġen ough", + "Ġha pp", + "ren ts", + "Ġbas is", + "Ġcar bon", + "Ġpol icy", + "Ġcre ate", + "a rent", + "j ack", + "Ġm is", + "Ġd one", + "Ġre sour", + "ut ive", + "and ed", + "Ġex ch", + "Ġbo x", + "ear ly", + "Ġcar ry", + "Ġsign ed", + "Ġfam ous", + "Ġleg al", + "Ġclass ical", + "Ġrele ase", + "Ġ195 0", + "Ġcomple ted", + "Ġcomb ined", + "Ġactiv ity", + "Ġbeh av", + "Ġappo inted", + "b ed", + "b el", + "w er", + "it ation", + "Ġp ra", + "Ġl y", + "ad d", + "em ents", + "ac hes", + "ab les", + "Ġcont ain", + "Ġcons erv", + "Ġdef ense", + "Ġpri or", + "Ġcolle ction", + "Ġprot ect", + "Ġinflu enced", + "Ġheav y", + "Ġliter ature", + "Ġrea ction", + "Ġmax im", + "p ly", + "s m", + "w ise", + "Ġ ult", + "Ġt or", + "Ġthe ore", + "Ġp ack", + "Ġm os", + "Ġre co", + "Ġal t", + "Ġal ge", + "Ġse ctor", + "und er", + "Ġsp read", + "Ġem phas", + "Ġfl u", + "Ġwork ed", + "Ġdem onst", + "Ġshow s", + "Ġbuild ings", + "Ġaddition al", + "Ġfail ed", + "k et", + "t w", + "u it", + "Ġa ri", + "er al", + "Ġs ense", + "Ġf if", + "Ġm akes", + "Ġe y", + "Ġg ar", + "ce ll", + "Ġex hib", + "ib ly", + "Ġform ation", + "Ġlo uis", + "Ġmat ch", + "thod ox", + "Ġperform ance", + "Ġatlant ic", + "Ġdut ch", + "Ġfest ival", + "Ġcele br", + "Ġcand id", + "g ing", + "i ro", + "v iew", + "Ġp le", + "Ġp ow", + "Ġp ath", + "Ġf res", + "Ġm om", + "om as", + "ig en", + "el a", + "Ġr ise", + "Ġnot ed", + "Ġ20 20", + "ress ed", + "Ġrem aining", + "Ġsuc ceed", + "Ġke ep", + "Ġir on", + "por ary", + "Ġaccept ed", + "Ġscient ific", + "Ġjapan ese", + "Ġtar get", + "Ġsain t", + "Ġlaunc hed", + "g a", + "Ġ iv", + "Ġt able", + "Ġa k", + "Ġo ce", + "Ġh op", + "Ġg a", + "Ġde ep", + "Ġdis s", + "Ġ200 3", + "Ġpre m", + "Ġatt rib", + "Ġcar ri", + "Ġameric ans", + "Ġmem ory", + "Ġext ended", + "Ġland s", + "Ġpat tern", + "Ġfin anc", + "Ġsw it", + "Ġauthor ity", + "Ġox ygen", + "Ġconn ect", + "Ġassemb ly", + "Ġc er", + "Ġc as", + "Ġb ce", + "an ian", + "Ġf ix", + "or ial", + "Ġl if", + "ol ved", + "Ġst ren", + "Ġr h", + "ag ing", + "od y", + "Ġpr ison", + "Ġsub s", + "Ġbr idge", + "Ġann ual", + "Ġpass ed", + "Ġlevel s", + "Ġinit ial", + "Ġdisc uss", + "Ġchang ed", + "Ġhydro gen", + "Ġrap id", + "k en", + "Ġan arch", + "Ġm ir", + "Ġh un", + "us h", + "ol it", + "Ġor bit", + "est ic", + "Ġar rang", + "Ġmar riage", + "Ġresult ing", + "Ġfam il", + "Ġrecord s", + "Ġconc er", + "Ġrepresent ed", + "Ġrelig ion", + "Ġital ian", + "Ġfri end", + "Ġblock qu", + "Ġib n", + "Ġdeg ree", + "Ġquest ion", + "Ġathen s", + "Ġps ych", + "Ġazer baijan", + "Ġstren g", + "p ro", + "t es", + "w in", + "Ġt ree", + "Ġb omb", + "al o", + "al us", + "Ġh osp", + "Ġl ord", + "Ġfor ced", + "Ġst op", + "Ġch all", + "Ġar ist", + "und red", + "Ġpo et", + "Ġdec ided", + "Ġruss ia", + "Ġital y", + "Ġstre et", + "des pite", + "Ġtex ts", + "Ġbish op", + "Ġblockqu ote", + "1 9", + "h ood", + "i en", + "m ark", + "Ġa j", + "Ġh ab", + "am ine", + "th us", + "ra ction", + "Ġco ver", + "ug e", + "Ġne igh", + "Ġle ar", + "Ġsh ip", + "Ġsp orts", + "Ġsc ale", + "Ġpr ince", + "Ġ199 9", + "Ġmon t", + "Ġloc ation", + "Ġmat ter", + "Ġposs ess", + "Ġbelie f", + "Ġinit ially", + "g n", + "Ġt im", + "re am", + "Ġc ateg", + "Ġhe art", + "um n", + "Ġcomp ar", + "Ġcomp osed", + "ron e", + "Ġdiv ided", + "Ġalex and", + "Ġturn ed", + "Ġprevious ly", + "Ġexpans ion", + "l it", + "m ir", + "r d", + "t ical", + "en es", + "Ġm ess", + "am in", + "ol n", + "id ents", + "ig ation", + "ter ed", + "Ġor thodox", + "Ġj er", + "Ġar ts", + "Ġcont em", + "ke y", + "Ġinc or", + "Ġcount y", + "Ġoper ation", + "Ġintern al", + "com p", + "Ġmaterial s", + "Ġknow ledge", + "Ġjack son", + "bec ause", + "f in", + "i ents", + "m et", + "m ission", + "on t", + "Ġc up", + "Ġf ul", + "Ġf air", + "as ons", + "Ġh undred", + "Ġcon ne", + "Ġr an", + "ian ce", + "Ġro t", + "Ġcar ried", + "Ġprov ince", + "Ġelect ric", + "Ġindust rial", + "Ġneed ed", + "Ġprim arily", + "Ġsuggest ed", + "Ġearli est", + "Ġrelations hip", + "Ġ °", + "Ġbecom ing", + "l s", + "Ġc ru", + "Ġb n", + "Ġb acter", + "Ġd ate", + "Ġre ve", + "ol f", + "os is", + "Ġsu pre", + "Ġch ron", + "ast ic", + "Ġcl o", + "ell ig", + "Ġcol umb", + "Ġart ists", + "Ġsl ight", + "Ġfour th", + "Ġoper ating", + "inc oln", + "Ġorder ed", + "Ġexper ience", + "Ġfa ith", + "Ġpot ential", + "Ġinstr ument", + "Ġgeor ge", + "Ġanth rop", + "Ġalge bra", + "1 0", + "l ight", + "p a", + "Ġf al", + "Ġh am", + "Ġe c", + "Ġcon v", + "Ġv ary", + "Ġr ing", + "est s", + "Ġse arch", + "Ġam az", + "Ġcomp os", + "Ġcont rast", + "Ġspe ech", + "Ġdes pite", + "bo ard", + "Ġval ley", + "Ġconf eder", + "Ġbroad cast", + "Ġcompound s", + "osaur us", + "2 5", + "d am", + "i ences", + "o ch", + "Ġt end", + "Ġo tt", + "Ġc ra", + "ic ted", + "ad ian", + "Ġex amples", + "Ġsc ott", + "Ġwe ight", + "Ġ6 0", + "Ġbat t", + "Ġdep end", + "Ġcap acity", + "Ġresult ed", + "Ġref ers", + "Ġcal cul", + "Ġsec urity", + "Ġproper ty", + "Ġexist ence", + "Ġvir gin", + "Ġtechni ques", + "Ġquick ly", + "b l", + "c an", + "e xt", + "z a", + "Ġ vel", + "Ġt aking", + "Ġw ild", + "Ġp il", + "al ing", + "al so", + "Ġre pe", + "il s", + "Ġhe ro", + "Ġat ari", + "Ġch ap", + "Ġcont ract", + "ub e", + "Ġint ended", + "Ġform al", + "Ġ200 2", + "Ġbr ing", + "bo th", + "Ġprogram s", + "Ġarg ued", + "Ġiss ue", + "Ġredu ced", + "Ġur ban", + "Ġfri ends", + "Ġcommit te", + "Ġdefin ition", + "Ġcitiz ens", + "Ġexch ange", + "Ġoce an", + "a ult", + "c ies", + "Ġ ion", + "Ġt un", + "Ġb ed", + "Ġp hen", + "ic it", + "us al", + "Ġre ject", + "ol k", + "Ġst ock", + "Ġde ad", + "ud a", + "Ġsh are", + "Ġnot able", + "Ġres er", + "Ġ3 1", + "Ġapp arent", + "Ġwe ak", + "Ġplay ing", + "Ġbel g", + "uc k", + "Ġset s", + "Ġsim ple", + "Ġsl ow", + "Ġmount ain", + "Ġindepend ence", + "Ġinstit ute", + "Ġoffer ed", + "Ġimpro ve", + "Ġhen ry", + "Ġol der", + "Ġethn ic", + "o e", + "s ch", + "y r", + "Ġc ab", + "Ġw alk", + "Ġp ap", + "Ġal f", + "ter y", + "op er", + "Ġch inese", + "Ġcont aining", + "Ġim per", + "Ġsc reen", + "ens us", + "Ġcons ists", + "Ġ199 8", + "Ġval ues", + "Ġcommun ities", + "Ġcour se", + "Ġarch ae", + "ffic ient", + "Ġanglic an", + "c ks", + "f ield", + "w rit", + "Ġo s", + "it ic", + "Ġf ace", + "al t", + "Ġth ink", + "il ed", + "ch ar", + "Ġv ote", + "ers on", + "Ġco up", + "Ġsh ar", + "Ġsh ah", + "Ġsh ips", + "ell ed", + "Ġqu ality", + "Ġinter p", + "Ġdec ision", + "Ġuni verse", + "Ġdire ction", + "Ġeffect ive", + "Ġplan ned", + "Ġold est", + "Ġstat us", + "Ġrul es", + "Ġtur k", + "Ġfav or", + "Ġislam ic", + "unic ip", + "e y", + "k h", + "p art", + "s a", + "v ille", + "us ion", + "Ġn ine", + "Ġre act", + "un ct", + "ve y", + "ch ing", + "Ġwas hing", + "um e", + "Ġmo b", + "Ġr ang", + "Ġj ames", + "Ġen c", + "Ġy et", + "Ġcl os", + "Ġint ellig", + "Ġro bert", + "tern al", + "Ġ199 7", + "Ġsim ply", + "Ġimp act", + "Ġent ered", + "Ġallow ing", + "Ġmag az", + "Ġclaim s", + "Ġobs erv", + "Ġnav y", + "Ġmagn itude", + "Ġhon or", + "Ġmedic ine", + "c ar", + "r is", + "Ġt al", + "Ġt as", + "Ġa ar", + "ar c", + "Ġre ign", + "ig a", + "Ġcon clud", + "Ġar c", + "Ġsh o", + "Ġsp ent", + "Ġra in", + "int on", + "Ġprov ides", + "Ġcor por", + "Ġimport ance", + "Ġwin ter", + "Ġsold iers", + "Ġacadem y", + "Ġfinanc ial", + "a el", + "b a", + "d r", + "h old", + "Ġw ing", + "ent h", + "Ġbe g", + "Ġcom ment", + "Ġ2 9", + "Ġch ain", + "Ġle aving", + "Ġcont act", + "Ġsc ul", + "Ġdef end", + "Ġ8 0", + "Ġpa per", + "Ġgl ass", + "Ġgiv ing", + "Ġanim al", + "Ġdecl ared", + "Ġalph a", + "Ġcro wn", + "Ġnorm al", + "Ġrespect ively", + "Ġquar ter", + "Ġsettle ment", + "Ġafghan istan", + "ste in", + "f urther", + "g round", + "i as", + "r ich", + "s k", + "Ġa z", + "ed a", + "Ġp ac", + "Ġin j", + "Ġd ed", + "Ġh ours", + "Ġbe y", + "Ġse ction", + "se ver", + "con s", + "Ġass y", + "Ġadd ress", + "Ġcor re", + "Ġown ed", + "Ġequ al", + "Ġastron aut", + "Ġdefe ated", + "Ġenco ur", + "Ġful ly", + "Ġinterp ret", + "Ġa h", + "on a", + "on ia", + "Ġb ang", + "Ġb inary", + "Ġm ich", + "Ġh arm", + "Ġr at", + "est ed", + "Ġam mon", + "Ġ199 6", + "Ġpol ice", + "Ġart icle", + "Ġdist ingu", + "Ġend ed", + "Ġhum ans", + "Ġequ ival", + "Ġappro ach", + "Ġdirect or", + "Ġwin ning", + "Ġanal og", + "Ġmy th", + "Ġide as", + "Ġobject s", + "Ġdom estic", + "Ġpromin ent", + "m od", + "or ph", + "Ġv oc", + "Ġun s", + "Ġar sen", + "cl u", + "ens ity", + "Ġap ost", + "Ġele ctions", + "Ġwe ap", + "Ġinc ome", + "Ġinf ant", + "Ġmus ical", + "Ġcontro vers", + "Ġtem ple", + "Ġappear ance", + "Ġastron om", + "Ġsqu are", + "Ġque en", + "Ġremo ved", + "Ġhosp ital", + "Ġscul pt", + "sever al", + "3 0", + "l og", + "n on", + "o oth", + "r ate", + "w ide", + "Ġ !", + "Ġ ?", + "Ġ ire", + "Ġa clu", + "Ġan ch", + "or ation", + "Ġm unicip", + "Ġd ro", + "Ġd ip", + "id ers", + "Ġst one", + "Ġar k", + "ru cted", + "Ġ3 2", + "Ġeff ic", + "uss els", + "Ġfran c", + "Ġaff air", + "Ġmot or", + "Ġmount ains", + "Ġsex ual", + "Ġfem ale", + "Ġresist ance", + "Ġresour ces", + "2 1", + "l ater", + "s hip", + "Ġa qu", + "Ġc art", + "le ction", + "ol es", + "Ġhe re", + "ug g", + "Ġad vert", + "Ġbel l", + "Ġbel ong", + "Ġarm ed", + "Ġdec ades", + "Ġcolle ct", + "Ġallow s", + "Ġbelie ve", + "Ġ192 0", + "Ġsong s", + "ades h", + "Ġcurrent ly", + "Ġimm ig", + "Ġmention ed", + "Ġdise ase", + "Ġcust om", + "Ġpow ers", + "Ġmom ent", + "r ine", + "Ġ ic", + "Ġa w", + "Ġa er", + "it a", + "Ġp ict", + "Ġf at", + "Ġl u", + "Ġth ous", + "Ġth omas", + "im al", + "Ġch am", + "ak h", + "Ġad ult", + "Ġsc ot", + "Ġpre fer", + "Ġair lines", + "Ġposs ibly", + "Ġrun s", + "Ġanal y", + "Ġcond ition", + "Ġindivid uals", + "Ġtre es", + "Ġfig ure", + "Ġarmen ia", + "Ġobser ved", + "Ġapplic ations", + "Ġrespons ible", + "i ke", + "v a", + "Ġt v", + "in us", + "Ġw it", + "Ġw oman", + "Ġm ind", + "Ġm aster", + "Ġto ld", + "Ġv ow", + "and on", + "Ġab ort", + "Ġsp ain", + "Ġ18 0", + "Ġ18 5", + "Ġca uses", + "Ġant is", + "Ġpos itive", + "ne w", + "cept ion", + "Ġrefer ence", + "Ġcomb ination", + "Ġste el", + "Ġpresent ed", + "Ġattack s", + "rie f", + "Ġimmediate ly", + "i ot", + "n d", + "Ġw il", + "Ġf it", + "Ġin du", + "Ġn it", + "id a", + "Ġmo v", + "Ġse at", + "Ġch ann", + "od es", + "out h", + "Ġ199 2", + "Ġ199 4", + "Ġfound ation", + "Ġaust in", + "Ġplan et", + "ograph ic", + "Ġ193 0", + "Äģ n", + "Ġprincip le", + "Ġprote ction", + "Ġagre ement", + "Ġachie ve", + "tw o", + "Ġcommitte e", + "Ġwashing ton", + "d s", + "m at", + "he ad", + "Ġc row", + "Ġf el", + "Ġm ut", + "Ġg ained", + "ate ly", + "Ġpl aces", + "Ġab d", + "Ġab st", + "Ġcl osed", + "du le", + "iz ations", + "Ġnew sp", + "Ġact s", + "Ġcontin ue", + "Ġins ide", + "Ġbar b", + "Ġsol ar", + "Ġrun ning", + "Ġcrit ical", + "ster dam", + "Ġadminist ration", + "Ġadminist rative", + "Ġlib rary", + "Ġbene f", + "Ġincor por", + "Ġbey ond", + "al y", + "al le", + "Ġre in", + "ly m", + "Ġth ings", + "ol s", + "Ġal one", + "if orn", + "Ġj es", + "ant age", + "ort un", + "Ġnot es", + "Ġim pl", + "Ġma h", + "Ġmod els", + "Ġsw ed", + "Ġrepl ace", + "Ġcy cl", + "Ġfra g", + "Ġcho ice", + "Ġcolumb ia", + "j a", + "n y", + "w ana", + "Ġan s", + "Ġm ale", + "Ġd ur", + "Ġst ad", + "Ġal le", + "el es", + "if orm", + "Ġex act", + "Ġex pected", + "Ġco d", + "Ġen em", + "Ġab andon", + "Ġro ugh", + "Ġim age", + "Ġapp lied", + "Ġatt ention", + "Ġ5 00", + "Ġ199 5", + "Ġwhere as", + "Ġfollow s", + "Ġsign al", + "Ġeff orts", + "Ġrece ive", + "Ġoccur s", + "Ġoccur red", + "Ġhelp ed", + "Ġinstit utions", + "Ġtrib es", + "Ġarchitect ure", + "Ġnucle ar", + "Ġsubsequ ent", + "Ġbos nia", + "Ġmur der", + "Ġveh icle", + "Ġnecess ary", + "Ġsupre me", + "Ġbatt les", + "8 0", + "b and", + "i ary", + "r ations", + "u a", + "Ġs av", + "Ġw ays", + "it able", + "Ġp ron", + "ic ated", + "as a", + "Ġh unt", + "Ġr uth", + "Ġj ur", + "Ġne ut", + "ans as", + "Ġsp lit", + "Ġra c", + "Ġdo ct", + "Ġplay s", + "Ġstud ent", + "Ġdiffer ence", + "Ġdire cted", + "Ġbod ies", + "Ġcomput ers", + "Ġadv anced", + "Ġq a", + "Ġneg ative", + "Ġfight ing", + "Ġbird s", + "Ġspok en", + "Ġtheat re", + "1 5", + "a q", + "c op", + "d p", + "Ġt an", + "Ġt akes", + "Ġa es", + "Ġc el", + "Ġb rief", + "Ġan at", + "Ġp ure", + "ar us", + "as ka", + "Ġh in", + "ly wood", + "Ġas pect", + "Ġmo ving", + "ag n", + "Ġj ose", + "ip h", + "Ġsp ring", + "Ġâ Ī", + "ap h", + "Ġover all", + "Ġri vers", + "Ġland ing", + "Ġpower ful", + "Ġhy po", + "Ġgrow ing", + "Ġproject s", + "Ġcolon ies", + "omp an", + "Ġpurp ose", + "Ġdemocr atic", + "Ġjourn al", + "Ġslight ly", + "d ra", + "g s", + "h us", + "o ured", + "s im", + "er a", + "ed s", + "an i", + "an es", + "Ġin hab", + "Ġand alus", + "Ġd ance", + "Ġl in", + "Ġst ories", + "Ġst aff", + "Ġal m", + "Ġcom es", + "Ġpart ners", + "Ġpo em", + "Ġra ce", + "Ġsome thing", + "Ġbr and", + "Ġbr ussels", + "Ġspec if", + "Ġchar ge", + "Ġacc ompan", + "Ġext ra", + "Ġsl a", + "Ġ17 7", + "Ġgreat est", + "Ġge omet", + "Ġhand s", + "Ġpur ch", + "Ġaut om", + "Ġident ified", + "Ġfig ures", + "Ġbah á", + "Ġalexand ria", + "Ġire land", + "Ġantis em", + "c ock", + "d in", + "r ical", + "à ¨", + "Ġa id", + "or al", + "us cript", + "Ġg ram", + "am b", + "Ġat m", + "Ġch air", + "all ed", + "Ġpl ate", + "Ġac ids", + "Ġme ant", + "Ġme xic", + "Ġspe aking", + "Ġ3 6", + "Ġpres er", + "Ġrec omm", + "Ġact ually", + "Ġ199 3", + "Ġsuccess ion", + "Ġequ ip", + "Ġfin ally", + "Ġconc ern", + "Ġcal iforn", + "Ġauth ors", + "Ġdev ices", + "Ġstruct ures", + "Ġcomplete ly", + "Ġagre ed", + "Ġsay ing", + "Ġatom ic", + "Ġdepart ment", + "Ġfreed om", + "ela ide", + "Ġsucceed ed", + "Ġmagaz ine", + "1 2", + "z ant", + "Ä «", + "in i", + "Ġs ir", + "Ġs and", + "Ġf ill", + "Ġh i", + "Ġl incoln", + "Ġn omin", + "Ġas ked", + "Ġcomp r", + "Ġad j", + "Ġsp ort", + "iz es", + "Ġcomm ander", + "ok a", + "Ġ3 5", + "Ġtra ck", + "Ġbu zz", + "Ġpos itions", + "Ġwrit er", + "Ġconf ir", + "Ġprog ress", + "Ġbra in", + "Ġmark ed", + "Ġfr ame", + "Ġdr ink", + "Ġvers ions", + "Ġda ily", + "Ġdisco very", + "Ġax i", + "Ġalph ab", + "Ġet c", + "Ġdistrib ution", + "Ġconflic t", + "Ġimper ial", + "Ġs ays", + "Ġw a", + "Ġw anted", + "or a", + "ic ed", + "Ġl ad", + "il ing", + "im ent", + "Ġat oms", + "Ġnot ably", + "Ġro om", + "Ġra ised", + "Ġpop e", + "Ġgener ation", + "Ġpers ian", + "ues e", + "Ġpa id", + "Ġsa x", + "ale x", + "Ġref lect", + "Ġpat ri", + "wh at", + "Ġjust ice", + "Ġdev ice", + "Ġview s", + "Ġlab our", + "Ġox id", + "ama ic", + "Ġvir t", + "Ġexpress ed", + "Ġcapt ured", + "Ġgun s", + "Ġenvironment al", + "Ġsubsequ ently", + "Ġbran ch", + "Ġdeterm ined", + "6 7", + "h aps", + "y ah", + "à ¤", + "Ġt ank", + "in et", + "in ity", + "Ġs ites", + "on n", + "Ġb a", + "Ġw ear", + "en cies", + "Ġf ast", + "Ġf uel", + "al f", + "Ġg i", + "Ġg all", + "am ong", + "Ġr and", + "Ġha w", + "man n", + "Ġbl ues", + "Ġout put", + "Ġwe alth", + "Ġtrans form", + "Ġwrit e", + "Ġwrit ings", + "Ġcre ation", + "Ġbat man", + "Ġent er", + "Ġmet als", + "Ġshe ll", + "Ġhous es", + "Ġshow ed", + "Ġcomb at", + "Ġsignificant ly", + "Ġredu ce", + "Ġconn ected", + "Ġho ly", + "Ġfrequ ency", + "Ġdig ital", + "kn own", + "Ġportug uese", + "Ġfamil ies", + "t ion", + "in ations", + "Ġc ub", + "an cy", + "Ġm c", + "Ġm it", + "Ġg ard", + "Ġhe ll", + "Ġpro ved", + "pp ing", + "ill ery", + "Ġam sterdam", + "Ġsh ap", + "Ġman uscript", + "Ġser ve", + "Ġass ass", + "Ġinter view", + "Ġuse ful", + "Ġart ist", + "Ġoffic ially", + "Ġsk ill", + "Ġrul ed", + "Ġdri ve", + "Ġrail way", + "Ġachie ved", + "jo hn", + "Ġmanag ement", + "Ġalbert a", + "Ġvill age", + "Ġcontem porary", + "Ġqa eda", + "Ġcaliforn ia", + "a res", + "l adesh", + "m y", + "n o", + "p ired", + "in u", + "Ġw ave", + "Ġp un", + "Ġp oll", + "Ġf olk", + "Ġm ad", + "ol ute", + "ir ing", + "Ġr ub", + "igh ter", + "ak er", + "cl aim", + "Ġsh ared", + "Ġcl im", + "Ġbo ston", + "Ġca ve", + "Ġpe ter", + "Ġpe ak", + "Ġdep ending", + "Ġuni que", + "Ġref used", + "Ġdescrib e", + "gar ian", + "Ġlim it", + "Ġdet ect", + "Ġiss ued", + "Ġpal ace", + "Ġsubst ant", + "Ġvo ice", + "Ġfeature d", + "Ġoccup ied", + "Ġsitu ation", + "Ġfle et", + "Ġcontroll ed", + "Ġdestroy ed", + "Ġchall en", + "Ġott oman", + "Ġequival ent", + "1 4", + "b rew", + "e ach", + "f ect", + "i vers", + "l om", + "m as", + "r ison", + "he l", + "Ġc os", + "Ġw id", + "Ġm erc", + "Ġto ward", + "Ġe g", + "Ġn ic", + "Ġre ven", + "Ġg al", + "Ġg ir", + "Ġg ives", + "Ġal ab", + "Ġon es", + "ag on", + "Ġex c", + "Ġar bit", + "Ġpl us", + "Ġam iga", + "Ġcont ext", + "Ġint el", + "Ġro ute", + "Ġtw ent", + "Ġ3 3", + "Ġli qu", + "Ġsm ith", + "Ġmed iter", + "Ġacc ur", + "bo ok", + "Ġsol ution", + "Ġopp osed", + "Ġopp osition", + "Ġfact ors", + "Ġdisc ip", + "Ġsuggest s", + "ipp ed", + "Ġvict or", + "Ġclose ly", + "Ġregard ed", + "Ġfoc us", + "Ġrich ard", + "Ġarmen ian", + "Ġunderst anding", + "Ġinte gr", + "Ġveh icles", + "Ġconvent ion", + "Ġplat form", + "rane an", + "Ġatm osp", + "c her", + "e v", + "e es", + "e ction", + "g on", + "n s", + "Ġt ried", + "Ġa ctions", + "Ġo d", + "Ġb bc", + "en ic", + "en ing", + "Ġal aska", + "ra in", + "Ġhe at", + "Ġmo uth", + "ous e", + "Ġso ught", + "for ce", + "Ġser ious", + "Ġpr in", + "aw a", + "Ġpar alle", + "Ġstud ied", + "Ġ198 6", + "be fore", + "Ġhistor ian", + "Ġopen ing", + "Ġspace craft", + "Ġsou theast", + "Ġanc est", + "Ġemploy ed", + "Ġmuslim s", + "Ġdial ects", + "Ġconver ted", + "Ġagricult ure", + "Ġsequ ence", + "Ġobt ained", + "Ġfix ed", + "Ġequip ment", + "Ġmediter ranean", + "Ġt ell", + "in ated", + "Ġs ab", + "Ġs we", + "Ġs ons", + "re c", + "it z", + "Ġm and", + "Ġl ake", + "Ġl ives", + "Ġl ingu", + "Ġbe at", + "am s", + "Ġis ol", + "Ġcon vers", + "Ġby zant", + "ac he", + "Ġco vered", + "Ġcont ained", + "Ġgo al", + "Ġph ase", + "Ġfl at", + "Ġgener ated", + "Ġsupp ly", + "Ġlo yal", + "Ġsecond ary", + "Ġ196 9", + "Ġdesc ript", + "Ġstr ing", + "Ġrev ol", + "Ġstand ards", + "Ġav oid", + "Ġgree ce", + "Ġadv antage", + "Ġsk in", + "Ġvis ited", + "Ġcop per", + "Ġsil ver", + "Ġord ers", + "Ġbulgar ia", + "Ġsha pe", + "Ġinfant ry", + "2 4", + "p ed", + "r id", + "r ants", + "u ate", + "y an", + "Ġb ib", + "Ġb ass", + "Ġf ear", + "Ġd ry", + "ro d", + "Ġl ic", + "Ġre ach", + "Ġth rone", + "am m", + "Ġal umin", + "ot le", + "et t", + "os h", + "Ġse em", + "Ġar amaic", + "ie val", + "Ġcont ent", + "Ġro ll", + "Ġap art", + "Ġ3 8", + "Ġpre p", + "Ġass ault", + "Ġrec ently", + "Ġqu al", + "Ġdef ence", + "Ġ199 1", + "Ġbu ff", + "Ġmin utes", + "Ġsl aves", + "Ġ17 8", + "de en", + "Ġ194 0", + "Ġopp ortun", + "Ġvis it", + "Ġfield s", + "cul es", + "Ġabs olute", + "Ġtex as", + "Ġaward ed", + "igen ous", + "Ġstreng th", + "Ġjes us", + "Ġjose ph", + "1 6", + "a per", + "n am", + "v i", + "w ell", + "Ġa le", + "Ġs in", + "Ġs ides", + "Ġb ible", + "or ter", + "Ġg ot", + "ct ic", + "ad o", + "Ġst able", + "Ġr ates", + "Ġk ar", + "ab ul", + "Ġco oper", + "Ġus er", + "Ġy ield", + "og rap", + "Ġag es", + "Ġper man", + "Ġnew s", + "Ġnew ly", + "Ġca es", + "Ġinst ance", + "Ġpa rents", + "ae us", + "Ġgreat ly", + "Ġel se", + "Ġvol ume", + "Ġmiss ile", + "hist or", + "Ġpain t", + "Ġegypt ian", + "Ġincreasing ly", + "Ġspirit ual", + "Ġcer em", + "Ġphen omen", + "Ġastronaut s", + "e ed", + "l ife", + "o h", + "r um", + "v o", + "Ġa the", + "Ġs ister", + "on ian", + "is f", + "Ġp y", + "Ġd og", + "Ġh ung", + "Ġal leg", + "Ġk en", + "Ġun iform", + "Ġam p", + "Ġnot e", + "Ġfo ught", + "Ġte aching", + "ord ers", + "Ġ9 0", + "Ġcour ts", + "Ġgre w", + "Ġline ar", + "Ġaff ected", + "Ġstart ing", + "Ġhard ware", + "Ġentire ly", + "Ġexperim ent", + "Ġacqu ired", + "wor ks", + "Ġchampions hip", + "Ġcompon ents", + "Ġbehav ior", + "usal em", + "Ġsla very", + "1 8", + "b ury", + "t ure", + "â Ģ", + "Ġ ign", + "in ate", + "Ġm ary", + "Ġh us", + "the less", + "Ġst ay", + "os en", + "Ġun d", + "Ġco al", + "Ġne ther", + "Ġbo y", + "Ġ3 9", + "Ġarm s", + "Ġgr anted", + "Ġstr ugg", + "Ġocc asion", + "Ġast ero", + "Ġprop os", + "Ġdescrib es", + "Ġbal tic", + "Ġjohn son", + "ots wana", + "Ġexist ing", + "Ġep is", + "Ġattempt s", + "Ġhold ing", + "Ġche ck", + "cript ion", + "Ġgold en", + "Ġviol ence", + "Ġinstr uments", + "Ġarri ved", + "Ġfrank lin", + "Ġagricult ural", + "Ġnar row", + "Ġdu ke", + "Ġcarri er", + "Ġstad ium", + "d i", + "d ing", + "Î ±", + "Ġ id", + "Ġc ensus", + "Ġb ind", + "ed ing", + "an th", + "it ism", + "Ġp ed", + "or gan", + "Ġm es", + "Ġd iet", + "Ġl m", + "Ġg h", + "Ġhe ight", + "Ġun c", + "Ġex erc", + "Ġex clus", + "Ġco ol", + "Ġcol d", + "Ġfe el", + "li um", + "Ġmon arch", + "Ġmin istry", + "Ġprov iding", + "Ġvari able", + "Ġz ero", + "Ġdiffer ences", + "Ġval id", + "Ġsupport ing", + "ony m", + "Ġadv ance", + "Ġopp on", + "Ġmot ion", + "Ġelectron ic", + "Ġdomin ated", + "Ġash oka", + "Ġintellig ence", + "Ġfel t", + "1 1", + "7 0", + "g u", + "k er", + "k es", + "r as", + "Ġs ust", + "Ġc av", + "Ġb one", + "en ess", + "an as", + "Ġm ort", + "Ġd ensity", + "Ġn a", + "th rough", + "Ġor b", + "Ġr u", + "Ġse lected", + "Ġk ings", + "Ġun known", + "Ġab be", + "Ġcan adian", + "Ġte ac", + "Ġno thing", + "Ġ3 00", + "Ġev olution", + "Ġrec ording", + "Ġwar s", + "Ġact ual", + "Ġjo int", + "Ġexp ed", + "Ġwrit ers", + "Ġsim pl", + "Ġmed ium", + "Ġ7 0", + "Ġ197 7", + "Ġ196 6", + "Ġ196 8", + "Ġast ro", + "Ġtyp ical", + "ham mad", + "Ġelectron s", + "Ġphilos op", + "Ġfrequ ently", + "Ġmathemat ical", + "Ġsuffer ed", + "Ġsurround ing", + "Ġcry st", + "Ġfif th", + "Ġhun garian", + "Ġjer usalem", + "Ġbn p", + "Ġspecif ically", + "g om", + "h man", + "l av", + "w ater", + "Ġa wards", + "in st", + "Ġs le", + "Ġc in", + "Ġd na", + "il i", + "ot ion", + "Ġpro ced", + "Ġcom ing", + "Ġmo dule", + "Ġch osen", + "ian a", + "ill es", + "Ġle ave", + "Ġad vent", + "Ġcl inton", + "ell a", + "Ġag o", + "Ġind igenous", + "Ġca using", + "Ġcol ony", + "Ġinter ior", + "Ġbr ig", + "Ġacc ord", + "Ġ198 4", + "Ġ198 9", + "Ġappe al", + "rop ri", + "Ġplan e", + "Ġpolit ics", + "Ġtradition ally", + "Ġresp ond", + "Ġsepar ated", + "Ġimpro ved", + "Ġbecom es", + "Ġta ught", + "Ġcondu cted", + "Ġpric e", + "unct ure", + "Ġnether lands", + "e z", + "m iss", + "m uda", + "r ight", + "s et", + "t r", + "u er", + "Ġthe r", + "Ġs ed", + "Ġs ant", + "en na", + "an o", + "is ters", + "Ġl ies", + "Ġn ick", + "Ġcon sec", + "Ġpro port", + "Ġsu fficient", + "if ying", + "Ġun like", + "Ġex port", + "du e", + "Ġform ing", + "Ġper haps", + "ren ce", + "ric k", + "Ġpr int", + "Ġwork ers", + "Ġart illery", + "Ġconst ructed", + "Ġext ensive", + "Ġfin ished", + "Ġir ish", + "Ġcamp us", + "Ġtown s", + "Ġnav al", + "Ġlist ed", + "Ġinvest ig", + "Ġwall s", + "Ġtransport ation", + "Ġbapt ism", + "Ġbish ops", + "Ġconclud ed", + "Ġalphab et", + "b b", + "e w", + "j oy", + "l ies", + "r im", + "u et", + "z y", + "Ġ ice", + "Ġt ail", + "Ġf ru", + "Ġin hib", + "ro se", + "the tic", + "il a", + "ul ate", + "Ġcon ference", + "Ġhe brew", + "Ġch ic", + "so on", + "Ġad elaide", + "ast y", + "Ġother wise", + "Ġant im", + "Ġset ting", + "Ġ6 4", + "Ġ7 5", + "Ġ15 0", + "Ġconsider able", + "Ġgu it", + "Ġchrist ians", + "Ġtechn ical", + "Ġprogram ming", + "Ġcr us", + "Ġrepresent ation", + "Ġprincip al", + "Ġengine ering", + "Ġrecogn ized", + "ca pe", + "Ġmanag er", + "Ġmeet ing", + "Ġbron x", + "Ġprotest ant", + "Ġmole c", + "Ġaffair s", + "Ġscot land", + "g ers", + "l as", + "n at", + "v ens", + "y p", + "Ê ¼", + "re es", + "Ġb urg", + "Ġan x", + "Ġan ne", + "Ġd in", + "Ġd ie", + "Ġd oll", + "Ġh ind", + "il it", + "ut ation", + "Ġst ress", + "Ġal i", + "Ġde ploy", + "Ġmo de", + "Ġse vent", + "qu ar", + "Ġsp aces", + "Ġact ing", + "iss ance", + "Ġtra ffic", + "Ġdec ade", + "Ġang le", + "Ġins pired", + "Ġunivers al", + "Ġrequ ires", + "Ġke pt", + "Ġcr im", + "Ġcr ime", + "Ġeas ily", + "Ġattempt ed", + "Ġscient ists", + "Ġneg ot", + "Ġsem i", + "Ġcompet ition", + "Ġwee ks", + "Ġbran ches", + "Ġrank ed", + "Ġinn ov", + "Ġvel oc", + "b re", + "m ology", + "o ys", + "Å į", + "at he", + "ent ially", + "Ġth ir", + "am ic", + "ol is", + "Ġcon sequ", + "Ġhe m", + "Ġk han", + "Ġpl ans", + "ak istan", + "Ġman aged", + "Ġform at", + "Ġcan cer", + "Ġte ach", + "act ive", + "Ġser b", + "Ġ3 4", + "Ġph on", + "Ġprodu cing", + "Ġbel arus", + "Ġworld wide", + "Ġfound ing", + "Ġsur vey", + "Ġgr ant", + "Ġ197 2", + "Ġ197 5", + "Ġcommun ist", + "Ġsuccess or", + "Ġtrad itions", + "Ġpublic ation", + "Ġpri ze", + "na issance", + "Ġhistor ians", + "Ġheav ily", + "Ġabs or", + "Ġatlant a", + "Ġcirc um", + "Ġapplic ation", + "Ġbulgar ian", + "Ġdrug s", + "Ġemer ged", + "Ġsus p", + "Ġsett led", + "Ġmaxim um", + "Ġtheore m", + "lym p", + "sim ilar", + "b ul", + "c ur", + "v ant", + "á ¹", + "Ġs ke", + "Ġb av", + "ar ia", + "Ġm ere", + "Ġm aced", + "Ġand rew", + "Ġn az", + "st one", + "Ġbe aut", + "Ġwh y", + "Ġj ul", + "Ġco re", + "Ġar rest", + "Ġus age", + "Ġab u", + "up uncture", + "Ġall ies", + "Ġall ied", + "ph one", + "Ġsc ore", + "Ġrel ation", + "Ġsome what", + "Ġqu ite", + "Ġbr ight", + "Ġ4 5", + "Ġpop ulations", + "Ġed ward", + "Ġstud io", + "Ġmed ieval", + "Ġeff ort", + "Ġsever e", + "Ġ197 3", + "Ġown ers", + "Ġaust ria", + "Ġdesign s", + "Ġgu ard", + "Ġport ra", + "Ġstand ing", + "Ġdi am", + "Ġir aq", + "Ġpopular ity", + "Ġmor al", + "Ġterrit ories", + "Ġtemper atures", + "Ġfail ure", + "Ġhor se", + "Ġtransl ation", + "Ġess ential", + "Ġbron ze", + "Ġmathemat ics", + "Ġreve aled", + "Ġbelg ium", + "Ġhung ary", + "gom ery", + "b es", + "e ven", + "h r", + "k o", + "l ical", + "t im", + "Ġs ult", + "Ġb ag", + "Ġf ly", + "Ġf ine", + "Ġf oss", + "ro ad", + "Ġn ap", + "ur ally", + "ut ing", + "ch cock", + "ce ler", + "Ġst or", + "ra cted", + "Ġpro ceed", + "ac ing", + "ill a", + "Ġy an", + "Ġsh ut", + "ish ing", + "Ġno b", + "ron s", + "Ġjo bs", + "Ġri val", + "Ġel im", + "Ġes c", + "Ġarg ument", + "ament al", + "Ġvol unt", + "Ġpen ins", + "Ġrepublic an", + "Ġconsist ing", + "Ġcontrib uted", + "Ġtechni que", + "Ġcorrespond ing", + "Ġextreme ly", + "Ġconne ction", + "Ġscott ish", + "Ġcorpor ation", + "Ġbang ladesh", + "Äģn anda", + "l is", + "v ation", + "Ġ ul", + "Ġb eng", + "Ġb ott", + "Ġw ound", + "is co", + "Ġp age", + "al bert", + "ro ll", + "Ġh at", + "Ġl osing", + "Ġn ut", + "st ream", + "Ġbe ar", + "Ġwith dra", + "ate gy", + "Ġco ord", + "Ġen joy", + "Ġam ber", + "Ġso ul", + "Ġall iance", + "Ġsc ene", + "Ġspe ars", + "ru ctions", + "Ġgo ing", + "Ġca pp", + "Ġed ition", + "Ġ198 5", + "Ġstr ategy", + "Ġincre ases", + "Ġsol id", + "com m", + "Ġfact or", + "ister ed", + "Ġpract ices", + "Ġprote ins", + "Ġregard ing", + "Ġcoll abor", + "Ġalk ali", + "Ġdial ect", + "Ġgrad ually", + "Ġliber al", + "war z", + "Ġsaf ety", + "ó n", + "Ġcreat ing", + "Ġreject ed", + "Ġpac ific", + "Ġded icated", + "Ġmich ael", + "Ġanch or", + "Ġjur is", + "9 0", + "g h", + "g ment", + "s is", + "Ġs ell", + "Ġw ales", + "Ġp akistan", + "Ġin he", + "ro g", + "Ġg dp", + "ct s", + "ur se", + "Ġon line", + "ri pp", + "Ġv ast", + "op en", + "if f", + "Ġar th", + "Ġcomp osition", + "te en", + "Ġfl ag", + "Ġinter a", + "Ġ4 8", + "Ġtra in", + "Ġmon aster", + "Ġrep rodu", + "Ġexp anded", + "Ġz one", + "Ġcap able", + "Ġoper a", + "Ġintern et", + "Ġang lo", + "Ġnear by", + "Ġbra ves", + "Ġsyn thesis", + "ille g", + "Ġdefe at", + "Ġà ¦", + "Ġcommunic ation", + "het amine", + "Ġrecon st", + "Ġrepe ated", + "Ġcorre ct", + "Ġweap ons", + "Ġcham ber", + "Ġabandon ed", + "Ġparalle l", + "âĢ Ļ", + "Ġveloc ity", + "Ġdiam ond", + "a ud", + "a ust", + "f all", + "g ov", + "k i", + "r ong", + "t ra", + "w ing", + "Ġ illeg", + "Ġo lymp", + "Ġs el", + "Ġw al", + "Ġp ent", + "or ig", + "Ġm m", + "Ġm r", + "ion e", + "Ġl os", + "Ġn fl", + "un s", + "Ġg ain", + "Ġst ore", + "ig er", + "el ve", + "rom e", + "Ġk m", + "ial s", + "Ġy our", + "ak ers", + "Ġsh ot", + "Ġac celer", + "Ġpart ies", + "Ġcent aur", + "Ġgro wn", + "Ġgen e", + "Ġcar s", + "Ġthem e", + "Ġpol ar", + "Ġ197 4", + "Ġ198 7", + "Ġ196 2", + "Ġstr ateg", + "Ġorgan ized", + "Ġorgan izations", + "Ġphil ipp", + "Ġprocess es", + "Ġadv oc", + "Ġer ror", + "Ġopp os", + "Ġve get", + "Ġinvol ve", + "Ġread ing", + "Ġyoun ger", + "Ġtur key", + "Ġchristian ity", + "Ġrecogn ition", + "Ġaud i", + "Ġprote in", + "Ġfoc used", + "Ġunderst ood", + "Ġstra ight", + "Ġassist ance", + "Ġmaint ain", + "Ġdyn asty", + "Ġdim ens", + "Ġpie ces", + "Ġattrib uted", + "Ġaj ax", + "Ġturk ish", + "Ġdip lom", + "Ġark ansas", + "Ġabort ion", + "Ġrough ly", + "Ġhin du", + "Ġaspect s", + "Ġinhab it", + "Ġliqu id", + "Ġbuff alo", + "Ġjuris d", + "6 0", + "b al", + "b ell", + "g ro", + "i h", + "i enced", + "m ans", + "o is", + "p read", + "à §", + "Ġ Ï", + "in ces", + "Ġs ar", + "Ġb ak", + "Ġf iction", + "al a", + "Ġe u", + "Ġn asa", + "Ġre asons", + "st ra", + "Ġbe er", + "Ġas pir", + "ir s", + "th at", + "Ġv ac", + "ag an", + "Ġch art", + "Ġk il", + "ud es", + "Ġar ray", + "Ġam ph", + "pl ay", + "ru pt", + "ric s", + "ric ts", + "Ġfe at", + "Ġher ze", + "Ġcall s", + "Ġarm ies", + "Ġsl ave", + "ides pread", + "Ġrad iation", + "Ġ194 4", + "Ġ194 5", + "Ġappro ved", + "Ġarg ues", + "Ġsat isf", + "Ġaccount s", + "Ġfav our", + "Ġrea ctions", + "Ġconstant in", + "clus ion", + "Ġae ge", + "Ġreb ell", + "Ġmaint ained", + "Ġsn ow", + "Ġrare ly", + "Ġmart in", + "add ition", + "Ġult imately", + "Ġalf red", + "iot ics", + "Ġalle ged", + "Ġantisem itism", + "Ġmexic o", + "Ġhi jack", + "Ġalab ama", + "o o", + "in ian", + "in stein", + "at o", + "Ġp el", + "Ġl ie", + "Ġon to", + "ist ical", + "os ure", + "Ġit ems", + "op es", + "Ġsu d", + "Ġsu ff", + "ant ic", + "Ġso il", + "ap ollo", + "Ġres olution", + "Ġfir m", + "Ġag ent", + "Ġra y", + "Ġatt ended", + "ific ial", + "Ġ4 7", + "Ġinv asion", + "Ġinf in", + "Ġprov inces", + "ict ions", + "Ġ196 5", + "Ġdesc end", + "Ġclass ified", + "Ġrepresent ing", + "Ġattack ed", + "Ġtit les", + "Ġdecl ine", + "Ġmiss ions", + "Ġliter ary", + "Ġdeter min", + "Ġfac ilities", + "Ġsen ior", + "Ġhor iz", + "Ġgeor g", + "ü r", + "kn ow", + "Ġpurp oses", + "Ġasc ii", + "Ġcandid ate", + "olit an", + "Ġmov ie", + "Ġchann el", + "Ġgeomet ry", + "Ġconfir med", + "Ġtwent y", + "Ġathe na", + "Ġyan ke", + "Ġpenins ula", + "Ġherze gov", + "2 2", + "6 6", + "b ar", + "c i", + "n es", + "u ing", + "u ff", + "à «", + "Ġs od", + "Ġs elling", + "Ġc p", + "Ġb h", + "Ġw idespread", + "Ġd ates", + "ing er", + "ad el", + "ce ived", + "op p", + "Ġse ems", + "Ġex ternal", + "Ġco ok", + "Ġle aves", + "Ġam ino", + "Ġac upuncture", + "ass i", + "Ġcan on", + "Ġind o", + "hed ral", + "Ġgo th", + "Ġapp ropri", + "Ġpre f", + "Ġcol umn", + "Ġcar ol", + "Ġpub lish", + "io x", + "Ġsur ren", + "Ġbor on", + "Ġport ion", + "Ġshow ing", + "Ġber muda", + "Ġir an", + "Ġhistor ically", + "Ġexpl icit", + "Ġcr is", + "Ġstat istics", + "Ġsal es", + "Ġaugust ine", + "Ġide al", + "Ġmult i", + "Ġaut on", + "Ġder iv", + "Ġinstit ution", + "Ġdeb ate", + "Ġill ust", + "ali yah", + "Ġspeak ers", + "Ġamount s", + "Ġwat ers", + "Ġexec utive", + "Ġleaders hip", + "Ġmix ed", + "Ġsaf e", + "Ġdetail s", + "Ġtransfer red", + "Ġneigh bor", + "Ġatmosp here", + "Ġconstantin ople", + "Ġherzegov ina", + "2 00", + "c s", + "t od", + "t own", + "w an", + "Ġo h", + "Ġc uis", + "Ġb ip", + "an y", + "or ing", + "un like", + "Ġas ian", + "Ġst an", + "et te", + "ag ues", + "Ġse ats", + "Ġch ance", + "Ġex pect", + "Ġus ers", + "Ġy ell", + "Ġcl in", + "Ġtr uth", + "Ġpart ly", + "Ġtw elve", + "Ġph r", + "Ġinter pre", + "Ġant on", + "ne g", + "Ġnorth west", + "Ġgerman ic", + "Ġdem and", + "Ġoffic ers", + "Ġinflu ential", + "Ġhead quar", + "Ġpur s", + "Ġformer ly", + "Ġeduc ational", + "Ġident ity", + "Ġident ify", + "Ġrese arc", + "Ġmer ch", + "Ġofficial s", + "Ġ £", + "Ġbrother s", + "Ġfund amental", + "Ġsen ate", + "Ġtransl ated", + "Ġcritic ism", + "Ġestablish ment", + "Ġgraph ics", + "Ġmont gomery", + "Ġalgebra ic", + "further more", + "mod ern", + "Ġmunicip al", + "Ġenem y", + "Ġdescript ion", + "2 8", + "b ish", + "h i", + "o on", + "y er", + "in th", + "Ġthe rap", + "er ted", + "en a", + "Ġp u", + "Ġp se", + "or der", + "Ġl ith", + "Ġl ot", + "ent ions", + "ri f", + "Ġv on", + "Ġcom ic", + "Ġor ange", + "Ġk y", + "ab il", + "Ġun us", + "Ġam ate", + "Ġso x", + "Ġwor th", + "Ġfo x", + "Ġag g", + "Ġag ency", + "Ġmar ine", + "Ġwe ather", + "ific ations", + "Ġ4 00", + "Ġspec im", + "Ġjo b", + "Ġpol and", + "Ġdist ricts", + "Ġdevelop ing", + "Ġdep os", + "Ġmet rop", + "Ġcontin ues", + "Ġcontin ental", + "Ġleg end", + "Ġeffect ively", + "Ġ12 0", + "Ġphil ip", + "Ġalb ania", + "Ġgod s", + "Ġvis ual", + "Ġaugust us", + "Ġreport s", + "Ġtri al", + "Ġcy cle", + "gr ad", + "Ġsuper ior", + "Ġhold s", + "Ġclub s", + "Ġdomin ant", + "Ġcolon ial", + "Ġpit ch", + "Ġexcept ion", + "Ġconvent ional", + "Ġaber deen", + "Ġbab yl", + "Ġarist otle", + "Ġlear ning", + "Ġinterpret ation", + "Ġadvert ising", + "Ġintel lect", + "Ġbib lical", + "Ġinhabit ants", + "Ġsurren der", + "2 3", + "b us", + "f ran", + "g i", + "l ar", + "m es", + "v in", + "Ġs i", + "Ġb id", + "Ġin ner", + "Ġn one", + "Ġth in", + "ur t", + "ig u", + "os ph", + "Ġv ar", + "Ġj im", + "Ġy outh", + "Ġab c", + "Ġaf l", + "Ġres idents", + "Ġper p", + "Ġind ex", + "Ġser ving", + "Ġgen etic", + "Ġpe op", + "Ġatt end", + "olog ist", + "olog ies", + "Ġ5 4", + "Ġchar ged", + "Ġpol ish", + "Ġmem orial", + "Ġconst ruct", + "Ġacc ident", + "Ġdiv isions", + "Ġara bs", + "Ġje an", + "Ġcal c", + "Ġhistor ic", + "Ġexpl ained", + "Ġrest aur", + "Ġstat ement", + "Ġaff ect", + "Ġclaim ing", + "Ġbi ological", + "Ġdecl ined", + "Ġprofess or", + "Ġcoast al", + "Ġcapt ure", + "Ġindic ate", + "Ġdam age", + "Ġdeg rees", + "Ġmanufact ur", + "Ġconcent ration", + "Ġadapt ed", + "Ġlink ed", + "Ġconserv ative", + "Ġfres h", + "Ġhab it", + "ĠâĪ Ĵ", + "Ġbahá ʼ", + "claim ed", + "Ġbyzant ine", + "rod ite", + "Ġperman ent", + "Ġhus band", + "Ġcrim inal", + "Ġsult an", + "Ġoppos ite", + "Ġfeat uring", + "tod ay", + "1 7", + "5 00", + "9 9", + "d on", + "l ers", + "t ics", + "Ġ #", + "Ġ *", + "Ġt u", + "Ġt act", + "Ġt iss", + "Ġa ce", + "he im", + "Ġs ort", + "Ġs ie", + "Ġc ros", + "Ġm ap", + "Ġl uc", + "Ġl yn", + "ul ed", + "Ġst ations", + "ri ka", + "Ġpro s", + "Ġv ent", + "Ġv oting", + "Ġor che", + "ac ent", + "Ġun able", + "Ġne uro", + "Ġad mir", + "Ġsp an", + "Ġro ot", + "Ġim ages", + "Ġsc hem", + "Ġbas ket", + "Ġpre y", + "Ġfound er", + "Ġed itor", + "hen s", + "Ġpartic les", + "Ġelect ro", + "Ġaust rian", + "Ġdesign ated", + "Ġmark ets", + "ruct ure", + "Ġappro val", + "Ġrepres ents", + "Ġprot ected", + "Ġrest rict", + "Ġfran ch", + "une i", + "Ġcrit ics", + "Ġorigin ated", + "Ġdra wn", + "Ġphys ic", + "Ġtre ated", + "Ġtour ism", + "Ġaud ience", + "Ġsuccessful ly", + "Ġexperim ents", + "Ġacadem ic", + "Ġmix ture", + "Ġmu hammad", + "Ġflo or", + "Ġpie ce", + "Ġrapid ly", + "Ġcod ice", + "Ġtan ks", + "Ġaxi om", + "Ġchic ago", + "Ġanx iety", + "Ġyell ow", + "k ins", + "m al", + "p an", + "r ance", + "w a", + "Ġa inu", + "Ġs end", + "en ger", + "Ġp us", + "Ġp ray", + "Ġf ired", + "al and", + "Ġin put", + "ic ism", + "Ġd rop", + "ra cy", + "Ġv otes", + "em a", + "Ġse lect", + "Ġex am", + "so ft", + "Ġro ots", + "Ġman ner", + "Ġmar g", + "Ġtw ice", + "Ġ3 7", + "Ġprodu ces", + "olog ists", + "Ġwe b", + "Ġtrans ition", + "Ġrem ark", + "Ġmon ks", + "Ġmin im", + "Ġ6 5", + "Ġadd ing", + "Ġbro ke", + "Ġext ent", + "Ġ197 6", + "Ġ198 1", + "Ġ198 2", + "Ġorig ins", + "Ġgu id", + "Ġunivers ities", + "ha uer", + "Ġconc ert", + "Ġexpl an", + "Ġsym pt", + "Ġanim ation", + "Ġneed s", + "Ġinit i", + "Ġcat tle", + "Ġintrodu ction", + "Ġgood s", + "Ġax is", + "Ġschol ar", + "Ġbapt ist", + "Ġbrazil ian", + "Ġhill s", + "Ġassum ed", + "Ġmole cules", + "je ction", + "Ġalc hem", + "Ġamaz on", + "Ġnewsp aper", + "alex ander", + "Ġcav al", + "Ġexped ition", + "open hauer", + "Ġcentaur i", + "Ġpeop les", + "3 4", + "b ro", + "c ol", + "d o", + "f o", + "m n", + "o zo", + "p ers", + "p ress", + "s uch", + "t ime", + "Ġa al", + "Ġc ot", + "at ically", + "Ġb om", + "Ġw is", + "Ġf ried", + "Ġd ub", + "Ġto urn", + "un k", + "Ġg ran", + "ur b", + "il ly", + "Ġal ger", + "ra c", + "ra ham", + "ri ff", + "Ġhe rit", + "Ġv ess", + "Ġch lor", + "Ġle ct", + "Ġso le", + "Ġsh if", + "Ġsh all", + "Ġpart ner", + "Ġres emb", + "Ġcan al", + "Ġbl uet", + "Ġfe et", + "Ġdo ing", + "Ġbr id", + "uc cess", + "Ġpol ic", + "Ġart ificial", + "Ġexp osed", + "Ġbat ter", + "Ġcor ps", + "ov a", + "Ġop in", + "Ġdi vers", + "Ġ194 2", + "Ġmove ments", + "Ġcharacter istics", + "Ġtest s", + "Ġpract ical", + "Ġinvol ves", + "Ġsix th", + "Ġphys ics", + "Ġpred omin", + "Ġabs ence", + "Ġmeas ured", + "Ġtre as", + "Ġexpress ion", + "Ġsubst ance", + "rael i", + "Ġsqu ad", + "Ġnorm ally", + "Ġforest s", + "Ġcondu ct", + "Ġconqu est", + "Ġarrang ed", + "Ġencour aged", + "Ġpict ure", + "Ġwit ness", + "Ġbenef it", + "Ġaccompan ied", + "Ġalumin ium", + "Ġguit ar", + "Ġpse ud", + "6 4", + "e qu", + "g am", + "j amin", + "m ers", + "r ating", + "Ġs ail", + "re te", + "Ġc ant", + "Ġc ards", + "Ġb es", + "Ġp in", + "Ġf ame", + "or ters", + "Ġm ist", + "Ġh orn", + "Ġg am", + "Ġis ot", + "ce l", + "ra ge", + "ist ed", + "Ġv iet", + "Ġv aries", + "em en", + "Ġsu it", + "ag u", + "Ġk ore", + "Ġar row", + "Ġne ither", + "oc ks", + "Ġam pl", + "Ġcomp lic", + "Ġwor ship", + "ub le", + "ult ure", + "Ġtr ust", + "Ġim ag", + "Ġdis k", + "ok e", + "Ġpre par", + "Ġoff ensive", + "Ġcar l", + "Ġrep utation", + "Ġob l", + "Ġdec or", + "Ġdevelop ments", + "Ġed ge", + "Ġret ired", + "Ġ198 3", + "Ġ198 8", + "ene g", + "Ġdi verse", + "Ġprop ag", + "Ġgree ks", + "Ġprocess ing", + "Ġlast ed", + "Ġexper ienced", + "Ġbus es", + "Ġbal ance", + "Ġsal t", + "Ġlow est", + "Ġpresident ial", + "Ġview ed", + "Ġsat ell", + "Ġmach ines", + "Ġcost s", + "Ġcommit ted", + "Ġcam era", + "Ġconsum ption", + "Ġsecret ary", + "Ġcandid ates", + "Ġpattern s", + "Ġvirgin ia", + "Ġmob ile", + "Ġammon ia", + "Ġvoc al", + "Ġincorpor ated", + "Ġunc ertain", + "inst ead", + "Ġaege an", + "Ġhoriz on", + "Ġpref ix", + "c ers", + "e ing", + "h ar", + "l an", + "n ard", + "p op", + "u ated", + "Ġ Äģnanda", + "Ġs und", + "Ġc m", + "Ġb rom", + "Ġb und", + "or f", + "Ġin se", + "Ġd y", + "Ġd ang", + "as y", + "as tern", + "Ġe ag", + "om orph", + "Ġfor ward", + "Ġv s", + "em ic", + "Ġk ent", + "Ġun cle", + "Ġex ists", + "od s", + "Ġsh ift", + "Ġcl ar", + "Ġcomm od", + "ens es", + "Ġcons ult", + "Ġpre ced", + "Ġpre gn", + "Ġover se", + "Ġcol our", + "Ġkn ew", + "Ġprodu cer", + "Ġoff ers", + "Ġbr ass", + "Ġ4 9", + "Ġant ip", + "Ġchar l", + "Ġhigh way", + "Ġdec ay", + "Ġconst ell", + "Ġ197 9", + "Ġoper ated", + "Ġmod ified", + "Ġang eles", + "Ġorgan ic", + "Ġdiv ine", + "Ġpri est", + "Ġpat ron", + "Ġ13 0", + "Ġperson nel", + "Ġperform ing", + "Ġrul er", + "Ġcop ies", + "Ġbudd h", + "Ġaud io", + "Ġconsist ed", + "Ġtax es", + "Ġbig gest", + "Ġdom ain", + "ĠÎ ±", + "Ġconstitution al", + "Ġnovel s", + "Ġbah am", + "Ġantib iotics", + "Ġmanufact uring", + "Ġcommunic ations", + "Ġey es", + "Ġlear ned", + "Ġdepend ent", + "Ġapost olic", + "Ġdro pped", + "Ġdoct rine", + "Ġcos m", + "Ġopportun ity", + "Ġpaint ings", + "Ġstor age", + "Ġrebell ion", + "Ġinfin ite", + "Ġbluet ooth", + "uccess ful", + "1 3", + "a ugust", + "b et", + "d ess", + "f ir", + "i y", + "i ency", + "n is", + "t op", + "u z", + "Î ¿", + "Ġ á", + "Ġt alk", + "Ġa u", + "Ġb in", + "Ġb ry", + "Ġb ull", + "it t", + "Ġf as", + "Ġin g", + "Ġm ental", + "le ys", + "Ġn om", + "ad ing", + "Ġst im", + "ri x", + "Ġpro of", + "Ġv ision", + "Ġk b", + "ab out", + "ab ilities", + "igh th", + "Ġle e", + "Ġpart ial", + "Ġsy ll", + "Ġser ves", + "Ġbas es", + "Ġra hman", + "Ġcons c", + "Ġcol ors", + "Ġass igned", + "Ġfl or", + "Ġout er", + "Ġdo ctor", + "Ġact or", + "Ġcar ib", + "Ġ5 5", + "Ġsur f", + "Ġend ing", + "Ġbro ken", + "be an", + "Ġ196 7", + "Ġpartic le", + "Ġleg acy", + "Ġel der", + "Ġrun ner", + "Ġexpl o", + "Ġalb anian", + "Ġbal d", + "Ġbal tim", + "ane ously", + "Ġauthor ities", + "Ġsepar ation", + "Ġsty les", + "Ġdest ruction", + "Ġbudd hist", + "Ġlog ic", + "Ġsurv ived", + "Ġsurv iving", + "Ġreform s", + "Ġconqu ered", + "Ġportug al", + "Ġze us", + "Ġcompon ent", + "Ġcelebr ated", + "Ġpoet ry", + "Ġcompar ison", + "Ġmess age", + "Ġbacter ia", + "Ġarsen ic", + "Ġimmig rants", + "Ġabst ract", + "Ġswed ish", + "Ġshap ed", + "Ġabbe y", + "Ġastro log", + "Ġcircum st", + "Ġcris is", + "Ġcuis ine", + "Ġresearc hers", + "Ġbaltim ore", + "b en", + "b rit", + "h um", + "l on", + "n i", + "o ly", + "Î ½", + "Ġ ions", + "Ġ é", + "Ġt in", + "Ġa ol", + "Ġa ph", + "Ġb ru", + "Ġb otswana", + "Ġf ans", + "or ous", + "ar ic", + "ar th", + "Ġm ales", + "Ġd anish", + "ro gen", + "Ġe at", + "Ġl am", + "om pl", + "Ġth ing", + "ur d", + "ad ow", + "Ġst ret", + "ver ty", + "Ġhe ard", + "um en", + "Ġch rom", + "ab led", + "ant ly", + "ak a", + "so le", + "ame ter", + "Ġac know", + "Ġform ally", + "Ġag ripp", + "Ġsc hed", + "Ġme th", + "Ġmar sh", + "Ġart istic", + "uro s", + "Ġacc ompl", + "ros cop", + "Ġmat ches", + "to lem", + "Ġref uge", + "Ġsing er", + "Ġorgan isms", + "Ġclass ification", + "Ġport ray", + "Ġposs ibility", + "Ġoffic er", + "Ġoffic es", + "Ġsk y", + "Ġmembers hip", + "Ġmor ph", + "Ġcharacter ized", + "Ġdel ay", + "Ġlim its", + "Ġbud get", + "Ġmass ive", + "Ġtele phone", + "Ġinvol ving", + "Ġcir cle", + "Ġgra ce", + "Ġpred e", + "Ġmeas ures", + "Ġae g", + "Ġinte g", + "Ġabb re", + "Ġwind ows", + "Ġdisplay ed", + "Ġze aland", + "Ġey e", + "Ġprem ier", + "Ġprison ers", + "Ġfal se", + "Ġthous ands", + "Ġhunt ing", + "Ġchair man", + "Ġsubstant ial", + "ograp her", + "Ġcerem ony", + "Ġyanke es", + "Ġheadquar ters", + "Ġcaval ry", + "Ġherit age", + "2 6", + "a j", + "c us", + "c ome", + "e k", + "f a", + "l ob", + "n al", + "r ust", + "w all", + "Ġ ere", + "Ġt ons", + "Ġt ube", + "in ter", + "er als", + "Ġc ass", + "it udes", + "Ġp ick", + "Ġd ual", + "Ġe instein", + "Ġl es", + "Ġre aching", + "Ġre naissance", + "the astern", + "Ġth or", + "im ed", + "Ġas ph", + "Ġst ro", + "ot a", + "ri or", + "ay a", + "Ġr ig", + "Ġj ers", + "ill in", + "Ġcomp at", + "ip el", + "ast s", + "Ġro se", + "ap se", + "Ġsc iences", + "Ġme at", + "ren d", + "Ġpo verty", + "Ġph o", + "Ġcons on", + "Ġjo in", + "ins berg", + "Ġexp osure", + "Ġ197 8", + "Ġclass es", + "Ġplan ets", + "oph y", + "Ġgod dess", + "Ġrepresent atives", + "Ġcharacter istic", + "au x", + "Ġprom ote", + "Ġstrong ly", + "Ġbur ied", + "Ġhit chcock", + "Ġben ed", + "Ġcapt ain", + "Ġchem istry", + "Ġjud ge", + "Ġhen ce", + "Ġcirc uit", + "Ġdistin ction", + "Ġdistrib uted", + "Ġcontinu ing", + "Ġcontinu ous", + "Ġfell ow", + "Ġdise ases", + "cont in", + "Ġconcer ned", + "Ġpil ot", + "Ġchap ter", + "Ġdistingu ished", + "Ġuns uccessful", + "Ġprefer red", + "Ġanat ol", + "Ġhypo thesis", + "Ġprep ared", + "tr ans", + "addition ally", + "Ġmetrop olitan", + "2 9", + "h arm", + "i ography", + "i otic", + "m w", + "o be", + "w ill", + "z ona", + "Ġa us", + "Ġthe ories", + "Ġs ulf", + "re y", + "Ġan the", + "Ġp ig", + "Ġp tolem", + "Ġf ile", + "Ġf aced", + "Ġin fer", + "ic on", + "Ġd ar", + "Ġd ated", + "Ġl as", + "Ġl iv", + "am ics", + "Ġas ym", + "ig an", + "Ġpro hib", + "Ġr ural", + "ag ement", + "Ġk ash", + "Ġj ac", + "Ġpl ain", + "og en", + "og ue", + "Ġsp in", + "Ġint ention", + "Ġmar s", + "Ġra vens", + "Ġem ot", + "Ġev al", + "Ġev olved", + "Ġreg ime", + "Ġfl ood", + "Ġnor theast", + "ress ive", + "Ġarm our", + "Ġart em", + "Ġinv ited", + "ious ly", + "Ġexp ensive", + "Ġsim ult", + "Ġdep icted", + "uch y", + "Ġsouth west", + "Ġcolle cted", + "yl lium", + "Ġarch bish", + "Ġrad ical", + "Ġprocess or", + "Ġdirect ors", + "ness ee", + "Ġindust ries", + "Ġvol can", + "Ġredu cing", + "Ġden omin", + "Ġsat urn", + "Ġpain ting", + "Ġprincip les", + "Ġjud ic", + "Ġill ness", + "Ġren amed", + "Ġstri p", + "Ġhol lywood", + "Ġspect rum", + "Ġdeterm ine", + "Ġcarry ing", + "Ġdemonst rated", + "Ġari zona", + "Ġcateg ories", + "Ġhundred s", + "Ġcompos er", + "Ġrang ing", + "Ġassy rian", + "Ġadult s", + "Ġpurch ased", + "Ġelse where", + "Ġwithdra w", + "Ġamate ur", + "Ġbaháʼ ÃŃ", + "Ġcot ton", + "b our", + "i able", + "k el", + "r at", + "r ant", + "v als", + "à ±", + "Ä ĩ", + "Ġa ur", + "Ġs ample", + "re p", + "on ly", + "Ġc ert", + "Ġb ones", + "Ġp ul", + "Ġp ione", + "Ġf ant", + "Ġf ib", + "Ġh ay", + "Ġh uge", + "Ġto xic", + "le ts", + "Ġg ate", + "ur ance", + "Ġst rict", + "ver e", + "ac le", + "Ġse asons", + "Ġam d", + "Ġro ads", + "Ġwhe el", + "Ġag ents", + "Ġsc and", + "ru ption", + "Ġbas in", + "Ġgro ss", + "Ġgen es", + "Ġrec ru", + "Ġter ror", + "Ġ4 4", + "Ġair line", + "Ġpub lis", + "Ġsch warz", + "Ġinst ructions", + "Ġfollow ers", + "Ġsign als", + "Ġacc um", + "Ġent ertain", + "Ġany thing", + "Ġpers ec", + "Ġlong est", + "Ġmat ters", + "Ġcommun ion", + "Ġocc as", + "Ġref lected", + "Ġgu ar", + "Ġback ground", + "Ġclass ic", + "Ġpat ients", + "Ġ194 3", + "Ġcult ures", + "Ġrece iving", + "Ġve ter", + "ze ch", + "Ġdr um", + "Ġ192 9", + "Ġtest ing", + "Ġcle an", + "Ġflight s", + "Ġfeder ation", + "Ġhost ed", + "ino za", + "Ġib m", + "Ġfind ing", + "Ġestim ates", + "Ġviol ent", + "Ġsurv ive", + "rast ructure", + "Ġabb a", + "Ġmill er", + "Ġhot el", + "Ġbond s", + "Ġdocument ary", + "Ġfres nel", + "Ġconcer ning", + "Ġthous and", + "Ġconcern s", + "Ġfill ed", + "Ġdrink ing", + "cur rent", + "Ġnap ole", + "Ġbott om", + "eneg ger", + "Ġcarib bean", + "3 9", + "5 6", + "d own", + "e f", + "i ar", + "k an", + "m uch", + "n om", + "w is", + "Ġt s", + "Ġt ab", + "Ġt all", + "Ġa aliyah", + "Ġthe ater", + "on ce", + "Ġc ow", + "Ġc rop", + "Ġc zech", + "Ġb on", + "Ġb icy", + "Ġb orders", + "Ġw ant", + "is p", + "is er", + "is ot", + "Ġan ts", + "Ġf ert", + "Ġf lem", + "Ġf lying", + "ar ound", + "ic illin", + "ro b", + "Ġh our", + "Ġto ols", + "Ġbe ads", + "Ġst ating", + "ver ing", + "Ġcon j", + "Ġpro to", + "Ġr id", + "Ġse lection", + "Ġch ose", + "Ġk abul", + "Ġex ceed", + "iv eness", + "Ġpl ot", + "Ġtr y", + "Ġres id", + "ace ae", + "Ġbl ind", + "ari um", + "��pr uss", + "Ġinter face", + "Ġbel ize", + "Ġinc ident", + "Ġarm oured", + "Ġant ar", + "Ġpar ks", + "Ġsupp orters", + "Ġgovern ments", + "Ġart icles", + "Ġret ained", + "Ġext ension", + "Ġgr ass", + "Ġ196 1", + "Ġrom ans", + "bo urn", + "Ġoper ate", + "Ġelect rical", + "Ġ16 4", + "there fore", + "Ġconf ig", + "Ġhy per", + "ograph ical", + "Ġcult iv", + "eng ers", + "Ġarg ent", + "Ġsk ull", + "ze b", + "Ġvis itors", + "Ġalong side", + "Ġsym p", + "oss ible", + "Ġexist ed", + "Ġcond em", + "Ġident ical", + "Ġfunction al", + "Ġten nessee", + "Ġcomplex ity", + "Ġsubst it", + "Ġinvest ment", + "Ġcro at", + "Ġstri ke", + "Ġsymbol s", + "Ġstep s", + "Ġpair s", + "Ġpric es", + "Ġquant um", + "Ġbol iv", + "Ġsuffer ing", + "Ġori oles", + "Ġlegisl ation", + "iro t", + "Ġbelief s", + "Ġconne ctions", + "Ġcrow ley", + "Ġfrag ments", + "Ġpartners hip", + "Ġchallen ge", + "Ġcaes ar", + "Ġastero ids", + "Ġpropos al", + "Ġepis ode", + "Ġdimens ional", + "Ġunus ual", + "Ġsympt oms", + "Ġcircumst ances", + "uros awa", + "Ġprede cess", + "Ġbened ict", + "a ic", + "f are", + "m o", + "n or", + "n um", + "s pe", + "v an", + "v is", + "y d", + "Ï Ħ", + "Ġc able", + "Ġb ot", + "it led", + "or us", + "Ġm ol", + "Ġd ating", + "Ġh ier", + "Ġre ar", + "Ġth ick", + "ad os", + "ch rist", + "Ġal p", + "Ġj un", + "Ġha ir", + "Ġsh adow", + "Ġint r", + "Ġcomm em", + "Ġman if", + "Ġper for", + "ang zeb", + "ok ed", + "ru ck", + "Ġem pt", + "Ġrel at", + "Ġfl ed", + "Ġbel t", + "Ġeng aged", + "Ġtrans mission", + "Ġsupp osed", + "Ġdec isions", + "Ġ7 67", + "Ġpers ons", + "Ġ197 1", + "Ġ196 3", + "Ġ196 4", + "Ġ9 9", + "Ġleg s", + "me an", + "Ġ194 8", + "Ġ194 9", + "Ġgre g", + "Ġrefer ring", + "ned y", + "Ġexpl ain", + "Ġcomple ment", + "Ġfact ory", + "Ġaff il", + "Ġmy ster", + "Ġ193 9", + "Ġvi enna", + "Ġmot iv", + "Ġban ned", + "Ġheav en", + "Ġver tical", + "Ġnet works", + "Ġsem itic", + "burg h", + "isc op", + "Ġlay er", + "Ġens ure", + "Ġtom b", + "Ġdraw ing", + "Ġemphas is", + "Ġcateg ory", + "Ġastronom ical", + "Ġreplace ment", + "Ġrecomm ended", + "Ġadj acent", + "Ġassass ination", + "Ġconvers ion", + "Ġoccasion ally", + "Ġsust ain", + "anas ius", + "Ġphilosop her", + "nat ural", + "adel ph", + "neg ie", + "rika ans", + "Ġfranch ise", + "Ġbrid ges", + "bet ween", + "Ġaph rodite", + "Ġbru ce", + "2 7", + "c rib", + "h ouse", + "k in", + "m us", + "n ame", + "t i", + "u ation", + "v ari", + "Ġt ap", + "Ġt ens", + "in ct", + "er g", + "Ġo sc", + "Ġs ight", + "Ġb ast", + "Ġw ine", + "Ġh ur", + "Ġh ub", + "Ġh ipp", + "Ġh ope", + "Ġl akes", + "Ġre new", + "ct ors", + "ur a", + "ur ation", + "st ad", + "ol i", + "im s", + "et ary", + "et ime", + "Ġcom ed", + "ab eth", + "Ġun f", + "od ies", + "Ġcomp l", + "Ġab raham", + "Ġper fect", + "Ġwe bs", + "Ġdef ensive", + "Ġchar ges", + "Ġsur pr", + "Ġbat tal", + "Ġbro ok", + "Ġacc used", + "Ġsl av", + "Ġ8 00", + "Ġ17 0", + "ty p", + "Ġdesc ent", + "Ġown er", + "Ġaust ro", + "Ġgu il", + "Ġprob ability", + "Ġrequ est", + "Ġrequ iring", + "Ġplan ning", + "Ġfin ite", + "Ġphil adelph", + "Ġexpl os", + "Ġ195 5", + "Ġ195 6", + "Ġeas y", + "Ġox ide", + "Ġcat aly", + "Ġcat hedral", + "Ġrul ing", + "Ġprom oted", + "Ġ191 9", + "Ġterrit orial", + "Ġach illes", + "Ġden mark", + "Ġmiss iles", + "Ġspecial ized", + "Ġkill ing", + "Ġdri ven", + "Ġimm un", + "Ġcong reg", + "Ġsubject s", + "Ġchamp ion", + "Ġarchitect ural", + "Ġmathem atic", + "Ġexperim ental", + "Ġdifficult y", + "Ġpercent age", + "Ġappo int", + "Ġrequire ments", + "Ġut il", + "Ġalgorithm s", + "Ġcred ited", + "Ġimplement ed", + "Ġreco very", + "Ġsubs id", + "Ġchron ic", + "Ġanthrop ology", + "Ġreser ves", + "Ġtas k", + "Ġrat io", + "Ġcontrovers ial", + "Ġgard en", + "Ġisol ated", + "Ġorb ital", + "Ġdeploy ed", + "Ġartem is", + "Ġarchbish op", + "vere ign", + "3 5", + "3 6", + "k ina", + "o que", + "r ates", + "u ild", + "w s", + "Ġt rop", + "in it", + "Ġp ill", + "Ġp av", + "Ġf is", + "Ġf urn", + "Ġh ors", + "Ġth row", + "ul es", + "et ies", + "os a", + "Ġpro sec", + "Ġv ic", + "Ġar bor", + "ant e", + "se cond", + "cl ass", + "Ġso vereign", + "Ġsh orter", + "ip her", + "Ġac ous", + "Ġbo b", + "Ġaf rikaans", + "Ġpart ially", + "Ġag ar", + "ang el", + "Ġpo ison", + "cess ion", + "man ces", + "Ġdes ert", + "Ġear ned", + "Ġfe ed", + "ative ly", + "Ġinst alled", + "Ġmem b", + "Ġger mans", + "to gether", + "é e", + "Ġang ola", + "Ġel iz", + "Ġeas ier", + "ik h", + "Ġstat ue", + "Ġnat urally", + "Ġ192 5", + "Ġsee king", + "br idge", + "ane ous", + "Ġaut ob", + "Ġtri p", + "Ġver b", + "Ġball s", + "Ġanti qu", + "Ġtour ist", + "Ġrock et", + "Ġemploy ees", + "Ġsound s", + "Ġwilliam s", + "Ġunderst and", + "Ġminor ity", + "Ġarri val", + "Ġquest ions", + "Ġcitiz en", + "Ġdram atic", + "Ġrh ine", + "Ġconfeder ate", + "Ġapparent ly", + "Ġcontrovers y", + "Ġvow els", + "Ġpron ounced", + "Ġrac ial", + "Ġpreser ved", + "Ġbuzz ard", + "Ġoxid ation", + "Ġsab b", + "Ġrevol t", + "Ġsle ep", + "Ġconsec utive", + "Ġfru it", + "similar ly", + "Ġpolic ies", + "c ope", + "d iv", + "d ie", + "e an", + "f ts", + "i j", + "i ac", + "p ost", + "r é", + "w estern", + "y le", + "Å «", + "Î ¹", + "Ġt ip", + "Ġa y", + "Ġo t", + "Ġo re", + "re al", + "Ġc ort", + "Ġc ere", + "Ġp ir", + "Ġm amm", + "ic ts", + "Ġd or", + "Ġd raft", + "as i", + "Ġh its", + "Ġto ler", + "Ġg ather", + "Ġg ulf", + "ut s", + "ut or", + "im ents", + "ch w", + "Ġst ored", + "Ġde co", + "ri er", + "Ġhe lic", + "Ġv ul", + "Ġv ice", + "op t", + "Ġr it", + "Ġch ips", + "Ġco ach", + "iv als", + "ess ion", + "oc ol", + "so ud", + "Ġad mitted", + "Ġab ol", + "Ġab und", + "Ġbo ught", + "Ġro d", + "Ġro les", + "ap or", + "av ian", + "Ġres ident", + "Ġsy ria", + "Ġgo es", + "Ġra ys", + "Ġph osph", + "Ġass ess", + "Ġmay or", + "Ġ5 1", + "Ġdif f", + "Ġsupp lies", + "Ġinv ented", + "Ġ6 8", + "Ġ6 00", + "Ġimp ossible", + "Ġent itled", + "Ġ17 9", + "Ġlead s", + "Ġshe l", + "Ġpa rent", + "Ġval leys", + "Ġbor ough", + "Ġann ivers", + "Ġrad ar", + "Ġ194 7", + "com mon", + "Ġvis ible", + "Ġste ad", + "Ġless er", + "Ġfew er", + "Ġtest ament", + "Ġshort ly", + "Ġtit led", + "Ġcat al", + "Ġep it", + "Ġruss ell", + "Ġpen et", + "Ġeth ics", + "Ġcivil ization", + "Ġdri ving", + "bor ough", + "Ġben jamin", + "Ġmer ger", + "Ġstre am", + "Ġfund s", + "po int", + "ÃŃ a", + "Ġdisp ute", + "Ġspeak er", + "Ġdifficult ies", + "Ġcast le", + "Ġmeet ings", + "hy dro", + "Ġconcent rated", + "wor th", + "Ġsac rif", + "Ġmechan ism", + "Ġquant ities", + "Ġdecre ase", + "Ġcarri ers", + "Ġlif etime", + "Ġvow el", + "Ġneut ral", + "Ġandalus ia", + "Ġoppon ent", + "Ġteac her", + "Ġinhe rit", + "Ġmonaster y", + "Ġsod ium", + "Ġappropri ate", + "Ġphr ase", + "Ġconstell ation", + "Ġacknow led", + "Ġkash mir", + "Ġentertain ment", + "Ġperfor mances", + "Ġannivers ary", + "4 7", + "c al", + "e conom", + "e enth", + "f ort", + "g as", + "u um", + "à £", + "Ê »", + "Ġ um", + "Ĥ ¬", + "Ġt uring", + "Ġa a", + "Ġa ver", + "er ation", + "Ġs om", + "Ġs her", + "Ġw aves", + "en burg", + "it ure", + "Ġp c", + "Ġp ier", + "Ġf ab", + "ic ide", + "Ġd iox", + "ing ton", + "Ġl ux", + "Ġre ally", + "Ġ1 000", + "Ġst ages", + "Ġst orm", + "Ġst ruck", + "Ġwas te", + "el and", + "el ess", + "ri ans", + "um es", + "Ġk o", + "Ġex clud", + "Ġco gn", + "Ġne p", + "Ġcomp act", + "ish ment", + "Ġcl ock", + "ell ar", + "Ġbo at", + "Ġsp ot", + "Ġâ Ĥ¬", + "Ġro utes", + "Ġtr ig", + "Ġmar ble", + "Ġnew ton", + "Ġpo ems", + "Ġpo irot", + "Ġdes ire", + "ach us", + "Ġra cing", + "Ġrel ief", + "Ġsub t", + "Ġbr unei", + "Ġeng ines", + "Ġspec ified", + "Ġtra ined", + "Ġchar ter", + "Ġinf rastructure", + "Ġvari ation", + "Ġwrit es", + "Ġpers u", + "Ġmet ab", + "Ġmet aph", + "az z", + "Ġchrist mas", + "Ġtrad ing", + "Ġast er", + "Ġperiod s", + "Ġstand s", + "Ġel abor", + "Ġdi ver", + "Ġdi ameter", + "Ġfin ance", + "Ġav iation", + "Ġappro aches", + "Ġpass ing", + "Ġpass enger", + "Ġevery thing", + "Ġhouse hold", + "ex amples", + "á n", + "che ster", + "Ġprom pt", + "Ġconstit u", + "Ġfull er", + "Ġver te", + "Ġinterest s", + "Ġinvest igation", + "cript ions", + "Ġadop tion", + "Ġphilosoph ical", + "Ġparliament ary", + "Ġrespons ibility", + "Ġlabor atory", + "Ġenco unter", + "Ġfish ing", + "Ġmig ration", + "Ġsurround ed", + "Ġdetail ed", + "Ġcred it", + "Ġalt itude", + "Ġslow ly", + "Ġenc od", + "Ġaar hus", + "Ġeg gs", + "onym ous", + "Ġrespond ed", + "Ġproport ion", + "Ġmere ly", + "Ġtherap y", + "Ġsie ge", + "Ġbasket ball", + "Ġhorizon tal", + "Ġfas o", + "Ġflor ida", + "Ġsched uled", + "Ġguar ant", + "Ġguil ty", + "Ġphiladelph ia", + "Ġsabb ath", + "6 3", + "8 7", + "d em", + "i op", + "i ber", + "i ations", + "i Äĩ", + "o a", + "s ky", + "x ual", + "Ġa pl", + "in als", + "Ġthe od", + "Ġs ale", + "Ġc ul", + "Ġc ited", + "Ġc hes", + "Ġc raft", + "Ġb its", + "is ers", + "al ty", + "ic o", + "Ġto wer", + "un a", + "ul us", + "Ġv oy", + "Ġch a", + "Ġ19 00", + "if ies", + "Ġun less", + "Ġco us", + "Ġco des", + "ian o", + "igh ters", + "Ġam end", + "Ġsh ore", + "Ġad am", + "up on", + "Ġcl ay", + "Ġbo ot", + "ap pe", + "Ġall oys", + "ĠâĢ ľ", + "ĠâĢ Ŀ", + "Ġper ceived", + "Ġte a", + "Ġdis order", + "Ġsc he", + "ord s", + "Ġkn ight", + "Ġatt ached", + "Ġup d", + "Ġrem ember", + "Ġinst all", + "Ġmin ute", + "ins on", + "Ġvari ations", + "Ġvari eties", + "Ġret ire", + "Ġext ens", + "Ġterm ed", + "Ġdep ict", + "Ġmain stream", + "Ġcap it", + "hem ia", + "bo x", + "ov en", + "Ġ9 5", + "Ġconsider ably", + "Ġpower ed", + "Ġsing ing", + "ier i", + "Ġpublic ly", + "Ġhous ing", + "Ġcur ve", + "Ġprogram me", + "Ġstat istical", + "Ġste ve", + "Ġsec ure", + "Ġ191 8", + "Ġmount ed", + "Ġban ks", + "Ġhar v", + "Ġdeb t", + "Ġemploy ment", + "Ġestablish ing", + "Ġlook ing", + "Ġdan iel", + "Ġsac red", + "Ġly rics", + "Ġple as", + "Ġcoup le", + "Ġclos er", + "Ġfranc isco", + "Ġlu ther", + "Ġbuzz ards", + "Ġmerc ury", + "Ġintegr ated", + "Ġlic ens", + "Ġbind ing", + "Ġcin ema", + "Ġthir ty", + "Ġteach ings", + "Ġvolunt e", + "Ġbeng al", + "Ġenjoy ed", + "Ġdescend ants", + "Ġcarol ina", + "Ġinterpre ted", + "Ġky i", + "Ġopin ion", + "Ġviet nam", + "Ġsund ay", + "fir st", + "mean while", + "Ġeliz abeth", + "8 5", + "e en", + "f e", + "h o", + "i oc", + "i que", + "l b", + "n est", + "r and", + "t z", + "t is", + "Ä ±", + "Ġt on", + "Ġo ption", + "Ġs id", + "Ġb mw", + "Ġw olf", + "an ol", + "Ġf aster", + "Ġm s", + "ic ate", + "ro om", + "Ġn erv", + "Ġg ib", + "ol id", + "id ency", + "ch s", + "Ġst ood", + "Ġhe ra", + "em ed", + "em ploy", + "Ġr ational", + "ers son", + "Ġun con", + "Ġex cess", + "Ġne o", + "Ġne ck", + "se y", + "Ġen comp", + "Ġcomp il", + "Ġwor n", + "Ġcont est", + "Ġro ger", + "Ġro of", + "fer ences", + "Ġag assi", + "ire ct", + "Ġdis raeli", + "Ġmar ry", + "ach chan", + "Ġno bel", + "Ġwar m", + "Ġsystem atic", + "Ġ5 2", + "Ġbu y", + "Ġinv ent", + "Ġdist ant", + "Ġz inc", + "Ġdep ut", + "Ġmat rix", + "Ġland ed", + "Ġ16 0", + "Ġang ular", + "Ġins pir", + "Ġla id", + "Ġorgan isation", + "Ġequ ation", + "yl v", + "ha us", + "Ġcal iph", + "Ġcomput ing", + "Ġpass age", + "Ġ195 4", + "ik i", + "Ġarg uments", + "pect ive", + "Ġve ctor", + "Ġdel ta", + "Ġaut umn", + "Ġtri ang", + "Ġep iscop", + "Ġredu ction", + "Ġden ied", + "Ġmarket ing", + "Ġsubst ances", + "Ġmagn etic", + "Ġground s", + "Ġfund ing", + "Ġpit cher", + "Ġcontrib utions", + "ĠÎ ²", + "Ġclear ly", + "Ġvill ages", + "Ġantib iotic", + "Ġrank ing", + "Ġnar rative", + "Ġdemocr ats", + "Ġinn oc", + "Ġpet ro", + "Ġdocument ed", + "Ġdram a", + "Ġmos que", + "Ġreco vered", + "Ġstop ped", + "Ġrot ation", + "Ġclo ud", + "Ġvary ing", + "Ġreser ve", + "Ġcab inet", + "Ġbeg un", + "Ġbeg ins", + "Ġmunicip ality", + "Ġeffic ient", + "Ġexact ly", + "Ġcel tic", + "Ġbrief ly", + "Ġlin ks", + "Ġsax on", + "Ġdiscip line", + "Ġphenomen on", + "Ġamp hetamine", + "Ġmolec ule", + "athe red", + "Ġnaz i", + "Ġgeorg ia", + "Ġpublish ing", + "Ġspecim en", + "Ġsatell ite", + "Ġaus chw", + "Ġsimult aneously", + "Ġencomp ass", + "Ġauschw itz", + "5 3", + "g ets", + "l aw", + "o ir", + "r ill", + "u able", + "u its", + "Ġa i", + "Ġa ven", + "er ia", + "Ġs ad", + "Ġs oph", + "Ġc sm", + "Ġw ider", + "it imate", + "Ġan k", + "es p", + "Ġf inger", + "Ġd ense", + "Ġd ream", + "ro us", + "Ġh ip", + "Ġe ug", + "Ġn ag", + "Ġre cept", + "om ous", + "Ġg ates", + "Ġg riff", + "st s", + "ol as", + "id den", + "ra v", + "Ġv ig", + "um ed", + "ac hen", + "Ġr ud", + "Ġk urosawa", + "Ġar che", + "Ġne ur", + "pt ic", + "Ġad a", + "Ġcl ergy", + "Ġbo ys", + "ap ers", + "ide press", + "Ġ20 21", + "av a", + "Ġag ree", + "Ġdis miss", + "ren cy", + "Ġtw in", + "Ġra ise", + "Ġgen re", + "we alth", + "Ġqu ad", + "Ġher self", + "Ġbr ad", + "Ġcall ing", + "Ġ4 3", + "Ġjo han", + "Ġpar ad", + "Ġthem es", + "Ġmon ument", + "Ġloc ations", + "Ġend s", + "Ġcommon wealth", + "Ġcor n", + "Ġmet all", + "Ġrom antic", + "Ġoper ational", + "Ġname ly", + "Ġconf usion", + "Ġimport ed", + "Ġbra ille", + "Ġ194 1", + "Ġrefer ences", + "Ġ195 2", + "Ġsimilar ly", + "Ġhead ed", + "Ġsym met", + "Ġ193 7", + "Ġbi oc", + "Ġproper ly", + "Ġstruct ural", + "Ġox ford", + "Ġoccur ring", + "Ġturn ing", + "Ġrul ers", + "ety mology", + "Ġchang ing", + "Ġsent ence", + "Ġban jo", + "Ġpred icted", + "Ġfood s", + "Ġdeb ut", + "Ġfac ing", + "Ġconsist ent", + "Ġà Ĺ", + "Ġpoly nom", + "Ġfest ivals", + "Ġconcept s", + "Ġaim ed", + "Ġexec uted", + "Ġmicro soft", + "Ġopt ical", + "Ġath anasius", + "Ġmeasure ments", + "Ġdecre ased", + "Ġdeli vered", + "Ġbow l", + "jack son", + "Ġswit ch", + "Ġcas ual", + "Ġinstrument al", + "Ġbring ing", + "Ġbed e", + "Ġshar p", + "Ġsculpt ure", + "Ġmoment um", + "Ġnewsp apers", + "Ġswed en", + "Ġalm ond", + "Ġgi ant", + "Ġrand om", + "Ġwealth y", + "Ġreven ue", + "Ġswe et", + "Ġdoll ars", + "Ġbav aria", + "Ġfoss il", + "Ġstrateg ic", + "Ġvac uum", + "Ġexplicit ly", + "Ġintellect ual", + "Ġminim um", + "Ġtourn ament", + "Ġobl ig", + "Ġasph alt", + "ylv ania", + "6 5", + "a us", + "b ird", + "f s", + "f am", + "h igh", + "n ever", + "o ft", + "s al", + "s pec", + "u ver", + "u ag", + "Å ¡", + "Ġt eles", + "Ġa rian", + "Ġthe ology", + "Ġs amples", + "Ġc d", + "Ġc aves", + "an cing", + "Ġp ear", + "Ġp ale", + "Ġf ash", + "Ġf ighter", + "Ġin e", + "Ġm ans", + "Ġm oses", + "ic ks", + "Ġh ang", + "Ġh ired", + "Ġto uch", + "Ġl ag", + "ut en", + "Ġas u", + "ul der", + "Ġst ones", + "el ian", + "ac us", + "Ġr ug", + "Ġsu u", + "if ul", + "Ġk u", + "Ġle v", + "Ġle wis", + "Ġen light", + "ak ed", + "Ġha z", + "Ġcomp rom", + "og lob", + "Ġint ent", + "Ġtr ying", + "pl ace", + "ph a", + "Ġdis ag", + "Ġno ble", + "Ġev il", + "Ġele v", + "Ġfe ather", + "Ġfl ows", + "Ġatt ract", + "Ġatt racted", + "Ġter rain", + "Ġwar hol", + "iss ipp", + "Ġinter vent", + "Ġeng age", + "Ġunder t", + "Ġpop ul", + "Ġsch openhauer", + "Ġpos it", + "Ġinv aded", + "ah ar", + "Ġmin eral", + "Ġvari ed", + "Ġexp and", + "Ġnumber ed", + "Ġsign s", + "Ġimp ression", + "Ġacc omm", + "Ġest ate", + "Ġent ry", + "Ġterm inal", + "Ġ8 9", + "Ġcap ability", + "Ġrom a", + "Ġcontin ent", + "ov o", + "Ġmil es", + "Ġgu ards", + "Ġmod est", + "Ġang el", + "Ġbar oque", + "Ġdi oc", + "Ġcal end", + "Ġpolit ic", + "Ġsw iss", + "Ġpass engers", + "Ġbre ad", + "Ġ195 3", + "Ġ195 8", + "Ġrest ric", + "Ġstat ements", + "Ġreturn ing", + "Ġdev oted", + "Ġmass ac", + "Ġtri als", + "che l", + "Ġprom ised", + "Ġdecl ar", + "ipp ing", + "Ġgra v", + "sequ ently", + "Ġmiss issipp", + "Ġaccount ing", + "hol m", + "ips ych", + "Ġq ur", + "Ġastron omy", + "Ġbusiness es", + "Ġfac ility", + "Ġfac ilit", + "Ġcoll apse", + "Ġexcept ions", + "Ġdemoc racy", + "Ġfem ales", + "Ġbill s", + "Ġdoc uments", + "Ġess ay", + "Ġsain ts", + "Ġnecess arily", + "Ġreview s", + "Ġsitu ations", + "Ġprec ise", + "Ġconsum er", + "Ġdan ube", + "app le", + "Ġobt ain", + "Ġori ented", + "Ġlouis iana", + "fin ally", + "Ġran ks", + "Ġpap ers", + "Ġassy ria", + "Ġdistingu ish", + "Ġnit rogen", + "Ġpatri arch", + "Ġaccur ate", + "Ġvictor ia", + "Ġprin cess", + "Ġcooper ation", + "Ġexclus ively", + "Ġmonarch y", + "Ġanne x", + "Ġbeaut y", + "Ġreconst ruction", + "Ġamph ib", + "Ġneighbor hood", + "Ġpus hed", + "Ġfried rich", + "Ġbaham as", + "Ġsurf aces", + "Ġportray ed", + "Ġcompat ible", + "Ġcommem or", + "Ġmemb rane", + "Ġsacrif ice", + "ã o", + "Ġaccomm od", + "3 00", + "5 7", + "8 9", + "f c", + "f ast", + "i est", + "n ings", + "o the", + "s es", + "s ub", + "t v", + "Ï Ĥ", + "à ¤", + "Ġb ure", + "Ġw ed", + "Ġw ire", + "ed ed", + "Ġf ro", + "or ra", + "al g", + "Ġm entions", + "ic ular", + "Ġd c", + "Ġd ress", + "Ġd rew", + "Ġto t", + "Ġl is", + "Ġn est", + "Ġn inth", + "Ġre un", + "Ġg insberg", + "am i", + "ir a", + "ow ing", + "Ġcon clusion", + "Ġde emed", + "Ġhe aring", + "Ġv ital", + "ac on", + "Ġr um", + "Ġr ising", + "ab er", + "ab apt", + "Ġex cell", + "Ġj up", + "Ġj ord", + "Ġar ithm", + "oc ated", + "Ġen cl", + "Ġen han", + "Ġsh ield", + "ast ron", + "ome ters", + "Ġres c", + "Ġres igned", + "Ġdis put", + "Ġsc ored", + "Ġspe er", + "ric ket", + "Ġra ces", + "Ġgen us", + "Ġreg ulations", + "Ġpres idency", + "Ġrec ip", + "Ġfl ower", + "Ġdef ended", + "Ġmon itor", + "Ġmin isters", + "Ġdec k", + "ars h", + "Ġmus cle", + "Ġbat tery", + "Ġret ain", + "Ġent rance", + "Ġmain land", + "Ġval uable", + "Ġsupport s", + "Ġins criptions", + "Ġhy p", + "Ġport s", + "ha ust", + "Ġber yllium", + "Ġes p", + "Ġbre aking", + "Ġrest ored", + "Ġexper iences", + "Ġdown town", + "Ġsym ph", + "Ġrelig ions", + "Ġlab el", + "Ġdisc rim", + "Ġsuggest ing", + "sh ort", + "Ġbeh alf", + "Ġ191 0", + "Ġpred ict", + "Ġalg ae", + "Ġsan ct", + "Ġaltern ate", + "Ġord inary", + "Ġdisp uted", + "Ġapprox im", + "Ġdut ies", + "Ġamb igu", + "Ġassist ant", + "Ġresist ant", + "Ġsitu ated", + "Ġparticip ate", + "Ġfarm ers", + "Ġprec ision", + "Ġchampions hips", + "Ġsac ram", + "Ġmechan ical", + "Ġimplement ation", + "Ġlegisl ative", + "Ġhapp y", + "Ġflu id", + "Ġexhib it", + "Ġexhib ition", + "Ġanarch ism", + "Ġthink ing", + "Ġobserv ations", + "Ġinj uries", + "Ġarsen al", + "Ġaw a", + "Ġskill s", + "Ġexerc ise" + ] + } +} \ No newline at end of file