diff --git "a/tokenizer.json" "b/tokenizer.json" new file mode 100644--- /dev/null +++ "b/tokenizer.json" @@ -0,0 +1,244873 @@ +{ + "version": "1.0", + "truncation": null, + "padding": null, + "added_tokens": [ + { + "id": 49131, + "content": "<|endoftext|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 49132, + "content": "<|pad|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 49133, + "content": "<|im_start|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 49134, + "content": "<|im_end|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 49135, + "content": "<|tool_call|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 49136, + "content": "<|/tool_call|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 49137, + "content": "<|tool_result|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 49138, + "content": "<|/tool_result|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 49139, + "content": "<|python|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 49140, + "content": "<|/python|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 49141, + "content": "<|output|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 49142, + "content": "<|/output|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 49143, + "content": "<|think|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 49144, + "content": "<|/think|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 49145, + "content": "<|system|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 49146, + "content": "<|user|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 49147, + "content": "<|assistant|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 49148, + "content": "<|reserved_0|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 49149, + "content": "<|reserved_1|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 49150, + "content": "<|reserved_2|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 49151, + "content": "<|reserved_3|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + } + ], + "normalizer": null, + "pre_tokenizer": { + "type": "Sequence", + "pretokenizers": [ + { + "type": "Split", + "pattern": { + "Regex": "'(?i:[sdmt]|ll|ve|re)|[^\\r\\n\\p{L}\\p{N}]?\\p{L}+|\\p{N}{1,3}| ?[^\\s\\p{L}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+" + }, + "behavior": "Isolated", + "invert": false + }, + { + "type": "ByteLevel", + "add_prefix_space": false, + "trim_offsets": true, + "use_regex": true + } + ] + }, + "post_processor": { + "type": "ByteLevel", + "add_prefix_space": true, + "trim_offsets": false, + "use_regex": true + }, + "decoder": { + "type": "ByteLevel", + "add_prefix_space": true, + "trim_offsets": true, + "use_regex": true + }, + "model": { + "type": "BPE", + "dropout": null, + "unk_token": null, + "continuing_subword_prefix": null, + "end_of_word_suffix": null, + "fuse_unk": false, + "byte_fallback": false, + "ignore_merges": false, + "vocab": { + "!": 0, + "\"": 1, + "#": 2, + "$": 3, + "%": 4, + "&": 5, + "'": 6, + "(": 7, + ")": 8, + "*": 9, + "+": 10, + ",": 11, + "-": 12, + ".": 13, + "/": 14, + "0": 15, + "1": 16, + "2": 17, + "3": 18, + "4": 19, + "5": 20, + "6": 21, + "7": 22, + "8": 23, + "9": 24, + ":": 25, + ";": 26, + "<": 27, + "=": 28, + ">": 29, + "?": 30, + "@": 31, + "A": 32, + "B": 33, + "C": 34, + "D": 35, + "E": 36, + "F": 37, + "G": 38, + "H": 39, + "I": 40, + "J": 41, + "K": 42, + "L": 43, + "M": 44, + "N": 45, + "O": 46, + "P": 47, + "Q": 48, + "R": 49, + "S": 50, + "T": 51, + "U": 52, + "V": 53, + "W": 54, + "X": 55, + "Y": 56, + "Z": 57, + "[": 58, + "\\": 59, + "]": 60, + "^": 61, + "_": 62, + "`": 63, + "a": 64, + "b": 65, + "c": 66, + "d": 67, + "e": 68, + "f": 69, + "g": 70, + "h": 71, + "i": 72, + "j": 73, + "k": 74, + "l": 75, + "m": 76, + "n": 77, + "o": 78, + "p": 79, + "q": 80, + "r": 81, + "s": 82, + "t": 83, + "u": 84, + "v": 85, + "w": 86, + "x": 87, + "y": 88, + "z": 89, + "{": 90, + "|": 91, + "}": 92, + "~": 93, + "¡": 94, + "¢": 95, + "£": 96, + "¤": 97, + "¥": 98, + "¦": 99, + "§": 100, + "¨": 101, + "©": 102, + "ª": 103, + "«": 104, + "¬": 105, + "®": 106, + "¯": 107, + "°": 108, + "±": 109, + "²": 110, + "³": 111, + "´": 112, + "µ": 113, + "¶": 114, + "·": 115, + "¸": 116, + "¹": 117, + "º": 118, + "»": 119, + "¼": 120, + "½": 121, + "¾": 122, + "¿": 123, + "À": 124, + "Á": 125, + "Â": 126, + "Ã": 127, + "Ä": 128, + "Å": 129, + "Æ": 130, + "Ç": 131, + "È": 132, + "É": 133, + "Ê": 134, + "Ë": 135, + "Ì": 136, + "Í": 137, + "Î": 138, + "Ï": 139, + "Ð": 140, + "Ñ": 141, + "Ò": 142, + "Ó": 143, + "Ô": 144, + "Õ": 145, + "Ö": 146, + "×": 147, + "Ø": 148, + "Ù": 149, + "Ú": 150, + "Û": 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, + "IJ": 238, + "ij": 239, + "Ĵ": 240, + "ĵ": 241, + "Ķ": 242, + "ķ": 243, + "ĸ": 244, + "Ĺ": 245, + "ĺ": 246, + "Ļ": 247, + "ļ": 248, + "Ľ": 249, + "ľ": 250, + "Ŀ": 251, + "ŀ": 252, + "Ł": 253, + "ł": 254, + "Ń": 255, + "Ġt": 256, + "Ġa": 257, + "he": 258, + "in": 259, + "re": 260, + "Ġthe": 261, + "on": 262, + "er": 263, + "at": 264, + "Ġs": 265, + "Ġo": 266, + "Ġc": 267, + "en": 268, + "es": 269, + "Ġw": 270, + "is": 271, + "nd": 272, + "it": 273, + "or": 274, + "Ġp": 275, + "al": 276, + "Ġf": 277, + "an": 278, + "ing": 279, + "Ġb": 280, + "Ġof": 281, + "ed": 282, + "ou": 283, + "Ġin": 284, + "Ġm": 285, + "ar": 286, + "Ġand": 287, + "Ġto": 288, + "ion": 289, + "ic": 290, + "Ġd": 291, + "le": 292, + "ro": 293, + "as": 294, + "ent": 295, + "Ġth": 296, + "Ġh": 297, + "ct": 298, + "Ġe": 299, + "Ġre": 300, + "ve": 301, + "il": 302, + "om": 303, + "Ġn": 304, + "Ġl": 305, + "st": 306, + "ĠĠ": 307, + "Ġbe": 308, + "Ġis": 309, + "ly": 310, + "se": 311, + "ĠT": 312, + "ation": 313, + "im": 314, + "Ġg": 315, + "id": 316, + "et": 317, + "ol": 318, + "ce": 319, + "ut": 320, + "ot": 321, + "ur": 322, + "âĢ": 323, + "ra": 324, + "ow": 325, + "ch": 326, + "Ġu": 327, + "Ġfor": 328, + "ig": 329, + "Ġst": 330, + "Ġthat": 331, + "Ġy": 332, + "Ġon": 333, + "ĠA": 334, + "ver": 335, + "ĠI": 336, + "ir": 337, + "ul": 338, + "ĠS": 339, + "ith": 340, + "Ġcon": 341, + "am": 342, + "Ġas": 343, + "Ġyou": 344, + "ay": 345, + "el": 346, + "ĠC": 347, + "Ġpro": 348, + "if": 349, + "her": 350, + "Ġor": 351, + "ad": 352, + "Ġwith": 353, + "Ġan": 354, + "Ġare": 355, + "Ġit": 356, + "ist": 357, + "Ġal": 358, + "od": 359, + "Ġwh": 360, + "ers": 361, + "ate": 362, + "ment": 363, + "ge": 364, + "ĠThe": 365, + "Ġex": 366, + "Ġ(": 367, + "th": 368, + "Ġde": 369, + "ter": 370, + "ess": 371, + "us": 372, + "um": 373, + "ab": 374, + "ore": 375, + "ies": 376, + "ĠM": 377, + "op": 378, + "Ġcom": 379, + "ect": 380, + "ity": 381, + "Ġv": 382, + "ĠP": 383, + "ive": 384, + "ld": 385, + "Ġhe": 386, + "ke": 387, + "ill": 388, + "Ġwe": 389, + "Ġsu": 390, + "qu": 391, + "res": 392, + "Ġcan": 393, + "ant": 394, + "est": 395, + "ac": 396, + "ĠB": 397, + "iv": 398, + "Ġha": 399, + "em": 400, + "nt": 401, + "os": 402, + "pp": 403, + "ĠH": 404, + "ain": 405, + "rom": 406, + "igh": 407, + "Ġch": 408, + "Ġby": 409, + "ĠW": 410, + "ĠĠĠĠ": 411, + "Ġr": 412, + "Ġne": 413, + "Ġat": 414, + "ial": 415, + "oc": 416, + "âĢĻ": 417, + "un": 418, + "ud": 419, + "ort": 420, + "and": 421, + "Ġse": 422, + "Ġfrom": 423, + "ĠE": 424, + "ure": 425, + "ĠD": 426, + "Ġwas": 427, + "ri": 428, + "ĠF": 429, + "Ġle": 430, + "Ġnot": 431, + "art": 432, + "ĠR": 433, + "ical": 434, + "Ġen": 435, + "ould": 436, + "Ġsh": 437, + "pt": 438, + "Ġhave": 439, + "Ġsp": 440, + "ions": 441, + "ere": 442, + "ight": 443, + "og": 444, + "Ġthis": 445, + "Ġwor": 446, + "ĠN": 447, + "Ġim": 448, + "act": 449, + "Ġus": 450, + "'s": 451, + "all": 452, + "ĠG": 453, + "Ġint": 454, + "rou": 455, + "pl": 456, + "Ġyour": 457, + "Ġab": 458, + "ĠâĢ": 459, + "ĠL": 460, + "ich": 461, + "per": 462, + "ther": 463, + "ine": 464, + "ome": 465, + "ust": 466, + "ag": 467, + "Ġtheir": 468, + "our": 469, + "out": 470, + "ost": 471, + "The": 472, + "gh": 473, + "Ġpl": 474, + "ff": 475, + "iz": 476, + "age": 477, + "ated": 478, + "ide": 479, + "ak": 480, + "ard": 481, + "du": 482, + "ations": 483, + "ple": 484, + "Ġwhe": 485, + "ell": 486, + "ast": 487, + "are": 488, + "Ġad": 489, + "ult": 490, + "ĠĠĠ": 491, + "Ġmore": 492, + "ans": 493, + "ass": 494, + "ec": 495, + "00": 496, + "end": 497, + "Ġwhich": 498, + "ru": 499, + "Ġthey": 500, + "Ġinc": 501, + "Ġcont": 502, + "Ġres": 503, + "ib": 504, + "ĠO": 505, + "Ġk": 506, + "ear": 507, + "ous": 508, + "cc": 509, + "ence": 510, + "ĠTh": 511, + "Ġall": 512, + "orm": 513, + "Ġwill": 514, + "able": 515, + "so": 516, + "vel": 517, + "ction": 518, + "ap": 519, + "Ġdis": 520, + "ip": 521, + "Ġdo": 522, + "ance": 523, + "ach": 524, + "ĠJ": 525, + "ood": 526, + "Ġcl": 527, + "ĠIn": 528, + "ĠU": 529, + "ary": 530, + "Ġhas": 531, + "ind": 532, + "ong": 533, + "Ġ\"": 534, + "ew": 535, + "Ġme": 536, + "ire": 537, + "Ġother": 538, + "ks": 539, + "reat": 540, + "ake": 541, + "Ġbut": 542, + "ual": 543, + "Ġalso": 544, + "ue": 545, + "ry": 546, + "Ġman": 547, + "ia": 548, + "Ġar": 549, + "Ġte": 550, + "ep": 551, + "ign": 552, + "Ġun": 553, + "19": 554, + "Ġper": 555, + "ime": 556, + "ents": 557, + "ase": 558, + "Ġcomp": 559, + "ild": 560, + "ress": 561, + "Ġapp": 562, + "Ġimp": 563, + "ber": 564, + "âĢĿ": 565, + "ory": 566, + "av": 567, + "Ġj": 568, + "ition": 569, + "Ġone": 570, + "ount": 571, + "Ġev": 572, + "Ġout": 573, + "ater": 574, + "ose": 575, + "ice": 576, + "ame": 577, + "ack": 578, + "one": 579, + "int": 580, + "Ġwere": 581, + "Ġpre": 582, + "Ġabout": 583, + "ace": 584, + "ike": 585, + "ces": 586, + "ĠThis": 587, + "form": 588, + "ang": 589, + "ens": 590, + "Ġsc": 591, + "Ġso": 592, + "ors": 593, + "Ġthem": 594, + "ile": 595, + "Ġpart": 596, + "Ġ=": 597, + "au": 598, + "ok": 599, + "ite": 600, + "ord": 601, + "low": 602, + "Ġcomm": 603, + "very": 604, + "Ġsy": 605, + "Ġwho": 606, + "ĠâĢľ": 607, + "Ġstud": 608, + "Ġqu": 609, + "20": 610, + "iff": 611, + "Ġif": 612, + "ound": 613, + ").": 614, + "ub": 615, + "Ġpe": 616, + "Ġup": 617, + "now": 618, + "ish": 619, + "Ġhis": 620, + "Ġcons": 621, + "Ġsome": 622, + "ail": 623, + "nder": 624, + "ree": 625, + "ric": 626, + "Ġmay": 627, + "ĠSt": 628, + "Ġind": 629, + "ie": 630, + "Ġinto": 631, + "ates": 632, + "ĠIt": 633, + "ific": 634, + "Ġtra": 635, + "Ġbec": 636, + "olog": 637, + "Ġbet": 638, + "Ġro": 639, + "Ġits": 640, + "Ġthan": 641, + "Ġtime": 642, + "ings": 643, + "ays": 644, + "Ġlike": 645, + "Ġover": 646, + "Ġdiff": 647, + "Ġrec": 648, + "Ġem": 649, + "Ġuse": 650, + "Ġthese": 651, + "we": 652, + "ph": 653, + "ĠK": 654, + "Ġthere": 655, + "ments": 656, + "Ġrel": 657, + "Ġwhen": 658, + "ĠĠĠĠĠĠĠ": 659, + "Ġwork": 660, + "rit": 661, + "Ġtr": 662, + "Ġsuch": 663, + "Ġhow": 664, + "lud": 665, + "Ġwould": 666, + "ople": 667, + "ities": 668, + "ons": 669, + "vers": 670, + "ll": 671, + "urn": 672, + "Ġgo": 673, + "Ġunder": 674, + "ys": 675, + "Ġbeen": 676, + "Ġnew": 677, + "rough": 678, + "tern": 679, + "ally": 680, + "ond": 681, + "Ġdes": 682, + "ject": 683, + "Ġhel": 684, + "ms": 685, + "Ġyear": 686, + "ative": 687, + "Ġpr": 688, + "Ġacc": 689, + "Ġcol": 690, + "Ġra": 691, + "erv": 692, + "ian": 693, + "ough": 694, + "ren": 695, + "les": 696, + "Ġneed": 697, + "ĠY": 698, + "Ġhelp": 699, + "Ġtw": 700, + "Ġnum": 701, + "Ġour": 702, + "ĠCh": 703, + "Ġag": 704, + "Ġfe": 705, + "irst": 706, + "Ġpeople": 707, + "Ġ-": 708, + "ove": 709, + "Ġact": 710, + "row": 711, + "lic": 712, + "Ġeff": 713, + "stem": 714, + "ĠV": 715, + "velop": 716, + "Ġprov": 717, + "Ġcould": 718, + "ook": 719, + "ious": 720, + "te": 721, + "ient": 722, + "Ġknow": 723, + "ating": 724, + "yp": 725, + "``": 726, + "lect": 727, + "ause": 728, + "Ġany": 729, + "Ġinclud": 730, + "cess": 731, + "ata": 732, + "Ġrep": 733, + "Ġpo": 734, + "Ġmost": 735, + "**": 736, + "Ġhad": 737, + "Ġbl": 738, + "ise": 739, + "Ġgen": 740, + "Ġspec": 741, + "red": 742, + "ob": 743, + "ility": 744, + "Ġwhat": 745, + "Ġused": 746, + "Ġexp": 747, + "alth": 748, + "ular": 749, + "rib": 750, + "Ġadd": 751, + "Ġph": 752, + "eth": 753, + "Ġprodu": 754, + "Ġdiffere": 755, + "xt": 756, + "Ġam": 757, + "Ġsa": 758, + "ning": 759, + "ark": 760, + "ced": 761, + "ics": 762, + "ween": 763, + "mer": 764, + "ful": 765, + "),": 766, + "Ġthrough": 767, + "Ġdevelop": 768, + "Ġtwo": 769, + "In": 770, + "Ġpos": 771, + "ov": 772, + "Ġoff": 773, + "Ġob": 774, + "Ġfun": 775, + "Ġbetween": 776, + "ange": 777, + "Ġfirst": 778, + "sel": 779, + "ef": 780, + "Ġonly": 781, + "ath": 782, + "ational": 783, + "Ġdec": 784, + "hen": 785, + "Ġco": 786, + "ert": 787, + "round": 788, + "hed": 789, + "Ġher": 790, + "ink": 791, + "Ġsystem": 792, + "Ġreg": 793, + "Ġwhere": 794, + "Ġno": 795, + "Ġass": 796, + "oth": 797, + "Ġval": 798, + "erm": 799, + "ck": 800, + "ne": 801, + "als": 802, + "ible": 803, + "Ġmany": 804, + "Ġshould": 805, + "Ġchild": 806, + "Ġmake": 807, + "wn": 808, + "ures": 809, + "ict": 810, + "ram": 811, + "ten": 812, + "Ġinv": 813, + "Ġatt": 814, + "old": 815, + "ract": 816, + "ased": 817, + "Ġinf": 818, + "ble": 819, + "uring": 820, + "Ġret": 821, + "hat": 822, + "Ġexam": 823, + "ower": 824, + "ied": 825, + "Ġsub": 826, + "Ġdata": 827, + "fter": 828, + "Ġmod": 829, + "Ġrem": 830, + "Ġpers": 831, + "Ġstr": 832, + "Ġcre": 833, + "Ġinter": 834, + "200": 835, + "ience": 836, + "10": 837, + "Ġexper": 838, + "ution": 839, + "its": 840, + "Ġac": 841, + "iss": 842, + "ife": 843, + "Ġwell": 844, + "iet": 845, + "ts": 846, + "Ġfl": 847, + "Ġsm": 848, + "201": 849, + "ever": 850, + "Ġtrans": 851, + "Ġvar": 852, + "Ġsur": 853, + "Ġsupp": 854, + "Ġget": 855, + "hes": 856, + "arch": 857, + "cept": 858, + "Ġke": 859, + "get": 860, + "Ġform": 861, + "ĠUn": 862, + "ues": 863, + "ident": 864, + "Ġeach": 865, + "Ġbu": 866, + "rop": 867, + "own": 868, + "Ġmy": 869, + "Ġhigh": 870, + "cy": 871, + "aking": 872, + "18": 873, + "Ġchar": 874, + "chn": 875, + "Ġ`": 876, + "erg": 877, + "ting": 878, + "Ġset": 879, + "Ġpres": 880, + "ĠâĢĵ": 881, + "ize": 882, + "ily": 883, + "ool": 884, + "Ġsim": 885, + "gan": 886, + "ade": 887, + "Ġworld": 888, + "Ġdet": 889, + "Ġdifferent": 890, + "fore": 891, + "Ġinst": 892, + "Ġdisc": 893, + "ng": 894, + "ĠHe": 895, + "Ġwater": 896, + "ural": 897, + "Ġeffect": 898, + "Ġyears": 899, + "Ġway": 900, + "oy": 901, + "ft": 902, + "ĠAs": 903, + "ollow": 904, + "Ġhealth": 905, + "Ġsign": 906, + "ered": 907, + "ness": 908, + "eg": 909, + "Ġimport": 910, + "Ġtyp": 911, + "Ġinform": 912, + "Ġresult": 913, + "ick": 914, + "Ġusing": 915, + "Ġdist": 916, + "hip": 917, + "aw": 918, + "Ġfunction": 919, + "ider": 920, + "Ġthen": 921, + "Ġdef": 922, + "ential": 923, + "uc": 924, + "ants": 925, + "Ġeven": 926, + "ology": 927, + "ines": 928, + "other": 929, + "Ġresp": 930, + "Ġmed": 931, + "ĠHow": 932, + "ruct": 933, + "Ġnumber": 934, + "Ġrese": 935, + "Ġgener": 936, + "ists": 937, + "ont": 938, + "Ġexpl": 939, + "Ġjust": 940, + "ature": 941, + "Ġprog": 942, + "Ġref": 943, + "Ġlear": 944, + "ited": 945, + "Ġfact": 946, + "Ġincre": 947, + "Ġread": 948, + "ives": 949, + "Ġlong": 950, + "Ġcomple": 951, + "Ġear": 952, + "Ġfind": 953, + "Ġlar": 954, + "Ġconc": 955, + "Ġsee": 956, + "Ġed": 957, + "Ġfollow": 958, + "ins": 959, + "uch": 960, + "Ġpol": 961, + "Ġhum": 962, + "Ġfound": 963, + "Ġprocess": 964, + "Ġsec": 965, + "ically": 966, + "Ġsoc": 967, + "Ġreturn": 968, + "Ġpat": 969, + "Ġshe": 970, + "roup": 971, + "ases": 972, + "iew": 973, + "Ġcount": 974, + "Ġloc": 975, + "ĠIf": 976, + "Th": 977, + "Ġtechn": 978, + "ds": 979, + "chool": 980, + "gg": 981, + "Ġbecause": 982, + "..": 983, + "Ġcommun": 984, + "stand": 985, + "Ġrequ": 986, + "Ġcent": 987, + "Ġcur": 988, + "Ġlead": 989, + "ually": 990, + "ivers": 991, + "Ġext": 992, + "Ġafter": 993, + "ism": 994, + "Ġperson": 995, + "Ġown": 996, + "led": 997, + "land": 998, + "Ġart": 999, + "Ġdep": 1000, + "Ġcar": 1001, + "Ġbeing": 1002, + "Ġcor": 1003, + "ĠWe": 1004, + "Ġent": 1005, + "ather": 1006, + "meric": 1007, + "Ġgra": 1008, + "vent": 1009, + "Ġevery": 1010, + "ality": 1011, + "Ġlife": 1012, + "iron": 1013, + "Ġca": 1014, + "Ġdoes": 1015, + "self": 1016, + "Ġthose": 1017, + "Ġpartic": 1018, + "ices": 1019, + "Ġins": 1020, + "Ġvery": 1021, + "ros": 1022, + "Ġsol": 1023, + "ax": 1024, + "Ġcall": 1025, + "omm": 1026, + "acter": 1027, + "ized": 1028, + "Ġpub": 1029, + "iqu": 1030, + "ĠFor": 1031, + "ex": 1032, + "Ġinformation": 1033, + "ages": 1034, + "any": 1035, + "ork": 1036, + "Ġgrow": 1037, + "Ġche": 1038, + "Ġmain": 1039, + "Ġfam": 1040, + "Ġsk": 1041, + "Ġproble": 1042, + "Ġback": 1043, + "arm": 1044, + "io": 1045, + "Ġgreat": 1046, + "ection": 1047, + "Ġwhile": 1048, + "Ġmon": 1049, + "ivid": 1050, + "ward": 1051, + "Ġboth": 1052, + "Ġexample": 1053, + "Ġpoint": 1054, + "Ġaut": 1055, + "Ġgroup": 1056, + "istant": 1057, + "Ġmight": 1058, + "Ġstart": 1059, + "read": 1060, + "Ġsame": 1061, + "Ġmin": 1062, + "ĠAmeric": 1063, + "tle": 1064, + "ved": 1065, + "Ġequ": 1066, + "bers": 1067, + "Ġ+": 1068, + "Ġtest": 1069, + "inal": 1070, + "put": 1071, + "```": 1072, + "Ġvis": 1073, + "Ġright": 1074, + "Ġappro": 1075, + "Ġposs": 1076, + "imes": 1077, + "ĠThey": 1078, + "Ġimportant": 1079, + "Ġav": 1080, + "Ġmat": 1081, + "imate": 1082, + "Ġlevel": 1083, + "eng": 1084, + "Ġtake": 1085, + "Ġsmall": 1086, + "ĠAl": 1087, + "ring": 1088, + "con": 1089, + "akes": 1090, + "Ġmem": 1091, + "ody": 1092, + "):": 1093, + "viron": 1094, + "Ġclass": 1095, + "Ġhand": 1096, + "Ġunderstand": 1097, + "Ġshow": 1098, + "Ġchildren": 1099, + "ien": 1100, + "Ġstudents": 1101, + "Ġsaid": 1102, + "Ġmade": 1103, + "Ġduring": 1104, + "Ġlist": 1105, + "Ġoften": 1106, + "Ġstudy": 1107, + "iel": 1108, + "user": 1109, + "ode": 1110, + "Ġend": 1111, + "dition": 1112, + "ĠYou": 1113, + "Ġmuch": 1114, + "Ġfood": 1115, + "und": 1116, + "Ġconf": 1117, + "iven": 1118, + "ern": 1119, + "ince": 1120, + "Ġpop": 1121, + ".\"": 1122, + "Ġgood": 1123, + "ĠPro": 1124, + "ense": 1125, + "ected": 1126, + "der": 1127, + "ify": 1128, + "nce": 1129, + "Ġhist": 1130, + "vern": 1131, + "ock": 1132, + "ted": 1133, + "Ġday": 1134, + "ional": 1135, + ".,": 1136, + "Ġplan": 1137, + "Ġstate": 1138, + "Ġpower": 1139, + "Ġ'": 1140, + "Ġprovid": 1141, + "Ġcreate": 1142, + "Ġide": 1143, + "ined": 1144, + "Ġbo": 1145, + "ethod": 1146, + "Ġcle": 1147, + "the": 1148, + "ix": 1149, + "ty": 1150, + "rent": 1151, + "ves": 1152, + "Ġsupport": 1153, + "Ġbefore": 1154, + "Ġallow": 1155, + "ale": 1156, + "Ġprot": 1157, + "assistant": 1158, + "ute": 1159, + ".âĢĿ": 1160, + "Ġdi": 1161, + "Ġanal": 1162, + "ĠAn": 1163, + "ars": 1164, + "Ġwrit": 1165, + "This": 1166, + "up": 1167, + "ier": 1168, + "vironment": 1169, + "Ġdesign": 1170, + "Ġele": 1171, + "Ġserv": 1172, + "air": 1173, + "ability": 1174, + "ergy": 1175, + "irect": 1176, + "Ġconsider": 1177, + "Ġgl": 1178, + "Ġredu": 1179, + "Ġless": 1180, + "Ġser": 1181, + "Ġschool": 1182, + "Ġhuman": 1183, + "yth": 1184, + "Ġest": 1185, + "elf": 1186, + "ulation": 1187, + "Ġaround": 1188, + "ron": 1189, + "iving": 1190, + "Ġpot": 1191, + "Ġocc": 1192, + "12": 1193, + "Ġagain": 1194, + "ĠĠĠĠĠĠĠĠĠĠĠ": 1195, + "Ġdown": 1196, + "rol": 1197, + "ĠAr": 1198, + "Ġmust": 1199, + "Ġhim": 1200, + "Ġ[": 1201, + "ĠWhat": 1202, + "itive": 1203, + "ving": 1204, + "ral": 1205, + "anc": 1206, + "Ġcare": 1207, + "Ġgu": 1208, + "Ġlook": 1209, + "Ġorgan": 1210, + "Ġident": 1211, + "Ġconst": 1212, + "Ġproduct": 1213, + "Ġincluding": 1214, + "Ġmethod": 1215, + "Ġris": 1216, + "Ġop": 1217, + "Ġeng": 1218, + "ner": 1219, + "Ġwant": 1220, + "Ġnow": 1221, + "pr": 1222, + "Ġactiv": 1223, + "Ġresearch": 1224, + "ead": 1225, + "15": 1226, + "omen": 1227, + "ee": 1228, + "'t": 1229, + "Ġcontin": 1230, + "els": 1231, + "Ġbeh": 1232, + "Ġtreat": 1233, + "Ġcommon": 1234, + "ven": 1235, + "erest": 1236, + "Ġquest": 1237, + "iety": 1238, + "Ġimpro": 1239, + "ains": 1240, + "ished": 1241, + "uss": 1242, + "iversity": 1243, + "Ġbuild": 1244, + "Ġlit": 1245, + "Ġthink": 1246, + "com": 1247, + "Ġbel": 1248, + "cl": 1249, + "Ġadv": 1250, + "Ġpass": 1251, + "oh": 1252, + "Ġdr": 1253, + "ared": 1254, + "Ġpar": 1255, + "itions": 1256, + "ĠInd": 1257, + "ave": 1258, + "Ġ**": 1259, + "ividual": 1260, + "Ġthree": 1261, + "Ġthough": 1262, + "Ġcharacter": 1263, + "raph": 1264, + "Ġprovide": 1265, + "ital": 1266, + "ization": 1267, + "Ġchang": 1268, + "||": 1269, + "Ġlarge": 1270, + "ross": 1271, + "ĠSp": 1272, + "Ġland": 1273, + "oss": 1274, + "cent": 1275, + "iness": 1276, + "ull": 1277, + "000": 1278, + "Ġdise": 1279, + "line": 1280, + "Ġaff": 1281, + "ĠNew": 1282, + "Ġbody": 1283, + "Ġsocial": 1284, + "Ġmet": 1285, + "day": 1286, + "ining": 1287, + "oid": 1288, + "ury": 1289, + "angu": 1290, + "Ġrequire": 1291, + "Ġreal": 1292, + "Ġcal": 1293, + "Ġstill": 1294, + "Ġstand": 1295, + "Ġcell": 1296, + "ouse": 1297, + "ah": 1298, + "Ġcreat": 1299, + "tt": 1300, + "Ġwithin": 1301, + "Ġpur": 1302, + "ash": 1303, + "ĠSc": 1304, + "Ġenvironment": 1305, + "esp": 1306, + "Ġpublic": 1307, + "Ġindividual": 1308, + "ption": 1309, + "Ġsom": 1310, + "ĠThese": 1311, + "Ġpract": 1312, + "Ġvalue": 1313, + "Ġself": 1314, + "Ġiss": 1315, + "hers": 1316, + "199": 1317, + "aj": 1318, + "ination": 1319, + "Ġfew": 1320, + "ĠBut": 1321, + "inc": 1322, + "Ġmean": 1323, + "ium": 1324, + "Ġaw": 1325, + "Ġdid": 1326, + "Ġmark": 1327, + "Ġdem": 1328, + "Ġfeel": 1329, + "Ġdesc": 1330, + "Ġwithout": 1331, + "Ġgovern": 1332, + "Ġeas": 1333, + "Ġelect": 1334, + "ertain": 1335, + "ython": 1336, + "Ġinterest": 1337, + "Ġconn": 1338, + "Ġcour": 1339, + "Ġel": 1340, + "Ġchange": 1341, + "pect": 1342, + "ior": 1343, + "ĠHowever": 1344, + "ering": 1345, + "ĠThere": 1346, + "Ġeduc": 1347, + "lish": 1348, + "ources": 1349, + "Ġplay": 1350, + "Ġprof": 1351, + "Ġben": 1352, + "Ġess": 1353, + "aterial": 1354, + "ision": 1355, + "Ġenergy": 1356, + "ĠIs": 1357, + "Ġplace": 1358, + "Ġsignific": 1359, + "port": 1360, + "Ġtem": 1361, + "17": 1362, + "Ġknown": 1363, + "iver": 1364, + "ank": 1365, + "Ġreport": 1366, + "Ġbre": 1367, + "ially": 1368, + "ets": 1369, + "atic": 1370, + "ateg": 1371, + "Ġproject": 1372, + "Ġinclude": 1373, + "Ġdevelopment": 1374, + "Ġdirect": 1375, + "Ġphys": 1376, + "Ġproper": 1377, + "ger": 1378, + "Ġpresent": 1379, + "ĠTo": 1380, + "ason": 1381, + "ental": 1382, + "Ġcult": 1383, + "ocus": 1384, + "ries": 1385, + "Ġtop": 1386, + "ĠWh": 1387, + "Ġrelations": 1388, + "iod": 1389, + "val": 1390, + "Ġprogram": 1391, + "orn": 1392, + "Ġimm": 1393, + "ator": 1394, + "Ġopp": 1395, + "Ġarea": 1396, + "de": 1397, + "Ġsym": 1398, + "Ġve": 1399, + "Ġperform": 1400, + "Ġpotential": 1401, + "oun": 1402, + "Ġkey": 1403, + "Ġsl": 1404, + "Ġlight": 1405, + "bs": 1406, + "hem": 1407, + "Ġinvol": 1408, + "Ġmult": 1409, + "Ġoper": 1410, + "Ġdon": 1411, + "ĠAnd": 1412, + "oci": 1413, + "Ġcalled": 1414, + "reen": 1415, + "rodu": 1416, + "Ġsit": 1417, + "âĢĶ": 1418, + "Ġspecific": 1419, + "Ġbra": 1420, + "Ġcaus": 1421, + "less": 1422, + "16": 1423, + "amp": 1424, + "Ġfollowing": 1425, + "Ġbus": 1426, + "Ġobject": 1427, + "Ġter": 1428, + "conom": 1429, + "osed": 1430, + "Ġcurrent": 1431, + "Ġlearn": 1432, + "atural": 1433, + "ified": 1434, + "oms": 1435, + "ield": 1436, + "irc": 1437, + "Ġmeas": 1438, + "ccess": 1439, + "Ġmaterial": 1440, + "**:": 1441, + "Ġstruct": 1442, + "Ġlangu": 1443, + "to": 1444, + "ration": 1445, + "__": 1446, + "Ġrest": 1447, + "Ġanother": 1448, + "ills": 1449, + "ories": 1450, + "lu": 1451, + "alk": 1452, + "Ġbest": 1453, + "Ġ{": 1454, + "ples": 1455, + "Ġrev": 1456, + "Ġtre": 1457, + "ency": 1458, + "outh": 1459, + "Ġpossible": 1460, + ",âĢĿ": 1461, + "It": 1462, + "Ġcase": 1463, + "Ġorig": 1464, + "par": 1465, + "ived": 1466, + "arent": 1467, + "Ġstory": 1468, + "Ġbetter": 1469, + "Ġnon": 1470, + "here": 1471, + "Ġdev": 1472, + "Ġmaking": 1473, + "ression": 1474, + "Ġcap": 1475, + "Ġvari": 1476, + "Ġfocus": 1477, + "Ġbecome": 1478, + "Ġrepres": 1479, + "ĠAd": 1480, + "ĠCon": 1481, + "Ġimpact": 1482, + "30": 1483, + "Ġsever": 1484, + "Ġcost": 1485, + "Ġmus": 1486, + "ording": 1487, + "Ġx": 1488, + "Ġkeep": 1489, + "tain": 1490, + "ploy": 1491, + "Ġrelationship": 1492, + "sc": 1493, + "Ġbeg": 1494, + "ĠEx": 1495, + "Ġhome": 1496, + "cul": 1497, + "ways": 1498, + "Ġlim": 1499, + "ĠâĢĺ": 1500, + "Ġfin": 1501, + "ĠRe": 1502, + "Ġorder": 1503, + "ggest": 1504, + "ique": 1505, + "Ġsecond": 1506, + "âĢĵ": 1507, + "ray": 1508, + "Ġcomplex": 1509, + "ling": 1510, + "Ġareas": 1511, + "ention": 1512, + "Ġsignificant": 1513, + "Ġparticular": 1514, + "ological": 1515, + "Ġ$": 1516, + "Ġopen": 1517, + "Ġbelie": 1518, + "Ġcontrol": 1519, + "Ġmeans": 1520, + "ĠEng": 1521, + "Ġgiven": 1522, + "Ġexperience": 1523, + "Ġbas": 1524, + "me": 1525, + "ĠDe": 1526, + "agn": 1527, + "Ġfore": 1528, + "Ġaddition": 1529, + "man": 1530, + "Ġline": 1531, + "ians": 1532, + "Ġname": 1533, + "ource": 1534, + "Ġbenef": 1535, + "Ġfamily": 1536, + "Ġsuggest": 1537, + "Ġold": 1538, + "Ġprom": 1539, + "ret": 1540, + "Ġcho": 1541, + "ote": 1542, + "urther": 1543, + ",\"": 1544, + "Ġproblem": 1545, + "eral": 1546, + "Ġmove": 1547, + "Ġbr": 1548, + "ients": 1549, + "Ġoccur": 1550, + "cing": 1551, + "Ġsum": 1552, + "Ġ&": 1553, + "hor": 1554, + "ĠWhen": 1555, + "Ġlast": 1556, + "ised": 1557, + "Ġhere": 1558, + "Ġlow": 1559, + "ton": 1560, + "erc": 1561, + "idence": 1562, + "âĢľ": 1563, + "ats": 1564, + "ik": 1565, + "eed": 1566, + "Ġseveral": 1567, + "Ġer": 1568, + "ug": 1569, + "Ġtoo": 1570, + "Ġrisk": 1571, + "ends": 1572, + "Ġpain": 1573, + "ently": 1574, + "ajor": 1575, + "ids": 1576, + "Ġhistory": 1577, + "ots": 1578, + "ĠSh": 1579, + "Ġaccess": 1580, + "11": 1581, + "rap": 1582, + "az": 1583, + "Ġlearning": 1584, + "ĠAmerican": 1585, + "Ġeconom": 1586, + "Ġdisease": 1587, + "Ġdel": 1588, + "Ġtype": 1589, + "Ġlo": 1590, + "Ġhig": 1591, + "50": 1592, + "Ġbased": 1593, + "orth": 1594, + "()": 1595, + "Ġwomen": 1596, + "Ġothers": 1597, + "Ġsay": 1598, + "Ġant": 1599, + "of": 1600, + "As": 1601, + "arc": 1602, + "Ġdeterm": 1603, + "illion": 1604, + "Ġair": 1605, + "Ġsent": 1606, + "Ġlocal": 1607, + "ĠUniversity": 1608, + "por": 1609, + "ysis": 1610, + "Ġtry": 1611, + "ards": 1612, + "Ġdra": 1613, + "Ġanim": 1614, + "Ġlaw": 1615, + "Ġapproach": 1616, + "Ġinteg": 1617, + "Ġclear": 1618, + "ogn": 1619, + "Ġavail": 1620, + "Ġet": 1621, + "app": 1622, + "Ġable": 1623, + "ograph": 1624, + "Ġspace": 1625, + "Ġagainst": 1626, + "use": 1627, + "Ġens": 1628, + "14": 1629, + "Ġblood": 1630, + "ilar": 1631, + "ances": 1632, + "Ġwar": 1633, + "Ġfre": 1634, + "Ġearly": 1635, + "Ġperiod": 1636, + "Ġtext": 1637, + "Ġcomb": 1638, + "Ġeffective": 1639, + "Ġleg": 1640, + "Ġmil": 1641, + "gu": 1642, + "To": 1643, + "Ġsaf": 1644, + "ission": 1645, + "Ġamount": 1646, + "ortun": 1647, + "Ġhapp": 1648, + "cer": 1649, + "Ġlanguage": 1650, + "Ġimprove": 1651, + "plement": 1652, + "Ġfac": 1653, + "Ġsense": 1654, + "Ġgovernment": 1655, + "plic": 1656, + "Ġsuccess": 1657, + "Ġnatural": 1658, + "Ġseem": 1659, + "ames": 1660, + "Ġchall": 1661, + "Ġsince": 1662, + "Ġcause": 1663, + "Ġturn": 1664, + "Ġhead": 1665, + "aps": 1666, + "icle": 1667, + "lished": 1668, + "sy": 1669, + "Ġmajor": 1670, + "Ġbusiness": 1671, + "Ġ/": 1672, + "Ġunt": 1673, + "Ġcommunity": 1674, + "over": 1675, + "Ġbehav": 1676, + "ĠPh": 1677, + "ĠBy": 1678, + "Ġnear": 1679, + "osp": 1680, + "Ġthings": 1681, + "Ġcertain": 1682, + "Ġcr": 1683, + "ror": 1684, + "Ġenc": 1685, + "Ġtimes": 1686, + "Ġflow": 1687, + "Ġbi": 1688, + "Ġsystems": 1689, + "ĠRes": 1690, + "Ġview": 1691, + "Ġmar": 1692, + "Ġprint": 1693, + "Ġrange": 1694, + "Ġage": 1695, + "Ġrun": 1696, + "100": 1697, + "ething": 1698, + "ilities": 1699, + "ane": 1700, + "oint": 1701, + "Ġcond": 1702, + "Ġwords": 1703, + "ĠCl": 1704, + "Ġinvest": 1705, + "Ġopt": 1706, + "How": 1707, + "ables": 1708, + "Ġmen": 1709, + "ended": 1710, + "Ġpercent": 1711, + "work": 1712, + "rist": 1713, + "ledge": 1714, + "Ġmonth": 1715, + "ĠQ": 1716, + "be": 1717, + "Ġtru": 1718, + "Ġsw": 1719, + "Ġamong": 1720, + "ape": 1721, + "ffic": 1722, + "Ġcome": 1723, + "What": 1724, + "Ġscient": 1725, + "Ġfree": 1726, + "13": 1727, + "'re": 1728, + "abor": 1729, + "St": 1730, + "agement": 1731, + "Ġspecies": 1732, + "ĠPl": 1733, + "ending": 1734, + "ope": 1735, + "ĠUnited": 1736, + "We": 1737, + "Ġz": 1738, + "Ġlet": 1739, + "Ġwee": 1740, + "Ġstep": 1741, + "Ġavailable": 1742, + "Ġcorre": 1743, + "ĠZ": 1744, + "ĠĊ": 1745, + "ext": 1746, + "Ġplant": 1747, + "Ġchanges": 1748, + "Ġdays": 1749, + "ĠCol": 1750, + "Ġexist": 1751, + "Ġpast": 1752, + "Ġindust": 1753, + "An": 1754, + "Ġnumbers": 1755, + "Ġaccount": 1756, + "Ġfil": 1757, + "ĠCom": 1758, + "br": 1759, + "Ġrepresent": 1760, + "asing": 1761, + "ole": 1762, + "Ġcirc": 1763, + "ina": 1764, + "Ġvarious": 1765, + "Ġsal": 1766, + "Ġresults": 1767, + "Ġbook": 1768, + "Ġsomething": 1769, + "Ġsing": 1770, + "Ġprevent": 1771, + "Ġvalues": 1772, + "ours": 1773, + "Ġobs": 1774, + "Ġpost": 1775, + "ides": 1776, + "icult": 1777, + "Ġ.": 1778, + "str": 1779, + "Ġteam": 1780, + "Ġneeds": 1781, + "Ġfar": 1782, + "25": 1783, + "Ġfour": 1784, + "verage": 1785, + "--": 1786, + "Ġconcept": 1787, + "Ġcountry": 1788, + "Ġbro": 1789, + "uture": 1790, + "Ġgr": 1791, + "Ġproblems": 1792, + "urop": 1793, + "Ġdue": 1794, + "Ġcomput": 1795, + "idd": 1796, + "Ġmulti": 1797, + "Ġunderstanding": 1798, + "Ġrece": 1799, + "ribut": 1800, + "not": 1801, + "Ġcity": 1802, + "Ġvol": 1803, + "Ġpress": 1804, + "Ġlikely": 1805, + "Ġdescrib": 1806, + "ustom": 1807, + "Ġimplement": 1808, + "ĠCan": 1809, + "Ġassoci": 1810, + "Ġtoget": 1811, + "Ġtogether": 1812, + "olution": 1813, + "Ġyoung": 1814, + "atch": 1815, + "Ġalways": 1816, + "iction": 1817, + "Ġtreatment": 1818, + "though": 1819, + "oks": 1820, + "If": 1821, + "Ġrele": 1822, + "Ġindic": 1823, + "Ġmot": 1824, + "arr": 1825, + "Ġcode": 1826, + "Ġstat": 1827, + "Ġintern": 1828, + "Ġnecess": 1829, + "ately": 1830, + "Ġincrease": 1831, + "ĠSe": 1832, + "ĠâĢĶ": 1833, + "gen": 1834, + "Ġtool": 1835, + "ĠGod": 1836, + "Ġshort": 1837, + "chie": 1838, + "aper": 1839, + "iting": 1840, + "ĠEn": 1841, + "Ġcrit": 1842, + "ps": 1843, + "ably": 1844, + "Ġstrong": 1845, + "ither": 1846, + "Ġways": 1847, + "Ġprob": 1848, + "Ġinflu": 1849, + "Ġrole": 1850, + "omet": 1851, + "Ġanalysis": 1852, + "Ġdiscuss": 1853, + "Ġlevels": 1854, + "Ġestab": 1855, + "ĠAt": 1856, + "Ġhard": 1857, + "face": 1858, + "ights": 1859, + "Ġapplic": 1860, + "Ġnext": 1861, + "acc": 1862, + "ĠComm": 1863, + "Ġput": 1864, + "Ġask": 1865, + "Ġemploy": 1866, + "Ġmind": 1867, + "ĠStates": 1868, + "istic": 1869, + "Ġsays": 1870, + "Ġ|": 1871, + "ird": 1872, + "oring": 1873, + "Ġleft": 1874, + "aces": 1875, + "Ġessential": 1876, + "Ġgive": 1877, + "ones": 1878, + "ww": 1879, + "Ġtechnology": 1880, + "ery": 1881, + "Ġappear": 1882, + "ĠHere": 1883, + "Ġmodel": 1884, + "vious": 1885, + "ured": 1886, + "Ġbegin": 1887, + "Ġgrowth": 1888, + "orld": 1889, + "rite": 1890, + "Ġuntil": 1891, + "Ġey": 1892, + "for": 1893, + "Ġworking": 1894, + "Ġlittle": 1895, + "ann": 1896, + "Ġcontain": 1897, + "Ġcourse": 1898, + "Ġspecial": 1899, + "Ġeducation": 1900, + "Ġvir": 1901, + "urope": 1902, + "Ġheart": 1903, + "Ġworks": 1904, + "ember": 1905, + "Ġrad": 1906, + "Ġrespons": 1907, + "Ġpopulation": 1908, + "Ġmarket": 1909, + "Ġdifficult": 1910, + "oph": 1911, + "apt": 1912, + "ibility": 1913, + "Ġgeneral": 1914, + "stit": 1915, + "yn": 1916, + "cle": 1917, + "aster": 1918, + "Ġfuture": 1919, + "Ġsimilar": 1920, + "Ġacross": 1921, + "Ġprofess": 1922, + "pos": 1923, + "ires": 1924, + "Ġemot": 1925, + "Ġfund": 1926, + "ecially": 1927, + "ohn": 1928, + "ences": 1929, + "aken": 1930, + "Ġsens": 1931, + "Ġconditions": 1932, + "Ġalong": 1933, + "Ġhigher": 1934, + "Ġwhether": 1935, + "ored": 1936, + "aging": 1937, + "Ġfurther": 1938, + "une": 1939, + "sw": 1940, + "Ġside": 1941, + "by": 1942, + "ired": 1943, + "Ġachie": 1944, + "etic": 1945, + "Ġtri": 1946, + "Ġill": 1947, + "atory": 1948, + "Ġauthor": 1949, + "Ġcells": 1950, + "tal": 1951, + ");": 1952, + "acy": 1953, + "Ġlater": 1954, + "oot": 1955, + "Ġnet": 1956, + "min": 1957, + "ators": 1958, + "ĠOr": 1959, + "Ġtemper": 1960, + "Ġterm": 1961, + "Ġexperien": 1962, + "Ġconsum": 1963, + "For": 1964, + "Ġpattern": 1965, + "lo": 1966, + "omes": 1967, + "Ġ<": 1968, + "atures": 1969, + "selves": 1970, + "especially": 1971, + "Ġinit": 1972, + "...": 1973, + "Ġmov": 1974, + "Ġhy": 1975, + "Ġrather": 1976, + "Ġwriting": 1977, + "Ġskills": 1978, + "arget": 1979, + "ilt": 1980, + "sp": 1981, + "Ġfri": 1982, + "ĠEurope": 1983, + "198": 1984, + "ĠOn": 1985, + "ush": 1986, + "ĠCent": 1987, + "Ġabove": 1988, + "aring": 1989, + "Ġnorm": 1990, + "Ġargu": 1991, + "iation": 1992, + "Ġcolle": 1993, + "Ġtypes": 1994, + "ĠNational": 1995, + "Ġaddress": 1996, + "Ġknowledge": 1997, + "There": 1998, + "ream": 1999, + "Ġparent": 2000, + "Ġkind": 2001, + "Ġstrateg": 2002, + "Ġwhy": 2003, + "Ġremain": 2004, + "ĠFr": 2005, + "aut": 2006, + "Ġlog": 2007, + "Ġpolit": 2008, + "Ġdig": 2009, + "ipp": 2010, + "Ġcustom": 2011, + "ox": 2012, + "ĠAf": 2013, + "orts": 2014, + "Ġleast": 2015, + "Ġevent": 2016, + "uation": 2017, + "Ġpred": 2018, + "Ġcases": 2019, + "ĠUS": 2020, + "Ġsize": 2021, + "Ġword": 2022, + "Ġcompany": 2023, + "isc": 2024, + "Ġi": 2025, + "Ġcomplete": 2026, + "Ġdetail": 2027, + "duct": 2028, + "Ġrecord": 2029, + "ication": 2030, + "Ġneg": 2031, + "Ġvers": 2032, + "Ġquestion": 2033, + "Ġbrain": 2034, + "Ġespecially": 2035, + "Ġidea": 2036, + "ĠChrist": 2037, + "Ġopportun": 2038, + "aves": 2039, + "Ġge": 2040, + "Ġphysical": 2041, + "Ġtoday": 2042, + "af": 2043, + "Ġidentify": 2044, + "def": 2045, + "Ġgroups": 2046, + "obal": 2047, + "Ġsure": 2048, + "aim": 2049, + "ged": 2050, + "Ġhaving": 2051, + "Ġpersonal": 2052, + "Ġreason": 2053, + "Ġusually": 2054, + "Ġteac": 2055, + "Ġdeath": 2056, + "Ġquestions": 2057, + "oney": 2058, + "oura": 2059, + "python": 2060, + "ready": 2061, + "Ġfactors": 2062, + "ruction": 2063, + "ĠBe": 2064, + "ler": 2065, + "Ġprim": 2066, + "Ġeffects": 2067, + "Ġsubject": 2068, + "ĠSo": 2069, + "side": 2070, + "ĠAll": 2071, + "ule": 2072, + "Ġjob": 2073, + "Ġaway": 2074, + "(\"": 2075, + "Ġnever": 2076, + "Ġinput": 2077, + "ibr": 2078, + "lying": 2079, + "Ġcalcul": 2080, + "ĠTe": 2081, + "mit": 2082, + "Ġmakes": 2083, + "ample": 2084, + "Ġlower": 2085, + "Ġcheck": 2086, + "Ġresources": 2087, + "ison": 2088, + "Ġunique": 2089, + "Ġsingle": 2090, + "unt": 2091, + "thing": 2092, + "ising": 2093, + "Ġterms": 2094, + "ym": 2095, + "Ġcentury": 2096, + "Ġactivities": 2097, + "Ġissues": 2098, + "ges": 2099, + "sequ": 2100, + "aching": 2101, + "ength": 2102, + "most": 2103, + "Ġfall": 2104, + "Ġnature": 2105, + "Ġcy": 2106, + "Ġclose": 2107, + "Ġstructure": 2108, + "izing": 2109, + "Ġdam": 2110, + "anced": 2111, + "oman": 2112, + "Ġmillion": 2113, + "Ġproducts": 2114, + "Ġensure": 2115, + "Ġarr": 2116, + "Ġfield": 2117, + "Ġhouse": 2118, + "Ġalready": 2119, + "Wh": 2120, + "Ġcountries": 2121, + "Ġeffic": 2122, + "Ġresearc": 2123, + "Ġinteract": 2124, + "ification": 2125, + "Ġsimple": 2126, + "Ġenough": 2127, + "Ġseen": 2128, + "ĠEar": 2129, + "ask": 2130, + "ivity": 2131, + "Ġprovides": 2132, + "urs": 2133, + "Ġsound": 2134, + "Ġfull": 2135, + "ript": 2136, + "fact": 2137, + "ores": 2138, + "esc": 2139, + "Ġintrodu": 2140, + "Ġver": 2141, + "ĠShe": 2142, + "Ġcontent": 2143, + "Ġchalleng": 2144, + "Ġmeet": 2145, + "ival": 2146, + "Ġbal": 2147, + "ĠWith": 2148, + "Ġcancer": 2149, + "Ġpolic": 2150, + "Ġelements": 2151, + "Ġhowever": 2152, + "Ġreduce": 2153, + "40": 2154, + "ĠMed": 2155, + "ĠEm": 2156, + "Ġtarget": 2157, + "Ġscience": 2158, + "Ġstring": 2159, + "Ġquality": 2160, + "When": 2161, + "rior": 2162, + "Ġgoing": 2163, + "//": 2164, + "ĠOne": 2165, + "Ġtotal": 2166, + "Ġplants": 2167, + "alf": 2168, + "Ġideas": 2169, + "Ġavoid": 2170, + "Ġcollect": 2171, + "ĠSome": 2172, + "'ll": 2173, + "ptoms": 2174, + "Ġconcern": 2175, + "Ġlive": 2176, + "sh": 2177, + "Ġaffect": 2178, + "ĠIm": 2179, + "Ġrecogn": 2180, + "Ġobserv": 2181, + "Ġpositive": 2182, + "ĠBrit": 2183, + "Ġrate": 2184, + "elling": 2185, + "Ġtradition": 2186, + "Ġevidence": 2187, + "wards": 2188, + "Ġbuilding": 2189, + "ĠBl": 2190, + "ĠAfric": 2191, + "lt": 2192, + "Ġ*": 2193, + "imately": 2194, + "epend": 2195, + "erence": 2196, + "Ġcontinu": 2197, + "Ġ#": 2198, + "Ġwind": 2199, + "nces": 2200, + "Ġmaintain": 2201, + "gs": 2202, + "edi": 2203, + "Ġoriginal": 2204, + "Ġstudies": 2205, + "Ġpatients": 2206, + "\",": 2207, + "ĠJohn": 2208, + "rams": 2209, + "Ġparticip": 2210, + "Ġprotect": 2211, + "amm": 2212, + "Ġur": 2213, + "Ġfrequ": 2214, + "Ġground": 2215, + "ott": 2216, + "ises": 2217, + "ocu": 2218, + "utions": 2219, + "Ġchem": 2220, + "Ġdeg": 2221, + "pro": 2222, + "augh": 2223, + "Ġproduction": 2224, + "Ġabs": 2225, + "nal": 2226, + "Ġitself": 2227, + "Ġbreak": 2228, + "Ġaverage": 2229, + "usion": 2230, + "Ġconsid": 2231, + "ware": 2232, + "Ġpath": 2233, + "Ġloss": 2234, + "Ġeither": 2235, + "let": 2236, + "Ġbehavior": 2237, + "'ve": 2238, + "ites": 2239, + "Ġbir": 2240, + "Ġmethods": 2241, + "Ġthought": 2242, + "ips": 2243, + "Ġfeed": 2244, + "Ġtravel": 2245, + "Ġdone": 2246, + "Ġhold": 2247, + "Ġbat": 2248, + "urity": 2249, + "Ġbig": 2250, + "Ġtrue": 2251, + "ystem": 2252, + "inary": 2253, + "ley": 2254, + "ctions": 2255, + "Ġthemselves": 2256, + "Ġmembers": 2257, + "Ġbecame": 2258, + "ribution": 2259, + "ĠLe": 2260, + "Ġpoints": 2261, + "sych": 2262, + "Here": 2263, + "Ġactivity": 2264, + "Ġonce": 2265, + "24": 2266, + "Ġevents": 2267, + "Al": 2268, + "Ġansw": 2269, + "ae": 2270, + "fer": 2271, + "Ġpay": 2272, + "197": 2273, + "view": 2274, + "Ġconnect": 2275, + "Ġrecomm": 2276, + "ze": 2277, + "ĠWorld": 2278, + "ublic": 2279, + "Ġlot": 2280, + "You": 2281, + "Ġsurface": 2282, + "Ġdeveloped": 2283, + "ĠGerm": 2284, + "Ġmic": 2285, + "Ġlay": 2286, + "Ġsource": 2287, + "vey": 2288, + "Ġdom": 2289, + "Ġfail": 2290, + "ively": 2291, + "Ġrelated": 2292, + "Ġreally": 2293, + "Ġsun": 2294, + "ĠGo": 2295, + "illed": 2296, + "ĠEnglish": 2297, + "Ġstandard": 2298, + "NA": 2299, + "ĠWar": 2300, + "Ġupon": 2301, + "Ġliving": 2302, + "Ġtakes": 2303, + "Ġcondition": 2304, + "Ġentire": 2305, + "ĠGen": 2306, + "Ġmeaning": 2307, + "Ġhours": 2308, + "Ġnecessary": 2309, + "ands": 2310, + "Ġclimate": 2311, + "Ġdeep": 2312, + "Ġla": 2313, + "num": 2314, + "ER": 2315, + "Ġdest": 2316, + "Ġwide": 2317, + "verse": 2318, + "Ġanaly": 2319, + "Ġmaterials": 2320, + "Ġtaking": 2321, + "ney": 2322, + "Ġfr": 2323, + "li": 2324, + "ĠCal": 2325, + "overed": 2326, + "Ġindividuals": 2327, + "Ġbelow": 2328, + "Ġphot": 2329, + "roll": 2330, + "leep": 2331, + "aries": 2332, + "iol": 2333, + "Ġmor": 2334, + "rict": 2335, + "Ġengine": 2336, + "Ġseries": 2337, + "reme": 2338, + "Ġservices": 2339, + "://": 2340, + "bon": 2341, + "acks": 2342, + "Ġconsidered": 2343, + "Ġsymptoms": 2344, + "Ġuses": 2345, + "Ġmess": 2346, + "Ġcannot": 2347, + "Ġhistor": 2348, + "Ġability": 2349, + "ĠThat": 2350, + "Ġmass": 2351, + "Ġpaper": 2352, + "Ġonline": 2353, + "earch": 2354, + "itud": 2355, + "Ġneeded": 2356, + "Ġassociated": 2357, + "Ġsat": 2358, + "Ġnut": 2359, + "rad": 2360, + "Ġaccording": 2361, + "Ġcreated": 2362, + "Ġmanagement": 2363, + "onse": 2364, + "aced": 2365, + "Ġflu": 2366, + "Ġcoll": 2367, + "Ġstates": 2368, + "ĠX": 2369, + "way": 2370, + "hemat": 2371, + "son": 2372, + "Ġâ": 2373, + "Ġelse": 2374, + "Ġbenefits": 2375, + "Ġaction": 2376, + "ctor": 2377, + "Ġoffic": 2378, + "yle": 2379, + "ales": 2380, + "Ġmeasure": 2381, + "Ġmultiple": 2382, + "ĠPr": 2383, + "Ġred": 2384, + "empt": 2385, + "Ġcut": 2386, + "Ġtaken": 2387, + "ming": 2388, + "Ġspe": 2389, + "ried": 2390, + "atively": 2391, + "Ġprop": 2392, + "Ġsqu": 2393, + "bo": 2394, + "Ġrequired": 2395, + "lation": 2396, + "cient": 2397, + "Ġfeet": 2398, + "ĠAm": 2399, + "ties": 2400, + "Ġarticle": 2401, + "Ġport": 2402, + "Ġmedia": 2403, + "ety": 2404, + "Ġmedical": 2405, + "ume": 2406, + "ĠTr": 2407, + "Ġincreased": 2408, + "ening": 2409, + "ĠCons": 2410, + "Ġsite": 2411, + "Ġsepar": 2412, + "urch": 2413, + "Ġpractice": 2414, + "Ġweek": 2415, + "istics": 2416, + "Ġwhole": 2417, + "osis": 2418, + "Ch": 2419, + "lex": 2420, + "Ġstudent": 2421, + "Ġpressure": 2422, + "ĠDo": 2423, + "ĠMay": 2424, + "Ġstress": 2425, + "Ġpriv": 2426, + "ply": 2427, + "Ġquick": 2428, + "Ġactually": 2429, + "like": 2430, + "Ġfamil": 2431, + "enn": 2432, + "ivil": 2433, + "light": 2434, + "eter": 2435, + "Ġprior": 2436, + "ĠIntern": 2437, + "Ġfive": 2438, + "hold": 2439, + "Ġresearchers": 2440, + "Ġaud": 2441, + "ĠCar": 2442, + "ems": 2443, + "ĠPython": 2444, + "ĠMar": 2445, + "Ġdiet": 2446, + "based": 2447, + "Ġsoft": 2448, + "ĠGe": 2449, + "Ġsoil": 2450, + "inter": 2451, + "Ġann": 2452, + "aged": 2453, + "reng": 2454, + "Ġweight": 2455, + "Ġclaim": 2456, + "Ġwhite": 2457, + "Ġtheory": 2458, + "Ġcomes": 2459, + "chan": 2460, + "Ġnational": 2461, + "mber": 2462, + "ĠHealth": 2463, + "hib": 2464, + "Ġdiv": 2465, + "set": 2466, + "60": 2467, + "go": 2468, + "erve": 2469, + "Ġjour": 2470, + "Ġoil": 2471, + "ĠDr": 2472, + "Ġoffer": 2473, + "imum": 2474, + "acters": 2475, + "Ġsuper": 2476, + "Ġeconomic": 2477, + "Ġcorrect": 2478, + "gest": 2479, + "oon": 2480, + "Ġcreating": 2481, + "Ġperformance": 2482, + "Ġshare": 2483, + "Ġmodern": 2484, + "Ġanimals": 2485, + "Ġposition": 2486, + "Ġprevious": 2487, + "Ġlink": 2488, + "Ġindustry": 2489, + "Ġdocu": 2490, + "Ġassess": 2491, + "Ġuser": 2492, + "Ġvisit": 2493, + "Ġcat": 2494, + "Ġglobal": 2495, + "aling": 2496, + "Ġcame": 2497, + "Ġincreasing": 2498, + "asc": 2499, + "Ġexpress": 2500, + "aches": 2501, + "ension": 2502, + "reg": 2503, + "Ġrepl": 2504, + "ches": 2505, + "196": 2506, + "Ġexplore": 2507, + "Ġmoney": 2508, + "Ġbring": 2509, + "artment": 2510, + "ĠAb": 2511, + "ĠSouth": 2512, + "Ġparts": 2513, + "my": 2514, + "ma": 2515, + "Ġtraining": 2516, + "fully": 2517, + "isions": 2518, + "ĠNorth": 2519, + "Ġ}": 2520, + "Ġmonths": 2521, + "Ġmusic": 2522, + "Ġthroughout": 2523, + "Ġtell": 2524, + "ĠStud": 2525, + "Ġprinc": 2526, + "22": 2527, + "Ġregular": 2528, + "ops": 2529, + "ster": 2530, + "ging": 2531, + "ĠAmerica": 2532, + "Ġpopular": 2533, + "Ġbar": 2534, + "print": 2535, + "Ġblack": 2536, + "amin": 2537, + "Ġexerc": 2538, + "ĠAss": 2539, + "ĠWhile": 2540, + "Ġsust": 2541, + "Ġlab": 2542, + "Ġcamp": 2543, + "Ġarch": 2544, + "Ġbuilt": 2545, + "Ġrelig": 2546, + "ened": 2547, + "Ġdat": 2548, + "hing": 2549, + "Ġdru": 2550, + "Ġyet": 2551, + "Ġexc": 2552, + "Ġprec": 2553, + "abit": 2554, + "utes": 2555, + "Ġmax": 2556, + "iddle": 2557, + "Ġfile": 2558, + "ĠMan": 2559, + "Ġprovided": 2560, + "Ġcharacters": 2561, + "Ġdifference": 2562, + "Ġadult": 2563, + "Ġaspect": 2564, + "Ġelement": 2565, + "het": 2566, + "Ġdetermine": 2567, + "Ġcomputer": 2568, + "Ġhealthy": 2569, + "apan": 2570, + "Ġscen": 2571, + "Ġissue": 2572, + "Ġexplain": 2573, + "rown": 2574, + "ĠRep": 2575, + "Ġstra": 2576, + "Ġrespect": 2577, + "Ġproduce": 2578, + "\")": 2579, + "ĠEarth": 2580, + "name": 2581, + "aving": 2582, + "Ġgreen": 2583, + "Ġeval": 2584, + "Ġservice": 2585, + "rast": 2586, + "Ġdog": 2587, + "Ġsn": 2588, + "pose": 2589, + "Ġlove": 2590, + "Ġreact": 2591, + "Ġreview": 2592, + "Ġsustain": 2593, + "Ġculture": 2594, + "Ġencoura": 2595, + "Ġ==": 2596, + "uel": 2597, + "Ġallows": 2598, + "Ġlength": 2599, + "Ġenvironmental": 2600, + "Ġcop": 2601, + "Ġbegan": 2602, + "Ġstreng": 2603, + "Ġut": 2604, + "Ġgreater": 2605, + "Ġcolor": 2606, + "Ġrul": 2607, + "By": 2608, + "ump": 2609, + "iment": 2610, + "ensive": 2611, + "Ġskin": 2612, + "Ġlives": 2613, + "Ġpolitical": 2614, + "Ġreve": 2615, + "Ġcontext": 2616, + "olic": 2617, + "Ġmach": 2618, + "Ġexcept": 2619, + ".)": 2620, + "ai": 2621, + "Ġregion": 2622, + "Ġconduct": 2623, + "Ġsociety": 2624, + "Ġdesigned": 2625, + "Ġfish": 2626, + "Ġconsist": 2627, + "Ġparticularly": 2628, + "eb": 2629, + "Ġresponse": 2630, + "â̦": 2631, + "Ġhelps": 2632, + "ung": 2633, + "cial": 2634, + "Ġhalf": 2635, + "org": 2636, + "igure": 2637, + "Ġlonger": 2638, + "Ġdraw": 2639, + "Ġdemon": 2640, + "23": 2641, + "wh": 2642, + "Ġalmost": 2643, + "atives": 2644, + "aff": 2645, + "ĠYork": 2646, + "hood": 2647, + "yl": 2648, + "Ġreading": 2649, + "enc": 2650, + "ift": 2651, + "ĠSoc": 2652, + "new": 2653, + "Ġmathemat": 2654, + "ober": 2655, + "inally": 2656, + "Ġsimply": 2657, + "',": 2658, + "Ġparents": 2659, + "21": 2660, + "fect": 2661, + "oll": 2662, + "Ġshows": 2663, + "iques": 2664, + "erous": 2665, + "haps": 2666, + "\".": 2667, + "Ġregard": 2668, + "One": 2669, + "ĠAust": 2670, + "Ġtook": 2671, + "Ġsuff": 2672, + "Ġachieve": 2673, + "Ġliter": 2674, + "Ġtemperature": 2675, + "Ġsequ": 2676, + "play": 2677, + "Ġever": 2678, + "vere": 2679, + "aily": 2680, + "icles": 2681, + "Ġface": 2682, + "Ġfarm": 2683, + "Ġrights": 2684, + "rew": 2685, + "202": 2686, + "Ġclean": 2687, + "Ġprote": 2688, + "Ġfat": 2689, + "Ġtown": 2690, + "ows": 2691, + "Ġheav": 2692, + "AS": 2693, + "Ġmatter": 2694, + "ĠCont": 2695, + "Ġeasy": 2696, + "Ġcompon": 2697, + "ulations": 2698, + "Ġpublished": 2699, + "emic": 2700, + "Ġfire": 2701, + "eds": 2702, + "Ġcra": 2703, + "ĠPer": 2704, + "itary": 2705, + "ele": 2706, + "Ġgas": 2707, + "itation": 2708, + "Ġgain": 2709, + "Ġtalk": 2710, + "Ġinstead": 2711, + "Ġcompet": 2712, + "astic": 2713, + "Ġaccept": 2714, + "Ġindepend": 2715, + "Ġconver": 2716, + "Ġdecision": 2717, + "ners": 2718, + "istance": 2719, + "ĠHis": 2720, + "Ġtherap": 2721, + "))": 2722, + "Ġaltern": 2723, + "nov": 2724, + "Ġattention": 2725, + "ĠDep": 2726, + "minist": 2727, + "Ġlooking": 2728, + "Ġincludes": 2729, + "ĠJapan": 2730, + "Ġreflect": 2731, + "Ġslow": 2732, + "Ġrelationships": 2733, + "ese": 2734, + "Ġstru": 2735, + "194": 2736, + "Ġunc": 2737, + "Ġsleep": 2738, + "é": 2739, + "Ġhtt": 2740, + "ĠGu": 2741, + "Ġnight": 2742, + "orpor": 2743, + "Ġremov": 2744, + "uth": 2745, + "pid": 2746, + "Ġvide": 2747, + "order": 2748, + "just": 2749, + "ES": 2750, + "Ġsolution": 2751, + "Ġnormal": 2752, + "Ġcapt": 2753, + "Ġwebs": 2754, + "Ġmechan": 2755, + "Ġcompan": 2756, + "ĠAct": 2757, + "ĠCo": 2758, + "Ġprograms": 2759, + "Ġsurv": 2760, + "ched": 2761, + "lease": 2762, + "Ġcru": 2763, + "Ġthing": 2764, + "Ġmag": 2765, + "Ġec": 2766, + "Ġmedic": 2767, + "fficient": 2768, + "Ġspread": 2769, + "Ġsomeone": 2770, + "Ġsentence": 2771, + "hel": 2772, + "irm": 2773, + "Ġprogress": 2774, + "Ġfinanc": 2775, + "Ġnetwork": 2776, + "Ġbalance": 2777, + "AT": 2778, + "ĠPar": 2779, + "Ġdoesn": 2780, + "Ġtend": 2781, + "Ġstay": 2782, + "back": 2783, + "Ġemerg": 2784, + "ĠHist": 2785, + "arily": 2786, + "ĠAfter": 2787, + "att": 2788, + "eration": 2789, + "Ġsix": 2790, + "amed": 2791, + "Ġsafe": 2792, + "Ġheat": 2793, + "Ġtools": 2794, + "Ġled": 2795, + "AR": 2796, + "ĠState": 2797, + "Ġchemical": 2798, + "Ġwild": 2799, + "Ġfeatures": 2800, + "Ġcontinue": 2801, + "Ġrecent": 2802, + "Ġdoing": 2803, + "Ġmom": 2804, + "word": 2805, + "rel": 2806, + "mon": 2807, + "hens": 2808, + "Ġbelieve": 2809, + "80": 2810, + "Ġadditional": 2811, + "ban": 2812, + "Ġsources": 2813, + "ccording": 2814, + "Ġselect": 2815, + "Ġsearch": 2816, + "Ġcontact": 2817, + "Ġwritten": 2818, + "Ġforms": 2819, + "ĠAg": 2820, + "Ġthreat": 2821, + "Ġimage": 2822, + "Ġcauses": 2823, + "Ġaccur": 2824, + "mb": 2825, + "oor": 2826, + "Ġemb": 2827, + "Ġvisual": 2828, + "Ġtechniques": 2829, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 2830, + "ĠBritish": 2831, + "Ġtraditional": 2832, + "Ġsubst": 2833, + "Ġforest": 2834, + "ials": 2835, + "Ġpatterns": 2836, + "ĠYour": 2837, + "Ġextreme": 2838, + "itor": 2839, + "Ġdeb": 2840, + "ground": 2841, + "Ġdistribution": 2842, + "Ġste": 2843, + "ype": 2844, + "ricult": 2845, + "Ġoverall": 2846, + "Ġexpect": 2847, + "Ġcoun": 2848, + "Ġlack": 2849, + "Ġschools": 2850, + "cks": 2851, + "Ġvariety": 2852, + "Ġchallenges": 2853, + "vant": 2854, + "Ġbit": 2855, + "Ġoutside": 2856, + "27": 2857, + "Ġinvolved": 2858, + "Ġbasic": 2859, + "inct": 2860, + "Ġstop": 2861, + "Ġharm": 2862, + "Ġaware": 2863, + "estern": 2864, + "Ġearth": 2865, + "Ġdeveloping": 2866, + "ĠUs": 2867, + "Ġprep": 2868, + "ius": 2869, + "Ġdou": 2870, + "Ġexperiences": 2871, + "Ġshown": 2872, + "Ġversion": 2873, + "Ġtransport": 2874, + "Ġdemonstr": 2875, + "Ġbehind": 2876, + "come": 2877, + "ĠSu": 2878, + "time": 2879, + "Ġcaused": 2880, + "Ġetc": 2881, + "ĠJew": 2882, + "Ġsomet": 2883, + "Ġwrite": 2884, + "Ġdefin": 2885, + "Ġcommit": 2886, + "Ġlarger": 2887, + "dom": 2888, + "But": 2889, + "Ġmental": 2890, + "Ġtree": 2891, + "ĠCanad": 2892, + "Ġestablish": 2893, + "oice": 2894, + "Ġattempt": 2895, + "ID": 2896, + "Ex": 2897, + "Ġgetting": 2898, + "ĠResearch": 2899, + "ĠPres": 2900, + "Ġtransform": 2901, + "Ġguid": 2902, + "ĠPe": 2903, + "erson": 2904, + "Ġtax": 2905, + "Ġleading": 2906, + "ufact": 2907, + "Ġinterp": 2908, + "rought": 2909, + "Ġrefer": 2910, + "ropri": 2911, + "mar": 2912, + "Ġforce": 2913, + "Ġdiagn": 2914, + "Ġproperties": 2915, + "ĠNo": 2916, + "head": 2917, + "Ġpict": 2918, + "Ġpage": 2919, + "Ġfem": 2920, + "Ġpsych": 2921, + "imal": 2922, + "Ġcritical": 2923, + "Ġmemory": 2924, + "Ġmovement": 2925, + "Ġviol": 2926, + "Ġcosts": 2927, + "ustr": 2928, + "Ġdark": 2929, + "part": 2930, + "ON": 2931, + "Ġfram": 2932, + "lands": 2933, + "ula": 2934, + "Ġadded": 2935, + "Ġstarted": 2936, + "28": 2937, + "ades": 2938, + "Ġfru": 2939, + "ronic": 2940, + "Ġpoll": 2941, + "26": 2942, + "ĠII": 2943, + "Ġdirectly": 2944, + "itude": 2945, + "Ġargument": 2946, + "ederal": 2947, + "Ġsex": 2948, + "osing": 2949, + "joy": 2950, + "Ġdaily": 2951, + "Ġreach": 2952, + "IN": 2953, + "Ġcarbon": 2954, + "Ġappl": 2955, + "Ġgrowing": 2956, + "Ġful": 2957, + "uck": 2958, + "Ġpurpose": 2959, + "rench": 2960, + "ĠUse": 2961, + "Ġrout": 2962, + "ields": 2963, + "Ġsometimes": 2964, + "Ġproviding": 2965, + "ached": 2966, + "ĠÂ": 2967, + "Ġnegative": 2968, + "imin": 2969, + "Ġsituation": 2970, + "alls": 2971, + "Ġdamage": 2972, + "right": 2973, + "On": 2974, + "overy": 2975, + "Ġir": 2976, + "ervation": 2977, + "Ġsafety": 2978, + "Ġfunctions": 2979, + "Ġfoot": 2980, + "ribute": 2981, + "Ġscientists": 2982, + "Ġpredict": 2983, + "gar": 2984, + "Ġnarr": 2985, + "Ġstrugg": 2986, + "where": 2987, + "ĠSchool": 2988, + "Ġwood": 2989, + "umb": 2990, + "duc": 2991, + "ulate": 2992, + "abet": 2993, + "Ġinvestig": 2994, + "Ġancient": 2995, + "term": 2996, + "ari": 2997, + "Ġsteps": 2998, + "Ġgenerally": 2999, + "Ġconvers": 3000, + "Ġthinking": 3001, + "unch": 3002, + "Ġder": 3003, + "iam": 3004, + "lor": 3005, + "list": 3006, + "aly": 3007, + "issions": 3008, + "su": 3009, + "ĠWill": 3010, + "Ġconnection": 3011, + "Ġefficient": 3012, + "Ġspir": 3013, + "Ġeat": 3014, + "dd": 3015, + "Ġadapt": 3016, + "Ġgard": 3017, + "Ġconflic": 3018, + "Ġgoals": 3019, + "elt": 3020, + "Ġconsequ": 3021, + "Ġobjects": 3022, + "Ġusers": 3023, + "Ġwarm": 3024, + "bor": 3025, + "Ġprimary": 3026, + "Ġpolicy": 3027, + "ĠApp": 3028, + "ĠTra": 3029, + "Ġpoor": 3030, + "erate": 3031, + "Ġbase": 3032, + "Ġmicro": 3033, + "Ġpatient": 3034, + "Ġfinancial": 3035, + "Ġinj": 3036, + "Ġbeaut": 3037, + "Ġlif": 3038, + "ography": 3039, + "Ġalg": 3040, + "Ġgame": 3041, + "wise": 3042, + "Ġprinci": 3043, + "ief": 3044, + "Ġgoal": 3045, + "resp": 3046, + "Ġimportance": 3047, + "Ġdecre": 3048, + "Ġcover": 3049, + "Ġrequires": 3050, + "oles": 3051, + "izations": 3052, + "ĠInt": 3053, + "Ġinfluence": 3054, + "ĠMany": 3055, + "Ġreported": 3056, + "Ġcompanies": 3057, + "ying": 3058, + "Ġhost": 3059, + "rig": 3060, + "ĠSec": 3061, + "ament": 3062, + "Ġfav": 3063, + "Ġemotional": 3064, + "izes": 3065, + "Ġbacter": 3066, + "alse": 3067, + "195": 3068, + "Ġwalk": 3069, + "stitute": 3070, + "Ġsecurity": 3071, + "ictionary": 3072, + "ters": 3073, + "Ġthird": 3074, + "oes": 3075, + "ĠMe": 3076, + "Ġbooks": 3077, + "Ġspeed": 3078, + "ĠKing": 3079, + "Ġeasily": 3080, + "Ġlate": 3081, + "asons": 3082, + "ees": 3083, + "Ġearl": 3084, + "Ġanimal": 3085, + "Ġmagn": 3086, + "idge": 3087, + "ĠIndia": 3088, + "Ġseems": 3089, + "Ġlat": 3090, + "Ġbecomes": 3091, + "90": 3092, + "Ġelectric": 3093, + "Ġquant": 3094, + "Ġcontains": 3095, + "room": 3096, + "orks": 3097, + "Ġchoice": 3098, + "ana": 3099, + "uge": 3100, + "Ġsil": 3101, + "iency": 3102, + "Ġassum": 3103, + "Ġspeak": 3104, + "Ġtrack": 3105, + "Ġkids": 3106, + "Ġpack": 3107, + "Ġuseful": 3108, + "Ġanswer": 3109, + "Ġleaders": 3110, + "Ġestim": 3111, + "Ġcross": 3112, + "Ġgot": 3113, + "ucle": 3114, + "Ġtrying": 3115, + "rie": 3116, + "Ġfit": 3117, + "Ġtowards": 3118, + "Ġequal": 3119, + "Ġsus": 3120, + "Ġenjoy": 3121, + "Ġsea": 3122, + "Ġimmedi": 3123, + "Ġactive": 3124, + "equ": 3125, + "ĠQu": 3126, + "Ġmanufact": 3127, + "umn": 3128, + "Ġpoly": 3129, + "Ġtable": 3130, + "Ġfriends": 3131, + "Ġyourself": 3132, + "ibrary": 3133, + "Ġopportunities": 3134, + "Ġlines": 3135, + "cell": 3136, + "ĠVal": 3137, + "ony": 3138, + "ĠNe": 3139, + "Ġattack": 3140, + "ister": 3141, + "rs": 3142, + "Ġcentral": 3143, + "useum": 3144, + "Ġserious": 3145, + "Ġfoods": 3146, + "Ġsurround": 3147, + "Ġang": 3148, + "ĠComp": 3149, + "ceed": 3150, + "Ġsect": 3151, + "Ġaim": 3152, + "yond": 3153, + "Ġcommunication": 3154, + "ĠScience": 3155, + "Ġquickly": 3156, + "Ġdocument": 3157, + "Ġroad": 3158, + "Ġcommunities": 3159, + "Ġtypically": 3160, + "ĠMin": 3161, + "ned": 3162, + "Ġbound": 3163, + "IS": 3164, + "193": 3165, + "inks": 3166, + "Ġproduced": 3167, + "Ġeyes": 3168, + "Ġlimit": 3169, + "Ġapplications": 3170, + "Ġincluded": 3171, + "fort": 3172, + "Ġfactor": 3173, + "ha": 3174, + "Ġblock": 3175, + "Ġinstance": 3176, + "Ġlimited": 3177, + "Ġbroad": 3178, + "Ġtrees": 3179, + "Ġrich": 3180, + "Another": 3181, + "isms": 3182, + "However": 3183, + "itch": 3184, + "Ġsolar": 3185, + "Ġsou": 3186, + "ls": 3187, + "Ġexamples": 3188, + "191": 3189, + "Ġquite": 3190, + "ription": 3191, + "ologies": 3192, + "bol": 3193, + "Ġsort": 3194, + "Ġhumans": 3195, + "Ġmother": 3196, + "Ġ--": 3197, + "Ġrespond": 3198, + "Ġfinal": 3199, + "Ġprivate": 3200, + "king": 3201, + "lection": 3202, + "Ġscientific": 3203, + "rec": 3204, + "Ġrates": 3205, + "Ġones": 3206, + "Ġenh": 3207, + "Ġfear": 3208, + "Ġroom": 3209, + "Ġevalu": 3210, + "que": 3211, + "ests": 3212, + "Ġcred": 3213, + "Ġhyd": 3214, + "Ġcard": 3215, + "Ġexact": 3216, + "Ġcit": 3217, + "ĠAustral": 3218, + "Ġfa": 3219, + "These": 3220, + "Ġconstant": 3221, + "Ġvariables": 3222, + "ils": 3223, + "Ġcultural": 3224, + "Ġobtain": 3225, + "Ġteachers": 3226, + "Ġcateg": 3227, + "Ġcontribut": 3228, + "Ġproperty": 3229, + "ĠEd": 3230, + "ĠAre": 3231, + "Ġox": 3232, + "Ġwebsite": 3233, + "Ġroot": 3234, + "So": 3235, + "Ġcivil": 3236, + "ellow": 3237, + "Ġperspect": 3238, + "29": 3239, + "ender": 3240, + "iece": 3241, + "Ġinside": 3242, + "Ġhighly": 3243, + "rehens": 3244, + "Ġast": 3245, + "Ġlost": 3246, + "Ġbur": 3247, + "Ġchoose": 3248, + "Ġreturns": 3249, + "pe": 3250, + "Ġtherefore": 3251, + "Ġdang": 3252, + "Ġinsp": 3253, + "mosp": 3254, + "Ġarray": 3255, + "Ġpowerful": 3256, + "Ġhot": 3257, + "Ġinnov": 3258, + "Ġestablished": 3259, + "Ġextra": 3260, + "Ġcompared": 3261, + "oly": 3262, + "Ġprobably": 3263, + "anks": 3264, + "ĠInst": 3265, + "Ġexpected": 3266, + "Ġsoftware": 3267, + "Ġwaste": 3268, + "ĠChina": 3269, + "Ġveget": 3270, + "Ġimag": 3271, + "Ġhor": 3272, + "OR": 3273, + "Ġwa": 3274, + "Ġconcent": 3275, + "Ġhyp": 3276, + "ilos": 3277, + "Ġsold": 3278, + "Ġmis": 3279, + "itable": 3280, + "Ġhar": 3281, + "Ġeye": 3282, + "Ġstrength": 3283, + "'m": 3284, + "Ġinternational": 3285, + "Ġincorpor": 3286, + "ĠMore": 3287, + "cean": 3288, + "ynam": 3289, + "Ġnav": 3290, + "Ġago": 3291, + "Ġvalid": 3292, + "ancy": 3293, + "Ġoptions": 3294, + "ĠHer": 3295, + "Ġthus": 3296, + "Ġfront": 3297, + "Ġinstit": 3298, + "Ġmodels": 3299, + "airs": 3300, + "Ġvirus": 3301, + "Ġdepend": 3302, + "vention": 3303, + "Ġstatement": 3304, + "ĠPart": 3305, + "osure": 3306, + "ecause": 3307, + "Ġult": 3308, + "pper": 3309, + "bit": 3310, + "ĠCount": 3311, + "oming": 3312, + "Ġminutes": 3313, + "Ġeth": 3314, + "70": 3315, + "Ġappropri": 3316, + "ndom": 3317, + "Ġactions": 3318, + "na": 3319, + "iar": 3320, + "Ġshape": 3321, + "Ġexercise": 3322, + "ĠMy": 3323, + "Ġmention": 3324, + "Ġvacc": 3325, + "idents": 3326, + "irection": 3327, + "ĠFrench": 3328, + "Ġintegr": 3329, + "iles": 3330, + "ĠReg": 3331, + "Ġjo": 3332, + "Ġbeginning": 3333, + "Ġprojects": 3334, + "enge": 3335, + "Ġcrucial": 3336, + "atform": 3337, + "ashing": 3338, + "phas": 3339, + "Ġprofessional": 3340, + "orith": 3341, + "ipment": 3342, + "Ġmessage": 3343, + "ĠBo": 3344, + "Ġord": 3345, + "Ġdrink": 3346, + "Ġmix": 3347, + "Ġapplication": 3348, + "Ġseason": 3349, + "Ġheld": 3350, + "ĠRet": 3351, + "Ġthous": 3352, + "Ġfra": 3353, + "reet": 3354, + "ĠOther": 3355, + "Ġimplementation": 3356, + "Ġremains": 3357, + "ĠJan": 3358, + "Ġinitial": 3359, + "AN": 3360, + "load": 3361, + "Ġconcl": 3362, + "Ġapprox": 3363, + "Ġsmaller": 3364, + "sec": 3365, + "Ġtesting": 3366, + "key": 3367, + "Ġmount": 3368, + "Ġvideo": 3369, + "ĠEuropean": 3370, + "Ġsample": 3371, + "Ġdifferences": 3372, + "ĠLet": 3373, + "hest": 3374, + "Ġrob": 3375, + "Ġveh": 3376, + "uary": 3377, + "Ġphr": 3378, + "aur": 3379, + "Ġmid": 3380, + "35": 3381, + "Ġerror": 3382, + "Ġnation": 3383, + "Ġdiseases": 3384, + "Ġupd": 3385, + "Ġvariable": 3386, + "Ġpresence": 3387, + "Ġsetting": 3388, + "Ġlocation": 3389, + "yd": 3390, + "Ġproced": 3391, + "Ġsoon": 3392, + "ĠSm": 3393, + "Ġdemand": 3394, + "Ġweb": 3395, + "Ġbirth": 3396, + "ided": 3397, + "Ġwent": 3398, + "Ġhands": 3399, + "Ġfamilies": 3400, + "ĠSystem": 3401, + "Ġadminist": 3402, + "www": 3403, + "Ġrat": 3404, + "Ġtests": 3405, + "ĠPre": 3406, + "Ġstri": 3407, + "Ġallowing": 3408, + "ĠJu": 3409, + "Ġfriend": 3410, + "Ġpractices": 3411, + "uries": 3412, + "Ġprocesses": 3413, + "Ġdigital": 3414, + "ĠAug": 3415, + "ĠSince": 3416, + "Ġhabit": 3417, + "Ġbab": 3418, + "asks": 3419, + "Ġden": 3420, + "plications": 3421, + "Ġmilitary": 3422, + "Ġpurch": 3423, + "ĠRec": 3424, + "resh": 3425, + "Ġdistance": 3426, + "Ġgives": 3427, + "Ġsection": 3428, + "Ġperfect": 3429, + "iforn": 3430, + "ellig": 3431, + "Ġdevices": 3432, + "life": 3433, + "Ġlabor": 3434, + "ĠEduc": 3435, + "odes": 3436, + "Ġstrategies": 3437, + "year": 3438, + "ĠIndian": 3439, + "ero": 3440, + "Ġadjust": 3441, + "itect": 3442, + "Ġefforts": 3443, + "Ġdecisions": 3444, + "Ġbad": 3445, + "know": 3446, + "Ġrecommend": 3447, + "amental": 3448, + "Ġreader": 3449, + "Ġcommunic": 3450, + "ĠCenter": 3451, + "Ġreality": 3452, + "Ġexec": 3453, + "Ġeffectively": 3454, + "Ġemp": 3455, + "Ġfight": 3456, + "192": 3457, + "Ġoutput": 3458, + "Ġadop": 3459, + "encies": 3460, + "Ġmiss": 3461, + "He": 3462, + "Ġworth": 3463, + "ounds": 3464, + "Ġdry": 3465, + "45": 3466, + "Ġlargest": 3467, + "Ġcenter": 3468, + "Ġatmosp": 3469, + "more": 3470, + "Ġtiss": 3471, + "Ġexpression": 3472, + "Ġsupply": 3473, + "med": 3474, + "Ġdetails": 3475, + "Ġsevere": 3476, + "ene": 3477, + "illing": 3478, + "Ġfast": 3479, + "Ġteaching": 3480, + "Ġstore": 3481, + "Ġshall": 3482, + "Ġbreat": 3483, + "ĠNot": 3484, + "Ġimages": 3485, + "Ġleaves": 3486, + "ĠChar": 3487, + "Ġmotiv": 3488, + "undred": 3489, + "respond": 3490, + "Ġbeyond": 3491, + "Ġvit": 3492, + "ille": 3493, + "Ġnews": 3494, + "ĠGl": 3495, + "ĠMost": 3496, + "Ġalthough": 3497, + "And": 3498, + "Ġdecl": 3499, + "ifornia": 3500, + "Ġvirt": 3501, + "Ġadvant": 3502, + "met": 3503, + "Ġdisplay": 3504, + "Ġinstall": 3505, + "Ġinteresting": 3506, + "Ġmoment": 3507, + "Ġinvolves": 3508, + "500": 3509, + "ĠAc": 3510, + "Ġwhose": 3511, + "ĠMon": 3512, + "Ġep": 3513, + "ino": 3514, + "oke": 3515, + "used": 3516, + "Ġdate": 3517, + "Ġcapac": 3518, + "bal": 3519, + "Ġweeks": 3520, + "Ġalgorith": 3521, + "ĠWest": 3522, + "Ġtrend": 3523, + "ĠArt": 3524, + "Ġmiddle": 3525, + "Ġstyle": 3526, + "Ġconstruct": 3527, + "Ġwond": 3528, + "Ġexisting": 3529, + "ĠCO": 3530, + "Ġpromot": 3531, + "Ġplatform": 3532, + "ĠKe": 3533, + "ĠEl": 3534, + "Ġagree": 3535, + "osition": 3536, + "Ġund": 3537, + "Ġopportunity": 3538, + "iot": 3539, + "ĠFirst": 3540, + "Ġorganization": 3541, + "Ġstories": 3542, + "Ġcommand": 3543, + "eal": 3544, + "abetes": 3545, + "Ġnarrative": 3546, + "Ġeverything": 3547, + "raft": 3548, + "Ġautom": 3549, + "ĠGree": 3550, + "pril": 3551, + "Ġ>": 3552, + "Ġaccom": 3553, + "rror": 3554, + "Ġ,": 3555, + "Ġequipment": 3556, + "thern": 3557, + "gy": 3558, + "ding": 3559, + "ĠDepartment": 3560, + "ditionally": 3561, + "Ġessay": 3562, + "Ġdescribed": 3563, + "ĠJes": 3564, + "Ġbul": 3565, + "ĠInstitute": 3566, + "Ġacid": 3567, + "ĠThen": 3568, + "Ġitems": 3569, + "Ġsuccessful": 3570, + "Ġcapital": 3571, + "Ġcomprehens": 3572, + "Ġvoice": 3573, + "Ġattract": 3574, + "Ġmeasures": 3575, + "Ġwoman": 3576, + "Ġagricult": 3577, + "Ġ:": 3578, + "Ġclin": 3579, + "book": 3580, + "Ġplaces": 3581, + "Ġtit": 3582, + "Ġdirection": 3583, + "Ġjud": 3584, + "Ġburn": 3585, + "Ġneigh": 3586, + "Ġcarry": 3587, + "Ġtask": 3588, + "sect": 3589, + "Ġdivid": 3590, + "aught": 3591, + "Ġhope": 3592, + "Ġcry": 3593, + "ira": 3594, + "Ġprotection": 3595, + "Ġprobability": 3596, + "Ġhttp": 3597, + "Ġplanet": 3598, + "Ġinfection": 3599, + "Ġprotein": 3600, + "Ġplanning": 3601, + "value": 3602, + "rim": 3603, + "amb": 3604, + "Ġdetect": 3605, + "Ġreceived": 3606, + "cast": 3607, + "Ġbrought": 3608, + "oration": 3609, + "ĠGerman": 3610, + "ĠHar": 3611, + "Ġreaders": 3612, + "aid": 3613, + "uman": 3614, + "Ġfib": 3615, + "Ġleave": 3616, + "rong": 3617, + "vest": 3618, + "iter": 3619, + "ulated": 3620, + "ĠCalifornia": 3621, + "Ġhimself": 3622, + "Ġcorrespond": 3623, + "ĠAfrica": 3624, + "190": 3625, + "hern": 3626, + "Ġgradu": 3627, + "Now": 3628, + "Ġanything": 3629, + "olar": 3630, + "Ġeveryone": 3631, + "lim": 3632, + "rote": 3633, + "Ġrare": 3634, + "Ġdoctor": 3635, + "Ġsolutions": 3636, + "Ġrapid": 3637, + "Ġweather": 3638, + "ously": 3639, + "IC": 3640, + "Ġrules": 3641, + "____": 3642, + "ĠOf": 3643, + "Ġdead": 3644, + "Ad": 3645, + "Ġbox": 3646, + "Ġhon": 3647, + "ĠMarch": 3648, + "Ġdynam": 3649, + "Ġinvolve": 3650, + "Ġdeal": 3651, + "Ġprice": 3652, + "Ġadults": 3653, + "ĠOct": 3654, + "unction": 3655, + "cil": 3656, + "Ġworkers": 3657, + "Ġcollection": 3658, + "ĠAlthough": 3659, + "ĠRuss": 3660, + "mission": 3661, + "water": 3662, + "Ġstarting": 3663, + "oud": 3664, + "ĠAfrican": 3665, + "With": 3666, + "iable": 3667, + "ĠTw": 3668, + "Ġpan": 3669, + "Ġpiece": 3670, + "rition": 3671, + "Ġspirit": 3672, + "see": 3673, + "Ġrandom": 3674, + "iate": 3675, + "Ġreveal": 3676, + "rogen": 3677, + "Ġraise": 3678, + "Ġbott": 3679, + "Ġfuel": 3680, + "Ġdevice": 3681, + "ĠChild": 3682, + "Ġstage": 3683, + "Ġaudience": 3684, + "Ġtrade": 3685, + "Ġsaw": 3686, + "Ġhous": 3687, + "Ġlocated": 3688, + "Ġaspects": 3689, + "Ġstructures": 3690, + "Ġsymbol": 3691, + "odies": 3692, + "Ġnamed": 3693, + "Ġnucle": 3694, + "rees": 3695, + "Ġrule": 3696, + "Ġhistorical": 3697, + "Ġforces": 3698, + "Ġtruth": 3699, + "estic": 3700, + "Ġdistinct": 3701, + "agon": 3702, + "Some": 3703, + "Ġreasons": 3704, + "Ġgraph": 3705, + "uk": 3706, + "ĠBra": 3707, + "Ġvict": 3708, + "EN": 3709, + "Ġresponsible": 3710, + "Ġfather": 3711, + "Ġassign": 3712, + "co": 3713, + "At": 3714, + "ĠInternational": 3715, + "Ġalternative": 3716, + "orders": 3717, + "Ġoperations": 3718, + "Ġbasis": 3719, + "Ġgeomet": 3720, + "Ġenter": 3721, + "Ġcollabor": 3722, + "Ġhundred": 3723, + "Ġcities": 3724, + "Ġsequence": 3725, + "Ġdegree": 3726, + "Ġconstruction": 3727, + "omy": 3728, + "ĠDevelop": 3729, + "Ġbenefit": 3730, + "Ġcolon": 3731, + "Ġvill": 3732, + "gn": 3733, + "AC": 3734, + "ĠHistory": 3735, + "itis": 3736, + "Ġcou": 3737, + "Ġcool": 3738, + "Ġcareer": 3739, + "Ġpow": 3740, + "abilities": 3741, + "ĠAI": 3742, + "ĠAnt": 3743, + "Ġreceive": 3744, + "istry": 3745, + "Ġnavig": 3746, + "bra": 3747, + "ĠSim": 3748, + "Ġmachine": 3749, + "iers": 3750, + "Ġsuggests": 3751, + "Ġcele": 3752, + "ĠInc": 3753, + "ception": 3754, + "Ġsummer": 3755, + "Ġrain": 3756, + "Ġice": 3757, + "Ġoccurs": 3758, + "known": 3759, + "ĠGreat": 3760, + "Ġcrop": 3761, + "ĠRiver": 3762, + "Ġequation": 3763, + "ĠGra": 3764, + "Ġbehavi": 3765, + "âĢ¢": 3766, + "ĠBar": 3767, + "Ġmiles": 3768, + "Ġfollowed": 3769, + "Ġnote": 3770, + "ĠJune": 3771, + "ĠSw": 3772, + "ĠFrom": 3773, + "orthern": 3774, + "Ġsquare": 3775, + "ĠMus": 3776, + "Ġearlier": 3777, + "Ġnearly": 3778, + "Ġnorth": 3779, + "Ġcitiz": 3780, + "othes": 3781, + "Ġappropriate": 3782, + "arian": 3783, + "Ġoffers": 3784, + "Ġball": 3785, + "Ġtold": 3786, + "Ġsites": 3787, + "Ġrelatively": 3788, + "Ġchallenge": 3789, + "erences": 3790, + "ĠSch": 3791, + "Ġcombination": 3792, + "ran": 3793, + "Ġnothing": 3794, + "Ġmole": 3795, + "oses": 3796, + "Ġscale": 3797, + "Ġorigin": 3798, + "Ġsam": 3799, + "ĠSept": 3800, + "ev": 3801, + "Ġcoast": 3802, + "Ġrepe": 3803, + "ava": 3804, + "Ġcontroll": 3805, + "Ġsatis": 3806, + "Ġlaws": 3807, + "ĠPark": 3808, + "Ġcustomers": 3809, + "Ġdictionary": 3810, + "ensity": 3811, + "ĠAugust": 3812, + "iful": 3813, + "Ġwid": 3814, + "Ġfix": 3815, + "cles": 3816, + "ED": 3817, + "Ġnames": 3818, + "Ġfundamental": 3819, + "Ġvalu": 3820, + "ĠDav": 3821, + "coh": 3822, + "Ġdescribe": 3823, + "Ġsitu": 3824, + "Ġemphas": 3825, + "igr": 3826, + "Ġeffort": 3827, + "Error": 3828, + "Ġsett": 3829, + "Ġmill": 3830, + "Ġanx": 3831, + "Ġolder": 3832, + "Ġalone": 3833, + "ager": 3834, + "heck": 3835, + "ĠServ": 3836, + "raw": 3837, + "ournal": 3838, + "Ġmember": 3839, + "âĢĿ.": 3840, + "Ġborn": 3841, + "ĠProg": 3842, + "Ġunit": 3843, + "Ġrise": 3844, + "atur": 3845, + "ocks": 3846, + "ares": 3847, + "Ġdefined": 3848, + "inese": 3849, + "Ġcompar": 3850, + "ternal": 3851, + "Ġasked": 3852, + "Ġincreases": 3853, + "imens": 3854, + "Ġcomponents": 3855, + "Ġtrust": 3856, + "Ġking": 3857, + "Ġindependent": 3858, + "Ġchanged": 3859, + "Ġexpand": 3860, + "Ġformat": 3861, + "Ġscreen": 3862, + "Ġeasier": 3863, + "iring": 3864, + "rupt": 3865, + "IV": 3866, + "cious": 3867, + "Ġapplied": 3868, + "ĠDay": 3869, + "Ġreligious": 3870, + "vert": 3871, + "Ġsignificantly": 3872, + "33": 3873, + "Ġweak": 3874, + "Ġstrategy": 3875, + "Ġclim": 3876, + "urb": 3877, + "ĠOut": 3878, + "off": 3879, + "Ġaffected": 3880, + "Ġappears": 3881, + "Ġtasks": 3882, + "Ġremember": 3883, + "Ġteacher": 3884, + "Ġforward": 3885, + "ĠCity": 3886, + "ĠConsider": 3887, + "Ġswe": 3888, + "Ġfair": 3889, + "Ġwon": 3890, + "uild": 3891, + "ĠJesus": 3892, + "care": 3893, + "Ġgold": 3894, + "Ġtherapy": 3895, + "Ġstatus": 3896, + "Ġegg": 3897, + "ĠJuly": 3898, + "Ġdrive": 3899, + "Ġconcerns": 3900, + "rael": 3901, + "Ġcold": 3902, + "Ġperhaps": 3903, + "Ġson": 3904, + "char": 3905, + "ondon": 3906, + "Ġbacteria": 3907, + "\":": 3908, + "ifically": 3909, + "Ġeconomy": 3910, + "Ġbud": 3911, + "Ġsouth": 3912, + "Ġeating": 3913, + "Ġtou": 3914, + "Ġtim": 3915, + "ĠPress": 3916, + "While": 3917, + "ashington": 3918, + "IT": 3919, + "ought": 3920, + "ĠAmericans": 3921, + "Ġmob": 3922, + "ĠEngland": 3923, + "Ġdepth": 3924, + ":**": 3925, + "zz": 3926, + "Ġphilos": 3927, + "ĠApril": 3928, + "Ġthr": 3929, + "Ġfields": 3930, + "Ġshap": 3931, + "ocol": 3932, + "Ġstandards": 3933, + "pty": 3934, + "Ġfeeling": 3935, + "Ġrock": 3936, + "uff": 3937, + "Ġconcepts": 3938, + "Ġguide": 3939, + "Ġexhib": 3940, + "Pro": 3941, + "Ġrecently": 3942, + "ama": 3943, + "agraph": 3944, + "ĠChristian": 3945, + "Ġinfect": 3946, + "place": 3947, + "Ġapply": 3948, + "gin": 3949, + "Ġindex": 3950, + "Ġcalculate": 3951, + "string": 3952, + "Ġfresh": 3953, + "Ġdied": 3954, + "Ġreduced": 3955, + "Ġpric": 3956, + "ibly": 3957, + "omb": 3958, + "ĠOur": 3959, + "ĠMc": 3960, + "],": 3961, + "ĠAssoci": 3962, + "aign": 3963, + "Ġrelevant": 3964, + "Ġfeature": 3965, + "tery": 3966, + "Ġemotions": 3967, + "Ġconsequences": 3968, + "ingu": 3969, + "Ġinstru": 3970, + "Ġchance": 3971, + "ĠCong": 3972, + "Ġwatch": 3973, + "ĠTrans": 3974, + "Ġcompletely": 3975, + "Ġcook": 3976, + "Ġhandle": 3977, + "'d": 3978, + "ĠEach": 3979, + "Ġacad": 3980, + "Ġsets": 3981, + "Ġemail": 3982, + "reate": 3983, + "ĠCanada": 3984, + "Ġacqu": 3985, + "Ġengaging": 3986, + "ĠNow": 3987, + "ĠPresident": 3988, + "edom": 3989, + "Ġtechnologies": 3990, + "Ġclar": 3991, + "oe": 3992, + "Ġrequirements": 3993, + "36": 3994, + "Ġseparate": 3995, + "Ġhosp": 3996, + "Ġstaff": 3997, + "rief": 3998, + "Ġpet": 3999, + "75": 4000, + "Ġcurrently": 4001, + "Ġsugar": 4002, + "Ġgoes": 4003, + "Ġformer": 4004, + "ault": 4005, + "Ġidentity": 4006, + "rue": 4007, + "apter": 4008, + "cember": 4009, + "Ġarchitect": 4010, + "Ġinterpret": 4011, + "ordin": 4012, + "Ġfinding": 4013, + "ford": 4014, + "Ġten": 4015, + "Ġexpert": 4016, + "Ġdiscovered": 4017, + "ĠWilliam": 4018, + "Ġmanage": 4019, + "ara": 4020, + "ĠGovern": 4021, + "rical": 4022, + "Ġisn": 4023, + "Ġblue": 4024, + "Ġresulting": 4025, + "Ġallowed": 4026, + "ogen": 4027, + "Ġsigns": 4028, + "rome": 4029, + "Ġmoving": 4030, + "rors": 4031, + "class": 4032, + "Ġexposure": 4033, + "exic": 4034, + "ky": 4035, + "Ġsales": 4036, + "ĠRed": 4037, + "igen": 4038, + "Ġrisks": 4039, + "Ġincome": 4040, + "bl": 4041, + "formation": 4042, + "imize": 4043, + "PA": 4044, + "Ġparam": 4045, + "Ġoption": 4046, + "Ġrunning": 4047, + "Ġintellig": 4048, + "Ġserve": 4049, + "Ġcontinued": 4050, + "Ġgiving": 4051, + "men": 4052, + "ica": 4053, + "ĠDis": 4054, + "Ġcoming": 4055, + "eper": 4056, + "Ġremove": 4057, + "Ġconnected": 4058, + "Ġconstit": 4059, + "Ġteeth": 4060, + "Last": 4061, + "Ġdrug": 4062, + "Ar": 4063, + "Ġfavor": 4064, + "ĠEducation": 4065, + "Ġmut": 4066, + "urt": 4067, + "anish": 4068, + "Ġreducing": 4069, + "ĠMod": 4070, + "ĠÎ": 4071, + "Ġformed": 4072, + "Ġgarden": 4073, + "cohol": 4074, + "':": 4075, + "Ġfully": 4076, + "ĠEven": 4077, + "udd": 4078, + "Ġcontrast": 4079, + "Ġded": 4080, + "Is": 4081, + "Ġcommonly": 4082, + "Ġwrote": 4083, + "bre": 4084, + "Ġstream": 4085, + "gment": 4086, + "amer": 4087, + "eech": 4088, + "ĠLear": 4089, + "Ġillustr": 4090, + "Ġcapacity": 4091, + "aul": 4092, + "ĠTechn": 4093, + "Ġadvanced": 4094, + "Ġing": 4095, + "urg": 4096, + "Ġnovel": 4097, + "Ġoccup": 4098, + "Ġanti": 4099, + "Ġlandsc": 4100, + "Ġsustainable": 4101, + "iding": 4102, + "ĠChinese": 4103, + "ession": 4104, + "Ġfigure": 4105, + "Ġmission": 4106, + "rial": 4107, + "Ġfederal": 4108, + "lin": 4109, + "ĠHigh": 4110, + "ifying": 4111, + "Ġapproximately": 4112, + "ham": 4113, + "Ġactual": 4114, + "with": 4115, + "iest": 4116, + "Ġatmosphere": 4117, + "Ġrot": 4118, + "186": 4119, + "Ġplaced": 4120, + "ĠAv": 4121, + "Ġphen": 4122, + "ĠChurch": 4123, + "Ġlegal": 4124, + "Ġbirds": 4125, + "Ġpeace": 4126, + "Ġutil": 4127, + "ffect": 4128, + "add": 4129, + "Ġdidn": 4130, + "ocr": 4131, + "Ġfindings": 4132, + "Ġidentified": 4133, + "Ġtransfer": 4134, + "Ġtopic": 4135, + "icip": 4136, + "ĠAccording": 4137, + "Ġworked": 4138, + "zing": 4139, + "Ġsurpr": 4140, + "Ġparagraph": 4141, + "ĠWashington": 4142, + "ĠIsrael": 4143, + "force": 4144, + "EC": 4145, + "mat": 4146, + "Ġorganizations": 4147, + "ĠFeb": 4148, + "Ġbackground": 4149, + "lement": 4150, + "point": 4151, + "Im": 4152, + "iveness": 4153, + "AL": 4154, + "Ġgenetic": 4155, + "Ġobserved": 4156, + "edia": 4157, + "ĠSeptember": 4158, + "ovember": 4159, + "Ġvision": 4160, + "ĠCoun": 4161, + "ĠJournal": 4162, + "Ġencourage": 4163, + "Ġwinter": 4164, + "Ġwat": 4165, + "Ġexperiment": 4166, + "ĠJanuary": 4167, + "Ġletter": 4168, + "Ġ...": 4169, + "Ġdestro": 4170, + "house": 4171, + "wide": 4172, + "ken": 4173, + "Ġpicture": 4174, + "ĠĠĠĠĠĠĠĠ": 4175, + "Ġtoward": 4176, + "aste": 4177, + "Ġwrong": 4178, + "Ġvia": 4179, + "mitted": 4180, + "can": 4181, + "lamm": 4182, + "ĠCommun": 4183, + "ĠRoman": 4184, + "ĠBlack": 4185, + "Ġclasses": 4186, + "plain": 4187, + "Ġcommerc": 4188, + "ios": 4189, + "ĠLondon": 4190, + "Ġload": 4191, + "Ġmajority": 4192, + "ĠRead": 4193, + "cont": 4194, + "ĠIS": 4195, + "Ġcustomer": 4196, + "Ġmap": 4197, + "Ġeducational": 4198, + "ĠOctober": 4199, + "ĠCor": 4200, + "oday": 4201, + "Ġgir": 4202, + "Ġslight": 4203, + "Ġvary": 4204, + "Ġmaximum": 4205, + "orage": 4206, + "Ġesc": 4207, + "Ġdiabetes": 4208, + "enty": 4209, + "Ġsimpl": 4210, + "Ġregions": 4211, + "Ġunf": 4212, + "idden": 4213, + "Ġbank": 4214, + "ĠPol": 4215, + "Ġcolumn": 4216, + "Ġthoughts": 4217, + "urrent": 4218, + "Ġapproaches": 4219, + "32": 4220, + "col": 4221, + "31": 4222, + "Ġasse": 4223, + "ching": 4224, + "Un": 4225, + "Ġperspective": 4226, + "Ġcomfort": 4227, + "Ġrepresents": 4228, + "Ġsch": 4229, + "Ġisol": 4230, + "ĠTherefore": 4231, + "ĠMexic": 4232, + "ĠVir": 4233, + "Ġ//": 4234, + "Ġteach": 4235, + "Ġresource": 4236, + "Ġcharacteristics": 4237, + "pped": 4238, + "alt": 4239, + "Ġpregn": 4240, + "Ġemissions": 4241, + "Ġqual": 4242, + "Ġcounter": 4243, + "ses": 4244, + "Ġtox": 4245, + "Ġadding": 4246, + "Ġemployees": 4247, + "tes": 4248, + "ĠEast": 4249, + "ste": 4250, + "Ġhom": 4251, + "Ġfamous": 4252, + "ĠAlso": 4253, + "Ġmist": 4254, + "Ġconsumption": 4255, + "ĠDNA": 4256, + "Ġurban": 4257, + "comes": 4258, + "Ġpassed": 4259, + "emy": 4260, + "Ġbillion": 4261, + "ĠSan": 4262, + "Ġmathematics": 4263, + "Ġhighest": 4264, + "Ġevolution": 4265, + "ipl": 4266, + "iences": 4267, + "ographic": 4268, + "abase": 4269, + "Ġempty": 4270, + "Ġfemale": 4271, + "import": 4272, + "ĠFl": 4273, + "Ġeight": 4274, + "Ġconflict": 4275, + "Ġoffice": 4276, + "oyal": 4277, + "Ġfruit": 4278, + "Ġprime": 4279, + "Ġimmediately": 4280, + "Ġtour": 4281, + "Ġstim": 4282, + "Ġoperation": 4283, + "Ġinterests": 4284, + "ogle": 4285, + "Ġfeedback": 4286, + "iny": 4287, + "ructure": 4288, + "Ġgave": 4289, + "`.": 4290, + "Ġinfluen": 4291, + "Ġbelief": 4292, + "ĠArch": 4293, + "Ġsurvey": 4294, + "iverse": 4295, + "Ġplans": 4296, + "hors": 4297, + "Ġpartners": 4298, + "Ġjoint": 4299, + "ĠDuring": 4300, + "Ġchurch": 4301, + "change": 4302, + "Ġmonit": 4303, + "Ġtone": 4304, + "Ġshowed": 4305, + "rix": 4306, + "Ġjourney": 4307, + "Ġlinear": 4308, + "eces": 4309, + "Ġap": 4310, + "Ġdrugs": 4311, + "En": 4312, + "Ġpromote": 4313, + "Ġflex": 4314, + "Ġcand": 4315, + "Ġvul": 4316, + "Ġpi": 4317, + "gypt": 4318, + "gra": 4319, + "Ġnutri": 4320, + "ST": 4321, + "ĠCounty": 4322, + "Con": 4323, + "Ġcontract": 4324, + "ĠDecember": 4325, + "ctors": 4326, + "Ġiniti": 4327, + "Ġboard": 4328, + "Ġpresented": 4329, + "Ġpick": 4330, + "tical": 4331, + "ilit": 4332, + "Ġhair": 4333, + "ĠBr": 4334, + "Ġcomplexity": 4335, + "Ġinstruct": 4336, + "Ġign": 4337, + "ĠLaw": 4338, + "ĠBi": 4339, + "Ġtele": 4340, + "Ġchanging": 4341, + "Ġnumerous": 4342, + "Ġcreative": 4343, + "ruary": 4344, + "Ġcampaign": 4345, + "Ġriver": 4346, + "Ġgenerate": 4347, + "angle": 4348, + "Ġlearned": 4349, + "ĠConf": 4350, + "Ġsac": 4351, + "Ġprefer": 4352, + "Ġtechnique": 4353, + "ube": 4354, + "ĠTheir": 4355, + "Ġrow": 4356, + "related": 4357, + "ibilities": 4358, + "ĠPat": 4359, + "aus": 4360, + "Ġillness": 4361, + "Ġopin": 4362, + "rep": 4363, + "II": 4364, + "Ġreplace": 4365, + "ued": 4366, + "Ġexperim": 4367, + "Ġsave": 4368, + "Ġstatist": 4369, + "Ġshared": 4370, + "Ġbeautiful": 4371, + "Ġpref": 4372, + "rence": 4373, + "34": 4374, + "Ġmouth": 4375, + "anging": 4376, + "Ġunits": 4377, + "usive": 4378, + "Ġmale": 4379, + "orge": 4380, + "onic": 4381, + "Ġanxiety": 4382, + "ĠPeople": 4383, + "Ġabsor": 4384, + "Ġcircum": 4385, + "ĠInstead": 4386, + "Ġcausing": 4387, + "----": 4388, + "Ġimmune": 4389, + "alle": 4390, + "Ġexactly": 4391, + "Ġdepending": 4392, + "Ġvaluable": 4393, + "Ġinterested": 4394, + "ĠSur": 4395, + "After": 4396, + "ĠCour": 4397, + "Ġstar": 4398, + "ĠHouse": 4399, + "Ġisland": 4400, + "Ġroots": 4401, + "opy": 4402, + "ĠJust": 4403, + "All": 4404, + "Ġheight": 4405, + "ĠDon": 4406, + "Ġdiscover": 4407, + "Ġdial": 4408, + "Ġbecoming": 4409, + "ĠGeneral": 4410, + "Ġformula": 4411, + "Ġpen": 4412, + "Ġmathematical": 4413, + "ĠRo": 4414, + "Ġglass": 4415, + "Ġenhance": 4416, + "Ġreports": 4417, + "Ġeventually": 4418, + "189": 4419, + "`,": 4420, + "ĠEgypt": 4421, + "atin": 4422, + "Ġmeeting": 4423, + "Ġindicate": 4424, + "Ġfeelings": 4425, + "ĠWater": 4426, + "eters": 4427, + "Ġcelebr": 4428, + "Ġmentioned": 4429, + "Ġplot": 4430, + "Ġinsights": 4431, + "Ġcreation": 4432, + "Ġforeign": 4433, + "osystem": 4434, + "Ġship": 4435, + "Ġcitizens": 4436, + "Ġclearly": 4437, + "RE": 4438, + "gery": 4439, + "Ġconcise": 4440, + "Ġdu": 4441, + "Ġhappen": 4442, + "ĠUnion": 4443, + "rab": 4444, + "Ġexplan": 4445, + "Ġgeneration": 4446, + "Ġsolve": 4447, + "Ġfrequency": 4448, + "hetic": 4449, + "ĠBecause": 4450, + "Ġtissue": 4451, + "Ġjournal": 4452, + "works": 4453, + "Ġocean": 4454, + "Ġexcess": 4455, + "ĠNovember": 4456, + "Ġcore": 4457, + "Ġlayer": 4458, + "Ġinternal": 4459, + "ĠSociety": 4460, + "Ġdiscussion": 4461, + "Ġplastic": 4462, + "Ġnative": 4463, + "Ġparty": 4464, + "Ġextremely": 4465, + "Ġdesp": 4466, + "Ġmath": 4467, + "Ġready": 4468, + "lam": 4469, + "Ġclos": 4470, + "ping": 4471, + "ĠRem": 4472, + "asion": 4473, + "Ġconclusion": 4474, + "Ġdeeper": 4475, + "Ġmarketing": 4476, + "Ġspent": 4477, + "Ġprocessing": 4478, + "ĠProt": 4479, + "ĠSpec": 4480, + "iant": 4481, + "Ġcopy": 4482, + "Ġlinked": 4483, + "ĠUsing": 4484, + "Ġunivers": 4485, + "SA": 4486, + "Ġprepared": 4487, + "urance": 4488, + "from": 4489, + "Ġconvey": 4490, + "Ġpark": 4491, + "Ġcontribute": 4492, + "ĠProf": 4493, + "ĠInter": 4494, + "Ġbelieved": 4495, + "ĠJapanese": 4496, + "Ġfollows": 4497, + "Ġwidely": 4498, + "Ġheavy": 4499, + "Ġthousands": 4500, + "Ġtrig": 4501, + "Ġtrip": 4502, + "Ġbaby": 4503, + "ĠGermany": 4504, + "Ġcycle": 4505, + "Ġpal": 4506, + "omic": 4507, + "ĠTest": 4508, + "ĠFrance": 4509, + "do": 4510, + "Ġresistance": 4511, + "Ġtechnical": 4512, + "Cl": 4513, + "Ġdoub": 4514, + "Ġprinciples": 4515, + "rans": 4516, + "Ġimplications": 4517, + "Ġspect": 4518, + "Ġpp": 4519, + "Ġevol": 4520, + "Sh": 4521, + "elines": 4522, + "poses": 4523, + "Com": 4524, + "Ġhuge": 4525, + "300": 4526, + "Ġinh": 4527, + "Ġvulner": 4528, + "ĠAustralia": 4529, + "ygen": 4530, + "Ġfert": 4531, + "95": 4532, + "Ġformal": 4533, + "lies": 4534, + "antic": 4535, + "Ġflo": 4536, + "Ġbudget": 4537, + "Ġrelease": 4538, + "Ġalt": 4539, + "Ġdistribut": 4540, + "iance": 4541, + "Ġoutcomes": 4542, + "HE": 4543, + "Ġfig": 4544, + "Ġinteger": 4545, + "Ġadvance": 4546, + "Ġinsect": 4547, + "Ġconnections": 4548, + "ĠJewish": 4549, + "Ġpolicies": 4550, + "Ġhousehold": 4551, + "Ġrecords": 4552, + "pat": 4553, + "uration": 4554, + "Ġappe": 4555, + "Ġdomin": 4556, + "Ġalcohol": 4557, + "ĠAng": 4558, + "rete": 4559, + "rows": 4560, + "Ġminor": 4561, + "Ġiron": 4562, + "Ġbuildings": 4563, + "Ġnode": 4564, + "Ġtransition": 4565, + "roph": 4566, + "Ġgames": 4567, + "icial": 4568, + "Ġdegrees": 4569, + "ĠPal": 4570, + "Ġspeech": 4571, + "stitution": 4572, + "Ġprepar": 4573, + "Ġfocused": 4574, + "Ġreference": 4575, + "ognitive": 4576, + "ocal": 4577, + "Ġbuy": 4578, + "Ġsolid": 4579, + "Ġengineering": 4580, + "omas": 4581, + "Ġimproved": 4582, + "°": 4583, + "::": 4584, + "pan": 4585, + "ĠProgram": 4586, + "Ġtreated": 4587, + "Ġcommercial": 4588, + "ĠOver": 4589, + "Ġbottom": 4590, + "Ġtemperatures": 4591, + "ĠThus": 4592, + "DA": 4593, + "Sc": 4594, + "Ġfreedom": 4595, + "Ġleads": 4596, + "ront": 4597, + "Ġintroduced": 4598, + "ophy": 4599, + "Ġspring": 4600, + "Ġantib": 4601, + "Ġexperienced": 4602, + "Ġfilm": 4603, + "Ġdecades": 4604, + "Ġextract": 4605, + "Ġimpl": 4606, + "Ġvolume": 4607, + "ET": 4608, + "RO": 4609, + "Ġstorage": 4610, + "Ġtail": 4611, + "ressive": 4612, + "Ġmuscle": 4613, + "Ġhelping": 4614, + "ĠJames": 4615, + "rect": 4616, + "porary": 4617, + "ework": 4618, + "tters": 4619, + "Ġgets": 4620, + "Ġpul": 4621, + "enses": 4622, + "acing": 4623, + "Ġelimin": 4624, + "ĠDec": 4625, + "38": 4626, + "Ġdri": 4627, + "ĠAssociation": 4628, + "ded": 4629, + "ht": 4630, + "ĠCongress": 4631, + "eding": 4632, + "ĠLord": 4633, + "Ġprofession": 4634, + "Ġparticipants": 4635, + "Ġsides": 4636, + "inations": 4637, + "data": 4638, + "esign": 4639, + "ek": 4640, + "Ġclassroom": 4641, + "vision": 4642, + "Ġsav": 4643, + "ĠPhil": 4644, + "Ġremoved": 4645, + "Ġconsidering": 4646, + "erved": 4647, + "Ġorganic": 4648, + "Ġmer": 4649, + "Ġlibrary": 4650, + "Ġassist": 4651, + "Ġsecret": 4652, + "].": 4653, + "188": 4654, + "nes": 4655, + "Ġbed": 4656, + "Ġmo": 4657, + "Ġtheore": 4658, + "Ġunderlying": 4659, + "Ġmal": 4660, + "Ġdepression": 4661, + "ĠGreen": 4662, + "Ġconv": 4663, + "Ġmanner": 4664, + "Ġnotes": 4665, + "Ġwonder": 4666, + "Ġtransl": 4667, + "exp": 4668, + "ĠEnvironment": 4669, + "Ġfrequently": 4670, + "ux": 4671, + "Ġfelt": 4672, + "Ġbegins": 4673, + "Ġcast": 4674, + "ria": 4675, + "('": 4676, + "ogue": 4677, + "Ġperformed": 4678, + "Ġsituations": 4679, + "Ġturned": 4680, + "Ġsynt": 4681, + "Ġdetermined": 4682, + "Ġacademic": 4683, + "ĠUK": 4684, + "Ġbreast": 4685, + "rick": 4686, + "lude": 4687, + "Ġcarried": 4688, + "Ġliqu": 4689, + "Ġbodies": 4690, + "Ġmetal": 4691, + "Ġneu": 4692, + "ĠâĪ": 4693, + "road": 4694, + "Ph": 4695, + "Ġseven": 4696, + "Ġple": 4697, + "Ġhomes": 4698, + "Ġstraight": 4699, + "Ġphenomen": 4700, + "Ġtrou": 4701, + "Ġmilk": 4702, + "efore": 4703, + "37": 4704, + "Ġefficiency": 4705, + "ested": 4706, + "ris": 4707, + "Ġspaces": 4708, + "Ġsusp": 4709, + "ĠAut": 4710, + "Ġexistence": 4711, + "ĠWestern": 4712, + "Sp": 4713, + "Ġnotice": 4714, + "Us": 4715, + "âĢĿ,": 4716, + "Ġdisorder": 4717, + "Ġerrors": 4718, + "ĠFebruary": 4719, + "Ġwall": 4720, + "ias": 4721, + "Ġwealth": 4722, + "Ġdatas": 4723, + "Ġowners": 4724, + "Ġindustrial": 4725, + "Ġfailure": 4726, + "Ġpopulations": 4727, + "Ġanyone": 4728, + "Ġsounds": 4729, + "Ġcourt": 4730, + "Ġadvantage": 4731, + "eline": 4732, + "rieved": 4733, + "board": 4734, + "Ġseek": 4735, + "Ġlib": 4736, + "65": 4737, + "AM": 4738, + "Ġdefinition": 4739, + "ags": 4740, + "ĠPlan": 4741, + "ologist": 4742, + "Ġconducted": 4743, + "They": 4744, + "Ġmoved": 4745, + "Ġbrand": 4746, + "iox": 4747, + "Ġprem": 4748, + "olute": 4749, + "Ġhear": 4750, + "Ġmedicine": 4751, + "Ġbelong": 4752, + "aint": 4753, + "oma": 4754, + "ĠInternet": 4755, + "Ġwanted": 4756, + "Ġlived": 4757, + "Ġdestroy": 4758, + "ooth": 4759, + "Ġaccurate": 4760, + "Ġclinical": 4761, + "Ġsignal": 4762, + "ped": 4763, + "ĠMic": 4764, + "Ġves": 4765, + "Ġestimated": 4766, + "ĠMedic": 4767, + "Ġcollege": 4768, + "Ġblog": 4769, + "Ġusage": 4770, + "Ġupper": 4771, + "ĠUnder": 4772, + "ulum": 4773, + "Ġliterature": 4774, + "ĠUN": 4775, + "ĠPublic": 4776, + "tee": 4777, + "Ġchann": 4778, + "ented": 4779, + "')": 4780, + "ĠMor": 4781, + "Ġbusinesses": 4782, + "Ġinner": 4783, + "99": 4784, + "Ġminimum": 4785, + "lege": 4786, + "apers": 4787, + "atically": 4788, + "Ġwin": 4789, + "Ġelectricity": 4790, + "Ġpun": 4791, + "Ġrh": 4792, + "ĠRev": 4793, + "Ġpractical": 4794, + "Ġexperts": 4795, + "Ġdram": 4796, + "tra": 4797, + "First": 4798, + "ĠWeb": 4799, + "Ġproperly": 4800, + "Ġreb": 4801, + "ĠMat": 4802, + "Ġhour": 4803, + "Ġecosystem": 4804, + "Ġgod": 4805, + "Ġround": 4806, + "78": 4807, + "Ġspot": 4808, + "Ġfaith": 4809, + "Ġstation": 4810, + "Ġcalc": 4811, + "Ġgrand": 4812, + "ĠSee": 4813, + "ĠDavid": 4814, + "Ġreferred": 4815, + "Ġexcell": 4816, + "Ġconcentr": 4817, + "Ġroll": 4818, + "being": 4819, + "ĠMark": 4820, + "enth": 4821, + "Ġrecommended": 4822, + "Ġdrop": 4823, + "ald": 4824, + "Ġhighlight": 4825, + "ormal": 4826, + "48": 4827, + "Ġauthors": 4828, + "ĠGreek": 4829, + "ĠMary": 4830, + "Ġcontinues": 4831, + "anted": 4832, + "Ġsmart": 4833, + "Ġalgorithm": 4834, + "Ġvast": 4835, + "ii": 4836, + "hent": 4837, + "Ġannual": 4838, + "Res": 4839, + "Ġflood": 4840, + "mark": 4841, + "Ġbone": 4842, + "Ġbattle": 4843, + "Ġdouble": 4844, + "à¤": 4845, + "Ġitem": 4846, + "ĠNet": 4847, + "Ġcomprehensive": 4848, + "rest": 4849, + "Your": 4850, + "Ġheard": 4851, + "ĠCouncil": 4852, + "Ġreleased": 4853, + "ffee": 4854, + "Ġlaunch": 4855, + "Ġengage": 4856, + "Ġhappens": 4857, + "Ġvolunt": 4858, + "Ġsaying": 4859, + "Ġzero": 4860, + "Ġkid": 4861, + "wood": 4862, + "isation": 4863, + "Ġalign": 4864, + "Ġproport": 4865, + "Ġgene": 4866, + "Ġfine": 4867, + "Ġagg": 4868, + "Ġmaster": 4869, + "ressed": 4870, + "PS": 4871, + "Ġdivided": 4872, + "Ġpotentially": 4873, + "Ġsentences": 4874, + "Ġcreates": 4875, + "ĠVol": 4876, + "Ġoxygen": 4877, + "Ġconservation": 4878, + "Ġwilling": 4879, + "Ġnutrition": 4880, + "Ġlegis": 4881, + "ĠÃ": 4882, + "Ġgather": 4883, + "ĠOff": 4884, + "lick": 4885, + "ulf": 4886, + "mary": 4887, + "ĠData": 4888, + "Ġdogs": 4889, + "Ġthick": 4890, + "Ġsand": 4891, + "olid": 4892, + "ĠMuseum": 4893, + "Ġpreviously": 4894, + "Ġlov": 4895, + "Ġcontaining": 4896, + "hips": 4897, + "Ġspend": 4898, + "Ġnuclear": 4899, + "Ġcovered": 4900, + "Ġpresident": 4901, + "ĠMich": 4902, + "che": 4903, + "Ġforced": 4904, + "Ġpieces": 4905, + "Ġsufficient": 4906, + "Ġspl": 4907, + "EM": 4908, + "Ġassessment": 4909, + "ss": 4910, + "Ġprecise": 4911, + "ieties": 4912, + "pass": 4913, + "Ġspecifically": 4914, + "Ġdisorders": 4915, + "path": 4916, + "Ġviolence": 4917, + "Ġplease": 4918, + "Ġsuitable": 4919, + "\"\"": 4920, + "anged": 4921, + "Ġdetailed": 4922, + "Ġmel": 4923, + "Ġvictim": 4924, + "Ġexternal": 4925, + "Ġintended": 4926, + "eria": 4927, + "Ġfamiliar": 4928, + "iling": 4929, + "inf": 4930, + "185": 4931, + "Ġresponsibility": 4932, + "Ġdie": 4933, + "Ġlanguages": 4934, + "arrow": 4935, + "Ġsem": 4936, + "Ġcredit": 4937, + "Ġhelped": 4938, + "187": 4939, + "oking": 4940, + "Ġratio": 4941, + "Ġrelative": 4942, + "urthermore": 4943, + "ipped": 4944, + "standing": 4945, + "Ġsexual": 4946, + "Ġtrain": 4947, + "Ġsurrounding": 4948, + "Ġpages": 4949, + "ĠRel": 4950, + "Ġinfin": 4951, + "uted": 4952, + "ĠSocial": 4953, + "180": 4954, + "Ġarguments": 4955, + "Ġindicates": 4956, + "umin": 4957, + "Ġconfirm": 4958, + "Ġexploring": 4959, + "Ġleaving": 4960, + "Ġchronic": 4961, + "uit": 4962, + "Ġpros": 4963, + "Ġclosely": 4964, + "Ġvessel": 4965, + "ario": 4966, + "Ġfinally": 4967, + "ologists": 4968, + "ĠIts": 4969, + "ida": 4970, + "ĠSpanish": 4971, + "Ġtrib": 4972, + "oted": 4973, + "Ġarm": 4974, + "ĠDevelopment": 4975, + "Ġtransportation": 4976, + "Ġfalse": 4977, + "aughter": 4978, + "Ġindeed": 4979, + "cular": 4980, + "Ġprices": 4981, + "Ġauthority": 4982, + "ishing": 4983, + "Ġpollution": 4984, + "Ġfiles": 4985, + "espite": 4986, + "orial": 4987, + "Ġawareness": 4988, + "ĠNone": 4989, + "Lastly": 4990, + "Ġkilled": 4991, + "ams": 4992, + "Ġphase": 4993, + "ĠOnce": 4994, + "Ġdriving": 4995, + "Ġregarding": 4996, + "Ġsin": 4997, + "Ġradio": 4998, + "Ġmort": 4999, + "Ġpurposes": 5000, + "omin": 5001, + "Ġadvice": 5002, + "icated": 5003, + "ĠFound": 5004, + "ya": 5005, + "ĠSub": 5006, + "ĠHuman": 5007, + "rastructure": 5008, + "Ġarticles": 5009, + "tion": 5010, + "osen": 5011, + "Ġreven": 5012, + "ĠAir": 5013, + "Ġbrief": 5014, + "bed": 5015, + "Ġotherwise": 5016, + "Ġdatabase": 5017, + "Ġinterview": 5018, + "Ġradiation": 5019, + "Ġstorm": 5020, + "otic": 5021, + "Ġamounts": 5022, + "umber": 5023, + "ĠLa": 5024, + "ules": 5025, + "ĠMars": 5026, + "Ġnu": 5027, + "och": 5028, + "Ġmit": 5029, + "Ġtruly": 5030, + "ĠCollege": 5031, + "Ġcorrelation": 5032, + "Ġlik": 5033, + "anges": 5034, + "going": 5035, + "Ġtraffic": 5036, + "ĠRepublic": 5037, + "Ġterrit": 5038, + "Ġdepends": 5039, + "down": 5040, + "gebra": 5041, + "ĠChildren": 5042, + "Ġcombined": 5043, + "Ġseed": 5044, + "Ġmoral": 5045, + "Ġnor": 5046, + "Ġhop": 5047, + "Ġcomponent": 5048, + "Ġdiverse": 5049, + "55": 5050, + "Ġmanip": 5051, + "Ġconsult": 5052, + "arp": 5053, + "Ġcolors": 5054, + "Ġmorning": 5055, + "Ġconsistent": 5056, + "Ġmagic": 5057, + "ĠWhy": 5058, + "Ġremaining": 5059, + "cknow": 5060, + "ander": 5061, + "Ġanalyze": 5062, + "150": 5063, + "Ġsuggested": 5064, + "Ġpush": 5065, + "ulating": 5066, + "Ġdiss": 5067, + "Ġfol": 5068, + "ĠFood": 5069, + "Ġideal": 5070, + "Ġmostly": 5071, + "onds": 5072, + "Ġonto": 5073, + "ĠMake": 5074, + "64": 5075, + "Ġslightly": 5076, + "vis": 5077, + "Ġreprodu": 5078, + "Ġhidden": 5079, + "New": 5080, + "ij": 5081, + "Ġuniverse": 5082, + "Ġrecy": 5083, + "Ġlandscape": 5084, + "osite": 5085, + "Ġsyn": 5086, + "Ġshowing": 5087, + "Ġseeds": 5088, + "rier": 5089, + "Ġtopics": 5090, + "Ġfarmers": 5091, + "Ġinvestment": 5092, + "Ġreached": 5093, + "Ġdream": 5094, + "Ġreaction": 5095, + "ey": 5096, + "ĠOb": 5097, + "Ġconversation": 5098, + "ĠWork": 5099, + "EL": 5100, + "ĠGeorge": 5101, + "ĠMount": 5102, + "Ġkn": 5103, + "Ġrenew": 5104, + "Ġsecure": 5105, + "Ġmanufacture": 5106, + "anch": 5107, + "Ġresidents": 5108, + "which": 5109, + "Ġreduction": 5110, + "ishes": 5111, + "Ġnoted": 5112, + "dict": 5113, + "oster": 5114, + "essor": 5115, + "Ġintelligence": 5116, + "mal": 5117, + "Ġletters": 5118, + "Ġvitamin": 5119, + "Ġstruggle": 5120, + "ago": 5121, + "Ġimprovement": 5122, + "Ġpair": 5123, + "akers": 5124, + "Ġwhom": 5125, + "Ġdoor": 5126, + "Ġhypothes": 5127, + "Ġkeeping": 5128, + "Ġmeant": 5129, + "Ġdecided": 5130, + "Ġswitch": 5131, + "Ġfasc": 5132, + "ĠDef": 5133, + "ificial": 5134, + "Ġtips": 5135, + "Ġincreasingly": 5136, + "Ġraised": 5137, + "Ġgenes": 5138, + "Ġgram": 5139, + "Ġdefine": 5140, + "Ġlooks": 5141, + "Ġphysic": 5142, + "Ġfoundation": 5143, + "riage": 5144, + "CO": 5145, + "ancing": 5146, + "According": 5147, + "Ġinjury": 5148, + "inn": 5149, + "Ġske": 5150, + "Ġaid": 5151, + "Ġserved": 5152, + "Ġmyst": 5153, + "Ġinflamm": 5154, + "Ġpip": 5155, + "That": 5156, + "Ġhelpful": 5157, + "ortunately": 5158, + "ĠOrgan": 5159, + "ĠRetrieved": 5160, + "Ġcos": 5161, + "Ġhunt": 5162, + "Ġapprec": 5163, + "Ġphone": 5164, + "itness": 5165, + "44": 5166, + "ĠGovernment": 5167, + "rics": 5168, + "Ġax": 5169, + "Ġclick": 5170, + "Ġcompleted": 5171, + "ĠProject": 5172, + "Ġcamer": 5173, + "Ġgrade": 5174, + "Over": 5175, + "Ġreturned": 5176, + "Ġgrass": 5177, + "Ġfaster": 5178, + "Ġkept": 5179, + "Ġclarity": 5180, + "Ġrough": 5181, + "Ġloop": 5182, + "Ġinstitutions": 5183, + "Ġsong": 5184, + "Ġque": 5185, + "Ġobvious": 5186, + "()`": 5187, + "isher": 5188, + "Ġhospital": 5189, + "Ġreligion": 5190, + "39": 5191, + "AD": 5192, + "Ġdoll": 5193, + "Ġintegers": 5194, + "Ġsurgery": 5195, + "Ġrace": 5196, + "Ġstatistical": 5197, + "Ġaf": 5198, + "ĠAlex": 5199, + "Ġcenturies": 5200, + "ague": 5201, + "Ġphrase": 5202, + "Ġtitle": 5203, + "ael": 5204, + "Ġcalls": 5205, + "ta": 5206, + "From": 5207, + "othing": 5208, + "Ġkill": 5209, + "rum": 5210, + "rosc": 5211, + "Ġpret": 5212, + "Ġjobs": 5213, + "Ġdiscovery": 5214, + "ĠIsland": 5215, + "Ġchallenging": 5216, + "Ġmeat": 5217, + "Ġstack": 5218, + "ossible": 5219, + "icit": 5220, + "Ġsupported": 5221, + "Ġviews": 5222, + "Ġexposed": 5223, + "Ġvirtual": 5224, + "ĠDem": 5225, + "well": 5226, + "ĠFore": 5227, + "ĠSy": 5228, + "Ġcere": 5229, + "ĠSun": 5230, + "Ġinfections": 5231, + "riculum": 5232, + "Ġproposed": 5233, + "Ġdespite": 5234, + "za": 5235, + "Ġrefers": 5236, + "Ġcoffee": 5237, + "Ġscores": 5238, + "asure": 5239, + "ĠCath": 5240, + "otes": 5241, + "Ġdangerous": 5242, + "Ġscore": 5243, + "Ġamb": 5244, + "Ġcomment": 5245, + "Ġmotion": 5246, + "Ġcharge": 5247, + "Ġleader": 5248, + "Ġcarefully": 5249, + "Ġarg": 5250, + "Ġconfidence": 5251, + "Ġwalls": 5252, + "ĠHen": 5253, + "apping": 5254, + "Ġabsolute": 5255, + "Ġchart": 5256, + "Ġoccurred": 5257, + "Ġcatch": 5258, + "level": 5259, + "Ġgender": 5260, + "rem": 5261, + "Ġremind": 5262, + "ansion": 5263, + "aker": 5264, + "bi": 5265, + "Ġevaluate": 5266, + "Ġcoe": 5267, + "Ġtrends": 5268, + "ĠMart": 5269, + "Ġhorm": 5270, + "Ġvital": 5271, + "Ġframework": 5272, + "ĠDi": 5273, + "Ġtooth": 5274, + "Ġexists": 5275, + "Ġthread": 5276, + "Ġmatch": 5277, + "Ġsamples": 5278, + "Ġauthent": 5279, + "Ġtum": 5280, + "Ġlic": 5281, + "Our": 5282, + "what": 5283, + "leg": 5284, + "Ġrevolution": 5285, + "Many": 5286, + "Ġvehicle": 5287, + "Ġchoices": 5288, + "ĠRober": 5289, + "Ġexcl": 5290, + "ĠId": 5291, + "ords": 5292, + "alled": 5293, + "Ġbrother": 5294, + "ĠTur": 5295, + "ĠMr": 5296, + "Ġmyth": 5297, + "Ġacknow": 5298, + "Ġfacilit": 5299, + "tenance": 5300, + "Ġcognitive": 5301, + "etime": 5302, + "Ġshop": 5303, + "Ġpossibility": 5304, + "assert": 5305, + "Ġoptim": 5306, + "utive": 5307, + "ĠPaul": 5308, + "Ġhearing": 5309, + "ĠTex": 5310, + "ĠAsia": 5311, + "Ġeggs": 5312, + "unk": 5313, + "Ġemergency": 5314, + "ĠBen": 5315, + "Ġinfrastructure": 5316, + "Ġdynamic": 5317, + "uilding": 5318, + "Ġaffects": 5319, + "Ġflat": 5320, + "Ġformation": 5321, + "Ġstarts": 5322, + "Ġattribut": 5323, + "Ġwife": 5324, + "ndrome": 5325, + "Ġtension": 5326, + "Ġmotor": 5327, + "ĠInf": 5328, + "Ġvegetables": 5329, + "ĠST": 5330, + "Ġclaims": 5331, + "Ġoffering": 5332, + "igration": 5333, + "Ġgreatest": 5334, + "ĠRich": 5335, + "Ġtrad": 5336, + "nic": 5337, + "Ġclosed": 5338, + "lig": 5339, + "Ġsignificance": 5340, + "Ġofficial": 5341, + "oo": 5342, + "Ġachieved": 5343, + "Cons": 5344, + "Ġtypical": 5345, + "Ġplaying": 5346, + "Ġrevised": 5347, + "Ġsouthern": 5348, + "Since": 5349, + "Ġshift": 5350, + "file": 5351, + "Ġknew": 5352, + "Ġopening": 5353, + "No": 5354, + "Ġedge": 5355, + "ĠMal": 5356, + "ears": 5357, + "Ġrecognize": 5358, + "Ġcris": 5359, + "ĠPort": 5360, + "Ġwaters": 5361, + "Ġcollected": 5362, + "Ġmonitoring": 5363, + "Ġfort": 5364, + "Ġnorthern": 5365, + "ĠMexico": 5366, + "ĠSer": 5367, + "rich": 5368, + "oper": 5369, + "ifies": 5370, + "Ġwest": 5371, + "Ġfacts": 5372, + "Ġcircumst": 5373, + "Ġperiods": 5374, + "Ġcert": 5375, + "ĠEvery": 5376, + "AP": 5377, + "Ġoffered": 5378, + "Ġpriorit": 5379, + "ĠBas": 5380, + "Ġdro": 5381, + "Ġimpacts": 5382, + "Ġstars": 5383, + "ĠBel": 5384, + "Ġhealthcare": 5385, + "Ġexcellent": 5386, + "Ġaccompl": 5387, + "Ġsubjects": 5388, + "Ġbird": 5389, + "Ġstudied": 5390, + "Ġscene": 5391, + "Ġcontinuous": 5392, + "Ġstone": 5393, + "cers": 5394, + "Ġdisapp": 5395, + "Ġintroduction": 5396, + "ĠPhys": 5397, + "Ġinformed": 5398, + "ache": 5399, + "Ġhyper": 5400, + "Ġinteractions": 5401, + "Ġcoordin": 5402, + "Ġelectrical": 5403, + "400": 5404, + "More": 5405, + "Ġflowers": 5406, + "Ġsubsequ": 5407, + "ĠQue": 5408, + "aks": 5409, + "Ġdiam": 5410, + "Ġyellow": 5411, + "itz": 5412, + "ĠWhite": 5413, + "Ġprogramming": 5414, + "ĠService": 5415, + "ĠCourt": 5416, + "Ġcoal": 5417, + "ĠStudents": 5418, + "iced": 5419, + "Ind": 5420, + "active": 5421, + "Ġdescript": 5422, + "Ġincl": 5423, + "Ġbright": 5424, + "ptions": 5425, + "Ġgoods": 5426, + "Ġprocedure": 5427, + "184": 5428, + "Ġmemories": 5429, + "Ġcompare": 5430, + "ĠNAS": 5431, + "Ġuncertain": 5432, + "Ġfixed": 5433, + "Ġtoxic": 5434, + "ĠAD": 5435, + "Ġsnail": 5436, + "ĠCreate": 5437, + "ixt": 5438, + "Ġmatrix": 5439, + "Ġhit": 5440, + "Ġattacks": 5441, + "Ġtaught": 5442, + "Ġchain": 5443, + "Ġconscious": 5444, + "ball": 5445, + "Ġappoint": 5446, + "oding": 5447, + "Ġpartner": 5448, + "ĠEv": 5449, + "Ġprimarily": 5450, + "gl": 5451, + "Ġlies": 5452, + "roc": 5453, + "ĠJews": 5454, + "])": 5455, + "ĠBay": 5456, + "Ġoperating": 5457, + "Ġsend": 5458, + "Ġsharing": 5459, + "Ġpresc": 5460, + "Why": 5461, + "Ġphysics": 5462, + "ĠAN": 5463, + "BC": 5464, + "iated": 5465, + "Pl": 5466, + "Ġcorresponding": 5467, + "Ġmissing": 5468, + "Ġultimately": 5469, + "Ġparticles": 5470, + "Ġequival": 5471, + "Ġdrinking": 5472, + "Ġdiagnosis": 5473, + "acific": 5474, + "Ġther": 5475, + "Ġnarrow": 5476, + "Ġsatisf": 5477, + "ĠHel": 5478, + "OT": 5479, + "Ġneut": 5480, + "Ġchemicals": 5481, + "itage": 5482, + "Ġfab": 5483, + "ĠClass": 5484, + "Ġpaint": 5485, + "Ġingred": 5486, + "making": 5487, + "Ġexpressed": 5488, + "Although": 5489, + "ĠLou": 5490, + "ĠCentral": 5491, + "Ġpu": 5492, + "Ġsettle": 5493, + "Ġrecip": 5494, + "rid": 5495, + "Ġnerv": 5496, + "astern": 5497, + "Ġcircle": 5498, + "á": 5499, + "nel": 5500, + "aturally": 5501, + "Ġfacilities": 5502, + "Ġrepresentation": 5503, + "Ġyouth": 5504, + "ĠBudd": 5505, + "Ġlesson": 5506, + "Ġtouch": 5507, + "ĠWrite": 5508, + "Ġapart": 5509, + "ĠGoogle": 5510, + "Ġwel": 5511, + "Ġdescription": 5512, + "Ġmainly": 5513, + "Ġprinciple": 5514, + "OS": 5515, + "ĠProv": 5516, + "Ġwet": 5517, + "inger": 5518, + "Ġfoss": 5519, + "Ġfluid": 5520, + "Ġtreatments": 5521, + "ĠGroup": 5522, + "stract": 5523, + "Ġremained": 5524, + "ĠSen": 5525, + "lar": 5526, + "orted": 5527, + "CC": 5528, + "Ġmuseum": 5529, + "Ġneighbor": 5530, + "Ġrecorded": 5531, + "arter": 5532, + "85": 5533, + "Ġrural": 5534, + "ĠThomas": 5535, + "Ġsector": 5536, + "ounced": 5537, + "lines": 5538, + "Ġdecrease": 5539, + "ĠBook": 5540, + "pers": 5541, + "flow": 5542, + "ĠBoth": 5543, + "Ġastron": 5544, + "Ġlogical": 5545, + "berg": 5546, + "ĠTexas": 5547, + "kin": 5548, + "Ġmere": 5549, + "Ġextent": 5550, + "Ġpossess": 5551, + "Ġstock": 5552, + "ml": 5553, + "celer": 5554, + "rapy": 5555, + "Ġvent": 5556, + "abits": 5557, + "Ġsensitive": 5558, + "text": 5559, + "verty": 5560, + "Ġpropos": 5561, + "Ġliquid": 5562, + "ĠJe": 5563, + "Ġpoverty": 5564, + "Ġdesire": 5565, + "Ġunknown": 5566, + "RI": 5567, + "stood": 5568, + "Ġresol": 5569, + "ĠMet": 5570, + "ĠArab": 5571, + "Ġobtained": 5572, + "Ġsmooth": 5573, + "ĠMiss": 5574, + "Ġtu": 5575, + "ĠHIV": 5576, + "Ġreson": 5577, + "riend": 5578, + "ommod": 5579, + "US": 5580, + "Ġfloor": 5581, + "Ġcommunicate": 5582, + "Ġplayed": 5583, + "Ġuns": 5584, + "ĠAcad": 5585, + "struct": 5586, + "Ġelev": 5587, + "zy": 5588, + "Ġcontrolled": 5589, + "rate": 5590, + "band": 5591, + "Ġlargely": 5592, + "Ġdeliver": 5593, + "Ġmeasured": 5594, + "Ġeast": 5595, + "ĠOld": 5596, + "Ġoutcome": 5597, + "hand": 5598, + "Ġfirm": 5599, + "field": 5600, + "Ġconsists": 5601, + "Ġkinds": 5602, + "Ġconcerned": 5603, + "ado": 5604, + "Ġmobile": 5605, + "Ġassert": 5606, + "ĠAdditionally": 5607, + "Ġprofessor": 5608, + "Ġvaccine": 5609, + "Ġnecessarily": 5610, + "ĠMac": 5611, + "reed": 5612, + "uls": 5613, + "Ġtrial": 5614, + "Be": 5615, + "Ġlinks": 5616, + "icate": 5617, + "mic": 5618, + "Ġattend": 5619, + "Ġsen": 5620, + "iled": 5621, + "Ġrelax": 5622, + "ingly": 5623, + "ĠDist": 5624, + "Ġlatest": 5625, + "Ġhappy": 5626, + "ait": 5627, + "arant": 5628, + "Ġwriter": 5629, + "roke": 5630, + "Ġlists": 5631, + "ĠIslam": 5632, + "Ġtal": 5633, + "den": 5634, + "Ġexchange": 5635, + "Ġtro": 5636, + "itors": 5637, + "ĠDisc": 5638, + "Ġprepare": 5639, + "Ġ<<": 5640, + "Ġsubstant": 5641, + "ints": 5642, + "Ġselected": 5643, + "ĠVirgin": 5644, + "Ġconvert": 5645, + "Ġapparent": 5646, + "Ġpowers": 5647, + "Ġsnow": 5648, + "agues": 5649, + "rain": 5650, + "Ġvehicles": 5651, + "ĠFranc": 5652, + "ĠSal": 5653, + "Ġentirely": 5654, + "agonist": 5655, + "Ġgrown": 5656, + "ĠSpace": 5657, + "state": 5658, + "ĠBC": 5659, + "Ġtried": 5660, + "Ġstret": 5661, + "Ġdepos": 5662, + "vironments": 5663, + "ĠBritain": 5664, + "Ġfilled": 5665, + "ĠTrue": 5666, + "osa": 5667, + "alysis": 5668, + "abil": 5669, + "Ġjustice": 5670, + "mod": 5671, + "free": 5672, + "Ġexplained": 5673, + "pping": 5674, + "Ġâ̦": 5675, + "Ġlen": 5676, + "Ġrepeated": 5677, + "west": 5678, + "Ġaren": 5679, + "Ġlisten": 5680, + "inent": 5681, + "ometimes": 5682, + "ĠCivil": 5683, + "Ġment": 5684, + "ĠMont": 5685, + "Ġperman": 5686, + "Ġnations": 5687, + "Ġarmy": 5688, + "Ġinstrument": 5689, + "Ġlose": 5690, + "Ġspiritual": 5691, + "ĠNASA": 5692, + "ancer": 5693, + "ensus": 5694, + "Ġvillage": 5695, + "Ġcertainly": 5696, + "De": 5697, + "long": 5698, + "asive": 5699, + "ĠCheck": 5700, + "Ġdistingu": 5701, + "Ġguidance": 5702, + "Ġexplains": 5703, + "ĠSupp": 5704, + "dule": 5705, + "Ġexpensive": 5706, + "My": 5707, + "ĠSam": 5708, + "ĠJer": 5709, + "Ġplays": 5710, + "Ġflav": 5711, + "Ġbill": 5712, + "Ġalgebra": 5713, + "Ġnetworks": 5714, + "Ġhappened": 5715, + "Ġnutrients": 5716, + "ĠLatin": 5717, + "ĠOp": 5718, + "athy": 5719, + "Ġmovements": 5720, + "rian": 5721, + "Ġgovernments": 5722, + "Ġrapidly": 5723, + "Ġmuscles": 5724, + "Ġcrops": 5725, + "Ġabilities": 5726, + "Ġappearance": 5727, + "Ġportion": 5728, + "Ġselection": 5729, + "Finally": 5730, + "war": 5731, + "Ġagricultural": 5732, + "Ġmaintaining": 5733, + "Ġcapture": 5734, + "ĠSmith": 5735, + "Let": 5736, + "hedule": 5737, + "Ġmanif": 5738, + "Ġdiversity": 5739, + "?\"": 5740, + "agers": 5741, + "ypes": 5742, + "Ġwindow": 5743, + "Ġafford": 5744, + "Ġsalt": 5745, + "Ġconvent": 5746, + "Ġcandid": 5747, + "Ġaccounts": 5748, + "Ġpolice": 5749, + "ĠHol": 5750, + "ĠUp": 5751, + "Ġdemonstrate": 5752, + "ĠEnergy": 5753, + "Ġfunding": 5754, + "Ġfle": 5755, + "Ġrail": 5756, + "pet": 5757, + "Ġdrawing": 5758, + "Ġpaid": 5759, + "ĠKore": 5760, + "faces": 5761, + "Ġrecon": 5762, + "Ġunp": 5763, + "ĠLife": 5764, + "olars": 5765, + "Ġrepresented": 5766, + "Ġlooked": 5767, + "Ġimproving": 5768, + "ĠParis": 5769, + "requ": 5770, + "Ġsuggestions": 5771, + "Ġnavigate": 5772, + "Ġdut": 5773, + "Americ": 5774, + "Ġinternet": 5775, + "Ġdesired": 5776, + "Äģ": 5777, + "Ġfill": 5778, + "Ġmaintenance": 5779, + "atever": 5780, + "ĠTwo": 5781, + "Ġprocedures": 5782, + "date": 5783, + "Ġenable": 5784, + "Ġregularly": 5785, + "Ġseeking": 5786, + "that": 5787, + "Ġhttps": 5788, + "Ġinnovative": 5789, + "Ġstudying": 5790, + "Ġparalle": 5791, + "Ġwear": 5792, + "Ġleadership": 5793, + "Ġthin": 5794, + "ĠDirect": 5795, + "icks": 5796, + "usions": 5797, + "ĠAtl": 5798, + "Ġprison": 5799, + "Ġfro": 5800, + "Ġgenerated": 5801, + "Ġroutine": 5802, + "Most": 5803, + "win": 5804, + "Do": 5805, + "Ġdiscussed": 5806, + "la": 5807, + "rets": 5808, + "draw": 5809, + "cling": 5810, + "Ġestimate": 5811, + "Ġdin": 5812, + "Ġdescribes": 5813, + "organ": 5814, + "Ġcouple": 5815, + "othe": 5816, + "ipping": 5817, + "ĠSecond": 5818, + "ocation": 5819, + "Ġcrisis": 5820, + "Ġtested": 5821, + "Ġinstruction": 5822, + "cest": 5823, + "Ġnit": 5824, + "Ġrein": 5825, + "ĠArmy": 5826, + "Ġbiological": 5827, + "ounter": 5828, + "roid": 5829, + "Ab": 5830, + "Ġju": 5831, + "Ġfilter": 5832, + "Ġbow": 5833, + "Ġgrav": 5834, + "Ġpercentage": 5835, + "Ġexception": 5836, + "Ġkil": 5837, + "ifications": 5838, + "Ġprofessionals": 5839, + "Ġpurchase": 5840, + "Ġages": 5841, + "Ġdomestic": 5842, + ".;": 5843, + "ĠStand": 5844, + "Ġagriculture": 5845, + "Ġlabel": 5846, + "spec": 5847, + "ellect": 5848, + "Ġmoist": 5849, + "Ġcultures": 5850, + "ĠMedicine": 5851, + "Ġera": 5852, + "Ġcircumstances": 5853, + "Ġmoon": 5854, + "Ġdecide": 5855, + "Ġhaz": 5856, + "Ġfif": 5857, + "Ġenvironments": 5858, + "ĠMedical": 5859, + "sum": 5860, + "ĠLake": 5861, + "Ġharvest": 5862, + "otal": 5863, + "Ġdecline": 5864, + "MS": 5865, + "luded": 5866, + "ĠNews": 5867, + "Ġgar": 5868, + "ĠCommission": 5869, + "ĠLearning": 5870, + "ĠMem": 5871, + "nam": 5872, + "Ġlessons": 5873, + "Ġgall": 5874, + "Ġtalking": 5875, + "Ġimpossible": 5876, + "gal": 5877, + "Ġcontem": 5878, + "Cont": 5879, + "ĠWind": 5880, + "Ġcup": 5881, + "Ġexamine": 5882, + "Ġcorpor": 5883, + "Ġlocations": 5884, + "Ġpil": 5885, + "Ġpray": 5886, + "Ġtraum": 5887, + "Ġpersons": 5888, + "Ġdataset": 5889, + "Ġrecognized": 5890, + "acts": 5891, + "Ġhabitat": 5892, + "ĠMuslim": 5893, + "hi": 5894, + "Ġce": 5895, + "ION": 5896, + "Ġreplaced": 5897, + "rey": 5898, + "anguage": 5899, + "number": 5900, + "Ġbeauty": 5901, + "ĠAnother": 5902, + "Ġ%": 5903, + "Ġstored": 5904, + "ĠDise": 5905, + "Ġfruits": 5906, + "Ġstated": 5907, + "Ġlifest": 5908, + "iration": 5909, + "Ġmetab": 5910, + "Use": 5911, + "Ġemployee": 5912, + "Ġmassive": 5913, + "Ġdocuments": 5914, + "Ġsell": 5915, + "ĠBank": 5916, + "Ġvisible": 5917, + ")^": 5918, + "Ġscript": 5919, + "Ġmedium": 5920, + "Ġprotected": 5921, + "ĠPerhaps": 5922, + "ĠPacific": 5923, + "Ġbeneficial": 5924, + "47": 5925, + "Ġband": 5926, + "05": 5927, + "ĠIN": 5928, + "Ġcourses": 5929, + "Ġstatistics": 5930, + "Ġreject": 5931, + "ĠRef": 5932, + "mp": 5933, + "igenous": 5934, + "Ġunlike": 5935, + "Ġspeaking": 5936, + "Ġproteins": 5937, + "ns": 5938, + "Ġwants": 5939, + "âĪ": 5940, + "Ġstem": 5941, + "Ġrequest": 5942, + "inding": 5943, + "orical": 5944, + "orter": 5945, + "luding": 5946, + "ĠMil": 5947, + "istan": 5948, + "erent": 5949, + "ĠTechnology": 5950, + "dden": 5951, + "Ġinches": 5952, + "Ġarrange": 5953, + "Ġkit": 5954, + "liers": 5955, + "eck": 5956, + "Int": 5957, + "Ġnormally": 5958, + "Ġmyster": 5959, + "Ġmur": 5960, + "Ġiter": 5961, + "Ġcapable": 5962, + "Ġid": 5963, + "Ġoral": 5964, + "Ġgirls": 5965, + "oto": 5966, + "Ġremote": 5967, + "Ġtow": 5968, + "Ġaccommod": 5969, + "ĠElect": 5970, + "ĠIr": 5971, + "ML": 5972, + "ĠMass": 5973, + "Ġcultiv": 5974, + "lers": 5975, + "Ġabuse": 5976, + "ĠBible": 5977, + "cript": 5978, + "ĠBat": 5979, + "Ġsuffering": 5980, + "Ġsan": 5981, + "Ġnaturally": 5982, + "ĠBer": 5983, + "183": 5984, + "Ġexplanation": 5985, + "Ġsurvival": 5986, + "yr": 5987, + "ville": 5988, + "Ġclust": 5989, + "Ġdedicated": 5990, + "01": 5991, + "49": 5992, + "Ġcloser": 5993, + "Ġvisitors": 5994, + "Ġwave": 5995, + "46": 5996, + "plicated": 5997, + "ĠSou": 5998, + "TS": 5999, + "Ġcardi": 6000, + "Ġchecks": 6001, + "Ġseemed": 6002, + "using": 6003, + "ĠInformation": 6004, + "Ġlimits": 6005, + "no": 6006, + "inst": 6007, + "Ġhabits": 6008, + "Ġchief": 6009, + "Ġregist": 6010, + "Ġguidelines": 6011, + "Ġvolunte": 6012, + "ashion": 6013, + "racy": 6014, + "Ġimmers": 6015, + "ĠList": 6016, + "Ġopinion": 6017, + "ras": 6018, + "Ġrestrict": 6019, + "Ġkm": 6020, + "amil": 6021, + "ĠToday": 6022, + "Ġoverw": 6023, + "ads": 6024, + "ĠTem": 6025, + "Ġchosen": 6026, + "top": 6027, + "Ġhundreds": 6028, + "DF": 6029, + "Ġconcentration": 6030, + "Ġgal": 6031, + "iform": 6032, + "Ġofficials": 6033, + "orough": 6034, + "Ġwildlife": 6035, + "Ġpersonality": 6036, + "ĠFlor": 6037, + "Ġsudden": 6038, + "Ġmode": 6039, + "Ġmonitor": 6040, + "uses": 6041, + "Ġprotagonist": 6042, + "ĠCompany": 6043, + "Ġgeometry": 6044, + "Ġhorse": 6045, + "Ġmountain": 6046, + "Gen": 6047, + "Ġperce": 6048, + "Ġcurriculum": 6049, + "Ġrestaur": 6050, + "nect": 6051, + "Ġ\"\"\"": 6052, + "Ġcomparison": 6053, + "ING": 6054, + "Ġarchitecture": 6055, + "last": 6056, + "Ġneighb": 6057, + "Ġaccessible": 6058, + "van": 6059, + "gon": 6060, + "Ġdrawn": 6061, + "Ġreliable": 6062, + "Ġinsert": 6063, + "Other": 6064, + "ĠJud": 6065, + "Ġwire": 6066, + "Ġadvoc": 6067, + "chers": 6068, + "ĠTreat": 6069, + "Ġthemes": 6070, + "Ġproof": 6071, + "Ġliver": 6072, + "Ġâī": 6073, + "Ġfigures": 6074, + "ĠGet": 6075, + "Ġstd": 6076, + "cules": 6077, + "ÃŃ": 6078, + "Ġparties": 6079, + "anes": 6080, + "Ġprotocol": 6081, + "Ġstages": 6082, + "Ġinvent": 6083, + "Ġinject": 6084, + "Ġwestern": 6085, + "Ġ__": 6086, + "Ġfract": 6087, + "Ġdigest": 6088, + "Ġflight": 6089, + "Ġcars": 6090, + "ails": 6091, + "Ġengagement": 6092, + "ĠRobert": 6093, + "Ġtun": 6094, + "rolog": 6095, + "Ġgun": 6096, + "Ġsuccessfully": 6097, + "ĠEconom": 6098, + "Ġallerg": 6099, + "Ġimper": 6100, + "Ġappeared": 6101, + "Ġanswers": 6102, + "ĠAtt": 6103, + "ircraft": 6104, + "ĠHenry": 6105, + "stream": 6106, + "ĠEngine": 6107, + "Ġrevealed": 6108, + "ĠVis": 6109, + "Ġobservations": 6110, + "ĠDet": 6111, + "Ġinteractive": 6112, + "Ġwaves": 6113, + "Ġensuring": 6114, + "Ġsuc": 6115, + "Ġsatell": 6116, + "Ġcategories": 6117, + "Ġexpectations": 6118, + "Ġimmun": 6119, + "count": 6120, + "Ġskill": 6121, + "ĠSea": 6122, + "ĠFoundation": 6123, + "Ġstrings": 6124, + "Ġsummary": 6125, + "Ġbrown": 6126, + "riting": 6127, + "Ġhouses": 6128, + "Ġsweet": 6129, + "world": 6130, + "Ġassistance": 6131, + "alian": 6132, + "erals": 6133, + "Ġunderstood": 6134, + "raction": 6135, + "ĠCharles": 6136, + "ĠCarol": 6137, + "ĠNav": 6138, + "Ġmodule": 6139, + "Read": 6140, + "Ġstick": 6141, + "Ġrecovery": 6142, + "Ġstatements": 6143, + "42": 6144, + "Ġcolleagues": 6145, + "ĠCle": 6146, + "Ġschem": 6147, + "comm": 6148, + "ĠWomen": 6149, + "Ġpure": 6150, + "Ġwitness": 6151, + "Ġcraft": 6152, + "ĠJava": 6153, + "Ġfeels": 6154, + "Ġcritic": 6155, + "ĠMain": 6156, + "Ġboundaries": 6157, + "Ġunus": 6158, + "Ġoverl": 6159, + "Ġpig": 6160, + "Ġnearby": 6161, + "ĠNor": 6162, + "ĠRussian": 6163, + "Ġinteraction": 6164, + "under": 6165, + "Re": 6166, + "Ġplayer": 6167, + "ascular": 6168, + "ltimately": 6169, + "Ġdust": 6170, + "LE": 6171, + "inating": 6172, + "Ġreform": 6173, + "ĠPost": 6174, + "ĠCD": 6175, + "uous": 6176, + "Ġdensity": 6177, + "ĠLand": 6178, + "Ġartists": 6179, + "Ġpregnancy": 6180, + "Ġprove": 6181, + "Ġaccepted": 6182, + "ĠDel": 6183, + "Ġjoin": 6184, + "Ġresponses": 6185, + "case": 6186, + "Ġpassage": 6187, + "Ġsed": 6188, + "Ġpossibly": 6189, + "Ġsubstance": 6190, + "Ġsky": 6191, + "olf": 6192, + "Ġshad": 6193, + "Ġslowly": 6194, + "Ġadequ": 6195, + "Ġexploration": 6196, + "sub": 6197, + "Ġproducing": 6198, + "Ġassemb": 6199, + "ĠMiddle": 6200, + "Ġgrad": 6201, + "Ġmillions": 6202, + "Ġbinary": 6203, + "Ġlun": 6204, + "Ġmanufacturing": 6205, + "Ġlogic": 6206, + "During": 6207, + "cel": 6208, + "ĠCatholic": 6209, + "Ġangle": 6210, + "Ġprompt": 6211, + "Ġexperiments": 6212, + "Ġartificial": 6213, + "Ġacceler": 6214, + "Ġmedications": 6215, + "Ġdecor": 6216, + "Ġmedian": 6217, + "ĠAdd": 6218, + "Ġdirector": 6219, + "ĠControl": 6220, + "orrow": 6221, + "Note": 6222, + "rot": 6223, + "Ġsupporting": 6224, + "Ġcalculated": 6225, + "amily": 6226, + "Ġpump": 6227, + "input": 6228, + "Ġpictures": 6229, + "Ġdiscipl": 6230, + "Next": 6231, + "oviet": 6232, + "Not": 6233, + "Ġbehaviors": 6234, + "friend": 6235, + "Ġyield": 6236, + "ĠJose": 6237, + "ĠDiv": 6238, + "ĠLibrary": 6239, + "ĠGr": 6240, + "inction": 6241, + "df": 6242, + "Ġfertil": 6243, + "Ġextensive": 6244, + "Ġopened": 6245, + "ĠValue": 6246, + "Ġserver": 6247, + "Ġrely": 6248, + "Ġahead": 6249, + "cons": 6250, + "Ġdistrict": 6251, + "Ġhero": 6252, + "fall": 6253, + "Ġtwice": 6254, + "normal": 6255, + "Ġrevenue": 6256, + "Ġparticipate": 6257, + "Ġcomposition": 6258, + "Ġwalking": 6259, + "Ġregional": 6260, + "ocratic": 6261, + "Ġsurvive": 6262, + "ĠWell": 6263, + "stone": 6264, + "ĠRights": 6265, + "Ġagreement": 6266, + "Ġderived": 6267, + "ĠEmp": 6268, + "ĠSum": 6269, + "Ġcomputers": 6270, + "ĠWil": 6271, + "Ġdeaths": 6272, + "Ġregulations": 6273, + "Ġdomain": 6274, + "Ġseeing": 6275, + "Ġchapter": 6276, + "Ġshif": 6277, + "teries": 6278, + "ccount": 6279, + "log": 6280, + "bing": 6281, + "Ġaccuracy": 6282, + "Ġadds": 6283, + "orph": 6284, + "Ġequivalent": 6285, + "?âĢĿ": 6286, + "Ġrational": 6287, + "Ġforests": 6288, + "Can": 6289, + "Ġsecondary": 6290, + "jo": 6291, + "ota": 6292, + "Ġpoet": 6293, + "Ġphotos": 6294, + "Ġtells": 6295, + "Ġopposite": 6296, + "Ġdefic": 6297, + "Ġcloud": 6298, + "numbers": 6299, + "osc": 6300, + "Ġsick": 6301, + "bert": 6302, + "ĠPlease": 6303, + "body": 6304, + "ĠFinally": 6305, + "CS": 6306, + "ĠRome": 6307, + "Ġroles": 6308, + "Ġconven": 6309, + "inet": 6310, + "Ġextended": 6311, + "ulin": 6312, + "but": 6313, + "Ġmarine": 6314, + "++": 6315, + "Ġrub": 6316, + "asp": 6317, + "Ġtoler": 6318, + "ena": 6319, + "Ġancest": 6320, + "yles": 6321, + "Ġphrases": 6322, + "120": 6323, + "ki": 6324, + "ship": 6325, + "ribe": 6326, + "Ġweap": 6327, + "Ġagencies": 6328, + "ĠLike": 6329, + "ĠRussia": 6330, + "Ġwhereas": 6331, + "Ġidentifying": 6332, + "Ġmechanisms": 6333, + "Ġsoldiers": 6334, + "ĠSte": 6335, + "Dr": 6336, + "Ġindu": 6337, + "words": 6338, + "Ġfulf": 6339, + "Ġcrow": 6340, + "ums": 6341, + "Se": 6342, + "Ġplane": 6343, + "ĠTer": 6344, + "Ġtiny": 6345, + "Ġbroken": 6346, + "ĠManagement": 6347, + "ĠPsych": 6348, + "....": 6349, + "Ġdepartment": 6350, + "Ġpretty": 6351, + "Ġdependent": 6352, + "Ġmagical": 6353, + "account": 6354, + "Ġsyndrome": 6355, + "hist": 6356, + "wo": 6357, + "ĠStudies": 6358, + "obe": 6359, + "CD": 6360, + "ĠFe": 6361, + "then": 6362, + "ĠÏ": 6363, + "ĠReview": 6364, + "iat": 6365, + "Ġinnovation": 6366, + "Ġobjective": 6367, + "Ġintellect": 6368, + "aph": 6369, + "ĠSuch": 6370, + "icious": 6371, + "append": 6372, + "Ġinflammation": 6373, + "Ġincred": 6374, + "Ġorganized": 6375, + "Ġfunctional": 6376, + "Ġsuffer": 6377, + "ĠWild": 6378, + "ĠKnow": 6379, + "Ġstable": 6380, + "Ġcomments": 6381, + "Ġpull": 6382, + "Ġhypothesis": 6383, + "ivery": 6384, + "ctic": 6385, + "ĠPower": 6386, + "imer": 6387, + "HO": 6388, + "Ġchildhood": 6389, + "Ġmedication": 6390, + "ĠSet": 6391, + "Ġpsychological": 6392, + "Ġsignals": 6393, + "Ġupdated": 6394, + "Ġyounger": 6395, + "balance": 6396, + "mas": 6397, + "ĠBet": 6398, + "ternatively": 6399, + "esity": 6400, + "Ġfailed": 6401, + "gments": 6402, + "Ġconcrete": 6403, + "sole": 6404, + "ka": 6405, + "Ġenab": 6406, + "Ġworksh": 6407, + "Ġarms": 6408, + "ĠLouis": 6409, + "Ġholds": 6410, + "Ġentry": 6411, + "Ġexpertise": 6412, + "Ġbattery": 6413, + "gent": 6414, + "Ġconsumers": 6415, + "Go": 6416, + "Stud": 6417, + "ĠOutput": 6418, + "Ġcutting": 6419, + "Ġunless": 6420, + "Additionally": 6421, + "Ġwarming": 6422, + "Ġdivision": 6423, + "ato": 6424, + "Ġworldwide": 6425, + "action": 6426, + "Ġperm": 6427, + "âĢĻ.": 6428, + "Ġacts": 6429, + "Ġtur": 6430, + "Ġprevention": 6431, + "Ġsubt": 6432, + "ĠFederal": 6433, + "Ġnurs": 6434, + "Ġpursu": 6435, + "Ġmechanism": 6436, + "Ġrecognition": 6437, + "Ġlisted": 6438, + "Ġleaf": 6439, + "Ġvector": 6440, + "Ġble": 6441, + "Ġclient": 6442, + "Ġevaluation": 6443, + "ained": 6444, + "ĠAp": 6445, + "Ġsports": 6446, + "Ġguarant": 6447, + "ĠNature": 6448, + "ĠSaf": 6449, + "Ġhandling": 6450, + "Ġplate": 6451, + "Ġasking": 6452, + "Ġinterpretation": 6453, + "Ġplayers": 6454, + "ĠOx": 6455, + "Ġschedule": 6456, + "omach": 6457, + "Ġdialogue": 6458, + "Ġinfected": 6459, + "Ġhoriz": 6460, + "iability": 6461, + "ada": 6462, + "Ġshel": 6463, + "fit": 6464, + "BN": 6465, + "ctive": 6466, + "ĠSoviet": 6467, + "Ġsymmet": 6468, + "uke": 6469, + "Ġinsurance": 6470, + "olester": 6471, + "iology": 6472, + "ĠGood": 6473, + "ye": 6474, + "Ġregression": 6475, + "Te": 6476, + "Ġgreatly": 6477, + "Ġmarriage": 6478, + "imensional": 6479, + "Ġlifestyle": 6480, + "Ġcards": 6481, + "Ġhus": 6482, + "ĠDesign": 6483, + "plication": 6484, + "Ġauthentic": 6485, + "Ġelectronic": 6486, + "ĠEnvironmental": 6487, + "Ġdownload": 6488, + "Ġmarked": 6489, + "rons": 6490, + "Ġaqu": 6491, + "Ġmessages": 6492, + "Ġends": 6493, + "Ġrelation": 6494, + "Ġequations": 6495, + "Ġabund": 6496, + "ptic": 6497, + "orous": 6498, + "Ġoriginally": 6499, + "aped": 6500, + "phone": 6501, + "Ġadopted": 6502, + "oric": 6503, + "Ġsupplement": 6504, + "Ġoverwhel": 6505, + "Ġaircraft": 6506, + "ĠVirginia": 6507, + "ĠBro": 6508, + "Ġdebate": 6509, + "Ġcrime": 6510, + "while": 6511, + "Ġsupports": 6512, + "Ġinsight": 6513, + "Ġsteel": 6514, + "andon": 6515, + "Ġsight": 6516, + "Ġadvert": 6517, + "Ġstronger": 6518, + "Ġban": 6519, + "Ġexplo": 6520, + "Ġindustries": 6521, + "Ġparameters": 6522, + ".\")": 6523, + "Ġadvent": 6524, + "Ġraw": 6525, + "Ġplatforms": 6526, + "zen": 6527, + "Ġinfluenced": 6528, + "Ġexpansion": 6529, + "Ġhousing": 6530, + "ester": 6531, + "Ġlimitations": 6532, + "ĠMo": 6533, + "rays": 6534, + "ĠTake": 6535, + "Ġmamm": 6536, + "ĠTHE": 6537, + "Ġlatter": 6538, + "aria": 6539, + "Ġtheme": 6540, + "Ġmachines": 6541, + "ropical": 6542, + "Ġremark": 6543, + "Ġstanding": 6544, + "ona": 6545, + "ĠAP": 6546, + "Ġstre": 6547, + "ĠScient": 6548, + "Ġrig": 6549, + "Ġengaged": 6550, + "ribed": 6551, + "dr": 6552, + "Ġparallel": 6553, + "nom": 6554, + "Ġcategory": 6555, + "ĠTime": 6556, + "Ġboost": 6557, + "Ġmanaged": 6558, + "Ġongoing": 6559, + "aser": 6560, + "Ġworse": 6561, + "LL": 6562, + "Ġfell": 6563, + "Ġcomfortable": 6564, + "Ġimmediate": 6565, + "Ġfocusing": 6566, + "olesterol": 6567, + "Ġmodified": 6568, + "ĠConstitution": 6569, + "Ġrank": 6570, + "Ġsole": 6571, + "Ġfunds": 6572, + "Ġdistributed": 6573, + "Ġvulnerable": 6574, + "Ġagency": 6575, + "Ġgeometric": 6576, + "Ġfewer": 6577, + "ini": 6578, + "Ġfabric": 6579, + "Ġeffectiveness": 6580, + "Ġshell": 6581, + "Ġproduces": 6582, + "Ġspending": 6583, + "ĠGal": 6584, + "UR": 6585, + "Ġfly": 6586, + "produ": 6587, + "ĠThrough": 6588, + "ourage": 6589, + "Ġreasoning": 6590, + "Ġstreet": 6591, + "rene": 6592, + "Ġaccum": 6593, + "Ġcompetition": 6594, + "Ġic": 6595, + "Ġdifficulty": 6596, + "veys": 6597, + "Ġresolution": 6598, + "Ġpairs": 6599, + "liament": 6600, + "Ġmaps": 6601, + "ĠGold": 6602, + "size": 6603, + "init": 6604, + "Ġpositions": 6605, + "Ġnoise": 6606, + "Ġadministration": 6607, + "Of": 6608, + "Ġassume": 6609, + "itely": 6610, + "Ġrecurs": 6611, + "Ġscholars": 6612, + "Ġtransmission": 6613, + "Ġgrew": 6614, + "Ġweakness": 6615, + "Ġphilosophy": 6616, + "hemical": 6617, + "Ġbear": 6618, + "Ġaer": 6619, + "ĠCanadian": 6620, + "izer": 6621, + "ĠType": 6622, + "Ġpersist": 6623, + "Ġproportion": 6624, + "Ġintroduce": 6625, + "ĠLeg": 6626, + "Ġpassion": 6627, + "Ġintake": 6628, + "lights": 6629, + "Ġbehaviour": 6630, + "Ġestimates": 6631, + "Ġderiv": 6632, + "Ġbones": 6633, + "agine": 6634, + "Ġdecade": 6635, + "ocracy": 6636, + "Ġdaughter": 6637, + "born": 6638, + "67": 6639, + "CT": 6640, + "Ġalle": 6641, + "ĠFalse": 6642, + "41": 6643, + "Ġsupplies": 6644, + "Ġdental": 6645, + "ĠIP": 6646, + "Ġvoc": 6647, + "Ġgenerations": 6648, + "Ġkeys": 6649, + "ĠMicro": 6650, + "ĠBre": 6651, + "index": 6652, + "itative": 6653, + "Ġloved": 6654, + "itudes": 6655, + "ĠStat": 6656, + "Ġlands": 6657, + "Ġpool": 6658, + "herent": 6659, + "Ġmitig": 6660, + "Ġdeviation": 6661, + ".|": 6662, + "ĠCommit": 6663, + "asy": 6664, + "Ġcrew": 6665, + "Once": 6666, + "Ġspecified": 6667, + "Ġnan": 6668, + "Ġmeal": 6669, + "Ġknows": 6670, + "ĠMa": 6671, + "oral": 6672, + "Ġneighborhood": 6673, + "Ġunable": 6674, + "Ġru": 6675, + "Ġcollaboration": 6676, + "Ġfossil": 6677, + "ĠStreet": 6678, + "aws": 6679, + "Ġcurve": 6680, + "azing": 6681, + "Ġdepart": 6682, + "Ġartist": 6683, + "ĠPers": 6684, + "ĠFlorida": 6685, + "Ġauthorities": 6686, + "Ġsections": 6687, + "ĠCare": 6688, + "Ġdoubt": 6689, + "sue": 6690, + "sts": 6691, + "ĠCommon": 6692, + "oids": 6693, + "Ġsucceed": 6694, + "Ġinjuries": 6695, + "Ġtap": 6696, + "net": 6697, + "Or": 6698, + "inking": 6699, + "See": 6700, + "Ġrecommendations": 6701, + "Ġcreativity": 6702, + "Ġgone": 6703, + "ĠThose": 6704, + "burg": 6705, + "Ġdoctors": 6706, + "Ġincorporate": 6707, + "Ġcart": 6708, + "ĠVict": 6709, + "Ġprincip": 6710, + "Ġfavorite": 6711, + "ĠOffice": 6712, + "umes": 6713, + "itual": 6714, + "Ġcryst": 6715, + "Ġinvolving": 6716, + "Ġmeaningful": 6717, + "Ġpossibilities": 6718, + "Ġpron": 6719, + "Ġintervention": 6720, + "Ġadministr": 6721, + "Ġthorough": 6722, + "Ġmolecules": 6723, + "Ġrespectively": 6724, + "43": 6725, + "Ġtaste": 6726, + "Ġroof": 6727, + "tic": 6728, + "Ġtriangle": 6729, + "Ġbio": 6730, + "Ġintegral": 6731, + "Ġcorrectly": 6732, + "Ġourselves": 6733, + "Ġtroops": 6734, + "Ġframe": 6735, + "68": 6736, + "ĠColumb": 6737, + "Ġmigr": 6738, + "craft": 6739, + "iner": 6740, + "htt": 6741, + "Ġmarkets": 6742, + "anda": 6743, + "ĠPC": 6744, + "ĠHall": 6745, + "Ġeld": 6746, + "ĠLabor": 6747, + "Ġcorn": 6748, + "Ġintent": 6749, + "ĠAbout": 6750, + "Ġregul": 6751, + "osph": 6752, + "ighter": 6753, + "Ġturns": 6754, + "Ġpresentation": 6755, + "Ġmixed": 6756, + "Ġwish": 6757, + "Ġdefault": 6758, + "Ġdriven": 6759, + "Ġrealize": 6760, + "Ġcreatures": 6761, + "Ġblocks": 6762, + "rine": 6763, + "ua": 6764, + "^(": 6765, + "ora": 6766, + "Consider": 6767, + "Ġmystery": 6768, + "Ġvibr": 6769, + "ĠAny": 6770, + "Ġalter": 6771, + "Ġarrived": 6772, + "ĠNations": 6773, + "abul": 6774, + "Ġtea": 6775, + "Ġtransp": 6776, + "oken": 6777, + "Ġconfident": 6778, + "Ġrect": 6779, + "ĠCreat": 6780, + "Ġsettings": 6781, + "Ġantibiot": 6782, + "ĠOF": 6783, + "Ġinsects": 6784, + "ĠYet": 6785, + "valid": 6786, + "Ġaccident": 6787, + "Ġinequ": 6788, + "Ġinstitution": 6789, + "Ġabandon": 6790, + "Ġfest": 6791, + "zed": 6792, + "Ġtransformation": 6793, + "ny": 6794, + "ĠTor": 6795, + "Me": 6796, + "Ġsubtle": 6797, + "Ġeveryday": 6798, + "example": 6799, + "Ġlaun": 6800, + "ĠExper": 6801, + "Ġreserv": 6802, + "Ġelectron": 6803, + "antly": 6804, + "Ġinhabit": 6805, + "Ġdebt": 6806, + "Ġlots": 6807, + "Ġcompr": 6808, + "Ġbreathing": 6809, + "Ġcamera": 6810, + "ĠSk": 6811, + "Ġnewsp": 6812, + "Ġinstructions": 6813, + ".âĢĻ": 6814, + "rog": 6815, + "ĠChic": 6816, + "isk": 6817, + "stein": 6818, + "faction": 6819, + "ĠSl": 6820, + "Ġescape": 6821, + "():": 6822, + "ĠFrank": 6823, + "Using": 6824, + "kes": 6825, + "ĠPeter": 6826, + "Ġintense": 6827, + "weight": 6828, + "Ġdealing": 6829, + "Ġshapes": 6830, + "ĠIdent": 6831, + "ĠItaly": 6832, + "sis": 6833, + "Ġstands": 6834, + "Ġfiber": 6835, + "ĠSol": 6836, + "isp": 6837, + "itan": 6838, + "ading": 6839, + "Ġpolitics": 6840, + "Ġfashion": 6841, + "throp": 6842, + "Ġprev": 6843, + "tage": 6844, + "icians": 6845, + "Ġlayers": 6846, + "Ġingredients": 6847, + "position": 6848, + "John": 6849, + "pling": 6850, + "Ġmac": 6851, + "cher": 6852, + "Ġharmful": 6853, + "Ġforg": 6854, + "anches": 6855, + "Ġphotograph": 6856, + "Ġbrings": 6857, + "Ġcm": 6858, + "Ġrising": 6859, + "Ġdelivery": 6860, + "Ġassumptions": 6861, + "ĠEst": 6862, + "ĠHaw": 6863, + "Ġpermanent": 6864, + "inated": 6865, + "Ġstomach": 6866, + "Ġuniversity": 6867, + "Ġbreath": 6868, + "Ġlaboratory": 6869, + "eless": 6870, + "utation": 6871, + "ĠDan": 6872, + "agram": 6873, + "ĠUSA": 6874, + "ĠExt": 6875, + "ditional": 6876, + "Ġcareful": 6877, + "ĠMag": 6878, + "Ġroute": 6879, + "Ġtrials": 6880, + "Ġsod": 6881, + "Ġpainting": 6882, + "ĠAnn": 6883, + "ĠAS": 6884, + "ĠForm": 6885, + "ĠKeep": 6886, + "Ġscan": 6887, + "ĠGlobal": 6888, + "ĠLong": 6889, + "ĠOnly": 6890, + "Ġforget": 6891, + "icide": 6892, + "elled": 6893, + "kins": 6894, + "Ġpup": 6895, + "Ġthousand": 6896, + "Ġbread": 6897, + "Ġscenario": 6898, + "Ġintegrated": 6899, + "Ġ+=": 6900, + "Ġtrained": 6901, + "Ġimplemented": 6902, + "Ġreactions": 6903, + "orrect": 6904, + "Ġtens": 6905, + "Ġcircuit": 6906, + "Ġpra": 6907, + "Ġindependence": 6908, + "Ġstatic": 6909, + "ĠChe": 6910, + "Rec": 6911, + "181": 6912, + "'.": 6913, + "ĠIll": 6914, + "type": 6915, + "Ġconflicts": 6916, + "ĠCamp": 6917, + "Ġseconds": 6918, + "ether": 6919, + "Ġpeak": 6920, + "Ġvac": 6921, + "atter": 6922, + "ita": 6923, + "Ġbiggest": 6924, + "ĠProfessor": 6925, + "Ġconventional": 6926, + "Ġmanager": 6927, + "ola": 6928, + "Ġworry": 6929, + "Ġabstract": 6930, + "Ġmarried": 6931, + "lock": 6932, + "Ġzone": 6933, + "ü": 6934, + "Ġsacr": 6935, + "Ġflexible": 6936, + "Ġsecrets": 6937, + "ĠStep": 6938, + "Ġfu": 6939, + "unning": 6940, + "Ġwww": 6941, + "Ġwriters": 6942, + "irt": 6943, + "expected": 6944, + "door": 6945, + "Ġalgorithms": 6946, + "Ġstake": 6947, + "Ġpreval": 6948, + "Ġprofound": 6949, + "resent": 6950, + "Ġresid": 6951, + "Ġshut": 6952, + "ĠLab": 6953, + "800": 6954, + "Ġvessels": 6955, + "Ġruns": 6956, + "Ġgrammar": 6957, + "QL": 6958, + "function": 6959, + "Ġgap": 6960, + "Ġdestroyed": 6961, + "wing": 6962, + "Em": 6963, + "Ġserves": 6964, + "aming": 6965, + "ĠâĨ": 6966, + "Ġsplit": 6967, + "Ġrelat": 6968, + "Ġethnic": 6969, + "scale": 6970, + "Ġparad": 6971, + "arsh": 6972, + "Ġbridge": 6973, + "espread": 6974, + "riers": 6975, + "ĠFin": 6976, + "friendly": 6977, + "600": 6978, + "Ġfighting": 6979, + "Ġtall": 6980, + "Ġdiox": 6981, + "66": 6982, + "Ġfant": 6983, + "Ġgreenhouse": 6984, + "Ġunusual": 6985, + "Ġconsumer": 6986, + "101": 6987, + "EP": 6988, + "ĠJoseph": 6989, + "usiness": 6990, + "Ġsupposed": 6991, + "Qu": 6992, + "Ġrid": 6993, + "ults": 6994, + "Ġbond": 6995, + "ĠBur": 6996, + "ĠLib": 6997, + "Ġcommitted": 6998, + "ref": 6999, + "ĠRad": 7000, + "Ġrhyth": 7001, + "arn": 7002, + "lets": 7003, + "Ġwasn": 7004, + "Ġwait": 7005, + "UN": 7006, + "Ġnine": 7007, + "itivity": 7008, + "rates": 7009, + "Ġcommitment": 7010, + "Ġwhatever": 7011, + "ĠMad": 7012, + "rat": 7013, + "hma": 7014, + "ĠEth": 7015, + "how": 7016, + "Ġdelay": 7017, + "orses": 7018, + "88": 7019, + "hered": 7020, + "ĠAustralian": 7021, + "ĠCat": 7022, + "IP": 7023, + "unc": 7024, + "Ġconstantly": 7025, + "Ġovercome": 7026, + "Ġfinds": 7027, + "Ġmatters": 7028, + "Ġdim": 7029, + "Ġdivide": 7030, + "Ġcontained": 7031, + "holders": 7032, + "Ġvs": 7033, + "Ġmoves": 7034, + "Ġtick": 7035, + "Ġconstra": 7036, + "Ġobjectives": 7037, + "reland": 7038, + "ĠTV": 7039, + "ĠCam": 7040, + "Ġlie": 7041, + "Ġvot": 7042, + "Ġfacing": 7043, + "Ġexplicit": 7044, + "Ġfrequent": 7045, + "hether": 7046, + "essions": 7047, + "Ġmagnetic": 7048, + "Le": 7049, + "Ġgent": 7050, + "ĠDiff": 7051, + "ecess": 7052, + "Ġhydrogen": 7053, + "ĠFace": 7054, + "itter": 7055, + "Ġcolour": 7056, + "Ġguard": 7057, + "Ġnegot": 7058, + "Ġincorporating": 7059, + "182": 7060, + "Ġnuanced": 7061, + "Ġorganisms": 7062, + "Ġtheories": 7063, + "ĠFind": 7064, + "gans": 7065, + "ĠSar": 7066, + "Ġconstitution": 7067, + "Ġring": 7068, + "Ġdesigns": 7069, + "Ġearn": 7070, + "Ġguess": 7071, + "Ġoccasion": 7072, + "Ġemployment": 7073, + "Ġdanger": 7074, + "Ġprioritize": 7075, + "ĠDisease": 7076, + "Ġinterval": 7077, + "Ġboy": 7078, + "eli": 7079, + "ĠAvoid": 7080, + "ĠCult": 7081, + "Ġminimize": 7082, + "Ġmild": 7083, + "Ġcompelling": 7084, + "ĠSouthern": 7085, + "âĢĻ,": 7086, + "umps": 7087, + "Ġath": 7088, + "Ġholding": 7089, + "ĠNatural": 7090, + "American": 7091, + "abulary": 7092, + "Ġattached": 7093, + "ĠColor": 7094, + "Ġteams": 7095, + "Ġmood": 7096, + "Ġowner": 7097, + "ĠHome": 7098, + "Ġrobust": 7099, + "Ġcholesterol": 7100, + "real": 7101, + "Ġstrict": 7102, + "Ġoutl": 7103, + "Med": 7104, + "Ġreduces": 7105, + "Ġphenomenon": 7106, + "ĠValley": 7107, + "ĠISBN": 7108, + "fortunately": 7109, + "Ġhistoric": 7110, + "irty": 7111, + "eness": 7112, + "Ġsorted": 7113, + "Ġinstruments": 7114, + "Write": 7115, + "();": 7116, + "ĠEnd": 7117, + "Ġrenewable": 7118, + "Ġacids": 7119, + "ĠDoes": 7120, + "inity": 7121, + "ĠRevolution": 7122, + "ĠEmpire": 7123, + "Ġoperate": 7124, + "ĠStart": 7125, + "Ġtight": 7126, + "Ġcalcium": 7127, + "Ġimagine": 7128, + "isdom": 7129, + "ĠStudy": 7130, + "Ġfeeding": 7131, + "aud": 7132, + "Ġperspectives": 7133, + "Pe": 7134, + "Ġanalyzing": 7135, + "Ġveter": 7136, + "Ġships": 7137, + "Ġtank": 7138, + "Ġpassing": 7139, + "Ġflag": 7140, + "onia": 7141, + "ĠKh": 7142, + "Ġfounded": 7143, + "Ġchrom": 7144, + "Figure": 7145, + "Ġnumer": 7146, + "Ġbot": 7147, + "Ġinvestigation": 7148, + "Ġdemonstrated": 7149, + "Rem": 7150, + "ĠReport": 7151, + "Ġrefuge": 7152, + "zil": 7153, + "Ġturning": 7154, + "Ġhole": 7155, + "Ġ[]": 7156, + "rd": 7157, + "Ġlegs": 7158, + "ĠCommittee": 7159, + "Ġloyal": 7160, + "Ġassociation": 7161, + "Ġvote": 7162, + "earchers": 7163, + "Ġvariation": 7164, + "ĠPub": 7165, + "uing": 7166, + "DP": 7167, + "ortion": 7168, + "Ġdisrupt": 7169, + "lements": 7170, + "SS": 7171, + "left": 7172, + "Ġexercises": 7173, + "ĠAdminist": 7174, + "ĠOcean": 7175, + "Ġbeliefs": 7176, + "array": 7177, + "Ġstability": 7178, + "Ġneck": 7179, + "Ġcooking": 7180, + "Ġsubs": 7181, + "Ġindicating": 7182, + "Ġgluc": 7183, + "Ġwidespread": 7184, + "Ġswim": 7185, + "indu": 7186, + "%.": 7187, + "Ġconfront": 7188, + "hav": 7189, + "Ġsustainability": 7190, + "250": 7191, + "heast": 7192, + "Ġquiet": 7193, + "ione": 7194, + "Ġattempts": 7195, + "IM": 7196, + "Ġfascinating": 7197, + "olds": 7198, + "Ġtrouble": 7199, + "Ġteen": 7200, + "fish": 7201, + "ĠCur": 7202, + "section": 7203, + "Ġstores": 7204, + "hesis": 7205, + "Ġcontamin": 7206, + "Ġbeings": 7207, + "Ġhur": 7208, + "press": 7209, + "ĠMill": 7210, + "Ġdioxide": 7211, + "Ġdisturb": 7212, + "Ġcats": 7213, + "ishment": 7214, + "Ġemployed": 7215, + "Ġnerve": 7216, + "Ġdesert": 7217, + "gers": 7218, + "âĢĺ": 7219, + "ĠRichard": 7220, + "such": 7221, + "Ġcenters": 7222, + "ĠIreland": 7223, + "ushed": 7224, + "Ġputting": 7225, + "Ġreverse": 7226, + "oven": 7227, + "ĠGard": 7228, + "Ġthrow": 7229, + "Ġjoined": 7230, + "Ġessentially": 7231, + "ö": 7232, + "eries": 7233, + "Ġinher": 7234, + "Ġdollars": 7235, + "ployment": 7236, + "Ġadvantages": 7237, + "IG": 7238, + "Ġfurn": 7239, + "Ultimately": 7240, + "Ġinterf": 7241, + "Ġdepict": 7242, + "Also": 7243, + "operation": 7244, + "AB": 7245, + "quality": 7246, + "Ġstrange": 7247, + "ĠPract": 7248, + "Ġimprovements": 7249, + "rency": 7250, + "Ġinitially": 7251, + "Ġbiod": 7252, + "fl": 7253, + "ediat": 7254, + "effect": 7255, + "ĠPan": 7256, + "Ġrepresenting": 7257, + "Ġtwenty": 7258, + "Ġcriteria": 7259, + "Ġpolynom": 7260, + "ca": 7261, + "Ġsomewhat": 7262, + "edy": 7263, + "Ġobserve": 7264, + "coming": 7265, + "Ġconsideration": 7266, + "Ġcovers": 7267, + "max": 7268, + "Ġterritory": 7269, + "Ġpreparation": 7270, + "Ġclothing": 7271, + "rovers": 7272, + "aled": 7273, + "Ġcontrad": 7274, + "ittle": 7275, + "acher": 7276, + "Ġunn": 7277, + "ĠReturn": 7278, + "Ġconstructed": 7279, + "Ġobesity": 7280, + "Ġhumanity": 7281, + "Ġparticipation": 7282, + "Ġobst": 7283, + "Ġborder": 7284, + "bridge": 7285, + "Ġsession": 7286, + "anta": 7287, + "Ġdict": 7288, + "she": 7289, + "hus": 7290, + "arks": 7291, + "Ġresil": 7292, + "Ġoblig": 7293, + "Ġsail": 7294, + "Ġlect": 7295, + "Ġconfig": 7296, + "Ġadj": 7297, + "sey": 7298, + "itt": 7299, + "Ġserving": 7300, + "ĠHave": 7301, + "earing": 7302, + "Ġinhib": 7303, + "Ġdispl": 7304, + "Ġintegration": 7305, + "Ġresulted": 7306, + "called": 7307, + "Âł": 7308, + "cho": 7309, + "Ġvideos": 7310, + "ĠCarolina": 7311, + "rary": 7312, + "iations": 7313, + "Ġsmoking": 7314, + "OC": 7315, + "________": 7316, + "Ġmeasurement": 7317, + "ĠBig": 7318, + "ĠOh": 7319, + "Ġcompounds": 7320, + "occ": 7321, + "Ġclients": 7322, + "asters": 7323, + "ocy": 7324, + "Ġknowing": 7325, + "ĠRob": 7326, + "ĠChicago": 7327, + "ieve": 7328, + "ĠSpain": 7329, + "Ġinterface": 7330, + "77": 7331, + "Ġsurfaces": 7332, + "rimination": 7333, + "ĠFurthermore": 7334, + "ĠItalian": 7335, + "ella": 7336, + "Ġrepair": 7337, + "ih": 7338, + "Ġreward": 7339, + "ĠExpl": 7340, + "irds": 7341, + "Ġgalax": 7342, + "Ġintellectual": 7343, + "Ġwaiting": 7344, + "utch": 7345, + "Ġclassic": 7346, + "py": 7347, + "Ġnone": 7348, + "Ġmice": 7349, + "Ġtraditions": 7350, + "Ġshot": 7351, + "Ġdefe": 7352, + "ĠNative": 7353, + "Ġlistening": 7354, + "Ġmeters": 7355, + "Enter": 7356, + "Ġrecept": 7357, + "ĠExam": 7358, + "ĠNorthern": 7359, + "aked": 7360, + "ó": 7361, + "Ġfaced": 7362, + "%)": 7363, + "Ġreceiving": 7364, + "Ġcaught": 7365, + "Ġcomposed": 7366, + "osion": 7367, + "Ġeastern": 7368, + "ĠâĢ¢": 7369, + "cycl": 7370, + "Ġalph": 7371, + "Ġtexts": 7372, + "Ġod": 7373, + "Ġsmell": 7374, + "Ġproceed": 7375, + "Ġarts": 7376, + "Ġconj": 7377, + "erior": 7378, + "car": 7379, + "Ġenemy": 7380, + "ĠFre": 7381, + "ĠRoyal": 7382, + "Ġnob": 7383, + "ĠClin": 7384, + "Pr": 7385, + "Ġmaybe": 7386, + "ĠWhere": 7387, + "uh": 7388, + "ĠCancer": 7389, + "Ġcontrols": 7390, + "sm": 7391, + "Ġnervous": 7392, + "Ġaims": 7393, + "Ġexciting": 7394, + "teen": 7395, + "Ġprofit": 7396, + "iratory": 7397, + "Ġped": 7398, + "Ġmotivations": 7399, + "Ġsolving": 7400, + "Ġquad": 7401, + "Ġmembr": 7402, + "Ġentered": 7403, + "Ġgradually": 7404, + "Ġexhibit": 7405, + "Ġregardless": 7406, + "Ġwithdraw": 7407, + "Ġpromoting": 7408, + "ano": 7409, + "Ġdates": 7410, + "Ġmyself": 7411, + "chen": 7412, + "Ġfer": 7413, + "ĠVictor": 7414, + "Ġdent": 7415, + "uts": 7416, + "Ġimmersive": 7417, + "rooms": 7418, + "Ġapplying": 7419, + "56": 7420, + "ĠBoard": 7421, + "ĠSimilar": 7422, + "Ġinfinite": 7423, + "Ġmir": 7424, + "Ġneither": 7425, + "Ġheads": 7426, + "Ġrefine": 7427, + "ugh": 7428, + "ĠPM": 7429, + "Ġcoastal": 7430, + "Ġentertain": 7431, + "Ġgrid": 7432, + "Ġmysterious": 7433, + "Ġbanks": 7434, + "Ġvisited": 7435, + "Ġherself": 7436, + "Ġfacility": 7437, + "da": 7438, + "Ġbringing": 7439, + "Ġmand": 7440, + "Ġholid": 7441, + "Ġheavily": 7442, + "ĠBrown": 7443, + "plicate": 7444, + "ĠSing": 7445, + "Per": 7446, + "Ġdestruction": 7447, + "aining": 7448, + "58": 7449, + "ĠAcademy": 7450, + "Ġepid": 7451, + "Ġrelief": 7452, + "Ġstroke": 7453, + "Ġexperiencing": 7454, + "ĠAge": 7455, + "Ġhusband": 7456, + "Ġsmoke": 7457, + "ĠWood": 7458, + "aired": 7459, + "idity": 7460, + "Ġsoul": 7461, + "Comm": 7462, + "98": 7463, + "ĠPenn": 7464, + "Ġcorner": 7465, + "everal": 7466, + "Ġchannel": 7467, + "Ġpapers": 7468, + "Ġmeth": 7469, + "Ġhonor": 7470, + "Ġaddressing": 7471, + "·": 7472, + "Ġsensory": 7473, + "Ġlights": 7474, + "Ġplus": 7475, + "Ġissued": 7476, + "ureau": 7477, + "ĠEss": 7478, + "Ġcompl": 7479, + "Ġproductivity": 7480, + "Ġdetection": 7481, + "bur": 7482, + "Ġbutter": 7483, + "ĠScott": 7484, + "Ġpod": 7485, + "Ġouter": 7486, + "ĠMichael": 7487, + "Ġorient": 7488, + "Ġbranches": 7489, + "Ġtheorem": 7490, + "ymph": 7491, + "Ġgrows": 7492, + "Ġuniversal": 7493, + "ĠComput": 7494, + "Ġsizes": 7495, + "Ġchick": 7496, + "Ġfloat": 7497, + "Ġcoefficient": 7498, + "ugg": 7499, + "Ġadequate": 7500, + "ĠSciences": 7501, + "__(": 7502, + "Ġcong": 7503, + "Ġabsence": 7504, + "Ġencounter": 7505, + "Ġqueue": 7506, + "Ġfocuses": 7507, + "osh": 7508, + "Ġmodify": 7509, + "ĠAgricult": 7510, + "cies": 7511, + "foot": 7512, + "esis": 7513, + "Ġstreets": 7514, + "html": 7515, + "Ġvolcan": 7516, + "ĠScot": 7517, + "Ġislands": 7518, + "ĠCap": 7519, + "Ġasc": 7520, + "anger": 7521, + "Lear": 7522, + "ĠFort": 7523, + "Ġunexpected": 7524, + "plete": 7525, + "Ġobservation": 7526, + "Ġsubstances": 7527, + "Ġimmigr": 7528, + "Ġsched": 7529, + "Ġsubsequent": 7530, + "Ġlaunched": 7531, + "ĠClimate": 7532, + "ĠLanguage": 7533, + "App": 7534, + "bles": 7535, + "Su": 7536, + "next": 7537, + "Ġunw": 7538, + "lishing": 7539, + "Ġlibr": 7540, + "inder": 7541, + "Ġinterpre": 7542, + "ĠTimes": 7543, + "Ġphoto": 7544, + "dimensional": 7545, + "Ġforth": 7546, + "Ġ!": 7547, + "Ġtraits": 7548, + "Ġneur": 7549, + "Ġscope": 7550, + "Ġlake": 7551, + "Ġwine": 7552, + "haust": 7553, + "Ġweigh": 7554, + "Ġblind": 7555, + "ĠWik": 7556, + "Ġundert": 7557, + "Ġcleaning": 7558, + "Ġremoving": 7559, + "ĠGrand": 7560, + "Ġblow": 7561, + "Ġsheet": 7562, + "Ġepis": 7563, + "ĠIndians": 7564, + "Col": 7565, + "Ġampl": 7566, + "ĠWho": 7567, + "ritten": 7568, + "Ġdamaged": 7569, + "Ġvoid": 7570, + "opes": 7571, + "Ġcomplicated": 7572, + "ulty": 7573, + "Bl": 7574, + "Ġwatching": 7575, + "BS": 7576, + "Ġcorrel": 7577, + "oples": 7578, + "Ġended": 7579, + "Ġisolated": 7580, + "Ġplenty": 7581, + "ĠInit": 7582, + "Ġpresents": 7583, + "Ġassigned": 7584, + "Ġrivers": 7585, + "Ġeliminate": 7586, + "Ġsurprising": 7587, + "ĠMoreover": 7588, + "queue": 7589, + "ĠPass": 7590, + "Ġinstalled": 7591, + "Ġearthqu": 7592, + "CA": 7593, + "Ġstead": 7594, + "Ġpoison": 7595, + "Ġevil": 7596, + "ĠNon": 7597, + "Ġburning": 7598, + "IR": 7599, + "Ġhighlights": 7600, + "ĠSometimes": 7601, + "Ġcarb": 7602, + "Ġpublication": 7603, + "ĠFree": 7604, + "Ġmultip": 7605, + "rated": 7606, + "public": 7607, + "Ġmm": 7608, + "Ġtut": 7609, + "Ġargue": 7610, + "Ġagreed": 7611, + "Ġsought": 7612, + "Ġstrongly": 7613, + "eren": 7614, + "Ġfourth": 7615, + "Ġelectro": 7616, + "Ġstimul": 7617, + "metic": 7618, + "57": 7619, + "Ġperception": 7620, + "Ġpreserve": 7621, + "Ġinspired": 7622, + "ĠID": 7623, + "lete": 7624, + "ruption": 7625, + "ĠHand": 7626, + "ĠJack": 7627, + "Ġaward": 7628, + "ĠVer": 7629, + "Ġdiagnosed": 7630, + "Ġfarming": 7631, + "Ġemphasis": 7632, + "test": 7633, + "yal": 7634, + "ĠLook": 7635, + "Ġvoltage": 7636, + "ritis": 7637, + "Ġjump": 7638, + "ĠDespite": 7639, + "Ġpreventing": 7640, + "rox": 7641, + "Ġdefect": 7642, + "eenth": 7643, + "iah": 7644, + "ĠGeorg": 7645, + "ĠBefore": 7646, + "Ġstruggling": 7647, + "Ġelection": 7648, + "Ġproven": 7649, + "ĠGuide": 7650, + "ello": 7651, + "ĠBab": 7652, + "Ġtemple": 7653, + "Don": 7654, + "Ġmechanical": 7655, + "Ġexcessive": 7656, + "Ġcomplain": 7657, + "Ġdeclared": 7658, + "Ġemotion": 7659, + "Ġhem": 7660, + "Ġimplies": 7661, + "Ġimplementing": 7662, + "Ġpassword": 7663, + "IL": 7664, + "ĠValueError": 7665, + "elesc": 7666, + "Ġdemands": 7667, + "ĠMethod": 7668, + "Ġfever": 7669, + "Ġexamination": 7670, + "Ġfemales": 7671, + "UT": 7672, + "Ġcompound": 7673, + "Ġdoi": 7674, + "ĠHT": 7675, + "estion": 7676, + "roduction": 7677, + "Ġtissues": 7678, + "52": 7679, + "Ġnull": 7680, + "Ġbranch": 7681, + "fts": 7682, + "ĠLy": 7683, + "Ġauton": 7684, + "Ġgrant": 7685, + "Ġsalary": 7686, + "ĠDig": 7687, + "Ġindicated": 7688, + "Ġenables": 7689, + "aning": 7690, + "ventions": 7691, + "Ġnest": 7692, + "ĠYear": 7693, + "Ġacknowled": 7694, + "Ġanticip": 7695, + "Ġmeasurements": 7696, + "Ġmos": 7697, + "Ġfalls": 7698, + "Ġholes": 7699, + "ĠEastern": 7700, + "Ġshaped": 7701, + "Ġshock": 7702, + "azine": 7703, + "irus": 7704, + "Ġthy": 7705, + "Ġinsulin": 7706, + "ĠFacebook": 7707, + "Ġgained": 7708, + "ĠAccess": 7709, + "Ġelif": 7710, + "apse": 7711, + "Ġrice": 7712, + "Ġmanaging": 7713, + "rance": 7714, + "Ġmoisture": 7715, + "ĠIII": 7716, + "Ġsharp": 7717, + "ogether": 7718, + "Ġoutbre": 7719, + "Ġdivis": 7720, + "Ġdeeply": 7721, + "Ġminerals": 7722, + "Ġcarrying": 7723, + "Ġlegislation": 7724, + "ĠBrazil": 7725, + "Ġpreferences": 7726, + "ĠParty": 7727, + "node": 7728, + "ĠMer": 7729, + "Ġmerely": 7730, + "charge": 7731, + "Ġmales": 7732, + "Ġfaces": 7733, + "etics": 7734, + "Ġasp": 7735, + "iple": 7736, + ")(": 7737, + "opic": 7738, + "Ġmortality": 7739, + "ĠOpen": 7740, + "Ġsubstantial": 7741, + "dep": 7742, + "forcement": 7743, + "Ġgro": 7744, + "Ġvictims": 7745, + "Ġtargeted": 7746, + "Ġdifficulties": 7747, + "Ġreaching": 7748, + "Ġalive": 7749, + "ĠHoly": 7750, + "Sim": 7751, + "Ġpit": 7752, + "books": 7753, + "Ġstrengths": 7754, + "Ġagents": 7755, + "Ġminute": 7756, + "ĠAND": 7757, + "']": 7758, + "rus": 7759, + "Ġdisaster": 7760, + "Ġtons": 7761, + "heric": 7762, + "³³": 7763, + "Ġstations": 7764, + "Ġmaintained": 7765, + "Ġbath": 7766, + "Ġmining": 7767, + "ĠGiven": 7768, + "ĠSil": 7769, + "Ġextend": 7770, + "Ġuncertainty": 7771, + "medi": 7772, + "Ġevening": 7773, + "ala": 7774, + "Ġpand": 7775, + "Ġsatisfaction": 7776, + "peror": 7777, + "outs": 7778, + "Ġthreats": 7779, + "Ġprinting": 7780, + "Ġhappening": 7781, + "Ġorgans": 7782, + "Ġcontemporary": 7783, + "Ġmemor": 7784, + "quit": 7785, + "Ġprincipal": 7786, + "Ġscientist": 7787, + "CH": 7788, + "night": 7789, + "Ġhorses": 7790, + "Ġextension": 7791, + "Ġchecking": 7792, + "ĠStr": 7793, + "usal": 7794, + "Ġfacilitate": 7795, + "gov": 7796, + "Ġuniform": 7797, + "Ġwarning": 7798, + "Ġtub": 7799, + "bar": 7800, + "ixture": 7801, + "Ġcentre": 7802, + "Ġbiology": 7803, + "Ġquantity": 7804, + "ĠPop": 7805, + "Ġritual": 7806, + "Ġautomatically": 7807, + "Ġrocks": 7808, + "Ġinn": 7809, + "Ġarchae": 7810, + "Ġhealing": 7811, + "Ġorbit": 7812, + "59": 7813, + "acent": 7814, + "ĠDar": 7815, + "Am": 7816, + "ounce": 7817, + "Ġequally": 7818, + "179": 7819, + "Even": 7820, + "Ġcharacterized": 7821, + "Ġcontrovers": 7822, + "disc": 7823, + "Ġboys": 7824, + "rip": 7825, + "Ġlegisl": 7826, + "Ġresident": 7827, + "ĠServices": 7828, + "Ġille": 7829, + "Ġcollective": 7830, + "ĠHy": 7831, + "Ġlighting": 7832, + "Ġlock": 7833, + "ston": 7834, + "Ġcav": 7835, + "reated": 7836, + "Ġcab": 7837, + "rane": 7838, + "Ġenthus": 7839, + "Ġcaptured": 7840, + "oga": 7841, + "len": 7842, + "Ġvel": 7843, + "Ġembra": 7844, + "Ġdance": 7845, + "mers": 7846, + "Ġoperator": 7847, + "())": 7848, + "Ġsunlight": 7849, + "Ġencouraged": 7850, + "Ġtor": 7851, + "health": 7852, + "Ġsilver": 7853, + "child": 7854, + "ultane": 7855, + "Ġchannels": 7856, + "Ġquantum": 7857, + "ĠAsk": 7858, + "reens": 7859, + "reek": 7860, + "Ġthanks": 7861, + "ĠForest": 7862, + "ĠPet": 7863, + "ivered": 7864, + "Ġvocabulary": 7865, + "Ġexceed": 7866, + "Ġconclusions": 7867, + "Ġcounty": 7868, + "owered": 7869, + "Ġpounds": 7870, + "Ġminim": 7871, + "ĠWord": 7872, + "ĠDev": 7873, + "160": 7874, + "ĠMult": 7875, + "Ġofficers": 7876, + "Ġtargets": 7877, + "Ġpharm": 7878, + "Ġkne": 7879, + "ĠKingdom": 7880, + "Ġglucose": 7881, + "Ġspark": 7882, + "omal": 7883, + "Ġrew": 7884, + "Ġcompens": 7885, + "ĠEarly": 7886, + "Ġverb": 7887, + "actions": 7888, + "Ġmountains": 7889, + "Ġapproved": 7890, + "ĠLo": 7891, + "ĠEffect": 7892, + "Ġupdate": 7893, + "Ġpanel": 7894, + "ĠIrish": 7895, + "IA": 7896, + "VID": 7897, + "Ġcomprom": 7898, + "Ġsatellite": 7899, + "Ġprinted": 7900, + "Data": 7901, + "ilation": 7902, + "Ġresponsibilities": 7903, + "Ġbias": 7904, + "Ġmarks": 7905, + "Ġroads": 7906, + "ĠCy": 7907, + "Ġturb": 7908, + "Ġsensors": 7909, + "Ġcombat": 7910, + "vol": 7911, + "}\")": 7912, + "asty": 7913, + "Ġven": 7914, + "Ġcharacteristic": 7915, + "Ġlung": 7916, + "Ġpuzz": 7917, + "iture": 7918, + "Ġfairly": 7919, + "Ġcalories": 7920, + "She": 7921, + "Ġwidth": 7922, + "ĠAdv": 7923, + "Ġarise": 7924, + "Ġhonest": 7925, + "Ġgirl": 7926, + "erning": 7927, + "Ġstyles": 7928, + "Ġordered": 7929, + "ĠRom": 7930, + "Ġcapabilities": 7931, + "ĠAM": 7932, + "Ġadm": 7933, + "Ġcalling": 7934, + "Ġfold": 7935, + "Ġperforming": 7936, + "Ġavailability": 7937, + "ersonal": 7938, + "ady": 7939, + "Ġexpressions": 7940, + "Ġblo": 7941, + "Ġwisdom": 7942, + "host": 7943, + "Ġoccurring": 7944, + "isters": 7945, + "esides": 7946, + "Ġye": 7947, + "imensions": 7948, + "Ġmeals": 7949, + "Ġcommission": 7950, + "Ġartif": 7951, + "utrition": 7952, + "Ġcrim": 7953, + "Ġdefense": 7954, + "Ġillustrate": 7955, + "Ġbabies": 7956, + "Ġediting": 7957, + "Ġtables": 7958, + "sen": 7959, + "ĠZeal": 7960, + "Ġclaimed": 7961, + "Ġcomprehension": 7962, + "Ġproved": 7963, + "Ġexhaust": 7964, + "Ġquarter": 7965, + "ĠHill": 7966, + "Ġintric": 7967, + "ĠSat": 7968, + "Ġstrengthen": 7969, + "Ġsuit": 7970, + "Ġforecast": 7971, + "rous": 7972, + "Ġcounsel": 7973, + "Ġviruses": 7974, + "Ġanalys": 7975, + "Please": 7976, + "Ġintu": 7977, + "Ġestablishing": 7978, + "List": 7979, + "Ġannounced": 7980, + "ĠMartin": 7981, + "Ġprohib": 7982, + "asts": 7983, + "erving": 7984, + "Ġbalanced": 7985, + "inson": 7986, + "Ġdirections": 7987, + "otton": 7988, + "Ġorders": 7989, + "Ġkilomet": 7990, + "Ġengineers": 7991, + "Ġkidney": 7992, + "Ġdose": 7993, + "sell": 7994, + "apes": 7995, + "ĠFamily": 7996, + "ograp": 7997, + "Ġeditor": 7998, + "OL": 7999, + "aren": 8000, + "Ġheritage": 8001, + "178": 8002, + "Ġdetermining": 8003, + "Ġcomplement": 8004, + "Ġgentle": 8005, + "icing": 8006, + "instance": 8007, + "oir": 8008, + "Ġdecreased": 8009, + "ĠAngel": 8010, + "Ġspin": 8011, + "RA": 8012, + "igan": 8013, + "Ġtelevision": 8014, + "Ġarrest": 8015, + "Ġflows": 8016, + "ĠAst": 8017, + "Ġversions": 8018, + "ĠProp": 8019, + "va": 8020, + "ĠĠĠĠĠ": 8021, + "Ġlaid": 8022, + "ĠAtlantic": 8023, + "Ġwindows": 8024, + "â": 8025, + "Ġencount": 8026, + "Ġwound": 8027, + "Ġusual": 8028, + "iological": 8029, + "Ġplanned": 8030, + "Ġmoderate": 8031, + "Ġbreaking": 8032, + "Ġsessions": 8033, + "group": 8034, + "Ġexpon": 8035, + "Ġoutdoor": 8036, + "Ġaddressed": 8037, + "ĠJac": 8038, + "Ġappeal": 8039, + "itle": 8040, + "ocial": 8041, + "Ġcash": 8042, + "Ġmolecular": 8043, + "ĠSpecial": 8044, + "Ġresist": 8045, + "Ġmusical": 8046, + "Ġsigned": 8047, + "Ġfinished": 8048, + ".'": 8049, + "Ġclock": 8050, + "['": 8051, + "Ġremoval": 8052, + "Ġpanels": 8053, + "ontal": 8054, + "ĠOxford": 8055, + "ĠRock": 8056, + "Reg": 8057, + "ĠEU": 8058, + "Ġdecay": 8059, + "ibl": 8060, + "ĠViet": 8061, + "mes": 8062, + "Ġresearcher": 8063, + "ĠPlant": 8064, + "ĠUt": 8065, + "Ġdynamics": 8066, + "aska": 8067, + "Ġarc": 8068, + "pes": 8069, + "ĠResp": 8070, + "ĠPo": 8071, + "Ġrarely": 8072, + "values": 8073, + "Ġvertical": 8074, + "raid": 8075, + "ĠCoast": 8076, + "ĠZealand": 8077, + "ipedia": 8078, + "ĠResources": 8079, + "theless": 8080, + "08": 8081, + "roat": 8082, + "ĠIns": 8083, + "aded": 8084, + "arios": 8085, + "72": 8086, + "Ġamazing": 8087, + "Ġconverted": 8088, + "cyclop": 8089, + "Ġfears": 8090, + "ani": 8091, + "Ġroughly": 8092, + "Ġintensity": 8093, + "una": 8094, + "uting": 8095, + "Ġexperimental": 8096, + "Step": 8097, + "ĠChange": 8098, + "Ġceremon": 8099, + "ĠColl": 8100, + "Ġessence": 8101, + "Ġbees": 8102, + "TP": 8103, + "icular": 8104, + "trans": 8105, + "Ġworst": 8106, + "Every": 8107, + "Ġnewly": 8108, + "ĠWindows": 8109, + "ĠEqu": 8110, + "Ġtelling": 8111, + "Ġseparated": 8112, + "Ġmoments": 8113, + "ĠSecurity": 8114, + "Ġheating": 8115, + "Ġtube": 8116, + "omer": 8117, + "Ġflexibility": 8118, + "ĠJul": 8119, + "Ġchest": 8120, + "brid": 8121, + "ĠSup": 8122, + "Ġdys": 8123, + "illa": 8124, + "itals": 8125, + "Ġaudio": 8126, + "Ġdefend": 8127, + "Ġtowns": 8128, + "riz": 8129, + "ĠFund": 8130, + "Ġdelivered": 8131, + "Ġsitting": 8132, + "ĠAsian": 8133, + "ĠSecret": 8134, + "Ġclimb": 8135, + "Ġtechnological": 8136, + "Ġopposed": 8137, + "ollowing": 8138, + "Ġdriver": 8139, + "quir": 8140, + "Ġreaches": 8141, + "length": 8142, + "iber": 8143, + "Because": 8144, + "Ġinitiatives": 8145, + "Sub": 8146, + "Ġodd": 8147, + "ĠVen": 8148, + "ĠEc": 8149, + "LA": 8150, + "Ġ->": 8151, + "ĠAgency": 8152, + "Ġexpenses": 8153, + "amine": 8154, + "Ġfiction": 8155, + "Ġbrows": 8156, + "Ġvisiting": 8157, + "Ġviewed": 8158, + "ĠDistrict": 8159, + "Ġnodes": 8160, + "ĠThough": 8161, + "Ġchoosing": 8162, + "Ġconfirmed": 8163, + "Ġhoney": 8164, + "Ġparas": 8165, + "Ġemerging": 8166, + "uality": 8167, + "Ġevolved": 8168, + "ĠPolic": 8169, + "Ġtreating": 8170, + "Ġprocessed": 8171, + "ĠYoung": 8172, + "heimer": 8173, + "Ġstructural": 8174, + "Ed": 8175, + "Ġdiameter": 8176, + "ura": 8177, + "Ġmanifest": 8178, + "Ġradical": 8179, + "ima": 8180, + "Ġrab": 8181, + "Ġrecover": 8182, + "plant": 8183, + "Ġcompetitive": 8184, + "Ġmetabol": 8185, + "ette": 8186, + "Ġrom": 8187, + "Ġconsiderable": 8188, + "Ġprominent": 8189, + "otype": 8190, + "hyd": 8191, + "Ġpriority": 8192, + "Ġkeeps": 8193, + "itory": 8194, + "ovascular": 8195, + "ĠCommunity": 8196, + "ĠPrinc": 8197, + "Ġsenior": 8198, + "Ġflower": 8199, + "Ġaffecting": 8200, + "ĠBul": 8201, + "airy": 8202, + "enger": 8203, + "Ġpersu": 8204, + "ĠEp": 8205, + "fulness": 8206, + "main": 8207, + "Ġpy": 8208, + "Ġspecialized": 8209, + "ruit": 8210, + "Ġrevers": 8211, + "atus": 8212, + "oln": 8213, + "isco": 8214, + "Ġbag": 8215, + "Ġmistakes": 8216, + "oded": 8217, + "amins": 8218, + "onym": 8219, + "Ġrent": 8220, + "Today": 8221, + "Ġconsume": 8222, + "Ġpace": 8223, + "177": 8224, + "Ġoutliers": 8225, + "Ġbreeding": 8226, + "ĠSym": 8227, + "ĠNetwork": 8228, + "acco": 8229, + "atial": 8230, + "onal": 8231, + "ipher": 8232, + "Ġstrategic": 8233, + "Ġacute": 8234, + "Ġecosystems": 8235, + "fil": 8236, + "ĠTry": 8237, + "Ġattribute": 8238, + "ĠMel": 8239, + "Ġnice": 8240, + "Ġshorter": 8241, + "Ġefficiently": 8242, + "69": 8243, + "Ġabnormal": 8244, + "IDS": 8245, + "Ġneutral": 8246, + "Get": 8247, + "Ġtang": 8248, + "ĠCP": 8249, + "Ġtendency": 8250, + "Ġtot": 8251, + "Ġpin": 8252, + "Ġracial": 8253, + "Ġscreening": 8254, + "Ġcub": 8255, + "eting": 8256, + "ĠTom": 8257, + "Ġpreced": 8258, + "ieval": 8259, + "Ġtwist": 8260, + "ricts": 8261, + "Ġcham": 8262, + "Ġsla": 8263, + "Ġdrain": 8264, + "Ġdisp": 8265, + "Ġirrit": 8266, + "Ġunion": 8267, + "arters": 8268, + "etary": 8269, + "Ġanywhere": 8270, + "endar": 8271, + "story": 8272, + "Ġlearners": 8273, + "ecessary": 8274, + "Ġjoy": 8275, + "olesc": 8276, + "Ġspectrum": 8277, + "Ġpregnant": 8278, + "igue": 8279, + "Ġwheel": 8280, + "Ġliteracy": 8281, + "Ġgravity": 8282, + "Ġfung": 8283, + "Ġnose": 8284, + "Ġtrauma": 8285, + "itamin": 8286, + "02": 8287, + "ĠLar": 8288, + "Ġsimultane": 8289, + "vin": 8290, + "iana": 8291, + "Ġpoem": 8292, + "thritis": 8293, + "ĠNaz": 8294, + "Ġconsciousness": 8295, + "Ġintest": 8296, + "rame": 8297, + "Ġlowest": 8298, + "Ġdramatic": 8299, + "Ġvarieties": 8300, + "Ġmineral": 8301, + "Ġwider": 8302, + "Ġbigger": 8303, + "Ġcompass": 8304, + "Ġbroader": 8305, + "Ġmovie": 8306, + "Ġchances": 8307, + "Ġplanets": 8308, + "box": 8309, + "Ġincent": 8310, + "Ġaccurately": 8311, + "ĠHosp": 8312, + "Ġcontributed": 8313, + "Ġreveals": 8314, + "Ġinfant": 8315, + "Ġscar": 8316, + "itarian": 8317, + "Ġagent": 8318, + "including": 8319, + "through": 8320, + "Ġdiscrimination": 8321, + "Ġease": 8322, + "archy": 8323, + "ĠAnalysis": 8324, + "Ġedition": 8325, + "Ġinhabitants": 8326, + "Ġcrypt": 8327, + "Ġalloc": 8328, + "Ġnitrogen": 8329, + "Ġrose": 8330, + "ĠSign": 8331, + "alm": 8332, + "Ġslavery": 8333, + "Ġfishing": 8334, + "ĠSir": 8335, + "ĠMS": 8336, + "Ġafraid": 8337, + "Ġchlor": 8338, + "edu": 8339, + "Ġharder": 8340, + "Ġweapons": 8341, + "MA": 8342, + "Ġgut": 8343, + "Ġbene": 8344, + "athered": 8345, + "ustain": 8346, + "Ġregulation": 8347, + "=\"": 8348, + "Ġduty": 8349, + "rt": 8350, + "Ġrespiratory": 8351, + "ĠLow": 8352, + "ĠJohnson": 8353, + "Ġcomputing": 8354, + "Ġaccompan": 8355, + "reprene": 8356, + "51": 8357, + "Ġ)": 8358, + "Ġforming": 8359, + "Ġrobot": 8360, + "Ġnotion": 8361, + "Ġelder": 8362, + "Ġownership": 8363, + "oston": 8364, + "Ġtemporary": 8365, + "ratic": 8366, + "Ġinvestigate": 8367, + "Ġjudge": 8368, + "onomic": 8369, + "Ġpolar": 8370, + "ĠDesc": 8371, + "yer": 8372, + "ĠEmily": 8373, + "Ke": 8374, + "ĠBill": 8375, + "iosity": 8376, + "Ġidentification": 8377, + "Ġmeasuring": 8378, + "ĠWithout": 8379, + "vard": 8380, + "struction": 8381, + "gien": 8382, + "Ġflour": 8383, + "Ġtranslation": 8384, + "ĠAdministration": 8385, + "ĠDen": 8386, + "Ġsymbols": 8387, + "ĠMoon": 8388, + "emia": 8389, + "Ġsequences": 8390, + "Ġconversion": 8391, + "arer": 8392, + "vals": 8393, + "ulpt": 8394, + "soft": 8395, + "start": 8396, + "Ġcas": 8397, + "ĠCast": 8398, + "Ġtack": 8399, + "Ġconcerning": 8400, + "Ġscenarios": 8401, + "elfare": 8402, + "Ġbeneath": 8403, + "Ġcontributions": 8404, + "Ġ<=": 8405, + "Ġrecycling": 8406, + "step": 8407, + "Ġreflection": 8408, + "ENT": 8409, + "Ġgiant": 8410, + "allow": 8411, + "Ġcul": 8412, + "Val": 8413, + "Ġpolynomial": 8414, + "Ġbrush": 8415, + "adder": 8416, + "Ġcovering": 8417, + "Ġstuff": 8418, + "ĠAmong": 8419, + "arents": 8420, + "Ġposts": 8421, + "ĠWorks": 8422, + "abeth": 8423, + "Ġgranted": 8424, + "Ġcalm": 8425, + "Ġduration": 8426, + "azon": 8427, + "Ġpestic": 8428, + "Ġprovider": 8429, + "iary": 8430, + "eut": 8431, + "Ġsubsc": 8432, + "oured": 8433, + "semb": 8434, + "Ġsegment": 8435, + "Ġmotivation": 8436, + "Ġfed": 8437, + "Ġtact": 8438, + "eping": 8439, + "Ġtropical": 8440, + "Ġprotecting": 8441, + "ĠChristmas": 8442, + "Ġterror": 8443, + "ohyd": 8444, + "Ġconference": 8445, + "Ġrealm": 8446, + "Ġtract": 8447, + "neg": 8448, + "ĠContin": 8449, + "ĠMen": 8450, + "Ġtaxes": 8451, + "Ġassets": 8452, + "Ġmicrosc": 8453, + "Ġrepresentative": 8454, + "ĠSwed": 8455, + "Ġworship": 8456, + "Ġdisabilities": 8457, + "ups": 8458, + "Ġdetected": 8459, + "CE": 8460, + "Ġrealized": 8461, + "ĠCentre": 8462, + "Ġtransc": 8463, + "Ġreasonable": 8464, + "Ġsport": 8465, + "ĠSund": 8466, + "this": 8467, + "Ġinterior": 8468, + "Ġhazard": 8469, + "ostic": 8470, + "Ġearliest": 8471, + "Ġopinions": 8472, + "Ġattributes": 8473, + "Ġgrain": 8474, + "ĠDirector": 8475, + "07": 8476, + "Ġisolation": 8477, + "Ġcriminal": 8478, + "Ġmicrob": 8479, + "Ġdiscussions": 8480, + "Ġseat": 8481, + "Ġproviders": 8482, + "http": 8483, + "Ġvan": 8484, + "Ġordinary": 8485, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 8486, + "Ġstrain": 8487, + "incoln": 8488, + "ĠTre": 8489, + "aware": 8490, + "ĠMath": 8491, + "Ġfellow": 8492, + "Ġimagination": 8493, + "Are": 8494, + "Ġelected": 8495, + "Ġbiom": 8496, + "ĠWall": 8497, + "ket": 8498, + "ĠMD": 8499, + "ĠHeb": 8500, + "Ref": 8501, + "Ġfriendly": 8502, + "Ġdisput": 8503, + "rant": 8504, + "awn": 8505, + "Ġconqu": 8506, + "rypt": 8507, + "Tra": 8508, + "omatic": 8509, + "Ġlosses": 8510, + "ĠAR": 8511, + "Ġmarg": 8512, + "Ġcomplications": 8513, + "Ġwebsites": 8514, + "Ġanalog": 8515, + "ĠDou": 8516, + "Ġbreed": 8517, + "Ġliterary": 8518, + "Ġstruggles": 8519, + "ĠFour": 8520, + "Ġsuffered": 8521, + "Ġlosing": 8522, + "chron": 8523, + "Ġboat": 8524, + "Ġconce": 8525, + "Ġdescriptive": 8526, + "acies": 8527, + ")/": 8528, + "Ġsensitivity": 8529, + "ĠOrganization": 8530, + "Ġcoverage": 8531, + "chain": 8532, + "Ġdimensions": 8533, + "Ġreporting": 8534, + "Ġpackage": 8535, + "Ġprospect": 8536, + "century": 8537, + "Ġpreferred": 8538, + "Ġparameter": 8539, + "Ġdiffer": 8540, + "Ġalert": 8541, + "ĠOper": 8542, + "Ġcontribution": 8543, + "ĠExample": 8544, + "Ġexamined": 8545, + "ĠNever": 8546, + "Ġexpanded": 8547, + "AA": 8548, + "ĠNov": 8549, + "lower": 8550, + "Ġpeoples": 8551, + "Ġvariations": 8552, + "pre": 8553, + "mented": 8554, + "Ġcolumns": 8555, + "Part": 8556, + "Ġaimed": 8557, + "Ġpayment": 8558, + "fe": 8559, + "Ġinterventions": 8560, + "Ġstrike": 8561, + "Ġinequality": 8562, + "Ġnoting": 8563, + "mm": 8564, + "Ġfraction": 8565, + "Ġcontainer": 8566, + "Furthermore": 8567, + "Ġphosph": 8568, + "ĠNote": 8569, + "Ġderivative": 8570, + "root": 8571, + "Ġsuperior": 8572, + "yo": 8573, + "ĠThree": 8574, + "Ġclub": 8575, + "ĠColumbia": 8576, + "Ġtempor": 8577, + "era": 8578, + "Ġathlet": 8579, + "ailed": 8580, + "Ġrelate": 8581, + "Ġasthma": 8582, + "Ġmine": 8583, + "Ġraises": 8584, + "ĠKorea": 8585, + "imp": 8586, + "ĠIV": 8587, + "olving": 8588, + "ographical": 8589, + "ependent": 8590, + "Ġbuff": 8591, + "Ġcyber": 8592, + "Ġdism": 8593, + "unicip": 8594, + "Ġcouldn": 8595, + "Despite": 8596, + "54": 8597, + "Ġaged": 8598, + "Ġphysician": 8599, + "Before": 8600, + "Ġbomb": 8601, + "Ġclassical": 8602, + "ĠSuper": 8603, + "Ġdevast": 8604, + "ailable": 8605, + "Ġaddresses": 8606, + "Ġlens": 8607, + "CP": 8608, + "Ġactively": 8609, + ")|": 8610, + "zheimer": 8611, + "Ġstood": 8612, + "Ġversus": 8613, + "irms": 8614, + "--------": 8615, + "asant": 8616, + "Ġdrought": 8617, + "Ġdietary": 8618, + "Ġhormone": 8619, + "ĠTim": 8620, + "ceptions": 8621, + "ba": 8622, + "Ġmanufacturers": 8623, + "Ġsoph": 8624, + "Ġcooling": 8625, + "Ġmixture": 8626, + "advant": 8627, + "ourse": 8628, + "range": 8629, + "Ġrealistic": 8630, + "Ġdrivers": 8631, + "Overall": 8632, + "Ġdirected": 8633, + "Ġindigenous": 8634, + "Ġwrites": 8635, + "53": 8636, + "Ġconcluded": 8637, + "ĠTable": 8638, + "uine": 8639, + "ĠBal": 8640, + "uro": 8641, + "ĠHor": 8642, + "ude": 8643, + "ĠJo": 8644, + "reshold": 8645, + "Ġperceived": 8646, + "Ġenorm": 8647, + "Through": 8648, + "rolled": 8649, + "Ġspr": 8650, + "alities": 8651, + "Ġcontributing": 8652, + "Ġrows": 8653, + "Ġsurge": 8654, + "Ġbreaks": 8655, + "Ġsocieties": 8656, + "Ġirrig": 8657, + "ĠCalcul": 8658, + "Ġevaluating": 8659, + "ĠPlay": 8660, + "Ġcombine": 8661, + "Ġoptimal": 8662, + "ocity": 8663, + "acci": 8664, + "ĠNode": 8665, + "Ġslaves": 8666, + "ĠRh": 8667, + "Ġappreciate": 8668, + "HD": 8669, + "Ġfuels": 8670, + "Ġdense": 8671, + "Ġsuscept": 8672, + "Ġsettlement": 8673, + "Ġadvis": 8674, + "OM": 8675, + "nected": 8676, + "Ġhardware": 8677, + "Ġfing": 8678, + "Ġflying": 8679, + "ishop": 8680, + "first": 8681, + "dig": 8682, + "Ġcort": 8683, + "Ġremarkable": 8684, + "Ġov": 8685, + "Ġfunctioning": 8686, + "pled": 8687, + "Ġdescribing": 8688, + "06": 8689, + "unct": 8690, + "Ġdoors": 8691, + "ĠTop": 8692, + "ools": 8693, + "ĠIT": 8694, + "110": 8695, + "Ġcontradict": 8696, + "ĠEngineering": 8697, + "oose": 8698, + "Ġfalling": 8699, + "ĠPot": 8700, + "anned": 8701, + "Ġmold": 8702, + "ĠMax": 8703, + "ĠYes": 8704, + "96": 8705, + "Ġhence": 8706, + "ĠCa": 8707, + "Ġpermission": 8708, + "Ġpromise": 8709, + "Ġnoticed": 8710, + "Ġhappiness": 8711, + "Ġbless": 8712, + "vania": 8713, + "Ġmagnitude": 8714, + "Ġhier": 8715, + "Ġremainder": 8716, + "rug": 8717, + "Ġattach": 8718, + "Ġsuspect": 8719, + "acles": 8720, + "Ġdrinks": 8721, + "ĠModel": 8722, + "Ġintrig": 8723, + "Ġensures": 8724, + "Ġimaging": 8725, + "Ġcomparing": 8726, + "Ġton": 8727, + "Ġsavings": 8728, + "elihood": 8729, + "Ġincident": 8730, + "Ġreputation": 8731, + "irth": 8732, + "Ġranges": 8733, + "Ġgases": 8734, + "Ġfarms": 8735, + "ĠSupreme": 8736, + "Ġgods": 8737, + "Ġavoiding": 8738, + "ĠBusiness": 8739, + "Ġplain": 8740, + "izabeth": 8741, + "Ġphenomena": 8742, + "Ġcopper": 8743, + "ĠPak": 8744, + "Ġsmallest": 8745, + "May": 8746, + "Ġbutton": 8747, + "ĠAuthor": 8748, + "specific": 8749, + "Ġsuggesting": 8750, + "Ġacquired": 8751, + "ĠCurrent": 8752, + "lied": 8753, + "mental": 8754, + "neys": 8755, + "People": 8756, + "Ġprofile": 8757, + "erated": 8758, + "ĠSafety": 8759, + "ĠLead": 8760, + "Ġinstances": 8761, + "ĠLee": 8762, + "Ġminds": 8763, + "Ġuncle": 8764, + "ĠPoint": 8765, + "Ġinitiative": 8766, + "Under": 8767, + "ĠCode": 8768, + "Ġconsumed": 8769, + "Ġcharged": 8770, + "otherapy": 8771, + "Ġengines": 8772, + "uten": 8773, + "ĠDes": 8774, + "%,": 8775, + "ĠLight": 8776, + "Ġthereby": 8777, + "Ġhall": 8778, + "Ġentering": 8779, + "plate": 8780, + "Ġpropag": 8781, + "Ġtracking": 8782, + "Ġoldest": 8783, + "": 9691, + "Ġhighlighting": 9692, + "ati": 9693, + "ĠIce": 9694, + "cut": 9695, + "Ġtobacco": 9696, + "ĠWould": 9697, + "Ġdipl": 9698, + "eutic": 9699, + "Ġprecip": 9700, + "Ġboundary": 9701, + "Ġlabour": 9702, + "Ġlegend": 9703, + "otypes": 9704, + "itches": 9705, + "Ġpill": 9706, + "Ġgest": 9707, + "Ġcelebrated": 9708, + "Ġ^": 9709, + "Ġparagraphs": 9710, + "agnetic": 9711, + "Ġpartnership": 9712, + "ĠInput": 9713, + "uity": 9714, + "hemistry": 9715, + "Ġears": 9716, + "lessly": 9717, + "Ġincredible": 9718, + "ĠAlexander": 9719, + "Ġaccordingly": 9720, + "Trans": 9721, + "Aut": 9722, + "Ġalien": 9723, + "Ġpione": 9724, + "imm": 9725, + "Ġinfants": 9726, + "onents": 9727, + "Ġeverywhere": 9728, + "eling": 9729, + "aters": 9730, + "Ġdifferential": 9731, + "Ġgathering": 9732, + "Ġsolely": 9733, + "squ": 9734, + "onday": 9735, + "Ġdivine": 9736, + "Ġarrival": 9737, + "ĠEconomic": 9738, + "Ge": 9739, + "economic": 9740, + "Ġassistant": 9741, + "find": 9742, + "ĠGreece": 9743, + "978": 9744, + "Ġpodcast": 9745, + "Ġspeaker": 9746, + "Ġsurg": 9747, + "Ġprevalence": 9748, + "Ġheaven": 9749, + "ĠMid": 9750, + "Ġencl": 9751, + "Ġmanagers": 9752, + "Man": 9753, + "encing": 9754, + "Pub": 9755, + "stud": 9756, + "Ġmask": 9757, + "Ġtransferred": 9758, + "Ġhybrid": 9759, + "ĠSunday": 9760, + "Ġwars": 9761, + "Ġprovince": 9762, + "opl": 9763, + "Ġworker": 9764, + "Ġextens": 9765, + "tem": 9766, + "ĠHaving": 9767, + "Ġassignment": 9768, + "Ġauto": 9769, + "Ġvaries": 9770, + "Ġbarrier": 9771, + "Ġattractive": 9772, + "Ġshr": 9773, + "Child": 9774, + "Ġcater": 9775, + "Ġindirect": 9776, + "Ġdesignated": 9777, + "erver": 9778, + "engers": 9779, + "Ġthrive": 9780, + "igm": 9781, + "Ġorange": 9782, + "ĠConference": 9783, + "oons": 9784, + "Ġshopping": 9785, + "zone": 9786, + "Ġvictory": 9787, + "Ġneural": 9788, + "ucl": 9789, + "Ġpractition": 9790, + "ĠInteg": 9791, + "isons": 9792, + "ĠBang": 9793, + "green": 9794, + "ĠMA": 9795, + "Ġprecisely": 9796, + "ĠMove": 9797, + "Ġsystematic": 9798, + "ĠDictionary": 9799, + "ĠNumber": 9800, + "Ġpeers": 9801, + "Ġdistract": 9802, + "Ġgate": 9803, + "Ġcalculation": 9804, + "bris": 9805, + "lymp": 9806, + "Ġalongside": 9807, + "zyme": 9808, + "Ġsciences": 9809, + "Ġlegit": 9810, + "Ġdefines": 9811, + "item": 9812, + "tered": 9813, + "ĠNum": 9814, + "Ġcollecting": 9815, + "Ġreef": 9816, + "ĠNavy": 9817, + "Ġslope": 9818, + "Ġmetap": 9819, + "Ġcuriosity": 9820, + "axis": 9821, + "Ġentit": 9822, + "Ġproposal": 9823, + "Ġoxid": 9824, + "Ġdiscipline": 9825, + "Ġfrag": 9826, + "Ġbeans": 9827, + "Ġdevelops": 9828, + "Ġexcite": 9829, + "Ġstraightforward": 9830, + "Ġblank": 9831, + "Ġprogression": 9832, + "Ġimmigrants": 9833, + "Two": 9834, + "Ġbears": 9835, + "Post": 9836, + "Ġattributed": 9837, + "Inc": 9838, + "dec": 9839, + "Ġhormones": 9840, + "Ġspatial": 9841, + "Ġsuddenly": 9842, + "Ġliterally": 9843, + "ji": 9844, + "Ġrequests": 9845, + "icking": 9846, + "Ġnutritional": 9847, + "Ġseverity": 9848, + "RC": 9849, + "ĠStan": 9850, + "Ġvirtually": 9851, + "Ġevolve": 9852, + "inked": 9853, + "blem": 9854, + "aven": 9855, + "Ġclassification": 9856, + "ĠGall": 9857, + "Ġdesigning": 9858, + "storm": 9859, + ")||": 9860, + "Ġbonds": 9861, + "ĠSaint": 9862, + "ĠOtt": 9863, + "Ġreadily": 9864, + "Ġempathy": 9865, + "Ġelabor": 9866, + "Ġzones": 9867, + "eterm": 9868, + "ĠSeveral": 9869, + "Ġwing": 9870, + "ĠConnect": 9871, + "ĠJacob": 9872, + "ĠEPA": 9873, + "ibonacci": 9874, + "feed": 9875, + "ĠFrid": 9876, + "ĠCost": 9877, + "Ġadoption": 9878, + "Ġcoat": 9879, + "ĠSenate": 9880, + "Ġadventure": 9881, + "Ġinstallation": 9882, + "Ġpandemic": 9883, + "ludes": 9884, + "Ġoccupied": 9885, + "items": 9886, + "ĠAgriculture": 9887, + "ols": 9888, + "61": 9889, + "een": 9890, + "Ġspan": 9891, + "Ġutility": 9892, + "emies": 9893, + "estions": 9894, + "Ġsulf": 9895, + "rimin": 9896, + "ĠWildlife": 9897, + "Ġspinal": 9898, + "anwhile": 9899, + "Ġregulatory": 9900, + "Ġexplanations": 9901, + "plicates": 9902, + "ĠEgyptian": 9903, + "Ġnotable": 9904, + "ĠRam": 9905, + "ĠClick": 9906, + "Ġassociate": 9907, + "Ġimpression": 9908, + "Ġadjacent": 9909, + "ctu": 9910, + "ĠWikipedia": 9911, + "Ġcirculation": 9912, + "Start": 9913, + "burn": 9914, + "Ġ_": 9915, + "Ġstere": 9916, + "LS": 9917, + "ĠWhether": 9918, + "Ġseparation": 9919, + "ĠBiology": 9920, + "ĠShould": 9921, + "Ġforever": 9922, + "Ġreserved": 9923, + "Ġhurt": 9924, + "ĠSection": 9925, + "Ġjuice": 9926, + "Ġviral": 9927, + "Ġash": 9928, + "ĠLaboratory": 9929, + "Ġguarantee": 9930, + "Ġrhythm": 9931, + "Ġcheap": 9932, + "Ġcircular": 9933, + "Ġtill": 9934, + "Ġresilience": 9935, + "Ġstructured": 9936, + "Ĥ¬": 9937, + "Ġdetermination": 9938, + "Ġrestoration": 9939, + "Ġstaying": 9940, + "awa": 9941, + "ĠFred": 9942, + "71": 9943, + "Ġboxes": 9944, + "Ġweaknesses": 9945, + "ĠTown": 9946, + "rades": 9947, + "omous": 9948, + "zer": 9949, + "Ġtrem": 9950, + "Who": 9951, + "ĠPu": 9952, + "Ġintegrity": 9953, + "Ġharsh": 9954, + "iders": 9955, + "ĠSecretary": 9956, + "has": 9957, + "Ġconnecting": 9958, + "exist": 9959, + "Cal": 9960, + "havior": 9961, + "Ġshowc": 9962, + "quiry": 9963, + "True": 9964, + "Ġstriking": 9965, + "Ġcampaigns": 9966, + "verages": 9967, + "Ġarmed": 9968, + "Ġarbit": 9969, + "ĠNob": 9970, + "aine": 9971, + "arding": 9972, + "ĠTheore": 9973, + "Ġunderground": 9974, + "duction": 9975, + "Ġrainfall": 9976, + "Ġhospitals": 9977, + "Ġacceptable": 9978, + "ĠTestament": 9979, + "Ġdairy": 9980, + "ĠPage": 9981, + "Ġcorporate": 9982, + "rin": 9983, + "Ġplanted": 9984, + "Ġcandidates": 9985, + "Ġputs": 9986, + "Ġneurons": 9987, + "Ġdigits": 9988, + "Ġwhenever": 9989, + "ĠAff": 9990, + "ĠConc": 9991, + "Ġdropped": 9992, + "ĠBureau": 9993, + "Ġenjoyed": 9994, + "ysical": 9995, + "Ġregulate": 9996, + "Ġsophisticated": 9997, + "Ġbits": 9998, + "Line": 9999, + "ĠArts": 10000, + "ĠCorn": 10001, + "Ġworn": 10002, + "Ġportray": 10003, + "ĠTheory": 10004, + "rowth": 10005, + "ĠFurther": 10006, + "Ġencourages": 10007, + "ĠFil": 10008, + "Ġwhis": 10009, + "Ġrotation": 10010, + "Ġwash": 10011, + "Ġglobe": 10012, + "Ġprayer": 10013, + "Ġpermit": 10014, + "Ġcompassion": 10015, + "compass": 10016, + "Ġapparently": 10017, + "raham": 10018, + "sk": 10019, + "Ġmedieval": 10020, + "Ġirrigation": 10021, + "Ġsup": 10022, + "Ġannually": 10023, + "Ġmatches": 10024, + "natural": 10025, + "Ġsquares": 10026, + "ĠTreatment": 10027, + "Ġpupils": 10028, + "Ġcompos": 10029, + "Ġaccounting": 10030, + "Ġmunicip": 10031, + "Ġdisk": 10032, + "oked": 10033, + "Ġclues": 10034, + "inois": 10035, + "Ġmanuscript": 10036, + "[]": 10037, + "Ġlanding": 10038, + "Ġrefused": 10039, + "Ġdefining": 10040, + "profit": 10041, + "Ġpenet": 10042, + "ga": 10043, + "Ġwinds": 10044, + "Ġaest": 10045, + "ĠBeing": 10046, + "Ġshares": 10047, + "SON": 10048, + "Source": 10049, + "ĠMess": 10050, + "Ġelderly": 10051, + "vable": 10052, + "ĠPortug": 10053, + "ĠDaniel": 10054, + "uits": 10055, + "cule": 10056, + "Ġglac": 10057, + "ĠSmall": 10058, + "Ġjoints": 10059, + "sets": 10060, + "Ġdecom": 10061, + "ĠDO": 10062, + "Ġcopies": 10063, + "ĠHam": 10064, + "Ġdinner": 10065, + "ĠIndex": 10066, + "Ġdreams": 10067, + "Ġsphere": 10068, + "Ġfingers": 10069, + "Ġreceives": 10070, + "ouses": 10071, + "Like": 10072, + "ĠSP": 10073, + "ĠView": 10074, + "enda": 10075, + "Ġsocio": 10076, + "Ġclay": 10077, + "Ġtrace": 10078, + "ĠGar": 10079, + "ĠHistorical": 10080, + "Ġproud": 10081, + "Ġlakes": 10082, + "ĠVe": 10083, + "Ġtort": 10084, + "'(": 10085, + "73": 10086, + "ĠMoses": 10087, + "Ġvegetable": 10088, + "Ġanalyses": 10089, + "eem": 10090, + "Ġlivestock": 10091, + "®": 10092, + "ĠUV": 10093, + "attered": 10094, + "Ġtherm": 10095, + "ĠDigital": 10096, + "Ġbought": 10097, + "Ġaspir": 10098, + "!\"": 10099, + "Ġoccurrence": 10100, + "Ġfunded": 10101, + "ĠStrateg": 10102, + "Ġchicken": 10103, + "Ġtongue": 10104, + "run": 10105, + "Ġho": 10106, + "Ġbleeding": 10107, + "Invalid": 10108, + "Ġmammals": 10109, + "ĠOlymp": 10110, + "rium": 10111, + "Ġtom": 10112, + "issance": 10113, + "Ġfestival": 10114, + "Ġemerge": 10115, + "Ġnoun": 10116, + "ĠJackson": 10117, + "yes": 10118, + "ĠExamples": 10119, + "ĠChief": 10120, + "ĠMedia": 10121, + "Ġceleb": 10122, + "ĠCA": 10123, + "sembly": 10124, + "Ġgear": 10125, + "product": 10126, + "adelph": 10127, + "Ġhealthier": 10128, + "Ġpredictions": 10129, + "Ġoutbreak": 10130, + "ĠFarm": 10131, + "Ġrod": 10132, + "search": 10133, + "Ġgly": 10134, + "Ġaccidents": 10135, + "Ġtriang": 10136, + "Ġgum": 10137, + "ulates": 10138, + "Ġhol": 10139, + "Ġpopularity": 10140, + "Ġsleeping": 10141, + "MI": 10142, + "vation": 10143, + "ustrial": 10144, + "ĠMur": 10145, + "Ġhopes": 10146, + "Ġfootprint": 10147, + "OV": 10148, + "Ġglow": 10149, + "Ġenforcement": 10150, + "Ġthreads": 10151, + "Ġincorporated": 10152, + "ĠHeritage": 10153, + "cled": 10154, + "Ġwelcome": 10155, + "tains": 10156, + "Ġenhanced": 10157, + "ropol": 10158, + "isition": 10159, + "Ġthroat": 10160, + "Ġpackaging": 10161, + "Ġimpair": 10162, + "ñ": 10163, + "Ġlingu": 10164, + "abb": 10165, + "icon": 10166, + "Ġcoins": 10167, + "Ġvillages": 10168, + "102": 10169, + "Ġregistered": 10170, + "Ġshelter": 10171, + "Ġpaintings": 10172, + "effective": 10173, + "Ġion": 10174, + "Ġancestors": 10175, + "Ġrevealing": 10176, + "mail": 10177, + "Ġevaluated": 10178, + "Ġscenes": 10179, + "Ġtuple": 10180, + "ĠTrust": 10181, + "erness": 10182, + "ĠPhot": 10183, + "aque": 10184, + "ĠCrit": 10185, + "Ġroutes": 10186, + "aylor": 10187, + "Ġpurchasing": 10188, + "Ġsubtract": 10189, + "reaching": 10190, + "Ġtomat": 10191, + "Ġregime": 10192, + "ĠVan": 10193, + "thew": 10194, + "Ġconsistency": 10195, + "raine": 10196, + "ĠNOT": 10197, + "Ġbusy": 10198, + "assium": 10199, + "adequ": 10200, + "ĠMuslims": 10201, + "Ġevolutionary": 10202, + "Ġfrequencies": 10203, + "Ġattempted": 10204, + "rait": 10205, + "ĠCreek": 10206, + "Ġdescend": 10207, + "ĠAz": 10208, + "Ġpowder": 10209, + "Ġcited": 10210, + "include": 10211, + "oved": 10212, + "ĠLevel": 10213, + "ali": 10214, + "Ġchocolate": 10215, + "Ġfinite": 10216, + "Ġsug": 10217, + "ricks": 10218, + "redit": 10219, + "Ġhorizontal": 10220, + "ĠSarah": 10221, + "Ġillnesses": 10222, + "ĠAngeles": 10223, + "Ġfifth": 10224, + "Ġvig": 10225, + "Ġol": 10226, + "Ġcontainers": 10227, + "ename": 10228, + "imeter": 10229, + "Gl": 10230, + "Ġ\\": 10231, + "afe": 10232, + "regular": 10233, + "iterranean": 10234, + "Ġspecialist": 10235, + "Ġdating": 10236, + "astics": 10237, + "Ġbasically": 10238, + "Class": 10239, + "Ġdimin": 10240, + "Ġearthquake": 10241, + "Ġmotivated": 10242, + "han": 10243, + "ĠMexican": 10244, + "outheast": 10245, + "ught": 10246, + "conf": 10247, + "Ġretain": 10248, + "Ġentrance": 10249, + "ĠStation": 10250, + "Ġfate": 10251, + "olt": 10252, + "Ġdebris": 10253, + "ĠAntar": 10254, + "aved": 10255, + "Id": 10256, + "Ġchurches": 10257, + "Ġft": 10258, + "Ġcaps": 10259, + "Ġwage": 10260, + "Ġcamps": 10261, + "Ġoils": 10262, + "92": 10263, + "Ġdiarr": 10264, + "Hello": 10265, + "ĠAndrew": 10266, + "Key": 10267, + "Ġexplored": 10268, + "Ġeco": 10269, + "Ġsusceptible": 10270, + "ayer": 10271, + "Ġfaculty": 10272, + "Ġpremises": 10273, + "Ġirre": 10274, + "ĠNeed": 10275, + "Ġconducting": 10276, + "ĠCentury": 10277, + "ĠHelp": 10278, + "enter": 10279, + "TA": 10280, + "about": 10281, + "Ġperf": 10282, + "Ġdigestive": 10283, + "Ġincidence": 10284, + "Ġlabels": 10285, + "Ġrestaurants": 10286, + "Ġquot": 10287, + "acle": 10288, + "ordination": 10289, + "efficient": 10290, + "ĠEll": 10291, + "ordinary": 10292, + "ĠShow": 10293, + "Ġtemp": 10294, + "adelphia": 10295, + "aternal": 10296, + "Ġrestricted": 10297, + "ĠKids": 10298, + "aver": 10299, + "ĠMusic": 10300, + "SP": 10301, + "ĠRight": 10302, + "ĠLi": 10303, + "Ġprosper": 10304, + "Av": 10305, + "Ġdesk": 10306, + "ĠConvention": 10307, + "Ġsurroundings": 10308, + "atching": 10309, + "Ġprescribed": 10310, + "Ġreliability": 10311, + "ĠAC": 10312, + "Ġwra": 10313, + "Ġmedicines": 10314, + "Ġguided": 10315, + "Ġemphasize": 10316, + "Ġartifacts": 10317, + "Ġdishes": 10318, + "Ġwings": 10319, + "ĠSon": 10320, + "Ġnom": 10321, + "arium": 10322, + "Ġempower": 10323, + "Ġcitizen": 10324, + "ĠWeek": 10325, + "current": 10326, + "itate": 10327, + "Ġdispers": 10328, + "Ġprivacy": 10329, + "Ġstabil": 10330, + "Ġeconomics": 10331, + "Ġempire": 10332, + "ĠHTML": 10333, + "Ġshoes": 10334, + "ĠOs": 10335, + "Ġhub": 10336, + "Ġsteady": 10337, + "74": 10338, + "Ġelementary": 10339, + "Ġrecursive": 10340, + "std": 10341, + "mid": 10342, + "Ġpel": 10343, + "sex": 10344, + "Ġsemi": 10345, + "Ġhydro": 10346, + "Ġnp": 10347, + "Ġinvention": 10348, + "Ġbackstory": 10349, + "ocket": 10350, + "rophic": 10351, + "EA": 10352, + "Ġbell": 10353, + "zymes": 10354, + "ĠMicrosoft": 10355, + "ĠHum": 10356, + "ĠFriday": 10357, + "Ġtransactions": 10358, + "ĠArea": 10359, + "Ġsoils": 10360, + "Ġcellular": 10361, + "bolic": 10362, + "thur": 10363, + "ustainable": 10364, + "neum": 10365, + "Ġexponential": 10366, + "ivities": 10367, + "aterials": 10368, + "oler": 10369, + "ooked": 10370, + "Ġconsent": 10371, + "Ġminority": 10372, + "Ġabsolutely": 10373, + "ĠMaster": 10374, + "Ġcontexts": 10375, + "Ġentertainment": 10376, + "Ġbatt": 10377, + "Ġatmospheric": 10378, + "Ġasks": 10379, + "Ġinspire": 10380, + "Ġpersonalized": 10381, + "Ġdefinitions": 10382, + "Ġheal": 10383, + "esium": 10384, + "uum": 10385, + "Ġconfiguration": 10386, + "ĠVietnam": 10387, + "Ġteens": 10388, + "203": 10389, + "Ġdocumented": 10390, + "Ġinflation": 10391, + "Day": 10392, + "elect": 10393, + "ĠRather": 10394, + "Ġclouds": 10395, + "Ġthank": 10396, + "Ġdecreases": 10397, + "herence": 10398, + "Ġparticipating": 10399, + "ĠSupport": 10400, + "ĠImagine": 10401, + "Ġcatast": 10402, + "mond": 10403, + "ideo": 10404, + "Ġbuck": 10405, + "process": 10406, + "ĠHence": 10407, + "ĠCommons": 10408, + "ĠTwitter": 10409, + "Ġcoron": 10410, + "di": 10411, + "Ġbags": 10412, + "Ġincons": 10413, + "Ġelectrons": 10414, + "rible": 10415, + "Ġ(-": 10416, + "iano": 10417, + "Ġorganize": 10418, + "Ġcough": 10419, + "ounding": 10420, + "Ġtorn": 10421, + "building": 10422, + ")]": 10423, + "Ġincredibly": 10424, + "Ġparadox": 10425, + "Ġoptical": 10426, + "ador": 10427, + "Ġcoding": 10428, + "ilst": 10429, + "Ġindependently": 10430, + "ĠColon": 10431, + "Ġphones": 10432, + "!âĢĿ": 10433, + "Ġstruck": 10434, + "Mar": 10435, + "veill": 10436, + "ĠRest": 10437, + "omers": 10438, + "Ġmetric": 10439, + "Ġbroke": 10440, + "eller": 10441, + "ĠĠĠĠĊ": 10442, + "Ġduties": 10443, + "Ġsons": 10444, + "ĠTH": 10445, + "rub": 10446, + "Ġexecuted": 10447, + "ĠIllinois": 10448, + "Ġoperational": 10449, + "Ġpenal": 10450, + "ĠMrs": 10451, + "ĠAlaska": 10452, + "Ġsuicide": 10453, + "Ġexplicitly": 10454, + "jud": 10455, + "Ġtech": 10456, + "Ġlux": 10457, + "Ġcharts": 10458, + "Ġcyl": 10459, + "Ġlongest": 10460, + "Ġabundance": 10461, + "issipp": 10462, + "Ġmorph": 10463, + "ogens": 10464, + "ivals": 10465, + "Ġconsisting": 10466, + "Ġcollapse": 10467, + "Ġcrimes": 10468, + "Ġvice": 10469, + "Ġretrie": 10470, + "Ġneuro": 10471, + "��hack": 10472, + "Ġmathematic": 10473, + "ethe": 10474, + "aying": 10475, + "Ġjuris": 10476, + "ĠIndones": 10477, + "ceeds": 10478, + "ĠProm": 10479, + "ĠRNA": 10480, + "Ġintelligent": 10481, + "ĠEmer": 10482, + "ĠField": 10483, + "GE": 10484, + "bow": 10485, + "urse": 10486, + "pdf": 10487, + "176": 10488, + "regon": 10489, + "ighth": 10490, + "Ġcuts": 10491, + "Ġsynthetic": 10492, + "Ġinvasion": 10493, + "ĠTokyo": 10494, + "high": 10495, + "rose": 10496, + "Out": 10497, + "Ġglob": 10498, + "125": 10499, + "Ġtower": 10500, + "Ġcriticism": 10501, + "Yes": 10502, + "Ġhotel": 10503, + "Ġconsiderations": 10504, + "Ġruled": 10505, + "Ġoste": 10506, + "Ġfactory": 10507, + "Ġindicators": 10508, + "ĠÃĹ": 10509, + "Ġloan": 10510, + "Ġcohes": 10511, + "Ġseam": 10512, + "Ġsurgical": 10513, + "²": 10514, + "Ġmistake": 10515, + "Ġtranslated": 10516, + "ĠOrder": 10517, + "Ġfulfill": 10518, + "ĠHindu": 10519, + "86": 10520, + "bour": 10521, + "Ġlob": 10522, + "ĠKent": 10523, + "Ġpainted": 10524, + "Ġnuts": 10525, + "ĠTurn": 10526, + "Ġstretch": 10527, + "Ġoceans": 10528, + "Ġlegacy": 10529, + "Ġlecture": 10530, + "Ġunem": 10531, + "income": 10532, + "Ġsubsid": 10533, + "veillance": 10534, + "bury": 10535, + "security": 10536, + "ications": 10537, + "Ġloyalty": 10538, + "ĠMediterranean": 10539, + "inces": 10540, + "Ġexcitement": 10541, + "Ġmetabolism": 10542, + "Dep": 10543, + "rizona": 10544, + "Ġcircles": 10545, + "Ġsenses": 10546, + "ĠTree": 10547, + "Ġcontinent": 10548, + "Ġerosion": 10549, + "ĠFed": 10550, + "Ġelevated": 10551, + "ĠHa": 10552, + "ico": 10553, + "Ġfunctionality": 10554, + "Ġcave": 10555, + "ĠAbraham": 10556, + "post": 10557, + "pany": 10558, + "ĠPoly": 10559, + "Learn": 10560, + "Ġsupportive": 10561, + "elly": 10562, + "Ġrecognizing": 10563, + "!!": 10564, + "ĠNeg": 10565, + "Ġtotally": 10566, + "ĠAh": 10567, + "Ġplates": 10568, + "Ġprovision": 10569, + "lear": 10570, + "ĠText": 10571, + "Ġdividing": 10572, + "84": 10573, + "Ġsurviv": 10574, + "Ġspreading": 10575, + "Ġinch": 10576, + "ker": 10577, + "Ġspine": 10578, + "Ġadministrative": 10579, + "iral": 10580, + "Ġresemb": 10581, + "Ġdiets": 10582, + "ĠTurk": 10583, + "ĠMinistry": 10584, + "Ġbrains": 10585, + "lie": 10586, + "ĠFair": 10587, + "ĠAction": 10588, + "Ġswimming": 10589, + "ĠPlace": 10590, + ":||": 10591, + "rust": 10592, + "Ġarrangement": 10593, + "Ġdementia": 10594, + "ĠBern": 10595, + "oca": 10596, + "Inter": 10597, + "Ġprevents": 10598, + "Ġsle": 10599, + "ori": 10600, + "Ġrib": 10601, + "Ġtransparent": 10602, + "Ġrewards": 10603, + "fly": 10604, + "Ġgenerator": 10605, + "Ġdemocratic": 10606, + "ĠDie": 10607, + "ĠBlood": 10608, + "Ġfilms": 10609, + "Ġmobility": 10610, + "Ġsectors": 10611, + "join": 10612, + "Ġpleasure": 10613, + "Ġseemingly": 10614, + "Ġrobots": 10615, + "ĠNorm": 10616, + "ospel": 10617, + "Ġfragment": 10618, + "ĠCop": 10619, + "Ġtrading": 10620, + "Fig": 10621, + "ĠEns": 10622, + "Both": 10623, + "Ġdiagram": 10624, + "Ġdevelopmental": 10625, + "Ġimproves": 10626, + "81": 10627, + "onent": 10628, + "Ġpose": 10629, + "Ġdow": 10630, + "cking": 10631, + "ĠOthers": 10632, + "Ġcope": 10633, + "Ġpond": 10634, + "ĠPaper": 10635, + "Ġcluster": 10636, + "Ġmissions": 10637, + "Ġpipe": 10638, + "ffe": 10639, + "Ġelections": 10640, + "Ġspeakers": 10641, + "Ġspelling": 10642, + "ĠMajor": 10643, + "Ġrender": 10644, + "Ġinspect": 10645, + "Ġinvestments": 10646, + "empty": 10647, + "Ġoccasionally": 10648, + "bage": 10649, + "ĠPDF": 10650, + "Def": 10651, + "Ġacquire": 10652, + ".),": 10653, + "ĠSanta": 10654, + "rac": 10655, + "Ġdiscoveries": 10656, + "Ġbottle": 10657, + "Ġyes": 10658, + "Ġstorytelling": 10659, + "BI": 10660, + "Ġshipping": 10661, + "Ġinterviews": 10662, + "Ġjew": 10663, + "Ġsubmit": 10664, + "Ġprotest": 10665, + "score": 10666, + "sters": 10667, + "Ġcompletion": 10668, + "Ġdeposits": 10669, + "Ġblur": 10670, + "Ġamino": 10671, + "Ġbelonging": 10672, + "aya": 10673, + "ĠLater": 10674, + "leton": 10675, + "igious": 10676, + "western": 10677, + "ometric": 10678, + "only": 10679, + "ĠSpirit": 10680, + "Ġearned": 10681, + "check": 10682, + "Ġwake": 10683, + "ĠGive": 10684, + "111": 10685, + "Ġdeposit": 10686, + "names": 10687, + "Ġloud": 10688, + "Click": 10689, + "Ġgray": 10690, + "overs": 10691, + "Ġham": 10692, + "Ġworlds": 10693, + "ĠOffic": 10694, + "Ġaltered": 10695, + "Ġmile": 10696, + "formed": 10697, + "ĠLED": 10698, + "Ġoperators": 10699, + "Ġprol": 10700, + "they": 10701, + "ifer": 10702, + "Ġlocally": 10703, + "Ġopens": 10704, + "ĠLew": 10705, + "Ġinvasive": 10706, + "Ġseasons": 10707, + "marks": 10708, + "ogram": 10709, + "issippi": 10710, + "ĠMot": 10711, + "ependence": 10712, + "Ġsheep": 10713, + "ailing": 10714, + "Ġstraw": 10715, + "Ġaster": 10716, + "Ġassessments": 10717, + "Ġclosest": 10718, + "Students": 10719, + "itic": 10720, + "orship": 10721, + "Health": 10722, + "wa": 10723, + "Ġpunct": 10724, + "oline": 10725, + "original": 10726, + "Ps": 10727, + "ĠMaybe": 10728, + "Ġweekly": 10729, + "atile": 10730, + "ĠVitamin": 10731, + "Ġspell": 10732, + "ouri": 10733, + "Ġblend": 10734, + "Ġvert": 10735, + "Ġprone": 10736, + "Ġhung": 10737, + "imic": 10738, + "Ġcurious": 10739, + "Ġprotocols": 10740, + "Ġphilosophical": 10741, + "gged": 10742, + "claim": 10743, + "Ġdramatically": 10744, + "oub": 10745, + "Ġstunning": 10746, + "Ġreproductive": 10747, + "ĠCall": 10748, + "Ġfles": 10749, + "Ob": 10750, + "Ġbull": 10751, + "develop": 10752, + "Ġdocumentation": 10753, + "Scient": 10754, + "Ġweaken": 10755, + "Ġbroadcast": 10756, + "Ġlunch": 10757, + "Ġverify": 10758, + "uct": 10759, + "Ġdecimal": 10760, + "Ġexcav": 10761, + "à¥": 10762, + "Ġimpressive": 10763, + "ĠPhiladelphia": 10764, + "Ġsacrifice": 10765, + "ATION": 10766, + "rological": 10767, + "Ġarranged": 10768, + "Ġdeer": 10769, + "iblical": 10770, + "isations": 10771, + "nums": 10772, + "ync": 10773, + "Ġguides": 10774, + "ĠEnc": 10775, + "Ġgau": 10776, + "Ġlengths": 10777, + "Ġcourage": 10778, + "Ġundergo": 10779, + "ĠDifferent": 10780, + "Ġscholar": 10781, + "Keep": 10782, + "Ġstuck": 10783, + "Ġballs": 10784, + "Ġvow": 10785, + "apters": 10786, + "Ġ(âĢľ": 10787, + "Ġabundant": 10788, + "Ġpresenting": 10789, + "Ġtolerance": 10790, + "Ġgalaxy": 10791, + "Ġ©": 10792, + "there": 10793, + "ĠYellow": 10794, + "Ġpunishment": 10795, + "Ġinvested": 10796, + "Given": 10797, + "Ġproducers": 10798, + "ĠUnderstanding": 10799, + "((": 10800, + "aping": 10801, + "Ġeleph": 10802, + "Ġintersection": 10803, + "ĠGarden": 10804, + "ondition": 10805, + "Ġcounting": 10806, + "Ġendangered": 10807, + "Ġnick": 10808, + "olph": 10809, + "Ġcataly": 10810, + "ĠDiscuss": 10811, + "etically": 10812, + "ushing": 10813, + "Ġmultiply": 10814, + "best": 10815, + "Ġentitled": 10816, + "ynasty": 10817, + "ĠObama": 10818, + "enh": 10819, + "HT": 10820, + "Ġrays": 10821, + "Ġsediment": 10822, + "Ġoperated": 10823, + "Ġcoral": 10824, + "ĠSelf": 10825, + "Ġlicense": 10826, + "Ġreh": 10827, + "orus": 10828, + ".:": 10829, + "Ġcontamination": 10830, + "ĠStudent": 10831, + "Ġsimplify": 10832, + "Ġprolong": 10833, + "Ġcameras": 10834, + "idth": 10835, + "Ġconsec": 10836, + "Ġhint": 10837, + "ĠPear": 10838, + "]:": 10839, + "integ": 10840, + "ĠNeu": 10841, + "Ġvalley": 10842, + "Char": 10843, + "Ġquadratic": 10844, + "azz": 10845, + "Ġshade": 10846, + "Ġdetermines": 10847, + "ĠPractice": 10848, + "Ġfavour": 10849, + "Ġburned": 10850, + "Ġfeat": 10851, + "who": 10852, + "ĠThanks": 10853, + "Ġiterate": 10854, + "Ġfo": 10855, + "sim": 10856, + "Ġalumin": 10857, + "ĠMind": 10858, + "Ġemployers": 10859, + "Ġcig": 10860, + "arest": 10861, + "82": 10862, + "Ġdried": 10863, + "Ġvectors": 10864, + "Ġcertific": 10865, + "III": 10866, + "Ġdivers": 10867, + "Ġpale": 10868, + "ologic": 10869, + "Ġinventory": 10870, + "uce": 10871, + "Ġpromising": 10872, + "Number": 10873, + "Ġrings": 10874, + "Ġcoordinates": 10875, + "Ġeleg": 10876, + "Ġselecting": 10877, + "Ġinstant": 10878, + "Ġdispar": 10879, + "itzer": 10880, + "Ġorientation": 10881, + "Ġcable": 10882, + "ĠFDA": 10883, + "Ġdischarge": 10884, + "ypically": 10885, + "akespe": 10886, + "Ġthoroughly": 10887, + "odox": 10888, + "Ġexplaining": 10889, + "ĠOcc": 10890, + "Ġtherapeutic": 10891, + "ĠâĪļ": 10892, + "ĠCT": 10893, + "];": 10894, + "Ġcontinuously": 10895, + "Ġencountered": 10896, + "Ġchamber": 10897, + "Ġmanipulate": 10898, + "Ġpollut": 10899, + "ashed": 10900, + "ĠAT": 10901, + "Ġworkshop": 10902, + "Ġpesticides": 10903, + "Ġfibers": 10904, + "Ġcollaborative": 10905, + "Ġintuitive": 10906, + "Ġapproval": 10907, + "dess": 10908, + "Develop": 10909, + "Ġcategor": 10910, + "Ġintermedi": 10911, + "Ġharness": 10912, + "Ġnumerical": 10913, + "Ġknee": 10914, + "Ġobstacles": 10915, + "Type": 10916, + "ĠPhilos": 10917, + "Ġamongst": 10918, + "Ġpredomin": 10919, + "ĠEncyclopedia": 10920, + "ĠKorean": 10921, + "akespeare": 10922, + "Ġbulb": 10923, + "High": 10924, + "ĠOS": 10925, + "Ġdisappear": 10926, + "Ġkilometers": 10927, + "View": 10928, + "Ġplacing": 10929, + "Ġvisualize": 10930, + "Ġswelling": 10931, + "Ac": 10932, + "Ġexplores": 10933, + "Ġfan": 10934, + "ĠOften": 10935, + "json": 10936, + "acon": 10937, + "Ġdisagree": 10938, + "á¹": 10939, + "ĠGuard": 10940, + "PR": 10941, + "Researchers": 10942, + "ĠIde": 10943, + "Ġspeeds": 10944, + "ĠHit": 10945, + "ĠFish": 10946, + "Ġmagazine": 10947, + "connected": 10948, + "fire": 10949, + "Ġedited": 10950, + "const": 10951, + "DL": 10952, + "ĠUnlike": 10953, + "Ġfost": 10954, + "Ġthirty": 10955, + "Ġsurvived": 10956, + "Ġfantasy": 10957, + "Ġentities": 10958, + "ROM": 10959, + "asures": 10960, + "ĠDue": 10961, + "ĠPhysical": 10962, + "Ġlandscapes": 10963, + "а": 10964, + "ĠJr": 10965, + "Ġexport": 10966, + "Ġhygiene": 10967, + "ĠSus": 10968, + "ĠPain": 10969, + "ĠAcc": 10970, + "ilia": 10971, + "Ġcanal": 10972, + "ĠAsh": 10973, + "Ġrelating": 10974, + "ĠPL": 10975, + "ĠOregon": 10976, + "Ġdetermin": 10977, + "Ġfreely": 10978, + "Ġbinding": 10979, + "Ġdeals": 10980, + "supp": 10981, + "Ġutilized": 10982, + "amel": 10983, + "Ġthyroid": 10984, + "83": 10985, + "Ġminister": 10986, + "formance": 10987, + "Ġrepresentatives": 10988, + "except": 10989, + "Ġanthrop": 10990, + "Ġinconsist": 10991, + "ricane": 10992, + "ĠHard": 10993, + "ĠOnt": 10994, + "ika": 10995, + "Imagine": 10996, + "inery": 10997, + "ĠAk": 10998, + "ĠLocal": 10999, + "Ġhide": 11000, + "Ġ{}": 11001, + "Ass": 11002, + "osaur": 11003, + "Ġexhibition": 11004, + "ĠGDP": 11005, + "ĠWilson": 11006, + "ĠFunction": 11007, + "ĠVar": 11008, + "ĠArizona": 11009, + "Ġinclusive": 11010, + "Ġabsorption": 11011, + "ĠDam": 11012, + "ĠMarine": 11013, + "Ġfails": 11014, + "ĠAncient": 11015, + "Ġdangers": 11016, + "ietal": 11017, + "fold": 11018, + "Ġbite": 11019, + "Ġcasual": 11020, + "ĠUk": 11021, + "Ġ~": 11022, + "Research": 11023, + "Ġextends": 11024, + "Ġinfectious": 11025, + "direct": 11026, + "ternoon": 11027, + "ĠUnivers": 11028, + "atoes": 11029, + "Ġgenerates": 11030, + "è": 11031, + "Ġpushing": 11032, + "Ġsympt": 11033, + "Ġvalidity": 11034, + "Ġplug": 11035, + "Ġmechanics": 11036, + "Ġorganism": 11037, + "168": 11038, + "Ġgerm": 11039, + "His": 11040, + "Ġunity": 11041, + "Ġambig": 11042, + "Ġconcentrated": 11043, + "Ġpartly": 11044, + "Ġ±": 11045, + "Ġtexture": 11046, + "iem": 11047, + "ĠMountain": 11048, + "ynt": 11049, + "Ġdiagnostic": 11050, + "Ġbron": 11051, + "Ġcontaminated": 11052, + "ĠAccount": 11053, + "Ġtiming": 11054, + "Ġtourism": 11055, + "Ġvulnerability": 11056, + "ermat": 11057, + "ĠCorpor": 11058, + "Ġinvented": 11059, + "Ġignore": 11060, + "Ġdepartments": 11061, + "ĠIdentify": 11062, + "etric": 11063, + "Ġcompliance": 11064, + "nia": 11065, + "Ġcalculating": 11066, + "Ġpartially": 11067, + "sq": 11068, + "Ġdismiss": 11069, + "Ġsheets": 11070, + "Ġmutations": 11071, + "iative": 11072, + "Ġallergies": 11073, + "ĠDiet": 11074, + "Ġsorts": 11075, + "Ġ||": 11076, + "ĠComputer": 11077, + "ĠON": 11078, + "Ġdying": 11079, + "cos": 11080, + "Ġoffices": 11081, + "103": 11082, + "ĠâĨij": 11083, + "Ġprisoners": 11084, + "Ġexch": 11085, + "mentation": 11086, + "Ġpride": 11087, + "ĠAdam": 11088, + "Ġarthritis": 11089, + "ulative": 11090, + "Ġlayout": 11091, + "Ġaccommodate": 11092, + "Ġinjured": 11093, + "Ġunders": 11094, + "pack": 11095, + "Ġhazards": 11096, + "о": 11097, + ",'": 11098, + "National": 11099, + "dated": 11100, + "Ġaffairs": 11101, + "letter": 11102, + "Ġargues": 11103, + "Make": 11104, + "Ġmetabolic": 11105, + "Ġenthusi": 11106, + "Ġbrothers": 11107, + "ĠCra": 11108, + "Ġcampus": 11109, + "obj": 11110, + "Ġtumors": 11111, + "Ġoccupation": 11112, + "ĠTheorem": 11113, + "iler": 11114, + "ictionaries": 11115, + "Ġhes": 11116, + "ĠCH": 11117, + "ĠAssembly": 11118, + "Ġobserving": 11119, + "Ġsoy": 11120, + "Ġextraordinary": 11121, + "ĠSearch": 11122, + "Ġrepeatedly": 11123, + "Ġbrid": 11124, + "Ġsomewhere": 11125, + "Ġfees": 11126, + "pert": 11127, + "nings": 11128, + "Ġdoses": 11129, + "ĠSav": 11130, + "Ġdatasets": 11131, + "Spec": 11132, + "ĠWed": 11133, + "ĠSelect": 11134, + "ometer": 11135, + "Ġmolecule": 11136, + "Ġmini": 11137, + "Ġethics": 11138, + "ĠPhD": 11139, + "ĠMississippi": 11140, + "Ġsymmetry": 11141, + "Ġinadequ": 11142, + "arded": 11143, + "Ġsovere": 11144, + "ĠTaylor": 11145, + "Ġplasma": 11146, + "Ġinvesting": 11147, + "Ġfertilizer": 11148, + "vi": 11149, + "Ġconsuming": 11150, + "Ġsatisfy": 11151, + "Ġnursing": 11152, + "split": 11153, + "td": 11154, + "stru": 11155, + "Ġsubstitute": 11156, + "hour": 11157, + "Ġclearer": 11158, + "BM": 11159, + "Ġeager": 11160, + "Os": 11161, + "Ġkg": 11162, + "ĠNutrition": 11163, + "Google": 11164, + "108": 11165, + "estone": 11166, + "ivation": 11167, + "Ġma": 11168, + "Ġvalve": 11169, + "pective": 11170, + "Ġpreservation": 11171, + "Ġwealthy": 11172, + "Ġdistinctive": 11173, + "utical": 11174, + "Ġattended": 11175, + "ĠMonth": 11176, + "imen": 11177, + "91": 11178, + "Ġcouncil": 11179, + "anz": 11180, + "Ġessays": 11181, + "Ġcelebration": 11182, + "Ġreviewed": 11183, + "alog": 11184, + "math": 11185, + "abel": 11186, + "vance": 11187, + "Ġwed": 11188, + "Ġnorms": 11189, + "AF": 11190, + "Ġhumidity": 11191, + ".||": 11192, + "Ġenzymes": 11193, + "Ġdevastating": 11194, + "Ġadaptation": 11195, + "ĠTurkey": 11196, + "Ġeaten": 11197, + "Ġcycl": 11198, + "Ġresidential": 11199, + "Ġholy": 11200, + "Ġrejected": 11201, + "strings": 11202, + "two": 11203, + "Ġregister": 11204, + "father": 11205, + "Ġeducated": 11206, + "ĠWalk": 11207, + "ĠFibonacci": 11208, + "Ġgran": 11209, + "Ġstrains": 11210, + "worm": 11211, + "Back": 11212, + "Ġfurniture": 11213, + "Will": 11214, + "ĠBerlin": 11215, + "Ġvoices": 11216, + "Ġscrap": 11217, + "Ġfilters": 11218, + "ques": 11219, + "ĠBob": 11220, + "\";": 11221, + "Ġcurves": 11222, + "Ġdece": 11223, + "ĠNY": 11224, + "Ġathletes": 11225, + "ĠHem": 11226, + "Ġcharges": 11227, + "Ġembedded": 11228, + "ĠEnt": 11229, + "Ġcorresponds": 11230, + "uming": 11231, + "ĠMonday": 11232, + "Ġsegments": 11233, + "Ġtribe": 11234, + "sized": 11235, + "DR": 11236, + "Ġbold": 11237, + "Ġell": 11238, + "Ġnavigation": 11239, + "Ġpushed": 11240, + "forced": 11241, + "Dec": 11242, + "Ġpine": 11243, + "ĠEmma": 11244, + "Ġbrill": 11245, + "ĠOpt": 11246, + "Ġ×": 11247, + "Ġdepr": 11248, + "Ġbreakdown": 11249, + "ĠKn": 11250, + "ĠHo": 11251, + "Ġsurprised": 11252, + "nesota": 11253, + "Ġdeleg": 11254, + "ĠHig": 11255, + "ĠJones": 11256, + "Ġtrick": 11257, + "Ġtwelve": 11258, + "Ġreminder": 11259, + "Ġflaw": 11260, + "Ġinfluential": 11261, + "ĠBuddh": 11262, + "itus": 11263, + "Ġerect": 11264, + "iy": 11265, + "ĠOrig": 11266, + "Ġrecur": 11267, + "iors": 11268, + "ĠHot": 11269, + "ghan": 11270, + "Ġcommands": 11271, + "Ġabsorbed": 11272, + "ĠPerson": 11273, + "ĠFer": 11274, + "Ġapplicable": 11275, + "Ġcheese": 11276, + "Ġassociations": 11277, + "ĠCarib": 11278, + "ĠRen": 11279, + "Ġpink": 11280, + "Ġgains": 11281, + "Ġappreciation": 11282, + "Ġrefugees": 11283, + "law": 11284, + "Ġinjection": 11285, + "Ġstems": 11286, + "healthy": 11287, + "phones": 11288, + "non": 11289, + "Ġbind": 11290, + "Ġpriest": 11291, + "Any": 11292, + "athan": 11293, + "Ġconfused": 11294, + "Ġharmony": 11295, + "Ġanch": 11296, + "Ġpathways": 11297, + "Ġfloating": 11298, + "Ġborders": 11299, + "Ġenzyme": 11300, + "ĠLu": 11301, + "version": 11302, + "ĠComb": 11303, + "Ġseal": 11304, + "ĠNic": 11305, + "97": 11306, + "Ġreflecting": 11307, + "Ġreads": 11308, + "900": 11309, + "ierce": 11310, + "Ġhistorians": 11311, + "Ġalike": 11312, + "Ġpuzzle": 11313, + "ĠProvide": 11314, + "Ġpartnerships": 11315, + "Par": 11316, + "EST": 11317, + "ĠApple": 11318, + "Ġbrowser": 11319, + "ylon": 11320, + "ĠStory": 11321, + "Ġpredators": 11322, + "ĠAud": 11323, + "ĠAlternatively": 11324, + "ĠKy": 11325, + "ocent": 11326, + "Ġtimeline": 11327, + "lier": 11328, + "giving": 11329, + "obic": 11330, + "ĠPut": 11331, + "ĠBetween": 11332, + "Ġpiv": 11333, + "Ġshallow": 11334, + "Ġofficially": 11335, + "abases": 11336, + "eav": 11337, + "ulture": 11338, + "actic": 11339, + "Ġmodular": 11340, + "Ġcommod": 11341, + "Ġenters": 11342, + "ĠIsa": 11343, + "ĠPay": 11344, + "ĠBa": 11345, + "ĠWithin": 11346, + "Ġadolescents": 11347, + "vy": 11348, + "Ġtracks": 11349, + "105": 11350, + "ĠAssessment": 11351, + "duate": 11352, + "Ġinterpreted": 11353, + "ĠWales": 11354, + "Ġencompass": 11355, + "bound": 11356, + "Ġmanufacturer": 11357, + "ĠBell": 11358, + "ikes": 11359, + "ĠSn": 11360, + "Ġcompat": 11361, + "Ġfollowers": 11362, + "Ġpromotes": 11363, + "Ġbullying": 11364, + "Ġmutual": 11365, + "Ġabol": 11366, + "Ġrecycled": 11367, + "ĠWilliams": 11368, + "Gu": 11369, + "Ġcoinc": 11370, + "Ġfatal": 11371, + "Ġenabled": 11372, + "Ġelig": 11373, + "ĠMarc": 11374, + "ĠPope": 11375, + "month": 11376, + "opt": 11377, + "solving": 11378, + "println": 11379, + "ĠReal": 11380, + "Ġric": 11381, + "ĠMathemat": 11382, + "arency": 11383, + "div": 11384, + "usively": 11385, + "Ġshoulder": 11386, + "ĠStill": 11387, + "Ġattending": 11388, + "Ġdesper": 11389, + "Ġfault": 11390, + "yard": 11391, + "ĠLat": 11392, + "Ġtrains": 11393, + "doors": 11394, + "uction": 11395, + "Ġvag": 11396, + "Ġintim": 11397, + "Ġwinning": 11398, + "ĠCDC": 11399, + "Ġforgotten": 11400, + "BA": 11401, + "Ġviewing": 11402, + "Create": 11403, + "Ġchron": 11404, + "Ġsalmon": 11405, + "Ġacceptance": 11406, + "igation": 11407, + "Ġalgae": 11408, + "Ġhang": 11409, + "Ġattacked": 11410, + "Ġshadow": 11411, + "Ġcontributes": 11412, + "Ġflaws": 11413, + "Which": 11414, + "Ġunclear": 11415, + "ĠResearchers": 11416, + "Ġvolumes": 11417, + "ĠBest": 11418, + "Ġinvestors": 11419, + "ĠIndigenous": 11420, + "Ġvom": 11421, + "Ġlimiting": 11422, + "alg": 11423, + "ĠEval": 11424, + "Ġstops": 11425, + "Ġfluor": 11426, + "parts": 11427, + "ĠApplic": 11428, + "UC": 11429, + "even": 11430, + "thood": 11431, + "Ġhomework": 11432, + "Ġelectronics": 11433, + "87": 11434, + "Ġliberal": 11435, + "ĠEmperor": 11436, + "Ġrespective": 11437, + "93": 11438, + "Ġcarries": 11439, + "Ġgrams": 11440, + "Ġninet": 11441, + "Ġsubsequently": 11442, + "Ġrailroad": 11443, + "ĠMissouri": 11444, + "orious": 11445, + "Ġbike": 11446, + "Ġenemies": 11447, + "ĠMes": 11448, + "Ġvaccination": 11449, + "Ġflooding": 11450, + "ĠCulture": 11451, + "Ġinclusion": 11452, + "Ġmemorable": 11453, + "Ġphysicians": 11454, + "velength": 11455, + "Ġloans": 11456, + "World": 11457, + "Ġreferring": 11458, + "Ġdrops": 11459, + "ĠIntroduction": 11460, + "Ġlift": 11461, + "deg": 11462, + "Ġfeas": 11463, + "ĠObject": 11464, + "weet": 11465, + "PV": 11466, + "Ġbeam": 11467, + "е": 11468, + "ĠHarr": 11469, + "Ġdiscom": 11470, + "Ġfrozen": 11471, + "Ġattempting": 11472, + "ĠBon": 11473, + "Ġfrustr": 11474, + "Ġpayments": 11475, + "Ġenum": 11476, + "Based": 11477, + "Ġemit": 11478, + "Ġbulbs": 11479, + "Ġshifts": 11480, + "irs": 11481, + "Ġavoided": 11482, + "Ġaccomplished": 11483, + "nals": 11484, + "stic": 11485, + "ĠDid": 11486, + "Ġhill": 11487, + "Ġvine": 11488, + "Ġbeet": 11489, + "Ġdraws": 11490, + "ĠNether": 11491, + "hell": 11492, + "abled": 11493, + "Ġtreaty": 11494, + "uv": 11495, + "ĠSchools": 11496, + "ĠThird": 11497, + "ĠAnimal": 11498, + "ĠBush": 11499, + "uster": 11500, + "Ġpersistent": 11501, + "lst": 11502, + "igma": 11503, + "Ġclusters": 11504, + "orer": 11505, + "Ġimpr": 11506, + "Ġalphabet": 11507, + "Ġcloth": 11508, + "Ġappointment": 11509, + "Ġallergic": 11510, + "pson": 11511, + "Ġtoile": 11512, + "Mon": 11513, + "PD": 11514, + "Ġbearing": 11515, + "Ġstorms": 11516, + "Check": 11517, + "Ġseeks": 11518, + "ĠStandards": 11519, + "oning": 11520, + "indrome": 11521, + "Ġawarded": 11522, + "Ġcolored": 11523, + "Ġdefects": 11524, + "Ġindoor": 11525, + "Ġrefrig": 11526, + "flo": 11527, + "iac": 11528, + "aceutical": 11529, + "forming": 11530, + "Ġposted": 11531, + "olves": 11532, + "α": 11533, + "ĠLuther": 11534, + "ĠScript": 11535, + "Ġinfinity": 11536, + "Ġcustoms": 11537, + "ĠFocus": 11538, + "ĠPeace": 11539, + "General": 11540, + "Value": 11541, + "sequently": 11542, + "ulsion": 11543, + "`:": 11544, + "Ġdesigners": 11545, + "ĠWorking": 11546, + "Ġyoga": 11547, + "ĠTri": 11548, + "Ġsmile": 11549, + "Ġprovisions": 11550, + "Ġdecent": 11551, + "Ġcrowd": 11552, + "yan": 11553, + "Ġsel": 11554, + "Ġneighbors": 11555, + "onics": 11556, + "Ġul": 11557, + "ieth": 11558, + "Ġinfluenza": 11559, + "Ġbills": 11560, + "ĠTraining": 11561, + "Ġfallen": 11562, + "ĠPoland": 11563, + "Ġpotassium": 11564, + "Ġmanipulation": 11565, + "gered": 11566, + "ĠShakespeare": 11567, + "ĠImport": 11568, + "Ġpromotion": 11569, + "BD": 11570, + "ĠBol": 11571, + "Ġremed": 11572, + "oa": 11573, + "Ġpanc": 11574, + "ĠPrince": 11575, + "Ġmargin": 11576, + "Ġinsist": 11577, + "ambda": 11578, + "Ġsettlers": 11579, + "Ġphases": 11580, + "Ġdollar": 11581, + "sl": 11582, + "ipation": 11583, + "PL": 11584, + "hedral": 11585, + "Orig": 11586, + "ĠTenn": 11587, + "Ġstimulate": 11588, + "Ġastronaut": 11589, + "Ġafternoon": 11590, + "ressing": 11591, + "Ġmuc": 11592, + "Ġflowing": 11593, + "Ġempir": 11594, + "ĠMother": 11595, + "etch": 11596, + "ĠNa": 11597, + "Ġcher": 11598, + "Ġfemin": 11599, + "Ġequil": 11600, + "inate": 11601, + "Supp": 11602, + "ĠReturns": 11603, + "Ġarrangements": 11604, + "angel": 11605, + "Ġmalaria": 11606, + "ãģ": 11607, + "Ġpublications": 11608, + "Ġteaches": 11609, + "Ġconjunction": 11610, + "inch": 11611, + "uesday": 11612, + "Ġassumes": 11613, + "Ġpubl": 11614, + "Ġvalidation": 11615, + "Ġqualified": 11616, + "Ġpor": 11617, + "ĠPrim": 11618, + "Ġseiz": 11619, + "Ġdevoted": 11620, + "ĠHyd": 11621, + "Ġpest": 11622, + "arians": 11623, + "prov": 11624, + "ĠShort": 11625, + "Ġdentist": 11626, + "ĠNO": 11627, + "ĠClub": 11628, + "Ġirregular": 11629, + "ĠES": 11630, + "Ġextinction": 11631, + "ĠGermans": 11632, + "Ġviable": 11633, + "Ġsafer": 11634, + "Ġlying": 11635, + "hard": 11636, + "Ġmilit": 11637, + "Ġresidual": 11638, + "format": 11639, + "Ġunderm": 11640, + "uclide": 11641, + "ĠMinnesota": 11642, + "Ġmatching": 11643, + "Ġprogressive": 11644, + "erves": 11645, + "Ġbark": 11646, + "Ġassault": 11647, + "onin": 11648, + "!)": 11649, + "ntil": 11650, + "omorph": 11651, + "Ġfluctu": 11652, + "Ġmarginal": 11653, + "Ġhills": 11654, + "CI": 11655, + "asses": 11656, + "Ġattractions": 11657, + "bet": 11658, + "Ġrival": 11659, + "Ġ·": 11660, + "Ġcompleting": 11661, + "ĠMarsh": 11662, + "var": 11663, + "Ġonset": 11664, + "ĠFig": 11665, + "Ġgenus": 11666, + "Ġmeter": 11667, + "Ġlighter": 11668, + "anol": 11669, + "ĠCR": 11670, + "owners": 11671, + "thal": 11672, + "Ġgrace": 11673, + "Ġdeadly": 11674, + "Ġtanks": 11675, + "Ġtast": 11676, + "atabase": 11677, + "Ġtransformations": 11678, + "ĠNevertheless": 11679, + "Ġmovies": 11680, + "ĠAqu": 11681, + "Ġheter": 11682, + "ĠURL": 11683, + "Ġprevented": 11684, + "Ġlawn": 11685, + "Ġtackle": 11686, + "ĠArm": 11687, + "Ġchecked": 11688, + "Ġenvironmentally": 11689, + "Find": 11690, + "Ġgeographic": 11691, + "UL": 11692, + "Ġwireless": 11693, + "heit": 11694, + "Ġquote": 11695, + "Ġpoorly": 11696, + "ĠBuddha": 11697, + "Ġvolunteer": 11698, + "Ġtremend": 11699, + "Ġdistributions": 11700, + "ĠJim": 11701, + "ĠMand": 11702, + "Ġsew": 11703, + "Ġhistorian": 11704, + "hire": 11705, + "Ġsword": 11706, + "Ġatomic": 11707, + "width": 11708, + "Ġ['": 11709, + "iotic": 11710, + "Ġshowcase": 11711, + "nesday": 11712, + "Ġtale": 11713, + "Ġinverse": 11714, + "Ġcod": 11715, + "Ġsingular": 11716, + "commun": 11717, + "Ġcosm": 11718, + "ĠFac": 11719, + "Ġblockchain": 11720, + "Ġdiscomfort": 11721, + "ĠBrain": 11722, + "ĠDarwin": 11723, + "Ġresonance": 11724, + "riction": 11725, + "Ġsor": 11726, + "ĠScientific": 11727, + "ĠOrth": 11728, + "ursday": 11729, + "MM": 11730, + "abilitation": 11731, + "Ġshouldn": 11732, + "ĠCalculate": 11733, + "Ġrend": 11734, + "quarters": 11735, + "Ġfluids": 11736, + "Ġmira": 11737, + "Ġassessed": 11738, + "ĠCaribbean": 11739, + "Ġcensus": 11740, + "Ġfee": 11741, + "Ġmart": 11742, + "Ġhardly": 11743, + "Ġcalculus": 11744, + "ĠScholar": 11745, + "early": 11746, + "ĠFuture": 11747, + "ĠExec": 11748, + "ĠMaryland": 11749, + "imals": 11750, + "emor": 11751, + "Ġvoting": 11752, + "Ġsilence": 11753, + "Ġfallacy": 11754, + "ĠHitler": 11755, + "ĠSem": 11756, + "Ġimply": 11757, + "ĠRa": 11758, + "ĠPrime": 11759, + "Ġphotography": 11760, + "Ġrelying": 11761, + "Ġimportantly": 11762, + "ogene": 11763, + "Ġpatent": 11764, + "Ġslip": 11765, + "Ġtries": 11766, + "Ġsacrific": 11767, + "Ġextrem": 11768, + "spring": 11769, + "inition": 11770, + "Ġcompensation": 11771, + "Ġdiscl": 11772, + "Ġpricing": 11773, + "ĠGovernor": 11774, + "Ġruling": 11775, + "Ġanat": 11776, + "Ġshaping": 11777, + "Ġpassengers": 11778, + "Ġretire": 11779, + "Take": 11780, + "ĠBh": 11781, + "Ġstatistically": 11782, + "cs": 11783, + "onymous": 11784, + "Ġ..": 11785, + "Ġparliament": 11786, + "Ġmodules": 11787, + "Ġvalidate": 11788, + "Ġaccessed": 11789, + "Ġmodul": 11790, + "nection": 11791, + "Ġpests": 11792, + "Ġintra": 11793, + "nea": 11794, + "ĠDeterm": 11795, + "Ġcrystal": 11796, + "plan": 11797, + "Ġinvalid": 11798, + "FS": 11799, + "Ġrear": 11800, + "Ġmomentum": 11801, + "Water": 11802, + "bul": 11803, + "mind": 11804, + "Ġsimulation": 11805, + "Ġbasics": 11806, + "Ġsimpler": 11807, + "insula": 11808, + "atories": 11809, + "Ġforcing": 11810, + "rock": 11811, + "Ġnerves": 11812, + "ĠGM": 11813, + "Ġ\")": 11814, + "Ġtransplant": 11815, + "ĠDrug": 11816, + "Ġchat": 11817, + "Ġrelates": 11818, + "Ġfounder": 11819, + "Ġsustained": 11820, + "Ġattain": 11821, + "hr": 11822, + "kal": 11823, + "Ġrelatives": 11824, + "ĠDemocratic": 11825, + "ĠTrade": 11826, + "Ġasym": 11827, + "Ġrelaxation": 11828, + "ĠOntario": 11829, + "scill": 11830, + "Ġhex": 11831, + "Ġcontrary": 11832, + "Ġworried": 11833, + "Ġrolling": 11834, + "Ġpeaceful": 11835, + "Ġorn": 11836, + "ÙĦ": 11837, + "ĠClinical": 11838, + "Ġfeatured": 11839, + "Ġseparately": 11840, + "Ġappet": 11841, + "ĠIntellig": 11842, + "Ġlon": 11843, + "ancial": 11844, + "Ġeducate": 11845, + "Ġinherit": 11846, + "ĠOR": 11847, + "ĠCore": 11848, + "rying": 11849, + "ĠStephen": 11850, + "igned": 11851, + "IST": 11852, + "ja": 11853, + "reatment": 11854, + "Ġinstinct": 11855, + "anium": 11856, + "Ġconstitutional": 11857, + "Ġinformal": 11858, + "Ġdownt": 11859, + "xic": 11860, + "Ġmodes": 11861, + "Ġhearts": 11862, + "Ġdefeat": 11863, + "Ġobsc": 11864, + "uns": 11865, + "ouring": 11866, + "ĠNetherlands": 11867, + "Ġreplacing": 11868, + "Ġspecify": 11869, + "Ġokay": 11870, + "Ġdoctrine": 11871, + "Ġnamely": 11872, + "obs": 11873, + "uclidean": 11874, + "ĠClean": 11875, + "role": 11876, + "Ġfilling": 11877, + "merce": 11878, + "ĠTeachers": 11879, + "Ġvacuum": 11880, + "uclear": 11881, + "Ġpsychiat": 11882, + "Ġentrepreneurs": 11883, + "Ġcareers": 11884, + "Ġexhibits": 11885, + "Ġreservoir": 11886, + "ĠMcC": 11887, + "Ġscatter": 11888, + "requency": 11889, + "Ġwashing": 11890, + "Ġdistinguished": 11891, + "Ġaccompany": 11892, + "essional": 11893, + "Ġexpedition": 11894, + "Ġrum": 11895, + "ervice": 11896, + "Ġprescription": 11897, + "Ġgaining": 11898, + "Ġhunger": 11899, + "Ġinvited": 11900, + "ĠPhysics": 11901, + "Ġsynthesis": 11902, + "ĠQuestions": 11903, + "cat": 11904, + "berries": 11905, + "onsin": 11906, + "Ġformats": 11907, + "ĠInterest": 11908, + "Ġbars": 11909, + "Ġtherapies": 11910, + "ĠCorps": 11911, + "ĠHan": 11912, + "Ġachievements": 11913, + "Ġes": 11914, + "ĠHom": 11915, + "ĠEvent": 11916, + "seud": 11917, + "ĠProtest": 11918, + "Ġdegradation": 11919, + ",âĢĻ": 11920, + "Ġgrab": 11921, + "ercise": 11922, + "restr": 11923, + "Ġfertility": 11924, + "arten": 11925, + "ĠOtherwise": 11926, + "Ġepisode": 11927, + "ĠRomans": 11928, + "Ġfirms": 11929, + "lyn": 11930, + "Ġsubmitted": 11931, + "ĠScientists": 11932, + "ĠSTEM": 11933, + "ibet": 11934, + "ĠString": 11935, + "isconsin": 11936, + "emed": 11937, + "Ġnort": 11938, + "agg": 11939, + "Ġtoll": 11940, + "Ġleak": 11941, + "Ġkin": 11942, + "ĠPath": 11943, + "week": 11944, + "ahren": 11945, + "Ġcreature": 11946, + "Ġtitles": 11947, + "Ġscent": 11948, + "ĠNG": 11949, + "Ġresonates": 11950, + "ĠFull": 11951, + "Ġduplicate": 11952, + "Ġdecreasing": 11953, + "Ġshield": 11954, + "Ġchains": 11955, + "ĠNation": 11956, + "Ġwages": 11957, + "Ġendeav": 11958, + "Ġcapability": 11959, + "Ġmeteor": 11960, + "Ġpermitted": 11961, + "strate": 11962, + "Ġtoxins": 11963, + "Ġpneum": 11964, + "Ġgrants": 11965, + "Ġguns": 11966, + "flies": 11967, + "ĠCarl": 11968, + "Ġpars": 11969, + "Ġeconomies": 11970, + "Ġtransaction": 11971, + "ĠTro": 11972, + "bu": 11973, + "Ġfeather": 11974, + "Ġthinks": 11975, + "ĠRisk": 11976, + "Ġdot": 11977, + "des": 11978, + "Ġdisasters": 11979, + "Ġcompute": 11980, + "wind": 11981, + "Ġreserve": 11982, + "Ġfacial": 11983, + "Ġpulled": 11984, + "ablish": 11985, + "Ġmasses": 11986, + "Christ": 11987, + "ĠLinux": 11988, + "Ġwithdrawal": 11989, + "ç": 11990, + "109": 11991, + "human": 11992, + "itational": 11993, + "Ġber": 11994, + "Ġrevel": 11995, + "Ġnetworking": 11996, + "vae": 11997, + "plicity": 11998, + "Ġtape": 11999, + "Inf": 12000, + "efits": 12001, + "omical": 12002, + "Ġadministered": 12003, + "ĠFollowing": 12004, + "Ġexpend": 12005, + "Ġnecessity": 12006, + "unks": 12007, + "Ġtraveled": 12008, + "Ġrubber": 12009, + "ĠReserve": 12010, + "Ġsurveillance": 12011, + "ĠMatthew": 12012, + "Ġimmigration": 12013, + "Ġsucceeded": 12014, + "abs": 12015, + "Ġtraditionally": 12016, + "Ġshadows": 12017, + "Ġinsu": 12018, + "spe": 12019, + "Ġslower": 12020, + "Ġeigen": 12021, + "Ġmembership": 12022, + "Ġsyntax": 12023, + "Second": 12024, + "Ġclimbs": 12025, + "Ġobviously": 12026, + "Ġpitch": 12027, + "Ġyard": 12028, + "ĠJersey": 12029, + "burgh": 12030, + "makers": 12031, + "Ġtalks": 12032, + "Ġreserves": 12033, + "teenth": 12034, + "iph": 12035, + "Ġswallow": 12036, + "ĠLeague": 12037, + "ĠProper": 12038, + "pen": 12039, + "Ġdictionaries": 12040, + "104": 12041, + "Ġdiarrhea": 12042, + "Ġdatabases": 12043, + "ĠFa": 12044, + "ĠRand": 12045, + "ĠChall": 12046, + "Thus": 12047, + "Ġenerg": 12048, + "ammad": 12049, + "anas": 12050, + "iro": 12051, + "Ġgardening": 12052, + "Ġhypert": 12053, + "object": 12054, + "Ġwavelength": 12055, + "ĠMP": 12056, + "Ġcaution": 12057, + "Ġdominated": 12058, + "Ġclosing": 12059, + "Ġcombines": 12060, + "Ġexert": 12061, + "Ġantibodies": 12062, + "EX": 12063, + "Ġunfold": 12064, + "ĠHu": 12065, + "ĠJon": 12066, + "ĠVolume": 12067, + "rices": 12068, + "âĦ": 12069, + "Ġgovernor": 12070, + "Ġcrafts": 12071, + "Ġmaximize": 12072, + "ĠNep": 12073, + "Ġsituated": 12074, + "Ġwritings": 12075, + "ĠDra": 12076, + "gram": 12077, + "ropriate": 12078, + "ifferent": 12079, + "good": 12080, + "url": 12081, + "Ġpatri": 12082, + "ĠArchitect": 12083, + "Ġexpense": 12084, + "ĠPy": 12085, + "rels": 12086, + "ĠAPI": 12087, + "Ġceremony": 12088, + "emet": 12089, + "Ġcountless": 12090, + "350": 12091, + "Ġhorn": 12092, + "ĠAfghan": 12093, + "adow": 12094, + "iversary": 12095, + "ĠDeath": 12096, + "ĠCase": 12097, + "reating": 12098, + "vas": 12099, + "Ġairport": 12100, + "Ġcrust": 12101, + "Ġrating": 12102, + "Ġhazardous": 12103, + "Ġexceptional": 12104, + "Ġsau": 12105, + "ĠHop": 12106, + "Ġaggreg": 12107, + "Have": 12108, + "lib": 12109, + "ognition": 12110, + "cd": 12111, + "seen": 12112, + "Ġaug": 12113, + "ĠStatistics": 12114, + "Ġsolved": 12115, + "Ġbugs": 12116, + "Ġbattles": 12117, + "Children": 12118, + "ĠHung": 12119, + "Ġfoundations": 12120, + "Ġinterrupt": 12121, + "Well": 12122, + "Ġdual": 12123, + "ĠWars": 12124, + "Ġblacks": 12125, + "Ġlogging": 12126, + "Ġillustrated": 12127, + "Dis": 12128, + "Ġdisciplines": 12129, + "erator": 12130, + "Ġbeta": 12131, + "ĠJefferson": 12132, + "Ġtubes": 12133, + "Ġfarmer": 12134, + "94": 12135, + "pret": 12136, + "ĠLeon": 12137, + "Ġpou": 12138, + "Ġtired": 12139, + "instein": 12140, + "leading": 12141, + "Ġconsensus": 12142, + "Ġmeanings": 12143, + "Ġconcert": 12144, + "mother": 12145, + "ahrenheit": 12146, + "eted": 12147, + "agle": 12148, + "Inst": 12149, + "ĠSher": 12150, + "Ġoptimization": 12151, + "Ġherbs": 12152, + "Ġgenetics": 12153, + "attle": 12154, + "ĠVisual": 12155, + "blems": 12156, + "Ġbreakfast": 12157, + "eared": 12158, + "Ġow": 12159, + "icides": 12160, + "Ġcoordinate": 12161, + "Ġbrilliant": 12162, + "ĠEnter": 12163, + "fare": 12164, + "Ġperceptions": 12165, + "Ġtrips": 12166, + "Ġgalaxies": 12167, + "ĠHon": 12168, + "akh": 12169, + "Ġboards": 12170, + "Ġtestim": 12171, + "ko": 12172, + "ĠDavis": 12173, + "rection": 12174, + "plements": 12175, + "aturday": 12176, + "Ġnurse": 12177, + "ĠIndividual": 12178, + "idae": 12179, + "ĠHas": 12180, + "TER": 12181, + "ordan": 12182, + "Ġpreserving": 12183, + "(-": 12184, + "Ġenlar": 12185, + "Ġcontroversial": 12186, + "ĠCit": 12187, + "³³³³": 12188, + "Sum": 12189, + "enders": 12190, + "Ġrecommends": 12191, + "Ġacquisition": 12192, + ".]": 12193, + "Ġflesh": 12194, + "Ġchapters": 12195, + "Ġprophe": 12196, + "ĠTransport": 12197, + "egu": 12198, + "ME": 12199, + "Mat": 12200, + "phal": 12201, + "Ġcoordination": 12202, + "FC": 12203, + "ĠJane": 12204, + "perature": 12205, + "Ġguest": 12206, + "bled": 12207, + "Ġignored": 12208, + "Ġdiscon": 12209, + "icul": 12210, + "ĠFrancis": 12211, + "Ġextraction": 12212, + "ĠTeaching": 12213, + "heres": 12214, + "ĠWW": 12215, + "Ġpediatric": 12216, + "Ġforb": 12217, + "Ġliberty": 12218, + "ĠBio": 12219, + "ĠCenters": 12220, + "ĠSource": 12221, + "Ġexecute": 12222, + "doi": 12223, + "ĠScottish": 12224, + "ĠKim": 12225, + "Ġpries": 12226, + "Ġprecipitation": 12227, + "Ġbulk": 12228, + "Input": 12229, + "Ġprecious": 12230, + "amous": 12231, + "placement": 12232, + "Ġtoys": 12233, + "icked": 12234, + "ĠJSON": 12235, + "Ag": 12236, + "ĠMuch": 12237, + "Ġtransf": 12238, + "don": 12239, + "Ġgraphic": 12240, + "Ġmail": 12241, + "ĠJun": 12242, + "Ġcolleges": 12243, + "Ġdiscrimin": 12244, + "Comp": 12245, + "Ġmagnet": 12246, + "Ġdrainage": 12247, + "Ġoriginated": 12248, + "ĠCaptain": 12249, + "Ġmethane": 12250, + "165": 12251, + "Ġimperial": 12252, + "amma": 12253, + "Ġtraged": 12254, + "Ġsurre": 12255, + "appy": 12256, + "Ġassuming": 12257, + "Ġmakers": 12258, + "Ant": 12259, + "Ġconsp": 12260, + "Ġelectrom": 12261, + "ructive": 12262, + "Ġlean": 12263, + "anth": 12264, + "Ġmethodology": 12265, + "Ġseverely": 12266, + "Ġallergy": 12267, + "Ġindicator": 12268, + "ĠAllah": 12269, + "Ġchip": 12270, + "\"]": 12271, + "aft": 12272, + "Ġendless": 12273, + "Script": 12274, + "cm": 12275, + "orney": 12276, + "grim": 12277, + "ulas": 12278, + "Act": 12279, + "Ġsetup": 12280, + "Ġcostly": 12281, + "oriented": 12282, + "inflamm": 12283, + "screen": 12284, + "164": 12285, + "Ġenvision": 12286, + "Ġarises": 12287, + "Ġretention": 12288, + "asal": 12289, + "ĠLewis": 12290, + "rell": 12291, + "Ġsearc": 12292, + "stration": 12293, + "ĠMap": 12294, + "Ġoutdoors": 12295, + "ĠLuc": 12296, + "âĢĿ)": 12297, + "ector": 12298, + "upiter": 12299, + "ĠEthiop": 12300, + "ĠTen": 12301, + "ĠDaily": 12302, + "Ġsubset": 12303, + "Ġcorruption": 12304, + "Ġinver": 12305, + "interest": 12306, + "Ġaccordance": 12307, + "Ġextracted": 12308, + "Ġpoliticians": 12309, + "Ġintensive": 12310, + "lings": 12311, + "Ġought": 12312, + "agrams": 12313, + "Ġrats": 12314, + "Ġoverly": 12315, + "conscious": 12316, + "Ġelaborate": 12317, + "Ġpersonally": 12318, + "Ġhob": 12319, + "Net": 12320, + "Ġaddict": 12321, + "iki": 12322, + "Ġimmunity": 12323, + ".-": 12324, + "dominal": 12325, + "Ġmanageable": 12326, + "Ġallev": 12327, + "Ġsignature": 12328, + "Ġrust": 12329, + "ĠRose": 12330, + "atre": 12331, + "some": 12332, + "ĠKansas": 12333, + "MC": 12334, + "ĠAIDS": 12335, + "Ġpowered": 12336, + "ĠDun": 12337, + "Ġrises": 12338, + "Ġdrag": 12339, + "Ġjaw": 12340, + "Ġpressures": 12341, + "Ġdisposal": 12342, + "ensing": 12343, + "ĠMarket": 12344, + "ĠImper": 12345, + "Ġbands": 12346, + "ometry": 12347, + "Ġgraphics": 12348, + "Ġodds": 12349, + "Ġpec": 12350, + "Ġsuspected": 12351, + "Ġpicked": 12352, + "Ġcarbohydrates": 12353, + "ĠUnit": 12354, + "ĠRub": 12355, + "emetery": 12356, + "Ġprofits": 12357, + "Ġaquatic": 12358, + "omed": 12359, + "Ġcalculates": 12360, + "unting": 12361, + "ĠVictoria": 12362, + "ĠLarge": 12363, + "Ġmercury": 12364, + "Ġabroad": 12365, + "angers": 12366, + "Ġimagery": 12367, + "Ġterritories": 12368, + "Ġrescue": 12369, + "Ġreinforce": 12370, + "ĠChoose": 12371, + "ĠAnne": 12372, + "restrial": 12373, + "Ret": 12374, + "Ġgovernance": 12375, + "anche": 12376, + "Ġanalytics": 12377, + "source": 12378, + "Ġbladder": 12379, + "Ġconverts": 12380, + "Ġcaffe": 12381, + "Ġrestored": 12382, + "negative": 12383, + "sort": 12384, + "Ġtrapped": 12385, + "Ġrocket": 12386, + "Ġnewspapers": 12387, + "hot": 12388, + "access": 12389, + "Ġattracted": 12390, + "ĠSweden": 12391, + "Ġtraumatic": 12392, + "False": 12393, + "urated": 12394, + "Ġvend": 12395, + "inian": 12396, + "Ġdiagnose": 12397, + "ĠBuddhist": 12398, + "Ġcareg": 12399, + "alph": 12400, + "sur": 12401, + "Ġconservative": 12402, + "Ġtreasure": 12403, + "arts": 12404, + "ĠOil": 12405, + "Ġprevalent": 12406, + "ĠIssue": 12407, + "ĠWisconsin": 12408, + "Ġassignments": 12409, + "Ġequals": 12410, + "Ġbanking": 12411, + "Ġhip": 12412, + "Ġfolk": 12413, + "Ġdive": 12414, + "ĠFront": 12415, + "Ġadmit": 12416, + "inced": 12417, + "depth": 12418, + "Ġzo": 12419, + "fs": 12420, + "vity": 12421, + "yt": 12422, + "Ġunpredict": 12423, + "Ġimplements": 12424, + "Ġcardiac": 12425, + "utter": 12426, + "ensitive": 12427, + "ĠSamuel": 12428, + "Ġtopology": 12429, + "ryption": 12430, + "ĠGolden": 12431, + "pm": 12432, + "205": 12433, + "ATE": 12434, + "coin": 12435, + "utations": 12436, + "Ġasset": 12437, + "RS": 12438, + "Exception": 12439, + "ĠNazi": 12440, + "Ġtunnel": 12441, + "Ġhind": 12442, + "Ġinfo": 12443, + "Hz": 12444, + "Ġthrown": 12445, + "away": 12446, + "Ġequity": 12447, + "Ġagenda": 12448, + "Ġdetective": 12449, + "Ġreproduction": 12450, + "Ġskull": 12451, + "Ġexclusively": 12452, + "auc": 12453, + "Ġrevolutionary": 12454, + "risk": 12455, + "Ġspeaks": 12456, + "Ġapple": 12457, + "oting": 12458, + "Ġanswered": 12459, + "Ġfits": 12460, + "Ġsocietal": 12461, + "Ġmarkers": 12462, + "dra": 12463, + "Ġemergence": 12464, + "Ġsymptom": 12465, + "apel": 12466, + "heastern": 12467, + "ĠâĨĴ": 12468, + "Fe": 12469, + "Ġpracticing": 12470, + "GS": 12471, + "Ġstrand": 12472, + "Vis": 12473, + "Ġmissed": 12474, + "ĠTalk": 12475, + "ĠZh": 12476, + "Ġanalytical": 12477, + "ĠADHD": 12478, + "174": 12479, + "Ġlith": 12480, + "Ġseats": 12481, + "Ġepisodes": 12482, + "ĠYears": 12483, + "Jan": 12484, + "inea": 12485, + "Ġinvestigated": 12486, + "âĤ¬": 12487, + "ĠMountains": 12488, + "Ġsatisfied": 12489, + "code": 12490, + "Ġsyll": 12491, + "Ġlunar": 12492, + "Ġoffset": 12493, + "��inherited": 12494, + "venue": 12495, + "Book": 12496, + "ushes": 12497, + "Ġcerv": 12498, + "El": 12499, + "Ġperipher": 12500, + "ERE": 12501, + "Ġintriguing": 12502, + "Ġworkforce": 12503, + "Ġpix": 12504, + "olit": 12505, + "Ġenact": 12506, + "Ġgeography": 12507, + "Ġimmense": 12508, + "itives": 12509, + "arse": 12510, + "ĠBalt": 12511, + "govern": 12512, + "velt": 12513, + "Ġorganisations": 12514, + "Ġdeclined": 12515, + "ĠGrade": 12516, + "target": 12517, + "ĠKennedy": 12518, + "Ġwillingness": 12519, + "Ġtelephone": 12520, + "rences": 12521, + "Ġaccessibility": 12522, + "и": 12523, + "Ġanten": 12524, + "Ġinquiry": 12525, + "ĠCape": 12526, + "Ġdeterior": 12527, + "Ġgrat": 12528, + "Ġtalent": 12529, + "Ġannounce": 12530, + "Ġdign": 12531, + "roach": 12532, + "utable": 12533, + "Ġclassrooms": 12534, + "Ġgenetically": 12535, + "ĠQur": 12536, + "Ġjar": 12537, + "Ġunderwater": 12538, + "iplinary": 12539, + "Ġsilent": 12540, + "Ġbeds": 12541, + "Ġfut": 12542, + "Ġtempt": 12543, + "Set": 12544, + "TO": 12545, + "ez": 12546, + "Ġwalked": 12547, + "asis": 12548, + "Ġsupplied": 12549, + "ĠAmendment": 12550, + "ĠHay": 12551, + "Ġappend": 12552, + "Ġsorting": 12553, + "Ġspecimens": 12554, + "Ġcritically": 12555, + "Ġoverweight": 12556, + "ĠBridge": 12557, + "second": 12558, + "osaurs": 12559, + "Ġbackgrounds": 12560, + "Ġpermits": 12561, + "ilty": 12562, + "Ġassessing": 12563, + "Ġcel": 12564, + "Ġspont": 12565, + "school": 12566, + "ĠWatch": 12567, + "inator": 12568, + "Ġemission": 12569, + "children": 12570, + "Ġwatched": 12571, + "Ġunemployment": 12572, + "Tube": 12573, + "ĠCold": 12574, + "cap": 12575, + "random": 12576, + "Ġseg": 12577, + "Ġverse": 12578, + "ĠQuality": 12579, + "Ġincentives": 12580, + "ĠCN": 12581, + "Ġarchitectural": 12582, + "Ġregistration": 12583, + "Ġdelight": 12584, + "Ġstressed": 12585, + "Ġdialect": 12586, + "ĠFile": 12587, + "Ġweapon": 12588, + "ographer": 12589, + "rared": 12590, + "Ġsnake": 12591, + "PDF": 12592, + "Ġintentions": 12593, + "Ġtransparency": 12594, + "Ġvolcanic": 12595, + "Ġrefined": 12596, + "Ġdegen": 12597, + "ĠIndust": 12598, + "360": 12599, + "Current": 12600, + "tw": 12601, + "Ġsperm": 12602, + "ĠHur": 12603, + "Ġkings": 12604, + "Her": 12605, + "Ġincidents": 12606, + "Ġconvinced": 12607, + "ĠRequ": 12608, + "Ġghost": 12609, + "ORD": 12610, + "Ġcompeting": 12611, + "ocated": 12612, + "Disc": 12613, + "pur": 12614, + "Ġfragments": 12615, + "Ġperiodic": 12616, + "Ġcounties": 12617, + "Ġautomated": 12618, + "ĠPap": 12619, + "Ġorganisation": 12620, + "Pres": 12621, + "Ġrhet": 12622, + "Ġgroundwater": 12623, + "Ġaltitude": 12624, + "ĠCollect": 12625, + "Ġepidemic": 12626, + "Ġcompromise": 12627, + "Ġpotatoes": 12628, + "Ġdamaging": 12629, + "Ġeliminating": 12630, + "ĠGa": 12631, + "Ġsinging": 12632, + "Ġgenre": 12633, + "Ġautonomy": 12634, + "Ġworksheets": 12635, + "Ġmi": 12636, + "Ġracism": 12637, + "plicit": 12638, + "Ġingredient": 12639, + "entieth": 12640, + "Ġgreet": 12641, + "ĠDuke": 12642, + "Ġaffil": 12643, + "ussian": 12644, + "Ġcompression": 12645, + "EV": 12646, + "Throughout": 12647, + "unctions": 12648, + "Ġperceive": 12649, + "ibrium": 12650, + "Ġvisually": 12651, + "uble": 12652, + "Ġrandomly": 12653, + "Ġstrictly": 12654, + "Ġtar": 12655, + "ĠMental": 12656, + "rology": 12657, + "Ġcomparable": 12658, + "ĠPsychology": 12659, + "Ġpap": 12660, + "Ġuncom": 12661, + "Ġcubic": 12662, + "Ġarrays": 12663, + "ĠRus": 12664, + "ĠContact": 12665, + "orse": 12666, + "ĠSep": 12667, + "Ġmagnesium": 12668, + "style": 12669, + "ĠDu": 12670, + "ergarten": 12671, + "Ġbuilds": 12672, + "Ġprefix": 12673, + "atis": 12674, + "Ġstiff": 12675, + "Ġmindset": 12676, + "Ġthickness": 12677, + "Ġvomiting": 12678, + "omon": 12679, + "Ġcondem": 12680, + "Ġentries": 12681, + "acity": 12682, + "Ġfriendship": 12683, + "Ġpractitioners": 12684, + "osphere": 12685, + "ón": 12686, + "Ġsymbolic": 12687, + "Ġterrain": 12688, + "Ġatom": 12689, + "Ġdemonstrating": 12690, + "Ġmud": 12691, + "Ġexit": 12692, + "Ġpresum": 12693, + "Ġconvention": 12694, + "otechnology": 12695, + "Ġterminal": 12696, + "Ġtailored": 12697, + "Ġcooked": 12698, + "ĠMovement": 12699, + "Ġsoap": 12700, + "ugs": 12701, + "ĠLower": 12702, + "bin": 12703, + "Ġbelongs": 12704, + "avirus": 12705, + "Ġprolonged": 12706, + "arity": 12707, + "ĠFall": 12708, + "Ġinsc": 12709, + "Ġprotects": 12710, + "held": 12711, + "comput": 12712, + "ĠSpe": 12713, + "Ġneighborhoods": 12714, + "Ġcomposite": 12715, + "Ġpipes": 12716, + "MD": 12717, + "alo": 12718, + "Ġsuited": 12719, + "iens": 12720, + "amic": 12721, + "ĠEnsure": 12722, + "Ġpupp": 12723, + "ustomer": 12724, + "odynam": 12725, + "Ġfailures": 12726, + "Ġreleases": 12727, + "eros": 12728, + "Ġmindful": 12729, + "ican": 12730, + "uty": 12731, + "Ġpollutants": 12732, + "ishers": 12733, + "Ġpatch": 12734, + "ĠSac": 12735, + "ĠLiving": 12736, + "hop": 12737, + "otyp": 12738, + "ĠInstit": 12739, + "Ġsatellites": 12740, + "Ġgrocer": 12741, + "Ġpreference": 12742, + "ĠTibet": 12743, + "Ġbottles": 12744, + "Ġinfl": 12745, + "Ġgifts": 12746, + "sorted": 12747, + "ĠBit": 12748, + "ĠDocu": 12749, + "ĠLie": 12750, + "Ġpreschool": 12751, + "Ġimpacted": 12752, + "ĠEssay": 12753, + "Ġsteep": 12754, + "Ġscattered": 12755, + "Ġservers": 12756, + "Ġgrey": 12757, + "ĠDiabetes": 12758, + "Ġlapt": 12759, + "IO": 12760, + "aki": 12761, + "171": 12762, + "Ġreass": 12763, + "osit": 12764, + "Ġadmitted": 12765, + "Ġspirits": 12766, + "Ġmounted": 12767, + "ograms": 12768, + "Ġbreathe": 12769, + "Ġcrossing": 12770, + "Ġcombust": 12771, + "ĠPA": 12772, + "Ġfeaturing": 12773, + "ĠAB": 12774, + "Ġtruck": 12775, + "Ġrebell": 12776, + "Ġpursuit": 12777, + "Red": 12778, + "Ġwarmer": 12779, + "dy": 12780, + "Ġstating": 12781, + "ĠVers": 12782, + "Ġinflammatory": 12783, + "ĠMong": 12784, + "Ġinstitutional": 12785, + "Ġvon": 12786, + "Ġhepat": 12787, + "Ġinspection": 12788, + "Ġtemporal": 12789, + "have": 12790, + "©": 12791, + "Ġaluminum": 12792, + "Ġcum": 12793, + "ĠIndonesia": 12794, + "acular": 12795, + "Ġautomatic": 12796, + "Ġresponding": 12797, + "Ġgrasp": 12798, + "ĠMission": 12799, + "Ġromantic": 12800, + "ĠChanged": 12801, + "Ġprojected": 12802, + "ogy": 12803, + "Ġtherapist": 12804, + "ĠBehavior": 12805, + "ĠSeries": 12806, + "Ġvalued": 12807, + "amount": 12808, + "ĠGir": 12809, + "Ġunre": 12810, + "Bel": 12811, + "ĠDepression": 12812, + "Ġtrusted": 12813, + "mouth": 12814, + "ĠSleep": 12815, + "Ġsoldier": 12816, + "Ġglobally": 12817, + "Ġcents": 12818, + "Ġaccumulation": 12819, + "FT": 12820, + "lem": 12821, + "166": 12822, + "Ġillumin": 12823, + "Ġmachinery": 12824, + "ibli": 12825, + "ĠUtah": 12826, + "Ġbases": 12827, + "eland": 12828, + "Ġcurrents": 12829, + "rage": 12830, + "ĠStone": 12831, + "Ġspecialists": 12832, + "ĠAvailable": 12833, + "RNA": 12834, + "Ġaids": 12835, + "Ġcorporations": 12836, + "embered": 12837, + "Non": 12838, + "Ġmultiplication": 12839, + "Ġunto": 12840, + "isible": 12841, + "Ġbehalf": 12842, + "Ġphysiological": 12843, + "Ġintens": 12844, + "anna": 12845, + "ĠArabic": 12846, + "Ġtriggers": 12847, + "Ġreceptors": 12848, + "Ġdistress": 12849, + "Ġconsole": 12850, + "iolet": 12851, + "ĠRepresent": 12852, + "EW": 12853, + "when": 12854, + "Ġ=>": 12855, + "Ġabsent": 12856, + "ART": 12857, + "Ġhorizon": 12858, + "Ġmaintains": 12859, + "161": 12860, + "Ġlever": 12861, + "Ġpossession": 12862, + "ĠSix": 12863, + "Ġμ": 12864, + "ĠIron": 12865, + "Ġiconic": 12866, + "Ġshops": 12867, + "ĠWHO": 12868, + "Ġdelve": 12869, + "ĠJean": 12870, + "Ġties": 12871, + "Ġverbal": 12872, + "ationally": 12873, + "112": 12874, + "Ġapproxim": 12875, + "otional": 12876, + "ĠRepublican": 12877, + "sett": 12878, + "Ġallocation": 12879, + "Ġdesirable": 12880, + "Ġdehyd": 12881, + "Ġshifting": 12882, + "Ġcam": 12883, + "cost": 12884, + "Ġnums": 12885, + "holder": 12886, + "ochond": 12887, + "Ġsurvivors": 12888, + "Ġexplos": 12889, + "aunt": 12890, + "Ġignor": 12891, + "ĠBarb": 12892, + "olly": 12893, + "��portions": 12894, + "Ġhosting": 12895, + "Ġjoining": 12896, + "ĠSoft": 12897, + "oen": 12898, + "Ġbasket": 12899, + "fficiency": 12900, + "Ġmurd": 12901, + "ĠBelg": 12902, + "ĠMiller": 12903, + "Ġitiner": 12904, + "Ġly": 12905, + "Ġgeographical": 12906, + "Ġcompete": 12907, + "ĠEle": 12908, + "Ġpathway": 12909, + "ĠCensus": 12910, + "UM": 12911, + "ĠØ": 12912, + "imedia": 12913, + "Ġbowel": 12914, + "ĠSpecies": 12915, + "vasive": 12916, + "Ġmuseums": 12917, + "Ġscheduled": 12918, + "ĠMaya": 12919, + "Ġtravels": 12920, + "Ġlarvae": 12921, + "Ġstandardized": 12922, + "will": 12923, + "ĠFlu": 12924, + "Ġinformative": 12925, + "days": 12926, + "Ġdelete": 12927, + "Ġsynchron": 12928, + "Ġfifty": 12929, + "Ġdrew": 12930, + "Ġhiding": 12931, + "Ġtelescope": 12932, + "illy": 12933, + "Ġartic": 12934, + "Ġslide": 12935, + "Ġnurt": 12936, + "ĠRab": 12937, + "Ġcertification": 12938, + "Though": 12939, + "feeding": 12940, + "bro": 12941, + "Ġconveys": 12942, + "Ġheavier": 12943, + "pres": 12944, + "Ġ]": 12945, + "Ġexpressing": 12946, + "Ġoscill": 12947, + "Ġnod": 12948, + "Ġwax": 12949, + "ĠArthur": 12950, + "Ġparticipated": 12951, + "ĠUrban": 12952, + "opathy": 12953, + "izational": 12954, + "white": 12955, + "Ġangry": 12956, + "aments": 12957, + "Ġtimber": 12958, + "thening": 12959, + "Aug": 12960, + "ĠMaking": 12961, + "ĠâĢĿ": 12962, + "Ġclarify": 12963, + "Ġextending": 12964, + "Ġpathogens": 12965, + "Ġaccommodations": 12966, + "onto": 12967, + "Ġbelt": 12968, + "Ġevolving": 12969, + "iasm": 12970, + "Ġfootball": 12971, + "ĠArist": 12972, + "Ġchallenged": 12973, + "owa": 12974, + "Ġfleet": 12975, + "plane": 12976, + "gr": 12977, + "Ġunst": 12978, + "abetic": 12979, + "Ġresidence": 12980, + "graph": 12981, + "Ġmarch": 12982, + "Ġdeck": 12983, + "agonal": 12984, + "isphere": 12985, + "Scientists": 12986, + "Ġterrible": 12987, + "ipse": 12988, + "Ġmerge": 12989, + "001": 12990, + "aund": 12991, + "Ġnested": 12992, + "Ġbench": 12993, + "Ġcredibility": 12994, + "Ġcastle": 12995, + "ĠCreative": 12996, + "ĠRod": 12997, + "ĠWas": 12998, + "Ġmainstream": 12999, + "ĠIndustrial": 13000, + "Ġpalm": 13001, + "Ġgravitational": 13002, + "olk": 13003, + "dam": 13004, + "ĠRay": 13005, + "Ġfundament": 13006, + "ĠTherapy": 13007, + "oths": 13008, + "Ġderive": 13009, + "Ġconstitu": 13010, + "Ġaccused": 13011, + "Ġinadequate": 13012, + "Ġpoems": 13013, + "Ġconsiderably": 13014, + "Ġheated": 13015, + "Ġunlock": 13016, + "Ġaltogether": 13017, + "olith": 13018, + "Ġillustrates": 13019, + "Ġdy": 13020, + "Ġ{'": 13021, + "ĠEmploy": 13022, + "ĠRoose": 13023, + "Ġleverage": 13024, + "ĠMos": 13025, + "ĠBox": 13026, + "ĠTeam": 13027, + "Ġbuffer": 13028, + "Ġrecovered": 13029, + "Ġpointing": 13030, + "Ġappealing": 13031, + "Ġyeast": 13032, + "Ġmetaphor": 13033, + "Ġflights": 13034, + "Ġefficacy": 13035, + "Ġbes": 13036, + "Ġtransitions": 13037, + "Ġlicensed": 13038, + "Ġantibiotic": 13039, + "Ġperforms": 13040, + "Ġtargeting": 13041, + "Ġinsulation": 13042, + "Ġcheaper": 13043, + "organisms": 13044, + "orie": 13045, + "Ġblame": 13046, + "Ġsimilarities": 13047, + "Ġbrick": 13048, + "ĠDom": 13049, + "Ġdenied": 13050, + "Ġintermediate": 13051, + "ĠSite": 13052, + "ĠChemical": 13053, + "ĠNi": 13054, + "Ġthrone": 13055, + "Ġanxious": 13056, + "Ġinduced": 13057, + "imity": 13058, + "Min": 13059, + "Their": 13060, + "ulent": 13061, + "odge": 13062, + "arma": 13063, + "Ġrelieve": 13064, + "ĠPa": 13065, + "Ġnegatively": 13066, + "Ġcontracts": 13067, + "his": 13068, + "ela": 13069, + "ĠNS": 13070, + "Ġdenomin": 13071, + "Ġlabeled": 13072, + "ĠFranklin": 13073, + "ĠJupiter": 13074, + "Ġradi": 13075, + "Ġtremendous": 13076, + "VD": 13077, + "Ġenjoyable": 13078, + "Ġchamp": 13079, + "Ġconvergence": 13080, + "Ġheadaches": 13081, + "106": 13082, + "Prof": 13083, + "Ġmetres": 13084, + "Ġ°": 13085, + "Ġsour": 13086, + "''": 13087, + "ibration": 13088, + "omething": 13089, + "Oct": 13090, + "annel": 13091, + "Ġsubjective": 13092, + "etheless": 13093, + "Ġprosec": 13094, + "ĠRegular": 13095, + "ĠFive": 13096, + "Ġoverhead": 13097, + "iser": 13098, + "ĠMit": 13099, + "ni": 13100, + "igs": 13101, + "Ġabortion": 13102, + "ĠFOR": 13103, + "Ġbutt": 13104, + "Ġvapor": 13105, + "ĠPeriod": 13106, + "Ġfraud": 13107, + "ĠBuddhism": 13108, + "olas": 13109, + "Ġapproaching": 13110, + "Public": 13111, + "Ġimposed": 13112, + "Ġdefeated": 13113, + "Ġcommander": 13114, + "hend": 13115, + "ĠÏĢ": 13116, + "Ġunch": 13117, + "Ġbiomass": 13118, + "Ġwhales": 13119, + "Ġweights": 13120, + "Ġprogrammes": 13121, + "amiliar": 13122, + "ĠBow": 13123, + "Ġanniversary": 13124, + "Ġhoping": 13125, + "ĠLind": 13126, + "Ġlocate": 13127, + "shire": 13128, + "Ġprofiles": 13129, + "Ġzinc": 13130, + "frame": 13131, + "Ġtemplate": 13132, + "Ġheaded": 13133, + "wall": 13134, + "Ġcuis": 13135, + "Ġintegrating": 13136, + "ĠGh": 13137, + "ĠRog": 13138, + "ĠRoosevelt": 13139, + "Ġnineteenth": 13140, + "++)": 13141, + "kh": 13142, + "Ġadul": 13143, + "ERS": 13144, + "Ġcaffeine": 13145, + "ĠDougl": 13146, + "ewater": 13147, + "Ġpromoted": 13148, + "ĠGPS": 13149, + "acerb": 13150, + "ĠOpp": 13151, + "Ġgrave": 13152, + "elsius": 13153, + "viously": 13154, + "Ġchaos": 13155, + "Ġbeer": 13156, + "Ġrepublic": 13157, + "Ġpressing": 13158, + "Ġrituals": 13159, + "ocaust": 13160, + "Ġmutation": 13161, + "Ġwhilst": 13162, + "Ġshortly": 13163, + "Bo": 13164, + "choice": 13165, + "Ġà¤": 13166, + "Ġrelevance": 13167, + "155": 13168, + "Ġlacking": 13169, + "eous": 13170, + "FA": 13171, + "Ġsalaries": 13172, + "God": 13173, + "SQL": 13174, + "orne": 13175, + "Ġartwork": 13176, + "Ġindication": 13177, + "Ġappetite": 13178, + "Ġstir": 13179, + "Ġjewel": 13180, + "ĠSa": 13181, + "Ġindivid": 13182, + "Ġaudiences": 13183, + "Ġconform": 13184, + "Ġcurv": 13185, + "Ġtemples": 13186, + "Ġemployer": 13187, + "ĠDate": 13188, + "folio": 13189, + "107": 13190, + "aug": 13191, + "Ġovert": 13192, + "Ġepidem": 13193, + "color": 13194, + "rup": 13195, + "Ġdiscusses": 13196, + "Ġhistorically": 13197, + "Intern": 13198, + "ĠAdvanced": 13199, + "Ġconceptual": 13200, + "Ġconsecutive": 13201, + "five": 13202, + "erie": 13203, + "ĠSymptoms": 13204, + "mates": 13205, + "ĠShare": 13206, + "Ġuncons": 13207, + "Ġepit": 13208, + "ĠAra": 13209, + "istical": 13210, + "ĠBan": 13211, + "Ġtalked": 13212, + "Ġthumb": 13213, + "ĠPhilippines": 13214, + "Ġmythology": 13215, + "Ġ(`": 13216, + "ĠRout": 13217, + "cedented": 13218, + "bes": 13219, + "Ġtags": 13220, + "Ġmanufactured": 13221, + "Ġarchaeological": 13222, + "ĠTy": 13223, + "proof": 13224, + "ĠMarx": 13225, + "ĠSD": 13226, + "tesy": 13227, + "Ġrigorous": 13228, + "Ġcarp": 13229, + "Ġink": 13230, + "ĠSyria": 13231, + "gic": 13232, + "Ġcrash": 13233, + "ĠFord": 13234, + "ĠArgent": 13235, + "ĠMoh": 13236, + "Ġreadings": 13237, + "Ġquantitative": 13238, + "115": 13239, + "eek": 13240, + "Ġvotes": 13241, + "Ġluck": 13242, + "ĠMuh": 13243, + "ĠGuid": 13244, + "Ġinfer": 13245, + "Ġdeclar": 13246, + "TC": 13247, + "Ġconnects": 13248, + "Ġstoring": 13249, + "Ġrevision": 13250, + "essee": 13251, + "Ġbay": 13252, + "Ġcircuits": 13253, + "plus": 13254, + "riends": 13255, + "ĠBah": 13256, + "ĠEdition": 13257, + "ĠHispan": 13258, + "Ġdifferentiate": 13259, + "Ġpackages": 13260, + "ĠHawaii": 13261, + "Ġos": 13262, + "Pat": 13263, + "Ġgums": 13264, + "Ġlikes": 13265, + "ĠBody": 13266, + "Ġchips": 13267, + "Ġlesser": 13268, + "Ġeliminated": 13269, + "Ġplacement": 13270, + "Ġsensation": 13271, + "Ġseas": 13272, + "Ġdepths": 13273, + "Social": 13274, + "ochemical": 13275, + "ĠPrior": 13276, + "Ġgauge": 13277, + "State": 13278, + "Ġresponded": 13279, + "ĠPolish": 13280, + "Ġdemographic": 13281, + "Ġtourists": 13282, + "Ġgross": 13283, + "ĠBegin": 13284, + "Ġactors": 13285, + "Ġstrip": 13286, + "ĠKnowledge": 13287, + "Ġoxide": 13288, + "Ġsomehow": 13289, + "Moreover": 13290, + "ĠBru": 13291, + "Ġbon": 13292, + "Ġhate": 13293, + "Ġextensively": 13294, + "ĠNap": 13295, + "ĠTax": 13296, + "Ġguilt": 13297, + "ĠFA": 13298, + "Ġinfluencing": 13299, + "Ġnoble": 13300, + "ocking": 13301, + "Ġgland": 13302, + "Ġenrich": 13303, + "Ġwellness": 13304, + "bits": 13305, + "activity": 13306, + "ĠMarg": 13307, + "Ġhighlighted": 13308, + "bral": 13309, + "ĠYouTube": 13310, + "Ġhosts": 13311, + "ĠPrize": 13312, + "Ġgastro": 13313, + "olean": 13314, + "Ġranks": 13315, + "sun": 13316, + "Ġcharging": 13317, + "Ġautonomous": 13318, + "Ġadjusted": 13319, + "laration": 13320, + "Ġtriggered": 13321, + "Ġdeple": 13322, + "shore": 13323, + "ĠArk": 13324, + "ĠEducational": 13325, + "ĠIb": 13326, + "ĠGP": 13327, + "resses": 13328, + "Ġnumb": 13329, + "Ġpublicly": 13330, + "ĠDefense": 13331, + "Ġreversed": 13332, + "Ġlegitimate": 13333, + "ogl": 13334, + "163": 13335, + "Date": 13336, + "umble": 13337, + "Ġbreakthrough": 13338, + "Ġpulse": 13339, + "Ġlawyer": 13340, + "Ġaligned": 13341, + "Work": 13342, + "Ġgrammat": 13343, + "minute": 13344, + "Ġtense": 13345, + "ecd": 13346, + "172": 13347, + "irming": 13348, + "ausea": 13349, + "Ġbridges": 13350, + "Ġplaque": 13351, + "lastname": 13352, + "Mus": 13353, + "Ġhandles": 13354, + "Ġenterprise": 13355, + "cout": 13356, + "Ġnurses": 13357, + "Ġecho": 13358, + "ĠGreg": 13359, + "Ġvocal": 13360, + "ĠBad": 13361, + "Ġplastics": 13362, + "Ġboats": 13363, + "Ġreligions": 13364, + "ĠSpecifically": 13365, + "Common": 13366, + "Ġadvancement": 13367, + "Ġtomb": 13368, + "Test": 13369, + "Ġseaf": 13370, + "walk": 13371, + "ĠPH": 13372, + "agger": 13373, + "Ġmysteries": 13374, + "Ġarrested": 13375, + "Ġ($": 13376, + "Image": 13377, + "Ġions": 13378, + "ttes": 13379, + "Those": 13380, + "Ġimpactful": 13381, + "Ġarom": 13382, + "ĠSud": 13383, + "âĪļ": 13384, + "ĠCorporation": 13385, + "olecular": 13386, + "Ġimported": 13387, + "eld": 13388, + "roximately": 13389, + "ĠVirt": 13390, + "Ġcups": 13391, + "Ġagreements": 13392, + "ĠElectric": 13393, + "oping": 13394, + "Ġinnovations": 13395, + "othy": 13396, + "ĠCommand": 13397, + "ĠTreaty": 13398, + "ipt": 13399, + "Ġintact": 13400, + "162": 13401, + "Ġhints": 13402, + "urally": 13403, + "ĠMu": 13404, + "Ġcer": 13405, + "umer": 13406, + "Ġtrap": 13407, + "Ġlenses": 13408, + "ĠRaj": 13409, + "ĠKenya": 13410, + "ĠGer": 13411, + "weed": 13412, + "Ġpracticed": 13413, + "Ġiterates": 13414, + "site": 13415, + "Ġwhit": 13416, + "ĠLady": 13417, + "ĠVill": 13418, + "Ġinitiated": 13419, + "Ġexacerb": 13420, + "Ġthreatening": 13421, + "ĠEli": 13422, + "Ġpointer": 13423, + "osex": 13424, + "Ġorganizing": 13425, + "Ġneedle": 13426, + "Ġtourist": 13427, + "ĠTravel": 13428, + "Ġcontinually": 13429, + "Ġunpre": 13430, + "Ġnearest": 13431, + "ĠJordan": 13432, + "Ġobese": 13433, + "dem": 13434, + "yers": 13435, + "128": 13436, + "Ġpyram": 13437, + "mill": 13438, + "Ġintersect": 13439, + "Ġgallons": 13440, + "Ġempirical": 13441, + "zero": 13442, + "ĠDub": 13443, + "enaissance": 13444, + "Ġjournals": 13445, + "ĠObserv": 13446, + "Ġeligible": 13447, + "inflammatory": 13448, + "Ġconsiders": 13449, + "ontin": 13450, + "ĠBuild": 13451, + "ĠKat": 13452, + "Ġfled": 13453, + "Ġpositively": 13454, + "ĠFisher": 13455, + "ultural": 13456, + "Ġmaxim": 13457, + "Ġbirthday": 13458, + "ĠGrant": 13459, + "Ġbeef": 13460, + "Ġmisunder": 13461, + "Ġpassages": 13462, + "ĠOd": 13463, + "param": 13464, + "reach": 13465, + "acre": 13466, + "ĠIntelligence": 13467, + "Ġregulated": 13468, + "ĠLove": 13469, + "Ġcro": 13470, + "Ġnucleus": 13471, + "ropolitan": 13472, + "swer": 13473, + "Ġsuppliers": 13474, + "Ġpurple": 13475, + "speed": 13476, + "Ġdrawings": 13477, + "olve": 13478, + "Ġprostate": 13479, + "ean": 13480, + "energy": 13481, + "Ġdirt": 13482, + "Ġdependence": 13483, + "Ġaesthetic": 13484, + "Ġfart": 13485, + "Ġ```": 13486, + "java": 13487, + "Ġcaring": 13488, + "Ġdeciding": 13489, + "olis": 13490, + "ĠConsole": 13491, + "pin": 13492, + "Ġportable": 13493, + "pi": 13494, + "Ġloaded": 13495, + "Ġmelting": 13496, + "fortable": 13497, + "167": 13498, + "Ġpronounced": 13499, + "Ġglory": 13500, + "uler": 13501, + "named": 13502, + "Ġcaut": 13503, + "Good": 13504, + "ĠParents": 13505, + "Ġweren": 13506, + "Ġinterconnected": 13507, + "Ġdeviations": 13508, + "Ġaccountability": 13509, + "ophers": 13510, + "rones": 13511, + "iley": 13512, + "Ġconvict": 13513, + "ĠGame": 13514, + "ĠIC": 13515, + "arms": 13516, + "ĠNewton": 13517, + "opter": 13518, + "Ġsimilarly": 13519, + "Ġloads": 13520, + "ĠPoll": 13521, + "agu": 13522, + "Ġtear": 13523, + "Ġrequested": 13524, + "ĠDiego": 13525, + "Ġscreens": 13526, + "Ġuter": 13527, + "cor": 13528, + "bestos": 13529, + "FL": 13530, + "Ġwast": 13531, + "Ġinsufficient": 13532, + "ĠAges": 13533, + "Ġpromised": 13534, + "ĠCommunication": 13535, + "ĠCultural": 13536, + "arb": 13537, + "Ġnights": 13538, + "Ġbom": 13539, + "Ġadvocate": 13540, + "Ġalb": 13541, + "Ġillustrations": 13542, + "Ġbriefly": 13543, + "Fl": 13544, + "nut": 13545, + "ĠPR": 13546, + "Ġexams": 13547, + "ĠConfederate": 13548, + "Ġluxury": 13549, + "AI": 13550, + "Ġsake": 13551, + "Ġprimitive": 13552, + "Ġfungi": 13553, + "ĠBurn": 13554, + "Ġcentered": 13555, + "Ġdwell": 13556, + "ĠMemorial": 13557, + "Ġpersec": 13558, + "ĠZe": 13559, + "than": 13560, + "inton": 13561, + "jective": 13562, + "iencies": 13563, + "Ġvoters": 13564, + "card": 13565, + "Ġsurviving": 13566, + "prime": 13567, + "iotics": 13568, + "ĠHad": 13569, + "Ġwoods": 13570, + "versely": 13571, + "system": 13572, + "Ġrespondents": 13573, + "Ġdiamond": 13574, + "Ġremembered": 13575, + "aten": 13576, + "Ġconsisted": 13577, + "diction": 13578, + "Ġradar": 13579, + "Ġstimulation": 13580, + "ellar": 13581, + "Ġcharity": 13582, + "Ġpunctuation": 13583, + "Ġemperor": 13584, + "ĠCut": 13585, + "appropriate": 13586, + "Ġwrap": 13587, + "abama": 13588, + "ESS": 13589, + "ĠClear": 13590, + "Ġfict": 13591, + "Ġpharmaceutical": 13592, + "Ġbore": 13593, + "Ġalleged": 13594, + "ĠCook": 13595, + "ĠHyp": 13596, + "Ġsubstantially": 13597, + "Ġgang": 13598, + "Ġcertified": 13599, + "History": 13600, + "Ġunprecedented": 13601, + "ĠEvolution": 13602, + "Ġrecipe": 13603, + "Ġincomplete": 13604, + "ĠTuesday": 13605, + "173": 13606, + "Ġclever": 13607, + "Ġtutor": 13608, + "PP": 13609, + "Ġstretching": 13610, + "Ġwondering": 13611, + "Ġpoisoning": 13612, + "ĠTeacher": 13613, + "Ġcrafting": 13614, + "ĠImperial": 13615, + "Ġfusion": 13616, + "heel": 13617, + "ensor": 13618, + "Ġdelivering": 13619, + "nowned": 13620, + "Ġoverse": 13621, + "assment": 13622, + "Ġrectangle": 13623, + "Ġunconscious": 13624, + "ĠCharl": 13625, + "Ġgently": 13626, + "Ġflies": 13627, + "Ġemotionally": 13628, + "Ġcache": 13629, + "Ġtravers": 13630, + "Ġharvesting": 13631, + "elson": 13632, + "Ġcolours": 13633, + "Ġindices": 13634, + "Ġmonitored": 13635, + "apore": 13636, + "ĠPersian": 13637, + "Copyright": 13638, + "isa": 13639, + "Ġaspirations": 13640, + "ĠWednesday": 13641, + "ĠPlanning": 13642, + "title": 13643, + "Ġswitching": 13644, + "Ġcritics": 13645, + "Ġindividually": 13646, + "mus": 13647, + "Ġsho": 13648, + "._": 13649, + "Ġstatue": 13650, + "imination": 13651, + "Ġoperates": 13652, + "Ġhierarchy": 13653, + "Ġforty": 13654, + "Ġlandf": 13655, + "Ġsends": 13656, + "Ġcoping": 13657, + "âĦ¢": 13658, + "ilateral": 13659, + "Ġfreed": 13660, + "Ġoccurrences": 13661, + "ĠChile": 13662, + "itzerland": 13663, + "olescent": 13664, + "Ġfantastic": 13665, + "ĠTai": 13666, + "June": 13667, + "Ġmorality": 13668, + "ĠCL": 13669, + "txt": 13670, + "ĠTennessee": 13671, + "roleum": 13672, + "169": 13673, + "ĠBasic": 13674, + "home": 13675, + "Ġfans": 13676, + "ĠOm": 13677, + "Ġenthusiasm": 13678, + "220": 13679, + "ĠLouisiana": 13680, + "ĠEN": 13681, + "118": 13682, + "ĠAlbert": 13683, + "Ġfluctuations": 13684, + "Ġpremature": 13685, + "Ġtactics": 13686, + "Food": 13687, + "fu": 13688, + "Ġoct": 13689, + "Ġenvelop": 13690, + "ĠIndependence": 13691, + "Ġsafegu": 13692, + "tu": 13693, + "Ġtie": 13694, + "iciency": 13695, + "ĠCastle": 13696, + "Ġgradual": 13697, + "Ġletting": 13698, + "Ġtransported": 13699, + "Ġrecipes": 13700, + "Ġexplosion": 13701, + "Ġdemonstration": 13702, + "ĠTurkish": 13703, + "Ġdatetime": 13704, + "DC": 13705, + "Ġpremium": 13706, + "Ġgeneric": 13707, + "Ġicon": 13708, + "ĠNich": 13709, + "Ġobtaining": 13710, + ")?": 13711, + "Ġtales": 13712, + "ĠFem": 13713, + "Ġupset": 13714, + "Ġcoh": 13715, + "ĠMachine": 13716, + "ĠThursday": 13717, + "Ġsimulations": 13718, + "Ġremoves": 13719, + "ĠNort": 13720, + "Ġinserted": 13721, + "Ġarbitrary": 13722, + "Ġâī¤": 13723, + "ĠVisit": 13724, + "izable": 13725, + "Ġdozen": 13726, + "base": 13727, + "Ġproc": 13728, + "Ġbehave": 13729, + "Ġemphasizes": 13730, + "Ġattachment": 13731, + "ĠTu": 13732, + "Ġcongest": 13733, + "Did": 13734, + "Ġdenoted": 13735, + "Ġrepresentations": 13736, + "breaking": 13737, + "Ġurgent": 13738, + "ĠUsed": 13739, + "Ġinvestigating": 13740, + "urate": 13741, + "open": 13742, + "reading": 13743, + "Ġpanic": 13744, + "Ġrewritten": 13745, + "error": 13746, + "letal": 13747, + "Ġmodest": 13748, + "Ġbrands": 13749, + "Black": 13750, + "Ġdivisible": 13751, + "laim": 13752, + "Ġfounding": 13753, + "oxide": 13754, + "Ġwounded": 13755, + "elta": 13756, + "ĠParticip": 13757, + "owers": 13758, + "Ġresolved": 13759, + "Ġelevation": 13760, + "arith": 13761, + "Ġdrama": 13762, + "amilton": 13763, + "Ġdivor": 13764, + "Ġwhites": 13765, + "asa": 13766, + "ltry": 13767, + "ĠGreeks": 13768, + "AV": 13769, + "sight": 13770, + "esteem": 13771, + "Ġchim": 13772, + "oria": 13773, + "Ġunhealthy": 13774, + "po": 13775, + "Ġlets": 13776, + "Ġdigestion": 13777, + "ĠPil": 13778, + "Ġadvised": 13779, + "Ġmyths": 13780, + "ĠSaturday": 13781, + "iscal": 13782, + "ĠDeep": 13783, + "Ġstayed": 13784, + "Ġprediction": 13785, + "Ġdepicted": 13786, + "Ġtoken": 13787, + "Ġwilderness": 13788, + "Ġrooted": 13789, + "ĠFreedom": 13790, + "Ġcontroversy": 13791, + "graduate": 13792, + "oT": 13793, + "urities": 13794, + "ĠRos": 13795, + "English": 13796, + "Ġcautious": 13797, + "ĠRelations": 13798, + "Ġdestructive": 13799, + "Ġopposing": 13800, + "Ġparking": 13801, + "jan": 13802, + "Ġlig": 13803, + "Ġguilty": 13804, + "Ġpolymer": 13805, + "Ġframes": 13806, + "Ġdeemed": 13807, + "iffs": 13808, + "ership": 13809, + "Ġcontest": 13810, + "taining": 13811, + "Ġtrium": 13812, + "Ġdump": 13813, + "keley": 13814, + "ĠDog": 13815, + "Ġabdominal": 13816, + "Ġpublishing": 13817, + "Ġlateral": 13818, + "olia": 13819, + "illery": 13820, + "Ġleather": 13821, + "Ġsocially": 13822, + "Ġsimplified": 13823, + "Hel": 13824, + "Ġcyt": 13825, + "Ġevac": 13826, + "ategory": 13827, + "ĠArchives": 13828, + "Ġplural": 13829, + "four": 13830, + "uese": 13831, + "ĠClark": 13832, + "Ġdamp": 13833, + "ĠPit": 13834, + "lux": 13835, + "Ġcomputational": 13836, + "Ġcontra": 13837, + "Ġstrive": 13838, + "ĠHind": 13839, + "Bet": 13840, + "Europe": 13841, + "ĠAlice": 13842, + "ĠConstant": 13843, + "Ġcompanion": 13844, + "Ġimpul": 13845, + "ixed": 13846, + "##": 13847, + "Ġurgency": 13848, + "Ġcannab": 13849, + "Ġfailing": 13850, + "Ġbaseline": 13851, + "Ġcommunicating": 13852, + "Ġomega": 13853, + "output": 13854, + "ĠRenaissance": 13855, + "Ġresort": 13856, + "ĠSex": 13857, + "Ġcontinuity": 13858, + "Ġtragedy": 13859, + "Ġwounds": 13860, + "ository": 13861, + "Ġfallacies": 13862, + "Sign": 13863, + "err": 13864, + "Ä«": 13865, + "ifiers": 13866, + "ĠPatients": 13867, + "Ġpedest": 13868, + "Ġcorrupt": 13869, + "Ġwr": 13870, + "ĠTrump": 13871, + "ĠBird": 13872, + "Ġdivisions": 13873, + "\").": 13874, + "tein": 13875, + "Ġautumn": 13876, + "Ġsne": 13877, + "Ġcruel": 13878, + "Ġmixing": 13879, + "Ġbarely": 13880, + "Ġconstitute": 13881, + "Ġmul": 13882, + "antine": 13883, + "ĠGil": 13884, + "Ġpartition": 13885, + "Similar": 13886, + "Ġitinerary": 13887, + "ĠBapt": 13888, + "Ġaligns": 13889, + "Ġmerged": 13890, + "ĠTotal": 13891, + "ĠCert": 13892, + "Ġinstructor": 13893, + "Ġconcentrate": 13894, + "Ġmultipl": 13895, + "verb": 13896, + "Ġsqrt": 13897, + "Ġbrut": 13898, + "insic": 13899, + "ophag": 13900, + "Ġuncomm": 13901, + "Ġwalks": 13902, + "Ġidentifies": 13903, + "Ġpollen": 13904, + "Ġcock": 13905, + "ĠLic": 13906, + "Ġtriangles": 13907, + "Ġmodifications": 13908, + "Ġdisappoint": 13909, + "Ġrecru": 13910, + "Ġretreat": 13911, + "Ġsystemic": 13912, + "Ġstopping": 13913, + "aints": 13914, + "ĠCarbon": 13915, + "ĠAffairs": 13916, + "Ġeternal": 13917, + "ĠDeclaration": 13918, + "Ġradioactive": 13919, + "Ġcommemor": 13920, + "Ġalternate": 13921, + "Ġvirtue": 13922, + "Sch": 13923, + "ĠEV": 13924, + "Ġquart": 13925, + "ĠAustria": 13926, + "ĠAstron": 13927, + "ĠNobel": 13928, + "Ġinability": 13929, + "Åį": 13930, + "Ġcrossed": 13931, + "heat": 13932, + "Ġimpaired": 13933, + "Ġslic": 13934, + "Ġrigid": 13935, + "Desc": 13936, + "eu": 13937, + "rade": 13938, + "Ġartery": 13939, + "bird": 13940, + "icut": 13941, + "ikh": 13942, + "alin": 13943, + "Ġrespected": 13944, + "uly": 13945, + "Ġwitnessed": 13946, + "Ġhypertension": 13947, + "ĠImage": 13948, + "ĠHong": 13949, + "ocate": 13950, + "lict": 13951, + "ĠBeach": 13952, + "Ben": 13953, + "Count": 13954, + "eton": 13955, + "ĠMaterials": 13956, + "func": 13957, + "ĠPublishing": 13958, + "novation": 13959, + "Ġarteries": 13960, + "ĠBrook": 13961, + "Ġconfined": 13962, + "ĠNig": 13963, + "ĠExecutive": 13964, + "ĠKong": 13965, + "ĠResource": 13966, + "Ġhypot": 13967, + "Ġdomains": 13968, + "ĠFreder": 13969, + "ĠPresent": 13970, + "Ġdarker": 13971, + "Ġbicy": 13972, + "Ġhandled": 13973, + "Ġcounseling": 13974, + "ĠCham": 13975, + "ĠKentucky": 13976, + "Ġinterference": 13977, + "igion": 13978, + "Ġdelicious": 13979, + "distance": 13980, + "Ġteachings": 13981, + "induced": 13982, + "Ġsucc": 13983, + "ificant": 13984, + "ĠEinstein": 13985, + "Ġjson": 13986, + "Ġdesigner": 13987, + "ĠChen": 13988, + "eded": 13989, + "ĠVery": 13990, + "Ġconverting": 13991, + "Ġtroubles": 13992, + "UD": 13993, + "Ġmankind": 13994, + "Ġscarce": 13995, + "ĠDal": 13996, + "Ġoffspring": 13997, + "ollo": 13998, + "Ġpolished": 13999, + "Ġlegislative": 14000, + "Ġcohesive": 14001, + "wness": 14002, + "prot": 14003, + "ĠPlants": 14004, + "Ġcorrected": 14005, + "Ġventure": 14006, + "Down": 14007, + "uliar": 14008, + "elcome": 14009, + "eur": 14010, + "Ġregards": 14011, + "Ġveterin": 14012, + "Ġreceptor": 14013, + "resistant": 14014, + "Ġinvestigations": 14015, + "rehend": 14016, + "isl": 14017, + "Ġbitter": 14018, + "Ġoutstanding": 14019, + "ococc": 14020, + "Ġpurely": 14021, + "ĠTower": 14022, + "Ġabd": 14023, + "ignant": 14024, + "Ġpromises": 14025, + "Ġprosperity": 14026, + "ĠSmart": 14027, + "estinal": 14028, + "Ġunint": 14029, + "Ġcavity": 14030, + "Ġcurvature": 14031, + "Ġcorros": 14032, + "Ġutilizing": 14033, + "ĠAfghanistan": 14034, + "240": 14035, + "ĠGro": 14036, + "Ġsanct": 14037, + "Ġtranslate": 14038, + "sin": 14039, + "Ġtire": 14040, + "ĠNat": 14041, + "Ġoccasions": 14042, + "Ġfavorable": 14043, + "Ġconsultation": 14044, + "Ġmodification": 14045, + "Ġcarcin": 14046, + "Ġglasses": 14047, + "ĠForeign": 14048, + "Ġcomprised": 14049, + "ĠBoy": 14050, + "ĠPhilip": 14051, + "/(": 14052, + "Ġmush": 14053, + "urtles": 14054, + "uncture": 14055, + "rational": 14056, + "chy": 14057, + "Ġapproached": 14058, + "ĠMaria": 14059, + "monary": 14060, + "ĠCountry": 14061, + "your": 14062, + "Ġsurely": 14063, + "Ġstrikes": 14064, + "Ġmaternal": 14065, + "Ġformulas": 14066, + "Ġjustify": 14067, + "Ġheadache": 14068, + "Ġmonaster": 14069, + "ĠIndiana": 14070, + "Ġneurological": 14071, + "orb": 14072, + "Ġpole": 14073, + "Ġsecular": 14074, + "Ġruler": 14075, + "Ġdemanding": 14076, + "writing": 14077, + "opath": 14078, + "Ġwells": 14079, + "ĠSC": 14080, + "uma": 14081, + "Ġsmok": 14082, + "Ġpotent": 14083, + "jamin": 14084, + "ĠSant": 14085, + "Ġsink": 14086, + "ysics": 14087, + "bone": 14088, + "ĠLG": 14089, + "Ġpacked": 14090, + "Ġprivilege": 14091, + "Ġtransit": 14092, + "ĠProtocol": 14093, + "itar": 14094, + "ĠCreating": 14095, + "km": 14096, + "Ġpriests": 14097, + "Ġpad": 14098, + "owed": 14099, + "adian": 14100, + "Ġspite": 14101, + "Ġverbs": 14102, + "ifiable": 14103, + "ova": 14104, + "Ġpresidential": 14105, + "Ġsubstit": 14106, + "Ġinevitable": 14107, + "Ġbeaches": 14108, + "ĠBall": 14109, + "ĠTerrit": 14110, + "Ġtet": 14111, + "Ġtransitional": 14112, + "fn": 14113, + "ĠCass": 14114, + "asting": 14115, + "Ġundertaken": 14116, + "heart": 14117, + "ĠPolitical": 14118, + "Ġinterfere": 14119, + "ambo": 14120, + "Ġreforms": 14121, + "Ġproblematic": 14122, + "Mic": 14123, + "THE": 14124, + "ographics": 14125, + "ĠAlabama": 14126, + "element": 14127, + "152": 14128, + "args": 14129, + "Ġquotes": 14130, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 14131, + "ĠCredit": 14132, + "Form": 14133, + "Top": 14134, + "\"{": 14135, + "Ġextinct": 14136, + "ĠCertain": 14137, + "ĠUpper": 14138, + "Ġcues": 14139, + "Green": 14140, + "Ġpenc": 14141, + "Ġconsolid": 14142, + "Ġadvocates": 14143, + "Ġretained": 14144, + "atherine": 14145, + "Ġvisibility": 14146, + "MR": 14147, + "ĠCompar": 14148, + "ĠSwitzerland": 14149, + ":\",": 14150, + "ĠBot": 14151, + "PC": 14152, + "Ġmines": 14153, + "ĠEuclidean": 14154, + "Ġoptimized": 14155, + "Ġalleg": 14156, + "Ġcorrelated": 14157, + "Ġresearching": 14158, + "incial": 14159, + "imental": 14160, + "uana": 14161, + "ĠFram": 14162, + "Ġmelt": 14163, + "Ġdx": 14164, + "ĠThom": 14165, + "Ġclause": 14166, + "Ġcausal": 14167, + "Science": 14168, + "Ġoverwhelmed": 14169, + "Ġembracing": 14170, + "BL": 14171, + "Ġqueen": 14172, + "ĠCollection": 14173, + "Ġmosquito": 14174, + "klah": 14175, + "Ġplanes": 14176, + "Ġtears": 14177, + "Ġbuzz": 14178, + "ĠWhit": 14179, + "Ġheading": 14180, + "piece": 14181, + "Ġintroduces": 14182, + "Ġmast": 14183, + "Ġfractions": 14184, + ">>": 14185, + "ĠBesides": 14186, + "Ġdelayed": 14187, + "Ġrehabilitation": 14188, + "Ġexploitation": 14189, + "ĠAL": 14190, + "Know": 14191, + "Ġpatience": 14192, + "Ġproclaim": 14193, + "ĠMilitary": 14194, + "Ġfreshwater": 14195, + "Ġtribal": 14196, + "ĠLiterature": 14197, + "Ġunpredictable": 14198, + "Ġbowl": 14199, + "ugar": 14200, + "Ġtric": 14201, + "Ġhiring": 14202, + "ĠGames": 14203, + "Ġuncomfortable": 14204, + "Ġdated": 14205, + "ĠHealthy": 14206, + "Ġearthquakes": 14207, + "Ġchemotherapy": 14208, + "Ġslips": 14209, + "ĠMagn": 14210, + "SE": 14211, + "March": 14212, + "ĠAgree": 14213, + "Ġconstructive": 14214, + "ĠPersonal": 14215, + "Ġexploit": 14216, + "isan": 14217, + "Ġweeds": 14218, + "Ġinvisible": 14219, + "Ġdispute": 14220, + "Ġelegant": 14221, + "Ġexem": 14222, + "eworks": 14223, + "aughters": 14224, + "Ġcatastrophic": 14225, + "Ġtimely": 14226, + "Ġmonetary": 14227, + "Ġhepatitis": 14228, + "odd": 14229, + "ĠPict": 14230, + "unciation": 14231, + "Ġsugars": 14232, + "ĠSustainable": 14233, + "Ġdiscrete": 14234, + "Ġkidneys": 14235, + "Ġratings": 14236, + "rasound": 14237, + "Ġozone": 14238, + "amples": 14239, + "Ġconfusing": 14240, + "Ġfortun": 14241, + "Ġpursuing": 14242, + "Ġcargo": 14243, + "ĠTorah": 14244, + "essage": 14245, + "153": 14246, + "Ġcultivation": 14247, + "Ġcasting": 14248, + "Ġrailway": 14249, + "Think": 14250, + "Ġprejud": 14251, + "erce": 14252, + "Ġpurchases": 14253, + "Ġraces": 14254, + "mans": 14255, + "third": 14256, + "Photo": 14257, + "Ġcrystals": 14258, + "ĠOrd": 14259, + "Point": 14260, + "Ġelite": 14261, + "Among": 14262, + "127": 14263, + "Ġbillions": 14264, + "ĠPi": 14265, + "Ġsuggestion": 14266, + "bitious": 14267, + "Ġimprison": 14268, + "Ġfriction": 14269, + "ĠUC": 14270, + "Ġdwar": 14271, + "Ġactivation": 14272, + "Cent": 14273, + "Di": 14274, + "dependent": 14275, + "ĠHal": 14276, + "135": 14277, + "Ġlact": 14278, + "AND": 14279, + "ĠAlways": 14280, + "Ġsaturated": 14281, + "osures": 14282, + "Ġprovinces": 14283, + "usually": 14284, + "Ġfirstname": 14285, + "WH": 14286, + "ĠLawrence": 14287, + "Ġequilibrium": 14288, + "zech": 14289, + "Ġcuisine": 14290, + "Learning": 14291, + "ĠSci": 14292, + "ĠFou": 14293, + "cur": 14294, + "lades": 14295, + "Ġlinguistic": 14296, + "θ": 14297, + "Ġstrat": 14298, + "Perhaps": 14299, + "Ġallies": 14300, + "Ġfolks": 14301, + "ĠDor": 14302, + "ĠUsually": 14303, + "Ġpassenger": 14304, + "Ġtreats": 14305, + "Ġflags": 14306, + "ULL": 14307, + "Ġsore": 14308, + "erald": 14309, + "Ġadaptive": 14310, + "Ġpigs": 14311, + "ĠBud": 14312, + "Ġgoddess": 14313, + "Ġenhancing": 14314, + "image": 14315, + "Ġjack": 14316, + "ĠWy": 14317, + "Ġsuppose": 14318, + "121": 14319, + "Ġimplant": 14320, + "drop": 14321, + "ĠDepending": 14322, + "Ġrecommendation": 14323, + "adays": 14324, + "ĠKings": 14325, + "Ġmant": 14326, + "ĠEs": 14327, + "â̦.": 14328, + "Ġuncommon": 14329, + "ĠDefine": 14330, + "zens": 14331, + "Ġsynthes": 14332, + "Ġwedding": 14333, + "Ġescal": 14334, + "Ġ>=": 14335, + "ĠMuhammad": 14336, + "Ġcram": 14337, + "riter": 14338, + "113": 14339, + "Ġvoluntary": 14340, + "Ġtent": 14341, + "fat": 14342, + "Ġhasn": 14343, + "Ġalignment": 14344, + "htm": 14345, + "Ġglands": 14346, + "Ġtwentieth": 14347, + "rosis": 14348, + "digit": 14349, + "157": 14350, + "Ġobligations": 14351, + "Ġsemic": 14352, + "Ġfierce": 14353, + "ĠSri": 14354, + "Ġclimbing": 14355, + "stop": 14356, + "Ġcollaborate": 14357, + "klahoma": 14358, + "ĠVeter": 14359, + "clusion": 14360, + "Ġmenstru": 14361, + "ÙĨ": 14362, + "ĠRap": 14363, + "ĠStaff": 14364, + "Ġmicrobes": 14365, + "Ġjurisdiction": 14366, + "ĠRun": 14367, + "Ġshells": 14368, + "Ġsupervis": 14369, + "Ġdescendants": 14370, + "PE": 14371, + "Sym": 14372, + "Ġcollaps": 14373, + "ods": 14374, + "ĠStanford": 14375, + "Ġcertificate": 14376, + "SD": 14377, + "Ġanecd": 14378, + "Ġsnakes": 14379, + "retion": 14380, + "Ġshifted": 14381, + "Ġate": 14382, + "Sometimes": 14383, + "Sur": 14384, + "ĠThings": 14385, + "ĠDeb": 14386, + "Ġmindfulness": 14387, + "Ġjet": 14388, + "ĠAdams": 14389, + "Ġadjusting": 14390, + "Ġduct": 14391, + "Ġsufficiently": 14392, + "Ġcorrelations": 14393, + "Ġprototype": 14394, + "159": 14395, + "Ġconvenience": 14396, + "sal": 14397, + "aran": 14398, + "Ġfool": 14399, + "Ġcoupled": 14400, + "Cor": 14401, + "Ġpiano": 14402, + "Ġmelan": 14403, + "Ġpalace": 14404, + "Ġdisappeared": 14405, + "rating": 14406, + "ivated": 14407, + "Ġdefinitive": 14408, + "Ġblocked": 14409, + "Ġbullet": 14410, + "olen": 14411, + "otive": 14412, + "ilem": 14413, + "anyon": 14414, + "Ġantioxidants": 14415, + "Ġelectromagnetic": 14416, + "tail": 14417, + "alling": 14418, + "Ġlaugh": 14419, + "Chapter": 14420, + "Ġpraise": 14421, + "Feb": 14422, + "Prov": 14423, + "Early": 14424, + "Ġcement": 14425, + "April": 14426, + "ĠSound": 14427, + "255": 14428, + ".(": 14429, + "Ġmultif": 14430, + "Ġwetlands": 14431, + "ifting": 14432, + "Ġfrustration": 14433, + "Ġmisleading": 14434, + "Ġenroll": 14435, + "Ġactivists": 14436, + "Ġstays": 14437, + "estial": 14438, + "Ġpeculiar": 14439, + "117": 14440, + "ĠDraw": 14441, + "Ġpassions": 14442, + "Ġappliances": 14443, + "Ġscrew": 14444, + "450": 14445, + "Ġexterior": 14446, + "Ġidentities": 14447, + "ĠInitiative": 14448, + "iemann": 14449, + "food": 14450, + "ĠCopyright": 14451, + "Ġolive": 14452, + "ĠBroad": 14453, + "ĠMeanwhile": 14454, + "Ġofferings": 14455, + "ĠPra": 14456, + "roscience": 14457, + "Ġcomparisons": 14458, + "Ġreconstruct": 14459, + "Ġprobe": 14460, + "ĠNorway": 14461, + "Ġmonument": 14462, + "Ġpresentations": 14463, + "ben": 14464, + "report": 14465, + "ancies": 14466, + "Ġgam": 14467, + "Ġwarned": 14468, + "Ġcolorful": 14469, + "Ġwires": 14470, + "Ġtodd": 14471, + "rubs": 14472, + "Ġruins": 14473, + "ĠDak": 14474, + "boards": 14475, + "urban": 14476, + "Ġoutlined": 14477, + "iller": 14478, + "Ġouts": 14479, + "esar": 14480, + "ĠAlf": 14481, + "Ġcows": 14482, + "ĠAboriginal": 14483, + "ĠTell": 14484, + "Ġglad": 14485, + "Ġscenic": 14486, + "Ġecology": 14487, + "Ġloops": 14488, + "Several": 14489, + "Ġbasin": 14490, + "Ġfaint": 14491, + "Elect": 14492, + "Ġcorrection": 14493, + "wich": 14494, + "Ġtriumph": 14495, + "forestation": 14496, + "Commun": 14497, + "Ġsixth": 14498, + "ĠFacts": 14499, + "Ġwheels": 14500, + "eval": 14501, + "Ġdisse": 14502, + "Ġshame": 14503, + "Ġrepetitive": 14504, + "Ġalpha": 14505, + "ĠHistoric": 14506, + "Ġech": 14507, + "ĠGas": 14508, + "ĠHolocaust": 14509, + "defined": 14510, + "Ġflavors": 14511, + "Ġger": 14512, + "Ġcosmic": 14513, + "ĠCharacter": 14514, + "Ġvoy": 14515, + "factory": 14516, + "password": 14517, + "ĠArchae": 14518, + "iasis": 14519, + "Ġbanned": 14520, + "Ġveins": 14521, + "wealth": 14522, + "tech": 14523, + "otle": 14524, + "Ġupcoming": 14525, + "Ġkeyword": 14526, + "Ġrectang": 14527, + "%),": 14528, + "edic": 14529, + "pton": 14530, + "ĠKu": 14531, + "minded": 14532, + "Ġunsu": 14533, + "ĠSyndrome": 14534, + "uated": 14535, + "omics": 14536, + "etry": 14537, + "Ġcarrier": 14538, + "pot": 14539, + "Ġports": 14540, + "ĠCuba": 14541, + "chem": 14542, + "Ġvague": 14543, + "Ġnewborn": 14544, + "ĠTogether": 14545, + "ĠPack": 14546, + "Ġinduction": 14547, + "Ġminimizing": 14548, + "Ġjudges": 14549, + "Ġdescent": 14550, + "Ġlining": 14551, + "Ġacknowledged": 14552, + "ĠDemocr": 14553, + "ĠPhilosophy": 14554, + "ĠEffects": 14555, + "ĠProblem": 14556, + "Ġnegotiations": 14557, + "ĠCro": 14558, + "Ġintestinal": 14559, + "ĠDomin": 14560, + "ĠSummer": 14561, + "Ġapples": 14562, + "ovenant": 14563, + "Ġmad": 14564, + "ĠTal": 14565, + "Ġbapt": 14566, + "Ġnotably": 14567, + "Ġhighway": 14568, + "Mult": 14569, + "Ġbats": 14570, + "ĠCru": 14571, + "ĠBase": 14572, + "Ġhumor": 14573, + "Ġmaj": 14574, + "Ġindo": 14575, + "ĠPMID": 14576, + "email": 14577, + "Ġriding": 14578, + "asia": 14579, + "Ġexamines": 14580, + "idel": 14581, + "Ġcoating": 14582, + "avy": 14583, + "Ġlogarith": 14584, + "Ġposture": 14585, + "Ġdysfunction": 14586, + "Ġpersuasive": 14587, + "Ġtensions": 14588, + "ĠPortuguese": 14589, + "ĠMathematics": 14590, + "falls": 14591, + "Ġcous": 14592, + "irts": 14593, + "Ġbip": 14594, + "Ġupward": 14595, + "ĠSingapore": 14596, + "Ġanomal": 14597, + "Ġtrim": 14598, + "grad": 14599, + "ĠJoh": 14600, + "ricular": 14601, + "ν": 14602, + "pler": 14603, + "Ġcitizenship": 14604, + "Ġcomplaints": 14605, + "Ġexcluded": 14606, + "Ġsettlements": 14607, + "Mr": 14608, + "pub": 14609, + "Ġresilient": 14610, + "ĠUser": 14611, + "Ġencryption": 14612, + "people": 14613, + "ĠBBC": 14614, + "Ġtablets": 14615, + "ĠToronto": 14616, + "Ġretirement": 14617, + "oz": 14618, + "Ġformally": 14619, + "Ġwool": 14620, + "ĠSO": 14621, + "Ġambitious": 14622, + "aron": 14623, + "eman": 14624, + "ĠFollow": 14625, + "ĠProphet": 14626, + "ĠHou": 14627, + "eft": 14628, + "Ġoccasional": 14629, + "engu": 14630, + "Ġdestinations": 14631, + "Ġmusicians": 14632, + "hal": 14633, + "fight": 14634, + "Ġproportional": 14635, + "151": 14636, + "Ġtoilet": 14637, + "mem": 14638, + "Ġadopting": 14639, + "Fi": 14640, + "Ġlectures": 14641, + "leans": 14642, + "Ġtopological": 14643, + "matrix": 14644, + "ĠPV": 14645, + "Ġrelie": 14646, + "mi": 14647, + "ĠAuthority": 14648, + "Ġerad": 14649, + "ĠBulgar": 14650, + "Ġbund": 14651, + "ĠExcel": 14652, + "Ġgrief": 14653, + "Ġorganizational": 14654, + "Ġbesides": 14655, + "ĠHamilton": 14656, + "Ġecl": 14657, + "ĠStock": 14658, + "Ġnaval": 14659, + "Ġsuspended": 14660, + "ĠRadio": 14661, + "Ġcombustion": 14662, + "psy": 14663, + "Ġphon": 14664, + "itated": 14665, + "Ġdelib": 14666, + "Ġfossils": 14667, + "Ġteenagers": 14668, + "Ġhoped": 14669, + "ressions": 14670, + "Ġharmon": 14671, + "Ġtitled": 14672, + "Following": 14673, + "Ġproximity": 14674, + "ĠTaking": 14675, + "imb": 14676, + "ĠBrad": 14677, + "Ġfactories": 14678, + "cpp": 14679, + "omial": 14680, + "Ġheap": 14681, + "Ġdeployed": 14682, + "Ġnausea": 14683, + "Ġfired": 14684, + "Ġstocks": 14685, + "Ġweekend": 14686, + "Ġactivated": 14687, + "ĠRain": 14688, + "Ġretired": 14689, + "limited": 14690, + "ĠCanyon": 14691, + "Does": 14692, + "Ġwarfare": 14693, + "Thanks": 14694, + "Ġsupernatural": 14695, + "Ġlasted": 14696, + "Mark": 14697, + "eps": 14698, + "Ġmeta": 14699, + "Ġutter": 14700, + "ĠCompan": 14701, + "Ġunwanted": 14702, + "Ġrenowned": 14703, + "Ġrecruit": 14704, + "aceted": 14705, + "lessness": 14706, + "210": 14707, + "alry": 14708, + "Ġguiding": 14709, + "Ġguaranteed": 14710, + "Ġratios": 14711, + "Ġtomatoes": 14712, + "educ": 14713, + "Yet": 14714, + "Ġcoherence": 14715, + "reas": 14716, + "Ġbod": 14717, + "ĠConserv": 14718, + "Ġfungus": 14719, + "osity": 14720, + "Ġcompiled": 14721, + "Ġneighboring": 14722, + "https": 14723, + "ĠResults": 14724, + "vised": 14725, + "ĠOak": 14726, + "Ġprelim": 14727, + "Ġproposition": 14728, + "154": 14729, + "anny": 14730, + "Ġattraction": 14731, + "Ġinterfaces": 14732, + "149": 14733, + "Sept": 14734, + "threat": 14735, + "Ġgraphs": 14736, + "ÑĤ": 14737, + "Ġlitter": 14738, + "ĠImpact": 14739, + "Array": 14740, + "ĠMaine": 14741, + "Ġtrails": 14742, + "Ġeditors": 14743, + "Ġphilosopher": 14744, + "dat": 14745, + "WS": 14746, + "Ġacknowledging": 14747, + "Ġasteroid": 14748, + "intestinal": 14749, + "Ġlesions": 14750, + "Ġauthenticity": 14751, + "Ġkern": 14752, + "ĠVR": 14753, + "Ġtuber": 14754, + "ÑĢ": 14755, + "Ġcontacts": 14756, + "kg": 14757, + "ĠChemistry": 14758, + "LC": 14759, + "Ġvic": 14760, + "Ġsecured": 14761, + "Ġinteracting": 14762, + "Ġtours": 14763, + "ĠPalace": 14764, + "Ġencounters": 14765, + "és": 14766, + "Ġmonarch": 14767, + "scape": 14768, + "erenn": 14769, + "itoring": 14770, + "chi": 14771, + "145": 14772, + "ĠFlow": 14773, + "Ġdignity": 14774, + "tan": 14775, + "Ġredund": 14776, + "Ġoverlap": 14777, + "Ġoutlines": 14778, + "Ġhomeless": 14779, + "immune": 14780, + "ĠCart": 14781, + "Ġfloods": 14782, + "Ġpatches": 14783, + "Ġpublish": 14784, + "apple": 14785, + "ennis": 14786, + "ĠFlore": 14787, + "illes": 14788, + "Ġpropose": 14789, + "ĠRegional": 14790, + "Ġpharmac": 14791, + "ĠCamb": 14792, + "ĠWH": 14793, + "Ġtravelers": 14794, + "Ġsits": 14795, + "Conf": 14796, + "Ġgel": 14797, + "Ġlogistics": 14798, + "Ġexotic": 14799, + "ĠYouth": 14800, + "Ġfestivals": 14801, + "ĠInitial": 14802, + "Dav": 14803, + "ĠSel": 14804, + "Ġdiesel": 14805, + "Est": 14806, + "Ġprize": 14807, + "ĠIsraeli": 14808, + "Ġschemes": 14809, + "156": 14810, + "Ġportfolio": 14811, + "Ġpractically": 14812, + "ĠIowa": 14813, + "Ġmarker": 14814, + "houses": 14815, + "Ġassertions": 14816, + "Ġpreliminary": 14817, + "Ġdebates": 14818, + "Ġsoda": 14819, + "ioms": 14820, + "Ġlanded": 14821, + "ĠGi": 14822, + "Ġtyping": 14823, + "ĠAgricultural": 14824, + "Avoid": 14825, + "esty": 14826, + "ĠRemove": 14827, + "Ġtrop": 14828, + "ĠCEO": 14829, + "irk": 14830, + "Ùħ": 14831, + "Ġsubjected": 14832, + "Ġcounterparts": 14833, + "н": 14834, + "matic": 14835, + "Ġgrocery": 14836, + "Ġtranscript": 14837, + "ĠAlong": 14838, + "average": 14839, + "del": 14840, + "ĠWolf": 14841, + "asted": 14842, + "Ġworthy": 14843, + "Ġburst": 14844, + "Ġworksheet": 14845, + "ivating": 14846, + "Ġpeas": 14847, + "Ġserial": 14848, + "ĠWinter": 14849, + "eta": 14850, + "Ġastronomers": 14851, + "upp": 14852, + "note": 14853, + "Ġcarved": 14854, + "strong": 14855, + "Ġprobabilities": 14856, + "Ġmicroorganisms": 14857, + "Ġmillenn": 14858, + "Ġimpairment": 14859, + "ĠSkills": 14860, + "Ġsilicon": 14861, + "reational": 14862, + "ĠBlock": 14863, + "Ġinterven": 14864, + "Ġsimplicity": 14865, + "bot": 14866, + "Af": 14867, + "Ġoak": 14868, + "ĠProtestant": 14869, + "Ġdamages": 14870, + "Ġepic": 14871, + "Ġquestionna": 14872, + "().": 14873, + "Ġaffirm": 14874, + "icism": 14875, + "aza": 14876, + "Ġwand": 14877, + "ĠBlo": 14878, + "Ġconception": 14879, + "lihood": 14880, + "onomy": 14881, + "ĠPast": 14882, + "Ġpatron": 14883, + "ĠTesting": 14884, + "Ġpm": 14885, + "ierra": 14886, + "ĠKal": 14887, + "ĠTour": 14888, + "Ġblade": 14889, + "ĠâĪ«": 14890, + "Ġtoxicity": 14891, + "Ġhiking": 14892, + "Ġmobil": 14893, + "rish": 14894, + "Ġdenominator": 14895, + "Ġsta": 14896, + "Ġwishes": 14897, + "ĠSoutheast": 14898, + "ĠOklahoma": 14899, + "arettes": 14900, + "Ġgover": 14901, + "Ġstew": 14902, + "circ": 14903, + "esterday": 14904, + "ioned": 14905, + "ĠFinancial": 14906, + "Ġalleviate": 14907, + "ydney": 14908, + "ccessful": 14909, + "ĠMalays": 14910, + "Ġhungry": 14911, + "column": 14912, + "Ġamph": 14913, + "Ġaggression": 14914, + "ĠOrthodox": 14915, + "working": 14916, + "ĠBerkeley": 14917, + "Ġkeyboard": 14918, + "Ġda": 14919, + "area": 14920, + "ĠUSDA": 14921, + "ĠAnton": 14922, + "Ġpremise": 14923, + "ims": 14924, + "Ġperformances": 14925, + "rophy": 14926, + "control": 14927, + "Ġproportions": 14928, + "ynthesis": 14929, + "comb": 14930, + "ĠRegion": 14931, + "lementary": 14932, + "Ġhell": 14933, + "ELECT": 14934, + "mercial": 14935, + "Ġbreeds": 14936, + "Ġduplicates": 14937, + "gage": 14938, + "Ġassass": 14939, + "itime": 14940, + "ĠMIT": 14941, + "rians": 14942, + "Ġburial": 14943, + "Ġcurved": 14944, + "ĠYO": 14945, + "Ñģ": 14946, + "ĠRE": 14947, + "Ġintimate": 14948, + "ĠSaturn": 14949, + "ĠConnecticut": 14950, + "Ġstudio": 14951, + "Ġnovels": 14952, + "Ġdissolved": 14953, + "Ġcultivated": 14954, + "Ġwre": 14955, + "Ġescaped": 14956, + "Ġscanning": 14957, + "ĠPrimary": 14958, + "vector": 14959, + "ĠCelsius": 14960, + "Ġwastewater": 14961, + "ĠMemory": 14962, + "Ġshelf": 14963, + "Ġshooting": 14964, + "xx": 14965, + "ĠEconomics": 14966, + "Ġlegally": 14967, + "Ġinterpretations": 14968, + "Ġceiling": 14969, + "PT": 14970, + "[\"": 14971, + "norm": 14972, + "ĠRoss": 14973, + "158": 14974, + "Ġ»": 14975, + "achelor": 14976, + "ĠEM": 14977, + "ĠMechan": 14978, + "regn": 14979, + "ĠParkinson": 14980, + "Att": 14981, + "Ġafterwards": 14982, + "lav": 14983, + "ĠFle": 14984, + "brev": 14985, + "Ġargs": 14986, + "Ġpassionate": 14987, + "ige": 14988, + "Ġcommerce": 14989, + "Ġsnack": 14990, + "Ġabst": 14991, + "Ġhandful": 14992, + "Ġshoulders": 14993, + "Ġniche": 14994, + "Ġcarn": 14995, + "Ġdedication": 14996, + "Ġresting": 14997, + "La": 14998, + "ĠAllow": 14999, + "Ġinstructional": 15000, + "ĠVari": 15001, + "Ġmidst": 15002, + "Ġlogically": 15003, + "Ġframeworks": 15004, + "ĠNev": 15005, + "Que": 15006, + "ventional": 15007, + "erk": 15008, + "ĠCapital": 15009, + "Ġproposals": 15010, + "ĠPopulation": 15011, + "ulatory": 15012, + "Ġenjoying": 15013, + "ogenesis": 15014, + "Ġeconomically": 15015, + "oned": 15016, + "ĠLes": 15017, + "Free": 15018, + "ĠNight": 15019, + "Ġwhale": 15020, + "gets": 15021, + "Ġreviewing": 15022, + "File": 15023, + "Ġbureau": 15024, + "emen": 15025, + "Ġsnacks": 15026, + "Ġsurgeon": 15027, + "ĠBanglades": 15028, + "vement": 15029, + "Ġmystical": 15030, + "Ġlin": 15031, + "ĠCE": 15032, + "ĠFried": 15033, + "ardship": 15034, + "Ġdragon": 15035, + "itations": 15036, + "Ġâī¡": 15037, + "ĠABC": 15038, + "Ġank": 15039, + "ĠEC": 15040, + "Ġmitochond": 15041, + "hu": 15042, + "hol": 15043, + "Ġgasoline": 15044, + "Ġtraces": 15045, + "inar": 15046, + "rost": 15047, + "Unfortunately": 15048, + "articles": 15049, + "utri": 15050, + "Ġrounded": 15051, + "ĠVenus": 15052, + "ppers": 15053, + "ĠAlliance": 15054, + "Ġmathematicians": 15055, + "Ġunited": 15056, + "izoph": 15057, + "sels": 15058, + "fin": 15059, + "Ġscratch": 15060, + "Ġparasites": 15061, + "Ġcorners": 15062, + "Ġterr": 15063, + "Ġ[\"": 15064, + "Ġappar": 15065, + "Ġtrunk": 15066, + "Ġremn": 15067, + "ĠGenerally": 15068, + "Ġventilation": 15069, + "Ġdistribute": 15070, + "GA": 15071, + "Ġmas": 15072, + "Ġlocked": 15073, + "ĠFat": 15074, + "Ġrhythms": 15075, + "Life": 15076, + "Ġisot": 15077, + "Ġemphasized": 15078, + "Having": 15079, + "Ġdeaf": 15080, + "rots": 15081, + "Ġyog": 15082, + "Ġholidays": 15083, + "ignt": 15084, + "ivic": 15085, + "Ġdrilling": 15086, + "dist": 15087, + "ĠEaster": 15088, + "stra": 15089, + "ardo": 15090, + "Ġcrystall": 15091, + "ĠCurrently": 15092, + "Ġlocals": 15093, + "ĠInfect": 15094, + "lighten": 15095, + "ĠWi": 15096, + "ĠArmen": 15097, + "Ġillustration": 15098, + "Ġreluct": 15099, + "rer": 15100, + "ĠGraph": 15101, + "ĠSimon": 15102, + "Ġadvancements": 15103, + "leys": 15104, + "ĠConsequently": 15105, + "autions": 15106, + "ĠCPU": 15107, + "sues": 15108, + "urrection": 15109, + "Ġpipeline": 15110, + "Ġdrum": 15111, + "Ġwatershed": 15112, + "FF": 15113, + "stock": 15114, + "Ġreefs": 15115, + "Ġquoted": 15116, + "Ġelectroly": 15117, + "Ġcompatible": 15118, + "ĠTrib": 15119, + "atern": 15120, + "ĠVideo": 15121, + "Ġbrack": 15122, + "Ġbug": 15123, + "Ġpoultry": 15124, + "Ġgay": 15125, + "Ġmunicipal": 15126, + "Ġdos": 15127, + "Ġprimes": 15128, + "ĠOrleans": 15129, + "Ġoutbreaks": 15130, + "ĠTB": 15131, + "ĠTele": 15132, + "info": 15133, + "Ġcortex": 15134, + "encers": 15135, + "Ġram": 15136, + "esthes": 15137, + "Ġspac": 15138, + "izophren": 15139, + "ĠSwedish": 15140, + "Ġtomorrow": 15141, + "Ġmiscon": 15142, + "ĠBenjamin": 15143, + "Ġregen": 15144, + "Ġperme": 15145, + "Ġrelaxed": 15146, + "Ġgym": 15147, + "Ġposes": 15148, + "July": 15149, + "aga": 15150, + "Ġkeen": 15151, + "ĠHans": 15152, + "Great": 15153, + "Ġpound": 15154, + "uto": 15155, + "Ġcleaned": 15156, + "Ġpulling": 15157, + "ravel": 15158, + "Ġantioxidant": 15159, + "Ġtrillion": 15160, + "Ġticket": 15161, + "oglob": 15162, + "Ġvisitor": 15163, + "Ġvariants": 15164, + "Ġdorm": 15165, + "Ġproducer": 15166, + "Ġdischar": 15167, + "UP": 15168, + "Ġsilk": 15169, + "ĠDiseases": 15170, + "Ġformerly": 15171, + "Ġacceleration": 15172, + "Ġmosquitoes": 15173, + "Ġcalculator": 15174, + "Ġmicrobi": 15175, + "ĠGenesis": 15176, + "mir": 15177, + "filename": 15178, + "Ġchromosome": 15179, + "ouble": 15180, + "Ġobligation": 15181, + "ĠFest": 15182, + "Ġvulnerabilities": 15183, + "Ġloves": 15184, + "aux": 15185, + "Ġconditioning": 15186, + "Ġdeny": 15187, + "engine": 15188, + "Ġmansion": 15189, + "GR": 15190, + "Ġdefensive": 15191, + "Ġfox": 15192, + "ĠMas": 15193, + "ti": 15194, + "Ġturtles": 15195, + "Ġdisabled": 15196, + "relation": 15197, + "Ġbeverages": 15198, + "Ġfeathers": 15199, + "Ġdifferentiation": 15200, + "Ġcooler": 15201, + "ĠBed": 15202, + "Ġremedy": 15203, + "Ġyards": 15204, + "mult": 15205, + "Ġlion": 15206, + "ĠFox": 15207, + "137": 15208, + "Ġadvertise": 15209, + "Ġfactorial": 15210, + "Ġphilosophers": 15211, + "Ġloading": 15212, + "ĠED": 15213, + "positive": 15214, + "Ġparticipant": 15215, + "Instead": 15216, + "Vol": 15217, + "Ġflee": 15218, + "Ġgrammatical": 15219, + "uz": 15220, + "ante": 15221, + "erto": 15222, + "oubted": 15223, + "raul": 15224, + "Ġmodulo": 15225, + "half": 15226, + "itably": 15227, + "rod": 15228, + "Ġdeliber": 15229, + "Ġincorporates": 15230, + "ĠVictorian": 15231, + "Ġcapturing": 15232, + "Ġjuven": 15233, + "Ġplag": 15234, + "Ġtrucks": 15235, + "Ġpumps": 15236, + "isite": 15237, + "Ġkiller": 15238, + "Ġtheater": 15239, + "Ġtouching": 15240, + "Ġevoke": 15241, + "Ġauthorized": 15242, + "Ġswitches": 15243, + "âĪĴ": 15244, + "Ġmedicinal": 15245, + "Ġgarbage": 15246, + "Ġclubs": 15247, + "Ġcomplementary": 15248, + "Ġna": 15249, + "ĠQuant": 15250, + "ĠCON": 15251, + "obia": 15252, + "ĠPRO": 15253, + "ARS": 15254, + "agh": 15255, + "ĠAllen": 15256, + "ĠSquare": 15257, + "Ġinheritance": 15258, + "Ġdining": 15259, + "Ġalkal": 15260, + "WriteLine": 15261, + "three": 15262, + "ĠBishop": 15263, + "Ġflawed": 15264, + "pal": 15265, + "rank": 15266, + "Ġsimplest": 15267, + "ĠCzech": 15268, + "Ġclinic": 15269, + "Ġcervical": 15270, + "thy": 15271, + "due": 15272, + "Ġinvari": 15273, + "ĠDescribe": 15274, + "ĠMatt": 15275, + "Ġimplicit": 15276, + "TSD": 15277, + "Ġtrash": 15278, + "Ġamen": 15279, + "ĠAnti": 15280, + "ĠBasin": 15281, + "welling": 15282, + "nex": 15283, + "ĠPatrick": 15284, + "Educ": 15285, + "Ġdeployment": 15286, + "ĠJavaScript": 15287, + "vo": 15288, + "Ġparish": 15289, + "Ġspotted": 15290, + "Three": 15291, + "Ġflatten": 15292, + "Ġstamp": 15293, + "ĠSM": 15294, + "Ġvertex": 15295, + "Ġfictional": 15296, + "Ġrepetition": 15297, + "Ident": 15298, + "Ġbubble": 15299, + "Ġwashed": 15300, + "Ġtriple": 15301, + "Ġwarmth": 15302, + "Home": 15303, + "ĠPeru": 15304, + "Ġscaling": 15305, + "Ġpropri": 15306, + "ocytes": 15307, + "Ġpronoun": 15308, + "Ġharvested": 15309, + "ypical": 15310, + "total": 15311, + "isure": 15312, + "Ġpseud": 15313, + "Ġcouples": 15314, + "ordinate": 15315, + "Ġinferior": 15316, + "owing": 15317, + "ĠKit": 15318, + "Ġrecognised": 15319, + "Ġlifesp": 15320, + "ĠCoal": 15321, + "Ġcatalyst": 15322, + "Ġprojections": 15323, + "Ġoun": 15324, + "Ġcompetitors": 15325, + "Total": 15326, + "Ġsnipp": 15327, + "bling": 15328, + "via": 15329, + "Ġlisting": 15330, + "Ġautomation": 15331, + "Ġfragile": 15332, + "outer": 15333, + "ĠEve": 15334, + "Ġuncon": 15335, + "levant": 15336, + "sign": 15337, + "igo": 15338, + "ĠRoc": 15339, + "zes": 15340, + "Ġsupporters": 15341, + "Ġperipheral": 15342, + "ĠIndustry": 15343, + "ĠSong": 15344, + "Ġreproduce": 15345, + "Ġcentres": 15346, + "ĠThank": 15347, + "Ġretrieve": 15348, + "Ġinvite": 15349, + "Ġdinosaurs": 15350, + "Ġsubstrate": 15351, + "information": 15352, + "Ġwatering": 15353, + "ĠLanc": 15354, + "ĠMun": 15355, + "Ġgeological": 15356, + "ignty": 15357, + "ĠLang": 15358, + "Ġincub": 15359, + "ĠCommunist": 15360, + "Ġrephrased": 15361, + "};": 15362, + "Ġnarrator": 15363, + "Ġjewelry": 15364, + "Ġpython": 15365, + "ĠIQ": 15366, + "ĠUniverse": 15367, + "uru": 15368, + "ĠDick": 15369, + "]]": 15370, + "ĠCab": 15371, + "allic": 15372, + "Ġstro": 15373, + "Ġcoloring": 15374, + "Ġaccepting": 15375, + "impse": 15376, + "Ġclot": 15377, + "Ġdozens": 15378, + "design": 15379, + "ĠMethods": 15380, + "Ġremedies": 15381, + "Ġdefinite": 15382, + "itched": 15383, + "114": 15384, + "ĠBrig": 15385, + "ocene": 15386, + "Ġworms": 15387, + "ogical": 15388, + "Ġtragic": 15389, + "122": 15390, + "Ġthoughtful": 15391, + "Ġrush": 15392, + "Ġstrongest": 15393, + "oscow": 15394, + "ĠSwiss": 15395, + "ĠByz": 15396, + "Ġhotels": 15397, + "Ġsulfur": 15398, + "ĠYe": 15399, + "Ġfirmly": 15400, + "Ġinstrumental": 15401, + "ugging": 15402, + "may": 15403, + "ĠRiemann": 15404, + "Ġresemble": 15405, + "ursor": 15406, + "^(-": 15407, + "ĠMagazine": 15408, + "heum": 15409, + "insert": 15410, + "Ġstrengthening": 15411, + "Ġcylinder": 15412, + "Ġhanging": 15413, + "Ġdrill": 15414, + "Ġdelays": 15415, + "Ġclaiming": 15416, + "hess": 15417, + "keeping": 15418, + "ĠGospel": 15419, + "onder": 15420, + "ijuana": 15421, + "Ġtutorial": 15422, + "sing": 15423, + "ĠAltern": 15424, + "Ġhired": 15425, + "Ġburns": 15426, + "Ġcompress": 15427, + "Ġweighing": 15428, + "Ġfarther": 15429, + "FR": 15430, + "Ġwithstand": 15431, + "Ġlivelihood": 15432, + "Ġaccounted": 15433, + "ĠPalestine": 15434, + "Ġflowering": 15435, + "Ġadulthood": 15436, + "utenant": 15437, + "ĠEthiopia": 15438, + "Fact": 15439, + "ania": 15440, + "ĠHope": 15441, + "Ġdiffers": 15442, + "Ġinstallations": 15443, + "ĠAntarctic": 15444, + "Web": 15445, + "Ġastronomy": 15446, + "Ġasbestos": 15447, + "Ġmicrobial": 15448, + "ĠHell": 15449, + "Ġapost": 15450, + "olation": 15451, + "Ġfathers": 15452, + "Ġfeasible": 15453, + "116": 15454, + "opor": 15455, + "Ġsignaling": 15456, + "iage": 15457, + "Ġcounted": 15458, + "Ġqueries": 15459, + "Ġmol": 15460, + "Ġshark": 15461, + "Ġbuses": 15462, + "Ġcookies": 15463, + "ĠHaz": 15464, + "Ġunease": 15465, + "Whether": 15466, + "ĠVI": 15467, + "Jo": 15468, + "Ġappearing": 15469, + "Ġbiblical": 15470, + "elong": 15471, + "Ġrip": 15472, + "Ġreuse": 15473, + "ĠEat": 15474, + "Ġconvinc": 15475, + "ĠPlus": 15476, + "Ġinjust": 15477, + "coma": 15478, + "Ġrevise": 15479, + "Ġpneumonia": 15480, + "ĠÏĨ": 15481, + "obacter": 15482, + "OK": 15483, + "Ġdrying": 15484, + "Ġseism": 15485, + "Ġdeter": 15486, + "ĠEuropeans": 15487, + "Ġallocated": 15488, + "ĠWords": 15489, + "jav": 15490, + "Ġinterpreting": 15491, + "gument": 15492, + "Ġpersonalities": 15493, + "Ġprest": 15494, + "Ġclosure": 15495, + "ĠNigeria": 15496, + "Ġbaking": 15497, + "Ġprocessor": 15498, + "Ġenergies": 15499, + "ĠSin": 15500, + "ĠProb": 15501, + "ĠComplex": 15502, + "Ġtemporarily": 15503, + "ouch": 15504, + "Ġshortage": 15505, + "ESCO": 15506, + "Ġdynasty": 15507, + "Ġglimpse": 15508, + "ĠChi": 15509, + "ĠPrice": 15510, + "rea": 15511, + "ο": 15512, + "Ġhistories": 15513, + "Ġelimination": 15514, + "Ġshowcases": 15515, + "Ġconditional": 15516, + "PM": 15517, + "ĠSyn": 15518, + "Ġants": 15519, + "astically": 15520, + "Ġorch": 15521, + "ĠChron": 15522, + "Ġlinking": 15523, + "GM": 15524, + "SC": 15525, + "Ġthou": 15526, + "124": 15527, + "ĠHarry": 15528, + "ĠLakes": 15529, + "eer": 15530, + "lan": 15531, + "ĠAdditional": 15532, + "estones": 15533, + "ĠMoore": 15534, + "Ġware": 15535, + "Ġtraff": 15536, + "Ġvariant": 15537, + "esian": 15538, + "Ġsculpture": 15539, + "iolence": 15540, + "Ġtangible": 15541, + "Ġmicroscope": 15542, + "ĠLinked": 15543, + "cerpt": 15544, + "eat": 15545, + "ĠDisorder": 15546, + "Ġrewrite": 15547, + "qual": 15548, + "ĠCould": 15549, + "uning": 15550, + "Contin": 15551, + "pher": 15552, + "ĠCamer": 15553, + "upuncture": 15554, + "Related": 15555, + "ĠHart": 15556, + "Bar": 15557, + "Main": 15558, + "Ġadvise": 15559, + "Only": 15560, + "Ġnost": 15561, + "Ġdeclining": 15562, + "Ġmicrow": 15563, + "ĠApollo": 15564, + "ili": 15565, + "Ġdocumentary": 15566, + "ĠBelow": 15567, + "Ġsmoothly": 15568, + "ĠRule": 15569, + "ĠFahrenheit": 15570, + "ĠNC": 15571, + "Ġquit": 15572, + "Ġformatting": 15573, + "Ġdye": 15574, + "istically": 15575, + "Ġspecially": 15576, + "Ġpotato": 15577, + "ĠImmun": 15578, + "ĠTerm": 15579, + "Ġskewed": 15580, + "Ġassembled": 15581, + "ĠFrederick": 15582, + "Ġinacc": 15583, + "ĠSydney": 15584, + "ĠHait": 15585, + "ĠBCE": 15586, + "pace": 15587, + "Ġnotation": 15588, + "Ġinduct": 15589, + "Ġfiltered": 15590, + "iracy": 15591, + "ranch": 15592, + "Ġpilgrim": 15593, + "Ġworm": 15594, + "Ġreliance": 15595, + "Ġbloom": 15596, + "Ġembark": 15597, + "Ġrecipient": 15598, + "ĠWright": 15599, + "ĠAthens": 15600, + "Ġtickets": 15601, + "Ġsurprisingly": 15602, + "ositive": 15603, + "Ġquarters": 15604, + "Ġacidic": 15605, + "ĠBabylon": 15606, + "Ġparse": 15607, + "oubtedly": 15608, + "Ġovernight": 15609, + "Ġrebellion": 15610, + "Ġdeclare": 15611, + "urgical": 15612, + "ference": 15613, + "ĠHR": 15614, + "Ġreadability": 15615, + "Ġuntreated": 15616, + "ĠActivities": 15617, + "Long": 15618, + "imore": 15619, + "Ġarsen": 15620, + "Ġintestine": 15621, + "Ġbust": 15622, + "tha": 15623, + "Ġtrait": 15624, + "immer": 15625, + "Ġwanting": 15626, + "Ġbiased": 15627, + "Ġreleasing": 15628, + "Ġtestimony": 15629, + "ĠGround": 15630, + "Ġmandatory": 15631, + "Ġabdomen": 15632, + "push": 15633, + "Ġpermanently": 15634, + "Ġty": 15635, + "ĠDark": 15636, + "ðŁ": 15637, + "ĠCos": 15638, + "araoh": 15639, + "Ġimperative": 15640, + "Ġprohibited": 15641, + "arette": 15642, + "Ġfitting": 15643, + "ervers": 15644, + "ĠSoph": 15645, + "amation": 15646, + "Ġdisplacement": 15647, + "Ġlowering": 15648, + "Ġfright": 15649, + "ĠStress": 15650, + "pend": 15651, + "ĠLoss": 15652, + "Ġpreceding": 15653, + "ethyl": 15654, + "Ġsequencing": 15655, + "Ġwonders": 15656, + "imeters": 15657, + "float": 15658, + "ĠDouglas": 15659, + "ĠTask": 15660, + "Ġportrait": 15661, + "University": 15662, + "pa": 15663, + "Ġpredictable": 15664, + "Ġlearner": 15665, + "ĠExercise": 15666, + "ĠEssential": 15667, + "try": 15668, + "áĥ": 15669, + "Ġads": 15670, + "culosis": 15671, + "ĠInstagram": 15672, + "Ġinfrared": 15673, + "Ġfrost": 15674, + "Ġunions": 15675, + "Ġsquared": 15676, + "Ġappropriately": 15677, + "Ġnavigating": 15678, + "ĠAward": 15679, + "Ġbytes": 15680, + "Ġmatched": 15681, + "Ġbrave": 15682, + "ĠMcG": 15683, + "Ġoverlooked": 15684, + "ĠSnow": 15685, + "Ġplanetary": 15686, + "ĠRat": 15687, + "Ġsimilarity": 15688, + "Ġrept": 15689, + "Ġana": 15690, + "Ġlady": 15691, + "ceedings": 15692, + "Author": 15693, + "ington": 15694, + "izard": 15695, + "ĠDiagn": 15696, + "Ġsatisfying": 15697, + "aceous": 15698, + "Ġflux": 15699, + "Ġfreezing": 15700, + "cellular": 15701, + "olerance": 15702, + "ĠĠĠĠĠĠ": 15703, + "ĠBetter": 15704, + "Ġfostering": 15705, + "space": 15706, + "ĠHug": 15707, + "ĠGand": 15708, + "144": 15709, + "Ġaccommodation": 15710, + "Ġpocket": 15711, + "ryst": 15712, + "ĠJoe": 15713, + "ĠAlexand": 15714, + "ĠBrother": 15715, + "ctica": 15716, + "pay": 15717, + "arbon": 15718, + "Ġpert": 15719, + "Ġlimbs": 15720, + "Ġbelievable": 15721, + "Ġsums": 15722, + "ĠBrand": 15723, + "Ġsuppress": 15724, + "Ġundersc": 15725, + "ĠThompson": 15726, + "Ġwolf": 15727, + "Ġnasal": 15728, + "Ġanyway": 15729, + "Ġfoliage": 15730, + "Ġwherever": 15731, + "Ġnarratives": 15732, + "ride": 15733, + "Ġholistic": 15734, + "Ġindoors": 15735, + "ĠMichel": 15736, + "Ġdele": 15737, + "Ġcleaner": 15738, + "gone": 15739, + "uter": 15740, + "Ġwarrant": 15741, + "ĠUkraine": 15742, + "Ġcivilian": 15743, + "idation": 15744, + "Ġrecursively": 15745, + "disciplinary": 15746, + "ardless": 15747, + "Ġseizures": 15748, + "race": 15749, + "Ġdawn": 15750, + "imated": 15751, + "Ġsharks": 15752, + "Ġglance": 15753, + "Ġstain": 15754, + "Ġeverybody": 15755, + "ĠAnth": 15756, + "ĠEvidence": 15757, + "ĠLev": 15758, + "Ġhook": 15759, + "odus": 15760, + "Ġscans": 15761, + "Ġrevelation": 15762, + "='": 15763, + "ĠNile": 15764, + "ĠTrail": 15765, + "ĠPlanet": 15766, + "?)": 15767, + "Ġtraject": 15768, + "Ġimaginary": 15769, + "Ġirrational": 15770, + "Ġstartup": 15771, + "Ġinduce": 15772, + "Ġflame": 15773, + "Ġlaying": 15774, + "ĠPartners": 15775, + "Ġhypotheses": 15776, + "phen": 15777, + "Ġdeficit": 15778, + "Ġgoverning": 15779, + "Max": 15780, + "Search": 15781, + "Ġsweat": 15782, + "ERT": 15783, + "Ġhostile": 15784, + "connect": 15785, + "126": 15786, + "));": 15787, + "ĠIL": 15788, + "Ġflip": 15789, + "Ġattendance": 15790, + "Ġcaregivers": 15791, + "Ġlucky": 15792, + "Ġunex": 15793, + "Ġshower": 15794, + "Ġmanually": 15795, + "Ġcredits": 15796, + "Ġtwe": 15797, + "Ġpile": 15798, + "ĠAgreement": 15799, + "Ġstranger": 15800, + "Ġmacro": 15801, + "Ġgig": 15802, + "ĠTech": 15803, + "ĠEncourage": 15804, + "Return": 15805, + "onut": 15806, + "Ġemails": 15807, + "hash": 15808, + "ailand": 15809, + "Ġallocate": 15810, + "Ġproactive": 15811, + "ĠNorthwest": 15812, + "Ġβ": 15813, + "Human": 15814, + "Ġsuccesses": 15815, + "ĠDenmark": 15816, + "ĠSoftware": 15817, + "SI": 15818, + "Ġannot": 15819, + "Ġauthentication": 15820, + "à®": 15821, + "Ġrash": 15822, + "Ġreceiver": 15823, + "Ġlearns": 15824, + "Ġlaunching": 15825, + "Ġembrace": 15826, + "ÙĪ": 15827, + "________________": 15828, + "db": 15829, + "ĠCond": 15830, + "ĠExpress": 15831, + "Ġenforce": 15832, + "ĠNurs": 15833, + "keep": 15834, + "Ġcorrespondence": 15835, + "Ġunsure": 15836, + "Ġdetecting": 15837, + "SM": 15838, + "uy": 15839, + "Ġcube": 15840, + "Ġbiop": 15841, + "expensive": 15842, + "aman": 15843, + "ĠDh": 15844, + "Ġberries": 15845, + "ĠAnderson": 15846, + "ĠTR": 15847, + "Ġviewers": 15848, + "Ġcooperative": 15849, + "Ġupt": 15850, + "August": 15851, + "Ev": 15852, + "ulsive": 15853, + "ĠBreak": 15854, + "ocide": 15855, + "det": 15856, + "Ġhire": 15857, + "ĠWeather": 15858, + "Ġstimuli": 15859, + "game": 15860, + "Ġleap": 15861, + "ĠOw": 15862, + "Ġpir": 15863, + "ĠTypically": 15864, + "Ġanimation": 15865, + "ĠAccessed": 15866, + "ĠBangladesh": 15867, + "Ġspectacular": 15868, + "ĠIceland": 15869, + "Ġkindness": 15870, + "Ġprinter": 15871, + "Ġdepressed": 15872, + "ĠPolice": 15873, + "rative": 15874, + "Ġdens": 15875, + "Ġurinary": 15876, + "Ġpicking": 15877, + "oard": 15878, + "incess": 15879, + "ĠSeed": 15880, + "ousing": 15881, + "news": 15882, + "ĠDelhi": 15883, + "Ġlips": 15884, + "Ġharmonic": 15885, + "Ġmate": 15886, + "ĠExtension": 15887, + "birds": 15888, + "ĠKyoto": 15889, + "Ġgaming": 15890, + "ĠSab": 15891, + "espace": 15892, + "Ġrulers": 15893, + "Ġresonate": 15894, + "Mc": 15895, + "Ġvacation": 15896, + "ĠLuke": 15897, + "Ġvertices": 15898, + "Ġdaughters": 15899, + "Ġexceeds": 15900, + "ĠUpon": 15901, + "offs": 15902, + "ablished": 15903, + "��Dream": 15904, + "Ġwellbeing": 15905, + "tree": 15906, + "ĠFeed": 15907, + "Ġspiral": 15908, + "ĠLive": 15909, + "Ġsensing": 15910, + "Ġdemanded": 15911, + "Ġaccelerate": 15912, + "Ġrecreational": 15913, + "ĠHigher": 15914, + "Ġuplo": 15915, + "Ġheights": 15916, + "ĠMeasure": 15917, + "posure": 15918, + "Ġresponds": 15919, + "ĠAnnual": 15920, + "Ġexpose": 15921, + "Ġexercising": 15922, + "Ġaccessing": 15923, + "Ġdolph": 15924, + "Ġliked": 15925, + "Ġcommentary": 15926, + "Text": 15927, + "Ġinspiring": 15928, + "ĠPeninsula": 15929, + "Ġnickel": 15930, + "ĠLtd": 15931, + "Ġboss": 15932, + "Ġadministrators": 15933, + "Ġarrow": 15934, + "ĠJuda": 15935, + "Ġsmartphone": 15936, + "Ġasleep": 15937, + "Ġdisciples": 15938, + "Ġtransforming": 15939, + "%).": 15940, + "FP": 15941, + "Design": 15942, + "frequency": 15943, + "Ġcomprises": 15944, + "ĠHun": 15945, + "Ġnutrit": 15946, + "Ġintuition": 15947, + "Expl": 15948, + "ĠCourse": 15949, + "ucks": 15950, + "Ġstimulus": 15951, + "ivia": 15952, + "Ġmig": 15953, + "Ġstresses": 15954, + "Ġadjustment": 15955, + "Ġthriving": 15956, + "Ġpear": 15957, + "Ġbrainstorm": 15958, + "ridge": 15959, + "Ġiteration": 15960, + "ĠGrowth": 15961, + "Ġknock": 15962, + "Ġstakes": 15963, + "Ġgrate": 15964, + "ĠTitle": 15965, + "Ġmaturity": 15966, + "ĠDatabase": 15967, + "ĠEld": 15968, + "pathetic": 15969, + "Ġspill": 15970, + "Ġlasts": 15971, + "ĠJob": 15972, + "utor": 15973, + "orescent": 15974, + "Ġcultivate": 15975, + "Ġoptional": 15976, + "store": 15977, + "Ġbush": 15978, + "ĠAdding": 15979, + "izophrenia": 15980, + "Ġfog": 15981, + "sharp": 15982, + "ĠVirtual": 15983, + "into": 15984, + "Ġdecorated": 15985, + "ĠTips": 15986, + "Ġmarking": 15987, + "Ġcrowded": 15988, + "ĠExplore": 15989, + "ĠKash": 15990, + "ĠNapole": 15991, + "emics": 15992, + "ringe": 15993, + "Ġliability": 15994, + "Ġsurf": 15995, + "Ġveterans": 15996, + "endl": 15997, + "rease": 15998, + "256": 15999, + "ĠConsult": 16000, + "\">": 16001, + "Ġencrypt": 16002, + "ĠLoc": 16003, + "ĠWalter": 16004, + "tings": 16005, + "cha": 16006, + "Ġdisruption": 16007, + "Ġwinner": 16008, + "ĠCitiz": 16009, + "ĠKind": 16010, + "Ġreciproc": 16011, + "Ġabnormalities": 16012, + "Ġgluten": 16013, + "131": 16014, + "Ġnationwide": 16015, + "Ġmentor": 16016, + "ĠKa": 16017, + "ĠWeight": 16018, + "Ġminus": 16019, + "Ġcategorical": 16020, + "Ġpenalty": 16021, + "Ġselective": 16022, + "lishes": 16023, + "Ġjustified": 16024, + "Ġperfection": 16025, + "orrh": 16026, + "ĠOlympic": 16027, + "Ġcaf": 16028, + "ĠForum": 16029, + "Ġobserver": 16030, + "ĠMarshall": 16031, + "Ġlimb": 16032, + "Ġcomply": 16033, + "Ġrealities": 16034, + "Ġqualitative": 16035, + "ĠAnglo": 16036, + "Ġammon": 16037, + "Ġfitted": 16038, + "both": 16039, + "adata": 16040, + "Ġweed": 16041, + "Ġtwin": 16042, + "Ġ{\"": 16043, + "ĠBos": 16044, + "Ġtails": 16045, + "ilage": 16046, + "Ġexagger": 16047, + "Ġesp": 16048, + "ĠMoscow": 16049, + "Ġattorney": 16050, + "Ġrespectful": 16051, + "Ġpetition": 16052, + "Ġmentally": 16053, + "Ġdilem": 16054, + "Ġsupervision": 16055, + "fund": 16056, + "ĠAer": 16057, + "Ġspur": 16058, + "Ġcabin": 16059, + "create": 16060, + "Ġgrandmother": 16061, + "Ġmembranes": 16062, + "Ġrewarding": 16063, + "analysis": 16064, + "ĠAy": 16065, + "antry": 16066, + "Ġboot": 16067, + "William": 16068, + "VI": 16069, + "Ġwoven": 16070, + "ĠEcho": 16071, + "Ġelastic": 16072, + "Ġprolif": 16073, + "ĠMRI": 16074, + "ĠManual": 16075, + "Ġadvers": 16076, + "Ġsimulate": 16077, + "Ġdurable": 16078, + "Ġtender": 16079, + "Mem": 16080, + "Ġparental": 16081, + "Ġunravel": 16082, + "Ġtoy": 16083, + "ĠManager": 16084, + "fi": 16085, + "adi": 16086, + "Ġpleasant": 16087, + "ĠâīĪ": 16088, + "ĠFederation": 16089, + "ĠSi": 16090, + "Ġprintf": 16091, + "Ġcontaminants": 16092, + "ographers": 16093, + "Understanding": 16094, + "dev": 16095, + "market": 16096, + "Har": 16097, + "onduct": 16098, + "Ġhits": 16099, + "Ġpoles": 16100, + "Ġcompares": 16101, + "Ġshots": 16102, + "Ġreductions": 16103, + "Ġcommissioned": 16104, + "IH": 16105, + "Ġconcludes": 16106, + "Ġarose": 16107, + "Ġcitation": 16108, + "Ġgallery": 16109, + "Ġdop": 16110, + "Ġsurrender": 16111, + "orest": 16112, + "ĠReference": 16113, + "Ġaver": 16114, + "aby": 16115, + "estry": 16116, + "Ġbalancing": 16117, + "think": 16118, + "Ġdefence": 16119, + "Ġvisualizations": 16120, + "Ġdeveloper": 16121, + "ĠImages": 16122, + "Ġconting": 16123, + "ĠPent": 16124, + "Ġvascular": 16125, + "ĠHud": 16126, + "Dig": 16127, + "Ġsuits": 16128, + "Ġcomprehend": 16129, + "Ġrotating": 16130, + "adic": 16131, + "emat": 16132, + "Ġinfest": 16133, + "ĠSalt": 16134, + "Ġinnocent": 16135, + "Ġelephant": 16136, + "Ġcollision": 16137, + "Ġpasswords": 16138, + "School": 16139, + "Ġschedules": 16140, + "Ġmonop": 16141, + "147": 16142, + "ĠActivity": 16143, + "Ġsanitation": 16144, + "Ġopio": 16145, + "ĠUntil": 16146, + "Ġacre": 16147, + "ĠBiological": 16148, + "ĠNuclear": 16149, + "Ġconnectivity": 16150, + "Ġdeforestation": 16151, + "Thank": 16152, + "ĠTa": 16153, + "Ġinhab": 16154, + "Ġtuples": 16155, + "ĠCollabor": 16156, + "mn": 16157, + "Ġcraw": 16158, + "Ġsumm": 16159, + "Ġbub": 16160, + "ĠTitan": 16161, + "Ġsexually": 16162, + "Ġdealt": 16163, + "Aust": 16164, + "Ġreck": 16165, + "Women": 16166, + "achment": 16167, + "Ġunstable": 16168, + "Ġexports": 16169, + "SO": 16170, + "Ġcongestion": 16171, + "119": 16172, + "Ġbroadly": 16173, + "Ġdeliberate": 16174, + "Ġhay": 16175, + "Ġheadquarters": 16176, + "ĠRange": 16177, + "ĠOri": 16178, + "atto": 16179, + "Ġroutines": 16180, + "ĠRecent": 16181, + "Ġconveying": 16182, + "Ġinstalling": 16183, + "Ġclicking": 16184, + "Ext": 16185, + "Ġlightning": 16186, + "Ġunfamiliar": 16187, + "opard": 16188, + "Ġfluoride": 16189, + "ĠGib": 16190, + "Ġcelestial": 16191, + "ĠEmergency": 16192, + "brates": 16193, + "Bas": 16194, + "Ġerected": 16195, + "oporosis": 16196, + "ĠSoil": 16197, + "Ġcaptain": 16198, + "Ġtide": 16199, + "Ġdancing": 16200, + "ĠBeng": 16201, + "Ġnour": 16202, + "ĠColumbus": 16203, + "Ġlag": 16204, + "ĠDeveloping": 16205, + "Ġdiscovering": 16206, + "ĠBY": 16207, + "Ġfiled": 16208, + "ĠContent": 16209, + "Ġrejection": 16210, + "Ġfisheries": 16211, + "Ġwitnesses": 16212, + "Ġplaus": 16213, + "Ġpsy": 16214, + "rained": 16215, + "Ġcake": 16216, + "Ġathe": 16217, + "ĠChair": 16218, + "Ġtheft": 16219, + "Ġintros": 16220, + "ĠOverall": 16221, + "Ġsuspense": 16222, + "Ġparadigm": 16223, + "roportion": 16224, + "Ġencoding": 16225, + "Ġhierarch": 16226, + "ĠSA": 16227, + "ĠLank": 16228, + "Ġmentions": 16229, + "Ġtextbook": 16230, + "acial": 16231, + "culate": 16232, + "ĠEditor": 16233, + "lightenment": 16234, + "Ġglue": 16235, + "Ġimped": 16236, + "helial": 16237, + "ĠContinue": 16238, + "Ġfastest": 16239, + "Ġskewness": 16240, + "Ġopponent": 16241, + "Ġtensor": 16242, + "Ġsins": 16243, + "Ġneurot": 16244, + "Ġfont": 16245, + "Ġfifteen": 16246, + "Ġloving": 16247, + "Ġdirty": 16248, + "141": 16249, + "Ġcontradictions": 16250, + "DD": 16251, + "System": 16252, + "Ġadhes": 16253, + "ĠDakota": 16254, + "ĠBor": 16255, + "Ġeasiest": 16256, + "Ġexpectancy": 16257, + "Ġastronauts": 16258, + "ĠQuestion": 16259, + "ĠSimple": 16260, + "Ġprecautions": 16261, + "national": 16262, + "Ġumb": 16263, + "Ġmeg": 16264, + "Ġartifact": 16265, + "uating": 16266, + "Ġreactor": 16267, + "Ġdeparture": 16268, + "Ġwins": 16269, + "riages": 16270, + "Pop": 16271, + "ĠCand": 16272, + "hn": 16273, + "ĠTechnical": 16274, + "Ġadequately": 16275, + "Ġhollow": 16276, + "omnia": 16277, + "Ġprotests": 16278, + "Found": 16279, + "odia": 16280, + "threatening": 16281, + "ĠBull": 16282, + "ĠGram": 16283, + "Ġrefuse": 16284, + "enny": 16285, + "Ġpist": 16286, + "ĠAristotle": 16287, + "ÙIJ": 16288, + "Ġunderest": 16289, + "Ġfinancing": 16290, + "because": 16291, + "maker": 16292, + "ĠPhoto": 16293, + "ĠPrep": 16294, + "Ġdiscovers": 16295, + "Ġextr": 16296, + "Ġcrude": 16297, + "Ġadmission": 16298, + "Ġdiscourse": 16299, + "SR": 16300, + "Ġgrandfather": 16301, + "Year": 16302, + "Ġacted": 16303, + "Ġstressful": 16304, + "Ġisolate": 16305, + "Ġconfidential": 16306, + "Ġpredominantly": 16307, + "neath": 16308, + "Ġmimic": 16309, + "Ġconferences": 16310, + "ĠProfessional": 16311, + "ĠLGBT": 16312, + "ulph": 16313, + "ĠRon": 16314, + "Ġprojection": 16315, + "Ġviolation": 16316, + "Ġperenn": 16317, + "Ġrated": 16318, + "Ġmistaken": 16319, + "Ġrecognizes": 16320, + "Ġmagnific": 16321, + "Ġdeclaration": 16322, + "Ġgamb": 16323, + "Ġpean": 16324, + "ĠIsaac": 16325, + "Ġstatistic": 16326, + "hew": 16327, + "ĠMs": 16328, + "132": 16329, + "flower": 16330, + "irie": 16331, + "Ġlogs": 16332, + "Ġeruption": 16333, + "bola": 16334, + "Ġrelied": 16335, + "esthesia": 16336, + "hicle": 16337, + "ĠProblems": 16338, + "ĠProgramme": 16339, + "Ġmitigation": 16340, + "Ġsocioeconomic": 16341, + "plot": 16342, + "cler": 16343, + "ĠServer": 16344, + "Ġ''": 16345, + "Ġaquarium": 16346, + "amboo": 16347, + "Ġbol": 16348, + "ĠVien": 16349, + "ĠMartian": 16350, + "flu": 16351, + "stan": 16352, + "ĠEventually": 16353, + "erable": 16354, + "their": 16355, + "ifth": 16356, + "Ġanemia": 16357, + "Ġarmies": 16358, + "Ms": 16359, + "ĠAlph": 16360, + "filled": 16361, + "learning": 16362, + "Ġadvocacy": 16363, + "Ġtranscend": 16364, + "ĠPrevent": 16365, + "ĠAbs": 16366, + "Ġguitar": 16367, + "Ġfeeds": 16368, + "Ġtouched": 16369, + "exper": 16370, + "ussion": 16371, + "Ġassertion": 16372, + "230": 16373, + "ĠEveryone": 16374, + "ritical": 16375, + "Ġvolcano": 16376, + "ĠAmb": 16377, + "Ġrendered": 16378, + "October": 16379, + "Ġlad": 16380, + "ropy": 16381, + "Ġlifespan": 16382, + "ĠTar": 16383, + "ĠFoot": 16384, + "Ġdestroying": 16385, + "Ġsponsored": 16386, + "Ġ((": 16387, + "`)": 16388, + "ĠSeattle": 16389, + "ĠThailand": 16390, + "Ġveterinarian": 16391, + "ulator": 16392, + "Ġearning": 16393, + "Ġpetroleum": 16394, + "Ġhurricane": 16395, + "Ġdisadvantages": 16396, + "gly": 16397, + "Ġnewer": 16398, + "Ġgenerators": 16399, + "Ġmemorial": 16400, + "Ġblocking": 16401, + "Ġsisters": 16402, + "Ġanticipated": 16403, + "ĠâĢĻ": 16404, + "Ġinfluencers": 16405, + "Ġrunoff": 16406, + "Ġconstitutes": 16407, + "ĠAntarctica": 16408, + "Ġdots": 16409, + "ĠRu": 16410, + "........": 16411, + "Ġcompressed": 16412, + "ĠParks": 16413, + "istle": 16414, + "Ġlacks": 16415, + "ĠEmilia": 16416, + "hetics": 16417, + "ĠArchived": 16418, + "Ġcivilizations": 16419, + "olics": 16420, + "ĠBron": 16421, + "ĠMember": 16422, + "Ġspider": 16423, + "ĠToo": 16424, + "Ġjudicial": 16425, + "ĠFROM": 16426, + "ĠMembers": 16427, + "Ġunh": 16428, + "Impro": 16429, + "\"),": 16430, + "ĠPharm": 16431, + "Ġtran": 16432, + "Ġspecimen": 16433, + "Ġturbines": 16434, + "Ġideology": 16435, + "riors": 16436, + "ĠCho": 16437, + "AST": 16438, + "ĠTool": 16439, + "ĠEsp": 16440, + "ĠStack": 16441, + "nutrition": 16442, + "iii": 16443, + "ĠAlber": 16444, + "Ġbucket": 16445, + "ĠTaiwan": 16446, + "biqu": 16447, + "Ġpacket": 16448, + "Ġdoubts": 16449, + "ixty": 16450, + "Ġimperfect": 16451, + "Ġpools": 16452, + "Posted": 16453, + "Produ": 16454, + "ĠAmericas": 16455, + "Ġcapitalism": 16456, + "ito": 16457, + "Method": 16458, + "Ġvoted": 16459, + "Ġleisure": 16460, + "Ġultrasound": 16461, + "Ġfertile": 16462, + "Ġdecomposition": 16463, + "Ġterrestrial": 16464, + "Ġcatalog": 16465, + "Ġgarlic": 16466, + "town": 16467, + "Ġanomalies": 16468, + "lists": 16469, + "ordered": 16470, + "ĠStore": 16471, + "Ġmarry": 16472, + "Ġanalysts": 16473, + "Ġascending": 16474, + "Ġromance": 16475, + "raulic": 16476, + "ĠMcK": 16477, + "Ġvendors": 16478, + "ista": 16479, + "Ġgrazing": 16480, + "ĠProceedings": 16481, + "arious": 16482, + "Ġscored": 16483, + "Ġposed": 16484, + "Ġtraced": 16485, + "ĠColomb": 16486, + "ACT": 16487, + "ĠUltimately": 16488, + "Ġsprings": 16489, + "cience": 16490, + "â̲": 16491, + "Ġterminology": 16492, + "ĠNevada": 16493, + "Ġrobotic": 16494, + "Ġflora": 16495, + "Ġecc": 16496, + "Ġcharter": 16497, + "Ġdonor": 16498, + "Ġdrove": 16499, + "ĠRussell": 16500, + "Ġsatisfies": 16501, + "ĠBenefits": 16502, + "ĠMultiple": 16503, + "stat": 16504, + "Ġpaste": 16505, + "Ġtheor": 16506, + "black": 16507, + "Ġthrust": 16508, + "ĠTruth": 16509, + "ĠRA": 16510, + "ĠHoward": 16511, + "ĠAlb": 16512, + "ĠKhan": 16513, + "Access": 16514, + "azed": 16515, + "REE": 16516, + "Ġreconstruction": 16517, + "Ġmonuments": 16518, + "Ġfulfilling": 16519, + ")**:": 16520, + "End": 16521, + "ctory": 16522, + "Ġchromosomes": 16523, + "Ġsovereignty": 16524, + "headed": 16525, + "lywood": 16526, + "ĠEating": 16527, + "ĠEuler": 16528, + "ĠParad": 16529, + "users": 16530, + "Ġhumanitarian": 16531, + "Ġbaseball": 16532, + "ĠFourier": 16533, + "Ġpeaks": 16534, + "Ġamid": 16535, + "ĠDead": 16536, + "Ġvein": 16537, + "Ġethanol": 16538, + "birth": 16539, + "ĠCloud": 16540, + "Ġlithium": 16541, + "since": 16542, + "parent": 16543, + "ĠSierra": 16544, + "Ġquestioning": 16545, + "Bre": 16546, + "ĠQueens": 16547, + "ĠHyper": 16548, + "annah": 16549, + "ĠVerm": 16550, + "Ġregulating": 16551, + "Ġshelt": 16552, + "Ġjun": 16553, + "ĠIoT": 16554, + "Ġadvancing": 16555, + "party": 16556, + "ĠHouston": 16557, + "ocur": 16558, + "ĠMargaret": 16559, + "September": 16560, + "ä¸": 16561, + "Ġsticks": 16562, + "ĠHold": 16563, + "cop": 16564, + "Stand": 16565, + "Ġcompromised": 16566, + "ĠCompare": 16567, + "Ġturbine": 16568, + "Ġstumb": 16569, + "olitical": 16570, + "ĠAria": 16571, + "Ġsubmar": 16572, + "Ġreadable": 16573, + "ĠPoor": 16574, + "sqrt": 16575, + "Ġherbal": 16576, + "Ġboolean": 16577, + "Ġgoverned": 16578, + "Ġsouls": 16579, + "Ġclimates": 16580, + "Ġedible": 16581, + "Ġmarble": 16582, + "Ġmasks": 16583, + "ĠAlcohol": 16584, + "Ġservants": 16585, + "Ġsubscription": 16586, + "Ġshar": 16587, + "Ġdur": 16588, + "Ġcoach": 16589, + "ĠPubl": 16590, + "Ġthir": 16591, + "hole": 16592, + "ĠRow": 16593, + "Old": 16594, + "Ġling": 16595, + "Ġcourtesy": 16596, + "ĠOttoman": 16597, + "ĠRecon": 16598, + "ĠRecords": 16599, + "Ġtightly": 16600, + "Ġcruc": 16601, + "ĠSpect": 16602, + "Ġnesting": 16603, + "arming": 16604, + "Ġutilities": 16605, + "ĠGuinea": 16606, + "ĠRF": 16607, + "Ġsuspicious": 16608, + "counter": 16609, + "Ġministry": 16610, + "Ġheroes": 16611, + "SL": 16612, + "Look": 16613, + "ĠAvenue": 16614, + "ĠPun": 16615, + "Ġsalvation": 16616, + "DE": 16617, + "Ġradicals": 16618, + "Ġfeast": 16619, + "Ġbackup": 16620, + "ogeneous": 16621, + "Download": 16622, + "Ġcountryside": 16623, + "Ġverses": 16624, + "Ġlamp": 16625, + "ĠHi": 16626, + "Ġantibody": 16627, + "136": 16628, + ")):": 16629, + "133": 16630, + "Ġ>": 19008, + "ĠFast": 19009, + "Review": 19010, + "Ġcompetence": 19011, + "Ġcomplaint": 19012, + "Ġvitro": 19013, + "ĠRepublicans": 19014, + "grid": 19015, + "riptions": 19016, + "Ġvenue": 19017, + "ĠCris": 19018, + "opia": 19019, + "Ġcerebral": 19020, + "Ġinhibit": 19021, + "λ": 19022, + "Ġheir": 19023, + "ĠPick": 19024, + "Ġfinancially": 19025, + "Ġencouragement": 19026, + "Mart": 19027, + "ailure": 19028, + "Ġ${": 19029, + "Ġdisturbances": 19030, + "ĠCognitive": 19031, + "IVE": 19032, + "ĠPrec": 19033, + "Ġhopefully": 19034, + "IX": 19035, + "standard": 19036, + "[:": 19037, + "Ġsting": 19038, + "Ġspices": 19039, + "Ġangel": 19040, + "ectar": 19041, + "Ġelectoral": 19042, + "Ġtendon": 19043, + "ausing": 19044, + "Ġshortages": 19045, + "Ġcryptography": 19046, + "Ġreplicate": 19047, + "Ġproceedings": 19048, + "ĠRound": 19049, + "Ġbirths": 19050, + "Ġfascinated": 19051, + "Press": 19052, + "Ġdiary": 19053, + "Ġarrives": 19054, + "Ġimpressed": 19055, + "oop": 19056, + "Ġawe": 19057, + "Ġmapped": 19058, + "ometers": 19059, + "Ġrecalled": 19060, + "Ġcompetent": 19061, + "Ġepilepsy": 19062, + "Ġseparating": 19063, + "Ġeditorial": 19064, + "ĠCosta": 19065, + "Ġposting": 19066, + "ukemia": 19067, + "Ġnails": 19068, + "ribes": 19069, + "Ġcommodities": 19070, + "acking": 19071, + "Ġfloss": 19072, + "ĠSummary": 19073, + "ĠPublished": 19074, + "ilization": 19075, + "Ġdrople": 19076, + "Ġcriticized": 19077, + "ĠNE": 19078, + "ĠTeach": 19079, + "ĠRace": 19080, + "mean": 19081, + "Ġjudgments": 19082, + "ĠAtlanta": 19083, + "Professor": 19084, + "Ġstub": 19085, + "Ġmessaging": 19086, + "safe": 19087, + "ĠHotel": 19088, + "bach": 19089, + "wave": 19090, + "ĠCrime": 19091, + "Ġtoss": 19092, + "Ġclassify": 19093, + "encer": 19094, + "Ġharbor": 19095, + "Ġclinics": 19096, + "Ġfavourite": 19097, + "German": 19098, + "ĠRelated": 19099, + ")).": 19100, + "ĠDin": 19101, + "Ġdome": 19102, + "ĠArn": 19103, + "Ġsuperf": 19104, + "Question": 19105, + "ĠExperiment": 19106, + "pg": 19107, + "ÏĦ": 19108, + "roller": 19109, + "licted": 19110, + "ĠMarketing": 19111, + "plates": 19112, + "Similarly": 19113, + "ĠBear": 19114, + "ĠSuppose": 19115, + "enium": 19116, + "riel": 19117, + "Ġsunny": 19118, + "ĠAutom": 19119, + "Ġomn": 19120, + "rof": 19121, + "olate": 19122, + "usc": 19123, + "Ġavoids": 19124, + "ĠDrive": 19125, + "mg": 19126, + "Ġsurn": 19127, + "iche": 19128, + "Ġrouter": 19129, + "Ġmultic": 19130, + "ouver": 19131, + "Det": 19132, + "Ġlambda": 19133, + "ahn": 19134, + "match": 19135, + "NC": 19136, + "Ġannouncement": 19137, + "morph": 19138, + ")-": 19139, + "Port": 19140, + "Ġgrie": 19141, + "ĠBrazilian": 19142, + "Ġineffective": 19143, + "Ġlifted": 19144, + "ĠNumbers": 19145, + "Introduction": 19146, + "Ġethnicity": 19147, + "Ġinvaluable": 19148, + "ilize": 19149, + "Ġsuccessive": 19150, + "Ġcasualties": 19151, + ".*": 19152, + "Ġlubric": 19153, + "Ġoutwe": 19154, + "Ġtravelling": 19155, + "Ġtelescopes": 19156, + "ĠJonathan": 19157, + "Ġaverages": 19158, + "Ġsunscreen": 19159, + "ĠRecogn": 19160, + "Ġgolf": 19161, + "ĠCel": 19162, + "ĠOral": 19163, + "ipal": 19164, + "Ġliberation": 19165, + "klore": 19166, + "Ġbeams": 19167, + "ĠGreater": 19168, + "Ġexploited": 19169, + "Ds": 19170, + "iliary": 19171, + "ĠRate": 19172, + "sterdam": 19173, + "growth": 19174, + "Ġtidal": 19175, + "ĠNova": 19176, + "Ġeighth": 19177, + "Ġhydrop": 19178, + "taking": 19179, + "Ġfuneral": 19180, + "Ġvalleys": 19181, + "Ġbackdrop": 19182, + "ozo": 19183, + "Ġsimulated": 19184, + "Ġequitable": 19185, + "Ġsaliva": 19186, + "Ġcease": 19187, + "Ġneurotransmit": 19188, + "ĠCV": 19189, + "Ġexempt": 19190, + "Ġreactive": 19191, + "President": 19192, + "Ġmotives": 19193, + "ĠRailway": 19194, + "ĠElementary": 19195, + "Ġneedles": 19196, + "Ġpoets": 19197, + "moil": 19198, + "ĠSuccess": 19199, + "Ġmanuscripts": 19200, + "Ġinsecurity": 19201, + "Ġprost": 19202, + "ovirus": 19203, + "lived": 19204, + "Ġterrorism": 19205, + "ĠKarl": 19206, + "ĠBruce": 19207, + "isans": 19208, + "Ġbamboo": 19209, + "ortic": 19210, + "Ġlegendary": 19211, + "istence": 19212, + "ĠJohns": 19213, + "apolis": 19214, + "Case": 19215, + "OVA": 19216, + "ĠLyra": 19217, + "Ġfinances": 19218, + "pool": 19219, + "isal": 19220, + "Ġench": 19221, + "ĠJama": 19222, + "Ġcitrus": 19223, + "Ġcapsule": 19224, + "ĠImportant": 19225, + "ĠFlight": 19226, + "conduct": 19227, + "Ġlava": 19228, + "Ġrenal": 19229, + "ĠDanish": 19230, + "ĠLE": 19231, + "Ġsupervisor": 19232, + "grown": 19233, + "Ġtokens": 19234, + "ahu": 19235, + "Without": 19236, + "gevity": 19237, + "ĠMB": 19238, + "ĠPages": 19239, + "ĠBeck": 19240, + "Ġseized": 19241, + "Ġadhere": 19242, + "ucing": 19243, + "arg": 19244, + "ĠHash": 19245, + "ĠManhattan": 19246, + "Ġtel": 19247, + "Ġjail": 19248, + "aucoma": 19249, + "Ġstationary": 19250, + "Ġexcerpt": 19251, + "Ġpractitioner": 19252, + "³³³³³³³³": 19253, + "ĠMt": 19254, + "Ġsystematically": 19255, + "consuming": 19256, + "Considering": 19257, + "Ġenvelope": 19258, + "ĠSales": 19259, + "Ġfilename": 19260, + "Ġlabeling": 19261, + "Ġvicinity": 19262, + "gro": 19263, + "ĠMonu": 19264, + "accounts": 19265, + "ĠDelaware": 19266, + "Ġcohort": 19267, + "Ġcongen": 19268, + "Ġveterinary": 19269, + "ĠRandom": 19270, + "Ġhemorrh": 19271, + "structured": 19272, + "kit": 19273, + "Ġticks": 19274, + "ados": 19275, + "perm": 19276, + "Ġreactors": 19277, + "Ġλ": 19278, + "Ġdialog": 19279, + "ĠJam": 19280, + "ĠOrange": 19281, + "ulu": 19282, + "Ġwavelengths": 19283, + "ĠRivers": 19284, + "ĠKra": 19285, + "Ġforgiveness": 19286, + "ée": 19287, + "Ġmoss": 19288, + "ospace": 19289, + "ĠDiam": 19290, + "ĠFinal": 19291, + "Ġempt": 19292, + "Ġglut": 19293, + "ĠGandhi": 19294, + "Ġkits": 19295, + "ĠConsidering": 19296, + "Ġremnants": 19297, + "hou": 19298, + "ĠEconomy": 19299, + "ĠWhatever": 19300, + "ĠAtmosp": 19301, + "Watch": 19302, + "udden": 19303, + "ĠThor": 19304, + "News": 19305, + "Plan": 19306, + "Ġcrafted": 19307, + "Ġpixel": 19308, + "Ġbrutal": 19309, + "Ġconfirms": 19310, + "ĠBR": 19311, + "Ġnov": 19312, + "tically": 19313, + "hester": 19314, + "star": 19315, + "Ġinvaded": 19316, + "Ġsympathetic": 19317, + "Ġdiminished": 19318, + "Ġbenefic": 19319, + "Ġconversational": 19320, + "remove": 19321, + "six": 19322, + "Ġphy": 19323, + "Ġpockets": 19324, + "php": 19325, + "Ġintercept": 19326, + "ĠClay": 19327, + "Ġexpans": 19328, + "generated": 19329, + "ĠHungary": 19330, + "ĠBP": 19331, + "Ġcontinents": 19332, + "Ġmanages": 19333, + "ĠSimply": 19334, + "ĠReligious": 19335, + "ĠSenator": 19336, + "Ġjudged": 19337, + "factor": 19338, + "Ġannoy": 19339, + "wargs": 19340, + "raits": 19341, + "ĠMaur": 19342, + "idepress": 19343, + "ĠClaud": 19344, + "Ġquestioned": 19345, + "Ġweighted": 19346, + "dup": 19347, + "Ġingen": 19348, + "Ġprejudice": 19349, + "Ġexcellence": 19350, + "Ġpinpoint": 19351, + "ĠSize": 19352, + "ealous": 19353, + "dale": 19354, + "ski": 19355, + "sensitive": 19356, + "Ùĩ": 19357, + "rolling": 19358, + "ĠPs": 19359, + "Ġunlimited": 19360, + "Ġconscience": 19361, + "atican": 19362, + "parse": 19363, + "aha": 19364, + "Ġln": 19365, + "Ġethn": 19366, + "ĠIsraelites": 19367, + "ilis": 19368, + "Ġremem": 19369, + "Ġawards": 19370, + "Ġbronch": 19371, + "ĠTam": 19372, + "Ġshout": 19373, + "Ġvowel": 19374, + "Ãł": 19375, + "Ġconson": 19376, + "lia": 19377, + "ĠIF": 19378, + "Ġeducator": 19379, + "odium": 19380, + "Ġvibration": 19381, + "Ġrounds": 19382, + "Ġstatues": 19383, + "Ġpresumably": 19384, + "ĠPCR": 19385, + "ãĤ": 19386, + "ĠUsers": 19387, + "Ġsemester": 19388, + "Ġscler": 19389, + "Ġsuppression": 19390, + "Ġechoes": 19391, + "ĠFun": 19392, + "Ġgoats": 19393, + "260": 19394, + "established": 19395, + "ells": 19396, + "Ġunderway": 19397, + "Online": 19398, + "Ġbiography": 19399, + "Ġcollisions": 19400, + "separ": 19401, + "built": 19402, + "rator": 19403, + "enges": 19404, + "coholic": 19405, + "Ġvowels": 19406, + "Ġnatives": 19407, + "ocrine": 19408, + "Ġnursery": 19409, + "ifest": 19410, + "Ġuniversally": 19411, + "Ġcens": 19412, + "ĠEdinburgh": 19413, + "Ġbounds": 19414, + "Ġturmoil": 19415, + "posed": 19416, + "Ġlid": 19417, + "otted": 19418, + "ĠHorn": 19419, + "ĠScreen": 19420, + "Ġshuttle": 19421, + "Ġredundant": 19422, + "ĠAustrian": 19423, + "Ġmetaphors": 19424, + "ĠRefuge": 19425, + "Ġdug": 19426, + "ĠML": 19427, + "Ġskies": 19428, + "ercase": 19429, + "ĠHTTP": 19430, + "Ġenlarged": 19431, + "asse": 19432, + "Ġwholes": 19433, + "ĠDeg": 19434, + "Ġrevis": 19435, + "Ġcran": 19436, + "Ġsupplementation": 19437, + "ĠHurricane": 19438, + "docu": 19439, + "ĠTrees": 19440, + "Ġneon": 19441, + "ĠJoy": 19442, + "Ġcopied": 19443, + "Studies": 19444, + "ĠNazis": 19445, + "Ġfres": 19446, + "Ġguys": 19447, + "quin": 19448, + "square": 19449, + "Å¡": 19450, + "Ġyogurt": 19451, + "Ġmalware": 19452, + "Ġtalented": 19453, + "Ġdaunting": 19454, + "Ġlively": 19455, + "ĠCauses": 19456, + "Ġmodifying": 19457, + "iably": 19458, + "ĠKan": 19459, + "Ġdrone": 19460, + "ĠCole": 19461, + "ĠNormal": 19462, + "ĠStatement": 19463, + "inctions": 19464, + "Ġeerie": 19465, + "Ġoptimistic": 19466, + "Ġquestionnaire": 19467, + "Ġbubbles": 19468, + "Ġcrater": 19469, + "odynamic": 19470, + "Ġcritique": 19471, + "ĠRoy": 19472, + "Ġrelaxing": 19473, + "Employ": 19474, + "grass": 19475, + "Ġzip": 19476, + "ĠPriv": 19477, + "Ġsmokers": 19478, + "Rob": 19479, + "ĠGeneva": 19480, + "ĠJenn": 19481, + "Ġbeverage": 19482, + "ovid": 19483, + "Ġspecificity": 19484, + "Ġchooses": 19485, + "Ġsediments": 19486, + "365": 19487, + "igraph": 19488, + "James": 19489, + "Ġbasal": 19490, + "blue": 19491, + "ruits": 19492, + "Ġinvestigator": 19493, + "ĠFlood": 19494, + "Ġadventures": 19495, + "yon": 19496, + "âĪĤ": 19497, + "ĠInternal": 19498, + "NG": 19499, + "Ġcollectors": 19500, + "ĠSurgery": 19501, + "Ġoy": 19502, + "ASE": 19503, + "jar": 19504, + "Ġsixty": 19505, + "Ġmortgage": 19506, + "ĠPanama": 19507, + "Ġmaritime": 19508, + "ĠColombia": 19509, + "wear": 19510, + "Ġreception": 19511, + "Ġeleven": 19512, + "Ġpurity": 19513, + "ĠMarie": 19514, + "Ġastronomical": 19515, + "Ġlod": 19516, + "ĠVenezuel": 19517, + "Ġdeposition": 19518, + "Ġchef": 19519, + "Ġmultid": 19520, + "eltic": 19521, + "ĠInnovation": 19522, + "Ġlottery": 19523, + "Ġpancreas": 19524, + "redu": 19525, + "Ġanonymous": 19526, + "Ġsket": 19527, + "Ġfilt": 19528, + "ĠLeave": 19529, + "else": 19530, + "query": 19531, + "Ġsupposedly": 19532, + "ĠBiol": 19533, + "ĠOt": 19534, + "lectric": 19535, + "Best": 19536, + "Sk": 19537, + "bn": 19538, + "Ġhunter": 19539, + "Ġankle": 19540, + "Ġlamps": 19541, + "urnal": 19542, + "Ġhormonal": 19543, + "ĠSH": 19544, + "Ġawa": 19545, + "Ġpandas": 19546, + "tec": 19547, + "ĠNorwegian": 19548, + "imag": 19549, + "ĠKam": 19550, + "Ġendorse": 19551, + "ĠGIS": 19552, + "Ġupwards": 19553, + "umbing": 19554, + "Ġagrees": 19555, + "every": 19556, + "Ġinstructed": 19557, + "Ġdeprivation": 19558, + "Ġbooking": 19559, + "Ġwarn": 19560, + "Ġcrazy": 19561, + "ĠMeeting": 19562, + "dest": 19563, + "Project": 19564, + "Ġcanopy": 19565, + "Ġforecasting": 19566, + "Ġadrenal": 19567, + "Ġinsign": 19568, + "iji": 19569, + "Ġbipolar": 19570, + "Fin": 19571, + "Ġcollagen": 19572, + "ĠCarter": 19573, + "Empty": 19574, + "Ġcitations": 19575, + "ĠNar": 19576, + "ĠInclude": 19577, + "NT": 19578, + "Ġfabrics": 19579, + "ĠLegal": 19580, + "ĠCBD": 19581, + "full": 19582, + "requent": 19583, + "ĠLyme": 19584, + "Ġperennial": 19585, + "ummy": 19586, + "Ġworldview": 19587, + "Ġvisions": 19588, + "Ġconverge": 19589, + "Ġsuspension": 19590, + "Ġconstraint": 19591, + "ĠEL": 19592, + "ĠApply": 19593, + "Ġsculptures": 19594, + "Ġciting": 19595, + "ortions": 19596, + "ĠAbstract": 19597, + "Ġdeclines": 19598, + "brain": 19599, + "Show": 19600, + "Ġsailing": 19601, + "ĠHep": 19602, + "Third": 19603, + "ortunate": 19604, + "ĠHampshire": 19605, + "ĠHob": 19606, + "ĠGray": 19607, + "ĠRoger": 19608, + "Ġbiopsy": 19609, + "replace": 19610, + "ĠQuick": 19611, + "Ġaccustomed": 19612, + "Product": 19613, + "olutions": 19614, + "Ġexperimenting": 19615, + "à¥į": 19616, + "ĠALL": 19617, + "Ġdismissed": 19618, + "Ġcriminals": 19619, + "Ver": 19620, + "ĠChart": 19621, + "Ġpenetrate": 19622, + "Ġmedi": 19623, + "ustainability": 19624, + "Ġshrub": 19625, + "Ġantigen": 19626, + "Austral": 19627, + "Ġgraduated": 19628, + "Ġregiment": 19629, + "»": 19630, + "Ġinefficient": 19631, + "Ġdiscarded": 19632, + "Ġrestra": 19633, + "address": 19634, + "ĠSmithsonian": 19635, + "Ġinstincts": 19636, + "Ġsaves": 19637, + "ĠCre": 19638, + "Prot": 19639, + "ĠðŁ": 19640, + "ĠSugar": 19641, + "Ġincrement": 19642, + "Making": 19643, + "Ġcancell": 19644, + "naissance": 19645, + "Ġzeros": 19646, + "Ġmushrooms": 19647, + "ĠMiami": 19648, + "Smith": 19649, + "ĠLabour": 19650, + "ĠRic": 19651, + "Ġjelly": 19652, + "aths": 19653, + "Ġacet": 19654, + "erating": 19655, + "ocative": 19656, + "merged": 19657, + "ĠVeget": 19658, + "Ġseldom": 19659, + "Ġlions": 19660, + "Ġactivist": 19661, + "ĠCollins": 19662, + "Ġterrorist": 19663, + "Ġcousin": 19664, + "enic": 19665, + "Ġlocom": 19666, + "Ġangular": 19667, + "Ġbonding": 19668, + "ĠOperations": 19669, + "xy": 19670, + "Ġmaker": 19671, + "ceptive": 19672, + "Ġdeadlines": 19673, + "Ġstair": 19674, + "Ġmeasles": 19675, + "Ġportal": 19676, + "atar": 19677, + "ĠTut": 19678, + "Ġplantations": 19679, + "002": 19680, + "ÏĤ": 19681, + "Ġsparked": 19682, + "fed": 19683, + "Ġps": 19684, + "ĠZero": 19685, + "assed": 19686, + "Ġexposing": 19687, + "ĠPearl": 19688, + "Ġdevotion": 19689, + "Ġretailers": 19690, + "anthrop": 19691, + "ĠRules": 19692, + "Ġdegeneration": 19693, + "Ġsieve": 19694, + "anic": 19695, + "umption": 19696, + "Ġforecasts": 19697, + "wart": 19698, + "ĠGH": 19699, + "';": 19700, + "ĠSouthwest": 19701, + "ĠStarting": 19702, + "Ġtoe": 19703, + "select": 19704, + "Ġgenocide": 19705, + "erential": 19706, + "Ġeg": 19707, + "ultan": 19708, + "Ġbrighter": 19709, + "ographies": 19710, + "Ġrecycle": 19711, + "ploys": 19712, + "ouncing": 19713, + "ĠPopular": 19714, + "Edit": 19715, + "ĠCher": 19716, + "ismatic": 19717, + "Ġplantation": 19718, + "Ġlogo": 19719, + "Ġconsultant": 19720, + "Ġlord": 19721, + "Ġimagin": 19722, + "Ġsulph": 19723, + "Ġhull": 19724, + "udal": 19725, + "Ġcomputation": 19726, + "angled": 19727, + "Ġdesignation": 19728, + "binary": 19729, + "Ġanalytic": 19730, + "ĠNebraska": 19731, + "Ġvegetarian": 19732, + "Ġenergetic": 19733, + "Ġpept": 19734, + "Ġcategorized": 19735, + "dictionary": 19736, + "ĠLinks": 19737, + "Ġresent": 19738, + "Ġengra": 19739, + "Ġinscribed": 19740, + "Ġaph": 19741, + "ĠSanskrit": 19742, + "Ġsubstring": 19743, + "ĠKel": 19744, + "Ġdescended": 19745, + "RN": 19746, + "Ġstrengthened": 19747, + "SV": 19748, + "ando": 19749, + "Ġattracting": 19750, + "ĠElectronic": 19751, + "ĠNT": 19752, + "Ġstrangers": 19753, + "Ġbiologists": 19754, + "Ġ§": 19755, + "Ġcovenant": 19756, + "Ġcrises": 19757, + "liable": 19758, + "Ġsticky": 19759, + "Ġathletic": 19760, + "student": 19761, + "ĠBrooklyn": 19762, + "inars": 19763, + "Ġquotient": 19764, + "Ġalarming": 19765, + "Ġcredentials": 19766, + "oscopy": 19767, + "ĠOperation": 19768, + "Ġdich": 19769, + "ĠTru": 19770, + "ĠStories": 19771, + "ĠExchange": 19772, + "Join": 19773, + "ĠGenetic": 19774, + "ĠRevolutionary": 19775, + "Ġalliances": 19776, + "Ġupgrade": 19777, + "Ġtroubled": 19778, + "ĠNaval": 19779, + "Ġpolynomials": 19780, + "Ġharmless": 19781, + "ĠArtificial": 19782, + "ĠFab": 19783, + "Ġeventual": 19784, + "Ġinventor": 19785, + "Ġthinkers": 19786, + "abe": 19787, + "Ġmissile": 19788, + "ĠSort": 19789, + "Ġswept": 19790, + "ĠBernard": 19791, + "Opt": 19792, + "β": 19793, + "Ġformulated": 19794, + "ĠSynt": 19795, + "Ġlaughter": 19796, + "Ġcontinuation": 19797, + "Ġbored": 19798, + "rament": 19799, + "ĠCou": 19800, + "Ġrefere": 19801, + "Ġcommunal": 19802, + "Ġperiodically": 19803, + "Ġsoluble": 19804, + "Ġconstants": 19805, + "biology": 19806, + "Ġprescribe": 19807, + "Ġreptiles": 19808, + "Ġcreators": 19809, + "Ġredist": 19810, + "Ġburnt": 19811, + "Ġeighteenth": 19812, + "ĠCircle": 19813, + "ĠBengal": 19814, + "cr": 19815, + "Ġincur": 19816, + "Ġorbital": 19817, + "Ġworrying": 19818, + "Bi": 19819, + "ĠFel": 19820, + "ĠDublin": 19821, + "Ang": 19822, + "ĠDent": 19823, + "Ġwaist": 19824, + "ĠDivine": 19825, + "Ġbathroom": 19826, + "ĠRecovery": 19827, + "Ġcybersecurity": 19828, + "Ġdors": 19829, + "ĠBiblical": 19830, + "Ġsuffers": 19831, + "Ġexponent": 19832, + "Ġreper": 19833, + "owski": 19834, + "ĠBalance": 19835, + "ĠNothing": 19836, + "Ġreside": 19837, + "thread": 19838, + "ión": 19839, + "Ġcapacities": 19840, + "Air": 19841, + "Different": 19842, + "Ġreun": 19843, + "ĠAld": 19844, + "Ġrefract": 19845, + "ĠVarious": 19846, + "Ġvaginal": 19847, + "Ġsized": 19848, + "endix": 19849, + "opsis": 19850, + "Ġvigil": 19851, + "Ġheel": 19852, + "super": 19853, + "Ġcomputed": 19854, + "traction": 19855, + "ĠFew": 19856, + "ĠStev": 19857, + "ĠLore": 19858, + "riters": 19859, + "Ġexceeded": 19860, + "namese": 19861, + "ĠHoriz": 19862, + "ĠImprove": 19863, + "Ġsoften": 19864, + "inis": 19865, + "vet": 19866, + "Ġshades": 19867, + "ĠAnthrop": 19868, + "ivores": 19869, + "Ġsetbacks": 19870, + "Ġ[(": 19871, + "Ġmelody": 19872, + "Ġasync": 19873, + "Ġsupplier": 19874, + "Ġremotely": 19875, + "Rich": 19876, + "Ġcriterion": 19877, + "Ġgerms": 19878, + "Ġpossesses": 19879, + "Ġadministrator": 19880, + "Ġcongregation": 19881, + "Ġrainforest": 19882, + "enz": 19883, + "Ġhast": 19884, + "Ġpancreat": 19885, + "Ġstool": 19886, + "jecture": 19887, + "PO": 19888, + "Ġblurred": 19889, + "225": 19890, + "airo": 19891, + "mith": 19892, + "aco": 19893, + "ĠIgn": 19894, + "Ġphylogen": 19895, + "Ġgrinding": 19896, + "ĠAmsterdam": 19897, + "Space": 19898, + "Ġcherry": 19899, + "fiction": 19900, + "ĠCool": 19901, + "Ġbreach": 19902, + "Ġuseless": 19903, + "Ġskeleton": 19904, + "ĠPros": 19905, + "ĠPractices": 19906, + "Ġammonia": 19907, + "ĠJour": 19908, + "Ġsubsets": 19909, + "Ġtoothp": 19910, + "Ġcoronavirus": 19911, + "Ġrespects": 19912, + "Ġhesitate": 19913, + "Head": 19914, + "Ġoptimum": 19915, + "Ġremarkably": 19916, + "Ġproclaimed": 19917, + "ĠPom": 19918, + "Ġenamel": 19919, + "Ġassure": 19920, + "Ġpackets": 19921, + "Ġvibrations": 19922, + "اÙĦ": 19923, + "Ġdeterminant": 19924, + "Ġtwins": 19925, + "Ġherpes": 19926, + "Ġministers": 19927, + "Ġurl": 19928, + "Ġinhibitors": 19929, + "Ġpixels": 19930, + "KS": 19931, + "ĠHubble": 19932, + "Ġceramic": 19933, + "Page": 19934, + "Ġnectar": 19935, + "ĠGent": 19936, + "Ġancestry": 19937, + "ropract": 19938, + "ĠScand": 19939, + "ĠArabs": 19940, + "Ġslowing": 19941, + "Ġfacilitating": 19942, + "Bank": 19943, + "inas": 19944, + "ĠPediatrics": 19945, + "ĠGran": 19946, + "Ġrover": 19947, + "kee": 19948, + "Ġrodents": 19949, + "isting": 19950, + "posing": 19951, + "aphyl": 19952, + "enson": 19953, + "steps": 19954, + "Ġcanals": 19955, + "ĠRice": 19956, + "ĠYang": 19957, + "Ġcosmos": 19958, + "ĠPitts": 19959, + "Ġlatt": 19960, + "ĠChamp": 19961, + "shadow": 19962, + "Ġbricks": 19963, + "Ġmartial": 19964, + "Power": 19965, + "Ġlap": 19966, + "essential": 19967, + "ĠRing": 19968, + "Ġdiscrep": 19969, + "Ġpottery": 19970, + "â̦â̦": 19971, + "Ġlibert": 19972, + "aan": 19973, + "Ġcrashes": 19974, + "Ġgad": 19975, + "Ġreportedly": 19976, + "Ġaeros": 19977, + "ĠBreast": 19978, + "Coll": 19979, + "Ġregeneration": 19980, + "comed": 19981, + "ÃŃs": 19982, + "Big": 19983, + "Ġshores": 19984, + "Ġscarcity": 19985, + "Ġlightly": 19986, + "ĠOk": 19987, + "centered": 19988, + "iots": 19989, + "ĠSit": 19990, + "ĠHarm": 19991, + "ा": 19992, + "ĠMend": 19993, + "Ġburnout": 19994, + "Ġcollapsed": 19995, + "afety": 19996, + "Ġlime": 19997, + "Ġmould": 19998, + "ĠCauc": 19999, + "shine": 20000, + "Ġpromptly": 20001, + "ĠNOAA": 20002, + "esus": 20003, + "Ġwiring": 20004, + "ĠAdded": 20005, + "Ġbarrel": 20006, + "Ġgestures": 20007, + "Ġsiege": 20008, + "ĠAbuse": 20009, + "colored": 20010, + "ĠScientist": 20011, + "Christian": 20012, + "ĠHaiti": 20013, + "ILL": 20014, + "Sem": 20015, + "icating": 20016, + "Ġpositioning": 20017, + "rehensive": 20018, + "largest": 20019, + "Lead": 20020, + "present": 20021, + "}:": 20022, + "anum": 20023, + "ĠDR": 20024, + "Ġsci": 20025, + "ĠFlag": 20026, + "Ġaux": 20027, + "Ġbeautifully": 20028, + "ĠRud": 20029, + "ĠTanz": 20030, + "Ins": 20031, + "ancouver": 20032, + "ĠAbd": 20033, + "Ġfavored": 20034, + "Ġcircumference": 20035, + "Ġoversee": 20036, + "Ġlineage": 20037, + "Ġtorture": 20038, + "Lim": 20039, + "atum": 20040, + "Ġdisreg": 20041, + "Ġworkflow": 20042, + "ographs": 20043, + "Ġmorally": 20044, + "Ġmanipulated": 20045, + "Leave": 20046, + "governmental": 20047, + "Ġphysicist": 20048, + "temperature": 20049, + "fig": 20050, + "Ġeconomists": 20051, + "ipper": 20052, + "ĠSalmon": 20053, + "CDC": 20054, + "ĠApart": 20055, + "Ġ`__": 20056, + "Ġlur": 20057, + "kets": 20058, + "ucc": 20059, + "Ġvegan": 20060, + "Ġgroom": 20061, + "ĠBrian": 20062, + "Ġspeculation": 20063, + "icient": 20064, + "static": 20065, + "oba": 20066, + "prise": 20067, + "atra": 20068, + "Ġchol": 20069, + "Ġcrosses": 20070, + "ĠÏĥ": 20071, + "Small": 20072, + "izziness": 20073, + "anchester": 20074, + "}.": 20075, + "eners": 20076, + "Ġpolygon": 20077, + "ĠRegiment": 20078, + "Ġcomposer": 20079, + "DO": 20080, + "Ġpredator": 20081, + "ĠEgg": 20082, + "Ġaccent": 20083, + "Ġwreck": 20084, + "Ġsteal": 20085, + "Es": 20086, + "San": 20087, + "Ġshine": 20088, + "filter": 20089, + "pherd": 20090, + "----------------": 20091, + "Ġgesture": 20092, + "dish": 20093, + "ĠNut": 20094, + "��waterways": 20095, + "Ġtrigon": 20096, + "ĠBaby": 20097, + "Ġsaint": 20098, + "Ġbean": 20099, + "Ġspans": 20100, + "Ġbarrels": 20101, + "Ġunfolds": 20102, + "Ġmulch": 20103, + "nc": 20104, + "Ġobl": 20105, + "Ġtextile": 20106, + "ĠAur": 20107, + "ĠWarren": 20108, + "ĠKael": 20109, + "Ġdespair": 20110, + "occur": 20111, + "Ġpersuade": 20112, + "ĠWelsh": 20113, + "Ġkiss": 20114, + "engue": 20115, + "Ġcontributors": 20116, + "Short": 20117, + "Ġhoc": 20118, + "Ġgeneal": 20119, + "Ġpulses": 20120, + "Ġexplosive": 20121, + "heter": 20122, + "Ġreusable": 20123, + "ĠBiod": 20124, + "Ġelong": 20125, + "Ġpagan": 20126, + "Pract": 20127, + "Ġcondemned": 20128, + "Ġsung": 20129, + "Ġshy": 20130, + "Ġhelmet": 20131, + "ĠVA": 20132, + "Ġaccidentally": 20133, + "Special": 20134, + "Ġconfuse": 20135, + "Ġmeasurable": 20136, + "ĠLeadership": 20137, + "ĠFactors": 20138, + "ĠVII": 20139, + "egal": 20140, + "Ġmighty": 20141, + "ĠCooper": 20142, + "Ġscoring": 20143, + "ĠPublications": 20144, + "Ġdeform": 20145, + "ĠWoman": 20146, + "Ġtransm": 20147, + "ĠAtlas": 20148, + "Ġrecomb": 20149, + "ĠKaz": 20150, + "oscope": 20151, + "oar": 20152, + "anti": 20153, + "Ġacupuncture": 20154, + "coal": 20155, + "nell": 20156, + "ĠMurray": 20157, + "ĠTarget": 20158, + "Ġcrushed": 20159, + "ĠAddress": 20160, + "icine": 20161, + "riched": 20162, + "Ġphil": 20163, + "Ġsalts": 20164, + "ĠProgramming": 20165, + "Ġdistractions": 20166, + "Ġswap": 20167, + "Ġuneven": 20168, + "Ġhectares": 20169, + "ĠSprings": 20170, + "feld": 20171, + "Ġredemption": 20172, + "keeper": 20173, + "Ġevap": 20174, + "Ġknowledgeable": 20175, + "ĠStatistical": 20176, + "Ġsailed": 20177, + "Ġtorch": 20178, + "Ġborrowed": 20179, + "Ġundergone": 20180, + "Ġmeantime": 20181, + "UE": 20182, + "Ġeducating": 20183, + "ĠSurv": 20184, + "Ġcereal": 20185, + "Right": 20186, + "Ġscars": 20187, + "Ġdenial": 20188, + "Ġuptake": 20189, + "quet": 20190, + "Ġchew": 20191, + "ĠFlash": 20192, + "irl": 20193, + "ĠGI": 20194, + "ogenous": 20195, + "Ġgambling": 20196, + "Modern": 20197, + "[-": 20198, + "ĠSic": 20199, + "Ġdissatis": 20200, + "Ġshipped": 20201, + "Ġcommunist": 20202, + "guments": 20203, + "Ġexpecting": 20204, + "Ġeclipse": 20205, + "Education": 20206, + "Code": 20207, + "Ġcandles": 20208, + "Ġdilemma": 20209, + "Ġpeat": 20210, + "ophyll": 20211, + "Ġdosage": 20212, + "Ġbuil": 20213, + "Section": 20214, + "Ġbending": 20215, + "Ġamateur": 20216, + "Ġpatrol": 20217, + "ĠMoroc": 20218, + "Ġinaug": 20219, + "Ġpoorer": 20220, + "Ġstepping": 20221, + ":.": 20222, + "anus": 20223, + "Ġpolitician": 20224, + "Ġcatar": 20225, + "Ġnets": 20226, + "loop": 20227, + "Ġsandy": 20228, + "ĠMontreal": 20229, + "erat": 20230, + "ĠIter": 20231, + "ĠVatican": 20232, + "Ġoccupations": 20233, + "raising": 20234, + "Ġregret": 20235, + "Ġcirculating": 20236, + "Ġounces": 20237, + "iost": 20238, + "Ġsine": 20239, + "thalm": 20240, + "luent": 20241, + "Ġscientifically": 20242, + "Ġdelet": 20243, + "ĠAirport": 20244, + "Ġintrigue": 20245, + "Ġrecruitment": 20246, + "Ġspeeches": 20247, + "Ġsyrup": 20248, + "Ġbasketball": 20249, + "roscopy": 20250, + "Ġpasture": 20251, + "Ġstreaming": 20252, + "Ġprocessors": 20253, + "ributed": 20254, + "Ġfetus": 20255, + "sa": 20256, + "Ġformulation": 20257, + "ascal": 20258, + "Ġbanana": 20259, + "650": 20260, + "Ġpills": 20261, + "());": 20262, + "Ġfortunate": 20263, + "ĠKath": 20264, + "Ġgrape": 20265, + "Ġfragmented": 20266, + "iden": 20267, + "verbs": 20268, + "Ġcarrots": 20269, + "Ġplayground": 20270, + "Ġresidues": 20271, + "clerosis": 20272, + "ĠMi": 20273, + "oske": 20274, + "ĠExcell": 20275, + "Ġreinforcement": 20276, + "Ġculmin": 20277, + "ĠRepresentatives": 20278, + "Ġfiltration": 20279, + "ĠTow": 20280, + "Ġstup": 20281, + "ĠLibr": 20282, + "Ġaccred": 20283, + "Ġpreserves": 20284, + "Ġhats": 20285, + "venth": 20286, + "ĠĠĠĠĠĠĠĠĊ": 20287, + "Ġslee": 20288, + "Ġpsychologists": 20289, + "rants": 20290, + "Ġå": 20291, + "ĠConsumer": 20292, + "UST": 20293, + "owner": 20294, + "ĠGoals": 20295, + "Call": 20296, + "Rober": 20297, + "Ġwherein": 20298, + "Ġfacilitates": 20299, + "Ġpumping": 20300, + "Ġnostalg": 20301, + "Ġcott": 20302, + "Ġpains": 20303, + "ĠCow": 20304, + "Ġspike": 20305, + "ĠConvert": 20306, + "Ġunfortunate": 20307, + "ABLE": 20308, + "Ġcontagious": 20309, + "Ġposters": 20310, + "ĠCornell": 20311, + "Definition": 20312, + "Ġnumbered": 20313, + "Ġseaw": 20314, + "ĠStre": 20315, + "illin": 20316, + "ĠCanadians": 20317, + "Ġcoaching": 20318, + "Ġadaptable": 20319, + "ango": 20320, + "Ġdeadline": 20321, + "nik": 20322, + "rik": 20323, + "Ġglowing": 20324, + "Ġwasted": 20325, + "Ġrefres": 20326, + "Ġlent": 20327, + "Ġmetadata": 20328, + "Level": 20329, + "scores": 20330, + "Ġcontributor": 20331, + "Ġnationally": 20332, + "Ġacademics": 20333, + "Ġeliminates": 20334, + "ĠEthics": 20335, + "Ġbombs": 20336, + "Ġcharm": 20337, + "Ġcolonization": 20338, + "Ġremembering": 20339, + "ighthouse": 20340, + "Ġulcer": 20341, + "ĠInsp": 20342, + "Ġbrake": 20343, + "Mich": 20344, + "assador": 20345, + "Ġbackwards": 20346, + "Ġairborne": 20347, + "Ġundes": 20348, + "Ġtemperate": 20349, + "â̦]": 20350, + "ĠCover": 20351, + "Ġamplify": 20352, + "206": 20353, + "Ġencaps": 20354, + "generation": 20355, + "ollar": 20356, + "Ġunsafe": 20357, + "Ġhypothetical": 20358, + "ĠStorm": 20359, + "Ġcooper": 20360, + "Ġangels": 20361, + "Ġdependency": 20362, + "550": 20363, + "leen": 20364, + "ĠMC": 20365, + "Ġgeothermal": 20366, + "cium": 20367, + "ĠSequ": 20368, + "illation": 20369, + "acious": 20370, + "otyping": 20371, + "Ġimpulse": 20372, + "iri": 20373, + "ĠAdult": 20374, + "ĠParticipants": 20375, + "boat": 20376, + "ICE": 20377, + "Ġslaughter": 20378, + "Ġclimatic": 20379, + "Ġelectrodes": 20380, + "ĠGardens": 20381, + "ĠBullet": 20382, + "ĠDOI": 20383, + "romb": 20384, + "ĠEnh": 20385, + "shape": 20386, + "ĠStatus": 20387, + "Ġentropy": 20388, + "Ġbenign": 20389, + "irling": 20390, + "Ġgenital": 20391, + "stituting": 20392, + "Ġreluctant": 20393, + "Word": 20394, + "oluble": 20395, + "ĠVIII": 20396, + "Ġdepicts": 20397, + "Ġvigorous": 20398, + "ĠNick": 20399, + "ĠAV": 20400, + "Oper": 20401, + "iesel": 20402, + "Ġcompassionate": 20403, + "Ġloneliness": 20404, + "Ġpacking": 20405, + "Ġburd": 20406, + "Taking": 20407, + "ĠReduce": 20408, + "uters": 20409, + "Ġpasta": 20410, + "pressure": 20411, + "Ġmites": 20412, + "Ġdecisive": 20413, + "ĠLock": 20414, + "cils": 20415, + "Ġridge": 20416, + "racle": 20417, + "Ġspends": 20418, + "ensions": 20419, + "Ġopenings": 20420, + "Ġmotions": 20421, + "itating": 20422, + "Ġflock": 20423, + "ĠSources": 20424, + "ĠPluto": 20425, + "Ġjunior": 20426, + "Ġstaple": 20427, + "ĠJoshua": 20428, + "Ġowns": 20429, + "Ġdissemin": 20430, + "})": 20431, + "Ġexting": 20432, + "Ġunjust": 20433, + "Ġtaxation": 20434, + "Ġduck": 20435, + "Ġgallon": 20436, + "Ġcompuls": 20437, + "Ġaccus": 20438, + "Ġbankrupt": 20439, + "Ġhatred": 20440, + "inav": 20441, + "Ġchess": 20442, + "opot": 20443, + "ĠPin": 20444, + "ĠNH": 20445, + "Answer": 20446, + "counts": 20447, + "Ġvolcanoes": 20448, + "Currently": 20449, + "Ġilleg": 20450, + "Ġstabilize": 20451, + "Building": 20452, + "ĠQueensland": 20453, + "Ġswollen": 20454, + "Ġprogrammed": 20455, + "ĠCharter": 20456, + "Ġskeptic": 20457, + "atz": 20458, + "Ġdelivers": 20459, + "ĠHimal": 20460, + "Ġintro": 20461, + "Ġsubmission": 20462, + "Ġfamine": 20463, + "Ġµ": 20464, + "Ġculp": 20465, + "ĠHarrison": 20466, + "Tree": 20467, + "ĠAG": 20468, + "Ġinterpersonal": 20469, + "went": 20470, + "henes": 20471, + "Ġpurification": 20472, + "ĠDest": 20473, + "Ġincap": 20474, + "ĠAnalyze": 20475, + "ĠCF": 20476, + "Ġcontextual": 20477, + "fa": 20478, + "riad": 20479, + "ĠOrigin": 20480, + "Event": 20481, + "scribe": 20482, + "Ġprophecy": 20483, + "urations": 20484, + "ĠPS": 20485, + "hibition": 20486, + "Ġruin": 20487, + "ĠMamm": 20488, + "Ġlem": 20489, + "ĠAlgebra": 20490, + "Ġcamping": 20491, + "ĠSyrian": 20492, + "supported": 20493, + "Ġpork": 20494, + "Ġpoisonous": 20495, + "ĠDescription": 20496, + "Ġcorps": 20497, + "Ġlovers": 20498, + "ĠMonte": 20499, + "Ġenjo": 20500, + "Bra": 20501, + "Until": 20502, + "iour": 20503, + "ĠSAT": 20504, + "Ġbiologist": 20505, + "Ġinjections": 20506, + "ovolta": 20507, + "Ġfond": 20508, + "Ġsturd": 20509, + "arrison": 20510, + "Ġserotonin": 20511, + "Ġcortisol": 20512, + "Ġcaterpill": 20513, + "imicrobial": 20514, + "ĠInvent": 20515, + "Ġestimation": 20516, + "Ġstairs": 20517, + "ĠApr": 20518, + "allas": 20519, + "othesis": 20520, + "French": 20521, + "odic": 20522, + "ĠEsc": 20523, + "ão": 20524, + "Ġbuildup": 20525, + "repres": 20526, + "Ġgenuinely": 20527, + "Ġtreacherous": 20528, + "Local": 20529, + "ĠPad": 20530, + "igmatic": 20531, + "Ġmetropolitan": 20532, + "Ġmalnutrition": 20533, + "Ġhurricanes": 20534, + "ĠTrend": 20535, + "Ġenlarge": 20536, + "Ġlandfill": 20537, + "Ġbother": 20538, + "ĠBE": 20539, + "roughts": 20540, + "Ġinstitute": 20541, + "Ġarchaeologists": 20542, + "}\"": 20543, + "ĠWatson": 20544, + "ĠGeneration": 20545, + "Ġpropagation": 20546, + "Ġrenamed": 20547, + "Ġeats": 20548, + "ĠPant": 20549, + "Ġbuds": 20550, + "Ġceased": 20551, + "ĠConfeder": 20552, + "kers": 20553, + "uart": 20554, + "eston": 20555, + "Ġworries": 20556, + "ovak": 20557, + "Ġkinetic": 20558, + "oux": 20559, + "ĠLack": 20560, + "Ġthereafter": 20561, + "Ġambition": 20562, + "ĠUkrain": 20563, + "Ġrecurring": 20564, + "ilated": 20565, + "umatic": 20566, + "proper": 20567, + "metric": 20568, + "east": 20569, + "Ġflank": 20570, + "Ġmonster": 20571, + "ĠPrem": 20572, + "ValueError": 20573, + "Ġspontane": 20574, + "Ġoutweigh": 20575, + "ĠEco": 20576, + "Ġhinder": 20577, + "Ġdestiny": 20578, + "Ġregulates": 20579, + "Ġvinegar": 20580, + "saving": 20581, + "Ġsubtracting": 20582, + "ocular": 20583, + "Ġspheres": 20584, + "Ġexpresses": 20585, + "Ġimposing": 20586, + "Ġtextiles": 20587, + "Ġimpacting": 20588, + "Ġacknowledges": 20589, + "cover": 20590, + "Ġdeity": 20591, + "Ġunintended": 20592, + "ĠDial": 20593, + "Ġsailors": 20594, + "ĠCSS": 20595, + "Ġbudgets": 20596, + "ĠInsurance": 20597, + "Ess": 20598, + "ÉĻ": 20599, + "ĠAF": 20600, + "Ġmusician": 20601, + "sac": 20602, + "uba": 20603, + "ĠChapel": 20604, + "clamation": 20605, + "odynamics": 20606, + "anding": 20607, + "Recent": 20608, + "Ġtranqu": 20609, + "void": 20610, + "ĠSR": 20611, + "Ġswitched": 20612, + "ĠGeography": 20613, + "Ġfermentation": 20614, + "Ġresiduals": 20615, + "Ġsnaps": 20616, + "Ġfueled": 20617, + "Ġquietly": 20618, + "Ġinsisted": 20619, + "Ġenforced": 20620, + "Ġsmo": 20621, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 20622, + "ĠDefinition": 20623, + "ĠPsychological": 20624, + "ĠHumans": 20625, + "ĠTibetan": 20626, + "Ġunexplained": 20627, + "Ġdolphins": 20628, + "ussia": 20629, + "abus": 20630, + "ĠRw": 20631, + "Ġdevised": 20632, + "riminal": 20633, + "athetic": 20634, + "Environmental": 20635, + "Ġexchanges": 20636, + "nan": 20637, + "Ġfinishing": 20638, + "Ġquicker": 20639, + "Ġeigenvalues": 20640, + "Ġconspiracy": 20641, + "Ġbarley": 20642, + "Original": 20643, + "ĠCitizens": 20644, + "xia": 20645, + "Ġintend": 20646, + "Ġpayload": 20647, + "nuts": 20648, + "Ġwished": 20649, + "Ġstip": 20650, + "olo": 20651, + "Ġprose": 20652, + "Ġenjoyment": 20653, + "Ġlongevity": 20654, + "Del": 20655, + "Ġmu": 20656, + "ĠNeuro": 20657, + "ĠGR": 20658, + "ĠPythagorean": 20659, + "Bob": 20660, + "Prior": 20661, + "Ġlethal": 20662, + "Ġhadn": 20663, + "ebook": 20664, + "Ġprevailing": 20665, + "GH": 20666, + "ĠSed": 20667, + "Ġavoidance": 20668, + "Ġproxy": 20669, + "Ġli": 20670, + "amus": 20671, + "ĠHawaiian": 20672, + "ĠStrategies": 20673, + "Ġdirectors": 20674, + "Ġdilig": 20675, + "Queue": 20676, + "ilic": 20677, + "ĠProced": 20678, + "private": 20679, + "ĠSigns": 20680, + "Ġpoured": 20681, + "Ġtradem": 20682, + "Ġpredicts": 20683, + "Ġcentralized": 20684, + "Much": 20685, + "ĠNearly": 20686, + "Ġsalad": 20687, + "Ġfighter": 20688, + "Ġbachelor": 20689, + "ĠSold": 20690, + "ifted": 20691, + "Ġwelcomed": 20692, + "Ġaden": 20693, + "ĠSheet": 20694, + "ĠPO": 20695, + "Ġinterdisciplinary": 20696, + "Ġhonored": 20697, + "Ġrhetorical": 20698, + "ĠHolland": 20699, + "Ġcomposting": 20700, + "ĠClearly": 20701, + "ourge": 20702, + "ĠViolence": 20703, + "Ġregain": 20704, + "Ġclocks": 20705, + "Ġunreal": 20706, + "yrus": 20707, + "UK": 20708, + "urious": 20709, + "chlor": 20710, + "ĠBus": 20711, + "Ġconcision": 20712, + "Ġabsurd": 20713, + "adron": 20714, + "Ġfreel": 20715, + ":\")": 20716, + "Ġretaining": 20717, + "Ġbrass": 20718, + "Stat": 20719, + "ĠVermont": 20720, + "ĠInstruction": 20721, + "Ġdeficits": 20722, + "ĠThanksgiving": 20723, + "Ġextremes": 20724, + "Ġsexuality": 20725, + "Ġexceeding": 20726, + "Ġscream": 20727, + "Ġpaints": 20728, + "Ġbeating": 20729, + "ĠCemetery": 20730, + "assing": 20731, + "Ġtracked": 20732, + "Ġjourneys": 20733, + "rotein": 20734, + "ivable": 20735, + "ĠET": 20736, + "ĠPlains": 20737, + "UCN": 20738, + "Ġcrying": 20739, + "ĠDisplay": 20740, + "Ġadolescence": 20741, + "SH": 20742, + "ĠMaterial": 20743, + "ĠWet": 20744, + "ĠWide": 20745, + "ronts": 20746, + "Share": 20747, + "Ġmaize": 20748, + "ĠLieutenant": 20749, + "fuels": 20750, + "Ent": 20751, + "Light": 20752, + "ĠInitially": 20753, + "Ġphosphate": 20754, + "sv": 20755, + "Ġpeek": 20756, + "Ġcurse": 20757, + "Ġbrew": 20758, + "ĠDVD": 20759, + "Ġreflux": 20760, + "ĠInfantry": 20761, + "Ġexhaustion": 20762, + "Ġconquer": 20763, + "WHO": 20764, + "Digital": 20765, + "Ġcertificates": 20766, + "ococcus": 20767, + "!\")": 20768, + "´": 20769, + "rys": 20770, + "Ġattained": 20771, + "Ġwelcoming": 20772, + "Ġcoop": 20773, + "ĠClose": 20774, + "Ġthrill": 20775, + "Ġinterviewed": 20776, + "ĠLud": 20777, + "Ġassay": 20778, + "Ġdebts": 20779, + "ĠAva": 20780, + "tz": 20781, + "Ġcores": 20782, + "Ġpoetic": 20783, + "ĠValent": 20784, + "similar": 20785, + "gia": 20786, + "Ġpads": 20787, + "ĠGenetics": 20788, + "Ġfairness": 20789, + "ĠLinear": 20790, + "Ġgateway": 20791, + "ĠDow": 20792, + "Ġshrimp": 20793, + "ser": 20794, + "itant": 20795, + "station": 20796, + "Ġthrew": 20797, + "andy": 20798, + "Ġcharacterization": 20799, + "Ġlaund": 20800, + "orns": 20801, + "ĠDoe": 20802, + "Ġcommitting": 20803, + "Ġintimacy": 20804, + "ĠMaps": 20805, + "ĠAnswer": 20806, + "ellite": 20807, + "Ġexpands": 20808, + "ĠCatal": 20809, + "ĠLimited": 20810, + "focused": 20811, + "LD": 20812, + "Ġdwelling": 20813, + "resolution": 20814, + "intage": 20815, + "ĠPharaoh": 20816, + "999": 20817, + "ĠMitchell": 20818, + "Ġmalf": 20819, + "ĠParker": 20820, + "Sah": 20821, + "Ġvirtues": 20822, + "ĠQueue": 20823, + "ĠMilky": 20824, + "Ġcompositions": 20825, + "Ġtiger": 20826, + "Ġcharacterize": 20827, + "Ġsuspicion": 20828, + "big": 20829, + "hero": 20830, + "Ġcruise": 20831, + "Ġtant": 20832, + "Ġtribute": 20833, + "scient": 20834, + "Notice": 20835, + "Path": 20836, + "Ġrebels": 20837, + "associated": 20838, + "ronics": 20839, + "Ġunsettling": 20840, + "Ġproceeds": 20841, + "Ġforage": 20842, + "izzes": 20843, + "Ġfancy": 20844, + "Ġlush": 20845, + "Ġturnover": 20846, + "Ġelders": 20847, + "Ġacoustic": 20848, + "Ġscared": 20849, + "Ġexplorers": 20850, + "Ġtheological": 20851, + "Ġadaptations": 20852, + "Requ": 20853, + "Ġdrastic": 20854, + "ĠUganda": 20855, + "215": 20856, + "ĠTab": 20857, + "Ġautomotive": 20858, + "Ġowing": 20859, + "auer": 20860, + "ĠChanging": 20861, + "ĠFern": 20862, + "ordinates": 20863, + "ĠĠĠĠĠĠĠĠĠ": 20864, + "Ġspores": 20865, + "Ġplun": 20866, + "Ġsuffix": 20867, + "Gold": 20868, + "Ġpruning": 20869, + "Ġtriangular": 20870, + "kn": 20871, + "Ġproficiency": 20872, + "Size": 20873, + "iae": 20874, + "Ġconfounding": 20875, + "Ġairway": 20876, + "Ġmentors": 20877, + "Ġrefrigerator": 20878, + "oi": 20879, + "ĠInv": 20880, + "Ġwinding": 20881, + "â̦âĢĿ": 20882, + "ĠVietnamese": 20883, + "âĤ": 20884, + "Ġfigured": 20885, + "Ġundertaking": 20886, + "copy": 20887, + "umed": 20888, + "Ġmoons": 20889, + "ĠIllustr": 20890, + "Ġdepicting": 20891, + "Ġdistracted": 20892, + "hoot": 20893, + "Ġbrig": 20894, + "dog": 20895, + "Ġdeterioration": 20896, + "Ġsolitary": 20897, + ".\"\"\"": 20898, + "Ġunusually": 20899, + "Techn": 20900, + "ĠSib": 20901, + "ibles": 20902, + "Ġsignatures": 20903, + "Ġphotographer": 20904, + "Ġblanket": 20905, + "Ġconvicted": 20906, + "Ġgi": 20907, + "Ġemploys": 20908, + "DT": 20909, + "bishop": 20910, + "umines": 20911, + "ĠMust": 20912, + "ORT": 20913, + "Ġtsunami": 20914, + "456": 20915, + "idi": 20916, + "chair": 20917, + "ĠVancouver": 20918, + "rc": 20919, + "ĠSut": 20920, + "Ġwinters": 20921, + "Ġnumerator": 20922, + "Ġdispersed": 20923, + "Ġseamlessly": 20924, + "ĠBudget": 20925, + "lon": 20926, + "ĠSure": 20927, + "Ġours": 20928, + "Ġcoastline": 20929, + "Ġpa": 20930, + "Ġconstructor": 20931, + "Ġspectral": 20932, + "ĠLooking": 20933, + "gom": 20934, + "ĠButter": 20935, + "ĠIdaho": 20936, + "ĠColonial": 20937, + "NR": 20938, + "ĠME": 20939, + "ĠMira": 20940, + "Ġlipid": 20941, + "Ġarsenic": 20942, + "Ġelic": 20943, + "Ġspherical": 20944, + "ĠAlban": 20945, + "Ġspacetime": 20946, + "Ġthor": 20947, + "awning": 20948, + "Ġcontradictory": 20949, + "ĠIdeas": 20950, + "Ġadditives": 20951, + "Ġrainwater": 20952, + "discovery": 20953, + "Ġsmoother": 20954, + "uph": 20955, + "ĠRegist": 20956, + "ĠStein": 20957, + "Ġfingerprint": 20958, + "ĠGuardian": 20959, + "Its": 20960, + "Upon": 20961, + "BE": 20962, + "Ġwastes": 20963, + "Ġresurrection": 20964, + "Ġcapitalist": 20965, + "ĠManchester": 20966, + "username": 20967, + "ĠFinding": 20968, + "Ġesteem": 20969, + "essori": 20970, + "Ġrental": 20971, + "Ġgreed": 20972, + "Ġworsh": 20973, + "imation": 20974, + "Ġcomic": 20975, + "ĠPositive": 20976, + "Ġmakeup": 20977, + "Ġcarpet": 20978, + "Ġfacilitated": 20979, + "Ġwicked": 20980, + "ĠTes": 20981, + "Ġcaptive": 20982, + "Ġutilizes": 20983, + "large": 20984, + "ĠWere": 20985, + "á¸": 20986, + "letters": 20987, + "Ġwholly": 20988, + "Ġsoothing": 20989, + "Ġdiscretion": 20990, + "Mac": 20991, + "Ġray": 20992, + "Ġnumeric": 20993, + "Ġnth": 20994, + "ĠEmail": 20995, + "Ġforestry": 20996, + "ACK": 20997, + "ĠPressure": 20998, + "UI": 20999, + "Ġlam": 21000, + "ĠLad": 21001, + "prim": 21002, + "Ġtreaties": 21003, + "Ġcaptivity": 21004, + "Ġ\",": 21005, + "Ġlearnt": 21006, + "Ġantiv": 21007, + "Ġbattlefield": 21008, + "ĠIranian": 21009, + "ĠVul": 21010, + "onyms": 21011, + "Ġlicenses": 21012, + "Ġiodine": 21013, + "ivan": 21014, + "Ġspraw": 21015, + "leaf": 21016, + "ĠLect": 21017, + "Ġremarks": 21018, + "ĠKos": 21019, + "ĠHealthcare": 21020, + "Ġθ": 21021, + "ĠClassical": 21022, + "Element": 21023, + "ĠMelbourne": 21024, + "Ġcardboard": 21025, + "iculous": 21026, + "Ġsubconscious": 21027, + "Ġlacked": 21028, + "folk": 21029, + "ĠGregory": 21030, + "kwargs": 21031, + "Ġcolder": 21032, + "ĠBeat": 21033, + "ĠHond": 21034, + "roidism": 21035, + "brown": 21036, + "Ġwitch": 21037, + "Medical": 21038, + "ĠMulti": 21039, + "Ġcohesion": 21040, + "Ġsoccer": 21041, + "Again": 21042, + "ĠNonetheless": 21043, + "ĠInterestingly": 21044, + "Full": 21045, + "к": 21046, + "ĠHus": 21047, + "Ġeyel": 21048, + "otomy": 21049, + "BP": 21050, + "Ġnowadays": 21051, + "Ġcontracted": 21052, + "display": 21053, + "ĠPoverty": 21054, + "calculate": 21055, + "Ġalkaline": 21056, + "palindrome": 21057, + "ĠRAM": 21058, + "ĠNGOs": 21059, + "âĢł": 21060, + "izards": 21061, + "Ġparalysis": 21062, + "ĠAcid": 21063, + "gex": 21064, + "ĠPE": 21065, + "ĠCeltic": 21066, + "Ġshining": 21067, + "Ġextensions": 21068, + "gall": 21069, + "atable": 21070, + "ĠChildhood": 21071, + "ĠOverview": 21072, + "Ġlistener": 21073, + "Ġbelievers": 21074, + "ĠCyber": 21075, + "Ġracist": 21076, + "ÃĹ": 21077, + "Ġhelper": 21078, + "Ġgoodness": 21079, + "Ġmetast": 21080, + "Ġprintable": 21081, + "should": 21082, + "Ġepist": 21083, + "ĠMormon": 21084, + "aky": 21085, + "Ġprotections": 21086, + "Ġannex": 21087, + "Ġlocalized": 21088, + "ĠCreator": 21089, + "Ġdispersion": 21090, + "arre": 21091, + "wig": 21092, + "Ġshelters": 21093, + "Ġoverlapping": 21094, + "Ġauction": 21095, + "Ġrugged": 21096, + "Men": 21097, + "ĠBir": 21098, + "ĠHend": 21099, + "ĠYoga": 21100, + "ĠVoice": 21101, + "Ġsocialist": 21102, + "Ġpercentile": 21103, + "Group": 21104, + "zip": 21105, + "lla": 21106, + "Ġmarkings": 21107, + "ĠContents": 21108, + "Ġstimulates": 21109, + "ructose": 21110, + "aurus": 21111, + "ĠPotential": 21112, + "Ġmorphology": 21113, + "Young": 21114, + "ĠRussians": 21115, + "ĠFinance": 21116, + "Ġinverte": 21117, + "sent": 21118, + "ĠRosen": 21119, + "borough": 21120, + "Ġdisrupted": 21121, + "Ġpunch": 21122, + "Ġlump": 21123, + "ĠUT": 21124, + "ricting": 21125, + "Ġmetaph": 21126, + "anguages": 21127, + "Ġresearched": 21128, + "Ġcocoa": 21129, + "Ġcured": 21130, + "Ġstark": 21131, + "ĠRuth": 21132, + "Ġflames": 21133, + "Ġmim": 21134, + "ective": 21135, + "Ġscav": 21136, + "Ġupgrad": 21137, + "ampus": 21138, + "Ġthreatens": 21139, + "ĠAssociate": 21140, + "Ġhereditary": 21141, + "ĠFR": 21142, + "Ġdiffusion": 21143, + "ĠSpeed": 21144, + "ĠShan": 21145, + "Import": 21146, + "Ġsnails": 21147, + "Ġhalt": 21148, + "Ġstarch": 21149, + "Ġalbeit": 21150, + "ĠEasy": 21151, + "ĠGA": 21152, + "Ġgrouping": 21153, + "ĠProcessing": 21154, + "ĠAA": 21155, + "ĠDeal": 21156, + "Ġfare": 21157, + "Ġpossessions": 21158, + "directory": 21159, + "ĠMerc": 21160, + "ĠFamilies": 21161, + "Ġtreasures": 21162, + "Ġmucus": 21163, + "ĠBranch": 21164, + "Ġfeasibility": 21165, + "Ġbeads": 21166, + "ĠReason": 21167, + "ĠProjects": 21168, + "Ġtennis": 21169, + "Ġlett": 21170, + "ussions": 21171, + "Welcome": 21172, + "itures": 21173, + "advert": 21174, + "ĠBou": 21175, + "Ġantidepress": 21176, + "ablishing": 21177, + "Ġexecuting": 21178, + "ĠTamil": 21179, + "event": 21180, + "edar": 21181, + "verbal": 21182, + "Ġlongitudinal": 21183, + "ĠPortland": 21184, + "Person": 21185, + "sche": 21186, + "Ġexcuse": 21187, + "Care": 21188, + "ĠHousing": 21189, + "ĠNames": 21190, + "ĠReich": 21191, + "ĠRichmond": 21192, + "Ġembraced": 21193, + "ders": 21194, + "ÃĤ": 21195, + "ĠEra": 21196, + "Ġgardeners": 21197, + "ĠTol": 21198, + "Ġmastery": 21199, + "Ġconstellation": 21200, + "Ġubiquitous": 21201, + "ĠWag": 21202, + "erly": 21203, + "Ġpant": 21204, + "Ġscenery": 21205, + "Ġyielded": 21206, + "Ġmascul": 21207, + "Ġleukemia": 21208, + "Ġcellul": 21209, + "Ġscripts": 21210, + "Ġfrustrating": 21211, + "Ġsaints": 21212, + "ĠRoot": 21213, + "ĠVel": 21214, + "living": 21215, + "ĠMann": 21216, + "ĠGene": 21217, + "Ġpengu": 21218, + "Ġscrub": 21219, + "ĠTreasury": 21220, + "Ġseizure": 21221, + "Ġbeast": 21222, + "ribers": 21223, + "Standard": 21224, + "Ġunle": 21225, + "rounded": 21226, + "awi": 21227, + "ĠHollywood": 21228, + "Ġregulators": 21229, + "ĠLas": 21230, + "Ġmodeled": 21231, + "Ġarmor": 21232, + "Getting": 21233, + "Tr": 21234, + "zema": 21235, + "ĠGN": 21236, + "ĠHalf": 21237, + "achine": 21238, + "Ġbran": 21239, + "ĠNeither": 21240, + "Ġdenom": 21241, + "ĠIdentity": 21242, + "gi": 21243, + "Ġlend": 21244, + "ĠSteven": 21245, + "natal": 21246, + "Ġdisgu": 21247, + "Ġparliamentary": 21248, + "Ġ____": 21249, + "Ġwield": 21250, + "orig": 21251, + "ĠSample": 21252, + "Energy": 21253, + "authorized": 21254, + "Sing": 21255, + "Ġpins": 21256, + "akery": 21257, + "Ġmonarchy": 21258, + "Ġsuspects": 21259, + "sections": 21260, + "Ġmills": 21261, + "Content": 21262, + "Ġbombing": 21263, + "egradable": 21264, + "tag": 21265, + "ĠCele": 21266, + "ĠFitz": 21267, + "Ġpalp": 21268, + "ĠâĪĴ": 21269, + "Ġchairman": 21270, + "ËĪ": 21271, + "Ġcasc": 21272, + "ĠRyan": 21273, + "Ġspear": 21274, + "ĠJere": 21275, + "Ġjungle": 21276, + "Ġprehistoric": 21277, + "Ġrecount": 21278, + "Ġaerobic": 21279, + "rella": 21280, + "ĠInitialize": 21281, + "British": 21282, + "ĠGothic": 21283, + "atha": 21284, + "ĠRecently": 21285, + "Ġvoter": 21286, + "Ġnicotine": 21287, + "Ġhackers": 21288, + "Ġinscription": 21289, + "Micro": 21290, + "Ġmantle": 21291, + "oarthritis": 21292, + "Ġdeserves": 21293, + "ĠCharlie": 21294, + "ĠFilip": 21295, + "handed": 21296, + "Ġfurnace": 21297, + "ĠTopics": 21298, + "ĠTests": 21299, + "ĠRural": 21300, + "producing": 21301, + "ourt": 21302, + "Ġinternally": 21303, + "Ġmiracle": 21304, + "Ġaffair": 21305, + "Ġvirgin": 21306, + "Ġmassage": 21307, + "Ġcones": 21308, + "ĠHub": 21309, + "ĠFresh": 21310, + "ammed": 21311, + "build": 21312, + "Between": 21313, + "ĠThreat": 21314, + "hab": 21315, + "inqu": 21316, + "Ġnouns": 21317, + "ĠProtein": 21318, + "Washington": 21319, + "gas": 21320, + "ido": 21321, + "illas": 21322, + "Ġideally": 21323, + "Ġmisc": 21324, + "ĠOliver": 21325, + "ĠAdmiral": 21326, + "GL": 21327, + "Ġenigmatic": 21328, + "Ġmethodologies": 21329, + "Ġclinicians": 21330, + "Ġgraphical": 21331, + "Ġfollic": 21332, + "YS": 21333, + "Ġthereof": 21334, + "Ġdelta": 21335, + "ASS": 21336, + "ĠDistribution": 21337, + "ĠYOU": 21338, + "move": 21339, + "Ġnoises": 21340, + "Ġbeginners": 21341, + "Ġdisappearance": 21342, + "Ġselfish": 21343, + "Ġmigraine": 21344, + "Sun": 21345, + "Ġforeb": 21346, + "Ann": 21347, + "Ġspinach": 21348, + "Ġintolerance": 21349, + "Ġpillars": 21350, + "Ġfal": 21351, + "idable": 21352, + "Ġhaul": 21353, + "ĠPierre": 21354, + "Ġscary": 21355, + "Ġgalleries": 21356, + "Ġnominal": 21357, + "Ġjunk": 21358, + "Ġheavens": 21359, + "oS": 21360, + "ĠNixon": 21361, + "Ġcompiler": 21362, + "lication": 21363, + "Ġawake": 21364, + "Ġendeavor": 21365, + "ĠLisa": 21366, + "Ġscaled": 21367, + "ét": 21368, + "Ġphysicists": 21369, + "Ġfortified": 21370, + "ĠIsaiah": 21371, + "ĠOdys": 21372, + "oqu": 21373, + "Ġhomeland": 21374, + "ĠInterior": 21375, + "ĠZhang": 21376, + "Ïī": 21377, + "Ġwaking": 21378, + "ĠSuff": 21379, + "Ġencrypted": 21380, + "Ġmaths": 21381, + "ci": 21382, + "offic": 21383, + "Ġdefending": 21384, + "Ġmilitia": 21385, + "cross": 21386, + "again": 21387, + "Ġintertw": 21388, + "Ġweird": 21389, + "elli": 21390, + "Ġeds": 21391, + "Ġobservational": 21392, + "Ġasserts": 21393, + "ĠJudge": 21394, + "Ġailments": 21395, + "Ġmund": 21396, + "Ġfolklore": 21397, + "Ġrealism": 21398, + "issa": 21399, + "Ġiterating": 21400, + "330": 21401, + "Sam": 21402, + "Ġcaste": 21403, + "Ġendure": 21404, + "Ġbloody": 21405, + "Ġboring": 21406, + "ansom": 21407, + "Ġretrieved": 21408, + "Ġcorals": 21409, + "ĠGre": 21410, + "ĠShop": 21411, + "Ġcopying": 21412, + "Ġpolluted": 21413, + "ĠHunting": 21414, + "Thread": 21415, + "ĠScale": 21416, + "sharing": 21417, + "Ġstainless": 21418, + "Ġvegg": 21419, + "Ġamplitude": 21420, + "ĠConstruct": 21421, + "ĠGroups": 21422, + "Output": 21423, + "Ġsuite": 21424, + "Ġjargon": 21425, + "Ġsty": 21426, + "oka": 21427, + "arson": 21428, + "Ġrecipients": 21429, + "Ġresolving": 21430, + "Ġunreliable": 21431, + "Ġpent": 21432, + "lesi": 21433, + "Ġanalyst": 21434, + "Ġhairs": 21435, + "Ġdeprived": 21436, + "brand": 21437, + "lycer": 21438, + "uria": 21439, + "Ġcompelled": 21440, + "ĠCaucas": 21441, + "IE": 21442, + "ĠRocky": 21443, + "Ġcursor": 21444, + "Ġmarketplace": 21445, + "Ġhydrox": 21446, + "Ġmounting": 21447, + "lated": 21448, + "tor": 21449, + "ĠMom": 21450, + "Besides": 21451, + "Ġtenth": 21452, + "Ġflick": 21453, + "Self": 21454, + "Ġstamps": 21455, + "ĠDenver": 21456, + "Ġdroughts": 21457, + "Ġoutdated": 21458, + "Ġguardian": 21459, + "Writing": 21460, + "them": 21461, + "ĠAdobe": 21462, + "ARY": 21463, + "Ġinhal": 21464, + "Color": 21465, + "Ġneutr": 21466, + "gomery": 21467, + "Ġtatto": 21468, + "uned": 21469, + "earth": 21470, + "Ġattent": 21471, + "Ġpenetration": 21472, + "kill": 21473, + "Reading": 21474, + "Ġstiffness": 21475, + "ĠAssociated": 21476, + "Ġhierarchical": 21477, + "Jesus": 21478, + "×ķ": 21479, + "geon": 21480, + "Ġmayor": 21481, + "Ġbarg": 21482, + "Ġdebated": 21483, + "Ġflooded": 21484, + "ropolis": 21485, + "KE": 21486, + "ĠMessiah": 21487, + "Ġchunk": 21488, + "Ġleafy": 21489, + "Ast": 21490, + "ĠAchie": 21491, + "ĠMine": 21492, + "ĠKer": 21493, + "Ġstyl": 21494, + "teness": 21495, + "Ġnationalism": 21496, + "Ġsettling": 21497, + "IES": 21498, + "Ġbroccoli": 21499, + "rass": 21500, + "Ġaccomplishment": 21501, + "Ġcompile": 21502, + "Ġdonate": 21503, + "ĠAdults": 21504, + "ĠWells": 21505, + "Model": 21506, + "Ġweighed": 21507, + "ivari": 21508, + "Ġretro": 21509, + "aja": 21510, + "Ġlogin": 21511, + "Ġjournalism": 21512, + "mad": 21513, + "Ġgenomes": 21514, + "patible": 21515, + "turn": 21516, + "imet": 21517, + "Ġdurability": 21518, + "ĠWash": 21519, + "rout": 21520, + "Ġspecialize": 21521, + "Ġnuclei": 21522, + "ĠRoll": 21523, + "Ġ\");": 21524, + "Ġfairy": 21525, + "Ġexcel": 21526, + "ĠBod": 21527, + "Ġrecurrent": 21528, + "Ġpoorest": 21529, + "azar": 21530, + "ANT": 21531, + "ĠPatri": 21532, + "ĠWyoming": 21533, + "Ġnewfound": 21534, + "utrients": 21535, + "\"?": 21536, + "Ox": 21537, + "Ġtribut": 21538, + "Ġfellows": 21539, + "ĠAid": 21540, + "Ġreadiness": 21541, + "Ġconfer": 21542, + "ĠElse": 21543, + "Ġcooled": 21544, + "Ġconfronted": 21545, + "Ġsorry": 21546, + "sed": 21547, + "enqueue": 21548, + "Ġhaw": 21549, + "integer": 21550, + "eating": 21551, + "Ġteasp": 21552, + "Ġassurance": 21553, + "ARE": 21554, + "Enc": 21555, + "Ġpitfalls": 21556, + "ĠSingle": 21557, + "ĠLebanon": 21558, + "Paul": 21559, + "these": 21560, + "Ġancestral": 21561, + "abad": 21562, + "Ġawesome": 21563, + "Ġgroundbreaking": 21564, + "keepers": 21565, + "WR": 21566, + "condition": 21567, + "ĠRaw": 21568, + "Ġabused": 21569, + "intensive": 21570, + "oxy": 21571, + "Ġmanifestations": 21572, + "Ġthirteen": 21573, + "Pot": 21574, + "ea": 21575, + "ĠHapp": 21576, + "Ġappointments": 21577, + "ĠAlternative": 21578, + "Ġmaneuver": 21579, + "ĠMarcus": 21580, + "corn": 21581, + "ezing": 21582, + "Ġeagle": 21583, + "heses": 21584, + "Ġintestines": 21585, + "ĠPHP": 21586, + "Ġamendments": 21587, + "ĠVo": 21588, + "prob": 21589, + "Ġexhibitions": 21590, + "Ġinventions": 21591, + "Ġsuperficial": 21592, + "online": 21593, + "Ġaxes": 21594, + "Ġpige": 21595, + "urbs": 21596, + "ĠWebsite": 21597, + "Ġchaotic": 21598, + "ĠBloom": 21599, + "Ġsores": 21600, + "Ġjuices": 21601, + "Ġmicroscopy": 21602, + "ĠTrack": 21603, + "ĠRabbi": 21604, + "л": 21605, + "amorph": 21606, + "Ġobedience": 21607, + "ĠNiger": 21608, + "Ġquo": 21609, + "Ġbiochemical": 21610, + "India": 21611, + "ĠEvans": 21612, + "Ġsparse": 21613, + "ĠGraham": 21614, + "ECD": 21615, + "Ġcandle": 21616, + "entary": 21617, + "Ġexaminations": 21618, + "Ġholder": 21619, + "special": 21620, + "Ġaccidental": 21621, + "Ġsubscribe": 21622, + "Ġregimes": 21623, + "umbling": 21624, + "ĠIntegrated": 21625, + "ĠCrisis": 21626, + "Ġot": 21627, + "Ġproposes": 21628, + "iza": 21629, + "ĠConst": 21630, + "Ġtravelled": 21631, + "character": 21632, + "Ġturkey": 21633, + "Ġprinters": 21634, + "Ġdeleted": 21635, + "Ġcathedral": 21636, + "Ġconveyed": 21637, + "pair": 21638, + "ĠPray": 21639, + "config": 21640, + "ĠChamber": 21641, + "etus": 21642, + "ĠGem": 21643, + "ĠCountries": 21644, + "Ġcongenital": 21645, + "Ġspouse": 21646, + "Ġcounselor": 21647, + "Ġrecruited": 21648, + "Ġnotebook": 21649, + "ceptual": 21650, + "tym": 21651, + "Ġrealizing": 21652, + "ĠâĤ¬": 21653, + "ĠCSV": 21654, + "Ġclustering": 21655, + ":-": 21656, + "Dan": 21657, + "Vitamin": 21658, + "Ġrests": 21659, + "meal": 21660, + "ĠTea": 21661, + "blog": 21662, + "repared": 21663, + "ĠSpecific": 21664, + "Ġinductive": 21665, + "athic": 21666, + "Ġportraits": 21667, + "funded": 21668, + "Ġtam": 21669, + "Ġvastly": 21670, + "Ġlegitim": 21671, + "Ġtect": 21672, + "Ġadditions": 21673, + "Ġnitrate": 21674, + "Ġoxidative": 21675, + "ĠNord": 21676, + "Ġmigratory": 21677, + "Ġtraversal": 21678, + "Ġsubmarine": 21679, + "Ġsarc": 21680, + "stick": 21681, + "Ġevid": 21682, + "Ġcollects": 21683, + "holding": 21684, + "ĠCuban": 21685, + "Diff": 21686, + "atemal": 21687, + "Thomas": 21688, + "Ġdetectors": 21689, + "Ġrephrasing": 21690, + "Ġprestigious": 21691, + "inse": 21692, + "Ġwidow": 21693, + "communications": 21694, + "Ġlicensing": 21695, + "Ġsharply": 21696, + "ĠTrinity": 21697, + "ĠPolar": 21698, + "ĠSimpl": 21699, + "Ġε": 21700, + "Ġempowering": 21701, + "Ġelectrode": 21702, + "212": 21703, + "ĠATP": 21704, + "ĠChes": 21705, + "Cap": 21706, + "Hen": 21707, + "Ġpizza": 21708, + "ĠPod": 21709, + "duplicates": 21710, + "meaning": 21711, + "Ġwithdrawn": 21712, + "Ġcreations": 21713, + "ĠMedieval": 21714, + "Ġeruptions": 21715, + "ĠSolution": 21716, + "ĠAnxiety": 21717, + ")))": 21718, + "Ġevaluations": 21719, + "ĠCommunities": 21720, + "ĠElements": 21721, + "Ġadherence": 21722, + "innamon": 21723, + "ĠCells": 21724, + "ĠInn": 21725, + "Ġdad": 21726, + "Ġcoexist": 21727, + "ĠIdentifying": 21728, + "Ġsusceptibility": 21729, + "owl": 21730, + "Ġreceipt": 21731, + "ĠTurner": 21732, + "uf": 21733, + "ĠWallace": 21734, + "ĠTanzania": 21735, + "ĠICT": 21736, + "Ġchapel": 21737, + "riet": 21738, + "Ġoverc": 21739, + "athon": 21740, + "Ġdrained": 21741, + "Ġfishermen": 21742, + "rines": 21743, + "Ġfills": 21744, + "ĠArchive": 21745, + "Ġopioid": 21746, + "native": 21747, + "Ġdizziness": 21748, + "Ġmarriages": 21749, + "TT": 21750, + "utt": 21751, + "Ġjunction": 21752, + "Ġsearched": 21753, + "-,": 21754, + "ĠRico": 21755, + "Ġspokes": 21756, + "Ġcatal": 21757, + "affe": 21758, + "Ġarrows": 21759, + "ĠJulian": 21760, + "ĠPole": 21761, + "Ġbasement": 21762, + "Ġprophets": 21763, + "season": 21764, + "ĠHil": 21765, + "ĠKelly": 21766, + "Ġcoarse": 21767, + "Ġcheer": 21768, + "ĠReef": 21769, + "Ġzoo": 21770, + "opathic": 21771, + "-%": 21772, + "flight": 21773, + "ĠASD": 21774, + "Ġopera": 21775, + "ourable": 21776, + "Ġsweeping": 21777, + "gard": 21778, + "Ġanimated": 21779, + "Ġwetland": 21780, + "ĠIncrease": 21781, + "ĠKl": 21782, + "ĠDemocracy": 21783, + "ĠCoastal": 21784, + "Ġcollaborating": 21785, + "Ġassisting": 21786, + "Ro": 21787, + "Ġbeetle": 21788, + "?âĢĻ": 21789, + "orf": 21790, + "ĠDiversity": 21791, + "ĠChick": 21792, + "Ġpenalties": 21793, + "phthalm": 21794, + "Ġcommented": 21795, + "Ġelbow": 21796, + "Ġconductor": 21797, + "($": 21798, + "Sl": 21799, + "dt": 21800, + "Ġgenomic": 21801, + "ĠAbu": 21802, + "Ġworsen": 21803, + "ĠLay": 21804, + "ĠIncreasing": 21805, + "sch": 21806, + "ĠGuatemal": 21807, + "sql": 21808, + "ctal": 21809, + "Ġflush": 21810, + "Ġexercised": 21811, + "ĠChurchill": 21812, + "Ġovarian": 21813, + "Ġincorrectly": 21814, + "Ġscalp": 21815, + "Ġswallowing": 21816, + "Average": 21817, + "Ġbred": 21818, + "ĠGrowing": 21819, + "ĠCommander": 21820, + "Ġadvisor": 21821, + "ifts": 21822, + "Ġreporter": 21823, + "Ġtrout": 21824, + "Ġsplend": 21825, + "ĠCharlotte": 21826, + "ĠHomer": 21827, + "Ġpresidency": 21828, + "Ġmissionaries": 21829, + "ĠCorinth": 21830, + "Ġsplitting": 21831, + "ĠAtmospheric": 21832, + "ĠWol": 21833, + "ĠBasil": 21834, + "ĠNATO": 21835, + "ĠPlot": 21836, + "ĠZen": 21837, + "Ġblowing": 21838, + "Ġlogarithm": 21839, + "Ġhood": 21840, + "Ġaggress": 21841, + "Ġrebuilt": 21842, + "ĠTherap": 21843, + "Ġ`[": 21844, + "Ġpathology": 21845, + "Ġfishes": 21846, + "Ġmyel": 21847, + "ĠFruit": 21848, + "oder": 21849, + "Ġcoloured": 21850, + "Ġclo": 21851, + "Ġsuppressed": 21852, + "ĠSteel": 21853, + "Ġpedestrian": 21854, + "Ġtops": 21855, + "itching": 21856, + "Ġevaporation": 21857, + "cile": 21858, + "Ġonions": 21859, + "Ġdevil": 21860, + "grav": 21861, + "ĠTemperature": 21862, + "Ġasylum": 21863, + "EEE": 21864, + "Ġvolt": 21865, + "Ur": 21866, + "say": 21867, + "ĠHarper": 21868, + "Ġdecentralized": 21869, + "mund": 21870, + "Ġrods": 21871, + "ispens": 21872, + "ĠPittsburgh": 21873, + "ographically": 21874, + "Item": 21875, + "Ġempathetic": 21876, + "ĠKir": 21877, + "Ġforefront": 21878, + "Ġoriginate": 21879, + "Description": 21880, + "sleep": 21881, + "Ġhomeschool": 21882, + "Ġsturdy": 21883, + "Ġupp": 21884, + "Ġitching": 21885, + "Ġrepay": 21886, + "Ġmodelling": 21887, + "ĠDouble": 21888, + "Ġsafeguard": 21889, + "Ġinferences": 21890, + "Ġcubes": 21891, + "Ġimpulses": 21892, + "Python": 21893, + "ĠMak": 21894, + "ĠNit": 21895, + "ĠKnight": 21896, + "Ġplanners": 21897, + "ĠJoin": 21898, + "Ġdepletion": 21899, + "ĠLun": 21900, + "George": 21901, + "Ġtrivial": 21902, + "Ġsymmetrical": 21903, + "ĠLot": 21904, + "Ġtopical": 21905, + "Eval": 21906, + "inators": 21907, + "ĠHat": 21908, + "ighbor": 21909, + "colm": 21910, + "Physical": 21911, + "cription": 21912, + "Ġcuc": 21913, + "amph": 21914, + "YY": 21915, + "Ġcalming": 21916, + "short": 21917, + "Ve": 21918, + "Ġoptic": 21919, + "Ġelliptic": 21920, + "Ġmitochondrial": 21921, + "ĠNoah": 21922, + "ĠScandinav": 21923, + "Ġego": 21924, + "ĠLost": 21925, + "uthors": 21926, + "Ġtil": 21927, + "Ġaz": 21928, + "ĠCrus": 21929, + "usk": 21930, + "Function": 21931, + "Ġvertically": 21932, + "ĠCustomer": 21933, + "ophage": 21934, + "Ġfigur": 21935, + "Phil": 21936, + "Ġcabbage": 21937, + "Ġspacing": 21938, + "Ġrede": 21939, + "Ġtraded": 21940, + "Ġlos": 21941, + "those": 21942, + "Ġlistened": 21943, + "Ġperformers": 21944, + "orp": 21945, + "ĠFuk": 21946, + "ĠRy": 21947, + "Ġlifestyles": 21948, + "Ġintermitt": 21949, + "swers": 21950, + "imentary": 21951, + "Ġarter": 21952, + "ĠCambodia": 21953, + "Ġripe": 21954, + "Ġpatents": 21955, + "Ġskeptical": 21956, + "onies": 21957, + "rable": 21958, + "ĠOlympics": 21959, + "tuple": 21960, + "MENT": 21961, + "Ġolig": 21962, + "ĠCort": 21963, + "ĠLane": 21964, + "Ġpeppers": 21965, + "Ġdevote": 21966, + "Ġsometime": 21967, + "Ġenthusiastic": 21968, + "Ġdormant": 21969, + "rights": 21970, + "Ġstal": 21971, + "ĠTechniques": 21972, + "allel": 21973, + "Ġdownloaded": 21974, + "ĠProperty": 21975, + "ĠWes": 21976, + "uitive": 21977, + "armed": 21978, + "ARD": 21979, + "ĠJudah": 21980, + "ĠSV": 21981, + "Ġresign": 21982, + "Ġfaults": 21983, + "Ġtread": 21984, + "ĠCu": 21985, + "Ġstimulated": 21986, + "Ġconductivity": 21987, + "ĠAugustine": 21988, + "determ": 21989, + "Ġassemble": 21990, + "ilitating": 21991, + "Ġembryonic": 21992, + "Explore": 21993, + "pit": 21994, + "Ġrevolt": 21995, + "ĠSalv": 21996, + "Ġintervene": 21997, + "Ġfork": 21998, + "ointed": 21999, + "Ġexcluding": 22000, + "Ġveteran": 22001, + "Ġnurture": 22002, + "ĠPsychiatry": 22003, + "Ġviewpoint": 22004, + "ĠSophia": 22005, + "Tur": 22006, + "Ġcath": 22007, + "seed": 22008, + "ĠBurg": 22009, + "loqu": 22010, + "Ġvalidated": 22011, + "ĠEug": 22012, + "BER": 22013, + "fre": 22014, + "ĠChoice": 22015, + "Ġstumble": 22016, + "Ġabnorm": 22017, + "Ġemigr": 22018, + "Ġideological": 22019, + "Ġoppose": 22020, + "alking": 22021, + "ĠDemon": 22022, + "Ġfactions": 22023, + "Ġgraders": 22024, + "Balance": 22025, + "nor": 22026, + "Ġterra": 22027, + "bands": 22028, + "alia": 22029, + "idian": 22030, + "Ġcontractors": 22031, + "Ġanalysed": 22032, + "government": 22033, + "Ġvivo": 22034, + "Length": 22035, + "Ġcausality": 22036, + "Ġadvocated": 22037, + "Ġtransporting": 22038, + "Ġjoins": 22039, + "Ġentails": 22040, + "before": 22041, + "arin": 22042, + "Ġbacterium": 22043, + "Ġnanoparticles": 22044, + "Alex": 22045, + "Ġnam": 22046, + "Ġbride": 22047, + "Ġhopeless": 22048, + "ĠMidwest": 22049, + "Ġpled": 22050, + "Ġcarot": 22051, + "Adv": 22052, + "Ġflourish": 22053, + "Ġblessings": 22054, + "Ġrephrase": 22055, + "Ġshoots": 22056, + "inians": 22057, + "Ġblended": 22058, + "Ġreservoirs": 22059, + "Ġmicrobiome": 22060, + "Redu": 22061, + "Ġalterations": 22062, + "Ġovercoming": 22063, + "Ġdefenses": 22064, + "Ġfighters": 22065, + "Ġpeninsula": 22066, + "ĠEagle": 22067, + "ĠGL": 22068, + "Ġunseen": 22069, + "iquid": 22070, + "Ġglaucoma": 22071, + "posium": 22072, + "ĠArmstrong": 22073, + "onial": 22074, + "ĠWays": 22075, + "âĢĿ),": 22076, + "Ġfirsthand": 22077, + "Ġcoined": 22078, + "Ġ&&": 22079, + "Ġhobbies": 22080, + "itism": 22081, + "Ġinex": 22082, + "performance": 22083, + "acea": 22084, + "ĠEndangered": 22085, + "igers": 22086, + "Ġunve": 22087, + "Ġsuburban": 22088, + "Ġconfine": 22089, + "Creating": 22090, + "paced": 22091, + "ĠRecy": 22092, + "Ġabsorbing": 22093, + "Ġâ": 22094, + "!).": 22095, + "Ġwomb": 22096, + "ĠVit": 22097, + "Ġexpects": 22098, + "Ġframing": 22099, + "Ġrainy": 22100, + "Ġsterile": 22101, + "Ġalloy": 22102, + "ĠMeaning": 22103, + "Journal": 22104, + "ĠKur": 22105, + "Ġprivately": 22106, + "flat": 22107, + "Ġdiagnoses": 22108, + "ĠLl": 22109, + "ĠStream": 22110, + "Ġtile": 22111, + "lee": 22112, + "Ġfounders": 22113, + "ĠAlexandria": 22114, + "Ġbarn": 22115, + "Ġconfigurations": 22116, + "ophys": 22117, + "students": 22118, + "Ġentrepreneurship": 22119, + "Ġdroplets": 22120, + "orian": 22121, + "Ġblamed": 22122, + "acteria": 22123, + "ĠTriangle": 22124, + "Ġpeasants": 22125, + "Ġlandfills": 22126, + "Mary": 22127, + "ipel": 22128, + "Ġpunished": 22129, + "urers": 22130, + "aku": 22131, + "ĠPlat": 22132, + "Ġredirect": 22133, + "Ġexcavation": 22134, + "Ġtoddlers": 22135, + "Ġmoderately": 22136, + "Ġculprit": 22137, + "grades": 22138, + "ĠCup": 22139, + "Ġcommittees": 22140, + "Ġtoxin": 22141, + "ĠCategory": 22142, + "ĠEither": 22143, + "ĠVa": 22144, + "Ġgraves": 22145, + "console": 22146, + ".\");": 22147, + "ĠMontessori": 22148, + "Ġwrapper": 22149, + "Ġladder": 22150, + "rops": 22151, + "yme": 22152, + "Ġrheumat": 22153, + "ĠExperts": 22154, + "atonin": 22155, + "astro": 22156, + "Ġresh": 22157, + "Ġfactorization": 22158, + "kar": 22159, + "Ġseating": 22160, + "Ġworkings": 22161, + "Ġpolymers": 22162, + "ingham": 22163, + "Ġlb": 22164, + "Ġonc": 22165, + "anto": 22166, + "oulder": 22167, + "ĠNash": 22168, + "Ġnormality": 22169, + "Ġattracts": 22170, + "Ġorbiting": 22171, + "ighty": 22172, + "Ġdisks": 22173, + "solete": 22174, + "eliac": 22175, + "Ġscrutiny": 22176, + "Ġanesthesia": 22177, + "emporary": 22178, + "Ġchairs": 22179, + "Ġimplying": 22180, + "Ġscaff": 22181, + "ĠBoe": 22182, + "Ġunfolding": 22183, + "Ġlbs": 22184, + "ĠMale": 22185, + "asso": 22186, + "achi": 22187, + "ĠKrish": 22188, + "ĠExcess": 22189, + "Ġsanctions": 22190, + "ĠMix": 22191, + "Ġrim": 22192, + "ĠKo": 22193, + "ĠBert": 22194, + "ĠPregn": 22195, + "Ġprecursor": 22196, + "belie": 22197, + "Ġpdf": 22198, + "Ġadjective": 22199, + "Ġspecifies": 22200, + "hored": 22201, + "Ġstatute": 22202, + "ĠStudio": 22203, + "ĠPine": 22204, + "Ġcoated": 22205, + "ĠOriginal": 22206, + "ĠIntel": 22207, + "button": 22208, + "omorphic": 22209, + "ĠAdvisory": 22210, + "Ġassigning": 22211, + "yrinth": 22212, + "Cong": 22213, + "ĠBee": 22214, + "Ġspo": 22215, + "irements": 22216, + "Ġmars": 22217, + "aval": 22218, + "Ġdissolve": 22219, + "Order": 22220, + "Ġjurisdict": 22221, + "iguous": 22222, + "ifers": 22223, + "ĠBorn": 22224, + "Ġcharcoal": 22225, + "Ġadditionally": 22226, + "inai": 22227, + "Ġdischarged": 22228, + "Ġsoutheastern": 22229, + "ocl": 22230, + "ertation": 22231, + "banana": 22232, + "ĠMetropolitan": 22233, + "Ġcocaine": 22234, + "Ġcarbs": 22235, + "ĠBritann": 22236, + "Ġbundle": 22237, + "ĠToxic": 22238, + "ĠFilm": 22239, + "ĠWaters": 22240, + "Ġreplen": 22241, + "Ġcartoon": 22242, + "Computer": 22243, + "ĠGill": 22244, + "containing": 22245, + "organized": 22246, + "Ġimprisoned": 22247, + ".__": 22248, + "AG": 22249, + "Ġrepr": 22250, + "Ġprofitability": 22251, + "film": 22252, + "Ġtoddler": 22253, + "ĠCroat": 22254, + "ĠTwenty": 22255, + "Ġtackling": 22256, + "ĠStanley": 22257, + "ĠDragon": 22258, + "emp": 22259, + "Ġmisunderstand": 22260, + "loc": 22261, + "Ġdock": 22262, + "Ġtracing": 22263, + "Ġtrump": 22264, + "peace": 22265, + "Ġhomin": 22266, + "Ġarchaeology": 22267, + "Ġlan": 22268, + "arently": 22269, + "Ġtuned": 22270, + "Ġpioneering": 22271, + "Ġflattened": 22272, + "xi": 22273, + "Ġsourced": 22274, + "Ġlumber": 22275, + "ĠTropical": 22276, + "ĠCome": 22277, + "ecal": 22278, + "Ġanybody": 22279, + "Ġtemplates": 22280, + "ĠEvents": 22281, + "Study": 22282, + "Ĺı": 22283, + "Ġsadd": 22284, + "otta": 22285, + "Ġdivisors": 22286, + "ĠBulletin": 22287, + "Tw": 22288, + "Ġ\"\"": 22289, + "Ġarche": 22290, + "Ġski": 22291, + "Ġadvisory": 22292, + "Ġmonkey": 22293, + "Ġseparates": 22294, + "ascar": 22295, + "quiries": 22296, + "Ġpelvic": 22297, + "ĠMW": 22298, + "ivist": 22299, + "tlement": 22300, + "program": 22301, + "Ġgrandparents": 22302, + "Give": 22303, + "Ġeditions": 22304, + "Ġpsycho": 22305, + "cro": 22306, + "core": 22307, + "ĠVent": 22308, + "Ġteamwork": 22309, + "ĠFine": 22310, + "ĠCycle": 22311, + "represented": 22312, + ")*": 22313, + "Ġnomin": 22314, + "ĠInstru": 22315, + "ĠSecondary": 22316, + "Ġentertaining": 22317, + "aques": 22318, + "ê": 22319, + "ĠDNS": 22320, + "ĠCha": 22321, + "issue": 22322, + "Ġsplits": 22323, + "Ġenrollment": 22324, + "Saharan": 22325, + "Ġfriendships": 22326, + "Ġtolerant": 22327, + "wheel": 22328, + "abwe": 22329, + "ĠHD": 22330, + "Ġpertaining": 22331, + "ĠBanks": 22332, + "Ġpushes": 22333, + "heme": 22334, + "Ġmultimedia": 22335, + "Ġaliens": 22336, + "Ġunsuccessful": 22337, + "Ġonboard": 22338, + "Ġlev": 22339, + "Ġinteracts": 22340, + "Ġsemiconductor": 22341, + "Ġborne": 22342, + "ĠAssy": 22343, + "ĠHonor": 22344, + "ĠEmployee": 22345, + "Math": 22346, + "Ġta": 22347, + "ĠSARS": 22348, + "Ġfamiliarity": 22349, + "ĠFisheries": 22350, + "false": 22351, + "osthenes": 22352, + "Po": 22353, + "Ġeconomical": 22354, + "Ġdecorations": 22355, + "Äĵ": 22356, + "Ġpend": 22357, + "chin": 22358, + "Ġally": 22359, + "Ġhive": 22360, + "ĠBald": 22361, + "Ġranged": 22362, + "Ġarguably": 22363, + "Ġdistinguishing": 22364, + "Ġbenchmark": 22365, + "Land": 22366, + "astrous": 22367, + "Ġbananas": 22368, + "Ġvines": 22369, + "bery": 22370, + "Ġcoaches": 22371, + "Ġinvitation": 22372, + "Ġascertain": 22373, + "sn": 22374, + "orously": 22375, + "Ġtestosterone": 22376, + "regated": 22377, + "uka": 22378, + "Ġapolog": 22379, + "grand": 22380, + "Blue": 22381, + "Everyone": 22382, + "ousands": 22383, + "Ġmonoxide": 22384, + "ITH": 22385, + "Ġaxioms": 22386, + "idad": 22387, + "Ġnonetheless": 22388, + "Ġnavy": 22389, + "ĠMeteor": 22390, + "iaries": 22391, + "Ġsage": 22392, + "Ġbump": 22393, + "opal": 22394, + "ĠHearing": 22395, + "Ġteenage": 22396, + "Ġexpenditures": 22397, + "Ġsurgeons": 22398, + "development": 22399, + "MO": 22400, + "Ġseab": 22401, + "Ġpatrons": 22402, + "ĠGriff": 22403, + "ogan": 22404, + "Ġmarched": 22405, + "uously": 22406, + "iruses": 22407, + "ĠJur": 22408, + "Ġdisconnected": 22409, + "olin": 22410, + "ĠFREE": 22411, + "Ġengages": 22412, + "ahl": 22413, + "Ġpropulsion": 22414, + "ĠTransfer": 22415, + "Ġoptimizing": 22416, + "ĠConditions": 22417, + "Lo": 22418, + "wild": 22419, + "amas": 22420, + "ĠGon": 22421, + "Ġoversight": 22422, + "Ġcatches": 22423, + "ĠTransform": 22424, + "omp": 22425, + "iarism": 22426, + "ivitis": 22427, + "Econom": 22428, + "Put": 22429, + "agogue": 22430, + "Ġdistortion": 22431, + "Ġenjoys": 22432, + "ĠBened": 22433, + "acht": 22434, + "Ġindications": 22435, + "ĠMayor": 22436, + "Ġkingdoms": 22437, + "acceptable": 22438, + "uez": 22439, + "Ġminiature": 22440, + "ĠFemale": 22441, + "Ġren": 22442, + "ĠStrait": 22443, + "Ġsequential": 22444, + "USA": 22445, + "Ġlazy": 22446, + "rals": 22447, + "Ġsab": 22448, + "Ġseated": 22449, + "Ġnar": 22450, + "Ġforaging": 22451, + "ocard": 22452, + "ĠIncome": 22453, + "ĠResistance": 22454, + "Ġdependencies": 22455, + "Ġblown": 22456, + "ÏĨ": 22457, + "Ġtechnicians": 22458, + "Ġcereals": 22459, + "Ġstripes": 22460, + "sometimes": 22461, + "Ġactionable": 22462, + "Ġadminister": 22463, + "Ġprairie": 22464, + "ĠContinental": 22465, + "cache": 22466, + "series": 22467, + "Ġreddish": 22468, + "Ġtendencies": 22469, + "Ġmammal": 22470, + "Ġlivelihoods": 22471, + "would": 22472, + "ĠCheroke": 22473, + "ĠNortheast": 22474, + "Cost": 22475, + "ĠRN": 22476, + "Ġavoc": 22477, + "workers": 22478, + "Help": 22479, + "Ġcane": 22480, + "Ġmissionary": 22481, + "Indian": 22482, + "ĠNiñ": 22483, + "Roman": 22484, + "ĠAaron": 22485, + "Ġfoundational": 22486, + "ĠSchedule": 22487, + "winning": 22488, + "verte": 22489, + "(\"\\": 22490, + "Ġtides": 22491, + "Ġlease": 22492, + "Ġ'{": 22493, + "ĠExposure": 22494, + "rill": 22495, + "Ġdyes": 22496, + "Ġarena": 22497, + "Ġruntime": 22498, + "Ġbonus": 22499, + "bee": 22500, + "ĠTas": 22501, + "ĠGates": 22502, + "Ġphotographic": 22503, + "Ġafore": 22504, + "Ġcoff": 22505, + "Ġdowns": 22506, + "ĠRichards": 22507, + "Regarding": 22508, + "ĠMayo": 22509, + "Ġdrunk": 22510, + "Ġcalf": 22511, + "Ġunwilling": 22512, + "Ġinfinitely": 22513, + "aned": 22514, + "Ġreferral": 22515, + "Ġchampion": 22516, + "ĠPicture": 22517, + "ĠMonument": 22518, + "Ġestimating": 22519, + "Ġvaccinations": 22520, + "Ġdefective": 22521, + "Ġlaundry": 22522, + "Ġwart": 22523, + "ĠâĦ": 22524, + "topl": 22525, + "Ġintimid": 22526, + "ĠPrevious": 22527, + "ĠAuto": 22528, + "ĠSummit": 22529, + "radesh": 22530, + "Ġpeanut": 22531, + "meter": 22532, + "roaches": 22533, + "Ġrepur": 22534, + "flowers": 22535, + "ĠHallow": 22536, + "ĠComputing": 22537, + "urved": 22538, + "ĠFal": 22539, + "ysc": 22540, + "ĠYan": 22541, + "hyde": 22542, + "anim": 22543, + "Ġbakery": 22544, + "Ġmisinter": 22545, + "orectal": 22546, + "Ġconstituted": 22547, + "Ġrecycl": 22548, + "Individual": 22549, + "Ġthigh": 22550, + "ĠLDL": 22551, + "chief": 22552, + "Ġcoughing": 22553, + "ophysical": 22554, + "Ġjealous": 22555, + "infected": 22556, + "Ġpaved": 22557, + "Ġcyan": 22558, + "stitutional": 22559, + "opotam": 22560, + "Ġskepticism": 22561, + "Ġslows": 22562, + "Ġneuroscience": 22563, + "Ġextingu": 22564, + "Ġcush": 22565, + "ĠZika": 22566, + "ĠLeo": 22567, + "Ġdenotes": 22568, + "ĠGrass": 22569, + "Ġmonopoly": 22570, + "onium": 22571, + "Ġauthoritative": 22572, + "Ġexceptionally": 22573, + "Ġempowerment": 22574, + "acting": 22575, + "Ġboots": 22576, + "Ġbedroom": 22577, + "ĠHungarian": 22578, + "Ġspp": 22579, + "alone": 22580, + "ĠStuart": 22581, + "Ġbacking": 22582, + "Ġlowers": 22583, + "loor": 22584, + "Ġimplication": 22585, + "ĠBehav": 22586, + "atitis": 22587, + "Ġcir": 22588, + "ĠTrad": 22589, + "usa": 22590, + "Ġtrailing": 22591, + "derived": 22592, + "Ġheightened": 22593, + "Ġdeficient": 22594, + "LY": 22595, + "anne": 22596, + "rochemical": 22597, + "Ġreservations": 22598, + "emale": 22599, + "arta": 22600, + "Ġeman": 22601, + "Ġmorb": 22602, + "Ġmissiles": 22603, + "ĠIbid": 22604, + "Ġdubbed": 22605, + "Ġlumin": 22606, + "Ġrainbow": 22607, + "Ġrecovering": 22608, + "uced": 22609, + "uador": 22610, + "ĠBomb": 22611, + "ishable": 22612, + "regulation": 22613, + "Ġsells": 22614, + "ĠLatino": 22615, + "VA": 22616, + "erobic": 22617, + "ĠCommercial": 22618, + "ĠMatter": 22619, + "ĠReagan": 22620, + "Ġacquaint": 22621, + "ĠCommissioner": 22622, + "Ġadmire": 22623, + "invasive": 22624, + "ĠGrey": 22625, + "Ġforensic": 22626, + "anners": 22627, + "ĠStewart": 22628, + "Ġmidnight": 22629, + "ĠMontgomery": 22630, + "ĠTang": 22631, + "ĠDecision": 22632, + "Indeed": 22633, + "ĠDM": 22634, + "rites": 22635, + "Ġmisuse": 22636, + "Ġuncertainties": 22637, + "Ġfuturistic": 22638, + "Ġslowed": 22639, + "Ġcarbonate": 22640, + "Ġtimelines": 22641, + "osomal": 22642, + "ĠRegardless": 22643, + "Ġcowork": 22644, + "ogh": 22645, + "loss": 22646, + "Ġhardy": 22647, + "Build": 22648, + "Ġlays": 22649, + "Ġdaytime": 22650, + "Ġmicros": 22651, + "pract": 22652, + "Ġreputable": 22653, + "Ġenslaved": 22654, + "jectives": 22655, + "Ġtenure": 22656, + "Ġrenewal": 22657, + "Ġweighs": 22658, + "Ġhighways": 22659, + "ĠRepeat": 22660, + "abbath": 22661, + "iologist": 22662, + "ĠFormat": 22663, + "Ġdorsal": 22664, + "'),": 22665, + "Ġasynchronous": 22666, + "ĠEpidem": 22667, + "Very": 22668, + "Want": 22669, + "ĠEuro": 22670, + "ailability": 22671, + "ĠWoods": 22672, + "ĠConstitutional": 22673, + "blo": 22674, + "Ġmyriad": 22675, + "ĠListen": 22676, + "Ġteenager": 22677, + "Ġstroll": 22678, + "illus": 22679, + "Ġdisastrous": 22680, + "Ġdifferentiated": 22681, + "Ġfortress": 22682, + "ĠHughes": 22683, + "lining": 22684, + "Ġ`'": 22685, + "Ġcurb": 22686, + "Ġstrands": 22687, + "ĠPradesh": 22688, + "ĠKin": 22689, + "ĠDean": 22690, + "ĠCoalition": 22691, + "atics": 22692, + "âĢĿ?": 22693, + "âĢIJ": 22694, + "idy": 22695, + "Ġhelium": 22696, + "ĠLex": 22697, + "ĠResolution": 22698, + "ĠEis": 22699, + "urchase": 22700, + "Proper": 22701, + "ĠAlpha": 22702, + "reviewed": 22703, + "ï¬": 22704, + "ĠÄ": 22705, + "Ġshrine": 22706, + "Tech": 22707, + "ulators": 22708, + "opus": 22709, + "208": 22710, + "Ġindispens": 22711, + "Ġpercentages": 22712, + "Ġviolated": 22713, + "Ġdressing": 22714, + "Ġornamental": 22715, + "Ġmundane": 22716, + ")**": 22717, + "pref": 22718, + "enne": 22719, + "Ġderives": 22720, + "Ġhedge": 22721, + "ibern": 22722, + "irtual": 22723, + "Ġintimately": 22724, + "dehyde": 22725, + "ĠElectrical": 22726, + "Ġnegotiation": 22727, + "ĠLessons": 22728, + "Ġhorns": 22729, + "mos": 22730, + "Ġwander": 22731, + "planes": 22732, + "zek": 22733, + "Ġmelanoma": 22734, + "igg": 22735, + "ĠPlans": 22736, + "Ġsolvent": 22737, + "ennial": 22738, + "Ġbinds": 22739, + "ĠSepar": 22740, + "avers": 22741, + "Ġanalyse": 22742, + "Ġimprisonment": 22743, + "Parents": 22744, + "affected": 22745, + "ĠKevin": 22746, + "orative": 22747, + "ergic": 22748, + "Ġinflux": 22749, + "Ġcomparatively": 22750, + "Beyond": 22751, + "Ġbeaten": 22752, + "Working": 22753, + "Ġhelpless": 22754, + "Ġherds": 22755, + "ĠGirls": 22756, + "ĠNathan": 22757, + "Ġcircadian": 22758, + "ĠGuy": 22759, + "ĠHerod": 22760, + "heid": 22761, + "etooth": 22762, + "ĠEur": 22763, + "Ġdisinfect": 22764, + "Ġconfess": 22765, + "Ġbeginnings": 22766, + "Ġhurd": 22767, + "ĠPrinciple": 22768, + "ths": 22769, + "ĠApproximately": 22770, + "Ġinfestation": 22771, + "inspired": 22772, + "vantages": 22773, + "Ġenclosure": 22774, + "ĠShip": 22775, + "ĠMut": 22776, + "Ġmonk": 22777, + "ĠScots": 22778, + "Ġviolin": 22779, + "Ġsecretion": 22780, + "Ġinadvert": 22781, + "Ġneutron": 22782, + "Hyd": 22783, + "roots": 22784, + "Ġpredis": 22785, + "Lab": 22786, + "Firstly": 22787, + "Fr": 22788, + "nee": 22789, + "Ġformidable": 22790, + "__`": 22791, + "task": 22792, + "Ġlending": 22793, + "osal": 22794, + "Ġinfancy": 22795, + "ANS": 22796, + "ĠEssays": 22797, + "ĠWor": 22798, + "Ġpetals": 22799, + "ĠMack": 22800, + "Ġfreight": 22801, + "Ġproceeded": 22802, + "Ġhonesty": 22803, + "Ġsummon": 22804, + "rizes": 22805, + "processing": 22806, + "Ġlamin": 22807, + "Ġprag": 22808, + "911": 22809, + "MB": 22810, + "Ġspecializes": 22811, + "ĠHemisphere": 22812, + "Ġdire": 22813, + "ĠDifficult": 22814, + "Service": 22815, + "Ġshaking": 22816, + "Ġmoderation": 22817, + "ĠExplorer": 22818, + "soriasis": 22819, + "Focus": 22820, + "Ġnec": 22821, + "Ġsparks": 22822, + "general": 22823, + "Ġreconcile": 22824, + "ĠKeeping": 22825, + "ĠWhole": 22826, + "Ġbedtime": 22827, + "ĠAnyone": 22828, + "Ġsummarized": 22829, + "Ġfeminist": 22830, + "Ġpuppy": 22831, + "irmingham": 22832, + "parametric": 22833, + "ĠRica": 22834, + "Ġrecalls": 22835, + "ĠDoctors": 22836, + "ĠMilk": 22837, + "Prim": 22838, + "Ġmenopause": 22839, + "Regular": 22840, + "Cur": 22841, + "perfect": 22842, + "ranging": 22843, + "Ġunequal": 22844, + "oku": 22845, + "Ġempowered": 22846, + "oplan": 22847, + "roved": 22848, + "ĠFrances": 22849, + "commit": 22850, + "Ġhelicopter": 22851, + "Ġclassmates": 22852, + "INT": 22853, + "Box": 22854, + "âĪŀ": 22855, + "Ġglyc": 22856, + "Ġpatriarch": 22857, + "Ġlattice": 22858, + "Ġcompose": 22859, + "Chinese": 22860, + "withdraw": 22861, + "designed": 22862, + "nih": 22863, + "Sil": 22864, + "Ġmosaic": 22865, + "Ġcans": 22866, + "expression": 22867, + "lett": 22868, + "Ġcared": 22869, + "Ġbios": 22870, + "ĠCoordin": 22871, + "Ġtransferring": 22872, + "Ġquizzes": 22873, + "Invest": 22874, + "ĠCommerce": 22875, + "Ġschema": 22876, + "Ġmunicipalities": 22877, + "GC": 22878, + "Ġclich": 22879, + "Ġheadlines": 22880, + "ancipation": 22881, + "ausal": 22882, + "IONS": 22883, + "235": 22884, + "Ġadorned": 22885, + "Ġginger": 22886, + "Ġbic": 22887, + "Ġquir": 22888, + "ĠSeason": 22889, + "ĠPartnership": 22890, + "Spe": 22891, + "reth": 22892, + "oslav": 22893, + "ĠRES": 22894, + "ĠKon": 22895, + "ankton": 22896, + "Ġthicker": 22897, + "Ġbaptism": 22898, + "Video": 22899, + "ĠMail": 22900, + "ieu": 22901, + "Ġcontracting": 22902, + "iostream": 22903, + "Ġrealms": 22904, + "Ġgor": 22905, + "show": 22906, + "zzy": 22907, + "semble": 22908, + "Ġspy": 22909, + "Ġantique": 22910, + "ĠArnold": 22911, + "Acc": 22912, + "Ġinitiation": 22913, + "Ġlanes": 22914, + "Ġfunc": 22915, + "scar": 22916, + "Ġmotive": 22917, + "Ġattacker": 22918, + "oubt": 22919, + "Ġindent": 22920, + "Ġexposition": 22921, + "Ġrespiration": 22922, + "Ġ[â̦]": 22923, + "Ġexpressive": 22924, + "Ġtransformative": 22925, + "Ġreproduced": 22926, + "Ġphotovolta": 22927, + "Ġpumpkin": 22928, + "Ġlessen": 22929, + "ivalent": 22930, + "nered": 22931, + "ĠFO": 22932, + "ariat": 22933, + "ĠInstruct": 22934, + "Ġcookie": 22935, + "Ġppm": 22936, + "Ġrestrictive": 22937, + "Ġbrowsing": 22938, + "eight": 22939, + "003": 22940, + "ĠUpdated": 22941, + "Ġdiscourage": 22942, + "Ġdiscouraged": 22943, + "African": 22944, + "agos": 22945, + "Ġdefended": 22946, + "toxic": 22947, + "Ġtimer": 22948, + "ĠEspecially": 22949, + "chestra": 22950, + "hig": 22951, + "ĠSaints": 22952, + "Ġclan": 22953, + "racted": 22954, + "Ġtornado": 22955, + "ĠNIH": 22956, + "ĠEdwards": 22957, + "Ġdances": 22958, + "rah": 22959, + "ĠVas": 22960, + "Ġastronomer": 22961, + "Ġdefendant": 22962, + "ĠLithuan": 22963, + "ĠGovernments": 22964, + "Ġchiefly": 22965, + "Ġupstream": 22966, + "ĠVinc": 22967, + "Ġcollaborations": 22968, + "Ġenrichment": 22969, + "Ġreferenced": 22970, + "Ġknot": 22971, + "imbabwe": 22972, + "project": 22973, + "track": 22974, + "Ġmism": 22975, + "Ġsticking": 22976, + "Ġstumbled": 22977, + "Ġserm": 22978, + "rina": 22979, + "ĠLocation": 22980, + "ĠTurks": 22981, + "ĠWhereas": 22982, + "Solar": 22983, + "esh": 22984, + "ĠFight": 22985, + "Ġgranite": 22986, + "207": 22987, + "Ġpeel": 22988, + "ril": 22989, + "Ġdrown": 22990, + "ĠCer": 22991, + "ĠGO": 22992, + "ĠGCD": 22993, + "Ġtowering": 22994, + "Language": 22995, + "Plant": 22996, + "Ġheroic": 22997, + "Ġwarehouse": 22998, + "Real": 22999, + "ĠNJ": 23000, + "ĠInsect": 23001, + "Ġsensit": 23002, + "ylene": 23003, + "Ġdepleted": 23004, + "Ġlocks": 23005, + "Ġnarc": 23006, + "ĠBath": 23007, + "vectors": 23008, + "isha": 23009, + "Ġdebugging": 23010, + "Ġbreakthroughs": 23011, + "Ġgiants": 23012, + "Ġhalluc": 23013, + "essment": 23014, + "ricula": 23015, + "enza": 23016, + "ĠLit": 23017, + "ĠPlastic": 23018, + "Ġeyeb": 23019, + "negie": 23020, + "ĠâĪļ(": 23021, + "asuring": 23022, + "ĠSI": 23023, + "Ġvas": 23024, + "ĠProviding": 23025, + "Ġcrocod": 23026, + "ĠUkrainian": 23027, + "Ġdemons": 23028, + "ĠNursing": 23029, + "ĠCondition": 23030, + "Ġimb": 23031, + "Ġsympathy": 23032, + "ĠOrganisation": 23033, + "Print": 23034, + "vier": 23035, + "ĠSor": 23036, + "ĠCarm": 23037, + "Ġcomplexes": 23038, + "Ġbeginner": 23039, + "Ġreplaces": 23040, + "Ġconstituents": 23041, + "rising": 23042, + "ĠCod": 23043, + "Ġaudit": 23044, + "Ġincarc": 23045, + "Ġglobalization": 23046, + "Ġrepeats": 23047, + "ĠReader": 23048, + "Ġpreceded": 23049, + "Ġdisposed": 23050, + "ĠCoc": 23051, + "Ġguessing": 23052, + "Hum": 23053, + "Ġsmugg": 23054, + "Ġpreventable": 23055, + "ĠMySQL": 23056, + "Ġsolidarity": 23057, + "Ġenriched": 23058, + "Ġbrowsers": 23059, + "Robert": 23060, + "ĠRs": 23061, + "Ġdecipher": 23062, + "Ġgenera": 23063, + "Ġiterable": 23064, + "Ġnortheastern": 23065, + "Ġsimultaneous": 23066, + "ĠOriginally": 23067, + "otrop": 23068, + "Ġpervasive": 23069, + "Ġcontrasting": 23070, + "Ġcompulsory": 23071, + "hours": 23072, + "Ġshirt": 23073, + "ĠYug": 23074, + "Ġadaptability": 23075, + "Ġrebel": 23076, + "Ġmarginalized": 23077, + "mate": 23078, + "ĠSoci": 23079, + "Ġ«": 23080, + "Ġaccelerating": 23081, + "Ġbehavioural": 23082, + "gering": 23083, + "ĠGE": 23084, + "Ġrevival": 23085, + "attles": 23086, + "severance": 23087, + "Ġregimen": 23088, + "ĠBrist": 23089, + "valued": 23090, + "iculture": 23091, + "Ġjumps": 23092, + "Ġtheorems": 23093, + "ĠSatan": 23094, + "Ġsuperiority": 23095, + "berty": 23096, + "ĠEmotional": 23097, + "Ġsuprem": 23098, + "Ġdelegates": 23099, + "osomes": 23100, + "Ġmerits": 23101, + "Obs": 23102, + "ĠPascal": 23103, + "ovo": 23104, + "Ġwrink": 23105, + "sample": 23106, + "orate": 23107, + "Ġsubtraction": 23108, + "Ġautistic": 23109, + "Ġevacuation": 23110, + "fired": 23111, + "Ġgcd": 23112, + "adows": 23113, + "Ġexchanged": 23114, + "ĠConstantin": 23115, + "Ġanecdotes": 23116, + "onge": 23117, + "Ġmaid": 23118, + "ĠBelt": 23119, + "ishn": 23120, + "ĠShaw": 23121, + "Ġfrontal": 23122, + "Ġsedentary": 23123, + "Super": 23124, + "Ġcatastrophe": 23125, + "istine": 23126, + "Ġhemp": 23127, + "Ġsponsors": 23128, + "Ġirrevers": 23129, + "ĠAstronomy": 23130, + "Ġbreeze": 23131, + ")),": 23132, + "Rest": 23133, + "ede": 23134, + "avan": 23135, + "Along": 23136, + "ĠFreud": 23137, + "Title": 23138, + "Ġstarvation": 23139, + "Ġdisposable": 23140, + "ĠTCP": 23141, + "ĠEmb": 23142, + "Ġsatisfactory": 23143, + "Ġstreamline": 23144, + "ql": 23145, + "Ġsorrow": 23146, + "ĠSend": 23147, + "agne": 23148, + "ĠBeginning": 23149, + "ĠCord": 23150, + "Ġgras": 23151, + "Should": 23152, + "Ġusable": 23153, + "geries": 23154, + "Ġmalignant": 23155, + "ĠExperimental": 23156, + "ĠFaculty": 23157, + "Ġunhappy": 23158, + "Ġ\";": 23159, + "Ġelusive": 23160, + "214": 23161, + "yards": 23162, + "Ġfaded": 23163, + "ĠHein": 23164, + "ĠTrain": 23165, + "Ġost": 23166, + "ĠKor": 23167, + "Ġwebpage": 23168, + "Ġcelebrates": 23169, + "ĠLands": 23170, + "important": 23171, + "Ġsemantic": 23172, + "Ġneuron": 23173, + "Ġaspirin": 23174, + "Character": 23175, + "Ġconstituent": 23176, + "omaly": 23177, + "ĠSlow": 23178, + "lexia": 23179, + "ĠHelen": 23180, + "ĠReviews": 23181, + "Ġslices": 23182, + "Ġlettuce": 23183, + "ench": 23184, + "Ġgru": 23185, + "Ġimpressions": 23186, + "Ġsupplying": 23187, + "ĠReality": 23188, + "Ġfatalities": 23189, + "Tom": 23190, + "Ġcliff": 23191, + "ĠHypothesis": 23192, + "Jewish": 23193, + "ĠBiodiversity": 23194, + "cond": 23195, + "imates": 23196, + "Ġantimicrobial": 23197, + "ĠElijah": 23198, + "ø": 23199, + "Ġimpairments": 23200, + "drew": 23201, + "Ġml": 23202, + "Ġdecoration": 23203, + "Ġcondensed": 23204, + "âĢĿ;": 23205, + "Ġsynd": 23206, + "Ġsupernov": 23207, + "Ġarticulate": 23208, + "ĠSweet": 23209, + "Ġrepent": 23210, + "approximately": 23211, + "ospels": 23212, + "Ġfertilization": 23213, + "Ġesophagus": 23214, + "ĠVenezuela": 23215, + "ĠMul": 23216, + "Ġallied": 23217, + "Ġboiled": 23218, + "Ġsincere": 23219, + "Ġirres": 23220, + "]))": 23221, + "ĠRalph": 23222, + "ĠYam": 23223, + "ĠModels": 23224, + "ĠLinkedIn": 23225, + "ruce": 23226, + "ELL": 23227, + "volume": 23228, + "Week": 23229, + "verts": 23230, + "ĠNy": 23231, + "Ġinformational": 23232, + "escent": 23233, + "Ġbil": 23234, + "Ġpopul": 23235, + "Ġsensible": 23236, + "Ġcrews": 23237, + "Ġrumors": 23238, + "ĠKil": 23239, + "versal": 23240, + "exc": 23241, + "Ġcapacitor": 23242, + "ĠSlav": 23243, + "Area": 23244, + "diagn": 23245, + "Ġhumming": 23246, + "Ġglacier": 23247, + "Ġoval": 23248, + "Ġbishops": 23249, + "Ġthrows": 23250, + "agascar": 23251, + "ĠClare": 23252, + "Ġfibres": 23253, + "Ġrehab": 23254, + "ĠWWII": 23255, + "Ġcrystalline": 23256, + "Ġhaunted": 23257, + "Ġcongruent": 23258, + "Ġfights": 23259, + "Ġlamb": 23260, + "Ġprobiotics": 23261, + "Tor": 23262, + "ivorous": 23263, + "ĠSexual": 23264, + "ĠGrow": 23265, + "ĠLion": 23266, + "Ġinterrupted": 23267, + "states": 23268, + "update": 23269, + "Ġjointly": 23270, + "Equ": 23271, + "Ġbenz": 23272, + "call": 23273, + "âĢĿ:": 23274, + "Ġrotations": 23275, + "Ġpioneers": 23276, + "aternity": 23277, + "TV": 23278, + "ĠBM": 23279, + "310": 23280, + "center": 23281, + "ĠTheatre": 23282, + "artments": 23283, + "Ġbiotechnology": 23284, + "Ġmorale": 23285, + "Ġlyrics": 23286, + "Fre": 23287, + "ĠVolcan": 23288, + "Ter": 23289, + "Ġarid": 23290, + "idding": 23291, + "Ġenhancement": 23292, + "Ġfel": 23293, + "Ġtransient": 23294, + "FN": 23295, + "ĠFill": 23296, + "ensen": 23297, + "Ġhydrated": 23298, + "ĠRadiation": 23299, + "ĠChal": 23300, + "Ġboiler": 23301, + "à²": 23302, + "Ġcertifications": 23303, + "iolent": 23304, + "ICS": 23305, + "Ġinsignificant": 23306, + "Ġbis": 23307, + "rocy": 23308, + "Ġalcoholic": 23309, + "ĠChap": 23310, + "ĠGrammar": 23311, + "ĠDys": 23312, + "ĠBehind": 23313, + "Ġbreadth": 23314, + "à¦": 23315, + "entric": 23316, + "Ġhath": 23317, + "Ġoath": 23318, + "Ġinsec": 23319, + "ĠRol": 23320, + "Ġcentimeters": 23321, + "Ġhandwriting": 23322, + "Ġmilestone": 23323, + "ĠBarn": 23324, + "Ġumbrella": 23325, + "Ġsufferers": 23326, + "omi": 23327, + "Ġobsolete": 23328, + "Ġtorque": 23329, + "ĠWire": 23330, + "ĠShi": 23331, + "Ġrefinement": 23332, + "Ġlately": 23333, + "ĠExodus": 23334, + "Ġboosting": 23335, + "biotic": 23336, + "ĠVi": 23337, + "Ġzebra": 23338, + "Ġsteering": 23339, + "ĠCause": 23340, + "ĠMob": 23341, + "Ġrooft": 23342, + "Wild": 23343, + "ĠKepler": 23344, + "ĠQuran": 23345, + "edes": 23346, + "ORY": 23347, + "Ġvertebra": 23348, + "accessible": 23349, + "Eth": 23350, + "Ġcondemn": 23351, + "lance": 23352, + "Ġdestined": 23353, + "Ġreferend": 23354, + "alach": 23355, + "lead": 23356, + "ĠBour": 23357, + "phase": 23358, + "ĠMalcolm": 23359, + "Ġfreedoms": 23360, + "question": 23361, + "Ġconstructs": 23362, + "Ġabsorbs": 23363, + "Ġallergens": 23364, + "ĠPowerPoint": 23365, + "helm": 23366, + "Generally": 23367, + "ĠRig": 23368, + "Unit": 23369, + "Ġprivileged": 23370, + "Ġrefuses": 23371, + "Ġirony": 23372, + "Mad": 23373, + "ĠScan": 23374, + "worldly": 23375, + "Mass": 23376, + "tract": 23377, + "erative": 23378, + "utral": 23379, + "Ġcontempor": 23380, + "ĠSetting": 23381, + "arbons": 23382, + "Ġrelay": 23383, + "ĠMesopotam": 23384, + "Ġliable": 23385, + "ĠFactor": 23386, + "ĠJenkins": 23387, + "hart": 23388, + "Ġbile": 23389, + "Ġconfrontation": 23390, + "ĠTesla": 23391, + "icillin": 23392, + "ĠVoy": 23393, + "Ġswamp": 23394, + "Ġpumped": 23395, + "Ġorthog": 23396, + "Ġdisagreement": 23397, + "Ġfeminine": 23398, + "fill": 23399, + "ĠBent": 23400, + "ancell": 23401, + "Ġprosperous": 23402, + "ĠBehavioral": 23403, + "Ġacidity": 23404, + "010": 23405, + "Psych": 23406, + "critical": 23407, + "ĠSikh": 23408, + "dequeue": 23409, + "intendent": 23410, + "Fund": 23411, + "async": 23412, + "Business": 23413, + "Ġrefusal": 23414, + "Ġaccessories": 23415, + "Ġstove": 23416, + "Ġdeities": 23417, + "ĠScout": 23418, + "beans": 23419, + "ushima": 23420, + "Ġcontractions": 23421, + "Ġabolished": 23422, + "ÅĤ": 23423, + "isch": 23424, + "Ġbog": 23425, + "ĠDallas": 23426, + "ĠLux": 23427, + "Ġpresently": 23428, + "Ġmelted": 23429, + "Recently": 23430, + "aggering": 23431, + "woman": 23432, + "Ġclinically": 23433, + "ICAL": 23434, + "ĠBrus": 23435, + "Japanese": 23436, + "Cam": 23437, + "Ġproton": 23438, + "DM": 23439, + "Ġarous": 23440, + "Ġbins": 23441, + "ĠHipp": 23442, + "ctoral": 23443, + "Ġwoodland": 23444, + "ĠEcuador": 23445, + "linearity": 23446, + "ĠPhoenix": 23447, + "MRI": 23448, + "Ġserpent": 23449, + "Ġbrackets": 23450, + "Ġnurturing": 23451, + "ĠLaura": 23452, + "hl": 23453, + "Ġlasers": 23454, + "ĠLuna": 23455, + "iqueness": 23456, + "ĠAztec": 23457, + "Ġcompatibility": 23458, + "ĠBirmingham": 23459, + "Ġsubscribers": 23460, + "storms": 23461, + "utory": 23462, + "ĠHomo": 23463, + "Ġreconciliation": 23464, + "notes": 23465, + "witz": 23466, + "Ġcrick": 23467, + "eers": 23468, + "skin": 23469, + "Ġrealizes": 23470, + "brance": 23471, + "otide": 23472, + "adec": 23473, + "Ġvap": 23474, + "Ġspirituality": 23475, + "ĠHalloween": 23476, + "middle": 23477, + "arker": 23478, + "Ġcatheter": 23479, + "Process": 23480, + "Ġshear": 23481, + "ĠArray": 23482, + "Ġsurrounds": 23483, + "Ġsanit": 23484, + "ĠLiberal": 23485, + "Ġpsyche": 23486, + "Ġpancreatic": 23487, + "Ġintertwined": 23488, + "Miss": 23489, + "Ġexpelled": 23490, + "ĠAnalyzing": 23491, + "NF": 23492, + "Ġharb": 23493, + "Ġarchet": 23494, + "each": 23495, + "ĠGross": 23496, + "ervices": 23497, + "Ġextracting": 23498, + "ĠDrugs": 23499, + "grams": 23500, + "Ġstained": 23501, + "Ġspreadsheet": 23502, + "Ġplateau": 23503, + "Ġadvertisements": 23504, + "Ġfade": 23505, + "Ġdengue": 23506, + "Ġcrest": 23507, + "Ġprogrammers": 23508, + "Ġdisruptions": 23509, + "uer": 23510, + "Ġbrit": 23511, + "ĠMalt": 23512, + "Ġwording": 23513, + "Often": 23514, + "Tips": 23515, + "Ġparabola": 23516, + "him": 23517, + "orers": 23518, + "Ġviability": 23519, + "Ġevangel": 23520, + "Ġspecifics": 23521, + "Ġpreventative": 23522, + "correct": 23523, + "direction": 23524, + "Ġrepaired": 23525, + "Ġinforms": 23526, + "Ġwears": 23527, + "uded": 23528, + "ĠUnless": 23529, + "Ġlegumes": 23530, + "oj": 23531, + "Ġindefinitely": 23532, + "Ġindispensable": 23533, + "uni": 23534, + "Ġspaced": 23535, + "Ġanytime": 23536, + "Ġintercourse": 23537, + "ĠâĪŀ": 23538, + "Ġcultivating": 23539, + "Ġprofoundly": 23540, + "olerant": 23541, + "AE": 23542, + "Location": 23543, + "à¨": 23544, + "ĠCret": 23545, + "ĠVoc": 23546, + "Ġgrading": 23547, + "Ġguardians": 23548, + "ĠCohen": 23549, + "Visual": 23550, + "Ġtart": 23551, + "Ġworthwhile": 23552, + "Ġincentiv": 23553, + "Turn": 23554, + "Ġparity": 23555, + "Ġbenefited": 23556, + "Ġdrains": 23557, + "Ġclearance": 23558, + "Ġpreparedness": 23559, + "ĠJulius": 23560, + "Ġadvisable": 23561, + "ĠBuffalo": 23562, + "isks": 23563, + "clin": 23564, + "ASH": 23565, + "driving": 23566, + "Ġwrest": 23567, + "Ġcounterar": 23568, + "rophys": 23569, + "onts": 23570, + "ĠHV": 23571, + "ĠPatient": 23572, + "Ġfolded": 23573, + "Ġseventy": 23574, + "ĠLily": 23575, + "Ġtransforms": 23576, + "ĠDiscussion": 23577, + "Ġfundamentals": 23578, + "ibular": 23579, + "Ġrepell": 23580, + "rators": 23581, + "Ġbrowse": 23582, + "ĠPont": 23583, + "Ġprogressively": 23584, + "ĠStorage": 23585, + "ployed": 23586, + "Ġreservation": 23587, + "Ġbilingual": 23588, + "Ġobstruction": 23589, + "ĠPublishers": 23590, + "ĠCCS": 23591, + "ĠHoney": 23592, + "eworthy": 23593, + "Ġvisc": 23594, + "ĠiPhone": 23595, + "Ġrebuilding": 23596, + "Ġdeserts": 23597, + "idelity": 23598, + "Pay": 23599, + "Ġoffense": 23600, + "Ġprotons": 23601, + "Ġwildfires": 23602, + "Ġfosters": 23603, + "Sat": 23604, + "ĠSke": 23605, + "ĠLeaf": 23606, + "Ġforeboding": 23607, + "learn": 23608, + "ificate": 23609, + "Ġprognosis": 23610, + "raps": 23611, + "ĠHerbert": 23612, + "Ġtoothpaste": 23613, + "lm": 23614, + "ĠMead": 23615, + "Ġcustomary": 23616, + "ĠMedicare": 23617, + "ĠGirl": 23618, + "rev": 23619, + "ĠHamm": 23620, + "Ġrealise": 23621, + "Prime": 23622, + "protected": 23623, + "engineering": 23624, + "kel": 23625, + "Ġpouring": 23626, + "Ġcanine": 23627, + "uffs": 23628, + "Ġreminders": 23629, + "absor": 23630, + "Ġcancel": 23631, + "rehension": 23632, + "Ġmouths": 23633, + "ĠHundred": 23634, + "Ġcharismatic": 23635, + "ĠAustralians": 23636, + "Ġsampled": 23637, + "Ġprohibition": 23638, + "Ġconcluding": 23639, + "Ġafterward": 23640, + "uki": 23641, + "Ġelectrolyte": 23642, + "East": 23643, + "Ġcompetitions": 23644, + "Ġresolutions": 23645, + "take": 23646, + "Ġinvites": 23647, + "eye": 23648, + "Link": 23649, + "agles": 23650, + "ĠFirstly": 23651, + "Ġladies": 23652, + "research": 23653, + "Ġprobes": 23654, + "Ġseawater": 23655, + "Alice": 23656, + "ãĥ": 23657, + "ĠTM": 23658, + "ĠSites": 23659, + "Ġplumbing": 23660, + "olding": 23661, + "Ġaffinity": 23662, + "Ġthinner": 23663, + "Ġpublishers": 23664, + "omo": 23665, + "Ġhumil": 23666, + "Ġplank": 23667, + "ĠInstall": 23668, + "ĠRhode": 23669, + "abol": 23670, + "actor": 23671, + "ĠConflict": 23672, + "Ġchalk": 23673, + "ĠONE": 23674, + "Ġnobility": 23675, + "Ġsugary": 23676, + "Ġspells": 23677, + "ĠVirus": 23678, + "Ġtriggering": 23679, + "ĠINT": 23680, + "ludge": 23681, + "ĠOlder": 23682, + "ĠBI": 23683, + "Ġpolymorph": 23684, + "FI": 23685, + "Ġconserved": 23686, + "ĠComments": 23687, + "otheli": 23688, + "Ġupload": 23689, + "enberg": 23690, + "Ġrefusing": 23691, + "Ġcrus": 23692, + "Ġdynamically": 23693, + "bullying": 23694, + "idential": 23695, + "Ġendors": 23696, + "Ġsupervised": 23697, + "ĠExploration": 23698, + "ĠBright": 23699, + "Ġfactual": 23700, + "ĠPlatform": 23701, + "ĠDrinking": 23702, + "ĠESA": 23703, + "ĠPublication": 23704, + "ĠOmega": 23705, + "Ġbrainstorming": 23706, + "Present": 23707, + "ĠWel": 23708, + "ĠDiss": 23709, + "Ġlandowners": 23710, + "ĠLeader": 23711, + "ĠVeterans": 23712, + "ĠSustainability": 23713, + "ĠFailure": 23714, + "Ġleague": 23715, + "Ġclips": 23716, + "Ġcircumstance": 23717, + "ĠNine": 23718, + "ographed": 23719, + "liter": 23720, + "sil": 23721, + "ĠIX": 23722, + "Ġvault": 23723, + "Ġmangro": 23724, + "Ġflare": 23725, + "scenes": 23726, + "ĠÃī": 23727, + "naments": 23728, + "ĠJamaica": 23729, + "ĠCave": 23730, + "ificially": 23731, + "ĠSpot": 23732, + "ĠSuggest": 23733, + "Ġshocked": 23734, + "City": 23735, + "Ġwary": 23736, + "ingling": 23737, + "Ġrenov": 23738, + "Ġindicative": 23739, + "minster": 23740, + "ĠVincent": 23741, + "izarre": 23742, + "duino": 23743, + "Ġappra": 23744, + "Ġunderwent": 23745, + "clear": 23746, + "Ġscattering": 23747, + "something": 23748, + "Ġspoon": 23749, + "respect": 23750, + "ĠNad": 23751, + "Ġretin": 23752, + "Ġphotons": 23753, + "Ġsurprises": 23754, + "ĠSurface": 23755, + "ĠObviously": 23756, + "blow": 23757, + "ĠBalk": 23758, + "artes": 23759, + "Ġshocking": 23760, + "Vs": 23761, + "ermost": 23762, + "EPA": 23763, + "quant": 23764, + "Ġpresidents": 23765, + "Ġhardest": 23766, + "Ġpollinators": 23767, + "Benefits": 23768, + "ĠBrigade": 23769, + "ĠDiamond": 23770, + "Ñĥ": 23771, + "Ġpits": 23772, + "stellar": 23773, + "Ġrupture": 23774, + "Family": 23775, + "IAL": 23776, + "Mor": 23777, + "Ġpacks": 23778, + "oplast": 23779, + "Ġbuilders": 23780, + "Ġachievable": 23781, + "र": 23782, + "Ġpursuits": 23783, + "ĠLimit": 23784, + "Ġheater": 23785, + "ĠBring": 23786, + "ĠValues": 23787, + "ĠZimbabwe": 23788, + "Visit": 23789, + "ĠBrothers": 23790, + "Poly": 23791, + "Ġbackbone": 23792, + "Ġdirectories": 23793, + "munition": 23794, + "ĠProdu": 23795, + "Ġslender": 23796, + "haus": 23797, + "ĠWebster": 23798, + "Ġtransplantation": 23799, + "inj": 23800, + "Ġcob": 23801, + "atered": 23802, + "Ġspawn": 23803, + "ĠNex": 23804, + "ĠKum": 23805, + "Ġsubmerged": 23806, + "Ġheartbeat": 23807, + "Ġpleasing": 23808, + "dal": 23809, + "ĠBenn": 23810, + "rouded": 23811, + "gettable": 23812, + "Analy": 23813, + "222": 23814, + "ĠEden": 23815, + "Technology": 23816, + "Ġmillennium": 23817, + "Ġabstraction": 23818, + "NOT": 23819, + "Ġcorrections": 23820, + "Ġcosmetic": 23821, + "Ġdialects": 23822, + "Ġassassination": 23823, + "Ġcooperate": 23824, + "ĠWheel": 23825, + "Ġdissip": 23826, + "Ġfibr": 23827, + "Ġhots": 23828, + "brids": 23829, + "ATH": 23830, + "Ġsimplistic": 23831, + "ĠPunj": 23832, + "Certain": 23833, + "Sou": 23834, + "Ġlane": 23835, + "unal": 23836, + "END": 23837, + "hearted": 23838, + "Little": 23839, + "cancer": 23840, + "million": 23841, + "ivided": 23842, + "Ġfaulty": 23843, + "211": 23844, + "rack": 23845, + "avoid": 23846, + "Ġoccupants": 23847, + "Ġtuna": 23848, + "Ġforge": 23849, + "Ġsquash": 23850, + "Ġasteroids": 23851, + "216": 23852, + "ĠReed": 23853, + "Ġpicturesque": 23854, + "Ġquartz": 23855, + "Ġgrit": 23856, + "ĠHaven": 23857, + "reath": 23858, + "Ġlaptops": 23859, + "Ġairline": 23860, + "Ġfourteen": 23861, + "metics": 23862, + "Ġnap": 23863, + "Ġdiaph": 23864, + "Ġcrab": 23865, + "ĠArmenian": 23866, + "Ġapprentices": 23867, + "Almost": 23868, + "Ġeczema": 23869, + "Ġequivalence": 23870, + "Ġpoignant": 23871, + "orithm": 23872, + "Ġmoth": 23873, + "catch": 23874, + "Ġcurricula": 23875, + "eff": 23876, + "ĠPhillips": 23877, + "ĠRush": 23878, + "ĠAmy": 23879, + "vents": 23880, + "lington": 23881, + "Ġdeclaring": 23882, + "Ġdensities": 23883, + "Ġsubspecies": 23884, + "ĠSomething": 23885, + "ĠStri": 23886, + "Ġparan": 23887, + "Ġdeepen": 23888, + "Ġanalogous": 23889, + "ĠOsaka": 23890, + "Ġassociates": 23891, + "ĠAffect": 23892, + "infection": 23893, + "criptions": 23894, + "aution": 23895, + "Ġpri": 23896, + "ternally": 23897, + "Ġactivism": 23898, + "Ġdisadvantaged": 23899, + "Ġleakage": 23900, + "ĠAdjust": 23901, + "Ġprepares": 23902, + "ĠMadagascar": 23903, + "ĠTrends": 23904, + "420": 23905, + "ĠAPA": 23906, + "Ġinfamous": 23907, + "ĠAccept": 23908, + "ĠDisabilities": 23909, + "ĠiPad": 23910, + "ĠOptions": 23911, + "lantic": 23912, + "Ġapert": 23913, + "acid": 23914, + "Ġrouting": 23915, + "Ġsclerosis": 23916, + "esting": 23917, + "âĢĿâĢĶ": 23918, + "iotherapy": 23919, + "ICEF": 23920, + "Ġgarment": 23921, + "Ġunderestimate": 23922, + "apa": 23923, + "Later": 23924, + "ĠFoster": 23925, + "ĠOttawa": 23926, + "Ġlou": 23927, + "FOR": 23928, + "Ġinward": 23929, + "Ġchords": 23930, + "ĠDoing": 23931, + "ĠRegression": 23932, + "Ġsewer": 23933, + "Ġinflamed": 23934, + "beth": 23935, + "Ġoffline": 23936, + "ĠPollution": 23937, + "Ġlac": 23938, + "ellows": 23939, + "Ġaggrav": 23940, + "Ġdecree": 23941, + "Ġhappier": 23942, + "ĠHarold": 23943, + "480": 23944, + "Ġviewpoints": 23945, + "bye": 23946, + "Ġcongreg": 23947, + "iang": 23948, + "Ġsecretly": 23949, + "ĠSupply": 23950, + "ë": 23951, + "edical": 23952, + "ĠDataFrame": 23953, + "Ġunrealistic": 23954, + "enum": 23955, + "ĠCrypt": 23956, + "soon": 23957, + "Ġrifle": 23958, + "ĠScore": 23959, + "Ġantip": 23960, + "Ġignores": 23961, + "Ġcoordinator": 23962, + "ĠArchaeology": 23963, + "ĠBulgarian": 23964, + "Ġenlight": 23965, + "Ġcling": 23966, + "ĠBrid": 23967, + "Ġbuyer": 23968, + "Ġinorganic": 23969, + "Ġexported": 23970, + "Ġvocational": 23971, + "ĠLancet": 23972, + "ĠSons": 23973, + "Ġanonym": 23974, + "ĠConstantinople": 23975, + "Ġ________": 23976, + "Ġbiting": 23977, + "ĠCovid": 23978, + "quart": 23979, + "Ġunite": 23980, + "Ġsliding": 23981, + "ennon": 23982, + "Ġindexes": 23983, + "Ġbiodegradable": 23984, + "ĠInsert": 23985, + "Ġundesirable": 23986, + "Ġdispose": 23987, + "delete": 23988, + "Ġfixing": 23989, + "Ġcontrasts": 23990, + "Abstract": 23991, + "ĠPhilippine": 23992, + "ĠGaussian": 23993, + "roy": 23994, + "ĠHinduism": 23995, + "Ġcommunicated": 23996, + "Ġdivergence": 23997, + "Ġtoilets": 23998, + "Ġfines": 23999, + "Ġcant": 24000, + "eph": 24001, + "Ġproprietary": 24002, + "atts": 24003, + "Ġprofessions": 24004, + "ĠPrincess": 24005, + "Ġgastric": 24006, + "Ġaesthetics": 24007, + "ĠRuby": 24008, + "ĠPrepare": 24009, + "ĠBinary": 24010, + "ĠShar": 24011, + "Ġpiles": 24012, + "ĠToy": 24013, + "Ġshale": 24014, + "Ġretains": 24015, + "Ġsentenced": 24016, + "population": 24017, + "ĠSeg": 24018, + "ĠNHS": 24019, + "Ġunacceptable": 24020, + "ĠEnjoy": 24021, + "Ġscreened": 24022, + "ĠAttribution": 24023, + "roe": 24024, + "Ġcancerous": 24025, + "ĠVehicle": 24026, + "ubes": 24027, + "Ġreminis": 24028, + "Ġmonot": 24029, + "Ġconnective": 24030, + "Recomm": 24031, + "times": 24032, + "ĠSolid": 24033, + "Ġhasht": 24034, + "regulated": 24035, + "asticity": 24036, + "Ġscalar": 24037, + "TM": 24038, + "Ġnoisy": 24039, + "Ġpope": 24040, + "upus": 24041, + "genic": 24042, + "ĠPartner": 24043, + "Ġoz": 24044, + "Ġunauthorized": 24045, + "Ġnoct": 24046, + "confidence": 24047, + "Clear": 24048, + "usch": 24049, + "bb": 24050, + "api": 24051, + "venous": 24052, + "Ġcruelty": 24053, + "introdu": 24054, + "ĠChan": 24055, + "ĠFran": 24056, + "ungal": 24057, + "Ġillustrating": 24058, + "ĠSerb": 24059, + "Ġdegraded": 24060, + "ĠRapid": 24061, + "Ġastonishing": 24062, + "igens": 24063, + "Ġstripped": 24064, + "ecting": 24065, + "Ġspor": 24066, + "Ġacron": 24067, + "guided": 24068, + "Ġwandering": 24069, + "Mill": 24070, + "Ġmythical": 24071, + "Ġspanning": 24072, + "icable": 24073, + "ĠTak": 24074, + "ĠPred": 24075, + "Ġsouthwestern": 24076, + "Ġfabrication": 24077, + "ĠNumPy": 24078, + "ĠSinai": 24079, + "ĠGay": 24080, + "Ġnewest": 24081, + "ĠAllies": 24082, + "ĠVik": 24083, + "Ġcracked": 24084, + "inda": 24085, + "Ġhelm": 24086, + "Ġendomet": 24087, + "Ġlover": 24088, + "Ġrabies": 24089, + "Ġholders": 24090, + "Ġneighbouring": 24091, + "ĠEvaluate": 24092, + "umination": 24093, + "Ġquestionable": 24094, + "ĠCooperative": 24095, + "Ġelevator": 24096, + "Ġjumped": 24097, + "iterate": 24098, + "igrams": 24099, + "Ġperiodontal": 24100, + "ĠCongressional": 24101, + "Ġtransistor": 24102, + "ĠTasman": 24103, + "Ġpigments": 24104, + "Docu": 24105, + "Ġabuses": 24106, + "ĠYemen": 24107, + "Ġembodied": 24108, + "ĠMorocco": 24109, + "'])": 24110, + "Ġdistraction": 24111, + "Ġapplicants": 24112, + "Ġrecognizable": 24113, + "Ġfirefight": 24114, + "Ep": 24115, + "Ġwines": 24116, + "ĠGaz": 24117, + "ĠLena": 24118, + "holm": 24119, + "Ra": 24120, + "gow": 24121, + "Ġfoil": 24122, + "ĠCareer": 24123, + "340": 24124, + "Far": 24125, + "Ġcanned": 24126, + "ĠFifth": 24127, + "ategories": 24128, + "Ġlogistic": 24129, + "Ġrelent": 24130, + "Ġmemoir": 24131, + "etyl": 24132, + "Ġpolyg": 24133, + "Ġfreshly": 24134, + "ĠFarmers": 24135, + "ingles": 24136, + "gun": 24137, + "fram": 24138, + "ichi": 24139, + "Ġkale": 24140, + "Ġobjection": 24141, + "Ġtitanium": 24142, + "Ġexaggerated": 24143, + "Mo": 24144, + "Ġinterpreter": 24145, + "evaluate": 24146, + "upper": 24147, + "¢": 24148, + "Ġappearances": 24149, + "ĠTerms": 24150, + "Ġbiofuels": 24151, + "Ġtactile": 24152, + "Ġunconventional": 24153, + "harm": 24154, + "icode": 24155, + "Ġpackaged": 24156, + "Connect": 24157, + "Ġcontractor": 24158, + "Ġaroma": 24159, + "ĠContract": 24160, + "boy": 24161, + "ithe": 24162, + "ĠTet": 24163, + "osome": 24164, + "Ġretard": 24165, + "Ġlogged": 24166, + "Ġtyph": 24167, + "Ġsurname": 24168, + "Law": 24169, + "Written": 24170, + "ente": 24171, + "Ġexqu": 24172, + "Imp": 24173, + "ĠOptim": 24174, + "Fore": 24175, + "apsed": 24176, + "ĠCyprus": 24177, + "fits": 24178, + "monds": 24179, + "Ġdeception": 24180, + "Ġseptic": 24181, + "Ġheadings": 24182, + "Ġcryptocurrency": 24183, + "SU": 24184, + "ĠNR": 24185, + "hee": 24186, + "rers": 24187, + "ilian": 24188, + "Ġdiffuse": 24189, + "uddy": 24190, + "temp": 24191, + "Ġchemically": 24192, + "Ġhemoglobin": 24193, + "850": 24194, + "Ġensured": 24195, + "ISH": 24196, + "rystal": 24197, + "ourgeois": 24198, + "Ġscram": 24199, + "Ġdetachment": 24200, + "Ġjoke": 24201, + "ĠRomania": 24202, + "Ġunforgettable": 24203, + "obiles": 24204, + "Ġdivert": 24205, + "ĠEngineer": 24206, + "Ġalerts": 24207, + "ĠLiu": 24208, + "Ġgreeting": 24209, + "ĠGuatemala": 24210, + "holes": 24211, + "launch": 24212, + "ĠBattery": 24213, + "Ġfractal": 24214, + "ĠFundamental": 24215, + "Central": 24216, + "Continue": 24217, + "Ġalk": 24218, + "ĠCarnegie": 24219, + "Ġcoupling": 24220, + "Ġneuros": 24221, + "ĠBulgaria": 24222, + "Vari": 24223, + "asonry": 24224, + "ARCH": 24225, + "Ġidol": 24226, + "ĠDifference": 24227, + "Ġsulfate": 24228, + "Ah": 24229, + "emade": 24230, + "Ġclog": 24231, + "Ġcholera": 24232, + "ré": 24233, + "ĠPrag": 24234, + "Ġpathogenic": 24235, + "ĠRobin": 24236, + "Books": 24237, + "Ġstaggering": 24238, + "Ġretinal": 24239, + "Ġhippoc": 24240, + "ĠCad": 24241, + "ppings": 24242, + "Ġblending": 24243, + "Ġexecut": 24244, + "Ġbiomedical": 24245, + "ĠOfficial": 24246, + "ophageal": 24247, + "Major": 24248, + "itian": 24249, + "ĠBiography": 24250, + "ĠStrategic": 24251, + "Ġignorant": 24252, + "Ġmalevol": 24253, + "Ġairports": 24254, + "ĠLeonardo": 24255, + "ĠMongol": 24256, + "Ġintrospective": 24257, + "Ġdisorient": 24258, + "rusted": 24259, + "ĠRoute": 24260, + "Ġvintage": 24261, + "particularly": 24262, + "Ġbooster": 24263, + "ĠPassover": 24264, + "Ġcatering": 24265, + "ĠOccupational": 24266, + "Ġhistogram": 24267, + "Ġglorious": 24268, + "ushi": 24269, + "Ġgarage": 24270, + "ĠDomestic": 24271, + "othelioma": 24272, + "urgy": 24273, + "eca": 24274, + "ĠASC": 24275, + "Ġhips": 24276, + "Ġrushed": 24277, + "Ġatop": 24278, + "elles": 24279, + "Ġpolio": 24280, + "Ġnationality": 24281, + "ĠAppendix": 24282, + "Israel": 24283, + "Ġgarments": 24284, + "Ġriders": 24285, + "Ġobliged": 24286, + "ĠGods": 24287, + "ĠTimothy": 24288, + "Department": 24289, + "wait": 24290, + "ĠGalileo": 24291, + "ĠWool": 24292, + "Ġprogressed": 24293, + "Ġdocumenting": 24294, + "Ġfearful": 24295, + "poll": 24296, + "ĠSultan": 24297, + "velation": 24298, + "Ġconsumes": 24299, + "asket": 24300, + "ĠNorse": 24301, + "ĠFriedrich": 24302, + "ĠHunter": 24303, + "Tim": 24304, + "analy": 24305, + "Ġlice": 24306, + "mil": 24307, + "Ġvamp": 24308, + "Ġstandpoint": 24309, + "Ġbathing": 24310, + "Ber": 24311, + "lag": 24312, + "Ġoriginating": 24313, + "Ġeighteen": 24314, + "Ġmotifs": 24315, + "Leg": 24316, + "Ġdiscol": 24317, + "ĠReh": 24318, + "Ġiterations": 24319, + "baum": 24320, + "Ġimmortal": 24321, + "Ġsinking": 24322, + "ĠCob": 24323, + "ĠWA": 24324, + "Ġspelled": 24325, + "Ġamyl": 24326, + "Ġoverlook": 24327, + "Ġimaginative": 24328, + "egas": 24329, + "media": 24330, + "Ġamplifier": 24331, + "ĠDaw": 24332, + "ĠBlacks": 24333, + "Ġexplorer": 24334, + "Ġhostility": 24335, + "Ġaur": 24336, + "Ġbilateral": 24337, + "quest": 24338, + "Ġframed": 24339, + "Ġsweating": 24340, + "cit": 24341, + "Ġdelves": 24342, + "ĠGary": 24343, + "ĠLLC": 24344, + "Ġdetention": 24345, + "ĠPlaces": 24346, + "Ġgranting": 24347, + "Ġperpetual": 24348, + "Ġbustling": 24349, + "PG": 24350, + "Ġenfor": 24351, + "Ġwatches": 24352, + "ĠExpert": 24353, + "ĠFormation": 24354, + "ĠNeeds": 24355, + "anza": 24356, + "otism": 24357, + "ĠWear": 24358, + "Jane": 24359, + "beck": 24360, + "Ġdb": 24361, + "ĠPresidential": 24362, + "ĠInfection": 24363, + "Ġmigrated": 24364, + "Ġborrowing": 24365, + "ĠIndonesian": 24366, + "Ġsurreal": 24367, + "syn": 24368, + "333": 24369, + "ĠArabian": 24370, + "Ġdiminish": 24371, + "á¹ĩ": 24372, + "ĠCats": 24373, + "ĠManaging": 24374, + "âĤ¬âĦ¢": 24375, + "urer": 24376, + "PIs": 24377, + "Ġotherworldly": 24378, + "Ġcalibr": 24379, + "ĠActually": 24380, + "Ġsurrend": 24381, + "ibia": 24382, + "Ġpersists": 24383, + "Wood": 24384, + "Ġinvestor": 24385, + "byter": 24386, + "Ġimmersion": 24387, + "Ġpraised": 24388, + "Ġveggies": 24389, + "Ġhose": 24390, + "Ġneighbourhood": 24391, + "Pur": 24392, + "rosh": 24393, + "why": 24394, + "Ġhorr": 24395, + "Ġbury": 24396, + "rescent": 24397, + "Ġspikes": 24398, + "assy": 24399, + "ĠExped": 24400, + "Ġrationale": 24401, + "ĠTerra": 24402, + "Michael": 24403, + "mag": 24404, + "Ġcouncils": 24405, + "ĠSubst": 24406, + "Ġrevolutionize": 24407, + "Ġuniformly": 24408, + "enhower": 24409, + "Ġsoybean": 24410, + "ĠRonald": 24411, + "Hi": 24412, + "bash": 24413, + "balances": 24414, + "blind": 24415, + "Charles": 24416, + "Ġreapp": 24417, + "ĠLives": 24418, + "Ġraid": 24419, + "ĠImaging": 24420, + "ENCE": 24421, + "ĠConcord": 24422, + "Ġartisans": 24423, + "اØ": 24424, + "ĠTodd": 24425, + "ĠPries": 24426, + "Ġwaited": 24427, + "ĠAntib": 24428, + "Ġblooming": 24429, + "Ġantiquity": 24430, + "Ġslipp": 24431, + "Ġundefined": 24432, + "fied": 24433, + "Ġaided": 24434, + "ĠMau": 24435, + "ĠLis": 24436, + "Ġendured": 24437, + "Ġencode": 24438, + "Ġconcentrating": 24439, + "Ġcakes": 24440, + "utan": 24441, + "ostics": 24442, + "inia": 24443, + "Ġatten": 24444, + "ĠObesity": 24445, + ")âĢĶ": 24446, + "Ġinsult": 24447, + "Ġsunshine": 24448, + "Ġmitochondria": 24449, + "cool": 24450, + "tar": 24451, + "Ġwipe": 24452, + "Ġdepressive": 24453, + "thens": 24454, + "yll": 24455, + "п": 24456, + "Ġpension": 24457, + "stad": 24458, + "imming": 24459, + "Ġcoats": 24460, + "Ġvisuals": 24461, + "ĠBuy": 24462, + "lecting": 24463, + "Ġoptimism": 24464, + "Pol": 24465, + "tri": 24466, + "Ġupside": 24467, + "ĠLaunch": 24468, + "ĠHolmes": 24469, + "CN": 24470, + "ĠRelease": 24471, + "sworth": 24472, + "Ġpreferably": 24473, + "Ġsocialism": 24474, + "ĠQual": 24475, + "Ġsustaining": 24476, + "Ġscalable": 24477, + "Ġburdens": 24478, + "+)": 24479, + "ronting": 24480, + "bek": 24481, + "Ġtransmitting": 24482, + "Ġattainment": 24483, + "ĠFAO": 24484, + "Ġcytok": 24485, + "Ġcorpus": 24486, + "Ġtransmitter": 24487, + "ĠCircuit": 24488, + "Ġknots": 24489, + "Canada": 24490, + "Ġcoincidence": 24491, + "Ġscandal": 24492, + "ĠCalvin": 24493, + "ĠMM": 24494, + "ĠVern": 24495, + "Ġconsulted": 24496, + "celona": 24497, + "ĠRwanda": 24498, + "><": 24499, + "Ġfins": 24500, + "Ġmentioning": 24501, + "Ġescaping": 24502, + "Ġimmersed": 24503, + "ĠFathers": 24504, + "Ġlegitimacy": 24505, + "Kids": 24506, + "ĠTed": 24507, + "Ġsummers": 24508, + "Ġlonely": 24509, + "ifty": 24510, + "option": 24511, + "Ġvi": 24512, + "Ġartificially": 24513, + "chanical": 24514, + "Ġcardinal": 24515, + "ĠANOVA": 24516, + "deposit": 24517, + "ĠMunicip": 24518, + "ĠGun": 24519, + "Ġsuperst": 24520, + "Ġcorridors": 24521, + "tml": 24522, + "ĠBag": 24523, + "Ġdisg": 24524, + "Ġcrabs": 24525, + "Publication": 24526, + "itance": 24527, + "andom": 24528, + "ĠDew": 24529, + "Ġexacerbate": 24530, + "ĠGilbert": 24531, + "Five": 24532, + "stery": 24533, + "Ġruth": 24534, + "209": 24535, + "Ġcoordinating": 24536, + "Ġmethyl": 24537, + "ĠMedal": 24538, + "Ġintegrates": 24539, + "Ġsecurely": 24540, + "ĠPCB": 24541, + "enhagen": 24542, + "Ġcombinatorial": 24543, + "cert": 24544, + "Ġau": 24545, + "ĠCinc": 24546, + "ĠRT": 24547, + "Ġingestion": 24548, + "ĠEquipment": 24549, + "Ġdeputy": 24550, + "Ġutens": 24551, + "Ġsixteen": 24552, + "ĠGrace": 24553, + "Ġcoatings": 24554, + "ĠBaltic": 24555, + "ĠProc": 24556, + "Quant": 24557, + "Ġoutlining": 24558, + "Mel": 24559, + "waste": 24560, + "ĠRick": 24561, + "Ġcompartment": 24562, + "ĠViking": 24563, + "Ġinfertility": 24564, + "Ġcurrencies": 24565, + "Ġendot": 24566, + "Ġcontacted": 24567, + "Ġpuberty": 24568, + "Ġdusty": 24569, + "Ġdisclosure": 24570, + "Ġvendor": 24571, + "Ġhears": 24572, + "Ġwarns": 24573, + "cemia": 24574, + "udge": 24575, + "efit": 24576, + "232": 24577, + "ĠReduction": 24578, + "ocyte": 24579, + "Ġcornerstone": 24580, + "Ma": 24581, + "Ġammunition": 24582, + "Depending": 24583, + "ĠRogers": 24584, + "Ġtrades": 24585, + "sten": 24586, + "andel": 24587, + "Ġamended": 24588, + "Ġapprove": 24589, + "Basic": 24590, + "Ġstacks": 24591, + "Ġpeasant": 24592, + "Ġsender": 24593, + "Ġmerchand": 24594, + "Ill": 24595, + "Ġembody": 24596, + "Sen": 24597, + "ÛĮ": 24598, + "Ġsib": 24599, + "iential": 24600, + "Ġhomosexual": 24601, + "âĨĴ": 24602, + "ĠFM": 24603, + "Ġcares": 24604, + "Ġbottlen": 24605, + "Ġrefriger": 24606, + "Fire": 24607, + "Pers": 24608, + "Ġcact": 24609, + "Ġpall": 24610, + "ontally": 24611, + "ophical": 24612, + "Ġrage": 24613, + "Ġradically": 24614, + "ĠRegulation": 24615, + "Ġparasitic": 24616, + "Wed": 24617, + "Ġplacent": 24618, + "Ġrevital": 24619, + "Ġprocure": 24620, + "ĠIterate": 24621, + "Equal": 24622, + "Ġvain": 24623, + "traditional": 24624, + "Ġtablesp": 24625, + "Ġgermination": 24626, + "Ġdp": 24627, + "Ġrud": 24628, + "Ġthief": 24629, + "azi": 24630, + "Ġeconomist": 24631, + "Ġbells": 24632, + "Ġchimpan": 24633, + "ĠFuel": 24634, + "agar": 24635, + "Ġconversions": 24636, + "ĠInterview": 24637, + "Ġkilograms": 24638, + "Ġomitted": 24639, + "Ġgn": 24640, + "ĠDance": 24641, + "Ġepoch": 24642, + "uku": 24643, + "lite": 24644, + "Ġoranges": 24645, + "Ġsupers": 24646, + "Ġswings": 24647, + "ĠPeoples": 24648, + "ĠEdit": 24649, + "poly": 24650, + "Ġsoak": 24651, + "Ġrunners": 24652, + "Ġdisparate": 24653, + "Ġresentment": 24654, + "Mind": 24655, + "Ġswords": 24656, + "Ġforeigners": 24657, + "ellectual": 24658, + "inety": 24659, + "Ġcounterpart": 24660, + "shell": 24661, + "Ġterrifying": 24662, + "ĠBristol": 24663, + "paration": 24664, + "aton": 24665, + "ĠWOR": 24666, + "ĠKaren": 24667, + "Ġsociology": 24668, + "Ġguideline": 24669, + "ĠSherman": 24670, + "Western": 24671, + "Ġwaf": 24672, + "anmar": 24673, + "Ġretros": 24674, + "221": 24675, + "ĠCoffee": 24676, + "Ġfascination": 24677, + "America": 24678, + "º": 24679, + "Ġcolloqu": 24680, + "casting": 24681, + "ĠÃł": 24682, + "Ġelevate": 24683, + "Ġasserted": 24684, + "Ġcaregiver": 24685, + "Ġdisproportionately": 24686, + "Born": 24687, + "pection": 24688, + "Ġhalls": 24689, + "Ġmicrophone": 24690, + "record": 24691, + "Ġjudgement": 24692, + "Ġsporting": 24693, + "Ġexpeditions": 24694, + "Ġinadvertently": 24695, + "impro": 24696, + "Ġtraction": 24697, + "Ġoverhe": 24698, + "Ġtuition": 24699, + "ecker": 24700, + "ĠSymbol": 24701, + "prisingly": 24702, + "lev": 24703, + "thinking": 24704, + "Ġvicious": 24705, + "facts": 24706, + "Ġmisunderstandings": 24707, + "ĠNancy": 24708, + "Ġilluminated": 24709, + "Ġbibliography": 24710, + "Ġmint": 24711, + "reative": 24712, + "Ġrespecting": 24713, + "ĠMillenn": 24714, + "Ġportrayal": 24715, + "Henry": 24716, + "Ġhumility": 24717, + "Ġcrushing": 24718, + "Ġoh": 24719, + "Ġrehe": 24720, + "renches": 24721, + "AMA": 24722, + "Ġaddictive": 24723, + "Ġharmonious": 24724, + "lasses": 24725, + "ectomy": 24726, + "Ġautobi": 24727, + "ĠReformation": 24728, + "ĠTransition": 24729, + "Ġcramps": 24730, + "iomatic": 24731, + "Ġshortened": 24732, + "ĠGalax": 24733, + "Ġceremonial": 24734, + "Counter": 24735, + "Ġcreep": 24736, + "Ġparticulate": 24737, + "ossibly": 24738, + "Ġsweep": 24739, + "Ġok": 24740, + "estead": 24741, + "Ġconnot": 24742, + "luence": 24743, + "ĠEnlightenment": 24744, + "Ġexcessively": 24745, + "ĠCapitol": 24746, + "Ġutterly": 24747, + "ĠPetersburg": 24748, + "Prop": 24749, + "causing": 24750, + "Ġcleanup": 24751, + "ĠSteps": 24752, + "ĠRecommend": 24753, + "ĠMons": 24754, + "ĠPosition": 24755, + "assic": 24756, + "ensitivity": 24757, + "Ġinvade": 24758, + "Ġdepended": 24759, + "apses": 24760, + "thren": 24761, + "Ġadjectives": 24762, + "Ġfried": 24763, + "Ġmessenger": 24764, + "Ġlabyrinth": 24765, + "Ġnarrowing": 24766, + "Ġhalves": 24767, + "ĠManufacturing": 24768, + "Ġninth": 24769, + "Ġclots": 24770, + "ĠGlas": 24771, + "Ġmentorship": 24772, + "icals": 24773, + "Ġunm": 24774, + "awed": 24775, + "ĠCycl": 24776, + "Ġlawsuit": 24777, + "Ġoverdose": 24778, + "++;": 24779, + "Ġalbum": 24780, + "itality": 24781, + "ĠLuck": 24782, + "Ġrockets": 24783, + "Ġdismant": 24784, + "adal": 24785, + "ĠNak": 24786, + "ĠSevere": 24787, + "Ġneurolog": 24788, + "Ġvolunteering": 24789, + "ĠBronze": 24790, + "Lat": 24791, + "ĠIvan": 24792, + "upon": 24793, + "AMP": 24794, + "Ġexponentially": 24795, + "itiveness": 24796, + "Ġbounce": 24797, + "ĠContext": 24798, + "almud": 24799, + "Ġavenues": 24800, + "Ġbizarre": 24801, + "Ġfishery": 24802, + "Ġdisposition": 24803, + "guard": 24804, + "oque": 24805, + "ï¿": 24806, + "Ġducks": 24807, + "Ġont": 24808, + "Ġcommas": 24809, + "ullivan": 24810, + "Ġneighbours": 24811, + "ĠSacrament": 24812, + "Ġivory": 24813, + "×Ķ": 24814, + "arist": 24815, + "ĠIUCN": 24816, + "Ġissuing": 24817, + "Ġtuning": 24818, + "ĠThai": 24819, + "Ġirrad": 24820, + "ukary": 24821, + "arag": 24822, + "amines": 24823, + "ĠKol": 24824, + "ĠHarvey": 24825, + "ĠWarsaw": 24826, + "Ġmajestic": 24827, + "Ġfructose": 24828, + "ĠCarn": 24829, + "Ġpods": 24830, + "Ġfolding": 24831, + "midt": 24832, + "Ġjurisdictions": 24833, + "Ġstealing": 24834, + "ĠاÙĦ": 24835, + "Ġblues": 24836, + "Ġdisrupting": 24837, + "ĠIbn": 24838, + "Ġsuicidal": 24839, + "ĠPerry": 24840, + "Ġyielding": 24841, + "omorphism": 24842, + "np": 24843, + "iduous": 24844, + "phot": 24845, + "ĠVPN": 24846, + "Ġreacts": 24847, + "ĠDivide": 24848, + "Music": 24849, + "380": 24850, + "Ġmillennia": 24851, + "Äĩ": 24852, + "Ġstern": 24853, + "ĠGov": 24854, + "formal": 24855, + "Ġcarriage": 24856, + "Ġsinger": 24857, + "Ġmushroom": 24858, + "roads": 24859, + "lot": 24860, + "oing": 24861, + "Ġtrench": 24862, + "ĠLanguages": 24863, + "Ġrelics": 24864, + "ĠWhenever": 24865, + "Ġretrieval": 24866, + "IB": 24867, + "isinstance": 24868, + "Ġransom": 24869, + "ertiary": 24870, + "Ġpreserv": 24871, + "ĠRegulations": 24872, + "ĠInteractive": 24873, + "ĠHimself": 24874, + "Ġinactive": 24875, + "Ġsunk": 24876, + "()`:": 24877, + "ĠZeus": 24878, + "Ġdomination": 24879, + "Ġutmost": 24880, + "Ġflourished": 24881, + "California": 24882, + "ĠBenedict": 24883, + "Ġpenn": 24884, + "ĠBless": 24885, + "Ġsexes": 24886, + "Norm": 24887, + "ר": 24888, + "Ġbor": 24889, + "ĠMall": 24890, + "ĠWE": 24891, + "Ġprefers": 24892, + "Ġchicks": 24893, + "renched": 24894, + "Ġsuburbs": 24895, + "Ġfranch": 24896, + "ĠMetal": 24897, + "âĹı": 24898, + "Ġplaster": 24899, + "umping": 24900, + "Ġhesitant": 24901, + "ï": 24902, + "asionally": 24903, + "Ġintricacies": 24904, + "Ġowe": 24905, + "eyed": 24906, + "Internet": 24907, + "RNAs": 24908, + "Ġæ": 24909, + "ĠGit": 24910, + "ensory": 24911, + "pora": 24912, + "ĠParam": 24913, + "Ġclimbed": 24914, + "ĠPalm": 24915, + "ĠWorkshop": 24916, + "ĠFleet": 24917, + "Ġlyn": 24918, + "Ġlonging": 24919, + "ipelago": 24920, + "Pet": 24921, + "pairs": 24922, + "informed": 24923, + "ĠTong": 24924, + "Ġhardness": 24925, + "ambia": 24926, + "Ġanthropology": 24927, + "send": 24928, + "vous": 24929, + "Ġcripp": 24930, + "eno": 24931, + "ĠMoving": 24932, + "iked": 24933, + "Ġetched": 24934, + "Ġpredetermined": 24935, + "aeus": 24936, + "Bur": 24937, + "Ùij": 24938, + "Ġmagnets": 24939, + "Previous": 24940, + "objects": 24941, + "Ġwasting": 24942, + "Ġprud": 24943, + "Ġdetached": 24944, + "ĠScholars": 24945, + "Che": 24946, + "ĠSpend": 24947, + "Ġcontinuum": 24948, + "Ġonion": 24949, + "phalt": 24950, + "Ġoutlier": 24951, + "ĠYugoslav": 24952, + "Ġfist": 24953, + "stated": 24954, + "Ġyarn": 24955, + "Ġrealised": 24956, + "Ġdemise": 24957, + "301": 24958, + "ĠAbbey": 24959, + "Ġproceeding": 24960, + "Ts": 24961, + "Ġvenom": 24962, + "ĠHindus": 24963, + "Ġdeprec": 24964, + "Ġquotation": 24965, + "urface": 24966, + "Ġimpress": 24967, + "Ġ`(": 24968, + "Ġpara": 24969, + "Ġcreatively": 24970, + "ACH": 24971, + "ĠPyram": 24972, + "bly": 24973, + "Ġforged": 24974, + "resolved": 24975, + "Ġspecifying": 24976, + "'))": 24977, + "ĠHz": 24978, + "Star": 24979, + "memory": 24980, + "ĠElder": 24981, + "Ġenv": 24982, + "Ġdeclares": 24983, + "null": 24984, + "ĠBO": 24985, + "ĠWonder": 24986, + "ĠEdge": 24987, + "Ġdissent": 24988, + "ĠAPIs": 24989, + "ĠRestoration": 24990, + "Ġdisparity": 24991, + "Lou": 24992, + "Personal": 24993, + "Ġdisinteg": 24994, + "ĠChin": 24995, + "ĠUSSR": 24996, + "ĠPotter": 24997, + "âĸ": 24998, + "Ġoutright": 24999, + "Ġpreview": 25000, + "ĠPerform": 25001, + "Ġstormwater": 25002, + "ĠIdentification": 25003, + "Ġridges": 25004, + "Ġliberties": 25005, + "Ġerg": 25006, + "Ġhardship": 25007, + "Ġredef": 25008, + "ĠBond": 25009, + "Ġmalfunction": 25010, + "ĠPF": 25011, + "ĠBuch": 25012, + "Ġrap": 25013, + "Results": 25014, + "ère": 25015, + "Ġcentrif": 25016, + "ĠDave": 25017, + "autical": 25018, + "Ġseventeenth": 25019, + "ĠGabriel": 25020, + "rances": 25021, + "emis": 25022, + "Play": 25023, + "adecimal": 25024, + "reverse": 25025, + "ĠOECD": 25026, + "Ġtoug": 25027, + "Ġfractals": 25028, + "Ġdisputed": 25029, + "Ġexcavated": 25030, + "ĠMining": 25031, + "Ġadvocating": 25032, + "ĠEcosystem": 25033, + "Ġglacial": 25034, + "ÌĦ": 25035, + "Ġoffenders": 25036, + "Ġantis": 25037, + "Ġrichest": 25038, + "ĠDrawing": 25039, + "Ġonwards": 25040, + "Ġequip": 25041, + "Originally": 25042, + "purpose": 25043, + "Ġwinners": 25044, + "Ġdensely": 25045, + "erton": 25046, + "###": 25047, + "Ġslipping": 25048, + "ĠReach": 25049, + "roscopic": 25050, + "Around": 25051, + "Ġcomplication": 25052, + "Ġreliably": 25053, + "Ġinterrog": 25054, + "Ġidentifier": 25055, + "ĠMadrid": 25056, + "Memory": 25057, + "Ġwartime": 25058, + "ĠFol": 25059, + "Ġrecol": 25060, + "tta": 25061, + "Draw": 25062, + "Ġakin": 25063, + "ĠRou": 25064, + "Ġsilica": 25065, + "ĠMahar": 25066, + "Ġmisconceptions": 25067, + ">.": 25068, + "Lower": 25069, + "Ġoverr": 25070, + "ĠExternal": 25071, + "Ġswine": 25072, + "Ġdestroys": 25073, + "Ġstewardship": 25074, + "hon": 25075, + "Ġhunted": 25076, + "pec": 25077, + "Ġstellar": 25078, + "Ġgrind": 25079, + "Ġpermissions": 25080, + "Ġferry": 25081, + "Ġcler": 25082, + "Ġpositives": 25083, + "ĠCompared": 25084, + "Ġrescued": 25085, + "ĠTheodore": 25086, + "Card": 25087, + "romes": 25088, + "Ġdistinctions": 25089, + "ĠPlain": 25090, + "Ġutilitarian": 25091, + "ĠMT": 25092, + "ĠFear": 25093, + "Ġrewarded": 25094, + "Ġdeterminants": 25095, + "ĠVeterinary": 25096, + "Ġcess": 25097, + "Ġrides": 25098, + "ĠExc": 25099, + "Spring": 25100, + "Ġnegotiating": 25101, + "ĠNeuroscience": 25102, + "Ġba": 25103, + "ĠAw": 25104, + "Ġattic": 25105, + "untary": 25106, + "Ġsquirrels": 25107, + "Need": 25108, + "ĠAnswers": 25109, + "Ġfiling": 25110, + "Ġrevered": 25111, + "ĠAttorney": 25112, + "ocyt": 25113, + "Engine": 25114, + "Ġornament": 25115, + "ĠMicrob": 25116, + "Ġmitigating": 25117, + "ĠPersia": 25118, + "Ġcinnamon": 25119, + "ything": 25120, + "Altern": 25121, + "Ġfermented": 25122, + "Simpl": 25123, + "ogeneity": 25124, + "Ġinvertebrates": 25125, + "Ġsnap": 25126, + "Ġtimeless": 25127, + "IGHT": 25128, + "soever": 25129, + "Ġtransgender": 25130, + "Ġbasins": 25131, + "Ġconstrained": 25132, + "ĠHandle": 25133, + "Ġligaments": 25134, + "Ġintermittent": 25135, + "Cell": 25136, + "ĠIEEE": 25137, + "elia": 25138, + "Ġrally": 25139, + "Ġdisj": 25140, + "Ġfeudal": 25141, + "ĠVed": 25142, + "Ġoptics": 25143, + "Ġingested": 25144, + "ĠJulia": 25145, + "Jose": 25146, + "ĠLaser": 25147, + "Ġmidpoint": 25148, + "prefix": 25149, + "waters": 25150, + "ahan": 25151, + "ophila": 25152, + "ĠAnglic": 25153, + "Ġbreasts": 25154, + "osaurus": 25155, + "Ġfutures": 25156, + "Ġtetra": 25157, + "Ġunderscores": 25158, + "bots": 25159, + "Ġparade": 25160, + "Ġrotor": 25161, + "Ġicons": 25162, + "Ġcannon": 25163, + "Ġeject": 25164, + "ĠUran": 25165, + "Ġinvaders": 25166, + "rington": 25167, + "strates": 25168, + "Ġmicron": 25169, + "Ġredness": 25170, + "ĠMagic": 25171, + "Ġcustody": 25172, + "Ġhort": 25173, + "ĠKirk": 25174, + "onsored": 25175, + "too": 25176, + "Sar": 25177, + "later": 25178, + "ĠThan": 25179, + "Ġcompilation": 25180, + "Place": 25181, + "Ġterminals": 25182, + "ĠGot": 25183, + "Ġlactose": 25184, + "Large": 25185, + "ropractic": 25186, + "anumeric": 25187, + "rud": 25188, + "ĠEff": 25189, + "Ġpreaching": 25190, + "Ġdoubling": 25191, + "Ġcommemorate": 25192, + "ĠBacon": 25193, + "osin": 25194, + "Ġnoon": 25195, + "Ġchiefs": 25196, + "ĠmRNA": 25197, + "ĠSax": 25198, + "ĠFract": 25199, + "Ġsuperv": 25200, + "Ġdenying": 25201, + "Ġtrainer": 25202, + "ĠButler": 25203, + "én": 25204, + "ĠConfuc": 25205, + "Princ": 25206, + "Ġadmissions": 25207, + "merse": 25208, + "Ġcollar": 25209, + "Ġsynonymous": 25210, + "KA": 25211, + "Lack": 25212, + "ĠPink": 25213, + "Ġrode": 25214, + "Ġrefresh": 25215, + "ĠPrison": 25216, + "mediately": 25217, + "в": 25218, + "ĠGarc": 25219, + "climate": 25220, + "ĠApache": 25221, + "ĠLGBTQ": 25222, + "ĠBritannica": 25223, + "Ġforgive": 25224, + "education": 25225, + "ĠBluetooth": 25226, + "Ġuppercase": 25227, + "iciary": 25228, + "ĠSudden": 25229, + "ĠGor": 25230, + "complete": 25231, + "Ġhomogeneous": 25232, + "Ġmelatonin": 25233, + "mediated": 25234, + "Ġhonors": 25235, + "ĠDIY": 25236, + "Mil": 25237, + "Ġpamph": 25238, + "ĠPars": 25239, + "303": 25240, + "Ġcyclic": 25241, + "ĠClassification": 25242, + "ĠQuantum": 25243, + "370": 25244, + "Ġprogrammer": 25245, + "ynec": 25246, + "ĠLevels": 25247, + "Ġvagina": 25248, + "Ġprosecution": 25249, + "Ġdiscs": 25250, + "ienced": 25251, + "UND": 25252, + "ĠSomalia": 25253, + "Ġphe": 25254, + "ĠIan": 25255, + "ĠThought": 25256, + "Ġamp": 25257, + "Ġtermination": 25258, + "ĠHamlet": 25259, + "Flow": 25260, + "á½": 25261, + "ĠNEW": 25262, + "Ġbelts": 25263, + "Ġcourty": 25264, + "Ġdoctoral": 25265, + "ĠRenewable": 25266, + "Ġmeningitis": 25267, + "Ġendocrine": 25268, + "ucked": 25269, + "Ġgatherings": 25270, + "ĠGalois": 25271, + "Ġpronouns": 25272, + "Ġreferendum": 25273, + "Bio": 25274, + "Peter": 25275, + "Ġnep": 25276, + "Ġsolemn": 25277, + "Determ": 25278, + "hyth": 25279, + "Ġestates": 25280, + "Ġusefulness": 25281, + "global": 25282, + "Ġvitality": 25283, + "Matthew": 25284, + "ĠCherokee": 25285, + "UV": 25286, + "ĠCau": 25287, + "ĠCurt": 25288, + "ĠHeavy": 25289, + "ĠAlps": 25290, + "ophobia": 25291, + "orum": 25292, + "Ġ``": 25293, + "Ġchase": 25294, + "Animal": 25295, + "Ġexcavations": 25296, + "ĠCraig": 25297, + "fix": 25298, + "asser": 25299, + "Ġmeanwhile": 25300, + "Blood": 25301, + "ppe": 25302, + "ĠEP": 25303, + "ĠIng": 25304, + "ieves": 25305, + "Ġlandl": 25306, + "riptive": 25307, + "ERN": 25308, + "Ġdissemination": 25309, + "Government": 25310, + "Ġspecializing": 25311, + "Ġsubsistence": 25312, + "Ġcray": 25313, + "Ġcsv": 25314, + "Ġinscriptions": 25315, + "Ġavian": 25316, + "Ġuncovering": 25317, + "Ġirreversible": 25318, + "doubt": 25319, + "enia": 25320, + "ĠWiley": 25321, + "ĠExpect": 25322, + "ĠKnown": 25323, + "Ġugly": 25324, + "Ġsecurities": 25325, + "Ġstressors": 25326, + "Ġosteoarthritis": 25327, + "igate": 25328, + "ĠMills": 25329, + "ecessor": 25330, + "275": 25331, + "wic": 25332, + "ylation": 25333, + "ĠShen": 25334, + "oblast": 25335, + "ĠPeak": 25336, + "recogn": 25337, + "ĠQuarterly": 25338, + "innitus": 25339, + "Ġparallels": 25340, + "amics": 25341, + "ĠMig": 25342, + "ursion": 25343, + "Ġheavenly": 25344, + "Ġuniqueness": 25345, + "Ġroses": 25346, + "Ġdistributing": 25347, + "Ġconfigured": 25348, + "ĠImproved": 25349, + "haw": 25350, + "ĠMHz": 25351, + "pta": 25352, + "utrient": 25353, + "Germ": 25354, + "isse": 25355, + "ĠLamb": 25356, + "Ġachieves": 25357, + "Ġseasoned": 25358, + "ĠCounsel": 25359, + "Ġproofs": 25360, + "Provide": 25361, + "Ġhopeful": 25362, + "Ġeccentric": 25363, + "walks": 25364, + "Occ": 25365, + "Ġresides": 25366, + "Ġdeterg": 25367, + "ĠSecondly": 25368, + "Ġexploratory": 25369, + "Nature": 25370, + "identified": 25371, + "Ġfacets": 25372, + "abin": 25373, + "ĠAbove": 25374, + "ĠCorrect": 25375, + "`).": 25376, + "Ġhorizontally": 25377, + "foundland": 25378, + "Ġdiaphrag": 25379, + "Ġconjecture": 25380, + "Ġpledge": 25381, + "ĠAppalach": 25382, + "Introdu": 25383, + "Ġallegedly": 25384, + "Ġgraphen": 25385, + "ossil": 25386, + "anni": 25387, + "ĠAssistance": 25388, + "rason": 25389, + "Ġsands": 25390, + "Ġtriglycer": 25391, + "Ġspectrom": 25392, + "atri": 25393, + "âĢĻ)": 25394, + "Ġfamously": 25395, + "ributes": 25396, + "Summary": 25397, + "Community": 25398, + "ĠAllergy": 25399, + "Ġurging": 25400, + "Ġcardin": 25401, + "Ġsanction": 25402, + "ĠChallenges": 25403, + "figure": 25404, + "itted": 25405, + "ocating": 25406, + "Ġstrategically": 25407, + "Ġbarbar": 25408, + "Ġsilic": 25409, + "ĠBattalion": 25410, + "ĠCruz": 25411, + "agus": 25412, + "Ġcalibration": 25413, + "éd": 25414, + "Ġassigns": 25415, + "Ġshoreline": 25416, + "ĠParadox": 25417, + "ĠBrussels": 25418, + "HL": 25419, + "Ġpores": 25420, + "alis": 25421, + "Ġanomaly": 25422, + "Ġranc": 25423, + "Ġshowers": 25424, + "Ġdemocr": 25425, + "Ġexistential": 25426, + "ĠUses": 25427, + "anse": 25428, + "avil": 25429, + "ĠBarcelona": 25430, + "ĠDiscover": 25431, + "Ġmountainous": 25432, + "Ġnostalgia": 25433, + "Bro": 25434, + "]);": 25435, + "iman": 25436, + "ovie": 25437, + "eeper": 25438, + "Ġsuffrage": 25439, + "Ġnumbness": 25440, + "ĠMunich": 25441, + "nature": 25442, + "atas": 25443, + "Ġenlightenment": 25444, + "Ġrack": 25445, + "Ġratified": 25446, + "Islam": 25447, + "ĠCoron": 25448, + "ĠExtreme": 25449, + "ĠâĪ«[": 25450, + "Ġpilgrimage": 25451, + "Ġgraphene": 25452, + "inational": 25453, + "Ġsubordinate": 25454, + "Ġdebilitating": 25455, + "Ġpretend": 25456, + "washing": 25457, + "ĠCere": 25458, + "opian": 25459, + "ĠHA": 25460, + "Ġinoc": 25461, + "Ġblends": 25462, + "Ġassists": 25463, + "ĠWHERE": 25464, + "ĠDetails": 25465, + "ĠLibraries": 25466, + "Ġdimensional": 25467, + "Ġstalk": 25468, + "older": 25469, + "Ġflown": 25470, + "hetically": 25471, + "Ġreciprocal": 25472, + "âĢij": 25473, + "ĠHabitat": 25474, + "Ġspills": 25475, + "Ġplayful": 25476, + "Ġstringent": 25477, + "Ġcontrollers": 25478, + "Ġimplanted": 25479, + "Ġmigrant": 25480, + "Ġloosely": 25481, + "hey": 25482, + "Ġtheolog": 25483, + "Ġbail": 25484, + "ĠNeb": 25485, + "industrial": 25486, + "rama": 25487, + "Ġprimates": 25488, + "Ġmiracul": 25489, + "ĠWu": 25490, + "Ġgeologic": 25491, + "Ġmessy": 25492, + "Ġconsciously": 25493, + "Ġintrospection": 25494, + "ocese": 25495, + "ĠIndies": 25496, + "annon": 25497, + "Ġproponents": 25498, + "ĠSY": 25499, + "ĠCAD": 25500, + "ĠWald": 25501, + "Ġtheoretically": 25502, + "Ġsupplemental": 25503, + "cig": 25504, + "period": 25505, + "ĠReyn": 25506, + "rification": 25507, + "Ġlex": 25508, + "iko": 25509, + "ĠNovel": 25510, + "Conc": 25511, + "Ġmiracles": 25512, + "ivariate": 25513, + "Ġhives": 25514, + "ĠMull": 25515, + "Ġinspires": 25516, + "Ġmosque": 25517, + "Mathemat": 25518, + "Ġfeces": 25519, + "ĠJess": 25520, + "Ġphotographers": 25521, + "ĠSabbath": 25522, + "Ġashes": 25523, + "ĠDim": 25524, + "INS": 25525, + "Ġcleansing": 25526, + "either": 25527, + "abolic": 25528, + "ĠGrove": 25529, + "Pacific": 25530, + "ships": 25531, + "ĠCriminal": 25532, + "phony": 25533, + "Ġsalinity": 25534, + "Teaching": 25535, + "Ġfetch": 25536, + "Ġsummarizes": 25537, + "Ġresembling": 25538, + "Ġphilanthrop": 25539, + "Ġprizes": 25540, + "rosclerosis": 25541, + "Ġfluency": 25542, + "ĠExploring": 25543, + "ĠCharleston": 25544, + "CES": 25545, + "mand": 25546, + "inant": 25547, + "ptune": 25548, + "Ġcozy": 25549, + "ĠGoddess": 25550, + "Ġfootsteps": 25551, + "Ġphotovoltaic": 25552, + "Hard": 25553, + "ĠJA": 25554, + "ĠColony": 25555, + "Ġgrasslands": 25556, + "ĠChairman": 25557, + "ĠKB": 25558, + "Frank": 25559, + "ĠDipl": 25560, + "ourcing": 25561, + "Ġzeta": 25562, + "Ġinnoc": 25563, + "ĠEisenhower": 25564, + "Ġtapping": 25565, + "opened": 25566, + "Ġparametric": 25567, + "ĠKrishna": 25568, + "Native": 25569, + "whether": 25570, + "ĠPredict": 25571, + "innati": 25572, + "Ġpirate": 25573, + "ĠSalvador": 25574, + "Ser": 25575, + "along": 25576, + "Ġviolate": 25577, + "ĠWorksheets": 25578, + "ycle": 25579, + "eder": 25580, + "isson": 25581, + "ĠWritten": 25582, + "ĠArmed": 25583, + "Ġpastoral": 25584, + "Ġhydration": 25585, + "Ġpromotional": 25586, + "Ġdictate": 25587, + "mium": 25588, + "ĠTalmud": 25589, + "iferous": 25590, + "Ġfarmland": 25591, + "Ġelevations": 25592, + "rear": 25593, + "ĠFBI": 25594, + "Ġuprising": 25595, + "Ġjaws": 25596, + "vre": 25597, + "ĠRare": 25598, + "ĠUSS": 25599, + "Ġsaturation": 25600, + "seconds": 25601, + "Ġdetects": 25602, + "Ġventric": 25603, + "aphr": 25604, + "Ġtheat": 25605, + "Ġdeformation": 25606, + "Ġtray": 25607, + "Ġhandic": 25608, + "Ġcalves": 25609, + "Ġtopography": 25610, + "Ġthreading": 25611, + "ĠShut": 25612, + "Ġsinister": 25613, + "Ġnano": 25614, + "Ġdragons": 25615, + "iptical": 25616, + "ĠInfectious": 25617, + "Ġbourgeois": 25618, + "ĠMI": 25619, + "percent": 25620, + "ĠVic": 25621, + "Ġballot": 25622, + "smart": 25623, + "atization": 25624, + "Ġhibern": 25625, + "Ġproficient": 25626, + "Ġincorporation": 25627, + "Ġpodcasts": 25628, + "Ġfragmentation": 25629, + "Ġ(!": 25630, + "ĠLav": 25631, + "Ġbald": 25632, + "Ġcompressor": 25633, + "Ġinconven": 25634, + "planted": 25635, + "acked": 25636, + "ĠOrion": 25637, + "Ġselectively": 25638, + "ĠIPCC": 25639, + "ĠImproving": 25640, + "ĠCopenhagen": 25641, + "VM": 25642, + "Ġnemat": 25643, + "Ġpatented": 25644, + "Ġtechnician": 25645, + "central": 25646, + "ĠSelection": 25647, + "groups": 25648, + "uros": 25649, + "Ã¥": 25650, + "uli": 25651, + "acic": 25652, + "Ġchecklist": 25653, + "IND": 25654, + "Ġmilligrams": 25655, + "module": 25656, + "Ġscalability": 25657, + "Ġlighthouse": 25658, + "Ġdeed": 25659, + "ĠBach": 25660, + "Ġevergreen": 25661, + "iatric": 25662, + "Rom": 25663, + "chars": 25664, + "Ġresistor": 25665, + "Employee": 25666, + "Ġplent": 25667, + "Ġcolorectal": 25668, + "ĠGeor": 25669, + "Smart": 25670, + "�": 25671, + "CRE": 25672, + "ĠHERE": 25673, + "Ġcoerc": 25674, + "Ġhybrids": 25675, + "Ġcoasts": 25676, + "213": 25677, + "raz": 25678, + "usivity": 25679, + "ĠJobs": 25680, + "Ġparentheses": 25681, + "Ġ});": 25682, + "ovakia": 25683, + "ĠTE": 25684, + "Ġperil": 25685, + "ergus": 25686, + "ĠΣ": 25687, + "oscopic": 25688, + "NE": 25689, + "Ġoats": 25690, + "ocom": 25691, + "Ġprenatal": 25692, + "Ġscissors": 25693, + "Ġwearable": 25694, + "ĠLung": 25695, + "ĠThread": 25696, + "deep": 25697, + "Ġsilly": 25698, + "Ö¼": 25699, + "alsy": 25700, + "Ġoppressive": 25701, + "ĠMeasures": 25702, + "ĠVisitors": 25703, + "Ġprohibit": 25704, + "Ġepithelial": 25705, + "ĠFly": 25706, + "Ġimplicated": 25707, + "ediate": 25708, + "Ġcounselors": 25709, + "Ġendeavors": 25710, + "Ġrelational": 25711, + "Ġlaborers": 25712, + "helium": 25713, + "Ġmasterpiece": 25714, + "Ġdictators": 25715, + "Ġmonumental": 25716, + "ĠRut": 25717, + "Ġcorro": 25718, + "Ġwiped": 25719, + "Ġwhisp": 25720, + "ĠnewNode": 25721, + "ĠRein": 25722, + "Ġfibrosis": 25723, + "Ġpregnancies": 25724, + "Ġsupra": 25725, + "Ġpredominant": 25726, + "Ġtroubleshoot": 25727, + "CON": 25728, + "oker": 25729, + "Works": 25730, + "ĠWing": 25731, + "Ġpostp": 25732, + "Spanish": 25733, + "Ġchampions": 25734, + "Patients": 25735, + "Brown": 25736, + "Sleep": 25737, + "Ġcontend": 25738, + "Prob": 25739, + "Ġexploiting": 25740, + "ĠInvestment": 25741, + "Ġelegance": 25742, + "Ġgadgets": 25743, + "icc": 25744, + "adoes": 25745, + "Ġserene": 25746, + "Ġbursts": 25747, + "Ġfracking": 25748, + "Ġdeparted": 25749, + "Ġorthogonal": 25750, + "House": 25751, + "Ġconfirming": 25752, + "Ġvoluntarily": 25753, + "Ġidioms": 25754, + "Ġmandated": 25755, + "SW": 25756, + "kan": 25757, + "Ġtasty": 25758, + "ĠSupplement": 25759, + "execute": 25760, + "Ġaforementioned": 25761, + "ayas": 25762, + "ĠItal": 25763, + "ĠSomeone": 25764, + "Ġoriginates": 25765, + "Ġbearings": 25766, + "Ġpronounce": 25767, + "Ġdiscard": 25768, + "Ġantagon": 25769, + "Ġpulls": 25770, + "ĠLastly": 25771, + "Ġplagiarism": 25772, + "Ġsurrendered": 25773, + "could": 25774, + "roductive": 25775, + "Ġprominence": 25776, + "ĠSandy": 25777, + "Suppose": 25778, + "Dev": 25779, + "Ġbount": 25780, + "cemic": 25781, + "ĠIPv": 25782, + "ĠWelfare": 25783, + "Ġimpending": 25784, + "ĠBolivia": 25785, + "GP": 25786, + "orange": 25787, + "Ġamazed": 25788, + "hedron": 25789, + "production": 25790, + "Ġdishon": 25791, + "nie": 25792, + "ĠOP": 25793, + "Ġtemptation": 25794, + "Wil": 25795, + "Ġmall": 25796, + "manuel": 25797, + "Ġinferred": 25798, + "payers": 25799, + "Ġresigned": 25800, + "Ġperseverance": 25801, + "Ġraids": 25802, + "Ġpainters": 25803, + "marked": 25804, + "Ġherbicides": 25805, + "ĠPrinting": 25806, + "Ġdelighted": 25807, + "Ġcorridor": 25808, + "Ġcharitable": 25809, + "Ġturf": 25810, + "alpha": 25811, + "different": 25812, + "Ġpsoriasis": 25813, + "reported": 25814, + "Ġdeletion": 25815, + "jug": 25816, + "connection": 25817, + "ĠShadow": 25818, + "Ġze": 25819, + "numeric": 25820, + "Ġmolten": 25821, + "217": 25822, + "density": 25823, + "Ġappliance": 25824, + "Ġdrank": 25825, + "ĠBasically": 25826, + "published": 25827, + "Ġmalevolent": 25828, + "guess": 25829, + "Ġsqueeze": 25830, + "ĠWave": 25831, + "Ġadversely": 25832, + "Circ": 25833, + "Ġted": 25834, + "Ġchill": 25835, + "ĠLodge": 25836, + "Ġcomfortably": 25837, + "Ġsketches": 25838, + "Neg": 25839, + "Ġriot": 25840, + "intuitive": 25841, + "positions": 25842, + "Ġobserves": 25843, + "Ġporous": 25844, + "Ġcommunicates": 25845, + "Ġbotanical": 25846, + "Ġcunning": 25847, + "llo": 25848, + "Ġrotated": 25849, + "Ġstationed": 25850, + "ĠSpecialist": 25851, + "Ġunemployed": 25852, + "ĠBPA": 25853, + "ĠStars": 25854, + "Ġprincess": 25855, + "Ġnicely": 25856, + "lesiastical": 25857, + "ĠPere": 25858, + "Ġimplementations": 25859, + "ĠModule": 25860, + "Ġinhibition": 25861, + "Ġconfinement": 25862, + "odal": 25863, + "soil": 25864, + "centric": 25865, + "Ġbraces": 25866, + "Ġalteration": 25867, + "Ġsurgeries": 25868, + "letons": 25869, + "Ġlayered": 25870, + "Ġmaple": 25871, + "Ġchin": 25872, + "Ġtowel": 25873, + "ĠEnterprise": 25874, + "Ġrecreate": 25875, + "Ġevolves": 25876, + "Ġcryptographic": 25877, + "ĠTony": 25878, + "emerg": 25879, + "Ġchores": 25880, + "Ġabusive": 25881, + "Ġredesign": 25882, + "Ġstrawberries": 25883, + "yellow": 25884, + "Ġformulate": 25885, + "Ġrhythmic": 25886, + "ĠMethodist": 25887, + "á»": 25888, + "ggle": 25889, + "ported": 25890, + "Ġmassacre": 25891, + "Ġclimax": 25892, + "ipline": 25893, + "Ġfountain": 25894, + "umers": 25895, + "Ġadversity": 25896, + "Ġprerequ": 25897, + "ĠImplementation": 25898, + "ĠScriptures": 25899, + "Ġdisappointment": 25900, + "ĠCIA": 25901, + "ĠFeatures": 25902, + "Ġarbitr": 25903, + "ertil": 25904, + "ucker": 25905, + "Ġmanifested": 25906, + "ĠInjury": 25907, + "Ġsludge": 25908, + "Ġreused": 25909, + "ĠTag": 25910, + "ternity": 25911, + "Ġnationalist": 25912, + "ĠMyc": 25913, + "Ġbudgeting": 25914, + "seven": 25915, + "Ġatroc": 25916, + "rien": 25917, + "ĠGenome": 25918, + "playing": 25919, + "Ġicy": 25920, + "ĠValentine": 25921, + "Sep": 25922, + "rax": 25923, + "ĠBeg": 25924, + "ĠHort": 25925, + "ĠLak": 25926, + "Ġcommenced": 25927, + "Prom": 25928, + "Ġbrakes": 25929, + "Program": 25930, + "ĠIntegration": 25931, + "ĠLinda": 25932, + "ĠJennifer": 25933, + "Ġtrademark": 25934, + "Ġstray": 25935, + "ghai": 25936, + "ĠExtract": 25937, + "Ġaffiliated": 25938, + "ĠDynamic": 25939, + "Ġpavement": 25940, + "ĠNF": 25941, + "Ġsignifies": 25942, + "Ġfluct": 25943, + "Ġhorrible": 25944, + "Ġselenium": 25945, + "Ġnocturnal": 25946, + "ĠCox": 25947, + "ĠNW": 25948, + "ĠUP": 25949, + "ĠShiva": 25950, + "abilistic": 25951, + "secondary": 25952, + "Ġrelieved": 25953, + "ĠVaccine": 25954, + "Ġclut": 25955, + "Ġblueprint": 25956, + "ilies": 25957, + "union": 25958, + "ĠPoetry": 25959, + "Nor": 25960, + "opa": 25961, + "Ġcliffs": 25962, + "Ġstriving": 25963, + "Ġsunrise": 25964, + "Ġkidn": 25965, + "Ġcomplained": 25966, + "Ġexploded": 25967, + "305": 25968, + "umbar": 25969, + "ĠHero": 25970, + "thernet": 25971, + "ĠCorrelation": 25972, + "ĠIraqi": 25973, + "ĠLEDs": 25974, + "Ġsubgroups": 25975, + "RR": 25976, + "TL": 25977, + "culture": 25978, + "dor": 25979, + "ĠPediatric": 25980, + "ajo": 25981, + "Ġtumour": 25982, + "ĠPlayer": 25983, + "Ġpedestrians": 25984, + "Ġnegligible": 25985, + "cuts": 25986, + "urous": 25987, + "Ġstric": 25988, + "ĠBrew": 25989, + "activated": 25990, + "ĠScar": 25991, + "Ġmarketed": 25992, + "Ġinmates": 25993, + "ĠTi": 25994, + "recursive": 25995, + "âĪ«": 25996, + "Ġtaller": 25997, + "Term": 25998, + "Ut": 25999, + "Ġspice": 26000, + "ĠVenet": 26001, + "ĠPrincipal": 26002, + "Ġamidst": 26003, + "Ġsandstone": 26004, + "Ġthermost": 26005, + "Ġeigenvectors": 26006, + "ĠAchilles": 26007, + "adj": 26008, + "ĠOv": 26009, + "ĠXX": 26010, + "Ġhubs": 26011, + "290": 26012, + "Br": 26013, + "Ġmoths": 26014, + "oshi": 26015, + "iery": 26016, + "ĠPersons": 26017, + "ĠBA": 26018, + "Ġbasil": 26019, + "Ġregisters": 26020, + "ĠRomantic": 26021, + "unity": 26022, + "Ġchemist": 26023, + "Ġaromatic": 26024, + "ĠHugh": 26025, + "ĠConvers": 26026, + "ĠTrial": 26027, + "ĠMartha": 26028, + "Ġstubborn": 26029, + "Ġnotices": 26030, + "Ġagro": 26031, + "Ġprototypes": 26032, + "ĠSr": 26033, + "ĠNarr": 26034, + "Ġphishing": 26035, + "Ġrevising": 26036, + "Ġdermatitis": 26037, + "401": 26038, + "Federal": 26039, + "inently": 26040, + "Ġsinks": 26041, + "Ġwhisk": 26042, + "Ġseize": 26043, + "Ġeradicate": 26044, + "Interestingly": 26045, + "icuous": 26046, + "osting": 26047, + "Ġlongitude": 26048, + "Ġtendons": 26049, + "ĠNetworks": 26050, + "Ġcylindrical": 26051, + "Was": 26052, + "poral": 26053, + "personal": 26054, + "zel": 26055, + "Ġbuoy": 26056, + "Ġenlisted": 26057, + "dered": 26058, + "facing": 26059, + "Ġpuff": 26060, + "abling": 26061, + "Ġimminent": 26062, + "Ġmammalian": 26063, + "ĠDomain": 26064, + "Ġmonasteries": 26065, + "Identify": 26066, + "initions": 26067, + "ĠMAT": 26068, + "Ġtimestamp": 26069, + "Ġrhin": 26070, + "Ġorthodox": 26071, + "Ġingenuity": 26072, + "uber": 26073, + "Ġpicks": 26074, + "ĠJason": 26075, + "ĠAdvert": 26076, + "234": 26077, + "ĠLogic": 26078, + "Ġowl": 26079, + "Ġplentiful": 26080, + "journal": 26081, + "Ġhemat": 26082, + "ĠBak": 26083, + "ĠHerald": 26084, + "Ġflax": 26085, + "ĠSocialist": 26086, + "Wik": 26087, + "vered": 26088, + "ĠHack": 26089, + "Ġmangan": 26090, + "spir": 26091, + "Ġfluorescence": 26092, + "Ġoccupies": 26093, + "ĠAccordingly": 26094, + "ĠSiberia": 26095, + "ĠFukushima": 26096, + "ĠFlex": 26097, + "Ġincremental": 26098, + "Ġillumination": 26099, + "Ġfrank": 26100, + "Ġpermitting": 26101, + "Ġinspections": 26102, + "Customer": 26103, + "Master": 26104, + "tags": 26105, + "ayana": 26106, + "Ġrinse": 26107, + "ĠUtilize": 26108, + "ĠThy": 26109, + "fty": 26110, + "Ġcysts": 26111, + "Ġtaxa": 26112, + "ĠGRE": 26113, + "Ġrailroads": 26114, + "Ġfolds": 26115, + "Ġlobe": 26116, + "Ġindividualized": 26117, + "Ġinstituted": 26118, + "osphate": 26119, + "Ġmetamorph": 26120, + "Ġfoolish": 26121, + "Ġalloys": 26122, + "Ġfiguring": 26123, + "Ġdirecting": 26124, + "Ġdissertation": 26125, + "Ġconceal": 26126, + "Base": 26127, + "agons": 26128, + "Ġbarren": 26129, + "ĠISS": 26130, + "IME": 26131, + "ĠCertainly": 26132, + "Ġincapable": 26133, + "pow": 26134, + "iga": 26135, + "Ġresonant": 26136, + "celain": 26137, + "Ġspraying": 26138, + "Ġtombs": 26139, + "Ġnephew": 26140, + "moving": 26141, + "Ġpens": 26142, + "amo": 26143, + "Ġmediated": 26144, + "atorial": 26145, + "ĠAssume": 26146, + "ĠÎĶ": 26147, + "ĠArchbishop": 26148, + "Reference": 26149, + "Ġbout": 26150, + "urry": 26151, + "ĠMood": 26152, + "ĠKill": 26153, + "Ġcrunch": 26154, + "ĠGenerate": 26155, + "Ġshedding": 26156, + "Ġdisappointed": 26157, + "effic": 26158, + "Ġcompletes": 26159, + "ĠDrink": 26160, + "Ġwitnessing": 26161, + "ĠDescartes": 26162, + "ĠRise": 26163, + "ĠChat": 26164, + "Ġcoy": 26165, + "ĠArduino": 26166, + "Ġmorphological": 26167, + "?'": 26168, + "Ġspoil": 26169, + "Change": 26170, + "233": 26171, + "Ġcracking": 26172, + "library": 26173, + "writer": 26174, + "oufl": 26175, + "ĠLip": 26176, + "Ġdraining": 26177, + "ĠComprehensive": 26178, + "ĠEdmund": 26179, + "Ġsupplemented": 26180, + "*(": 26181, + "Ġfloats": 26182, + "ĠCuriosity": 26183, + "Ġlesion": 26184, + "inel": 26185, + "ĠRib": 26186, + "Ġcloses": 26187, + "ĠTraffic": 26188, + "ynamic": 26189, + "occupied": 26190, + "enary": 26191, + "Ġmaze": 26192, + "andra": 26193, + "Ġnoteworthy": 26194, + "convert": 26195, + "___": 26196, + "ĠEqual": 26197, + "oped": 26198, + "Ġtheirs": 26199, + "004": 26200, + "Ġmanners": 26201, + "Ġarches": 26202, + "Ġcyst": 26203, + "lli": 26204, + "Ġchildbirth": 26205, + "Ġcustomize": 26206, + "psych": 26207, + "ĠWelcome": 26208, + "Ġabscess": 26209, + "Ġdentists": 26210, + "Ġmerging": 26211, + "ĠTA": 26212, + "ĠMeg": 26213, + "ecca": 26214, + "ĠNewfoundland": 26215, + "Ġneutrons": 26216, + "Ġcongressional": 26217, + "ĠVinci": 26218, + "Ġreplicated": 26219, + "Ġgems": 26220, + "Ġgorge": 26221, + "Ġunman": 26222, + "ĠEmployment": 26223, + "ĠExtra": 26224, + "Ġdisconnect": 26225, + "Ġrighteousness": 26226, + "ĠSicily": 26227, + "adan": 26228, + "weh": 26229, + "ĠWestminster": 26230, + "ĠPhysiology": 26231, + "ĠAdvance": 26232, + "Ġinquiries": 26233, + "pectives": 26234, + "Ġreverence": 26235, + "ATA": 26236, + "Ġdoctrines": 26237, + "ĠReconstruction": 26238, + "token": 26239, + "Ġgy": 26240, + "Ġstatewide": 26241, + "ĠBlake": 26242, + "Ġdivergent": 26243, + "ĠCNN": 26244, + "ĠHood": 26245, + "Ġconcussion": 26246, + "Ġpredecessor": 26247, + "Ġfireworks": 26248, + "ĠIncludes": 26249, + "Ġpending": 26250, + "Ġheaders": 26251, + "ĠReply": 26252, + "iota": 26253, + "Ġbottled": 26254, + "ĠMcDonald": 26255, + "ĠCorp": 26256, + "Ġtextual": 26257, + "ISA": 26258, + "Ġcultivars": 26259, + "Ġdisruptive": 26260, + "bat": 26261, + "poor": 26262, + "Ġscriptures": 26263, + "ĠProperties": 26264, + "Ġutensils": 26265, + "ĠKrist": 26266, + "Ġinfringe": 26267, + "aways": 26268, + "Ġinfluencer": 26269, + "VR": 26270, + "Ġcomets": 26271, + "ĠContemporary": 26272, + "Ġpalms": 26273, + "Ġregulator": 26274, + "Ġfiercely": 26275, + "Rather": 26276, + "created": 26277, + "Ġcites": 26278, + "acency": 26279, + "ĠBorder": 26280, + "Ġtrapping": 26281, + "Ġprogen": 26282, + "Ġclarification": 26283, + "Ġrheumatoid": 26284, + "/âĪĤ": 26285, + "Cut": 26286, + "Ġdwind": 26287, + "Ġmicrop": 26288, + "Ġtaxi": 26289, + "Ġmortar": 26290, + "ĠFeeling": 26291, + "ilus": 26292, + "âĢĶâĢĶ": 26293, + "ĠSpringer": 26294, + "ĠPresentation": 26295, + "Ġaveraged": 26296, + "Ġwhispered": 26297, + "325": 26298, + "Target": 26299, + "ĠHappy": 26300, + "ĠBone": 26301, + "273": 26302, + "ducive": 26303, + "Ġconcerts": 26304, + "Ġcylinders": 26305, + "Ġinforming": 26306, + "management": 26307, + "Ġplacenta": 26308, + "410": 26309, + "ellers": 26310, + "ĠChang": 26311, + "ĠIndic": 26312, + "umberland": 26313, + "Ġparadise": 26314, + "Ġaperture": 26315, + "mut": 26316, + "apeake": 26317, + "Ġmisinformation": 26318, + "ĠRegularly": 26319, + "bred": 26320, + "certain": 26321, + "Ġcreek": 26322, + "ĠFro": 26323, + "Ġspat": 26324, + "ĠJar": 26325, + "closure": 26326, + "ĠGermanic": 26327, + "Ġapartments": 26328, + "Particip": 26329, + "Ġreinforcing": 26330, + "cible": 26331, + "lected": 26332, + "Ġhotter": 26333, + "Compar": 26334, + "Ġturbulent": 26335, + "Ġcrawl": 26336, + "igator": 26337, + "odo": 26338, + "ENTS": 26339, + "ischer": 26340, + "ĠSwift": 26341, + "Ġsyllabus": 26342, + "ococcal": 26343, + "219": 26344, + "ĠCB": 26345, + "Ġdiseased": 26346, + "ounces": 26347, + "relations": 26348, + "arnation": 26349, + "EXT": 26350, + "imo": 26351, + "icture": 26352, + "Ġrestricting": 26353, + "Ġauthorization": 26354, + "ippers": 26355, + "Ġdisconnection": 26356, + "Ġerupted": 26357, + "ĠOracle": 26358, + "ĠCanaan": 26359, + "Ġsteer": 26360, + "doctoral": 26361, + "reathing": 26362, + "ĠPreservation": 26363, + "Ġparamount": 26364, + "Ġinsecticides": 26365, + "Muslim": 26366, + "Ġcinema": 26367, + "ĠBoeing": 26368, + "seated": 26369, + "hema": 26370, + "Ġforehead": 26371, + "Ġradial": 26372, + "ĠPLoS": 26373, + "Ġmastered": 26374, + "prec": 26375, + "raines": 26376, + "Ġchore": 26377, + "Ġtrustworthy": 26378, + "ĠLandscape": 26379, + "oam": 26380, + "د": 26381, + "thora": 26382, + "Ġrites": 26383, + "Ġlandsl": 26384, + "Ġvents": 26385, + "Ġspeculative": 26386, + "Ġvictories": 26387, + "Ġprofessionally": 26388, + "ĠPoints": 26389, + "ĠPalestinians": 26390, + "Clin": 26391, + "Ġcute": 26392, + "ĠKidney": 26393, + "ERV": 26394, + "Ġstacked": 26395, + "Ġwhitespace": 26396, + "Ġendorsed": 26397, + "Sir": 26398, + "Ġshiny": 26399, + "ĠFlat": 26400, + "wright": 26401, + "î": 26402, + "ĠPor": 26403, + "Ġinterstellar": 26404, + "Phys": 26405, + "Ġdyst": 26406, + "Ġgears": 26407, + "ugged": 26408, + "Ġinverted": 26409, + "Ġjacket": 26410, + "cock": 26411, + "uitary": 26412, + "berger": 26413, + "Ġsixteenth": 26414, + "ĠGlac": 26415, + "ĠFinnish": 26416, + "ĠPrivacy": 26417, + "ĠTrip": 26418, + "ĠStrat": 26419, + "Ġchees": 26420, + "gre": 26421, + "opping": 26422, + "ortex": 26423, + "ortune": 26424, + "Ġpollination": 26425, + "STEM": 26426, + "rio": 26427, + "Ġimmerse": 26428, + "Ġstatutory": 26429, + "Ġclustered": 26430, + "Report": 26431, + "ĠDirectory": 26432, + "Ġscripture": 26433, + "talk": 26434, + "Ġjam": 26435, + "ĠCollections": 26436, + "Ġteaspoon": 26437, + "ĠPione": 26438, + "resa": 26439, + "ĠPresbyter": 26440, + "ĠGust": 26441, + "Ġrubbing": 26442, + "ĠLegislature": 26443, + "fashion": 26444, + "ĠChrom": 26445, + "Soft": 26446, + "Ġnanot": 26447, + "Simple": 26448, + "Gal": 26449, + "Ġgarrison": 26450, + "otin": 26451, + "Ġnoticing": 26452, + "Ġimbalances": 26453, + "Ġboarding": 26454, + "ĠRoutledge": 26455, + "ĠClarke": 26456, + "Ġmiscar": 26457, + "ĠGlasgow": 26458, + "Ġskins": 26459, + "bytes": 26460, + "ĠAntiqu": 26461, + "ĠGrande": 26462, + "Ġvern": 26463, + "ibal": 26464, + "inting": 26465, + "ĠRC": 26466, + "ĠMilton": 26467, + "Ġrestraint": 26468, + "Ġdissatisfaction": 26469, + "biased": 26470, + "peek": 26471, + "icity": 26472, + "Assum": 26473, + "ometown": 26474, + "ĠMuscle": 26475, + "Ġnickname": 26476, + "osexuality": 26477, + "ocon": 26478, + "Ġisolates": 26479, + "ĠMilan": 26480, + "Email": 26481, + "Ġvenues": 26482, + "opol": 26483, + "ĠWait": 26484, + "ĠMorning": 26485, + "Ġcosmetics": 26486, + "Äģn": 26487, + "Ġbif": 26488, + "ĠDB": 26489, + "Ġgeared": 26490, + "ARC": 26491, + "Ġdiagnosing": 26492, + "Ġwoody": 26493, + "Ġbroadband": 26494, + "oelectric": 26495, + "Ġguarded": 26496, + "ĠMongolia": 26497, + "Ġbrewing": 26498, + "sequences": 26499, + "Ġestablishments": 26500, + "Ġanaerobic": 26501, + "224": 26502, + "Ġbikes": 26503, + "ĠFIG": 26504, + "Ġmutant": 26505, + "Ġspontaneously": 26506, + "Jul": 26507, + "fr": 26508, + "Ġ),": 26509, + "ĠAcross": 26510, + "238": 26511, + "effects": 26512, + "Ġblows": 26513, + "Ġamplified": 26514, + "Ġdevastated": 26515, + "Ġanarch": 26516, + "ottest": 26517, + "ISS": 26518, + "Arthur": 26519, + "ĠPowell": 26520, + "375": 26521, + "ullah": 26522, + "ĠPerfect": 26523, + "Ġcommanders": 26524, + "Ġmanganese": 26525, + "ĠGhost": 26526, + "ĠLAN": 26527, + "Ġsprawling": 26528, + "Ġcords": 26529, + "asured": 26530, + "ĠEy": 26531, + "ĠEdison": 26532, + "Ġmunicipality": 26533, + "Ġexplosions": 26534, + "ĠJa": 26535, + "forests": 26536, + "Ġcarc": 26537, + "ERY": 26538, + "Ġshrinking": 26539, + "ĠSacred": 26540, + "types": 26541, + "Ġtilt": 26542, + "Ġdequeue": 26543, + "ĠKate": 26544, + "011": 26545, + "utures": 26546, + "Ġimpover": 26547, + "isex": 26548, + "Ġdepiction": 26549, + "Ġsync": 26550, + "Ġassemblies": 26551, + "Ġdrafted": 26552, + "begin": 26553, + "Ġimpurities": 26554, + "ontology": 26555, + "ĠMyanmar": 26556, + "seus": 26557, + "Ġrug": 26558, + "Ġneo": 26559, + "Ġregenerative": 26560, + "Ġautomobiles": 26561, + "Ġprecedent": 26562, + "Ġanatomical": 26563, + "Ġamphibians": 26564, + "ĠCairo": 26565, + "ĠGaul": 26566, + "ĠErnest": 26567, + "Ġauxiliary": 26568, + "ublished": 26569, + "Ġsequest": 26570, + "Ġrequesting": 26571, + "ĠSoviets": 26572, + "Ġpersuaded": 26573, + "Ġsacrificed": 26574, + "Ġuterine": 26575, + "curricular": 26576, + "Ġsibling": 26577, + "440": 26578, + "Paper": 26579, + "abies": 26580, + "andem": 26581, + "ĠJet": 26582, + "ĠReducing": 26583, + "Ġinserting": 26584, + "ĠEllis": 26585, + "ĠMathematical": 26586, + "Ġisotopes": 26587, + "Fortunately": 26588, + "itans": 26589, + "Ġdelim": 26590, + "Ġobsession": 26591, + "Ġlabelled": 26592, + "Ġexhaustive": 26593, + "ĠYOUR": 26594, + "Mexic": 26595, + "Ġairways": 26596, + "Ġambitions": 26597, + "Ġheroin": 26598, + "ĠPhotos": 26599, + "ĠNormally": 26600, + "Ap": 26601, + "Arab": 26602, + "gee": 26603, + "Ġ'.": 26604, + "802": 26605, + "Ġpreferable": 26606, + "Ġshellfish": 26607, + "ĠBurma": 26608, + "ĠPharmac": 26609, + "jour": 26610, + "ĠMarriage": 26611, + "231": 26612, + "ĠSoy": 26613, + "Ġillicit": 26614, + "ĠBarry": 26615, + "Ġroller": 26616, + "ĠAnalytics": 26617, + "gated": 26618, + "ĠOg": 26619, + "Ġscanned": 26620, + "needed": 26621, + "Ġrightly": 26622, + "spot": 26623, + "official": 26624, + "ĠCincinnati": 26625, + "fruit": 26626, + "wiki": 26627, + "wikipedia": 26628, + "κ": 26629, + "ĠLan": 26630, + "Ġsounding": 26631, + "Ġcriticisms": 26632, + "Ġrevisit": 26633, + "Ġsocks": 26634, + "withstanding": 26635, + "Ġaltitudes": 26636, + "Ġtactical": 26637, + "Ġcottage": 26638, + "esame": 26639, + "plasia": 26640, + "Ġshortness": 26641, + "ITE": 26642, + "ĠRequirements": 26643, + "Ġexoplan": 26644, + "Ġmonolog": 26645, + "Ġsymbolize": 26646, + "ĠWayne": 26647, + "Support": 26648, + "Ġcoded": 26649, + "ndon": 26650, + "Ġthromb": 26651, + "Ġwithdrew": 26652, + "Ġaches": 26653, + "Ġbuilder": 26654, + "ĠLegion": 26655, + "ĠInspect": 26656, + "Ġcombinatorics": 26657, + "ettes": 26658, + "ĠCovenant": 26659, + "Ġdispat": 26660, + "QR": 26661, + "boats": 26662, + "PRO": 26663, + "antis": 26664, + "Ġoppressed": 26665, + "Ġribbon": 26666, + "ĠLutheran": 26667, + "optera": 26668, + ")!": 26669, + "ongh": 26670, + "ĠMeth": 26671, + "Ġcomedy": 26672, + "ĠBle": 26673, + "pliance": 26674, + "Ġoutrage": 26675, + "ĠMetro": 26676, + "ĠJohannes": 26677, + "training": 26678, + "ĠLloyd": 26679, + "server": 26680, + "Ġshrouded": 26681, + "Ġevocative": 26682, + "Ġacademia": 26683, + "ĠCrafting": 26684, + "Ġreinforces": 26685, + "à¯": 26686, + "ĠInnov": 26687, + "Ġassays": 26688, + "Ġstatutes": 26689, + "Ġhusbands": 26690, + "Ġdispersal": 26691, + "Ġbrittle": 26692, + "Ide": 26693, + "Ġbeacon": 26694, + "Ġamalg": 26695, + "Ġslot": 26696, + "Increased": 26697, + "hift": 26698, + "thouse": 26699, + "ologous": 26700, + "clean": 26701, + "ĠEllen": 26702, + "Developing": 26703, + "ĠFunctional": 26704, + "Ġzoom": 26705, + "dinand": 26706, + "ĠBund": 26707, + "Ġerrone": 26708, + "ĠWagner": 26709, + "Ġlizards": 26710, + "answ": 26711, + "ĠUI": 26712, + "Ġwhatsoever": 26713, + "Ġantibacterial": 26714, + "Ġchimney": 26715, + "Ġlingering": 26716, + "outube": 26717, + "ĠNeil": 26718, + "ĠBoys": 26719, + "Ġjeopard": 26720, + "Dar": 26721, + "los": 26722, + "inner": 26723, + "ĠFellow": 26724, + "ioch": 26725, + "Ġguessed": 26726, + "Keywords": 26727, + "Ġwired": 26728, + "Ġms": 26729, + "ĠReserved": 26730, + "Ġredisc": 26731, + "Ġsang": 26732, + "Ġsalv": 26733, + "spoken": 26734, + "profile": 26735, + "Ġtracts": 26736, + "Ġconfidentiality": 26737, + "Ġaunt": 26738, + "ritic": 26739, + "Ġrenewables": 26740, + "customer": 26741, + "prior": 26742, + "ĠPly": 26743, + "Ġmined": 26744, + "Ġinitialize": 26745, + "ĠIntroduce": 26746, + "Ġsnapshot": 26747, + "Ġspines": 26748, + "ellington": 26749, + "Ġdegrade": 26750, + "CSE": 26751, + "ĠBeautiful": 26752, + "WE": 26753, + "ĠALS": 26754, + "ĠImportance": 26755, + "Ġpiston": 26756, + "ĠADA": 26757, + "ĠNest": 26758, + "Ġarrog": 26759, + "bees": 26760, + "erencing": 26761, + "directed": 26762, + "antics": 26763, + "ĠRank": 26764, + "Ġvolts": 26765, + "ĠGeometry": 26766, + "Ġfurnish": 26767, + "juven": 26768, + "Risk": 26769, + "hin": 26770, + "ĠSaul": 26771, + "Ġendl": 26772, + "Ġcommanding": 26773, + "inston": 26774, + "ĠComparison": 26775, + "Ġitchy": 26776, + "ĠPaint": 26777, + "ĠFul": 26778, + "Ġreversal": 26779, + "dates": 26780, + "tensor": 26781, + "ĠKay": 26782, + "Ġbuffalo": 26783, + "Gra": 26784, + "ept": 26785, + "tight": 26786, + "Ġmolds": 26787, + "Ġhaunting": 26788, + "ĠDoc": 26789, + "ermal": 26790, + "asonable": 26791, + "atinum": 26792, + "ĠPractical": 26793, + "FE": 26794, + "covered": 26795, + "ĠDj": 26796, + "ĠFunctions": 26797, + "Ġspawning": 26798, + "ĠAviation": 26799, + "ĠFacility": 26800, + "ĠGHG": 26801, + "ĠGoing": 26802, + "Ġscraps": 26803, + "WW": 26804, + "wre": 26805, + "Ġpurified": 26806, + "Mean": 26807, + "pieces": 26808, + "Ġfrightening": 26809, + "major": 26810, + "Ġbeasts": 26811, + "imps": 26812, + "Ġsewing": 26813, + "ĠForestry": 26814, + "kov": 26815, + "si": 26816, + "south": 26817, + "elian": 26818, + "Ġmatt": 26819, + "Ġevidenced": 26820, + "Ġmorbidity": 26821, + "Diet": 26822, + "Ãĥ": 26823, + "Ġstaring": 26824, + "ĠPowers": 26825, + "Ġsalads": 26826, + "Ġreceptive": 26827, + "Ġaddicted": 26828, + "ĠNSW": 26829, + "Ġconsolidation": 26830, + "ĠSmoking": 26831, + "Ġhexadecimal": 26832, + "Ġwaterproof": 26833, + "ĠDiagnosis": 26834, + "Notes": 26835, + "Ġpants": 26836, + "Ġbumps": 26837, + "orexia": 26838, + "Ġjars": 26839, + "Ġadvises": 26840, + "Ġcategorize": 26841, + "ĠLenin": 26842, + "Ġsmarter": 26843, + "Ġaerospace": 26844, + "Ġunlocking": 26845, + "Ġlucrative": 26846, + "Du": 26847, + "igmat": 26848, + "Ġbroch": 26849, + "245": 26850, + "enna": 26851, + "223": 26852, + "Ġconducts": 26853, + "secret": 26854, + "ĠHandling": 26855, + "Maybe": 26856, + "Ġchronological": 26857, + "Ġdumping": 26858, + "Ġcarcinoma": 26859, + "Ġexecutives": 26860, + "Bul": 26861, + "Ġbinge": 26862, + "oco": 26863, + "Ġunderpin": 26864, + "Ġhandler": 26865, + "ĠCharacters": 26866, + "ĠBaron": 26867, + "ĠPalmer": 26868, + "Ġcousins": 26869, + "Ġincubation": 26870, + "business": 26871, + "ĠUnd": 26872, + "ĠBeau": 26873, + "ĠWeekly": 26874, + "ĠDickens": 26875, + "Ġrider": 26876, + "Ġcornea": 26877, + "Ġantigens": 26878, + "Ġstupid": 26879, + "dark": 26880, + "ĠdB": 26881, + "acs": 26882, + "Ġmultiplic": 26883, + "Ġdelegation": 26884, + "Rs": 26885, + "ĠTiger": 26886, + "Ġstam": 26887, + "Ġcontempt": 26888, + "ĠStem": 26889, + "Ġrestless": 26890, + "ĠMini": 26891, + "Ġflavour": 26892, + "Ġdesperation": 26893, + "Ġoverturn": 26894, + "ĠDominican": 26895, + ":]": 26896, + "Ġcommunism": 26897, + "Ġabandonment": 26898, + "Ġaccredited": 26899, + "ĠSerbia": 26900, + "Ġchurn": 26901, + "versed": 26902, + "Ġstrengthens": 26903, + "ĠMeet": 26904, + "Ġsimplifying": 26905, + "ĠFlowers": 26906, + "Ġlinen": 26907, + "ĠOriental": 26908, + "Sn": 26909, + "Ġdrowning": 26910, + "cells": 26911, + "Ġconstructions": 26912, + "Ġarcs": 26913, + "ĠCarlos": 26914, + "Six": 26915, + "Ġcommonplace": 26916, + "protein": 26917, + "Ġtransformer": 26918, + ")/(": 26919, + "CoV": 26920, + "quisition": 26921, + "Ġencephal": 26922, + "raphic": 26923, + "ĠUSGS": 26924, + "Ġmanifolds": 26925, + "Teachers": 26926, + "ĠTourism": 26927, + "Op": 26928, + "Ġartworks": 26929, + "Ġorganizers": 26930, + "ĠCalendar": 26931, + "Ġtonight": 26932, + "Ġaerosol": 26933, + "ĠAim": 26934, + "ĠHorm": 26935, + "Ġbos": 26936, + "Ġnonlinear": 26937, + "Ġpac": 26938, + "Ġups": 26939, + "ĠKab": 26940, + "married": 26941, + "dad": 26942, + "Ġnormalized": 26943, + "Ġmagma": 26944, + "Ġsoybeans": 26945, + "iscus": 26946, + "ĠTruman": 26947, + "Ġmacular": 26948, + "mt": 26949, + "ĠTud": 26950, + "Ġevaluates": 26951, + "Editor": 26952, + "Ġherbicide": 26953, + "Ġexacerbated": 26954, + "Ġprisons": 26955, + "Ġsubclass": 26956, + "Ġsmoked": 26957, + "Ġdetailing": 26958, + "Myth": 26959, + "stim": 26960, + "econ": 26961, + "ĠCopper": 26962, + "Sort": 26963, + "Ġmanned": 26964, + "ĠShell": 26965, + "ĠLocke": 26966, + "Ġorphan": 26967, + "roshima": 26968, + "ĠNeptune": 26969, + "Ġamplification": 26970, + "Ġcessation": 26971, + "Hol": 26972, + "enstein": 26973, + "ĠWisdom": 26974, + "Ġhypers": 26975, + "ĠMacbeth": 26976, + "Ġprohibits": 26977, + "Ġgentleman": 26978, + "Ġconceive": 26979, + "ĠPET": 26980, + "Ġencyclopedia": 26981, + "Ġdiffered": 26982, + "Ġdrills": 26983, + "Ġopenness": 26984, + "ĠSharing": 26985, + "Ġairlines": 26986, + "evol": 26987, + "ĠCombined": 26988, + "ĠAlger": 26989, + "tole": 26990, + "ĠAyurved": 26991, + "Richard": 26992, + "Ġreminiscent": 26993, + "').": 26994, + "Ġfixtures": 26995, + "arus": 26996, + "Ġriots": 26997, + "Ġbrace": 26998, + "ĠReplace": 26999, + "Ġconvex": 27000, + "cue": 27001, + "ĠHomes": 27002, + "ĠOCD": 27003, + "Ġobjections": 27004, + "ĠSimpson": 27005, + "Ġphyt": 27006, + "approx": 27007, + "Ġintegrals": 27008, + "Ġordinal": 27009, + "ör": 27010, + "onomous": 27011, + "ĠMLA": 27012, + "Ġhumanities": 27013, + "ische": 27014, + "Ġtelecommunications": 27015, + "Ġearnest": 27016, + "ĠDietary": 27017, + "ĠPersonality": 27018, + "Multiple": 27019, + "304": 27020, + "Ġδ": 27021, + "ĠCretaceous": 27022, + "Talk": 27023, + "nested": 27024, + "imir": 27025, + "Ġtram": 27026, + "Ġlatitudes": 27027, + "ĠReferences": 27028, + "Joseph": 27029, + "Monday": 27030, + "Ġwagon": 27031, + "ĠPig": 27032, + "ĠBibli": 27033, + "ĠGuru": 27034, + "Things": 27035, + "script": 27036, + "agnet": 27037, + "Ġentirety": 27038, + "uffle": 27039, + "Ġhomemade": 27040, + "ĠMedicaid": 27041, + "Ġdont": 27042, + "ĠLingu": 27043, + "ĠKi": 27044, + "Ġrelapse": 27045, + "aptic": 27046, + "ĠCoch": 27047, + "Ġshutter": 27048, + "ĠRochester": 27049, + "Ġconducive": 27050, + "ĠGol": 27051, + "Ġtrunc": 27052, + "Ġeras": 27053, + "Ġsalty": 27054, + "Ġdistinguishes": 27055, + "Ġaugment": 27056, + "miah": 27057, + "ĠPure": 27058, + "Ġrefrain": 27059, + "ĠCertificate": 27060, + "ĠSter": 27061, + "Ġshocks": 27062, + "252": 27063, + "Ġattackers": 27064, + "Ġbaths": 27065, + "Signs": 27066, + "Ġtrigonometric": 27067, + "ĠNP": 27068, + "Ġquarant": 27069, + "ĠTunis": 27070, + "Ġuncontrolled": 27071, + "Ġvertebrae": 27072, + "Des": 27073, + "endas": 27074, + "aceans": 27075, + "Ġtimeframe": 27076, + "Ġurbanization": 27077, + "ĠSaw": 27078, + "ĠWant": 27079, + "Ġweekends": 27080, + "Ġidle": 27081, + "Ġpseudo": 27082, + "Finding": 27083, + "Nov": 27084, + "Ġcharacterised": 27085, + "isciplinary": 27086, + "Ġellipse": 27087, + "========": 27088, + "CF": 27089, + "ĠCotton": 27090, + "ainting": 27091, + "Ġworsening": 27092, + "Ġdiplomacy": 27093, + "Ġrelocation": 27094, + "Ġlymphoma": 27095, + "Ġresemblance": 27096, + "Ġelasticity": 27097, + "Ġbranching": 27098, + "ت": 27099, + "Ġlodge": 27100, + "ĠJP": 27101, + "Ġagile": 27102, + "ISE": 27103, + "Ġmidw": 27104, + "Ġoat": 27105, + "Ġhen": 27106, + "ĠEch": 27107, + "Ġaffiliate": 27108, + "ĠExpedition": 27109, + "Bay": 27110, + "Squ": 27111, + "Ġreap": 27112, + "insky": 27113, + "Ġhumane": 27114, + "Ġfinishes": 27115, + "Ġcorrecting": 27116, + "Ġpeanuts": 27117, + "ĠChesapeake": 27118, + "Ġmerchandise": 27119, + "odend": 27120, + "thus": 27121, + "Ġcanyon": 27122, + "Ġdomesticated": 27123, + "Ġneuronal": 27124, + "Ïħ": 27125, + "ĠFriend": 27126, + "Ġpastor": 27127, + "election": 27128, + "Exec": 27129, + "ĠGradu": 27130, + "ĠKlein": 27131, + "ĠCAN": 27132, + "Ġfibonacci": 27133, + "ĠReaders": 27134, + "ĠHume": 27135, + "ĠAna": 27136, + "Ġindividuality": 27137, + "legal": 27138, + "ĠForms": 27139, + "Ġunnatural": 27140, + "simpl": 27141, + "Diagn": 27142, + "Ġcontingent": 27143, + "oras": 27144, + "Ġmound": 27145, + "ĠPue": 27146, + "eeds": 27147, + "ĠâĪij": 27148, + "ĠMatrix": 27149, + "ĠOpin": 27150, + "Ġuniforms": 27151, + "ĠOste": 27152, + "Ġtimed": 27153, + "Ġpellets": 27154, + "ĠReact": 27155, + "Ġoceanic": 27156, + "rings": 27157, + "ĠDS": 27158, + "Ġcaul": 27159, + "ENS": 27160, + "ĠNegative": 27161, + "Ġsynthesized": 27162, + "orically": 27163, + "Ġnotification": 27164, + "Ġswell": 27165, + "Ġcompetencies": 27166, + "Ġtranslating": 27167, + "ĠOrganizations": 27168, + "Ġowning": 27169, + "achy": 27170, + "Ġyouths": 27171, + "ĠAbsolute": 27172, + "Ġcontemporaries": 27173, + "ÅĽ": 27174, + "Ġhometown": 27175, + "otions": 27176, + "ĠHav": 27177, + "Ġguinea": 27178, + "Ġessentials": 27179, + "ĠImprovement": 27180, + "Ġdancers": 27181, + "ecessors": 27182, + "Ġirritability": 27183, + "Lesson": 27184, + "Ġinaccessible": 27185, + "phis": 27186, + "Ġblisters": 27187, + "285": 27188, + "Ġblockage": 27189, + "Ġsweets": 27190, + "Sea": 27191, + "ĠLeaders": 27192, + "ĠConstantine": 27193, + "ĠHepatitis": 27194, + "violent": 27195, + "Ġuphold": 27196, + "phyl": 27197, + "Ġexpanse": 27198, + "Ġformative": 27199, + "(\"%": 27200, + "Ġtigers": 27201, + "urus": 27202, + "Ġunanim": 27203, + "angs": 27204, + "Ġsubm": 27205, + "Ġlatency": 27206, + "ydia": 27207, + "Ġprestige": 27208, + "bis": 27209, + "ĠGiant": 27210, + "phant": 27211, + "Ġconfigure": 27212, + "Ġbusinessman": 27213, + "abetics": 27214, + "Ġindexing": 27215, + "Carbon": 27216, + "Strateg": 27217, + "Ġphylogenetic": 27218, + "Ġnamespace": 27219, + "012": 27220, + "Ġadmiration": 27221, + "Latin": 27222, + "osocial": 27223, + "ĠGap": 27224, + "Ġallowance": 27225, + "Ġbowls": 27226, + "Ġpilgrims": 27227, + "×Ļ×": 27228, + "Ġprecaution": 27229, + "Ġharbour": 27230, + "Ġorally": 27231, + "ĠLeaves": 27232, + "Ġrhyme": 27233, + "igraphy": 27234, + "ĠConfederacy": 27235, + "Ġbenevol": 27236, + "ĠCalif": 27237, + "Ġdisappears": 27238, + "Ġreconstructed": 27239, + "ĠMugh": 27240, + "ĠJO": 27241, + "Ġrepeal": 27242, + "Ġinvading": 27243, + "Heat": 27244, + "Ġundergoes": 27245, + "ĠIdeally": 27246, + "ĠProbably": 27247, + "ĠBin": 27248, + "ĠREM": 27249, + "ĠNg": 27250, + "ĠJung": 27251, + "Ġmarbles": 27252, + "Ġproposing": 27253, + "Ġfoul": 27254, + "opp": 27255, + "Ġponder": 27256, + "Ġquestionnaires": 27257, + "ĠHVAC": 27258, + "ĠAgg": 27259, + "Ġretal": 27260, + "Ġageing": 27261, + "Ġsynchronization": 27262, + "cursor": 27263, + "Ġnas": 27264, + "Ġasphalt": 27265, + "teacher": 27266, + "ĠAlm": 27267, + "Ġindustrialized": 27268, + "Ġfleeting": 27269, + "Ġtempting": 27270, + "ĠPsalm": 27271, + "fib": 27272, + "Ġcried": 27273, + "ĠEEG": 27274, + "Ġplaques": 27275, + "Ġmicrom": 27276, + "ĠHarvest": 27277, + "Ġimmunization": 27278, + "Ġhavoc": 27279, + "ĠLor": 27280, + "arers": 27281, + "Ġunresolved": 27282, + "Ġacclaim": 27283, + "Ġsmallpox": 27284, + "Ġpsychotherapy": 27285, + "ĠAttend": 27286, + "Brain": 27287, + "termin": 27288, + "ĠOz": 27289, + "Ġunnot": 27290, + "Ġgraft": 27291, + "Ġminimizes": 27292, + "ĠRatio": 27293, + "Ca": 27294, + "hall": 27295, + "erian": 27296, + "ĠKau": 27297, + "Ġoccupying": 27298, + "ĠFAQ": 27299, + "Ġescalate": 27300, + "ĠTobacco": 27301, + "clinical": 27302, + "ĠASCII": 27303, + "ĠRising": 27304, + "Ġseaweed": 27305, + "Ġtheorists": 27306, + "ĠPrayer": 27307, + "Fil": 27308, + "etz": 27309, + "ĠSense": 27310, + "Ġfloral": 27311, + "Ġgreatness": 27312, + "Ġethic": 27313, + "stice": 27314, + "ĠEquality": 27315, + "ipot": 27316, + "Ġcoils": 27317, + "ĠInterface": 27318, + "Ġpuls": 27319, + "Ġlaunches": 27320, + "Ġpelvis": 27321, + "ĠOrigins": 27322, + "Initial": 27323, + "ovari": 27324, + "olicy": 27325, + "lysis": 27326, + "Ġging": 27327, + "ĠAging": 27328, + "oya": 27329, + "Ġbiologically": 27330, + "Ġexquisite": 27331, + "Camp": 27332, + "ĠThem": 27333, + "Ġplat": 27334, + "ructures": 27335, + "Ġfundraising": 27336, + "Ġbedding": 27337, + "Ġcapsules": 27338, + "GF": 27339, + "Jac": 27340, + "efficiency": 27341, + "Äį": 27342, + "ĠRoth": 27343, + "Ġyoungsters": 27344, + "ĠKenneth": 27345, + "dead": 27346, + "ĠNM": 27347, + "Ġviscos": 27348, + "ĠAnch": 27349, + "Ġhydrocarbons": 27350, + "pages": 27351, + "Ġclash": 27352, + "cellaneous": 27353, + "ĠLiterary": 27354, + "Ġpertinent": 27355, + "Nevertheless": 27356, + "orr": 27357, + "ĠSyl": 27358, + "Ġhapl": 27359, + "ĠGrad": 27360, + "behavior": 27361, + "Control": 27362, + "Ġcloudy": 27363, + "ĠSpeaking": 27364, + "Ġplagued": 27365, + "Ġwildfire": 27366, + "Ġmythological": 27367, + "ynthetic": 27368, + "Ġ()": 27369, + "ĠMang": 27370, + "ĠMotion": 27371, + "ĠLayer": 27372, + "eced": 27373, + "Ġembro": 27374, + "ĠĠĠĠĠĠĠĠĠĠ": 27375, + "Ġcircumc": 27376, + "Ġinsecticide": 27377, + "Ġcortic": 27378, + "orable": 27379, + "ĠBav": 27380, + "asha": 27381, + "Ġcontingency": 27382, + "Ġremembers": 27383, + "ĠElsevier": 27384, + "Russian": 27385, + "ech": 27386, + "hov": 27387, + "mode": 27388, + "typically": 27389, + "ainer": 27390, + "cester": 27391, + "Ġcommence": 27392, + "Ġamuse": 27393, + "Ġcompetitor": 27394, + "Scientific": 27395, + "UB": 27396, + "gold": 27397, + "iping": 27398, + "Ġtoothbrush": 27399, + "NI": 27400, + "ĠLucy": 27401, + "Ġdiscriminatory": 27402, + "ĠStrength": 27403, + "Ġblunt": 27404, + "Ġextant": 27405, + "Ġsynagogue": 27406, + "Ġcomposers": 27407, + "ĠSeeds": 27408, + "ĠLiverpool": 27409, + "ĠBog": 27410, + "orkshire": 27411, + "Ġeldest": 27412, + "Ġcaterpillars": 27413, + "Could": 27414, + "ordering": 27415, + "Ġhappily": 27416, + "Ġlibrarian": 27417, + "Starting": 27418, + "Ġpyramids": 27419, + "ardon": 27420, + "ĠFormula": 27421, + "Ġfuzzy": 27422, + "Traditional": 27423, + "Ġdiminishing": 27424, + "Ġpenguins": 27425, + "Ġarterial": 27426, + "Ġairplanes": 27427, + "ĠNumerous": 27428, + "IONAL": 27429, + "Ġfuse": 27430, + "Ġfonts": 27431, + "ĠDH": 27432, + "Ġcommute": 27433, + "compet": 27434, + "ardships": 27435, + "Ġsheds": 27436, + "Ġgreeted": 27437, + "waves": 27438, + "Ġcamel": 27439, + "Ġlust": 27440, + "ĠJM": 27441, + "Ġbushes": 27442, + "ERD": 27443, + "ĠWilhelm": 27444, + "ĠOtto": 27445, + "ĠTitanic": 27446, + "Ġhottest": 27447, + "Ġdefenders": 27448, + "ĠGB": 27449, + "Ġdirective": 27450, + "Ġholdings": 27451, + "Ġadhesive": 27452, + "Cat": 27453, + "treatment": 27454, + "adapt": 27455, + "timestamp": 27456, + "Eating": 27457, + "tax": 27458, + "inite": 27459, + "ĠYu": 27460, + "Ġphrasing": 27461, + "Ġtelegraph": 27462, + "functional": 27463, + "ĠLeonard": 27464, + "ĠIA": 27465, + "adors": 27466, + "onde": 27467, + "Ġexperiential": 27468, + "thereal": 27469, + "ĠUNICEF": 27470, + "Ġbankruptcy": 27471, + "nis": 27472, + "Ġtrenches": 27473, + "Ġensemble": 27474, + "Ġnighttime": 27475, + "Ġpalette": 27476, + "Ġsightings": 27477, + "Ġovaries": 27478, + "Ġprolific": 27479, + "Ġmisconception": 27480, + "Ġfleeing": 27481, + "ĠOpportunity": 27482, + "Ġdisgust": 27483, + "essim": 27484, + "Ġarranging": 27485, + "ĠBelgian": 27486, + "Ġdisregard": 27487, + "layer": 27488, + "Ġsponge": 27489, + "Ġbravery": 27490, + "Ġmotivates": 27491, + "Ġpanor": 27492, + "Ġpairing": 27493, + "aspberry": 27494, + "Ġá¼": 27495, + "pound": 27496, + "Ġeukary": 27497, + "Ġdrip": 27498, + "Ġreconnect": 27499, + "Fort": 27500, + "tens": 27501, + "Ġshred": 27502, + "Ġoverride": 27503, + "atters": 27504, + "Ġstreamlined": 27505, + "Ġarbitrarily": 27506, + "ĠPengu": 27507, + "Ġveil": 27508, + "Ġslang": 27509, + "Ġnegotiated": 27510, + "Ġmasculine": 27511, + "ertools": 27512, + "ĠAtomic": 27513, + "Ġimperfections": 27514, + "Ġsupremacy": 27515, + "ĠPunjab": 27516, + "Ec": 27517, + "everse": 27518, + "Ġcrisp": 27519, + "Ġdisappearing": 27520, + "Ġoverthrow": 27521, + "Sample": 27522, + "imon": 27523, + "Ġempires": 27524, + "Ġthrilled": 27525, + "Calcul": 27526, + "Ġrodent": 27527, + "Ġrectangles": 27528, + "wash": 27529, + "Origin": 27530, + "Ġslicing": 27531, + "ĠCassini": 27532, + "Primary": 27533, + "Ġleth": 27534, + "Ġanalyzes": 27535, + "COS": 27536, + "Ġpermiss": 27537, + "Ġpresumed": 27538, + "ĠInventory": 27539, + "Field": 27540, + "ĠDol": 27541, + "ĠRosa": 27542, + "comings": 27543, + "Ġcultured": 27544, + "Iron": 27545, + "isance": 27546, + "roids": 27547, + "stroke": 27548, + "Ġalarms": 27549, + "Ġplaint": 27550, + "Ġbehold": 27551, + "Ġmuscul": 27552, + "Ġgrandson": 27553, + "Ġounce": 27554, + "bore": 27555, + "Ġmalt": 27556, + "odor": 27557, + "Ġtrek": 27558, + "category": 27559, + "omat": 27560, + "etc": 27561, + "Ġdisob": 27562, + "independent": 27563, + "Ġarte": 27564, + "Ġscrat": 27565, + "Ġwraps": 27566, + "GIS": 27567, + "Ġbison": 27568, + "Ġmediation": 27569, + "Ġstarter": 27570, + "Ġresisted": 27571, + "Ġilluminate": 27572, + "ĠConservancy": 27573, + "Causes": 27574, + "ĠChest": 27575, + "ĠInvol": 27576, + "ĠVedic": 27577, + "heng": 27578, + "ĠDisaster": 27579, + "Ġbroadcasting": 27580, + "ĠJoyce": 27581, + "anton": 27582, + "ĠWarm": 27583, + "Ġbehaves": 27584, + "Ġshaded": 27585, + "Ġaluminium": 27586, + "YP": 27587, + "train": 27588, + "Ġcipher": 27589, + "ĠLuis": 27590, + "ĠStroke": 27591, + "Ġacry": 27592, + "Ġapplicant": 27593, + ")^(": 27594, + "Ġcafes": 27595, + "Ġdeductive": 27596, + "eres": 27597, + "Ġscare": 27598, + "ĠAugustus": 27599, + "Ġrevolutionized": 27600, + "Ġfreelance": 27601, + "Random": 27602, + "bard": 27603, + "aris": 27604, + "ĠAe": 27605, + "perors": 27606, + "Ġunused": 27607, + "breeding": 27608, + "founder": 27609, + "ĠPilgrim": 27610, + "Ġassimilation": 27611, + "running": 27612, + "ĠMV": 27613, + "ĠNSA": 27614, + "ĠMonty": 27615, + "Ġcellulose": 27616, + "ustaining": 27617, + "Ġidentifiable": 27618, + "265": 27619, + "ĠForests": 27620, + "political": 27621, + "xml": 27622, + "Ġsank": 27623, + "ĠARE": 27624, + "ĠSz": 27625, + "ĠSew": 27626, + "ĠInterm": 27627, + "phi": 27628, + "Ġcontinual": 27629, + "Ġradiant": 27630, + "radius": 27631, + "Ġadvantageous": 27632, + "Ġtolerated": 27633, + "ĠDifferences": 27634, + "Ġcompromising": 27635, + "ĠJunior": 27636, + "ĠMillennium": 27637, + "yst": 27638, + "Ġtransitioning": 27639, + "Ġpipelines": 27640, + "mare": 27641, + "alys": 27642, + "ĠClement": 27643, + "above": 27644, + "ĠBachelor": 27645, + "Ġanimations": 27646, + "ï¬ģ": 27647, + "Ġepigen": 27648, + "urbed": 27649, + "Ġbleed": 27650, + "ĠOperating": 27651, + "ethylene": 27652, + "Aud": 27653, + "Living": 27654, + "establish": 27655, + "ĠBac": 27656, + "Ġconsortium": 27657, + "Ġindist": 27658, + "Ġconfronting": 27659, + "ĠInfo": 27660, + "ĠHindi": 27661, + "ĠTon": 27662, + "ĠCBS": 27663, + "istles": 27664, + "Ġhacking": 27665, + "Ġinterconnectedness": 27666, + "Ġnewcom": 27667, + "Ġamput": 27668, + "Ġceramics": 27669, + "Ġmarshes": 27670, + "ĠMode": 27671, + "GO": 27672, + "Ġbun": 27673, + "ĠHello": 27674, + "Ġconcur": 27675, + "Analysis": 27676, + "Ġheaters": 27677, + "Ġdissoci": 27678, + "Ġremarked": 27679, + "Ġgonna": 27680, + "women": 27681, + "nda": 27682, + "ingo": 27683, + "apper": 27684, + "ĠHiroshima": 27685, + "Ġip": 27686, + "inski": 27687, + "Ġobsessed": 27688, + "Ġjudging": 27689, + "ĠTownship": 27690, + "Ġsegregated": 27691, + "Ġpirates": 27692, + "Ġcarvings": 27693, + "Ġrepairing": 27694, + "Ġallocating": 27695, + "Ġeligibility": 27696, + "bringing": 27697, + "ĠDros": 27698, + "Ġfactored": 27699, + "substring": 27700, + "ratosthenes": 27701, + "Ġneurotransmitters": 27702, + "Mont": 27703, + "nament": 27704, + "chant": 27705, + "ĠGrid": 27706, + "Ġfactoring": 27707, + "Ġconfisc": 27708, + "Ġboasts": 27709, + "Ġsofter": 27710, + "Greek": 27711, + "Var": 27712, + "Ġbooklet": 27713, + "ĠSSL": 27714, + "Ġlogarithmic": 27715, + "Ġbrom": 27716, + "ĠMigration": 27717, + "joining": 27718, + "Ġisotope": 27719, + "ĠJourney": 27720, + "urai": 27721, + "Ġhumankind": 27722, + "doing": 27723, + "surface": 27724, + "intern": 27725, + "Ġwishing": 27726, + "ĠEdwin": 27727, + "Ġhospitality": 27728, + "Ġdownloading": 27729, + "OCs": 27730, + "Ġsecrecy": 27731, + "iply": 27732, + "ĠVlad": 27733, + "Ġpicnic": 27734, + "Ġliabilities": 27735, + "enos": 27736, + "ocker": 27737, + "elfth": 27738, + "Ġrejecting": 27739, + "Ġwallet": 27740, + "ĠBurns": 27741, + "Ġcogn": 27742, + "urized": 27743, + "ĠFrequency": 27744, + "Ġsparing": 27745, + "Ġclaws": 27746, + "Ġslept": 27747, + "ousse": 27748, + "Ġheadline": 27749, + "ĠMedium": 27750, + "ĠBackground": 27751, + "Ġsacrificing": 27752, + "ĠCertified": 27753, + "Ġopioids": 27754, + "Ġtransistors": 27755, + "Ġpredecessors": 27756, + "Ġsurveying": 27757, + "ĠCardinal": 27758, + "Ġfolic": 27759, + "ĠPOW": 27760, + "ĠUnits": 27761, + "loom": 27762, + "crafted": 27763, + "ĠEcological": 27764, + "chemical": 27765, + "pred": 27766, + "Ġcuring": 27767, + "Ġleng": 27768, + "Ġmorals": 27769, + "Ġelemental": 27770, + "Ġdistinctly": 27771, + "Martin": 27772, + "tub": 27773, + "ĠHole": 27774, + "ĠLif": 27775, + "ĠStru": 27776, + "Ġseasonality": 27777, + "ĠGraduate": 27778, + "ĠModeling": 27779, + "ĠRepresentative": 27780, + "sit": 27781, + "Price": 27782, + "Ġlipids": 27783, + "Ġligament": 27784, + "Frid": 27785, + "Na": 27786, + "uracy": 27787, + "esses": 27788, + "physical": 27789, + "ĠSpencer": 27790, + "Ġpolls": 27791, + "ĠQuad": 27792, + "Ġapex": 27793, + "ĠScotia": 27794, + "Ġhardships": 27795, + "ĠTah": 27796, + "Ġgait": 27797, + "Ġnecessities": 27798, + "ĠTeleg": 27799, + "Ġaltru": 27800, + "Ġtroop": 27801, + "ĠMao": 27802, + "ĠMechanical": 27803, + "Ġfiss": 27804, + "Ġnotify": 27805, + "queous": 27806, + "Ġconduction": 27807, + "Ġantit": 27808, + "Ġvigilant": 27809, + "ĠTall": 27810, + "oche": 27811, + "ividing": 27812, + "ĠExcept": 27813, + "Ġevidently": 27814, + "ĠAurora": 27815, + "Ġrefreshing": 27816, + "Capt": 27817, + "database": 27818, + "px": 27819, + "Ġlament": 27820, + "ĠWITH": 27821, + "ĠYose": 27822, + "subject": 27823, + "ĠLegend": 27824, + "Ġprincipally": 27825, + "ĠCauchy": 27826, + "Credit": 27827, + "Middle": 27828, + "ĠRanch": 27829, + "Ġcarving": 27830, + "Ġmoods": 27831, + "ĠImmigration": 27832, + "Ġenvisioned": 27833, + "ĠAry": 27834, + "opausal": 27835, + "ĠWorth": 27836, + "Ġpersisted": 27837, + "UNT": 27838, + "Body": 27839, + "entional": 27840, + "Ġhealed": 27841, + "Ġcuttings": 27842, + "haul": 27843, + "Ġautomate": 27844, + "ĠAsthma": 27845, + "Ġthermometer": 27846, + "ĠGalaxy": 27847, + "dp": 27848, + "ĠWake": 27849, + "Ġdirects": 27850, + "Ġtermites": 27851, + "226": 27852, + "ĠManila": 27853, + "Ġwestward": 27854, + "Ġseller": 27855, + "skirts": 27856, + "ĠNicarag": 27857, + "Ġosm": 27858, + "Ġbeforehand": 27859, + "Ġempath": 27860, + "ĠMoral": 27861, + "Ġseminar": 27862, + "Ġvanished": 27863, + "forth": 27864, + "isec": 27865, + "orneys": 27866, + "ĠCopy": 27867, + "Ġreporters": 27868, + "Ġfulfil": 27869, + "capacity": 27870, + "Ġmisunderstood": 27871, + "Foot": 27872, + "Ġdare": 27873, + "umann": 27874, + "Ġresiding": 27875, + "Ġfilament": 27876, + "abl": 27877, + "ĠEfficiency": 27878, + "Ġshingles": 27879, + "ĠNu": 27880, + "Ġluxurious": 27881, + "capital": 27882, + "Ġbait": 27883, + "Ġcensorship": 27884, + "ĠShanghai": 27885, + "ĠBes": 27886, + "ĠHamb": 27887, + "ĠConcepts": 27888, + "Changes": 27889, + "Ġintensely": 27890, + "Ġelliptical": 27891, + "ĠFerdinand": 27892, + "alamus": 27893, + "stri": 27894, + "ifix": 27895, + "ethnic": 27896, + "Ġdeciduous": 27897, + "Ġantagonist": 27898, + "ĠBarack": 27899, + "Subject": 27900, + "ĠMasters": 27901, + "ĠGö": 27902, + "knowledge": 27903, + "limit": 27904, + "within": 27905, + "Ġmourning": 27906, + "ongo": 27907, + "Ġflashes": 27908, + "Ġgenerosity": 27909, + "landers": 27910, + "Ġservings": 27911, + "Ġruined": 27912, + "Gr": 27913, + "Ġdrums": 27914, + "rape": 27915, + "IDs": 27916, + "Ġhabitable": 27917, + "ĠExpression": 27918, + "Ġpediatrician": 27919, + "Ġpiercing": 27920, + "Offic": 27921, + "Ġpg": 27922, + "ensation": 27923, + "Ġinhibits": 27924, + "Ġdevastation": 27925, + "ĠHydrogen": 27926, + "Ġranch": 27927, + "arte": 27928, + "Insufficient": 27929, + "ĠAssociates": 27930, + "Ġknights": 27931, + "Ġgrassland": 27932, + "ĠMaintain": 27933, + "Ġtactic": 27934, + "ĠJoan": 27935, + "Ġmesothelioma": 27936, + "Ġsir": 27937, + "Ġearthly": 27938, + "ĠMaori": 27939, + "ĠBurke": 27940, + "Ġlupus": 27941, + "ĠMN": 27942, + "ĠDermat": 27943, + "ĠConservative": 27944, + "Tell": 27945, + "gress": 27946, + "Ġwizard": 27947, + "Ġhumorous": 27948, + "Ġawful": 27949, + "Ġcrush": 27950, + "Ġshareholders": 27951, + "ĠCPR": 27952, + "Ġwisely": 27953, + "cence": 27954, + "nets": 27955, + "Ġnanotechnology": 27956, + "hetto": 27957, + "ku": 27958, + "Ġgrease": 27959, + "ĠDeaf": 27960, + "ĠHighlight": 27961, + "Ġsponsor": 27962, + "Ġpillar": 27963, + "Ġblossoms": 27964, + "Ġplac": 27965, + "sym": 27966, + "404": 27967, + "229": 27968, + "239": 27969, + "ĠLoop": 27970, + "Ġsubmitting": 27971, + "Ġdisagreements": 27972, + "Flu": 27973, + "Ġcue": 27974, + "arine": 27975, + "ĠCay": 27976, + "Ġprow": 27977, + "242": 27978, + "ĠInfrastructure": 27979, + "Ġappealed": 27980, + "ĠKindergarten": 27981, + "Ġelongated": 27982, + "maps": 27983, + "ĠSame": 27984, + "Ġgenerals": 27985, + "Ġconditioned": 27986, + "Ġsweeteners": 27987, + "Ġdelegate": 27988, + "Ġtempted": 27989, + "Ġoutsiders": 27990, + "oskeletal": 27991, + "Range": 27992, + "mot": 27993, + "arius": 27994, + "iao": 27995, + "pects": 27996, + "Ġmulticultural": 27997, + "Ġincompatible": 27998, + "Ġdesperately": 27999, + "Ġtk": 28000, + "Ġethereal": 28001, + "atech": 28002, + "Ġprocession": 28003, + "NAT": 28004, + "ĠApplying": 28005, + "Heart": 28006, + "Ġmotivating": 28007, + "kinson": 28008, + "uclid": 28009, + "Ġtropics": 28010, + "Er": 28011, + "Ġdyn": 28012, + "Ġmanor": 28013, + "ĠChain": 28014, + "inches": 28015, + "Ġeighty": 28016, + "Ġantidepressants": 28017, + "ĠFib": 28018, + "ĠSpani": 28019, + "religious": 28020, + "Ġliquor": 28021, + "Ġsteroids": 28022, + "ĠAccounting": 28023, + "formatics": 28024, + "Ġrearrange": 28025, + "LO": 28026, + "arel": 28027, + "ĠOH": 28028, + "atured": 28029, + "ĠAcute": 28030, + "Ġbanner": 28031, + "ĠCastro": 28032, + "Ġconsonant": 28033, + "Ġdiscrepancy": 28034, + "ĠNiño": 28035, + "Ġviscosity": 28036, + "odied": 28037, + "Ġsentiments": 28038, + "encode": 28039, + "Ġassertive": 28040, + "ĠImplementing": 28041, + "Ġchopped": 28042, + "Civil": 28043, + "chel": 28044, + "arial": 28045, + "ĠHair": 28046, + "Ġdisclose": 28047, + "Cr": 28048, + "Ġhides": 28049, + "Ġstunt": 28050, + "ĠWriters": 28051, + "Ġwasps": 28052, + "Ġprobabilistic": 28053, + "ICK": 28054, + "ĠTerror": 28055, + "Ġinsightful": 28056, + "ĠDigest": 28057, + "oglyph": 28058, + "Ġcontr": 28059, + "ĠRevelation": 28060, + "Ġsuperb": 28061, + "Ġharms": 28062, + "Ġclotting": 28063, + "ĠMell": 28064, + "Ġabr": 28065, + "Ġscents": 28066, + "ĠKas": 28067, + "Ġlocking": 28068, + "ĠConnection": 28069, + "Ġtectonic": 28070, + "ĠSullivan": 28071, + "ĠHDL": 28072, + "Ġimpedance": 28073, + "ongs": 28074, + "Ġlocality": 28075, + "shot": 28076, + "Ġrotational": 28077, + "Ġcosine": 28078, + "Ġdiode": 28079, + "Ġpraying": 28080, + "ĠMeasurement": 28081, + "Ġomin": 28082, + "Ġelk": 28083, + "ĠiOS": 28084, + "Ġcompetitiveness": 28085, + "ĠUsage": 28086, + "ĠParties": 28087, + "traumatic": 28088, + "Ġoverwhelm": 28089, + "ĠPerspectives": 28090, + "Ġturbulence": 28091, + "Ġorthodont": 28092, + "Ġsurvivor": 28093, + "Ġsway": 28094, + "Ġmisery": 28095, + "Ġbully": 28096, + "Ġtrainers": 28097, + "Ġpedagogical": 28098, + "nine": 28099, + "Ġimpract": 28100, + "ĠExerc": 28101, + "Ġnarrower": 28102, + "ĠMurphy": 28103, + "ĠHI": 28104, + "Ġoutskirts": 28105, + "Too": 28106, + "ĠPatterns": 28107, + "ĠJacques": 28108, + "ĠStevens": 28109, + "Ġneutrality": 28110, + "ĠPrague": 28111, + "Block": 28112, + "ĠFergus": 28113, + "ĠRoh": 28114, + "ĠDevelopmental": 28115, + "ĠEstablishing": 28116, + "accessed": 28117, + "Ġprized": 28118, + "218": 28119, + "wana": 28120, + "ĠDawn": 28121, + "ĠKun": 28122, + "byte": 28123, + "ĠTeen": 28124, + "Ġcravings": 28125, + "chery": 28126, + "ĠEmployees": 28127, + "Ġdemolished": 28128, + "Ġmulticol": 28129, + "ĠBrooks": 28130, + "ĠLibya": 28131, + "Ġpropagate": 28132, + "atomic": 28133, + "Ġgre": 28134, + "Ġquint": 28135, + "Updated": 28136, + "Ġblossom": 28137, + "WC": 28138, + "Ġfences": 28139, + "ĠUnderground": 28140, + "Ġfleas": 28141, + "?,": 28142, + "Mur": 28143, + "itize": 28144, + "Ġcurator": 28145, + "ĠSanct": 28146, + "Ġadmired": 28147, + "Ġlawns": 28148, + "Ġlarval": 28149, + "Ġdelic": 28150, + "Ġwatts": 28151, + "Ġghosts": 28152, + "315": 28153, + "Ġfir": 28154, + "Ġcomputations": 28155, + "ĠRelief": 28156, + "ĠART": 28157, + "ĠCardi": 28158, + "staff": 28159, + "chat": 28160, + "ĠSask": 28161, + "Ġparticipatory": 28162, + "casts": 28163, + "Ġlaughing": 28164, + "Ġfoxes": 28165, + "ĠWalt": 28166, + "Ġpassport": 28167, + "ĠConn": 28168, + "ĠApparently": 28169, + "Usually": 28170, + "\"\"\"": 28171, + "Ġshovel": 28172, + "çļ": 28173, + "hemer": 28174, + "005": 28175, + "Ġcostumes": 28176, + "ĠKeith": 28177, + "command": 28178, + "ĠRavens": 28179, + "430": 28180, + "filt": 28181, + "Ġetym": 28182, + "Ġlax": 28183, + "ĠâĢľâ̦": 28184, + "ĠArgument": 28185, + "Ġimprov": 28186, + "Ġconverter": 28187, + "alypt": 28188, + "amba": 28189, + "Ġcentrifug": 28190, + ":%": 28191, + "idered": 28192, + "Ġinfused": 28193, + "Ġauthoritarian": 28194, + "Ġcounteract": 28195, + "obacteria": 28196, + "Ġindulge": 28197, + "lost": 28198, + "Ġstall": 28199, + "ĠLength": 28200, + "iquette": 28201, + "Whatever": 28202, + "Ġcollaborators": 28203, + "impact": 28204, + "ĠAnglican": 28205, + "Ġdiaphragm": 28206, + "Apart": 28207, + "Ġmodulation": 28208, + "Ġmedal": 28209, + "ĠJeffrey": 28210, + "Ġharnessing": 28211, + "support": 28212, + "Ġowls": 28213, + "itates": 28214, + "Ġintends": 28215, + "iaz": 28216, + "Ġinterim": 28217, + "ĠIsle": 28218, + "ĠÏĦ": 28219, + "Ġhomelessness": 28220, + "Ġinnocence": 28221, + "Ġinters": 28222, + "uropa": 28223, + "Ġsuperconduct": 28224, + "Ġconjugate": 28225, + "Ġmoles": 28226, + "Ġlitigation": 28227, + "Ġpathological": 28228, + "ĠGeology": 28229, + "Ġconductive": 28230, + "Ġnorthwestern": 28231, + "study": 28232, + "lich": 28233, + "pu": 28234, + "orator": 28235, + "ĠHoff": 28236, + "Ġripple": 28237, + "ĠEz": 28238, + "ĠWebb": 28239, + "ĠPerspective": 28240, + "Ġdichotomy": 28241, + "Hung": 28242, + "äº": 28243, + "ĠKet": 28244, + "imester": 28245, + "erner": 28246, + "ĠSpiritual": 28247, + "arynx": 28248, + "Grade": 28249, + "UCT": 28250, + "ĠCAR": 28251, + "ĠCran": 28252, + "umi": 28253, + "ĠHers": 28254, + "Ġglor": 28255, + "ĠBasics": 28256, + "Sex": 28257, + "Ġcf": 28258, + "Ġstif": 28259, + "ĠExcellence": 28260, + "ĠPregnancy": 28261, + "Ġcolloquial": 28262, + "345": 28263, + "Ġliar": 28264, + "ĠErie": 28265, + "ourced": 28266, + "Ġoveruse": 28267, + "Ġremod": 28268, + "Ġintersections": 28269, + "Ġpolite": 28270, + "esperson": 28271, + "241": 28272, + "243": 28273, + "Saxon": 28274, + "Ġheels": 28275, + "ĠEdd": 28276, + "Ġsafest": 28277, + "Ġfavorites": 28278, + "ĠLoren": 28279, + "γ": 28280, + "ĠTip": 28281, + "ĠTopic": 28282, + "Ġplight": 28283, + "Ġflowed": 28284, + "Ġobservatory": 28285, + "ĠMaintenance": 28286, + "ĠPBS": 28287, + "Ġemblem": 28288, + "ĠConcent": 28289, + "ĠFranz": 28290, + "227": 28291, + "Ġspectroscopy": 28292, + "Ġnobles": 28293, + "digital": 28294, + "Ġcounterarguments": 28295, + "Feed": 28296, + "ĠBB": 28297, + "Ġdeline": 28298, + "ĠCanon": 28299, + "Context": 28300, + "Ġdecorate": 28301, + "Ġpharmacy": 28302, + "Ġtortoise": 28303, + "Ġdwellings": 28304, + "ĠSieve": 28305, + "perhaps": 28306, + "Ġunsustainable": 28307, + "Ġdentistry": 28308, + "Ġovulation": 28309, + "Ġrecons": 28310, + "ĠYorkshire": 28311, + "Ġflamm": 28312, + "Ġobservable": 28313, + "789": 28314, + "Ġnarrowed": 28315, + "Ġtutoring": 28316, + "Ġvertebrates": 28317, + "hoea": 28318, + "Ġgoss": 28319, + "Ġbreaches": 28320, + "ĠConsortium": 28321, + "ĠAssuming": 28322, + "ĠDeputy": 28323, + "ĠDocuments": 28324, + "Ġepidemiology": 28325, + "ĠNexus": 28326, + "Ġcac": 28327, + "ĠLt": 28328, + "ĠEthiopian": 28329, + "farm": 28330, + "idine": 28331, + "ĠWellington": 28332, + "Ġspong": 28333, + "Ġsubarray": 28334, + "Ġ`.": 28335, + "Ġcurated": 28336, + "Ġgeneralization": 28337, + "zyg": 28338, + "ĠBuilt": 28339, + "aiser": 28340, + "Ġmaximizing": 28341, + "ĠWithdraw": 28342, + "Ġballoons": 28343, + "ĠCarr": 28344, + "Ġvanish": 28345, + "Ġprofiling": 28346, + "Ġimmature": 28347, + "ĠDevices": 28348, + "Sources": 28349, + "cas": 28350, + "racies": 28351, + "Ġvin": 28352, + "ĠPhen": 28353, + "ĠKap": 28354, + "Ġvisa": 28355, + "IDE": 28356, + "ĠEdgar": 28357, + "ĠKazakh": 28358, + "Ġcatalogue": 28359, + "520": 28360, + "Lev": 28361, + "ked": 28362, + "Ġmixtures": 28363, + "ĠDES": 28364, + "ĠGut": 28365, + "ĠAsper": 28366, + "Ġlatent": 28367, + "Ġunden": 28368, + "Ġexhibiting": 28369, + "ĠPattern": 28370, + "Ġmigrating": 28371, + "scientific": 28372, + "itious": 28373, + "ĠImag": 28374, + "ĠLevi": 28375, + "Ġweakening": 28376, + "Ġmucous": 28377, + "Ġovercrow": 28378, + "MAN": 28379, + "omology": 28380, + "Ġrestart": 28381, + "Ġfridge": 28382, + "heon": 28383, + "ogas": 28384, + "Ġslab": 28385, + "Ġsurvives": 28386, + "Ġconclusive": 28387, + "Ġbranding": 28388, + "eas": 28389, + "±": 28390, + "Ġparaly": 28391, + "Ġinhaled": 28392, + "Ġprescriptions": 28393, + "ĠAlbany": 28394, + "jet": 28395, + "adh": 28396, + "Ġration": 28397, + "Ġguild": 28398, + "Ġvolatility": 28399, + "Ġcorrelate": 28400, + "Travel": 28401, + "ĠRodrig": 28402, + "ilate": 28403, + "ĠWheat": 28404, + "ĠFolk": 28405, + "Ġspeculate": 28406, + "Ġsyllables": 28407, + "educated": 28408, + "Dear": 28409, + "ampton": 28410, + "Ġshimmer": 28411, + "ĠLac": 28412, + "Ġsaline": 28413, + "isle": 28414, + "Ġmoll": 28415, + "ĠPtole": 28416, + "arkers": 28417, + "Ġdeport": 28418, + "idson": 28419, + "Ġshortcomings": 28420, + "Exercise": 28421, + "Ġbloating": 28422, + "rists": 28423, + "ĠMapping": 28424, + "indle": 28425, + "Ġartisan": 28426, + "ĠAudio": 28427, + "ĠCrom": 28428, + "ĠCec": 28429, + "ĠBagh": 28430, + "ĠProte": 28431, + "Ġhardened": 28432, + "Ġduplication": 28433, + "Ġfinely": 28434, + "Ġadmits": 28435, + "Ġhydroelectric": 28436, + "Ġreferrals": 28437, + "ĠJosé": 28438, + "OUT": 28439, + "sentence": 28440, + "Ġatrocities": 28441, + "ĠPlymouth": 28442, + "Ġnasty": 28443, + "ĠTX": 28444, + "Ġthinning": 28445, + "NotFound": 28446, + "Ġvacant": 28447, + "ĠEpic": 28448, + "ĠScreening": 28449, + "Ġowed": 28450, + "Ġextrap": 28451, + "Ġfreezer": 28452, + "Ġhandsome": 28453, + "Ġreversing": 28454, + "WD": 28455, + "atche": 28456, + "Ġischem": 28457, + "ĠGrim": 28458, + "ĠJain": 28459, + "Ġworkouts": 28460, + "ĠColumn": 28461, + "Ġpropel": 28462, + "ARN": 28463, + "Comments": 28464, + "Numbers": 28465, + "Ġbeneficiaries": 28466, + "ĠGonz": 28467, + "Hyp": 28468, + "ĠSak": 28469, + "ĠMans": 28470, + "merge": 28471, + "Ġregistry": 28472, + "Ġpractise": 28473, + "ouns": 28474, + "ĠCalcium": 28475, + "ĠTranslation": 28476, + "!!!": 28477, + "Ġwrath": 28478, + "uschwitz": 28479, + "rations": 28480, + "Ġorchestra": 28481, + "ĠHP": 28482, + "Ġincrements": 28483, + "Ġadvisors": 28484, + "Ùģ": 28485, + "still": 28486, + "Ġairflow": 28487, + "backed": 28488, + "inous": 28489, + "Ġmell": 28490, + "ĠPest": 28491, + "intensity": 28492, + "Ġafforded": 28493, + "Associ": 28494, + "ĠIndustries": 28495, + "Ġsprouts": 28496, + "NP": 28497, + "Ġskysc": 28498, + "Ġalcoholism": 28499, + "Ġquadr": 28500, + "ĠMaximum": 28501, + "Ġnewborns": 28502, + "geal": 28503, + "Ġresur": 28504, + "primes": 28505, + "client": 28506, + "Ġresponders": 28507, + "Ġdegenerative": 28508, + "Ġsuccumb": 28509, + "/-": 28510, + "Ġcove": 28511, + "ĠPT": 28512, + "228": 28513, + "Ġbreeders": 28514, + "ï¼Į": 28515, + "Ġunnoticed": 28516, + "wy": 28517, + "enburg": 28518, + "ĠMing": 28519, + "Ġregiments": 28520, + "Ġcorrective": 28521, + "Ġcoincide": 28522, + "Growing": 28523, + "007": 28524, + "Ġfacade": 28525, + "Ġeyew": 28526, + "ĠDisability": 28527, + "ĠSolving": 28528, + "sectional": 28529, + "Ġcamoufl": 28530, + "WHAT": 28531, + "Ġslippery": 28532, + "kil": 28533, + "ĠmL": 28534, + "Ġstadium": 28535, + "Ġka": 28536, + "angi": 28537, + "oyle": 28538, + "increasing": 28539, + "ĠSha": 28540, + "Ġcoursework": 28541, + "ĠPlanck": 28542, + "aelic": 28543, + "Ġintravenous": 28544, + "ĠPompe": 28545, + "chens": 28546, + "ĠBound": 28547, + "ergies": 28548, + "Ġsymbolizes": 28549, + "ĠAntioch": 28550, + "Ġnaive": 28551, + "ĠGazette": 28552, + "Hub": 28553, + "wau": 28554, + "Ñı": 28555, + "Ġsher": 28556, + "isi": 28557, + "Ġclerk": 28558, + "Ġtenants": 28559, + "Ġdissolution": 28560, + "Ġcraftsmanship": 28561, + "Ġblacksmith": 28562, + "Ġinvariably": 28563, + "yrs": 28564, + "ĠRevenue": 28565, + "ĠNeander": 28566, + "Ġboosts": 28567, + "bohyd": 28568, + "umbers": 28569, + "Ġtemperament": 28570, + "Ġselves": 28571, + "enance": 28572, + "hering": 28573, + "ĠRS": 28574, + "Ġstrained": 28575, + "Ġpleas": 28576, + "Ġblankets": 28577, + "Ġribs": 28578, + "ĠProtestants": 28579, + "Ġdesserts": 28580, + "Words": 28581, + "rez": 28582, + "oug": 28583, + "terbury": 28584, + "Ġoutpatient": 28585, + "Ġmetre": 28586, + "Ġfiner": 28587, + "Ġmenus": 28588, + "Ġneurodeg": 28589, + "ULT": 28590, + "Ġalot": 28591, + "ourism": 28592, + "ĠKid": 28593, + "Ġtransplants": 28594, + "Ġirritable": 28595, + "Ġterrorists": 28596, + "Ġ(âĢĺ": 28597, + "rouse": 28598, + "ĠJR": 28599, + "Ġsober": 28600, + "radle": 28601, + "Ġoxides": 28602, + "Comparing": 28603, + "Cancer": 28604, + "Jack": 28605, + "ĠPret": 28606, + "ĠWit": 28607, + "Ġunavailable": 28608, + "ampered": 28609, + "erbai": 28610, + "Ġducts": 28611, + "ĠFasc": 28612, + "ĠSuz": 28613, + "ĠNGO": 28614, + "Friday": 28615, + "FROM": 28616, + "coll": 28617, + "hyp": 28618, + "Ġoutfit": 28619, + "Ġroasted": 28620, + "Ġpristine": 28621, + "Ġgeometries": 28622, + "technical": 28623, + "bons": 28624, + "itas": 28625, + "ĠTus": 28626, + "Ġliters": 28627, + "Ġrevived": 28628, + "Ġprompting": 28629, + "ĠInvestigation": 28630, + "LR": 28631, + "images": 28632, + "Ġtaxpayers": 28633, + "Ġinstitutes": 28634, + "Ġaggregation": 28635, + "Ġscratching": 28636, + "á¹£": 28637, + "ĠRaises": 28638, + "Ġcu": 28639, + "Ġprimer": 28640, + "ĠInflamm": 28641, + "ĠArchaeological": 28642, + "ĠMacedonia": 28643, + "ĠHonduras": 28644, + "agging": 28645, + "Ġvisualizing": 28646, + "Ġaquifer": 28647, + "Questions": 28648, + "Ġterminate": 28649, + "Ġlecturer": 28650, + "ĠYahweh": 28651, + "typ": 28652, + "Ġdunes": 28653, + "ĠEvere": 28654, + "ĠDJ": 28655, + "254": 28656, + "Ġsupermarket": 28657, + "Ġfavors": 28658, + "ĠHazard": 28659, + "ĠLudwig": 28660, + "racks": 28661, + "Ġcanoe": 28662, + "Ġfunnel": 28663, + "Ġdrilled": 28664, + "Ġdomest": 28665, + "continent": 28666, + "Ġsophistication": 28667, + "Ġwrapping": 28668, + "Ġpuppies": 28669, + "ĠMesopotamia": 28670, + "ĠâĢľ[": 28671, + "Ġevenings": 28672, + "Ġencodes": 28673, + "Ġharming": 28674, + "asions": 28675, + "ĠHours": 28676, + "Ġmastering": 28677, + "ĠOwen": 28678, + "512": 28679, + "Ġproclamation": 28680, + "Ġmoreover": 28681, + "Ġrelocated": 28682, + "Ġperoxide": 28683, + "Ġbaskets": 28684, + "otech": 28685, + "251": 28686, + "Ġpredation": 28687, + "ĠNeolithic": 28688, + "ĠPatent": 28689, + "Ġunveiled": 28690, + "Ġinception": 28691, + "ĠDust": 28692, + "501": 28693, + "ĠPrussia": 28694, + "loads": 28695, + "loading": 28696, + "ĠTroy": 28697, + "demand": 28698, + "ĠPVC": 28699, + "uta": 28700, + "DAY": 28701, + "Ġbrightly": 28702, + "ÃŃn": 28703, + "Regardless": 28704, + "Ġdiluted": 28705, + "ĠRaymond": 28706, + "Ġbaptized": 28707, + "columns": 28708, + "FIG": 28709, + "Typically": 28710, + "ĠInvalid": 28711, + "Ġsucceeding": 28712, + "ĠViews": 28713, + "ĠMandela": 28714, + "ĠPublisher": 28715, + "Ġruthless": 28716, + "saw": 28717, + "ĠSacramento": 28718, + "312": 28719, + "Gard": 28720, + "Ġspam": 28721, + "Ġblight": 28722, + "ucalypt": 28723, + "Ġhandmade": 28724, + "isexual": 28725, + "'`": 28726, + "ĠOutside": 28727, + "ĠDetection": 28728, + "Ġcontradicts": 28729, + "atars": 28730, + "Ġcloning": 28731, + "Ġtrunks": 28732, + "ĠCliff": 28733, + "atta": 28734, + "ĠKeyn": 28735, + "gravity": 28736, + "Ġbullied": 28737, + "Ġhinting": 28738, + "ĠObjects": 28739, + "ĠBil": 28740, + "emon": 28741, + "Ġnotifications": 28742, + "rador": 28743, + "Ġcrowns": 28744, + "Dict": 28745, + "Ġplasm": 28746, + "nesia": 28747, + "Ġskew": 28748, + "Ġtorped": 28749, + "fair": 28750, + "inox": 28751, + "rued": 28752, + "Ġsubstrates": 28753, + "Ġcorp": 28754, + "Ġslim": 28755, + "ĠEncyclop": 28756, + "Ġbitwise": 28757, + "castle": 28758, + "burning": 28759, + "Ġremnant": 28760, + "etes": 28761, + "results": 28762, + "paralle": 28763, + "Ġsumming": 28764, + "Ġherein": 28765, + "domain": 28766, + "ĠHenri": 28767, + "Australia": 28768, + "Ġacronym": 28769, + "pron": 28770, + "opedia": 28771, + "Ġpastures": 28772, + "Ġdarkest": 28773, + "Ġcapitalize": 28774, + "Ġstirring": 28775, + "Ġsprays": 28776, + "Ġgrim": 28777, + "Ġmanifests": 28778, + "Address": 28779, + "gallon": 28780, + "Ġintimidating": 28781, + "Ġdend": 28782, + "ĠSession": 28783, + "Ġagendas": 28784, + "Ġinventors": 28785, + "Ġconcealed": 28786, + "ĠRhodes": 28787, + "Adding": 28788, + "Ġfrightened": 28789, + ")`.": 28790, + "bie": 28791, + "pots": 28792, + "å¤": 28793, + "ĻĤ": 28794, + "Ġpublicity": 28795, + "Ġmultinational": 28796, + "Ġinclination": 28797, + "Ġlegislators": 28798, + "ĠSalmonella": 28799, + "ĠInquiry": 28800, + "Ġcosting": 28801, + "inae": 28802, + "ĠParts": 28803, + "gel": 28804, + "iya": 28805, + "׾": 28806, + "isional": 28807, + "imus": 28808, + "Ġhospitalization": 28809, + "Ġdeserted": 28810, + "bows": 28811, + "must": 28812, + "Ġcrashed": 28813, + "generate": 28814, + "iscopal": 28815, + "ĠDevil": 28816, + "Specific": 28817, + "Ġsneak": 28818, + "Ġmajors": 28819, + "ĠWorksheet": 28820, + "Ġgrids": 28821, + "ĠParas": 28822, + "Ġexerted": 28823, + "elo": 28824, + "acia": 28825, + "Ġmonsoon": 28826, + "Ġmetro": 28827, + "ĠShrine": 28828, + "Ġpalate": 28829, + "Ġdoubles": 28830, + "ĠBun": 28831, + "Ġdislike": 28832, + "gger": 28833, + "ĠSeb": 28834, + "Ġmigraines": 28835, + "Ġsummaries": 28836, + "Ġcondensation": 28837, + "ĠIsles": 28838, + "Ġpropriet": 28839, + "Ġlurking": 28840, + "Ġii": 28841, + "cutting": 28842, + "Ġredundancy": 28843, + "Ġgigantic": 28844, + "Ġstagnant": 28845, + "Ġcushion": 28846, + "Grand": 28847, + "ĠCraw": 28848, + "ects": 28849, + "ĠKS": 28850, + "ĠArr": 28851, + "ĠNorfolk": 28852, + "Ġdyslexia": 28853, + "Ġglyph": 28854, + "Ġtandem": 28855, + "Ġfals": 28856, + "isease": 28857, + "swick": 28858, + "Ġambassador": 28859, + "Ġventures": 28860, + "Ġfootprints": 28861, + "321": 28862, + "ĠJak": 28863, + "Ġlocating": 28864, + "Ġeloqu": 28865, + "Ġ};": 28866, + "Hey": 28867, + "Ġbrightest": 28868, + "ĠHardy": 28869, + "ĠCharacteristics": 28870, + "cases": 28871, + "Ġphotographed": 28872, + "Ġundet": 28873, + "Ġdedicate": 28874, + "ĠCoral": 28875, + "ĠFactory": 28876, + "Ġlobes": 28877, + "ĠSurvival": 28878, + "Pan": 28879, + "owitz": 28880, + "ĠPossible": 28881, + "ĠRunning": 28882, + "Ġrogue": 28883, + "Ġprocedural": 28884, + "Ġapopt": 28885, + "Ġdownloads": 28886, + "Ġdictated": 28887, + "Ġdecompose": 28888, + "male": 28889, + "urst": 28890, + "ĠGn": 28891, + "ĠSport": 28892, + "Ġfeeders": 28893, + "Ġannih": 28894, + "Ġdenominations": 28895, + "ĠExcessive": 28896, + "Cath": 28897, + "Ġlinger": 28898, + "Ġkar": 28899, + "phrine": 28900, + "Ġresultant": 28901, + "ĠGeoff": 28902, + "ĠISSN": 28903, + "ĠNSF": 28904, + "lime": 28905, + "links": 28906, + "ĠPiet": 28907, + "ĠHab": 28908, + "performing": 28909, + "Ġpreached": 28910, + "Ġparaphr": 28911, + "Ġrestruct": 28912, + "Ġtransports": 28913, + "Ġinduces": 28914, + "Ġpermeability": 28915, + "ĠReynolds": 28916, + "dl": 28917, + "Ġunin": 28918, + "Ġscout": 28919, + "ĠChancell": 28920, + "Ġflips": 28921, + "Ġrevol": 28922, + "ĠRevere": 28923, + "Ġurination": 28924, + "ĠBiomed": 28925, + "ĠNorton": 28926, + "Stay": 28927, + "Ġhonestly": 28928, + "Ġcolonialism": 28929, + "employee": 28930, + "ĠPlateau": 28931, + "Ġfirefighters": 28932, + "¬": 28933, + "ĠGam": 28934, + "ĠGru": 28935, + "Ġsleek": 28936, + "ĠGospels": 28937, + "zees": 28938, + "lickr": 28939, + "Ġnuisance": 28940, + "Ġallegiance": 28941, + "ĠBlockchain": 28942, + "Ġreplica": 28943, + "Ġorganically": 28944, + "complex": 28945, + "asking": 28946, + "ĠMeyer": 28947, + "Ġdetectable": 28948, + "Isa": 28949, + "Ġpermutation": 28950, + "ĠUCLA": 28951, + "Ġhelmets": 28952, + "icago": 28953, + "ĠHolid": 28954, + "closed": 28955, + "Ġfacult": 28956, + "Ġinspir": 28957, + "woods": 28958, + "ĠPictures": 28959, + "Ġhippocampus": 28960, + "ĠWinston": 28961, + "Ġattribution": 28962, + "236": 28963, + "Ġwholesale": 28964, + "Vict": 28965, + "asms": 28966, + "ĠHod": 28967, + "ĠEratosthenes": 28968, + "ĠShore": 28969, + "Experts": 28970, + "Ġawaiting": 28971, + "Ġupgrades": 28972, + "Ġsandwich": 28973, + "ĠFranco": 28974, + "ĠAttention": 28975, + "floor": 28976, + "Ġcourtyard": 28977, + "Ġwhoever": 28978, + "Ġcolds": 28979, + "ĠPeer": 28980, + "Ġinhibitor": 28981, + "Feel": 28982, + "bottom": 28983, + "ĠLeone": 28984, + "Ġconsequent": 28985, + "rupted": 28986, + "Ġforgot": 28987, + "Ġoutsider": 28988, + "Ġaggressively": 28989, + "ĠTaj": 28990, + "ĠSlavery": 28991, + "ĠFCC": 28992, + "ĠLines": 28993, + "Ġgrounding": 28994, + "Ġmathematically": 28995, + "Ġequilateral": 28996, + "Ġabruptly": 28997, + "Ö¸": 28998, + "need": 28999, + "Ġsmiling": 29000, + "ĠAllan": 29001, + "Ġdeduct": 29002, + "Ġqualification": 29003, + "ĠElectronics": 29004, + "strom": 29005, + "ĠRece": 29006, + "Ġfragrance": 29007, + "Ġtriumphs": 29008, + "415": 29009, + "720": 29010, + "EU": 29011, + "Tuesday": 29012, + "vacc": 29013, + "×IJ": 29014, + "Weight": 29015, + "ĠSeal": 29016, + "Ġgrandchildren": 29017, + "produced": 29018, + "ĠSatellite": 29019, + "Initially": 29020, + "duplicate": 29021, + "Ġattr": 29022, + "ĠArms": 29023, + "ĠAddiction": 29024, + "ichever": 29025, + "Ġfumes": 29026, + "ouched": 29027, + "ĠTuring": 29028, + "Univers": 29029, + "::-": 29030, + "ĠExamination": 29031, + "Ġintrigued": 29032, + "Ġannoying": 29033, + "ĠCards": 29034, + "ĠPip": 29035, + "Ġmagist": 29036, + "Ġextrater": 29037, + "Ġillegally": 29038, + "anan": 29039, + "ĠGiving": 29040, + "ĠThirty": 29041, + "ONE": 29042, + "ĠQuiz": 29043, + "ĠDefence": 29044, + "Ġpragmatic": 29045, + "Ġlys": 29046, + "oderm": 29047, + "Ġaquaculture": 29048, + "Ġbonded": 29049, + "processed": 29050, + "Windows": 29051, + "ĠLunar": 29052, + "Active": 29053, + "eming": 29054, + "assisted": 29055, + "Ġprinces": 29056, + "ĠCatholicism": 29057, + "eanor": 29058, + "Den": 29059, + "ĠPerman": 29060, + "Ġactivates": 29061, + "uga": 29062, + "Ġchromat": 29063, + "Ġsprayed": 29064, + "Ġriches": 29065, + "othyroidism": 29066, + "ĠCabinet": 29067, + "âģ": 29068, + "Ġpessim": 29069, + "Ġunderlie": 29070, + "Ġbackpack": 29071, + "Ġreacting": 29072, + "Ġdigitally": 29073, + "ĠBabylonian": 29074, + "Ġmultidisciplinary": 29075, + "Ġpeptide": 29076, + "stories": 29077, + "Ġstains": 29078, + "ĠRust": 29079, + "ĠGlen": 29080, + "tails": 29081, + "Genesis": 29082, + "ĠOdyssey": 29083, + "Ġeroded": 29084, + "ĠEvangel": 29085, + "Ġmonopol": 29086, + "waukee": 29087, + "Lord": 29088, + "member": 29089, + "Ġguerr": 29090, + "iologists": 29091, + "ĠWinn": 29092, + "ĠEly": 29093, + "ietz": 29094, + "expl": 29095, + "ĠAssign": 29096, + "237": 29097, + "ĠPercent": 29098, + "ĠNotre": 29099, + "Ġstaffing": 29100, + "rasonic": 29101, + "Virtual": 29102, + "nour": 29103, + "ĠPER": 29104, + "Ġblurring": 29105, + "Healthy": 29106, + "love": 29107, + "ĠConcept": 29108, + "Ġanthropogenic": 29109, + "Ġporcelain": 29110, + "ĠBuildings": 29111, + "Ġaveraging": 29112, + "Ġaphids": 29113, + "ĠPyramid": 29114, + "near": 29115, + "riosis": 29116, + "ĠLent": 29117, + "Ġinvoked": 29118, + "Ġdevoid": 29119, + "uckle": 29120, + "ISC": 29121, + "Ġadministering": 29122, + "Ġnotified": 29123, + "inkle": 29124, + "Ġmedial": 29125, + "ि": 29126, + "ratulations": 29127, + "Save": 29128, + "cus": 29129, + "ĠInuit": 29130, + "themed": 29131, + "ĠAnything": 29132, + "504": 29133, + "Ġrailways": 29134, + "Ġlavender": 29135, + "Integer": 29136, + "Ġendorsement": 29137, + "Daniel": 29138, + "ABC": 29139, + "Liter": 29140, + "gotten": 29141, + "Ġfission": 29142, + "ĠCic": 29143, + "Ġkel": 29144, + "Ġropes": 29145, + "ĠSecure": 29146, + "ĠTorres": 29147, + "Ġnomadic": 29148, + "wen": 29149, + "Ġcheek": 29150, + "panic": 29151, + "ĠSerge": 29152, + "Ġpossessing": 29153, + "Ġmisunderstanding": 29154, + "ĠCrohn": 29155, + "Population": 29156, + "Deb": 29157, + "Hill": 29158, + "Sol": 29159, + "ĠMold": 29160, + "ĠStick": 29161, + "Ġagility": 29162, + "Ġpharaoh": 29163, + "ĠRemote": 29164, + "Nearly": 29165, + "ĠTrou": 29166, + "ĠGPA": 29167, + "ĠGrades": 29168, + "Ġbanning": 29169, + "ĠDrosophila": 29170, + "prepared": 29171, + "akin": 29172, + "Ġsympath": 29173, + "luck": 29174, + "Ġdrafting": 29175, + "Ġvictorious": 29176, + "ön": 29177, + "digits": 29178, + "Ġswallowed": 29179, + "Ġfabricated": 29180, + "Ġepistem": 29181, + "Ġect": 29182, + "ĠThames": 29183, + "Ġoutset": 29184, + "neapolis": 29185, + "Ġgraded": 29186, + "ĠManit": 29187, + "Ġphenotype": 29188, + "Ġreminding": 29189, + "oshop": 29190, + "ĠSanti": 29191, + "Bu": 29192, + "fishing": 29193, + "kt": 29194, + "rather": 29195, + "Ġreim": 29196, + "Ġmyocard": 29197, + "Listen": 29198, + "ĠLarry": 29199, + "ĠMcKin": 29200, + "Message": 29201, + "Ġhail": 29202, + "Ġperfor": 29203, + "atsu": 29204, + "Ġerr": 29205, + "Ġcompounded": 29206, + "Ġsubstitutes": 29207, + "paralleled": 29208, + ")\"": 29209, + "Ġcries": 29210, + "Ġhue": 29211, + "Ġconserving": 29212, + "ĠCampus": 29213, + "Ġsulphur": 29214, + "Ġincurred": 29215, + "Mrs": 29216, + "RF": 29217, + "ĠOscar": 29218, + "ĠChlor": 29219, + "ĠPhone": 29220, + "travel": 29221, + "Secondly": 29222, + "Ġphonics": 29223, + "Ġintensified": 29224, + "Ġantiviral": 29225, + "ĠTheater": 29226, + "Ġdew": 29227, + "ĠMennon": 29228, + "ĠFI": 29229, + "Ġsignify": 29230, + "ĠSche": 29231, + "Ġspectra": 29232, + "ĠDamage": 29233, + "Ġrooftop": 29234, + "MT": 29235, + "Ġfooth": 29236, + "Ġflocks": 29237, + "Ġestu": 29238, + "reflection": 29239, + "Ġtranscendental": 29240, + "does": 29241, + "Ġspotlight": 29242, + "ĠHoover": 29243, + "rystall": 29244, + "oos": 29245, + "ĠSF": 29246, + "Ġimitation": 29247, + "ultures": 29248, + "Ġdistilled": 29249, + "ĠReuters": 29250, + "atsby": 29251, + "Ġsunflower": 29252, + "Ġcollaborated": 29253, + "Ġidiomatic": 29254, + "Ġforthcoming": 29255, + "Ġdiscriminate": 29256, + "Ġscrews": 29257, + "Ġrelentless": 29258, + "Ġcondu": 29259, + "ĠDw": 29260, + "Ġtyped": 29261, + "Ġplotting": 29262, + "Ġshrines": 29263, + "ĠOpportunities": 29264, + "Ġneurotransmitter": 29265, + "Ġeternity": 29266, + "Ġrenovation": 29267, + "Ġshattered": 29268, + "rophysics": 29269, + "Ġdolphin": 29270, + "Ġneuropathy": 29271, + "LT": 29272, + "Ġtents": 29273, + "Ġgovernors": 29274, + "ĠAndes": 29275, + "ĠCooperation": 29276, + "Ġferment": 29277, + "Summer": 29278, + "amide": 29279, + "Ġthematic": 29280, + "Ġmustard": 29281, + "Ġhalfway": 29282, + "ĠAndrews": 29283, + "planation": 29284, + "Ġfortunes": 29285, + "Media": 29286, + "racial": 29287, + "ĠReb": 29288, + "ĠXV": 29289, + "Ġcorrectness": 29290, + "Ġanalogies": 29291, + "RY": 29292, + "fifth": 29293, + "location": 29294, + "Ġtearing": 29295, + "opold": 29296, + "ĠRabb": 29297, + "ophone": 29298, + "Always": 29299, + "Ġmentoring": 29300, + "Ġepidemics": 29301, + "Lib": 29302, + "ĠHes": 29303, + "omson": 29304, + "ĠMaths": 29305, + "Ġfractional": 29306, + "Ġmartyr": 29307, + "Ġembarked": 29308, + "ĠCoordinator": 29309, + "iologic": 29310, + "aras": 29311, + "Ġuncheck": 29312, + "Ġalleles": 29313, + "Ġwheelchair": 29314, + "Ġattachments": 29315, + "sexual": 29316, + "ĠDuncan": 29317, + "Ġatherosclerosis": 29318, + "ĠAnthropology": 29319, + "Java": 29320, + "cam": 29321, + "Ġrivals": 29322, + "247": 29323, + "IGN": 29324, + "ĠChoosing": 29325, + "Eds": 29326, + "Ġpenny": 29327, + "ĠTABLE": 29328, + "ogues": 29329, + "Ġmeaningless": 29330, + "Ġadventurous": 29331, + "ĠTHIS": 29332, + "Ġworshipped": 29333, + "Ġparanormal": 29334, + "Fs": 29335, + "Ġwatt": 29336, + "Ġseparator": 29337, + "bladder": 29338, + "Ġantennas": 29339, + "Ġconvictions": 29340, + "ĠAuschwitz": 29341, + "ĠErit": 29342, + "Ġ\".": 29343, + "awing": 29344, + "Ġcounters": 29345, + "Ġurges": 29346, + "Ġtransferable": 29347, + "imi": 29348, + "ishi": 29349, + "scapes": 29350, + "Ġerase": 29351, + "264": 29352, + "ĠMonroe": 29353, + "Ġlandscaping": 29354, + "Ġminimized": 29355, + "Ġthresholds": 29356, + "ĠFilipino": 29357, + "jpg": 29358, + "yy": 29359, + "Ġfused": 29360, + "olon": 29361, + "Ġsocialization": 29362, + "Ġsupplementary": 29363, + "Ġchromium": 29364, + "Division": 29365, + "arum": 29366, + "Ġseep": 29367, + "Ġbelongings": 29368, + "Ġintellectuals": 29369, + "hog": 29370, + "wald": 29371, + "yield": 29372, + "Ġpaternal": 29373, + "ĠCases": 29374, + "ĠEthernet": 29375, + "Ġspicy": 29376, + "Ġ`\"": 29377, + "Ġglo": 29378, + "Ġrevolutions": 29379, + "ĠExamine": 29380, + "ĠCornwall": 29381, + "NH": 29382, + "Various": 29383, + "Ġmeadows": 29384, + "Ġemits": 29385, + "Ġmarital": 29386, + "looks": 29387, + "Ġmixes": 29388, + "ĠLiberation": 29389, + "chemy": 29390, + "Ġspokesman": 29391, + "FDA": 29392, + "rex": 29393, + "Ġfronts": 29394, + "Ġmounds": 29395, + "ĠAST": 29396, + "ĠHale": 29397, + "ISPR": 29398, + "Ġpituitary": 29399, + "iu": 29400, + "Ġtinnitus": 29401, + "ophen": 29402, + "ochem": 29403, + "ortment": 29404, + "Ġverifying": 29405, + "Ġturmeric": 29406, + "Ġrectum": 29407, + "ĠShuttle": 29408, + "çļĦ": 29409, + "assemb": 29410, + "Ġoverd": 29411, + "Ġquasi": 29412, + "Ġmyc": 29413, + "Ġafterlife": 29414, + "Ġlawmakers": 29415, + "Ġpictured": 29416, + "Ġexploits": 29417, + "Ġdiscounted": 29418, + "ĠWalking": 29419, + "UG": 29420, + "udes": 29421, + "Ġspleen": 29422, + "Ġkay": 29423, + "Ġendpoints": 29424, + "Ġsustainably": 29425, + "Practice": 29426, + "Ġsid": 29427, + "oprotein": 29428, + "ĠPP": 29429, + "Ġsept": 29430, + "agara": 29431, + "ossary": 29432, + "ĠDoct": 29433, + "ATED": 29434, + "Ġtornadoes": 29435, + "ĠCavalry": 29436, + "ĠDifficulty": 29437, + "Sund": 29438, + "stress": 29439, + "verting": 29440, + "ustry": 29441, + "Substituting": 29442, + "ousand": 29443, + "Ġupfront": 29444, + "logging": 29445, + "Ġchlorophyll": 29446, + "Ġrecyclable": 29447, + "Ġfecal": 29448, + "ĠIber": 29449, + "ĠRew": 29450, + "Thursday": 29451, + "setting": 29452, + "Ġundertook": 29453, + "ĠPoison": 29454, + "ĠDemocrat": 29455, + "Ġeradication": 29456, + "Ġdoomed": 29457, + "Ġinflicted": 29458, + "Ġscreenings": 29459, + "Ġrecruiting": 29460, + "ĠLegislative": 29461, + "live": 29462, + "nick": 29463, + "ĠMent": 29464, + "ación": 29465, + "ĠBend": 29466, + "ĠLocated": 29467, + "Ġcommissions": 29468, + "Ġroadmap": 29469, + "ocrin": 29470, + "reference": 29471, + "Ġornate": 29472, + "adjust": 29473, + "ĠWilderness": 29474, + "Ġaqueous": 29475, + "another": 29476, + "animal": 29477, + "ĠSEO": 29478, + "ĠDart": 29479, + "olytic": 29480, + "Ġordained": 29481, + "ĠCameron": 29482, + "uminescent": 29483, + "});": 29484, + "Ġimitate": 29485, + "ĠHumanities": 29486, + "Ġprevailed": 29487, + "ĠPresbyterian": 29488, + "Ġjokes": 29489, + "iker": 29490, + "Ġgroundwork": 29491, + "ĠPreschool": 29492, + "Ġbroaden": 29493, + "Ġyellowish": 29494, + "Ġamyloid": 29495, + "-)": 29496, + "Love": 29497, + "cup": 29498, + "atio": 29499, + "idia": 29500, + "ĠBoulder": 29501, + "Ġforesee": 29502, + "ĠConcern": 29503, + "Ġpsychiatrist": 29504, + "Ġcascade": 29505, + "η": 29506, + "ĠDennis": 29507, + "OCR": 29508, + "Ġcervix": 29509, + "Ġsaddle": 29510, + "NY": 29511, + "ecycle": 29512, + "ĠCOP": 29513, + "ĠBayesian": 29514, + "Ġmacroph": 29515, + "attering": 29516, + "ozoic": 29517, + "Ġbrigade": 29518, + "cumin": 29519, + "rils": 29520, + "Ġconced": 29521, + "ĠKoh": 29522, + "Ġagitation": 29523, + "Ġsounded": 29524, + "Chronic": 29525, + "negot": 29526, + "Ġtasting": 29527, + "Ġeluc": 29528, + "arcin": 29529, + "Ġversatility": 29530, + "ĠJuliet": 29531, + "Ġhockey": 29532, + "Job": 29533, + "teller": 29534, + "virus": 29535, + "Ġil": 29536, + "sted": 29537, + "ayette": 29538, + "odon": 29539, + "ĠPir": 29540, + "Ġsubdiv": 29541, + "ĠRebec": 29542, + "Ġgeographically": 29543, + "alfa": 29544, + "addy": 29545, + "Ġmelanch": 29546, + "Ġreconnaissance": 29547, + "References": 29548, + "ĠVocabulary": 29549, + "resources": 29550, + "Ġdispro": 29551, + "Ġlogger": 29552, + "ĠTradition": 29553, + "Ġcrowned": 29554, + "Better": 29555, + "Ġdisorientation": 29556, + "Wall": 29557, + "cessions": 29558, + "Ġfinanced": 29559, + "Ġmicrobiota": 29560, + "Neill": 29561, + "Effective": 29562, + "ĠEugene": 29563, + "HIV": 29564, + "bool": 29565, + "ĠKw": 29566, + "Ġnormalization": 29567, + "Client": 29568, + "Result": 29569, + "Ġroyalty": 29570, + "Ġadvertisement": 29571, + "Ġreclaimed": 29572, + "having": 29573, + "Ġausp": 29574, + "Ġeuro": 29575, + "ĠWise": 29576, + "Ġshields": 29577, + "Ġstrata": 29578, + "ĠCarroll": 29579, + "त": 29580, + "Ġbinocular": 29581, + "Anyone": 29582, + "Ġapostles": 29583, + "fashioned": 29584, + "zon": 29585, + "Ġroam": 29586, + "Ġstrides": 29587, + "ĠProof": 29588, + "ĠTooth": 29589, + "ĠContribut": 29590, + "Ġflavon": 29591, + "randint": 29592, + "broken": 29593, + "Ġreferencing": 29594, + "Ġoyster": 29595, + "ĠRichardson": 29596, + "IZ": 29597, + "Ten": 29598, + "Ġbob": 29599, + "Ġchasing": 29600, + "Ġlookup": 29601, + "...]": 29602, + "Ġinnovate": 29603, + "ĠTwelve": 29604, + "Ġlinguistics": 29605, + "Ġprocrast": 29606, + "ĠFlower": 29607, + "Ġincision": 29608, + "Ġignition": 29609, + "environment": 29610, + "etal": 29611, + "ĠPush": 29612, + "ĠFiction": 29613, + "ĠFellows": 29614, + "Ġchildcare": 29615, + "ĠUnix": 29616, + "ér": 29617, + "Ġcasts": 29618, + "Ġtumours": 29619, + "ĠJerry": 29620, + "Ġarticulated": 29621, + "ĠAuthors": 29622, + "ĠRoma": 29623, + "Ġfacto": 29624, + "ĠDeer": 29625, + "Advantages": 29626, + "Ġconcurrently": 29627, + "Ġpedagogy": 29628, + "ĠHorizon": 29629, + "binding": 29630, + "repe": 29631, + "Ġmates": 29632, + "ĠInto": 29633, + "Ġprayed": 29634, + "Ġcompactness": 29635, + "Ġdiversion": 29636, + "ĠPew": 29637, + "ĠVert": 29638, + "ĠCanterbury": 29639, + "Ġobservance": 29640, + "ĠHousehold": 29641, + "ĠProvides": 29642, + "ĠDiagnostic": 29643, + "ĠPri": 29644, + "ĠJohnston": 29645, + "Ġplotted": 29646, + "Ġdrier": 29647, + "ĠSpectrum": 29648, + "Ġinterchangeably": 29649, + "uities": 29650, + "ionic": 29651, + "ĠSul": 29652, + "ĠEuclid": 29653, + "Ġresumed": 29654, + "Ġfavourable": 29655, + "Ġsyllable": 29656, + "ĠEssentially": 29657, + "GN": 29658, + "rush": 29659, + "ĠCust": 29660, + "ĠGogh": 29661, + "Ġdistort": 29662, + "Ġinsurg": 29663, + "Ġphoton": 29664, + "Ġmandates": 29665, + "Ġarchaeologist": 29666, + "Jun": 29667, + "OA": 29668, + "}{": 29669, + "uds": 29670, + "Ġclamp": 29671, + "Ġdecode": 29672, + "Ġdesignate": 29673, + "ĠNavajo": 29674, + "Heb": 29675, + "ĠVes": 29676, + "302": 29677, + "Ġcyn": 29678, + "ĠSig": 29679, + "Ġeminent": 29680, + "Ġcataracts": 29681, + "ĠMarian": 29682, + "Ġshading": 29683, + "Ġstranded": 29684, + "Ġecclesiastical": 29685, + "ĠBrunswick": 29686, + "Ġnarration": 29687, + "Ġmultiplicative": 29688, + "foo": 29689, + "ĠGW": 29690, + "Ġrunner": 29691, + "Ġinserts": 29692, + "Ġsubsurface": 29693, + "ocyan": 29694, + "ĠSpeaker": 29695, + "invest": 29696, + "ĠBib": 29697, + "neutral": 29698, + "ĠUnity": 29699, + "Ġexplanatory": 29700, + "Ġhospitalized": 29701, + "Ġinterfering": 29702, + "functions": 29703, + "Ġbeak": 29704, + "ĠMagnetic": 29705, + "ĠFields": 29706, + "aryng": 29707, + "Ġtherein": 29708, + "ĠVector": 29709, + "ĠSharp": 29710, + "Ġrhiz": 29711, + "Ġfolate": 29712, + "ĠSalem": 29713, + "Ġnominated": 29714, + "Ġsupernova": 29715, + "Ġrejuven": 29716, + "ĠTrie": 29717, + "253": 29718, + "Ġprejudices": 29719, + "Ġsealing": 29720, + "Ġweld": 29721, + "ĠMessage": 29722, + "idium": 29723, + "Ġemitting": 29724, + "Ġforested": 29725, + "Ġseminars": 29726, + "Ġmarkedly": 29727, + "Ġunderscore": 29728, + "Jud": 29729, + "utz": 29730, + "ademic": 29731, + "Ġunparalleled": 29732, + "Ġgeo": 29733, + "Ġacquainted": 29734, + "ĠCitizen": 29735, + "Ġdocstring": 29736, + "venting": 29737, + "Ġmotto": 29738, + "Ġspeeding": 29739, + "trained": 29740, + "Ġcopyrighted": 29741, + "ĠBolshe": 29742, + "Ġfellowship": 29743, + "Ġimpoverished": 29744, + "%||": 29745, + "Ġalmonds": 29746, + "planned": 29747, + "ĠLob": 29748, + "Ġgoose": 29749, + "ĠClaim": 29750, + "ĠMaritime": 29751, + "ĠSioux": 29752, + "bear": 29753, + "Ġlumbar": 29754, + "ĠCash": 29755, + "ĠPatt": 29756, + "Ġparach": 29757, + "ĠIND": 29758, + "decimal": 29759, + "Ġmats": 29760, + "Ġseekers": 29761, + "Ġspotting": 29762, + "ĠIQR": 29763, + "ĠCorinthians": 29764, + "_(": 29765, + "ĠSET": 29766, + "ĠDas": 29767, + "Ġforeshadow": 29768, + "}\\": 29769, + "Ġmural": 29770, + "Ġadsor": 29771, + "Ġtenderness": 29772, + "Ġaccumulating": 29773, + "Ġsafeguards": 29774, + "Hg": 29775, + "mph": 29776, + "azard": 29777, + "Dom": 29778, + "Something": 29779, + "Ġchefs": 29780, + "Stream": 29781, + "gener": 29782, + "Ġradon": 29783, + "structure": 29784, + "Ġfamed": 29785, + "Ġbeliever": 29786, + "evolution": 29787, + "ĠReduced": 29788, + "Ġsedimentary": 29789, + "illon": 29790, + "Ġcomplements": 29791, + "ĠEarlier": 29792, + "Ġuncondition": 29793, + "Ġgraduating": 29794, + "Ġgalvan": 29795, + "Ġdecaying": 29796, + "ĠHebrews": 29797, + "Wednesday": 29798, + "MW": 29799, + "ĠPon": 29800, + "Ġstudios": 29801, + "Ġzoning": 29802, + "visible": 29803, + "ĠParadise": 29804, + "Ġibn": 29805, + "Essential": 29806, + "020": 29807, + "Mer": 29808, + "ĠPull": 29809, + "ĠBoh": 29810, + "agged": 29811, + "Ġsickle": 29812, + "ĠBeta": 29813, + "Ġgamification": 29814, + "Hope": 29815, + "Ùĥ": 29816, + "Ġkins": 29817, + "Ġemergent": 29818, + "ĠMeat": 29819, + "Ġirrespective": 29820, + "ecl": 29821, + "Ġdefer": 29822, + "Ġtrusting": 29823, + "Ġknocked": 29824, + "chip": 29825, + "ĠStern": 29826, + "ĠDale": 29827, + "ĠVegas": 29828, + "Ġdecoding": 29829, + "Ġcompleteness": 29830, + "anched": 29831, + "Ġacidification": 29832, + "Tok": 29833, + "iosis": 29834, + "ĠMJ": 29835, + "Ġbraking": 29836, + "afts": 29837, + "relim": 29838, + "Ġpiping": 29839, + "ĠSuperior": 29840, + "ĠStockholm": 29841, + "ĠCollaborative": 29842, + "die": 29843, + "vik": 29844, + "Ġ[-": 29845, + "ĠScheme": 29846, + "Ġslipped": 29847, + "ferred": 29848, + "ĠParish": 29849, + "ĠCourts": 29850, + "Ġbleach": 29851, + "Ġcosmology": 29852, + "Ġpadding": 29853, + "aryngeal": 29854, + "Ġflossing": 29855, + "Mental": 29856, + "ostasis": 29857, + "Ġteas": 29858, + "ĠChrome": 29859, + "ĠHeights": 29860, + "ĠGujar": 29861, + "Ġflea": 29862, + "ɪ": 29863, + "ĠEstate": 29864, + "ĠThousands": 29865, + "Ġcurl": 29866, + "aqu": 29867, + "ĠGiov": 29868, + "much": 29869, + "§": 29870, + "Ġpalsy": 29871, + "Ġhij": 29872, + "omeg": 29873, + "Ġcontiguous": 29874, + "Ġgrap": 29875, + "Ġradios": 29876, + "ĠBlind": 29877, + "Ġattributable": 29878, + "ĠWiki": 29879, + "Ġscarcely": 29880, + "ifestyle": 29881, + "bered": 29882, + "ĠMAC": 29883, + "Ġpartitions": 29884, + "Ġmedically": 29885, + "Ġdevise": 29886, + "contact": 29887, + "speople": 29888, + "Ġinfiltration": 29889, + "esch": 29890, + "ĠSpread": 29891, + "Ġnovelty": 29892, + "Ġminimally": 29893, + "Ġpioneered": 29894, + "Ġominous": 29895, + "inine": 29896, + "street": 29897, + "Ġstaining": 29898, + "uled": 29899, + "ĠMü": 29900, + "plastic": 29901, + "ourg": 29902, + "ĠReally": 29903, + "Ġpriced": 29904, + "Ġgranular": 29905, + "Ġparsed": 29906, + "Ġrampant": 29907, + "Has": 29908, + "oreg": 29909, + "Explain": 29910, + "ĠReady": 29911, + "ĠNoble": 29912, + "Ġsquirrel": 29913, + "rison": 29914, + "asper": 29915, + "Ġrelic": 29916, + "ickle": 29917, + "Ġverdict": 29918, + "boro": 29919, + "ĠRefer": 29920, + "Ġdiarrhoea": 29921, + "hovah": 29922, + "enet": 29923, + "legged": 29924, + "ĠPorter": 29925, + "ĠRect": 29926, + "ĠGaelic": 29927, + "pleted": 29928, + "ĠHarlem": 29929, + "ĠHarriet": 29930, + "ĠEquations": 29931, + "Ġbombard": 29932, + "Ġhallucinations": 29933, + "Ġbeard": 29934, + "Ġcirculate": 29935, + "details": 29936, + "Ġendothelial": 29937, + "323": 29938, + "Ġcontour": 29939, + "google": 29940, + "Ġpencils": 29941, + "Ġbracket": 29942, + "Ġtyranny": 29943, + "hom": 29944, + "ĠMaz": 29945, + "ansen": 29946, + "aea": 29947, + "Ġsunburn": 29948, + "Ġskeletons": 29949, + "Ġascend": 29950, + "Ġintracellular": 29951, + "mounted": 29952, + "determination": 29953, + "Ġwhistle": 29954, + "Ġexternally": 29955, + "ĠMineral": 29956, + "ĠSlave": 29957, + "ĠRebecca": 29958, + "Bill": 29959, + "м": 29960, + "ĠLaf": 29961, + "ricia": 29962, + "Ġoffence": 29963, + "Ġsizeof": 29964, + "empts": 29965, + "Ġqueens": 29966, + "Ġtariffs": 29967, + "ĠDynamics": 29968, + "Pa": 29969, + "mart": 29970, + "mite": 29971, + "edo": 29972, + "ĠPoe": 29973, + "ĠWeber": 29974, + "Ġrecommending": 29975, + "Ġbadges": 29976, + "allets": 29977, + "Above": 29978, + "Ġreperto": 29979, + "same": 29980, + "Ġlute": 29981, + "anders": 29982, + "Ġclicks": 29983, + "Ġtwigs": 29984, + "Ġfilaments": 29985, + "Ġspecialised": 29986, + "Ġbitten": 29987, + "Ġrainforests": 29988, + "ĠAzerbai": 29989, + "Ġquirks": 29990, + "HF": 29991, + "cussions": 29992, + "ب": 29993, + "Ġdownfall": 29994, + "ĠMemphis": 29995, + "Ġallele": 29996, + "mor": 29997, + "Ġclone": 29998, + "philis": 29999, + "Ġdefy": 30000, + "arser": 30001, + "erala": 30002, + "thought": 30003, + "Ġshorten": 30004, + "Ġprogressing": 30005, + "ĠEthnic": 30006, + "ĠReporting": 30007, + "Ġpearl": 30008, + "Clean": 30009, + "rice": 30010, + "sav": 30011, + "ĠStim": 30012, + "Ġacademy": 30013, + "ĠTemper": 30014, + "Ġmurders": 30015, + "circle": 30016, + "icans": 30017, + "andescent": 30018, + "ĠEST": 30019, + "257": 30020, + "Ġaffective": 30021, + "Ġconductors": 30022, + "Ġquarterly": 30023, + "Ġrepublican": 30024, + "ĠDuc": 30025, + "Ġunbiased": 30026, + "Ġinvoluntary": 30027, + "ĠGeorgian": 30028, + "Machine": 30029, + "utors": 30030, + "ĠPseud": 30031, + "ĠGerald": 30032, + "ĠGastro": 30033, + "**.": 30034, + "Ġtransplanted": 30035, + "Ġwatery": 30036, + "Ġconnector": 30037, + "ĠIdea": 30038, + "ĠTables": 30039, + "onement": 30040, + "ommun": 30041, + "Ġproductions": 30042, + "ĠPrussian": 30043, + "rews": 30044, + "Cannot": 30045, + "Ġgestation": 30046, + "ĠUniversities": 30047, + "Ġporch": 30048, + "sustaining": 30049, + "tys": 30050, + "vag": 30051, + "ĠTap": 30052, + "ete": 30053, + "ĠLO": 30054, + "Ġcomposing": 30055, + "Ġvariances": 30056, + "Ġpredictors": 30057, + "ĠCOMP": 30058, + "Deep": 30059, + "ĠDop": 30060, + "ĠDame": 30061, + "Ġantif": 30062, + "Ġviolating": 30063, + "Ġunexpectedly": 30064, + "Ġbang": 30065, + "Ġxen": 30066, + "ipples": 30067, + "Ġshielding": 30068, + "ĠDurham": 30069, + "³³³³³³³³³³³³³³³³": 30070, + "Daily": 30071, + "Ġophthalm": 30072, + "Ġholog": 30073, + "aseous": 30074, + "angible": 30075, + "Ġsolvents": 30076, + "Ġprevail": 30077, + "Ġpledged": 30078, + "ĠRac": 30079, + "oodle": 30080, + "Ġlogistical": 30081, + "Ġsoups": 30082, + "ĠLearners": 30083, + "Ġlinearly": 30084, + "aisy": 30085, + "Ġconsolidated": 30086, + "Ġoysters": 30087, + "imodal": 30088, + "egg": 30089, + "ĠSchmidt": 30090, + "ĠLabs": 30091, + "\\\\": 30092, + "Ġcages": 30093, + "ĠTypical": 30094, + "umper": 30095, + "ĠVander": 30096, + "Ġaval": 30097, + "ĠEarthqu": 30098, + "Ġallergen": 30099, + "Ġvenous": 30100, + "ĠAMD": 30101, + "Ġdumb": 30102, + "Ġlore": 30103, + "ieving": 30104, + "ĠShepherd": 30105, + "essionals": 30106, + "ĠCartesian": 30107, + "Ġavocado": 30108, + "Soc": 30109, + "onucle": 30110, + "ĠElection": 30111, + "ĠEyes": 30112, + "Ġjets": 30113, + "Ġrapp": 30114, + "Ġbiome": 30115, + "iban": 30116, + "ĠInner": 30117, + "Ġuphe": 30118, + "Ġforeground": 30119, + "ĠCann": 30120, + "Ġpolluting": 30121, + "ĠESL": 30122, + "244": 30123, + "Ġcortical": 30124, + "ĠIndexError": 30125, + "Ġparadoxes": 30126, + "Ġrevelations": 30127, + "Ġallegations": 30128, + "Ġlawsuits": 30129, + "reliminary": 30130, + "inees": 30131, + "Ġexposes": 30132, + "Ġstartups": 30133, + "540": 30134, + "640": 30135, + "HI": 30136, + "bc": 30137, + "Ġexits": 30138, + "ĠPump": 30139, + "ĠBacteria": 30140, + "Ġmonsters": 30141, + "posite": 30142, + "Ġenlightened": 30143, + "alination": 30144, + "Ġrested": 30145, + "ĠSho": 30146, + "ĠHydro": 30147, + "fighting": 30148, + "Ġentrepreneurial": 30149, + "Come": 30150, + "Run": 30151, + "yu": 30152, + "amate": 30153, + "Ġsubway": 30154, + "Ġsymbiotic": 30155, + "ĠFraser": 30156, + "burse": 30157, + "Ġaspiration": 30158, + "................": 30159, + "ĠSally": 30160, + "istency": 30161, + "ephal": 30162, + "ĠLords": 30163, + "Ġbloggers": 30164, + "ĠSeeing": 30165, + "wax": 30166, + "awk": 30167, + "Ġguesses": 30168, + "Ġdowntime": 30169, + "Ġtingling": 30170, + "rafts": 30171, + "ĠGather": 30172, + "Ġbitcoin": 30173, + "ĠLegacy": 30174, + "Ġtwisting": 30175, + "Ġbureaucracy": 30176, + "horn": 30177, + "ĠPall": 30178, + "osse": 30179, + "Ġplut": 30180, + "ĠItem": 30181, + "enging": 30182, + "markets": 30183, + "ĠDirective": 30184, + "ĠOceanic": 30185, + "Ġepidemiological": 30186, + "Ren": 30187, + "Ġunfore": 30188, + "ĠWeak": 30189, + "248": 30190, + "âĢłâĢł": 30191, + "Winter": 30192, + "kah": 30193, + "ĠDiana": 30194, + "Ġkindly": 30195, + "Cho": 30196, + "Ġmotorcycle": 30197, + "ĠChronicle": 30198, + "ĠPedro": 30199, + "zig": 30200, + "Ġceliac": 30201, + "ĠCrop": 30202, + "Ġoutc": 30203, + "Ġperpetuate": 30204, + "Ġfranchise": 30205, + "080": 30206, + "Ġcovari": 30207, + "ĠAK": 30208, + "Ġafflicted": 30209, + "Ġshutdown": 30210, + "Ġtallest": 30211, + "Ġdiploma": 30212, + "Ġtomography": 30213, + "ĠCroatia": 30214, + "Ġcorticoster": 30215, + "isEmpty": 30216, + "eeks": 30217, + "ussed": 30218, + "Ġgeese": 30219, + "ĠOuter": 30220, + "Ġodors": 30221, + "ĠArmenia": 30222, + "Ġreckless": 30223, + "æľ": 30224, + "Ġhooked": 30225, + "opoly": 30226, + "Ġcontested": 30227, + "Ġinfusion": 30228, + "Ġinitiating": 30229, + "Plus": 30230, + "Ġscholarships": 30231, + "Mah": 30232, + "nlm": 30233, + "Ġneph": 30234, + "ĠGaza": 30235, + "ovich": 30236, + "Ġendpoint": 30237, + "ĠWhilst": 30238, + "ĠProfile": 30239, + "ietzsche": 30240, + "dry": 30241, + "upt": 30242, + "Ġtul": 30243, + "ĠDrop": 30244, + "Ġideologies": 30245, + "Ġcleaners": 30246, + "ĠJesuit": 30247, + "Ġoverlooking": 30248, + "ĠExpected": 30249, + "ĠMessenger": 30250, + "ĠPhotoshop": 30251, + "Ġnymph": 30252, + "ĠPlu": 30253, + "Ġsuction": 30254, + "Ġunderworld": 30255, + "Ġcalam": 30256, + "Ġelites": 30257, + "approved": 30258, + "until": 30259, + "ĠAusten": 30260, + "Ġbleaching": 30261, + "ĠWhitman": 30262, + "'):": 30263, + "Sor": 30264, + "Ġanchored": 30265, + "ĠHuntington": 30266, + "ocations": 30267, + "mares": 30268, + "olysis": 30269, + "HTML": 30270, + "ĠMatters": 30271, + "Ġtopped": 30272, + "Ġencountering": 30273, + "ĠWikimedia": 30274, + "Ġ\\*": 30275, + "Ġlouder": 30276, + "316": 30277, + "odiac": 30278, + "oso": 30279, + "Ġleaning": 30280, + "Ġpharmaceuticals": 30281, + "pole": 30282, + "ĠTale": 30283, + "istries": 30284, + "ĠMist": 30285, + "ĠGain": 30286, + "Ġupbringing": 30287, + "Ġdealer": 30288, + "ĠConfederation": 30289, + "390": 30290, + "ĠÙħ": 30291, + "channel": 30292, + "Ġunavoid": 30293, + "Ġindig": 30294, + "Ġhandheld": 30295, + "ĠAdolf": 30296, + "Ġcraters": 30297, + "262": 30298, + "Ġrotates": 30299, + "ĠBeauty": 30300, + "Ġjellyfish": 30301, + "Ġunchecked": 30302, + "lash": 30303, + "Ġng": 30304, + "ĠSag": 30305, + "ribly": 30306, + "Ġpatriotic": 30307, + "itability": 30308, + "ĠMint": 30309, + "ĠMales": 30310, + "ĠKre": 30311, + "ĠMyClass": 30312, + "ĠRegistry": 30313, + "Ġfibrous": 30314, + "paths": 30315, + "Ġstalks": 30316, + "bler": 30317, + "Ġcurtain": 30318, + "ĠArtists": 30319, + "Ġrehears": 30320, + "ĠWid": 30321, + "Ġtoolkit": 30322, + "ĠGlenn": 30323, + "ĠKeys": 30324, + "ĠIntervention": 30325, + "Ġsplendid": 30326, + "Ġplankton": 30327, + "?.": 30328, + "Hash": 30329, + "Ġauthored": 30330, + "death": 30331, + "ĠClasses": 30332, + "ĠStanding": 30333, + "ĠComputers": 30334, + "Ġembodiment": 30335, + "Ġpian": 30336, + "Ġunic": 30337, + "Ġtransgenic": 30338, + "Ġprogester": 30339, + "Ġcalend": 30340, + "Ancient": 30341, + "Ġ::": 30342, + "ochrom": 30343, + "Artificial": 30344, + "Ġencompassing": 30345, + "ĠGlacier": 30346, + "Ġditch": 30347, + "Ġlest": 30348, + "ĠTum": 30349, + "ĠNewsp": 30350, + "Ġslots": 30351, + "feit": 30352, + "Ġheterogeneous": 30353, + "ÅŁ": 30354, + "uder": 30355, + "ibe": 30356, + "Ġrepression": 30357, + "Ġclassifications": 30358, + "Ġlitres": 30359, + "Ġcrank": 30360, + "Ġheartburn": 30361, + "ĠBarrier": 30362, + "Ġcounterintuitive": 30363, + "Ġsubtly": 30364, + "ĠAnnie": 30365, + "Ġdischarges": 30366, + "Ġcataract": 30367, + "311": 30368, + "Euclidean": 30369, + "Ġhamm": 30370, + "ilight": 30371, + "ĠTouch": 30372, + "reeks": 30373, + "ĠKurd": 30374, + "ursions": 30375, + "below": 30376, + "systems": 30377, + "ĠDegree": 30378, + "bag": 30379, + "ĠDion": 30380, + "perse": 30381, + "Ġjog": 30382, + "Ġ''.": 30383, + "plicating": 30384, + "Ġmurm": 30385, + "Ġsynthesize": 30386, + "ĠBennett": 30387, + "paying": 30388, + "athere": 30389, + "Ġcostume": 30390, + "Ġhangs": 30391, + "Ġsubstituted": 30392, + "ĠFiber": 30393, + "ĠExit": 30394, + "Improved": 30395, + "Ġconvection": 30396, + "rocessing": 30397, + "Ġsermon": 30398, + "Ġenqueue": 30399, + "Ġinsulated": 30400, + "sponsored": 30401, + "ĠHayes": 30402, + "ĠRehabilitation": 30403, + "iners": 30404, + "Ġquake": 30405, + "Ġgenotype": 30406, + "Ġaffluent": 30407, + "Ġconsultants": 30408, + "Ġinhalation": 30409, + "ĠSantiago": 30410, + "Ġaust": 30411, + "ĠComing": 30412, + "Ġledger": 30413, + "ĠProgressive": 30414, + "Ġsweetness": 30415, + "HOW": 30416, + "ĠPapua": 30417, + "Father": 30418, + "Ġdred": 30419, + "ĠFlying": 30420, + "Ġpleasures": 30421, + "Ġmodulus": 30422, + "Ġprogesterone": 30423, + "Ġgour": 30424, + "ocities": 30425, + "Columb": 30426, + "Hyper": 30427, + "vine": 30428, + "Ġpartnered": 30429, + "Ġsquid": 30430, + "ĠSwan": 30431, + "Complete": 30432, + "Ġoscillations": 30433, + "ĠPI": 30434, + "ĠPf": 30435, + "Ġinfested": 30436, + "uffer": 30437, + "ummies": 30438, + "Request": 30439, + "gently": 30440, + "006": 30441, + "ĠUnicode": 30442, + "ĠClim": 30443, + "Ġsouven": 30444, + "ĠTransl": 30445, + "ĠNowadays": 30446, + "Ġshipwre": 30447, + "unker": 30448, + "Ġridiculous": 30449, + "Ġpreschoolers": 30450, + "Az": 30451, + "Fish": 30452, + "PCR": 30453, + "tin": 30454, + "Ġtout": 30455, + "Ġhing": 30456, + "ĠMouse": 30457, + "ĠFrost": 30458, + "Ġdrafts": 30459, + "Ġmigrations": 30460, + "Agricult": 30461, + "enzie": 30462, + "ĠSplit": 30463, + "emotional": 30464, + "ocaly": 30465, + "Ġposit": 30466, + "Ġpostal": 30467, + "Ġsandwic": 30468, + "Ġâīł": 30469, + "ĠTerry": 30470, + "Ġbiofuel": 30471, + "Ġendowed": 30472, + "Ġopaque": 30473, + "Ġdominates": 30474, + "celsius": 30475, + "HER": 30476, + "Ġvested": 30477, + "Ġleaking": 30478, + "ĠGatsby": 30479, + "Ġenglish": 30480, + "authors": 30481, + "246": 30482, + "Ġflooring": 30483, + "Ġsynonyms": 30484, + "ĠHistorically": 30485, + "Ġlocus": 30486, + "Ġzeal": 30487, + "Ġmachining": 30488, + "Ġbotan": 30489, + "Historical": 30490, + "ĠKnox": 30491, + "ĠPrairie": 30492, + "ĠItalians": 30493, + "Poor": 30494, + "ĠDistance": 30495, + "Ġtownspeople": 30496, + "Ġforgetting": 30497, + "variable": 30498, + "ĠAnatomy": 30499, + "Emer": 30500, + "pad": 30501, + "ĠIB": 30502, + "yss": 30503, + "Ġrails": 30504, + "Ġblu": 30505, + "Ġtranslator": 30506, + "Ġliberated": 30507, + "Ġtorus": 30508, + "Volume": 30509, + "ĠCompetition": 30510, + "Ġdissect": 30511, + "glass": 30512, + "Ġtowels": 30513, + "Keeping": 30514, + "Ġhacker": 30515, + "Ġimperialism": 30516, + "Electric": 30517, + "Ġinsecure": 30518, + "heet": 30519, + "Ġeagles": 30520, + "ĠLed": 30521, + "medical": 30522, + "Ġdisproportionate": 30523, + "Luke": 30524, + "hm": 30525, + "ĠRD": 30526, + "ĠChurches": 30527, + "()`,": 30528, + "factors": 30529, + "Ġbirthplace": 30530, + "Ġhyperbolic": 30531, + "Carthy": 30532, + "Ġhtml": 30533, + "ĠTrop": 30534, + "ificance": 30535, + "Ġprobiotic": 30536, + "ĠLouvre": 30537, + "Ġlesbian": 30538, + "Ġpharmacist": 30539, + "ĠGNU": 30540, + "ĠBlessed": 30541, + "Ġtedious": 30542, + "313": 30543, + "atan": 30544, + "Ġhypothesized": 30545, + "Ġrenders": 30546, + "Ġhues": 30547, + "Ġcoch": 30548, + ")`:": 30549, + "ĠLucas": 30550, + "socket": 30551, + "ingle": 30552, + "idx": 30553, + "ĠHier": 30554, + "ĠRational": 30555, + "Ġswarm": 30556, + "Ġarrhyth": 30557, + "ĠEquity": 30558, + "Ġsabot": 30559, + "Ġenforcing": 30560, + "460": 30561, + "essing": 30562, + "Ġunatt": 30563, + "Ġelectrically": 30564, + "Ġresponsibly": 30565, + "Ġflourishing": 30566, + "Germany": 30567, + "ĠNicaragua": 30568, + "Ġinterconnect": 30569, + "ĠMayan": 30570, + "Subscribe": 30571, + "stanbul": 30572, + "Lin": 30573, + "iatic": 30574, + "Ġinbox": 30575, + "ĠTub": 30576, + "ivore": 30577, + "ecost": 30578, + "Ġkicked": 30579, + "ĠSnake": 30580, + "ĠRecycling": 30581, + "enta": 30582, + "omac": 30583, + "lective": 30584, + "Ġloos": 30585, + "Ġbattalion": 30586, + "ĠManch": 30587, + "Ġtroubling": 30588, + "ĠClassic": 30589, + "ĠHiggs": 30590, + "_{": 30591, + "job": 30592, + "stead": 30593, + "Ġureth": 30594, + "ffiti": 30595, + "ermis": 30596, + "Ġcaptivate": 30597, + "ambique": 30598, + "Louis": 30599, + "Future": 30600, + "Ġpag": 30601, + "Ġaneur": 30602, + "ĠDuck": 30603, + "Ġunlaw": 30604, + "ĠKaiser": 30605, + "Ġbrood": 30606, + "coordinates": 30607, + "Ġsanitary": 30608, + "ĠNYC": 30609, + "Ġtranquil": 30610, + "Ġtattoo": 30611, + "Ġimpractical": 30612, + "Few": 30613, + "inist": 30614, + "umbs": 30615, + "iffel": 30616, + "Ġmemorize": 30617, + "Everything": 30618, + "ĠNobody": 30619, + "Ġremediation": 30620, + "ĠSpaniards": 30621, + "follow": 30622, + "Ġstren": 30623, + "ĠPond": 30624, + "Ġdetract": 30625, + "Ġimmutable": 30626, + "Ġgeneralize": 30627, + "salms": 30628, + "ĠAthlet": 30629, + "Ġmethodological": 30630, + "ĠGreene": 30631, + "ĠSavannah": 30632, + "ĠBryan": 30633, + "Ġinertia": 30634, + "mort": 30635, + "enuse": 30636, + "Ġsoot": 30637, + "Ġtrimester": 30638, + "ospheric": 30639, + "ĠElectricity": 30640, + "dot": 30641, + "Ġlept": 30642, + "individual": 30643, + "Ġdescendant": 30644, + "Ġinflated": 30645, + "Ġexpansive": 30646, + "510": 30647, + "otides": 30648, + "mitting": 30649, + "Chicago": 30650, + "onance": 30651, + "ĠTao": 30652, + "ideos": 30653, + "ller": 30654, + "Ġentrenched": 30655, + "Ġpresses": 30656, + "Ġcontainment": 30657, + "ĠAssignment": 30658, + "attack": 30659, + "assertEqual": 30660, + "ĠFlora": 30661, + "Ġmesmer": 30662, + "onna": 30663, + "Ġinvert": 30664, + "Ġstature": 30665, + "ĠSK": 30666, + "iba": 30667, + "Ġactu": 30668, + "Ġensuing": 30669, + "Ġcampuses": 30670, + "ĠOutputs": 30671, + "Ġtutors": 30672, + "ĠOlive": 30673, + "Ġashore": 30674, + "ĠðŁĻĤ": 30675, + "ĠJeremiah": 30676, + "Ġprophyl": 30677, + "Ġcoma": 30678, + "emann": 30679, + "udget": 30680, + "ĠGoal": 30681, + "Ġrouters": 30682, + "EMA": 30683, + "Ġsubstituting": 30684, + "Ġlords": 30685, + "Ġclutter": 30686, + "Ġpreach": 30687, + "Ġmillimeters": 30688, + "Ġscarring": 30689, + "rinos": 30690, + "ĠNormandy": 30691, + "Ġplugs": 30692, + "otypic": 30693, + "Ġoverex": 30694, + "Lee": 30695, + "geons": 30696, + "ĠDed": 30697, + "ĠOst": 30698, + "Ġobjectively": 30699, + "Ġworkspace": 30700, + "ĠNorthwestern": 30701, + "Ġiris": 30702, + "Ġneurom": 30703, + "Ġfashionable": 30704, + "Ġtubing": 30705, + "Ġgymn": 30706, + "ĠBehaviour": 30707, + "ĠEpidemiology": 30708, + "enosis": 30709, + "ĠHut": 30710, + "Ġendings": 30711, + "salary": 30712, + "optic": 30713, + "Ġusability": 30714, + "Ġsupporter": 30715, + "Ġstuffed": 30716, + "Simplifying": 30717, + "Tex": 30718, + "Ġaft": 30719, + "Ġinlet": 30720, + "Ġspectacle": 30721, + "ĠIU": 30722, + "ĠLC": 30723, + "weather": 30724, + "Ġperformer": 30725, + "Ġfreeing": 30726, + "extend": 30727, + "281": 30728, + "ĠRevised": 30729, + "ĠWindow": 30730, + "Ġchronology": 30731, + "ĠNaples": 30732, + "balls": 30733, + "ĠOption": 30734, + "ĠUz": 30735, + "ĠUru": 30736, + "Ġcommons": 30737, + "Ġterminated": 30738, + "Ġiterator": 30739, + "Ġolfactory": 30740, + "atchewan": 30741, + "dings": 30742, + "ĠPurchase": 30743, + "ĠBug": 30744, + "Ġcontention": 30745, + "ĠCaroline": 30746, + "uvian": 30747, + "Ġhistograms": 30748, + "()`.": 30749, + "Ġwoodlands": 30750, + "ĠAttack": 30751, + "ĠStructural": 30752, + "ĠWesley": 30753, + "opters": 30754, + "iffe": 30755, + "Ġconsultations": 30756, + "property": 30757, + "during": 30758, + "hua": 30759, + "illusion": 30760, + "Ġtrache": 30761, + "obalt": 30762, + "Ġdeduce": 30763, + "trade": 30764, + "Ġhourly": 30765, + "ĠADD": 30766, + "ĠTyler": 30767, + "Ġrepercussions": 30768, + "'}": 30769, + "nodes": 30770, + "Ġpity": 30771, + "ĠAside": 30772, + "ucose": 30773, + "Ġadjustable": 30774, + "Ġhyperactivity": 30775, + "ĠRespond": 30776, + "Network": 30777, + "Ġinexplic": 30778, + "Ġflammable": 30779, + "Ġfiery": 30780, + "Ġbans": 30781, + "Ġconfidently": 30782, + "Ġgrooming": 30783, + "ḥ": 30784, + "istocene": 30785, + "****": 30786, + "Ġdistal": 30787, + "Ġbrethren": 30788, + "span": 30789, + "ĠFemales": 30790, + "ĠSB": 30791, + "ĠPG": 30792, + "ĠPhar": 30793, + "Ġenvironmentalists": 30794, + "ĠMcL": 30795, + "Ġlicence": 30796, + "ĠLoad": 30797, + "ĠMaxwell": 30798, + "ĠCamera": 30799, + "Ġawakening": 30800, + "god": 30801, + "ité": 30802, + "Ġmasonry": 30803, + "among": 30804, + "ĠHS": 30805, + "arthed": 30806, + "Ġimmob": 30807, + "Ġfarmed": 30808, + "ĠJesse": 30809, + "ĠChester": 30810, + "ĠPhilosophical": 30811, + "ĠSoldiers": 30812, + "ĠMiles": 30813, + "thermal": 30814, + "Ġunaffected": 30815, + "Adapt": 30816, + "inguishable": 30817, + "iberian": 30818, + "ND": 30819, + "Ġsar": 30820, + "Ġorderly": 30821, + "Ġfirewall": 30822, + "ĠComparative": 30823, + "Ġmistakenly": 30824, + "Ġsheath": 30825, + "ĠOxygen": 30826, + "Ġdotted": 30827, + "atology": 30828, + "Ġfeline": 30829, + "Ġgle": 30830, + "ĠWend": 30831, + "anson": 30832, + "Ġspecialization": 30833, + "loo": 30834, + "ACP": 30835, + "Ġventricular": 30836, + "Ġfertilized": 30837, + "Ġconformity": 30838, + "Ġhurdles": 30839, + "Ġworkplaces": 30840, + "Ġselects": 30841, + "299": 30842, + "Ġmentality": 30843, + "Ġmurals": 30844, + "uteronomy": 30845, + "aq": 30846, + "mable": 30847, + "pipe": 30848, + "Ġsys": 30849, + "Ġfixation": 30850, + "Ġbuckets": 30851, + "ĠBailey": 30852, + "Hot": 30853, + "Ġtrough": 30854, + "ĠAve": 30855, + "Ġrude": 30856, + "ĠKom": 30857, + "valence": 30858, + "Ġconspicuous": 30859, + "ĠMohammed": 30860, + "ĠRegistration": 30861, + "Ġvoltages": 30862, + "liest": 30863, + "ĠHands": 30864, + "Ġdistortions": 30865, + "Ġpopping": 30866, + "numerable": 30867, + "umbled": 30868, + "Ġmelodies": 30869, + "Ġtagged": 30870, + "Ġintrusion": 30871, + "existent": 30872, + "neck": 30873, + "spect": 30874, + "Ġsi": 30875, + "arching": 30876, + "Ġcirculatory": 30877, + "oxid": 30878, + "Ġselections": 30879, + "peer": 30880, + "ĠGlobe": 30881, + "Ġperpetrators": 30882, + "ĠInfluence": 30883, + "ĠFranç": 30884, + "TB": 30885, + "video": 30886, + "arad": 30887, + "iris": 30888, + "Ġspared": 30889, + "Ġmiserable": 30890, + "Ġnewsletters": 30891, + "Ġhonoring": 30892, + "advantages": 30893, + "Compare": 30894, + "anian": 30895, + "Ġhated": 30896, + "Ġanc": 30897, + "kef": 30898, + "ĠVest": 30899, + "Ġprovoked": 30900, + "Ġdebug": 30901, + "ĠListening": 30902, + "ĠDevice": 30903, + "ĠDouglass": 30904, + "Ġaneurys": 30905, + "ÙĤ": 30906, + "icz": 30907, + "Ġarchival": 30908, + "steine": 30909, + "Ġsummarizing": 30910, + "ĠOccasionally": 30911, + "Ġobstructive": 30912, + "ĠYugoslavia": 30913, + "Hig": 30914, + "Tele": 30915, + "uties": 30916, + "ĠSage": 30917, + "ethoven": 30918, + "Ġstartling": 30919, + "Ġoccult": 30920, + "Ġtreatable": 30921, + "ĠBarrett": 30922, + "Ġtariff": 30923, + "560": 30924, + "Ġalters": 30925, + "Ġbrink": 30926, + "Ġfeeder": 30927, + "263": 30928, + "USE": 30929, + "ĠChapman": 30930, + "fra": 30931, + "Ġthro": 30932, + "actively": 30933, + "Ġdragged": 30934, + "405": 30935, + "Ġhypoth": 30936, + "ICT": 30937, + "Ġdisciplinary": 30938, + "Ġanecdotal": 30939, + "Ġswiftly": 30940, + "Mother": 30941, + "Ġferv": 30942, + "Ġstandardization": 30943, + "ĠRemoved": 30944, + "ineteenth": 30945, + "ĠSignal": 30946, + "Ġphilosophies": 30947, + "Ġmilling": 30948, + "chrom": 30949, + "ĠCasc": 30950, + "Ġcirculated": 30951, + "Ġhugely": 30952, + "Ġreversible": 30953, + "Ġupgraded": 30954, + "ĠPenguin": 30955, + "nesty": 30956, + "ĠLumin": 30957, + "Ġunderstandings": 30958, + "Ġobsessive": 30959, + "Ġinternship": 30960, + "293": 30961, + "ĠIMF": 30962, + "female": 30963, + "ĠChern": 30964, + "opo": 30965, + "ibus": 30966, + "Ġattorneys": 30967, + "Ġminimise": 30968, + "Ġeclips": 30969, + "Ġpalpable": 30970, + "soluble": 30971, + "Ġreag": 30972, + "Ġmonastic": 30973, + "Ġfacet": 30974, + "Ġarchitectures": 30975, + "ĠMalawi": 30976, + "wire": 30977, + "almost": 30978, + "Ġquitting": 30979, + "Ġexcre": 30980, + "295": 30981, + "ĠPreparation": 30982, + "charides": 30983, + "handle": 30984, + "ĠSadly": 30985, + "Document": 30986, + "DER": 30987, + "dala": 30988, + "fox": 30989, + "Ġthieves": 30990, + "Ġtreatise": 30991, + "Ġpredicate": 30992, + "Ġassesses": 30993, + "Ġfirearms": 30994, + "Ġstakeholder": 30995, + "Ġmiraculous": 30996, + "Ġbolt": 30997, + "Ġintox": 30998, + "Ġpotting": 30999, + "Ġsquad": 31000, + "Ġfantastical": 31001, + "ĠPicasso": 31002, + "Ġpyl": 31003, + "ĠMÄģ": 31004, + "ĠBass": 31005, + "ĠWR": 31006, + "ethical": 31007, + "ĠSpart": 31008, + "gerald": 31009, + "Ġinjecting": 31010, + "ĠLaboratories": 31011, + "Ġsupervisors": 31012, + "Ġpearls": 31013, + "Ġdilemmas": 31014, + "lip": 31015, + "Ġcurs": 31016, + "ringes": 31017, + "Ġdiagon": 31018, + "Ġlatex": 31019, + "Ġeyesight": 31020, + "controller": 31021, + "claimer": 31022, + "Ġbombers": 31023, + "ĠAlgorithm": 31024, + "Ġasymptomatic": 31025, + "ĠVolunteer": 31026, + "Ġelicit": 31027, + "ĠUranus": 31028, + "Jones": 31029, + "ĠTou": 31030, + "ĠCAP": 31031, + "ofer": 31032, + "ĠMilwaukee": 31033, + "Ġmenstruation": 31034, + "ĠLithuania": 31035, + "Ġlethar": 31036, + "CAD": 31037, + "otus": 31038, + "ĠPaste": 31039, + "ĠOA": 31040, + "Ġcelebrity": 31041, + "lamation": 31042, + "longest": 31043, + "ATIONS": 31044, + "Ġechoed": 31045, + "tysburg": 31046, + "ĠCul": 31047, + "Ġrepar": 31048, + "Ġfaction": 31049, + "Ġextracellular": 31050, + "ĠCombining": 31051, + "NOTE": 31052, + "rele": 31053, + "ĠAber": 31054, + "ĠHern": 31055, + "Ġprominently": 31056, + "Ġgrassroots": 31057, + "Ġsenators": 31058, + "ĠOpera": 31059, + "Economic": 31060, + "Ġfoc": 31061, + "ilience": 31062, + "ĠTrent": 31063, + "Ġprovoke": 31064, + "ĠTrin": 31065, + "sette": 31066, + "Ġsellers": 31067, + "ĠFeast": 31068, + "Ġparsing": 31069, + "nm": 31070, + "atized": 31071, + "Ġconcessions": 31072, + "Ġpolish": 31073, + "Ġsolves": 31074, + "Ġpremier": 31075, + "à¥ĩ": 31076, + "Ġaffiliation": 31077, + "ĠComparing": 31078, + "Ġfading": 31079, + "ĠBread": 31080, + "ĠZambia": 31081, + "Ġcontentious": 31082, + "Ġmillisec": 31083, + "ĠFigures": 31084, + "Ġmarching": 31085, + "Ġexplorations": 31086, + "ĠRecognizing": 31087, + "950": 31088, + "[::-": 31089, + "Ġreiter": 31090, + "idic": 31091, + "Ġrushing": 31092, + "Ġopium": 31093, + "Ġiceberg": 31094, + "ĠPlayers": 31095, + "Ġdelightful": 31096, + "Ġpigeon": 31097, + "Ġsow": 31098, + "ews": 31099, + "Ġzomb": 31100, + "Scott": 31101, + "Knowing": 31102, + "Ġaccusations": 31103, + "ĠCNS": 31104, + "ĠFiles": 31105, + "ĠGest": 31106, + "Ġcreams": 31107, + "Ġglimps": 31108, + "retched": 31109, + "ĠTraditionally": 31110, + "ĠMinneapolis": 31111, + "ĠMonthly": 31112, + "Dele": 31113, + "olastic": 31114, + "Ġcontests": 31115, + "INK": 31116, + "Ġinspected": 31117, + "rhosis": 31118, + "Ġimmortality": 31119, + "little": 31120, + "zu": 31121, + "ositions": 31122, + "Ġshines": 31123, + "Ġfearing": 31124, + "ĠHygiene": 31125, + "Ġrefrigeration": 31126, + "release": 31127, + "Ġfren": 31128, + "Ġheirs": 31129, + "osl": 31130, + "ĠRah": 31131, + ").âĢĿ": 31132, + "rities": 31133, + "Ġballet": 31134, + "Ġfurnished": 31135, + "ĠAsked": 31136, + "ĠCosts": 31137, + "Ġinquire": 31138, + "Financial": 31139, + "Hence": 31140, + "ĠHMS": 31141, + "bras": 31142, + "Ġrecorder": 31143, + "ĠAcceler": 31144, + "added": 31145, + "Ġunderside": 31146, + "pros": 31147, + "ilized": 31148, + "Ġleopard": 31149, + "ĠMeditation": 31150, + "ocrates": 31151, + "ĠAu": 31152, + "ĠHaus": 31153, + "ĠOT": 31154, + "angerous": 31155, + "reader": 31156, + "Ġpurify": 31157, + "Ġnightmare": 31158, + "Ġtaxonomy": 31159, + "ĠMissing": 31160, + "Ġimplicitly": 31161, + "dard": 31162, + "ÑĮ": 31163, + "Ġdaring": 31164, + "ĠCrystal": 31165, + "pering": 31166, + "oughton": 31167, + "Ġarchipelago": 31168, + "ĠRhine": 31169, + "Oxford": 31170, + "oride": 31171, + "Ġrethink": 31172, + "stown": 31173, + "Chief": 31174, + "lora": 31175, + "ĠPhysicians": 31176, + "ĠPolicies": 31177, + "Ġsymptomatic": 31178, + "ĠShortly": 31179, + "Ġsubmarines": 31180, + "Ġgenealogy": 31181, + "Ever": 31182, + "wat": 31183, + "Ġoft": 31184, + "asaki": 31185, + "Ġlign": 31186, + "ĠMORE": 31187, + "actly": 31188, + "249": 31189, + "Ġhorrors": 31190, + "Ġbadge": 31191, + "Ġblueberries": 31192, + "д": 31193, + "ĠSisters": 31194, + "factorial": 31195, + "Ġgardener": 31196, + "ĠProvidence": 31197, + "Ġcactus": 31198, + "Ġdilation": 31199, + "ilers": 31200, + "estine": 31201, + "igham": 31202, + "Ġharmed": 31203, + "Ġnomination": 31204, + "Ġsneezing": 31205, + "Ġrelieving": 31206, + "Ġimpartial": 31207, + "ĠFerguson": 31208, + "Ġunforeseen": 31209, + "pol": 31210, + "áº": 31211, + "Ġdusk": 31212, + "Ġrevive": 31213, + "ĠSquadron": 31214, + "Ġsourcing": 31215, + "melon": 31216, + "Ġchimpanzees": 31217, + "VER": 31218, + "rious": 31219, + "Ġprecon": 31220, + "ahs": 31221, + "median": 31222, + "Connection": 31223, + "Identifying": 31224, + "Evidence": 31225, + "Ġaristocracy": 31226, + "Ġpendulum": 31227, + "said": 31228, + "Ġcaching": 31229, + "ĠSard": 31230, + "Ġpoised": 31231, + "aji": 31232, + "toe": 31233, + "ĠMarines": 31234, + "ĠSuccessful": 31235, + "ĠRespiratory": 31236, + "Ġneatly": 31237, + "425": 31238, + "ί": 31239, + "Ġmango": 31240, + "ĠAlert": 31241, + "Ġclosures": 31242, + "ĠHellen": 31243, + "ocalyptic": 31244, + "alus": 31245, + "ĠRSS": 31246, + "Ġlookout": 31247, + "Ġhygien": 31248, + "Ġcommandments": 31249, + "nett": 31250, + "Ġbundles": 31251, + "Ġfaculties": 31252, + "VE": 31253, + "irgin": 31254, + "ĠMoor": 31255, + "Ġhym": 31256, + "aspx": 31257, + "ĠSettings": 31258, + "Setting": 31259, + "ĠMozart": 31260, + "custom": 31261, + "ozyg": 31262, + "Ġsails": 31263, + "iths": 31264, + "ĠND": 31265, + "Ġcleanliness": 31266, + "ĠBohem": 31267, + "Ġhomosexuality": 31268, + "Canadian": 31269, + "LAN": 31270, + "ailles": 31271, + "ðĿ": 31272, + "stolic": 31273, + "Ġinsulating": 31274, + "coordinate": 31275, + "however": 31276, + "Final": 31277, + "Ġti": 31278, + "ĠTank": 31279, + "Ġunderp": 31280, + "uchi": 31281, + "according": 31282, + "Ġfederally": 31283, + "Available": 31284, + "ĠTribune": 31285, + "Ġcafé": 31286, + "ĠEmphasize": 31287, + "acqu": 31288, + "Ġmussels": 31289, + "Ġapes": 31290, + "Ġcastles": 31291, + "Ġgrandeur": 31292, + "Ġilluminating": 31293, + "Ġhither": 31294, + "ĠDairy": 31295, + "ĠKatherine": 31296, + "ĠHeath": 31297, + "Ġrestorative": 31298, + "symb": 31299, + "rogram": 31300, + "ĠStephan": 31301, + "Task": 31302, + "Ġ________________": 31303, + "ĠFever": 31304, + "Ġincumb": 31305, + "Ġactin": 31306, + "Ġentangled": 31307, + "Story": 31308, + "Ġcorrelates": 31309, + "boxes": 31310, + "inning": 31311, + "ĠUTC": 31312, + "Ġnegatives": 31313, + "mostly": 31314, + "Ġisolating": 31315, + "Ġmadness": 31316, + "ĠTudor": 31317, + "Bon": 31318, + "Ġwiki": 31319, + "ĠRED": 31320, + "Ġcaption": 31321, + "Ġdiagnostics": 31322, + "Ġinterviewing": 31323, + "Ġsadly": 31324, + "Ġexchanging": 31325, + "Rock": 31326, + "hang": 31327, + "Ġtertiary": 31328, + "ĠAster": 31329, + "apagos": 31330, + "Ġraft": 31331, + "ĠShape": 31332, + "ANCE": 31333, + "Ġrankings": 31334, + "ĠCRISPR": 31335, + "ĠThermal": 31336, + "470": 31337, + "Parent": 31338, + "gang": 31339, + "pir": 31340, + "Ê¿": 31341, + "ifera": 31342, + "ĠQing": 31343, + "uckland": 31344, + "Ġcyclists": 31345, + "Advanced": 31346, + "lisher": 31347, + "á¿": 31348, + "ĠTort": 31349, + "Ġforc": 31350, + "Ġtransg": 31351, + "Ġsquadron": 31352, + "271": 31353, + "idated": 31354, + "ĠUncle": 31355, + "Ġchoir": 31356, + "afrost": 31357, + "Ġcystic": 31358, + "ĠSilicon": 31359, + "Ġcourageous": 31360, + "Development": 31361, + "aunders": 31362, + "cox": 31363, + "sound": 31364, + "lehem": 31365, + "ĠPAR": 31366, + "Ġchrist": 31367, + "ĠVine": 31368, + "Ġcivilized": 31369, + "ICA": 31370, + "Ġhearings": 31371, + "Ġadvertised": 31372, + "ĠIncorporate": 31373, + "avilion": 31374, + "orrhea": 31375, + "={": 31376, + "Safety": 31377, + "atom": 31378, + "Ġaudi": 31379, + "ĠATM": 31380, + "better": 31381, + "Ġappendix": 31382, + "description": 31383, + "Ġoverest": 31384, + "Chemical": 31385, + "PF": 31386, + "icist": 31387, + "Ġhone": 31388, + "emically": 31389, + "Ġdealers": 31390, + "visual": 31391, + "Ġpedal": 31392, + "imposed": 31393, + "Update": 31394, + "Ġprotesters": 31395, + "ĠHuang": 31396, + "Ġheats": 31397, + "Ġchorus": 31398, + "ecks": 31399, + "Ġscor": 31400, + "Ġveto": 31401, + "Ġpastry": 31402, + "ÙİÙij": 31403, + "Ġpatriotism": 31404, + "ĠPueblo": 31405, + "bread": 31406, + "Ġstools": 31407, + "ĠIndus": 31408, + "Ġcombating": 31409, + "Ġcrane": 31410, + "Ġresearches": 31411, + "Ġfluent": 31412, + "suited": 31413, + "urtosis": 31414, + "Ġindustrialization": 31415, + "Ġcircuitry": 31416, + "calcul": 31417, + "Ġsheltered": 31418, + "ĠTul": 31419, + "ĠTac": 31420, + "armac": 31421, + "Ġhandbook": 31422, + "belief": 31423, + "Ġunconstitutional": 31424, + "\"],": 31425, + "Course": 31426, + "chart": 31427, + "Ġrall": 31428, + "Ġspruce": 31429, + "ĠGreens": 31430, + "Ġinvoke": 31431, + "ĠObst": 31432, + "ĠLact": 31433, + "izen": 31434, + "Ġassortment": 31435, + "Ġvaluation": 31436, + "Ġpredatory": 31437, + "sha": 31438, + "Ġhydroph": 31439, + "drive": 31440, + "ĠFreeman": 31441, + "Earlier": 31442, + "Ġdumped": 31443, + "Ġé": 31444, + "andum": 31445, + "ĠGren": 31446, + "photo": 31447, + "olls": 31448, + "न": 31449, + "Ġdreaming": 31450, + "Player": 31451, + "Ġprecedence": 31452, + "Ġsequestration": 31453, + "ectin": 31454, + "Ġrashes": 31455, + "Ġclad": 31456, + "Ġoffenses": 31457, + "Ġtexting": 31458, + "Ġevacuated": 31459, + "ĠWatts": 31460, + "ucalyptus": 31461, + "Ġrepertoire": 31462, + "ĠNaturally": 31463, + "ĠLights": 31464, + "okers": 31465, + "Ġloosen": 31466, + "ĠCOPD": 31467, + "ĠModified": 31468, + "Ġhomestead": 31469, + "Ġvigorously": 31470, + "ĠTelevision": 31471, + "Ġadhesion": 31472, + "ĠMunicipal": 31473, + "Ġsapp": 31474, + "Ġtransverse": 31475, + "):**": 31476, + "Ġolds": 31477, + "Ġantic": 31478, + "ĠXen": 31479, + "Ġfruitful": 31480, + "ĠSymposium": 31481, + "Ġneonatal": 31482, + "335": 31483, + "Mid": 31484, + "Ġsolace": 31485, + "Ġprojecting": 31486, + "ĠEngage": 31487, + "means": 31488, + "aney": 31489, + "Stress": 31490, + "ĠIntellectual": 31491, + "Ġdialysis": 31492, + "Ġrejects": 31493, + "oscience": 31494, + "Ġhurts": 31495, + "Ġgrizz": 31496, + "ĠVolunteers": 31497, + "iÄĩ": 31498, + "ĠDEC": 31499, + "assadors": 31500, + "ĠChau": 31501, + "ĠSoul": 31502, + "ĠEvaluating": 31503, + "Der": 31504, + "iator": 31505, + "ĠWals": 31506, + "Ġparrot": 31507, + "Ġrevolves": 31508, + "equality": 31509, + "igrant": 31510, + "338": 31511, + "ĠRequest": 31512, + "Ġcoworkers": 31513, + "Ir": 31514, + "TON": 31515, + "quarter": 31516, + "ĠHook": 31517, + "ĠHelps": 31518, + "Ġsaltwater": 31519, + "ĠProcedure": 31520, + "Assuming": 31521, + "habit": 31522, + "elope": 31523, + "ĠWitness": 31524, + "Ġsteroid": 31525, + "Ġzoos": 31526, + "Ġgout": 31527, + "Ġstaged": 31528, + "ĠAj": 31529, + "uscular": 31530, + "abella": 31531, + "ĠEg": 31532, + "iev": 31533, + "ĠCarlo": 31534, + "Ġundist": 31535, + "rogens": 31536, + "Ġsegmentation": 31537, + "did": 31538, + "nem": 31539, + "anor": 31540, + "idental": 31541, + "ĠRebell": 31542, + "Ġcomforting": 31543, + "micro": 31544, + "Ġceil": 31545, + "Ġinvariant": 31546, + "Ġbargaining": 31547, + "Ġtributaries": 31548, + "Ġaure": 31549, + "erations": 31550, + "severe": 31551, + "ĠFit": 31552, + "ĠRSA": 31553, + "olla": 31554, + "ĠMalay": 31555, + "Ġpherom": 31556, + "Ġnanotubes": 31557, + "Ġgaseous": 31558, + "ĠSwe": 31559, + "ĠFitness": 31560, + "ĠChad": 31561, + "ulls": 31562, + "ĠQU": 31563, + "Resources": 31564, + "Ġringing": 31565, + "Ġtabs": 31566, + "Ġgestational": 31567, + "ĠMughal": 31568, + "./": 31569, + "Ġhid": 31570, + "Ġpotentials": 31571, + "Ġalgal": 31572, + "Ġplethora": 31573, + "Ġmanipulations": 31574, + "Ġaxiom": 31575, + "ĠDemand": 31576, + "Ġlieutenant": 31577, + "Discuss": 31578, + "Ġmetaphysical": 31579, + "019": 31580, + "ĠRH": 31581, + "oodles": 31582, + "Ġdictatorship": 31583, + "Ġapoptosis": 31584, + "Ray": 31585, + "Ġthirds": 31586, + "ĠEiffel": 31587, + "ĠLama": 31588, + "ĠRescue": 31589, + "Stop": 31590, + "Ġhooks": 31591, + "ĠOfficers": 31592, + "ĠKatrina": 31593, + "Perm": 31594, + "bps": 31595, + "ampa": 31596, + "attribute": 31597, + "Ġembodies": 31598, + "Ġlifecycle": 31599, + "Ġdictates": 31600, + "harvest": 31601, + "Recommended": 31602, + "Gar": 31603, + "avement": 31604, + "Ġreplacements": 31605, + "AGE": 31606, + "Ġfencing": 31607, + "Ġdt": 31608, + "ĠTW": 31609, + "ĠTik": 31610, + "ĠSever": 31611, + "oppy": 31612, + "ĠDante": 31613, + "ĠInform": 31614, + "Ġagon": 31615, + "olecules": 31616, + "272": 31617, + "ĠNeur": 31618, + "Ġsubstantive": 31619, + "ĠRomeo": 31620, + "Ġsubtropical": 31621, + "Ġlibrarians": 31622, + "Getty": 31623, + "ĠSpringfield": 31624, + "ĠApostles": 31625, + "past": 31626, + "rarian": 31627, + "Ġobjectivity": 31628, + "Ġdigested": 31629, + "Ġrounding": 31630, + "Ġseminal": 31631, + "rofen": 31632, + "RT": 31633, + "nob": 31634, + "ĠWine": 31635, + "akra": 31636, + "Ġdiabetics": 31637, + "ĠEngagement": 31638, + "Ġnormative": 31639, + "ĠLiberia": 31640, + "Remove": 31641, + "ĠHispanics": 31642, + "Ġcorrupted": 31643, + "Ġpans": 31644, + "ĠBubble": 31645, + "Ġreceivers": 31646, + "261": 31647, + "anoia": 31648, + "ĠCalculator": 31649, + "ĠGibson": 31650, + "Cultural": 31651, + "Fast": 31652, + "ĠMant": 31653, + "Ġanalges": 31654, + "ĠSpaceX": 31655, + "ĠRelationships": 31656, + "eled": 31657, + "ĠLI": 31658, + "Ġentail": 31659, + "Ġsingers": 31660, + "Ġnormalize": 31661, + "Ġcontacting": 31662, + "initial": 31663, + "Ġsushi": 31664, + "elb": 31665, + "conn": 31666, + "Ġsuggestive": 31667, + "Ġfamilial": 31668, + "Ġpopularly": 31669, + "COM": 31670, + "Ġcreamy": 31671, + "ĠDOE": 31672, + "Speaking": 31673, + "Ġreintrodu": 31674, + "otting": 31675, + "ĠSid": 31676, + "ĠPill": 31677, + "Ġmarathon": 31678, + "Ġrebirth": 31679, + "otherap": 31680, + "ĠIDE": 31681, + "ĠPeterson": 31682, + "Ġcardinality": 31683, + "Ġamusement": 31684, + "Normal": 31685, + "Ġker": 31686, + "Inside": 31687, + "ceptor": 31688, + "loaded": 31689, + "Ġdiversification": 31690, + "ĠBhag": 31691, + "Ġmangrove": 31692, + "Alternative": 31693, + "ĠCarson": 31694, + "ĠMile": 31695, + "Ġadjoining": 31696, + "athione": 31697, + "ĠDavies": 31698, + "ĠPersians": 31699, + "feet": 31700, + "Ġdistracting": 31701, + "Ġsynchronized": 31702, + "ranted": 31703, + "Ġcures": 31704, + "cerning": 31705, + "Reader": 31706, + "Emotional": 31707, + "Ġpersuasion": 31708, + "ĠDetermining": 31709, + "ĠOakland": 31710, + "ĠSanctuary": 31711, + "divided": 31712, + "Ġpore": 31713, + "ĠTN": 31714, + "Ġinstrumentation": 31715, + "Ġanalysing": 31716, + "founded": 31717, + "Ġuploaded": 31718, + "Accessed": 31719, + "ĠHenderson": 31720, + "*,": 31721, + "ĠHO": 31722, + "avia": 31723, + "formerly": 31724, + "azes": 31725, + "Ġcompetency": 31726, + "Ġgrapple": 31727, + "Ġcytokines": 31728, + "س": 31729, + "ĠBever": 31730, + "ĠNZ": 31731, + "ĠKEY": 31732, + "Ġshepherd": 31733, + "287": 31734, + "Ġnucleotide": 31735, + "ĠKnights": 31736, + "bug": 31737, + "ĠHannah": 31738, + "259": 31739, + "Ġbranded": 31740, + "Ġgradients": 31741, + "ĠSilk": 31742, + ")}": 31743, + "ĠKerala": 31744, + "psis": 31745, + "umbai": 31746, + "ĠRelationship": 31747, + "Ġunderestimated": 31748, + "ĠBiomedical": 31749, + "Ġfidelity": 31750, + "ĠHorses": 31751, + "Ġillusions": 31752, + "277": 31753, + "Ġironic": 31754, + "Historically": 31755, + "Clinical": 31756, + "furt": 31757, + "gins": 31758, + "Ġlizard": 31759, + "ĠBord": 31760, + "Ġcarrot": 31761, + "Ġlineages": 31762, + "ĠAllocate": 31763, + "ĠIncluding": 31764, + "ĠFilter": 31765, + "Diabetes": 31766, + "Ġpolygons": 31767, + "oct": 31768, + "Ġascent": 31769, + "params": 31770, + "worked": 31771, + "Ġcraving": 31772, + "288": 31773, + "ĠPatel": 31774, + "Ġassembl": 31775, + "ĠMalta": 31776, + "Ġsilt": 31777, + "ĠThomson": 31778, + "onda": 31779, + "mony": 31780, + "ĠWordPress": 31781, + "ĠTrojan": 31782, + "Ġabnormally": 31783, + "Sarah": 31784, + "Kar": 31785, + "ocracies": 31786, + "inee": 31787, + "Ġoverfitting": 31788, + "Ġwebinar": 31789, + "ABA": 31790, + "Ġmetabolites": 31791, + "urasian": 31792, + "Ġtriglycerides": 31793, + "324": 31794, + "Ġborough": 31795, + "ĠLeopold": 31796, + "ĠManuel": 31797, + "291": 31798, + "ĠConcrete": 31799, + "Ġrecombination": 31800, + "ĠIntermediate": 31801, + "Ġsoaked": 31802, + "ĠAndy": 31803, + "Ġannouncing": 31804, + "Ġnovelist": 31805, + "Ġignite": 31806, + "Ġprioritizes": 31807, + "single": 31808, + "ĠOrient": 31809, + "áŀ": 31810, + "ilot": 31811, + "Stage": 31812, + "loat": 31813, + "ĠMonetary": 31814, + "ĠCraft": 31815, + "Ġimpulsive": 31816, + "Ġovertime": 31817, + "ĠAdolescent": 31818, + "asco": 31819, + "OCK": 31820, + "ĠSavings": 31821, + "ĠResponsibility": 31822, + "ishnu": 31823, + "ĠLuckily": 31824, + "ĠManitoba": 31825, + "onials": 31826, + "itles": 31827, + "rivers": 31828, + "pha": 31829, + "Ġsolder": 31830, + "tracking": 31831, + "Ġinterferes": 31832, + "Ġimmensely": 31833, + "ĠBaldwin": 31834, + "Wal": 31835, + "ĠAircraft": 31836, + "Ġwarranted": 31837, + "ĠAhmed": 31838, + "Ġpriesthood": 31839, + "%;": 31840, + "inished": 31841, + "onation": 31842, + "Ġornaments": 31843, + "ĠMald": 31844, + "Ġdiscont": 31845, + "ophantine": 31846, + "ĠTeeth": 31847, + "ĠAuthent": 31848, + "Ġseventeen": 31849, + "Ġcontemplation": 31850, + "ĠBaghdad": 31851, + "slow": 31852, + "imony": 31853, + "ĠWriter": 31854, + "ĠComposition": 31855, + "Ġsequenced": 31856, + "Ġγ": 31857, + "Ġoverwhelmingly": 31858, + "Ġskulls": 31859, + "Ġpaddle": 31860, + "hots": 31861, + "Ġorche": 31862, + "Ġviolet": 31863, + "ĠUb": 31864, + "angar": 31865, + "Ġoversimpl": 31866, + "Ġliterate": 31867, + "Ġmildew": 31868, + "ifolia": 31869, + "ĠDob": 31870, + "ĠUtt": 31871, + "Ġcafe": 31872, + "Ġinsists": 31873, + "Ġdemo": 31874, + "ĠClara": 31875, + "Soil": 31876, + "Ġsham": 31877, + "ĠOceans": 31878, + "ipur": 31879, + "Ġaccents": 31880, + "ucent": 31881, + "Ġswamps": 31882, + "269": 31883, + "suff": 31884, + "ĠElimin": 31885, + "gradu": 31886, + "Ġreconsider": 31887, + "Cle": 31888, + "Ġwatered": 31889, + "eday": 31890, + "ĠStef": 31891, + "Ġemerald": 31892, + "Ġattire": 31893, + "Ġcommunion": 31894, + "Ġsuccessors": 31895, + "ĠTrig": 31896, + "ĠSubsequently": 31897, + "ĠEsther": 31898, + "Ġpolarization": 31899, + "Ġbiomarkers": 31900, + "ĠAquarium": 31901, + "Move": 31902, + "placing": 31903, + "Ġcharities": 31904, + "coins": 31905, + "Ġexceedingly": 31906, + "ĠMarxist": 31907, + "WHERE": 31908, + "Ġannotations": 31909, + "Ġninety": 31910, + "izens": 31911, + "Ġindict": 31912, + "Ġpoaching": 31913, + "Ġformulations": 31914, + "Chall": 31915, + "Ġconvergent": 31916, + "ĠMinimum": 31917, + "Ġkilow": 31918, + "Ġirrigated": 31919, + "Ġmolding": 31920, + "Ġconsonants": 31921, + "imetres": 31922, + "ĠSaskatchewan": 31923, + "Ġlas": 31924, + "osine": 31925, + "ĠKoch": 31926, + "Ġinterfer": 31927, + "Ġpopcorn": 31928, + "Ġlaure": 31929, + "Ġinvestigates": 31930, + "Ġnorthward": 31931, + "Ġtestimonials": 31932, + "Ġhydropower": 31933, + "Ġengraved": 31934, + "014": 31935, + "625": 31936, + "Nothing": 31937, + "Ġwarts": 31938, + "Ġproverb": 31939, + "Ġtractor": 31940, + "ĠRespect": 31941, + "millan": 31942, + "ĠMRSA": 31943, + ".\\": 31944, + "predict": 31945, + "åı": 31946, + "Ġbony": 31947, + "omies": 31948, + "ĠTyr": 31949, + "Ġdryer": 31950, + "Acts": 31951, + "Ġregenerate": 31952, + "Ġthermostat": 31953, + "otopy": 31954, + "ĠRates": 31955, + "ĠStraw": 31956, + "Ġposing": 31957, + "ĠNeo": 31958, + "Ġrichly": 31959, + "Ġvirtuous": 31960, + "ĠBabies": 31961, + "ĠBosnia": 31962, + "md": 31963, + "Ñĭ": 31964, + "ĠLM": 31965, + "Ġvisualized": 31966, + "ĠEducators": 31967, + "ĠOSHA": 31968, + "Ġanecdote": 31969, + "Establish": 31970, + "CG": 31971, + "Ġupheld": 31972, + "Ġtaxonomic": 31973, + "Ġnarrowly": 31974, + "ĠMaintaining": 31975, + "Ġaccumulates": 31976, + "mediate": 31977, + ".''": 31978, + "trl": 31979, + "Ġsubsidiary": 31980, + "ĠMechanics": 31981, + "ĠIncorporating": 31982, + "ĠChancellor": 31983, + "bott": 31984, + "church": 31985, + "odef": 31986, + "employment": 31987, + "ĠDian": 31988, + "Ġabortions": 31989, + "ordable": 31990, + "Ġsuffice": 31991, + "266": 31992, + "ĠRoots": 31993, + "Ġsubsequence": 31994, + "Ġderivation": 31995, + "ugger": 31996, + "Ġhieroglyph": 31997, + "ĠAhmad": 31998, + "ĠEggs": 31999, + "=âĢĿ": 32000, + "ĠMakes": 32001, + "ĠEuch": 32002, + "Ġpenis": 32003, + "Ġdiscriminant": 32004, + "Ġjealousy": 32005, + "Ġindistinguishable": 32006, + "Dog": 32007, + "Ġkeeper": 32008, + "Ġsolitude": 32009, + "Ġpinch": 32010, + "pertension": 32011, + "ĠChronicles": 32012, + "¼": 32013, + "ĠAri": 32014, + "irical": 32015, + "Ġviz": 32016, + "ĠGS": 32017, + "ĠShap": 32018, + "Ġpuppet": 32019, + "Ġhypotenuse": 32020, + "ĠHidden": 32021, + "romyal": 32022, + "ĠLok": 32023, + "Ġinfrast": 32024, + "ospatial": 32025, + "gencies": 32026, + "ĠGeo": 32027, + "Ġuniverses": 32028, + "Ġapartheid": 32029, + "Suggest": 32030, + "ĠMillion": 32031, + "ĠThir": 32032, + "Ġarisen": 32033, + "Ġdisciple": 32034, + "Ġcaller": 32035, + "Ġmetropolis": 32036, + "Ġswirling": 32037, + "Ġcirca": 32038, + "quez": 32039, + "EMENT": 32040, + "OME": 32041, + "ĠMajesty": 32042, + "Ġfollicles": 32043, + "Ġmulticollinearity": 32044, + "Ġunavoidable": 32045, + "uid": 32046, + "erre": 32047, + "Ġfairs": 32048, + "ĠMuss": 32049, + "ĠDy": 32050, + "ĠDict": 32051, + "Ġsmiled": 32052, + "omencl": 32053, + "Ġcaloric": 32054, + "extract": 32055, + "Ġpublishes": 32056, + "ĠCNC": 32057, + "Citation": 32058, + "Graph": 32059, + "Ġshirts": 32060, + "Ġincandescent": 32061, + "earance": 32062, + "ondo": 32063, + "Ġsuppressing": 32064, + "ĠForward": 32065, + "Ġslaught": 32066, + "Atlantic": 32067, + "ĠGateway": 32068, + "Ġsecreted": 32069, + "Abs": 32070, + "Tip": 32071, + "aise": 32072, + "Ġregex": 32073, + "ĠAde": 32074, + "ĠNietzsche": 32075, + "irmed": 32076, + "ĠNewsletter": 32077, + "Ġdepictions": 32078, + "Ġcedar": 32079, + "Ġfug": 32080, + "ĠPierce": 32081, + "avier": 32082, + "307": 32083, + "267": 32084, + "Ġpowdered": 32085, + "Ġsailor": 32086, + "Ġmerger": 32087, + "ña": 32088, + "ĠPhotography": 32089, + "abolism": 32090, + "daughter": 32091, + "Ġalf": 32092, + "Ġmodalities": 32093, + "Ġfreew": 32094, + "iola": 32095, + "ĠNeh": 32096, + "ĠCOMM": 32097, + "Ġunpop": 32098, + "preted": 32099, + "á¹Ń": 32100, + "HP": 32101, + "bio": 32102, + "Ö°": 32103, + "anine": 32104, + "icates": 32105, + "ennel": 32106, + "Ġvelocities": 32107, + "Security": 32108, + "Ġprocurement": 32109, + "ĠTelegraph": 32110, + "NotFoundError": 32111, + "ĠACL": 32112, + "Ġabide": 32113, + "Ġpepp": 32114, + "scan": 32115, + "ĠNeural": 32116, + "ĠâĪ©": 32117, + "Ġpatronage": 32118, + "Ġextraterrestrial": 32119, + "romyalgia": 32120, + "Ġç": 32121, + "Ġitch": 32122, + "ospor": 32123, + "Ġperc": 32124, + "Ġheadphones": 32125, + "ĠHerz": 32126, + "Ġdeploying": 32127, + "Ġcanonical": 32128, + "finder": 32129, + "imating": 32130, + "Ġpeb": 32131, + "Ġinvasions": 32132, + "Ġcrev": 32133, + "Ġthoughtfully": 32134, + "Ġdirectional": 32135, + "Ġchatbots": 32136, + "Ġglossary": 32137, + "Ġstaircase": 32138, + "practice": 32139, + "Ġcricket": 32140, + "Ġincentivize": 32141, + "Mag": 32142, + "cend": 32143, + "patic": 32144, + "ĠRisks": 32145, + "306": 32146, + "ĠOnc": 32147, + "ĠDeposit": 32148, + "Teacher": 32149, + "Ġasymmetry": 32150, + "Ġrepentance": 32151, + "lest": 32152, + "icum": 32153, + "ĠDad": 32154, + "Ġamyg": 32155, + "gene": 32156, + "numbered": 32157, + "Ġtrusts": 32158, + "Ġhalted": 32159, + "Ġquotations": 32160, + "Ġannotated": 32161, + "Ġsilicone": 32162, + "given": 32163, + "san": 32164, + "Ġlace": 32165, + "allows": 32166, + "Ġstrongh": 32167, + "iddles": 32168, + "Ġfaç": 32169, + "Ġsynonym": 32170, + "ĠCarp": 32171, + "medicine": 32172, + "Ġescapes": 32173, + "Ġcompliant": 32174, + "Neu": 32175, + "Incorpor": 32176, + "Ġbenchmarks": 32177, + "Ġperturb": 32178, + "ĠTherm": 32179, + "ĠCock": 32180, + "ĠGore": 32181, + "Ġscra": 32182, + "aminated": 32183, + "Ġdynamical": 32184, + "Ġcommentators": 32185, + "Ġcartoons": 32186, + "communication": 32187, + "Ġnonsense": 32188, + "sic": 32189, + "Ġdanced": 32190, + "ĠMecca": 32191, + "Ġcoag": 32192, + "Ġmaturation": 32193, + "Ġseeming": 32194, + "Images": 32195, + "Ġplasticity": 32196, + "ĠGettysburg": 32197, + "Ġtortured": 32198, + "Ġcannabin": 32199, + "bill": 32200, + "idences": 32201, + "ĠHM": 32202, + "endered": 32203, + "ĠQR": 32204, + "ĠAgent": 32205, + "ĠVersailles": 32206, + "ĠMozambique": 32207, + "Van": 32208, + "areth": 32209, + "ĠGalapagos": 32210, + "Apple": 32211, + "Ġcrypto": 32212, + "Ġdimensionality": 32213, + "Ġcarpenter": 32214, + "Ġretreated": 32215, + "Ġresidency": 32216, + "Ġcolourful": 32217, + "hicles": 32218, + "ĠCred": 32219, + "ĠRas": 32220, + "ĠNab": 32221, + "Ġthinker": 32222, + "Resource": 32223, + "ĠPotomac": 32224, + "payer": 32225, + "ĠNFT": 32226, + "ĠTechnique": 32227, + "ĠSeek": 32228, + "Ġaffordability": 32229, + "ĠRobotics": 32230, + "Ġentertained": 32231, + "Ġovary": 32232, + "Ġinfestations": 32233, + "ĠHear": 32234, + "ĠLep": 32235, + "ghum": 32236, + "orms": 32237, + "Ġavid": 32238, + "Ġprophetic": 32239, + "hael": 32240, + "ĠMorrison": 32241, + "Ġprincipals": 32242, + "Ġtranscripts": 32243, + "ĠLancaster": 32244, + "Ġembarrassment": 32245, + "Ġbetrayal": 32246, + "amis": 32247, + "ĠLub": 32248, + "Ġurgently": 32249, + "Ġtournament": 32250, + "Ġhurting": 32251, + "Ġkinase": 32252, + "Ġbronchitis": 32253, + "ĠKosovo": 32254, + "ĠMild": 32255, + "xtap": 32256, + "Ġpostdoctoral": 32257, + "Ġpsychosocial": 32258, + "Ġbullets": 32259, + "ĠIllness": 32260, + "Regression": 32261, + "ĠLarger": 32262, + "Background": 32263, + "ĠCONT": 32264, + "Ġgossip": 32265, + "Ġbou": 32266, + "Ġdol": 32267, + "ĠHour": 32268, + "Ġcharger": 32269, + "Ġpopulous": 32270, + "Ġswear": 32271, + "colonial": 32272, + "ĠPurpose": 32273, + "ĠInfections": 32274, + "toplankton": 32275, + "meg": 32276, + "ĠAgu": 32277, + "ĠCAT": 32278, + "unned": 32279, + "ĠLL": 32280, + "indeer": 32281, + "Ġreliant": 32282, + "partum": 32283, + "rigation": 32284, + "Bird": 32285, + "ĠFant": 32286, + "Ġdisperse": 32287, + "stdio": 32288, + "angelo": 32289, + "Ġelectrolytes": 32290, + "ĠRecognize": 32291, + "ĠTasmania": 32292, + "BJ": 32293, + "tale": 32294, + "Ġreed": 32295, + "ĠPool": 32296, + "Ġmeadow": 32297, + "Ġimporting": 32298, + "commercial": 32299, + "aurant": 32300, + "ĠBasque": 32301, + "ulsions": 32302, + "Ġquarantine": 32303, + "moon": 32304, + "oises": 32305, + "wet": 32306, + "Ġtending": 32307, + "Ġfauc": 32308, + "ĠElement": 32309, + "Ġcheeks": 32310, + "umni": 32311, + "ĠMinisters": 32312, + "abbat": 32313, + "Ġrestructuring": 32314, + "Budd": 32315, + "Status": 32316, + "292": 32317, + "STR": 32318, + "'{": 32319, + "onaut": 32320, + "ĠWTO": 32321, + "ubon": 32322, + "ĠVall": 32323, + "neal": 32324, + "286": 32325, + "ĠMcN": 32326, + "Ġstaging": 32327, + "ĠIEP": 32328, + "ĠSounds": 32329, + "acons": 32330, + "erey": 32331, + "Ġperished": 32332, + "Ġattuned": 32333, + "Ġunbelie": 32334, + "ĠKaw": 32335, + "ĠColle": 32336, + "ECH": 32337, + "Ġslightest": 32338, + "ĠRemoving": 32339, + "Ġthermodynamics": 32340, + "Ha": 32341, + "heed": 32342, + "Ġvenge": 32343, + "ĠBS": 32344, + "Ġdecrypt": 32345, + "NAS": 32346, + "ĠGuides": 32347, + "grain": 32348, + "ĠFrancisc": 32349, + "ĠPentecost": 32350, + "Ġbureaucratic": 32351, + "ĠWireless": 32352, + "ablo": 32353, + "Ġadherent": 32354, + "Ġoffender": 32355, + "Ġplanters": 32356, + "ĠLeib": 32357, + "Ġlinkage": 32358, + "Ġsorce": 32359, + "Australian": 32360, + "frames": 32361, + "Moving": 32362, + "gcd": 32363, + "Ġwitches": 32364, + "orption": 32365, + "olated": 32366, + "ulse": 32367, + "ĠFry": 32368, + "apons": 32369, + "Ġpea": 32370, + "Ġdistrust": 32371, + "Ġrenting": 32372, + "Ġwinged": 32373, + "Ġcraftsmen": 32374, + "Ġdiscrepancies": 32375, + "oan": 32376, + "ĠSadd": 32377, + "Ġatrophy": 32378, + "plt": 32379, + "Ġresurg": 32380, + "horse": 32381, + "Ġbiographies": 32382, + "ĠTeh": 32383, + "ĠPlanetary": 32384, + "Ġconjunct": 32385, + "Sunday": 32386, + "bish": 32387, + "lap": 32388, + "ĠEure": 32389, + "ĠFont": 32390, + "Ġunderlies": 32391, + "sequent": 32392, + "Ġunfinished": 32393, + "Ġdoorway": 32394, + "Ġartefacts": 32395, + "ĠCromwell": 32396, + "ĠBD": 32397, + "Ġinsure": 32398, + "Ġdiure": 32399, + "Ġrandomness": 32400, + "Ġmelts": 32401, + "Ġfortifications": 32402, + "ĠDiscrimination": 32403, + "France": 32404, + "bbing": 32405, + "ĠPius": 32406, + "ĠJake": 32407, + "ĠArthritis": 32408, + "Ġetiquette": 32409, + "ĠBeethoven": 32410, + "ĠBhutan": 32411, + "Ġaffirmative": 32412, + "008": 32413, + "ovine": 32414, + "Ġsolic": 32415, + "ĠReve": 32416, + "ĠMeasuring": 32417, + "grave": 32418, + "Ġcompensated": 32419, + "ĠBuddhists": 32420, + "ĠAmer": 32421, + "ĠSau": 32422, + "ĠMoss": 32423, + "ĠFan": 32424, + "Ġshipment": 32425, + "ĠJAMA": 32426, + "ĠKN": 32427, + "Ġkillings": 32428, + "Private": 32429, + "Ġempathize": 32430, + "IQR": 32431, + "eated": 32432, + "ĠBerm": 32433, + "ĠRough": 32434, + "ĠJD": 32435, + "Ġraz": 32436, + "Ġnightmares": 32437, + "Ġexecutable": 32438, + "coat": 32439, + "Ġtongues": 32440, + "ĠErnst": 32441, + "ĠChandra": 32442, + "ĠHealing": 32443, + "Ġmetall": 32444, + "ĠZur": 32445, + "dominated": 32446, + "Ġpolyps": 32447, + "ĠCivilization": 32448, + "ĠBreaking": 32449, + "community": 32450, + "ĠGPU": 32451, + "pherds": 32452, + "314": 32453, + "Ġinund": 32454, + "ĠRid": 32455, + "Ġcoax": 32456, + "otechn": 32457, + "Ġ===": 32458, + "Explanation": 32459, + "Ġproudly": 32460, + "Ġremembrance": 32461, + "Ġboredom": 32462, + "Bad": 32463, + "Left": 32464, + "rar": 32465, + "iseness": 32466, + "Ġplume": 32467, + "ordial": 32468, + "rontal": 32469, + "Ġmonarchs": 32470, + "Ġabbreviated": 32471, + "KD": 32472, + "Ġsymphony": 32473, + "Ġbasalt": 32474, + "Ġlawful": 32475, + "ĠCompact": 32476, + "Ġneckl": 32477, + "ĠGardner": 32478, + "Ġashamed": 32479, + "Ġcherished": 32480, + "Ġescalating": 32481, + "Ġneurodegenerative": 32482, + "Ġshaken": 32483, + "ogo": 32484, + "Ġoutbur": 32485, + ".....": 32486, + "Ġsomeday": 32487, + "ĠAdolesc": 32488, + "ĠBasel": 32489, + "Column": 32490, + "ĠSignificant": 32491, + "Discover": 32492, + "Ġcontraception": 32493, + "Ġcancelled": 32494, + "Hon": 32495, + "Ġunprotected": 32496, + "uprofen": 32497, + "283": 32498, + "Ġburrows": 32499, + "ĠHopefully": 32500, + "rime": 32501, + "itin": 32502, + "Ġrins": 32503, + "Ġlocalities": 32504, + "charged": 32505, + "Enh": 32506, + "ĠBiom": 32507, + "Ġavenue": 32508, + "Ġslaughtered": 32509, + "Buy": 32510, + "enabled": 32511, + "amen": 32512, + "Ġsimulates": 32513, + "Ġslate": 32514, + "Ġopted": 32515, + "ĠYounger": 32516, + "Ġhallmark": 32517, + "hardt": 32518, + "Ġberry": 32519, + "Ġhierarchies": 32520, + "Methods": 32521, + "Positive": 32522, + "treated": 32523, + "Ġhare": 32524, + "Ġchor": 32525, + "ĠKarn": 32526, + "Ġedema": 32527, + "tained": 32528, + "Ġbalcon": 32529, + "Ġblew": 32530, + "Ġinfringement": 32531, + "Materials": 32532, + "tests": 32533, + "Ġbible": 32534, + "ĠRM": 32535, + "hesus": 32536, + "Ġdifferentiating": 32537, + "Ġcheat": 32538, + "ĠGuild": 32539, + "ĠBanking": 32540, + "preting": 32541, + "------------": 32542, + "CLC": 32543, + "ĠBethlehem": 32544, + "($\"": 32545, + "Double": 32546, + "argument": 32547, + "ĠACE": 32548, + "Ġadept": 32549, + "Ġevokes": 32550, + "Ġthemed": 32551, + "Ġcolitis": 32552, + "Ġworldly": 32553, + "Ġdifferentiable": 32554, + "ĠTurtle": 32555, + "Together": 32556, + "Ġlure": 32557, + "ĠBren": 32558, + "Ġhypox": 32559, + "Ġassistive": 32560, + "uttering": 32561, + "Ġbrutality": 32562, + "Ġprerequisite": 32563, + "yet": 32564, + "erial": 32565, + "arth": 32566, + "ĠGur": 32567, + "Ġstrife": 32568, + "Ġsmiles": 32569, + "ĠTrek": 32570, + "TypeError": 32571, + "ĠCitation": 32572, + "emeter": 32573, + "Ġspecialties": 32574, + "ĠAfro": 32575, + "ĠNeurology": 32576, + "Ġdisclosed": 32577, + "Ġbomber": 32578, + "Ġordinance": 32579, + "Bot": 32580, + "Facts": 32581, + "Ġflashing": 32582, + "Ġtreason": 32583, + "Ġblockade": 32584, + "ĠMeta": 32585, + "ĠBotanical": 32586, + "avorable": 32587, + "Ġprowess": 32588, + "ws": 32589, + "Ġvene": 32590, + "units": 32591, + "Ġsecession": 32592, + "ĠDV": 32593, + "ĠLEG": 32594, + "Ġemancipation": 32595, + "Ġexpiration": 32596, + "ikers": 32597, + "ouraging": 32598, + "Ġcoolant": 32599, + "ĠDavidson": 32600, + "ĠHelping": 32601, + "Paris": 32602, + "Ġcryptocurrencies": 32603, + "ĠHimalayas": 32604, + "Ġupgrading": 32605, + "fahrenheit": 32606, + "iography": 32607, + "Ġoily": 32608, + "Ġrejo": 32609, + "339": 32610, + "Ġpalaces": 32611, + "Ġknives": 32612, + "Ġravaged": 32613, + "Send": 32614, + "Ġtestify": 32615, + "undra": 32616, + "ĠBarnes": 32617, + "Ġbreaths": 32618, + "bellum": 32619, + "Ġapprentice": 32620, + "Ġsurpassed": 32621, + "ĠHamburg": 32622, + "Ġstab": 32623, + "ĠSue": 32624, + "amoto": 32625, + "ĠNI": 32626, + "ĠNas": 32627, + "Ġfillings": 32628, + "Ġrivalry": 32629, + "Ġconsolidate": 32630, + "Ġresignation": 32631, + "Ġmailing": 32632, + "availability": 32633, + "Ġcoloration": 32634, + "Ġwrinkles": 32635, + "ĠRecommendations": 32636, + "ĠHCV": 32637, + "ĠDum": 32638, + "Ġperceptual": 32639, + "Ġdetained": 32640, + "Ġprimality": 32641, + "Ġcollide": 32642, + "Ġmoose": 32643, + "Ġelectronically": 32644, + "Ġconstellations": 32645, + "document": 32646, + "ĠLecture": 32647, + "530": 32648, + "Face": 32649, + "bri": 32650, + "Ġ....": 32651, + "Ġaura": 32652, + "intellig": 32653, + "Ġentrusted": 32654, + "deal": 32655, + "Ġpromoter": 32656, + "Ġjudiciary": 32657, + "Ġbedrock": 32658, + "ĠSerbian": 32659, + "Ġconvened": 32660, + "Ġmeteorite": 32661, + "Ġinjustices": 32662, + "Cite": 32663, + "Ġmuff": 32664, + "Ġshamp": 32665, + "284": 32666, + "Ġpenetrating": 32667, + "ĠTalking": 32668, + "Ġpersecuted": 32669, + "Ġtipping": 32670, + "eme": 32671, + "Ġunsc": 32672, + "Ġgeologists": 32673, + "Ġmisf": 32674, + "seeing": 32675, + "RIM": 32676, + "Ġpropagated": 32677, + "Ġadrenaline": 32678, + "Ġparcel": 32679, + "defense": 32680, + "282": 32681, + "Ġgentlemen": 32682, + "responsible": 32683, + "ĠCardiovascular": 32684, + "utus": 32685, + "Ġstitch": 32686, + "Ġchap": 32687, + "ĠChocolate": 32688, + "ienne": 32689, + "ĠImplications": 32690, + "ascus": 32691, + "Ġmiscarriage": 32692, + "+,": 32693, + "violence": 32694, + "recht": 32695, + "ĠIBS": 32696, + "Ġclans": 32697, + "exam": 32698, + "258": 32699, + "Ġpropensity": 32700, + "Ġsuitability": 32701, + "multiple": 32702, + "ĠRockef": 32703, + "Ġnovice": 32704, + "Ġrepayment": 32705, + "Ġacrylic": 32706, + "LES": 32707, + "iators": 32708, + "today": 32709, + "raise": 32710, + "Ġsaus": 32711, + "Ġmodem": 32712, + "ĠMcCarthy": 32713, + "contained": 32714, + "ĠBowl": 32715, + "Ġstirred": 32716, + "ĠAzerbaijan": 32717, + "Safe": 32718, + "Ġeuth": 32719, + "adas": 32720, + "usual": 32721, + "Ġunful": 32722, + "Ġsignage": 32723, + "Ġslogan": 32724, + "Ġsentient": 32725, + "Ġunearthed": 32726, + "Ġstereotype": 32727, + "Ġbicycles": 32728, + "Ġcoercion": 32729, + "Category": 32730, + "ĠMg": 32731, + "ĠPU": 32732, + "Ġshalt": 32733, + "009": 32734, + "ĠReplaced": 32735, + "ĠBees": 32736, + "Ġsecretions": 32737, + "Ġprescribing": 32738, + "ĠSentence": 32739, + "Ġsparingly": 32740, + "618": 32741, + "bugs": 32742, + "rity": 32743, + "ĠBT": 32744, + "Ġracc": 32745, + "Ġthroughput": 32746, + "Ġclassics": 32747, + "Ġdrifting": 32748, + "bright": 32749, + "ĠTrauma": 32750, + "biosis": 32751, + "Johnson": 32752, + "Important": 32753, + "ĠGiovanni": 32754, + "BY": 32755, + "eh": 32756, + "usters": 32757, + "Ġflute": 32758, + "ĠBlair": 32759, + "ĠConscious": 32760, + "ĠHealthwise": 32761, + "ĠPaulo": 32762, + "Ġpaleont": 32763, + "Astron": 32764, + "Ġpigeons": 32765, + "Ġappraisal": 32766, + "vil": 32767, + "anded": 32768, + "ĠRan": 32769, + "ĠNeck": 32770, + "Ġdisillusion": 32771, + "Ġunification": 32772, + "ountains": 32773, + "Ġmete": 32774, + "Ġsniff": 32775, + "Ġfavoured": 32776, + "ĠJehovah": 32777, + "findall": 32778, + "Ġoscillator": 32779, + "Ġseafloor": 32780, + "ĠDoctrine": 32781, + "ĠRebellion": 32782, + "?:": 32783, + "ĠAds": 32784, + "Ġsworn": 32785, + "278": 32786, + "Ġcardio": 32787, + "296": 32788, + "ĠPurple": 32789, + "Increasing": 32790, + "Month": 32791, + "Ġdrowned": 32792, + "ipotent": 32793, + "emeteries": 32794, + "Ġaortic": 32795, + "Ġdazz": 32796, + "irls": 32797, + "ĠSect": 32798, + "ĠScouts": 32799, + "294": 32800, + "Ġrobustness": 32801, + "Ġemptiness": 32802, + "probably": 32803, + "âĶ": 32804, + "identally": 32805, + "309": 32806, + "ĠAbel": 32807, + "Ġdividends": 32808, + "Ġfixes": 32809, + "ĠWellness": 32810, + "Ġaquifers": 32811, + "Ġdisguise": 32812, + "Brien": 32813, + "zan": 32814, + "iton": 32815, + "ĠDod": 32816, + "assuming": 32817, + "equipped": 32818, + "ĠRecognition": 32819, + "ĠDiophantine": 32820, + "ĠAtlantis": 32821, + "Ġkitchens": 32822, + "Ġgalactic": 32823, + "Beginning": 32824, + "imagin": 32825, + "ĠCaucasus": 32826, + "Ġforts": 32827, + "ĠMET": 32828, + "oused": 32829, + "Ġbookmark": 32830, + "274": 32831, + "Ġwarmest": 32832, + "hao": 32833, + "structed": 32834, + "Ġirritated": 32835, + ">();": 32836, + "Ġpus": 32837, + "Ġdart": 32838, + "ĠWarming": 32839, + "portation": 32840, + "Ġpossessive": 32841, + "Emily": 32842, + ",''": 32843, + "ifixion": 32844, + "||-": 32845, + "Ġuntouched": 32846, + "Ġbreaker": 32847, + "fecture": 32848, + "banks": 32849, + "Ġmeteorological": 32850, + "Ġvapour": 32851, + "ĠNarrative": 32852, + "Ġerroneous": 32853, + "Rele": 32854, + "oko": 32855, + "lows": 32856, + "ĠWealth": 32857, + "ĠInca": 32858, + "ochastic": 32859, + "eutics": 32860, + "posts": 32861, + "ĠRajas": 32862, + "roviral": 32863, + "Ġamalgam": 32864, + "Action": 32865, + "Ġdex": 32866, + "ĠBots": 32867, + "ĠFruits": 32868, + "Ġcommits": 32869, + "yson": 32870, + "Ġrag": 32871, + "awatts": 32872, + "ĠDeut": 32873, + "276": 32874, + "ranial": 32875, + "ĠOutlook": 32876, + "ĠAnnals": 32877, + "ĠEthical": 32878, + "fur": 32879, + "iere": 32880, + "ĠIstanbul": 32881, + "ĠRAF": 32882, + "ĠConclusion": 32883, + "ĠEvolutionary": 32884, + "Ġstagnation": 32885, + "Ban": 32886, + "arrays": 32887, + "opedic": 32888, + "ĠLebes": 32889, + "Ġconcentrates": 32890, + "Ġdoubtful": 32891, + "Ġaggregates": 32892, + "328": 32893, + "coding": 32894, + "ĠAwards": 32895, + "resource": 32896, + "ĠHutch": 32897, + "ĠOrbit": 32898, + "Ġpoisoned": 32899, + "ĠGMO": 32900, + "Ġdehydrated": 32901, + "Ġpeptides": 32902, + "Ġrearing": 32903, + "ilical": 32904, + "ĠMats": 32905, + "Ġhens": 32906, + "rika": 32907, + "Ġlabou": 32908, + "Ġprecarious": 32909, + "ITES": 32910, + "Ġinstantaneous": 32911, + "brook": 32912, + "Ġnourishment": 32913, + "give": 32914, + "û": 32915, + "Ġtying": 32916, + "ĠSaunders": 32917, + "ĠBaroque": 32918, + "ĠMicrobiology": 32919, + "ontinence": 32920, + "ĠLebesgue": 32921, + "adier": 32922, + "Ġslain": 32923, + "ás": 32924, + "Application": 32925, + "Cop": 32926, + "Ġneb": 32927, + "ĠFE": 32928, + "||$": 32929, + "331": 32930, + "Cloud": 32931, + "borg": 32932, + "tons": 32933, + "raged": 32934, + "Ġinterd": 32935, + "ussis": 32936, + "Aside": 32937, + "worker": 32938, + "Ġtownship": 32939, + "Ġwarmed": 32940, + "ĠSurveillance": 32941, + "oliosis": 32942, + "Ġwandered": 32943, + "Ġlavish": 32944, + "iegel": 32945, + "jun": 32946, + "Ġpaving": 32947, + "akov": 32948, + "Ġresorts": 32949, + "princ": 32950, + "Ġreplies": 32951, + "NL": 32952, + "edit": 32953, + "Ġhailed": 32954, + "riam": 32955, + "ĠFrit": 32956, + "overe": 32957, + "Ġeryth": 32958, + "Ġhurry": 32959, + "feedback": 32960, + "Ġintervening": 32961, + "representation": 32962, + "BV": 32963, + "Ġtier": 32964, + "ianism": 32965, + "ĠForbes": 32966, + "ĠAgenda": 32967, + "Ġrotary": 32968, + "Ġsemantics": 32969, + "Measure": 32970, + "Ġvertebrate": 32971, + "Ġdashboard": 32972, + "invent": 32973, + "enoid": 32974, + "Ġnond": 32975, + "acet": 32976, + "ĠJin": 32977, + "ERC": 32978, + "268": 32979, + "Ġimagining": 32980, + "Ġcollaboratively": 32981, + "Ġsavage": 32982, + "Combining": 32983, + "cause": 32984, + "lov": 32985, + "ع": 32986, + "pez": 32987, + "Ġacademically": 32988, + "Ġclarifying": 32989, + "ogenes": 32990, + "Ġcomposites": 32991, + "reduce": 32992, + "Ġmorn": 32993, + "Ġreds": 32994, + "ĠCBT": 32995, + "unless": 32996, + "ĠEcc": 32997, + "ĠEuropa": 32998, + "ĠLCD": 32999, + "Ġemperors": 33000, + "Ġspeculated": 33001, + "ĠAsians": 33002, + "Ġpersona": 33003, + "Ġnonverbal": 33004, + "entionally": 33005, + "Ġdelving": 33006, + "phasis": 33007, + "ĠSwitch": 33008, + "ĠHighland": 33009, + "ĠCrater": 33010, + "Ġabbreviation": 33011, + "Ġunforgiving": 33012, + "ĠCherry": 33013, + "idis": 33014, + "conc": 33015, + "Ġactivating": 33016, + "paragus": 33017, + "Ġbrute": 33018, + "ĠSecular": 33019, + "Ġkilogram": 33020, + "Ġstrawberry": 33021, + "Ġannotation": 33022, + "Ġplatinum": 33023, + "Ġmeticulous": 33024, + "ĠCluster": 33025, + "Simply": 33026, + "Knowledge": 33027, + "Ġglitter": 33028, + "prone": 33029, + "Ġlobbying": 33030, + "Library": 33031, + "Ġindisc": 33032, + "Ġexpulsion": 33033, + "ractions": 33034, + "Ġsublist": 33035, + "ĠImmediately": 33036, + "ĠGeneal": 33037, + "numpy": 33038, + "297": 33039, + "Ġexponents": 33040, + "Ġstabilization": 33041, + "bite": 33042, + "faced": 33043, + "spl": 33044, + "ĠHast": 33045, + "Ġbrushes": 33046, + "Ġresponsiveness": 33047, + "ĠJustin": 33048, + "Ġmalign": 33049, + "Ġmediums": 33050, + "Ġdiverted": 33051, + "ĠTHC": 33052, + "ĠJimmy": 33053, + "Sound": 33054, + "Tax": 33055, + "Ġferal": 33056, + "ĠCAM": 33057, + "ipolar": 33058, + "Ġattaches": 33059, + "Ġlandings": 33060, + "share": 33061, + "Ġcivilisation": 33062, + "Ġventral": 33063, + ".âĢĻâĢĿ": 33064, + "Ġdownturn": 33065, + "Humans": 33066, + "ĠAlmighty": 33067, + "nance": 33068, + "olip": 33069, + "ĠCin": 33070, + "Ġattaching": 33071, + "ENG": 33072, + "Ġcelebrities": 33073, + "ĠFitzgerald": 33074, + "Ġfigurative": 33075, + "ĠCCSS": 33076, + "Ġprudent": 33077, + "Ġeve": 33078, + "ĠAuckland": 33079, + "Ġhaem": 33080, + "ancock": 33081, + "Ġdominion": 33082, + "Ġmilder": 33083, + "Ġtempo": 33084, + "ĠFriedman": 33085, + "ĠPentagon": 33086, + "ĠPleistocene": 33087, + "Ġcathode": 33088, + "quartile": 33089, + "Ġceilings": 33090, + "Ġyourselves": 33091, + "idegger": 33092, + "Ġflipped": 33093, + "ĠChristine": 33094, + "ĠOutcomes": 33095, + "Ġinducing": 33096, + "ĠFarmer": 33097, + "Ġannouncements": 33098, + "ĠPioneer": 33099, + "Gene": 33100, + "Ġale": 33101, + "Ġpinn": 33102, + "ĠGang": 33103, + "ĠSupporting": 33104, + "ĠEntry": 33105, + "Ġtirelessly": 33106, + "Ġrefractive": 33107, + "%|": 33108, + "walls": 33109, + "oteric": 33110, + "ivative": 33111, + "ĠReserv": 33112, + "Ġcircus": 33113, + "Score": 33114, + "oltz": 33115, + "iticus": 33116, + "ĠFeedback": 33117, + "Ġvampire": 33118, + "BB": 33119, + "LED": 33120, + "ĠSCI": 33121, + "ĠCrete": 33122, + "Ġunhe": 33123, + "Ġcurtains": 33124, + "Ġhairy": 33125, + "ĠMuseums": 33126, + "Ġlikeness": 33127, + "Amount": 33128, + "Ġcyclical": 33129, + "AH": 33130, + "save": 33131, + "vig": 33132, + "Ê»": 33133, + "ĠBhar": 33134, + "Ġcranes": 33135, + "Ġhypnot": 33136, + "ĠJudith": 33137, + "Ġsummoned": 33138, + "Ġ(=": 33139, + "ĠHouses": 33140, + "ĠLinn": 33141, + "Ġarth": 33142, + "ĠRemoval": 33143, + "panies": 33144, + "Ġpropositions": 33145, + "ĠAdministrative": 33146, + "DataFrame": 33147, + "Ġdresses": 33148, + "322": 33149, + "ת": 33150, + "ctomy": 33151, + "ĠBast": 33152, + "osate": 33153, + "ĠFormal": 33154, + "Ġdisplace": 33155, + "Ġorganizer": 33156, + "Ġparable": 33157, + "Ġbookstore": 33158, + "ĠProvincial": 33159, + "ĠProcesses": 33160, + "Ġpillow": 33161, + "ĠTreeNode": 33162, + "Ġprematurely": 33163, + "Ġclichés": 33164, + "soc": 33165, + "itone": 33166, + "odi": 33167, + "ĠHuss": 33168, + "ĠEuph": 33169, + "Ġdesalination": 33170, + "Ġswapped": 33171, + "Ġgraphite": 33172, + "ĠVladimir": 33173, + "Syn": 33174, + "Ö·": 33175, + "Ġbisexual": 33176, + "ĠCly": 33177, + "Ġprototyping": 33178, + "Ġdemeanor": 33179, + "Ġthrives": 33180, + "Module": 33181, + "dream": 33182, + "enties": 33183, + "ĠAJ": 33184, + "ĠPup": 33185, + "Ġsund": 33186, + "Ġnebul": 33187, + "agi": 33188, + "Ġinsane": 33189, + "Ġbiol": 33190, + "Ġviolently": 33191, + "Ġharp": 33192, + "Ġcolonized": 33193, + "Ġfragrant": 33194, + "cia": 33195, + "Ġalve": 33196, + "ĠEF": 33197, + "ĠFalk": 33198, + "atorium": 33199, + "brane": 33200, + "mbling": 33201, + "Ġstemming": 33202, + "Ġlymphatic": 33203, + "revolution": 33204, + "Mis": 33205, + "Nob": 33206, + "Ġ(âĪļ": 33207, + "ĠBilly": 33208, + "ĠNurse": 33209, + "ĠGC": 33210, + "Ġgoverns": 33211, + "Ġwarp": 33212, + "untu": 33213, + "ĠElectro": 33214, + "ĠSpeak": 33215, + "ĠBradley": 33216, + "Ġbounty": 33217, + "Ġbenevolent": 33218, + "Ġtonic": 33219, + "ĠSaxon": 33220, + "ocor": 33221, + "ifference": 33222, + "Ġrecessive": 33223, + "Ġremission": 33224, + "ommy": 33225, + "ashtra": 33226, + "Ġfooting": 33227, + "ukh": 33228, + "Ġdeduction": 33229, + "ĠCutting": 33230, + "ĠNutr": 33231, + "Emb": 33232, + "Quality": 33233, + "Ñĸ": 33234, + "ĠHann": 33235, + "ĠLD": 33236, + "Ġplanner": 33237, + "oley": 33238, + "ucking": 33239, + "Ġplatelets": 33240, + "Ġankles": 33241, + "Ġautobiography": 33242, + "zh": 33243, + "ĠBottom": 33244, + "Ġrite": 33245, + "Ġexpired": 33246, + "Ġbiogas": 33247, + "statement": 33248, + "ĠINTER": 33249, + "UTH": 33250, + "Ġbridging": 33251, + "Ġquarry": 33252, + "Potential": 33253, + "ĠHeinrich": 33254, + "lion": 33255, + "Ġfry": 33256, + "strand": 33257, + "Ġatrial": 33258, + "ĠFashion": 33259, + "Ġsoaking": 33260, + "Ġrubric": 33261, + "Ġcomplaining": 33262, + "Ġdiversified": 33263, + "ĠSahara": 33264, + "ĠChicken": 33265, + "Ġincarceration": 33266, + "ĠAppalachian": 33267, + "cigarettes": 33268, + "Ġmite": 33269, + "odian": 33270, + "ĠGul": 33271, + "azole": 33272, + "Recogn": 33273, + "Ġmanuals": 33274, + "priority": 33275, + "Ġinexplicable": 33276, + "ĠSaving": 33277, + "ĠAlleg": 33278, + "ijk": 33279, + "ĠDanube": 33280, + "window": 33281, + "ĠHugo": 33282, + "Ġenlargement": 33283, + "Ġstricter": 33284, + "itatively": 33285, + "orations": 33286, + "ĠCooking": 33287, + "ĠRV": 33288, + "ĠLah": 33289, + "cker": 33290, + "Ġfireplace": 33291, + "Ġnotoriously": 33292, + "Ġapprenticeship": 33293, + "CREATE": 33294, + "Egypt": 33295, + "lusion": 33296, + "Ġhover": 33297, + "Ġanteced": 33298, + "ORS": 33299, + "ĠFlint": 33300, + "Ġnineteen": 33301, + "Ġintersects": 33302, + "Ġmediator": 33303, + "013": 33304, + "Opp": 33305, + "Scan": 33306, + "won": 33307, + "ptime": 33308, + "Ġnewline": 33309, + "Ġhern": 33310, + "never": 33311, + "Ġdominating": 33312, + "Ġmannerisms": 33313, + "ĠContinuous": 33314, + "Ġzebrafish": 33315, + "Yellow": 33316, + "Ġspok": 33317, + "Ġwillow": 33318, + "Ġindifferent": 33319, + "arcane": 33320, + "Ġmaximal": 33321, + "ĠNeighbor": 33322, + "ISM": 33323, + "Ġmileage": 33324, + "Ġdemolition": 33325, + "Ġmellitus": 33326, + "sugar": 33327, + "åħ": 33328, + "owels": 33329, + "Ġappended": 33330, + "Ġcools": 33331, + "555": 33332, + "request": 33333, + "IGH": 33334, + "ĠIDs": 33335, + "Ġadviser": 33336, + "ĠZionist": 33337, + "ĠBrahman": 33338, + "mu": 33339, + "Ġthorn": 33340, + "Ġstalls": 33341, + "Ġanorexia": 33342, + "Ġalmond": 33343, + "ĠKub": 33344, + "Ġbroker": 33345, + "ĠMarqu": 33346, + "Ġvegetative": 33347, + "Ġstripe": 33348, + "Ġwidening": 33349, + "ĠAdvances": 33350, + "ĠJulie": 33351, + "abytes": 33352, + "Ġpreservatives": 33353, + "Ġambul": 33354, + "Ġconveniently": 33355, + "Ġgerminate": 33356, + "Ġreluctance": 33357, + "ĠMicrobiol": 33358, + "entimes": 33359, + "ĠLomb": 33360, + "avian": 33361, + "Ġpreposition": 33362, + "ysql": 33363, + "Ġflares": 33364, + "ggling": 33365, + "Ġboast": 33366, + "Ġauditor": 33367, + "Ġmechanically": 33368, + "Ġpups": 33369, + "ĠDocumentation": 33370, + "ĠGuidance": 33371, + "ĠRFID": 33372, + "ĠSimplified": 33373, + "ĠVoyager": 33374, + "Ġneuroscient": 33375, + "bst": 33376, + "mask": 33377, + "ĠVishnu": 33378, + "Ġflushing": 33379, + "eger": 33380, + "ĠNewport": 33381, + "Ġmutated": 33382, + "Ġperpetrator": 33383, + "ĠSPF": 33384, + "Ġsauces": 33385, + "ĠNamibia": 33386, + "ĠFelix": 33387, + "ĠFalcon": 33388, + "Individuals": 33389, + "ĠSubstance": 33390, + "570": 33391, + "Jer": 33392, + "fried": 33393, + "olini": 33394, + "ĠNPR": 33395, + "Ġimpetus": 33396, + "Ġexplode": 33397, + "Ġlistings": 33398, + "ĠShift": 33399, + "Ġpaperwork": 33400, + "ihu": 33401, + "ĠTowards": 33402, + "nourished": 33403, + "itimate": 33404, + "iret": 33405, + "Ġsubtext": 33406, + "Ġwaterfall": 33407, + "Ġeffected": 33408, + "Ġdistill": 33409, + "ĠWarning": 33410, + "Ġreacted": 33411, + "332": 33412, + "ĠLouise": 33413, + "Doctors": 33414, + "Ġjuxtap": 33415, + "sheets": 33416, + "professional": 33417, + "eastern": 33418, + "Ġsire": 33419, + "umina": 33420, + "phin": 33421, + "Ġrepel": 33422, + "Ġanthrax": 33423, + "Ġplumage": 33424, + "Ġrehabilit": 33425, + "dia": 33426, + "ĠAU": 33427, + "Ġsucking": 33428, + "rule": 33429, + "Alcohol": 33430, + "Ġconnectors": 33431, + "ĠBedford": 33432, + "ĠIllustrated": 33433, + "Ġpopulace": 33434, + "Nutrition": 33435, + "×ij": 33436, + "Ġoasis": 33437, + "ĠRacial": 33438, + "erex": 33439, + "Ġhighlands": 33440, + "Ġdryness": 33441, + "downs": 33442, + "ĠSebast": 33443, + "Rap": 33444, + "vens": 33445, + "Ġoint": 33446, + "oter": 33447, + "ĠCRE": 33448, + "Ġcheating": 33449, + "308": 33450, + "ĠComet": 33451, + "ĠProphe": 33452, + "Photos": 33453, + "Ġunpopular": 33454, + "319": 33455, + "Cit": 33456, + "ĠJazz": 33457, + "Ġmega": 33458, + "rapers": 33459, + "ĠByron": 33460, + "Ġprotector": 33461, + "ĠBiotechnology": 33462, + "Ġmethylation": 33463, + "ĠCollaboration": 33464, + "ĠEditorial": 33465, + "Ġwrought": 33466, + "ĠTales": 33467, + "ĠBoot": 33468, + "andering": 33469, + "ĠChase": 33470, + "Ġnonfiction": 33471, + "ĠDept": 33472, + "Ġprick": 33473, + "Phase": 33474, + "Ġwalnuts": 33475, + "ĠFeeding": 33476, + "Ġameric": 33477, + "Ġconditioner": 33478, + "Ġcollateral": 33479, + "Ġwildly": 33480, + "productive": 33481, + "locked": 33482, + "ĠCorporate": 33483, + "Ġunreasonable": 33484, + "ĠPriest": 33485, + "omenclature": 33486, + "GDP": 33487, + "Jim": 33488, + "Ġvortex": 33489, + "riber": 33490, + "ĠFur": 33491, + "ĠFrequently": 33492, + "337": 33493, + "Ġpetrol": 33494, + "Ġexperimented": 33495, + "Ġseedling": 33496, + "Ġyouthful": 33497, + "ĠMagdal": 33498, + "calorie": 33499, + "ĠSixth": 33500, + "Ġexemption": 33501, + "ĠYosemite": 33502, + "iflower": 33503, + "adv": 33504, + "ĠRele": 33505, + "Ġgeop": 33506, + "ĠEmissions": 33507, + "Button": 33508, + "Ġwebinars": 33509, + "repare": 33510, + "Ġabnormality": 33511, + "Ġove": 33512, + "Ġbake": 33513, + "ĠCourses": 33514, + "Ġprimate": 33515, + "tto": 33516, + "ĠDriving": 33517, + "Ġanxieties": 33518, + "ĠJessica": 33519, + "ĠGujarat": 33520, + "Farm": 33521, + "fac": 33522, + "lik": 33523, + "opening": 33524, + "ĠFurn": 33525, + "Ġdrawback": 33526, + "ĠPresidents": 33527, + "Ġcranial": 33528, + "'\\": 33529, + "yi": 33530, + "ĠFix": 33531, + "ĠKah": 33532, + "Async": 33533, + "Ġpeacefully": 33534, + "ĠSamar": 33535, + "othered": 33536, + "Ġfingert": 33537, + "ĠMichelle": 33538, + "Ġnourish": 33539, + "Eventually": 33540, + "ĠDialogue": 33541, + "Ġformaldehyde": 33542, + "IFE": 33543, + "Ġtroublesome": 33544, + "ĠVenetian": 33545, + "318": 33546, + "ĠPrices": 33547, + "ĠDat": 33548, + "ĠSeventh": 33549, + "ĠParallel": 33550, + "Ġhypogly": 33551, + "ĠRegulatory": 33552, + "ĠPMC": 33553, + "Ġpunishments": 33554, + "Custom": 33555, + "GET": 33556, + "ZE": 33557, + "onso": 33558, + "Ġgenders": 33559, + "ĠSom": 33560, + "ĠPinterest": 33561, + "avage": 33562, + "Ġmono": 33563, + "header": 33564, + "Others": 33565, + "Ġscraping": 33566, + "Ġpapal": 33567, + "317": 33568, + "cz": 33569, + "ceae": 33570, + "quist": 33571, + "nton": 33572, + "Ġscap": 33573, + "Ġearns": 33574, + "Ġfashioned": 33575, + "ĠURLs": 33576, + "generational": 33577, + "030": 33578, + "Cast": 33579, + "Ġgreener": 33580, + "ĠHansen": 33581, + "Southern": 33582, + ")[": 33583, + "vests": 33584, + "Ġlends": 33585, + "Ġheret": 33586, + "ruff": 33587, + "ĠSpark": 33588, + "Ġquantified": 33589, + "Ġprofessionalism": 33590, + "Ġdividend": 33591, + "Performance": 33592, + "ĠCertification": 33593, + "ĠEssex": 33594, + "Maximum": 33595, + "ĠProcedures": 33596, + "Ġunlawful": 33597, + "Aqu": 33598, + "Dou": 33599, + "aust": 33600, + "bt": 33601, + "kon": 33602, + "pip": 33603, + "âī": 33604, + "Ġwagons": 33605, + "Ġfi": 33606, + "igating": 33607, + "Ġweathered": 33608, + "ĠFo": 33609, + "tsky": 33610, + "Ġconcave": 33611, + "rosion": 33612, + "Ġconfession": 33613, + "dera": 33614, + "Strong": 33615, + "Ġmotivational": 33616, + "ĠArtemis": 33617, + "ĠExplan": 33618, + "Ġpolymerase": 33619, + "ĠBecome": 33620, + "GT": 33621, + "Ice": 33622, + "Ġdé": 33623, + "stakes": 33624, + "ĠPoles": 33625, + "ĠDHA": 33626, + "ĠGoddard": 33627, + "shoot": 33628, + "ĠHercules": 33629, + "Ġingest": 33630, + "Ġfiller": 33631, + "ĠFrontier": 33632, + "Ġdeterrent": 33633, + "oup": 33634, + "abric": 33635, + "ĠMumbai": 33636, + "ĠHak": 33637, + "ĠREC": 33638, + "ĠkWh": 33639, + "Ġoutgoing": 33640, + "Ġrelocate": 33641, + "ĠTeens": 33642, + "ĠXIV": 33643, + "ĠParagraph": 33644, + "ĠTwain": 33645, + "Ġpetty": 33646, + "Ġsyndromes": 33647, + "Ġmicroprocess": 33648, + "araderie": 33649, + "Ġstitches": 33650, + "ĠUnt": 33651, + "indices": 33652, + "Ġdiffraction": 33653, + "appa": 33654, + "ocalyp": 33655, + "Ġfostered": 33656, + "FM": 33657, + "Gender": 33658, + "mac": 33659, + "aday": 33660, + "Ġcomplicate": 33661, + "Ġdownside": 33662, + "ĠSheets": 33663, + "uminum": 33664, + "Manager": 33665, + "Ġundermined": 33666, + "ĠLangley": 33667, + "seless": 33668, + "Ġfootwear": 33669, + "ĠLett": 33670, + "336": 33671, + "ĠMarkov": 33672, + "Ġgeodes": 33673, + "289": 33674, + "ĠMystery": 33675, + "ĠPatricia": 33676, + "Comment": 33677, + "ĠChecking": 33678, + "Ġtranscribed": 33679, + "embourg": 33680, + "Ġdwellers": 33681, + "Ġtrimmed": 33682, + "ĠRobertson": 33683, + "ãĢĤ": 33684, + "fruits": 33685, + "sweet": 33686, + "Ġpiety": 33687, + "ocarbon": 33688, + "vell": 33689, + "ĠPlaza": 33690, + "Ġtravellers": 33691, + "Ġcouch": 33692, + "ĠDesk": 33693, + "Ġdivorced": 33694, + "BankAccount": 33695, + "ĠPtolemy": 33696, + "Hom": 33697, + "Ġbesp": 33698, + "Ġbacon": 33699, + "Ġthwart": 33700, + "idan": 33701, + "ĠRGB": 33702, + "Ġcomputerized": 33703, + "Behavior": 33704, + "Ġincompet": 33705, + "ĠRamadan": 33706, + "Ġassassinated": 33707, + "ĠAmbassador": 33708, + "seq": 33709, + "Ġsupermarkets": 33710, + "Ġfirewood": 33711, + "Ġgallbladder": 33712, + "ĠLabrador": 33713, + "888": 33714, + "Ġhemisp": 33715, + "tum": 33716, + "Ġstump": 33717, + "Ġcompartments": 33718, + "getting": 33719, + "Ġdrinkers": 33720, + "Ġassembling": 33721, + "Ġpermafrost": 33722, + "Ġsculptor": 33723, + "ĠCompanion": 33724, + "ĠPatriarch": 33725, + "Ġskiing": 33726, + "Fat": 33727, + "pc": 33728, + "heavy": 33729, + "olite": 33730, + "chus": 33731, + "ĠChel": 33732, + "ĠGUI": 33733, + "Ġshortening": 33734, + "shift": 33735, + "Ġpsychiatry": 33736, + "Ġnodules": 33737, + "Ġcadmium": 33738, + "Ġdisseminated": 33739, + "Magn": 33740, + "Ġpes": 33741, + "Ġtoast": 33742, + "ĠCrist": 33743, + "ĠGum": 33744, + "Ġequinox": 33745, + "clusions": 33746, + "Ġsilently": 33747, + "Ġunpublished": 33748, + "Ġglycemic": 33749, + "Corn": 33750, + "Game": 33751, + "]+": 33752, + "fred": 33753, + "warm": 33754, + "ĠREL": 33755, + "Ġresided": 33756, + "Ġrefund": 33757, + "ĠPeruvian": 33758, + "REL": 33759, + "Ġhorseback": 33760, + "ĠNiagara": 33761, + "Ġjuveniles": 33762, + "ĠProbability": 33763, + "Cambridge": 33764, + "ĠKumar": 33765, + "powder": 33766, + "Ġcamouflage": 33767, + "ĠCumberland": 33768, + "Ġanesthetic": 33769, + "Ġcreeping": 33770, + "problems": 33771, + "ĠXII": 33772, + "Ġwildflowers": 33773, + "ĠHumph": 33774, + "Ġcalibrated": 33775, + "xin": 33776, + "ĠMY": 33777, + "technology": 33778, + "Ġphased": 33779, + "ĠPreviously": 33780, + "ĠSubstituting": 33781, + "ĠPassage": 33782, + "Ġstereotyp": 33783, + "elaide": 33784, + "Ġveterinarians": 33785, + "Ġembarrassed": 33786, + "016": 33787, + "Ġbc": 33788, + "ĠGau": 33789, + "ĠGrap": 33790, + "arya": 33791, + "ĠViv": 33792, + "ĠConrad": 33793, + "Ġstarving": 33794, + "ĠAdvoc": 33795, + "Ġthankful": 33796, + "ĠDorothy": 33797, + "Ġunmanned": 33798, + "rats": 33799, + "Ġhass": 33800, + "ĠTill": 33801, + "Ġforging": 33802, + "ĠHert": 33803, + "Ġsystolic": 33804, + "ĠVM": 33805, + "ĠAlready": 33806, + "Ġextremities": 33807, + "Info": 33808, + "Ġscrutin": 33809, + "wartz": 33810, + "flatten": 33811, + "Ġtavern": 33812, + "Dial": 33813, + "gie": 33814, + "games": 33815, + "Ġmuddy": 33816, + "Ġliner": 33817, + "Ġheed": 33818, + "estown": 33819, + "ĠNatal": 33820, + "Ġpotency": 33821, + "Ġparanoia": 33822, + "Ġresourceful": 33823, + "ĠEnsuring": 33824, + "Ġdetoxification": 33825, + "Choosing": 33826, + "Sy": 33827, + "laws": 33828, + "tok": 33829, + "ĠThesis": 33830, + "Ġswapping": 33831, + "ĠHybrid": 33832, + "Ġarrests": 33833, + "Ele": 33834, + "Ġì": 33835, + "atism": 33836, + "ĠTI": 33837, + "ĠIv": 33838, + "ĠMik": 33839, + "ĠMAR": 33840, + "ocin": 33841, + "Ġhexagon": 33842, + "Ġobscured": 33843, + "Ġcarpets": 33844, + "Communication": 33845, + "ĠByzant": 33846, + "Ġaerosols": 33847, + "ĠVulner": 33848, + "ĠScandinavian": 33849, + "Ġreprinted": 33850, + "Ġsued": 33851, + "Ġimmoral": 33852, + "Ġburrow": 33853, + "Training": 33854, + "Ġenergized": 33855, + "ĠTaliban": 33856, + "ĠNordic": 33857, + "Critical": 33858, + "rese": 33859, + "elin": 33860, + "ĠArbor": 33861, + "ĠCarth": 33862, + "Ġimaginations": 33863, + "Ġsighted": 33864, + "ĠMosquit": 33865, + "missing": 33866, + "rocytes": 33867, + "ĠAlgeria": 33868, + "Ġrye": 33869, + "nery": 33870, + "Ġsuperhero": 33871, + "Ġrigor": 33872, + "Valid": 33873, + "Ġmaiden": 33874, + "Ġcorrobor": 33875, + "Ġmacrophages": 33876, + "Crit": 33877, + "fetch": 33878, + "fowl": 33879, + "hra": 33880, + "informatics": 33881, + "ophe": 33882, + "ĠBore": 33883, + "ĠVAL": 33884, + "Ġmonet": 33885, + "Ġcrashing": 33886, + "Stock": 33887, + "Ġinterpolation": 33888, + "ĠMyers": 33889, + "Ġcontrasted": 33890, + "Ġsplash": 33891, + "EMS": 33892, + "bedded": 33893, + "ĠÏī": 33894, + "ĠHawk": 33895, + "Ġinhibiting": 33896, + "Ġfolders": 33897, + "ĠTreasure": 33898, + "Ġsubsidy": 33899, + "Ġriparian": 33900, + "bane": 33901, + "ĠEurasian": 33902, + "Ġsolstice": 33903, + "Ġinnovators": 33904, + "ĠElara": 33905, + "collections": 33906, + "ĠMacmillan": 33907, + "ĠDistingu": 33908, + "Ġsubtype": 33909, + "Ġrepurposed": 33910, + "cold": 33911, + "Ġnylon": 33912, + "ĠJub": 33913, + "neighbor": 33914, + "constant": 33915, + "Ġsidewalk": 33916, + "Ġepithelium": 33917, + "significant": 33918, + "Ġbolts": 33919, + "Ġdiscontinued": 33920, + "ncbi": 33921, + "Center": 33922, + "ĠLund": 33923, + "ĠKr": 33924, + "helf": 33925, + "contains": 33926, + "Ġvulgar": 33927, + "ĠBrigham": 33928, + "Query": 33929, + "Calculate": 33930, + "Ġcorrosive": 33931, + "Ġcarcinogenic": 33932, + "Operation": 33933, + "ousseau": 33934, + "ĠRockefeller": 33935, + "Ġunborn": 33936, + "ĠOrn": 33937, + "ursors": 33938, + "Ġextracurricular": 33939, + "Ġregistering": 33940, + "Ġdeteriorate": 33941, + "ĠCzechosl": 33942, + "Technical": 33943, + "Clearly": 33944, + "Ġalfalfa": 33945, + "610": 33946, + "Hall": 33947, + "Ġcomrades": 33948, + "Ġstarters": 33949, + "anca": 33950, + "Ġshortcut": 33951, + "Ġtrendy": 33952, + "Ġsafeguarding": 33953, + "Ġorchard": 33954, + "ĠHunger": 33955, + "CrossRef": 33956, + "Ġconcatenate": 33957, + "ĠAthenian": 33958, + "Ġforcibly": 33959, + "Zero": 33960, + "Ġlenders": 33961, + "Ġenvy": 33962, + "Ġherring": 33963, + "403": 33964, + "igrants": 33965, + "Ġsenator": 33966, + "ĠZhou": 33967, + "Ġcamaraderie": 33968, + "Ġcircumcision": 33969, + "680": 33970, + "tops": 33971, + "Ġshiver": 33972, + "Ġbiochemistry": 33973, + "swith": 33974, + "Ġfueling": 33975, + "Ġexperimentally": 33976, + "ĠInstitutions": 33977, + "Ġsliced": 33978, + "Ġimplantation": 33979, + "Ġthunderstorms": 33980, + "ĠDewey": 33981, + "Ġdispatched": 33982, + "ĠTail": 33983, + "ĠFermat": 33984, + "ceptible": 33985, + "Ġlooming": 33986, + "ophilia": 33987, + "Ġcheckout": 33988, + "Ġpropane": 33989, + "Ġephemer": 33990, + "Ens": 33991, + "biological": 33992, + "ĠDesigned": 33993, + "ĠIVF": 33994, + "Ġperiphery": 33995, + "Ġcropping": 33996, + "ÑģÑĤ": 33997, + "ĠClaude": 33998, + "Ġcirrhosis": 33999, + "Ġamygdala": 34000, + "ersen": 34001, + "Ġelectroc": 34002, + "ĠOutline": 34003, + "Plants": 34004, + "ĠHomework": 34005, + "affeine": 34006, + "ĠHundreds": 34007, + "Ġvinyl": 34008, + "Battle": 34009, + "Ġether": 34010, + "ĠAcknow": 34011, + "ĠHed": 34012, + "Ġscoop": 34013, + "ossibility": 34014, + "Ġrunway": 34015, + "ĠGenes": 34016, + "Ġhypothyroidism": 34017, + "Ġtrailer": 34018, + "ĠBroadway": 34019, + "ĠCitizenship": 34020, + "drug": 34021, + "mons": 34022, + "Ġfret": 34023, + "icists": 34024, + "Ġpreterm": 34025, + "Ġattaining": 34026, + "Ġlarva": 34027, + "Ġsociological": 34028, + "Ġclockwise": 34029, + "ĠJoel": 34030, + "Ġthoracic": 34031, + "inism": 34032, + "Ġchir": 34033, + "Ġunequ": 34034, + "ĠKurt": 34035, + "llis": 34036, + "xton": 34037, + "Ġmonoc": 34038, + "ĠBerry": 34039, + "ĠFarming": 34040, + "Ly": 34041, + "gary": 34042, + "Ġbiking": 34043, + "aru": 34044, + "roval": 34045, + "Ġdiaries": 34046, + "Ġecologically": 34047, + "ĠMonarch": 34048, + "Ġheighten": 34049, + "Close": 34050, + "Ġfaiths": 34051, + "API": 34052, + "Ġfifteenth": 34053, + "ĠAdministrator": 34054, + "Ġsparkling": 34055, + "prev": 34056, + "Ġdilute": 34057, + "Ġcrawling": 34058, + "?!": 34059, + "ĠPorts": 34060, + "Ġtaxed": 34061, + "Ġlifts": 34062, + "ihad": 34063, + "ĠNashville": 34064, + "zekiel": 34065, + "mL": 34066, + "icia": 34067, + "Ġwhims": 34068, + "Ġsoaring": 34069, + "Ġefficiencies": 34070, + "lette": 34071, + "Ġdestabil": 34072, + "279": 34073, + "ĠIslander": 34074, + "ĠInfant": 34075, + "ĠPakistani": 34076, + "ĠCameroon": 34077, + "ĠApostle": 34078, + "Ġtartar": 34079, + "Ġranchers": 34080, + "answered": 34081, + "Pack": 34082, + "onians": 34083, + "Ġwedge": 34084, + "Ġdh": 34085, + "Ġpainless": 34086, + "ĠImam": 34087, + "rolls": 34088, + "Ġratification": 34089, + "Fall": 34090, + "uations": 34091, + "Ġgust": 34092, + "Ġanus": 34093, + "ĠGCSE": 34094, + "Ġark": 34095, + "Ġpresupp": 34096, + "Ġdonating": 34097, + "strptime": 34098, + "ĠConsumption": 34099, + "808": 34100, + "Ġunpaid": 34101, + "ĠMaxim": 34102, + "ocentric": 34103, + "clockwise": 34104, + "Collabor": 34105, + "Ġonward": 34106, + "ancerous": 34107, + "ĠGlob": 34108, + "CCC": 34109, + "Ġpeaked": 34110, + "ĠPassive": 34111, + "ĠEpiscopal": 34112, + "difference": 34113, + "ĠCustomers": 34114, + "Ġacquaintance": 34115, + "Ġcrocodile": 34116, + "050": 34117, + "loving": 34118, + "reliance": 34119, + "Ġcass": 34120, + "Ġinversion": 34121, + "ifax": 34122, + "andan": 34123, + "asties": 34124, + "Ġcaret": 34125, + "Ġblogging": 34126, + "ĠLaos": 34127, + "ELTS": 34128, + "Ġfractured": 34129, + "Ġdisrupts": 34130, + "Ġpapill": 34131, + "ocalypse": 34132, + "mias": 34133, + "ĠAW": 34134, + "Ġemigration": 34135, + "Ġflipping": 34136, + "Ġthence": 34137, + "ĠShin": 34138, + "Ġaccession": 34139, + "ĠTwin": 34140, + "ĠSettlement": 34141, + "Ġculmination": 34142, + "ĠPilot": 34143, + "Ġsurfing": 34144, + "Urban": 34145, + "tis": 34146, + "stay": 34147, + "anglement": 34148, + "Ġcaptivated": 34149, + "364": 34150, + "ĠWatershed": 34151, + "Cas": 34152, + "Host": 34153, + "Saturday": 34154, + "Ġcomf": 34155, + "ĠHuff": 34156, + "Ġabound": 34157, + "ĠJS": 34158, + "ĠEnviron": 34159, + "ĠMonster": 34160, + "Ġcelery": 34161, + "Ġvernacular": 34162, + "432": 34163, + "Irish": 34164, + "fax": 34165, + "grow": 34166, + "alted": 34167, + "Ġ(@": 34168, + "Ġcrem": 34169, + "Ġsidewalks": 34170, + "Ġinvestigative": 34171, + "squares": 34172, + "mese": 34173, + "ĠSector": 34174, + "unched": 34175, + "ulla": 34176, + "oides": 34177, + "ĠReasons": 34178, + "Ġcrumbling": 34179, + "Ġpostwar": 34180, + "Period": 34181, + "Ġstimulant": 34182, + "]),": 34183, + "ĠCholesterol": 34184, + "ĠVac": 34185, + "ĠZoro": 34186, + "Ġhostilities": 34187, + "ĠImpacts": 34188, + "ĠNumer": 34189, + "Testing": 34190, + "Members": 34191, + "uminescence": 34192, + "Ġcucumber": 34193, + "Ġstrenuous": 34194, + "oamer": 34195, + "Ġexiled": 34196, + "ĠEry": 34197, + "Ġunimagin": 34198, + "Ġcaries": 34199, + "ESA": 34200, + "352": 34201, + "ordinarily": 34202, + "Ġcucumbers": 34203, + "Ġreaff": 34204, + "ĠSpl": 34205, + "icket": 34206, + "Ġbenefiting": 34207, + "Ġfuller": 34208, + "Ġdenies": 34209, + "ĠDiagram": 34210, + "Ġarsenal": 34211, + "Ġrepellent": 34212, + "ĠTRI": 34213, + "ĠSara": 34214, + "ĠLiquid": 34215, + "Ġpolyphen": 34216, + "Ġcapacitors": 34217, + "ĠRomanian": 34218, + "Ġrented": 34219, + "hyper": 34220, + "young": 34221, + "Ġthirsty": 34222, + "ĠSAM": 34223, + "ĠYard": 34224, + "Ġspiritually": 34225, + "ĠInterpretation": 34226, + "Ġfeminism": 34227, + "ĠTunisia": 34228, + "nai": 34229, + "£": 34230, + "ð": 34231, + "oust": 34232, + "Ġhatching": 34233, + "Ġwhip": 34234, + "alla": 34235, + "ĠGly": 34236, + "iplying": 34237, + "Ġsuburb": 34238, + "Ġbestowed": 34239, + "ĠJesuits": 34240, + "Ġclarified": 34241, + "384": 34242, + "judgment": 34243, + "Ġconnotations": 34244, + "GY": 34245, + "JV": 34246, + "Ġpious": 34247, + "utf": 34248, + "Ġsepsis": 34249, + "Death": 34250, + "ĠPetroleum": 34251, + "Ġtotals": 34252, + "Ġwarehouses": 34253, + "ĠInfluenza": 34254, + "Ġfid": 34255, + "ĠNano": 34256, + "ĠVon": 34257, + "ĠBelief": 34258, + "Ġspurred": 34259, + "ĠPrepared": 34260, + "Ġexhilar": 34261, + "Ġexpansions": 34262, + "Ġattentive": 34263, + "ĠJurassic": 34264, + "Ġcrescent": 34265, + "ĠCreated": 34266, + "ĠNem": 34267, + "ĠArg": 34268, + "Ġleftover": 34269, + "Ġportrays": 34270, + "Ġreviewers": 34271, + "Ġstockp": 34272, + "OLOG": 34273, + "aughed": 34274, + "Password": 34275, + "327": 34276, + ">": 35172, + "Ġleve": 35173, + "ĠJF": 35174, + "Ġsoaps": 35175, + "atica": 35176, + "354": 35177, + "ĠKoreans": 35178, + "Ġcherries": 35179, + "experienced": 35180, + "ĠLuxembourg": 35181, + "Northern": 35182, + "Pros": 35183, + "etimes": 35184, + "Ġstanza": 35185, + "ĠCry": 35186, + "osest": 35187, + "Ġoverarching": 35188, + "Ġsocialize": 35189, + "Ġradii": 35190, + "Season": 35191, + "Ġtapes": 35192, + "Ġsqlite": 35193, + "ĠHampton": 35194, + "Ġimpede": 35195, + "arak": 35196, + "assan": 35197, + "henge": 35198, + "ippings": 35199, + "Ġdenounced": 35200, + "roteins": 35201, + "ĠAutonomous": 35202, + "ĠPubMed": 35203, + "ĠTerritories": 35204, + "Ġtransmissions": 35205, + "Ġacclaimed": 35206, + "frac": 35207, + "idious": 35208, + "ĠReverse": 35209, + "Ġliturgical": 35210, + "Ġconservationists": 35211, + "Ġpollutant": 35212, + "ĠAudubon": 35213, + "Schools": 35214, + "PubMedGoogle": 35215, + "ĠStreets": 35216, + "session": 35217, + "igms": 35218, + "Ġ(<": 35219, + "Ġseeding": 35220, + "hene": 35221, + "cutaneous": 35222, + "Ġcarnivores": 35223, + "laugh": 35224, + "ÃŁ": 35225, + "idopsis": 35226, + "Ġabduct": 35227, + "Ġdoom": 35228, + "ikov": 35229, + "Ġdragging": 35230, + "REM": 35231, + "riendly": 35232, + "ĠSavior": 35233, + "interested": 35234, + "Breast": 35235, + "Ġfibrillation": 35236, + "fection": 35237, + "Ġtann": 35238, + "Ġmoms": 35239, + "ivary": 35240, + "izal": 35241, + "Ġkarma": 35242, + "Ġdove": 35243, + "obyl": 35244, + "menopausal": 35245, + "Ġbreads": 35246, + "Bec": 35247, + "ataka": 35248, + "ĠFri": 35249, + "Ġindifference": 35250, + "Ġexpressly": 35251, + "Ġmystic": 35252, + "ĠFuller": 35253, + "Ġsprinkle": 35254, + "Ġhitherto": 35255, + "youtube": 35256, + "edies": 35257, + "Ġstats": 35258, + "ĠSof": 35259, + "Ġalley": 35260, + "astes": 35261, + "Ġflap": 35262, + "Ġsurrog": 35263, + "icker": 35264, + "Ġcavern": 35265, + "Ġapplicability": 35266, + "talions": 35267, + "ĠâĻ": 35268, + "rologic": 35269, + "Ġstabilized": 35270, + "Ġbulls": 35271, + "Ġscreaming": 35272, + "?).": 35273, + "LAB": 35274, + "Vacc": 35275, + "Ġwearer": 35276, + "ĠREP": 35277, + "eware": 35278, + "Ġovershadow": 35279, + "Ġnumerals": 35280, + "Ġmarrying": 35281, + "Ġdeepening": 35282, + "Ġmechanic": 35283, + "Ġhabitual": 35284, + "Ġworthless": 35285, + "ITS": 35286, + "363": 35287, + "ĠFormer": 35288, + "Ġpylori": 35289, + "*.": 35290, + "Ho": 35291, + "lop": 35292, + "ĠCedar": 35293, + "abis": 35294, + "licts": 35295, + "lando": 35296, + "Ġpromul": 35297, + "Ġplantar": 35298, + "encia": 35299, + "ĠCompass": 35300, + "ĠÃĤ": 35301, + "Ġdiverges": 35302, + "Ġnegligence": 35303, + "Ġshouting": 35304, + ".âĢľ": 35305, + "thia": 35306, + "States": 35307, + "Ġprecursors": 35308, + "Commercial": 35309, + "Ġarmour": 35310, + "Ġresidences": 35311, + "Ġhesitation": 35312, + "ĠMonsanto": 35313, + "Ther": 35314, + "greet": 35315, + "Ġara": 35316, + "Ġfür": 35317, + "Ġinnumerable": 35318, + "lein": 35319, + "ĠHague": 35320, + "ovis": 35321, + "Ġskim": 35322, + "ĠHolt": 35323, + "Ġvibrate": 35324, + "Ġdictator": 35325, + "Ġgroove": 35326, + "Ġtranquility": 35327, + "ĠConversation": 35328, + "]|": 35329, + "border": 35330, + "ĠTheories": 35331, + "Ġadverb": 35332, + "assessment": 35333, + "Ġsoothe": 35334, + "Ġcapillary": 35335, + "Ġbroth": 35336, + "Ġastounding": 35337, + "Ġboilers": 35338, + "Ġhashtag": 35339, + "Ġransomware": 35340, + "Alt": 35341, + "PU": 35342, + "Ġwhaling": 35343, + "ĠMilit": 35344, + "ĠDensity": 35345, + "pland": 35346, + "Ġquota": 35347, + "ĠStrip": 35348, + "Ġinfographic": 35349, + "ĠParagu": 35350, + "342": 35351, + "Ġdreamed": 35352, + "Ġboycott": 35353, + "ĠShelley": 35354, + "Cold": 35355, + "Eastern": 35356, + "FER": 35357, + "Prec": 35358, + "Picture": 35359, + "ĠRams": 35360, + "Ġ\"[": 35361, + "Ġflor": 35362, + "screens": 35363, + "334": 35364, + "ĠGreenwich": 35365, + "ĠPremier": 35366, + "ĠJeremy": 35367, + "ĠCrawford": 35368, + "Ġsowing": 35369, + "Ġimputation": 35370, + "Ġfrontiers": 35371, + "Ġmoistur": 35372, + "ĠKhmer": 35373, + "Ġrentals": 35374, + "Ġbesie": 35375, + "Ġmobilize": 35376, + "ĠHaitian": 35377, + "Response": 35378, + "ĠInjuries": 35379, + "Ġannexed": 35380, + "ĠNitrogen": 35381, + "hs": 35382, + "Ġfixture": 35383, + "ĠCain": 35384, + "Ġprops": 35385, + "Ġanaphyl": 35386, + "ĠOman": 35387, + "Ġprism": 35388, + "ickets": 35389, + "examine": 35390, + "amped": 35391, + "Ġhomage": 35392, + "College": 35393, + "ĠPromotion": 35394, + "Ġnecrosis": 35395, + "Upper": 35396, + "ĠBash": 35397, + "ĠFrequent": 35398, + "Ġspit": 35399, + "Ġagar": 35400, + "Ġinterstate": 35401, + "ĠUnknown": 35402, + "ĠEnforcement": 35403, + "ĠQuest": 35404, + "Ġknave": 35405, + "Ġaccelerator": 35406, + "521": 35407, + "ymn": 35408, + "ĠQuart": 35409, + "utsch": 35410, + "Ġresistors": 35411, + "truth": 35412, + "ĠROI": 35413, + "toplasm": 35414, + ".â̦": 35415, + "Marc": 35416, + "inin": 35417, + "ilts": 35418, + "ilee": 35419, + "Ġengulf": 35420, + "Ġextraordinarily": 35421, + "depending": 35422, + "Ġresisting": 35423, + "consciousness": 35424, + "Ġculminating": 35425, + "highest": 35426, + "Treat": 35427, + "dit": 35428, + "vs": 35429, + "ĠPuritan": 35430, + "hisatt": 35431, + "Ġunsuitable": 35432, + "Improve": 35433, + "ĠCantor": 35434, + "Ġgrasping": 35435, + "Ġcoyotes": 35436, + "Ġluggage": 35437, + "ĠTiber": 35438, + "ĠRR": 35439, + "Ġblaming": 35440, + "extension": 35441, + "Ġexcludes": 35442, + "ĠCapacity": 35443, + "ĠVerde": 35444, + "Ġtragedies": 35445, + "Format": 35446, + "ĠIcelandic": 35447, + "aphylococcus": 35448, + "Ġundisturbed": 35449, + "Ns": 35450, + "ĠEre": 35451, + "ĠFung": 35452, + "Ġdesolate": 35453, + "ĠVoting": 35454, + "Ġsurges": 35455, + "ickers": 35456, + "ĠGenet": 35457, + "ĠQuite": 35458, + "Ġtentative": 35459, + "ĠPsychiatric": 35460, + "Ġplummet": 35461, + "ĠOdysseus": 35462, + "ĠMiguel": 35463, + "cg": 35464, + "pure": 35465, + "ĠSodium": 35466, + "Ġleuk": 35467, + "Ġshave": 35468, + "ĠNiel": 35469, + "Ġclam": 35470, + "Ġdiscord": 35471, + "Ġhomeowner": 35472, + "liner": 35473, + "grace": 35474, + "Ġп": 35475, + "rains": 35476, + "ĠPag": 35477, + "Ġroast": 35478, + "Ġextravag": 35479, + "jiang": 35480, + "ĠIronically": 35481, + "Ġscaffold": 35482, + "rath": 35483, + "ĠSidd": 35484, + "guide": 35485, + "adders": 35486, + "ĠCommunists": 35487, + "Ġnullptr": 35488, + "ĠIdeal": 35489, + "efficacy": 35490, + "asmod": 35491, + "ĠDDT": 35492, + "ĠSharon": 35493, + "Ġmodernity": 35494, + "Ġintellectually": 35495, + "Ġboosted": 35496, + "ĠCopern": 35497, + "Ġanthropologist": 35498, + "Ġbetrayed": 35499, + "Ġskyscrapers": 35500, + "nothing": 35501, + "ĠPou": 35502, + "Ġsep": 35503, + "Ġwaterfalls": 35504, + "Ġconciseness": 35505, + "rentice": 35506, + "ĠMyster": 35507, + "ordinated": 35508, + "ĠPalae": 35509, + "Ġstickers": 35510, + "Ġcontroversies": 35511, + "*)": 35512, + "Correct": 35513, + "shared": 35514, + "Ġbuddy": 35515, + "Ġpickup": 35516, + "Ġrhymes": 35517, + "Ġfabulous": 35518, + "Genetic": 35519, + "lysses": 35520, + "ĠHilbert": 35521, + "Ġhominem": 35522, + "Ġnewcomers": 35523, + "Ġeyewitness": 35524, + "inv": 35525, + "Ġshafts": 35526, + "ĠLSD": 35527, + "Ġevils": 35528, + "rosso": 35529, + "ĠIsn": 35530, + "prints": 35531, + "Ġoverseeing": 35532, + "ĠEscher": 35533, + "Ġmattress": 35534, + "polar": 35535, + "stable": 35536, + "ĠTED": 35537, + "ĠHancock": 35538, + "Ġenvis": 35539, + "ĠNom": 35540, + "Ġ>>>": 35541, + "ĠJerome": 35542, + "network": 35543, + "Ġneglecting": 35544, + "Ġloudly": 35545, + "Ġcatalysts": 35546, + "ĠDalai": 35547, + "ĠChampions": 35548, + "occurring": 35549, + "ĠNadu": 35550, + "δ": 35551, + "encephal": 35552, + "ĠSta": 35553, + "Ġmodifies": 35554, + "ĠActa": 35555, + "ĠSingleton": 35556, + "Ġresembled": 35557, + "Ġscrape": 35558, + "Ġevacuate": 35559, + "Ġtransmits": 35560, + "Ġcongregations": 35561, + "Ġoatmeal": 35562, + "ĠInflammation": 35563, + "yen": 35564, + "Ġcemeteries": 35565, + "Ġnont": 35566, + "ĠGU": 35567, + "Ġconscient": 35568, + "Ġache": 35569, + "ĠPhr": 35570, + "OND": 35571, + "ĠRevival": 35572, + "ĠINTO": 35573, + "ĠPhillip": 35574, + "Ġsupervise": 35575, + "uen": 35576, + "atant": 35577, + "Ġghetto": 35578, + "adia": 35579, + "ibi": 35580, + "ĠOkin": 35581, + "ĠQi": 35582, + "ĠNeut": 35583, + "Ġunsatis": 35584, + "Ġdiner": 35585, + "inetics": 35586, + "ĠComplexity": 35587, + "Ġhut": 35588, + "Ġnoses": 35589, + "imar": 35590, + "ĠFDR": 35591, + "ĠGrec": 35592, + "ĠCorrespond": 35593, + "Meet": 35594, + "ĠMelan": 35595, + "Ġarticulation": 35596, + "ovalent": 35597, + "Ġluminous": 35598, + "stadt": 35599, + "ĠRavenswood": 35600, + "/,": 35601, + "eals": 35602, + "franch": 35603, + "owler": 35604, + "ĠPav": 35605, + "Ġclashes": 35606, + "Ġparticiple": 35607, + "chedel": 35608, + "ĠHighlands": 35609, + "Ġfisherman": 35610, + "Ġenchanted": 35611, + "ĠTrinidad": 35612, + "Fred": 35613, + "Ġbays": 35614, + "akable": 35615, + "aird": 35616, + "Ġbittern": 35617, + "ĠJudges": 35618, + "Ġsulfide": 35619, + "ĠDionys": 35620, + ")`,": 35621, + "enact": 35622, + "ĠMAN": 35623, + "Ġweary": 35624, + "Ġsymposium": 35625, + "Ġbiographical": 35626, + "Ġmortg": 35627, + "Ġvolunteered": 35628, + "Ġharnessed": 35629, + "Ġcamels": 35630, + "ĠUrugu": 35631, + "Links": 35632, + "Ye": 35633, + "Ġinsoluble": 35634, + "Ġbooth": 35635, + "ĠShark": 35636, + "Ġambiance": 35637, + "Ġcompliment": 35638, + "ĠArchitects": 35639, + "Ġdepreciation": 35640, + "Ġreimburse": 35641, + "ĠUzbek": 35642, + "Say": 35643, + "bilt": 35644, + "rude": 35645, + "anity": 35646, + "Ġspilled": 35647, + "IDA": 35648, + "termination": 35649, + "ĠMcCl": 35650, + "ĠDecide": 35651, + "Ġpyro": 35652, + "ĠBuzz": 35653, + "Ġstereo": 35654, + "Ġreptile": 35655, + "Ġtanning": 35656, + "Ġdenomination": 35657, + "Ġhomeschooling": 35658, + "Ġsubmissions": 35659, + "Reb": 35660, + "felt": 35661, + "ĠGRO": 35662, + "Ġdisrespect": 35663, + "Ġtril": 35664, + "Ġgrabs": 35665, + "clair": 35666, + "Ġinterprets": 35667, + "Ġconnectedness": 35668, + "Ġnestled": 35669, + "ĠTribes": 35670, + "Ġmilliseconds": 35671, + "buck": 35672, + "isode": 35673, + "ĠACC": 35674, + "ĠPIN": 35675, + "Ġspasms": 35676, + "Ġdiseng": 35677, + "Ġbatches": 35678, + "metrical": 35679, + "Connor": 35680, + "Ġpickle": 35681, + "ĠBras": 35682, + "Ġtranslucent": 35683, + "Define": 35684, + "Sorry": 35685, + "Late": 35686, + "Rain": 35687, + "Ġaiding": 35688, + "ĠKru": 35689, + "ĠVilla": 35690, + "Ġcooks": 35691, + "Ġhandlers": 35692, + "ĠGeophysical": 35693, + "uddle": 35694, + "Ġbriefing": 35695, + "irsch": 35696, + "Ġreassuring": 35697, + "Ġgrammatically": 35698, + "Ġorchid": 35699, + "Ġdenser": 35700, + "Ġexemplified": 35701, + "ĠConfederates": 35702, + "Li": 35703, + "git": 35704, + "³": 35705, + "ĠHang": 35706, + "ĠTrace": 35707, + "Ġdielectric": 35708, + "ĠSenegal": 35709, + "historical": 35710, + "Ġhindered": 35711, + "Ġabbreviations": 35712, + "Ö´": 35713, + "vehicle": 35714, + "ĠMast": 35715, + "ĠFerm": 35716, + "ĠFossil": 35717, + "ffer": 35718, + ").\"": 35719, + "uca": 35720, + "Ġrevolve": 35721, + "Ġpsychologically": 35722, + "ĠQuaker": 35723, + "ĠLeading": 35724, + "ĠBLM": 35725, + "Ġgingivitis": 35726, + ",)": 35727, + "Mount": 35728, + "locks": 35729, + "Ġcuff": 35730, + "Ġpang": 35731, + "ĠEph": 35732, + "ĠSpear": 35733, + "ĠWarner": 35734, + "ARPA": 35735, + "Neither": 35736, + "ĠPrompt": 35737, + "Ġterrified": 35738, + "Ġtroubleshooting": 35739, + "ĠReverend": 35740, + "wheat": 35741, + "zA": 35742, + "Ġtucked": 35743, + "ĠFY": 35744, + "ĠFlickr": 35745, + "Ġperic": 35746, + "Ġtechnologically": 35747, + "Ġmolded": 35748, + "ĠCrafts": 35749, + "formatted": 35750, + "ĠCheng": 35751, + "Ġdefinitively": 35752, + "Ġmourn": 35753, + "ĠMÄģori": 35754, + "411": 35755, + "cp": 35756, + "nish": 35757, + "yang": 35758, + "ilo": 35759, + "Ġhey": 35760, + "lexible": 35761, + "ĠMarkets": 35762, + "Ġsubtlety": 35763, + "Ġlegislatures": 35764, + "educt": 35765, + "Ġhello": 35766, + "ĠMacedonian": 35767, + "ĠRaf": 35768, + "Ġkurtosis": 35769, + "Ġevade": 35770, + "Ġgracious": 35771, + "Speed": 35772, + "Ġbaggage": 35773, + "Ġeigenvalue": 35774, + "Ġflavonoids": 35775, + "Ult": 35776, + "Ġfern": 35777, + "seat": 35778, + "ĠSets": 35779, + "ĠSams": 35780, + "Ġrarity": 35781, + "Ġunderrepresented": 35782, + "Ġraining": 35783, + "Ġpoop": 35784, + "Ġperiodont": 35785, + "Ġinternships": 35786, + "ĠManifest": 35787, + "Ġexecutes": 35788, + "Ġauthorship": 35789, + "Ġkillers": 35790, + "ĠInsulin": 35791, + "ĠDifferential": 35792, + "Ġparser": 35793, + "Ġumbilical": 35794, + "Ġsheriff": 35795, + "Matt": 35796, + "Mobile": 35797, + "Ġnig": 35798, + "ĠSiberian": 35799, + "elius": 35800, + "quire": 35801, + "ĠLS": 35802, + "idea": 35803, + "Ġcontours": 35804, + "Ġmisguided": 35805, + "Height": 35806, + "ĠRainbow": 35807, + "ĠAdvancement": 35808, + "}.\")": 35809, + "Ġalpine": 35810, + "ĠPose": 35811, + "ĠJC": 35812, + "ethane": 35813, + "Ġbuys": 35814, + "ĠEdited": 35815, + "ĠCombine": 35816, + "qualified": 35817, + "Ġpolymorphism": 35818, + "Happy": 35819, + "Money": 35820, + "saurus": 35821, + "env": 35822, + "Ġthym": 35823, + "uran": 35824, + "Ġarthrop": 35825, + "introduction": 35826, + "Ġemph": 35827, + "Ġeffluent": 35828, + "ĠResidents": 35829, + "Ġpropell": 35830, + "Ġaudible": 35831, + "ĠValidate": 35832, + "Ġquadru": 35833, + "Ġquoting": 35834, + "greater": 35835, + "duration": 35836, + "nit": 35837, + "park": 35838, + "Ġtad": 35839, + "ĠTolkien": 35840, + "ĠHerman": 35841, + "Ġwasp": 35842, + "Ġphobia": 35843, + "Ġopting": 35844, + "ĠMemor": 35845, + "ни": 35846, + "Ġinterchangeable": 35847, + "filling": 35848, + "listed": 35849, + "blocks": 35850, + "Ġreproducing": 35851, + "ĠFreem": 35852, + "Ġverbally": 35853, + "ĠNigerian": 35854, + "Ġlanterns": 35855, + "Ġbombardment": 35856, + "ĠSEC": 35857, + "ĠDriver": 35858, + "ĠLoyal": 35859, + "ensible": 35860, + "insensitive": 35861, + "Ġdebit": 35862, + "Ġignited": 35863, + "Ġplea": 35864, + "Ġfracturing": 35865, + "Ġredeem": 35866, + ".?": 35867, + "Ġé": 35868, + "ĠDong": 35869, + "ĠDana": 35870, + "ilda": 35871, + "Ġrais": 35872, + "athi": 35873, + "Ġcreed": 35874, + "Ġargumentative": 35875, + "Ġspectators": 35876, + "Ġpumpkins": 35877, + "ruc": 35878, + "Ġsecrete": 35879, + "upe": 35880, + "ĠDebor": 35881, + "affin": 35882, + "Ġtaxon": 35883, + "ĠJanet": 35884, + "ĠIntergovernmental": 35885, + "ĠElectoral": 35886, + "optional": 35887, + "Ġwhiskers": 35888, + "Ġtorpedo": 35889, + "Ġbinoculars": 35890, + "Sus": 35891, + "Solving": 35892, + "duty": 35893, + "leness": 35894, + "ĠTract": 35895, + "changer": 35896, + "Ġunifying": 35897, + "Ġrapt": 35898, + "Ġanalogue": 35899, + "Ġamounted": 35900, + "393": 35901, + "Ġequivalents": 35902, + "Ġechoing": 35903, + "ĠGalilee": 35904, + "Vers": 35905, + "athed": 35906, + "altern": 35907, + "Ġreindeer": 35908, + "ĠSeth": 35909, + "Ġconverse": 35910, + "Ġtwilight": 35911, + "Ġarchived": 35912, + "Ġpurposeful": 35913, + "ĠSystematic": 35914, + "Compet": 35915, + "MAX": 35916, + "Ġsingularities": 35917, + "Ġghostly": 35918, + "Ġneuropsych": 35919, + "dump": 35920, + "roaching": 35921, + "Ġanew": 35922, + "Ġvou": 35923, + "ĠROS": 35924, + "ĠGERD": 35925, + "Ġbooming": 35926, + "authored": 35927, + "Ġprimordial": 35928, + "ĠEmir": 35929, + "))^": 35930, + "ATS": 35931, + "Ġroadside": 35932, + "Ġbedrooms": 35933, + "Ġinspectors": 35934, + "ÑĢа": 35935, + "Ger": 35936, + "things": 35937, + "ĠRaven": 35938, + "Ġpeach": 35939, + "Ġslugg": 35940, + "Ġrobbery": 35941, + "caused": 35942, + "Ġsterilization": 35943, + "Ġsurgically": 35944, + "Ġhybridization": 35945, + "Influ": 35946, + "Ġenchanting": 35947, + "Ġobliv": 35948, + "Ġarchetypes": 35949, + "hit": 35950, + "ËIJ": 35951, + "regex": 35952, + "stairs": 35953, + "ĠRum": 35954, + "ĠVital": 35955, + "ĠUniform": 35956, + "Ġhomeostasis": 35957, + "ITION": 35958, + "ĠHyde": 35959, + "ĠPoisson": 35960, + "ĠCrane": 35961, + "Ġbyproducts": 35962, + "âĢĻ:": 35963, + "ructural": 35964, + "Ġcorneal": 35965, + "Ġpressured": 35966, + "ĠAssist": 35967, + "ALS": 35968, + "checking": 35969, + "Ġvineyards": 35970, + "Ġasymmetric": 35971, + "ĠGauss": 35972, + "Ġwatersheds": 35973, + "Okay": 35974, + "oof": 35975, + "âľ": 35976, + "ĠCRC": 35977, + "ĠRanger": 35978, + "letcher": 35979, + "ĠRepair": 35980, + "ĠOutdoor": 35981, + "URL": 35982, + "Ġunfolded": 35983, + "Compared": 35984, + "Anti": 35985, + "Ġuplift": 35986, + "Organic": 35987, + "ĠTomb": 35988, + "ĠUF": 35989, + "ĠTox": 35990, + "ĠGovernance": 35991, + "Ġorchids": 35992, + "ĠLinkedList": 35993, + "Ġspokesperson": 35994, + "490": 35995, + "Ġheres": 35996, + "Ġpreacher": 35997, + "ĠIsabella": 35998, + "356": 35999, + "Ġholiness": 36000, + "Ġbattling": 36001, + "Ġrefrigerant": 36002, + "Ġtougher": 36003, + "Bat": 36004, + "bius": 36005, + "mong": 36006, + "oser": 36007, + "ahi": 36008, + "ĠZinc": 36009, + "Ġhardwood": 36010, + "ĠGraves": 36011, + "ĠHelena": 36012, + "Ġbleak": 36013, + "ĠDesigning": 36014, + "Ġdissatisfied": 36015, + "Ġacquaintances": 36016, + "Ġtheologians": 36017, + "780": 36018, + "ipers": 36019, + "Ġindec": 36020, + "ĠProclamation": 36021, + "ĠConversion": 36022, + "Ġundue": 36023, + "ADHD": 36024, + "ĠMerge": 36025, + "Ġcyberbullying": 36026, + "ĠTimeline": 36027, + "Ġdubious": 36028, + "ĠKashmiri": 36029, + "cn": 36030, + "dust": 36031, + "none": 36032, + "Ġparen": 36033, + "ĠSMS": 36034, + "ĠHowe": 36035, + "ĠContinuing": 36036, + "FORM": 36037, + "Ground": 36038, + "Sent": 36039, + "zee": 36040, + "Ġdeformed": 36041, + "ĠRee": 36042, + "Ġascribed": 36043, + "Ġhalo": 36044, + "Ġshimmering": 36045, + "Labor": 36046, + "Wikipedia": 36047, + "Ġcobalt": 36048, + "Ġbeets": 36049, + "ĠRif": 36050, + "obias": 36051, + "Ġherald": 36052, + "Ġpolicing": 36053, + "voltage": 36054, + "ĠDoug": 36055, + "Ġmantra": 36056, + "ĠNurses": 36057, + "Ġbolster": 36058, + "Temperature": 36059, + "Ġantidepressant": 36060, + "hana": 36061, + "pain": 36062, + "Ġsack": 36063, + "Ġbaff": 36064, + "Ġtraw": 36065, + "ĠAddition": 36066, + "ĠSmaller": 36067, + "ranking": 36068, + "Ġdeleting": 36069, + "Ġoverheating": 36070, + "WM": 36071, + "Ġunanswered": 36072, + "ieri": 36073, + "measure": 36074, + "ĠShannon": 36075, + "partame": 36076, + "Ġinherits": 36077, + "Ġgrooves": 36078, + "Ġmeteorites": 36079, + "Ġworsened": 36080, + "ĠSubjects": 36081, + "Authors": 36082, + "Fair": 36083, + "`),": 36084, + "Ġfringe": 36085, + "rored": 36086, + "Ġscanners": 36087, + "Ġdeflect": 36088, + "alese": 36089, + "Ġcovert": 36090, + "Ġwillingly": 36091, + "Ġaccelerates": 36092, + "olitics": 36093, + "Ġflagship": 36094, + "Apr": 36095, + "OF": 36096, + "sam": 36097, + "imaging": 36098, + "ĠEE": 36099, + "Ġarctic": 36100, + "Ġworkbook": 36101, + "meat": 36102, + "Ash": 36103, + "Ġsleepy": 36104, + "matched": 36105, + "Ġdangerously": 36106, + "Ġasserting": 36107, + "Ġattendant": 36108, + "Ġtunes": 36109, + "Ġrubble": 36110, + "ĠEstimates": 36111, + "Ġleveraged": 36112, + "Ġenriching": 36113, + "ophagy": 36114, + "416": 36115, + "Side": 36116, + "Ġstole": 36117, + "berra": 36118, + "Ġevict": 36119, + "Ġgoogle": 36120, + "Ġinsur": 36121, + "ĠDelivery": 36122, + "Ġretailer": 36123, + "Ġreflexes": 36124, + "freq": 36125, + "Ġretrospective": 36126, + "dense": 36127, + "disease": 36128, + "ilibrium": 36129, + "ractable": 36130, + "Ġdetach": 36131, + "ĠPythonic": 36132, + "ĠSuicide": 36133, + "ĠRegarding": 36134, + "Ġtimet": 36135, + "Ġinfinites": 36136, + "glades": 36137, + "ĠChecks": 36138, + "ĠLynn": 36139, + "Ġtossed": 36140, + "ĠBalkans": 36141, + "ĠBotswana": 36142, + "finding": 36143, + "noun": 36144, + "×ŀ": 36145, + "Ġmun": 36146, + "Ġlumps": 36147, + "thals": 36148, + "Ġatypical": 36149, + "ĠDelete": 36150, + "ĠSubtract": 36151, + "understand": 36152, + "ĠErrors": 36153, + "Ġsynchronous": 36154, + "ĠPharmaceutical": 36155, + "Ġacetate": 36156, + "Ġesteemed": 36157, + "Political": 36158, + "Ġtaper": 36159, + "Ġfuss": 36160, + "ĠHag": 36161, + "Ġtestified": 36162, + "Ġprojector": 36163, + "Ġterribly": 36164, + "scissors": 36165, + "ĠClient": 36166, + "ĠRecreation": 36167, + "ĠNottingham": 36168, + "Ġpreferring": 36169, + "ĠFoundations": 36170, + "ĠBali": 36171, + "Ġsugarcane": 36172, + "ĠDentistry": 36173, + "Ġdisguised": 36174, + "Ġupheaval": 36175, + "Flor": 36176, + "ĠSik": 36177, + "ftime": 36178, + "ĠAlask": 36179, + "Ġbusinessmen": 36180, + "ĠSTR": 36181, + "Specifically": 36182, + "odiazep": 36183, + "plotlib": 36184, + "selected": 36185, + "ĠPermanent": 36186, + "Forest": 36187, + "Son": 36188, + "bodied": 36189, + "iott": 36190, + "ĠMice": 36191, + "opsy": 36192, + "ĠBAS": 36193, + "Ġperplex": 36194, + "Ġendogenous": 36195, + "Ġmovable": 36196, + "ĠNoise": 36197, + "ĠMorse": 36198, + "decode": 36199, + "Ġeagerly": 36200, + "Ġirregularities": 36201, + "evaluation": 36202, + "Ġsqueezed": 36203, + "similarity": 36204, + "Ġmelancholy": 36205, + "magn": 36206, + "Ġsigh": 36207, + "Ġdiph": 36208, + "ĠFamiliar": 36209, + "ĠRocks": 36210, + "Ġflats": 36211, + "ĠTransformation": 36212, + "Ġexclaim": 36213, + "ĠSTE": 36214, + "Ġsprout": 36215, + "Ġscavenger": 36216, + "Ġemanating": 36217, + "opolitan": 36218, + "}')": 36219, + "istas": 36220, + "Ġdiodes": 36221, + "Ġhomeopathic": 36222, + "ĠAirlines": 36223, + "Record": 36224, + "Ġrewriting": 36225, + "ĠBahamas": 36226, + "Ġcancellation": 36227, + "ĠMeteorological": 36228, + "033": 36229, + "abstract": 36230, + "Ġspins": 36231, + "Ġviolates": 36232, + "USDA": 36233, + "Ġidols": 36234, + "ĠBurk": 36235, + "ĠPassion": 36236, + "Ġaspiring": 36237, + "cdc": 36238, + "Multi": 36239, + "ĠMcGraw": 36240, + "414": 36241, + "Located": 36242, + "ĠTissue": 36243, + "ĠSap": 36244, + "ĠSched": 36245, + "Ġpenicillin": 36246, + "uminous": 36247, + "ĠBloomberg": 36248, + ":\"": 36249, + "sid": 36250, + "Ġplywood": 36251, + "ĠGamb": 36252, + "Ġclones": 36253, + "ahar": 36254, + "Ġmaintainable": 36255, + "ĠXY": 36256, + "ducers": 36257, + "Unless": 36258, + "Ġscripting": 36259, + "Ġabandoning": 36260, + "Ġovens": 36261, + "computers": 36262, + "Ġcontraceptive": 36263, + "Dra": 36264, + "reversed": 36265, + "Ġnautical": 36266, + "ĠFischer": 36267, + "Ġfollower": 36268, + "ĠMek": 36269, + "Ġquadrant": 36270, + "Ġwhiskey": 36271, + "ĠNGC": 36272, + "ĠQuantitative": 36273, + "Oil": 36274, + "nav": 36275, + "Ġintangible": 36276, + "Ġsnork": 36277, + "Ġinterpretive": 36278, + "icksort": 36279, + "ĠBurmese": 36280, + "Ġdeterministic": 36281, + "Hispanic": 36282, + "Ġassaults": 36283, + "ĠParticipation": 36284, + "HCR": 36285, + "Ġlaz": 36286, + "ĠBorne": 36287, + "ocious": 36288, + "ĠRousseau": 36289, + "Ġunstructured": 36290, + "ĠChu": 36291, + "Ġorganise": 36292, + "Ġanchors": 36293, + "Ġreassess": 36294, + "experience": 36295, + "ĠEritrea": 36296, + "xes": 36297, + "ĠNerv": 36298, + "Ġdecimals": 36299, + "rolley": 36300, + "Ġlogos": 36301, + "alphanumeric": 36302, + "ĠRouge": 36303, + "ĠDoppler": 36304, + "!âĢĻ": 36305, + "ĠSug": 36306, + "istice": 36307, + "ĠHabit": 36308, + "ologia": 36309, + "NAP": 36310, + "boys": 36311, + "Ġsustenance": 36312, + "Ġfraught": 36313, + "ĠBarth": 36314, + "Ġjoyful": 36315, + "NOAA": 36316, + "Ġundetected": 36317, + "Ġbespoke": 36318, + "hid": 36319, + "ĠStret": 36320, + "ĠAcids": 36321, + "Ġchromosomal": 36322, + "Ġreassurance": 36323, + "Ġibuprofen": 36324, + "wd": 36325, + "ĠAZ": 36326, + "ĠMight": 36327, + "plots": 36328, + "Ġclumps": 36329, + "Ġ\"...": 36330, + "readable": 36331, + "onset": 36332, + "Ġtransformers": 36333, + "Ġmorphine": 36334, + "Ġabolish": 36335, + "Ġgelatin": 36336, + "niz": 36337, + "Ġni": 36338, + "Ġstigmat": 36339, + "Ġnotwithstanding": 36340, + "yna": 36341, + "Approximately": 36342, + "Ġanticipating": 36343, + "Ġirritate": 36344, + "Ġchatbot": 36345, + "Royal": 36346, + "yms": 36347, + "Ġsesame": 36348, + "Ġferns": 36349, + "Ġbends": 36350, + "Ġstride": 36351, + "aminophen": 36352, + "compare": 36353, + "Ġconsecrated": 36354, + "ĠAbdul": 36355, + "Ġincumbent": 36356, + "roqu": 36357, + "ĠMé": 36358, + "Ġblot": 36359, + "Ġsubdu": 36360, + "Ġpsychosis": 36361, + "ĠSalary": 36362, + "ĠLeslie": 36363, + "Ġpanoramic": 36364, + "\"])": 36365, + "Rose": 36366, + "wra": 36367, + "ĠCoca": 36368, + "ĠVet": 36369, + "Ġminors": 36370, + "âĢĵâĢĵ": 36371, + "Ġsighting": 36372, + "Ġguarding": 36373, + "Ġstabilizing": 36374, + "Ġimproperly": 36375, + "Ġhypothalamus": 36376, + "ĠDeborah": 36377, + "GEN": 36378, + "orbit": 36379, + "Ġlily": 36380, + "ĠCir": 36381, + "ĠGast": 36382, + "Ġdias": 36383, + "success": 36384, + "ĠTransactions": 36385, + "operability": 36386, + "Ġadmirable": 36387, + "اÙĨ": 36388, + "ĠOwl": 36389, + "crime": 36390, + "Ġreshape": 36391, + "ĠCicero": 36392, + "660": 36393, + "machine": 36394, + "Ġsided": 36395, + "ilon": 36396, + "ectors": 36397, + "Ġhege": 36398, + "Ġboils": 36399, + "Ġlifes": 36400, + "Ġmisdiagn": 36401, + "Ġreigned": 36402, + "Ġchronically": 36403, + "Ġdeclarations": 36404, + "ĠSequence": 36405, + "ĠGustav": 36406, + "Da": 36407, + "RES": 36408, + "treat": 36409, + "Ġrunny": 36410, + "406": 36411, + "ĠXi": 36412, + "ĠHerb": 36413, + "Ġtrustees": 36414, + "366": 36415, + "Ġrotting": 36416, + "Ġtumult": 36417, + "ĠPropag": 36418, + "Ġalertness": 36419, + "Ġvoiced": 36420, + "Ġsorghum": 36421, + "ĠElev": 36422, + "ĠStafford": 36423, + "ĠZurich": 36424, + "Cognitive": 36425, + "culation": 36426, + "ocean": 36427, + "ĠAure": 36428, + "ĠLT": 36429, + "pleteness": 36430, + "ellery": 36431, + "Ġdecks": 36432, + "Ġentrances": 36433, + "Ġnegro": 36434, + "ĠApps": 36435, + "Ġhomotopy": 36436, + "Ġinhale": 36437, + "Ġdownloadable": 36438, + "Republic": 36439, + "ĠCombat": 36440, + "ĠRandolph": 36441, + "Ġcafeter": 36442, + "iwi": 36443, + "Ġdiligence": 36444, + "Alexander": 36445, + "Ġhashtags": 36446, + "Ġirradiation": 36447, + "Ġtaps": 36448, + "Ġotters": 36449, + "urgeon": 36450, + "ĠPCOS": 36451, + "ĠCounties": 36452, + "Ġthrived": 36453, + "Ġintricately": 36454, + "Ġpolarized": 36455, + "distribution": 36456, + "Ġmornings": 36457, + "ĠLal": 36458, + "Ġcountable": 36459, + "Ġrestricts": 36460, + "Ġcustomization": 36461, + "ĠPortal": 36462, + "Ġrigorously": 36463, + "ĠGMT": 36464, + "Popular": 36465, + "Ġaptitude": 36466, + "Ġsleeves": 36467, + "Ġfingerprints": 36468, + "Ġsuperstition": 36469, + "Tri": 36470, + "paid": 36471, + "Ġbordered": 36472, + "Ġmt": 36473, + "Ġglean": 36474, + "ĠSang": 36475, + "ĠCf": 36476, + "ĠASP": 36477, + "ĠDeviation": 36478, + "ĠEquation": 36479, + "ĠTrotsky": 36480, + "Ġinspirational": 36481, + "Pain": 36482, + "ummer": 36483, + "actual": 36484, + "agree": 36485, + "Ġcompulsive": 36486, + "Ġemulate": 36487, + "Ġcork": 36488, + "Ġdownwards": 36489, + "Ġwarrants": 36490, + "Ġaudits": 36491, + "Ġdoctorate": 36492, + "ĠPostgreSQL": 36493, + "Ġruby": 36494, + "Ġrecalling": 36495, + "Ġreinforcements": 36496, + "cardia": 36497, + "Ġunintentional": 36498, + "ĠRapids": 36499, + "ĠSongs": 36500, + "ĠSeasonal": 36501, + "Database": 36502, + "ĠHIST": 36503, + "arthen": 36504, + "Ġglued": 36505, + "Ġhardening": 36506, + "shield": 36507, + "Ġcleanse": 36508, + "marine": 36509, + "Ġsynapses": 36510, + "Ġalphabetical": 36511, + "Ġgrabbing": 36512, + "ĠMichelangelo": 36513, + "Aff": 36514, + "YPE": 36515, + "dar": 36516, + "å®": 36517, + "onica": 36518, + "Ġraging": 36519, + "Ġsubstrings": 36520, + "Ġdistancing": 36521, + "ĠSeas": 36522, + "Ġverge": 36523, + "ĠAngola": 36524, + "Ġschematic": 36525, + "ĠObservation": 36526, + "template": 36527, + "Ġphonetic": 36528, + "Ġorphans": 36529, + "Ġlocomotive": 36530, + "ĠScanner": 36531, + "Eat": 36532, + "Root": 36533, + "jee": 36534, + "Ġcradle": 36535, + "ego": 36536, + "Ġpostulate": 36537, + "Ġmultiplicity": 36538, + "ĠMexicans": 36539, + "Ġfurnaces": 36540, + "Understand": 36541, + "Ġmilitant": 36542, + "Ġgrievances": 36543, + "billion": 36544, + "lang": 36545, + "ĠCodes": 36546, + "ĠMith": 36547, + "izzy": 36548, + "ensit": 36549, + "Ġrecited": 36550, + "ĠCaliforn": 36551, + "ĠFrankfurt": 36552, + "hops": 36553, + "healing": 36554, + "Ġ(.": 36555, + "Ġhaze": 36556, + "ĠWitt": 36557, + "Ġcurcumin": 36558, + "application": 36559, + "Ġprobing": 36560, + "Ġtotalitarian": 36561, + "Ġlotus": 36562, + "Withdraw": 36563, + "login": 36564, + "Ġherbivores": 36565, + "ĠMorton": 36566, + "Ġbottlenecks": 36567, + "Ġtablespoon": 36568, + "vit": 36569, + "Ġante": 36570, + "ĠMond": 36571, + "ĠWeaver": 36572, + "Italian": 36573, + "ĠBoost": 36574, + "Ġtenant": 36575, + "Ġinadequacy": 36576, + "ĠVariables": 36577, + "Ġretinopathy": 36578, + "Ġkelp": 36579, + "final": 36580, + "iguration": 36581, + "ĠMixed": 36582, + "ĠFailing": 36583, + "ĠLeeds": 36584, + "Ġrecal": 36585, + "Ġmediate": 36586, + "irmation": 36587, + "ĠMusical": 36588, + "Ġcontemplate": 36589, + "haven": 36590, + "Ġtempered": 36591, + "Ġjewels": 36592, + "ĠArgentine": 36593, + "Golden": 36594, + "Ġbargain": 36595, + "Participants": 36596, + "hik": 36597, + "Ġvaping": 36598, + "ĠEcl": 36599, + "ossal": 36600, + "Ġrunaway": 36601, + "ĠDeveloped": 36602, + "ĠProfessionals": 36603, + "Used": 36604, + "ĠMillions": 36605, + "ĠGardening": 36606, + "Ġadjunct": 36607, + "Webster": 36608, + "ĠTerminal": 36609, + "Moon": 36610, + "Ġsag": 36611, + "Ġsown": 36612, + "Ġuninter": 36613, + "ĠWilde": 36614, + "validation": 36615, + "ĠEarthquake": 36616, + "475": 36617, + "future": 36618, + "Ġtidy": 36619, + "ĠSomer": 36620, + "Ġplating": 36621, + "Ġkerat": 36622, + "redited": 36623, + "Ġtremors": 36624, + "ĠMagnesium": 36625, + "reducing": 36626, + "ĠBasilica": 36627, + "ĠLexington": 36628, + "Ġsandwiches": 36629, + "zar": 36630, + "Ġsrc": 36631, + "ĠSaid": 36632, + "ĠPRE": 36633, + "lications": 36634, + "Ġdecon": 36635, + "Ġpurported": 36636, + "Ġcloset": 36637, + "Choice": 36638, + "Ġtaxpayer": 36639, + "ĠArtillery": 36640, + "ĠHarbour": 36641, + "Ġrubbish": 36642, + "ĠSuperintendent": 36643, + "ĠDebt": 36644, + "Ġrecombinant": 36645, + "Ġnematodes": 36646, + "rb": 36647, + "islation": 36648, + "uchs": 36649, + "Ġapproachable": 36650, + "ĠSocieties": 36651, + "Ġunwind": 36652, + "ĠMesoamer": 36653, + "nation": 36654, + "oine": 36655, + "ĠNucle": 36656, + "ractive": 36657, + "scribed": 36658, + "Going": 36659, + "trivial": 36660, + "Relations": 36661, + "Ġcondemnation": 36662, + "Hay": 36663, + "ĠGos": 36664, + "ĠVand": 36665, + "ocumented": 36666, + "ACS": 36667, + "ĠâĪĺ": 36668, + "ija": 36669, + "ĠCattle": 36670, + "ĠCochrane": 36671, + "ĠRajasthan": 36672, + "Female": 36673, + "driver": 36674, + "shed": 36675, + "Ġaversion": 36676, + "lea": 36677, + "Ġlilies": 36678, + "ĠSIM": 36679, + "ĠHew": 36680, + "apest": 36681, + "Ġactress": 36682, + "Ġflakes": 36683, + "erglass": 36684, + "ĠXVI": 36685, + "341": 36686, + "ĠMarshal": 36687, + "ĠElephant": 36688, + "Ġvoyages": 36689, + "Ġfluctuate": 36690, + "Ġfingertips": 36691, + "NIH": 36692, + "esque": 36693, + "Ġfury": 36694, + "Ġchills": 36695, + "ĠOre": 36696, + "ducible": 36697, + "ĠAppl": 36698, + "Ġseriousness": 36699, + "ĠCorner": 36700, + "Ġshipments": 36701, + "modified": 36702, + "Ġdecorating": 36703, + "++,": 36704, + "Ġsubtree": 36705, + "ĠCreativity": 36706, + "Ġtangled": 36707, + "oplasm": 36708, + "Ġingenious": 36709, + "678": 36710, + "Sustainable": 36711, + "uctive": 36712, + "Ġga": 36713, + "iaison": 36714, + "Ġskipped": 36715, + "Ġinterpreters": 36716, + "Ġalienation": 36717, + "ĠChilean": 36718, + "Ġpartitioning": 36719, + "Ġunintentionally": 36720, + "ĠTunnel": 36721, + "ĠHoliday": 36722, + "ĠEucharist": 36723, + "Los": 36724, + "Male": 36725, + "TPS": 36726, + "Ġay": 36727, + "Ġfoe": 36728, + "thorn": 36729, + "ĠMH": 36730, + "ĠPitt": 36731, + "Ġmanpower": 36732, + "Ġinjure": 36733, + "ĠBooth": 36734, + "Ġpowders": 36735, + "347": 36736, + "Ġtranslators": 36737, + "Ġbiodiesel": 36738, + "Ġpouch": 36739, + "ĠHappiness": 36740, + "Fer": 36741, + "Fun": 36742, + "Frequently": 36743, + "creative": 36744, + "ÏĮ": 36745, + "Ġprotested": 36746, + "ĠConjecture": 36747, + "âĢľ.": 36748, + "Ġpressurized": 36749, + "Ġbioge": 36750, + "ĠObservations": 36751, + "device": 36752, + "cooked": 36753, + "kor": 36754, + "Ġmont": 36755, + "arid": 36756, + "Ġflask": 36757, + "ĠArrange": 36758, + "ĠMedian": 36759, + "444": 36760, + "Depression": 36761, + "ĠVegetables": 36762, + "origin": 36763, + "Ġmismatch": 36764, + "Fresh": 36765, + "ĠPB": 36766, + "ĠOphthalm": 36767, + "rens": 36768, + "ĠBris": 36769, + "ĠSketch": 36770, + "ĠChemicals": 36771, + "ĠAdventures": 36772, + "ĠEverest": 36773, + "Ġtofu": 36774, + "Ġdar": 36775, + "Ġdancer": 36776, + "adena": 36777, + "Ġgroupings": 36778, + "Ġdelinqu": 36779, + "ĠSurveys": 36780, + "Ġpineapple": 36781, + "Distribution": 36782, + "attlesn": 36783, + "Ġembroider": 36784, + "Chem": 36785, + "Fra": 36786, + "isitions": 36787, + "staking": 36788, + "ulant": 36789, + "esthetics": 36790, + "Ġappends": 36791, + "ologie": 36792, + "Ġpopped": 36793, + "ĠSean": 36794, + "Actually": 36795, + "Ġconduit": 36796, + "nostic": 36797, + "й": 36798, + "enzyme": 36799, + "ĠSEM": 36800, + "oretic": 36801, + "ĠPurs": 36802, + "ĠEdu": 36803, + "Ġkicks": 36804, + "Ġtrader": 36805, + "Ġoperand": 36806, + "Ġcytoplasm": 36807, + "Ġunfavorable": 36808, + "381": 36809, + "Ġdolls": 36810, + "ĠINS": 36811, + "ĠDevon": 36812, + "Ġvertebral": 36813, + "ĠPandas": 36814, + "Ġum": 36815, + "ĠAH": 36816, + "aden": 36817, + "ĠWitch": 36818, + "ĠVil": 36819, + "Ġerased": 36820, + "Ġpropelled": 36821, + "362": 36822, + "blast": 36823, + "ĠJonah": 36824, + "ĠKuwait": 36825, + "Ġtablespoons": 36826, + "MY": 36827, + "raining": 36828, + "ĠRican": 36829, + "Ġspies": 36830, + "ĠOkay": 36831, + "ndering": 36832, + "Ġoverhaul": 36833, + "Ġfoodborne": 36834, + "Ġstorylines": 36835, + "505": 36836, + "Ġwidened": 36837, + "Ġingrained": 36838, + "colors": 36839, + "visor": 36840, + "Ġtighten": 36841, + "Ġbulletin": 36842, + "GU": 36843, + "sville": 36844, + "alds": 36845, + "owell": 36846, + "ĠMish": 36847, + "Ġallot": 36848, + "teaching": 36849, + "Ġhealthful": 36850, + "Ġrefurb": 36851, + "Ġastrology": 36852, + "Ġsouthward": 36853, + "344": 36854, + "Ġcorticosteroids": 36855, + "ĠPLA": 36856, + "romagnetic": 36857, + "Ġagrarian": 36858, + "Ġantise": 36859, + "Ġreasoned": 36860, + "351": 36861, + "Ġcreditors": 36862, + "Ġirritating": 36863, + "Ġdilution": 36864, + "packed": 36865, + "Ġcoincides": 36866, + "Ġundermines": 36867, + "Ġgastroenter": 36868, + "Near": 36869, + "ά": 36870, + "ĠSovere": 36871, + "ichia": 36872, + "Ġsublime": 36873, + "Ġ'__": 36874, + "Ġelegans": 36875, + "ĠAndre": 36876, + "Ġapologize": 36877, + "rooted": 36878, + "ĠSight": 36879, + "ĠWinc": 36880, + "ĠNun": 36881, + "Ġcentred": 36882, + "Ġmicrons": 36883, + "Ġmanufactures": 36884, + "Ġlimitless": 36885, + "ĠForty": 36886, + "preserved": 36887, + "Ġcollapses": 36888, + "ĠWiFi": 36889, + "Ġtilted": 36890, + "ĠOpinion": 36891, + "Ġmyocardial": 36892, + "ĠCron": 36893, + "ĠHabits": 36894, + "ocarp": 36895, + "Ġcols": 36896, + "Ġ'\\": 36897, + "Ġdemocracies": 36898, + "ĠIsabel": 36899, + "Ġdeviate": 36900, + "ĠExhib": 36901, + "ĠPhyt": 36902, + "य": 36903, + "Ġswimmers": 36904, + "Ġdeteriorating": 36905, + "ĠGriffin": 36906, + "Ġplaintiff": 36907, + "ä½": 36908, + "img": 36909, + "Ġdetain": 36910, + "unda": 36911, + "Ġbiosphere": 36912, + "Ġplantings": 36913, + "Ġradiotherapy": 36914, + "ĠTeams": 36915, + "ĠJohnny": 36916, + "Ġlayouts": 36917, + "region": 36918, + "Ġsilhou": 36919, + "ĠGlossary": 36920, + "READ": 36921, + "373": 36922, + "Ġvividly": 36923, + "Ġvineyard": 36924, + "Ġpremiums": 36925, + "Ġhemorrhage": 36926, + "Ġpsi": 36927, + "ĠOptimization": 36928, + "Ġbrochure": 36929, + "tte": 36930, + "ĠSAR": 36931, + "ĠPied": 36932, + "illaries": 36933, + "ĠBMC": 36934, + "ĠHC": 36935, + "Ġchis": 36936, + "Ġmultis": 36937, + "ĠParameters": 36938, + "ĠAyurveda": 36939, + "Coff": 36940, + "OB": 36941, + "iagn": 36942, + "xus": 36943, + "åŃ": 36944, + "ĠFAA": 36945, + "ĠGamma": 36946, + "ĠLing": 36947, + "ĠOUT": 36948, + "Ġard": 36949, + "Ġunquestion": 36950, + "Ġdries": 36951, + "ĠClock": 36952, + "Ġwrongly": 36953, + "ĠBelize": 36954, + "Ġsparking": 36955, + "Ġdefendants": 36956, + "Ġsprang": 36957, + "Ġnostrils": 36958, + "Ġparachute": 36959, + "Lake": 36960, + "Tu": 36961, + "Walk": 36962, + "wife": 36963, + "otrophic": 36964, + "ĠSinger": 36965, + "ĠWILL": 36966, + "Ġprophes": 36967, + "ĠArabidopsis": 36968, + "ĠDirectorate": 36969, + "Traditionally": 36970, + "Ġlobster": 36971, + "Ġguerrilla": 36972, + "Sure": 36973, + "Years": 36974, + "strength": 36975, + "Ġimpat": 36976, + "ĠAsc": 36977, + "ĠSpray": 36978, + "ALTH": 36979, + "etti": 36980, + "ĠRabbit": 36981, + "ĠBaseball": 36982, + "Ġestuaries": 36983, + "catching": 36984, + "edness": 36985, + "Ġhampered": 36986, + "Ġscorp": 36987, + "Ġcreaking": 36988, + "definition": 36989, + "ĠManage": 36990, + "Ġgreenhouses": 36991, + "Ġgathers": 36992, + "Ġsucceeds": 36993, + "URCE": 36994, + "effectiveness": 36995, + "Ġchestnut": 36996, + "ĠImmunology": 36997, + "Ġsluggish": 36998, + "alas": 36999, + "romat": 37000, + "ĠRings": 37001, + "Ġkite": 37002, + "Ġvalidating": 37003, + "Ġdivisibility": 37004, + "Ġunpredictability": 37005, + "ĠArmenians": 37006, + "ĠSophie": 37007, + "Ġthirteenth": 37008, + "Fourth": 37009, + "riment": 37010, + "yas": 37011, + "ĠDias": 37012, + "Ġgreenish": 37013, + "Ġstormy": 37014, + "Ġdeterminism": 37015, + "Activity": 37016, + "GPT": 37017, + "WOR": 37018, + "Ġparch": 37019, + "ĠACS": 37020, + "ĠHoll": 37021, + "Ġdefences": 37022, + "Ġpriori": 37023, + "ĠKingston": 37024, + "ĠSTAT": 37025, + "Ġunsolved": 37026, + "seller": 37027, + "ĠSussex": 37028, + "ĠDickinson": 37029, + "Improving": 37030, + "á¹ĩa": 37031, + "760": 37032, + "Nan": 37033, + "Ġwhichever": 37034, + "activation": 37035, + "à¯į": 37036, + "odder": 37037, + "ĠBard": 37038, + "ĠWade": 37039, + "Ġwheezing": 37040, + "Ġclover": 37041, + "ĠItems": 37042, + "Ġlander": 37043, + "Ġloom": 37044, + "Ġboxing": 37045, + "ADE": 37046, + "Ġinclusivity": 37047, + "Ġhatched": 37048, + "Disclaimer": 37049, + "ĠManufacturers": 37050, + "ĠBombay": 37051, + "ertile": 37052, + "aleigh": 37053, + "ĠAmen": 37054, + "inoa": 37055, + "ĠFloyd": 37056, + "Ġmammoth": 37057, + "Ġcommissioners": 37058, + "Ġexhausting": 37059, + "ĠGraphic": 37060, + "ĠEmphasized": 37061, + "ĠYahoo": 37062, + "ĠInspection": 37063, + "ĠAce": 37064, + "ĠIELTS": 37065, + "acillus": 37066, + "ĠEas": 37067, + "ĠLiv": 37068, + "Ġcommentaries": 37069, + "localhost": 37070, + "Ġivy": 37071, + "Details": 37072, + "Ġhotspot": 37073, + "Kind": 37074, + "«": 37075, + "ĠPt": 37076, + "ockey": 37077, + "Ġplunder": 37078, + "Ġperv": 37079, + "egy": 37080, + "Ġoperative": 37081, + "Ġroadway": 37082, + "zzi": 37083, + "Ġdispens": 37084, + "Ġartisanal": 37085, + "Pak": 37086, + "ĠTIME": 37087, + "Ġdissimilar": 37088, + "Ġadversary": 37089, + "Ġexcerpts": 37090, + ",.": 37091, + "Dam": 37092, + "Ġnuns": 37093, + "Ġstochastic": 37094, + "ĠFamous": 37095, + "Ġneedy": 37096, + "Ġpoisons": 37097, + "Ġtransnational": 37098, + "ommission": 37099, + "Ġgrowths": 37100, + "loan": 37101, + "Argument": 37102, + "Ġescort": 37103, + "Ġintrinsically": 37104, + "Ġramifications": 37105, + "Ġcompanionship": 37106, + "Ġaristocratic": 37107, + "Ġdiscoloration": 37108, + "GG": 37109, + "kok": 37110, + "lis": 37111, + "Ġbilling": 37112, + "ĠAub": 37113, + "Ġhepatic": 37114, + "Ġrift": 37115, + "Ġsomatic": 37116, + "Whit": 37117, + "Ġuric": 37118, + "Ġmicrof": 37119, + "innings": 37120, + "Ġcatchment": 37121, + "Kit": 37122, + "ĠHaj": 37123, + "ulling": 37124, + "Ġgreenery": 37125, + "Ġstealth": 37126, + "ICH": 37127, + "Ġsucrose": 37128, + "Ġurethra": 37129, + "ĠColleges": 37130, + "BMI": 37131, + "creat": 37132, + "ellan": 37133, + "Ġhump": 37134, + "Ġmultiverse": 37135, + "ependency": 37136, + "Ġconcentric": 37137, + "Ġappropriation": 37138, + "ĠGlou": 37139, + "361": 37140, + "Ġconcisely": 37141, + "ĠObjective": 37142, + "ĠChernobyl": 37143, + "Ġdung": 37144, + "ĠEck": 37145, + "ĠFame": 37146, + "lectic": 37147, + "undi": 37148, + "Ġbrisk": 37149, + "ĠShield": 37150, + "Ġsalient": 37151, + "Ġmistrust": 37152, + "ĠBiochemistry": 37153, + "Ġprioritized": 37154, + "Ġcrackers": 37155, + "Ġclogged": 37156, + "Ġvengeance": 37157, + "\"},": 37158, + "Dogs": 37159, + "Russia": 37160, + "uplo": 37161, + "woven": 37162, + "tera": 37163, + "ĠRide": 37164, + "Ġimpuls": 37165, + "Ġdesks": 37166, + "Ġhers": 37167, + "transform": 37168, + "Ġfutile": 37169, + "Ġstratification": 37170, + "Ġacoust": 37171, + "ĠGeorgetown": 37172, + "Om": 37173, + "ei": 37174, + "Ġwil": 37175, + "auri": 37176, + "ĠInfants": 37177, + "ĠPlanting": 37178, + "Ġuneasy": 37179, + "Ġdishwas": 37180, + "Ġsurnames": 37181, + "Ġincarcerated": 37182, + "Ġbitterness": 37183, + "ĠCalled": 37184, + "uren": 37185, + "ĠDP": 37186, + "Ġlofty": 37187, + "whole": 37188, + "ĠPerse": 37189, + "Ġsynaptic": 37190, + "Ġequatorial": 37191, + "ĠCounseling": 37192, + "aler": 37193, + "Ġperi": 37194, + "Ġsubjug": 37195, + "Ġclassifying": 37196, + "iddish": 37197, + "ĠWorlds": 37198, + "Ġethos": 37199, + "Conservation": 37200, + "Ġhorizons": 37201, + "ĠGMOs": 37202, + "ĠHorizons": 37203, + "Statistics": 37204, + "Comparison": 37205, + "odendron": 37206, + "Sty": 37207, + "Virgin": 37208, + "ĠPaw": 37209, + "quick": 37210, + "Ġcurly": 37211, + "ĠTeresa": 37212, + "ĠRegions": 37213, + "Ġbondage": 37214, + "ĠLibert": 37215, + "Ġflashbacks": 37216, + "Office": 37217, + "Ġwitchcraft": 37218, + "ĠBuchanan": 37219, + "ĠWalsh": 37220, + "Dark": 37221, + "ĠSty": 37222, + "Ġbehaving": 37223, + "opez": 37224, + "ĠContrary": 37225, + "Ġbankers": 37226, + "ĠAngela": 37227, + "Ġoblique": 37228, + "Ġscaffolding": 37229, + "/âĪļ": 37230, + "]`.": 37231, + "dh": 37232, + "dro": 37233, + "wp": 37234, + "alien": 37235, + "Ġfountains": 37236, + "Ġhref": 37237, + "othed": 37238, + "andez": 37239, + "eco": 37240, + "Ġbackstories": 37241, + "parable": 37242, + "Ġintrusive": 37243, + "Ġparsley": 37244, + "benefit": 37245, + "Archae": 37246, + "Ġdisseminate": 37247, + "angaroo": 37248, + "killed": 37249, + "Ġgird": 37250, + "olan": 37251, + "opatra": 37252, + "plored": 37253, + "***": 37254, + "Ġfunctionally": 37255, + "Ġentanglement": 37256, + "ĠCommod": 37257, + "ĠMonica": 37258, + "PAA": 37259, + "nesian": 37260, + "Overview": 37261, + "Ġmirrored": 37262, + "ĠmmHg": 37263, + "ĠCaucasian": 37264, + "Ġbenzene": 37265, + "Gas": 37266, + "RP": 37267, + "bay": 37268, + "Ġtundra": 37269, + "ĠSurgical": 37270, + "Ġrut": 37271, + "Ġinterrelated": 37272, + "ropod": 37273, + "ĠSpider": 37274, + "Ġpastries": 37275, + "Ġmanipulative": 37276, + "Ġsponsorship": 37277, + "Ġexemplary": 37278, + "Ġvestibular": 37279, + "Cyber": 37280, + "ĠExcellent": 37281, + "Ġwrestling": 37282, + "ĠKurdish": 37283, + "vascular": 37284, + "omans": 37285, + "ĠGad": 37286, + "Ġgli": 37287, + "Ġpolyester": 37288, + "ĠTechnological": 37289, + "carotene": 37290, + "ĠUltra": 37291, + "Ġdeformity": 37292, + ":\\": 37293, + "pict": 37294, + "ĠDul": 37295, + "ĠThou": 37296, + "Ġmultilateral": 37297, + "escence": 37298, + "proven": 37299, + "Ġexcuses": 37300, + "Ġ×IJ": 37301, + "ĠCommentary": 37302, + "ĠSJ": 37303, + "ĠSymph": 37304, + "ĠYa": 37305, + "Ġoffending": 37306, + "hetamine": 37307, + "ĠDirectors": 37308, + "Ġobligated": 37309, + "Ġcommissioner": 37310, + "ĠEverglades": 37311, + "knit": 37312, + "ĠAssyrian": 37313, + "Ġprocrastination": 37314, + "399": 37315, + "ĠMuse": 37316, + "ĠBrow": 37317, + "Ġbliss": 37318, + "oldt": 37319, + "Ġsimplification": 37320, + "consumer": 37321, + "Ġspontaneity": 37322, + "329": 37323, + "Ham": 37324, + "tube": 37325, + "ensure": 37326, + "ierre": 37327, + "ĠWhites": 37328, + "ĠUNC": 37329, + "visit": 37330, + "ĠRaman": 37331, + "ĠNutritional": 37332, + "Ġcoincided": 37333, + "Ġquartile": 37334, + "Ġredefine": 37335, + "ĠVanderbilt": 37336, + "412": 37337, + "Sorted": 37338, + "Ñĩ": 37339, + "Ġdeque": 37340, + "antes": 37341, + "Ġclippings": 37342, + "||(": 37343, + "Ġstillness": 37344, + "Ġambassadors": 37345, + "Ġautonomic": 37346, + "ĠAssessing": 37347, + "ĠYeah": 37348, + "ĠBRCA": 37349, + "ĠToyota": 37350, + "certified": 37351, + "Ġkinship": 37352, + ".')": 37353, + "bid": 37354, + "fus": 37355, + "ĠTay": 37356, + "Ġindeterm": 37357, + "Ġrecap": 37358, + "rophes": 37359, + "Ġrefill": 37360, + "enged": 37361, + "Ġfilmed": 37362, + "Ġballast": 37363, + "ĠInterstate": 37364, + "Ġpitcher": 37365, + "Linear": 37366, + "Ġinterruptions": 37367, + "ĠGraphics": 37368, + "Ġjeans": 37369, + "arck": 37370, + "ĠCCD": 37371, + "ĠEA": 37372, + "ĠEras": 37373, + "inki": 37374, + "Ġpurse": 37375, + "Ġinfecting": 37376, + "organization": 37377, + "Ġtorrent": 37378, + "massive": 37379, + "Ġglyphosate": 37380, + "Soviet": 37381, + "fighter": 37382, + "nose": 37383, + "ĠCars": 37384, + "plastics": 37385, + "ĠStreng": 37386, + "ĠZam": 37387, + "ĠIsraelite": 37388, + "Complex": 37389, + "Ġfacilitator": 37390, + "warf": 37391, + "Ġwaveform": 37392, + "ĠSlide": 37393, + "Ġquieter": 37394, + "Ġvenomous": 37395, + "Species": 37396, + "Ġdownsides": 37397, + "Iter": 37398, + "gain": 37399, + "ĠCyr": 37400, + "ptive": 37401, + "Ġalternatively": 37402, + "ĠGetty": 37403, + "ĠFrankenstein": 37404, + "ĠInsights": 37405, + "Ġmerges": 37406, + "compassion": 37407, + "Ġdiversify": 37408, + "Ġtiredness": 37409, + "Ġreassure": 37410, + "ĠMoshe": 37411, + "Ġasymptotic": 37412, + "ĠGentiles": 37413, + "Distance": 37414, + "Predict": 37415, + "edged": 37416, + "ĠTS": 37417, + "ĠNOW": 37418, + "Ġwhey": 37419, + "Ġscoliosis": 37420, + "anya": 37421, + "ĠMonet": 37422, + "ĠRemem": 37423, + "Ġclicked": 37424, + "Ġhorsepower": 37425, + "ĠAsperger": 37426, + "Ġsapphire": 37427, + "elbrot": 37428, + "ĠZoroast": 37429, + "Ġdystopian": 37430, + "KB": 37431, + "MIT": 37432, + "Null": 37433, + "rash": 37434, + "ĠTP": 37435, + "ĠRapp": 37436, + "Ġ\"\\": 37437, + "Ġquaint": 37438, + "Ġgenotypes": 37439, + "Ġdistillation": 37440, + "Guide": 37441, + "Ġperennials": 37442, + "ĠMortality": 37443, + "Ġdisobedience": 37444, + "alyses": 37445, + "adjusted": 37446, + "Ġorchestr": 37447, + "ĠUruguay": 37448, + "environmental": 37449, + "aligned": 37450, + "ĠMON": 37451, + "ĠâĢº": 37452, + "ĠOrlando": 37453, + "ATT": 37454, + "Ġsnowfall": 37455, + "Ġrepetitions": 37456, + "Ġtillage": 37457, + "ĠSensory": 37458, + "Higher": 37459, + "ĠSays": 37460, + "uding": 37461, + "Ġwhence": 37462, + "Ġequate": 37463, + "Ġutopian": 37464, + "Ġuncount": 37465, + "ĠSchwartz": 37466, + "Ġaesthetically": 37467, + "ĠEVs": 37468, + "higher": 37469, + "ĠTL": 37470, + "ĠMouth": 37471, + "ĠMaid": 37472, + "ĠEthereum": 37473, + "Ġunethical": 37474, + "obl": 37475, + "Ġsockets": 37476, + "ĠQuin": 37477, + "ANG": 37478, + "watering": 37479, + "Ġcoldest": 37480, + "ĠMacArthur": 37481, + "ĠBurton": 37482, + "utherford": 37483, + "ĠDrake": 37484, + "Ġcautiously": 37485, + "Ġcentrally": 37486, + "ĠMyths": 37487, + "ĠHussein": 37488, + "ĠMennonite": 37489, + "gill": 37490, + "ellular": 37491, + "Ġnegation": 37492, + "Ġgeologist": 37493, + "ĠWaterloo": 37494, + "म": 37495, + "Ġcubs": 37496, + "Ġemigrated": 37497, + "017": 37498, + "Coun": 37499, + "hundred": 37500, + "sol": 37501, + "Ġmalle": 37502, + "Ġbystand": 37503, + "ĠRiv": 37504, + "Ġrelinqu": 37505, + "Ġcolorless": 37506, + "ĠĠĠĠĠĠĠĠĠĠĠĠ": 37507, + "Ġdispatch": 37508, + "Ġpenguin": 37509, + "395": 37510, + "Hor": 37511, + "Ġsled": 37512, + "ĠPanc": 37513, + "Internal": 37514, + "ĠColin": 37515, + "stitutes": 37516, + "407": 37517, + "Seven": 37518, + "ĠBoyd": 37519, + ",,": 37520, + "phe": 37521, + "hev": 37522, + "ĠSOL": 37523, + "terror": 37524, + "ĠMU": 37525, + "assa": 37526, + "Ġallotted": 37527, + "Ġcompiling": 37528, + "Ġcarers": 37529, + "Ġoppress": 37530, + "Ġbranched": 37531, + "ĠOutliers": 37532, + "ĠCommunism": 37533, + "ĠMedications": 37534, + "Ġunclean": 37535, + "Ġpuncture": 37536, + "ĠMandelbrot": 37537, + "Statistical": 37538, + "431": 37539, + "Ġcider": 37540, + "ĠTF": 37541, + "iries": 37542, + "ĠNBC": 37543, + "ĠLots": 37544, + "ĠOsw": 37545, + "ĠUW": 37546, + "Ġregained": 37547, + "ulfur": 37548, + "Ġmicroscopes": 37549, + "Ġrecounts": 37550, + "Live": 37551, + "mills": 37552, + "ĠTir": 37553, + "otives": 37554, + "ĠCrick": 37555, + "ĠGlor": 37556, + "inders": 37557, + "Ġmanic": 37558, + "Ġmonst": 37559, + "Ġsideways": 37560, + "ĠManor": 37561, + "Ġatmospheres": 37562, + "ĠAntig": 37563, + "lamydia": 37564, + "Ġweddings": 37565, + "documented": 37566, + "ĠStevenson": 37567, + "military": 37568, + "platform": 37569, + "ASP": 37570, + "ĠâĪĪ": 37571, + "Ġsmartwatch": 37572, + "Ġsmoothing": 37573, + "ĠLouisville": 37574, + "Ġparadigms": 37575, + "Ġinhibitory": 37576, + "ĠTHAT": 37577, + "Ġnicknamed": 37578, + "simple": 37579, + "Ġresurrect": 37580, + "kk": 37581, + "ĠDrought": 37582, + "ĠOthello": 37583, + "Ġimposes": 37584, + "Ġmysticism": 37585, + "Ġneutroph": 37586, + "Ġcohorts": 37587, + "Ġleisurely": 37588, + "Radio": 37589, + "Ġcrocodiles": 37590, + "Ġhumiliation": 37591, + "route": 37592, + "Ġplur": 37593, + "ĠOzone": 37594, + "Ġdefiance": 37595, + "ĠOrwell": 37596, + "encil": 37597, + "Ġcounterfeit": 37598, + "Ġconvol": 37599, + "Ġsinful": 37600, + "roscope": 37601, + "Ġtraumas": 37602, + "Ġinconsistency": 37603, + "Break": 37604, + "ĠMonastery": 37605, + "Ġcloned": 37606, + "ovic": 37607, + "Ġparticipates": 37608, + "ĠXu": 37609, + "galitarian": 37610, + "osphorus": 37611, + "Ġshutting": 37612, + "Ġdigitized": 37613, + "Ġracially": 37614, + ">>>": 37615, + "Ġgrappling": 37616, + "iagnosed": 37617, + "æĸ": 37618, + "Ġtenses": 37619, + "Ġmolar": 37620, + "Ġanode": 37621, + "Ġatlas": 37622, + "concept": 37623, + "Ġhomepage": 37624, + "Ġpainstaking": 37625, + "Ġcomputes": 37626, + "ĠLighting": 37627, + "ĠCellular": 37628, + "Ġperfected": 37629, + "avering": 37630, + "quantity": 37631, + "Ġtapped": 37632, + "Ġain": 37633, + "Ġdella": 37634, + "utra": 37635, + "ĠHof": 37636, + "ĠWatt": 37637, + "ĠLoch": 37638, + "Ġaccessory": 37639, + "ĠXin": 37640, + "Ġliking": 37641, + "ĠAddressing": 37642, + "Ġdefeating": 37643, + "Ġtorso": 37644, + "ĠCircular": 37645, + "Ġب": 37646, + "ĠHermann": 37647, + "responsive": 37648, + "onautics": 37649, + "Elements": 37650, + "iste": 37651, + "akis": 37652, + "ĠCanberra": 37653, + "ulet": 37654, + "shake": 37655, + "ebted": 37656, + "â̦)": 37657, + "ACC": 37658, + "summer": 37659, + "tab": 37660, + "ĠTian": 37661, + "Ġspa": 37662, + "Ġperched": 37663, + "ĠVideos": 37664, + "Ġtypography": 37665, + "Ġdirectives": 37666, + "ascii": 37667, + "ĠGravity": 37668, + "Ġduplicated": 37669, + "Ġkilometer": 37670, + "Ġelaborated": 37671, + "Negative": 37672, + "Eye": 37673, + "sys": 37674, + "Ġprodig": 37675, + "emes": 37676, + "Ġsalivary": 37677, + "Ġcrossroads": 37678, + "Ġcontaminant": 37679, + "Ġenclosures": 37680, + "adequate": 37681, + "Ġdeteriorated": 37682, + "Ġcarnival": 37683, + "Ġmemoirs": 37684, + "ĠBermuda": 37685, + "ĠTucson": 37686, + "dwelling": 37687, + "ĠHH": 37688, + "Ġinsured": 37689, + "Ġxi": 37690, + "ocrats": 37691, + "Philos": 37692, + "Ġsinuses": 37693, + "ĠSTUD": 37694, + "ĠWilcox": 37695, + "Percent": 37696, + "ĠParliamentary": 37697, + "ĠSomali": 37698, + "separated": 37699, + "Ġantivirus": 37700, + "agnetism": 37701, + "DN": 37702, + "Jean": 37703, + "rink": 37704, + "tur": 37705, + "ĠHg": 37706, + "avi": 37707, + "cloud": 37708, + "ĠScene": 37709, + "Ġargumentation": 37710, + "ĠBerger": 37711, + ",-": 37712, + "inities": 37713, + "reason": 37714, + "Ġdissection": 37715, + "ĠJL": 37716, + "ritings": 37717, + "ĠYom": 37718, + "othermia": 37719, + "Ġstructuring": 37720, + "Ġcomputationally": 37721, + "ĠGuam": 37722, + "Ġfalsely": 37723, + "ĠPoems": 37724, + "ĠMahab": 37725, + "Ġvigor": 37726, + "ĠPayment": 37727, + "Ġmetaphysics": 37728, + "Ġaroused": 37729, + "Software": 37730, + "Ġmonologue": 37731, + "pronounced": 37732, + "Pear": 37733, + "åľ": 37734, + "isput": 37735, + "itution": 37736, + "ĠMG": 37737, + "ĠPoss": 37738, + "ĠDone": 37739, + "ĠFrame": 37740, + "Ġsmog": 37741, + "Ġsimulator": 37742, + "Ġdeepened": 37743, + "ĠChev": 37744, + "Ġamplifiers": 37745, + "Ġacknowledgement": 37746, + "Ġexporting": 37747, + "ĠPutin": 37748, + "prompt": 37749, + "Ġlodging": 37750, + "Annual": 37751, + "vict": 37752, + "Ġbothered": 37753, + "ĠBJ": 37754, + "Ġoutages": 37755, + "ĠEmancipation": 37756, + "opsies": 37757, + "ĠPerforming": 37758, + "ĠComponent": 37759, + "rano": 37760, + "Meaning": 37761, + "Ġammonium": 37762, + "Ġculminated": 37763, + "Ġcentrifugal": 37764, + "Ġstink": 37765, + "istor": 37766, + "oulders": 37767, + "Ġsetback": 37768, + "Ġbacklash": 37769, + "509": 37770, + "ĠGuang": 37771, + "ĠApproaches": 37772, + "Ġmicrocontroller": 37773, + "ĠNeurop": 37774, + "Ġoriginality": 37775, + "ĠMaple": 37776, + "ocorrelation": 37777, + "040": 37778, + "cans": 37779, + "esville": 37780, + "ibald": 37781, + "Ġpee": 37782, + "ĠParticularly": 37783, + "Ġunittest": 37784, + "Ġskyrock": 37785, + "Ġwalnut": 37786, + "optimal": 37787, + "ĠNehru": 37788, + "KPIs": 37789, + "Ġalias": 37790, + "Ġvandal": 37791, + "ĠHare": 37792, + "udding": 37793, + "ĠDL": 37794, + "ificantly": 37795, + "Ġbounding": 37796, + "ĠBoolean": 37797, + "Ġmisses": 37798, + "Ġsymbolized": 37799, + "adoop": 37800, + "ĠLogical": 37801, + "Ġembedding": 37802, + "ĠColonies": 37803, + "Ġreorganized": 37804, + "Islamic": 37805, + "Ġrazor": 37806, + "strap": 37807, + "ĠHoughton": 37808, + "Ġappell": 37809, + "ĠSton": 37810, + "ĠRevenge": 37811, + "Ġutilised": 37812, + "ĠPortrait": 37813, + "Ġmucosa": 37814, + "Ġacreage": 37815, + "Dental": 37816, + "Ġpact": 37817, + "Ġgh": 37818, + "ĠCOR": 37819, + "Ġwhirl": 37820, + "ĠMuk": 37821, + "osi": 37822, + "ĠDEF": 37823, + "icht": 37824, + "ende": 37825, + "achs": 37826, + "ĠColors": 37827, + "ĠXIII": 37828, + "ĠGuards": 37829, + "Ġplatelet": 37830, + "ĠComputational": 37831, + "Ġmosques": 37832, + "ĠSanders": 37833, + "racuse": 37834, + "Assessment": 37835, + "Monitor": 37836, + "Williams": 37837, + "ĠAdaptation": 37838, + "Ġhurdle": 37839, + "Cond": 37840, + "Skin": 37841, + "motor": 37842, + "ĠCW": 37843, + "assis": 37844, + "Ġdecoded": 37845, + "Ġmodal": 37846, + "ĠClaus": 37847, + "Ġalarmed": 37848, + "ĠAccounts": 37849, + "Ġinsufficiency": 37850, + "Ġtraversing": 37851, + "Ġabolitionist": 37852, + "Ġretardation": 37853, + "assembled": 37854, + "Ga": 37855, + "Ġciv": 37856, + "owulf": 37857, + "ĠCream": 37858, + "romy": 37859, + "ĠFIR": 37860, + "Ġagitated": 37861, + "Ġ',": 37862, + "Ġprotrud": 37863, + "Ġprojectile": 37864, + "ĠDeuteronomy": 37865, + "ĠLevy": 37866, + "Ġimmediacy": 37867, + "ĠPCA": 37868, + "ĠLabel": 37869, + "mainly": 37870, + "ĠHospitals": 37871, + "digest": 37872, + "ĠMcGill": 37873, + "ĠPreventive": 37874, + "occupation": 37875, + "422": 37876, + "Boston": 37877, + "dan": 37878, + "sem": 37879, + "Ġproactively": 37880, + "Ġspanned": 37881, + "ipzig": 37882, + "Ġsquat": 37883, + "peak": 37884, + "Ġrectal": 37885, + "ĠMarxism": 37886, + "Ġpharmacological": 37887, + "against": 37888, + "Ġeukaryotic": 37889, + "Ocean": 37890, + "Ġbordering": 37891, + "Ġhanged": 37892, + "otrans": 37893, + "Ġextermin": 37894, + "ĠPsalms": 37895, + "ĠDear": 37896, + "lander": 37897, + "Ġmetac": 37898, + "Ġmarkup": 37899, + "Ġturnout": 37900, + "Ġbulky": 37901, + "Ġaerodynamic": 37902, + "Ġarousal": 37903, + "crit": 37904, + "Ġconcession": 37905, + "este": 37906, + "Ġchant": 37907, + "apo": 37908, + "Ġcommemoration": 37909, + "ĠReproductive": 37910, + "Imm": 37911, + "Ġhospitalizations": 37912, + "ĠStrept": 37913, + "Ġejected": 37914, + "Ġpont": 37915, + "plings": 37916, + "cycles": 37917, + "Ġextinctions": 37918, + "ĠWhale": 37919, + "ĠBeet": 37920, + "Ġarrivals": 37921, + "ĠCalgary": 37922, + "Ġeaters": 37923, + "Ġblockers": 37924, + "ĠCrossing": 37925, + "Elizabeth": 37926, + "Professional": 37927, + "Ġhectare": 37928, + "ãĢģ": 37929, + "Ġinaugurated": 37930, + "Ġhummingbirds": 37931, + "Ġunconditional": 37932, + "860": 37933, + "Tow": 37934, + "Ġheuristic": 37935, + "ĠFrog": 37936, + "Ġleagues": 37937, + "ĠVAT": 37938, + "ĠXI": 37939, + "regate": 37940, + "Ġcrossings": 37941, + "371": 37942, + "noise": 37943, + "OWN": 37944, + "ĠNatl": 37945, + "Ġreunion": 37946, + "Ġeyelid": 37947, + "greens": 37948, + "Ġaka": 37949, + "ĠSob": 37950, + "ĠDF": 37951, + "ptide": 37952, + "Ġfunctioned": 37953, + "ĠYourself": 37954, + "Ġrotten": 37955, + "ĠRequired": 37956, + "Ġkernels": 37957, + "Ġcauliflower": 37958, + "ĠFellowship": 37959, + "opards": 37960, + "ĠGob": 37961, + "agra": 37962, + "avin": 37963, + "angular": 37964, + "Ġcapacitance": 37965, + "Ġliquidity": 37966, + "Ġdysfunctional": 37967, + "Ġconvoluted": 37968, + "ÎĶ": 37969, + "igail": 37970, + "ĠPam": 37971, + "ĠNIC": 37972, + "Ġarct": 37973, + "Ġperks": 37974, + "Ġκ": 37975, + "ĠBlackwood": 37976, + "Ġbathrooms": 37977, + "ĠVehicles": 37978, + "Ġaggregated": 37979, + "Ġstamina": 37980, + "Ġischemic": 37981, + "lord": 37982, + "orah": 37983, + "thin": 37984, + "ĠLazar": 37985, + "Ġdisabling": 37986, + "Ġtrainees": 37987, + "ĠZn": 37988, + "Ġtermite": 37989, + "zza": 37990, + "Union": 37991, + "Ġlinearity": 37992, + "Ġdiverge": 37993, + "Ġgraceful": 37994, + "Ġunrestricted": 37995, + "ĠMongolian": 37996, + "graduates": 37997, + "ĠOncology": 37998, + "AW": 37999, + "Ram": 38000, + "idates": 38001, + "Ġchast": 38002, + "ĠNice": 38003, + "ĠLil": 38004, + "ĠJE": 38005, + "Ġscams": 38006, + "Ġsignalling": 38007, + "Ġdietitian": 38008, + "Ġpictorial": 38009, + "Ġdissolves": 38010, + "orphins": 38011, + "Basically": 38012, + "ĠEfforts": 38013, + "Core": 38014, + "Ġtau": 38015, + "agency": 38016, + "Ġunbalanced": 38017, + "exit": 38018, + "Ġdevout": 38019, + "ĠRelative": 38020, + "ĠMassacre": 38021, + "Ġleaflets": 38022, + "Ġfurry": 38023, + "ĠConnections": 38024, + "ĠPutting": 38025, + "ĠRaphael": 38026, + "Ġsnippets": 38027, + "Jews": 38028, + "ĠThreatened": 38029, + "Ġlandslides": 38030, + "Ġhassle": 38031, + "Ġunimaginable": 38032, + "ĠMatch": 38033, + "ibou": 38034, + "Ġtrill": 38035, + "Ġsubdivided": 38036, + "anco": 38037, + "Ġslabs": 38038, + "Ġgeneralizations": 38039, + "Ġhyphen": 38040, + "Ġaxe": 38041, + "Ġplainly": 38042, + "Ġdegrading": 38043, + "Ġoversees": 38044, + "Ġexemptions": 38045, + "Ġtattoos": 38046, + "Ġunfulfilled": 38047, + "Role": 38048, + "ĠTBI": 38049, + "ĠHip": 38050, + "ĠFTP": 38051, + "ĠâĢŀ": 38052, + "ĠKem": 38053, + "ĠArlington": 38054, + "Ġcharacterizes": 38055, + "Ġslugs": 38056, + "porter": 38057, + "Ġvegetarians": 38058, + "ĠRecall": 38059, + "ĠMathematic": 38060, + "Ġgranules": 38061, + "ĠTsar": 38062, + "ĠLisbon": 38063, + "ĠPatterson": 38064, + "bos": 38065, + "eneration": 38066, + "Ġbarc": 38067, + "Ġinsepar": 38068, + "ĠElys": 38069, + "Ġdiscerning": 38070, + "Ġfieldwork": 38071, + "ĠAmes": 38072, + "Changing": 38073, + "interval": 38074, + "Ġcommandment": 38075, + "Adult": 38076, + "boarding": 38077, + "Ġcosmological": 38078, + "omonas": 38079, + "Ġsoreness": 38080, + "ĠDebate": 38081, + "Ġtrimming": 38082, + "ĠUlster": 38083, + "Ġgorillas": 38084, + "ĠWheeler": 38085, + "Ġdexter": 38086, + "Ġcanv": 38087, + "ĠBrent": 38088, + "Ġaber": 38089, + "ĠVia": 38090, + "Ġsubvert": 38091, + "Ġmedians": 38092, + "Ġheaviest": 38093, + "Ġderiving": 38094, + "ampsia": 38095, + "Ġordinances": 38096, + "Ken": 38097, + "Sand": 38098, + "xit": 38099, + "ĠEira": 38100, + "Ġdistressed": 38101, + "Ġantid": 38102, + "Ġvariously": 38103, + "Ġfullest": 38104, + "NAME": 38105, + "Ġpolyethylene": 38106, + "ĠBarber": 38107, + "influ": 38108, + "ĠDefinitions": 38109, + "Teach": 38110, + "Ġwithdrawing": 38111, + "ĠCollatz": 38112, + "ĠRaise": 38113, + "Ġcrucified": 38114, + "421": 38115, + "vah": 38116, + "Ġleverages": 38117, + "mberg": 38118, + "Ġimmunotherapy": 38119, + "ĠLoan": 38120, + "allowed": 38121, + "Ġtagging": 38122, + "ĠFernando": 38123, + "tasks": 38124, + "Ġcephal": 38125, + "ĠPos": 38126, + "ĠRJ": 38127, + "gha": 38128, + "Ġapprehend": 38129, + "Ġcorrespondent": 38130, + "Ġwidgets": 38131, + "ĠCriteria": 38132, + "Ġglossy": 38133, + "ĠSurely": 38134, + "abets": 38135, + "ĠDil": 38136, + "ĠFault": 38137, + "amele": 38138, + "Ġsmear": 38139, + "Ġwatermelon": 38140, + "ĠShared": 38141, + "Ġencirc": 38142, + "Church": 38143, + "Ġfibromyalgia": 38144, + "Adam": 38145, + "Ġmistress": 38146, + "387": 38147, + "ĠSampling": 38148, + "ĠBetty": 38149, + "Ġwholesome": 38150, + "Ġtributary": 38151, + "Ġhopelessness": 38152, + "ĠBridges": 38153, + "ĠIberian": 38154, + "chall": 38155, + "Ġcany": 38156, + "fficking": 38157, + "earcher": 38158, + "ĠProhibition": 38159, + "Ġpainkillers": 38160, + "ĠZones": 38161, + "strftime": 38162, + "451": 38163, + "Construction": 38164, + "ĠEvil": 38165, + "Ġvertigo": 38166, + "Ġordinarily": 38167, + "Ġglutathione": 38168, + "iretroviral": 38169, + "Ġbovine": 38170, + "efer": 38171, + "Ġphotore": 38172, + "Ġearthy": 38173, + "346": 38174, + "Ġcomplimentary": 38175, + "Ġpitches": 38176, + "package": 38177, + "Param": 38178, + "Ġtreadmill": 38179, + "Ġpounding": 38180, + "alom": 38181, + "Ġgaz": 38182, + "adin": 38183, + "ungs": 38184, + "ĠFlo": 38185, + "arted": 38186, + "Ġunidentified": 38187, + "Ġquas": 38188, + "cls": 38189, + "Ġsensed": 38190, + "Ġannounces": 38191, + "Ġacquires": 38192, + "Ġsuspend": 38193, + "ĠIrving": 38194, + "Ġdwindling": 38195, + "ĠShapiro": 38196, + "Half": 38197, + "Possible": 38198, + "herap": 38199, + "oustic": 38200, + "Ġdummy": 38201, + "robe": 38202, + "Ġurea": 38203, + "Ġorang": 38204, + "ĠGift": 38205, + "strateg": 38206, + "ĠSupper": 38207, + "iopathic": 38208, + "ĠPromise": 38209, + "Ġmagnetism": 38210, + "ĠOmaha": 38211, + "ĠChambers": 38212, + "Ġinvariants": 38213, + "ĠClaudius": 38214, + "Ġµm": 38215, + "Tags": 38216, + "Ġarable": 38217, + "invalid": 38218, + "ĠSOC": 38219, + "ĠBreathing": 38220, + "ologne": 38221, + "ĠChapters": 38222, + "Ġblanks": 38223, + "Ġbarb": 38224, + "Ġmislead": 38225, + "357": 38226, + "ĠRelax": 38227, + "ECTION": 38228, + "ĠInteger": 38229, + "tol": 38230, + "Ġtug": 38231, + "ĠSigma": 38232, + "ĠRL": 38233, + "Ġhealthiest": 38234, + "pecting": 38235, + "ĠLeaving": 38236, + "Ġsoftly": 38237, + "â̦..": 38238, + "Ġtenets": 38239, + "ĠElliott": 38240, + "committee": 38241, + "Ġãģ": 38242, + "ĠSAD": 38243, + "Ġunamb": 38244, + "Ġdistressing": 38245, + "Ġhandwritten": 38246, + "Ġbarracks": 38247, + "Ġfittings": 38248, + "Median": 38249, + "Ġunnecessarily": 38250, + "Ġgroin": 38251, + "Ġ\\(": 38252, + "Ġspellings": 38253, + "ĠOptional": 38254, + "ĠMirror": 38255, + "always": 38256, + "Ġmish": 38257, + "Ġsto": 38258, + "ĠPreliminary": 38259, + "Ġsubterranean": 38260, + "Ġsocializing": 38261, + "Ġrestlessness": 38262, + "plementary": 38263, + "Ġconveyor": 38264, + "ĠEthan": 38265, + "ĠRobot": 38266, + "Ġembraces": 38267, + "Ġcannons": 38268, + "hetti": 38269, + "ĠTutorial": 38270, + "ĠCustoms": 38271, + "olulu": 38272, + "ĠSão": 38273, + "Ġconical": 38274, + "illi": 38275, + "ĠMario": 38276, + "INGS": 38277, + "EPT": 38278, + "bull": 38279, + "cot": 38280, + "fem": 38281, + "uates": 38282, + "Ġsip": 38283, + "ombs": 38284, + "ĠTurb": 38285, + "ĠBacterial": 38286, + "Ġardu": 38287, + "Ġhanding": 38288, + "Ġliturgy": 38289, + "iku": 38290, + "ĠZimmer": 38291, + "persed": 38292, + "ĠSteam": 38293, + "Edward": 38294, + "Ġtransmitters": 38295, + "Ġunderserved": 38296, + "Ġenthusiast": 38297, + "aided": 38298, + "dies": 38299, + "chaft": 38300, + "ĠIli": 38301, + "Ġvows": 38302, + "ĠDuch": 38303, + "Ġwashes": 38304, + "perform": 38305, + "awatt": 38306, + "Ġparishes": 38307, + "dicts": 38308, + "ĠFluid": 38309, + "ĠMosque": 38310, + "Ġpertussis": 38311, + "Nav": 38312, + "gt": 38313, + "inen": 38314, + "ogel": 38315, + "Allow": 38316, + "ĠTransit": 38317, + "Ġfaithfully": 38318, + "Ġthickening": 38319, + "Ġnitrates": 38320, + "ĠGoldman": 38321, + "Ġtensile": 38322, + "anasia": 38323, + "Providing": 38324, + "Ġperilous": 38325, + "Ġexoplanets": 38326, + "CAP": 38327, + "ĠDai": 38328, + "ĠFP": 38329, + "Ġ\"'": 38330, + "ĠResult": 38331, + "Ġradians": 38332, + "Ġsettles": 38333, + "377": 38334, + "ĠRadical": 38335, + ".'\"": 38336, + "ов": 38337, + "Lay": 38338, + "alam": 38339, + "changes": 38340, + "Ġannum": 38341, + "Ġvind": 38342, + "ĠRex": 38343, + "ĠNAD": 38344, + "Ġrepositories": 38345, + "Ġequine": 38346, + "Ġcourthouse": 38347, + "ĠValidation": 38348, + "classes": 38349, + "cherry": 38350, + "Ġlengthen": 38351, + "ĠHastings": 38352, + "incerity": 38353, + "433": 38354, + "hurst": 38355, + "Ġsubc": 38356, + "ĠSheep": 38357, + "attributes": 38358, + "Ġceases": 38359, + "transfer": 38360, + "Ġprecedes": 38361, + "à¥Ģ": 38362, + "ĠNAACP": 38363, + "Brazil": 38364, + "\"\\": 38365, + ">`": 38366, + "Cook": 38367, + "ĠCBC": 38368, + "Ġdisinfection": 38369, + "rabble": 38370, + "Ġtaboo": 38371, + "ĠStonehenge": 38372, + "walking": 38373, + "Ġsuccinct": 38374, + "Ġeradicated": 38375, + "arbonate": 38376, + "Ġsalvage": 38377, + "Ġunanimously": 38378, + "?\".": 38379, + "Rout": 38380, + "Sit": 38381, + "sense": 38382, + "invol": 38383, + "Ġdosing": 38384, + "ĠGynec": 38385, + "Ġirides": 38386, + "agonists": 38387, + "ĠBench": 38388, + "Ġesophageal": 38389, + "Describe": 38390, + "resso": 38391, + "ĠUlysses": 38392, + "ĠChip": 38393, + "Ġamel": 38394, + "racts": 38395, + "Ġacuity": 38396, + "Ġdepress": 38397, + "508": 38398, + "ISBN": 38399, + "Ġmasterpieces": 38400, + "ĠSamples": 38401, + "Ġfertilize": 38402, + "ĠChey": 38403, + "ĠSilva": 38404, + "Managing": 38405, + "ĠCritics": 38406, + "ĠIntelligent": 38407, + "ĠInsects": 38408, + "Ġadherents": 38409, + "atu": 38410, + "ĠPerc": 38411, + "ĠHumb": 38412, + "ĠDIS": 38413, + "Ġplumes": 38414, + "ĠYuan": 38415, + "Ġcrave": 38416, + "Ġsects": 38417, + "Arr": 38418, + "Ġobligatory": 38419, + "cutta": 38420, + "Ġburs": 38421, + "ĠGaut": 38422, + "ĠUmb": 38423, + "Ġtimeout": 38424, + "Ġmaterialism": 38425, + "Ġdivinity": 38426, + "encoded": 38427, + "Ġdebating": 38428, + "ĠSaras": 38429, + "music": 38430, + "Ġmultiplier": 38431, + "Ġcabinets": 38432, + "Ġdelimiter": 38433, + "ĠBibliography": 38434, + "Ġchromatography": 38435, + "ĠPharisees": 38436, + "Ġbinder": 38437, + "aram": 38438, + "ĠHL": 38439, + "ĠEk": 38440, + "ciliation": 38441, + "Ġgrasshop": 38442, + "Ġidiom": 38443, + "Ġhonorable": 38444, + "ĠCollective": 38445, + "ĠIntroducing": 38446, + "Africa": 38447, + "Drug": 38448, + "Easy": 38449, + "veget": 38450, + "ĠTil": 38451, + "heritance": 38452, + "ĠMush": 38453, + ").|": 38454, + "Ġmeditate": 38455, + "Ġlongstanding": 38456, + "icester": 38457, + "Ġminer": 38458, + "ĠAdrian": 38459, + "Ġlinkages": 38460, + "Ġembassy": 38461, + "Ġhomicide": 38462, + "ĠFlask": 38463, + "372": 38464, + "ĠUVB": 38465, + "Ġanthropologists": 38466, + "Ġrustling": 38467, + "aguar": 38468, + "ĠBavaria": 38469, + "Ġaneurysm": 38470, + "Growth": 38471, + "Ġeaves": 38472, + "Ġgoggles": 38473, + "Ġabbey": 38474, + "ĠViol": 38475, + "Ġinvitations": 38476, + "Ġpolishing": 38477, + "Ġconfluence": 38478, + "ĠAmmon": 38479, + "ĠPresidency": 38480, + "Ġventil": 38481, + "micron": 38482, + "ĠAzure": 38483, + "ĠHalifax": 38484, + "Ġunraveling": 38485, + "Limited": 38486, + "bars": 38487, + "von": 38488, + "Ġhug": 38489, + "olus": 38490, + "Ġshuff": 38491, + "ĠKang": 38492, + "Ġnumeral": 38493, + "merc": 38494, + "Ġrefuel": 38495, + "Ġrightful": 38496, + "sufficiency": 38497, + "ĠHumanity": 38498, + "Ġreformers": 38499, + "Ġtranscends": 38500, + "Georg": 38501, + "Ġcyclones": 38502, + "Semitism": 38503, + "Ġparchment": 38504, + "880": 38505, + "Gram": 38506, + "Greg": 38507, + "Ġlender": 38508, + "Ġcomics": 38509, + "ĠOj": 38510, + "Ġoverrun": 38511, + "atham": 38512, + "Ġfourteenth": 38513, + "Ġradioactivity": 38514, + "Ġcartridge": 38515, + "Ġmildly": 38516, + "Ġkilowatt": 38517, + "NEW": 38518, + "Running": 38519, + "Ġtighter": 38520, + "unta": 38521, + "Whilst": 38522, + "ĠApoll": 38523, + "ineries": 38524, + "Ġmilitar": 38525, + "FAO": 38526, + "Ġoctopus": 38527, + "Ġsucculent": 38528, + "ĠRutgers": 38529, + "Ġmortgages": 38530, + "Creat": 38531, + "Site": 38532, + "onential": 38533, + "Ġpears": 38534, + "oment": 38535, + "ĠCatch": 38536, + "eret": 38537, + "Ġplough": 38538, + "Ġglam": 38539, + "overning": 38540, + "Ġilliterate": 38541, + "Ġmagnitudes": 38542, + "Ġsonar": 38543, + "ĠCatalog": 38544, + "Ġstratified": 38545, + "Ġboron": 38546, + "ĠParaguay": 38547, + "IRO": 38548, + "Jon": 38549, + "Ops": 38550, + "uj": 38551, + "âĻ": 38552, + "Ġnos": 38553, + "ĠSensor": 38554, + "opecia": 38555, + "ĠFertil": 38556, + "Ġunilateral": 38557, + "archive": 38558, + "Ġplanter": 38559, + "extreme": 38560, + "Ġunsub": 38561, + "ĠAquinas": 38562, + "brother": 38563, + "MAP": 38564, + "Ġdared": 38565, + "ĠIroqu": 38566, + "ĠHels": 38567, + "Ġspindle": 38568, + "ĠKahn": 38569, + "Ġministries": 38570, + "à¤Ĥ": 38571, + "ĠImportantly": 38572, + "Ġcarcinogens": 38573, + "Ġidolat": 38574, + "Ġdazzling": 38575, + "oeb": 38576, + "ĠABS": 38577, + "ĠBatt": 38578, + "Ġleaps": 38579, + "Ġscall": 38580, + "Ġ'/": 38581, + "Ġantihist": 38582, + "Ġbeneficiary": 38583, + "Ġspawned": 38584, + "Snow": 38585, + "ĠAAA": 38586, + "Ġclaw": 38587, + "Ġelectrochemical": 38588, + "Ġprimers": 38589, + "Ġquantification": 38590, + "Ġrabbis": 38591, + "Secret": 38592, + "Ġstumbling": 38593, + "Ġglutamate": 38594, + "judgmental": 38595, + "]).": 38596, + "Ġomission": 38597, + "Ġwreath": 38598, + "Ġstom": 38599, + "herty": 38600, + "antage": 38601, + "ĠNLP": 38602, + "avas": 38603, + "Ġreputed": 38604, + "Ġattest": 38605, + "cliffe": 38606, + "Ġprogrammable": 38607, + "Ġdonkey": 38608, + "Nowadays": 38609, + "ĠJudas": 38610, + "ĠVictory": 38611, + "Ġforgiven": 38612, + "idelberg": 38613, + "ĠLaurent": 38614, + "Architect": 38615, + "labels": 38616, + "ĠPasadena": 38617, + "occurrence": 38618, + "ĠEnhanced": 38619, + "Ġcluttered": 38620, + "Ġstronghold": 38621, + "ipeg": 38622, + "Ġapparel": 38623, + "Ġhandout": 38624, + "ĠConsequences": 38625, + "359": 38626, + "Ġtruthful": 38627, + "ĠAnalytical": 38628, + "ĠEDT": 38629, + "Ġmarches": 38630, + "Habitat": 38631, + "Solution": 38632, + "añ": 38633, + "Ġdomes": 38634, + "ĠWen": 38635, + "Ġroasting": 38636, + "Ġdiast": 38637, + "Ġlifetimes": 38638, + "Ġstripping": 38639, + "rowser": 38640, + "ĠSteiner": 38641, + "Ġtightness": 38642, + "carb": 38643, + "Ġsteadfast": 38644, + "Ġtackled": 38645, + "ĠFighting": 38646, + "ĠReservoir": 38647, + "Ġambulance": 38648, + "Ġconscientious": 38649, + "CB": 38650, + "Ġbots": 38651, + "arty": 38652, + "Ġclams": 38653, + "Ġmultivariate": 38654, + "rograph": 38655, + "Lean": 38656, + "Ġaddicts": 38657, + "Ġintersecting": 38658, + "fourth": 38659, + "Ġmelanin": 38660, + "Ġlexical": 38661, + "ĠConsciousness": 38662, + "Ġcanyons": 38663, + "sup": 38664, + "yc": 38665, + "asian": 38666, + "threshold": 38667, + "ĠThing": 38668, + "redients": 38669, + "Ġobjected": 38670, + "ĠManip": 38671, + "ĠEditing": 38672, + "Ġdiameters": 38673, + "Ġcalmly": 38674, + "Ġoxidized": 38675, + "fathers": 38676, + "beta": 38677, + "FCs": 38678, + "cephalus": 38679, + "ĠKelvin": 38680, + "Ġshipwreck": 38681, + ")}\")": 38682, + "gathere": 38683, + "ĠPes": 38684, + "ĠPis": 38685, + "ĠHER": 38686, + "ĠStatic": 38687, + "ĠStanton": 38688, + "503": 38689, + "Ġlegion": 38690, + "synt": 38691, + "Ġpayroll": 38692, + "whose": 38693, + "358": 38694, + "plantation": 38695, + "Ġborrower": 38696, + "ĠWWI": 38697, + "ĠCommandments": 38698, + "ĠFatigue": 38699, + "Evaluate": 38700, + "Ġsanctioned": 38701, + "ĠActions": 38702, + "ulner": 38703, + "ĠSHA": 38704, + "onson": 38705, + "Ġeleventh": 38706, + "Ġinteracted": 38707, + "408": 38708, + "ĠManuscript": 38709, + "Ġfatality": 38710, + "ĠCOUNT": 38711, + "Ġunsaturated": 38712, + "commons": 38713, + "ĠEmployers": 38714, + "Ġcollapsing": 38715, + "potential": 38716, + "ĠPreventing": 38717, + "Linked": 38718, + "}\");": 38719, + "Ġfum": 38720, + "Ġhog": 38721, + "Ġlactic": 38722, + "ĠSidney": 38723, + "Ġnexus": 38724, + "ĠEB": 38725, + "ĠFifty": 38726, + "ĠOng": 38727, + "ĠProto": 38728, + "ischen": 38729, + "Ġsoundness": 38730, + "Ġ-->": 38731, + "ANK": 38732, + "Ġperceives": 38733, + "ĠTurning": 38734, + "Ġterrific": 38735, + "Ġprosthetic": 38736, + "Ġconfiscated": 38737, + "021": 38738, + "Ign": 38739, + "Loss": 38740, + "lb": 38741, + "trip": 38742, + "Ġhikes": 38743, + "ovina": 38744, + "cloth": 38745, + "ĠResilience": 38746, + "Ġexcretion": 38747, + "Ġoccupancy": 38748, + "Ġnervousness": 38749, + "Ġbreeder": 38750, + "ĠFleming": 38751, + "Ġmuzzle": 38752, + "840": 38753, + "Oral": 38754, + "ĠBark": 38755, + "ĠDover": 38756, + "Ġleased": 38757, + "rugs": 38758, + "oflav": 38759, + "ĠSouthwestern": 38760, + "Ġgraphing": 38761, + "Ġdistributors": 38762, + "ĠMorph": 38763, + "specified": 38764, + "Ġsacrificial": 38765, + "discipline": 38766, + "planetary": 38767, + "Separ": 38768, + "Ġavalanche": 38769, + "]])": 38770, + "dwell": 38771, + "rece": 38772, + "arf": 38773, + "ĠLima": 38774, + "Ġposits": 38775, + "icken": 38776, + "Ġcheet": 38777, + "Ġvolley": 38778, + "aean": 38779, + "ĠCharge": 38780, + "Ġweakens": 38781, + "Ġclimbers": 38782, + "ETE": 38783, + "Ġheroine": 38784, + "Ġfarthest": 38785, + "ĠOrdin": 38786, + "Ġcramped": 38787, + "employees": 38788, + "Ġwhispering": 38789, + "ĠHistorians": 38790, + "495": 38791, + "oters": 38792, + "owe": 38793, + "ĠFors": 38794, + "rica": 38795, + "Alert": 38796, + "Ġwidget": 38797, + "Ġinitiates": 38798, + "Ġdefaults": 38799, + "uhn": 38800, + "ravings": 38801, + "ĠAdventure": 38802, + "Ġtrademarks": 38803, + "Ġreparations": 38804, + "prosy": 38805, + "Rate": 38806, + "omically": 38807, + "Ġ(#": 38808, + "osus": 38809, + "Ġnecks": 38810, + "Ġresins": 38811, + "Ġrouted": 38812, + "STOR": 38813, + "Ġpunctu": 38814, + "à¤ķ": 38815, + "Ġfamiliarize": 38816, + "ĠMartine": 38817, + "Ġelectrostatic": 38818, + "Ġbuffers": 38819, + "Ġbeekeeping": 38820, + "Ġunconsciously": 38821, + "Ġdissipate": 38822, + "Ġinfrastructures": 38823, + "590": 38824, + "NB": 38825, + "watching": 38826, + "ĠPike": 38827, + "ĠWare": 38828, + "Ġproto": 38829, + "Ġslime": 38830, + "ĠExposition": 38831, + "ĠBeer": 38832, + "ĠGoethe": 38833, + "Ġreactivity": 38834, + "Ġreformed": 38835, + "Ġinsistence": 38836, + "Ġsouvenirs": 38837, + "018": 38838, + "IAN": 38839, + "Ġinext": 38840, + "ĠDual": 38841, + "ĠUrs": 38842, + "Ġstructurally": 38843, + "Ġ*/": 38844, + "ĠSimulation": 38845, + "Ġparked": 38846, + "374": 38847, + "ĠVariance": 38848, + "Twenty": 38849, + "ĠHellenistic": 38850, + "429": 38851, + "Ġdives": 38852, + "etta": 38853, + "ĠTheme": 38854, + "ĠDud": 38855, + "Insp": 38856, + "Ġlandowner": 38857, + "Ġarmored": 38858, + "Indigenous": 38859, + "ĠSumatra": 38860, + "company": 38861, + "ĠPromote": 38862, + "ĠFocusing": 38863, + "ĠSeparate": 38864, + "dorff": 38865, + "Diagnosis": 38866, + "?**": 38867, + "Ġace": 38868, + "Ġhype": 38869, + "Ġbearded": 38870, + "andro": 38871, + "ĠNFL": 38872, + "Ġsloping": 38873, + "Ġopportunistic": 38874, + "Ġjournaling": 38875, + "Ġknitting": 38876, + "Ġmitigated": 38877, + "ĠFarms": 38878, + "ĠPupp": 38879, + "Ġfleshy": 38880, + "Numerous": 38881, + "Ġuninterrupted": 38882, + "tus": 38883, + "ĠBates": 38884, + "ĠHSV": 38885, + "ĠDraft": 38886, + "afi": 38887, + "events": 38888, + "Ġinfects": 38889, + "Ġpretending": 38890, + "666": 38891, + "Ġsubsidized": 38892, + "Ġindiscrimin": 38893, + "Ori": 38894, + "Writer": 38895, + "bags": 38896, + "argo": 38897, + "Ġrever": 38898, + "igated": 38899, + "esters": 38900, + "Ġquilt": 38901, + "teneg": 38902, + "Ġpolling": 38903, + "Ġtopographic": 38904, + "ĠAndean": 38905, + "appropri": 38906, + "Ġislanders": 38907, + "Ġglycer": 38908, + "Charlie": 38909, + "Ġapostle": 38910, + "Ġscrolls": 38911, + "Ġpatrols": 38912, + "Ġinaugural": 38913, + "ĠDemonstrate": 38914, + "Ġretrospect": 38915, + "Ġcarcasses": 38916, + "\"`": 38917, + "Broad": 38918, + "Cour": 38919, + "Had": 38920, + "animate": 38921, + "ĠDrama": 38922, + "ĠRover": 38923, + "Ġparrots": 38924, + "lius": 38925, + "ĠMinerals": 38926, + "Ġadopts": 38927, + "ĠMona": 38928, + "Ġblogger": 38929, + "Ġimmunodeficiency": 38930, + "ILD": 38931, + "ĠObserve": 38932, + "ĠMcCle": 38933, + "anthus": 38934, + "researc": 38935, + "Emp": 38936, + "finger": 38937, + "policy": 38938, + "Ġinks": 38939, + "Ġmug": 38940, + "ĠPac": 38941, + "Ġxy": 38942, + "extra": 38943, + "Ġpredefined": 38944, + "Ġ:)": 38945, + "Ġsynerg": 38946, + "ĠDubai": 38947, + "Ġcarnivorous": 38948, + "Ġindigestion": 38949, + "Ġimmunosupp": 38950, + "Ġig": 38951, + "erators": 38952, + "Ġboulders": 38953, + "ĠMID": 38954, + "ĠReaction": 38955, + "ĠBlackwell": 38956, + "APH": 38957, + "Ġstreak": 38958, + "Ġpenetrated": 38959, + "Ġaddictions": 38960, + "ĠRefugees": 38961, + "Determine": 38962, + "Ġhinges": 38963, + "Ġlethargy": 38964, + "crow": 38965, + "nae": 38966, + "Ġcleft": 38967, + "Ġiii": 38968, + "ĠPosted": 38969, + "Ġrigidity": 38970, + "ĠLogan": 38971, + "Marketing": 38972, + "ĠAthena": 38973, + "Ġenchant": 38974, + "ĠFilipinos": 38975, + "cult": 38976, + "Ġgeck": 38977, + "Ġstare": 38978, + "Ġdean": 38979, + "ĠLon": 38980, + "ledged": 38981, + "ĠWebsites": 38982, + "Ġ'',": 38983, + "Exodus": 38984, + "olyn": 38985, + "Ġcardiomy": 38986, + "Ġascended": 38987, + "Apply": 38988, + "Ġinspector": 38989, + "Ġtetanus": 38990, + "Ġhydroponic": 38991, + "Ġgreedy": 38992, + "ĠAztecs": 38993, + "Ġlandlords": 38994, + "Ġole": 38995, + "Ġpardon": 38996, + "intervals": 38997, + "Ġregularity": 38998, + "Ġburials": 38999, + "Ġmelodic": 39000, + "ĠEveryday": 39001, + "Ġmanagerial": 39002, + "ĠMahal": 39003, + "Ġorthopedic": 39004, + "Ġtraverses": 39005, + "permutations": 39006, + "Ġaeration": 39007, + "Ġcatech": 39008, + "alism": 39009, + "Ġweaves": 39010, + "Ġrefute": 39011, + "annabin": 39012, + "486": 39013, + "unningham": 39014, + "hydrox": 39015, + "worthiness": 39016, + "Across": 39017, + "ĠMothers": 39018, + "ĠKimber": 39019, + "oskeleton": 39020, + "lift": 39021, + "atius": 39022, + "ĠEnce": 39023, + "ĠDip": 39024, + "ĠREST": 39025, + "erno": 39026, + "ĠShall": 39027, + "ĠZach": 39028, + "ĠXP": 39029, + "Ġportfolios": 39030, + "ĠManagers": 39031, + "Ġundocumented": 39032, + "ĠPractition": 39033, + "ĠNetworking": 39034, + "Ġolives": 39035, + "ĠZhu": 39036, + "ĠConsulting": 39037, + "ĠRAID": 39038, + "Ġencephalitis": 39039, + "ĠMussolini": 39040, + "Ġfanc": 39041, + "etrics": 39042, + "ĠIG": 39043, + "ifi": 39044, + "ĠMae": 39045, + "ĠBism": 39046, + "ĠBret": 39047, + "Ġtransdu": 39048, + "Ġsolubility": 39049, + "Ġtesticular": 39050, + "Ġpostpartum": 39051, + "ĠPresence": 39052, + "455": 39053, + "ĠGreenpeace": 39054, + "Ġaligning": 39055, + "ĠVolta": 39056, + "Ġphosphory": 39057, + "Ġborrowers": 39058, + "ĠNeanderthals": 39059, + "Ġunheard": 39060, + ".--": 39061, + "winter": 39062, + "з": 39063, + "ĠBST": 39064, + "osced": 39065, + "Ġclump": 39066, + "Ġautosomal": 39067, + "ĠCourtesy": 39068, + "Ġcategorization": 39069, + "Ġendeavour": 39070, + "Ġnecklace": 39071, + "413": 39072, + "IoT": 39073, + "Ġping": 39074, + "Ġeater": 39075, + "Ġwhim": 39076, + "ĠMPs": 39077, + "Ġrisking": 39078, + "ĠCOL": 39079, + "Ġsymbolizing": 39080, + "369": 39081, + "Screen": 39082, + "Ġdroppings": 39083, + "ĠSenators": 39084, + "ĠLanding": 39085, + "Autom": 39086, + "GRO": 39087, + "ĠFletcher": 39088, + "ĠKod": 39089, + "ĠYosh": 39090, + "Ġelective": 39091, + "Ġelbows": 39092, + "ĠDoor": 39093, + "ĠOpening": 39094, + "Factors": 39095, + "Ġdeductions": 39096, + "Ġfollicle": 39097, + "ĠTrading": 39098, + "ĠBibcode": 39099, + "joice": 39100, + "ĠAires": 39101, + "Ġorg": 39102, + "Ġcanola": 39103, + "ĠBri": 39104, + "Ġspeck": 39105, + "Ġhernia": 39106, + "Ġinstill": 39107, + "Ġwidest": 39108, + "ĠSecretariat": 39109, + "Ġportraying": 39110, + "Ġretrieving": 39111, + "ĠJaneiro": 39112, + "Ġevaporate": 39113, + "670": 39114, + "mouse": 39115, + "Ġcreeks": 39116, + "Ġbx": 39117, + "ermint": 39118, + "ĠHey": 39119, + "ĠWei": 39120, + "Ġkeepers": 39121, + "Ġ/>": 39122, + "Ġbattalions": 39123, + "ĠIndianapolis": 39124, + "ĠSchw": 39125, + "remember": 39126, + "Ġgrabbed": 39127, + "ĠGregorian": 39128, + "Ġmemoization": 39129, + "Ġarduous": 39130, + "'-": 39131, + "Ġtors": 39132, + "atine": 39133, + "ĠFi": 39134, + "Ġovergrown": 39135, + "Ġpostures": 39136, + "Ġgrill": 39137, + "ĠAgnes": 39138, + "Ġforceful": 39139, + "Ġappropriated": 39140, + "collection": 39141, + "ĠHawking": 39142, + "anoi": 39143, + "Ġpuzzled": 39144, + "ĠCollaborate": 39145, + "ĠIgG": 39146, + "ĠCzechoslovakia": 39147, + "lane": 39148, + "Ġdia": 39149, + "ĠTsu": 39150, + "ulmonary": 39151, + "ĠCable": 39152, + "ĠKlan": 39153, + "alsa": 39154, + "Ġinteriors": 39155, + "Ġ`{": 39156, + "Ġindividualism": 39157, + "Ġplaywright": 39158, + "ammy": 39159, + "Ġsnowfl": 39160, + "referential": 39161, + "ĠEthn": 39162, + "uvial": 39163, + "Ġsummation": 39164, + "Variable": 39165, + "Ġlandlord": 39166, + "Ġthrombosis": 39167, + "567": 39168, + ";\"": 39169, + "oling": 39170, + "iseases": 39171, + "Ġobe": 39172, + "ĠReservation": 39173, + "Ġbatter": 39174, + "Ġcommunicative": 39175, + "Ġcoastlines": 39176, + "367": 39177, + "Letter": 39178, + "ĠRosetta": 39179, + "Hur": 39180, + "ateness": 39181, + "Ġpowering": 39182, + "Stokes": 39183, + "ĠGupta": 39184, + "Ġsamurai": 39185, + "Ġsonic": 39186, + "Ġgrassy": 39187, + "ĠNeph": 39188, + "isalnum": 39189, + "Ġinconvenience": 39190, + "025": 39191, + "Lew": 39192, + "zhou": 39193, + "ĠIo": 39194, + "usr": 39195, + "agogues": 39196, + "Ġscam": 39197, + "oby": 39198, + "behav": 39199, + "ophilus": 39200, + "define": 39201, + "Conduct": 39202, + "ár": 39203, + "ĠEstonia": 39204, + "Ġoutlawed": 39205, + "Ġmasked": 39206, + "airobi": 39207, + "Ġplunge": 39208, + "Ġhawks": 39209, + "Ġmosa": 39210, + "Ġnoodles": 39211, + "ĠAren": 39212, + "Ġki": 39213, + "amming": 39214, + "ĠAppeals": 39215, + "amentals": 39216, + "Ġballistic": 39217, + "matter": 39218, + "Companies": 39219, + "Industrial": 39220, + "ĠStrange": 39221, + "Ġpygame": 39222, + "ĠBurning": 39223, + "Ġnostalgic": 39224, + "economics": 39225, + "WN": 39226, + "Ġwaged": 39227, + "Ġditches": 39228, + "Ġnud": 39229, + "Ġleaked": 39230, + "Ġidentifiers": 39231, + "scription": 39232, + "Ġsayings": 39233, + "Ġsteamed": 39234, + "irac": 39235, + "Ġqualifying": 39236, + "ĠAquatic": 39237, + "Ġmesmerizing": 39238, + "AK": 39239, + "Die": 39240, + "uti": 39241, + "versions": 39242, + "ĠVista": 39243, + "Ġoffsets": 39244, + "tones": 39245, + "Ġvirulence": 39246, + "ĠUSC": 39247, + "ĠEmpty": 39248, + "Ġbarber": 39249, + "ĠWorker": 39250, + "ĠBreeding": 39251, + "Quest": 39252, + "testing": 39253, + "ĠMAX": 39254, + "Ġmetaphorical": 39255, + "smallest": 39256, + "Ġtyrann": 39257, + "ĠKeynes": 39258, + "ĠCarpenter": 39259, + "Kim": 39260, + "aty": 39261, + "ayn": 39262, + "ĠCoy": 39263, + "Ġbygone": 39264, + "ĠWrong": 39265, + "ĠEzekiel": 39266, + "Ġbloc": 39267, + "minor": 39268, + "ĠAfterwards": 39269, + "ISO": 39270, + "ĠPreparing": 39271, + "Ġbudding": 39272, + "Ġliberals": 39273, + "laden": 39274, + "Ġcoexistence": 39275, + "sector": 39276, + "raf": 39277, + "ĠSister": 39278, + "Ġextermination": 39279, + "ĠDW": 39280, + "Ġspurs": 39281, + "perate": 39282, + "ovan": 39283, + "Ġzen": 39284, + "Ġsingly": 39285, + "ĠEmotions": 39286, + "Ġnucleotides": 39287, + "ARCHAR": 39288, + "ĠMaharashtra": 39289, + "Creative": 39290, + "Lincoln": 39291, + "Ġsizable": 39292, + "Ġdod": 39293, + "Ġdiocese": 39294, + "Ġpositional": 39295, + "ĠNotably": 39296, + "ĠMercy": 39297, + "Ġextremity": 39298, + "ĠFileNotFoundError": 39299, + "Ġcramping": 39300, + "Ġsponges": 39301, + "uces": 39302, + "ĠMIN": 39303, + "uniform": 39304, + "ĠLifestyle": 39305, + "ertion": 39306, + "ĠAnalog": 39307, + "Ġissu": 39308, + "Ġexcursions": 39309, + "ASC": 39310, + "Ġhomology": 39311, + "Ġmisconduct": 39312, + "Ġcooperatives": 39313, + "Ġstylistic": 39314, + "Ġscratches": 39315, + "Rome": 39316, + "Ġaorta": 39317, + "Ġsard": 39318, + "Ġwards": 39319, + "Ġgasses": 39320, + "ĠIch": 39321, + "ĠFixed": 39322, + "ĠREF": 39323, + "Ġallure": 39324, + "Ġrequisite": 39325, + "ĠEmil": 39326, + "orithms": 39327, + "ĠSmooth": 39328, + "349": 39329, + "ĠSlovakia": 39330, + "Ġjewellery": 39331, + "Ġsedimentation": 39332, + "Ak": 39333, + "jac": 39334, + "Ġhi": 39335, + "ĠCull": 39336, + "ĠRim": 39337, + "ĠLIN": 39338, + "ffield": 39339, + "Ġtrich": 39340, + "onsai": 39341, + "Ġsuppl": 39342, + "Ġrefraction": 39343, + "Ġdrifted": 39344, + "ĠCompost": 39345, + "oea": 39346, + "patibility": 39347, + "ĠTemplate": 39348, + "ĠPassword": 39349, + "ĠAccountability": 39350, + "Ġrudimentary": 39351, + "ĠWinchester": 39352, + "Holy": 39353, + "ĠLymph": 39354, + "ĠInequality": 39355, + "Ġretic": 39356, + "Ġinterdependent": 39357, + "Ġbenches": 39358, + "ĠMedina": 39359, + "charging": 39360, + "Ġpooled": 39361, + "ĠThoughts": 39362, + "Ġcontrived": 39363, + "022": 39364, + "Rank": 39365, + "vat": 39366, + "vii": 39367, + "ĠBrom": 39368, + "ĠHog": 39369, + "ĠFlanders": 39370, + "Ġabode": 39371, + "ĠResurrection": 39372, + "Ġfleets": 39373, + "ĠMandarin": 39374, + "Ġmajesty": 39375, + "ĠRudolf": 39376, + "Ġhawk": 39377, + "ĠVoices": 39378, + "ĠNathaniel": 39379, + "ĠEscherichia": 39380, + "LV": 39381, + "Ġchilling": 39382, + "ĠFilt": 39383, + "ĠRi": 39384, + "Ġraped": 39385, + "ounge": 39386, + "ĠShim": 39387, + "Ġdogma": 39388, + "Ġsanity": 39389, + "ĠCompute": 39390, + "Ġtubers": 39391, + "ĠDenis": 39392, + "Capital": 39393, + "ĠUbuntu": 39394, + "rn": 39395, + "ĠIz": 39396, + "ersh": 39397, + "Ġdisband": 39398, + "Ġcommend": 39399, + "ĠKiss": 39400, + "obos": 39401, + "hence": 39402, + "Ġwidows": 39403, + "oeuv": 39404, + "Ġphenotypes": 39405, + "Ġinterviewer": 39406, + "ĠHomeland": 39407, + "othschild": 39408, + "ĠNeighborhood": 39409, + "oscedasticity": 39410, + "423": 39411, + "Ske": 39412, + "ĠCube": 39413, + "ĠMud": 39414, + "Ġchili": 39415, + "ĠRaleigh": 39416, + "Ġstandalone": 39417, + "Ġcondom": 39418, + "Ġfurthermore": 39419, + "Ġrhino": 39420, + "Ġbotany": 39421, + "Ġfarewell": 39422, + "Ġdystrophy": 39423, + "rifice": 39424, + "|âĢ¢": 39425, + "hera": 39426, + "Ġhuts": 39427, + "Ġegalitarian": 39428, + "Ġindebted": 39429, + "ĠKell": 39430, + "ioid": 39431, + "ĠDementia": 39432, + "Ġ*=": 39433, + "Ġsunken": 39434, + "ĠWarwick": 39435, + "Ġspaceship": 39436, + "aunted": 39437, + "Ġcrucifixion": 39438, + "Ġavocados": 39439, + "Madison": 39440, + "419": 39441, + "Pool": 39442, + "nail": 39443, + "Ġpiracy": 39444, + "Ġnomenclature": 39445, + "Ġston": 39446, + "ogroup": 39447, + "ĠAlto": 39448, + "ĠSpinal": 39449, + "consider": 39450, + "ĠLego": 39451, + "ĠMerriam": 39452, + "Ġaccreditation": 39453, + "Freedom": 39454, + "dumps": 39455, + "ĠTier": 39456, + "Ġyolk": 39457, + "ĠEh": 39458, + "Ġattested": 39459, + "502": 39460, + "ĠElimination": 39461, + "ĠPhysician": 39462, + "Ġstocking": 39463, + "Ġsedation": 39464, + "Ġupland": 39465, + "ĠColeman": 39466, + "Ġsermons": 39467, + "Ġpessimistic": 39468, + "Ġmeteors": 39469, + "LINE": 39470, + "Ġcrib": 39471, + "Ġnave": 39472, + "elman": 39473, + "oreau": 39474, + "Ġriddle": 39475, + "ĠNgu": 39476, + "ako": 39477, + "annual": 39478, + "ĠBean": 39479, + "Ġapplaud": 39480, + "brahim": 39481, + "Ġpetitions": 39482, + "á¹ĥ": 39483, + "Ġwhitening": 39484, + "Ġdisappointing": 39485, + "ĠBrotherhood": 39486, + "ĠResponsible": 39487, + "Ġlocomotives": 39488, + "Ġthighs": 39489, + "Rod": 39490, + "cou": 39491, + "evelop": 39492, + "gather": 39493, + "onous": 39494, + "atist": 39495, + "Ġpaws": 39496, + "levard": 39497, + "kerel": 39498, + "emaker": 39499, + "Ġleprosy": 39500, + "Ġinflection": 39501, + "Ġinflict": 39502, + "Ġleftovers": 39503, + "autiful": 39504, + "ĠSouthampton": 39505, + "ĠÂ¥": 39506, + "ĠBoat": 39507, + "Ġundiagnosed": 39508, + "ĠBradford": 39509, + "Factory": 39510, + "employed": 39511, + "Ġrenovated": 39512, + "Ġparalyzed": 39513, + "cape": 39514, + "xon": 39515, + "ĠTucker": 39516, + "choline": 39517, + "ĠPhon": 39518, + "ĠQué": 39519, + "rested": 39520, + "Ġcherish": 39521, + "ĠBudapest": 39522, + "ĠInstructions": 39523, + "enumerate": 39524, + "ĠLeibniz": 39525, + "Ġinextric": 39526, + "Äĥ": 39527, + "ceph": 39528, + "ĠSG": 39529, + "quite": 39530, + "Ġdisarm": 39531, + "liction": 39532, + "Ġtypew": 39533, + "coated": 39534, + "AME": 39535, + "ĠUNIX": 39536, + "OSE": 39537, + "Ġelevators": 39538, + "ĠEconomist": 39539, + "uhan": 39540, + "Ġdisagreed": 39541, + "Ġnurtured": 39542, + "ĠCandida": 39543, + "ĠBruno": 39544, + "Ġlapar": 39545, + "literally": 39546, + "ĠJOIN": 39547, + "Ġinfarction": 39548, + "'].": 39549, + "Ġgynec": 39550, + "osac": 39551, + "ĠDaisy": 39552, + "ĠStaphylococcus": 39553, + "await": 39554, + "Ġdepot": 39555, + "Ġlooph": 39556, + "Ġprimal": 39557, + "Ġdestruct": 39558, + "ĠCoefficient": 39559, + "altitude": 39560, + "Ġdestroyers": 39561, + "Ġdeparting": 39562, + "Ġboyfriend": 39563, + "ĠReasoning": 39564, + "behavioral": 39565, + "Cele": 39566, + "Ġreared": 39567, + "ĠFirm": 39568, + "ĠFishing": 39569, + "Ġencyclop": 39570, + "ceptives": 39571, + "Ġlistens": 39572, + "intercept": 39573, + "Ġcaptions": 39574, + "attacks": 39575, + "ĠBraille": 39576, + "Ġliquef": 39577, + "ĠSubsequent": 39578, + "Exploring": 39579, + "Ġworkflows": 39580, + "Ġquirky": 39581, + "filtered": 39582, + "Ġlabourers": 39583, + "fo": 39584, + "ilant": 39585, + "opies": 39586, + "Ġsuicides": 39587, + "Ġacclim": 39588, + "ĠConquest": 39589, + "ĠPlut": 39590, + "ĠColored": 39591, + "Ġjoys": 39592, + "Spir": 39593, + "enthic": 39594, + "Ġflashlight": 39595, + "Ġcasualty": 39596, + "ĠKaplan": 39597, + "Ġpsychedel": 39598, + "ĠVedas": 39599, + "Coffee": 39600, + "(&": 39601, + "Rot": 39602, + "bys": 39603, + "athing": 39604, + "yming": 39605, + "Ġcapitalists": 39606, + "ĠGrants": 39607, + "basic": 39608, + "ĠLemon": 39609, + "nest": 39610, + "¹": 39611, + "ÅĦ": 39612, + "Ġsue": 39613, + "ĠLighthouse": 39614, + "Ġapprehension": 39615, + "ĠKamp": 39616, + "Ġinterquartile": 39617, + "ĠBraun": 39618, + "Ġsituational": 39619, + "Ġsolidify": 39620, + "tionary": 39621, + "ĠDetailed": 39622, + "Ġabstracts": 39623, + "integers": 39624, + "Ġlyrical": 39625, + "Ġbonuses": 39626, + "pointer": 39627, + "ĠSynthetic": 39628, + "Ġgenealogical": 39629, + "Ġmetastatic": 39630, + "conditions": 39631, + "Brand": 39632, + "cu": 39633, + "ĠBelf": 39634, + "ĠKeller": 39635, + "Ġpolyunsaturated": 39636, + "rehensible": 39637, + "icksburg": 39638, + "Ġsweetener": 39639, + "Ġturkeys": 39640, + "Ġcondenser": 39641, + "wara": 39642, + "ĠMate": 39643, + "ĠMoll": 39644, + "Ġ`_": 39645, + "ĠExisting": 39646, + "ĠUseful": 39647, + "Ġwiden": 39648, + "Ġunsigned": 39649, + "Team": 39650, + "Ġparasit": 39651, + "bourg": 39652, + "Ġmucosal": 39653, + "Ġesoteric": 39654, + "parameters": 39655, + "Ġtweaks": 39656, + "Ġshouted": 39657, + "oclonal": 39658, + "\"}": 39659, + ")âĢĿ": 39660, + "Position": 39661, + "tel": 39662, + "Ø©": 39663, + "enol": 39664, + "Ġbrow": 39665, + "ĠPablo": 39666, + "ĠDere": 39667, + "Ġdisson": 39668, + "ologna": 39669, + "ĠMeiji": 39670, + "348": 39671, + "ĠCleopatra": 39672, + "logger": 39673, + "Manufact": 39674, + "Ġmicrobiology": 39675, + "ĠNegroes": 39676, + "Ġlodges": 39677, + "Delete": 39678, + "fun": 39679, + "ÎŃ": 39680, + "isture": 39681, + "ĠDD": 39682, + "Ġincarnation": 39683, + "ĠArsen": 39684, + "Ġoppos": 39685, + "ĠSyracuse": 39686, + "Ġvibrating": 39687, + "ĠAdvice": 39688, + "forestry": 39689, + "ĠPhilippe": 39690, + "ĠAccommod": 39691, + "Ġstinging": 39692, + "Ġdialogues": 39693, + "ĠOkinawa": 39694, + "ĠAlaskan": 39695, + "Prepare": 39696, + "aquin": 39697, + "ĠfMRI": 39698, + "Ġreinter": 39699, + "cere": 39700, + "ĠDolph": 39701, + "Ġclade": 39702, + "Ġflaming": 39703, + "Ġpathologist": 39704, + "Ġconstitutions": 39705, + "feature": 39706, + "ĠPotassium": 39707, + "OVE": 39708, + "ĠÅļ": 39709, + "Ġdevotees": 39710, + "Ġosmosis": 39711, + "igions": 39712, + "ĠPsy": 39713, + "Ġadverbs": 39714, + "ĠAdvantages": 39715, + "ĠSeine": 39716, + "cellent": 39717, + "Ġcapitalization": 39718, + "ukes": 39719, + "Ġsmoker": 39720, + "Ġdwarfs": 39721, + "Ġdichot": 39722, + "zymatic": 39723, + "hands": 39724, + "kids": 39725, + "urgery": 39726, + "ĠIon": 39727, + "ĠBarr": 39728, + "ĠFlem": 39729, + "Ġformulating": 39730, + "ĠProverbs": 39731, + "Ġspaceflight": 39732, + "Ġpasteur": 39733, + "Ġâĸ": 39734, + "ĠElian": 39735, + "charide": 39736, + "Ġsacra": 39737, + "rophysical": 39738, + "Ġsnowy": 39739, + "ĠEmpress": 39740, + "Ġadministrations": 39741, + "ĠCurve": 39742, + "Ġalphanumeric": 39743, + "ĠWetlands": 39744, + "slavery": 39745, + "Ġmah": 39746, + "ĠRag": 39747, + "rosse": 39748, + "Ġplaceholder": 39749, + "ĠCalcutta": 39750, + "ĠISIS": 39751, + "ĠCalculating": 39752, + "Ġcannibal": 39753, + "Ġquotas": 39754, + "ĠHoffman": 39755, + "Ġbidding": 39756, + "Ġgotta": 39757, + "Ġasparagus": 39758, + "essa": 39759, + "ĠLau": 39760, + "Ġensued": 39761, + "gedy": 39762, + "Ġwondrous": 39763, + "ĠAntony": 39764, + "Ġknit": 39765, + "443": 39766, + "carrying": 39767, + "Ġparadoxical": 39768, + "Ġpermeable": 39769, + "Ġmaneuvers": 39770, + "+-": 39771, + ":])": 39772, + "john": 39773, + "Ġomit": 39774, + "esophageal": 39775, + "Ġreiterate": 39776, + "Ġbegging": 39777, + "Ġhelix": 39778, + "hemiah": 39779, + "ĠRey": 39780, + "ĠMedication": 39781, + "Ġrabbi": 39782, + "Ġrustic": 39783, + "Ġmangroves": 39784, + "idon": 39785, + "ĠMord": 39786, + "ĠRB": 39787, + "ĠGEN": 39788, + "Ġcls": 39789, + "ensibly": 39790, + "Ġconcord": 39791, + "ĠPerth": 39792, + "Ġwasteful": 39793, + "Ġhabitation": 39794, + "368": 39795, + "AMS": 39796, + "391": 39797, + "Ġnonex": 39798, + "ĠNazareth": 39799, + "Ġdegenerate": 39800, + "ĠTribal": 39801, + "Ġgripping": 39802, + "Ġunleashed": 39803, + "Purpose": 39804, + "sticks": 39805, + "imia": 39806, + "ĠICD": 39807, + "ĠBU": 39808, + "ĠDres": 39809, + "ĠGF": 39810, + "Ġamnesia": 39811, + "485": 39812, + "Ġdiligent": 39813, + "ĠEurasia": 39814, + "Darwin": 39815, + "Ġprecautionary": 39816, + "Mot": 39817, + "zier": 39818, + "itius": 39819, + "Ġdw": 39820, + "cele": 39821, + "Ġalumni": 39822, + "ĠWong": 39823, + "univers": 39824, + "Ġjaundice": 39825, + "Ġdeserving": 39826, + "ĠAmar": 39827, + "ĠMinutes": 39828, + "ĠSmoke": 39829, + "Ġprovenance": 39830, + "ĠTexts": 39831, + "Ġliberalism": 39832, + "Ġassimilated": 39833, + "Ġcet": 39834, + "urred": 39835, + "ĠDollar": 39836, + "Ġcompel": 39837, + "selage": 39838, + "Ġcarve": 39839, + "Ġskirt": 39840, + "ĠSpan": 39841, + "amino": 39842, + "Ġsearchable": 39843, + "ĠConfidence": 39844, + "Ġpalae": 39845, + "Ġaccomplishing": 39846, + "Ġticking": 39847, + "Ġdismissal": 39848, + "ĠFerr": 39849, + "ĠFacilities": 39850, + "Ġµg": 39851, + "Normally": 39852, + "Ġbalcony": 39853, + "Nic": 39854, + "isational": 39855, + "Ġstale": 39856, + "Ġleuc": 39857, + "ĠBihar": 39858, + "Ġcampaigning": 39859, + "Ġimmersing": 39860, + "ĠAccessibility": 39861, + "Ġroman": 39862, + "component": 39863, + "combinations": 39864, + "Ġdiligently": 39865, + "Captain": 39866, + "Ġgrizzly": 39867, + "Ġtheta": 39868, + "Ġpaw": 39869, + "Ġplex": 39870, + "ĠCoding": 39871, + "Ġripples": 39872, + "ĠFiji": 39873, + "ĠNamed": 39874, + "Ġrecl": 39875, + "Ġ`<": 39876, + "Ġendanger": 39877, + "Ġhistamine": 39878, + "Ġassociative": 39879, + "Ġfastened": 39880, + "aida": 39881, + "Ġreproducible": 39882, + "ĠBrock": 39883, + "utenberg": 39884, + "Ġenumeration": 39885, + "anthin": 39886, + "ĠFrontiers": 39887, + "heels": 39888, + "Ġrenaissance": 39889, + "Ġwaterway": 39890, + "Ġrespite": 39891, + "Ġrevolving": 39892, + "oleum": 39893, + "Ġmutants": 39894, + "Ġingesting": 39895, + "ediatr": 39896, + "ipheral": 39897, + "Ġincidental": 39898, + "ĠMPH": 39899, + "Ġadmitting": 39900, + "solar": 39901, + "ì": 39902, + "really": 39903, + "Ġfray": 39904, + "ĠBreed": 39905, + "ĠEfficient": 39906, + "ibo": 39907, + "Ġpeaches": 39908, + "ttp": 39909, + "Ġcapillaries": 39910, + "Ġurinate": 39911, + "Ġmultiplex": 39912, + "Ġpredictability": 39913, + "Andrew": 39914, + "Ġeffortlessly": 39915, + "structive": 39916, + "Ġinventories": 39917, + "ĠJosephus": 39918, + "Ġscarlet": 39919, + "ĠLimits": 39920, + "Ġdelegated": 39921, + "ĠSDGs": 39922, + "Ġcelsius": 39923, + "ĠTin": 39924, + "ĠPRIM": 39925, + "quoise": 39926, + "Ġintoler": 39927, + "phosphate": 39928, + "ĠChim": 39929, + "Ġherm": 39930, + "ienn": 39931, + "paragraph": 39932, + "ĠLeicester": 39933, + "ĠSchu": 39934, + "ĠAngels": 39935, + "Ġvelvet": 39936, + "Ġbarefoot": 39937, + "ĠObserver": 39938, + "elected": 39939, + "ĠBuckingham": 39940, + "Ġexponentiation": 39941, + "%-": 39942, + ",...": 39943, + "Ġnil": 39944, + "idase": 39945, + "ĠCivic": 39946, + "ĠDoyle": 39947, + "Ġoverused": 39948, + "ĠAda": 39949, + "ometrically": 39950, + "Ġwindy": 39951, + "601": 39952, + "ĠBoards": 39953, + "Ġwarships": 39954, + "ĠPackage": 39955, + "Ġstamped": 39956, + "Ġredeemed": 39957, + "ĠThyroid": 39958, + "Ġdeportation": 39959, + "Miller": 39960, + "Swed": 39961, + "ioc": 39962, + "Ġinaction": 39963, + "osited": 39964, + "prudence": 39965, + "ĠConventional": 39966, + "ĠAmos": 39967, + "Ġtreehouse": 39968, + "Ġcapitalized": 39969, + "Ġfigs": 39970, + "Peace": 39971, + "Ġgrapples": 39972, + "ĠLafayette": 39973, + "cars": 39974, + "credit": 39975, + "ĠMiy": 39976, + "acus": 39977, + "apur": 39978, + "ensors": 39979, + "Ġsubcontinent": 39980, + "Ġexploding": 39981, + "grained": 39982, + "Ġhinted": 39983, + "Ġsuspicions": 39984, + "Ġgrapefruit": 39985, + "820": 39986, + "Amb": 39987, + "ych": 39988, + "ĠÑģ": 39989, + "Ġdfs": 39990, + "Ġchased": 39991, + "therners": 39992, + "Ġimposition": 39993, + "ĠYiddish": 39994, + "Ġobedient": 39995, + "Ġdefender": 39996, + "Ġcaribou": 39997, + "ĠBeaver": 39998, + "Ġeverlasting": 39999, + "ophytes": 40000, + "ĠAutomatic": 40001, + "Ġoptimally": 40002, + "icoag": 40003, + "ĠAkbar": 40004, + "Ġmartyrs": 40005, + "ĠECG": 40006, + "Ġseabed": 40007, + "ĠMcClell": 40008, + "Din": 40009, + "dynamic": 40010, + "kary": 40011, + "atonic": 40012, + "ĠTours": 40013, + "ĠMosaic": 40014, + "ĠPiano": 40015, + "Ġshaman": 40016, + "Ġadhered": 40017, + "Ġko": 40018, + "Ġparades": 40019, + "ĠOrb": 40020, + "Ġstatesman": 40021, + "Vehicle": 40022, + "445": 40023, + "Budget": 40024, + "ombo": 40025, + "ĠAWS": 40026, + "ulc": 40027, + "theria": 40028, + "ĠJaw": 40029, + "cessive": 40030, + "linger": 40031, + "ĠCOM": 40032, + "Ġmillimeter": 40033, + "Ġhomologous": 40034, + "स": 40035, + "ĠHelm": 40036, + "Ġconceivable": 40037, + "Ġenactment": 40038, + "ĠToledo": 40039, + "Ġbluish": 40040, + "ĠTehran": 40041, + "Rab": 40042, + "Ġtungsten": 40043, + "ĠGri": 40044, + "answer": 40045, + "Ġresusc": 40046, + "Ġfeasts": 40047, + "ĠThatcher": 40048, + "Ġeclectic": 40049, + "Ġthriller": 40050, + "ĠIsraelis": 40051, + "ĠMacro": 40052, + "Ġnitrous": 40053, + "Ġmirroring": 40054, + "existence": 40055, + "Ġabsentee": 40056, + "Known": 40057, + "ĠCelebrate": 40058, + "Turk": 40059, + "Ġgorilla": 40060, + "pecific": 40061, + "/~": 40062, + "vt": 40063, + "ĠeBook": 40064, + "ĠCasp": 40065, + "ĠRutherford": 40066, + "ĠGOD": 40067, + "Ġunofficial": 40068, + "Ġwaterfront": 40069, + "Ġmassively": 40070, + "ĠPerkins": 40071, + "Ġethically": 40072, + "Ġcomplemented": 40073, + "ĠGDPR": 40074, + "Ġfurnishings": 40075, + "Eco": 40076, + "sofar": 40077, + "ĠYin": 40078, + "Ġinfall": 40079, + "ĠUnified": 40080, + "icky": 40081, + "beam": 40082, + "Ġhypoc": 40083, + "Ġundo": 40084, + "ĠSurgeon": 40085, + "patients": 40086, + "ĠDefault": 40087, + "Ġpellet": 40088, + "Ġstraws": 40089, + "ĠVisualization": 40090, + "ĠZoology": 40091, + "Fruit": 40092, + "LI": 40093, + "sat": 40094, + "Ġff": 40095, + "Ġsevered": 40096, + "ĠELL": 40097, + "ĠInclusion": 40098, + "Ġmodifier": 40099, + "undy": 40100, + ".\",": 40101, + "ĠIndoor": 40102, + "Ġforearm": 40103, + "Ġrelegated": 40104, + "ĠLeast": 40105, + "Ġnutshell": 40106, + "Ġdocumentaries": 40107, + "Ġbulge": 40108, + "Ġheroism": 40109, + "ĠTVs": 40110, + "ĠCelebr": 40111, + "ĠMinecraft": 40112, + "ĠVolcano": 40113, + "ĠPilgrims": 40114, + "Ġplasmid": 40115, + "ingen": 40116, + "ĠLys": 40117, + "Ġaccountant": 40118, + "Ġpolitic": 40119, + "Ġsequel": 40120, + "ĠRaising": 40121, + "Ġinfiltrate": 40122, + "Ġreorganization": 40123, + "Entry": 40124, + "DUCT": 40125, + "cine": 40126, + "ò": 40127, + "ĠJong": 40128, + "Ġphobias": 40129, + "Ġconcussions": 40130, + "Ġcaric": 40131, + "unding": 40132, + "ARA": 40133, + "Ġironically": 40134, + "ĠÃģ": 40135, + "ĠSTD": 40136, + "ĠPenal": 40137, + "ĠPremium": 40138, + "Ġhibernation": 40139, + "ĠPasteur": 40140, + "ĠSebastian": 40141, + "ĠTau": 40142, + "Ġrasp": 40143, + "ĠKak": 40144, + "Ġloaf": 40145, + "ophan": 40146, + "Ġmortals": 40147, + "Ġimprint": 40148, + "Ġoscillation": 40149, + "Ġnymphs": 40150, + "Ġembroidery": 40151, + "!,": 40152, + "vowels": 40153, + "zin": 40154, + "çĶ": 40155, + "ĠPour": 40156, + "ĠLopez": 40157, + "ĠYak": 40158, + "Ġinsensitive": 40159, + "Ġslit": 40160, + "arches": 40161, + "ĠAugusta": 40162, + "ĠBrill": 40163, + "Ġvesicles": 40164, + "OSH": 40165, + "ĠAttempt": 40166, + "Ġcarts": 40167, + "Ġleaky": 40168, + "ĠHonolulu": 40169, + "Ġsprinkler": 40170, + "Ġoverturned": 40171, + "730": 40172, + "inic": 40173, + "ayama": 40174, + "Ġangu": 40175, + "Ġkan": 40176, + "Ġpersonas": 40177, + "ĠQuery": 40178, + "Ġrebound": 40179, + "Ġturbo": 40180, + "ĠPete": 40181, + "antha": 40182, + "Ġadversaries": 40183, + "ĠFabric": 40184, + "ĠGitHub": 40185, + "Ġbourgeoisie": 40186, + "810": 40187, + "fro": 40188, + "vor": 40189, + "ÄŁ": 40190, + "isbury": 40191, + "Ġduel": 40192, + "Ġgills": 40193, + "Ġstrap": 40194, + "Ġenrol": 40195, + "ĠInvasive": 40196, + "Ġstraining": 40197, + "ĠEmpower": 40198, + "Orth": 40199, + "ĠSQLite": 40200, + "οÏĤ": 40201, + "ĠSikhs": 40202, + "ĠGradually": 40203, + "ĠBorneo": 40204, + "Ġtiers": 40205, + "Ġpas": 40206, + "ĠRG": 40207, + "weak": 40208, + "Ġpatterned": 40209, + "ĠAviv": 40210, + "Ġfurthe": 40211, + "Ġjackets": 40212, + "Electronic": 40213, + "Ġdiplomat": 40214, + "ĠBecker": 40215, + "465": 40216, + "515": 40217, + "740": 40218, + "Lu": 40219, + "bh": 40220, + "Ġwoke": 40221, + "ĠDir": 40222, + "ĠFloor": 40223, + "ilded": 40224, + "ĠWeapons": 40225, + "ĠAnonymous": 40226, + "Ġantider": 40227, + "generating": 40228, + "esco": 40229, + "ĠBrutus": 40230, + "Ġnoticeably": 40231, + "levels": 40232, + "ÃŃt": 40233, + "PDATE": 40234, + "erosene": 40235, + "Ġinconclusive": 40236, + "blooded": 40237, + "precision": 40238, + "ulled": 40239, + "isement": 40240, + "Ġhighs": 40241, + "Ġmaintainability": 40242, + "ammu": 40243, + "ĠAcupuncture": 40244, + "Problems": 40245, + "ĠSeneca": 40246, + "ĠBuenos": 40247, + "Ġblurry": 40248, + "ĠFaust": 40249, + "ĠBecoming": 40250, + "Ġpebbles": 40251, + "ighbors": 40252, + "?),": 40253, + "Bern": 40254, + "Ġtoads": 40255, + "utta": 40256, + "rail": 40257, + "chronic": 40258, + "ĠARI": 40259, + "ircon": 40260, + "gean": 40261, + "Ġry": 40262, + "ĠEighth": 40263, + "ipus": 40264, + "ricing": 40265, + "Ġtrivia": 40266, + "ĠVS": 40267, + "Ġdecommission": 40268, + "ĠArithmetic": 40269, + "ĠSchen": 40270, + "ĠShows": 40271, + "Store": 40272, + "ĠGenomics": 40273, + "Ġsleepiness": 40274, + "Ġpulley": 40275, + "ĠSerious": 40276, + "Stephen": 40277, + "ĠSundays": 40278, + "Refer": 40279, + "Ġphosphorous": 40280, + "ĠOlm": 40281, + "ĠPathology": 40282, + "ĠPriority": 40283, + "ĠBroadcasting": 40284, + "Ġramps": 40285, + "ĠAlbanian": 40286, + "Ġcheerful": 40287, + "Ġrugby": 40288, + "gio": 40289, + "æĺ": 40290, + "Ġdrap": 40291, + "Ġhovering": 40292, + "ĠMovie": 40293, + "ugin": 40294, + "Ġburge": 40295, + "Console": 40296, + "Ġaccomplishes": 40297, + "Ġslew": 40298, + "Ġdismissive": 40299, + "Ġdisclaim": 40300, + "Ġapproximations": 40301, + "Ġembarking": 40302, + "Ġdisinfectant": 40303, + "ĠStefan": 40304, + "Ġbesieged": 40305, + "060": 40306, + "Binary": 40307, + "wings": 40308, + "Ġrations": 40309, + "ĠDash": 40310, + "ĠNinth": 40311, + "alloc": 40312, + "ĠJenny": 40313, + "ĠYaz": 40314, + "Ġexpel": 40315, + "chner": 40316, + "Ġsimplex": 40317, + "ĠMayer": 40318, + "justice": 40319, + "ĠSocialism": 40320, + "Ġpuzzling": 40321, + "ĠTrying": 40322, + "ĠBangkok": 40323, + "Ġaffirmation": 40324, + "Ġoverriding": 40325, + "770": 40326, + "Pen": 40327, + "Salt": 40328, + "Ġebook": 40329, + "chs": 40330, + "ĠMacc": 40331, + "ĠEls": 40332, + "Ġleaching": 40333, + "Ġscrib": 40334, + "Ġsmel": 40335, + "ronomy": 40336, + "ĠEmory": 40337, + "ĠCommunion": 40338, + "392": 40339, + "flix": 40340, + "ĠArticleGoogle": 40341, + "®,": 40342, + "Ġhoof": 40343, + "provided": 40344, + "Ġinaccur": 40345, + "Latest": 40346, + "Ġdynasties": 40347, + "$$": 40348, + "cart": 40349, + "åĪ": 40350, + "Ġreevaluate": 40351, + "oren": 40352, + "ĠHollow": 40353, + "ĠWille": 40354, + "Ġsyringe": 40355, + "Ġoffended": 40356, + "encycl": 40357, + "Ġpayoff": 40358, + "PAP": 40359, + "chester": 40360, + "ĠHartford": 40361, + "Ġailment": 40362, + "rystalline": 40363, + "427": 40364, + "fiber": 40365, + "gren": 40366, + "gray": 40367, + "rif": 40368, + "advent": 40369, + "Ġitertools": 40370, + "Ġabort": 40371, + "ĠJag": 40372, + "Ġxyl": 40373, + "Ġmiscellaneous": 40374, + "ĠJameson": 40375, + "Ġconvoy": 40376, + "APP": 40377, + "EVEL": 40378, + "Ġdeafness": 40379, + "ædia": 40380, + "Introduce": 40381, + "ĠLorenzo": 40382, + "Ġcrevices": 40383, + "Withdrawal": 40384, + "Ok": 40385, + "RD": 40386, + "Sequ": 40387, + "bind": 40388, + "Ġaisle": 40389, + "Ġdips": 40390, + "ulents": 40391, + "ĠKemp": 40392, + "Ġcoales": 40393, + "Ġzodiac": 40394, + "Ġposthum": 40395, + "Ġharden": 40396, + "ANN": 40397, + "Ġmethanol": 40398, + "Ġdysplasia": 40399, + "Ġsprint": 40400, + "Whereas": 40401, + "Ġlipoprotein": 40402, + "Ġinspecting": 40403, + "Ġprosecutor": 40404, + "ĠVaccines": 40405, + "otoxins": 40406, + "ĠLockheed": 40407, + "Ġinsecurities": 40408, + "Ġexhilarating": 40409, + "Ġantiseptic": 40410, + "pression": 40411, + "Ġsph": 40412, + "ĠKyr": 40413, + "Ġdemarc": 40414, + "Ġcondense": 40415, + "ARP": 40416, + "Ġharmonics": 40417, + "External": 40418, + "Ġsilvery": 40419, + "sieve": 40420, + "reve": 40421, + "Ġstag": 40422, + "Ġexodus": 40423, + "ĠNim": 40424, + "Ġtrif": 40425, + "ĠYog": 40426, + "ASD": 40427, + "))/": 40428, + "ĠRetrie": 40429, + "453": 40430, + "office": 40431, + "Ġduke": 40432, + "ĠGoodman": 40433, + "ĠKhal": 40434, + "Represent": 40435, + "Reduced": 40436, + "Ġprophylaxis": 40437, + "Ġgul": 40438, + "ĠAway": 40439, + "Ġweaning": 40440, + "ĠFif": 40441, + "Ġrelive": 40442, + "isposed": 40443, + "Ġglycos": 40444, + "ĠNegot": 40445, + "Ġapproximated": 40446, + "ĠBahá": 40447, + "Ġtentacles": 40448, + "ĠMalaysian": 40449, + "Ġsurfaced": 40450, + "Ġmetastasis": 40451, + "absorption": 40452, + "Ġhorticulture": 40453, + "esarean": 40454, + "718": 40455, + "]}": 40456, + "Ġtopp": 40457, + "ĠRothschild": 40458, + "Ġshunt": 40459, + "Ġimprob": 40460, + "Ġenshr": 40461, + "Ġfiberglass": 40462, + "Ġengagements": 40463, + "Ġphotosynthetic": 40464, + "Ġstimulants": 40465, + "Ġfederation": 40466, + "ĠTyph": 40467, + "foods": 40468, + "thyroidism": 40469, + "424": 40470, + "broad": 40471, + "Ġpomegran": 40472, + "ĠTric": 40473, + "ĠScy": 40474, + "ĠGes": 40475, + "Ġablation": 40476, + "ruly": 40477, + "Ġkh": 40478, + "Ġrealistically": 40479, + "394": 40480, + "Ġinnermost": 40481, + "Ġcabins": 40482, + "ĠGemini": 40483, + "ĠBalkan": 40484, + "Nuclear": 40485, + "sites": 40486, + "ĠTend": 40487, + "ĠTakes": 40488, + "umably": 40489, + "ignon": 40490, + "Ġquatern": 40491, + "ĠVs": 40492, + "Ġcounterex": 40493, + "ĠSpelling": 40494, + "forgotten": 40495, + "Ġpollinator": 40496, + "Ġburgl": 40497, + "Immun": 40498, + "389": 40499, + "exposed": 40500, + "ĠPrincip": 40501, + "ĠBonn": 40502, + "ĠCelts": 40503, + "Ġcranberry": 40504, + "ĠPOST": 40505, + "Ġfluctuation": 40506, + "ĠBrisbane": 40507, + "Crypt": 40508, + "Egg": 40509, + "cats": 40510, + "Ġconject": 40511, + "ĠCott": 40512, + "estrian": 40513, + "ĠBiden": 40514, + "ĠEcol": 40515, + "ĠNerve": 40516, + "ĠLus": 40517, + "Ġplt": 40518, + "Ġelectorate": 40519, + "ĠStatements": 40520, + "ĠSchwar": 40521, + "382": 40522, + "383": 40523, + "379": 40524, + "442": 40525, + "Ġв": 40526, + "Antib": 40527, + "Ġcorpses": 40528, + "ĠSimplifying": 40529, + "ĠFrançois": 40530, + "ĠSomerset": 40531, + "710": 40532, + "747": 40533, + "Culture": 40534, + "Museum": 40535, + "fine": 40536, + "wi": 40537, + "icher": 40538, + "Ġearthen": 40539, + "ĠPneum": 40540, + "Ġunimportant": 40541, + "Ġpotable": 40542, + "Stan": 40543, + "atti": 40544, + "ĠSerial": 40545, + "Ġsweetened": 40546, + "Ġdefeats": 40547, + "Ġcommemorating": 40548, + "Ġviscous": 40549, + "Ġgeopolitical": 40550, + "Fill": 40551, + "css": 40552, + "ĠCAS": 40553, + "Ġdeceptive": 40554, + "aphor": 40555, + "Ġfreezes": 40556, + "ĠLean": 40557, + "ĠInfrared": 40558, + "Ġstaples": 40559, + "Ġswinging": 40560, + "ĠJournals": 40561, + "improvement": 40562, + "ĠVertical": 40563, + "ozygous": 40564, + "Ġamelior": 40565, + "Cola": 40566, + "Ġsings": 40567, + "Ġfodder": 40568, + "ĠHitt": 40569, + "ĠHadoop": 40570, + "ĠFres": 40571, + "Ġfoodst": 40572, + "Ġrestrained": 40573, + "radd": 40574, + "Ġinequities": 40575, + "Ġfurious": 40576, + "Ġchronicles": 40577, + "Minimum": 40578, + "ĠFuj": 40579, + "Ġforeshadowing": 40580, + "Ġtouted": 40581, + "JO": 40582, + "VAL": 40583, + "finally": 40584, + "leigh": 40585, + "assembly": 40586, + "ĠPec": 40587, + "ondyl": 40588, + "ĠAlpine": 40589, + "Ġglove": 40590, + "ĠArd": 40591, + "Ġlunches": 40592, + "Simon": 40593, + "EVER": 40594, + "Gall": 40595, + "Way": 40596, + "Ġak": 40597, + "Ġbere": 40598, + "ĠAE": 40599, + "Ġrumin": 40600, + "Ġshrew": 40601, + "asta": 40602, + "endium": 40603, + "Ġhumour": 40604, + "ĠShock": 40605, + "aek": 40606, + "Ġnarrated": 40607, + "Marine": 40608, + "Market": 40609, + "Ġeyebrows": 40610, + "ĠAntiquities": 40611, + "solid": 40612, + "Ġgib": 40613, + "ichte": 40614, + "Ġevoked": 40615, + "Ġphage": 40616, + "Ġwaterfowl": 40617, + "ĠEngaging": 40618, + "Ġhearty": 40619, + "ĠLey": 40620, + "winner": 40621, + "Ġbrownish": 40622, + "Ġfunctionalities": 40623, + "Ġcourtship": 40624, + "Ġfluctuating": 40625, + "ĠKatz": 40626, + "Ġthunderstorm": 40627, + "ĠJamestown": 40628, + "ĠMellon": 40629, + "visions": 40630, + "rera": 40631, + "eroy": 40632, + "celes": 40633, + "ĠButton": 40634, + "ĠZor": 40635, + "ymour": 40636, + "Ġfortification": 40637, + "Ġcultivar": 40638, + "Ġsegmented": 40639, + "ĠCosm": 40640, + "Ġworsens": 40641, + "ĠSynthesis": 40642, + "Ġephemeral": 40643, + "oDB": 40644, + "possibly": 40645, + "ndez": 40646, + "ĠTitus": 40647, + "chal": 40648, + "ĠPanch": 40649, + "ĠROM": 40650, + "Ġmultiv": 40651, + "Ġantiretroviral": 40652, + "Except": 40653, + "Ġmotherboard": 40654, + "Ġsettler": 40655, + "ĠCardiac": 40656, + "Ġbursting": 40657, + "Ġwitty": 40658, + "Ġillegitimate": 40659, + "oblastoma": 40660, + "ĠNebula": 40661, + "ĠNairobi": 40662, + "Ġnoxious": 40663, + "ĠConsiderations": 40664, + "Ġtribunal": 40665, + "Ġflavored": 40666, + "ĠGoods": 40667, + "ĠRocket": 40668, + "Ġacutely": 40669, + "ĠSemin": 40670, + "Ġornith": 40671, + "Ġexacerbating": 40672, + "ĠCruc": 40673, + "ĠRefugee": 40674, + "spectrum": 40675, + "519": 40676, + "Il": 40677, + "court": 40678, + "nuclear": 40679, + "ulina": 40680, + "ĠHabs": 40681, + "Ġrive": 40682, + "Ġshorth": 40683, + "ĠkHz": 40684, + "ĠKok": 40685, + "Ġrepatri": 40686, + "Ġphi": 40687, + "Ġcommunists": 40688, + "Ġbiotech": 40689, + "aneously": 40690, + "ennes": 40691, + "ĠGuest": 40692, + "Ġpollute": 40693, + "ALT": 40694, + "ĠCommonly": 40695, + "ĠSatis": 40696, + "ytocin": 40697, + "Ġespionage": 40698, + "ĠAutomation": 40699, + "ĠCU": 40700, + "ĠHarding": 40701, + "ĠKai": 40702, + "external": 40703, + "Ġdrunken": 40704, + "Ġmusk": 40705, + "ĠGenocide": 40706, + "Ġrobbed": 40707, + "Ġbreathed": 40708, + "omyc": 40709, + "Ġstrept": 40710, + "ĠLebanese": 40711, + "wage": 40712, + "Ġape": 40713, + "enital": 40714, + "arie": 40715, + "plin": 40716, + "therapy": 40717, + "ĠStudying": 40718, + "Ġrobes": 40719, + "Ġfibro": 40720, + "ĠTemp": 40721, + "Ġdefaultdict": 40722, + "Ġdimly": 40723, + "ĠSilent": 40724, + "ĠAshley": 40725, + "Ġmaximise": 40726, + "Ġcarotenoids": 40727, + "ĠNacional": 40728, + "Cart": 40729, + "dn": 40730, + "vary": 40731, + "ĠSitting": 40732, + "ĠOscill": 40733, + "Ġpreface": 40734, + "Ġ`*": 40735, + "ĠAbigail": 40736, + "Ġspeedy": 40737, + "Ġstreamlining": 40738, + "Ġescalation": 40739, + "ĠSinclair": 40740, + "Property": 40741, + "Ġarrogance": 40742, + "Ġnascent": 40743, + "ĠWinnipeg": 40744, + "ĠMcKinley": 40745, + ".<": 40746, + "rion": 40747, + "Ġfax": 40748, + "ĠMBA": 40749, + "ĠPaine": 40750, + "ĠYok": 40751, + "Ġfeats": 40752, + "hatma": 40753, + "Ġgeometrical": 40754, + "ĠHorace": 40755, + "ĠOsiris": 40756, + "Ġintermediary": 40757, + "ĠInteresting": 40758, + "DivisionError": 40759, + "Ġnipple": 40760, + "Ġchond": 40761, + "Ġ')": 40762, + "ĠZap": 40763, + "Ġdiminishes": 40764, + "ĠOslo": 40765, + "weekly": 40766, + "Ġresorting": 40767, + "Ġstipulated": 40768, + "Ġsubdued": 40769, + "oclass": 40770, + "ĠDocker": 40771, + "Ġsplic": 40772, + "ĠLenn": 40773, + "ĠStamp": 40774, + "ĠStirling": 40775, + "neur": 40776, + "Ġstrang": 40777, + "ĠSparta": 40778, + "Ġslurry": 40779, + "ĠExport": 40780, + "ooting": 40781, + "rollers": 40782, + "ĠAmanda": 40783, + "454": 40784, + "ĠMonteneg": 40785, + "uddled": 40786, + "Ġhomogen": 40787, + "ĠWorkplace": 40788, + "Ġdyed": 40789, + "ĠCLT": 40790, + "ĠPilate": 40791, + "Ġcockpit": 40792, + "Ġcyanide": 40793, + "ĠClaims": 40794, + "Ġhypoglycemia": 40795, + "Ell": 40796, + "fel": 40797, + "Ö¹": 40798, + "Ġentice": 40799, + "Ans": 40800, + "annels": 40801, + "Ġfallout": 40802, + "Ġlotteries": 40803, + "Ġfranc": 40804, + "ĠDepartments": 40805, + "Ġpolysac": 40806, + "omycin": 40807, + "Environment": 40808, + "ĠDecisions": 40809, + "Plastic": 40810, + "ĠProvided": 40811, + "Ġhusbandry": 40812, + "ĠJoaquin": 40813, + "Ġbeekeepers": 40814, + "Interactive": 40815, + "Ġcontraceptives": 40816, + "Ġorthodontic": 40817, + "DH": 40818, + "ĠCum": 40819, + "ĠUAE": 40820, + "Ġdataframe": 40821, + "Ġmodulate": 40822, + "ĠaccountNumber": 40823, + "Ġfatig": 40824, + "ĠBoer": 40825, + "Ġperceiving": 40826, + "ĠDarius": 40827, + "ĠBoliv": 40828, + "Ġdiscriminated": 40829, + "ĠRaja": 40830, + "Ġbruising": 40831, + "Ġcafeteria": 40832, + "Cra": 40833, + "Tools": 40834, + "till": 40835, + "uven": 40836, + "erates": 40837, + "oden": 40838, + "ateurs": 40839, + "ĠPOL": 40840, + "Ġindel": 40841, + "ĠVary": 40842, + "manent": 40843, + "ĠResonance": 40844, + "Ġswab": 40845, + "ĠSheffield": 40846, + "rowned": 40847, + "Ġkitten": 40848, + "IMP": 40849, + "ĠEmbry": 40850, + "ĠKarnataka": 40851, + "Ġshampoo": 40852, + "Ġdeceler": 40853, + "ĠStaying": 40854, + "Ġjustices": 40855, + "afer": 40856, + "suggest": 40857, + "Ġknocking": 40858, + "ĠReflect": 40859, + "orphy": 40860, + "ĠHyder": 40861, + "ĠHillary": 40862, + "robat": 40863, + "ĠRepresentation": 40864, + "Ġtraversed": 40865, + "().__": 40866, + "Ġextrinsic": 40867, + "Ġrearranging": 40868, + "ĠStephanie": 40869, + "OLOGY": 40870, + "Wire": 40871, + "vitamin": 40872, + "Ġplow": 40873, + "Ġdisd": 40874, + "licting": 40875, + "ramatic": 40876, + "ĠAspects": 40877, + "omme": 40878, + "Ġcareless": 40879, + "__':": 40880, + "ĠâĪª": 40881, + "Ġwealthiest": 40882, + "Ġfantas": 40883, + "Ġexchanger": 40884, + "Ġinsisting": 40885, + "ĠProtecting": 40886, + "ĠCeres": 40887, + "ĠWorcester": 40888, + "Ġunmist": 40889, + "ĠChaucer": 40890, + "Ġheresy": 40891, + "866": 40892, + "×ĵ": 40893, + "Ġcentimetres": 40894, + "Ġfulfills": 40895, + "Ġmarvelous": 40896, + "ĠSubstances": 40897, + "oris": 40898, + "Ġbows": 40899, + "ĠRiley": 40900, + "Ġcompaction": 40901, + "angan": 40902, + "Ġfemur": 40903, + "ĠDiary": 40904, + "Ġbullies": 40905, + "Ġμm": 40906, + "Ġprosecuted": 40907, + "Florida": 40908, + "powers": 40909, + "Ġbouncing": 40910, + "ĠTEXT": 40911, + "Ġunbear": 40912, + "Ġphthal": 40913, + "Ġfreshness": 40914, + "Ġsinners": 40915, + "ĠLao": 40916, + "Ġprecede": 40917, + "Ġexaggeration": 40918, + "ĠAnatolia": 40919, + "Ġjogging": 40920, + "Ġhemispheres": 40921, + "egypt": 40922, + "Ġiridescent": 40923, + "Band": 40924, + "pand": 40925, + "ä¹": 40926, + "Ġtern": 40927, + "Ġwiping": 40928, + "Ġthrom": 40929, + "Ġwills": 40930, + "avg": 40931, + "versive": 40932, + "ĠXia": 40933, + "471": 40934, + "starting": 40935, + "omorphisms": 40936, + "Handler": 40937, + "ĠGastroenter": 40938, + "virtual": 40939, + "iteration": 40940, + "ĠCERN": 40941, + "Ġseren": 40942, + "ĠEW": 40943, + "icho": 40944, + "endments": 40945, + "Ġdiapers": 40946, + "onese": 40947, + "ĠRemind": 40948, + "ĠIrrigation": 40949, + "��fuselage": 40950, + "ĠTimor": 40951, + "Ġcoward": 40952, + "ĠAffordable": 40953, + "Ġantennae": 40954, + "Ġattenuation": 40955, + "Ġdisjointed": 40956, + "batch": 40957, + "tip": 40958, + "leuk": 40959, + "ĠSie": 40960, + "ĠCite": 40961, + "ĠShabbat": 40962, + "generally": 40963, + "801": 40964, + "ĠPatagon": 40965, + "Ġhonorary": 40966, + "Ġaspire": 40967, + "Ġexerts": 40968, + "ĠSMART": 40969, + "ĠUltimate": 40970, + "Ġplunged": 40971, + "Ġmimicking": 40972, + "ĠâĪŀ)": 40973, + "Ġaltruism": 40974, + "Ġexcreted": 40975, + "417": 40976, + "Ġoaks": 40977, + "itertools": 40978, + "ĠSá": 40979, + "acha": 40980, + "Ġsmelling": 40981, + "Ġsecondly": 40982, + "ĠShinto": 40983, + "ĠColour": 40984, + "Ġmicrophones": 40985, + "ĠQuit": 40986, + "ĠBroken": 40987, + "Dutch": 40988, + "tier": 40989, + "Ġstings": 40990, + "Ġranger": 40991, + "ĠDoll": 40992, + "Ġentom": 40993, + "ĠCharity": 40994, + "Ġrhod": 40995, + "Ġmitz": 40996, + "ĠMacDonald": 40997, + "Ġadjacency": 40998, + "ĠLyndon": 40999, + "statistics": 41000, + "Ġvigilance": 41001, + "Ġcommencement": 41002, + "Ġdiaspora": 41003, + "lif": 41004, + "atest": 41005, + "antib": 41006, + "ĠKipp": 41007, + "oflu": 41008, + "ĠCompliance": 41009, + "Ġburner": 41010, + "Ġnavigated": 41011, + "ĠSurprisingly": 41012, + "ĠSupplements": 41013, + "required": 41014, + "instead": 41015, + "Ġchloroplast": 41016, + "Ġhydrochlor": 41017, + "ĠVitamins": 41018, + "recorded": 41019, + "ĠSchneider": 41020, + "Created": 41021, + "Typical": 41022, + "mess": 41023, + "Ġwiser": 41024, + "ĠTube": 41025, + "ĠCoss": 41026, + "ĠBt": 41027, + "Ġpeg": 41028, + "Ġclears": 41029, + "Ġcustomizable": 41030, + "organism": 41031, + "Ġterraces": 41032, + "Ġcacao": 41033, + "Ġdomestication": 41034, + "\"):": 41035, + "]):": 41036, + "liquid": 41037, + "Ġpines": 41038, + "ĠStones": 41039, + "ĠYor": 41040, + "arris": 41041, + "Ġfrig": 41042, + "Ġmischie": 41043, + "Ġdissolving": 41044, + "ĠExperiences": 41045, + "ĠMuir": 41046, + "Ġlactation": 41047, + "properties": 41048, + "Veget": 41049, + "Ġcrippling": 41050, + "Ġlandslide": 41051, + "Ġdun": 41052, + "asan": 41053, + "chairs": 41054, + "ĠBess": 41055, + "Ġshone": 41056, + "ĠNV": 41057, + "ĠNRC": 41058, + "ploid": 41059, + "ĠKM": 41060, + "Ġsubmers": 41061, + "ĠLeipzig": 41062, + "ĠSecrets": 41063, + "Contrary": 41064, + "Ġsufferings": 41065, + "Ġadultery": 41066, + "ripps": 41067, + "igraphic": 41068, + "ĠIndicators": 41069, + "Ġabrasive": 41070, + "511": 41071, + "echo": 41072, + "ĠJensen": 41073, + "Ġscribes": 41074, + "Ġ`@": 41075, + "Ġgoodwill": 41076, + "Ġcritiques": 41077, + "Ġsecretive": 41078, + "Ġtotality": 41079, + "ĠIntegrity": 41080, + "strual": 41081, + "Ġoctave": 41082, + "---+": 41083, + "Ġlodged": 41084, + "tank": 41085, + "ĠPAT": 41086, + "Ġcanoes": 41087, + "ĠDEL": 41088, + "ĠDangerous": 41089, + "Ġunregulated": 41090, + "Ġcolossal": 41091, + "Ġequates": 41092, + "ĠBlues": 41093, + "ĠEditors": 41094, + "Ġstarve": 41095, + "topic": 41096, + "ät": 41097, + "ĠIntegrating": 41098, + "hells": 41099, + "ĠHashem": 41100, + "Ġnodded": 41101, + "Ġmediators": 41102, + "ĠLadies": 41103, + "ĠGeorges": 41104, + "Ġovercrowding": 41105, + "Ġmisfortune": 41106, + "cited": 41107, + "coded": 41108, + "vir": 41109, + "zac": 41110, + "chio": 41111, + "ĠIst": 41112, + "ĠICC": 41113, + "Ġnotch": 41114, + "ĠNAF": 41115, + "ĠGras": 41116, + "ĠAdri": 41117, + "Ġxx": 41118, + "measures": 41119, + "Ġpayable": 41120, + "ĠComprehension": 41121, + "gyz": 41122, + "Ġcomprehensions": 41123, + "ĠGovernors": 41124, + "°,": 41125, + "Ġqueer": 41126, + "Ġepidermis": 41127, + "Ġhacked": 41128, + "ĠHardware": 41129, + "ĠSleeping": 41130, + "Builder": 41131, + "418": 41132, + "Ax": 41133, + "Ġmowing": 41134, + "Ġgels": 41135, + "ĠSAS": 41136, + "ĠNure": 41137, + "Ġretreating": 41138, + "Ġmeticulously": 41139, + "Ġetiology": 41140, + "ĠMadame": 41141, + "ĠEntertainment": 41142, + "ĠEvelyn": 41143, + "Ġunfairly": 41144, + "Ġarrogant": 41145, + "Ġdiagonals": 41146, + "Ġinexperienced": 41147, + "Ġreusing": 41148, + "ulose": 41149, + "ĠCork": 41150, + "issues": 41151, + "Ġformality": 41152, + "Ġradiating": 41153, + "ĠControlled": 41154, + "Ġnetworked": 41155, + "asphem": 41156, + "Ġconventionally": 41157, + "Foods": 41158, + "protection": 41159, + "Expanding": 41160, + "Planning": 41161, + "Ġneurologic": 41162, + "Wilson": 41163, + "Ġunequiv": 41164, + "Les": 41165, + "Ġfries": 41166, + "ĠPend": 41167, + "ĠPlasma": 41168, + "ĠBeowulf": 41169, + "ĠASS": 41170, + "stantial": 41171, + "Ġcampsite": 41172, + "Ġindentation": 41173, + "Ġevangelical": 41174, + "Sweet": 41175, + "ĠLance": 41176, + "Ġincarn": 41177, + "Ġdecou": 41178, + "Ġtransact": 41179, + "gano": 41180, + "ĠHeating": 41181, + "Ġconstrued": 41182, + "Ġbehaved": 41183, + "auts": 41184, + "Ġnationalities": 41185, + "Ġunwavering": 41186, + "Edited": 41187, + "ĠLowell": 41188, + "Ġprotesting": 41189, + "Ġincubated": 41190, + "Revised": 41191, + "excluding": 41192, + "Occup": 41193, + "QA": 41194, + "Ġtore": 41195, + "ĠMog": 41196, + "antically": 41197, + "Ġteeming": 41198, + "Ġregimens": 41199, + "Ġgraze": 41200, + "Ġcalligraphy": 41201, + "Ġconferencing": 41202, + "ĠGreenwood": 41203, + "Colon": 41204, + "UTC": 41205, + "Ġhoneybees": 41206, + "ĠLEED": 41207, + "Ġburgeoning": 41208, + "Dynamic": 41209, + "Session": 41210, + "bion": 41211, + "icule": 41212, + "ivot": 41213, + "ubin": 41214, + "Ġinformally": 41215, + "Ġdestroyer": 41216, + "glut": 41217, + "URN": 41218, + "Ġstrangely": 41219, + "Values": 41220, + "Ġmasculinity": 41221, + "Ġdetergents": 41222, + "Ġhypoxia": 41223, + "ĠLEGO": 41224, + "ĠClyde": 41225, + "ĠIroquois": 41226, + "426": 41227, + "iones": 41228, + "Ġlance": 41229, + "idin": 41230, + "ĠPSA": 41231, + "Ġcausative": 41232, + "ĠClaire": 41233, + "ĠReflection": 41234, + "ĠNavier": 41235, + "Ġoverlaps": 41236, + "ĠPuget": 41237, + "Ġglycol": 41238, + "Guid": 41239, + "Monitoring": 41240, + "Ġforbid": 41241, + "Ġpolyphenols": 41242, + "ĠEntrepreneurs": 41243, + "Rog": 41244, + "mapping": 41245, + "oire": 41246, + "Ġwaving": 41247, + "Ġmash": 41248, + "Ġstout": 41249, + "ĠMash": 41250, + "ĠBering": 41251, + "ĠHOW": 41252, + "ipient": 41253, + "ĠJi": 41254, + "onged": 41255, + "Ġdelved": 41256, + "INGTON": 41257, + "Ġabundantly": 41258, + "777": 41259, + "publications": 41260, + "ĠEmphasizing": 41261, + "Ġetymology": 41262, + "\"âĢĶ": 41263, + "Sudden": 41264, + "fing": 41265, + "Ġuk": 41266, + "ĠCtrl": 41267, + "rometer": 41268, + "Ġdisgrace": 41269, + "exception": 41270, + "Ġgoodbye": 41271, + "Ġslack": 41272, + "Ġfaire": 41273, + "ocytic": 41274, + "Ġcosmopolitan": 41275, + "Ġdyeing": 41276, + "ĠBryant": 41277, + "ĠCatalan": 41278, + "Ball": 41279, + "Ping": 41280, + "ĠSEL": 41281, + "ĠMK": 41282, + "ĠLatter": 41283, + "Ġeasing": 41284, + "ategor": 41285, + "ĠAppropriate": 41286, + "Ġballots": 41287, + "Ġfascia": 41288, + "Ġdecomposed": 41289, + "ĠNicolas": 41290, + "ĠDunn": 41291, + "Ġcommemorated": 41292, + "ĠFranciscan": 41293, + "got": 41294, + "mine": 41295, + "iless": 41296, + "Ġnib": 41297, + "ĠCoul": 41298, + "esthet": 41299, + "Ġchatter": 41300, + "ĠFowler": 41301, + "ĠLunch": 41302, + "please": 41303, + "teachers": 41304, + "awan": 41305, + "Ġaffords": 41306, + "Ġsustains": 41307, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 41308, + "Ġcastes": 41309, + "operated": 41310, + "ĠGalactic": 41311, + "Outside": 41312, + "ĠOfficials": 41313, + "ĠLatvia": 41314, + "Launch": 41315, + "Kn": 41316, + "г": 41317, + "Ġbouts": 41318, + "ĠFus": 41319, + "ĠLister": 41320, + "Ġpresided": 41321, + "Ġtrembling": 41322, + "Ġrevolutionaries": 41323, + "ĠBelieve": 41324, + "Ġparallelism": 41325, + "ĠPlantation": 41326, + "Articles": 41327, + "directories": 41328, + "Ġintensities": 41329, + "Ġmegawatts": 41330, + "â̦â̦â̦â̦": 41331, + "Ġbicarbonate": 41332, + "Ġcrickets": 41333, + "ĠAntibiotics": 41334, + "Ġbuoyancy": 41335, + "535": 41336, + "980": 41337, + "yah": 41338, + "isors": 41339, + "utum": 41340, + "ĠInsufficient": 41341, + "Ġoverstated": 41342, + "Ġaccretion": 41343, + "ĠVARCHAR": 41344, + "Ġmonog": 41345, + "Ġfinalize": 41346, + "ĠMyr": 41347, + "Ġduly": 41348, + "Ġroughness": 41349, + "orphous": 41350, + "Ġsubtleties": 41351, + "Ġbuzzing": 41352, + "Ġladen": 41353, + "skinned": 41354, + "Ġconnotation": 41355, + "certainty": 41356, + "Ġtruncated": 41357, + "ĠClifford": 41358, + "ĠThessal": 41359, + "877": 41360, + "Failed": 41361, + "Sac": 41362, + "athe": 41363, + "Ġpung": 41364, + "ĠDrain": 41365, + "ĠOy": 41366, + "ĠJal": 41367, + "Ġjug": 41368, + "Ġregurg": 41369, + "Ġcharacterizing": 41370, + "__.": 41371, + "ĠBois": 41372, + "Ġcolonize": 41373, + "Ġimmunoglob": 41374, + "Palindrome": 41375, + "Drawing": 41376, + "eclampsia": 41377, + "Eight": 41378, + "mere": 41379, + "ĠCFR": 41380, + "ainder": 41381, + "nez": 41382, + "cery": 41383, + "chanics": 41384, + "download": 41385, + "ĠVisitor": 41386, + "Ġmobilized": 41387, + "avorite": 41388, + "Ġtheologian": 41389, + "ĠYukon": 41390, + "ĠHelsinki": 41391, + "Cool": 41392, + "Frequency": 41393, + "gle": 41394, + "aye": 41395, + "ĠCG": 41396, + "resistance": 41397, + "ungen": 41398, + "Ġroar": 41399, + "Ġamusing": 41400, + "Ġbucks": 41401, + "exposure": 41402, + "Ġclassed": 41403, + "Ġxml": 41404, + "ĠGoose": 41405, + "Ġsoldering": 41406, + "ĠInteractions": 41407, + "ĠInflation": 41408, + "nsics": 41409, + "Ġgateways": 41410, + "ĠConcerns": 41411, + "Ġpermeates": 41412, + "docs": 41413, + "ĠInstructional": 41414, + "ĠCroatian": 41415, + "ĠDwight": 41416, + "diam": 41417, + "ĠYi": 41418, + "Ġphysi": 41419, + "heading": 41420, + "Ġbulld": 41421, + "grabbing": 41422, + "ĠUNHCR": 41423, + "ĠCultures": 41424, + "heumatic": 41425, + "Ġmolasses": 41426, + "Ġanaemia": 41427, + "ĠDreams": 41428, + "ĠJosiah": 41429, + "ĠIncorporated": 41430, + "Ġotter": 41431, + "Dictionary": 41432, + "INA": 41433, + "MIN": 41434, + "jord": 41435, + "Ġlau": 41436, + "Ġlarynx": 41437, + "ĠIRS": 41438, + "istering": 41439, + "ĠLens": 41440, + "Ġcentroid": 41441, + "manac": 41442, + "ammers": 41443, + "Ġlabelling": 41444, + "ĠWillis": 41445, + "ĠPrev": 41446, + "sects": 41447, + "ĠBrahma": 41448, + "378": 41449, + "Ġmythologies": 41450, + "APTER": 41451, + "Ġunsur": 41452, + "ĠUVA": 41453, + "Ġuncharted": 41454, + "ĠBoris": 41455, + "Essay": 41456, + "symbol": 41457, + "dc": 41458, + "salt": 41459, + "ĠMines": 41460, + "opon": 41461, + "ieft": 41462, + "Ġtaxing": 41463, + "ĠMostly": 41464, + "Ġapric": 41465, + "Letters": 41466, + "ĠSkill": 41467, + "Likewise": 41468, + "ĠPrioritize": 41469, + "Ġaggravated": 41470, + "bohydrate": 41471, + "Ġraisins": 41472, + "^-": 41473, + "eering": 41474, + "yx": 41475, + "isor": 41476, + "ilitation": 41477, + "ĠTT": 41478, + "olian": 41479, + "ĠHEL": 41480, + "ĠLivestock": 41481, + "Ġgravey": 41482, + "Ġlitt": 41483, + "ĠDeleg": 41484, + "Ġburg": 41485, + "Ġhoned": 41486, + "Ġoverlay": 41487, + "ĠSolve": 41488, + "ès": 41489, + "ĠDominion": 41490, + "Ġextinguished": 41491, + "HV": 41492, + "Pont": 41493, + "cum": 41494, + "fan": 41495, + "tall": 41496, + "ĠJedi": 41497, + "Ġmonolithic": 41498, + "raltar": 41499, + "ĠConver": 41500, + "ĠRevision": 41501, + "Ġetching": 41502, + "Ġbreakup": 41503, + "patrick": 41504, + "Ġnanometers": 41505, + "ĠNicol": 41506, + "ĠStrike": 41507, + "Ġaurora": 41508, + "ĠLinguistics": 41509, + "Ġovereating": 41510, + "ĠEclipse": 41511, + "ĠRemembrance": 41512, + "bones": 41513, + "atross": 41514, + "stere": 41515, + "ĠTit": 41516, + "igi": 41517, + "perial": 41518, + "ecological": 41519, + "ĠYas": 41520, + "ggy": 41521, + ".\".": 41522, + "ĠZel": 41523, + "Ġlayering": 41524, + "ĠInstrument": 41525, + "437": 41526, + "umab": 41527, + "ĠPeg": 41528, + "ĠBene": 41529, + "aget": 41530, + "ĠUX": 41531, + "Ġendorphins": 41532, + "Ġcheckups": 41533, + "Ġtimest": 41534, + "ĠBias": 41535, + "Ġpunishing": 41536, + "Deposit": 41537, + "lynn": 41538, + "ĠToolkit": 41539, + "ĠParenting": 41540, + "ĠPFAS": 41541, + "Ġmonologues": 41542, + "Ġinterdependence": 41543, + "Ġauster": 41544, + "alore": 41545, + "Ġrevert": 41546, + "opithe": 41547, + "ĠFold": 41548, + "ĠRash": 41549, + "Ġbottoms": 41550, + "contract": 41551, + "chev": 41552, + "ĠMetabolism": 41553, + "Ġgarnered": 41554, + "Ġinertial": 41555, + "Ġstunted": 41556, + "CY": 41557, + "chet": 41558, + "ĠmM": 41559, + "ĠGom": 41560, + "ĠOdd": 41561, + "llium": 41562, + "Ġflushed": 41563, + "Ġgrower": 41564, + "Ġterrace": 41565, + "ĠAmpl": 41566, + "ĠMcDon": 41567, + "coloured": 41568, + "understanding": 41569, + "unctuation": 41570, + "ĠHutchinson": 41571, + "Bell": 41572, + "Iran": 41573, + "Series": 41574, + "Topic": 41575, + "Ġbewild": 41576, + "ĠBears": 41577, + "ĠDix": 41578, + "ĠOM": 41579, + "ĠJiang": 41580, + "Ġgenerative": 41581, + "Ġdevelopmentally": 41582, + "arrhea": 41583, + "Ġtrio": 41584, + "Ġmicrograms": 41585, + "Ġnanoscale": 41586, + "oplasma": 41587, + "Ġreciprocity": 41588, + "ĠBronx": 41589, + "Ġlucid": 41590, + "Ġaccusation": 41591, + "Ġannexation": 41592, + "ĠDawson": 41593, + "Cert": 41594, + "ž": 41595, + "arro": 41596, + "ĠPie": 41597, + "Ġripped": 41598, + "Ġadmon": 41599, + "Ġ\"-": 41600, + "Ġscur": 41601, + "ermann": 41602, + "Ġskate": 41603, + "Ġdangling": 41604, + "Ġseasonally": 41605, + "Ġdistributes": 41606, + "Ġwelcomes": 41607, + "Ġinventing": 41608, + "several": 41609, + "Ġamphibian": 41610, + "Ġspectrometry": 41611, + "Ġinseparable": 41612, + "Ġwipes": 41613, + "Ġpim": 41614, + "Ġbart": 41615, + "chid": 41616, + "ĠMare": 41617, + "Ġgeys": 41618, + "rowsiness": 41619, + "rectangle": 41620, + "Ġidealized": 41621, + "441": 41622, + "Ġstocked": 41623, + "463": 41624, + "UTION": 41625, + "decorator": 41626, + "Secondary": 41627, + "ĠâĪ«(": 41628, + "ĠSensitivity": 41629, + "Ġdismantled": 41630, + "Strategy": 41631, + "ĠAcknowledge": 41632, + "ĠPRIMARY": 41633, + "Chat": 41634, + "Ġwont": 41635, + "Ġhoses": 41636, + "ĠSear": 41637, + "ĠCunningham": 41638, + "ĠMd": 41639, + "ĠWritings": 41640, + "alli": 41641, + "ĠThousand": 41642, + "Ġtwenties": 41643, + "isma": 41644, + "authent": 41645, + "Ġwares": 41646, + "ĠHistorian": 41647, + "ĠJamie": 41648, + "Difference": 41649, + "Ġcoworker": 41650, + "ĠSymphony": 41651, + "reduction": 41652, + "Ġbri": 41653, + "arctic": 41654, + "Ġvign": 41655, + "ĠEsk": 41656, + "ĠNatives": 41657, + "Ġjams": 41658, + "Ġoverfishing": 41659, + "ĠKern": 41660, + "Ġblink": 41661, + "Ġchoke": 41662, + "Ġcloseness": 41663, + "diabetes": 41664, + "ĠChoices": 41665, + "tested": 41666, + "vara": 41667, + "reb": 41668, + "ĠAthe": 41669, + "ĠNah": 41670, + "Ġcallback": 41671, + "ĠEngl": 41672, + "Ġvalidates": 41673, + "397": 41674, + "ĠElectron": 41675, + "ĠHypertension": 41676, + "Ġadvisers": 41677, + "Ġsyllog": 41678, + "Optim": 41679, + "ĠPregnant": 41680, + "Ġcreepy": 41681, + "Ġspectrometer": 41682, + "Ġspatially": 41683, + "Ġcarcass": 41684, + "Ġshredded": 41685, + "428": 41686, + "Cover": 41687, + "Ġpensions": 41688, + "ylan": 41689, + "Ġdecreed": 41690, + "ĠIntra": 41691, + "Ġwintering": 41692, + "Enjoy": 41693, + "ĠSubscribe": 41694, + "subarray": 41695, + "Skip": 41696, + "ĠEmbassy": 41697, + "Ġcovariance": 41698, + "HM": 41699, + "aires": 41700, + "react": 41701, + "urc": 41702, + "ĠAru": 41703, + "ĠBrowning": 41704, + "ĠDress": 41705, + "ighting": 41706, + "Ġmodelled": 41707, + "ĠShak": 41708, + "ĠBlocks": 41709, + "Ġsuperiors": 41710, + "ĠPerception": 41711, + "particip": 41712, + "Ġcircumvent": 41713, + "ĠDetective": 41714, + "ĠRomance": 41715, + "iacin": 41716, + "ĠTuber": 41717, + "ĠKathleen": 41718, + "Ġhorticultural": 41719, + "Ġcursive": 41720, + "aeda": 41721, + "ĠMadd": 41722, + "ophor": 41723, + "Ġchal": 41724, + "âĢĻ).": 41725, + "ĠLIFE": 41726, + "phosph": 41727, + "Ġhermit": 41728, + "Ġprotagonists": 41729, + "ĠArgon": 41730, + "Ġdescends": 41731, + "Ġfinalized": 41732, + "ĠDayton": 41733, + "Ġmotorists": 41734, + "Ġventured": 41735, + "ĠARM": 41736, + "Marie": 41737, + "ĠRestaurant": 41738, + "ĠTriple": 41739, + "Ġcommemorates": 41740, + "Educational": 41741, + "ĠCosmic": 41742, + "Ġpistol": 41743, + "Warning": 41744, + "Ġdiplomats": 41745, + "Ġpamphlets": 41746, + "ĠPhenomen": 41747, + "ĠBohemia": 41748, + "[^": 41749, + "mixed": 41750, + "igree": 41751, + "ĠCAL": 41752, + "ĠCVD": 41753, + "Ġexiting": 41754, + "ĠPair": 41755, + "ĠPAC": 41756, + "agricult": 41757, + "Ġinsurrection": 41758, + "Ġpractising": 41759, + "ĠResidential": 41760, + "ĠBritons": 41761, + "headings": 41762, + "ĠRelativity": 41763, + "USD": 41764, + "ĠFederalist": 41765, + "Ġcolouring": 41766, + "Success": 41767, + "Added": 41768, + "ĠMesa": 41769, + "Ġsteeped": 41770, + "Ġhemorrhoids": 41771, + "Ġoncology": 41772, + "090": 41773, + "ĠWerner": 41774, + "ĠDoming": 41775, + "Ġleopards": 41776, + "Ġoverlooks": 41777, + "ĠKane": 41778, + "Ġtopsoil": 41779, + "Ġtriples": 41780, + "Ġsnout": 41781, + "Ġpromoters": 41782, + "Ġnavigational": 41783, + "ĠCorpus": 41784, + "Ġallocations": 41785, + "Ġenvelopes": 41786, + "ĠLithuanian": 41787, + "Ġfrankly": 41788, + "Dent": 41789, + "Mos": 41790, + "PK": 41791, + "vill": 41792, + "reys": 41793, + "Ġsincerity": 41794, + "eni": 41795, + "Ġeug": 41796, + "Ġgulf": 41797, + "adu": 41798, + "ureth": 41799, + "ĠRhet": 41800, + "ĠStokes": 41801, + "ĠWeeks": 41802, + "ĠContinent": 41803, + "medium": 41804, + "ĠOrganize": 41805, + "ĠIrvine": 41806, + "ĠFirefox": 41807, + "ĠCirculation": 41808, + "Interpretation": 41809, + "ĠiPads": 41810, + "ĠJuvenile": 41811, + ",âĢĶ": 41812, + "png": 41813, + "Ġcic": 41814, + "editor": 41815, + "Ġdocks": 41816, + "ĠSapp": 41817, + "abh": 41818, + "Ġvass": 41819, + "ĠBran": 41820, + "ĠWS": 41821, + "ĠWo": 41822, + "ĠEternal": 41823, + "ĠRitual": 41824, + "Ġmains": 41825, + "Ġglaze": 41826, + "ĠNewark": 41827, + "Ġmargar": 41828, + "Ġcutoff": 41829, + "ĠDepth": 41830, + "matics": 41831, + "OSS": 41832, + "ĠVera": 41833, + "trust": 41834, + "Ġthermodynamic": 41835, + "Ġrusty": 41836, + "ĠBengali": 41837, + "ĠHEALTH": 41838, + "Ġsemiconductors": 41839, + "Ġtectonics": 41840, + "Ġintimidated": 41841, + "Ġmisinterpreted": 41842, + "Ġbiscuits": 41843, + "privile": 41844, + "Nit": 41845, + "Ġich": 41846, + "atlantic": 41847, + "icin": 41848, + "Ġeard": 41849, + "etting": 41850, + "ĠThu": 41851, + "Ġbiore": 41852, + "ometrics": 41853, + "spread": 41854, + "Ġfeedstock": 41855, + "Ġredress": 41856, + "Chris": 41857, + "ĠQuint": 41858, + "olyb": 41859, + "Ġweakly": 41860, + "topics": 41861, + "Measuring": 41862, + "transactions": 41863, + "Ġherbaceous": 41864, + "iensis": 41865, + "Ġclinging": 41866, + "Mathematically": 41867, + "died": 41868, + "isdigit": 41869, + "Ġmater": 41870, + "ĠTact": 41871, + "ĠSung": 41872, + "ĠThur": 41873, + "ĠIsis": 41874, + "grounds": 41875, + "Ġintegrative": 41876, + "Conversely": 41877, + "ĠCommissioners": 41878, + "ĠVictims": 41879, + "Ġbenzodiazep": 41880, + "ĠSaddam": 41881, + "ĠCopernicus": 41882, + "bent": 41883, + "hler": 41884, + "ĠTorn": 41885, + "ĠCoh": 41886, + "ĠCrescent": 41887, + "ĠDup": 41888, + "ĠDrew": 41889, + "Ġfirstly": 41890, + "Ġhandouts": 41891, + "closest": 41892, + "shirt": 41893, + "Ġembargo": 41894, + "ĠProfit": 41895, + "°.": 41896, + "Ġprohibitive": 41897, + "ĠKenyan": 41898, + "ĠExpansion": 41899, + "Ġripening": 41900, + "Ġdreadful": 41901, + "ĠMobility": 41902, + "Ġtyphoid": 41903, + "Isaiah": 41904, + "Ġtumultuous": 41905, + "Ġtonal": 41906, + "Ġmummy": 41907, + "Ġyr": 41908, + "ĠBAC": 41909, + "Ġpresume": 41910, + "Ġshepherds": 41911, + "ĠAmazing": 41912, + "Ġwoodworking": 41913, + "records": 41914, + "Ġgravitation": 41915, + "England": 41916, + "ĠHammer": 41917, + "Ġinversely": 41918, + "Implementing": 41919, + "Ġdreaded": 41920, + "Ġsmuggling": 41921, + "Cos": 41922, + "GCD": 41923, + "cke": 41924, + "Ġfend": 41925, + "ilin": 41926, + "ĠShips": 41927, + "odil": 41928, + "ĠPare": 41929, + "ĠNarc": 41930, + "reeze": 41931, + "ĠSham": 41932, + "Ġsavvy": 41933, + "Ġalleviating": 41934, + "Ġrepublics": 41935, + "ĠRiverside": 41936, + "Ġacetaminophen": 41937, + "Ġnarciss": 41938, + "ĠChatGPT": 41939, + "Ġuncontrollable": 41940, + "GPS": 41941, + "Protein": 41942, + "possible": 41943, + "together": 41944, + "Ġvantage": 41945, + "ĠHib": 41946, + "âĢĻ;": 41947, + "ĠFortune": 41948, + "Ġadmin": 41949, + "ĠThin": 41950, + "Ġamends": 41951, + "accum": 41952, + "Ġsteak": 41953, + "Ġweakest": 41954, + "Ġfloated": 41955, + "व": 41956, + "ĠMelissa": 41957, + "multi": 41958, + "Ġinquis": 41959, + "543": 41960, + "Vector": 41961, + "pies": 41962, + "idas": 41963, + "outside": 41964, + "Ġamps": 41965, + "Ġmodality": 41966, + "Ġpoppy": 41967, + "ĠZhao": 41968, + "Ġuttered": 41969, + "Scale": 41970, + "ĠDesigner": 41971, + "Ġqi": 41972, + "latitude": 41973, + "ĠStraight": 41974, + "ĠMinority": 41975, + "Evaluating": 41976, + "Ġpenned": 41977, + "ĠDiane": 41978, + "ĠHumboldt": 41979, + "Ġwob": 41980, + "Ġseams": 41981, + "Ġunderdeveloped": 41982, + "Ġinfrequent": 41983, + "Ġtelomeres": 41984, + "Ġsparsely": 41985, + "ĠParsons": 41986, + "Ġeclipses": 41987, + "Ġtransducer": 41988, + "$.": 41989, + "Days": 41990, + "Sav": 41991, + "wort": 41992, + "wired": 41993, + "Ġcusp": 41994, + "atement": 41995, + "Ġheals": 41996, + "Ġovergrowth": 41997, + "Ġrecourse": 41998, + "Ġgrafting": 41999, + "ĠAnab": 42000, + "Ġrecognising": 42001, + "ĠAntioxid": 42002, + "uffed": 42003, + "Override": 42004, + "Emma": 42005, + "amela": 42006, + "Ġboldly": 42007, + "Ġmurderer": 42008, + "Ġdermatologist": 42009, + "inspiring": 42010, + "Ġshrinkage": 42011, + "ĠHerodotus": 42012, + "ĠSymbols": 42013, + "ĠEchoes": 42014, + "ĠMekong": 42015, + "Browse": 42016, + "PTSD": 42017, + "^{": 42018, + "Ġcis": 42019, + "ĠLod": 42020, + "Ġcland": 42021, + "Ġimpossibility": 42022, + "ifflin": 42023, + "managed": 42024, + "ĠShipping": 42025, + "Ġtimesc": 42026, + "naire": 42027, + "ĠSTAR": 42028, + "++.": 42029, + "ĠPuritans": 42030, + "Ġpsychiatrists": 42031, + "Ġaggravate": 42032, + "Ġmosaics": 42033, + "cong": 42034, + "orians": 42035, + "ĠAbe": 42036, + "Ġanem": 42037, + "ldon": 42038, + "ĠDOM": 42039, + "ĠGyp": 42040, + "Ġmonothe": 42041, + "ĠSculpt": 42042, + "ĠElm": 42043, + "Ġillustrator": 42044, + "ihil": 42045, + "Ġalphabets": 42046, + "posted": 42047, + "Ġdeprive": 42048, + "ĠDHCP": 42049, + "Hs": 42050, + "NV": 42051, + "viv": 42052, + "ĠTampa": 42053, + "ĠMaternal": 42054, + "ĠWizard": 42055, + "ĠThoreau": 42056, + "Ġallusions": 42057, + "ĠUAV": 42058, + "ĠKul": 42059, + "Ġoffences": 42060, + "|||": 42061, + "Ġfilming": 42062, + "Ġgrilled": 42063, + "ĠArchim": 42064, + "Statement": 42065, + "Ġteaspoons": 42066, + "Ġforeseeable": 42067, + "Ġmonstrous": 42068, + "Brief": 42069, + "MV": 42070, + "Ġlaced": 42071, + "stats": 42072, + "ĠSuez": 42073, + "ĠWond": 42074, + "Ġdeseg": 42075, + "Ġpox": 42076, + "ĠGeographical": 42077, + "Ġmisplaced": 42078, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 42079, + "Ġinventive": 42080, + "Ġtonsils": 42081, + "ĠOperational": 42082, + "Ġstrikingly": 42083, + "Abra": 42084, + "cad": 42085, + "vec": 42086, + "olocation": 42087, + "ĠWis": 42088, + "ĠNutrient": 42089, + "Ġplast": 42090, + "ĠVib": 42091, + "inka": 42092, + "Ġradiate": 42093, + "Ġbirthdays": 42094, + "ĠRoof": 42095, + "Ġwonderfully": 42096, + "chez": 42097, + "Ġgunpowder": 42098, + "ĠCSF": 42099, + "difficult": 42100, + "ĠInspector": 42101, + "Official": 42102, + "keyp": 42103, + "perimeter": 42104, + "Ġoutpost": 42105, + "Ġscuba": 42106, + "tele": 42107, + "Newton": 42108, + "Ġpooling": 42109, + "ĠBurr": 42110, + "bnb": 42111, + "ĠRectangle": 42112, + "Lect": 42113, + "Und": 42114, + "famous": 42115, + "anthem": 42116, + "ĠAmount": 42117, + "ĠEdith": 42118, + "Ġoverwinter": 42119, + "dfunding": 42120, + "ĠUtility": 42121, + "Accept": 42122, + "Ġpedestal": 42123, + "Ġneutrino": 42124, + "Ġantecedent": 42125, + "strokes": 42126, + "YO": 42127, + "Ġcog": 42128, + "stocks": 42129, + "ĠPOP": 42130, + "ĠFaul": 42131, + "Ġinsults": 42132, + "relative": 42133, + "ĠQuinn": 42134, + "576": 42135, + "features": 42136, + "Ġbombarded": 42137, + "ĠTimber": 42138, + "Religion": 42139, + "ctuaries": 42140, + "Marg": 42141, + "Academic": 42142, + "Ġbipart": 42143, + "hausen": 42144, + "Footnote": 42145, + "575": 42146, + "Esp": 42147, + "rein": 42148, + "rely": 42149, + "Ġpint": 42150, + "ĠTD": 42151, + "ĠCroc": 42152, + "ĠDuff": 42153, + "ĠNineteenth": 42154, + "intosh": 42155, + "inkel": 42156, + "Ġcleavage": 42157, + "Ġorganelles": 42158, + "Ġnonviolent": 42159, + "ĠZar": 42160, + "Ġmounts": 42161, + "ĠGlory": 42162, + "ĠDisk": 42163, + "Ġcandies": 42164, + "Ġformalized": 42165, + "Ġnutritionist": 42166, + "ĠIda": 42167, + "Ġorbiter": 42168, + "Ġaccompaniment": 42169, + "compile": 42170, + "Ġcrooked": 42171, + "ĠKrak": 42172, + "Ġauspices": 42173, + "ĠSections": 42174, + "Ġperiodontitis": 42175, + "518": 42176, + "oge": 42177, + "enters": 42178, + "Ġfors": 42179, + "opted": 42180, + "ĠWick": 42181, + "ĠWah": 42182, + "Ġseb": 42183, + "ĠHeidelberg": 42184, + "Ġconfessed": 42185, + "ĠDealing": 42186, + "eyes": 42187, + "Ġparallelog": 42188, + "Ġbiofilm": 42189, + "ĠRhin": 42190, + "Ġaccorded": 42191, + "Ġpillows": 42192, + "ĠShowing": 42193, + "ĠPromoting": 42194, + "ĠHeming": 42195, + "Ġplurality": 42196, + "ĠAlexandra": 42197, + "Ġunexplored": 42198, + "ĠLambert": 42199, + "ĠClayton": 42200, + "Ġunanimous": 42201, + "'?": 42202, + "Rect": 42203, + "mobile": 42204, + "esan": 42205, + "Ġinanimate": 42206, + "stance": 42207, + "ĠTolerance": 42208, + "Ġgazing": 42209, + "thorne": 42210, + "ĠProve": 42211, + "ĠArche": 42212, + "Ġselfless": 42213, + "Ġputative": 42214, + "Ġstressing": 42215, + "rogenic": 42216, + "ogenetic": 42217, + "ĠParisian": 42218, + "ĠMohammad": 42219, + "Ġcockroaches": 42220, + "ĠAdvisor": 42221, + "ĠSentinel": 42222, + "Ġzenith": 42223, + "Doc": 42224, + "owel": 42225, + "Ġstalled": 42226, + "aines": 42227, + "ianic": 42228, + "ĠVig": 42229, + "ĠWeed": 42230, + "culus": 42231, + "Ġlegions": 42232, + "Ġmillet": 42233, + "Ġmotility": 42234, + "ĠPrevalence": 42235, + "Ġsenate": 42236, + "ĠWelles": 42237, + "Ġhurried": 42238, + "ovenants": 42239, + "ĠSSH": 42240, + "ĠInspired": 42241, + "ĠDigestive": 42242, + "bold": 42243, + "åIJ": 42244, + "ĠLipp": 42245, + "angles": 42246, + "Ġlongtime": 42247, + "Ġprotozo": 42248, + "Ġparap": 42249, + "Ġmenace": 42250, + "oresis": 42251, + "ĠBritt": 42252, + "Ġsupercomputer": 42253, + "Ġhazel": 42254, + "ĠFeature": 42255, + "Ġbanished": 42256, + "Display": 42257, + "Ġpresumption": 42258, + "Ġoutsourcing": 42259, + "Ġmicronutrients": 42260, + "Mix": 42261, + "Ty": 42262, + "hidden": 42263, + "onite": 42264, + "ĠCrab": 42265, + "ivistic": 42266, + "ĠLone": 42267, + "ĠKPIs": 42268, + "Ġimportation": 42269, + "Ġpassively": 42270, + "ĠGuided": 42271, + "Ġirresponsible": 42272, + "Ġdependable": 42273, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠ": 42274, + "denomin": 42275, + "Ġaccommodating": 42276, + "Ġfertiliser": 42277, + "prevent": 42278, + "Ġrefractory": 42279, + "Presentation": 42280, + "ĠHavana": 42281, + "ĠHerschel": 42282, + "ĠOswald": 42283, + ">(": 42284, + "omere": 42285, + "Ġwhipped": 42286, + "ĠWon": 42287, + "ĠKnee": 42288, + "anyl": 42289, + "Ġelectroph": 42290, + "Ġprojective": 42291, + "askell": 42292, + "Ġrespondent": 42293, + "Ġexecutions": 42294, + "Ġanthropological": 42295, + "Ġbrilliance": 42296, + "Ġdiscouraging": 42297, + "Ġintoxication": 42298, + "Ġmicroprocessor": 42299, + "Ġgill": 42300, + "ĠPART": 42301, + "ĠStomach": 42302, + "ĠKA": 42303, + "Ġinteroperability": 42304, + "appings": 42305, + "Ġfilmmakers": 42306, + "ĠWayback": 42307, + "ĠNicole": 42308, + "Ġaphid": 42309, + "ĠConfucius": 42310, + "ĠMaldives": 42311, + "Ġmolars": 42312, + "Ġlum": 42313, + "ĠTrist": 42314, + "Ġherrings": 42315, + "ĠScope": 42316, + "ĠSeymour": 42317, + "Ġregularization": 42318, + "ĠAssam": 42319, + "ĠAngle": 42320, + "398": 42321, + "ĠBenefit": 42322, + "ĠSalisbury": 42323, + "Ġinjective": 42324, + "Ġrosemary": 42325, + "ĠResponses": 42326, + "ĠStruggle": 42327, + "ĠProteins": 42328, + "Ġcypress": 42329, + "pic": 42330, + "ĠTot": 42331, + "actually": 42332, + "Ġdisemb": 42333, + "Ġpertains": 42334, + "Ġundergraduates": 42335, + "Ġreframe": 42336, + "Ġlocust": 42337, + "Ġcorona": 42338, + "Ġsolver": 42339, + "Ġbattered": 42340, + "ĠPartial": 42341, + "Ġremedial": 42342, + "ĠInstitut": 42343, + "Ġmaximizes": 42344, + "Recommend": 42345, + "Ġpalliative": 42346, + "ĠConcentration": 42347, + "Lith": 42348, + "hoff": 42349, + "lle": 42350, + "oia": 42351, + "Ġtally": 42352, + "Ġrejoice": 42353, + "chre": 42354, + "Ġchocol": 42355, + "ĠEisen": 42356, + "Ġenzymatic": 42357, + "ĠGan": 42358, + "Ġtractors": 42359, + "Ġexpires": 42360, + "Ġcurr": 42361, + "oha": 42362, + "ĠAbnormal": 42363, + "Arm": 42364, + "cols": 42365, + "Ġsacrament": 42366, + "Ġcriticised": 42367, + "Ġmammogram": 42368, + "Ġdisposing": 42369, + "supply": 42370, + "ĠAnnex": 42371, + "Ġdisintegration": 42372, + "024": 42373, + "beds": 42374, + "Ġurn": 42375, + "repr": 42376, + "ĠSensing": 42377, + "ĠPets": 42378, + "ĠRoe": 42379, + "ĠNOR": 42380, + "ĠJPL": 42381, + "Ġpowerfully": 42382, + "Ġmicrogravity": 42383, + "Ġboarded": 42384, + "ün": 42385, + "Ġshootings": 42386, + "ĠBotany": 42387, + "Ġlubrication": 42388, + "ocrinology": 42389, + "ĠHausdorff": 42390, + "Ġpercussion": 42391, + "ĠProphets": 42392, + "930": 42393, + "BU": 42394, + "Made": 42395, + "River": 42396, + "ĠNou": 42397, + "Ġbutcher": 42398, + "ĠYuc": 42399, + "Ġdefec": 42400, + "Ġsoles": 42401, + "ĠReproduction": 42402, + "Ġdecrees": 42403, + "Ġmischief": 42404, + "ĠOutreach": 42405, + "ĠMcD": 42406, + "Ġpreparatory": 42407, + "('-": 42408, + "ĠEstablished": 42409, + "IFIC": 42410, + "ĠSandra": 42411, + "Ġhydrothermal": 42412, + "Assume": 42413, + "ĠBarbados": 42414, + "Ġgemstone": 42415, + "Ġpantheon": 42416, + "ĠSamsung": 42417, + "(['": 42418, + "req": 42419, + "Ġmule": 42420, + "stations": 42421, + "iums": 42422, + "Ġlighted": 42423, + "Ġphenotypic": 42424, + "ĠFlav": 42425, + "Ġinhaling": 42426, + "RIG": 42427, + "Prince": 42428, + "Christmas": 42429, + "ĠBahrain": 42430, + "Ġgritty": 42431, + "courses": 42432, + "tit": 42433, + "vival": 42434, + "writers": 42435, + "Ġanthem": 42436, + "ĠMAP": 42437, + "runt": 42438, + "Ġpopulate": 42439, + "shifting": 42440, + "shirts": 42441, + "Ġoxen": 42442, + "457": 42443, + "Ġconvolution": 42444, + "nyder": 42445, + "ĠPrintable": 42446, + "ĠSeminary": 42447, + "rodite": 42448, + "ĠLeviticus": 42449, + "ĠDistinguished": 42450, + "caster": 42451, + "Ïĩ": 42452, + "enching": 42453, + "leader": 42454, + "Ġerection": 42455, + "iland": 42456, + "ĠTutor": 42457, + "irv": 42458, + "ĠCov": 42459, + "avez": 42460, + "ĠHerbal": 42461, + "ĠFunds": 42462, + "president": 42463, + "ĠKerry": 42464, + "ĠAssyria": 42465, + "Ġbotanist": 42466, + "Ġcomforts": 42467, + "Pakistan": 42468, + "sou": 42469, + "sold": 42470, + "Ø´": 42471, + "erick": 42472, + "Ġcist": 42473, + "Ġreinc": 42474, + "veh": 42475, + "ĠCologne": 42476, + "ĠHok": 42477, + "ĠFrem": 42478, + "Ġplagues": 42479, + "Ġjunctions": 42480, + "formations": 42481, + "Ġroamed": 42482, + "club": 42483, + "ĠColosse": 42484, + "speech": 42485, + "Ġdigs": 42486, + "ĠGeometric": 42487, + "Ġresourcefulness": 42488, + "483": 42489, + "COL": 42490, + "ĠSummar": 42491, + "Ġgratification": 42492, + "Ġinhabiting": 42493, + "Ġdeduced": 42494, + "ĠElysium": 42495, + "529": 42496, + "edipus": 42497, + "Ġnun": 42498, + "ĠDome": 42499, + "Ġquinoa": 42500, + "Ġvisas": 42501, + "ĠAndrom": 42502, + "Ġmarketplaces": 42503, + "ĠCarrier": 42504, + "Ġmissp": 42505, + "Ġliberating": 42506, + "logged": 42507, + "Ġtightening": 42508, + "Ġodour": 42509, + "ĠSemitic": 42510, + "Ġsulfuric": 42511, + "ĠAthenians": 42512, + "920": 42513, + "Ġtainted": 42514, + "leman": 42515, + "Ġthorns": 42516, + "stores": 42517, + "ĠABA": 42518, + "Ġwhopping": 42519, + "erville": 42520, + "Ġjustifiable": 42521, + "ĠAdler": 42522, + "Animals": 42523, + "655": 42524, + "ĠSumerian": 42525, + "department": 42526, + "ĠRiemannian": 42527, + "Ġrearranged": 42528, + "Probably": 42529, + "Ġbioluminescent": 42530, + "Ġcanceled": 42531, + "Fear": 42532, + "Ka": 42533, + "ĠBrick": 42534, + "ĠJah": 42535, + "Ġoblong": 42536, + "cycling": 42537, + "ringed": 42538, + "ĠArrays": 42539, + "ĠPercy": 42540, + "ĠEdo": 42541, + "ĠPeriodic": 42542, + "Ġcleverly": 42543, + "ÑĢе": 42544, + "Ġadhesives": 42545, + "Ġaptly": 42546, + "Ġrediscovered": 42547, + "determined": 42548, + "jas": 42549, + "Ġmumps": 42550, + "ĠGert": 42551, + "ĠCaliph": 42552, + "Ġinitialization": 42553, + "Ġexecutor": 42554, + "ĠWilliamson": 42555, + "ĠPanic": 42556, + "Ġsprung": 42557, + "Ġinauguration": 42558, + "617": 42559, + "Pu": 42560, + "Penn": 42561, + "families": 42562, + "rism": 42563, + "Ġtresp": 42564, + "Ġwits": 42565, + "Ġcongl": 42566, + "ĠCind": 42567, + "ĠBant": 42568, + "ĠBere": 42569, + "hedra": 42570, + "Ġflint": 42571, + "Ġbrewed": 42572, + "Ġfavoring": 42573, + "Unknown": 42574, + "ĠNetflix": 42575, + "ĠJudicial": 42576, + "ĠNorris": 42577, + "Ġcautioned": 42578, + "Ġradiocarbon": 42579, + "ĠPowder": 42580, + "serial": 42581, + "ĠUzbekistan": 42582, + "src": 42583, + "tles": 42584, + "ĠCrops": 42585, + "ĠFinger": 42586, + "ĠLuk": 42587, + ".âĢĿ)": 42588, + "ĠIshma": 42589, + "Ġtotaling": 42590, + "ERIC": 42591, + "376": 42592, + "Ġfascism": 42593, + "flav": 42594, + "ĠMerced": 42595, + "Ġathletics": 42596, + "Ġhashlib": 42597, + "ĠWolfgang": 42598, + "Ġlingers": 42599, + "museum": 42600, + "Ġinpatient": 42601, + "Ġhops": 42602, + "ĠMb": 42603, + "ocry": 42604, + "ĠNina": 42605, + "Ġkerosene": 42606, + "ĠChatt": 42607, + "Ġsubatomic": 42608, + "ĠHeard": 42609, + "Ġboon": 42610, + "cline": 42611, + "includes": 42612, + "Ġroadways": 42613, + "visited": 42614, + "ĠMemoir": 42615, + "ĠCarey": 42616, + "Leon": 42617, + "Appendix": 42618, + "Ġhallway": 42619, + "Ġempirically": 42620, + "ĠVariations": 42621, + "Ġlocomotion": 42622, + "Ġdeformities": 42623, + "Funding": 42624, + "asyncio": 42625, + "Analyze": 42626, + "trie": 42627, + "Ġgond": 42628, + "Ġcomorbid": 42629, + "ĠPagan": 42630, + "ĠLig": 42631, + "Ġscaly": 42632, + "cyl": 42633, + "Ġvisibly": 42634, + "Ġconfronts": 42635, + "ĠTheseus": 42636, + "Ġkeyboards": 42637, + "Ġanticoag": 42638, + "Ġcutaneous": 42639, + "specifically": 42640, + "Ġblinded": 42641, + "Collect": 42642, + "OLD": 42643, + "lemagne": 42644, + "igsaw": 42645, + "Ġstumbles": 42646, + "Ġwafer": 42647, + "Ġpreservative": 42648, + "ĠOrbiter": 42649, + "Ġinextricably": 42650, + "BLE": 42651, + "Built": 42652, + "killing": 42653, + "ĠFusion": 42654, + "ichl": 42655, + "Ġindigo": 42656, + "Ġinsidious": 42657, + "Ġnearing": 42658, + "Anne": 42659, + "ĠOrph": 42660, + "Ġnationals": 42661, + "701": 42662, + "á¹Ľ": 42663, + "Ġprefixes": 42664, + "ĠNagasaki": 42665, + "Reviewed": 42666, + "Ġemptying": 42667, + "ĠRacism": 42668, + "?]": 42669, + "Cats": 42670, + "vac": 42671, + "Ġmaternity": 42672, + "ĠIcon": 42673, + "ĠDixon": 42674, + "akk": 42675, + "Ġoutermost": 42676, + "ĠHeather": 42677, + "Ġinitials": 42678, + "lighting": 42679, + "ĠHeron": 42680, + "ĠWilkinson": 42681, + "Ġacknowledgment": 42682, + "Ġchickenpox": 42683, + "Ġprosecutors": 42684, + "ĠThankfully": 42685, + "Ġlemons": 42686, + "ĠCecil": 42687, + "Ġconjunctivitis": 42688, + "499": 42689, + "CBT": 42690, + "Ġprosp": 42691, + "ĠPediatr": 42692, + "âĢĻ?": 42693, + "ĠFD": 42694, + "Ġgenerously": 42695, + "ĠAlien": 42696, + "coni": 42697, + "Ġboar": 42698, + "deen": 42699, + "Ġslog": 42700, + "Ġyoungster": 42701, + "Ġcounsell": 42702, + "Consequently": 42703, + "Ġaxle": 42704, + "Ġorientations": 42705, + "Ġcheaply": 42706, + "Ġdeceived": 42707, + "Ġaromas": 42708, + "freedom": 42709, + "Ġreclusive": 42710, + "NM": 42711, + "Wait": 42712, + "chrome": 42713, + "Ġtruss": 42714, + "Ġretribution": 42715, + "609": 42716, + "haft": 42717, + "Ġoxal": 42718, + "ridium": 42719, + "winged": 42720, + "ĠArchitectural": 42721, + "ĠEstablishment": 42722, + "ĠVegetable": 42723, + "Ġphylogeny": 42724, + "ĠMoroccan": 42725, + "andelion": 42726, + "ĠDartmouth": 42727, + "ĠSpearman": 42728, + "ĠIshmael": 42729, + "Policy": 42730, + "Ġsages": 42731, + "enames": 42732, + "otation": 42733, + "ĠAunt": 42734, + "ĠDahl": 42735, + "ĠUTI": 42736, + "ĠSwamp": 42737, + "PSS": 42738, + "ĠWoodrow": 42739, + "emorrh": 42740, + "Ġhydroponics": 42741, + "Ġawaited": 42742, + "Silver": 42743, + "Ġreagents": 42744, + "Virginia": 42745, + "Label": 42746, + "dough": 42747, + "Ġbanners": 42748, + "olome": 42749, + "osom": 42750, + "oceros": 42751, + "Ġedict": 42752, + "Anxiety": 42753, + "otti": 42754, + "Ġnationalists": 42755, + "ĠAbram": 42756, + "Ġexcitation": 42757, + "Ġprogressions": 42758, + "ĠISP": 42759, + "ĠAcademies": 42760, + "ĠHTTPS": 42761, + "ĠWordsworth": 42762, + "Ġpediatricians": 42763, + "Ġcarcinogen": 42764, + "Ġcontemplating": 42765, + "representing": 42766, + "Ġcoagulation": 42767, + "hele": 42768, + "Ġwakes": 42769, + "Ġdumps": 42770, + "ĠIth": 42771, + "adult": 42772, + "quate": 42773, + "Ġdetriment": 42774, + "axanthin": 42775, + "berspace": 42776, + "ĠOffers": 42777, + "447": 42778, + "Industry": 42779, + "ĠDirections": 42780, + "ĠTreating": 42781, + "Ġhexagonal": 42782, + "regnancy": 42783, + "ĠGibraltar": 42784, + "Ġuplifting": 42785, + "Ġinconvenient": 42786, + "ĠAryan": 42787, + "bohydrates": 42788, + "arcinoma": 42789, + "Sadly": 42790, + "Fram": 42791, + "Hem": 42792, + "Raw": 42793, + "pig": 42794, + "µ": 42795, + "ĠMiz": 42796, + "ocardi": 42797, + "ocortic": 42798, + "ĠGutenberg": 42799, + "Ġcontends": 42800, + "Ġclown": 42801, + "Ġcommens": 42802, + "Ġexpended": 42803, + "incare": 42804, + "Ġdelights": 42805, + "Ġsquamous": 42806, + "wordpress": 42807, + "inoza": 42808, + "RET": 42809, + "ophyte": 42810, + "ETS": 42811, + "Ġidealism": 42812, + "Ġpigmentation": 42813, + "ĠElizabethan": 42814, + "etheus": 42815, + "Ġrefrigerated": 42816, + "ä¸ī": 42817, + "utilized": 42818, + "ĠHobbes": 42819, + "Ġkissing": 42820, + "Ġmurmur": 42821, + "528": 42822, + "ĠSword": 42823, + "ĠCaps": 42824, + "Ġsuperson": 42825, + "Institute": 42826, + "Ġdecib": 42827, + "Ġdecarbon": 42828, + "Ġsublim": 42829, + "Ġperiodicals": 42830, + "ophones": 42831, + "ĠIncident": 42832, + "ridged": 42833, + "ĠHolly": 42834, + "ĠTomorrow": 42835, + "Ġpowdery": 42836, + "Ġsinusitis": 42837, + "lucky": 42838, + "Ġzombie": 42839, + "Ġtame": 42840, + "Ġwither": 42841, + "Ġmong": 42842, + "omavirus": 42843, + "ĠSail": 42844, + "ĠCure": 42845, + "Ġorator": 42846, + "Ġvending": 42847, + "Ġshack": 42848, + "Ġrestrain": 42849, + "ĠConv": 42850, + "Ġhomeopathy": 42851, + "\"));": 42852, + "Ġinjunction": 42853, + "ĠPreston": 42854, + "ĠDeveloper": 42855, + "Ġwealthier": 42856, + "COVID": 42857, + "ĠDescriptive": 42858, + "studied": 42859, + "ĠTurkmen": 42860, + "Ġ×ķ": 42861, + "ĠCasey": 42862, + "Ġcombustible": 42863, + "payment": 42864, + "Ġgrieving": 42865, + "ĠSoldier": 42866, + "ĠFrancesco": 42867, + "Ġcrusade": 42868, + "Ġcochlear": 42869, + "dried": 42870, + "fam": 42871, + "Ġbland": 42872, + "Ġinsider": 42873, + "ĠReformed": 42874, + "Ġlows": 42875, + "Ġairspace": 42876, + "ĠEnvironments": 42877, + "ĠEmotion": 42878, + "ĠAgents": 42879, + "388": 42880, + "787": 42881, + "Ġmagician": 42882, + "ĠJudea": 42883, + "Preventing": 42884, + "Ġreckon": 42885, + "unnan": 42886, + "ĠDinosaur": 42887, + "âĤĤ": 42888, + "ĠMoment": 42889, + "Ġlynx": 42890, + "Ġpostponed": 42891, + "Ġexoplanet": 42892, + "ĠTrouble": 42893, + "JSON": 42894, + "esi": 42895, + "Ġsupper": 42896, + "Ġ'-": 42897, + "Ġsometh": 42898, + "oxin": 42899, + "ĠTrim": 42900, + "Ġhypothermia": 42901, + "452": 42902, + "Äģr": 42903, + "ĠRhyth": 42904, + "Increase": 42905, + "Ġà¤ķ": 42906, + "Ġstratosphere": 42907, + "Ġguilds": 42908, + "Ġsausage": 42909, + "hara": 42910, + "tropical": 42911, + "Ġcovalent": 42912, + "Ġfringes": 42913, + "raised": 42914, + "ĠPrentice": 42915, + "Ġchilly": 42916, + "ĠErik": 42917, + "Ġunopened": 42918, + "Ġdesicc": 42919, + "ropods": 42920, + "Ġdeflection": 42921, + "compl": 42922, + "Ġparcels": 42923, + "Ġtextured": 42924, + "stitial": 42925, + "ĠRepeated": 42926, + "umba": 42927, + "ĠQuakers": 42928, + "ĠOffering": 42929, + "Ġauthenticate": 42930, + "Ġrubbed": 42931, + "Ġcrimson": 42932, + "Ġcoinage": 42933, + "ĠMongols": 42934, + "Ġmyelin": 42935, + "Ġboutique": 42936, + "ĠAramaic": 42937, + "Ġunbearable": 42938, + "Hit": 42939, + "jin": 42940, + "Ġfrying": 42941, + "Ġhars": 42942, + "Ġ(*": 42943, + "Ġintolerant": 42944, + "ĠChag": 42945, + "Ġconfed": 42946, + "Ġlowlands": 42947, + "Ġhypnosis": 42948, + "ĠFounder": 42949, + "ĠDeficiency": 42950, + "operator": 42951, + "Ġgirlfriend": 42952, + "rypted": 42953, + "Transaction": 42954, + "ĠBaum": 42955, + "Ġenumerated": 42956, + "Ġgracefully": 42957, + "Ġenveloped": 42958, + "Ġassimilate": 42959, + "documents": 42960, + "destructive": 42961, + "ĠâĦĿ": 42962, + "Engineering": 42963, + "Muslims": 42964, + "Ġclandestine": 42965, + "?||": 42966, + "Trust": 42967, + "cognitive": 42968, + "seeds": 42969, + "ĠBhat": 42970, + "ĠUFO": 42971, + "ĠSeab": 42972, + "ĠMetabolic": 42973, + "ĠColombian": 42974, + "mountable": 42975, + "ĠAbdullah": 42976, + "Ġretrofit": 42977, + "ĠCarmel": 42978, + "Ġneurologist": 42979, + "ĠCBSE": 42980, + "ĠASTM": 42981, + "ĠSlovenia": 42982, + "Ġung": 42983, + "Ġdipping": 42984, + "ĠConcerning": 42985, + "emptive": 42986, + "ĠMarin": 42987, + "Ġmisused": 42988, + "oplankton": 42989, + "ĠSantos": 42990, + "Ġclothed": 42991, + "Ġoverloading": 42992, + "Ġoverloaded": 42993, + "faith": 42994, + "Ġlevied": 42995, + "ĠInnovative": 42996, + "international": 42997, + "Ġhydrophobic": 42998, + "Abraham": 42999, + "\"...": 43000, + "hah": 43001, + "touch": 43002, + "ĠMou": 43003, + "Ġshuffle": 43004, + "ĠOaks": 43005, + "Ġimpe": 43006, + "Ġsoared": 43007, + "philos": 43008, + "Ġavant": 43009, + "Ġnaturalistic": 43010, + "Ġhardiness": 43011, + "Ġwalkways": 43012, + "Ġharassed": 43013, + "ĠÃĸ": 43014, + "396": 43015, + "Ġchromatin": 43016, + "ĠSilence": 43017, + "ĠPrinted": 43018, + "ĠPutnam": 43019, + "ĠGriffith": 43020, + "Ġdishonest": 43021, + "ĠMATLAB": 43022, + "hisattva": 43023, + "ĠCaspian": 43024, + "KEY": 43025, + "Ġsul": 43026, + "anal": 43027, + "ouin": 43028, + "Ġlakh": 43029, + "idians": 43030, + "ĠLik": 43031, + "aterally": 43032, + "ĠExeter": 43033, + "Ġairtight": 43034, + "Ġnegativity": 43035, + "Ġdissipation": 43036, + "ĠEncouraging": 43037, + "ĠSurviv": 43038, + "Ġscratched": 43039, + "Hearing": 43040, + "cook": 43041, + "oulli": 43042, + "ĠSick": 43043, + "ĠBau": 43044, + "ĠWad": 43045, + "riks": 43046, + "ustrious": 43047, + "Ġpartake": 43048, + "Already": 43049, + "Ġepoxy": 43050, + "Ġacquisitions": 43051, + "Scot": 43052, + "Ġsavory": 43053, + "Ġfirmware": 43054, + "Ġcrowding": 43055, + "Ġunnamed": 43056, + "ĠIncreases": 43057, + "Ġattainable": 43058, + "ĠExplanation": 43059, + "Ġpunctuated": 43060, + "ĠNIST": 43061, + "Ġevoking": 43062, + "Ġflanks": 43063, + "Ġdownhill": 43064, + "Ġcellphone": 43065, + "Staff": 43066, + "ĠPepper": 43067, + "ocrisy": 43068, + "Ġtournaments": 43069, + "Ġlikened": 43070, + "rotic": 43071, + "Ġlinguists": 43072, + "Ġpneumatic": 43073, + "Maintaining": 43074, + "ĠBhagav": 43075, + "ĠPortsmouth": 43076, + "Ġsupersonic": 43077, + "Ġsizing": 43078, + "Ġthumbs": 43079, + "idus": 43080, + "ĠCuc": 43081, + "ĠJill": 43082, + "Ġcloves": 43083, + "Ġroaming": 43084, + "team": 43085, + "Ġgenitals": 43086, + "ĠForrest": 43087, + "Ġskil": 43088, + "ankind": 43089, + "Ġloaves": 43090, + "rada": 43091, + "ARM": 43092, + "ĠRetail": 43093, + "459": 43094, + "Ġrarest": 43095, + "Ġtelevisions": 43096, + "ĠAngular": 43097, + "ĠMedicines": 43098, + "ĠEva": 43099, + "Ġconquering": 43100, + "Ġarbitration": 43101, + "Ġreciprocals": 43102, + "Ġcircling": 43103, + "ĠUttar": 43104, + "housing": 43105, + "à³": 43106, + "Ġfoes": 43107, + "Ġhr": 43108, + "Ġexalted": 43109, + "inephrine": 43110, + "Ġhashing": 43111, + "Ġimprec": 43112, + "Ġenticing": 43113, + "Ġautocorrelation": 43114, + "ophon": 43115, + "Ġexcursion": 43116, + "Ġsexism": 43117, + "Ġrooting": 43118, + "ĠSurrey": 43119, + "ĠBayer": 43120, + "ów": 43121, + "ĠVerb": 43122, + "Ġgranul": 43123, + "Ġlogarithms": 43124, + "Ġintervened": 43125, + "Ġethnographic": 43126, + "INSERT": 43127, + "Ġreimbursement": 43128, + "mix": 43129, + "Ġdrowsiness": 43130, + "Ġhust": 43131, + "ĠTiny": 43132, + "ĠSell": 43133, + "Ġinciner": 43134, + "Ġbeck": 43135, + "shown": 43136, + "605": 43137, + "ĠAustro": 43138, + "attention": 43139, + "482": 43140, + "Ġrents": 43141, + "Ġprecipitated": 43142, + "gaard": 43143, + "Matrix": 43144, + "daily": 43145, + "vath": 43146, + "Ġpanda": 43147, + "ĠEu": 43148, + "ĠRit": 43149, + "ĠGolf": 43150, + "ustion": 43151, + "ĠOverse": 43152, + "ĠOCLC": 43153, + "Ġunbroken": 43154, + "Instruct": 43155, + "Ġlandfall": 43156, + "ĠSheikh": 43157, + "Ġcaptives": 43158, + "Ġpsychotic": 43159, + "Ġactuality": 43160, + "ĠJudgment": 43161, + "Ġgamers": 43162, + "ĠPartnerships": 43163, + "Ġpierced": 43164, + "Ġcrippled": 43165, + "Ġprogeny": 43166, + "ĠAdolescents": 43167, + "Cities": 43168, + "WP": 43169, + "following": 43170, + "entin": 43171, + "vez": 43172, + "Ġwithholding": 43173, + "ĠPia": 43174, + "roma": 43175, + "Ġcommuting": 43176, + "Ġallowances": 43177, + "Ġhostels": 43178, + "Ġmeridian": 43179, + "Ġfascist": 43180, + "Abd": 43181, + "consumption": 43182, + "URR": 43183, + "ĠOFF": 43184, + "ĠNeurological": 43185, + "Ġcadence": 43186, + "ĠMauritius": 43187, + "Ġpaediatric": 43188, + "Hungarian": 43189, + "Ġsurrogate": 43190, + "Pages": 43191, + "gart": 43192, + "hogs": 43193, + "Ġdic": 43194, + "ĠHos": 43195, + "ĠGABA": 43196, + "ĠJab": 43197, + "ĠJump": 43198, + "ohl": 43199, + "akening": 43200, + "Ġconditioners": 43201, + "ĠAbbas": 43202, + "amera": 43203, + "itania": 43204, + "ĠFritz": 43205, + "Ġantiderivative": 43206, + "aedia": 43207, + "Ġinline": 43208, + "rach": 43209, + "ĠBologna": 43210, + "ĠNL": 43211, + "ĠXL": 43212, + "Ġproponent": 43213, + "Ġportals": 43214, + "Ġuncovers": 43215, + "Ġpuppets": 43216, + "ĠCambrian": 43217, + "Ġchiropract": 43218, + "ARNING": 43219, + "870": 43220, + "Ġpect": 43221, + "ĠASA": 43222, + "Ġdeem": 43223, + "Ġintently": 43224, + "ewall": 43225, + "Ġunderlined": 43226, + "ĠHex": 43227, + "ĠAnim": 43228, + "Ġteamed": 43229, + "Ġremainders": 43230, + "Ġdeadliest": 43231, + "evidence": 43232, + "Ġinhabits": 43233, + "ĠBenz": 43234, + "models": 43235, + "476": 43236, + "ĠAdvocate": 43237, + "Ġhurtful": 43238, + "Ġfateful": 43239, + "iphon": 43240, + "circuit": 43241, + "ĠMiriam": 43242, + "Ġcrayons": 43243, + "Ġnematode": 43244, + "ĠZoroastrian": 43245, + "ĠAgencies": 43246, + "Ġaspartame": 43247, + "ĠTheological": 43248, + "ĠGorge": 43249, + "Ġqui": 43250, + "Ġpatio": 43251, + "Ġtrepid": 43252, + "vantage": 43253, + "ĠTraumatic": 43254, + "Ġprairies": 43255, + "Ġascetic": 43256, + "ĠVerte": 43257, + "Ġrabbin": 43258, + "Smoking": 43259, + "Ġhoax": 43260, + "Ñģк": 43261, + "ĠEMF": 43262, + "Limit": 43263, + "Ġepistemology": 43264, + "ĠMartinez": 43265, + "Ġmischievous": 43266, + "rules": 43267, + "viii": 43268, + "Ġpard": 43269, + "ingale": 43270, + "empl": 43271, + "ĠDund": 43272, + "ĠRAD": 43273, + "aghetti": 43274, + "ellites": 43275, + "Ġmegal": 43276, + "vester": 43277, + "()]": 43278, + "Ġfemoral": 43279, + "ukkah": 43280, + "enthal": 43281, + "ĠMerchant": 43282, + "ĠEffectiveness": 43283, + "Ġreigns": 43284, + "Ġirresist": 43285, + "ĠKauf": 43286, + "ĠEncyclopædia": 43287, + "Pap": 43288, + "ĠAedes": 43289, + "ĠNull": 43290, + "Ġadheres": 43291, + "rading": 43292, + "ooner": 43293, + "Ġunfit": 43294, + "ĠViruses": 43295, + "Ġbrotherhood": 43296, + "Ġcartridges": 43297, + "almart": 43298, + "ĠPolytechn": 43299, + "Acute": 43300, + "Ġradiator": 43301, + "ĠSuffolk": 43302, + "ĠShopping": 43303, + "Ġparaphrase": 43304, + "Jackson": 43305, + "creation": 43306, + "ĠTant": 43307, + "ĠPell": 43308, + "ĠWI": 43309, + "Ġrangers": 43310, + "Ġatonement": 43311, + "ĠQatar": 43312, + "Station": 43313, + "ĠNeumann": 43314, + "Ġdoubly": 43315, + "ĠPostal": 43316, + "Ġsubtracted": 43317, + "normality": 43318, + "Ġamputation": 43319, + "Ġabrasion": 43320, + "BST": 43321, + "Han": 43322, + "labor": 43323, + "uo": 43324, + "ĠDSL": 43325, + "ĠRheumat": 43326, + "Ġshatter": 43327, + "ĠLé": 43328, + "Ġupkeep": 43329, + "Ġpostulated": 43330, + "Ġwhiteboard": 43331, + "Ġoccupant": 43332, + "achev": 43333, + "Ġalleys": 43334, + "Ġdoubtless": 43335, + "ĠContinued": 43336, + "oulos": 43337, + "Ġmatured": 43338, + "ĠBirch": 43339, + "ĠEcosystems": 43340, + "Ġopposites": 43341, + "Ġshorthand": 43342, + "Hal": 43343, + "Wolf": 43344, + "heal": 43345, + "Ġginseng": 43346, + "ĠServe": 43347, + "ĠFairy": 43348, + "ĠGear": 43349, + "Ġuntold": 43350, + "Ġzig": 43351, + "athyroid": 43352, + "Ġnumerically": 43353, + "Ġmemorials": 43354, + "Ġtorment": 43355, + "ĠInvesting": 43356, + "Objective": 43357, + "ĠInvestigations": 43358, + "Ġskeptics": 43359, + "ophysiology": 43360, + "Ġfluffy": 43361, + "434": 43362, + "Viet": 43363, + "erary": 43364, + "orated": 43365, + "endor": 43366, + "acker": 43367, + "Ġbrook": 43368, + "Ġcaptains": 43369, + "ĠCounting": 43370, + "iotherap": 43371, + "ĠONLY": 43372, + "Ġ...\"": 43373, + "Ġlingered": 43374, + "pinephrine": 43375, + "Ġdiscretionary": 43376, + "Ġevidences": 43377, + "Ġcannabinoids": 43378, + "ĠFlemish": 43379, + "Poll": 43380, + "Sugar": 43381, + "ilient": 43382, + "ĠMask": 43383, + "izability": 43384, + "ipitation": 43385, + "Ġamaze": 43386, + "rette": 43387, + "ĠVirgil": 43388, + "Ġwelded": 43389, + "Ġjuicy": 43390, + "ĠJudy": 43391, + "Ġpraises": 43392, + "ocyst": 43393, + "Ġconquests": 43394, + "components": 43395, + "ĠNewspaper": 43396, + "ĠCarthage": 43397, + "rossover": 43398, + "ĠColosseum": 43399, + "910": 43400, + "Taylor": 43401, + "necessary": 43402, + "plug": 43403, + "Ġuniting": 43404, + "Ġsoundscape": 43405, + "Ġcatfish": 43406, + "ĠCoordination": 43407, + "Ġfruiting": 43408, + "uxley": 43409, + "ĠMedici": 43410, + "summary": 43411, + "viks": 43412, + "options": 43413, + "Ġnourishing": 43414, + "ĠBMJ": 43415, + "Ġrepealed": 43416, + "Linux": 43417, + ")=": 43418, + "HPV": 43419, + "aum": 43420, + "surgical": 43421, + "omile": 43422, + "ĠSloan": 43423, + "ĠThebes": 43424, + "ĠPJ": 43425, + "ĠGinger": 43426, + "ĠStere": 43427, + "iani": 43428, + "Ġforet": 43429, + "901": 43430, + "veston": 43431, + "ĠLaplace": 43432, + "ĠMerck": 43433, + "är": 43434, + "ĠTheoretical": 43435, + "divide": 43436, + "degrees": 43437, + "Ġchampioned": 43438, + "ĠNortheastern": 43439, + "Ġenrolling": 43440, + "Ġreckoned": 43441, + "ĠNikol": 43442, + "ĠCreole": 43443, + "Ġsequentially": 43444, + "Agriculture": 43445, + "ĠIliad": 43446, + "?|": 43447, + "biotics": 43448, + "services": 43449, + "enin": 43450, + "ĠMikh": 43451, + "ĠPocket": 43452, + "ande": 43453, + "ĠStadium": 43454, + "Ġindign": 43455, + "fted": 43456, + "spaces": 43457, + "ERR": 43458, + "unga": 43459, + "ĠPhysiol": 43460, + "Ġunprepared": 43461, + "Ġcriticizing": 43462, + "Ġpharmacies": 43463, + "Ġfungicide": 43464, + "Ġpericard": 43465, + "ĠKyrgyz": 43466, + "Ġtrolley": 43467, + "Ġbef": 43468, + "ĠTec": 43469, + "emitting": 43470, + "ĠHeter": 43471, + "inkling": 43472, + "Ġinstilled": 43473, + "Ġdiscredit": 43474, + "...,": 43475, + "506": 43476, + "Ġtripled": 43477, + "Ġemphasised": 43478, + "Ġrhinos": 43479, + "ĠAttacks": 43480, + "Ġlieu": 43481, + "ĠDoesn": 43482, + "Ġanomalous": 43483, + "Ġá¸": 43484, + "Ġnovo": 43485, + "Ġalkali": 43486, + "Ġsubdivision": 43487, + "ĠOrnith": 43488, + "ĠErasmus": 43489, + "olybden": 43490, + "wine": 43491, + "Ġavert": 43492, + "reactive": 43493, + "eridge": 43494, + "Ġtoad": 43495, + "implement": 43496, + "Ġorchest": 43497, + "Ġwithhold": 43498, + "ĠDell": 43499, + "izon": 43500, + "ĠHegel": 43501, + "Ġpostage": 43502, + "aughan": 43503, + "Ġsatire": 43504, + "Ġapical": 43505, + "ĠClearing": 43506, + "ĠFinds": 43507, + "Ġfingern": 43508, + "ĠAuthorities": 43509, + "ĠZoom": 43510, + "Ġhelplessness": 43511, + "ĠMutual": 43512, + "Ġrenovations": 43513, + "yielding": 43514, + "Ġprotruding": 43515, + "nard": 43516, + "tas": 43517, + "Ö¶": 43518, + "Ġpc": 43519, + "Ġconversely": 43520, + "ĠCaffeine": 43521, + "ĠBishops": 43522, + "ĠGaw": 43523, + "Ġelast": 43524, + "ĠShack": 43525, + "Ġrecognises": 43526, + "052": 43527, + "ĠPersistent": 43528, + "Ġnumeracy": 43529, + "Ġtasted": 43530, + "ĠBaptism": 43531, + "Ġdosages": 43532, + "Ġaquariums": 43533, + "Ġrecounted": 43534, + "Putting": 43535, + "Ġharbors": 43536, + "Ġdexterity": 43537, + "436": 43538, + "Oste": 43539, + "fixed": 43540, + "nian": 43541, + "ĠCMS": 43542, + "Ġscorn": 43543, + "ilepsy": 43544, + "Ġemitter": 43545, + "Ġcurricular": 43546, + "Ġboating": 43547, + "Ġorganizes": 43548, + "Ġpostulates": 43549, + "ĠElis": 43550, + "ĠModular": 43551, + "altered": 43552, + "Ġfalsehood": 43553, + "handler": 43554, + "ĠJackie": 43555, + "ĠAstrophysics": 43556, + "Ġcompacted": 43557, + "Ġtremor": 43558, + "Ġbarking": 43559, + "Ġtheorized": 43560, + "Ġancients": 43561, + "CAR": 43562, + "PAR": 43563, + "lyph": 43564, + "Ġgull": 43565, + "chini": 43566, + "irators": 43567, + "ĠPatch": 43568, + "ĠGull": 43569, + "endo": 43570, + "iberal": 43571, + "ĠAsking": 43572, + "Ġleveled": 43573, + "Ġtakeover": 43574, + "ĠWhis": 43575, + "ĠEnough": 43576, + "Ġinstallment": 43577, + "glob": 43578, + "ĠElections": 43579, + "maintenance": 43580, + "xxxx": 43581, + "humid": 43582, + "analytic": 43583, + "ĠâĪij[": 43584, + "ĠNuremberg": 43585, + "WL": 43586, + "crack": 43587, + "oC": 43588, + "pd": 43589, + "׳": 43590, + "Ġceded": 43591, + "Ġreforestation": 43592, + "ĠPok": 43593, + "Ġbreakers": 43594, + "606": 43595, + "ées": 43596, + "Ġafar": 43597, + "powerful": 43598, + "Ġshowcased": 43599, + "Ġμg": 43600, + "Ġrefrigerators": 43601, + "Ġmagistrate": 43602, + "BF": 43603, + "Luc": 43604, + "Waste": 43605, + "Ġaide": 43606, + "Ġpies": 43607, + "Ġmasc": 43608, + "chains": 43609, + "ĠMk": 43610, + "ĠPoster": 43611, + "ĠWins": 43612, + "onga": 43613, + "Ġengravings": 43614, + "507": 43615, + "Ġ<-": 43616, + "ĠMonkey": 43617, + "Ġaggl": 43618, + "Ready": 43619, + "Ġmemorization": 43620, + "hews": 43621, + "ĠLithium": 43622, + "Ġruptured": 43623, + "ĠHammond": 43624, + "ĠAegean": 43625, + "Ġfissures": 43626, + "Ġfoothills": 43627, + "Ġunattended": 43628, + "rospinal": 43629, + "typical": 43630, + "Ġmocking": 43631, + "Ġeel": 43632, + "uristics": 43633, + "Ġpeeling": 43634, + "Ġsax": 43635, + "Ġmeditative": 43636, + "Ġsolicit": 43637, + "Ġpredic": 43638, + "Ġattractiveness": 43639, + "ĠCongratulations": 43640, + "ĠFounded": 43641, + "551": 43642, + "Command": 43643, + "Ġdressings": 43644, + "Justice": 43645, + "ĠTelephone": 43646, + "Ġmisinterpretation": 43647, + "ĠRoland": 43648, + "Ġutilitarianism": 43649, + "Ensure": 43650, + "Walking": 43651, + "iad": 43652, + "unya": 43653, + "Ġunob": 43654, + "Ġimpregn": 43655, + "Ġwhereabouts": 43656, + "ĠExxon": 43657, + "ĠEngels": 43658, + "ĠEnoch": 43659, + "ĠGrain": 43660, + "eyer": 43661, + "467": 43662, + "provide": 43663, + "Ġaromat": 43664, + "Michel": 43665, + "Ġconjugation": 43666, + "Ġtoughest": 43667, + "/?": 43668, + ">,": 43669, + "brospinal": 43670, + "coes": 43671, + "Ġpiled": 43672, + "andals": 43673, + "Ġdisordered": 43674, + "Ġmania": 43675, + "Ġarched": 43676, + "ĠKew": 43677, + "Ġagony": 43678, + "Ġsubunit": 43679, + "Ġcollage": 43680, + "mington": 43681, + "ĠDecreased": 43682, + "Ġknob": 43683, + "449": 43684, + "harata": 43685, + "Ġcoughs": 43686, + "umenical": 43687, + "ĠInstitutional": 43688, + "ĠAnchor": 43689, + "Ġtrepidation": 43690, + "Hell": 43691, + "Trend": 43692, + "wolf": 43693, + "Ġinorder": 43694, + "urist": 43695, + "ulants": 43696, + "elike": 43697, + "ĠPang": 43698, + "Ġspore": 43699, + "Ġresists": 43700, + "Ġuncanny": 43701, + "ĠCoke": 43702, + "ĠUNF": 43703, + "ĠEverybody": 43704, + "ĠContinuously": 43705, + "Ġhillside": 43706, + "ĠReconciliation": 43707, + "Ġrooftops": 43708, + "Ġholographic": 43709, + "Ġcassava": 43710, + "Ġbushels": 43711, + "675": 43712, + "Production": 43713, + "Ġscant": 43714, + "Ġmyr": 43715, + "others": 43716, + "Ġdepressions": 43717, + "entioned": 43718, + "edias": 43719, + "Ġrandomised": 43720, + "Ġmelod": 43721, + "Ġadvertisers": 43722, + "footed": 43723, + "EFL": 43724, + "racotta": 43725, + "ĠBirthday": 43726, + "Ġcongruence": 43727, + "Ġfalcon": 43728, + "Ġovercrowded": 43729, + "ĠJubilee": 43730, + "Ġtimetable": 43731, + "Sher": 43732, + "cill": 43733, + "ndt": 43734, + "actin": 43735, + "actyl": 43736, + "Ġamorphous": 43737, + "Ġorganisational": 43738, + "ĠClothing": 43739, + "oxic": 43740, + "Ġprecinct": 43741, + "eckers": 43742, + "weighted": 43743, + "Ġfrustrations": 43744, + "Ġchimneys": 43745, + "ĠCapitalism": 43746, + "Volunt": 43747, + "Respons": 43748, + "Ġlambs": 43749, + "ĠKurds": 43750, + "Ġpianist": 43751, + "448": 43752, + "paces": 43753, + "ØŃ": 43754, + "Ġcached": 43755, + "Ġhinge": 43756, + "Ġya": 43757, + "ĠHb": 43758, + "ĠGST": 43759, + "ĠLum": 43760, + "areas": 43761, + "ecology": 43762, + "Ġamn": 43763, + "ovsk": 43764, + "Ġdecimated": 43765, + "Ġgeospatial": 43766, + "steroidal": 43767, + "Ġexpertly": 43768, + "Ġskillful": 43769, + "Ġstomachs": 43770, + "Ġyeah": 43771, + "Obesity": 43772, + "Ġcuisines": 43773, + "ĠPulitzer": 43774, + "Dest": 43775, + "Hu": 43776, + "prol": 43777, + "tun": 43778, + "ndor": 43779, + "ĠCater": 43780, + "insured": 43781, + "theory": 43782, + "compliance": 43783, + "Ġcaldera": 43784, + "Chi": 43785, + "ĠMarl": 43786, + "Ġsnapped": 43787, + "recomm": 43788, + "ĠCorrid": 43789, + "ĠWhitehead": 43790, + "ĠChef": 43791, + "Historic": 43792, + "ĠLesser": 43793, + "ĠAnalyst": 43794, + "Ġdecomposing": 43795, + "Ġirreducible": 43796, + "Ġheapq": 43797, + "variant": 43798, + "Ġflicker": 43799, + "Ġkidnapped": 43800, + "Ġdishwasher": 43801, + "545": 43802, + "enough": 43803, + "Ġreplicates": 43804, + "ĠInquisition": 43805, + "insk": 43806, + "Ġcapped": 43807, + "Ġemotive": 43808, + "Administ": 43809, + "ĠChiefs": 43810, + "Ġintensively": 43811, + "Ġripen": 43812, + "ĠSutton": 43813, + "ĠErebus": 43814, + "Ġtrillions": 43815, + "Ġtipped": 43816, + "Ġniece": 43817, + "opf": 43818, + "ĠDag": 43819, + "ĠGag": 43820, + "Ġabl": 43821, + "orman": 43822, + "ĠJem": 43823, + "Ġstoryteller": 43824, + "spots": 43825, + "Ġinstructive": 43826, + "Ġigneous": 43827, + "repair": 43828, + "infrared": 43829, + "ittest": 43830, + "IFO": 43831, + "Ġsharper": 43832, + "Director": 43833, + "Ġpledges": 43834, + "Square": 43835, + "achycardia": 43836, + "ĠHemingway": 43837, + "532": 43838, + "gically": 43839, + "itute": 43840, + "ĠGond": 43841, + "ĠJunction": 43842, + "Ġundervalued": 43843, + "tti": 43844, + "ĠIsolation": 43845, + "Ġmorp": 43846, + "ĠNeutral": 43847, + "458": 43848, + "Ġundisc": 43849, + "Ġcorresponded": 43850, + "Ġsweats": 43851, + "colour": 43852, + "ĠPlanets": 43853, + "Ġcerebellum": 43854, + "ĠJosef": 43855, + "ĠWHAT": 43856, + "ĠHIPAA": 43857, + "026": 43858, + "nn": 43859, + "orce": 43860, + "ĠCSA": 43861, + "Ġanne": 43862, + "Ġchanting": 43863, + "ĠWan": 43864, + "ĠNike": 43865, + "Ġmanoeuv": 43866, + "Ġoutnumbered": 43867, + "Ġsoar": 43868, + "Ġretiring": 43869, + "Ġrefact": 43870, + "Ġcautions": 43871, + "Ġprotracted": 43872, + "Excerpt": 43873, + "Exposure": 43874, + "Ġpriceless": 43875, + "öm": 43876, + "Repository": 43877, + "ĠMatthews": 43878, + "Flood": 43879, + "Ġfluxes": 43880, + "Ġpsalm": 43881, + "Ġspoiled": 43882, + "Ġrhinitis": 43883, + "Mu": 43884, + "beg": 43885, + "Σ": 43886, + "ĠIE": 43887, + "ĠIbrahim": 43888, + "ĠMarm": 43889, + "Ġsaff": 43890, + "ĠWein": 43891, + "ĠAdj": 43892, + "Ġrespectfully": 43893, + "Ġcompeted": 43894, + "ĠActing": 43895, + "ĠTransparency": 43896, + "Ġstarved": 43897, + "Physics": 43898, + "Ġbanquet": 43899, + "ĠSlope": 43900, + "ĠFatty": 43901, + "Ġgrasped": 43902, + "830": 43903, + "IUCN": 43904, + "KING": 43905, + "cip": 43906, + "vian": 43907, + "Ñħ": 43908, + "Ġeucalyptus": 43909, + "urger": 43910, + "riches": 43911, + "Ġorganising": 43912, + "anguard": 43913, + "apples": 43914, + "Ġperiodical": 43915, + "Ġsuperflu": 43916, + "ĠHerbs": 43917, + "Ġlikable": 43918, + "496": 43919, + "ĠControls": 43920, + "Ġridicule": 43921, + "Ġshrinks": 43922, + "ĠVariation": 43923, + "Nonetheless": 43924, + "ĠPrecision": 43925, + "Ġrecollection": 43926, + "Ġcalamity": 43927, + "Ġreverber": 43928, + "HH": 43929, + "Seed": 43930, + "Ġstraps": 43931, + "ilet": 43932, + "Ġcommutative": 43933, + "ĠDeutsch": 43934, + "Ġafloat": 43935, + "Ġcemented": 43936, + "Ġpraising": 43937, + "Ġadjud": 43938, + "Ġtriplets": 43939, + "Ġlubricant": 43940, + "Ġ_____": 43941, + "Ġonboarding": 43942, + "triangle": 43943, + "situ": 43944, + "970": 43945, + "Ġtsp": 43946, + "inatal": 43947, + "oran": 43948, + "Ġrugs": 43949, + "aparte": 43950, + "ikon": 43951, + "ĠClair": 43952, + "Ġangi": 43953, + "Ġmixer": 43954, + "iterable": 43955, + "ĠDefining": 43956, + "Ġchartered": 43957, + "ĠChecklist": 43958, + "Ġunwitting": 43959, + "ĠMechanism": 43960, + "Ġgemstones": 43961, + "Foreign": 43962, + "Ġcoveted": 43963, + "Ġraccoons": 43964, + "Pope": 43965, + "picture": 43966, + "wrong": 43967, + "warming": 43968, + "Ġwrench": 43969, + "Ġpt": 43970, + "Ġyelling": 43971, + "ĠCognition": 43972, + "aci": 43973, + "ĠBasket": 43974, + "ĠLCM": 43975, + "agia": 43976, + "ĠKerr": 43977, + "Ġrefineries": 43978, + "Ġerrand": 43979, + "Ġcriss": 43980, + "ĠPliny": 43981, + "Ġuniversality": 43982, + "ĠWalton": 43983, + "ĠSavage": 43984, + "Ġporosity": 43985, + "Ġcodified": 43986, + "ĠSheriff": 43987, + "Ġpadded": 43988, + "Ġardent": 43989, + "UX": 43990, + "fear": 43991, + "gkin": 43992, + "nearly": 43993, + "wid": 43994, + "reli": 43995, + "ĠSIG": 43996, + "ĠMoy": 43997, + "ĠRao": 43998, + "ĠLamp": 43999, + "igning": 44000, + "Ġrobe": 44001, + "Ġfloppy": 44002, + "Ġelectors": 44003, + "ĠLeigh": 44004, + "ĠMicros": 44005, + "Ġpunitive": 44006, + "ĠStatue": 44007, + "Ġinnocu": 44008, + "ĠExpanding": 44009, + "ĠNapoleonic": 44010, + "ipedes": 44011, + "Ġseabirds": 44012, + "Ġsincerely": 44013, + "ĠTikTok": 44014, + "Ġenshrined": 44015, + "Marsh": 44016, + "might": 44017, + "olition": 44018, + "Ġservitude": 44019, + "âĢľâ̦": 44020, + "Ġmagnifying": 44021, + "ĠPrefecture": 44022, + "ĠAcquisition": 44023, + "Ġrhyming": 44024, + "ĠPotato": 44025, + "Ġprecipitate": 44026, + "ĠNichols": 44027, + "Ġdisjoint": 44028, + "ĠEvangelical": 44029, + "Ġmultitasking": 44030, + "990": 44031, + "sers": 44032, + "rement": 44033, + "Ġfined": 44034, + "omist": 44035, + "Ġgazed": 44036, + "elig": 44037, + "ĠMOS": 44038, + "ĠBis": 44039, + "ivol": 44040, + "Ġrattlesn": 44041, + "Ġwhooping": 44042, + "ĠStam": 44043, + "getattr": 44044, + "Ġdiurnal": 44045, + "herson": 44046, + "ĠCoin": 44047, + "Ġecologist": 44048, + "Ġmerry": 44049, + "Ġflyers": 44050, + "ĠLegislation": 44051, + "Ġbombed": 44052, + "Ġgauges": 44053, + "Ġcigar": 44054, + "Ġ×Ķ": 44055, + "ĠPompeii": 44056, + "eq": 44057, + "zoelectric": 44058, + "chunk": 44059, + "ĠMigr": 44060, + "ĠVie": 44061, + "Ġstatehood": 44062, + "Ġslums": 44063, + "Ġhydrog": 44064, + "Ġburgers": 44065, + "Ġfloodplain": 44066, + "Ġsticker": 44067, + "ĠLightning": 44068, + "ĠOrdinary": 44069, + "Ġremodeling": 44070, + "Facebook": 44071, + "Ġeuthanasia": 44072, + "ĠGreco": 44073, + "ĠQuébec": 44074, + "hope": 44075, + "poles": 44076, + "serving": 44077, + "ĠCough": 44078, + "ĠLiar": 44079, + "Ġdoer": 44080, + "ĠShibu": 44081, + "lightly": 44082, + "marriage": 44083, + "Ġforwarded": 44084, + "Ġimmigrated": 44085, + "Ġwrists": 44086, + "multiply": 44087, + "Ġatheist": 44088, + "Ġsprawl": 44089, + "Ġointment": 44090, + "Either": 44091, + "Front": 44092, + "aah": 44093, + "fusion": 44094, + "aline": 44095, + "Ġbeers": 44096, + "Ġshakes": 44097, + "ĠVote": 44098, + "Ġsimiles": 44099, + "ĠCarb": 44100, + "ĠMahatma": 44101, + "ĠFairfax": 44102, + "Ġstylish": 44103, + "Ġhypersensitivity": 44104, + "ĠNSAIDs": 44105, + "Ġoutbursts": 44106, + "eveloped": 44107, + "ĠHyderabad": 44108, + "(\\": 44109, + "hospital": 44110, + "enb": 44111, + "Ġfainting": 44112, + "Ġweeping": 44113, + "Ġraster": 44114, + "Ġseq": 44115, + "Ġspears": 44116, + "ĠObl": 44117, + "industry": 44118, + "ĠKale": 44119, + "Ġblasts": 44120, + "Ġamazingly": 44121, + "arman": 44122, + "ĠShank": 44123, + "ĠAmendments": 44124, + "Ġhostage": 44125, + "Ġ:-": 44126, + "Ġliberate": 44127, + "ĠAirbnb": 44128, + "ĠClassics": 44129, + "Seek": 44130, + "ĠRadar": 44131, + "pubmed": 44132, + "Ġsulphate": 44133, + "ĠLectures": 44134, + "Sexual": 44135, + "rang": 44136, + "Ġcv": 44137, + "plasm": 44138, + "Ġschoolchildren": 44139, + "Ġbreached": 44140, + "ĠGenerator": 44141, + "Ġnightlife": 44142, + "DAP": 44143, + "ĠForensic": 44144, + "throughput": 44145, + "ĠSignificance": 44146, + "Ġtransplanting": 44147, + "Networking": 44148, + "Ġreplicating": 44149, + "Ġsucked": 44150, + "rofoam": 44151, + "Arabic": 44152, + "Diam": 44153, + "Vision": 44154, + "kner": 44155, + "à§": 44156, + "ĠIRA": 44157, + "Ġprecepts": 44158, + "cystic": 44159, + "Ġbroom": 44160, + "radio": 44161, + "Ġcutters": 44162, + "Ġhydrological": 44163, + "Ġinclusions": 44164, + "562": 44165, + "Ġsharpen": 44166, + "Ġrumored": 44167, + "Ġboreal": 44168, + "Ġfortunately": 44169, + "ĠInvestigator": 44170, + "ĠHubbard": 44171, + "Ġpennies": 44172, + "ĠShirley": 44173, + "olybdenum": 44174, + "ĠSas": 44175, + "ĠSIP": 44176, + "ĠDividing": 44177, + "ĠFrey": 44178, + "ĠOD": 44179, + "Ġpreoccupied": 44180, + "Ġquicksort": 44181, + "Ġunderweight": 44182, + "ismic": 44183, + "prises": 44184, + "Asian": 44185, + "Ġabsol": 44186, + "Ġblockages": 44187, + "Ġsacs": 44188, + "Ġpulsed": 44189, + "express": 44190, + "burst": 44191, + "Ġminimalist": 44192, + "Ġribbons": 44193, + "integration": 44194, + "ção": 44195, + "Ġclerical": 44196, + "ĠGloucester": 44197, + "wake": 44198, + "iliated": 44199, + "ĠFC": 44200, + "ĠJJ": 44201, + "ĠKush": 44202, + "Ġmetering": 44203, + "anking": 44204, + "reta": 44205, + "Ġbooked": 44206, + "Ġconstituting": 44207, + "ioxide": 44208, + "ĠStephens": 44209, + "Ġgroves": 44210, + "Ġinterrupting": 44211, + "donald": 44212, + "corrh": 44213, + "Quantum": 44214, + "ĠSofia": 44215, + "Ig": 44216, + "PET": 44217, + "creating": 44218, + "lob": 44219, + "ý": 44220, + "Ġwallets": 44221, + "Ġhamb": 44222, + "Ġisomorphic": 44223, + "acio": 44224, + "ĠBillion": 44225, + "ĠKara": 44226, + "ĠVisc": 44227, + "Ġblasphem": 44228, + "meable": 44229, + "letes": 44230, + "ĠGuill": 44231, + "Ġaxons": 44232, + "glacial": 44233, + "466": 44234, + "counting": 44235, + "Ġmemorandum": 44236, + "Ġhalting": 44237, + "developmental": 44238, + "ĠLagrange": 44239, + "Insert": 44240, + "Ġunleash": 44241, + "Truth": 44242, + "habited": 44243, + "ĠAdmiralty": 44244, + "Ġproprietor": 44245, + "Ġassemblage": 44246, + "Tests": 44247, + "qi": 44248, + "hertz": 44249, + "osher": 44250, + "ĠGT": 44251, + "pline": 44252, + "plains": 44253, + "Ġscoot": 44254, + "ĠStyles": 44255, + "Ġrefocus": 44256, + "combe": 44257, + "Anna": 44258, + "ENCES": 44259, + "481": 44260, + "Ġdiners": 44261, + "ĠMoab": 44262, + "Disadvantages": 44263, + "Ġpapaya": 44264, + "Board": 44265, + "ĠHazards": 44266, + "ĠPharmacy": 44267, + "Ġtsunamis": 44268, + "Ġreprint": 44269, + "ĠScratch": 44270, + "ĠBelfast": 44271, + "Lie": 44272, + "UAL": 44273, + "hore": 44274, + "enas": 44275, + "icile": 44276, + "Ġcanes": 44277, + "Ġchrys": 44278, + "ĠWatching": 44279, + "ocles": 44280, + "ĠFeng": 44281, + "Ġrulings": 44282, + "ARI": 44283, + "Ġutilise": 44284, + "Ġambush": 44285, + "ĠWilkins": 44286, + "Ġaqueduct": 44287, + "Ġvacations": 44288, + "MEs": 44289, + "ĠBrady": 44290, + "ĠBreakfast": 44291, + "Ġtheorist": 44292, + "Ġemigrants": 44293, + "Ġculprits": 44294, + "Ġantisocial": 44295, + "ĠCoronavirus": 44296, + "Ġannihilation": 44297, + "Ġtacit": 44298, + "Ġpropellant": 44299, + "Ġimpatient": 44300, + "Ġdiastolic": 44301, + "Mes": 44302, + "Slow": 44303, + "Ti": 44304, + "gap": 44305, + "ĠAML": 44306, + "ĠSAF": 44307, + "ĠBamboo": 44308, + "Ġseced": 44309, + "ĠDuration": 44310, + "ĠNiss": 44311, + "Ġabusing": 44312, + "aius": 44313, + "ĠCoach": 44314, + "ĠSafari": 44315, + "ĠMoj": 44316, + "Ġcongrat": 44317, + "Ġbeech": 44318, + "ĠTribunal": 44319, + "ĠMaui": 44320, + "ĠScholarship": 44321, + "vaccinated": 44322, + "Ġadsorption": 44323, + "Ġdiuretic": 44324, + "ĠHISTORY": 44325, + "070": 44326, + "577": 44327, + "ĠTate": 44328, + "Ġstunned": 44329, + "ĠAFP": 44330, + "ulism": 44331, + "istem": 44332, + "ĠMMR": 44333, + "ĠNau": 44334, + "ellum": 44335, + "Ġinfrequently": 44336, + "apprec": 44337, + "overl": 44338, + "brushes": 44339, + "Ġalternately": 44340, + "Ġboundless": 44341, + "Ġ:=": 44342, + "aturation": 44343, + "Ġunknowns": 44344, + "boundary": 44345, + "Featured": 44346, + "ezvous": 44347, + "Ġappendages": 44348, + "Ġsemicirc": 44349, + "Ġinvertible": 44350, + "Ġanaphylaxis": 44351, + "lé": 44352, + "Ġcrows": 44353, + "ĠDARPA": 44354, + "Ġleash": 44355, + "Ġglimmer": 44356, + "Ġsteaming": 44357, + "Connell": 44358, + "ĠSett": 44359, + "ĠBrett": 44360, + "Ġrectify": 44361, + "ĠMagnet": 44362, + "querque": 44363, + "Ġrefreshed": 44364, + "Ġostensibly": 44365, + "Ġbogged": 44366, + "Ġkeratin": 44367, + "ĠEliminate": 44368, + "ĠDresden": 44369, + "Moses": 44370, + "Own": 44371, + "olins": 44372, + "ĠCrew": 44373, + "ntz": 44374, + "Ġrup": 44375, + "izu": 44376, + "ĠBeen": 44377, + "Ġfallopian": 44378, + "Whole": 44379, + "ĠXOR": 44380, + "Ġcampers": 44381, + "ocrat": 44382, + "Ġtouring": 44383, + "ĠANY": 44384, + "ĠProvinces": 44385, + "Ġrelativism": 44386, + "ĠRenew": 44387, + "Ġallegory": 44388, + "Ġposterity": 44389, + "Ġbureaucrats": 44390, + "Ġdroplet": 44391, + "Ġneuromuscular": 44392, + "OOD": 44393, + "Ġores": 44394, + "ĠSod": 44395, + "ĠCi": 44396, + "ĠBorders": 44397, + "Ġscouts": 44398, + "Ġrepressed": 44399, + "Ġtakeoff": 44400, + "Ġsuperimposed": 44401, + "Ġrollers": 44402, + "agoons": 44403, + "Ġnanom": 44404, + "ĠEstimate": 44405, + "ocysteine": 44406, + "Install": 44407, + "Ġbuttocks": 44408, + "Ġmultiplies": 44409, + "Ġgrips": 44410, + "Ġimprovisation": 44411, + "Ġmartyrdom": 44412, + "Ġfaucet": 44413, + "ĠAnabapt": 44414, + "875": 44415, + "iatives": 44416, + "jing": 44417, + "lal": 44418, + "animals": 44419, + "Ġmids": 44420, + "ĠBuc": 44421, + "ethics": 44422, + "Ġmatures": 44423, + "eele": 44424, + "ĠSpending": 44425, + "Ġeroding": 44426, + "Ġerythe": 44427, + "()).": 44428, + "Ġauthorize": 44429, + "Ġcollars": 44430, + "ALE": 44431, + "ĠRoan": 44432, + "Ġdripping": 44433, + "ĠVoltage": 44434, + "Ġswimmer": 44435, + "Ġsubscriber": 44436, + "ĠRhod": 44437, + "Previously": 44438, + "Ġchronicle": 44439, + "ĠMongoDB": 44440, + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 44441, + "ĠPrediction": 44442, + "ĠAyurvedic": 44443, + "ĠHazardous": 44444, + "Ġgypsum": 44445, + "ĠShibuya": 44446, + "Birds": 44447, + "Must": 44448, + "Mike": 44449, + "Pad": 44450, + "hh": 44451, + "asu": 44452, + "urian": 44453, + "ĠBé": 44454, + "ĠHick": 44455, + "ĠHLA": 44456, + "ĠLV": 44457, + "ĠLHC": 44458, + "Ġheral": 44459, + "Ġsmashed": 44460, + "ĠAlc": 44461, + "Ġglide": 44462, + "Ġparticulars": 44463, + "Ġbiopsies": 44464, + "Ġmomentous": 44465, + "Ġmutable": 44466, + "immun": 44467, + "Ġshrunk": 44468, + "Ġsqueezing": 44469, + "Ġlabyrinthine": 44470, + "Ġmetamorphosis": 44471, + "ĠKippur": 44472, + "<>();": 44473, + "Fem": 44474, + "questions": 44475, + "ĠWalls": 44476, + "Ġatrium": 44477, + "andi": 44478, + "Ġcompresses": 44479, + "Ġcoer": 44480, + "Ġcritters": 44481, + "Ġvirulent": 44482, + "Ġtrending": 44483, + "breaks": 44484, + "Ġapathy": 44485, + "Ġsynergy": 44486, + "Ġidyll": 44487, + "ĠÏģ": 44488, + "THER": 44489, + "templ": 44490, + "checked": 44491, + "ĠPayPal": 44492, + "optim": 44493, + "ĠElias": 44494, + "ĠMagna": 44495, + "ĠConsultant": 44496, + "Ġdiscontinuity": 44497, + "ĠEmirates": 44498, + "'},": 44499, + "Pick": 44500, + "ĠTone": 44501, + "ĠPOS": 44502, + "ĠEG": 44503, + "Ġshaving": 44504, + "Ġoutwards": 44505, + "Exam": 44506, + "Ġsilenced": 44507, + "Ġcolonel": 44508, + "ĠSchult": 44509, + "ĠSurgeons": 44510, + "Ġmilkweed": 44511, + "Ġwalled": 44512, + "ADD": 44513, + "ĠDistributed": 44514, + "Ġâ̦.": 44515, + "ĠSkype": 44516, + "Ġresiliency": 44517, + "Ġinstinctively": 44518, + "Ġsynchronize": 44519, + "ĠOrdnance": 44520, + "Britain": 44521, + "ĠMendel": 44522, + "ĠRegistered": 44523, + "Ġpungent": 44524, + "Flex": 44525, + "Ros": 44526, + "inates": 44527, + "enton": 44528, + "Ġlids": 44529, + "rae": 44530, + "ĠShor": 44531, + "ĠVor": 44532, + "Ġreprogram": 44533, + "Ġ`\\": 44534, + "Ġservicing": 44535, + "ĠArrow": 44536, + "Ġauditing": 44537, + "ĠAppend": 44538, + "Ġangina": 44539, + "Ġsynagogues": 44540, + "ĠDistricts": 44541, + "Äģm": 44542, + "461": 44543, + "462": 44544, + "ĠAssessments": 44545, + "Ġelaboration": 44546, + "ĠRoutine": 44547, + "ĠEXP": 44548, + "Ġhummingbird": 44549, + "ĠHomeschool": 44550, + "Arist": 44551, + "Ġmcg": 44552, + "Ġvoids": 44553, + "acin": 44554, + "ĠBattles": 44555, + "ĠRI": 44556, + "ĠRift": 44557, + "Ġimpass": 44558, + "Ġspeciation": 44559, + "cken": 44560, + "ĠSey": 44561, + "ĠTrich": 44562, + "ĠMarcell": 44563, + "Ġconclusively": 44564, + "ĠEducator": 44565, + "iteracy": 44566, + "ĠFla": 44567, + "Ġlichen": 44568, + "Ġshadowy": 44569, + "Ġburying": 44570, + "ĠVALUES": 44571, + "Ġinsurmountable": 44572, + "Baby": 44573, + "MHz": 44574, + "[],": 44575, + "Ġmarm": 44576, + "ĠTuls": 44577, + "ĠChess": 44578, + "ĠBorg": 44579, + "ĠVij": 44580, + "Ġlookin": 44581, + "Ġbiot": 44582, + "ĠLeiden": 44583, + "rado": 44584, + "Ġfootnote": 44585, + "Ġilluminates": 44586, + "Ġdeliberation": 44587, + "Ġdischarging": 44588, + "ĠAeronautics": 44589, + "ĠDerby": 44590, + "missible": 44591, + "Ġtyrant": 44592, + "Ġresettlement": 44593, + "Collins": 44594, + "Ġventricles": 44595, + "efficiencies": 44596, + "Ġaltruistic": 44597, + "Ġunknowingly": 44598, + "Ġ);": 44599, + "Ġsiding": 44600, + "leaning": 44601, + "Ġhitch": 44602, + "riced": 44603, + "Ġjustly": 44604, + "iqued": 44605, + "measured": 44606, + "ĠActual": 44607, + "Ġillustrative": 44608, + "Ġwrongdoing": 44609, + "Ġattendants": 44610, + "ĠFundamentals": 44611, + "Ġasymmetrical": 44612, + "Inflamm": 44613, + "Older": 44614, + "Ġobstructions": 44615, + "Ġemptied": 44616, + "Ġselfishness": 44617, + "ĠHau": 44618, + "Thinking": 44619, + "Ġsecondhand": 44620, + "ĠBeans": 44621, + "Ġpreclude": 44622, + "haired": 44623, + "Unique": 44624, + "ĠScotch": 44625, + "Ġencompassed": 44626, + "Ġgadget": 44627, + "ĠBeatles": 44628, + "Ġinvertebrate": 44629, + "Ġeloquent": 44630, + "oderma": 44631, + "Fran": 44632, + "Youth": 44633, + "amber": 44634, + "orepinephrine": 44635, + "ĠHahn": 44636, + "ightly": 44637, + "ĠUL": 44638, + "Ġrelocating": 44639, + "Ġmonoclonal": 44640, + "Ġguise": 44641, + "cula": 44642, + "Ġpercentiles": 44643, + "Ġswans": 44644, + "Ġmarketers": 44645, + "Ġreviewer": 44646, + "ĠViral": 44647, + "Ġsplint": 44648, + "ĠSamoa": 44649, + "Submitted": 44650, + "ĠNotebook": 44651, + "Ġclerks": 44652, + "Lewis": 44653, + "frequent": 44654, + "oction": 44655, + "Ġwoe": 44656, + "olm": 44657, + "ĠWren": 44658, + "Ġresorted": 44659, + "Ġconsort": 44660, + "manufact": 44661, + "Ġcrate": 44662, + "Ġconverters": 44663, + "Ġtaxis": 44664, + "Ġhearth": 44665, + "visional": 44666, + "473": 44667, + "Ord": 44668, + "ĠBuying": 44669, + "ĠGarfield": 44670, + "ĠHanover": 44671, + "Ġovercame": 44672, + "Ġpleasurable": 44673, + "ĠElyria": 44674, + "Ġfocussed": 44675, + "585": 44676, + "Dead": 44677, + "fir": 44678, + "б": 44679, + "Ġunbound": 44680, + "Ġsubduction": 44681, + "Ġflaps": 44682, + "Ġtransitive": 44683, + "icki": 44684, + "Ġkeynote": 44685, + "ĠExamin": 44686, + "Ġsentencing": 44687, + "helps": 44688, + "Ġsymbolically": 44689, + "Ġthickened": 44690, + "Ġalerted": 44691, + "Ġperpetuating": 44692, + "Ġfeminists": 44693, + "ochemicals": 44694, + "ĠProtestantism": 44695, + "Ġconcatenated": 44696, + "aaS": 44697, + "asmodium": 44698, + "Ġinfinitesimal": 44699, + "YC": 44700, + "Ġpane": 44701, + "Ġmins": 44702, + "roof": 44703, + "ĠTig": 44704, + "ĠTasks": 44705, + "Ġgren": 44706, + "Ġgospels": 44707, + "istration": 44708, + "ĠPé": 44709, + "ĠNath": 44710, + "Ġintending": 44711, + "agland": 44712, + "apocalyptic": 44713, + "Ġcurators": 44714, + "rosine": 44715, + "ĠClan": 44716, + "Ġgrating": 44717, + "Spain": 44718, + "Ġqueues": 44719, + "Ġentitlement": 44720, + "Ġanthocyan": 44721, + "torch": 44722, + "Ġostrac": 44723, + "Ġimprobable": 44724, + "keypox": 44725, + "531": 44726, + "Ġdashed": 44727, + "Ġreimag": 44728, + "osceles": 44729, + "ostatic": 44730, + "eway": 44731, + "rowave": 44732, + "exe": 44733, + "ĠiT": 44734, + "Ġsleeps": 44735, + "Ġsweeter": 44736, + "Ġbreastfeed": 44737, + "Parse": 44738, + "大": 44739, + "ĠEuphrates": 44740, + "trig": 44741, + "alers": 44742, + "gebras": 44743, + "ĠBing": 44744, + "Ġuphill": 44745, + "Ġtreasured": 44746, + "Ġbrushed": 44747, + "ĠCannot": 44748, + "ĠChristina": 44749, + "ĠMarcel": 44750, + "Ġapocalypse": 44751, + "488": 44752, + "Ġaccommodated": 44753, + "Ġmemorizing": 44754, + "ĠEpstein": 44755, + "compared": 44756, + "Ġconstituency": 44757, + "Ġphonological": 44758, + "Ġstaunch": 44759, + "Characteristics": 44760, + "ĠByzantium": 44761, + "ĠMosquito": 44762, + "Ay": 44763, + "ĠMifflin": 44764, + "Ġunspoken": 44765, + "ĠKeeper": 44766, + "ĠAluminum": 44767, + "Ġallowable": 44768, + "Ġsectarian": 44769, + "Ġfearless": 44770, + "ĠSalvation": 44771, + "Ġadventurers": 44772, + "Ġhoop": 44773, + "Assess": 44774, + "Surface": 44775, + "Ġpancreatitis": 44776, + "Ġbottleneck": 44777, + "ataset": 44778, + "Suggested": 44779, + "ĠNervous": 44780, + "Ġausterity": 44781, + "Biological": 44782, + "York": 44783, + "joint": 44784, + "terious": 44785, + "ĠErd": 44786, + "Ġunify": 44787, + "Ġjade": 44788, + "obacillus": 44789, + "Ġaffirms": 44790, + "ĠChristie": 44791, + "progress": 44792, + "regional": 44793, + "ĠAssociations": 44794, + "ĠCouncils": 44795, + "Independent": 44796, + "ĠVisiting": 44797, + "raneous": 44798, + "Ġdecayed": 44799, + "Ġworshiped": 44800, + "Ġdilated": 44801, + "ĠDetermination": 44802, + "ĠOwens": 44803, + "Ġreconciled": 44804, + "Ġheirloom": 44805, + "ĠMiG": 44806, + "tymology": 44807, + "ĠTMJ": 44808, + "ĠAcceptance": 44809, + "Jacob": 44810, + "rinted": 44811, + "Ġconund": 44812, + "ĠLef": 44813, + "weights": 44814, + "Ġrepud": 44815, + "Ġairfield": 44816, + "afia": 44817, + "Ġsnapping": 44818, + "uckles": 44819, + "Ġcommercialization": 44820, + "ĠSyll": 44821, + "Ġexclusivity": 44822, + "DoS": 44823, + "Ġhorseshoe": 44824, + "Ġfungicides": 44825, + "Preparing": 44826, + "ĠCapture": 44827, + "ĠIntegral": 44828, + "months": 44829, + "ĠRandall": 44830, + "Patient": 44831, + "Military": 44832, + "464": 44833, + "capt": 44834, + "hof": 44835, + "åį": 44836, + "Ġaired": 44837, + "Ġbenthic": 44838, + "entral": 44839, + "adam": 44840, + "ĠBarker": 44841, + "Ġallusion": 44842, + "Ġgrader": 44843, + "matism": 44844, + "Ġbiomarker": 44845, + "Ġvowed": 44846, + "Ġvomit": 44847, + "ĠChennai": 44848, + "ĠLaksh": 44849, + "Ġgloom": 44850, + "940": 44851, + "RED": 44852, + "hunting": 44853, + "internal": 44854, + "Ġfou": 44855, + "iculate": 44856, + "Ġhikers": 44857, + "Ġleases": 44858, + "Ġimaged": 44859, + "ĠJammu": 44860, + "ritus": 44861, + "heny": 44862, + "Ġjustifies": 44863, + "Ġtakeaways": 44864, + "Ġdesignations": 44865, + "requencies": 44866, + "Ġbowling": 44867, + "Ġfossilized": 44868, + "igmoid": 44869, + "Ġguaranteeing": 44870, + "ĠPrak": 44871, + "educational": 44872, + "ĠBluff": 44873, + "ĠDermatology": 44874, + "Echo": 44875, + "Pair": 44876, + "flying": 44877, + "pie": 44878, + "pull": 44879, + "ĠTensor": 44880, + "ĠPurch": 44881, + "Ġchassis": 44882, + "Ġrang": 44883, + "ĠDG": 44884, + "ĠDro": 44885, + "ĠRin": 44886, + "ruz": 44887, + "Ġkrill": 44888, + "uben": 44889, + "Ġblister": 44890, + "identity": 44891, + "Ġplanar": 44892, + "ĠSpaces": 44893, + "Ġzoon": 44894, + "Ġprobation": 44895, + "posable": 44896, + "ĠAgile": 44897, + "ĠSkip": 44898, + "Coal": 44899, + "popular": 44900, + "Ġalienated": 44901, + "division": 44902, + "Ġupsetting": 44903, + "reports": 44904, + "Ġutterance": 44905, + "Semitic": 44906, + "ĠClarence": 44907, + "Ġantifungal": 44908, + "Ġextravagant": 44909, + "615": 44910, + "methyl": 44911, + "olor": 44912, + "ĠCuster": 44913, + "ĠWaves": 44914, + "ĠLaz": 44915, + "achim": 44916, + "Ġconsoles": 44917, + "undered": 44918, + "ivalence": 44919, + "Ġastro": 44920, + "Ġmouthwash": 44921, + "ĠFounders": 44922, + "ĠRobots": 44923, + "ĠRockies": 44924, + "Ġalbumin": 44925, + "Ġheredity": 44926, + "monton": 44927, + "Ġencapsulated": 44928, + "Ġrevitalize": 44929, + "Honey": 44930, + "RM": 44931, + "Ġoracle": 44932, + "ĠJSTOR": 44933, + "llib": 44934, + "Ġdiscourses": 44935, + "Ġaffirming": 44936, + "602": 44937, + "ĠAbbott": 44938, + "Ġsteamer": 44939, + "headers": 44940, + "Ġderog": 44941, + "eforestation": 44942, + "Ġbowels": 44943, + "Ġsupplementing": 44944, + "ĠBaal": 44945, + "iphany": 44946, + "Ġdurations": 44947, + "Ġchimpanzee": 44948, + "Round": 44949, + "frey": 44950, + "Ġtard": 44951, + "arat": 44952, + "ĠPossibly": 44953, + "ĠKiev": 44954, + "Ġinsurers": 44955, + "exercise": 44956, + "Ġendearing": 44957, + "Ġplanks": 44958, + "clad": 44959, + "Ġpurge": 44960, + "ĠReplacing": 44961, + "loe": 44962, + "ĠExamining": 44963, + "Ġtrickle": 44964, + "Ġtrope": 44965, + "Ġoverthrown": 44966, + "ĠBoulevard": 44967, + "ĠPlatte": 44968, + "Ġaustral": 44969, + "ĠPfizer": 44970, + "Recognizing": 44971, + "ĠPhrases": 44972, + "]`,": 44973, + "buffer": 44974, + "atoms": 44975, + "urls": 44976, + "ĠPix": 44977, + "ĠFTA": 44978, + "Ġfevers": 44979, + "ĠCaled": 44980, + "Ġmagnified": 44981, + "ĠMinh": 44982, + "Ġcontractual": 44983, + "ĠAccom": 44984, + "ULD": 44985, + "ĠProduce": 44986, + "Bring": 44987, + "Copy": 44988, + "reases": 44989, + "sta": 44990, + "ifs": 44991, + "ĠBom": 44992, + "osive": 44993, + "obar": 44994, + "obiology": 44995, + "Ġchecker": 44996, + "Ġmoratorium": 44997, + "ITT": 44998, + "Ġboosters": 44999, + "ĠCPUs": 45000, + "Ġsucculents": 45001, + "ĠDalton": 45002, + "ĠEtrus": 45003, + "Ġawaits": 45004, + "ĠDVDs": 45005, + "Condition": 45006, + "atians": 45007, + "herst": 45008, + "riot": 45009, + "ĠStages": 45010, + "Ġrelays": 45011, + "oviruses": 45012, + "Ġcarriages": 45013, + "Ġdemos": 45014, + "ĠNoSQL": 45015, + "Ġvilla": 45016, + "ĠInterventions": 45017, + "Ġwetter": 45018, + "Ġstreaks": 45019, + "Ġenvisioning": 45020, + "financial": 45021, + "ĠAdaptive": 45022, + "Ġomnisc": 45023, + "Ġfrescoes": 45024, + "Ġvapors": 45025, + "Ġcytokine": 45026, + "Ġboson": 45027, + "Ġthroats": 45028, + "Ġinnocuous": 45029, + "Dividing": 45030, + "Joe": 45031, + "Roy": 45032, + "RIs": 45033, + "hound": 45034, + "Ġsultan": 45035, + "Ġeosin": 45036, + "ĠTRA": 45037, + "raim": 45038, + "ĠCisco": 45039, + "Ġvor": 45040, + "ĠDimensions": 45041, + "ĠRosh": 45042, + "clim": 45043, + "Ġdevotional": 45044, + "ĠPhi": 45045, + "phasize": 45046, + "aura": 45047, + "Regional": 45048, + "Ġcoronation": 45049, + "ĠHemp": 45050, + "Ġrelieves": 45051, + "Importance": 45052, + "Wildlife": 45053, + "Ġscorching": 45054, + "438": 45055, + "612": 45056, + "690": 45057, + "Bus": 45058, + "Brad": 45059, + "Fisher": 45060, + "foil": 45061, + "hoc": 45062, + "ù": 45063, + "ĠCGI": 45064, + "ogies": 45065, + "ĠGanges": 45066, + "Ġtwitter": 45067, + "uges": 45068, + "Ġsunscreens": 45069, + "ĠController": 45070, + "Ġpatiently": 45071, + "ĠPolk": 45072, + "Ġwithdrawals": 45073, + "Ġprosecute": 45074, + "Torch": 45075, + "ĠJakarta": 45076, + ".);": 45077, + "dial": 45078, + "opods": 45079, + "ĠWearing": 45080, + "agent": 45081, + "akat": 45082, + "Ġtrapez": 45083, + "Ġraged": 45084, + "Ġflue": 45085, + "Ġconfid": 45086, + "alez": 45087, + "ĠScal": 45088, + "ĠAdoption": 45089, + "Ġantlers": 45090, + "Ġbloodshed": 45091, + "Ġtruce": 45092, + "Ġswan": 45093, + "ributing": 45094, + "psilon": 45095, + "auto": 45096, + "Ġbarbec": 45097, + "secure": 45098, + "ĠÃĥ": 45099, + "barium": 45100, + "rickson": 45101, + "buquerque": 45102, + "ĠKaelin": 45103, + "ĠHonda": 45104, + "Ġjudiciously": 45105, + "ĠSTEAM": 45106, + "Ġdiaper": 45107, + "bration": 45108, + "iables": 45109, + "motion": 45110, + "Ġbunker": 45111, + "Ġchakra": 45112, + "ĠFountain": 45113, + "ipital": 45114, + "ĠUber": 45115, + "Ġpretext": 45116, + "Ġopposes": 45117, + "Ġlooms": 45118, + "ĠClosed": 45119, + "Ġpersonalize": 45120, + "ĠAmnesty": 45121, + "ĠControlling": 45122, + "ĠEliza": 45123, + "673": 45124, + "üh": 45125, + "ĠMultiply": 45126, + "Carl": 45127, + "Ġescalated": 45128, + "ĠMeasurements": 45129, + "ĠZionism": 45130, + "({'": 45131, + "Ġrallies": 45132, + "styrene": 45133, + "|-": 45134, + "ĠSuc": 45135, + "ĠFut": 45136, + "ĠThereafter": 45137, + "Ġpropels": 45138, + "Exc": 45139, + "breed": 45140, + "Ġdespised": 45141, + "Ġperpetrated": 45142, + "Ġcommemorative": 45143, + "ĠNCERT": 45144, + "Ġsuspenseful": 45145, + "ĠAutomated": 45146, + "Difficult": 45147, + "ĠMackenzie": 45148, + "Nobody": 45149, + ":|": 45150, + "Cand": 45151, + "heets": 45152, + "abas": 45153, + "ĠPact": 45154, + "ntown": 45155, + "ĠHide": 45156, + "Ġrationally": 45157, + "Ġdeton": 45158, + "Ġslump": 45159, + "ĠShale": 45160, + "Ġnetting": 45161, + "Ġdomino": 45162, + "Ġethylene": 45163, + "flowing": 45164, + "Ġbioavailability": 45165, + "Ġjurisprudence": 45166, + "ĠEntom": 45167, + "ĠAllowing": 45168, + "ĠNursery": 45169, + "Ġcarotid": 45170, + "537": 45171, + "Corpor": 45172, + "Ġpavilion": 45173, + "Ġinsofar": 45174, + "Ġlapse": 45175, + "ĠBUT": 45176, + "Ġplugging": 45177, + "Ġappending": 45178, + "avened": 45179, + "foreign": 45180, + "Ġafflict": 45181, + "Ġbathe": 45182, + "Alg": 45183, + "Ġconsequential": 45184, + "Ġmisdirection": 45185, + "ĠSchwe": 45186, + "Ġturret": 45187, + "ĠOrdered": 45188, + "maybe": 45189, + "ĠMüller": 45190, + "fet": 45191, + "ono": 45192, + "enfranch": 45193, + "ĠTat": 45194, + "ĠSeren": 45195, + "ĠSiem": 45196, + "estrogen": 45197, + "Ġrpm": 45198, + "ĠLDS": 45199, + "ĠOedipus": 45200, + "Ġbetting": 45201, + "Ġattrition": 45202, + "Ġdaycare": 45203, + "Ġpostcards": 45204, + "Ġmaxima": 45205, + "Adjust": 45206, + "ITIES": 45207, + "ĠTransaction": 45208, + "Ġmalnourished": 45209, + "Ġdeliverance": 45210, + "Ġthanksgiving": 45211, + "Steps": 45212, + "ĠOttomans": 45213, + "ĠMonths": 45214, + "Ġeigenvector": 45215, + "Interesting": 45216, + "Dialogue": 45217, + "Ġidolatry": 45218, + "Ġreopened": 45219, + "ĠDee": 45220, + "ĠDRC": 45221, + "rips": 45222, + "ĠNess": 45223, + "velocity": 45224, + "Ġreclamation": 45225, + "Ġautophagy": 45226, + "Ġpotted": 45227, + "Ġstandby": 45228, + "ĠTwentieth": 45229, + "ausoleum": 45230, + "Ġoptimizations": 45231, + "ulsed": 45232, + "ĠHorus": 45233, + "ĠSelective": 45234, + "ĠReno": 45235, + "Returns": 45236, + "ĠQualitative": 45237, + "Ġinterspersed": 45238, + "513": 45239, + "cra": 45240, + "houn": 45241, + "Ġtester": 45242, + "ĠWax": 45243, + "ripe": 45244, + "Ġplaza": 45245, + "Ġkidd": 45246, + "ĠJasper": 45247, + "ĠInjection": 45248, + "ilever": 45249, + "athom": 45250, + "tenberg": 45251, + "inside": 45252, + "Ġcentimeter": 45253, + "ĠExactly": 45254, + "Ġbathed": 45255, + "Ġgameplay": 45256, + "ĠCharlemagne": 45257, + "Ġepip": 45258, + "Ġdinners": 45259, + "ĠAnniversary": 45260, + "Recall": 45261, + "Ġdistinguishable": 45262, + "Extra": 45263, + "Ġexhale": 45264, + "Ġdislocation": 45265, + "Ġbrochures": 45266, + "austroph": 45267, + "atestyles": 45268, + "templatestyles": 45269, + "737": 45270, + "Josh": 45271, + "Rule": 45272, + "sand": 45273, + "tenth": 45274, + "enics": 45275, + "Ġtopping": 45276, + "entery": 45277, + "imetry": 45278, + "ĠShem": 45279, + "umbo": 45280, + "Ġinflow": 45281, + "Ġwatercolor": 45282, + "Ġconcom": 45283, + "rictions": 45284, + "Ġparams": 45285, + "ĠModify": 45286, + "Ġinhuman": 45287, + "Ġgenesis": 45288, + "ixties": 45289, + "Ġmammography": 45290, + "Ġpacemaker": 45291, + "ĠMotivation": 45292, + "Ġelegantly": 45293, + "Ġfeeble": 45294, + "Ġstewards": 45295, + "Ġincubator": 45296, + "Ġbrewery": 45297, + "probability": 45298, + "Ġoftentimes": 45299, + "acquired": 45300, + "632": 45301, + "Times": 45302, + "gmy": 45303, + "tidal": 45304, + "ĠPPE": 45305, + "ĠDos": 45306, + "wei": 45307, + "Ġexaminer": 45308, + "ĠIntake": 45309, + "Ġhypocrisy": 45310, + "ĠHeroes": 45311, + "blasts": 45312, + "menu": 45313, + "Ġdedicating": 45314, + "rologist": 45315, + "HOOL": 45316, + "films": 45317, + "ĠOlivia": 45318, + "Ġiconography": 45319, + "Ġwormhole": 45320, + "Ġtranscendent": 45321, + "ĠiPod": 45322, + "ĠMammals": 45323, + "ĠCobb": 45324, + "ĠFAQs": 45325, + "ounsaturated": 45326, + "Ġhegemony": 45327, + "NER": 45328, + "Ġbp": 45329, + "Ġbegged": 45330, + "ĠTaft": 45331, + "Ġalligator": 45332, + "acean": 45333, + "ĠShot": 45334, + "Ġmechanistic": 45335, + "Ġmicrobe": 45336, + "Ġmicroplastics": 45337, + "ĠSchul": 45338, + "ROS": 45339, + "Ġtailoring": 45340, + "Ġalgorithmic": 45341, + "Ġappreciating": 45342, + "URCES": 45343, + "ĠPersu": 45344, + "ĠCarefully": 45345, + "ĠSkinner": 45346, + "ĠBrahm": 45347, + "Ġmagistrates": 45348, + "ĠSergeant": 45349, + "Ġfidget": 45350, + "Seasonal": 45351, + "523": 45352, + "wt": 45353, + "xism": 45354, + "relevant": 45355, + "ustering": 45356, + "ĠOC": 45357, + "epe": 45358, + "avir": 45359, + "Ġexporter": 45360, + "Ġpositivity": 45361, + "Ġsurfact": 45362, + "ĠAsiatic": 45363, + "ĠScripps": 45364, + "ikan": 45365, + "ophores": 45366, + "Ġspreadsheets": 45367, + "Ġcommercials": 45368, + "Scope": 45369, + "Ġdramas": 45370, + "Ġdecidedly": 45371, + "Ġthreaded": 45372, + "Ġunpack": 45373, + "479": 45374, + "Ġtightened": 45375, + "Ġgrove": 45376, + "Ġenthusiastically": 45377, + "ĠPunishment": 45378, + "garde": 45379, + "Ġsomethin": 45380, + "Bab": 45381, + "FD": 45382, + "rö": 45383, + "Ġhilly": 45384, + "Ġejection": 45385, + "Ġladders": 45386, + "elands": 45387, + "Ġaloe": 45388, + "Ġja": 45389, + "ĠKand": 45390, + "Ġworkstation": 45391, + "Ġinvinc": 45392, + "Ġedifice": 45393, + "Ġtesticles": 45394, + "undance": 45395, + "ĠProx": 45396, + "ĠSpy": 45397, + "Items": 45398, + "ĠElk": 45399, + "Ġstacking": 45400, + "Ġprioritization": 45401, + "Ġdigestible": 45402, + "ReadLine": 45403, + "561": 45404, + "ĠPhotographs": 45405, + "ĠMasonic": 45406, + "Radiation": 45407, + "Blog": 45408, + "ĠSoutheastern": 45409, + "uders": 45410, + "cyt": 45411, + "ĠAsbestos": 45412, + "escape": 45413, + "Ġdeepens": 45414, + "ĠContain": 45415, + "Ġdebugger": 45416, + "Ġfares": 45417, + "Ġvitally": 45418, + "Ġrarer": 45419, + "654": 45420, + "MLA": 45421, + "ĠFeet": 45422, + "Ġpandemics": 45423, + "ĠSheridan": 45424, + "Ġapostrophe": 45425, + "Ġwreckage": 45426, + "Missing": 45427, + "Ġdelicacy": 45428, + "+.": 45429, + "Je": 45430, + "zew": 45431, + "zburg": 45432, + "edema": 45433, + "ĠAux": 45434, + "ĠJH": 45435, + "Ġdecont": 45436, + "Ġvalence": 45437, + "ĠRept": 45438, + "ĠZed": 45439, + "Ġastrophys": 45440, + "Ġmoonlight": 45441, + "987": 45442, + "Ġdispositions": 45443, + "Ġchatting": 45444, + "Ġsprinkled": 45445, + "Ġoverestimate": 45446, + "Ġsorcerer": 45447, + "439": 45448, + "Ġptr": 45449, + "ilted": 45450, + "ĠHU": 45451, + "ĠRd": 45452, + "ostat": 45453, + "Ġconstrain": 45454, + "ĠAllison": 45455, + "Ġdarkened": 45456, + "Plate": 45457, + "riminals": 45458, + "Activities": 45459, + "ĠABOUT": 45460, + "Ġamenable": 45461, + "Ġobeyed": 45462, + "ïve": 45463, + "Ġchampionship": 45464, + "ĠCannabis": 45465, + "Ġalveolar": 45466, + "located": 45467, + "taken": 45468, + "Ġmummies": 45469, + "Ġdans": 45470, + "thro": 45471, + "ĠOB": 45472, + "Ġdisple": 45473, + "Ġinfographics": 45474, + "egovina": 45475, + "Ġinsanity": 45476, + "Ġvec": 45477, + "ĠDepot": 45478, + "ĠSupplementary": 45479, + "ĠUSAID": 45480, + "âs": 45481, + "Ġroyalties": 45482, + "ĠBernoulli": 45483, + "Ġhastily": 45484, + "ĠRNAs": 45485, + "cru": 45486, + "Ġwaning": 45487, + "edited": 45488, + "Ġforks": 45489, + "ĠRCT": 45490, + "ĠLP": 45491, + "ĠThorne": 45492, + "Ġquarks": 45493, + "Ġavatar": 45494, + "Ġmultilingual": 45495, + "ĠShia": 45496, + "Ġastrophysics": 45497, + "ĠGreatest": 45498, + "Ġvacu": 45499, + "Ġtoughness": 45500, + "absolute": 45501, + "ĠRainforest": 45502, + "Ġspurious": 45503, + "ĠPedag": 45504, + "POST": 45505, + "ĠRosenberg": 45506, + "Ġconcurrency": 45507, + "825": 45508, + "cancerous": 45509, + "à¶": 45510, + "ndarray": 45511, + "Ġinefficiencies": 45512, + "imuth": 45513, + "tooth": 45514, + "Ġcapit": 45515, + "Ġlastly": 45516, + "Ġcolliding": 45517, + "ĠCoff": 45518, + "Ġquantifying": 45519, + "ĠQuar": 45520, + "Ġundeveloped": 45521, + "Ġhonoured": 45522, + "Ġchancell": 45523, + "Ġreforming": 45524, + "IPCC": 45525, + "Ġrumor": 45526, + "Ġdormancy": 45527, + "________________________________": 45528, + "copg": 45529, + "Ġhauled": 45530, + "ĠMysteries": 45531, + "ĠDiaspora": 45532, + "ĠFIRST": 45533, + "Ġdisdain": 45534, + "Ġeardrum": 45535, + "Luck": 45536, + "Ġdocking": 45537, + "ĠDilem": 45538, + "ĠNose": 45539, + "ĠKick": 45540, + "ĠChuck": 45541, + "Ġrestores": 45542, + "ĠBlank": 45543, + "Ġcamped": 45544, + "Ġsufferer": 45545, + "Ġfibroids": 45546, + "ĠReligions": 45547, + "Ġnervosa": 45548, + "ĠHolocene": 45549, + "Seeing": 45550, + "Ġjudgements": 45551, + "([[": 45552, + "Ġpsychoactive": 45553, + "Ġrecollections": 45554, + "ĠPigs": 45555, + "ĠFeld": 45556, + "Ġhelpers": 45557, + "ĠVO": 45558, + "Ġtestes": 45559, + "ĠSharma": 45560, + "ymal": 45561, + "register": 45562, + "ĠAvailability": 45563, + "Ġdoubted": 45564, + "Ġpulsing": 45565, + "Ġfolly": 45566, + "ĠDarwinian": 45567, + "Ġcontraind": 45568, + "ĠGroundwater": 45569, + "Ġdissonance": 45570, + "Cher": 45571, + "Rare": 45572, + "prem": 45573, + "Ġï¬ģ": 45574, + "Ġpony": 45575, + "otry": 45576, + "ĠBones": 45577, + "ĠDanes": 45578, + "ĠNer": 45579, + "Ġprovoking": 45580, + "Ġinfuse": 45581, + "Ġsymbiosis": 45582, + "aimon": 45583, + "ĠAmelia": 45584, + "Ġsequester": 45585, + "Ġreflector": 45586, + "ĠJewel": 45587, + "Ġmicrotub": 45588, + "Ġdetectives": 45589, + "Ġwrongs": 45590, + "ĠLawn": 45591, + "ĠPopulations": 45592, + "ĠRailways": 45593, + "Ġassaulted": 45594, + "Ġexerting": 45595, + "Ġtestimonies": 45596, + "Ġwhitish": 45597, + "DCs": 45598, + "Ġbrutally": 45599, + "ĠGibbs": 45600, + "otoxin": 45601, + "ĠCrimea": 45602, + "Ġmidwives": 45603, + "Ġophthalmologist": 45604, + "Ġarrhythmias": 45605, + "023": 45606, + "527": 45607, + "722": 45608, + "nasa": 45609, + "enheim": 45610, + "Ġtoil": 45611, + "ĠSES": 45612, + "Ġvocation": 45613, + "ĠWorse": 45614, + "phants": 45615, + "Ġsock": 45616, + "Ġdeposed": 45617, + "centred": 45618, + "Italy": 45619, + "generator": 45620, + "onicotin": 45621, + "Allah": 45622, + "ĠPLC": 45623, + "ĠMarcos": 45624, + "ĠSelenium": 45625, + "ĠPulmonary": 45626, + "ĠSensors": 45627, + "ĠMormons": 45628, + "Romans": 45629, + "negotiables": 45630, + "Ġcynical": 45631, + "Ġindeterminate": 45632, + "Ġanguish": 45633, + "725": 45634, + "GW": 45635, + "hung": 45636, + "tune": 45637, + "Ġtrophic": 45638, + "ĠRMS": 45639, + "izo": 45640, + "Ġobtains": 45641, + "Ġswam": 45642, + "ĠRecording": 45643, + "ĠConfiguration": 45644, + "Ġcourtroom": 45645, + "Ġfacilitators": 45646, + "Behind": 45647, + "Ġcarbide": 45648, + "Auto": 45649, + "ĠWilliamsburg": 45650, + "ĠAragon": 45651, + "Ġcongested": 45652, + "Ġabstain": 45653, + "Divide": 45654, + "Ġcooperating": 45655, + "Ġunjustified": 45656, + "Ġvampires": 45657, + "ĠLuminari": 45658, + "ĠMontenegro": 45659, + "Bed": 45660, + "GAN": 45661, + "Hep": 45662, + "Names": 45663, + "algebra": 45664, + "unittest": 45665, + "ĠRug": 45666, + "Ġshin": 45667, + "Ġincess": 45668, + "ancient": 45669, + "Ġpostmodern": 45670, + "ĠConsistency": 45671, + "ĠCoat": 45672, + "Ġethnicities": 45673, + "maximum": 45674, + "smith": 45675, + "Ġamplifying": 45676, + "ĠArticlePubMedGoogle": 45677, + "utherland": 45678, + "Calcium": 45679, + "ĠLuft": 45680, + "ĠGregor": 45681, + "Ġdeleterious": 45682, + "ĠHolden": 45683, + "described": 45684, + "werp": 45685, + "Soup": 45686, + "Ġbookmarking": 45687, + "Ġarctan": 45688, + "Vert": 45689, + "Ġaegypt": 45690, + "ĠCumm": 45691, + "ĠDNR": 45692, + "Ġinciting": 45693, + "bsp": 45694, + "Ġtoolbox": 45695, + "ĠControvers": 45696, + "ESC": 45697, + "irab": 45698, + "ĠMatth": 45699, + "Ġvirtualization": 45700, + "ĠUpdates": 45701, + "ĠGalveston": 45702, + "ĠCurrency": 45703, + "ĠElliot": 45704, + "Ġcarpal": 45705, + "ĠProtective": 45706, + "ĠFuji": 45707, + "Ġaffectionate": 45708, + "ĠSeparation": 45709, + "ĠSYSTEM": 45710, + "Ġpornography": 45711, + "Ġmoor": 45712, + "Ġliv": 45713, + "Ġliaison": 45714, + "ĠIvy": 45715, + "ĠSurg": 45716, + "ĠWorship": 45717, + "pleting": 45718, + "Ġsubnet": 45719, + "Ġsilencing": 45720, + "ĠQuatern": 45721, + "Ġpracticality": 45722, + "Ġmacros": 45723, + "Ġconfrontational": 45724, + "Ġfledgling": 45725, + "Ġcrayfish": 45726, + "Ġphilanthropic": 45727, + "Rapid": 45728, + "Ġencroachment": 45729, + "Ġenchantment": 45730, + "ĠMikhail": 45731, + "Ġguts": 45732, + "ĠCache": 45733, + "Ġprokary": 45734, + "ĠBreath": 45735, + "Ġenquiry": 45736, + "ĠNub": 45737, + "ĠGle": 45738, + "ĠYunnan": 45739, + "Ġswarms": 45740, + "ĠCanary": 45741, + "ĠOrchestra": 45742, + "intersection": 45743, + "Ġrobber": 45744, + "Ġwatchful": 45745, + "Ġdistributor": 45746, + "ĠPalo": 45747, + "Ġsubscriptions": 45748, + "cfm": 45749, + "ĠVulcan": 45750, + "quartered": 45751, + "ĠITS": 45752, + "Ġanimate": 45753, + "ĠBike": 45754, + "ĠWorm": 45755, + "ĠDrivers": 45756, + "ĠNPS": 45757, + "plural": 45758, + "izi": 45759, + "ĠCharts": 45760, + "EDS": 45761, + "Ġneurology": 45762, + "484": 45763, + "ĠANC": 45764, + "ĠHawkins": 45765, + "ĠFinch": 45766, + "Ġseaside": 45767, + "parameter": 45768, + "Ġtranscriptional": 45769, + "labeled": 45770, + "ucci": 45771, + "Ġelongation": 45772, + "Ġflanked": 45773, + "ĠCodex": 45774, + "ĠBeaufort": 45775, + "Ġsuccumbed": 45776, + "Ġauspicious": 45777, + "Ġglittering": 45778, + "ĠLahore": 45779, + "Dream": 45780, + "Molecular": 45781, + "ï¸": 45782, + "Ġfen": 45783, + "leaved": 45784, + "Ġbegg": 45785, + "chial": 45786, + "ĠSerm": 45787, + "Ġcanines": 45788, + "ĠREV": 45789, + "Ġblasting": 45790, + "Ġintergenerational": 45791, + "beats": 45792, + "ĠLeah": 45793, + "707": 45794, + "ĠAcqu": 45795, + "Ġbanded": 45796, + "install": 45797, + "Ġleaflet": 45798, + "Applications": 45799, + "']:": 45800, + "ĠSnap": 45801, + "Ġpapyrus": 45802, + "Ġganglia": 45803, + "Ġligand": 45804, + "Helping": 45805, + "signal": 45806, + "everything": 45807, + "ĠWelch": 45808, + "cooled": 45809, + "à¹": 45810, + "Ġmend": 45811, + "Ġstarches": 45812, + "ĠHild": 45813, + "ĠWills": 45814, + "ĠRhe": 45815, + "Ġaccusing": 45816, + "Ġsmoot": 45817, + "Ġbristles": 45818, + "âĢľ,": 45819, + "ĠCompos": 45820, + "asca": 45821, + "Ġarchbishop": 45822, + "ĠContains": 45823, + "Ġfirearm": 45824, + "Ġqualifies": 45825, + "MyClass": 45826, + "Ġepisodic": 45827, + "Collection": 45828, + "ĠSpecialists": 45829, + "ĠSSD": 45830, + "Ġaffiliations": 45831, + "ĠProsper": 45832, + "541": 45833, + "Friends": 45834, + "tow": 45835, + "Ġtoen": 45836, + "Ġhires": 45837, + "ĠPomer": 45838, + "Ġoversaw": 45839, + "Ġpoke": 45840, + "Structure": 45841, + "ERGY": 45842, + "ĠPrints": 45843, + "roidered": 45844, + "ĠPosts": 45845, + "ĠLandmark": 45846, + "Ġhindsight": 45847, + "layered": 45848, + "ucca": 45849, + "âĤĢ": 45850, + "Ġarchetype": 45851, + "Analyzing": 45852, + "Society": 45853, + "Legal": 45854, + "Wa": 45855, + "Wave": 45856, + "juna": 45857, + "lung": 45858, + "inals": 45859, + "inorder": 45860, + "ĠCushing": 45861, + "ĠYE": 45862, + "Ġsuppresses": 45863, + "Ġskating": 45864, + "Ġdownplay": 45865, + "ussing": 45866, + "Ġcellar": 45867, + "ĠAndhra": 45868, + "ĠQin": 45869, + "ém": 45870, + "ustrated": 45871, + "Ġblueberry": 45872, + "Ġcounterproductive": 45873, + "Commerce": 45874, + "oplas": 45875, + "à¥ĭ": 45876, + "ĠFlorent": 45877, + "Ġcolloquialisms": 45878, + "ĠPipeline": 45879, + "ĠHumphrey": 45880, + "Ġstereotypical": 45881, + "ĠStreptococcus": 45882, + "041": 45883, + "]||": 45884, + "ĭħ": 45885, + "align": 45886, + "Ġgin": 45887, + "Ġchival": 45888, + "Ġchilled": 45889, + "ĠDiver": 45890, + "Ġforesight": 45891, + "603": 45892, + "604": 45893, + "omyces": 45894, + "ĠGrab": 45895, + "Shape": 45896, + "Ġpairwise": 45897, + "COP": 45898, + "commonly": 45899, + "Ġpermaculture": 45900, + "ĠJacqu": 45901, + "Neil": 45902, + "skilled": 45903, + "ĠTextbook": 45904, + "ĠLevine": 45905, + "copene": 45906, + "farin": 45907, + "Protecting": 45908, + "primarily": 45909, + "ĠChamberlain": 45910, + "Ġsuperseded": 45911, + "890": 45912, + "tie": 45913, + "trees": 45914, + "zt": 45915, + "ĠFTC": 45916, + "ĠRangers": 45917, + "sohn": 45918, + "ĠStark": 45919, + "ĠChavez": 45920, + "Ġcurry": 45921, + "ĠAns": 45922, + "Stra": 45923, + "Ġbarns": 45924, + "703": 45925, + "Someone": 45926, + "ĠJournalism": 45927, + "Consumer": 45928, + "Ġdebtor": 45929, + "Ġshielded": 45930, + "ĠCatalogue": 45931, + "ĠTraditions": 45932, + "ĠInstructor": 45933, + "Ġincompetent": 45934, + "!.": 45935, + "Pi": 45936, + "Sel": 45937, + "ĠBuk": 45938, + "ĠEhr": 45939, + "ĠDah": 45940, + "Ġleasing": 45941, + "ursed": 45942, + "shi": 45943, + "ĠAnger": 45944, + "ĠPsychol": 45945, + "interesting": 45946, + "ĠBoyle": 45947, + "Ġmalfunctions": 45948, + "ĠFreshwater": 45949, + "Ġantipsych": 45950, + "Ġkaleid": 45951, + "Ġchocolates": 45952, + "oit": 45953, + "sustainable": 45954, + "itars": 45955, + "Ġinefficiency": 45956, + "Ġhefty": 45957, + "osan": 45958, + "ĠDach": 45959, + "ĠFiscal": 45960, + "Ġspew": 45961, + "ĠJaff": 45962, + "ĠReplacement": 45963, + "ĠRephr": 45964, + "Ġvideot": 45965, + "805": 45966, + "terminal": 45967, + "dinger": 45968, + "Ġfavorably": 45969, + "Ġdistributive": 45970, + "Ġreceptacle": 45971, + "Ġhealer": 45972, + "Guard": 45973, + "Ġobscurity": 45974, + "ĠMagnus": 45975, + "ĠPleasant": 45976, + "Ġcontemplated": 45977, + "ĠFeelings": 45978, + "ĠRoundup": 45979, + "eaux": 45980, + "rinal": 45981, + "itamins": 45982, + "Ġpudding": 45983, + "Ġfoo": 45984, + "Ġyoke": 45985, + "ĠSnyder": 45986, + "ĠCree": 45987, + "ĠBats": 45988, + "Ġabduction": 45989, + "bergs": 45990, + "Ġcountdown": 45991, + "amphetamine": 45992, + "ĠZheng": 45993, + "Ġvermic": 45994, + "ĠâĬ": 45995, + "ĠDemographic": 45996, + "Ġretrieves": 45997, + "Ġhinders": 45998, + "Ġoffsetting": 45999, + "Ġveneer": 46000, + "ĠCheyenne": 46001, + "Sky": 46002, + "×¢": 46003, + "ĠAAP": 46004, + "ĠMUST": 46005, + "unh": 46006, + "Ġmanmade": 46007, + "Ġworkable": 46008, + "Ġsubheadings": 46009, + "ĠAssets": 46010, + "ĠColoring": 46011, + "Ġaccountants": 46012, + "Ġminded": 46013, + "Ġpredisposed": 46014, + "Ġsuns": 46015, + "Ġdrawer": 46016, + "ĠDepart": 46017, + "Ġcenterpiece": 46018, + "Ġreligiously": 46019, + "ĠLawson": 46020, + "Ġsignaled": 46021, + "Ġshoppers": 46022, + "ĠFourteenth": 46023, + "ĠSDG": 46024, + "Ġsprouting": 46025, + "Ġencapsulate": 46026, + "Ġleptin": 46027, + "Ġfugitive": 46028, + "Ġpromulgated": 46029, + "Ġmunitions": 46030, + "ĠMahabharata": 46031, + "<<": 46032, + "Sports": 46033, + "iitis": 46034, + "uag": 46035, + "ĠCFS": 46036, + "ĠMF": 46037, + "ĠBacter": 46038, + "ĠHirsch": 46039, + "ĠCannon": 46040, + "Ġnecessitate": 46041, + "umpy": 46042, + "enhanced": 46043, + "Ġmeltdown": 46044, + "ĠSNPs": 46045, + "Ġhemorrhagic": 46046, + "Ġreunited": 46047, + "ĠMiranda": 46048, + "ĠBIOS": 46049, + "ĠGenealogy": 46050, + "Ġfatigued": 46051, + "539": 46052, + "Mand": 46053, + "mars": 46054, + "pH": 46055, + "åĽ": 46056, + "orax": 46057, + "Ġfades": 46058, + "academic": 46059, + "ĠEJ": 46060, + "Ġjagged": 46061, + "803": 46062, + "equivalent": 46063, + "breaker": 46064, + "collect": 46065, + "Ġsolidified": 46066, + "passed": 46067, + "ĠPortable": 46068, + "Ġprevails": 46069, + "erenced": 46070, + "âte": 46071, + "Ġnomads": 46072, + "Ġretreats": 46073, + "Ġorphaned": 46074, + "movement": 46075, + "typed": 46076, + "inventory": 46077, + "Ġgiraffe": 46078, + "Ġfoodstuffs": 46079, + "027": 46080, + "fal": 46081, + "iou": 46082, + "Ġhasty": 46083, + "ĠAO": 46084, + "ĠMers": 46085, + "ĠPipe": 46086, + "acan": 46087, + "ĠBold": 46088, + "ĠHuck": 46089, + "Ġsubside": 46090, + "Ġdidactic": 46091, + "lox": 46092, + "ijn": 46093, + "Ġcorporal": 46094, + "CSS": 46095, + "Ġpriestly": 46096, + "ĠSanto": 46097, + "Ġvestig": 46098, + "Ġdeferred": 46099, + "Ġvaricose": 46100, + "Ġoblivious": 46101, + "Ġparallelogram": 46102, + "Qs": 46103, + "Ġoust": 46104, + "Ġinactivated": 46105, + "Ġeut": 46106, + "iry": 46107, + "ĠCair": 46108, + "ĠBram": 46109, + "Ġchamele": 46110, + "Ġresumes": 46111, + "ĠUBI": 46112, + "oki": 46113, + "minimum": 46114, + "ĠApples": 46115, + "breakers": 46116, + "ipling": 46117, + "ĠMemories": 46118, + "ĠSumer": 46119, + "ĠConnecting": 46120, + "Ġhydrolysis": 46121, + "Ġsubstitutions": 46122, + "ĠYeh": 46123, + "ĠHolding": 46124, + "Ġrestraints": 46125, + "Ġtrachea": 46126, + "ĠGuadalupe": 46127, + "(`": 46128, + "Song": 46129, + "hile": 46130, + "Äħ": 46131, + "Ġlagoons": 46132, + "Ġbeavers": 46133, + "ĠTOP": 46134, + "eminent": 46135, + "Ġunproven": 46136, + "amping": 46137, + "ĠComposite": 46138, + "Ġcolonoscopy": 46139, + "Ġtelephones": 46140, + "491": 46141, + "ĠDevOps": 46142, + "ĠACM": 46143, + "ĠJuno": 46144, + "Ġbundled": 46145, + "ĠShelf": 46146, + "Ġevaporates": 46147, + "Ġkettle": 46148, + "Ġwhimsical": 46149, + "ĠMcClellan": 46150, + "635": 46151, + "Barb": 46152, + "Harm": 46153, + "matching": 46154, + "Ġë": 46155, + "atize": 46156, + "alan": 46157, + "ĠBj": 46158, + "Ġlevy": 46159, + "ĠNasser": 46160, + "Ġreceding": 46161, + "ovir": 46162, + "Ġcolleg": 46163, + "ĠLevin": 46164, + "Ġdieting": 46165, + "ĠPolo": 46166, + "Ġcharters": 46167, + "Attribute": 46168, + "Ġpetitioned": 46169, + "Breaking": 46170, + "ĠNewspapers": 46171, + "Incorporating": 46172, + "(',": 46173, + "533": 46174, + "laying": 46175, + "yar": 46176, + "Ġlied": 46177, + "semination": 46178, + "Ali": 46179, + "Ġcounterclockwise": 46180, + "469": 46181, + "believe": 46182, + "Default": 46183, + "Ġdignified": 46184, + "ĠElders": 46185, + "ĠAdaptable": 46186, + "ĠAlgorithms": 46187, + "Ġtossing": 46188, + "ĠMonuments": 46189, + "Ġstyling": 46190, + "Ġsponsorships": 46191, + "Ġontology": 46192, + "Ġcoyote": 46193, + "ĠBolshevik": 46194, + "Ġgalvanized": 46195, + "Ġfrenzy": 46196, + "Ġenvisaged": 46197, + "ĠXYZ": 46198, + "ĠQuincy": 46199, + ".):": 46200, + "VS": 46201, + "Zone": 46202, + "Ġbeware": 46203, + "Ġonsl": 46204, + "ĠCray": 46205, + "ĠVag": 46206, + "hesians": 46207, + "Ġbusiest": 46208, + "Ġsuccessively": 46209, + "Ġbrokers": 46210, + "views": 46211, + "limits": 46212, + "Arts": 46213, + "Ġmuted": 46214, + "492": 46215, + "Ġcombatants": 46216, + "ĠEqually": 46217, + "claimed": 46218, + "Ġchimps": 46219, + "Greater": 46220, + "Ġincapac": 46221, + "988": 46222, + "molecular": 46223, + "ĠÙģ": 46224, + "Ġpinc": 46225, + "Ġhogs": 46226, + "Ġreintroduction": 46227, + "ĠCot": 46228, + "ecc": 46229, + "Ġincant": 46230, + "ĠUU": 46231, + "Ġfeathered": 46232, + "ĠShang": 46233, + "iosync": 46234, + "ĠDiscipline": 46235, + "Ġlockdown": 46236, + "izzard": 46237, + "ĠEsau": 46238, + "Ġcontemplative": 46239, + "Ġdashboards": 46240, + "ĠBriefly": 46241, + "Ġinterrogation": 46242, + "Ġbifurc": 46243, + "Ġgymnastics": 46244, + "Ġindelible": 46245, + "711": 46246, + "aer": 46247, + "hurt": 46248, + "alu": 46249, + "Ġfiat": 46250, + "berman": 46251, + "ĠConventions": 46252, + "Ġsizeable": 46253, + "Ġsque": 46254, + "ĠAppleton": 46255, + "Ġtracker": 46256, + "Anderson": 46257, + "Ġundec": 46258, + "Ġappease": 46259, + "Ġtrousers": 46260, + "Ġdropout": 46261, + "Ġtrainings": 46262, + "ĠHelic": 46263, + "468": 46264, + "Ġpersistently": 46265, + "Amazon": 46266, + "ĠCriticism": 46267, + "ĠPaleo": 46268, + "Ġtheatres": 46269, + "613": 46270, + "645": 46271, + "Kat": 46272, + "MH": 46273, + "Material": 46274, + "ĠSank": 46275, + "thank": 46276, + "ivirus": 46277, + "ĠHue": 46278, + "ĠNino": 46279, + "apon": 46280, + "ĠUnex": 46281, + "Ġpertain": 46282, + "ĠKE": 46283, + "ĠVC": 46284, + "ovsky": 46285, + "compatible": 46286, + "arco": 46287, + "ández": 46288, + "Ġenclose": 46289, + "Ġambiguities": 46290, + "ĠOdin": 46291, + "Ġconcatenation": 46292, + "ĠThornton": 46293, + "Ġpacif": 46294, + "Hebrew": 46295, + "hay": 46296, + "poss": 46297, + "alignment": 46298, + "Ġdune": 46299, + "olaryng": 46300, + "romise": 46301, + "ĠStability": 46302, + "ilyn": 46303, + "ĠEngel": 46304, + "Ġcranks": 46305, + "ĠManning": 46306, + "Ġstaffed": 46307, + "Ġstarring": 46308, + "Ġdreamlike": 46309, + "ĠTurin": 46310, + "Ġstockings": 46311, + "ĠUpanish": 46312, + "ĠExtensive": 46313, + "ĠLonger": 46314, + "581": 46315, + "Ġн": 46316, + "ĠBangalore": 46317, + "ĠmiRNA": 46318, + "Practical": 46319, + "YYYY": 46320, + "ĠBertrand": 46321, + "Senior": 46322, + "Ġpheromones": 46323, + "ĠPiedmont": 46324, + "Hop": 46325, + "Plu": 46326, + "Ω": 46327, + "Ġthru": 46328, + "threading": 46329, + "ĠDivers": 46330, + "ĠFate": 46331, + "ĠRang": 46332, + "Ġsignifying": 46333, + "conform": 46334, + "ivering": 46335, + "Ġforefathers": 46336, + "Ġsentinel": 46337, + "guards": 46338, + "Ġparenthesis": 46339, + "ĠConsolid": 46340, + "ANI": 46341, + "ĠGrav": 46342, + "risome": 46343, + "ĠDeficit": 46344, + "Checking": 46345, + "slope": 46346, + "ĠChiang": 46347, + "Ġoverflows": 46348, + "Ġencapsulation": 46349, + "stranded": 46350, + "ĠCynthia": 46351, + "Ġtantalizing": 46352, + "uploads": 46353, + "547": 46354, + "Rus": 46355, + "yre": 46356, + "Ġà¨": 46357, + "chapter": 46358, + "ĠSamp": 46359, + "Ġratt": 46360, + "Ġkios": 46361, + "Ġclaustroph": 46362, + "ĠVL": 46363, + "Ġblaze": 46364, + "Ġlocale": 46365, + "ĠTran": 46366, + "Ġsupermassive": 46367, + "ĠCompound": 46368, + "Ġschist": 46369, + "ĠPali": 46370, + "ĠBenef": 46371, + "Ġunsus": 46372, + "ĠReflections": 46373, + "Ġpursuant": 46374, + "ĠWoodland": 46375, + "ĠPapal": 46376, + "Salary": 46377, + "Ġcacti": 46378, + "ĠLazarus": 46379, + "514": 46380, + "855": 46381, + "billed": 46382, + "nah": 46383, + "Ú©": 46384, + "refer": 46385, + "enaries": 46386, + "Ġmare": 46387, + "Ġlint": 46388, + "Ġpreprocessing": 46389, + "Ġmodulated": 46390, + "Ġelectrification": 46391, + "manager": 46392, + "Ġhereafter": 46393, + "Street": 46394, + "numerator": 46395, + "Ġbitters": 46396, + "Ġinhum": 46397, + "ratio": 46398, + "Shell": 46399, + "ĠFaraday": 46400, + "Religious": 46401, + "ĠNeurosc": 46402, + "Ġsewers": 46403, + "continue": 46404, + "Philipp": 46405, + "Ġproletariat": 46406, + "Ġnonexistent": 46407, + "Mess": 46408, + "Pred": 46409, + "Ġthistle": 46410, + "omia": 46411, + "selection": 46412, + "Ġstarchy": 46413, + "umsy": 46414, + "ĠHanoi": 46415, + "Ġunprocessed": 46416, + "angling": 46417, + "Ġscented": 46418, + "ishman": 46419, + "Ġtypef": 46420, + "Ġrefinery": 46421, + "Ġaffliction": 46422, + "amese": 46423, + "cleaning": 46424, + "ĠAmaz": 46425, + "ĠConsistent": 46426, + "Ġearthworms": 46427, + "igris": 46428, + "ĠLearned": 46429, + "Ġsurveyor": 46430, + "Ġmelons": 46431, + "Ġrubella": 46432, + "ĠProductivity": 46433, + "Ġproclaiming": 46434, + "Ġwreak": 46435, + "ĠBabylonians": 46436, + "ĠSkewness": 46437, + "ĠMilitia": 46438, + "Joh": 46439, + "easy": 46440, + "poverty": 46441, + "imoto": 46442, + "Ġweavers": 46443, + "ĠHuxley": 46444, + "Ġchieft": 46445, + "ISTS": 46446, + "Ġpalatable": 46447, + "ĠHumanitarian": 46448, + "Ġreformer": 46449, + "ĠEphesus": 46450, + "Ġdiverting": 46451, + "igmund": 46452, + "ĠSusp": 46453, + "ĠPLOS": 46454, + "ĠBonaparte": 46455, + "ĠSemi": 46456, + "Survey": 46457, + "Ġreplicas": 46458, + "Universal": 46459, + "ĠPatagonia": 46460, + "516": 46461, + "595": 46462, + "715": 46463, + "Aid": 46464, + "Grades": 46465, + "Wow": 46466, + "Ġnug": 46467, + "Ġordeal": 46468, + "ĠMö": 46469, + "Ġdecays": 46470, + "Ġtranspose": 46471, + "ĠAllergies": 46472, + "Ġverifiable": 46473, + "religion": 46474, + "Ġsaws": 46475, + "ILY": 46476, + "studies": 46477, + "Ġionization": 46478, + "Ġintensification": 46479, + "ĠHadrian": 46480, + "ĠAlternatives": 46481, + "ALLY": 46482, + "ĠStrauss": 46483, + "Samuel": 46484, + "Ġdissipated": 46485, + "ĠWoolf": 46486, + "Ġreintroduced": 46487, + "Courtesy": 46488, + "APA": 46489, + "ADA": 46490, + "Mas": 46491, + "NN": 46492, + "Ġfec": 46493, + "antan": 46494, + "acute": 46495, + "ĠLB": 46496, + "ĠThorough": 46497, + "Ġracks": 46498, + "Ġcaramel": 46499, + "Ġskirts": 46500, + "ĠProlong": 46501, + "446": 46502, + "Ġtapered": 46503, + "ĠLowe": 46504, + "Ġcassette": 46505, + "ĠGarlic": 46506, + "Harvard": 46507, + "Shortly": 46508, + "ĠLeverage": 46509, + "gressive": 46510, + "paste": 46511, + "ĠTrap": 46512, + "ĠSUN": 46513, + "umar": 46514, + "ĠNatur": 46515, + "ĠGunn": 46516, + "Ġ\").": 46517, + "Ġtraitor": 46518, + "Ġraven": 46519, + "ervative": 46520, + "Ġassures": 46521, + "ĠWhats": 46522, + "Ġslider": 46523, + "Ġillustrious": 46524, + "608": 46525, + "Ġutopia": 46526, + "ĠMeal": 46527, + "ĠEdmonton": 46528, + "evil": 46529, + "Ġtripod": 46530, + "ĠCongressman": 46531, + "ĠEvan": 46532, + "Ġbandage": 46533, + "Ġalerting": 46534, + "Ġcompostable": 46535, + "Ġо": 46536, + "Features": 46537, + "rupulous": 46538, + "Ġreckoning": 46539, + "Observ": 46540, + "Ġhandicapped": 46541, + "ĠHormone": 46542, + "Hungary": 46543, + "Farmers": 46544, + "Ġsardines": 46545, + "Ġidyllic": 46546, + "Loc": 46547, + "Ġtes": 46548, + "Ġsipping": 46549, + "stasy": 46550, + "Ġchimer": 46551, + "ributions": 46552, + "ĠGlucose": 46553, + "zzo": 46554, + "ĠDonna": 46555, + "galactic": 46556, + "474": 46557, + "rottle": 46558, + "Ġterminates": 46559, + "Ġpenetrates": 46560, + "Ġanchoring": 46561, + "ον": 46562, + "Ġtweak": 46563, + "ĠLotus": 46564, + "Certainly": 46565, + "Ġlutein": 46566, + "Ġactuators": 46567, + "ĠDesktop": 46568, + "732": 46569, + "VII": 46570, + "varez": 46571, + "ÑĨ": 46572, + "Ġà®": 46573, + "ĠCategories": 46574, + "Ġheaps": 46575, + "ĠHades": 46576, + "ĠGini": 46577, + "ensin": 46578, + "ĠAlle": 46579, + "804": 46580, + "ĠSupports": 46581, + "Ġcardiologist": 46582, + "CAA": 46583, + "ĠOlson": 46584, + "Ġenclosing": 46585, + "ĠMovements": 46586, + "hasa": 46587, + "Ġhindering": 46588, + "computing": 46589, + "Ġulcerative": 46590, + "Ġsuffixes": 46591, + "Ġluminosity": 46592, + "Agricultural": 46593, + "Ġarrhythmia": 46594, + "Bol": 46595, + "DEF": 46596, + "gut": 46597, + "nese": 46598, + "otourism": 46599, + "ogon": 46600, + "achal": 46601, + "Ġunites": 46602, + "licking": 46603, + "Ġinterlocking": 46604, + "Ġforcefully": 46605, + "oelect": 46606, + "ĠUNEP": 46607, + "Ġdescriptor": 46608, + "Drive": 46609, + "ĠFeather": 46610, + "Ġforgiving": 46611, + "ĠCardiff": 46612, + "ĠPulse": 46613, + "Ġmerciful": 46614, + "ĠWORLD": 46615, + "Ġinoculation": 46616, + "Ġsubclasses": 46617, + "Ġvolleyball": 46618, + "ĠBismarck": 46619, + "Ġserenity": 46620, + "Bee": 46621, + "Et": 46622, + "hair": 46623, + "prices": 46624, + "incent": 46625, + "Ġpediatrics": 46626, + "Ġreel": 46627, + "stretched": 46628, + "urion": 46629, + "ĠRW": 46630, + "astra": 46631, + "ĠJh": 46632, + "epiece": 46633, + "Ġoutage": 46634, + "ĠChak": 46635, + "Ġchildbearing": 46636, + "Ġbackups": 46637, + "Ġ'%": 46638, + "ĠAden": 46639, + "Ġvastness": 46640, + "ĠAristot": 46641, + "egradation": 46642, + "ĠBurgess": 46643, + "ĠBenton": 46644, + "Ġmalfunctioning": 46645, + "ĠGarcÃŃa": 46646, + "Ġscouting": 46647, + "Version": 46648, + "Ġdisbanded": 46649, + "masters": 46650, + "Ġthal": 46651, + "etin": 46652, + "ĠAids": 46653, + "ĠLange": 46654, + "Ġadorable": 46655, + "ryan": 46656, + "Ġaccuse": 46657, + "architect": 46658, + "Ġboasted": 46659, + "Ġdesignating": 46660, + "Ġconsiderate": 46661, + "Ġbegs": 46662, + "ERA": 46663, + "Ġoxytocin": 46664, + "Ġappropriations": 46665, + "Ġlaborious": 46666, + "blers": 46667, + "ĠTempl": 46668, + "Ġirritants": 46669, + "Ġtonne": 46670, + "Ġatheism": 46671, + "Ġpeeled": 46672, + "ĠBOOK": 46673, + "Ġvandalism": 46674, + "ĠAndromeda": 46675, + "ĠNuts": 46676, + "ibial": 46677, + "ĠInk": 46678, + "Ġmainstay": 46679, + "Website": 46680, + "Ġassociating": 46681, + "Ġcontentment": 46682, + "ystems": 46683, + "Ġfrail": 46684, + "urga": 46685, + "Ġinstructing": 46686, + "ĠDiocese": 46687, + "477": 46688, + "Ġdesertification": 46689, + "586": 46690, + "Ġprolifer": 46691, + "Ġespresso": 46692, + "ĠFewer": 46693, + "Ġraspberries": 46694, + "Cu": 46695, + "iabetes": 46696, + "{'": 46697, + "Ġmysql": 46698, + "ĠSis": 46699, + "actors": 46700, + "ĠUCS": 46701, + "Ġrake": 46702, + "ĠChow": 46703, + "Ġregrets": 46704, + "ietic": 46705, + "Ġpurifying": 46706, + "ĠColeridge": 46707, + "Ġbanker": 46708, + "Consult": 46709, + "Ġimmunizations": 46710, + "Rece": 46711, + "Ġmammograms": 46712, + "Ġintimidate": 46713, + "Ġelectrolysis": 46714, + "Steve": 46715, + "ĠMythology": 46716, + "Cycle": 46717, + "Ġhydroxyl": 46718, + "Functional": 46719, + "ĠKoran": 46720, + "Ġembroiled": 46721, + "ĠAdvocacy": 46722, + "522": 46723, + "killer": 46724, + "ĠPemb": 46725, + "Ġclipping": 46726, + "Ġplayback": 46727, + "Ġforegoing": 46728, + "Ġrecorders": 46729, + "Ġfawn": 46730, + "Ġastray": 46731, + "ANC": 46732, + "Proof": 46733, + "blank": 46734, + "ĠSubmit": 46735, + "Ġdepositing": 46736, + "ĠAttribute": 46737, + "ĠCardiology": 46738, + "Component": 46739, + "capac": 46740, + "twitter": 46741, + "ĠChiropractic": 46742, + "Ġscrolling": 46743, + "Ġsarcasm": 46744, + "Ġanarchist": 46745, + "Ġplacental": 46746, + "ĠTemperatures": 46747, + "ĠNFTs": 46748, + "ĠNguyen": 46749, + "Ġlaundering": 46750, + "ĠCorridor": 46751, + "-(": 46752, + "dogs": 46753, + "ĠSore": 46754, + "Ġseizing": 46755, + "Ġarbor": 46756, + "Ġemer": 46757, + "ropic": 46758, + "Ġextraneous": 46759, + "Ġautopsy": 46760, + "ĠAlison": 46761, + "Ġcomplexion": 46762, + "azzo": 46763, + "Asia": 46764, + "Ġstandardize": 46765, + "ĠParticle": 46766, + "Ġhyperthyroidism": 46767, + "Ġsmoothies": 46768, + "Submit": 46769, + "director": 46770, + "Ġmilitias": 46771, + "ĠMechanisms": 46772, + "engineered": 46773, + "Ġnourished": 46774, + "ĠPelopon": 46775, + "Hydrogen": 46776, + "Ġgruesome": 46777, + "Ġinaccuracies": 46778, + "ĠiTunes": 46779, + "\"[": 46780, + "Nick": 46781, + "wes": 46782, + "Ġforgery": 46783, + "ĠPots": 46784, + "ĠStro": 46785, + "ĠAnal": 46786, + "increased": 46787, + "Ġprobate": 46788, + "blocking": 46789, + "Ġsavanna": 46790, + "ĠRichter": 46791, + "OTO": 46792, + "Ġcontaminating": 46793, + "firstname": 46794, + "ºC": 46795, + "ĠSaxony": 46796, + "Ġdissociation": 46797, + "ĠPercentage": 46798, + "Emergency": 46799, + "565": 46800, + "622": 46801, + "lifting": 46802, + "à½": 46803, + "Ġslick": 46804, + "ionine": 46805, + "ĠGuth": 46806, + "Ġalluvial": 46807, + "Ġreciting": 46808, + "ĠHeads": 46809, + "Ġcaliph": 46810, + "ĠScores": 46811, + "ĠClerk": 46812, + "Ġheartfelt": 46813, + "ĠXyl": 46814, + "likely": 46815, + "ĠGuin": 46816, + "ĠRemedies": 46817, + "493": 46818, + "Ġmackerel": 46819, + "Medic": 46820, + "Ġaugmentation": 46821, + "ĠGerard": 46822, + "Ġalbums": 46823, + "Ġoverflowing": 46824, + "ĠJamaican": 46825, + "Ġprogenitor": 46826, + "ĠNeanderthal": 46827, + "Ġpheromone": 46828, + "romycin": 46829, + "Kenn": 46830, + "LAS": 46831, + "Santa": 46832, + "baby": 46833, + "edges": 46834, + "sema": 46835, + "segment": 46836, + "âĢļ": 46837, + "ĠSessions": 46838, + "Ġcomed": 46839, + "Ġcanton": 46840, + "Ġcommuters": 46841, + "Ġsubordinates": 46842, + "Ġstartled": 46843, + "unders": 46844, + "Ġdriest": 46845, + "Ġfacades": 46846, + "Ġbacteri": 46847, + "Ġreproduc": 46848, + "Ġaxon": 46849, + "organizing": 46850, + "Ġmacron": 46851, + "discovered": 46852, + "Timeout": 46853, + "Ġbattleship": 46854, + "Conflict": 46855, + "Extreme": 46856, + "ĠSentences": 46857, + "Ġdiscernible": 46858, + "Ġpalpitations": 46859, + "Ġdisprove": 46860, + "ĠKNOW": 46861, + "ĠAlamos": 46862, + "Ġantidote": 46863, + "$,": 46864, + "WASH": 46865, + "fle": 46866, + "laid": 46867, + "pitched": 46868, + "tool": 46869, + "Ġtheses": 46870, + "oum": 46871, + "urring": 46872, + "ĠIris": 46873, + "ĠFare": 46874, + "permanent": 46875, + "Ġmanate": 46876, + "ovable": 46877, + "��invig": 46878, + "Ġmodifiers": 46879, + "Ġglazing": 46880, + "Ġhereby": 46881, + "ibrill": 46882, + "Ġvera": 46883, + "Ġnightly": 46884, + "द": 46885, + "ĠPowerful": 46886, + "ĠAkira": 46887, + "ĠBotanic": 46888, + "Ġpharmacists": 46889, + "ĠFriendship": 46890, + "Ġsketching": 46891, + "Ġplaygrounds": 46892, + "ĠIllustrator": 46893, + "ĠCoconut": 46894, + "Ġ____________": 46895, + "Ġpeppermint": 46896, + "ĠRoughly": 46897, + "Narr": 46898, + "pard": 46899, + "patch": 46900, + "swe": 46901, + "lez": 46902, + "amar": 46903, + "ĠWAS": 46904, + "Ġdisorganized": 46905, + "Ġfunct": 46906, + "Ġmethodical": 46907, + "Ġmelon": 46908, + "Ġferocious": 46909, + "Ġcyclist": 46910, + "ĠLucia": 46911, + "intendo": 46912, + "Ġcatalogs": 46913, + "ĠDemonstration": 46914, + "ĠNiña": 46915, + "ĠRolling": 46916, + "Israeli": 46917, + "Ġgloomy": 46918, + "ĠWendy": 46919, + "âĶĢ": 46920, + "ĠNielsen": 46921, + "despite": 46922, + "fresh": 46923, + "Ġaching": 46924, + "Ġ\"%": 46925, + "Ġcolic": 46926, + "ĠVascular": 46927, + "Ġherding": 46928, + "Ġinvoking": 46929, + "ĠComplications": 46930, + "ĠBeast": 46931, + "Ġprotectors": 46932, + "Ġweighting": 46933, + "ĠNehemiah": 46934, + "coast": 46935, + "ĠWebMD": 46936, + "Ġstemmed": 46937, + "ĠIDEA": 46938, + "Ġplugin": 46939, + "Ġgrossly": 46940, + "aguerre": 46941, + "Ġfooled": 46942, + "ĠRolls": 46943, + "Ġsplendor": 46944, + "ĠSterling": 46945, + "Ġdomestically": 46946, + "Ġfoothold": 46947, + "Ġpreconceived": 46948, + "Ġtiered": 46949, + "ĠREDD": 46950, + "EB": 46951, + "FET": 46952, + "Pict": 46953, + "Ta": 46954, + "campus": 46955, + "Ġdas": 46956, + "Ġredefined": 46957, + "ĠPing": 46958, + "ĠGig": 46959, + "Ġremar": 46960, + "othermic": 46961, + "Ġequated": 46962, + "ielder": 46963, + "Ġgraphically": 46964, + "Ġsynapse": 46965, + "toplas": 46966, + "Severe": 46967, + "iatus": 46968, + "ĠBrooke": 46969, + "ĠRadi": 46970, + "ĠReturning": 46971, + "discrimination": 46972, + "Ġvanity": 46973, + "Ġintermediaries": 46974, + "Ġpluralism": 46975, + "Ġcocktails": 46976, + "ĠBleeding": 46977, + "irvana": 46978, + "Trees": 46979, + "Ġfrench": 46980, + "ĠTaste": 46981, + "ĠToul": 46982, + "ĠSv": 46983, + "ĠMissions": 46984, + "ĠBrowse": 46985, + "ighing": 46986, + "Ġchina": 46987, + "ĠGanga": 46988, + "ĠLosing": 46989, + "Ġplas": 46990, + "eward": 46991, + "weeds": 46992, + "Ġmoderated": 46993, + "Ġ`+": 46994, + "concat": 46995, + "Ġslated": 46996, + "Ġantim": 46997, + "ĠPlane": 46998, + "ĠAbdominal": 46999, + "Ġcampfire": 47000, + "ĠSuitable": 47001, + "ĠSwimming": 47002, + "uddin": 47003, + "Clark": 47004, + "Ġalignments": 47005, + "ĠBrexit": 47006, + "Subtract": 47007, + "ĠRubber": 47008, + "ĠmiRNAs": 47009, + "Ġganglion": 47010, + "Ġdisregarded": 47011, + "ĠInvite": 47012, + "hai": 47013, + "Ġsigma": 47014, + "ulo": 47015, + "elitis": 47016, + "ĠCros": 47017, + "ĠNero": 47018, + "export": 47019, + "Ġtesters": 47020, + "Ġmaturing": 47021, + "Ġinternment": 47022, + "ĠBeef": 47023, + "ĠWarrior": 47024, + "Ġangled": 47025, + "ĠPatrol": 47026, + "Ġseeded": 47027, + "integrated": 47028, + "Ġcompressors": 47029, + "ĠBreakthrough": 47030, + "ĠPodcasts": 47031, + "ĠMuller": 47032, + "Calculating": 47033, + "ĠArchimedes": 47034, + "524": 47035, + "614": 47036, + "cgi": 47037, + "Ġtroph": 47038, + "heated": 47039, + "pervised": 47040, + "Ġhashed": 47041, + "Invent": 47042, + "Ġgetattr": 47043, + "Ġdifferentiates": 47044, + "ĠAlter": 47045, + "Ġmultimodal": 47046, + "Ġnecessitates": 47047, + "ophony": 47048, + "ĠTragedy": 47049, + "Ġhonours": 47050, + "Ġinstructs": 47051, + "Ġpreferential": 47052, + "Ġhappenings": 47053, + "Speech": 47054, + "Ġcrowdfunding": 47055, + "graders": 47056, + "datas": 47057, + "ĠGödel": 47058, + "Ġdredging": 47059, + "ĠFermi": 47060, + "urethane": 47061, + "\"-": 47062, + "Seg": 47063, + "Treating": 47064, + "Ġfahrenheit": 47065, + "stered": 47066, + "ĠSixty": 47067, + "ĠDic": 47068, + "Ġoutspoken": 47069, + "Ġupholding": 47070, + "undo": 47071, + "Ġhumanoid": 47072, + "ahua": 47073, + "Ġdelusions": 47074, + "ĠResort": 47075, + "Ġtotaled": 47076, + "Ġspirals": 47077, + "702": 47078, + "Ġmidday": 47079, + "Ġbrackish": 47080, + "ĠCosmos": 47081, + "ĠâĦ¤": 47082, + "Ġscrambled": 47083, + "Ġstifle": 47084, + "MAR": 47085, + "Weeks": 47086, + "least": 47087, + "admin": 47088, + "ĠWien": 47089, + "Ġhasattr": 47090, + "Ġexpire": 47091, + "axia": 47092, + "conventional": 47093, + "increase": 47094, + "valuation": 47095, + "Ġswung": 47096, + "ĠOnes": 47097, + "Ġtraveller": 47098, + "Ġlabors": 47099, + "Ġfreshman": 47100, + "Äģna": 47101, + "ĠMadras": 47102, + "Autism": 47103, + "ен": 47104, + "Ġirresistible": 47105, + "Wet": 47106, + "isive": 47107, + "ĠIrene": 47108, + "Ġwithheld": 47109, + "ĠThemes": 47110, + "erella": 47111, + "Ġadam": 47112, + "Ġworkpiece": 47113, + "hesda": 47114, + "Ġorigami": 47115, + "ĠShu": 47116, + "Ġaccesses": 47117, + "ympathetic": 47118, + "Ġinteractivity": 47119, + "ĠTranslated": 47120, + "Ġidiopathic": 47121, + "Ġborderline": 47122, + "ĠEpisode": 47123, + "Trade": 47124, + "Christians": 47125, + "Ġforbade": 47126, + "Ġlyric": 47127, + "Ġع": 47128, + "Ġwaxy": 47129, + "Ġchampagne": 47130, + "ĠTaxes": 47131, + "Ġunsupervised": 47132, + "Ġastonished": 47133, + "Ġquintessential": 47134, + "ĠPreparedness": 47135, + "Ġresurrected": 47136, + "oclassical": 47137, + "Gross": 47138, + "VENT": 47139, + "collar": 47140, + "kha": 47141, + "uuid": 47142, + "rique": 47143, + "Ġdisenfranch": 47144, + "Ġimpersonal": 47145, + "Ġlitre": 47146, + "607": 47147, + "ĠCongreg": 47148, + "ĠWilmington": 47149, + "Recy": 47150, + "Ġneutralizing": 47151, + "ravity": 47152, + "Ġfluoridation": 47153, + "orbital": 47154, + "ĠPiper": 47155, + "ĠBrigadier": 47156, + "Ġdecisively": 47157, + "Ġenslavement": 47158, + "Ġwielded": 47159, + "Ġmidwife": 47160, + "fledged": 47161, + "moral": 47162, + "rm": 47163, + "Ġmalls": 47164, + "Ġlounge": 47165, + "ĠSchn": 47166, + "ĠMai": 47167, + "ĠHin": 47168, + "ĠOER": 47169, + "Ġ\"$": 47170, + "ossa": 47171, + "olecule": 47172, + "Ġtriad": 47173, + "Ġembol": 47174, + "Ġderail": 47175, + "Ġperfecting": 47176, + "Ġproofread": 47177, + "081": 47178, + "ĠCSIRO": 47179, + "Ġhesitated": 47180, + "Ġtyre": 47181, + "áĥIJ": 47182, + "Ġsoftened": 47183, + "Ġsupernovae": 47184, + "magical": 47185, + "MAT": 47186, + "Socrates": 47187, + "cand": 47188, + "ĠCors": 47189, + "examination": 47190, + "ospitable": 47191, + "Ġagreeable": 47192, + "ĠReduces": 47193, + "Ġgranddaughter": 47194, + "ĠGoldberg": 47195, + "Ġobstetric": 47196, + "Ġpropagating": 47197, + "Ġwhisky": 47198, + "ĠPaula": 47199, + "ĠHazel": 47200, + "xyz": 47201, + "ĠCoverage": 47202, + "Ġrepurposing": 47203, + "Ġlaminated": 47204, + "Ġmargarine": 47205, + "|^": 47206, + "Ġpum": 47207, + "alot": 47208, + "odine": 47209, + "terms": 47210, + "Ġheath": 47211, + "illings": 47212, + "Ġnears": 47213, + "ĠFaso": 47214, + "ĠVT": 47215, + "Ġcoiled": 47216, + "Ġinsulator": 47217, + "ĠUSP": 47218, + "Ġcopious": 47219, + "Ġpurposely": 47220, + "Ġhydrology": 47221, + "Ġemphasise": 47222, + "ĠCommittees": 47223, + "HTTP": 47224, + "ĠHuron": 47225, + "Ġketo": 47226, + "ĠMagdalene": 47227, + "draft": 47228, + "ement": 47229, + "itizing": 47230, + "ĠDiesel": 47231, + "Ġabiding": 47232, + "ĠLydia": 47233, + "Ġpreachers": 47234, + "Ġtrach": 47235, + "Inv": 47236, + "Income": 47237, + "Ġassuring": 47238, + "ĠCentennial": 47239, + "ĠBalancing": 47240, + "ĠTerritorial": 47241, + "Ġwoolly": 47242, + "Ġbosses": 47243, + "otoxicity": 47244, + "Ġhedgehog": 47245, + "Astronomers": 47246, + "Ġissuance": 47247, + "Ġunsuspecting": 47248, + "546": 47249, + "BBC": 47250, + "Milk": 47251, + "lake": 47252, + "Ġalopecia": 47253, + "ĠPp": 47254, + "ĠHAVE": 47255, + "ĠInland": 47256, + "Ġparv": 47257, + "ĠConnected": 47258, + "ĠShiv": 47259, + "--;": 47260, + "annie": 47261, + "switch": 47262, + "ĠAmherst": 47263, + "Ġinjuring": 47264, + "celled": 47265, + "705": 47266, + "coffee": 47267, + "Ġclarifies": 47268, + "addr": 47269, + "Indones": 47270, + "Ġtensors": 47271, + "Prevent": 47272, + "ĠTurkic": 47273, + "Ġdenominators": 47274, + "Continuous": 47275, + "Ġbibliographic": 47276, + "Optional": 47277, + "ĠUTF": 47278, + "ĠBolsheviks": 47279, + "Ġsalamanders": 47280, + "Style": 47281, + "CK": 47282, + "Grant": 47283, + "Mercury": 47284, + "WT": 47285, + "criminals": 47286, + "hare": 47287, + "uw": 47288, + "wali": 47289, + "asles": 47290, + "omotor": 47291, + "raper": 47292, + "ĠAval": 47293, + "abar": 47294, + "ĠDanny": 47295, + "ĠRiding": 47296, + "phthal": 47297, + "aircraft": 47298, + "hemes": 47299, + "Ġlegacies": 47300, + "Ġzyg": 47301, + "ĠAmid": 47302, + "Ġbarge": 47303, + "INFO": 47304, + "Ġtrustee": 47305, + "Ġmotorcycles": 47306, + "592": 47307, + "Ġalphabetically": 47308, + "inflammation": 47309, + "ĠConservatives": 47310, + "ĠVaccination": 47311, + "Ġthorax": 47312, + "photos": 47313, + "ĠAberdeen": 47314, + "Ale": 47315, + "Gil": 47316, + "dating": 47317, + "Ġtint": 47318, + "rections": 47319, + "antile": 47320, + "ĠFraction": 47321, + "ineal": 47322, + "Ġoverland": 47323, + "ĠYong": 47324, + "rowsy": 47325, + "Innov": 47326, + "Ġremorse": 47327, + "Ġacorns": 47328, + "ĠWeimar": 47329, + "Ġpublicized": 47330, + "Ġpostural": 47331, + "uropathic": 47332, + "ĠCalder": 47333, + "Ġpsychopath": 47334, + "partisan": 47335, + "498": 47336, + "Include": 47337, + "Ġionized": 47338, + "ĠSeminar": 47339, + "ĠIgE": 47340, + "ĠAlgae": 47341, + "helpful": 47342, + "Ġabsurdity": 47343, + "Ġmisman": 47344, + "Ġtriglyceride": 47345, + "opaedic": 47346, + "538": 47347, + "Coc": 47348, + "kie": 47349, + "nos": 47350, + "enable": 47351, + "entanyl": 47352, + "Ġgerman": 47353, + "osum": 47354, + "Ġscribe": 47355, + "Ġtwofold": 47356, + "Ġkeel": 47357, + "insular": 47358, + "Ġdaydream": 47359, + "Ġrestitution": 47360, + "Ġbioc": 47361, + "Ġauthorised": 47362, + "tales": 47363, + "Ġlaterally": 47364, + "ĠUSE": 47365, + "Adults": 47366, + "Ġpleural": 47367, + "ĠOrganizational": 47368, + "571": 47369, + "ĠTrustees": 47370, + "iyah": 47371, + "ĠKindle": 47372, + "Ġdeletions": 47373, + "Evaluation": 47374, + "citizens": 47375, + "Ġgourmet": 47376, + "JS": 47377, + "Pin": 47378, + "Ġebb": 47379, + "abular": 47380, + "ĠMys": 47381, + "Ġshroud": 47382, + "Ġworrisome": 47383, + "Ġpolitely": 47384, + "Ġsolenoid": 47385, + "Ġ++": 47386, + "ĠSheldon": 47387, + "ĠAcrobat": 47388, + "Ġcomprehensively": 47389, + "Ġintelligible": 47390, + "ĠMissile": 47391, + "674": 47392, + "Ġsneeze": 47393, + "reporting": 47394, + "Ġethnically": 47395, + "Ġwrecked": 47396, + "Payment": 47397, + "Ġanonymously": 47398, + "ĠAnchorage": 47399, + "Ġischemia": 47400, + "Ġlevees": 47401, + "NSA": 47402, + "nz": 47403, + "å°": 47404, + "ĠCaj": 47405, + "ĠMocking": 47406, + "ĠPIC": 47407, + "ĠHB": 47408, + "Ġsewn": 47409, + "ĠLans": 47410, + "Ġunmet": 47411, + "Ġheli": 47412, + "Ġsubjectivity": 47413, + "Ġsteels": 47414, + "Ġhypo": 47415, + "ĠHarrington": 47416, + "Ġdriveway": 47417, + "ĠSalam": 47418, + "Ġfertilizing": 47419, + "ĠCurie": 47420, + "ĠUtilities": 47421, + "Track": 47422, + "ĠSelecting": 47423, + "Ġimperialist": 47424, + "Avoiding": 47425, + "Ġreorganize": 47426, + "Ġpayloads": 47427, + "ĠAuthentication": 47428, + "542": 47429, + ":\");": 47430, + "jid": 47431, + "initis": 47432, + "onet": 47433, + "alb": 47434, + "ĠSquir": 47435, + "oprop": 47436, + "ĠPMS": 47437, + "ĠDirection": 47438, + "erva": 47439, + "ĠYo": 47440, + "Ġsubcutaneous": 47441, + "Ġparathyroid": 47442, + "ossils": 47443, + "ĠClouds": 47444, + "Algebra": 47445, + "ĠGuarant": 47446, + "Ġnavigable": 47447, + "Ġtimbers": 47448, + "Ġevolutionists": 47449, + "Ġcerebrospinal": 47450, + "Ġsouthernmost": 47451, + "ĠLovel": 47452, + "ĠCPI": 47453, + "ĠLatest": 47454, + "Ġhindrance": 47455, + "Establishing": 47456, + "croft": 47457, + "ĠDuchess": 47458, + "478": 47459, + "Giving": 47460, + "Ġandroid": 47461, + "icator": 47462, + "oreal": 47463, + "ĠRPM": 47464, + "Ġkib": 47465, + "ĠThr": 47466, + "Ġemulsion": 47467, + "ĠConquer": 47468, + "orthodox": 47469, + "Ġheadsets": 47470, + "Ġfragrances": 47471, + "Ġsalmonella": 47472, + "Ġextremist": 47473, + "ĠPyTorch": 47474, + "Config": 47475, + "Davis": 47476, + "ĠMembership": 47477, + "Ġmonopolies": 47478, + "Prem": 47479, + "Ġbogs": 47480, + "oule": 47481, + "uld": 47482, + "ĠCah": 47483, + "ĠDFS": 47484, + "ĠâĢĵâĢĵâĢĵ": 47485, + "Ġ+/-": 47486, + "engage": 47487, + "Ġbarbed": 47488, + "ĠâĪł": 47489, + "552": 47490, + "Ġsedative": 47491, + "ĠMethodology": 47492, + "Ġbathtub": 47493, + "algae": 47494, + "ĠInvestigate": 47495, + "Thirdly": 47496, + "ĠHarmony": 47497, + "ĠLandsat": 47498, + "Ġvanishing": 47499, + "Ġseagrass": 47500, + "Ni": 47501, + "hier": 47502, + "ĠSain": 47503, + "Ġtramp": 47504, + "ĠKaf": 47505, + "ermo": 47506, + "isman": 47507, + "Ġdepressing": 47508, + "Ġparietal": 47509, + "Ġpostings": 47510, + "ĠStudios": 47511, + "Ġsuffocating": 47512, + "Ġpetrochemical": 47513, + "ĠIslanders": 47514, + "Ġdisapproval": 47515, + "submit": 47516, + "Ġturquoise": 47517, + "omerase": 47518, + "Ġи": 47519, + "Ġproxies": 47520, + "ño": 47521, + "ĠBernstein": 47522, + "ĠBowen": 47523, + "propylene": 47524, + "ĠRicci": 47525, + "Road": 47526, + "Ġelucidate": 47527, + "Ġgleaming": 47528, + "ĠIthaca": 47529, + "536": 47530, + "Fle": 47531, + "Pit": 47532, + "dress": 47533, + "dice": 47534, + "lai": 47535, + "Ġconic": 47536, + "gear": 47537, + "ĠGoli": 47538, + "Ġforeach": 47539, + "Ġcatap": 47540, + "Ġpollinate": 47541, + "ĠBenin": 47542, + "Ġproofreading": 47543, + "ĠPenny": 47544, + "ĠTopology": 47545, + "Ġmergers": 47546, + "aggio": 47547, + "Ġrelievers": 47548, + "Ġreluctantly": 47549, + "Ġmicrowaves": 47550, + "methods": 47551, + "Ġontological": 47552, + "ĠDjango": 47553, + "Ġunbelievable": 47554, + "Dun": 47555, + "LG": 47556, + "Lic": 47557, + "Ws": 47558, + "nat": 47559, + "Ġbanish": 47560, + "ĠIBD": 47561, + "ĠCory": 47562, + "ĠWalmart": 47563, + "ĠStuff": 47564, + "Ġsaith": 47565, + "Ġmediating": 47566, + "ĠAndré": 47567, + "Alike": 47568, + "Ġtimid": 47569, + "ĠBatteries": 47570, + "Coast": 47571, + "ĠImproves": 47572, + "ĠFluoride": 47573, + "Ġpunishable": 47574, + "ĠUltrasound": 47575, + "Ġkidnapping": 47576, + "ĠSylvia": 47577, + "ĠPretty": 47578, + "MON": 47579, + "dB": 47580, + "Ġpiers": 47581, + "anj": 47582, + "Ġhp": 47583, + "Ġll": 47584, + "ĠisEmpty": 47585, + "ĠCited": 47586, + "Ġarbore": 47587, + "epa": 47588, + "Ġimpairs": 47589, + "ĠYoutube": 47590, + "ĠCorrection": 47591, + "Ġgarner": 47592, + "Ġsanctuaries": 47593, + "Ġtolerances": 47594, + "ĠRomney": 47595, + "Ġfictitious": 47596, + "ĠCelestial": 47597, + "Ġintercepted": 47598, + "ĠAchieving": 47599, + "Ġperturbations": 47600, + "privileged": 47601, + "Gate": 47602, + "Hold": 47603, + "mud": 47604, + "á¼": 47605, + "ĠAQ": 47606, + "ivo": 47607, + "unknown": 47608, + "Ġcompilers": 47609, + "ieved": 47610, + "ĠKali": 47611, + "Ġcurtail": 47612, + "ategorical": 47613, + "ĠContribution": 47614, + "907": 47615, + "Ġmisled": 47616, + "Ġtenuous": 47617, + "472": 47618, + "Ġarcane": 47619, + "Edge": 47620, + "Ġcatastrophes": 47621, + "Ġunlocked": 47622, + "Ġsurpassing": 47623, + "ĠChandler": 47624, + "ĠVenezuelan": 47625, + "Ġautobiographical": 47626, + "ĠAntiquity": 47627, + "Ġdiphtheria": 47628, + "517": 47629, + "544": 47630, + "667": 47631, + "cone": 47632, + "kiss": 47633, + "Ġreeds": 47634, + "Ġexon": 47635, + "Ġlevers": 47636, + "Ġoverpower": 47637, + "ĠUnitarian": 47638, + "Ġjustifying": 47639, + "ĠAless": 47640, + "ĠSpinoza": 47641, + "Ġoperas": 47642, + "Ġmenacing": 47643, + "Ġterminating": 47644, + "escue": 47645, + "listen": 47646, + "ynamics": 47647, + "Ġsweeps": 47648, + "ĠArchipelago": 47649, + "ĠAirborne": 47650, + "Ġsightseeing": 47651, + "functioning": 47652, + "ĠDevi": 47653, + "ĠJacobian": 47654, + "Ġeyebrow": 47655, + "Ġparanoid": 47656, + "Garden": 47657, + "Ġarthropods": 47658, + "Ġinhumane": 47659, + "Ġfunctools": 47660, + "ridden": 47661, + "uper": 47662, + "yam": 47663, + "iters": 47664, + "Ġmnem": 47665, + "ĠCen": 47666, + "ĠBorough": 47667, + "ĠBenson": 47668, + "ĠDock": 47669, + "ptophan": 47670, + "Ġabc": 47671, + "Ġincisions": 47672, + "Ġclays": 47673, + "ĠKuhn": 47674, + "Ġdecad": 47675, + "Ġlooting": 47676, + "ĠResearcher": 47677, + "Ġbroadening": 47678, + "ĠRecipes": 47679, + "offset": 47680, + "Ġcolumnist": 47681, + "Ġpenit": 47682, + "Drinking": 47683, + "ĠJonas": 47684, + "ĠRequires": 47685, + "Ġapproximating": 47686, + "ĠSlowly": 47687, + "Buzz": 47688, + "Ġrallied": 47689, + "Ġdisillusioned": 47690, + "ĠmtDNA": 47691, + "Ġtorsion": 47692, + "Ġgraveyard": 47693, + "568": 47694, + "Neut": 47695, + "crum": 47696, + "¿": 47697, + "Ġpantry": 47698, + "Ġfishers": 47699, + "anah": 47700, + "ici": 47701, + "unar": 47702, + "ĠDU": 47703, + "Ġushered": 47704, + "ffes": 47705, + "ĠJas": 47706, + "Ġamoeb": 47707, + "Ġapproving": 47708, + "Ġcountrymen": 47709, + "Arrays": 47710, + "Ġhypertext": 47711, + "Ġoutlaw": 47712, + "ĠMelville": 47713, + "icycle": 47714, + "ĠPlacement": 47715, + "ĠPayne": 47716, + "ĠIgnatius": 47717, + "ĠCrusade": 47718, + "ĠAethoria": 47719, + "oflavin": 47720, + "Cult": 47721, + "nu": 47722, + "~~": 47723, + "Ġais": 47724, + "renowned": 47725, + "Ġbunk": 47726, + "thian": 47727, + "ocannabin": 47728, + "ĠEIA": 47729, + "ĠDEP": 47730, + "ĠGIF": 47731, + "ulton": 47732, + "Ġcontended": 47733, + "Ġteasing": 47734, + "ĠKob": 47735, + "ashire": 47736, + "Ġtherapeutics": 47737, + "classical": 47738, + "USGS": 47739, + "Ġaccelerators": 47740, + "ĠAddison": 47741, + "Peer": 47742, + "ĠCollier": 47743, + "EEK": 47744, + "ĠCeylon": 47745, + "ĠPantheon": 47746, + "utans": 47747, + "ĠAED": 47748, + "ĠPoc": 47749, + "ĠEAR": 47750, + "ĠDN": 47751, + "ĠRamb": 47752, + "Ġimpunity": 47753, + "Ġinfirm": 47754, + "Ġsociologist": 47755, + "Ġphysique": 47756, + "ById": 47757, + "ĠAgar": 47758, + "Ġnavigator": 47759, + "contrast": 47760, + "563": 47761, + "ĠBaba": 47762, + "Ġportrayals": 47763, + "Ġleaned": 47764, + "Ġweaponry": 47765, + "Ġamphibious": 47766, + "Ġsoftening": 47767, + "martre": 47768, + "Ġcardiomyopathy": 47769, + "Naturally": 47770, + "guns": 47771, + "roth": 47772, + "Ġlil": 47773, + "ulatives": 47774, + "ĠCLE": 47775, + "Ġvices": 47776, + "ĠBaja": 47777, + "ĠBipolar": 47778, + "unky": 47779, + "ĠRip": 47780, + "construction": 47781, + "Ġendlessly": 47782, + "Ġfacilitation": 47783, + "Ġobservatories": 47784, + "goers": 47785, + "Ġvaccinate": 47786, + "ĠCheese": 47787, + "ĠOceania": 47788, + "ĠVerbal": 47789, + "Ġbeeh": 47790, + "ĠOpposition": 47791, + "Ġquarrel": 47792, + "ĠGentile": 47793, + "Ġfantasies": 47794, + "ĠRoanoke": 47795, + "Were": 47796, + "nant": 47797, + "Ġinverses": 47798, + "ĠTommy": 47799, + "Ġyang": 47800, + "ĠNay": 47801, + "aviruses": 47802, + "ymen": 47803, + "ĠXXX": 47804, + "Ġadopters": 47805, + "ITER": 47806, + "ĠSeeking": 47807, + "ĠSunset": 47808, + "Ġidiosync": 47809, + "iformes": 47810, + "ĠCornelius": 47811, + "ĠAstronomers": 47812, + "Offer": 47813, + "ĠPlatonic": 47814, + "Ġascertained": 47815, + "ĠMycen": 47816, + "ĠTajik": 47817, + "ĠIvory": 47818, + "ĠRazor": 47819, + "Ġmisdiagnosed": 47820, + "Pingback": 47821, + "031": 47822, + "è¯": 47823, + "onius": 47824, + "Ġfad": 47825, + "Ġfoci": 47826, + "acer": 47827, + "ĠBub": 47828, + "Ġwasher": 47829, + "Ġspoons": 47830, + "activate": 47831, + "Ġintrac": 47832, + "plish": 47833, + "akura": 47834, + "Ġkinetics": 47835, + "ĠInheritance": 47836, + "ĠStations": 47837, + "ĠVOCs": 47838, + "Ġacetic": 47839, + "ĠProstate": 47840, + "Ġecologists": 47841, + "Ġwalkers": 47842, + "Ġwidths": 47843, + "Ġbrilliantly": 47844, + "Ġpreschooler": 47845, + "GMO": 47846, + "Ġevaporated": 47847, + "Ġannoyed": 47848, + "Ġrevisited": 47849, + "brandt": 47850, + "Ġcardinals": 47851, + "ĠPesticides": 47852, + "Ath": 47853, + "SAR": 47854, + "bians": 47855, + "nier": 47856, + "taught": 47857, + "walled": 47858, + "storage": 47859, + "urrence": 47860, + "ĠPOV": 47861, + "Ġrushes": 47862, + "ĠLNG": 47863, + "ternoons": 47864, + "obacco": 47865, + "Ġtakeaway": 47866, + "Ġbiographer": 47867, + "Ġglobalisation": 47868, + "))]": 47869, + "ĠDevelopers": 47870, + "ROP": 47871, + "Ġoriental": 47872, + "ĠWiktionary": 47873, + "ĠPrometheus": 47874, + "ĠSaviour": 47875, + "sighted": 47876, + "ĠBriggs": 47877, + "Ġfigurines": 47878, + "631": 47879, + "Biology": 47880, + "Ze": 47881, + "wor": 47882, + "Ġwis": 47883, + "Ġmum": 47884, + "Ġdime": 47885, + "etition": 47886, + "oliberal": 47887, + "ĠSutherland": 47888, + "ĠBam": 47889, + "ĠDeng": 47890, + "ĠUM": 47891, + "Ġunitary": 47892, + "ritt": 47893, + "ĠUnlimited": 47894, + "ĠAlbuquerque": 47895, + "rayer": 47896, + "iken": 47897, + "Ġbiotic": 47898, + "Ġcruising": 47899, + "Ġhydrate": 47900, + "ĠSanitation": 47901, + "Ġtranslational": 47902, + "Genetics": 47903, + "IMA": 47904, + "Ġdenture": 47905, + "Ġterminus": 47906, + "ĠFairbanks": 47907, + "ĠBrandon": 47908, + "SOURCE": 47909, + "routine": 47910, + "Ġhomosexuals": 47911, + "Hopefully": 47912, + "Ġovershadowed": 47913, + "ĠCompassion": 47914, + "ĠARIMA": 47915, + "hun": 47916, + "Ġoo": 47917, + "arns": 47918, + "ĠBringing": 47919, + "Ġspiny": 47920, + "acey": 47921, + "tex": 47922, + "itsch": 47923, + "ĠAlta": 47924, + "Stem": 47925, + "Ġventilated": 47926, + "Ġbowed": 47927, + "ĠKeystone": 47928, + "Ġsanctity": 47929, + "ĠSabha": 47930, + "ĠOwners": 47931, + "ĠðŁĺ": 47932, + "atists": 47933, + "ĠTic": 47934, + "elastic": 47935, + "acas": 47936, + "formin": 47937, + "Ġupscale": 47938, + "Ġagron": 47939, + "althus": 47940, + "Ġattends": 47941, + "itsu": 47942, + "ĠScissors": 47943, + "ĠAdds": 47944, + "ĠPhy": 47945, + "ĠCaltech": 47946, + "902": 47947, + "remlin": 47948, + "ĠCreates": 47949, + "ĠVerd": 47950, + "ĠKarachi": 47951, + "Ġdoughnut": 47952, + "================": 47953, + "ĠKendall": 47954, + "ĠOjib": 47955, + "Ġonslaught": 47956, + "BACK": 47957, + "gm": 47958, + "parser": 47959, + "onautical": 47960, + "Ġiso": 47961, + "Ġisomorphism": 47962, + "ĠTIM": 47963, + "ĠTusc": 47964, + "Ġstrep": 47965, + "ĠCig": 47966, + "odians": 47967, + "assen": 47968, + "ĠChil": 47969, + "Ġextras": 47970, + "undity": 47971, + "ĠAnimation": 47972, + "Ġelm": 47973, + "pectral": 47974, + "Ġplacements": 47975, + "ĠTranscript": 47976, + "ĠReddit": 47977, + "ĠÃħ": 47978, + "Ġauthenticated": 47979, + "Ġimpervious": 47980, + "ĠMaas": 47981, + "ĠPoet": 47982, + "CRC": 47983, + "Ġmetaverse": 47984, + "igeon": 47985, + "Ġrepellents": 47986, + "ĠExpectations": 47987, + "adaptive": 47988, + "Ġexclaimed": 47989, + "cephaly": 47990, + "\",\"": 47991, + "JA": 47992, + "Ron": 47993, + "bark": 47994, + "magnetic": 47995, + "tting": 47996, + "initely": 47997, + "Ġisosceles": 47998, + "ĠBif": 47999, + "udi": 48000, + "Ġintonation": 48001, + "astewater": 48002, + "Ġvaliant": 48003, + "Ġdefends": 48004, + "uchad": 48005, + "Thou": 48006, + "ĠForget": 48007, + "concent": 48008, + "Ġvex": 48009, + "ĠLept": 48010, + "ĠRivera": 48011, + "ĠCongregation": 48012, + "Ġwronged": 48013, + "Ġmotorized": 48014, + "Ġblindly": 48015, + "Ġcategorizing": 48016, + "finished": 48017, + "ĠPhoenician": 48018, + "Combine": 48019, + "ĠPositioning": 48020, + "itoneal": 48021, + "Boy": 48022, + "]{": 48023, + "iÏĢ": 48024, + "atl": 48025, + "Ġhord": 48026, + "Ġdeuter": 48027, + "ĠGins": 48028, + "Ġuncomp": 48029, + "Ġavatars": 48030, + "Ġpowerhouse": 48031, + "Ġtrellis": 48032, + "ĠComplementary": 48033, + "Ġbroadened": 48034, + "reciation": 48035, + "Ġepinephrine": 48036, + "ĠRemoves": 48037, + "persons": 48038, + "Ġunskilled": 48039, + "Controller": 48040, + "Ġimmunological": 48041, + "ĠDesigns": 48042, + "ĠLiberals": 48043, + "ĠFortress": 48044, + "Ġinferiority": 48045, + "ĠZeroDivisionError": 48046, + "Ġprerequisites": 48047, + "ĠJohannesburg": 48048, + "Ideally": 48049, + "hyn": 48050, + "kW": 48051, + "inging": 48052, + "ĠTara": 48053, + "olks": 48054, + "ĠCKD": 48055, + "ĠMét": 48056, + "quote": 48057, + "Ġunrel": 48058, + "ensch": 48059, + "Ġreposition": 48060, + "Ġphag": 48061, + "ĠScenario": 48062, + "Ġdevils": 48063, + "ĠSufi": 48064, + "Ġaltars": 48065, + "Ġsodas": 48066, + "Ġincidentally": 48067, + "Ġsculpted": 48068, + "currently": 48069, + "Definitions": 48070, + "Decimal": 48071, + "Ġnorther": 48072, + "assemble": 48073, + "eratosthenes": 48074, + "ĠInnocent": 48075, + "adapted": 48076, + "alienable": 48077, + "619": 48078, + "775": 48079, + "wang": 48080, + "Ġcrossover": 48081, + "anut": 48082, + "ĠToken": 48083, + "abo": 48084, + "illard": 48085, + "romic": 48086, + "ĠFutures": 48087, + "ĠLoud": 48088, + "akings": 48089, + "Ġ\"/": 48090, + "Ġprerog": 48091, + "Ġpartisans": 48092, + "Ġoveractive": 48093, + "Ġinterplanetary": 48094, + "ĠIndra": 48095, + "mini": 48096, + "Ġfootnotes": 48097, + "ACA": 48098, + "ĠCommunicate": 48099, + "ĠAlexa": 48100, + "ĠAnyway": 48101, + "ĠCamden": 48102, + "ĠUrinary": 48103, + "Ġsponsoring": 48104, + "!!!!": 48105, + "ĠMajority": 48106, + "Ġdismissing": 48107, + "ĠHanuman": 48108, + "ĠSelma": 48109, + "promoting": 48110, + "Ohio": 48111, + "Ġdecentralization": 48112, + "Ġpiezoelectric": 48113, + "ĠPaso": 48114, + "Ġscramble": 48115, + "gor": 48116, + "priced": 48117, + "uent": 48118, + "ĠÊ¿": 48119, + "itra": 48120, + "Ġmashed": 48121, + "omously": 48122, + "ĠDates": 48123, + "ĠRita": 48124, + "ĠUm": 48125, + "Ġpresenter": 48126, + "ĠCenturies": 48127, + "Alpha": 48128, + "Ġdivination": 48129, + "Ġbarrage": 48130, + "Ġpolyp": 48131, + "Ġ...)": 48132, + "ĠANSI": 48133, + "ĠInitiatives": 48134, + "IRC": 48135, + "ĠMitigation": 48136, + "Ġepicenter": 48137, + "ĠAmbrose": 48138, + "Ġredesigned": 48139, + "ĠFlexible": 48140, + "ĠBoundary": 48141, + "ĠSuzuki": 48142, + "morning": 48143, + "ĠOrdinance": 48144, + "790": 48145, + "812": 48146, + "Mountain": 48147, + "oules": 48148, + "ĠSans": 48149, + "thick": 48150, + "abay": 48151, + "ĠPNG": 48152, + "Ġheml": 48153, + "Ġclumsy": 48154, + "Ġblasted": 48155, + "ampal": 48156, + "guably": 48157, + "ĠEnum": 48158, + "ĠPrinter": 48159, + "ĠSchuster": 48160, + "ĠFlies": 48161, + "ĠCollecting": 48162, + "demon": 48163, + "ĠBaptists": 48164, + "Crossref": 48165, + "Nurs": 48166, + "Ross": 48167, + "hanging": 48168, + "ĠTears": 48169, + "irp": 48170, + "ĠSAP": 48171, + "thousand": 48172, + "ĠEMS": 48173, + "Ġrecreated": 48174, + "ĠKathy": 48175, + "Ġdefens": 48176, + "Ġawhile": 48177, + "Ġstandardised": 48178, + "ĠCarolyn": 48179, + "Ġmodernist": 48180, + "Ġrowing": 48181, + "ĠSerbs": 48182, + "ĠDiscourse": 48183, + "Ġsnowpack": 48184, + "Intellig": 48185, + "Ġbiochar": 48186, + "ĠPetra": 48187, + "Ġionizing": 48188, + "ĠEND": 48189, + "ä¸Ń": 48190, + "Ġsurpasses": 48191, + "ĠGranada": 48192, + "ĠMammal": 48193, + "ĠImagination": 48194, + "Ġhysteria": 48195, + "Ġgleaned": 48196, + "Ġunambiguous": 48197, + "Ġaegypti": 48198, + "#,": 48199, + "Ford": 48200, + "Motor": 48201, + "atos": 48202, + "ĠPavilion": 48203, + "Ġcanning": 48204, + "ĠRFC": 48205, + "Ġattains": 48206, + "Ġlooted": 48207, + "genetic": 48208, + "ĠContest": 48209, + "Ġanglers": 48210, + "Ġburger": 48211, + "Ġmotivator": 48212, + "Ġinhospitable": 48213, + "ĠPsycho": 48214, + "ĠHawthorne": 48215, + "publication": 48216, + "Classification": 48217, + "ĠFacilit": 48218, + "ĠUrbana": 48219, + "Ġphonemes": 48220, + "ĠKelley": 48221, + "Ġsquadrons": 48222, + "Ġinterferon": 48223, + "ĠTiberius": 48224, + "Mission": 48225, + "SF": 48226, + "qa": 48227, + "serv": 48228, + "ĠPRC": 48229, + "ĠWATER": 48230, + "reatic": 48231, + "ĠYad": 48232, + "Ġrepressive": 48233, + "Ġsignified": 48234, + "comment": 48235, + "emiconduct": 48236, + "ĠAgro": 48237, + "omyelitis": 48238, + "Received": 48239, + "kaya": 48240, + "become": 48241, + "Geography": 48242, + "ĠAccuracy": 48243, + "Ġbreakdowns": 48244, + "Topics": 48245, + "Ġtriumphant": 48246, + "Ġdeterrence": 48247, + "ĠNHL": 48248, + "Ġlemurs": 48249, + "Ġdendritic": 48250, + "ĠRafael": 48251, + "ciparum": 48252, + "Mt": 48253, + "bond": 48254, + "cault": 48255, + "fest": 48256, + "zag": 48257, + "|(": 48258, + "Ġtaut": 48259, + "usky": 48260, + "Ġchaired": 48261, + "unas": 48262, + "Ġimitating": 48263, + "Ġunarmed": 48264, + "ubation": 48265, + "ĠChung": 48266, + "teach": 48267, + "Thousands": 48268, + "ĠPhylogen": 48269, + "Ġdebunk": 48270, + "ĠRecursive": 48271, + "Ġannuals": 48272, + "Ġsinner": 48273, + "ĠTreatise": 48274, + "Ġcaveat": 48275, + "ĠMinds": 48276, + "Ġminiatur": 48277, + "ĠHomestead": 48278, + "ĠMeadows": 48279, + "abricated": 48280, + "ĠProlonged": 48281, + "Bah": 48282, + "Maria": 48283, + "Talking": 48284, + "Yoga": 48285, + "deck": 48286, + "tet": 48287, + "Ġcc": 48288, + "edition": 48289, + "ĠBingham": 48290, + "Ġpointless": 48291, + "Ġservic": 48292, + "ĠScorp": 48293, + "ĠAdder": 48294, + "aii": 48295, + "Ġfirewalls": 48296, + "Ġtrackers": 48297, + "Ġvaluing": 48298, + "Transfer": 48299, + "ĠDeaths": 48300, + "finance": 48301, + "ĠSynod": 48302, + "ĠIllegal": 48303, + "ĠCrimean": 48304, + "ĠJennings": 48305, + "Ġfistula": 48306, + "ĠCredits": 48307, + "Fox": 48308, + "Hart": 48309, + "Tre": 48310, + "magic": 48311, + "tone": 48312, + "lebot": 48313, + "omists": 48314, + "Ġlash": 48315, + "ĠTowers": 48316, + "odone": 48317, + "ĠBose": 48318, + "ĠJing": 48319, + "Ġunderline": 48320, + "ĠAlgon": 48321, + "Ġfewest": 48322, + "Ġantelope": 48323, + "ĠPlastics": 48324, + "Ġgeom": 48325, + "shaw": 48326, + "ĠEnglishman": 48327, + "yla": 48328, + "Ġexcesses": 48329, + "Shakespeare": 48330, + "Ġattributing": 48331, + "Replace": 48332, + "ĠMadonna": 48333, + "ĠDarfur": 48334, + "allowing": 48335, + "hygiene": 48336, + "Ġporpo": 48337, + "ĠBeginners": 48338, + "ĠCambodian": 48339, + "Ġlagging": 48340, + "ĠLaurence": 48341, + "Ġbronchial": 48342, + "Ġmisinterpret": 48343, + "savvy": 48344, + "futures": 48345, + "zhen": 48346, + "esse": 48347, + "ĠEDA": 48348, + "ĠLeth": 48349, + "Ġoutfits": 48350, + "Ġamateurs": 48351, + "ĠAls": 48352, + "compar": 48353, + "Ġmeaningfully": 48354, + "Champ": 48355, + "ĠHistories": 48356, + "ĠSuf": 48357, + "Ġreborn": 48358, + "Ġconjunctions": 48359, + "Ġorbitals": 48360, + "Secure": 48361, + "ĠCircum": 48362, + "ĠUniversit": 48363, + "ĠVoltaire": 48364, + "Ġdwelt": 48365, + ";âĢĿ": 48366, + "EARCH": 48367, + "Mamm": 48368, + "Uk": 48369, + "kAlert": 48370, + "nip": 48371, + "sourced": 48372, + "Ġsaga": 48373, + "Ġbonsai": 48374, + "Ġyell": 48375, + "ĠSands": 48376, + "upa": 48377, + "iera": 48378, + "Ġserge": 48379, + "ĠDele": 48380, + "Ġbalm": 48381, + "Ġprepaid": 48382, + "ĠMeh": 48383, + "ĠHerpes": 48384, + "zzar": 48385, + "Ġescorted": 48386, + "Ġbreathable": 48387, + "Ġvenerable": 48388, + "ĠErin": 48389, + "Ġperpetuated": 48390, + "Ġgamble": 48391, + "GRAPH": 48392, + "\">" + ], + [ + "Ġacc", + "om" + ], + [ + "r", + "ror" + ], + [ + "Ġ", + "," + ], + [ + "Ġequ", + "ipment" + ], + [ + "ther", + "n" + ], + [ + "g", + "y" + ], + [ + "d", + "ing" + ], + [ + "ĠDep", + "artment" + ], + [ + "dition", + "ally" + ], + [ + "Ġess", + "ay" + ], + [ + "Ġdescrib", + "ed" + ], + [ + "ĠJ", + "es" + ], + [ + "Ġb", + "ul" + ], + [ + "ĠIn", + "stitute" + ], + [ + "Ġac", + "id" + ], + [ + "ĠThe", + "n" + ], + [ + "Ġit", + "ems" + ], + [ + "Ġsuccess", + "ful" + ], + [ + "Ġcap", + "ital" + ], + [ + "Ġcomp", + "rehens" + ], + [ + "Ġv", + "oice" + ], + [ + "Ġatt", + "ract" + ], + [ + "Ġmeas", + "ures" + ], + [ + "Ġw", + "oman" + ], + [ + "Ġag", + "ricult" + ], + [ + "Ġ", + ":" + ], + [ + "Ġcl", + "in" + ], + [ + "b", + "ook" + ], + [ + "Ġpl", + "aces" + ], + [ + "Ġt", + "it" + ], + [ + "Ġd", + "irection" + ], + [ + "Ġj", + "ud" + ], + [ + "Ġb", + "urn" + ], + [ + "Ġne", + "igh" + ], + [ + "Ġcar", + "ry" + ], + [ + "Ġt", + "ask" + ], + [ + "se", + "ct" + ], + [ + "Ġd", + "ivid" + ], + [ + "augh", + "t" + ], + [ + "Ġh", + "ope" + ], + [ + "Ġc", + "ry" + ], + [ + "i", + "ra" + ], + [ + "Ġprot", + "ection" + ], + [ + "Ġprob", + "ability" + ], + [ + "Ġhtt", + "p" + ], + [ + "Ġplan", + "et" + ], + [ + "Ġinf", + "ection" + ], + [ + "Ġprote", + "in" + ], + [ + "Ġplan", + "ning" + ], + [ + "val", + "ue" + ], + [ + "r", + "im" + ], + [ + "am", + "b" + ], + [ + "Ġdet", + "ect" + ], + [ + "Ġrece", + "ived" + ], + [ + "c", + "ast" + ], + [ + "Ġb", + "rought" + ], + [ + "or", + "ation" + ], + [ + "ĠGerm", + "an" + ], + [ + "ĠH", + "ar" + ], + [ + "Ġread", + "ers" + ], + [ + "a", + "id" + ], + [ + "um", + "an" + ], + [ + "Ġf", + "ib" + ], + [ + "Ġle", + "ave" + ], + [ + "r", + "ong" + ], + [ + "v", + "est" + ], + [ + "it", + "er" + ], + [ + "ul", + "ated" + ], + [ + "ĠCal", + "ifornia" + ], + [ + "Ġhim", + "self" + ], + [ + "Ġcor", + "respond" + ], + [ + "ĠAfric", + "a" + ], + [ + "19", + "0" + ], + [ + "her", + "n" + ], + [ + "Ġgra", + "du" + ], + [ + "N", + "ow" + ], + [ + "Ġany", + "thing" + ], + [ + "ol", + "ar" + ], + [ + "Ġevery", + "one" + ], + [ + "l", + "im" + ], + [ + "ro", + "te" + ], + [ + "Ġra", + "re" + ], + [ + "Ġdo", + "ctor" + ], + [ + "Ġsol", + "utions" + ], + [ + "Ġra", + "pid" + ], + [ + "Ġwe", + "ather" + ], + [ + "ous", + "ly" + ], + [ + "I", + "C" + ], + [ + "Ġrul", + "es" + ], + [ + "__", + "__" + ], + [ + "ĠO", + "f" + ], + [ + "Ġde", + "ad" + ], + [ + "A", + "d" + ], + [ + "Ġbo", + "x" + ], + [ + "Ġh", + "on" + ], + [ + "ĠM", + "arch" + ], + [ + "Ġd", + "ynam" + ], + [ + "Ġinvol", + "ve" + ], + [ + "Ġde", + "al" + ], + [ + "Ġpr", + "ice" + ], + [ + "Ġadult", + "s" + ], + [ + "ĠO", + "ct" + ], + [ + "un", + "ction" + ], + [ + "c", + "il" + ], + [ + "Ġwork", + "ers" + ], + [ + "Ġcolle", + "ction" + ], + [ + "ĠAl", + "though" + ], + [ + "ĠR", + "uss" + ], + [ + "m", + "ission" + ], + [ + "w", + "ater" + ], + [ + "Ġstart", + "ing" + ], + [ + "ou", + "d" + ], + [ + "ĠAfric", + "an" + ], + [ + "W", + "ith" + ], + [ + "i", + "able" + ], + [ + "ĠT", + "w" + ], + [ + "Ġp", + "an" + ], + [ + "Ġp", + "iece" + ], + [ + "r", + "ition" + ], + [ + "Ġspir", + "it" + ], + [ + "se", + "e" + ], + [ + "Ġra", + "ndom" + ], + [ + "i", + "ate" + ], + [ + "Ġreve", + "al" + ], + [ + "ro", + "gen" + ], + [ + "Ġra", + "ise" + ], + [ + "Ġb", + "ott" + ], + [ + "Ġf", + "uel" + ], + [ + "Ġdev", + "ice" + ], + [ + "ĠCh", + "ild" + ], + [ + "Ġst", + "age" + ], + [ + "Ġaud", + "ience" + ], + [ + "Ġtra", + "de" + ], + [ + "Ġsa", + "w" + ], + [ + "Ġh", + "ous" + ], + [ + "Ġloc", + "ated" + ], + [ + "Ġaspect", + "s" + ], + [ + "Ġstruct", + "ures" + ], + [ + "Ġsym", + "bol" + ], + [ + "od", + "ies" + ], + [ + "Ġn", + "amed" + ], + [ + "Ġn", + "ucle" + ], + [ + "re", + "es" + ], + [ + "Ġr", + "ule" + ], + [ + "Ġhistor", + "ical" + ], + [ + "Ġfor", + "ces" + ], + [ + "Ġtr", + "uth" + ], + [ + "est", + "ic" + ], + [ + "Ġdist", + "inct" + ], + [ + "ag", + "on" + ], + [ + "S", + "ome" + ], + [ + "Ġre", + "asons" + ], + [ + "Ġgra", + "ph" + ], + [ + "u", + "k" + ], + [ + "ĠB", + "ra" + ], + [ + "Ġv", + "ict" + ], + [ + "E", + "N" + ], + [ + "Ġrespons", + "ible" + ], + [ + "Ġf", + "ather" + ], + [ + "Ġass", + "ign" + ], + [ + "c", + "o" + ], + [ + "A", + "t" + ], + [ + "ĠIntern", + "ational" + ], + [ + "Ġaltern", + "ative" + ], + [ + "ord", + "ers" + ], + [ + "Ġoper", + "ations" + ], + [ + "Ġbas", + "is" + ], + [ + "Ġge", + "omet" + ], + [ + "Ġent", + "er" + ], + [ + "Ġcoll", + "abor" + ], + [ + "Ġh", + "undred" + ], + [ + "Ġc", + "ities" + ], + [ + "Ġsequ", + "ence" + ], + [ + "Ġdeg", + "ree" + ], + [ + "Ġconst", + "ruction" + ], + [ + "om", + "y" + ], + [ + "ĠDe", + "velop" + ], + [ + "Ġbenef", + "it" + ], + [ + "Ġcol", + "on" + ], + [ + "Ġv", + "ill" + ], + [ + "g", + "n" + ], + [ + "A", + "C" + ], + [ + "ĠHist", + "ory" + ], + [ + "it", + "is" + ], + [ + "Ġc", + "ou" + ], + [ + "Ġco", + "ol" + ], + [ + "Ġcare", + "er" + ], + [ + "Ġp", + "ow" + ], + [ + "ab", + "ilities" + ], + [ + "ĠA", + "I" + ], + [ + "ĠA", + "nt" + ], + [ + "Ġrece", + "ive" + ], + [ + "ist", + "ry" + ], + [ + "Ġnav", + "ig" + ], + [ + "b", + "ra" + ], + [ + "ĠS", + "im" + ], + [ + "Ġmach", + "ine" + ], + [ + "i", + "ers" + ], + [ + "Ġsuggest", + "s" + ], + [ + "Ġc", + "ele" + ], + [ + "ĠIn", + "c" + ], + [ + "cept", + "ion" + ], + [ + "Ġsum", + "mer" + ], + [ + "Ġra", + "in" + ], + [ + "Ġ", + "ice" + ], + [ + "Ġoccur", + "s" + ], + [ + "know", + "n" + ], + [ + "ĠG", + "reat" + ], + [ + "Ġc", + "rop" + ], + [ + "ĠR", + "iver" + ], + [ + "Ġequ", + "ation" + ], + [ + "ĠG", + "ra" + ], + [ + "Ġbehav", + "i" + ], + [ + "âĢ", + "¢" + ], + [ + "ĠB", + "ar" + ], + [ + "Ġmil", + "es" + ], + [ + "Ġfollow", + "ed" + ], + [ + "Ġnot", + "e" + ], + [ + "ĠJ", + "une" + ], + [ + "ĠS", + "w" + ], + [ + "ĠF", + "rom" + ], + [ + "ort", + "hern" + ], + [ + "Ġsqu", + "are" + ], + [ + "ĠM", + "us" + ], + [ + "Ġearl", + "ier" + ], + [ + "Ġnear", + "ly" + ], + [ + "Ġn", + "orth" + ], + [ + "Ġcit", + "iz" + ], + [ + "ot", + "hes" + ], + [ + "Ġappropri", + "ate" + ], + [ + "ar", + "ian" + ], + [ + "Ġoff", + "ers" + ], + [ + "Ġb", + "all" + ], + [ + "Ġto", + "ld" + ], + [ + "Ġsit", + "es" + ], + [ + "Ġrel", + "atively" + ], + [ + "Ġchall", + "enge" + ], + [ + "ere", + "nces" + ], + [ + "ĠS", + "ch" + ], + [ + "Ġcomb", + "ination" + ], + [ + "r", + "an" + ], + [ + "Ġnot", + "hing" + ], + [ + "Ġm", + "ole" + ], + [ + "os", + "es" + ], + [ + "Ġsc", + "ale" + ], + [ + "Ġorig", + "in" + ], + [ + "Ġs", + "am" + ], + [ + "ĠSe", + "pt" + ], + [ + "e", + "v" + ], + [ + "Ġco", + "ast" + ], + [ + "Ġrep", + "e" + ], + [ + "av", + "a" + ], + [ + "Ġcont", + "roll" + ], + [ + "Ġsat", + "is" + ], + [ + "Ġlaw", + "s" + ], + [ + "ĠP", + "ark" + ], + [ + "Ġcustom", + "ers" + ], + [ + "Ġd", + "ictionary" + ], + [ + "ens", + "ity" + ], + [ + "ĠAug", + "ust" + ], + [ + "if", + "ul" + ], + [ + "Ġw", + "id" + ], + [ + "Ġf", + "ix" + ], + [ + "c", + "les" + ], + [ + "E", + "D" + ], + [ + "Ġn", + "ames" + ], + [ + "Ġfund", + "amental" + ], + [ + "Ġval", + "u" + ], + [ + "ĠD", + "av" + ], + [ + "c", + "oh" + ], + [ + "Ġdescrib", + "e" + ], + [ + "Ġsit", + "u" + ], + [ + "Ġem", + "phas" + ], + [ + "ig", + "r" + ], + [ + "Ġeff", + "ort" + ], + [ + "E", + "rror" + ], + [ + "Ġset", + "t" + ], + [ + "Ġm", + "ill" + ], + [ + "Ġan", + "x" + ], + [ + "Ġold", + "er" + ], + [ + "Ġal", + "one" + ], + [ + "ag", + "er" + ], + [ + "he", + "ck" + ], + [ + "ĠS", + "erv" + ], + [ + "ra", + "w" + ], + [ + "our", + "nal" + ], + [ + "Ġmem", + "ber" + ], + [ + "âĢĿ", + "." + ], + [ + "Ġb", + "orn" + ], + [ + "ĠPro", + "g" + ], + [ + "Ġun", + "it" + ], + [ + "Ġr", + "ise" + ], + [ + "at", + "ur" + ], + [ + "oc", + "ks" + ], + [ + "a", + "res" + ], + [ + "Ġdef", + "ined" + ], + [ + "ines", + "e" + ], + [ + "Ġcomp", + "ar" + ], + [ + "tern", + "al" + ], + [ + "Ġask", + "ed" + ], + [ + "Ġincre", + "ases" + ], + [ + "im", + "ens" + ], + [ + "Ġcompon", + "ents" + ], + [ + "Ġtr", + "ust" + ], + [ + "Ġk", + "ing" + ], + [ + "Ġindepend", + "ent" + ], + [ + "Ġchang", + "ed" + ], + [ + "Ġexp", + "and" + ], + [ + "Ġform", + "at" + ], + [ + "Ġsc", + "reen" + ], + [ + "Ġeas", + "ier" + ], + [ + "ir", + "ing" + ], + [ + "ru", + "pt" + ], + [ + "I", + "V" + ], + [ + "c", + "ious" + ], + [ + "Ġappl", + "ied" + ], + [ + "ĠD", + "ay" + ], + [ + "Ġrelig", + "ious" + ], + [ + "ver", + "t" + ], + [ + "Ġsignificant", + "ly" + ], + [ + "3", + "3" + ], + [ + "Ġwe", + "ak" + ], + [ + "Ġstrateg", + "y" + ], + [ + "Ġcl", + "im" + ], + [ + "ur", + "b" + ], + [ + "ĠO", + "ut" + ], + [ + "o", + "ff" + ], + [ + "Ġaff", + "ected" + ], + [ + "Ġappear", + "s" + ], + [ + "Ġt", + "asks" + ], + [ + "Ġrem", + "ember" + ], + [ + "Ġteac", + "her" + ], + [ + "Ġfor", + "ward" + ], + [ + "ĠC", + "ity" + ], + [ + "ĠCons", + "ider" + ], + [ + "Ġs", + "we" + ], + [ + "Ġf", + "air" + ], + [ + "Ġw", + "on" + ], + [ + "u", + "ild" + ], + [ + "ĠJes", + "us" + ], + [ + "c", + "are" + ], + [ + "Ġg", + "old" + ], + [ + "Ġtherap", + "y" + ], + [ + "Ġstat", + "us" + ], + [ + "Ġe", + "gg" + ], + [ + "ĠJu", + "ly" + ], + [ + "Ġdr", + "ive" + ], + [ + "Ġconcern", + "s" + ], + [ + "ra", + "el" + ], + [ + "Ġcol", + "d" + ], + [ + "Ġper", + "haps" + ], + [ + "Ġs", + "on" + ], + [ + "ch", + "ar" + ], + [ + "ond", + "on" + ], + [ + "Ġbacter", + "ia" + ], + [ + "\"", + ":" + ], + [ + "if", + "ically" + ], + [ + "Ġeconom", + "y" + ], + [ + "Ġb", + "ud" + ], + [ + "Ġs", + "outh" + ], + [ + "Ġe", + "ating" + ], + [ + "Ġt", + "ou" + ], + [ + "Ġt", + "im" + ], + [ + "ĠP", + "ress" + ], + [ + "Wh", + "ile" + ], + [ + "ashing", + "ton" + ], + [ + "I", + "T" + ], + [ + "ough", + "t" + ], + [ + "ĠAmeric", + "ans" + ], + [ + "Ġm", + "ob" + ], + [ + "ĠEng", + "land" + ], + [ + "Ġdep", + "th" + ], + [ + ":", + "**" + ], + [ + "z", + "z" + ], + [ + "Ġph", + "ilos" + ], + [ + "ĠA", + "pril" + ], + [ + "Ġth", + "r" + ], + [ + "Ġf", + "ields" + ], + [ + "Ġsh", + "ap" + ], + [ + "oc", + "ol" + ], + [ + "Ġstand", + "ards" + ], + [ + "pt", + "y" + ], + [ + "Ġfeel", + "ing" + ], + [ + "Ġro", + "ck" + ], + [ + "u", + "ff" + ], + [ + "Ġconcept", + "s" + ], + [ + "Ġgu", + "ide" + ], + [ + "Ġex", + "hib" + ], + [ + "P", + "ro" + ], + [ + "Ġrec", + "ently" + ], + [ + "am", + "a" + ], + [ + "ag", + "raph" + ], + [ + "ĠChrist", + "ian" + ], + [ + "Ġinf", + "ect" + ], + [ + "pl", + "ace" + ], + [ + "Ġapp", + "ly" + ], + [ + "g", + "in" + ], + [ + "Ġind", + "ex" + ], + [ + "Ġcalcul", + "ate" + ], + [ + "st", + "ring" + ], + [ + "Ġf", + "resh" + ], + [ + "Ġd", + "ied" + ], + [ + "Ġredu", + "ced" + ], + [ + "Ġp", + "ric" + ], + [ + "ib", + "ly" + ], + [ + "om", + "b" + ], + [ + "ĠO", + "ur" + ], + [ + "ĠM", + "c" + ], + [ + "]", + "," + ], + [ + "ĠAss", + "oci" + ], + [ + "a", + "ign" + ], + [ + "Ġrele", + "vant" + ], + [ + "Ġfe", + "ature" + ], + [ + "ter", + "y" + ], + [ + "Ġemot", + "ions" + ], + [ + "Ġconsequ", + "ences" + ], + [ + "ing", + "u" + ], + [ + "Ġinst", + "ru" + ], + [ + "Ġch", + "ance" + ], + [ + "ĠC", + "ong" + ], + [ + "Ġw", + "atch" + ], + [ + "ĠTr", + "ans" + ], + [ + "Ġcomplete", + "ly" + ], + [ + "Ġc", + "ook" + ], + [ + "Ġhand", + "le" + ], + [ + "'", + "d" + ], + [ + "ĠE", + "ach" + ], + [ + "Ġac", + "ad" + ], + [ + "Ġset", + "s" + ], + [ + "Ġem", + "ail" + ], + [ + "re", + "ate" + ], + [ + "ĠCanad", + "a" + ], + [ + "Ġac", + "qu" + ], + [ + "Ġeng", + "aging" + ], + [ + "ĠN", + "ow" + ], + [ + "ĠPres", + "ident" + ], + [ + "ed", + "om" + ], + [ + "Ġtechn", + "ologies" + ], + [ + "Ġcl", + "ar" + ], + [ + "o", + "e" + ], + [ + "Ġrequire", + "ments" + ], + [ + "3", + "6" + ], + [ + "Ġsepar", + "ate" + ], + [ + "Ġh", + "osp" + ], + [ + "Ġst", + "aff" + ], + [ + "ri", + "ef" + ], + [ + "Ġp", + "et" + ], + [ + "7", + "5" + ], + [ + "Ġcurrent", + "ly" + ], + [ + "Ġsu", + "gar" + ], + [ + "Ġgo", + "es" + ], + [ + "Ġfor", + "mer" + ], + [ + "a", + "ult" + ], + [ + "Ġident", + "ity" + ], + [ + "ru", + "e" + ], + [ + "ap", + "ter" + ], + [ + "ce", + "mber" + ], + [ + "Ġarch", + "itect" + ], + [ + "Ġinterp", + "ret" + ], + [ + "ord", + "in" + ], + [ + "Ġfind", + "ing" + ], + [ + "f", + "ord" + ], + [ + "Ġt", + "en" + ], + [ + "Ġexper", + "t" + ], + [ + "Ġdisc", + "overed" + ], + [ + "ĠWill", + "iam" + ], + [ + "Ġman", + "age" + ], + [ + "ar", + "a" + ], + [ + "ĠGo", + "vern" + ], + [ + "r", + "ical" + ], + [ + "Ġis", + "n" + ], + [ + "Ġbl", + "ue" + ], + [ + "Ġresult", + "ing" + ], + [ + "Ġallow", + "ed" + ], + [ + "og", + "en" + ], + [ + "Ġsign", + "s" + ], + [ + "rom", + "e" + ], + [ + "Ġmov", + "ing" + ], + [ + "r", + "ors" + ], + [ + "cl", + "ass" + ], + [ + "Ġexp", + "osure" + ], + [ + "ex", + "ic" + ], + [ + "k", + "y" + ], + [ + "Ġsal", + "es" + ], + [ + "ĠR", + "ed" + ], + [ + "ig", + "en" + ], + [ + "Ġris", + "ks" + ], + [ + "Ġinc", + "ome" + ], + [ + "b", + "l" + ], + [ + "form", + "ation" + ], + [ + "im", + "ize" + ], + [ + "P", + "A" + ], + [ + "Ġpar", + "am" + ], + [ + "Ġo", + "ption" + ], + [ + "Ġrun", + "ning" + ], + [ + "Ġint", + "ellig" + ], + [ + "Ġser", + "ve" + ], + [ + "Ġcontinu", + "ed" + ], + [ + "Ġg", + "iving" + ], + [ + "m", + "en" + ], + [ + "ic", + "a" + ], + [ + "ĠD", + "is" + ], + [ + "Ġcom", + "ing" + ], + [ + "e", + "per" + ], + [ + "Ġrem", + "ove" + ], + [ + "Ġconn", + "ected" + ], + [ + "Ġconst", + "it" + ], + [ + "Ġte", + "eth" + ], + [ + "L", + "ast" + ], + [ + "Ġdru", + "g" + ], + [ + "A", + "r" + ], + [ + "Ġfav", + "or" + ], + [ + "ĠEduc", + "ation" + ], + [ + "Ġm", + "ut" + ], + [ + "ur", + "t" + ], + [ + "an", + "ish" + ], + [ + "Ġredu", + "cing" + ], + [ + "ĠM", + "od" + ], + [ + "Ġ", + "Î" + ], + [ + "Ġform", + "ed" + ], + [ + "Ġgard", + "en" + ], + [ + "coh", + "ol" + ], + [ + "'", + ":" + ], + [ + "Ġful", + "ly" + ], + [ + "ĠE", + "ven" + ], + [ + "ud", + "d" + ], + [ + "Ġcont", + "rast" + ], + [ + "Ġd", + "ed" + ], + [ + "I", + "s" + ], + [ + "Ġcommon", + "ly" + ], + [ + "Ġw", + "rote" + ], + [ + "b", + "re" + ], + [ + "Ġst", + "ream" + ], + [ + "g", + "ment" + ], + [ + "am", + "er" + ], + [ + "ee", + "ch" + ], + [ + "ĠL", + "ear" + ], + [ + "Ġill", + "ustr" + ], + [ + "Ġcapac", + "ity" + ], + [ + "a", + "ul" + ], + [ + "ĠTe", + "chn" + ], + [ + "Ġadv", + "anced" + ], + [ + "Ġ", + "ing" + ], + [ + "ur", + "g" + ], + [ + "Ġno", + "vel" + ], + [ + "Ġocc", + "up" + ], + [ + "Ġant", + "i" + ], + [ + "Ġland", + "sc" + ], + [ + "Ġsustain", + "able" + ], + [ + "id", + "ing" + ], + [ + "ĠCh", + "inese" + ], + [ + "ess", + "ion" + ], + [ + "Ġf", + "igure" + ], + [ + "Ġm", + "ission" + ], + [ + "r", + "ial" + ], + [ + "Ġf", + "ederal" + ], + [ + "l", + "in" + ], + [ + "ĠH", + "igh" + ], + [ + "ify", + "ing" + ], + [ + "Ġapprox", + "imately" + ], + [ + "h", + "am" + ], + [ + "Ġact", + "ual" + ], + [ + "w", + "ith" + ], + [ + "ies", + "t" + ], + [ + "Ġatmosp", + "here" + ], + [ + "Ġro", + "t" + ], + [ + "18", + "6" + ], + [ + "Ġpl", + "aced" + ], + [ + "ĠA", + "v" + ], + [ + "Ġp", + "hen" + ], + [ + "ĠCh", + "urch" + ], + [ + "Ġleg", + "al" + ], + [ + "Ġbir", + "ds" + ], + [ + "Ġpe", + "ace" + ], + [ + "Ġut", + "il" + ], + [ + "ff", + "ect" + ], + [ + "ad", + "d" + ], + [ + "Ġdid", + "n" + ], + [ + "oc", + "r" + ], + [ + "Ġfind", + "ings" + ], + [ + "Ġident", + "ified" + ], + [ + "Ġtrans", + "fer" + ], + [ + "Ġtop", + "ic" + ], + [ + "ic", + "ip" + ], + [ + "ĠA", + "ccording" + ], + [ + "Ġwork", + "ed" + ], + [ + "z", + "ing" + ], + [ + "Ġsur", + "pr" + ], + [ + "Ġpar", + "agraph" + ], + [ + "ĠW", + "ashington" + ], + [ + "ĠIs", + "rael" + ], + [ + "for", + "ce" + ], + [ + "E", + "C" + ], + [ + "m", + "at" + ], + [ + "Ġorgan", + "izations" + ], + [ + "ĠF", + "eb" + ], + [ + "Ġback", + "ground" + ], + [ + "le", + "ment" + ], + [ + "p", + "oint" + ], + [ + "I", + "m" + ], + [ + "iven", + "ess" + ], + [ + "A", + "L" + ], + [ + "Ġgen", + "etic" + ], + [ + "Ġobserv", + "ed" + ], + [ + "ed", + "ia" + ], + [ + "ĠSept", + "ember" + ], + [ + "ove", + "mber" + ], + [ + "Ġvis", + "ion" + ], + [ + "ĠC", + "oun" + ], + [ + "ĠJ", + "ournal" + ], + [ + "Ġencoura", + "ge" + ], + [ + "Ġw", + "inter" + ], + [ + "Ġw", + "at" + ], + [ + "Ġexper", + "iment" + ], + [ + "ĠJan", + "uary" + ], + [ + "Ġlet", + "ter" + ], + [ + "Ġ", + "..." + ], + [ + "Ġdest", + "ro" + ], + [ + "h", + "ouse" + ], + [ + "w", + "ide" + ], + [ + "k", + "en" + ], + [ + "Ġpict", + "ure" + ], + [ + "ĠĠĠĠ", + "ĠĠĠĠ" + ], + [ + "Ġto", + "ward" + ], + [ + "ast", + "e" + ], + [ + "Ġw", + "rong" + ], + [ + "Ġv", + "ia" + ], + [ + "mit", + "ted" + ], + [ + "c", + "an" + ], + [ + "l", + "amm" + ], + [ + "ĠComm", + "un" + ], + [ + "ĠR", + "oman" + ], + [ + "ĠBl", + "ack" + ], + [ + "Ġclass", + "es" + ], + [ + "pl", + "ain" + ], + [ + "Ġcomm", + "erc" + ], + [ + "i", + "os" + ], + [ + "ĠL", + "ondon" + ], + [ + "Ġlo", + "ad" + ], + [ + "Ġmajor", + "ity" + ], + [ + "ĠR", + "ead" + ], + [ + "c", + "ont" + ], + [ + "ĠI", + "S" + ], + [ + "Ġcustom", + "er" + ], + [ + "Ġm", + "ap" + ], + [ + "Ġeduc", + "ational" + ], + [ + "ĠOct", + "ober" + ], + [ + "ĠC", + "or" + ], + [ + "od", + "ay" + ], + [ + "Ġg", + "ir" + ], + [ + "Ġsl", + "ight" + ], + [ + "Ġv", + "ary" + ], + [ + "Ġmax", + "imum" + ], + [ + "or", + "age" + ], + [ + "Ġ", + "esc" + ], + [ + "Ġdi", + "abetes" + ], + [ + "ent", + "y" + ], + [ + "Ġsim", + "pl" + ], + [ + "Ġreg", + "ions" + ], + [ + "Ġun", + "f" + ], + [ + "idd", + "en" + ], + [ + "Ġb", + "ank" + ], + [ + "ĠP", + "ol" + ], + [ + "Ġcol", + "umn" + ], + [ + "Ġthough", + "ts" + ], + [ + "ur", + "rent" + ], + [ + "Ġappro", + "aches" + ], + [ + "3", + "2" + ], + [ + "c", + "ol" + ], + [ + "3", + "1" + ], + [ + "Ġas", + "se" + ], + [ + "ch", + "ing" + ], + [ + "U", + "n" + ], + [ + "Ġperspect", + "ive" + ], + [ + "Ġcom", + "fort" + ], + [ + "Ġrepres", + "ents" + ], + [ + "Ġs", + "ch" + ], + [ + "Ġis", + "ol" + ], + [ + "ĠThere", + "fore" + ], + [ + "ĠM", + "exic" + ], + [ + "ĠV", + "ir" + ], + [ + "Ġ/", + "/" + ], + [ + "Ġte", + "ach" + ], + [ + "Ġres", + "ource" + ], + [ + "Ġcharacter", + "istics" + ], + [ + "pp", + "ed" + ], + [ + "al", + "t" + ], + [ + "Ġpre", + "gn" + ], + [ + "Ġem", + "issions" + ], + [ + "Ġqu", + "al" + ], + [ + "Ġcoun", + "ter" + ], + [ + "s", + "es" + ], + [ + "Ġto", + "x" + ], + [ + "Ġadd", + "ing" + ], + [ + "Ġemploy", + "ees" + ], + [ + "t", + "es" + ], + [ + "ĠE", + "ast" + ], + [ + "st", + "e" + ], + [ + "Ġh", + "om" + ], + [ + "Ġfam", + "ous" + ], + [ + "ĠAl", + "so" + ], + [ + "Ġm", + "ist" + ], + [ + "Ġconsum", + "ption" + ], + [ + "ĠD", + "NA" + ], + [ + "Ġur", + "ban" + ], + [ + "com", + "es" + ], + [ + "Ġpass", + "ed" + ], + [ + "em", + "y" + ], + [ + "Ġb", + "illion" + ], + [ + "ĠS", + "an" + ], + [ + "Ġmathemat", + "ics" + ], + [ + "Ġhig", + "hest" + ], + [ + "Ġev", + "olution" + ], + [ + "i", + "pl" + ], + [ + "ien", + "ces" + ], + [ + "ograph", + "ic" + ], + [ + "ab", + "ase" + ], + [ + "Ġem", + "pty" + ], + [ + "Ġfem", + "ale" + ], + [ + "im", + "port" + ], + [ + "ĠF", + "l" + ], + [ + "Ġe", + "ight" + ], + [ + "Ġconflic", + "t" + ], + [ + "Ġoff", + "ice" + ], + [ + "oy", + "al" + ], + [ + "Ġfru", + "it" + ], + [ + "Ġpr", + "ime" + ], + [ + "Ġimmedi", + "ately" + ], + [ + "Ġt", + "our" + ], + [ + "Ġst", + "im" + ], + [ + "Ġoper", + "ation" + ], + [ + "Ġinterest", + "s" + ], + [ + "og", + "le" + ], + [ + "Ġfeed", + "back" + ], + [ + "in", + "y" + ], + [ + "ruct", + "ure" + ], + [ + "Ġg", + "ave" + ], + [ + "`", + "." + ], + [ + "Ġinflu", + "en" + ], + [ + "Ġbelie", + "f" + ], + [ + "ĠAr", + "ch" + ], + [ + "Ġsur", + "vey" + ], + [ + "iver", + "se" + ], + [ + "Ġpl", + "ans" + ], + [ + "h", + "ors" + ], + [ + "Ġpart", + "ners" + ], + [ + "Ġj", + "oint" + ], + [ + "ĠD", + "uring" + ], + [ + "Ġch", + "urch" + ], + [ + "ch", + "ange" + ], + [ + "Ġmon", + "it" + ], + [ + "Ġt", + "one" + ], + [ + "Ġshow", + "ed" + ], + [ + "ri", + "x" + ], + [ + "Ġjour", + "ney" + ], + [ + "Ġline", + "ar" + ], + [ + "ec", + "es" + ], + [ + "Ġa", + "p" + ], + [ + "Ġdru", + "gs" + ], + [ + "E", + "n" + ], + [ + "Ġprom", + "ote" + ], + [ + "Ġf", + "lex" + ], + [ + "Ġc", + "and" + ], + [ + "Ġv", + "ul" + ], + [ + "Ġp", + "i" + ], + [ + "gy", + "pt" + ], + [ + "g", + "ra" + ], + [ + "Ġnut", + "ri" + ], + [ + "S", + "T" + ], + [ + "ĠCount", + "y" + ], + [ + "C", + "on" + ], + [ + "Ġcont", + "ract" + ], + [ + "ĠDe", + "cember" + ], + [ + "ct", + "ors" + ], + [ + "Ġinit", + "i" + ], + [ + "Ġbo", + "ard" + ], + [ + "Ġpresent", + "ed" + ], + [ + "Ġp", + "ick" + ], + [ + "t", + "ical" + ], + [ + "il", + "it" + ], + [ + "Ġha", + "ir" + ], + [ + "ĠB", + "r" + ], + [ + "Ġcomplex", + "ity" + ], + [ + "Ġinst", + "ruct" + ], + [ + "Ġ", + "ign" + ], + [ + "ĠL", + "aw" + ], + [ + "ĠB", + "i" + ], + [ + "Ġte", + "le" + ], + [ + "Ġchang", + "ing" + ], + [ + "Ġnum", + "erous" + ], + [ + "Ġcreat", + "ive" + ], + [ + "ru", + "ary" + ], + [ + "Ġcamp", + "aign" + ], + [ + "Ġr", + "iver" + ], + [ + "Ġgener", + "ate" + ], + [ + "ang", + "le" + ], + [ + "Ġlearn", + "ed" + ], + [ + "ĠCon", + "f" + ], + [ + "Ġs", + "ac" + ], + [ + "Ġpre", + "fer" + ], + [ + "Ġtechn", + "ique" + ], + [ + "ub", + "e" + ], + [ + "ĠThe", + "ir" + ], + [ + "Ġro", + "w" + ], + [ + "rel", + "ated" + ], + [ + "ib", + "ilities" + ], + [ + "ĠP", + "at" + ], + [ + "a", + "us" + ], + [ + "Ġill", + "ness" + ], + [ + "Ġop", + "in" + ], + [ + "re", + "p" + ], + [ + "I", + "I" + ], + [ + "Ġrepl", + "ace" + ], + [ + "u", + "ed" + ], + [ + "Ġexper", + "im" + ], + [ + "Ġsa", + "ve" + ], + [ + "Ġstat", + "ist" + ], + [ + "Ġsh", + "ared" + ], + [ + "Ġbeaut", + "iful" + ], + [ + "Ġpre", + "f" + ], + [ + "ren", + "ce" + ], + [ + "3", + "4" + ], + [ + "Ġm", + "outh" + ], + [ + "ang", + "ing" + ], + [ + "Ġun", + "its" + ], + [ + "us", + "ive" + ], + [ + "Ġm", + "ale" + ], + [ + "or", + "ge" + ], + [ + "on", + "ic" + ], + [ + "Ġanx", + "iety" + ], + [ + "ĠPe", + "ople" + ], + [ + "Ġabs", + "or" + ], + [ + "Ġcirc", + "um" + ], + [ + "ĠInst", + "ead" + ], + [ + "Ġcaus", + "ing" + ], + [ + "--", + "--" + ], + [ + "Ġimm", + "une" + ], + [ + "al", + "le" + ], + [ + "Ġexact", + "ly" + ], + [ + "Ġdep", + "ending" + ], + [ + "Ġvalu", + "able" + ], + [ + "Ġinterest", + "ed" + ], + [ + "ĠS", + "ur" + ], + [ + "A", + "fter" + ], + [ + "ĠC", + "our" + ], + [ + "Ġst", + "ar" + ], + [ + "ĠH", + "ouse" + ], + [ + "Ġis", + "land" + ], + [ + "Ġro", + "ots" + ], + [ + "op", + "y" + ], + [ + "ĠJ", + "ust" + ], + [ + "A", + "ll" + ], + [ + "Ġhe", + "ight" + ], + [ + "ĠD", + "on" + ], + [ + "Ġdisc", + "over" + ], + [ + "Ġd", + "ial" + ], + [ + "Ġbec", + "oming" + ], + [ + "ĠGen", + "eral" + ], + [ + "Ġform", + "ula" + ], + [ + "Ġp", + "en" + ], + [ + "Ġmathemat", + "ical" + ], + [ + "ĠR", + "o" + ], + [ + "Ġgl", + "ass" + ], + [ + "Ġenh", + "ance" + ], + [ + "Ġreport", + "s" + ], + [ + "Ġevent", + "ually" + ], + [ + "18", + "9" + ], + [ + "`", + "," + ], + [ + "ĠE", + "gypt" + ], + [ + "at", + "in" + ], + [ + "Ġmeet", + "ing" + ], + [ + "Ġindic", + "ate" + ], + [ + "Ġfeel", + "ings" + ], + [ + "ĠW", + "ater" + ], + [ + "et", + "ers" + ], + [ + "Ġcele", + "br" + ], + [ + "Ġmention", + "ed" + ], + [ + "Ġpl", + "ot" + ], + [ + "Ġins", + "ights" + ], + [ + "Ġcre", + "ation" + ], + [ + "Ġfore", + "ign" + ], + [ + "os", + "ystem" + ], + [ + "Ġsh", + "ip" + ], + [ + "Ġcitiz", + "ens" + ], + [ + "Ġclear", + "ly" + ], + [ + "R", + "E" + ], + [ + "ger", + "y" + ], + [ + "Ġconc", + "ise" + ], + [ + "Ġd", + "u" + ], + [ + "Ġhapp", + "en" + ], + [ + "ĠUn", + "ion" + ], + [ + "ra", + "b" + ], + [ + "Ġexpl", + "an" + ], + [ + "Ġgener", + "ation" + ], + [ + "Ġsol", + "ve" + ], + [ + "Ġfrequ", + "ency" + ], + [ + "het", + "ic" + ], + [ + "ĠB", + "ecause" + ], + [ + "Ġtiss", + "ue" + ], + [ + "Ġjour", + "nal" + ], + [ + "w", + "orks" + ], + [ + "Ġo", + "cean" + ], + [ + "Ġex", + "cess" + ], + [ + "ĠN", + "ovember" + ], + [ + "Ġc", + "ore" + ], + [ + "Ġlay", + "er" + ], + [ + "Ġintern", + "al" + ], + [ + "ĠSoc", + "iety" + ], + [ + "Ġdiscuss", + "ion" + ], + [ + "Ġpl", + "astic" + ], + [ + "Ġn", + "ative" + ], + [ + "Ġpart", + "y" + ], + [ + "Ġextreme", + "ly" + ], + [ + "Ġdes", + "p" + ], + [ + "Ġm", + "ath" + ], + [ + "Ġread", + "y" + ], + [ + "l", + "am" + ], + [ + "Ġcl", + "os" + ], + [ + "p", + "ing" + ], + [ + "ĠR", + "em" + ], + [ + "as", + "ion" + ], + [ + "Ġconcl", + "usion" + ], + [ + "Ġde", + "eper" + ], + [ + "Ġmarket", + "ing" + ], + [ + "Ġsp", + "ent" + ], + [ + "Ġprocess", + "ing" + ], + [ + "ĠPro", + "t" + ], + [ + "ĠSp", + "ec" + ], + [ + "i", + "ant" + ], + [ + "Ġcop", + "y" + ], + [ + "Ġlink", + "ed" + ], + [ + "ĠUs", + "ing" + ], + [ + "Ġun", + "ivers" + ], + [ + "S", + "A" + ], + [ + "Ġprep", + "ared" + ], + [ + "ur", + "ance" + ], + [ + "f", + "rom" + ], + [ + "Ġcon", + "vey" + ], + [ + "Ġp", + "ark" + ], + [ + "Ġcont", + "ribute" + ], + [ + "ĠPro", + "f" + ], + [ + "ĠIn", + "ter" + ], + [ + "Ġbelie", + "ved" + ], + [ + "ĠJapan", + "ese" + ], + [ + "Ġfollow", + "s" + ], + [ + "Ġwide", + "ly" + ], + [ + "Ġheav", + "y" + ], + [ + "Ġthous", + "ands" + ], + [ + "Ġtr", + "ig" + ], + [ + "Ġtri", + "p" + ], + [ + "Ġbab", + "y" + ], + [ + "ĠGerm", + "any" + ], + [ + "Ġcy", + "cle" + ], + [ + "Ġp", + "al" + ], + [ + "om", + "ic" + ], + [ + "ĠT", + "est" + ], + [ + "ĠFr", + "ance" + ], + [ + "d", + "o" + ], + [ + "Ġres", + "istance" + ], + [ + "Ġtechn", + "ical" + ], + [ + "C", + "l" + ], + [ + "Ġdou", + "b" + ], + [ + "Ġprinci", + "ples" + ], + [ + "r", + "ans" + ], + [ + "Ġim", + "plications" + ], + [ + "Ġsp", + "ect" + ], + [ + "Ġp", + "p" + ], + [ + "Ġev", + "ol" + ], + [ + "S", + "h" + ], + [ + "el", + "ines" + ], + [ + "pos", + "es" + ], + [ + "C", + "om" + ], + [ + "Ġh", + "uge" + ], + [ + "3", + "00" + ], + [ + "Ġin", + "h" + ], + [ + "Ġvul", + "ner" + ], + [ + "ĠAustral", + "ia" + ], + [ + "y", + "gen" + ], + [ + "Ġf", + "ert" + ], + [ + "9", + "5" + ], + [ + "Ġform", + "al" + ], + [ + "l", + "ies" + ], + [ + "ant", + "ic" + ], + [ + "Ġfl", + "o" + ], + [ + "Ġbud", + "get" + ], + [ + "Ġrele", + "ase" + ], + [ + "Ġal", + "t" + ], + [ + "Ġdist", + "ribut" + ], + [ + "i", + "ance" + ], + [ + "Ġout", + "comes" + ], + [ + "H", + "E" + ], + [ + "Ġf", + "ig" + ], + [ + "Ġinteg", + "er" + ], + [ + "Ġadv", + "ance" + ], + [ + "Ġin", + "sect" + ], + [ + "Ġconnect", + "ions" + ], + [ + "ĠJew", + "ish" + ], + [ + "Ġpolic", + "ies" + ], + [ + "Ġhouse", + "hold" + ], + [ + "Ġrecord", + "s" + ], + [ + "p", + "at" + ], + [ + "ur", + "ation" + ], + [ + "Ġapp", + "e" + ], + [ + "Ġdom", + "in" + ], + [ + "Ġal", + "cohol" + ], + [ + "ĠA", + "ng" + ], + [ + "re", + "te" + ], + [ + "row", + "s" + ], + [ + "Ġmin", + "or" + ], + [ + "Ġ", + "iron" + ], + [ + "Ġbuild", + "ings" + ], + [ + "Ġn", + "ode" + ], + [ + "Ġtrans", + "ition" + ], + [ + "ro", + "ph" + ], + [ + "Ġg", + "ames" + ], + [ + "ic", + "ial" + ], + [ + "Ġdeg", + "rees" + ], + [ + "ĠP", + "al" + ], + [ + "Ġsp", + "eech" + ], + [ + "stit", + "ution" + ], + [ + "Ġpre", + "par" + ], + [ + "Ġfocus", + "ed" + ], + [ + "Ġref", + "erence" + ], + [ + "ogn", + "itive" + ], + [ + "oc", + "al" + ], + [ + "Ġbu", + "y" + ], + [ + "Ġsol", + "id" + ], + [ + "Ġengine", + "ering" + ], + [ + "om", + "as" + ], + [ + "Ġimpro", + "ved" + ], + [ + "Â", + "°" + ], + [ + ":", + ":" + ], + [ + "p", + "an" + ], + [ + "ĠProg", + "ram" + ], + [ + "Ġtre", + "ated" + ], + [ + "Ġcommerc", + "ial" + ], + [ + "ĠO", + "ver" + ], + [ + "Ġbott", + "om" + ], + [ + "Ġtemper", + "atures" + ], + [ + "ĠTh", + "us" + ], + [ + "D", + "A" + ], + [ + "S", + "c" + ], + [ + "Ġfre", + "edom" + ], + [ + "Ġlead", + "s" + ], + [ + "r", + "ont" + ], + [ + "Ġintrodu", + "ced" + ], + [ + "oph", + "y" + ], + [ + "Ġsp", + "ring" + ], + [ + "Ġant", + "ib" + ], + [ + "Ġexperien", + "ced" + ], + [ + "Ġfil", + "m" + ], + [ + "Ġdec", + "ades" + ], + [ + "Ġext", + "ract" + ], + [ + "Ġim", + "pl" + ], + [ + "Ġvol", + "ume" + ], + [ + "E", + "T" + ], + [ + "R", + "O" + ], + [ + "Ġst", + "orage" + ], + [ + "Ġt", + "ail" + ], + [ + "ress", + "ive" + ], + [ + "Ġmus", + "cle" + ], + [ + "Ġhelp", + "ing" + ], + [ + "ĠJ", + "ames" + ], + [ + "re", + "ct" + ], + [ + "por", + "ary" + ], + [ + "ew", + "ork" + ], + [ + "tt", + "ers" + ], + [ + "Ġget", + "s" + ], + [ + "Ġp", + "ul" + ], + [ + "ens", + "es" + ], + [ + "ac", + "ing" + ], + [ + "Ġel", + "imin" + ], + [ + "ĠD", + "ec" + ], + [ + "3", + "8" + ], + [ + "Ġd", + "ri" + ], + [ + "ĠAssoci", + "ation" + ], + [ + "d", + "ed" + ], + [ + "h", + "t" + ], + [ + "ĠCong", + "ress" + ], + [ + "ed", + "ing" + ], + [ + "ĠL", + "ord" + ], + [ + "Ġprofess", + "ion" + ], + [ + "Ġparticip", + "ants" + ], + [ + "Ġs", + "ides" + ], + [ + "in", + "ations" + ], + [ + "d", + "ata" + ], + [ + "es", + "ign" + ], + [ + "e", + "k" + ], + [ + "Ġclass", + "room" + ], + [ + "v", + "ision" + ], + [ + "Ġs", + "av" + ], + [ + "ĠPh", + "il" + ], + [ + "Ġremov", + "ed" + ], + [ + "Ġconsider", + "ing" + ], + [ + "erv", + "ed" + ], + [ + "Ġorgan", + "ic" + ], + [ + "Ġm", + "er" + ], + [ + "Ġl", + "ibrary" + ], + [ + "Ġass", + "ist" + ], + [ + "Ġsec", + "ret" + ], + [ + "]", + "." + ], + [ + "18", + "8" + ], + [ + "n", + "es" + ], + [ + "Ġb", + "ed" + ], + [ + "Ġm", + "o" + ], + [ + "Ġthe", + "ore" + ], + [ + "Ġunder", + "lying" + ], + [ + "Ġm", + "al" + ], + [ + "Ġdep", + "ression" + ], + [ + "ĠG", + "reen" + ], + [ + "Ġcon", + "v" + ], + [ + "Ġman", + "ner" + ], + [ + "Ġnot", + "es" + ], + [ + "Ġwond", + "er" + ], + [ + "Ġtrans", + "l" + ], + [ + "ex", + "p" + ], + [ + "ĠEn", + "vironment" + ], + [ + "Ġfrequ", + "ently" + ], + [ + "u", + "x" + ], + [ + "Ġf", + "elt" + ], + [ + "Ġbeg", + "ins" + ], + [ + "Ġc", + "ast" + ], + [ + "ri", + "a" + ], + [ + "(", + "'" + ], + [ + "og", + "ue" + ], + [ + "Ġperform", + "ed" + ], + [ + "Ġsitu", + "ations" + ], + [ + "Ġturn", + "ed" + ], + [ + "Ġsy", + "nt" + ], + [ + "Ġdeterm", + "ined" + ], + [ + "Ġacad", + "emic" + ], + [ + "ĠU", + "K" + ], + [ + "Ġbre", + "ast" + ], + [ + "ric", + "k" + ], + [ + "lud", + "e" + ], + [ + "Ġcar", + "ried" + ], + [ + "Ġl", + "iqu" + ], + [ + "Ġb", + "odies" + ], + [ + "Ġmet", + "al" + ], + [ + "Ġne", + "u" + ], + [ + "Ġâ", + "Ī" + ], + [ + "ro", + "ad" + ], + [ + "P", + "h" + ], + [ + "Ġse", + "ven" + ], + [ + "Ġp", + "le" + ], + [ + "Ġh", + "omes" + ], + [ + "Ġstra", + "ight" + ], + [ + "Ġphen", + "omen" + ], + [ + "Ġt", + "rou" + ], + [ + "Ġmil", + "k" + ], + [ + "ef", + "ore" + ], + [ + "3", + "7" + ], + [ + "Ġeffic", + "iency" + ], + [ + "est", + "ed" + ], + [ + "r", + "is" + ], + [ + "Ġsp", + "aces" + ], + [ + "Ġsus", + "p" + ], + [ + "ĠA", + "ut" + ], + [ + "Ġexist", + "ence" + ], + [ + "ĠW", + "estern" + ], + [ + "S", + "p" + ], + [ + "Ġnot", + "ice" + ], + [ + "U", + "s" + ], + [ + "âĢĿ", + "," + ], + [ + "Ġdis", + "order" + ], + [ + "Ġer", + "rors" + ], + [ + "ĠFeb", + "ruary" + ], + [ + "Ġw", + "all" + ], + [ + "i", + "as" + ], + [ + "Ġwe", + "alth" + ], + [ + "Ġdat", + "as" + ], + [ + "Ġown", + "ers" + ], + [ + "Ġindust", + "rial" + ], + [ + "Ġfail", + "ure" + ], + [ + "Ġpop", + "ulations" + ], + [ + "Ġany", + "one" + ], + [ + "Ġsound", + "s" + ], + [ + "Ġcour", + "t" + ], + [ + "Ġadvant", + "age" + ], + [ + "el", + "ine" + ], + [ + "rie", + "ved" + ], + [ + "bo", + "ard" + ], + [ + "Ġsee", + "k" + ], + [ + "Ġl", + "ib" + ], + [ + "6", + "5" + ], + [ + "A", + "M" + ], + [ + "Ġdefin", + "ition" + ], + [ + "ag", + "s" + ], + [ + "ĠPl", + "an" + ], + [ + "olog", + "ist" + ], + [ + "Ġconduct", + "ed" + ], + [ + "The", + "y" + ], + [ + "Ġmov", + "ed" + ], + [ + "Ġbra", + "nd" + ], + [ + "io", + "x" + ], + [ + "Ġpre", + "m" + ], + [ + "ol", + "ute" + ], + [ + "Ġhe", + "ar" + ], + [ + "Ġmedic", + "ine" + ], + [ + "Ġbel", + "ong" + ], + [ + "ain", + "t" + ], + [ + "om", + "a" + ], + [ + "ĠIntern", + "et" + ], + [ + "Ġwant", + "ed" + ], + [ + "Ġl", + "ived" + ], + [ + "Ġdestro", + "y" + ], + [ + "o", + "oth" + ], + [ + "Ġaccur", + "ate" + ], + [ + "Ġclin", + "ical" + ], + [ + "Ġsign", + "al" + ], + [ + "p", + "ed" + ], + [ + "ĠM", + "ic" + ], + [ + "Ġv", + "es" + ], + [ + "Ġestim", + "ated" + ], + [ + "ĠMed", + "ic" + ], + [ + "Ġcolle", + "ge" + ], + [ + "Ġbl", + "og" + ], + [ + "Ġus", + "age" + ], + [ + "Ġu", + "pper" + ], + [ + "ĠU", + "nder" + ], + [ + "ul", + "um" + ], + [ + "Ġliter", + "ature" + ], + [ + "ĠU", + "N" + ], + [ + "ĠP", + "ublic" + ], + [ + "te", + "e" + ], + [ + "Ġch", + "ann" + ], + [ + "ent", + "ed" + ], + [ + "'", + ")" + ], + [ + "ĠM", + "or" + ], + [ + "Ġbusiness", + "es" + ], + [ + "Ġin", + "ner" + ], + [ + "9", + "9" + ], + [ + "Ġmin", + "imum" + ], + [ + "le", + "ge" + ], + [ + "ap", + "ers" + ], + [ + "at", + "ically" + ], + [ + "Ġw", + "in" + ], + [ + "Ġelectric", + "ity" + ], + [ + "Ġp", + "un" + ], + [ + "Ġr", + "h" + ], + [ + "ĠRe", + "v" + ], + [ + "Ġpract", + "ical" + ], + [ + "Ġexper", + "ts" + ], + [ + "Ġd", + "ram" + ], + [ + "t", + "ra" + ], + [ + "F", + "irst" + ], + [ + "ĠWe", + "b" + ], + [ + "Ġproper", + "ly" + ], + [ + "Ġre", + "b" + ], + [ + "ĠM", + "at" + ], + [ + "Ġh", + "our" + ], + [ + "Ġec", + "osystem" + ], + [ + "Ġg", + "od" + ], + [ + "Ġr", + "ound" + ], + [ + "7", + "8" + ], + [ + "Ġsp", + "ot" + ], + [ + "Ġfa", + "ith" + ], + [ + "Ġst", + "ation" + ], + [ + "Ġcal", + "c" + ], + [ + "Ġgra", + "nd" + ], + [ + "ĠS", + "ee" + ], + [ + "ĠDav", + "id" + ], + [ + "Ġrefer", + "red" + ], + [ + "Ġex", + "cell" + ], + [ + "Ġconcent", + "r" + ], + [ + "Ġro", + "ll" + ], + [ + "be", + "ing" + ], + [ + "ĠM", + "ark" + ], + [ + "ent", + "h" + ], + [ + "Ġrecomm", + "ended" + ], + [ + "Ġd", + "rop" + ], + [ + "al", + "d" + ], + [ + "Ġhigh", + "light" + ], + [ + "orm", + "al" + ], + [ + "4", + "8" + ], + [ + "Ġaut", + "hors" + ], + [ + "ĠGree", + "k" + ], + [ + "ĠM", + "ary" + ], + [ + "Ġcontin", + "ues" + ], + [ + "ant", + "ed" + ], + [ + "Ġsm", + "art" + ], + [ + "Ġalgorith", + "m" + ], + [ + "Ġv", + "ast" + ], + [ + "i", + "i" + ], + [ + "he", + "nt" + ], + [ + "Ġann", + "ual" + ], + [ + "R", + "es" + ], + [ + "Ġfl", + "ood" + ], + [ + "m", + "ark" + ], + [ + "Ġb", + "one" + ], + [ + "Ġbat", + "tle" + ], + [ + "Ġdou", + "ble" + ], + [ + "à", + "¤" + ], + [ + "Ġit", + "em" + ], + [ + "ĠN", + "et" + ], + [ + "Ġcomprehens", + "ive" + ], + [ + "re", + "st" + ], + [ + "Y", + "our" + ], + [ + "Ġhe", + "ard" + ], + [ + "ĠCoun", + "cil" + ], + [ + "Ġrele", + "ased" + ], + [ + "ff", + "ee" + ], + [ + "Ġla", + "unch" + ], + [ + "Ġeng", + "age" + ], + [ + "Ġhapp", + "ens" + ], + [ + "Ġvol", + "unt" + ], + [ + "Ġsay", + "ing" + ], + [ + "Ġz", + "ero" + ], + [ + "Ġk", + "id" + ], + [ + "w", + "ood" + ], + [ + "is", + "ation" + ], + [ + "Ġal", + "ign" + ], + [ + "Ġpro", + "port" + ], + [ + "Ġgen", + "e" + ], + [ + "Ġf", + "ine" + ], + [ + "Ġag", + "g" + ], + [ + "Ġm", + "aster" + ], + [ + "ress", + "ed" + ], + [ + "P", + "S" + ], + [ + "Ġdivid", + "ed" + ], + [ + "Ġpotential", + "ly" + ], + [ + "Ġsent", + "ences" + ], + [ + "Ġcreat", + "es" + ], + [ + "ĠV", + "ol" + ], + [ + "Ġox", + "ygen" + ], + [ + "Ġcons", + "ervation" + ], + [ + "Ġwill", + "ing" + ], + [ + "Ġnut", + "rition" + ], + [ + "Ġleg", + "is" + ], + [ + "Ġ", + "Ã" + ], + [ + "Ġg", + "ather" + ], + [ + "ĠO", + "ff" + ], + [ + "lic", + "k" + ], + [ + "ul", + "f" + ], + [ + "m", + "ary" + ], + [ + "ĠD", + "ata" + ], + [ + "Ġdog", + "s" + ], + [ + "Ġth", + "ick" + ], + [ + "Ġs", + "and" + ], + [ + "ol", + "id" + ], + [ + "ĠM", + "useum" + ], + [ + "Ġprevious", + "ly" + ], + [ + "Ġl", + "ov" + ], + [ + "Ġcontain", + "ing" + ], + [ + "hip", + "s" + ], + [ + "Ġsp", + "end" + ], + [ + "Ġnucle", + "ar" + ], + [ + "Ġc", + "overed" + ], + [ + "Ġpres", + "ident" + ], + [ + "ĠM", + "ich" + ], + [ + "c", + "he" + ], + [ + "Ġfor", + "ced" + ], + [ + "Ġpi", + "eces" + ], + [ + "Ġsu", + "fficient" + ], + [ + "Ġsp", + "l" + ], + [ + "E", + "M" + ], + [ + "Ġassess", + "ment" + ], + [ + "s", + "s" + ], + [ + "Ġprec", + "ise" + ], + [ + "iet", + "ies" + ], + [ + "p", + "ass" + ], + [ + "Ġspec", + "ifically" + ], + [ + "Ġdis", + "orders" + ], + [ + "p", + "ath" + ], + [ + "Ġviol", + "ence" + ], + [ + "Ġp", + "lease" + ], + [ + "Ġsu", + "itable" + ], + [ + "\"", + "\"" + ], + [ + "ang", + "ed" + ], + [ + "Ġdetail", + "ed" + ], + [ + "Ġm", + "el" + ], + [ + "Ġvict", + "im" + ], + [ + "Ġex", + "ternal" + ], + [ + "Ġint", + "ended" + ], + [ + "er", + "ia" + ], + [ + "Ġfamil", + "iar" + ], + [ + "il", + "ing" + ], + [ + "in", + "f" + ], + [ + "18", + "5" + ], + [ + "Ġrespons", + "ibility" + ], + [ + "Ġd", + "ie" + ], + [ + "Ġlangu", + "ages" + ], + [ + "ar", + "row" + ], + [ + "Ġs", + "em" + ], + [ + "Ġcred", + "it" + ], + [ + "Ġhelp", + "ed" + ], + [ + "18", + "7" + ], + [ + "ok", + "ing" + ], + [ + "Ġrat", + "io" + ], + [ + "Ġrel", + "ative" + ], + [ + "urther", + "more" + ], + [ + "ipp", + "ed" + ], + [ + "stand", + "ing" + ], + [ + "Ġsex", + "ual" + ], + [ + "Ġtra", + "in" + ], + [ + "Ġsurround", + "ing" + ], + [ + "Ġp", + "ages" + ], + [ + "ĠR", + "el" + ], + [ + "Ġinf", + "in" + ], + [ + "ut", + "ed" + ], + [ + "ĠSoc", + "ial" + ], + [ + "18", + "0" + ], + [ + "Ġargu", + "ments" + ], + [ + "Ġindic", + "ates" + ], + [ + "um", + "in" + ], + [ + "Ġconf", + "irm" + ], + [ + "Ġexpl", + "oring" + ], + [ + "Ġle", + "aving" + ], + [ + "Ġch", + "ronic" + ], + [ + "u", + "it" + ], + [ + "Ġpro", + "s" + ], + [ + "Ġclose", + "ly" + ], + [ + "Ġves", + "sel" + ], + [ + "ar", + "io" + ], + [ + "Ġfin", + "ally" + ], + [ + "olog", + "ists" + ], + [ + "ĠIt", + "s" + ], + [ + "id", + "a" + ], + [ + "ĠSp", + "anish" + ], + [ + "Ġt", + "rib" + ], + [ + "ot", + "ed" + ], + [ + "Ġar", + "m" + ], + [ + "ĠDevelop", + "ment" + ], + [ + "Ġtransport", + "ation" + ], + [ + "Ġf", + "alse" + ], + [ + "augh", + "ter" + ], + [ + "Ġind", + "eed" + ], + [ + "c", + "ular" + ], + [ + "Ġpric", + "es" + ], + [ + "Ġauthor", + "ity" + ], + [ + "ish", + "ing" + ], + [ + "Ġpoll", + "ution" + ], + [ + "Ġfil", + "es" + ], + [ + "esp", + "ite" + ], + [ + "or", + "ial" + ], + [ + "Ġaware", + "ness" + ], + [ + "ĠN", + "one" + ], + [ + "Last", + "ly" + ], + [ + "Ġk", + "illed" + ], + [ + "am", + "s" + ], + [ + "Ġph", + "ase" + ], + [ + "ĠO", + "nce" + ], + [ + "Ġdr", + "iving" + ], + [ + "Ġregard", + "ing" + ], + [ + "Ġs", + "in" + ], + [ + "Ġrad", + "io" + ], + [ + "Ġm", + "ort" + ], + [ + "Ġpur", + "poses" + ], + [ + "om", + "in" + ], + [ + "Ġadv", + "ice" + ], + [ + "ic", + "ated" + ], + [ + "ĠF", + "ound" + ], + [ + "y", + "a" + ], + [ + "ĠS", + "ub" + ], + [ + "ĠH", + "uman" + ], + [ + "rast", + "ructure" + ], + [ + "Ġart", + "icles" + ], + [ + "t", + "ion" + ], + [ + "os", + "en" + ], + [ + "Ġre", + "ven" + ], + [ + "ĠA", + "ir" + ], + [ + "Ġb", + "rief" + ], + [ + "b", + "ed" + ], + [ + "Ġother", + "wise" + ], + [ + "Ġdat", + "abase" + ], + [ + "Ġinter", + "view" + ], + [ + "Ġrad", + "iation" + ], + [ + "Ġst", + "orm" + ], + [ + "ot", + "ic" + ], + [ + "Ġamount", + "s" + ], + [ + "um", + "ber" + ], + [ + "ĠL", + "a" + ], + [ + "ul", + "es" + ], + [ + "ĠM", + "ars" + ], + [ + "Ġn", + "u" + ], + [ + "o", + "ch" + ], + [ + "Ġm", + "it" + ], + [ + "Ġtru", + "ly" + ], + [ + "ĠCol", + "lege" + ], + [ + "Ġcorre", + "lation" + ], + [ + "Ġl", + "ik" + ], + [ + "ang", + "es" + ], + [ + "go", + "ing" + ], + [ + "Ġtra", + "ffic" + ], + [ + "ĠRep", + "ublic" + ], + [ + "Ġter", + "rit" + ], + [ + "Ġdep", + "ends" + ], + [ + "d", + "own" + ], + [ + "ge", + "bra" + ], + [ + "ĠChild", + "ren" + ], + [ + "Ġcomb", + "ined" + ], + [ + "Ġse", + "ed" + ], + [ + "Ġmor", + "al" + ], + [ + "Ġn", + "or" + ], + [ + "Ġh", + "op" + ], + [ + "Ġcompon", + "ent" + ], + [ + "Ġdi", + "verse" + ], + [ + "5", + "5" + ], + [ + "Ġman", + "ip" + ], + [ + "Ġcons", + "ult" + ], + [ + "ar", + "p" + ], + [ + "Ġcol", + "ors" + ], + [ + "Ġmor", + "ning" + ], + [ + "Ġconsist", + "ent" + ], + [ + "Ġmag", + "ic" + ], + [ + "ĠWh", + "y" + ], + [ + "Ġremain", + "ing" + ], + [ + "ck", + "now" + ], + [ + "and", + "er" + ], + [ + "Ġanaly", + "ze" + ], + [ + "15", + "0" + ], + [ + "Ġsuggest", + "ed" + ], + [ + "Ġp", + "ush" + ], + [ + "ul", + "ating" + ], + [ + "Ġdis", + "s" + ], + [ + "Ġf", + "ol" + ], + [ + "ĠF", + "ood" + ], + [ + "Ġide", + "al" + ], + [ + "Ġmost", + "ly" + ], + [ + "ond", + "s" + ], + [ + "Ġon", + "to" + ], + [ + "ĠM", + "ake" + ], + [ + "6", + "4" + ], + [ + "Ġslight", + "ly" + ], + [ + "v", + "is" + ], + [ + "Ġrep", + "rodu" + ], + [ + "Ġh", + "idden" + ], + [ + "N", + "ew" + ], + [ + "i", + "j" + ], + [ + "Ġun", + "iverse" + ], + [ + "Ġrec", + "y" + ], + [ + "Ġlandsc", + "ape" + ], + [ + "os", + "ite" + ], + [ + "Ġsy", + "n" + ], + [ + "Ġshow", + "ing" + ], + [ + "Ġse", + "eds" + ], + [ + "ri", + "er" + ], + [ + "Ġtop", + "ics" + ], + [ + "Ġfarm", + "ers" + ], + [ + "Ġinvest", + "ment" + ], + [ + "Ġre", + "ached" + ], + [ + "Ġd", + "ream" + ], + [ + "Ġreact", + "ion" + ], + [ + "e", + "y" + ], + [ + "ĠO", + "b" + ], + [ + "Ġconvers", + "ation" + ], + [ + "ĠW", + "ork" + ], + [ + "E", + "L" + ], + [ + "ĠGe", + "orge" + ], + [ + "ĠM", + "ount" + ], + [ + "Ġk", + "n" + ], + [ + "Ġre", + "new" + ], + [ + "Ġsec", + "ure" + ], + [ + "Ġmanufact", + "ure" + ], + [ + "an", + "ch" + ], + [ + "Ġres", + "idents" + ], + [ + "wh", + "ich" + ], + [ + "Ġredu", + "ction" + ], + [ + "is", + "hes" + ], + [ + "Ġnot", + "ed" + ], + [ + "d", + "ict" + ], + [ + "ost", + "er" + ], + [ + "ess", + "or" + ], + [ + "Ġintellig", + "ence" + ], + [ + "m", + "al" + ], + [ + "Ġle", + "tters" + ], + [ + "Ġvit", + "amin" + ], + [ + "Ġstrugg", + "le" + ], + [ + "ag", + "o" + ], + [ + "Ġimprove", + "ment" + ], + [ + "Ġp", + "air" + ], + [ + "ak", + "ers" + ], + [ + "Ġwh", + "om" + ], + [ + "Ġdo", + "or" + ], + [ + "Ġhyp", + "othes" + ], + [ + "Ġkeep", + "ing" + ], + [ + "Ġme", + "ant" + ], + [ + "Ġdec", + "ided" + ], + [ + "Ġsw", + "itch" + ], + [ + "Ġf", + "asc" + ], + [ + "ĠD", + "ef" + ], + [ + "ific", + "ial" + ], + [ + "Ġt", + "ips" + ], + [ + "Ġincreasing", + "ly" + ], + [ + "Ġra", + "ised" + ], + [ + "Ġgen", + "es" + ], + [ + "Ġg", + "ram" + ], + [ + "Ġdef", + "ine" + ], + [ + "Ġlo", + "oks" + ], + [ + "Ġphys", + "ic" + ], + [ + "Ġfound", + "ation" + ], + [ + "ri", + "age" + ], + [ + "C", + "O" + ], + [ + "anc", + "ing" + ], + [ + "A", + "ccording" + ], + [ + "Ġinj", + "ury" + ], + [ + "in", + "n" + ], + [ + "Ġs", + "ke" + ], + [ + "Ġa", + "id" + ], + [ + "Ġserv", + "ed" + ], + [ + "Ġmy", + "st" + ], + [ + "Ġinf", + "lamm" + ], + [ + "Ġp", + "ip" + ], + [ + "T", + "hat" + ], + [ + "Ġhelp", + "ful" + ], + [ + "ortun", + "ately" + ], + [ + "ĠOr", + "gan" + ], + [ + "ĠRet", + "rieved" + ], + [ + "Ġc", + "os" + ], + [ + "Ġh", + "unt" + ], + [ + "Ġapp", + "rec" + ], + [ + "Ġph", + "one" + ], + [ + "it", + "ness" + ], + [ + "4", + "4" + ], + [ + "ĠGovern", + "ment" + ], + [ + "ric", + "s" + ], + [ + "Ġa", + "x" + ], + [ + "Ġcl", + "ick" + ], + [ + "Ġcomple", + "ted" + ], + [ + "ĠPro", + "ject" + ], + [ + "Ġc", + "amer" + ], + [ + "Ġgra", + "de" + ], + [ + "O", + "ver" + ], + [ + "Ġreturn", + "ed" + ], + [ + "Ġgr", + "ass" + ], + [ + "Ġf", + "aster" + ], + [ + "Ġke", + "pt" + ], + [ + "Ġclar", + "ity" + ], + [ + "Ġr", + "ough" + ], + [ + "Ġlo", + "op" + ], + [ + "Ġinstit", + "utions" + ], + [ + "Ġs", + "ong" + ], + [ + "Ġqu", + "e" + ], + [ + "Ġob", + "vious" + ], + [ + "()", + "`" + ], + [ + "is", + "her" + ], + [ + "Ġhosp", + "ital" + ], + [ + "Ġrelig", + "ion" + ], + [ + "3", + "9" + ], + [ + "A", + "D" + ], + [ + "Ġd", + "oll" + ], + [ + "Ġinteg", + "ers" + ], + [ + "Ġsur", + "gery" + ], + [ + "Ġra", + "ce" + ], + [ + "Ġstatist", + "ical" + ], + [ + "Ġa", + "f" + ], + [ + "ĠA", + "lex" + ], + [ + "Ġcent", + "uries" + ], + [ + "ag", + "ue" + ], + [ + "Ġphr", + "ase" + ], + [ + "Ġtit", + "le" + ], + [ + "a", + "el" + ], + [ + "Ġcall", + "s" + ], + [ + "t", + "a" + ], + [ + "F", + "rom" + ], + [ + "oth", + "ing" + ], + [ + "Ġk", + "ill" + ], + [ + "r", + "um" + ], + [ + "ros", + "c" + ], + [ + "Ġpre", + "t" + ], + [ + "Ġjob", + "s" + ], + [ + "Ġdisc", + "overy" + ], + [ + "ĠIs", + "land" + ], + [ + "Ġchalleng", + "ing" + ], + [ + "Ġme", + "at" + ], + [ + "Ġst", + "ack" + ], + [ + "oss", + "ible" + ], + [ + "ic", + "it" + ], + [ + "Ġsupport", + "ed" + ], + [ + "Ġview", + "s" + ], + [ + "Ġexp", + "osed" + ], + [ + "Ġvirt", + "ual" + ], + [ + "ĠD", + "em" + ], + [ + "w", + "ell" + ], + [ + "ĠF", + "ore" + ], + [ + "ĠS", + "y" + ], + [ + "Ġc", + "ere" + ], + [ + "ĠS", + "un" + ], + [ + "Ġinfect", + "ions" + ], + [ + "ric", + "ulum" + ], + [ + "Ġprop", + "osed" + ], + [ + "Ġdesp", + "ite" + ], + [ + "z", + "a" + ], + [ + "Ġref", + "ers" + ], + [ + "Ġco", + "ffee" + ], + [ + "Ġsc", + "ores" + ], + [ + "as", + "ure" + ], + [ + "ĠC", + "ath" + ], + [ + "ot", + "es" + ], + [ + "Ġdang", + "erous" + ], + [ + "Ġsc", + "ore" + ], + [ + "Ġam", + "b" + ], + [ + "Ġcom", + "ment" + ], + [ + "Ġmot", + "ion" + ], + [ + "Ġchar", + "ge" + ], + [ + "Ġlead", + "er" + ], + [ + "Ġcare", + "fully" + ], + [ + "Ġar", + "g" + ], + [ + "Ġconf", + "idence" + ], + [ + "Ġw", + "alls" + ], + [ + "ĠH", + "en" + ], + [ + "app", + "ing" + ], + [ + "Ġabs", + "olute" + ], + [ + "Ġch", + "art" + ], + [ + "Ġoccur", + "red" + ], + [ + "Ġc", + "atch" + ], + [ + "le", + "vel" + ], + [ + "Ġg", + "ender" + ], + [ + "re", + "m" + ], + [ + "Ġrem", + "ind" + ], + [ + "ans", + "ion" + ], + [ + "ak", + "er" + ], + [ + "b", + "i" + ], + [ + "Ġevalu", + "ate" + ], + [ + "Ġco", + "e" + ], + [ + "Ġtrend", + "s" + ], + [ + "ĠM", + "art" + ], + [ + "Ġh", + "orm" + ], + [ + "Ġv", + "ital" + ], + [ + "Ġfram", + "ework" + ], + [ + "ĠD", + "i" + ], + [ + "Ġto", + "oth" + ], + [ + "Ġex", + "ists" + ], + [ + "Ġth", + "read" + ], + [ + "Ġmat", + "ch" + ], + [ + "Ġsam", + "ples" + ], + [ + "Ġaut", + "hent" + ], + [ + "Ġt", + "um" + ], + [ + "Ġl", + "ic" + ], + [ + "O", + "ur" + ], + [ + "w", + "hat" + ], + [ + "le", + "g" + ], + [ + "Ġrev", + "olution" + ], + [ + "M", + "any" + ], + [ + "Ġveh", + "icle" + ], + [ + "Ġcho", + "ices" + ], + [ + "ĠR", + "ober" + ], + [ + "Ġex", + "cl" + ], + [ + "ĠI", + "d" + ], + [ + "ord", + "s" + ], + [ + "all", + "ed" + ], + [ + "Ġbro", + "ther" + ], + [ + "ĠT", + "ur" + ], + [ + "ĠM", + "r" + ], + [ + "Ġmy", + "th" + ], + [ + "Ġa", + "cknow" + ], + [ + "Ġfac", + "ilit" + ], + [ + "ten", + "ance" + ], + [ + "Ġc", + "ognitive" + ], + [ + "et", + "ime" + ], + [ + "Ġsh", + "op" + ], + [ + "Ġposs", + "ibility" + ], + [ + "ass", + "ert" + ], + [ + "Ġopt", + "im" + ], + [ + "ut", + "ive" + ], + [ + "ĠP", + "aul" + ], + [ + "Ġhe", + "aring" + ], + [ + "ĠT", + "ex" + ], + [ + "ĠAs", + "ia" + ], + [ + "Ġegg", + "s" + ], + [ + "un", + "k" + ], + [ + "Ġemerg", + "ency" + ], + [ + "ĠB", + "en" + ], + [ + "Ġinf", + "rastructure" + ], + [ + "Ġdynam", + "ic" + ], + [ + "uild", + "ing" + ], + [ + "Ġaffect", + "s" + ], + [ + "Ġfl", + "at" + ], + [ + "Ġform", + "ation" + ], + [ + "Ġstart", + "s" + ], + [ + "Ġatt", + "ribut" + ], + [ + "Ġw", + "ife" + ], + [ + "nd", + "rome" + ], + [ + "Ġt", + "ension" + ], + [ + "Ġmot", + "or" + ], + [ + "ĠIn", + "f" + ], + [ + "Ġveget", + "ables" + ], + [ + "ĠS", + "T" + ], + [ + "Ġclaim", + "s" + ], + [ + "Ġoff", + "ering" + ], + [ + "ig", + "ration" + ], + [ + "Ġgreat", + "est" + ], + [ + "ĠR", + "ich" + ], + [ + "Ġtra", + "d" + ], + [ + "n", + "ic" + ], + [ + "Ġcl", + "osed" + ], + [ + "l", + "ig" + ], + [ + "Ġsignific", + "ance" + ], + [ + "Ġoffic", + "ial" + ], + [ + "o", + "o" + ], + [ + "Ġachie", + "ved" + ], + [ + "C", + "ons" + ], + [ + "Ġtyp", + "ical" + ], + [ + "Ġplay", + "ing" + ], + [ + "Ġrev", + "ised" + ], + [ + "Ġsou", + "thern" + ], + [ + "S", + "ince" + ], + [ + "Ġsh", + "ift" + ], + [ + "f", + "ile" + ], + [ + "Ġk", + "new" + ], + [ + "Ġopen", + "ing" + ], + [ + "N", + "o" + ], + [ + "Ġed", + "ge" + ], + [ + "ĠM", + "al" + ], + [ + "ear", + "s" + ], + [ + "Ġrecogn", + "ize" + ], + [ + "Ġcr", + "is" + ], + [ + "ĠP", + "ort" + ], + [ + "Ġwat", + "ers" + ], + [ + "Ġcollect", + "ed" + ], + [ + "Ġmonit", + "oring" + ], + [ + "Ġfor", + "t" + ], + [ + "Ġn", + "orthern" + ], + [ + "ĠMexic", + "o" + ], + [ + "ĠS", + "er" + ], + [ + "r", + "ich" + ], + [ + "op", + "er" + ], + [ + "if", + "ies" + ], + [ + "Ġw", + "est" + ], + [ + "Ġfact", + "s" + ], + [ + "Ġcircum", + "st" + ], + [ + "Ġperiod", + "s" + ], + [ + "Ġc", + "ert" + ], + [ + "ĠE", + "very" + ], + [ + "A", + "P" + ], + [ + "Ġoff", + "ered" + ], + [ + "Ġprior", + "it" + ], + [ + "ĠB", + "as" + ], + [ + "Ġd", + "ro" + ], + [ + "Ġimpact", + "s" + ], + [ + "Ġst", + "ars" + ], + [ + "ĠB", + "el" + ], + [ + "Ġhealth", + "care" + ], + [ + "Ġexcell", + "ent" + ], + [ + "Ġaccom", + "pl" + ], + [ + "Ġsubject", + "s" + ], + [ + "Ġb", + "ird" + ], + [ + "Ġstud", + "ied" + ], + [ + "Ġscen", + "e" + ], + [ + "Ġcontinu", + "ous" + ], + [ + "Ġst", + "one" + ], + [ + "c", + "ers" + ], + [ + "Ġdis", + "app" + ], + [ + "Ġintrodu", + "ction" + ], + [ + "ĠPh", + "ys" + ], + [ + "Ġinform", + "ed" + ], + [ + "ac", + "he" + ], + [ + "Ġhy", + "per" + ], + [ + "Ġinteract", + "ions" + ], + [ + "Ġco", + "ordin" + ], + [ + "Ġelect", + "rical" + ], + [ + "4", + "00" + ], + [ + "M", + "ore" + ], + [ + "Ġflow", + "ers" + ], + [ + "Ġsub", + "sequ" + ], + [ + "ĠQ", + "ue" + ], + [ + "ak", + "s" + ], + [ + "Ġdi", + "am" + ], + [ + "Ġy", + "ellow" + ], + [ + "it", + "z" + ], + [ + "ĠWh", + "ite" + ], + [ + "Ġprogram", + "ming" + ], + [ + "ĠServ", + "ice" + ], + [ + "ĠCour", + "t" + ], + [ + "Ġco", + "al" + ], + [ + "ĠStud", + "ents" + ], + [ + "ic", + "ed" + ], + [ + "I", + "nd" + ], + [ + "act", + "ive" + ], + [ + "Ġdesc", + "ript" + ], + [ + "Ġinc", + "l" + ], + [ + "Ġbr", + "ight" + ], + [ + "pt", + "ions" + ], + [ + "Ġgood", + "s" + ], + [ + "Ġproced", + "ure" + ], + [ + "18", + "4" + ], + [ + "Ġmem", + "ories" + ], + [ + "Ġcomp", + "are" + ], + [ + "ĠN", + "AS" + ], + [ + "Ġunc", + "ertain" + ], + [ + "Ġfix", + "ed" + ], + [ + "Ġtox", + "ic" + ], + [ + "ĠA", + "D" + ], + [ + "Ġsn", + "ail" + ], + [ + "ĠC", + "reate" + ], + [ + "i", + "xt" + ], + [ + "Ġmat", + "rix" + ], + [ + "Ġh", + "it" + ], + [ + "Ġatt", + "acks" + ], + [ + "Ġt", + "aught" + ], + [ + "Ġch", + "ain" + ], + [ + "Ġcons", + "cious" + ], + [ + "b", + "all" + ], + [ + "Ġapp", + "oint" + ], + [ + "od", + "ing" + ], + [ + "Ġpart", + "ner" + ], + [ + "ĠE", + "v" + ], + [ + "Ġprim", + "arily" + ], + [ + "g", + "l" + ], + [ + "Ġl", + "ies" + ], + [ + "ro", + "c" + ], + [ + "ĠJew", + "s" + ], + [ + "]", + ")" + ], + [ + "ĠB", + "ay" + ], + [ + "Ġoper", + "ating" + ], + [ + "Ġs", + "end" + ], + [ + "Ġsh", + "aring" + ], + [ + "Ġpres", + "c" + ], + [ + "Wh", + "y" + ], + [ + "Ġphys", + "ics" + ], + [ + "ĠA", + "N" + ], + [ + "B", + "C" + ], + [ + "i", + "ated" + ], + [ + "P", + "l" + ], + [ + "Ġcorrespond", + "ing" + ], + [ + "Ġmiss", + "ing" + ], + [ + "Ġult", + "imately" + ], + [ + "Ġpartic", + "les" + ], + [ + "Ġequ", + "ival" + ], + [ + "Ġdrink", + "ing" + ], + [ + "Ġdiagn", + "osis" + ], + [ + "ac", + "ific" + ], + [ + "Ġthe", + "r" + ], + [ + "Ġn", + "arrow" + ], + [ + "Ġsatis", + "f" + ], + [ + "ĠH", + "el" + ], + [ + "O", + "T" + ], + [ + "Ġne", + "ut" + ], + [ + "Ġchemical", + "s" + ], + [ + "it", + "age" + ], + [ + "Ġf", + "ab" + ], + [ + "ĠCl", + "ass" + ], + [ + "Ġpain", + "t" + ], + [ + "Ġing", + "red" + ], + [ + "m", + "aking" + ], + [ + "Ġexpress", + "ed" + ], + [ + "Al", + "though" + ], + [ + "ĠL", + "ou" + ], + [ + "ĠCent", + "ral" + ], + [ + "Ġp", + "u" + ], + [ + "Ġset", + "tle" + ], + [ + "Ġrec", + "ip" + ], + [ + "r", + "id" + ], + [ + "Ġn", + "erv" + ], + [ + "as", + "tern" + ], + [ + "Ġcirc", + "le" + ], + [ + "Ã", + "¡" + ], + [ + "n", + "el" + ], + [ + "atur", + "ally" + ], + [ + "Ġfac", + "ilities" + ], + [ + "Ġrepresent", + "ation" + ], + [ + "Ġyou", + "th" + ], + [ + "ĠB", + "udd" + ], + [ + "Ġless", + "on" + ], + [ + "Ġtou", + "ch" + ], + [ + "ĠW", + "rite" + ], + [ + "Ġa", + "part" + ], + [ + "ĠGo", + "ogle" + ], + [ + "Ġw", + "el" + ], + [ + "Ġdesc", + "ription" + ], + [ + "Ġmain", + "ly" + ], + [ + "Ġprinci", + "ple" + ], + [ + "O", + "S" + ], + [ + "ĠPro", + "v" + ], + [ + "Ġw", + "et" + ], + [ + "ing", + "er" + ], + [ + "Ġf", + "oss" + ], + [ + "Ġflu", + "id" + ], + [ + "Ġtreat", + "ments" + ], + [ + "ĠG", + "roup" + ], + [ + "st", + "ract" + ], + [ + "Ġremain", + "ed" + ], + [ + "ĠS", + "en" + ], + [ + "l", + "ar" + ], + [ + "ort", + "ed" + ], + [ + "C", + "C" + ], + [ + "Ġm", + "useum" + ], + [ + "Ġneigh", + "bor" + ], + [ + "Ġrecord", + "ed" + ], + [ + "ar", + "ter" + ], + [ + "8", + "5" + ], + [ + "Ġr", + "ural" + ], + [ + "ĠTh", + "omas" + ], + [ + "Ġsect", + "or" + ], + [ + "oun", + "ced" + ], + [ + "l", + "ines" + ], + [ + "Ġdecre", + "ase" + ], + [ + "ĠB", + "ook" + ], + [ + "p", + "ers" + ], + [ + "f", + "low" + ], + [ + "ĠB", + "oth" + ], + [ + "Ġast", + "ron" + ], + [ + "Ġlog", + "ical" + ], + [ + "ber", + "g" + ], + [ + "ĠTex", + "as" + ], + [ + "k", + "in" + ], + [ + "Ġm", + "ere" + ], + [ + "Ġext", + "ent" + ], + [ + "Ġposs", + "ess" + ], + [ + "Ġst", + "ock" + ], + [ + "m", + "l" + ], + [ + "ce", + "ler" + ], + [ + "rap", + "y" + ], + [ + "Ġv", + "ent" + ], + [ + "ab", + "its" + ], + [ + "Ġsens", + "itive" + ], + [ + "te", + "xt" + ], + [ + "ver", + "ty" + ], + [ + "Ġpro", + "pos" + ], + [ + "Ġliqu", + "id" + ], + [ + "ĠJ", + "e" + ], + [ + "Ġpo", + "verty" + ], + [ + "Ġdes", + "ire" + ], + [ + "Ġun", + "known" + ], + [ + "R", + "I" + ], + [ + "st", + "ood" + ], + [ + "Ġres", + "ol" + ], + [ + "ĠM", + "et" + ], + [ + "ĠA", + "rab" + ], + [ + "Ġobtain", + "ed" + ], + [ + "Ġsm", + "ooth" + ], + [ + "ĠM", + "iss" + ], + [ + "Ġt", + "u" + ], + [ + "ĠH", + "IV" + ], + [ + "Ġres", + "on" + ], + [ + "ri", + "end" + ], + [ + "omm", + "od" + ], + [ + "U", + "S" + ], + [ + "Ġfl", + "oor" + ], + [ + "Ġcommunic", + "ate" + ], + [ + "Ġplay", + "ed" + ], + [ + "Ġun", + "s" + ], + [ + "ĠAc", + "ad" + ], + [ + "st", + "ruct" + ], + [ + "Ġele", + "v" + ], + [ + "z", + "y" + ], + [ + "Ġcontroll", + "ed" + ], + [ + "r", + "ate" + ], + [ + "b", + "and" + ], + [ + "Ġlarge", + "ly" + ], + [ + "Ġdel", + "iver" + ], + [ + "Ġmeas", + "ured" + ], + [ + "Ġe", + "ast" + ], + [ + "ĠO", + "ld" + ], + [ + "Ġout", + "come" + ], + [ + "h", + "and" + ], + [ + "Ġf", + "irm" + ], + [ + "f", + "ield" + ], + [ + "Ġcons", + "ists" + ], + [ + "Ġkind", + "s" + ], + [ + "Ġconcern", + "ed" + ], + [ + "ad", + "o" + ], + [ + "Ġmob", + "ile" + ], + [ + "Ġass", + "ert" + ], + [ + "ĠAd", + "ditionally" + ], + [ + "Ġprofess", + "or" + ], + [ + "Ġvacc", + "ine" + ], + [ + "Ġnecess", + "arily" + ], + [ + "ĠM", + "ac" + ], + [ + "re", + "ed" + ], + [ + "ul", + "s" + ], + [ + "Ġtr", + "ial" + ], + [ + "B", + "e" + ], + [ + "Ġl", + "inks" + ], + [ + "ic", + "ate" + ], + [ + "m", + "ic" + ], + [ + "Ġatt", + "end" + ], + [ + "Ġs", + "en" + ], + [ + "il", + "ed" + ], + [ + "Ġrel", + "ax" + ], + [ + "ing", + "ly" + ], + [ + "ĠD", + "ist" + ], + [ + "Ġlat", + "est" + ], + [ + "Ġhapp", + "y" + ], + [ + "a", + "it" + ], + [ + "ar", + "ant" + ], + [ + "Ġwrit", + "er" + ], + [ + "ro", + "ke" + ], + [ + "Ġl", + "ists" + ], + [ + "ĠIs", + "lam" + ], + [ + "Ġt", + "al" + ], + [ + "d", + "en" + ], + [ + "Ġex", + "change" + ], + [ + "Ġt", + "ro" + ], + [ + "it", + "ors" + ], + [ + "ĠD", + "isc" + ], + [ + "Ġprep", + "are" + ], + [ + "Ġ<", + "<" + ], + [ + "Ġsubst", + "ant" + ], + [ + "int", + "s" + ], + [ + "Ġselect", + "ed" + ], + [ + "ĠVir", + "gin" + ], + [ + "Ġconver", + "t" + ], + [ + "Ġapp", + "arent" + ], + [ + "Ġpow", + "ers" + ], + [ + "Ġs", + "now" + ], + [ + "ag", + "ues" + ], + [ + "ra", + "in" + ], + [ + "Ġveh", + "icles" + ], + [ + "ĠFr", + "anc" + ], + [ + "ĠS", + "al" + ], + [ + "Ġentire", + "ly" + ], + [ + "agon", + "ist" + ], + [ + "Ġgrow", + "n" + ], + [ + "ĠSp", + "ace" + ], + [ + "st", + "ate" + ], + [ + "ĠB", + "C" + ], + [ + "Ġtri", + "ed" + ], + [ + "Ġst", + "ret" + ], + [ + "Ġdep", + "os" + ], + [ + "viron", + "ments" + ], + [ + "ĠBrit", + "ain" + ], + [ + "Ġf", + "illed" + ], + [ + "ĠT", + "rue" + ], + [ + "os", + "a" + ], + [ + "al", + "ysis" + ], + [ + "ab", + "il" + ], + [ + "Ġjust", + "ice" + ], + [ + "m", + "od" + ], + [ + "f", + "ree" + ], + [ + "Ġexplain", + "ed" + ], + [ + "pp", + "ing" + ], + [ + "ĠâĢ", + "¦" + ], + [ + "Ġl", + "en" + ], + [ + "Ġrepe", + "ated" + ], + [ + "w", + "est" + ], + [ + "Ġare", + "n" + ], + [ + "Ġlist", + "en" + ], + [ + "in", + "ent" + ], + [ + "omet", + "imes" + ], + [ + "ĠC", + "ivil" + ], + [ + "Ġm", + "ent" + ], + [ + "ĠM", + "ont" + ], + [ + "Ġper", + "man" + ], + [ + "Ġn", + "ations" + ], + [ + "Ġar", + "my" + ], + [ + "Ġinstru", + "ment" + ], + [ + "Ġl", + "ose" + ], + [ + "Ġspirit", + "ual" + ], + [ + "ĠNAS", + "A" + ], + [ + "anc", + "er" + ], + [ + "ens", + "us" + ], + [ + "Ġvill", + "age" + ], + [ + "Ġcertain", + "ly" + ], + [ + "D", + "e" + ], + [ + "l", + "ong" + ], + [ + "as", + "ive" + ], + [ + "ĠC", + "heck" + ], + [ + "Ġdist", + "ingu" + ], + [ + "Ġguid", + "ance" + ], + [ + "Ġexpl", + "ains" + ], + [ + "ĠSu", + "pp" + ], + [ + "du", + "le" + ], + [ + "Ġexp", + "ensive" + ], + [ + "M", + "y" + ], + [ + "ĠS", + "am" + ], + [ + "ĠJ", + "er" + ], + [ + "Ġpl", + "ays" + ], + [ + "Ġfl", + "av" + ], + [ + "Ġb", + "ill" + ], + [ + "Ġal", + "gebra" + ], + [ + "Ġnet", + "works" + ], + [ + "Ġhapp", + "ened" + ], + [ + "Ġnutri", + "ents" + ], + [ + "ĠL", + "atin" + ], + [ + "ĠO", + "p" + ], + [ + "ath", + "y" + ], + [ + "Ġmove", + "ments" + ], + [ + "ri", + "an" + ], + [ + "Ġgovern", + "ments" + ], + [ + "Ġrapid", + "ly" + ], + [ + "Ġmus", + "cles" + ], + [ + "Ġcrop", + "s" + ], + [ + "Ġab", + "ilities" + ], + [ + "Ġappear", + "ance" + ], + [ + "Ġport", + "ion" + ], + [ + "Ġse", + "lection" + ], + [ + "F", + "inally" + ], + [ + "w", + "ar" + ], + [ + "Ġagricult", + "ural" + ], + [ + "Ġmaintain", + "ing" + ], + [ + "Ġcapt", + "ure" + ], + [ + "ĠSm", + "ith" + ], + [ + "L", + "et" + ], + [ + "he", + "dule" + ], + [ + "Ġman", + "if" + ], + [ + "Ġd", + "iversity" + ], + [ + "?", + "\"" + ], + [ + "ag", + "ers" + ], + [ + "yp", + "es" + ], + [ + "Ġwind", + "ow" + ], + [ + "Ġaff", + "ord" + ], + [ + "Ġsal", + "t" + ], + [ + "Ġcon", + "vent" + ], + [ + "Ġcand", + "id" + ], + [ + "Ġaccount", + "s" + ], + [ + "Ġpol", + "ice" + ], + [ + "ĠH", + "ol" + ], + [ + "ĠU", + "p" + ], + [ + "Ġdemonstr", + "ate" + ], + [ + "ĠEn", + "ergy" + ], + [ + "Ġfund", + "ing" + ], + [ + "Ġf", + "le" + ], + [ + "Ġra", + "il" + ], + [ + "p", + "et" + ], + [ + "Ġdraw", + "ing" + ], + [ + "Ġp", + "aid" + ], + [ + "ĠK", + "ore" + ], + [ + "f", + "aces" + ], + [ + "Ġrec", + "on" + ], + [ + "Ġun", + "p" + ], + [ + "ĠL", + "ife" + ], + [ + "ol", + "ars" + ], + [ + "Ġrepresent", + "ed" + ], + [ + "Ġlook", + "ed" + ], + [ + "Ġimpro", + "ving" + ], + [ + "ĠPar", + "is" + ], + [ + "re", + "qu" + ], + [ + "Ġsuggest", + "ions" + ], + [ + "Ġnavig", + "ate" + ], + [ + "Ġd", + "ut" + ], + [ + "A", + "meric" + ], + [ + "Ġintern", + "et" + ], + [ + "Ġdes", + "ired" + ], + [ + "Ä", + "ģ" + ], + [ + "Ġf", + "ill" + ], + [ + "Ġmain", + "tenance" + ], + [ + "ate", + "ver" + ], + [ + "ĠTw", + "o" + ], + [ + "Ġproced", + "ures" + ], + [ + "d", + "ate" + ], + [ + "Ġen", + "able" + ], + [ + "Ġregular", + "ly" + ], + [ + "Ġsee", + "king" + ], + [ + "th", + "at" + ], + [ + "Ġhtt", + "ps" + ], + [ + "Ġinnov", + "ative" + ], + [ + "Ġstudy", + "ing" + ], + [ + "Ġpar", + "alle" + ], + [ + "Ġwe", + "ar" + ], + [ + "Ġleaders", + "hip" + ], + [ + "Ġth", + "in" + ], + [ + "ĠD", + "irect" + ], + [ + "ic", + "ks" + ], + [ + "us", + "ions" + ], + [ + "ĠAt", + "l" + ], + [ + "Ġpr", + "ison" + ], + [ + "Ġf", + "ro" + ], + [ + "Ġgener", + "ated" + ], + [ + "Ġrout", + "ine" + ], + [ + "M", + "ost" + ], + [ + "w", + "in" + ], + [ + "D", + "o" + ], + [ + "Ġdiscuss", + "ed" + ], + [ + "l", + "a" + ], + [ + "re", + "ts" + ], + [ + "d", + "raw" + ], + [ + "cl", + "ing" + ], + [ + "Ġest", + "imate" + ], + [ + "Ġd", + "in" + ], + [ + "Ġdescrib", + "es" + ], + [ + "or", + "gan" + ], + [ + "Ġcou", + "ple" + ], + [ + "ot", + "he" + ], + [ + "ipp", + "ing" + ], + [ + "ĠSec", + "ond" + ], + [ + "oc", + "ation" + ], + [ + "Ġcris", + "is" + ], + [ + "Ġtest", + "ed" + ], + [ + "Ġinst", + "ruction" + ], + [ + "c", + "est" + ], + [ + "Ġn", + "it" + ], + [ + "Ġre", + "in" + ], + [ + "ĠAr", + "my" + ], + [ + "Ġbi", + "ological" + ], + [ + "oun", + "ter" + ], + [ + "ro", + "id" + ], + [ + "A", + "b" + ], + [ + "Ġj", + "u" + ], + [ + "Ġfil", + "ter" + ], + [ + "Ġb", + "ow" + ], + [ + "Ġgra", + "v" + ], + [ + "Ġpercent", + "age" + ], + [ + "Ġexcept", + "ion" + ], + [ + "Ġk", + "il" + ], + [ + "ific", + "ations" + ], + [ + "Ġprofession", + "als" + ], + [ + "Ġpurch", + "ase" + ], + [ + "Ġag", + "es" + ], + [ + "Ġdom", + "estic" + ], + [ + ".", + ";" + ], + [ + "ĠSt", + "and" + ], + [ + "Ġagricult", + "ure" + ], + [ + "Ġlab", + "el" + ], + [ + "sp", + "ec" + ], + [ + "el", + "lect" + ], + [ + "Ġmo", + "ist" + ], + [ + "Ġcult", + "ures" + ], + [ + "ĠMedic", + "ine" + ], + [ + "Ġer", + "a" + ], + [ + "Ġcircumst", + "ances" + ], + [ + "Ġm", + "oon" + ], + [ + "Ġdec", + "ide" + ], + [ + "Ġha", + "z" + ], + [ + "Ġf", + "if" + ], + [ + "Ġen", + "vironments" + ], + [ + "ĠMed", + "ical" + ], + [ + "s", + "um" + ], + [ + "ĠL", + "ake" + ], + [ + "Ġhar", + "vest" + ], + [ + "ot", + "al" + ], + [ + "Ġdec", + "line" + ], + [ + "M", + "S" + ], + [ + "lud", + "ed" + ], + [ + "ĠNew", + "s" + ], + [ + "Ġg", + "ar" + ], + [ + "ĠComm", + "ission" + ], + [ + "ĠLear", + "ning" + ], + [ + "ĠM", + "em" + ], + [ + "n", + "am" + ], + [ + "Ġless", + "ons" + ], + [ + "Ġg", + "all" + ], + [ + "Ġtalk", + "ing" + ], + [ + "Ġimp", + "ossible" + ], + [ + "g", + "al" + ], + [ + "Ġcont", + "em" + ], + [ + "C", + "ont" + ], + [ + "ĠW", + "ind" + ], + [ + "Ġc", + "up" + ], + [ + "Ġexam", + "ine" + ], + [ + "Ġcor", + "por" + ], + [ + "Ġloc", + "ations" + ], + [ + "Ġp", + "il" + ], + [ + "Ġp", + "ray" + ], + [ + "Ġtra", + "um" + ], + [ + "Ġpers", + "ons" + ], + [ + "Ġdatas", + "et" + ], + [ + "Ġrecogn", + "ized" + ], + [ + "act", + "s" + ], + [ + "Ġhabit", + "at" + ], + [ + "ĠMus", + "lim" + ], + [ + "h", + "i" + ], + [ + "Ġc", + "e" + ], + [ + "I", + "ON" + ], + [ + "Ġrepl", + "aced" + ], + [ + "re", + "y" + ], + [ + "angu", + "age" + ], + [ + "num", + "ber" + ], + [ + "Ġbeaut", + "y" + ], + [ + "ĠAn", + "other" + ], + [ + "Ġ", + "%" + ], + [ + "Ġst", + "ored" + ], + [ + "ĠD", + "ise" + ], + [ + "Ġfru", + "its" + ], + [ + "Ġst", + "ated" + ], + [ + "Ġlif", + "est" + ], + [ + "ir", + "ation" + ], + [ + "Ġmet", + "ab" + ], + [ + "U", + "se" + ], + [ + "Ġemploy", + "ee" + ], + [ + "Ġmass", + "ive" + ], + [ + "Ġdocu", + "ments" + ], + [ + "Ġs", + "ell" + ], + [ + "ĠB", + "ank" + ], + [ + "Ġvis", + "ible" + ], + [ + ")", + "^" + ], + [ + "Ġsc", + "ript" + ], + [ + "Ġmed", + "ium" + ], + [ + "Ġprot", + "ected" + ], + [ + "ĠPer", + "haps" + ], + [ + "ĠP", + "acific" + ], + [ + "Ġbenef", + "icial" + ], + [ + "4", + "7" + ], + [ + "Ġb", + "and" + ], + [ + "0", + "5" + ], + [ + "ĠI", + "N" + ], + [ + "Ġcour", + "ses" + ], + [ + "Ġstat", + "istics" + ], + [ + "Ġre", + "ject" + ], + [ + "ĠR", + "ef" + ], + [ + "m", + "p" + ], + [ + "igen", + "ous" + ], + [ + "Ġun", + "like" + ], + [ + "Ġspe", + "aking" + ], + [ + "Ġprote", + "ins" + ], + [ + "n", + "s" + ], + [ + "Ġw", + "ants" + ], + [ + "â", + "Ī" + ], + [ + "Ġst", + "em" + ], + [ + "Ġrequ", + "est" + ], + [ + "ind", + "ing" + ], + [ + "or", + "ical" + ], + [ + "or", + "ter" + ], + [ + "lud", + "ing" + ], + [ + "ĠM", + "il" + ], + [ + "ist", + "an" + ], + [ + "ere", + "nt" + ], + [ + "ĠTechn", + "ology" + ], + [ + "dd", + "en" + ], + [ + "Ġinc", + "hes" + ], + [ + "Ġarr", + "ange" + ], + [ + "Ġk", + "it" + ], + [ + "li", + "ers" + ], + [ + "ec", + "k" + ], + [ + "I", + "nt" + ], + [ + "Ġnorm", + "ally" + ], + [ + "Ġmy", + "ster" + ], + [ + "Ġm", + "ur" + ], + [ + "Ġit", + "er" + ], + [ + "Ġcap", + "able" + ], + [ + "Ġ", + "id" + ], + [ + "Ġor", + "al" + ], + [ + "Ġgir", + "ls" + ], + [ + "ot", + "o" + ], + [ + "Ġrem", + "ote" + ], + [ + "Ġto", + "w" + ], + [ + "Ġacc", + "ommod" + ], + [ + "ĠE", + "lect" + ], + [ + "ĠI", + "r" + ], + [ + "M", + "L" + ], + [ + "ĠM", + "ass" + ], + [ + "Ġcult", + "iv" + ], + [ + "l", + "ers" + ], + [ + "Ġab", + "use" + ], + [ + "ĠB", + "ible" + ], + [ + "c", + "ript" + ], + [ + "ĠB", + "at" + ], + [ + "Ġsuff", + "ering" + ], + [ + "Ġs", + "an" + ], + [ + "Ġn", + "aturally" + ], + [ + "ĠB", + "er" + ], + [ + "18", + "3" + ], + [ + "Ġexplan", + "ation" + ], + [ + "Ġsurv", + "ival" + ], + [ + "y", + "r" + ], + [ + "v", + "ille" + ], + [ + "Ġcl", + "ust" + ], + [ + "Ġded", + "icated" + ], + [ + "0", + "1" + ], + [ + "4", + "9" + ], + [ + "Ġclos", + "er" + ], + [ + "Ġvisit", + "ors" + ], + [ + "Ġw", + "ave" + ], + [ + "4", + "6" + ], + [ + "plic", + "ated" + ], + [ + "ĠS", + "ou" + ], + [ + "T", + "S" + ], + [ + "Ġcard", + "i" + ], + [ + "Ġche", + "cks" + ], + [ + "Ġseem", + "ed" + ], + [ + "us", + "ing" + ], + [ + "ĠIn", + "formation" + ], + [ + "Ġlim", + "its" + ], + [ + "n", + "o" + ], + [ + "in", + "st" + ], + [ + "Ġh", + "abits" + ], + [ + "Ġch", + "ief" + ], + [ + "Ġreg", + "ist" + ], + [ + "Ġguid", + "elines" + ], + [ + "Ġvolunt", + "e" + ], + [ + "ash", + "ion" + ], + [ + "ra", + "cy" + ], + [ + "Ġimm", + "ers" + ], + [ + "ĠL", + "ist" + ], + [ + "Ġopin", + "ion" + ], + [ + "r", + "as" + ], + [ + "Ġrest", + "rict" + ], + [ + "Ġk", + "m" + ], + [ + "am", + "il" + ], + [ + "ĠT", + "oday" + ], + [ + "Ġover", + "w" + ], + [ + "ad", + "s" + ], + [ + "ĠT", + "em" + ], + [ + "Ġch", + "osen" + ], + [ + "t", + "op" + ], + [ + "Ġhundred", + "s" + ], + [ + "D", + "F" + ], + [ + "Ġconcent", + "ration" + ], + [ + "Ġg", + "al" + ], + [ + "if", + "orm" + ], + [ + "Ġoffic", + "ials" + ], + [ + "or", + "ough" + ], + [ + "Ġwild", + "life" + ], + [ + "Ġperson", + "ality" + ], + [ + "ĠF", + "lor" + ], + [ + "Ġsu", + "dden" + ], + [ + "Ġmod", + "e" + ], + [ + "Ġmon", + "itor" + ], + [ + "us", + "es" + ], + [ + "Ġprot", + "agonist" + ], + [ + "ĠComp", + "any" + ], + [ + "Ġgeomet", + "ry" + ], + [ + "Ġhor", + "se" + ], + [ + "Ġmount", + "ain" + ], + [ + "G", + "en" + ], + [ + "Ġper", + "ce" + ], + [ + "Ġcur", + "riculum" + ], + [ + "Ġrest", + "aur" + ], + [ + "n", + "ect" + ], + [ + "Ġ\"", + "\"\"" + ], + [ + "Ġcompar", + "ison" + ], + [ + "IN", + "G" + ], + [ + "Ġarchitect", + "ure" + ], + [ + "l", + "ast" + ], + [ + "Ġneigh", + "b" + ], + [ + "Ġaccess", + "ible" + ], + [ + "v", + "an" + ], + [ + "g", + "on" + ], + [ + "Ġdra", + "wn" + ], + [ + "Ġrel", + "iable" + ], + [ + "Ġins", + "ert" + ], + [ + "O", + "ther" + ], + [ + "ĠJ", + "ud" + ], + [ + "Ġw", + "ire" + ], + [ + "Ġadv", + "oc" + ], + [ + "c", + "hers" + ], + [ + "ĠT", + "reat" + ], + [ + "Ġthem", + "es" + ], + [ + "Ġpro", + "of" + ], + [ + "Ġl", + "iver" + ], + [ + "Ġâ", + "ī" + ], + [ + "Ġfig", + "ures" + ], + [ + "ĠG", + "et" + ], + [ + "Ġst", + "d" + ], + [ + "cul", + "es" + ], + [ + "Ã", + "Ń" + ], + [ + "Ġpart", + "ies" + ], + [ + "an", + "es" + ], + [ + "Ġprot", + "ocol" + ], + [ + "Ġst", + "ages" + ], + [ + "Ġinv", + "ent" + ], + [ + "Ġin", + "ject" + ], + [ + "Ġw", + "estern" + ], + [ + "Ġ", + "__" + ], + [ + "Ġf", + "ract" + ], + [ + "Ġdig", + "est" + ], + [ + "Ġfl", + "ight" + ], + [ + "Ġcar", + "s" + ], + [ + "ail", + "s" + ], + [ + "Ġeng", + "agement" + ], + [ + "ĠRober", + "t" + ], + [ + "Ġt", + "un" + ], + [ + "rol", + "og" + ], + [ + "Ġg", + "un" + ], + [ + "Ġsuccess", + "fully" + ], + [ + "ĠE", + "conom" + ], + [ + "Ġall", + "erg" + ], + [ + "Ġim", + "per" + ], + [ + "Ġappe", + "ared" + ], + [ + "Ġansw", + "ers" + ], + [ + "ĠA", + "tt" + ], + [ + "irc", + "raft" + ], + [ + "ĠHen", + "ry" + ], + [ + "st", + "ream" + ], + [ + "ĠEng", + "ine" + ], + [ + "Ġreveal", + "ed" + ], + [ + "ĠV", + "is" + ], + [ + "Ġobserv", + "ations" + ], + [ + "ĠD", + "et" + ], + [ + "Ġinteract", + "ive" + ], + [ + "Ġw", + "aves" + ], + [ + "Ġens", + "uring" + ], + [ + "Ġsu", + "c" + ], + [ + "Ġsat", + "ell" + ], + [ + "Ġcateg", + "ories" + ], + [ + "Ġexpect", + "ations" + ], + [ + "Ġimm", + "un" + ], + [ + "c", + "ount" + ], + [ + "Ġsk", + "ill" + ], + [ + "ĠSe", + "a" + ], + [ + "ĠFound", + "ation" + ], + [ + "Ġstr", + "ings" + ], + [ + "Ġsum", + "mary" + ], + [ + "Ġb", + "rown" + ], + [ + "rit", + "ing" + ], + [ + "Ġhous", + "es" + ], + [ + "Ġswe", + "et" + ], + [ + "w", + "orld" + ], + [ + "Ġass", + "istance" + ], + [ + "al", + "ian" + ], + [ + "er", + "als" + ], + [ + "Ġunder", + "stood" + ], + [ + "ra", + "ction" + ], + [ + "ĠChar", + "les" + ], + [ + "ĠCar", + "ol" + ], + [ + "ĠN", + "av" + ], + [ + "Ġmod", + "ule" + ], + [ + "R", + "ead" + ], + [ + "Ġst", + "ick" + ], + [ + "Ġrec", + "overy" + ], + [ + "Ġstate", + "ments" + ], + [ + "4", + "2" + ], + [ + "Ġcolle", + "agues" + ], + [ + "ĠC", + "le" + ], + [ + "Ġsc", + "hem" + ], + [ + "c", + "omm" + ], + [ + "ĠW", + "omen" + ], + [ + "Ġp", + "ure" + ], + [ + "Ġw", + "itness" + ], + [ + "Ġcra", + "ft" + ], + [ + "ĠJ", + "ava" + ], + [ + "Ġfe", + "els" + ], + [ + "Ġcrit", + "ic" + ], + [ + "ĠM", + "ain" + ], + [ + "Ġbound", + "aries" + ], + [ + "Ġun", + "us" + ], + [ + "Ġover", + "l" + ], + [ + "Ġp", + "ig" + ], + [ + "Ġnear", + "by" + ], + [ + "ĠN", + "or" + ], + [ + "ĠRuss", + "ian" + ], + [ + "Ġinteract", + "ion" + ], + [ + "u", + "nder" + ], + [ + "R", + "e" + ], + [ + "Ġplay", + "er" + ], + [ + "asc", + "ular" + ], + [ + "lt", + "imately" + ], + [ + "Ġd", + "ust" + ], + [ + "L", + "E" + ], + [ + "in", + "ating" + ], + [ + "Ġre", + "form" + ], + [ + "ĠP", + "ost" + ], + [ + "ĠC", + "D" + ], + [ + "u", + "ous" + ], + [ + "Ġd", + "ensity" + ], + [ + "ĠL", + "and" + ], + [ + "Ġart", + "ists" + ], + [ + "Ġpregn", + "ancy" + ], + [ + "Ġpro", + "ve" + ], + [ + "Ġaccept", + "ed" + ], + [ + "ĠD", + "el" + ], + [ + "Ġjo", + "in" + ], + [ + "Ġrespons", + "es" + ], + [ + "c", + "ase" + ], + [ + "Ġpass", + "age" + ], + [ + "Ġs", + "ed" + ], + [ + "Ġposs", + "ibly" + ], + [ + "Ġsubst", + "ance" + ], + [ + "Ġsk", + "y" + ], + [ + "ol", + "f" + ], + [ + "Ġsh", + "ad" + ], + [ + "Ġslow", + "ly" + ], + [ + "Ġad", + "equ" + ], + [ + "Ġexpl", + "oration" + ], + [ + "s", + "ub" + ], + [ + "Ġprodu", + "cing" + ], + [ + "Ġasse", + "mb" + ], + [ + "ĠM", + "iddle" + ], + [ + "Ġgra", + "d" + ], + [ + "Ġmill", + "ions" + ], + [ + "Ġb", + "inary" + ], + [ + "Ġl", + "un" + ], + [ + "Ġmanufact", + "uring" + ], + [ + "Ġlog", + "ic" + ], + [ + "D", + "uring" + ], + [ + "ce", + "l" + ], + [ + "ĠCath", + "olic" + ], + [ + "Ġang", + "le" + ], + [ + "Ġprom", + "pt" + ], + [ + "Ġexperim", + "ents" + ], + [ + "Ġart", + "ificial" + ], + [ + "Ġac", + "celer" + ], + [ + "Ġmedic", + "ations" + ], + [ + "Ġdec", + "or" + ], + [ + "Ġmed", + "ian" + ], + [ + "ĠAd", + "d" + ], + [ + "Ġdirect", + "or" + ], + [ + "ĠCont", + "rol" + ], + [ + "or", + "row" + ], + [ + "N", + "ote" + ], + [ + "ro", + "t" + ], + [ + "Ġsupport", + "ing" + ], + [ + "Ġcalcul", + "ated" + ], + [ + "am", + "ily" + ], + [ + "Ġp", + "ump" + ], + [ + "in", + "put" + ], + [ + "Ġpict", + "ures" + ], + [ + "Ġdisc", + "ipl" + ], + [ + "N", + "ext" + ], + [ + "ov", + "iet" + ], + [ + "N", + "ot" + ], + [ + "Ġbehavi", + "ors" + ], + [ + "f", + "riend" + ], + [ + "Ġy", + "ield" + ], + [ + "ĠJ", + "ose" + ], + [ + "ĠD", + "iv" + ], + [ + "ĠL", + "ibrary" + ], + [ + "ĠG", + "r" + ], + [ + "in", + "ction" + ], + [ + "d", + "f" + ], + [ + "Ġfert", + "il" + ], + [ + "Ġext", + "ensive" + ], + [ + "Ġopen", + "ed" + ], + [ + "ĠVal", + "ue" + ], + [ + "Ġser", + "ver" + ], + [ + "Ġre", + "ly" + ], + [ + "Ġa", + "head" + ], + [ + "c", + "ons" + ], + [ + "Ġdist", + "rict" + ], + [ + "Ġhe", + "ro" + ], + [ + "f", + "all" + ], + [ + "Ġtw", + "ice" + ], + [ + "n", + "ormal" + ], + [ + "Ġreven", + "ue" + ], + [ + "Ġparticip", + "ate" + ], + [ + "Ġcomp", + "osition" + ], + [ + "Ġwalk", + "ing" + ], + [ + "Ġreg", + "ional" + ], + [ + "ocr", + "atic" + ], + [ + "Ġsurv", + "ive" + ], + [ + "ĠW", + "ell" + ], + [ + "st", + "one" + ], + [ + "ĠR", + "ights" + ], + [ + "Ġagree", + "ment" + ], + [ + "Ġder", + "ived" + ], + [ + "ĠEm", + "p" + ], + [ + "ĠS", + "um" + ], + [ + "Ġcomput", + "ers" + ], + [ + "ĠW", + "il" + ], + [ + "Ġdeath", + "s" + ], + [ + "Ġreg", + "ulations" + ], + [ + "Ġdom", + "ain" + ], + [ + "Ġsee", + "ing" + ], + [ + "Ġch", + "apter" + ], + [ + "Ġsh", + "if" + ], + [ + "ter", + "ies" + ], + [ + "cc", + "ount" + ], + [ + "l", + "og" + ], + [ + "b", + "ing" + ], + [ + "Ġaccur", + "acy" + ], + [ + "Ġadd", + "s" + ], + [ + "or", + "ph" + ], + [ + "Ġequival", + "ent" + ], + [ + "?", + "âĢĿ" + ], + [ + "Ġr", + "ational" + ], + [ + "Ġforest", + "s" + ], + [ + "C", + "an" + ], + [ + "Ġsecond", + "ary" + ], + [ + "j", + "o" + ], + [ + "ot", + "a" + ], + [ + "Ġpo", + "et" + ], + [ + "Ġphot", + "os" + ], + [ + "Ġtell", + "s" + ], + [ + "Ġopp", + "osite" + ], + [ + "Ġdef", + "ic" + ], + [ + "Ġcl", + "oud" + ], + [ + "num", + "bers" + ], + [ + "os", + "c" + ], + [ + "Ġs", + "ick" + ], + [ + "ber", + "t" + ], + [ + "ĠP", + "lease" + ], + [ + "b", + "ody" + ], + [ + "ĠF", + "inally" + ], + [ + "C", + "S" + ], + [ + "ĠR", + "ome" + ], + [ + "Ġro", + "les" + ], + [ + "Ġcon", + "ven" + ], + [ + "in", + "et" + ], + [ + "Ġext", + "ended" + ], + [ + "ul", + "in" + ], + [ + "b", + "ut" + ], + [ + "Ġmar", + "ine" + ], + [ + "+", + "+" + ], + [ + "Ġr", + "ub" + ], + [ + "as", + "p" + ], + [ + "Ġto", + "ler" + ], + [ + "en", + "a" + ], + [ + "Ġan", + "cest" + ], + [ + "y", + "les" + ], + [ + "Ġphr", + "ases" + ], + [ + "1", + "20" + ], + [ + "k", + "i" + ], + [ + "s", + "hip" + ], + [ + "rib", + "e" + ], + [ + "Ġwe", + "ap" + ], + [ + "Ġag", + "encies" + ], + [ + "ĠL", + "ike" + ], + [ + "ĠRuss", + "ia" + ], + [ + "Ġwhere", + "as" + ], + [ + "Ġidentify", + "ing" + ], + [ + "Ġmechan", + "isms" + ], + [ + "Ġsold", + "iers" + ], + [ + "ĠSt", + "e" + ], + [ + "D", + "r" + ], + [ + "Ġin", + "du" + ], + [ + "word", + "s" + ], + [ + "Ġful", + "f" + ], + [ + "Ġc", + "row" + ], + [ + "um", + "s" + ], + [ + "S", + "e" + ], + [ + "Ġplan", + "e" + ], + [ + "ĠT", + "er" + ], + [ + "Ġt", + "iny" + ], + [ + "Ġbro", + "ken" + ], + [ + "ĠMan", + "agement" + ], + [ + "ĠP", + "sych" + ], + [ + "..", + ".." + ], + [ + "Ġdep", + "artment" + ], + [ + "Ġpret", + "ty" + ], + [ + "Ġdepend", + "ent" + ], + [ + "Ġmag", + "ical" + ], + [ + "acc", + "ount" + ], + [ + "Ġsy", + "ndrome" + ], + [ + "h", + "ist" + ], + [ + "w", + "o" + ], + [ + "ĠStud", + "ies" + ], + [ + "ob", + "e" + ], + [ + "C", + "D" + ], + [ + "ĠF", + "e" + ], + [ + "t", + "hen" + ], + [ + "Ġ", + "Ï" + ], + [ + "ĠRe", + "view" + ], + [ + "i", + "at" + ], + [ + "Ġinnov", + "ation" + ], + [ + "Ġobject", + "ive" + ], + [ + "Ġint", + "ellect" + ], + [ + "ap", + "h" + ], + [ + "ĠS", + "uch" + ], + [ + "ic", + "ious" + ], + [ + "app", + "end" + ], + [ + "Ġinflamm", + "ation" + ], + [ + "Ġinc", + "red" + ], + [ + "Ġorgan", + "ized" + ], + [ + "Ġfunction", + "al" + ], + [ + "Ġsuff", + "er" + ], + [ + "ĠW", + "ild" + ], + [ + "ĠK", + "now" + ], + [ + "Ġst", + "able" + ], + [ + "Ġcom", + "ments" + ], + [ + "Ġp", + "ull" + ], + [ + "Ġhypothes", + "is" + ], + [ + "i", + "very" + ], + [ + "ct", + "ic" + ], + [ + "ĠP", + "ower" + ], + [ + "im", + "er" + ], + [ + "H", + "O" + ], + [ + "Ġchild", + "hood" + ], + [ + "Ġmed", + "ication" + ], + [ + "ĠS", + "et" + ], + [ + "Ġpsych", + "ological" + ], + [ + "Ġsign", + "als" + ], + [ + "Ġupd", + "ated" + ], + [ + "Ġyoung", + "er" + ], + [ + "bal", + "ance" + ], + [ + "m", + "as" + ], + [ + "ĠB", + "et" + ], + [ + "tern", + "atively" + ], + [ + "es", + "ity" + ], + [ + "Ġfail", + "ed" + ], + [ + "g", + "ments" + ], + [ + "Ġconc", + "rete" + ], + [ + "so", + "le" + ], + [ + "k", + "a" + ], + [ + "Ġen", + "ab" + ], + [ + "Ġworks", + "h" + ], + [ + "Ġar", + "ms" + ], + [ + "ĠLou", + "is" + ], + [ + "Ġhold", + "s" + ], + [ + "Ġent", + "ry" + ], + [ + "Ġexpert", + "ise" + ], + [ + "Ġbat", + "tery" + ], + [ + "g", + "ent" + ], + [ + "Ġconsum", + "ers" + ], + [ + "G", + "o" + ], + [ + "St", + "ud" + ], + [ + "ĠOut", + "put" + ], + [ + "Ġcut", + "ting" + ], + [ + "Ġun", + "less" + ], + [ + "Ad", + "ditionally" + ], + [ + "Ġwarm", + "ing" + ], + [ + "Ġdiv", + "ision" + ], + [ + "at", + "o" + ], + [ + "Ġworld", + "wide" + ], + [ + "act", + "ion" + ], + [ + "Ġper", + "m" + ], + [ + "âĢĻ", + "." + ], + [ + "Ġact", + "s" + ], + [ + "Ġt", + "ur" + ], + [ + "Ġprevent", + "ion" + ], + [ + "Ġsub", + "t" + ], + [ + "ĠF", + "ederal" + ], + [ + "Ġn", + "urs" + ], + [ + "Ġpur", + "su" + ], + [ + "Ġmechan", + "ism" + ], + [ + "Ġrecogn", + "ition" + ], + [ + "Ġlist", + "ed" + ], + [ + "Ġle", + "af" + ], + [ + "Ġve", + "ctor" + ], + [ + "Ġb", + "le" + ], + [ + "Ġcl", + "ient" + ], + [ + "Ġeval", + "uation" + ], + [ + "ain", + "ed" + ], + [ + "ĠA", + "p" + ], + [ + "Ġsp", + "orts" + ], + [ + "Ġgu", + "arant" + ], + [ + "ĠN", + "ature" + ], + [ + "ĠS", + "af" + ], + [ + "Ġhand", + "ling" + ], + [ + "Ġpl", + "ate" + ], + [ + "Ġask", + "ing" + ], + [ + "Ġinterpret", + "ation" + ], + [ + "Ġplay", + "ers" + ], + [ + "ĠO", + "x" + ], + [ + "Ġsc", + "hedule" + ], + [ + "om", + "ach" + ], + [ + "Ġdial", + "ogue" + ], + [ + "Ġinf", + "ected" + ], + [ + "Ġhor", + "iz" + ], + [ + "i", + "ability" + ], + [ + "ad", + "a" + ], + [ + "Ġshe", + "l" + ], + [ + "f", + "it" + ], + [ + "B", + "N" + ], + [ + "ct", + "ive" + ], + [ + "ĠS", + "oviet" + ], + [ + "Ġsym", + "met" + ], + [ + "u", + "ke" + ], + [ + "Ġins", + "urance" + ], + [ + "oles", + "ter" + ], + [ + "i", + "ology" + ], + [ + "ĠG", + "ood" + ], + [ + "y", + "e" + ], + [ + "Ġreg", + "ression" + ], + [ + "T", + "e" + ], + [ + "Ġgreat", + "ly" + ], + [ + "Ġmar", + "riage" + ], + [ + "imens", + "ional" + ], + [ + "Ġlifest", + "yle" + ], + [ + "Ġc", + "ards" + ], + [ + "Ġh", + "us" + ], + [ + "ĠD", + "esign" + ], + [ + "plic", + "ation" + ], + [ + "Ġauthent", + "ic" + ], + [ + "Ġelect", + "ronic" + ], + [ + "ĠEnvironment", + "al" + ], + [ + "Ġdown", + "load" + ], + [ + "Ġmark", + "ed" + ], + [ + "r", + "ons" + ], + [ + "Ġa", + "qu" + ], + [ + "Ġmess", + "ages" + ], + [ + "Ġen", + "ds" + ], + [ + "Ġrel", + "ation" + ], + [ + "Ġequ", + "ations" + ], + [ + "Ġab", + "und" + ], + [ + "pt", + "ic" + ], + [ + "or", + "ous" + ], + [ + "Ġorig", + "inally" + ], + [ + "ap", + "ed" + ], + [ + "ph", + "one" + ], + [ + "Ġadop", + "ted" + ], + [ + "or", + "ic" + ], + [ + "Ġsupp", + "lement" + ], + [ + "Ġoverw", + "hel" + ], + [ + "Ġa", + "ircraft" + ], + [ + "ĠVirgin", + "ia" + ], + [ + "ĠB", + "ro" + ], + [ + "Ġdeb", + "ate" + ], + [ + "Ġcr", + "ime" + ], + [ + "wh", + "ile" + ], + [ + "Ġsupport", + "s" + ], + [ + "Ġins", + "ight" + ], + [ + "Ġste", + "el" + ], + [ + "and", + "on" + ], + [ + "Ġs", + "ight" + ], + [ + "Ġad", + "vert" + ], + [ + "Ġstrong", + "er" + ], + [ + "Ġb", + "an" + ], + [ + "Ġexpl", + "o" + ], + [ + "Ġindust", + "ries" + ], + [ + "Ġparam", + "eters" + ], + [ + ".\"", + ")" + ], + [ + "Ġad", + "vent" + ], + [ + "Ġra", + "w" + ], + [ + "Ġplatform", + "s" + ], + [ + "z", + "en" + ], + [ + "Ġinfluen", + "ced" + ], + [ + "Ġexp", + "ansion" + ], + [ + "Ġhous", + "ing" + ], + [ + "es", + "ter" + ], + [ + "Ġlimit", + "ations" + ], + [ + "ĠM", + "o" + ], + [ + "ra", + "ys" + ], + [ + "ĠT", + "ake" + ], + [ + "Ġm", + "amm" + ], + [ + "ĠT", + "HE" + ], + [ + "Ġlat", + "ter" + ], + [ + "ar", + "ia" + ], + [ + "Ġthem", + "e" + ], + [ + "Ġmach", + "ines" + ], + [ + "rop", + "ical" + ], + [ + "Ġrem", + "ark" + ], + [ + "Ġstand", + "ing" + ], + [ + "on", + "a" + ], + [ + "ĠA", + "P" + ], + [ + "Ġst", + "re" + ], + [ + "ĠSc", + "ient" + ], + [ + "Ġr", + "ig" + ], + [ + "Ġeng", + "aged" + ], + [ + "rib", + "ed" + ], + [ + "d", + "r" + ], + [ + "Ġparalle", + "l" + ], + [ + "n", + "om" + ], + [ + "Ġcateg", + "ory" + ], + [ + "ĠT", + "ime" + ], + [ + "Ġbo", + "ost" + ], + [ + "Ġman", + "aged" + ], + [ + "Ġon", + "going" + ], + [ + "as", + "er" + ], + [ + "Ġwor", + "se" + ], + [ + "L", + "L" + ], + [ + "Ġf", + "ell" + ], + [ + "Ġcomfort", + "able" + ], + [ + "Ġimmedi", + "ate" + ], + [ + "Ġfocus", + "ing" + ], + [ + "olester", + "ol" + ], + [ + "Ġmod", + "ified" + ], + [ + "ĠCon", + "stitution" + ], + [ + "Ġr", + "ank" + ], + [ + "Ġso", + "le" + ], + [ + "Ġfund", + "s" + ], + [ + "Ġdistribut", + "ed" + ], + [ + "Ġvulner", + "able" + ], + [ + "Ġag", + "ency" + ], + [ + "Ġgeomet", + "ric" + ], + [ + "Ġfew", + "er" + ], + [ + "in", + "i" + ], + [ + "Ġfab", + "ric" + ], + [ + "Ġeffect", + "iveness" + ], + [ + "Ġshe", + "ll" + ], + [ + "Ġprodu", + "ces" + ], + [ + "Ġsp", + "ending" + ], + [ + "ĠG", + "al" + ], + [ + "U", + "R" + ], + [ + "Ġf", + "ly" + ], + [ + "p", + "rodu" + ], + [ + "ĠTh", + "rough" + ], + [ + "oura", + "ge" + ], + [ + "Ġreason", + "ing" + ], + [ + "Ġst", + "reet" + ], + [ + "ren", + "e" + ], + [ + "Ġacc", + "um" + ], + [ + "Ġcompet", + "ition" + ], + [ + "Ġ", + "ic" + ], + [ + "Ġdifficult", + "y" + ], + [ + "ve", + "ys" + ], + [ + "Ġres", + "olution" + ], + [ + "Ġp", + "airs" + ], + [ + "li", + "ament" + ], + [ + "Ġm", + "aps" + ], + [ + "ĠG", + "old" + ], + [ + "s", + "ize" + ], + [ + "in", + "it" + ], + [ + "Ġpos", + "itions" + ], + [ + "Ġno", + "ise" + ], + [ + "Ġadminist", + "ration" + ], + [ + "O", + "f" + ], + [ + "Ġass", + "ume" + ], + [ + "ite", + "ly" + ], + [ + "Ġrec", + "urs" + ], + [ + "Ġsch", + "olars" + ], + [ + "Ġtrans", + "mission" + ], + [ + "Ġg", + "rew" + ], + [ + "Ġweak", + "ness" + ], + [ + "Ġphilos", + "ophy" + ], + [ + "hem", + "ical" + ], + [ + "Ġbe", + "ar" + ], + [ + "Ġa", + "er" + ], + [ + "ĠCanad", + "ian" + ], + [ + "iz", + "er" + ], + [ + "ĠT", + "ype" + ], + [ + "Ġpers", + "ist" + ], + [ + "Ġproport", + "ion" + ], + [ + "Ġintrodu", + "ce" + ], + [ + "ĠL", + "eg" + ], + [ + "Ġpass", + "ion" + ], + [ + "Ġint", + "ake" + ], + [ + "l", + "ights" + ], + [ + "Ġbehavi", + "our" + ], + [ + "Ġestim", + "ates" + ], + [ + "Ġder", + "iv" + ], + [ + "Ġb", + "ones" + ], + [ + "ag", + "ine" + ], + [ + "Ġdec", + "ade" + ], + [ + "oc", + "racy" + ], + [ + "Ġd", + "aughter" + ], + [ + "b", + "orn" + ], + [ + "6", + "7" + ], + [ + "C", + "T" + ], + [ + "Ġal", + "le" + ], + [ + "ĠF", + "alse" + ], + [ + "4", + "1" + ], + [ + "Ġsupp", + "lies" + ], + [ + "Ġd", + "ental" + ], + [ + "ĠI", + "P" + ], + [ + "Ġv", + "oc" + ], + [ + "Ġgener", + "ations" + ], + [ + "Ġke", + "ys" + ], + [ + "ĠMic", + "ro" + ], + [ + "ĠB", + "re" + ], + [ + "ind", + "ex" + ], + [ + "it", + "ative" + ], + [ + "Ġlov", + "ed" + ], + [ + "itud", + "es" + ], + [ + "ĠSt", + "at" + ], + [ + "Ġland", + "s" + ], + [ + "Ġpo", + "ol" + ], + [ + "he", + "rent" + ], + [ + "Ġmit", + "ig" + ], + [ + "Ġdev", + "iation" + ], + [ + ".", + "|" + ], + [ + "ĠComm", + "it" + ], + [ + "as", + "y" + ], + [ + "Ġcre", + "w" + ], + [ + "O", + "nce" + ], + [ + "Ġspec", + "ified" + ], + [ + "Ġn", + "an" + ], + [ + "Ġme", + "al" + ], + [ + "Ġknow", + "s" + ], + [ + "ĠM", + "a" + ], + [ + "or", + "al" + ], + [ + "Ġneighbor", + "hood" + ], + [ + "Ġun", + "able" + ], + [ + "Ġr", + "u" + ], + [ + "Ġcollabor", + "ation" + ], + [ + "Ġfoss", + "il" + ], + [ + "ĠSt", + "reet" + ], + [ + "aw", + "s" + ], + [ + "Ġcur", + "ve" + ], + [ + "az", + "ing" + ], + [ + "Ġdep", + "art" + ], + [ + "Ġart", + "ist" + ], + [ + "ĠP", + "ers" + ], + [ + "ĠFlor", + "ida" + ], + [ + "Ġauthor", + "ities" + ], + [ + "Ġsect", + "ions" + ], + [ + "ĠC", + "are" + ], + [ + "Ġdoub", + "t" + ], + [ + "s", + "ue" + ], + [ + "st", + "s" + ], + [ + "ĠComm", + "on" + ], + [ + "oid", + "s" + ], + [ + "Ġsuc", + "ceed" + ], + [ + "Ġinj", + "uries" + ], + [ + "Ġt", + "ap" + ], + [ + "n", + "et" + ], + [ + "O", + "r" + ], + [ + "ink", + "ing" + ], + [ + "S", + "ee" + ], + [ + "Ġrecommend", + "ations" + ], + [ + "Ġcreat", + "ivity" + ], + [ + "Ġg", + "one" + ], + [ + "ĠTh", + "ose" + ], + [ + "b", + "urg" + ], + [ + "Ġdo", + "ctors" + ], + [ + "Ġincorpor", + "ate" + ], + [ + "Ġc", + "art" + ], + [ + "ĠV", + "ict" + ], + [ + "Ġprinc", + "ip" + ], + [ + "Ġfavor", + "ite" + ], + [ + "ĠOff", + "ice" + ], + [ + "um", + "es" + ], + [ + "it", + "ual" + ], + [ + "Ġcry", + "st" + ], + [ + "Ġinvol", + "ving" + ], + [ + "Ġmeaning", + "ful" + ], + [ + "Ġposs", + "ibilities" + ], + [ + "Ġpr", + "on" + ], + [ + "Ġinter", + "vention" + ], + [ + "Ġadminist", + "r" + ], + [ + "Ġth", + "orough" + ], + [ + "Ġmole", + "cules" + ], + [ + "Ġrespect", + "ively" + ], + [ + "4", + "3" + ], + [ + "Ġt", + "aste" + ], + [ + "Ġro", + "of" + ], + [ + "t", + "ic" + ], + [ + "Ġtri", + "angle" + ], + [ + "Ġb", + "io" + ], + [ + "Ġinteg", + "ral" + ], + [ + "Ġcorrect", + "ly" + ], + [ + "Ġour", + "selves" + ], + [ + "Ġtro", + "ops" + ], + [ + "Ġfram", + "e" + ], + [ + "6", + "8" + ], + [ + "ĠCol", + "umb" + ], + [ + "Ġm", + "igr" + ], + [ + "c", + "raft" + ], + [ + "in", + "er" + ], + [ + "h", + "tt" + ], + [ + "Ġmark", + "ets" + ], + [ + "and", + "a" + ], + [ + "ĠP", + "C" + ], + [ + "ĠH", + "all" + ], + [ + "Ġe", + "ld" + ], + [ + "ĠL", + "abor" + ], + [ + "Ġcor", + "n" + ], + [ + "Ġint", + "ent" + ], + [ + "ĠAb", + "out" + ], + [ + "Ġreg", + "ul" + ], + [ + "os", + "ph" + ], + [ + "igh", + "ter" + ], + [ + "Ġturn", + "s" + ], + [ + "Ġpresent", + "ation" + ], + [ + "Ġmix", + "ed" + ], + [ + "Ġw", + "ish" + ], + [ + "Ġdef", + "ault" + ], + [ + "Ġdr", + "iven" + ], + [ + "Ġreal", + "ize" + ], + [ + "Ġcreat", + "ures" + ], + [ + "Ġbl", + "ocks" + ], + [ + "r", + "ine" + ], + [ + "u", + "a" + ], + [ + "^", + "(" + ], + [ + "or", + "a" + ], + [ + "Cons", + "ider" + ], + [ + "Ġmyst", + "ery" + ], + [ + "Ġv", + "ibr" + ], + [ + "ĠAn", + "y" + ], + [ + "Ġal", + "ter" + ], + [ + "Ġarr", + "ived" + ], + [ + "ĠN", + "ations" + ], + [ + "ab", + "ul" + ], + [ + "Ġte", + "a" + ], + [ + "Ġtrans", + "p" + ], + [ + "ok", + "en" + ], + [ + "Ġconf", + "ident" + ], + [ + "Ġre", + "ct" + ], + [ + "ĠC", + "reat" + ], + [ + "Ġsett", + "ings" + ], + [ + "Ġantib", + "iot" + ], + [ + "ĠO", + "F" + ], + [ + "Ġinsect", + "s" + ], + [ + "ĠY", + "et" + ], + [ + "val", + "id" + ], + [ + "Ġacc", + "ident" + ], + [ + "Ġin", + "equ" + ], + [ + "Ġinstit", + "ution" + ], + [ + "Ġab", + "andon" + ], + [ + "Ġf", + "est" + ], + [ + "z", + "ed" + ], + [ + "Ġtransform", + "ation" + ], + [ + "n", + "y" + ], + [ + "ĠT", + "or" + ], + [ + "M", + "e" + ], + [ + "Ġsub", + "tle" + ], + [ + "Ġevery", + "day" + ], + [ + "ex", + "ample" + ], + [ + "Ġla", + "un" + ], + [ + "ĠEx", + "per" + ], + [ + "Ġres", + "erv" + ], + [ + "Ġelect", + "ron" + ], + [ + "ant", + "ly" + ], + [ + "Ġinh", + "abit" + ], + [ + "Ġdeb", + "t" + ], + [ + "Ġl", + "ots" + ], + [ + "Ġcomp", + "r" + ], + [ + "Ġbreat", + "hing" + ], + [ + "Ġcamer", + "a" + ], + [ + "ĠS", + "k" + ], + [ + "Ġnew", + "sp" + ], + [ + "Ġinstruct", + "ions" + ], + [ + ".", + "âĢĻ" + ], + [ + "ro", + "g" + ], + [ + "ĠCh", + "ic" + ], + [ + "is", + "k" + ], + [ + "ste", + "in" + ], + [ + "fact", + "ion" + ], + [ + "ĠS", + "l" + ], + [ + "Ġesc", + "ape" + ], + [ + "(", + "):" + ], + [ + "ĠFr", + "ank" + ], + [ + "Us", + "ing" + ], + [ + "k", + "es" + ], + [ + "ĠP", + "eter" + ], + [ + "Ġint", + "ense" + ], + [ + "we", + "ight" + ], + [ + "Ġde", + "aling" + ], + [ + "Ġshap", + "es" + ], + [ + "ĠId", + "ent" + ], + [ + "ĠIt", + "aly" + ], + [ + "s", + "is" + ], + [ + "Ġstand", + "s" + ], + [ + "Ġfib", + "er" + ], + [ + "ĠS", + "ol" + ], + [ + "is", + "p" + ], + [ + "it", + "an" + ], + [ + "ad", + "ing" + ], + [ + "Ġpolit", + "ics" + ], + [ + "Ġf", + "ashion" + ], + [ + "th", + "rop" + ], + [ + "Ġpre", + "v" + ], + [ + "t", + "age" + ], + [ + "ic", + "ians" + ], + [ + "Ġlay", + "ers" + ], + [ + "Ġingred", + "ients" + ], + [ + "pos", + "ition" + ], + [ + "J", + "ohn" + ], + [ + "pl", + "ing" + ], + [ + "Ġm", + "ac" + ], + [ + "c", + "her" + ], + [ + "Ġharm", + "ful" + ], + [ + "Ġfor", + "g" + ], + [ + "anc", + "hes" + ], + [ + "Ġphot", + "ograph" + ], + [ + "Ġbr", + "ings" + ], + [ + "Ġc", + "m" + ], + [ + "Ġris", + "ing" + ], + [ + "Ġdel", + "ivery" + ], + [ + "Ġassum", + "ptions" + ], + [ + "ĠE", + "st" + ], + [ + "ĠH", + "aw" + ], + [ + "Ġperman", + "ent" + ], + [ + "in", + "ated" + ], + [ + "Ġst", + "omach" + ], + [ + "Ġun", + "iversity" + ], + [ + "Ġbreat", + "h" + ], + [ + "Ġlabor", + "atory" + ], + [ + "el", + "ess" + ], + [ + "ut", + "ation" + ], + [ + "ĠD", + "an" + ], + [ + "ag", + "ram" + ], + [ + "ĠUS", + "A" + ], + [ + "ĠE", + "xt" + ], + [ + "dition", + "al" + ], + [ + "Ġcare", + "ful" + ], + [ + "ĠM", + "ag" + ], + [ + "Ġrout", + "e" + ], + [ + "Ġtr", + "ials" + ], + [ + "Ġs", + "od" + ], + [ + "Ġpain", + "ting" + ], + [ + "ĠAn", + "n" + ], + [ + "ĠA", + "S" + ], + [ + "ĠF", + "orm" + ], + [ + "ĠKe", + "ep" + ], + [ + "Ġsc", + "an" + ], + [ + "ĠGl", + "obal" + ], + [ + "ĠL", + "ong" + ], + [ + "ĠOn", + "ly" + ], + [ + "Ġfor", + "get" + ], + [ + "ic", + "ide" + ], + [ + "ell", + "ed" + ], + [ + "k", + "ins" + ], + [ + "Ġp", + "up" + ], + [ + "Ġthous", + "and" + ], + [ + "Ġb", + "read" + ], + [ + "Ġscen", + "ario" + ], + [ + "Ġintegr", + "ated" + ], + [ + "Ġ+", + "=" + ], + [ + "Ġtra", + "ined" + ], + [ + "Ġimplement", + "ed" + ], + [ + "Ġreact", + "ions" + ], + [ + "or", + "rect" + ], + [ + "Ġt", + "ens" + ], + [ + "Ġcirc", + "uit" + ], + [ + "Ġp", + "ra" + ], + [ + "Ġindepend", + "ence" + ], + [ + "Ġst", + "atic" + ], + [ + "ĠC", + "he" + ], + [ + "R", + "ec" + ], + [ + "18", + "1" + ], + [ + "'", + "." + ], + [ + "ĠI", + "ll" + ], + [ + "t", + "ype" + ], + [ + "Ġconflic", + "ts" + ], + [ + "ĠC", + "amp" + ], + [ + "Ġsecond", + "s" + ], + [ + "et", + "her" + ], + [ + "Ġpe", + "ak" + ], + [ + "Ġv", + "ac" + ], + [ + "at", + "ter" + ], + [ + "it", + "a" + ], + [ + "Ġbig", + "gest" + ], + [ + "ĠProf", + "essor" + ], + [ + "Ġconvent", + "ional" + ], + [ + "Ġman", + "ager" + ], + [ + "ol", + "a" + ], + [ + "Ġwor", + "ry" + ], + [ + "Ġab", + "stract" + ], + [ + "Ġmar", + "ried" + ], + [ + "l", + "ock" + ], + [ + "Ġz", + "one" + ], + [ + "Ã", + "¼" + ], + [ + "Ġsac", + "r" + ], + [ + "Ġflex", + "ible" + ], + [ + "Ġsec", + "rets" + ], + [ + "ĠSt", + "ep" + ], + [ + "Ġf", + "u" + ], + [ + "un", + "ning" + ], + [ + "Ġw", + "ww" + ], + [ + "Ġwrit", + "ers" + ], + [ + "ir", + "t" + ], + [ + "exp", + "ected" + ], + [ + "d", + "oor" + ], + [ + "Ġalgorith", + "ms" + ], + [ + "Ġst", + "ake" + ], + [ + "Ġpre", + "val" + ], + [ + "Ġprof", + "ound" + ], + [ + "res", + "ent" + ], + [ + "Ġres", + "id" + ], + [ + "Ġsh", + "ut" + ], + [ + "ĠL", + "ab" + ], + [ + "8", + "00" + ], + [ + "Ġvessel", + "s" + ], + [ + "Ġrun", + "s" + ], + [ + "Ġgram", + "mar" + ], + [ + "Q", + "L" + ], + [ + "f", + "unction" + ], + [ + "Ġg", + "ap" + ], + [ + "Ġdestroy", + "ed" + ], + [ + "w", + "ing" + ], + [ + "E", + "m" + ], + [ + "Ġserv", + "es" + ], + [ + "am", + "ing" + ], + [ + "Ġâ", + "Ĩ" + ], + [ + "Ġspl", + "it" + ], + [ + "Ġrel", + "at" + ], + [ + "Ġeth", + "nic" + ], + [ + "sc", + "ale" + ], + [ + "Ġpar", + "ad" + ], + [ + "ars", + "h" + ], + [ + "Ġbr", + "idge" + ], + [ + "esp", + "read" + ], + [ + "ri", + "ers" + ], + [ + "ĠF", + "in" + ], + [ + "friend", + "ly" + ], + [ + "6", + "00" + ], + [ + "Ġfight", + "ing" + ], + [ + "Ġt", + "all" + ], + [ + "Ġd", + "iox" + ], + [ + "6", + "6" + ], + [ + "Ġf", + "ant" + ], + [ + "Ġgreen", + "house" + ], + [ + "Ġunus", + "ual" + ], + [ + "Ġconsum", + "er" + ], + [ + "10", + "1" + ], + [ + "E", + "P" + ], + [ + "ĠJose", + "ph" + ], + [ + "us", + "iness" + ], + [ + "Ġsupp", + "osed" + ], + [ + "Q", + "u" + ], + [ + "Ġr", + "id" + ], + [ + "ult", + "s" + ], + [ + "Ġb", + "ond" + ], + [ + "ĠB", + "ur" + ], + [ + "ĠL", + "ib" + ], + [ + "Ġcommit", + "ted" + ], + [ + "re", + "f" + ], + [ + "ĠR", + "ad" + ], + [ + "Ġrh", + "yth" + ], + [ + "ar", + "n" + ], + [ + "le", + "ts" + ], + [ + "Ġwas", + "n" + ], + [ + "Ġwa", + "it" + ], + [ + "U", + "N" + ], + [ + "Ġn", + "ine" + ], + [ + "it", + "ivity" + ], + [ + "r", + "ates" + ], + [ + "Ġcommit", + "ment" + ], + [ + "Ġwh", + "atever" + ], + [ + "ĠM", + "ad" + ], + [ + "r", + "at" + ], + [ + "h", + "ma" + ], + [ + "ĠE", + "th" + ], + [ + "h", + "ow" + ], + [ + "Ġdel", + "ay" + ], + [ + "ors", + "es" + ], + [ + "8", + "8" + ], + [ + "he", + "red" + ], + [ + "ĠAustral", + "ian" + ], + [ + "ĠC", + "at" + ], + [ + "I", + "P" + ], + [ + "un", + "c" + ], + [ + "Ġconstant", + "ly" + ], + [ + "Ġover", + "come" + ], + [ + "Ġfind", + "s" + ], + [ + "Ġmat", + "ters" + ], + [ + "Ġd", + "im" + ], + [ + "Ġdiv", + "ide" + ], + [ + "Ġcontain", + "ed" + ], + [ + "hold", + "ers" + ], + [ + "Ġv", + "s" + ], + [ + "Ġmov", + "es" + ], + [ + "Ġt", + "ick" + ], + [ + "Ġconst", + "ra" + ], + [ + "Ġobject", + "ives" + ], + [ + "re", + "land" + ], + [ + "ĠT", + "V" + ], + [ + "ĠC", + "am" + ], + [ + "Ġl", + "ie" + ], + [ + "Ġv", + "ot" + ], + [ + "Ġfac", + "ing" + ], + [ + "Ġexpl", + "icit" + ], + [ + "Ġfrequ", + "ent" + ], + [ + "he", + "ther" + ], + [ + "ess", + "ions" + ], + [ + "Ġmagn", + "etic" + ], + [ + "L", + "e" + ], + [ + "Ġg", + "ent" + ], + [ + "ĠD", + "iff" + ], + [ + "ec", + "ess" + ], + [ + "Ġhyd", + "rogen" + ], + [ + "ĠF", + "ace" + ], + [ + "it", + "ter" + ], + [ + "Ġcol", + "our" + ], + [ + "Ġgu", + "ard" + ], + [ + "Ġneg", + "ot" + ], + [ + "Ġincorpor", + "ating" + ], + [ + "18", + "2" + ], + [ + "Ġnu", + "anced" + ], + [ + "Ġorgan", + "isms" + ], + [ + "Ġthe", + "ories" + ], + [ + "ĠF", + "ind" + ], + [ + "g", + "ans" + ], + [ + "ĠS", + "ar" + ], + [ + "Ġconstit", + "ution" + ], + [ + "Ġr", + "ing" + ], + [ + "Ġdesign", + "s" + ], + [ + "Ġear", + "n" + ], + [ + "Ġgu", + "ess" + ], + [ + "Ġocc", + "asion" + ], + [ + "Ġemploy", + "ment" + ], + [ + "Ġdang", + "er" + ], + [ + "Ġpriorit", + "ize" + ], + [ + "ĠDise", + "ase" + ], + [ + "Ġinter", + "val" + ], + [ + "Ġb", + "oy" + ], + [ + "el", + "i" + ], + [ + "ĠAv", + "oid" + ], + [ + "ĠC", + "ult" + ], + [ + "Ġmin", + "imize" + ], + [ + "Ġm", + "ild" + ], + [ + "Ġcomp", + "elling" + ], + [ + "ĠSou", + "thern" + ], + [ + "âĢĻ", + "," + ], + [ + "um", + "ps" + ], + [ + "Ġa", + "th" + ], + [ + "Ġhold", + "ing" + ], + [ + "ĠN", + "atural" + ], + [ + "Americ", + "an" + ], + [ + "abul", + "ary" + ], + [ + "Ġatt", + "ached" + ], + [ + "ĠCol", + "or" + ], + [ + "Ġteam", + "s" + ], + [ + "Ġm", + "ood" + ], + [ + "Ġown", + "er" + ], + [ + "ĠH", + "ome" + ], + [ + "Ġrob", + "ust" + ], + [ + "Ġch", + "olesterol" + ], + [ + "re", + "al" + ], + [ + "Ġst", + "rict" + ], + [ + "Ġout", + "l" + ], + [ + "M", + "ed" + ], + [ + "Ġredu", + "ces" + ], + [ + "Ġphenomen", + "on" + ], + [ + "ĠVal", + "ley" + ], + [ + "ĠIS", + "BN" + ], + [ + "f", + "ortunately" + ], + [ + "Ġhistor", + "ic" + ], + [ + "ir", + "ty" + ], + [ + "en", + "ess" + ], + [ + "Ġsort", + "ed" + ], + [ + "Ġinstru", + "ments" + ], + [ + "W", + "rite" + ], + [ + "()", + ";" + ], + [ + "ĠE", + "nd" + ], + [ + "Ġrenew", + "able" + ], + [ + "Ġac", + "ids" + ], + [ + "ĠDo", + "es" + ], + [ + "in", + "ity" + ], + [ + "ĠRev", + "olution" + ], + [ + "ĠEmp", + "ire" + ], + [ + "Ġoper", + "ate" + ], + [ + "ĠSt", + "art" + ], + [ + "Ġt", + "ight" + ], + [ + "Ġcalc", + "ium" + ], + [ + "Ġimag", + "ine" + ], + [ + "is", + "dom" + ], + [ + "ĠStud", + "y" + ], + [ + "Ġfeed", + "ing" + ], + [ + "a", + "ud" + ], + [ + "Ġperspect", + "ives" + ], + [ + "P", + "e" + ], + [ + "Ġanaly", + "zing" + ], + [ + "Ġve", + "ter" + ], + [ + "Ġsh", + "ips" + ], + [ + "Ġt", + "ank" + ], + [ + "Ġpass", + "ing" + ], + [ + "Ġfl", + "ag" + ], + [ + "on", + "ia" + ], + [ + "ĠK", + "h" + ], + [ + "Ġfound", + "ed" + ], + [ + "Ġch", + "rom" + ], + [ + "F", + "igure" + ], + [ + "Ġnum", + "er" + ], + [ + "Ġb", + "ot" + ], + [ + "Ġinvestig", + "ation" + ], + [ + "Ġdemonstr", + "ated" + ], + [ + "R", + "em" + ], + [ + "ĠRep", + "ort" + ], + [ + "Ġref", + "uge" + ], + [ + "z", + "il" + ], + [ + "Ġturn", + "ing" + ], + [ + "Ġh", + "ole" + ], + [ + "Ġ[", + "]" + ], + [ + "r", + "d" + ], + [ + "Ġleg", + "s" + ], + [ + "ĠCommit", + "tee" + ], + [ + "Ġl", + "oyal" + ], + [ + "Ġassoci", + "ation" + ], + [ + "Ġv", + "ote" + ], + [ + "ear", + "chers" + ], + [ + "Ġvari", + "ation" + ], + [ + "ĠP", + "ub" + ], + [ + "u", + "ing" + ], + [ + "D", + "P" + ], + [ + "ort", + "ion" + ], + [ + "Ġdis", + "rupt" + ], + [ + "le", + "ments" + ], + [ + "S", + "S" + ], + [ + "le", + "ft" + ], + [ + "Ġexerc", + "ises" + ], + [ + "ĠAd", + "minist" + ], + [ + "ĠO", + "cean" + ], + [ + "Ġbelief", + "s" + ], + [ + "ar", + "ray" + ], + [ + "Ġst", + "ability" + ], + [ + "Ġne", + "ck" + ], + [ + "Ġcook", + "ing" + ], + [ + "Ġsub", + "s" + ], + [ + "Ġindic", + "ating" + ], + [ + "Ġgl", + "uc" + ], + [ + "Ġwid", + "espread" + ], + [ + "Ġsw", + "im" + ], + [ + "in", + "du" + ], + [ + "%", + "." + ], + [ + "Ġconf", + "ront" + ], + [ + "h", + "av" + ], + [ + "Ġsustain", + "ability" + ], + [ + "2", + "50" + ], + [ + "he", + "ast" + ], + [ + "Ġqu", + "iet" + ], + [ + "ion", + "e" + ], + [ + "Ġattempt", + "s" + ], + [ + "I", + "M" + ], + [ + "Ġfasc", + "inating" + ], + [ + "old", + "s" + ], + [ + "Ġtrou", + "ble" + ], + [ + "Ġte", + "en" + ], + [ + "f", + "ish" + ], + [ + "ĠC", + "ur" + ], + [ + "se", + "ction" + ], + [ + "Ġst", + "ores" + ], + [ + "hes", + "is" + ], + [ + "Ġcont", + "amin" + ], + [ + "Ġbe", + "ings" + ], + [ + "Ġh", + "ur" + ], + [ + "p", + "ress" + ], + [ + "ĠM", + "ill" + ], + [ + "Ġdiox", + "ide" + ], + [ + "Ġdist", + "urb" + ], + [ + "Ġc", + "ats" + ], + [ + "ish", + "ment" + ], + [ + "Ġemploy", + "ed" + ], + [ + "Ġn", + "erve" + ], + [ + "Ġdes", + "ert" + ], + [ + "g", + "ers" + ], + [ + "âĢ", + "ĺ" + ], + [ + "ĠRich", + "ard" + ], + [ + "s", + "uch" + ], + [ + "Ġcent", + "ers" + ], + [ + "ĠI", + "reland" + ], + [ + "us", + "hed" + ], + [ + "Ġput", + "ting" + ], + [ + "Ġre", + "verse" + ], + [ + "ov", + "en" + ], + [ + "ĠG", + "ard" + ], + [ + "Ġth", + "row" + ], + [ + "Ġjo", + "ined" + ], + [ + "Ġessential", + "ly" + ], + [ + "Ã", + "¶" + ], + [ + "er", + "ies" + ], + [ + "Ġin", + "her" + ], + [ + "Ġdoll", + "ars" + ], + [ + "ploy", + "ment" + ], + [ + "Ġadvant", + "ages" + ], + [ + "I", + "G" + ], + [ + "Ġf", + "urn" + ], + [ + "U", + "ltimately" + ], + [ + "Ġinter", + "f" + ], + [ + "Ġdep", + "ict" + ], + [ + "Al", + "so" + ], + [ + "op", + "eration" + ], + [ + "A", + "B" + ], + [ + "qu", + "ality" + ], + [ + "Ġstr", + "ange" + ], + [ + "ĠP", + "ract" + ], + [ + "Ġimprove", + "ments" + ], + [ + "ren", + "cy" + ], + [ + "Ġinit", + "ially" + ], + [ + "Ġb", + "iod" + ], + [ + "f", + "l" + ], + [ + "edi", + "at" + ], + [ + "e", + "ffect" + ], + [ + "ĠP", + "an" + ], + [ + "Ġrepresent", + "ing" + ], + [ + "Ġtw", + "enty" + ], + [ + "Ġcrit", + "eria" + ], + [ + "Ġpoly", + "nom" + ], + [ + "c", + "a" + ], + [ + "Ġsome", + "what" + ], + [ + "ed", + "y" + ], + [ + "Ġobs", + "erve" + ], + [ + "com", + "ing" + ], + [ + "Ġconsider", + "ation" + ], + [ + "Ġco", + "vers" + ], + [ + "m", + "ax" + ], + [ + "Ġterrit", + "ory" + ], + [ + "Ġprepar", + "ation" + ], + [ + "Ġcl", + "othing" + ], + [ + "ro", + "vers" + ], + [ + "al", + "ed" + ], + [ + "Ġcont", + "rad" + ], + [ + "it", + "tle" + ], + [ + "ac", + "her" + ], + [ + "Ġun", + "n" + ], + [ + "ĠRet", + "urn" + ], + [ + "Ġconstruct", + "ed" + ], + [ + "Ġob", + "esity" + ], + [ + "Ġhuman", + "ity" + ], + [ + "Ġparticip", + "ation" + ], + [ + "Ġob", + "st" + ], + [ + "Ġb", + "order" + ], + [ + "br", + "idge" + ], + [ + "Ġs", + "ession" + ], + [ + "ant", + "a" + ], + [ + "Ġd", + "ict" + ], + [ + "s", + "he" + ], + [ + "h", + "us" + ], + [ + "ar", + "ks" + ], + [ + "Ġres", + "il" + ], + [ + "Ġob", + "lig" + ], + [ + "Ġs", + "ail" + ], + [ + "Ġle", + "ct" + ], + [ + "Ġconf", + "ig" + ], + [ + "Ġad", + "j" + ], + [ + "se", + "y" + ], + [ + "it", + "t" + ], + [ + "Ġserv", + "ing" + ], + [ + "ĠH", + "ave" + ], + [ + "ear", + "ing" + ], + [ + "Ġin", + "hib" + ], + [ + "Ġdis", + "pl" + ], + [ + "Ġinteg", + "ration" + ], + [ + "Ġresult", + "ed" + ], + [ + "c", + "alled" + ], + [ + "Â", + "ł" + ], + [ + "ch", + "o" + ], + [ + "Ġvide", + "os" + ], + [ + "ĠCarol", + "ina" + ], + [ + "r", + "ary" + ], + [ + "i", + "ations" + ], + [ + "Ġsm", + "oking" + ], + [ + "O", + "C" + ], + [ + "____", + "____" + ], + [ + "Ġmeasure", + "ment" + ], + [ + "ĠB", + "ig" + ], + [ + "ĠO", + "h" + ], + [ + "Ġcomp", + "ounds" + ], + [ + "oc", + "c" + ], + [ + "Ġcl", + "ients" + ], + [ + "ast", + "ers" + ], + [ + "oc", + "y" + ], + [ + "Ġknow", + "ing" + ], + [ + "ĠR", + "ob" + ], + [ + "ĠChic", + "ago" + ], + [ + "ie", + "ve" + ], + [ + "ĠSp", + "ain" + ], + [ + "Ġinter", + "face" + ], + [ + "7", + "7" + ], + [ + "Ġsur", + "faces" + ], + [ + "rim", + "ination" + ], + [ + "ĠF", + "urthermore" + ], + [ + "ĠIt", + "alian" + ], + [ + "ell", + "a" + ], + [ + "Ġrep", + "air" + ], + [ + "i", + "h" + ], + [ + "Ġre", + "ward" + ], + [ + "ĠEx", + "pl" + ], + [ + "ir", + "ds" + ], + [ + "Ġgal", + "ax" + ], + [ + "Ġintellect", + "ual" + ], + [ + "Ġwa", + "iting" + ], + [ + "ut", + "ch" + ], + [ + "Ġclass", + "ic" + ], + [ + "p", + "y" + ], + [ + "Ġn", + "one" + ], + [ + "Ġm", + "ice" + ], + [ + "Ġtrad", + "itions" + ], + [ + "Ġsh", + "ot" + ], + [ + "Ġdef", + "e" + ], + [ + "ĠN", + "ative" + ], + [ + "Ġlist", + "ening" + ], + [ + "Ġmet", + "ers" + ], + [ + "En", + "ter" + ], + [ + "Ġre", + "cept" + ], + [ + "ĠEx", + "am" + ], + [ + "ĠN", + "orthern" + ], + [ + "ak", + "ed" + ], + [ + "Ã", + "³" + ], + [ + "Ġfac", + "ed" + ], + [ + "%", + ")" + ], + [ + "Ġrece", + "iving" + ], + [ + "Ġc", + "aught" + ], + [ + "Ġcomp", + "osed" + ], + [ + "os", + "ion" + ], + [ + "Ġeas", + "tern" + ], + [ + "ĠâĢ", + "¢" + ], + [ + "cy", + "cl" + ], + [ + "Ġal", + "ph" + ], + [ + "Ġtext", + "s" + ], + [ + "Ġo", + "d" + ], + [ + "Ġsm", + "ell" + ], + [ + "Ġpro", + "ceed" + ], + [ + "Ġar", + "ts" + ], + [ + "Ġcon", + "j" + ], + [ + "er", + "ior" + ], + [ + "c", + "ar" + ], + [ + "Ġen", + "emy" + ], + [ + "ĠF", + "re" + ], + [ + "ĠR", + "oyal" + ], + [ + "Ġn", + "ob" + ], + [ + "ĠCl", + "in" + ], + [ + "P", + "r" + ], + [ + "Ġmay", + "be" + ], + [ + "ĠW", + "here" + ], + [ + "u", + "h" + ], + [ + "ĠC", + "ancer" + ], + [ + "Ġcontrol", + "s" + ], + [ + "s", + "m" + ], + [ + "Ġnerv", + "ous" + ], + [ + "Ġaim", + "s" + ], + [ + "Ġexc", + "iting" + ], + [ + "te", + "en" + ], + [ + "Ġprof", + "it" + ], + [ + "ir", + "atory" + ], + [ + "Ġp", + "ed" + ], + [ + "Ġmotiv", + "ations" + ], + [ + "Ġsol", + "ving" + ], + [ + "Ġqu", + "ad" + ], + [ + "Ġmem", + "br" + ], + [ + "Ġent", + "ered" + ], + [ + "Ġgradu", + "ally" + ], + [ + "Ġexhib", + "it" + ], + [ + "Ġregard", + "less" + ], + [ + "Ġwith", + "draw" + ], + [ + "Ġpromot", + "ing" + ], + [ + "an", + "o" + ], + [ + "Ġd", + "ates" + ], + [ + "Ġmy", + "self" + ], + [ + "c", + "hen" + ], + [ + "Ġf", + "er" + ], + [ + "ĠVict", + "or" + ], + [ + "Ġd", + "ent" + ], + [ + "ut", + "s" + ], + [ + "Ġimmers", + "ive" + ], + [ + "ro", + "oms" + ], + [ + "Ġapp", + "lying" + ], + [ + "5", + "6" + ], + [ + "ĠBo", + "ard" + ], + [ + "ĠSim", + "ilar" + ], + [ + "Ġinfin", + "ite" + ], + [ + "Ġm", + "ir" + ], + [ + "Ġne", + "ither" + ], + [ + "Ġhead", + "s" + ], + [ + "Ġref", + "ine" + ], + [ + "u", + "gh" + ], + [ + "ĠP", + "M" + ], + [ + "Ġcoast", + "al" + ], + [ + "Ġent", + "ertain" + ], + [ + "Ġgr", + "id" + ], + [ + "Ġmyster", + "ious" + ], + [ + "Ġb", + "anks" + ], + [ + "Ġvis", + "ited" + ], + [ + "Ġher", + "self" + ], + [ + "Ġfac", + "ility" + ], + [ + "d", + "a" + ], + [ + "Ġbring", + "ing" + ], + [ + "Ġm", + "and" + ], + [ + "Ġh", + "olid" + ], + [ + "Ġheav", + "ily" + ], + [ + "ĠB", + "rown" + ], + [ + "plic", + "ate" + ], + [ + "ĠS", + "ing" + ], + [ + "P", + "er" + ], + [ + "Ġdest", + "ruction" + ], + [ + "ain", + "ing" + ], + [ + "5", + "8" + ], + [ + "ĠAcad", + "emy" + ], + [ + "Ġe", + "pid" + ], + [ + "Ġrel", + "ief" + ], + [ + "Ġst", + "roke" + ], + [ + "Ġexperien", + "cing" + ], + [ + "ĠA", + "ge" + ], + [ + "Ġhus", + "band" + ], + [ + "Ġsm", + "oke" + ], + [ + "ĠW", + "ood" + ], + [ + "a", + "ired" + ], + [ + "id", + "ity" + ], + [ + "Ġsou", + "l" + ], + [ + "C", + "omm" + ], + [ + "9", + "8" + ], + [ + "ĠP", + "enn" + ], + [ + "Ġcor", + "ner" + ], + [ + "ever", + "al" + ], + [ + "Ġchann", + "el" + ], + [ + "Ġp", + "apers" + ], + [ + "Ġm", + "eth" + ], + [ + "Ġhon", + "or" + ], + [ + "Ġaddress", + "ing" + ], + [ + "Â", + "·" + ], + [ + "Ġsens", + "ory" + ], + [ + "Ġlight", + "s" + ], + [ + "Ġpl", + "us" + ], + [ + "Ġiss", + "ued" + ], + [ + "ure", + "au" + ], + [ + "ĠE", + "ss" + ], + [ + "Ġcom", + "pl" + ], + [ + "Ġproduct", + "ivity" + ], + [ + "Ġdet", + "ection" + ], + [ + "b", + "ur" + ], + [ + "Ġbut", + "ter" + ], + [ + "ĠSc", + "ott" + ], + [ + "Ġp", + "od" + ], + [ + "Ġout", + "er" + ], + [ + "ĠMich", + "ael" + ], + [ + "Ġor", + "ient" + ], + [ + "Ġbr", + "anches" + ], + [ + "Ġtheore", + "m" + ], + [ + "ym", + "ph" + ], + [ + "Ġgrow", + "s" + ], + [ + "Ġunivers", + "al" + ], + [ + "ĠCom", + "put" + ], + [ + "Ġs", + "izes" + ], + [ + "Ġch", + "ick" + ], + [ + "Ġflo", + "at" + ], + [ + "Ġcoe", + "fficient" + ], + [ + "u", + "gg" + ], + [ + "Ġadequ", + "ate" + ], + [ + "ĠSc", + "iences" + ], + [ + "__", + "(" + ], + [ + "Ġcon", + "g" + ], + [ + "Ġabs", + "ence" + ], + [ + "Ġenc", + "ounter" + ], + [ + "Ġque", + "ue" + ], + [ + "Ġfocus", + "es" + ], + [ + "os", + "h" + ], + [ + "Ġmod", + "ify" + ], + [ + "ĠAg", + "ricult" + ], + [ + "c", + "ies" + ], + [ + "f", + "oot" + ], + [ + "es", + "is" + ], + [ + "Ġstre", + "ets" + ], + [ + "ht", + "ml" + ], + [ + "Ġvol", + "can" + ], + [ + "ĠSc", + "ot" + ], + [ + "Ġis", + "lands" + ], + [ + "ĠC", + "ap" + ], + [ + "Ġas", + "c" + ], + [ + "ang", + "er" + ], + [ + "L", + "ear" + ], + [ + "ĠF", + "ort" + ], + [ + "Ġun", + "expected" + ], + [ + "ple", + "te" + ], + [ + "Ġobserv", + "ation" + ], + [ + "Ġsubst", + "ances" + ], + [ + "Ġimm", + "igr" + ], + [ + "Ġsc", + "hed" + ], + [ + "Ġsubsequ", + "ent" + ], + [ + "Ġlaun", + "ched" + ], + [ + "ĠCl", + "imate" + ], + [ + "ĠL", + "anguage" + ], + [ + "A", + "pp" + ], + [ + "b", + "les" + ], + [ + "S", + "u" + ], + [ + "ne", + "xt" + ], + [ + "Ġun", + "w" + ], + [ + "lish", + "ing" + ], + [ + "Ġl", + "ibr" + ], + [ + "ind", + "er" + ], + [ + "Ġinterp", + "re" + ], + [ + "ĠT", + "imes" + ], + [ + "Ġphot", + "o" + ], + [ + "d", + "imensional" + ], + [ + "Ġfor", + "th" + ], + [ + "Ġ", + "!" + ], + [ + "Ġtra", + "its" + ], + [ + "Ġne", + "ur" + ], + [ + "Ġsc", + "ope" + ], + [ + "Ġl", + "ake" + ], + [ + "Ġw", + "ine" + ], + [ + "ha", + "ust" + ], + [ + "Ġwe", + "igh" + ], + [ + "Ġbl", + "ind" + ], + [ + "ĠW", + "ik" + ], + [ + "Ġunder", + "t" + ], + [ + "Ġclean", + "ing" + ], + [ + "Ġremov", + "ing" + ], + [ + "ĠGra", + "nd" + ], + [ + "Ġb", + "low" + ], + [ + "Ġshe", + "et" + ], + [ + "Ġep", + "is" + ], + [ + "ĠInd", + "ians" + ], + [ + "C", + "ol" + ], + [ + "Ġam", + "pl" + ], + [ + "ĠWh", + "o" + ], + [ + "rit", + "ten" + ], + [ + "Ġdam", + "aged" + ], + [ + "Ġv", + "oid" + ], + [ + "op", + "es" + ], + [ + "Ġcom", + "plicated" + ], + [ + "ult", + "y" + ], + [ + "B", + "l" + ], + [ + "Ġwatch", + "ing" + ], + [ + "B", + "S" + ], + [ + "Ġcorre", + "l" + ], + [ + "op", + "les" + ], + [ + "Ġend", + "ed" + ], + [ + "Ġisol", + "ated" + ], + [ + "Ġpl", + "enty" + ], + [ + "ĠIn", + "it" + ], + [ + "Ġpres", + "ents" + ], + [ + "Ġassign", + "ed" + ], + [ + "Ġr", + "ivers" + ], + [ + "Ġelimin", + "ate" + ], + [ + "Ġsurpr", + "ising" + ], + [ + "ĠMore", + "over" + ], + [ + "que", + "ue" + ], + [ + "ĠP", + "ass" + ], + [ + "Ġinstall", + "ed" + ], + [ + "Ġearth", + "qu" + ], + [ + "C", + "A" + ], + [ + "Ġst", + "ead" + ], + [ + "Ġpo", + "ison" + ], + [ + "Ġev", + "il" + ], + [ + "ĠN", + "on" + ], + [ + "Ġburn", + "ing" + ], + [ + "I", + "R" + ], + [ + "Ġhigh", + "lights" + ], + [ + "ĠS", + "ometimes" + ], + [ + "Ġcar", + "b" + ], + [ + "Ġpublic", + "ation" + ], + [ + "ĠF", + "ree" + ], + [ + "Ġmult", + "ip" + ], + [ + "r", + "ated" + ], + [ + "p", + "ublic" + ], + [ + "Ġm", + "m" + ], + [ + "Ġt", + "ut" + ], + [ + "Ġarg", + "ue" + ], + [ + "Ġag", + "reed" + ], + [ + "Ġs", + "ought" + ], + [ + "Ġstrong", + "ly" + ], + [ + "ere", + "n" + ], + [ + "Ġfour", + "th" + ], + [ + "Ġelect", + "ro" + ], + [ + "Ġstim", + "ul" + ], + [ + "m", + "etic" + ], + [ + "5", + "7" + ], + [ + "Ġper", + "ception" + ], + [ + "Ġpres", + "erve" + ], + [ + "Ġinsp", + "ired" + ], + [ + "ĠI", + "D" + ], + [ + "le", + "te" + ], + [ + "ru", + "ption" + ], + [ + "ĠH", + "and" + ], + [ + "ĠJ", + "ack" + ], + [ + "Ġa", + "ward" + ], + [ + "ĠV", + "er" + ], + [ + "Ġdiagn", + "osed" + ], + [ + "Ġfarm", + "ing" + ], + [ + "Ġemphas", + "is" + ], + [ + "t", + "est" + ], + [ + "y", + "al" + ], + [ + "ĠL", + "ook" + ], + [ + "Ġvol", + "tage" + ], + [ + "rit", + "is" + ], + [ + "Ġj", + "ump" + ], + [ + "ĠD", + "espite" + ], + [ + "Ġprevent", + "ing" + ], + [ + "ro", + "x" + ], + [ + "Ġdef", + "ect" + ], + [ + "e", + "enth" + ], + [ + "ia", + "h" + ], + [ + "ĠGe", + "org" + ], + [ + "ĠB", + "efore" + ], + [ + "Ġstrugg", + "ling" + ], + [ + "Ġele", + "ction" + ], + [ + "Ġprov", + "en" + ], + [ + "ĠGu", + "ide" + ], + [ + "ell", + "o" + ], + [ + "ĠB", + "ab" + ], + [ + "Ġtem", + "ple" + ], + [ + "D", + "on" + ], + [ + "Ġmechan", + "ical" + ], + [ + "Ġexcess", + "ive" + ], + [ + "Ġcom", + "plain" + ], + [ + "Ġdecl", + "ared" + ], + [ + "Ġemot", + "ion" + ], + [ + "Ġhe", + "m" + ], + [ + "Ġimpl", + "ies" + ], + [ + "Ġimplement", + "ing" + ], + [ + "Ġpass", + "word" + ], + [ + "I", + "L" + ], + [ + "ĠValue", + "Error" + ], + [ + "el", + "esc" + ], + [ + "Ġdem", + "ands" + ], + [ + "ĠM", + "ethod" + ], + [ + "Ġfe", + "ver" + ], + [ + "Ġexam", + "ination" + ], + [ + "Ġfem", + "ales" + ], + [ + "U", + "T" + ], + [ + "Ġcomp", + "ound" + ], + [ + "Ġdo", + "i" + ], + [ + "ĠH", + "T" + ], + [ + "est", + "ion" + ], + [ + "rodu", + "ction" + ], + [ + "Ġtiss", + "ues" + ], + [ + "5", + "2" + ], + [ + "Ġn", + "ull" + ], + [ + "Ġbr", + "anch" + ], + [ + "f", + "ts" + ], + [ + "ĠL", + "y" + ], + [ + "Ġaut", + "on" + ], + [ + "Ġgr", + "ant" + ], + [ + "Ġsal", + "ary" + ], + [ + "ĠD", + "ig" + ], + [ + "Ġindic", + "ated" + ], + [ + "Ġen", + "ables" + ], + [ + "an", + "ing" + ], + [ + "vent", + "ions" + ], + [ + "Ġn", + "est" + ], + [ + "ĠY", + "ear" + ], + [ + "Ġacknow", + "led" + ], + [ + "Ġant", + "icip" + ], + [ + "Ġmeasure", + "ments" + ], + [ + "Ġm", + "os" + ], + [ + "Ġfall", + "s" + ], + [ + "Ġh", + "oles" + ], + [ + "ĠE", + "astern" + ], + [ + "Ġshap", + "ed" + ], + [ + "Ġsh", + "ock" + ], + [ + "az", + "ine" + ], + [ + "ir", + "us" + ], + [ + "Ġth", + "y" + ], + [ + "Ġins", + "ulin" + ], + [ + "ĠFace", + "book" + ], + [ + "Ġgain", + "ed" + ], + [ + "ĠA", + "ccess" + ], + [ + "Ġel", + "if" + ], + [ + "ap", + "se" + ], + [ + "Ġr", + "ice" + ], + [ + "Ġman", + "aging" + ], + [ + "r", + "ance" + ], + [ + "Ġmoist", + "ure" + ], + [ + "ĠII", + "I" + ], + [ + "Ġsh", + "arp" + ], + [ + "og", + "ether" + ], + [ + "Ġout", + "bre" + ], + [ + "Ġdiv", + "is" + ], + [ + "Ġdeep", + "ly" + ], + [ + "Ġmin", + "erals" + ], + [ + "Ġcarry", + "ing" + ], + [ + "Ġlegis", + "lation" + ], + [ + "ĠBra", + "zil" + ], + [ + "Ġpref", + "erences" + ], + [ + "ĠPart", + "y" + ], + [ + "n", + "ode" + ], + [ + "ĠM", + "er" + ], + [ + "Ġmere", + "ly" + ], + [ + "char", + "ge" + ], + [ + "Ġm", + "ales" + ], + [ + "Ġfac", + "es" + ], + [ + "et", + "ics" + ], + [ + "Ġas", + "p" + ], + [ + "i", + "ple" + ], + [ + ")", + "(" + ], + [ + "op", + "ic" + ], + [ + "Ġmort", + "ality" + ], + [ + "ĠOp", + "en" + ], + [ + "Ġsubstant", + "ial" + ], + [ + "d", + "ep" + ], + [ + "force", + "ment" + ], + [ + "Ġg", + "ro" + ], + [ + "Ġvictim", + "s" + ], + [ + "Ġtarget", + "ed" + ], + [ + "Ġdifficult", + "ies" + ], + [ + "Ġre", + "aching" + ], + [ + "Ġal", + "ive" + ], + [ + "ĠH", + "oly" + ], + [ + "S", + "im" + ], + [ + "Ġp", + "it" + ], + [ + "bo", + "oks" + ], + [ + "Ġstrength", + "s" + ], + [ + "Ġag", + "ents" + ], + [ + "Ġmin", + "ute" + ], + [ + "ĠAN", + "D" + ], + [ + "'", + "]" + ], + [ + "r", + "us" + ], + [ + "Ġdis", + "aster" + ], + [ + "Ġt", + "ons" + ], + [ + "her", + "ic" + ], + [ + "Âł", + "Âł" + ], + [ + "Ġst", + "ations" + ], + [ + "Ġmaintain", + "ed" + ], + [ + "Ġb", + "ath" + ], + [ + "Ġmin", + "ing" + ], + [ + "ĠG", + "iven" + ], + [ + "ĠS", + "il" + ], + [ + "Ġext", + "end" + ], + [ + "Ġuncertain", + "ty" + ], + [ + "m", + "edi" + ], + [ + "Ġeven", + "ing" + ], + [ + "al", + "a" + ], + [ + "Ġp", + "and" + ], + [ + "Ġsatis", + "faction" + ], + [ + "per", + "or" + ], + [ + "out", + "s" + ], + [ + "Ġthreat", + "s" + ], + [ + "Ġprint", + "ing" + ], + [ + "Ġhapp", + "ening" + ], + [ + "Ġor", + "gans" + ], + [ + "Ġcontem", + "porary" + ], + [ + "Ġmem", + "or" + ], + [ + "qu", + "it" + ], + [ + "Ġprincip", + "al" + ], + [ + "Ġscient", + "ist" + ], + [ + "C", + "H" + ], + [ + "n", + "ight" + ], + [ + "Ġh", + "orses" + ], + [ + "Ġext", + "ension" + ], + [ + "Ġcheck", + "ing" + ], + [ + "ĠSt", + "r" + ], + [ + "us", + "al" + ], + [ + "Ġfacilit", + "ate" + ], + [ + "g", + "ov" + ], + [ + "Ġun", + "iform" + ], + [ + "Ġwar", + "ning" + ], + [ + "Ġt", + "ub" + ], + [ + "b", + "ar" + ], + [ + "ixt", + "ure" + ], + [ + "Ġcent", + "re" + ], + [ + "Ġbi", + "ology" + ], + [ + "Ġquant", + "ity" + ], + [ + "ĠP", + "op" + ], + [ + "Ġr", + "itual" + ], + [ + "Ġautom", + "atically" + ], + [ + "Ġro", + "cks" + ], + [ + "Ġin", + "n" + ], + [ + "Ġarch", + "ae" + ], + [ + "Ġhe", + "aling" + ], + [ + "Ġor", + "bit" + ], + [ + "5", + "9" + ], + [ + "ac", + "ent" + ], + [ + "ĠD", + "ar" + ], + [ + "A", + "m" + ], + [ + "ou", + "nce" + ], + [ + "Ġequ", + "ally" + ], + [ + "17", + "9" + ], + [ + "E", + "ven" + ], + [ + "Ġcharacter", + "ized" + ], + [ + "Ġcont", + "rovers" + ], + [ + "d", + "isc" + ], + [ + "Ġbo", + "ys" + ], + [ + "ri", + "p" + ], + [ + "Ġlegis", + "l" + ], + [ + "Ġres", + "ident" + ], + [ + "ĠServ", + "ices" + ], + [ + "Ġ", + "ille" + ], + [ + "Ġcollect", + "ive" + ], + [ + "ĠH", + "y" + ], + [ + "Ġlight", + "ing" + ], + [ + "Ġloc", + "k" + ], + [ + "st", + "on" + ], + [ + "Ġc", + "av" + ], + [ + "re", + "ated" + ], + [ + "Ġc", + "ab" + ], + [ + "r", + "ane" + ], + [ + "Ġent", + "hus" + ], + [ + "Ġcapt", + "ured" + ], + [ + "og", + "a" + ], + [ + "l", + "en" + ], + [ + "Ġ", + "vel" + ], + [ + "Ġemb", + "ra" + ], + [ + "Ġd", + "ance" + ], + [ + "m", + "ers" + ], + [ + "Ġoper", + "ator" + ], + [ + "()", + ")" + ], + [ + "Ġsun", + "light" + ], + [ + "Ġencoura", + "ged" + ], + [ + "Ġt", + "or" + ], + [ + "he", + "alth" + ], + [ + "Ġsil", + "ver" + ], + [ + "ch", + "ild" + ], + [ + "ult", + "ane" + ], + [ + "Ġchann", + "els" + ], + [ + "Ġquant", + "um" + ], + [ + "ĠAs", + "k" + ], + [ + "re", + "ens" + ], + [ + "ree", + "k" + ], + [ + "Ġthan", + "ks" + ], + [ + "ĠFore", + "st" + ], + [ + "ĠP", + "et" + ], + [ + "ive", + "red" + ], + [ + "Ġvoc", + "abulary" + ], + [ + "Ġex", + "ceed" + ], + [ + "Ġconcl", + "usions" + ], + [ + "Ġcount", + "y" + ], + [ + "ow", + "ered" + ], + [ + "Ġp", + "ounds" + ], + [ + "Ġmin", + "im" + ], + [ + "ĠW", + "ord" + ], + [ + "ĠDe", + "v" + ], + [ + "16", + "0" + ], + [ + "ĠM", + "ult" + ], + [ + "Ġoffic", + "ers" + ], + [ + "Ġtarget", + "s" + ], + [ + "Ġph", + "arm" + ], + [ + "Ġk", + "ne" + ], + [ + "ĠKing", + "dom" + ], + [ + "Ġgluc", + "ose" + ], + [ + "Ġsp", + "ark" + ], + [ + "om", + "al" + ], + [ + "Ġre", + "w" + ], + [ + "Ġcomp", + "ens" + ], + [ + "ĠEar", + "ly" + ], + [ + "Ġver", + "b" + ], + [ + "act", + "ions" + ], + [ + "Ġmount", + "ains" + ], + [ + "Ġappro", + "ved" + ], + [ + "ĠL", + "o" + ], + [ + "ĠE", + "ffect" + ], + [ + "Ġupd", + "ate" + ], + [ + "Ġpan", + "el" + ], + [ + "ĠIr", + "ish" + ], + [ + "I", + "A" + ], + [ + "V", + "ID" + ], + [ + "Ġcomp", + "rom" + ], + [ + "Ġsatell", + "ite" + ], + [ + "Ġprint", + "ed" + ], + [ + "D", + "ata" + ], + [ + "il", + "ation" + ], + [ + "Ġrespons", + "ibilities" + ], + [ + "Ġbi", + "as" + ], + [ + "Ġmar", + "ks" + ], + [ + "Ġroad", + "s" + ], + [ + "ĠC", + "y" + ], + [ + "Ġt", + "urb" + ], + [ + "Ġsens", + "ors" + ], + [ + "Ġcomb", + "at" + ], + [ + "v", + "ol" + ], + [ + "}", + "\")" + ], + [ + "ast", + "y" + ], + [ + "Ġv", + "en" + ], + [ + "Ġcharacter", + "istic" + ], + [ + "Ġl", + "ung" + ], + [ + "Ġpu", + "zz" + ], + [ + "it", + "ure" + ], + [ + "Ġfair", + "ly" + ], + [ + "Ġcal", + "ories" + ], + [ + "S", + "he" + ], + [ + "Ġwid", + "th" + ], + [ + "ĠAd", + "v" + ], + [ + "Ġar", + "ise" + ], + [ + "Ġhon", + "est" + ], + [ + "Ġgir", + "l" + ], + [ + "er", + "ning" + ], + [ + "Ġst", + "yles" + ], + [ + "Ġord", + "ered" + ], + [ + "ĠR", + "om" + ], + [ + "Ġcap", + "abilities" + ], + [ + "ĠA", + "M" + ], + [ + "Ġad", + "m" + ], + [ + "Ġcall", + "ing" + ], + [ + "Ġf", + "old" + ], + [ + "Ġperform", + "ing" + ], + [ + "Ġavail", + "ability" + ], + [ + "erson", + "al" + ], + [ + "ad", + "y" + ], + [ + "Ġexpress", + "ions" + ], + [ + "Ġbl", + "o" + ], + [ + "Ġw", + "isdom" + ], + [ + "h", + "ost" + ], + [ + "Ġoccur", + "ring" + ], + [ + "ist", + "ers" + ], + [ + "es", + "ides" + ], + [ + "Ġy", + "e" + ], + [ + "imens", + "ions" + ], + [ + "Ġme", + "als" + ], + [ + "Ġcomm", + "ission" + ], + [ + "Ġart", + "if" + ], + [ + "ut", + "rition" + ], + [ + "Ġcr", + "im" + ], + [ + "Ġdef", + "ense" + ], + [ + "Ġillustr", + "ate" + ], + [ + "Ġbab", + "ies" + ], + [ + "Ġed", + "iting" + ], + [ + "Ġt", + "ables" + ], + [ + "s", + "en" + ], + [ + "ĠZ", + "eal" + ], + [ + "Ġclaim", + "ed" + ], + [ + "Ġcomprehens", + "ion" + ], + [ + "Ġprov", + "ed" + ], + [ + "Ġex", + "haust" + ], + [ + "Ġqu", + "arter" + ], + [ + "ĠH", + "ill" + ], + [ + "Ġint", + "ric" + ], + [ + "ĠS", + "at" + ], + [ + "Ġstreng", + "then" + ], + [ + "Ġsu", + "it" + ], + [ + "Ġfore", + "cast" + ], + [ + "rou", + "s" + ], + [ + "Ġcoun", + "sel" + ], + [ + "Ġvirus", + "es" + ], + [ + "Ġanal", + "ys" + ], + [ + "P", + "lease" + ], + [ + "Ġint", + "u" + ], + [ + "Ġestablish", + "ing" + ], + [ + "L", + "ist" + ], + [ + "Ġann", + "ounced" + ], + [ + "ĠMart", + "in" + ], + [ + "Ġpro", + "hib" + ], + [ + "ast", + "s" + ], + [ + "erv", + "ing" + ], + [ + "Ġbal", + "anced" + ], + [ + "ins", + "on" + ], + [ + "Ġdirect", + "ions" + ], + [ + "ot", + "ton" + ], + [ + "Ġord", + "ers" + ], + [ + "Ġkil", + "omet" + ], + [ + "Ġengine", + "ers" + ], + [ + "Ġkid", + "ney" + ], + [ + "Ġdo", + "se" + ], + [ + "se", + "ll" + ], + [ + "ap", + "es" + ], + [ + "ĠF", + "amily" + ], + [ + "og", + "rap" + ], + [ + "Ġed", + "itor" + ], + [ + "O", + "L" + ], + [ + "are", + "n" + ], + [ + "Ġher", + "itage" + ], + [ + "17", + "8" + ], + [ + "Ġdeterm", + "ining" + ], + [ + "Ġcomple", + "ment" + ], + [ + "Ġgent", + "le" + ], + [ + "ic", + "ing" + ], + [ + "inst", + "ance" + ], + [ + "o", + "ir" + ], + [ + "Ġdecre", + "ased" + ], + [ + "ĠAng", + "el" + ], + [ + "Ġsp", + "in" + ], + [ + "R", + "A" + ], + [ + "ig", + "an" + ], + [ + "Ġtele", + "vision" + ], + [ + "Ġar", + "rest" + ], + [ + "Ġflow", + "s" + ], + [ + "ĠA", + "st" + ], + [ + "Ġvers", + "ions" + ], + [ + "ĠP", + "rop" + ], + [ + "v", + "a" + ], + [ + "ĠĠĠĠ", + "Ġ" + ], + [ + "Ġla", + "id" + ], + [ + "ĠAtl", + "antic" + ], + [ + "Ġwind", + "ows" + ], + [ + "Ã", + "¢" + ], + [ + "Ġenc", + "ount" + ], + [ + "Ġw", + "ound" + ], + [ + "Ġus", + "ual" + ], + [ + "i", + "ological" + ], + [ + "Ġplan", + "ned" + ], + [ + "Ġmod", + "erate" + ], + [ + "Ġbre", + "aking" + ], + [ + "Ġs", + "essions" + ], + [ + "g", + "roup" + ], + [ + "Ġexp", + "on" + ], + [ + "Ġout", + "door" + ], + [ + "Ġaddress", + "ed" + ], + [ + "ĠJ", + "ac" + ], + [ + "Ġapp", + "eal" + ], + [ + "it", + "le" + ], + [ + "oc", + "ial" + ], + [ + "Ġc", + "ash" + ], + [ + "Ġmole", + "cular" + ], + [ + "ĠSpec", + "ial" + ], + [ + "Ġres", + "ist" + ], + [ + "Ġmus", + "ical" + ], + [ + "Ġsign", + "ed" + ], + [ + "Ġfin", + "ished" + ], + [ + ".", + "'" + ], + [ + "Ġcl", + "ock" + ], + [ + "[", + "'" + ], + [ + "Ġremov", + "al" + ], + [ + "Ġpan", + "els" + ], + [ + "ont", + "al" + ], + [ + "ĠOx", + "ford" + ], + [ + "ĠR", + "ock" + ], + [ + "R", + "eg" + ], + [ + "ĠE", + "U" + ], + [ + "Ġdec", + "ay" + ], + [ + "ib", + "l" + ], + [ + "ĠV", + "iet" + ], + [ + "m", + "es" + ], + [ + "Ġresearc", + "her" + ], + [ + "ĠPl", + "ant" + ], + [ + "ĠU", + "t" + ], + [ + "Ġdynam", + "ics" + ], + [ + "ask", + "a" + ], + [ + "Ġar", + "c" + ], + [ + "p", + "es" + ], + [ + "ĠR", + "esp" + ], + [ + "ĠP", + "o" + ], + [ + "Ġrare", + "ly" + ], + [ + "val", + "ues" + ], + [ + "Ġver", + "tical" + ], + [ + "ra", + "id" + ], + [ + "ĠCo", + "ast" + ], + [ + "ĠZeal", + "and" + ], + [ + "ip", + "edia" + ], + [ + "ĠRes", + "ources" + ], + [ + "the", + "less" + ], + [ + "0", + "8" + ], + [ + "ro", + "at" + ], + [ + "ĠIn", + "s" + ], + [ + "ad", + "ed" + ], + [ + "ari", + "os" + ], + [ + "7", + "2" + ], + [ + "Ġam", + "azing" + ], + [ + "Ġconver", + "ted" + ], + [ + "cycl", + "op" + ], + [ + "Ġfear", + "s" + ], + [ + "an", + "i" + ], + [ + "Ġrough", + "ly" + ], + [ + "Ġint", + "ensity" + ], + [ + "un", + "a" + ], + [ + "ut", + "ing" + ], + [ + "Ġexperim", + "ental" + ], + [ + "St", + "ep" + ], + [ + "ĠCh", + "ange" + ], + [ + "Ġcere", + "mon" + ], + [ + "ĠCol", + "l" + ], + [ + "Ġess", + "ence" + ], + [ + "Ġbe", + "es" + ], + [ + "T", + "P" + ], + [ + "ic", + "ular" + ], + [ + "t", + "rans" + ], + [ + "Ġwor", + "st" + ], + [ + "E", + "very" + ], + [ + "Ġnew", + "ly" + ], + [ + "ĠWind", + "ows" + ], + [ + "ĠE", + "qu" + ], + [ + "Ġt", + "elling" + ], + [ + "Ġsepar", + "ated" + ], + [ + "Ġmom", + "ents" + ], + [ + "ĠSec", + "urity" + ], + [ + "Ġhe", + "ating" + ], + [ + "Ġt", + "ube" + ], + [ + "om", + "er" + ], + [ + "Ġflex", + "ibility" + ], + [ + "ĠJ", + "ul" + ], + [ + "Ġche", + "st" + ], + [ + "br", + "id" + ], + [ + "ĠS", + "up" + ], + [ + "Ġd", + "ys" + ], + [ + "ill", + "a" + ], + [ + "it", + "als" + ], + [ + "Ġaud", + "io" + ], + [ + "Ġdef", + "end" + ], + [ + "Ġtown", + "s" + ], + [ + "ri", + "z" + ], + [ + "ĠF", + "und" + ], + [ + "Ġdel", + "ivered" + ], + [ + "Ġsit", + "ting" + ], + [ + "ĠAs", + "ian" + ], + [ + "ĠSec", + "ret" + ], + [ + "Ġclim", + "b" + ], + [ + "Ġtechn", + "ological" + ], + [ + "Ġopp", + "osed" + ], + [ + "ollow", + "ing" + ], + [ + "Ġdri", + "ver" + ], + [ + "qu", + "ir" + ], + [ + "Ġre", + "aches" + ], + [ + "l", + "ength" + ], + [ + "ib", + "er" + ], + [ + "B", + "ecause" + ], + [ + "Ġiniti", + "atives" + ], + [ + "S", + "ub" + ], + [ + "Ġo", + "dd" + ], + [ + "ĠV", + "en" + ], + [ + "ĠE", + "c" + ], + [ + "L", + "A" + ], + [ + "Ġ-", + ">" + ], + [ + "ĠAg", + "ency" + ], + [ + "Ġexp", + "enses" + ], + [ + "am", + "ine" + ], + [ + "Ġf", + "iction" + ], + [ + "Ġb", + "rows" + ], + [ + "Ġvis", + "iting" + ], + [ + "Ġview", + "ed" + ], + [ + "ĠDist", + "rict" + ], + [ + "Ġn", + "odes" + ], + [ + "ĠTh", + "ough" + ], + [ + "Ġcho", + "osing" + ], + [ + "Ġconfirm", + "ed" + ], + [ + "Ġh", + "oney" + ], + [ + "Ġpar", + "as" + ], + [ + "Ġemerg", + "ing" + ], + [ + "ual", + "ity" + ], + [ + "Ġevol", + "ved" + ], + [ + "ĠP", + "olic" + ], + [ + "Ġtreat", + "ing" + ], + [ + "Ġprocess", + "ed" + ], + [ + "ĠYou", + "ng" + ], + [ + "he", + "imer" + ], + [ + "Ġstruct", + "ural" + ], + [ + "E", + "d" + ], + [ + "Ġdiam", + "eter" + ], + [ + "ur", + "a" + ], + [ + "Ġmanif", + "est" + ], + [ + "Ġrad", + "ical" + ], + [ + "im", + "a" + ], + [ + "Ġra", + "b" + ], + [ + "Ġrec", + "over" + ], + [ + "pl", + "ant" + ], + [ + "Ġcompet", + "itive" + ], + [ + "Ġmetab", + "ol" + ], + [ + "et", + "te" + ], + [ + "Ġ", + "rom" + ], + [ + "Ġconsider", + "able" + ], + [ + "Ġprom", + "inent" + ], + [ + "ot", + "ype" + ], + [ + "h", + "yd" + ], + [ + "Ġprior", + "ity" + ], + [ + "Ġkeep", + "s" + ], + [ + "it", + "ory" + ], + [ + "ov", + "ascular" + ], + [ + "ĠCommun", + "ity" + ], + [ + "ĠPr", + "inc" + ], + [ + "Ġsen", + "ior" + ], + [ + "Ġflow", + "er" + ], + [ + "Ġaffect", + "ing" + ], + [ + "ĠB", + "ul" + ], + [ + "air", + "y" + ], + [ + "eng", + "er" + ], + [ + "Ġpers", + "u" + ], + [ + "ĠE", + "p" + ], + [ + "ful", + "ness" + ], + [ + "m", + "ain" + ], + [ + "Ġp", + "y" + ], + [ + "Ġspecial", + "ized" + ], + [ + "ru", + "it" + ], + [ + "Ġre", + "vers" + ], + [ + "at", + "us" + ], + [ + "ol", + "n" + ], + [ + "isc", + "o" + ], + [ + "Ġb", + "ag" + ], + [ + "Ġmist", + "akes" + ], + [ + "od", + "ed" + ], + [ + "am", + "ins" + ], + [ + "on", + "ym" + ], + [ + "Ġre", + "nt" + ], + [ + "T", + "oday" + ], + [ + "Ġconsum", + "e" + ], + [ + "Ġp", + "ace" + ], + [ + "17", + "7" + ], + [ + "Ġout", + "liers" + ], + [ + "Ġbre", + "eding" + ], + [ + "ĠS", + "ym" + ], + [ + "ĠNet", + "work" + ], + [ + "acc", + "o" + ], + [ + "at", + "ial" + ], + [ + "on", + "al" + ], + [ + "ip", + "her" + ], + [ + "Ġstrateg", + "ic" + ], + [ + "Ġac", + "ute" + ], + [ + "Ġecosystem", + "s" + ], + [ + "f", + "il" + ], + [ + "ĠT", + "ry" + ], + [ + "Ġatt", + "ribute" + ], + [ + "ĠM", + "el" + ], + [ + "Ġn", + "ice" + ], + [ + "Ġsh", + "orter" + ], + [ + "Ġefficient", + "ly" + ], + [ + "6", + "9" + ], + [ + "Ġab", + "normal" + ], + [ + "ID", + "S" + ], + [ + "Ġneut", + "ral" + ], + [ + "G", + "et" + ], + [ + "Ġt", + "ang" + ], + [ + "ĠC", + "P" + ], + [ + "Ġtend", + "ency" + ], + [ + "Ġto", + "t" + ], + [ + "Ġp", + "in" + ], + [ + "Ġra", + "cial" + ], + [ + "Ġscreen", + "ing" + ], + [ + "Ġc", + "ub" + ], + [ + "et", + "ing" + ], + [ + "ĠT", + "om" + ], + [ + "Ġpre", + "ced" + ], + [ + "ie", + "val" + ], + [ + "Ġtw", + "ist" + ], + [ + "ric", + "ts" + ], + [ + "Ġch", + "am" + ], + [ + "Ġsl", + "a" + ], + [ + "Ġdra", + "in" + ], + [ + "Ġdis", + "p" + ], + [ + "Ġir", + "rit" + ], + [ + "Ġun", + "ion" + ], + [ + "art", + "ers" + ], + [ + "et", + "ary" + ], + [ + "Ġany", + "where" + ], + [ + "end", + "ar" + ], + [ + "st", + "ory" + ], + [ + "Ġlearn", + "ers" + ], + [ + "ecess", + "ary" + ], + [ + "Ġj", + "oy" + ], + [ + "ol", + "esc" + ], + [ + "Ġspect", + "rum" + ], + [ + "Ġpregn", + "ant" + ], + [ + "ig", + "ue" + ], + [ + "Ġwhe", + "el" + ], + [ + "Ġliter", + "acy" + ], + [ + "Ġgrav", + "ity" + ], + [ + "Ġfun", + "g" + ], + [ + "Ġn", + "ose" + ], + [ + "Ġtraum", + "a" + ], + [ + "it", + "amin" + ], + [ + "0", + "2" + ], + [ + "ĠL", + "ar" + ], + [ + "Ġsim", + "ultane" + ], + [ + "v", + "in" + ], + [ + "ian", + "a" + ], + [ + "Ġpo", + "em" + ], + [ + "th", + "ritis" + ], + [ + "ĠN", + "az" + ], + [ + "Ġconscious", + "ness" + ], + [ + "Ġint", + "est" + ], + [ + "ram", + "e" + ], + [ + "Ġlow", + "est" + ], + [ + "Ġdram", + "atic" + ], + [ + "Ġvar", + "ieties" + ], + [ + "Ġmin", + "eral" + ], + [ + "Ġw", + "ider" + ], + [ + "Ġbig", + "ger" + ], + [ + "Ġcomp", + "ass" + ], + [ + "Ġbroad", + "er" + ], + [ + "Ġmov", + "ie" + ], + [ + "Ġch", + "ances" + ], + [ + "Ġplan", + "ets" + ], + [ + "b", + "ox" + ], + [ + "Ġinc", + "ent" + ], + [ + "Ġaccur", + "ately" + ], + [ + "ĠH", + "osp" + ], + [ + "Ġcontribut", + "ed" + ], + [ + "Ġreve", + "als" + ], + [ + "Ġinf", + "ant" + ], + [ + "Ġsc", + "ar" + ], + [ + "it", + "arian" + ], + [ + "Ġag", + "ent" + ], + [ + "inc", + "luding" + ], + [ + "th", + "rough" + ], + [ + "Ġdisc", + "rimination" + ], + [ + "Ġe", + "ase" + ], + [ + "arch", + "y" + ], + [ + "ĠAn", + "alysis" + ], + [ + "Ġed", + "ition" + ], + [ + "Ġinhabit", + "ants" + ], + [ + "Ġcry", + "pt" + ], + [ + "Ġall", + "oc" + ], + [ + "Ġnit", + "rogen" + ], + [ + "Ġro", + "se" + ], + [ + "ĠS", + "ign" + ], + [ + "al", + "m" + ], + [ + "Ġsla", + "very" + ], + [ + "Ġfish", + "ing" + ], + [ + "ĠS", + "ir" + ], + [ + "ĠM", + "S" + ], + [ + "Ġaf", + "raid" + ], + [ + "Ġch", + "lor" + ], + [ + "ed", + "u" + ], + [ + "Ġhard", + "er" + ], + [ + "Ġweap", + "ons" + ], + [ + "M", + "A" + ], + [ + "Ġg", + "ut" + ], + [ + "Ġben", + "e" + ], + [ + "at", + "hered" + ], + [ + "ust", + "ain" + ], + [ + "Ġreg", + "ulation" + ], + [ + "=", + "\"" + ], + [ + "Ġdut", + "y" + ], + [ + "r", + "t" + ], + [ + "Ġresp", + "iratory" + ], + [ + "ĠL", + "ow" + ], + [ + "ĠJohn", + "son" + ], + [ + "Ġcomput", + "ing" + ], + [ + "Ġaccom", + "pan" + ], + [ + "rep", + "rene" + ], + [ + "5", + "1" + ], + [ + "Ġ", + ")" + ], + [ + "Ġform", + "ing" + ], + [ + "Ġrob", + "ot" + ], + [ + "Ġnot", + "ion" + ], + [ + "Ġeld", + "er" + ], + [ + "Ġowners", + "hip" + ], + [ + "ost", + "on" + ], + [ + "Ġtem", + "porary" + ], + [ + "r", + "atic" + ], + [ + "Ġinvestig", + "ate" + ], + [ + "Ġjud", + "ge" + ], + [ + "on", + "omic" + ], + [ + "Ġpol", + "ar" + ], + [ + "ĠD", + "esc" + ], + [ + "y", + "er" + ], + [ + "ĠEm", + "ily" + ], + [ + "K", + "e" + ], + [ + "ĠB", + "ill" + ], + [ + "ios", + "ity" + ], + [ + "Ġident", + "ification" + ], + [ + "Ġmeas", + "uring" + ], + [ + "ĠWith", + "out" + ], + [ + "v", + "ard" + ], + [ + "st", + "ruction" + ], + [ + "g", + "ien" + ], + [ + "Ġfl", + "our" + ], + [ + "Ġtrans", + "lation" + ], + [ + "ĠAdminist", + "ration" + ], + [ + "ĠD", + "en" + ], + [ + "Ġsymbol", + "s" + ], + [ + "ĠM", + "oon" + ], + [ + "em", + "ia" + ], + [ + "Ġsequ", + "ences" + ], + [ + "Ġconvers", + "ion" + ], + [ + "are", + "r" + ], + [ + "v", + "als" + ], + [ + "ul", + "pt" + ], + [ + "so", + "ft" + ], + [ + "st", + "art" + ], + [ + "Ġc", + "as" + ], + [ + "ĠC", + "ast" + ], + [ + "Ġt", + "ack" + ], + [ + "Ġconc", + "erning" + ], + [ + "Ġscen", + "arios" + ], + [ + "elf", + "are" + ], + [ + "Ġbene", + "ath" + ], + [ + "Ġcontribut", + "ions" + ], + [ + "Ġ<", + "=" + ], + [ + "Ġrecy", + "cling" + ], + [ + "st", + "ep" + ], + [ + "Ġref", + "lection" + ], + [ + "EN", + "T" + ], + [ + "Ġg", + "iant" + ], + [ + "all", + "ow" + ], + [ + "Ġc", + "ul" + ], + [ + "V", + "al" + ], + [ + "Ġpolynom", + "ial" + ], + [ + "Ġbr", + "ush" + ], + [ + "ad", + "der" + ], + [ + "Ġcover", + "ing" + ], + [ + "Ġst", + "uff" + ], + [ + "ĠAm", + "ong" + ], + [ + "arent", + "s" + ], + [ + "Ġpost", + "s" + ], + [ + "ĠW", + "orks" + ], + [ + "ab", + "eth" + ], + [ + "Ġgr", + "anted" + ], + [ + "Ġcal", + "m" + ], + [ + "Ġd", + "uration" + ], + [ + "az", + "on" + ], + [ + "Ġp", + "estic" + ], + [ + "Ġprov", + "ider" + ], + [ + "i", + "ary" + ], + [ + "e", + "ut" + ], + [ + "Ġsub", + "sc" + ], + [ + "ou", + "red" + ], + [ + "se", + "mb" + ], + [ + "Ġse", + "gment" + ], + [ + "Ġmotiv", + "ation" + ], + [ + "Ġf", + "ed" + ], + [ + "Ġt", + "act" + ], + [ + "ep", + "ing" + ], + [ + "Ġt", + "ropical" + ], + [ + "Ġprotect", + "ing" + ], + [ + "ĠChrist", + "mas" + ], + [ + "Ġter", + "ror" + ], + [ + "oh", + "yd" + ], + [ + "Ġconf", + "erence" + ], + [ + "Ġreal", + "m" + ], + [ + "Ġtra", + "ct" + ], + [ + "ne", + "g" + ], + [ + "ĠCont", + "in" + ], + [ + "ĠM", + "en" + ], + [ + "Ġtax", + "es" + ], + [ + "Ġasse", + "ts" + ], + [ + "Ġmic", + "rosc" + ], + [ + "Ġrepresent", + "ative" + ], + [ + "ĠSw", + "ed" + ], + [ + "Ġwor", + "ship" + ], + [ + "Ġdis", + "abilities" + ], + [ + "up", + "s" + ], + [ + "Ġdet", + "ected" + ], + [ + "C", + "E" + ], + [ + "Ġreal", + "ized" + ], + [ + "ĠCent", + "re" + ], + [ + "Ġtrans", + "c" + ], + [ + "Ġreason", + "able" + ], + [ + "Ġsp", + "ort" + ], + [ + "ĠS", + "und" + ], + [ + "th", + "is" + ], + [ + "Ġinter", + "ior" + ], + [ + "Ġhaz", + "ard" + ], + [ + "ost", + "ic" + ], + [ + "Ġearl", + "iest" + ], + [ + "Ġopin", + "ions" + ], + [ + "Ġattribut", + "es" + ], + [ + "Ġgra", + "in" + ], + [ + "ĠDirect", + "or" + ], + [ + "0", + "7" + ], + [ + "Ġisol", + "ation" + ], + [ + "Ġcrim", + "inal" + ], + [ + "Ġmicro", + "b" + ], + [ + "Ġdiscuss", + "ions" + ], + [ + "Ġse", + "at" + ], + [ + "Ġprovid", + "ers" + ], + [ + "htt", + "p" + ], + [ + "Ġv", + "an" + ], + [ + "Ġord", + "inary" + ], + [ + "ĠĠĠĠ", + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ" + ], + [ + "Ġstra", + "in" + ], + [ + "inc", + "oln" + ], + [ + "ĠT", + "re" + ], + [ + "aw", + "are" + ], + [ + "ĠM", + "ath" + ], + [ + "Ġf", + "ellow" + ], + [ + "Ġimag", + "ination" + ], + [ + "A", + "re" + ], + [ + "Ġelect", + "ed" + ], + [ + "Ġbi", + "om" + ], + [ + "ĠW", + "all" + ], + [ + "k", + "et" + ], + [ + "ĠM", + "D" + ], + [ + "ĠHe", + "b" + ], + [ + "R", + "ef" + ], + [ + "Ġfriend", + "ly" + ], + [ + "Ġdis", + "put" + ], + [ + "r", + "ant" + ], + [ + "a", + "wn" + ], + [ + "Ġcon", + "qu" + ], + [ + "ry", + "pt" + ], + [ + "T", + "ra" + ], + [ + "om", + "atic" + ], + [ + "Ġloss", + "es" + ], + [ + "ĠA", + "R" + ], + [ + "Ġmar", + "g" + ], + [ + "Ġcom", + "plications" + ], + [ + "Ġwebs", + "ites" + ], + [ + "Ġanal", + "og" + ], + [ + "ĠD", + "ou" + ], + [ + "Ġbre", + "ed" + ], + [ + "Ġliter", + "ary" + ], + [ + "Ġstrugg", + "les" + ], + [ + "ĠF", + "our" + ], + [ + "Ġsuff", + "ered" + ], + [ + "Ġl", + "osing" + ], + [ + "ch", + "ron" + ], + [ + "Ġbo", + "at" + ], + [ + "Ġcon", + "ce" + ], + [ + "Ġdescript", + "ive" + ], + [ + "ac", + "ies" + ], + [ + ")", + "/" + ], + [ + "Ġsens", + "itivity" + ], + [ + "ĠOrgan", + "ization" + ], + [ + "Ġco", + "verage" + ], + [ + "ch", + "ain" + ], + [ + "Ġd", + "imensions" + ], + [ + "Ġreport", + "ing" + ], + [ + "Ġpack", + "age" + ], + [ + "Ġpros", + "pect" + ], + [ + "cent", + "ury" + ], + [ + "Ġprefer", + "red" + ], + [ + "Ġparam", + "eter" + ], + [ + "Ġdiff", + "er" + ], + [ + "Ġal", + "ert" + ], + [ + "ĠO", + "per" + ], + [ + "Ġcont", + "ribution" + ], + [ + "ĠEx", + "ample" + ], + [ + "Ġexam", + "ined" + ], + [ + "ĠN", + "ever" + ], + [ + "Ġexpand", + "ed" + ], + [ + "A", + "A" + ], + [ + "ĠN", + "ov" + ], + [ + "low", + "er" + ], + [ + "Ġpe", + "oples" + ], + [ + "Ġvari", + "ations" + ], + [ + "p", + "re" + ], + [ + "ment", + "ed" + ], + [ + "Ġcolumn", + "s" + ], + [ + "P", + "art" + ], + [ + "Ġaim", + "ed" + ], + [ + "Ġpay", + "ment" + ], + [ + "f", + "e" + ], + [ + "Ġinter", + "ventions" + ], + [ + "Ġstri", + "ke" + ], + [ + "Ġinequ", + "ality" + ], + [ + "Ġnot", + "ing" + ], + [ + "m", + "m" + ], + [ + "Ġfra", + "ction" + ], + [ + "Ġcontain", + "er" + ], + [ + "F", + "urthermore" + ], + [ + "Ġph", + "osph" + ], + [ + "ĠN", + "ote" + ], + [ + "Ġderiv", + "ative" + ], + [ + "ro", + "ot" + ], + [ + "Ġsuper", + "ior" + ], + [ + "y", + "o" + ], + [ + "ĠTh", + "ree" + ], + [ + "Ġcl", + "ub" + ], + [ + "ĠColumb", + "ia" + ], + [ + "Ġtem", + "por" + ], + [ + "er", + "a" + ], + [ + "Ġath", + "let" + ], + [ + "ail", + "ed" + ], + [ + "Ġrel", + "ate" + ], + [ + "Ġast", + "hma" + ], + [ + "Ġm", + "ine" + ], + [ + "Ġra", + "ises" + ], + [ + "ĠKore", + "a" + ], + [ + "im", + "p" + ], + [ + "ĠI", + "V" + ], + [ + "ol", + "ving" + ], + [ + "ograph", + "ical" + ], + [ + "epend", + "ent" + ], + [ + "Ġbu", + "ff" + ], + [ + "Ġcy", + "ber" + ], + [ + "Ġdis", + "m" + ], + [ + "un", + "icip" + ], + [ + "Ġcould", + "n" + ], + [ + "D", + "espite" + ], + [ + "5", + "4" + ], + [ + "Ġag", + "ed" + ], + [ + "Ġphysic", + "ian" + ], + [ + "B", + "efore" + ], + [ + "Ġb", + "omb" + ], + [ + "Ġclass", + "ical" + ], + [ + "ĠSu", + "per" + ], + [ + "Ġdev", + "ast" + ], + [ + "ail", + "able" + ], + [ + "Ġaddress", + "es" + ], + [ + "Ġl", + "ens" + ], + [ + "C", + "P" + ], + [ + "Ġact", + "ively" + ], + [ + ")", + "|" + ], + [ + "z", + "heimer" + ], + [ + "Ġst", + "ood" + ], + [ + "Ġvers", + "us" + ], + [ + "ir", + "ms" + ], + [ + "----", + "----" + ], + [ + "as", + "ant" + ], + [ + "Ġd", + "rought" + ], + [ + "Ġdiet", + "ary" + ], + [ + "Ġhorm", + "one" + ], + [ + "ĠT", + "im" + ], + [ + "cept", + "ions" + ], + [ + "b", + "a" + ], + [ + "Ġmanufacture", + "rs" + ], + [ + "Ġs", + "oph" + ], + [ + "Ġcool", + "ing" + ], + [ + "Ġm", + "ixture" + ], + [ + "ad", + "vant" + ], + [ + "our", + "se" + ], + [ + "r", + "ange" + ], + [ + "Ġreal", + "istic" + ], + [ + "Ġdri", + "vers" + ], + [ + "Over", + "all" + ], + [ + "Ġdirect", + "ed" + ], + [ + "Ġind", + "igenous" + ], + [ + "Ġwrit", + "es" + ], + [ + "5", + "3" + ], + [ + "Ġconc", + "luded" + ], + [ + "ĠT", + "able" + ], + [ + "u", + "ine" + ], + [ + "ĠB", + "al" + ], + [ + "u", + "ro" + ], + [ + "ĠH", + "or" + ], + [ + "ud", + "e" + ], + [ + "ĠJ", + "o" + ], + [ + "res", + "hold" + ], + [ + "Ġperce", + "ived" + ], + [ + "Ġen", + "orm" + ], + [ + "Th", + "rough" + ], + [ + "roll", + "ed" + ], + [ + "Ġsp", + "r" + ], + [ + "al", + "ities" + ], + [ + "Ġcontribut", + "ing" + ], + [ + "Ġrow", + "s" + ], + [ + "Ġsur", + "ge" + ], + [ + "Ġbreak", + "s" + ], + [ + "Ġsoc", + "ieties" + ], + [ + "Ġir", + "rig" + ], + [ + "ĠCal", + "cul" + ], + [ + "Ġevalu", + "ating" + ], + [ + "ĠPl", + "ay" + ], + [ + "Ġcomb", + "ine" + ], + [ + "Ġopt", + "imal" + ], + [ + "oc", + "ity" + ], + [ + "acc", + "i" + ], + [ + "ĠN", + "ode" + ], + [ + "Ġsl", + "aves" + ], + [ + "ĠR", + "h" + ], + [ + "Ġapprec", + "iate" + ], + [ + "H", + "D" + ], + [ + "Ġfu", + "els" + ], + [ + "Ġd", + "ense" + ], + [ + "Ġsus", + "cept" + ], + [ + "Ġsettle", + "ment" + ], + [ + "Ġadv", + "is" + ], + [ + "O", + "M" + ], + [ + "n", + "ected" + ], + [ + "Ġhard", + "ware" + ], + [ + "Ġf", + "ing" + ], + [ + "Ġf", + "lying" + ], + [ + "ish", + "op" + ], + [ + "f", + "irst" + ], + [ + "d", + "ig" + ], + [ + "Ġc", + "ort" + ], + [ + "Ġremark", + "able" + ], + [ + "Ġo", + "v" + ], + [ + "Ġfunction", + "ing" + ], + [ + "pl", + "ed" + ], + [ + "Ġdescrib", + "ing" + ], + [ + "0", + "6" + ], + [ + "un", + "ct" + ], + [ + "Ġdo", + "ors" + ], + [ + "ĠT", + "op" + ], + [ + "ool", + "s" + ], + [ + "ĠI", + "T" + ], + [ + "1", + "10" + ], + [ + "Ġcontrad", + "ict" + ], + [ + "ĠEngine", + "ering" + ], + [ + "o", + "ose" + ], + [ + "Ġfall", + "ing" + ], + [ + "ĠP", + "ot" + ], + [ + "ann", + "ed" + ], + [ + "Ġm", + "old" + ], + [ + "ĠM", + "ax" + ], + [ + "ĠY", + "es" + ], + [ + "9", + "6" + ], + [ + "Ġhe", + "nce" + ], + [ + "ĠC", + "a" + ], + [ + "Ġper", + "mission" + ], + [ + "Ġprom", + "ise" + ], + [ + "Ġnot", + "iced" + ], + [ + "Ġhapp", + "iness" + ], + [ + "Ġbl", + "ess" + ], + [ + "van", + "ia" + ], + [ + "Ġmagn", + "itude" + ], + [ + "Ġh", + "ier" + ], + [ + "Ġremain", + "der" + ], + [ + "ru", + "g" + ], + [ + "Ġatt", + "ach" + ], + [ + "Ġsus", + "pect" + ], + [ + "ac", + "les" + ], + [ + "Ġdr", + "inks" + ], + [ + "ĠMod", + "el" + ], + [ + "Ġint", + "rig" + ], + [ + "Ġens", + "ures" + ], + [ + "Ġim", + "aging" + ], + [ + "Ġcomp", + "aring" + ], + [ + "Ġt", + "on" + ], + [ + "Ġsav", + "ings" + ], + [ + "eli", + "hood" + ], + [ + "Ġinc", + "ident" + ], + [ + "Ġrep", + "utation" + ], + [ + "ir", + "th" + ], + [ + "Ġr", + "anges" + ], + [ + "Ġg", + "ases" + ], + [ + "Ġfar", + "ms" + ], + [ + "ĠSup", + "reme" + ], + [ + "Ġgod", + "s" + ], + [ + "Ġavoid", + "ing" + ], + [ + "ĠB", + "usiness" + ], + [ + "Ġpl", + "ain" + ], + [ + "iz", + "abeth" + ], + [ + "Ġphenomen", + "a" + ], + [ + "Ġcop", + "per" + ], + [ + "ĠP", + "ak" + ], + [ + "Ġsmall", + "est" + ], + [ + "M", + "ay" + ], + [ + "Ġbut", + "ton" + ], + [ + "ĠAut", + "hor" + ], + [ + "spec", + "ific" + ], + [ + "Ġsuggest", + "ing" + ], + [ + "Ġacqu", + "ired" + ], + [ + "ĠC", + "urrent" + ], + [ + "l", + "ied" + ], + [ + "ment", + "al" + ], + [ + "ne", + "ys" + ], + [ + "Pe", + "ople" + ], + [ + "Ġprof", + "ile" + ], + [ + "er", + "ated" + ], + [ + "ĠSaf", + "ety" + ], + [ + "ĠL", + "ead" + ], + [ + "Ġinst", + "ances" + ], + [ + "ĠL", + "ee" + ], + [ + "Ġmind", + "s" + ], + [ + "Ġun", + "cle" + ], + [ + "ĠP", + "oint" + ], + [ + "Ġiniti", + "ative" + ], + [ + "U", + "nder" + ], + [ + "ĠC", + "ode" + ], + [ + "Ġconsum", + "ed" + ], + [ + "Ġchar", + "ged" + ], + [ + "othe", + "rapy" + ], + [ + "Ġeng", + "ines" + ], + [ + "ut", + "en" + ], + [ + "ĠD", + "es" + ], + [ + "%", + "," + ], + [ + "ĠL", + "ight" + ], + [ + "Ġthere", + "by" + ], + [ + "Ġh", + "all" + ], + [ + "Ġent", + "ering" + ], + [ + "pl", + "ate" + ], + [ + "Ġprop", + "ag" + ], + [ + "Ġtrack", + "ing" + ], + [ + "Ġold", + "est" + ], + [ + "<", + "/" + ], + [ + "Ġpart", + "ial" + ], + [ + "Ġgard", + "ens" + ], + [ + "on", + "acci" + ], + [ + "Ġc", + "oc" + ], + [ + "Ġdem", + "ocracy" + ], + [ + "Ġworks", + "he" + ], + [ + "Ġover", + "view" + ], + [ + "ogen", + "ic" + ], + [ + "Ġra", + "ising" + ], + [ + "Ġdel", + "icate" + ], + [ + "et", + "t" + ], + [ + "ĠF", + "igure" + ], + [ + "ĠSt", + "ar" + ], + [ + "Ġcat", + "tle" + ], + [ + "Ġcont", + "ents" + ], + [ + "Ġac", + "res" + ], + [ + "ĠL", + "iter" + ], + [ + "E", + "ar" + ], + [ + "Ġcomp", + "ost" + ], + [ + "ig", + "inal" + ], + [ + "f", + "ront" + ], + [ + "k", + "ind" + ], + [ + "ĠU", + "r" + ], + [ + "Ġd", + "ress" + ], + [ + "ĠC", + "ross" + ], + [ + "Ġ", + "?" + ], + [ + "st", + "ack" + ], + [ + "S", + "ec" + ], + [ + "Ġequ", + "ality" + ], + [ + "ri", + "ze" + ], + [ + "Ġr", + "an" + ], + [ + "Ġdest", + "ination" + ], + [ + "h", + "y" + ], + [ + "Ġphys", + "ically" + ], + [ + "ak", + "a" + ], + [ + "Ex", + "ample" + ], + [ + "E", + "F" + ], + [ + "Ġm", + "g" + ], + [ + "Ġun", + "e" + ], + [ + "Ab", + "out" + ], + [ + "app", + "ed" + ], + [ + "ĠLear", + "n" + ], + [ + "Ġinc", + "orrect" + ], + [ + "Ġt", + "ends" + ], + [ + "Ġqu", + "ery" + ], + [ + "ĠI", + "ran" + ], + [ + "Ġsc", + "ulpt" + ], + [ + "Ġmon", + "u" + ], + [ + "Ġeduc", + "ators" + ], + [ + "iox", + "id" + ], + [ + "Ġref", + "erences" + ], + [ + "Ġbat", + "teries" + ], + [ + "ac", + "hers" + ], + [ + "Ġwonder", + "ful" + ], + [ + "Ġaccompl", + "ish" + ], + [ + "ĠJe", + "ff" + ], + [ + "Ġlibr", + "aries" + ], + [ + "f", + "ast" + ], + [ + "Ġ(", + "\"" + ], + [ + "o", + "il" + ], + [ + "ange", + "red" + ], + [ + "Ġther", + "mal" + ], + [ + "Ġg", + "ift" + ], + [ + "ook", + "ing" + ], + [ + "Ġreplace", + "ment" + ], + [ + "I", + "F" + ], + [ + "Ġaut", + "ism" + ], + [ + "W", + "here" + ], + [ + "ith", + "metic" + ], + [ + "Ġpriv", + "ile" + ], + [ + "ĠB", + "oston" + ], + [ + "opy", + "right" + ], + [ + "f", + "ol" + ], + [ + "uck", + "y" + ], + [ + "eg", + "in" + ], + [ + "rou", + "d" + ], + [ + "ĠFor", + "ce" + ], + [ + "P", + "re" + ], + [ + "ans", + "as" + ], + [ + "ĠF", + "ire" + ], + [ + "Ġcra", + "ck" + ], + [ + "Ġro", + "yal" + ], + [ + "Ġdifferent", + "ly" + ], + [ + "Ġc", + "ow" + ], + [ + "f", + "ound" + ], + [ + "ĠChrist", + "ians" + ], + [ + "Ġatt", + "itude" + ], + [ + "Ġnutri", + "ent" + ], + [ + "ust", + "ration" + ], + [ + "if", + "ier" + ], + [ + "er", + "b" + ], + [ + "Ġco", + "operation" + ], + [ + "erc", + "ury" + ], + [ + "Ġhunt", + "ing" + ], + [ + "ĠCO", + "VID" + ], + [ + "ĠOn", + "line" + ], + [ + "ĠQue", + "en" + ], + [ + "ĠDiv", + "ision" + ], + [ + "Ġmeet", + "ings" + ], + [ + "Ġsl", + "ave" + ], + [ + "ĠF", + "ather" + ], + [ + "Ġad", + "verse" + ], + [ + "M", + "P" + ], + [ + "sy", + "l" + ], + [ + "ĠSp", + "ir" + ], + [ + "Ġplant", + "ing" + ], + [ + "ĠOh", + "io" + ], + [ + "Ġoffic", + "er" + ], + [ + "Ġsurpr", + "ise" + ], + [ + "O", + "P" + ], + [ + "Ġst", + "ones" + ], + [ + "s", + "or" + ], + [ + "Ù", + "İ" + ], + [ + "ert", + "y" + ], + [ + "Ġopt", + "imize" + ], + [ + "Ġro", + "oms" + ], + [ + "Ġdes", + "ires" + ], + [ + "Ġexp", + "ed" + ], + [ + "Ġinput", + "s" + ], + [ + "ĠM", + "ah" + ], + [ + "ĠK", + "en" + ], + [ + "S", + "m" + ], + [ + "Ġf", + "inger" + ], + [ + "Ġequ", + "ipped" + ], + [ + "as", + "hes" + ], + [ + "fore", + "st" + ], + [ + "Ġstop", + "ped" + ], + [ + "Ġconven", + "ient" + ], + [ + "Ġcollect", + "ions" + ], + [ + "Ġin", + "herent" + ], + [ + "A", + "ccount" + ], + [ + "Ġh", + "at" + ], + [ + "There", + "fore" + ], + [ + "m", + "ade" + ], + [ + "res", + "ult" + ], + [ + "Ġsurround", + "ed" + ], + [ + "Ġrestaur", + "ant" + ], + [ + "Ġchem", + "istry" + ], + [ + "Ġver", + "te" + ], + [ + "Ġbelie", + "ves" + ], + [ + "ĠAl", + "zheimer" + ], + [ + "Ġdr", + "ives" + ], + [ + "amp", + "s" + ], + [ + "ĠRo", + "ad" + ], + [ + "Ġs", + "q" + ], + [ + "Ġprior", + "ities" + ], + [ + "Ġdig", + "it" + ], + [ + "E", + "ach" + ], + [ + "c", + "al" + ], + [ + "i", + "op" + ], + [ + "og", + "s" + ], + [ + "Ġreview", + "s" + ], + [ + "Ġachieve", + "ment" + ], + [ + "Ġaltern", + "atives" + ], + [ + "Ġunn", + "ecessary" + ], + [ + "ĠProt", + "ection" + ], + [ + "Ġconvers", + "ations" + ], + [ + "ric", + "ted" + ], + [ + "Ġb", + "are" + ], + [ + "Ġm", + "es" + ], + [ + "Ġencoura", + "ging" + ], + [ + "Ġlik", + "elihood" + ], + [ + "ĠC", + "ell" + ], + [ + "Ġupd", + "ates" + ], + [ + "at", + "al" + ], + [ + "Ġsh", + "oot" + ], + [ + "Ġf", + "et" + ], + [ + "Ġer", + "u" + ], + [ + "Ġassum", + "ption" + ], + [ + "ĠArt", + "icle" + ], + [ + "ĠE", + "r" + ], + [ + "Ġwhe", + "at" + ], + [ + "Ġrep", + "et" + ], + [ + "erm", + "an" + ], + [ + "Ġmin", + "imal" + ], + [ + "ĠL", + "incoln" + ], + [ + "Ġbiod", + "iversity" + ], + [ + "0", + "9" + ], + [ + "op", + "her" + ], + [ + "Ġs", + "ad" + ], + [ + "Ġdeg", + "rad" + ], + [ + "Ġtrib", + "es" + ], + [ + "ĠP", + "en" + ], + [ + "b", + "acks" + ], + [ + "g", + "ency" + ], + [ + "p", + "ower" + ], + [ + "Ġopp", + "osition" + ], + [ + "Ġhousehold", + "s" + ], + [ + "Ġstake", + "holders" + ], + [ + "Ġgener", + "ating" + ], + [ + "Ġking", + "dom" + ], + [ + "Ġadop", + "t" + ], + [ + "Ġrepe", + "at" + ], + [ + "Ġreflect", + "s" + ], + [ + "Ġunlike", + "ly" + ], + [ + "im", + "ents" + ], + [ + "Ġelse", + "where" + ], + [ + "Ġassum", + "ed" + ], + [ + "Ġlast", + "ing" + ], + [ + "aus", + "es" + ], + [ + "Ġgold", + "en" + ], + [ + "f", + "ting" + ], + [ + "Ġpsych", + "ology" + ], + [ + "Ġinsp", + "iration" + ], + [ + "Ġprotect", + "ive" + ], + [ + "ĠMin", + "ister" + ], + [ + "7", + "6" + ], + [ + "for", + "ward" + ], + [ + "y", + "ou" + ], + [ + "E", + "E" + ], + [ + "Ġregard", + "ed" + ], + [ + "Ġl", + "aser" + ], + [ + "Ġcol", + "ony" + ], + [ + "Ġra", + "c" + ], + [ + "ĠEx", + "plain" + ], + [ + "Ġdomin", + "ant" + ], + [ + "ĠK", + "ar" + ], + [ + "ph", + "r" + ], + [ + "am", + "ination" + ], + [ + "12", + "3" + ], + [ + "Ġo", + "m" + ], + [ + "Ġint", + "ention" + ], + [ + "ĠTh", + "ink" + ], + [ + "Ġcandid", + "ate" + ], + [ + "Ġev", + "ident" + ], + [ + "m", + "ble" + ], + [ + "Ġexcl", + "usive" + ], + [ + "The", + "n" + ], + [ + "ap", + "or" + ], + [ + "Ġsoph", + "istic" + ], + [ + "Ġdist", + "ant" + ], + [ + "iz", + "z" + ], + [ + "ĠCons", + "ervation" + ], + [ + "Ġfl", + "ash" + ], + [ + "ĠSur", + "vey" + ], + [ + "Ġpl", + "ots" + ], + [ + "H", + "ist" + ], + [ + "Ġbacter", + "ial" + ], + [ + "7", + "00" + ], + [ + "Ġcommit", + "tee" + ], + [ + "em", + "b" + ], + [ + "Ġinc", + "om" + ], + [ + "red", + "ict" + ], + [ + "Ġhabit", + "ats" + ], + [ + "ĠSp", + "ring" + ], + [ + "Ġmodel", + "ing" + ], + [ + "Ġsens", + "or" + ], + [ + "Ġargu", + "ed" + ], + [ + "Ġp", + "H" + ], + [ + "Ġ", + "Ð" + ], + [ + "Ġcomp", + "act" + ], + [ + "Ġoverwhel", + "ming" + ], + [ + "Ġha", + "ven" + ], + [ + "Ġsp", + "ots" + ], + [ + "Ġthreat", + "ened" + ], + [ + "k", + "l" + ], + [ + "St", + "ring" + ], + [ + "Ġvary", + "ing" + ], + [ + "Ġsearch", + "ing" + ], + [ + "Ġvisual", + "ization" + ], + [ + "com", + "p" + ], + [ + "Ġabandon", + "ed" + ], + [ + "Ġinflu", + "ences" + ], + [ + "Ġcolon", + "ial" + ], + [ + "Ġgen", + "uine" + ], + [ + "ĠEd", + "ward" + ], + [ + "iv", + "ate" + ], + [ + "g", + "ence" + ], + [ + "Rem", + "ember" + ], + [ + "az", + "e" + ], + [ + "Ġprec", + "ision" + ], + [ + "Ġsp", + "oken" + ], + [ + "Ġrec", + "all" + ], + [ + "Ġpoint", + "ed" + ], + [ + "ĠAss", + "ess" + ], + [ + "dr", + "iven" + ], + [ + "Al", + "ternatively" + ], + [ + "ĠScot", + "land" + ], + [ + "ĠPolic", + "y" + ], + [ + "ĠHeb", + "rew" + ], + [ + "Ġantibiot", + "ics" + ], + [ + "ĠL", + "ast" + ], + [ + "ocol", + "ate" + ], + [ + "o", + "is" + ], + [ + "ĠRead", + "ing" + ], + [ + "Ġ", + ";" + ], + [ + "Ġr", + "anging" + ], + [ + "Ġconcentr", + "ations" + ], + [ + ".", + ")." + ], + [ + "Ġwe", + "aring" + ], + [ + "ĠRem", + "ember" + ], + [ + "Ġdist", + "inction" + ], + [ + "=", + "=" + ], + [ + "C", + "ar" + ], + [ + "ĠF", + "act" + ], + [ + "syl", + "vania" + ], + [ + "Ġdis", + "pos" + ], + [ + "Ġqual", + "ities" + ], + [ + "ĠS", + "and" + ], + [ + "C", + "R" + ], + [ + "Ġco", + "in" + ], + [ + "Ġm", + "igration" + ], + [ + "Ġb", + "in" + ], + [ + "Ġdist", + "ances" + ], + [ + "Ġt", + "ong" + ], + [ + "end", + "ment" + ], + [ + "Ġcontroll", + "ing" + ], + [ + "Ġc", + "ord" + ], + [ + "Ġsum", + "mar" + ], + [ + "ĠUn", + "fortunately" + ], + [ + "Ġrelat", + "able" + ], + [ + "ĠHe", + "art" + ], + [ + "Ar", + "t" + ], + [ + "Ġpil", + "ot" + ], + [ + "O", + "D" + ], + [ + "Ġwould", + "n" + ], + [ + "Ġcommunic", + "ations" + ], + [ + "Ġdefin", + "itely" + ], + [ + "ĠFranc", + "isco" + ], + [ + "Ġs", + "ale" + ], + [ + "use", + "t" + ], + [ + "reg", + "ation" + ], + [ + "Ġk", + "illing" + ], + [ + "usal", + "em" + ], + [ + "Ġadapt", + "ed" + ], + [ + "Ġres", + "c" + ], + [ + "Ġunc", + "over" + ], + [ + "Ġm", + "ouse" + ], + [ + "ĠCam", + "bridge" + ], + [ + "0", + "3" + ], + [ + "ra", + "q" + ], + [ + "ens", + "ed" + ], + [ + "Ġent", + "reprene" + ], + [ + "man", + "n" + ], + [ + "Ġbur", + "ied" + ], + [ + "Ġseason", + "al" + ], + [ + "ĠB", + "ased" + ], + [ + "Ġpath", + "s" + ], + [ + "Ġdemonstr", + "ates" + ], + [ + "Ġh", + "un" + ], + [ + "Ġsafe", + "ly" + ], + [ + "Ġcomb", + "inations" + ], + [ + "Ġfat", + "ty" + ], + [ + "eg", + "a" + ], + [ + "Ġbe", + "at" + ], + [ + "Ġch", + "air" + ], + [ + "ĠGeorg", + "ia" + ], + [ + "ĠPro", + "duct" + ], + [ + "b", + "el" + ], + [ + "Ġphilos", + "oph" + ], + [ + "}", + "," + ], + [ + "Ġc", + "ust" + ], + [ + "Ġdis", + "h" + ], + [ + "Ġfat", + "igue" + ], + [ + "Ġunivers", + "ities" + ], + [ + "u", + "ate" + ], + [ + "ĠColor", + "ado" + ], + [ + "er", + "ic" + ], + [ + "ra", + "nd" + ], + [ + "7", + "9" + ], + [ + "ber", + "ry" + ], + [ + "Ġl", + "es" + ], + [ + "Ġrequire", + "ment" + ], + [ + "Ġlif", + "etime" + ], + [ + "ĠL", + "ess" + ], + [ + "Ġemb", + "ry" + ], + [ + "ĠO", + "bs" + ], + [ + "Ġt", + "ied" + ], + [ + "Ġs", + "ister" + ], + [ + "uset", + "ts" + ], + [ + "Ġtrans", + "mit" + ], + [ + "Ġor", + "th" + ], + [ + "iv", + "est" + ], + [ + "Ġbe", + "ach" + ], + [ + "Ġprint", + "s" + ], + [ + "ach", + "usetts" + ], + [ + "Ġown", + "ed" + ], + [ + "Ġclass", + "ified" + ], + [ + "w", + "ed" + ], + [ + "Ġbehavior", + "al" + ], + [ + "Ġvit", + "amins" + ], + [ + "ĠHosp", + "ital" + ], + [ + "ĠW", + "ay" + ], + [ + "Ġest", + "ate" + ], + [ + "Ġman", + "ual" + ], + [ + "d", + "is" + ], + [ + "ra", + "g" + ], + [ + "Ġgu", + "ests" + ], + [ + "il", + "a" + ], + [ + "ĠPre", + "vention" + ], + [ + "ĠKe", + "y" + ], + [ + "Ġpredict", + "ed" + ], + [ + "ĠBat", + "tle" + ], + [ + "Ġpay", + "ing" + ], + [ + "ĠL", + "ittle" + ], + [ + "Ġcre", + "am" + ], + [ + "Ġille", + "gal" + ], + [ + "Ġstream", + "s" + ], + [ + "A", + "dd" + ], + [ + "Ġadvert", + "ising" + ], + [ + "Ġs", + "elling" + ], + [ + "Ġsett", + "led" + ], + [ + "Ġtrig", + "ger" + ], + [ + "Ġch", + "ose" + ], + [ + "ĠD", + "utch" + ], + [ + "ĠPak", + "istan" + ], + [ + "Ġf", + "oster" + ], + [ + "Ġcardi", + "ovascular" + ], + [ + "M", + "od" + ], + [ + "Ġc", + "otton" + ], + [ + "ian", + "ces" + ], + [ + "Ġprogram", + "me" + ], + [ + "id", + "al" + ], + [ + "ur", + "able" + ], + [ + "Ġf", + "ought" + ], + [ + "Ġmet", + "rics" + ], + [ + "Ġl", + "ip" + ], + [ + "Ġdi", + "ver" + ], + [ + "Ġappoint", + "ed" + ], + [ + "ĠMod", + "ern" + ], + [ + "Ġappl", + "ies" + ], + [ + "Ġc", + "odes" + ], + [ + "Ġcolon", + "ies" + ], + [ + "Ġkit", + "chen" + ], + [ + "Ġc", + "ure" + ], + [ + "Ġmos", + "quit" + ], + [ + "Ġc", + "rown" + ], + [ + "ur", + "ches" + ], + [ + "Ġinv", + "al" + ], + [ + "Ġconsequ", + "ence" + ], + [ + "w", + "orth" + ], + [ + "\"", + ");" + ], + [ + "Ġachie", + "ving" + ], + [ + "Ġcl", + "othes" + ], + [ + "he", + "a" + ], + [ + "Ġbur", + "den" + ], + [ + "EC", + "T" + ], + [ + "Ġbi", + "ases" + ], + [ + "ub", + "ble" + ], + [ + "Ġsav", + "ed" + ], + [ + "ĠH", + "im" + ], + [ + "ic", + "ian" + ], + [ + "ĠC", + "ard" + ], + [ + "Ġse", + "es" + ], + [ + "be", + "an" + ], + [ + "17", + "0" + ], + [ + "Ġcontinu", + "ing" + ], + [ + "Ġme", + "ets" + ], + [ + "ad", + "el" + ], + [ + "Ġocc", + "as" + ], + [ + "Ġsc", + "ales" + ], + [ + "Ġ", + "@" + ], + [ + "Ġconc", + "lude" + ], + [ + "Ġwood", + "en" + ], + [ + "ĠMich", + "igan" + ], + [ + "ĠCh", + "apter" + ], + [ + "Ġh", + "al" + ], + [ + "ip", + "e" + ], + [ + "Ġor", + "b" + ], + [ + "Ġpass", + "es" + ], + [ + "am", + "i" + ], + [ + "Ġrec", + "ording" + ], + [ + "Ġenab", + "ling" + ], + [ + "ĠB", + "u" + ], + [ + "Ġmed", + "itation" + ], + [ + "Ġm", + "apping" + ], + [ + "O", + "W" + ], + [ + "Ġgra", + "ins" + ], + [ + "Ġconsist", + "ently" + ], + [ + "pl", + "o" + ], + [ + "Ġschem", + "e" + ], + [ + "gra", + "de" + ], + [ + "ke", + "ys" + ], + [ + "as", + "ma" + ], + [ + "line", + "ar" + ], + [ + "Ġexec", + "utive" + ], + [ + "Ġs", + "hed" + ], + [ + "Ġad", + "olesc" + ], + [ + "Ġprepar", + "ing" + ], + [ + "Ġher", + "b" + ], + [ + "Ġexec", + "ution" + ], + [ + "Ġmen", + "u" + ], + [ + "Ġdistingu", + "ish" + ], + [ + "ĠM", + "ach" + ], + [ + "H", + "A" + ], + [ + "Ġgrad", + "es" + ], + [ + "it", + "ting" + ], + [ + "ĠO", + "l" + ], + [ + "Ġproduct", + "ive" + ], + [ + "ot", + "ion" + ], + [ + "Ġm", + "erg" + ], + [ + "Ġlun", + "gs" + ], + [ + "Ġs", + "aving" + ], + [ + "Ġneg", + "lect" + ], + [ + "Ġground", + "s" + ], + [ + "Ġmother", + "s" + ], + [ + "Ġper", + "pet" + ], + [ + "ĠN", + "ame" + ], + [ + "gien", + "e" + ], + [ + "Ġconf", + "usion" + ], + [ + "Ġw", + "al" + ], + [ + "ĠSimilar", + "ly" + ], + [ + "e", + "or" + ], + [ + "Ġdim", + "ension" + ], + [ + "E", + "ng" + ], + [ + "Ġf", + "isher" + ], + [ + "Ġadd", + "iction" + ], + [ + "a", + "o" + ], + [ + "Ġresol", + "ve" + ], + [ + "ĠEl", + "izabeth" + ], + [ + "ov", + "es" + ], + [ + "Ġpoet", + "ry" + ], + [ + "Ġident", + "ical" + ], + [ + "Ġtum", + "or" + ], + [ + "if", + "ice" + ], + [ + "ĠStand", + "ard" + ], + [ + "Ġre", + "ign" + ], + [ + "re", + "ation" + ], + [ + "ou", + "ds" + ], + [ + "are", + "t" + ], + [ + "Ġvacc", + "ines" + ], + [ + "Ġec", + "ological" + ], + [ + "Ġact", + "ing" + ], + [ + "Ġabsor", + "b" + ], + [ + "em", + "a" + ], + [ + "ĠS", + "S" + ], + [ + "Ġdirect", + "ory" + ], + [ + "Ġf", + "ur" + ], + [ + "ĠHaw", + "ai" + ], + [ + "Ġdispl", + "ays" + ], + [ + "ater", + "al" + ], + [ + "E", + "G" + ], + [ + "R", + "ep" + ], + [ + "Ġdis", + "ability" + ], + [ + "Ġdist", + "ricts" + ], + [ + ")", + "`" + ], + [ + "ĠP", + "ur" + ], + [ + "Ġestablish", + "ment" + ], + [ + "C", + "o" + ], + [ + "Ġreturn", + "ing" + ], + [ + "ym", + "es" + ], + [ + "ĠPol", + "it" + ], + [ + "p", + "op" + ], + [ + "Ġsac", + "red" + ], + [ + "Ġt", + "ough" + ], + [ + "Ġsupp", + "lements" + ], + [ + "Ġworksh", + "ops" + ], + [ + "H", + "S" + ], + [ + "Ġsc", + "r" + ], + [ + "Ġt", + "ag" + ], + [ + "p", + "age" + ], + [ + "Ġthe", + "sis" + ], + [ + "ĠAr", + "ctic" + ], + [ + "Ġpain", + "ful" + ], + [ + "us", + "cript" + ], + [ + "Ġbar", + "riers" + ], + [ + "Ġcomplex", + "ities" + ], + [ + "Ġsp", + "ray" + ], + [ + "Ġcelebr", + "ate" + ], + [ + "Ġdark", + "ness" + ], + [ + "Ġt", + "ip" + ], + [ + "Ġpe", + "er" + ], + [ + "Ġlo", + "ose" + ], + [ + "Ġdevelop", + "ments" + ], + [ + "Ġinvolve", + "ment" + ], + [ + "ĠHe", + "ad" + ], + [ + "Ġperfect", + "ly" + ], + [ + "Ġconstra", + "ints" + ], + [ + "Ġcur", + "rency" + ], + [ + "ol", + "i" + ], + [ + "Ġexc", + "ited" + ], + [ + "Ġrequ", + "iring" + ], + [ + "Ġrad", + "ius" + ], + [ + "Ġemerg", + "ed" + ], + [ + "ĠAn", + "aly" + ], + [ + "hem", + "atic" + ], + [ + "r", + "h" + ], + [ + "Ġacknow", + "ledge" + ], + [ + "ĠSystem", + "s" + ], + [ + "Ġj", + "ur" + ], + [ + "ĠJer", + "usalem" + ], + [ + "ro", + "b" + ], + [ + "ĠC", + "irc" + ], + [ + "ĠPenn", + "sylvania" + ], + [ + "Ġart", + "istic" + ], + [ + "Ġult", + "imate" + ], + [ + "ivest", + "ock" + ], + [ + "Ġrest", + "ore" + ], + [ + "h", + "ar" + ], + [ + "Ġcomb", + "ining" + ], + [ + "Ø", + "§" + ], + [ + "ple", + "x" + ], + [ + "ediat", + "ric" + ], + [ + "cyclop", + "edia" + ], + [ + "Ġeth", + "ical" + ], + [ + "Ġagg", + "ressive" + ], + [ + "Ġsam", + "pling" + ], + [ + "Ġperson", + "nel" + ], + [ + "ĠBo", + "oks" + ], + [ + "ffic", + "ients" + ], + [ + "Ġpro", + "x" + ], + [ + "Ġdefic", + "iency" + ], + [ + "as", + "m" + ], + [ + "Ã", + "¤" + ], + [ + "ĠEx", + "p" + ], + [ + "Ġvar", + "ied" + ], + [ + "ĠBl", + "ue" + ], + [ + "Ġdisc", + "ount" + ], + [ + "6", + "2" + ], + [ + "B", + "T" + ], + [ + "ĠPr", + "int" + ], + [ + "Ġreflect", + "ed" + ], + [ + "w", + "as" + ], + [ + "ĠL", + "ine" + ], + [ + "Ġtheore", + "tical" + ], + [ + "Ġl", + "ymph" + ], + [ + "ĠIn", + "vest" + ], + [ + "Ġintrodu", + "cing" + ], + [ + "Ġfin", + "ish" + ], + [ + "ĠG", + "ulf" + ], + [ + "Ġed", + "it" + ], + [ + "Ġv", + "o" + ], + [ + "ĠWh", + "ich" + ], + [ + "Ġpres", + "erved" + ], + [ + "Ġexcept", + "ions" + ], + [ + "Ġmet", + "als" + ], + [ + "ĠL", + "in" + ], + [ + "Ġsong", + "s" + ], + [ + "Ġnewsp", + "aper" + ], + [ + "N", + "S" + ], + [ + "el", + "ve" + ], + [ + "Ġpre", + "y" + ], + [ + "ĠT", + "ok" + ], + [ + "t", + "r" + ], + [ + "ic", + "y" + ], + [ + "ĠIm", + "pro" + ], + [ + "ok", + "es" + ], + [ + "Ġout", + "line" + ], + [ + "Ġaccompan", + "ied" + ], + [ + "ol", + "ved" + ], + [ + "b", + "ell" + ], + [ + "N", + "e" + ], + [ + "Ġth", + "reshold" + ], + [ + "Ġcivil", + "ization" + ], + [ + "k", + "ay" + ], + [ + "Ġcons", + "erv" + ], + [ + "C", + "L" + ], + [ + "ĠMass", + "achusetts" + ], + [ + "iv", + "a" + ], + [ + "ut", + "her" + ], + [ + "ĠD", + "own" + ], + [ + "ĠPro", + "cess" + ], + [ + "ĠB", + "uilding" + ], + [ + "Ġphotograph", + "s" + ], + [ + "Ġbeg", + "un" + ], + [ + "Ġdra", + "ft" + ], + [ + "Ġpur", + "sue" + ], + [ + "E", + "O" + ], + [ + "Ġres", + "istant" + ], + [ + "Ġmonth", + "ly" + ], + [ + "ĠConf", + "ed" + ], + [ + "ĠL", + "im" + ], + [ + "ĠAm", + "azon" + ], + [ + "Ġg", + "ast" + ], + [ + "ĠF", + "ar" + ], + [ + "Ġenorm", + "ous" + ], + [ + "ĠPhil", + "ipp" + ], + [ + "Ġed", + "ges" + ], + [ + "ĠB", + "ack" + ], + [ + "Ġsh", + "ore" + ], + [ + "Ġcour", + "ts" + ], + [ + "Ġdescript", + "ions" + ], + [ + "Ġsur", + "veys" + ], + [ + "Ġspace", + "craft" + ], + [ + "ĠAg", + "ain" + ], + [ + "ter", + "ior" + ], + [ + "ĠL", + "og" + ], + [ + "Ġcarb", + "ohyd" + ], + [ + "Ġcy", + "cles" + ], + [ + "ĠIm", + "p" + ], + [ + "Ġjud", + "gment" + ], + [ + "Ġadv", + "ances" + ], + [ + "8", + "9" + ], + [ + "Ġbe", + "e" + ], + [ + "ac", + "hel" + ], + [ + "N", + "ode" + ], + [ + "N", + "one" + ], + [ + "Ġflav", + "or" + ], + [ + "Ġax", + "is" + ], + [ + "(", + "[" + ], + [ + "ĠPal", + "est" + ], + [ + "ĠC", + "S" + ], + [ + "Ġfin", + "ance" + ], + [ + "Ġtravel", + "ing" + ], + [ + "ce", + "ans" + ], + [ + "Ġinter", + "vals" + ], + [ + "Ġ", + "q" + ], + [ + "Ġs", + "ending" + ], + [ + "t", + "elling" + ], + [ + "rane", + "an" + ], + [ + "Ġveget", + "ation" + ], + [ + "Ġcopy", + "right" + ], + [ + "Ġg", + "aps" + ], + [ + "Ġvari", + "ance" + ], + [ + "Ġsched", + "ul" + ], + [ + "Ġmembr", + "ane" + ], + [ + "ĠW", + "al" + ], + [ + "st", + "ant" + ], + [ + "Ġan", + "ger" + ], + [ + "1", + "30" + ], + [ + "Ġemb", + "ed" + ], + [ + "Ġ!", + "=" + ], + [ + "Ġgen", + "ome" + ], + [ + "Ġcan", + "n" + ], + [ + "ig", + "er" + ], + [ + "iz", + "ers" + ], + [ + "ane", + "ous" + ], + [ + "T", + "able" + ], + [ + "Ġsc", + "al" + ], + [ + "en", + "er" + ], + [ + "ĠIs", + "lands" + ], + [ + "Ġfit", + "ness" + ], + [ + "Ġviol", + "ent" + ], + [ + "Ġant", + "ioxid" + ], + [ + "ĠC", + "r" + ], + [ + "Ġf", + "ires" + ], + [ + "Ġw", + "ise" + ], + [ + "Ġchrom", + "os" + ], + [ + "ĠI", + "raq" + ], + [ + "Ġorig", + "ins" + ], + [ + "Ġexam", + "ining" + ], + [ + "p", + "erson" + ], + [ + "ot", + "ten" + ], + [ + "Ġbu", + "ying" + ], + [ + "]", + "[" + ], + [ + "Ġg", + "if" + ], + [ + "ira", + "ble" + ], + [ + "Ġutil", + "ize" + ], + [ + "Ġwork", + "place" + ], + [ + "ĠR", + "ail" + ], + [ + "Ġt", + "elesc" + ], + [ + "Ġd", + "ies" + ], + [ + "Ġhas", + "h" + ], + [ + "row", + "ing" + ], + [ + "ĠC", + "apt" + ], + [ + "Ġse", + "vent" + ], + [ + "i", + "ating" + ], + [ + "Ġgradu", + "ate" + ], + [ + "Ġto", + "b" + ], + [ + "Ġcan", + "cers" + ], + [ + "or", + "ient" + ], + [ + "17", + "5" + ], + [ + "ĠChristian", + "ity" + ], + [ + "ed", + "ge" + ], + [ + "ĠPar", + "liament" + ], + [ + "Ġg", + "athered" + ], + [ + "Ġrestrict", + "ions" + ], + [ + "0", + "4" + ], + [ + "u", + "is" + ], + [ + "R", + "el" + ], + [ + "Ġy", + "ields" + ], + [ + "Ġadjust", + "ments" + ], + [ + "Ġpartic", + "le" + ], + [ + "ou", + "l" + ], + [ + "p", + "owered" + ], + [ + "Ġdisplay", + "ed" + ], + [ + "ĠInc", + "re" + ], + [ + "Ġsp", + "ons" + ], + [ + "Ġag", + "ing" + ], + [ + "6", + "3" + ], + [ + "Ġquant", + "ities" + ], + [ + "er", + "ally" + ], + [ + "Ġw", + "elfare" + ], + [ + "Ġend", + "ing" + ], + [ + "Ġas", + "ide" + ], + [ + "Ġarr", + "ive" + ], + [ + "Ġpurch", + "ased" + ], + [ + "Ġalgebra", + "ic" + ], + [ + "Ġsimultane", + "ously" + ], + [ + "Ġste", + "am" + ], + [ + "ĠD", + "C" + ], + [ + "Ġexist", + "ed" + ], + [ + "point", + "s" + ], + [ + "ĠL", + "os" + ], + [ + "b", + "ec" + ], + [ + "l", + "n" + ], + [ + "Ġpass", + "ive" + ], + [ + "Ġrel", + "ies" + ], + [ + "ĠC", + "ub" + ], + [ + "chn", + "ology" + ], + [ + "Ġcal", + "endar" + ], + [ + "Ġintric", + "ate" + ], + [ + "Ġre", + "phr" + ], + [ + "er", + "ge" + ], + [ + "Ġf", + "ats" + ], + [ + "Ġafford", + "able" + ], + [ + "ĠIm", + "m" + ], + [ + "Ġdo", + "ct" + ], + [ + "ĠIm", + "plement" + ], + [ + "al", + "so" + ], + [ + "T", + "ime" + ], + [ + "ag", + "en" + ], + [ + "Ġengine", + "er" + ], + [ + "D", + "S" + ], + [ + "N", + "ame" + ], + [ + "U", + "p" + ], + [ + "oper", + "ative" + ], + [ + "acks", + "on" + ], + [ + "ĠÂ", + "£" + ], + [ + "Ġch", + "a" + ], + [ + "t", + "able" + ], + [ + "ov", + "ing" + ], + [ + "Ġdevelop", + "ers" + ], + [ + "Ï", + "Ģ" + ], + [ + "Ġmitig", + "ate" + ], + [ + "Ġvari", + "ability" + ], + [ + "pl", + "it" + ], + [ + "ĠHar", + "vard" + ], + [ + "Ġserious", + "ly" + ], + [ + "i", + "ples" + ], + [ + "Ġassemb", + "ly" + ], + [ + "Ġsp", + "oke" + ], + [ + "sh", + "aped" + ], + [ + "Ġur", + "ine" + ], + [ + "m", + "ia" + ], + [ + "Ġpar", + "ks" + ], + [ + "Ġang", + "les" + ], + [ + "Ġmir", + "ror" + ], + [ + "ĠN", + "ext" + ], + [ + "Ġholid", + "ay" + ], + [ + "m", + "ap" + ], + [ + "Ġvolunte", + "ers" + ], + [ + "Ġtra", + "il" + ], + [ + "ĠK", + "enn" + ], + [ + "en", + "ced" + ], + [ + "ĠT", + "O" + ], + [ + "Ġvis", + "its" + ], + [ + "Ġv", + "ivid" + ], + [ + "w", + "an" + ], + [ + "J", + "ust" + ], + [ + "Ġenter", + "pr" + ], + [ + "Ġintegr", + "ate" + ], + [ + "Ġin", + "ev" + ], + [ + "Ġanaly", + "zed" + ], + [ + "Ġar", + "ithmetic" + ], + [ + "Ġret", + "ail" + ], + [ + "Ġent", + "ity" + ], + [ + "Ġmer", + "ch" + ], + [ + "olog", + "ically" + ], + [ + "ĠW", + "riting" + ], + [ + "Ġterm", + "in" + ], + [ + "c", + "in" + ], + [ + "Ġdis", + "advant" + ], + [ + "bor", + "ne" + ], + [ + "ur", + "d" + ], + [ + "ĠS", + "QL" + ], + [ + "ĠS", + "olar" + ], + [ + "Ġcoe", + "fficients" + ], + [ + "Ġtrans", + "mitted" + ], + [ + "Ġint", + "r" + ], + [ + "Ġsk", + "illed" + ], + [ + "Ġsod", + "ium" + ], + [ + "Ġcalcul", + "ations" + ], + [ + "R", + "L" + ], + [ + "Ġacc", + "ord" + ], + [ + "Ġexpand", + "ing" + ], + [ + "Ġt", + "ab" + ], + [ + "a", + "fter" + ], + [ + "Ġde", + "ploy" + ], + [ + "Ġat", + "oms" + ], + [ + "ĠJust", + "ice" + ], + [ + "t", + "ics" + ], + [ + "ment", + "ia" + ], + [ + "Ġis", + "instance" + ], + [ + "Ġd", + "il" + ], + [ + "ob", + "ile" + ], + [ + "Ġapp", + "s" + ], + [ + "Ġcount", + "s" + ], + [ + "Ġvel", + "ocity" + ], + [ + "Ġmur", + "der" + ], + [ + "ĠS", + "qu" + ], + [ + "Ġst", + "er" + ], + [ + "Ġdis", + "ag" + ], + [ + "Ġb", + "orrow" + ], + [ + "ik", + "ing" + ], + [ + "Ġm", + "ature" + ], + [ + "ĠIslam", + "ic" + ], + [ + "Ġvibr", + "ant" + ], + [ + "Ġal", + "arm" + ], + [ + "ag", + "an" + ], + [ + "ra", + "v" + ], + [ + "u", + "an" + ], + [ + "in", + "th" + ], + [ + "T", + "H" + ], + [ + "a", + "is" + ], + [ + "z", + "o" + ], + [ + "aut", + "hor" + ], + [ + "Ġtransform", + "ed" + ], + [ + "Ġdiscuss", + "ing" + ], + [ + "Ġp", + "ets" + ], + [ + "Ġatt", + "itudes" + ], + [ + "ĠTem", + "ple" + ], + [ + "14", + "0" + ], + [ + "Ġn", + "ic" + ], + [ + "Ġr", + "ide" + ], + [ + "ĠInd", + "eed" + ], + [ + "-", + ">" + ], + [ + "Ġhighlight", + "ing" + ], + [ + "at", + "i" + ], + [ + "ĠI", + "ce" + ], + [ + "c", + "ut" + ], + [ + "Ġtob", + "acco" + ], + [ + "ĠW", + "ould" + ], + [ + "Ġdi", + "pl" + ], + [ + "eut", + "ic" + ], + [ + "Ġprec", + "ip" + ], + [ + "Ġbound", + "ary" + ], + [ + "Ġlab", + "our" + ], + [ + "Ġleg", + "end" + ], + [ + "ot", + "ypes" + ], + [ + "it", + "ches" + ], + [ + "Ġp", + "ill" + ], + [ + "Ġg", + "est" + ], + [ + "Ġcelebr", + "ated" + ], + [ + "Ġ", + "^" + ], + [ + "Ġparagraph", + "s" + ], + [ + "agn", + "etic" + ], + [ + "Ġpartners", + "hip" + ], + [ + "ĠIn", + "put" + ], + [ + "u", + "ity" + ], + [ + "hem", + "istry" + ], + [ + "Ġear", + "s" + ], + [ + "less", + "ly" + ], + [ + "Ġincred", + "ible" + ], + [ + "ĠAlex", + "ander" + ], + [ + "Ġaccording", + "ly" + ], + [ + "T", + "rans" + ], + [ + "A", + "ut" + ], + [ + "Ġal", + "ien" + ], + [ + "Ġp", + "ione" + ], + [ + "im", + "m" + ], + [ + "Ġinf", + "ants" + ], + [ + "on", + "ents" + ], + [ + "Ġevery", + "where" + ], + [ + "el", + "ing" + ], + [ + "at", + "ers" + ], + [ + "Ġdifferent", + "ial" + ], + [ + "Ġgather", + "ing" + ], + [ + "Ġsole", + "ly" + ], + [ + "s", + "qu" + ], + [ + "ond", + "ay" + ], + [ + "Ġdiv", + "ine" + ], + [ + "Ġarr", + "ival" + ], + [ + "ĠEconom", + "ic" + ], + [ + "G", + "e" + ], + [ + "ec", + "onomic" + ], + [ + "Ġass", + "istant" + ], + [ + "f", + "ind" + ], + [ + "ĠGree", + "ce" + ], + [ + "9", + "78" + ], + [ + "Ġpod", + "cast" + ], + [ + "Ġspeak", + "er" + ], + [ + "Ġsur", + "g" + ], + [ + "Ġpreval", + "ence" + ], + [ + "Ġheav", + "en" + ], + [ + "ĠM", + "id" + ], + [ + "Ġen", + "cl" + ], + [ + "Ġman", + "agers" + ], + [ + "M", + "an" + ], + [ + "en", + "cing" + ], + [ + "P", + "ub" + ], + [ + "st", + "ud" + ], + [ + "Ġm", + "ask" + ], + [ + "Ġtransfer", + "red" + ], + [ + "Ġhy", + "brid" + ], + [ + "ĠSund", + "ay" + ], + [ + "Ġw", + "ars" + ], + [ + "Ġprov", + "ince" + ], + [ + "op", + "l" + ], + [ + "Ġwork", + "er" + ], + [ + "Ġext", + "ens" + ], + [ + "t", + "em" + ], + [ + "ĠH", + "aving" + ], + [ + "Ġassign", + "ment" + ], + [ + "Ġaut", + "o" + ], + [ + "Ġvar", + "ies" + ], + [ + "Ġbar", + "rier" + ], + [ + "Ġattract", + "ive" + ], + [ + "Ġsh", + "r" + ], + [ + "Ch", + "ild" + ], + [ + "Ġc", + "ater" + ], + [ + "Ġind", + "irect" + ], + [ + "Ġdesign", + "ated" + ], + [ + "er", + "ver" + ], + [ + "eng", + "ers" + ], + [ + "Ġthr", + "ive" + ], + [ + "ig", + "m" + ], + [ + "Ġor", + "ange" + ], + [ + "ĠConf", + "erence" + ], + [ + "o", + "ons" + ], + [ + "Ġshop", + "ping" + ], + [ + "z", + "one" + ], + [ + "Ġvict", + "ory" + ], + [ + "Ġne", + "ural" + ], + [ + "uc", + "l" + ], + [ + "Ġpract", + "ition" + ], + [ + "ĠInt", + "eg" + ], + [ + "is", + "ons" + ], + [ + "ĠB", + "ang" + ], + [ + "g", + "reen" + ], + [ + "ĠM", + "A" + ], + [ + "Ġprecise", + "ly" + ], + [ + "ĠM", + "ove" + ], + [ + "Ġsystem", + "atic" + ], + [ + "ĠD", + "ictionary" + ], + [ + "ĠN", + "umber" + ], + [ + "Ġpe", + "ers" + ], + [ + "Ġdist", + "ract" + ], + [ + "Ġg", + "ate" + ], + [ + "Ġcalc", + "ulation" + ], + [ + "br", + "is" + ], + [ + "ly", + "mp" + ], + [ + "Ġalong", + "side" + ], + [ + "zy", + "me" + ], + [ + "Ġsc", + "iences" + ], + [ + "Ġleg", + "it" + ], + [ + "Ġdef", + "ines" + ], + [ + "it", + "em" + ], + [ + "t", + "ered" + ], + [ + "ĠN", + "um" + ], + [ + "Ġcollect", + "ing" + ], + [ + "Ġre", + "ef" + ], + [ + "ĠNav", + "y" + ], + [ + "Ġsl", + "ope" + ], + [ + "Ġmet", + "ap" + ], + [ + "Ġcur", + "iosity" + ], + [ + "ax", + "is" + ], + [ + "Ġent", + "it" + ], + [ + "Ġpropos", + "al" + ], + [ + "Ġox", + "id" + ], + [ + "Ġdiscipl", + "ine" + ], + [ + "Ġfra", + "g" + ], + [ + "Ġbe", + "ans" + ], + [ + "Ġdevelop", + "s" + ], + [ + "Ġexc", + "ite" + ], + [ + "Ġstraight", + "forward" + ], + [ + "Ġbl", + "ank" + ], + [ + "Ġprog", + "ression" + ], + [ + "Ġimmigr", + "ants" + ], + [ + "T", + "wo" + ], + [ + "Ġbe", + "ars" + ], + [ + "P", + "ost" + ], + [ + "Ġattribut", + "ed" + ], + [ + "In", + "c" + ], + [ + "d", + "ec" + ], + [ + "Ġhorm", + "ones" + ], + [ + "Ġsp", + "atial" + ], + [ + "Ġsudden", + "ly" + ], + [ + "Ġliter", + "ally" + ], + [ + "j", + "i" + ], + [ + "Ġrequ", + "ests" + ], + [ + "ick", + "ing" + ], + [ + "Ġnutrition", + "al" + ], + [ + "Ġsever", + "ity" + ], + [ + "R", + "C" + ], + [ + "ĠSt", + "an" + ], + [ + "Ġvirt", + "ually" + ], + [ + "Ġevol", + "ve" + ], + [ + "ink", + "ed" + ], + [ + "ble", + "m" + ], + [ + "av", + "en" + ], + [ + "Ġclass", + "ification" + ], + [ + "ĠG", + "all" + ], + [ + "Ġdesign", + "ing" + ], + [ + "st", + "orm" + ], + [ + ")", + "||" + ], + [ + "Ġb", + "onds" + ], + [ + "ĠS", + "aint" + ], + [ + "ĠO", + "tt" + ], + [ + "Ġread", + "ily" + ], + [ + "Ġemp", + "athy" + ], + [ + "Ġel", + "abor" + ], + [ + "Ġz", + "ones" + ], + [ + "et", + "erm" + ], + [ + "ĠS", + "everal" + ], + [ + "Ġw", + "ing" + ], + [ + "ĠCon", + "nect" + ], + [ + "ĠJac", + "ob" + ], + [ + "ĠE", + "PA" + ], + [ + "ib", + "onacci" + ], + [ + "f", + "eed" + ], + [ + "ĠFr", + "id" + ], + [ + "ĠC", + "ost" + ], + [ + "Ġadop", + "tion" + ], + [ + "Ġco", + "at" + ], + [ + "ĠSen", + "ate" + ], + [ + "Ġadvent", + "ure" + ], + [ + "Ġinstall", + "ation" + ], + [ + "Ġpand", + "emic" + ], + [ + "lud", + "es" + ], + [ + "Ġoccup", + "ied" + ], + [ + "it", + "ems" + ], + [ + "ĠAgricult", + "ure" + ], + [ + "ol", + "s" + ], + [ + "6", + "1" + ], + [ + "e", + "en" + ], + [ + "Ġsp", + "an" + ], + [ + "Ġut", + "ility" + ], + [ + "em", + "ies" + ], + [ + "est", + "ions" + ], + [ + "Ġs", + "ulf" + ], + [ + "r", + "imin" + ], + [ + "ĠWild", + "life" + ], + [ + "Ġsp", + "inal" + ], + [ + "an", + "while" + ], + [ + "Ġregul", + "atory" + ], + [ + "Ġexplan", + "ations" + ], + [ + "plic", + "ates" + ], + [ + "ĠEgypt", + "ian" + ], + [ + "Ġnot", + "able" + ], + [ + "ĠR", + "am" + ], + [ + "ĠC", + "lick" + ], + [ + "Ġassoci", + "ate" + ], + [ + "Ġimp", + "ression" + ], + [ + "Ġadj", + "acent" + ], + [ + "ct", + "u" + ], + [ + "ĠWik", + "ipedia" + ], + [ + "Ġcirc", + "ulation" + ], + [ + "St", + "art" + ], + [ + "b", + "urn" + ], + [ + "Ġ", + "_" + ], + [ + "Ġst", + "ere" + ], + [ + "L", + "S" + ], + [ + "ĠW", + "hether" + ], + [ + "Ġsepar", + "ation" + ], + [ + "ĠBi", + "ology" + ], + [ + "ĠSh", + "ould" + ], + [ + "Ġfore", + "ver" + ], + [ + "Ġres", + "erved" + ], + [ + "Ġh", + "urt" + ], + [ + "ĠS", + "ection" + ], + [ + "Ġju", + "ice" + ], + [ + "Ġvir", + "al" + ], + [ + "Ġas", + "h" + ], + [ + "ĠLabor", + "atory" + ], + [ + "Ġguarant", + "ee" + ], + [ + "Ġrhyth", + "m" + ], + [ + "Ġche", + "ap" + ], + [ + "Ġcirc", + "ular" + ], + [ + "Ġt", + "ill" + ], + [ + "Ġresil", + "ience" + ], + [ + "Ġstruct", + "ured" + ], + [ + "Ĥ", + "¬" + ], + [ + "Ġdeterm", + "ination" + ], + [ + "Ġrest", + "oration" + ], + [ + "Ġstay", + "ing" + ], + [ + "aw", + "a" + ], + [ + "ĠF", + "red" + ], + [ + "7", + "1" + ], + [ + "Ġbox", + "es" + ], + [ + "Ġweakness", + "es" + ], + [ + "ĠT", + "own" + ], + [ + "rad", + "es" + ], + [ + "om", + "ous" + ], + [ + "z", + "er" + ], + [ + "Ġtre", + "m" + ], + [ + "Wh", + "o" + ], + [ + "ĠP", + "u" + ], + [ + "Ġintegr", + "ity" + ], + [ + "Ġh", + "arsh" + ], + [ + "id", + "ers" + ], + [ + "ĠSecret", + "ary" + ], + [ + "h", + "as" + ], + [ + "Ġconnect", + "ing" + ], + [ + "ex", + "ist" + ], + [ + "C", + "al" + ], + [ + "hav", + "ior" + ], + [ + "Ġshow", + "c" + ], + [ + "quir", + "y" + ], + [ + "T", + "rue" + ], + [ + "Ġstri", + "king" + ], + [ + "Ġcampaign", + "s" + ], + [ + "ver", + "ages" + ], + [ + "Ġar", + "med" + ], + [ + "Ġar", + "bit" + ], + [ + "ĠN", + "ob" + ], + [ + "ain", + "e" + ], + [ + "ard", + "ing" + ], + [ + "ĠThe", + "ore" + ], + [ + "Ġunder", + "ground" + ], + [ + "du", + "ction" + ], + [ + "Ġrain", + "fall" + ], + [ + "Ġhosp", + "itals" + ], + [ + "Ġaccept", + "able" + ], + [ + "ĠTest", + "ament" + ], + [ + "Ġd", + "airy" + ], + [ + "ĠP", + "age" + ], + [ + "Ġcorpor", + "ate" + ], + [ + "r", + "in" + ], + [ + "Ġplant", + "ed" + ], + [ + "Ġcandid", + "ates" + ], + [ + "Ġput", + "s" + ], + [ + "Ġneur", + "ons" + ], + [ + "Ġdig", + "its" + ], + [ + "Ġwhen", + "ever" + ], + [ + "ĠA", + "ff" + ], + [ + "ĠCon", + "c" + ], + [ + "Ġdro", + "pped" + ], + [ + "ĠB", + "ureau" + ], + [ + "Ġenjoy", + "ed" + ], + [ + "ys", + "ical" + ], + [ + "Ġreg", + "ulate" + ], + [ + "Ġsophistic", + "ated" + ], + [ + "Ġb", + "its" + ], + [ + "L", + "ine" + ], + [ + "ĠAr", + "ts" + ], + [ + "ĠC", + "orn" + ], + [ + "Ġwor", + "n" + ], + [ + "Ġport", + "ray" + ], + [ + "ĠThe", + "ory" + ], + [ + "row", + "th" + ], + [ + "ĠF", + "urther" + ], + [ + "Ġencoura", + "ges" + ], + [ + "ĠF", + "il" + ], + [ + "Ġwh", + "is" + ], + [ + "Ġrot", + "ation" + ], + [ + "Ġwas", + "h" + ], + [ + "Ġgl", + "obe" + ], + [ + "Ġpray", + "er" + ], + [ + "Ġper", + "mit" + ], + [ + "Ġcompass", + "ion" + ], + [ + "com", + "pass" + ], + [ + "Ġapparent", + "ly" + ], + [ + "ra", + "ham" + ], + [ + "s", + "k" + ], + [ + "Ġmed", + "ieval" + ], + [ + "Ġirrig", + "ation" + ], + [ + "Ġsu", + "p" + ], + [ + "Ġann", + "ually" + ], + [ + "Ġmat", + "ches" + ], + [ + "n", + "atural" + ], + [ + "Ġsqu", + "ares" + ], + [ + "ĠTreat", + "ment" + ], + [ + "Ġpup", + "ils" + ], + [ + "Ġcomp", + "os" + ], + [ + "Ġaccount", + "ing" + ], + [ + "Ġm", + "unicip" + ], + [ + "Ġdis", + "k" + ], + [ + "ok", + "ed" + ], + [ + "Ġcl", + "ues" + ], + [ + "ino", + "is" + ], + [ + "Ġman", + "uscript" + ], + [ + "[", + "]" + ], + [ + "Ġland", + "ing" + ], + [ + "Ġref", + "used" + ], + [ + "Ġdef", + "ining" + ], + [ + "pro", + "fit" + ], + [ + "Ġpen", + "et" + ], + [ + "g", + "a" + ], + [ + "Ġwind", + "s" + ], + [ + "Ġa", + "est" + ], + [ + "ĠBe", + "ing" + ], + [ + "Ġsh", + "ares" + ], + [ + "S", + "ON" + ], + [ + "S", + "ource" + ], + [ + "ĠM", + "ess" + ], + [ + "Ġelder", + "ly" + ], + [ + "v", + "able" + ], + [ + "ĠPort", + "ug" + ], + [ + "ĠDan", + "iel" + ], + [ + "u", + "its" + ], + [ + "c", + "ule" + ], + [ + "Ġgl", + "ac" + ], + [ + "ĠSm", + "all" + ], + [ + "Ġjoint", + "s" + ], + [ + "se", + "ts" + ], + [ + "Ġdec", + "om" + ], + [ + "ĠD", + "O" + ], + [ + "Ġcop", + "ies" + ], + [ + "ĠH", + "am" + ], + [ + "Ġdin", + "ner" + ], + [ + "ĠInd", + "ex" + ], + [ + "Ġdream", + "s" + ], + [ + "Ġsp", + "here" + ], + [ + "Ġfing", + "ers" + ], + [ + "Ġrece", + "ives" + ], + [ + "ous", + "es" + ], + [ + "L", + "ike" + ], + [ + "ĠS", + "P" + ], + [ + "ĠV", + "iew" + ], + [ + "end", + "a" + ], + [ + "Ġsoc", + "io" + ], + [ + "Ġcl", + "ay" + ], + [ + "Ġtra", + "ce" + ], + [ + "ĠG", + "ar" + ], + [ + "ĠHist", + "orical" + ], + [ + "Ġp", + "roud" + ], + [ + "Ġl", + "akes" + ], + [ + "ĠV", + "e" + ], + [ + "Ġt", + "ort" + ], + [ + "'", + "(" + ], + [ + "7", + "3" + ], + [ + "ĠM", + "oses" + ], + [ + "Ġveget", + "able" + ], + [ + "Ġanalys", + "es" + ], + [ + "e", + "em" + ], + [ + "Ġl", + "ivestock" + ], + [ + "Â", + "®" + ], + [ + "ĠU", + "V" + ], + [ + "att", + "ered" + ], + [ + "Ġther", + "m" + ], + [ + "ĠDig", + "ital" + ], + [ + "Ġb", + "ought" + ], + [ + "Ġasp", + "ir" + ], + [ + "!", + "\"" + ], + [ + "Ġoccur", + "rence" + ], + [ + "Ġfund", + "ed" + ], + [ + "ĠStr", + "ateg" + ], + [ + "Ġchick", + "en" + ], + [ + "Ġtong", + "ue" + ], + [ + "r", + "un" + ], + [ + "Ġh", + "o" + ], + [ + "Ġble", + "eding" + ], + [ + "In", + "valid" + ], + [ + "Ġmamm", + "als" + ], + [ + "ĠO", + "lymp" + ], + [ + "ri", + "um" + ], + [ + "Ġto", + "m" + ], + [ + "iss", + "ance" + ], + [ + "Ġfest", + "ival" + ], + [ + "Ġem", + "erge" + ], + [ + "Ġn", + "oun" + ], + [ + "ĠJ", + "ackson" + ], + [ + "y", + "es" + ], + [ + "ĠExam", + "ples" + ], + [ + "ĠCh", + "ief" + ], + [ + "ĠMed", + "ia" + ], + [ + "Ġcele", + "b" + ], + [ + "ĠC", + "A" + ], + [ + "semb", + "ly" + ], + [ + "Ġg", + "ear" + ], + [ + "produ", + "ct" + ], + [ + "adel", + "ph" + ], + [ + "Ġhealth", + "ier" + ], + [ + "Ġpredict", + "ions" + ], + [ + "Ġoutbre", + "ak" + ], + [ + "ĠF", + "arm" + ], + [ + "Ġro", + "d" + ], + [ + "se", + "arch" + ], + [ + "Ġg", + "ly" + ], + [ + "Ġacc", + "idents" + ], + [ + "Ġtri", + "ang" + ], + [ + "Ġg", + "um" + ], + [ + "ul", + "ates" + ], + [ + "Ġh", + "ol" + ], + [ + "Ġpopular", + "ity" + ], + [ + "Ġsleep", + "ing" + ], + [ + "M", + "I" + ], + [ + "v", + "ation" + ], + [ + "ustr", + "ial" + ], + [ + "ĠM", + "ur" + ], + [ + "Ġhop", + "es" + ], + [ + "Ġfoot", + "print" + ], + [ + "O", + "V" + ], + [ + "Ġg", + "low" + ], + [ + "Ġen", + "forcement" + ], + [ + "Ġthread", + "s" + ], + [ + "Ġincorpor", + "ated" + ], + [ + "ĠHer", + "itage" + ], + [ + "c", + "led" + ], + [ + "Ġwel", + "come" + ], + [ + "t", + "ains" + ], + [ + "Ġenh", + "anced" + ], + [ + "rop", + "ol" + ], + [ + "is", + "ition" + ], + [ + "Ġth", + "roat" + ], + [ + "Ġpack", + "aging" + ], + [ + "Ġimp", + "air" + ], + [ + "Ã", + "±" + ], + [ + "Ġl", + "ingu" + ], + [ + "ab", + "b" + ], + [ + "ic", + "on" + ], + [ + "Ġco", + "ins" + ], + [ + "Ġvill", + "ages" + ], + [ + "10", + "2" + ], + [ + "Ġregist", + "ered" + ], + [ + "Ġshel", + "ter" + ], + [ + "Ġpaint", + "ings" + ], + [ + "effect", + "ive" + ], + [ + "Ġ", + "ion" + ], + [ + "Ġancest", + "ors" + ], + [ + "Ġreve", + "aling" + ], + [ + "m", + "ail" + ], + [ + "Ġevalu", + "ated" + ], + [ + "Ġscen", + "es" + ], + [ + "Ġtu", + "ple" + ], + [ + "ĠTr", + "ust" + ], + [ + "er", + "ness" + ], + [ + "ĠPh", + "ot" + ], + [ + "a", + "que" + ], + [ + "ĠC", + "rit" + ], + [ + "Ġrout", + "es" + ], + [ + "ay", + "lor" + ], + [ + "Ġpurch", + "asing" + ], + [ + "Ġsubt", + "ract" + ], + [ + "re", + "aching" + ], + [ + "Ġto", + "mat" + ], + [ + "Ġreg", + "ime" + ], + [ + "ĠV", + "an" + ], + [ + "the", + "w" + ], + [ + "Ġconsist", + "ency" + ], + [ + "ra", + "ine" + ], + [ + "ĠN", + "OT" + ], + [ + "Ġbus", + "y" + ], + [ + "ass", + "ium" + ], + [ + "ade", + "qu" + ], + [ + "ĠMuslim", + "s" + ], + [ + "Ġevolution", + "ary" + ], + [ + "Ġfrequ", + "encies" + ], + [ + "Ġattempt", + "ed" + ], + [ + "ra", + "it" + ], + [ + "ĠC", + "reek" + ], + [ + "Ġdesc", + "end" + ], + [ + "ĠA", + "z" + ], + [ + "Ġpow", + "der" + ], + [ + "Ġc", + "ited" + ], + [ + "inc", + "lude" + ], + [ + "ov", + "ed" + ], + [ + "ĠLe", + "vel" + ], + [ + "al", + "i" + ], + [ + "Ġch", + "ocolate" + ], + [ + "Ġfin", + "ite" + ], + [ + "Ġsu", + "g" + ], + [ + "ric", + "ks" + ], + [ + "red", + "it" + ], + [ + "Ġhoriz", + "ontal" + ], + [ + "ĠSar", + "ah" + ], + [ + "Ġillness", + "es" + ], + [ + "ĠAngel", + "es" + ], + [ + "Ġfif", + "th" + ], + [ + "Ġv", + "ig" + ], + [ + "Ġo", + "l" + ], + [ + "Ġcontain", + "ers" + ], + [ + "en", + "ame" + ], + [ + "im", + "eter" + ], + [ + "G", + "l" + ], + [ + "Ġ", + "\\" + ], + [ + "af", + "e" + ], + [ + "reg", + "ular" + ], + [ + "iter", + "ranean" + ], + [ + "Ġspecial", + "ist" + ], + [ + "Ġd", + "ating" + ], + [ + "ast", + "ics" + ], + [ + "Ġbas", + "ically" + ], + [ + "Cl", + "ass" + ], + [ + "Ġd", + "imin" + ], + [ + "Ġearthqu", + "ake" + ], + [ + "Ġmotiv", + "ated" + ], + [ + "h", + "an" + ], + [ + "ĠMexic", + "an" + ], + [ + "out", + "heast" + ], + [ + "ugh", + "t" + ], + [ + "con", + "f" + ], + [ + "Ġret", + "ain" + ], + [ + "Ġent", + "rance" + ], + [ + "ĠSt", + "ation" + ], + [ + "Ġf", + "ate" + ], + [ + "ol", + "t" + ], + [ + "Ġde", + "bris" + ], + [ + "ĠAnt", + "ar" + ], + [ + "av", + "ed" + ], + [ + "I", + "d" + ], + [ + "Ġch", + "urches" + ], + [ + "Ġf", + "t" + ], + [ + "Ġcap", + "s" + ], + [ + "Ġw", + "age" + ], + [ + "Ġcamp", + "s" + ], + [ + "Ġoil", + "s" + ], + [ + "9", + "2" + ], + [ + "Ġdi", + "arr" + ], + [ + "H", + "ello" + ], + [ + "ĠAnd", + "rew" + ], + [ + "K", + "ey" + ], + [ + "Ġexpl", + "ored" + ], + [ + "Ġec", + "o" + ], + [ + "Ġsuscept", + "ible" + ], + [ + "ay", + "er" + ], + [ + "Ġfac", + "ulty" + ], + [ + "Ġprem", + "ises" + ], + [ + "Ġir", + "re" + ], + [ + "ĠN", + "eed" + ], + [ + "Ġconduct", + "ing" + ], + [ + "ĠCent", + "ury" + ], + [ + "ĠHel", + "p" + ], + [ + "ent", + "er" + ], + [ + "T", + "A" + ], + [ + "ab", + "out" + ], + [ + "Ġper", + "f" + ], + [ + "Ġdigest", + "ive" + ], + [ + "Ġinc", + "idence" + ], + [ + "Ġlab", + "els" + ], + [ + "Ġrestaur", + "ants" + ], + [ + "Ġqu", + "ot" + ], + [ + "ac", + "le" + ], + [ + "ord", + "ination" + ], + [ + "e", + "fficient" + ], + [ + "ĠE", + "ll" + ], + [ + "ord", + "inary" + ], + [ + "ĠSh", + "ow" + ], + [ + "Ġtem", + "p" + ], + [ + "adelph", + "ia" + ], + [ + "ater", + "nal" + ], + [ + "Ġrest", + "ricted" + ], + [ + "ĠK", + "ids" + ], + [ + "a", + "ver" + ], + [ + "ĠMus", + "ic" + ], + [ + "S", + "P" + ], + [ + "ĠR", + "ight" + ], + [ + "ĠL", + "i" + ], + [ + "Ġpros", + "per" + ], + [ + "A", + "v" + ], + [ + "Ġdes", + "k" + ], + [ + "ĠCon", + "vention" + ], + [ + "Ġsurround", + "ings" + ], + [ + "atch", + "ing" + ], + [ + "Ġpresc", + "ribed" + ], + [ + "Ġrel", + "iability" + ], + [ + "ĠA", + "C" + ], + [ + "Ġw", + "ra" + ], + [ + "Ġmedic", + "ines" + ], + [ + "Ġguid", + "ed" + ], + [ + "Ġemphas", + "ize" + ], + [ + "Ġartif", + "acts" + ], + [ + "Ġdis", + "hes" + ], + [ + "Ġw", + "ings" + ], + [ + "ĠS", + "on" + ], + [ + "Ġn", + "om" + ], + [ + "ar", + "ium" + ], + [ + "Ġemp", + "ower" + ], + [ + "Ġcitiz", + "en" + ], + [ + "ĠWe", + "ek" + ], + [ + "c", + "urrent" + ], + [ + "it", + "ate" + ], + [ + "Ġdis", + "pers" + ], + [ + "Ġpriv", + "acy" + ], + [ + "Ġst", + "abil" + ], + [ + "Ġeconom", + "ics" + ], + [ + "Ġemp", + "ire" + ], + [ + "ĠHT", + "ML" + ], + [ + "Ġsh", + "oes" + ], + [ + "ĠO", + "s" + ], + [ + "Ġh", + "ub" + ], + [ + "Ġstead", + "y" + ], + [ + "7", + "4" + ], + [ + "Ġelement", + "ary" + ], + [ + "Ġrecurs", + "ive" + ], + [ + "st", + "d" + ], + [ + "m", + "id" + ], + [ + "Ġp", + "el" + ], + [ + "se", + "x" + ], + [ + "Ġsem", + "i" + ], + [ + "Ġhyd", + "ro" + ], + [ + "Ġn", + "p" + ], + [ + "Ġinv", + "ention" + ], + [ + "Ġback", + "story" + ], + [ + "ock", + "et" + ], + [ + "roph", + "ic" + ], + [ + "E", + "A" + ], + [ + "Ġbe", + "ll" + ], + [ + "z", + "ymes" + ], + [ + "ĠMicro", + "soft" + ], + [ + "ĠH", + "um" + ], + [ + "ĠFrid", + "ay" + ], + [ + "Ġtrans", + "actions" + ], + [ + "ĠAre", + "a" + ], + [ + "Ġsoil", + "s" + ], + [ + "Ġcell", + "ular" + ], + [ + "b", + "olic" + ], + [ + "th", + "ur" + ], + [ + "ustain", + "able" + ], + [ + "ne", + "um" + ], + [ + "Ġexpon", + "ential" + ], + [ + "iv", + "ities" + ], + [ + "aterial", + "s" + ], + [ + "ol", + "er" + ], + [ + "ook", + "ed" + ], + [ + "Ġcons", + "ent" + ], + [ + "Ġminor", + "ity" + ], + [ + "Ġabsolute", + "ly" + ], + [ + "ĠM", + "aster" + ], + [ + "Ġcontext", + "s" + ], + [ + "Ġentertain", + "ment" + ], + [ + "Ġbat", + "t" + ], + [ + "Ġatmosp", + "heric" + ], + [ + "Ġas", + "ks" + ], + [ + "Ġinsp", + "ire" + ], + [ + "Ġpersonal", + "ized" + ], + [ + "Ġdefin", + "itions" + ], + [ + "Ġhe", + "al" + ], + [ + "es", + "ium" + ], + [ + "u", + "um" + ], + [ + "Ġconfig", + "uration" + ], + [ + "ĠViet", + "nam" + ], + [ + "Ġte", + "ens" + ], + [ + "20", + "3" + ], + [ + "Ġdocument", + "ed" + ], + [ + "Ġinf", + "lation" + ], + [ + "D", + "ay" + ], + [ + "e", + "lect" + ], + [ + "ĠR", + "ather" + ], + [ + "Ġcl", + "ouds" + ], + [ + "Ġthan", + "k" + ], + [ + "Ġdecre", + "ases" + ], + [ + "he", + "rence" + ], + [ + "Ġparticip", + "ating" + ], + [ + "ĠSupp", + "ort" + ], + [ + "ĠIm", + "agine" + ], + [ + "Ġcat", + "ast" + ], + [ + "m", + "ond" + ], + [ + "ide", + "o" + ], + [ + "Ġbu", + "ck" + ], + [ + "pro", + "cess" + ], + [ + "ĠH", + "ence" + ], + [ + "ĠComm", + "ons" + ], + [ + "ĠTw", + "itter" + ], + [ + "Ġcor", + "on" + ], + [ + "d", + "i" + ], + [ + "Ġb", + "ags" + ], + [ + "Ġinc", + "ons" + ], + [ + "Ġelect", + "rons" + ], + [ + "rib", + "le" + ], + [ + "Ġ(", + "-" + ], + [ + "ian", + "o" + ], + [ + "Ġorgan", + "ize" + ], + [ + "Ġc", + "ough" + ], + [ + "ound", + "ing" + ], + [ + "Ġt", + "orn" + ], + [ + "b", + "uilding" + ], + [ + ")", + "]" + ], + [ + "Ġincred", + "ibly" + ], + [ + "Ġparad", + "ox" + ], + [ + "Ġopt", + "ical" + ], + [ + "ad", + "or" + ], + [ + "Ġc", + "oding" + ], + [ + "il", + "st" + ], + [ + "Ġindepend", + "ently" + ], + [ + "ĠCol", + "on" + ], + [ + "Ġph", + "ones" + ], + [ + "!", + "âĢĿ" + ], + [ + "Ġstru", + "ck" + ], + [ + "M", + "ar" + ], + [ + "ve", + "ill" + ], + [ + "ĠR", + "est" + ], + [ + "om", + "ers" + ], + [ + "Ġmet", + "ric" + ], + [ + "Ġbro", + "ke" + ], + [ + "ell", + "er" + ], + [ + "ĠĠĠĠ", + "Ċ" + ], + [ + "Ġdut", + "ies" + ], + [ + "Ġs", + "ons" + ], + [ + "ĠT", + "H" + ], + [ + "ru", + "b" + ], + [ + "Ġexec", + "uted" + ], + [ + "ĠIll", + "inois" + ], + [ + "Ġoper", + "ational" + ], + [ + "Ġpen", + "al" + ], + [ + "ĠM", + "rs" + ], + [ + "ĠAl", + "aska" + ], + [ + "Ġsu", + "icide" + ], + [ + "Ġexplicit", + "ly" + ], + [ + "j", + "ud" + ], + [ + "Ġte", + "ch" + ], + [ + "Ġl", + "ux" + ], + [ + "Ġchart", + "s" + ], + [ + "Ġcy", + "l" + ], + [ + "Ġlong", + "est" + ], + [ + "Ġabund", + "ance" + ], + [ + "iss", + "ipp" + ], + [ + "Ġmor", + "ph" + ], + [ + "og", + "ens" + ], + [ + "iv", + "als" + ], + [ + "Ġconsist", + "ing" + ], + [ + "Ġcoll", + "apse" + ], + [ + "Ġcr", + "imes" + ], + [ + "Ġv", + "ice" + ], + [ + "Ġret", + "rie" + ], + [ + "Ġneu", + "ro" + ], + [ + "Ġh", + "ack" + ], + [ + "Ġmat", + "hematic" + ], + [ + "et", + "he" + ], + [ + "ay", + "ing" + ], + [ + "Ġjur", + "is" + ], + [ + "ĠInd", + "ones" + ], + [ + "ce", + "eds" + ], + [ + "ĠP", + "rom" + ], + [ + "ĠR", + "NA" + ], + [ + "Ġintellig", + "ent" + ], + [ + "ĠE", + "mer" + ], + [ + "ĠF", + "ield" + ], + [ + "G", + "E" + ], + [ + "b", + "ow" + ], + [ + "ur", + "se" + ], + [ + "p", + "df" + ], + [ + "17", + "6" + ], + [ + "reg", + "on" + ], + [ + "igh", + "th" + ], + [ + "Ġcut", + "s" + ], + [ + "Ġsynt", + "hetic" + ], + [ + "Ġinv", + "asion" + ], + [ + "ĠTok", + "yo" + ], + [ + "h", + "igh" + ], + [ + "ro", + "se" + ], + [ + "O", + "ut" + ], + [ + "Ġgl", + "ob" + ], + [ + "12", + "5" + ], + [ + "Ġtow", + "er" + ], + [ + "Ġcritic", + "ism" + ], + [ + "Y", + "es" + ], + [ + "Ġhot", + "el" + ], + [ + "Ġconsider", + "ations" + ], + [ + "Ġrul", + "ed" + ], + [ + "Ġo", + "ste" + ], + [ + "Ġfact", + "ory" + ], + [ + "Ġindic", + "ators" + ], + [ + "ĠÃ", + "Ĺ" + ], + [ + "Ġlo", + "an" + ], + [ + "Ġco", + "hes" + ], + [ + "Ġse", + "am" + ], + [ + "Ġsurg", + "ical" + ], + [ + "Â", + "²" + ], + [ + "Ġmist", + "ake" + ], + [ + "Ġtransl", + "ated" + ], + [ + "ĠOr", + "der" + ], + [ + "Ġfulf", + "ill" + ], + [ + "ĠH", + "indu" + ], + [ + "8", + "6" + ], + [ + "b", + "our" + ], + [ + "Ġl", + "ob" + ], + [ + "ĠK", + "ent" + ], + [ + "Ġpain", + "ted" + ], + [ + "Ġnut", + "s" + ], + [ + "ĠT", + "urn" + ], + [ + "Ġstret", + "ch" + ], + [ + "Ġo", + "ceans" + ], + [ + "Ġleg", + "acy" + ], + [ + "Ġlect", + "ure" + ], + [ + "Ġun", + "em" + ], + [ + "inc", + "ome" + ], + [ + "Ġsubs", + "id" + ], + [ + "veill", + "ance" + ], + [ + "b", + "ury" + ], + [ + "sec", + "urity" + ], + [ + "ic", + "ations" + ], + [ + "Ġloyal", + "ty" + ], + [ + "ĠMed", + "iterranean" + ], + [ + "in", + "ces" + ], + [ + "Ġexcite", + "ment" + ], + [ + "Ġmetabol", + "ism" + ], + [ + "D", + "ep" + ], + [ + "riz", + "ona" + ], + [ + "Ġcirc", + "les" + ], + [ + "Ġsens", + "es" + ], + [ + "ĠT", + "ree" + ], + [ + "Ġcontin", + "ent" + ], + [ + "Ġer", + "osion" + ], + [ + "ĠF", + "ed" + ], + [ + "Ġelev", + "ated" + ], + [ + "ĠH", + "a" + ], + [ + "ic", + "o" + ], + [ + "Ġfunction", + "ality" + ], + [ + "Ġca", + "ve" + ], + [ + "ĠAb", + "raham" + ], + [ + "p", + "ost" + ], + [ + "p", + "any" + ], + [ + "ĠP", + "oly" + ], + [ + "Lear", + "n" + ], + [ + "Ġsupport", + "ive" + ], + [ + "el", + "ly" + ], + [ + "Ġrecogn", + "izing" + ], + [ + "!", + "!" + ], + [ + "ĠN", + "eg" + ], + [ + "Ġtot", + "ally" + ], + [ + "ĠA", + "h" + ], + [ + "Ġpl", + "ates" + ], + [ + "Ġprov", + "ision" + ], + [ + "le", + "ar" + ], + [ + "ĠT", + "ext" + ], + [ + "Ġdivid", + "ing" + ], + [ + "8", + "4" + ], + [ + "Ġsurv", + "iv" + ], + [ + "Ġspread", + "ing" + ], + [ + "Ġin", + "ch" + ], + [ + "k", + "er" + ], + [ + "Ġsp", + "ine" + ], + [ + "Ġadministr", + "ative" + ], + [ + "ir", + "al" + ], + [ + "Ġrese", + "mb" + ], + [ + "Ġdiet", + "s" + ], + [ + "ĠTur", + "k" + ], + [ + "ĠMin", + "istry" + ], + [ + "Ġbra", + "ins" + ], + [ + "l", + "ie" + ], + [ + "ĠF", + "air" + ], + [ + "ĠA", + "ction" + ], + [ + "Ġswim", + "ming" + ], + [ + "ĠPl", + "ace" + ], + [ + ":", + "||" + ], + [ + "r", + "ust" + ], + [ + "Ġarrange", + "ment" + ], + [ + "Ġde", + "mentia" + ], + [ + "ĠB", + "ern" + ], + [ + "oc", + "a" + ], + [ + "In", + "ter" + ], + [ + "Ġprev", + "ents" + ], + [ + "Ġs", + "le" + ], + [ + "or", + "i" + ], + [ + "Ġr", + "ib" + ], + [ + "Ġtransp", + "arent" + ], + [ + "Ġre", + "wards" + ], + [ + "f", + "ly" + ], + [ + "Ġgener", + "ator" + ], + [ + "Ġdem", + "ocratic" + ], + [ + "ĠD", + "ie" + ], + [ + "ĠBl", + "ood" + ], + [ + "Ġfil", + "ms" + ], + [ + "Ġmob", + "ility" + ], + [ + "Ġsect", + "ors" + ], + [ + "jo", + "in" + ], + [ + "Ġple", + "asure" + ], + [ + "Ġseem", + "ingly" + ], + [ + "Ġrob", + "ots" + ], + [ + "ĠN", + "orm" + ], + [ + "osp", + "el" + ], + [ + "Ġfra", + "gment" + ], + [ + "ĠC", + "op" + ], + [ + "Ġtra", + "ding" + ], + [ + "F", + "ig" + ], + [ + "ĠEn", + "s" + ], + [ + "B", + "oth" + ], + [ + "Ġdi", + "agram" + ], + [ + "Ġdevelopment", + "al" + ], + [ + "Ġimpro", + "ves" + ], + [ + "8", + "1" + ], + [ + "on", + "ent" + ], + [ + "Ġp", + "ose" + ], + [ + "Ġd", + "ow" + ], + [ + "ck", + "ing" + ], + [ + "ĠOther", + "s" + ], + [ + "Ġc", + "ope" + ], + [ + "Ġp", + "ond" + ], + [ + "ĠP", + "aper" + ], + [ + "Ġclust", + "er" + ], + [ + "Ġm", + "issions" + ], + [ + "Ġpip", + "e" + ], + [ + "ff", + "e" + ], + [ + "Ġelect", + "ions" + ], + [ + "Ġspeak", + "ers" + ], + [ + "Ġsp", + "elling" + ], + [ + "ĠM", + "ajor" + ], + [ + "Ġre", + "nder" + ], + [ + "Ġins", + "pect" + ], + [ + "Ġinvest", + "ments" + ], + [ + "empt", + "y" + ], + [ + "Ġoccasion", + "ally" + ], + [ + "b", + "age" + ], + [ + "ĠP", + "DF" + ], + [ + "D", + "ef" + ], + [ + "Ġacqu", + "ire" + ], + [ + ".", + ")," + ], + [ + "ĠS", + "anta" + ], + [ + "ra", + "c" + ], + [ + "Ġdiscover", + "ies" + ], + [ + "Ġbot", + "tle" + ], + [ + "Ġy", + "es" + ], + [ + "Ġstory", + "telling" + ], + [ + "B", + "I" + ], + [ + "Ġsh", + "ipping" + ], + [ + "Ġinterview", + "s" + ], + [ + "Ġj", + "ew" + ], + [ + "Ġsub", + "mit" + ], + [ + "Ġprot", + "est" + ], + [ + "sc", + "ore" + ], + [ + "st", + "ers" + ], + [ + "Ġcomple", + "tion" + ], + [ + "Ġdepos", + "its" + ], + [ + "Ġbl", + "ur" + ], + [ + "Ġam", + "ino" + ], + [ + "Ġbelong", + "ing" + ], + [ + "ay", + "a" + ], + [ + "ĠL", + "ater" + ], + [ + "le", + "ton" + ], + [ + "ig", + "ious" + ], + [ + "w", + "estern" + ], + [ + "omet", + "ric" + ], + [ + "on", + "ly" + ], + [ + "ĠSpir", + "it" + ], + [ + "Ġear", + "ned" + ], + [ + "c", + "heck" + ], + [ + "Ġw", + "ake" + ], + [ + "ĠG", + "ive" + ], + [ + "11", + "1" + ], + [ + "Ġdepos", + "it" + ], + [ + "n", + "ames" + ], + [ + "Ġl", + "oud" + ], + [ + "C", + "lick" + ], + [ + "Ġgra", + "y" + ], + [ + "o", + "vers" + ], + [ + "Ġh", + "am" + ], + [ + "Ġworld", + "s" + ], + [ + "ĠO", + "ffic" + ], + [ + "Ġalt", + "ered" + ], + [ + "Ġm", + "ile" + ], + [ + "form", + "ed" + ], + [ + "ĠL", + "ED" + ], + [ + "Ġoper", + "ators" + ], + [ + "Ġpro", + "l" + ], + [ + "the", + "y" + ], + [ + "if", + "er" + ], + [ + "Ġloc", + "ally" + ], + [ + "Ġop", + "ens" + ], + [ + "ĠL", + "ew" + ], + [ + "Ġinv", + "asive" + ], + [ + "Ġse", + "asons" + ], + [ + "mar", + "ks" + ], + [ + "og", + "ram" + ], + [ + "issipp", + "i" + ], + [ + "ĠM", + "ot" + ], + [ + "epend", + "ence" + ], + [ + "Ġshe", + "ep" + ], + [ + "ail", + "ing" + ], + [ + "Ġstra", + "w" + ], + [ + "Ġa", + "ster" + ], + [ + "Ġassess", + "ments" + ], + [ + "Ġclos", + "est" + ], + [ + "Stud", + "ents" + ], + [ + "it", + "ic" + ], + [ + "ors", + "hip" + ], + [ + "He", + "alth" + ], + [ + "w", + "a" + ], + [ + "Ġpun", + "ct" + ], + [ + "ol", + "ine" + ], + [ + "or", + "iginal" + ], + [ + "P", + "s" + ], + [ + "ĠMay", + "be" + ], + [ + "Ġweek", + "ly" + ], + [ + "at", + "ile" + ], + [ + "ĠV", + "itamin" + ], + [ + "Ġsp", + "ell" + ], + [ + "ou", + "ri" + ], + [ + "Ġbl", + "end" + ], + [ + "Ġver", + "t" + ], + [ + "Ġpr", + "one" + ], + [ + "Ġh", + "ung" + ], + [ + "im", + "ic" + ], + [ + "Ġcur", + "ious" + ], + [ + "Ġprotocol", + "s" + ], + [ + "Ġphilosoph", + "ical" + ], + [ + "gg", + "ed" + ], + [ + "cl", + "aim" + ], + [ + "Ġdram", + "atically" + ], + [ + "ou", + "b" + ], + [ + "Ġst", + "unning" + ], + [ + "Ġreprodu", + "ctive" + ], + [ + "ĠC", + "all" + ], + [ + "Ġf", + "les" + ], + [ + "O", + "b" + ], + [ + "Ġb", + "ull" + ], + [ + "de", + "velop" + ], + [ + "Ġdocument", + "ation" + ], + [ + "S", + "cient" + ], + [ + "Ġwe", + "aken" + ], + [ + "Ġbroad", + "cast" + ], + [ + "Ġl", + "unch" + ], + [ + "Ġver", + "ify" + ], + [ + "u", + "ct" + ], + [ + "Ġdec", + "imal" + ], + [ + "Ġexc", + "av" + ], + [ + "à", + "¥" + ], + [ + "Ġimp", + "ressive" + ], + [ + "ĠPhil", + "adelphia" + ], + [ + "Ġsacr", + "ifice" + ], + [ + "AT", + "ION" + ], + [ + "rolog", + "ical" + ], + [ + "Ġarr", + "anged" + ], + [ + "Ġde", + "er" + ], + [ + "ibl", + "ical" + ], + [ + "is", + "ations" + ], + [ + "num", + "s" + ], + [ + "yn", + "c" + ], + [ + "Ġgu", + "ides" + ], + [ + "ĠEn", + "c" + ], + [ + "Ġg", + "au" + ], + [ + "Ġlength", + "s" + ], + [ + "Ġc", + "ourage" + ], + [ + "Ġunder", + "go" + ], + [ + "ĠDiff", + "erent" + ], + [ + "Ġsch", + "olar" + ], + [ + "Ke", + "ep" + ], + [ + "Ġst", + "uck" + ], + [ + "Ġb", + "alls" + ], + [ + "Ġv", + "ow" + ], + [ + "apt", + "ers" + ], + [ + "Ġ(", + "âĢľ" + ], + [ + "Ġabund", + "ant" + ], + [ + "Ġpresent", + "ing" + ], + [ + "Ġtoler", + "ance" + ], + [ + "Ġgalax", + "y" + ], + [ + "ĠÂ", + "©" + ], + [ + "the", + "re" + ], + [ + "ĠY", + "ellow" + ], + [ + "Ġpun", + "ishment" + ], + [ + "Ġinvest", + "ed" + ], + [ + "G", + "iven" + ], + [ + "Ġprodu", + "cers" + ], + [ + "ĠUnder", + "standing" + ], + [ + "(", + "(" + ], + [ + "ap", + "ing" + ], + [ + "Ġele", + "ph" + ], + [ + "Ġinter", + "section" + ], + [ + "ĠGard", + "en" + ], + [ + "ond", + "ition" + ], + [ + "Ġcount", + "ing" + ], + [ + "Ġend", + "angered" + ], + [ + "Ġn", + "ick" + ], + [ + "ol", + "ph" + ], + [ + "Ġcat", + "aly" + ], + [ + "ĠDisc", + "uss" + ], + [ + "et", + "ically" + ], + [ + "ush", + "ing" + ], + [ + "Ġmultip", + "ly" + ], + [ + "b", + "est" + ], + [ + "Ġentit", + "led" + ], + [ + "yn", + "asty" + ], + [ + "ĠOb", + "ama" + ], + [ + "en", + "h" + ], + [ + "H", + "T" + ], + [ + "Ġra", + "ys" + ], + [ + "Ġsed", + "iment" + ], + [ + "Ġoper", + "ated" + ], + [ + "Ġcor", + "al" + ], + [ + "ĠS", + "elf" + ], + [ + "Ġlic", + "ense" + ], + [ + "Ġre", + "h" + ], + [ + "or", + "us" + ], + [ + ".", + ":" + ], + [ + "Ġcont", + "amination" + ], + [ + "ĠStud", + "ent" + ], + [ + "Ġsimpl", + "ify" + ], + [ + "Ġpro", + "long" + ], + [ + "Ġcamer", + "as" + ], + [ + "id", + "th" + ], + [ + "Ġcon", + "sec" + ], + [ + "Ġh", + "int" + ], + [ + "ĠP", + "ear" + ], + [ + "]", + ":" + ], + [ + "int", + "eg" + ], + [ + "ĠNe", + "u" + ], + [ + "Ġval", + "ley" + ], + [ + "Ch", + "ar" + ], + [ + "Ġquad", + "ratic" + ], + [ + "az", + "z" + ], + [ + "Ġsh", + "ade" + ], + [ + "Ġdeterm", + "ines" + ], + [ + "ĠPract", + "ice" + ], + [ + "Ġfav", + "our" + ], + [ + "Ġburn", + "ed" + ], + [ + "Ġfe", + "at" + ], + [ + "wh", + "o" + ], + [ + "ĠTh", + "anks" + ], + [ + "Ġit", + "erate" + ], + [ + "Ġf", + "o" + ], + [ + "s", + "im" + ], + [ + "Ġal", + "umin" + ], + [ + "ĠM", + "ind" + ], + [ + "Ġemploy", + "ers" + ], + [ + "Ġc", + "ig" + ], + [ + "are", + "st" + ], + [ + "8", + "2" + ], + [ + "Ġd", + "ried" + ], + [ + "Ġve", + "ctors" + ], + [ + "Ġcert", + "ific" + ], + [ + "II", + "I" + ], + [ + "Ġd", + "ivers" + ], + [ + "Ġp", + "ale" + ], + [ + "olog", + "ic" + ], + [ + "Ġinvent", + "ory" + ], + [ + "u", + "ce" + ], + [ + "Ġprom", + "ising" + ], + [ + "N", + "umber" + ], + [ + "Ġr", + "ings" + ], + [ + "Ġcoordin", + "ates" + ], + [ + "Ġele", + "g" + ], + [ + "Ġselect", + "ing" + ], + [ + "Ġinst", + "ant" + ], + [ + "Ġdis", + "par" + ], + [ + "itz", + "er" + ], + [ + "Ġorient", + "ation" + ], + [ + "Ġc", + "able" + ], + [ + "ĠF", + "DA" + ], + [ + "Ġdis", + "charge" + ], + [ + "yp", + "ically" + ], + [ + "akes", + "pe" + ], + [ + "Ġthorough", + "ly" + ], + [ + "od", + "ox" + ], + [ + "Ġexplain", + "ing" + ], + [ + "ĠO", + "cc" + ], + [ + "Ġtherap", + "eutic" + ], + [ + "ĠâĪ", + "ļ" + ], + [ + "ĠC", + "T" + ], + [ + "]", + ";" + ], + [ + "Ġcontinu", + "ously" + ], + [ + "Ġencount", + "ered" + ], + [ + "Ġcham", + "ber" + ], + [ + "Ġmanip", + "ulate" + ], + [ + "Ġpoll", + "ut" + ], + [ + "as", + "hed" + ], + [ + "ĠA", + "T" + ], + [ + "Ġworksh", + "op" + ], + [ + "Ġpestic", + "ides" + ], + [ + "Ġfib", + "ers" + ], + [ + "Ġcollabor", + "ative" + ], + [ + "Ġintu", + "itive" + ], + [ + "Ġappro", + "val" + ], + [ + "d", + "ess" + ], + [ + "De", + "velop" + ], + [ + "Ġcateg", + "or" + ], + [ + "Ġinter", + "medi" + ], + [ + "Ġhar", + "ness" + ], + [ + "Ġnumer", + "ical" + ], + [ + "Ġkne", + "e" + ], + [ + "Ġobst", + "acles" + ], + [ + "T", + "ype" + ], + [ + "ĠPh", + "ilos" + ], + [ + "Ġamong", + "st" + ], + [ + "Ġpred", + "omin" + ], + [ + "ĠEn", + "cyclopedia" + ], + [ + "ĠKore", + "an" + ], + [ + "akespe", + "are" + ], + [ + "Ġbul", + "b" + ], + [ + "H", + "igh" + ], + [ + "ĠO", + "S" + ], + [ + "Ġdisapp", + "ear" + ], + [ + "Ġkilomet", + "ers" + ], + [ + "V", + "iew" + ], + [ + "Ġpl", + "acing" + ], + [ + "Ġvisual", + "ize" + ], + [ + "Ġsw", + "elling" + ], + [ + "A", + "c" + ], + [ + "Ġexpl", + "ores" + ], + [ + "Ġf", + "an" + ], + [ + "ĠOf", + "ten" + ], + [ + "j", + "son" + ], + [ + "ac", + "on" + ], + [ + "Ġdisag", + "ree" + ], + [ + "á", + "¹" + ], + [ + "ĠGu", + "ard" + ], + [ + "P", + "R" + ], + [ + "Res", + "earchers" + ], + [ + "ĠI", + "de" + ], + [ + "Ġspeed", + "s" + ], + [ + "ĠH", + "it" + ], + [ + "ĠF", + "ish" + ], + [ + "Ġmag", + "azine" + ], + [ + "con", + "nected" + ], + [ + "f", + "ire" + ], + [ + "Ġed", + "ited" + ], + [ + "con", + "st" + ], + [ + "D", + "L" + ], + [ + "ĠUn", + "like" + ], + [ + "Ġf", + "ost" + ], + [ + "Ġth", + "irty" + ], + [ + "Ġsurv", + "ived" + ], + [ + "Ġfant", + "asy" + ], + [ + "Ġent", + "ities" + ], + [ + "RO", + "M" + ], + [ + "as", + "ures" + ], + [ + "ĠD", + "ue" + ], + [ + "ĠPhys", + "ical" + ], + [ + "Ġlandsc", + "apes" + ], + [ + "Ð", + "°" + ], + [ + "ĠJ", + "r" + ], + [ + "Ġexp", + "ort" + ], + [ + "Ġhy", + "giene" + ], + [ + "ĠS", + "us" + ], + [ + "ĠP", + "ain" + ], + [ + "ĠA", + "cc" + ], + [ + "il", + "ia" + ], + [ + "Ġcan", + "al" + ], + [ + "ĠAs", + "h" + ], + [ + "Ġrel", + "ating" + ], + [ + "ĠP", + "L" + ], + [ + "ĠO", + "regon" + ], + [ + "Ġdeterm", + "in" + ], + [ + "Ġfree", + "ly" + ], + [ + "Ġb", + "inding" + ], + [ + "Ġde", + "als" + ], + [ + "su", + "pp" + ], + [ + "Ġutil", + "ized" + ], + [ + "am", + "el" + ], + [ + "Ġthy", + "roid" + ], + [ + "8", + "3" + ], + [ + "Ġmin", + "ister" + ], + [ + "form", + "ance" + ], + [ + "Ġrepresent", + "atives" + ], + [ + "ex", + "cept" + ], + [ + "Ġan", + "throp" + ], + [ + "Ġincons", + "ist" + ], + [ + "ric", + "ane" + ], + [ + "ĠH", + "ard" + ], + [ + "ĠO", + "nt" + ], + [ + "ik", + "a" + ], + [ + "Im", + "agine" + ], + [ + "in", + "ery" + ], + [ + "ĠA", + "k" + ], + [ + "ĠL", + "ocal" + ], + [ + "Ġh", + "ide" + ], + [ + "Ġ{", + "}" + ], + [ + "As", + "s" + ], + [ + "os", + "aur" + ], + [ + "Ġexhib", + "ition" + ], + [ + "ĠG", + "DP" + ], + [ + "ĠWil", + "son" + ], + [ + "ĠF", + "unction" + ], + [ + "ĠV", + "ar" + ], + [ + "ĠA", + "rizona" + ], + [ + "Ġincl", + "usive" + ], + [ + "Ġabsor", + "ption" + ], + [ + "ĠD", + "am" + ], + [ + "ĠMar", + "ine" + ], + [ + "Ġfail", + "s" + ], + [ + "ĠAn", + "cient" + ], + [ + "Ġdang", + "ers" + ], + [ + "iet", + "al" + ], + [ + "f", + "old" + ], + [ + "Ġb", + "ite" + ], + [ + "Ġcas", + "ual" + ], + [ + "ĠU", + "k" + ], + [ + "Ġ", + "~" + ], + [ + "Res", + "earch" + ], + [ + "Ġext", + "ends" + ], + [ + "Ġinfect", + "ious" + ], + [ + "d", + "irect" + ], + [ + "tern", + "oon" + ], + [ + "ĠUn", + "ivers" + ], + [ + "at", + "oes" + ], + [ + "Ġgener", + "ates" + ], + [ + "Ã", + "¨" + ], + [ + "Ġpush", + "ing" + ], + [ + "Ġsym", + "pt" + ], + [ + "Ġvalid", + "ity" + ], + [ + "Ġpl", + "ug" + ], + [ + "Ġmechan", + "ics" + ], + [ + "Ġorgan", + "ism" + ], + [ + "16", + "8" + ], + [ + "Ġg", + "erm" + ], + [ + "H", + "is" + ], + [ + "Ġun", + "ity" + ], + [ + "Ġamb", + "ig" + ], + [ + "Ġconcentr", + "ated" + ], + [ + "Ġpart", + "ly" + ], + [ + "ĠÂ", + "±" + ], + [ + "Ġtext", + "ure" + ], + [ + "i", + "em" + ], + [ + "ĠMount", + "ain" + ], + [ + "y", + "nt" + ], + [ + "Ġdiagn", + "ostic" + ], + [ + "Ġb", + "ron" + ], + [ + "Ġcontamin", + "ated" + ], + [ + "ĠA", + "ccount" + ], + [ + "Ġtim", + "ing" + ], + [ + "Ġtour", + "ism" + ], + [ + "Ġvulner", + "ability" + ], + [ + "erm", + "at" + ], + [ + "ĠC", + "orpor" + ], + [ + "Ġinv", + "ented" + ], + [ + "Ġign", + "ore" + ], + [ + "Ġdepart", + "ments" + ], + [ + "ĠIdent", + "ify" + ], + [ + "et", + "ric" + ], + [ + "Ġcompl", + "iance" + ], + [ + "n", + "ia" + ], + [ + "Ġcalcul", + "ating" + ], + [ + "Ġpart", + "ially" + ], + [ + "s", + "q" + ], + [ + "Ġdism", + "iss" + ], + [ + "Ġshe", + "ets" + ], + [ + "Ġmut", + "ations" + ], + [ + "i", + "ative" + ], + [ + "Ġallerg", + "ies" + ], + [ + "ĠD", + "iet" + ], + [ + "Ġs", + "orts" + ], + [ + "Ġ", + "||" + ], + [ + "ĠComput", + "er" + ], + [ + "ĠO", + "N" + ], + [ + "Ġd", + "ying" + ], + [ + "c", + "os" + ], + [ + "Ġoff", + "ices" + ], + [ + "10", + "3" + ], + [ + "ĠâĨ", + "ij" + ], + [ + "Ġprison", + "ers" + ], + [ + "Ġex", + "ch" + ], + [ + "ment", + "ation" + ], + [ + "Ġpr", + "ide" + ], + [ + "ĠAd", + "am" + ], + [ + "Ġar", + "thritis" + ], + [ + "ul", + "ative" + ], + [ + "Ġlay", + "out" + ], + [ + "Ġaccommod", + "ate" + ], + [ + "Ġinj", + "ured" + ], + [ + "Ġund", + "ers" + ], + [ + "p", + "ack" + ], + [ + "Ġhaz", + "ards" + ], + [ + "Ð", + "¾" + ], + [ + ",", + "'" + ], + [ + "N", + "ational" + ], + [ + "d", + "ated" + ], + [ + "Ġaff", + "airs" + ], + [ + "let", + "ter" + ], + [ + "Ġarg", + "ues" + ], + [ + "M", + "ake" + ], + [ + "Ġmetab", + "olic" + ], + [ + "Ġenthus", + "i" + ], + [ + "Ġbrother", + "s" + ], + [ + "ĠC", + "ra" + ], + [ + "Ġcamp", + "us" + ], + [ + "ob", + "j" + ], + [ + "Ġtum", + "ors" + ], + [ + "Ġoccup", + "ation" + ], + [ + "ĠTheore", + "m" + ], + [ + "il", + "er" + ], + [ + "iction", + "aries" + ], + [ + "Ġhe", + "s" + ], + [ + "ĠC", + "H" + ], + [ + "ĠAs", + "sembly" + ], + [ + "Ġobserv", + "ing" + ], + [ + "Ġso", + "y" + ], + [ + "Ġextra", + "ordinary" + ], + [ + "ĠS", + "earch" + ], + [ + "Ġrepeated", + "ly" + ], + [ + "Ġbr", + "id" + ], + [ + "Ġsome", + "where" + ], + [ + "Ġfe", + "es" + ], + [ + "per", + "t" + ], + [ + "n", + "ings" + ], + [ + "Ġd", + "oses" + ], + [ + "ĠS", + "av" + ], + [ + "Ġdatas", + "ets" + ], + [ + "Sp", + "ec" + ], + [ + "ĠW", + "ed" + ], + [ + "ĠSe", + "lect" + ], + [ + "omet", + "er" + ], + [ + "Ġmole", + "cule" + ], + [ + "Ġmin", + "i" + ], + [ + "Ġeth", + "ics" + ], + [ + "ĠPh", + "D" + ], + [ + "ĠMiss", + "issippi" + ], + [ + "Ġsymmet", + "ry" + ], + [ + "Ġin", + "adequ" + ], + [ + "ard", + "ed" + ], + [ + "Ġso", + "vere" + ], + [ + "ĠT", + "aylor" + ], + [ + "Ġpl", + "asma" + ], + [ + "Ġinvest", + "ing" + ], + [ + "Ġfertil", + "izer" + ], + [ + "v", + "i" + ], + [ + "Ġconsum", + "ing" + ], + [ + "Ġsatisf", + "y" + ], + [ + "Ġnurs", + "ing" + ], + [ + "s", + "plit" + ], + [ + "t", + "d" + ], + [ + "st", + "ru" + ], + [ + "Ġsub", + "stitute" + ], + [ + "h", + "our" + ], + [ + "Ġcle", + "arer" + ], + [ + "B", + "M" + ], + [ + "Ġe", + "ager" + ], + [ + "O", + "s" + ], + [ + "Ġk", + "g" + ], + [ + "ĠN", + "utrition" + ], + [ + "Go", + "ogle" + ], + [ + "10", + "8" + ], + [ + "est", + "one" + ], + [ + "iv", + "ation" + ], + [ + "Ġm", + "a" + ], + [ + "Ġval", + "ve" + ], + [ + "pect", + "ive" + ], + [ + "Ġpres", + "ervation" + ], + [ + "Ġwealth", + "y" + ], + [ + "Ġdistinct", + "ive" + ], + [ + "ut", + "ical" + ], + [ + "Ġatt", + "ended" + ], + [ + "ĠMon", + "th" + ], + [ + "im", + "en" + ], + [ + "9", + "1" + ], + [ + "Ġcoun", + "cil" + ], + [ + "an", + "z" + ], + [ + "Ġess", + "ays" + ], + [ + "Ġceleb", + "ration" + ], + [ + "Ġreview", + "ed" + ], + [ + "al", + "og" + ], + [ + "m", + "ath" + ], + [ + "ab", + "el" + ], + [ + "v", + "ance" + ], + [ + "Ġw", + "ed" + ], + [ + "Ġnorm", + "s" + ], + [ + "A", + "F" + ], + [ + "Ġhum", + "idity" + ], + [ + ".", + "||" + ], + [ + "Ġen", + "zymes" + ], + [ + "Ġdevast", + "ating" + ], + [ + "Ġadapt", + "ation" + ], + [ + "ĠTur", + "key" + ], + [ + "Ġeat", + "en" + ], + [ + "Ġcy", + "cl" + ], + [ + "Ġresident", + "ial" + ], + [ + "Ġh", + "oly" + ], + [ + "Ġreject", + "ed" + ], + [ + "str", + "ings" + ], + [ + "t", + "wo" + ], + [ + "Ġreg", + "ister" + ], + [ + "f", + "ather" + ], + [ + "Ġeduc", + "ated" + ], + [ + "ĠW", + "alk" + ], + [ + "ĠF", + "ibonacci" + ], + [ + "Ġgr", + "an" + ], + [ + "Ġstra", + "ins" + ], + [ + "w", + "orm" + ], + [ + "B", + "ack" + ], + [ + "Ġfurn", + "iture" + ], + [ + "W", + "ill" + ], + [ + "ĠBer", + "lin" + ], + [ + "Ġvo", + "ices" + ], + [ + "Ġsc", + "rap" + ], + [ + "Ġfil", + "ters" + ], + [ + "qu", + "es" + ], + [ + "ĠB", + "ob" + ], + [ + "\"", + ";" + ], + [ + "Ġcur", + "ves" + ], + [ + "Ġde", + "ce" + ], + [ + "ĠN", + "Y" + ], + [ + "Ġathlet", + "es" + ], + [ + "ĠH", + "em" + ], + [ + "Ġchar", + "ges" + ], + [ + "Ġembed", + "ded" + ], + [ + "ĠE", + "nt" + ], + [ + "Ġcorrespond", + "s" + ], + [ + "um", + "ing" + ], + [ + "ĠM", + "onday" + ], + [ + "Ġse", + "gments" + ], + [ + "Ġtrib", + "e" + ], + [ + "s", + "ized" + ], + [ + "D", + "R" + ], + [ + "Ġb", + "old" + ], + [ + "Ġe", + "ll" + ], + [ + "Ġnavig", + "ation" + ], + [ + "Ġp", + "ushed" + ], + [ + "for", + "ced" + ], + [ + "D", + "ec" + ], + [ + "Ġp", + "ine" + ], + [ + "ĠEm", + "ma" + ], + [ + "Ġbr", + "ill" + ], + [ + "ĠO", + "pt" + ], + [ + "Ġ", + "×" + ], + [ + "Ġdep", + "r" + ], + [ + "Ġbreak", + "down" + ], + [ + "ĠK", + "n" + ], + [ + "ĠH", + "o" + ], + [ + "Ġsurpr", + "ised" + ], + [ + "nes", + "ota" + ], + [ + "Ġde", + "leg" + ], + [ + "ĠH", + "ig" + ], + [ + "ĠJ", + "ones" + ], + [ + "Ġt", + "rick" + ], + [ + "Ġtw", + "elve" + ], + [ + "Ġremind", + "er" + ], + [ + "Ġfl", + "aw" + ], + [ + "Ġinflu", + "ential" + ], + [ + "ĠBudd", + "h" + ], + [ + "it", + "us" + ], + [ + "Ġe", + "rect" + ], + [ + "i", + "y" + ], + [ + "ĠOr", + "ig" + ], + [ + "Ġrec", + "ur" + ], + [ + "i", + "ors" + ], + [ + "ĠH", + "ot" + ], + [ + "gh", + "an" + ], + [ + "Ġcomm", + "ands" + ], + [ + "Ġabsor", + "bed" + ], + [ + "ĠP", + "erson" + ], + [ + "ĠF", + "er" + ], + [ + "Ġapplic", + "able" + ], + [ + "Ġche", + "ese" + ], + [ + "Ġassoci", + "ations" + ], + [ + "ĠCar", + "ib" + ], + [ + "ĠR", + "en" + ], + [ + "Ġp", + "ink" + ], + [ + "Ġg", + "ains" + ], + [ + "Ġapprec", + "iation" + ], + [ + "Ġrefuge", + "es" + ], + [ + "l", + "aw" + ], + [ + "Ġinject", + "ion" + ], + [ + "Ġst", + "ems" + ], + [ + "health", + "y" + ], + [ + "ph", + "ones" + ], + [ + "n", + "on" + ], + [ + "Ġb", + "ind" + ], + [ + "Ġpr", + "iest" + ], + [ + "An", + "y" + ], + [ + "ath", + "an" + ], + [ + "Ġconf", + "used" + ], + [ + "Ġharm", + "ony" + ], + [ + "Ġan", + "ch" + ], + [ + "Ġpath", + "ways" + ], + [ + "Ġflo", + "ating" + ], + [ + "Ġb", + "orders" + ], + [ + "Ġen", + "zyme" + ], + [ + "ĠL", + "u" + ], + [ + "vers", + "ion" + ], + [ + "ĠCom", + "b" + ], + [ + "Ġse", + "al" + ], + [ + "ĠN", + "ic" + ], + [ + "9", + "7" + ], + [ + "Ġreflect", + "ing" + ], + [ + "Ġread", + "s" + ], + [ + "9", + "00" + ], + [ + "ier", + "ce" + ], + [ + "Ġhistor", + "ians" + ], + [ + "Ġal", + "ike" + ], + [ + "Ġpuzz", + "le" + ], + [ + "ĠProv", + "ide" + ], + [ + "Ġpartners", + "hips" + ], + [ + "P", + "ar" + ], + [ + "ES", + "T" + ], + [ + "ĠApp", + "le" + ], + [ + "Ġbrows", + "er" + ], + [ + "yl", + "on" + ], + [ + "ĠSt", + "ory" + ], + [ + "Ġpred", + "ators" + ], + [ + "ĠA", + "ud" + ], + [ + "ĠAl", + "ternatively" + ], + [ + "ĠK", + "y" + ], + [ + "oc", + "ent" + ], + [ + "Ġtim", + "eline" + ], + [ + "l", + "ier" + ], + [ + "g", + "iving" + ], + [ + "ob", + "ic" + ], + [ + "ĠP", + "ut" + ], + [ + "ĠBet", + "ween" + ], + [ + "Ġp", + "iv" + ], + [ + "Ġshall", + "ow" + ], + [ + "Ġoffic", + "ially" + ], + [ + "ab", + "ases" + ], + [ + "e", + "av" + ], + [ + "ult", + "ure" + ], + [ + "act", + "ic" + ], + [ + "Ġmod", + "ular" + ], + [ + "Ġcomm", + "od" + ], + [ + "Ġent", + "ers" + ], + [ + "ĠIs", + "a" + ], + [ + "ĠP", + "ay" + ], + [ + "ĠB", + "a" + ], + [ + "ĠWith", + "in" + ], + [ + "Ġadolesc", + "ents" + ], + [ + "v", + "y" + ], + [ + "Ġtra", + "cks" + ], + [ + "10", + "5" + ], + [ + "ĠAssess", + "ment" + ], + [ + "du", + "ate" + ], + [ + "Ġinterpre", + "ted" + ], + [ + "ĠW", + "ales" + ], + [ + "Ġen", + "compass" + ], + [ + "b", + "ound" + ], + [ + "Ġmanufacture", + "r" + ], + [ + "ĠB", + "ell" + ], + [ + "ik", + "es" + ], + [ + "ĠS", + "n" + ], + [ + "Ġcomp", + "at" + ], + [ + "Ġfollow", + "ers" + ], + [ + "Ġpromot", + "es" + ], + [ + "Ġbul", + "lying" + ], + [ + "Ġmut", + "ual" + ], + [ + "Ġab", + "ol" + ], + [ + "Ġrecy", + "cled" + ], + [ + "ĠWilliam", + "s" + ], + [ + "G", + "u" + ], + [ + "Ġco", + "inc" + ], + [ + "Ġfat", + "al" + ], + [ + "Ġenab", + "led" + ], + [ + "Ġel", + "ig" + ], + [ + "ĠM", + "arc" + ], + [ + "ĠP", + "ope" + ], + [ + "mon", + "th" + ], + [ + "op", + "t" + ], + [ + "s", + "olving" + ], + [ + "print", + "ln" + ], + [ + "ĠRe", + "al" + ], + [ + "Ġr", + "ic" + ], + [ + "ĠMat", + "hemat" + ], + [ + "aren", + "cy" + ], + [ + "d", + "iv" + ], + [ + "us", + "ively" + ], + [ + "Ġshould", + "er" + ], + [ + "ĠSt", + "ill" + ], + [ + "Ġatt", + "ending" + ], + [ + "Ġdes", + "per" + ], + [ + "Ġfa", + "ult" + ], + [ + "y", + "ard" + ], + [ + "ĠL", + "at" + ], + [ + "Ġtra", + "ins" + ], + [ + "do", + "ors" + ], + [ + "u", + "ction" + ], + [ + "Ġv", + "ag" + ], + [ + "Ġint", + "im" + ], + [ + "Ġwin", + "ning" + ], + [ + "ĠCD", + "C" + ], + [ + "Ġforg", + "otten" + ], + [ + "B", + "A" + ], + [ + "Ġview", + "ing" + ], + [ + "C", + "reate" + ], + [ + "Ġch", + "ron" + ], + [ + "Ġsal", + "mon" + ], + [ + "Ġaccept", + "ance" + ], + [ + "ig", + "ation" + ], + [ + "Ġalg", + "ae" + ], + [ + "Ġh", + "ang" + ], + [ + "Ġattack", + "ed" + ], + [ + "Ġshad", + "ow" + ], + [ + "Ġcontribut", + "es" + ], + [ + "Ġfl", + "aws" + ], + [ + "Wh", + "ich" + ], + [ + "Ġuncle", + "ar" + ], + [ + "ĠRes", + "earchers" + ], + [ + "Ġvol", + "umes" + ], + [ + "ĠB", + "est" + ], + [ + "Ġinvest", + "ors" + ], + [ + "ĠInd", + "igenous" + ], + [ + "Ġv", + "om" + ], + [ + "Ġlim", + "iting" + ], + [ + "al", + "g" + ], + [ + "ĠE", + "val" + ], + [ + "Ġst", + "ops" + ], + [ + "Ġflu", + "or" + ], + [ + "part", + "s" + ], + [ + "ĠApp", + "lic" + ], + [ + "U", + "C" + ], + [ + "e", + "ven" + ], + [ + "th", + "ood" + ], + [ + "Ġhome", + "work" + ], + [ + "Ġelectron", + "ics" + ], + [ + "8", + "7" + ], + [ + "Ġlib", + "eral" + ], + [ + "ĠEm", + "peror" + ], + [ + "Ġrespect", + "ive" + ], + [ + "9", + "3" + ], + [ + "Ġcar", + "ries" + ], + [ + "Ġgra", + "ms" + ], + [ + "Ġn", + "inet" + ], + [ + "Ġsubsequ", + "ently" + ], + [ + "Ġrail", + "road" + ], + [ + "ĠMiss", + "ouri" + ], + [ + "or", + "ious" + ], + [ + "Ġb", + "ike" + ], + [ + "Ġen", + "emies" + ], + [ + "ĠM", + "es" + ], + [ + "Ġvacc", + "ination" + ], + [ + "Ġflood", + "ing" + ], + [ + "ĠCult", + "ure" + ], + [ + "Ġincl", + "usion" + ], + [ + "Ġmemor", + "able" + ], + [ + "Ġphysic", + "ians" + ], + [ + "vel", + "ength" + ], + [ + "Ġlo", + "ans" + ], + [ + "W", + "orld" + ], + [ + "Ġrefer", + "ring" + ], + [ + "Ġdrop", + "s" + ], + [ + "ĠInt", + "roduction" + ], + [ + "Ġl", + "ift" + ], + [ + "d", + "eg" + ], + [ + "Ġfe", + "as" + ], + [ + "ĠOb", + "ject" + ], + [ + "we", + "et" + ], + [ + "P", + "V" + ], + [ + "Ġbe", + "am" + ], + [ + "Ð", + "µ" + ], + [ + "ĠH", + "arr" + ], + [ + "Ġdisc", + "om" + ], + [ + "Ġfro", + "zen" + ], + [ + "Ġattempt", + "ing" + ], + [ + "ĠB", + "on" + ], + [ + "Ġfr", + "ustr" + ], + [ + "Ġpay", + "ments" + ], + [ + "Ġen", + "um" + ], + [ + "B", + "ased" + ], + [ + "Ġem", + "it" + ], + [ + "Ġbul", + "bs" + ], + [ + "Ġshif", + "ts" + ], + [ + "ir", + "s" + ], + [ + "Ġavoid", + "ed" + ], + [ + "Ġaccompl", + "ished" + ], + [ + "n", + "als" + ], + [ + "st", + "ic" + ], + [ + "ĠD", + "id" + ], + [ + "Ġh", + "ill" + ], + [ + "Ġv", + "ine" + ], + [ + "Ġbe", + "et" + ], + [ + "Ġdraw", + "s" + ], + [ + "ĠNet", + "her" + ], + [ + "he", + "ll" + ], + [ + "ab", + "led" + ], + [ + "Ġtreat", + "y" + ], + [ + "u", + "v" + ], + [ + "ĠSchool", + "s" + ], + [ + "ĠTh", + "ird" + ], + [ + "ĠAn", + "imal" + ], + [ + "ĠB", + "ush" + ], + [ + "ust", + "er" + ], + [ + "Ġpersist", + "ent" + ], + [ + "l", + "st" + ], + [ + "ig", + "ma" + ], + [ + "Ġclust", + "ers" + ], + [ + "ore", + "r" + ], + [ + "Ġimp", + "r" + ], + [ + "Ġalph", + "abet" + ], + [ + "Ġcl", + "oth" + ], + [ + "Ġappoint", + "ment" + ], + [ + "Ġallerg", + "ic" + ], + [ + "ps", + "on" + ], + [ + "Ġto", + "ile" + ], + [ + "M", + "on" + ], + [ + "P", + "D" + ], + [ + "Ġbe", + "aring" + ], + [ + "Ġstorm", + "s" + ], + [ + "C", + "heck" + ], + [ + "Ġsee", + "ks" + ], + [ + "ĠStand", + "ards" + ], + [ + "on", + "ing" + ], + [ + "ind", + "rome" + ], + [ + "Ġaward", + "ed" + ], + [ + "Ġcol", + "ored" + ], + [ + "Ġdefect", + "s" + ], + [ + "Ġind", + "oor" + ], + [ + "Ġref", + "rig" + ], + [ + "f", + "lo" + ], + [ + "i", + "ac" + ], + [ + "ace", + "utical" + ], + [ + "form", + "ing" + ], + [ + "Ġpost", + "ed" + ], + [ + "ol", + "ves" + ], + [ + "Î", + "±" + ], + [ + "ĠL", + "uther" + ], + [ + "ĠSc", + "ript" + ], + [ + "Ġinfin", + "ity" + ], + [ + "Ġcust", + "oms" + ], + [ + "ĠF", + "ocus" + ], + [ + "ĠPe", + "ace" + ], + [ + "Gen", + "eral" + ], + [ + "Val", + "ue" + ], + [ + "sequ", + "ently" + ], + [ + "uls", + "ion" + ], + [ + "`", + ":" + ], + [ + "Ġdesign", + "ers" + ], + [ + "ĠWork", + "ing" + ], + [ + "Ġy", + "oga" + ], + [ + "ĠT", + "ri" + ], + [ + "Ġsm", + "ile" + ], + [ + "Ġprov", + "isions" + ], + [ + "Ġdec", + "ent" + ], + [ + "Ġcrow", + "d" + ], + [ + "y", + "an" + ], + [ + "Ġs", + "el" + ], + [ + "Ġneighb", + "ors" + ], + [ + "on", + "ics" + ], + [ + "Ġu", + "l" + ], + [ + "i", + "eth" + ], + [ + "Ġinfluen", + "za" + ], + [ + "Ġb", + "ills" + ], + [ + "ĠTra", + "ining" + ], + [ + "Ġfall", + "en" + ], + [ + "ĠPol", + "and" + ], + [ + "Ġpot", + "assium" + ], + [ + "Ġmanip", + "ulation" + ], + [ + "ge", + "red" + ], + [ + "ĠSh", + "akespeare" + ], + [ + "ĠIm", + "port" + ], + [ + "Ġpromot", + "ion" + ], + [ + "B", + "D" + ], + [ + "ĠB", + "ol" + ], + [ + "Ġrem", + "ed" + ], + [ + "o", + "a" + ], + [ + "Ġp", + "anc" + ], + [ + "ĠPr", + "ince" + ], + [ + "Ġmar", + "gin" + ], + [ + "Ġins", + "ist" + ], + [ + "amb", + "da" + ], + [ + "Ġsett", + "lers" + ], + [ + "Ġph", + "ases" + ], + [ + "Ġdoll", + "ar" + ], + [ + "s", + "l" + ], + [ + "ip", + "ation" + ], + [ + "P", + "L" + ], + [ + "hed", + "ral" + ], + [ + "O", + "rig" + ], + [ + "ĠT", + "enn" + ], + [ + "Ġstim", + "ulate" + ], + [ + "Ġastron", + "aut" + ], + [ + "Ġaf", + "ternoon" + ], + [ + "ress", + "ing" + ], + [ + "Ġm", + "uc" + ], + [ + "Ġflow", + "ing" + ], + [ + "Ġemp", + "ir" + ], + [ + "ĠM", + "other" + ], + [ + "et", + "ch" + ], + [ + "ĠN", + "a" + ], + [ + "Ġc", + "her" + ], + [ + "Ġfem", + "in" + ], + [ + "Ġequ", + "il" + ], + [ + "in", + "ate" + ], + [ + "Su", + "pp" + ], + [ + "ĠReturn", + "s" + ], + [ + "Ġarrange", + "ments" + ], + [ + "ang", + "el" + ], + [ + "Ġmal", + "aria" + ], + [ + "ã", + "ģ" + ], + [ + "Ġpublic", + "ations" + ], + [ + "Ġteac", + "hes" + ], + [ + "Ġconj", + "unction" + ], + [ + "in", + "ch" + ], + [ + "ues", + "day" + ], + [ + "Ġassum", + "es" + ], + [ + "Ġpub", + "l" + ], + [ + "Ġvalid", + "ation" + ], + [ + "Ġqual", + "ified" + ], + [ + "Ġp", + "or" + ], + [ + "ĠPr", + "im" + ], + [ + "Ġse", + "iz" + ], + [ + "Ġdev", + "oted" + ], + [ + "ĠH", + "yd" + ], + [ + "Ġp", + "est" + ], + [ + "ar", + "ians" + ], + [ + "pro", + "v" + ], + [ + "ĠSh", + "ort" + ], + [ + "Ġdent", + "ist" + ], + [ + "ĠN", + "O" + ], + [ + "ĠCl", + "ub" + ], + [ + "Ġir", + "regular" + ], + [ + "ĠE", + "S" + ], + [ + "Ġext", + "inction" + ], + [ + "ĠGerm", + "ans" + ], + [ + "Ġv", + "iable" + ], + [ + "Ġsaf", + "er" + ], + [ + "Ġl", + "ying" + ], + [ + "h", + "ard" + ], + [ + "Ġmil", + "it" + ], + [ + "Ġresid", + "ual" + ], + [ + "form", + "at" + ], + [ + "Ġunder", + "m" + ], + [ + "ucl", + "ide" + ], + [ + "ĠMin", + "nesota" + ], + [ + "Ġmat", + "ching" + ], + [ + "Ġprogress", + "ive" + ], + [ + "erv", + "es" + ], + [ + "Ġb", + "ark" + ], + [ + "Ġass", + "ault" + ], + [ + "on", + "in" + ], + [ + "!", + ")" + ], + [ + "nt", + "il" + ], + [ + "om", + "orph" + ], + [ + "Ġflu", + "ctu" + ], + [ + "Ġmarg", + "inal" + ], + [ + "Ġh", + "ills" + ], + [ + "C", + "I" + ], + [ + "ass", + "es" + ], + [ + "Ġattract", + "ions" + ], + [ + "b", + "et" + ], + [ + "Ġr", + "ival" + ], + [ + "ĠÂ", + "·" + ], + [ + "Ġcomple", + "ting" + ], + [ + "ĠMars", + "h" + ], + [ + "v", + "ar" + ], + [ + "Ġon", + "set" + ], + [ + "ĠF", + "ig" + ], + [ + "Ġgen", + "us" + ], + [ + "Ġmet", + "er" + ], + [ + "Ġl", + "ighter" + ], + [ + "an", + "ol" + ], + [ + "ĠC", + "R" + ], + [ + "own", + "ers" + ], + [ + "th", + "al" + ], + [ + "Ġgra", + "ce" + ], + [ + "Ġdead", + "ly" + ], + [ + "Ġt", + "anks" + ], + [ + "Ġt", + "ast" + ], + [ + "at", + "abase" + ], + [ + "Ġtransform", + "ations" + ], + [ + "ĠNever", + "theless" + ], + [ + "Ġmov", + "ies" + ], + [ + "ĠA", + "qu" + ], + [ + "Ġhe", + "ter" + ], + [ + "ĠU", + "RL" + ], + [ + "Ġprevent", + "ed" + ], + [ + "Ġla", + "wn" + ], + [ + "Ġtack", + "le" + ], + [ + "ĠAr", + "m" + ], + [ + "Ġcheck", + "ed" + ], + [ + "Ġenvironment", + "ally" + ], + [ + "F", + "ind" + ], + [ + "Ġge", + "ographic" + ], + [ + "U", + "L" + ], + [ + "Ġwire", + "less" + ], + [ + "he", + "it" + ], + [ + "Ġqu", + "ote" + ], + [ + "Ġpoor", + "ly" + ], + [ + "ĠBudd", + "ha" + ], + [ + "Ġvolunte", + "er" + ], + [ + "Ġtrem", + "end" + ], + [ + "Ġdistribut", + "ions" + ], + [ + "ĠJ", + "im" + ], + [ + "ĠM", + "and" + ], + [ + "Ġse", + "w" + ], + [ + "Ġhistor", + "ian" + ], + [ + "h", + "ire" + ], + [ + "Ġsw", + "ord" + ], + [ + "Ġat", + "omic" + ], + [ + "w", + "idth" + ], + [ + "Ġ[", + "'" + ], + [ + "iot", + "ic" + ], + [ + "Ġshow", + "case" + ], + [ + "nes", + "day" + ], + [ + "Ġt", + "ale" + ], + [ + "Ġin", + "verse" + ], + [ + "Ġc", + "od" + ], + [ + "Ġsing", + "ular" + ], + [ + "comm", + "un" + ], + [ + "Ġcos", + "m" + ], + [ + "ĠF", + "ac" + ], + [ + "Ġblock", + "chain" + ], + [ + "Ġdiscom", + "fort" + ], + [ + "ĠBra", + "in" + ], + [ + "ĠDar", + "win" + ], + [ + "Ġreson", + "ance" + ], + [ + "rict", + "ion" + ], + [ + "Ġs", + "or" + ], + [ + "ĠScient", + "ific" + ], + [ + "ĠOr", + "th" + ], + [ + "urs", + "day" + ], + [ + "M", + "M" + ], + [ + "abil", + "itation" + ], + [ + "Ġshould", + "n" + ], + [ + "ĠCalcul", + "ate" + ], + [ + "Ġre", + "nd" + ], + [ + "qu", + "arters" + ], + [ + "Ġflu", + "ids" + ], + [ + "Ġm", + "ira" + ], + [ + "Ġassess", + "ed" + ], + [ + "ĠCarib", + "bean" + ], + [ + "Ġc", + "ensus" + ], + [ + "Ġfe", + "e" + ], + [ + "Ġm", + "art" + ], + [ + "Ġhard", + "ly" + ], + [ + "Ġcalcul", + "us" + ], + [ + "ĠSch", + "olar" + ], + [ + "ear", + "ly" + ], + [ + "ĠF", + "uture" + ], + [ + "ĠEx", + "ec" + ], + [ + "ĠMary", + "land" + ], + [ + "im", + "als" + ], + [ + "em", + "or" + ], + [ + "Ġvot", + "ing" + ], + [ + "Ġsil", + "ence" + ], + [ + "Ġfall", + "acy" + ], + [ + "ĠHit", + "ler" + ], + [ + "ĠS", + "em" + ], + [ + "Ġimp", + "ly" + ], + [ + "ĠR", + "a" + ], + [ + "ĠPr", + "ime" + ], + [ + "Ġphot", + "ography" + ], + [ + "Ġre", + "lying" + ], + [ + "Ġimportant", + "ly" + ], + [ + "og", + "ene" + ], + [ + "Ġpat", + "ent" + ], + [ + "Ġsl", + "ip" + ], + [ + "Ġtr", + "ies" + ], + [ + "Ġsacr", + "ific" + ], + [ + "Ġext", + "rem" + ], + [ + "sp", + "ring" + ], + [ + "in", + "ition" + ], + [ + "Ġcompens", + "ation" + ], + [ + "Ġdisc", + "l" + ], + [ + "Ġpric", + "ing" + ], + [ + "ĠGovern", + "or" + ], + [ + "Ġrul", + "ing" + ], + [ + "Ġan", + "at" + ], + [ + "Ġshap", + "ing" + ], + [ + "Ġpass", + "engers" + ], + [ + "Ġret", + "ire" + ], + [ + "T", + "ake" + ], + [ + "ĠB", + "h" + ], + [ + "Ġstatist", + "ically" + ], + [ + "c", + "s" + ], + [ + "onym", + "ous" + ], + [ + "Ġ", + ".." + ], + [ + "Ġpar", + "liament" + ], + [ + "Ġmod", + "ules" + ], + [ + "Ġvalid", + "ate" + ], + [ + "Ġaccess", + "ed" + ], + [ + "Ġmod", + "ul" + ], + [ + "n", + "ection" + ], + [ + "Ġp", + "ests" + ], + [ + "Ġint", + "ra" + ], + [ + "ne", + "a" + ], + [ + "ĠDet", + "erm" + ], + [ + "Ġcryst", + "al" + ], + [ + "pl", + "an" + ], + [ + "Ġinval", + "id" + ], + [ + "F", + "S" + ], + [ + "Ġre", + "ar" + ], + [ + "Ġmoment", + "um" + ], + [ + "W", + "ater" + ], + [ + "b", + "ul" + ], + [ + "m", + "ind" + ], + [ + "Ġsim", + "ulation" + ], + [ + "Ġbas", + "ics" + ], + [ + "Ġsimpl", + "er" + ], + [ + "ins", + "ula" + ], + [ + "ator", + "ies" + ], + [ + "Ġfor", + "cing" + ], + [ + "ro", + "ck" + ], + [ + "Ġnerv", + "es" + ], + [ + "ĠG", + "M" + ], + [ + "Ġ\"", + ")" + ], + [ + "Ġtrans", + "plant" + ], + [ + "ĠD", + "rug" + ], + [ + "Ġch", + "at" + ], + [ + "Ġrel", + "ates" + ], + [ + "Ġfound", + "er" + ], + [ + "Ġsustain", + "ed" + ], + [ + "Ġatt", + "ain" + ], + [ + "h", + "r" + ], + [ + "k", + "al" + ], + [ + "Ġrel", + "atives" + ], + [ + "ĠDem", + "ocratic" + ], + [ + "ĠTra", + "de" + ], + [ + "Ġas", + "ym" + ], + [ + "Ġrelax", + "ation" + ], + [ + "ĠOnt", + "ario" + ], + [ + "sc", + "ill" + ], + [ + "Ġhe", + "x" + ], + [ + "Ġcont", + "rary" + ], + [ + "Ġwor", + "ried" + ], + [ + "Ġroll", + "ing" + ], + [ + "Ġpeace", + "ful" + ], + [ + "Ġor", + "n" + ], + [ + "Ù", + "Ħ" + ], + [ + "ĠClin", + "ical" + ], + [ + "Ġfeature", + "d" + ], + [ + "Ġsepar", + "ately" + ], + [ + "Ġapp", + "et" + ], + [ + "ĠInt", + "ellig" + ], + [ + "Ġl", + "on" + ], + [ + "anc", + "ial" + ], + [ + "Ġeduc", + "ate" + ], + [ + "Ġinher", + "it" + ], + [ + "ĠO", + "R" + ], + [ + "ĠC", + "ore" + ], + [ + "ry", + "ing" + ], + [ + "ĠStep", + "hen" + ], + [ + "ign", + "ed" + ], + [ + "IS", + "T" + ], + [ + "j", + "a" + ], + [ + "reat", + "ment" + ], + [ + "Ġinst", + "inct" + ], + [ + "an", + "ium" + ], + [ + "Ġconstitution", + "al" + ], + [ + "Ġinform", + "al" + ], + [ + "Ġdow", + "nt" + ], + [ + "x", + "ic" + ], + [ + "Ġmod", + "es" + ], + [ + "Ġheart", + "s" + ], + [ + "Ġdefe", + "at" + ], + [ + "Ġob", + "sc" + ], + [ + "un", + "s" + ], + [ + "our", + "ing" + ], + [ + "ĠNether", + "lands" + ], + [ + "Ġrepl", + "acing" + ], + [ + "Ġspec", + "ify" + ], + [ + "Ġo", + "kay" + ], + [ + "Ġdoct", + "rine" + ], + [ + "Ġname", + "ly" + ], + [ + "ob", + "s" + ], + [ + "uclide", + "an" + ], + [ + "ĠCle", + "an" + ], + [ + "ro", + "le" + ], + [ + "Ġf", + "illing" + ], + [ + "mer", + "ce" + ], + [ + "ĠTe", + "achers" + ], + [ + "Ġvac", + "uum" + ], + [ + "ucle", + "ar" + ], + [ + "Ġpsych", + "iat" + ], + [ + "Ġentreprene", + "urs" + ], + [ + "Ġcare", + "ers" + ], + [ + "Ġexhib", + "its" + ], + [ + "Ġreserv", + "oir" + ], + [ + "ĠMc", + "C" + ], + [ + "Ġsc", + "atter" + ], + [ + "requ", + "ency" + ], + [ + "Ġwas", + "hing" + ], + [ + "Ġdistingu", + "ished" + ], + [ + "Ġaccom", + "pany" + ], + [ + "ess", + "ional" + ], + [ + "Ġexped", + "ition" + ], + [ + "Ġr", + "um" + ], + [ + "erv", + "ice" + ], + [ + "Ġpresc", + "ription" + ], + [ + "Ġgain", + "ing" + ], + [ + "Ġhun", + "ger" + ], + [ + "Ġinv", + "ited" + ], + [ + "ĠPhys", + "ics" + ], + [ + "Ġsynt", + "hesis" + ], + [ + "ĠQu", + "estions" + ], + [ + "c", + "at" + ], + [ + "ber", + "ries" + ], + [ + "ons", + "in" + ], + [ + "Ġform", + "ats" + ], + [ + "ĠInt", + "erest" + ], + [ + "Ġb", + "ars" + ], + [ + "Ġtherap", + "ies" + ], + [ + "ĠCor", + "ps" + ], + [ + "ĠH", + "an" + ], + [ + "Ġachieve", + "ments" + ], + [ + "Ġ", + "es" + ], + [ + "ĠH", + "om" + ], + [ + "ĠE", + "vent" + ], + [ + "se", + "ud" + ], + [ + "ĠProt", + "est" + ], + [ + "Ġdegrad", + "ation" + ], + [ + ",", + "âĢĻ" + ], + [ + "Ġgra", + "b" + ], + [ + "erc", + "ise" + ], + [ + "re", + "str" + ], + [ + "Ġfert", + "ility" + ], + [ + "art", + "en" + ], + [ + "ĠOther", + "wise" + ], + [ + "Ġepis", + "ode" + ], + [ + "ĠRom", + "ans" + ], + [ + "Ġf", + "irms" + ], + [ + "ly", + "n" + ], + [ + "Ġsub", + "mitted" + ], + [ + "ĠScient", + "ists" + ], + [ + "ĠST", + "EM" + ], + [ + "ib", + "et" + ], + [ + "ĠSt", + "ring" + ], + [ + "isc", + "onsin" + ], + [ + "em", + "ed" + ], + [ + "Ġn", + "ort" + ], + [ + "ag", + "g" + ], + [ + "Ġto", + "ll" + ], + [ + "Ġle", + "ak" + ], + [ + "Ġk", + "in" + ], + [ + "ĠP", + "ath" + ], + [ + "we", + "ek" + ], + [ + "ah", + "ren" + ], + [ + "Ġcreat", + "ure" + ], + [ + "Ġtit", + "les" + ], + [ + "Ġsc", + "ent" + ], + [ + "ĠN", + "G" + ], + [ + "Ġreson", + "ates" + ], + [ + "ĠF", + "ull" + ], + [ + "Ġdu", + "plicate" + ], + [ + "Ġdecre", + "asing" + ], + [ + "Ġsh", + "ield" + ], + [ + "Ġch", + "ains" + ], + [ + "ĠN", + "ation" + ], + [ + "Ġw", + "ages" + ], + [ + "Ġend", + "eav" + ], + [ + "Ġcap", + "ability" + ], + [ + "Ġmet", + "eor" + ], + [ + "Ġper", + "mitted" + ], + [ + "str", + "ate" + ], + [ + "Ġtox", + "ins" + ], + [ + "Ġp", + "neum" + ], + [ + "Ġgr", + "ants" + ], + [ + "Ġgun", + "s" + ], + [ + "f", + "lies" + ], + [ + "ĠCar", + "l" + ], + [ + "Ġp", + "ars" + ], + [ + "Ġeconom", + "ies" + ], + [ + "Ġtrans", + "action" + ], + [ + "ĠT", + "ro" + ], + [ + "b", + "u" + ], + [ + "Ġfe", + "ather" + ], + [ + "Ġth", + "inks" + ], + [ + "ĠR", + "isk" + ], + [ + "Ġd", + "ot" + ], + [ + "d", + "es" + ], + [ + "Ġdis", + "asters" + ], + [ + "Ġcomp", + "ute" + ], + [ + "w", + "ind" + ], + [ + "Ġres", + "erve" + ], + [ + "Ġfac", + "ial" + ], + [ + "Ġpul", + "led" + ], + [ + "ab", + "lish" + ], + [ + "Ġmass", + "es" + ], + [ + "Ch", + "rist" + ], + [ + "ĠLin", + "ux" + ], + [ + "Ġwithdraw", + "al" + ], + [ + "Ã", + "§" + ], + [ + "10", + "9" + ], + [ + "h", + "uman" + ], + [ + "it", + "ational" + ], + [ + "Ġb", + "er" + ], + [ + "Ġre", + "vel" + ], + [ + "Ġnetwork", + "ing" + ], + [ + "v", + "ae" + ], + [ + "plic", + "ity" + ], + [ + "Ġt", + "ape" + ], + [ + "In", + "f" + ], + [ + "ef", + "its" + ], + [ + "om", + "ical" + ], + [ + "Ġadminist", + "ered" + ], + [ + "ĠF", + "ollowing" + ], + [ + "Ġexp", + "end" + ], + [ + "Ġnecess", + "ity" + ], + [ + "un", + "ks" + ], + [ + "Ġtravel", + "ed" + ], + [ + "Ġrub", + "ber" + ], + [ + "ĠRes", + "erve" + ], + [ + "Ġsur", + "veillance" + ], + [ + "ĠMat", + "thew" + ], + [ + "Ġimm", + "igration" + ], + [ + "Ġsucceed", + "ed" + ], + [ + "ab", + "s" + ], + [ + "Ġtradition", + "ally" + ], + [ + "Ġshad", + "ows" + ], + [ + "Ġins", + "u" + ], + [ + "sp", + "e" + ], + [ + "Ġslow", + "er" + ], + [ + "Ġe", + "igen" + ], + [ + "Ġmembers", + "hip" + ], + [ + "Ġsynt", + "ax" + ], + [ + "Sec", + "ond" + ], + [ + "Ġclim", + "bs" + ], + [ + "Ġobvious", + "ly" + ], + [ + "Ġp", + "itch" + ], + [ + "Ġy", + "ard" + ], + [ + "ĠJer", + "sey" + ], + [ + "bur", + "gh" + ], + [ + "m", + "akers" + ], + [ + "Ġtal", + "ks" + ], + [ + "Ġreserv", + "es" + ], + [ + "te", + "enth" + ], + [ + "ip", + "h" + ], + [ + "Ġsw", + "allow" + ], + [ + "ĠLe", + "ague" + ], + [ + "ĠPro", + "per" + ], + [ + "p", + "en" + ], + [ + "Ġd", + "ictionaries" + ], + [ + "10", + "4" + ], + [ + "Ġdiarr", + "hea" + ], + [ + "Ġdat", + "abases" + ], + [ + "ĠF", + "a" + ], + [ + "ĠR", + "and" + ], + [ + "ĠCh", + "all" + ], + [ + "Th", + "us" + ], + [ + "Ġen", + "erg" + ], + [ + "amm", + "ad" + ], + [ + "an", + "as" + ], + [ + "i", + "ro" + ], + [ + "Ġgard", + "ening" + ], + [ + "Ġhyper", + "t" + ], + [ + "ob", + "ject" + ], + [ + "Ġwa", + "velength" + ], + [ + "ĠM", + "P" + ], + [ + "Ġca", + "ution" + ], + [ + "Ġdomin", + "ated" + ], + [ + "Ġcl", + "osing" + ], + [ + "Ġcomb", + "ines" + ], + [ + "Ġex", + "ert" + ], + [ + "Ġantib", + "odies" + ], + [ + "E", + "X" + ], + [ + "Ġunf", + "old" + ], + [ + "ĠH", + "u" + ], + [ + "ĠJ", + "on" + ], + [ + "ĠVol", + "ume" + ], + [ + "ric", + "es" + ], + [ + "â", + "Ħ" + ], + [ + "Ġgovern", + "or" + ], + [ + "Ġcra", + "fts" + ], + [ + "Ġmax", + "imize" + ], + [ + "ĠN", + "ep" + ], + [ + "Ġsitu", + "ated" + ], + [ + "Ġwrit", + "ings" + ], + [ + "ĠD", + "ra" + ], + [ + "g", + "ram" + ], + [ + "ropri", + "ate" + ], + [ + "iff", + "erent" + ], + [ + "g", + "ood" + ], + [ + "ur", + "l" + ], + [ + "Ġpat", + "ri" + ], + [ + "ĠArch", + "itect" + ], + [ + "Ġexp", + "ense" + ], + [ + "ĠP", + "y" + ], + [ + "rel", + "s" + ], + [ + "ĠAP", + "I" + ], + [ + "Ġceremon", + "y" + ], + [ + "em", + "et" + ], + [ + "Ġcount", + "less" + ], + [ + "3", + "50" + ], + [ + "Ġh", + "orn" + ], + [ + "ĠAf", + "ghan" + ], + [ + "ad", + "ow" + ], + [ + "ivers", + "ary" + ], + [ + "ĠDe", + "ath" + ], + [ + "ĠC", + "ase" + ], + [ + "reat", + "ing" + ], + [ + "v", + "as" + ], + [ + "Ġair", + "port" + ], + [ + "Ġcr", + "ust" + ], + [ + "Ġr", + "ating" + ], + [ + "Ġhazard", + "ous" + ], + [ + "Ġexcept", + "ional" + ], + [ + "Ġs", + "au" + ], + [ + "ĠH", + "op" + ], + [ + "Ġagg", + "reg" + ], + [ + "H", + "ave" + ], + [ + "l", + "ib" + ], + [ + "ogn", + "ition" + ], + [ + "c", + "d" + ], + [ + "se", + "en" + ], + [ + "Ġa", + "ug" + ], + [ + "ĠStat", + "istics" + ], + [ + "Ġsol", + "ved" + ], + [ + "Ġbu", + "gs" + ], + [ + "Ġbatt", + "les" + ], + [ + "Child", + "ren" + ], + [ + "ĠH", + "ung" + ], + [ + "Ġfound", + "ations" + ], + [ + "Ġinter", + "rupt" + ], + [ + "W", + "ell" + ], + [ + "Ġd", + "ual" + ], + [ + "ĠW", + "ars" + ], + [ + "Ġbl", + "acks" + ], + [ + "Ġlog", + "ging" + ], + [ + "Ġillustr", + "ated" + ], + [ + "D", + "is" + ], + [ + "Ġdiscipl", + "ines" + ], + [ + "er", + "ator" + ], + [ + "Ġbet", + "a" + ], + [ + "ĠJeff", + "erson" + ], + [ + "Ġtub", + "es" + ], + [ + "Ġfar", + "mer" + ], + [ + "9", + "4" + ], + [ + "p", + "ret" + ], + [ + "ĠLe", + "on" + ], + [ + "Ġp", + "ou" + ], + [ + "Ġt", + "ired" + ], + [ + "in", + "stein" + ], + [ + "le", + "ading" + ], + [ + "Ġcons", + "ensus" + ], + [ + "Ġmean", + "ings" + ], + [ + "Ġconc", + "ert" + ], + [ + "m", + "other" + ], + [ + "ahren", + "heit" + ], + [ + "et", + "ed" + ], + [ + "ag", + "le" + ], + [ + "In", + "st" + ], + [ + "ĠS", + "her" + ], + [ + "Ġoptim", + "ization" + ], + [ + "Ġher", + "bs" + ], + [ + "Ġgen", + "etics" + ], + [ + "at", + "tle" + ], + [ + "ĠVis", + "ual" + ], + [ + "ble", + "ms" + ], + [ + "Ġbreak", + "fast" + ], + [ + "e", + "ared" + ], + [ + "Ġo", + "w" + ], + [ + "ic", + "ides" + ], + [ + "Ġcoordin", + "ate" + ], + [ + "Ġbrill", + "iant" + ], + [ + "ĠEn", + "ter" + ], + [ + "f", + "are" + ], + [ + "Ġper", + "ceptions" + ], + [ + "Ġtri", + "ps" + ], + [ + "Ġgalax", + "ies" + ], + [ + "ĠH", + "on" + ], + [ + "ak", + "h" + ], + [ + "Ġbo", + "ards" + ], + [ + "Ġtest", + "im" + ], + [ + "k", + "o" + ], + [ + "ĠDav", + "is" + ], + [ + "re", + "ction" + ], + [ + "ple", + "ments" + ], + [ + "atur", + "day" + ], + [ + "Ġn", + "urse" + ], + [ + "ĠInd", + "ividual" + ], + [ + "id", + "ae" + ], + [ + "ĠH", + "as" + ], + [ + "T", + "ER" + ], + [ + "ord", + "an" + ], + [ + "Ġpres", + "erving" + ], + [ + "(", + "-" + ], + [ + "Ġen", + "lar" + ], + [ + "Ġcontrovers", + "ial" + ], + [ + "ĠC", + "it" + ], + [ + "³³", + "³³" + ], + [ + "S", + "um" + ], + [ + "end", + "ers" + ], + [ + "Ġrecomm", + "ends" + ], + [ + "Ġacqu", + "isition" + ], + [ + ".", + "]" + ], + [ + "Ġfles", + "h" + ], + [ + "Ġch", + "apters" + ], + [ + "Ġprop", + "he" + ], + [ + "ĠTrans", + "port" + ], + [ + "eg", + "u" + ], + [ + "M", + "E" + ], + [ + "M", + "at" + ], + [ + "ph", + "al" + ], + [ + "Ġco", + "ordination" + ], + [ + "F", + "C" + ], + [ + "ĠJ", + "ane" + ], + [ + "per", + "ature" + ], + [ + "Ġgu", + "est" + ], + [ + "b", + "led" + ], + [ + "Ġign", + "ored" + ], + [ + "Ġdisc", + "on" + ], + [ + "ic", + "ul" + ], + [ + "ĠFranc", + "is" + ], + [ + "Ġextra", + "ction" + ], + [ + "ĠTe", + "aching" + ], + [ + "he", + "res" + ], + [ + "ĠW", + "W" + ], + [ + "Ġp", + "ediatric" + ], + [ + "Ġfor", + "b" + ], + [ + "Ġlib", + "erty" + ], + [ + "ĠB", + "io" + ], + [ + "ĠCent", + "ers" + ], + [ + "ĠS", + "ource" + ], + [ + "Ġexec", + "ute" + ], + [ + "do", + "i" + ], + [ + "ĠScott", + "ish" + ], + [ + "ĠK", + "im" + ], + [ + "Ġpr", + "ies" + ], + [ + "Ġprecip", + "itation" + ], + [ + "Ġbul", + "k" + ], + [ + "In", + "put" + ], + [ + "Ġprec", + "ious" + ], + [ + "am", + "ous" + ], + [ + "place", + "ment" + ], + [ + "Ġto", + "ys" + ], + [ + "ick", + "ed" + ], + [ + "ĠJ", + "SON" + ], + [ + "A", + "g" + ], + [ + "ĠM", + "uch" + ], + [ + "Ġtrans", + "f" + ], + [ + "d", + "on" + ], + [ + "Ġgraph", + "ic" + ], + [ + "Ġm", + "ail" + ], + [ + "ĠJ", + "un" + ], + [ + "Ġcolle", + "ges" + ], + [ + "Ġdisc", + "rimin" + ], + [ + "Com", + "p" + ], + [ + "Ġmagn", + "et" + ], + [ + "Ġdrain", + "age" + ], + [ + "Ġorigin", + "ated" + ], + [ + "ĠCapt", + "ain" + ], + [ + "Ġmeth", + "ane" + ], + [ + "16", + "5" + ], + [ + "Ġimper", + "ial" + ], + [ + "amm", + "a" + ], + [ + "Ġtra", + "ged" + ], + [ + "Ġsur", + "re" + ], + [ + "app", + "y" + ], + [ + "Ġassum", + "ing" + ], + [ + "Ġm", + "akers" + ], + [ + "A", + "nt" + ], + [ + "Ġcons", + "p" + ], + [ + "Ġelect", + "rom" + ], + [ + "ruct", + "ive" + ], + [ + "Ġle", + "an" + ], + [ + "an", + "th" + ], + [ + "Ġmethod", + "ology" + ], + [ + "Ġsevere", + "ly" + ], + [ + "Ġall", + "ergy" + ], + [ + "Ġindic", + "ator" + ], + [ + "ĠAll", + "ah" + ], + [ + "Ġch", + "ip" + ], + [ + "\"", + "]" + ], + [ + "a", + "ft" + ], + [ + "Ġend", + "less" + ], + [ + "Sc", + "ript" + ], + [ + "c", + "m" + ], + [ + "or", + "ney" + ], + [ + "g", + "rim" + ], + [ + "ul", + "as" + ], + [ + "A", + "ct" + ], + [ + "Ġset", + "up" + ], + [ + "Ġcost", + "ly" + ], + [ + "orient", + "ed" + ], + [ + "inf", + "lamm" + ], + [ + "sc", + "reen" + ], + [ + "16", + "4" + ], + [ + "Ġen", + "vision" + ], + [ + "Ġar", + "ises" + ], + [ + "Ġret", + "ention" + ], + [ + "as", + "al" + ], + [ + "ĠLew", + "is" + ], + [ + "re", + "ll" + ], + [ + "Ġse", + "arc" + ], + [ + "st", + "ration" + ], + [ + "ĠM", + "ap" + ], + [ + "Ġout", + "doors" + ], + [ + "ĠL", + "uc" + ], + [ + "âĢĿ", + ")" + ], + [ + "ect", + "or" + ], + [ + "up", + "iter" + ], + [ + "ĠEth", + "iop" + ], + [ + "ĠT", + "en" + ], + [ + "ĠD", + "aily" + ], + [ + "Ġsub", + "set" + ], + [ + "Ġcor", + "ruption" + ], + [ + "Ġin", + "ver" + ], + [ + "int", + "erest" + ], + [ + "Ġaccord", + "ance" + ], + [ + "Ġextract", + "ed" + ], + [ + "Ġpolit", + "icians" + ], + [ + "Ġint", + "ensive" + ], + [ + "l", + "ings" + ], + [ + "Ġo", + "ught" + ], + [ + "ag", + "rams" + ], + [ + "Ġr", + "ats" + ], + [ + "Ġover", + "ly" + ], + [ + "cons", + "cious" + ], + [ + "Ġelabor", + "ate" + ], + [ + "Ġperson", + "ally" + ], + [ + "Ġh", + "ob" + ], + [ + "N", + "et" + ], + [ + "Ġadd", + "ict" + ], + [ + "ik", + "i" + ], + [ + "Ġimmun", + "ity" + ], + [ + ".", + "-" + ], + [ + "dom", + "inal" + ], + [ + "Ġmanage", + "able" + ], + [ + "Ġalle", + "v" + ], + [ + "Ġsign", + "ature" + ], + [ + "Ġr", + "ust" + ], + [ + "ĠR", + "ose" + ], + [ + "at", + "re" + ], + [ + "s", + "ome" + ], + [ + "ĠK", + "ansas" + ], + [ + "M", + "C" + ], + [ + "ĠA", + "IDS" + ], + [ + "Ġpow", + "ered" + ], + [ + "ĠD", + "un" + ], + [ + "Ġris", + "es" + ], + [ + "Ġdra", + "g" + ], + [ + "Ġj", + "aw" + ], + [ + "Ġpress", + "ures" + ], + [ + "Ġdispos", + "al" + ], + [ + "ens", + "ing" + ], + [ + "ĠMark", + "et" + ], + [ + "ĠIm", + "per" + ], + [ + "Ġb", + "ands" + ], + [ + "omet", + "ry" + ], + [ + "Ġgraph", + "ics" + ], + [ + "Ġod", + "ds" + ], + [ + "Ġp", + "ec" + ], + [ + "Ġsusp", + "ected" + ], + [ + "Ġpick", + "ed" + ], + [ + "Ġcarbohyd", + "rates" + ], + [ + "ĠUn", + "it" + ], + [ + "ĠR", + "ub" + ], + [ + "emet", + "ery" + ], + [ + "Ġprof", + "its" + ], + [ + "Ġaqu", + "atic" + ], + [ + "om", + "ed" + ], + [ + "Ġcalcul", + "ates" + ], + [ + "unt", + "ing" + ], + [ + "ĠVictor", + "ia" + ], + [ + "ĠLar", + "ge" + ], + [ + "Ġm", + "ercury" + ], + [ + "Ġab", + "road" + ], + [ + "ang", + "ers" + ], + [ + "Ġimag", + "ery" + ], + [ + "Ġterrit", + "ories" + ], + [ + "Ġresc", + "ue" + ], + [ + "Ġrein", + "force" + ], + [ + "ĠCh", + "oose" + ], + [ + "ĠAn", + "ne" + ], + [ + "restr", + "ial" + ], + [ + "R", + "et" + ], + [ + "Ġgovern", + "ance" + ], + [ + "anc", + "he" + ], + [ + "Ġanaly", + "tics" + ], + [ + "s", + "ource" + ], + [ + "Ġbl", + "adder" + ], + [ + "Ġconver", + "ts" + ], + [ + "Ġca", + "ffe" + ], + [ + "Ġrest", + "ored" + ], + [ + "neg", + "ative" + ], + [ + "s", + "ort" + ], + [ + "Ġtra", + "pped" + ], + [ + "Ġrock", + "et" + ], + [ + "Ġnewsp", + "apers" + ], + [ + "h", + "ot" + ], + [ + "ac", + "cess" + ], + [ + "Ġattract", + "ed" + ], + [ + "ĠSwed", + "en" + ], + [ + "Ġtraum", + "atic" + ], + [ + "F", + "alse" + ], + [ + "ur", + "ated" + ], + [ + "Ġv", + "end" + ], + [ + "in", + "ian" + ], + [ + "Ġdiagn", + "ose" + ], + [ + "ĠBudd", + "hist" + ], + [ + "Ġcare", + "g" + ], + [ + "al", + "ph" + ], + [ + "s", + "ur" + ], + [ + "Ġconserv", + "ative" + ], + [ + "Ġtre", + "asure" + ], + [ + "art", + "s" + ], + [ + "ĠO", + "il" + ], + [ + "Ġpreval", + "ent" + ], + [ + "ĠIs", + "sue" + ], + [ + "ĠW", + "isconsin" + ], + [ + "Ġassign", + "ments" + ], + [ + "Ġequ", + "als" + ], + [ + "Ġbank", + "ing" + ], + [ + "Ġh", + "ip" + ], + [ + "Ġfol", + "k" + ], + [ + "Ġd", + "ive" + ], + [ + "ĠFr", + "ont" + ], + [ + "Ġad", + "mit" + ], + [ + "in", + "ced" + ], + [ + "dep", + "th" + ], + [ + "Ġz", + "o" + ], + [ + "f", + "s" + ], + [ + "v", + "ity" + ], + [ + "y", + "t" + ], + [ + "Ġunp", + "redict" + ], + [ + "Ġim", + "plements" + ], + [ + "Ġcardi", + "ac" + ], + [ + "ut", + "ter" + ], + [ + "ens", + "itive" + ], + [ + "ĠSam", + "uel" + ], + [ + "Ġtop", + "ology" + ], + [ + "ry", + "ption" + ], + [ + "ĠGold", + "en" + ], + [ + "p", + "m" + ], + [ + "20", + "5" + ], + [ + "AT", + "E" + ], + [ + "co", + "in" + ], + [ + "ut", + "ations" + ], + [ + "Ġas", + "set" + ], + [ + "R", + "S" + ], + [ + "Ex", + "ception" + ], + [ + "ĠNaz", + "i" + ], + [ + "Ġtun", + "nel" + ], + [ + "Ġh", + "ind" + ], + [ + "Ġinf", + "o" + ], + [ + "H", + "z" + ], + [ + "Ġth", + "rown" + ], + [ + "aw", + "ay" + ], + [ + "Ġequ", + "ity" + ], + [ + "Ġag", + "enda" + ], + [ + "Ġdetect", + "ive" + ], + [ + "Ġreprodu", + "ction" + ], + [ + "Ġsk", + "ull" + ], + [ + "Ġexcl", + "usively" + ], + [ + "au", + "c" + ], + [ + "Ġrevolution", + "ary" + ], + [ + "ris", + "k" + ], + [ + "Ġspeak", + "s" + ], + [ + "Ġapp", + "le" + ], + [ + "ot", + "ing" + ], + [ + "Ġansw", + "ered" + ], + [ + "Ġf", + "its" + ], + [ + "Ġsoc", + "ietal" + ], + [ + "Ġmark", + "ers" + ], + [ + "d", + "ra" + ], + [ + "Ġemerg", + "ence" + ], + [ + "Ġsympt", + "om" + ], + [ + "ap", + "el" + ], + [ + "he", + "astern" + ], + [ + "ĠâĨ", + "Ĵ" + ], + [ + "F", + "e" + ], + [ + "Ġpract", + "icing" + ], + [ + "G", + "S" + ], + [ + "Ġstra", + "nd" + ], + [ + "V", + "is" + ], + [ + "Ġmiss", + "ed" + ], + [ + "ĠT", + "alk" + ], + [ + "ĠZ", + "h" + ], + [ + "Ġanaly", + "tical" + ], + [ + "ĠAD", + "HD" + ], + [ + "17", + "4" + ], + [ + "Ġl", + "ith" + ], + [ + "Ġse", + "ats" + ], + [ + "Ġepis", + "odes" + ], + [ + "ĠY", + "ears" + ], + [ + "J", + "an" + ], + [ + "ine", + "a" + ], + [ + "Ġinvestig", + "ated" + ], + [ + "â", + "Ĥ¬" + ], + [ + "ĠMount", + "ains" + ], + [ + "Ġsatisf", + "ied" + ], + [ + "c", + "ode" + ], + [ + "Ġsy", + "ll" + ], + [ + "Ġlun", + "ar" + ], + [ + "Ġoff", + "set" + ], + [ + "Ġinher", + "ited" + ], + [ + "ven", + "ue" + ], + [ + "B", + "ook" + ], + [ + "us", + "hes" + ], + [ + "Ġc", + "erv" + ], + [ + "E", + "l" + ], + [ + "Ġper", + "ipher" + ], + [ + "ER", + "E" + ], + [ + "Ġintrig", + "uing" + ], + [ + "Ġwork", + "force" + ], + [ + "Ġp", + "ix" + ], + [ + "ol", + "it" + ], + [ + "Ġen", + "act" + ], + [ + "Ġge", + "ography" + ], + [ + "Ġimm", + "ense" + ], + [ + "it", + "ives" + ], + [ + "ar", + "se" + ], + [ + "ĠB", + "alt" + ], + [ + "go", + "vern" + ], + [ + "vel", + "t" + ], + [ + "Ġorgan", + "isations" + ], + [ + "Ġdecl", + "ined" + ], + [ + "ĠGra", + "de" + ], + [ + "t", + "arget" + ], + [ + "ĠKenn", + "edy" + ], + [ + "Ġwilling", + "ness" + ], + [ + "Ġtele", + "phone" + ], + [ + "ren", + "ces" + ], + [ + "Ġaccess", + "ibility" + ], + [ + "Ð", + "¸" + ], + [ + "Ġan", + "ten" + ], + [ + "Ġin", + "quiry" + ], + [ + "ĠC", + "ape" + ], + [ + "Ġdet", + "erior" + ], + [ + "Ġgr", + "at" + ], + [ + "Ġtal", + "ent" + ], + [ + "Ġann", + "ounce" + ], + [ + "Ġd", + "ign" + ], + [ + "ro", + "ach" + ], + [ + "ut", + "able" + ], + [ + "Ġclass", + "rooms" + ], + [ + "Ġgen", + "etically" + ], + [ + "ĠQ", + "ur" + ], + [ + "Ġj", + "ar" + ], + [ + "Ġunder", + "water" + ], + [ + "ipl", + "inary" + ], + [ + "Ġsil", + "ent" + ], + [ + "Ġb", + "eds" + ], + [ + "Ġf", + "ut" + ], + [ + "Ġtem", + "pt" + ], + [ + "S", + "et" + ], + [ + "T", + "O" + ], + [ + "e", + "z" + ], + [ + "Ġwalk", + "ed" + ], + [ + "as", + "is" + ], + [ + "Ġsupp", + "lied" + ], + [ + "ĠAm", + "endment" + ], + [ + "ĠH", + "ay" + ], + [ + "Ġapp", + "end" + ], + [ + "Ġsort", + "ing" + ], + [ + "Ġspec", + "imens" + ], + [ + "Ġcrit", + "ically" + ], + [ + "Ġover", + "weight" + ], + [ + "ĠBr", + "idge" + ], + [ + "sec", + "ond" + ], + [ + "osa", + "urs" + ], + [ + "Ġbackground", + "s" + ], + [ + "Ġperm", + "its" + ], + [ + "il", + "ty" + ], + [ + "Ġassess", + "ing" + ], + [ + "Ġc", + "el" + ], + [ + "Ġsp", + "ont" + ], + [ + "s", + "chool" + ], + [ + "ĠW", + "atch" + ], + [ + "in", + "ator" + ], + [ + "Ġem", + "ission" + ], + [ + "child", + "ren" + ], + [ + "Ġwat", + "ched" + ], + [ + "Ġunem", + "ployment" + ], + [ + "T", + "ube" + ], + [ + "ĠC", + "old" + ], + [ + "c", + "ap" + ], + [ + "ra", + "ndom" + ], + [ + "Ġse", + "g" + ], + [ + "Ġver", + "se" + ], + [ + "ĠQ", + "uality" + ], + [ + "Ġincent", + "ives" + ], + [ + "ĠC", + "N" + ], + [ + "Ġarchitect", + "ural" + ], + [ + "Ġregist", + "ration" + ], + [ + "Ġdel", + "ight" + ], + [ + "Ġstress", + "ed" + ], + [ + "Ġdial", + "ect" + ], + [ + "ĠF", + "ile" + ], + [ + "Ġweap", + "on" + ], + [ + "ograp", + "her" + ], + [ + "ra", + "red" + ], + [ + "Ġsn", + "ake" + ], + [ + "P", + "DF" + ], + [ + "Ġintent", + "ions" + ], + [ + "Ġtransp", + "arency" + ], + [ + "Ġvolcan", + "ic" + ], + [ + "Ġref", + "ined" + ], + [ + "Ġde", + "gen" + ], + [ + "ĠInd", + "ust" + ], + [ + "3", + "60" + ], + [ + "C", + "urrent" + ], + [ + "t", + "w" + ], + [ + "Ġsp", + "erm" + ], + [ + "ĠH", + "ur" + ], + [ + "Ġk", + "ings" + ], + [ + "H", + "er" + ], + [ + "Ġinc", + "idents" + ], + [ + "Ġconv", + "inced" + ], + [ + "ĠRe", + "qu" + ], + [ + "Ġg", + "host" + ], + [ + "OR", + "D" + ], + [ + "Ġcompet", + "ing" + ], + [ + "oc", + "ated" + ], + [ + "D", + "isc" + ], + [ + "p", + "ur" + ], + [ + "Ġfra", + "gments" + ], + [ + "Ġperiod", + "ic" + ], + [ + "Ġcount", + "ies" + ], + [ + "Ġautom", + "ated" + ], + [ + "ĠP", + "ap" + ], + [ + "Ġorgan", + "isation" + ], + [ + "P", + "res" + ], + [ + "Ġr", + "het" + ], + [ + "Ġground", + "water" + ], + [ + "Ġalt", + "itude" + ], + [ + "ĠCol", + "lect" + ], + [ + "Ġepid", + "emic" + ], + [ + "Ġcomprom", + "ise" + ], + [ + "Ġpot", + "atoes" + ], + [ + "Ġdam", + "aging" + ], + [ + "Ġelimin", + "ating" + ], + [ + "ĠG", + "a" + ], + [ + "Ġsing", + "ing" + ], + [ + "Ġgen", + "re" + ], + [ + "Ġauton", + "omy" + ], + [ + "Ġworkshe", + "ets" + ], + [ + "Ġm", + "i" + ], + [ + "Ġrac", + "ism" + ], + [ + "plic", + "it" + ], + [ + "Ġingred", + "ient" + ], + [ + "ent", + "ieth" + ], + [ + "Ġg", + "reet" + ], + [ + "ĠD", + "uke" + ], + [ + "Ġaff", + "il" + ], + [ + "uss", + "ian" + ], + [ + "Ġcomp", + "ression" + ], + [ + "E", + "V" + ], + [ + "Through", + "out" + ], + [ + "un", + "ctions" + ], + [ + "Ġperce", + "ive" + ], + [ + "ib", + "rium" + ], + [ + "Ġvis", + "ually" + ], + [ + "ub", + "le" + ], + [ + "Ġrandom", + "ly" + ], + [ + "Ġstrict", + "ly" + ], + [ + "Ġt", + "ar" + ], + [ + "ĠM", + "ental" + ], + [ + "rolog", + "y" + ], + [ + "Ġcompar", + "able" + ], + [ + "ĠPsych", + "ology" + ], + [ + "Ġp", + "ap" + ], + [ + "Ġun", + "com" + ], + [ + "Ġcub", + "ic" + ], + [ + "Ġar", + "rays" + ], + [ + "ĠR", + "us" + ], + [ + "ĠCont", + "act" + ], + [ + "or", + "se" + ], + [ + "ĠS", + "ep" + ], + [ + "Ġmagn", + "esium" + ], + [ + "st", + "yle" + ], + [ + "ĠD", + "u" + ], + [ + "erg", + "arten" + ], + [ + "Ġbuild", + "s" + ], + [ + "Ġpref", + "ix" + ], + [ + "at", + "is" + ], + [ + "Ġst", + "iff" + ], + [ + "Ġmind", + "set" + ], + [ + "Ġthick", + "ness" + ], + [ + "Ġvom", + "iting" + ], + [ + "om", + "on" + ], + [ + "Ġcond", + "em" + ], + [ + "Ġent", + "ries" + ], + [ + "ac", + "ity" + ], + [ + "Ġfriends", + "hip" + ], + [ + "Ġpractition", + "ers" + ], + [ + "osp", + "here" + ], + [ + "ó", + "n" + ], + [ + "Ġsym", + "bolic" + ], + [ + "Ġter", + "rain" + ], + [ + "Ġat", + "om" + ], + [ + "Ġdemonstr", + "ating" + ], + [ + "Ġm", + "ud" + ], + [ + "Ġex", + "it" + ], + [ + "Ġpres", + "um" + ], + [ + "Ġcon", + "vention" + ], + [ + "ote", + "chnology" + ], + [ + "Ġterm", + "inal" + ], + [ + "Ġtail", + "ored" + ], + [ + "Ġcook", + "ed" + ], + [ + "ĠMove", + "ment" + ], + [ + "Ġso", + "ap" + ], + [ + "ug", + "s" + ], + [ + "ĠL", + "ower" + ], + [ + "b", + "in" + ], + [ + "Ġbelong", + "s" + ], + [ + "av", + "irus" + ], + [ + "Ġprolong", + "ed" + ], + [ + "ar", + "ity" + ], + [ + "ĠF", + "all" + ], + [ + "Ġins", + "c" + ], + [ + "Ġprotect", + "s" + ], + [ + "he", + "ld" + ], + [ + "com", + "put" + ], + [ + "ĠSp", + "e" + ], + [ + "Ġneighborhood", + "s" + ], + [ + "Ġcomp", + "osite" + ], + [ + "Ġpip", + "es" + ], + [ + "M", + "D" + ], + [ + "al", + "o" + ], + [ + "Ġsu", + "ited" + ], + [ + "i", + "ens" + ], + [ + "am", + "ic" + ], + [ + "ĠEns", + "ure" + ], + [ + "Ġpu", + "pp" + ], + [ + "ustom", + "er" + ], + [ + "ody", + "nam" + ], + [ + "Ġfail", + "ures" + ], + [ + "Ġrele", + "ases" + ], + [ + "er", + "os" + ], + [ + "Ġmind", + "ful" + ], + [ + "ic", + "an" + ], + [ + "ut", + "y" + ], + [ + "Ġpollut", + "ants" + ], + [ + "is", + "hers" + ], + [ + "Ġpat", + "ch" + ], + [ + "ĠS", + "ac" + ], + [ + "ĠL", + "iving" + ], + [ + "h", + "op" + ], + [ + "ot", + "yp" + ], + [ + "ĠIn", + "stit" + ], + [ + "Ġsatell", + "ites" + ], + [ + "Ġgro", + "cer" + ], + [ + "Ġpref", + "erence" + ], + [ + "ĠT", + "ibet" + ], + [ + "Ġbott", + "les" + ], + [ + "Ġinf", + "l" + ], + [ + "Ġgif", + "ts" + ], + [ + "s", + "orted" + ], + [ + "ĠB", + "it" + ], + [ + "ĠD", + "ocu" + ], + [ + "ĠL", + "ie" + ], + [ + "Ġpres", + "chool" + ], + [ + "Ġimpact", + "ed" + ], + [ + "ĠEss", + "ay" + ], + [ + "Ġste", + "ep" + ], + [ + "Ġsc", + "attered" + ], + [ + "Ġser", + "vers" + ], + [ + "Ġg", + "rey" + ], + [ + "ĠDi", + "abetes" + ], + [ + "Ġl", + "apt" + ], + [ + "I", + "O" + ], + [ + "ak", + "i" + ], + [ + "17", + "1" + ], + [ + "Ġre", + "ass" + ], + [ + "os", + "it" + ], + [ + "Ġad", + "mitted" + ], + [ + "Ġspir", + "its" + ], + [ + "Ġmount", + "ed" + ], + [ + "og", + "rams" + ], + [ + "Ġbreat", + "he" + ], + [ + "Ġcross", + "ing" + ], + [ + "Ġcomb", + "ust" + ], + [ + "ĠP", + "A" + ], + [ + "Ġfeat", + "uring" + ], + [ + "ĠA", + "B" + ], + [ + "Ġtru", + "ck" + ], + [ + "Ġreb", + "ell" + ], + [ + "Ġpursu", + "it" + ], + [ + "R", + "ed" + ], + [ + "Ġwar", + "mer" + ], + [ + "d", + "y" + ], + [ + "Ġst", + "ating" + ], + [ + "ĠV", + "ers" + ], + [ + "Ġinflamm", + "atory" + ], + [ + "ĠM", + "ong" + ], + [ + "Ġinstitution", + "al" + ], + [ + "Ġv", + "on" + ], + [ + "Ġhe", + "pat" + ], + [ + "Ġinsp", + "ection" + ], + [ + "Ġtempor", + "al" + ], + [ + "h", + "ave" + ], + [ + "Â", + "©" + ], + [ + "Ġalumin", + "um" + ], + [ + "Ġc", + "um" + ], + [ + "ĠIndones", + "ia" + ], + [ + "ac", + "ular" + ], + [ + "Ġautom", + "atic" + ], + [ + "Ġrespond", + "ing" + ], + [ + "Ġgr", + "asp" + ], + [ + "ĠM", + "ission" + ], + [ + "Ġrom", + "antic" + ], + [ + "ĠCh", + "anged" + ], + [ + "Ġproject", + "ed" + ], + [ + "og", + "y" + ], + [ + "Ġtherap", + "ist" + ], + [ + "ĠBe", + "havior" + ], + [ + "ĠSer", + "ies" + ], + [ + "Ġvalu", + "ed" + ], + [ + "am", + "ount" + ], + [ + "ĠG", + "ir" + ], + [ + "Ġun", + "re" + ], + [ + "B", + "el" + ], + [ + "ĠDep", + "ression" + ], + [ + "Ġtrust", + "ed" + ], + [ + "m", + "outh" + ], + [ + "ĠS", + "leep" + ], + [ + "Ġsold", + "ier" + ], + [ + "Ġglob", + "ally" + ], + [ + "Ġc", + "ents" + ], + [ + "Ġaccum", + "ulation" + ], + [ + "F", + "T" + ], + [ + "le", + "m" + ], + [ + "16", + "6" + ], + [ + "Ġill", + "umin" + ], + [ + "Ġmach", + "inery" + ], + [ + "ib", + "li" + ], + [ + "ĠUt", + "ah" + ], + [ + "Ġb", + "ases" + ], + [ + "el", + "and" + ], + [ + "Ġcurrent", + "s" + ], + [ + "ra", + "ge" + ], + [ + "ĠSt", + "one" + ], + [ + "Ġspecial", + "ists" + ], + [ + "ĠAv", + "ailable" + ], + [ + "R", + "NA" + ], + [ + "Ġa", + "ids" + ], + [ + "Ġcorpor", + "ations" + ], + [ + "emb", + "ered" + ], + [ + "N", + "on" + ], + [ + "Ġmulti", + "plication" + ], + [ + "Ġunt", + "o" + ], + [ + "is", + "ible" + ], + [ + "Ġbeh", + "alf" + ], + [ + "Ġphys", + "iological" + ], + [ + "Ġint", + "ens" + ], + [ + "ann", + "a" + ], + [ + "ĠArab", + "ic" + ], + [ + "Ġtrig", + "gers" + ], + [ + "Ġrecept", + "ors" + ], + [ + "Ġdist", + "ress" + ], + [ + "Ġcon", + "sole" + ], + [ + "io", + "let" + ], + [ + "ĠRep", + "resent" + ], + [ + "E", + "W" + ], + [ + "w", + "hen" + ], + [ + "Ġ=", + ">" + ], + [ + "Ġabs", + "ent" + ], + [ + "AR", + "T" + ], + [ + "Ġhoriz", + "on" + ], + [ + "Ġmain", + "tains" + ], + [ + "16", + "1" + ], + [ + "Ġle", + "ver" + ], + [ + "Ġposs", + "ession" + ], + [ + "ĠS", + "ix" + ], + [ + "ĠÎ", + "¼" + ], + [ + "ĠI", + "ron" + ], + [ + "Ġic", + "onic" + ], + [ + "Ġsh", + "ops" + ], + [ + "ĠW", + "HO" + ], + [ + "Ġdel", + "ve" + ], + [ + "ĠJe", + "an" + ], + [ + "Ġt", + "ies" + ], + [ + "Ġver", + "bal" + ], + [ + "ation", + "ally" + ], + [ + "1", + "12" + ], + [ + "Ġapprox", + "im" + ], + [ + "ot", + "ional" + ], + [ + "ĠRepublic", + "an" + ], + [ + "se", + "tt" + ], + [ + "Ġall", + "ocation" + ], + [ + "Ġdes", + "irable" + ], + [ + "Ġde", + "hyd" + ], + [ + "Ġshif", + "ting" + ], + [ + "Ġc", + "am" + ], + [ + "c", + "ost" + ], + [ + "Ġnum", + "s" + ], + [ + "hold", + "er" + ], + [ + "och", + "ond" + ], + [ + "Ġsurviv", + "ors" + ], + [ + "Ġexpl", + "os" + ], + [ + "au", + "nt" + ], + [ + "Ġign", + "or" + ], + [ + "ĠBar", + "b" + ], + [ + "ol", + "ly" + ], + [ + "Ġport", + "ions" + ], + [ + "Ġhost", + "ing" + ], + [ + "Ġjo", + "ining" + ], + [ + "ĠSo", + "ft" + ], + [ + "o", + "en" + ], + [ + "Ġbas", + "ket" + ], + [ + "ffic", + "iency" + ], + [ + "Ġmur", + "d" + ], + [ + "ĠBel", + "g" + ], + [ + "ĠMill", + "er" + ], + [ + "Ġit", + "iner" + ], + [ + "Ġl", + "y" + ], + [ + "Ġge", + "ographical" + ], + [ + "Ġcompet", + "e" + ], + [ + "ĠE", + "le" + ], + [ + "Ġpath", + "way" + ], + [ + "ĠC", + "ensus" + ], + [ + "U", + "M" + ], + [ + "Ġ", + "Ø" + ], + [ + "im", + "edia" + ], + [ + "Ġbow", + "el" + ], + [ + "ĠSpec", + "ies" + ], + [ + "v", + "asive" + ], + [ + "Ġmuseum", + "s" + ], + [ + "Ġschedul", + "ed" + ], + [ + "��May", + "a" + ], + [ + "Ġtravel", + "s" + ], + [ + "Ġlar", + "vae" + ], + [ + "Ġstandard", + "ized" + ], + [ + "w", + "ill" + ], + [ + "ĠF", + "lu" + ], + [ + "Ġinform", + "ative" + ], + [ + "d", + "ays" + ], + [ + "Ġde", + "lete" + ], + [ + "Ġsyn", + "chron" + ], + [ + "Ġfif", + "ty" + ], + [ + "Ġd", + "rew" + ], + [ + "Ġh", + "iding" + ], + [ + "Ġtelesc", + "ope" + ], + [ + "il", + "ly" + ], + [ + "Ġart", + "ic" + ], + [ + "Ġsl", + "ide" + ], + [ + "Ġn", + "urt" + ], + [ + "ĠR", + "ab" + ], + [ + "Ġcert", + "ification" + ], + [ + "Th", + "ough" + ], + [ + "feed", + "ing" + ], + [ + "b", + "ro" + ], + [ + "Ġcon", + "veys" + ], + [ + "Ġheav", + "ier" + ], + [ + "p", + "res" + ], + [ + "Ġ", + "]" + ], + [ + "Ġexpress", + "ing" + ], + [ + "Ġo", + "scill" + ], + [ + "Ġn", + "od" + ], + [ + "Ġw", + "ax" + ], + [ + "ĠAr", + "thur" + ], + [ + "Ġparticip", + "ated" + ], + [ + "ĠUr", + "ban" + ], + [ + "op", + "athy" + ], + [ + "iz", + "ational" + ], + [ + "wh", + "ite" + ], + [ + "Ġang", + "ry" + ], + [ + "am", + "ents" + ], + [ + "Ġtim", + "ber" + ], + [ + "the", + "ning" + ], + [ + "A", + "ug" + ], + [ + "ĠM", + "aking" + ], + [ + "ĠâĢ", + "Ŀ" + ], + [ + "Ġclar", + "ify" + ], + [ + "Ġext", + "ending" + ], + [ + "Ġpath", + "ogens" + ], + [ + "Ġaccommod", + "ations" + ], + [ + "ont", + "o" + ], + [ + "Ġbel", + "t" + ], + [ + "Ġevol", + "ving" + ], + [ + "ias", + "m" + ], + [ + "Ġfoot", + "ball" + ], + [ + "ĠAr", + "ist" + ], + [ + "Ġchalleng", + "ed" + ], + [ + "ow", + "a" + ], + [ + "Ġfle", + "et" + ], + [ + "pl", + "ane" + ], + [ + "g", + "r" + ], + [ + "Ġun", + "st" + ], + [ + "ab", + "etic" + ], + [ + "Ġres", + "idence" + ], + [ + "g", + "raph" + ], + [ + "Ġm", + "arch" + ], + [ + "Ġdec", + "k" + ], + [ + "agon", + "al" + ], + [ + "isp", + "here" + ], + [ + "Scient", + "ists" + ], + [ + "Ġter", + "rible" + ], + [ + "ip", + "se" + ], + [ + "Ġmer", + "ge" + ], + [ + "00", + "1" + ], + [ + "au", + "nd" + ], + [ + "Ġn", + "ested" + ], + [ + "Ġben", + "ch" + ], + [ + "Ġcred", + "ibility" + ], + [ + "Ġcast", + "le" + ], + [ + "ĠCreat", + "ive" + ], + [ + "ĠR", + "od" + ], + [ + "ĠW", + "as" + ], + [ + "Ġmain", + "stream" + ], + [ + "ĠInd", + "ustrial" + ], + [ + "Ġpal", + "m" + ], + [ + "Ġgrav", + "itational" + ], + [ + "ol", + "k" + ], + [ + "d", + "am" + ], + [ + "ĠR", + "ay" + ], + [ + "Ġfund", + "ament" + ], + [ + "ĠThe", + "rapy" + ], + [ + "oth", + "s" + ], + [ + "Ġder", + "ive" + ], + [ + "Ġconstit", + "u" + ], + [ + "Ġacc", + "used" + ], + [ + "Ġinadequ", + "ate" + ], + [ + "Ġpo", + "ems" + ], + [ + "Ġconsider", + "ably" + ], + [ + "Ġhe", + "ated" + ], + [ + "Ġun", + "lock" + ], + [ + "Ġalt", + "ogether" + ], + [ + "ol", + "ith" + ], + [ + "Ġillustr", + "ates" + ], + [ + "Ġd", + "y" + ], + [ + "Ġ{", + "'" + ], + [ + "ĠEm", + "ploy" + ], + [ + "ĠRo", + "ose" + ], + [ + "Ġle", + "verage" + ], + [ + "ĠM", + "os" + ], + [ + "ĠB", + "ox" + ], + [ + "ĠTe", + "am" + ], + [ + "Ġbuff", + "er" + ], + [ + "Ġrec", + "overed" + ], + [ + "Ġpoint", + "ing" + ], + [ + "Ġappe", + "aling" + ], + [ + "Ġye", + "ast" + ], + [ + "Ġmetap", + "hor" + ], + [ + "Ġfl", + "ights" + ], + [ + "Ġeffic", + "acy" + ], + [ + "Ġb", + "es" + ], + [ + "Ġtrans", + "itions" + ], + [ + "Ġlic", + "ensed" + ], + [ + "Ġantibiot", + "ic" + ], + [ + "Ġperform", + "s" + ], + [ + "Ġtarget", + "ing" + ], + [ + "Ġins", + "ulation" + ], + [ + "Ġche", + "aper" + ], + [ + "organ", + "isms" + ], + [ + "or", + "ie" + ], + [ + "Ġbl", + "ame" + ], + [ + "Ġsimilar", + "ities" + ], + [ + "Ġb", + "rick" + ], + [ + "ĠD", + "om" + ], + [ + "Ġden", + "ied" + ], + [ + "Ġintermedi", + "ate" + ], + [ + "ĠS", + "ite" + ], + [ + "ĠC", + "hemical" + ], + [ + "ĠN", + "i" + ], + [ + "Ġthr", + "one" + ], + [ + "Ġanx", + "ious" + ], + [ + "Ġindu", + "ced" + ], + [ + "im", + "ity" + ], + [ + "M", + "in" + ], + [ + "The", + "ir" + ], + [ + "ul", + "ent" + ], + [ + "od", + "ge" + ], + [ + "arm", + "a" + ], + [ + "Ġrel", + "ieve" + ], + [ + "ĠP", + "a" + ], + [ + "Ġneg", + "atively" + ], + [ + "Ġcontract", + "s" + ], + [ + "h", + "is" + ], + [ + "el", + "a" + ], + [ + "ĠN", + "S" + ], + [ + "Ġden", + "omin" + ], + [ + "Ġlabel", + "ed" + ], + [ + "ĠFrank", + "lin" + ], + [ + "ĠJ", + "upiter" + ], + [ + "Ġrad", + "i" + ], + [ + "Ġtremend", + "ous" + ], + [ + "V", + "D" + ], + [ + "Ġenjoy", + "able" + ], + [ + "Ġch", + "amp" + ], + [ + "Ġconver", + "gence" + ], + [ + "Ġhead", + "aches" + ], + [ + "10", + "6" + ], + [ + "Pro", + "f" + ], + [ + "Ġmet", + "res" + ], + [ + "ĠÂ", + "°" + ], + [ + "Ġs", + "our" + ], + [ + "'", + "'" + ], + [ + "ib", + "ration" + ], + [ + "om", + "ething" + ], + [ + "O", + "ct" + ], + [ + "ann", + "el" + ], + [ + "Ġsubject", + "ive" + ], + [ + "ethe", + "less" + ], + [ + "Ġpro", + "sec" + ], + [ + "ĠReg", + "ular" + ], + [ + "ĠF", + "ive" + ], + [ + "Ġover", + "head" + ], + [ + "is", + "er" + ], + [ + "ĠM", + "it" + ], + [ + "n", + "i" + ], + [ + "ig", + "s" + ], + [ + "Ġab", + "ortion" + ], + [ + "ĠF", + "OR" + ], + [ + "Ġbut", + "t" + ], + [ + "Ġv", + "apor" + ], + [ + "ĠPer", + "iod" + ], + [ + "Ġfra", + "ud" + ], + [ + "ĠBuddh", + "ism" + ], + [ + "ol", + "as" + ], + [ + "Ġapproach", + "ing" + ], + [ + "P", + "ublic" + ], + [ + "Ġimp", + "osed" + ], + [ + "Ġdefe", + "ated" + ], + [ + "Ġcommand", + "er" + ], + [ + "he", + "nd" + ], + [ + "ĠÏ", + "Ģ" + ], + [ + "Ġun", + "ch" + ], + [ + "Ġbiom", + "ass" + ], + [ + "Ġwh", + "ales" + ], + [ + "Ġwe", + "ights" + ], + [ + "Ġprogram", + "mes" + ], + [ + "amil", + "iar" + ], + [ + "ĠB", + "ow" + ], + [ + "Ġann", + "iversary" + ], + [ + "Ġhop", + "ing" + ], + [ + "ĠL", + "ind" + ], + [ + "Ġloc", + "ate" + ], + [ + "sh", + "ire" + ], + [ + "Ġprof", + "iles" + ], + [ + "Ġz", + "inc" + ], + [ + "f", + "rame" + ], + [ + "Ġtem", + "plate" + ], + [ + "Ġhead", + "ed" + ], + [ + "w", + "all" + ], + [ + "Ġc", + "uis" + ], + [ + "Ġintegr", + "ating" + ], + [ + "ĠG", + "h" + ], + [ + "ĠR", + "og" + ], + [ + "ĠRoose", + "velt" + ], + [ + "Ġninet", + "eenth" + ], + [ + "++", + ")" + ], + [ + "k", + "h" + ], + [ + "Ġad", + "ul" + ], + [ + "ER", + "S" + ], + [ + "Ġcaffe", + "ine" + ], + [ + "ĠDou", + "gl" + ], + [ + "ew", + "ater" + ], + [ + "Ġpromot", + "ed" + ], + [ + "ĠG", + "PS" + ], + [ + "ac", + "erb" + ], + [ + "ĠO", + "pp" + ], + [ + "Ġgra", + "ve" + ], + [ + "els", + "ius" + ], + [ + "vious", + "ly" + ], + [ + "Ġcha", + "os" + ], + [ + "Ġbe", + "er" + ], + [ + "Ġrep", + "ublic" + ], + [ + "Ġpress", + "ing" + ], + [ + "Ġritual", + "s" + ], + [ + "oca", + "ust" + ], + [ + "Ġmut", + "ation" + ], + [ + "Ġwh", + "ilst" + ], + [ + "Ġshort", + "ly" + ], + [ + "B", + "o" + ], + [ + "ch", + "oice" + ], + [ + "Ġ", + "à¤" + ], + [ + "Ġrele", + "vance" + ], + [ + "15", + "5" + ], + [ + "Ġlack", + "ing" + ], + [ + "e", + "ous" + ], + [ + "F", + "A" + ], + [ + "Ġsal", + "aries" + ], + [ + "G", + "od" + ], + [ + "S", + "QL" + ], + [ + "or", + "ne" + ], + [ + "Ġart", + "work" + ], + [ + "Ġindic", + "ation" + ], + [ + "Ġappet", + "ite" + ], + [ + "Ġst", + "ir" + ], + [ + "Ġjew", + "el" + ], + [ + "ĠS", + "a" + ], + [ + "Ġind", + "ivid" + ], + [ + "Ġaud", + "iences" + ], + [ + "Ġcon", + "form" + ], + [ + "Ġcur", + "v" + ], + [ + "Ġtem", + "ples" + ], + [ + "Ġemploy", + "er" + ], + [ + "ĠD", + "ate" + ], + [ + "fol", + "io" + ], + [ + "10", + "7" + ], + [ + "au", + "g" + ], + [ + "Ġover", + "t" + ], + [ + "Ġepid", + "em" + ], + [ + "col", + "or" + ], + [ + "ru", + "p" + ], + [ + "Ġdiscuss", + "es" + ], + [ + "Ġhistor", + "ically" + ], + [ + "In", + "tern" + ], + [ + "ĠAdv", + "anced" + ], + [ + "Ġconcept", + "ual" + ], + [ + "Ġconsec", + "utive" + ], + [ + "f", + "ive" + ], + [ + "er", + "ie" + ], + [ + "ĠSym", + "ptoms" + ], + [ + "m", + "ates" + ], + [ + "ĠSh", + "are" + ], + [ + "Ġunc", + "ons" + ], + [ + "Ġep", + "it" + ], + [ + "ĠA", + "ra" + ], + [ + "ist", + "ical" + ], + [ + "ĠB", + "an" + ], + [ + "Ġtalk", + "ed" + ], + [ + "Ġth", + "umb" + ], + [ + "ĠPhilipp", + "ines" + ], + [ + "Ġmyth", + "ology" + ], + [ + "Ġ(", + "`" + ], + [ + "ĠR", + "out" + ], + [ + "ced", + "ented" + ], + [ + "b", + "es" + ], + [ + "Ġt", + "ags" + ], + [ + "Ġmanufact", + "ured" + ], + [ + "Ġarchae", + "ological" + ], + [ + "ĠT", + "y" + ], + [ + "pro", + "of" + ], + [ + "ĠMar", + "x" + ], + [ + "ĠS", + "D" + ], + [ + "tes", + "y" + ], + [ + "Ġrig", + "orous" + ], + [ + "Ġcar", + "p" + ], + [ + "Ġin", + "k" + ], + [ + "ĠSy", + "ria" + ], + [ + "g", + "ic" + ], + [ + "Ġcr", + "ash" + ], + [ + "ĠF", + "ord" + ], + [ + "ĠAr", + "gent" + ], + [ + "ĠM", + "oh" + ], + [ + "Ġread", + "ings" + ], + [ + "Ġquant", + "itative" + ], + [ + "1", + "15" + ], + [ + "ee", + "k" + ], + [ + "Ġv", + "otes" + ], + [ + "Ġl", + "uck" + ], + [ + "ĠM", + "uh" + ], + [ + "ĠGu", + "id" + ], + [ + "Ġinf", + "er" + ], + [ + "Ġdecl", + "ar" + ], + [ + "T", + "C" + ], + [ + "Ġconnect", + "s" + ], + [ + "Ġst", + "oring" + ], + [ + "Ġrev", + "ision" + ], + [ + "es", + "see" + ], + [ + "Ġb", + "ay" + ], + [ + "Ġcirc", + "uits" + ], + [ + "pl", + "us" + ], + [ + "ri", + "ends" + ], + [ + "ĠB", + "ah" + ], + [ + "ĠE", + "dition" + ], + [ + "ĠHis", + "pan" + ], + [ + "Ġdifferent", + "iate" + ], + [ + "Ġpack", + "ages" + ], + [ + "ĠHawai", + "i" + ], + [ + "Ġo", + "s" + ], + [ + "P", + "at" + ], + [ + "Ġg", + "ums" + ], + [ + "Ġlik", + "es" + ], + [ + "ĠB", + "ody" + ], + [ + "Ġch", + "ips" + ], + [ + "Ġless", + "er" + ], + [ + "Ġelimin", + "ated" + ], + [ + "Ġplace", + "ment" + ], + [ + "Ġsens", + "ation" + ], + [ + "Ġse", + "as" + ], + [ + "Ġdepth", + "s" + ], + [ + "S", + "ocial" + ], + [ + "oc", + "hemical" + ], + [ + "ĠP", + "rior" + ], + [ + "Ġgau", + "ge" + ], + [ + "St", + "ate" + ], + [ + "Ġrespond", + "ed" + ], + [ + "ĠPol", + "ish" + ], + [ + "Ġdem", + "ographic" + ], + [ + "Ġtour", + "ists" + ], + [ + "Ġg", + "ross" + ], + [ + "ĠB", + "egin" + ], + [ + "Ġact", + "ors" + ], + [ + "Ġstri", + "p" + ], + [ + "ĠKnow", + "ledge" + ], + [ + "Ġox", + "ide" + ], + [ + "Ġsome", + "how" + ], + [ + "More", + "over" + ], + [ + "ĠB", + "ru" + ], + [ + "Ġb", + "on" + ], + [ + "Ġh", + "ate" + ], + [ + "Ġextens", + "ively" + ], + [ + "ĠN", + "ap" + ], + [ + "ĠT", + "ax" + ], + [ + "Ġgu", + "ilt" + ], + [ + "ĠF", + "A" + ], + [ + "Ġinfluen", + "cing" + ], + [ + "Ġnob", + "le" + ], + [ + "ock", + "ing" + ], + [ + "Ġg", + "land" + ], + [ + "Ġen", + "rich" + ], + [ + "Ġwell", + "ness" + ], + [ + "b", + "its" + ], + [ + "act", + "ivity" + ], + [ + "ĠMar", + "g" + ], + [ + "Ġhighlight", + "ed" + ], + [ + "b", + "ral" + ], + [ + "ĠYou", + "Tube" + ], + [ + "Ġhost", + "s" + ], + [ + "ĠP", + "rize" + ], + [ + "Ġgast", + "ro" + ], + [ + "ole", + "an" + ], + [ + "Ġr", + "anks" + ], + [ + "s", + "un" + ], + [ + "Ġchar", + "ging" + ], + [ + "Ġauton", + "omous" + ], + [ + "Ġadjust", + "ed" + ], + [ + "lar", + "ation" + ], + [ + "Ġtrig", + "gered" + ], + [ + "Ġde", + "ple" + ], + [ + "sh", + "ore" + ], + [ + "ĠAr", + "k" + ], + [ + "ĠEduc", + "ational" + ], + [ + "ĠI", + "b" + ], + [ + "ĠG", + "P" + ], + [ + "ress", + "es" + ], + [ + "Ġnum", + "b" + ], + [ + "Ġpublic", + "ly" + ], + [ + "ĠDef", + "ense" + ], + [ + "Ġrevers", + "ed" + ], + [ + "Ġlegit", + "imate" + ], + [ + "og", + "l" + ], + [ + "16", + "3" + ], + [ + "D", + "ate" + ], + [ + "um", + "ble" + ], + [ + "Ġbreak", + "through" + ], + [ + "Ġpul", + "se" + ], + [ + "Ġlaw", + "yer" + ], + [ + "Ġalign", + "ed" + ], + [ + "W", + "ork" + ], + [ + "Ġgram", + "mat" + ], + [ + "min", + "ute" + ], + [ + "Ġt", + "ense" + ], + [ + "ec", + "d" + ], + [ + "17", + "2" + ], + [ + "ir", + "ming" + ], + [ + "ause", + "a" + ], + [ + "Ġbrid", + "ges" + ], + [ + "Ġpl", + "aque" + ], + [ + "last", + "name" + ], + [ + "M", + "us" + ], + [ + "Ġhand", + "les" + ], + [ + "Ġenterpr", + "ise" + ], + [ + "c", + "out" + ], + [ + "Ġnurs", + "es" + ], + [ + "Ġe", + "cho" + ], + [ + "ĠG", + "reg" + ], + [ + "Ġv", + "ocal" + ], + [ + "ĠB", + "ad" + ], + [ + "Ġpl", + "astics" + ], + [ + "Ġbo", + "ats" + ], + [ + "Ġrelig", + "ions" + ], + [ + "ĠSpec", + "ifically" + ], + [ + "Comm", + "on" + ], + [ + "Ġadvance", + "ment" + ], + [ + "Ġto", + "mb" + ], + [ + "T", + "est" + ], + [ + "Ġse", + "af" + ], + [ + "w", + "alk" + ], + [ + "ĠP", + "H" + ], + [ + "ag", + "ger" + ], + [ + "Ġmyster", + "ies" + ], + [ + "Ġarrest", + "ed" + ], + [ + "Ġ(", + "$" + ], + [ + "Im", + "age" + ], + [ + "Ġ", + "ions" + ], + [ + "tt", + "es" + ], + [ + "Th", + "ose" + ], + [ + "Ġimpact", + "ful" + ], + [ + "Ġa", + "rom" + ], + [ + "ĠS", + "ud" + ], + [ + "âĪ", + "ļ" + ], + [ + "ĠCorpor", + "ation" + ], + [ + "ole", + "cular" + ], + [ + "Ġimport", + "ed" + ], + [ + "el", + "d" + ], + [ + "rox", + "imately" + ], + [ + "ĠVir", + "t" + ], + [ + "Ġcup", + "s" + ], + [ + "Ġagree", + "ments" + ], + [ + "ĠElect", + "ric" + ], + [ + "op", + "ing" + ], + [ + "Ġinnov", + "ations" + ], + [ + "oth", + "y" + ], + [ + "ĠComm", + "and" + ], + [ + "ĠTreat", + "y" + ], + [ + "i", + "pt" + ], + [ + "Ġint", + "act" + ], + [ + "16", + "2" + ], + [ + "Ġh", + "ints" + ], + [ + "ur", + "ally" + ], + [ + "ĠM", + "u" + ], + [ + "Ġc", + "er" + ], + [ + "um", + "er" + ], + [ + "Ġtra", + "p" + ], + [ + "Ġl", + "enses" + ], + [ + "ĠR", + "aj" + ], + [ + "ĠKen", + "ya" + ], + [ + "ĠG", + "er" + ], + [ + "we", + "ed" + ], + [ + "Ġpract", + "iced" + ], + [ + "Ġiter", + "ates" + ], + [ + "s", + "ite" + ], + [ + "Ġwh", + "it" + ], + [ + "ĠL", + "ady" + ], + [ + "ĠV", + "ill" + ], + [ + "Ġiniti", + "ated" + ], + [ + "Ġex", + "acerb" + ], + [ + "Ġthreat", + "ening" + ], + [ + "ĠE", + "li" + ], + [ + "Ġpo", + "inter" + ], + [ + "ose", + "x" + ], + [ + "Ġorgan", + "izing" + ], + [ + "Ġneed", + "le" + ], + [ + "Ġtour", + "ist" + ], + [ + "ĠTra", + "vel" + ], + [ + "Ġcontin", + "ually" + ], + [ + "Ġunp", + "re" + ], + [ + "Ġne", + "arest" + ], + [ + "ĠJ", + "ordan" + ], + [ + "Ġob", + "ese" + ], + [ + "d", + "em" + ], + [ + "y", + "ers" + ], + [ + "12", + "8" + ], + [ + "Ġpy", + "ram" + ], + [ + "m", + "ill" + ], + [ + "Ġinter", + "sect" + ], + [ + "Ġgall", + "ons" + ], + [ + "Ġempir", + "ical" + ], + [ + "z", + "ero" + ], + [ + "ĠD", + "ub" + ], + [ + "ena", + "issance" + ], + [ + "Ġjour", + "nals" + ], + [ + "ĠObs", + "erv" + ], + [ + "Ġelig", + "ible" + ], + [ + "inflamm", + "atory" + ], + [ + "Ġconsid", + "ers" + ], + [ + "ont", + "in" + ], + [ + "ĠB", + "uild" + ], + [ + "ĠK", + "at" + ], + [ + "Ġfl", + "ed" + ], + [ + "Ġpositive", + "ly" + ], + [ + "ĠF", + "isher" + ], + [ + "ult", + "ural" + ], + [ + "Ġmax", + "im" + ], + [ + "Ġbirth", + "day" + ], + [ + "ĠGr", + "ant" + ], + [ + "Ġbe", + "ef" + ], + [ + "Ġmis", + "under" + ], + [ + "Ġpass", + "ages" + ], + [ + "ĠO", + "d" + ], + [ + "par", + "am" + ], + [ + "re", + "ach" + ], + [ + "ac", + "re" + ], + [ + "ĠIntellig", + "ence" + ], + [ + "Ġreg", + "ulated" + ], + [ + "ĠL", + "ove" + ], + [ + "Ġc", + "ro" + ], + [ + "Ġnucle", + "us" + ], + [ + "ropol", + "itan" + ], + [ + "sw", + "er" + ], + [ + "Ġsupp", + "liers" + ], + [ + "Ġpur", + "ple" + ], + [ + "sp", + "eed" + ], + [ + "Ġdraw", + "ings" + ], + [ + "ol", + "ve" + ], + [ + "Ġpro", + "state" + ], + [ + "e", + "an" + ], + [ + "en", + "ergy" + ], + [ + "Ġd", + "irt" + ], + [ + "Ġdepend", + "ence" + ], + [ + "Ġaest", + "hetic" + ], + [ + "Ġf", + "art" + ], + [ + "Ġ", + "```" + ], + [ + "j", + "ava" + ], + [ + "Ġcar", + "ing" + ], + [ + "Ġdec", + "iding" + ], + [ + "ol", + "is" + ], + [ + "ĠCon", + "sole" + ], + [ + "p", + "in" + ], + [ + "Ġport", + "able" + ], + [ + "p", + "i" + ], + [ + "Ġload", + "ed" + ], + [ + "Ġmel", + "ting" + ], + [ + "fort", + "able" + ], + [ + "16", + "7" + ], + [ + "Ġpron", + "ounced" + ], + [ + "Ġgl", + "ory" + ], + [ + "ul", + "er" + ], + [ + "n", + "amed" + ], + [ + "Ġca", + "ut" + ], + [ + "G", + "ood" + ], + [ + "ĠP", + "arents" + ], + [ + "Ġwere", + "n" + ], + [ + "Ġinter", + "connected" + ], + [ + "Ġdev", + "iations" + ], + [ + "Ġaccount", + "ability" + ], + [ + "op", + "hers" + ], + [ + "ron", + "es" + ], + [ + "ile", + "y" + ], + [ + "Ġconv", + "ict" + ], + [ + "ĠG", + "ame" + ], + [ + "ĠI", + "C" + ], + [ + "ar", + "ms" + ], + [ + "ĠNew", + "ton" + ], + [ + "op", + "ter" + ], + [ + "Ġsimilar", + "ly" + ], + [ + "Ġload", + "s" + ], + [ + "ĠP", + "oll" + ], + [ + "ag", + "u" + ], + [ + "Ġt", + "ear" + ], + [ + "Ġrequ", + "ested" + ], + [ + "ĠDie", + "go" + ], + [ + "Ġsc", + "reens" + ], + [ + "Ġut", + "er" + ], + [ + "c", + "or" + ], + [ + "best", + "os" + ], + [ + "F", + "L" + ], + [ + "Ġwas", + "t" + ], + [ + "Ġinsu", + "fficient" + ], + [ + "ĠA", + "ges" + ], + [ + "Ġprom", + "ised" + ], + [ + "ĠCommun", + "ication" + ], + [ + "ĠCult", + "ural" + ], + [ + "ar", + "b" + ], + [ + "Ġn", + "ights" + ], + [ + "Ġb", + "om" + ], + [ + "Ġadvoc", + "ate" + ], + [ + "Ġal", + "b" + ], + [ + "Ġillustr", + "ations" + ], + [ + "Ġbrief", + "ly" + ], + [ + "F", + "l" + ], + [ + "n", + "ut" + ], + [ + "ĠP", + "R" + ], + [ + "Ġexam", + "s" + ], + [ + "ĠConfed", + "erate" + ], + [ + "Ġlux", + "ury" + ], + [ + "A", + "I" + ], + [ + "Ġs", + "ake" + ], + [ + "Ġprim", + "itive" + ], + [ + "Ġfung", + "i" + ], + [ + "ĠB", + "urn" + ], + [ + "Ġcent", + "ered" + ], + [ + "Ġd", + "well" + ], + [ + "ĠMem", + "orial" + ], + [ + "Ġper", + "sec" + ], + [ + "ĠZ", + "e" + ], + [ + "th", + "an" + ], + [ + "int", + "on" + ], + [ + "ject", + "ive" + ], + [ + "ien", + "cies" + ], + [ + "Ġvot", + "ers" + ], + [ + "c", + "ard" + ], + [ + "Ġsurv", + "iving" + ], + [ + "pr", + "ime" + ], + [ + "iot", + "ics" + ], + [ + "ĠH", + "ad" + ], + [ + "Ġwood", + "s" + ], + [ + "verse", + "ly" + ], + [ + "sy", + "stem" + ], + [ + "Ġrespond", + "ents" + ], + [ + "Ġdiam", + "ond" + ], + [ + "Ġrem", + "embered" + ], + [ + "at", + "en" + ], + [ + "Ġconsist", + "ed" + ], + [ + "d", + "iction" + ], + [ + "Ġrad", + "ar" + ], + [ + "Ġstim", + "ulation" + ], + [ + "ell", + "ar" + ], + [ + "Ġchar", + "ity" + ], + [ + "Ġpunct", + "uation" + ], + [ + "Ġem", + "peror" + ], + [ + "ĠC", + "ut" + ], + [ + "app", + "ropriate" + ], + [ + "Ġw", + "rap" + ], + [ + "ab", + "ama" + ], + [ + "ES", + "S" + ], + [ + "ĠCle", + "ar" + ], + [ + "Ġf", + "ict" + ], + [ + "Ġpharm", + "aceutical" + ], + [ + "Ġb", + "ore" + ], + [ + "Ġalle", + "ged" + ], + [ + "ĠC", + "ook" + ], + [ + "ĠH", + "yp" + ], + [ + "Ġsubstant", + "ially" + ], + [ + "Ġg", + "ang" + ], + [ + "Ġcert", + "ified" + ], + [ + "Hist", + "ory" + ], + [ + "Ġunpre", + "cedented" + ], + [ + "ĠEv", + "olution" + ], + [ + "Ġrecip", + "e" + ], + [ + "Ġincom", + "plete" + ], + [ + "ĠT", + "uesday" + ], + [ + "17", + "3" + ], + [ + "Ġcle", + "ver" + ], + [ + "Ġtut", + "or" + ], + [ + "P", + "P" + ], + [ + "Ġstret", + "ching" + ], + [ + "Ġwond", + "ering" + ], + [ + "Ġpoison", + "ing" + ], + [ + "ĠTe", + "acher" + ], + [ + "Ġcra", + "fting" + ], + [ + "ĠImper", + "ial" + ], + [ + "Ġf", + "usion" + ], + [ + "he", + "el" + ], + [ + "ens", + "or" + ], + [ + "Ġdeliver", + "ing" + ], + [ + "now", + "ned" + ], + [ + "Ġover", + "se" + ], + [ + "ass", + "ment" + ], + [ + "Ġrect", + "angle" + ], + [ + "Ġuncons", + "cious" + ], + [ + "ĠChar", + "l" + ], + [ + "Ġg", + "ently" + ], + [ + "Ġfl", + "ies" + ], + [ + "Ġemotion", + "ally" + ], + [ + "Ġc", + "ache" + ], + [ + "Ġtra", + "vers" + ], + [ + "Ġharvest", + "ing" + ], + [ + "els", + "on" + ], + [ + "Ġcol", + "ours" + ], + [ + "Ġind", + "ices" + ], + [ + "Ġmonit", + "ored" + ], + [ + "ap", + "ore" + ], + [ + "ĠPers", + "ian" + ], + [ + "C", + "opyright" + ], + [ + "is", + "a" + ], + [ + "Ġaspir", + "ations" + ], + [ + "ĠWed", + "nesday" + ], + [ + "ĠPlan", + "ning" + ], + [ + "t", + "itle" + ], + [ + "Ġswitch", + "ing" + ], + [ + "Ġcrit", + "ics" + ], + [ + "Ġindivid", + "ually" + ], + [ + "m", + "us" + ], + [ + "Ġsh", + "o" + ], + [ + ".", + "_" + ], + [ + "Ġstat", + "ue" + ], + [ + "im", + "ination" + ], + [ + "Ġoper", + "ates" + ], + [ + "Ġhier", + "archy" + ], + [ + "Ġfor", + "ty" + ], + [ + "Ġland", + "f" + ], + [ + "Ġs", + "ends" + ], + [ + "Ġcop", + "ing" + ], + [ + "âĦ", + "¢" + ], + [ + "il", + "ateral" + ], + [ + "Ġfre", + "ed" + ], + [ + "Ġoccur", + "rences" + ], + [ + "ĠCh", + "ile" + ], + [ + "itzer", + "land" + ], + [ + "oles", + "cent" + ], + [ + "Ġfant", + "astic" + ], + [ + "ĠT", + "ai" + ], + [ + "J", + "une" + ], + [ + "Ġmor", + "ality" + ], + [ + "ĠC", + "L" + ], + [ + "t", + "xt" + ], + [ + "ĠTenn", + "essee" + ], + [ + "role", + "um" + ], + [ + "16", + "9" + ], + [ + "ĠBas", + "ic" + ], + [ + "h", + "ome" + ], + [ + "Ġf", + "ans" + ], + [ + "ĠO", + "m" + ], + [ + "Ġenthus", + "iasm" + ], + [ + "2", + "20" + ], + [ + "ĠLouis", + "iana" + ], + [ + "ĠE", + "N" + ], + [ + "1", + "18" + ], + [ + "ĠAl", + "bert" + ], + [ + "Ġfluctu", + "ations" + ], + [ + "Ġprem", + "ature" + ], + [ + "Ġtact", + "ics" + ], + [ + "F", + "ood" + ], + [ + "f", + "u" + ], + [ + "Ġo", + "ct" + ], + [ + "Ġen", + "velop" + ], + [ + "ĠInd", + "ependence" + ], + [ + "Ġsaf", + "egu" + ], + [ + "t", + "u" + ], + [ + "Ġt", + "ie" + ], + [ + "ic", + "iency" + ], + [ + "ĠCast", + "le" + ], + [ + "Ġgradu", + "al" + ], + [ + "Ġlet", + "ting" + ], + [ + "Ġtransport", + "ed" + ], + [ + "Ġrecip", + "es" + ], + [ + "Ġexpl", + "osion" + ], + [ + "Ġdemon", + "stration" + ], + [ + "ĠTurk", + "ish" + ], + [ + "Ġdat", + "etime" + ], + [ + "D", + "C" + ], + [ + "Ġprem", + "ium" + ], + [ + "Ġgener", + "ic" + ], + [ + "Ġic", + "on" + ], + [ + "ĠN", + "ich" + ], + [ + "Ġobtain", + "ing" + ], + [ + ")", + "?" + ], + [ + "Ġt", + "ales" + ], + [ + "ĠF", + "em" + ], + [ + "Ġup", + "set" + ], + [ + "Ġco", + "h" + ], + [ + "ĠMach", + "ine" + ], + [ + "ĠTh", + "ursday" + ], + [ + "Ġsim", + "ulations" + ], + [ + "Ġremov", + "es" + ], + [ + "ĠN", + "ort" + ], + [ + "Ġinsert", + "ed" + ], + [ + "Ġarbit", + "rary" + ], + [ + "Ġâī", + "¤" + ], + [ + "ĠVis", + "it" + ], + [ + "iz", + "able" + ], + [ + "Ġdo", + "zen" + ], + [ + "b", + "ase" + ], + [ + "Ġpro", + "c" + ], + [ + "Ġbeh", + "ave" + ], + [ + "Ġemphas", + "izes" + ], + [ + "Ġattach", + "ment" + ], + [ + "ĠT", + "u" + ], + [ + "Ġcon", + "gest" + ], + [ + "D", + "id" + ], + [ + "Ġden", + "oted" + ], + [ + "Ġrepresent", + "ations" + ], + [ + "bre", + "aking" + ], + [ + "Ġur", + "gent" + ], + [ + "ĠUs", + "ed" + ], + [ + "Ġinvestig", + "ating" + ], + [ + "ur", + "ate" + ], + [ + "op", + "en" + ], + [ + "read", + "ing" + ], + [ + "Ġpan", + "ic" + ], + [ + "Ġrew", + "ritten" + ], + [ + "er", + "ror" + ], + [ + "le", + "tal" + ], + [ + "Ġmod", + "est" + ], + [ + "Ġbrand", + "s" + ], + [ + "Bl", + "ack" + ], + [ + "Ġdivis", + "ible" + ], + [ + "l", + "aim" + ], + [ + "Ġfound", + "ing" + ], + [ + "ox", + "ide" + ], + [ + "Ġwound", + "ed" + ], + [ + "elt", + "a" + ], + [ + "ĠPart", + "icip" + ], + [ + "ow", + "ers" + ], + [ + "Ġresol", + "ved" + ], + [ + "Ġelev", + "ation" + ], + [ + "ar", + "ith" + ], + [ + "Ġdram", + "a" + ], + [ + "amil", + "ton" + ], + [ + "Ġdiv", + "or" + ], + [ + "Ġwh", + "ites" + ], + [ + "as", + "a" + ], + [ + "lt", + "ry" + ], + [ + "ĠGree", + "ks" + ], + [ + "A", + "V" + ], + [ + "s", + "ight" + ], + [ + "est", + "eem" + ], + [ + "Ġch", + "im" + ], + [ + "or", + "ia" + ], + [ + "Ġun", + "healthy" + ], + [ + "p", + "o" + ], + [ + "Ġle", + "ts" + ], + [ + "Ġdigest", + "ion" + ], + [ + "ĠP", + "il" + ], + [ + "Ġadv", + "ised" + ], + [ + "Ġmyth", + "s" + ], + [ + "ĠS", + "aturday" + ], + [ + "isc", + "al" + ], + [ + "ĠDe", + "ep" + ], + [ + "Ġstay", + "ed" + ], + [ + "Ġpred", + "iction" + ], + [ + "Ġdepict", + "ed" + ], + [ + "Ġto", + "ken" + ], + [ + "Ġwild", + "erness" + ], + [ + "Ġroot", + "ed" + ], + [ + "ĠFre", + "edom" + ], + [ + "Ġcontrovers", + "y" + ], + [ + "gra", + "duate" + ], + [ + "o", + "T" + ], + [ + "ur", + "ities" + ], + [ + "ĠR", + "os" + ], + [ + "Eng", + "lish" + ], + [ + "Ġcaut", + "ious" + ], + [ + "ĠRel", + "ations" + ], + [ + "Ġdest", + "ructive" + ], + [ + "Ġopp", + "osing" + ], + [ + "Ġpark", + "ing" + ], + [ + "j", + "an" + ], + [ + "Ġl", + "ig" + ], + [ + "Ġgu", + "ilty" + ], + [ + "Ġpoly", + "mer" + ], + [ + "Ġfram", + "es" + ], + [ + "Ġde", + "emed" + ], + [ + "iff", + "s" + ], + [ + "ers", + "hip" + ], + [ + "Ġcont", + "est" + ], + [ + "tain", + "ing" + ], + [ + "Ġtri", + "um" + ], + [ + "Ġd", + "ump" + ], + [ + "ke", + "ley" + ], + [ + "ĠD", + "og" + ], + [ + "Ġab", + "dominal" + ], + [ + "Ġpub", + "lishing" + ], + [ + "Ġlater", + "al" + ], + [ + "ol", + "ia" + ], + [ + "ill", + "ery" + ], + [ + "Ġle", + "ather" + ], + [ + "Ġsocial", + "ly" + ], + [ + "Ġsimpl", + "ified" + ], + [ + "H", + "el" + ], + [ + "Ġcy", + "t" + ], + [ + "Ġev", + "ac" + ], + [ + "ateg", + "ory" + ], + [ + "ĠArch", + "ives" + ], + [ + "Ġpl", + "ural" + ], + [ + "f", + "our" + ], + [ + "ues", + "e" + ], + [ + "ĠCl", + "ark" + ], + [ + "Ġd", + "amp" + ], + [ + "ĠP", + "it" + ], + [ + "lu", + "x" + ], + [ + "Ġcomput", + "ational" + ], + [ + "Ġcont", + "ra" + ], + [ + "Ġstr", + "ive" + ], + [ + "ĠH", + "ind" + ], + [ + "B", + "et" + ], + [ + "E", + "urope" + ], + [ + "ĠAl", + "ice" + ], + [ + "ĠCon", + "stant" + ], + [ + "Ġcompan", + "ion" + ], + [ + "Ġimp", + "ul" + ], + [ + "ix", + "ed" + ], + [ + "#", + "#" + ], + [ + "Ġur", + "gency" + ], + [ + "Ġcann", + "ab" + ], + [ + "Ġfail", + "ing" + ], + [ + "Ġbas", + "eline" + ], + [ + "Ġcommunic", + "ating" + ], + [ + "Ġom", + "ega" + ], + [ + "out", + "put" + ], + [ + "ĠR", + "enaissance" + ], + [ + "Ġres", + "ort" + ], + [ + "ĠS", + "ex" + ], + [ + "Ġcontinu", + "ity" + ], + [ + "Ġtraged", + "y" + ], + [ + "Ġw", + "ounds" + ], + [ + "os", + "itory" + ], + [ + "Ġfall", + "acies" + ], + [ + "S", + "ign" + ], + [ + "er", + "r" + ], + [ + "Ä", + "«" + ], + [ + "if", + "iers" + ], + [ + "ĠPat", + "ients" + ], + [ + "Ġped", + "est" + ], + [ + "Ġcor", + "rupt" + ], + [ + "Ġw", + "r" + ], + [ + "ĠTr", + "ump" + ], + [ + "ĠB", + "ird" + ], + [ + "Ġdiv", + "isions" + ], + [ + "\"", + ")." + ], + [ + "te", + "in" + ], + [ + "Ġaut", + "umn" + ], + [ + "Ġs", + "ne" + ], + [ + "Ġcru", + "el" + ], + [ + "Ġmix", + "ing" + ], + [ + "Ġbare", + "ly" + ], + [ + "Ġconstit", + "ute" + ], + [ + "Ġm", + "ul" + ], + [ + "ant", + "ine" + ], + [ + "ĠG", + "il" + ], + [ + "Ġpart", + "ition" + ], + [ + "Sim", + "ilar" + ], + [ + "Ġitiner", + "ary" + ], + [ + "ĠB", + "apt" + ], + [ + "Ġalign", + "s" + ], + [ + "Ġmerg", + "ed" + ], + [ + "ĠT", + "otal" + ], + [ + "ĠC", + "ert" + ], + [ + "Ġinstruct", + "or" + ], + [ + "Ġconcentr", + "ate" + ], + [ + "Ġmulti", + "pl" + ], + [ + "ver", + "b" + ], + [ + "Ġsq", + "rt" + ], + [ + "Ġbr", + "ut" + ], + [ + "ins", + "ic" + ], + [ + "oph", + "ag" + ], + [ + "Ġunc", + "omm" + ], + [ + "Ġwal", + "ks" + ], + [ + "Ġident", + "ifies" + ], + [ + "Ġpoll", + "en" + ], + [ + "Ġc", + "ock" + ], + [ + "ĠL", + "ic" + ], + [ + "Ġtriang", + "les" + ], + [ + "Ġmod", + "ifications" + ], + [ + "Ġdisapp", + "oint" + ], + [ + "Ġrec", + "ru" + ], + [ + "Ġret", + "reat" + ], + [ + "Ġsystem", + "ic" + ], + [ + "Ġstop", + "ping" + ], + [ + "ain", + "ts" + ], + [ + "ĠCar", + "bon" + ], + [ + "ĠAff", + "airs" + ], + [ + "Ġe", + "ternal" + ], + [ + "ĠDec", + "laration" + ], + [ + "Ġradio", + "active" + ], + [ + "Ġcomm", + "emor" + ], + [ + "Ġaltern", + "ate" + ], + [ + "Ġvirt", + "ue" + ], + [ + "S", + "ch" + ], + [ + "ĠE", + "V" + ], + [ + "Ġqu", + "art" + ], + [ + "ĠAust", + "ria" + ], + [ + "ĠAst", + "ron" + ], + [ + "ĠNob", + "el" + ], + [ + "Ġin", + "ability" + ], + [ + "Å", + "į" + ], + [ + "Ġcross", + "ed" + ], + [ + "he", + "at" + ], + [ + "Ġimp", + "aired" + ], + [ + "Ġs", + "lic" + ], + [ + "Ġrig", + "id" + ], + [ + "D", + "esc" + ], + [ + "e", + "u" + ], + [ + "ra", + "de" + ], + [ + "Ġar", + "tery" + ], + [ + "b", + "ird" + ], + [ + "ic", + "ut" + ], + [ + "ik", + "h" + ], + [ + "al", + "in" + ], + [ + "Ġresp", + "ected" + ], + [ + "u", + "ly" + ], + [ + "Ġwitness", + "ed" + ], + [ + "Ġhypert", + "ension" + ], + [ + "ĠIm", + "age" + ], + [ + "ĠH", + "ong" + ], + [ + "oc", + "ate" + ], + [ + "lic", + "t" + ], + [ + "ĠBe", + "ach" + ], + [ + "B", + "en" + ], + [ + "C", + "ount" + ], + [ + "et", + "on" + ], + [ + "ĠM", + "aterials" + ], + [ + "f", + "unc" + ], + [ + "ĠPub", + "lishing" + ], + [ + "nov", + "ation" + ], + [ + "Ġar", + "teries" + ], + [ + "ĠBro", + "ok" + ], + [ + "Ġconf", + "ined" + ], + [ + "ĠN", + "ig" + ], + [ + "ĠExec", + "utive" + ], + [ + "ĠK", + "ong" + ], + [ + "ĠRes", + "ource" + ], + [ + "Ġhyp", + "ot" + ], + [ + "Ġdom", + "ains" + ], + [ + "ĠFred", + "er" + ], + [ + "ĠPres", + "ent" + ], + [ + "Ġdark", + "er" + ], + [ + "Ġb", + "icy" + ], + [ + "Ġhand", + "led" + ], + [ + "Ġcounsel", + "ing" + ], + [ + "ĠCh", + "am" + ], + [ + "ĠKent", + "ucky" + ], + [ + "Ġinterf", + "erence" + ], + [ + "ig", + "ion" + ], + [ + "Ġdel", + "icious" + ], + [ + "d", + "istance" + ], + [ + "Ġteach", + "ings" + ], + [ + "indu", + "ced" + ], + [ + "Ġsu", + "cc" + ], + [ + "ific", + "ant" + ], + [ + "ĠE", + "instein" + ], + [ + "Ġj", + "son" + ], + [ + "Ġdesign", + "er" + ], + [ + "ĠC", + "hen" + ], + [ + "ed", + "ed" + ], + [ + "ĠV", + "ery" + ], + [ + "Ġconver", + "ting" + ], + [ + "Ġtrou", + "bles" + ], + [ + "U", + "D" + ], + [ + "Ġman", + "kind" + ], + [ + "Ġscar", + "ce" + ], + [ + "ĠD", + "al" + ], + [ + "Ġoff", + "spring" + ], + [ + "ol", + "lo" + ], + [ + "Ġpol", + "ished" + ], + [ + "Ġlegisl", + "ative" + ], + [ + "Ġcohes", + "ive" + ], + [ + "wn", + "ess" + ], + [ + "pro", + "t" + ], + [ + "ĠPl", + "ants" + ], + [ + "Ġcorrect", + "ed" + ], + [ + "Ġvent", + "ure" + ], + [ + "D", + "own" + ], + [ + "ul", + "iar" + ], + [ + "el", + "come" + ], + [ + "e", + "ur" + ], + [ + "Ġreg", + "ards" + ], + [ + "Ġveter", + "in" + ], + [ + "Ġrecept", + "or" + ], + [ + "res", + "istant" + ], + [ + "Ġinvestig", + "ations" + ], + [ + "re", + "hend" + ], + [ + "is", + "l" + ], + [ + "Ġbit", + "ter" + ], + [ + "Ġout", + "standing" + ], + [ + "oc", + "occ" + ], + [ + "Ġpure", + "ly" + ], + [ + "ĠT", + "ower" + ], + [ + "Ġab", + "d" + ], + [ + "ign", + "ant" + ], + [ + "Ġprom", + "ises" + ], + [ + "Ġprosper", + "ity" + ], + [ + "ĠSm", + "art" + ], + [ + "est", + "inal" + ], + [ + "Ġun", + "int" + ], + [ + "Ġcav", + "ity" + ], + [ + "Ġcurv", + "ature" + ], + [ + "Ġcor", + "ros" + ], + [ + "Ġutil", + "izing" + ], + [ + "ĠAfghan", + "istan" + ], + [ + "2", + "40" + ], + [ + "ĠG", + "ro" + ], + [ + "Ġsan", + "ct" + ], + [ + "Ġtransl", + "ate" + ], + [ + "s", + "in" + ], + [ + "Ġt", + "ire" + ], + [ + "ĠN", + "at" + ], + [ + "Ġoccas", + "ions" + ], + [ + "Ġfavor", + "able" + ], + [ + "Ġconsult", + "ation" + ], + [ + "Ġmod", + "ification" + ], + [ + "Ġcar", + "cin" + ], + [ + "Ġglass", + "es" + ], + [ + "ĠFore", + "ign" + ], + [ + "Ġcompr", + "ised" + ], + [ + "ĠB", + "oy" + ], + [ + "ĠPhil", + "ip" + ], + [ + "/", + "(" + ], + [ + "Ġmus", + "h" + ], + [ + "urt", + "les" + ], + [ + "unct", + "ure" + ], + [ + "r", + "ational" + ], + [ + "ch", + "y" + ], + [ + "Ġappro", + "ached" + ], + [ + "ĠMar", + "ia" + ], + [ + "mon", + "ary" + ], + [ + "ĠCount", + "ry" + ], + [ + "y", + "our" + ], + [ + "Ġsure", + "ly" + ], + [ + "Ġstri", + "kes" + ], + [ + "Ġm", + "aternal" + ], + [ + "Ġform", + "ulas" + ], + [ + "Ġjust", + "ify" + ], + [ + "Ġhead", + "ache" + ], + [ + "Ġmon", + "aster" + ], + [ + "ĠIndian", + "a" + ], + [ + "Ġneu", + "rological" + ], + [ + "or", + "b" + ], + [ + "Ġpo", + "le" + ], + [ + "Ġsec", + "ular" + ], + [ + "Ġrul", + "er" + ], + [ + "Ġdemand", + "ing" + ], + [ + "w", + "riting" + ], + [ + "op", + "ath" + ], + [ + "Ġwell", + "s" + ], + [ + "ĠS", + "C" + ], + [ + "um", + "a" + ], + [ + "Ġsm", + "ok" + ], + [ + "Ġpot", + "ent" + ], + [ + "j", + "amin" + ], + [ + "ĠS", + "ant" + ], + [ + "Ġs", + "ink" + ], + [ + "ys", + "ics" + ], + [ + "b", + "one" + ], + [ + "ĠL", + "G" + ], + [ + "Ġpack", + "ed" + ], + [ + "Ġprivile", + "ge" + ], + [ + "Ġtrans", + "it" + ], + [ + "ĠProt", + "ocol" + ], + [ + "it", + "ar" + ], + [ + "ĠCreat", + "ing" + ], + [ + "k", + "m" + ], + [ + "Ġpries", + "ts" + ], + [ + "Ġp", + "ad" + ], + [ + "ow", + "ed" + ], + [ + "ad", + "ian" + ], + [ + "Ġsp", + "ite" + ], + [ + "Ġver", + "bs" + ], + [ + "if", + "iable" + ], + [ + "ov", + "a" + ], + [ + "Ġpresident", + "ial" + ], + [ + "Ġsub", + "stit" + ], + [ + "Ġinev", + "itable" + ], + [ + "Ġbe", + "aches" + ], + [ + "ĠB", + "all" + ], + [ + "ĠTer", + "rit" + ], + [ + "Ġt", + "et" + ], + [ + "Ġtransition", + "al" + ], + [ + "f", + "n" + ], + [ + "ĠC", + "ass" + ], + [ + "ast", + "ing" + ], + [ + "Ġundert", + "aken" + ], + [ + "he", + "art" + ], + [ + "ĠPolit", + "ical" + ], + [ + "Ġinterf", + "ere" + ], + [ + "am", + "bo" + ], + [ + "Ġreform", + "s" + ], + [ + "Ġproblem", + "atic" + ], + [ + "M", + "ic" + ], + [ + "T", + "HE" + ], + [ + "ograph", + "ics" + ], + [ + "ĠAl", + "abama" + ], + [ + "ele", + "ment" + ], + [ + "15", + "2" + ], + [ + "ar", + "gs" + ], + [ + "Ġqu", + "otes" + ], + [ + "ĠĠĠĠĠĠĠĠ", + "ĠĠĠĠĠĠĠĠ" + ], + [ + "ĠC", + "redit" + ], + [ + "F", + "orm" + ], + [ + "T", + "op" + ], + [ + "\"", + "{" + ], + [ + "Ġext", + "inct" + ], + [ + "ĠC", + "ertain" + ], + [ + "ĠU", + "pper" + ], + [ + "Ġc", + "ues" + ], + [ + "G", + "reen" + ], + [ + "Ġp", + "enc" + ], + [ + "Ġcons", + "olid" + ], + [ + "Ġadvoc", + "ates" + ], + [ + "Ġret", + "ained" + ], + [ + "ather", + "ine" + ], + [ + "Ġvis", + "ibility" + ], + [ + "M", + "R" + ], + [ + "ĠCom", + "par" + ], + [ + "ĠSw", + "itzerland" + ], + [ + ":", + "\"," + ], + [ + "ĠB", + "ot" + ], + [ + "P", + "C" + ], + [ + "Ġm", + "ines" + ], + [ + "ĠE", + "uclidean" + ], + [ + "Ġoptim", + "ized" + ], + [ + "Ġal", + "leg" + ], + [ + "Ġcorrel", + "ated" + ], + [ + "Ġresearch", + "ing" + ], + [ + "inc", + "ial" + ], + [ + "im", + "ental" + ], + [ + "u", + "ana" + ], + [ + "ĠF", + "ram" + ], + [ + "Ġm", + "elt" + ], + [ + "Ġd", + "x" + ], + [ + "ĠTh", + "om" + ], + [ + "Ġcl", + "ause" + ], + [ + "Ġcaus", + "al" + ], + [ + "Sc", + "ience" + ], + [ + "Ġoverwhel", + "med" + ], + [ + "Ġembra", + "cing" + ], + [ + "B", + "L" + ], + [ + "Ġque", + "en" + ], + [ + "ĠCol", + "lection" + ], + [ + "Ġmosquit", + "o" + ], + [ + "kl", + "ah" + ], + [ + "Ġplan", + "es" + ], + [ + "Ġt", + "ears" + ], + [ + "Ġbu", + "zz" + ], + [ + "ĠWh", + "it" + ], + [ + "Ġhead", + "ing" + ], + [ + "p", + "iece" + ], + [ + "Ġintrodu", + "ces" + ], + [ + "Ġm", + "ast" + ], + [ + "Ġfract", + "ions" + ], + [ + ">", + ">" + ], + [ + "ĠB", + "esides" + ], + [ + "Ġdelay", + "ed" + ], + [ + "Ġreh", + "abilitation" + ], + [ + "Ġexplo", + "itation" + ], + [ + "ĠA", + "L" + ], + [ + "K", + "now" + ], + [ + "Ġpat", + "ience" + ], + [ + "Ġpro", + "claim" + ], + [ + "ĠMil", + "itary" + ], + [ + "Ġfresh", + "water" + ], + [ + "Ġtrib", + "al" + ], + [ + "ĠLiter", + "ature" + ], + [ + "Ġunpredict", + "able" + ], + [ + "Ġbow", + "l" + ], + [ + "ug", + "ar" + ], + [ + "Ġt", + "ric" + ], + [ + "Ġh", + "iring" + ], + [ + "ĠG", + "ames" + ], + [ + "Ġuncom", + "fortable" + ], + [ + "Ġd", + "ated" + ], + [ + "ĠHealth", + "y" + ], + [ + "Ġearthqu", + "akes" + ], + [ + "Ġchem", + "otherapy" + ], + [ + "Ġsl", + "ips" + ], + [ + "ĠM", + "agn" + ], + [ + "S", + "E" + ], + [ + "M", + "arch" + ], + [ + "ĠAg", + "ree" + ], + [ + "Ġconstruct", + "ive" + ], + [ + "ĠP", + "ersonal" + ], + [ + "Ġexplo", + "it" + ], + [ + "is", + "an" + ], + [ + "Ġwe", + "eds" + ], + [ + "Ġinv", + "isible" + ], + [ + "Ġdisput", + "e" + ], + [ + "Ġeleg", + "ant" + ], + [ + "Ġex", + "em" + ], + [ + "ew", + "orks" + ], + [ + "augh", + "ters" + ], + [ + "Ġcatast", + "rophic" + ], + [ + "Ġtime", + "ly" + ], + [ + "Ġmon", + "etary" + ], + [ + "Ġhepat", + "itis" + ], + [ + "od", + "d" + ], + [ + "ĠP", + "ict" + ], + [ + "unc", + "iation" + ], + [ + "Ġsug", + "ars" + ], + [ + "ĠS", + "ustainable" + ], + [ + "Ġdisc", + "rete" + ], + [ + "Ġkid", + "neys" + ], + [ + "Ġrat", + "ings" + ], + [ + "ras", + "ound" + ], + [ + "Ġo", + "zone" + ], + [ + "am", + "ples" + ], + [ + "Ġconf", + "using" + ], + [ + "Ġfort", + "un" + ], + [ + "Ġpursu", + "ing" + ], + [ + "Ġcar", + "go" + ], + [ + "ĠTor", + "ah" + ], + [ + "ess", + "age" + ], + [ + "15", + "3" + ], + [ + "Ġcultiv", + "ation" + ], + [ + "Ġcast", + "ing" + ], + [ + "Ġrail", + "way" + ], + [ + "Th", + "ink" + ], + [ + "Ġpre", + "jud" + ], + [ + "er", + "ce" + ], + [ + "Ġpurch", + "ases" + ], + [ + "Ġra", + "ces" + ], + [ + "m", + "ans" + ], + [ + "th", + "ird" + ], + [ + "Ph", + "oto" + ], + [ + "Ġcryst", + "als" + ], + [ + "ĠOr", + "d" + ], + [ + "P", + "oint" + ], + [ + "Ġel", + "ite" + ], + [ + "Am", + "ong" + ], + [ + "12", + "7" + ], + [ + "Ġbill", + "ions" + ], + [ + "ĠP", + "i" + ], + [ + "Ġsuggest", + "ion" + ], + [ + "bit", + "ious" + ], + [ + "Ġimpr", + "ison" + ], + [ + "Ġf", + "riction" + ], + [ + "ĠU", + "C" + ], + [ + "Ġd", + "war" + ], + [ + "Ġactiv", + "ation" + ], + [ + "C", + "ent" + ], + [ + "D", + "i" + ], + [ + "d", + "ependent" + ], + [ + "ĠH", + "al" + ], + [ + "13", + "5" + ], + [ + "Ġl", + "act" + ], + [ + "AN", + "D" + ], + [ + "ĠAl", + "ways" + ], + [ + "Ġsat", + "urated" + ], + [ + "os", + "ures" + ], + [ + "Ġprov", + "inces" + ], + [ + "us", + "ually" + ], + [ + "Ġfirst", + "name" + ], + [ + "W", + "H" + ], + [ + "ĠLaw", + "rence" + ], + [ + "Ġequil", + "ibrium" + ], + [ + "ze", + "ch" + ], + [ + "Ġcuis", + "ine" + ], + [ + "Lear", + "ning" + ], + [ + "ĠSc", + "i" + ], + [ + "ĠF", + "ou" + ], + [ + "c", + "ur" + ], + [ + "l", + "ades" + ], + [ + "Ġlingu", + "istic" + ], + [ + "Î", + "¸" + ], + [ + "Ġstr", + "at" + ], + [ + "Per", + "haps" + ], + [ + "Ġall", + "ies" + ], + [ + "Ġfol", + "ks" + ], + [ + "ĠD", + "or" + ], + [ + "ĠUs", + "ually" + ], + [ + "Ġpass", + "enger" + ], + [ + "Ġtreat", + "s" + ], + [ + "Ġfl", + "ags" + ], + [ + "U", + "LL" + ], + [ + "Ġs", + "ore" + ], + [ + "eral", + "d" + ], + [ + "Ġadapt", + "ive" + ], + [ + "Ġpig", + "s" + ], + [ + "ĠB", + "ud" + ], + [ + "Ġgod", + "dess" + ], + [ + "Ġenh", + "ancing" + ], + [ + "im", + "age" + ], + [ + "Ġj", + "ack" + ], + [ + "ĠW", + "y" + ], + [ + "Ġsupp", + "ose" + ], + [ + "12", + "1" + ], + [ + "Ġimpl", + "ant" + ], + [ + "d", + "rop" + ], + [ + "ĠDep", + "ending" + ], + [ + "Ġrecommend", + "ation" + ], + [ + "ad", + "ays" + ], + [ + "ĠK", + "ings" + ], + [ + "Ġm", + "ant" + ], + [ + "ĠE", + "s" + ], + [ + "â̦", + "." + ], + [ + "Ġuncomm", + "on" + ], + [ + "ĠDef", + "ine" + ], + [ + "z", + "ens" + ], + [ + "Ġsynt", + "hes" + ], + [ + "Ġwed", + "ding" + ], + [ + "Ġesc", + "al" + ], + [ + "Ġ>", + "=" + ], + [ + "ĠMuh", + "ammad" + ], + [ + "Ġc", + "ram" + ], + [ + "rit", + "er" + ], + [ + "11", + "3" + ], + [ + "Ġvolunt", + "ary" + ], + [ + "Ġt", + "ent" + ], + [ + "f", + "at" + ], + [ + "Ġhas", + "n" + ], + [ + "Ġalign", + "ment" + ], + [ + "ht", + "m" + ], + [ + "Ġg", + "lands" + ], + [ + "Ġtw", + "entieth" + ], + [ + "ros", + "is" + ], + [ + "dig", + "it" + ], + [ + "15", + "7" + ], + [ + "Ġoblig", + "ations" + ], + [ + "Ġs", + "emic" + ], + [ + "Ġf", + "ierce" + ], + [ + "ĠS", + "ri" + ], + [ + "Ġclim", + "bing" + ], + [ + "st", + "op" + ], + [ + "Ġcollabor", + "ate" + ], + [ + "klah", + "oma" + ], + [ + "ĠV", + "eter" + ], + [ + "cl", + "usion" + ], + [ + "Ġmen", + "stru" + ], + [ + "Ù", + "Ĩ" + ], + [ + "ĠR", + "ap" + ], + [ + "ĠSt", + "aff" + ], + [ + "Ġmicrob", + "es" + ], + [ + "Ġjuris", + "diction" + ], + [ + "ĠR", + "un" + ], + [ + "Ġshell", + "s" + ], + [ + "Ġsuper", + "vis" + ], + [ + "Ġdescend", + "ants" + ], + [ + "P", + "E" + ], + [ + "S", + "ym" + ], + [ + "Ġcoll", + "aps" + ], + [ + "od", + "s" + ], + [ + "ĠStan", + "ford" + ], + [ + "Ġcertific", + "ate" + ], + [ + "S", + "D" + ], + [ + "Ġan", + "ecd" + ], + [ + "Ġsn", + "akes" + ], + [ + "ret", + "ion" + ], + [ + "Ġshif", + "ted" + ], + [ + "Ġat", + "e" + ], + [ + "S", + "ometimes" + ], + [ + "S", + "ur" + ], + [ + "ĠTh", + "ings" + ], + [ + "ĠDe", + "b" + ], + [ + "Ġmind", + "fulness" + ], + [ + "Ġj", + "et" + ], + [ + "ĠAd", + "ams" + ], + [ + "Ġadjust", + "ing" + ], + [ + "Ġdu", + "ct" + ], + [ + "Ġsufficient", + "ly" + ], + [ + "Ġcorrel", + "ations" + ], + [ + "Ġprot", + "otype" + ], + [ + "15", + "9" + ], + [ + "Ġconven", + "ience" + ], + [ + "s", + "al" + ], + [ + "ar", + "an" + ], + [ + "Ġf", + "ool" + ], + [ + "Ġcou", + "pled" + ], + [ + "C", + "or" + ], + [ + "Ġp", + "iano" + ], + [ + "Ġmel", + "an" + ], + [ + "Ġpal", + "ace" + ], + [ + "Ġdisapp", + "eared" + ], + [ + "r", + "ating" + ], + [ + "iv", + "ated" + ], + [ + "Ġdefin", + "itive" + ], + [ + "��block", + "ed" + ], + [ + "Ġbul", + "let" + ], + [ + "ol", + "en" + ], + [ + "ot", + "ive" + ], + [ + "ile", + "m" + ], + [ + "any", + "on" + ], + [ + "Ġantioxid", + "ants" + ], + [ + "Ġelectrom", + "agnetic" + ], + [ + "t", + "ail" + ], + [ + "all", + "ing" + ], + [ + "Ġl", + "augh" + ], + [ + "Ch", + "apter" + ], + [ + "Ġpra", + "ise" + ], + [ + "F", + "eb" + ], + [ + "Pro", + "v" + ], + [ + "Ear", + "ly" + ], + [ + "Ġce", + "ment" + ], + [ + "A", + "pril" + ], + [ + "ĠS", + "ound" + ], + [ + "25", + "5" + ], + [ + ".", + "(" + ], + [ + "Ġmult", + "if" + ], + [ + "Ġwet", + "lands" + ], + [ + "if", + "ting" + ], + [ + "Ġfr", + "ustration" + ], + [ + "Ġmis", + "leading" + ], + [ + "Ġen", + "roll" + ], + [ + "Ġactiv", + "ists" + ], + [ + "Ġst", + "ays" + ], + [ + "est", + "ial" + ], + [ + "Ġpec", + "uliar" + ], + [ + "1", + "17" + ], + [ + "ĠD", + "raw" + ], + [ + "Ġpass", + "ions" + ], + [ + "Ġappl", + "iances" + ], + [ + "Ġsc", + "rew" + ], + [ + "4", + "50" + ], + [ + "Ġex", + "terior" + ], + [ + "Ġident", + "ities" + ], + [ + "ĠInit", + "iative" + ], + [ + "iem", + "ann" + ], + [ + "f", + "ood" + ], + [ + "ĠC", + "opyright" + ], + [ + "Ġol", + "ive" + ], + [ + "ĠB", + "road" + ], + [ + "ĠMe", + "anwhile" + ], + [ + "Ġoffer", + "ings" + ], + [ + "ĠP", + "ra" + ], + [ + "rosc", + "ience" + ], + [ + "Ġcompar", + "isons" + ], + [ + "Ġrecon", + "struct" + ], + [ + "Ġpro", + "be" + ], + [ + "ĠNor", + "way" + ], + [ + "Ġmonu", + "ment" + ], + [ + "Ġpresent", + "ations" + ], + [ + "b", + "en" + ], + [ + "re", + "port" + ], + [ + "anc", + "ies" + ], + [ + "Ġg", + "am" + ], + [ + "Ġwar", + "ned" + ], + [ + "Ġcolor", + "ful" + ], + [ + "Ġw", + "ires" + ], + [ + "Ġto", + "dd" + ], + [ + "ru", + "bs" + ], + [ + "Ġru", + "ins" + ], + [ + "ĠD", + "ak" + ], + [ + "bo", + "ards" + ], + [ + "ur", + "ban" + ], + [ + "Ġoutl", + "ined" + ], + [ + "ill", + "er" + ], + [ + "Ġout", + "s" + ], + [ + "es", + "ar" + ], + [ + "ĠAl", + "f" + ], + [ + "Ġc", + "ows" + ], + [ + "ĠAb", + "original" + ], + [ + "ĠT", + "ell" + ], + [ + "Ġgl", + "ad" + ], + [ + "Ġscen", + "ic" + ], + [ + "Ġec", + "ology" + ], + [ + "Ġlo", + "ops" + ], + [ + "S", + "everal" + ], + [ + "Ġbas", + "in" + ], + [ + "Ġf", + "aint" + ], + [ + "E", + "lect" + ], + [ + "Ġcorre", + "ction" + ], + [ + "w", + "ich" + ], + [ + "Ġtrium", + "ph" + ], + [ + "forest", + "ation" + ], + [ + "Comm", + "un" + ], + [ + "Ġsix", + "th" + ], + [ + "ĠF", + "acts" + ], + [ + "Ġwhe", + "els" + ], + [ + "e", + "val" + ], + [ + "Ġdis", + "se" + ], + [ + "Ġsh", + "ame" + ], + [ + "Ġrepet", + "itive" + ], + [ + "Ġalph", + "a" + ], + [ + "ĠHist", + "oric" + ], + [ + "Ġe", + "ch" + ], + [ + "ĠG", + "as" + ], + [ + "ĠHol", + "ocaust" + ], + [ + "def", + "ined" + ], + [ + "Ġflav", + "ors" + ], + [ + "Ġg", + "er" + ], + [ + "Ġcos", + "mic" + ], + [ + "ĠChar", + "acter" + ], + [ + "Ġv", + "oy" + ], + [ + "fact", + "ory" + ], + [ + "pass", + "word" + ], + [ + "ĠArch", + "ae" + ], + [ + "ias", + "is" + ], + [ + "Ġb", + "anned" + ], + [ + "Ġve", + "ins" + ], + [ + "we", + "alth" + ], + [ + "te", + "ch" + ], + [ + "ot", + "le" + ], + [ + "Ġup", + "coming" + ], + [ + "Ġkey", + "word" + ], + [ + "Ġrect", + "ang" + ], + [ + "%", + ")," + ], + [ + "ed", + "ic" + ], + [ + "pt", + "on" + ], + [ + "ĠK", + "u" + ], + [ + "mind", + "ed" + ], + [ + "Ġun", + "su" + ], + [ + "ĠSy", + "ndrome" + ], + [ + "u", + "ated" + ], + [ + "om", + "ics" + ], + [ + "et", + "ry" + ], + [ + "Ġcar", + "rier" + ], + [ + "p", + "ot" + ], + [ + "Ġp", + "orts" + ], + [ + "ĠCub", + "a" + ], + [ + "c", + "hem" + ], + [ + "Ġv", + "ague" + ], + [ + "Ġnew", + "born" + ], + [ + "ĠT", + "ogether" + ], + [ + "ĠP", + "ack" + ], + [ + "Ġindu", + "ction" + ], + [ + "Ġminim", + "izing" + ], + [ + "Ġjud", + "ges" + ], + [ + "Ġdes", + "cent" + ], + [ + "Ġl", + "ining" + ], + [ + "Ġacknowled", + "ged" + ], + [ + "ĠDem", + "ocr" + ], + [ + "ĠPhilos", + "ophy" + ], + [ + "ĠEffect", + "s" + ], + [ + "ĠPro", + "blem" + ], + [ + "Ġnegot", + "iations" + ], + [ + "ĠC", + "ro" + ], + [ + "Ġintest", + "inal" + ], + [ + "ĠD", + "omin" + ], + [ + "ĠSum", + "mer" + ], + [ + "Ġapp", + "les" + ], + [ + "oven", + "ant" + ], + [ + "Ġm", + "ad" + ], + [ + "ĠT", + "al" + ], + [ + "Ġb", + "apt" + ], + [ + "Ġnot", + "ably" + ], + [ + "Ġhigh", + "way" + ], + [ + "M", + "ult" + ], + [ + "Ġb", + "ats" + ], + [ + "ĠC", + "ru" + ], + [ + "ĠB", + "ase" + ], + [ + "Ġhum", + "or" + ], + [ + "Ġm", + "aj" + ], + [ + "Ġind", + "o" + ], + [ + "ĠPM", + "ID" + ], + [ + "em", + "ail" + ], + [ + "Ġr", + "iding" + ], + [ + "as", + "ia" + ], + [ + "Ġexam", + "ines" + ], + [ + "id", + "el" + ], + [ + "Ġco", + "ating" + ], + [ + "av", + "y" + ], + [ + "Ġlog", + "arith" + ], + [ + "Ġpost", + "ure" + ], + [ + "Ġdys", + "function" + ], + [ + "Ġpersu", + "asive" + ], + [ + "Ġtens", + "ions" + ], + [ + "ĠPortug", + "uese" + ], + [ + "ĠMathemat", + "ics" + ], + [ + "f", + "alls" + ], + [ + "Ġc", + "ous" + ], + [ + "ir", + "ts" + ], + [ + "Ġb", + "ip" + ], + [ + "Ġup", + "ward" + ], + [ + "ĠSing", + "apore" + ], + [ + "Ġan", + "omal" + ], + [ + "Ġtr", + "im" + ], + [ + "g", + "rad" + ], + [ + "ĠJ", + "oh" + ], + [ + "ric", + "ular" + ], + [ + "Î", + "½" + ], + [ + "pl", + "er" + ], + [ + "Ġcitizens", + "hip" + ], + [ + "Ġcomplain", + "ts" + ], + [ + "Ġexc", + "luded" + ], + [ + "Ġsettle", + "ments" + ], + [ + "M", + "r" + ], + [ + "p", + "ub" + ], + [ + "Ġresil", + "ient" + ], + [ + "ĠUs", + "er" + ], + [ + "Ġenc", + "ryption" + ], + [ + "pe", + "ople" + ], + [ + "ĠB", + "BC" + ], + [ + "Ġtable", + "ts" + ], + [ + "ĠTor", + "onto" + ], + [ + "Ġretire", + "ment" + ], + [ + "o", + "z" + ], + [ + "Ġform", + "ally" + ], + [ + "Ġw", + "ool" + ], + [ + "ĠS", + "O" + ], + [ + "Ġam", + "bitious" + ], + [ + "ar", + "on" + ], + [ + "em", + "an" + ], + [ + "ĠF", + "ollow" + ], + [ + "ĠProp", + "het" + ], + [ + "ĠH", + "ou" + ], + [ + "ef", + "t" + ], + [ + "Ġoccas", + "ional" + ], + [ + "eng", + "u" + ], + [ + "Ġdest", + "inations" + ], + [ + "Ġmusic", + "ians" + ], + [ + "h", + "al" + ], + [ + "f", + "ight" + ], + [ + "Ġproport", + "ional" + ], + [ + "15", + "1" + ], + [ + "Ġtoile", + "t" + ], + [ + "m", + "em" + ], + [ + "Ġadop", + "ting" + ], + [ + "F", + "i" + ], + [ + "Ġlect", + "ures" + ], + [ + "le", + "ans" + ], + [ + "Ġtop", + "ological" + ], + [ + "mat", + "rix" + ], + [ + "ĠP", + "V" + ], + [ + "Ġrel", + "ie" + ], + [ + "m", + "i" + ], + [ + "ĠAuthor", + "ity" + ], + [ + "Ġer", + "ad" + ], + [ + "ĠBul", + "gar" + ], + [ + "Ġbu", + "nd" + ], + [ + "ĠEx", + "cel" + ], + [ + "Ġg", + "rief" + ], + [ + "Ġorgan", + "izational" + ], + [ + "Ġb", + "esides" + ], + [ + "ĠH", + "amilton" + ], + [ + "Ġe", + "cl" + ], + [ + "ĠSt", + "ock" + ], + [ + "Ġnav", + "al" + ], + [ + "Ġsusp", + "ended" + ], + [ + "ĠRad", + "io" + ], + [ + "Ġcombust", + "ion" + ], + [ + "p", + "sy" + ], + [ + "Ġph", + "on" + ], + [ + "it", + "ated" + ], + [ + "Ġdel", + "ib" + ], + [ + "Ġfoss", + "ils" + ], + [ + "Ġteen", + "agers" + ], + [ + "Ġhop", + "ed" + ], + [ + "ress", + "ions" + ], + [ + "Ġharm", + "on" + ], + [ + "Ġtit", + "led" + ], + [ + "F", + "ollowing" + ], + [ + "Ġprox", + "imity" + ], + [ + "ĠT", + "aking" + ], + [ + "im", + "b" + ], + [ + "ĠB", + "rad" + ], + [ + "Ġfact", + "ories" + ], + [ + "c", + "pp" + ], + [ + "om", + "ial" + ], + [ + "Ġhe", + "ap" + ], + [ + "Ġdeploy", + "ed" + ], + [ + "Ġn", + "ausea" + ], + [ + "Ġf", + "ired" + ], + [ + "Ġst", + "ocks" + ], + [ + "Ġweek", + "end" + ], + [ + "Ġactiv", + "ated" + ], + [ + "ĠR", + "ain" + ], + [ + "Ġret", + "ired" + ], + [ + "lim", + "ited" + ], + [ + "ĠC", + "anyon" + ], + [ + "D", + "oes" + ], + [ + "Ġwar", + "fare" + ], + [ + "Th", + "anks" + ], + [ + "Ġsuper", + "natural" + ], + [ + "Ġlast", + "ed" + ], + [ + "M", + "ark" + ], + [ + "ep", + "s" + ], + [ + "Ġmet", + "a" + ], + [ + "Ġut", + "ter" + ], + [ + "ĠComp", + "an" + ], + [ + "Ġunw", + "anted" + ], + [ + "Ġre", + "nowned" + ], + [ + "Ġrec", + "ruit" + ], + [ + "ac", + "eted" + ], + [ + "less", + "ness" + ], + [ + "2", + "10" + ], + [ + "al", + "ry" + ], + [ + "Ġguid", + "ing" + ], + [ + "Ġguarant", + "eed" + ], + [ + "Ġrat", + "ios" + ], + [ + "Ġtomat", + "oes" + ], + [ + "ed", + "uc" + ], + [ + "Y", + "et" + ], + [ + "Ġco", + "herence" + ], + [ + "re", + "as" + ], + [ + "Ġb", + "od" + ], + [ + "ĠCons", + "erv" + ], + [ + "Ġfung", + "us" + ], + [ + "os", + "ity" + ], + [ + "Ġcomp", + "iled" + ], + [ + "Ġneighb", + "oring" + ], + [ + "htt", + "ps" + ], + [ + "ĠRes", + "ults" + ], + [ + "v", + "ised" + ], + [ + "ĠO", + "ak" + ], + [ + "Ġpre", + "lim" + ], + [ + "Ġpropos", + "ition" + ], + [ + "15", + "4" + ], + [ + "ann", + "y" + ], + [ + "Ġatt", + "raction" + ], + [ + "Ġinter", + "faces" + ], + [ + "14", + "9" + ], + [ + "Se", + "pt" + ], + [ + "th", + "reat" + ], + [ + "Ġgraph", + "s" + ], + [ + "Ñ", + "Ĥ" + ], + [ + "Ġlit", + "ter" + ], + [ + "ĠImp", + "act" + ], + [ + "Ar", + "ray" + ], + [ + "ĠMain", + "e" + ], + [ + "Ġtra", + "ils" + ], + [ + "Ġed", + "itors" + ], + [ + "Ġphilos", + "opher" + ], + [ + "d", + "at" + ], + [ + "W", + "S" + ], + [ + "Ġacknowled", + "ging" + ], + [ + "Ġaster", + "oid" + ], + [ + "int", + "estinal" + ], + [ + "Ġles", + "ions" + ], + [ + "Ġauthentic", + "ity" + ], + [ + "Ġk", + "ern" + ], + [ + "ĠV", + "R" + ], + [ + "Ġtu", + "ber" + ], + [ + "Ñ", + "Ģ" + ], + [ + "Ġcontact", + "s" + ], + [ + "k", + "g" + ], + [ + "ĠC", + "hemistry" + ], + [ + "L", + "C" + ], + [ + "Ġv", + "ic" + ], + [ + "Ġsec", + "ured" + ], + [ + "Ġinteract", + "ing" + ], + [ + "Ġt", + "ours" + ], + [ + "ĠPal", + "ace" + ], + [ + "Ġencount", + "ers" + ], + [ + "é", + "s" + ], + [ + "Ġmon", + "arch" + ], + [ + "sc", + "ape" + ], + [ + "eren", + "n" + ], + [ + "it", + "oring" + ], + [ + "ch", + "i" + ], + [ + "14", + "5" + ], + [ + "ĠF", + "low" + ], + [ + "Ġdign", + "ity" + ], + [ + "t", + "an" + ], + [ + "Ġredu", + "nd" + ], + [ + "Ġoverl", + "ap" + ], + [ + "Ġout", + "lines" + ], + [ + "Ġhom", + "eless" + ], + [ + "imm", + "une" + ], + [ + "ĠC", + "art" + ], + [ + "Ġflood", + "s" + ], + [ + "Ġpat", + "ches" + ], + [ + "Ġpub", + "lish" + ], + [ + "app", + "le" + ], + [ + "enn", + "is" + ], + [ + "ĠFl", + "ore" + ], + [ + "ill", + "es" + ], + [ + "Ġprop", + "ose" + ], + [ + "ĠReg", + "ional" + ], + [ + "Ġpharm", + "ac" + ], + [ + "ĠC", + "amb" + ], + [ + "ĠW", + "H" + ], + [ + "Ġtravel", + "ers" + ], + [ + "Ġs", + "its" + ], + [ + "Con", + "f" + ], + [ + "Ġg", + "el" + ], + [ + "Ġlog", + "istics" + ], + [ + "Ġex", + "otic" + ], + [ + "ĠYou", + "th" + ], + [ + "Ġfest", + "ivals" + ], + [ + "ĠInit", + "ial" + ], + [ + "D", + "av" + ], + [ + "ĠS", + "el" + ], + [ + "Ġdies", + "el" + ], + [ + "E", + "st" + ], + [ + "Ġp", + "rize" + ], + [ + "ĠIsrael", + "i" + ], + [ + "Ġschem", + "es" + ], + [ + "15", + "6" + ], + [ + "Ġport", + "folio" + ], + [ + "Ġpract", + "ically" + ], + [ + "ĠI", + "owa" + ], + [ + "Ġmark", + "er" + ], + [ + "h", + "ouses" + ], + [ + "Ġassert", + "ions" + ], + [ + "Ġprelim", + "inary" + ], + [ + "Ġdeb", + "ates" + ], + [ + "Ġsod", + "a" + ], + [ + "i", + "oms" + ], + [ + "Ġland", + "ed" + ], + [ + "ĠG", + "i" + ], + [ + "Ġtyp", + "ing" + ], + [ + "ĠAgricult", + "ural" + ], + [ + "Av", + "oid" + ], + [ + "est", + "y" + ], + [ + "ĠRem", + "ove" + ], + [ + "Ġt", + "rop" + ], + [ + "ĠC", + "EO" + ], + [ + "ir", + "k" + ], + [ + "Ù", + "ħ" + ], + [ + "Ġsubject", + "ed" + ], + [ + "Ġcounter", + "parts" + ], + [ + "Ð", + "½" + ], + [ + "m", + "atic" + ], + [ + "Ġgrocer", + "y" + ], + [ + "Ġtrans", + "cript" + ], + [ + "ĠAl", + "ong" + ], + [ + "a", + "verage" + ], + [ + "d", + "el" + ], + [ + "ĠW", + "olf" + ], + [ + "ast", + "ed" + ], + [ + "Ġworth", + "y" + ], + [ + "Ġbur", + "st" + ], + [ + "Ġworkshe", + "et" + ], + [ + "iv", + "ating" + ], + [ + "Ġpe", + "as" + ], + [ + "Ġser", + "ial" + ], + [ + "ĠW", + "inter" + ], + [ + "et", + "a" + ], + [ + "Ġastron", + "omers" + ], + [ + "u", + "pp" + ], + [ + "n", + "ote" + ], + [ + "Ġcar", + "ved" + ], + [ + "str", + "ong" + ], + [ + "Ġprob", + "abilities" + ], + [ + "Ġmicro", + "organisms" + ], + [ + "Ġmill", + "enn" + ], + [ + "Ġimpair", + "ment" + ], + [ + "ĠSk", + "ills" + ], + [ + "Ġsil", + "icon" + ], + [ + "re", + "ational" + ], + [ + "ĠBl", + "ock" + ], + [ + "Ġinter", + "ven" + ], + [ + "Ġsim", + "plicity" + ], + [ + "b", + "ot" + ], + [ + "A", + "f" + ], + [ + "Ġo", + "ak" + ], + [ + "ĠProtest", + "ant" + ], + [ + "Ġdam", + "ages" + ], + [ + "Ġep", + "ic" + ], + [ + "Ġquestion", + "na" + ], + [ + "(", + ")." + ], + [ + "Ġaff", + "irm" + ], + [ + "ic", + "ism" + ], + [ + "az", + "a" + ], + [ + "Ġw", + "and" + ], + [ + "ĠB", + "lo" + ], + [ + "Ġconcept", + "ion" + ], + [ + "li", + "hood" + ], + [ + "on", + "omy" + ], + [ + "ĠP", + "ast" + ], + [ + "Ġpat", + "ron" + ], + [ + "ĠTest", + "ing" + ], + [ + "Ġp", + "m" + ], + [ + "ier", + "ra" + ], + [ + "ĠK", + "al" + ], + [ + "ĠT", + "our" + ], + [ + "Ġbl", + "ade" + ], + [ + "ĠâĪ", + "«" + ], + [ + "Ġtoxic", + "ity" + ], + [ + "Ġh", + "iking" + ], + [ + "Ġmob", + "il" + ], + [ + "r", + "ish" + ], + [ + "Ġdenomin", + "ator" + ], + [ + "Ġst", + "a" + ], + [ + "Ġw", + "ishes" + ], + [ + "ĠS", + "outheast" + ], + [ + "ĠO", + "klahoma" + ], + [ + "are", + "ttes" + ], + [ + "Ġgo", + "ver" + ], + [ + "Ġst", + "ew" + ], + [ + "c", + "irc" + ], + [ + "ester", + "day" + ], + [ + "ion", + "ed" + ], + [ + "ĠFin", + "ancial" + ], + [ + "Ġallev", + "iate" + ], + [ + "yd", + "ney" + ], + [ + "ccess", + "ful" + ], + [ + "ĠMal", + "ays" + ], + [ + "Ġhung", + "ry" + ], + [ + "col", + "umn" + ], + [ + "Ġam", + "ph" + ], + [ + "Ġagg", + "ression" + ], + [ + "ĠOrth", + "odox" + ], + [ + "work", + "ing" + ], + [ + "ĠBer", + "keley" + ], + [ + "Ġkey", + "board" + ], + [ + "Ġd", + "a" + ], + [ + "are", + "a" + ], + [ + "ĠUS", + "DA" + ], + [ + "ĠAnt", + "on" + ], + [ + "Ġprem", + "ise" + ], + [ + "im", + "s" + ], + [ + "Ġperform", + "ances" + ], + [ + "roph", + "y" + ], + [ + "cont", + "rol" + ], + [ + "Ġproport", + "ions" + ], + [ + "ynt", + "hesis" + ], + [ + "com", + "b" + ], + [ + "ĠReg", + "ion" + ], + [ + "lement", + "ary" + ], + [ + "Ġhe", + "ll" + ], + [ + "EL", + "ECT" + ], + [ + "mer", + "cial" + ], + [ + "Ġbre", + "eds" + ], + [ + "Ġdu", + "plicates" + ], + [ + "g", + "age" + ], + [ + "Ġass", + "ass" + ], + [ + "it", + "ime" + ], + [ + "ĠM", + "IT" + ], + [ + "ri", + "ans" + ], + [ + "Ġbur", + "ial" + ], + [ + "Ġcur", + "ved" + ], + [ + "ĠY", + "O" + ], + [ + "Ñ", + "ģ" + ], + [ + "ĠR", + "E" + ], + [ + "Ġint", + "imate" + ], + [ + "ĠSat", + "urn" + ], + [ + "ĠConnect", + "icut" + ], + [ + "Ġstud", + "io" + ], + [ + "Ġnovel", + "s" + ], + [ + "Ġdiss", + "olved" + ], + [ + "Ġcultiv", + "ated" + ], + [ + "Ġw", + "re" + ], + [ + "Ġesc", + "aped" + ], + [ + "Ġscan", + "ning" + ], + [ + "ĠPrim", + "ary" + ], + [ + "ve", + "ctor" + ], + [ + "ĠC", + "elsius" + ], + [ + "Ġwast", + "ewater" + ], + [ + "ĠMem", + "ory" + ], + [ + "Ġshel", + "f" + ], + [ + "Ġshoot", + "ing" + ], + [ + "x", + "x" + ], + [ + "ĠEconom", + "ics" + ], + [ + "Ġleg", + "ally" + ], + [ + "Ġinterpret", + "ations" + ], + [ + "Ġce", + "iling" + ], + [ + "P", + "T" + ], + [ + "[", + "\"" + ], + [ + "n", + "orm" + ], + [ + "ĠR", + "oss" + ], + [ + "15", + "8" + ], + [ + "ĠÂ", + "»" + ], + [ + "achel", + "or" + ], + [ + "ĠE", + "M" + ], + [ + "ĠMe", + "chan" + ], + [ + "reg", + "n" + ], + [ + "ĠPark", + "inson" + ], + [ + "A", + "tt" + ], + [ + "Ġafter", + "wards" + ], + [ + "l", + "av" + ], + [ + "ĠF", + "le" + ], + [ + "bre", + "v" + ], + [ + "Ġar", + "gs" + ], + [ + "Ġpassion", + "ate" + ], + [ + "ig", + "e" + ], + [ + "Ġcomm", + "erce" + ], + [ + "Ġsn", + "ack" + ], + [ + "Ġab", + "st" + ], + [ + "Ġhand", + "ful" + ], + [ + "Ġshould", + "ers" + ], + [ + "Ġnic", + "he" + ], + [ + "Ġcar", + "n" + ], + [ + "Ġded", + "ication" + ], + [ + "Ġrest", + "ing" + ], + [ + "L", + "a" + ], + [ + "ĠAl", + "low" + ], + [ + "Ġinstruction", + "al" + ], + [ + "ĠV", + "ari" + ], + [ + "Ġmid", + "st" + ], + [ + "Ġlog", + "ically" + ], + [ + "Ġfram", + "eworks" + ], + [ + "ĠNe", + "v" + ], + [ + "Q", + "ue" + ], + [ + "vent", + "ional" + ], + [ + "er", + "k" + ], + [ + "ĠCap", + "ital" + ], + [ + "Ġpropos", + "als" + ], + [ + "ĠPop", + "ulation" + ], + [ + "ul", + "atory" + ], + [ + "Ġenjoy", + "ing" + ], + [ + "ogen", + "esis" + ], + [ + "Ġeconom", + "ically" + ], + [ + "on", + "ed" + ], + [ + "ĠL", + "es" + ], + [ + "F", + "ree" + ], + [ + "ĠN", + "ight" + ], + [ + "Ġwh", + "ale" + ], + [ + "get", + "s" + ], + [ + "Ġreview", + "ing" + ], + [ + "F", + "ile" + ], + [ + "Ġb", + "ureau" + ], + [ + "em", + "en" + ], + [ + "Ġsn", + "acks" + ], + [ + "Ġsurge", + "on" + ], + [ + "ĠBang", + "lades" + ], + [ + "ve", + "ment" + ], + [ + "Ġmyst", + "ical" + ], + [ + "Ġl", + "in" + ], + [ + "ĠC", + "E" + ], + [ + "ĠF", + "ried" + ], + [ + "ards", + "hip" + ], + [ + "Ġdra", + "gon" + ], + [ + "it", + "ations" + ], + [ + "Ġâī", + "¡" + ], + [ + "ĠA", + "BC" + ], + [ + "Ġan", + "k" + ], + [ + "ĠE", + "C" + ], + [ + "Ġmit", + "ochond" + ], + [ + "h", + "u" + ], + [ + "h", + "ol" + ], + [ + "Ġgas", + "oline" + ], + [ + "Ġtra", + "ces" + ], + [ + "in", + "ar" + ], + [ + "ro", + "st" + ], + [ + "Un", + "fortunately" + ], + [ + "art", + "icles" + ], + [ + "ut", + "ri" + ], + [ + "Ġround", + "ed" + ], + [ + "ĠVen", + "us" + ], + [ + "pp", + "ers" + ], + [ + "ĠAll", + "iance" + ], + [ + "Ġmathematic", + "ians" + ], + [ + "Ġun", + "ited" + ], + [ + "iz", + "oph" + ], + [ + "sel", + "s" + ], + [ + "f", + "in" + ], + [ + "Ġscr", + "atch" + ], + [ + "Ġparas", + "ites" + ], + [ + "Ġcor", + "ners" + ], + [ + "Ġter", + "r" + ], + [ + "Ġ[", + "\"" + ], + [ + "Ġapp", + "ar" + ], + [ + "Ġtr", + "unk" + ], + [ + "Ġrem", + "n" + ], + [ + "ĠGen", + "erally" + ], + [ + "Ġvent", + "ilation" + ], + [ + "Ġdist", + "ribute" + ], + [ + "G", + "A" + ], + [ + "Ġm", + "as" + ], + [ + "Ġlock", + "ed" + ], + [ + "ĠF", + "at" + ], + [ + "Ġrhyth", + "ms" + ], + [ + "L", + "ife" + ], + [ + "Ġis", + "ot" + ], + [ + "Ġemphas", + "ized" + ], + [ + "H", + "aving" + ], + [ + "Ġde", + "af" + ], + [ + "ro", + "ts" + ], + [ + "Ġy", + "og" + ], + [ + "Ġholid", + "ays" + ], + [ + "ig", + "nt" + ], + [ + "iv", + "ic" + ], + [ + "Ġdr", + "illing" + ], + [ + "d", + "ist" + ], + [ + "ĠE", + "aster" + ], + [ + "st", + "ra" + ], + [ + "ard", + "o" + ], + [ + "Ġcryst", + "all" + ], + [ + "ĠCurrent", + "ly" + ], + [ + "Ġloc", + "als" + ], + [ + "ĠIn", + "fect" + ], + [ + "light", + "en" + ], + [ + "ĠW", + "i" + ], + [ + "ĠAr", + "men" + ], + [ + "Ġill", + "ustration" + ], + [ + "Ġrel", + "uct" + ], + [ + "re", + "r" + ], + [ + "ĠG", + "raph" + ], + [ + "ĠSim", + "on" + ], + [ + "Ġadvance", + "ments" + ], + [ + "le", + "ys" + ], + [ + "ĠCon", + "sequently" + ], + [ + "aut", + "ions" + ], + [ + "ĠCP", + "U" + ], + [ + "s", + "ues" + ], + [ + "ur", + "rection" + ], + [ + "Ġpip", + "eline" + ], + [ + "Ġdr", + "um" + ], + [ + "Ġwaters", + "hed" + ], + [ + "F", + "F" + ], + [ + "st", + "ock" + ], + [ + "Ġreef", + "s" + ], + [ + "Ġqu", + "oted" + ], + [ + "Ġelectro", + "ly" + ], + [ + "Ġcompat", + "ible" + ], + [ + "ĠT", + "rib" + ], + [ + "ater", + "n" + ], + [ + "ĠV", + "ideo" + ], + [ + "Ġbra", + "ck" + ], + [ + "Ġbu", + "g" + ], + [ + "Ġpou", + "ltry" + ], + [ + "Ġg", + "ay" + ], + [ + "Ġmunicip", + "al" + ], + [ + "Ġd", + "os" + ], + [ + "Ġpr", + "imes" + ], + [ + "ĠOr", + "leans" + ], + [ + "Ġoutbre", + "aks" + ], + [ + "ĠT", + "B" + ], + [ + "ĠTe", + "le" + ], + [ + "inf", + "o" + ], + [ + "Ġcort", + "ex" + ], + [ + "enc", + "ers" + ], + [ + "Ġra", + "m" + ], + [ + "est", + "hes" + ], + [ + "Ġsp", + "ac" + ], + [ + "izoph", + "ren" + ], + [ + "ĠSwed", + "ish" + ], + [ + "Ġtom", + "orrow" + ], + [ + "Ġmis", + "con" + ], + [ + "ĠBen", + "jamin" + ], + [ + "Ġreg", + "en" + ], + [ + "Ġper", + "me" + ], + [ + "Ġrelax", + "ed" + ], + [ + "Ġg", + "ym" + ], + [ + "Ġpos", + "es" + ], + [ + "J", + "uly" + ], + [ + "ag", + "a" + ], + [ + "Ġke", + "en" + ], + [ + "ĠH", + "ans" + ], + [ + "G", + "reat" + ], + [ + "Ġp", + "ound" + ], + [ + "ut", + "o" + ], + [ + "Ġclean", + "ed" + ], + [ + "Ġpull", + "ing" + ], + [ + "ra", + "vel" + ], + [ + "Ġantioxid", + "ant" + ], + [ + "Ġtr", + "illion" + ], + [ + "Ġtick", + "et" + ], + [ + "ogl", + "ob" + ], + [ + "Ġvisit", + "or" + ], + [ + "Ġvari", + "ants" + ], + [ + "Ġd", + "orm" + ], + [ + "Ġprodu", + "cer" + ], + [ + "Ġdis", + "char" + ], + [ + "U", + "P" + ], + [ + "Ġsil", + "k" + ], + [ + "ĠDise", + "ases" + ], + [ + "Ġformer", + "ly" + ], + [ + "Ġacceler", + "ation" + ], + [ + "Ġmosquit", + "oes" + ], + [ + "Ġcalcul", + "ator" + ], + [ + "Ġmicro", + "bi" + ], + [ + "ĠGen", + "esis" + ], + [ + "m", + "ir" + ], + [ + "fil", + "ename" + ], + [ + "Ġchromos", + "ome" + ], + [ + "ou", + "ble" + ], + [ + "Ġoblig", + "ation" + ], + [ + "ĠF", + "est" + ], + [ + "Ġvulner", + "abilities" + ], + [ + "Ġlov", + "es" + ], + [ + "au", + "x" + ], + [ + "Ġcondition", + "ing" + ], + [ + "Ġden", + "y" + ], + [ + "eng", + "ine" + ], + [ + "Ġm", + "ansion" + ], + [ + "G", + "R" + ], + [ + "Ġdef", + "ensive" + ], + [ + "Ġf", + "ox" + ], + [ + "ĠM", + "as" + ], + [ + "t", + "i" + ], + [ + "Ġt", + "urtles" + ], + [ + "Ġdis", + "abled" + ], + [ + "re", + "lation" + ], + [ + "Ġbe", + "verages" + ], + [ + "Ġfeather", + "s" + ], + [ + "Ġdifferent", + "iation" + ], + [ + "Ġcool", + "er" + ], + [ + "ĠB", + "ed" + ], + [ + "Ġrem", + "edy" + ], + [ + "Ġy", + "ards" + ], + [ + "m", + "ult" + ], + [ + "Ġl", + "ion" + ], + [ + "ĠF", + "ox" + ], + [ + "13", + "7" + ], + [ + "Ġadvert", + "ise" + ], + [ + "Ġfactor", + "ial" + ], + [ + "Ġphilos", + "ophers" + ], + [ + "Ġload", + "ing" + ], + [ + "ĠE", + "D" + ], + [ + "pos", + "itive" + ], + [ + "Ġparticip", + "ant" + ], + [ + "Inst", + "ead" + ], + [ + "V", + "ol" + ], + [ + "Ġfle", + "e" + ], + [ + "Ġgrammat", + "ical" + ], + [ + "u", + "z" + ], + [ + "ant", + "e" + ], + [ + "ert", + "o" + ], + [ + "oub", + "ted" + ], + [ + "ra", + "ul" + ], + [ + "Ġmodul", + "o" + ], + [ + "h", + "alf" + ], + [ + "it", + "ably" + ], + [ + "ro", + "d" + ], + [ + "Ġdel", + "iber" + ], + [ + "Ġincorpor", + "ates" + ], + [ + "ĠVictor", + "ian" + ], + [ + "Ġcapt", + "uring" + ], + [ + "Ġju", + "ven" + ], + [ + "Ġpl", + "ag" + ], + [ + "Ġtru", + "cks" + ], + [ + "Ġp", + "umps" + ], + [ + "is", + "ite" + ], + [ + "Ġkill", + "er" + ], + [ + "Ġthe", + "ater" + ], + [ + "Ġtou", + "ching" + ], + [ + "Ġev", + "oke" + ], + [ + "Ġauthor", + "ized" + ], + [ + "Ġsw", + "itches" + ], + [ + "âĪ", + "Ĵ" + ], + [ + "Ġmedic", + "inal" + ], + [ + "Ġgar", + "bage" + ], + [ + "Ġclub", + "s" + ], + [ + "Ġcomplement", + "ary" + ], + [ + "Ġn", + "a" + ], + [ + "ĠQu", + "ant" + ], + [ + "ĠC", + "ON" + ], + [ + "ob", + "ia" + ], + [ + "ĠP", + "RO" + ], + [ + "AR", + "S" + ], + [ + "ag", + "h" + ], + [ + "ĠAll", + "en" + ], + [ + "ĠSqu", + "are" + ], + [ + "Ġinherit", + "ance" + ], + [ + "Ġd", + "ining" + ], + [ + "Ġal", + "kal" + ], + [ + "Write", + "Line" + ], + [ + "th", + "ree" + ], + [ + "ĠB", + "ishop" + ], + [ + "Ġflaw", + "ed" + ], + [ + "p", + "al" + ], + [ + "r", + "ank" + ], + [ + "Ġsimpl", + "est" + ], + [ + "ĠC", + "zech" + ], + [ + "Ġclin", + "ic" + ], + [ + "Ġcerv", + "ical" + ], + [ + "th", + "y" + ], + [ + "du", + "e" + ], + [ + "Ġinv", + "ari" + ], + [ + "ĠDesc", + "ribe" + ], + [ + "ĠM", + "att" + ], + [ + "Ġim", + "plicit" + ], + [ + "TS", + "D" + ], + [ + "Ġtr", + "ash" + ], + [ + "Ġam", + "en" + ], + [ + "ĠAnt", + "i" + ], + [ + "ĠBas", + "in" + ], + [ + "w", + "elling" + ], + [ + "ne", + "x" + ], + [ + "ĠPat", + "rick" + ], + [ + "E", + "duc" + ], + [ + "Ġde", + "ployment" + ], + [ + "ĠJava", + "Script" + ], + [ + "v", + "o" + ], + [ + "Ġpar", + "ish" + ], + [ + "Ġspot", + "ted" + ], + [ + "Th", + "ree" + ], + [ + "Ġflat", + "ten" + ], + [ + "Ġst", + "amp" + ], + [ + "ĠS", + "M" + ], + [ + "Ġverte", + "x" + ], + [ + "Ġfict", + "ional" + ], + [ + "Ġrepet", + "ition" + ], + [ + "Id", + "ent" + ], + [ + "Ġb", + "ubble" + ], + [ + "Ġwas", + "hed" + ], + [ + "Ġtri", + "ple" + ], + [ + "Ġwarm", + "th" + ], + [ + "H", + "ome" + ], + [ + "ĠPer", + "u" + ], + [ + "Ġsc", + "aling" + ], + [ + "Ġprop", + "ri" + ], + [ + "ocy", + "tes" + ], + [ + "Ġpron", + "oun" + ], + [ + "Ġharvest", + "ed" + ], + [ + "yp", + "ical" + ], + [ + "t", + "otal" + ], + [ + "is", + "ure" + ], + [ + "Ġp", + "seud" + ], + [ + "Ġcou", + "ples" + ], + [ + "ordin", + "ate" + ], + [ + "Ġinf", + "erior" + ], + [ + "ow", + "ing" + ], + [ + "ĠK", + "it" + ], + [ + "Ġrecogn", + "ised" + ], + [ + "Ġlif", + "esp" + ], + [ + "ĠCo", + "al" + ], + [ + "Ġcataly", + "st" + ], + [ + "Ġproject", + "ions" + ], + [ + "Ġo", + "un" + ], + [ + "Ġcompet", + "itors" + ], + [ + "T", + "otal" + ], + [ + "Ġsn", + "ipp" + ], + [ + "b", + "ling" + ], + [ + "v", + "ia" + ], + [ + "Ġlist", + "ing" + ], + [ + "Ġautom", + "ation" + ], + [ + "Ġfrag", + "ile" + ], + [ + "ou", + "ter" + ], + [ + "ĠE", + "ve" + ], + [ + "Ġun", + "con" + ], + [ + "le", + "vant" + ], + [ + "s", + "ign" + ], + [ + "ig", + "o" + ], + [ + "ĠR", + "oc" + ], + [ + "z", + "es" + ], + [ + "Ġsupport", + "ers" + ], + [ + "Ġperipher", + "al" + ], + [ + "ĠIndust", + "ry" + ], + [ + "ĠS", + "ong" + ], + [ + "Ġreprodu", + "ce" + ], + [ + "Ġcent", + "res" + ], + [ + "ĠTh", + "ank" + ], + [ + "Ġretrie", + "ve" + ], + [ + "Ġinv", + "ite" + ], + [ + "Ġdin", + "osaurs" + ], + [ + "Ġsub", + "strate" + ], + [ + "in", + "formation" + ], + [ + "Ġwater", + "ing" + ], + [ + "ĠL", + "anc" + ], + [ + "ĠM", + "un" + ], + [ + "Ġge", + "ological" + ], + [ + "ignt", + "y" + ], + [ + "ĠL", + "ang" + ], + [ + "Ġinc", + "ub" + ], + [ + "ĠCommun", + "ist" + ], + [ + "Ġrephr", + "ased" + ], + [ + "}", + ";" + ], + [ + "Ġnarr", + "ator" + ], + [ + "Ġjewel", + "ry" + ], + [ + "Ġp", + "ython" + ], + [ + "ĠI", + "Q" + ], + [ + "ĠUn", + "iverse" + ], + [ + "ur", + "u" + ], + [ + "ĠD", + "ick" + ], + [ + "]", + "]" + ], + [ + "ĠC", + "ab" + ], + [ + "all", + "ic" + ], + [ + "Ġst", + "ro" + ], + [ + "Ġcol", + "oring" + ], + [ + "Ġaccept", + "ing" + ], + [ + "imp", + "se" + ], + [ + "Ġcl", + "ot" + ], + [ + "Ġdo", + "zens" + ], + [ + "d", + "esign" + ], + [ + "ĠMethod", + "s" + ], + [ + "Ġremed", + "ies" + ], + [ + "Ġdefin", + "ite" + ], + [ + "it", + "ched" + ], + [ + "11", + "4" + ], + [ + "ĠB", + "rig" + ], + [ + "oc", + "ene" + ], + [ + "Ġwor", + "ms" + ], + [ + "og", + "ical" + ], + [ + "Ġtra", + "gic" + ], + [ + "12", + "2" + ], + [ + "Ġthought", + "ful" + ], + [ + "Ġr", + "ush" + ], + [ + "Ġstrong", + "est" + ], + [ + "osc", + "ow" + ], + [ + "ĠSw", + "iss" + ], + [ + "ĠBy", + "z" + ], + [ + "Ġhot", + "els" + ], + [ + "Ġsulf", + "ur" + ], + [ + "ĠY", + "e" + ], + [ + "Ġfirm", + "ly" + ], + [ + "Ġinstrument", + "al" + ], + [ + "ugg", + "ing" + ], + [ + "m", + "ay" + ], + [ + "ĠR", + "iemann" + ], + [ + "Ġrese", + "mble" + ], + [ + "urs", + "or" + ], + [ + "^(", + "-" + ], + [ + "ĠMag", + "azine" + ], + [ + "he", + "um" + ], + [ + "ins", + "ert" + ], + [ + "Ġstreng", + "thening" + ], + [ + "Ġcyl", + "inder" + ], + [ + "Ġh", + "anging" + ], + [ + "Ġdr", + "ill" + ], + [ + "Ġdel", + "ays" + ], + [ + "Ġclaim", + "ing" + ], + [ + "hes", + "s" + ], + [ + "ke", + "eping" + ], + [ + "ĠG", + "ospel" + ], + [ + "ond", + "er" + ], + [ + "ij", + "uana" + ], + [ + "Ġtut", + "orial" + ], + [ + "s", + "ing" + ], + [ + "ĠAl", + "tern" + ], + [ + "Ġh", + "ired" + ], + [ + "Ġburn", + "s" + ], + [ + "Ġcomp", + "ress" + ], + [ + "Ġweigh", + "ing" + ], + [ + "Ġfart", + "her" + ], + [ + "F", + "R" + ], + [ + "Ġwith", + "stand" + ], + [ + "Ġlive", + "lihood" + ], + [ + "Ġaccount", + "ed" + ], + [ + "ĠPalest", + "ine" + ], + [ + "Ġflow", + "ering" + ], + [ + "Ġadul", + "thood" + ], + [ + "uten", + "ant" + ], + [ + "ĠEthiop", + "ia" + ], + [ + "F", + "act" + ], + [ + "an", + "ia" + ], + [ + "ĠH", + "ope" + ], + [ + "Ġdiff", + "ers" + ], + [ + "Ġinstall", + "ations" + ], + [ + "ĠAntar", + "ctic" + ], + [ + "We", + "b" + ], + [ + "Ġastron", + "omy" + ], + [ + "Ġas", + "bestos" + ], + [ + "Ġmicrob", + "ial" + ], + [ + "ĠH", + "ell" + ], + [ + "Ġap", + "ost" + ], + [ + "ol", + "ation" + ], + [ + "Ġfather", + "s" + ], + [ + "Ġfeas", + "ible" + ], + [ + "1", + "16" + ], + [ + "op", + "or" + ], + [ + "Ġsign", + "aling" + ], + [ + "i", + "age" + ], + [ + "Ġcount", + "ed" + ], + [ + "Ġqu", + "eries" + ], + [ + "Ġm", + "ol" + ], + [ + "Ġsh", + "ark" + ], + [ + "Ġbus", + "es" + ], + [ + "Ġcook", + "ies" + ], + [ + "ĠH", + "az" + ], + [ + "Ġune", + "ase" + ], + [ + "W", + "hether" + ], + [ + "ĠV", + "I" + ], + [ + "J", + "o" + ], + [ + "Ġappear", + "ing" + ], + [ + "Ġb", + "iblical" + ], + [ + "el", + "ong" + ], + [ + "Ġr", + "ip" + ], + [ + "Ġre", + "use" + ], + [ + "ĠE", + "at" + ], + [ + "Ġconv", + "inc" + ], + [ + "ĠPl", + "us" + ], + [ + "Ġin", + "just" + ], + [ + "com", + "a" + ], + [ + "Ġrev", + "ise" + ], + [ + "Ġpneum", + "onia" + ], + [ + "ĠÏ", + "Ĩ" + ], + [ + "ob", + "acter" + ], + [ + "O", + "K" + ], + [ + "Ġdry", + "ing" + ], + [ + "Ġse", + "ism" + ], + [ + "Ġdet", + "er" + ], + [ + "ĠEurope", + "ans" + ], + [ + "Ġalloc", + "ated" + ], + [ + "ĠW", + "ords" + ], + [ + "j", + "av" + ], + [ + "Ġinterpre", + "ting" + ], + [ + "gu", + "ment" + ], + [ + "Ġpersonal", + "ities" + ], + [ + "Ġpre", + "st" + ], + [ + "Ġcl", + "osure" + ], + [ + "ĠNig", + "eria" + ], + [ + "Ġb", + "aking" + ], + [ + "Ġprocess", + "or" + ], + [ + "Ġenerg", + "ies" + ], + [ + "ĠS", + "in" + ], + [ + "ĠPro", + "b" + ], + [ + "ĠCom", + "plex" + ], + [ + "Ġtempor", + "arily" + ], + [ + "ou", + "ch" + ], + [ + "Ġshort", + "age" + ], + [ + "ES", + "CO" + ], + [ + "Ġd", + "ynasty" + ], + [ + "Ġgl", + "impse" + ], + [ + "ĠCh", + "i" + ], + [ + "ĠPr", + "ice" + ], + [ + "re", + "a" + ], + [ + "Î", + "¿" + ], + [ + "Ġhist", + "ories" + ], + [ + "Ġel", + "imination" + ], + [ + "Ġshowc", + "ases" + ], + [ + "Ġcondition", + "al" + ], + [ + "P", + "M" + ], + [ + "ĠS", + "yn" + ], + [ + "Ġan", + "ts" + ], + [ + "ast", + "ically" + ], + [ + "Ġor", + "ch" + ], + [ + "ĠCh", + "ron" + ], + [ + "Ġlink", + "ing" + ], + [ + "G", + "M" + ], + [ + "S", + "C" + ], + [ + "Ġth", + "ou" + ], + [ + "12", + "4" + ], + [ + "ĠHar", + "ry" + ], + [ + "ĠL", + "akes" + ], + [ + "e", + "er" + ], + [ + "l", + "an" + ], + [ + "ĠAd", + "ditional" + ], + [ + "est", + "ones" + ], + [ + "ĠMo", + "ore" + ], + [ + "Ġw", + "are" + ], + [ + "Ġtra", + "ff" + ], + [ + "Ġvari", + "ant" + ], + [ + "es", + "ian" + ], + [ + "Ġsculpt", + "ure" + ], + [ + "iol", + "ence" + ], + [ + "Ġtang", + "ible" + ], + [ + "Ġmicrosc", + "ope" + ], + [ + "ĠL", + "inked" + ], + [ + "cer", + "pt" + ], + [ + "e", + "at" + ], + [ + "ĠDis", + "order" + ], + [ + "Ġrew", + "rite" + ], + [ + "qu", + "al" + ], + [ + "ĠC", + "ould" + ], + [ + "un", + "ing" + ], + [ + "Cont", + "in" + ], + [ + "p", + "her" + ], + [ + "ĠC", + "amer" + ], + [ + "up", + "uncture" + ], + [ + "Rel", + "ated" + ], + [ + "ĠH", + "art" + ], + [ + "B", + "ar" + ], + [ + "M", + "ain" + ], + [ + "Ġadv", + "ise" + ], + [ + "On", + "ly" + ], + [ + "Ġn", + "ost" + ], + [ + "Ġdecl", + "ining" + ], + [ + "Ġmic", + "row" + ], + [ + "ĠAp", + "ollo" + ], + [ + "il", + "i" + ], + [ + "Ġdocument", + "ary" + ], + [ + "ĠBel", + "ow" + ], + [ + "Ġsmooth", + "ly" + ], + [ + "ĠR", + "ule" + ], + [ + "ĠF", + "ahrenheit" + ], + [ + "ĠN", + "C" + ], + [ + "Ġqu", + "it" + ], + [ + "Ġformat", + "ting" + ], + [ + "Ġd", + "ye" + ], + [ + "ist", + "ically" + ], + [ + "Ġspec", + "ially" + ], + [ + "Ġpot", + "ato" + ], + [ + "ĠImm", + "un" + ], + [ + "ĠT", + "erm" + ], + [ + "Ġske", + "wed" + ], + [ + "Ġassemb", + "led" + ], + [ + "ĠFreder", + "ick" + ], + [ + "Ġin", + "acc" + ], + [ + "ĠS", + "ydney" + ], + [ + "ĠH", + "ait" + ], + [ + "ĠBC", + "E" + ], + [ + "p", + "ace" + ], + [ + "Ġnot", + "ation" + ], + [ + "Ġin", + "duct" + ], + [ + "Ġfil", + "tered" + ], + [ + "ira", + "cy" + ], + [ + "ran", + "ch" + ], + [ + "Ġpil", + "grim" + ], + [ + "Ġwor", + "m" + ], + [ + "Ġrel", + "iance" + ], + [ + "Ġblo", + "om" + ], + [ + "Ġemb", + "ark" + ], + [ + "Ġrecip", + "ient" + ], + [ + "ĠW", + "right" + ], + [ + "ĠAt", + "hens" + ], + [ + "Ġtick", + "ets" + ], + [ + "Ġsurprising", + "ly" + ], + [ + "os", + "itive" + ], + [ + "Ġqu", + "arters" + ], + [ + "Ġacid", + "ic" + ], + [ + "ĠBab", + "ylon" + ], + [ + "Ġpar", + "se" + ], + [ + "oubted", + "ly" + ], + [ + "Ġover", + "night" + ], + [ + "Ġrebell", + "ion" + ], + [ + "Ġdecl", + "are" + ], + [ + "urg", + "ical" + ], + [ + "f", + "erence" + ], + [ + "ĠH", + "R" + ], + [ + "Ġread", + "ability" + ], + [ + "Ġunt", + "reated" + ], + [ + "ĠAct", + "ivities" + ], + [ + "L", + "ong" + ], + [ + "im", + "ore" + ], + [ + "Ġar", + "sen" + ], + [ + "Ġintest", + "ine" + ], + [ + "Ġb", + "ust" + ], + [ + "th", + "a" + ], + [ + "Ġtra", + "it" + ], + [ + "im", + "mer" + ], + [ + "Ġwant", + "ing" + ], + [ + "Ġbi", + "ased" + ], + [ + "Ġrele", + "asing" + ], + [ + "Ġtestim", + "ony" + ], + [ + "ĠG", + "round" + ], + [ + "Ġmand", + "atory" + ], + [ + "Ġabd", + "omen" + ], + [ + "p", + "ush" + ], + [ + "Ġperman", + "ently" + ], + [ + "Ġt", + "y" + ], + [ + "ĠD", + "ark" + ], + [ + "ð", + "Ł" + ], + [ + "ĠC", + "os" + ], + [ + "ara", + "oh" + ], + [ + "Ġimper", + "ative" + ], + [ + "Ġprohib", + "ited" + ], + [ + "aret", + "te" + ], + [ + "Ġfit", + "ting" + ], + [ + "er", + "vers" + ], + [ + "ĠS", + "oph" + ], + [ + "am", + "ation" + ], + [ + "Ġdis", + "placement" + ], + [ + "Ġlower", + "ing" + ], + [ + "Ġfr", + "ight" + ], + [ + "ĠSt", + "ress" + ], + [ + "p", + "end" + ], + [ + "ĠL", + "oss" + ], + [ + "Ġpreced", + "ing" + ], + [ + "eth", + "yl" + ], + [ + "Ġsequ", + "encing" + ], + [ + "Ġwond", + "ers" + ], + [ + "im", + "eters" + ], + [ + "flo", + "at" + ], + [ + "ĠDougl", + "as" + ], + [ + "ĠT", + "ask" + ], + [ + "Ġport", + "rait" + ], + [ + "Un", + "iversity" + ], + [ + "p", + "a" + ], + [ + "Ġpredict", + "able" + ], + [ + "Ġlear", + "ner" + ], + [ + "ĠEx", + "ercise" + ], + [ + "ĠEss", + "ential" + ], + [ + "t", + "ry" + ], + [ + "á", + "ĥ" + ], + [ + "Ġad", + "s" + ], + [ + "cul", + "osis" + ], + [ + "ĠInst", + "agram" + ], + [ + "Ġinf", + "rared" + ], + [ + "Ġfro", + "st" + ], + [ + "Ġun", + "ions" + ], + [ + "Ġsqu", + "ared" + ], + [ + "Ġappropri", + "ately" + ], + [ + "Ġnavig", + "ating" + ], + [ + "ĠA", + "ward" + ], + [ + "Ġby", + "tes" + ], + [ + "Ġmat", + "ched" + ], + [ + "Ġbra", + "ve" + ], + [ + "ĠMc", + "G" + ], + [ + "Ġoverl", + "ooked" + ], + [ + "ĠS", + "now" + ], + [ + "Ġplanet", + "ary" + ], + [ + "ĠR", + "at" + ], + [ + "Ġsimilar", + "ity" + ], + [ + "Ġre", + "pt" + ], + [ + "Ġan", + "a" + ], + [ + "Ġl", + "ady" + ], + [ + "ceed", + "ings" + ], + [ + "Aut", + "hor" + ], + [ + "ing", + "ton" + ], + [ + "iz", + "ard" + ], + [ + "ĠDi", + "agn" + ], + [ + "Ġsatisf", + "ying" + ], + [ + "ace", + "ous" + ], + [ + "Ġflu", + "x" + ], + [ + "Ġfree", + "zing" + ], + [ + "cell", + "ular" + ], + [ + "oler", + "ance" + ], + [ + "ĠĠĠĠ", + "ĠĠ" + ], + [ + "ĠBet", + "ter" + ], + [ + "Ġfost", + "ering" + ], + [ + "sp", + "ace" + ], + [ + "ĠH", + "ug" + ], + [ + "ĠG", + "and" + ], + [ + "14", + "4" + ], + [ + "Ġaccommod", + "ation" + ], + [ + "Ġp", + "ocket" + ], + [ + "ry", + "st" + ], + [ + "ĠJ", + "oe" + ], + [ + "ĠAlex", + "and" + ], + [ + "ĠBro", + "ther" + ], + [ + "ct", + "ica" + ], + [ + "p", + "ay" + ], + [ + "ar", + "bon" + ], + [ + "Ġper", + "t" + ], + [ + "Ġlim", + "bs" + ], + [ + "Ġbelie", + "vable" + ], + [ + "Ġsum", + "s" + ], + [ + "ĠBra", + "nd" + ], + [ + "Ġsupp", + "ress" + ], + [ + "Ġunders", + "c" + ], + [ + "ĠThom", + "pson" + ], + [ + "Ġw", + "olf" + ], + [ + "Ġn", + "asal" + ], + [ + "Ġany", + "way" + ], + [ + "Ġfol", + "iage" + ], + [ + "Ġwhere", + "ver" + ], + [ + "Ġnarr", + "atives" + ], + [ + "r", + "ide" + ], + [ + "Ġhol", + "istic" + ], + [ + "Ġindo", + "ors" + ], + [ + "ĠMic", + "hel" + ], + [ + "Ġde", + "le" + ], + [ + "Ġclean", + "er" + ], + [ + "g", + "one" + ], + [ + "ut", + "er" + ], + [ + "Ġwar", + "rant" + ], + [ + "ĠUk", + "raine" + ], + [ + "Ġcivil", + "ian" + ], + [ + "id", + "ation" + ], + [ + "Ġrecurs", + "ively" + ], + [ + "disc", + "iplinary" + ], + [ + "ard", + "less" + ], + [ + "Ġseiz", + "ures" + ], + [ + "ra", + "ce" + ], + [ + "Ġd", + "awn" + ], + [ + "im", + "ated" + ], + [ + "Ġsh", + "arks" + ], + [ + "Ġgl", + "ance" + ], + [ + "Ġst", + "ain" + ], + [ + "Ġevery", + "body" + ], + [ + "ĠAn", + "th" + ], + [ + "ĠEv", + "idence" + ], + [ + "ĠLe", + "v" + ], + [ + "Ġh", + "ook" + ], + [ + "od", + "us" + ], + [ + "Ġsc", + "ans" + ], + [ + "Ġrevel", + "ation" + ], + [ + "=", + "'" + ], + [ + "ĠN", + "ile" + ], + [ + "ĠTra", + "il" + ], + [ + "ĠPlan", + "et" + ], + [ + "?", + ")" + ], + [ + "Ġtra", + "ject" + ], + [ + "Ġimag", + "inary" + ], + [ + "Ġir", + "rational" + ], + [ + "Ġstart", + "up" + ], + [ + "Ġindu", + "ce" + ], + [ + "Ġfl", + "ame" + ], + [ + "Ġlay", + "ing" + ], + [ + "ĠPart", + "ners" + ], + [ + "Ġhypothes", + "es" + ], + [ + "p", + "hen" + ], + [ + "Ġdef", + "icit" + ], + [ + "Ġgover", + "ning" + ], + [ + "M", + "ax" + ], + [ + "S", + "earch" + ], + [ + "Ġswe", + "at" + ], + [ + "ER", + "T" + ], + [ + "Ġhost", + "ile" + ], + [ + "con", + "nect" + ], + [ + "12", + "6" + ], + [ + ")", + ");" + ], + [ + "ĠI", + "L" + ], + [ + "Ġfl", + "ip" + ], + [ + "Ġattend", + "ance" + ], + [ + "Ġcareg", + "ivers" + ], + [ + "Ġl", + "ucky" + ], + [ + "Ġun", + "ex" + ], + [ + "Ġsh", + "ower" + ], + [ + "Ġman", + "ually" + ], + [ + "Ġcred", + "its" + ], + [ + "Ġt", + "we" + ], + [ + "Ġp", + "ile" + ], + [ + "ĠAgree", + "ment" + ], + [ + "Ġstr", + "anger" + ], + [ + "Ġmac", + "ro" + ], + [ + "Ġg", + "ig" + ], + [ + "ĠTe", + "ch" + ], + [ + "ĠEnc", + "ourage" + ], + [ + "Ret", + "urn" + ], + [ + "on", + "ut" + ], + [ + "Ġemail", + "s" + ], + [ + "h", + "ash" + ], + [ + "ail", + "and" + ], + [ + "Ġalloc", + "ate" + ], + [ + "Ġpro", + "active" + ], + [ + "ĠNorth", + "west" + ], + [ + "ĠÎ", + "²" + ], + [ + "H", + "uman" + ], + [ + "Ġsuccess", + "es" + ], + [ + "ĠDen", + "mark" + ], + [ + "ĠSoft", + "ware" + ], + [ + "S", + "I" + ], + [ + "Ġan", + "not" + ], + [ + "Ġauthent", + "ication" + ], + [ + "à", + "®" + ], + [ + "Ġr", + "ash" + ], + [ + "Ġrece", + "iver" + ], + [ + "Ġlearn", + "s" + ], + [ + "Ġlaunch", + "ing" + ], + [ + "Ġembra", + "ce" + ], + [ + "Ù", + "Ī" + ], + [ + "________", + "________" + ], + [ + "d", + "b" + ], + [ + "ĠC", + "ond" + ], + [ + "ĠEx", + "press" + ], + [ + "Ġen", + "force" + ], + [ + "ĠN", + "urs" + ], + [ + "ke", + "ep" + ], + [ + "Ġcorrespond", + "ence" + ], + [ + "Ġuns", + "ure" + ], + [ + "Ġdetect", + "ing" + ], + [ + "S", + "M" + ], + [ + "u", + "y" + ], + [ + "Ġc", + "ube" + ], + [ + "Ġbi", + "op" + ], + [ + "exp", + "ensive" + ], + [ + "am", + "an" + ], + [ + "ĠD", + "h" + ], + [ + "Ġber", + "ries" + ], + [ + "ĠAnd", + "erson" + ], + [ + "ĠT", + "R" + ], + [ + "Ġview", + "ers" + ], + [ + "Ġco", + "operative" + ], + [ + "Ġu", + "pt" + ], + [ + "Aug", + "ust" + ], + [ + "E", + "v" + ], + [ + "uls", + "ive" + ], + [ + "ĠBre", + "ak" + ], + [ + "oc", + "ide" + ], + [ + "d", + "et" + ], + [ + "Ġh", + "ire" + ], + [ + "ĠWe", + "ather" + ], + [ + "Ġstimul", + "i" + ], + [ + "g", + "ame" + ], + [ + "Ġle", + "ap" + ], + [ + "ĠO", + "w" + ], + [ + "Ġp", + "ir" + ], + [ + "ĠT", + "ypically" + ], + [ + "Ġanim", + "ation" + ], + [ + "ĠAccess", + "ed" + ], + [ + "ĠBanglades", + "h" + ], + [ + "Ġspect", + "acular" + ], + [ + "ĠIce", + "land" + ], + [ + "Ġkind", + "ness" + ], + [ + "Ġpr", + "inter" + ], + [ + "Ġdep", + "ressed" + ], + [ + "ĠPol", + "ice" + ], + [ + "r", + "ative" + ], + [ + "Ġd", + "ens" + ], + [ + "Ġur", + "inary" + ], + [ + "Ġpick", + "ing" + ], + [ + "o", + "ard" + ], + [ + "in", + "cess" + ], + [ + "ĠS", + "eed" + ], + [ + "ous", + "ing" + ], + [ + "new", + "s" + ], + [ + "ĠDel", + "hi" + ], + [ + "Ġl", + "ips" + ], + [ + "Ġharm", + "onic" + ], + [ + "Ġm", + "ate" + ], + [ + "ĠExt", + "ension" + ], + [ + "b", + "irds" + ], + [ + "ĠKy", + "oto" + ], + [ + "Ġg", + "aming" + ], + [ + "ĠS", + "ab" + ], + [ + "esp", + "ace" + ], + [ + "Ġrul", + "ers" + ], + [ + "Ġreson", + "ate" + ], + [ + "M", + "c" + ], + [ + "Ġvac", + "ation" + ], + [ + "ĠL", + "uke" + ], + [ + "Ġvert", + "ices" + ], + [ + "Ġd", + "aughters" + ], + [ + "Ġex", + "ceeds" + ], + [ + "ĠUp", + "on" + ], + [ + "off", + "s" + ], + [ + "ab", + "lished" + ], + [ + "ĠD", + "ream" + ], + [ + "Ġwell", + "being" + ], + [ + "t", + "ree" + ], + [ + "ĠF", + "eed" + ], + [ + "Ġspir", + "al" + ], + [ + "ĠL", + "ive" + ], + [ + "Ġsens", + "ing" + ], + [ + "Ġdemand", + "ed" + ], + [ + "Ġacceler", + "ate" + ], + [ + "Ġrec", + "reational" + ], + [ + "ĠHig", + "her" + ], + [ + "Ġu", + "plo" + ], + [ + "Ġhe", + "ights" + ], + [ + "ĠMe", + "asure" + ], + [ + "pos", + "ure" + ], + [ + "Ġrespond", + "s" + ], + [ + "ĠAnn", + "ual" + ], + [ + "Ġexp", + "ose" + ], + [ + "Ġexerc", + "ising" + ], + [ + "Ġaccess", + "ing" + ], + [ + "Ġd", + "olph" + ], + [ + "Ġlik", + "ed" + ], + [ + "Ġcomment", + "ary" + ], + [ + "T", + "ext" + ], + [ + "Ġinsp", + "iring" + ], + [ + "ĠPen", + "insula" + ], + [ + "Ġnick", + "el" + ], + [ + "ĠL", + "td" + ], + [ + "Ġb", + "oss" + ], + [ + "Ġadministr", + "ators" + ], + [ + "Ġar", + "row" + ], + [ + "ĠJud", + "a" + ], + [ + "Ġsmart", + "phone" + ], + [ + "Ġas", + "leep" + ], + [ + "Ġdisc", + "iples" + ], + [ + "Ġtransform", + "ing" + ], + [ + "%", + ")." + ], + [ + "F", + "P" + ], + [ + "D", + "esign" + ], + [ + "f", + "requency" + ], + [ + "Ġcompr", + "ises" + ], + [ + "ĠH", + "un" + ], + [ + "Ġnut", + "rit" + ], + [ + "Ġintu", + "ition" + ], + [ + "Ex", + "pl" + ], + [ + "ĠCour", + "se" + ], + [ + "uc", + "ks" + ], + [ + "Ġstimul", + "us" + ], + [ + "iv", + "ia" + ], + [ + "Ġm", + "ig" + ], + [ + "Ġstress", + "es" + ], + [ + "Ġadjust", + "ment" + ], + [ + "Ġthr", + "iving" + ], + [ + "Ġp", + "ear" + ], + [ + "Ġbrain", + "storm" + ], + [ + "r", + "idge" + ], + [ + "Ġit", + "eration" + ], + [ + "ĠG", + "rowth" + ], + [ + "Ġkn", + "ock" + ], + [ + "Ġst", + "akes" + ], + [ + "Ġgr", + "ate" + ], + [ + "ĠT", + "itle" + ], + [ + "Ġmat", + "urity" + ], + [ + "ĠD", + "atabase" + ], + [ + "ĠE", + "ld" + ], + [ + "pat", + "hetic" + ], + [ + "Ġsp", + "ill" + ], + [ + "Ġlast", + "s" + ], + [ + "ĠJ", + "ob" + ], + [ + "ut", + "or" + ], + [ + "ores", + "cent" + ], + [ + "Ġcultiv", + "ate" + ], + [ + "Ġopt", + "ional" + ], + [ + "st", + "ore" + ], + [ + "Ġbus", + "h" + ], + [ + "ĠAd", + "ding" + ], + [ + "izophren", + "ia" + ], + [ + "Ġf", + "og" + ], + [ + "sh", + "arp" + ], + [ + "ĠVirt", + "ual" + ], + [ + "int", + "o" + ], + [ + "Ġdecor", + "ated" + ], + [ + "ĠT", + "ips" + ], + [ + "Ġmark", + "ing" + ], + [ + "Ġcrow", + "ded" + ], + [ + "ĠExpl", + "ore" + ], + [ + "ĠK", + "ash" + ], + [ + "ĠNap", + "ole" + ], + [ + "em", + "ics" + ], + [ + "ring", + "e" + ], + [ + "Ġl", + "iability" + ], + [ + "Ġsur", + "f" + ], + [ + "Ġveter", + "ans" + ], + [ + "end", + "l" + ], + [ + "re", + "ase" + ], + [ + "25", + "6" + ], + [ + "ĠCons", + "ult" + ], + [ + "\"", + ">" + ], + [ + "Ġenc", + "rypt" + ], + [ + "ĠL", + "oc" + ], + [ + "ĠWal", + "ter" + ], + [ + "t", + "ings" + ], + [ + "ch", + "a" + ], + [ + "Ġdis", + "ruption" + ], + [ + "Ġwin", + "ner" + ], + [ + "ĠCit", + "iz" + ], + [ + "ĠK", + "ind" + ], + [ + "Ġrecip", + "roc" + ], + [ + "Ġabnormal", + "ities" + ], + [ + "Ġgl", + "uten" + ], + [ + "13", + "1" + ], + [ + "Ġnation", + "wide" + ], + [ + "Ġment", + "or" + ], + [ + "ĠK", + "a" + ], + [ + "ĠWe", + "ight" + ], + [ + "Ġmin", + "us" + ], + [ + "Ġcateg", + "orical" + ], + [ + "Ġpenal", + "ty" + ], + [ + "Ġselect", + "ive" + ], + [ + "l", + "ishes" + ], + [ + "Ġjust", + "ified" + ], + [ + "Ġperf", + "ection" + ], + [ + "or", + "rh" + ], + [ + "ĠOlymp", + "ic" + ], + [ + "Ġca", + "f" + ], + [ + "ĠFor", + "um" + ], + [ + "Ġobs", + "erver" + ], + [ + "ĠMarsh", + "all" + ], + [ + "Ġlim", + "b" + ], + [ + "Ġcomp", + "ly" + ], + [ + "Ġreal", + "ities" + ], + [ + "Ġqual", + "itative" + ], + [ + "ĠAng", + "lo" + ], + [ + "Ġam", + "mon" + ], + [ + "Ġfit", + "ted" + ], + [ + "b", + "oth" + ], + [ + "ad", + "ata" + ], + [ + "Ġwe", + "ed" + ], + [ + "Ġtw", + "in" + ], + [ + "Ġ{", + "\"" + ], + [ + "ĠB", + "os" + ], + [ + "Ġtail", + "s" + ], + [ + "il", + "age" + ], + [ + "Ġex", + "agger" + ], + [ + "Ġ", + "esp" + ], + [ + "ĠM", + "oscow" + ], + [ + "Ġatt", + "orney" + ], + [ + "Ġrespect", + "ful" + ], + [ + "Ġpet", + "ition" + ], + [ + "Ġment", + "ally" + ], + [ + "Ġd", + "ilem" + ], + [ + "Ġsuper", + "vision" + ], + [ + "f", + "und" + ], + [ + "ĠA", + "er" + ], + [ + "Ġsp", + "ur" + ], + [ + "Ġcab", + "in" + ], + [ + "c", + "reate" + ], + [ + "Ġgrand", + "mother" + ], + [ + "Ġmembr", + "anes" + ], + [ + "Ġreward", + "ing" + ], + [ + "an", + "alysis" + ], + [ + "ĠA", + "y" + ], + [ + "ant", + "ry" + ], + [ + "Ġbo", + "ot" + ], + [ + "Will", + "iam" + ], + [ + "V", + "I" + ], + [ + "Ġw", + "oven" + ], + [ + "ĠE", + "cho" + ], + [ + "Ġel", + "astic" + ], + [ + "Ġprol", + "if" + ], + [ + "ĠM", + "RI" + ], + [ + "ĠMan", + "ual" + ], + [ + "Ġad", + "vers" + ], + [ + "Ġsim", + "ulate" + ], + [ + "Ġd", + "urable" + ], + [ + "Ġtend", + "er" + ], + [ + "M", + "em" + ], + [ + "Ġparent", + "al" + ], + [ + "Ġun", + "ravel" + ], + [ + "Ġto", + "y" + ], + [ + "ĠMan", + "ager" + ], + [ + "f", + "i" + ], + [ + "ad", + "i" + ], + [ + "Ġple", + "asant" + ], + [ + "Ġâī", + "Ī" + ], + [ + "ĠFed", + "eration" + ], + [ + "ĠS", + "i" + ], + [ + "Ġprint", + "f" + ], + [ + "Ġcontamin", + "ants" + ], + [ + "ograp", + "hers" + ], + [ + "Under", + "standing" + ], + [ + "de", + "v" + ], + [ + "mark", + "et" + ], + [ + "H", + "ar" + ], + [ + "on", + "duct" + ], + [ + "Ġh", + "its" + ], + [ + "Ġpol", + "es" + ], + [ + "Ġcomp", + "ares" + ], + [ + "Ġsh", + "ots" + ], + [ + "Ġredu", + "ctions" + ], + [ + "Ġcommission", + "ed" + ], + [ + "I", + "H" + ], + [ + "Ġconc", + "ludes" + ], + [ + "Ġa", + "rose" + ], + [ + "Ġc", + "itation" + ], + [ + "Ġgall", + "ery" + ], + [ + "Ġd", + "op" + ], + [ + "Ġsurre", + "nder" + ], + [ + "ore", + "st" + ], + [ + "ĠRef", + "erence" + ], + [ + "Ġa", + "ver" + ], + [ + "ab", + "y" + ], + [ + "est", + "ry" + ], + [ + "Ġbal", + "ancing" + ], + [ + "th", + "ink" + ], + [ + "Ġdef", + "ence" + ], + [ + "Ġvisual", + "izations" + ], + [ + "Ġdevelop", + "er" + ], + [ + "ĠIm", + "ages" + ], + [ + "Ġcont", + "ing" + ], + [ + "ĠP", + "ent" + ], + [ + "Ġv", + "ascular" + ], + [ + "ĠH", + "ud" + ], + [ + "D", + "ig" + ], + [ + "Ġsu", + "its" + ], + [ + "Ġcomp", + "rehend" + ], + [ + "Ġrot", + "ating" + ], + [ + "ad", + "ic" + ], + [ + "em", + "at" + ], + [ + "Ġinf", + "est" + ], + [ + "ĠS", + "alt" + ], + [ + "Ġinn", + "ocent" + ], + [ + "Ġeleph", + "ant" + ], + [ + "Ġcoll", + "ision" + ], + [ + "Ġpass", + "words" + ], + [ + "S", + "chool" + ], + [ + "Ġsched", + "ules" + ], + [ + "Ġmon", + "op" + ], + [ + "14", + "7" + ], + [ + "ĠAct", + "ivity" + ], + [ + "Ġsan", + "itation" + ], + [ + "Ġop", + "io" + ], + [ + "ĠU", + "ntil" + ], + [ + "Ġac", + "re" + ], + [ + "ĠBi", + "ological" + ], + [ + "ĠN", + "uclear" + ], + [ + "Ġconnect", + "ivity" + ], + [ + "Ġde", + "forestation" + ], + [ + "Th", + "ank" + ], + [ + "ĠT", + "a" + ], + [ + "Ġinh", + "ab" + ], + [ + "Ġtu", + "ples" + ], + [ + "ĠColl", + "abor" + ], + [ + "m", + "n" + ], + [ + "Ġcra", + "w" + ], + [ + "Ġsum", + "m" + ], + [ + "Ġb", + "ub" + ], + [ + "ĠT", + "itan" + ], + [ + "Ġsex", + "ually" + ], + [ + "Ġdeal", + "t" + ], + [ + "A", + "ust" + ], + [ + "Ġrec", + "k" + ], + [ + "W", + "omen" + ], + [ + "ach", + "ment" + ], + [ + "Ġunst", + "able" + ], + [ + "Ġexp", + "orts" + ], + [ + "S", + "O" + ], + [ + "Ġcongest", + "ion" + ], + [ + "1", + "19" + ], + [ + "Ġbroad", + "ly" + ], + [ + "Ġdelib", + "erate" + ], + [ + "Ġh", + "ay" + ], + [ + "Ġhead", + "quarters" + ], + [ + "ĠR", + "ange" + ], + [ + "ĠO", + "ri" + ], + [ + "at", + "to" + ], + [ + "Ġrout", + "ines" + ], + [ + "ĠRec", + "ent" + ], + [ + "Ġconvey", + "ing" + ], + [ + "Ġinstall", + "ing" + ], + [ + "Ġclick", + "ing" + ], + [ + "E", + "xt" + ], + [ + "Ġlight", + "ning" + ], + [ + "Ġunf", + "amiliar" + ], + [ + "op", + "ard" + ], + [ + "Ġfluor", + "ide" + ], + [ + "ĠG", + "ib" + ], + [ + "Ġcel", + "estial" + ], + [ + "ĠEmer", + "gency" + ], + [ + "br", + "ates" + ], + [ + "B", + "as" + ], + [ + "Ġerect", + "ed" + ], + [ + "opor", + "osis" + ], + [ + "ĠSo", + "il" + ], + [ + "Ġcapt", + "ain" + ], + [ + "Ġt", + "ide" + ], + [ + "Ġd", + "ancing" + ], + [ + "ĠB", + "eng" + ], + [ + "Ġn", + "our" + ], + [ + "ĠColumb", + "us" + ], + [ + "Ġl", + "ag" + ], + [ + "ĠDevelop", + "ing" + ], + [ + "Ġdiscover", + "ing" + ], + [ + "ĠB", + "Y" + ], + [ + "Ġfil", + "ed" + ], + [ + "ĠCont", + "ent" + ], + [ + "Ġreject", + "ion" + ], + [ + "Ġfisher", + "ies" + ], + [ + "Ġwitness", + "es" + ], + [ + "Ġpl", + "aus" + ], + [ + "Ġp", + "sy" + ], + [ + "ra", + "ined" + ], + [ + "Ġc", + "ake" + ], + [ + "Ġat", + "he" + ], + [ + "ĠCh", + "air" + ], + [ + "Ġthe", + "ft" + ], + [ + "Ġint", + "ros" + ], + [ + "ĠOver", + "all" + ], + [ + "Ġsusp", + "ense" + ], + [ + "Ġparad", + "igm" + ], + [ + "rop", + "ortion" + ], + [ + "Ġenc", + "oding" + ], + [ + "Ġhier", + "arch" + ], + [ + "ĠS", + "A" + ], + [ + "ĠL", + "ank" + ], + [ + "Ġment", + "ions" + ], + [ + "Ġtext", + "book" + ], + [ + "ac", + "ial" + ], + [ + "cul", + "ate" + ], + [ + "ĠEd", + "itor" + ], + [ + "lighten", + "ment" + ], + [ + "Ġgl", + "ue" + ], + [ + "Ġimp", + "ed" + ], + [ + "hel", + "ial" + ], + [ + "ĠContin", + "ue" + ], + [ + "Ġfast", + "est" + ], + [ + "Ġske", + "wness" + ], + [ + "Ġopp", + "onent" + ], + [ + "Ġtens", + "or" + ], + [ + "Ġs", + "ins" + ], + [ + "Ġneu", + "rot" + ], + [ + "Ġf", + "ont" + ], + [ + "Ġfif", + "teen" + ], + [ + "Ġlov", + "ing" + ], + [ + "Ġd", + "irty" + ], + [ + "14", + "1" + ], + [ + "Ġcontradict", + "ions" + ], + [ + "D", + "D" + ], + [ + "S", + "ystem" + ], + [ + "Ġad", + "hes" + ], + [ + "ĠDak", + "ota" + ], + [ + "ĠB", + "or" + ], + [ + "Ġeas", + "iest" + ], + [ + "Ġexpect", + "ancy" + ], + [ + "Ġastronaut", + "s" + ], + [ + "ĠQu", + "estion" + ], + [ + "ĠSim", + "ple" + ], + [ + "Ġprec", + "autions" + ], + [ + "n", + "ational" + ], + [ + "Ġu", + "mb" + ], + [ + "Ġme", + "g" + ], + [ + "Ġartif", + "act" + ], + [ + "u", + "ating" + ], + [ + "Ġreact", + "or" + ], + [ + "Ġdepart", + "ure" + ], + [ + "Ġw", + "ins" + ], + [ + "ri", + "ages" + ], + [ + "P", + "op" + ], + [ + "ĠC", + "and" + ], + [ + "h", + "n" + ], + [ + "ĠTechn", + "ical" + ], + [ + "Ġadequ", + "ately" + ], + [ + "Ġh", + "ollow" + ], + [ + "om", + "nia" + ], + [ + "Ġprot", + "ests" + ], + [ + "F", + "ound" + ], + [ + "od", + "ia" + ], + [ + "threat", + "ening" + ], + [ + "ĠB", + "ull" + ], + [ + "ĠG", + "ram" + ], + [ + "Ġref", + "use" + ], + [ + "enn", + "y" + ], + [ + "Ġp", + "ist" + ], + [ + "ĠArist", + "otle" + ], + [ + "Ù", + "IJ" + ], + [ + "Ġund", + "erest" + ], + [ + "Ġfinanc", + "ing" + ], + [ + "b", + "ecause" + ], + [ + "m", + "aker" + ], + [ + "ĠPh", + "oto" + ], + [ + "ĠPre", + "p" + ], + [ + "Ġdisc", + "overs" + ], + [ + "Ġext", + "r" + ], + [ + "Ġcr", + "ude" + ], + [ + "Ġad", + "mission" + ], + [ + "Ġdisc", + "ourse" + ], + [ + "S", + "R" + ], + [ + "Ġgrand", + "father" + ], + [ + "Y", + "ear" + ], + [ + "Ġact", + "ed" + ], + [ + "Ġstress", + "ful" + ], + [ + "Ġisol", + "ate" + ], + [ + "Ġconfident", + "ial" + ], + [ + "Ġpredomin", + "antly" + ], + [ + "ne", + "ath" + ], + [ + "Ġm", + "imic" + ], + [ + "Ġconf", + "erences" + ], + [ + "ĠProf", + "essional" + ], + [ + "ĠLG", + "BT" + ], + [ + "ul", + "ph" + ], + [ + "ĠR", + "on" + ], + [ + "Ġproject", + "ion" + ], + [ + "Ġviol", + "ation" + ], + [ + "Ġp", + "erenn" + ], + [ + "Ġr", + "ated" + ], + [ + "Ġmist", + "aken" + ], + [ + "Ġrecogn", + "izes" + ], + [ + "Ġmagn", + "ific" + ], + [ + "Ġdeclar", + "ation" + ], + [ + "Ġg", + "amb" + ], + [ + "Ġpe", + "an" + ], + [ + "ĠIsa", + "ac" + ], + [ + "Ġstat", + "istic" + ], + [ + "he", + "w" + ], + [ + "ĠM", + "s" + ], + [ + "13", + "2" + ], + [ + "flow", + "er" + ], + [ + "ir", + "ie" + ], + [ + "Ġlog", + "s" + ], + [ + "Ġeru", + "ption" + ], + [ + "bol", + "a" + ], + [ + "Ġrel", + "ied" + ], + [ + "esthes", + "ia" + ], + [ + "h", + "icle" + ], + [ + "ĠPro", + "blems" + ], + [ + "ĠProgram", + "me" + ], + [ + "Ġmitig", + "ation" + ], + [ + "Ġsocio", + "economic" + ], + [ + "pl", + "ot" + ], + [ + "cl", + "er" + ], + [ + "ĠSer", + "ver" + ], + [ + "Ġ'", + "'" + ], + [ + "Ġaqu", + "arium" + ], + [ + "ambo", + "o" + ], + [ + "Ġb", + "ol" + ], + [ + "ĠV", + "ien" + ], + [ + "ĠMart", + "ian" + ], + [ + "f", + "lu" + ], + [ + "st", + "an" + ], + [ + "ĠEvent", + "ually" + ], + [ + "er", + "able" + ], + [ + "the", + "ir" + ], + [ + "if", + "th" + ], + [ + "Ġan", + "emia" + ], + [ + "Ġarm", + "ies" + ], + [ + "M", + "s" + ], + [ + "ĠAl", + "ph" + ], + [ + "f", + "illed" + ], + [ + "lear", + "ning" + ], + [ + "Ġadvoc", + "acy" + ], + [ + "Ġtransc", + "end" + ], + [ + "ĠPre", + "vent" + ], + [ + "ĠA", + "bs" + ], + [ + "Ġgu", + "itar" + ], + [ + "Ġfeed", + "s" + ], + [ + "Ġtou", + "ched" + ], + [ + "ex", + "per" + ], + [ + "uss", + "ion" + ], + [ + "Ġassert", + "ion" + ], + [ + "2", + "30" + ], + [ + "ĠEvery", + "one" + ], + [ + "rit", + "ical" + ], + [ + "Ġvolcan", + "o" + ], + [ + "ĠAm", + "b" + ], + [ + "Ġrend", + "ered" + ], + [ + "Oct", + "ober" + ], + [ + "Ġl", + "ad" + ], + [ + "rop", + "y" + ], + [ + "Ġlifesp", + "an" + ], + [ + "ĠT", + "ar" + ], + [ + "ĠF", + "oot" + ], + [ + "Ġdestro", + "ying" + ], + [ + "Ġspons", + "ored" + ], + [ + "Ġ(", + "(" + ], + [ + "`", + ")" + ], + [ + "ĠSe", + "attle" + ], + [ + "ĠTh", + "ailand" + ], + [ + "Ġveterin", + "arian" + ], + [ + "ul", + "ator" + ], + [ + "Ġear", + "ning" + ], + [ + "Ġpet", + "roleum" + ], + [ + "Ġhur", + "ricane" + ], + [ + "Ġdisadvant", + "ages" + ], + [ + "g", + "ly" + ], + [ + "Ġnew", + "er" + ], + [ + "Ġgener", + "ators" + ], + [ + "Ġmem", + "orial" + ], + [ + "Ġblock", + "ing" + ], + [ + "Ġs", + "isters" + ], + [ + "Ġanticip", + "ated" + ], + [ + "Ġ", + "âĢĻ" + ], + [ + "Ġinflu", + "encers" + ], + [ + "Ġrun", + "off" + ], + [ + "Ġconstit", + "utes" + ], + [ + "ĠAntar", + "ctica" + ], + [ + "Ġd", + "ots" + ], + [ + "ĠR", + "u" + ], + [ + "....", + "...." + ], + [ + "Ġcomp", + "ressed" + ], + [ + "ĠPar", + "ks" + ], + [ + "ist", + "le" + ], + [ + "Ġl", + "acks" + ], + [ + "ĠEm", + "ilia" + ], + [ + "het", + "ics" + ], + [ + "ĠArch", + "ived" + ], + [ + "Ġcivil", + "izations" + ], + [ + "ol", + "ics" + ], + [ + "ĠB", + "ron" + ], + [ + "ĠM", + "ember" + ], + [ + "Ġsp", + "ider" + ], + [ + "ĠTo", + "o" + ], + [ + "Ġjud", + "icial" + ], + [ + "ĠF", + "ROM" + ], + [ + "ĠMem", + "bers" + ], + [ + "Ġun", + "h" + ], + [ + "Im", + "pro" + ], + [ + "\"", + ")," + ], + [ + "ĠPh", + "arm" + ], + [ + "Ġtr", + "an" + ], + [ + "Ġspec", + "imen" + ], + [ + "Ġturb", + "ines" + ], + [ + "Ġide", + "ology" + ], + [ + "ri", + "ors" + ], + [ + "ĠCh", + "o" + ], + [ + "AS", + "T" + ], + [ + "ĠT", + "ool" + ], + [ + "ĠE", + "sp" + ], + [ + "ĠSt", + "ack" + ], + [ + "n", + "utrition" + ], + [ + "ii", + "i" + ], + [ + "ĠAl", + "ber" + ], + [ + "Ġbuck", + "et" + ], + [ + "ĠTai", + "wan" + ], + [ + "b", + "iqu" + ], + [ + "Ġpack", + "et" + ], + [ + "Ġdoub", + "ts" + ], + [ + "ixt", + "y" + ], + [ + "Ġimper", + "fect" + ], + [ + "Ġpool", + "s" + ], + [ + "Post", + "ed" + ], + [ + "P", + "rodu" + ], + [ + "ĠAmeric", + "as" + ], + [ + "Ġcapital", + "ism" + ], + [ + "it", + "o" + ], + [ + "M", + "ethod" + ], + [ + "Ġv", + "oted" + ], + [ + "Ġle", + "isure" + ], + [ + "Ġult", + "rasound" + ], + [ + "Ġfert", + "ile" + ], + [ + "Ġdecom", + "position" + ], + [ + "Ġter", + "restrial" + ], + [ + "Ġcat", + "alog" + ], + [ + "Ġgar", + "lic" + ], + [ + "t", + "own" + ], + [ + "Ġanomal", + "ies" + ], + [ + "l", + "ists" + ], + [ + "ord", + "ered" + ], + [ + "ĠSt", + "ore" + ], + [ + "Ġmar", + "ry" + ], + [ + "Ġanaly", + "sts" + ], + [ + "Ġasc", + "ending" + ], + [ + "Ġrom", + "ance" + ], + [ + "raul", + "ic" + ], + [ + "ĠMc", + "K" + ], + [ + "Ġvend", + "ors" + ], + [ + "ist", + "a" + ], + [ + "Ġgra", + "zing" + ], + [ + "ĠPro", + "ceedings" + ], + [ + "ar", + "ious" + ], + [ + "Ġsc", + "ored" + ], + [ + "Ġpos", + "ed" + ], + [ + "Ġtra", + "ced" + ], + [ + "ĠCol", + "omb" + ], + [ + "AC", + "T" + ], + [ + "ĠU", + "ltimately" + ], + [ + "Ġspr", + "ings" + ], + [ + "c", + "ience" + ], + [ + "âĢ", + "²" + ], + [ + "Ġtermin", + "ology" + ], + [ + "ĠNev", + "ada" + ], + [ + "Ġrob", + "otic" + ], + [ + "Ġfl", + "ora" + ], + [ + "Ġe", + "cc" + ], + [ + "Ġchar", + "ter" + ], + [ + "Ġdon", + "or" + ], + [ + "Ġdro", + "ve" + ], + [ + "ĠRus", + "sell" + ], + [ + "Ġsatisf", + "ies" + ], + [ + "ĠBen", + "efits" + ], + [ + "ĠMult", + "iple" + ], + [ + "st", + "at" + ], + [ + "Ġpast", + "e" + ], + [ + "Ġthe", + "or" + ], + [ + "bl", + "ack" + ], + [ + "Ġthr", + "ust" + ], + [ + "ĠTr", + "uth" + ], + [ + "ĠR", + "A" + ], + [ + "ĠHow", + "ard" + ], + [ + "ĠAl", + "b" + ], + [ + "ĠKh", + "an" + ], + [ + "A", + "ccess" + ], + [ + "az", + "ed" + ], + [ + "RE", + "E" + ], + [ + "Ġrecon", + "struction" + ], + [ + "Ġmonu", + "ments" + ], + [ + "Ġfulf", + "illing" + ], + [ + ")", + "**:" + ], + [ + "E", + "nd" + ], + [ + "ct", + "ory" + ], + [ + "Ġchromos", + "omes" + ], + [ + "Ġsovere", + "ignty" + ], + [ + "head", + "ed" + ], + [ + "ly", + "wood" + ], + [ + "ĠE", + "ating" + ], + [ + "ĠE", + "uler" + ], + [ + "ĠPar", + "ad" + ], + [ + "us", + "ers" + ], + [ + "Ġhuman", + "itarian" + ], + [ + "Ġbase", + "ball" + ], + [ + "ĠFou", + "rier" + ], + [ + "Ġpe", + "aks" + ], + [ + "Ġam", + "id" + ], + [ + "ĠD", + "ead" + ], + [ + "Ġve", + "in" + ], + [ + "Ġeth", + "anol" + ], + [ + "b", + "irth" + ], + [ + "ĠCl", + "oud" + ], + [ + "Ġlith", + "ium" + ], + [ + "s", + "ince" + ], + [ + "p", + "arent" + ], + [ + "ĠS", + "ierra" + ], + [ + "Ġquestion", + "ing" + ], + [ + "B", + "re" + ], + [ + "ĠQue", + "ens" + ], + [ + "ĠHy", + "per" + ], + [ + "ann", + "ah" + ], + [ + "ĠV", + "erm" + ], + [ + "Ġreg", + "ulating" + ], + [ + "Ġshe", + "lt" + ], + [ + "Ġj", + "un" + ], + [ + "ĠI", + "oT" + ], + [ + "Ġadv", + "ancing" + ], + [ + "part", + "y" + ], + [ + "ĠHou", + "ston" + ], + [ + "oc", + "ur" + ], + [ + "ĠMarg", + "aret" + ], + [ + "Sept", + "ember" + ], + [ + "ä", + "¸" + ], + [ + "Ġst", + "icks" + ], + [ + "ĠH", + "old" + ], + [ + "c", + "op" + ], + [ + "St", + "and" + ], + [ + "Ġcomprom", + "ised" + ], + [ + "ĠComp", + "are" + ], + [ + "Ġturb", + "ine" + ], + [ + "Ġst", + "umb" + ], + [ + "olit", + "ical" + ], + [ + "ĠA", + "ria" + ], + [ + "Ġsub", + "mar" + ], + [ + "Ġread", + "able" + ], + [ + "ĠP", + "oor" + ], + [ + "sq", + "rt" + ], + [ + "Ġher", + "bal" + ], + [ + "Ġbo", + "olean" + ], + [ + "Ġgovern", + "ed" + ], + [ + "Ġsou", + "ls" + ], + [ + "Ġclim", + "ates" + ], + [ + "Ġed", + "ible" + ], + [ + "Ġmar", + "ble" + ], + [ + "Ġm", + "asks" + ], + [ + "ĠAl", + "cohol" + ], + [ + "Ġserv", + "ants" + ], + [ + "Ġsubsc", + "ription" + ], + [ + "Ġsh", + "ar" + ], + [ + "Ġd", + "ur" + ], + [ + "Ġco", + "ach" + ], + [ + "ĠPub", + "l" + ], + [ + "Ġth", + "ir" + ], + [ + "h", + "ole" + ], + [ + "ĠR", + "ow" + ], + [ + "O", + "ld" + ], + [ + "Ġl", + "ing" + ], + [ + "Ġcour", + "tesy" + ], + [ + "ĠOtt", + "oman" + ], + [ + "ĠRec", + "on" + ], + [ + "ĠRec", + "ords" + ], + [ + "Ġtight", + "ly" + ], + [ + "Ġcru", + "c" + ], + [ + "ĠSp", + "ect" + ], + [ + "Ġnest", + "ing" + ], + [ + "arm", + "ing" + ], + [ + "Ġut", + "ilities" + ], + [ + "ĠGu", + "inea" + ], + [ + "ĠR", + "F" + ], + [ + "Ġsusp", + "icious" + ], + [ + "c", + "ounter" + ], + [ + "Ġmin", + "istry" + ], + [ + "Ġhero", + "es" + ], + [ + "S", + "L" + ], + [ + "L", + "ook" + ], + [ + "ĠA", + "venue" + ], + [ + "ĠP", + "un" + ], + [ + "Ġsal", + "vation" + ], + [ + "D", + "E" + ], + [ + "Ġradical", + "s" + ], + [ + "Ġfe", + "ast" + ], + [ + "Ġback", + "up" + ], + [ + "ogene", + "ous" + ], + [ + "Down", + "load" + ], + [ + "Ġcountry", + "side" + ], + [ + "Ġvers", + "es" + ], + [ + "Ġl", + "amp" + ], + [ + "ĠH", + "i" + ], + [ + "Ġantib", + "ody" + ], + [ + "13", + "6" + ], + [ + ")", + "):" + ], + [ + "13", + "3" + ], + [ + "Ġ<", + "/" + ], + [ + "M", + "et" + ], + [ + "Ġto", + "es" + ], + [ + "Ġrepe", + "ating" + ], + [ + "ĠDes", + "ert" + ], + [ + "Ġt", + "ended" + ], + [ + "Ġton", + "nes" + ], + [ + "Ġbl", + "oss" + ], + [ + "Ġcapt", + "ures" + ], + [ + "Ġsum", + "mit" + ], + [ + "Ġsub", + "group" + ], + [ + "ĠBit", + "coin" + ], + [ + "ĠO", + "K" + ], + [ + "==", + "==" + ], + [ + "P", + "N" + ], + [ + "ing", + "e" + ], + [ + "se", + "a" + ], + [ + "ess", + "ed" + ], + [ + "t", + "rue" + ], + [ + "ĠN", + "an" + ], + [ + "Ġbel", + "oved" + ], + [ + "ĠC", + "C" + ], + [ + "ĠThrough", + "out" + ], + [ + "ren", + "al" + ], + [ + "ĠUnivers", + "al" + ], + [ + "Ġcorros", + "ion" + ], + [ + "Ġoff", + "ensive" + ], + [ + "att", + "r" + ], + [ + "Ġcontroll", + "er" + ], + [ + "squ", + "ared" + ], + [ + "12", + "9" + ], + [ + "ĠEx", + "ception" + ], + [ + "ĠHarr", + "is" + ], + [ + "Ġcor", + "rid" + ], + [ + "Ġpray", + "ers" + ], + [ + "olith", + "ic" + ], + [ + "ĠD", + "ur" + ], + [ + "ĠJ", + "oint" + ], + [ + "Ġfore", + "most" + ], + [ + "Ġunf", + "air" + ], + [ + "Ġhunt", + "ers" + ], + [ + "Ġc", + "in" + ], + [ + "Ġcan", + "vas" + ], + [ + "su", + "fficient" + ], + [ + "pat", + "ient" + ], + [ + "ener", + "ative" + ], + [ + "is", + "ol" + ], + [ + "pend", + "icular" + ], + [ + "ob", + "i" + ], + [ + "Ġrecurs", + "ion" + ], + [ + "Ġp", + "add" + ], + [ + "Ġtw", + "ists" + ], + [ + "ĠAcad", + "emic" + ], + [ + "Ġc", + "ables" + ], + [ + "we", + "g" + ], + [ + "gg", + "ing" + ], + [ + "Ġhead", + "er" + ], + [ + "Ġprompt", + "ed" + ], + [ + "Ġhe", + "ct" + ], + [ + "AL", + "L" + ], + [ + "w", + "atch" + ], + [ + "Ġl", + "st" + ], + [ + "ĠPsych", + "iat" + ], + [ + "Ġa", + "pt" + ], + [ + "l", + "ad" + ], + [ + "ro", + "it" + ], + [ + "Ġarr", + "iving" + ], + [ + "Ġse", + "aled" + ], + [ + "amil", + "ies" + ], + [ + "Ġ\"", + "))" + ], + [ + "ĠDown", + "load" + ], + [ + "a", + "ire" + ], + [ + "Ġhost", + "ed" + ], + [ + "spec", + "ies" + ], + [ + "G", + "I" + ], + [ + "Ġtra", + "ps" + ], + [ + "Ġgastro", + "intestinal" + ], + [ + "Ġsqu", + "ee" + ], + [ + "ĠArgent", + "ina" + ], + [ + "v", + "ic" + ], + [ + "ĠE", + "ye" + ], + [ + "itud", + "inal" + ], + [ + "Ġod", + "or" + ], + [ + "th", + "irds" + ], + [ + "ĠD", + "ental" + ], + [ + "Ġview", + "er" + ], + [ + "og", + "ly" + ], + [ + "in", + "us" + ], + [ + "Ġunc", + "overed" + ], + [ + "Ġep", + "ile" + ], + [ + "d", + "ir" + ], + [ + "Ġo", + "re" + ], + [ + "Ġspecific", + "ations" + ], + [ + "Ġphosph", + "orus" + ], + [ + "Ġsh", + "ake" + ], + [ + "ord", + "on" + ], + [ + "Ġob", + "j" + ], + [ + "ĠB", + "art" + ], + [ + "ĠAn", + "imals" + ], + [ + "ar", + "o" + ], + [ + "ec", + "hes" + ], + [ + "d", + "iff" + ], + [ + "y", + "g" + ], + [ + "in", + "ence" + ], + [ + "ediat", + "rics" + ], + [ + "Ġp", + "aired" + ], + [ + "ĠT", + "s" + ], + [ + "7", + "50" + ], + [ + "Ġdisput", + "es" + ], + [ + "Ġnutrit", + "ious" + ], + [ + "Ġimport", + "s" + ], + [ + "Ġapprox", + "imate" + ], + [ + "c", + "ourse" + ], + [ + "i", + "w" + ], + [ + "Ġf", + "iscal" + ], + [ + "Ġball", + "oon" + ], + [ + "Ġur", + "ge" + ], + [ + "Ġpestic", + "ide" + ], + [ + "ort", + "ing" + ], + [ + "ĠD", + "er" + ], + [ + "Ġra", + "cing" + ], + [ + "Ġestab", + "lishes" + ], + [ + "Europe", + "an" + ], + [ + "iss", + "ors" + ], + [ + "ĠF", + "riends" + ], + [ + "Ġterrit", + "orial" + ], + [ + "as", + "i" + ], + [ + "Ġap", + "artment" + ], + [ + "ĠE", + "R" + ], + [ + "Ġreflect", + "ive" + ], + [ + "Ġlapt", + "op" + ], + [ + "hell", + "o" + ], + [ + "Ġconvinc", + "ing" + ], + [ + "H", + "R" + ], + [ + "Ex", + "per" + ], + [ + "Ġb", + "end" + ], + [ + "Ġi", + "P" + ], + [ + "Ġcommerc", + "ially" + ], + [ + "l", + "ass" + ], + [ + "Ġexpect", + "ation" + ], + [ + "Ġfib", + "re" + ], + [ + "L", + "ess" + ], + [ + "on", + "ian" + ], + [ + "Ġpromot", + "ions" + ], + [ + "ad", + "ers" + ], + [ + "ĠR", + "achel" + ], + [ + "ĠV", + "acc" + ], + [ + "Ġcommand", + "ed" + ], + [ + "Ġo", + "ven" + ], + [ + "Ġlif", + "elong" + ], + [ + "path", + "y" + ], + [ + "ĠYellow", + "stone" + ], + [ + "Ġdes", + "erve" + ], + [ + "Ġprevent", + "ive" + ], + [ + "Ġprogress", + "es" + ], + [ + "Ġunf", + "ortunately" + ], + [ + "Ġintr", + "insic" + ], + [ + "Ġhe", + "d" + ], + [ + "Ġch", + "op" + ], + [ + "Ġright", + "eous" + ], + [ + "ĠChrist", + "opher" + ], + [ + "ly", + "s" + ], + [ + "Ġterm", + "ed" + ], + [ + "Ġgrad", + "ient" + ], + [ + "ï", + "¼" + ], + [ + "x", + "iety" + ], + [ + "Ġfe", + "ared" + ], + [ + "ĠCa", + "esar" + ], + [ + "D", + "NA" + ], + [ + "Ġ", + "ib" + ], + [ + "cs", + "v" + ], + [ + "Ġcompan", + "ions" + ], + [ + "Ġweaken", + "ed" + ], + [ + "Ġgrat", + "itude" + ], + [ + "T", + "R" + ], + [ + "un", + "n" + ], + [ + "Ġconst", + "ell" + ], + [ + "Ġeru", + "pt" + ], + [ + "Ġoverse", + "as" + ], + [ + "E", + "ffect" + ], + [ + "Ġcertain", + "ty" + ], + [ + "Ġemb", + "arr" + ], + [ + "Ġref", + "lex" + ], + [ + "Ġmultip", + "lying" + ], + [ + "iv", + "ial" + ], + [ + "Ġopp", + "onents" + ], + [ + "ount", + "ain" + ], + [ + "Ġcon", + "e" + ], + [ + "Ġconvent", + "ions" + ], + [ + "cont", + "ent" + ], + [ + "Ġtow", + "ers" + ], + [ + "P", + "al" + ], + [ + "Ġha", + "unt" + ], + [ + "Ġart", + "illery" + ], + [ + "Ġattend", + "ees" + ], + [ + "Ġcorpor", + "ation" + ], + [ + "Ġfulfill", + "ment" + ], + [ + "ĠSud", + "an" + ], + [ + "Ġin", + "expensive" + ], + [ + "ar", + "ound" + ], + [ + "it", + "i" + ], + [ + "ĠN", + "AT" + ], + [ + "Ġdownt", + "own" + ], + [ + "ĠObserv", + "atory" + ], + [ + "ĠN", + "elson" + ], + [ + "br", + "ate" + ], + [ + "De", + "cember" + ], + [ + "ĠI", + "g" + ], + [ + "Ġdi", + "agonal" + ], + [ + "Ġcontin", + "ental" + ], + [ + "Ġsoon", + "er" + ], + [ + "hist", + "ory" + ], + [ + "Ġvers", + "a" + ], + [ + "Ġfort", + "une" + ], + [ + "Ġearn", + "ings" + ], + [ + "ĠHop", + "kins" + ], + [ + "Ġsl", + "ides" + ], + [ + "Ġutil", + "ization" + ], + [ + "ĠC", + "as" + ], + [ + "Ã", + "¦" + ], + [ + "Ġwar", + "nings" + ], + [ + "Ġfract", + "ure" + ], + [ + "Ġsk", + "ip" + ], + [ + "Ġdi", + "agrams" + ], + [ + "cl", + "usive" + ], + [ + "ere", + "rs" + ], + [ + "h", + "o" + ], + [ + "ĠG", + "ab" + ], + [ + "Ġcompar", + "ative" + ], + [ + "g", + "ue" + ], + [ + "Ġassist", + "ed" + ], + [ + "Ġrep", + "airs" + ], + [ + "Ġminor", + "ities" + ], + [ + "Ġr", + "if" + ], + [ + "ĠSp", + "orts" + ], + [ + "Ġm", + "asters" + ], + [ + "p", + "rom" + ], + [ + "Ġexem", + "pl" + ], + [ + "ĠS", + "ky" + ], + [ + "Ġall", + "iance" + ], + [ + "Ġfo", + "am" + ], + [ + "Ġd", + "oc" + ], + [ + "ĠD", + "ynam" + ], + [ + "Ġdesper", + "ate" + ], + [ + "Ġcra", + "cks" + ], + [ + "Ġim", + "balance" + ], + [ + "J", + "apan" + ], + [ + "g", + "ender" + ], + [ + "ut", + "il" + ], + [ + "Ġj", + "e" + ], + [ + "over", + "ty" + ], + [ + "ĠL", + "am" + ], + [ + "ip", + "ed" + ], + [ + "Ġenh", + "ances" + ], + [ + "Ġaer", + "ial" + ], + [ + "Ġyour", + "s" + ], + [ + "Ġf", + "ocal" + ], + [ + "Ġle", + "mon" + ], + [ + "Ġtest", + "ament" + ], + [ + "Ġland", + "marks" + ], + [ + "Ġover", + "load" + ], + [ + "Ġdivor", + "ce" + ], + [ + "Ġbelong", + "ed" + ], + [ + "ĠSil", + "ver" + ], + [ + "as", + "ers" + ], + [ + "ĠRec", + "ord" + ], + [ + "che", + "ll" + ], + [ + "ĠW", + "ang" + ], + [ + "Ġpul", + "p" + ], + [ + "Ġn", + "ests" + ], + [ + "ens", + "is" + ], + [ + "iling", + "ual" + ], + [ + "Ġd", + "ub" + ], + [ + "Ġst", + "olen" + ], + [ + "um", + "m" + ], + [ + "ĠProv", + "ince" + ], + [ + "Ġch", + "ord" + ], + [ + "Ġlike", + "wise" + ], + [ + "Ġcomb", + "inator" + ], + [ + "ĠSaf", + "e" + ], + [ + "Ġprospect", + "s" + ], + [ + "ene", + "z" + ], + [ + "Ġcannab", + "is" + ], + [ + "other", + "mal" + ], + [ + "Ġlower", + "case" + ], + [ + "Ġnob", + "ody" + ], + [ + "Ġdivid", + "es" + ], + [ + "Ġro", + "pe" + ], + [ + "ĠCh", + "anges" + ], + [ + "e", + "ks" + ], + [ + "F", + "rame" + ], + [ + "ĠHar", + "bor" + ], + [ + "Ġdiscount", + "s" + ], + [ + "ac", + "cept" + ], + [ + "sm", + "all" + ], + [ + "Ġconflic", + "ting" + ], + [ + "Ġam", + "endment" + ], + [ + "Ã", + "º" + ], + [ + "ĠR", + "ot" + ], + [ + "ĠInt", + "rodu" + ], + [ + "j", + "u" + ], + [ + "Ġhand", + "ed" + ], + [ + "Ġanticip", + "ation" + ], + [ + "ĠP", + "yth" + ], + [ + "Ġdec", + "ides" + ], + [ + "Ġemphas", + "izing" + ], + [ + "ĠT", + "her" + ], + [ + "ĠAd", + "vis" + ], + [ + "int", + "ed" + ], + [ + "Ġancest", + "or" + ], + [ + "d", + "ose" + ], + [ + "ĠM", + "ort" + ], + [ + "Ġany", + "more" + ], + [ + "acter", + "ial" + ], + [ + "Ġblood", + "stream" + ], + [ + "Ġprob", + "able" + ], + [ + "ĠEm", + "phas" + ], + [ + "Ġoutput", + "s" + ], + [ + "Ġirrit", + "ation" + ], + [ + "ĠE", + "X" + ], + [ + "ign", + "ment" + ], + [ + "Ġdwar", + "f" + ], + [ + "ij", + "ing" + ], + [ + "Ġk", + "ick" + ], + [ + "Ġsw", + "ing" + ], + [ + "Ġpost", + "er" + ], + [ + "Ġmat", + "rices" + ], + [ + "Ġmerch", + "ant" + ], + [ + "ĠCur", + "riculum" + ], + [ + "Ġlegisl", + "ature" + ], + [ + "r", + "ically" + ], + [ + "S", + "N" + ], + [ + "ĠP", + "ier" + ], + [ + "ĠResp", + "ons" + ], + [ + "ĠHispan", + "ic" + ], + [ + "ans", + "k" + ], + [ + "ĠCom", + "ment" + ], + [ + "Ġnotice", + "able" + ], + [ + "Jan", + "uary" + ], + [ + "Ġth", + "under" + ], + [ + "ist", + "ent" + ], + [ + "ant", + "ing" + ], + [ + "Ġserv", + "ant" + ], + [ + "ĠX", + "ML" + ], + [ + "Ġfor", + "um" + ], + [ + "Ġqu", + "ar" + ], + [ + "Ġflo", + "ors" + ], + [ + "vironment", + "al" + ], + [ + "w", + "ere" + ], + [ + "Ġcr", + "imin" + ], + [ + "ĠCan", + "al" + ], + [ + "Ġsl", + "opes" + ], + [ + "Ġmar", + "vel" + ], + [ + "Ġpriorit", + "izing" + ], + [ + "re", + "tt" + ], + [ + "yl", + "ogen" + ], + [ + "Ġsymmet", + "ric" + ], + [ + "ĠCh", + "ris" + ], + [ + "ĠDeterm", + "ine" + ], + [ + "Ġk", + "ills" + ], + [ + "Se", + "lect" + ], + [ + "Ġd", + "ough" + ], + [ + "Ġaccept", + "s" + ], + [ + "ĠDis", + "orders" + ], + [ + "ĠS", + "pr" + ], + [ + "O", + "h" + ], + [ + "Ġsh", + "rubs" + ], + [ + "ĠN", + "ag" + ], + [ + "Ġrein", + "for" + ], + [ + "Ġbureau", + "c" + ], + [ + "Ġrespons", + "ive" + ], + [ + "B", + "rit" + ], + [ + "id", + "ate" + ], + [ + "ĠUN", + "ESCO" + ], + [ + "h", + "ad" + ], + [ + "Ġprop", + "het" + ], + [ + "Ġpredict", + "ive" + ], + [ + "Ġund", + "oubtedly" + ], + [ + "s", + "ky" + ], + [ + "or", + "o" + ], + [ + "ĠCrit", + "ical" + ], + [ + "row", + "se" + ], + [ + "Ġscholars", + "hip" + ], + [ + "Ġw", + "ore" + ], + [ + "Ġnu", + "ance" + ], + [ + "ĠT", + "ob" + ], + [ + "Ġcy", + "cling" + ], + [ + "ĠH", + "PV" + ], + [ + "Com", + "put" + ], + [ + "Ġunderstand", + "s" + ], + [ + "ĠC", + "rown" + ], + [ + "Int", + "erest" + ], + [ + "B", + "al" + ], + [ + "iv", + "ism" + ], + [ + "S", + "uch" + ], + [ + "ĠS", + "ent" + ], + [ + "Ġun", + "related" + ], + [ + "ĠMor", + "gan" + ], + [ + "Ġtail", + "or" + ], + [ + "ĠP", + "ed" + ], + [ + "Ġres", + "ume" + ], + [ + "l", + "ocal" + ], + [ + "ore", + "sc" + ], + [ + "ĠF", + "L" + ], + [ + "Ġgrass", + "es" + ], + [ + "d", + "esc" + ], + [ + "ot", + "te" + ], + [ + "Ġover", + "flow" + ], + [ + "ern", + "ame" + ], + [ + "Ġide", + "als" + ], + [ + "ĠTransport", + "ation" + ], + [ + "Ġshowc", + "asing" + ], + [ + "Ġkern", + "el" + ], + [ + "id", + "ency" + ], + [ + "Ġthrow", + "ing" + ], + [ + "Ġbutter", + "fly" + ], + [ + "Ġmarg", + "ins" + ], + [ + "Ġtwist", + "ed" + ], + [ + "ĠS", + "E" + ], + [ + "Ġchar", + "ming" + ], + [ + "Ġdem", + "ographics" + ], + [ + "ĠCl", + "inton" + ], + [ + "yn", + "chron" + ], + [ + "Ġexperiment", + "ation" + ], + [ + "ĠM", + "O" + ], + [ + "Ġargu", + "ing" + ], + [ + "Me", + "anwhile" + ], + [ + "equ", + "al" + ], + [ + "ix", + "on" + ], + [ + "Ġs", + "ap" + ], + [ + "g", + "ate" + ], + [ + "Ġcyl", + "ind" + ], + [ + "Ġcul", + "inary" + ], + [ + "l", + "ink" + ], + [ + "Ġsp", + "rou" + ], + [ + "Ġconv", + "ince" + ], + [ + "Ind", + "ex" + ], + [ + "Ġstere", + "otypes" + ], + [ + "Im", + "plement" + ], + [ + "m", + "ile" + ], + [ + "Ġsuccess", + "ion" + ], + [ + "comm", + "on" + ], + [ + "rav", + "iolet" + ], + [ + "Ġconsequ", + "ently" + ], + [ + "w", + "al" + ], + [ + "ch", + "anging" + ], + [ + "atur", + "ated" + ], + [ + "aud", + "i" + ], + [ + "Ġbo", + "iling" + ], + [ + "Ġsevent", + "h" + ], + [ + "Ġu", + "biqu" + ], + [ + "Ġpolic", + "ym" + ], + [ + "Ġcrow", + "ds" + ], + [ + "l", + "ined" + ], + [ + "ĠResp", + "onse" + ], + [ + "az", + "ines" + ], + [ + "Ġfree", + "ze" + ], + [ + "Ġfaith", + "ful" + ], + [ + "ĠGall", + "ery" + ], + [ + "Ġdisc", + "ontin" + ], + [ + "ĠBalt", + "imore" + ], + [ + "ĠJuda", + "ism" + ], + [ + "ĠA", + "x" + ], + [ + "Ġve", + "t" + ], + [ + "ĠClin", + "ic" + ], + [ + "Ġref", + "eren" + ], + [ + "cl", + "ock" + ], + [ + "p", + "ent" + ], + [ + "z", + "i" + ], + [ + "ĠE", + "ric" + ], + [ + "Ġroll", + "ed" + ], + [ + "ie", + "ge" + ], + [ + "Ġher", + "d" + ], + [ + "ĠScript", + "ure" + ], + [ + "ĠM", + "oney" + ], + [ + "Ġad", + "olescent" + ], + [ + "Ġwor", + "s" + ], + [ + "av", + "ailable" + ], + [ + "Ġemb", + "od" + ], + [ + "Ġfun", + "gal" + ], + [ + "Ġseg", + "regation" + ], + [ + "Ġconc", + "urrent" + ], + [ + "Ġm", + "arc" + ], + [ + "Ġpot", + "s" + ], + [ + "Ġ(", + "'" + ], + [ + "ĠB", + "erg" + ], + [ + "Ġsecret", + "ary" + ], + [ + "ĠI", + "R" + ], + [ + "--", + "-" + ], + [ + "F", + "O" + ], + [ + "m", + "ination" + ], + [ + "ĠCoun", + "ter" + ], + [ + "organ", + "ic" + ], + [ + "ĠPu", + "erto" + ], + [ + "Ġcons", + "erve" + ], + [ + "Ġunder", + "neath" + ], + [ + "p", + "ill" + ], + [ + "ĠN", + "ear" + ], + [ + "Ġsc", + "roll" + ], + [ + "Ġde", + "ar" + ], + [ + "ĠW", + "at" + ], + [ + "tern", + "s" + ], + [ + "Ġpun", + "ish" + ], + [ + "ĠPer", + "formance" + ], + [ + "Ġbod", + "ily" + ], + [ + "Ġt", + "une" + ], + [ + "int", + "ers" + ], + [ + "Ġeven", + "ly" + ], + [ + "Ġanat", + "omy" + ], + [ + "ĠHe", + "at" + ], + [ + "com", + "merce" + ], + [ + "Ġcollect", + "ively" + ], + [ + "Ġb", + "ru" + ], + [ + "icult", + "ural" + ], + [ + "ĠRel", + "igion" + ], + [ + "Ġdispl", + "aced" + ], + [ + "Ġd", + "ermat" + ], + [ + "Ġoccup", + "ational" + ], + [ + "Ġex", + "h" + ], + [ + "stit", + "utions" + ], + [ + "Ġcong", + "ress" + ], + [ + "ĠAl", + "t" + ], + [ + "Ġplace", + "bo" + ], + [ + "Ġm", + "arsh" + ], + [ + "ĠJ", + "os" + ], + [ + "O", + "pen" + ], + [ + "Ġkind", + "ergarten" + ], + [ + "ĠT", + "ypes" + ], + [ + "Ġref", + "ining" + ], + [ + "Ġsent", + "iment" + ], + [ + "Ġignor", + "ance" + ], + [ + "h", + "ind" + ], + [ + "Ġformat", + "ted" + ], + [ + "ĠB", + "lu" + ], + [ + "Ġqu", + "iz" + ], + [ + "Ġposition", + "ed" + ], + [ + "Ġcoron", + "ary" + ], + [ + "Ġbad", + "ly" + ], + [ + "Ġunderm", + "ine" + ], + [ + "Ġ..", + ".," + ], + [ + "Ġy", + "esterday" + ], + [ + "ĠS", + "kin" + ], + [ + "Ġsou", + "p" + ], + [ + "Ġcred", + "ential" + ], + [ + "Ġcle", + "ared" + ], + [ + "p", + "us" + ], + [ + "Ġ", + "iv" + ], + [ + "Ġtrans", + "ist" + ], + [ + "ĠCommon", + "wealth" + ], + [ + "ĠB", + "and" + ], + [ + "ĠPro", + "duction" + ], + [ + "Ġtransl", + "ations" + ], + [ + "ĠGal", + "ile" + ], + [ + "re", + "ased" + ], + [ + "ĠM", + "ercury" + ], + [ + "14", + "8" + ], + [ + "ĠCom", + "plete" + ], + [ + "T", + "E" + ], + [ + "Ġdraw", + "backs" + ], + [ + "Ġenum", + "erate" + ], + [ + "N", + "ET" + ], + [ + "l", + "ay" + ], + [ + "ĠRob", + "inson" + ], + [ + "zz", + "le" + ], + [ + "ĠArab", + "ia" + ], + [ + "Ġunch", + "anged" + ], + [ + "Ġaccum", + "ulated" + ], + [ + "Ġdown", + "ward" + ], + [ + "Wh", + "ite" + ], + [ + "Ġtur", + "tle" + ], + [ + "ĠHud", + "son" + ], + [ + "Ġf", + "ake" + ], + [ + "M", + "ap" + ], + [ + "Ġdisplay", + "ing" + ], + [ + "G", + "B" + ], + [ + "u", + "able" + ], + [ + "es", + "ome" + ], + [ + "Ġvacc", + "inated" + ], + [ + "Ġpropag", + "anda" + ], + [ + "f", + "ires" + ], + [ + "asc", + "ript" + ], + [ + "it", + "ol" + ], + [ + "ang", + "a" + ], + [ + "Ġnews", + "letter" + ], + [ + "Art", + "icle" + ], + [ + "as", + "ury" + ], + [ + "Ġinst", + "antly" + ], + [ + "Ġtext", + "ures" + ], + [ + "ĠĠ", + "Ċ" + ], + [ + "ĠB", + "uff" + ], + [ + "ĠSt", + "ay" + ], + [ + "Ġaccount", + "able" + ], + [ + "yl", + "um" + ], + [ + "Ġg", + "ates" + ], + [ + "ĠB", + "ry" + ], + [ + "Ġwhere", + "by" + ], + [ + "G", + "s" + ], + [ + "Ġle", + "aks" + ], + [ + "ĠBelg", + "ium" + ], + [ + "ĠFram", + "ework" + ], + [ + "14", + "2" + ], + [ + "and", + "al" + ], + [ + "ĠR", + "io" + ], + [ + "ĠSt", + "alin" + ], + [ + "Ġbutter", + "flies" + ], + [ + "Ġthe", + "ology" + ], + [ + "il", + "k" + ], + [ + "Ġin", + "appropriate" + ], + [ + "Ġseaf", + "ood" + ], + [ + "ĠT", + "ools" + ], + [ + "ĠB", + "L" + ], + [ + "year", + "s" + ], + [ + "ĠBapt", + "ist" + ], + [ + "Ġarchitect", + "s" + ], + [ + "be", + "at" + ], + [ + "l", + "at" + ], + [ + "l", + "it" + ], + [ + "14", + "6" + ], + [ + "Ġgeneral", + "ized" + ], + [ + "Â", + "½" + ], + [ + "Ġhel", + "ic" + ], + [ + "Ġshe", + "er" + ], + [ + "ĠArt", + "icles" + ], + [ + "Ġfilter", + "ing" + ], + [ + "ĠFlore", + "nce" + ], + [ + "NA", + "SA" + ], + [ + "Ġsurvey", + "ed" + ], + [ + "Ġsens", + "ations" + ], + [ + "ĠSt", + "ra" + ], + [ + "Ġw", + "olves" + ], + [ + "em", + "ption" + ], + [ + "ĠEst", + "ablish" + ], + [ + "Ġanalog", + "y" + ], + [ + "ed", + "ience" + ], + [ + "Ġfract", + "ures" + ], + [ + "Ġderiv", + "atives" + ], + [ + "g", + "reat" + ], + [ + "Ġw", + "it" + ], + [ + "cl", + "ose" + ], + [ + "Be", + "ing" + ], + [ + "ĠP", + "TSD" + ], + [ + "Ġhar", + "assment" + ], + [ + "oll", + "en" + ], + [ + "Ġtext", + "books" + ], + [ + "Ġmulti", + "ples" + ], + [ + "l", + "anguage" + ], + [ + "Ġb", + "ites" + ], + [ + "cont", + "rolled" + ], + [ + "Ġout", + "reach" + ], + [ + "Ġtoler", + "ate" + ], + [ + "ere", + "r" + ], + [ + "Ġpain", + "ter" + ], + [ + "ĠQue", + "bec" + ], + [ + "ĠAct", + "ive" + ], + [ + "Ġinev", + "itably" + ], + [ + "Ġco", + "herent" + ], + [ + "ĠIs", + "sues" + ], + [ + "Ġcum", + "ulative" + ], + [ + "Ġmar", + "ijuana" + ], + [ + "Ġcoordin", + "ated" + ], + [ + "Ġap", + "nea" + ], + [ + "Ġdecent", + "ral" + ], + [ + "Ġtomat", + "o" + ], + [ + "Ġtast", + "es" + ], + [ + "ore", + "an" + ], + [ + "Ġt", + "an" + ], + [ + "ht", + "aking" + ], + [ + "ac", + "a" + ], + [ + "ĠL", + "A" + ], + [ + "w", + "ick" + ], + [ + "ĠInf", + "lu" + ], + [ + "Ġinject", + "ed" + ], + [ + "Ġsuccess", + "or" + ], + [ + "l", + "abel" + ], + [ + "Ġinherent", + "ly" + ], + [ + "Ġper", + "pendicular" + ], + [ + "Ġrec", + "reation" + ], + [ + "Ġb", + "acks" + ], + [ + "pl", + "ants" + ], + [ + "14", + "3" + ], + [ + "H", + "and" + ], + [ + "Ġpolit", + "ically" + ], + [ + "ĠR", + "O" + ], + [ + "Ġac", + "ou" + ], + [ + "Ġg", + "ri" + ], + [ + "Ġinst", + "ability" + ], + [ + "Ġcommod", + "ity" + ], + [ + "Ġf", + "iring" + ], + [ + "Ġspread", + "s" + ], + [ + "ĠProt", + "ect" + ], + [ + "Ġbless", + "ing" + ], + [ + "ĠI", + "l" + ], + [ + "Ġopen", + "ly" + ], + [ + "Ġclear", + "ing" + ], + [ + "ĠMin", + "or" + ], + [ + "ent", + "ry" + ], + [ + "ĠBe", + "yond" + ], + [ + "Ġrock", + "y" + ], + [ + "Ġembry", + "o" + ], + [ + "w", + "er" + ], + [ + "ĠP", + "ic" + ], + [ + "Ġunder", + "graduate" + ], + [ + "á", + "n" + ], + [ + "Ġengine", + "ered" + ], + [ + "Ġsen", + "iors" + ], + [ + "W", + "A" + ], + [ + "ĠPl", + "ato" + ], + [ + "dra", + "wn" + ], + [ + "Ġc", + "ad" + ], + [ + "Ġextract", + "s" + ], + [ + "ĠE", + "rror" + ], + [ + "Ġind", + "ef" + ], + [ + "Ġtable", + "t" + ], + [ + "Ad", + "ditional" + ], + [ + "od", + "a" + ], + [ + "Ġstead", + "ily" + ], + [ + "f", + "ocus" + ], + [ + "u", + "i" + ], + [ + "Ġacceler", + "ated" + ], + [ + "Ġsick", + "ness" + ], + [ + "ĠPortug", + "al" + ], + [ + "Ġapp", + "rent" + ], + [ + "Ġreason", + "ably" + ], + [ + "Ġwra", + "pped" + ], + [ + "ixt", + "ures" + ], + [ + "ĠY", + "ale" + ], + [ + "het", + "ical" + ], + [ + "Ġrender", + "ing" + ], + [ + "ĠGuid", + "elines" + ], + [ + "ĠB", + "MI" + ], + [ + "Ġbron", + "ze" + ], + [ + "ĠA", + "round" + ], + [ + "ĠCon", + "versely" + ], + [ + "Ġlabor", + "atories" + ], + [ + "Ġrestrict", + "ion" + ], + [ + "ĠNep", + "al" + ], + [ + "ock", + "ets" + ], + [ + "lect", + "ions" + ], + [ + "Ġstrugg", + "led" + ], + [ + "st", + "ones" + ], + [ + "Ġhum", + "ble" + ], + [ + "ĠAnd", + "roid" + ], + [ + "mit", + "t" + ], + [ + "rim", + "ental" + ], + [ + "Ġest", + "rogen" + ], + [ + "Ġnever", + "theless" + ], + [ + "Ġroutine", + "ly" + ], + [ + "B", + "R" + ], + [ + "c", + "lic" + ], + [ + "Ġne", + "urop" + ], + [ + "Ġcar", + "riers" + ], + [ + "Ġwel", + "ding" + ], + [ + "Ġ", + "Å" + ], + [ + "ul", + "ous" + ], + [ + "Ġob", + "struct" + ], + [ + "form", + "s" + ], + [ + "Ġbelie", + "ving" + ], + [ + "Ġp", + "ie" + ], + [ + "ĠB", + "irth" + ], + [ + "Ġintern", + "ationally" + ], + [ + "Ġill", + "usion" + ], + [ + "Ġeleph", + "ants" + ], + [ + "Ġl", + "one" + ], + [ + "ĠBr", + "un" + ], + [ + "Ġby", + "te" + ], + [ + "Ġlif", + "ting" + ], + [ + "Pub", + "lished" + ], + [ + "Ġspr", + "ink" + ], + [ + "A", + "IDS" + ], + [ + "he", + "ap" + ], + [ + "ĠC", + "av" + ], + [ + "ĠP", + "and" + ], + [ + "ĠMan", + "ufact" + ], + [ + "Ġexcl", + "usion" + ], + [ + "ĠSol", + "omon" + ], + [ + "13", + "4" + ], + [ + "Ġaccompany", + "ing" + ], + [ + "ĠP", + "ul" + ], + [ + "Ġdis", + "l" + ], + [ + "cept", + "s" + ], + [ + "ĠD", + "ry" + ], + [ + "Ġper", + "imeter" + ], + [ + "Ġgot", + "ten" + ], + [ + "Ġult", + "ra" + ], + [ + "Ġgrate", + "ful" + ], + [ + "osex", + "ual" + ], + [ + "ĠT", + "un" + ], + [ + "Ġmot", + "if" + ], + [ + "Ġanticip", + "ate" + ], + [ + "p", + "ine" + ], + [ + "ĠU", + "lt" + ], + [ + "S", + "outh" + ], + [ + "Ġgradu", + "ates" + ], + [ + "о", + "Ð" + ], + [ + "Ġdehyd", + "ration" + ], + [ + "est", + "amp" + ], + [ + "L", + "P" + ], + [ + "ĠP", + "le" + ], + [ + "Ġconstruct", + "ing" + ], + [ + "ĠShe", + "l" + ], + [ + "ud", + "a" + ], + [ + "ĠG", + "ate" + ], + [ + "Ġab", + "brev" + ], + [ + "Ġinc", + "on" + ], + [ + "Ġf", + "ence" + ], + [ + "un", + "ique" + ], + [ + "c", + "ity" + ], + [ + "ĠStrateg", + "y" + ], + [ + "Ġvers", + "atile" + ], + [ + "Ear", + "th" + ], + [ + "ĠFa", + "ith" + ], + [ + "ul", + "ence" + ], + [ + "ĠCommun", + "ications" + ], + [ + "ash", + "i" + ], + [ + "Ġstret", + "ched" + ], + [ + "Ġprov", + "incial" + ], + [ + "Ġweak", + "er" + ], + [ + "jav", + "ascript" + ], + [ + "h", + "oe" + ], + [ + "i", + "om" + ], + [ + "n", + "as" + ], + [ + "Ġmil", + "estones" + ], + [ + "Ġcontem", + "pl" + ], + [ + "ĠArk", + "ansas" + ], + [ + "ĠM", + "ike" + ], + [ + "Us", + "er" + ], + [ + "ĠFest", + "ival" + ], + [ + "Ġass", + "im" + ], + [ + "Ġnot", + "ions" + ], + [ + "Ġuter", + "us" + ], + [ + "Ġg", + "amma" + ], + [ + "A", + "ge" + ], + [ + "bs", + "ite" + ], + [ + "ĠVien", + "na" + ], + [ + "H", + "C" + ], + [ + "rib", + "ing" + ], + [ + "ĠLeg", + "isl" + ], + [ + "ibl", + "ings" + ], + [ + "ĠEc", + "ology" + ], + [ + "ĠVill", + "age" + ], + [ + "Ġend", + "urance" + ], + [ + "m", + "o" + ], + [ + "Ġcart", + "ilage" + ], + [ + "N", + "O" + ], + [ + "Ġb", + "unch" + ], + [ + "ub", + "ric" + ], + [ + "Ġnort", + "heast" + ], + [ + "Ġbl", + "ast" + ], + [ + "Ġkn", + "ife" + ], + [ + "ĠF", + "u" + ], + [ + "Ġencl", + "osed" + ], + [ + "Ġbrush", + "ing" + ], + [ + "E", + "Y" + ], + [ + "ate", + "ur" + ], + [ + "ĠM", + "R" + ], + [ + "St", + "ack" + ], + [ + "Ġdepos", + "ited" + ], + [ + "Ġfertil", + "izers" + ], + [ + "W", + "ould" + ], + [ + "Ġpul", + "monary" + ], + [ + "Ġcol", + "i" + ], + [ + "en", + "es" + ], + [ + "eg", + "rad" + ], + [ + "Ġorder", + "ing" + ], + [ + "ĠLet", + "ters" + ], + [ + "Ġgen", + "ius" + ], + [ + "Ġviol", + "ations" + ], + [ + "ĠMont", + "ana" + ], + [ + "ri", + "pp" + ], + [ + "Ġarch", + "ive" + ], + [ + "Go", + "vern" + ], + [ + "Ġpuzz", + "les" + ], + [ + "i", + "ates" + ], + [ + "Ġmar", + "row" + ], + [ + "deg", + "ree" + ], + [ + "Ġfundament", + "ally" + ], + [ + "Ġath", + "lete" + ], + [ + "ĠD", + "ru" + ], + [ + "Ġser", + "um" + ], + [ + "ĠNich", + "olas" + ], + [ + "Ġaccum", + "ulate" + ], + [ + "hist", + "oric" + ], + [ + "Ġmultif", + "aceted" + ], + [ + "Ġaff", + "ection" + ], + [ + "ain", + "ted" + ], + [ + "L", + "og" + ], + [ + "Ġd", + "rones" + ], + [ + "Ġwe", + "ave" + ], + [ + "ĠF", + "inn" + ], + [ + "Ġdi", + "abetic" + ], + [ + "Ġopp", + "ression" + ], + [ + "Ġl", + "ined" + ], + [ + "Ġple", + "ased" + ], + [ + "Ġpl", + "ague" + ], + [ + "ele", + "ments" + ], + [ + "el", + "le" + ], + [ + "Ġwe", + "aving" + ], + [ + "Ġun", + "ified" + ], + [ + "\")", + ")" + ], + [ + "ĠRail", + "road" + ], + [ + "Ġdec", + "is" + ], + [ + "Ġtechn", + "ically" + ], + [ + "Ġpop", + "ulated" + ], + [ + "Ġconsult", + "ing" + ], + [ + "ĠNeg", + "ro" + ], + [ + "spe", + "aking" + ], + [ + "el", + "iness" + ], + [ + "Ġped", + "ag" + ], + [ + "ĠOcc", + "up" + ], + [ + "Ġso", + "f" + ], + [ + "ren", + "cies" + ], + [ + "ious", + "ly" + ], + [ + "Ġmonit", + "ors" + ], + [ + "Bel", + "ow" + ], + [ + "ĠMor", + "ris" + ], + [ + "o", + "ft" + ], + [ + "Ġ-", + "=" + ], + [ + "Ġjournal", + "ist" + ], + [ + "Cont", + "act" + ], + [ + "Ġexpend", + "iture" + ], + [ + "Ġbreat", + "htaking" + ], + [ + "Ġbutt", + "ons" + ], + [ + "Ġg", + "aze" + ], + [ + "ĠNot", + "es" + ], + [ + "Ġaw", + "aken" + ], + [ + "Ġg", + "reens" + ], + [ + "Ġneglect", + "ed" + ], + [ + "ĠL", + "ate" + ], + [ + "Ġexhib", + "ited" + ], + [ + "Ġscr", + "ut" + ], + [ + "j", + "s" + ], + [ + "Ġair", + "plane" + ], + [ + "D", + "B" + ], + [ + "Ġcustom", + "ized" + ], + [ + "Ġch", + "i" + ], + [ + "ĠN", + "ULL" + ], + [ + "Ġgo", + "at" + ], + [ + "Ġlaw", + "yers" + ], + [ + "Ġam", + "end" + ], + [ + "Ġinv", + "iting" + ], + [ + "Ġfle", + "w" + ], + [ + "f", + "amily" + ], + [ + "Ġcon", + "ve" + ], + [ + "ah", + "o" + ], + [ + "ĠMalays", + "ia" + ], + [ + "f", + "uel" + ], + [ + "oth", + "ic" + ], + [ + "Ġaud", + "itory" + ], + [ + "Ġpenc", + "il" + ], + [ + "k", + "ward" + ], + [ + "pro", + "f" + ], + [ + "Ġpossess", + "ed" + ], + [ + "N", + "ovember" + ], + [ + "Ġval", + "ves" + ], + [ + "Ġback", + "ward" + ], + [ + "ĠZ", + "ion" + ], + [ + "Ġsymbol", + "ism" + ], + [ + "ĠH", + "E" + ], + [ + "ĠS", + "ay" + ], + [ + "Ġauto", + "immune" + ], + [ + "ĠL", + "ith" + ], + [ + "Ġcap", + "ita" + ], + [ + "Ġliqu", + "ids" + ], + [ + "Ġland", + "mark" + ], + [ + "Ġground", + "ed" + ], + [ + "ĠInc", + "orpor" + ], + [ + "Ġl", + "oses" + ], + [ + "ĠAl", + "most" + ], + [ + "urs", + "ive" + ], + [ + "Ġrenew", + "ed" + ], + [ + "ev", + "a" + ], + [ + "Ġtal", + "ents" + ], + [ + "Ġceremon", + "ies" + ], + [ + "Ġcolle", + "ague" + ], + [ + "Ġcong", + "ru" + ], + [ + "c", + "ultural" + ], + [ + "Ġdisp", + "roportion" + ], + [ + "Ġwhis", + "pers" + ], + [ + "Ġen", + "rolled" + ], + [ + "ĠRober", + "ts" + ], + [ + "Ġrefuge", + "e" + ], + [ + "Ġqual", + "ifications" + ], + [ + "Ġw", + "ard" + ], + [ + "J", + "ew" + ], + [ + "ĠProg", + "rams" + ], + [ + "b", + "ian" + ], + [ + "Ø", + "±" + ], + [ + "ri", + "ver" + ], + [ + "Ġsh", + "aft" + ], + [ + "Ġrep", + "ly" + ], + [ + "Ġcry", + "ptic" + ], + [ + "te", + "chn" + ], + [ + "Ġmer", + "cy" + ], + [ + "Un", + "like" + ], + [ + "Ġimmigr", + "ant" + ], + [ + "re", + "view" + ], + [ + "âĢĿ", + ")." + ], + [ + "Ġdet", + "rimental" + ], + [ + "m", + "ake" + ], + [ + "Ġkn", + "ight" + ], + [ + "Ġrein", + "forced" + ], + [ + "Ġanch", + "or" + ], + [ + "P", + "ass" + ], + [ + "Ġappar", + "atus" + ], + [ + "an", + "ical" + ], + [ + "..", + ".\"" + ], + [ + "Ġstret", + "ches" + ], + [ + "Ġprison", + "er" + ], + [ + "Ġur", + "anium" + ], + [ + "ĠC", + "yp" + ], + [ + "ill", + "ary" + ], + [ + "ĠEar", + "l" + ], + [ + "Ġmut", + "ually" + ], + [ + "Ġman", + "eu" + ], + [ + "Ġind", + "ul" + ], + [ + "Ġbound", + "ed" + ], + [ + "c", + "sharp" + ], + [ + "Ġwork", + "load" + ], + [ + "Ġconj", + "ug" + ], + [ + "Ġev", + "apor" + ], + [ + "te", + "es" + ], + [ + "r", + "ise" + ], + [ + "Ġobs", + "ervers" + ], + [ + "c", + "hest" + ], + [ + "ĠB", + "ec" + ], + [ + "ĠFood", + "s" + ], + [ + "Ġd", + "ressed" + ], + [ + "Ġcle", + "ans" + ], + [ + "W", + "ar" + ], + [ + "ĠI", + "BM" + ], + [ + "ĠT", + "elesc" + ], + [ + "ĠH", + "ills" + ], + [ + "ĠPh", + "oen" + ], + [ + "Ġsusp", + "ic" + ], + [ + "Ġb", + "aked" + ], + [ + "w", + "rite" + ], + [ + "Ġchick", + "ens" + ], + [ + "b", + "ad" + ], + [ + "Ġb", + "ent" + ], + [ + "ur", + "istic" + ], + [ + "ĠJ", + "osh" + ], + [ + "ĠF", + "alls" + ], + [ + "is", + "y" + ], + [ + "S", + "te" + ], + [ + "Ġb", + "ass" + ], + [ + "ew", + "able" + ], + [ + "ĠGe", + "ographic" + ], + [ + "Ġglac", + "iers" + ], + [ + "he", + "im" + ], + [ + "Ġby", + "pass" + ], + [ + "Ġc", + "emetery" + ], + [ + "Ġnorth", + "west" + ], + [ + "od", + "ont" + ], + [ + "ess", + "ert" + ], + [ + "Ġmult", + "itude" + ], + [ + "ĠAust", + "in" + ], + [ + "Ġdivis", + "or" + ], + [ + "on", + "i" + ], + [ + "Ġimpro", + "per" + ], + [ + "Ġrab", + "bit" + ], + [ + "Ġoccup", + "y" + ], + [ + "is", + "ers" + ], + [ + "Ġwork", + "out" + ], + [ + "be", + "y" + ], + [ + "ĠAct", + "s" + ], + [ + "Ġmerch", + "ants" + ], + [ + "Ġinc", + "omes" + ], + [ + "Ġshort", + "est" + ], + [ + "ĠL", + "ORD" + ], + [ + "Ġyear", + "ly" + ], + [ + "Ġpr", + "ince" + ], + [ + "Ġprof", + "itable" + ], + [ + "Ġdisturb", + "ance" + ], + [ + "Ġris", + "en" + ], + [ + "ĠEgypt", + "ians" + ], + [ + "ĠCath", + "olics" + ], + [ + "ĠGet", + "ting" + ], + [ + "Ġtang", + "ent" + ], + [ + "Ġsearc", + "hes" + ], + [ + "Ġbin", + "omial" + ], + [ + "Ġgra", + "vel" + ], + [ + "Ġpress", + "ed" + ], + [ + "Ġlength", + "y" + ], + [ + "m", + "essage" + ], + [ + "Ġl", + "av" + ], + [ + "Ġday", + "light" + ], + [ + "Ġmus", + "cular" + ], + [ + "Ġsouth", + "west" + ], + [ + "ĠFin", + "land" + ], + [ + "Ġtruth", + "s" + ], + [ + "ist", + "ed" + ], + [ + "ĠPh", + "ill" + ], + [ + "Ġdr", + "ift" + ], + [ + "ĠHigh", + "way" + ], + [ + "Ġsnipp", + "et" + ], + [ + "o", + "ys" + ], + [ + "ĠH", + "erm" + ], + [ + "IN", + "E" + ], + [ + "Ġgen", + "res" + ], + [ + "ĠM", + "olecular" + ], + [ + "Ġme", + "ats" + ], + [ + "Ġimp", + "ose" + ], + [ + "Ġre", + "plic" + ], + [ + "ĠS", + "ad" + ], + [ + "ĠSt", + "age" + ], + [ + "Ob", + "ject" + ], + [ + "B", + "O" + ], + [ + "Ġpost", + "erior" + ], + [ + "ĠSe", + "ven" + ], + [ + "ĠBl", + "og" + ], + [ + "Ġattack", + "ing" + ], + [ + "Ġhon", + "our" + ], + [ + "Ġrank", + "ed" + ], + [ + "Ġu", + "pl" + ], + [ + "Ġlim", + "estone" + ], + [ + "ĠHand", + "book" + ], + [ + "C", + "ross" + ], + [ + "em", + "ploy" + ], + [ + "alth", + "ough" + ], + [ + "NA", + "L" + ], + [ + "Ġsk", + "etch" + ], + [ + "ĠMe", + "an" + ], + [ + "elect", + "ric" + ], + [ + "ĠInstit", + "utes" + ], + [ + "Ġimm", + "ort" + ], + [ + "rop", + "he" + ], + [ + "Ġdeep", + "est" + ], + [ + "Ġn", + "aming" + ], + [ + "ĠA", + "ware" + ], + [ + "um", + "en" + ], + [ + "ĠCh", + "ronic" + ], + [ + "Ġkey", + "words" + ], + [ + "Ġones", + "elf" + ], + [ + "w", + "ritten" + ], + [ + "Ġcommit", + "ments" + ], + [ + "Int", + "eg" + ], + [ + "aware", + "ness" + ], + [ + "Ġbehavi", + "ours" + ], + [ + "a", + "ic" + ], + [ + "Ġstri", + "ps" + ], + [ + "ph", + "y" + ], + [ + "ĠAd", + "apt" + ], + [ + "bl", + "ock" + ], + [ + "Ġalter", + "ing" + ], + [ + "Ġentreprene", + "ur" + ], + [ + "m", + "el" + ], + [ + "ur", + "as" + ], + [ + "par", + "ing" + ], + [ + "Ġpoint", + "ers" + ], + [ + "Ġleg", + "ends" + ], + [ + "Ġparent", + "ing" + ], + [ + "Cl", + "imate" + ], + [ + "Ġintent", + "ional" + ], + [ + "ĠPrinc", + "iples" + ], + [ + "Ġant", + "iqu" + ], + [ + "Ġansw", + "ering" + ], + [ + "ĠPear", + "son" + ], + [ + "Ġpiv", + "otal" + ], + [ + "Ġ", + "á" + ], + [ + "Ġab", + "oard" + ], + [ + "def", + "ault" + ], + [ + "ro", + "v" + ], + [ + "ĠS", + "ens" + ], + [ + "Ġd", + "f" + ], + [ + "ĠD", + "elta" + ], + [ + "Ġthreat", + "en" + ], + [ + "Ġsch", + "izophrenia" + ], + [ + "Ġpil", + "ots" + ], + [ + "Or", + "gan" + ], + [ + "Ġrobot", + "ics" + ], + [ + "ĠZ", + "one" + ], + [ + "cy", + "cle" + ], + [ + "pl", + "ess" + ], + [ + "ins", + "p" + ], + [ + "ring", + "ing" + ], + [ + "ĠSh", + "ah" + ], + [ + "Ġambig", + "uity" + ], + [ + "Ġs", + "ights" + ], + [ + "og", + "g" + ], + [ + "b", + "ies" + ], + [ + "Ġroof", + "s" + ], + [ + "m", + "ethod" + ], + [ + "ĠC", + "reation" + ], + [ + "Ġemit", + "ted" + ], + [ + "l", + "ooking" + ], + [ + "Ġan", + "th" + ], + [ + "Ġarch", + "ives" + ], + [ + "OR", + "E" + ], + [ + "ĠChall", + "enge" + ], + [ + ".", + "[" + ], + [ + "Ġded", + "u" + ], + [ + "m", + "iss" + ], + [ + "re", + "nd" + ], + [ + "Ġimp", + "art" + ], + [ + "Ġout", + "ward" + ], + [ + "Ġmain", + "land" + ], + [ + "Ġsau", + "ce" + ], + [ + "Ġmagnific", + "ent" + ], + [ + "Ġinvestig", + "ators" + ], + [ + "Ġmal", + "icious" + ], + [ + "Ġapprec", + "iated" + ], + [ + "n", + "els" + ], + [ + "ef", + "ined" + ], + [ + "m", + "aster" + ], + [ + "Ġed", + "its" + ], + [ + "Ġperm", + "utations" + ], + [ + "L", + "ow" + ], + [ + "ĠG", + "ender" + ], + [ + "Ġdecor", + "ator" + ], + [ + "ĠS", + "W" + ], + [ + "us", + "able" + ], + [ + "â", + "Ĩ" + ], + [ + "IT", + "Y" + ], + [ + "Ġsqu", + "ir" + ], + [ + "ĠF", + "ra" + ], + [ + "20", + "4" + ], + [ + "O", + "G" + ], + [ + "Ġdisc", + "oura" + ], + [ + "mod", + "el" + ], + [ + "Ġplaus", + "ible" + ], + [ + "F", + "urther" + ], + [ + "Ġcomm", + "a" + ], + [ + "Ġb", + "id" + ], + [ + "Ġign", + "oring" + ], + [ + "ov", + "al" + ], + [ + "Ġbes", + "ide" + ], + [ + "S", + "al" + ], + [ + "Ġt", + "in" + ], + [ + "ĠAl", + "g" + ], + [ + "Ġgu", + "ards" + ], + [ + "In", + "it" + ], + [ + "pl", + "aces" + ], + [ + "Ġvoy", + "age" + ], + [ + "Dav", + "id" + ], + [ + "Ġg", + "rip" + ], + [ + "Ġth", + "irst" + ], + [ + "N", + "um" + ], + [ + "in", + "fect" + ], + [ + "ĠS", + "N" + ], + [ + "Ġcent", + "r" + ], + [ + "Ġsup", + "reme" + ], + [ + "W", + "est" + ], + [ + "Ġdisc", + "ern" + ], + [ + "ĠRep", + "orts" + ], + [ + "Ġkilomet", + "res" + ], + [ + "Ġdece", + "ased" + ], + [ + "Ġcont", + "raction" + ], + [ + "Ġ", + "iod" + ], + [ + "ĠE", + "ver" + ], + [ + "ĠDo", + "ctor" + ], + [ + "Ï", + "ĥ" + ], + [ + "Ġblo", + "oms" + ], + [ + "ĠSt", + "op" + ], + [ + "Ġbreast", + "feeding" + ], + [ + "Ġtap", + "estry" + ], + [ + "Ġdeliber", + "ately" + ], + [ + "Ġconc", + "aten" + ], + [ + "Ġnow", + "here" + ], + [ + "Ġinit", + "iate" + ], + [ + "ĠCamp", + "bell" + ], + [ + "prov", + "oking" + ], + [ + "P", + "H" + ], + [ + "t", + "im" + ], + [ + "Ġn", + "m" + ], + [ + "U", + "RE" + ], + [ + "Ġp", + "onds" + ], + [ + "Ġinter", + "play" + ], + [ + "Ġin", + "ert" + ], + [ + "Ġrev", + "isions" + ], + [ + "fit", + "ting" + ], + [ + "Pub", + "Med" + ], + [ + "Ġasym", + "pt" + ], + [ + "?", + "?" + ], + [ + "t", + "ailed" + ], + [ + "Ġpredict", + "ing" + ], + [ + "Ġdomin", + "ance" + ], + [ + "Ġc", + "ivic" + ], + [ + "se", + "ver" + ], + [ + "ĠS", + "ah" + ], + [ + "Ġge", + "ology" + ], + [ + "ĠProduct", + "s" + ], + [ + "Ġn", + "ail" + ], + [ + "Ġjust", + "ification" + ], + [ + "Ġspecial", + "ty" + ], + [ + "Ġconfirm", + "ation" + ], + [ + "ĠCat", + "hedral" + ], + [ + "Ġdipl", + "om" + ], + [ + "n", + "osis" + ], + [ + "Ġse", + "als" + ], + [ + "ĠLa", + "ure" + ], + [ + "Ġdecor", + "ative" + ], + [ + "Ġindirect", + "ly" + ], + [ + "Ġb", + "ibli" + ], + [ + "Ġa", + "il" + ], + [ + "Ġm", + "our" + ], + [ + "Ġver", + "ification" + ], + [ + "comput", + "er" + ], + [ + "ĠR", + "av" + ], + [ + "ĠSt", + "ructure" + ], + [ + "Ġroll", + "s" + ], + [ + "S", + "ELECT" + ], + [ + "ĠSte", + "ve" + ], + [ + "Ġaw", + "kward" + ], + [ + "ĠH", + "unt" + ], + [ + "ot", + "ox" + ], + [ + "Ġaggreg", + "ate" + ], + [ + "Ġcan", + "on" + ], + [ + "Ġman", + "ure" + ], + [ + "Ġrelat", + "ivity" + ], + [ + "it", + "ous" + ], + [ + "ĠL", + "iver" + ], + [ + "Ġret", + "ina" + ], + [ + "pr", + "ice" + ], + [ + "ĠTra", + "ditional" + ], + [ + "T", + "I" + ], + [ + "ĠMon", + "itor" + ], + [ + "ĠApplic", + "ation" + ], + [ + "ĠSt", + "ew" + ], + [ + "Ġenact", + "ed" + ], + [ + "ĠPyth", + "ag" + ], + [ + "Ï", + "ģ" + ], + [ + "ã", + "Ģ" + ], + [ + "ĠPrinc", + "eton" + ], + [ + "Ġvill", + "agers" + ], + [ + "ĠSub", + "ject" + ], + [ + "Gl", + "obal" + ], + [ + "Ġgu", + "y" + ], + [ + "ĠC", + "M" + ], + [ + "Ġtransc", + "ription" + ], + [ + "T", + "em" + ], + [ + "Ġb", + "ishop" + ], + [ + "ĠCh", + "annel" + ], + [ + "Ġb", + "atch" + ], + [ + "ĠU", + "g" + ], + [ + "Ġcreat", + "or" + ], + [ + "Ġguarant", + "ees" + ], + [ + "Ġab", + "rupt" + ], + [ + "Ġjump", + "ing" + ], + [ + "ay", + "an" + ], + [ + "Ġbo", + "om" + ], + [ + "Ġmanip", + "ulating" + ], + [ + "ĠR", + "idge" + ], + [ + "Ġk", + "et" + ], + [ + "Ġcred", + "ited" + ], + [ + "of", + "ten" + ], + [ + "aunt", + "ing" + ], + [ + "re", + "asing" + ], + [ + "s", + "ided" + ], + [ + "s", + "ocial" + ], + [ + "ic", + "us" + ], + [ + "met", + "ry" + ], + [ + "Ġra", + "v" + ], + [ + "Ġgroup", + "ed" + ], + [ + "ĠBra", + "h" + ], + [ + "ĠSus", + "an" + ], + [ + "Ġg", + "on" + ], + [ + "ĠP", + "ow" + ], + [ + "Ġcl", + "auses" + ], + [ + "ĠQu", + "arter" + ], + [ + "Ġmon", + "ks" + ], + [ + "Ġimag", + "ined" + ], + [ + "ĠKash", + "mir" + ], + [ + "ĠW", + "in" + ], + [ + "ĠK", + "le" + ], + [ + "Ġaug", + "mented" + ], + [ + "Ġmanifest", + "ation" + ], + [ + "N", + "orth" + ], + [ + "Ġdin", + "osaur" + ], + [ + "Ġiter", + "ative" + ], + [ + "ĠPh", + "ase" + ], + [ + "Ġcontrad", + "iction" + ], + [ + "ĠV", + "ision" + ], + [ + "Ġquant", + "ify" + ], + [ + "ĠGreen", + "land" + ], + [ + "Ġo", + "vere" + ], + [ + "az", + "y" + ], + [ + "level", + "and" + ], + [ + "D", + "irect" + ], + [ + "ĠUS", + "B" + ], + [ + "oglob", + "in" + ], + [ + "'", + ");" + ], + [ + "Å", + "«" + ], + [ + "Ġbo", + "il" + ], + [ + "l", + "inked" + ], + [ + "Ġblog", + "s" + ], + [ + "ĠOffic", + "er" + ], + [ + "ĠO", + "wn" + ], + [ + "Ġhum", + "id" + ], + [ + "P", + "y" + ], + [ + "ĠP", + "arent" + ], + [ + "Ġcal", + "orie" + ], + [ + "Ġkne", + "es" + ], + [ + "er", + "get" + ], + [ + "resp", + "onse" + ], + [ + "Q", + "U" + ], + [ + "ab", + "i" + ], + [ + "am", + "on" + ], + [ + "ple", + "asant" + ], + [ + "Ġp", + "ays" + ], + [ + "Ġbet", + "ray" + ], + [ + "Ġn", + "aked" + ], + [ + "Ġgl", + "oves" + ], + [ + "Ġc", + "aves" + ], + [ + "Ġneed", + "ing" + ], + [ + "ĠF", + "ortunately" + ], + [ + "pt", + "r" + ], + [ + "Ġco", + "il" + ], + [ + "ĠFour", + "th" + ], + [ + "m", + "un" + ], + [ + "Ġhor", + "ror" + ], + [ + "Ġfold", + "er" + ], + [ + "Feb", + "ruary" + ], + [ + "ĠDon", + "ald" + ], + [ + "à", + "¸" + ], + [ + "ound", + "ed" + ], + [ + "Ġlit", + "eral" + ], + [ + "Ġmort", + "al" + ], + [ + "Ġaccomplish", + "ments" + ], + [ + "Ġc", + "ite" + ], + [ + "Ġcom", + "et" + ], + [ + "Ġun", + "for" + ], + [ + "Ġcapt", + "ivating" + ], + [ + "Ġrecord", + "ings" + ], + [ + "Ġincent", + "ive" + ], + [ + "Ġdon", + "ors" + ], + [ + "Ġd", + "ash" + ], + [ + "o", + "ise" + ], + [ + "p", + "arents" + ], + [ + "Ġreven", + "ge" + ], + [ + "ĠLess", + "on" + ], + [ + "/", + "." + ], + [ + "Ġcand", + "y" + ], + [ + "Ġsoc", + "ket" + ], + [ + "Ġneg", + "lig" + ], + [ + "Ġthe", + "atre" + ], + [ + "Ġdro", + "pping" + ], + [ + "ĠNapole", + "on" + ], + [ + "Ġ\"", + "__" + ], + [ + "Ġconce", + "ived" + ], + [ + "Ġcelebr", + "ations" + ], + [ + "Ġnegot", + "iate" + ], + [ + "P", + "I" + ], + [ + "cont", + "in" + ], + [ + "oster", + "one" + ], + [ + "Ġru", + "pt" + ], + [ + "ĠA", + "verage" + ], + [ + "son", + "ian" + ], + [ + "Ġnavig", + "ates" + ], + [ + "O", + "ff" + ], + [ + "T", + "ry" + ], + [ + "Ġin", + "qu" + ], + [ + "Ġv", + "iv" + ], + [ + "Ġreflect", + "ions" + ], + [ + "rans", + "mit" + ], + [ + "ĠS", + "L" + ], + [ + "Ġrecogn", + "ise" + ], + [ + "Ġforb", + "idden" + ], + [ + "Ġtra", + "verse" + ], + [ + "ĠGe", + "ological" + ], + [ + "Ġorb", + "its" + ], + [ + "Ġdem", + "ol" + ], + [ + "Ġenthusi", + "asts" + ], + [ + "ver", + "ted" + ], + [ + "ĠAd", + "vent" + ], + [ + "13", + "9" + ], + [ + "Ġalt", + "ar" + ], + [ + "Intern", + "ational" + ], + [ + "j", + "ah" + ], + [ + "Ġblind", + "ness" + ], + [ + "Ph", + "one" + ], + [ + "Ġcompr", + "ising" + ], + [ + "Ġpyram", + "id" + ], + [ + "b", + "ank" + ], + [ + "Ġcelebr", + "ating" + ], + [ + "Ġnu", + "ances" + ], + [ + "ĠH", + "amp" + ], + [ + "Ġsign", + "ing" + ], + [ + "Ġens", + "l" + ], + [ + "Ġdon", + "ation" + ], + [ + "Ex", + "amples" + ], + [ + "bet", + "ween" + ], + [ + "F", + "our" + ], + [ + "O", + "H" + ], + [ + "Ġp", + "ier" + ], + [ + "plain", + "ed" + ], + [ + "last", + "ing" + ], + [ + "Ġanten", + "na" + ], + [ + "Ġden", + "ote" + ], + [ + "Ġrecur", + "rence" + ], + [ + "Ġsew", + "age" + ], + [ + "Ġsemic", + "onduct" + ], + [ + "Ġmot", + "ors" + ], + [ + "T", + "reatment" + ], + [ + "r", + "one" + ], + [ + "Ġsur", + "pass" + ], + [ + "Ġav", + "iation" + ], + [ + "Ġback", + "ed" + ], + [ + "Ġs", + "outheast" + ], + [ + "Ġlever", + "aging" + ], + [ + "S", + "w" + ], + [ + "Ġfor", + "ums" + ], + [ + "ĠInvest", + "ig" + ], + [ + "Ġcoal", + "ition" + ], + [ + "ĠBe", + "ijing" + ], + [ + "heum", + "at" + ], + [ + "Ġp", + "ic" + ], + [ + "Ġst", + "igma" + ], + [ + "Ġhand", + "y" + ], + [ + "Ġdomin", + "ate" + ], + [ + "b", + "as" + ], + [ + "ĠM", + "ir" + ], + [ + "Ġun", + "aware" + ], + [ + "ex", + "ec" + ], + [ + "ĠAl", + "an" + ], + [ + "v", + "ari" + ], + [ + "Ġoff", + "shore" + ], + [ + "ern", + "s" + ], + [ + "Ġinstruct", + "ors" + ], + [ + "Ġbeet", + "les" + ], + [ + "C", + "s" + ], + [ + "ĠC", + "hem" + ], + [ + "Ġen", + "erget" + ], + [ + "Ar", + "ch" + ], + [ + "Ġsovere", + "ign" + ], + [ + "ass", + "oci" + ], + [ + "Ġan", + "terior" + ], + [ + "un", + "it" + ], + [ + "Ġm", + "ock" + ], + [ + "ĠWorks", + "he" + ], + [ + "st", + "atus" + ], + [ + "ĠN", + "ik" + ], + [ + "Ġpsych", + "ologist" + ], + [ + "Ġwhis", + "per" + ], + [ + "Ġmod", + "er" + ], + [ + "Ġgl", + "oss" + ], + [ + "Ġdon", + "ated" + ], + [ + "ĠPolit", + "ics" + ], + [ + "Ġmathematic", + "ian" + ], + [ + "Ġinf", + "ilt" + ], + [ + "Ù", + "Ĵ" + ], + [ + "ĠSt", + "rong" + ], + [ + "Ġtask", + "ed" + ], + [ + "Ġvill", + "ain" + ], + [ + "Ġpron", + "unciation" + ], + [ + "Ġt", + "sun" + ], + [ + "ĠSt", + "yle" + ], + [ + "row", + "ning" + ], + [ + "Ġsp", + "iders" + ], + [ + "Ġpl", + "um" + ], + [ + "Ġne", + "at" + ], + [ + "Ġcatch", + "ing" + ], + [ + "Ġschedul", + "ing" + ], + [ + "Ġlaw", + "su" + ], + [ + "be", + "it" + ], + [ + "Ġcivil", + "ians" + ], + [ + "Ġreven", + "ues" + ], + [ + "ats", + "on" + ], + [ + "Ġform", + "ations" + ], + [ + "Ġd", + "ip" + ], + [ + "Ġbe", + "ats" + ], + [ + "id", + "ney" + ], + [ + "ĠP", + "apers" + ], + [ + "Ġmag", + "azines" + ], + [ + "h", + "um" + ], + [ + "Ġnon", + "profit" + ], + [ + "Ġtutor", + "ials" + ], + [ + "Ġflu", + "orescent" + ], + [ + "Ġamph", + "ib" + ], + [ + "Ġor", + "ph" + ], + [ + "ĠIn", + "stitution" + ], + [ + "ĠAl", + "i" + ], + [ + "Ġconst", + "ipation" + ], + [ + "Ġh", + "ipp" + ], + [ + "Ġlim", + "itation" + ], + [ + "Ġgra", + "pes" + ], + [ + "occ", + "up" + ], + [ + "ĠTerrit", + "ory" + ], + [ + "us", + "p" + ], + [ + "we", + "b" + ], + [ + "Ġre", + "organ" + ], + [ + "Ġenterpr", + "ises" + ], + [ + "ed", + "a" + ], + [ + "Ġmanif", + "old" + ], + [ + "Ġparas", + "ite" + ], + [ + "L", + "ooking" + ], + [ + "Ġscholar", + "ly" + ], + [ + "Ġfast", + "ing" + ], + [ + "Ġprompt", + "s" + ], + [ + "car", + "bon" + ], + [ + "Ġpolicym", + "akers" + ], + [ + "Ġt", + "ricks" + ], + [ + "Ġd", + "ice" + ], + [ + "Ġcont", + "ag" + ], + [ + "Ġpal", + "indrome" + ], + [ + "Ġtraff", + "icking" + ], + [ + "orth", + "y" + ], + [ + "Ġacqu", + "iring" + ], + [ + "Un", + "ited" + ], + [ + "ĠAr", + "gs" + ], + [ + "Ġdoub", + "led" + ], + [ + "k", + "ens" + ], + [ + "Ġlove", + "ly" + ], + [ + "Ġencompass", + "es" + ], + [ + "ĠLe", + "ban" + ], + [ + "ĠM", + "orm" + ], + [ + "Ġfrustr", + "ated" + ], + [ + "Ġs", + "iblings" + ], + [ + "ĠC", + "ant" + ], + [ + "Ġcav", + "ities" + ], + [ + "ul", + "us" + ], + [ + "Ġwar", + "rior" + ], + [ + "Ġcollect", + "or" + ], + [ + "Ġrepl", + "ied" + ], + [ + "Ġconqu", + "est" + ], + [ + ".", + "âĢĶ" + ], + [ + "ĠP", + "ale" + ], + [ + "Ġcult", + "urally" + ], + [ + "ĠOrgan", + "ic" + ], + [ + "Ġj", + "ury" + ], + [ + "Ġstim", + "ulating" + ], + [ + "int", + "end" + ], + [ + "ject", + "ion" + ], + [ + "13", + "8" + ], + [ + "osa", + "ic" + ], + [ + "Ġfro", + "gs" + ], + [ + "Ġsacrific", + "es" + ], + [ + "Ġspont", + "aneous" + ], + [ + "ot", + "ics" + ], + [ + "Ġlat", + "itude" + ], + [ + "Ġstro", + "kes" + ], + [ + "Ġrecon", + "cil" + ], + [ + "ĠMo", + "z" + ], + [ + "ess", + "ive" + ], + [ + "ot", + "ine" + ], + [ + "ret", + "urn" + ], + [ + "Ġch", + "unks" + ], + [ + "Ġlow", + "ered" + ], + [ + "l", + "iness" + ], + [ + "Ġtrad", + "ers" + ], + [ + "Ġhem", + "isphere" + ], + [ + "ĠFor", + "ces" + ], + [ + "ĠAlf", + "red" + ], + [ + "Ġnot", + "orious" + ], + [ + "Ġhous", + "ed" + ], + [ + "Ġtransl", + "ates" + ], + [ + "anc", + "ers" + ], + [ + "Ġabol", + "ition" + ], + [ + "Ġdon", + "ations" + ], + [ + "ĠÎ", + "±" + ], + [ + "ĠJu", + "an" + ], + [ + "Ġdemonstr", + "ations" + ], + [ + "3", + "20" + ], + [ + "develop", + "ed" + ], + [ + "Ġinhab", + "ited" + ], + [ + "Ġafter", + "math" + ], + [ + "ĠT", + "el" + ], + [ + "l", + "ook" + ], + [ + "N", + "atural" + ], + [ + "oc", + "hemistry" + ], + [ + "ĠPl", + "ate" + ], + [ + "Ġg", + "ospel" + ], + [ + "Ġcham", + "bers" + ], + [ + "'", + "]," + ], + [ + "p", + "ox" + ], + [ + "ad", + "ium" + ], + [ + "Ġt", + "yr" + ], + [ + "ĠType", + "Error" + ], + [ + "D", + "ue" + ], + [ + "Ġad", + "orn" + ], + [ + "Ġtou", + "ches" + ], + [ + "Ġimpl", + "ied" + ], + [ + "Ġindef", + "in" + ], + [ + "Ġconv", + "iction" + ], + [ + "Af", + "ric" + ], + [ + "Ġsubsid", + "ies" + ], + [ + "ĠD", + "A" + ], + [ + "Ġintrodu", + "ctory" + ], + [ + "Ġsimpl", + "ifies" + ], + [ + "Ġexpl", + "or" + ], + [ + "ĠL", + "en" + ], + [ + "Ġsec", + "uring" + ], + [ + "Ġdam", + "s" + ], + [ + "ĠMad", + "ison" + ], + [ + "Ġbless", + "ed" + ], + [ + "Ù", + "Ĭ" + ], + [ + "Ġm", + "ating" + ], + [ + "ric", + "anes" + ], + [ + "Ġshel", + "ves" + ], + [ + "ĠEr", + "n" + ], + [ + "in", + "os" + ], + [ + "Ġunder", + "going" + ], + [ + "Ġj", + "ava" + ], + [ + "Ġhit", + "ting" + ], + [ + "Ġpe", + "pper" + ], + [ + "Ġtherap", + "ists" + ], + [ + "ĠReg", + "ister" + ], + [ + "ĠAll", + "ied" + ], + [ + "ansk", + "rit" + ], + [ + "v", + "ings" + ], + [ + "ĠT", + "an" + ], + [ + "Ġhe", + "red" + ], + [ + "Ġfin", + "est" + ], + [ + "Ġfront", + "ier" + ], + [ + "Ġjournal", + "ists" + ], + [ + "Ġmicrow", + "ave" + ], + [ + "l", + "ambda" + ], + [ + "Ġord", + "in" + ], + [ + "ĠM", + "yth" + ], + [ + "ĠM", + "ason" + ], + [ + "Ġgra", + "pp" + ], + [ + "Ch", + "ina" + ], + [ + "Ġw", + "rist" + ], + [ + "Ġsummar", + "ize" + ], + [ + "Sym", + "ptoms" + ], + [ + "×", + "Ļ" + ], + [ + "Ġl", + "uc" + ], + [ + "Ġdiff", + "ering" + ], + [ + "Ġbl", + "ades" + ], + [ + "ĠVol", + "unt" + ], + [ + "R", + "ev" + ], + [ + "he", + "rapy" + ], + [ + "ĠP", + "eters" + ], + [ + "Ġimpl", + "ants" + ], + [ + "p", + "aper" + ], + [ + "Ġt", + "ones" + ], + [ + "Ġincl", + "ined" + ], + [ + "he", + "ight" + ], + [ + "Ġra", + "ins" + ], + [ + "Ġlab", + "s" + ], + [ + "Ġc", + "ognition" + ], + [ + "ĠM", + "ol" + ], + [ + "__", + "\":" + ], + [ + "Ġband", + "width" + ], + [ + "ĠJoh", + "ann" + ], + [ + "ĠB", + "aker" + ], + [ + "Ġunc", + "ont" + ], + [ + "Ù", + "ı" + ], + [ + "ter", + "ing" + ], + [ + "sell", + "ing" + ], + [ + "i", + "ptic" + ], + [ + "ung", + "le" + ], + [ + "Ġmir", + "rors" + ], + [ + "Ġcompens", + "ate" + ], + [ + "Î", + "µ" + ], + [ + "Ġg", + "em" + ], + [ + "ĠThe", + "od" + ], + [ + "Ġaim", + "ing" + ], + [ + "g", + "rowing" + ], + [ + "br", + "ush" + ], + [ + "m", + "ass" + ], + [ + "Ġpar", + "ab" + ], + [ + "ĠAp", + "ost" + ], + [ + "Ġrab", + "bits" + ], + [ + "pr", + "ising" + ], + [ + "ĠProg", + "ress" + ], + [ + "Ġre", + "plication" + ], + [ + "bour", + "ne" + ], + [ + "K", + "ing" + ], + [ + "is", + "en" + ], + [ + "Ġmon", + "keys" + ], + [ + "ĠLaw", + "s" + ], + [ + "Ġremind", + "ed" + ], + [ + "ĠIndividual", + "s" + ], + [ + "Î", + "¹" + ], + [ + "Ġp", + "ause" + ], + [ + "Ġamen", + "ities" + ], + [ + "Ã", + "£" + ], + [ + "ĠPr", + "ivate" + ], + [ + "(", + ")," + ], + [ + "Ġc", + "roc" + ], + [ + "ĠN", + "A" + ], + [ + "R", + "ad" + ], + [ + "j", + "e" + ], + [ + "Ġjuven", + "ile" + ], + [ + "sequ", + "ence" + ], + [ + "tal", + "ion" + ], + [ + "Ġâī", + "¥" + ], + [ + "ĠLank", + "a" + ], + [ + "ĠV", + "in" + ], + [ + "Ġste", + "pped" + ], + [ + "Ġseism", + "ic" + ], + [ + "Ġcl", + "ip" + ], + [ + "In", + "formation" + ], + [ + "Ġmonaster", + "y" + ], + [ + "le", + "an" + ], + [ + "ĠS", + "ide" + ], + [ + "ĠZ", + "oo" + ], + [ + "Ġcarbohyd", + "rate" + ], + [ + "ĠL", + "aur" + ], + [ + "hel", + "p" + ], + [ + "Ġinsert", + "ion" + ], + [ + "head", + "s" + ], + [ + "ĠDemocr", + "ats" + ], + [ + "Ġoste", + "oporosis" + ], + [ + "play", + "er" + ], + [ + "ch", + "t" + ], + [ + "own", + "ed" + ], + [ + "ĠArchitect", + "ure" + ], + [ + "ĠB", + "uck" + ], + [ + "ĠPalest", + "inian" + ], + [ + "Ġd", + "iving" + ], + [ + "Ġal", + "oud" + ], + [ + "ĠDisc", + "overy" + ], + [ + "Ch", + "oose" + ], + [ + "Ġassist", + "ants" + ], + [ + "Ġsp", + "are" + ], + [ + "iz", + "za" + ], + [ + "Ġcl", + "ergy" + ], + [ + "Ġinconsist", + "ent" + ], + [ + "l", + "as" + ], + [ + "ns", + "ic" + ], + [ + "Ġf", + "ame" + ], + [ + "Ġst", + "agn" + ], + [ + "Ġ-", + "--" + ], + [ + "ĠM", + "aj" + ], + [ + "Ġtuber", + "culosis" + ], + [ + "ĠTelesc", + "ope" + ], + [ + "d", + "oc" + ], + [ + "Ġend", + "emic" + ], + [ + "Ġseam", + "less" + ], + [ + "weg", + "ian" + ], + [ + "Ġb", + "ool" + ], + [ + "Ġrich", + "ness" + ], + [ + "f", + "ar" + ], + [ + "ĠAnth", + "ony" + ], + [ + "hat", + "tan" + ], + [ + "Ġgrow", + "ers" + ], + [ + "Ä", + "±" + ], + [ + "Ġar", + "ist" + ], + [ + "Ġmicrosc", + "opic" + ], + [ + "Ġrest", + "oring" + ], + [ + "Ġnan", + "op" + ], + [ + "(", + "*" + ], + [ + "Ġdiam", + "onds" + ], + [ + "C", + "M" + ], + [ + "X", + "X" + ], + [ + "Ġout", + "lets" + ], + [ + "ĠLike", + "wise" + ], + [ + "f", + "ields" + ], + [ + "Ġd", + "essert" + ], + [ + "Ġact", + "or" + ], + [ + "Ġfro", + "g" + ], + [ + "ĠIncre", + "ased" + ], + [ + "st", + "age" + ], + [ + "ĠS", + "U" + ], + [ + "Ġdet", + "ox" + ], + [ + "ĠAgain", + "st" + ], + [ + "ĠWalk", + "er" + ], + [ + "dat", + "etime" + ], + [ + "ĠB", + "eth" + ], + [ + "Ġtravel", + "er" + ], + [ + "Ġrot", + "ate" + ], + [ + "Ġdop", + "amine" + ], + [ + "Î", + "¼" + ], + [ + "Ġsome", + "body" + ], + [ + "Ġcoc", + "onut" + ], + [ + "ĠD", + "ynasty" + ], + [ + "Ġprov", + "es" + ], + [ + "Ġmenstru", + "al" + ], + [ + "ĠCompan", + "ies" + ], + [ + "ur", + "i" + ], + [ + "Ġpl", + "ains" + ], + [ + "Ġrese", + "t" + ], + [ + "Ġschool", + "ing" + ], + [ + "ott", + "om" + ], + [ + "Ġdipl", + "omatic" + ], + [ + "2", + "80" + ], + [ + "l", + "ab" + ], + [ + "at", + "ivity" + ], + [ + "Ġp", + "our" + ], + [ + "ĠPan", + "el" + ], + [ + "ĠN", + "am" + ], + [ + "ĠU", + "l" + ], + [ + "la", + "very" + ], + [ + "Ġmultipl", + "ied" + ], + [ + "Ġsur", + "plus" + ], + [ + "ĠExper", + "ience" + ], + [ + "Ġreal", + "ization" + ], + [ + "ĠCon", + "struction" + ], + [ + "ĠEngine", + "ers" + ], + [ + "Ġur", + "ged" + ], + [ + "exist", + "ing" + ], + [ + "Ġnum", + "py" + ], + [ + "Ġcaus", + "ation" + ], + [ + "ĠHist", + "or" + ], + [ + "Ġfet", + "al" + ], + [ + "Ġcrypt", + "ocur" + ], + [ + "Ġric", + "her" + ], + [ + "a", + "a" + ], + [ + "Ġh", + "ike" + ], + [ + "Ġcig", + "arettes" + ], + [ + "Ġunderstand", + "able" + ], + [ + "St", + "ill" + ], + [ + "u", + "ilt" + ], + [ + "ĠC", + "I" + ], + [ + "Ġequ", + "ator" + ], + [ + "âĢ", + "³" + ], + [ + "Ġprolif", + "eration" + ], + [ + "un", + "es" + ], + [ + "Ġj", + "azz" + ], + [ + "ĠSen", + "ior" + ], + [ + "Ġinn", + "ate" + ], + [ + "d", + "in" + ], + [ + "With", + "in" + ], + [ + "Ġprepar", + "ations" + ], + [ + "ĠAut", + "ism" + ], + [ + "ĠS", + "omal" + ], + [ + "Ġrep", + "ository" + ], + [ + "Ġgener", + "ous" + ], + [ + "ĠAn", + "at" + ], + [ + "Ġfoot", + "age" + ], + [ + "Ã", + "´" + ], + [ + "Ġdr", + "astically" + ], + [ + "d", + "x" + ], + [ + "Ġwar", + "riors" + ], + [ + "ĠSo", + "on" + ], + [ + "Ġbal", + "ances" + ], + [ + "Ġsin", + "us" + ], + [ + "Ġresid", + "ue" + ], + [ + "Ġexc", + "lude" + ], + [ + "Ġpersec", + "ution" + ], + [ + "ĠR", + "ole" + ], + [ + "Ġen", + "list" + ], + [ + "Ġmer", + "it" + ], + [ + "Ġus", + "ername" + ], + [ + "W", + "ind" + ], + [ + "N", + "ever" + ], + [ + "els", + "h" + ], + [ + "Ġreb", + "uild" + ], + [ + "Ġresemb", + "les" + ], + [ + "Ġham", + "mer" + ], + [ + "Ġpsychiat", + "ric" + ], + [ + "ĠEval", + "uation" + ], + [ + "ĠC", + "row" + ], + [ + "oy", + "d" + ], + [ + "ĠC", + "ustom" + ], + [ + "ĠUnder", + "stand" + ], + [ + "Ġ", + ")." + ], + [ + "Ġsad", + "ness" + ], + [ + "Ġin", + "land" + ], + [ + "b", + "earing" + ], + [ + "Ġun", + "rest" + ], + [ + "Ġre", + "arr" + ], + [ + "Ġupd", + "ating" + ], + [ + "Ġprivile", + "ges" + ], + [ + "Ġembry", + "os" + ], + [ + "ĠLiter", + "acy" + ], + [ + "Ġintention", + "ally" + ], + [ + "ort", + "ium" + ], + [ + "oid", + "al" + ], + [ + "27", + "0" + ], + [ + "ĠUp", + "date" + ], + [ + "Ġambig", + "uous" + ], + [ + "Ġrec", + "laim" + ], + [ + "ĠS", + "ave" + ], + [ + "i", + "per" + ], + [ + "Ġaw", + "ait" + ], + [ + "Ġsymmet", + "ries" + ], + [ + "Ġsanct", + "uary" + ], + [ + "ĠS", + "audi" + ], + [ + "Ġav", + "en" + ], + [ + "ü", + "r" + ], + [ + "ĠP", + "erm" + ], + [ + "ĠClass", + "room" + ], + [ + "ĠByz", + "antine" + ], + [ + "ip", + "es" + ], + [ + "ĠJ", + "en" + ], + [ + "ish", + "ops" + ], + [ + "Ġspecific", + "ation" + ], + [ + "T", + "ypes" + ], + [ + "Ġm", + "ph" + ], + [ + "ĠApp", + "lied" + ], + [ + "ĠW", + "a" + ], + [ + "ĠSing", + "h" + ], + [ + "eterm", + "ined" + ], + [ + "enez", + "uel" + ], + [ + "ax", + "on" + ], + [ + "Ġmen", + "ing" + ], + [ + "ĠP", + "el" + ], + [ + "Ġcou", + "p" + ], + [ + "product", + "s" + ], + [ + "ĠNorm", + "an" + ], + [ + "am", + "y" + ], + [ + "ĠG", + "ordon" + ], + [ + "ad", + "er" + ], + [ + "ik", + "ipedia" + ], + [ + "Ġsw", + "ift" + ], + [ + "ĠLib", + "erty" + ], + [ + "Ġorient", + "ed" + ], + [ + "ĠRec", + "omm" + ], + [ + "Ġhyd", + "raulic" + ], + [ + "icular", + "ly" + ], + [ + "ĠEvery", + "thing" + ], + [ + "ig", + "hed" + ], + [ + "Ġsl", + "ice" + ], + [ + "Ġemerg", + "encies" + ], + [ + "Ġv", + "est" + ], + [ + "Ġamb", + "ient" + ], + [ + "qu", + "er" + ], + [ + "D", + "ist" + ], + [ + "H", + "y" + ], + [ + "b", + "us" + ], + [ + "at", + "ility" + ], + [ + "L", + "ar" + ], + [ + "ĠZ", + "o" + ], + [ + "rep", + "resent" + ], + [ + "h", + "ill" + ], + [ + "bal", + "anced" + ], + [ + "ĠIS", + "O" + ], + [ + "ot", + "onin" + ], + [ + "ĠIn", + "side" + ], + [ + "he", + "x" + ], + [ + "ĠE", + "ight" + ], + [ + "imic", + "rob" + ], + [ + "worm", + "s" + ], + [ + "Ġske", + "pt" + ], + [ + "cess", + "ion" + ], + [ + "Ġcred", + "ible" + ], + [ + "ĠAd", + "m" + ], + [ + "Ġwond", + "ered" + ], + [ + "Don", + "ald" + ], + [ + "Ġportray", + "ed" + ], + [ + "Ġphys", + "iology" + ], + [ + "ĠAt", + "hen" + ], + [ + "Ġscan", + "ner" + ], + [ + "Ġmem", + "o" + ], + [ + "Ġhob", + "by" + ], + [ + "Ġactiv", + "ate" + ], + [ + "ĠAss", + "istant" + ], + [ + "Ġdesk", + "top" + ], + [ + "ĠB", + "irds" + ], + [ + "Ġdist", + "orted" + ], + [ + "Ġgif", + "ted" + ], + [ + "B", + "egin" + ], + [ + "v", + "oc" + ], + [ + "ĠLic", + "ense" + ], + [ + "R", + "esp" + ], + [ + "with", + "out" + ], + [ + "ĠCamp", + "aign" + ], + [ + "in", + "burgh" + ], + [ + "Ġp", + "ave" + ], + [ + "ĠD", + "ogs" + ], + [ + "ĠH", + "ost" + ], + [ + "ĠD", + "a" + ], + [ + "Ġprov", + "ing" + ], + [ + "Ġsol", + "ids" + ], + [ + "Ġunique", + "ly" + ], + [ + "Ġremind", + "s" + ], + [ + "Ġsmell", + "s" + ], + [ + "Ġseed", + "lings" + ], + [ + "As", + "k" + ], + [ + "Ġob", + "ey" + ], + [ + "Ġhome", + "owners" + ], + [ + "oresc", + "ence" + ], + [ + "B", + "s" + ], + [ + "Ġt", + "iles" + ], + [ + "Ġc", + "out" + ], + [ + "av", + "or" + ], + [ + "Ġra", + "pe" + ], + [ + "In", + "stitutions" + ], + [ + "ĠAn", + "na" + ], + [ + "Ġra", + "mp" + ], + [ + "over", + "ing" + ], + [ + "Ġobsc", + "ure" + ], + [ + "ast", + "ical" + ], + [ + "iam", + "i" + ], + [ + "Ph", + "ot" + ], + [ + "Ġshr", + "ink" + ], + [ + "Ġbicy", + "cle" + ], + [ + "er", + "ion" + ], + [ + "ic", + "idal" + ], + [ + "ĠC", + "e" + ], + [ + "ert", + "ility" + ], + [ + "f", + "iles" + ], + [ + "Ġun", + "pleasant" + ], + [ + "br", + "aska" + ], + [ + "Ġske", + "letal" + ], + [ + "Ġb", + "ree" + ], + [ + "Ġdown", + "stream" + ], + [ + "abit", + "at" + ], + [ + "Ġappe", + "als" + ], + [ + "Ġtre", + "acher" + ], + [ + "Ġrectang", + "ular" + ], + [ + "Ġmigr", + "ate" + ], + [ + "ĠGh", + "ana" + ], + [ + "m", + "any" + ], + [ + "Ġthe", + "e" + ], + [ + "ab", + "a" + ], + [ + "Ġinter", + "change" + ], + [ + "Ġcig", + "arette" + ], + [ + "Ġenc", + "oded" + ], + [ + "AC", + "E" + ], + [ + "ĠVen", + "ice" + ], + [ + "ce", + "phal" + ], + [ + "Ġaltern", + "ating" + ], + [ + "Ġpersist", + "ence" + ], + [ + "Ġundert", + "ake" + ], + [ + "F", + "ollow" + ], + [ + "cc", + "oli" + ], + [ + "ĠAlber", + "ta" + ], + [ + "ĠD", + "E" + ], + [ + "ac", + "ulture" + ], + [ + "ĠB", + "rief" + ], + [ + "Ġobst", + "acle" + ], + [ + "ĠM", + "aced" + ], + [ + "Ġlight", + "weight" + ], + [ + "Ġinacc", + "urate" + ], + [ + "Ġsun", + "set" + ], + [ + "Ġdisturb", + "ing" + ], + [ + "Ġsol", + "o" + ], + [ + "mans", + "hip" + ], + [ + "ĠI", + "M" + ], + [ + "Ġyoung", + "est" + ], + [ + "Ġrank", + "ing" + ], + [ + "bl", + "ood" + ], + [ + "Ġmand", + "ate" + ], + [ + "ot", + "or" + ], + [ + "St", + "r" + ], + [ + "Ġdispar", + "ities" + ], + [ + "m", + "ont" + ], + [ + "Ġd", + "ull" + ], + [ + "reng", + "th" + ], + [ + "Ġw", + "ives" + ], + [ + "ĠP", + "as" + ], + [ + "ĠDis", + "ney" + ], + [ + "ĠSol", + "utions" + ], + [ + "Ġconqu", + "ered" + ], + [ + "Ġins", + "omnia" + ], + [ + "Ġcompr", + "ise" + ], + [ + "ĠOpp", + "ortun" + ], + [ + "ĠMon", + "itoring" + ], + [ + "Americ", + "ans" + ], + [ + "ĠBank", + "Account" + ], + [ + "Ġul", + "cers" + ], + [ + "ĠBe", + "aut" + ], + [ + "requ", + "ently" + ], + [ + "Ġinequ", + "alities" + ], + [ + "ĠIn", + "j" + ], + [ + "port", + "s" + ], + [ + "Ġmet", + "allic" + ], + [ + "D", + "I" + ], + [ + "]", + "`" + ], + [ + "ĠA", + "ch" + ], + [ + "Ġche", + "wing" + ], + [ + "bre", + "ak" + ], + [ + "Ġover", + "th" + ], + [ + "Ġcond", + "ens" + ], + [ + "Ġmotiv", + "ate" + ], + [ + "Ġdetect", + "or" + ], + [ + "count", + "ry" + ], + [ + "ĠMot", + "or" + ], + [ + "Ġconver", + "ges" + ], + [ + "Ġadapt", + "ing" + ], + [ + "p", + "rop" + ], + [ + "art", + "icle" + ], + [ + "Ġemerg", + "es" + ], + [ + "ĠApplic", + "ations" + ], + [ + "c", + "lick" + ], + [ + "ĠM", + "obile" + ], + [ + "Ġsh", + "oe" + ], + [ + "Ġar", + "ising" + ], + [ + "ie", + "g" + ], + [ + "Ġemploy", + "ing" + ], + [ + "ÃŃ", + "a" + ], + [ + "Ġcav", + "alry" + ], + [ + "c", + "ott" + ], + [ + "ĠL", + "eft" + ], + [ + "ĠY", + "ah" + ], + [ + "Ġpubl", + "isher" + ], + [ + "Ġsu", + "ck" + ], + [ + "Ġcl", + "ue" + ], + [ + "Ġautom", + "obile" + ], + [ + "ĠSoc", + "rates" + ], + [ + "C", + "y" + ], + [ + "ĠM", + "ade" + ], + [ + "Ġout", + "let" + ], + [ + "Ġass", + "ured" + ], + [ + "Ġdesc", + "ending" + ], + [ + "Ġ}", + "," + ], + [ + "ill", + "o" + ], + [ + "ace", + "ae" + ], + [ + "Ġpursu", + "ed" + ], + [ + "D", + "iv" + ], + [ + "Ġt", + "ires" + ], + [ + "ary", + "n" + ], + [ + "ĠLet", + "ter" + ], + [ + "c", + "f" + ], + [ + "Ġc", + "age" + ], + [ + "her", + "ical" + ], + [ + "op", + "ause" + ], + [ + "Ġres", + "in" + ], + [ + "ĠK", + "ant" + ], + [ + "ĠTechn", + "ologies" + ], + [ + "Ġpartner", + "ing" + ], + [ + "Ġre", + "charge" + ], + [ + "Ġdisturb", + "ed" + ], + [ + "l", + "ate" + ], + [ + "m", + "ount" + ], + [ + "ĠL", + "yn" + ], + [ + "ĠA", + "le" + ], + [ + "Ġdig", + "ging" + ], + [ + "Ġtransf", + "ers" + ], + [ + "ĠComp", + "et" + ], + [ + "ĠA", + "th" + ], + [ + "ipp", + "le" + ], + [ + "Ġp", + "d" + ], + [ + "ĠE", + "bola" + ], + [ + "Ġtun", + "nels" + ], + [ + "Ġrisk", + "y" + ], + [ + "Ġsmart", + "phones" + ], + [ + "Ġcab", + "inet" + ], + [ + "L", + "ondon" + ], + [ + "ĠL", + "ag" + ], + [ + "Ġsub", + "stitution" + ], + [ + "ĠDet", + "roit" + ], + [ + "Ġphotos", + "ynthesis" + ], + [ + "ĠA", + "CT" + ], + [ + "Ġcolon", + "ists" + ], + [ + "Ġde", + "eds" + ], + [ + "ĠTh", + "inking" + ], + [ + "ĠInd", + "ependent" + ], + [ + "ĠAfric", + "ans" + ], + [ + "ĠWork", + "ers" + ], + [ + "ĠFe", + "el" + ], + [ + "ĠC", + "atherine" + ], + [ + "ĠE", + "t" + ], + [ + "ĠW", + "aste" + ], + [ + "ĠCl", + "ar" + ], + [ + "Ġfulf", + "illed" + ], + [ + "Ġdisadvant", + "age" + ], + [ + "Ġinconsist", + "encies" + ], + [ + "Ġm", + "erc" + ], + [ + "ĠRe", + "form" + ], + [ + "ĠKnow", + "ing" + ], + [ + "Ġmigr", + "ants" + ], + [ + "Ġirre", + "levant" + ], + [ + "pret", + "ation" + ], + [ + "she", + "et" + ], + [ + "Ġmurd", + "ered" + ], + [ + "Ġinc", + "oming" + ], + [ + "ĠM", + "is" + ], + [ + "Ġun", + "sett" + ], + [ + "Ġac", + "ne" + ], + [ + "Ġpath", + "ogen" + ], + [ + "Ġsec", + "re" + ], + [ + "Ġhyd", + "roc" + ], + [ + "s", + "ervice" + ], + [ + "**", + "," + ], + [ + "Ġbuy", + "ers" + ], + [ + "C", + "omb" + ], + [ + "unt", + "ime" + ], + [ + "Ġgradu", + "ation" + ], + [ + "ĠW", + "ard" + ], + [ + "ĠL", + "ink" + ], + [ + "Ġmes", + "h" + ], + [ + "Ġbright", + "ness" + ], + [ + "ĠD", + "I" + ], + [ + "ĠUS", + "D" + ], + [ + "ĠCong", + "o" + ], + [ + "Ġexp", + "osures" + ], + [ + "Ġprospect", + "ive" + ], + [ + "est", + "hetic" + ], + [ + "ĠHe", + "aven" + ], + [ + "Ġult", + "raviolet" + ], + [ + "ĠBarb", + "ara" + ], + [ + "c", + "ards" + ], + [ + "ment", + "ioned" + ], + [ + "Ġbel", + "ly" + ], + [ + "Ġprofess", + "ors" + ], + [ + "Ġver", + "ified" + ], + [ + "Ġp", + "acing" + ], + [ + "ĠInd", + "o" + ], + [ + "he", + "tt" + ], + [ + "ĠD", + "ays" + ], + [ + "ĠCon", + "duct" + ], + [ + "ĠEffect", + "ive" + ], + [ + "Ġrec", + "ession" + ], + [ + "li", + "ance" + ], + [ + "Ġinjust", + "ice" + ], + [ + "M", + "al" + ], + [ + "Ġend", + "uring" + ], + [ + "ĠRo", + "om" + ], + [ + "ĠAnton", + "io" + ], + [ + "ĠC", + "ities" + ], + [ + "Ġback", + "yard" + ], + [ + "ĠP", + "D" + ], + [ + "Ġvol", + "atile" + ], + [ + "Ġtraject", + "ory" + ], + [ + "ĠJ", + "ay" + ], + [ + "Ġinf", + "erence" + ], + [ + "ĠSp", + "eech" + ], + [ + "Ġast", + "on" + ], + [ + "Ġpione", + "er" + ], + [ + "ĠColon", + "el" + ], + [ + "(", + "{" + ], + [ + "ag", + "ic" + ], + [ + "ro", + "cess" + ], + [ + "arc", + "ity" + ], + [ + "Ġneighb", + "our" + ], + [ + "Ġdefic", + "iencies" + ], + [ + "Ġexhaust", + "ed" + ], + [ + "Ġoxid", + "ation" + ], + [ + "ce", + "ived" + ], + [ + "sc", + "ience" + ], + [ + "ĠL", + "em" + ], + [ + "Ġfun", + "ny" + ], + [ + "ĠOff", + "er" + ], + [ + "Ex", + "p" + ], + [ + "Ġqual", + "ify" + ], + [ + "-", + "$" + ], + [ + "C", + "V" + ], + [ + "ĠC", + "leveland" + ], + [ + "ĠE", + "pid" + ], + [ + "Ġoutl", + "ook" + ], + [ + "ĠAware", + "ness" + ], + [ + "d", + "ouble" + ], + [ + "ĠSt", + "ruct" + ], + [ + "ĠV", + "ice" + ], + [ + "Ġpiv", + "ot" + ], + [ + "ophag", + "us" + ], + [ + "Ġthr", + "illing" + ], + [ + "ynchron", + "ous" + ], + [ + "Ġn", + "ons" + ], + [ + "Ġfa", + "una" + ], + [ + "Ġpup", + "il" + ], + [ + "ĠHor", + "se" + ], + [ + "rim", + "p" + ], + [ + "Ġpig", + "ment" + ], + [ + "Ġapproxim", + "ation" + ], + [ + "Ġex", + "ile" + ], + [ + "ay", + "ed" + ], + [ + "Stud", + "ent" + ], + [ + "Ġtric", + "ky" + ], + [ + "mod", + "ern" + ], + [ + "ĠDocu", + "ment" + ], + [ + "Ġst", + "ance" + ], + [ + "pl", + "aced" + ], + [ + "ĠApp", + "roach" + ], + [ + "Ġchlor", + "ine" + ], + [ + "pat", + "tern" + ], + [ + "ce", + "ls" + ], + [ + "ab", + "c" + ], + [ + "ĠAr", + "c" + ], + [ + "Ġorgan", + "ised" + ], + [ + "Ġgovernment", + "al" + ], + [ + "eb", + "ra" + ], + [ + "Ġrandom", + "ized" + ], + [ + "ĠVers", + "ion" + ], + [ + "ours", + "es" + ], + [ + "ĠNot", + "ice" + ], + [ + "ĠCh", + "and" + ], + [ + "ĠAre", + "as" + ], + [ + "Ġup", + "right" + ], + [ + "Ġpredict", + "or" + ], + [ + "resp", + "ons" + ], + [ + "Ġrhet", + "oric" + ], + [ + "Ġ[", + "[" + ], + [ + "Ġspin", + "ning" + ], + [ + "Ġlob", + "by" + ], + [ + "d", + "oms" + ], + [ + "Ġam", + "ple" + ], + [ + "}", + "'" + ], + [ + "st", + "rip" + ], + [ + "Ġlisten", + "ers" + ], + [ + "Ġinfant", + "ry" + ], + [ + "Ġchlor", + "ide" + ], + [ + "Ġd", + "read" + ], + [ + "ov", + "ol" + ], + [ + "D", + "em" + ], + [ + "Ġadd", + "itive" + ], + [ + "Ġh", + "atch" + ], + [ + "out", + "heastern" + ], + [ + "Ġmin", + "ers" + ], + [ + "ustom", + "ed" + ], + [ + "worth", + "y" + ], + [ + "ard", + "i" + ], + [ + "ĠGl", + "ass" + ], + [ + "Ġ>", + ">" + ], + [ + "ĠF", + "ast" + ], + [ + "Re", + "view" + ], + [ + "Ġcompet", + "ence" + ], + [ + "Ġcomplain", + "t" + ], + [ + "Ġvit", + "ro" + ], + [ + "ĠRepublic", + "ans" + ], + [ + "g", + "rid" + ], + [ + "ript", + "ions" + ], + [ + "Ġven", + "ue" + ], + [ + "ĠC", + "ris" + ], + [ + "op", + "ia" + ], + [ + "Ġcere", + "bral" + ], + [ + "Ġinhib", + "it" + ], + [ + "Î", + "»" + ], + [ + "Ġhe", + "ir" + ], + [ + "ĠP", + "ick" + ], + [ + "Ġfinanc", + "ially" + ], + [ + "Ġencourage", + "ment" + ], + [ + "M", + "art" + ], + [ + "ail", + "ure" + ], + [ + "Ġ$", + "{" + ], + [ + "Ġdisturb", + "ances" + ], + [ + "ĠC", + "ognitive" + ], + [ + "IV", + "E" + ], + [ + "ĠP", + "rec" + ], + [ + "Ġhope", + "fully" + ], + [ + "I", + "X" + ], + [ + "stand", + "ard" + ], + [ + "[", + ":" + ], + [ + "Ġst", + "ing" + ], + [ + "Ġsp", + "ices" + ], + [ + "Ġang", + "el" + ], + [ + "ect", + "ar" + ], + [ + "Ġelect", + "oral" + ], + [ + "Ġtend", + "on" + ], + [ + "aus", + "ing" + ], + [ + "Ġshort", + "ages" + ], + [ + "Ġcrypt", + "ography" + ], + [ + "Ġre", + "plicate" + ], + [ + "Ġproceed", + "ings" + ], + [ + "ĠR", + "ound" + ], + [ + "Ġbirth", + "s" + ], + [ + "Ġfasc", + "inated" + ], + [ + "P", + "ress" + ], + [ + "Ġdi", + "ary" + ], + [ + "Ġarr", + "ives" + ], + [ + "Ġimp", + "ressed" + ], + [ + "o", + "op" + ], + [ + "Ġa", + "we" + ], + [ + "Ġm", + "apped" + ], + [ + "omet", + "ers" + ], + [ + "Ġrec", + "alled" + ], + [ + "Ġcompet", + "ent" + ], + [ + "Ġepile", + "psy" + ], + [ + "Ġsepar", + "ating" + ], + [ + "Ġeditor", + "ial" + ], + [ + "ĠCost", + "a" + ], + [ + "Ġpost", + "ing" + ], + [ + "uke", + "mia" + ], + [ + "Ġn", + "ails" + ], + [ + "rib", + "es" + ], + [ + "Ġcommod", + "ities" + ], + [ + "ack", + "ing" + ], + [ + "Ġfl", + "oss" + ], + [ + "ĠSum", + "mary" + ], + [ + "ĠPub", + "lished" + ], + [ + "il", + "ization" + ], + [ + "Ġdro", + "ple" + ], + [ + "Ġcritic", + "ized" + ], + [ + "ĠN", + "E" + ], + [ + "ĠTe", + "ach" + ], + [ + "ĠR", + "ace" + ], + [ + "me", + "an" + ], + [ + "Ġjud", + "gments" + ], + [ + "ĠAtl", + "anta" + ], + [ + "Prof", + "essor" + ], + [ + "Ġst", + "ub" + ], + [ + "Ġmess", + "aging" + ], + [ + "s", + "afe" + ], + [ + "ĠHot", + "el" + ], + [ + "b", + "ach" + ], + [ + "w", + "ave" + ], + [ + "ĠCr", + "ime" + ], + [ + "Ġto", + "ss" + ], + [ + "Ġclass", + "ify" + ], + [ + "en", + "cer" + ], + [ + "Ġhar", + "bor" + ], + [ + "Ġclin", + "ics" + ], + [ + "Ġfavour", + "ite" + ], + [ + "G", + "erman" + ], + [ + "ĠRel", + "ated" + ], + [ + ")", + ")." + ], + [ + "ĠD", + "in" + ], + [ + "Ġd", + "ome" + ], + [ + "ĠAr", + "n" + ], + [ + "Ġsuper", + "f" + ], + [ + "Qu", + "estion" + ], + [ + "ĠExper", + "iment" + ], + [ + "p", + "g" + ], + [ + "Ï", + "Ħ" + ], + [ + "roll", + "er" + ], + [ + "lic", + "ted" + ], + [ + "ĠMark", + "eting" + ], + [ + "pl", + "ates" + ], + [ + "Similar", + "ly" + ], + [ + "ĠB", + "ear" + ], + [ + "ĠSupp", + "ose" + ], + [ + "en", + "ium" + ], + [ + "ri", + "el" + ], + [ + "Ġsun", + "ny" + ], + [ + "ĠAut", + "om" + ], + [ + "Ġom", + "n" + ], + [ + "ro", + "f" + ], + [ + "ol", + "ate" + ], + [ + "us", + "c" + ], + [ + "Ġavoid", + "s" + ], + [ + "ĠDr", + "ive" + ], + [ + "m", + "g" + ], + [ + "Ġs", + "urn" + ], + [ + "ic", + "he" + ], + [ + "Ġr", + "outer" + ], + [ + "Ġmult", + "ic" + ], + [ + "ou", + "ver" + ], + [ + "D", + "et" + ], + [ + "Ġl", + "ambda" + ], + [ + "ah", + "n" + ], + [ + "m", + "atch" + ], + [ + "N", + "C" + ], + [ + "Ġannounce", + "ment" + ], + [ + "m", + "orph" + ], + [ + ")", + "-" + ], + [ + "P", + "ort" + ], + [ + "Ġg", + "rie" + ], + [ + "ĠBrazil", + "ian" + ], + [ + "Ġin", + "effective" + ], + [ + "Ġlif", + "ted" + ], + [ + "ĠNum", + "bers" + ], + [ + "Int", + "roduction" + ], + [ + "Ġethnic", + "ity" + ], + [ + "Ġinval", + "uable" + ], + [ + "il", + "ize" + ], + [ + "Ġsuccess", + "ive" + ], + [ + "Ġcasual", + "ties" + ], + [ + ".", + "*" + ], + [ + "Ġl", + "ubric" + ], + [ + "Ġout", + "we" + ], + [ + "Ġtravel", + "ling" + ], + [ + "Ġtelesc", + "opes" + ], + [ + "ĠJon", + "athan" + ], + [ + "Ġa", + "verages" + ], + [ + "Ġsun", + "screen" + ], + [ + "ĠRec", + "ogn" + ], + [ + "Ġg", + "olf" + ], + [ + "ĠC", + "el" + ], + [ + "ĠO", + "ral" + ], + [ + "ip", + "al" + ], + [ + "Ġlib", + "eration" + ], + [ + "kl", + "ore" + ], + [ + "Ġbe", + "ams" + ], + [ + "ĠGreat", + "er" + ], + [ + "Ġexplo", + "ited" + ], + [ + "D", + "s" + ], + [ + "il", + "iary" + ], + [ + "ĠR", + "ate" + ], + [ + "ster", + "dam" + ], + [ + "g", + "rowth" + ], + [ + "Ġt", + "idal" + ], + [ + "ĠNov", + "a" + ], + [ + "Ġe", + "ighth" + ], + [ + "Ġhyd", + "rop" + ], + [ + "t", + "aking" + ], + [ + "Ġfun", + "eral" + ], + [ + "Ġval", + "leys" + ], + [ + "Ġback", + "drop" + ], + [ + "o", + "zo" + ], + [ + "Ġsim", + "ulated" + ], + [ + "Ġequ", + "itable" + ], + [ + "Ġsal", + "iva" + ], + [ + "Ġce", + "ase" + ], + [ + "Ġneurot", + "ransmit" + ], + [ + "ĠC", + "V" + ], + [ + "Ġex", + "empt" + ], + [ + "Ġreact", + "ive" + ], + [ + "Pres", + "ident" + ], + [ + "Ġmot", + "ives" + ], + [ + "ĠRail", + "way" + ], + [ + "ĠE", + "lementary" + ], + [ + "Ġneed", + "les" + ], + [ + "Ġpo", + "ets" + ], + [ + "m", + "oil" + ], + [ + "ĠSu", + "ccess" + ], + [ + "Ġmanuscript", + "s" + ], + [ + "Ġin", + "security" + ], + [ + "Ġpro", + "st" + ], + [ + "ov", + "irus" + ], + [ + "l", + "ived" + ], + [ + "Ġterror", + "ism" + ], + [ + "ĠKar", + "l" + ], + [ + "ĠBru", + "ce" + ], + [ + "is", + "ans" + ], + [ + "Ġb", + "amboo" + ], + [ + "ort", + "ic" + ], + [ + "Ġlegend", + "ary" + ], + [ + "ist", + "ence" + ], + [ + "ĠJohn", + "s" + ], + [ + "ap", + "olis" + ], + [ + "C", + "ase" + ], + [ + "OV", + "A" + ], + [ + "ĠLy", + "ra" + ], + [ + "Ġfin", + "ances" + ], + [ + "p", + "ool" + ], + [ + "is", + "al" + ], + [ + "Ġen", + "ch" + ], + [ + "ĠJ", + "ama" + ], + [ + "Ġcit", + "rus" + ], + [ + "Ġcaps", + "ule" + ], + [ + "ĠImport", + "ant" + ], + [ + "ĠF", + "light" + ], + [ + "con", + "duct" + ], + [ + "Ġl", + "ava" + ], + [ + "Ġre", + "nal" + ], + [ + "ĠD", + "anish" + ], + [ + "ĠL", + "E" + ], + [ + "Ġsupervis", + "or" + ], + [ + "g", + "rown" + ], + [ + "Ġto", + "kens" + ], + [ + "ah", + "u" + ], + [ + "With", + "out" + ], + [ + "ge", + "vity" + ], + [ + "ĠM", + "B" + ], + [ + "ĠP", + "ages" + ], + [ + "ĠB", + "eck" + ], + [ + "Ġse", + "ized" + ], + [ + "Ġad", + "here" + ], + [ + "uc", + "ing" + ], + [ + "ar", + "g" + ], + [ + "ĠH", + "ash" + ], + [ + "ĠMan", + "hattan" + ], + [ + "Ġt", + "el" + ], + [ + "Ġj", + "ail" + ], + [ + "au", + "coma" + ], + [ + "Ġstation", + "ary" + ], + [ + "Ġex", + "cerpt" + ], + [ + "Ġpractition", + "er" + ], + [ + "³³³³", + "³³³³" + ], + [ + "ĠM", + "t" + ], + [ + "Ġsystem", + "atically" + ], + [ + "cons", + "uming" + ], + [ + "Consider", + "ing" + ], + [ + "Ġenvelop", + "e" + ], + [ + "ĠS", + "ales" + ], + [ + "Ġfil", + "ename" + ], + [ + "Ġlabel", + "ing" + ], + [ + "Ġvic", + "inity" + ], + [ + "g", + "ro" + ], + [ + "ĠMon", + "u" + ], + [ + "account", + "s" + ], + [ + "ĠDel", + "aware" + ], + [ + "Ġcoh", + "ort" + ], + [ + "Ġcon", + "gen" + ], + [ + "Ġveter", + "inary" + ], + [ + "ĠRand", + "om" + ], + [ + "Ġhem", + "orrh" + ], + [ + "struct", + "ured" + ], + [ + "k", + "it" + ], + [ + "Ġt", + "icks" + ], + [ + "ad", + "os" + ], + [ + "per", + "m" + ], + [ + "Ġreact", + "ors" + ], + [ + "ĠÎ", + "»" + ], + [ + "Ġdial", + "og" + ], + [ + "ĠJ", + "am" + ], + [ + "ĠOr", + "ange" + ], + [ + "ul", + "u" + ], + [ + "Ġwavelength", + "s" + ], + [ + "ĠR", + "ivers" + ], + [ + "ĠK", + "ra" + ], + [ + "Ġforg", + "iveness" + ], + [ + "é", + "e" + ], + [ + "Ġm", + "oss" + ], + [ + "osp", + "ace" + ], + [ + "ĠD", + "iam" + ], + [ + "ĠF", + "inal" + ], + [ + "Ġem", + "pt" + ], + [ + "Ġgl", + "ut" + ], + [ + "ĠGand", + "hi" + ], + [ + "Ġk", + "its" + ], + [ + "ĠConsider", + "ing" + ], + [ + "Ġremn", + "ants" + ], + [ + "h", + "ou" + ], + [ + "ĠEconom", + "y" + ], + [ + "ĠWh", + "atever" + ], + [ + "ĠAt", + "mosp" + ], + [ + "W", + "atch" + ], + [ + "udd", + "en" + ], + [ + "ĠTh", + "or" + ], + [ + "New", + "s" + ], + [ + "Pl", + "an" + ], + [ + "Ġcraft", + "ed" + ], + [ + "Ġpix", + "el" + ], + [ + "Ġbrut", + "al" + ], + [ + "Ġconf", + "irms" + ], + [ + "ĠB", + "R" + ], + [ + "Ġn", + "ov" + ], + [ + "t", + "ically" + ], + [ + "he", + "ster" + ], + [ + "st", + "ar" + ], + [ + "Ġinv", + "aded" + ], + [ + "Ġsym", + "pathetic" + ], + [ + "Ġdimin", + "ished" + ], + [ + "Ġbenef", + "ic" + ], + [ + "Ġconvers", + "ational" + ], + [ + "rem", + "ove" + ], + [ + "s", + "ix" + ], + [ + "Ġph", + "y" + ], + [ + "Ġp", + "ockets" + ], + [ + "ph", + "p" + ], + [ + "Ġinter", + "cept" + ], + [ + "ĠCl", + "ay" + ], + [ + "Ġexp", + "ans" + ], + [ + "gen", + "erated" + ], + [ + "ĠHung", + "ary" + ], + [ + "ĠB", + "P" + ], + [ + "Ġcontin", + "ents" + ], + [ + "Ġman", + "ages" + ], + [ + "ĠSim", + "ply" + ], + [ + "ĠRel", + "igious" + ], + [ + "ĠSen", + "ator" + ], + [ + "Ġjud", + "ged" + ], + [ + "fact", + "or" + ], + [ + "Ġann", + "oy" + ], + [ + "war", + "gs" + ], + [ + "ra", + "its" + ], + [ + "ĠM", + "aur" + ], + [ + "ide", + "press" + ], + [ + "ĠCl", + "aud" + ], + [ + "Ġquestion", + "ed" + ], + [ + "Ġweight", + "ed" + ], + [ + "du", + "p" + ], + [ + "Ġing", + "en" + ], + [ + "Ġprejud", + "ice" + ], + [ + "Ġexcell", + "ence" + ], + [ + "Ġpin", + "point" + ], + [ + "ĠS", + "ize" + ], + [ + "eal", + "ous" + ], + [ + "d", + "ale" + ], + [ + "s", + "ki" + ], + [ + "s", + "ensitive" + ], + [ + "Ù", + "ĩ" + ], + [ + "roll", + "ing" + ], + [ + "ĠP", + "s" + ], + [ + "Ġun", + "limited" + ], + [ + "Ġcons", + "cience" + ], + [ + "atic", + "an" + ], + [ + "par", + "se" + ], + [ + "ah", + "a" + ], + [ + "Ġl", + "n" + ], + [ + "Ġeth", + "n" + ], + [ + "ĠIsrael", + "ites" + ], + [ + "il", + "is" + ], + [ + "Ġrem", + "em" + ], + [ + "Ġa", + "wards" + ], + [ + "Ġbron", + "ch" + ], + [ + "ĠT", + "am" + ], + [ + "Ġsh", + "out" + ], + [ + "Ġvow", + "el" + ], + [ + "Ã", + "ł" + ], + [ + "Ġcons", + "on" + ], + [ + "l", + "ia" + ], + [ + "ĠI", + "F" + ], + [ + "Ġeduc", + "ator" + ], + [ + "od", + "ium" + ], + [ + "Ġv", + "ibration" + ], + [ + "Ġr", + "ounds" + ], + [ + "Ġstat", + "ues" + ], + [ + "Ġpresum", + "ably" + ], + [ + "ĠPC", + "R" + ], + [ + "ã", + "Ĥ" + ], + [ + "ĠUs", + "ers" + ], + [ + "Ġsem", + "ester" + ], + [ + "Ġsc", + "ler" + ], + [ + "Ġsupp", + "ression" + ], + [ + "Ġech", + "oes" + ], + [ + "ĠF", + "un" + ], + [ + "Ġgo", + "ats" + ], + [ + "2", + "60" + ], + [ + "est", + "ablished" + ], + [ + "ell", + "s" + ], + [ + "Ġunder", + "way" + ], + [ + "On", + "line" + ], + [ + "Ġbi", + "ography" + ], + [ + "Ġcoll", + "isions" + ], + [ + "se", + "par" + ], + [ + "bu", + "ilt" + ], + [ + "r", + "ator" + ], + [ + "eng", + "es" + ], + [ + "coh", + "olic" + ], + [ + "Ġvow", + "els" + ], + [ + "Ġn", + "atives" + ], + [ + "ocr", + "ine" + ], + [ + "Ġnurs", + "ery" + ], + [ + "if", + "est" + ], + [ + "Ġunivers", + "ally" + ], + [ + "Ġc", + "ens" + ], + [ + "ĠEd", + "inburgh" + ], + [ + "Ġbound", + "s" + ], + [ + "Ġtur", + "moil" + ], + [ + "p", + "osed" + ], + [ + "Ġl", + "id" + ], + [ + "ot", + "ted" + ], + [ + "ĠH", + "orn" + ], + [ + "ĠSc", + "reen" + ], + [ + "Ġshut", + "tle" + ], + [ + "Ġredund", + "ant" + ], + [ + "ĠAust", + "rian" + ], + [ + "Ġmetap", + "hors" + ], + [ + "ĠRef", + "uge" + ], + [ + "Ġd", + "ug" + ], + [ + "ĠM", + "L" + ], + [ + "Ġsk", + "ies" + ], + [ + "erc", + "ase" + ], + [ + "ĠHT", + "TP" + ], + [ + "Ġenlar", + "ged" + ], + [ + "as", + "se" + ], + [ + "Ġwh", + "oles" + ], + [ + "ĠD", + "eg" + ], + [ + "Ġrev", + "is" + ], + [ + "Ġcr", + "an" + ], + [ + "Ġsupplement", + "ation" + ], + [ + "ĠHur", + "ricane" + ], + [ + "d", + "ocu" + ], + [ + "ĠT", + "rees" + ], + [ + "Ġne", + "on" + ], + [ + "ĠJ", + "oy" + ], + [ + "Ġcop", + "ied" + ], + [ + "Stud", + "ies" + ], + [ + "ĠNaz", + "is" + ], + [ + "Ġf", + "res" + ], + [ + "Ġgu", + "ys" + ], + [ + "qu", + "in" + ], + [ + "squ", + "are" + ], + [ + "Å", + "¡" + ], + [ + "Ġyog", + "urt" + ], + [ + "Ġmal", + "ware" + ], + [ + "Ġtal", + "ented" + ], + [ + "Ġd", + "aunting" + ], + [ + "Ġlive", + "ly" + ], + [ + "ĠC", + "auses" + ], + [ + "Ġmod", + "ifying" + ], + [ + "i", + "ably" + ], + [ + "ĠK", + "an" + ], + [ + "Ġdr", + "one" + ], + [ + "ĠC", + "ole" + ], + [ + "ĠN", + "ormal" + ], + [ + "ĠState", + "ment" + ], + [ + "in", + "ctions" + ], + [ + "Ġe", + "erie" + ], + [ + "Ġoptim", + "istic" + ], + [ + "Ġquestionna", + "ire" + ], + [ + "Ġbub", + "bles" + ], + [ + "Ġcr", + "ater" + ], + [ + "odynam", + "ic" + ], + [ + "Ġcrit", + "ique" + ], + [ + "ĠR", + "oy" + ], + [ + "Ġrelax", + "ing" + ], + [ + "Em", + "ploy" + ], + [ + "gr", + "ass" + ], + [ + "Ġz", + "ip" + ], + [ + "ĠPr", + "iv" + ], + [ + "Ġsmok", + "ers" + ], + [ + "R", + "ob" + ], + [ + "ĠGen", + "eva" + ], + [ + "ĠJ", + "enn" + ], + [ + "Ġbe", + "verage" + ], + [ + "ov", + "id" + ], + [ + "Ġspecific", + "ity" + ], + [ + "Ġcho", + "oses" + ], + [ + "Ġsed", + "iments" + ], + [ + "36", + "5" + ], + [ + "ig", + "raph" + ], + [ + "J", + "ames" + ], + [ + "Ġbas", + "al" + ], + [ + "bl", + "ue" + ], + [ + "ru", + "its" + ], + [ + "Ġinvestig", + "ator" + ], + [ + "ĠFl", + "ood" + ], + [ + "Ġadvent", + "ures" + ], + [ + "y", + "on" + ], + [ + "âĪ", + "Ĥ" + ], + [ + "ĠIntern", + "al" + ], + [ + "N", + "G" + ], + [ + "Ġcollect", + "ors" + ], + [ + "ĠSur", + "gery" + ], + [ + "Ġo", + "y" + ], + [ + "AS", + "E" + ], + [ + "j", + "ar" + ], + [ + "Ġs", + "ixty" + ], + [ + "Ġmort", + "gage" + ], + [ + "ĠPan", + "ama" + ], + [ + "Ġmar", + "itime" + ], + [ + "ĠColomb", + "ia" + ], + [ + "w", + "ear" + ], + [ + "Ġre", + "ception" + ], + [ + "Ġele", + "ven" + ], + [ + "Ġpur", + "ity" + ], + [ + "ĠMar", + "ie" + ], + [ + "Ġastron", + "omical" + ], + [ + "Ġl", + "od" + ], + [ + "ĠV", + "enezuel" + ], + [ + "Ġdep", + "osition" + ], + [ + "Ġche", + "f" + ], + [ + "Ġmult", + "id" + ], + [ + "elt", + "ic" + ], + [ + "ĠIn", + "novation" + ], + [ + "Ġlot", + "tery" + ], + [ + "Ġpanc", + "reas" + ], + [ + "re", + "du" + ], + [ + "Ġan", + "onymous" + ], + [ + "Ġsk", + "et" + ], + [ + "Ġfil", + "t" + ], + [ + "ĠLe", + "ave" + ], + [ + "el", + "se" + ], + [ + "qu", + "ery" + ], + [ + "Ġsupposed", + "ly" + ], + [ + "ĠB", + "iol" + ], + [ + "ĠO", + "t" + ], + [ + "lect", + "ric" + ], + [ + "B", + "est" + ], + [ + "S", + "k" + ], + [ + "b", + "n" + ], + [ + "Ġhun", + "ter" + ], + [ + "Ġank", + "le" + ], + [ + "Ġl", + "amps" + ], + [ + "urn", + "al" + ], + [ + "Ġhorm", + "onal" + ], + [ + "ĠS", + "H" + ], + [ + "Ġaw", + "a" + ], + [ + "Ġpand", + "as" + ], + [ + "t", + "ec" + ], + [ + "ĠNor", + "wegian" + ], + [ + "im", + "ag" + ], + [ + "ĠK", + "am" + ], + [ + "Ġend", + "orse" + ], + [ + "ĠG", + "IS" + ], + [ + "Ġup", + "wards" + ], + [ + "umb", + "ing" + ], + [ + "Ġag", + "rees" + ], + [ + "e", + "very" + ], + [ + "Ġinstruct", + "ed" + ], + [ + "Ġdepr", + "ivation" + ], + [ + "Ġbook", + "ing" + ], + [ + "Ġwar", + "n" + ], + [ + "Ġcra", + "zy" + ], + [ + "ĠMe", + "eting" + ], + [ + "d", + "est" + ], + [ + "Pro", + "ject" + ], + [ + "Ġcan", + "opy" + ], + [ + "Ġforecast", + "ing" + ], + [ + "Ġad", + "renal" + ], + [ + "Ġins", + "ign" + ], + [ + "ij", + "i" + ], + [ + "Ġbip", + "olar" + ], + [ + "F", + "in" + ], + [ + "Ġcoll", + "agen" + ], + [ + "ĠCar", + "ter" + ], + [ + "Em", + "pty" + ], + [ + "Ġcit", + "ations" + ], + [ + "ĠN", + "ar" + ], + [ + "ĠInc", + "lude" + ], + [ + "N", + "T" + ], + [ + "Ġfab", + "rics" + ], + [ + "ĠLeg", + "al" + ], + [ + "ĠC", + "BD" + ], + [ + "ful", + "l" + ], + [ + "requ", + "ent" + ], + [ + "ĠLy", + "me" + ], + [ + "Ġperenn", + "ial" + ], + [ + "um", + "my" + ], + [ + "Ġworld", + "view" + ], + [ + "Ġvis", + "ions" + ], + [ + "Ġconver", + "ge" + ], + [ + "Ġsusp", + "ension" + ], + [ + "Ġconstra", + "int" + ], + [ + "ĠE", + "L" + ], + [ + "ĠApp", + "ly" + ], + [ + "Ġsculpt", + "ures" + ], + [ + "Ġc", + "iting" + ], + [ + "ort", + "ions" + ], + [ + "ĠAb", + "stract" + ], + [ + "Ġdecl", + "ines" + ], + [ + "bra", + "in" + ], + [ + "Sh", + "ow" + ], + [ + "Ġsail", + "ing" + ], + [ + "ĠH", + "ep" + ], + [ + "Th", + "ird" + ], + [ + "ortun", + "ate" + ], + [ + "ĠHamp", + "shire" + ], + [ + "ĠH", + "ob" + ], + [ + "ĠG", + "ray" + ], + [ + "ĠRog", + "er" + ], + [ + "Ġbiop", + "sy" + ], + [ + "re", + "place" + ], + [ + "ĠQu", + "ick" + ], + [ + "Ġacc", + "ustomed" + ], + [ + "Produ", + "ct" + ], + [ + "ol", + "utions" + ], + [ + "Ġexperiment", + "ing" + ], + [ + "à¥", + "į" + ], + [ + "ĠA", + "LL" + ], + [ + "Ġdismiss", + "ed" + ], + [ + "Ġcrimin", + "als" + ], + [ + "V", + "er" + ], + [ + "ĠCh", + "art" + ], + [ + "Ġpenet", + "rate" + ], + [ + "Ġmed", + "i" + ], + [ + "ustain", + "ability" + ], + [ + "Ġsh", + "rub" + ], + [ + "Ġant", + "igen" + ], + [ + "Aust", + "ral" + ], + [ + "Ġgradu", + "ated" + ], + [ + "Ġreg", + "iment" + ], + [ + "Â", + "»" + ], + [ + "Ġin", + "efficient" + ], + [ + "Ġdisc", + "arded" + ], + [ + "Ġrest", + "ra" + ], + [ + "add", + "ress" + ], + [ + "ĠSmith", + "sonian" + ], + [ + "Ġinstinct", + "s" + ], + [ + "Ġs", + "aves" + ], + [ + "ĠC", + "re" + ], + [ + "Pro", + "t" + ], + [ + "Ġ", + "ðŁ" + ], + [ + "ĠS", + "ugar" + ], + [ + "Ġincre", + "ment" + ], + [ + "M", + "aking" + ], + [ + "Ġcan", + "cell" + ], + [ + "na", + "issance" + ], + [ + "Ġz", + "eros" + ], + [ + "Ġmush", + "rooms" + ], + [ + "ĠM", + "iami" + ], + [ + "Sm", + "ith" + ], + [ + "ĠLab", + "our" + ], + [ + "ĠR", + "ic" + ], + [ + "Ġj", + "elly" + ], + [ + "ath", + "s" + ], + [ + "Ġac", + "et" + ], + [ + "er", + "ating" + ], + [ + "oc", + "ative" + ], + [ + "mer", + "ged" + ], + [ + "ĠVe", + "get" + ], + [ + "Ġsel", + "dom" + ], + [ + "Ġl", + "ions" + ], + [ + "Ġactiv", + "ist" + ], + [ + "ĠColl", + "ins" + ], + [ + "Ġterror", + "ist" + ], + [ + "Ġcous", + "in" + ], + [ + "en", + "ic" + ], + [ + "Ġloc", + "om" + ], + [ + "Ġang", + "ular" + ], + [ + "Ġbond", + "ing" + ], + [ + "ĠOper", + "ations" + ], + [ + "x", + "y" + ], + [ + "Ġm", + "aker" + ], + [ + "cept", + "ive" + ], + [ + "Ġdead", + "lines" + ], + [ + "Ġst", + "air" + ], + [ + "Ġmeas", + "les" + ], + [ + "Ġport", + "al" + ], + [ + "at", + "ar" + ], + [ + "ĠT", + "ut" + ], + [ + "Ġplant", + "ations" + ], + [ + "00", + "2" + ], + [ + "Ï", + "Ĥ" + ], + [ + "Ġspark", + "ed" + ], + [ + "f", + "ed" + ], + [ + "Ġp", + "s" + ], + [ + "ĠZ", + "ero" + ], + [ + "ass", + "ed" + ], + [ + "Ġexp", + "osing" + ], + [ + "ĠPear", + "l" + ], + [ + "Ġdev", + "otion" + ], + [ + "Ġretail", + "ers" + ], + [ + "an", + "throp" + ], + [ + "ĠR", + "ules" + ], + [ + "Ġdegen", + "eration" + ], + [ + "Ġs", + "ieve" + ], + [ + "an", + "ic" + ], + [ + "um", + "ption" + ], + [ + "Ġforecast", + "s" + ], + [ + "w", + "art" + ], + [ + "ĠG", + "H" + ], + [ + "'", + ";" + ], + [ + "ĠSouth", + "west" + ], + [ + "ĠStart", + "ing" + ], + [ + "Ġto", + "e" + ], + [ + "se", + "lect" + ], + [ + "Ġgen", + "ocide" + ], + [ + "erent", + "ial" + ], + [ + "Ġe", + "g" + ], + [ + "ult", + "an" + ], + [ + "Ġbr", + "ighter" + ], + [ + "ograph", + "ies" + ], + [ + "Ġrecy", + "cle" + ], + [ + "plo", + "ys" + ], + [ + "oun", + "cing" + ], + [ + "ĠPop", + "ular" + ], + [ + "Ed", + "it" + ], + [ + "ĠC", + "her" + ], + [ + "ism", + "atic" + ], + [ + "Ġplant", + "ation" + ], + [ + "Ġlog", + "o" + ], + [ + "Ġconsult", + "ant" + ], + [ + "Ġl", + "ord" + ], + [ + "Ġimag", + "in" + ], + [ + "Ġs", + "ulph" + ], + [ + "Ġh", + "ull" + ], + [ + "ud", + "al" + ], + [ + "Ġcomput", + "ation" + ], + [ + "ang", + "led" + ], + [ + "Ġdesign", + "ation" + ], + [ + "b", + "inary" + ], + [ + "Ġanaly", + "tic" + ], + [ + "ĠNe", + "braska" + ], + [ + "Ġveget", + "arian" + ], + [ + "Ġenerget", + "ic" + ], + [ + "Ġpe", + "pt" + ], + [ + "Ġcategor", + "ized" + ], + [ + "d", + "ictionary" + ], + [ + "ĠL", + "inks" + ], + [ + "Ġres", + "ent" + ], + [ + "Ġeng", + "ra" + ], + [ + "Ġinsc", + "ribed" + ], + [ + "Ġa", + "ph" + ], + [ + "ĠS", + "anskrit" + ], + [ + "Ġsubst", + "ring" + ], + [ + "ĠK", + "el" + ], + [ + "Ġdesc", + "ended" + ], + [ + "R", + "N" + ], + [ + "Ġstrengthen", + "ed" + ], + [ + "S", + "V" + ], + [ + "and", + "o" + ], + [ + "Ġattract", + "ing" + ], + [ + "ĠElect", + "ronic" + ], + [ + "ĠN", + "T" + ], + [ + "Ġstr", + "angers" + ], + [ + "Ġbi", + "ologists" + ], + [ + "ĠÂ", + "§" + ], + [ + "Ġc", + "ovenant" + ], + [ + "Ġcr", + "ises" + ], + [ + "li", + "able" + ], + [ + "Ġstick", + "y" + ], + [ + "Ġathlet", + "ic" + ], + [ + "stud", + "ent" + ], + [ + "ĠBrook", + "lyn" + ], + [ + "in", + "ars" + ], + [ + "Ġquot", + "ient" + ], + [ + "Ġalarm", + "ing" + ], + [ + "Ġcredential", + "s" + ], + [ + "osc", + "opy" + ], + [ + "ĠOper", + "ation" + ], + [ + "Ġd", + "ich" + ], + [ + "ĠT", + "ru" + ], + [ + "ĠSt", + "ories" + ], + [ + "ĠEx", + "change" + ], + [ + "Jo", + "in" + ], + [ + "ĠGen", + "etic" + ], + [ + "ĠRevolution", + "ary" + ], + [ + "Ġall", + "iances" + ], + [ + "Ġup", + "grade" + ], + [ + "Ġtrou", + "bled" + ], + [ + "ĠNav", + "al" + ], + [ + "Ġpolynom", + "ials" + ], + [ + "Ġharm", + "less" + ], + [ + "ĠArt", + "ificial" + ], + [ + "ĠF", + "ab" + ], + [ + "Ġevent", + "ual" + ], + [ + "Ġinvent", + "or" + ], + [ + "Ġthink", + "ers" + ], + [ + "ab", + "e" + ], + [ + "Ġmiss", + "ile" + ], + [ + "ĠS", + "ort" + ], + [ + "Ġswe", + "pt" + ], + [ + "ĠBern", + "ard" + ], + [ + "O", + "pt" + ], + [ + "Î", + "²" + ], + [ + "Ġform", + "ulated" + ], + [ + "ĠSy", + "nt" + ], + [ + "Ġl", + "aughter" + ], + [ + "Ġcontin", + "uation" + ], + [ + "Ġb", + "ored" + ], + [ + "ra", + "ment" + ], + [ + "ĠC", + "ou" + ], + [ + "Ġref", + "ere" + ], + [ + "Ġcommun", + "al" + ], + [ + "Ġperiod", + "ically" + ], + [ + "Ġsol", + "uble" + ], + [ + "Ġconst", + "ants" + ], + [ + "bi", + "ology" + ], + [ + "Ġpresc", + "ribe" + ], + [ + "Ġrept", + "iles" + ], + [ + "Ġcreat", + "ors" + ], + [ + "Ġred", + "ist" + ], + [ + "Ġbur", + "nt" + ], + [ + "Ġeight", + "eenth" + ], + [ + "ĠCirc", + "le" + ], + [ + "ĠBeng", + "al" + ], + [ + "c", + "r" + ], + [ + "Ġinc", + "ur" + ], + [ + "Ġorb", + "ital" + ], + [ + "Ġworry", + "ing" + ], + [ + "B", + "i" + ], + [ + "ĠF", + "el" + ], + [ + "ĠDub", + "lin" + ], + [ + "A", + "ng" + ], + [ + "ĠD", + "ent" + ], + [ + "Ġwa", + "ist" + ], + [ + "ĠDiv", + "ine" + ], + [ + "Ġbath", + "room" + ], + [ + "ĠRec", + "overy" + ], + [ + "Ġcyber", + "security" + ], + [ + "Ġd", + "ors" + ], + [ + "ĠB", + "iblical" + ], + [ + "Ġsuff", + "ers" + ], + [ + "Ġexpon", + "ent" + ], + [ + "Ġre", + "per" + ], + [ + "ows", + "ki" + ], + [ + "ĠBal", + "ance" + ], + [ + "ĠN", + "othing" + ], + [ + "Ġres", + "ide" + ], + [ + "th", + "read" + ], + [ + "i", + "ón" + ], + [ + "Ġcapac", + "ities" + ], + [ + "A", + "ir" + ], + [ + "D", + "ifferent" + ], + [ + "Ġre", + "un" + ], + [ + "ĠA", + "ld" + ], + [ + "Ġref", + "ract" + ], + [ + "ĠVar", + "ious" + ], + [ + "Ġvag", + "inal" + ], + [ + "Ġs", + "ized" + ], + [ + "end", + "ix" + ], + [ + "ops", + "is" + ], + [ + "Ġvig", + "il" + ], + [ + "Ġhe", + "el" + ], + [ + "su", + "per" + ], + [ + "Ġcomput", + "ed" + ], + [ + "tra", + "ction" + ], + [ + "ĠF", + "ew" + ], + [ + "ĠSt", + "ev" + ], + [ + "ĠL", + "ore" + ], + [ + "rit", + "ers" + ], + [ + "Ġexceed", + "ed" + ], + [ + "names", + "e" + ], + [ + "ĠHor", + "iz" + ], + [ + "ĠImpro", + "ve" + ], + [ + "Ġsof", + "ten" + ], + [ + "in", + "is" + ], + [ + "ve", + "t" + ], + [ + "Ġsh", + "ades" + ], + [ + "ĠAn", + "throp" + ], + [ + "iv", + "ores" + ], + [ + "Ġset", + "backs" + ], + [ + "Ġ[", + "(" + ], + [ + "Ġmel", + "ody" + ], + [ + "Ġas", + "ync" + ], + [ + "Ġsupp", + "lier" + ], + [ + "Ġremote", + "ly" + ], + [ + "R", + "ich" + ], + [ + "Ġcrit", + "erion" + ], + [ + "Ġger", + "ms" + ], + [ + "Ġpossess", + "es" + ], + [ + "Ġadministr", + "ator" + ], + [ + "Ġcong", + "regation" + ], + [ + "Ġrain", + "forest" + ], + [ + "en", + "z" + ], + [ + "Ġh", + "ast" + ], + [ + "Ġpanc", + "reat" + ], + [ + "Ġst", + "ool" + ], + [ + "ject", + "ure" + ], + [ + "P", + "O" + ], + [ + "Ġblur", + "red" + ], + [ + "2", + "25" + ], + [ + "ai", + "ro" + ], + [ + "m", + "ith" + ], + [ + "ac", + "o" + ], + [ + "ĠI", + "gn" + ], + [ + "Ġph", + "ylogen" + ], + [ + "Ġgr", + "inding" + ], + [ + "ĠAm", + "sterdam" + ], + [ + "Sp", + "ace" + ], + [ + "Ġcher", + "ry" + ], + [ + "f", + "iction" + ], + [ + "ĠC", + "ool" + ], + [ + "Ġbre", + "ach" + ], + [ + "Ġuse", + "less" + ], + [ + "Ġske", + "leton" + ], + [ + "ĠP", + "ros" + ], + [ + "ĠPract", + "ices" + ], + [ + "Ġammon", + "ia" + ], + [ + "ĠJ", + "our" + ], + [ + "Ġsub", + "sets" + ], + [ + "Ġtooth", + "p" + ], + [ + "Ġcoron", + "avirus" + ], + [ + "Ġrespect", + "s" + ], + [ + "Ġhes", + "itate" + ], + [ + "H", + "ead" + ], + [ + "Ġopt", + "imum" + ], + [ + "Ġremark", + "ably" + ], + [ + "Ġproclaim", + "ed" + ], + [ + "ĠP", + "om" + ], + [ + "Ġen", + "amel" + ], + [ + "Ġass", + "ure" + ], + [ + "Ġpack", + "ets" + ], + [ + "Ġvibr", + "ations" + ], + [ + "ا", + "ÙĦ" + ], + [ + "Ġdetermin", + "ant" + ], + [ + "Ġtw", + "ins" + ], + [ + "Ġher", + "pes" + ], + [ + "Ġmin", + "isters" + ], + [ + "Ġur", + "l" + ], + [ + "Ġinhib", + "itors" + ], + [ + "Ġpix", + "els" + ], + [ + "K", + "S" + ], + [ + "ĠH", + "ubble" + ], + [ + "Ġcer", + "amic" + ], + [ + "P", + "age" + ], + [ + "Ġn", + "ectar" + ], + [ + "ĠG", + "ent" + ], + [ + "Ġancest", + "ry" + ], + [ + "rop", + "ract" + ], + [ + "ĠSc", + "and" + ], + [ + "ĠAra", + "bs" + ], + [ + "Ġslow", + "ing" + ], + [ + "Ġfacilit", + "ating" + ], + [ + "B", + "ank" + ], + [ + "in", + "as" + ], + [ + "ĠP", + "ediatrics" + ], + [ + "ĠG", + "ran" + ], + [ + "Ġro", + "ver" + ], + [ + "ke", + "e" + ], + [ + "Ġrod", + "ents" + ], + [ + "ist", + "ing" + ], + [ + "pos", + "ing" + ], + [ + "aph", + "yl" + ], + [ + "ens", + "on" + ], + [ + "step", + "s" + ], + [ + "Ġcan", + "als" + ], + [ + "ĠR", + "ice" + ], + [ + "ĠY", + "ang" + ], + [ + "Ġcosm", + "os" + ], + [ + "ĠPit", + "ts" + ], + [ + "Ġl", + "att" + ], + [ + "ĠCh", + "amp" + ], + [ + "sh", + "adow" + ], + [ + "Ġb", + "ricks" + ], + [ + "Ġmart", + "ial" + ], + [ + "P", + "ower" + ], + [ + "Ġl", + "ap" + ], + [ + "ess", + "ential" + ], + [ + "ĠR", + "ing" + ], + [ + "Ġdisc", + "rep" + ], + [ + "Ġpot", + "tery" + ], + [ + "â̦", + "â̦" + ], + [ + "Ġlib", + "ert" + ], + [ + "a", + "an" + ], + [ + "Ġcr", + "ashes" + ], + [ + "Ġg", + "ad" + ], + [ + "Ġreported", + "ly" + ], + [ + "Ġaer", + "os" + ], + [ + "ĠBre", + "ast" + ], + [ + "C", + "oll" + ], + [ + "Ġregen", + "eration" + ], + [ + "com", + "ed" + ], + [ + "ÃŃ", + "s" + ], + [ + "B", + "ig" + ], + [ + "Ġsh", + "ores" + ], + [ + "Ġsc", + "arcity" + ], + [ + "Ġlight", + "ly" + ], + [ + "ĠO", + "k" + ], + [ + "cent", + "ered" + ], + [ + "i", + "ots" + ], + [ + "ĠS", + "it" + ], + [ + "ĠH", + "arm" + ], + [ + "à¤", + "¾" + ], + [ + "ĠM", + "end" + ], + [ + "Ġburn", + "out" + ], + [ + "Ġcollaps", + "ed" + ], + [ + "af", + "ety" + ], + [ + "Ġl", + "ime" + ], + [ + "Ġm", + "ould" + ], + [ + "ĠC", + "auc" + ], + [ + "sh", + "ine" + ], + [ + "Ġprompt", + "ly" + ], + [ + "ĠNO", + "AA" + ], + [ + "es", + "us" + ], + [ + "Ġw", + "iring" + ], + [ + "ĠAd", + "ded" + ], + [ + "Ġbar", + "rel" + ], + [ + "Ġgest", + "ures" + ], + [ + "Ġs", + "iege" + ], + [ + "ĠAb", + "use" + ], + [ + "col", + "ored" + ], + [ + "ĠScient", + "ist" + ], + [ + "Christ", + "ian" + ], + [ + "ĠHait", + "i" + ], + [ + "I", + "LL" + ], + [ + "S", + "em" + ], + [ + "ic", + "ating" + ], + [ + "Ġposition", + "ing" + ], + [ + "rehens", + "ive" + ], + [ + "lar", + "gest" + ], + [ + "L", + "ead" + ], + [ + "p", + "resent" + ], + [ + "}", + ":" + ], + [ + "an", + "um" + ], + [ + "ĠD", + "R" + ], + [ + "Ġsc", + "i" + ], + [ + "ĠFl", + "ag" + ], + [ + "Ġa", + "ux" + ], + [ + "Ġbeautiful", + "ly" + ], + [ + "ĠR", + "ud" + ], + [ + "ĠT", + "anz" + ], + [ + "In", + "s" + ], + [ + "anc", + "ouver" + ], + [ + "ĠAb", + "d" + ], + [ + "Ġfav", + "ored" + ], + [ + "Ġcircum", + "ference" + ], + [ + "Ġover", + "see" + ], + [ + "Ġline", + "age" + ], + [ + "Ġtort", + "ure" + ], + [ + "L", + "im" + ], + [ + "at", + "um" + ], + [ + "Ġdis", + "reg" + ], + [ + "Ġwork", + "flow" + ], + [ + "ograph", + "s" + ], + [ + "Ġmor", + "ally" + ], + [ + "Ġmanip", + "ulated" + ], + [ + "Le", + "ave" + ], + [ + "govern", + "mental" + ], + [ + "Ġphysic", + "ist" + ], + [ + "tem", + "perature" + ], + [ + "f", + "ig" + ], + [ + "Ġeconom", + "ists" + ], + [ + "ipp", + "er" + ], + [ + "ĠSal", + "mon" + ], + [ + "CD", + "C" + ], + [ + "ĠA", + "part" + ], + [ + "Ġ`", + "__" + ], + [ + "Ġl", + "ur" + ], + [ + "k", + "ets" + ], + [ + "u", + "cc" + ], + [ + "Ġve", + "gan" + ], + [ + "Ġg", + "room" + ], + [ + "ĠB", + "rian" + ], + [ + "Ġspec", + "ulation" + ], + [ + "ic", + "ient" + ], + [ + "st", + "atic" + ], + [ + "ob", + "a" + ], + [ + "pr", + "ise" + ], + [ + "at", + "ra" + ], + [ + "Ġch", + "ol" + ], + [ + "Ġcross", + "es" + ], + [ + "ĠÏ", + "ĥ" + ], + [ + "Sm", + "all" + ], + [ + "izz", + "iness" + ], + [ + "anche", + "ster" + ], + [ + "}", + "." + ], + [ + "en", + "ers" + ], + [ + "Ġpoly", + "gon" + ], + [ + "ĠReg", + "iment" + ], + [ + "Ġcompos", + "er" + ], + [ + "D", + "O" + ], + [ + "Ġpred", + "ator" + ], + [ + "ĠE", + "gg" + ], + [ + "Ġacc", + "ent" + ], + [ + "Ġwre", + "ck" + ], + [ + "Ġste", + "al" + ], + [ + "E", + "s" + ], + [ + "S", + "an" + ], + [ + "Ġsh", + "ine" + ], + [ + "fil", + "ter" + ], + [ + "pher", + "d" + ], + [ + "--------", + "--------" + ], + [ + "Ġgest", + "ure" + ], + [ + "d", + "ish" + ], + [ + "ĠN", + "ut" + ], + [ + "Ġwater", + "ways" + ], + [ + "Ġtrig", + "on" + ], + [ + "ĠBab", + "y" + ], + [ + "Ġs", + "aint" + ], + [ + "Ġbe", + "an" + ], + [ + "Ġsp", + "ans" + ], + [ + "Ġbar", + "rels" + ], + [ + "Ġunf", + "olds" + ], + [ + "Ġmul", + "ch" + ], + [ + "n", + "c" + ], + [ + "Ġob", + "l" + ], + [ + "Ġtext", + "ile" + ], + [ + "ĠA", + "ur" + ], + [ + "ĠWar", + "ren" + ], + [ + "ĠK", + "ael" + ], + [ + "Ġdesp", + "air" + ], + [ + "occ", + "ur" + ], + [ + "Ġpersu", + "ade" + ], + [ + "ĠW", + "elsh" + ], + [ + "Ġk", + "iss" + ], + [ + "eng", + "ue" + ], + [ + "Ġcontribut", + "ors" + ], + [ + "Sh", + "ort" + ], + [ + "Ġh", + "oc" + ], + [ + "Ġgen", + "eal" + ], + [ + "Ġpul", + "ses" + ], + [ + "Ġexplos", + "ive" + ], + [ + "he", + "ter" + ], + [ + "Ġre", + "usable" + ], + [ + "ĠB", + "iod" + ], + [ + "Ġel", + "ong" + ], + [ + "Ġp", + "agan" + ], + [ + "P", + "ract" + ], + [ + "Ġcondem", + "ned" + ], + [ + "Ġsu", + "ng" + ], + [ + "Ġsh", + "y" + ], + [ + "Ġhel", + "met" + ], + [ + "ĠV", + "A" + ], + [ + "Ġaccident", + "ally" + ], + [ + "Spec", + "ial" + ], + [ + "Ġconf", + "use" + ], + [ + "Ġmeas", + "urable" + ], + [ + "ĠLead", + "ership" + ], + [ + "ĠFact", + "ors" + ], + [ + "ĠV", + "II" + ], + [ + "eg", + "al" + ], + [ + "Ġmight", + "y" + ], + [ + "ĠCo", + "oper" + ], + [ + "Ġsc", + "oring" + ], + [ + "ĠPublic", + "ations" + ], + [ + "Ġde", + "form" + ], + [ + "ĠW", + "oman" + ], + [ + "Ġtrans", + "m" + ], + [ + "ĠAtl", + "as" + ], + [ + "Ġrec", + "omb" + ], + [ + "ĠK", + "az" + ], + [ + "osc", + "ope" + ], + [ + "o", + "ar" + ], + [ + "ant", + "i" + ], + [ + "Ġac", + "upuncture" + ], + [ + "co", + "al" + ], + [ + "n", + "ell" + ], + [ + "ĠMur", + "ray" + ], + [ + "ĠT", + "arget" + ], + [ + "Ġcr", + "ushed" + ], + [ + "ĠAdd", + "ress" + ], + [ + "ic", + "ine" + ], + [ + "ric", + "hed" + ], + [ + "Ġph", + "il" + ], + [ + "Ġsal", + "ts" + ], + [ + "ĠProgram", + "ming" + ], + [ + "Ġdistract", + "ions" + ], + [ + "Ġsw", + "ap" + ], + [ + "Ġune", + "ven" + ], + [ + "Ġhect", + "ares" + ], + [ + "ĠSpr", + "ings" + ], + [ + "f", + "eld" + ], + [ + "Ġred", + "emption" + ], + [ + "ke", + "eper" + ], + [ + "Ġev", + "ap" + ], + [ + "Ġknowledge", + "able" + ], + [ + "ĠStat", + "istical" + ], + [ + "Ġsail", + "ed" + ], + [ + "Ġtor", + "ch" + ], + [ + "Ġborrow", + "ed" + ], + [ + "Ġunder", + "gone" + ], + [ + "Ġmeant", + "ime" + ], + [ + "U", + "E" + ], + [ + "Ġeduc", + "ating" + ], + [ + "ĠSur", + "v" + ], + [ + "Ġcere", + "al" + ], + [ + "R", + "ight" + ], + [ + "Ġsc", + "ars" + ], + [ + "Ġden", + "ial" + ], + [ + "Ġupt", + "ake" + ], + [ + "qu", + "et" + ], + [ + "Ġche", + "w" + ], + [ + "ĠFl", + "ash" + ], + [ + "ir", + "l" + ], + [ + "ĠG", + "I" + ], + [ + "ogen", + "ous" + ], + [ + "Ġgamb", + "ling" + ], + [ + "Mod", + "ern" + ], + [ + "[", + "-" + ], + [ + "ĠS", + "ic" + ], + [ + "Ġdiss", + "atis" + ], + [ + "Ġsh", + "ipped" + ], + [ + "Ġcommun", + "ist" + ], + [ + "gu", + "ments" + ], + [ + "Ġexpect", + "ing" + ], + [ + "Ġecl", + "ipse" + ], + [ + "Educ", + "ation" + ], + [ + "C", + "ode" + ], + [ + "Ġcand", + "les" + ], + [ + "Ġdilem", + "ma" + ], + [ + "Ġpe", + "at" + ], + [ + "ophy", + "ll" + ], + [ + "Ġdos", + "age" + ], + [ + "Ġbu", + "il" + ], + [ + "S", + "ection" + ], + [ + "Ġb", + "ending" + ], + [ + "Ġam", + "ateur" + ], + [ + "Ġpat", + "rol" + ], + [ + "ĠMor", + "oc" + ], + [ + "Ġin", + "aug" + ], + [ + "Ġpo", + "orer" + ], + [ + "Ġste", + "pping" + ], + [ + ":", + "." + ], + [ + "an", + "us" + ], + [ + "Ġpolit", + "ician" + ], + [ + "Ġcat", + "ar" + ], + [ + "Ġn", + "ets" + ], + [ + "lo", + "op" + ], + [ + "Ġsand", + "y" + ], + [ + "ĠMont", + "real" + ], + [ + "er", + "at" + ], + [ + "ĠI", + "ter" + ], + [ + "ĠV", + "atican" + ], + [ + "Ġoccup", + "ations" + ], + [ + "ra", + "ising" + ], + [ + "Ġreg", + "ret" + ], + [ + "Ġcirc", + "ulating" + ], + [ + "Ġoun", + "ces" + ], + [ + "i", + "ost" + ], + [ + "Ġs", + "ine" + ], + [ + "th", + "alm" + ], + [ + "lu", + "ent" + ], + [ + "Ġscient", + "ifically" + ], + [ + "Ġde", + "let" + ], + [ + "ĠAir", + "port" + ], + [ + "Ġintrig", + "ue" + ], + [ + "Ġrecruit", + "ment" + ], + [ + "Ġspe", + "eches" + ], + [ + "Ġsy", + "rup" + ], + [ + "Ġbasket", + "ball" + ], + [ + "rosc", + "opy" + ], + [ + "Ġpast", + "ure" + ], + [ + "Ġstream", + "ing" + ], + [ + "Ġprocess", + "ors" + ], + [ + "ribut", + "ed" + ], + [ + "Ġfet", + "us" + ], + [ + "s", + "a" + ], + [ + "Ġform", + "ulation" + ], + [ + "asc", + "al" + ], + [ + "Ġban", + "ana" + ], + [ + "6", + "50" + ], + [ + "Ġp", + "ills" + ], + [ + "()", + ");" + ], + [ + "Ġfortun", + "ate" + ], + [ + "ĠK", + "ath" + ], + [ + "Ġgra", + "pe" + ], + [ + "Ġfragment", + "ed" + ], + [ + "id", + "en" + ], + [ + "ver", + "bs" + ], + [ + "Ġcar", + "rots" + ], + [ + "Ġplay", + "ground" + ], + [ + "Ġresid", + "ues" + ], + [ + "cler", + "osis" + ], + [ + "ĠM", + "i" + ], + [ + "os", + "ke" + ], + [ + "ĠEx", + "cell" + ], + [ + "Ġrein", + "forcement" + ], + [ + "Ġcul", + "min" + ], + [ + "ĠRepresent", + "atives" + ], + [ + "Ġfilt", + "ration" + ], + [ + "ĠT", + "ow" + ], + [ + "Ġst", + "up" + ], + [ + "ĠL", + "ibr" + ], + [ + "Ġacc", + "red" + ], + [ + "Ġpres", + "erves" + ], + [ + "Ġh", + "ats" + ], + [ + "vent", + "h" + ], + [ + "ĠĠĠĠĠĠĠĠ", + "Ċ" + ], + [ + "Ġsle", + "e" + ], + [ + "Ġpsych", + "ologists" + ], + [ + "r", + "ants" + ], + [ + "Ġ", + "å" + ], + [ + "ĠCons", + "umer" + ], + [ + "U", + "ST" + ], + [ + "own", + "er" + ], + [ + "ĠGo", + "als" + ], + [ + "C", + "all" + ], + [ + "R", + "ober" + ], + [ + "Ġwhere", + "in" + ], + [ + "Ġfacilit", + "ates" + ], + [ + "Ġpump", + "ing" + ], + [ + "Ġnost", + "alg" + ], + [ + "Ġc", + "ott" + ], + [ + "Ġp", + "ains" + ], + [ + "ĠC", + "ow" + ], + [ + "Ġsp", + "ike" + ], + [ + "ĠCon", + "vert" + ], + [ + "Ġunf", + "ortunate" + ], + [ + "AB", + "LE" + ], + [ + "Ġcontag", + "ious" + ], + [ + "Ġpost", + "ers" + ], + [ + "ĠCorn", + "ell" + ], + [ + "Def", + "inition" + ], + [ + "Ġnumb", + "ered" + ], + [ + "Ġse", + "aw" + ], + [ + "ĠSt", + "re" + ], + [ + "ill", + "in" + ], + [ + "ĠCanad", + "ians" + ], + [ + "Ġco", + "aching" + ], + [ + "Ġadapt", + "able" + ], + [ + "ang", + "o" + ], + [ + "Ġdead", + "line" + ], + [ + "n", + "ik" + ], + [ + "ri", + "k" + ], + [ + "Ġglow", + "ing" + ], + [ + "Ġwas", + "ted" + ], + [ + "Ġref", + "res" + ], + [ + "Ġl", + "ent" + ], + [ + "Ġmet", + "adata" + ], + [ + "Le", + "vel" + ], + [ + "sc", + "ores" + ], + [ + "Ġcontribut", + "or" + ], + [ + "Ġnation", + "ally" + ], + [ + "Ġacad", + "emics" + ], + [ + "Ġelimin", + "ates" + ], + [ + "ĠEth", + "ics" + ], + [ + "Ġbom", + "bs" + ], + [ + "Ġchar", + "m" + ], + [ + "Ġcolon", + "ization" + ], + [ + "Ġremember", + "ing" + ], + [ + "ighth", + "ouse" + ], + [ + "Ġul", + "cer" + ], + [ + "ĠIn", + "sp" + ], + [ + "Ġbra", + "ke" + ], + [ + "M", + "ich" + ], + [ + "ass", + "ador" + ], + [ + "Ġback", + "wards" + ], + [ + "Ġair", + "borne" + ], + [ + "Ġund", + "es" + ], + [ + "Ġtemper", + "ate" + ], + [ + "â̦", + "]" + ], + [ + "ĠC", + "over" + ], + [ + "Ġampl", + "ify" + ], + [ + "20", + "6" + ], + [ + "Ġenc", + "aps" + ], + [ + "gen", + "eration" + ], + [ + "oll", + "ar" + ], + [ + "Ġuns", + "afe" + ], + [ + "Ġhypot", + "hetical" + ], + [ + "ĠSt", + "orm" + ], + [ + "Ġco", + "oper" + ], + [ + "Ġang", + "els" + ], + [ + "Ġdepend", + "ency" + ], + [ + "5", + "50" + ], + [ + "le", + "en" + ], + [ + "ĠM", + "C" + ], + [ + "Ġge", + "othermal" + ], + [ + "c", + "ium" + ], + [ + "ĠSe", + "qu" + ], + [ + "ill", + "ation" + ], + [ + "ac", + "ious" + ], + [ + "otyp", + "ing" + ], + [ + "Ġimpul", + "se" + ], + [ + "ir", + "i" + ], + [ + "ĠAd", + "ult" + ], + [ + "ĠParticip", + "ants" + ], + [ + "bo", + "at" + ], + [ + "IC", + "E" + ], + [ + "Ġsl", + "aughter" + ], + [ + "Ġclim", + "atic" + ], + [ + "Ġelectro", + "des" + ], + [ + "ĠGard", + "ens" + ], + [ + "ĠBul", + "let" + ], + [ + "ĠDO", + "I" + ], + [ + "rom", + "b" + ], + [ + "ĠEn", + "h" + ], + [ + "sh", + "ape" + ], + [ + "ĠStat", + "us" + ], + [ + "Ġent", + "ropy" + ], + [ + "Ġben", + "ign" + ], + [ + "ir", + "ling" + ], + [ + "Ġgen", + "ital" + ], + [ + "stit", + "uting" + ], + [ + "Ġreluct", + "ant" + ], + [ + "W", + "ord" + ], + [ + "ol", + "uble" + ], + [ + "ĠV", + "III" + ], + [ + "Ġdepict", + "s" + ], + [ + "Ġvig", + "orous" + ], + [ + "ĠN", + "ick" + ], + [ + "ĠA", + "V" + ], + [ + "O", + "per" + ], + [ + "ies", + "el" + ], + [ + "Ġcompassion", + "ate" + ], + [ + "Ġlon", + "eliness" + ], + [ + "Ġpack", + "ing" + ], + [ + "Ġbur", + "d" + ], + [ + "T", + "aking" + ], + [ + "ĠRed", + "uce" + ], + [ + "ut", + "ers" + ], + [ + "Ġpast", + "a" + ], + [ + "press", + "ure" + ], + [ + "Ġm", + "ites" + ], + [ + "Ġdecis", + "ive" + ], + [ + "ĠL", + "ock" + ], + [ + "c", + "ils" + ], + [ + "Ġr", + "idge" + ], + [ + "ra", + "cle" + ], + [ + "Ġsp", + "ends" + ], + [ + "ens", + "ions" + ], + [ + "Ġopen", + "ings" + ], + [ + "Ġmot", + "ions" + ], + [ + "it", + "ating" + ], + [ + "Ġfl", + "ock" + ], + [ + "ĠS", + "ources" + ], + [ + "ĠPl", + "uto" + ], + [ + "Ġjun", + "ior" + ], + [ + "Ġsta", + "ple" + ], + [ + "ĠJosh", + "ua" + ], + [ + "Ġown", + "s" + ], + [ + "Ġdisse", + "min" + ], + [ + "}", + ")" + ], + [ + "Ġex", + "ting" + ], + [ + "Ġun", + "just" + ], + [ + "Ġtax", + "ation" + ], + [ + "Ġd", + "uck" + ], + [ + "Ġgall", + "on" + ], + [ + "Ġcomp", + "uls" + ], + [ + "Ġacc", + "us" + ], + [ + "Ġbank", + "rupt" + ], + [ + "Ġhat", + "red" + ], + [ + "in", + "av" + ], + [ + "Ġc", + "hess" + ], + [ + "op", + "ot" + ], + [ + "ĠP", + "in" + ], + [ + "ĠN", + "H" + ], + [ + "An", + "swer" + ], + [ + "count", + "s" + ], + [ + "Ġvolcan", + "oes" + ], + [ + "Current", + "ly" + ], + [ + "Ġille", + "g" + ], + [ + "Ġstabil", + "ize" + ], + [ + "B", + "uilding" + ], + [ + "ĠQueens", + "land" + ], + [ + "Ġsw", + "ollen" + ], + [ + "Ġprogram", + "med" + ], + [ + "ĠChar", + "ter" + ], + [ + "Ġske", + "ptic" + ], + [ + "at", + "z" + ], + [ + "Ġdel", + "ivers" + ], + [ + "ĠH", + "imal" + ], + [ + "Ġint", + "ro" + ], + [ + "Ġsub", + "mission" + ], + [ + "Ġfam", + "ine" + ], + [ + "ĠÂ", + "µ" + ], + [ + "Ġcul", + "p" + ], + [ + "ĠHarr", + "ison" + ], + [ + "T", + "ree" + ], + [ + "ĠA", + "G" + ], + [ + "Ġinterp", + "ersonal" + ], + [ + "w", + "ent" + ], + [ + "hen", + "es" + ], + [ + "Ġpur", + "ification" + ], + [ + "ĠD", + "est" + ], + [ + "Ġinc", + "ap" + ], + [ + "ĠAnaly", + "ze" + ], + [ + "ĠC", + "F" + ], + [ + "Ġcontext", + "ual" + ], + [ + "f", + "a" + ], + [ + "ri", + "ad" + ], + [ + "ĠOrig", + "in" + ], + [ + "E", + "vent" + ], + [ + "sc", + "ribe" + ], + [ + "Ġprophe", + "cy" + ], + [ + "ur", + "ations" + ], + [ + "ĠP", + "S" + ], + [ + "hib", + "ition" + ], + [ + "Ġru", + "in" + ], + [ + "ĠM", + "amm" + ], + [ + "Ġle", + "m" + ], + [ + "ĠAl", + "gebra" + ], + [ + "Ġcamp", + "ing" + ], + [ + "ĠSy", + "rian" + ], + [ + "supp", + "orted" + ], + [ + "Ġp", + "ork" + ], + [ + "Ġpoison", + "ous" + ], + [ + "ĠDesc", + "ription" + ], + [ + "Ġcor", + "ps" + ], + [ + "Ġlo", + "vers" + ], + [ + "ĠMon", + "te" + ], + [ + "Ġen", + "jo" + ], + [ + "B", + "ra" + ], + [ + "U", + "ntil" + ], + [ + "i", + "our" + ], + [ + "ĠS", + "AT" + ], + [ + "Ġbi", + "ologist" + ], + [ + "Ġinject", + "ions" + ], + [ + "ovol", + "ta" + ], + [ + "Ġf", + "ond" + ], + [ + "Ġst", + "urd" + ], + [ + "arr", + "ison" + ], + [ + "Ġser", + "otonin" + ], + [ + "Ġcort", + "isol" + ], + [ + "Ġcater", + "pill" + ], + [ + "imicrob", + "ial" + ], + [ + "ĠIn", + "vent" + ], + [ + "Ġestim", + "ation" + ], + [ + "Ġst", + "airs" + ], + [ + "ĠA", + "pr" + ], + [ + "all", + "as" + ], + [ + "othes", + "is" + ], + [ + "F", + "rench" + ], + [ + "od", + "ic" + ], + [ + "ĠE", + "sc" + ], + [ + "ã", + "o" + ], + [ + "Ġbuil", + "dup" + ], + [ + "rep", + "res" + ], + [ + "Ġgenuine", + "ly" + ], + [ + "Ġtreacher", + "ous" + ], + [ + "L", + "ocal" + ], + [ + "ĠP", + "ad" + ], + [ + "igm", + "atic" + ], + [ + "Ġmet", + "ropolitan" + ], + [ + "Ġmal", + "nutrition" + ], + [ + "Ġhur", + "ricanes" + ], + [ + "ĠTre", + "nd" + ], + [ + "Ġenlar", + "ge" + ], + [ + "Ġlandf", + "ill" + ], + [ + "Ġb", + "other" + ], + [ + "ĠB", + "E" + ], + [ + "rough", + "ts" + ], + [ + "Ġinstit", + "ute" + ], + [ + "Ġarchae", + "ologists" + ], + [ + "}", + "\"" + ], + [ + "ĠW", + "atson" + ], + [ + "ĠGen", + "eration" + ], + [ + "Ġpropag", + "ation" + ], + [ + "Ġre", + "named" + ], + [ + "Ġe", + "ats" + ], + [ + "ĠP", + "ant" + ], + [ + "Ġbud", + "s" + ], + [ + "Ġce", + "ased" + ], + [ + "ĠConfed", + "er" + ], + [ + "k", + "ers" + ], + [ + "u", + "art" + ], + [ + "est", + "on" + ], + [ + "Ġwor", + "ries" + ], + [ + "ov", + "ak" + ], + [ + "Ġkin", + "etic" + ], + [ + "ou", + "x" + ], + [ + "ĠL", + "ack" + ], + [ + "Ġthere", + "after" + ], + [ + "Ġamb", + "ition" + ], + [ + "ĠUk", + "rain" + ], + [ + "Ġrecur", + "ring" + ], + [ + "il", + "ated" + ], + [ + "um", + "atic" + ], + [ + "pro", + "per" + ], + [ + "met", + "ric" + ], + [ + "e", + "ast" + ], + [ + "Ġfl", + "ank" + ], + [ + "Ġmon", + "ster" + ], + [ + "ĠPre", + "m" + ], + [ + "Value", + "Error" + ], + [ + "Ġspont", + "ane" + ], + [ + "Ġoutwe", + "igh" + ], + [ + "ĠE", + "co" + ], + [ + "Ġh", + "inder" + ], + [ + "Ġdest", + "iny" + ], + [ + "Ġregul", + "ates" + ], + [ + "Ġvine", + "gar" + ], + [ + "s", + "aving" + ], + [ + "Ġsubtract", + "ing" + ], + [ + "oc", + "ular" + ], + [ + "Ġsp", + "heres" + ], + [ + "Ġexpress", + "es" + ], + [ + "Ġimp", + "osing" + ], + [ + "Ġtext", + "iles" + ], + [ + "Ġimpact", + "ing" + ], + [ + "Ġacknowled", + "ges" + ], + [ + "c", + "over" + ], + [ + "Ġde", + "ity" + ], + [ + "Ġunint", + "ended" + ], + [ + "ĠD", + "ial" + ], + [ + "Ġsail", + "ors" + ], + [ + "ĠC", + "SS" + ], + [ + "Ġbudget", + "s" + ], + [ + "ĠIns", + "urance" + ], + [ + "E", + "ss" + ], + [ + "É", + "Ļ" + ], + [ + "ĠA", + "F" + ], + [ + "Ġmusic", + "ian" + ], + [ + "s", + "ac" + ], + [ + "ub", + "a" + ], + [ + "ĠCh", + "apel" + ], + [ + "cl", + "amation" + ], + [ + "odynam", + "ics" + ], + [ + "and", + "ing" + ], + [ + "Rec", + "ent" + ], + [ + "Ġtran", + "qu" + ], + [ + "v", + "oid" + ], + [ + "ĠS", + "R" + ], + [ + "Ġsw", + "itched" + ], + [ + "ĠGe", + "ography" + ], + [ + "Ġfer", + "mentation" + ], + [ + "Ġresidual", + "s" + ], + [ + "Ġsn", + "aps" + ], + [ + "Ġfuel", + "ed" + ], + [ + "Ġquiet", + "ly" + ], + [ + "Ġinsist", + "ed" + ], + [ + "Ġen", + "forced" + ], + [ + "Ġsm", + "o" + ], + [ + "ĠĠĠĠĠĠĠĠ", + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ" + ], + [ + "ĠDef", + "inition" + ], + [ + "ĠPsych", + "ological" + ], + [ + "ĠHum", + "ans" + ], + [ + "ĠTibet", + "an" + ], + [ + "Ġunex", + "plained" + ], + [ + "Ġdolph", + "ins" + ], + [ + "uss", + "ia" + ], + [ + "ab", + "us" + ], + [ + "ĠR", + "w" + ], + [ + "Ġdev", + "ised" + ], + [ + "rim", + "inal" + ], + [ + "at", + "hetic" + ], + [ + "En", + "vironmental" + ], + [ + "Ġexch", + "anges" + ], + [ + "n", + "an" + ], + [ + "Ġfin", + "ishing" + ], + [ + "Ġquick", + "er" + ], + [ + "Ġeigen", + "values" + ], + [ + "Ġconsp", + "iracy" + ], + [ + "Ġbar", + "ley" + ], + [ + "Orig", + "inal" + ], + [ + "ĠCitiz", + "ens" + ], + [ + "x", + "ia" + ], + [ + "Ġint", + "end" + ], + [ + "Ġpay", + "load" + ], + [ + "n", + "uts" + ], + [ + "Ġw", + "ished" + ], + [ + "Ġst", + "ip" + ], + [ + "ol", + "o" + ], + [ + "Ġpro", + "se" + ], + [ + "Ġenjoy", + "ment" + ], + [ + "Ġlon", + "gevity" + ], + [ + "D", + "el" + ], + [ + "Ġm", + "u" + ], + [ + "ĠNe", + "uro" + ], + [ + "ĠG", + "R" + ], + [ + "ĠPythag", + "orean" + ], + [ + "B", + "ob" + ], + [ + "P", + "rior" + ], + [ + "Ġle", + "thal" + ], + [ + "Ġhad", + "n" + ], + [ + "eb", + "ook" + ], + [ + "Ġprev", + "ailing" + ], + [ + "G", + "H" + ], + [ + "ĠS", + "ed" + ], + [ + "Ġavoid", + "ance" + ], + [ + "Ġprox", + "y" + ], + [ + "Ġl", + "i" + ], + [ + "am", + "us" + ], + [ + "ĠHawai", + "ian" + ], + [ + "ĠStrateg", + "ies" + ], + [ + "Ġdirect", + "ors" + ], + [ + "Ġdil", + "ig" + ], + [ + "Que", + "ue" + ], + [ + "il", + "ic" + ], + [ + "ĠPro", + "ced" + ], + [ + "pr", + "ivate" + ], + [ + "ĠSign", + "s" + ], + [ + "Ġp", + "oured" + ], + [ + "Ġtrad", + "em" + ], + [ + "Ġpredict", + "s" + ], + [ + "Ġcentral", + "ized" + ], + [ + "M", + "uch" + ], + [ + "ĠN", + "early" + ], + [ + "Ġsal", + "ad" + ], + [ + "Ġf", + "ighter" + ], + [ + "Ġb", + "achelor" + ], + [ + "ĠS", + "old" + ], + [ + "if", + "ted" + ], + [ + "Ġwel", + "comed" + ], + [ + "Ġad", + "en" + ], + [ + "ĠShe", + "et" + ], + [ + "ĠP", + "O" + ], + [ + "Ġinter", + "disciplinary" + ], + [ + "Ġhon", + "ored" + ], + [ + "Ġrhet", + "orical" + ], + [ + "ĠHol", + "land" + ], + [ + "Ġcompost", + "ing" + ], + [ + "ĠClear", + "ly" + ], + [ + "our", + "ge" + ], + [ + "ĠV", + "iolence" + ], + [ + "Ġreg", + "ain" + ], + [ + "Ġcl", + "ocks" + ], + [ + "Ġun", + "real" + ], + [ + "yr", + "us" + ], + [ + "U", + "K" + ], + [ + "ur", + "ious" + ], + [ + "ch", + "lor" + ], + [ + "ĠB", + "us" + ], + [ + "Ġconc", + "ision" + ], + [ + "Ġabs", + "urd" + ], + [ + "ad", + "ron" + ], + [ + "Ġfre", + "el" + ], + [ + ":", + "\")" + ], + [ + "Ġret", + "aining" + ], + [ + "Ġbr", + "ass" + ], + [ + "St", + "at" + ], + [ + "ĠVerm", + "ont" + ], + [ + "ĠInst", + "ruction" + ], + [ + "Ġdefic", + "its" + ], + [ + "ĠThanks", + "giving" + ], + [ + "Ġextrem", + "es" + ], + [ + "Ġsexual", + "ity" + ], + [ + "Ġexceed", + "ing" + ], + [ + "Ġsc", + "ream" + ], + [ + "Ġpain", + "ts" + ], + [ + "Ġbe", + "ating" + ], + [ + "ĠC", + "emetery" + ], + [ + "ass", + "ing" + ], + [ + "Ġtrack", + "ed" + ], + [ + "Ġjour", + "neys" + ], + [ + "rote", + "in" + ], + [ + "iv", + "able" + ], + [ + "ĠE", + "T" + ], + [ + "ĠPl", + "ains" + ], + [ + "UC", + "N" + ], + [ + "Ġcry", + "ing" + ], + [ + "ĠDis", + "play" + ], + [ + "Ġadolesc", + "ence" + ], + [ + "S", + "H" + ], + [ + "ĠM", + "aterial" + ], + [ + "ĠW", + "et" + ], + [ + "ĠW", + "ide" + ], + [ + "ron", + "ts" + ], + [ + "Sh", + "are" + ], + [ + "Ġma", + "ize" + ], + [ + "ĠLie", + "utenant" + ], + [ + "fu", + "els" + ], + [ + "E", + "nt" + ], + [ + "L", + "ight" + ], + [ + "ĠInit", + "ially" + ], + [ + "Ġphosph", + "ate" + ], + [ + "s", + "v" + ], + [ + "Ġpe", + "ek" + ], + [ + "Ġcur", + "se" + ], + [ + "Ġbre", + "w" + ], + [ + "ĠD", + "VD" + ], + [ + "Ġref", + "lux" + ], + [ + "ĠInf", + "antry" + ], + [ + "Ġexhaust", + "ion" + ], + [ + "Ġconqu", + "er" + ], + [ + "W", + "HO" + ], + [ + "Dig", + "ital" + ], + [ + "Ġcertific", + "ates" + ], + [ + "ococc", + "us" + ], + [ + "!", + "\")" + ], + [ + "Â", + "´" + ], + [ + "ry", + "s" + ], + [ + "Ġatt", + "ained" + ], + [ + "Ġwel", + "coming" + ], + [ + "Ġco", + "op" + ], + [ + "ĠCl", + "ose" + ], + [ + "Ġthr", + "ill" + ], + [ + "Ġinterview", + "ed" + ], + [ + "ĠL", + "ud" + ], + [ + "Ġass", + "ay" + ], + [ + "Ġdeb", + "ts" + ], + [ + "ĠAv", + "a" + ], + [ + "t", + "z" + ], + [ + "Ġc", + "ores" + ], + [ + "Ġpo", + "etic" + ], + [ + "ĠVal", + "ent" + ], + [ + "sim", + "ilar" + ], + [ + "g", + "ia" + ], + [ + "Ġp", + "ads" + ], + [ + "ĠGen", + "etics" + ], + [ + "Ġfair", + "ness" + ], + [ + "ĠLine", + "ar" + ], + [ + "Ġgate", + "way" + ], + [ + "ĠD", + "ow" + ], + [ + "Ġsh", + "rimp" + ], + [ + "s", + "er" + ], + [ + "it", + "ant" + ], + [ + "st", + "ation" + ], + [ + "Ġth", + "rew" + ], + [ + "and", + "y" + ], + [ + "Ġcharacter", + "ization" + ], + [ + "Ġl", + "aund" + ], + [ + "orn", + "s" + ], + [ + "ĠDo", + "e" + ], + [ + "Ġcommit", + "ting" + ], + [ + "Ġintim", + "acy" + ], + [ + "ĠM", + "aps" + ], + [ + "ĠAn", + "swer" + ], + [ + "ell", + "ite" + ], + [ + "Ġexp", + "ands" + ], + [ + "ĠCat", + "al" + ], + [ + "ĠLim", + "ited" + ], + [ + "focus", + "ed" + ], + [ + "L", + "D" + ], + [ + "Ġd", + "welling" + ], + [ + "res", + "olution" + ], + [ + "int", + "age" + ], + [ + "ĠPh", + "araoh" + ], + [ + "99", + "9" + ], + [ + "ĠMit", + "chell" + ], + [ + "Ġm", + "alf" + ], + [ + "ĠPark", + "er" + ], + [ + "S", + "ah" + ], + [ + "Ġvirt", + "ues" + ], + [ + "ĠQue", + "ue" + ], + [ + "ĠMil", + "ky" + ], + [ + "Ġcompos", + "itions" + ], + [ + "Ġt", + "iger" + ], + [ + "Ġcharacter", + "ize" + ], + [ + "Ġsuspic", + "ion" + ], + [ + "b", + "ig" + ], + [ + "he", + "ro" + ], + [ + "Ġcru", + "ise" + ], + [ + "Ġt", + "ant" + ], + [ + "Ġt", + "ribute" + ], + [ + "sc", + "ient" + ], + [ + "Not", + "ice" + ], + [ + "P", + "ath" + ], + [ + "Ġreb", + "els" + ], + [ + "associ", + "ated" + ], + [ + "ron", + "ics" + ], + [ + "Ġunsett", + "ling" + ], + [ + "Ġpro", + "ceeds" + ], + [ + "Ġfor", + "age" + ], + [ + "izz", + "es" + ], + [ + "Ġf", + "ancy" + ], + [ + "Ġl", + "ush" + ], + [ + "Ġturn", + "over" + ], + [ + "Ġeld", + "ers" + ], + [ + "Ġacou", + "stic" + ], + [ + "Ġsc", + "ared" + ], + [ + "Ġexplore", + "rs" + ], + [ + "Ġthe", + "ological" + ], + [ + "Ġadapt", + "ations" + ], + [ + "R", + "equ" + ], + [ + "Ġdr", + "astic" + ], + [ + "ĠUg", + "anda" + ], + [ + "2", + "15" + ], + [ + "ĠT", + "ab" + ], + [ + "Ġautom", + "otive" + ], + [ + "Ġo", + "wing" + ], + [ + "au", + "er" + ], + [ + "ĠCh", + "anging" + ], + [ + "ĠF", + "ern" + ], + [ + "ordin", + "ates" + ], + [ + "ĠĠĠĠĠĠĠĠ", + "Ġ" + ], + [ + "Ġsp", + "ores" + ], + [ + "Ġpl", + "un" + ], + [ + "Ġsuff", + "ix" + ], + [ + "G", + "old" + ], + [ + "Ġpr", + "uning" + ], + [ + "Ġtriang", + "ular" + ], + [ + "k", + "n" + ], + [ + "Ġprof", + "iciency" + ], + [ + "S", + "ize" + ], + [ + "ia", + "e" + ], + [ + "Ġconf", + "ounding" + ], + [ + "Ġair", + "way" + ], + [ + "Ġment", + "ors" + ], + [ + "Ġrefrig", + "erator" + ], + [ + "o", + "i" + ], + [ + "ĠIn", + "v" + ], + [ + "Ġwind", + "ing" + ], + [ + "â̦", + "âĢĿ" + ], + [ + "ĠViet", + "namese" + ], + [ + "â", + "Ĥ" + ], + [ + "Ġfig", + "ured" + ], + [ + "Ġundert", + "aking" + ], + [ + "c", + "opy" + ], + [ + "um", + "ed" + ], + [ + "Ġmo", + "ons" + ], + [ + "ĠIll", + "ustr" + ], + [ + "Ġdepict", + "ing" + ], + [ + "Ġdistract", + "ed" + ], + [ + "h", + "oot" + ], + [ + "Ġbr", + "ig" + ], + [ + "d", + "og" + ], + [ + "Ġdeterior", + "ation" + ], + [ + "Ġsol", + "itary" + ], + [ + ".\"", + "\"\"" + ], + [ + "Ġunus", + "ually" + ], + [ + "Te", + "chn" + ], + [ + "ĠS", + "ib" + ], + [ + "ib", + "les" + ], + [ + "Ġsign", + "atures" + ], + [ + "Ġphot", + "ographer" + ], + [ + "Ġblank", + "et" + ], + [ + "Ġconvict", + "ed" + ], + [ + "Ġg", + "i" + ], + [ + "Ġem", + "ploys" + ], + [ + "D", + "T" + ], + [ + "b", + "ishop" + ], + [ + "um", + "ines" + ], + [ + "ĠM", + "ust" + ], + [ + "OR", + "T" + ], + [ + "Ġtsun", + "ami" + ], + [ + "45", + "6" + ], + [ + "id", + "i" + ], + [ + "ch", + "air" + ], + [ + "ĠV", + "ancouver" + ], + [ + "r", + "c" + ], + [ + "ĠS", + "ut" + ], + [ + "Ġw", + "inters" + ], + [ + "Ġnumer", + "ator" + ], + [ + "Ġdispers", + "ed" + ], + [ + "Ġseam", + "lessly" + ], + [ + "ĠBud", + "get" + ], + [ + "l", + "on" + ], + [ + "ĠS", + "ure" + ], + [ + "Ġour", + "s" + ], + [ + "Ġcoast", + "line" + ], + [ + "Ġp", + "a" + ], + [ + "Ġconstruct", + "or" + ], + [ + "Ġspect", + "ral" + ], + [ + "ĠLook", + "ing" + ], + [ + "g", + "om" + ], + [ + "ĠBut", + "ter" + ], + [ + "ĠId", + "aho" + ], + [ + "ĠColon", + "ial" + ], + [ + "N", + "R" + ], + [ + "ĠM", + "E" + ], + [ + "ĠM", + "ira" + ], + [ + "Ġlip", + "id" + ], + [ + "Ġarsen", + "ic" + ], + [ + "Ġe", + "lic" + ], + [ + "Ġsp", + "herical" + ], + [ + "ĠAl", + "ban" + ], + [ + "Ġspac", + "etime" + ], + [ + "Ġth", + "or" + ], + [ + "aw", + "ning" + ], + [ + "Ġcontradict", + "ory" + ], + [ + "ĠIde", + "as" + ], + [ + "Ġadd", + "itives" + ], + [ + "Ġrain", + "water" + ], + [ + "disc", + "overy" + ], + [ + "Ġsmo", + "other" + ], + [ + "u", + "ph" + ], + [ + "ĠReg", + "ist" + ], + [ + "ĠSte", + "in" + ], + [ + "Ġfinger", + "print" + ], + [ + "ĠGuard", + "ian" + ], + [ + "I", + "ts" + ], + [ + "Up", + "on" + ], + [ + "B", + "E" + ], + [ + "Ġwas", + "tes" + ], + [ + "Ġres", + "urrection" + ], + [ + "Ġcapital", + "ist" + ], + [ + "ĠM", + "anchester" + ], + [ + "user", + "name" + ], + [ + "ĠF", + "inding" + ], + [ + "Ġest", + "eem" + ], + [ + "essor", + "i" + ], + [ + "Ġrent", + "al" + ], + [ + "Ġg", + "reed" + ], + [ + "Ġwor", + "sh" + ], + [ + "im", + "ation" + ], + [ + "Ġcom", + "ic" + ], + [ + "ĠP", + "ositive" + ], + [ + "Ġmake", + "up" + ], + [ + "Ġcar", + "pet" + ], + [ + "Ġfacilit", + "ated" + ], + [ + "Ġw", + "icked" + ], + [ + "ĠT", + "es" + ], + [ + "Ġcapt", + "ive" + ], + [ + "Ġutil", + "izes" + ], + [ + "lar", + "ge" + ], + [ + "ĠW", + "ere" + ], + [ + "á", + "¸" + ], + [ + "le", + "tters" + ], + [ + "Ġwh", + "olly" + ], + [ + "Ġso", + "othing" + ], + [ + "Ġdisc", + "retion" + ], + [ + "M", + "ac" + ], + [ + "Ġra", + "y" + ], + [ + "Ġnumer", + "ic" + ], + [ + "Ġn", + "th" + ], + [ + "ĠEm", + "ail" + ], + [ + "Ġforest", + "ry" + ], + [ + "AC", + "K" + ], + [ + "ĠPress", + "ure" + ], + [ + "U", + "I" + ], + [ + "Ġl", + "am" + ], + [ + "ĠL", + "ad" + ], + [ + "pr", + "im" + ], + [ + "Ġtreat", + "ies" + ], + [ + "Ġcapt", + "ivity" + ], + [ + "Ġ\"", + "," + ], + [ + "Ġlear", + "nt" + ], + [ + "Ġant", + "iv" + ], + [ + "Ġbattle", + "field" + ], + [ + "ĠIran", + "ian" + ], + [ + "ĠV", + "ul" + ], + [ + "ony", + "ms" + ], + [ + "Ġlic", + "enses" + ], + [ + "Ġiod", + "ine" + ], + [ + "iv", + "an" + ], + [ + "Ġsp", + "raw" + ], + [ + "le", + "af" + ], + [ + "ĠL", + "ect" + ], + [ + "Ġrem", + "arks" + ], + [ + "ĠK", + "os" + ], + [ + "ĠHealth", + "care" + ], + [ + "ĠÎ", + "¸" + ], + [ + "ĠClass", + "ical" + ], + [ + "E", + "lement" + ], + [ + "ĠMel", + "bourne" + ], + [ + "Ġcard", + "board" + ], + [ + "icul", + "ous" + ], + [ + "Ġsub", + "conscious" + ], + [ + "Ġlack", + "ed" + ], + [ + "fol", + "k" + ], + [ + "ĠGreg", + "ory" + ], + [ + "k", + "wargs" + ], + [ + "Ġcol", + "der" + ], + [ + "ĠBe", + "at" + ], + [ + "ĠH", + "ond" + ], + [ + "roid", + "ism" + ], + [ + "b", + "rown" + ], + [ + "Ġw", + "itch" + ], + [ + "Med", + "ical" + ], + [ + "ĠMult", + "i" + ], + [ + "Ġcohes", + "ion" + ], + [ + "Ġsoc", + "cer" + ], + [ + "Ag", + "ain" + ], + [ + "ĠNon", + "etheless" + ], + [ + "ĠInterest", + "ingly" + ], + [ + "F", + "ull" + ], + [ + "Ð", + "º" + ], + [ + "ĠH", + "us" + ], + [ + "Ġey", + "el" + ], + [ + "ot", + "omy" + ], + [ + "B", + "P" + ], + [ + "Ġnow", + "adays" + ], + [ + "Ġcontract", + "ed" + ], + [ + "dis", + "play" + ], + [ + "ĠP", + "overty" + ], + [ + "cal", + "culate" + ], + [ + "Ġalkal", + "ine" + ], + [ + "pal", + "indrome" + ], + [ + "ĠR", + "AM" + ], + [ + "ĠNG", + "Os" + ], + [ + "âĢ", + "ł" + ], + [ + "iz", + "ards" + ], + [ + "Ġpar", + "alysis" + ], + [ + "ĠAc", + "id" + ], + [ + "ge", + "x" + ], + [ + "ĠP", + "E" + ], + [ + "ĠC", + "eltic" + ], + [ + "Ġsh", + "ining" + ], + [ + "Ġextens", + "ions" + ], + [ + "g", + "all" + ], + [ + "at", + "able" + ], + [ + "ĠChild", + "hood" + ], + [ + "ĠOver", + "view" + ], + [ + "Ġlisten", + "er" + ], + [ + "Ġbelie", + "vers" + ], + [ + "ĠCy", + "ber" + ], + [ + "Ġrac", + "ist" + ], + [ + "Ã", + "Ĺ" + ], + [ + "Ġhel", + "per" + ], + [ + "Ġgood", + "ness" + ], + [ + "Ġmet", + "ast" + ], + [ + "Ġprint", + "able" + ], + [ + "sh", + "ould" + ], + [ + "Ġep", + "ist" + ], + [ + "ĠMorm", + "on" + ], + [ + "ak", + "y" + ], + [ + "Ġprotect", + "ions" + ], + [ + "Ġan", + "nex" + ], + [ + "Ġlocal", + "ized" + ], + [ + "ĠCreat", + "or" + ], + [ + "Ġdispers", + "ion" + ], + [ + "ar", + "re" + ], + [ + "w", + "ig" + ], + [ + "Ġshelt", + "ers" + ], + [ + "Ġoverl", + "apping" + ], + [ + "Ġa", + "uction" + ], + [ + "Ġru", + "gged" + ], + [ + "M", + "en" + ], + [ + "ĠB", + "ir" + ], + [ + "ĠH", + "end" + ], + [ + "ĠY", + "oga" + ], + [ + "ĠV", + "oice" + ], + [ + "Ġsocial", + "ist" + ], + [ + "Ġpercent", + "ile" + ], + [ + "G", + "roup" + ], + [ + "z", + "ip" + ], + [ + "ll", + "a" + ], + [ + "Ġmark", + "ings" + ], + [ + "ĠCont", + "ents" + ], + [ + "Ġstimul", + "ates" + ], + [ + "ruct", + "ose" + ], + [ + "aur", + "us" + ], + [ + "ĠPot", + "ential" + ], + [ + "Ġmorph", + "ology" + ], + [ + "You", + "ng" + ], + [ + "ĠRuss", + "ians" + ], + [ + "ĠFin", + "ance" + ], + [ + "Ġinver", + "te" + ], + [ + "s", + "ent" + ], + [ + "ĠR", + "osen" + ], + [ + "bor", + "ough" + ], + [ + "Ġdisrupt", + "ed" + ], + [ + "Ġp", + "unch" + ], + [ + "Ġl", + "ump" + ], + [ + "ĠU", + "T" + ], + [ + "ric", + "ting" + ], + [ + "Ġmet", + "aph" + ], + [ + "angu", + "ages" + ], + [ + "Ġresearc", + "hed" + ], + [ + "Ġcoc", + "oa" + ], + [ + "Ġc", + "ured" + ], + [ + "Ġst", + "ark" + ], + [ + "ĠR", + "uth" + ], + [ + "Ġfl", + "ames" + ], + [ + "Ġm", + "im" + ], + [ + "ect", + "ive" + ], + [ + "Ġsc", + "av" + ], + [ + "Ġup", + "grad" + ], + [ + "amp", + "us" + ], + [ + "Ġthreat", + "ens" + ], + [ + "ĠAssoci", + "ate" + ], + [ + "Ġhered", + "itary" + ], + [ + "ĠF", + "R" + ], + [ + "Ġdiff", + "usion" + ], + [ + "ĠSp", + "eed" + ], + [ + "ĠSh", + "an" + ], + [ + "Im", + "port" + ], + [ + "Ġsnail", + "s" + ], + [ + "Ġh", + "alt" + ], + [ + "Ġst", + "arch" + ], + [ + "Ġal", + "beit" + ], + [ + "ĠE", + "asy" + ], + [ + "ĠG", + "A" + ], + [ + "Ġgroup", + "ing" + ], + [ + "ĠProcess", + "ing" + ], + [ + "ĠA", + "A" + ], + [ + "ĠDe", + "al" + ], + [ + "Ġf", + "are" + ], + [ + "Ġpossess", + "ions" + ], + [ + "direct", + "ory" + ], + [ + "ĠM", + "erc" + ], + [ + "ĠF", + "amilies" + ], + [ + "Ġtre", + "asures" + ], + [ + "Ġmuc", + "us" + ], + [ + "ĠB", + "ranch" + ], + [ + "Ġfeas", + "ibility" + ], + [ + "Ġbe", + "ads" + ], + [ + "ĠRe", + "ason" + ], + [ + "ĠProject", + "s" + ], + [ + "Ġt", + "ennis" + ], + [ + "Ġle", + "tt" + ], + [ + "uss", + "ions" + ], + [ + "W", + "elcome" + ], + [ + "it", + "ures" + ], + [ + "ad", + "vert" + ], + [ + "ĠB", + "ou" + ], + [ + "Ġant", + "idepress" + ], + [ + "ab", + "lishing" + ], + [ + "Ġexec", + "uting" + ], + [ + "ĠT", + "amil" + ], + [ + "e", + "vent" + ], + [ + "ed", + "ar" + ], + [ + "ver", + "bal" + ], + [ + "Ġlong", + "itudinal" + ], + [ + "ĠPort", + "land" + ], + [ + "P", + "erson" + ], + [ + "sc", + "he" + ], + [ + "Ġexc", + "use" + ], + [ + "C", + "are" + ], + [ + "ĠH", + "ousing" + ], + [ + "ĠN", + "ames" + ], + [ + "ĠRe", + "ich" + ], + [ + "ĠRich", + "mond" + ], + [ + "Ġembra", + "ced" + ], + [ + "d", + "ers" + ], + [ + "Ã", + "Ĥ" + ], + [ + "ĠE", + "ra" + ], + [ + "Ġgarden", + "ers" + ], + [ + "ĠT", + "ol" + ], + [ + "Ġmaster", + "y" + ], + [ + "Ġconstell", + "ation" + ], + [ + "Ġubiqu", + "itous" + ], + [ + "ĠW", + "ag" + ], + [ + "er", + "ly" + ], + [ + "Ġp", + "ant" + ], + [ + "Ġscen", + "ery" + ], + [ + "Ġyield", + "ed" + ], + [ + "Ġmas", + "cul" + ], + [ + "Ġle", + "ukemia" + ], + [ + "Ġcell", + "ul" + ], + [ + "Ġscript", + "s" + ], + [ + "Ġfrustr", + "ating" + ], + [ + "Ġs", + "aints" + ], + [ + "ĠR", + "oot" + ], + [ + "ĠV", + "el" + ], + [ + "l", + "iving" + ], + [ + "ĠM", + "ann" + ], + [ + "ĠGen", + "e" + ], + [ + "Ġp", + "engu" + ], + [ + "Ġsc", + "rub" + ], + [ + "ĠTre", + "asury" + ], + [ + "Ġseiz", + "ure" + ], + [ + "Ġbe", + "ast" + ], + [ + "rib", + "ers" + ], + [ + "Stand", + "ard" + ], + [ + "Ġun", + "le" + ], + [ + "round", + "ed" + ], + [ + "aw", + "i" + ], + [ + "ĠHol", + "lywood" + ], + [ + "Ġregul", + "ators" + ], + [ + "ĠL", + "as" + ], + [ + "Ġmodel", + "ed" + ], + [ + "Ġarm", + "or" + ], + [ + "Get", + "ting" + ], + [ + "T", + "r" + ], + [ + "z", + "ema" + ], + [ + "ĠG", + "N" + ], + [ + "ĠH", + "alf" + ], + [ + "ach", + "ine" + ], + [ + "Ġbr", + "an" + ], + [ + "ĠNe", + "ither" + ], + [ + "Ġden", + "om" + ], + [ + "ĠIdent", + "ity" + ], + [ + "g", + "i" + ], + [ + "Ġl", + "end" + ], + [ + "ĠSte", + "ven" + ], + [ + "n", + "atal" + ], + [ + "Ġdis", + "gu" + ], + [ + "Ġparliament", + "ary" + ], + [ + "Ġ", + "____" + ], + [ + "Ġw", + "ield" + ], + [ + "or", + "ig" + ], + [ + "ĠS", + "ample" + ], + [ + "En", + "ergy" + ], + [ + "author", + "ized" + ], + [ + "S", + "ing" + ], + [ + "Ġp", + "ins" + ], + [ + "ak", + "ery" + ], + [ + "Ġmon", + "archy" + ], + [ + "Ġsuspect", + "s" + ], + [ + "se", + "ctions" + ], + [ + "Ġm", + "ills" + ], + [ + "Cont", + "ent" + ], + [ + "Ġbomb", + "ing" + ], + [ + "egrad", + "able" + ], + [ + "t", + "ag" + ], + [ + "ĠC", + "ele" + ], + [ + "ĠF", + "itz" + ], + [ + "Ġpal", + "p" + ], + [ + "ĠâĪ", + "Ĵ" + ], + [ + "Ġchair", + "man" + ], + [ + "Ë", + "Ī" + ], + [ + "Ġc", + "asc" + ], + [ + "ĠR", + "yan" + ], + [ + "Ġsp", + "ear" + ], + [ + "ĠJ", + "ere" + ], + [ + "Ġj", + "ungle" + ], + [ + "Ġpre", + "historic" + ], + [ + "Ġrec", + "ount" + ], + [ + "Ġaer", + "obic" + ], + [ + "rell", + "a" + ], + [ + "ĠInitial", + "ize" + ], + [ + "Brit", + "ish" + ], + [ + "ĠG", + "othic" + ], + [ + "ath", + "a" + ], + [ + "ĠRec", + "ently" + ], + [ + "Ġvot", + "er" + ], + [ + "Ġnic", + "otine" + ], + [ + "Ġhack", + "ers" + ], + [ + "Ġinsc", + "ription" + ], + [ + "Mic", + "ro" + ], + [ + "Ġmant", + "le" + ], + [ + "oar", + "thritis" + ], + [ + "Ġdes", + "erves" + ], + [ + "ĠChar", + "lie" + ], + [ + "ĠFil", + "ip" + ], + [ + "hand", + "ed" + ], + [ + "Ġfurn", + "ace" + ], + [ + "ĠTop", + "ics" + ], + [ + "ĠT", + "ests" + ], + [ + "ĠR", + "ural" + ], + [ + "produ", + "cing" + ], + [ + "our", + "t" + ], + [ + "Ġintern", + "ally" + ], + [ + "Ġmira", + "cle" + ], + [ + "Ġaff", + "air" + ], + [ + "Ġvir", + "gin" + ], + [ + "Ġmass", + "age" + ], + [ + "Ġcon", + "es" + ], + [ + "ĠH", + "ub" + ], + [ + "ĠF", + "resh" + ], + [ + "amm", + "ed" + ], + [ + "b", + "uild" + ], + [ + "Bet", + "ween" + ], + [ + "ĠTh", + "reat" + ], + [ + "h", + "ab" + ], + [ + "in", + "qu" + ], + [ + "Ġnoun", + "s" + ], + [ + "ĠPro", + "tein" + ], + [ + "W", + "ashington" + ], + [ + "g", + "as" + ], + [ + "id", + "o" + ], + [ + "ill", + "as" + ], + [ + "Ġide", + "ally" + ], + [ + "Ġm", + "isc" + ], + [ + "ĠOl", + "iver" + ], + [ + "ĠAdm", + "iral" + ], + [ + "G", + "L" + ], + [ + "Ġen", + "igmatic" + ], + [ + "Ġmethod", + "ologies" + ], + [ + "Ġclin", + "icians" + ], + [ + "Ġgraph", + "ical" + ], + [ + "Ġfol", + "lic" + ], + [ + "Y", + "S" + ], + [ + "Ġthere", + "of" + ], + [ + "Ġdel", + "ta" + ], + [ + "AS", + "S" + ], + [ + "ĠDist", + "ribution" + ], + [ + "ĠYO", + "U" + ], + [ + "m", + "ove" + ], + [ + "Ġno", + "ises" + ], + [ + "Ġbegin", + "ners" + ], + [ + "Ġdisappear", + "ance" + ], + [ + "Ġself", + "ish" + ], + [ + "Ġmig", + "raine" + ], + [ + "S", + "un" + ], + [ + "Ġfore", + "b" + ], + [ + "An", + "n" + ], + [ + "Ġspin", + "ach" + ], + [ + "Ġint", + "olerance" + ], + [ + "Ġpill", + "ars" + ], + [ + "Ġf", + "al" + ], + [ + "id", + "able" + ], + [ + "Ġha", + "ul" + ], + [ + "ĠPier", + "re" + ], + [ + "Ġsc", + "ary" + ], + [ + "Ġgall", + "eries" + ], + [ + "Ġnom", + "inal" + ], + [ + "Ġj", + "unk" + ], + [ + "Ġheav", + "ens" + ], + [ + "o", + "S" + ], + [ + "ĠN", + "ixon" + ], + [ + "Ġcomp", + "iler" + ], + [ + "lic", + "ation" + ], + [ + "Ġaw", + "ake" + ], + [ + "Ġendeav", + "or" + ], + [ + "ĠL", + "isa" + ], + [ + "Ġsc", + "aled" + ], + [ + "é", + "t" + ], + [ + "Ġphysic", + "ists" + ], + [ + "Ġfort", + "ified" + ], + [ + "ĠIsa", + "iah" + ], + [ + "ĠOd", + "ys" + ], + [ + "o", + "qu" + ], + [ + "Ġhom", + "eland" + ], + [ + "ĠInter", + "ior" + ], + [ + "ĠZh", + "ang" + ], + [ + "Ï", + "ī" + ], + [ + "Ġw", + "aking" + ], + [ + "ĠSu", + "ff" + ], + [ + "Ġencrypt", + "ed" + ], + [ + "Ġmath", + "s" + ], + [ + "c", + "i" + ], + [ + "o", + "ffic" + ], + [ + "Ġdef", + "ending" + ], + [ + "Ġmilit", + "ia" + ], + [ + "c", + "ross" + ], + [ + "ag", + "ain" + ], + [ + "Ġinter", + "tw" + ], + [ + "Ġwe", + "ird" + ], + [ + "ell", + "i" + ], + [ + "Ġed", + "s" + ], + [ + "Ġobserv", + "ational" + ], + [ + "Ġassert", + "s" + ], + [ + "ĠJud", + "ge" + ], + [ + "Ġail", + "ments" + ], + [ + "Ġm", + "und" + ], + [ + "Ġfol", + "klore" + ], + [ + "Ġreal", + "ism" + ], + [ + "iss", + "a" + ], + [ + "Ġiter", + "ating" + ], + [ + "3", + "30" + ], + [ + "S", + "am" + ], + [ + "Ġc", + "aste" + ], + [ + "Ġend", + "ure" + ], + [ + "Ġblood", + "y" + ], + [ + "Ġb", + "oring" + ], + [ + "ans", + "om" + ], + [ + "Ġret", + "rieved" + ], + [ + "Ġcor", + "als" + ], + [ + "ĠG", + "re" + ], + [ + "ĠSh", + "op" + ], + [ + "Ġcop", + "ying" + ], + [ + "Ġpoll", + "uted" + ], + [ + "ĠH", + "unting" + ], + [ + "Th", + "read" + ], + [ + "ĠSc", + "ale" + ], + [ + "sh", + "aring" + ], + [ + "Ġstain", + "less" + ], + [ + "Ġve", + "gg" + ], + [ + "Ġampl", + "itude" + ], + [ + "ĠCon", + "struct" + ], + [ + "ĠGroup", + "s" + ], + [ + "Out", + "put" + ], + [ + "Ġsu", + "ite" + ], + [ + "Ġjar", + "gon" + ], + [ + "Ġst", + "y" + ], + [ + "ok", + "a" + ], + [ + "ars", + "on" + ], + [ + "Ġrecip", + "ients" + ], + [ + "Ġresol", + "ving" + ], + [ + "Ġunre", + "liable" + ], + [ + "Ġp", + "ent" + ], + [ + "les", + "i" + ], + [ + "Ġanaly", + "st" + ], + [ + "Ġhair", + "s" + ], + [ + "Ġdepr", + "ived" + ], + [ + "bra", + "nd" + ], + [ + "ly", + "cer" + ], + [ + "ur", + "ia" + ], + [ + "Ġcomp", + "elled" + ], + [ + "ĠCauc", + "as" + ], + [ + "I", + "E" + ], + [ + "ĠRock", + "y" + ], + [ + "Ġcur", + "sor" + ], + [ + "Ġmarket", + "place" + ], + [ + "Ġhyd", + "rox" + ], + [ + "Ġmount", + "ing" + ], + [ + "l", + "ated" + ], + [ + "t", + "or" + ], + [ + "ĠM", + "om" + ], + [ + "B", + "esides" + ], + [ + "Ġt", + "enth" + ], + [ + "Ġf", + "lick" + ], + [ + "S", + "elf" + ], + [ + "Ġst", + "amps" + ], + [ + "ĠDen", + "ver" + ], + [ + "Ġd", + "roughts" + ], + [ + "Ġout", + "dated" + ], + [ + "Ġguard", + "ian" + ], + [ + "W", + "riting" + ], + [ + "the", + "m" + ], + [ + "ĠAd", + "obe" + ], + [ + "AR", + "Y" + ], + [ + "Ġinh", + "al" + ], + [ + "Col", + "or" + ], + [ + "Ġneut", + "r" + ], + [ + "gom", + "ery" + ], + [ + "Ġt", + "atto" + ], + [ + "un", + "ed" + ], + [ + "ear", + "th" + ], + [ + "Ġatt", + "ent" + ], + [ + "Ġpenet", + "ration" + ], + [ + "k", + "ill" + ], + [ + "Read", + "ing" + ], + [ + "Ġstiff", + "ness" + ], + [ + "ĠAssoci", + "ated" + ], + [ + "Ġhierarch", + "ical" + ], + [ + "J", + "esus" + ], + [ + "×", + "ķ" + ], + [ + "ge", + "on" + ], + [ + "Ġmay", + "or" + ], + [ + "Ġbar", + "g" + ], + [ + "Ġdeb", + "ated" + ], + [ + "Ġflood", + "ed" + ], + [ + "ropol", + "is" + ], + [ + "K", + "E" + ], + [ + "ĠMess", + "iah" + ], + [ + "Ġch", + "unk" + ], + [ + "Ġleaf", + "y" + ], + [ + "A", + "st" + ], + [ + "ĠA", + "chie" + ], + [ + "ĠM", + "ine" + ], + [ + "ĠK", + "er" + ], + [ + "Ġst", + "yl" + ], + [ + "ten", + "ess" + ], + [ + "Ġnational", + "ism" + ], + [ + "Ġsett", + "ling" + ], + [ + "I", + "ES" + ], + [ + "Ġbro", + "ccoli" + ], + [ + "r", + "ass" + ], + [ + "Ġaccompl", + "ishment" + ], + [ + "Ġcomp", + "ile" + ], + [ + "Ġdon", + "ate" + ], + [ + "ĠAd", + "ults" + ], + [ + "ĠWell", + "s" + ], + [ + "Mod", + "el" + ], + [ + "Ġwe", + "ighed" + ], + [ + "iv", + "ari" + ], + [ + "Ġret", + "ro" + ], + [ + "aj", + "a" + ], + [ + "Ġlog", + "in" + ], + [ + "Ġjournal", + "ism" + ], + [ + "m", + "ad" + ], + [ + "Ġgen", + "omes" + ], + [ + "pat", + "ible" + ], + [ + "t", + "urn" + ], + [ + "im", + "et" + ], + [ + "Ġdur", + "ability" + ], + [ + "ĠW", + "ash" + ], + [ + "rou", + "t" + ], + [ + "Ġspecial", + "ize" + ], + [ + "Ġnucle", + "i" + ], + [ + "ĠR", + "oll" + ], + [ + "Ġ\"", + ");" + ], + [ + "Ġfair", + "y" + ], + [ + "Ġex", + "cel" + ], + [ + "ĠB", + "od" + ], + [ + "Ġrec", + "urrent" + ], + [ + "Ġpo", + "orest" + ], + [ + "az", + "ar" + ], + [ + "AN", + "T" + ], + [ + "ĠPat", + "ri" + ], + [ + "ĠWy", + "oming" + ], + [ + "Ġnew", + "found" + ], + [ + "utri", + "ents" + ], + [ + "\"", + "?" + ], + [ + "O", + "x" + ], + [ + "Ġt", + "ribut" + ], + [ + "Ġfell", + "ows" + ], + [ + "ĠA", + "id" + ], + [ + "Ġread", + "iness" + ], + [ + "Ġconf", + "er" + ], + [ + "ĠEl", + "se" + ], + [ + "Ġcool", + "ed" + ], + [ + "Ġconfront", + "ed" + ], + [ + "Ġsor", + "ry" + ], + [ + "s", + "ed" + ], + [ + "en", + "queue" + ], + [ + "Ġha", + "w" + ], + [ + "integ", + "er" + ], + [ + "e", + "ating" + ], + [ + "Ġte", + "asp" + ], + [ + "Ġass", + "urance" + ], + [ + "AR", + "E" + ], + [ + "En", + "c" + ], + [ + "Ġpit", + "falls" + ], + [ + "ĠSing", + "le" + ], + [ + "ĠLeban", + "on" + ], + [ + "P", + "aul" + ], + [ + "the", + "se" + ], + [ + "Ġancest", + "ral" + ], + [ + "ab", + "ad" + ], + [ + "Ġaw", + "esome" + ], + [ + "Ġground", + "breaking" + ], + [ + "keep", + "ers" + ], + [ + "W", + "R" + ], + [ + "c", + "ondition" + ], + [ + "ĠR", + "aw" + ], + [ + "Ġab", + "used" + ], + [ + "int", + "ensive" + ], + [ + "ox", + "y" + ], + [ + "Ġmanifest", + "ations" + ], + [ + "Ġthir", + "teen" + ], + [ + "P", + "ot" + ], + [ + "e", + "a" + ], + [ + "ĠH", + "app" + ], + [ + "Ġappoint", + "ments" + ], + [ + "ĠAltern", + "ative" + ], + [ + "Ġmaneu", + "ver" + ], + [ + "ĠMarc", + "us" + ], + [ + "c", + "orn" + ], + [ + "e", + "zing" + ], + [ + "Ġe", + "agle" + ], + [ + "hes", + "es" + ], + [ + "Ġintest", + "ines" + ], + [ + "ĠPH", + "P" + ], + [ + "Ġamend", + "ments" + ], + [ + "ĠV", + "o" + ], + [ + "pro", + "b" + ], + [ + "Ġexhib", + "itions" + ], + [ + "Ġinvent", + "ions" + ], + [ + "Ġsuperf", + "icial" + ], + [ + "on", + "line" + ], + [ + "Ġax", + "es" + ], + [ + "Ġpig", + "e" + ], + [ + "ur", + "bs" + ], + [ + "ĠWe", + "bsite" + ], + [ + "Ġcha", + "otic" + ], + [ + "ĠBlo", + "om" + ], + [ + "Ġs", + "ores" + ], + [ + "Ġju", + "ices" + ], + [ + "Ġmicrosc", + "opy" + ], + [ + "ĠTra", + "ck" + ], + [ + "ĠRab", + "bi" + ], + [ + "Ð", + "»" + ], + [ + "am", + "orph" + ], + [ + "Ġob", + "edience" + ], + [ + "ĠN", + "iger" + ], + [ + "Ġqu", + "o" + ], + [ + "Ġbi", + "ochemical" + ], + [ + "Ind", + "ia" + ], + [ + "ĠEv", + "ans" + ], + [ + "Ġsp", + "arse" + ], + [ + "ĠGra", + "ham" + ], + [ + "EC", + "D" + ], + [ + "Ġcand", + "le" + ], + [ + "ent", + "ary" + ], + [ + "Ġexam", + "inations" + ], + [ + "Ġhold", + "er" + ], + [ + "spec", + "ial" + ], + [ + "Ġaccident", + "al" + ], + [ + "Ġsubsc", + "ribe" + ], + [ + "Ġreg", + "imes" + ], + [ + "umb", + "ling" + ], + [ + "ĠInteg", + "rated" + ], + [ + "ĠCris", + "is" + ], + [ + "Ġo", + "t" + ], + [ + "Ġpro", + "poses" + ], + [ + "iz", + "a" + ], + [ + "ĠCon", + "st" + ], + [ + "Ġtravel", + "led" + ], + [ + "char", + "acter" + ], + [ + "Ġtur", + "key" + ], + [ + "Ġprint", + "ers" + ], + [ + "Ġdele", + "ted" + ], + [ + "Ġcat", + "hedral" + ], + [ + "Ġconvey", + "ed" + ], + [ + "p", + "air" + ], + [ + "ĠP", + "ray" + ], + [ + "conf", + "ig" + ], + [ + "ĠCham", + "ber" + ], + [ + "et", + "us" + ], + [ + "ĠG", + "em" + ], + [ + "ĠCount", + "ries" + ], + [ + "Ġcongen", + "ital" + ], + [ + "Ġsp", + "ouse" + ], + [ + "Ġcounsel", + "or" + ], + [ + "Ġrecru", + "ited" + ], + [ + "Ġnot", + "ebook" + ], + [ + "cept", + "ual" + ], + [ + "ty", + "m" + ], + [ + "Ġreal", + "izing" + ], + [ + "Ġâ", + "Ĥ¬" + ], + [ + "ĠCS", + "V" + ], + [ + "Ġclust", + "ering" + ], + [ + ":", + "-" + ], + [ + "D", + "an" + ], + [ + "V", + "itamin" + ], + [ + "Ġrest", + "s" + ], + [ + "me", + "al" + ], + [ + "ĠTe", + "a" + ], + [ + "bl", + "og" + ], + [ + "rep", + "ared" + ], + [ + "ĠSpec", + "ific" + ], + [ + "Ġinduct", + "ive" + ], + [ + "ath", + "ic" + ], + [ + "Ġport", + "raits" + ], + [ + "fund", + "ed" + ], + [ + "Ġt", + "am" + ], + [ + "Ġvast", + "ly" + ], + [ + "Ġlegit", + "im" + ], + [ + "Ġt", + "ect" + ], + [ + "Ġadd", + "itions" + ], + [ + "Ġnit", + "rate" + ], + [ + "Ġoxid", + "ative" + ], + [ + "ĠN", + "ord" + ], + [ + "Ġmigr", + "atory" + ], + [ + "Ġtravers", + "al" + ], + [ + "Ġsubmar", + "ine" + ], + [ + "Ġs", + "arc" + ], + [ + "st", + "ick" + ], + [ + "Ġev", + "id" + ], + [ + "Ġcollect", + "s" + ], + [ + "hold", + "ing" + ], + [ + "ĠCub", + "an" + ], + [ + "D", + "iff" + ], + [ + "ate", + "mal" + ], + [ + "Th", + "omas" + ], + [ + "Ġdetect", + "ors" + ], + [ + "Ġrephr", + "asing" + ], + [ + "Ġprest", + "igious" + ], + [ + "in", + "se" + ], + [ + "Ġwid", + "ow" + ], + [ + "commun", + "ications" + ], + [ + "Ġlic", + "ensing" + ], + [ + "Ġshar", + "ply" + ], + [ + "ĠTr", + "inity" + ], + [ + "ĠP", + "olar" + ], + [ + "ĠSim", + "pl" + ], + [ + "ĠÎ", + "µ" + ], + [ + "Ġempower", + "ing" + ], + [ + "Ġelectro", + "de" + ], + [ + "2", + "12" + ], + [ + "ĠA", + "TP" + ], + [ + "ĠC", + "hes" + ], + [ + "C", + "ap" + ], + [ + "H", + "en" + ], + [ + "Ġp", + "izza" + ], + [ + "ĠP", + "od" + ], + [ + "du", + "plicates" + ], + [ + "me", + "aning" + ], + [ + "Ġwith", + "drawn" + ], + [ + "Ġcre", + "ations" + ], + [ + "ĠMed", + "ieval" + ], + [ + "Ġeru", + "ptions" + ], + [ + "ĠS", + "olution" + ], + [ + "ĠAn", + "xiety" + ], + [ + "))", + ")" + ], + [ + "Ġevalu", + "ations" + ], + [ + "ĠCommun", + "ities" + ], + [ + "ĠE", + "lements" + ], + [ + "Ġad", + "herence" + ], + [ + "inn", + "amon" + ], + [ + "ĠCell", + "s" + ], + [ + "ĠIn", + "n" + ], + [ + "Ġd", + "ad" + ], + [ + "Ġco", + "exist" + ], + [ + "ĠIdent", + "ifying" + ], + [ + "Ġsuscept", + "ibility" + ], + [ + "ow", + "l" + ], + [ + "Ġrece", + "ipt" + ], + [ + "ĠTurn", + "er" + ], + [ + "u", + "f" + ], + [ + "ĠWall", + "ace" + ], + [ + "ĠTanz", + "ania" + ], + [ + "ĠI", + "CT" + ], + [ + "Ġch", + "apel" + ], + [ + "ri", + "et" + ], + [ + "Ġover", + "c" + ], + [ + "ath", + "on" + ], + [ + "Ġdra", + "ined" + ], + [ + "Ġfisher", + "men" + ], + [ + "r", + "ines" + ], + [ + "Ġf", + "ills" + ], + [ + "ĠArch", + "ive" + ], + [ + "Ġopio", + "id" + ], + [ + "n", + "ative" + ], + [ + "Ġd", + "izziness" + ], + [ + "Ġmar", + "riages" + ], + [ + "T", + "T" + ], + [ + "ut", + "t" + ], + [ + "Ġj", + "unction" + ], + [ + "Ġsearc", + "hed" + ], + [ + "-", + "," + ], + [ + "ĠR", + "ico" + ], + [ + "Ġsp", + "okes" + ], + [ + "Ġcat", + "al" + ], + [ + "aff", + "e" + ], + [ + "Ġar", + "rows" + ], + [ + "ĠJul", + "ian" + ], + [ + "ĠP", + "ole" + ], + [ + "Ġbase", + "ment" + ], + [ + "Ġprophe", + "ts" + ], + [ + "se", + "ason" + ], + [ + "ĠH", + "il" + ], + [ + "ĠK", + "elly" + ], + [ + "Ġco", + "arse" + ], + [ + "Ġche", + "er" + ], + [ + "ĠRe", + "ef" + ], + [ + "Ġz", + "oo" + ], + [ + "opath", + "ic" + ], + [ + "-", + "%" + ], + [ + "f", + "light" + ], + [ + "ĠAS", + "D" + ], + [ + "Ġoper", + "a" + ], + [ + "oura", + "ble" + ], + [ + "Ġswe", + "eping" + ], + [ + "g", + "ard" + ], + [ + "Ġanim", + "ated" + ], + [ + "Ġwet", + "land" + ], + [ + "ĠIncre", + "ase" + ], + [ + "ĠK", + "l" + ], + [ + "ĠDem", + "ocracy" + ], + [ + "ĠCoast", + "al" + ], + [ + "Ġcollabor", + "ating" + ], + [ + "Ġassist", + "ing" + ], + [ + "R", + "o" + ], + [ + "Ġbeet", + "le" + ], + [ + "?", + "âĢĻ" + ], + [ + "or", + "f" + ], + [ + "ĠD", + "iversity" + ], + [ + "ĠCh", + "ick" + ], + [ + "Ġpenal", + "ties" + ], + [ + "ph", + "thalm" + ], + [ + "Ġcomment", + "ed" + ], + [ + "Ġel", + "bow" + ], + [ + "Ġconduct", + "or" + ], + [ + "(", + "$" + ], + [ + "S", + "l" + ], + [ + "d", + "t" + ], + [ + "Ġgen", + "omic" + ], + [ + "ĠAb", + "u" + ], + [ + "Ġwor", + "sen" + ], + [ + "ĠL", + "ay" + ], + [ + "ĠIncre", + "asing" + ], + [ + "s", + "ch" + ], + [ + "ĠGu", + "atemal" + ], + [ + "sq", + "l" + ], + [ + "ct", + "al" + ], + [ + "Ġfl", + "ush" + ], + [ + "Ġexerc", + "ised" + ], + [ + "ĠChurch", + "ill" + ], + [ + "Ġov", + "arian" + ], + [ + "Ġincorrect", + "ly" + ], + [ + "Ġscal", + "p" + ], + [ + "Ġswallow", + "ing" + ], + [ + "A", + "verage" + ], + [ + "Ġb", + "red" + ], + [ + "ĠG", + "rowing" + ], + [ + "ĠComm", + "ander" + ], + [ + "Ġadvis", + "or" + ], + [ + "if", + "ts" + ], + [ + "Ġrep", + "orter" + ], + [ + "Ġtrou", + "t" + ], + [ + "Ġspl", + "end" + ], + [ + "ĠCharl", + "otte" + ], + [ + "ĠH", + "omer" + ], + [ + "Ġpres", + "idency" + ], + [ + "Ġmission", + "aries" + ], + [ + "ĠCor", + "inth" + ], + [ + "Ġsplit", + "ting" + ], + [ + "ĠAtmosp", + "heric" + ], + [ + "ĠW", + "ol" + ], + [ + "ĠBas", + "il" + ], + [ + "ĠNAT", + "O" + ], + [ + "ĠPl", + "ot" + ], + [ + "ĠZ", + "en" + ], + [ + "Ġblow", + "ing" + ], + [ + "Ġlogarith", + "m" + ], + [ + "Ġh", + "ood" + ], + [ + "Ġagg", + "ress" + ], + [ + "Ġreb", + "uilt" + ], + [ + "ĠThe", + "rap" + ], + [ + "Ġ`", + "[" + ], + [ + "Ġpath", + "ology" + ], + [ + "Ġf", + "ishes" + ], + [ + "Ġmy", + "el" + ], + [ + "ĠF", + "ruit" + ], + [ + "od", + "er" + ], + [ + "Ġcol", + "oured" + ], + [ + "Ġcl", + "o" + ], + [ + "Ġsupp", + "ressed" + ], + [ + "ĠSte", + "el" + ], + [ + "Ġpedest", + "rian" + ], + [ + "Ġtop", + "s" + ], + [ + "itch", + "ing" + ], + [ + "Ġevap", + "oration" + ], + [ + "c", + "ile" + ], + [ + "Ġon", + "ions" + ], + [ + "Ġdev", + "il" + ], + [ + "gra", + "v" + ], + [ + "ĠTem", + "perature" + ], + [ + "Ġas", + "ylum" + ], + [ + "EE", + "E" + ], + [ + "Ġvol", + "t" + ], + [ + "U", + "r" + ], + [ + "s", + "ay" + ], + [ + "ĠHar", + "per" + ], + [ + "Ġdecentral", + "ized" + ], + [ + "m", + "und" + ], + [ + "Ġro", + "ds" + ], + [ + "isp", + "ens" + ], + [ + "ĠPitts", + "burgh" + ], + [ + "ograph", + "ically" + ], + [ + "It", + "em" + ], + [ + "Ġemp", + "athetic" + ], + [ + "ĠK", + "ir" + ], + [ + "Ġfore", + "front" + ], + [ + "Ġorigin", + "ate" + ], + [ + "Desc", + "ription" + ], + [ + "s", + "leep" + ], + [ + "Ġhomes", + "chool" + ], + [ + "Ġsturd", + "y" + ], + [ + "Ġu", + "pp" + ], + [ + "Ġit", + "ching" + ], + [ + "Ġrep", + "ay" + ], + [ + "Ġmod", + "elling" + ], + [ + "ĠDou", + "ble" + ], + [ + "Ġsafegu", + "ard" + ], + [ + "Ġinf", + "erences" + ], + [ + "Ġcub", + "es" + ], + [ + "Ġimpul", + "ses" + ], + [ + "P", + "ython" + ], + [ + "ĠM", + "ak" + ], + [ + "ĠN", + "it" + ], + [ + "ĠK", + "night" + ], + [ + "Ġplan", + "ners" + ], + [ + "ĠJo", + "in" + ], + [ + "Ġdeple", + "tion" + ], + [ + "ĠL", + "un" + ], + [ + "Ge", + "orge" + ], + [ + "Ġtr", + "ivial" + ], + [ + "Ġsymmet", + "rical" + ], + [ + "ĠL", + "ot" + ], + [ + "Ġtop", + "ical" + ], + [ + "E", + "val" + ], + [ + "in", + "ators" + ], + [ + "ĠH", + "at" + ], + [ + "igh", + "bor" + ], + [ + "col", + "m" + ], + [ + "Ph", + "ysical" + ], + [ + "c", + "ription" + ], + [ + "Ġc", + "uc" + ], + [ + "am", + "ph" + ], + [ + "Y", + "Y" + ], + [ + "Ġcal", + "ming" + ], + [ + "sh", + "ort" + ], + [ + "V", + "e" + ], + [ + "Ġopt", + "ic" + ], + [ + "Ġell", + "iptic" + ], + [ + "Ġmitochond", + "rial" + ], + [ + "ĠNo", + "ah" + ], + [ + "ĠScand", + "inav" + ], + [ + "Ġe", + "go" + ], + [ + "ĠL", + "ost" + ], + [ + "uth", + "ors" + ], + [ + "Ġt", + "il" + ], + [ + "Ġa", + "z" + ], + [ + "ĠC", + "rus" + ], + [ + "us", + "k" + ], + [ + "F", + "unction" + ], + [ + "Ġvert", + "ically" + ], + [ + "ĠC", + "ustomer" + ], + [ + "oph", + "age" + ], + [ + "Ġfig", + "ur" + ], + [ + "Ph", + "il" + ], + [ + "Ġcab", + "bage" + ], + [ + "Ġsp", + "acing" + ], + [ + "Ġre", + "de" + ], + [ + "Ġtra", + "ded" + ], + [ + "Ġl", + "os" + ], + [ + "th", + "ose" + ], + [ + "Ġlist", + "ened" + ], + [ + "Ġperform", + "ers" + ], + [ + "or", + "p" + ], + [ + "ĠF", + "uk" + ], + [ + "ĠR", + "y" + ], + [ + "Ġlifest", + "yles" + ], + [ + "Ġinter", + "mitt" + ], + [ + "sw", + "ers" + ], + [ + "iment", + "ary" + ], + [ + "Ġar", + "ter" + ], + [ + "ĠCamb", + "odia" + ], + [ + "Ġr", + "ipe" + ], + [ + "Ġpat", + "ents" + ], + [ + "Ġskept", + "ical" + ], + [ + "on", + "ies" + ], + [ + "ra", + "ble" + ], + [ + "ĠOlymp", + "ics" + ], + [ + "tu", + "ple" + ], + [ + "M", + "ENT" + ], + [ + "Ġo", + "lig" + ], + [ + "ĠC", + "ort" + ], + [ + "ĠL", + "ane" + ], + [ + "Ġpe", + "ppers" + ], + [ + "Ġdev", + "ote" + ], + [ + "Ġsomet", + "ime" + ], + [ + "Ġenthusi", + "astic" + ], + [ + "Ġdorm", + "ant" + ], + [ + "r", + "ights" + ], + [ + "Ġst", + "al" + ], + [ + "ĠTechn", + "iques" + ], + [ + "alle", + "l" + ], + [ + "Ġdownload", + "ed" + ], + [ + "ĠProper", + "ty" + ], + [ + "ĠW", + "es" + ], + [ + "u", + "itive" + ], + [ + "arm", + "ed" + ], + [ + "AR", + "D" + ], + [ + "ĠJud", + "ah" + ], + [ + "ĠS", + "V" + ], + [ + "Ġres", + "ign" + ], + [ + "Ġfa", + "ults" + ], + [ + "Ġt", + "read" + ], + [ + "ĠC", + "u" + ], + [ + "Ġstim", + "ulated" + ], + [ + "Ġconduct", + "ivity" + ], + [ + "ĠAugust", + "ine" + ], + [ + "d", + "eterm" + ], + [ + "Ġasse", + "mble" + ], + [ + "ilit", + "ating" + ], + [ + "Ġembry", + "onic" + ], + [ + "Expl", + "ore" + ], + [ + "p", + "it" + ], + [ + "Ġrev", + "olt" + ], + [ + "ĠSal", + "v" + ], + [ + "Ġinterven", + "e" + ], + [ + "Ġfor", + "k" + ], + [ + "oint", + "ed" + ], + [ + "Ġexc", + "luding" + ], + [ + "Ġveter", + "an" + ], + [ + "Ġnurt", + "ure" + ], + [ + "ĠPsychiat", + "ry" + ], + [ + "Ġview", + "point" + ], + [ + "ĠSoph", + "ia" + ], + [ + "T", + "ur" + ], + [ + "Ġc", + "ath" + ], + [ + "se", + "ed" + ], + [ + "ĠB", + "urg" + ], + [ + "lo", + "qu" + ], + [ + "Ġvalid", + "ated" + ], + [ + "ĠE", + "ug" + ], + [ + "B", + "ER" + ], + [ + "f", + "re" + ], + [ + "ĠCh", + "oice" + ], + [ + "Ġst", + "umble" + ], + [ + "Ġab", + "norm" + ], + [ + "Ġem", + "igr" + ], + [ + "Ġide", + "ological" + ], + [ + "Ġopp", + "ose" + ], + [ + "alk", + "ing" + ], + [ + "ĠDem", + "on" + ], + [ + "Ġfact", + "ions" + ], + [ + "Ġgrad", + "ers" + ], + [ + "Bal", + "ance" + ], + [ + "n", + "or" + ], + [ + "Ġter", + "ra" + ], + [ + "b", + "ands" + ], + [ + "al", + "ia" + ], + [ + "id", + "ian" + ], + [ + "Ġcontract", + "ors" + ], + [ + "Ġanalys", + "ed" + ], + [ + "govern", + "ment" + ], + [ + "Ġviv", + "o" + ], + [ + "L", + "ength" + ], + [ + "Ġcaus", + "ality" + ], + [ + "Ġadvoc", + "ated" + ], + [ + "Ġtransport", + "ing" + ], + [ + "Ġjo", + "ins" + ], + [ + "Ġent", + "ails" + ], + [ + "b", + "efore" + ], + [ + "ar", + "in" + ], + [ + "Ġbacter", + "ium" + ], + [ + "Ġnanop", + "articles" + ], + [ + "A", + "lex" + ], + [ + "Ġn", + "am" + ], + [ + "Ġbr", + "ide" + ], + [ + "Ġhop", + "eless" + ], + [ + "ĠMid", + "west" + ], + [ + "Ġpl", + "ed" + ], + [ + "Ġcar", + "ot" + ], + [ + "Ad", + "v" + ], + [ + "Ġflour", + "ish" + ], + [ + "Ġbless", + "ings" + ], + [ + "Ġrephr", + "ase" + ], + [ + "Ġsho", + "ots" + ], + [ + "in", + "ians" + ], + [ + "Ġbl", + "ended" + ], + [ + "Ġreservoir", + "s" + ], + [ + "Ġmicrobi", + "ome" + ], + [ + "R", + "edu" + ], + [ + "Ġalter", + "ations" + ], + [ + "Ġover", + "coming" + ], + [ + "Ġdef", + "enses" + ], + [ + "Ġfight", + "ers" + ], + [ + "Ġpen", + "insula" + ], + [ + "ĠE", + "agle" + ], + [ + "ĠG", + "L" + ], + [ + "Ġun", + "seen" + ], + [ + "iqu", + "id" + ], + [ + "Ġgl", + "aucoma" + ], + [ + "pos", + "ium" + ], + [ + "ĠArm", + "strong" + ], + [ + "on", + "ial" + ], + [ + "ĠW", + "ays" + ], + [ + "âĢĿ", + ")," + ], + [ + "Ġfirst", + "hand" + ], + [ + "Ġco", + "ined" + ], + [ + "Ġ&", + "&" + ], + [ + "Ġhob", + "bies" + ], + [ + "it", + "ism" + ], + [ + "Ġin", + "ex" + ], + [ + "per", + "formance" + ], + [ + "ace", + "a" + ], + [ + "ĠEnd", + "angered" + ], + [ + "ig", + "ers" + ], + [ + "Ġun", + "ve" + ], + [ + "Ġsub", + "urban" + ], + [ + "Ġconf", + "ine" + ], + [ + "C", + "reating" + ], + [ + "p", + "aced" + ], + [ + "ĠRec", + "y" + ], + [ + "Ġabsor", + "bing" + ], + [ + "ĠÃ", + "¢" + ], + [ + "!", + ")." + ], + [ + "Ġw", + "omb" + ], + [ + "ĠV", + "it" + ], + [ + "Ġexpect", + "s" + ], + [ + "Ġfram", + "ing" + ], + [ + "Ġrain", + "y" + ], + [ + "Ġster", + "ile" + ], + [ + "Ġall", + "oy" + ], + [ + "ĠMe", + "aning" + ], + [ + "J", + "ournal" + ], + [ + "ĠK", + "ur" + ], + [ + "Ġpriv", + "ately" + ], + [ + "fl", + "at" + ], + [ + "Ġdiagn", + "oses" + ], + [ + "ĠL", + "l" + ], + [ + "ĠSt", + "ream" + ], + [ + "Ġt", + "ile" + ], + [ + "le", + "e" + ], + [ + "Ġfound", + "ers" + ], + [ + "ĠAlexand", + "ria" + ], + [ + "Ġbar", + "n" + ], + [ + "Ġconfig", + "urations" + ], + [ + "oph", + "ys" + ], + [ + "stud", + "ents" + ], + [ + "Ġentrepreneurs", + "hip" + ], + [ + "Ġdrople", + "ts" + ], + [ + "or", + "ian" + ], + [ + "Ġbl", + "amed" + ], + [ + "acter", + "ia" + ], + [ + "ĠTri", + "angle" + ], + [ + "Ġpeas", + "ants" + ], + [ + "Ġlandf", + "ills" + ], + [ + "M", + "ary" + ], + [ + "ip", + "el" + ], + [ + "Ġpun", + "ished" + ], + [ + "ure", + "rs" + ], + [ + "ak", + "u" + ], + [ + "ĠPl", + "at" + ], + [ + "Ġred", + "irect" + ], + [ + "Ġexcav", + "ation" + ], + [ + "Ġtodd", + "lers" + ], + [ + "Ġmoder", + "ately" + ], + [ + "Ġculp", + "rit" + ], + [ + "g", + "rades" + ], + [ + "ĠC", + "up" + ], + [ + "Ġcommit", + "tees" + ], + [ + "Ġtox", + "in" + ], + [ + "ĠC", + "ategory" + ], + [ + "ĠE", + "ither" + ], + [ + "ĠV", + "a" + ], + [ + "Ġgra", + "ves" + ], + [ + "con", + "sole" + ], + [ + ".\"", + ");" + ], + [ + "ĠMont", + "essori" + ], + [ + "Ġwra", + "pper" + ], + [ + "Ġl", + "adder" + ], + [ + "rop", + "s" + ], + [ + "y", + "me" + ], + [ + "Ġr", + "heumat" + ], + [ + "ĠExper", + "ts" + ], + [ + "at", + "onin" + ], + [ + "ast", + "ro" + ], + [ + "Ġres", + "h" + ], + [ + "Ġfactor", + "ization" + ], + [ + "k", + "ar" + ], + [ + "Ġse", + "ating" + ], + [ + "Ġwork", + "ings" + ], + [ + "Ġpoly", + "mers" + ], + [ + "ing", + "ham" + ], + [ + "Ġl", + "b" + ], + [ + "Ġon", + "c" + ], + [ + "ant", + "o" + ], + [ + "ould", + "er" + ], + [ + "ĠN", + "ash" + ], + [ + "Ġnorm", + "ality" + ], + [ + "Ġattract", + "s" + ], + [ + "Ġorb", + "iting" + ], + [ + "ight", + "y" + ], + [ + "Ġdis", + "ks" + ], + [ + "sole", + "te" + ], + [ + "eli", + "ac" + ], + [ + "Ġscrut", + "iny" + ], + [ + "Ġan", + "esthesia" + ], + [ + "em", + "porary" + ], + [ + "Ġch", + "airs" + ], + [ + "Ġimp", + "lying" + ], + [ + "Ġsc", + "aff" + ], + [ + "ĠBo", + "e" + ], + [ + "Ġunfold", + "ing" + ], + [ + "Ġl", + "bs" + ], + [ + "ĠM", + "ale" + ], + [ + "ass", + "o" + ], + [ + "ach", + "i" + ], + [ + "ĠK", + "rish" + ], + [ + "ĠEx", + "cess" + ], + [ + "Ġsan", + "ctions" + ], + [ + "ĠM", + "ix" + ], + [ + "Ġr", + "im" + ], + [ + "ĠK", + "o" + ], + [ + "ĠB", + "ert" + ], + [ + "ĠP", + "regn" + ], + [ + "Ġprec", + "ursor" + ], + [ + "bel", + "ie" + ], + [ + "Ġp", + "df" + ], + [ + "Ġad", + "jective" + ], + [ + "Ġspec", + "ifies" + ], + [ + "h", + "ored" + ], + [ + "Ġstat", + "ute" + ], + [ + "ĠStud", + "io" + ], + [ + "ĠP", + "ine" + ], + [ + "Ġco", + "ated" + ], + [ + "ĠOr", + "iginal" + ], + [ + "ĠInt", + "el" + ], + [ + "but", + "ton" + ], + [ + "omorph", + "ic" + ], + [ + "ĠAdvis", + "ory" + ], + [ + "Ġassign", + "ing" + ], + [ + "yr", + "inth" + ], + [ + "C", + "ong" + ], + [ + "ĠB", + "ee" + ], + [ + "Ġsp", + "o" + ], + [ + "ire", + "ments" + ], + [ + "Ġm", + "ars" + ], + [ + "av", + "al" + ], + [ + "Ġdiss", + "olve" + ], + [ + "Or", + "der" + ], + [ + "Ġjuris", + "dict" + ], + [ + "ig", + "uous" + ], + [ + "if", + "ers" + ], + [ + "ĠB", + "orn" + ], + [ + "Ġchar", + "coal" + ], + [ + "Ġaddition", + "ally" + ], + [ + "ina", + "i" + ], + [ + "Ġdischar", + "ged" + ], + [ + "Ġs", + "outheastern" + ], + [ + "oc", + "l" + ], + [ + "ert", + "ation" + ], + [ + "ban", + "ana" + ], + [ + "ĠMet", + "ropolitan" + ], + [ + "Ġcoc", + "aine" + ], + [ + "Ġcar", + "bs" + ], + [ + "ĠBrit", + "ann" + ], + [ + "Ġbund", + "le" + ], + [ + "ĠTo", + "xic" + ], + [ + "ĠFil", + "m" + ], + [ + "ĠW", + "aters" + ], + [ + "Ġrepl", + "en" + ], + [ + "Ġcart", + "oon" + ], + [ + "Comput", + "er" + ], + [ + "ĠG", + "ill" + ], + [ + "cont", + "aining" + ], + [ + "organ", + "ized" + ], + [ + "Ġimprison", + "ed" + ], + [ + ".", + "__" + ], + [ + "A", + "G" + ], + [ + "Ġrep", + "r" + ], + [ + "Ġprofit", + "ability" + ], + [ + "fil", + "m" + ], + [ + "Ġtodd", + "ler" + ], + [ + "ĠC", + "roat" + ], + [ + "ĠTw", + "enty" + ], + [ + "Ġtack", + "ling" + ], + [ + "ĠStan", + "ley" + ], + [ + "ĠDra", + "gon" + ], + [ + "em", + "p" + ], + [ + "Ġmisunder", + "stand" + ], + [ + "l", + "oc" + ], + [ + "Ġd", + "ock" + ], + [ + "Ġtra", + "cing" + ], + [ + "Ġtr", + "ump" + ], + [ + "pe", + "ace" + ], + [ + "Ġhom", + "in" + ], + [ + "Ġarchae", + "ology" + ], + [ + "Ġl", + "an" + ], + [ + "arent", + "ly" + ], + [ + "Ġtun", + "ed" + ], + [ + "Ġpione", + "ering" + ], + [ + "Ġflatten", + "ed" + ], + [ + "x", + "i" + ], + [ + "Ġsour", + "ced" + ], + [ + "Ġl", + "umber" + ], + [ + "ĠT", + "ropical" + ], + [ + "ĠC", + "ome" + ], + [ + "ec", + "al" + ], + [ + "Ġany", + "body" + ], + [ + "Ġtem", + "plates" + ], + [ + "ĠEv", + "ents" + ], + [ + "Stud", + "y" + ], + [ + "Ĺ", + "ı" + ], + [ + "Ġs", + "add" + ], + [ + "ott", + "a" + ], + [ + "Ġdivis", + "ors" + ], + [ + "ĠBullet", + "in" + ], + [ + "T", + "w" + ], + [ + "Ġ\"", + "\"" + ], + [ + "Ġar", + "che" + ], + [ + "Ġsk", + "i" + ], + [ + "Ġadvis", + "ory" + ], + [ + "Ġmon", + "key" + ], + [ + "Ġsepar", + "ates" + ], + [ + "asc", + "ar" + ], + [ + "quir", + "ies" + ], + [ + "Ġpel", + "vic" + ], + [ + "ĠM", + "W" + ], + [ + "iv", + "ist" + ], + [ + "tle", + "ment" + ], + [ + "pro", + "gram" + ], + [ + "Ġgrand", + "parents" + ], + [ + "G", + "ive" + ], + [ + "Ġed", + "itions" + ], + [ + "Ġpsych", + "o" + ], + [ + "c", + "ro" + ], + [ + "c", + "ore" + ], + [ + "ĠV", + "ent" + ], + [ + "Ġteam", + "work" + ], + [ + "ĠF", + "ine" + ], + [ + "ĠCy", + "cle" + ], + [ + "repres", + "ented" + ], + [ + ")", + "*" + ], + [ + "Ġn", + "omin" + ], + [ + "ĠInst", + "ru" + ], + [ + "ĠSecond", + "ary" + ], + [ + "Ġentertain", + "ing" + ], + [ + "a", + "ques" + ], + [ + "Ã", + "ª" + ], + [ + "ĠD", + "NS" + ], + [ + "ĠCh", + "a" + ], + [ + "iss", + "ue" + ], + [ + "Ġspl", + "its" + ], + [ + "Ġenroll", + "ment" + ], + [ + "Sah", + "aran" + ], + [ + "Ġfriends", + "hips" + ], + [ + "Ġtoler", + "ant" + ], + [ + "w", + "heel" + ], + [ + "ab", + "we" + ], + [ + "ĠH", + "D" + ], + [ + "Ġper", + "taining" + ], + [ + "ĠB", + "anks" + ], + [ + "Ġp", + "ushes" + ], + [ + "hem", + "e" + ], + [ + "Ġmult", + "imedia" + ], + [ + "Ġal", + "iens" + ], + [ + "Ġunsu", + "ccessful" + ], + [ + "Ġon", + "board" + ], + [ + "Ġle", + "v" + ], + [ + "Ġinteract", + "s" + ], + [ + "Ġsemiconduct", + "or" + ], + [ + "Ġb", + "orne" + ], + [ + "ĠAs", + "sy" + ], + [ + "ĠHon", + "or" + ], + [ + "ĠEmploy", + "ee" + ], + [ + "M", + "ath" + ], + [ + "Ġt", + "a" + ], + [ + "ĠS", + "ARS" + ], + [ + "Ġfamiliar", + "ity" + ], + [ + "ĠFisher", + "ies" + ], + [ + "f", + "alse" + ], + [ + "ost", + "henes" + ], + [ + "P", + "o" + ], + [ + "Ġeconom", + "ical" + ], + [ + "Ġdecor", + "ations" + ], + [ + "Ä", + "ĵ" + ], + [ + "Ġp", + "end" + ], + [ + "ch", + "in" + ], + [ + "Ġal", + "ly" + ], + [ + "Ġh", + "ive" + ], + [ + "ĠB", + "ald" + ], + [ + "Ġr", + "anged" + ], + [ + "Ġargu", + "ably" + ], + [ + "Ġdistingu", + "ishing" + ], + [ + "Ġbench", + "mark" + ], + [ + "L", + "and" + ], + [ + "ast", + "rous" + ], + [ + "Ġban", + "anas" + ], + [ + "Ġv", + "ines" + ], + [ + "ber", + "y" + ], + [ + "Ġco", + "aches" + ], + [ + "Ġinv", + "itation" + ], + [ + "Ġasc", + "ertain" + ], + [ + "s", + "n" + ], + [ + "or", + "ously" + ], + [ + "Ġtest", + "osterone" + ], + [ + "reg", + "ated" + ], + [ + "uk", + "a" + ], + [ + "Ġap", + "olog" + ], + [ + "gra", + "nd" + ], + [ + "Bl", + "ue" + ], + [ + "Every", + "one" + ], + [ + "ous", + "ands" + ], + [ + "Ġmon", + "oxide" + ], + [ + "IT", + "H" + ], + [ + "Ġax", + "ioms" + ], + [ + "id", + "ad" + ], + [ + "Ġnon", + "etheless" + ], + [ + "Ġnav", + "y" + ], + [ + "ĠMet", + "eor" + ], + [ + "i", + "aries" + ], + [ + "Ġs", + "age" + ], + [ + "Ġb", + "ump" + ], + [ + "op", + "al" + ], + [ + "ĠH", + "earing" + ], + [ + "Ġteen", + "age" + ], + [ + "Ġexpend", + "itures" + ], + [ + "Ġsurge", + "ons" + ], + [ + "develop", + "ment" + ], + [ + "M", + "O" + ], + [ + "Ġse", + "ab" + ], + [ + "Ġpat", + "rons" + ], + [ + "ĠGr", + "iff" + ], + [ + "og", + "an" + ], + [ + "Ġmarc", + "hed" + ], + [ + "u", + "ously" + ], + [ + "ir", + "uses" + ], + [ + "ĠJ", + "ur" + ], + [ + "Ġdiscon", + "nected" + ], + [ + "ol", + "in" + ], + [ + "ĠF", + "REE" + ], + [ + "Ġeng", + "ages" + ], + [ + "ah", + "l" + ], + [ + "Ġprop", + "ulsion" + ], + [ + "ĠTrans", + "fer" + ], + [ + "Ġoptim", + "izing" + ], + [ + "ĠCond", + "itions" + ], + [ + "L", + "o" + ], + [ + "w", + "ild" + ], + [ + "am", + "as" + ], + [ + "ĠG", + "on" + ], + [ + "Ġover", + "sight" + ], + [ + "Ġcat", + "ches" + ], + [ + "ĠTrans", + "form" + ], + [ + "om", + "p" + ], + [ + "iar", + "ism" + ], + [ + "iv", + "itis" + ], + [ + "E", + "conom" + ], + [ + "P", + "ut" + ], + [ + "ag", + "ogue" + ], + [ + "Ġdist", + "ortion" + ], + [ + "Ġenjo", + "ys" + ], + [ + "ĠB", + "ened" + ], + [ + "ach", + "t" + ], + [ + "Ġindic", + "ations" + ], + [ + "ĠMay", + "or" + ], + [ + "Ġking", + "doms" + ], + [ + "accept", + "able" + ], + [ + "ue", + "z" + ], + [ + "Ġmini", + "ature" + ], + [ + "ĠFem", + "ale" + ], + [ + "Ġre", + "n" + ], + [ + "ĠSt", + "rait" + ], + [ + "Ġsequ", + "ential" + ], + [ + "U", + "SA" + ], + [ + "Ġl", + "azy" + ], + [ + "r", + "als" + ], + [ + "Ġs", + "ab" + ], + [ + "Ġse", + "ated" + ], + [ + "Ġn", + "ar" + ], + [ + "Ġfor", + "aging" + ], + [ + "oc", + "ard" + ], + [ + "ĠIn", + "come" + ], + [ + "ĠRes", + "istance" + ], + [ + "Ġdepend", + "encies" + ], + [ + "Ġblow", + "n" + ], + [ + "Ï", + "Ĩ" + ], + [ + "Ġtechn", + "icians" + ], + [ + "Ġcere", + "als" + ], + [ + "Ġstri", + "pes" + ], + [ + "s", + "ometimes" + ], + [ + "Ġaction", + "able" + ], + [ + "Ġadminist", + "er" + ], + [ + "Ġpra", + "irie" + ], + [ + "ĠContin", + "ental" + ], + [ + "c", + "ache" + ], + [ + "s", + "eries" + ], + [ + "Ġred", + "dish" + ], + [ + "Ġtend", + "encies" + ], + [ + "Ġmamm", + "al" + ], + [ + "Ġlivelihood", + "s" + ], + [ + "w", + "ould" + ], + [ + "ĠChe", + "roke" + ], + [ + "ĠNort", + "heast" + ], + [ + "C", + "ost" + ], + [ + "ĠR", + "N" + ], + [ + "Ġav", + "oc" + ], + [ + "work", + "ers" + ], + [ + "Hel", + "p" + ], + [ + "Ġcan", + "e" + ], + [ + "Ġmission", + "ary" + ], + [ + "Ind", + "ian" + ], + [ + "ĠNi", + "ñ" + ], + [ + "R", + "oman" + ], + [ + "ĠA", + "aron" + ], + [ + "Ġfound", + "ational" + ], + [ + "ĠSc", + "hedule" + ], + [ + "win", + "ning" + ], + [ + "ver", + "te" + ], + [ + "(\"", + "\\" + ], + [ + "Ġt", + "ides" + ], + [ + "Ġle", + "ase" + ], + [ + "Ġ'", + "{" + ], + [ + "ĠEx", + "posure" + ], + [ + "r", + "ill" + ], + [ + "Ġd", + "yes" + ], + [ + "Ġare", + "na" + ], + [ + "Ġr", + "untime" + ], + [ + "Ġbon", + "us" + ], + [ + "b", + "ee" + ], + [ + "ĠT", + "as" + ], + [ + "ĠG", + "ates" + ], + [ + "Ġphot", + "ographic" + ], + [ + "Ġa", + "fore" + ], + [ + "Ġco", + "ff" + ], + [ + "Ġdown", + "s" + ], + [ + "ĠRich", + "ards" + ], + [ + "Reg", + "arding" + ], + [ + "ĠMay", + "o" + ], + [ + "Ġdr", + "unk" + ], + [ + "Ġcal", + "f" + ], + [ + "Ġunw", + "illing" + ], + [ + "Ġinfin", + "itely" + ], + [ + "an", + "ed" + ], + [ + "Ġrefer", + "ral" + ], + [ + "Ġchamp", + "ion" + ], + [ + "ĠPict", + "ure" + ], + [ + "ĠMonu", + "ment" + ], + [ + "Ġestim", + "ating" + ], + [ + "Ġvacc", + "inations" + ], + [ + "Ġdefect", + "ive" + ], + [ + "Ġlaund", + "ry" + ], + [ + "Ġw", + "art" + ], + [ + "Ġâ", + "Ħ" + ], + [ + "top", + "l" + ], + [ + "Ġintim", + "id" + ], + [ + "ĠPre", + "vious" + ], + [ + "ĠAut", + "o" + ], + [ + "ĠSum", + "mit" + ], + [ + "rades", + "h" + ], + [ + "Ġpean", + "ut" + ], + [ + "m", + "eter" + ], + [ + "ro", + "aches" + ], + [ + "Ġrep", + "ur" + ], + [ + "flow", + "ers" + ], + [ + "ĠHall", + "ow" + ], + [ + "ĠComput", + "ing" + ], + [ + "ur", + "ved" + ], + [ + "ĠF", + "al" + ], + [ + "ys", + "c" + ], + [ + "ĠY", + "an" + ], + [ + "hy", + "de" + ], + [ + "an", + "im" + ], + [ + "Ġb", + "akery" + ], + [ + "Ġmis", + "inter" + ], + [ + "ore", + "ctal" + ], + [ + "Ġconstit", + "uted" + ], + [ + "Ġrecy", + "cl" + ], + [ + "Ind", + "ividual" + ], + [ + "Ġth", + "igh" + ], + [ + "ĠL", + "DL" + ], + [ + "chie", + "f" + ], + [ + "Ġcough", + "ing" + ], + [ + "oph", + "ysical" + ], + [ + "Ġj", + "ealous" + ], + [ + "inf", + "ected" + ], + [ + "Ġp", + "aved" + ], + [ + "Ġcy", + "an" + ], + [ + "stitution", + "al" + ], + [ + "opot", + "am" + ], + [ + "Ġskeptic", + "ism" + ], + [ + "Ġslow", + "s" + ], + [ + "Ġneu", + "roscience" + ], + [ + "Ġexting", + "u" + ], + [ + "Ġc", + "ush" + ], + [ + "ĠZ", + "ika" + ], + [ + "ĠLe", + "o" + ], + [ + "Ġden", + "otes" + ], + [ + "ĠGr", + "ass" + ], + [ + "Ġmonop", + "oly" + ], + [ + "on", + "ium" + ], + [ + "Ġauthor", + "itative" + ], + [ + "Ġexception", + "ally" + ], + [ + "Ġempower", + "ment" + ], + [ + "act", + "ing" + ], + [ + "Ġbo", + "ots" + ], + [ + "Ġbed", + "room" + ], + [ + "ĠHung", + "arian" + ], + [ + "Ġs", + "pp" + ], + [ + "al", + "one" + ], + [ + "ĠSt", + "uart" + ], + [ + "Ġback", + "ing" + ], + [ + "Ġlow", + "ers" + ], + [ + "lo", + "or" + ], + [ + "Ġim", + "plication" + ], + [ + "ĠBe", + "hav" + ], + [ + "at", + "itis" + ], + [ + "Ġc", + "ir" + ], + [ + "ĠT", + "rad" + ], + [ + "us", + "a" + ], + [ + "Ġtra", + "iling" + ], + [ + "der", + "ived" + ], + [ + "Ġheight", + "ened" + ], + [ + "Ġdefic", + "ient" + ], + [ + "L", + "Y" + ], + [ + "an", + "ne" + ], + [ + "roc", + "hemical" + ], + [ + "Ġreserv", + "ations" + ], + [ + "em", + "ale" + ], + [ + "art", + "a" + ], + [ + "Ġem", + "an" + ], + [ + "Ġmor", + "b" + ], + [ + "Ġmiss", + "iles" + ], + [ + "ĠIb", + "id" + ], + [ + "Ġdub", + "bed" + ], + [ + "Ġl", + "umin" + ], + [ + "Ġrain", + "bow" + ], + [ + "Ġrecover", + "ing" + ], + [ + "u", + "ced" + ], + [ + "u", + "ador" + ], + [ + "ĠB", + "omb" + ], + [ + "ish", + "able" + ], + [ + "reg", + "ulation" + ], + [ + "Ġsell", + "s" + ], + [ + "ĠLat", + "ino" + ], + [ + "V", + "A" + ], + [ + "er", + "obic" + ], + [ + "ĠCom", + "mercial" + ], + [ + "ĠMat", + "ter" + ], + [ + "ĠRe", + "agan" + ], + [ + "Ġacqu", + "aint" + ], + [ + "ĠCommission", + "er" + ], + [ + "Ġadm", + "ire" + ], + [ + "in", + "vasive" + ], + [ + "ĠG", + "rey" + ], + [ + "Ġfore", + "nsic" + ], + [ + "ann", + "ers" + ], + [ + "ĠStew", + "art" + ], + [ + "Ġmid", + "night" + ], + [ + "ĠMont", + "gomery" + ], + [ + "ĠT", + "ang" + ], + [ + "ĠDec", + "ision" + ], + [ + "Ind", + "eed" + ], + [ + "ĠD", + "M" + ], + [ + "rit", + "es" + ], + [ + "Ġmis", + "use" + ], + [ + "Ġuncertain", + "ties" + ], + [ + "Ġfut", + "uristic" + ], + [ + "Ġslow", + "ed" + ], + [ + "Ġcarbon", + "ate" + ], + [ + "Ġtim", + "elines" + ], + [ + "os", + "omal" + ], + [ + "ĠReg", + "ardless" + ], + [ + "Ġcow", + "ork" + ], + [ + "og", + "h" + ], + [ + "l", + "oss" + ], + [ + "Ġhard", + "y" + ], + [ + "B", + "uild" + ], + [ + "Ġl", + "ays" + ], + [ + "Ġday", + "time" + ], + [ + "Ġmic", + "ros" + ], + [ + "p", + "ract" + ], + [ + "Ġrep", + "utable" + ], + [ + "Ġensl", + "aved" + ], + [ + "ject", + "ives" + ], + [ + "Ġten", + "ure" + ], + [ + "Ġrenew", + "al" + ], + [ + "Ġweigh", + "s" + ], + [ + "Ġhigh", + "ways" + ], + [ + "ĠRep", + "eat" + ], + [ + "abb", + "ath" + ], + [ + "i", + "ologist" + ], + [ + "ĠForm", + "at" + ], + [ + "Ġdors", + "al" + ], + [ + "'", + ")," + ], + [ + "Ġas", + "ynchronous" + ], + [ + "ĠEpid", + "em" + ], + [ + "V", + "ery" + ], + [ + "W", + "ant" + ], + [ + "ĠE", + "uro" + ], + [ + "ail", + "ability" + ], + [ + "ĠWood", + "s" + ], + [ + "ĠConstitution", + "al" + ], + [ + "b", + "lo" + ], + [ + "Ġmy", + "riad" + ], + [ + "ĠList", + "en" + ], + [ + "Ġteen", + "ager" + ], + [ + "Ġst", + "roll" + ], + [ + "ill", + "us" + ], + [ + "Ġdis", + "astrous" + ], + [ + "Ġdifferent", + "iated" + ], + [ + "Ġfort", + "ress" + ], + [ + "ĠHug", + "hes" + ], + [ + "l", + "ining" + ], + [ + "Ġ`", + "'" + ], + [ + "Ġcur", + "b" + ], + [ + "Ġstrand", + "s" + ], + [ + "ĠP", + "radesh" + ], + [ + "ĠK", + "in" + ], + [ + "ĠDe", + "an" + ], + [ + "ĠCoal", + "ition" + ], + [ + "at", + "ics" + ], + [ + "âĢĿ", + "?" + ], + [ + "âĢ", + "IJ" + ], + [ + "id", + "y" + ], + [ + "Ġhel", + "ium" + ], + [ + "ĠL", + "ex" + ], + [ + "ĠRes", + "olution" + ], + [ + "ĠE", + "is" + ], + [ + "urch", + "ase" + ], + [ + "Pro", + "per" + ], + [ + "ĠAlph", + "a" + ], + [ + "review", + "ed" + ], + [ + "ï", + "¬" + ], + [ + "Ġ", + "Ä" + ], + [ + "Ġsh", + "rine" + ], + [ + "Te", + "ch" + ], + [ + "ul", + "ators" + ], + [ + "op", + "us" + ], + [ + "20", + "8" + ], + [ + "Ġind", + "ispens" + ], + [ + "Ġpercent", + "ages" + ], + [ + "Ġviol", + "ated" + ], + [ + "Ġdress", + "ing" + ], + [ + "Ġorn", + "amental" + ], + [ + "Ġmund", + "ane" + ], + [ + ")", + "**" + ], + [ + "p", + "ref" + ], + [ + "en", + "ne" + ], + [ + "Ġder", + "ives" + ], + [ + "Ġhed", + "ge" + ], + [ + "ib", + "ern" + ], + [ + "irt", + "ual" + ], + [ + "Ġint", + "imately" + ], + [ + "de", + "hyde" + ], + [ + "ĠElect", + "rical" + ], + [ + "Ġnegot", + "iation" + ], + [ + "ĠLess", + "ons" + ], + [ + "Ġhorn", + "s" + ], + [ + "m", + "os" + ], + [ + "Ġw", + "ander" + ], + [ + "pl", + "anes" + ], + [ + "ze", + "k" + ], + [ + "Ġmelan", + "oma" + ], + [ + "ig", + "g" + ], + [ + "ĠPl", + "ans" + ], + [ + "Ġsol", + "vent" + ], + [ + "enn", + "ial" + ], + [ + "Ġbind", + "s" + ], + [ + "ĠSep", + "ar" + ], + [ + "a", + "vers" + ], + [ + "Ġanaly", + "se" + ], + [ + "Ġimprison", + "ment" + ], + [ + "P", + "arents" + ], + [ + "aff", + "ected" + ], + [ + "ĠKe", + "vin" + ], + [ + "or", + "ative" + ], + [ + "erg", + "ic" + ], + [ + "Ġinflu", + "x" + ], + [ + "Ġcompar", + "atively" + ], + [ + "Be", + "yond" + ], + [ + "Ġbeat", + "en" + ], + [ + "Work", + "ing" + ], + [ + "Ġhel", + "pless" + ], + [ + "Ġher", + "ds" + ], + [ + "ĠGir", + "ls" + ], + [ + "ĠN", + "athan" + ], + [ + "Ġcirc", + "adian" + ], + [ + "ĠGu", + "y" + ], + [ + "ĠHer", + "od" + ], + [ + "he", + "id" + ], + [ + "et", + "ooth" + ], + [ + "ĠE", + "ur" + ], + [ + "Ġdis", + "infect" + ], + [ + "Ġconf", + "ess" + ], + [ + "Ġbegin", + "nings" + ], + [ + "Ġhur", + "d" + ], + [ + "ĠPrinc", + "iple" + ], + [ + "th", + "s" + ], + [ + "ĠApp", + "roximately" + ], + [ + "Ġinfest", + "ation" + ], + [ + "insp", + "ired" + ], + [ + "vant", + "ages" + ], + [ + "Ġencl", + "osure" + ], + [ + "ĠS", + "hip" + ], + [ + "ĠM", + "ut" + ], + [ + "Ġmon", + "k" + ], + [ + "ĠSc", + "ots" + ], + [ + "Ġviol", + "in" + ], + [ + "Ġsecret", + "ion" + ], + [ + "Ġin", + "advert" + ], + [ + "Ġneut", + "ron" + ], + [ + "H", + "yd" + ], + [ + "ro", + "ots" + ], + [ + "Ġpred", + "is" + ], + [ + "L", + "ab" + ], + [ + "First", + "ly" + ], + [ + "F", + "r" + ], + [ + "ne", + "e" + ], + [ + "Ġform", + "idable" + ], + [ + "__", + "`" + ], + [ + "t", + "ask" + ], + [ + "Ġl", + "ending" + ], + [ + "os", + "al" + ], + [ + "Ġinf", + "ancy" + ], + [ + "AN", + "S" + ], + [ + "ĠEss", + "ays" + ], + [ + "ĠW", + "or" + ], + [ + "Ġpet", + "als" + ], + [ + "ĠM", + "ack" + ], + [ + "Ġfre", + "ight" + ], + [ + "Ġproceed", + "ed" + ], + [ + "Ġhonest", + "y" + ], + [ + "Ġsum", + "mon" + ], + [ + "riz", + "es" + ], + [ + "process", + "ing" + ], + [ + "Ġl", + "amin" + ], + [ + "Ġpra", + "g" + ], + [ + "9", + "11" + ], + [ + "M", + "B" + ], + [ + "Ġspecial", + "izes" + ], + [ + "ĠHem", + "isphere" + ], + [ + "Ġd", + "ire" + ], + [ + "ĠDiff", + "icult" + ], + [ + "S", + "ervice" + ], + [ + "Ġsh", + "aking" + ], + [ + "Ġmod", + "eration" + ], + [ + "ĠExpl", + "orer" + ], + [ + "sor", + "iasis" + ], + [ + "F", + "ocus" + ], + [ + "Ġne", + "c" + ], + [ + "Ġsp", + "arks" + ], + [ + "gen", + "eral" + ], + [ + "Ġrecon", + "cile" + ], + [ + "ĠKeep", + "ing" + ], + [ + "ĠWh", + "ole" + ], + [ + "Ġbed", + "time" + ], + [ + "ĠAny", + "one" + ], + [ + "Ġsummar", + "ized" + ], + [ + "Ġfemin", + "ist" + ], + [ + "Ġpupp", + "y" + ], + [ + "irming", + "ham" + ], + [ + "param", + "etric" + ], + [ + "ĠR", + "ica" + ], + [ + "Ġrec", + "alls" + ], + [ + "ĠDo", + "ctors" + ], + [ + "ĠMil", + "k" + ], + [ + "P", + "rim" + ], + [ + "Ġmen", + "opause" + ], + [ + "Reg", + "ular" + ], + [ + "C", + "ur" + ], + [ + "per", + "fect" + ], + [ + "r", + "anging" + ], + [ + "Ġun", + "equal" + ], + [ + "ok", + "u" + ], + [ + "Ġemp", + "owered" + ], + [ + "opl", + "an" + ], + [ + "ro", + "ved" + ], + [ + "ĠFr", + "ances" + ], + [ + "comm", + "it" + ], + [ + "Ġhelic", + "opter" + ], + [ + "Ġclass", + "mates" + ], + [ + "IN", + "T" + ], + [ + "B", + "ox" + ], + [ + "âĪ", + "ŀ" + ], + [ + "Ġgly", + "c" + ], + [ + "Ġpatri", + "arch" + ], + [ + "Ġlatt", + "ice" + ], + [ + "Ġcomp", + "ose" + ], + [ + "Ch", + "inese" + ], + [ + "with", + "draw" + ], + [ + "design", + "ed" + ], + [ + "n", + "ih" + ], + [ + "S", + "il" + ], + [ + "Ġm", + "osaic" + ], + [ + "Ġcan", + "s" + ], + [ + "exp", + "ression" + ], + [ + "le", + "tt" + ], + [ + "Ġcare", + "d" + ], + [ + "Ġbi", + "os" + ], + [ + "ĠCo", + "ordin" + ], + [ + "Ġtransfer", + "ring" + ], + [ + "Ġqu", + "izzes" + ], + [ + "In", + "vest" + ], + [ + "ĠCom", + "merce" + ], + [ + "Ġschem", + "a" + ], + [ + "Ġmunicip", + "alities" + ], + [ + "G", + "C" + ], + [ + "Ġcl", + "ich" + ], + [ + "Ġhead", + "lines" + ], + [ + "anc", + "ipation" + ], + [ + "aus", + "al" + ], + [ + "ION", + "S" + ], + [ + "23", + "5" + ], + [ + "Ġadorn", + "ed" + ], + [ + "Ġg", + "inger" + ], + [ + "Ġb", + "ic" + ], + [ + "Ġqu", + "ir" + ], + [ + "ĠSe", + "ason" + ], + [ + "ĠPartners", + "hip" + ], + [ + "S", + "pe" + ], + [ + "re", + "th" + ], + [ + "os", + "lav" + ], + [ + "ĠR", + "ES" + ], + [ + "ĠK", + "on" + ], + [ + "ank", + "ton" + ], + [ + "Ġthick", + "er" + ], + [ + "Ġbapt", + "ism" + ], + [ + "V", + "ideo" + ], + [ + "ĠM", + "ail" + ], + [ + "ie", + "u" + ], + [ + "Ġcontract", + "ing" + ], + [ + "iost", + "ream" + ], + [ + "Ġreal", + "ms" + ], + [ + "Ġg", + "or" + ], + [ + "sh", + "ow" + ], + [ + "zz", + "y" + ], + [ + "se", + "mble" + ], + [ + "Ġsp", + "y" + ], + [ + "Ġant", + "ique" + ], + [ + "ĠArn", + "old" + ], + [ + "A", + "cc" + ], + [ + "Ġinit", + "iation" + ], + [ + "Ġl", + "anes" + ], + [ + "Ġfun", + "c" + ], + [ + "sc", + "ar" + ], + [ + "Ġmot", + "ive" + ], + [ + "Ġattack", + "er" + ], + [ + "oub", + "t" + ], + [ + "Ġind", + "ent" + ], + [ + "Ġexp", + "osition" + ], + [ + "Ġresp", + "iration" + ], + [ + "Ġ[", + "â̦]" + ], + [ + "Ġexpress", + "ive" + ], + [ + "Ġtransform", + "ative" + ], + [ + "Ġreprodu", + "ced" + ], + [ + "Ġphot", + "ovolta" + ], + [ + "Ġpump", + "kin" + ], + [ + "Ġless", + "en" + ], + [ + "ival", + "ent" + ], + [ + "n", + "ered" + ], + [ + "ĠF", + "O" + ], + [ + "ari", + "at" + ], + [ + "ĠInst", + "ruct" + ], + [ + "Ġcook", + "ie" + ], + [ + "Ġpp", + "m" + ], + [ + "Ġrestrict", + "ive" + ], + [ + "Ġbrows", + "ing" + ], + [ + "e", + "ight" + ], + [ + "00", + "3" + ], + [ + "ĠUp", + "dated" + ], + [ + "Ġdisc", + "ourage" + ], + [ + "Ġdiscoura", + "ged" + ], + [ + "Afric", + "an" + ], + [ + "ag", + "os" + ], + [ + "Ġdef", + "ended" + ], + [ + "to", + "xic" + ], + [ + "Ġtim", + "er" + ], + [ + "ĠEsp", + "ecially" + ], + [ + "chest", + "ra" + ], + [ + "h", + "ig" + ], + [ + "ĠS", + "aints" + ], + [ + "Ġcl", + "an" + ], + [ + "ract", + "ed" + ], + [ + "Ġtorn", + "ado" + ], + [ + "ĠN", + "IH" + ], + [ + "ĠEd", + "wards" + ], + [ + "Ġd", + "ances" + ], + [ + "ra", + "h" + ], + [ + "ĠV", + "as" + ], + [ + "Ġastron", + "omer" + ], + [ + "Ġdefend", + "ant" + ], + [ + "ĠLith", + "uan" + ], + [ + "ĠGovern", + "ments" + ], + [ + "Ġchief", + "ly" + ], + [ + "Ġup", + "stream" + ], + [ + "ĠV", + "inc" + ], + [ + "Ġcollabor", + "ations" + ], + [ + "Ġenrich", + "ment" + ], + [ + "Ġreferen", + "ced" + ], + [ + "Ġk", + "not" + ], + [ + "imb", + "abwe" + ], + [ + "pro", + "ject" + ], + [ + "tra", + "ck" + ], + [ + "Ġm", + "ism" + ], + [ + "Ġstick", + "ing" + ], + [ + "Ġstumb", + "led" + ], + [ + "Ġs", + "erm" + ], + [ + "r", + "ina" + ], + [ + "ĠL", + "ocation" + ], + [ + "ĠTur", + "ks" + ], + [ + "ĠWhere", + "as" + ], + [ + "S", + "olar" + ], + [ + "es", + "h" + ], + [ + "ĠF", + "ight" + ], + [ + "Ġgran", + "ite" + ], + [ + "20", + "7" + ], + [ + "Ġpe", + "el" + ], + [ + "r", + "il" + ], + [ + "Ġd", + "rown" + ], + [ + "ĠC", + "er" + ], + [ + "ĠG", + "O" + ], + [ + "ĠG", + "CD" + ], + [ + "Ġtow", + "ering" + ], + [ + "L", + "anguage" + ], + [ + "Pl", + "ant" + ], + [ + "Ġhero", + "ic" + ], + [ + "Ġware", + "house" + ], + [ + "R", + "eal" + ], + [ + "ĠN", + "J" + ], + [ + "ĠIn", + "sect" + ], + [ + "Ġsens", + "it" + ], + [ + "yl", + "ene" + ], + [ + "Ġdeple", + "ted" + ], + [ + "Ġloc", + "ks" + ], + [ + "Ġn", + "arc" + ], + [ + "ĠB", + "ath" + ], + [ + "ve", + "ctors" + ], + [ + "ish", + "a" + ], + [ + "Ġdeb", + "ugging" + ], + [ + "Ġbreakthrough", + "s" + ], + [ + "Ġgi", + "ants" + ], + [ + "Ġhall", + "uc" + ], + [ + "ess", + "ment" + ], + [ + "ric", + "ula" + ], + [ + "en", + "za" + ], + [ + "ĠL", + "it" + ], + [ + "ĠPl", + "astic" + ], + [ + "Ġey", + "eb" + ], + [ + "neg", + "ie" + ], + [ + "ĠâĪļ", + "(" + ], + [ + "as", + "uring" + ], + [ + "ĠS", + "I" + ], + [ + "Ġv", + "as" + ], + [ + "ĠProv", + "iding" + ], + [ + "Ġcroc", + "od" + ], + [ + "ĠUkrain", + "ian" + ], + [ + "Ġdem", + "ons" + ], + [ + "ĠNurs", + "ing" + ], + [ + "ĠC", + "ondition" + ], + [ + "Ġim", + "b" + ], + [ + "Ġsym", + "pathy" + ], + [ + "ĠOrgan", + "isation" + ], + [ + "Pr", + "int" + ], + [ + "v", + "ier" + ], + [ + "ĠS", + "or" + ], + [ + "ĠC", + "arm" + ], + [ + "Ġcomplex", + "es" + ], + [ + "Ġbegin", + "ner" + ], + [ + "Ġrepl", + "aces" + ], + [ + "Ġconstitu", + "ents" + ], + [ + "r", + "ising" + ], + [ + "ĠC", + "od" + ], + [ + "Ġaud", + "it" + ], + [ + "Ġinc", + "arc" + ], + [ + "Ġglobal", + "ization" + ], + [ + "Ġrepe", + "ats" + ], + [ + "ĠRead", + "er" + ], + [ + "Ġpreced", + "ed" + ], + [ + "Ġdisp", + "osed" + ], + [ + "ĠC", + "oc" + ], + [ + "Ġguess", + "ing" + ], + [ + "H", + "um" + ], + [ + "Ġsm", + "ugg" + ], + [ + "Ġprevent", + "able" + ], + [ + "ĠMy", + "SQL" + ], + [ + "Ġsolid", + "arity" + ], + [ + "Ġen", + "riched" + ], + [ + "Ġbrows", + "ers" + ], + [ + "Rober", + "t" + ], + [ + "ĠR", + "s" + ], + [ + "Ġdec", + "ipher" + ], + [ + "Ġgener", + "a" + ], + [ + "Ġiter", + "able" + ], + [ + "Ġnort", + "heastern" + ], + [ + "Ġsimultane", + "ous" + ], + [ + "ĠOrig", + "inally" + ], + [ + "ot", + "rop" + ], + [ + "Ġper", + "vasive" + ], + [ + "Ġcontrast", + "ing" + ], + [ + "Ġcompuls", + "ory" + ], + [ + "h", + "ours" + ], + [ + "Ġsh", + "irt" + ], + [ + "ĠY", + "ug" + ], + [ + "Ġadapt", + "ability" + ], + [ + "Ġreb", + "el" + ], + [ + "Ġmarginal", + "ized" + ], + [ + "m", + "ate" + ], + [ + "ĠS", + "oci" + ], + [ + "ĠÂ", + "«" + ], + [ + "Ġacceler", + "ating" + ], + [ + "Ġbehaviour", + "al" + ], + [ + "g", + "ering" + ], + [ + "ĠG", + "E" + ], + [ + "Ġrev", + "ival" + ], + [ + "att", + "les" + ], + [ + "sever", + "ance" + ], + [ + "Ġreg", + "imen" + ], + [ + "ĠB", + "rist" + ], + [ + "val", + "ued" + ], + [ + "icult", + "ure" + ], + [ + "Ġj", + "umps" + ], + [ + "Ġtheore", + "ms" + ], + [ + "ĠSat", + "an" + ], + [ + "Ġsuperior", + "ity" + ], + [ + "ber", + "ty" + ], + [ + "ĠEm", + "otional" + ], + [ + "Ġsup", + "rem" + ], + [ + "Ġdeleg", + "ates" + ], + [ + "os", + "omes" + ], + [ + "Ġmer", + "its" + ], + [ + "O", + "bs" + ], + [ + "ĠP", + "ascal" + ], + [ + "ov", + "o" + ], + [ + "Ġwr", + "ink" + ], + [ + "s", + "ample" + ], + [ + "or", + "ate" + ], + [ + "Ġsub", + "traction" + ], + [ + "Ġaut", + "istic" + ], + [ + "Ġevac", + "uation" + ], + [ + "f", + "ired" + ], + [ + "Ġg", + "cd" + ], + [ + "ad", + "ows" + ], + [ + "Ġexch", + "anged" + ], + [ + "ĠConstant", + "in" + ], + [ + "Ġanecd", + "otes" + ], + [ + "on", + "ge" + ], + [ + "Ġm", + "aid" + ], + [ + "ĠB", + "elt" + ], + [ + "ish", + "n" + ], + [ + "ĠSh", + "aw" + ], + [ + "Ġfront", + "al" + ], + [ + "Ġsed", + "entary" + ], + [ + "Su", + "per" + ], + [ + "Ġcatast", + "rophe" + ], + [ + "ist", + "ine" + ], + [ + "Ġhe", + "mp" + ], + [ + "Ġspons", + "ors" + ], + [ + "Ġirre", + "vers" + ], + [ + "ĠAstron", + "omy" + ], + [ + "Ġbree", + "ze" + ], + [ + ")", + ")," + ], + [ + "R", + "est" + ], + [ + "ed", + "e" + ], + [ + "av", + "an" + ], + [ + "Al", + "ong" + ], + [ + "ĠFre", + "ud" + ], + [ + "T", + "itle" + ], + [ + "Ġstar", + "vation" + ], + [ + "Ġdispos", + "able" + ], + [ + "ĠT", + "CP" + ], + [ + "ĠEm", + "b" + ], + [ + "Ġsatis", + "factory" + ], + [ + "Ġstream", + "line" + ], + [ + "q", + "l" + ], + [ + "Ġs", + "orrow" + ], + [ + "ĠS", + "end" + ], + [ + "ag", + "ne" + ], + [ + "ĠBegin", + "ning" + ], + [ + "ĠC", + "ord" + ], + [ + "Ġgr", + "as" + ], + [ + "Sh", + "ould" + ], + [ + "Ġus", + "able" + ], + [ + "ger", + "ies" + ], + [ + "Ġmal", + "ignant" + ], + [ + "ĠExper", + "imental" + ], + [ + "ĠFac", + "ulty" + ], + [ + "Ġunh", + "appy" + ], + [ + "Ġ\"", + ";" + ], + [ + "Ġel", + "usive" + ], + [ + "2", + "14" + ], + [ + "y", + "ards" + ], + [ + "Ġf", + "aded" + ], + [ + "ĠHe", + "in" + ], + [ + "ĠTra", + "in" + ], + [ + "Ġo", + "st" + ], + [ + "ĠK", + "or" + ], + [ + "Ġweb", + "page" + ], + [ + "Ġcelebr", + "ates" + ], + [ + "ĠL", + "ands" + ], + [ + "import", + "ant" + ], + [ + "Ġsem", + "antic" + ], + [ + "Ġneur", + "on" + ], + [ + "Ġaspir", + "in" + ], + [ + "Char", + "acter" + ], + [ + "Ġconstitu", + "ent" + ], + [ + "om", + "aly" + ], + [ + "ĠS", + "low" + ], + [ + "lex", + "ia" + ], + [ + "ĠHel", + "en" + ], + [ + "ĠReview", + "s" + ], + [ + "Ġslic", + "es" + ], + [ + "Ġlett", + "uce" + ], + [ + "en", + "ch" + ], + [ + "Ġg", + "ru" + ], + [ + "Ġimp", + "ressions" + ], + [ + "Ġsupp", + "lying" + ], + [ + "ĠRe", + "ality" + ], + [ + "Ġfat", + "alities" + ], + [ + "T", + "om" + ], + [ + "Ġcl", + "iff" + ], + [ + "ĠHyp", + "othesis" + ], + [ + "Jew", + "ish" + ], + [ + "ĠBiod", + "iversity" + ], + [ + "c", + "ond" + ], + [ + "im", + "ates" + ], + [ + "Ġant", + "imicrobial" + ], + [ + "ĠEli", + "jah" + ], + [ + "Ã", + "¸" + ], + [ + "Ġimpair", + "ments" + ], + [ + "d", + "rew" + ], + [ + "Ġm", + "l" + ], + [ + "Ġdec", + "oration" + ], + [ + "Ġcond", + "ensed" + ], + [ + "âĢĿ", + ";" + ], + [ + "Ġsy", + "nd" + ], + [ + "Ġsuper", + "nov" + ], + [ + "Ġartic", + "ulate" + ], + [ + "ĠS", + "weet" + ], + [ + "Ġrep", + "ent" + ], + [ + "app", + "roximately" + ], + [ + "osp", + "els" + ], + [ + "Ġfertil", + "ization" + ], + [ + "Ġes", + "ophagus" + ], + [ + "ĠVenezuel", + "a" + ], + [ + "ĠM", + "ul" + ], + [ + "Ġall", + "ied" + ], + [ + "Ġbo", + "iled" + ], + [ + "Ġsince", + "re" + ], + [ + "Ġir", + "res" + ], + [ + "]", + "))" + ], + [ + "ĠR", + "alph" + ], + [ + "ĠY", + "am" + ], + [ + "ĠMod", + "els" + ], + [ + "ĠLinked", + "In" + ], + [ + "ru", + "ce" + ], + [ + "EL", + "L" + ], + [ + "vol", + "ume" + ], + [ + "W", + "eek" + ], + [ + "ver", + "ts" + ], + [ + "ĠN", + "y" + ], + [ + "Ġinform", + "ational" + ], + [ + "es", + "cent" + ], + [ + "Ġb", + "il" + ], + [ + "Ġpop", + "ul" + ], + [ + "Ġsens", + "ible" + ], + [ + "Ġcrew", + "s" + ], + [ + "Ġrum", + "ors" + ], + [ + "ĠK", + "il" + ], + [ + "vers", + "al" + ], + [ + "ex", + "c" + ], + [ + "Ġcapac", + "itor" + ], + [ + "ĠSl", + "av" + ], + [ + "Are", + "a" + ], + [ + "di", + "agn" + ], + [ + "Ġhum", + "ming" + ], + [ + "Ġglac", + "ier" + ], + [ + "Ġo", + "val" + ], + [ + "Ġb", + "ishops" + ], + [ + "Ġth", + "rows" + ], + [ + "ag", + "ascar" + ], + [ + "ĠCl", + "are" + ], + [ + "Ġfib", + "res" + ], + [ + "Ġreh", + "ab" + ], + [ + "ĠWW", + "II" + ], + [ + "Ġcrystall", + "ine" + ], + [ + "Ġhaunt", + "ed" + ], + [ + "Ġcongru", + "ent" + ], + [ + "Ġf", + "ights" + ], + [ + "Ġl", + "amb" + ], + [ + "Ġprob", + "iotics" + ], + [ + "T", + "or" + ], + [ + "iv", + "orous" + ], + [ + "ĠSex", + "ual" + ], + [ + "ĠG", + "row" + ], + [ + "ĠL", + "ion" + ], + [ + "Ġinterrupt", + "ed" + ], + [ + "st", + "ates" + ], + [ + "up", + "date" + ], + [ + "Ġjoint", + "ly" + ], + [ + "E", + "qu" + ], + [ + "Ġben", + "z" + ], + [ + "c", + "all" + ], + [ + "âĢĿ", + ":" + ], + [ + "Ġrot", + "ations" + ], + [ + "Ġpione", + "ers" + ], + [ + "atern", + "ity" + ], + [ + "T", + "V" + ], + [ + "ĠB", + "M" + ], + [ + "3", + "10" + ], + [ + "cent", + "er" + ], + [ + "ĠThe", + "atre" + ], + [ + "art", + "ments" + ], + [ + "Ġbi", + "otechnology" + ], + [ + "Ġmor", + "ale" + ], + [ + "Ġly", + "rics" + ], + [ + "F", + "re" + ], + [ + "ĠVol", + "can" + ], + [ + "T", + "er" + ], + [ + "Ġar", + "id" + ], + [ + "idd", + "ing" + ], + [ + "Ġenhance", + "ment" + ], + [ + "Ġf", + "el" + ], + [ + "Ġtrans", + "ient" + ], + [ + "F", + "N" + ], + [ + "ĠF", + "ill" + ], + [ + "ens", + "en" + ], + [ + "Ġhyd", + "rated" + ], + [ + "ĠRad", + "iation" + ], + [ + "ĠCh", + "al" + ], + [ + "Ġbo", + "iler" + ], + [ + "à", + "²" + ], + [ + "Ġcert", + "ifications" + ], + [ + "iol", + "ent" + ], + [ + "IC", + "S" + ], + [ + "Ġinsign", + "ificant" + ], + [ + "Ġb", + "is" + ], + [ + "ro", + "cy" + ], + [ + "Ġal", + "coholic" + ], + [ + "ĠCh", + "ap" + ], + [ + "ĠGram", + "mar" + ], + [ + "ĠD", + "ys" + ], + [ + "ĠBe", + "hind" + ], + [ + "Ġbread", + "th" + ], + [ + "à", + "¦" + ], + [ + "ent", + "ric" + ], + [ + "Ġh", + "ath" + ], + [ + "Ġo", + "ath" + ], + [ + "Ġin", + "sec" + ], + [ + "ĠR", + "ol" + ], + [ + "Ġcent", + "imeters" + ], + [ + "Ġhand", + "writing" + ], + [ + "Ġmil", + "estone" + ], + [ + "ĠBar", + "n" + ], + [ + "Ġumb", + "rella" + ], + [ + "Ġsuff", + "erers" + ], + [ + "om", + "i" + ], + [ + "Ġob", + "solete" + ], + [ + "Ġtor", + "que" + ], + [ + "ĠW", + "ire" + ], + [ + "ĠSh", + "i" + ], + [ + "Ġrefine", + "ment" + ], + [ + "Ġl", + "ately" + ], + [ + "ĠEx", + "odus" + ], + [ + "Ġboost", + "ing" + ], + [ + "b", + "iotic" + ], + [ + "ĠV", + "i" + ], + [ + "Ġz", + "ebra" + ], + [ + "Ġste", + "ering" + ], + [ + "ĠC", + "ause" + ], + [ + "ĠM", + "ob" + ], + [ + "Ġro", + "oft" + ], + [ + "W", + "ild" + ], + [ + "ĠKe", + "pler" + ], + [ + "ĠQur", + "an" + ], + [ + "ed", + "es" + ], + [ + "OR", + "Y" + ], + [ + "Ġverte", + "bra" + ], + [ + "access", + "ible" + ], + [ + "E", + "th" + ], + [ + "Ġcondem", + "n" + ], + [ + "l", + "ance" + ], + [ + "Ġdest", + "ined" + ], + [ + "Ġrefere", + "nd" + ], + [ + "al", + "ach" + ], + [ + "le", + "ad" + ], + [ + "ĠB", + "our" + ], + [ + "ph", + "ase" + ], + [ + "ĠMal", + "colm" + ], + [ + "Ġfreed", + "oms" + ], + [ + "qu", + "estion" + ], + [ + "Ġconstruct", + "s" + ], + [ + "Ġabsor", + "bs" + ], + [ + "Ġallerg", + "ens" + ], + [ + "ĠPower", + "Point" + ], + [ + "hel", + "m" + ], + [ + "Gen", + "erally" + ], + [ + "ĠR", + "ig" + ], + [ + "Un", + "it" + ], + [ + "Ġprivile", + "ged" + ], + [ + "Ġref", + "uses" + ], + [ + "Ġiron", + "y" + ], + [ + "M", + "ad" + ], + [ + "ĠSc", + "an" + ], + [ + "world", + "ly" + ], + [ + "M", + "ass" + ], + [ + "t", + "ract" + ], + [ + "er", + "ative" + ], + [ + "ut", + "ral" + ], + [ + "Ġcontem", + "por" + ], + [ + "ĠSet", + "ting" + ], + [ + "arb", + "ons" + ], + [ + "Ġrel", + "ay" + ], + [ + "ĠMes", + "opotam" + ], + [ + "Ġl", + "iable" + ], + [ + "ĠFact", + "or" + ], + [ + "ĠJen", + "kins" + ], + [ + "h", + "art" + ], + [ + "Ġb", + "ile" + ], + [ + "Ġconfront", + "ation" + ], + [ + "ĠTes", + "la" + ], + [ + "ic", + "illin" + ], + [ + "ĠV", + "oy" + ], + [ + "Ġsw", + "amp" + ], + [ + "Ġpump", + "ed" + ], + [ + "Ġorth", + "og" + ], + [ + "Ġdisagree", + "ment" + ], + [ + "Ġfemin", + "ine" + ], + [ + "f", + "ill" + ], + [ + "ĠB", + "ent" + ], + [ + "ance", + "ll" + ], + [ + "Ġprosper", + "ous" + ], + [ + "ĠBehavior", + "al" + ], + [ + "Ġacid", + "ity" + ], + [ + "0", + "10" + ], + [ + "P", + "sych" + ], + [ + "c", + "ritical" + ], + [ + "ĠS", + "ikh" + ], + [ + "de", + "queue" + ], + [ + "intend", + "ent" + ], + [ + "F", + "und" + ], + [ + "as", + "ync" + ], + [ + "B", + "usiness" + ], + [ + "Ġref", + "usal" + ], + [ + "Ġaccess", + "ories" + ], + [ + "Ġst", + "ove" + ], + [ + "Ġde", + "ities" + ], + [ + "ĠSc", + "out" + ], + [ + "be", + "ans" + ], + [ + "ush", + "ima" + ], + [ + "Ġcontract", + "ions" + ], + [ + "Ġabol", + "ished" + ], + [ + "Å", + "Ĥ" + ], + [ + "is", + "ch" + ], + [ + "Ġb", + "og" + ], + [ + "ĠD", + "allas" + ], + [ + "ĠL", + "ux" + ], + [ + "Ġpresent", + "ly" + ], + [ + "Ġmel", + "ted" + ], + [ + "Rec", + "ently" + ], + [ + "agg", + "ering" + ], + [ + "w", + "oman" + ], + [ + "Ġclin", + "ically" + ], + [ + "IC", + "AL" + ], + [ + "ĠBr", + "us" + ], + [ + "Japan", + "ese" + ], + [ + "C", + "am" + ], + [ + "Ġprot", + "on" + ], + [ + "D", + "M" + ], + [ + "Ġa", + "rous" + ], + [ + "Ġb", + "ins" + ], + [ + "ĠH", + "ipp" + ], + [ + "ctor", + "al" + ], + [ + "Ġwood", + "land" + ], + [ + "ĠEc", + "uador" + ], + [ + "linear", + "ity" + ], + [ + "ĠPhoen", + "ix" + ], + [ + "M", + "RI" + ], + [ + "Ġser", + "pent" + ], + [ + "Ġbrack", + "ets" + ], + [ + "Ġnurt", + "uring" + ], + [ + "ĠLaur", + "a" + ], + [ + "h", + "l" + ], + [ + "Ġl", + "asers" + ], + [ + "ĠL", + "una" + ], + [ + "iqu", + "eness" + ], + [ + "ĠAz", + "tec" + ], + [ + "Ġcompat", + "ibility" + ], + [ + "ĠB", + "irmingham" + ], + [ + "Ġsubsc", + "ribers" + ], + [ + "storm", + "s" + ], + [ + "ut", + "ory" + ], + [ + "ĠHom", + "o" + ], + [ + "Ġreconcil", + "iation" + ], + [ + "not", + "es" + ], + [ + "w", + "itz" + ], + [ + "Ġc", + "rick" + ], + [ + "e", + "ers" + ], + [ + "s", + "kin" + ], + [ + "Ġreal", + "izes" + ], + [ + "br", + "ance" + ], + [ + "ot", + "ide" + ], + [ + "ad", + "ec" + ], + [ + "Ġv", + "ap" + ], + [ + "Ġspiritual", + "ity" + ], + [ + "ĠHallow", + "een" + ], + [ + "m", + "iddle" + ], + [ + "ark", + "er" + ], + [ + "Ġcat", + "heter" + ], + [ + "Pro", + "cess" + ], + [ + "Ġshe", + "ar" + ], + [ + "ĠAr", + "ray" + ], + [ + "Ġsurround", + "s" + ], + [ + "Ġsan", + "it" + ], + [ + "ĠLib", + "eral" + ], + [ + "Ġpsy", + "che" + ], + [ + "Ġpancreat", + "ic" + ], + [ + "Ġintertw", + "ined" + ], + [ + "M", + "iss" + ], + [ + "Ġexp", + "elled" + ], + [ + "ĠAnaly", + "zing" + ], + [ + "N", + "F" + ], + [ + "Ġhar", + "b" + ], + [ + "Ġarc", + "het" + ], + [ + "e", + "ach" + ], + [ + "ĠG", + "ross" + ], + [ + "erv", + "ices" + ], + [ + "Ġextract", + "ing" + ], + [ + "ĠDru", + "gs" + ], + [ + "g", + "rams" + ], + [ + "Ġst", + "ained" + ], + [ + "Ġspread", + "sheet" + ], + [ + "Ġplate", + "au" + ], + [ + "Ġadvertise", + "ments" + ], + [ + "Ġf", + "ade" + ], + [ + "Ġd", + "engue" + ], + [ + "Ġcre", + "st" + ], + [ + "Ġprogram", + "mers" + ], + [ + "Ġdisrupt", + "ions" + ], + [ + "u", + "er" + ], + [ + "Ġb", + "rit" + ], + [ + "ĠM", + "alt" + ], + [ + "Ġword", + "ing" + ], + [ + "Of", + "ten" + ], + [ + "T", + "ips" + ], + [ + "Ġparab", + "ola" + ], + [ + "h", + "im" + ], + [ + "ore", + "rs" + ], + [ + "Ġv", + "iability" + ], + [ + "Ġev", + "angel" + ], + [ + "Ġspecific", + "s" + ], + [ + "Ġprevent", + "ative" + ], + [ + "c", + "orrect" + ], + [ + "d", + "irection" + ], + [ + "Ġrep", + "aired" + ], + [ + "Ġinform", + "s" + ], + [ + "Ġwe", + "ars" + ], + [ + "ud", + "ed" + ], + [ + "ĠUn", + "less" + ], + [ + "Ġleg", + "umes" + ], + [ + "o", + "j" + ], + [ + "Ġindefin", + "itely" + ], + [ + "Ġindispens", + "able" + ], + [ + "un", + "i" + ], + [ + "Ġsp", + "aced" + ], + [ + "Ġany", + "time" + ], + [ + "Ġinter", + "course" + ], + [ + "ĠâĪ", + "ŀ" + ], + [ + "Ġcultiv", + "ating" + ], + [ + "Ġprofound", + "ly" + ], + [ + "oler", + "ant" + ], + [ + "A", + "E" + ], + [ + "L", + "ocation" + ], + [ + "à", + "¨" + ], + [ + "ĠC", + "ret" + ], + [ + "ĠV", + "oc" + ], + [ + "Ġgra", + "ding" + ], + [ + "Ġguard", + "ians" + ], + [ + "ĠCo", + "hen" + ], + [ + "Vis", + "ual" + ], + [ + "Ġt", + "art" + ], + [ + "Ġworth", + "while" + ], + [ + "Ġincent", + "iv" + ], + [ + "T", + "urn" + ], + [ + "Ġpar", + "ity" + ], + [ + "Ġbenef", + "ited" + ], + [ + "Ġdra", + "ins" + ], + [ + "Ġclear", + "ance" + ], + [ + "Ġprepared", + "ness" + ], + [ + "ĠJul", + "ius" + ], + [ + "Ġadvis", + "able" + ], + [ + "ĠBuff", + "alo" + ], + [ + "is", + "ks" + ], + [ + "cl", + "in" + ], + [ + "AS", + "H" + ], + [ + "dr", + "iving" + ], + [ + "Ġw", + "rest" + ], + [ + "Ġcounter", + "ar" + ], + [ + "roph", + "ys" + ], + [ + "on", + "ts" + ], + [ + "ĠH", + "V" + ], + [ + "ĠPat", + "ient" + ], + [ + "Ġfold", + "ed" + ], + [ + "Ġsevent", + "y" + ], + [ + "ĠL", + "ily" + ], + [ + "Ġtransform", + "s" + ], + [ + "ĠDiscuss", + "ion" + ], + [ + "Ġfundament", + "als" + ], + [ + "ib", + "ular" + ], + [ + "Ġrep", + "ell" + ], + [ + "r", + "ators" + ], + [ + "Ġb", + "rowse" + ], + [ + "ĠP", + "ont" + ], + [ + "Ġprogress", + "ively" + ], + [ + "ĠSt", + "orage" + ], + [ + "ploy", + "ed" + ], + [ + "Ġres", + "ervation" + ], + [ + "Ġb", + "ilingual" + ], + [ + "Ġobst", + "ruction" + ], + [ + "ĠPubl", + "ishers" + ], + [ + "ĠC", + "CS" + ], + [ + "ĠH", + "oney" + ], + [ + "ew", + "orthy" + ], + [ + "Ġvis", + "c" + ], + [ + "Ġi", + "Phone" + ], + [ + "Ġreb", + "uilding" + ], + [ + "Ġdesert", + "s" + ], + [ + "idel", + "ity" + ], + [ + "P", + "ay" + ], + [ + "Ġoff", + "ense" + ], + [ + "Ġprot", + "ons" + ], + [ + "Ġwild", + "fires" + ], + [ + "Ġfost", + "ers" + ], + [ + "S", + "at" + ], + [ + "ĠS", + "ke" + ], + [ + "ĠLe", + "af" + ], + [ + "Ġforeb", + "oding" + ], + [ + "le", + "arn" + ], + [ + "ific", + "ate" + ], + [ + "Ġprog", + "nosis" + ], + [ + "rap", + "s" + ], + [ + "ĠHer", + "bert" + ], + [ + "Ġtoothp", + "aste" + ], + [ + "l", + "m" + ], + [ + "ĠM", + "ead" + ], + [ + "Ġcustom", + "ary" + ], + [ + "ĠMedic", + "are" + ], + [ + "ĠGir", + "l" + ], + [ + "re", + "v" + ], + [ + "ĠH", + "amm" + ], + [ + "Ġreal", + "ise" + ], + [ + "Pr", + "ime" + ], + [ + "prot", + "ected" + ], + [ + "engine", + "ering" + ], + [ + "k", + "el" + ], + [ + "Ġp", + "ouring" + ], + [ + "Ġcan", + "ine" + ], + [ + "uff", + "s" + ], + [ + "Ġremind", + "ers" + ], + [ + "ab", + "sor" + ], + [ + "Ġcan", + "cel" + ], + [ + "rehens", + "ion" + ], + [ + "Ġmouth", + "s" + ], + [ + "ĠH", + "undred" + ], + [ + "Ġchar", + "ismatic" + ], + [ + "ĠAustral", + "ians" + ], + [ + "Ġsam", + "pled" + ], + [ + "Ġprohib", + "ition" + ], + [ + "Ġconc", + "luding" + ], + [ + "Ġafter", + "ward" + ], + [ + "uk", + "i" + ], + [ + "Ġelectroly", + "te" + ], + [ + "E", + "ast" + ], + [ + "Ġcompet", + "itions" + ], + [ + "Ġresol", + "utions" + ], + [ + "t", + "ake" + ], + [ + "Ġinv", + "ites" + ], + [ + "ey", + "e" + ], + [ + "L", + "ink" + ], + [ + "ag", + "les" + ], + [ + "ĠFirst", + "ly" + ], + [ + "Ġlad", + "ies" + ], + [ + "re", + "search" + ], + [ + "Ġprob", + "es" + ], + [ + "Ġseaw", + "ater" + ], + [ + "Al", + "ice" + ], + [ + "ã", + "ĥ" + ], + [ + "ĠT", + "M" + ], + [ + "ĠS", + "ites" + ], + [ + "Ġpl", + "umbing" + ], + [ + "old", + "ing" + ], + [ + "Ġaff", + "inity" + ], + [ + "Ġthin", + "ner" + ], + [ + "Ġpubl", + "ishers" + ], + [ + "om", + "o" + ], + [ + "Ġhum", + "il" + ], + [ + "Ġplan", + "k" + ], + [ + "ĠInst", + "all" + ], + [ + "ĠRh", + "ode" + ], + [ + "ab", + "ol" + ], + [ + "act", + "or" + ], + [ + "ĠConf", + "lict" + ], + [ + "Ġch", + "alk" + ], + [ + "ĠON", + "E" + ], + [ + "Ġnob", + "ility" + ], + [ + "Ġsug", + "ary" + ], + [ + "Ġspell", + "s" + ], + [ + "ĠVir", + "us" + ], + [ + "Ġtrig", + "gering" + ], + [ + "ĠIN", + "T" + ], + [ + "lud", + "ge" + ], + [ + "ĠOld", + "er" + ], + [ + "ĠB", + "I" + ], + [ + "Ġpoly", + "morph" + ], + [ + "F", + "I" + ], + [ + "Ġcons", + "erved" + ], + [ + "ĠCom", + "ments" + ], + [ + "othe", + "li" + ], + [ + "Ġuplo", + "ad" + ], + [ + "en", + "berg" + ], + [ + "Ġref", + "using" + ], + [ + "Ġcr", + "us" + ], + [ + "Ġdynam", + "ically" + ], + [ + "bul", + "lying" + ], + [ + "ident", + "ial" + ], + [ + "Ġend", + "ors" + ], + [ + "Ġsuper", + "vised" + ], + [ + "ĠExpl", + "oration" + ], + [ + "ĠB", + "right" + ], + [ + "Ġfact", + "ual" + ], + [ + "ĠPl", + "atform" + ], + [ + "ĠDr", + "inking" + ], + [ + "ĠE", + "SA" + ], + [ + "ĠPublic", + "ation" + ], + [ + "ĠOm", + "ega" + ], + [ + "Ġbrainstorm", + "ing" + ], + [ + "P", + "resent" + ], + [ + "ĠW", + "el" + ], + [ + "ĠD", + "iss" + ], + [ + "Ġland", + "owners" + ], + [ + "ĠLead", + "er" + ], + [ + "ĠVeter", + "ans" + ], + [ + "ĠS", + "ustainability" + ], + [ + "ĠF", + "ailure" + ], + [ + "Ġle", + "ague" + ], + [ + "Ġcl", + "ips" + ], + [ + "Ġcircumst", + "ance" + ], + [ + "ĠN", + "ine" + ], + [ + "ograp", + "hed" + ], + [ + "l", + "iter" + ], + [ + "s", + "il" + ], + [ + "ĠI", + "X" + ], + [ + "Ġv", + "ault" + ], + [ + "Ġman", + "gro" + ], + [ + "Ġfl", + "are" + ], + [ + "sc", + "enes" + ], + [ + "ĠÃ", + "ī" + ], + [ + "nam", + "ents" + ], + [ + "ĠJama", + "ica" + ], + [ + "ĠC", + "ave" + ], + [ + "ific", + "ially" + ], + [ + "ĠSp", + "ot" + ], + [ + "ĠSu", + "ggest" + ], + [ + "Ġshock", + "ed" + ], + [ + "C", + "ity" + ], + [ + "Ġw", + "ary" + ], + [ + "ing", + "ling" + ], + [ + "Ġre", + "nov" + ], + [ + "Ġindic", + "ative" + ], + [ + "min", + "ster" + ], + [ + "ĠVin", + "cent" + ], + [ + "iz", + "arre" + ], + [ + "du", + "ino" + ], + [ + "Ġapp", + "ra" + ], + [ + "Ġunder", + "went" + ], + [ + "cle", + "ar" + ], + [ + "Ġscatter", + "ing" + ], + [ + "s", + "omething" + ], + [ + "Ġsp", + "oon" + ], + [ + "res", + "pect" + ], + [ + "ĠN", + "ad" + ], + [ + "Ġret", + "in" + ], + [ + "Ġphot", + "ons" + ], + [ + "Ġsurpr", + "ises" + ], + [ + "ĠSur", + "face" + ], + [ + "ĠOb", + "viously" + ], + [ + "b", + "low" + ], + [ + "ĠB", + "alk" + ], + [ + "art", + "es" + ], + [ + "Ġshock", + "ing" + ], + [ + "V", + "s" + ], + [ + "erm", + "ost" + ], + [ + "E", + "PA" + ], + [ + "qu", + "ant" + ], + [ + "Ġpres", + "idents" + ], + [ + "Ġhard", + "est" + ], + [ + "Ġpoll", + "inators" + ], + [ + "Ben", + "efits" + ], + [ + "ĠBrig", + "ade" + ], + [ + "ĠDiam", + "ond" + ], + [ + "Ñ", + "ĥ" + ], + [ + "Ġp", + "its" + ], + [ + "st", + "ellar" + ], + [ + "Ġrupt", + "ure" + ], + [ + "F", + "amily" + ], + [ + "I", + "AL" + ], + [ + "M", + "or" + ], + [ + "Ġp", + "acks" + ], + [ + "op", + "last" + ], + [ + "Ġbuild", + "ers" + ], + [ + "Ġachie", + "vable" + ], + [ + "à¤", + "°" + ], + [ + "Ġpursu", + "its" + ], + [ + "ĠLim", + "it" + ], + [ + "Ġhe", + "ater" + ], + [ + "ĠB", + "ring" + ], + [ + "ĠVal", + "ues" + ], + [ + "ĠZ", + "imbabwe" + ], + [ + "Vis", + "it" + ], + [ + "ĠBrother", + "s" + ], + [ + "P", + "oly" + ], + [ + "Ġback", + "bone" + ], + [ + "Ġdirect", + "ories" + ], + [ + "mun", + "ition" + ], + [ + "ĠPro", + "du" + ], + [ + "Ġsl", + "ender" + ], + [ + "ha", + "us" + ], + [ + "ĠWeb", + "ster" + ], + [ + "Ġtransplant", + "ation" + ], + [ + "in", + "j" + ], + [ + "Ġc", + "ob" + ], + [ + "ate", + "red" + ], + [ + "Ġsp", + "awn" + ], + [ + "ĠN", + "ex" + ], + [ + "ĠK", + "um" + ], + [ + "Ġsub", + "merged" + ], + [ + "Ġheart", + "beat" + ], + [ + "Ġple", + "asing" + ], + [ + "d", + "al" + ], + [ + "ĠB", + "enn" + ], + [ + "rou", + "ded" + ], + [ + "get", + "table" + ], + [ + "An", + "aly" + ], + [ + "22", + "2" + ], + [ + "ĠEd", + "en" + ], + [ + "Te", + "chnology" + ], + [ + "Ġmillenn", + "ium" + ], + [ + "Ġabst", + "raction" + ], + [ + "N", + "OT" + ], + [ + "Ġcorre", + "ctions" + ], + [ + "Ġcos", + "metic" + ], + [ + "Ġdialect", + "s" + ], + [ + "Ġassass", + "ination" + ], + [ + "Ġcoop", + "erate" + ], + [ + "ĠW", + "heel" + ], + [ + "Ġdiss", + "ip" + ], + [ + "Ġf", + "ibr" + ], + [ + "Ġh", + "ots" + ], + [ + "br", + "ids" + ], + [ + "AT", + "H" + ], + [ + "Ġsimpl", + "istic" + ], + [ + "ĠPun", + "j" + ], + [ + "C", + "ertain" + ], + [ + "S", + "ou" + ], + [ + "Ġl", + "ane" + ], + [ + "un", + "al" + ], + [ + "EN", + "D" + ], + [ + "heart", + "ed" + ], + [ + "L", + "ittle" + ], + [ + "c", + "ancer" + ], + [ + "m", + "illion" + ], + [ + "ivid", + "ed" + ], + [ + "Ġfa", + "ulty" + ], + [ + "2", + "11" + ], + [ + "ra", + "ck" + ], + [ + "av", + "oid" + ], + [ + "Ġoccup", + "ants" + ], + [ + "Ġtun", + "a" + ], + [ + "Ġfor", + "ge" + ], + [ + "Ġsqu", + "ash" + ], + [ + "Ġaster", + "oids" + ], + [ + "2", + "16" + ], + [ + "ĠRe", + "ed" + ], + [ + "Ġpictures", + "que" + ], + [ + "Ġquart", + "z" + ], + [ + "Ġg", + "rit" + ], + [ + "ĠH", + "aven" + ], + [ + "reat", + "h" + ], + [ + "Ġlapt", + "ops" + ], + [ + "Ġair", + "line" + ], + [ + "Ġfour", + "teen" + ], + [ + "met", + "ics" + ], + [ + "Ġn", + "ap" + ], + [ + "Ġdi", + "aph" + ], + [ + "Ġcra", + "b" + ], + [ + "ĠArmen", + "ian" + ], + [ + "Ġapprent", + "ices" + ], + [ + "Al", + "most" + ], + [ + "Ġec", + "zema" + ], + [ + "Ġequival", + "ence" + ], + [ + "Ġpo", + "ignant" + ], + [ + "orith", + "m" + ], + [ + "Ġm", + "oth" + ], + [ + "c", + "atch" + ], + [ + "Ġcur", + "ricula" + ], + [ + "e", + "ff" + ], + [ + "ĠPhill", + "ips" + ], + [ + "ĠR", + "ush" + ], + [ + "ĠAm", + "y" + ], + [ + "v", + "ents" + ], + [ + "ling", + "ton" + ], + [ + "Ġdecl", + "aring" + ], + [ + "Ġdens", + "ities" + ], + [ + "Ġsub", + "species" + ], + [ + "ĠS", + "omething" + ], + [ + "ĠSt", + "ri" + ], + [ + "Ġpar", + "an" + ], + [ + "Ġdeep", + "en" + ], + [ + "Ġanalog", + "ous" + ], + [ + "ĠOs", + "aka" + ], + [ + "Ġassoci", + "ates" + ], + [ + "ĠA", + "ffect" + ], + [ + "inf", + "ection" + ], + [ + "cript", + "ions" + ], + [ + "a", + "ution" + ], + [ + "Ġp", + "ri" + ], + [ + "tern", + "ally" + ], + [ + "Ġactiv", + "ism" + ], + [ + "Ġdisadvant", + "aged" + ], + [ + "Ġleak", + "age" + ], + [ + "ĠAd", + "just" + ], + [ + "Ġprep", + "ares" + ], + [ + "ĠMad", + "agascar" + ], + [ + "ĠTrend", + "s" + ], + [ + "4", + "20" + ], + [ + "ĠA", + "PA" + ], + [ + "Ġinf", + "amous" + ], + [ + "ĠAc", + "cept" + ], + [ + "ĠDis", + "abilities" + ], + [ + "ĠiP", + "ad" + ], + [ + "ĠO", + "ptions" + ], + [ + "l", + "antic" + ], + [ + "Ġa", + "pert" + ], + [ + "ac", + "id" + ], + [ + "Ġrout", + "ing" + ], + [ + "Ġscler", + "osis" + ], + [ + "est", + "ing" + ], + [ + "âĢĿ", + "âĢĶ" + ], + [ + "iot", + "herapy" + ], + [ + "IC", + "EF" + ], + [ + "Ġgar", + "ment" + ], + [ + "Ġunderest", + "imate" + ], + [ + "ap", + "a" + ], + [ + "L", + "ater" + ], + [ + "ĠF", + "oster" + ], + [ + "ĠOtt", + "awa" + ], + [ + "Ġl", + "ou" + ], + [ + "F", + "OR" + ], + [ + "Ġin", + "ward" + ], + [ + "Ġch", + "ords" + ], + [ + "ĠDo", + "ing" + ], + [ + "ĠReg", + "ression" + ], + [ + "Ġsew", + "er" + ], + [ + "Ġinfl", + "amed" + ], + [ + "b", + "eth" + ], + [ + "Ġoff", + "line" + ], + [ + "ĠPoll", + "ution" + ], + [ + "Ġl", + "ac" + ], + [ + "ell", + "ows" + ], + [ + "Ġag", + "grav" + ], + [ + "Ġdec", + "ree" + ], + [ + "Ġhapp", + "ier" + ], + [ + "ĠHar", + "old" + ], + [ + "4", + "80" + ], + [ + "Ġview", + "points" + ], + [ + "by", + "e" + ], + [ + "Ġcong", + "reg" + ], + [ + "i", + "ang" + ], + [ + "Ġsecret", + "ly" + ], + [ + "ĠSupp", + "ly" + ], + [ + "Ã", + "«" + ], + [ + "ed", + "ical" + ], + [ + "ĠData", + "Frame" + ], + [ + "Ġunreal", + "istic" + ], + [ + "en", + "um" + ], + [ + "ĠC", + "rypt" + ], + [ + "so", + "on" + ], + [ + "Ġrif", + "le" + ], + [ + "ĠSc", + "ore" + ], + [ + "Ġant", + "ip" + ], + [ + "Ġign", + "ores" + ], + [ + "Ġcoordin", + "ator" + ], + [ + "ĠArchae", + "ology" + ], + [ + "ĠBulgar", + "ian" + ], + [ + "Ġen", + "light" + ], + [ + "Ġcl", + "ing" + ], + [ + "ĠBr", + "id" + ], + [ + "Ġbuy", + "er" + ], + [ + "Ġin", + "organic" + ], + [ + "Ġexp", + "orted" + ], + [ + "Ġvoc", + "ational" + ], + [ + "ĠLanc", + "et" + ], + [ + "ĠS", + "ons" + ], + [ + "Ġan", + "onym" + ], + [ + "ĠConstantin", + "ople" + ], + [ + "Ġ", + "________" + ], + [ + "Ġb", + "iting" + ], + [ + "ĠC", + "ovid" + ], + [ + "qu", + "art" + ], + [ + "Ġun", + "ite" + ], + [ + "Ġsl", + "iding" + ], + [ + "enn", + "on" + ], + [ + "Ġindex", + "es" + ], + [ + "Ġbiod", + "egradable" + ], + [ + "ĠIns", + "ert" + ], + [ + "Ġundes", + "irable" + ], + [ + "Ġdis", + "pose" + ], + [ + "de", + "lete" + ], + [ + "Ġfix", + "ing" + ], + [ + "Ġcontrast", + "s" + ], + [ + "Ab", + "stract" + ], + [ + "ĠPhilipp", + "ine" + ], + [ + "ĠGa", + "ussian" + ], + [ + "ro", + "y" + ], + [ + "ĠHindu", + "ism" + ], + [ + "Ġcommunic", + "ated" + ], + [ + "Ġdiver", + "gence" + ], + [ + "Ġtoile", + "ts" + ], + [ + "Ġf", + "ines" + ], + [ + "Ġcan", + "t" + ], + [ + "ep", + "h" + ], + [ + "Ġpropri", + "etary" + ], + [ + "at", + "ts" + ], + [ + "Ġprofess", + "ions" + ], + [ + "ĠPr", + "incess" + ], + [ + "Ġgast", + "ric" + ], + [ + "Ġaest", + "hetics" + ], + [ + "ĠRub", + "y" + ], + [ + "ĠPrep", + "are" + ], + [ + "ĠB", + "inary" + ], + [ + "ĠSh", + "ar" + ], + [ + "Ġp", + "iles" + ], + [ + "ĠT", + "oy" + ], + [ + "Ġsh", + "ale" + ], + [ + "Ġret", + "ains" + ], + [ + "Ġsent", + "enced" + ], + [ + "pop", + "ulation" + ], + [ + "ĠS", + "eg" + ], + [ + "ĠN", + "HS" + ], + [ + "Ġun", + "acceptable" + ], + [ + "ĠEn", + "joy" + ], + [ + "Ġscreen", + "ed" + ], + [ + "ĠAtt", + "ribution" + ], + [ + "ro", + "e" + ], + [ + "Ġcancer", + "ous" + ], + [ + "ĠVe", + "hicle" + ], + [ + "ub", + "es" + ], + [ + "Ġrem", + "inis" + ], + [ + "Ġmon", + "ot" + ], + [ + "Ġconnect", + "ive" + ], + [ + "Rec", + "omm" + ], + [ + "t", + "imes" + ], + [ + "ĠS", + "olid" + ], + [ + "Ġhas", + "ht" + ], + [ + "reg", + "ulated" + ], + [ + "astic", + "ity" + ], + [ + "Ġscal", + "ar" + ], + [ + "T", + "M" + ], + [ + "Ġno", + "isy" + ], + [ + "Ġpop", + "e" + ], + [ + "up", + "us" + ], + [ + "gen", + "ic" + ], + [ + "ĠPart", + "ner" + ], + [ + "Ġo", + "z" + ], + [ + "Ġun", + "authorized" + ], + [ + "Ġno", + "ct" + ], + [ + "conf", + "idence" + ], + [ + "C", + "lear" + ], + [ + "us", + "ch" + ], + [ + "b", + "b" + ], + [ + "ap", + "i" + ], + [ + "ven", + "ous" + ], + [ + "Ġcruel", + "ty" + ], + [ + "int", + "rodu" + ], + [ + "ĠCh", + "an" + ], + [ + "ĠFr", + "an" + ], + [ + "ung", + "al" + ], + [ + "Ġillustr", + "ating" + ], + [ + "ĠSer", + "b" + ], + [ + "Ġdegrad", + "ed" + ], + [ + "ĠRap", + "id" + ], + [ + "Ġaston", + "ishing" + ], + [ + "ig", + "ens" + ], + [ + "Ġstri", + "pped" + ], + [ + "ect", + "ing" + ], + [ + "Ġsp", + "or" + ], + [ + "Ġac", + "ron" + ], + [ + "gu", + "ided" + ], + [ + "Ġwand", + "ering" + ], + [ + "M", + "ill" + ], + [ + "Ġmyth", + "ical" + ], + [ + "Ġspan", + "ning" + ], + [ + "ic", + "able" + ], + [ + "ĠT", + "ak" + ], + [ + "ĠP", + "red" + ], + [ + "Ġsouth", + "western" + ], + [ + "Ġfabric", + "ation" + ], + [ + "ĠNum", + "Py" + ], + [ + "ĠS", + "inai" + ], + [ + "ĠG", + "ay" + ], + [ + "Ġnew", + "est" + ], + [ + "ĠAll", + "ies" + ], + [ + "ĠV", + "ik" + ], + [ + "Ġcrack", + "ed" + ], + [ + "ind", + "a" + ], + [ + "Ġhel", + "m" + ], + [ + "Ġend", + "omet" + ], + [ + "Ġlo", + "ver" + ], + [ + "Ġrab", + "ies" + ], + [ + "Ġhold", + "ers" + ], + [ + "Ġneighb", + "ouring" + ], + [ + "ĠEval", + "uate" + ], + [ + "um", + "ination" + ], + [ + "Ġquestion", + "able" + ], + [ + "ĠCo", + "operative" + ], + [ + "Ġelev", + "ator" + ], + [ + "Ġjump", + "ed" + ], + [ + "it", + "erate" + ], + [ + "ig", + "rams" + ], + [ + "Ġperiod", + "ontal" + ], + [ + "ĠCongress", + "ional" + ], + [ + "Ġtransist", + "or" + ], + [ + "ĠTas", + "man" + ], + [ + "Ġpig", + "ments" + ], + [ + "D", + "ocu" + ], + [ + "Ġab", + "uses" + ], + [ + "ĠY", + "emen" + ], + [ + "Ġembod", + "ied" + ], + [ + "ĠMoroc", + "co" + ], + [ + "'", + "])" + ], + [ + "Ġdist", + "raction" + ], + [ + "Ġapplic", + "ants" + ], + [ + "Ġrecogn", + "izable" + ], + [ + "Ġfire", + "fight" + ], + [ + "E", + "p" + ], + [ + "Ġw", + "ines" + ], + [ + "ĠG", + "az" + ], + [ + "ĠL", + "ena" + ], + [ + "hol", + "m" + ], + [ + "R", + "a" + ], + [ + "g", + "ow" + ], + [ + "Ġf", + "oil" + ], + [ + "ĠCare", + "er" + ], + [ + "3", + "40" + ], + [ + "F", + "ar" + ], + [ + "Ġcan", + "ned" + ], + [ + "ĠF", + "ifth" + ], + [ + "ateg", + "ories" + ], + [ + "Ġlog", + "istic" + ], + [ + "Ġrel", + "ent" + ], + [ + "Ġmem", + "oir" + ], + [ + "ety", + "l" + ], + [ + "Ġpoly", + "g" + ], + [ + "Ġfresh", + "ly" + ], + [ + "ĠFarm", + "ers" + ], + [ + "ing", + "les" + ], + [ + "g", + "un" + ], + [ + "f", + "ram" + ], + [ + "ich", + "i" + ], + [ + "Ġk", + "ale" + ], + [ + "Ġobject", + "ion" + ], + [ + "Ġtit", + "anium" + ], + [ + "Ġexagger", + "ated" + ], + [ + "M", + "o" + ], + [ + "Ġinterpre", + "ter" + ], + [ + "eval", + "uate" + ], + [ + "u", + "pper" + ], + [ + "Â", + "¢" + ], + [ + "Ġappear", + "ances" + ], + [ + "ĠTer", + "ms" + ], + [ + "Ġbio", + "fuels" + ], + [ + "Ġtact", + "ile" + ], + [ + "Ġuncon", + "ventional" + ], + [ + "h", + "arm" + ], + [ + "ic", + "ode" + ], + [ + "Ġpack", + "aged" + ], + [ + "Con", + "nect" + ], + [ + "Ġcontract", + "or" + ], + [ + "Ġarom", + "a" + ], + [ + "ĠCont", + "ract" + ], + [ + "b", + "oy" + ], + [ + "it", + "he" + ], + [ + "ĠT", + "et" + ], + [ + "os", + "ome" + ], + [ + "Ġret", + "ard" + ], + [ + "Ġlog", + "ged" + ], + [ + "Ġty", + "ph" + ], + [ + "Ġsurn", + "ame" + ], + [ + "L", + "aw" + ], + [ + "W", + "ritten" + ], + [ + "ent", + "e" + ], + [ + "Ġex", + "qu" + ], + [ + "Im", + "p" + ], + [ + "ĠOpt", + "im" + ], + [ + "F", + "ore" + ], + [ + "aps", + "ed" + ], + [ + "ĠCyp", + "rus" + ], + [ + "f", + "its" + ], + [ + "m", + "onds" + ], + [ + "Ġde", + "ception" + ], + [ + "Ġse", + "ptic" + ], + [ + "Ġhead", + "ings" + ], + [ + "Ġcryptocur", + "rency" + ], + [ + "S", + "U" + ], + [ + "ĠN", + "R" + ], + [ + "he", + "e" + ], + [ + "re", + "rs" + ], + [ + "il", + "ian" + ], + [ + "Ġdiff", + "use" + ], + [ + "udd", + "y" + ], + [ + "tem", + "p" + ], + [ + "Ġchem", + "ically" + ], + [ + "Ġhem", + "oglobin" + ], + [ + "8", + "50" + ], + [ + "Ġens", + "ured" + ], + [ + "IS", + "H" + ], + [ + "ryst", + "al" + ], + [ + "ourge", + "ois" + ], + [ + "Ġsc", + "ram" + ], + [ + "Ġdet", + "achment" + ], + [ + "Ġjo", + "ke" + ], + [ + "ĠRoman", + "ia" + ], + [ + "Ġunfor", + "gettable" + ], + [ + "ob", + "iles" + ], + [ + "Ġdi", + "vert" + ], + [ + "ĠEngine", + "er" + ], + [ + "Ġalert", + "s" + ], + [ + "ĠLi", + "u" + ], + [ + "Ġgreet", + "ing" + ], + [ + "ĠGuatemal", + "a" + ], + [ + "h", + "oles" + ], + [ + "la", + "unch" + ], + [ + "ĠBat", + "tery" + ], + [ + "Ġfract", + "al" + ], + [ + "ĠFund", + "amental" + ], + [ + "Cent", + "ral" + ], + [ + "Contin", + "ue" + ], + [ + "Ġal", + "k" + ], + [ + "ĠCar", + "negie" + ], + [ + "Ġcou", + "pling" + ], + [ + "Ġneu", + "ros" + ], + [ + "ĠBulgar", + "ia" + ], + [ + "V", + "ari" + ], + [ + "ason", + "ry" + ], + [ + "AR", + "CH" + ], + [ + "Ġid", + "ol" + ], + [ + "ĠDiff", + "erence" + ], + [ + "Ġsulf", + "ate" + ], + [ + "A", + "h" + ], + [ + "em", + "ade" + ], + [ + "Ġcl", + "og" + ], + [ + "Ġchol", + "era" + ], + [ + "r", + "é" + ], + [ + "ĠP", + "rag" + ], + [ + "Ġpath", + "ogenic" + ], + [ + "ĠRob", + "in" + ], + [ + "Bo", + "oks" + ], + [ + "Ġst", + "aggering" + ], + [ + "Ġret", + "inal" + ], + [ + "Ġhipp", + "oc" + ], + [ + "ĠC", + "ad" + ], + [ + "pp", + "ings" + ], + [ + "Ġbl", + "ending" + ], + [ + "Ġexec", + "ut" + ], + [ + "Ġbiom", + "edical" + ], + [ + "ĠOffic", + "ial" + ], + [ + "ophage", + "al" + ], + [ + "M", + "ajor" + ], + [ + "it", + "ian" + ], + [ + "ĠBi", + "ography" + ], + [ + "ĠStrateg", + "ic" + ], + [ + "Ġignor", + "ant" + ], + [ + "Ġmale", + "vol" + ], + [ + "Ġairport", + "s" + ], + [ + "ĠLeon", + "ardo" + ], + [ + "ĠMong", + "ol" + ], + [ + "Ġintros", + "pective" + ], + [ + "Ġdis", + "orient" + ], + [ + "rust", + "ed" + ], + [ + "ĠRout", + "e" + ], + [ + "Ġv", + "intage" + ], + [ + "part", + "icularly" + ], + [ + "Ġbo", + "oster" + ], + [ + "ĠPass", + "over" + ], + [ + "Ġcater", + "ing" + ], + [ + "ĠOccup", + "ational" + ], + [ + "Ġhist", + "ogram" + ], + [ + "Ġgl", + "orious" + ], + [ + "ush", + "i" + ], + [ + "Ġgar", + "age" + ], + [ + "ĠDom", + "estic" + ], + [ + "otheli", + "oma" + ], + [ + "ur", + "gy" + ], + [ + "ec", + "a" + ], + [ + "ĠAS", + "C" + ], + [ + "Ġh", + "ips" + ], + [ + "Ġr", + "ushed" + ], + [ + "Ġat", + "op" + ], + [ + "ell", + "es" + ], + [ + "Ġpol", + "io" + ], + [ + "Ġnational", + "ity" + ], + [ + "ĠApp", + "endix" + ], + [ + "Is", + "rael" + ], + [ + "Ġgar", + "ments" + ], + [ + "Ġrid", + "ers" + ], + [ + "Ġoblig", + "ed" + ], + [ + "ĠGod", + "s" + ], + [ + "ĠTim", + "othy" + ], + [ + "Dep", + "artment" + ], + [ + "w", + "ait" + ], + [ + "ĠGalile", + "o" + ], + [ + "ĠW", + "ool" + ], + [ + "Ġprogress", + "ed" + ], + [ + "Ġdocument", + "ing" + ], + [ + "Ġfear", + "ful" + ], + [ + "p", + "oll" + ], + [ + "ĠS", + "ultan" + ], + [ + "vel", + "ation" + ], + [ + "Ġconsum", + "es" + ], + [ + "ask", + "et" + ], + [ + "ĠNor", + "se" + ], + [ + "ĠFried", + "rich" + ], + [ + "ĠHun", + "ter" + ], + [ + "T", + "im" + ], + [ + "an", + "aly" + ], + [ + "Ġl", + "ice" + ], + [ + "m", + "il" + ], + [ + "Ġv", + "amp" + ], + [ + "Ġstand", + "point" + ], + [ + "Ġbath", + "ing" + ], + [ + "B", + "er" + ], + [ + "l", + "ag" + ], + [ + "Ġorigin", + "ating" + ], + [ + "Ġeight", + "een" + ], + [ + "Ġmotif", + "s" + ], + [ + "L", + "eg" + ], + [ + "Ġdisc", + "ol" + ], + [ + "ĠRe", + "h" + ], + [ + "Ġiter", + "ations" + ], + [ + "ba", + "um" + ], + [ + "Ġimmort", + "al" + ], + [ + "Ġs", + "inking" + ], + [ + "ĠC", + "ob" + ], + [ + "ĠW", + "A" + ], + [ + "Ġsp", + "elled" + ], + [ + "Ġam", + "yl" + ], + [ + "Ġoverl", + "ook" + ], + [ + "Ġimagin", + "ative" + ], + [ + "eg", + "as" + ], + [ + "med", + "ia" + ], + [ + "Ġampl", + "ifier" + ], + [ + "ĠD", + "aw" + ], + [ + "ĠBl", + "acks" + ], + [ + "Ġexplore", + "r" + ], + [ + "Ġhost", + "ility" + ], + [ + "Ġa", + "ur" + ], + [ + "Ġb", + "ilateral" + ], + [ + "qu", + "est" + ], + [ + "Ġfram", + "ed" + ], + [ + "Ġswe", + "ating" + ], + [ + "c", + "it" + ], + [ + "Ġdel", + "ves" + ], + [ + "ĠG", + "ary" + ], + [ + "ĠL", + "LC" + ], + [ + "Ġdet", + "ention" + ], + [ + "ĠPl", + "aces" + ], + [ + "Ġgrant", + "ing" + ], + [ + "Ġperpet", + "ual" + ], + [ + "Ġbust", + "ling" + ], + [ + "P", + "G" + ], + [ + "Ġen", + "for" + ], + [ + "Ġwat", + "ches" + ], + [ + "ĠExper", + "t" + ], + [ + "ĠForm", + "ation" + ], + [ + "ĠNeed", + "s" + ], + [ + "an", + "za" + ], + [ + "ot", + "ism" + ], + [ + "ĠW", + "ear" + ], + [ + "J", + "ane" + ], + [ + "b", + "eck" + ], + [ + "Ġd", + "b" + ], + [ + "ĠPresident", + "ial" + ], + [ + "ĠInf", + "ection" + ], + [ + "Ġmigr", + "ated" + ], + [ + "Ġborrow", + "ing" + ], + [ + "ĠIndones", + "ian" + ], + [ + "Ġsur", + "real" + ], + [ + "sy", + "n" + ], + [ + "33", + "3" + ], + [ + "ĠArab", + "ian" + ], + [ + "Ġdimin", + "ish" + ], + [ + "á¹", + "ĩ" + ], + [ + "ĠC", + "ats" + ], + [ + "ĠMan", + "aging" + ], + [ + "âĤ¬", + "âĦ¢" + ], + [ + "ure", + "r" + ], + [ + "P", + "Is" + ], + [ + "Ġother", + "worldly" + ], + [ + "Ġcal", + "ibr" + ], + [ + "ĠAct", + "ually" + ], + [ + "Ġsurre", + "nd" + ], + [ + "ib", + "ia" + ], + [ + "Ġpers", + "ists" + ], + [ + "W", + "ood" + ], + [ + "Ġinvest", + "or" + ], + [ + "by", + "ter" + ], + [ + "Ġimmers", + "ion" + ], + [ + "Ġpra", + "ised" + ], + [ + "Ġvegg", + "ies" + ], + [ + "Ġh", + "ose" + ], + [ + "Ġneighbour", + "hood" + ], + [ + "P", + "ur" + ], + [ + "ros", + "h" + ], + [ + "wh", + "y" + ], + [ + "Ġhor", + "r" + ], + [ + "Ġb", + "ury" + ], + [ + "res", + "cent" + ], + [ + "Ġsp", + "ikes" + ], + [ + "ass", + "y" + ], + [ + "ĠEx", + "ped" + ], + [ + "Ġrational", + "e" + ], + [ + "ĠTer", + "ra" + ], + [ + "Mich", + "ael" + ], + [ + "m", + "ag" + ], + [ + "Ġcoun", + "cils" + ], + [ + "ĠSub", + "st" + ], + [ + "Ġrevolution", + "ize" + ], + [ + "Ġuniform", + "ly" + ], + [ + "enh", + "ower" + ], + [ + "Ġsoy", + "bean" + ], + [ + "ĠRon", + "ald" + ], + [ + "H", + "i" + ], + [ + "b", + "ash" + ], + [ + "bal", + "ances" + ], + [ + "bl", + "ind" + ], + [ + "Char", + "les" + ], + [ + "Ġre", + "app" + ], + [ + "ĠL", + "ives" + ], + [ + "Ġra", + "id" + ], + [ + "ĠIm", + "aging" + ], + [ + "EN", + "CE" + ], + [ + "ĠConc", + "ord" + ], + [ + "Ġart", + "isans" + ], + [ + "ا", + "Ø" + ], + [ + "ĠT", + "odd" + ], + [ + "ĠP", + "ries" + ], + [ + "Ġwa", + "ited" + ], + [ + "ĠAnt", + "ib" + ], + [ + "Ġblo", + "oming" + ], + [ + "Ġantiqu", + "ity" + ], + [ + "Ġsl", + "ipp" + ], + [ + "Ġund", + "efined" + ], + [ + "f", + "ied" + ], + [ + "Ġa", + "ided" + ], + [ + "ĠM", + "au" + ], + [ + "ĠL", + "is" + ], + [ + "Ġend", + "ured" + ], + [ + "Ġenc", + "ode" + ], + [ + "Ġconcentr", + "ating" + ], + [ + "Ġc", + "akes" + ], + [ + "ut", + "an" + ], + [ + "ost", + "ics" + ], + [ + "in", + "ia" + ], + [ + "Ġat", + "ten" + ], + [ + "ĠOb", + "esity" + ], + [ + ")", + "âĢĶ" + ], + [ + "Ġins", + "ult" + ], + [ + "Ġsun", + "shine" + ], + [ + "Ġmitochond", + "ria" + ], + [ + "c", + "ool" + ], + [ + "t", + "ar" + ], + [ + "Ġw", + "ipe" + ], + [ + "Ġdep", + "ressive" + ], + [ + "t", + "hens" + ], + [ + "y", + "ll" + ], + [ + "Ð", + "¿" + ], + [ + "Ġp", + "ension" + ], + [ + "st", + "ad" + ], + [ + "im", + "ming" + ], + [ + "Ġco", + "ats" + ], + [ + "Ġvisual", + "s" + ], + [ + "ĠBu", + "y" + ], + [ + "lect", + "ing" + ], + [ + "Ġoptim", + "ism" + ], + [ + "P", + "ol" + ], + [ + "t", + "ri" + ], + [ + "Ġup", + "side" + ], + [ + "ĠLa", + "unch" + ], + [ + "ĠHol", + "mes" + ], + [ + "C", + "N" + ], + [ + "ĠRe", + "lease" + ], + [ + "sw", + "orth" + ], + [ + "Ġprefer", + "ably" + ], + [ + "Ġsocial", + "ism" + ], + [ + "ĠQ", + "ual" + ], + [ + "Ġsustain", + "ing" + ], + [ + "Ġscal", + "able" + ], + [ + "Ġburd", + "ens" + ], + [ + "+", + ")" + ], + [ + "ron", + "ting" + ], + [ + "be", + "k" + ], + [ + "Ġtransmit", + "ting" + ], + [ + "Ġattain", + "ment" + ], + [ + "ĠFA", + "O" + ], + [ + "Ġcyt", + "ok" + ], + [ + "Ġcor", + "pus" + ], + [ + "Ġtransmit", + "ter" + ], + [ + "ĠCirc", + "uit" + ], + [ + "Ġkn", + "ots" + ], + [ + "Can", + "ada" + ], + [ + "Ġcoinc", + "idence" + ], + [ + "Ġsc", + "andal" + ], + [ + "ĠCal", + "vin" + ], + [ + "ĠM", + "M" + ], + [ + "ĠV", + "ern" + ], + [ + "Ġconsult", + "ed" + ], + [ + "cel", + "ona" + ], + [ + "ĠRw", + "anda" + ], + [ + ">", + "<" + ], + [ + "Ġf", + "ins" + ], + [ + "Ġmention", + "ing" + ], + [ + "Ġesc", + "aping" + ], + [ + "Ġimmers", + "ed" + ], + [ + "ĠFather", + "s" + ], + [ + "Ġlegitim", + "acy" + ], + [ + "K", + "ids" + ], + [ + "ĠT", + "ed" + ], + [ + "Ġsum", + "mers" + ], + [ + "Ġlone", + "ly" + ], + [ + "if", + "ty" + ], + [ + "op", + "tion" + ], + [ + "Ġv", + "i" + ], + [ + "Ġart", + "ificially" + ], + [ + "chan", + "ical" + ], + [ + "Ġcard", + "inal" + ], + [ + "ĠAN", + "OVA" + ], + [ + "dep", + "osit" + ], + [ + "ĠM", + "unicip" + ], + [ + "ĠG", + "un" + ], + [ + "Ġsuper", + "st" + ], + [ + "Ġcorrid", + "ors" + ], + [ + "t", + "ml" + ], + [ + "ĠB", + "ag" + ], + [ + "Ġdis", + "g" + ], + [ + "Ġcra", + "bs" + ], + [ + "Public", + "ation" + ], + [ + "it", + "ance" + ], + [ + "and", + "om" + ], + [ + "ĠD", + "ew" + ], + [ + "Ġexacerb", + "ate" + ], + [ + "ĠGil", + "bert" + ], + [ + "F", + "ive" + ], + [ + "st", + "ery" + ], + [ + "Ġr", + "uth" + ], + [ + "20", + "9" + ], + [ + "Ġcoordin", + "ating" + ], + [ + "Ġmeth", + "yl" + ], + [ + "ĠMed", + "al" + ], + [ + "Ġintegr", + "ates" + ], + [ + "Ġsecure", + "ly" + ], + [ + "ĠPC", + "B" + ], + [ + "enh", + "agen" + ], + [ + "Ġcombinator", + "ial" + ], + [ + "c", + "ert" + ], + [ + "Ġa", + "u" + ], + [ + "ĠC", + "inc" + ], + [ + "ĠR", + "T" + ], + [ + "Ġing", + "estion" + ], + [ + "ĠEqu", + "ipment" + ], + [ + "Ġdep", + "uty" + ], + [ + "Ġut", + "ens" + ], + [ + "Ġsix", + "teen" + ], + [ + "ĠGra", + "ce" + ], + [ + "Ġcoat", + "ings" + ], + [ + "ĠBalt", + "ic" + ], + [ + "ĠPro", + "c" + ], + [ + "Qu", + "ant" + ], + [ + "Ġoutl", + "ining" + ], + [ + "M", + "el" + ], + [ + "w", + "aste" + ], + [ + "ĠR", + "ick" + ], + [ + "Ġcomp", + "artment" + ], + [ + "ĠV", + "iking" + ], + [ + "Ġinf", + "ertility" + ], + [ + "Ġcur", + "rencies" + ], + [ + "Ġend", + "ot" + ], + [ + "Ġcontact", + "ed" + ], + [ + "Ġpu", + "berty" + ], + [ + "Ġdust", + "y" + ], + [ + "Ġdiscl", + "osure" + ], + [ + "Ġvend", + "or" + ], + [ + "Ġhe", + "ars" + ], + [ + "Ġwar", + "ns" + ], + [ + "ce", + "mia" + ], + [ + "ud", + "ge" + ], + [ + "ef", + "it" + ], + [ + "23", + "2" + ], + [ + "ĠRed", + "uction" + ], + [ + "ocy", + "te" + ], + [ + "Ġcorner", + "stone" + ], + [ + "M", + "a" + ], + [ + "Ġam", + "munition" + ], + [ + "Dep", + "ending" + ], + [ + "ĠRog", + "ers" + ], + [ + "Ġtrad", + "es" + ], + [ + "st", + "en" + ], + [ + "and", + "el" + ], + [ + "Ġam", + "ended" + ], + [ + "Ġappro", + "ve" + ], + [ + "Bas", + "ic" + ], + [ + "Ġst", + "acks" + ], + [ + "Ġpe", + "asant" + ], + [ + "Ġs", + "ender" + ], + [ + "Ġmerch", + "and" + ], + [ + "I", + "ll" + ], + [ + "Ġemb", + "ody" + ], + [ + "S", + "en" + ], + [ + "Û", + "Į" + ], + [ + "Ġs", + "ib" + ], + [ + "ient", + "ial" + ], + [ + "Ġhom", + "osexual" + ], + [ + "âĨ", + "Ĵ" + ], + [ + "ĠF", + "M" + ], + [ + "Ġca", + "res" + ], + [ + "Ġbott", + "len" + ], + [ + "Ġrefrig", + "er" + ], + [ + "F", + "ire" + ], + [ + "P", + "ers" + ], + [ + "Ġc", + "act" + ], + [ + "Ġp", + "all" + ], + [ + "ont", + "ally" + ], + [ + "oph", + "ical" + ], + [ + "Ġra", + "ge" + ], + [ + "Ġrad", + "ically" + ], + [ + "ĠReg", + "ulation" + ], + [ + "Ġparas", + "itic" + ], + [ + "W", + "ed" + ], + [ + "Ġpl", + "acent" + ], + [ + "Ġrev", + "ital" + ], + [ + "Ġproc", + "ure" + ], + [ + "ĠIter", + "ate" + ], + [ + "E", + "qual" + ], + [ + "Ġv", + "ain" + ], + [ + "tra", + "ditional" + ], + [ + "Ġtables", + "p" + ], + [ + "Ġgerm", + "ination" + ], + [ + "Ġd", + "p" + ], + [ + "Ġr", + "ud" + ], + [ + "Ġth", + "ief" + ], + [ + "az", + "i" + ], + [ + "Ġeconom", + "ist" + ], + [ + "Ġbell", + "s" + ], + [ + "Ġchim", + "pan" + ], + [ + "ĠF", + "uel" + ], + [ + "ag", + "ar" + ], + [ + "Ġconvers", + "ions" + ], + [ + "ĠInter", + "view" + ], + [ + "Ġkil", + "ograms" + ], + [ + "Ġo", + "mitted" + ], + [ + "Ġg", + "n" + ], + [ + "ĠD", + "ance" + ], + [ + "Ġep", + "och" + ], + [ + "uk", + "u" + ], + [ + "l", + "ite" + ], + [ + "Ġor", + "anges" + ], + [ + "Ġsu", + "pers" + ], + [ + "Ġsw", + "ings" + ], + [ + "ĠPe", + "oples" + ], + [ + "ĠEd", + "it" + ], + [ + "p", + "oly" + ], + [ + "Ġso", + "ak" + ], + [ + "Ġrun", + "ners" + ], + [ + "Ġdispar", + "ate" + ], + [ + "Ġresent", + "ment" + ], + [ + "M", + "ind" + ], + [ + "Ġsw", + "ords" + ], + [ + "Ġforeign", + "ers" + ], + [ + "ellect", + "ual" + ], + [ + "in", + "ety" + ], + [ + "Ġcounter", + "part" + ], + [ + "she", + "ll" + ], + [ + "Ġterr", + "ifying" + ], + [ + "ĠBrist", + "ol" + ], + [ + "par", + "ation" + ], + [ + "at", + "on" + ], + [ + "ĠW", + "OR" + ], + [ + "ĠK", + "aren" + ], + [ + "Ġsoc", + "iology" + ], + [ + "Ġguid", + "eline" + ], + [ + "ĠSher", + "man" + ], + [ + "W", + "estern" + ], + [ + "Ġw", + "af" + ], + [ + "an", + "mar" + ], + [ + "Ġret", + "ros" + ], + [ + "22", + "1" + ], + [ + "ĠCo", + "ffee" + ], + [ + "Ġfasc", + "ination" + ], + [ + "Americ", + "a" + ], + [ + "Â", + "º" + ], + [ + "Ġcol", + "loqu" + ], + [ + "cast", + "ing" + ], + [ + "ĠÃ", + "ł" + ], + [ + "Ġelev", + "ate" + ], + [ + "Ġassert", + "ed" + ], + [ + "Ġcareg", + "iver" + ], + [ + "Ġdisproportion", + "ately" + ], + [ + "B", + "orn" + ], + [ + "p", + "ection" + ], + [ + "Ġh", + "alls" + ], + [ + "Ġmicro", + "phone" + ], + [ + "rec", + "ord" + ], + [ + "Ġjudge", + "ment" + ], + [ + "Ġsport", + "ing" + ], + [ + "Ġexped", + "itions" + ], + [ + "Ġinadvert", + "ently" + ], + [ + "im", + "pro" + ], + [ + "Ġtra", + "ction" + ], + [ + "Ġover", + "he" + ], + [ + "Ġtu", + "ition" + ], + [ + "eck", + "er" + ], + [ + "ĠSym", + "bol" + ], + [ + "prising", + "ly" + ], + [ + "le", + "v" + ], + [ + "th", + "inking" + ], + [ + "Ġv", + "icious" + ], + [ + "fact", + "s" + ], + [ + "Ġmisunderstand", + "ings" + ], + [ + "ĠN", + "ancy" + ], + [ + "Ġillumin", + "ated" + ], + [ + "Ġbibli", + "ography" + ], + [ + "Ġm", + "int" + ], + [ + "reat", + "ive" + ], + [ + "Ġrespect", + "ing" + ], + [ + "ĠMill", + "enn" + ], + [ + "Ġportray", + "al" + ], + [ + "Hen", + "ry" + ], + [ + "Ġhum", + "ility" + ], + [ + "Ġcr", + "ushing" + ], + [ + "Ġo", + "h" + ], + [ + "Ġre", + "he" + ], + [ + "ren", + "ches" + ], + [ + "AM", + "A" + ], + [ + "Ġaddict", + "ive" + ], + [ + "Ġharmon", + "ious" + ], + [ + "l", + "asses" + ], + [ + "ect", + "omy" + ], + [ + "Ġaut", + "obi" + ], + [ + "ĠRe", + "formation" + ], + [ + "ĠTrans", + "ition" + ], + [ + "Ġcram", + "ps" + ], + [ + "i", + "omatic" + ], + [ + "Ġshort", + "ened" + ], + [ + "ĠGal", + "ax" + ], + [ + "Ġceremon", + "ial" + ], + [ + "C", + "ounter" + ], + [ + "Ġcre", + "ep" + ], + [ + "Ġpartic", + "ulate" + ], + [ + "oss", + "ibly" + ], + [ + "Ġswe", + "ep" + ], + [ + "Ġo", + "k" + ], + [ + "est", + "ead" + ], + [ + "Ġconn", + "ot" + ], + [ + "lu", + "ence" + ], + [ + "ĠEn", + "lightenment" + ], + [ + "Ġexcess", + "ively" + ], + [ + "ĠCap", + "itol" + ], + [ + "Ġutter", + "ly" + ], + [ + "ĠPeters", + "burg" + ], + [ + "P", + "rop" + ], + [ + "c", + "ausing" + ], + [ + "Ġclean", + "up" + ], + [ + "ĠStep", + "s" + ], + [ + "ĠRecomm", + "end" + ], + [ + "ĠM", + "ons" + ], + [ + "ĠP", + "osition" + ], + [ + "ass", + "ic" + ], + [ + "ens", + "itivity" + ], + [ + "Ġinv", + "ade" + ], + [ + "Ġdep", + "ended" + ], + [ + "aps", + "es" + ], + [ + "th", + "ren" + ], + [ + "Ġad", + "jectives" + ], + [ + "Ġfri", + "ed" + ], + [ + "Ġmess", + "enger" + ], + [ + "Ġlab", + "yrinth" + ], + [ + "Ġnarrow", + "ing" + ], + [ + "Ġhal", + "ves" + ], + [ + "ĠManufact", + "uring" + ], + [ + "Ġn", + "inth" + ], + [ + "Ġcl", + "ots" + ], + [ + "ĠGl", + "as" + ], + [ + "Ġment", + "orship" + ], + [ + "ical", + "s" + ], + [ + "Ġun", + "m" + ], + [ + "aw", + "ed" + ], + [ + "ĠCy", + "cl" + ], + [ + "Ġlawsu", + "it" + ], + [ + "Ġover", + "dose" + ], + [ + "++", + ";" + ], + [ + "Ġalb", + "um" + ], + [ + "it", + "ality" + ], + [ + "ĠL", + "uck" + ], + [ + "Ġrock", + "ets" + ], + [ + "Ġdism", + "ant" + ], + [ + "ad", + "al" + ], + [ + "ĠN", + "ak" + ], + [ + "ĠSe", + "vere" + ], + [ + "Ġneu", + "rolog" + ], + [ + "Ġvolunte", + "ering" + ], + [ + "ĠBron", + "ze" + ], + [ + "L", + "at" + ], + [ + "ĠI", + "van" + ], + [ + "up", + "on" + ], + [ + "AM", + "P" + ], + [ + "Ġexponential", + "ly" + ], + [ + "it", + "iveness" + ], + [ + "Ġb", + "ounce" + ], + [ + "ĠCon", + "text" + ], + [ + "alm", + "ud" + ], + [ + "Ġaven", + "ues" + ], + [ + "Ġb", + "izarre" + ], + [ + "Ġfisher", + "y" + ], + [ + "Ġdis", + "position" + ], + [ + "gu", + "ard" + ], + [ + "o", + "que" + ], + [ + "ï", + "¿" + ], + [ + "Ġd", + "ucks" + ], + [ + "Ġon", + "t" + ], + [ + "Ġcomm", + "as" + ], + [ + "ull", + "ivan" + ], + [ + "Ġneighb", + "ours" + ], + [ + "ĠSac", + "rament" + ], + [ + "Ġiv", + "ory" + ], + [ + "×", + "Ķ" + ], + [ + "ar", + "ist" + ], + [ + "ĠI", + "UCN" + ], + [ + "Ġiss", + "uing" + ], + [ + "Ġtun", + "ing" + ], + [ + "ĠTh", + "ai" + ], + [ + "Ġir", + "rad" + ], + [ + "uk", + "ary" + ], + [ + "ar", + "ag" + ], + [ + "am", + "ines" + ], + [ + "ĠK", + "ol" + ], + [ + "ĠHar", + "vey" + ], + [ + "ĠWars", + "aw" + ], + [ + "Ġmaj", + "estic" + ], + [ + "Ġf", + "ructose" + ], + [ + "ĠCar", + "n" + ], + [ + "Ġpod", + "s" + ], + [ + "Ġfold", + "ing" + ], + [ + "mid", + "t" + ], + [ + "Ġjurisdict", + "ions" + ], + [ + "Ġste", + "aling" + ], + [ + "Ġ", + "اÙĦ" + ], + [ + "Ġbl", + "ues" + ], + [ + "Ġdisrupt", + "ing" + ], + [ + "ĠIb", + "n" + ], + [ + "Ġsu", + "icidal" + ], + [ + "ĠPer", + "ry" + ], + [ + "Ġyield", + "ing" + ], + [ + "omorph", + "ism" + ], + [ + "n", + "p" + ], + [ + "id", + "uous" + ], + [ + "ph", + "ot" + ], + [ + "ĠV", + "PN" + ], + [ + "Ġreact", + "s" + ], + [ + "ĠDiv", + "ide" + ], + [ + "Mus", + "ic" + ], + [ + "3", + "80" + ], + [ + "Ġmillenn", + "ia" + ], + [ + "Ä", + "ĩ" + ], + [ + "Ġst", + "ern" + ], + [ + "ĠG", + "ov" + ], + [ + "form", + "al" + ], + [ + "Ġcar", + "riage" + ], + [ + "Ġsing", + "er" + ], + [ + "Ġmush", + "room" + ], + [ + "road", + "s" + ], + [ + "l", + "ot" + ], + [ + "o", + "ing" + ], + [ + "Ġt", + "rench" + ], + [ + "ĠL", + "anguages" + ], + [ + "Ġrel", + "ics" + ], + [ + "ĠWhen", + "ever" + ], + [ + "Ġretrie", + "val" + ], + [ + "I", + "B" + ], + [ + "is", + "instance" + ], + [ + "Ġr", + "ansom" + ], + [ + "ert", + "iary" + ], + [ + "Ġpres", + "erv" + ], + [ + "ĠReg", + "ulations" + ], + [ + "ĠInter", + "active" + ], + [ + "ĠHim", + "self" + ], + [ + "Ġin", + "active" + ], + [ + "Ġsun", + "k" + ], + [ + "()`", + ":" + ], + [ + "ĠZe", + "us" + ], + [ + "Ġdom", + "ination" + ], + [ + "Ġut", + "most" + ], + [ + "Ġflour", + "ished" + ], + [ + "Cal", + "ifornia" + ], + [ + "ĠBened", + "ict" + ], + [ + "Ġp", + "enn" + ], + [ + "ĠB", + "less" + ], + [ + "Ġsex", + "es" + ], + [ + "N", + "orm" + ], + [ + "×", + "¨" + ], + [ + "Ġb", + "or" + ], + [ + "ĠM", + "all" + ], + [ + "ĠW", + "E" + ], + [ + "Ġpref", + "ers" + ], + [ + "Ġch", + "icks" + ], + [ + "ren", + "ched" + ], + [ + "Ġsub", + "urbs" + ], + [ + "Ġfr", + "anch" + ], + [ + "ĠMet", + "al" + ], + [ + "â", + "Ĺı" + ], + [ + "Ġpl", + "aster" + ], + [ + "ump", + "ing" + ], + [ + "Ġhes", + "itant" + ], + [ + "Ã", + "¯" + ], + [ + "asion", + "ally" + ], + [ + "Ġintric", + "acies" + ], + [ + "Ġo", + "we" + ], + [ + "ey", + "ed" + ], + [ + "Intern", + "et" + ], + [ + "RN", + "As" + ], + [ + "Ġ", + "æ" + ], + [ + "ĠG", + "it" + ], + [ + "ens", + "ory" + ], + [ + "por", + "a" + ], + [ + "ĠPar", + "am" + ], + [ + "Ġclim", + "bed" + ], + [ + "ĠPal", + "m" + ], + [ + "ĠWorks", + "hop" + ], + [ + "ĠFle", + "et" + ], + [ + "Ġl", + "yn" + ], + [ + "Ġlong", + "ing" + ], + [ + "ipel", + "ago" + ], + [ + "P", + "et" + ], + [ + "p", + "airs" + ], + [ + "in", + "formed" + ], + [ + "ĠT", + "ong" + ], + [ + "Ġhard", + "ness" + ], + [ + "amb", + "ia" + ], + [ + "Ġanthrop", + "ology" + ], + [ + "s", + "end" + ], + [ + "v", + "ous" + ], + [ + "Ġc", + "ripp" + ], + [ + "en", + "o" + ], + [ + "ĠM", + "oving" + ], + [ + "ik", + "ed" + ], + [ + "Ġet", + "ched" + ], + [ + "Ġpred", + "etermined" + ], + [ + "ae", + "us" + ], + [ + "B", + "ur" + ], + [ + "Ù", + "ij" + ], + [ + "Ġmagn", + "ets" + ], + [ + "Pre", + "vious" + ], + [ + "object", + "s" + ], + [ + "Ġwas", + "ting" + ], + [ + "Ġpr", + "ud" + ], + [ + "Ġdet", + "ached" + ], + [ + "ĠSch", + "olars" + ], + [ + "C", + "he" + ], + [ + "ĠSp", + "end" + ], + [ + "Ġcontinu", + "um" + ], + [ + "Ġon", + "ion" + ], + [ + "ph", + "alt" + ], + [ + "Ġoutl", + "ier" + ], + [ + "ĠYug", + "oslav" + ], + [ + "Ġf", + "ist" + ], + [ + "st", + "ated" + ], + [ + "Ġy", + "arn" + ], + [ + "Ġreal", + "ised" + ], + [ + "Ġdem", + "ise" + ], + [ + "30", + "1" + ], + [ + "ĠAb", + "bey" + ], + [ + "Ġproceed", + "ing" + ], + [ + "T", + "s" + ], + [ + "Ġven", + "om" + ], + [ + "ĠHind", + "us" + ], + [ + "Ġdep", + "rec" + ], + [ + "Ġquot", + "ation" + ], + [ + "ur", + "face" + ], + [ + "Ġimp", + "ress" + ], + [ + "Ġ`", + "(" + ], + [ + "Ġpar", + "a" + ], + [ + "Ġcreat", + "ively" + ], + [ + "AC", + "H" + ], + [ + "ĠPy", + "ram" + ], + [ + "b", + "ly" + ], + [ + "Ġfor", + "ged" + ], + [ + "res", + "olved" + ], + [ + "Ġspec", + "ifying" + ], + [ + "'", + "))" + ], + [ + "ĠH", + "z" + ], + [ + "St", + "ar" + ], + [ + "mem", + "ory" + ], + [ + "ĠEld", + "er" + ], + [ + "Ġen", + "v" + ], + [ + "Ġdecl", + "ares" + ], + [ + "n", + "ull" + ], + [ + "ĠB", + "O" + ], + [ + "ĠW", + "onder" + ], + [ + "ĠEd", + "ge" + ], + [ + "Ġdiss", + "ent" + ], + [ + "ĠAP", + "Is" + ], + [ + "ĠRest", + "oration" + ], + [ + "Ġdispar", + "ity" + ], + [ + "L", + "ou" + ], + [ + "P", + "ersonal" + ], + [ + "Ġdis", + "integ" + ], + [ + "ĠCh", + "in" + ], + [ + "ĠUS", + "SR" + ], + [ + "ĠPot", + "ter" + ], + [ + "â", + "ĸ" + ], + [ + "Ġout", + "right" + ], + [ + "Ġpre", + "view" + ], + [ + "ĠPer", + "form" + ], + [ + "Ġstorm", + "water" + ], + [ + "ĠIdent", + "ification" + ], + [ + "Ġrid", + "ges" + ], + [ + "Ġlibert", + "ies" + ], + [ + "Ġ", + "erg" + ], + [ + "Ġh", + "ardship" + ], + [ + "Ġre", + "def" + ], + [ + "ĠB", + "ond" + ], + [ + "Ġmalf", + "unction" + ], + [ + "ĠP", + "F" + ], + [ + "ĠB", + "uch" + ], + [ + "Ġra", + "p" + ], + [ + "Res", + "ults" + ], + [ + "è", + "re" + ], + [ + "Ġcentr", + "if" + ], + [ + "ĠD", + "ave" + ], + [ + "aut", + "ical" + ], + [ + "Ġsevent", + "eenth" + ], + [ + "ĠGab", + "riel" + ], + [ + "r", + "ances" + ], + [ + "em", + "is" + ], + [ + "Pl", + "ay" + ], + [ + "adec", + "imal" + ], + [ + "re", + "verse" + ], + [ + "ĠO", + "ECD" + ], + [ + "Ġtou", + "g" + ], + [ + "Ġfract", + "als" + ], + [ + "Ġdisput", + "ed" + ], + [ + "Ġexcav", + "ated" + ], + [ + "ĠM", + "ining" + ], + [ + "Ġadvoc", + "ating" + ], + [ + "ĠEc", + "osystem" + ], + [ + "Ġglac", + "ial" + ], + [ + "Ì", + "Ħ" + ], + [ + "Ġoff", + "enders" + ], + [ + "Ġant", + "is" + ], + [ + "Ġric", + "hest" + ], + [ + "ĠDraw", + "ing" + ], + [ + "Ġon", + "wards" + ], + [ + "Ġequ", + "ip" + ], + [ + "Orig", + "inally" + ], + [ + "pur", + "pose" + ], + [ + "Ġwin", + "ners" + ], + [ + "Ġdense", + "ly" + ], + [ + "ert", + "on" + ], + [ + "##", + "#" + ], + [ + "Ġsl", + "ipping" + ], + [ + "ĠRe", + "ach" + ], + [ + "rosc", + "opic" + ], + [ + "A", + "round" + ], + [ + "Ġcom", + "plication" + ], + [ + "Ġrel", + "iably" + ], + [ + "Ġinter", + "rog" + ], + [ + "Ġident", + "ifier" + ], + [ + "ĠMad", + "rid" + ], + [ + "Mem", + "ory" + ], + [ + "Ġwart", + "ime" + ], + [ + "ĠF", + "ol" + ], + [ + "Ġrec", + "ol" + ], + [ + "tt", + "a" + ], + [ + "D", + "raw" + ], + [ + "Ġa", + "kin" + ], + [ + "ĠR", + "ou" + ], + [ + "Ġsil", + "ica" + ], + [ + "ĠMah", + "ar" + ], + [ + "Ġmiscon", + "ceptions" + ], + [ + ">", + "." + ], + [ + "L", + "ower" + ], + [ + "Ġover", + "r" + ], + [ + "ĠEx", + "ternal" + ], + [ + "Ġsw", + "ine" + ], + [ + "Ġdestro", + "ys" + ], + [ + "Ġstew", + "ardship" + ], + [ + "h", + "on" + ], + [ + "Ġhunt", + "ed" + ], + [ + "p", + "ec" + ], + [ + "Ġst", + "ellar" + ], + [ + "Ġgr", + "ind" + ], + [ + "Ġperm", + "issions" + ], + [ + "Ġfer", + "ry" + ], + [ + "Ġcl", + "er" + ], + [ + "Ġpos", + "itives" + ], + [ + "ĠComp", + "ared" + ], + [ + "Ġresc", + "ued" + ], + [ + "ĠTheod", + "ore" + ], + [ + "C", + "ard" + ], + [ + "rom", + "es" + ], + [ + "Ġdist", + "inctions" + ], + [ + "ĠPl", + "ain" + ], + [ + "Ġutil", + "itarian" + ], + [ + "ĠM", + "T" + ], + [ + "ĠF", + "ear" + ], + [ + "Ġreward", + "ed" + ], + [ + "Ġdetermin", + "ants" + ], + [ + "ĠVeter", + "inary" + ], + [ + "Ġc", + "ess" + ], + [ + "Ġr", + "ides" + ], + [ + "ĠEx", + "c" + ], + [ + "Sp", + "ring" + ], + [ + "Ġnegot", + "iating" + ], + [ + "ĠNeu", + "roscience" + ], + [ + "Ġb", + "a" + ], + [ + "ĠA", + "w" + ], + [ + "Ġatt", + "ic" + ], + [ + "unt", + "ary" + ], + [ + "Ġsquir", + "rels" + ], + [ + "N", + "eed" + ], + [ + "ĠAn", + "swers" + ], + [ + "Ġfil", + "ing" + ], + [ + "Ġreve", + "red" + ], + [ + "ĠAtt", + "orney" + ], + [ + "ocy", + "t" + ], + [ + "Eng", + "ine" + ], + [ + "Ġorn", + "ament" + ], + [ + "ĠMicro", + "b" + ], + [ + "Ġmitig", + "ating" + ], + [ + "ĠPers", + "ia" + ], + [ + "Ġc", + "innamon" + ], + [ + "yth", + "ing" + ], + [ + "Al", + "tern" + ], + [ + "Ġfer", + "mented" + ], + [ + "Sim", + "pl" + ], + [ + "ogene", + "ity" + ], + [ + "Ġinverte", + "brates" + ], + [ + "Ġsn", + "ap" + ], + [ + "Ġtim", + "eless" + ], + [ + "IG", + "HT" + ], + [ + "so", + "ever" + ], + [ + "Ġtrans", + "gender" + ], + [ + "Ġbas", + "ins" + ], + [ + "Ġconstra", + "ined" + ], + [ + "ĠHand", + "le" + ], + [ + "Ġlig", + "aments" + ], + [ + "Ġintermitt", + "ent" + ], + [ + "C", + "ell" + ], + [ + "ĠI", + "EEE" + ], + [ + "el", + "ia" + ], + [ + "Ġr", + "ally" + ], + [ + "Ġdis", + "j" + ], + [ + "Ġfe", + "udal" + ], + [ + "ĠV", + "ed" + ], + [ + "Ġopt", + "ics" + ], + [ + "Ġing", + "ested" + ], + [ + "ĠJul", + "ia" + ], + [ + "J", + "ose" + ], + [ + "ĠL", + "aser" + ], + [ + "Ġmid", + "point" + ], + [ + "pref", + "ix" + ], + [ + "w", + "aters" + ], + [ + "ah", + "an" + ], + [ + "oph", + "ila" + ], + [ + "ĠAng", + "lic" + ], + [ + "Ġbreast", + "s" + ], + [ + "osaur", + "us" + ], + [ + "Ġfut", + "ures" + ], + [ + "Ġtet", + "ra" + ], + [ + "Ġundersc", + "ores" + ], + [ + "b", + "ots" + ], + [ + "Ġpar", + "ade" + ], + [ + "Ġrot", + "or" + ], + [ + "Ġic", + "ons" + ], + [ + "Ġcann", + "on" + ], + [ + "Ġe", + "ject" + ], + [ + "ĠU", + "ran" + ], + [ + "Ġinv", + "aders" + ], + [ + "ring", + "ton" + ], + [ + "str", + "ates" + ], + [ + "Ġmic", + "ron" + ], + [ + "Ġred", + "ness" + ], + [ + "ĠMag", + "ic" + ], + [ + "Ġcust", + "ody" + ], + [ + "Ġh", + "ort" + ], + [ + "ĠK", + "irk" + ], + [ + "ons", + "ored" + ], + [ + "to", + "o" + ], + [ + "S", + "ar" + ], + [ + "l", + "ater" + ], + [ + "ĠTh", + "an" + ], + [ + "Ġcomp", + "ilation" + ], + [ + "Pl", + "ace" + ], + [ + "Ġtermin", + "als" + ], + [ + "ĠG", + "ot" + ], + [ + "Ġlact", + "ose" + ], + [ + "Lar", + "ge" + ], + [ + "ropract", + "ic" + ], + [ + "anum", + "eric" + ], + [ + "r", + "ud" + ], + [ + "ĠE", + "ff" + ], + [ + "Ġpre", + "aching" + ], + [ + "Ġdoub", + "ling" + ], + [ + "Ġcommemor", + "ate" + ], + [ + "ĠB", + "acon" + ], + [ + "os", + "in" + ], + [ + "Ġno", + "on" + ], + [ + "Ġchief", + "s" + ], + [ + "Ġm", + "RNA" + ], + [ + "ĠS", + "ax" + ], + [ + "ĠF", + "ract" + ], + [ + "Ġsuper", + "v" + ], + [ + "Ġden", + "ying" + ], + [ + "Ġtrain", + "er" + ], + [ + "ĠBut", + "ler" + ], + [ + "é", + "n" + ], + [ + "ĠConf", + "uc" + ], + [ + "Pr", + "inc" + ], + [ + "Ġadm", + "issions" + ], + [ + "mer", + "se" + ], + [ + "Ġcoll", + "ar" + ], + [ + "Ġsyn", + "onymous" + ], + [ + "K", + "A" + ], + [ + "L", + "ack" + ], + [ + "ĠP", + "ink" + ], + [ + "Ġro", + "de" + ], + [ + "Ġref", + "resh" + ], + [ + "ĠPr", + "ison" + ], + [ + "medi", + "ately" + ], + [ + "Ð", + "²" + ], + [ + "ĠG", + "arc" + ], + [ + "cl", + "imate" + ], + [ + "ĠAp", + "ache" + ], + [ + "ĠLGBT", + "Q" + ], + [ + "ĠBritann", + "ica" + ], + [ + "Ġforg", + "ive" + ], + [ + "educ", + "ation" + ], + [ + "ĠBlu", + "etooth" + ], + [ + "Ġupp", + "ercase" + ], + [ + "ic", + "iary" + ], + [ + "ĠS", + "udden" + ], + [ + "ĠG", + "or" + ], + [ + "com", + "plete" + ], + [ + "Ġhom", + "ogeneous" + ], + [ + "Ġmel", + "atonin" + ], + [ + "medi", + "ated" + ], + [ + "Ġhon", + "ors" + ], + [ + "ĠDI", + "Y" + ], + [ + "M", + "il" + ], + [ + "Ġp", + "amph" + ], + [ + "ĠP", + "ars" + ], + [ + "30", + "3" + ], + [ + "Ġcy", + "clic" + ], + [ + "ĠClass", + "ification" + ], + [ + "ĠQuant", + "um" + ], + [ + "3", + "70" + ], + [ + "Ġprogram", + "mer" + ], + [ + "yn", + "ec" + ], + [ + "ĠLevel", + "s" + ], + [ + "Ġvag", + "ina" + ], + [ + "Ġprosec", + "ution" + ], + [ + "Ġdisc", + "s" + ], + [ + "ien", + "ced" + ], + [ + "UN", + "D" + ], + [ + "ĠSomal", + "ia" + ], + [ + "Ġp", + "he" + ], + [ + "ĠI", + "an" + ], + [ + "ĠTh", + "ought" + ], + [ + "Ġam", + "p" + ], + [ + "Ġterm", + "ination" + ], + [ + "ĠHam", + "let" + ], + [ + "F", + "low" + ], + [ + "á", + "½" + ], + [ + "ĠN", + "EW" + ], + [ + "Ġbel", + "ts" + ], + [ + "Ġcour", + "ty" + ], + [ + "Ġdoctor", + "al" + ], + [ + "ĠRen", + "ewable" + ], + [ + "Ġmening", + "itis" + ], + [ + "Ġend", + "ocrine" + ], + [ + "uck", + "ed" + ], + [ + "Ġgather", + "ings" + ], + [ + "ĠGal", + "ois" + ], + [ + "Ġpronoun", + "s" + ], + [ + "Ġreferend", + "um" + ], + [ + "B", + "io" + ], + [ + "P", + "eter" + ], + [ + "Ġne", + "p" + ], + [ + "Ġsole", + "mn" + ], + [ + "D", + "eterm" + ], + [ + "h", + "yth" + ], + [ + "Ġest", + "ates" + ], + [ + "Ġuseful", + "ness" + ], + [ + "gl", + "obal" + ], + [ + "Ġvit", + "ality" + ], + [ + "Mat", + "thew" + ], + [ + "ĠCheroke", + "e" + ], + [ + "U", + "V" + ], + [ + "ĠC", + "au" + ], + [ + "ĠC", + "urt" + ], + [ + "ĠHe", + "avy" + ], + [ + "ĠAl", + "ps" + ], + [ + "oph", + "obia" + ], + [ + "or", + "um" + ], + [ + "Ġ", + "``" + ], + [ + "Ġch", + "ase" + ], + [ + "An", + "imal" + ], + [ + "Ġexcav", + "ations" + ], + [ + "ĠCra", + "ig" + ], + [ + "f", + "ix" + ], + [ + "ass", + "er" + ], + [ + "Ġmean", + "while" + ], + [ + "Bl", + "ood" + ], + [ + "pp", + "e" + ], + [ + "ĠE", + "P" + ], + [ + "ĠIn", + "g" + ], + [ + "ie", + "ves" + ], + [ + "Ġland", + "l" + ], + [ + "ript", + "ive" + ], + [ + "ER", + "N" + ], + [ + "Ġdisse", + "mination" + ], + [ + "Govern", + "ment" + ], + [ + "Ġspecial", + "izing" + ], + [ + "Ġsubs", + "istence" + ], + [ + "Ġc", + "ray" + ], + [ + "Ġc", + "sv" + ], + [ + "Ġins", + "criptions" + ], + [ + "Ġav", + "ian" + ], + [ + "Ġuncover", + "ing" + ], + [ + "Ġirrevers", + "ible" + ], + [ + "d", + "oubt" + ], + [ + "en", + "ia" + ], + [ + "ĠW", + "iley" + ], + [ + "ĠEx", + "pect" + ], + [ + "ĠKnow", + "n" + ], + [ + "Ġu", + "gly" + ], + [ + "Ġsec", + "urities" + ], + [ + "Ġstress", + "ors" + ], + [ + "Ġoste", + "oarthritis" + ], + [ + "ig", + "ate" + ], + [ + "ĠM", + "ills" + ], + [ + "ec", + "essor" + ], + [ + "27", + "5" + ], + [ + "w", + "ic" + ], + [ + "y", + "lation" + ], + [ + "ĠS", + "hen" + ], + [ + "ob", + "last" + ], + [ + "ĠPe", + "ak" + ], + [ + "rec", + "ogn" + ], + [ + "ĠQuarter", + "ly" + ], + [ + "inn", + "itus" + ], + [ + "Ġparalle", + "ls" + ], + [ + "am", + "ics" + ], + [ + "ĠM", + "ig" + ], + [ + "urs", + "ion" + ], + [ + "Ġheaven", + "ly" + ], + [ + "Ġun", + "iqueness" + ], + [ + "Ġro", + "ses" + ], + [ + "Ġdistribut", + "ing" + ], + [ + "Ġconfig", + "ured" + ], + [ + "ĠImpro", + "ved" + ], + [ + "h", + "aw" + ], + [ + "ĠM", + "Hz" + ], + [ + "pt", + "a" + ], + [ + "utri", + "ent" + ], + [ + "G", + "erm" + ], + [ + "is", + "se" + ], + [ + "ĠL", + "amb" + ], + [ + "Ġachie", + "ves" + ], + [ + "Ġseason", + "ed" + ], + [ + "ĠCoun", + "sel" + ], + [ + "Ġproof", + "s" + ], + [ + "Prov", + "ide" + ], + [ + "Ġhope", + "ful" + ], + [ + "Ġecc", + "entric" + ], + [ + "wal", + "ks" + ], + [ + "O", + "cc" + ], + [ + "Ġres", + "ides" + ], + [ + "Ġdet", + "erg" + ], + [ + "ĠSecond", + "ly" + ], + [ + "Ġexplor", + "atory" + ], + [ + "N", + "ature" + ], + [ + "ident", + "ified" + ], + [ + "Ġfac", + "ets" + ], + [ + "ab", + "in" + ], + [ + "ĠAb", + "ove" + ], + [ + "ĠCor", + "rect" + ], + [ + "`", + ")." + ], + [ + "Ġhoriz", + "ontally" + ], + [ + "found", + "land" + ], + [ + "Ġdiaph", + "rag" + ], + [ + "Ġcon", + "jecture" + ], + [ + "Ġpl", + "edge" + ], + [ + "ĠApp", + "alach" + ], + [ + "Int", + "rodu" + ], + [ + "Ġalleged", + "ly" + ], + [ + "Ġgra", + "phen" + ], + [ + "oss", + "il" + ], + [ + "ann", + "i" + ], + [ + "ĠAss", + "istance" + ], + [ + "r", + "ason" + ], + [ + "Ġs", + "ands" + ], + [ + "Ġtrig", + "lycer" + ], + [ + "Ġspect", + "rom" + ], + [ + "at", + "ri" + ], + [ + "âĢĻ", + ")" + ], + [ + "Ġfam", + "ously" + ], + [ + "ribut", + "es" + ], + [ + "Sum", + "mary" + ], + [ + "Commun", + "ity" + ], + [ + "ĠAll", + "ergy" + ], + [ + "Ġur", + "ging" + ], + [ + "Ġcard", + "in" + ], + [ + "Ġsan", + "ction" + ], + [ + "ĠChall", + "enges" + ], + [ + "f", + "igure" + ], + [ + "it", + "ted" + ], + [ + "oc", + "ating" + ], + [ + "Ġstrateg", + "ically" + ], + [ + "Ġbar", + "bar" + ], + [ + "Ġsil", + "ic" + ], + [ + "ĠBat", + "talion" + ], + [ + "ĠCru", + "z" + ], + [ + "ag", + "us" + ], + [ + "Ġcal", + "ibration" + ], + [ + "é", + "d" + ], + [ + "Ġassign", + "s" + ], + [ + "Ġshore", + "line" + ], + [ + "ĠParad", + "ox" + ], + [ + "ĠBrus", + "sels" + ], + [ + "H", + "L" + ], + [ + "Ġp", + "ores" + ], + [ + "al", + "is" + ], + [ + "Ġan", + "omaly" + ], + [ + "Ġr", + "anc" + ], + [ + "Ġshow", + "ers" + ], + [ + "Ġdem", + "ocr" + ], + [ + "Ġexist", + "ential" + ], + [ + "ĠUs", + "es" + ], + [ + "an", + "se" + ], + [ + "av", + "il" + ], + [ + "ĠBar", + "celona" + ], + [ + "ĠDisc", + "over" + ], + [ + "Ġmountain", + "ous" + ], + [ + "Ġnostalg", + "ia" + ], + [ + "B", + "ro" + ], + [ + "]", + ");" + ], + [ + "im", + "an" + ], + [ + "ov", + "ie" + ], + [ + "ee", + "per" + ], + [ + "Ġsuff", + "rage" + ], + [ + "Ġnumb", + "ness" + ], + [ + "ĠMun", + "ich" + ], + [ + "n", + "ature" + ], + [ + "at", + "as" + ], + [ + "Ġen", + "lightenment" + ], + [ + "Ġra", + "ck" + ], + [ + "Ġrat", + "ified" + ], + [ + "Is", + "lam" + ], + [ + "ĠCor", + "on" + ], + [ + "ĠExt", + "reme" + ], + [ + "ĠâĪ«", + "[" + ], + [ + "Ġpilgrim", + "age" + ], + [ + "Ġgraphen", + "e" + ], + [ + "in", + "ational" + ], + [ + "Ġsub", + "ordinate" + ], + [ + "Ġdeb", + "ilitating" + ], + [ + "Ġpret", + "end" + ], + [ + "w", + "ashing" + ], + [ + "ĠC", + "ere" + ], + [ + "op", + "ian" + ], + [ + "ĠH", + "A" + ], + [ + "Ġin", + "oc" + ], + [ + "Ġbl", + "ends" + ], + [ + "Ġass", + "ists" + ], + [ + "ĠWH", + "ERE" + ], + [ + "ĠDet", + "ails" + ], + [ + "ĠLibr", + "aries" + ], + [ + "Ġd", + "imensional" + ], + [ + "Ġst", + "alk" + ], + [ + "old", + "er" + ], + [ + "Ġflow", + "n" + ], + [ + "het", + "ically" + ], + [ + "Ġreciproc", + "al" + ], + [ + "âĢ", + "ij" + ], + [ + "ĠH", + "abitat" + ], + [ + "Ġsp", + "ills" + ], + [ + "Ġplay", + "ful" + ], + [ + "Ġstring", + "ent" + ], + [ + "Ġcontroll", + "ers" + ], + [ + "Ġimpl", + "anted" + ], + [ + "Ġmigr", + "ant" + ], + [ + "Ġloose", + "ly" + ], + [ + "he", + "y" + ], + [ + "Ġthe", + "olog" + ], + [ + "Ġb", + "ail" + ], + [ + "ĠN", + "eb" + ], + [ + "ind", + "ustrial" + ], + [ + "ram", + "a" + ], + [ + "Ġprim", + "ates" + ], + [ + "Ġmira", + "cul" + ], + [ + "ĠW", + "u" + ], + [ + "Ġge", + "ologic" + ], + [ + "Ġmess", + "y" + ], + [ + "Ġconscious", + "ly" + ], + [ + "Ġintros", + "pection" + ], + [ + "oc", + "ese" + ], + [ + "ĠInd", + "ies" + ], + [ + "ann", + "on" + ], + [ + "Ġprop", + "onents" + ], + [ + "ĠS", + "Y" + ], + [ + "ĠC", + "AD" + ], + [ + "ĠW", + "ald" + ], + [ + "Ġtheore", + "tically" + ], + [ + "Ġsupplement", + "al" + ], + [ + "c", + "ig" + ], + [ + "per", + "iod" + ], + [ + "ĠRe", + "yn" + ], + [ + "r", + "ification" + ], + [ + "Ġle", + "x" + ], + [ + "ik", + "o" + ], + [ + "��No", + "vel" + ], + [ + "Con", + "c" + ], + [ + "Ġmira", + "cles" + ], + [ + "ivari", + "ate" + ], + [ + "Ġh", + "ives" + ], + [ + "ĠM", + "ull" + ], + [ + "Ġinsp", + "ires" + ], + [ + "Ġmos", + "que" + ], + [ + "Mat", + "hemat" + ], + [ + "Ġf", + "eces" + ], + [ + "ĠJ", + "ess" + ], + [ + "Ġphot", + "ographers" + ], + [ + "ĠS", + "abbath" + ], + [ + "Ġas", + "hes" + ], + [ + "ĠD", + "im" + ], + [ + "IN", + "S" + ], + [ + "Ġcleans", + "ing" + ], + [ + "e", + "ither" + ], + [ + "ab", + "olic" + ], + [ + "ĠGro", + "ve" + ], + [ + "P", + "acific" + ], + [ + "s", + "hips" + ], + [ + "ĠC", + "riminal" + ], + [ + "ph", + "ony" + ], + [ + "Ġsal", + "inity" + ], + [ + "Te", + "aching" + ], + [ + "Ġfet", + "ch" + ], + [ + "Ġsummar", + "izes" + ], + [ + "Ġresemb", + "ling" + ], + [ + "Ġphil", + "anthrop" + ], + [ + "Ġp", + "rizes" + ], + [ + "ros", + "clerosis" + ], + [ + "Ġflu", + "ency" + ], + [ + "ĠExpl", + "oring" + ], + [ + "ĠCharl", + "eston" + ], + [ + "C", + "ES" + ], + [ + "m", + "and" + ], + [ + "in", + "ant" + ], + [ + "pt", + "une" + ], + [ + "Ġco", + "zy" + ], + [ + "ĠGod", + "dess" + ], + [ + "Ġfoot", + "steps" + ], + [ + "Ġphotovolta", + "ic" + ], + [ + "H", + "ard" + ], + [ + "ĠJ", + "A" + ], + [ + "ĠCol", + "ony" + ], + [ + "Ġgrass", + "lands" + ], + [ + "ĠChair", + "man" + ], + [ + "ĠK", + "B" + ], + [ + "F", + "rank" + ], + [ + "ĠD", + "ipl" + ], + [ + "our", + "cing" + ], + [ + "Ġz", + "eta" + ], + [ + "Ġinn", + "oc" + ], + [ + "ĠEis", + "enhower" + ], + [ + "Ġt", + "apping" + ], + [ + "op", + "ened" + ], + [ + "Ġparam", + "etric" + ], + [ + "ĠKrish", + "na" + ], + [ + "N", + "ative" + ], + [ + "w", + "hether" + ], + [ + "ĠP", + "redict" + ], + [ + "inn", + "ati" + ], + [ + "Ġpir", + "ate" + ], + [ + "ĠSalv", + "ador" + ], + [ + "S", + "er" + ], + [ + "al", + "ong" + ], + [ + "Ġviol", + "ate" + ], + [ + "ĠWorkshe", + "ets" + ], + [ + "y", + "cle" + ], + [ + "ed", + "er" + ], + [ + "iss", + "on" + ], + [ + "ĠW", + "ritten" + ], + [ + "ĠAr", + "med" + ], + [ + "Ġpast", + "oral" + ], + [ + "Ġhyd", + "ration" + ], + [ + "Ġpromot", + "ional" + ], + [ + "Ġdict", + "ate" + ], + [ + "m", + "ium" + ], + [ + "ĠT", + "almud" + ], + [ + "if", + "erous" + ], + [ + "Ġfarm", + "land" + ], + [ + "Ġelev", + "ations" + ], + [ + "re", + "ar" + ], + [ + "ĠF", + "BI" + ], + [ + "Ġup", + "rising" + ], + [ + "Ġj", + "aws" + ], + [ + "v", + "re" + ], + [ + "ĠR", + "are" + ], + [ + "ĠUS", + "S" + ], + [ + "Ġsat", + "uration" + ], + [ + "sec", + "onds" + ], + [ + "Ġdetect", + "s" + ], + [ + "Ġvent", + "ric" + ], + [ + "aph", + "r" + ], + [ + "Ġthe", + "at" + ], + [ + "Ġde", + "formation" + ], + [ + "Ġtra", + "y" + ], + [ + "Ġhand", + "ic" + ], + [ + "Ġcal", + "ves" + ], + [ + "Ġtop", + "ography" + ], + [ + "Ġthread", + "ing" + ], + [ + "ĠSh", + "ut" + ], + [ + "Ġsin", + "ister" + ], + [ + "Ġnan", + "o" + ], + [ + "Ġdrag", + "ons" + ], + [ + "ipt", + "ical" + ], + [ + "ĠInfect", + "ious" + ], + [ + "Ġb", + "ourgeois" + ], + [ + "ĠM", + "I" + ], + [ + "per", + "cent" + ], + [ + "ĠV", + "ic" + ], + [ + "Ġball", + "ot" + ], + [ + "sm", + "art" + ], + [ + "at", + "ization" + ], + [ + "Ġh", + "ibern" + ], + [ + "Ġprof", + "icient" + ], + [ + "Ġincorpor", + "ation" + ], + [ + "Ġpodcast", + "s" + ], + [ + "Ġfragment", + "ation" + ], + [ + "Ġ(", + "!" + ], + [ + "ĠL", + "av" + ], + [ + "Ġbal", + "d" + ], + [ + "Ġcompress", + "or" + ], + [ + "Ġincon", + "ven" + ], + [ + "pl", + "anted" + ], + [ + "ack", + "ed" + ], + [ + "ĠOr", + "ion" + ], + [ + "Ġselect", + "ively" + ], + [ + "ĠIP", + "CC" + ], + [ + "ĠImpro", + "ving" + ], + [ + "ĠCop", + "enhagen" + ], + [ + "V", + "M" + ], + [ + "Ġn", + "emat" + ], + [ + "Ġpat", + "ented" + ], + [ + "Ġtechn", + "ician" + ], + [ + "cent", + "ral" + ], + [ + "ĠSe", + "lection" + ], + [ + "group", + "s" + ], + [ + "u", + "ros" + ], + [ + "Ã", + "¥" + ], + [ + "ul", + "i" + ], + [ + "ac", + "ic" + ], + [ + "Ġcheck", + "list" + ], + [ + "IN", + "D" + ], + [ + "Ġmill", + "igrams" + ], + [ + "mod", + "ule" + ], + [ + "Ġscal", + "ability" + ], + [ + "Ġl", + "ighthouse" + ], + [ + "Ġde", + "ed" + ], + [ + "ĠB", + "ach" + ], + [ + "Ġever", + "green" + ], + [ + "iat", + "ric" + ], + [ + "R", + "om" + ], + [ + "ch", + "ars" + ], + [ + "Ġresist", + "or" + ], + [ + "Employ", + "ee" + ], + [ + "Ġpl", + "ent" + ], + [ + "Ġcol", + "orectal" + ], + [ + "ĠGe", + "or" + ], + [ + "Sm", + "art" + ], + [ + "ï¿", + "½" + ], + [ + "C", + "RE" + ], + [ + "ĠH", + "ERE" + ], + [ + "Ġco", + "erc" + ], + [ + "Ġhy", + "brids" + ], + [ + "Ġcoast", + "s" + ], + [ + "2", + "13" + ], + [ + "ra", + "z" + ], + [ + "us", + "ivity" + ], + [ + "ĠJ", + "obs" + ], + [ + "Ġparent", + "heses" + ], + [ + "Ġ}", + ");" + ], + [ + "ovak", + "ia" + ], + [ + "ĠT", + "E" + ], + [ + "Ġper", + "il" + ], + [ + "erg", + "us" + ], + [ + "ĠÎ", + "£" + ], + [ + "osc", + "opic" + ], + [ + "N", + "E" + ], + [ + "Ġo", + "ats" + ], + [ + "oc", + "om" + ], + [ + "Ġpre", + "natal" + ], + [ + "Ġsc", + "issors" + ], + [ + "Ġwear", + "able" + ], + [ + "ĠL", + "ung" + ], + [ + "ĠTh", + "read" + ], + [ + "de", + "ep" + ], + [ + "Ġsil", + "ly" + ], + [ + "Ö", + "¼" + ], + [ + "als", + "y" + ], + [ + "Ġopp", + "ressive" + ], + [ + "ĠMe", + "asures" + ], + [ + "ĠVis", + "itors" + ], + [ + "Ġprohib", + "it" + ], + [ + "Ġepit", + "helial" + ], + [ + "ĠF", + "ly" + ], + [ + "Ġim", + "plicated" + ], + [ + "edi", + "ate" + ], + [ + "Ġcounsel", + "ors" + ], + [ + "Ġendeav", + "ors" + ], + [ + "Ġrel", + "ational" + ], + [ + "Ġlab", + "orers" + ], + [ + "hel", + "ium" + ], + [ + "Ġmaster", + "piece" + ], + [ + "Ġdict", + "ators" + ], + [ + "Ġmonu", + "mental" + ], + [ + "ĠR", + "ut" + ], + [ + "Ġcor", + "ro" + ], + [ + "Ġw", + "iped" + ], + [ + "Ġwh", + "isp" + ], + [ + "Ġnew", + "Node" + ], + [ + "ĠRe", + "in" + ], + [ + "Ġfib", + "rosis" + ], + [ + "Ġpregn", + "ancies" + ], + [ + "Ġsup", + "ra" + ], + [ + "Ġpredomin", + "ant" + ], + [ + "Ġtroubles", + "hoot" + ], + [ + "C", + "ON" + ], + [ + "ok", + "er" + ], + [ + "W", + "orks" + ], + [ + "ĠW", + "ing" + ], + [ + "Ġpost", + "p" + ], + [ + "Sp", + "anish" + ], + [ + "Ġchamp", + "ions" + ], + [ + "Pat", + "ients" + ], + [ + "B", + "rown" + ], + [ + "S", + "leep" + ], + [ + "Ġcont", + "end" + ], + [ + "Pro", + "b" + ], + [ + "Ġexplo", + "iting" + ], + [ + "ĠInvest", + "ment" + ], + [ + "Ġeleg", + "ance" + ], + [ + "Ġgad", + "gets" + ], + [ + "ic", + "c" + ], + [ + "ad", + "oes" + ], + [ + "Ġse", + "rene" + ], + [ + "Ġbur", + "sts" + ], + [ + "Ġfra", + "cking" + ], + [ + "Ġdepart", + "ed" + ], + [ + "Ġorthog", + "onal" + ], + [ + "H", + "ouse" + ], + [ + "Ġconf", + "irming" + ], + [ + "Ġvolunt", + "arily" + ], + [ + "Ġid", + "ioms" + ], + [ + "Ġmand", + "ated" + ], + [ + "S", + "W" + ], + [ + "k", + "an" + ], + [ + "Ġt", + "asty" + ], + [ + "ĠSupp", + "lement" + ], + [ + "exec", + "ute" + ], + [ + "Ġafore", + "mentioned" + ], + [ + "ay", + "as" + ], + [ + "ĠIt", + "al" + ], + [ + "ĠSome", + "one" + ], + [ + "Ġorigin", + "ates" + ], + [ + "Ġbear", + "ings" + ], + [ + "Ġpron", + "ounce" + ], + [ + "Ġdisc", + "ard" + ], + [ + "Ġant", + "agon" + ], + [ + "Ġpull", + "s" + ], + [ + "ĠLast", + "ly" + ], + [ + "Ġplag", + "iarism" + ], + [ + "Ġsurrend", + "ered" + ], + [ + "c", + "ould" + ], + [ + "rodu", + "ctive" + ], + [ + "Ġprom", + "inence" + ], + [ + "ĠSand", + "y" + ], + [ + "Supp", + "ose" + ], + [ + "D", + "ev" + ], + [ + "Ġb", + "ount" + ], + [ + "ce", + "mic" + ], + [ + "ĠIP", + "v" + ], + [ + "ĠW", + "elfare" + ], + [ + "Ġimp", + "ending" + ], + [ + "ĠBol", + "ivia" + ], + [ + "G", + "P" + ], + [ + "or", + "ange" + ], + [ + "Ġam", + "azed" + ], + [ + "hed", + "ron" + ], + [ + "produ", + "ction" + ], + [ + "Ġdish", + "on" + ], + [ + "n", + "ie" + ], + [ + "ĠO", + "P" + ], + [ + "Ġtempt", + "ation" + ], + [ + "W", + "il" + ], + [ + "Ġm", + "all" + ], + [ + "man", + "uel" + ], + [ + "Ġinfer", + "red" + ], + [ + "pay", + "ers" + ], + [ + "Ġres", + "igned" + ], + [ + "Ġper", + "severance" + ], + [ + "Ġra", + "ids" + ], + [ + "Ġpain", + "ters" + ], + [ + "mark", + "ed" + ], + [ + "Ġherb", + "icides" + ], + [ + "ĠPrint", + "ing" + ], + [ + "Ġdelight", + "ed" + ], + [ + "Ġcorrid", + "or" + ], + [ + "Ġchar", + "itable" + ], + [ + "Ġtur", + "f" + ], + [ + "alph", + "a" + ], + [ + "d", + "ifferent" + ], + [ + "Ġp", + "soriasis" + ], + [ + "report", + "ed" + ], + [ + "Ġdelet", + "ion" + ], + [ + "j", + "ug" + ], + [ + "con", + "nection" + ], + [ + "ĠSh", + "adow" + ], + [ + "Ġz", + "e" + ], + [ + "num", + "eric" + ], + [ + "Ġmol", + "ten" + ], + [ + "2", + "17" + ], + [ + "d", + "ensity" + ], + [ + "Ġapp", + "liance" + ], + [ + "Ġdr", + "ank" + ], + [ + "ĠBas", + "ically" + ], + [ + "pub", + "lished" + ], + [ + "Ġmalevol", + "ent" + ], + [ + "gu", + "ess" + ], + [ + "Ġsquee", + "ze" + ], + [ + "ĠW", + "ave" + ], + [ + "Ġadverse", + "ly" + ], + [ + "C", + "irc" + ], + [ + "Ġt", + "ed" + ], + [ + "Ġch", + "ill" + ], + [ + "ĠL", + "odge" + ], + [ + "Ġcomfort", + "ably" + ], + [ + "Ġsket", + "ches" + ], + [ + "N", + "eg" + ], + [ + "Ġr", + "iot" + ], + [ + "int", + "uitive" + ], + [ + "pos", + "itions" + ], + [ + "Ġobserv", + "es" + ], + [ + "Ġp", + "orous" + ], + [ + "Ġcommunic", + "ates" + ], + [ + "Ġbot", + "anical" + ], + [ + "Ġc", + "unning" + ], + [ + "ll", + "o" + ], + [ + "Ġrot", + "ated" + ], + [ + "Ġstation", + "ed" + ], + [ + "ĠSpecial", + "ist" + ], + [ + "Ġunem", + "ployed" + ], + [ + "ĠB", + "PA" + ], + [ + "ĠSt", + "ars" + ], + [ + "Ġpr", + "incess" + ], + [ + "Ġnice", + "ly" + ], + [ + "lesi", + "astical" + ], + [ + "ĠP", + "ere" + ], + [ + "Ġimplement", + "ations" + ], + [ + "ĠMod", + "ule" + ], + [ + "Ġinhib", + "ition" + ], + [ + "Ġconfine", + "ment" + ], + [ + "od", + "al" + ], + [ + "so", + "il" + ], + [ + "cent", + "ric" + ], + [ + "Ġbra", + "ces" + ], + [ + "Ġalter", + "ation" + ], + [ + "Ġsur", + "geries" + ], + [ + "let", + "ons" + ], + [ + "Ġlay", + "ered" + ], + [ + "Ġma", + "ple" + ], + [ + "Ġch", + "in" + ], + [ + "Ġtow", + "el" + ], + [ + "ĠEnter", + "prise" + ], + [ + "Ġrec", + "reate" + ], + [ + "Ġevol", + "ves" + ], + [ + "Ġcrypt", + "ographic" + ], + [ + "ĠT", + "ony" + ], + [ + "em", + "erg" + ], + [ + "Ġch", + "ores" + ], + [ + "Ġab", + "usive" + ], + [ + "Ġred", + "esign" + ], + [ + "Ġstraw", + "berries" + ], + [ + "y", + "ellow" + ], + [ + "Ġform", + "ulate" + ], + [ + "Ġrhyth", + "mic" + ], + [ + "ĠMethod", + "ist" + ], + [ + "á", + "»" + ], + [ + "gg", + "le" + ], + [ + "port", + "ed" + ], + [ + "Ġmass", + "acre" + ], + [ + "Ġclim", + "ax" + ], + [ + "ipl", + "ine" + ], + [ + "Ġf", + "ountain" + ], + [ + "um", + "ers" + ], + [ + "Ġadvers", + "ity" + ], + [ + "Ġpre", + "requ" + ], + [ + "ĠImplement", + "ation" + ], + [ + "ĠScript", + "ures" + ], + [ + "Ġdisappoint", + "ment" + ], + [ + "ĠC", + "IA" + ], + [ + "ĠFe", + "atures" + ], + [ + "Ġarbit", + "r" + ], + [ + "ert", + "il" + ], + [ + "uck", + "er" + ], + [ + "Ġmanif", + "ested" + ], + [ + "ĠInj", + "ury" + ], + [ + "Ġs", + "ludge" + ], + [ + "Ġre", + "used" + ], + [ + "ĠT", + "ag" + ], + [ + "tern", + "ity" + ], + [ + "Ġnational", + "ist" + ], + [ + "ĠMy", + "c" + ], + [ + "Ġbudget", + "ing" + ], + [ + "se", + "ven" + ], + [ + "Ġat", + "roc" + ], + [ + "ri", + "en" + ], + [ + "ĠGen", + "ome" + ], + [ + "play", + "ing" + ], + [ + "Ġic", + "y" + ], + [ + "ĠValent", + "ine" + ], + [ + "S", + "ep" + ], + [ + "ra", + "x" + ], + [ + "ĠB", + "eg" + ], + [ + "ĠH", + "ort" + ], + [ + "ĠL", + "ak" + ], + [ + "Ġcomm", + "enced" + ], + [ + "P", + "rom" + ], + [ + "Ġbra", + "kes" + ], + [ + "Pro", + "gram" + ], + [ + "ĠInteg", + "ration" + ], + [ + "ĠLind", + "a" + ], + [ + "ĠJenn", + "ifer" + ], + [ + "Ġtradem", + "ark" + ], + [ + "Ġst", + "ray" + ], + [ + "gh", + "ai" + ], + [ + "ĠExt", + "ract" + ], + [ + "Ġaffil", + "iated" + ], + [ + "ĠDynam", + "ic" + ], + [ + "Ġpave", + "ment" + ], + [ + "ĠN", + "F" + ], + [ + "Ġsign", + "ifies" + ], + [ + "Ġflu", + "ct" + ], + [ + "Ġhor", + "rible" + ], + [ + "Ġsel", + "enium" + ], + [ + "Ġnoct", + "urnal" + ], + [ + "ĠC", + "ox" + ], + [ + "ĠN", + "W" + ], + [ + "ĠU", + "P" + ], + [ + "ĠSh", + "iva" + ], + [ + "abil", + "istic" + ], + [ + "second", + "ary" + ], + [ + "Ġrelie", + "ved" + ], + [ + "ĠVacc", + "ine" + ], + [ + "Ġcl", + "ut" + ], + [ + "Ġblue", + "print" + ], + [ + "il", + "ies" + ], + [ + "un", + "ion" + ], + [ + "ĠPo", + "etry" + ], + [ + "N", + "or" + ], + [ + "op", + "a" + ], + [ + "Ġcl", + "iffs" + ], + [ + "Ġstr", + "iving" + ], + [ + "Ġsun", + "rise" + ], + [ + "Ġkid", + "n" + ], + [ + "Ġcomplain", + "ed" + ], + [ + "Ġexpl", + "oded" + ], + [ + "30", + "5" + ], + [ + "umb", + "ar" + ], + [ + "ĠHer", + "o" + ], + [ + "thern", + "et" + ], + [ + "ĠCor", + "relation" + ], + [ + "ĠIraq", + "i" + ], + [ + "ĠLED", + "s" + ], + [ + "Ġsubgroup", + "s" + ], + [ + "R", + "R" + ], + [ + "T", + "L" + ], + [ + "c", + "ulture" + ], + [ + "d", + "or" + ], + [ + "ĠP", + "ediatric" + ], + [ + "aj", + "o" + ], + [ + "Ġtum", + "our" + ], + [ + "ĠPlay", + "er" + ], + [ + "Ġpedest", + "rians" + ], + [ + "Ġneglig", + "ible" + ], + [ + "c", + "uts" + ], + [ + "ur", + "ous" + ], + [ + "Ġst", + "ric" + ], + [ + "ĠB", + "rew" + ], + [ + "act", + "ivated" + ], + [ + "ĠSc", + "ar" + ], + [ + "Ġmarket", + "ed" + ], + [ + "Ġin", + "mates" + ], + [ + "ĠT", + "i" + ], + [ + "rec", + "ursive" + ], + [ + "âĪ", + "«" + ], + [ + "Ġtall", + "er" + ], + [ + "T", + "erm" + ], + [ + "U", + "t" + ], + [ + "Ġsp", + "ice" + ], + [ + "ĠVen", + "et" + ], + [ + "ĠPrinc", + "ipal" + ], + [ + "��amid", + "st" + ], + [ + "Ġsand", + "stone" + ], + [ + "Ġther", + "most" + ], + [ + "Ġeigen", + "vectors" + ], + [ + "ĠAch", + "illes" + ], + [ + "ad", + "j" + ], + [ + "ĠO", + "v" + ], + [ + "ĠX", + "X" + ], + [ + "Ġhub", + "s" + ], + [ + "2", + "90" + ], + [ + "B", + "r" + ], + [ + "Ġm", + "oths" + ], + [ + "os", + "hi" + ], + [ + "ier", + "y" + ], + [ + "ĠPers", + "ons" + ], + [ + "ĠB", + "A" + ], + [ + "Ġbas", + "il" + ], + [ + "Ġregist", + "ers" + ], + [ + "ĠRom", + "antic" + ], + [ + "un", + "ity" + ], + [ + "Ġchem", + "ist" + ], + [ + "Ġarom", + "atic" + ], + [ + "ĠH", + "ugh" + ], + [ + "ĠCon", + "vers" + ], + [ + "ĠTr", + "ial" + ], + [ + "ĠMar", + "tha" + ], + [ + "Ġstub", + "born" + ], + [ + "Ġnot", + "ices" + ], + [ + "Ġag", + "ro" + ], + [ + "Ġprot", + "otypes" + ], + [ + "ĠS", + "r" + ], + [ + "ĠN", + "arr" + ], + [ + "Ġph", + "ishing" + ], + [ + "Ġrev", + "ising" + ], + [ + "Ġdermat", + "itis" + ], + [ + "40", + "1" + ], + [ + "F", + "ederal" + ], + [ + "in", + "ently" + ], + [ + "Ġs", + "inks" + ], + [ + "Ġwh", + "isk" + ], + [ + "Ġse", + "ize" + ], + [ + "Ġerad", + "icate" + ], + [ + "Interest", + "ingly" + ], + [ + "ic", + "uous" + ], + [ + "ost", + "ing" + ], + [ + "Ġlong", + "itude" + ], + [ + "Ġtend", + "ons" + ], + [ + "ĠNet", + "works" + ], + [ + "Ġcylind", + "rical" + ], + [ + "W", + "as" + ], + [ + "por", + "al" + ], + [ + "p", + "ersonal" + ], + [ + "z", + "el" + ], + [ + "Ġbu", + "oy" + ], + [ + "Ġenlist", + "ed" + ], + [ + "d", + "ered" + ], + [ + "f", + "acing" + ], + [ + "Ġp", + "uff" + ], + [ + "ab", + "ling" + ], + [ + "Ġimm", + "inent" + ], + [ + "Ġmamm", + "alian" + ], + [ + "ĠDom", + "ain" + ], + [ + "Ġmonaster", + "ies" + ], + [ + "Ident", + "ify" + ], + [ + "in", + "itions" + ], + [ + "ĠM", + "AT" + ], + [ + "Ġtim", + "estamp" + ], + [ + "Ġrh", + "in" + ], + [ + "Ġorth", + "odox" + ], + [ + "Ġingen", + "uity" + ], + [ + "u", + "ber" + ], + [ + "Ġp", + "icks" + ], + [ + "ĠJ", + "ason" + ], + [ + "ĠAd", + "vert" + ], + [ + "23", + "4" + ], + [ + "ĠLog", + "ic" + ], + [ + "Ġow", + "l" + ], + [ + "Ġplent", + "iful" + ], + [ + "j", + "ournal" + ], + [ + "Ġhe", + "mat" + ], + [ + "ĠB", + "ak" + ], + [ + "ĠH", + "erald" + ], + [ + "Ġfl", + "ax" + ], + [ + "ĠSocial", + "ist" + ], + [ + "W", + "ik" + ], + [ + "ve", + "red" + ], + [ + "ĠH", + "ack" + ], + [ + "Ġman", + "gan" + ], + [ + "sp", + "ir" + ], + [ + "Ġflu", + "orescence" + ], + [ + "Ġoccup", + "ies" + ], + [ + "ĠAccording", + "ly" + ], + [ + "ĠSib", + "eria" + ], + [ + "ĠFuk", + "ushima" + ], + [ + "ĠF", + "lex" + ], + [ + "Ġincre", + "mental" + ], + [ + "Ġill", + "umination" + ], + [ + "Ġfr", + "ank" + ], + [ + "Ġpermit", + "ting" + ], + [ + "Ġinspect", + "ions" + ], + [ + "C", + "ustomer" + ], + [ + "M", + "aster" + ], + [ + "t", + "ags" + ], + [ + "ay", + "ana" + ], + [ + "Ġr", + "inse" + ], + [ + "ĠUt", + "ilize" + ], + [ + "ĠTh", + "y" + ], + [ + "ft", + "y" + ], + [ + "Ġcy", + "sts" + ], + [ + "Ġtax", + "a" + ], + [ + "ĠG", + "RE" + ], + [ + "Ġrailroad", + "s" + ], + [ + "Ġf", + "olds" + ], + [ + "Ġl", + "obe" + ], + [ + "Ġindividual", + "ized" + ], + [ + "Ġinstit", + "uted" + ], + [ + "osph", + "ate" + ], + [ + "Ġmet", + "amorph" + ], + [ + "Ġfool", + "ish" + ], + [ + "Ġall", + "oys" + ], + [ + "Ġfig", + "uring" + ], + [ + "Ġdirect", + "ing" + ], + [ + "Ġdiss", + "ertation" + ], + [ + "Ġconce", + "al" + ], + [ + "B", + "ase" + ], + [ + "ag", + "ons" + ], + [ + "Ġbar", + "ren" + ], + [ + "ĠIS", + "S" + ], + [ + "IM", + "E" + ], + [ + "ĠCertain", + "ly" + ], + [ + "Ġincap", + "able" + ], + [ + "p", + "ow" + ], + [ + "ig", + "a" + ], + [ + "Ġreson", + "ant" + ], + [ + "cel", + "ain" + ], + [ + "Ġspray", + "ing" + ], + [ + "Ġtom", + "bs" + ], + [ + "Ġnep", + "hew" + ], + [ + "m", + "oving" + ], + [ + "Ġp", + "ens" + ], + [ + "am", + "o" + ], + [ + "Ġmed", + "iated" + ], + [ + "ator", + "ial" + ], + [ + "ĠAss", + "ume" + ], + [ + "ĠÎ", + "Ķ" + ], + [ + "ĠArch", + "bishop" + ], + [ + "Ref", + "erence" + ], + [ + "Ġb", + "out" + ], + [ + "ur", + "ry" + ], + [ + "ĠM", + "ood" + ], + [ + "ĠK", + "ill" + ], + [ + "Ġcr", + "unch" + ], + [ + "ĠGen", + "erate" + ], + [ + "Ġshed", + "ding" + ], + [ + "Ġdisappoint", + "ed" + ], + [ + "e", + "ffic" + ], + [ + "Ġcomple", + "tes" + ], + [ + "ĠDr", + "ink" + ], + [ + "Ġwitness", + "ing" + ], + [ + "ĠDesc", + "artes" + ], + [ + "ĠR", + "ise" + ], + [ + "ĠCh", + "at" + ], + [ + "Ġco", + "y" + ], + [ + "ĠAr", + "duino" + ], + [ + "Ġmorph", + "ological" + ], + [ + "?", + "'" + ], + [ + "Ġsp", + "oil" + ], + [ + "Ch", + "ange" + ], + [ + "23", + "3" + ], + [ + "Ġcrack", + "ing" + ], + [ + "l", + "ibrary" + ], + [ + "w", + "riter" + ], + [ + "ou", + "fl" + ], + [ + "ĠL", + "ip" + ], + [ + "Ġdra", + "ining" + ], + [ + "ĠComp", + "rehensive" + ], + [ + "ĠEd", + "mund" + ], + [ + "Ġsupplement", + "ed" + ], + [ + "*", + "(" + ], + [ + "Ġflo", + "ats" + ], + [ + "ĠCur", + "iosity" + ], + [ + "Ġles", + "ion" + ], + [ + "in", + "el" + ], + [ + "ĠR", + "ib" + ], + [ + "Ġcl", + "oses" + ], + [ + "ĠTra", + "ffic" + ], + [ + "ynam", + "ic" + ], + [ + "occup", + "ied" + ], + [ + "en", + "ary" + ], + [ + "Ġm", + "aze" + ], + [ + "and", + "ra" + ], + [ + "Ġnot", + "eworthy" + ], + [ + "con", + "vert" + ], + [ + "__", + "_" + ], + [ + "ĠEqu", + "al" + ], + [ + "op", + "ed" + ], + [ + "Ġtheir", + "s" + ], + [ + "00", + "4" + ], + [ + "Ġman", + "ners" + ], + [ + "Ġar", + "ches" + ], + [ + "Ġcy", + "st" + ], + [ + "ll", + "i" + ], + [ + "Ġchild", + "birth" + ], + [ + "Ġcustom", + "ize" + ], + [ + "p", + "sych" + ], + [ + "ĠW", + "elcome" + ], + [ + "Ġabs", + "cess" + ], + [ + "Ġdent", + "ists" + ], + [ + "Ġmerg", + "ing" + ], + [ + "ĠT", + "A" + ], + [ + "ĠM", + "eg" + ], + [ + "ec", + "ca" + ], + [ + "ĠNew", + "foundland" + ], + [ + "Ġneut", + "rons" + ], + [ + "Ġcongress", + "ional" + ], + [ + "ĠVinc", + "i" + ], + [ + "Ġre", + "plicated" + ], + [ + "Ġg", + "ems" + ], + [ + "Ġg", + "orge" + ], + [ + "Ġun", + "man" + ], + [ + "ĠEm", + "ployment" + ], + [ + "ĠExt", + "ra" + ], + [ + "Ġdiscon", + "nect" + ], + [ + "Ġrighteous", + "ness" + ], + [ + "ĠSic", + "ily" + ], + [ + "ad", + "an" + ], + [ + "we", + "h" + ], + [ + "ĠWest", + "minster" + ], + [ + "ĠPhys", + "iology" + ], + [ + "ĠAdv", + "ance" + ], + [ + "Ġin", + "quiries" + ], + [ + "pect", + "ives" + ], + [ + "Ġreve", + "rence" + ], + [ + "AT", + "A" + ], + [ + "Ġdoct", + "rines" + ], + [ + "ĠRecon", + "struction" + ], + [ + "t", + "oken" + ], + [ + "Ġg", + "y" + ], + [ + "Ġstate", + "wide" + ], + [ + "ĠBl", + "ake" + ], + [ + "Ġdiver", + "gent" + ], + [ + "ĠCN", + "N" + ], + [ + "ĠH", + "ood" + ], + [ + "Ġconc", + "ussion" + ], + [ + "Ġpred", + "ecessor" + ], + [ + "Ġfire", + "works" + ], + [ + "ĠInc", + "ludes" + ], + [ + "Ġp", + "ending" + ], + [ + "Ġhead", + "ers" + ], + [ + "ĠRep", + "ly" + ], + [ + "iot", + "a" + ], + [ + "Ġbott", + "led" + ], + [ + "ĠMc", + "Donald" + ], + [ + "ĠCor", + "p" + ], + [ + "Ġtext", + "ual" + ], + [ + "IS", + "A" + ], + [ + "Ġcultiv", + "ars" + ], + [ + "Ġdisrupt", + "ive" + ], + [ + "b", + "at" + ], + [ + "p", + "oor" + ], + [ + "Ġscript", + "ures" + ], + [ + "ĠProper", + "ties" + ], + [ + "Ġutens", + "ils" + ], + [ + "ĠK", + "rist" + ], + [ + "Ġinf", + "ringe" + ], + [ + "aw", + "ays" + ], + [ + "Ġinfluen", + "cer" + ], + [ + "V", + "R" + ], + [ + "Ġcom", + "ets" + ], + [ + "ĠCont", + "emporary" + ], + [ + "Ġpal", + "ms" + ], + [ + "Ġregul", + "ator" + ], + [ + "Ġfierce", + "ly" + ], + [ + "R", + "ather" + ], + [ + "c", + "reated" + ], + [ + "Ġc", + "ites" + ], + [ + "ac", + "ency" + ], + [ + "ĠB", + "order" + ], + [ + "Ġtra", + "pping" + ], + [ + "Ġprog", + "en" + ], + [ + "Ġclar", + "ification" + ], + [ + "Ġrheumat", + "oid" + ], + [ + "/", + "âĪĤ" + ], + [ + "C", + "ut" + ], + [ + "Ġd", + "wind" + ], + [ + "Ġmic", + "rop" + ], + [ + "Ġtax", + "i" + ], + [ + "Ġmort", + "ar" + ], + [ + "ĠFe", + "eling" + ], + [ + "il", + "us" + ], + [ + "âĢĶ", + "âĢĶ" + ], + [ + "ĠSpring", + "er" + ], + [ + "ĠPresent", + "ation" + ], + [ + "Ġaver", + "aged" + ], + [ + "Ġwhisp", + "ered" + ], + [ + "3", + "25" + ], + [ + "T", + "arget" + ], + [ + "ĠH", + "appy" + ], + [ + "ĠB", + "one" + ], + [ + "27", + "3" + ], + [ + "duc", + "ive" + ], + [ + "Ġconcert", + "s" + ], + [ + "Ġcylind", + "ers" + ], + [ + "Ġinform", + "ing" + ], + [ + "man", + "agement" + ], + [ + "Ġplacent", + "a" + ], + [ + "4", + "10" + ], + [ + "ell", + "ers" + ], + [ + "ĠCh", + "ang" + ], + [ + "ĠInd", + "ic" + ], + [ + "umber", + "land" + ], + [ + "Ġparad", + "ise" + ], + [ + "Ġapert", + "ure" + ], + [ + "m", + "ut" + ], + [ + "ape", + "ake" + ], + [ + "Ġmis", + "information" + ], + [ + "ĠRegular", + "ly" + ], + [ + "b", + "red" + ], + [ + "c", + "ertain" + ], + [ + "Ġc", + "reek" + ], + [ + "ĠF", + "ro" + ], + [ + "Ġsp", + "at" + ], + [ + "ĠJ", + "ar" + ], + [ + "cl", + "osure" + ], + [ + "ĠGerman", + "ic" + ], + [ + "Ġapart", + "ments" + ], + [ + "Part", + "icip" + ], + [ + "Ġreinfor", + "cing" + ], + [ + "c", + "ible" + ], + [ + "lect", + "ed" + ], + [ + "Ġhot", + "ter" + ], + [ + "Com", + "par" + ], + [ + "Ġturb", + "ulent" + ], + [ + "Ġcraw", + "l" + ], + [ + "ig", + "ator" + ], + [ + "od", + "o" + ], + [ + "EN", + "TS" + ], + [ + "isc", + "her" + ], + [ + "ĠSw", + "ift" + ], + [ + "Ġsyll", + "abus" + ], + [ + "ococc", + "al" + ], + [ + "2", + "19" + ], + [ + "ĠC", + "B" + ], + [ + "Ġdise", + "ased" + ], + [ + "oun", + "ces" + ], + [ + "rel", + "ations" + ], + [ + "arn", + "ation" + ], + [ + "EX", + "T" + ], + [ + "im", + "o" + ], + [ + "ict", + "ure" + ], + [ + "Ġrest", + "ricting" + ], + [ + "Ġauthor", + "ization" + ], + [ + "ipp", + "ers" + ], + [ + "Ġdiscon", + "nection" + ], + [ + "Ġerupt", + "ed" + ], + [ + "ĠO", + "racle" + ], + [ + "ĠCan", + "aan" + ], + [ + "Ġste", + "er" + ], + [ + "do", + "ctoral" + ], + [ + "reat", + "hing" + ], + [ + "ĠPres", + "ervation" + ], + [ + "Ġparam", + "ount" + ], + [ + "Ġinsect", + "icides" + ], + [ + "Mus", + "lim" + ], + [ + "Ġcin", + "ema" + ], + [ + "ĠBoe", + "ing" + ], + [ + "se", + "ated" + ], + [ + "hem", + "a" + ], + [ + "Ġfore", + "head" + ], + [ + "Ġrad", + "ial" + ], + [ + "ĠPL", + "oS" + ], + [ + "Ġmast", + "ered" + ], + [ + "p", + "rec" + ], + [ + "ra", + "ines" + ], + [ + "Ġch", + "ore" + ], + [ + "Ġtrust", + "worthy" + ], + [ + "ĠLand", + "scape" + ], + [ + "o", + "am" + ], + [ + "Ø", + "¯" + ], + [ + "th", + "ora" + ], + [ + "Ġr", + "ites" + ], + [ + "Ġlands", + "l" + ], + [ + "Ġv", + "ents" + ], + [ + "Ġspec", + "ulative" + ], + [ + "Ġvict", + "ories" + ], + [ + "Ġprofession", + "ally" + ], + [ + "ĠPoint", + "s" + ], + [ + "ĠPalest", + "inians" + ], + [ + "C", + "lin" + ], + [ + "Ġc", + "ute" + ], + [ + "ĠK", + "idney" + ], + [ + "ER", + "V" + ], + [ + "Ġstack", + "ed" + ], + [ + "Ġwhit", + "espace" + ], + [ + "Ġendors", + "ed" + ], + [ + "S", + "ir" + ], + [ + "Ġsh", + "iny" + ], + [ + "ĠFl", + "at" + ], + [ + "w", + "right" + ], + [ + "Ã", + "®" + ], + [ + "ĠP", + "or" + ], + [ + "Ġinter", + "stellar" + ], + [ + "Ph", + "ys" + ], + [ + "Ġdy", + "st" + ], + [ + "Ġg", + "ears" + ], + [ + "ugg", + "ed" + ], + [ + "Ġinver", + "ted" + ], + [ + "Ġjack", + "et" + ], + [ + "c", + "ock" + ], + [ + "u", + "itary" + ], + [ + "ber", + "ger" + ], + [ + "Ġsix", + "teenth" + ], + [ + "ĠGl", + "ac" + ], + [ + "ĠFinn", + "ish" + ], + [ + "ĠPriv", + "acy" + ], + [ + "ĠT", + "rip" + ], + [ + "ĠSt", + "rat" + ], + [ + "Ġche", + "es" + ], + [ + "g", + "re" + ], + [ + "op", + "ping" + ], + [ + "ort", + "ex" + ], + [ + "ortun", + "e" + ], + [ + "Ġpoll", + "ination" + ], + [ + "ST", + "EM" + ], + [ + "ri", + "o" + ], + [ + "Ġim", + "merse" + ], + [ + "Ġstat", + "utory" + ], + [ + "Ġclust", + "ered" + ], + [ + "Rep", + "ort" + ], + [ + "ĠDirect", + "ory" + ], + [ + "Ġscript", + "ure" + ], + [ + "t", + "alk" + ], + [ + "Ġj", + "am" + ], + [ + "ĠCollect", + "ions" + ], + [ + "Ġteasp", + "oon" + ], + [ + "ĠP", + "ione" + ], + [ + "res", + "a" + ], + [ + "ĠPres", + "byter" + ], + [ + "ĠG", + "ust" + ], + [ + "Ġrub", + "bing" + ], + [ + "ĠLegisl", + "ature" + ], + [ + "f", + "ashion" + ], + [ + "ĠCh", + "rom" + ], + [ + "So", + "ft" + ], + [ + "Ġnan", + "ot" + ], + [ + "Sim", + "ple" + ], + [ + "G", + "al" + ], + [ + "Ġg", + "arrison" + ], + [ + "ot", + "in" + ], + [ + "Ġnot", + "icing" + ], + [ + "Ġim", + "balances" + ], + [ + "Ġboard", + "ing" + ], + [ + "ĠRout", + "ledge" + ], + [ + "ĠClar", + "ke" + ], + [ + "Ġmisc", + "ar" + ], + [ + "ĠGlas", + "gow" + ], + [ + "Ġsk", + "ins" + ], + [ + "by", + "tes" + ], + [ + "ĠAnt", + "iqu" + ], + [ + "ĠGrand", + "e" + ], + [ + "Ġ", + "vern" + ], + [ + "ib", + "al" + ], + [ + "int", + "ing" + ], + [ + "ĠR", + "C" + ], + [ + "ĠMil", + "ton" + ], + [ + "Ġrestra", + "int" + ], + [ + "Ġdissatis", + "faction" + ], + [ + "bi", + "ased" + ], + [ + "p", + "eek" + ], + [ + "ic", + "ity" + ], + [ + "As", + "sum" + ], + [ + "omet", + "own" + ], + [ + "ĠMus", + "cle" + ], + [ + "Ġnick", + "name" + ], + [ + "osex", + "uality" + ], + [ + "oc", + "on" + ], + [ + "Ġisol", + "ates" + ], + [ + "ĠMil", + "an" + ], + [ + "Em", + "ail" + ], + [ + "Ġven", + "ues" + ], + [ + "op", + "ol" + ], + [ + "ĠW", + "ait" + ], + [ + "ĠMor", + "ning" + ], + [ + "Ġcos", + "metics" + ], + [ + "Äģ", + "n" + ], + [ + "Ġb", + "if" + ], + [ + "ĠD", + "B" + ], + [ + "Ġge", + "ared" + ], + [ + "AR", + "C" + ], + [ + "Ġdiagn", + "osing" + ], + [ + "Ġwood", + "y" + ], + [ + "Ġbroad", + "band" + ], + [ + "oe", + "lectric" + ], + [ + "Ġguard", + "ed" + ], + [ + "ĠMong", + "olia" + ], + [ + "Ġbre", + "wing" + ], + [ + "sequ", + "ences" + ], + [ + "Ġestablish", + "ments" + ], + [ + "Ġana", + "erobic" + ], + [ + "2", + "24" + ], + [ + "Ġb", + "ikes" + ], + [ + "ĠF", + "IG" + ], + [ + "Ġmut", + "ant" + ], + [ + "Ġspontane", + "ously" + ], + [ + "J", + "ul" + ], + [ + "f", + "r" + ], + [ + "Ġ", + ")," + ], + [ + "ĠAc", + "ross" + ], + [ + "23", + "8" + ], + [ + "effect", + "s" + ], + [ + "Ġblow", + "s" + ], + [ + "Ġampl", + "ified" + ], + [ + "Ġdevast", + "ated" + ], + [ + "Ġan", + "arch" + ], + [ + "ott", + "est" + ], + [ + "IS", + "S" + ], + [ + "Ar", + "thur" + ], + [ + "ĠPow", + "ell" + ], + [ + "3", + "75" + ], + [ + "ull", + "ah" + ], + [ + "ĠPer", + "fect" + ], + [ + "Ġcommand", + "ers" + ], + [ + "Ġmangan", + "ese" + ], + [ + "ĠG", + "host" + ], + [ + "ĠL", + "AN" + ], + [ + "Ġspraw", + "ling" + ], + [ + "Ġc", + "ords" + ], + [ + "as", + "ured" + ], + [ + "ĠE", + "y" + ], + [ + "ĠEd", + "ison" + ], + [ + "Ġmunicip", + "ality" + ], + [ + "Ġexplos", + "ions" + ], + [ + "ĠJ", + "a" + ], + [ + "fore", + "sts" + ], + [ + "Ġcar", + "c" + ], + [ + "ER", + "Y" + ], + [ + "Ġshr", + "inking" + ], + [ + "ĠSac", + "red" + ], + [ + "t", + "ypes" + ], + [ + "Ġt", + "ilt" + ], + [ + "Ġde", + "queue" + ], + [ + "ĠK", + "ate" + ], + [ + "0", + "11" + ], + [ + "ut", + "ures" + ], + [ + "Ġimp", + "over" + ], + [ + "ise", + "x" + ], + [ + "Ġdep", + "iction" + ], + [ + "Ġsyn", + "c" + ], + [ + "Ġassemb", + "lies" + ], + [ + "Ġdraft", + "ed" + ], + [ + "b", + "egin" + ], + [ + "Ġimp", + "urities" + ], + [ + "ont", + "ology" + ], + [ + "ĠMy", + "anmar" + ], + [ + "se", + "us" + ], + [ + "Ġr", + "ug" + ], + [ + "Ġne", + "o" + ], + [ + "Ġreg", + "enerative" + ], + [ + "Ġautom", + "obiles" + ], + [ + "Ġpreced", + "ent" + ], + [ + "Ġanat", + "omical" + ], + [ + "Ġamphib", + "ians" + ], + [ + "ĠC", + "airo" + ], + [ + "ĠG", + "aul" + ], + [ + "ĠErn", + "est" + ], + [ + "Ġaux", + "iliary" + ], + [ + "ub", + "lished" + ], + [ + "Ġsequ", + "est" + ], + [ + "Ġrequest", + "ing" + ], + [ + "ĠSoviet", + "s" + ], + [ + "Ġpersu", + "aded" + ], + [ + "Ġsacrific", + "ed" + ], + [ + "Ġuter", + "ine" + ], + [ + "cur", + "ricular" + ], + [ + "Ġsib", + "ling" + ], + [ + "4", + "40" + ], + [ + "P", + "aper" + ], + [ + "ab", + "ies" + ], + [ + "and", + "em" + ], + [ + "ĠJ", + "et" + ], + [ + "ĠRed", + "ucing" + ], + [ + "Ġinsert", + "ing" + ], + [ + "ĠEll", + "is" + ], + [ + "ĠMathemat", + "ical" + ], + [ + "Ġisot", + "opes" + ], + [ + "F", + "ortunately" + ], + [ + "it", + "ans" + ], + [ + "Ġdel", + "im" + ], + [ + "Ġobs", + "ession" + ], + [ + "Ġlab", + "elled" + ], + [ + "Ġexhaust", + "ive" + ], + [ + "ĠYO", + "UR" + ], + [ + "M", + "exic" + ], + [ + "Ġair", + "ways" + ], + [ + "Ġamb", + "itions" + ], + [ + "Ġhero", + "in" + ], + [ + "ĠPhot", + "os" + ], + [ + "ĠNorm", + "ally" + ], + [ + "A", + "p" + ], + [ + "A", + "rab" + ], + [ + "ge", + "e" + ], + [ + "Ġ'", + "." + ], + [ + "80", + "2" + ], + [ + "Ġprefer", + "able" + ], + [ + "Ġshell", + "fish" + ], + [ + "ĠBur", + "ma" + ], + [ + "ĠPharm", + "ac" + ], + [ + "j", + "our" + ], + [ + "ĠMar", + "riage" + ], + [ + "23", + "1" + ], + [ + "ĠS", + "oy" + ], + [ + "Ġill", + "icit" + ], + [ + "ĠBar", + "ry" + ], + [ + "Ġroll", + "er" + ], + [ + "ĠAnaly", + "tics" + ], + [ + "g", + "ated" + ], + [ + "ĠO", + "g" + ], + [ + "Ġsc", + "anned" + ], + [ + "ne", + "eded" + ], + [ + "Ġright", + "ly" + ], + [ + "sp", + "ot" + ], + [ + "offic", + "ial" + ], + [ + "ĠCinc", + "innati" + ], + [ + "f", + "ruit" + ], + [ + "w", + "iki" + ], + [ + "w", + "ikipedia" + ], + [ + "Î", + "º" + ], + [ + "ĠL", + "an" + ], + [ + "Ġsound", + "ing" + ], + [ + "Ġcritic", + "isms" + ], + [ + "Ġrevis", + "it" + ], + [ + "Ġsoc", + "ks" + ], + [ + "with", + "standing" + ], + [ + "Ġalt", + "itudes" + ], + [ + "Ġtact", + "ical" + ], + [ + "Ġcott", + "age" + ], + [ + "es", + "ame" + ], + [ + "pl", + "asia" + ], + [ + "Ġshort", + "ness" + ], + [ + "IT", + "E" + ], + [ + "ĠRequ", + "irements" + ], + [ + "Ġex", + "oplan" + ], + [ + "Ġmon", + "olog" + ], + [ + "Ġsymbol", + "ize" + ], + [ + "ĠWay", + "ne" + ], + [ + "Supp", + "ort" + ], + [ + "Ġc", + "oded" + ], + [ + "nd", + "on" + ], + [ + "Ġth", + "romb" + ], + [ + "Ġwith", + "drew" + ], + [ + "Ġac", + "hes" + ], + [ + "Ġbuild", + "er" + ], + [ + "ĠLeg", + "ion" + ], + [ + "ĠIns", + "pect" + ], + [ + "Ġcombinator", + "ics" + ], + [ + "et", + "tes" + ], + [ + "ĠC", + "ovenant" + ], + [ + "Ġdis", + "pat" + ], + [ + "Q", + "R" + ], + [ + "bo", + "ats" + ], + [ + "P", + "RO" + ], + [ + "ant", + "is" + ], + [ + "Ġopp", + "ressed" + ], + [ + "Ġrib", + "bon" + ], + [ + "ĠLuther", + "an" + ], + [ + "opter", + "a" + ], + [ + ")", + "!" + ], + [ + "on", + "gh" + ], + [ + "ĠM", + "eth" + ], + [ + "Ġcom", + "edy" + ], + [ + "ĠB", + "le" + ], + [ + "pl", + "iance" + ], + [ + "Ġout", + "rage" + ], + [ + "ĠMet", + "ro" + ], + [ + "ĠJohann", + "es" + ], + [ + "tra", + "ining" + ], + [ + "ĠLl", + "oyd" + ], + [ + "s", + "erver" + ], + [ + "Ġsh", + "rouded" + ], + [ + "Ġev", + "ocative" + ], + [ + "Ġacad", + "emia" + ], + [ + "ĠCra", + "fting" + ], + [ + "Ġreinfor", + "ces" + ], + [ + "à", + "¯" + ], + [ + "ĠIn", + "nov" + ], + [ + "Ġass", + "ays" + ], + [ + "Ġstat", + "utes" + ], + [ + "Ġhus", + "bands" + ], + [ + "Ġdispers", + "al" + ], + [ + "Ġbrit", + "tle" + ], + [ + "I", + "de" + ], + [ + "Ġbe", + "acon" + ], + [ + "Ġam", + "alg" + ], + [ + "Ġsl", + "ot" + ], + [ + "Inc", + "reased" + ], + [ + "h", + "ift" + ], + [ + "th", + "ouse" + ], + [ + "olog", + "ous" + ], + [ + "cle", + "an" + ], + [ + "ĠEll", + "en" + ], + [ + "Develop", + "ing" + ], + [ + "ĠFunction", + "al" + ], + [ + "Ġzo", + "om" + ], + [ + "din", + "and" + ], + [ + "ĠB", + "und" + ], + [ + "Ġer", + "rone" + ], + [ + "ĠWag", + "ner" + ], + [ + "Ġl", + "izards" + ], + [ + "ans", + "w" + ], + [ + "ĠU", + "I" + ], + [ + "Ġwhat", + "soever" + ], + [ + "Ġantib", + "acterial" + ], + [ + "Ġchim", + "ney" + ], + [ + "Ġling", + "ering" + ], + [ + "out", + "ube" + ], + [ + "ĠNe", + "il" + ], + [ + "ĠBo", + "ys" + ], + [ + "Ġje", + "opard" + ], + [ + "D", + "ar" + ], + [ + "l", + "os" + ], + [ + "in", + "ner" + ], + [ + "ĠF", + "ellow" + ], + [ + "io", + "ch" + ], + [ + "Ġguess", + "ed" + ], + [ + "Key", + "words" + ], + [ + "Ġw", + "ired" + ], + [ + "Ġm", + "s" + ], + [ + "ĠRes", + "erved" + ], + [ + "Ġred", + "isc" + ], + [ + "Ġs", + "ang" + ], + [ + "Ġsal", + "v" + ], + [ + "sp", + "oken" + ], + [ + "pro", + "file" + ], + [ + "Ġtract", + "s" + ], + [ + "Ġconfidential", + "ity" + ], + [ + "Ġa", + "unt" + ], + [ + "rit", + "ic" + ], + [ + "Ġrenew", + "ables" + ], + [ + "c", + "ustomer" + ], + [ + "p", + "rior" + ], + [ + "ĠP", + "ly" + ], + [ + "Ġmin", + "ed" + ], + [ + "Ġinitial", + "ize" + ], + [ + "ĠIntrodu", + "ce" + ], + [ + "Ġsnaps", + "hot" + ], + [ + "Ġsp", + "ines" + ], + [ + "elling", + "ton" + ], + [ + "Ġdeg", + "rade" + ], + [ + "CS", + "E" + ], + [ + "ĠBeaut", + "iful" + ], + [ + "W", + "E" + ], + [ + "ĠA", + "LS" + ], + [ + "ĠImport", + "ance" + ], + [ + "Ġpist", + "on" + ], + [ + "ĠA", + "DA" + ], + [ + "ĠN", + "est" + ], + [ + "Ġar", + "rog" + ], + [ + "be", + "es" + ], + [ + "eren", + "cing" + ], + [ + "direct", + "ed" + ], + [ + "ant", + "ics" + ], + [ + "ĠR", + "ank" + ], + [ + "Ġvol", + "ts" + ], + [ + "ĠGe", + "ometry" + ], + [ + "Ġfurn", + "ish" + ], + [ + "ju", + "ven" + ], + [ + "R", + "isk" + ], + [ + "h", + "in" + ], + [ + "ĠS", + "aul" + ], + [ + "Ġend", + "l" + ], + [ + "Ġcommand", + "ing" + ], + [ + "inst", + "on" + ], + [ + "ĠCompar", + "ison" + ], + [ + "Ġit", + "chy" + ], + [ + "ĠP", + "aint" + ], + [ + "ĠF", + "ul" + ], + [ + "Ġrevers", + "al" + ], + [ + "d", + "ates" + ], + [ + "t", + "ensor" + ], + [ + "ĠK", + "ay" + ], + [ + "Ġbuff", + "alo" + ], + [ + "G", + "ra" + ], + [ + "e", + "pt" + ], + [ + "t", + "ight" + ], + [ + "Ġm", + "olds" + ], + [ + "Ġha", + "unting" + ], + [ + "ĠD", + "oc" + ], + [ + "erm", + "al" + ], + [ + "ason", + "able" + ], + [ + "atin", + "um" + ], + [ + "ĠPract", + "ical" + ], + [ + "F", + "E" + ], + [ + "c", + "overed" + ], + [ + "ĠD", + "j" + ], + [ + "ĠF", + "unctions" + ], + [ + "Ġsp", + "awning" + ], + [ + "ĠAv", + "iation" + ], + [ + "ĠFac", + "ility" + ], + [ + "ĠGH", + "G" + ], + [ + "ĠGo", + "ing" + ], + [ + "Ġscrap", + "s" + ], + [ + "W", + "W" + ], + [ + "w", + "re" + ], + [ + "Ġpur", + "ified" + ], + [ + "Me", + "an" + ], + [ + "pi", + "eces" + ], + [ + "Ġfright", + "ening" + ], + [ + "m", + "ajor" + ], + [ + "Ġbe", + "asts" + ], + [ + "im", + "ps" + ], + [ + "Ġse", + "wing" + ], + [ + "ĠForest", + "ry" + ], + [ + "k", + "ov" + ], + [ + "s", + "i" + ], + [ + "s", + "outh" + ], + [ + "el", + "ian" + ], + [ + "Ġmat", + "t" + ], + [ + "Ġevid", + "enced" + ], + [ + "Ġmorb", + "idity" + ], + [ + "D", + "iet" + ], + [ + "Ã", + "ĥ" + ], + [ + "Ġst", + "aring" + ], + [ + "ĠP", + "owers" + ], + [ + "Ġsal", + "ads" + ], + [ + "Ġrecept", + "ive" + ], + [ + "Ġaddict", + "ed" + ], + [ + "ĠNS", + "W" + ], + [ + "Ġconsolid", + "ation" + ], + [ + "ĠSm", + "oking" + ], + [ + "Ġhex", + "adecimal" + ], + [ + "Ġwater", + "proof" + ], + [ + "ĠDiagn", + "osis" + ], + [ + "N", + "otes" + ], + [ + "Ġp", + "ants" + ], + [ + "Ġb", + "umps" + ], + [ + "ore", + "xia" + ], + [ + "Ġj", + "ars" + ], + [ + "Ġadv", + "ises" + ], + [ + "Ġcategor", + "ize" + ], + [ + "ĠLen", + "in" + ], + [ + "Ġsm", + "arter" + ], + [ + "Ġaer", + "ospace" + ], + [ + "Ġunlock", + "ing" + ], + [ + "Ġluc", + "rative" + ], + [ + "D", + "u" + ], + [ + "ig", + "mat" + ], + [ + "Ġbro", + "ch" + ], + [ + "24", + "5" + ], + [ + "enn", + "a" + ], + [ + "22", + "3" + ], + [ + "Ġconduct", + "s" + ], + [ + "sec", + "ret" + ], + [ + "ĠHand", + "ling" + ], + [ + "May", + "be" + ], + [ + "Ġchron", + "ological" + ], + [ + "Ġdump", + "ing" + ], + [ + "Ġcarcin", + "oma" + ], + [ + "Ġexecut", + "ives" + ], + [ + "B", + "ul" + ], + [ + "Ġb", + "inge" + ], + [ + "oc", + "o" + ], + [ + "Ġunder", + "pin" + ], + [ + "Ġhand", + "ler" + ], + [ + "ĠChar", + "acters" + ], + [ + "ĠBar", + "on" + ], + [ + "ĠPal", + "mer" + ], + [ + "Ġcous", + "ins" + ], + [ + "Ġincub", + "ation" + ], + [ + "b", + "usiness" + ], + [ + "ĠU", + "nd" + ], + [ + "ĠBe", + "au" + ], + [ + "ĠWeek", + "ly" + ], + [ + "ĠDick", + "ens" + ], + [ + "Ġr", + "ider" + ], + [ + "Ġcor", + "nea" + ], + [ + "Ġant", + "igens" + ], + [ + "Ġstup", + "id" + ], + [ + "d", + "ark" + ], + [ + "Ġd", + "B" + ], + [ + "ac", + "s" + ], + [ + "Ġmulti", + "plic" + ], + [ + "Ġdeleg", + "ation" + ], + [ + "R", + "s" + ], + [ + "ĠT", + "iger" + ], + [ + "Ġst", + "am" + ], + [ + "Ġcont", + "empt" + ], + [ + "ĠSt", + "em" + ], + [ + "Ġrest", + "less" + ], + [ + "ĠMin", + "i" + ], + [ + "Ġflav", + "our" + ], + [ + "Ġdesper", + "ation" + ], + [ + "Ġovert", + "urn" + ], + [ + "ĠDomin", + "ican" + ], + [ + ":", + "]" + ], + [ + "Ġcommun", + "ism" + ], + [ + "Ġabandon", + "ment" + ], + [ + "Ġaccred", + "ited" + ], + [ + "ĠSerb", + "ia" + ], + [ + "Ġch", + "urn" + ], + [ + "vers", + "ed" + ], + [ + "Ġstreng", + "thens" + ], + [ + "ĠMe", + "et" + ], + [ + "Ġsimpl", + "ifying" + ], + [ + "ĠFlow", + "ers" + ], + [ + "Ġlin", + "en" + ], + [ + "ĠOri", + "ental" + ], + [ + "S", + "n" + ], + [ + "Ġd", + "rowning" + ], + [ + "cell", + "s" + ], + [ + "Ġconstruct", + "ions" + ], + [ + "Ġarc", + "s" + ], + [ + "ĠCarl", + "os" + ], + [ + "S", + "ix" + ], + [ + "Ġcommon", + "place" + ], + [ + "pro", + "tein" + ], + [ + "Ġtransform", + "er" + ], + [ + ")/", + "(" + ], + [ + "Co", + "V" + ], + [ + "qu", + "isition" + ], + [ + "Ġen", + "cephal" + ], + [ + "raph", + "ic" + ], + [ + "ĠUS", + "GS" + ], + [ + "Ġmanif", + "olds" + ], + [ + "Te", + "achers" + ], + [ + "ĠTour", + "ism" + ], + [ + "O", + "p" + ], + [ + "Ġart", + "works" + ], + [ + "Ġorgan", + "izers" + ], + [ + "ĠCal", + "endar" + ], + [ + "Ġton", + "ight" + ], + [ + "Ġaeros", + "ol" + ], + [ + "ĠA", + "im" + ], + [ + "ĠH", + "orm" + ], + [ + "Ġb", + "os" + ], + [ + "Ġnon", + "linear" + ], + [ + "Ġp", + "ac" + ], + [ + "Ġup", + "s" + ], + [ + "ĠK", + "ab" + ], + [ + "mar", + "ried" + ], + [ + "d", + "ad" + ], + [ + "Ġnormal", + "ized" + ], + [ + "Ġmag", + "ma" + ], + [ + "Ġsoy", + "beans" + ], + [ + "isc", + "us" + ], + [ + "ĠTr", + "uman" + ], + [ + "Ġmac", + "ular" + ], + [ + "m", + "t" + ], + [ + "ĠT", + "ud" + ], + [ + "Ġevalu", + "ates" + ], + [ + "Ed", + "itor" + ], + [ + "Ġherb", + "icide" + ], + [ + "Ġexacerb", + "ated" + ], + [ + "Ġpr", + "isons" + ], + [ + "Ġsub", + "class" + ], + [ + "Ġsm", + "oked" + ], + [ + "Ġdetail", + "ing" + ], + [ + "M", + "yth" + ], + [ + "st", + "im" + ], + [ + "ec", + "on" + ], + [ + "ĠCop", + "per" + ], + [ + "S", + "ort" + ], + [ + "Ġman", + "ned" + ], + [ + "ĠShe", + "ll" + ], + [ + "ĠLoc", + "ke" + ], + [ + "Ġorph", + "an" + ], + [ + "rosh", + "ima" + ], + [ + "ĠNe", + "ptune" + ], + [ + "Ġampl", + "ification" + ], + [ + "Ġcess", + "ation" + ], + [ + "H", + "ol" + ], + [ + "en", + "stein" + ], + [ + "ĠW", + "isdom" + ], + [ + "Ġhyp", + "ers" + ], + [ + "ĠMac", + "beth" + ], + [ + "Ġprohib", + "its" + ], + [ + "Ġgentle", + "man" + ], + [ + "Ġconce", + "ive" + ], + [ + "ĠP", + "ET" + ], + [ + "Ġen", + "cyclopedia" + ], + [ + "Ġdiffere", + "d" + ], + [ + "Ġdr", + "ills" + ], + [ + "Ġopen", + "ness" + ], + [ + "ĠSh", + "aring" + ], + [ + "Ġair", + "lines" + ], + [ + "ev", + "ol" + ], + [ + "ĠComb", + "ined" + ], + [ + "ĠAl", + "ger" + ], + [ + "to", + "le" + ], + [ + "ĠAy", + "urved" + ], + [ + "Rich", + "ard" + ], + [ + "Ġreminis", + "cent" + ], + [ + "'", + ")." + ], + [ + "Ġf", + "ixtures" + ], + [ + "ar", + "us" + ], + [ + "Ġr", + "iots" + ], + [ + "Ġbra", + "ce" + ], + [ + "ĠRe", + "place" + ], + [ + "Ġconve", + "x" + ], + [ + "c", + "ue" + ], + [ + "ĠH", + "omes" + ], + [ + "ĠO", + "CD" + ], + [ + "Ġobject", + "ions" + ], + [ + "ĠSim", + "pson" + ], + [ + "Ġph", + "yt" + ], + [ + "app", + "rox" + ], + [ + "Ġintegr", + "als" + ], + [ + "Ġord", + "inal" + ], + [ + "ö", + "r" + ], + [ + "on", + "omous" + ], + [ + "ĠM", + "LA" + ], + [ + "Ġhuman", + "ities" + ], + [ + "isc", + "he" + ], + [ + "Ġtele", + "communications" + ], + [ + "Ġearn", + "est" + ], + [ + "ĠDiet", + "ary" + ], + [ + "ĠPerson", + "ality" + ], + [ + "Mult", + "iple" + ], + [ + "30", + "4" + ], + [ + "ĠÎ", + "´" + ], + [ + "ĠCret", + "aceous" + ], + [ + "T", + "alk" + ], + [ + "n", + "ested" + ], + [ + "im", + "ir" + ], + [ + "Ġtra", + "m" + ], + [ + "Ġlat", + "itudes" + ], + [ + "ĠRef", + "erences" + ], + [ + "Jose", + "ph" + ], + [ + "M", + "onday" + ], + [ + "Ġw", + "agon" + ], + [ + "ĠP", + "ig" + ], + [ + "ĠB", + "ibli" + ], + [ + "ĠG", + "uru" + ], + [ + "Th", + "ings" + ], + [ + "sc", + "ript" + ], + [ + "agn", + "et" + ], + [ + "Ġentire", + "ty" + ], + [ + "uff", + "le" + ], + [ + "Ġhom", + "emade" + ], + [ + "ĠMedic", + "aid" + ], + [ + "Ġd", + "ont" + ], + [ + "ĠL", + "ingu" + ], + [ + "ĠK", + "i" + ], + [ + "Ġrel", + "apse" + ], + [ + "apt", + "ic" + ], + [ + "ĠCo", + "ch" + ], + [ + "Ġshut", + "ter" + ], + [ + "ĠRoc", + "hester" + ], + [ + "Ġcon", + "ducive" + ], + [ + "ĠG", + "ol" + ], + [ + "Ġtr", + "unc" + ], + [ + "Ġer", + "as" + ], + [ + "Ġsal", + "ty" + ], + [ + "Ġdistingu", + "ishes" + ], + [ + "Ġaug", + "ment" + ], + [ + "m", + "iah" + ], + [ + "ĠP", + "ure" + ], + [ + "Ġref", + "rain" + ], + [ + "ĠCert", + "ificate" + ], + [ + "ĠS", + "ter" + ], + [ + "Ġsh", + "ocks" + ], + [ + "25", + "2" + ], + [ + "Ġattack", + "ers" + ], + [ + "Ġbath", + "s" + ], + [ + "Sign", + "s" + ], + [ + "Ġtrigon", + "ometric" + ], + [ + "ĠN", + "P" + ], + [ + "Ġqu", + "arant" + ], + [ + "ĠTun", + "is" + ], + [ + "Ġuncont", + "rolled" + ], + [ + "Ġvertebra", + "e" + ], + [ + "D", + "es" + ], + [ + "end", + "as" + ], + [ + "ace", + "ans" + ], + [ + "Ġtime", + "frame" + ], + [ + "Ġurban", + "ization" + ], + [ + "ĠS", + "aw" + ], + [ + "ĠW", + "ant" + ], + [ + "Ġweek", + "ends" + ], + [ + "Ġid", + "le" + ], + [ + "Ġpseud", + "o" + ], + [ + "F", + "inding" + ], + [ + "N", + "ov" + ], + [ + "Ġcharacter", + "ised" + ], + [ + "isc", + "iplinary" + ], + [ + "Ġell", + "ipse" + ], + [ + "====", + "====" + ], + [ + "C", + "F" + ], + [ + "ĠC", + "otton" + ], + [ + "ain", + "ting" + ], + [ + "Ġwors", + "ening" + ], + [ + "Ġdiplom", + "acy" + ], + [ + "Ġrel", + "ocation" + ], + [ + "Ġlymph", + "oma" + ], + [ + "Ġresemb", + "lance" + ], + [ + "Ġelastic", + "ity" + ], + [ + "Ġbran", + "ching" + ], + [ + "Ø", + "ª" + ], + [ + "Ġl", + "odge" + ], + [ + "ĠJ", + "P" + ], + [ + "Ġag", + "ile" + ], + [ + "IS", + "E" + ], + [ + "Ġmid", + "w" + ], + [ + "Ġo", + "at" + ], + [ + "Ġhe", + "n" + ], + [ + "ĠE", + "ch" + ], + [ + "Ġaffil", + "iate" + ], + [ + "ĠExped", + "ition" + ], + [ + "B", + "ay" + ], + [ + "S", + "qu" + ], + [ + "Ġre", + "ap" + ], + [ + "ins", + "ky" + ], + [ + "Ġhuman", + "e" + ], + [ + "Ġfin", + "ishes" + ], + [ + "Ġcorrect", + "ing" + ], + [ + "Ġpean", + "uts" + ], + [ + "ĠChes", + "apeake" + ], + [ + "Ġmerchand", + "ise" + ], + [ + "od", + "end" + ], + [ + "th", + "us" + ], + [ + "Ġcan", + "yon" + ], + [ + "Ġdomestic", + "ated" + ], + [ + "Ġneur", + "onal" + ], + [ + "Ï", + "ħ" + ], + [ + "ĠF", + "riend" + ], + [ + "Ġpast", + "or" + ], + [ + "ele", + "ction" + ], + [ + "Ex", + "ec" + ], + [ + "ĠGra", + "du" + ], + [ + "ĠKle", + "in" + ], + [ + "ĠC", + "AN" + ], + [ + "Ġfib", + "onacci" + ], + [ + "ĠRead", + "ers" + ], + [ + "ĠH", + "ume" + ], + [ + "ĠAn", + "a" + ], + [ + "Ġindividual", + "ity" + ], + [ + "leg", + "al" + ], + [ + "ĠForm", + "s" + ], + [ + "Ġunn", + "atural" + ], + [ + "sim", + "pl" + ], + [ + "Di", + "agn" + ], + [ + "Ġconting", + "ent" + ], + [ + "or", + "as" + ], + [ + "Ġm", + "ound" + ], + [ + "ĠP", + "ue" + ], + [ + "eed", + "s" + ], + [ + "ĠâĪ", + "ij" + ], + [ + "ĠMat", + "rix" + ], + [ + "ĠOp", + "in" + ], + [ + "Ġuniform", + "s" + ], + [ + "ĠO", + "ste" + ], + [ + "Ġtim", + "ed" + ], + [ + "Ġpel", + "lets" + ], + [ + "ĠRe", + "act" + ], + [ + "Ġocean", + "ic" + ], + [ + "r", + "ings" + ], + [ + "ĠD", + "S" + ], + [ + "Ġca", + "ul" + ], + [ + "EN", + "S" + ], + [ + "ĠNeg", + "ative" + ], + [ + "Ġsynthes", + "ized" + ], + [ + "or", + "ically" + ], + [ + "Ġnot", + "ification" + ], + [ + "Ġsw", + "ell" + ], + [ + "Ġcompet", + "encies" + ], + [ + "Ġtransl", + "ating" + ], + [ + "ĠOrgan", + "izations" + ], + [ + "Ġow", + "ning" + ], + [ + "ach", + "y" + ], + [ + "Ġyouth", + "s" + ], + [ + "ĠAbs", + "olute" + ], + [ + "Ġcontempor", + "aries" + ], + [ + "Å", + "Ľ" + ], + [ + "Ġh", + "ometown" + ], + [ + "ot", + "ions" + ], + [ + "ĠH", + "av" + ], + [ + "Ġgu", + "inea" + ], + [ + "Ġessential", + "s" + ], + [ + "ĠImpro", + "vement" + ], + [ + "Ġd", + "ancers" + ], + [ + "ecess", + "ors" + ], + [ + "Ġirrit", + "ability" + ], + [ + "Less", + "on" + ], + [ + "Ġin", + "accessible" + ], + [ + "ph", + "is" + ], + [ + "Ġbl", + "isters" + ], + [ + "28", + "5" + ], + [ + "Ġblock", + "age" + ], + [ + "Ġswe", + "ets" + ], + [ + "Se", + "a" + ], + [ + "ĠLead", + "ers" + ], + [ + "ĠConstant", + "ine" + ], + [ + "ĠHep", + "atitis" + ], + [ + "v", + "iolent" + ], + [ + "Ġup", + "hold" + ], + [ + "ph", + "yl" + ], + [ + "Ġexp", + "anse" + ], + [ + "Ġform", + "ative" + ], + [ + "(\"", + "%" + ], + [ + "Ġt", + "igers" + ], + [ + "ur", + "us" + ], + [ + "Ġun", + "anim" + ], + [ + "ang", + "s" + ], + [ + "Ġsub", + "m" + ], + [ + "Ġlat", + "ency" + ], + [ + "yd", + "ia" + ], + [ + "Ġprest", + "ige" + ], + [ + "b", + "is" + ], + [ + "ĠG", + "iant" + ], + [ + "ph", + "ant" + ], + [ + "Ġconf", + "igure" + ], + [ + "Ġbusiness", + "man" + ], + [ + "abet", + "ics" + ], + [ + "Ġindex", + "ing" + ], + [ + "Car", + "bon" + ], + [ + "Str", + "ateg" + ], + [ + "Ġphylogen", + "etic" + ], + [ + "Ġnam", + "espace" + ], + [ + "0", + "12" + ], + [ + "Ġadm", + "iration" + ], + [ + "L", + "atin" + ], + [ + "os", + "ocial" + ], + [ + "ĠG", + "ap" + ], + [ + "Ġallow", + "ance" + ], + [ + "Ġbow", + "ls" + ], + [ + "Ġpilgrim", + "s" + ], + [ + "×Ļ", + "×" + ], + [ + "Ġprec", + "aution" + ], + [ + "Ġhar", + "bour" + ], + [ + "Ġor", + "ally" + ], + [ + "ĠLe", + "aves" + ], + [ + "Ġrh", + "yme" + ], + [ + "igraph", + "y" + ], + [ + "ĠConfeder", + "acy" + ], + [ + "Ġben", + "evol" + ], + [ + "ĠCal", + "if" + ], + [ + "Ġdisapp", + "ears" + ], + [ + "Ġreconstruct", + "ed" + ], + [ + "ĠM", + "ugh" + ], + [ + "ĠJ", + "O" + ], + [ + "Ġrep", + "eal" + ], + [ + "Ġinv", + "ading" + ], + [ + "He", + "at" + ], + [ + "Ġundergo", + "es" + ], + [ + "ĠIde", + "ally" + ], + [ + "ĠProb", + "ably" + ], + [ + "ĠB", + "in" + ], + [ + "ĠR", + "EM" + ], + [ + "ĠN", + "g" + ], + [ + "ĠJ", + "ung" + ], + [ + "Ġmar", + "bles" + ], + [ + "Ġpropos", + "ing" + ], + [ + "Ġf", + "oul" + ], + [ + "op", + "p" + ], + [ + "Ġpond", + "er" + ], + [ + "Ġquestionna", + "ires" + ], + [ + "ĠHV", + "AC" + ], + [ + "ĠA", + "gg" + ], + [ + "Ġret", + "al" + ], + [ + "Ġage", + "ing" + ], + [ + "Ġsynchron", + "ization" + ], + [ + "c", + "ursor" + ], + [ + "Ġn", + "as" + ], + [ + "Ġas", + "phalt" + ], + [ + "te", + "acher" + ], + [ + "ĠAl", + "m" + ], + [ + "Ġindustrial", + "ized" + ], + [ + "Ġfle", + "eting" + ], + [ + "Ġtempt", + "ing" + ], + [ + "ĠPs", + "alm" + ], + [ + "f", + "ib" + ], + [ + "Ġc", + "ried" + ], + [ + "ĠE", + "EG" + ], + [ + "Ġpl", + "aques" + ], + [ + "Ġmic", + "rom" + ], + [ + "ĠHar", + "vest" + ], + [ + "Ġimmun", + "ization" + ], + [ + "Ġha", + "voc" + ], + [ + "ĠL", + "or" + ], + [ + "are", + "rs" + ], + [ + "Ġun", + "resolved" + ], + [ + "Ġacc", + "laim" + ], + [ + "Ġsmall", + "pox" + ], + [ + "Ġpsych", + "otherapy" + ], + [ + "ĠAtt", + "end" + ], + [ + "B", + "rain" + ], + [ + "ter", + "min" + ], + [ + "ĠO", + "z" + ], + [ + "Ġun", + "not" + ], + [ + "Ġgra", + "ft" + ], + [ + "Ġminim", + "izes" + ], + [ + "ĠRat", + "io" + ], + [ + "C", + "a" + ], + [ + "h", + "all" + ], + [ + "er", + "ian" + ], + [ + "ĠK", + "au" + ], + [ + "Ġoccup", + "ying" + ], + [ + "ĠFA", + "Q" + ], + [ + "Ġescal", + "ate" + ], + [ + "ĠTob", + "acco" + ], + [ + "clin", + "ical" + ], + [ + "ĠASC", + "II" + ], + [ + "ĠR", + "ising" + ], + [ + "Ġsea", + "weed" + ], + [ + "Ġtheor", + "ists" + ], + [ + "ĠPray", + "er" + ], + [ + "F", + "il" + ], + [ + "et", + "z" + ], + [ + "ĠS", + "ense" + ], + [ + "Ġfl", + "oral" + ], + [ + "Ġgreat", + "ness" + ], + [ + "Ġeth", + "ic" + ], + [ + "st", + "ice" + ], + [ + "ĠE", + "quality" + ], + [ + "ip", + "ot" + ], + [ + "Ġco", + "ils" + ], + [ + "ĠInter", + "face" + ], + [ + "Ġpul", + "s" + ], + [ + "Ġlaun", + "ches" + ], + [ + "Ġpel", + "vis" + ], + [ + "ĠOrig", + "ins" + ], + [ + "Init", + "ial" + ], + [ + "ov", + "ari" + ], + [ + "olic", + "y" + ], + [ + "ly", + "sis" + ], + [ + "Ġg", + "ing" + ], + [ + "ĠA", + "ging" + ], + [ + "oy", + "a" + ], + [ + "Ġbi", + "ologically" + ], + [ + "Ġexqu", + "isite" + ], + [ + "C", + "amp" + ], + [ + "ĠThe", + "m" + ], + [ + "Ġpl", + "at" + ], + [ + "ruct", + "ures" + ], + [ + "Ġfund", + "raising" + ], + [ + "Ġbed", + "ding" + ], + [ + "Ġcaps", + "ules" + ], + [ + "G", + "F" + ], + [ + "J", + "ac" + ], + [ + "e", + "fficiency" + ], + [ + "Ä", + "į" + ], + [ + "ĠR", + "oth" + ], + [ + "Ġyoung", + "sters" + ], + [ + "ĠKenn", + "eth" + ], + [ + "d", + "ead" + ], + [ + "ĠN", + "M" + ], + [ + "Ġvis", + "cos" + ], + [ + "ĠAn", + "ch" + ], + [ + "Ġhydroc", + "arbons" + ], + [ + "p", + "ages" + ], + [ + "Ġcl", + "ash" + ], + [ + "cell", + "aneous" + ], + [ + "ĠLiter", + "ary" + ], + [ + "Ġpert", + "inent" + ], + [ + "Never", + "theless" + ], + [ + "or", + "r" + ], + [ + "ĠS", + "yl" + ], + [ + "Ġha", + "pl" + ], + [ + "ĠG", + "rad" + ], + [ + "be", + "havior" + ], + [ + "Cont", + "rol" + ], + [ + "Ġcloud", + "y" + ], + [ + "ĠSpe", + "aking" + ], + [ + "Ġplag", + "ued" + ], + [ + "Ġwild", + "fire" + ], + [ + "Ġmyth", + "ological" + ], + [ + "ynt", + "hetic" + ], + [ + "Ġ(", + ")" + ], + [ + "ĠM", + "ang" + ], + [ + "ĠM", + "otion" + ], + [ + "ĠL", + "ayer" + ], + [ + "ec", + "ed" + ], + [ + "Ġemb", + "ro" + ], + [ + "ĠĠĠĠĠĠĠĠ", + "ĠĠ" + ], + [ + "Ġcircum", + "c" + ], + [ + "Ġinsect", + "icide" + ], + [ + "Ġcort", + "ic" + ], + [ + "or", + "able" + ], + [ + "ĠB", + "av" + ], + [ + "ash", + "a" + ], + [ + "Ġconting", + "ency" + ], + [ + "Ġremem", + "bers" + ], + [ + "ĠElse", + "vier" + ], + [ + "R", + "ussian" + ], + [ + "e", + "ch" + ], + [ + "h", + "ov" + ], + [ + "m", + "ode" + ], + [ + "t", + "ypically" + ], + [ + "ain", + "er" + ], + [ + "ces", + "ter" + ], + [ + "Ġcomm", + "ence" + ], + [ + "Ġam", + "use" + ], + [ + "Ġcompet", + "itor" + ], + [ + "Scient", + "ific" + ], + [ + "U", + "B" + ], + [ + "g", + "old" + ], + [ + "ip", + "ing" + ], + [ + "Ġtooth", + "brush" + ], + [ + "N", + "I" + ], + [ + "ĠLu", + "cy" + ], + [ + "Ġdiscrimin", + "atory" + ], + [ + "ĠSt", + "rength" + ], + [ + "Ġbl", + "unt" + ], + [ + "Ġext", + "ant" + ], + [ + "Ġsyn", + "agogue" + ], + [ + "Ġcompos", + "ers" + ], + [ + "ĠSeed", + "s" + ], + [ + "ĠLiver", + "pool" + ], + [ + "ĠB", + "og" + ], + [ + "orks", + "hire" + ], + [ + "Ġeld", + "est" + ], + [ + "Ġcaterpill", + "ars" + ], + [ + "C", + "ould" + ], + [ + "ord", + "ering" + ], + [ + "Ġhapp", + "ily" + ], + [ + "Ġlibr", + "arian" + ], + [ + "Start", + "ing" + ], + [ + "Ġpyram", + "ids" + ], + [ + "ard", + "on" + ], + [ + "ĠForm", + "ula" + ], + [ + "Ġfu", + "zzy" + ], + [ + "Tra", + "ditional" + ], + [ + "Ġdimin", + "ishing" + ], + [ + "Ġpengu", + "ins" + ], + [ + "Ġarter", + "ial" + ], + [ + "Ġair", + "planes" + ], + [ + "ĠNum", + "erous" + ], + [ + "IO", + "NAL" + ], + [ + "Ġf", + "use" + ], + [ + "Ġf", + "onts" + ], + [ + "ĠD", + "H" + ], + [ + "Ġcomm", + "ute" + ], + [ + "com", + "pet" + ], + [ + "ards", + "hips" + ], + [ + "Ġshed", + "s" + ], + [ + "Ġgreet", + "ed" + ], + [ + "w", + "aves" + ], + [ + "Ġc", + "amel" + ], + [ + "Ġl", + "ust" + ], + [ + "ĠJ", + "M" + ], + [ + "Ġbus", + "hes" + ], + [ + "ER", + "D" + ], + [ + "ĠWil", + "helm" + ], + [ + "ĠOtt", + "o" + ], + [ + "ĠTitan", + "ic" + ], + [ + "Ġh", + "ottest" + ], + [ + "Ġdefend", + "ers" + ], + [ + "ĠG", + "B" + ], + [ + "Ġdirect", + "ive" + ], + [ + "Ġhold", + "ings" + ], + [ + "Ġadhes", + "ive" + ], + [ + "C", + "at" + ], + [ + "t", + "reatment" + ], + [ + "ad", + "apt" + ], + [ + "tim", + "estamp" + ], + [ + "E", + "ating" + ], + [ + "t", + "ax" + ], + [ + "in", + "ite" + ], + [ + "ĠY", + "u" + ], + [ + "Ġphr", + "asing" + ], + [ + "Ġtele", + "graph" + ], + [ + "function", + "al" + ], + [ + "ĠLeon", + "ard" + ], + [ + "ĠI", + "A" + ], + [ + "ad", + "ors" + ], + [ + "ond", + "e" + ], + [ + "Ġexper", + "iential" + ], + [ + "the", + "real" + ], + [ + "ĠUN", + "ICEF" + ], + [ + "Ġbankrupt", + "cy" + ], + [ + "n", + "is" + ], + [ + "Ġt", + "renches" + ], + [ + "Ġen", + "semble" + ], + [ + "Ġnight", + "time" + ], + [ + "Ġpal", + "ette" + ], + [ + "Ġsight", + "ings" + ], + [ + "Ġov", + "aries" + ], + [ + "Ġprol", + "ific" + ], + [ + "Ġmiscon", + "ception" + ], + [ + "Ġflee", + "ing" + ], + [ + "ĠOpportun", + "ity" + ], + [ + "Ġdisg", + "ust" + ], + [ + "ess", + "im" + ], + [ + "Ġarr", + "anging" + ], + [ + "ĠBelg", + "ian" + ], + [ + "Ġdisreg", + "ard" + ], + [ + "l", + "ayer" + ], + [ + "Ġsp", + "onge" + ], + [ + "Ġbra", + "very" + ], + [ + "Ġmotiv", + "ates" + ], + [ + "Ġpan", + "or" + ], + [ + "Ġpair", + "ing" + ], + [ + "asp", + "berry" + ], + [ + "Ġá", + "¼" + ], + [ + "p", + "ound" + ], + [ + "Ġe", + "ukary" + ], + [ + "Ġdri", + "p" + ], + [ + "Ġrecon", + "nect" + ], + [ + "F", + "ort" + ], + [ + "t", + "ens" + ], + [ + "Ġsh", + "red" + ], + [ + "Ġover", + "ride" + ], + [ + "att", + "ers" + ], + [ + "Ġstream", + "lined" + ], + [ + "Ġarbitr", + "arily" + ], + [ + "ĠP", + "engu" + ], + [ + "Ġve", + "il" + ], + [ + "Ġsl", + "ang" + ], + [ + "Ġnegot", + "iated" + ], + [ + "Ġmascul", + "ine" + ], + [ + "ert", + "ools" + ], + [ + "ĠAt", + "omic" + ], + [ + "Ġimperfect", + "ions" + ], + [ + "Ġsuprem", + "acy" + ], + [ + "ĠPunj", + "ab" + ], + [ + "E", + "c" + ], + [ + "ever", + "se" + ], + [ + "Ġcris", + "p" + ], + [ + "Ġdisapp", + "earing" + ], + [ + "Ġoverth", + "row" + ], + [ + "S", + "ample" + ], + [ + "im", + "on" + ], + [ + "Ġemp", + "ires" + ], + [ + "Ġthr", + "illed" + ], + [ + "Cal", + "cul" + ], + [ + "Ġrod", + "ent" + ], + [ + "Ġrectang", + "les" + ], + [ + "w", + "ash" + ], + [ + "Orig", + "in" + ], + [ + "Ġslic", + "ing" + ], + [ + "ĠCass", + "ini" + ], + [ + "Prim", + "ary" + ], + [ + "Ġle", + "th" + ], + [ + "Ġanaly", + "zes" + ], + [ + "CO", + "S" + ], + [ + "Ġperm", + "iss" + ], + [ + "Ġpresum", + "ed" + ], + [ + "ĠInvent", + "ory" + ], + [ + "F", + "ield" + ], + [ + "ĠD", + "ol" + ], + [ + "ĠR", + "osa" + ], + [ + "com", + "ings" + ], + [ + "Ġcult", + "ured" + ], + [ + "I", + "ron" + ], + [ + "is", + "ance" + ], + [ + "ro", + "ids" + ], + [ + "st", + "roke" + ], + [ + "Ġal", + "arms" + ], + [ + "Ġpl", + "aint" + ], + [ + "Ġbeh", + "old" + ], + [ + "Ġmus", + "cul" + ], + [ + "Ġgrand", + "son" + ], + [ + "Ġoun", + "ce" + ], + [ + "b", + "ore" + ], + [ + "Ġm", + "alt" + ], + [ + "od", + "or" + ], + [ + "Ġtre", + "k" + ], + [ + "c", + "ategory" + ], + [ + "om", + "at" + ], + [ + "et", + "c" + ], + [ + "Ġdis", + "ob" + ], + [ + "ind", + "ependent" + ], + [ + "Ġar", + "te" + ], + [ + "Ġsc", + "rat" + ], + [ + "Ġwrap", + "s" + ], + [ + "G", + "IS" + ], + [ + "Ġb", + "ison" + ], + [ + "Ġmed", + "iation" + ], + [ + "Ġstar", + "ter" + ], + [ + "Ġresist", + "ed" + ], + [ + "Ġillumin", + "ate" + ], + [ + "ĠConserv", + "ancy" + ], + [ + "C", + "auses" + ], + [ + "ĠC", + "hest" + ], + [ + "ĠIn", + "vol" + ], + [ + "ĠV", + "edic" + ], + [ + "hen", + "g" + ], + [ + "ĠDis", + "aster" + ], + [ + "Ġbroadcast", + "ing" + ], + [ + "ĠJoy", + "ce" + ], + [ + "ant", + "on" + ], + [ + "ĠW", + "arm" + ], + [ + "Ġbehav", + "es" + ], + [ + "Ġshad", + "ed" + ], + [ + "Ġalumin", + "ium" + ], + [ + "Y", + "P" + ], + [ + "tra", + "in" + ], + [ + "Ġc", + "ipher" + ], + [ + "ĠL", + "uis" + ], + [ + "ĠSt", + "roke" + ], + [ + "Ġac", + "ry" + ], + [ + "Ġapplic", + "ant" + ], + [ + ")^", + "(" + ], + [ + "Ġcaf", + "es" + ], + [ + "Ġdedu", + "ctive" + ], + [ + "e", + "res" + ], + [ + "Ġsc", + "are" + ], + [ + "ĠAugust", + "us" + ], + [ + "Ġrevolution", + "ized" + ], + [ + "Ġfreel", + "ance" + ], + [ + "R", + "andom" + ], + [ + "b", + "ard" + ], + [ + "ar", + "is" + ], + [ + "ĠA", + "e" + ], + [ + "per", + "ors" + ], + [ + "Ġun", + "used" + ], + [ + "bre", + "eding" + ], + [ + "found", + "er" + ], + [ + "ĠPil", + "grim" + ], + [ + "Ġassim", + "ilation" + ], + [ + "r", + "unning" + ], + [ + "ĠM", + "V" + ], + [ + "ĠN", + "SA" + ], + [ + "ĠMont", + "y" + ], + [ + "Ġcellul", + "ose" + ], + [ + "ust", + "aining" + ], + [ + "Ġident", + "ifiable" + ], + [ + "26", + "5" + ], + [ + "ĠFore", + "sts" + ], + [ + "p", + "olitical" + ], + [ + "x", + "ml" + ], + [ + "Ġs", + "ank" + ], + [ + "ĠA", + "RE" + ], + [ + "ĠS", + "z" + ], + [ + "ĠS", + "ew" + ], + [ + "ĠIn", + "term" + ], + [ + "ph", + "i" + ], + [ + "Ġcontin", + "ual" + ], + [ + "Ġrad", + "iant" + ], + [ + "rad", + "ius" + ], + [ + "Ġadvantage", + "ous" + ], + [ + "Ġtoler", + "ated" + ], + [ + "ĠDiff", + "erences" + ], + [ + "Ġcomprom", + "ising" + ], + [ + "ĠJun", + "ior" + ], + [ + "ĠMillenn", + "ium" + ], + [ + "y", + "st" + ], + [ + "Ġtransition", + "ing" + ], + [ + "Ġpip", + "elines" + ], + [ + "m", + "are" + ], + [ + "al", + "ys" + ], + [ + "ĠC", + "lement" + ], + [ + "ab", + "ove" + ], + [ + "ĠB", + "achelor" + ], + [ + "Ġanim", + "ations" + ], + [ + "ï¬", + "ģ" + ], + [ + "Ġep", + "igen" + ], + [ + "urb", + "ed" + ], + [ + "Ġble", + "ed" + ], + [ + "ĠOper", + "ating" + ], + [ + "ethyl", + "ene" + ], + [ + "A", + "ud" + ], + [ + "L", + "iving" + ], + [ + "est", + "ablish" + ], + [ + "ĠB", + "ac" + ], + [ + "Ġcons", + "ortium" + ], + [ + "Ġind", + "ist" + ], + [ + "Ġconf", + "ronting" + ], + [ + "ĠInf", + "o" + ], + [ + "ĠHind", + "i" + ], + [ + "ĠT", + "on" + ], + [ + "ĠC", + "BS" + ], + [ + "ist", + "les" + ], + [ + "Ġhack", + "ing" + ], + [ + "Ġinterconnected", + "ness" + ], + [ + "Ġnew", + "com" + ], + [ + "Ġam", + "put" + ], + [ + "Ġcer", + "amics" + ], + [ + "Ġmars", + "hes" + ], + [ + "ĠM", + "ode" + ], + [ + "G", + "O" + ], + [ + "Ġb", + "un" + ], + [ + "ĠH", + "ello" + ], + [ + "Ġconc", + "ur" + ], + [ + "An", + "alysis" + ], + [ + "Ġheat", + "ers" + ], + [ + "Ġdiss", + "oci" + ], + [ + "Ġremark", + "ed" + ], + [ + "Ġgon", + "na" + ], + [ + "w", + "omen" + ], + [ + "nd", + "a" + ], + [ + "ing", + "o" + ], + [ + "app", + "er" + ], + [ + "ĠHi", + "roshima" + ], + [ + "Ġ", + "ip" + ], + [ + "ins", + "ki" + ], + [ + "Ġobs", + "essed" + ], + [ + "Ġjud", + "ging" + ], + [ + "ĠTown", + "ship" + ], + [ + "Ġseg", + "regated" + ], + [ + "Ġpir", + "ates" + ], + [ + "Ġcar", + "vings" + ], + [ + "Ġrepair", + "ing" + ], + [ + "Ġalloc", + "ating" + ], + [ + "Ġelig", + "ibility" + ], + [ + "b", + "ringing" + ], + [ + "ĠD", + "ros" + ], + [ + "Ġfact", + "ored" + ], + [ + "sub", + "string" + ], + [ + "rat", + "osthenes" + ], + [ + "Ġneurotransmit", + "ters" + ], + [ + "M", + "ont" + ], + [ + "n", + "ament" + ], + [ + "ch", + "ant" + ], + [ + "ĠG", + "rid" + ], + [ + "Ġfact", + "oring" + ], + [ + "Ġconf", + "isc" + ], + [ + "Ġbo", + "asts" + ], + [ + "Ġso", + "fter" + ], + [ + "G", + "reek" + ], + [ + "V", + "ar" + ], + [ + "Ġbook", + "let" + ], + [ + "ĠSS", + "L" + ], + [ + "Ġlogarith", + "mic" + ], + [ + "Ġb", + "rom" + ], + [ + "ĠM", + "igration" + ], + [ + "jo", + "ining" + ], + [ + "Ġisot", + "ope" + ], + [ + "ĠJour", + "ney" + ], + [ + "ur", + "ai" + ], + [ + "Ġhuman", + "kind" + ], + [ + "do", + "ing" + ], + [ + "sur", + "face" + ], + [ + "in", + "tern" + ], + [ + "Ġw", + "ishing" + ], + [ + "ĠEd", + "win" + ], + [ + "Ġhosp", + "itality" + ], + [ + "Ġdownload", + "ing" + ], + [ + "OC", + "s" + ], + [ + "Ġsecre", + "cy" + ], + [ + "ip", + "ly" + ], + [ + "ĠV", + "lad" + ], + [ + "Ġpic", + "nic" + ], + [ + "Ġli", + "abilities" + ], + [ + "en", + "os" + ], + [ + "ock", + "er" + ], + [ + "elf", + "th" + ], + [ + "Ġreject", + "ing" + ], + [ + "Ġwal", + "let" + ], + [ + "ĠBurn", + "s" + ], + [ + "Ġc", + "ogn" + ], + [ + "ur", + "ized" + ], + [ + "ĠF", + "requency" + ], + [ + "Ġsp", + "aring" + ], + [ + "Ġcl", + "aws" + ], + [ + "Ġsle", + "pt" + ], + [ + "ous", + "se" + ], + [ + "Ġhead", + "line" + ], + [ + "ĠMed", + "ium" + ], + [ + "ĠBack", + "ground" + ], + [ + "Ġsacrific", + "ing" + ], + [ + "ĠCert", + "ified" + ], + [ + "Ġopio", + "ids" + ], + [ + "Ġtransist", + "ors" + ], + [ + "Ġpred", + "ecessors" + ], + [ + "Ġsurvey", + "ing" + ], + [ + "ĠCard", + "inal" + ], + [ + "Ġf", + "olic" + ], + [ + "ĠP", + "OW" + ], + [ + "ĠUn", + "its" + ], + [ + "lo", + "om" + ], + [ + "craft", + "ed" + ], + [ + "ĠEc", + "ological" + ], + [ + "c", + "hemical" + ], + [ + "p", + "red" + ], + [ + "Ġc", + "uring" + ], + [ + "Ġl", + "eng" + ], + [ + "Ġmor", + "als" + ], + [ + "Ġelement", + "al" + ], + [ + "Ġdistinct", + "ly" + ], + [ + "Mart", + "in" + ], + [ + "t", + "ub" + ], + [ + "ĠH", + "ole" + ], + [ + "ĠL", + "if" + ], + [ + "ĠSt", + "ru" + ], + [ + "Ġseason", + "ality" + ], + [ + "ĠGra", + "duate" + ], + [ + "ĠModel", + "ing" + ], + [ + "ĠRepresent", + "ative" + ], + [ + "s", + "it" + ], + [ + "Pr", + "ice" + ], + [ + "Ġlip", + "ids" + ], + [ + "Ġlig", + "ament" + ], + [ + "F", + "rid" + ], + [ + "N", + "a" + ], + [ + "ur", + "acy" + ], + [ + "ess", + "es" + ], + [ + "ph", + "ysical" + ], + [ + "ĠSp", + "encer" + ], + [ + "Ġpoll", + "s" + ], + [ + "ĠQu", + "ad" + ], + [ + "Ġap", + "ex" + ], + [ + "ĠScot", + "ia" + ], + [ + "Ġh", + "ardships" + ], + [ + "ĠT", + "ah" + ], + [ + "Ġg", + "ait" + ], + [ + "Ġnecess", + "ities" + ], + [ + "ĠTe", + "leg" + ], + [ + "Ġalt", + "ru" + ], + [ + "Ġtro", + "op" + ], + [ + "ĠMa", + "o" + ], + [ + "ĠMechan", + "ical" + ], + [ + "Ġf", + "iss" + ], + [ + "Ġnot", + "ify" + ], + [ + "que", + "ous" + ], + [ + "Ġcon", + "duction" + ], + [ + "Ġant", + "it" + ], + [ + "Ġvigil", + "ant" + ], + [ + "ĠT", + "all" + ], + [ + "oc", + "he" + ], + [ + "ivid", + "ing" + ], + [ + "ĠEx", + "cept" + ], + [ + "Ġevident", + "ly" + ], + [ + "ĠAur", + "ora" + ], + [ + "Ġrefres", + "hing" + ], + [ + "C", + "apt" + ], + [ + "d", + "atabase" + ], + [ + "p", + "x" + ], + [ + "Ġl", + "ament" + ], + [ + "ĠW", + "ITH" + ], + [ + "ĠY", + "ose" + ], + [ + "sub", + "ject" + ], + [ + "ĠLeg", + "end" + ], + [ + "Ġprincip", + "ally" + ], + [ + "ĠCau", + "chy" + ], + [ + "C", + "redit" + ], + [ + "M", + "iddle" + ], + [ + "ĠR", + "anch" + ], + [ + "Ġcar", + "ving" + ], + [ + "Ġmood", + "s" + ], + [ + "ĠImm", + "igration" + ], + [ + "Ġenvision", + "ed" + ], + [ + "ĠA", + "ry" + ], + [ + "op", + "ausal" + ], + [ + "ĠW", + "orth" + ], + [ + "Ġpersist", + "ed" + ], + [ + "UN", + "T" + ], + [ + "B", + "ody" + ], + [ + "ent", + "ional" + ], + [ + "Ġhe", + "aled" + ], + [ + "Ġcut", + "tings" + ], + [ + "ha", + "ul" + ], + [ + "Ġautom", + "ate" + ], + [ + "ĠAst", + "hma" + ], + [ + "Ġtherm", + "ometer" + ], + [ + "ĠGalax", + "y" + ], + [ + "d", + "p" + ], + [ + "ĠW", + "ake" + ], + [ + "Ġdirect", + "s" + ], + [ + "Ġterm", + "ites" + ], + [ + "22", + "6" + ], + [ + "ĠMan", + "ila" + ], + [ + "Ġwest", + "ward" + ], + [ + "Ġsell", + "er" + ], + [ + "sk", + "irts" + ], + [ + "ĠNic", + "arag" + ], + [ + "Ġo", + "sm" + ], + [ + "Ġbefore", + "hand" + ], + [ + "Ġemp", + "ath" + ], + [ + "ĠMor", + "al" + ], + [ + "Ġsem", + "inar" + ], + [ + "Ġvan", + "ished" + ], + [ + "f", + "orth" + ], + [ + "is", + "ec" + ], + [ + "or", + "neys" + ], + [ + "ĠC", + "opy" + ], + [ + "Ġreport", + "ers" + ], + [ + "Ġfulf", + "il" + ], + [ + "cap", + "acity" + ], + [ + "Ġmisunder", + "stood" + ], + [ + "F", + "oot" + ], + [ + "Ġd", + "are" + ], + [ + "um", + "ann" + ], + [ + "Ġres", + "iding" + ], + [ + "Ġfil", + "ament" + ], + [ + "ab", + "l" + ], + [ + "ĠE", + "fficiency" + ], + [ + "Ġsh", + "ingles" + ], + [ + "ĠN", + "u" + ], + [ + "Ġlux", + "urious" + ], + [ + "cap", + "ital" + ], + [ + "Ġb", + "ait" + ], + [ + "Ġcens", + "orship" + ], + [ + "ĠShan", + "ghai" + ], + [ + "ĠB", + "es" + ], + [ + "ĠH", + "amb" + ], + [ + "ĠCon", + "cepts" + ], + [ + "Ch", + "anges" + ], + [ + "Ġintense", + "ly" + ], + [ + "Ġell", + "iptical" + ], + [ + "ĠFer", + "dinand" + ], + [ + "al", + "amus" + ], + [ + "st", + "ri" + ], + [ + "if", + "ix" + ], + [ + "eth", + "nic" + ], + [ + "Ġdec", + "iduous" + ], + [ + "Ġant", + "agonist" + ], + [ + "ĠBar", + "ack" + ], + [ + "Sub", + "ject" + ], + [ + "ĠM", + "asters" + ], + [ + "ĠG", + "ö" + ], + [ + "know", + "ledge" + ], + [ + "lim", + "it" + ], + [ + "with", + "in" + ], + [ + "Ġmour", + "ning" + ], + [ + "ong", + "o" + ], + [ + "Ġfl", + "ashes" + ], + [ + "Ġgener", + "osity" + ], + [ + "land", + "ers" + ], + [ + "Ġserv", + "ings" + ], + [ + "Ġru", + "ined" + ], + [ + "G", + "r" + ], + [ + "Ġdr", + "ums" + ], + [ + "rap", + "e" + ], + [ + "ID", + "s" + ], + [ + "Ġhabit", + "able" + ], + [ + "ĠExp", + "ression" + ], + [ + "Ġpediatric", + "ian" + ], + [ + "Ġpier", + "cing" + ], + [ + "O", + "ffic" + ], + [ + "Ġp", + "g" + ], + [ + "ens", + "ation" + ], + [ + "Ġinhib", + "its" + ], + [ + "Ġdevast", + "ation" + ], + [ + "ĠHyd", + "rogen" + ], + [ + "Ġr", + "anch" + ], + [ + "art", + "e" + ], + [ + "In", + "sufficient" + ], + [ + "ĠAssoci", + "ates" + ], + [ + "Ġkn", + "ights" + ], + [ + "Ġgrass", + "land" + ], + [ + "ĠMain", + "tain" + ], + [ + "Ġtact", + "ic" + ], + [ + "ĠJo", + "an" + ], + [ + "Ġmes", + "othelioma" + ], + [ + "Ġs", + "ir" + ], + [ + "Ġearth", + "ly" + ], + [ + "ĠMa", + "ori" + ], + [ + "ĠBur", + "ke" + ], + [ + "Ġl", + "upus" + ], + [ + "ĠM", + "N" + ], + [ + "ĠD", + "ermat" + ], + [ + "ĠConserv", + "ative" + ], + [ + "T", + "ell" + ], + [ + "g", + "ress" + ], + [ + "Ġw", + "izard" + ], + [ + "Ġhum", + "orous" + ], + [ + "Ġaw", + "ful" + ], + [ + "Ġcr", + "ush" + ], + [ + "Ġshare", + "holders" + ], + [ + "ĠCP", + "R" + ], + [ + "Ġwise", + "ly" + ], + [ + "c", + "ence" + ], + [ + "n", + "ets" + ], + [ + "Ġnan", + "otechnology" + ], + [ + "hett", + "o" + ], + [ + "k", + "u" + ], + [ + "Ġg", + "rease" + ], + [ + "ĠDe", + "af" + ], + [ + "ĠHigh", + "light" + ], + [ + "Ġspons", + "or" + ], + [ + "Ġpill", + "ar" + ], + [ + "Ġbloss", + "oms" + ], + [ + "Ġpl", + "ac" + ], + [ + "sy", + "m" + ], + [ + "40", + "4" + ], + [ + "22", + "9" + ], + [ + "23", + "9" + ], + [ + "ĠLo", + "op" + ], + [ + "Ġsubmit", + "ting" + ], + [ + "Ġdisagree", + "ments" + ], + [ + "F", + "lu" + ], + [ + "Ġc", + "ue" + ], + [ + "ar", + "ine" + ], + [ + "ĠC", + "ay" + ], + [ + "Ġpro", + "w" + ], + [ + "24", + "2" + ], + [ + "ĠInf", + "rastructure" + ], + [ + "Ġappeal", + "ed" + ], + [ + "ĠKind", + "ergarten" + ], + [ + "Ġelong", + "ated" + ], + [ + "m", + "aps" + ], + [ + "ĠS", + "ame" + ], + [ + "Ġgener", + "als" + ], + [ + "Ġcondition", + "ed" + ], + [ + "Ġsweet", + "eners" + ], + [ + "Ġdeleg", + "ate" + ], + [ + "Ġtempt", + "ed" + ], + [ + "Ġouts", + "iders" + ], + [ + "oske", + "letal" + ], + [ + "R", + "ange" + ], + [ + "m", + "ot" + ], + [ + "ar", + "ius" + ], + [ + "ia", + "o" + ], + [ + "pect", + "s" + ], + [ + "Ġmult", + "icultural" + ], + [ + "Ġincom", + "patible" + ], + [ + "Ġdesper", + "ately" + ], + [ + "Ġt", + "k" + ], + [ + "Ġe", + "thereal" + ], + [ + "ate", + "ch" + ], + [ + "Ġprocess", + "ion" + ], + [ + "NA", + "T" + ], + [ + "ĠApp", + "lying" + ], + [ + "He", + "art" + ], + [ + "Ġmotiv", + "ating" + ], + [ + "kins", + "on" + ], + [ + "ucl", + "id" + ], + [ + "Ġtrop", + "ics" + ], + [ + "E", + "r" + ], + [ + "Ġd", + "yn" + ], + [ + "Ġman", + "or" + ], + [ + "ĠCh", + "ain" + ], + [ + "inc", + "hes" + ], + [ + "Ġeight", + "y" + ], + [ + "Ġantidepress", + "ants" + ], + [ + "ĠF", + "ib" + ], + [ + "ĠSp", + "ani" + ], + [ + "rel", + "igious" + ], + [ + "Ġliqu", + "or" + ], + [ + "Ġster", + "oids" + ], + [ + "ĠAccount", + "ing" + ], + [ + "format", + "ics" + ], + [ + "Ġrearr", + "ange" + ], + [ + "L", + "O" + ], + [ + "are", + "l" + ], + [ + "ĠO", + "H" + ], + [ + "ature", + "d" + ], + [ + "ĠAc", + "ute" + ], + [ + "Ġban", + "ner" + ], + [ + "ĠCast", + "ro" + ], + [ + "Ġconson", + "ant" + ], + [ + "Ġdiscrep", + "ancy" + ], + [ + "ĠNiñ", + "o" + ], + [ + "Ġviscos", + "ity" + ], + [ + "od", + "ied" + ], + [ + "Ġsent", + "iments" + ], + [ + "enc", + "ode" + ], + [ + "Ġassert", + "ive" + ], + [ + "ĠImplement", + "ing" + ], + [ + "Ġchop", + "ped" + ], + [ + "C", + "ivil" + ], + [ + "c", + "hel" + ], + [ + "ar", + "ial" + ], + [ + "ĠH", + "air" + ], + [ + "Ġdiscl", + "ose" + ], + [ + "C", + "r" + ], + [ + "Ġh", + "ides" + ], + [ + "Ġst", + "unt" + ], + [ + "ĠW", + "riters" + ], + [ + "Ġwas", + "ps" + ], + [ + "Ġprob", + "abilistic" + ], + [ + "IC", + "K" + ], + [ + "ĠTer", + "ror" + ], + [ + "Ġinsight", + "ful" + ], + [ + "ĠDig", + "est" + ], + [ + "ogly", + "ph" + ], + [ + "Ġcont", + "r" + ], + [ + "ĠRe", + "velation" + ], + [ + "Ġsuper", + "b" + ], + [ + "Ġhar", + "ms" + ], + [ + "Ġclot", + "ting" + ], + [ + "ĠM", + "ell" + ], + [ + "Ġab", + "r" + ], + [ + "Ġsc", + "ents" + ], + [ + "ĠK", + "as" + ], + [ + "Ġloc", + "king" + ], + [ + "ĠCon", + "nection" + ], + [ + "Ġtect", + "onic" + ], + [ + "ĠS", + "ullivan" + ], + [ + "ĠH", + "DL" + ], + [ + "Ġimped", + "ance" + ], + [ + "ong", + "s" + ], + [ + "Ġloc", + "ality" + ], + [ + "sh", + "ot" + ], + [ + "Ġrot", + "ational" + ], + [ + "Ġcos", + "ine" + ], + [ + "Ġdi", + "ode" + ], + [ + "Ġpray", + "ing" + ], + [ + "ĠMeasure", + "ment" + ], + [ + "Ġo", + "min" + ], + [ + "Ġel", + "k" + ], + [ + "Ġi", + "OS" + ], + [ + "Ġcompet", + "itiveness" + ], + [ + "ĠUs", + "age" + ], + [ + "ĠPart", + "ies" + ], + [ + "tra", + "umatic" + ], + [ + "Ġoverwhel", + "m" + ], + [ + "ĠPers", + "pectives" + ], + [ + "Ġturb", + "ulence" + ], + [ + "Ġorth", + "odont" + ], + [ + "Ġsurviv", + "or" + ], + [ + "Ġsw", + "ay" + ], + [ + "Ġmis", + "ery" + ], + [ + "Ġbul", + "ly" + ], + [ + "Ġtrain", + "ers" + ], + [ + "Ġpedag", + "ogical" + ], + [ + "n", + "ine" + ], + [ + "Ġimp", + "ract" + ], + [ + "ĠEx", + "erc" + ], + [ + "Ġnarrow", + "er" + ], + [ + "ĠMur", + "phy" + ], + [ + "ĠH", + "I" + ], + [ + "Ġout", + "skirts" + ], + [ + "To", + "o" + ], + [ + "ĠPat", + "terns" + ], + [ + "ĠJac", + "ques" + ], + [ + "ĠStev", + "ens" + ], + [ + "Ġneutr", + "ality" + ], + [ + "ĠPrag", + "ue" + ], + [ + "B", + "lock" + ], + [ + "ĠF", + "ergus" + ], + [ + "ĠR", + "oh" + ], + [ + "ĠDevelopment", + "al" + ], + [ + "ĠEst", + "ablishing" + ], + [ + "access", + "ed" + ], + [ + "Ġpri", + "zed" + ], + [ + "2", + "18" + ], + [ + "w", + "ana" + ], + [ + "ĠD", + "awn" + ], + [ + "ĠK", + "un" + ], + [ + "by", + "te" + ], + [ + "ĠTe", + "en" + ], + [ + "Ġcra", + "vings" + ], + [ + "cher", + "y" + ], + [ + "ĠEmploy", + "ees" + ], + [ + "Ġdemol", + "ished" + ], + [ + "Ġmultic", + "ol" + ], + [ + "ĠBro", + "oks" + ], + [ + "ĠLib", + "ya" + ], + [ + "Ġpropag", + "ate" + ], + [ + "at", + "omic" + ], + [ + "Ġg", + "re" + ], + [ + "Ġqu", + "int" + ], + [ + "Up", + "dated" + ], + [ + "Ġbloss", + "om" + ], + [ + "W", + "C" + ], + [ + "Ġf", + "ences" + ], + [ + "ĠUnder", + "ground" + ], + [ + "Ġfle", + "as" + ], + [ + "?", + "," + ], + [ + "M", + "ur" + ], + [ + "it", + "ize" + ], + [ + "Ġcur", + "ator" + ], + [ + "ĠSan", + "ct" + ], + [ + "Ġadm", + "ired" + ], + [ + "Ġlawn", + "s" + ], + [ + "Ġlar", + "val" + ], + [ + "Ġdel", + "ic" + ], + [ + "Ġwat", + "ts" + ], + [ + "Ġghost", + "s" + ], + [ + "3", + "15" + ], + [ + "Ġf", + "ir" + ], + [ + "Ġcomput", + "ations" + ], + [ + "ĠRel", + "ief" + ], + [ + "ĠAR", + "T" + ], + [ + "ĠCard", + "i" + ], + [ + "st", + "aff" + ], + [ + "ch", + "at" + ], + [ + "ĠS", + "ask" + ], + [ + "Ġparticip", + "atory" + ], + [ + "cast", + "s" + ], + [ + "Ġlaugh", + "ing" + ], + [ + "Ġfox", + "es" + ], + [ + "ĠW", + "alt" + ], + [ + "Ġpass", + "port" + ], + [ + "ĠCon", + "n" + ], + [ + "ĠApp", + "arently" + ], + [ + "Us", + "ually" + ], + [ + "\"\"", + "\"" + ], + [ + "Ġsho", + "vel" + ], + [ + "ç", + "ļ" + ], + [ + "he", + "mer" + ], + [ + "00", + "5" + ], + [ + "Ġcost", + "umes" + ], + [ + "ĠKe", + "ith" + ], + [ + "comm", + "and" + ], + [ + "ĠRav", + "ens" + ], + [ + "4", + "30" + ], + [ + "f", + "ilt" + ], + [ + "Ġe", + "tym" + ], + [ + "Ġl", + "ax" + ], + [ + "ĠâĢľ", + "â̦" + ], + [ + "ĠAr", + "gument" + ], + [ + "Ġimpro", + "v" + ], + [ + "Ġconver", + "ter" + ], + [ + "aly", + "pt" + ], + [ + "amb", + "a" + ], + [ + "Ġcentrif", + "ug" + ], + [ + ":", + "%" + ], + [ + "id", + "ered" + ], + [ + "Ġinf", + "used" + ], + [ + "Ġauthor", + "itarian" + ], + [ + "Ġcounter", + "act" + ], + [ + "obacter", + "ia" + ], + [ + "Ġindul", + "ge" + ], + [ + "l", + "ost" + ], + [ + "Ġst", + "all" + ], + [ + "ĠL", + "ength" + ], + [ + "iqu", + "ette" + ], + [ + "Wh", + "atever" + ], + [ + "Ġcollabor", + "ators" + ], + [ + "imp", + "act" + ], + [ + "ĠAnglic", + "an" + ], + [ + "Ġdiaphrag", + "m" + ], + [ + "A", + "part" + ], + [ + "Ġmod", + "ulation" + ], + [ + "Ġmed", + "al" + ], + [ + "ĠJeff", + "rey" + ], + [ + "Ġharness", + "ing" + ], + [ + "supp", + "ort" + ], + [ + "Ġow", + "ls" + ], + [ + "it", + "ates" + ], + [ + "Ġint", + "ends" + ], + [ + "ia", + "z" + ], + [ + "Ġinter", + "im" + ], + [ + "ĠIs", + "le" + ], + [ + "ĠÏ", + "Ħ" + ], + [ + "Ġhomeless", + "ness" + ], + [ + "Ġinnoc", + "ence" + ], + [ + "Ġint", + "ers" + ], + [ + "urop", + "a" + ], + [ + "Ġsuper", + "conduct" + ], + [ + "Ġconjug", + "ate" + ], + [ + "Ġm", + "oles" + ], + [ + "Ġlit", + "igation" + ], + [ + "Ġpath", + "ological" + ], + [ + "ĠGe", + "ology" + ], + [ + "Ġconduct", + "ive" + ], + [ + "Ġnorth", + "western" + ], + [ + "stud", + "y" + ], + [ + "l", + "ich" + ], + [ + "p", + "u" + ], + [ + "or", + "ator" + ], + [ + "ĠH", + "off" + ], + [ + "Ġr", + "ipple" + ], + [ + "ĠE", + "z" + ], + [ + "ĠWeb", + "b" + ], + [ + "ĠPers", + "pective" + ], + [ + "Ġdich", + "otomy" + ], + [ + "H", + "ung" + ], + [ + "ä", + "º" + ], + [ + "ĠK", + "et" + ], + [ + "imes", + "ter" + ], + [ + "ern", + "er" + ], + [ + "ĠSpir", + "itual" + ], + [ + "aryn", + "x" + ], + [ + "G", + "rade" + ], + [ + "U", + "CT" + ], + [ + "ĠC", + "AR" + ], + [ + "ĠC", + "ran" + ], + [ + "um", + "i" + ], + [ + "ĠH", + "ers" + ], + [ + "Ġgl", + "or" + ], + [ + "ĠBas", + "ics" + ], + [ + "S", + "ex" + ], + [ + "Ġc", + "f" + ], + [ + "Ġst", + "if" + ], + [ + "ĠExcell", + "ence" + ], + [ + "ĠPregn", + "ancy" + ], + [ + "Ġcolloqu", + "ial" + ], + [ + "3", + "45" + ], + [ + "Ġl", + "iar" + ], + [ + "ĠE", + "rie" + ], + [ + "our", + "ced" + ], + [ + "Ġover", + "use" + ], + [ + "Ġrem", + "od" + ], + [ + "Ġinter", + "sections" + ], + [ + "Ġpol", + "ite" + ], + [ + "esp", + "erson" + ], + [ + "24", + "1" + ], + [ + "24", + "3" + ], + [ + "S", + "axon" + ], + [ + "Ġhe", + "els" + ], + [ + "ĠE", + "dd" + ], + [ + "Ġsaf", + "est" + ], + [ + "Ġfavor", + "ites" + ], + [ + "ĠLore", + "n" + ], + [ + "Î", + "³" + ], + [ + "ĠT", + "ip" + ], + [ + "ĠT", + "opic" + ], + [ + "Ġpl", + "ight" + ], + [ + "Ġflow", + "ed" + ], + [ + "Ġobserv", + "atory" + ], + [ + "ĠMain", + "tenance" + ], + [ + "ĠP", + "BS" + ], + [ + "Ġem", + "blem" + ], + [ + "ĠCon", + "cent" + ], + [ + "ĠFr", + "anz" + ], + [ + "22", + "7" + ], + [ + "Ġspect", + "roscopy" + ], + [ + "Ġnob", + "les" + ], + [ + "dig", + "ital" + ], + [ + "Ġcounterar", + "guments" + ], + [ + "F", + "eed" + ], + [ + "ĠB", + "B" + ], + [ + "Ġdel", + "ine" + ], + [ + "ĠCan", + "on" + ], + [ + "Con", + "text" + ], + [ + "Ġdecor", + "ate" + ], + [ + "Ġpharm", + "acy" + ], + [ + "Ġtort", + "oise" + ], + [ + "Ġdwell", + "ings" + ], + [ + "ĠS", + "ieve" + ], + [ + "per", + "haps" + ], + [ + "Ġuns", + "ustainable" + ], + [ + "Ġdent", + "istry" + ], + [ + "Ġov", + "ulation" + ], + [ + "Ġrec", + "ons" + ], + [ + "ĠY", + "orkshire" + ], + [ + "Ġfl", + "amm" + ], + [ + "Ġobserv", + "able" + ], + [ + "78", + "9" + ], + [ + "Ġnarrow", + "ed" + ], + [ + "Ġtut", + "oring" + ], + [ + "Ġverte", + "brates" + ], + [ + "hoe", + "a" + ], + [ + "Ġg", + "oss" + ], + [ + "Ġbre", + "aches" + ], + [ + "ĠCons", + "ortium" + ], + [ + "ĠAss", + "uming" + ], + [ + "ĠDep", + "uty" + ], + [ + "ĠDocu", + "ments" + ], + [ + "Ġepidem", + "iology" + ], + [ + "ĠNex", + "us" + ], + [ + "Ġc", + "ac" + ], + [ + "ĠL", + "t" + ], + [ + "ĠEthiop", + "ian" + ], + [ + "f", + "arm" + ], + [ + "id", + "ine" + ], + [ + "ĠW", + "ellington" + ], + [ + "Ġsp", + "ong" + ], + [ + "Ġsub", + "array" + ], + [ + "Ġ`", + "." + ], + [ + "Ġcur", + "ated" + ], + [ + "Ġgeneral", + "ization" + ], + [ + "zy", + "g" + ], + [ + "ĠBu", + "ilt" + ], + [ + "ais", + "er" + ], + [ + "Ġmaxim", + "izing" + ], + [ + "ĠWith", + "draw" + ], + [ + "Ġball", + "oons" + ], + [ + "ĠC", + "arr" + ], + [ + "Ġv", + "anish" + ], + [ + "Ġprof", + "iling" + ], + [ + "Ġimm", + "ature" + ], + [ + "ĠDev", + "ices" + ], + [ + "S", + "ources" + ], + [ + "c", + "as" + ], + [ + "ra", + "cies" + ], + [ + "Ġv", + "in" + ], + [ + "ĠP", + "hen" + ], + [ + "ĠK", + "ap" + ], + [ + "Ġvis", + "a" + ], + [ + "ID", + "E" + ], + [ + "ĠEd", + "gar" + ], + [ + "ĠKaz", + "akh" + ], + [ + "Ġcatal", + "ogue" + ], + [ + "5", + "20" + ], + [ + "L", + "ev" + ], + [ + "k", + "ed" + ], + [ + "Ġm", + "ixtures" + ], + [ + "ĠD", + "ES" + ], + [ + "ĠG", + "ut" + ], + [ + "ĠAs", + "per" + ], + [ + "Ġlat", + "ent" + ], + [ + "Ġund", + "en" + ], + [ + "Ġexhib", + "iting" + ], + [ + "ĠPat", + "tern" + ], + [ + "Ġmigr", + "ating" + ], + [ + "scient", + "ific" + ], + [ + "it", + "ious" + ], + [ + "ĠIm", + "ag" + ], + [ + "ĠLe", + "vi" + ], + [ + "Ġweaken", + "ing" + ], + [ + "Ġmuc", + "ous" + ], + [ + "Ġoverc", + "row" + ], + [ + "M", + "AN" + ], + [ + "om", + "ology" + ], + [ + "Ġrest", + "art" + ], + [ + "Ġfr", + "idge" + ], + [ + "he", + "on" + ], + [ + "og", + "as" + ], + [ + "Ġsl", + "ab" + ], + [ + "Ġsurv", + "ives" + ], + [ + "Ġconcl", + "usive" + ], + [ + "Ġbrand", + "ing" + ], + [ + "e", + "as" + ], + [ + "Â", + "±" + ], + [ + "Ġpar", + "aly" + ], + [ + "Ġinh", + "aled" + ], + [ + "Ġpresc", + "riptions" + ], + [ + "ĠAlb", + "any" + ], + [ + "j", + "et" + ], + [ + "ad", + "h" + ], + [ + "Ġr", + "ation" + ], + [ + "Ġgu", + "ild" + ], + [ + "Ġvol", + "atility" + ], + [ + "Ġcorrel", + "ate" + ], + [ + "Tra", + "vel" + ], + [ + "ĠRod", + "rig" + ], + [ + "il", + "ate" + ], + [ + "ĠW", + "heat" + ], + [ + "ĠF", + "olk" + ], + [ + "Ġspec", + "ulate" + ], + [ + "Ġsyll", + "ables" + ], + [ + "educ", + "ated" + ], + [ + "D", + "ear" + ], + [ + "am", + "pton" + ], + [ + "Ġsh", + "immer" + ], + [ + "ĠL", + "ac" + ], + [ + "Ġsal", + "ine" + ], + [ + "is", + "le" + ], + [ + "Ġm", + "oll" + ], + [ + "ĠP", + "tole" + ], + [ + "ark", + "ers" + ], + [ + "Ġdep", + "ort" + ], + [ + "ids", + "on" + ], + [ + "Ġshort", + "comings" + ], + [ + "Ex", + "ercise" + ], + [ + "Ġblo", + "ating" + ], + [ + "r", + "ists" + ], + [ + "ĠM", + "apping" + ], + [ + "ind", + "le" + ], + [ + "Ġart", + "isan" + ], + [ + "ĠAud", + "io" + ], + [ + "ĠC", + "rom" + ], + [ + "ĠC", + "ec" + ], + [ + "ĠB", + "agh" + ], + [ + "ĠPro", + "te" + ], + [ + "Ġhard", + "ened" + ], + [ + "Ġdu", + "plication" + ], + [ + "Ġfine", + "ly" + ], + [ + "Ġadm", + "its" + ], + [ + "Ġhydro", + "electric" + ], + [ + "Ġrefer", + "rals" + ], + [ + "ĠJos", + "é" + ], + [ + "O", + "UT" + ], + [ + "sent", + "ence" + ], + [ + "Ġatroc", + "ities" + ], + [ + "ĠPly", + "mouth" + ], + [ + "Ġn", + "asty" + ], + [ + "ĠT", + "X" + ], + [ + "Ġthin", + "ning" + ], + [ + "Not", + "Found" + ], + [ + "Ġvac", + "ant" + ], + [ + "ĠEp", + "ic" + ], + [ + "ĠScreen", + "ing" + ], + [ + "Ġo", + "wed" + ], + [ + "Ġext", + "rap" + ], + [ + "Ġfree", + "zer" + ], + [ + "Ġhands", + "ome" + ], + [ + "Ġrevers", + "ing" + ], + [ + "W", + "D" + ], + [ + "at", + "che" + ], + [ + "Ġis", + "chem" + ], + [ + "ĠG", + "rim" + ], + [ + "ĠJ", + "ain" + ], + [ + "Ġwork", + "outs" + ], + [ + "ĠCol", + "umn" + ], + [ + "Ġprop", + "el" + ], + [ + "AR", + "N" + ], + [ + "Com", + "ments" + ], + [ + "Num", + "bers" + ], + [ + "Ġbenefic", + "iaries" + ], + [ + "ĠGon", + "z" + ], + [ + "H", + "yp" + ], + [ + "ĠS", + "ak" + ], + [ + "ĠM", + "ans" + ], + [ + "mer", + "ge" + ], + [ + "Ġreg", + "istry" + ], + [ + "Ġpract", + "ise" + ], + [ + "oun", + "s" + ], + [ + "ĠCal", + "cium" + ], + [ + "ĠTrans", + "lation" + ], + [ + "!!", + "!" + ], + [ + "Ġwr", + "ath" + ], + [ + "usch", + "witz" + ], + [ + "r", + "ations" + ], + [ + "Ġor", + "chestra" + ], + [ + "ĠH", + "P" + ], + [ + "Ġincre", + "ments" + ], + [ + "Ġadvis", + "ors" + ], + [ + "Ù", + "ģ" + ], + [ + "st", + "ill" + ], + [ + "Ġair", + "flow" + ], + [ + "back", + "ed" + ], + [ + "in", + "ous" + ], + [ + "Ġm", + "ell" + ], + [ + "ĠP", + "est" + ], + [ + "int", + "ensity" + ], + [ + "Ġafford", + "ed" + ], + [ + "Ass", + "oci" + ], + [ + "ĠIndust", + "ries" + ], + [ + "Ġsprou", + "ts" + ], + [ + "N", + "P" + ], + [ + "Ġsk", + "ysc" + ], + [ + "Ġalcohol", + "ism" + ], + [ + "Ġquad", + "r" + ], + [ + "ĠMax", + "imum" + ], + [ + "Ġnewborn", + "s" + ], + [ + "ge", + "al" + ], + [ + "Ġres", + "ur" + ], + [ + "pr", + "imes" + ], + [ + "cl", + "ient" + ], + [ + "Ġrespond", + "ers" + ], + [ + "Ġdegen", + "erative" + ], + [ + "Ġsucc", + "umb" + ], + [ + "/", + "-" + ], + [ + "Ġc", + "ove" + ], + [ + "ĠP", + "T" + ], + [ + "22", + "8" + ], + [ + "Ġbreed", + "ers" + ], + [ + "ï¼", + "Į" + ], + [ + "Ġunnot", + "iced" + ], + [ + "w", + "y" + ], + [ + "en", + "burg" + ], + [ + "ĠM", + "ing" + ], + [ + "Ġreg", + "iments" + ], + [ + "Ġcorrect", + "ive" + ], + [ + "Ġcoinc", + "ide" + ], + [ + "G", + "rowing" + ], + [ + "00", + "7" + ], + [ + "Ġfac", + "ade" + ], + [ + "Ġey", + "ew" + ], + [ + "ĠDis", + "ability" + ], + [ + "ĠSol", + "ving" + ], + [ + "section", + "al" + ], + [ + "Ġcam", + "oufl" + ], + [ + "WH", + "AT" + ], + [ + "Ġslipp", + "ery" + ], + [ + "k", + "il" + ], + [ + "Ġm", + "L" + ], + [ + "Ġst", + "adium" + ], + [ + "Ġk", + "a" + ], + [ + "ang", + "i" + ], + [ + "oy", + "le" + ], + [ + "inc", + "reasing" + ], + [ + "ĠSh", + "a" + ], + [ + "Ġcourse", + "work" + ], + [ + "ĠPlan", + "ck" + ], + [ + "ael", + "ic" + ], + [ + "Ġintra", + "venous" + ], + [ + "ĠPom", + "pe" + ], + [ + "c", + "hens" + ], + [ + "ĠB", + "ound" + ], + [ + "erg", + "ies" + ], + [ + "Ġsymbol", + "izes" + ], + [ + "ĠAnt", + "ioch" + ], + [ + "Ġna", + "ive" + ], + [ + "ĠGaz", + "ette" + ], + [ + "H", + "ub" + ], + [ + "w", + "au" + ], + [ + "Ñ", + "ı" + ], + [ + "Ġs", + "her" + ], + [ + "is", + "i" + ], + [ + "Ġcl", + "erk" + ], + [ + "Ġten", + "ants" + ], + [ + "Ġdiss", + "olution" + ], + [ + "Ġcrafts", + "manship" + ], + [ + "Ġblacks", + "mith" + ], + [ + "Ġinvari", + "ably" + ], + [ + "y", + "rs" + ], + [ + "ĠRe", + "venue" + ], + [ + "ĠNe", + "ander" + ], + [ + "Ġboost", + "s" + ], + [ + "b", + "ohyd" + ], + [ + "um", + "bers" + ], + [ + "Ġtemper", + "ament" + ], + [ + "Ġsel", + "ves" + ], + [ + "en", + "ance" + ], + [ + "her", + "ing" + ], + [ + "ĠR", + "S" + ], + [ + "Ġstra", + "ined" + ], + [ + "Ġple", + "as" + ], + [ + "Ġblank", + "ets" + ], + [ + "Ġrib", + "s" + ], + [ + "ĠProtest", + "ants" + ], + [ + "Ġdessert", + "s" + ], + [ + "W", + "ords" + ], + [ + "re", + "z" + ], + [ + "ou", + "g" + ], + [ + "ter", + "bury" + ], + [ + "Ġout", + "patient" + ], + [ + "Ġmet", + "re" + ], + [ + "Ġfin", + "er" + ], + [ + "Ġmen", + "us" + ], + [ + "Ġneuro", + "deg" + ], + [ + "UL", + "T" + ], + [ + "Ġal", + "ot" + ], + [ + "our", + "ism" + ], + [ + "ĠK", + "id" + ], + [ + "Ġtrans", + "plants" + ], + [ + "Ġirrit", + "able" + ], + [ + "Ġterror", + "ists" + ], + [ + "Ġ(", + "âĢĺ" + ], + [ + "rou", + "se" + ], + [ + "ĠJ", + "R" + ], + [ + "Ġso", + "ber" + ], + [ + "rad", + "le" + ], + [ + "Ġox", + "ides" + ], + [ + "Com", + "paring" + ], + [ + "C", + "ancer" + ], + [ + "J", + "ack" + ], + [ + "ĠP", + "ret" + ], + [ + "ĠW", + "it" + ], + [ + "Ġun", + "available" + ], + [ + "amp", + "ered" + ], + [ + "erb", + "ai" + ], + [ + "Ġduct", + "s" + ], + [ + "ĠF", + "asc" + ], + [ + "ĠSu", + "z" + ], + [ + "ĠNG", + "O" + ], + [ + "Frid", + "ay" + ], + [ + "F", + "ROM" + ], + [ + "c", + "oll" + ], + [ + "h", + "yp" + ], + [ + "Ġout", + "fit" + ], + [ + "Ġro", + "asted" + ], + [ + "Ġpr", + "istine" + ], + [ + "Ġgeomet", + "ries" + ], + [ + "techn", + "ical" + ], + [ + "b", + "ons" + ], + [ + "it", + "as" + ], + [ + "ĠT", + "us" + ], + [ + "Ġlit", + "ers" + ], + [ + "Ġrev", + "ived" + ], + [ + "Ġprompt", + "ing" + ], + [ + "ĠInvest", + "igation" + ], + [ + "L", + "R" + ], + [ + "im", + "ages" + ], + [ + "Ġtax", + "payers" + ], + [ + "Ġinstit", + "utes" + ], + [ + "Ġagg", + "regation" + ], + [ + "Ġscr", + "atching" + ], + [ + "á¹", + "£" + ], + [ + "ĠRa", + "ises" + ], + [ + "Ġc", + "u" + ], + [ + "Ġprim", + "er" + ], + [ + "ĠInf", + "lamm" + ], + [ + "ĠArchae", + "ological" + ], + [ + "ĠMaced", + "onia" + ], + [ + "ĠHond", + "uras" + ], + [ + "ag", + "ging" + ], + [ + "Ġvisual", + "izing" + ], + [ + "Ġaqu", + "ifer" + ], + [ + "Qu", + "estions" + ], + [ + "Ġtermin", + "ate" + ], + [ + "Ġlecture", + "r" + ], + [ + "ĠYah", + "weh" + ], + [ + "t", + "yp" + ], + [ + "Ġd", + "unes" + ], + [ + "ĠE", + "vere" + ], + [ + "ĠD", + "J" + ], + [ + "25", + "4" + ], + [ + "Ġsuper", + "market" + ], + [ + "Ġfav", + "ors" + ], + [ + "ĠHaz", + "ard" + ], + [ + "ĠLud", + "wig" + ], + [ + "ra", + "cks" + ], + [ + "Ġcan", + "oe" + ], + [ + "Ġfun", + "nel" + ], + [ + "Ġdr", + "illed" + ], + [ + "Ġdom", + "est" + ], + [ + "cont", + "inent" + ], + [ + "Ġsophistic", + "ation" + ], + [ + "Ġwra", + "pping" + ], + [ + "Ġpupp", + "ies" + ], + [ + "ĠMesopotam", + "ia" + ], + [ + "ĠâĢľ", + "[" + ], + [ + "Ġeven", + "ings" + ], + [ + "Ġenc", + "odes" + ], + [ + "Ġharm", + "ing" + ], + [ + "as", + "ions" + ], + [ + "ĠH", + "ours" + ], + [ + "Ġmaster", + "ing" + ], + [ + "ĠOw", + "en" + ], + [ + "5", + "12" + ], + [ + "Ġpro", + "clamation" + ], + [ + "Ġmore", + "over" + ], + [ + "Ġrel", + "ocated" + ], + [ + "Ġper", + "oxide" + ], + [ + "Ġbas", + "kets" + ], + [ + "ote", + "ch" + ], + [ + "25", + "1" + ], + [ + "Ġpred", + "ation" + ], + [ + "ĠNe", + "olithic" + ], + [ + "ĠPat", + "ent" + ], + [ + "Ġunve", + "iled" + ], + [ + "Ġin", + "ception" + ], + [ + "ĠD", + "ust" + ], + [ + "50", + "1" + ], + [ + "ĠPr", + "ussia" + ], + [ + "load", + "s" + ], + [ + "load", + "ing" + ], + [ + "ĠTro", + "y" + ], + [ + "dem", + "and" + ], + [ + "ĠPV", + "C" + ], + [ + "ut", + "a" + ], + [ + "DA", + "Y" + ], + [ + "Ġbright", + "ly" + ], + [ + "ÃŃ", + "n" + ], + [ + "Reg", + "ardless" + ], + [ + "Ġdil", + "uted" + ], + [ + "ĠRay", + "mond" + ], + [ + "Ġbapt", + "ized" + ], + [ + "column", + "s" + ], + [ + "F", + "IG" + ], + [ + "T", + "ypically" + ], + [ + "ĠIn", + "valid" + ], + [ + "Ġsucceed", + "ing" + ], + [ + "ĠView", + "s" + ], + [ + "ĠMand", + "ela" + ], + [ + "ĠPubl", + "isher" + ], + [ + "Ġruth", + "less" + ], + [ + "s", + "aw" + ], + [ + "ĠSacrament", + "o" + ], + [ + "3", + "12" + ], + [ + "G", + "ard" + ], + [ + "Ġsp", + "am" + ], + [ + "Ġbl", + "ight" + ], + [ + "uc", + "alypt" + ], + [ + "Ġhand", + "made" + ], + [ + "isex", + "ual" + ], + [ + "'", + "`" + ], + [ + "ĠOut", + "side" + ], + [ + "ĠDet", + "ection" + ], + [ + "Ġcontradict", + "s" + ], + [ + "at", + "ars" + ], + [ + "Ġcl", + "oning" + ], + [ + "Ġtr", + "unks" + ], + [ + "ĠCl", + "iff" + ], + [ + "att", + "a" + ], + [ + "ĠKe", + "yn" + ], + [ + "gra", + "vity" + ], + [ + "Ġbull", + "ied" + ], + [ + "Ġhint", + "ing" + ], + [ + "ĠObject", + "s" + ], + [ + "ĠB", + "il" + ], + [ + "em", + "on" + ], + [ + "Ġnot", + "ifications" + ], + [ + "rad", + "or" + ], + [ + "Ġcrown", + "s" + ], + [ + "D", + "ict" + ], + [ + "Ġpl", + "asm" + ], + [ + "nes", + "ia" + ], + [ + "Ġske", + "w" + ], + [ + "Ġtor", + "ped" + ], + [ + "f", + "air" + ], + [ + "in", + "ox" + ], + [ + "ru", + "ed" + ], + [ + "Ġsub", + "strates" + ], + [ + "Ġcor", + "p" + ], + [ + "Ġsl", + "im" + ], + [ + "ĠEn", + "cyclop" + ], + [ + "Ġbit", + "wise" + ], + [ + "cast", + "le" + ], + [ + "burn", + "ing" + ], + [ + "Ġremn", + "ant" + ], + [ + "et", + "es" + ], + [ + "res", + "ults" + ], + [ + "par", + "alle" + ], + [ + "Ġsum", + "ming" + ], + [ + "Ġhere", + "in" + ], + [ + "dom", + "ain" + ], + [ + "ĠHen", + "ri" + ], + [ + "Austral", + "ia" + ], + [ + "Ġacron", + "ym" + ], + [ + "p", + "ron" + ], + [ + "op", + "edia" + ], + [ + "Ġpast", + "ures" + ], + [ + "Ġdark", + "est" + ], + [ + "Ġcapital", + "ize" + ], + [ + "Ġstir", + "ring" + ], + [ + "Ġsp", + "rays" + ], + [ + "Ġgr", + "im" + ], + [ + "Ġmanif", + "ests" + ], + [ + "Add", + "ress" + ], + [ + "gall", + "on" + ], + [ + "Ġintimid", + "ating" + ], + [ + "Ġd", + "end" + ], + [ + "ĠS", + "ession" + ], + [ + "Ġag", + "endas" + ], + [ + "Ġinvent", + "ors" + ], + [ + "Ġconce", + "aled" + ], + [ + "ĠRh", + "odes" + ], + [ + "Add", + "ing" + ], + [ + "Ġfright", + "ened" + ], + [ + ")", + "`." + ], + [ + "b", + "ie" + ], + [ + "p", + "ots" + ], + [ + "å", + "¤" + ], + [ + "Ļ", + "Ĥ" + ], + [ + "Ġpublic", + "ity" + ], + [ + "Ġmult", + "inational" + ], + [ + "Ġincl", + "ination" + ], + [ + "Ġlegisl", + "ators" + ], + [ + "ĠSalmon", + "ella" + ], + [ + "ĠIn", + "quiry" + ], + [ + "Ġcost", + "ing" + ], + [ + "ina", + "e" + ], + [ + "ĠPart", + "s" + ], + [ + "g", + "el" + ], + [ + "i", + "ya" + ], + [ + "×", + "ľ" + ], + [ + "is", + "ional" + ], + [ + "im", + "us" + ], + [ + "Ġhospital", + "ization" + ], + [ + "Ġdesert", + "ed" + ], + [ + "b", + "ows" + ], + [ + "m", + "ust" + ], + [ + "Ġcr", + "ashed" + ], + [ + "gen", + "erate" + ], + [ + "isc", + "opal" + ], + [ + "ĠDev", + "il" + ], + [ + "Spec", + "ific" + ], + [ + "Ġsne", + "ak" + ], + [ + "Ġmaj", + "ors" + ], + [ + "ĠWorkshe", + "et" + ], + [ + "Ġgr", + "ids" + ], + [ + "ĠPar", + "as" + ], + [ + "Ġexert", + "ed" + ], + [ + "el", + "o" + ], + [ + "ac", + "ia" + ], + [ + "Ġmon", + "soon" + ], + [ + "Ġmet", + "ro" + ], + [ + "ĠSh", + "rine" + ], + [ + "Ġpal", + "ate" + ], + [ + "Ġdoub", + "les" + ], + [ + "ĠB", + "un" + ], + [ + "Ġdis", + "like" + ], + [ + "gg", + "er" + ], + [ + "ĠSe", + "b" + ], + [ + "Ġmig", + "raines" + ], + [ + "Ġsumm", + "aries" + ], + [ + "Ġcondens", + "ation" + ], + [ + "ĠIs", + "les" + ], + [ + "Ġpropri", + "et" + ], + [ + "Ġlur", + "king" + ], + [ + "Ġi", + "i" + ], + [ + "cut", + "ting" + ], + [ + "Ġredund", + "ancy" + ], + [ + "Ġgig", + "antic" + ], + [ + "Ġstagn", + "ant" + ], + [ + "Ġcush", + "ion" + ], + [ + "G", + "rand" + ], + [ + "ĠC", + "raw" + ], + [ + "ect", + "s" + ], + [ + "ĠK", + "S" + ], + [ + "ĠAr", + "r" + ], + [ + "ĠNor", + "folk" + ], + [ + "Ġdys", + "lexia" + ], + [ + "Ġgly", + "ph" + ], + [ + "Ġt", + "andem" + ], + [ + "Ġf", + "als" + ], + [ + "ise", + "ase" + ], + [ + "sw", + "ick" + ], + [ + "Ġamb", + "assador" + ], + [ + "Ġvent", + "ures" + ], + [ + "Ġfootprint", + "s" + ], + [ + "3", + "21" + ], + [ + "ĠJ", + "ak" + ], + [ + "Ġloc", + "ating" + ], + [ + "Ġel", + "oqu" + ], + [ + "Ġ}", + ";" + ], + [ + "He", + "y" + ], + [ + "Ġbright", + "est" + ], + [ + "ĠHard", + "y" + ], + [ + "ĠCharacter", + "istics" + ], + [ + "c", + "ases" + ], + [ + "Ġphot", + "ographed" + ], + [ + "Ġund", + "et" + ], + [ + "Ġded", + "icate" + ], + [ + "ĠCor", + "al" + ], + [ + "ĠFact", + "ory" + ], + [ + "Ġlob", + "es" + ], + [ + "ĠSurv", + "ival" + ], + [ + "P", + "an" + ], + [ + "ow", + "itz" + ], + [ + "ĠP", + "ossible" + ], + [ + "ĠR", + "unning" + ], + [ + "Ġro", + "gue" + ], + [ + "Ġproced", + "ural" + ], + [ + "Ġap", + "opt" + ], + [ + "Ġdownload", + "s" + ], + [ + "Ġdict", + "ated" + ], + [ + "Ġdecom", + "pose" + ], + [ + "m", + "ale" + ], + [ + "ur", + "st" + ], + [ + "ĠG", + "n" + ], + [ + "ĠSp", + "ort" + ], + [ + "Ġfeed", + "ers" + ], + [ + "Ġann", + "ih" + ], + [ + "Ġdenom", + "inations" + ], + [ + "ĠExcess", + "ive" + ], + [ + "C", + "ath" + ], + [ + "Ġl", + "inger" + ], + [ + "Ġk", + "ar" + ], + [ + "ph", + "rine" + ], + [ + "Ġresult", + "ant" + ], + [ + "ĠGe", + "off" + ], + [ + "ĠIS", + "SN" + ], + [ + "ĠNS", + "F" + ], + [ + "l", + "ime" + ], + [ + "l", + "inks" + ], + [ + "ĠP", + "iet" + ], + [ + "ĠH", + "ab" + ], + [ + "per", + "forming" + ], + [ + "Ġpre", + "ached" + ], + [ + "Ġpar", + "aphr" + ], + [ + "Ġrest", + "ruct" + ], + [ + "Ġtransport", + "s" + ], + [ + "Ġindu", + "ces" + ], + [ + "Ġperme", + "ability" + ], + [ + "ĠReyn", + "olds" + ], + [ + "d", + "l" + ], + [ + "Ġun", + "in" + ], + [ + "Ġsc", + "out" + ], + [ + "ĠCh", + "ancell" + ], + [ + "Ġfl", + "ips" + ], + [ + "Ġrev", + "ol" + ], + [ + "ĠRe", + "vere" + ], + [ + "Ġur", + "ination" + ], + [ + "ĠBi", + "omed" + ], + [ + "ĠNort", + "on" + ], + [ + "St", + "ay" + ], + [ + "Ġhonest", + "ly" + ], + [ + "Ġcolonial", + "ism" + ], + [ + "employ", + "ee" + ], + [ + "ĠPlate", + "au" + ], + [ + "Ġfirefight", + "ers" + ], + [ + "Â", + "¬" + ], + [ + "ĠG", + "am" + ], + [ + "ĠG", + "ru" + ], + [ + "Ġsle", + "ek" + ], + [ + "ĠG", + "ospels" + ], + [ + "ze", + "es" + ], + [ + "lick", + "r" + ], + [ + "Ġnu", + "isance" + ], + [ + "Ġalleg", + "iance" + ], + [ + "ĠBlock", + "chain" + ], + [ + "Ġreplic", + "a" + ], + [ + "Ġorgan", + "ically" + ], + [ + "com", + "plex" + ], + [ + "ask", + "ing" + ], + [ + "ĠMe", + "yer" + ], + [ + "Ġdetect", + "able" + ], + [ + "Is", + "a" + ], + [ + "Ġperm", + "utation" + ], + [ + "ĠUC", + "LA" + ], + [ + "Ġhelm", + "ets" + ], + [ + "ic", + "ago" + ], + [ + "ĠH", + "olid" + ], + [ + "cl", + "osed" + ], + [ + "Ġfac", + "ult" + ], + [ + "Ġinsp", + "ir" + ], + [ + "wood", + "s" + ], + [ + "ĠPict", + "ures" + ], + [ + "Ġhippoc", + "ampus" + ], + [ + "ĠW", + "inston" + ], + [ + "Ġatt", + "ribution" + ], + [ + "23", + "6" + ], + [ + "Ġwholes", + "ale" + ], + [ + "V", + "ict" + ], + [ + "as", + "ms" + ], + [ + "ĠH", + "od" + ], + [ + "ĠE", + "ratosthenes" + ], + [ + "ĠSh", + "ore" + ], + [ + "Exper", + "ts" + ], + [ + "Ġawa", + "iting" + ], + [ + "Ġup", + "grades" + ], + [ + "Ġsand", + "wich" + ], + [ + "ĠFranc", + "o" + ], + [ + "ĠAtt", + "ention" + ], + [ + "flo", + "or" + ], + [ + "Ġcourty", + "ard" + ], + [ + "Ġwho", + "ever" + ], + [ + "Ġcol", + "ds" + ], + [ + "ĠPe", + "er" + ], + [ + "Ġinhib", + "itor" + ], + [ + "Fe", + "el" + ], + [ + "b", + "ottom" + ], + [ + "ĠLe", + "one" + ], + [ + "Ġconsequ", + "ent" + ], + [ + "rupt", + "ed" + ], + [ + "Ġforg", + "ot" + ], + [ + "Ġouts", + "ider" + ], + [ + "Ġaggress", + "ively" + ], + [ + "ĠT", + "aj" + ], + [ + "ĠS", + "lavery" + ], + [ + "ĠF", + "CC" + ], + [ + "ĠL", + "ines" + ], + [ + "Ġground", + "ing" + ], + [ + "Ġmathemat", + "ically" + ], + [ + "Ġequil", + "ateral" + ], + [ + "Ġabrupt", + "ly" + ], + [ + "Ö", + "¸" + ], + [ + "ne", + "ed" + ], + [ + "Ġsm", + "iling" + ], + [ + "ĠAll", + "an" + ], + [ + "Ġded", + "uct" + ], + [ + "Ġqual", + "ification" + ], + [ + "ĠElect", + "ronics" + ], + [ + "st", + "rom" + ], + [ + "ĠRe", + "ce" + ], + [ + "Ġfrag", + "rance" + ], + [ + "Ġtriumph", + "s" + ], + [ + "4", + "15" + ], + [ + "7", + "20" + ], + [ + "E", + "U" + ], + [ + "T", + "uesday" + ], + [ + "v", + "acc" + ], + [ + "×", + "IJ" + ], + [ + "We", + "ight" + ], + [ + "ĠSe", + "al" + ], + [ + "Ġgrand", + "children" + ], + [ + "produ", + "ced" + ], + [ + "ĠSat", + "ellite" + ], + [ + "Init", + "ially" + ], + [ + "du", + "plicate" + ], + [ + "Ġatt", + "r" + ], + [ + "ĠAr", + "ms" + ], + [ + "ĠAdd", + "iction" + ], + [ + "iche", + "ver" + ], + [ + "Ġf", + "umes" + ], + [ + "ou", + "ched" + ], + [ + "ĠT", + "uring" + ], + [ + "Un", + "ivers" + ], + [ + "::", + "-" + ], + [ + "ĠExam", + "ination" + ], + [ + "Ġintrig", + "ued" + ], + [ + "Ġannoy", + "ing" + ], + [ + "ĠC", + "ards" + ], + [ + "ĠP", + "ip" + ], + [ + "Ġmag", + "ist" + ], + [ + "Ġextr", + "ater" + ], + [ + "Ġilleg", + "ally" + ], + [ + "an", + "an" + ], + [ + "ĠG", + "iving" + ], + [ + "ĠTh", + "irty" + ], + [ + "ON", + "E" + ], + [ + "ĠQu", + "iz" + ], + [ + "ĠDef", + "ence" + ], + [ + "Ġprag", + "matic" + ], + [ + "Ġl", + "ys" + ], + [ + "od", + "erm" + ], + [ + "Ġaqu", + "aculture" + ], + [ + "Ġbond", + "ed" + ], + [ + "process", + "ed" + ], + [ + "Wind", + "ows" + ], + [ + "ĠLun", + "ar" + ], + [ + "A", + "ctive" + ], + [ + "em", + "ing" + ], + [ + "ass", + "isted" + ], + [ + "Ġpr", + "inces" + ], + [ + "ĠCatholic", + "ism" + ], + [ + "ean", + "or" + ], + [ + "D", + "en" + ], + [ + "ĠP", + "erman" + ], + [ + "Ġactiv", + "ates" + ], + [ + "ug", + "a" + ], + [ + "Ġchrom", + "at" + ], + [ + "Ġspray", + "ed" + ], + [ + "Ġric", + "hes" + ], + [ + "othy", + "roidism" + ], + [ + "ĠCab", + "inet" + ], + [ + "â", + "ģ" + ], + [ + "Ġp", + "essim" + ], + [ + "Ġunder", + "lie" + ], + [ + "Ġback", + "pack" + ], + [ + "Ġreact", + "ing" + ], + [ + "Ġdigit", + "ally" + ], + [ + "ĠBabylon", + "ian" + ], + [ + "Ġmultid", + "isciplinary" + ], + [ + "Ġpept", + "ide" + ], + [ + "st", + "ories" + ], + [ + "Ġst", + "ains" + ], + [ + "ĠR", + "ust" + ], + [ + "ĠGl", + "en" + ], + [ + "t", + "ails" + ], + [ + "Gen", + "esis" + ], + [ + "ĠOdys", + "sey" + ], + [ + "Ġer", + "oded" + ], + [ + "ĠEv", + "angel" + ], + [ + "Ġmonop", + "ol" + ], + [ + "wau", + "kee" + ], + [ + "L", + "ord" + ], + [ + "m", + "ember" + ], + [ + "Ġgu", + "err" + ], + [ + "i", + "ologists" + ], + [ + "ĠW", + "inn" + ], + [ + "ĠE", + "ly" + ], + [ + "iet", + "z" + ], + [ + "ex", + "pl" + ], + [ + "ĠAss", + "ign" + ], + [ + "23", + "7" + ], + [ + "ĠPer", + "cent" + ], + [ + "ĠNot", + "re" + ], + [ + "Ġstaff", + "ing" + ], + [ + "rason", + "ic" + ], + [ + "V", + "irtual" + ], + [ + "n", + "our" + ], + [ + "ĠP", + "ER" + ], + [ + "Ġblur", + "ring" + ], + [ + "Health", + "y" + ], + [ + "l", + "ove" + ], + [ + "ĠCon", + "cept" + ], + [ + "Ġanthrop", + "ogenic" + ], + [ + "Ġpor", + "celain" + ], + [ + "ĠBuild", + "ings" + ], + [ + "Ġaver", + "aging" + ], + [ + "Ġaph", + "ids" + ], + [ + "ĠPyram", + "id" + ], + [ + "n", + "ear" + ], + [ + "ri", + "osis" + ], + [ + "ĠL", + "ent" + ], + [ + "Ġinv", + "oked" + ], + [ + "Ġdev", + "oid" + ], + [ + "uck", + "le" + ], + [ + "IS", + "C" + ], + [ + "Ġadminist", + "ering" + ], + [ + "Ġnot", + "ified" + ], + [ + "ink", + "le" + ], + [ + "Ġmed", + "ial" + ], + [ + "à¤", + "¿" + ], + [ + "rat", + "ulations" + ], + [ + "S", + "ave" + ], + [ + "c", + "us" + ], + [ + "ĠIn", + "uit" + ], + [ + "the", + "med" + ], + [ + "ĠAn", + "ything" + ], + [ + "50", + "4" + ], + [ + "Ġrail", + "ways" + ], + [ + "Ġlav", + "ender" + ], + [ + "Integ", + "er" + ], + [ + "Ġendorse", + "ment" + ], + [ + "Dan", + "iel" + ], + [ + "A", + "BC" + ], + [ + "L", + "iter" + ], + [ + "g", + "otten" + ], + [ + "Ġf", + "ission" + ], + [ + "ĠC", + "ic" + ], + [ + "Ġk", + "el" + ], + [ + "Ġro", + "pes" + ], + [ + "ĠSec", + "ure" + ], + [ + "ĠTor", + "res" + ], + [ + "Ġnom", + "adic" + ], + [ + "w", + "en" + ], + [ + "Ġche", + "ek" + ], + [ + "pan", + "ic" + ], + [ + "ĠSer", + "ge" + ], + [ + "Ġpossess", + "ing" + ], + [ + "Ġmisunder", + "standing" + ], + [ + "ĠCro", + "hn" + ], + [ + "Pop", + "ulation" + ], + [ + "D", + "eb" + ], + [ + "H", + "ill" + ], + [ + "S", + "ol" + ], + [ + "ĠM", + "old" + ], + [ + "ĠSt", + "ick" + ], + [ + "Ġag", + "ility" + ], + [ + "Ġph", + "araoh" + ], + [ + "ĠRem", + "ote" + ], + [ + "N", + "early" + ], + [ + "ĠT", + "rou" + ], + [ + "ĠG", + "PA" + ], + [ + "ĠG", + "rades" + ], + [ + "Ġban", + "ning" + ], + [ + "ĠDros", + "ophila" + ], + [ + "p", + "repared" + ], + [ + "ak", + "in" + ], + [ + "Ġsym", + "path" + ], + [ + "lu", + "ck" + ], + [ + "Ġdra", + "fting" + ], + [ + "Ġvict", + "orious" + ], + [ + "ö", + "n" + ], + [ + "dig", + "its" + ], + [ + "Ġswallow", + "ed" + ], + [ + "Ġfabric", + "ated" + ], + [ + "Ġepist", + "em" + ], + [ + "Ġe", + "ct" + ], + [ + "ĠTh", + "ames" + ], + [ + "Ġout", + "set" + ], + [ + "ne", + "apolis" + ], + [ + "Ġgra", + "ded" + ], + [ + "ĠMan", + "it" + ], + [ + "Ġphen", + "otype" + ], + [ + "Ġremind", + "ing" + ], + [ + "osh", + "op" + ], + [ + "ĠSant", + "i" + ], + [ + "B", + "u" + ], + [ + "f", + "ishing" + ], + [ + "k", + "t" + ], + [ + "r", + "ather" + ], + [ + "Ġre", + "im" + ], + [ + "Ġmy", + "ocard" + ], + [ + "List", + "en" + ], + [ + "ĠLar", + "ry" + ], + [ + "ĠMcK", + "in" + ], + [ + "M", + "essage" + ], + [ + "Ġha", + "il" + ], + [ + "Ġper", + "for" + ], + [ + "ats", + "u" + ], + [ + "Ġer", + "r" + ], + [ + "Ġcompound", + "ed" + ], + [ + "Ġsubstit", + "utes" + ], + [ + "paralle", + "led" + ], + [ + ")", + "\"" + ], + [ + "Ġc", + "ries" + ], + [ + "Ġh", + "ue" + ], + [ + "Ġcons", + "erving" + ], + [ + "ĠCamp", + "us" + ], + [ + "Ġsulph", + "ur" + ], + [ + "Ġincur", + "red" + ], + [ + "M", + "rs" + ], + [ + "R", + "F" + ], + [ + "ĠO", + "scar" + ], + [ + "ĠCh", + "lor" + ], + [ + "ĠPh", + "one" + ], + [ + "tra", + "vel" + ], + [ + "Second", + "ly" + ], + [ + "Ġph", + "onics" + ], + [ + "Ġintens", + "ified" + ], + [ + "Ġantiv", + "iral" + ], + [ + "ĠThe", + "ater" + ], + [ + "Ġde", + "w" + ], + [ + "ĠM", + "ennon" + ], + [ + "ĠF", + "I" + ], + [ + "Ġsign", + "ify" + ], + [ + "ĠSc", + "he" + ], + [ + "Ġspect", + "ra" + ], + [ + "ĠDam", + "age" + ], + [ + "Ġrooft", + "op" + ], + [ + "M", + "T" + ], + [ + "Ġf", + "ooth" + ], + [ + "Ġfl", + "ocks" + ], + [ + "Ġest", + "u" + ], + [ + "ref", + "lection" + ], + [ + "Ġtranscend", + "ental" + ], + [ + "d", + "oes" + ], + [ + "Ġspot", + "light" + ], + [ + "ĠHo", + "over" + ], + [ + "ryst", + "all" + ], + [ + "o", + "os" + ], + [ + "ĠS", + "F" + ], + [ + "Ġim", + "itation" + ], + [ + "ult", + "ures" + ], + [ + "Ġdist", + "illed" + ], + [ + "ĠRe", + "uters" + ], + [ + "ats", + "by" + ], + [ + "Ġsun", + "flower" + ], + [ + "Ġcollabor", + "ated" + ], + [ + "Ġid", + "iomatic" + ], + [ + "Ġforth", + "coming" + ], + [ + "Ġdiscrimin", + "ate" + ], + [ + "Ġscrew", + "s" + ], + [ + "Ġrelent", + "less" + ], + [ + "Ġcon", + "du" + ], + [ + "ĠD", + "w" + ], + [ + "Ġtyp", + "ed" + ], + [ + "Ġplot", + "ting" + ], + [ + "Ġshr", + "ines" + ], + [ + "ĠOpportun", + "ities" + ], + [ + "Ġneurotransmit", + "ter" + ], + [ + "Ġe", + "ternity" + ], + [ + "Ġre", + "novation" + ], + [ + "Ġsh", + "attered" + ], + [ + "roph", + "ysics" + ], + [ + "Ġdolph", + "in" + ], + [ + "Ġneurop", + "athy" + ], + [ + "L", + "T" + ], + [ + "Ġt", + "ents" + ], + [ + "Ġgovern", + "ors" + ], + [ + "ĠAnd", + "es" + ], + [ + "ĠCo", + "operation" + ], + [ + "Ġfer", + "ment" + ], + [ + "Sum", + "mer" + ], + [ + "am", + "ide" + ], + [ + "Ġthem", + "atic" + ], + [ + "Ġmust", + "ard" + ], + [ + "Ġhalf", + "way" + ], + [ + "ĠAndrew", + "s" + ], + [ + "plan", + "ation" + ], + [ + "Ġfortun", + "es" + ], + [ + "M", + "edia" + ], + [ + "ra", + "cial" + ], + [ + "ĠRe", + "b" + ], + [ + "ĠX", + "V" + ], + [ + "Ġcorrect", + "ness" + ], + [ + "Ġanalog", + "ies" + ], + [ + "R", + "Y" + ], + [ + "f", + "ifth" + ], + [ + "l", + "ocation" + ], + [ + "Ġt", + "earing" + ], + [ + "op", + "old" + ], + [ + "ĠR", + "abb" + ], + [ + "oph", + "one" + ], + [ + "Al", + "ways" + ], + [ + "Ġment", + "oring" + ], + [ + "Ġepidem", + "ics" + ], + [ + "L", + "ib" + ], + [ + "ĠH", + "es" + ], + [ + "oms", + "on" + ], + [ + "ĠMath", + "s" + ], + [ + "Ġfraction", + "al" + ], + [ + "Ġmart", + "yr" + ], + [ + "Ġembark", + "ed" + ], + [ + "ĠCoordin", + "ator" + ], + [ + "i", + "ologic" + ], + [ + "ar", + "as" + ], + [ + "Ġunc", + "heck" + ], + [ + "Ġalle", + "les" + ], + [ + "Ġwheel", + "chair" + ], + [ + "Ġattach", + "ments" + ], + [ + "sex", + "ual" + ], + [ + "ĠDun", + "can" + ], + [ + "Ġathe", + "rosclerosis" + ], + [ + "ĠAnthrop", + "ology" + ], + [ + "J", + "ava" + ], + [ + "c", + "am" + ], + [ + "Ġr", + "ivals" + ], + [ + "24", + "7" + ], + [ + "IG", + "N" + ], + [ + "ĠCho", + "osing" + ], + [ + "E", + "ds" + ], + [ + "Ġp", + "enny" + ], + [ + "ĠT", + "ABLE" + ], + [ + "og", + "ues" + ], + [ + "Ġmeaning", + "less" + ], + [ + "Ġadvent", + "urous" + ], + [ + "ĠTH", + "IS" + ], + [ + "Ġworsh", + "ipped" + ], + [ + "Ġparan", + "ormal" + ], + [ + "F", + "s" + ], + [ + "Ġw", + "att" + ], + [ + "Ġsepar", + "ator" + ], + [ + "bl", + "adder" + ], + [ + "Ġanten", + "nas" + ], + [ + "Ġconvict", + "ions" + ], + [ + "ĠA", + "uschwitz" + ], + [ + "ĠE", + "rit" + ], + [ + "Ġ\"", + "." + ], + [ + "aw", + "ing" + ], + [ + "Ġcount", + "ers" + ], + [ + "Ġur", + "ges" + ], + [ + "Ġtransfer", + "able" + ], + [ + "im", + "i" + ], + [ + "ish", + "i" + ], + [ + "sc", + "apes" + ], + [ + "Ġer", + "ase" + ], + [ + "26", + "4" + ], + [ + "ĠMon", + "roe" + ], + [ + "Ġlandsc", + "aping" + ], + [ + "Ġminim", + "ized" + ], + [ + "Ġthreshold", + "s" + ], + [ + "ĠFilip", + "ino" + ], + [ + "j", + "pg" + ], + [ + "y", + "y" + ], + [ + "Ġf", + "used" + ], + [ + "ol", + "on" + ], + [ + "Ġsocial", + "ization" + ], + [ + "Ġsupplement", + "ary" + ], + [ + "Ġchrom", + "ium" + ], + [ + "Div", + "ision" + ], + [ + "ar", + "um" + ], + [ + "Ġse", + "ep" + ], + [ + "Ġbelong", + "ings" + ], + [ + "Ġintellectual", + "s" + ], + [ + "h", + "og" + ], + [ + "w", + "ald" + ], + [ + "y", + "ield" + ], + [ + "Ġp", + "aternal" + ], + [ + "ĠC", + "ases" + ], + [ + "ĠE", + "thernet" + ], + [ + "Ġsp", + "icy" + ], + [ + "Ġ`", + "\"" + ], + [ + "Ġgl", + "o" + ], + [ + "Ġrev", + "olutions" + ], + [ + "ĠExam", + "ine" + ], + [ + "ĠCorn", + "wall" + ], + [ + "N", + "H" + ], + [ + "V", + "arious" + ], + [ + "Ġme", + "adows" + ], + [ + "Ġem", + "its" + ], + [ + "Ġmar", + "ital" + ], + [ + "lo", + "oks" + ], + [ + "Ġmix", + "es" + ], + [ + "ĠLib", + "eration" + ], + [ + "chem", + "y" + ], + [ + "Ġspokes", + "man" + ], + [ + "F", + "DA" + ], + [ + "re", + "x" + ], + [ + "Ġf", + "ronts" + ], + [ + "Ġm", + "ounds" + ], + [ + "ĠA", + "ST" + ], + [ + "ĠH", + "ale" + ], + [ + "IS", + "PR" + ], + [ + "Ġpit", + "uitary" + ], + [ + "i", + "u" + ], + [ + "Ġt", + "innitus" + ], + [ + "op", + "hen" + ], + [ + "oc", + "hem" + ], + [ + "ort", + "ment" + ], + [ + "Ġver", + "ifying" + ], + [ + "Ġtur", + "meric" + ], + [ + "Ġrect", + "um" + ], + [ + "ĠShut", + "tle" + ], + [ + "çļ", + "Ħ" + ], + [ + "as", + "semb" + ], + [ + "Ġover", + "d" + ], + [ + "Ġqu", + "asi" + ], + [ + "Ġmy", + "c" + ], + [ + "Ġafter", + "life" + ], + [ + "Ġlaw", + "makers" + ], + [ + "Ġpict", + "ured" + ], + [ + "Ġexplo", + "its" + ], + [ + "Ġdiscount", + "ed" + ], + [ + "ĠWalk", + "ing" + ], + [ + "U", + "G" + ], + [ + "ud", + "es" + ], + [ + "Ġsp", + "leen" + ], + [ + "Ġk", + "ay" + ], + [ + "Ġend", + "points" + ], + [ + "Ġsustain", + "ably" + ], + [ + "Pract", + "ice" + ], + [ + "Ġs", + "id" + ], + [ + "op", + "rotein" + ], + [ + "ĠP", + "P" + ], + [ + "Ġse", + "pt" + ], + [ + "ag", + "ara" + ], + [ + "oss", + "ary" + ], + [ + "ĠDo", + "ct" + ], + [ + "AT", + "ED" + ], + [ + "Ġtorn", + "adoes" + ], + [ + "ĠCav", + "alry" + ], + [ + "ĠDifficult", + "y" + ], + [ + "S", + "und" + ], + [ + "st", + "ress" + ], + [ + "ver", + "ting" + ], + [ + "ust", + "ry" + ], + [ + "Sub", + "stituting" + ], + [ + "ous", + "and" + ], + [ + "Ġup", + "front" + ], + [ + "log", + "ging" + ], + [ + "Ġchlor", + "ophyll" + ], + [ + "Ġrecycl", + "able" + ], + [ + "Ġf", + "ecal" + ], + [ + "ĠI", + "ber" + ], + [ + "ĠR", + "ew" + ], + [ + "Th", + "ursday" + ], + [ + "set", + "ting" + ], + [ + "Ġundert", + "ook" + ], + [ + "ĠPo", + "ison" + ], + [ + "ĠDemocr", + "at" + ], + [ + "Ġerad", + "ication" + ], + [ + "Ġdo", + "omed" + ], + [ + "Ġinf", + "licted" + ], + [ + "Ġscreen", + "ings" + ], + [ + "Ġrecru", + "iting" + ], + [ + "ĠLegisl", + "ative" + ], + [ + "l", + "ive" + ], + [ + "n", + "ick" + ], + [ + "ĠM", + "ent" + ], + [ + "ac", + "ión" + ], + [ + "ĠB", + "end" + ], + [ + "ĠL", + "ocated" + ], + [ + "Ġcomm", + "issions" + ], + [ + "Ġroad", + "map" + ], + [ + "ocr", + "in" + ], + [ + "ref", + "erence" + ], + [ + "Ġorn", + "ate" + ], + [ + "ad", + "just" + ], + [ + "ĠWild", + "erness" + ], + [ + "Ġa", + "queous" + ], + [ + "an", + "other" + ], + [ + "an", + "imal" + ], + [ + "ĠS", + "EO" + ], + [ + "ĠD", + "art" + ], + [ + "oly", + "tic" + ], + [ + "Ġord", + "ained" + ], + [ + "ĠCamer", + "on" + ], + [ + "umines", + "cent" + ], + [ + "}", + ");" + ], + [ + "Ġim", + "itate" + ], + [ + "ĠHuman", + "ities" + ], + [ + "Ġprev", + "ailed" + ], + [ + "ĠPresbyter", + "ian" + ], + [ + "Ġj", + "okes" + ], + [ + "ik", + "er" + ], + [ + "Ġground", + "work" + ], + [ + "ĠPres", + "chool" + ], + [ + "Ġbroad", + "en" + ], + [ + "Ġyellow", + "ish" + ], + [ + "Ġamyl", + "oid" + ], + [ + "-", + ")" + ], + [ + "L", + "ove" + ], + [ + "c", + "up" + ], + [ + "at", + "io" + ], + [ + "id", + "ia" + ], + [ + "ĠB", + "oulder" + ], + [ + "Ġfore", + "see" + ], + [ + "ĠConc", + "ern" + ], + [ + "Ġpsychiat", + "rist" + ], + [ + "Ġcasc", + "ade" + ], + [ + "Î", + "·" + ], + [ + "ĠD", + "ennis" + ], + [ + "OC", + "R" + ], + [ + "Ġcerv", + "ix" + ], + [ + "Ġsadd", + "le" + ], + [ + "N", + "Y" + ], + [ + "ec", + "ycle" + ], + [ + "ĠCO", + "P" + ], + [ + "ĠBay", + "esian" + ], + [ + "Ġmac", + "roph" + ], + [ + "atter", + "ing" + ], + [ + "ozo", + "ic" + ], + [ + "Ġbrig", + "ade" + ], + [ + "c", + "umin" + ], + [ + "r", + "ils" + ], + [ + "Ġcon", + "ced" + ], + [ + "ĠK", + "oh" + ], + [ + "Ġag", + "itation" + ], + [ + "Ġsound", + "ed" + ], + [ + "Ch", + "ronic" + ], + [ + "neg", + "ot" + ], + [ + "Ġtast", + "ing" + ], + [ + "Ġel", + "uc" + ], + [ + "arc", + "in" + ], + [ + "Ġvers", + "atility" + ], + [ + "ĠJul", + "iet" + ], + [ + "Ġhoc", + "key" + ], + [ + "J", + "ob" + ], + [ + "t", + "eller" + ], + [ + "v", + "irus" + ], + [ + "Ġ", + "il" + ], + [ + "st", + "ed" + ], + [ + "ay", + "ette" + ], + [ + "od", + "on" + ], + [ + "ĠP", + "ir" + ], + [ + "Ġsub", + "div" + ], + [ + "ĠRe", + "bec" + ], + [ + "Ġge", + "ographically" + ], + [ + "alf", + "a" + ], + [ + "add", + "y" + ], + [ + "Ġmel", + "anch" + ], + [ + "Ġrecon", + "naissance" + ], + [ + "Ref", + "erences" + ], + [ + "ĠVoc", + "abulary" + ], + [ + "res", + "ources" + ], + [ + "Ġdis", + "pro" + ], + [ + "Ġlog", + "ger" + ], + [ + "ĠTra", + "dition" + ], + [ + "Ġcrown", + "ed" + ], + [ + "Bet", + "ter" + ], + [ + "Ġdisorient", + "ation" + ], + [ + "W", + "all" + ], + [ + "cess", + "ions" + ], + [ + "Ġfin", + "anced" + ], + [ + "Ġmicrob", + "iota" + ], + [ + "Ne", + "ill" + ], + [ + "Effect", + "ive" + ], + [ + "ĠEug", + "ene" + ], + [ + "H", + "IV" + ], + [ + "b", + "ool" + ], + [ + "ĠK", + "w" + ], + [ + "Ġnormal", + "ization" + ], + [ + "Cl", + "ient" + ], + [ + "Res", + "ult" + ], + [ + "Ġroyal", + "ty" + ], + [ + "Ġadvertise", + "ment" + ], + [ + "Ġreclaim", + "ed" + ], + [ + "h", + "aving" + ], + [ + "Ġa", + "usp" + ], + [ + "Ġe", + "uro" + ], + [ + "ĠW", + "ise" + ], + [ + "Ġsh", + "ields" + ], + [ + "Ġstr", + "ata" + ], + [ + "ĠCar", + "roll" + ], + [ + "à¤", + "¤" + ], + [ + "Ġbin", + "ocular" + ], + [ + "Any", + "one" + ], + [ + "Ġapost", + "les" + ], + [ + "fashion", + "ed" + ], + [ + "z", + "on" + ], + [ + "Ġro", + "am" + ], + [ + "Ġstr", + "ides" + ], + [ + "ĠPro", + "of" + ], + [ + "ĠTo", + "oth" + ], + [ + "ĠCont", + "ribut" + ], + [ + "Ġflav", + "on" + ], + [ + "rand", + "int" + ], + [ + "bro", + "ken" + ], + [ + "Ġreferen", + "cing" + ], + [ + "Ġoy", + "ster" + ], + [ + "ĠRichards", + "on" + ], + [ + "I", + "Z" + ], + [ + "T", + "en" + ], + [ + "Ġb", + "ob" + ], + [ + "Ġch", + "asing" + ], + [ + "Ġlook", + "up" + ], + [ + "...", + "]" + ], + [ + "Ġinnov", + "ate" + ], + [ + "ĠTw", + "elve" + ], + [ + "Ġlingu", + "istics" + ], + [ + "Ġproc", + "rast" + ], + [ + "ĠF", + "lower" + ], + [ + "Ġinc", + "ision" + ], + [ + "Ġign", + "ition" + ], + [ + "en", + "vironment" + ], + [ + "et", + "al" + ], + [ + "ĠP", + "ush" + ], + [ + "ĠF", + "iction" + ], + [ + "ĠF", + "ellows" + ], + [ + "Ġchild", + "care" + ], + [ + "ĠUn", + "ix" + ], + [ + "é", + "r" + ], + [ + "Ġcast", + "s" + ], + [ + "Ġtum", + "ours" + ], + [ + "ĠJer", + "ry" + ], + [ + "Ġartic", + "ulated" + ], + [ + "ĠA", + "uthors" + ], + [ + "ĠR", + "oma" + ], + [ + "Ġfact", + "o" + ], + [ + "ĠDe", + "er" + ], + [ + "Ad", + "vantages" + ], + [ + "Ġconcurrent", + "ly" + ], + [ + "Ġpedag", + "ogy" + ], + [ + "ĠHoriz", + "on" + ], + [ + "b", + "inding" + ], + [ + "re", + "pe" + ], + [ + "Ġm", + "ates" + ], + [ + "ĠInt", + "o" + ], + [ + "Ġpray", + "ed" + ], + [ + "Ġcompact", + "ness" + ], + [ + "Ġdivers", + "ion" + ], + [ + "ĠP", + "ew" + ], + [ + "ĠV", + "ert" + ], + [ + "ĠCan", + "terbury" + ], + [ + "Ġobserv", + "ance" + ], + [ + "ĠHouse", + "hold" + ], + [ + "ĠProv", + "ides" + ], + [ + "ĠDiagn", + "ostic" + ], + [ + "ĠP", + "ri" + ], + [ + "ĠJohn", + "ston" + ], + [ + "Ġplot", + "ted" + ], + [ + "Ġdri", + "er" + ], + [ + "ĠSpect", + "rum" + ], + [ + "Ġinterchange", + "ably" + ], + [ + "u", + "ities" + ], + [ + "ion", + "ic" + ], + [ + "ĠS", + "ul" + ], + [ + "ĠE", + "uclid" + ], + [ + "Ġres", + "umed" + ], + [ + "Ġfav", + "ourable" + ], + [ + "Ġsyll", + "able" + ], + [ + "ĠEssential", + "ly" + ], + [ + "G", + "N" + ], + [ + "r", + "ush" + ], + [ + "ĠC", + "ust" + ], + [ + "ĠG", + "ogh" + ], + [ + "Ġdist", + "ort" + ], + [ + "Ġins", + "urg" + ], + [ + "Ġphot", + "on" + ], + [ + "Ġmand", + "ates" + ], + [ + "Ġarchae", + "ologist" + ], + [ + "J", + "un" + ], + [ + "O", + "A" + ], + [ + "}", + "{" + ], + [ + "ud", + "s" + ], + [ + "Ġcl", + "amp" + ], + [ + "Ġdec", + "ode" + ], + [ + "Ġdesign", + "ate" + ], + [ + "ĠNav", + "ajo" + ], + [ + "H", + "eb" + ], + [ + "ĠV", + "es" + ], + [ + "30", + "2" + ], + [ + "Ġc", + "yn" + ], + [ + "ĠS", + "ig" + ], + [ + "Ġem", + "inent" + ], + [ + "Ġcatar", + "acts" + ], + [ + "ĠMar", + "ian" + ], + [ + "Ġshad", + "ing" + ], + [ + "Ġstrand", + "ed" + ], + [ + "Ġecc", + "lesiastical" + ], + [ + "ĠBrun", + "swick" + ], + [ + "Ġnar", + "ration" + ], + [ + "Ġmultiplic", + "ative" + ], + [ + "f", + "oo" + ], + [ + "ĠG", + "W" + ], + [ + "Ġrun", + "ner" + ], + [ + "Ġinsert", + "s" + ], + [ + "Ġsubs", + "urface" + ], + [ + "ocy", + "an" + ], + [ + "ĠSpe", + "aker" + ], + [ + "in", + "vest" + ], + [ + "ĠB", + "ib" + ], + [ + "ne", + "utral" + ], + [ + "ĠUn", + "ity" + ], + [ + "Ġexplan", + "atory" + ], + [ + "Ġhospital", + "ized" + ], + [ + "Ġinterf", + "ering" + ], + [ + "f", + "unctions" + ], + [ + "Ġbe", + "ak" + ], + [ + "ĠM", + "agnetic" + ], + [ + "ĠF", + "ields" + ], + [ + "ary", + "ng" + ], + [ + "Ġthere", + "in" + ], + [ + "ĠV", + "ector" + ], + [ + "ĠSh", + "arp" + ], + [ + "Ġrh", + "iz" + ], + [ + "Ġfol", + "ate" + ], + [ + "ĠSal", + "em" + ], + [ + "Ġnomin", + "ated" + ], + [ + "Ġsupernov", + "a" + ], + [ + "Ġre", + "juven" + ], + [ + "ĠT", + "rie" + ], + [ + "25", + "3" + ], + [ + "Ġprejud", + "ices" + ], + [ + "Ġse", + "aling" + ], + [ + "Ġwel", + "d" + ], + [ + "ĠMess", + "age" + ], + [ + "id", + "ium" + ], + [ + "Ġem", + "itting" + ], + [ + "Ġforest", + "ed" + ], + [ + "Ġsem", + "inars" + ], + [ + "Ġmarked", + "ly" + ], + [ + "Ġundersc", + "ore" + ], + [ + "J", + "ud" + ], + [ + "ut", + "z" + ], + [ + "ad", + "emic" + ], + [ + "Ġun", + "paralleled" + ], + [ + "Ġge", + "o" + ], + [ + "Ġacqu", + "ainted" + ], + [ + "ĠCitiz", + "en" + ], + [ + "Ġdoc", + "string" + ], + [ + "vent", + "ing" + ], + [ + "Ġmot", + "to" + ], + [ + "Ġspeed", + "ing" + ], + [ + "tra", + "ined" + ], + [ + "Ġcopyright", + "ed" + ], + [ + "ĠBol", + "she" + ], + [ + "Ġfellows", + "hip" + ], + [ + "Ġimpover", + "ished" + ], + [ + "%", + "||" + ], + [ + "Ġal", + "monds" + ], + [ + "pl", + "anned" + ], + [ + "ĠL", + "ob" + ], + [ + "Ġgo", + "ose" + ], + [ + "ĠCl", + "aim" + ], + [ + "ĠMar", + "itime" + ], + [ + "ĠSi", + "oux" + ], + [ + "b", + "ear" + ], + [ + "Ġl", + "umbar" + ], + [ + "ĠC", + "ash" + ], + [ + "ĠP", + "att" + ], + [ + "Ġpar", + "ach" + ], + [ + "ĠIN", + "D" + ], + [ + "dec", + "imal" + ], + [ + "Ġmat", + "s" + ], + [ + "Ġseek", + "ers" + ], + [ + "Ġspot", + "ting" + ], + [ + "ĠIQ", + "R" + ], + [ + "ĠCorinth", + "ians" + ], + [ + "_", + "(" + ], + [ + "ĠS", + "ET" + ], + [ + "ĠD", + "as" + ], + [ + "Ġfore", + "shadow" + ], + [ + "}", + "\\" + ], + [ + "Ġm", + "ural" + ], + [ + "Ġad", + "sor" + ], + [ + "Ġtend", + "erness" + ], + [ + "Ġaccum", + "ulating" + ], + [ + "Ġsafegu", + "ards" + ], + [ + "H", + "g" + ], + [ + "m", + "ph" + ], + [ + "az", + "ard" + ], + [ + "D", + "om" + ], + [ + "S", + "omething" + ], + [ + "Ġche", + "fs" + ], + [ + "St", + "ream" + ], + [ + "gen", + "er" + ], + [ + "Ġrad", + "on" + ], + [ + "st", + "ructure" + ], + [ + "Ġfam", + "ed" + ], + [ + "Ġbelie", + "ver" + ], + [ + "ev", + "olution" + ], + [ + "ĠRed", + "uced" + ], + [ + "Ġsediment", + "ary" + ], + [ + "ill", + "on" + ], + [ + "Ġcomple", + "ments" + ], + [ + "ĠEar", + "lier" + ], + [ + "Ġunc", + "ondition" + ], + [ + "Ġgradu", + "ating" + ], + [ + "Ġgal", + "van" + ], + [ + "Ġdecay", + "ing" + ], + [ + "ĠHebrew", + "s" + ], + [ + "Wed", + "nesday" + ], + [ + "M", + "W" + ], + [ + "ĠP", + "on" + ], + [ + "Ġstud", + "ios" + ], + [ + "Ġz", + "oning" + ], + [ + "vis", + "ible" + ], + [ + "ĠParad", + "ise" + ], + [ + "Ġib", + "n" + ], + [ + "Ess", + "ential" + ], + [ + "0", + "20" + ], + [ + "M", + "er" + ], + [ + "ĠP", + "ull" + ], + [ + "ĠB", + "oh" + ], + [ + "ag", + "ged" + ], + [ + "Ġsick", + "le" + ], + [ + "ĠBet", + "a" + ], + [ + "Ġgam", + "ification" + ], + [ + "H", + "ope" + ], + [ + "Ù", + "ĥ" + ], + [ + "Ġk", + "ins" + ], + [ + "Ġemerg", + "ent" + ], + [ + "ĠMe", + "at" + ], + [ + "Ġirres", + "pective" + ], + [ + "ec", + "l" + ], + [ + "Ġdef", + "er" + ], + [ + "Ġtrust", + "ing" + ], + [ + "Ġknock", + "ed" + ], + [ + "ch", + "ip" + ], + [ + "ĠS", + "tern" + ], + [ + "ĠD", + "ale" + ], + [ + "ĠV", + "egas" + ], + [ + "Ġdec", + "oding" + ], + [ + "Ġcomple", + "teness" + ], + [ + "anc", + "hed" + ], + [ + "Ġacid", + "ification" + ], + [ + "T", + "ok" + ], + [ + "i", + "osis" + ], + [ + "ĠM", + "J" + ], + [ + "Ġbra", + "king" + ], + [ + "af", + "ts" + ], + [ + "rel", + "im" + ], + [ + "Ġpip", + "ing" + ], + [ + "ĠSuper", + "ior" + ], + [ + "ĠStock", + "holm" + ], + [ + "ĠCollabor", + "ative" + ], + [ + "d", + "ie" + ], + [ + "v", + "ik" + ], + [ + "Ġ[", + "-" + ], + [ + "ĠSc", + "heme" + ], + [ + "Ġsl", + "ipped" + ], + [ + "fer", + "red" + ], + [ + "ĠPar", + "ish" + ], + [ + "ĠCour", + "ts" + ], + [ + "Ġble", + "ach" + ], + [ + "Ġcosm", + "ology" + ], + [ + "Ġpad", + "ding" + ], + [ + "aryn", + "geal" + ], + [ + "Ġfloss", + "ing" + ], + [ + "M", + "ental" + ], + [ + "ost", + "asis" + ], + [ + "Ġte", + "as" + ], + [ + "ĠCh", + "rome" + ], + [ + "ĠHe", + "ights" + ], + [ + "ĠGu", + "jar" + ], + [ + "Ġfle", + "a" + ], + [ + "É", + "ª" + ], + [ + "ĠE", + "state" + ], + [ + "ĠTh", + "ousands" + ], + [ + "Ġcur", + "l" + ], + [ + "a", + "qu" + ], + [ + "ĠGi", + "ov" + ], + [ + "m", + "uch" + ], + [ + "Â", + "§" + ], + [ + "Ġp", + "alsy" + ], + [ + "Ġh", + "ij" + ], + [ + "ome", + "g" + ], + [ + "Ġcont", + "iguous" + ], + [ + "Ġgra", + "p" + ], + [ + "Ġrad", + "ios" + ], + [ + "ĠBl", + "ind" + ], + [ + "Ġattribut", + "able" + ], + [ + "ĠWik", + "i" + ], + [ + "Ġscarce", + "ly" + ], + [ + "ifest", + "yle" + ], + [ + "b", + "ered" + ], + [ + "ĠM", + "AC" + ], + [ + "Ġpart", + "itions" + ], + [ + "Ġmed", + "ically" + ], + [ + "Ġdev", + "ise" + ], + [ + "cont", + "act" + ], + [ + "spe", + "ople" + ], + [ + "Ġinfilt", + "ration" + ], + [ + "es", + "ch" + ], + [ + "ĠSp", + "read" + ], + [ + "Ġnovel", + "ty" + ], + [ + "Ġminim", + "ally" + ], + [ + "Ġpione", + "ered" + ], + [ + "Ġomin", + "ous" + ], + [ + "in", + "ine" + ], + [ + "st", + "reet" + ], + [ + "Ġst", + "aining" + ], + [ + "ul", + "ed" + ], + [ + "ĠM", + "ü" + ], + [ + "pl", + "astic" + ], + [ + "our", + "g" + ], + [ + "ĠRe", + "ally" + ], + [ + "Ġpric", + "ed" + ], + [ + "Ġgran", + "ular" + ], + [ + "Ġpars", + "ed" + ], + [ + "Ġramp", + "ant" + ], + [ + "H", + "as" + ], + [ + "ore", + "g" + ], + [ + "Ex", + "plain" + ], + [ + "ĠRead", + "y" + ], + [ + "ĠNob", + "le" + ], + [ + "Ġsquir", + "rel" + ], + [ + "r", + "ison" + ], + [ + "as", + "per" + ], + [ + "Ġrel", + "ic" + ], + [ + "ick", + "le" + ], + [ + "Ġver", + "dict" + ], + [ + "bor", + "o" + ], + [ + "ĠRef", + "er" + ], + [ + "Ġdiarr", + "hoea" + ], + [ + "hov", + "ah" + ], + [ + "en", + "et" + ], + [ + "le", + "gged" + ], + [ + "ĠP", + "orter" + ], + [ + "ĠR", + "ect" + ], + [ + "ĠG", + "aelic" + ], + [ + "ple", + "ted" + ], + [ + "ĠHar", + "lem" + ], + [ + "ĠHar", + "riet" + ], + [ + "ĠEqu", + "ations" + ], + [ + "Ġbomb", + "ard" + ], + [ + "Ġhalluc", + "inations" + ], + [ + "Ġbe", + "ard" + ], + [ + "Ġcirc", + "ulate" + ], + [ + "det", + "ails" + ], + [ + "Ġendot", + "helial" + ], + [ + "3", + "23" + ], + [ + "Ġcont", + "our" + ], + [ + "go", + "ogle" + ], + [ + "Ġpenc", + "ils" + ], + [ + "Ġbrack", + "et" + ], + [ + "Ġtyr", + "anny" + ], + [ + "h", + "om" + ], + [ + "ĠM", + "az" + ], + [ + "ans", + "en" + ], + [ + "ae", + "a" + ], + [ + "Ġsun", + "burn" + ], + [ + "Ġske", + "letons" + ], + [ + "Ġasc", + "end" + ], + [ + "Ġintra", + "cellular" + ], + [ + "mount", + "ed" + ], + [ + "determ", + "ination" + ], + [ + "Ġwh", + "istle" + ], + [ + "Ġex", + "ternally" + ], + [ + "ĠMin", + "eral" + ], + [ + "ĠSl", + "ave" + ], + [ + "ĠRebec", + "ca" + ], + [ + "B", + "ill" + ], + [ + "Ð", + "¼" + ], + [ + "ĠL", + "af" + ], + [ + "ric", + "ia" + ], + [ + "Ġoff", + "ence" + ], + [ + "Ġsize", + "of" + ], + [ + "empt", + "s" + ], + [ + "Ġque", + "ens" + ], + [ + "Ġtar", + "iffs" + ], + [ + "ĠDynam", + "ics" + ], + [ + "P", + "a" + ], + [ + "m", + "art" + ], + [ + "m", + "ite" + ], + [ + "ed", + "o" + ], + [ + "ĠP", + "oe" + ], + [ + "ĠWe", + "ber" + ], + [ + "Ġrecomm", + "ending" + ], + [ + "Ġbad", + "ges" + ], + [ + "alle", + "ts" + ], + [ + "Ab", + "ove" + ], + [ + "Ġreper", + "to" + ], + [ + "s", + "ame" + ], + [ + "Ġl", + "ute" + ], + [ + "and", + "ers" + ], + [ + "Ġcl", + "icks" + ], + [ + "Ġtw", + "igs" + ], + [ + "Ġfil", + "aments" + ], + [ + "Ġspecial", + "ised" + ], + [ + "Ġbit", + "ten" + ], + [ + "Ġrain", + "forests" + ], + [ + "ĠAz", + "erbai" + ], + [ + "Ġquir", + "ks" + ], + [ + "H", + "F" + ], + [ + "c", + "ussions" + ], + [ + "Ø", + "¨" + ], + [ + "Ġdown", + "fall" + ], + [ + "ĠMem", + "phis" + ], + [ + "Ġalle", + "le" + ], + [ + "m", + "or" + ], + [ + "Ġcl", + "one" + ], + [ + "ph", + "ilis" + ], + [ + "Ġdef", + "y" + ], + [ + "ars", + "er" + ], + [ + "eral", + "a" + ], + [ + "though", + "t" + ], + [ + "Ġshort", + "en" + ], + [ + "Ġprogress", + "ing" + ], + [ + "ĠEth", + "nic" + ], + [ + "ĠReport", + "ing" + ], + [ + "Ġpear", + "l" + ], + [ + "C", + "lean" + ], + [ + "r", + "ice" + ], + [ + "s", + "av" + ], + [ + "ĠSt", + "im" + ], + [ + "Ġacad", + "emy" + ], + [ + "ĠTem", + "per" + ], + [ + "Ġmurd", + "ers" + ], + [ + "circ", + "le" + ], + [ + "ic", + "ans" + ], + [ + "and", + "escent" + ], + [ + "ĠE", + "ST" + ], + [ + "25", + "7" + ], + [ + "Ġaffect", + "ive" + ], + [ + "Ġconduct", + "ors" + ], + [ + "Ġquarter", + "ly" + ], + [ + "Ġrepublic", + "an" + ], + [ + "ĠD", + "uc" + ], + [ + "Ġun", + "biased" + ], + [ + "Ġinvol", + "untary" + ], + [ + "ĠGeorg", + "ian" + ], + [ + "M", + "achine" + ], + [ + "ut", + "ors" + ], + [ + "ĠP", + "seud" + ], + [ + "ĠG", + "erald" + ], + [ + "ĠG", + "astro" + ], + [ + "**", + "." + ], + [ + "Ġtrans", + "planted" + ], + [ + "Ġwater", + "y" + ], + [ + "Ġconnect", + "or" + ], + [ + "ĠIde", + "a" + ], + [ + "ĠT", + "ables" + ], + [ + "one", + "ment" + ], + [ + "omm", + "un" + ], + [ + "Ġproduct", + "ions" + ], + [ + "ĠPr", + "ussian" + ], + [ + "rew", + "s" + ], + [ + "Can", + "not" + ], + [ + "Ġgest", + "ation" + ], + [ + "ĠUnivers", + "ities" + ], + [ + "Ġpor", + "ch" + ], + [ + "s", + "ustaining" + ], + [ + "t", + "ys" + ], + [ + "v", + "ag" + ], + [ + "ĠT", + "ap" + ], + [ + "et", + "e" + ], + [ + "ĠL", + "O" + ], + [ + "Ġcomp", + "osing" + ], + [ + "Ġvar", + "iances" + ], + [ + "Ġpredict", + "ors" + ], + [ + "ĠCO", + "MP" + ], + [ + "De", + "ep" + ], + [ + "ĠD", + "op" + ], + [ + "ĠD", + "ame" + ], + [ + "Ġant", + "if" + ], + [ + "Ġviol", + "ating" + ], + [ + "Ġunexpected", + "ly" + ], + [ + "Ġb", + "ang" + ], + [ + "Ġx", + "en" + ], + [ + "ipp", + "les" + ], + [ + "Ġshield", + "ing" + ], + [ + "ĠDur", + "ham" + ], + [ + "³³³³³³³³", + "³³³³³³³³" + ], + [ + "D", + "aily" + ], + [ + "Ġo", + "phthalm" + ], + [ + "Ġh", + "olog" + ], + [ + "ase", + "ous" + ], + [ + "ang", + "ible" + ], + [ + "Ġsol", + "vents" + ], + [ + "Ġprev", + "ail" + ], + [ + "Ġpled", + "ged" + ], + [ + "ĠR", + "ac" + ], + [ + "ood", + "le" + ], + [ + "Ġlog", + "istical" + ], + [ + "Ġsou", + "ps" + ], + [ + "ĠLear", + "ners" + ], + [ + "Ġlinear", + "ly" + ], + [ + "ais", + "y" + ], + [ + "Ġconsolid", + "ated" + ], + [ + "Ġoy", + "sters" + ], + [ + "im", + "odal" + ], + [ + "eg", + "g" + ], + [ + "ĠSch", + "midt" + ], + [ + "ĠLab", + "s" + ], + [ + "\\", + "\\" + ], + [ + "Ġc", + "ages" + ], + [ + "ĠT", + "ypical" + ], + [ + "um", + "per" + ], + [ + "ĠV", + "ander" + ], + [ + "Ġav", + "al" + ], + [ + "ĠEarth", + "qu" + ], + [ + "Ġallerg", + "en" + ], + [ + "Ġven", + "ous" + ], + [ + "ĠAM", + "D" + ], + [ + "Ġd", + "umb" + ], + [ + "Ġl", + "ore" + ], + [ + "ie", + "ving" + ], + [ + "ĠShe", + "pherd" + ], + [ + "ession", + "als" + ], + [ + "ĠCart", + "esian" + ], + [ + "Ġavoc", + "ado" + ], + [ + "S", + "oc" + ], + [ + "on", + "ucle" + ], + [ + "ĠE", + "lection" + ], + [ + "ĠE", + "yes" + ], + [ + "Ġj", + "ets" + ], + [ + "Ġra", + "pp" + ], + [ + "Ġbi", + "ome" + ], + [ + "ib", + "an" + ], + [ + "ĠIn", + "ner" + ], + [ + "Ġup", + "he" + ], + [ + "Ġfore", + "ground" + ], + [ + "ĠCan", + "n" + ], + [ + "Ġpoll", + "uting" + ], + [ + "ĠES", + "L" + ], + [ + "24", + "4" + ], + [ + "Ġcort", + "ical" + ], + [ + "ĠIndex", + "Error" + ], + [ + "Ġparadox", + "es" + ], + [ + "Ġrevel", + "ations" + ], + [ + "Ġalleg", + "ations" + ], + [ + "Ġlawsu", + "its" + ], + [ + "relim", + "inary" + ], + [ + "ine", + "es" + ], + [ + "Ġexp", + "oses" + ], + [ + "Ġstart", + "ups" + ], + [ + "5", + "40" + ], + [ + "6", + "40" + ], + [ + "H", + "I" + ], + [ + "b", + "c" + ], + [ + "Ġex", + "its" + ], + [ + "ĠP", + "ump" + ], + [ + "ĠB", + "acteria" + ], + [ + "Ġmon", + "sters" + ], + [ + "pos", + "ite" + ], + [ + "Ġenlight", + "ened" + ], + [ + "al", + "ination" + ], + [ + "Ġrest", + "ed" + ], + [ + "ĠSh", + "o" + ], + [ + "ĠHyd", + "ro" + ], + [ + "fight", + "ing" + ], + [ + "Ġentrepreneur", + "ial" + ], + [ + "C", + "ome" + ], + [ + "R", + "un" + ], + [ + "y", + "u" + ], + [ + "am", + "ate" + ], + [ + "Ġsub", + "way" + ], + [ + "Ġsym", + "biotic" + ], + [ + "ĠFr", + "aser" + ], + [ + "bur", + "se" + ], + [ + "Ġasp", + "iration" + ], + [ + "........", + "........" + ], + [ + "ĠS", + "ally" + ], + [ + "ist", + "ency" + ], + [ + "ep", + "hal" + ], + [ + "ĠLord", + "s" + ], + [ + "Ġblog", + "gers" + ], + [ + "ĠSee", + "ing" + ], + [ + "w", + "ax" + ], + [ + "aw", + "k" + ], + [ + "Ġguess", + "es" + ], + [ + "Ġdownt", + "ime" + ], + [ + "Ġt", + "ingling" + ], + [ + "ra", + "fts" + ], + [ + "ĠG", + "ather" + ], + [ + "Ġbit", + "coin" + ], + [ + "ĠLeg", + "acy" + ], + [ + "Ġtwist", + "ing" + ], + [ + "Ġbureauc", + "racy" + ], + [ + "h", + "orn" + ], + [ + "ĠP", + "all" + ], + [ + "os", + "se" + ], + [ + "Ġpl", + "ut" + ], + [ + "ĠIt", + "em" + ], + [ + "eng", + "ing" + ], + [ + "mark", + "ets" + ], + [ + "ĠDirect", + "ive" + ], + [ + "ĠOcean", + "ic" + ], + [ + "Ġepidem", + "iological" + ], + [ + "R", + "en" + ], + [ + "Ġun", + "fore" + ], + [ + "ĠWe", + "ak" + ], + [ + "24", + "8" + ], + [ + "âĢł", + "âĢł" + ], + [ + "W", + "inter" + ], + [ + "k", + "ah" + ], + [ + "ĠD", + "iana" + ], + [ + "Ġkind", + "ly" + ], + [ + "Ch", + "o" + ], + [ + "Ġmotor", + "cycle" + ], + [ + "ĠChron", + "icle" + ], + [ + "ĠPed", + "ro" + ], + [ + "z", + "ig" + ], + [ + "Ġc", + "eliac" + ], + [ + "ĠC", + "rop" + ], + [ + "Ġout", + "c" + ], + [ + "Ġperpet", + "uate" + ], + [ + "Ġfranch", + "ise" + ], + [ + "0", + "80" + ], + [ + "Ġc", + "ovari" + ], + [ + "ĠA", + "K" + ], + [ + "Ġaff", + "licted" + ], + [ + "Ġshut", + "down" + ], + [ + "Ġtall", + "est" + ], + [ + "Ġdipl", + "oma" + ], + [ + "Ġtom", + "ography" + ], + [ + "ĠCroat", + "ia" + ], + [ + "Ġcortic", + "oster" + ], + [ + "is", + "Empty" + ], + [ + "ee", + "ks" + ], + [ + "uss", + "ed" + ], + [ + "Ġge", + "ese" + ], + [ + "ĠOut", + "er" + ], + [ + "Ġod", + "ors" + ], + [ + "ĠArmen", + "ia" + ], + [ + "Ġreck", + "less" + ], + [ + "æ", + "ľ" + ], + [ + "Ġh", + "ooked" + ], + [ + "op", + "oly" + ], + [ + "Ġcont", + "ested" + ], + [ + "Ġinf", + "usion" + ], + [ + "Ġiniti", + "ating" + ], + [ + "Pl", + "us" + ], + [ + "Ġscholars", + "hips" + ], + [ + "M", + "ah" + ], + [ + "n", + "lm" + ], + [ + "Ġne", + "ph" + ], + [ + "ĠG", + "aza" + ], + [ + "ov", + "ich" + ], + [ + "Ġend", + "point" + ], + [ + "ĠWh", + "ilst" + ], + [ + "ĠProf", + "ile" + ], + [ + "ietz", + "sche" + ], + [ + "d", + "ry" + ], + [ + "u", + "pt" + ], + [ + "Ġt", + "ul" + ], + [ + "ĠD", + "rop" + ], + [ + "Ġide", + "ologies" + ], + [ + "Ġclean", + "ers" + ], + [ + "ĠJes", + "uit" + ], + [ + "Ġoverl", + "ooking" + ], + [ + "ĠExp", + "ected" + ], + [ + "ĠMess", + "enger" + ], + [ + "ĠPhot", + "oshop" + ], + [ + "Ġn", + "ymph" + ], + [ + "ĠP", + "lu" + ], + [ + "Ġsu", + "ction" + ], + [ + "Ġunder", + "world" + ], + [ + "Ġcal", + "am" + ], + [ + "Ġel", + "ites" + ], + [ + "app", + "roved" + ], + [ + "unt", + "il" + ], + [ + "ĠAust", + "en" + ], + [ + "Ġble", + "aching" + ], + [ + "ĠWhit", + "man" + ], + [ + "'", + "):" + ], + [ + "S", + "or" + ], + [ + "Ġanch", + "ored" + ], + [ + "ĠHunting", + "ton" + ], + [ + "oc", + "ations" + ], + [ + "ma", + "res" + ], + [ + "oly", + "sis" + ], + [ + "HT", + "ML" + ], + [ + "ĠMatt", + "ers" + ], + [ + "Ġto", + "pped" + ], + [ + "Ġencounter", + "ing" + ], + [ + "ĠWik", + "imedia" + ], + [ + "Ġ\\", + "*" + ], + [ + "Ġlou", + "der" + ], + [ + "3", + "16" + ], + [ + "od", + "iac" + ], + [ + "os", + "o" + ], + [ + "Ġle", + "aning" + ], + [ + "Ġpharmaceutical", + "s" + ], + [ + "p", + "ole" + ], + [ + "ĠT", + "ale" + ], + [ + "ist", + "ries" + ], + [ + "ĠM", + "ist" + ], + [ + "ĠG", + "ain" + ], + [ + "Ġup", + "bringing" + ], + [ + "Ġdeal", + "er" + ], + [ + "ĠConfed", + "eration" + ], + [ + "3", + "90" + ], + [ + "Ġ", + "Ùħ" + ], + [ + "ch", + "annel" + ], + [ + "Ġun", + "avoid" + ], + [ + "Ġind", + "ig" + ], + [ + "Ġhand", + "held" + ], + [ + "ĠAd", + "olf" + ], + [ + "Ġcr", + "aters" + ], + [ + "26", + "2" + ], + [ + "Ġrot", + "ates" + ], + [ + "ĠBeaut", + "y" + ], + [ + "Ġjelly", + "fish" + ], + [ + "Ġuncheck", + "ed" + ], + [ + "l", + "ash" + ], + [ + "Ġn", + "g" + ], + [ + "ĠS", + "ag" + ], + [ + "rib", + "ly" + ], + [ + "Ġpatri", + "otic" + ], + [ + "it", + "ability" + ], + [ + "ĠM", + "int" + ], + [ + "ĠM", + "ales" + ], + [ + "ĠK", + "re" + ], + [ + "ĠMy", + "Class" + ], + [ + "ĠReg", + "istry" + ], + [ + "Ġfib", + "rous" + ], + [ + "path", + "s" + ], + [ + "Ġstal", + "ks" + ], + [ + "b", + "ler" + ], + [ + "Ġcur", + "tain" + ], + [ + "ĠArt", + "ists" + ], + [ + "Ġrehe", + "ars" + ], + [ + "ĠW", + "id" + ], + [ + "Ġtool", + "kit" + ], + [ + "ĠGl", + "enn" + ], + [ + "ĠKe", + "ys" + ], + [ + "ĠInter", + "vention" + ], + [ + "Ġsplend", + "id" + ], + [ + "Ġplank", + "ton" + ], + [ + "?", + "." + ], + [ + "H", + "ash" + ], + [ + "Ġaut", + "hored" + ], + [ + "de", + "ath" + ], + [ + "ĠClass", + "es" + ], + [ + "ĠStand", + "ing" + ], + [ + "ĠComput", + "ers" + ], + [ + "Ġembod", + "iment" + ], + [ + "Ġp", + "ian" + ], + [ + "Ġun", + "ic" + ], + [ + "Ġtrans", + "genic" + ], + [ + "Ġprog", + "ester" + ], + [ + "Ġcal", + "end" + ], + [ + "An", + "cient" + ], + [ + "Ġ:", + ":" + ], + [ + "och", + "rom" + ], + [ + "Art", + "ificial" + ], + [ + "Ġencompass", + "ing" + ], + [ + "ĠGlac", + "ier" + ], + [ + "Ġd", + "itch" + ], + [ + "Ġl", + "est" + ], + [ + "ĠT", + "um" + ], + [ + "ĠNew", + "sp" + ], + [ + "Ġsl", + "ots" + ], + [ + "fe", + "it" + ], + [ + "Ġheter", + "ogeneous" + ], + [ + "Å", + "Ł" + ], + [ + "ud", + "er" + ], + [ + "ib", + "e" + ], + [ + "Ġrep", + "ression" + ], + [ + "Ġclass", + "ifications" + ], + [ + "Ġlit", + "res" + ], + [ + "Ġcr", + "ank" + ], + [ + "Ġheart", + "burn" + ], + [ + "ĠBar", + "rier" + ], + [ + "Ġcounter", + "intuitive" + ], + [ + "Ġsubt", + "ly" + ], + [ + "ĠAnn", + "ie" + ], + [ + "Ġdischar", + "ges" + ], + [ + "Ġcatar", + "act" + ], + [ + "3", + "11" + ], + [ + "E", + "uclidean" + ], + [ + "Ġh", + "amm" + ], + [ + "il", + "ight" + ], + [ + "ĠT", + "ouch" + ], + [ + "ree", + "ks" + ], + [ + "ĠK", + "urd" + ], + [ + "urs", + "ions" + ], + [ + "bel", + "ow" + ], + [ + "system", + "s" + ], + [ + "ĠDeg", + "ree" + ], + [ + "b", + "ag" + ], + [ + "ĠD", + "ion" + ], + [ + "per", + "se" + ], + [ + "Ġj", + "og" + ], + [ + "Ġ'", + "'." + ], + [ + "plic", + "ating" + ], + [ + "Ġmur", + "m" + ], + [ + "Ġsynthes", + "ize" + ], + [ + "ĠBenn", + "ett" + ], + [ + "p", + "aying" + ], + [ + "at", + "here" + ], + [ + "Ġcost", + "ume" + ], + [ + "Ġhang", + "s" + ], + [ + "Ġsubstit", + "uted" + ], + [ + "ĠF", + "iber" + ], + [ + "ĠEx", + "it" + ], + [ + "Impro", + "ved" + ], + [ + "Ġconve", + "ction" + ], + [ + "rocess", + "ing" + ], + [ + "Ġserm", + "on" + ], + [ + "Ġen", + "queue" + ], + [ + "Ġins", + "ulated" + ], + [ + "sp", + "onsored" + ], + [ + "ĠHay", + "es" + ], + [ + "ĠReh", + "abilitation" + ], + [ + "in", + "ers" + ], + [ + "Ġqu", + "ake" + ], + [ + "Ġgen", + "otype" + ], + [ + "Ġaff", + "luent" + ], + [ + "Ġconsult", + "ants" + ], + [ + "Ġinhal", + "ation" + ], + [ + "ĠSanti", + "ago" + ], + [ + "Ġa", + "ust" + ], + [ + "ĠCom", + "ing" + ], + [ + "Ġled", + "ger" + ], + [ + "ĠProg", + "ressive" + ], + [ + "Ġsweet", + "ness" + ], + [ + "HO", + "W" + ], + [ + "ĠPap", + "ua" + ], + [ + "F", + "ather" + ], + [ + "Ġd", + "red" + ], + [ + "ĠF", + "lying" + ], + [ + "Ġple", + "asures" + ], + [ + "Ġmodul", + "us" + ], + [ + "Ġprogester", + "one" + ], + [ + "Ġg", + "our" + ], + [ + "oc", + "ities" + ], + [ + "Col", + "umb" + ], + [ + "Hy", + "per" + ], + [ + "v", + "ine" + ], + [ + "Ġpart", + "nered" + ], + [ + "Ġsqu", + "id" + ], + [ + "ĠSw", + "an" + ], + [ + "Com", + "plete" + ], + [ + "Ġoscill", + "ations" + ], + [ + "ĠP", + "I" + ], + [ + "ĠP", + "f" + ], + [ + "Ġinf", + "ested" + ], + [ + "uff", + "er" + ], + [ + "umm", + "ies" + ], + [ + "Requ", + "est" + ], + [ + "g", + "ently" + ], + [ + "00", + "6" + ], + [ + "ĠUn", + "icode" + ], + [ + "ĠCl", + "im" + ], + [ + "Ġsou", + "ven" + ], + [ + "ĠTrans", + "l" + ], + [ + "ĠNow", + "adays" + ], + [ + "Ġship", + "wre" + ], + [ + "unk", + "er" + ], + [ + "Ġrid", + "iculous" + ], + [ + "Ġpreschool", + "ers" + ], + [ + "A", + "z" + ], + [ + "F", + "ish" + ], + [ + "P", + "CR" + ], + [ + "t", + "in" + ], + [ + "Ġt", + "out" + ], + [ + "Ġh", + "ing" + ], + [ + "ĠM", + "ouse" + ], + [ + "ĠF", + "rost" + ], + [ + "Ġdra", + "fts" + ], + [ + "Ġmigr", + "ations" + ], + [ + "Ag", + "ricult" + ], + [ + "enz", + "ie" + ], + [ + "ĠS", + "plit" + ], + [ + "em", + "otional" + ], + [ + "oc", + "aly" + ], + [ + "Ġpos", + "it" + ], + [ + "Ġpost", + "al" + ], + [ + "Ġsand", + "wic" + ], + [ + "Ġâī", + "ł" + ], + [ + "ĠTer", + "ry" + ], + [ + "Ġbio", + "fuel" + ], + [ + "Ġend", + "owed" + ], + [ + "Ġop", + "aque" + ], + [ + "Ġdomin", + "ates" + ], + [ + "cels", + "ius" + ], + [ + "H", + "ER" + ], + [ + "Ġv", + "ested" + ], + [ + "Ġle", + "aking" + ], + [ + "ĠG", + "atsby" + ], + [ + "Ġeng", + "lish" + ], + [ + "aut", + "hors" + ], + [ + "24", + "6" + ], + [ + "Ġflo", + "oring" + ], + [ + "Ġsyn", + "onyms" + ], + [ + "ĠHistor", + "ically" + ], + [ + "Ġloc", + "us" + ], + [ + "Ġz", + "eal" + ], + [ + "Ġmach", + "ining" + ], + [ + "Ġbot", + "an" + ], + [ + "Hist", + "orical" + ], + [ + "ĠKn", + "ox" + ], + [ + "ĠPra", + "irie" + ], + [ + "ĠItal", + "ians" + ], + [ + "P", + "oor" + ], + [ + "ĠD", + "istance" + ], + [ + "Ġtown", + "speople" + ], + [ + "Ġforget", + "ting" + ], + [ + "vari", + "able" + ], + [ + "ĠAnat", + "omy" + ], + [ + "E", + "mer" + ], + [ + "p", + "ad" + ], + [ + "ĠI", + "B" + ], + [ + "ys", + "s" + ], + [ + "Ġra", + "ils" + ], + [ + "Ġbl", + "u" + ], + [ + "Ġtransl", + "ator" + ], + [ + "Ġlib", + "erated" + ], + [ + "Ġtor", + "us" + ], + [ + "Vol", + "ume" + ], + [ + "ĠCompet", + "ition" + ], + [ + "Ġdis", + "sect" + ], + [ + "gl", + "ass" + ], + [ + "Ġtow", + "els" + ], + [ + "Ke", + "eping" + ], + [ + "Ġhack", + "er" + ], + [ + "Ġimperial", + "ism" + ], + [ + "Elect", + "ric" + ], + [ + "Ġinsec", + "ure" + ], + [ + "he", + "et" + ], + [ + "Ġe", + "agles" + ], + [ + "ĠL", + "ed" + ], + [ + "med", + "ical" + ], + [ + "Ġdisproportion", + "ate" + ], + [ + "L", + "uke" + ], + [ + "h", + "m" + ], + [ + "ĠR", + "D" + ], + [ + "ĠCh", + "urches" + ], + [ + "()", + "`," + ], + [ + "fact", + "ors" + ], + [ + "Ġbirth", + "place" + ], + [ + "Ġhyper", + "bolic" + ], + [ + "Car", + "thy" + ], + [ + "Ġh", + "tml" + ], + [ + "ĠT", + "rop" + ], + [ + "ific", + "ance" + ], + [ + "Ġprob", + "iotic" + ], + [ + "ĠLou", + "vre" + ], + [ + "Ġles", + "bian" + ], + [ + "Ġpharmac", + "ist" + ], + [ + "ĠGN", + "U" + ], + [ + "ĠBless", + "ed" + ], + [ + "Ġted", + "ious" + ], + [ + "3", + "13" + ], + [ + "at", + "an" + ], + [ + "Ġhypothes", + "ized" + ], + [ + "Ġrend", + "ers" + ], + [ + "Ġh", + "ues" + ], + [ + "Ġco", + "ch" + ], + [ + ")`", + ":" + ], + [ + "ĠLuc", + "as" + ], + [ + "s", + "ocket" + ], + [ + "ing", + "le" + ], + [ + "id", + "x" + ], + [ + "ĠH", + "ier" + ], + [ + "ĠR", + "ational" + ], + [ + "Ġsw", + "arm" + ], + [ + "Ġarr", + "hyth" + ], + [ + "ĠEqu", + "ity" + ], + [ + "Ġsab", + "ot" + ], + [ + "Ġenfor", + "cing" + ], + [ + "4", + "60" + ], + [ + "ess", + "ing" + ], + [ + "Ġun", + "att" + ], + [ + "Ġelect", + "rically" + ], + [ + "Ġrespons", + "ibly" + ], + [ + "Ġflour", + "ishing" + ], + [ + "Germ", + "any" + ], + [ + "ĠNicarag", + "ua" + ], + [ + "Ġinter", + "connect" + ], + [ + "ĠMay", + "an" + ], + [ + "Sub", + "scribe" + ], + [ + "stan", + "bul" + ], + [ + "L", + "in" + ], + [ + "i", + "atic" + ], + [ + "Ġin", + "box" + ], + [ + "ĠT", + "ub" + ], + [ + "iv", + "ore" + ], + [ + "ec", + "ost" + ], + [ + "Ġk", + "icked" + ], + [ + "ĠSn", + "ake" + ], + [ + "ĠRecy", + "cling" + ], + [ + "ent", + "a" + ], + [ + "om", + "ac" + ], + [ + "lect", + "ive" + ], + [ + "Ġlo", + "os" + ], + [ + "Ġbat", + "talion" + ], + [ + "ĠMan", + "ch" + ], + [ + "Ġtrou", + "bling" + ], + [ + "ĠClass", + "ic" + ], + [ + "ĠHig", + "gs" + ], + [ + "_", + "{" + ], + [ + "j", + "ob" + ], + [ + "st", + "ead" + ], + [ + "Ġu", + "reth" + ], + [ + "ff", + "iti" + ], + [ + "erm", + "is" + ], + [ + "Ġcapt", + "ivate" + ], + [ + "amb", + "ique" + ], + [ + "Lou", + "is" + ], + [ + "F", + "uture" + ], + [ + "Ġp", + "ag" + ], + [ + "Ġan", + "eur" + ], + [ + "ĠD", + "uck" + ], + [ + "Ġun", + "law" + ], + [ + "ĠK", + "aiser" + ], + [ + "Ġbro", + "od" + ], + [ + "co", + "ordinates" + ], + [ + "Ġsan", + "itary" + ], + [ + "ĠNY", + "C" + ], + [ + "Ġtranqu", + "il" + ], + [ + "Ġtatto", + "o" + ], + [ + "Ġimpract", + "ical" + ], + [ + "F", + "ew" + ], + [ + "in", + "ist" + ], + [ + "um", + "bs" + ], + [ + "iff", + "el" + ], + [ + "Ġmemor", + "ize" + ], + [ + "Every", + "thing" + ], + [ + "ĠNob", + "ody" + ], + [ + "Ġremed", + "iation" + ], + [ + "ĠSpani", + "ards" + ], + [ + "f", + "ollow" + ], + [ + "Ġst", + "ren" + ], + [ + "ĠP", + "ond" + ], + [ + "Ġdet", + "ract" + ], + [ + "Ġimm", + "utable" + ], + [ + "Ġgeneral", + "ize" + ], + [ + "sal", + "ms" + ], + [ + "ĠAth", + "let" + ], + [ + "Ġmethod", + "ological" + ], + [ + "ĠGreen", + "e" + ], + [ + "ĠSav", + "annah" + ], + [ + "ĠBry", + "an" + ], + [ + "Ġinert", + "ia" + ], + [ + "m", + "ort" + ], + [ + "en", + "use" + ], + [ + "Ġso", + "ot" + ], + [ + "Ġtr", + "imester" + ], + [ + "osp", + "heric" + ], + [ + "ĠElectric", + "ity" + ], + [ + "d", + "ot" + ], + [ + "Ġle", + "pt" + ], + [ + "ind", + "ividual" + ], + [ + "Ġdescend", + "ant" + ], + [ + "Ġinfl", + "ated" + ], + [ + "Ġexpans", + "ive" + ], + [ + "5", + "10" + ], + [ + "ot", + "ides" + ], + [ + "mit", + "ting" + ], + [ + "Ch", + "icago" + ], + [ + "on", + "ance" + ], + [ + "ĠT", + "ao" + ], + [ + "ide", + "os" + ], + [ + "ll", + "er" + ], + [ + "Ġent", + "renched" + ], + [ + "Ġpress", + "es" + ], + [ + "Ġcontain", + "ment" + ], + [ + "ĠAss", + "ignment" + ], + [ + "att", + "ack" + ], + [ + "assert", + "Equal" + ], + [ + "ĠFlor", + "a" + ], + [ + "Ġmes", + "mer" + ], + [ + "on", + "na" + ], + [ + "Ġin", + "vert" + ], + [ + "Ġst", + "ature" + ], + [ + "ĠS", + "K" + ], + [ + "ib", + "a" + ], + [ + "Ġact", + "u" + ], + [ + "Ġens", + "uing" + ], + [ + "Ġcamp", + "uses" + ], + [ + "ĠOutput", + "s" + ], + [ + "Ġtut", + "ors" + ], + [ + "ĠOl", + "ive" + ], + [ + "Ġash", + "ore" + ], + [ + "ĠðŁ", + "ĻĤ" + ], + [ + "ĠJere", + "miah" + ], + [ + "Ġpro", + "phyl" + ], + [ + "Ġcom", + "a" + ], + [ + "em", + "ann" + ], + [ + "ud", + "get" + ], + [ + "ĠGo", + "al" + ], + [ + "Ġrout", + "ers" + ], + [ + "EM", + "A" + ], + [ + "Ġsubstit", + "uting" + ], + [ + "Ġl", + "ords" + ], + [ + "Ġcl", + "utter" + ], + [ + "Ġpre", + "ach" + ], + [ + "Ġmill", + "imeters" + ], + [ + "Ġscar", + "ring" + ], + [ + "rin", + "os" + ], + [ + "ĠNorm", + "andy" + ], + [ + "Ġplug", + "s" + ], + [ + "otyp", + "ic" + ], + [ + "Ġovere", + "x" + ], + [ + "L", + "ee" + ], + [ + "ge", + "ons" + ], + [ + "ĠD", + "ed" + ], + [ + "ĠO", + "st" + ], + [ + "Ġobject", + "ively" + ], + [ + "Ġworks", + "pace" + ], + [ + "ĠNorth", + "western" + ], + [ + "Ġir", + "is" + ], + [ + "Ġneu", + "rom" + ], + [ + "Ġfashion", + "able" + ], + [ + "Ġtub", + "ing" + ], + [ + "Ġgym", + "n" + ], + [ + "ĠBehav", + "iour" + ], + [ + "ĠEpidem", + "iology" + ], + [ + "en", + "osis" + ], + [ + "ĠH", + "ut" + ], + [ + "Ġend", + "ings" + ], + [ + "sal", + "ary" + ], + [ + "op", + "tic" + ], + [ + "Ġus", + "ability" + ], + [ + "Ġsupp", + "orter" + ], + [ + "Ġstuff", + "ed" + ], + [ + "Simpl", + "ifying" + ], + [ + "T", + "ex" + ], + [ + "Ġa", + "ft" + ], + [ + "Ġin", + "let" + ], + [ + "Ġspect", + "acle" + ], + [ + "ĠI", + "U" + ], + [ + "ĠL", + "C" + ], + [ + "we", + "ather" + ], + [ + "Ġperform", + "er" + ], + [ + "Ġfree", + "ing" + ], + [ + "ext", + "end" + ], + [ + "28", + "1" + ], + [ + "ĠRev", + "ised" + ], + [ + "ĠWind", + "ow" + ], + [ + "Ġchron", + "ology" + ], + [ + "ĠNa", + "ples" + ], + [ + "b", + "alls" + ], + [ + "ĠO", + "ption" + ], + [ + "ĠU", + "z" + ], + [ + "ĠU", + "ru" + ], + [ + "Ġcomm", + "ons" + ], + [ + "Ġterm", + "inated" + ], + [ + "Ġiter", + "ator" + ], + [ + "Ġol", + "factory" + ], + [ + "atche", + "wan" + ], + [ + "d", + "ings" + ], + [ + "ĠP", + "urchase" + ], + [ + "ĠB", + "ug" + ], + [ + "Ġcont", + "ention" + ], + [ + "ĠCarol", + "ine" + ], + [ + "uv", + "ian" + ], + [ + "Ġhist", + "ograms" + ], + [ + "()", + "`." + ], + [ + "Ġwood", + "lands" + ], + [ + "ĠAtt", + "ack" + ], + [ + "ĠStruct", + "ural" + ], + [ + "ĠWes", + "ley" + ], + [ + "op", + "ters" + ], + [ + "iff", + "e" + ], + [ + "Ġconsult", + "ations" + ], + [ + "proper", + "ty" + ], + [ + "d", + "uring" + ], + [ + "h", + "ua" + ], + [ + "ill", + "usion" + ], + [ + "Ġtra", + "che" + ], + [ + "obal", + "t" + ], + [ + "Ġded", + "uce" + ], + [ + "tra", + "de" + ], + [ + "Ġhour", + "ly" + ], + [ + "ĠAD", + "D" + ], + [ + "ĠTy", + "ler" + ], + [ + "Ġreper", + "cussions" + ], + [ + "'", + "}" + ], + [ + "n", + "odes" + ], + [ + "Ġp", + "ity" + ], + [ + "ĠAs", + "ide" + ], + [ + "uc", + "ose" + ], + [ + "Ġadjust", + "able" + ], + [ + "Ġhyper", + "activity" + ], + [ + "ĠResp", + "ond" + ], + [ + "Net", + "work" + ], + [ + "Ġinex", + "plic" + ], + [ + "Ġflamm", + "able" + ], + [ + "Ġf", + "iery" + ], + [ + "Ġb", + "ans" + ], + [ + "Ġconfident", + "ly" + ], + [ + "Ġgroom", + "ing" + ], + [ + "á¸", + "¥" + ], + [ + "ist", + "ocene" + ], + [ + "**", + "**" + ], + [ + "Ġdist", + "al" + ], + [ + "Ġbre", + "thren" + ], + [ + "sp", + "an" + ], + [ + "ĠFem", + "ales" + ], + [ + "ĠS", + "B" + ], + [ + "ĠP", + "G" + ], + [ + "ĠPh", + "ar" + ], + [ + "Ġenvironmental", + "ists" + ], + [ + "ĠMc", + "L" + ], + [ + "Ġlic", + "ence" + ], + [ + "ĠLo", + "ad" + ], + [ + "ĠMax", + "well" + ], + [ + "ĠCamer", + "a" + ], + [ + "Ġawaken", + "ing" + ], + [ + "g", + "od" + ], + [ + "it", + "é" + ], + [ + "Ġm", + "asonry" + ], + [ + "am", + "ong" + ], + [ + "ĠH", + "S" + ], + [ + "art", + "hed" + ], + [ + "Ġimm", + "ob" + ], + [ + "Ġfarm", + "ed" + ], + [ + "ĠJes", + "se" + ], + [ + "ĠChe", + "ster" + ], + [ + "ĠPhilos", + "ophical" + ], + [ + "ĠSold", + "iers" + ], + [ + "ĠM", + "iles" + ], + [ + "ther", + "mal" + ], + [ + "Ġun", + "affected" + ], + [ + "Ad", + "apt" + ], + [ + "ingu", + "ishable" + ], + [ + "iber", + "ian" + ], + [ + "N", + "D" + ], + [ + "Ġs", + "ar" + ], + [ + "Ġorder", + "ly" + ], + [ + "Ġfire", + "wall" + ], + [ + "ĠCompar", + "ative" + ], + [ + "Ġmistaken", + "ly" + ], + [ + "Ġshe", + "ath" + ], + [ + "ĠOx", + "ygen" + ], + [ + "Ġdot", + "ted" + ], + [ + "at", + "ology" + ], + [ + "Ġf", + "eline" + ], + [ + "Ġg", + "le" + ], + [ + "ĠW", + "end" + ], + [ + "ans", + "on" + ], + [ + "Ġspecial", + "ization" + ], + [ + "lo", + "o" + ], + [ + "AC", + "P" + ], + [ + "Ġvent", + "ricular" + ], + [ + "Ġfertil", + "ized" + ], + [ + "Ġconform", + "ity" + ], + [ + "Ġhurd", + "les" + ], + [ + "Ġwork", + "places" + ], + [ + "Ġselect", + "s" + ], + [ + "29", + "9" + ], + [ + "Ġment", + "ality" + ], + [ + "Ġmur", + "als" + ], + [ + "uter", + "onomy" + ], + [ + "a", + "q" + ], + [ + "m", + "able" + ], + [ + "p", + "ipe" + ], + [ + "Ġsy", + "s" + ], + [ + "Ġfix", + "ation" + ], + [ + "Ġbuck", + "ets" + ], + [ + "ĠBa", + "iley" + ], + [ + "H", + "ot" + ], + [ + "Ġt", + "rough" + ], + [ + "ĠA", + "ve" + ], + [ + "Ġr", + "ude" + ], + [ + "ĠK", + "om" + ], + [ + "val", + "ence" + ], + [ + "Ġconsp", + "icuous" + ], + [ + "ĠMoh", + "ammed" + ], + [ + "ĠRegist", + "ration" + ], + [ + "Ġvolt", + "ages" + ], + [ + "l", + "iest" + ], + [ + "ĠH", + "ands" + ], + [ + "Ġdist", + "ortions" + ], + [ + "Ġpop", + "ping" + ], + [ + "num", + "erable" + ], + [ + "umb", + "led" + ], + [ + "Ġmel", + "odies" + ], + [ + "Ġtag", + "ged" + ], + [ + "Ġintr", + "usion" + ], + [ + "exist", + "ent" + ], + [ + "n", + "eck" + ], + [ + "s", + "pect" + ], + [ + "Ġs", + "i" + ], + [ + "arch", + "ing" + ], + [ + "Ġcirc", + "ulatory" + ], + [ + "ox", + "id" + ], + [ + "Ġselect", + "ions" + ], + [ + "pe", + "er" + ], + [ + "ĠGl", + "obe" + ], + [ + "Ġperpet", + "rators" + ], + [ + "ĠInflu", + "ence" + ], + [ + "ĠFran", + "ç" + ], + [ + "T", + "B" + ], + [ + "v", + "ideo" + ], + [ + "ar", + "ad" + ], + [ + "ir", + "is" + ], + [ + "Ġsp", + "ared" + ], + [ + "Ġmis", + "erable" + ], + [ + "Ġnews", + "letters" + ], + [ + "Ġhon", + "oring" + ], + [ + "advant", + "ages" + ], + [ + "Comp", + "are" + ], + [ + "an", + "ian" + ], + [ + "Ġh", + "ated" + ], + [ + "Ġan", + "c" + ], + [ + "ke", + "f" + ], + [ + "ĠV", + "est" + ], + [ + "Ġprov", + "oked" + ], + [ + "Ġdeb", + "ug" + ], + [ + "ĠList", + "ening" + ], + [ + "ĠDev", + "ice" + ], + [ + "ĠDougl", + "ass" + ], + [ + "Ġaneur", + "ys" + ], + [ + "Ù", + "Ĥ" + ], + [ + "ic", + "z" + ], + [ + "Ġarch", + "ival" + ], + [ + "ste", + "ine" + ], + [ + "Ġsummar", + "izing" + ], + [ + "ĠOcc", + "asionally" + ], + [ + "Ġobstruct", + "ive" + ], + [ + "ĠYugoslav", + "ia" + ], + [ + "H", + "ig" + ], + [ + "T", + "ele" + ], + [ + "ut", + "ies" + ], + [ + "ĠS", + "age" + ], + [ + "eth", + "oven" + ], + [ + "Ġstart", + "ling" + ], + [ + "Ġocc", + "ult" + ], + [ + "Ġtreat", + "able" + ], + [ + "ĠBar", + "rett" + ], + [ + "Ġtar", + "iff" + ], + [ + "5", + "60" + ], + [ + "Ġal", + "ters" + ], + [ + "Ġbr", + "ink" + ], + [ + "Ġfeed", + "er" + ], + [ + "26", + "3" + ], + [ + "US", + "E" + ], + [ + "ĠChap", + "man" + ], + [ + "f", + "ra" + ], + [ + "Ġth", + "ro" + ], + [ + "act", + "ively" + ], + [ + "Ġdra", + "gged" + ], + [ + "40", + "5" + ], + [ + "Ġhyp", + "oth" + ], + [ + "IC", + "T" + ], + [ + "Ġdiscipl", + "inary" + ], + [ + "Ġanecd", + "otal" + ], + [ + "Ġswift", + "ly" + ], + [ + "M", + "other" + ], + [ + "Ġf", + "erv" + ], + [ + "Ġstandard", + "ization" + ], + [ + "ĠRem", + "oved" + ], + [ + "inet", + "eenth" + ], + [ + "ĠSign", + "al" + ], + [ + "Ġphilosoph", + "ies" + ], + [ + "Ġm", + "illing" + ], + [ + "ch", + "rom" + ], + [ + "ĠC", + "asc" + ], + [ + "Ġcirc", + "ulated" + ], + [ + "Ġhuge", + "ly" + ], + [ + "Ġrevers", + "ible" + ], + [ + "Ġupgrad", + "ed" + ], + [ + "ĠPengu", + "in" + ], + [ + "n", + "esty" + ], + [ + "ĠL", + "umin" + ], + [ + "Ġunderstand", + "ings" + ], + [ + "Ġobs", + "essive" + ], + [ + "Ġintern", + "ship" + ], + [ + "29", + "3" + ], + [ + "ĠIM", + "F" + ], + [ + "f", + "emale" + ], + [ + "ĠC", + "hern" + ], + [ + "op", + "o" + ], + [ + "ib", + "us" + ], + [ + "Ġatt", + "orneys" + ], + [ + "Ġminim", + "ise" + ], + [ + "Ġecl", + "ips" + ], + [ + "Ġpalp", + "able" + ], + [ + "s", + "oluble" + ], + [ + "Ġre", + "ag" + ], + [ + "Ġmon", + "astic" + ], + [ + "Ġfac", + "et" + ], + [ + "Ġarchitect", + "ures" + ], + [ + "ĠMal", + "awi" + ], + [ + "w", + "ire" + ], + [ + "al", + "most" + ], + [ + "Ġqu", + "itting" + ], + [ + "Ġexc", + "re" + ], + [ + "29", + "5" + ], + [ + "ĠPre", + "paration" + ], + [ + "char", + "ides" + ], + [ + "hand", + "le" + ], + [ + "ĠSad", + "ly" + ], + [ + "Docu", + "ment" + ], + [ + "D", + "ER" + ], + [ + "d", + "ala" + ], + [ + "f", + "ox" + ], + [ + "Ġth", + "ieves" + ], + [ + "Ġtreat", + "ise" + ], + [ + "Ġpred", + "icate" + ], + [ + "Ġassess", + "es" + ], + [ + "Ġfire", + "arms" + ], + [ + "Ġstake", + "holder" + ], + [ + "Ġmiracul", + "ous" + ], + [ + "Ġb", + "olt" + ], + [ + "Ġinto", + "x" + ], + [ + "Ġpot", + "ting" + ], + [ + "Ġsqu", + "ad" + ], + [ + "Ġfant", + "astical" + ], + [ + "ĠPic", + "asso" + ], + [ + "Ġp", + "yl" + ], + [ + "ĠM", + "Äģ" + ], + [ + "ĠB", + "ass" + ], + [ + "ĠW", + "R" + ], + [ + "eth", + "ical" + ], + [ + "ĠSp", + "art" + ], + [ + "ger", + "ald" + ], + [ + "Ġinject", + "ing" + ], + [ + "ĠLabor", + "atories" + ], + [ + "Ġsupervis", + "ors" + ], + [ + "Ġpear", + "ls" + ], + [ + "Ġdilem", + "mas" + ], + [ + "l", + "ip" + ], + [ + "Ġcur", + "s" + ], + [ + "ring", + "es" + ], + [ + "Ġdi", + "agon" + ], + [ + "Ġlate", + "x" + ], + [ + "Ġeyes", + "ight" + ], + [ + "cont", + "roller" + ], + [ + "claim", + "er" + ], + [ + "Ġbom", + "bers" + ], + [ + "ĠAlg", + "orithm" + ], + [ + "Ġasympt", + "omatic" + ], + [ + "ĠVolunt", + "eer" + ], + [ + "Ġelic", + "it" + ], + [ + "ĠUran", + "us" + ], + [ + "J", + "ones" + ], + [ + "ĠT", + "ou" + ], + [ + "ĠC", + "AP" + ], + [ + "of", + "er" + ], + [ + "ĠMil", + "waukee" + ], + [ + "Ġmenstru", + "ation" + ], + [ + "ĠLithuan", + "ia" + ], + [ + "Ġleth", + "ar" + ], + [ + "C", + "AD" + ], + [ + "ot", + "us" + ], + [ + "ĠP", + "aste" + ], + [ + "ĠO", + "A" + ], + [ + "Ġcelebr", + "ity" + ], + [ + "lam", + "ation" + ], + [ + "long", + "est" + ], + [ + "ATION", + "S" + ], + [ + "Ġecho", + "ed" + ], + [ + "tys", + "burg" + ], + [ + "ĠC", + "ul" + ], + [ + "Ġrep", + "ar" + ], + [ + "Ġfact", + "ion" + ], + [ + "Ġextra", + "cellular" + ], + [ + "ĠComb", + "ining" + ], + [ + "NOT", + "E" + ], + [ + "re", + "le" + ], + [ + "ĠA", + "ber" + ], + [ + "ĠH", + "ern" + ], + [ + "Ġprom", + "inently" + ], + [ + "Ġgrass", + "roots" + ], + [ + "Ġsen", + "ators" + ], + [ + "ĠOper", + "a" + ], + [ + "Econom", + "ic" + ], + [ + "Ġf", + "oc" + ], + [ + "il", + "ience" + ], + [ + "ĠT", + "rent" + ], + [ + "Ġprov", + "oke" + ], + [ + "ĠTr", + "in" + ], + [ + "set", + "te" + ], + [ + "Ġsell", + "ers" + ], + [ + "ĠFe", + "ast" + ], + [ + "Ġpars", + "ing" + ], + [ + "n", + "m" + ], + [ + "at", + "ized" + ], + [ + "Ġcon", + "cessions" + ], + [ + "Ġpol", + "ish" + ], + [ + "Ġsol", + "ves" + ], + [ + "Ġprem", + "ier" + ], + [ + "à¥", + "ĩ" + ], + [ + "Ġaffil", + "iation" + ], + [ + "ĠCompar", + "ing" + ], + [ + "Ġf", + "ading" + ], + [ + "ĠB", + "read" + ], + [ + "ĠZ", + "ambia" + ], + [ + "Ġcontent", + "ious" + ], + [ + "Ġmill", + "isec" + ], + [ + "ĠFig", + "ures" + ], + [ + "Ġmarch", + "ing" + ], + [ + "Ġexplor", + "ations" + ], + [ + "ĠRecogn", + "izing" + ], + [ + "9", + "50" + ], + [ + "[", + "::-" + ], + [ + "Ġre", + "iter" + ], + [ + "id", + "ic" + ], + [ + "Ġr", + "ushing" + ], + [ + "Ġop", + "ium" + ], + [ + "Ġice", + "berg" + ], + [ + "ĠPlay", + "ers" + ], + [ + "Ġdelight", + "ful" + ], + [ + "Ġpige", + "on" + ], + [ + "Ġs", + "ow" + ], + [ + "ew", + "s" + ], + [ + "Ġz", + "omb" + ], + [ + "Sc", + "ott" + ], + [ + "Know", + "ing" + ], + [ + "Ġaccus", + "ations" + ], + [ + "ĠC", + "NS" + ], + [ + "ĠF", + "iles" + ], + [ + "ĠG", + "est" + ], + [ + "Ġcre", + "ams" + ], + [ + "Ġgl", + "imps" + ], + [ + "ret", + "ched" + ], + [ + "ĠTra", + "ditionally" + ], + [ + "ĠMin", + "neapolis" + ], + [ + "ĠMonth", + "ly" + ], + [ + "D", + "ele" + ], + [ + "ol", + "astic" + ], + [ + "Ġcont", + "ests" + ], + [ + "IN", + "K" + ], + [ + "Ġinsp", + "ected" + ], + [ + "rh", + "osis" + ], + [ + "Ġimmort", + "ality" + ], + [ + "l", + "ittle" + ], + [ + "z", + "u" + ], + [ + "os", + "itions" + ], + [ + "Ġsh", + "ines" + ], + [ + "Ġfear", + "ing" + ], + [ + "ĠHy", + "giene" + ], + [ + "Ġrefrig", + "eration" + ], + [ + "re", + "lease" + ], + [ + "Ġf", + "ren" + ], + [ + "Ġhe", + "irs" + ], + [ + "os", + "l" + ], + [ + "ĠR", + "ah" + ], + [ + ").", + "âĢĿ" + ], + [ + "rit", + "ies" + ], + [ + "Ġbal", + "let" + ], + [ + "Ġfurn", + "ished" + ], + [ + "ĠAsk", + "ed" + ], + [ + "ĠCost", + "s" + ], + [ + "Ġinqu", + "ire" + ], + [ + "Fin", + "ancial" + ], + [ + "H", + "ence" + ], + [ + "ĠH", + "MS" + ], + [ + "br", + "as" + ], + [ + "Ġrecord", + "er" + ], + [ + "ĠAc", + "celer" + ], + [ + "add", + "ed" + ], + [ + "Ġunders", + "ide" + ], + [ + "p", + "ros" + ], + [ + "il", + "ized" + ], + [ + "Ġle", + "opard" + ], + [ + "ĠMed", + "itation" + ], + [ + "ocr", + "ates" + ], + [ + "ĠA", + "u" + ], + [ + "ĠH", + "aus" + ], + [ + "ĠO", + "T" + ], + [ + "ang", + "erous" + ], + [ + "read", + "er" + ], + [ + "Ġpur", + "ify" + ], + [ + "Ġnight", + "mare" + ], + [ + "Ġtax", + "onomy" + ], + [ + "ĠMiss", + "ing" + ], + [ + "Ġimplicit", + "ly" + ], + [ + "d", + "ard" + ], + [ + "Ñ", + "Į" + ], + [ + "Ġd", + "aring" + ], + [ + "ĠC", + "rystal" + ], + [ + "per", + "ing" + ], + [ + "ough", + "ton" + ], + [ + "Ġarch", + "ipelago" + ], + [ + "ĠRh", + "ine" + ], + [ + "Ox", + "ford" + ], + [ + "or", + "ide" + ], + [ + "Ġre", + "think" + ], + [ + "st", + "own" + ], + [ + "Ch", + "ief" + ], + [ + "lor", + "a" + ], + [ + "ĠPhys", + "icians" + ], + [ + "ĠPolic", + "ies" + ], + [ + "Ġsympt", + "omatic" + ], + [ + "ĠShort", + "ly" + ], + [ + "Ġsubmar", + "ines" + ], + [ + "Ġgeneal", + "ogy" + ], + [ + "E", + "ver" + ], + [ + "w", + "at" + ], + [ + "Ġof", + "t" + ], + [ + "as", + "aki" + ], + [ + "Ġl", + "ign" + ], + [ + "ĠM", + "ORE" + ], + [ + "act", + "ly" + ], + [ + "24", + "9" + ], + [ + "Ġhor", + "rors" + ], + [ + "Ġbad", + "ge" + ], + [ + "Ġblue", + "berries" + ], + [ + "Ð", + "´" + ], + [ + "ĠS", + "isters" + ], + [ + "fact", + "orial" + ], + [ + "Ġgarden", + "er" + ], + [ + "ĠProv", + "idence" + ], + [ + "Ġcact", + "us" + ], + [ + "Ġd", + "ilation" + ], + [ + "il", + "ers" + ], + [ + "est", + "ine" + ], + [ + "igh", + "am" + ], + [ + "Ġharm", + "ed" + ], + [ + "Ġnom", + "ination" + ], + [ + "Ġsne", + "ezing" + ], + [ + "Ġrelie", + "ving" + ], + [ + "Ġimpart", + "ial" + ], + [ + "ĠFergus", + "on" + ], + [ + "Ġunfore", + "seen" + ], + [ + "p", + "ol" + ], + [ + "á", + "º" + ], + [ + "Ġd", + "usk" + ], + [ + "Ġrev", + "ive" + ], + [ + "ĠSqu", + "adron" + ], + [ + "Ġsour", + "cing" + ], + [ + "mel", + "on" + ], + [ + "Ġchimpan", + "zees" + ], + [ + "V", + "ER" + ], + [ + "ri", + "ous" + ], + [ + "Ġpre", + "con" + ], + [ + "ah", + "s" + ], + [ + "med", + "ian" + ], + [ + "Con", + "nection" + ], + [ + "Ident", + "ifying" + ], + [ + "Ev", + "idence" + ], + [ + "Ġarist", + "ocracy" + ], + [ + "Ġpend", + "ulum" + ], + [ + "s", + "aid" + ], + [ + "Ġc", + "aching" + ], + [ + "ĠS", + "ard" + ], + [ + "Ġpo", + "ised" + ], + [ + "aj", + "i" + ], + [ + "to", + "e" + ], + [ + "ĠMar", + "ines" + ], + [ + "ĠSu", + "ccessful" + ], + [ + "ĠResp", + "iratory" + ], + [ + "Ġneat", + "ly" + ], + [ + "4", + "25" + ], + [ + "Î", + "¯" + ], + [ + "Ġman", + "go" + ], + [ + "ĠAl", + "ert" + ], + [ + "Ġclos", + "ures" + ], + [ + "ĠHell", + "en" + ], + [ + "ocaly", + "ptic" + ], + [ + "al", + "us" + ], + [ + "ĠR", + "SS" + ], + [ + "Ġlook", + "out" + ], + [ + "Ġhy", + "gien" + ], + [ + "Ġcommand", + "ments" + ], + [ + "net", + "t" + ], + [ + "Ġbund", + "les" + ], + [ + "Ġfacult", + "ies" + ], + [ + "V", + "E" + ], + [ + "ir", + "gin" + ], + [ + "ĠM", + "oor" + ], + [ + "Ġhy", + "m" + ], + [ + "asp", + "x" + ], + [ + "ĠSet", + "tings" + ], + [ + "Set", + "ting" + ], + [ + "ĠMoz", + "art" + ], + [ + "c", + "ustom" + ], + [ + "o", + "zyg" + ], + [ + "Ġs", + "ails" + ], + [ + "ith", + "s" + ], + [ + "ĠN", + "D" + ], + [ + "Ġclean", + "liness" + ], + [ + "ĠBo", + "hem" + ], + [ + "Ġhom", + "osexuality" + ], + [ + "Can", + "adian" + ], + [ + "L", + "AN" + ], + [ + "a", + "illes" + ], + [ + "ð", + "Ŀ" + ], + [ + "st", + "olic" + ], + [ + "Ġins", + "ulating" + ], + [ + "co", + "ordinate" + ], + [ + "how", + "ever" + ], + [ + "F", + "inal" + ], + [ + "Ġt", + "i" + ], + [ + "ĠT", + "ank" + ], + [ + "Ġunder", + "p" + ], + [ + "uch", + "i" + ], + [ + "acc", + "ording" + ], + [ + "Ġfed", + "erally" + ], + [ + "Av", + "ailable" + ], + [ + "ĠTrib", + "une" + ], + [ + "Ġcaf", + "é" + ], + [ + "ĠEmphas", + "ize" + ], + [ + "ac", + "qu" + ], + [ + "Ġmus", + "sels" + ], + [ + "Ġap", + "es" + ], + [ + "Ġcast", + "les" + ], + [ + "Ġgrand", + "eur" + ], + [ + "Ġillumin", + "ating" + ], + [ + "Ġh", + "ither" + ], + [ + "ĠD", + "airy" + ], + [ + "ĠK", + "atherine" + ], + [ + "ĠHe", + "ath" + ], + [ + "Ġrest", + "orative" + ], + [ + "sy", + "mb" + ], + [ + "rog", + "ram" + ], + [ + "ĠStep", + "han" + ], + [ + "T", + "ask" + ], + [ + "Ġ", + "________________" + ], + [ + "ĠF", + "ever" + ], + [ + "Ġinc", + "umb" + ], + [ + "Ġact", + "in" + ], + [ + "Ġent", + "angled" + ], + [ + "St", + "ory" + ], + [ + "Ġcorrel", + "ates" + ], + [ + "box", + "es" + ], + [ + "in", + "ning" + ], + [ + "ĠU", + "TC" + ], + [ + "Ġneg", + "atives" + ], + [ + "most", + "ly" + ], + [ + "Ġisol", + "ating" + ], + [ + "Ġmad", + "ness" + ], + [ + "ĠTud", + "or" + ], + [ + "B", + "on" + ], + [ + "Ġw", + "iki" + ], + [ + "ĠR", + "ED" + ], + [ + "Ġca", + "ption" + ], + [ + "Ġdiagn", + "ostics" + ], + [ + "Ġinterview", + "ing" + ], + [ + "Ġsad", + "ly" + ], + [ + "Ġexch", + "anging" + ], + [ + "R", + "ock" + ], + [ + "h", + "ang" + ], + [ + "Ġt", + "ertiary" + ], + [ + "ĠA", + "ster" + ], + [ + "ap", + "agos" + ], + [ + "Ġra", + "ft" + ], + [ + "ĠSh", + "ape" + ], + [ + "AN", + "CE" + ], + [ + "Ġrank", + "ings" + ], + [ + "ĠCR", + "ISPR" + ], + [ + "ĠTher", + "mal" + ], + [ + "4", + "70" + ], + [ + "P", + "arent" + ], + [ + "g", + "ang" + ], + [ + "p", + "ir" + ], + [ + "Ê", + "¿" + ], + [ + "if", + "era" + ], + [ + "ĠQ", + "ing" + ], + [ + "uck", + "land" + ], + [ + "Ġcycl", + "ists" + ], + [ + "Adv", + "anced" + ], + [ + "l", + "isher" + ], + [ + "á", + "¿" + ], + [ + "ĠT", + "ort" + ], + [ + "Ġfor", + "c" + ], + [ + "Ġtrans", + "g" + ], + [ + "Ġsqu", + "adron" + ], + [ + "27", + "1" + ], + [ + "id", + "ated" + ], + [ + "ĠUn", + "cle" + ], + [ + "Ġcho", + "ir" + ], + [ + "af", + "rost" + ], + [ + "Ġcy", + "stic" + ], + [ + "ĠSil", + "icon" + ], + [ + "Ġcourage", + "ous" + ], + [ + "Develop", + "ment" + ], + [ + "aund", + "ers" + ], + [ + "c", + "ox" + ], + [ + "s", + "ound" + ], + [ + "le", + "hem" + ], + [ + "ĠP", + "AR" + ], + [ + "Ġch", + "rist" + ], + [ + "ĠV", + "ine" + ], + [ + "Ġcivil", + "ized" + ], + [ + "IC", + "A" + ], + [ + "Ġhear", + "ings" + ], + [ + "Ġadvert", + "ised" + ], + [ + "ĠIncorpor", + "ate" + ], + [ + "avil", + "ion" + ], + [ + "orr", + "hea" + ], + [ + "=", + "{" + ], + [ + "S", + "afety" + ], + [ + "at", + "om" + ], + [ + "Ġaud", + "i" + ], + [ + "ĠAT", + "M" + ], + [ + "bet", + "ter" + ], + [ + "Ġappend", + "ix" + ], + [ + "desc", + "ription" + ], + [ + "Ġovere", + "st" + ], + [ + "C", + "hemical" + ], + [ + "P", + "F" + ], + [ + "ic", + "ist" + ], + [ + "Ġh", + "one" + ], + [ + "em", + "ically" + ], + [ + "Ġdeal", + "ers" + ], + [ + "vis", + "ual" + ], + [ + "Ġped", + "al" + ], + [ + "imp", + "osed" + ], + [ + "Up", + "date" + ], + [ + "Ġprotest", + "ers" + ], + [ + "ĠHu", + "ang" + ], + [ + "Ġhe", + "ats" + ], + [ + "Ġch", + "orus" + ], + [ + "ec", + "ks" + ], + [ + "Ġsc", + "or" + ], + [ + "Ġve", + "to" + ], + [ + "Ġpast", + "ry" + ], + [ + "Ùİ", + "Ùij" + ], + [ + "Ġpatri", + "otism" + ], + [ + "ĠPue", + "blo" + ], + [ + "b", + "read" + ], + [ + "Ġst", + "ools" + ], + [ + "ĠInd", + "us" + ], + [ + "Ġcomb", + "ating" + ], + [ + "Ġcr", + "ane" + ], + [ + "Ġresearc", + "hes" + ], + [ + "Ġflu", + "ent" + ], + [ + "su", + "ited" + ], + [ + "urt", + "osis" + ], + [ + "Ġindustrial", + "ization" + ], + [ + "Ġcircuit", + "ry" + ], + [ + "cal", + "cul" + ], + [ + "Ġshelt", + "ered" + ], + [ + "ĠT", + "ul" + ], + [ + "ĠT", + "ac" + ], + [ + "arm", + "ac" + ], + [ + "Ġhand", + "book" + ], + [ + "bel", + "ief" + ], + [ + "Ġuncon", + "stitutional" + ], + [ + "\"", + "]," + ], + [ + "C", + "ourse" + ], + [ + "ch", + "art" + ], + [ + "Ġr", + "all" + ], + [ + "Ġsp", + "ruce" + ], + [ + "ĠG", + "reens" + ], + [ + "Ġinv", + "oke" + ], + [ + "ĠOb", + "st" + ], + [ + "ĠL", + "act" + ], + [ + "iz", + "en" + ], + [ + "Ġass", + "ortment" + ], + [ + "Ġval", + "uation" + ], + [ + "Ġpred", + "atory" + ], + [ + "sh", + "a" + ], + [ + "Ġhyd", + "roph" + ], + [ + "dr", + "ive" + ], + [ + "ĠFre", + "eman" + ], + [ + "Ear", + "lier" + ], + [ + "Ġdump", + "ed" + ], + [ + "Ġ", + "é" + ], + [ + "and", + "um" + ], + [ + "ĠG", + "ren" + ], + [ + "ph", + "oto" + ], + [ + "oll", + "s" + ], + [ + "à¤", + "¨" + ], + [ + "Ġdream", + "ing" + ], + [ + "Pl", + "ayer" + ], + [ + "Ġpreced", + "ence" + ], + [ + "Ġsequest", + "ration" + ], + [ + "ect", + "in" + ], + [ + "Ġr", + "ashes" + ], + [ + "Ġcl", + "ad" + ], + [ + "Ġoff", + "enses" + ], + [ + "Ġtext", + "ing" + ], + [ + "Ġevac", + "uated" + ], + [ + "ĠWat", + "ts" + ], + [ + "ucalypt", + "us" + ], + [ + "Ġreperto", + "ire" + ], + [ + "ĠN", + "aturally" + ], + [ + "ĠL", + "ights" + ], + [ + "ok", + "ers" + ], + [ + "Ġlo", + "osen" + ], + [ + "ĠCO", + "PD" + ], + [ + "ĠMod", + "ified" + ], + [ + "Ġhom", + "estead" + ], + [ + "Ġvig", + "orously" + ], + [ + "ĠTele", + "vision" + ], + [ + "Ġadhes", + "ion" + ], + [ + "ĠMunicip", + "al" + ], + [ + "Ġsa", + "pp" + ], + [ + "Ġtrans", + "verse" + ], + [ + "):", + "**" + ], + [ + "Ġold", + "s" + ], + [ + "Ġant", + "ic" + ], + [ + "ĠX", + "en" + ], + [ + "Ġfruit", + "ful" + ], + [ + "ĠSym", + "posium" + ], + [ + "Ġneon", + "atal" + ], + [ + "3", + "35" + ], + [ + "M", + "id" + ], + [ + "Ġsol", + "ace" + ], + [ + "Ġproject", + "ing" + ], + [ + "ĠEng", + "age" + ], + [ + "me", + "ans" + ], + [ + "ane", + "y" + ], + [ + "St", + "ress" + ], + [ + "ĠInt", + "ellectual" + ], + [ + "Ġdial", + "ysis" + ], + [ + "Ġreject", + "s" + ], + [ + "osc", + "ience" + ], + [ + "Ġhur", + "ts" + ], + [ + "Ġgri", + "zz" + ], + [ + "ĠVolunt", + "eers" + ], + [ + "i", + "Äĩ" + ], + [ + "ĠD", + "EC" + ], + [ + "ass", + "adors" + ], + [ + "ĠCh", + "au" + ], + [ + "ĠSou", + "l" + ], + [ + "ĠEval", + "uating" + ], + [ + "D", + "er" + ], + [ + "i", + "ator" + ], + [ + "ĠW", + "als" + ], + [ + "Ġpar", + "rot" + ], + [ + "Ġrev", + "olves" + ], + [ + "equ", + "ality" + ], + [ + "igr", + "ant" + ], + [ + "33", + "8" + ], + [ + "ĠRequ", + "est" + ], + [ + "Ġcowork", + "ers" + ], + [ + "I", + "r" + ], + [ + "T", + "ON" + ], + [ + "qu", + "arter" + ], + [ + "ĠH", + "ook" + ], + [ + "ĠHel", + "ps" + ], + [ + "Ġsalt", + "water" + ], + [ + "ĠProced", + "ure" + ], + [ + "Assum", + "ing" + ], + [ + "h", + "abit" + ], + [ + "el", + "ope" + ], + [ + "ĠW", + "itness" + ], + [ + "Ġster", + "oid" + ], + [ + "Ġzo", + "os" + ], + [ + "Ġg", + "out" + ], + [ + "Ġst", + "aged" + ], + [ + "ĠA", + "j" + ], + [ + "us", + "cular" + ], + [ + "ab", + "ella" + ], + [ + "ĠE", + "g" + ], + [ + "ie", + "v" + ], + [ + "ĠCar", + "lo" + ], + [ + "Ġund", + "ist" + ], + [ + "rog", + "ens" + ], + [ + "Ġsegment", + "ation" + ], + [ + "d", + "id" + ], + [ + "n", + "em" + ], + [ + "an", + "or" + ], + [ + "ident", + "al" + ], + [ + "ĠRe", + "bell" + ], + [ + "Ġcomfort", + "ing" + ], + [ + "mic", + "ro" + ], + [ + "Ġce", + "il" + ], + [ + "Ġinvari", + "ant" + ], + [ + "Ġbarg", + "aining" + ], + [ + "Ġtribut", + "aries" + ], + [ + "Ġa", + "ure" + ], + [ + "er", + "ations" + ], + [ + "se", + "vere" + ], + [ + "ĠF", + "it" + ], + [ + "ĠR", + "SA" + ], + [ + "oll", + "a" + ], + [ + "ĠMal", + "ay" + ], + [ + "Ġphe", + "rom" + ], + [ + "Ġnanot", + "ubes" + ], + [ + "Ġg", + "aseous" + ], + [ + "ĠS", + "we" + ], + [ + "ĠF", + "itness" + ], + [ + "ĠCh", + "ad" + ], + [ + "ull", + "s" + ], + [ + "ĠQ", + "U" + ], + [ + "Res", + "ources" + ], + [ + "Ġring", + "ing" + ], + [ + "Ġtab", + "s" + ], + [ + "Ġgest", + "ational" + ], + [ + "ĠMugh", + "al" + ], + [ + ".", + "/" + ], + [ + "Ġh", + "id" + ], + [ + "Ġpotential", + "s" + ], + [ + "Ġalg", + "al" + ], + [ + "Ġple", + "thora" + ], + [ + "Ġmanip", + "ulations" + ], + [ + "Ġax", + "iom" + ], + [ + "ĠDem", + "and" + ], + [ + "Ġlie", + "utenant" + ], + [ + "Disc", + "uss" + ], + [ + "Ġmetaph", + "ysical" + ], + [ + "0", + "19" + ], + [ + "ĠR", + "H" + ], + [ + "ood", + "les" + ], + [ + "Ġdictators", + "hip" + ], + [ + "Ġapopt", + "osis" + ], + [ + "R", + "ay" + ], + [ + "Ġth", + "irds" + ], + [ + "ĠE", + "iffel" + ], + [ + "ĠL", + "ama" + ], + [ + "ĠRes", + "cue" + ], + [ + "St", + "op" + ], + [ + "Ġho", + "oks" + ], + [ + "ĠOffic", + "ers" + ], + [ + "ĠKat", + "rina" + ], + [ + "P", + "erm" + ], + [ + "b", + "ps" + ], + [ + "amp", + "a" + ], + [ + "att", + "ribute" + ], + [ + "Ġemb", + "odies" + ], + [ + "Ġlif", + "ecycle" + ], + [ + "Ġdict", + "ates" + ], + [ + "har", + "vest" + ], + [ + "Recomm", + "ended" + ], + [ + "G", + "ar" + ], + [ + "ave", + "ment" + ], + [ + "Ġreplace", + "ments" + ], + [ + "A", + "GE" + ], + [ + "Ġf", + "encing" + ], + [ + "Ġd", + "t" + ], + [ + "ĠT", + "W" + ], + [ + "ĠT", + "ik" + ], + [ + "ĠS", + "ever" + ], + [ + "op", + "py" + ], + [ + "ĠD", + "ante" + ], + [ + "ĠIn", + "form" + ], + [ + "Ġag", + "on" + ], + [ + "ole", + "cules" + ], + [ + "27", + "2" + ], + [ + "ĠNe", + "ur" + ], + [ + "Ġsubstant", + "ive" + ], + [ + "ĠRome", + "o" + ], + [ + "Ġsubt", + "ropical" + ], + [ + "Ġlibr", + "arians" + ], + [ + "Get", + "ty" + ], + [ + "ĠSpring", + "field" + ], + [ + "ĠApost", + "les" + ], + [ + "p", + "ast" + ], + [ + "r", + "arian" + ], + [ + "Ġobject", + "ivity" + ], + [ + "Ġdig", + "ested" + ], + [ + "Ġround", + "ing" + ], + [ + "Ġsem", + "inal" + ], + [ + "rof", + "en" + ], + [ + "R", + "T" + ], + [ + "n", + "ob" + ], + [ + "ĠW", + "ine" + ], + [ + "ak", + "ra" + ], + [ + "Ġdi", + "abetics" + ], + [ + "ĠEng", + "agement" + ], + [ + "Ġnorm", + "ative" + ], + [ + "ĠLib", + "eria" + ], + [ + "Rem", + "ove" + ], + [ + "ĠHispan", + "ics" + ], + [ + "Ġcorrupt", + "ed" + ], + [ + "Ġp", + "ans" + ], + [ + "ĠB", + "ubble" + ], + [ + "Ġrece", + "ivers" + ], + [ + "26", + "1" + ], + [ + "ano", + "ia" + ], + [ + "ĠCalcul", + "ator" + ], + [ + "ĠGib", + "son" + ], + [ + "C", + "ultural" + ], + [ + "F", + "ast" + ], + [ + "ĠM", + "ant" + ], + [ + "Ġanal", + "ges" + ], + [ + "ĠSpace", + "X" + ], + [ + "ĠRelations", + "hips" + ], + [ + "el", + "ed" + ], + [ + "ĠL", + "I" + ], + [ + "Ġent", + "ail" + ], + [ + "Ġsing", + "ers" + ], + [ + "Ġnormal", + "ize" + ], + [ + "Ġcontact", + "ing" + ], + [ + "init", + "ial" + ], + [ + "Ġs", + "ushi" + ], + [ + "el", + "b" + ], + [ + "con", + "n" + ], + [ + "Ġsuggest", + "ive" + ], + [ + "Ġfamil", + "ial" + ], + [ + "Ġpopular", + "ly" + ], + [ + "CO", + "M" + ], + [ + "Ġcream", + "y" + ], + [ + "ĠDO", + "E" + ], + [ + "Spe", + "aking" + ], + [ + "Ġre", + "introdu" + ], + [ + "ot", + "ting" + ], + [ + "ĠS", + "id" + ], + [ + "ĠP", + "ill" + ], + [ + "Ġmar", + "athon" + ], + [ + "Ġreb", + "irth" + ], + [ + "othe", + "rap" + ], + [ + "ĠID", + "E" + ], + [ + "ĠPet", + "erson" + ], + [ + "Ġcardin", + "ality" + ], + [ + "Ġamuse", + "ment" + ], + [ + "N", + "ormal" + ], + [ + "Ġk", + "er" + ], + [ + "In", + "side" + ], + [ + "cept", + "or" + ], + [ + "load", + "ed" + ], + [ + "Ġdivers", + "ification" + ], + [ + "ĠBh", + "ag" + ], + [ + "Ġmangro", + "ve" + ], + [ + "Altern", + "ative" + ], + [ + "ĠC", + "arson" + ], + [ + "ĠM", + "ile" + ], + [ + "Ġad", + "joining" + ], + [ + "ath", + "ione" + ], + [ + "ĠDav", + "ies" + ], + [ + "ĠPers", + "ians" + ], + [ + "fe", + "et" + ], + [ + "Ġdistract", + "ing" + ], + [ + "Ġsynchron", + "ized" + ], + [ + "r", + "anted" + ], + [ + "Ġc", + "ures" + ], + [ + "cer", + "ning" + ], + [ + "Read", + "er" + ], + [ + "Em", + "otional" + ], + [ + "Ġpersu", + "asion" + ], + [ + "ĠDeterm", + "ining" + ], + [ + "ĠOak", + "land" + ], + [ + "ĠSanct", + "uary" + ], + [ + "d", + "ivided" + ], + [ + "Ġp", + "ore" + ], + [ + "ĠT", + "N" + ], + [ + "Ġinstrument", + "ation" + ], + [ + "Ġanalys", + "ing" + ], + [ + "found", + "ed" + ], + [ + "Ġuplo", + "aded" + ], + [ + "Access", + "ed" + ], + [ + "ĠHend", + "erson" + ], + [ + "*", + "," + ], + [ + "ĠH", + "O" + ], + [ + "av", + "ia" + ], + [ + "form", + "erly" + ], + [ + "az", + "es" + ], + [ + "Ġcompet", + "ency" + ], + [ + "Ġgrapp", + "le" + ], + [ + "Ġcytok", + "ines" + ], + [ + "Ø", + "³" + ], + [ + "ĠB", + "ever" + ], + [ + "ĠN", + "Z" + ], + [ + "ĠK", + "EY" + ], + [ + "Ġshe", + "pherd" + ], + [ + "28", + "7" + ], + [ + "Ġnucle", + "otide" + ], + [ + "ĠKn", + "ights" + ], + [ + "b", + "ug" + ], + [ + "ĠH", + "annah" + ], + [ + "25", + "9" + ], + [ + "Ġbrand", + "ed" + ], + [ + "Ġgrad", + "ients" + ], + [ + "ĠSil", + "k" + ], + [ + ")", + "}" + ], + [ + "ĠK", + "erala" + ], + [ + "ps", + "is" + ], + [ + "umb", + "ai" + ], + [ + "ĠRelations", + "hip" + ], + [ + "Ġunderest", + "imated" + ], + [ + "ĠBiomed", + "ical" + ], + [ + "Ġf", + "idelity" + ], + [ + "ĠH", + "orses" + ], + [ + "Ġill", + "usions" + ], + [ + "27", + "7" + ], + [ + "Ġiron", + "ic" + ], + [ + "Hist", + "orically" + ], + [ + "Clin", + "ical" + ], + [ + "f", + "urt" + ], + [ + "g", + "ins" + ], + [ + "Ġl", + "izard" + ], + [ + "ĠB", + "ord" + ], + [ + "Ġcar", + "rot" + ], + [ + "Ġline", + "ages" + ], + [ + "ĠAll", + "ocate" + ], + [ + "ĠInc", + "luding" + ], + [ + "ĠFil", + "ter" + ], + [ + "Di", + "abetes" + ], + [ + "Ġpolyg", + "ons" + ], + [ + "o", + "ct" + ], + [ + "Ġas", + "cent" + ], + [ + "par", + "ams" + ], + [ + "work", + "ed" + ], + [ + "Ġcra", + "ving" + ], + [ + "28", + "8" + ], + [ + "ĠPat", + "el" + ], + [ + "Ġassemb", + "l" + ], + [ + "ĠMalt", + "a" + ], + [ + "Ġs", + "ilt" + ], + [ + "ĠTh", + "omson" + ], + [ + "ond", + "a" + ], + [ + "mon", + "y" + ], + [ + "ĠWord", + "Press" + ], + [ + "ĠTro", + "jan" + ], + [ + "Ġabnorm", + "ally" + ], + [ + "Sar", + "ah" + ], + [ + "K", + "ar" + ], + [ + "oc", + "racies" + ], + [ + "ine", + "e" + ], + [ + "Ġover", + "fitting" + ], + [ + "Ġweb", + "inar" + ], + [ + "AB", + "A" + ], + [ + "Ġmetabol", + "ites" + ], + [ + "uras", + "ian" + ], + [ + "Ġtriglycer", + "ides" + ], + [ + "3", + "24" + ], + [ + "Ġb", + "orough" + ], + [ + "ĠLe", + "opold" + ], + [ + "ĠMan", + "uel" + ], + [ + "29", + "1" + ], + [ + "ĠConc", + "rete" + ], + [ + "Ġrecomb", + "ination" + ], + [ + "ĠInterm", + "ediate" + ], + [ + "Ġso", + "aked" + ], + [ + "ĠAnd", + "y" + ], + [ + "Ġann", + "ouncing" + ], + [ + "Ġnovel", + "ist" + ], + [ + "Ġign", + "ite" + ], + [ + "Ġpriorit", + "izes" + ], + [ + "sing", + "le" + ], + [ + "ĠOri", + "ent" + ], + [ + "á", + "ŀ" + ], + [ + "il", + "ot" + ], + [ + "St", + "age" + ], + [ + "lo", + "at" + ], + [ + "ĠMon", + "etary" + ], + [ + "ĠC", + "raft" + ], + [ + "Ġimp", + "ulsive" + ], + [ + "Ġover", + "time" + ], + [ + "ĠAd", + "olescent" + ], + [ + "asc", + "o" + ], + [ + "OC", + "K" + ], + [ + "ĠSav", + "ings" + ], + [ + "ĠRespons", + "ibility" + ], + [ + "ishn", + "u" + ], + [ + "ĠLuck", + "ily" + ], + [ + "ĠManit", + "oba" + ], + [ + "on", + "ials" + ], + [ + "it", + "les" + ], + [ + "ri", + "vers" + ], + [ + "ph", + "a" + ], + [ + "Ġsold", + "er" + ], + [ + "tra", + "cking" + ], + [ + "Ġinterf", + "eres" + ], + [ + "Ġimmense", + "ly" + ], + [ + "ĠBald", + "win" + ], + [ + "W", + "al" + ], + [ + "ĠA", + "ircraft" + ], + [ + "Ġwar", + "ranted" + ], + [ + "ĠAh", + "med" + ], + [ + "Ġpries", + "thood" + ], + [ + "%", + ";" + ], + [ + "in", + "ished" + ], + [ + "on", + "ation" + ], + [ + "Ġor", + "naments" + ], + [ + "ĠM", + "ald" + ], + [ + "Ġdisc", + "ont" + ], + [ + "oph", + "antine" + ], + [ + "ĠTe", + "eth" + ], + [ + "ĠAut", + "hent" + ], + [ + "Ġsevent", + "een" + ], + [ + "Ġcontempl", + "ation" + ], + [ + "ĠBagh", + "dad" + ], + [ + "s", + "low" + ], + [ + "im", + "ony" + ], + [ + "ĠW", + "riter" + ], + [ + "ĠCom", + "position" + ], + [ + "Ġsequ", + "enced" + ], + [ + "ĠÎ", + "³" + ], + [ + "Ġoverwhelming", + "ly" + ], + [ + "Ġskull", + "s" + ], + [ + "Ġpadd", + "le" + ], + [ + "h", + "ots" + ], + [ + "Ġor", + "che" + ], + [ + "Ġv", + "iolet" + ], + [ + "ĠU", + "b" + ], + [ + "ang", + "ar" + ], + [ + "Ġover", + "simpl" + ], + [ + "Ġliter", + "ate" + ], + [ + "Ġmild", + "ew" + ], + [ + "if", + "olia" + ], + [ + "ĠD", + "ob" + ], + [ + "ĠU", + "tt" + ], + [ + "Ġca", + "fe" + ], + [ + "Ġins", + "ists" + ], + [ + "Ġdem", + "o" + ], + [ + "ĠCl", + "ara" + ], + [ + "So", + "il" + ], + [ + "Ġsh", + "am" + ], + [ + "ĠO", + "ceans" + ], + [ + "ip", + "ur" + ], + [ + "Ġacc", + "ents" + ], + [ + "uc", + "ent" + ], + [ + "Ġsw", + "amps" + ], + [ + "26", + "9" + ], + [ + "su", + "ff" + ], + [ + "ĠEl", + "imin" + ], + [ + "gra", + "du" + ], + [ + "Ġrecons", + "ider" + ], + [ + "C", + "le" + ], + [ + "Ġw", + "atered" + ], + [ + "ed", + "ay" + ], + [ + "ĠSt", + "ef" + ], + [ + "Ġem", + "erald" + ], + [ + "Ġatt", + "ire" + ], + [ + "Ġcommun", + "ion" + ], + [ + "Ġsuccess", + "ors" + ], + [ + "ĠTr", + "ig" + ], + [ + "ĠSub", + "sequently" + ], + [ + "ĠEst", + "her" + ], + [ + "Ġpolar", + "ization" + ], + [ + "Ġbiom", + "arkers" + ], + [ + "ĠAqu", + "arium" + ], + [ + "M", + "ove" + ], + [ + "pl", + "acing" + ], + [ + "Ġchar", + "ities" + ], + [ + "co", + "ins" + ], + [ + "Ġexceed", + "ingly" + ], + [ + "ĠMarx", + "ist" + ], + [ + "WH", + "ERE" + ], + [ + "Ġannot", + "ations" + ], + [ + "Ġn", + "inety" + ], + [ + "iz", + "ens" + ], + [ + "Ġind", + "ict" + ], + [ + "Ġpo", + "aching" + ], + [ + "Ġform", + "ulations" + ], + [ + "Ch", + "all" + ], + [ + "Ġconver", + "gent" + ], + [ + "ĠMin", + "imum" + ], + [ + "Ġkil", + "ow" + ], + [ + "Ġirrig", + "ated" + ], + [ + "Ġmold", + "ing" + ], + [ + "Ġconson", + "ants" + ], + [ + "imet", + "res" + ], + [ + "ĠSask", + "atchewan" + ], + [ + "Ġl", + "as" + ], + [ + "os", + "ine" + ], + [ + "ĠK", + "och" + ], + [ + "Ġinter", + "fer" + ], + [ + "Ġpop", + "corn" + ], + [ + "Ġla", + "ure" + ], + [ + "Ġinvestig", + "ates" + ], + [ + "Ġnorth", + "ward" + ], + [ + "Ġtestim", + "onials" + ], + [ + "Ġhydrop", + "ower" + ], + [ + "Ġengra", + "ved" + ], + [ + "0", + "14" + ], + [ + "6", + "25" + ], + [ + "N", + "othing" + ], + [ + "Ġw", + "arts" + ], + [ + "Ġpro", + "verb" + ], + [ + "Ġtra", + "ctor" + ], + [ + "ĠResp", + "ect" + ], + [ + "mill", + "an" + ], + [ + "ĠMR", + "SA" + ], + [ + ".", + "\\" + ], + [ + "p", + "redict" + ], + [ + "å", + "ı" + ], + [ + "Ġb", + "ony" + ], + [ + "om", + "ies" + ], + [ + "ĠT", + "yr" + ], + [ + "Ġdry", + "er" + ], + [ + "Act", + "s" + ], + [ + "Ġregen", + "erate" + ], + [ + "Ġthermost", + "at" + ], + [ + "ot", + "opy" + ], + [ + "ĠR", + "ates" + ], + [ + "ĠSt", + "raw" + ], + [ + "Ġpos", + "ing" + ], + [ + "ĠNe", + "o" + ], + [ + "Ġrich", + "ly" + ], + [ + "Ġvirt", + "uous" + ], + [ + "ĠBab", + "ies" + ], + [ + "ĠBos", + "nia" + ], + [ + "m", + "d" + ], + [ + "Ñ", + "ĭ" + ], + [ + "ĠL", + "M" + ], + [ + "Ġvisual", + "ized" + ], + [ + "ĠEduc", + "ators" + ], + [ + "ĠOS", + "HA" + ], + [ + "Ġanecd", + "ote" + ], + [ + "Est", + "ablish" + ], + [ + "C", + "G" + ], + [ + "Ġup", + "held" + ], + [ + "Ġtax", + "onomic" + ], + [ + "Ġnarrow", + "ly" + ], + [ + "ĠMain", + "taining" + ], + [ + "Ġaccum", + "ulates" + ], + [ + "medi", + "ate" + ], + [ + ".'", + "'" + ], + [ + "tr", + "l" + ], + [ + "Ġsubsid", + "iary" + ], + [ + "ĠMechan", + "ics" + ], + [ + "ĠIncorpor", + "ating" + ], + [ + "ĠChancell", + "or" + ], + [ + "b", + "ott" + ], + [ + "ch", + "urch" + ], + [ + "od", + "ef" + ], + [ + "em", + "ployment" + ], + [ + "ĠD", + "ian" + ], + [ + "Ġab", + "ortions" + ], + [ + "ord", + "able" + ], + [ + "Ġsuff", + "ice" + ], + [ + "26", + "6" + ], + [ + "ĠRo", + "ots" + ], + [ + "Ġsubsequ", + "ence" + ], + [ + "Ġderiv", + "ation" + ], + [ + "ugg", + "er" + ], + [ + "Ġhier", + "oglyph" + ], + [ + "ĠAh", + "mad" + ], + [ + "ĠEgg", + "s" + ], + [ + "=", + "âĢĿ" + ], + [ + "ĠM", + "akes" + ], + [ + "ĠE", + "uch" + ], + [ + "Ġpen", + "is" + ], + [ + "Ġdiscrimin", + "ant" + ], + [ + "Ġjealous", + "y" + ], + [ + "Ġindist", + "inguishable" + ], + [ + "D", + "og" + ], + [ + "Ġke", + "eper" + ], + [ + "Ġsol", + "itude" + ], + [ + "Ġpin", + "ch" + ], + [ + "pert", + "ension" + ], + [ + "ĠChron", + "icles" + ], + [ + "Â", + "¼" + ], + [ + "ĠA", + "ri" + ], + [ + "ir", + "ical" + ], + [ + "Ġv", + "iz" + ], + [ + "ĠG", + "S" + ], + [ + "ĠSh", + "ap" + ], + [ + "Ġpupp", + "et" + ], + [ + "Ġhypot", + "enuse" + ], + [ + "ĠH", + "idden" + ], + [ + "rom", + "yal" + ], + [ + "ĠL", + "ok" + ], + [ + "Ġinf", + "rast" + ], + [ + "osp", + "atial" + ], + [ + "gen", + "cies" + ], + [ + "ĠGe", + "o" + ], + [ + "Ġunivers", + "es" + ], + [ + "Ġapart", + "heid" + ], + [ + "Su", + "ggest" + ], + [ + "ĠM", + "illion" + ], + [ + "ĠTh", + "ir" + ], + [ + "Ġar", + "isen" + ], + [ + "Ġdisc", + "iple" + ], + [ + "Ġcall", + "er" + ], + [ + "Ġmet", + "ropolis" + ], + [ + "Ġsw", + "irling" + ], + [ + "Ġcirc", + "a" + ], + [ + "que", + "z" + ], + [ + "EM", + "ENT" + ], + [ + "OM", + "E" + ], + [ + "ĠMaj", + "esty" + ], + [ + "Ġfollic", + "les" + ], + [ + "Ġmulticol", + "linearity" + ], + [ + "Ġunavoid", + "able" + ], + [ + "u", + "id" + ], + [ + "er", + "re" + ], + [ + "Ġf", + "airs" + ], + [ + "ĠM", + "uss" + ], + [ + "ĠD", + "y" + ], + [ + "ĠD", + "ict" + ], + [ + "Ġsm", + "iled" + ], + [ + "omen", + "cl" + ], + [ + "Ġcal", + "oric" + ], + [ + "ext", + "ract" + ], + [ + "Ġpubl", + "ishes" + ], + [ + "ĠCN", + "C" + ], + [ + "C", + "itation" + ], + [ + "G", + "raph" + ], + [ + "Ġsh", + "irts" + ], + [ + "Ġinc", + "andescent" + ], + [ + "ear", + "ance" + ], + [ + "ond", + "o" + ], + [ + "Ġsupp", + "ressing" + ], + [ + "ĠFor", + "ward" + ], + [ + "Ġsl", + "aught" + ], + [ + "At", + "lantic" + ], + [ + "ĠGate", + "way" + ], + [ + "Ġsecre", + "ted" + ], + [ + "A", + "bs" + ], + [ + "T", + "ip" + ], + [ + "a", + "ise" + ], + [ + "Ġre", + "gex" + ], + [ + "ĠA", + "de" + ], + [ + "ĠN", + "ietzsche" + ], + [ + "irm", + "ed" + ], + [ + "ĠNews", + "letter" + ], + [ + "Ġdepict", + "ions" + ], + [ + "Ġc", + "edar" + ], + [ + "Ġf", + "ug" + ], + [ + "ĠP", + "ierce" + ], + [ + "av", + "ier" + ], + [ + "30", + "7" + ], + [ + "26", + "7" + ], + [ + "Ġpow", + "dered" + ], + [ + "Ġsail", + "or" + ], + [ + "Ġmerg", + "er" + ], + [ + "ñ", + "a" + ], + [ + "ĠPhot", + "ography" + ], + [ + "abol", + "ism" + ], + [ + "d", + "aughter" + ], + [ + "Ġal", + "f" + ], + [ + "Ġmod", + "alities" + ], + [ + "Ġfre", + "ew" + ], + [ + "iol", + "a" + ], + [ + "ĠNe", + "h" + ], + [ + "ĠCO", + "MM" + ], + [ + "Ġunp", + "op" + ], + [ + "pre", + "ted" + ], + [ + "á¹", + "Ń" + ], + [ + "H", + "P" + ], + [ + "b", + "io" + ], + [ + "Ö", + "°" + ], + [ + "an", + "ine" + ], + [ + "ic", + "ates" + ], + [ + "enn", + "el" + ], + [ + "Ġvel", + "ocities" + ], + [ + "Sec", + "urity" + ], + [ + "Ġprocure", + "ment" + ], + [ + "ĠTeleg", + "raph" + ], + [ + "NotFound", + "Error" + ], + [ + "ĠA", + "CL" + ], + [ + "Ġab", + "ide" + ], + [ + "Ġpe", + "pp" + ], + [ + "sc", + "an" + ], + [ + "ĠNe", + "ural" + ], + [ + "ĠâĪ", + "©" + ], + [ + "Ġpatron", + "age" + ], + [ + "Ġextrater", + "restrial" + ], + [ + "romyal", + "gia" + ], + [ + "Ġ", + "ç" + ], + [ + "Ġit", + "ch" + ], + [ + "os", + "por" + ], + [ + "Ġper", + "c" + ], + [ + "Ġhead", + "phones" + ], + [ + "ĠHer", + "z" + ], + [ + "Ġdeploy", + "ing" + ], + [ + "Ġcanon", + "ical" + ], + [ + "f", + "inder" + ], + [ + "im", + "ating" + ], + [ + "Ġpe", + "b" + ], + [ + "Ġinv", + "asions" + ], + [ + "Ġcre", + "v" + ], + [ + "Ġthought", + "fully" + ], + [ + "Ġdirection", + "al" + ], + [ + "Ġchat", + "bots" + ], + [ + "Ġgloss", + "ary" + ], + [ + "Ġstair", + "case" + ], + [ + "pract", + "ice" + ], + [ + "Ġcrick", + "et" + ], + [ + "Ġincentiv", + "ize" + ], + [ + "M", + "ag" + ], + [ + "c", + "end" + ], + [ + "p", + "atic" + ], + [ + "ĠR", + "isks" + ], + [ + "30", + "6" + ], + [ + "ĠOn", + "c" + ], + [ + "ĠDep", + "osit" + ], + [ + "Te", + "acher" + ], + [ + "Ġasym", + "metry" + ], + [ + "Ġrepent", + "ance" + ], + [ + "l", + "est" + ], + [ + "ic", + "um" + ], + [ + "ĠD", + "ad" + ], + [ + "Ġam", + "yg" + ], + [ + "gen", + "e" + ], + [ + "num", + "bered" + ], + [ + "Ġtrust", + "s" + ], + [ + "Ġhal", + "ted" + ], + [ + "Ġquot", + "ations" + ], + [ + "Ġannot", + "ated" + ], + [ + "Ġsilic", + "one" + ], + [ + "g", + "iven" + ], + [ + "s", + "an" + ], + [ + "Ġl", + "ace" + ], + [ + "all", + "ows" + ], + [ + "Ġstr", + "ongh" + ], + [ + "idd", + "les" + ], + [ + "Ġfa", + "ç" + ], + [ + "Ġsyn", + "onym" + ], + [ + "ĠCar", + "p" + ], + [ + "med", + "icine" + ], + [ + "Ġesc", + "apes" + ], + [ + "Ġcompl", + "iant" + ], + [ + "Ne", + "u" + ], + [ + "Inc", + "orpor" + ], + [ + "Ġbench", + "marks" + ], + [ + "Ġpert", + "urb" + ], + [ + "ĠTher", + "m" + ], + [ + "ĠC", + "ock" + ], + [ + "ĠG", + "ore" + ], + [ + "Ġsc", + "ra" + ], + [ + "amin", + "ated" + ], + [ + "Ġdynam", + "ical" + ], + [ + "Ġcomment", + "ators" + ], + [ + "Ġcart", + "oons" + ], + [ + "commun", + "ication" + ], + [ + "Ġnons", + "ense" + ], + [ + "s", + "ic" + ], + [ + "Ġd", + "anced" + ], + [ + "ĠM", + "ecca" + ], + [ + "Ġco", + "ag" + ], + [ + "Ġmat", + "uration" + ], + [ + "Ġseem", + "ing" + ], + [ + "Im", + "ages" + ], + [ + "Ġplastic", + "ity" + ], + [ + "ĠGet", + "tysburg" + ], + [ + "Ġtort", + "ured" + ], + [ + "Ġcannab", + "in" + ], + [ + "b", + "ill" + ], + [ + "id", + "ences" + ], + [ + "ĠH", + "M" + ], + [ + "end", + "ered" + ], + [ + "ĠQ", + "R" + ], + [ + "ĠAg", + "ent" + ], + [ + "ĠVers", + "ailles" + ], + [ + "ĠMoz", + "ambique" + ], + [ + "V", + "an" + ], + [ + "are", + "th" + ], + [ + "ĠGal", + "apagos" + ], + [ + "App", + "le" + ], + [ + "Ġcrypt", + "o" + ], + [ + "Ġdimension", + "ality" + ], + [ + "Ġcarp", + "enter" + ], + [ + "Ġret", + "reated" + ], + [ + "Ġresid", + "ency" + ], + [ + "Ġcolour", + "ful" + ], + [ + "h", + "icles" + ], + [ + "ĠC", + "red" + ], + [ + "ĠR", + "as" + ], + [ + "ĠN", + "ab" + ], + [ + "Ġthink", + "er" + ], + [ + "Res", + "ource" + ], + [ + "ĠPot", + "omac" + ], + [ + "p", + "ayer" + ], + [ + "ĠN", + "FT" + ], + [ + "ĠTechn", + "ique" + ], + [ + "ĠSee", + "k" + ], + [ + "Ġafford", + "ability" + ], + [ + "ĠRob", + "otics" + ], + [ + "Ġentertain", + "ed" + ], + [ + "Ġov", + "ary" + ], + [ + "Ġinfest", + "ations" + ], + [ + "ĠH", + "ear" + ], + [ + "ĠL", + "ep" + ], + [ + "gh", + "um" + ], + [ + "orm", + "s" + ], + [ + "Ġav", + "id" + ], + [ + "Ġprop", + "hetic" + ], + [ + "ha", + "el" + ], + [ + "ĠMor", + "rison" + ], + [ + "Ġprincip", + "als" + ], + [ + "Ġtranscript", + "s" + ], + [ + "ĠLanc", + "aster" + ], + [ + "Ġembarr", + "assment" + ], + [ + "Ġbetray", + "al" + ], + [ + "am", + "is" + ], + [ + "ĠL", + "ub" + ], + [ + "Ġur", + "gently" + ], + [ + "Ġtour", + "nament" + ], + [ + "Ġhur", + "ting" + ], + [ + "Ġkin", + "ase" + ], + [ + "Ġbronch", + "itis" + ], + [ + "ĠKos", + "ovo" + ], + [ + "ĠM", + "ild" + ], + [ + "xt", + "ap" + ], + [ + "Ġpost", + "doctoral" + ], + [ + "Ġpsych", + "osocial" + ], + [ + "Ġbul", + "lets" + ], + [ + "ĠIll", + "ness" + ], + [ + "Reg", + "ression" + ], + [ + "ĠLar", + "ger" + ], + [ + "Back", + "ground" + ], + [ + "ĠCON", + "T" + ], + [ + "Ġgoss", + "ip" + ], + [ + "Ġb", + "ou" + ], + [ + "Ġd", + "ol" + ], + [ + "ĠH", + "our" + ], + [ + "Ġchar", + "ger" + ], + [ + "Ġpop", + "ulous" + ], + [ + "Ġsw", + "ear" + ], + [ + "col", + "onial" + ], + [ + "ĠPur", + "pose" + ], + [ + "ĠInfect", + "ions" + ], + [ + "topl", + "ankton" + ], + [ + "m", + "eg" + ], + [ + "ĠA", + "gu" + ], + [ + "ĠC", + "AT" + ], + [ + "un", + "ned" + ], + [ + "ĠL", + "L" + ], + [ + "ind", + "eer" + ], + [ + "Ġrel", + "iant" + ], + [ + "part", + "um" + ], + [ + "rig", + "ation" + ], + [ + "B", + "ird" + ], + [ + "ĠF", + "ant" + ], + [ + "Ġdis", + "perse" + ], + [ + "std", + "io" + ], + [ + "angel", + "o" + ], + [ + "Ġelectroly", + "tes" + ], + [ + "ĠRecogn", + "ize" + ], + [ + "ĠTasman", + "ia" + ], + [ + "B", + "J" + ], + [ + "t", + "ale" + ], + [ + "Ġre", + "ed" + ], + [ + "ĠP", + "ool" + ], + [ + "Ġme", + "adow" + ], + [ + "Ġimport", + "ing" + ], + [ + "com", + "mercial" + ], + [ + "aur", + "ant" + ], + [ + "ĠBas", + "que" + ], + [ + "uls", + "ions" + ], + [ + "Ġquarant", + "ine" + ], + [ + "m", + "oon" + ], + [ + "o", + "ises" + ], + [ + "w", + "et" + ], + [ + "Ġt", + "ending" + ], + [ + "Ġf", + "auc" + ], + [ + "ĠE", + "lement" + ], + [ + "Ġche", + "eks" + ], + [ + "umn", + "i" + ], + [ + "ĠMin", + "isters" + ], + [ + "abb", + "at" + ], + [ + "Ġrestruct", + "uring" + ], + [ + "B", + "udd" + ], + [ + "St", + "atus" + ], + [ + "29", + "2" + ], + [ + "ST", + "R" + ], + [ + "'", + "{" + ], + [ + "on", + "aut" + ], + [ + "ĠW", + "TO" + ], + [ + "ub", + "on" + ], + [ + "ĠV", + "all" + ], + [ + "ne", + "al" + ], + [ + "28", + "6" + ], + [ + "ĠMc", + "N" + ], + [ + "Ġst", + "aging" + ], + [ + "ĠI", + "EP" + ], + [ + "ĠS", + "ounds" + ], + [ + "ac", + "ons" + ], + [ + "ere", + "y" + ], + [ + "Ġper", + "ished" + ], + [ + "Ġatt", + "uned" + ], + [ + "Ġun", + "belie" + ], + [ + "ĠK", + "aw" + ], + [ + "ĠCol", + "le" + ], + [ + "EC", + "H" + ], + [ + "Ġslight", + "est" + ], + [ + "ĠRem", + "oving" + ], + [ + "Ġtherm", + "odynamics" + ], + [ + "H", + "a" + ], + [ + "he", + "ed" + ], + [ + "Ġv", + "enge" + ], + [ + "ĠB", + "S" + ], + [ + "Ġdec", + "rypt" + ], + [ + "NA", + "S" + ], + [ + "ĠGu", + "ides" + ], + [ + "gra", + "in" + ], + [ + "ĠFranc", + "isc" + ], + [ + "ĠPent", + "ecost" + ], + [ + "Ġbureauc", + "ratic" + ], + [ + "ĠWire", + "less" + ], + [ + "ab", + "lo" + ], + [ + "Ġad", + "herent" + ], + [ + "Ġoff", + "ender" + ], + [ + "Ġplant", + "ers" + ], + [ + "ĠLe", + "ib" + ], + [ + "Ġlink", + "age" + ], + [ + "Ġsor", + "ce" + ], + [ + "Austral", + "ian" + ], + [ + "fram", + "es" + ], + [ + "M", + "oving" + ], + [ + "g", + "cd" + ], + [ + "Ġw", + "itches" + ], + [ + "or", + "ption" + ], + [ + "ol", + "ated" + ], + [ + "ul", + "se" + ], + [ + "ĠF", + "ry" + ], + [ + "ap", + "ons" + ], + [ + "Ġpe", + "a" + ], + [ + "Ġdist", + "rust" + ], + [ + "Ġrent", + "ing" + ], + [ + "Ġwing", + "ed" + ], + [ + "Ġcrafts", + "men" + ], + [ + "Ġdiscrep", + "ancies" + ], + [ + "o", + "an" + ], + [ + "ĠS", + "add" + ], + [ + "Ġat", + "rophy" + ], + [ + "pl", + "t" + ], + [ + "Ġres", + "urg" + ], + [ + "hor", + "se" + ], + [ + "Ġbi", + "ographies" + ], + [ + "ĠTe", + "h" + ], + [ + "ĠPlan", + "etary" + ], + [ + "Ġconj", + "unct" + ], + [ + "Sund", + "ay" + ], + [ + "b", + "ish" + ], + [ + "l", + "ap" + ], + [ + "ĠE", + "ure" + ], + [ + "ĠF", + "ont" + ], + [ + "Ġunder", + "lies" + ], + [ + "sequ", + "ent" + ], + [ + "Ġunf", + "inished" + ], + [ + "Ġdoor", + "way" + ], + [ + "Ġarte", + "facts" + ], + [ + "ĠCrom", + "well" + ], + [ + "ĠB", + "D" + ], + [ + "Ġins", + "ure" + ], + [ + "Ġdi", + "ure" + ], + [ + "Ġrandom", + "ness" + ], + [ + "Ġmel", + "ts" + ], + [ + "Ġfort", + "ifications" + ], + [ + "ĠDisc", + "rimination" + ], + [ + "F", + "rance" + ], + [ + "b", + "bing" + ], + [ + "ĠP", + "ius" + ], + [ + "ĠJ", + "ake" + ], + [ + "ĠAr", + "thritis" + ], + [ + "Ġet", + "iquette" + ], + [ + "ĠBe", + "ethoven" + ], + [ + "ĠBh", + "utan" + ], + [ + "Ġaffirm", + "ative" + ], + [ + "00", + "8" + ], + [ + "ov", + "ine" + ], + [ + "Ġsol", + "ic" + ], + [ + "ĠRe", + "ve" + ], + [ + "ĠMe", + "asuring" + ], + [ + "gra", + "ve" + ], + [ + "Ġcompens", + "ated" + ], + [ + "ĠBuddh", + "ists" + ], + [ + "ĠA", + "mer" + ], + [ + "ĠS", + "au" + ], + [ + "ĠM", + "oss" + ], + [ + "ĠF", + "an" + ], + [ + "Ġsh", + "ipment" + ], + [ + "ĠJ", + "AMA" + ], + [ + "ĠK", + "N" + ], + [ + "Ġkill", + "ings" + ], + [ + "Pr", + "ivate" + ], + [ + "Ġempath", + "ize" + ], + [ + "I", + "QR" + ], + [ + "e", + "ated" + ], + [ + "ĠB", + "erm" + ], + [ + "ĠR", + "ough" + ], + [ + "ĠJ", + "D" + ], + [ + "Ġra", + "z" + ], + [ + "Ġnight", + "mares" + ], + [ + "Ġexec", + "utable" + ], + [ + "co", + "at" + ], + [ + "Ġtong", + "ues" + ], + [ + "ĠErn", + "st" + ], + [ + "ĠChand", + "ra" + ], + [ + "ĠHe", + "aling" + ], + [ + "Ġmet", + "all" + ], + [ + "ĠZ", + "ur" + ], + [ + "dom", + "inated" + ], + [ + "Ġpoly", + "ps" + ], + [ + "ĠCivil", + "ization" + ], + [ + "ĠBre", + "aking" + ], + [ + "commun", + "ity" + ], + [ + "ĠGP", + "U" + ], + [ + "pher", + "ds" + ], + [ + "3", + "14" + ], + [ + "Ġin", + "und" + ], + [ + "ĠR", + "id" + ], + [ + "Ġco", + "ax" + ], + [ + "ote", + "chn" + ], + [ + "Ġ==", + "=" + ], + [ + "Ex", + "planation" + ], + [ + "Ġproud", + "ly" + ], + [ + "Ġremem", + "brance" + ], + [ + "Ġbored", + "om" + ], + [ + "B", + "ad" + ], + [ + "L", + "eft" + ], + [ + "r", + "ar" + ], + [ + "is", + "eness" + ], + [ + "Ġpl", + "ume" + ], + [ + "ord", + "ial" + ], + [ + "ront", + "al" + ], + [ + "Ġmonarch", + "s" + ], + [ + "Ġabbrev", + "iated" + ], + [ + "K", + "D" + ], + [ + "Ġsym", + "phony" + ], + [ + "Ġbas", + "alt" + ], + [ + "Ġlaw", + "ful" + ], + [ + "ĠComp", + "act" + ], + [ + "Ġneck", + "l" + ], + [ + "ĠGard", + "ner" + ], + [ + "Ġash", + "amed" + ], + [ + "Ġcher", + "ished" + ], + [ + "Ġescal", + "ating" + ], + [ + "Ġneurodeg", + "enerative" + ], + [ + "Ġsh", + "aken" + ], + [ + "og", + "o" + ], + [ + "Ġout", + "bur" + ], + [ + "..", + "..." + ], + [ + "Ġsom", + "eday" + ], + [ + "ĠAd", + "olesc" + ], + [ + "ĠBas", + "el" + ], + [ + "Col", + "umn" + ], + [ + "ĠSign", + "ificant" + ], + [ + "Disc", + "over" + ], + [ + "Ġcontra", + "ception" + ], + [ + "Ġcancell", + "ed" + ], + [ + "H", + "on" + ], + [ + "Ġun", + "protected" + ], + [ + "up", + "rofen" + ], + [ + "28", + "3" + ], + [ + "Ġbur", + "rows" + ], + [ + "ĠHope", + "fully" + ], + [ + "r", + "ime" + ], + [ + "it", + "in" + ], + [ + "Ġr", + "ins" + ], + [ + "Ġlocal", + "ities" + ], + [ + "char", + "ged" + ], + [ + "En", + "h" + ], + [ + "ĠBi", + "om" + ], + [ + "Ġaven", + "ue" + ], + [ + "Ġslaught", + "ered" + ], + [ + "B", + "uy" + ], + [ + "en", + "abled" + ], + [ + "am", + "en" + ], + [ + "Ġsim", + "ulates" + ], + [ + "Ġsl", + "ate" + ], + [ + "Ġopt", + "ed" + ], + [ + "ĠYoung", + "er" + ], + [ + "Ġhall", + "mark" + ], + [ + "hard", + "t" + ], + [ + "Ġber", + "ry" + ], + [ + "Ġhierarch", + "ies" + ], + [ + "Method", + "s" + ], + [ + "P", + "ositive" + ], + [ + "t", + "reated" + ], + [ + "Ġha", + "re" + ], + [ + "Ġch", + "or" + ], + [ + "ĠK", + "arn" + ], + [ + "Ġed", + "ema" + ], + [ + "tain", + "ed" + ], + [ + "Ġbal", + "con" + ], + [ + "Ġble", + "w" + ], + [ + "Ġinfringe", + "ment" + ], + [ + "M", + "aterials" + ], + [ + "t", + "ests" + ], + [ + "Ġb", + "ible" + ], + [ + "ĠR", + "M" + ], + [ + "hes", + "us" + ], + [ + "Ġdifferent", + "iating" + ], + [ + "Ġche", + "at" + ], + [ + "ĠGu", + "ild" + ], + [ + "ĠBank", + "ing" + ], + [ + "pre", + "ting" + ], + [ + "--------", + "----" + ], + [ + "CL", + "C" + ], + [ + "ĠBeth", + "lehem" + ], + [ + "($", + "\"" + ], + [ + "D", + "ouble" + ], + [ + "ar", + "gument" + ], + [ + "ĠA", + "CE" + ], + [ + "Ġad", + "ept" + ], + [ + "Ġev", + "okes" + ], + [ + "Ġthem", + "ed" + ], + [ + "Ġcol", + "itis" + ], + [ + "Ġworld", + "ly" + ], + [ + "Ġdifferent", + "iable" + ], + [ + "ĠTur", + "tle" + ], + [ + "T", + "ogether" + ], + [ + "Ġl", + "ure" + ], + [ + "ĠB", + "ren" + ], + [ + "Ġhyp", + "ox" + ], + [ + "Ġassist", + "ive" + ], + [ + "utter", + "ing" + ], + [ + "Ġbrut", + "ality" + ], + [ + "Ġprerequ", + "isite" + ], + [ + "y", + "et" + ], + [ + "er", + "ial" + ], + [ + "ar", + "th" + ], + [ + "ĠG", + "ur" + ], + [ + "Ġstr", + "ife" + ], + [ + "Ġsm", + "iles" + ], + [ + "ĠTre", + "k" + ], + [ + "Type", + "Error" + ], + [ + "ĠC", + "itation" + ], + [ + "em", + "eter" + ], + [ + "Ġspecial", + "ties" + ], + [ + "ĠAf", + "ro" + ], + [ + "ĠNeu", + "rology" + ], + [ + "Ġdiscl", + "osed" + ], + [ + "Ġbom", + "ber" + ], + [ + "Ġordin", + "ance" + ], + [ + "B", + "ot" + ], + [ + "F", + "acts" + ], + [ + "Ġfl", + "ashing" + ], + [ + "Ġtre", + "ason" + ], + [ + "Ġblock", + "ade" + ], + [ + "ĠMet", + "a" + ], + [ + "ĠBot", + "anical" + ], + [ + "avor", + "able" + ], + [ + "Ġprow", + "ess" + ], + [ + "w", + "s" + ], + [ + "Ġv", + "ene" + ], + [ + "un", + "its" + ], + [ + "Ġse", + "cession" + ], + [ + "ĠD", + "V" + ], + [ + "ĠL", + "EG" + ], + [ + "Ġem", + "ancipation" + ], + [ + "Ġexp", + "iration" + ], + [ + "ik", + "ers" + ], + [ + "oura", + "ging" + ], + [ + "Ġcool", + "ant" + ], + [ + "ĠDav", + "idson" + ], + [ + "ĠHel", + "ping" + ], + [ + "Par", + "is" + ], + [ + "Ġcryptocur", + "rencies" + ], + [ + "ĠHimal", + "ayas" + ], + [ + "Ġupgrad", + "ing" + ], + [ + "f", + "ahrenheit" + ], + [ + "i", + "ography" + ], + [ + "Ġo", + "ily" + ], + [ + "Ġre", + "jo" + ], + [ + "33", + "9" + ], + [ + "Ġpal", + "aces" + ], + [ + "Ġkn", + "ives" + ], + [ + "Ġrav", + "aged" + ], + [ + "S", + "end" + ], + [ + "Ġtest", + "ify" + ], + [ + "und", + "ra" + ], + [ + "ĠBar", + "nes" + ], + [ + "Ġbreath", + "s" + ], + [ + "bell", + "um" + ], + [ + "Ġapprent", + "ice" + ], + [ + "Ġsurpass", + "ed" + ], + [ + "ĠHamb", + "urg" + ], + [ + "Ġst", + "ab" + ], + [ + "ĠS", + "ue" + ], + [ + "am", + "oto" + ], + [ + "ĠN", + "I" + ], + [ + "ĠN", + "as" + ], + [ + "Ġfill", + "ings" + ], + [ + "Ġrival", + "ry" + ], + [ + "Ġconsolid", + "ate" + ], + [ + "Ġresign", + "ation" + ], + [ + "Ġm", + "ailing" + ], + [ + "av", + "ailability" + ], + [ + "Ġcolor", + "ation" + ], + [ + "Ġwrink", + "les" + ], + [ + "ĠRecommend", + "ations" + ], + [ + "ĠH", + "CV" + ], + [ + "ĠD", + "um" + ], + [ + "Ġper", + "ceptual" + ], + [ + "Ġdet", + "ained" + ], + [ + "Ġprim", + "ality" + ], + [ + "Ġcoll", + "ide" + ], + [ + "Ġmo", + "ose" + ], + [ + "Ġelectron", + "ically" + ], + [ + "Ġconstell", + "ations" + ], + [ + "docu", + "ment" + ], + [ + "ĠLect", + "ure" + ], + [ + "5", + "30" + ], + [ + "F", + "ace" + ], + [ + "b", + "ri" + ], + [ + "Ġ", + "...." + ], + [ + "Ġa", + "ura" + ], + [ + "int", + "ellig" + ], + [ + "Ġent", + "rusted" + ], + [ + "de", + "al" + ], + [ + "Ġpromot", + "er" + ], + [ + "Ġjud", + "iciary" + ], + [ + "Ġbed", + "rock" + ], + [ + "ĠSer", + "bian" + ], + [ + "Ġconven", + "ed" + ], + [ + "Ġmeteor", + "ite" + ], + [ + "Ġinjust", + "ices" + ], + [ + "C", + "ite" + ], + [ + "Ġm", + "uff" + ], + [ + "Ġsh", + "amp" + ], + [ + "28", + "4" + ], + [ + "Ġpenet", + "rating" + ], + [ + "ĠTalk", + "ing" + ], + [ + "Ġpersec", + "uted" + ], + [ + "Ġt", + "ipping" + ], + [ + "em", + "e" + ], + [ + "Ġun", + "sc" + ], + [ + "Ġge", + "ologists" + ], + [ + "Ġmis", + "f" + ], + [ + "see", + "ing" + ], + [ + "RI", + "M" + ], + [ + "Ġpropag", + "ated" + ], + [ + "Ġadrenal", + "ine" + ], + [ + "Ġpar", + "cel" + ], + [ + "def", + "ense" + ], + [ + "28", + "2" + ], + [ + "Ġgentle", + "men" + ], + [ + "respons", + "ible" + ], + [ + "ĠCardi", + "ovascular" + ], + [ + "ut", + "us" + ], + [ + "Ġst", + "itch" + ], + [ + "Ġch", + "ap" + ], + [ + "ĠCh", + "ocolate" + ], + [ + "ien", + "ne" + ], + [ + "ĠIm", + "plications" + ], + [ + "asc", + "us" + ], + [ + "Ġmiscar", + "riage" + ], + [ + "+", + "," + ], + [ + "v", + "iolence" + ], + [ + "re", + "cht" + ], + [ + "ĠI", + "BS" + ], + [ + "Ġcl", + "ans" + ], + [ + "ex", + "am" + ], + [ + "25", + "8" + ], + [ + "Ġprop", + "ensity" + ], + [ + "Ġsuit", + "ability" + ], + [ + "mult", + "iple" + ], + [ + "ĠRoc", + "kef" + ], + [ + "Ġnov", + "ice" + ], + [ + "Ġrepay", + "ment" + ], + [ + "Ġacry", + "lic" + ], + [ + "L", + "ES" + ], + [ + "i", + "ators" + ], + [ + "t", + "oday" + ], + [ + "ra", + "ise" + ], + [ + "Ġsa", + "us" + ], + [ + "Ġmod", + "em" + ], + [ + "ĠMc", + "Carthy" + ], + [ + "cont", + "ained" + ], + [ + "ĠBow", + "l" + ], + [ + "Ġstir", + "red" + ], + [ + "ĠAzerbai", + "jan" + ], + [ + "S", + "afe" + ], + [ + "Ġe", + "uth" + ], + [ + "ad", + "as" + ], + [ + "us", + "ual" + ], + [ + "Ġun", + "ful" + ], + [ + "Ġsign", + "age" + ], + [ + "Ġsl", + "ogan" + ], + [ + "Ġsent", + "ient" + ], + [ + "Ġune", + "arthed" + ], + [ + "Ġstere", + "otype" + ], + [ + "Ġbicy", + "cles" + ], + [ + "Ġcoerc", + "ion" + ], + [ + "C", + "ategory" + ], + [ + "ĠM", + "g" + ], + [ + "ĠP", + "U" + ], + [ + "Ġsh", + "alt" + ], + [ + "00", + "9" + ], + [ + "ĠRe", + "placed" + ], + [ + "ĠBe", + "es" + ], + [ + "Ġsecret", + "ions" + ], + [ + "Ġpresc", + "ribing" + ], + [ + "ĠSent", + "ence" + ], + [ + "Ġsparing", + "ly" + ], + [ + "6", + "18" + ], + [ + "b", + "ugs" + ], + [ + "r", + "ity" + ], + [ + "ĠB", + "T" + ], + [ + "Ġra", + "cc" + ], + [ + "Ġthrough", + "put" + ], + [ + "Ġclass", + "ics" + ], + [ + "Ġdr", + "ifting" + ], + [ + "br", + "ight" + ], + [ + "ĠTra", + "uma" + ], + [ + "bi", + "osis" + ], + [ + "John", + "son" + ], + [ + "Import", + "ant" + ], + [ + "ĠGiov", + "anni" + ], + [ + "B", + "Y" + ], + [ + "e", + "h" + ], + [ + "ust", + "ers" + ], + [ + "Ġfl", + "ute" + ], + [ + "ĠBl", + "air" + ], + [ + "ĠCons", + "cious" + ], + [ + "ĠHealth", + "wise" + ], + [ + "ĠPaul", + "o" + ], + [ + "Ġpale", + "ont" + ], + [ + "Ast", + "ron" + ], + [ + "Ġpige", + "ons" + ], + [ + "Ġappra", + "isal" + ], + [ + "v", + "il" + ], + [ + "and", + "ed" + ], + [ + "ĠR", + "an" + ], + [ + "ĠN", + "eck" + ], + [ + "Ġdis", + "illusion" + ], + [ + "Ġun", + "ification" + ], + [ + "ount", + "ains" + ], + [ + "Ġmet", + "e" + ], + [ + "Ġsn", + "iff" + ], + [ + "Ġfav", + "oured" + ], + [ + "ĠJe", + "hovah" + ], + [ + "find", + "all" + ], + [ + "Ġoscill", + "ator" + ], + [ + "Ġseaf", + "loor" + ], + [ + "ĠDoct", + "rine" + ], + [ + "ĠRebell", + "ion" + ], + [ + "?", + ":" + ], + [ + "ĠA", + "ds" + ], + [ + "Ġsw", + "orn" + ], + [ + "27", + "8" + ], + [ + "Ġcard", + "io" + ], + [ + "29", + "6" + ], + [ + "ĠPur", + "ple" + ], + [ + "Inc", + "reasing" + ], + [ + "Mon", + "th" + ], + [ + "Ġdrown", + "ed" + ], + [ + "ipot", + "ent" + ], + [ + "emeter", + "ies" + ], + [ + "Ġa", + "ortic" + ], + [ + "Ġd", + "azz" + ], + [ + "ir", + "ls" + ], + [ + "ĠS", + "ect" + ], + [ + "ĠSc", + "outs" + ], + [ + "29", + "4" + ], + [ + "Ġrobust", + "ness" + ], + [ + "Ġempt", + "iness" + ], + [ + "prob", + "ably" + ], + [ + "â", + "Ķ" + ], + [ + "ident", + "ally" + ], + [ + "30", + "9" + ], + [ + "ĠAb", + "el" + ], + [ + "Ġdivid", + "ends" + ], + [ + "Ġfix", + "es" + ], + [ + "ĠWell", + "ness" + ], + [ + "Ġaqu", + "ifers" + ], + [ + "Ġdisgu", + "ise" + ], + [ + "B", + "rien" + ], + [ + "z", + "an" + ], + [ + "it", + "on" + ], + [ + "ĠD", + "od" + ], + [ + "ass", + "uming" + ], + [ + "equ", + "ipped" + ], + [ + "ĠRec", + "ognition" + ], + [ + "ĠDi", + "ophantine" + ], + [ + "ĠAtl", + "antis" + ], + [ + "Ġkit", + "chens" + ], + [ + "Ġgal", + "actic" + ], + [ + "Begin", + "ning" + ], + [ + "imag", + "in" + ], + [ + "ĠCaucas", + "us" + ], + [ + "Ġfor", + "ts" + ], + [ + "ĠM", + "ET" + ], + [ + "ous", + "ed" + ], + [ + "Ġbook", + "mark" + ], + [ + "27", + "4" + ], + [ + "Ġwarm", + "est" + ], + [ + "ha", + "o" + ], + [ + "struct", + "ed" + ], + [ + "Ġirrit", + "ated" + ], + [ + ">", + "();" + ], + [ + "Ġp", + "us" + ], + [ + "Ġd", + "art" + ], + [ + "ĠW", + "arming" + ], + [ + "port", + "ation" + ], + [ + "Ġpossess", + "ive" + ], + [ + "Em", + "ily" + ], + [ + ",'", + "'" + ], + [ + "ifix", + "ion" + ], + [ + "||", + "-" + ], + [ + "Ġunt", + "ouched" + ], + [ + "Ġbreak", + "er" + ], + [ + "fect", + "ure" + ], + [ + "ban", + "ks" + ], + [ + "Ġmeteor", + "ological" + ], + [ + "Ġvap", + "our" + ], + [ + "ĠNarr", + "ative" + ], + [ + "Ġerrone", + "ous" + ], + [ + "R", + "ele" + ], + [ + "ok", + "o" + ], + [ + "low", + "s" + ], + [ + "ĠWe", + "alth" + ], + [ + "ĠInc", + "a" + ], + [ + "och", + "astic" + ], + [ + "eut", + "ics" + ], + [ + "post", + "s" + ], + [ + "ĠRaj", + "as" + ], + [ + "rov", + "iral" + ], + [ + "Ġamalg", + "am" + ], + [ + "A", + "ction" + ], + [ + "Ġde", + "x" + ], + [ + "ĠB", + "ots" + ], + [ + "ĠF", + "ruits" + ], + [ + "Ġcomm", + "its" + ], + [ + "ys", + "on" + ], + [ + "Ġra", + "g" + ], + [ + "aw", + "atts" + ], + [ + "ĠDe", + "ut" + ], + [ + "27", + "6" + ], + [ + "ran", + "ial" + ], + [ + "ĠOut", + "look" + ], + [ + "ĠAnn", + "als" + ], + [ + "ĠEth", + "ical" + ], + [ + "f", + "ur" + ], + [ + "i", + "ere" + ], + [ + "ĠI", + "stanbul" + ], + [ + "ĠR", + "AF" + ], + [ + "ĠCon", + "clusion" + ], + [ + "ĠEvolution", + "ary" + ], + [ + "Ġstagn", + "ation" + ], + [ + "B", + "an" + ], + [ + "ar", + "rays" + ], + [ + "op", + "edic" + ], + [ + "ĠLe", + "bes" + ], + [ + "Ġconcentr", + "ates" + ], + [ + "Ġdoubt", + "ful" + ], + [ + "Ġaggreg", + "ates" + ], + [ + "3", + "28" + ], + [ + "c", + "oding" + ], + [ + "ĠA", + "wards" + ], + [ + "res", + "ource" + ], + [ + "ĠH", + "utch" + ], + [ + "ĠOr", + "bit" + ], + [ + "Ġpoison", + "ed" + ], + [ + "ĠGM", + "O" + ], + [ + "Ġdehyd", + "rated" + ], + [ + "Ġpept", + "ides" + ], + [ + "Ġre", + "aring" + ], + [ + "il", + "ical" + ], + [ + "ĠM", + "ats" + ], + [ + "Ġhe", + "ns" + ], + [ + "ri", + "ka" + ], + [ + "Ġlab", + "ou" + ], + [ + "Ġprec", + "arious" + ], + [ + "IT", + "ES" + ], + [ + "Ġinstant", + "aneous" + ], + [ + "bro", + "ok" + ], + [ + "Ġnour", + "ishment" + ], + [ + "g", + "ive" + ], + [ + "Ã", + "»" + ], + [ + "Ġt", + "ying" + ], + [ + "ĠS", + "aunders" + ], + [ + "ĠBar", + "oque" + ], + [ + "ĠMicro", + "biology" + ], + [ + "ontin", + "ence" + ], + [ + "ĠLebes", + "gue" + ], + [ + "ad", + "ier" + ], + [ + "Ġsl", + "ain" + ], + [ + "á", + "s" + ], + [ + "App", + "lication" + ], + [ + "C", + "op" + ], + [ + "Ġne", + "b" + ], + [ + "ĠF", + "E" + ], + [ + "||", + "$" + ], + [ + "33", + "1" + ], + [ + "Cl", + "oud" + ], + [ + "b", + "org" + ], + [ + "t", + "ons" + ], + [ + "ra", + "ged" + ], + [ + "Ġinter", + "d" + ], + [ + "uss", + "is" + ], + [ + "As", + "ide" + ], + [ + "work", + "er" + ], + [ + "Ġtown", + "ship" + ], + [ + "Ġwarm", + "ed" + ], + [ + "ĠSur", + "veillance" + ], + [ + "oli", + "osis" + ], + [ + "Ġwand", + "ered" + ], + [ + "Ġlav", + "ish" + ], + [ + "ieg", + "el" + ], + [ + "j", + "un" + ], + [ + "Ġp", + "aving" + ], + [ + "ak", + "ov" + ], + [ + "Ġres", + "orts" + ], + [ + "pr", + "inc" + ], + [ + "Ġrepl", + "ies" + ], + [ + "N", + "L" + ], + [ + "ed", + "it" + ], + [ + "Ġha", + "iled" + ], + [ + "ri", + "am" + ], + [ + "ĠF", + "rit" + ], + [ + "ove", + "re" + ], + [ + "Ġer", + "yth" + ], + [ + "Ġhur", + "ry" + ], + [ + "feed", + "back" + ], + [ + "Ġinterven", + "ing" + ], + [ + "represent", + "ation" + ], + [ + "B", + "V" + ], + [ + "Ġt", + "ier" + ], + [ + "ian", + "ism" + ], + [ + "ĠFor", + "bes" + ], + [ + "ĠAg", + "enda" + ], + [ + "Ġrot", + "ary" + ], + [ + "Ġsem", + "antics" + ], + [ + "Me", + "asure" + ], + [ + "Ġverte", + "brate" + ], + [ + "Ġdash", + "board" + ], + [ + "in", + "vent" + ], + [ + "en", + "oid" + ], + [ + "Ġn", + "ond" + ], + [ + "ac", + "et" + ], + [ + "ĠJ", + "in" + ], + [ + "ER", + "C" + ], + [ + "26", + "8" + ], + [ + "Ġimag", + "ining" + ], + [ + "Ġcollabor", + "atively" + ], + [ + "Ġsav", + "age" + ], + [ + "Comb", + "ining" + ], + [ + "c", + "ause" + ], + [ + "l", + "ov" + ], + [ + "Ø", + "¹" + ], + [ + "pe", + "z" + ], + [ + "Ġacad", + "emically" + ], + [ + "Ġclar", + "ifying" + ], + [ + "ogen", + "es" + ], + [ + "Ġcompos", + "ites" + ], + [ + "redu", + "ce" + ], + [ + "Ġm", + "orn" + ], + [ + "Ġre", + "ds" + ], + [ + "ĠC", + "BT" + ], + [ + "un", + "less" + ], + [ + "ĠE", + "cc" + ], + [ + "ĠE", + "uropa" + ], + [ + "ĠL", + "CD" + ], + [ + "Ġem", + "perors" + ], + [ + "Ġspec", + "ulated" + ], + [ + "ĠAs", + "ians" + ], + [ + "Ġperson", + "a" + ], + [ + "Ġnon", + "verbal" + ], + [ + "ention", + "ally" + ], + [ + "Ġdel", + "ving" + ], + [ + "phas", + "is" + ], + [ + "ĠSw", + "itch" + ], + [ + "ĠHigh", + "land" + ], + [ + "ĠCr", + "ater" + ], + [ + "Ġabbrev", + "iation" + ], + [ + "Ġunfor", + "giving" + ], + [ + "ĠCher", + "ry" + ], + [ + "id", + "is" + ], + [ + "con", + "c" + ], + [ + "Ġactiv", + "ating" + ], + [ + "par", + "agus" + ], + [ + "Ġbr", + "ute" + ], + [ + "ĠSec", + "ular" + ], + [ + "Ġkil", + "ogram" + ], + [ + "Ġstraw", + "berry" + ], + [ + "Ġannot", + "ation" + ], + [ + "Ġpl", + "atinum" + ], + [ + "Ġmet", + "iculous" + ], + [ + "ĠCl", + "uster" + ], + [ + "Sim", + "ply" + ], + [ + "Know", + "ledge" + ], + [ + "Ġgl", + "itter" + ], + [ + "pr", + "one" + ], + [ + "Ġlobby", + "ing" + ], + [ + "L", + "ibrary" + ], + [ + "Ġind", + "isc" + ], + [ + "Ġexp", + "ulsion" + ], + [ + "ract", + "ions" + ], + [ + "Ġsub", + "list" + ], + [ + "ĠIm", + "mediately" + ], + [ + "ĠGen", + "eal" + ], + [ + "num", + "py" + ], + [ + "29", + "7" + ], + [ + "Ġexpon", + "ents" + ], + [ + "Ġstabil", + "ization" + ], + [ + "b", + "ite" + ], + [ + "f", + "aced" + ], + [ + "s", + "pl" + ], + [ + "ĠH", + "ast" + ], + [ + "Ġbr", + "ushes" + ], + [ + "Ġrespons", + "iveness" + ], + [ + "ĠJust", + "in" + ], + [ + "Ġmal", + "ign" + ], + [ + "Ġmedium", + "s" + ], + [ + "Ġdiver", + "ted" + ], + [ + "ĠTH", + "C" + ], + [ + "ĠJim", + "my" + ], + [ + "S", + "ound" + ], + [ + "T", + "ax" + ], + [ + "Ġf", + "eral" + ], + [ + "ĠC", + "AM" + ], + [ + "ip", + "olar" + ], + [ + "Ġatt", + "aches" + ], + [ + "Ġland", + "ings" + ], + [ + "sh", + "are" + ], + [ + "Ġcivil", + "isation" + ], + [ + "Ġvent", + "ral" + ], + [ + ".âĢĻ", + "âĢĿ" + ], + [ + "Ġdownt", + "urn" + ], + [ + "Hum", + "ans" + ], + [ + "ĠAlm", + "ighty" + ], + [ + "n", + "ance" + ], + [ + "ol", + "ip" + ], + [ + "ĠC", + "in" + ], + [ + "Ġatt", + "aching" + ], + [ + "EN", + "G" + ], + [ + "Ġceleb", + "rities" + ], + [ + "ĠFitz", + "gerald" + ], + [ + "Ġfigur", + "ative" + ], + [ + "ĠCCS", + "S" + ], + [ + "Ġprud", + "ent" + ], + [ + "Ġe", + "ve" + ], + [ + "ĠA", + "uckland" + ], + [ + "Ġha", + "em" + ], + [ + "anc", + "ock" + ], + [ + "Ġdomin", + "ion" + ], + [ + "Ġmild", + "er" + ], + [ + "Ġtemp", + "o" + ], + [ + "ĠFried", + "man" + ], + [ + "ĠPent", + "agon" + ], + [ + "ĠPle", + "istocene" + ], + [ + "Ġcath", + "ode" + ], + [ + "quart", + "ile" + ], + [ + "Ġceil", + "ings" + ], + [ + "Ġyour", + "selves" + ], + [ + "ide", + "gger" + ], + [ + "Ġfl", + "ipped" + ], + [ + "ĠChrist", + "ine" + ], + [ + "ĠOut", + "comes" + ], + [ + "Ġindu", + "cing" + ], + [ + "ĠFar", + "mer" + ], + [ + "Ġannounce", + "ments" + ], + [ + "ĠPione", + "er" + ], + [ + "G", + "ene" + ], + [ + "Ġa", + "le" + ], + [ + "Ġp", + "inn" + ], + [ + "ĠG", + "ang" + ], + [ + "ĠSupport", + "ing" + ], + [ + "ĠEnt", + "ry" + ], + [ + "Ġtire", + "lessly" + ], + [ + "Ġrefract", + "ive" + ], + [ + "%", + "|" + ], + [ + "w", + "alls" + ], + [ + "ot", + "eric" + ], + [ + "iv", + "ative" + ], + [ + "ĠRes", + "erv" + ], + [ + "Ġcirc", + "us" + ], + [ + "Sc", + "ore" + ], + [ + "olt", + "z" + ], + [ + "itic", + "us" + ], + [ + "ĠFeed", + "back" + ], + [ + "Ġvamp", + "ire" + ], + [ + "B", + "B" + ], + [ + "L", + "ED" + ], + [ + "ĠS", + "CI" + ], + [ + "ĠC", + "rete" + ], + [ + "Ġun", + "he" + ], + [ + "Ġcur", + "tains" + ], + [ + "Ġhair", + "y" + ], + [ + "ĠMuseum", + "s" + ], + [ + "Ġlik", + "eness" + ], + [ + "Am", + "ount" + ], + [ + "Ġcycl", + "ical" + ], + [ + "A", + "H" + ], + [ + "s", + "ave" + ], + [ + "v", + "ig" + ], + [ + "Ê", + "»" + ], + [ + "ĠB", + "har" + ], + [ + "Ġcr", + "anes" + ], + [ + "Ġhyp", + "not" + ], + [ + "ĠJud", + "ith" + ], + [ + "Ġsummon", + "ed" + ], + [ + "Ġ(", + "=" + ], + [ + "ĠH", + "ouses" + ], + [ + "ĠL", + "inn" + ], + [ + "Ġar", + "th" + ], + [ + "ĠRem", + "oval" + ], + [ + "pan", + "ies" + ], + [ + "Ġpropos", + "itions" + ], + [ + "ĠAdminist", + "rative" + ], + [ + "Data", + "Frame" + ], + [ + "Ġdress", + "es" + ], + [ + "3", + "22" + ], + [ + "×", + "ª" + ], + [ + "ct", + "omy" + ], + [ + "ĠB", + "ast" + ], + [ + "os", + "ate" + ], + [ + "ĠF", + "ormal" + ], + [ + "Ġdis", + "place" + ], + [ + "Ġorgan", + "izer" + ], + [ + "Ġpar", + "able" + ], + [ + "Ġbook", + "store" + ], + [ + "ĠProv", + "incial" + ], + [ + "ĠProcess", + "es" + ], + [ + "Ġpill", + "ow" + ], + [ + "ĠTree", + "Node" + ], + [ + "Ġpremature", + "ly" + ], + [ + "Ġclich", + "és" + ], + [ + "s", + "oc" + ], + [ + "it", + "one" + ], + [ + "od", + "i" + ], + [ + "ĠH", + "uss" + ], + [ + "ĠE", + "uph" + ], + [ + "Ġdes", + "alination" + ], + [ + "Ġsw", + "apped" + ], + [ + "Ġgraph", + "ite" + ], + [ + "ĠVlad", + "imir" + ], + [ + "S", + "yn" + ], + [ + "Ö", + "·" + ], + [ + "Ġb", + "isexual" + ], + [ + "ĠC", + "ly" + ], + [ + "Ġprot", + "otyping" + ], + [ + "Ġdem", + "eanor" + ], + [ + "Ġthr", + "ives" + ], + [ + "Mod", + "ule" + ], + [ + "d", + "ream" + ], + [ + "ent", + "ies" + ], + [ + "ĠA", + "J" + ], + [ + "ĠP", + "up" + ], + [ + "Ġsu", + "nd" + ], + [ + "Ġne", + "bul" + ], + [ + "ag", + "i" + ], + [ + "Ġins", + "ane" + ], + [ + "Ġbi", + "ol" + ], + [ + "Ġviol", + "ently" + ], + [ + "Ġhar", + "p" + ], + [ + "Ġcolon", + "ized" + ], + [ + "Ġfrag", + "rant" + ], + [ + "c", + "ia" + ], + [ + "Ġal", + "ve" + ], + [ + "ĠE", + "F" + ], + [ + "ĠF", + "alk" + ], + [ + "ator", + "ium" + ], + [ + "br", + "ane" + ], + [ + "mb", + "ling" + ], + [ + "Ġstem", + "ming" + ], + [ + "Ġlymph", + "atic" + ], + [ + "rev", + "olution" + ], + [ + "M", + "is" + ], + [ + "N", + "ob" + ], + [ + "Ġ(", + "âĪļ" + ], + [ + "ĠB", + "illy" + ], + [ + "ĠN", + "urse" + ], + [ + "ĠG", + "C" + ], + [ + "Ġgovern", + "s" + ], + [ + "Ġwar", + "p" + ], + [ + "unt", + "u" + ], + [ + "ĠElect", + "ro" + ], + [ + "ĠSpe", + "ak" + ], + [ + "ĠBrad", + "ley" + ], + [ + "Ġbount", + "y" + ], + [ + "Ġbenevol", + "ent" + ], + [ + "Ġt", + "onic" + ], + [ + "ĠS", + "axon" + ], + [ + "oc", + "or" + ], + [ + "iff", + "erence" + ], + [ + "Ġrec", + "essive" + ], + [ + "Ġrem", + "ission" + ], + [ + "omm", + "y" + ], + [ + "ash", + "tra" + ], + [ + "Ġfoot", + "ing" + ], + [ + "uk", + "h" + ], + [ + "Ġded", + "uction" + ], + [ + "ĠCut", + "ting" + ], + [ + "ĠNut", + "r" + ], + [ + "E", + "mb" + ], + [ + "Q", + "uality" + ], + [ + "Ñ", + "ĸ" + ], + [ + "ĠH", + "ann" + ], + [ + "ĠL", + "D" + ], + [ + "Ġplan", + "ner" + ], + [ + "ole", + "y" + ], + [ + "uck", + "ing" + ], + [ + "Ġplate", + "lets" + ], + [ + "Ġank", + "les" + ], + [ + "Ġautobi", + "ography" + ], + [ + "z", + "h" + ], + [ + "ĠB", + "ottom" + ], + [ + "Ġr", + "ite" + ], + [ + "Ġexp", + "ired" + ], + [ + "Ġbi", + "ogas" + ], + [ + "state", + "ment" + ], + [ + "ĠIN", + "TER" + ], + [ + "UT", + "H" + ], + [ + "Ġbrid", + "ging" + ], + [ + "Ġquar", + "ry" + ], + [ + "Pot", + "ential" + ], + [ + "ĠHein", + "rich" + ], + [ + "l", + "ion" + ], + [ + "Ġf", + "ry" + ], + [ + "st", + "rand" + ], + [ + "Ġat", + "rial" + ], + [ + "ĠF", + "ashion" + ], + [ + "Ġso", + "aking" + ], + [ + "Ġrub", + "ric" + ], + [ + "Ġcomplain", + "ing" + ], + [ + "Ġdivers", + "ified" + ], + [ + "ĠSah", + "ara" + ], + [ + "ĠChick", + "en" + ], + [ + "Ġincarc", + "eration" + ], + [ + "ĠAppalach", + "ian" + ], + [ + "cig", + "arettes" + ], + [ + "Ġm", + "ite" + ], + [ + "od", + "ian" + ], + [ + "ĠG", + "ul" + ], + [ + "az", + "ole" + ], + [ + "Rec", + "ogn" + ], + [ + "Ġmanual", + "s" + ], + [ + "prior", + "ity" + ], + [ + "Ġinexplic", + "able" + ], + [ + "ĠS", + "aving" + ], + [ + "ĠAl", + "leg" + ], + [ + "ij", + "k" + ], + [ + "ĠDan", + "ube" + ], + [ + "wind", + "ow" + ], + [ + "ĠHug", + "o" + ], + [ + "Ġenlarge", + "ment" + ], + [ + "Ġstric", + "ter" + ], + [ + "it", + "atively" + ], + [ + "or", + "ations" + ], + [ + "ĠC", + "ooking" + ], + [ + "ĠR", + "V" + ], + [ + "ĠL", + "ah" + ], + [ + "ck", + "er" + ], + [ + "Ġfire", + "place" + ], + [ + "Ġnotorious", + "ly" + ], + [ + "Ġapprentices", + "hip" + ], + [ + "CRE", + "ATE" + ], + [ + "E", + "gypt" + ], + [ + "l", + "usion" + ], + [ + "Ġh", + "over" + ], + [ + "Ġant", + "eced" + ], + [ + "OR", + "S" + ], + [ + "ĠFl", + "int" + ], + [ + "Ġninet", + "een" + ], + [ + "Ġintersect", + "s" + ], + [ + "Ġmedi", + "ator" + ], + [ + "0", + "13" + ], + [ + "O", + "pp" + ], + [ + "S", + "can" + ], + [ + "w", + "on" + ], + [ + "pt", + "ime" + ], + [ + "Ġnew", + "line" + ], + [ + "Ġher", + "n" + ], + [ + "ne", + "ver" + ], + [ + "Ġdomin", + "ating" + ], + [ + "Ġmanner", + "isms" + ], + [ + "ĠContin", + "uous" + ], + [ + "Ġzebra", + "fish" + ], + [ + "Y", + "ellow" + ], + [ + "Ġsp", + "ok" + ], + [ + "Ġwill", + "ow" + ], + [ + "Ġind", + "ifferent" + ], + [ + "arc", + "ane" + ], + [ + "Ġmax", + "imal" + ], + [ + "ĠNe", + "ighbor" + ], + [ + "IS", + "M" + ], + [ + "Ġmile", + "age" + ], + [ + "Ġdemol", + "ition" + ], + [ + "Ġmell", + "itus" + ], + [ + "s", + "ugar" + ], + [ + "å", + "ħ" + ], + [ + "ow", + "els" + ], + [ + "Ġapp", + "ended" + ], + [ + "Ġcool", + "s" + ], + [ + "55", + "5" + ], + [ + "requ", + "est" + ], + [ + "IG", + "H" + ], + [ + "ĠID", + "s" + ], + [ + "Ġadvis", + "er" + ], + [ + "ĠZion", + "ist" + ], + [ + "ĠBrah", + "man" + ], + [ + "m", + "u" + ], + [ + "Ġth", + "orn" + ], + [ + "Ġst", + "alls" + ], + [ + "Ġan", + "orexia" + ], + [ + "Ġal", + "mond" + ], + [ + "ĠK", + "ub" + ], + [ + "Ġbro", + "ker" + ], + [ + "ĠMar", + "qu" + ], + [ + "Ġveget", + "ative" + ], + [ + "Ġstri", + "pe" + ], + [ + "Ġwid", + "ening" + ], + [ + "ĠAdv", + "ances" + ], + [ + "ĠJul", + "ie" + ], + [ + "aby", + "tes" + ], + [ + "Ġpreserv", + "atives" + ], + [ + "Ġamb", + "ul" + ], + [ + "Ġconvenient", + "ly" + ], + [ + "Ġgerm", + "inate" + ], + [ + "Ġreluct", + "ance" + ], + [ + "ĠMicrob", + "iol" + ], + [ + "ent", + "imes" + ], + [ + "ĠL", + "omb" + ], + [ + "av", + "ian" + ], + [ + "Ġpre", + "position" + ], + [ + "ys", + "ql" + ], + [ + "Ġfl", + "ares" + ], + [ + "gg", + "ling" + ], + [ + "Ġbo", + "ast" + ], + [ + "Ġaud", + "itor" + ], + [ + "Ġmechan", + "ically" + ], + [ + "Ġpup", + "s" + ], + [ + "ĠDocu", + "mentation" + ], + [ + "ĠGuid", + "ance" + ], + [ + "ĠRF", + "ID" + ], + [ + "ĠSimpl", + "ified" + ], + [ + "ĠVoy", + "ager" + ], + [ + "Ġneuros", + "cient" + ], + [ + "b", + "st" + ], + [ + "m", + "ask" + ], + [ + "ĠV", + "ishnu" + ], + [ + "Ġfl", + "ushing" + ], + [ + "eg", + "er" + ], + [ + "ĠNew", + "port" + ], + [ + "Ġmut", + "ated" + ], + [ + "Ġperpet", + "rator" + ], + [ + "ĠSP", + "F" + ], + [ + "Ġsau", + "ces" + ], + [ + "ĠNam", + "ibia" + ], + [ + "ĠFel", + "ix" + ], + [ + "ĠFal", + "con" + ], + [ + "Individual", + "s" + ], + [ + "ĠSubst", + "ance" + ], + [ + "5", + "70" + ], + [ + "J", + "er" + ], + [ + "f", + "ried" + ], + [ + "ol", + "ini" + ], + [ + "ĠN", + "PR" + ], + [ + "Ġimp", + "etus" + ], + [ + "Ġexpl", + "ode" + ], + [ + "Ġlist", + "ings" + ], + [ + "ĠSh", + "ift" + ], + [ + "Ġpaper", + "work" + ], + [ + "ih", + "u" + ], + [ + "ĠTow", + "ards" + ], + [ + "nour", + "ished" + ], + [ + "it", + "imate" + ], + [ + "ire", + "t" + ], + [ + "Ġsub", + "text" + ], + [ + "Ġwater", + "fall" + ], + [ + "Ġeffect", + "ed" + ], + [ + "Ġdist", + "ill" + ], + [ + "ĠWar", + "ning" + ], + [ + "Ġreact", + "ed" + ], + [ + "33", + "2" + ], + [ + "ĠLou", + "ise" + ], + [ + "Do", + "ctors" + ], + [ + "Ġju", + "xtap" + ], + [ + "she", + "ets" + ], + [ + "prof", + "essional" + ], + [ + "e", + "astern" + ], + [ + "Ġs", + "ire" + ], + [ + "um", + "ina" + ], + [ + "ph", + "in" + ], + [ + "Ġrep", + "el" + ], + [ + "Ġanth", + "rax" + ], + [ + "Ġplum", + "age" + ], + [ + "Ġrehab", + "ilit" + ], + [ + "d", + "ia" + ], + [ + "ĠA", + "U" + ], + [ + "Ġsu", + "cking" + ], + [ + "ru", + "le" + ], + [ + "Al", + "cohol" + ], + [ + "Ġconnect", + "ors" + ], + [ + "ĠBed", + "ford" + ], + [ + "ĠIllustr", + "ated" + ], + [ + "Ġpopul", + "ace" + ], + [ + "N", + "utrition" + ], + [ + "×", + "ij" + ], + [ + "Ġo", + "asis" + ], + [ + "ĠR", + "acial" + ], + [ + "ere", + "x" + ], + [ + "Ġhigh", + "lands" + ], + [ + "Ġdry", + "ness" + ], + [ + "down", + "s" + ], + [ + "ĠSeb", + "ast" + ], + [ + "R", + "ap" + ], + [ + "v", + "ens" + ], + [ + "Ġo", + "int" + ], + [ + "ot", + "er" + ], + [ + "ĠC", + "RE" + ], + [ + "Ġche", + "ating" + ], + [ + "30", + "8" + ], + [ + "ĠCom", + "et" + ], + [ + "ĠProp", + "he" + ], + [ + "Phot", + "os" + ], + [ + "Ġunpop", + "ular" + ], + [ + "3", + "19" + ], + [ + "C", + "it" + ], + [ + "ĠJ", + "azz" + ], + [ + "Ġme", + "ga" + ], + [ + "rap", + "ers" + ], + [ + "ĠBy", + "ron" + ], + [ + "Ġprotect", + "or" + ], + [ + "ĠBi", + "otechnology" + ], + [ + "Ġmeth", + "ylation" + ], + [ + "ĠCollabor", + "ation" + ], + [ + "ĠEditor", + "ial" + ], + [ + "Ġw", + "rought" + ], + [ + "ĠT", + "ales" + ], + [ + "ĠB", + "oot" + ], + [ + "and", + "ering" + ], + [ + "ĠCh", + "ase" + ], + [ + "Ġnon", + "fiction" + ], + [ + "ĠDe", + "pt" + ], + [ + "Ġpric", + "k" + ], + [ + "Ph", + "ase" + ], + [ + "Ġwal", + "nuts" + ], + [ + "ĠFeed", + "ing" + ], + [ + "Ġam", + "eric" + ], + [ + "Ġcondition", + "er" + ], + [ + "Ġcoll", + "ateral" + ], + [ + "Ġwild", + "ly" + ], + [ + "produ", + "ctive" + ], + [ + "lock", + "ed" + ], + [ + "ĠCorpor", + "ate" + ], + [ + "Ġunre", + "asonable" + ], + [ + "ĠPries", + "t" + ], + [ + "omencl", + "ature" + ], + [ + "G", + "DP" + ], + [ + "J", + "im" + ], + [ + "Ġv", + "ortex" + ], + [ + "ri", + "ber" + ], + [ + "ĠF", + "ur" + ], + [ + "ĠF", + "requently" + ], + [ + "33", + "7" + ], + [ + "Ġpet", + "rol" + ], + [ + "Ġexperiment", + "ed" + ], + [ + "Ġseed", + "ling" + ], + [ + "Ġyouth", + "ful" + ], + [ + "ĠMag", + "dal" + ], + [ + "cal", + "orie" + ], + [ + "ĠSix", + "th" + ], + [ + "Ġexem", + "ption" + ], + [ + "ĠYose", + "mite" + ], + [ + "if", + "lower" + ], + [ + "ad", + "v" + ], + [ + "ĠRe", + "le" + ], + [ + "Ġge", + "op" + ], + [ + "ĠEm", + "issions" + ], + [ + "But", + "ton" + ], + [ + "Ġweb", + "inars" + ], + [ + "rep", + "are" + ], + [ + "Ġabnorm", + "ality" + ], + [ + "Ġo", + "ve" + ], + [ + "Ġb", + "ake" + ], + [ + "ĠC", + "ourses" + ], + [ + "Ġpr", + "imate" + ], + [ + "tt", + "o" + ], + [ + "ĠDr", + "iving" + ], + [ + "Ġanx", + "ieties" + ], + [ + "ĠJess", + "ica" + ], + [ + "ĠGujar", + "at" + ], + [ + "F", + "arm" + ], + [ + "f", + "ac" + ], + [ + "l", + "ik" + ], + [ + "op", + "ening" + ], + [ + "ĠF", + "urn" + ], + [ + "Ġdraw", + "back" + ], + [ + "ĠPres", + "idents" + ], + [ + "Ġcran", + "ial" + ], + [ + "'", + "\\" + ], + [ + "y", + "i" + ], + [ + "ĠF", + "ix" + ], + [ + "ĠK", + "ah" + ], + [ + "As", + "ync" + ], + [ + "Ġpeace", + "fully" + ], + [ + "ĠSam", + "ar" + ], + [ + "othe", + "red" + ], + [ + "Ġfing", + "ert" + ], + [ + "ĠMichel", + "le" + ], + [ + "Ġnour", + "ish" + ], + [ + "Event", + "ually" + ], + [ + "ĠDial", + "ogue" + ], + [ + "Ġformal", + "dehyde" + ], + [ + "IF", + "E" + ], + [ + "Ġtroubles", + "ome" + ], + [ + "ĠVenet", + "ian" + ], + [ + "3", + "18" + ], + [ + "ĠP", + "rices" + ], + [ + "ĠD", + "at" + ], + [ + "ĠSe", + "venth" + ], + [ + "ĠPar", + "allel" + ], + [ + "Ġhyp", + "ogly" + ], + [ + "ĠReg", + "ulatory" + ], + [ + "ĠPM", + "C" + ], + [ + "Ġpunish", + "ments" + ], + [ + "C", + "ustom" + ], + [ + "G", + "ET" + ], + [ + "Z", + "E" + ], + [ + "on", + "so" + ], + [ + "Ġg", + "enders" + ], + [ + "ĠS", + "om" + ], + [ + "ĠP", + "interest" + ], + [ + "av", + "age" + ], + [ + "Ġmon", + "o" + ], + [ + "head", + "er" + ], + [ + "Other", + "s" + ], + [ + "Ġscrap", + "ing" + ], + [ + "Ġpap", + "al" + ], + [ + "3", + "17" + ], + [ + "c", + "z" + ], + [ + "ce", + "ae" + ], + [ + "qu", + "ist" + ], + [ + "nt", + "on" + ], + [ + "Ġsc", + "ap" + ], + [ + "Ġear", + "ns" + ], + [ + "Ġfashion", + "ed" + ], + [ + "ĠURL", + "s" + ], + [ + "gener", + "ational" + ], + [ + "0", + "30" + ], + [ + "C", + "ast" + ], + [ + "Ġgreen", + "er" + ], + [ + "ĠHans", + "en" + ], + [ + "Sou", + "thern" + ], + [ + ")", + "[" + ], + [ + "v", + "ests" + ], + [ + "Ġl", + "ends" + ], + [ + "Ġhe", + "ret" + ], + [ + "ru", + "ff" + ], + [ + "ĠSp", + "ark" + ], + [ + "Ġquant", + "ified" + ], + [ + "Ġprofessional", + "ism" + ], + [ + "Ġdivid", + "end" + ], + [ + "Per", + "formance" + ], + [ + "ĠCert", + "ification" + ], + [ + "ĠEs", + "sex" + ], + [ + "Max", + "imum" + ], + [ + "ĠProced", + "ures" + ], + [ + "Ġunlaw", + "ful" + ], + [ + "A", + "qu" + ], + [ + "D", + "ou" + ], + [ + "a", + "ust" + ], + [ + "b", + "t" + ], + [ + "k", + "on" + ], + [ + "p", + "ip" + ], + [ + "â", + "ī" + ], + [ + "Ġw", + "agons" + ], + [ + "Ġf", + "i" + ], + [ + "ig", + "ating" + ], + [ + "Ġwe", + "athered" + ], + [ + "ĠF", + "o" + ], + [ + "ts", + "ky" + ], + [ + "Ġconc", + "ave" + ], + [ + "ros", + "ion" + ], + [ + "Ġconf", + "ession" + ], + [ + "der", + "a" + ], + [ + "St", + "rong" + ], + [ + "Ġmotiv", + "ational" + ], + [ + "ĠArt", + "emis" + ], + [ + "ĠExpl", + "an" + ], + [ + "Ġpolymer", + "ase" + ], + [ + "ĠBec", + "ome" + ], + [ + "G", + "T" + ], + [ + "I", + "ce" + ], + [ + "Ġd", + "é" + ], + [ + "st", + "akes" + ], + [ + "ĠP", + "oles" + ], + [ + "ĠD", + "HA" + ], + [ + "ĠGod", + "dard" + ], + [ + "sh", + "oot" + ], + [ + "ĠHer", + "cules" + ], + [ + "Ġing", + "est" + ], + [ + "Ġfill", + "er" + ], + [ + "ĠFront", + "ier" + ], + [ + "Ġdeter", + "rent" + ], + [ + "ou", + "p" + ], + [ + "ab", + "ric" + ], + [ + "ĠM", + "umbai" + ], + [ + "ĠH", + "ak" + ], + [ + "ĠR", + "EC" + ], + [ + "Ġk", + "Wh" + ], + [ + "Ġout", + "going" + ], + [ + "Ġrel", + "ocate" + ], + [ + "ĠTe", + "ens" + ], + [ + "ĠX", + "IV" + ], + [ + "ĠPar", + "agraph" + ], + [ + "ĠTw", + "ain" + ], + [ + "Ġpet", + "ty" + ], + [ + "Ġsynd", + "romes" + ], + [ + "Ġmicrop", + "rocess" + ], + [ + "arad", + "erie" + ], + [ + "Ġst", + "itches" + ], + [ + "ĠU", + "nt" + ], + [ + "ind", + "ices" + ], + [ + "Ġdiff", + "raction" + ], + [ + "app", + "a" + ], + [ + "ocal", + "yp" + ], + [ + "Ġfost", + "ered" + ], + [ + "F", + "M" + ], + [ + "G", + "ender" + ], + [ + "m", + "ac" + ], + [ + "ad", + "ay" + ], + [ + "Ġcom", + "plicate" + ], + [ + "Ġdown", + "side" + ], + [ + "ĠShe", + "ets" + ], + [ + "umin", + "um" + ], + [ + "Man", + "ager" + ], + [ + "Ġunderm", + "ined" + ], + [ + "ĠLang", + "ley" + ], + [ + "sel", + "ess" + ], + [ + "Ġfoot", + "wear" + ], + [ + "ĠLet", + "t" + ], + [ + "33", + "6" + ], + [ + "ĠMark", + "ov" + ], + [ + "Ġge", + "odes" + ], + [ + "28", + "9" + ], + [ + "ĠMy", + "stery" + ], + [ + "ĠPat", + "ricia" + ], + [ + "Com", + "ment" + ], + [ + "ĠCheck", + "ing" + ], + [ + "Ġtransc", + "ribed" + ], + [ + "emb", + "ourg" + ], + [ + "Ġdwell", + "ers" + ], + [ + "Ġtrim", + "med" + ], + [ + "ĠRoberts", + "on" + ], + [ + "ãĢ", + "Ĥ" + ], + [ + "f", + "ruits" + ], + [ + "s", + "weet" + ], + [ + "Ġp", + "iety" + ], + [ + "oc", + "arbon" + ], + [ + "vel", + "l" + ], + [ + "ĠPl", + "aza" + ], + [ + "Ġtravel", + "lers" + ], + [ + "Ġcou", + "ch" + ], + [ + "ĠDes", + "k" + ], + [ + "Ġdivor", + "ced" + ], + [ + "Bank", + "Account" + ], + [ + "ĠPtole", + "my" + ], + [ + "H", + "om" + ], + [ + "Ġb", + "esp" + ], + [ + "Ġb", + "acon" + ], + [ + "Ġth", + "wart" + ], + [ + "id", + "an" + ], + [ + "ĠR", + "GB" + ], + [ + "Ġcomputer", + "ized" + ], + [ + "Be", + "havior" + ], + [ + "Ġincom", + "pet" + ], + [ + "ĠRam", + "adan" + ], + [ + "Ġassass", + "inated" + ], + [ + "ĠAmb", + "assador" + ], + [ + "se", + "q" + ], + [ + "Ġsuper", + "markets" + ], + [ + "Ġfire", + "wood" + ], + [ + "Ġgall", + "bladder" + ], + [ + "ĠLab", + "rador" + ], + [ + "88", + "8" + ], + [ + "Ġhem", + "isp" + ], + [ + "t", + "um" + ], + [ + "Ġst", + "ump" + ], + [ + "Ġcomp", + "artments" + ], + [ + "get", + "ting" + ], + [ + "Ġdrink", + "ers" + ], + [ + "Ġassemb", + "ling" + ], + [ + "Ġperm", + "afrost" + ], + [ + "Ġsculpt", + "or" + ], + [ + "ĠCompan", + "ion" + ], + [ + "ĠPatri", + "arch" + ], + [ + "Ġski", + "ing" + ], + [ + "F", + "at" + ], + [ + "p", + "c" + ], + [ + "he", + "avy" + ], + [ + "ol", + "ite" + ], + [ + "ch", + "us" + ], + [ + "ĠC", + "hel" + ], + [ + "ĠG", + "UI" + ], + [ + "Ġshort", + "ening" + ], + [ + "sh", + "ift" + ], + [ + "Ġpsychiat", + "ry" + ], + [ + "Ġnod", + "ules" + ], + [ + "Ġcad", + "mium" + ], + [ + "Ġdissemin", + "ated" + ], + [ + "M", + "agn" + ], + [ + "Ġp", + "es" + ], + [ + "Ġto", + "ast" + ], + [ + "ĠC", + "rist" + ], + [ + "ĠG", + "um" + ], + [ + "Ġequ", + "inox" + ], + [ + "cl", + "usions" + ], + [ + "Ġsil", + "ently" + ], + [ + "Ġunp", + "ublished" + ], + [ + "Ġgly", + "cemic" + ], + [ + "C", + "orn" + ], + [ + "G", + "ame" + ], + [ + "]", + "+" + ], + [ + "f", + "red" + ], + [ + "w", + "arm" + ], + [ + "ĠR", + "EL" + ], + [ + "Ġres", + "ided" + ], + [ + "Ġref", + "und" + ], + [ + "ĠPer", + "uvian" + ], + [ + "RE", + "L" + ], + [ + "Ġhorse", + "back" + ], + [ + "ĠNi", + "agara" + ], + [ + "Ġjuven", + "iles" + ], + [ + "ĠProb", + "ability" + ], + [ + "Cam", + "bridge" + ], + [ + "ĠKum", + "ar" + ], + [ + "pow", + "der" + ], + [ + "Ġcamoufl", + "age" + ], + [ + "ĠC", + "umberland" + ], + [ + "Ġan", + "esthetic" + ], + [ + "Ġcre", + "eping" + ], + [ + "pro", + "blems" + ], + [ + "ĠX", + "II" + ], + [ + "Ġwild", + "flowers" + ], + [ + "ĠHum", + "ph" + ], + [ + "Ġcalibr", + "ated" + ], + [ + "x", + "in" + ], + [ + "ĠM", + "Y" + ], + [ + "te", + "chnology" + ], + [ + "Ġph", + "ased" + ], + [ + "ĠPre", + "viously" + ], + [ + "ĠSub", + "stituting" + ], + [ + "ĠPass", + "age" + ], + [ + "Ġstere", + "otyp" + ], + [ + "ela", + "ide" + ], + [ + "Ġveterin", + "arians" + ], + [ + "Ġembarr", + "assed" + ], + [ + "0", + "16" + ], + [ + "Ġb", + "c" + ], + [ + "ĠG", + "au" + ], + [ + "ĠG", + "rap" + ], + [ + "ary", + "a" + ], + [ + "ĠV", + "iv" + ], + [ + "ĠCon", + "rad" + ], + [ + "Ġstar", + "ving" + ], + [ + "ĠAdv", + "oc" + ], + [ + "Ġthank", + "ful" + ], + [ + "ĠDor", + "othy" + ], + [ + "Ġunman", + "ned" + ], + [ + "r", + "ats" + ], + [ + "Ġh", + "ass" + ], + [ + "ĠT", + "ill" + ], + [ + "Ġfor", + "ging" + ], + [ + "ĠH", + "ert" + ], + [ + "Ġsy", + "stolic" + ], + [ + "ĠV", + "M" + ], + [ + "ĠAl", + "ready" + ], + [ + "Ġextrem", + "ities" + ], + [ + "Inf", + "o" + ], + [ + "Ġscrut", + "in" + ], + [ + "wart", + "z" + ], + [ + "flat", + "ten" + ], + [ + "Ġta", + "vern" + ], + [ + "D", + "ial" + ], + [ + "g", + "ie" + ], + [ + "g", + "ames" + ], + [ + "Ġm", + "uddy" + ], + [ + "Ġl", + "iner" + ], + [ + "Ġhe", + "ed" + ], + [ + "est", + "own" + ], + [ + "ĠN", + "atal" + ], + [ + "Ġpot", + "ency" + ], + [ + "Ġpar", + "anoia" + ], + [ + "Ġresource", + "ful" + ], + [ + "ĠEns", + "uring" + ], + [ + "Ġdetox", + "ification" + ], + [ + "Cho", + "osing" + ], + [ + "S", + "y" + ], + [ + "l", + "aws" + ], + [ + "t", + "ok" + ], + [ + "ĠThe", + "sis" + ], + [ + "Ġsw", + "apping" + ], + [ + "ĠHy", + "brid" + ], + [ + "Ġarrest", + "s" + ], + [ + "E", + "le" + ], + [ + "Ġ", + "ì" + ], + [ + "at", + "ism" + ], + [ + "ĠT", + "I" + ], + [ + "ĠI", + "v" + ], + [ + "ĠM", + "ik" + ], + [ + "ĠM", + "AR" + ], + [ + "oc", + "in" + ], + [ + "Ġhex", + "agon" + ], + [ + "Ġobsc", + "ured" + ], + [ + "Ġcarp", + "ets" + ], + [ + "Commun", + "ication" + ], + [ + "ĠByz", + "ant" + ], + [ + "Ġaeros", + "ols" + ], + [ + "ĠVul", + "ner" + ], + [ + "ĠScandinav", + "ian" + ], + [ + "Ġrepr", + "inted" + ], + [ + "Ġsu", + "ed" + ], + [ + "Ġimm", + "oral" + ], + [ + "Ġbur", + "row" + ], + [ + "Tra", + "ining" + ], + [ + "Ġenerg", + "ized" + ], + [ + "ĠTal", + "iban" + ], + [ + "ĠNord", + "ic" + ], + [ + "C", + "ritical" + ], + [ + "re", + "se" + ], + [ + "el", + "in" + ], + [ + "ĠAr", + "bor" + ], + [ + "ĠCar", + "th" + ], + [ + "Ġimag", + "inations" + ], + [ + "Ġsight", + "ed" + ], + [ + "ĠMos", + "quit" + ], + [ + "miss", + "ing" + ], + [ + "rocy", + "tes" + ], + [ + "ĠAlger", + "ia" + ], + [ + "Ġr", + "ye" + ], + [ + "ner", + "y" + ], + [ + "Ġsuper", + "hero" + ], + [ + "Ġrig", + "or" + ], + [ + "Val", + "id" + ], + [ + "Ġmaid", + "en" + ], + [ + "Ġcorro", + "bor" + ], + [ + "Ġmacroph", + "ages" + ], + [ + "C", + "rit" + ], + [ + "f", + "etch" + ], + [ + "f", + "owl" + ], + [ + "h", + "ra" + ], + [ + "in", + "formatics" + ], + [ + "op", + "he" + ], + [ + "ĠB", + "ore" + ], + [ + "ĠV", + "AL" + ], + [ + "Ġmon", + "et" + ], + [ + "Ġcr", + "ashing" + ], + [ + "St", + "ock" + ], + [ + "Ġinterp", + "olation" + ], + [ + "ĠMy", + "ers" + ], + [ + "Ġcontrast", + "ed" + ], + [ + "Ġspl", + "ash" + ], + [ + "EM", + "S" + ], + [ + "bed", + "ded" + ], + [ + "ĠÏ", + "ī" + ], + [ + "ĠHaw", + "k" + ], + [ + "Ġinhib", + "iting" + ], + [ + "Ġfold", + "ers" + ], + [ + "ĠTre", + "asure" + ], + [ + "Ġsubsid", + "y" + ], + [ + "Ġrip", + "arian" + ], + [ + "b", + "ane" + ], + [ + "ĠE", + "urasian" + ], + [ + "Ġsol", + "stice" + ], + [ + "Ġinnov", + "ators" + ], + [ + "ĠEl", + "ara" + ], + [ + "col", + "lections" + ], + [ + "ĠMac", + "millan" + ], + [ + "ĠDist", + "ingu" + ], + [ + "Ġsubt", + "ype" + ], + [ + "Ġrepur", + "posed" + ], + [ + "c", + "old" + ], + [ + "Ġn", + "ylon" + ], + [ + "ĠJ", + "ub" + ], + [ + "ne", + "ighbor" + ], + [ + "con", + "stant" + ], + [ + "Ġside", + "walk" + ], + [ + "Ġepit", + "helium" + ], + [ + "sign", + "ificant" + ], + [ + "Ġbol", + "ts" + ], + [ + "Ġdiscontin", + "ued" + ], + [ + "nc", + "bi" + ], + [ + "C", + "enter" + ], + [ + "ĠL", + "und" + ], + [ + "ĠK", + "r" + ], + [ + "hel", + "f" + ], + [ + "cont", + "ains" + ], + [ + "Ġvul", + "gar" + ], + [ + "ĠBr", + "igham" + ], + [ + "Qu", + "ery" + ], + [ + "Cal", + "culate" + ], + [ + "Ġcorros", + "ive" + ], + [ + "Ġcarcin", + "ogenic" + ], + [ + "Oper", + "ation" + ], + [ + "ousse", + "au" + ], + [ + "ĠRockef", + "eller" + ], + [ + "Ġun", + "born" + ], + [ + "ĠOr", + "n" + ], + [ + "urs", + "ors" + ], + [ + "Ġextra", + "curricular" + ], + [ + "Ġregist", + "ering" + ], + [ + "Ġdeterior", + "ate" + ], + [ + "ĠCzech", + "osl" + ], + [ + "Techn", + "ical" + ], + [ + "Clear", + "ly" + ], + [ + "Ġalf", + "alfa" + ], + [ + "6", + "10" + ], + [ + "H", + "all" + ], + [ + "Ġcom", + "rades" + ], + [ + "Ġstart", + "ers" + ], + [ + "anc", + "a" + ], + [ + "Ġshort", + "cut" + ], + [ + "Ġtrend", + "y" + ], + [ + "Ġsafegu", + "arding" + ], + [ + "Ġorch", + "ard" + ], + [ + "ĠHun", + "ger" + ], + [ + "Cross", + "Ref" + ], + [ + "Ġconcaten", + "ate" + ], + [ + "ĠAthen", + "ian" + ], + [ + "Ġforc", + "ibly" + ], + [ + "Z", + "ero" + ], + [ + "Ġl", + "enders" + ], + [ + "Ġen", + "vy" + ], + [ + "Ġher", + "ring" + ], + [ + "40", + "3" + ], + [ + "igr", + "ants" + ], + [ + "Ġsen", + "ator" + ], + [ + "ĠZh", + "ou" + ], + [ + "Ġcam", + "araderie" + ], + [ + "Ġcircumc", + "ision" + ], + [ + "6", + "80" + ], + [ + "t", + "ops" + ], + [ + "Ġsh", + "iver" + ], + [ + "Ġbi", + "ochemistry" + ], + [ + "sw", + "ith" + ], + [ + "Ġfuel", + "ing" + ], + [ + "Ġexperiment", + "ally" + ], + [ + "ĠInstit", + "utions" + ], + [ + "Ġslic", + "ed" + ], + [ + "Ġimplant", + "ation" + ], + [ + "Ġthunder", + "storms" + ], + [ + "ĠDew", + "ey" + ], + [ + "Ġdispat", + "ched" + ], + [ + "ĠT", + "ail" + ], + [ + "ĠF", + "ermat" + ], + [ + "cept", + "ible" + ], + [ + "Ġlo", + "oming" + ], + [ + "oph", + "ilia" + ], + [ + "Ġcheck", + "out" + ], + [ + "Ġprop", + "ane" + ], + [ + "Ġep", + "hemer" + ], + [ + "En", + "s" + ], + [ + "bi", + "ological" + ], + [ + "ĠDesign", + "ed" + ], + [ + "ĠIV", + "F" + ], + [ + "Ġperipher", + "y" + ], + [ + "Ġcro", + "pping" + ], + [ + "Ñģ", + "ÑĤ" + ], + [ + "ĠClaud", + "e" + ], + [ + "Ġcir", + "rhosis" + ], + [ + "Ġamyg", + "dala" + ], + [ + "ers", + "en" + ], + [ + "Ġelect", + "roc" + ], + [ + "ĠOut", + "line" + ], + [ + "Pl", + "ants" + ], + [ + "ĠHome", + "work" + ], + [ + "affe", + "ine" + ], + [ + "ĠHundred", + "s" + ], + [ + "Ġvin", + "yl" + ], + [ + "B", + "attle" + ], + [ + "Ġe", + "ther" + ], + [ + "ĠA", + "cknow" + ], + [ + "ĠH", + "ed" + ], + [ + "Ġsc", + "oop" + ], + [ + "oss", + "ibility" + ], + [ + "Ġrun", + "way" + ], + [ + "ĠGen", + "es" + ], + [ + "Ġhyp", + "othyroidism" + ], + [ + "Ġtrail", + "er" + ], + [ + "ĠBroad", + "way" + ], + [ + "ĠCitizens", + "hip" + ], + [ + "d", + "rug" + ], + [ + "m", + "ons" + ], + [ + "Ġf", + "ret" + ], + [ + "ic", + "ists" + ], + [ + "Ġpre", + "term" + ], + [ + "Ġatt", + "aining" + ], + [ + "Ġlar", + "va" + ], + [ + "Ġsoc", + "iological" + ], + [ + "Ġclock", + "wise" + ], + [ + "ĠJo", + "el" + ], + [ + "Ġthor", + "acic" + ], + [ + "in", + "ism" + ], + [ + "Ġch", + "ir" + ], + [ + "Ġun", + "equ" + ], + [ + "ĠK", + "urt" + ], + [ + "ll", + "is" + ], + [ + "xt", + "on" + ], + [ + "Ġmon", + "oc" + ], + [ + "ĠBer", + "ry" + ], + [ + "ĠFarm", + "ing" + ], + [ + "L", + "y" + ], + [ + "g", + "ary" + ], + [ + "Ġb", + "iking" + ], + [ + "ar", + "u" + ], + [ + "ro", + "val" + ], + [ + "Ġdi", + "aries" + ], + [ + "Ġec", + "ologically" + ], + [ + "ĠMon", + "arch" + ], + [ + "Ġheight", + "en" + ], + [ + "Cl", + "ose" + ], + [ + "Ġfaith", + "s" + ], + [ + "AP", + "I" + ], + [ + "Ġfif", + "teenth" + ], + [ + "ĠAdminist", + "rator" + ], + [ + "Ġspark", + "ling" + ], + [ + "pre", + "v" + ], + [ + "Ġdil", + "ute" + ], + [ + "Ġcraw", + "ling" + ], + [ + "?", + "!" + ], + [ + "ĠP", + "orts" + ], + [ + "Ġtax", + "ed" + ], + [ + "Ġlif", + "ts" + ], + [ + "ih", + "ad" + ], + [ + "ĠNash", + "ville" + ], + [ + "zek", + "iel" + ], + [ + "m", + "L" + ], + [ + "ic", + "ia" + ], + [ + "Ġwh", + "ims" + ], + [ + "Ġso", + "aring" + ], + [ + "Ġeffic", + "iencies" + ], + [ + "let", + "te" + ], + [ + "Ġdest", + "abil" + ], + [ + "27", + "9" + ], + [ + "ĠIsland", + "er" + ], + [ + "ĠInf", + "ant" + ], + [ + "ĠPakistan", + "i" + ], + [ + "ĠCamer", + "oon" + ], + [ + "ĠApost", + "le" + ], + [ + "Ġtart", + "ar" + ], + [ + "Ġranc", + "hers" + ], + [ + "answ", + "ered" + ], + [ + "P", + "ack" + ], + [ + "on", + "ians" + ], + [ + "Ġw", + "edge" + ], + [ + "Ġd", + "h" + ], + [ + "Ġpain", + "less" + ], + [ + "ĠIm", + "am" + ], + [ + "roll", + "s" + ], + [ + "Ġrat", + "ification" + ], + [ + "F", + "all" + ], + [ + "u", + "ations" + ], + [ + "Ġg", + "ust" + ], + [ + "Ġan", + "us" + ], + [ + "ĠG", + "CSE" + ], + [ + "Ġar", + "k" + ], + [ + "Ġpres", + "upp" + ], + [ + "Ġdon", + "ating" + ], + [ + "str", + "ptime" + ], + [ + "ĠCons", + "umption" + ], + [ + "80", + "8" + ], + [ + "Ġunp", + "aid" + ], + [ + "ĠMax", + "im" + ], + [ + "ocent", + "ric" + ], + [ + "clock", + "wise" + ], + [ + "Coll", + "abor" + ], + [ + "Ġon", + "ward" + ], + [ + "anc", + "erous" + ], + [ + "ĠGl", + "ob" + ], + [ + "CC", + "C" + ], + [ + "Ġpeak", + "ed" + ], + [ + "ĠPass", + "ive" + ], + [ + "ĠEp", + "iscopal" + ], + [ + "diff", + "erence" + ], + [ + "ĠCustom", + "ers" + ], + [ + "Ġacquaint", + "ance" + ], + [ + "Ġcrocod", + "ile" + ], + [ + "0", + "50" + ], + [ + "l", + "oving" + ], + [ + "re", + "liance" + ], + [ + "Ġc", + "ass" + ], + [ + "Ġin", + "version" + ], + [ + "if", + "ax" + ], + [ + "and", + "an" + ], + [ + "ast", + "ies" + ], + [ + "Ġcare", + "t" + ], + [ + "Ġblog", + "ging" + ], + [ + "ĠLa", + "os" + ], + [ + "EL", + "TS" + ], + [ + "Ġfract", + "ured" + ], + [ + "Ġdisrupt", + "s" + ], + [ + "Ġpap", + "ill" + ], + [ + "ocalyp", + "se" + ], + [ + "m", + "ias" + ], + [ + "ĠA", + "W" + ], + [ + "Ġem", + "igration" + ], + [ + "Ġfl", + "ipping" + ], + [ + "Ġthen", + "ce" + ], + [ + "ĠSh", + "in" + ], + [ + "Ġaccess", + "ion" + ], + [ + "ĠTw", + "in" + ], + [ + "ĠSet", + "tlement" + ], + [ + "Ġcul", + "mination" + ], + [ + "ĠPil", + "ot" + ], + [ + "Ġsurf", + "ing" + ], + [ + "Ur", + "ban" + ], + [ + "t", + "is" + ], + [ + "st", + "ay" + ], + [ + "ang", + "lement" + ], + [ + "Ġcapt", + "ivated" + ], + [ + "36", + "4" + ], + [ + "ĠWaters", + "hed" + ], + [ + "C", + "as" + ], + [ + "H", + "ost" + ], + [ + "S", + "aturday" + ], + [ + "Ġcom", + "f" + ], + [ + "ĠH", + "uff" + ], + [ + "Ġab", + "ound" + ], + [ + "ĠJ", + "S" + ], + [ + "ĠEn", + "viron" + ], + [ + "ĠMon", + "ster" + ], + [ + "Ġcel", + "ery" + ], + [ + "Ġvern", + "acular" + ], + [ + "4", + "32" + ], + [ + "I", + "rish" + ], + [ + "f", + "ax" + ], + [ + "g", + "row" + ], + [ + "al", + "ted" + ], + [ + "Ġ(", + "@" + ], + [ + "Ġcre", + "m" + ], + [ + "Ġside", + "walks" + ], + [ + "Ġinvestig", + "ative" + ], + [ + "squ", + "ares" + ], + [ + "m", + "ese" + ], + [ + "ĠS", + "ector" + ], + [ + "un", + "ched" + ], + [ + "ull", + "a" + ], + [ + "oid", + "es" + ], + [ + "ĠRe", + "asons" + ], + [ + "Ġcr", + "umbling" + ], + [ + "Ġpost", + "war" + ], + [ + "Per", + "iod" + ], + [ + "Ġstimul", + "ant" + ], + [ + "]", + ")," + ], + [ + "ĠCh", + "olesterol" + ], + [ + "ĠV", + "ac" + ], + [ + "ĠZ", + "oro" + ], + [ + "Ġhost", + "ilities" + ], + [ + "ĠImp", + "acts" + ], + [ + "ĠNum", + "er" + ], + [ + "Test", + "ing" + ], + [ + "Mem", + "bers" + ], + [ + "umines", + "cence" + ], + [ + "Ġcuc", + "umber" + ], + [ + "Ġstren", + "uous" + ], + [ + "o", + "amer" + ], + [ + "Ġex", + "iled" + ], + [ + "ĠE", + "ry" + ], + [ + "Ġun", + "imagin" + ], + [ + "Ġcar", + "ies" + ], + [ + "ES", + "A" + ], + [ + "35", + "2" + ], + [ + "ordin", + "arily" + ], + [ + "Ġcuc", + "umbers" + ], + [ + "Ġre", + "aff" + ], + [ + "ĠS", + "pl" + ], + [ + "ick", + "et" + ], + [ + "Ġbenef", + "iting" + ], + [ + "Ġfull", + "er" + ], + [ + "Ġden", + "ies" + ], + [ + "ĠDi", + "agram" + ], + [ + "Ġarsen", + "al" + ], + [ + "Ġrepell", + "ent" + ], + [ + "ĠT", + "RI" + ], + [ + "ĠS", + "ara" + ], + [ + "ĠL", + "iquid" + ], + [ + "Ġpoly", + "phen" + ], + [ + "Ġcapac", + "itors" + ], + [ + "ĠRoman", + "ian" + ], + [ + "Ġrent", + "ed" + ], + [ + "hy", + "per" + ], + [ + "you", + "ng" + ], + [ + "Ġthirst", + "y" + ], + [ + "ĠS", + "AM" + ], + [ + "ĠY", + "ard" + ], + [ + "Ġspirit", + "ually" + ], + [ + "ĠInter", + "pretation" + ], + [ + "Ġfemin", + "ism" + ], + [ + "ĠTunis", + "ia" + ], + [ + "n", + "ai" + ], + [ + "Â", + "£" + ], + [ + "Ã", + "°" + ], + [ + "ou", + "st" + ], + [ + "Ġh", + "atching" + ], + [ + "Ġwh", + "ip" + ], + [ + "all", + "a" + ], + [ + "ĠG", + "ly" + ], + [ + "ip", + "lying" + ], + [ + "Ġsub", + "urb" + ], + [ + "Ġbest", + "owed" + ], + [ + "ĠJes", + "uits" + ], + [ + "Ġclar", + "ified" + ], + [ + "38", + "4" + ], + [ + "jud", + "gment" + ], + [ + "Ġconnot", + "ations" + ], + [ + "G", + "Y" + ], + [ + "J", + "V" + ], + [ + "Ġp", + "ious" + ], + [ + "ut", + "f" + ], + [ + "Ġse", + "psis" + ], + [ + "De", + "ath" + ], + [ + "ĠPet", + "roleum" + ], + [ + "Ġtot", + "als" + ], + [ + "Ġware", + "houses" + ], + [ + "ĠInflu", + "enza" + ], + [ + "Ġf", + "id" + ], + [ + "ĠN", + "ano" + ], + [ + "ĠV", + "on" + ], + [ + "ĠBel", + "ief" + ], + [ + "Ġspur", + "red" + ], + [ + "ĠPrep", + "ared" + ], + [ + "Ġexh", + "ilar" + ], + [ + "Ġexpans", + "ions" + ], + [ + "Ġattent", + "ive" + ], + [ + "ĠJur", + "assic" + ], + [ + "Ġc", + "rescent" + ], + [ + "ĠC", + "reated" + ], + [ + "ĠN", + "em" + ], + [ + "ĠAr", + "g" + ], + [ + "Ġleft", + "over" + ], + [ + "Ġport", + "rays" + ], + [ + "Ġreview", + "ers" + ], + [ + "Ġstock", + "p" + ], + [ + "OL", + "OG" + ], + [ + "aug", + "hed" + ], + [ + "Pass", + "word" + ], + [ + "3", + "27" + ], + [ + ">", + "" + ], + [ + "Ġle", + "ve" + ], + [ + "ĠJ", + "F" + ], + [ + "Ġso", + "aps" + ], + [ + "atic", + "a" + ], + [ + "35", + "4" + ], + [ + "ĠKore", + "ans" + ], + [ + "Ġcher", + "ries" + ], + [ + "exper", + "ienced" + ], + [ + "ĠLux", + "embourg" + ], + [ + "N", + "orthern" + ], + [ + "P", + "ros" + ], + [ + "et", + "imes" + ], + [ + "Ġst", + "anza" + ], + [ + "ĠC", + "ry" + ], + [ + "os", + "est" + ], + [ + "Ġover", + "arching" + ], + [ + "Ġsocial", + "ize" + ], + [ + "Ġrad", + "ii" + ], + [ + "Se", + "ason" + ], + [ + "Ġtap", + "es" + ], + [ + "Ġsq", + "lite" + ], + [ + "ĠHam", + "pton" + ], + [ + "Ġimped", + "e" + ], + [ + "ar", + "ak" + ], + [ + "ass", + "an" + ], + [ + "hen", + "ge" + ], + [ + "ipp", + "ings" + ], + [ + "Ġden", + "ounced" + ], + [ + "rote", + "ins" + ], + [ + "ĠAut", + "onomous" + ], + [ + "ĠPub", + "Med" + ], + [ + "ĠTerrit", + "ories" + ], + [ + "Ġtransm", + "issions" + ], + [ + "Ġacclaim", + "ed" + ], + [ + "f", + "rac" + ], + [ + "id", + "ious" + ], + [ + "ĠR", + "everse" + ], + [ + "Ġlit", + "urgical" + ], + [ + "Ġconservation", + "ists" + ], + [ + "Ġpollut", + "ant" + ], + [ + "ĠAud", + "ubon" + ], + [ + "School", + "s" + ], + [ + "PubMed", + "Google" + ], + [ + "ĠStre", + "ets" + ], + [ + "s", + "ession" + ], + [ + "ig", + "ms" + ], + [ + "Ġ(", + "<" + ], + [ + "Ġse", + "eding" + ], + [ + "hen", + "e" + ], + [ + "cut", + "aneous" + ], + [ + "Ġcarn", + "ivores" + ], + [ + "l", + "augh" + ], + [ + "Ã", + "Ł" + ], + [ + "id", + "opsis" + ], + [ + "Ġab", + "duct" + ], + [ + "Ġdo", + "om" + ], + [ + "ik", + "ov" + ], + [ + "Ġdra", + "gging" + ], + [ + "RE", + "M" + ], + [ + "riend", + "ly" + ], + [ + "ĠSav", + "ior" + ], + [ + "interest", + "ed" + ], + [ + "Bre", + "ast" + ], + [ + "Ġfibr", + "illation" + ], + [ + "f", + "ection" + ], + [ + "Ġt", + "ann" + ], + [ + "Ġm", + "oms" + ], + [ + "iv", + "ary" + ], + [ + "iz", + "al" + ], + [ + "Ġk", + "arma" + ], + [ + "Ġdo", + "ve" + ], + [ + "ob", + "yl" + ], + [ + "men", + "opausal" + ], + [ + "Ġbread", + "s" + ], + [ + "B", + "ec" + ], + [ + "at", + "aka" + ], + [ + "ĠF", + "ri" + ], + [ + "Ġind", + "ifference" + ], + [ + "Ġexpress", + "ly" + ], + [ + "Ġmyst", + "ic" + ], + [ + "ĠFull", + "er" + ], + [ + "Ġsprink", + "le" + ], + [ + "Ġhither", + "to" + ], + [ + "y", + "outube" + ], + [ + "ed", + "ies" + ], + [ + "Ġst", + "ats" + ], + [ + "ĠS", + "of" + ], + [ + "Ġal", + "ley" + ], + [ + "ast", + "es" + ], + [ + "Ġfl", + "ap" + ], + [ + "Ġsur", + "rog" + ], + [ + "ick", + "er" + ], + [ + "Ġca", + "vern" + ], + [ + "Ġapplic", + "ability" + ], + [ + "tal", + "ions" + ], + [ + "Ġâ", + "Ļ" + ], + [ + "rolog", + "ic" + ], + [ + "Ġstabil", + "ized" + ], + [ + "Ġbull", + "s" + ], + [ + "Ġscream", + "ing" + ], + [ + "?", + ")." + ], + [ + "L", + "AB" + ], + [ + "V", + "acc" + ], + [ + "Ġwe", + "arer" + ], + [ + "ĠR", + "EP" + ], + [ + "ew", + "are" + ], + [ + "Ġover", + "shadow" + ], + [ + "Ġnum", + "erals" + ], + [ + "Ġmar", + "rying" + ], + [ + "Ġdeep", + "ening" + ], + [ + "Ġmechan", + "ic" + ], + [ + "Ġhabit", + "ual" + ], + [ + "Ġworth", + "less" + ], + [ + "IT", + "S" + ], + [ + "36", + "3" + ], + [ + "ĠForm", + "er" + ], + [ + "Ġpyl", + "ori" + ], + [ + "*", + "." + ], + [ + "H", + "o" + ], + [ + "l", + "op" + ], + [ + "ĠC", + "edar" + ], + [ + "ab", + "is" + ], + [ + "lic", + "ts" + ], + [ + "land", + "o" + ], + [ + "Ġprom", + "ul" + ], + [ + "Ġplant", + "ar" + ], + [ + "enc", + "ia" + ], + [ + "ĠComp", + "ass" + ], + [ + "ĠÃ", + "Ĥ" + ], + [ + "Ġdiver", + "ges" + ], + [ + "Ġneglig", + "ence" + ], + [ + "Ġshout", + "ing" + ], + [ + ".", + "âĢľ" + ], + [ + "th", + "ia" + ], + [ + "St", + "ates" + ], + [ + "Ġprec", + "ursors" + ], + [ + "Com", + "mercial" + ], + [ + "Ġarm", + "our" + ], + [ + "Ġresid", + "ences" + ], + [ + "Ġhes", + "itation" + ], + [ + "ĠMons", + "anto" + ], + [ + "T", + "her" + ], + [ + "g", + "reet" + ], + [ + "Ġa", + "ra" + ], + [ + "Ġf", + "ür" + ], + [ + "Ġin", + "numerable" + ], + [ + "le", + "in" + ], + [ + "ĠH", + "ague" + ], + [ + "ov", + "is" + ], + [ + "Ġsk", + "im" + ], + [ + "ĠHol", + "t" + ], + [ + "Ġvibr", + "ate" + ], + [ + "Ġdict", + "ator" + ], + [ + "Ġgro", + "ove" + ], + [ + "Ġtranqu", + "ility" + ], + [ + "ĠConvers", + "ation" + ], + [ + "]", + "|" + ], + [ + "b", + "order" + ], + [ + "ĠThe", + "ories" + ], + [ + "Ġad", + "verb" + ], + [ + "ass", + "essment" + ], + [ + "Ġso", + "othe" + ], + [ + "Ġcap", + "illary" + ], + [ + "Ġbro", + "th" + ], + [ + "Ġast", + "ounding" + ], + [ + "Ġboil", + "ers" + ], + [ + "Ġhasht", + "ag" + ], + [ + "Ġransom", + "ware" + ], + [ + "A", + "lt" + ], + [ + "P", + "U" + ], + [ + "Ġwh", + "aling" + ], + [ + "ĠM", + "ilit" + ], + [ + "ĠD", + "ensity" + ], + [ + "pl", + "and" + ], + [ + "Ġqu", + "ota" + ], + [ + "ĠSt", + "rip" + ], + [ + "Ġinf", + "ographic" + ], + [ + "ĠPar", + "agu" + ], + [ + "34", + "2" + ], + [ + "Ġdream", + "ed" + ], + [ + "Ġboy", + "cott" + ], + [ + "ĠShel", + "ley" + ], + [ + "C", + "old" + ], + [ + "E", + "astern" + ], + [ + "F", + "ER" + ], + [ + "P", + "rec" + ], + [ + "P", + "icture" + ], + [ + "ĠR", + "ams" + ], + [ + "Ġ\"", + "[" + ], + [ + "Ġfl", + "or" + ], + [ + "sc", + "reens" + ], + [ + "33", + "4" + ], + [ + "ĠGreen", + "wich" + ], + [ + "ĠPrem", + "ier" + ], + [ + "ĠJere", + "my" + ], + [ + "ĠCraw", + "ford" + ], + [ + "Ġs", + "owing" + ], + [ + "Ġimp", + "utation" + ], + [ + "Ġfront", + "iers" + ], + [ + "Ġmoist", + "ur" + ], + [ + "ĠKh", + "mer" + ], + [ + "Ġrent", + "als" + ], + [ + "Ġbes", + "ie" + ], + [ + "Ġmobil", + "ize" + ], + [ + "ĠHait", + "ian" + ], + [ + "Resp", + "onse" + ], + [ + "ĠInj", + "uries" + ], + [ + "Ġannex", + "ed" + ], + [ + "ĠNit", + "rogen" + ], + [ + "h", + "s" + ], + [ + "Ġf", + "ixture" + ], + [ + "ĠC", + "ain" + ], + [ + "Ġpro", + "ps" + ], + [ + "Ġan", + "aphyl" + ], + [ + "ĠO", + "man" + ], + [ + "Ġpr", + "ism" + ], + [ + "ick", + "ets" + ], + [ + "ex", + "amine" + ], + [ + "amp", + "ed" + ], + [ + "Ġhom", + "age" + ], + [ + "Col", + "lege" + ], + [ + "ĠProm", + "otion" + ], + [ + "Ġnec", + "rosis" + ], + [ + "U", + "pper" + ], + [ + "ĠB", + "ash" + ], + [ + "ĠF", + "requent" + ], + [ + "Ġsp", + "it" + ], + [ + "Ġag", + "ar" + ], + [ + "Ġinter", + "state" + ], + [ + "ĠUn", + "known" + ], + [ + "ĠEn", + "forcement" + ], + [ + "ĠQu", + "est" + ], + [ + "Ġkn", + "ave" + ], + [ + "Ġacceler", + "ator" + ], + [ + "5", + "21" + ], + [ + "ym", + "n" + ], + [ + "ĠQu", + "art" + ], + [ + "uts", + "ch" + ], + [ + "Ġresist", + "ors" + ], + [ + "tr", + "uth" + ], + [ + "ĠRO", + "I" + ], + [ + "topl", + "asm" + ], + [ + ".", + "â̦" + ], + [ + "M", + "arc" + ], + [ + "in", + "in" + ], + [ + "il", + "ts" + ], + [ + "ile", + "e" + ], + [ + "Ġeng", + "ulf" + ], + [ + "Ġextra", + "ordinarily" + ], + [ + "dep", + "ending" + ], + [ + "Ġresist", + "ing" + ], + [ + "conscious", + "ness" + ], + [ + "Ġculmin", + "ating" + ], + [ + "hig", + "hest" + ], + [ + "T", + "reat" + ], + [ + "d", + "it" + ], + [ + "v", + "s" + ], + [ + "ĠPur", + "itan" + ], + [ + "his", + "att" + ], + [ + "Ġunsu", + "itable" + ], + [ + "Impro", + "ve" + ], + [ + "ĠCant", + "or" + ], + [ + "Ġgras", + "ping" + ], + [ + "Ġcoy", + "otes" + ], + [ + "Ġl", + "uggage" + ], + [ + "ĠT", + "iber" + ], + [ + "ĠR", + "R" + ], + [ + "Ġbl", + "aming" + ], + [ + "ext", + "ension" + ], + [ + "Ġexc", + "ludes" + ], + [ + "ĠCap", + "acity" + ], + [ + "ĠVer", + "de" + ], + [ + "Ġtraged", + "ies" + ], + [ + "Form", + "at" + ], + [ + "ĠIceland", + "ic" + ], + [ + "aphyl", + "ococcus" + ], + [ + "Ġundist", + "urbed" + ], + [ + "N", + "s" + ], + [ + "ĠE", + "re" + ], + [ + "ĠF", + "ung" + ], + [ + "Ġdes", + "olate" + ], + [ + "ĠV", + "oting" + ], + [ + "Ġsur", + "ges" + ], + [ + "ick", + "ers" + ], + [ + "ĠGen", + "et" + ], + [ + "ĠQu", + "ite" + ], + [ + "Ġtent", + "ative" + ], + [ + "ĠPsychiat", + "ric" + ], + [ + "Ġplum", + "met" + ], + [ + "ĠOdys", + "seus" + ], + [ + "ĠMig", + "uel" + ], + [ + "c", + "g" + ], + [ + "p", + "ure" + ], + [ + "ĠS", + "odium" + ], + [ + "Ġle", + "uk" + ], + [ + "Ġsh", + "ave" + ], + [ + "ĠN", + "iel" + ], + [ + "Ġcl", + "am" + ], + [ + "Ġdisc", + "ord" + ], + [ + "Ġhome", + "owner" + ], + [ + "lin", + "er" + ], + [ + "gra", + "ce" + ], + [ + "ĠÐ", + "¿" + ], + [ + "ra", + "ins" + ], + [ + "ĠP", + "ag" + ], + [ + "Ġro", + "ast" + ], + [ + "Ġextra", + "vag" + ], + [ + "ji", + "ang" + ], + [ + "ĠIron", + "ically" + ], + [ + "Ġscaff", + "old" + ], + [ + "r", + "ath" + ], + [ + "ĠS", + "idd" + ], + [ + "gu", + "ide" + ], + [ + "add", + "ers" + ], + [ + "ĠCommun", + "ists" + ], + [ + "Ġnull", + "ptr" + ], + [ + "ĠIde", + "al" + ], + [ + "effic", + "acy" + ], + [ + "as", + "mod" + ], + [ + "ĠD", + "DT" + ], + [ + "ĠSh", + "aron" + ], + [ + "Ġmodern", + "ity" + ], + [ + "Ġintellect", + "ually" + ], + [ + "Ġboost", + "ed" + ], + [ + "ĠCop", + "ern" + ], + [ + "Ġanthrop", + "ologist" + ], + [ + "Ġbetray", + "ed" + ], + [ + "Ġskysc", + "rapers" + ], + [ + "n", + "othing" + ], + [ + "ĠP", + "ou" + ], + [ + "Ġse", + "p" + ], + [ + "Ġwater", + "falls" + ], + [ + "Ġconc", + "iseness" + ], + [ + "rent", + "ice" + ], + [ + "ĠMy", + "ster" + ], + [ + "ordin", + "ated" + ], + [ + "ĠPal", + "ae" + ], + [ + "Ġstick", + "ers" + ], + [ + "Ġcontrovers", + "ies" + ], + [ + "*", + ")" + ], + [ + "C", + "orrect" + ], + [ + "sh", + "ared" + ], + [ + "Ġbud", + "dy" + ], + [ + "Ġpick", + "up" + ], + [ + "Ġrh", + "ymes" + ], + [ + "Ġfab", + "ulous" + ], + [ + "Gen", + "etic" + ], + [ + "lys", + "ses" + ], + [ + "ĠHil", + "bert" + ], + [ + "Ġhomin", + "em" + ], + [ + "Ġnewcom", + "ers" + ], + [ + "Ġeyew", + "itness" + ], + [ + "in", + "v" + ], + [ + "Ġsh", + "afts" + ], + [ + "ĠL", + "SD" + ], + [ + "Ġev", + "ils" + ], + [ + "ros", + "so" + ], + [ + "ĠIs", + "n" + ], + [ + "print", + "s" + ], + [ + "Ġoversee", + "ing" + ], + [ + "ĠEsc", + "her" + ], + [ + "Ġmatt", + "ress" + ], + [ + "p", + "olar" + ], + [ + "st", + "able" + ], + [ + "ĠT", + "ED" + ], + [ + "ĠH", + "ancock" + ], + [ + "Ġen", + "vis" + ], + [ + "ĠN", + "om" + ], + [ + "Ġ>", + ">>" + ], + [ + "ĠJer", + "ome" + ], + [ + "net", + "work" + ], + [ + "Ġneglect", + "ing" + ], + [ + "Ġloud", + "ly" + ], + [ + "Ġcataly", + "sts" + ], + [ + "ĠDal", + "ai" + ], + [ + "ĠChamp", + "ions" + ], + [ + "occur", + "ring" + ], + [ + "ĠNad", + "u" + ], + [ + "Î", + "´" + ], + [ + "ence", + "phal" + ], + [ + "ĠSt", + "a" + ], + [ + "Ġmod", + "ifies" + ], + [ + "ĠAct", + "a" + ], + [ + "ĠSing", + "leton" + ], + [ + "Ġresemb", + "led" + ], + [ + "Ġscrap", + "e" + ], + [ + "Ġevac", + "uate" + ], + [ + "Ġtransm", + "its" + ], + [ + "Ġcongreg", + "ations" + ], + [ + "Ġoat", + "meal" + ], + [ + "ĠInflamm", + "ation" + ], + [ + "y", + "en" + ], + [ + "Ġc", + "emeteries" + ], + [ + "Ġn", + "ont" + ], + [ + "ĠG", + "U" + ], + [ + "Ġcons", + "cient" + ], + [ + "Ġac", + "he" + ], + [ + "ĠPh", + "r" + ], + [ + "ON", + "D" + ], + [ + "ĠRev", + "ival" + ], + [ + "ĠIN", + "TO" + ], + [ + "ĠPhill", + "ip" + ], + [ + "Ġsuperv", + "ise" + ], + [ + "u", + "en" + ], + [ + "at", + "ant" + ], + [ + "Ġg", + "hetto" + ], + [ + "ad", + "ia" + ], + [ + "ib", + "i" + ], + [ + "ĠO", + "kin" + ], + [ + "ĠQ", + "i" + ], + [ + "ĠNe", + "ut" + ], + [ + "Ġuns", + "atis" + ], + [ + "Ġdin", + "er" + ], + [ + "inet", + "ics" + ], + [ + "ĠComplex", + "ity" + ], + [ + "Ġh", + "ut" + ], + [ + "Ġn", + "oses" + ], + [ + "im", + "ar" + ], + [ + "ĠF", + "DR" + ], + [ + "ĠG", + "rec" + ], + [ + "ĠCor", + "respond" + ], + [ + "Me", + "et" + ], + [ + "ĠMel", + "an" + ], + [ + "Ġartic", + "ulation" + ], + [ + "oval", + "ent" + ], + [ + "Ġlumin", + "ous" + ], + [ + "stad", + "t" + ], + [ + "ĠRavens", + "wood" + ], + [ + "/", + "," + ], + [ + "e", + "als" + ], + [ + "f", + "ranch" + ], + [ + "ow", + "ler" + ], + [ + "ĠP", + "av" + ], + [ + "Ġcl", + "ashes" + ], + [ + "Ġpartic", + "iple" + ], + [ + "ched", + "el" + ], + [ + "ĠHigh", + "lands" + ], + [ + "Ġfisher", + "man" + ], + [ + "Ġench", + "anted" + ], + [ + "ĠTrin", + "idad" + ], + [ + "F", + "red" + ], + [ + "Ġb", + "ays" + ], + [ + "ak", + "able" + ], + [ + "air", + "d" + ], + [ + "Ġbit", + "tern" + ], + [ + "ĠJud", + "ges" + ], + [ + "Ġsulf", + "ide" + ], + [ + "ĠDion", + "ys" + ], + [ + ")", + "`," + ], + [ + "en", + "act" + ], + [ + "ĠM", + "AN" + ], + [ + "Ġwe", + "ary" + ], + [ + "Ġsym", + "posium" + ], + [ + "Ġbi", + "ographical" + ], + [ + "Ġmort", + "g" + ], + [ + "Ġvolunte", + "ered" + ], + [ + "Ġharness", + "ed" + ], + [ + "Ġcam", + "els" + ], + [ + "ĠUru", + "gu" + ], + [ + "L", + "inks" + ], + [ + "Y", + "e" + ], + [ + "Ġins", + "oluble" + ], + [ + "Ġbo", + "oth" + ], + [ + "ĠSh", + "ark" + ], + [ + "Ġamb", + "iance" + ], + [ + "Ġcompl", + "iment" + ], + [ + "ĠArchitect", + "s" + ], + [ + "Ġdeprec", + "iation" + ], + [ + "Ġreim", + "burse" + ], + [ + "ĠUz", + "bek" + ], + [ + "S", + "ay" + ], + [ + "b", + "ilt" + ], + [ + "r", + "ude" + ], + [ + "an", + "ity" + ], + [ + "Ġsp", + "illed" + ], + [ + "ID", + "A" + ], + [ + "term", + "ination" + ], + [ + "ĠMc", + "Cl" + ], + [ + "ĠDec", + "ide" + ], + [ + "Ġpy", + "ro" + ], + [ + "ĠBu", + "zz" + ], + [ + "Ġstere", + "o" + ], + [ + "Ġrept", + "ile" + ], + [ + "Ġtan", + "ning" + ], + [ + "Ġdenom", + "ination" + ], + [ + "Ġhomeschool", + "ing" + ], + [ + "Ġsubm", + "issions" + ], + [ + "R", + "eb" + ], + [ + "f", + "elt" + ], + [ + "ĠG", + "RO" + ], + [ + "Ġdis", + "respect" + ], + [ + "Ġtr", + "il" + ], + [ + "Ġgra", + "bs" + ], + [ + "cl", + "air" + ], + [ + "Ġinterp", + "rets" + ], + [ + "Ġconnected", + "ness" + ], + [ + "Ġnest", + "led" + ], + [ + "ĠTrib", + "es" + ], + [ + "Ġmillisec", + "onds" + ], + [ + "b", + "uck" + ], + [ + "is", + "ode" + ], + [ + "ĠA", + "CC" + ], + [ + "ĠP", + "IN" + ], + [ + "Ġsp", + "asms" + ], + [ + "Ġdis", + "eng" + ], + [ + "Ġbat", + "ches" + ], + [ + "met", + "rical" + ], + [ + "Con", + "nor" + ], + [ + "Ġpick", + "le" + ], + [ + "ĠBr", + "as" + ], + [ + "Ġtransl", + "ucent" + ], + [ + "Def", + "ine" + ], + [ + "Sor", + "ry" + ], + [ + "L", + "ate" + ], + [ + "R", + "ain" + ], + [ + "Ġa", + "iding" + ], + [ + "ĠK", + "ru" + ], + [ + "ĠV", + "illa" + ], + [ + "Ġco", + "oks" + ], + [ + "Ġhand", + "lers" + ], + [ + "ĠGe", + "ophysical" + ], + [ + "udd", + "le" + ], + [ + "Ġbrief", + "ing" + ], + [ + "irs", + "ch" + ], + [ + "Ġreass", + "uring" + ], + [ + "Ġgrammat", + "ically" + ], + [ + "Ġorch", + "id" + ], + [ + "Ġdens", + "er" + ], + [ + "Ġexempl", + "ified" + ], + [ + "ĠConfeder", + "ates" + ], + [ + "L", + "i" + ], + [ + "g", + "it" + ], + [ + "Â", + "³" + ], + [ + "ĠH", + "ang" + ], + [ + "ĠTra", + "ce" + ], + [ + "Ġdie", + "lectric" + ], + [ + "ĠSen", + "egal" + ], + [ + "hist", + "orical" + ], + [ + "Ġhind", + "ered" + ], + [ + "Ġabbrev", + "iations" + ], + [ + "Ö", + "´" + ], + [ + "ve", + "hicle" + ], + [ + "ĠM", + "ast" + ], + [ + "ĠF", + "erm" + ], + [ + "ĠF", + "ossil" + ], + [ + "ff", + "er" + ], + [ + ").", + "\"" + ], + [ + "uc", + "a" + ], + [ + "Ġrev", + "olve" + ], + [ + "Ġpsych", + "ologically" + ], + [ + "ĠQu", + "aker" + ], + [ + "ĠLead", + "ing" + ], + [ + "ĠBL", + "M" + ], + [ + "Ġging", + "ivitis" + ], + [ + ",", + ")" + ], + [ + "M", + "ount" + ], + [ + "l", + "ocks" + ], + [ + "Ġc", + "uff" + ], + [ + "Ġp", + "ang" + ], + [ + "ĠE", + "ph" + ], + [ + "ĠSp", + "ear" + ], + [ + "ĠWar", + "ner" + ], + [ + "AR", + "PA" + ], + [ + "Ne", + "ither" + ], + [ + "ĠProm", + "pt" + ], + [ + "Ġterr", + "ified" + ], + [ + "Ġtroubleshoot", + "ing" + ], + [ + "ĠRevere", + "nd" + ], + [ + "w", + "heat" + ], + [ + "z", + "A" + ], + [ + "Ġt", + "ucked" + ], + [ + "ĠF", + "Y" + ], + [ + "ĠF", + "lickr" + ], + [ + "Ġper", + "ic" + ], + [ + "Ġtechn", + "ologically" + ], + [ + "Ġmold", + "ed" + ], + [ + "ĠCra", + "fts" + ], + [ + "format", + "ted" + ], + [ + "ĠChen", + "g" + ], + [ + "Ġdefinitive", + "ly" + ], + [ + "Ġmour", + "n" + ], + [ + "ĠMÄģ", + "ori" + ], + [ + "4", + "11" + ], + [ + "c", + "p" + ], + [ + "n", + "ish" + ], + [ + "y", + "ang" + ], + [ + "il", + "o" + ], + [ + "Ġhe", + "y" + ], + [ + "lex", + "ible" + ], + [ + "ĠMark", + "ets" + ], + [ + "Ġsubtle", + "ty" + ], + [ + "Ġlegisl", + "atures" + ], + [ + "edu", + "ct" + ], + [ + "Ġhell", + "o" + ], + [ + "ĠMaced", + "onian" + ], + [ + "ĠR", + "af" + ], + [ + "Ġk", + "urtosis" + ], + [ + "Ġev", + "ade" + ], + [ + "Ġgra", + "cious" + ], + [ + "Sp", + "eed" + ], + [ + "Ġbag", + "gage" + ], + [ + "Ġeigen", + "value" + ], + [ + "Ġflavon", + "oids" + ], + [ + "U", + "lt" + ], + [ + "Ġf", + "ern" + ], + [ + "se", + "at" + ], + [ + "ĠS", + "ets" + ], + [ + "ĠS", + "ams" + ], + [ + "Ġr", + "arity" + ], + [ + "Ġunder", + "represented" + ], + [ + "Ġra", + "ining" + ], + [ + "Ġpo", + "op" + ], + [ + "Ġperiod", + "ont" + ], + [ + "Ġintern", + "ships" + ], + [ + "ĠMan", + "ifest" + ], + [ + "Ġexec", + "utes" + ], + [ + "Ġauthors", + "hip" + ], + [ + "Ġkill", + "ers" + ], + [ + "ĠIns", + "ulin" + ], + [ + "ĠDifferent", + "ial" + ], + [ + "Ġpars", + "er" + ], + [ + "Ġumb", + "ilical" + ], + [ + "Ġsher", + "iff" + ], + [ + "M", + "att" + ], + [ + "M", + "obile" + ], + [ + "Ġn", + "ig" + ], + [ + "ĠS", + "iberian" + ], + [ + "el", + "ius" + ], + [ + "qu", + "ire" + ], + [ + "ĠL", + "S" + ], + [ + "ide", + "a" + ], + [ + "Ġcont", + "ours" + ], + [ + "Ġmis", + "guided" + ], + [ + "He", + "ight" + ], + [ + "ĠRain", + "bow" + ], + [ + "ĠAdvance", + "ment" + ], + [ + "}", + ".\")" + ], + [ + "Ġal", + "pine" + ], + [ + "ĠP", + "ose" + ], + [ + "ĠJ", + "C" + ], + [ + "eth", + "ane" + ], + [ + "Ġbu", + "ys" + ], + [ + "ĠEd", + "ited" + ], + [ + "ĠComb", + "ine" + ], + [ + "qual", + "ified" + ], + [ + "Ġpolymorph", + "ism" + ], + [ + "H", + "appy" + ], + [ + "M", + "oney" + ], + [ + "s", + "aurus" + ], + [ + "en", + "v" + ], + [ + "Ġth", + "ym" + ], + [ + "ur", + "an" + ], + [ + "Ġar", + "throp" + ], + [ + "int", + "roduction" + ], + [ + "Ġem", + "ph" + ], + [ + "Ġeff", + "luent" + ], + [ + "ĠRes", + "idents" + ], + [ + "Ġprop", + "ell" + ], + [ + "Ġaud", + "ible" + ], + [ + "ĠVal", + "idate" + ], + [ + "Ġquad", + "ru" + ], + [ + "Ġquot", + "ing" + ], + [ + "great", + "er" + ], + [ + "d", + "uration" + ], + [ + "n", + "it" + ], + [ + "p", + "ark" + ], + [ + "Ġt", + "ad" + ], + [ + "ĠT", + "olkien" + ], + [ + "ĠH", + "erman" + ], + [ + "Ġwas", + "p" + ], + [ + "Ġph", + "obia" + ], + [ + "Ġopt", + "ing" + ], + [ + "ĠMem", + "or" + ], + [ + "н", + "и" + ], + [ + "Ġinterchange", + "able" + ], + [ + "f", + "illing" + ], + [ + "list", + "ed" + ], + [ + "bl", + "ocks" + ], + [ + "Ġreprodu", + "cing" + ], + [ + "ĠFre", + "em" + ], + [ + "Ġverb", + "ally" + ], + [ + "ĠNiger", + "ian" + ], + [ + "Ġlan", + "terns" + ], + [ + "Ġbombard", + "ment" + ], + [ + "ĠS", + "EC" + ], + [ + "ĠD", + "river" + ], + [ + "ĠL", + "oyal" + ], + [ + "ens", + "ible" + ], + [ + "ins", + "ensitive" + ], + [ + "Ġdeb", + "it" + ], + [ + "Ġign", + "ited" + ], + [ + "Ġple", + "a" + ], + [ + "Ġfract", + "uring" + ], + [ + "Ġrede", + "em" + ], + [ + ".", + "?" + ], + [ + "Ġ", + "é" + ], + [ + "ĠD", + "ong" + ], + [ + "ĠD", + "ana" + ], + [ + "ild", + "a" + ], + [ + "Ġra", + "is" + ], + [ + "ath", + "i" + ], + [ + "Ġcre", + "ed" + ], + [ + "Ġargument", + "ative" + ], + [ + "Ġspect", + "ators" + ], + [ + "Ġpump", + "kins" + ], + [ + "ru", + "c" + ], + [ + "Ġsec", + "rete" + ], + [ + "up", + "e" + ], + [ + "ĠDe", + "bor" + ], + [ + "aff", + "in" + ], + [ + "Ġtax", + "on" + ], + [ + "ĠJan", + "et" + ], + [ + "ĠInter", + "governmental" + ], + [ + "ĠElect", + "oral" + ], + [ + "opt", + "ional" + ], + [ + "Ġwhisk", + "ers" + ], + [ + "Ġtorped", + "o" + ], + [ + "Ġbinocular", + "s" + ], + [ + "S", + "us" + ], + [ + "S", + "olving" + ], + [ + "d", + "uty" + ], + [ + "l", + "eness" + ], + [ + "ĠT", + "ract" + ], + [ + "ch", + "anger" + ], + [ + "Ġun", + "ifying" + ], + [ + "Ġra", + "pt" + ], + [ + "Ġanal", + "ogue" + ], + [ + "Ġamount", + "ed" + ], + [ + "39", + "3" + ], + [ + "Ġequival", + "ents" + ], + [ + "Ġecho", + "ing" + ], + [ + "ĠGalile", + "e" + ], + [ + "V", + "ers" + ], + [ + "at", + "hed" + ], + [ + "al", + "tern" + ], + [ + "Ġre", + "indeer" + ], + [ + "ĠS", + "eth" + ], + [ + "Ġcon", + "verse" + ], + [ + "Ġtw", + "ilight" + ], + [ + "Ġarch", + "ived" + ], + [ + "Ġpurpose", + "ful" + ], + [ + "ĠSystem", + "atic" + ], + [ + "Com", + "pet" + ], + [ + "MA", + "X" + ], + [ + "Ġsingular", + "ities" + ], + [ + "Ġghost", + "ly" + ], + [ + "Ġneurop", + "sych" + ], + [ + "d", + "ump" + ], + [ + "ro", + "aching" + ], + [ + "Ġan", + "ew" + ], + [ + "Ġv", + "ou" + ], + [ + "ĠR", + "OS" + ], + [ + "ĠG", + "ERD" + ], + [ + "Ġbo", + "oming" + ], + [ + "aut", + "hored" + ], + [ + "Ġprim", + "ordial" + ], + [ + "ĠEm", + "ir" + ], + [ + "))", + "^" + ], + [ + "AT", + "S" + ], + [ + "Ġroad", + "side" + ], + [ + "Ġbed", + "rooms" + ], + [ + "Ġinspect", + "ors" + ], + [ + "ÑĢ", + "а" + ], + [ + "G", + "er" + ], + [ + "th", + "ings" + ], + [ + "ĠR", + "aven" + ], + [ + "Ġpe", + "ach" + ], + [ + "Ġsl", + "ugg" + ], + [ + "Ġrob", + "bery" + ], + [ + "ca", + "used" + ], + [ + "Ġster", + "ilization" + ], + [ + "Ġsurg", + "ically" + ], + [ + "Ġhybrid", + "ization" + ], + [ + "Inf", + "lu" + ], + [ + "Ġench", + "anting" + ], + [ + "Ġobl", + "iv" + ], + [ + "Ġarchet", + "ypes" + ], + [ + "h", + "it" + ], + [ + "Ë", + "IJ" + ], + [ + "re", + "gex" + ], + [ + "st", + "airs" + ], + [ + "ĠR", + "um" + ], + [ + "ĠV", + "ital" + ], + [ + "ĠUn", + "iform" + ], + [ + "Ġhome", + "ostasis" + ], + [ + "IT", + "ION" + ], + [ + "ĠHy", + "de" + ], + [ + "ĠPo", + "isson" + ], + [ + "ĠC", + "rane" + ], + [ + "Ġby", + "products" + ], + [ + "âĢĻ", + ":" + ], + [ + "ruct", + "ural" + ], + [ + "Ġcor", + "neal" + ], + [ + "Ġpress", + "ured" + ], + [ + "ĠAss", + "ist" + ], + [ + "AL", + "S" + ], + [ + "check", + "ing" + ], + [ + "Ġvine", + "yards" + ], + [ + "Ġasym", + "metric" + ], + [ + "ĠGa", + "uss" + ], + [ + "Ġwatershed", + "s" + ], + [ + "O", + "kay" + ], + [ + "o", + "of" + ], + [ + "â", + "ľ" + ], + [ + "ĠC", + "RC" + ], + [ + "ĠR", + "anger" + ], + [ + "let", + "cher" + ], + [ + "ĠRep", + "air" + ], + [ + "ĠOut", + "door" + ], + [ + "UR", + "L" + ], + [ + "Ġunfold", + "ed" + ], + [ + "Comp", + "ared" + ], + [ + "Ant", + "i" + ], + [ + "Ġupl", + "ift" + ], + [ + "Organ", + "ic" + ], + [ + "ĠT", + "omb" + ], + [ + "ĠU", + "F" + ], + [ + "ĠTo", + "x" + ], + [ + "ĠGovern", + "ance" + ], + [ + "Ġorch", + "ids" + ], + [ + "ĠLinked", + "List" + ], + [ + "Ġspok", + "esperson" + ], + [ + "4", + "90" + ], + [ + "Ġhe", + "res" + ], + [ + "Ġpre", + "acher" + ], + [ + "ĠIs", + "abella" + ], + [ + "35", + "6" + ], + [ + "Ġhol", + "iness" + ], + [ + "Ġbatt", + "ling" + ], + [ + "Ġrefriger", + "ant" + ], + [ + "Ġtoug", + "her" + ], + [ + "B", + "at" + ], + [ + "b", + "ius" + ], + [ + "m", + "ong" + ], + [ + "os", + "er" + ], + [ + "ah", + "i" + ], + [ + "ĠZ", + "inc" + ], + [ + "Ġhard", + "wood" + ], + [ + "ĠGra", + "ves" + ], + [ + "ĠHel", + "ena" + ], + [ + "Ġble", + "ak" + ], + [ + "ĠDesign", + "ing" + ], + [ + "Ġdissatis", + "fied" + ], + [ + "Ġacquaint", + "ances" + ], + [ + "Ġtheolog", + "ians" + ], + [ + "7", + "80" + ], + [ + "ip", + "ers" + ], + [ + "Ġind", + "ec" + ], + [ + "ĠPro", + "clamation" + ], + [ + "ĠCon", + "version" + ], + [ + "Ġund", + "ue" + ], + [ + "AD", + "HD" + ], + [ + "ĠMer", + "ge" + ], + [ + "Ġcyber", + "bullying" + ], + [ + "ĠTim", + "eline" + ], + [ + "Ġdub", + "ious" + ], + [ + "ĠKashmir", + "i" + ], + [ + "c", + "n" + ], + [ + "d", + "ust" + ], + [ + "n", + "one" + ], + [ + "Ġp", + "aren" + ], + [ + "ĠS", + "MS" + ], + [ + "ĠHow", + "e" + ], + [ + "ĠContin", + "uing" + ], + [ + "FOR", + "M" + ], + [ + "G", + "round" + ], + [ + "S", + "ent" + ], + [ + "z", + "ee" + ], + [ + "Ġde", + "formed" + ], + [ + "ĠR", + "ee" + ], + [ + "Ġasc", + "ribed" + ], + [ + "Ġhal", + "o" + ], + [ + "Ġshimmer", + "ing" + ], + [ + "L", + "abor" + ], + [ + "W", + "ikipedia" + ], + [ + "Ġc", + "obalt" + ], + [ + "Ġbe", + "ets" + ], + [ + "ĠR", + "if" + ], + [ + "ob", + "ias" + ], + [ + "Ġher", + "ald" + ], + [ + "Ġpolic", + "ing" + ], + [ + "vol", + "tage" + ], + [ + "ĠDou", + "g" + ], + [ + "Ġmant", + "ra" + ], + [ + "ĠNurs", + "es" + ], + [ + "Ġbol", + "ster" + ], + [ + "Tem", + "perature" + ], + [ + "Ġantidepress", + "ant" + ], + [ + "h", + "ana" + ], + [ + "p", + "ain" + ], + [ + "Ġs", + "ack" + ], + [ + "Ġb", + "aff" + ], + [ + "Ġtra", + "w" + ], + [ + "ĠAd", + "dition" + ], + [ + "ĠSmall", + "er" + ], + [ + "rank", + "ing" + ], + [ + "Ġdele", + "ting" + ], + [ + "Ġoverhe", + "ating" + ], + [ + "W", + "M" + ], + [ + "Ġun", + "answered" + ], + [ + "ier", + "i" + ], + [ + "me", + "asure" + ], + [ + "ĠSh", + "annon" + ], + [ + "part", + "ame" + ], + [ + "Ġinher", + "its" + ], + [ + "Ġgro", + "oves" + ], + [ + "Ġmeteor", + "ites" + ], + [ + "Ġwors", + "ened" + ], + [ + "ĠSubject", + "s" + ], + [ + "A", + "uthors" + ], + [ + "F", + "air" + ], + [ + "`", + ")," + ], + [ + "Ġf", + "ringe" + ], + [ + "ro", + "red" + ], + [ + "Ġsc", + "anners" + ], + [ + "Ġdef", + "lect" + ], + [ + "ales", + "e" + ], + [ + "Ġcover", + "t" + ], + [ + "Ġwilling", + "ly" + ], + [ + "Ġacceler", + "ates" + ], + [ + "olit", + "ics" + ], + [ + "Ġflags", + "hip" + ], + [ + "A", + "pr" + ], + [ + "O", + "F" + ], + [ + "s", + "am" + ], + [ + "im", + "aging" + ], + [ + "ĠE", + "E" + ], + [ + "Ġar", + "ctic" + ], + [ + "Ġwork", + "book" + ], + [ + "me", + "at" + ], + [ + "As", + "h" + ], + [ + "Ġsleep", + "y" + ], + [ + "mat", + "ched" + ], + [ + "Ġdangerous", + "ly" + ], + [ + "Ġassert", + "ing" + ], + [ + "Ġattend", + "ant" + ], + [ + "Ġtun", + "es" + ], + [ + "Ġrub", + "ble" + ], + [ + "ĠEst", + "imates" + ], + [ + "Ġlever", + "aged" + ], + [ + "Ġenrich", + "ing" + ], + [ + "ophag", + "y" + ], + [ + "4", + "16" + ], + [ + "S", + "ide" + ], + [ + "Ġst", + "ole" + ], + [ + "ber", + "ra" + ], + [ + "Ġev", + "ict" + ], + [ + "Ġgo", + "ogle" + ], + [ + "Ġins", + "ur" + ], + [ + "ĠDel", + "ivery" + ], + [ + "Ġretail", + "er" + ], + [ + "Ġreflex", + "es" + ], + [ + "fre", + "q" + ], + [ + "Ġretros", + "pective" + ], + [ + "d", + "ense" + ], + [ + "d", + "isease" + ], + [ + "il", + "ibrium" + ], + [ + "ract", + "able" + ], + [ + "Ġdet", + "ach" + ], + [ + "ĠPython", + "ic" + ], + [ + "ĠSu", + "icide" + ], + [ + "ĠReg", + "arding" + ], + [ + "Ġtim", + "et" + ], + [ + "Ġinfin", + "ites" + ], + [ + "gl", + "ades" + ], + [ + "ĠChe", + "cks" + ], + [ + "ĠLyn", + "n" + ], + [ + "Ġtoss", + "ed" + ], + [ + "ĠBalk", + "ans" + ], + [ + "ĠBots", + "wana" + ], + [ + "f", + "inding" + ], + [ + "n", + "oun" + ], + [ + "×", + "ŀ" + ], + [ + "Ġm", + "un" + ], + [ + "Ġl", + "umps" + ], + [ + "th", + "als" + ], + [ + "Ġat", + "ypical" + ], + [ + "ĠDe", + "lete" + ], + [ + "ĠSub", + "tract" + ], + [ + "under", + "stand" + ], + [ + "ĠEr", + "rors" + ], + [ + "Ġsynchron", + "ous" + ], + [ + "ĠPharm", + "aceutical" + ], + [ + "Ġacet", + "ate" + ], + [ + "Ġesteem", + "ed" + ], + [ + "P", + "olitical" + ], + [ + "Ġt", + "aper" + ], + [ + "Ġf", + "uss" + ], + [ + "ĠH", + "ag" + ], + [ + "Ġtest", + "ified" + ], + [ + "Ġproject", + "or" + ], + [ + "Ġter", + "ribly" + ], + [ + "sc", + "issors" + ], + [ + "ĠCl", + "ient" + ], + [ + "ĠRec", + "reation" + ], + [ + "ĠNot", + "tingham" + ], + [ + "Ġprefer", + "ring" + ], + [ + "ĠFound", + "ations" + ], + [ + "ĠBal", + "i" + ], + [ + "Ġsug", + "arcane" + ], + [ + "ĠDent", + "istry" + ], + [ + "Ġdisgu", + "ised" + ], + [ + "Ġuphe", + "aval" + ], + [ + "F", + "lor" + ], + [ + "ĠS", + "ik" + ], + [ + "ft", + "ime" + ], + [ + "ĠAl", + "ask" + ], + [ + "Ġbusiness", + "men" + ], + [ + "ĠST", + "R" + ], + [ + "Spec", + "ifically" + ], + [ + "odia", + "zep" + ], + [ + "plot", + "lib" + ], + [ + "select", + "ed" + ], + [ + "ĠPerman", + "ent" + ], + [ + "F", + "orest" + ], + [ + "S", + "on" + ], + [ + "b", + "odied" + ], + [ + "i", + "ott" + ], + [ + "ĠM", + "ice" + ], + [ + "op", + "sy" + ], + [ + "ĠB", + "AS" + ], + [ + "Ġper", + "plex" + ], + [ + "Ġend", + "ogenous" + ], + [ + "Ġmov", + "able" + ], + [ + "ĠNo", + "ise" + ], + [ + "ĠMor", + "se" + ], + [ + "dec", + "ode" + ], + [ + "Ġeager", + "ly" + ], + [ + "Ġirregular", + "ities" + ], + [ + "eval", + "uation" + ], + [ + "Ġsquee", + "zed" + ], + [ + "similar", + "ity" + ], + [ + "Ġmelanch", + "oly" + ], + [ + "m", + "agn" + ], + [ + "Ġs", + "igh" + ], + [ + "Ġd", + "iph" + ], + [ + "ĠF", + "amiliar" + ], + [ + "ĠR", + "ocks" + ], + [ + "Ġfl", + "ats" + ], + [ + "ĠTrans", + "formation" + ], + [ + "Ġexcl", + "aim" + ], + [ + "ĠST", + "E" + ], + [ + "Ġsprou", + "t" + ], + [ + "Ġscav", + "enger" + ], + [ + "Ġeman", + "ating" + ], + [ + "opol", + "itan" + ], + [ + "}", + "')" + ], + [ + "ist", + "as" + ], + [ + "Ġdi", + "odes" + ], + [ + "Ġhome", + "opathic" + ], + [ + "ĠAir", + "lines" + ], + [ + "Rec", + "ord" + ], + [ + "Ġrew", + "riting" + ], + [ + "ĠBah", + "amas" + ], + [ + "Ġcancell", + "ation" + ], + [ + "ĠMeteor", + "ological" + ], + [ + "0", + "33" + ], + [ + "ab", + "stract" + ], + [ + "Ġsp", + "ins" + ], + [ + "Ġviol", + "ates" + ], + [ + "US", + "DA" + ], + [ + "Ġid", + "ols" + ], + [ + "ĠBur", + "k" + ], + [ + "ĠPass", + "ion" + ], + [ + "Ġasp", + "iring" + ], + [ + "cd", + "c" + ], + [ + "Mult", + "i" + ], + [ + "ĠMcG", + "raw" + ], + [ + "4", + "14" + ], + [ + "L", + "ocated" + ], + [ + "ĠT", + "issue" + ], + [ + "ĠS", + "ap" + ], + [ + "ĠSc", + "hed" + ], + [ + "Ġpen", + "icillin" + ], + [ + "umin", + "ous" + ], + [ + "ĠBloom", + "berg" + ], + [ + ":", + "\"" + ], + [ + "s", + "id" + ], + [ + "Ġp", + "lywood" + ], + [ + "ĠG", + "amb" + ], + [ + "Ġcl", + "ones" + ], + [ + "ah", + "ar" + ], + [ + "Ġmaintain", + "able" + ], + [ + "ĠX", + "Y" + ], + [ + "duc", + "ers" + ], + [ + "Un", + "less" + ], + [ + "Ġscript", + "ing" + ], + [ + "Ġabandon", + "ing" + ], + [ + "Ġov", + "ens" + ], + [ + "comput", + "ers" + ], + [ + "Ġcontra", + "ceptive" + ], + [ + "D", + "ra" + ], + [ + "re", + "versed" + ], + [ + "Ġn", + "autical" + ], + [ + "ĠF", + "ischer" + ], + [ + "Ġfollow", + "er" + ], + [ + "ĠMe", + "k" + ], + [ + "Ġquad", + "rant" + ], + [ + "Ġwhis", + "key" + ], + [ + "ĠNG", + "C" + ], + [ + "ĠQuant", + "itative" + ], + [ + "O", + "il" + ], + [ + "n", + "av" + ], + [ + "Ġint", + "angible" + ], + [ + "Ġsn", + "ork" + ], + [ + "Ġinterpret", + "ive" + ], + [ + "icks", + "ort" + ], + [ + "ĠBur", + "mese" + ], + [ + "Ġdetermin", + "istic" + ], + [ + "His", + "panic" + ], + [ + "Ġassault", + "s" + ], + [ + "ĠParticip", + "ation" + ], + [ + "H", + "CR" + ], + [ + "Ġl", + "az" + ], + [ + "ĠB", + "orne" + ], + [ + "oc", + "ious" + ], + [ + "ĠR", + "ousseau" + ], + [ + "Ġun", + "structured" + ], + [ + "ĠCh", + "u" + ], + [ + "Ġorgan", + "ise" + ], + [ + "Ġanch", + "ors" + ], + [ + "Ġreass", + "ess" + ], + [ + "exper", + "ience" + ], + [ + "ĠErit", + "rea" + ], + [ + "x", + "es" + ], + [ + "ĠN", + "erv" + ], + [ + "Ġdec", + "imals" + ], + [ + "rol", + "ley" + ], + [ + "Ġlog", + "os" + ], + [ + "alph", + "anumeric" + ], + [ + "ĠRou", + "ge" + ], + [ + "ĠDop", + "pler" + ], + [ + "!", + "âĢĻ" + ], + [ + "ĠS", + "ug" + ], + [ + "ist", + "ice" + ], + [ + "ĠH", + "abit" + ], + [ + "olog", + "ia" + ], + [ + "NA", + "P" + ], + [ + "bo", + "ys" + ], + [ + "Ġsust", + "enance" + ], + [ + "Ġfra", + "ught" + ], + [ + "ĠBar", + "th" + ], + [ + "Ġjoy", + "ful" + ], + [ + "NO", + "AA" + ], + [ + "Ġundet", + "ected" + ], + [ + "Ġbesp", + "oke" + ], + [ + "h", + "id" + ], + [ + "ĠSt", + "ret" + ], + [ + "ĠAc", + "ids" + ], + [ + "Ġchromos", + "omal" + ], + [ + "Ġreass", + "urance" + ], + [ + "Ġib", + "uprofen" + ], + [ + "w", + "d" + ], + [ + "ĠA", + "Z" + ], + [ + "ĠM", + "ight" + ], + [ + "pl", + "ots" + ], + [ + "Ġcl", + "umps" + ], + [ + "Ġ\"", + "..." + ], + [ + "read", + "able" + ], + [ + "onse", + "t" + ], + [ + "Ġtransform", + "ers" + ], + [ + "Ġmorph", + "ine" + ], + [ + "Ġabol", + "ish" + ], + [ + "Ġgel", + "atin" + ], + [ + "n", + "iz" + ], + [ + "Ġn", + "i" + ], + [ + "Ġst", + "igmat" + ], + [ + "Ġnot", + "withstanding" + ], + [ + "yn", + "a" + ], + [ + "App", + "roximately" + ], + [ + "Ġanticip", + "ating" + ], + [ + "Ġirrit", + "ate" + ], + [ + "Ġchat", + "bot" + ], + [ + "R", + "oyal" + ], + [ + "y", + "ms" + ], + [ + "Ġs", + "esame" + ], + [ + "Ġf", + "erns" + ], + [ + "Ġb", + "ends" + ], + [ + "Ġstr", + "ide" + ], + [ + "amin", + "ophen" + ], + [ + "comp", + "are" + ], + [ + "Ġconsec", + "rated" + ], + [ + "ĠAbd", + "ul" + ], + [ + "Ġincumb", + "ent" + ], + [ + "ro", + "qu" + ], + [ + "ĠM", + "é" + ], + [ + "Ġbl", + "ot" + ], + [ + "Ġsub", + "du" + ], + [ + "Ġpsych", + "osis" + ], + [ + "ĠSal", + "ary" + ], + [ + "ĠLes", + "lie" + ], + [ + "Ġpanor", + "amic" + ], + [ + "\"", + "])" + ], + [ + "R", + "ose" + ], + [ + "w", + "ra" + ], + [ + "ĠC", + "oca" + ], + [ + "ĠV", + "et" + ], + [ + "Ġmin", + "ors" + ], + [ + "âĢĵ", + "âĢĵ" + ], + [ + "Ġsight", + "ing" + ], + [ + "Ġguard", + "ing" + ], + [ + "Ġstabil", + "izing" + ], + [ + "Ġimproper", + "ly" + ], + [ + "Ġhypoth", + "alamus" + ], + [ + "ĠDebor", + "ah" + ], + [ + "G", + "EN" + ], + [ + "or", + "bit" + ], + [ + "Ġl", + "ily" + ], + [ + "ĠC", + "ir" + ], + [ + "ĠG", + "ast" + ], + [ + "Ġdi", + "as" + ], + [ + "su", + "ccess" + ], + [ + "ĠTrans", + "actions" + ], + [ + "oper", + "ability" + ], + [ + "Ġadm", + "irable" + ], + [ + "ا", + "ÙĨ" + ], + [ + "ĠOw", + "l" + ], + [ + "cr", + "ime" + ], + [ + "Ġresh", + "ape" + ], + [ + "ĠCic", + "ero" + ], + [ + "6", + "60" + ], + [ + "m", + "achine" + ], + [ + "Ġs", + "ided" + ], + [ + "il", + "on" + ], + [ + "ect", + "ors" + ], + [ + "Ġhe", + "ge" + ], + [ + "Ġbo", + "ils" + ], + [ + "Ġlif", + "es" + ], + [ + "Ġmis", + "diagn" + ], + [ + "Ġreign", + "ed" + ], + [ + "Ġchron", + "ically" + ], + [ + "Ġdeclar", + "ations" + ], + [ + "ĠSequ", + "ence" + ], + [ + "ĠGust", + "av" + ], + [ + "D", + "a" + ], + [ + "R", + "ES" + ], + [ + "t", + "reat" + ], + [ + "Ġrun", + "ny" + ], + [ + "40", + "6" + ], + [ + "ĠX", + "i" + ], + [ + "ĠHer", + "b" + ], + [ + "Ġtrust", + "ees" + ], + [ + "36", + "6" + ], + [ + "Ġrot", + "ting" + ], + [ + "Ġtum", + "ult" + ], + [ + "ĠProp", + "ag" + ], + [ + "Ġalert", + "ness" + ], + [ + "Ġvo", + "iced" + ], + [ + "Ġsor", + "ghum" + ], + [ + "ĠEle", + "v" + ], + [ + "ĠStaff", + "ord" + ], + [ + "ĠZur", + "ich" + ], + [ + "C", + "ognitive" + ], + [ + "c", + "ulation" + ], + [ + "o", + "cean" + ], + [ + "ĠA", + "ure" + ], + [ + "ĠL", + "T" + ], + [ + "ple", + "teness" + ], + [ + "ell", + "ery" + ], + [ + "Ġdec", + "ks" + ], + [ + "Ġent", + "rances" + ], + [ + "Ġneg", + "ro" + ], + [ + "ĠApp", + "s" + ], + [ + "Ġhom", + "otopy" + ], + [ + "Ġinh", + "ale" + ], + [ + "Ġdownload", + "able" + ], + [ + "Rep", + "ublic" + ], + [ + "ĠComb", + "at" + ], + [ + "ĠRand", + "olph" + ], + [ + "Ġcaf", + "eter" + ], + [ + "iw", + "i" + ], + [ + "Ġdilig", + "ence" + ], + [ + "Alex", + "ander" + ], + [ + "Ġhasht", + "ags" + ], + [ + "Ġirrad", + "iation" + ], + [ + "Ġt", + "aps" + ], + [ + "Ġo", + "tters" + ], + [ + "ur", + "geon" + ], + [ + "ĠP", + "COS" + ], + [ + "ĠCount", + "ies" + ], + [ + "Ġthr", + "ived" + ], + [ + "Ġintric", + "ately" + ], + [ + "Ġpolar", + "ized" + ], + [ + "dist", + "ribution" + ], + [ + "Ġmorn", + "ings" + ], + [ + "ĠL", + "al" + ], + [ + "Ġcount", + "able" + ], + [ + "Ġrest", + "ricts" + ], + [ + "Ġcustom", + "ization" + ], + [ + "ĠPort", + "al" + ], + [ + "Ġrig", + "orously" + ], + [ + "ĠGM", + "T" + ], + [ + "Pop", + "ular" + ], + [ + "Ġapt", + "itude" + ], + [ + "Ġslee", + "ves" + ], + [ + "Ġfingerprint", + "s" + ], + [ + "Ġsuperst", + "ition" + ], + [ + "T", + "ri" + ], + [ + "p", + "aid" + ], + [ + "Ġb", + "ordered" + ], + [ + "Ġm", + "t" + ], + [ + "Ġg", + "lean" + ], + [ + "ĠS", + "ang" + ], + [ + "ĠC", + "f" + ], + [ + "ĠAS", + "P" + ], + [ + "ĠDev", + "iation" + ], + [ + "ĠEqu", + "ation" + ], + [ + "ĠTro", + "tsky" + ], + [ + "Ġinspir", + "ational" + ], + [ + "P", + "ain" + ], + [ + "um", + "mer" + ], + [ + "act", + "ual" + ], + [ + "ag", + "ree" + ], + [ + "Ġcomp", + "ulsive" + ], + [ + "Ġem", + "ulate" + ], + [ + "Ġcor", + "k" + ], + [ + "Ġdown", + "wards" + ], + [ + "Ġwar", + "rants" + ], + [ + "Ġaud", + "its" + ], + [ + "Ġdoctor", + "ate" + ], + [ + "ĠPost", + "greSQL" + ], + [ + "Ġrub", + "y" + ], + [ + "Ġrecall", + "ing" + ], + [ + "Ġreinforce", + "ments" + ], + [ + "card", + "ia" + ], + [ + "Ġunint", + "entional" + ], + [ + "ĠRap", + "ids" + ], + [ + "ĠSong", + "s" + ], + [ + "ĠSeason", + "al" + ], + [ + "D", + "atabase" + ], + [ + "ĠH", + "IST" + ], + [ + "art", + "hen" + ], + [ + "Ġgl", + "ued" + ], + [ + "Ġhard", + "ening" + ], + [ + "sh", + "ield" + ], + [ + "Ġclean", + "se" + ], + [ + "mar", + "ine" + ], + [ + "Ġsyn", + "apses" + ], + [ + "Ġalphabet", + "ical" + ], + [ + "Ġgrab", + "bing" + ], + [ + "ĠMichel", + "angelo" + ], + [ + "A", + "ff" + ], + [ + "Y", + "PE" + ], + [ + "d", + "ar" + ], + [ + "å", + "®" + ], + [ + "on", + "ica" + ], + [ + "Ġra", + "ging" + ], + [ + "Ġsub", + "strings" + ], + [ + "Ġdist", + "ancing" + ], + [ + "ĠSe", + "as" + ], + [ + "Ġver", + "ge" + ], + [ + "ĠAng", + "ola" + ], + [ + "Ġschem", + "atic" + ], + [ + "ĠObs", + "ervation" + ], + [ + "tem", + "plate" + ], + [ + "Ġphon", + "etic" + ], + [ + "Ġorph", + "ans" + ], + [ + "Ġlocom", + "otive" + ], + [ + "ĠScan", + "ner" + ], + [ + "E", + "at" + ], + [ + "R", + "oot" + ], + [ + "j", + "ee" + ], + [ + "Ġc", + "radle" + ], + [ + "eg", + "o" + ], + [ + "Ġpost", + "ulate" + ], + [ + "Ġmulti", + "plicity" + ], + [ + "ĠMexic", + "ans" + ], + [ + "Ġfurn", + "aces" + ], + [ + "Under", + "stand" + ], + [ + "Ġmilit", + "ant" + ], + [ + "Ġgriev", + "ances" + ], + [ + "b", + "illion" + ], + [ + "l", + "ang" + ], + [ + "ĠC", + "odes" + ], + [ + "ĠM", + "ith" + ], + [ + "iz", + "zy" + ], + [ + "ens", + "it" + ], + [ + "Ġrec", + "ited" + ], + [ + "ĠCal", + "iforn" + ], + [ + "ĠFrank", + "furt" + ], + [ + "h", + "ops" + ], + [ + "he", + "aling" + ], + [ + "Ġ(", + "." + ], + [ + "Ġha", + "ze" + ], + [ + "ĠW", + "itt" + ], + [ + "Ġcur", + "cumin" + ], + [ + "app", + "lication" + ], + [ + "Ġprob", + "ing" + ], + [ + "Ġtotal", + "itarian" + ], + [ + "Ġlot", + "us" + ], + [ + "With", + "draw" + ], + [ + "log", + "in" + ], + [ + "Ġherb", + "ivores" + ], + [ + "ĠMort", + "on" + ], + [ + "Ġbottlen", + "ecks" + ], + [ + "Ġtablesp", + "oon" + ], + [ + "v", + "it" + ], + [ + "Ġan", + "te" + ], + [ + "ĠM", + "ond" + ], + [ + "ĠWe", + "aver" + ], + [ + "It", + "alian" + ], + [ + "ĠBo", + "ost" + ], + [ + "Ġten", + "ant" + ], + [ + "Ġinadequ", + "acy" + ], + [ + "ĠVari", + "ables" + ], + [ + "Ġretin", + "opathy" + ], + [ + "Ġkel", + "p" + ], + [ + "f", + "inal" + ], + [ + "ig", + "uration" + ], + [ + "ĠM", + "ixed" + ], + [ + "ĠF", + "ailing" + ], + [ + "ĠL", + "eeds" + ], + [ + "Ġrec", + "al" + ], + [ + "Ġmed", + "iate" + ], + [ + "irm", + "ation" + ], + [ + "ĠMus", + "ical" + ], + [ + "Ġcontem", + "plate" + ], + [ + "hav", + "en" + ], + [ + "Ġtemp", + "ered" + ], + [ + "Ġjew", + "els" + ], + [ + "ĠArgent", + "ine" + ], + [ + "Gold", + "en" + ], + [ + "Ġbarg", + "ain" + ], + [ + "Particip", + "ants" + ], + [ + "h", + "ik" + ], + [ + "Ġv", + "aping" + ], + [ + "ĠE", + "cl" + ], + [ + "oss", + "al" + ], + [ + "Ġrun", + "away" + ], + [ + "ĠDevelop", + "ed" + ], + [ + "ĠProf", + "essionals" + ], + [ + "Us", + "ed" + ], + [ + "ĠMill", + "ions" + ], + [ + "ĠGard", + "ening" + ], + [ + "Ġadj", + "unct" + ], + [ + "Web", + "ster" + ], + [ + "ĠTerm", + "inal" + ], + [ + "M", + "oon" + ], + [ + "Ġs", + "ag" + ], + [ + "Ġs", + "own" + ], + [ + "Ġun", + "inter" + ], + [ + "ĠWild", + "e" + ], + [ + "valid", + "ation" + ], + [ + "ĠEarthqu", + "ake" + ], + [ + "4", + "75" + ], + [ + "f", + "uture" + ], + [ + "Ġt", + "idy" + ], + [ + "ĠS", + "omer" + ], + [ + "Ġpl", + "ating" + ], + [ + "Ġk", + "erat" + ], + [ + "red", + "ited" + ], + [ + "Ġtrem", + "ors" + ], + [ + "ĠMagn", + "esium" + ], + [ + "redu", + "cing" + ], + [ + "ĠBasil", + "ica" + ], + [ + "ĠLex", + "ington" + ], + [ + "Ġsandwic", + "hes" + ], + [ + "z", + "ar" + ], + [ + "Ġs", + "rc" + ], + [ + "ĠS", + "aid" + ], + [ + "ĠP", + "RE" + ], + [ + "lic", + "ations" + ], + [ + "Ġdec", + "on" + ], + [ + "Ġpur", + "ported" + ], + [ + "Ġclose", + "t" + ], + [ + "Ch", + "oice" + ], + [ + "Ġtax", + "payer" + ], + [ + "ĠArt", + "illery" + ], + [ + "ĠHar", + "bour" + ], + [ + "Ġrub", + "bish" + ], + [ + "ĠSuper", + "intendent" + ], + [ + "ĠDeb", + "t" + ], + [ + "Ġrecomb", + "inant" + ], + [ + "Ġnemat", + "odes" + ], + [ + "r", + "b" + ], + [ + "is", + "lation" + ], + [ + "uch", + "s" + ], + [ + "Ġapproach", + "able" + ], + [ + "ĠSoc", + "ieties" + ], + [ + "Ġunw", + "ind" + ], + [ + "ĠMes", + "oamer" + ], + [ + "n", + "ation" + ], + [ + "o", + "ine" + ], + [ + "ĠN", + "ucle" + ], + [ + "ract", + "ive" + ], + [ + "sc", + "ribed" + ], + [ + "Go", + "ing" + ], + [ + "tr", + "ivial" + ], + [ + "Rel", + "ations" + ], + [ + "Ġcondemn", + "ation" + ], + [ + "H", + "ay" + ], + [ + "ĠG", + "os" + ], + [ + "ĠV", + "and" + ], + [ + "ocu", + "mented" + ], + [ + "AC", + "S" + ], + [ + "ĠâĪ", + "ĺ" + ], + [ + "ij", + "a" + ], + [ + "ĠCat", + "tle" + ], + [ + "ĠCoch", + "rane" + ], + [ + "ĠRajas", + "than" + ], + [ + "F", + "emale" + ], + [ + "d", + "river" + ], + [ + "s", + "hed" + ], + [ + "Ġa", + "version" + ], + [ + "le", + "a" + ], + [ + "Ġl", + "ilies" + ], + [ + "ĠS", + "IM" + ], + [ + "ĠH", + "ew" + ], + [ + "ap", + "est" + ], + [ + "Ġact", + "ress" + ], + [ + "Ġfl", + "akes" + ], + [ + "erg", + "lass" + ], + [ + "ĠX", + "VI" + ], + [ + "34", + "1" + ], + [ + "ĠMarsh", + "al" + ], + [ + "ĠEle", + "phant" + ], + [ + "Ġvoy", + "ages" + ], + [ + "Ġfluct", + "uate" + ], + [ + "Ġfingert", + "ips" + ], + [ + "N", + "IH" + ], + [ + "es", + "que" + ], + [ + "Ġf", + "ury" + ], + [ + "Ġch", + "ills" + ], + [ + "ĠO", + "re" + ], + [ + "duc", + "ible" + ], + [ + "ĠApp", + "l" + ], + [ + "Ġserious", + "ness" + ], + [ + "ĠCor", + "ner" + ], + [ + "Ġship", + "ments" + ], + [ + "mod", + "ified" + ], + [ + "Ġdecor", + "ating" + ], + [ + "++", + "," + ], + [ + "Ġsubt", + "ree" + ], + [ + "ĠCreat", + "ivity" + ], + [ + "Ġtang", + "led" + ], + [ + "opl", + "asm" + ], + [ + "Ġingen", + "ious" + ], + [ + "6", + "78" + ], + [ + "S", + "ustainable" + ], + [ + "u", + "ctive" + ], + [ + "Ġg", + "a" + ], + [ + "ia", + "ison" + ], + [ + "Ġsk", + "ipped" + ], + [ + "Ġinterpret", + "ers" + ], + [ + "Ġalien", + "ation" + ], + [ + "ĠChile", + "an" + ], + [ + "Ġpartition", + "ing" + ], + [ + "Ġunint", + "entionally" + ], + [ + "ĠTun", + "nel" + ], + [ + "ĠHolid", + "ay" + ], + [ + "ĠEuch", + "arist" + ], + [ + "L", + "os" + ], + [ + "M", + "ale" + ], + [ + "T", + "PS" + ], + [ + "Ġa", + "y" + ], + [ + "Ġf", + "oe" + ], + [ + "th", + "orn" + ], + [ + "ĠM", + "H" + ], + [ + "ĠP", + "itt" + ], + [ + "Ġman", + "power" + ], + [ + "Ġinj", + "ure" + ], + [ + "ĠBo", + "oth" + ], + [ + "Ġpow", + "ders" + ], + [ + "34", + "7" + ], + [ + "Ġtransl", + "ators" + ], + [ + "Ġbiod", + "iesel" + ], + [ + "Ġpou", + "ch" + ], + [ + "ĠHapp", + "iness" + ], + [ + "F", + "er" + ], + [ + "F", + "un" + ], + [ + "F", + "requently" + ], + [ + "c", + "reative" + ], + [ + "Ï", + "Į" + ], + [ + "Ġprot", + "ested" + ], + [ + "ĠCon", + "jecture" + ], + [ + "âĢľ", + "." + ], + [ + "Ġpress", + "urized" + ], + [ + "Ġbio", + "ge" + ], + [ + "ĠObserv", + "ations" + ], + [ + "dev", + "ice" + ], + [ + "c", + "ooked" + ], + [ + "k", + "or" + ], + [ + "Ġm", + "ont" + ], + [ + "ar", + "id" + ], + [ + "Ġfl", + "ask" + ], + [ + "ĠAr", + "range" + ], + [ + "ĠMed", + "ian" + ], + [ + "44", + "4" + ], + [ + "Dep", + "ression" + ], + [ + "ĠVeget", + "ables" + ], + [ + "orig", + "in" + ], + [ + "Ġmism", + "atch" + ], + [ + "F", + "resh" + ], + [ + "ĠP", + "B" + ], + [ + "ĠO", + "phthalm" + ], + [ + "ren", + "s" + ], + [ + "ĠBr", + "is" + ], + [ + "ĠSk", + "etch" + ], + [ + "ĠChemical", + "s" + ], + [ + "ĠAdvent", + "ures" + ], + [ + "ĠEvere", + "st" + ], + [ + "Ġto", + "fu" + ], + [ + "Ġd", + "ar" + ], + [ + "Ġd", + "ancer" + ], + [ + "ad", + "ena" + ], + [ + "Ġgroup", + "ings" + ], + [ + "Ġdel", + "inqu" + ], + [ + "ĠSur", + "veys" + ], + [ + "Ġpine", + "apple" + ], + [ + "Dist", + "ribution" + ], + [ + "attles", + "n" + ], + [ + "Ġembro", + "ider" + ], + [ + "C", + "hem" + ], + [ + "F", + "ra" + ], + [ + "is", + "itions" + ], + [ + "st", + "aking" + ], + [ + "ul", + "ant" + ], + [ + "est", + "hetics" + ], + [ + "Ġapp", + "ends" + ], + [ + "olog", + "ie" + ], + [ + "Ġpop", + "ped" + ], + [ + "ĠSe", + "an" + ], + [ + "Act", + "ually" + ], + [ + "Ġcondu", + "it" + ], + [ + "n", + "ostic" + ], + [ + "Ð", + "¹" + ], + [ + "en", + "zyme" + ], + [ + "ĠS", + "EM" + ], + [ + "ore", + "tic" + ], + [ + "ĠP", + "urs" + ], + [ + "ĠE", + "du" + ], + [ + "Ġk", + "icks" + ], + [ + "Ġtra", + "der" + ], + [ + "Ġoper", + "and" + ], + [ + "Ġcy", + "toplasm" + ], + [ + "Ġunf", + "avorable" + ], + [ + "38", + "1" + ], + [ + "Ġdoll", + "s" + ], + [ + "ĠIN", + "S" + ], + [ + "ĠDev", + "on" + ], + [ + "Ġverte", + "bral" + ], + [ + "ĠPand", + "as" + ], + [ + "Ġu", + "m" + ], + [ + "ĠA", + "H" + ], + [ + "ad", + "en" + ], + [ + "ĠW", + "itch" + ], + [ + "ĠV", + "il" + ], + [ + "Ġer", + "ased" + ], + [ + "Ġprop", + "elled" + ], + [ + "36", + "2" + ], + [ + "bl", + "ast" + ], + [ + "ĠJon", + "ah" + ], + [ + "ĠKu", + "wait" + ], + [ + "Ġtablesp", + "oons" + ], + [ + "M", + "Y" + ], + [ + "ra", + "ining" + ], + [ + "ĠR", + "ican" + ], + [ + "Ġsp", + "ies" + ], + [ + "ĠO", + "kay" + ], + [ + "nder", + "ing" + ], + [ + "Ġover", + "haul" + ], + [ + "Ġfood", + "borne" + ], + [ + "Ġstory", + "lines" + ], + [ + "50", + "5" + ], + [ + "Ġwid", + "ened" + ], + [ + "Ġing", + "rained" + ], + [ + "col", + "ors" + ], + [ + "vis", + "or" + ], + [ + "Ġtight", + "en" + ], + [ + "Ġbullet", + "in" + ], + [ + "G", + "U" + ], + [ + "s", + "ville" + ], + [ + "al", + "ds" + ], + [ + "ow", + "ell" + ], + [ + "ĠM", + "ish" + ], + [ + "Ġall", + "ot" + ], + [ + "te", + "aching" + ], + [ + "Ġhealth", + "ful" + ], + [ + "Ġref", + "urb" + ], + [ + "Ġast", + "rology" + ], + [ + "Ġsouth", + "ward" + ], + [ + "34", + "4" + ], + [ + "Ġcorticoster", + "oids" + ], + [ + "ĠP", + "LA" + ], + [ + "rom", + "agnetic" + ], + [ + "Ġag", + "rarian" + ], + [ + "Ġant", + "ise" + ], + [ + "Ġreason", + "ed" + ], + [ + "35", + "1" + ], + [ + "Ġcredit", + "ors" + ], + [ + "Ġirrit", + "ating" + ], + [ + "Ġdil", + "ution" + ], + [ + "pack", + "ed" + ], + [ + "Ġcoinc", + "ides" + ], + [ + "Ġunderm", + "ines" + ], + [ + "Ġgastro", + "enter" + ], + [ + "N", + "ear" + ], + [ + "Î", + "¬" + ], + [ + "ĠS", + "overe" + ], + [ + "ich", + "ia" + ], + [ + "Ġsub", + "lime" + ], + [ + "Ġ'", + "__" + ], + [ + "Ġele", + "gans" + ], + [ + "ĠAnd", + "re" + ], + [ + "Ġapolog", + "ize" + ], + [ + "ro", + "oted" + ], + [ + "ĠS", + "ight" + ], + [ + "ĠW", + "inc" + ], + [ + "ĠN", + "un" + ], + [ + "Ġcent", + "red" + ], + [ + "Ġmic", + "rons" + ], + [ + "Ġmanufact", + "ures" + ], + [ + "Ġlimit", + "less" + ], + [ + "ĠFort", + "y" + ], + [ + "pres", + "erved" + ], + [ + "Ġcollaps", + "es" + ], + [ + "ĠWi", + "Fi" + ], + [ + "Ġtil", + "ted" + ], + [ + "ĠOpin", + "ion" + ], + [ + "Ġmyocard", + "ial" + ], + [ + "ĠC", + "ron" + ], + [ + "ĠH", + "abits" + ], + [ + "oc", + "arp" + ], + [ + "Ġcol", + "s" + ], + [ + "Ġ'", + "\\" + ], + [ + "Ġdem", + "ocracies" + ], + [ + "ĠIs", + "abel" + ], + [ + "Ġdev", + "iate" + ], + [ + "ĠEx", + "hib" + ], + [ + "ĠPh", + "yt" + ], + [ + "à¤", + "¯" + ], + [ + "Ġswim", + "mers" + ], + [ + "Ġdeterior", + "ating" + ], + [ + "ĠGriff", + "in" + ], + [ + "Ġplaint", + "iff" + ], + [ + "ä", + "½" + ], + [ + "im", + "g" + ], + [ + "Ġdet", + "ain" + ], + [ + "und", + "a" + ], + [ + "Ġbi", + "osphere" + ], + [ + "Ġplant", + "ings" + ], + [ + "Ġrad", + "iotherapy" + ], + [ + "ĠTe", + "ams" + ], + [ + "ĠJohn", + "ny" + ], + [ + "Ġlay", + "outs" + ], + [ + "reg", + "ion" + ], + [ + "Ġsil", + "hou" + ], + [ + "ĠGl", + "ossary" + ], + [ + "RE", + "AD" + ], + [ + "37", + "3" + ], + [ + "Ġvivid", + "ly" + ], + [ + "Ġvine", + "yard" + ], + [ + "Ġpremium", + "s" + ], + [ + "Ġhemorrh", + "age" + ], + [ + "Ġps", + "i" + ], + [ + "ĠOptim", + "ization" + ], + [ + "Ġbroch", + "ure" + ], + [ + "t", + "te" + ], + [ + "ĠS", + "AR" + ], + [ + "ĠP", + "ied" + ], + [ + "ill", + "aries" + ], + [ + "ĠB", + "MC" + ], + [ + "ĠH", + "C" + ], + [ + "Ġch", + "is" + ], + [ + "Ġmult", + "is" + ], + [ + "ĠParam", + "eters" + ], + [ + "ĠAyurved", + "a" + ], + [ + "C", + "off" + ], + [ + "O", + "B" + ], + [ + "i", + "agn" + ], + [ + "x", + "us" + ], + [ + "å", + "Ń" + ], + [ + "ĠF", + "AA" + ], + [ + "ĠG", + "amma" + ], + [ + "ĠL", + "ing" + ], + [ + "ĠO", + "UT" + ], + [ + "Ġar", + "d" + ], + [ + "Ġun", + "question" + ], + [ + "Ġdr", + "ies" + ], + [ + "ĠCl", + "ock" + ], + [ + "Ġwrong", + "ly" + ], + [ + "ĠBel", + "ize" + ], + [ + "Ġspark", + "ing" + ], + [ + "Ġdefend", + "ants" + ], + [ + "Ġspr", + "ang" + ], + [ + "Ġnost", + "rils" + ], + [ + "Ġparach", + "ute" + ], + [ + "L", + "ake" + ], + [ + "T", + "u" + ], + [ + "W", + "alk" + ], + [ + "w", + "ife" + ], + [ + "ot", + "rophic" + ], + [ + "ĠS", + "inger" + ], + [ + "ĠW", + "ILL" + ], + [ + "Ġprop", + "hes" + ], + [ + "ĠArab", + "idopsis" + ], + [ + "ĠDirector", + "ate" + ], + [ + "Tra", + "ditionally" + ], + [ + "Ġlob", + "ster" + ], + [ + "Ġguerr", + "illa" + ], + [ + "S", + "ure" + ], + [ + "Y", + "ears" + ], + [ + "st", + "rength" + ], + [ + "Ġimp", + "at" + ], + [ + "ĠAs", + "c" + ], + [ + "ĠSp", + "ray" + ], + [ + "AL", + "TH" + ], + [ + "ett", + "i" + ], + [ + "ĠRab", + "bit" + ], + [ + "ĠBase", + "ball" + ], + [ + "Ġestu", + "aries" + ], + [ + "c", + "atching" + ], + [ + "ed", + "ness" + ], + [ + "Ġh", + "ampered" + ], + [ + "Ġsc", + "orp" + ], + [ + "Ġcre", + "aking" + ], + [ + "def", + "inition" + ], + [ + "ĠMan", + "age" + ], + [ + "Ġgreen", + "houses" + ], + [ + "Ġgather", + "s" + ], + [ + "Ġsuc", + "ceeds" + ], + [ + "UR", + "CE" + ], + [ + "effect", + "iveness" + ], + [ + "Ġchest", + "nut" + ], + [ + "ĠImmun", + "ology" + ], + [ + "Ġslugg", + "ish" + ], + [ + "al", + "as" + ], + [ + "rom", + "at" + ], + [ + "ĠR", + "ings" + ], + [ + "Ġk", + "ite" + ], + [ + "Ġvalid", + "ating" + ], + [ + "Ġdivis", + "ibility" + ], + [ + "Ġunpredict", + "ability" + ], + [ + "ĠArmen", + "ians" + ], + [ + "ĠSoph", + "ie" + ], + [ + "Ġthir", + "teenth" + ], + [ + "Four", + "th" + ], + [ + "r", + "iment" + ], + [ + "y", + "as" + ], + [ + "ĠD", + "ias" + ], + [ + "Ġgreen", + "ish" + ], + [ + "Ġstorm", + "y" + ], + [ + "Ġdetermin", + "ism" + ], + [ + "Act", + "ivity" + ], + [ + "G", + "PT" + ], + [ + "W", + "OR" + ], + [ + "Ġp", + "arch" + ], + [ + "ĠA", + "CS" + ], + [ + "ĠH", + "oll" + ], + [ + "Ġdef", + "ences" + ], + [ + "Ġprior", + "i" + ], + [ + "ĠKing", + "ston" + ], + [ + "ĠST", + "AT" + ], + [ + "Ġuns", + "olved" + ], + [ + "sell", + "er" + ], + [ + "ĠSus", + "sex" + ], + [ + "ĠDick", + "inson" + ], + [ + "Impro", + "ving" + ], + [ + "á¹ĩ", + "a" + ], + [ + "7", + "60" + ], + [ + "N", + "an" + ], + [ + "Ġwh", + "ichever" + ], + [ + "act", + "ivation" + ], + [ + "à¯", + "į" + ], + [ + "od", + "der" + ], + [ + "ĠB", + "ard" + ], + [ + "ĠW", + "ade" + ], + [ + "Ġwhe", + "ezing" + ], + [ + "Ġcl", + "over" + ], + [ + "ĠIt", + "ems" + ], + [ + "Ġland", + "er" + ], + [ + "Ġlo", + "om" + ], + [ + "Ġbox", + "ing" + ], + [ + "AD", + "E" + ], + [ + "Ġincl", + "usivity" + ], + [ + "Ġhat", + "ched" + ], + [ + "Dis", + "claimer" + ], + [ + "ĠManufact", + "urers" + ], + [ + "ĠBomb", + "ay" + ], + [ + "ert", + "ile" + ], + [ + "ale", + "igh" + ], + [ + "ĠAm", + "en" + ], + [ + "ino", + "a" + ], + [ + "ĠFl", + "oyd" + ], + [ + "Ġmamm", + "oth" + ], + [ + "Ġcommission", + "ers" + ], + [ + "Ġexhaust", + "ing" + ], + [ + "ĠGraph", + "ic" + ], + [ + "ĠEmphas", + "ized" + ], + [ + "ĠYah", + "oo" + ], + [ + "ĠInsp", + "ection" + ], + [ + "ĠA", + "ce" + ], + [ + "ĠI", + "ELTS" + ], + [ + "ac", + "illus" + ], + [ + "ĠE", + "as" + ], + [ + "ĠL", + "iv" + ], + [ + "Ġcomment", + "aries" + ], + [ + "local", + "host" + ], + [ + "Ġiv", + "y" + ], + [ + "Det", + "ails" + ], + [ + "Ġhots", + "pot" + ], + [ + "K", + "ind" + ], + [ + "Â", + "«" + ], + [ + "ĠP", + "t" + ], + [ + "oc", + "key" + ], + [ + "Ġpl", + "under" + ], + [ + "Ġper", + "v" + ], + [ + "eg", + "y" + ], + [ + "Ġoper", + "ative" + ], + [ + "Ġroad", + "way" + ], + [ + "zz", + "i" + ], + [ + "Ġdisp", + "ens" + ], + [ + "Ġartisan", + "al" + ], + [ + "P", + "ak" + ], + [ + "ĠT", + "IME" + ], + [ + "Ġdiss", + "imilar" + ], + [ + "Ġadvers", + "ary" + ], + [ + "Ġexcerpt", + "s" + ], + [ + ",", + "." + ], + [ + "D", + "am" + ], + [ + "Ġn", + "uns" + ], + [ + "Ġst", + "ochastic" + ], + [ + "ĠF", + "amous" + ], + [ + "Ġneed", + "y" + ], + [ + "Ġpo", + "isons" + ], + [ + "Ġtrans", + "national" + ], + [ + "omm", + "ission" + ], + [ + "Ġgrowth", + "s" + ], + [ + "lo", + "an" + ], + [ + "Ar", + "gument" + ], + [ + "Ġesc", + "ort" + ], + [ + "Ġintr", + "insically" + ], + [ + "Ġram", + "ifications" + ], + [ + "Ġcompanions", + "hip" + ], + [ + "Ġarist", + "ocratic" + ], + [ + "Ġdiscol", + "oration" + ], + [ + "G", + "G" + ], + [ + "k", + "ok" + ], + [ + "l", + "is" + ], + [ + "Ġb", + "illing" + ], + [ + "ĠA", + "ub" + ], + [ + "Ġhe", + "patic" + ], + [ + "Ġr", + "ift" + ], + [ + "Ġsom", + "atic" + ], + [ + "Wh", + "it" + ], + [ + "Ġur", + "ic" + ], + [ + "Ġmicro", + "f" + ], + [ + "inn", + "ings" + ], + [ + "Ġcatch", + "ment" + ], + [ + "K", + "it" + ], + [ + "ĠH", + "aj" + ], + [ + "ull", + "ing" + ], + [ + "Ġgreen", + "ery" + ], + [ + "Ġste", + "alth" + ], + [ + "IC", + "H" + ], + [ + "Ġsuc", + "rose" + ], + [ + "Ġureth", + "ra" + ], + [ + "ĠColle", + "ges" + ], + [ + "B", + "MI" + ], + [ + "c", + "reat" + ], + [ + "ell", + "an" + ], + [ + "Ġhum", + "p" + ], + [ + "Ġmult", + "iverse" + ], + [ + "epend", + "ency" + ], + [ + "Ġconcent", + "ric" + ], + [ + "Ġappropri", + "ation" + ], + [ + "ĠGl", + "ou" + ], + [ + "36", + "1" + ], + [ + "Ġconcise", + "ly" + ], + [ + "ĠObject", + "ive" + ], + [ + "ĠChern", + "obyl" + ], + [ + "Ġd", + "ung" + ], + [ + "ĠE", + "ck" + ], + [ + "ĠF", + "ame" + ], + [ + "lect", + "ic" + ], + [ + "und", + "i" + ], + [ + "Ġbr", + "isk" + ], + [ + "ĠSh", + "ield" + ], + [ + "Ġsal", + "ient" + ], + [ + "Ġmist", + "rust" + ], + [ + "ĠBi", + "ochemistry" + ], + [ + "Ġpriorit", + "ized" + ], + [ + "Ġcrack", + "ers" + ], + [ + "Ġclog", + "ged" + ], + [ + "Ġvenge", + "ance" + ], + [ + "\"", + "}," + ], + [ + "D", + "ogs" + ], + [ + "R", + "ussia" + ], + [ + "u", + "plo" + ], + [ + "w", + "oven" + ], + [ + "ter", + "a" + ], + [ + "ĠR", + "ide" + ], + [ + "Ġimp", + "uls" + ], + [ + "Ġdes", + "ks" + ], + [ + "Ġher", + "s" + ], + [ + "trans", + "form" + ], + [ + "Ġfut", + "ile" + ], + [ + "Ġstrat", + "ification" + ], + [ + "Ġacou", + "st" + ], + [ + "ĠGeor", + "getown" + ], + [ + "O", + "m" + ], + [ + "e", + "i" + ], + [ + "Ġw", + "il" + ], + [ + "aur", + "i" + ], + [ + "ĠInf", + "ants" + ], + [ + "ĠPlant", + "ing" + ], + [ + "Ġune", + "asy" + ], + [ + "Ġdish", + "was" + ], + [ + "Ġsurn", + "ames" + ], + [ + "Ġincarc", + "erated" + ], + [ + "Ġbittern", + "ess" + ], + [ + "ĠC", + "alled" + ], + [ + "ure", + "n" + ], + [ + "ĠD", + "P" + ], + [ + "Ġlo", + "fty" + ], + [ + "wh", + "ole" + ], + [ + "ĠPer", + "se" + ], + [ + "Ġsyn", + "aptic" + ], + [ + "Ġequator", + "ial" + ], + [ + "ĠCounsel", + "ing" + ], + [ + "al", + "er" + ], + [ + "Ġper", + "i" + ], + [ + "Ġsub", + "jug" + ], + [ + "Ġclass", + "ifying" + ], + [ + "idd", + "ish" + ], + [ + "ĠWorld", + "s" + ], + [ + "Ġeth", + "os" + ], + [ + "Cons", + "ervation" + ], + [ + "Ġhoriz", + "ons" + ], + [ + "ĠGM", + "Os" + ], + [ + "ĠHoriz", + "ons" + ], + [ + "Stat", + "istics" + ], + [ + "Compar", + "ison" + ], + [ + "odend", + "ron" + ], + [ + "S", + "ty" + ], + [ + "V", + "irgin" + ], + [ + "ĠP", + "aw" + ], + [ + "qu", + "ick" + ], + [ + "Ġcur", + "ly" + ], + [ + "ĠTe", + "resa" + ], + [ + "ĠReg", + "ions" + ], + [ + "Ġbond", + "age" + ], + [ + "ĠLib", + "ert" + ], + [ + "Ġflash", + "backs" + ], + [ + "Off", + "ice" + ], + [ + "Ġwitch", + "craft" + ], + [ + "ĠBuch", + "anan" + ], + [ + "ĠWals", + "h" + ], + [ + "D", + "ark" + ], + [ + "ĠSt", + "y" + ], + [ + "Ġbehav", + "ing" + ], + [ + "ope", + "z" + ], + [ + "ĠCont", + "rary" + ], + [ + "Ġbank", + "ers" + ], + [ + "ĠAngel", + "a" + ], + [ + "Ġobl", + "ique" + ], + [ + "Ġscaff", + "olding" + ], + [ + "/", + "âĪļ" + ], + [ + "]", + "`." + ], + [ + "d", + "h" + ], + [ + "d", + "ro" + ], + [ + "w", + "p" + ], + [ + "al", + "ien" + ], + [ + "Ġf", + "ountains" + ], + [ + "Ġh", + "ref" + ], + [ + "ot", + "hed" + ], + [ + "and", + "ez" + ], + [ + "ec", + "o" + ], + [ + "Ġback", + "stories" + ], + [ + "par", + "able" + ], + [ + "Ġintr", + "usive" + ], + [ + "Ġpars", + "ley" + ], + [ + "ben", + "efit" + ], + [ + "Arch", + "ae" + ], + [ + "Ġdissemin", + "ate" + ], + [ + "angar", + "oo" + ], + [ + "k", + "illed" + ], + [ + "Ġg", + "ird" + ], + [ + "ol", + "an" + ], + [ + "op", + "atra" + ], + [ + "pl", + "ored" + ], + [ + "**", + "*" + ], + [ + "Ġfunction", + "ally" + ], + [ + "Ġent", + "anglement" + ], + [ + "ĠComm", + "od" + ], + [ + "ĠMon", + "ica" + ], + [ + "PA", + "A" + ], + [ + "nes", + "ian" + ], + [ + "Over", + "view" + ], + [ + "Ġmir", + "rored" + ], + [ + "Ġmm", + "Hg" + ], + [ + "ĠCaucas", + "ian" + ], + [ + "Ġbenz", + "ene" + ], + [ + "G", + "as" + ], + [ + "R", + "P" + ], + [ + "b", + "ay" + ], + [ + "Ġt", + "undra" + ], + [ + "ĠS", + "urgical" + ], + [ + "Ġr", + "ut" + ], + [ + "Ġinter", + "related" + ], + [ + "rop", + "od" + ], + [ + "ĠSp", + "ider" + ], + [ + "Ġpast", + "ries" + ], + [ + "Ġmanip", + "ulative" + ], + [ + "Ġspons", + "orship" + ], + [ + "Ġexempl", + "ary" + ], + [ + "Ġvest", + "ibular" + ], + [ + "Cy", + "ber" + ], + [ + "ĠExcell", + "ent" + ], + [ + "Ġwrest", + "ling" + ], + [ + "ĠKurd", + "ish" + ], + [ + "v", + "ascular" + ], + [ + "om", + "ans" + ], + [ + "ĠG", + "ad" + ], + [ + "Ġgl", + "i" + ], + [ + "Ġpoly", + "ester" + ], + [ + "ĠTechn", + "ological" + ], + [ + "car", + "otene" + ], + [ + "ĠUlt", + "ra" + ], + [ + "Ġdeform", + "ity" + ], + [ + ":", + "\\" + ], + [ + "p", + "ict" + ], + [ + "ĠD", + "ul" + ], + [ + "ĠTh", + "ou" + ], + [ + "Ġmult", + "ilateral" + ], + [ + "esc", + "ence" + ], + [ + "pro", + "ven" + ], + [ + "Ġexc", + "uses" + ], + [ + "Ġ×", + "IJ" + ], + [ + "ĠComment", + "ary" + ], + [ + "ĠS", + "J" + ], + [ + "ĠS", + "ymph" + ], + [ + "ĠY", + "a" + ], + [ + "Ġoff", + "ending" + ], + [ + "het", + "amine" + ], + [ + "ĠDirect", + "ors" + ], + [ + "Ġoblig", + "ated" + ], + [ + "Ġcommission", + "er" + ], + [ + "ĠEver", + "glades" + ], + [ + "kn", + "it" + ], + [ + "ĠAssy", + "rian" + ], + [ + "Ġprocrast", + "ination" + ], + [ + "3", + "99" + ], + [ + "ĠM", + "use" + ], + [ + "ĠB", + "row" + ], + [ + "Ġbl", + "iss" + ], + [ + "old", + "t" + ], + [ + "Ġsimpl", + "ification" + ], + [ + "cons", + "umer" + ], + [ + "Ġspontane", + "ity" + ], + [ + "3", + "29" + ], + [ + "H", + "am" + ], + [ + "t", + "ube" + ], + [ + "ens", + "ure" + ], + [ + "ier", + "re" + ], + [ + "ĠWh", + "ites" + ], + [ + "ĠUN", + "C" + ], + [ + "vis", + "it" + ], + [ + "ĠRam", + "an" + ], + [ + "ĠNutrition", + "al" + ], + [ + "Ġcoinc", + "ided" + ], + [ + "Ġquart", + "ile" + ], + [ + "Ġredef", + "ine" + ], + [ + "ĠVander", + "bilt" + ], + [ + "4", + "12" + ], + [ + "S", + "orted" + ], + [ + "Ñ", + "ĩ" + ], + [ + "Ġde", + "que" + ], + [ + "ant", + "es" + ], + [ + "Ġcl", + "ippings" + ], + [ + "||", + "(" + ], + [ + "Ġstill", + "ness" + ], + [ + "Ġamb", + "assadors" + ], + [ + "Ġauton", + "omic" + ], + [ + "ĠAssess", + "ing" + ], + [ + "ĠYe", + "ah" + ], + [ + "ĠBR", + "CA" + ], + [ + "ĠToy", + "ota" + ], + [ + "cert", + "ified" + ], + [ + "Ġkins", + "hip" + ], + [ + ".", + "')" + ], + [ + "b", + "id" + ], + [ + "f", + "us" + ], + [ + "ĠT", + "ay" + ], + [ + "Ġind", + "eterm" + ], + [ + "Ġrec", + "ap" + ], + [ + "rop", + "hes" + ], + [ + "Ġref", + "ill" + ], + [ + "eng", + "ed" + ], + [ + "Ġfil", + "med" + ], + [ + "Ġball", + "ast" + ], + [ + "ĠInter", + "state" + ], + [ + "Ġpit", + "cher" + ], + [ + "Line", + "ar" + ], + [ + "Ġinterrupt", + "ions" + ], + [ + "ĠGraph", + "ics" + ], + [ + "Ġje", + "ans" + ], + [ + "ar", + "ck" + ], + [ + "ĠC", + "CD" + ], + [ + "ĠE", + "A" + ], + [ + "ĠE", + "ras" + ], + [ + "ink", + "i" + ], + [ + "Ġpur", + "se" + ], + [ + "Ġinfect", + "ing" + ], + [ + "organ", + "ization" + ], + [ + "Ġtor", + "rent" + ], + [ + "mass", + "ive" + ], + [ + "Ġglyph", + "osate" + ], + [ + "S", + "oviet" + ], + [ + "f", + "ighter" + ], + [ + "n", + "ose" + ], + [ + "ĠC", + "ars" + ], + [ + "pl", + "astics" + ], + [ + "ĠSt", + "reng" + ], + [ + "ĠZ", + "am" + ], + [ + "ĠIsrael", + "ite" + ], + [ + "Com", + "plex" + ], + [ + "Ġfacilit", + "ator" + ], + [ + "war", + "f" + ], + [ + "Ġwave", + "form" + ], + [ + "ĠSl", + "ide" + ], + [ + "Ġquiet", + "er" + ], + [ + "Ġven", + "omous" + ], + [ + "Spec", + "ies" + ], + [ + "Ġdowns", + "ides" + ], + [ + "I", + "ter" + ], + [ + "g", + "ain" + ], + [ + "ĠC", + "yr" + ], + [ + "pt", + "ive" + ], + [ + "Ġaltern", + "atively" + ], + [ + "ĠGet", + "ty" + ], + [ + "ĠFrank", + "enstein" + ], + [ + "ĠIns", + "ights" + ], + [ + "Ġmerg", + "es" + ], + [ + "compass", + "ion" + ], + [ + "Ġdivers", + "ify" + ], + [ + "Ġtired", + "ness" + ], + [ + "Ġreass", + "ure" + ], + [ + "ĠMos", + "he" + ], + [ + "Ġasympt", + "otic" + ], + [ + "ĠGent", + "iles" + ], + [ + "D", + "istance" + ], + [ + "P", + "redict" + ], + [ + "ed", + "ged" + ], + [ + "ĠT", + "S" + ], + [ + "ĠN", + "OW" + ], + [ + "Ġwhe", + "y" + ], + [ + "Ġsc", + "oliosis" + ], + [ + "any", + "a" + ], + [ + "ĠMon", + "et" + ], + [ + "ĠRem", + "em" + ], + [ + "Ġclick", + "ed" + ], + [ + "Ġhorse", + "power" + ], + [ + "ĠAsper", + "ger" + ], + [ + "Ġsapp", + "hire" + ], + [ + "elb", + "rot" + ], + [ + "ĠZoro", + "ast" + ], + [ + "Ġdystop", + "ian" + ], + [ + "K", + "B" + ], + [ + "M", + "IT" + ], + [ + "N", + "ull" + ], + [ + "r", + "ash" + ], + [ + "ĠT", + "P" + ], + [ + "ĠR", + "app" + ], + [ + "Ġ\"", + "\\" + ], + [ + "Ġqu", + "aint" + ], + [ + "Ġgen", + "otypes" + ], + [ + "Ġdist", + "illation" + ], + [ + "Gu", + "ide" + ], + [ + "Ġperenn", + "ials" + ], + [ + "ĠMort", + "ality" + ], + [ + "Ġdisob", + "edience" + ], + [ + "alys", + "es" + ], + [ + "adjust", + "ed" + ], + [ + "Ġorche", + "str" + ], + [ + "ĠUrugu", + "ay" + ], + [ + "en", + "vironmental" + ], + [ + "al", + "igned" + ], + [ + "ĠM", + "ON" + ], + [ + "ĠâĢ", + "º" + ], + [ + "ĠOr", + "lando" + ], + [ + "AT", + "T" + ], + [ + "Ġsnow", + "fall" + ], + [ + "Ġrepet", + "itions" + ], + [ + "Ġtill", + "age" + ], + [ + "ĠSens", + "ory" + ], + [ + "Hig", + "her" + ], + [ + "ĠS", + "ays" + ], + [ + "ud", + "ing" + ], + [ + "Ġwhen", + "ce" + ], + [ + "Ġequ", + "ate" + ], + [ + "Ġut", + "opian" + ], + [ + "Ġunc", + "ount" + ], + [ + "ĠSch", + "wartz" + ], + [ + "Ġaest", + "hetically" + ], + [ + "ĠEV", + "s" + ], + [ + "hig", + "her" + ], + [ + "ĠT", + "L" + ], + [ + "ĠM", + "outh" + ], + [ + "ĠM", + "aid" + ], + [ + "ĠE", + "thereum" + ], + [ + "Ġun", + "ethical" + ], + [ + "ob", + "l" + ], + [ + "Ġsoc", + "kets" + ], + [ + "ĠQu", + "in" + ], + [ + "AN", + "G" + ], + [ + "water", + "ing" + ], + [ + "Ġcold", + "est" + ], + [ + "ĠMac", + "Arthur" + ], + [ + "ĠBur", + "ton" + ], + [ + "uther", + "ford" + ], + [ + "ĠDra", + "ke" + ], + [ + "Ġcautious", + "ly" + ], + [ + "Ġcentr", + "ally" + ], + [ + "ĠMyth", + "s" + ], + [ + "ĠHus", + "sein" + ], + [ + "ĠMennon", + "ite" + ], + [ + "g", + "ill" + ], + [ + "ell", + "ular" + ], + [ + "Ġneg", + "ation" + ], + [ + "Ġge", + "ologist" + ], + [ + "ĠWater", + "loo" + ], + [ + "à¤", + "®" + ], + [ + "Ġcub", + "s" + ], + [ + "Ġemigr", + "ated" + ], + [ + "0", + "17" + ], + [ + "C", + "oun" + ], + [ + "h", + "undred" + ], + [ + "s", + "ol" + ], + [ + "Ġm", + "alle" + ], + [ + "Ġby", + "stand" + ], + [ + "ĠR", + "iv" + ], + [ + "Ġrel", + "inqu" + ], + [ + "Ġcolor", + "less" + ], + [ + "ĠĠĠĠĠĠĠĠ", + "ĠĠĠĠ" + ], + [ + "Ġdisp", + "atch" + ], + [ + "Ġpengu", + "in" + ], + [ + "3", + "95" + ], + [ + "H", + "or" + ], + [ + "Ġs", + "led" + ], + [ + "ĠP", + "anc" + ], + [ + "In", + "ternal" + ], + [ + "ĠCol", + "in" + ], + [ + "stit", + "utes" + ], + [ + "40", + "7" + ], + [ + "Se", + "ven" + ], + [ + "ĠBoy", + "d" + ], + [ + ",", + "," + ], + [ + "p", + "he" + ], + [ + "he", + "v" + ], + [ + "ĠS", + "OL" + ], + [ + "ter", + "ror" + ], + [ + "ĠM", + "U" + ], + [ + "ass", + "a" + ], + [ + "Ġall", + "otted" + ], + [ + "Ġcomp", + "iling" + ], + [ + "Ġcare", + "rs" + ], + [ + "Ġopp", + "ress" + ], + [ + "Ġbr", + "anched" + ], + [ + "ĠOut", + "liers" + ], + [ + "ĠCommun", + "ism" + ], + [ + "ĠMedic", + "ations" + ], + [ + "Ġuncle", + "an" + ], + [ + "Ġpunct", + "ure" + ], + [ + "ĠMand", + "elbrot" + ], + [ + "Stat", + "istical" + ], + [ + "4", + "31" + ], + [ + "Ġc", + "ider" + ], + [ + "ĠT", + "F" + ], + [ + "ir", + "ies" + ], + [ + "ĠN", + "BC" + ], + [ + "ĠL", + "ots" + ], + [ + "ĠO", + "sw" + ], + [ + "ĠU", + "W" + ], + [ + "Ġreg", + "ained" + ], + [ + "ulf", + "ur" + ], + [ + "Ġmicrosc", + "opes" + ], + [ + "Ġrecount", + "s" + ], + [ + "L", + "ive" + ], + [ + "m", + "ills" + ], + [ + "ĠT", + "ir" + ], + [ + "ot", + "ives" + ], + [ + "ĠC", + "rick" + ], + [ + "ĠG", + "lor" + ], + [ + "ind", + "ers" + ], + [ + "Ġman", + "ic" + ], + [ + "Ġmon", + "st" + ], + [ + "Ġside", + "ways" + ], + [ + "ĠMan", + "or" + ], + [ + "Ġatmosp", + "heres" + ], + [ + "ĠAnt", + "ig" + ], + [ + "lam", + "ydia" + ], + [ + "Ġwed", + "dings" + ], + [ + "docu", + "mented" + ], + [ + "ĠStev", + "enson" + ], + [ + "mil", + "itary" + ], + [ + "pl", + "atform" + ], + [ + "AS", + "P" + ], + [ + "ĠâĪ", + "Ī" + ], + [ + "Ġsmart", + "watch" + ], + [ + "Ġsmooth", + "ing" + ], + [ + "ĠLouis", + "ville" + ], + [ + "Ġparad", + "igms" + ], + [ + "Ġinhib", + "itory" + ], + [ + "ĠTH", + "AT" + ], + [ + "Ġnick", + "named" + ], + [ + "sim", + "ple" + ], + [ + "Ġresur", + "rect" + ], + [ + "k", + "k" + ], + [ + "ĠD", + "rought" + ], + [ + "ĠO", + "thello" + ], + [ + "Ġimp", + "oses" + ], + [ + "Ġmyst", + "icism" + ], + [ + "Ġneut", + "roph" + ], + [ + "Ġcoh", + "orts" + ], + [ + "Ġleisure", + "ly" + ], + [ + "Rad", + "io" + ], + [ + "Ġcrocod", + "iles" + ], + [ + "Ġhumil", + "iation" + ], + [ + "rou", + "te" + ], + [ + "Ġpl", + "ur" + ], + [ + "ĠO", + "zone" + ], + [ + "Ġdef", + "iance" + ], + [ + "ĠOr", + "well" + ], + [ + "enc", + "il" + ], + [ + "Ġcounter", + "feit" + ], + [ + "Ġconv", + "ol" + ], + [ + "Ġsin", + "ful" + ], + [ + "rosc", + "ope" + ], + [ + "Ġtraum", + "as" + ], + [ + "Ġinconsist", + "ency" + ], + [ + "Bre", + "ak" + ], + [ + "ĠMonaster", + "y" + ], + [ + "Ġcl", + "oned" + ], + [ + "ov", + "ic" + ], + [ + "Ġparticip", + "ates" + ], + [ + "ĠX", + "u" + ], + [ + "gal", + "itarian" + ], + [ + "osph", + "orus" + ], + [ + "Ġshut", + "ting" + ], + [ + "Ġdigit", + "ized" + ], + [ + "Ġrac", + "ially" + ], + [ + ">>", + ">" + ], + [ + "Ġgrapp", + "ling" + ], + [ + "iagn", + "osed" + ], + [ + "æ", + "ĸ" + ], + [ + "Ġt", + "enses" + ], + [ + "Ġm", + "olar" + ], + [ + "Ġan", + "ode" + ], + [ + "Ġat", + "las" + ], + [ + "con", + "cept" + ], + [ + "Ġhome", + "page" + ], + [ + "Ġpain", + "staking" + ], + [ + "Ġcomput", + "es" + ], + [ + "ĠLight", + "ing" + ], + [ + "ĠCell", + "ular" + ], + [ + "Ġperf", + "ected" + ], + [ + "aver", + "ing" + ], + [ + "quant", + "ity" + ], + [ + "Ġt", + "apped" + ], + [ + "Ġa", + "in" + ], + [ + "Ġd", + "ella" + ], + [ + "ut", + "ra" + ], + [ + "ĠH", + "of" + ], + [ + "ĠW", + "att" + ], + [ + "ĠL", + "och" + ], + [ + "Ġaccess", + "ory" + ], + [ + "ĠX", + "in" + ], + [ + "Ġlik", + "ing" + ], + [ + "ĠAdd", + "ressing" + ], + [ + "Ġdefe", + "ating" + ], + [ + "Ġtor", + "so" + ], + [ + "ĠCirc", + "ular" + ], + [ + "ĠØ", + "¨" + ], + [ + "ĠHerm", + "ann" + ], + [ + "respons", + "ive" + ], + [ + "onaut", + "ics" + ], + [ + "E", + "lements" + ], + [ + "ist", + "e" + ], + [ + "ak", + "is" + ], + [ + "ĠCan", + "berra" + ], + [ + "ule", + "t" + ], + [ + "sh", + "ake" + ], + [ + "eb", + "ted" + ], + [ + "â̦", + ")" + ], + [ + "AC", + "C" + ], + [ + "sum", + "mer" + ], + [ + "t", + "ab" + ], + [ + "ĠT", + "ian" + ], + [ + "Ġsp", + "a" + ], + [ + "Ġper", + "ched" + ], + [ + "ĠV", + "ideos" + ], + [ + "Ġtyp", + "ography" + ], + [ + "Ġdirect", + "ives" + ], + [ + "asc", + "ii" + ], + [ + "ĠGra", + "vity" + ], + [ + "Ġdu", + "plicated" + ], + [ + "Ġkilomet", + "er" + ], + [ + "Ġelabor", + "ated" + ], + [ + "Neg", + "ative" + ], + [ + "E", + "ye" + ], + [ + "s", + "ys" + ], + [ + "Ġpro", + "dig" + ], + [ + "em", + "es" + ], + [ + "Ġsal", + "ivary" + ], + [ + "Ġcross", + "roads" + ], + [ + "Ġcontamin", + "ant" + ], + [ + "Ġencl", + "osures" + ], + [ + "adequ", + "ate" + ], + [ + "Ġdeterior", + "ated" + ], + [ + "Ġcarn", + "ival" + ], + [ + "Ġmemoir", + "s" + ], + [ + "ĠBerm", + "uda" + ], + [ + "ĠTuc", + "son" + ], + [ + "d", + "welling" + ], + [ + "ĠH", + "H" + ], + [ + "Ġins", + "ured" + ], + [ + "Ġx", + "i" + ], + [ + "ocr", + "ats" + ], + [ + "Ph", + "ilos" + ], + [ + "Ġsin", + "uses" + ], + [ + "ĠST", + "UD" + ], + [ + "ĠWil", + "cox" + ], + [ + "Per", + "cent" + ], + [ + "ĠParliament", + "ary" + ], + [ + "ĠSomal", + "i" + ], + [ + "separ", + "ated" + ], + [ + "Ġantiv", + "irus" + ], + [ + "agnet", + "ism" + ], + [ + "D", + "N" + ], + [ + "J", + "ean" + ], + [ + "r", + "ink" + ], + [ + "t", + "ur" + ], + [ + "ĠH", + "g" + ], + [ + "av", + "i" + ], + [ + "cl", + "oud" + ], + [ + "ĠSc", + "ene" + ], + [ + "Ġargument", + "ation" + ], + [ + "ĠBerg", + "er" + ], + [ + ",", + "-" + ], + [ + "in", + "ities" + ], + [ + "re", + "ason" + ], + [ + "Ġdis", + "section" + ], + [ + "ĠJ", + "L" + ], + [ + "rit", + "ings" + ], + [ + "ĠY", + "om" + ], + [ + "other", + "mia" + ], + [ + "Ġstruct", + "uring" + ], + [ + "Ġcomput", + "ationally" + ], + [ + "ĠGu", + "am" + ], + [ + "Ġfalse", + "ly" + ], + [ + "ĠPo", + "ems" + ], + [ + "ĠMah", + "ab" + ], + [ + "Ġvig", + "or" + ], + [ + "ĠPay", + "ment" + ], + [ + "Ġmetaph", + "ysics" + ], + [ + "Ġarous", + "ed" + ], + [ + "Soft", + "ware" + ], + [ + "Ġmonolog", + "ue" + ], + [ + "pron", + "ounced" + ], + [ + "P", + "ear" + ], + [ + "å", + "ľ" + ], + [ + "is", + "put" + ], + [ + "it", + "ution" + ], + [ + "ĠM", + "G" + ], + [ + "ĠP", + "oss" + ], + [ + "ĠD", + "one" + ], + [ + "ĠF", + "rame" + ], + [ + "Ġsm", + "og" + ], + [ + "Ġsim", + "ulator" + ], + [ + "Ġdeep", + "ened" + ], + [ + "ĠChe", + "v" + ], + [ + "Ġampl", + "ifiers" + ], + [ + "Ġacknowledge", + "ment" + ], + [ + "Ġexport", + "ing" + ], + [ + "ĠPut", + "in" + ], + [ + "prom", + "pt" + ], + [ + "Ġlod", + "ging" + ], + [ + "Ann", + "ual" + ], + [ + "v", + "ict" + ], + [ + "Ġb", + "othered" + ], + [ + "ĠB", + "J" + ], + [ + "Ġout", + "ages" + ], + [ + "ĠEm", + "ancipation" + ], + [ + "ops", + "ies" + ], + [ + "ĠPer", + "forming" + ], + [ + "ĠComp", + "onent" + ], + [ + "ran", + "o" + ], + [ + "Me", + "aning" + ], + [ + "Ġammon", + "ium" + ], + [ + "Ġculmin", + "ated" + ], + [ + "Ġcentrifug", + "al" + ], + [ + "Ġst", + "ink" + ], + [ + "ist", + "or" + ], + [ + "ould", + "ers" + ], + [ + "Ġset", + "back" + ], + [ + "Ġback", + "lash" + ], + [ + "50", + "9" + ], + [ + "ĠGu", + "ang" + ], + [ + "ĠApp", + "roaches" + ], + [ + "Ġmicro", + "controller" + ], + [ + "ĠNe", + "urop" + ], + [ + "Ġorigin", + "ality" + ], + [ + "ĠMa", + "ple" + ], + [ + "ocor", + "relation" + ], + [ + "0", + "40" + ], + [ + "c", + "ans" + ], + [ + "es", + "ville" + ], + [ + "ib", + "ald" + ], + [ + "Ġpe", + "e" + ], + [ + "ĠPart", + "icularly" + ], + [ + "Ġunit", + "test" + ], + [ + "Ġsky", + "rock" + ], + [ + "Ġwal", + "nut" + ], + [ + "opt", + "imal" + ], + [ + "ĠNeh", + "ru" + ], + [ + "K", + "PIs" + ], + [ + "Ġal", + "ias" + ], + [ + "Ġv", + "andal" + ], + [ + "ĠH", + "are" + ], + [ + "ud", + "ding" + ], + [ + "ĠD", + "L" + ], + [ + "ific", + "antly" + ], + [ + "Ġbound", + "ing" + ], + [ + "ĠBo", + "olean" + ], + [ + "Ġmiss", + "es" + ], + [ + "Ġsymbol", + "ized" + ], + [ + "ado", + "op" + ], + [ + "ĠLog", + "ical" + ], + [ + "Ġembed", + "ding" + ], + [ + "ĠColon", + "ies" + ], + [ + "Ġreorgan", + "ized" + ], + [ + "Islam", + "ic" + ], + [ + "Ġraz", + "or" + ], + [ + "st", + "rap" + ], + [ + "ĠH", + "oughton" + ], + [ + "Ġapp", + "ell" + ], + [ + "ĠSt", + "on" + ], + [ + "ĠRe", + "venge" + ], + [ + "Ġutil", + "ised" + ], + [ + "ĠPort", + "rait" + ], + [ + "Ġmuc", + "osa" + ], + [ + "Ġacre", + "age" + ], + [ + "D", + "ental" + ], + [ + "Ġp", + "act" + ], + [ + "Ġg", + "h" + ], + [ + "ĠC", + "OR" + ], + [ + "Ġwh", + "irl" + ], + [ + "ĠM", + "uk" + ], + [ + "os", + "i" + ], + [ + "ĠD", + "EF" + ], + [ + "ich", + "t" + ], + [ + "end", + "e" + ], + [ + "ach", + "s" + ], + [ + "ĠCol", + "ors" + ], + [ + "ĠX", + "III" + ], + [ + "ĠGu", + "ards" + ], + [ + "Ġplate", + "let" + ], + [ + "ĠComput", + "ational" + ], + [ + "Ġmos", + "ques" + ], + [ + "ĠSand", + "ers" + ], + [ + "rac", + "use" + ], + [ + "Ass", + "essment" + ], + [ + "Mon", + "itor" + ], + [ + "William", + "s" + ], + [ + "ĠAdapt", + "ation" + ], + [ + "Ġhurd", + "le" + ], + [ + "C", + "ond" + ], + [ + "S", + "kin" + ], + [ + "m", + "otor" + ], + [ + "ĠC", + "W" + ], + [ + "ass", + "is" + ], + [ + "Ġdec", + "oded" + ], + [ + "Ġmod", + "al" + ], + [ + "ĠCl", + "aus" + ], + [ + "Ġalarm", + "ed" + ], + [ + "ĠAccount", + "s" + ], + [ + "Ġinsu", + "fficiency" + ], + [ + "Ġtravers", + "ing" + ], + [ + "Ġabolition", + "ist" + ], + [ + "Ġretard", + "ation" + ], + [ + "assemb", + "led" + ], + [ + "G", + "a" + ], + [ + "Ġc", + "iv" + ], + [ + "ow", + "ulf" + ], + [ + "ĠC", + "ream" + ], + [ + "rom", + "y" + ], + [ + "ĠF", + "IR" + ], + [ + "Ġag", + "itated" + ], + [ + "Ġ'", + "," + ], + [ + "Ġprot", + "rud" + ], + [ + "Ġproject", + "ile" + ], + [ + "ĠDe", + "uteronomy" + ], + [ + "ĠLe", + "vy" + ], + [ + "Ġimmedi", + "acy" + ], + [ + "ĠPC", + "A" + ], + [ + "ĠLab", + "el" + ], + [ + "main", + "ly" + ], + [ + "ĠHosp", + "itals" + ], + [ + "dig", + "est" + ], + [ + "ĠMcG", + "ill" + ], + [ + "ĠPrevent", + "ive" + ], + [ + "occup", + "ation" + ], + [ + "4", + "22" + ], + [ + "B", + "oston" + ], + [ + "d", + "an" + ], + [ + "se", + "m" + ], + [ + "Ġpro", + "actively" + ], + [ + "Ġsp", + "anned" + ], + [ + "ip", + "zig" + ], + [ + "Ġsqu", + "at" + ], + [ + "pe", + "ak" + ], + [ + "Ġrect", + "al" + ], + [ + "ĠMarx", + "ism" + ], + [ + "Ġpharmac", + "ological" + ], + [ + "again", + "st" + ], + [ + "Ġeukary", + "otic" + ], + [ + "O", + "cean" + ], + [ + "Ġb", + "ordering" + ], + [ + "Ġh", + "anged" + ], + [ + "ot", + "rans" + ], + [ + "Ġex", + "termin" + ], + [ + "ĠP", + "salms" + ], + [ + "ĠD", + "ear" + ], + [ + "land", + "er" + ], + [ + "Ġmet", + "ac" + ], + [ + "Ġmark", + "up" + ], + [ + "Ġturn", + "out" + ], + [ + "Ġbul", + "ky" + ], + [ + "Ġaer", + "odynamic" + ], + [ + "Ġarous", + "al" + ], + [ + "c", + "rit" + ], + [ + "Ġcon", + "cession" + ], + [ + "est", + "e" + ], + [ + "Ġch", + "ant" + ], + [ + "ap", + "o" + ], + [ + "Ġcomm", + "emoration" + ], + [ + "ĠRep", + "roductive" + ], + [ + "Im", + "m" + ], + [ + "Ġhospital", + "izations" + ], + [ + "ĠStre", + "pt" + ], + [ + "Ġeject", + "ed" + ], + [ + "Ġp", + "ont" + ], + [ + "pl", + "ings" + ], + [ + "cy", + "cles" + ], + [ + "Ġext", + "inctions" + ], + [ + "ĠWh", + "ale" + ], + [ + "ĠBe", + "et" + ], + [ + "Ġarr", + "ivals" + ], + [ + "ĠCal", + "gary" + ], + [ + "Ġeat", + "ers" + ], + [ + "Ġblock", + "ers" + ], + [ + "ĠCross", + "ing" + ], + [ + "El", + "izabeth" + ], + [ + "Prof", + "essional" + ], + [ + "Ġhect", + "are" + ], + [ + "ãĢ", + "ģ" + ], + [ + "Ġinaug", + "urated" + ], + [ + "Ġhumming", + "birds" + ], + [ + "Ġuncondition", + "al" + ], + [ + "8", + "60" + ], + [ + "T", + "ow" + ], + [ + "Ġhe", + "uristic" + ], + [ + "ĠF", + "rog" + ], + [ + "Ġle", + "agues" + ], + [ + "ĠV", + "AT" + ], + [ + "ĠX", + "I" + ], + [ + "reg", + "ate" + ], + [ + "Ġcross", + "ings" + ], + [ + "37", + "1" + ], + [ + "no", + "ise" + ], + [ + "OW", + "N" + ], + [ + "ĠNat", + "l" + ], + [ + "Ġreun", + "ion" + ], + [ + "Ġeyel", + "id" + ], + [ + "g", + "reens" + ], + [ + "Ġa", + "ka" + ], + [ + "ĠS", + "ob" + ], + [ + "ĠD", + "F" + ], + [ + "pt", + "ide" + ], + [ + "Ġfunction", + "ed" + ], + [ + "ĠYour", + "self" + ], + [ + "Ġrot", + "ten" + ], + [ + "ĠRequ", + "ired" + ], + [ + "Ġkern", + "els" + ], + [ + "Ġcaul", + "iflower" + ], + [ + "ĠFellows", + "hip" + ], + [ + "op", + "ards" + ], + [ + "ĠG", + "ob" + ], + [ + "ag", + "ra" + ], + [ + "av", + "in" + ], + [ + "ang", + "ular" + ], + [ + "Ġcapac", + "itance" + ], + [ + "Ġliquid", + "ity" + ], + [ + "Ġdysfunction", + "al" + ], + [ + "Ġconvol", + "uted" + ], + [ + "Î", + "Ķ" + ], + [ + "ig", + "ail" + ], + [ + "ĠP", + "am" + ], + [ + "ĠN", + "IC" + ], + [ + "Ġar", + "ct" + ], + [ + "Ġper", + "ks" + ], + [ + "ĠÎ", + "º" + ], + [ + "ĠBlack", + "wood" + ], + [ + "Ġbath", + "rooms" + ], + [ + "ĠVe", + "hicles" + ], + [ + "Ġaggreg", + "ated" + ], + [ + "Ġstam", + "ina" + ], + [ + "Ġischem", + "ic" + ], + [ + "l", + "ord" + ], + [ + "or", + "ah" + ], + [ + "th", + "in" + ], + [ + "ĠL", + "azar" + ], + [ + "Ġdis", + "abling" + ], + [ + "Ġtra", + "inees" + ], + [ + "ĠZ", + "n" + ], + [ + "Ġterm", + "ite" + ], + [ + "zz", + "a" + ], + [ + "Un", + "ion" + ], + [ + "Ġlinear", + "ity" + ], + [ + "Ġdiver", + "ge" + ], + [ + "Ġgrace", + "ful" + ], + [ + "Ġunrest", + "ricted" + ], + [ + "ĠMongol", + "ian" + ], + [ + "gradu", + "ates" + ], + [ + "ĠOnc", + "ology" + ], + [ + "A", + "W" + ], + [ + "R", + "am" + ], + [ + "id", + "ates" + ], + [ + "Ġch", + "ast" + ], + [ + "ĠN", + "ice" + ], + [ + "ĠL", + "il" + ], + [ + "ĠJ", + "E" + ], + [ + "Ġsc", + "ams" + ], + [ + "Ġsign", + "alling" + ], + [ + "Ġdiet", + "itian" + ], + [ + "Ġpict", + "orial" + ], + [ + "Ġdiss", + "olves" + ], + [ + "orph", + "ins" + ], + [ + "Bas", + "ically" + ], + [ + "ĠEff", + "orts" + ], + [ + "C", + "ore" + ], + [ + "Ġt", + "au" + ], + [ + "ag", + "ency" + ], + [ + "Ġun", + "balanced" + ], + [ + "ex", + "it" + ], + [ + "Ġdev", + "out" + ], + [ + "ĠRel", + "ative" + ], + [ + "ĠMass", + "acre" + ], + [ + "Ġleaf", + "lets" + ], + [ + "Ġfur", + "ry" + ], + [ + "ĠConnect", + "ions" + ], + [ + "ĠPut", + "ting" + ], + [ + "ĠRap", + "hael" + ], + [ + "Ġsnipp", + "ets" + ], + [ + "Jew", + "s" + ], + [ + "ĠThreat", + "ened" + ], + [ + "Ġlandsl", + "ides" + ], + [ + "Ġhass", + "le" + ], + [ + "Ġunimagin", + "able" + ], + [ + "ĠM", + "atch" + ], + [ + "ib", + "ou" + ], + [ + "Ġtr", + "ill" + ], + [ + "Ġsub", + "divided" + ], + [ + "anc", + "o" + ], + [ + "Ġsl", + "abs" + ], + [ + "Ġgeneral", + "izations" + ], + [ + "Ġhyp", + "hen" + ], + [ + "Ġax", + "e" + ], + [ + "Ġplain", + "ly" + ], + [ + "Ġdegrad", + "ing" + ], + [ + "Ġoverse", + "es" + ], + [ + "Ġexempt", + "ions" + ], + [ + "Ġtatto", + "os" + ], + [ + "Ġunful", + "filled" + ], + [ + "R", + "ole" + ], + [ + "ĠT", + "BI" + ], + [ + "ĠH", + "ip" + ], + [ + "ĠF", + "TP" + ], + [ + "ĠâĢ", + "ŀ" + ], + [ + "ĠK", + "em" + ], + [ + "ĠAr", + "lington" + ], + [ + "Ġcharacter", + "izes" + ], + [ + "Ġsl", + "ugs" + ], + [ + "por", + "ter" + ], + [ + "Ġveget", + "arians" + ], + [ + "ĠRec", + "all" + ], + [ + "ĠMat", + "hematic" + ], + [ + "Ġgran", + "ules" + ], + [ + "ĠTs", + "ar" + ], + [ + "ĠLis", + "bon" + ], + [ + "ĠPatt", + "erson" + ], + [ + "b", + "os" + ], + [ + "en", + "eration" + ], + [ + "Ġb", + "arc" + ], + [ + "Ġin", + "separ" + ], + [ + "ĠE", + "lys" + ], + [ + "Ġdisc", + "erning" + ], + [ + "Ġfield", + "work" + ], + [ + "ĠAm", + "es" + ], + [ + "Ch", + "anging" + ], + [ + "inter", + "val" + ], + [ + "Ġcommand", + "ment" + ], + [ + "Ad", + "ult" + ], + [ + "board", + "ing" + ], + [ + "Ġcosm", + "ological" + ], + [ + "omon", + "as" + ], + [ + "Ġsore", + "ness" + ], + [ + "ĠDeb", + "ate" + ], + [ + "Ġtrim", + "ming" + ], + [ + "ĠUl", + "ster" + ], + [ + "Ġgor", + "illas" + ], + [ + "ĠWheel", + "er" + ], + [ + "Ġdex", + "ter" + ], + [ + "Ġcan", + "v" + ], + [ + "ĠB", + "rent" + ], + [ + "Ġab", + "er" + ], + [ + "ĠV", + "ia" + ], + [ + "Ġsub", + "vert" + ], + [ + "Ġmed", + "ians" + ], + [ + "Ġheav", + "iest" + ], + [ + "Ġder", + "iving" + ], + [ + "amps", + "ia" + ], + [ + "Ġordin", + "ances" + ], + [ + "K", + "en" + ], + [ + "S", + "and" + ], + [ + "x", + "it" + ], + [ + "ĠE", + "ira" + ], + [ + "Ġdist", + "ressed" + ], + [ + "Ġant", + "id" + ], + [ + "Ġvarious", + "ly" + ], + [ + "Ġfull", + "est" + ], + [ + "NA", + "ME" + ], + [ + "Ġpoly", + "ethylene" + ], + [ + "ĠBar", + "ber" + ], + [ + "inf", + "lu" + ], + [ + "ĠDef", + "initions" + ], + [ + "Te", + "ach" + ], + [ + "Ġwithdraw", + "ing" + ], + [ + "ĠColl", + "atz" + ], + [ + "ĠRa", + "ise" + ], + [ + "Ġcruc", + "ified" + ], + [ + "4", + "21" + ], + [ + "v", + "ah" + ], + [ + "Ġle", + "verages" + ], + [ + "mber", + "g" + ], + [ + "Ġimmun", + "otherapy" + ], + [ + "ĠLo", + "an" + ], + [ + "allow", + "ed" + ], + [ + "Ġtag", + "ging" + ], + [ + "ĠFern", + "ando" + ], + [ + "t", + "asks" + ], + [ + "Ġc", + "ephal" + ], + [ + "ĠP", + "os" + ], + [ + "ĠR", + "J" + ], + [ + "gh", + "a" + ], + [ + "Ġapp", + "rehend" + ], + [ + "Ġcorrespond", + "ent" + ], + [ + "Ġwid", + "gets" + ], + [ + "ĠCrit", + "eria" + ], + [ + "Ġgloss", + "y" + ], + [ + "ĠSure", + "ly" + ], + [ + "ab", + "ets" + ], + [ + "ĠD", + "il" + ], + [ + "ĠF", + "ault" + ], + [ + "ame", + "le" + ], + [ + "Ġsm", + "ear" + ], + [ + "Ġwater", + "melon" + ], + [ + "ĠSh", + "ared" + ], + [ + "Ġenc", + "irc" + ], + [ + "Ch", + "urch" + ], + [ + "Ġfib", + "romyalgia" + ], + [ + "Ad", + "am" + ], + [ + "Ġmist", + "ress" + ], + [ + "38", + "7" + ], + [ + "ĠSam", + "pling" + ], + [ + "ĠBet", + "ty" + ], + [ + "Ġwholes", + "ome" + ], + [ + "Ġtribut", + "ary" + ], + [ + "Ġhopeless", + "ness" + ], + [ + "ĠBrid", + "ges" + ], + [ + "ĠIber", + "ian" + ], + [ + "ch", + "all" + ], + [ + "Ġcan", + "y" + ], + [ + "ff", + "icking" + ], + [ + "ear", + "cher" + ], + [ + "ĠPro", + "hibition" + ], + [ + "Ġpain", + "killers" + ], + [ + "ĠZ", + "ones" + ], + [ + "str", + "ftime" + ], + [ + "45", + "1" + ], + [ + "Con", + "struction" + ], + [ + "ĠEv", + "il" + ], + [ + "Ġvert", + "igo" + ], + [ + "Ġordin", + "arily" + ], + [ + "Ġglut", + "athione" + ], + [ + "iret", + "roviral" + ], + [ + "Ġb", + "ovine" + ], + [ + "ef", + "er" + ], + [ + "Ġphot", + "ore" + ], + [ + "Ġearth", + "y" + ], + [ + "34", + "6" + ], + [ + "Ġcompl", + "imentary" + ], + [ + "Ġpit", + "ches" + ], + [ + "pack", + "age" + ], + [ + "Par", + "am" + ], + [ + "Ġtread", + "mill" + ], + [ + "Ġp", + "ounding" + ], + [ + "al", + "om" + ], + [ + "Ġg", + "az" + ], + [ + "ad", + "in" + ], + [ + "un", + "gs" + ], + [ + "ĠF", + "lo" + ], + [ + "art", + "ed" + ], + [ + "Ġun", + "identified" + ], + [ + "Ġqu", + "as" + ], + [ + "cl", + "s" + ], + [ + "Ġsens", + "ed" + ], + [ + "Ġann", + "ounces" + ], + [ + "Ġacqu", + "ires" + ], + [ + "Ġsusp", + "end" + ], + [ + "ĠIr", + "ving" + ], + [ + "Ġdwind", + "ling" + ], + [ + "ĠShap", + "iro" + ], + [ + "H", + "alf" + ], + [ + "P", + "ossible" + ], + [ + "he", + "rap" + ], + [ + "ou", + "stic" + ], + [ + "Ġd", + "ummy" + ], + [ + "ro", + "be" + ], + [ + "Ġu", + "rea" + ], + [ + "Ġor", + "ang" + ], + [ + "ĠG", + "ift" + ], + [ + "str", + "ateg" + ], + [ + "ĠSu", + "pper" + ], + [ + "iop", + "athic" + ], + [ + "ĠProm", + "ise" + ], + [ + "Ġmagnet", + "ism" + ], + [ + "ĠOm", + "aha" + ], + [ + "ĠCham", + "bers" + ], + [ + "Ġinvari", + "ants" + ], + [ + "ĠClaud", + "ius" + ], + [ + "Ġµ", + "m" + ], + [ + "T", + "ags" + ], + [ + "Ġa", + "rable" + ], + [ + "in", + "valid" + ], + [ + "ĠS", + "OC" + ], + [ + "ĠB", + "reathing" + ], + [ + "olog", + "ne" + ], + [ + "ĠCh", + "apters" + ], + [ + "Ġbl", + "anks" + ], + [ + "Ġbar", + "b" + ], + [ + "Ġmis", + "lead" + ], + [ + "35", + "7" + ], + [ + "ĠRel", + "ax" + ], + [ + "ECT", + "ION" + ], + [ + "ĠInteg", + "er" + ], + [ + "t", + "ol" + ], + [ + "Ġt", + "ug" + ], + [ + "ĠS", + "igma" + ], + [ + "ĠR", + "L" + ], + [ + "Ġhealth", + "iest" + ], + [ + "pect", + "ing" + ], + [ + "ĠLe", + "aving" + ], + [ + "Ġsoft", + "ly" + ], + [ + "â̦", + ".." + ], + [ + "Ġten", + "ets" + ], + [ + "ĠEll", + "iott" + ], + [ + "commit", + "tee" + ], + [ + "Ġ", + "ãģ" + ], + [ + "ĠS", + "AD" + ], + [ + "Ġun", + "amb" + ], + [ + "Ġdist", + "ressing" + ], + [ + "Ġhand", + "written" + ], + [ + "Ġbar", + "racks" + ], + [ + "Ġfit", + "tings" + ], + [ + "Med", + "ian" + ], + [ + "Ġunn", + "ecessarily" + ], + [ + "Ġgro", + "in" + ], + [ + "Ġ\\", + "(" + ], + [ + "Ġspell", + "ings" + ], + [ + "ĠOpt", + "ional" + ], + [ + "ĠMir", + "ror" + ], + [ + "al", + "ways" + ], + [ + "Ġm", + "ish" + ], + [ + "Ġst", + "o" + ], + [ + "ĠP", + "reliminary" + ], + [ + "Ġsub", + "terranean" + ], + [ + "Ġsocial", + "izing" + ], + [ + "Ġrest", + "lessness" + ], + [ + "plement", + "ary" + ], + [ + "Ġconvey", + "or" + ], + [ + "ĠEth", + "an" + ], + [ + "ĠRob", + "ot" + ], + [ + "Ġembra", + "ces" + ], + [ + "Ġcann", + "ons" + ], + [ + "hett", + "i" + ], + [ + "ĠTut", + "orial" + ], + [ + "ĠCust", + "oms" + ], + [ + "ol", + "ulu" + ], + [ + "ĠS", + "ão" + ], + [ + "Ġcon", + "ical" + ], + [ + "ill", + "i" + ], + [ + "ĠMar", + "io" + ], + [ + "ING", + "S" + ], + [ + "EP", + "T" + ], + [ + "b", + "ull" + ], + [ + "c", + "ot" + ], + [ + "f", + "em" + ], + [ + "u", + "ates" + ], + [ + "Ġs", + "ip" + ], + [ + "om", + "bs" + ], + [ + "ĠT", + "urb" + ], + [ + "ĠB", + "acterial" + ], + [ + "Ġar", + "du" + ], + [ + "Ġhand", + "ing" + ], + [ + "Ġlit", + "urgy" + ], + [ + "ik", + "u" + ], + [ + "ĠZ", + "immer" + ], + [ + "pers", + "ed" + ], + [ + "ĠSte", + "am" + ], + [ + "Ed", + "ward" + ], + [ + "Ġtransmit", + "ters" + ], + [ + "Ġunders", + "erved" + ], + [ + "Ġenthusi", + "ast" + ], + [ + "a", + "ided" + ], + [ + "d", + "ies" + ], + [ + "ch", + "aft" + ], + [ + "ĠI", + "li" + ], + [ + "Ġv", + "ows" + ], + [ + "ĠD", + "uch" + ], + [ + "Ġwas", + "hes" + ], + [ + "per", + "form" + ], + [ + "aw", + "att" + ], + [ + "Ġpar", + "ishes" + ], + [ + "dict", + "s" + ], + [ + "ĠFlu", + "id" + ], + [ + "ĠMos", + "que" + ], + [ + "Ġpert", + "ussis" + ], + [ + "N", + "av" + ], + [ + "g", + "t" + ], + [ + "in", + "en" + ], + [ + "og", + "el" + ], + [ + "Al", + "low" + ], + [ + "ĠTrans", + "it" + ], + [ + "Ġfaith", + "fully" + ], + [ + "Ġthick", + "ening" + ], + [ + "Ġnit", + "rates" + ], + [ + "ĠGold", + "man" + ], + [ + "Ġtens", + "ile" + ], + [ + "anas", + "ia" + ], + [ + "Prov", + "iding" + ], + [ + "Ġperil", + "ous" + ], + [ + "Ġexoplan", + "ets" + ], + [ + "C", + "AP" + ], + [ + "ĠD", + "ai" + ], + [ + "ĠF", + "P" + ], + [ + "Ġ\"", + "'" + ], + [ + "ĠRes", + "ult" + ], + [ + "Ġrad", + "ians" + ], + [ + "Ġsett", + "les" + ], + [ + "37", + "7" + ], + [ + "ĠRad", + "ical" + ], + [ + ".'", + "\"" + ], + [ + "оÐ", + "²" + ], + [ + "L", + "ay" + ], + [ + "al", + "am" + ], + [ + "ch", + "anges" + ], + [ + "Ġan", + "num" + ], + [ + "Ġv", + "ind" + ], + [ + "ĠR", + "ex" + ], + [ + "ĠN", + "AD" + ], + [ + "Ġrep", + "ositories" + ], + [ + "Ġequ", + "ine" + ], + [ + "Ġcour", + "thouse" + ], + [ + "ĠVal", + "idation" + ], + [ + "class", + "es" + ], + [ + "cher", + "ry" + ], + [ + "Ġleng", + "then" + ], + [ + "ĠHast", + "ings" + ], + [ + "incer", + "ity" + ], + [ + "4", + "33" + ], + [ + "h", + "urst" + ], + [ + "Ġsub", + "c" + ], + [ + "ĠShe", + "ep" + ], + [ + "att", + "ributes" + ], + [ + "Ġce", + "ases" + ], + [ + "trans", + "fer" + ], + [ + "Ġpreced", + "es" + ], + [ + "à¥", + "Ģ" + ], + [ + "ĠNA", + "ACP" + ], + [ + "Bra", + "zil" + ], + [ + "\"", + "\\" + ], + [ + ">", + "`" + ], + [ + "C", + "ook" + ], + [ + "ĠC", + "BC" + ], + [ + "Ġdis", + "infection" + ], + [ + "rab", + "ble" + ], + [ + "Ġtab", + "oo" + ], + [ + "ĠStone", + "henge" + ], + [ + "walk", + "ing" + ], + [ + "Ġsucc", + "inct" + ], + [ + "Ġerad", + "icated" + ], + [ + "arbon", + "ate" + ], + [ + "Ġsalv", + "age" + ], + [ + "Ġunanim", + "ously" + ], + [ + "?", + "\"." + ], + [ + "R", + "out" + ], + [ + "S", + "it" + ], + [ + "s", + "ense" + ], + [ + "in", + "vol" + ], + [ + "Ġd", + "osing" + ], + [ + "ĠG", + "ynec" + ], + [ + "Ġir", + "ides" + ], + [ + "agon", + "ists" + ], + [ + "ĠBen", + "ch" + ], + [ + "Ġes", + "ophageal" + ], + [ + "Desc", + "ribe" + ], + [ + "res", + "so" + ], + [ + "ĠU", + "lysses" + ], + [ + "ĠCh", + "ip" + ], + [ + "Ġam", + "el" + ], + [ + "ract", + "s" + ], + [ + "Ġac", + "uity" + ], + [ + "Ġdep", + "ress" + ], + [ + "50", + "8" + ], + [ + "IS", + "BN" + ], + [ + "Ġmaster", + "pieces" + ], + [ + "ĠSam", + "ples" + ], + [ + "Ġfertil", + "ize" + ], + [ + "ĠChe", + "y" + ], + [ + "ĠSil", + "va" + ], + [ + "Man", + "aging" + ], + [ + "ĠCrit", + "ics" + ], + [ + "ĠIntellig", + "ent" + ], + [ + "ĠInsect", + "s" + ], + [ + "Ġadherent", + "s" + ], + [ + "at", + "u" + ], + [ + "ĠP", + "erc" + ], + [ + "ĠH", + "umb" + ], + [ + "ĠD", + "IS" + ], + [ + "Ġpl", + "umes" + ], + [ + "ĠY", + "uan" + ], + [ + "Ġcra", + "ve" + ], + [ + "Ġsect", + "s" + ], + [ + "Ar", + "r" + ], + [ + "Ġoblig", + "atory" + ], + [ + "cut", + "ta" + ], + [ + "Ġb", + "urs" + ], + [ + "ĠG", + "aut" + ], + [ + "ĠU", + "mb" + ], + [ + "Ġtime", + "out" + ], + [ + "Ġmaterial", + "ism" + ], + [ + "Ġdiv", + "inity" + ], + [ + "enc", + "oded" + ], + [ + "Ġdeb", + "ating" + ], + [ + "ĠSar", + "as" + ], + [ + "mus", + "ic" + ], + [ + "Ġmultipl", + "ier" + ], + [ + "Ġcabin", + "ets" + ], + [ + "Ġdelim", + "iter" + ], + [ + "ĠBibli", + "ography" + ], + [ + "Ġchromat", + "ography" + ], + [ + "ĠPharise", + "es" + ], + [ + "Ġb", + "inder" + ], + [ + "ar", + "am" + ], + [ + "ĠH", + "L" + ], + [ + "ĠE", + "k" + ], + [ + "cil", + "iation" + ], + [ + "Ġgrass", + "hop" + ], + [ + "Ġid", + "iom" + ], + [ + "Ġhonor", + "able" + ], + [ + "ĠCollect", + "ive" + ], + [ + "ĠIntrodu", + "cing" + ], + [ + "Afric", + "a" + ], + [ + "D", + "rug" + ], + [ + "E", + "asy" + ], + [ + "ve", + "get" + ], + [ + "ĠT", + "il" + ], + [ + "her", + "itance" + ], + [ + "ĠM", + "ush" + ], + [ + ").", + "|" + ], + [ + "Ġmed", + "itate" + ], + [ + "Ġlong", + "standing" + ], + [ + "ices", + "ter" + ], + [ + "Ġmin", + "er" + ], + [ + "ĠAd", + "rian" + ], + [ + "Ġlink", + "ages" + ], + [ + "Ġemb", + "assy" + ], + [ + "Ġhom", + "icide" + ], + [ + "ĠFl", + "ask" + ], + [ + "37", + "2" + ], + [ + "ĠUV", + "B" + ], + [ + "Ġanthrop", + "ologists" + ], + [ + "Ġrust", + "ling" + ], + [ + "agu", + "ar" + ], + [ + "ĠBav", + "aria" + ], + [ + "Ġaneurys", + "m" + ], + [ + "G", + "rowth" + ], + [ + "Ġe", + "aves" + ], + [ + "Ġg", + "oggles" + ], + [ + "Ġab", + "bey" + ], + [ + "ĠV", + "iol" + ], + [ + "Ġinv", + "itations" + ], + [ + "Ġpol", + "ishing" + ], + [ + "Ġconf", + "luence" + ], + [ + "ĠAm", + "mon" + ], + [ + "ĠPres", + "idency" + ], + [ + "Ġvent", + "il" + ], + [ + "mic", + "ron" + ], + [ + "ĠAz", + "ure" + ], + [ + "ĠHal", + "ifax" + ], + [ + "Ġunravel", + "ing" + ], + [ + "Lim", + "ited" + ], + [ + "b", + "ars" + ], + [ + "v", + "on" + ], + [ + "Ġh", + "ug" + ], + [ + "ol", + "us" + ], + [ + "Ġsh", + "uff" + ], + [ + "ĠK", + "ang" + ], + [ + "Ġnum", + "eral" + ], + [ + "mer", + "c" + ], + [ + "Ġref", + "uel" + ], + [ + "Ġright", + "ful" + ], + [ + "su", + "fficiency" + ], + [ + "ĠHuman", + "ity" + ], + [ + "Ġreform", + "ers" + ], + [ + "Ġtransc", + "ends" + ], + [ + "Ge", + "org" + ], + [ + "Ġcycl", + "ones" + ], + [ + "Sem", + "itism" + ], + [ + "Ġparch", + "ment" + ], + [ + "8", + "80" + ], + [ + "G", + "ram" + ], + [ + "G", + "reg" + ], + [ + "Ġl", + "ender" + ], + [ + "Ġcom", + "ics" + ], + [ + "ĠO", + "j" + ], + [ + "Ġover", + "run" + ], + [ + "ath", + "am" + ], + [ + "Ġfour", + "teenth" + ], + [ + "Ġradio", + "activity" + ], + [ + "Ġcart", + "ridge" + ], + [ + "Ġmild", + "ly" + ], + [ + "Ġkilow", + "att" + ], + [ + "N", + "EW" + ], + [ + "R", + "unning" + ], + [ + "Ġt", + "ighter" + ], + [ + "unt", + "a" + ], + [ + "Wh", + "ilst" + ], + [ + "ĠAp", + "oll" + ], + [ + "iner", + "ies" + ], + [ + "Ġmilit", + "ar" + ], + [ + "FA", + "O" + ], + [ + "Ġoct", + "opus" + ], + [ + "Ġsucc", + "ulent" + ], + [ + "ĠRut", + "gers" + ], + [ + "Ġmortg", + "ages" + ], + [ + "C", + "reat" + ], + [ + "S", + "ite" + ], + [ + "on", + "ential" + ], + [ + "Ġp", + "ears" + ], + [ + "om", + "ent" + ], + [ + "ĠC", + "atch" + ], + [ + "ere", + "t" + ], + [ + "Ġpl", + "ough" + ], + [ + "Ġgl", + "am" + ], + [ + "over", + "ning" + ], + [ + "Ġill", + "iterate" + ], + [ + "Ġmagn", + "itudes" + ], + [ + "Ġson", + "ar" + ], + [ + "ĠCat", + "alog" + ], + [ + "Ġstrat", + "ified" + ], + [ + "Ġbor", + "on" + ], + [ + "ĠParagu", + "ay" + ], + [ + "I", + "RO" + ], + [ + "J", + "on" + ], + [ + "O", + "ps" + ], + [ + "u", + "j" + ], + [ + "â", + "Ļ" + ], + [ + "Ġn", + "os" + ], + [ + "ĠS", + "ensor" + ], + [ + "op", + "ecia" + ], + [ + "ĠF", + "ertil" + ], + [ + "Ġun", + "ilateral" + ], + [ + "arch", + "ive" + ], + [ + "Ġplan", + "ter" + ], + [ + "ext", + "reme" + ], + [ + "Ġuns", + "ub" + ], + [ + "ĠAqu", + "inas" + ], + [ + "bro", + "ther" + ], + [ + "M", + "AP" + ], + [ + "Ġd", + "ared" + ], + [ + "ĠI", + "roqu" + ], + [ + "ĠH", + "els" + ], + [ + "Ġsp", + "indle" + ], + [ + "ĠK", + "ahn" + ], + [ + "Ġmin", + "istries" + ], + [ + "à¤", + "Ĥ" + ], + [ + "ĠImport", + "antly" + ], + [ + "Ġcarcin", + "ogens" + ], + [ + "Ġidol", + "at" + ], + [ + "Ġdazz", + "ling" + ], + [ + "o", + "eb" + ], + [ + "ĠA", + "BS" + ], + [ + "ĠB", + "att" + ], + [ + "Ġle", + "aps" + ], + [ + "Ġsc", + "all" + ], + [ + "Ġ'", + "/" + ], + [ + "Ġanti", + "hist" + ], + [ + "Ġbenefic", + "iary" + ], + [ + "Ġspawn", + "ed" + ], + [ + "S", + "now" + ], + [ + "ĠA", + "AA" + ], + [ + "Ġcl", + "aw" + ], + [ + "Ġelect", + "rochemical" + ], + [ + "Ġprim", + "ers" + ], + [ + "Ġquant", + "ification" + ], + [ + "Ġrab", + "bis" + ], + [ + "Sec", + "ret" + ], + [ + "Ġstumb", + "ling" + ], + [ + "Ġglut", + "amate" + ], + [ + "judgment", + "al" + ], + [ + "]", + ")." + ], + [ + "Ġo", + "mission" + ], + [ + "Ġw", + "reath" + ], + [ + "Ġst", + "om" + ], + [ + "her", + "ty" + ], + [ + "ant", + "age" + ], + [ + "ĠN", + "LP" + ], + [ + "av", + "as" + ], + [ + "Ġrep", + "uted" + ], + [ + "Ġatt", + "est" + ], + [ + "cl", + "iffe" + ], + [ + "Ġprogram", + "mable" + ], + [ + "Ġdon", + "key" + ], + [ + "Now", + "adays" + ], + [ + "ĠJud", + "as" + ], + [ + "ĠVict", + "ory" + ], + [ + "Ġforg", + "iven" + ], + [ + "idel", + "berg" + ], + [ + "ĠLaure", + "nt" + ], + [ + "Arch", + "itect" + ], + [ + "lab", + "els" + ], + [ + "ĠPas", + "adena" + ], + [ + "occur", + "rence" + ], + [ + "ĠEnh", + "anced" + ], + [ + "Ġclut", + "tered" + ], + [ + "Ġstrongh", + "old" + ], + [ + "ip", + "eg" + ], + [ + "Ġapp", + "arel" + ], + [ + "Ġhand", + "out" + ], + [ + "ĠCon", + "sequences" + ], + [ + "35", + "9" + ], + [ + "Ġtruth", + "ful" + ], + [ + "ĠAnaly", + "tical" + ], + [ + "ĠED", + "T" + ], + [ + "Ġmarc", + "hes" + ], + [ + "H", + "abitat" + ], + [ + "S", + "olution" + ], + [ + "a", + "ñ" + ], + [ + "Ġd", + "omes" + ], + [ + "ĠW", + "en" + ], + [ + "Ġro", + "asting" + ], + [ + "Ġdi", + "ast" + ], + [ + "Ġlif", + "etimes" + ], + [ + "Ġstri", + "pping" + ], + [ + "rows", + "er" + ], + [ + "ĠSte", + "iner" + ], + [ + "Ġtight", + "ness" + ], + [ + "car", + "b" + ], + [ + "Ġstead", + "fast" + ], + [ + "Ġtack", + "led" + ], + [ + "ĠFight", + "ing" + ], + [ + "ĠReserv", + "oir" + ], + [ + "Ġambul", + "ance" + ], + [ + "Ġconscient", + "ious" + ], + [ + "C", + "B" + ], + [ + "Ġb", + "ots" + ], + [ + "art", + "y" + ], + [ + "Ġcl", + "ams" + ], + [ + "Ġmult", + "ivariate" + ], + [ + "rog", + "raph" + ], + [ + "Le", + "an" + ], + [ + "Ġaddict", + "s" + ], + [ + "Ġintersect", + "ing" + ], + [ + "four", + "th" + ], + [ + "Ġmelan", + "in" + ], + [ + "Ġlex", + "ical" + ], + [ + "ĠConscious", + "ness" + ], + [ + "Ġcany", + "ons" + ], + [ + "s", + "up" + ], + [ + "y", + "c" + ], + [ + "as", + "ian" + ], + [ + "th", + "reshold" + ], + [ + "ĠTh", + "ing" + ], + [ + "red", + "ients" + ], + [ + "Ġobject", + "ed" + ], + [ + "ĠMan", + "ip" + ], + [ + "ĠEd", + "iting" + ], + [ + "Ġdiam", + "eters" + ], + [ + "Ġcalm", + "ly" + ], + [ + "Ġoxid", + "ized" + ], + [ + "father", + "s" + ], + [ + "bet", + "a" + ], + [ + "FC", + "s" + ], + [ + "cephal", + "us" + ], + [ + "ĠKel", + "vin" + ], + [ + "Ġshipwre", + "ck" + ], + [ + ")", + "}\")" + ], + [ + "g", + "athere" + ], + [ + "ĠP", + "es" + ], + [ + "ĠP", + "is" + ], + [ + "ĠH", + "ER" + ], + [ + "ĠSt", + "atic" + ], + [ + "ĠSt", + "anton" + ], + [ + "50", + "3" + ], + [ + "Ġleg", + "ion" + ], + [ + "sy", + "nt" + ], + [ + "Ġpay", + "roll" + ], + [ + "wh", + "ose" + ], + [ + "35", + "8" + ], + [ + "plant", + "ation" + ], + [ + "Ġborrow", + "er" + ], + [ + "ĠWW", + "I" + ], + [ + "ĠCommand", + "ments" + ], + [ + "ĠFat", + "igue" + ], + [ + "Eval", + "uate" + ], + [ + "Ġsanction", + "ed" + ], + [ + "ĠA", + "ctions" + ], + [ + "ul", + "ner" + ], + [ + "ĠS", + "HA" + ], + [ + "ons", + "on" + ], + [ + "Ġele", + "venth" + ], + [ + "Ġinteract", + "ed" + ], + [ + "40", + "8" + ], + [ + "ĠMan", + "uscript" + ], + [ + "Ġfat", + "ality" + ], + [ + "ĠCO", + "UNT" + ], + [ + "Ġuns", + "aturated" + ], + [ + "comm", + "ons" + ], + [ + "ĠEmploy", + "ers" + ], + [ + "Ġcollaps", + "ing" + ], + [ + "pot", + "ential" + ], + [ + "ĠPrevent", + "ing" + ], + [ + "L", + "inked" + ], + [ + "}", + "\");" + ], + [ + "Ġf", + "um" + ], + [ + "Ġh", + "og" + ], + [ + "Ġl", + "actic" + ], + [ + "ĠS", + "idney" + ], + [ + "Ġne", + "xus" + ], + [ + "ĠE", + "B" + ], + [ + "ĠF", + "ifty" + ], + [ + "ĠO", + "ng" + ], + [ + "ĠPro", + "to" + ], + [ + "isc", + "hen" + ], + [ + "Ġsound", + "ness" + ], + [ + "Ġ--", + ">" + ], + [ + "AN", + "K" + ], + [ + "Ġperce", + "ives" + ], + [ + "ĠTurn", + "ing" + ], + [ + "Ġterr", + "ific" + ], + [ + "Ġprost", + "hetic" + ], + [ + "Ġconfisc", + "ated" + ], + [ + "0", + "21" + ], + [ + "I", + "gn" + ], + [ + "L", + "oss" + ], + [ + "l", + "b" + ], + [ + "t", + "rip" + ], + [ + "Ġh", + "ikes" + ], + [ + "ov", + "ina" + ], + [ + "cl", + "oth" + ], + [ + "ĠRes", + "ilience" + ], + [ + "Ġexc", + "retion" + ], + [ + "Ġoccup", + "ancy" + ], + [ + "Ġnervous", + "ness" + ], + [ + "Ġbreed", + "er" + ], + [ + "ĠFle", + "ming" + ], + [ + "Ġmu", + "zzle" + ], + [ + "8", + "40" + ], + [ + "O", + "ral" + ], + [ + "ĠB", + "ark" + ], + [ + "ĠD", + "over" + ], + [ + "Ġle", + "ased" + ], + [ + "ru", + "gs" + ], + [ + "of", + "lav" + ], + [ + "ĠSouth", + "western" + ], + [ + "Ġgraph", + "ing" + ], + [ + "Ġdistribut", + "ors" + ], + [ + "ĠMor", + "ph" + ], + [ + "spec", + "ified" + ], + [ + "Ġsacr", + "ificial" + ], + [ + "disc", + "ipline" + ], + [ + "plan", + "etary" + ], + [ + "Sep", + "ar" + ], + [ + "Ġaval", + "anche" + ], + [ + "]", + "])" + ], + [ + "d", + "well" + ], + [ + "re", + "ce" + ], + [ + "ar", + "f" + ], + [ + "ĠL", + "ima" + ], + [ + "Ġpos", + "its" + ], + [ + "ick", + "en" + ], + [ + "Ġche", + "et" + ], + [ + "Ġvol", + "ley" + ], + [ + "ae", + "an" + ], + [ + "ĠChar", + "ge" + ], + [ + "Ġweak", + "ens" + ], + [ + "Ġclim", + "bers" + ], + [ + "ET", + "E" + ], + [ + "Ġhero", + "ine" + ], + [ + "Ġfart", + "hest" + ], + [ + "ĠOrd", + "in" + ], + [ + "Ġcram", + "ped" + ], + [ + "employ", + "ees" + ], + [ + "Ġwhisper", + "ing" + ], + [ + "ĠHistor", + "ians" + ], + [ + "4", + "95" + ], + [ + "ot", + "ers" + ], + [ + "ow", + "e" + ], + [ + "ĠF", + "ors" + ], + [ + "ric", + "a" + ], + [ + "Al", + "ert" + ], + [ + "Ġwid", + "get" + ], + [ + "Ġiniti", + "ates" + ], + [ + "Ġdefault", + "s" + ], + [ + "uh", + "n" + ], + [ + "rav", + "ings" + ], + [ + "ĠAdvent", + "ure" + ], + [ + "Ġtradem", + "arks" + ], + [ + "Ġrepar", + "ations" + ], + [ + "pros", + "y" + ], + [ + "R", + "ate" + ], + [ + "om", + "ically" + ], + [ + "Ġ(", + "#" + ], + [ + "os", + "us" + ], + [ + "Ġne", + "cks" + ], + [ + "Ġres", + "ins" + ], + [ + "Ġrout", + "ed" + ], + [ + "ST", + "OR" + ], + [ + "Ġpun", + "ctu" + ], + [ + "à¤", + "ķ" + ], + [ + "Ġfamiliar", + "ize" + ], + [ + "ĠMart", + "ine" + ], + [ + "Ġelectro", + "static" + ], + [ + "Ġbuff", + "ers" + ], + [ + "Ġbee", + "keeping" + ], + [ + "Ġunconscious", + "ly" + ], + [ + "Ġdissip", + "ate" + ], + [ + "Ġinfrast", + "ructures" + ], + [ + "5", + "90" + ], + [ + "N", + "B" + ], + [ + "w", + "atching" + ], + [ + "ĠP", + "ike" + ], + [ + "ĠW", + "are" + ], + [ + "Ġprot", + "o" + ], + [ + "Ġsl", + "ime" + ], + [ + "ĠEx", + "position" + ], + [ + "ĠBe", + "er" + ], + [ + "ĠGo", + "ethe" + ], + [ + "Ġreact", + "ivity" + ], + [ + "Ġreform", + "ed" + ], + [ + "Ġinsist", + "ence" + ], + [ + "Ġsouven", + "irs" + ], + [ + "0", + "18" + ], + [ + "I", + "AN" + ], + [ + "Ġin", + "ext" + ], + [ + "ĠD", + "ual" + ], + [ + "ĠU", + "rs" + ], + [ + "Ġstruct", + "urally" + ], + [ + "Ġ*", + "/" + ], + [ + "ĠSim", + "ulation" + ], + [ + "Ġpark", + "ed" + ], + [ + "37", + "4" + ], + [ + "ĠVari", + "ance" + ], + [ + "Tw", + "enty" + ], + [ + "ĠHellen", + "istic" + ], + [ + "4", + "29" + ], + [ + "Ġd", + "ives" + ], + [ + "et", + "ta" + ], + [ + "ĠThe", + "me" + ], + [ + "ĠD", + "ud" + ], + [ + "In", + "sp" + ], + [ + "Ġland", + "owner" + ], + [ + "Ġarm", + "ored" + ], + [ + "Ind", + "igenous" + ], + [ + "ĠSum", + "atra" + ], + [ + "comp", + "any" + ], + [ + "ĠProm", + "ote" + ], + [ + "ĠFocus", + "ing" + ], + [ + "ĠSepar", + "ate" + ], + [ + "dor", + "ff" + ], + [ + "Diagn", + "osis" + ], + [ + "?", + "**" + ], + [ + "Ġa", + "ce" + ], + [ + "Ġh", + "ype" + ], + [ + "Ġbe", + "arded" + ], + [ + "and", + "ro" + ], + [ + "ĠN", + "FL" + ], + [ + "Ġsl", + "oping" + ], + [ + "Ġopportun", + "istic" + ], + [ + "Ġjournal", + "ing" + ], + [ + "Ġkn", + "itting" + ], + [ + "Ġmitig", + "ated" + ], + [ + "ĠFar", + "ms" + ], + [ + "ĠPu", + "pp" + ], + [ + "Ġfles", + "hy" + ], + [ + "Num", + "erous" + ], + [ + "Ġuninter", + "rupted" + ], + [ + "t", + "us" + ], + [ + "ĠB", + "ates" + ], + [ + "ĠH", + "SV" + ], + [ + "ĠD", + "raft" + ], + [ + "af", + "i" + ], + [ + "ev", + "ents" + ], + [ + "Ġinfect", + "s" + ], + [ + "Ġpret", + "ending" + ], + [ + "66", + "6" + ], + [ + "Ġsubsid", + "ized" + ], + [ + "Ġindisc", + "rimin" + ], + [ + "O", + "ri" + ], + [ + "W", + "riter" + ], + [ + "b", + "ags" + ], + [ + "ar", + "go" + ], + [ + "Ġre", + "ver" + ], + [ + "ig", + "ated" + ], + [ + "est", + "ers" + ], + [ + "Ġqu", + "ilt" + ], + [ + "ten", + "eg" + ], + [ + "Ġpol", + "ling" + ], + [ + "Ġtop", + "ographic" + ], + [ + "ĠAnd", + "ean" + ], + [ + "app", + "ropri" + ], + [ + "Ġisland", + "ers" + ], + [ + "Ġgly", + "cer" + ], + [ + "Char", + "lie" + ], + [ + "Ġapost", + "le" + ], + [ + "Ġscroll", + "s" + ], + [ + "Ġpatrol", + "s" + ], + [ + "Ġinaug", + "ural" + ], + [ + "ĠDemon", + "strate" + ], + [ + "Ġretros", + "pect" + ], + [ + "Ġcarc", + "asses" + ], + [ + "\"", + "`" + ], + [ + "B", + "road" + ], + [ + "C", + "our" + ], + [ + "H", + "ad" + ], + [ + "an", + "imate" + ], + [ + "ĠD", + "rama" + ], + [ + "ĠR", + "over" + ], + [ + "Ġpar", + "rots" + ], + [ + "li", + "us" + ], + [ + "ĠMin", + "erals" + ], + [ + "Ġadop", + "ts" + ], + [ + "ĠMon", + "a" + ], + [ + "Ġblog", + "ger" + ], + [ + "Ġimmun", + "odeficiency" + ], + [ + "IL", + "D" + ], + [ + "ĠObs", + "erve" + ], + [ + "ĠMcC", + "le" + ], + [ + "anth", + "us" + ], + [ + "rese", + "arc" + ], + [ + "E", + "mp" + ], + [ + "f", + "inger" + ], + [ + "p", + "olicy" + ], + [ + "Ġin", + "ks" + ], + [ + "Ġm", + "ug" + ], + [ + "ĠP", + "ac" + ], + [ + "Ġx", + "y" + ], + [ + "ext", + "ra" + ], + [ + "Ġpred", + "efined" + ], + [ + "Ġ:", + ")" + ], + [ + "Ġsyn", + "erg" + ], + [ + "ĠDub", + "ai" + ], + [ + "Ġcarn", + "ivorous" + ], + [ + "Ġindig", + "estion" + ], + [ + "Ġimmunos", + "upp" + ], + [ + "Ġ", + "ig" + ], + [ + "er", + "ators" + ], + [ + "Ġb", + "oulders" + ], + [ + "ĠM", + "ID" + ], + [ + "ĠRe", + "action" + ], + [ + "ĠBlack", + "well" + ], + [ + "AP", + "H" + ], + [ + "Ġstre", + "ak" + ], + [ + "Ġpenet", + "rated" + ], + [ + "Ġaddict", + "ions" + ], + [ + "ĠRefuge", + "es" + ], + [ + "Determ", + "ine" + ], + [ + "Ġhing", + "es" + ], + [ + "Ġlethar", + "gy" + ], + [ + "c", + "row" + ], + [ + "n", + "ae" + ], + [ + "Ġcle", + "ft" + ], + [ + "Ġi", + "ii" + ], + [ + "ĠPost", + "ed" + ], + [ + "Ġrig", + "idity" + ], + [ + "ĠLog", + "an" + ], + [ + "Mark", + "eting" + ], + [ + "ĠAthen", + "a" + ], + [ + "Ġench", + "ant" + ], + [ + "ĠFilip", + "inos" + ], + [ + "c", + "ult" + ], + [ + "Ġg", + "eck" + ], + [ + "Ġst", + "are" + ], + [ + "Ġde", + "an" + ], + [ + "ĠL", + "on" + ], + [ + "led", + "ged" + ], + [ + "ĠWe", + "bsites" + ], + [ + "Ġ'", + "'," + ], + [ + "Ex", + "odus" + ], + [ + "oly", + "n" + ], + [ + "Ġcardi", + "omy" + ], + [ + "Ġasc", + "ended" + ], + [ + "App", + "ly" + ], + [ + "Ġinspect", + "or" + ], + [ + "Ġtet", + "anus" + ], + [ + "Ġhydrop", + "onic" + ], + [ + "Ġgreed", + "y" + ], + [ + "ĠAztec", + "s" + ], + [ + "Ġlandl", + "ords" + ], + [ + "Ġo", + "le" + ], + [ + "Ġp", + "ardon" + ], + [ + "inter", + "vals" + ], + [ + "Ġregular", + "ity" + ], + [ + "Ġbur", + "ials" + ], + [ + "Ġmel", + "odic" + ], + [ + "ĠEvery", + "day" + ], + [ + "Ġmanager", + "ial" + ], + [ + "ĠMah", + "al" + ], + [ + "Ġorth", + "opedic" + ], + [ + "Ġtravers", + "es" + ], + [ + "perm", + "utations" + ], + [ + "Ġa", + "eration" + ], + [ + "Ġc", + "atech" + ], + [ + "al", + "ism" + ], + [ + "Ġwe", + "aves" + ], + [ + "Ġref", + "ute" + ], + [ + "ann", + "abin" + ], + [ + "48", + "6" + ], + [ + "unning", + "ham" + ], + [ + "hyd", + "rox" + ], + [ + "worth", + "iness" + ], + [ + "Ac", + "ross" + ], + [ + "ĠMother", + "s" + ], + [ + "ĠKim", + "ber" + ], + [ + "oske", + "leton" + ], + [ + "l", + "ift" + ], + [ + "at", + "ius" + ], + [ + "ĠE", + "nce" + ], + [ + "ĠD", + "ip" + ], + [ + "ĠR", + "EST" + ], + [ + "ern", + "o" + ], + [ + "ĠSh", + "all" + ], + [ + "ĠZ", + "ach" + ], + [ + "ĠX", + "P" + ], + [ + "Ġport", + "folios" + ], + [ + "ĠMan", + "agers" + ], + [ + "Ġund", + "ocumented" + ], + [ + "ĠPract", + "ition" + ], + [ + "ĠNetwork", + "ing" + ], + [ + "Ġol", + "ives" + ], + [ + "ĠZh", + "u" + ], + [ + "ĠConsult", + "ing" + ], + [ + "ĠRA", + "ID" + ], + [ + "Ġencephal", + "itis" + ], + [ + "ĠMuss", + "olini" + ], + [ + "Ġf", + "anc" + ], + [ + "et", + "rics" + ], + [ + "ĠI", + "G" + ], + [ + "if", + "i" + ], + [ + "ĠM", + "ae" + ], + [ + "ĠB", + "ism" + ], + [ + "ĠB", + "ret" + ], + [ + "Ġtrans", + "du" + ], + [ + "Ġsol", + "ubility" + ], + [ + "Ġtest", + "icular" + ], + [ + "Ġpost", + "partum" + ], + [ + "ĠPres", + "ence" + ], + [ + "45", + "5" + ], + [ + "ĠGreen", + "peace" + ], + [ + "Ġalign", + "ing" + ], + [ + "ĠVol", + "ta" + ], + [ + "Ġphosph", + "ory" + ], + [ + "Ġborrow", + "ers" + ], + [ + "ĠNeander", + "thals" + ], + [ + "Ġunhe", + "ard" + ], + [ + ".", + "--" + ], + [ + "w", + "inter" + ], + [ + "Ð", + "·" + ], + [ + "ĠB", + "ST" + ], + [ + "os", + "ced" + ], + [ + "Ġcl", + "ump" + ], + [ + "Ġaut", + "osomal" + ], + [ + "ĠCour", + "tesy" + ], + [ + "Ġcategor", + "ization" + ], + [ + "Ġendeav", + "our" + ], + [ + "Ġneckl", + "ace" + ], + [ + "4", + "13" + ], + [ + "I", + "oT" + ], + [ + "Ġp", + "ing" + ], + [ + "Ġe", + "ater" + ], + [ + "Ġwh", + "im" + ], + [ + "ĠM", + "Ps" + ], + [ + "Ġrisk", + "ing" + ], + [ + "ĠCO", + "L" + ], + [ + "Ġsymbol", + "izing" + ], + [ + "36", + "9" + ], + [ + "Sc", + "reen" + ], + [ + "Ġdro", + "ppings" + ], + [ + "ĠSen", + "ators" + ], + [ + "ĠLand", + "ing" + ], + [ + "Aut", + "om" + ], + [ + "G", + "RO" + ], + [ + "ĠF", + "letcher" + ], + [ + "ĠK", + "od" + ], + [ + "ĠY", + "osh" + ], + [ + "Ġelect", + "ive" + ], + [ + "Ġel", + "bows" + ], + [ + "ĠDo", + "or" + ], + [ + "ĠOp", + "ening" + ], + [ + "Fact", + "ors" + ], + [ + "Ġdedu", + "ctions" + ], + [ + "Ġfollic", + "le" + ], + [ + "ĠTrad", + "ing" + ], + [ + "ĠBib", + "code" + ], + [ + "j", + "oice" + ], + [ + "ĠA", + "ires" + ], + [ + "Ġor", + "g" + ], + [ + "Ġcan", + "ola" + ], + [ + "ĠB", + "ri" + ], + [ + "Ġspec", + "k" + ], + [ + "Ġher", + "nia" + ], + [ + "Ġinst", + "ill" + ], + [ + "Ġwid", + "est" + ], + [ + "ĠSecret", + "ariat" + ], + [ + "Ġportray", + "ing" + ], + [ + "Ġretrie", + "ving" + ], + [ + "ĠJane", + "iro" + ], + [ + "Ġevapor", + "ate" + ], + [ + "6", + "70" + ], + [ + "m", + "ouse" + ], + [ + "Ġc", + "reeks" + ], + [ + "Ġb", + "x" + ], + [ + "erm", + "int" + ], + [ + "ĠHe", + "y" + ], + [ + "ĠWe", + "i" + ], + [ + "Ġkeep", + "ers" + ], + [ + "Ġ/", + ">" + ], + [ + "Ġbat", + "talions" + ], + [ + "ĠIndian", + "apolis" + ], + [ + "ĠSch", + "w" + ], + [ + "rem", + "ember" + ], + [ + "Ġgrab", + "bed" + ], + [ + "ĠGreg", + "orian" + ], + [ + "Ġmemo", + "ization" + ], + [ + "Ġardu", + "ous" + ], + [ + "'", + "-" + ], + [ + "Ġt", + "ors" + ], + [ + "at", + "ine" + ], + [ + "ĠF", + "i" + ], + [ + "Ġover", + "grown" + ], + [ + "Ġpost", + "ures" + ], + [ + "Ġgr", + "ill" + ], + [ + "ĠAg", + "nes" + ], + [ + "Ġforce", + "ful" + ], + [ + "Ġappropri", + "ated" + ], + [ + "col", + "lection" + ], + [ + "ĠHaw", + "king" + ], + [ + "ano", + "i" + ], + [ + "Ġpuzz", + "led" + ], + [ + "ĠCollabor", + "ate" + ], + [ + "ĠIg", + "G" + ], + [ + "ĠCzechosl", + "ovakia" + ], + [ + "l", + "ane" + ], + [ + "Ġd", + "ia" + ], + [ + "ĠT", + "su" + ], + [ + "ul", + "monary" + ], + [ + "ĠC", + "able" + ], + [ + "ĠK", + "lan" + ], + [ + "als", + "a" + ], + [ + "Ġinter", + "iors" + ], + [ + "Ġ`", + "{" + ], + [ + "Ġindividual", + "ism" + ], + [ + "Ġplay", + "wright" + ], + [ + "amm", + "y" + ], + [ + "Ġsnow", + "fl" + ], + [ + "ref", + "erential" + ], + [ + "ĠEth", + "n" + ], + [ + "uv", + "ial" + ], + [ + "Ġsumm", + "ation" + ], + [ + "Vari", + "able" + ], + [ + "Ġlandl", + "ord" + ], + [ + "Ġthromb", + "osis" + ], + [ + "5", + "67" + ], + [ + ";", + "\"" + ], + [ + "ol", + "ing" + ], + [ + "ise", + "ases" + ], + [ + "Ġob", + "e" + ], + [ + "ĠRes", + "ervation" + ], + [ + "Ġbat", + "ter" + ], + [ + "Ġcommunic", + "ative" + ], + [ + "Ġcoast", + "lines" + ], + [ + "36", + "7" + ], + [ + "Let", + "ter" + ], + [ + "ĠRose", + "tta" + ], + [ + "H", + "ur" + ], + [ + "at", + "eness" + ], + [ + "Ġpower", + "ing" + ], + [ + "St", + "okes" + ], + [ + "ĠGu", + "pta" + ], + [ + "Ġsam", + "urai" + ], + [ + "Ġson", + "ic" + ], + [ + "Ġgrass", + "y" + ], + [ + "ĠNep", + "h" + ], + [ + "isal", + "num" + ], + [ + "Ġinconven", + "ience" + ], + [ + "0", + "25" + ], + [ + "L", + "ew" + ], + [ + "z", + "hou" + ], + [ + "ĠI", + "o" + ], + [ + "us", + "r" + ], + [ + "ag", + "ogues" + ], + [ + "Ġsc", + "am" + ], + [ + "ob", + "y" + ], + [ + "be", + "hav" + ], + [ + "oph", + "ilus" + ], + [ + "def", + "ine" + ], + [ + "Con", + "duct" + ], + [ + "á", + "r" + ], + [ + "ĠEst", + "onia" + ], + [ + "Ġoutl", + "awed" + ], + [ + "Ġmask", + "ed" + ], + [ + "airo", + "bi" + ], + [ + "Ġplun", + "ge" + ], + [ + "Ġhaw", + "ks" + ], + [ + "Ġm", + "osa" + ], + [ + "Ġn", + "oodles" + ], + [ + "ĠA", + "ren" + ], + [ + "Ġk", + "i" + ], + [ + "amm", + "ing" + ], + [ + "ĠApp", + "eals" + ], + [ + "ament", + "als" + ], + [ + "Ġball", + "istic" + ], + [ + "mat", + "ter" + ], + [ + "Com", + "panies" + ], + [ + "Ind", + "ustrial" + ], + [ + "ĠStr", + "ange" + ], + [ + "Ġpy", + "game" + ], + [ + "ĠBurn", + "ing" + ], + [ + "Ġnostalg", + "ic" + ], + [ + "econ", + "omics" + ], + [ + "W", + "N" + ], + [ + "Ġw", + "aged" + ], + [ + "Ġd", + "itches" + ], + [ + "Ġn", + "ud" + ], + [ + "Ġle", + "aked" + ], + [ + "Ġident", + "ifiers" + ], + [ + "sc", + "ription" + ], + [ + "Ġsay", + "ings" + ], + [ + "Ġste", + "amed" + ], + [ + "ira", + "c" + ], + [ + "Ġqual", + "ifying" + ], + [ + "ĠAqu", + "atic" + ], + [ + "Ġmesmer", + "izing" + ], + [ + "A", + "K" + ], + [ + "D", + "ie" + ], + [ + "ut", + "i" + ], + [ + "vers", + "ions" + ], + [ + "ĠV", + "ista" + ], + [ + "Ġoff", + "sets" + ], + [ + "ton", + "es" + ], + [ + "Ġvir", + "ulence" + ], + [ + "ĠUS", + "C" + ], + [ + "ĠEm", + "pty" + ], + [ + "Ġbar", + "ber" + ], + [ + "ĠWork", + "er" + ], + [ + "ĠBre", + "eding" + ], + [ + "Qu", + "est" + ], + [ + "test", + "ing" + ], + [ + "ĠMA", + "X" + ], + [ + "Ġmetaphor", + "ical" + ], + [ + "small", + "est" + ], + [ + "Ġtyr", + "ann" + ], + [ + "ĠKeyn", + "es" + ], + [ + "ĠCarp", + "enter" + ], + [ + "K", + "im" + ], + [ + "at", + "y" + ], + [ + "ay", + "n" + ], + [ + "ĠC", + "oy" + ], + [ + "Ġby", + "gone" + ], + [ + "ĠW", + "rong" + ], + [ + "ĠE", + "zekiel" + ], + [ + "Ġbl", + "oc" + ], + [ + "min", + "or" + ], + [ + "ĠAfter", + "wards" + ], + [ + "IS", + "O" + ], + [ + "ĠPre", + "paring" + ], + [ + "Ġbud", + "ding" + ], + [ + "Ġlib", + "erals" + ], + [ + "lad", + "en" + ], + [ + "Ġcoexist", + "ence" + ], + [ + "se", + "ctor" + ], + [ + "ra", + "f" + ], + [ + "ĠS", + "ister" + ], + [ + "Ġex", + "termination" + ], + [ + "ĠD", + "W" + ], + [ + "Ġsp", + "urs" + ], + [ + "per", + "ate" + ], + [ + "ov", + "an" + ], + [ + "Ġz", + "en" + ], + [ + "Ġsing", + "ly" + ], + [ + "ĠEm", + "otions" + ], + [ + "Ġnucle", + "otides" + ], + [ + "ARCH", + "AR" + ], + [ + "ĠMahar", + "ashtra" + ], + [ + "C", + "reative" + ], + [ + "L", + "incoln" + ], + [ + "Ġs", + "izable" + ], + [ + "Ġd", + "od" + ], + [ + "Ġdi", + "ocese" + ], + [ + "Ġposition", + "al" + ], + [ + "ĠNot", + "ably" + ], + [ + "ĠMer", + "cy" + ], + [ + "Ġextrem", + "ity" + ], + [ + "ĠFile", + "NotFoundError" + ], + [ + "Ġcram", + "ping" + ], + [ + "Ġspong", + "es" + ], + [ + "u", + "ces" + ], + [ + "ĠM", + "IN" + ], + [ + "un", + "iform" + ], + [ + "ĠL", + "ifestyle" + ], + [ + "ert", + "ion" + ], + [ + "ĠAn", + "alog" + ], + [ + "Ġiss", + "u" + ], + [ + "Ġexc", + "ursions" + ], + [ + "AS", + "C" + ], + [ + "Ġhom", + "ology" + ], + [ + "Ġmiscon", + "duct" + ], + [ + "Ġcooper", + "atives" + ], + [ + "Ġstyl", + "istic" + ], + [ + "Ġscrat", + "ches" + ], + [ + "R", + "ome" + ], + [ + "Ġa", + "orta" + ], + [ + "Ġs", + "ard" + ], + [ + "Ġw", + "ards" + ], + [ + "Ġg", + "asses" + ], + [ + "ĠI", + "ch" + ], + [ + "ĠF", + "ixed" + ], + [ + "ĠR", + "EF" + ], + [ + "Ġall", + "ure" + ], + [ + "Ġrequ", + "isite" + ], + [ + "ĠEm", + "il" + ], + [ + "orith", + "ms" + ], + [ + "ĠSm", + "ooth" + ], + [ + "34", + "9" + ], + [ + "ĠSl", + "ovakia" + ], + [ + "Ġjew", + "ellery" + ], + [ + "Ġsediment", + "ation" + ], + [ + "A", + "k" + ], + [ + "j", + "ac" + ], + [ + "Ġh", + "i" + ], + [ + "ĠC", + "ull" + ], + [ + "ĠR", + "im" + ], + [ + "ĠL", + "IN" + ], + [ + "ff", + "ield" + ], + [ + "Ġtr", + "ich" + ], + [ + "ons", + "ai" + ], + [ + "Ġsupp", + "l" + ], + [ + "Ġref", + "raction" + ], + [ + "Ġdr", + "ifted" + ], + [ + "ĠComp", + "ost" + ], + [ + "oe", + "a" + ], + [ + "pat", + "ibility" + ], + [ + "ĠTem", + "plate" + ], + [ + "ĠPass", + "word" + ], + [ + "ĠAccount", + "ability" + ], + [ + "Ġrud", + "imentary" + ], + [ + "ĠWinc", + "hester" + ], + [ + "H", + "oly" + ], + [ + "ĠL", + "ymph" + ], + [ + "ĠIn", + "equality" + ], + [ + "Ġret", + "ic" + ], + [ + "Ġinter", + "dependent" + ], + [ + "Ġben", + "ches" + ], + [ + "ĠMed", + "ina" + ], + [ + "char", + "ging" + ], + [ + "Ġpool", + "ed" + ], + [ + "ĠThough", + "ts" + ], + [ + "Ġcontr", + "ived" + ], + [ + "0", + "22" + ], + [ + "R", + "ank" + ], + [ + "v", + "at" + ], + [ + "v", + "ii" + ], + [ + "ĠB", + "rom" + ], + [ + "ĠH", + "og" + ], + [ + "ĠF", + "landers" + ], + [ + "Ġab", + "ode" + ], + [ + "ĠRes", + "urrection" + ], + [ + "Ġfle", + "ets" + ], + [ + "ĠMand", + "arin" + ], + [ + "Ġmaj", + "esty" + ], + [ + "ĠRud", + "olf" + ], + [ + "Ġhaw", + "k" + ], + [ + "ĠVo", + "ices" + ], + [ + "ĠNathan", + "iel" + ], + [ + "ĠEscher", + "ichia" + ], + [ + "L", + "V" + ], + [ + "Ġch", + "illing" + ], + [ + "ĠF", + "ilt" + ], + [ + "ĠR", + "i" + ], + [ + "Ġra", + "ped" + ], + [ + "oun", + "ge" + ], + [ + "ĠSh", + "im" + ], + [ + "Ġdog", + "ma" + ], + [ + "Ġsan", + "ity" + ], + [ + "ĠComput", + "e" + ], + [ + "Ġtub", + "ers" + ], + [ + "ĠDen", + "is" + ], + [ + "Cap", + "ital" + ], + [ + "ĠUb", + "untu" + ], + [ + "r", + "n" + ], + [ + "ĠI", + "z" + ], + [ + "ers", + "h" + ], + [ + "Ġdis", + "band" + ], + [ + "Ġcomm", + "end" + ], + [ + "ĠK", + "iss" + ], + [ + "ob", + "os" + ], + [ + "hen", + "ce" + ], + [ + "Ġwid", + "ows" + ], + [ + "oe", + "uv" + ], + [ + "Ġphen", + "otypes" + ], + [ + "Ġinterview", + "er" + ], + [ + "ĠHom", + "eland" + ], + [ + "oths", + "child" + ], + [ + "ĠNeighbor", + "hood" + ], + [ + "osced", + "asticity" + ], + [ + "4", + "23" + ], + [ + "S", + "ke" + ], + [ + "ĠC", + "ube" + ], + [ + "ĠM", + "ud" + ], + [ + "Ġch", + "ili" + ], + [ + "ĠR", + "aleigh" + ], + [ + "Ġstand", + "alone" + ], + [ + "Ġcond", + "om" + ], + [ + "Ġfurther", + "more" + ], + [ + "Ġrh", + "ino" + ], + [ + "Ġbot", + "any" + ], + [ + "Ġfare", + "well" + ], + [ + "Ġdyst", + "rophy" + ], + [ + "r", + "ifice" + ], + [ + "|", + "âĢ¢" + ], + [ + "he", + "ra" + ], + [ + "Ġh", + "uts" + ], + [ + "Ġe", + "galitarian" + ], + [ + "Ġind", + "ebted" + ], + [ + "ĠK", + "ell" + ], + [ + "io", + "id" + ], + [ + "ĠDe", + "mentia" + ], + [ + "Ġ*", + "=" + ], + [ + "Ġsun", + "ken" + ], + [ + "ĠWar", + "wick" + ], + [ + "Ġspaces", + "hip" + ], + [ + "aunt", + "ed" + ], + [ + "Ġcruc", + "ifixion" + ], + [ + "Ġavoc", + "ados" + ], + [ + "Mad", + "ison" + ], + [ + "4", + "19" + ], + [ + "P", + "ool" + ], + [ + "n", + "ail" + ], + [ + "Ġp", + "iracy" + ], + [ + "Ġn", + "omenclature" + ], + [ + "Ġst", + "on" + ], + [ + "og", + "roup" + ], + [ + "ĠAl", + "to" + ], + [ + "ĠSp", + "inal" + ], + [ + "cons", + "ider" + ], + [ + "ĠLeg", + "o" + ], + [ + "ĠMer", + "riam" + ], + [ + "Ġaccred", + "itation" + ], + [ + "Fre", + "edom" + ], + [ + "d", + "umps" + ], + [ + "ĠT", + "ier" + ], + [ + "Ġy", + "olk" + ], + [ + "ĠE", + "h" + ], + [ + "Ġatt", + "ested" + ], + [ + "50", + "2" + ], + [ + "ĠEl", + "imination" + ], + [ + "ĠPhys", + "ician" + ], + [ + "Ġstock", + "ing" + ], + [ + "Ġsed", + "ation" + ], + [ + "Ġupl", + "and" + ], + [ + "ĠCole", + "man" + ], + [ + "Ġserm", + "ons" + ], + [ + "Ġpessim", + "istic" + ], + [ + "Ġmete", + "ors" + ], + [ + "L", + "INE" + ], + [ + "Ġc", + "rib" + ], + [ + "Ġn", + "ave" + ], + [ + "el", + "man" + ], + [ + "ore", + "au" + ], + [ + "Ġr", + "iddle" + ], + [ + "ĠN", + "gu" + ], + [ + "ak", + "o" + ], + [ + "ann", + "ual" + ], + [ + "ĠBe", + "an" + ], + [ + "Ġappl", + "aud" + ], + [ + "bra", + "him" + ], + [ + "Ġpet", + "itions" + ], + [ + "á¹", + "ĥ" + ], + [ + "Ġwhit", + "ening" + ], + [ + "Ġdisappoint", + "ing" + ], + [ + "ĠBrother", + "hood" + ], + [ + "ĠRespons", + "ible" + ], + [ + "Ġlocom", + "otives" + ], + [ + "Ġthigh", + "s" + ], + [ + "R", + "od" + ], + [ + "c", + "ou" + ], + [ + "e", + "velop" + ], + [ + "g", + "ather" + ], + [ + "on", + "ous" + ], + [ + "at", + "ist" + ], + [ + "Ġp", + "aws" + ], + [ + "le", + "vard" + ], + [ + "ke", + "rel" + ], + [ + "em", + "aker" + ], + [ + "Ġle", + "prosy" + ], + [ + "Ġinf", + "lection" + ], + [ + "Ġinf", + "lict" + ], + [ + "Ġleft", + "overs" + ], + [ + "aut", + "iful" + ], + [ + "ĠSouth", + "ampton" + ], + [ + "ĠÂ", + "¥" + ], + [ + "ĠBo", + "at" + ], + [ + "Ġund", + "iagnosed" + ], + [ + "ĠBrad", + "ford" + ], + [ + "Fact", + "ory" + ], + [ + "employ", + "ed" + ], + [ + "Ġrenov", + "ated" + ], + [ + "Ġparaly", + "zed" + ], + [ + "c", + "ape" + ], + [ + "x", + "on" + ], + [ + "ĠT", + "ucker" + ], + [ + "ch", + "oline" + ], + [ + "ĠPh", + "on" + ], + [ + "ĠQu", + "é" + ], + [ + "rest", + "ed" + ], + [ + "Ġcher", + "ish" + ], + [ + "ĠBud", + "apest" + ], + [ + "ĠInstruct", + "ions" + ], + [ + "enum", + "erate" + ], + [ + "ĠLeib", + "niz" + ], + [ + "Ġinext", + "ric" + ], + [ + "Ä", + "ĥ" + ], + [ + "ce", + "ph" + ], + [ + "ĠS", + "G" + ], + [ + "qu", + "ite" + ], + [ + "Ġdis", + "arm" + ], + [ + "lic", + "tion" + ], + [ + "Ġtyp", + "ew" + ], + [ + "co", + "ated" + ], + [ + "AM", + "E" + ], + [ + "ĠUN", + "IX" + ], + [ + "OS", + "E" + ], + [ + "Ġelev", + "ators" + ], + [ + "ĠEconom", + "ist" + ], + [ + "uh", + "an" + ], + [ + "Ġdisag", + "reed" + ], + [ + "Ġnurt", + "ured" + ], + [ + "ĠCand", + "ida" + ], + [ + "ĠBrun", + "o" + ], + [ + "Ġlap", + "ar" + ], + [ + "liter", + "ally" + ], + [ + "ĠJO", + "IN" + ], + [ + "Ġinfar", + "ction" + ], + [ + "'", + "]." + ], + [ + "Ġg", + "ynec" + ], + [ + "os", + "ac" + ], + [ + "ĠD", + "aisy" + ], + [ + "ĠSt", + "aphylococcus" + ], + [ + "aw", + "ait" + ], + [ + "Ġdep", + "ot" + ], + [ + "Ġlo", + "oph" + ], + [ + "Ġprim", + "al" + ], + [ + "Ġdest", + "ruct" + ], + [ + "ĠCo", + "efficient" + ], + [ + "alt", + "itude" + ], + [ + "Ġdestroy", + "ers" + ], + [ + "Ġdepart", + "ing" + ], + [ + "Ġboy", + "friend" + ], + [ + "ĠReason", + "ing" + ], + [ + "behavior", + "al" + ], + [ + "C", + "ele" + ], + [ + "Ġre", + "ared" + ], + [ + "ĠF", + "irm" + ], + [ + "ĠF", + "ishing" + ], + [ + "Ġen", + "cyclop" + ], + [ + "cept", + "ives" + ], + [ + "Ġlist", + "ens" + ], + [ + "inter", + "cept" + ], + [ + "Ġcapt", + "ions" + ], + [ + "att", + "acks" + ], + [ + "ĠBra", + "ille" + ], + [ + "Ġliqu", + "ef" + ], + [ + "ĠSub", + "sequent" + ], + [ + "Expl", + "oring" + ], + [ + "Ġworkflow", + "s" + ], + [ + "Ġquir", + "ky" + ], + [ + "filt", + "ered" + ], + [ + "Ġlabou", + "rers" + ], + [ + "f", + "o" + ], + [ + "il", + "ant" + ], + [ + "op", + "ies" + ], + [ + "Ġsu", + "icides" + ], + [ + "Ġacc", + "lim" + ], + [ + "ĠCon", + "quest" + ], + [ + "ĠPl", + "ut" + ], + [ + "ĠCol", + "ored" + ], + [ + "Ġjo", + "ys" + ], + [ + "Sp", + "ir" + ], + [ + "enth", + "ic" + ], + [ + "Ġflash", + "light" + ], + [ + "Ġcasual", + "ty" + ], + [ + "ĠKa", + "plan" + ], + [ + "Ġpsy", + "chedel" + ], + [ + "ĠVed", + "as" + ], + [ + "Coff", + "ee" + ], + [ + "(", + "&" + ], + [ + "R", + "ot" + ], + [ + "b", + "ys" + ], + [ + "ath", + "ing" + ], + [ + "ym", + "ing" + ], + [ + "Ġcapital", + "ists" + ], + [ + "ĠGr", + "ants" + ], + [ + "bas", + "ic" + ], + [ + "ĠLem", + "on" + ], + [ + "n", + "est" + ], + [ + "Â", + "¹" + ], + [ + "Å", + "Ħ" + ], + [ + "Ġsu", + "e" + ], + [ + "ĠL", + "ighthouse" + ], + [ + "Ġapp", + "rehension" + ], + [ + "ĠK", + "amp" + ], + [ + "Ġinter", + "quartile" + ], + [ + "ĠBra", + "un" + ], + [ + "Ġsitu", + "ational" + ], + [ + "Ġsolid", + "ify" + ], + [ + "tion", + "ary" + ], + [ + "ĠDet", + "ailed" + ], + [ + "Ġabstract", + "s" + ], + [ + "integ", + "ers" + ], + [ + "Ġly", + "rical" + ], + [ + "Ġbon", + "uses" + ], + [ + "po", + "inter" + ], + [ + "ĠSynt", + "hetic" + ], + [ + "Ġgeneal", + "ogical" + ], + [ + "Ġmetast", + "atic" + ], + [ + "cond", + "itions" + ], + [ + "B", + "rand" + ], + [ + "c", + "u" + ], + [ + "ĠB", + "elf" + ], + [ + "ĠK", + "eller" + ], + [ + "Ġpoly", + "unsaturated" + ], + [ + "rehens", + "ible" + ], + [ + "icks", + "burg" + ], + [ + "Ġsweet", + "ener" + ], + [ + "Ġtur", + "keys" + ], + [ + "Ġcondens", + "er" + ], + [ + "w", + "ara" + ], + [ + "ĠM", + "ate" + ], + [ + "ĠM", + "oll" + ], + [ + "Ġ`", + "_" + ], + [ + "ĠEx", + "isting" + ], + [ + "ĠUse", + "ful" + ], + [ + "Ġwid", + "en" + ], + [ + "Ġuns", + "igned" + ], + [ + "Te", + "am" + ], + [ + "Ġparas", + "it" + ], + [ + "bour", + "g" + ], + [ + "Ġmuc", + "osal" + ], + [ + "Ġes", + "oteric" + ], + [ + "param", + "eters" + ], + [ + "Ġtwe", + "aks" + ], + [ + "Ġshout", + "ed" + ], + [ + "ocl", + "onal" + ], + [ + "\"", + "}" + ], + [ + ")", + "âĢĿ" + ], + [ + "P", + "osition" + ], + [ + "t", + "el" + ], + [ + "Ø", + "©" + ], + [ + "en", + "ol" + ], + [ + "Ġb", + "row" + ], + [ + "ĠP", + "ablo" + ], + [ + "ĠD", + "ere" + ], + [ + "Ġdis", + "son" + ], + [ + "olog", + "na" + ], + [ + "ĠMe", + "iji" + ], + [ + "34", + "8" + ], + [ + "ĠCle", + "opatra" + ], + [ + "log", + "ger" + ], + [ + "Man", + "ufact" + ], + [ + "Ġmicrobi", + "ology" + ], + [ + "ĠNegro", + "es" + ], + [ + "Ġlod", + "ges" + ], + [ + "Dele", + "te" + ], + [ + "f", + "un" + ], + [ + "Î", + "Ń" + ], + [ + "ist", + "ure" + ], + [ + "ĠD", + "D" + ], + [ + "Ġinc", + "arnation" + ], + [ + "ĠAr", + "sen" + ], + [ + "Ġopp", + "os" + ], + [ + "ĠSy", + "racuse" + ], + [ + "Ġvibr", + "ating" + ], + [ + "ĠAdv", + "ice" + ], + [ + "forest", + "ry" + ], + [ + "ĠPhilipp", + "e" + ], + [ + "ĠAcc", + "ommod" + ], + [ + "Ġsting", + "ing" + ], + [ + "Ġdialog", + "ues" + ], + [ + "ĠOkin", + "awa" + ], + [ + "ĠAlask", + "an" + ], + [ + "P", + "repare" + ], + [ + "a", + "quin" + ], + [ + "Ġf", + "MRI" + ], + [ + "Ġre", + "inter" + ], + [ + "ce", + "re" + ], + [ + "ĠD", + "olph" + ], + [ + "Ġcl", + "ade" + ], + [ + "Ġfl", + "aming" + ], + [ + "Ġpath", + "ologist" + ], + [ + "Ġconstit", + "utions" + ], + [ + "fe", + "ature" + ], + [ + "ĠPot", + "assium" + ], + [ + "OV", + "E" + ], + [ + "ĠÅ", + "ļ" + ], + [ + "Ġdevote", + "es" + ], + [ + "Ġosm", + "osis" + ], + [ + "ig", + "ions" + ], + [ + "ĠP", + "sy" + ], + [ + "Ġad", + "verbs" + ], + [ + "ĠAd", + "vantages" + ], + [ + "ĠSe", + "ine" + ], + [ + "cell", + "ent" + ], + [ + "Ġcapital", + "ization" + ], + [ + "uk", + "es" + ], + [ + "Ġsmok", + "er" + ], + [ + "Ġdwar", + "fs" + ], + [ + "Ġdich", + "ot" + ], + [ + "zym", + "atic" + ], + [ + "h", + "ands" + ], + [ + "k", + "ids" + ], + [ + "ur", + "gery" + ], + [ + "ĠI", + "on" + ], + [ + "ĠB", + "arr" + ], + [ + "ĠF", + "lem" + ], + [ + "Ġform", + "ulating" + ], + [ + "ĠPro", + "verbs" + ], + [ + "Ġspace", + "flight" + ], + [ + "Ġpast", + "eur" + ], + [ + "Ġâ", + "ĸ" + ], + [ + "ĠEl", + "ian" + ], + [ + "char", + "ide" + ], + [ + "Ġsac", + "ra" + ], + [ + "roph", + "ysical" + ], + [ + "Ġsnow", + "y" + ], + [ + "ĠEmp", + "ress" + ], + [ + "Ġadministr", + "ations" + ], + [ + "ĠCur", + "ve" + ], + [ + "Ġalph", + "anumeric" + ], + [ + "ĠWet", + "lands" + ], + [ + "s", + "lavery" + ], + [ + "Ġm", + "ah" + ], + [ + "ĠR", + "ag" + ], + [ + "ros", + "se" + ], + [ + "Ġplace", + "holder" + ], + [ + "ĠCal", + "cutta" + ], + [ + "ĠIS", + "IS" + ], + [ + "ĠCalcul", + "ating" + ], + [ + "Ġcann", + "ibal" + ], + [ + "Ġquot", + "as" + ], + [ + "ĠHoff", + "man" + ], + [ + "Ġb", + "idding" + ], + [ + "Ġg", + "otta" + ], + [ + "Ġas", + "paragus" + ], + [ + "ess", + "a" + ], + [ + "ĠL", + "au" + ], + [ + "Ġens", + "ued" + ], + [ + "ged", + "y" + ], + [ + "Ġwond", + "rous" + ], + [ + "ĠAnt", + "ony" + ], + [ + "Ġkn", + "it" + ], + [ + "44", + "3" + ], + [ + "car", + "rying" + ], + [ + "Ġparadox", + "ical" + ], + [ + "Ġperme", + "able" + ], + [ + "Ġmaneu", + "vers" + ], + [ + "+", + "-" + ], + [ + ":", + "])" + ], + [ + "j", + "ohn" + ], + [ + "Ġo", + "mit" + ], + [ + "es", + "ophageal" + ], + [ + "Ġre", + "iterate" + ], + [ + "Ġbe", + "gging" + ], + [ + "Ġhel", + "ix" + ], + [ + "hem", + "iah" + ], + [ + "ĠRe", + "y" + ], + [ + "ĠMed", + "ication" + ], + [ + "Ġrab", + "bi" + ], + [ + "Ġrust", + "ic" + ], + [ + "Ġmangro", + "ves" + ], + [ + "id", + "on" + ], + [ + "ĠM", + "ord" + ], + [ + "ĠR", + "B" + ], + [ + "ĠG", + "EN" + ], + [ + "Ġcl", + "s" + ], + [ + "ens", + "ibly" + ], + [ + "Ġconc", + "ord" + ], + [ + "ĠPer", + "th" + ], + [ + "Ġwaste", + "ful" + ], + [ + "Ġhabit", + "ation" + ], + [ + "36", + "8" + ], + [ + "AM", + "S" + ], + [ + "39", + "1" + ], + [ + "Ġnone", + "x" + ], + [ + "ĠNaz", + "areth" + ], + [ + "Ġdegen", + "erate" + ], + [ + "ĠTrib", + "al" + ], + [ + "Ġgri", + "pping" + ], + [ + "Ġunle", + "ashed" + ], + [ + "Pur", + "pose" + ], + [ + "st", + "icks" + ], + [ + "im", + "ia" + ], + [ + "ĠI", + "CD" + ], + [ + "ĠB", + "U" + ], + [ + "ĠD", + "res" + ], + [ + "ĠG", + "F" + ], + [ + "Ġam", + "nesia" + ], + [ + "48", + "5" + ], + [ + "Ġdilig", + "ent" + ], + [ + "ĠEur", + "asia" + ], + [ + "Dar", + "win" + ], + [ + "Ġprecaution", + "ary" + ], + [ + "M", + "ot" + ], + [ + "z", + "ier" + ], + [ + "it", + "ius" + ], + [ + "Ġd", + "w" + ], + [ + "ce", + "le" + ], + [ + "Ġal", + "umni" + ], + [ + "ĠW", + "ong" + ], + [ + "un", + "ivers" + ], + [ + "Ġj", + "aundice" + ], + [ + "Ġdes", + "erving" + ], + [ + "ĠAm", + "ar" + ], + [ + "ĠMin", + "utes" + ], + [ + "ĠSm", + "oke" + ], + [ + "Ġproven", + "ance" + ], + [ + "ĠText", + "s" + ], + [ + "Ġliberal", + "ism" + ], + [ + "Ġassim", + "ilated" + ], + [ + "Ġc", + "et" + ], + [ + "ur", + "red" + ], + [ + "ĠD", + "ollar" + ], + [ + "Ġcomp", + "el" + ], + [ + "sel", + "age" + ], + [ + "Ġcar", + "ve" + ], + [ + "Ġsk", + "irt" + ], + [ + "ĠSp", + "an" + ], + [ + "amin", + "o" + ], + [ + "Ġsearch", + "able" + ], + [ + "ĠConf", + "idence" + ], + [ + "Ġpal", + "ae" + ], + [ + "Ġaccompl", + "ishing" + ], + [ + "Ġtick", + "ing" + ], + [ + "Ġdismiss", + "al" + ], + [ + "ĠFer", + "r" + ], + [ + "ĠFac", + "ilities" + ], + [ + "Ġµ", + "g" + ], + [ + "Norm", + "ally" + ], + [ + "Ġbalcon", + "y" + ], + [ + "N", + "ic" + ], + [ + "is", + "ational" + ], + [ + "Ġst", + "ale" + ], + [ + "Ġle", + "uc" + ], + [ + "ĠBi", + "har" + ], + [ + "Ġcampaign", + "ing" + ], + [ + "Ġimmers", + "ing" + ], + [ + "ĠAccess", + "ibility" + ], + [ + "Ġrom", + "an" + ], + [ + "comp", + "onent" + ], + [ + "comb", + "inations" + ], + [ + "Ġdilig", + "ently" + ], + [ + "Capt", + "ain" + ], + [ + "Ġgrizz", + "ly" + ], + [ + "Ġthe", + "ta" + ], + [ + "Ġp", + "aw" + ], + [ + "Ġp", + "lex" + ], + [ + "ĠC", + "oding" + ], + [ + "Ġr", + "ipples" + ], + [ + "ĠF", + "iji" + ], + [ + "ĠN", + "amed" + ], + [ + "Ġrec", + "l" + ], + [ + "Ġ`", + "<" + ], + [ + "Ġend", + "anger" + ], + [ + "Ġhist", + "amine" + ], + [ + "Ġassoci", + "ative" + ], + [ + "Ġfast", + "ened" + ], + [ + "aid", + "a" + ], + [ + "Ġreprodu", + "cible" + ], + [ + "ĠBro", + "ck" + ], + [ + "uten", + "berg" + ], + [ + "Ġenum", + "eration" + ], + [ + "anth", + "in" + ], + [ + "ĠFront", + "iers" + ], + [ + "he", + "els" + ], + [ + "Ġre", + "naissance" + ], + [ + "Ġwater", + "way" + ], + [ + "Ġresp", + "ite" + ], + [ + "Ġrev", + "olving" + ], + [ + "ole", + "um" + ], + [ + "Ġmut", + "ants" + ], + [ + "Ġing", + "esting" + ], + [ + "ediat", + "r" + ], + [ + "ipher", + "al" + ], + [ + "Ġincident", + "al" + ], + [ + "ĠMP", + "H" + ], + [ + "Ġadmit", + "ting" + ], + [ + "s", + "olar" + ], + [ + "Ã", + "¬" + ], + [ + "re", + "ally" + ], + [ + "Ġf", + "ray" + ], + [ + "ĠB", + "reed" + ], + [ + "ĠE", + "fficient" + ], + [ + "ib", + "o" + ], + [ + "Ġpe", + "aches" + ], + [ + "tt", + "p" + ], + [ + "Ġcap", + "illaries" + ], + [ + "Ġur", + "inate" + ], + [ + "Ġmultiple", + "x" + ], + [ + "Ġpredict", + "ability" + ], + [ + "And", + "rew" + ], + [ + "Ġeffort", + "lessly" + ], + [ + "struct", + "ive" + ], + [ + "Ġinvent", + "ories" + ], + [ + "ĠJoseph", + "us" + ], + [ + "Ġscar", + "let" + ], + [ + "ĠLim", + "its" + ], + [ + "Ġdeleg", + "ated" + ], + [ + "ĠSD", + "Gs" + ], + [ + "Ġc", + "elsius" + ], + [ + "ĠT", + "in" + ], + [ + "ĠP", + "RIM" + ], + [ + "qu", + "oise" + ], + [ + "Ġint", + "oler" + ], + [ + "ph", + "osphate" + ], + [ + "ĠCh", + "im" + ], + [ + "Ġher", + "m" + ], + [ + "ien", + "n" + ], + [ + "par", + "agraph" + ], + [ + "ĠLe", + "icester" + ], + [ + "ĠSch", + "u" + ], + [ + "ĠAng", + "els" + ], + [ + "Ġvel", + "vet" + ], + [ + "Ġbare", + "foot" + ], + [ + "ĠObs", + "erver" + ], + [ + "elect", + "ed" + ], + [ + "ĠBuck", + "ingham" + ], + [ + "Ġexponent", + "iation" + ], + [ + "%", + "-" + ], + [ + ",", + "..." + ], + [ + "Ġn", + "il" + ], + [ + "id", + "ase" + ], + [ + "ĠC", + "ivic" + ], + [ + "ĠD", + "oyle" + ], + [ + "Ġover", + "used" + ], + [ + "ĠAd", + "a" + ], + [ + "omet", + "rically" + ], + [ + "Ġwind", + "y" + ], + [ + "60", + "1" + ], + [ + "ĠBo", + "ards" + ], + [ + "Ġwars", + "hips" + ], + [ + "ĠPack", + "age" + ], + [ + "Ġstamp", + "ed" + ], + [ + "Ġrede", + "emed" + ], + [ + "ĠThy", + "roid" + ], + [ + "Ġdeport", + "ation" + ], + [ + "M", + "iller" + ], + [ + "S", + "wed" + ], + [ + "i", + "oc" + ], + [ + "Ġin", + "action" + ], + [ + "os", + "ited" + ], + [ + "pr", + "udence" + ], + [ + "ĠCon", + "ventional" + ], + [ + "ĠAm", + "os" + ], + [ + "Ġtree", + "house" + ], + [ + "Ġcapital", + "ized" + ], + [ + "Ġfig", + "s" + ], + [ + "Pe", + "ace" + ], + [ + "Ġgrapp", + "les" + ], + [ + "ĠLaf", + "ayette" + ], + [ + "c", + "ars" + ], + [ + "c", + "redit" + ], + [ + "ĠM", + "iy" + ], + [ + "ac", + "us" + ], + [ + "ap", + "ur" + ], + [ + "ens", + "ors" + ], + [ + "Ġsub", + "continent" + ], + [ + "Ġexpl", + "oding" + ], + [ + "gra", + "ined" + ], + [ + "Ġhint", + "ed" + ], + [ + "Ġsuspic", + "ions" + ], + [ + "Ġgrap", + "efruit" + ], + [ + "8", + "20" + ], + [ + "A", + "mb" + ], + [ + "y", + "ch" + ], + [ + "Ġ", + "Ñģ" + ], + [ + "Ġd", + "fs" + ], + [ + "Ġch", + "ased" + ], + [ + "ther", + "ners" + ], + [ + "Ġimp", + "osition" + ], + [ + "ĠY", + "iddish" + ], + [ + "Ġob", + "edient" + ], + [ + "Ġdef", + "ender" + ], + [ + "Ġcar", + "ibou" + ], + [ + "ĠBe", + "aver" + ], + [ + "Ġever", + "lasting" + ], + [ + "ophy", + "tes" + ], + [ + "ĠAut", + "omatic" + ], + [ + "Ġoptim", + "ally" + ], + [ + "ico", + "ag" + ], + [ + "ĠAk", + "bar" + ], + [ + "Ġmart", + "yrs" + ], + [ + "ĠEC", + "G" + ], + [ + "Ġseab", + "ed" + ], + [ + "ĠMcCle", + "ll" + ], + [ + "D", + "in" + ], + [ + "d", + "ynamic" + ], + [ + "k", + "ary" + ], + [ + "at", + "onic" + ], + [ + "ĠT", + "ours" + ], + [ + "ĠM", + "osaic" + ], + [ + "ĠP", + "iano" + ], + [ + "Ġsh", + "aman" + ], + [ + "Ġad", + "hered" + ], + [ + "Ġk", + "o" + ], + [ + "Ġpar", + "ades" + ], + [ + "ĠOr", + "b" + ], + [ + "Ġstates", + "man" + ], + [ + "Ve", + "hicle" + ], + [ + "4", + "45" + ], + [ + "B", + "udget" + ], + [ + "om", + "bo" + ], + [ + "ĠA", + "WS" + ], + [ + "ul", + "c" + ], + [ + "ther", + "ia" + ], + [ + "ĠJ", + "aw" + ], + [ + "cess", + "ive" + ], + [ + "ling", + "er" + ], + [ + "ĠCO", + "M" + ], + [ + "Ġmill", + "imeter" + ], + [ + "Ġhom", + "ologous" + ], + [ + "à¤", + "¸" + ], + [ + "ĠHel", + "m" + ], + [ + "Ġconce", + "ivable" + ], + [ + "Ġenact", + "ment" + ], + [ + "ĠTol", + "edo" + ], + [ + "Ġblu", + "ish" + ], + [ + "ĠTeh", + "ran" + ], + [ + "R", + "ab" + ], + [ + "Ġt", + "ungsten" + ], + [ + "ĠG", + "ri" + ], + [ + "ans", + "wer" + ], + [ + "Ġres", + "usc" + ], + [ + "Ġfe", + "asts" + ], + [ + "ĠThat", + "cher" + ], + [ + "Ġec", + "lectic" + ], + [ + "Ġthr", + "iller" + ], + [ + "ĠIsrael", + "is" + ], + [ + "ĠMac", + "ro" + ], + [ + "Ġnit", + "rous" + ], + [ + "Ġmirror", + "ing" + ], + [ + "exist", + "ence" + ], + [ + "Ġabsent", + "ee" + ], + [ + "Know", + "n" + ], + [ + "ĠCele", + "brate" + ], + [ + "Tur", + "k" + ], + [ + "Ġgor", + "illa" + ], + [ + "pec", + "ific" + ], + [ + "/", + "~" + ], + [ + "v", + "t" + ], + [ + "Ġe", + "Book" + ], + [ + "ĠC", + "asp" + ], + [ + "ĠR", + "utherford" + ], + [ + "ĠG", + "OD" + ], + [ + "Ġun", + "official" + ], + [ + "Ġwater", + "front" + ], + [ + "Ġmass", + "ively" + ], + [ + "ĠPer", + "kins" + ], + [ + "Ġeth", + "ically" + ], + [ + "Ġcomplement", + "ed" + ], + [ + "ĠGDP", + "R" + ], + [ + "Ġfurnish", + "ings" + ], + [ + "E", + "co" + ], + [ + "so", + "far" + ], + [ + "ĠY", + "in" + ], + [ + "Ġinf", + "all" + ], + [ + "ĠUn", + "ified" + ], + [ + "ick", + "y" + ], + [ + "be", + "am" + ], + [ + "Ġhyp", + "oc" + ], + [ + "Ġund", + "o" + ], + [ + "ĠSur", + "geon" + ], + [ + "pat", + "ients" + ], + [ + "ĠDef", + "ault" + ], + [ + "Ġpel", + "let" + ], + [ + "Ġstraw", + "s" + ], + [ + "ĠVisual", + "ization" + ], + [ + "ĠZo", + "ology" + ], + [ + "F", + "ruit" + ], + [ + "L", + "I" + ], + [ + "s", + "at" + ], + [ + "Ġf", + "f" + ], + [ + "Ġse", + "vered" + ], + [ + "ĠE", + "LL" + ], + [ + "ĠIn", + "clusion" + ], + [ + "Ġmod", + "ifier" + ], + [ + "und", + "y" + ], + [ + ".\"", + "," + ], + [ + "ĠInd", + "oor" + ], + [ + "Ġfore", + "arm" + ], + [ + "Ġrele", + "gated" + ], + [ + "ĠLe", + "ast" + ], + [ + "Ġnut", + "shell" + ], + [ + "Ġdocument", + "aries" + ], + [ + "Ġbul", + "ge" + ], + [ + "Ġhero", + "ism" + ], + [ + "ĠTV", + "s" + ], + [ + "ĠCele", + "br" + ], + [ + "ĠMine", + "craft" + ], + [ + "ĠVolcan", + "o" + ], + [ + "ĠPilgrim", + "s" + ], + [ + "Ġplasm", + "id" + ], + [ + "ing", + "en" + ], + [ + "ĠL", + "ys" + ], + [ + "Ġaccount", + "ant" + ], + [ + "Ġpolit", + "ic" + ], + [ + "Ġsequ", + "el" + ], + [ + "ĠRa", + "ising" + ], + [ + "Ġinfilt", + "rate" + ], + [ + "Ġreorgan", + "ization" + ], + [ + "Ent", + "ry" + ], + [ + "D", + "UCT" + ], + [ + "c", + "ine" + ], + [ + "Ã", + "²" + ], + [ + "ĠJ", + "ong" + ], + [ + "Ġph", + "obias" + ], + [ + "Ġconc", + "ussions" + ], + [ + "Ġcar", + "ic" + ], + [ + "und", + "ing" + ], + [ + "AR", + "A" + ], + [ + "Ġiron", + "ically" + ], + [ + "ĠÃ", + "ģ" + ], + [ + "ĠST", + "D" + ], + [ + "ĠPen", + "al" + ], + [ + "ĠPrem", + "ium" + ], + [ + "Ġhibern", + "ation" + ], + [ + "ĠPaste", + "ur" + ], + [ + "ĠSebast", + "ian" + ], + [ + "ĠT", + "au" + ], + [ + "Ġr", + "asp" + ], + [ + "ĠK", + "ak" + ], + [ + "Ġlo", + "af" + ], + [ + "oph", + "an" + ], + [ + "Ġmort", + "als" + ], + [ + "Ġimpr", + "int" + ], + [ + "Ġoscill", + "ation" + ], + [ + "Ġnymph", + "s" + ], + [ + "Ġembroider", + "y" + ], + [ + "!", + "," + ], + [ + "v", + "owels" + ], + [ + "z", + "in" + ], + [ + "ç", + "Ķ" + ], + [ + "ĠP", + "our" + ], + [ + "ĠL", + "opez" + ], + [ + "ĠY", + "ak" + ], + [ + "Ġins", + "ensitive" + ], + [ + "Ġsl", + "it" + ], + [ + "arc", + "hes" + ], + [ + "ĠAugust", + "a" + ], + [ + "ĠBr", + "ill" + ], + [ + "Ġves", + "icles" + ], + [ + "OS", + "H" + ], + [ + "ĠAtt", + "empt" + ], + [ + "Ġcart", + "s" + ], + [ + "Ġleak", + "y" + ], + [ + "ĠHon", + "olulu" + ], + [ + "Ġsprink", + "ler" + ], + [ + "Ġoverturn", + "ed" + ], + [ + "7", + "30" + ], + [ + "in", + "ic" + ], + [ + "ay", + "ama" + ], + [ + "Ġan", + "gu" + ], + [ + "Ġk", + "an" + ], + [ + "Ġperson", + "as" + ], + [ + "ĠQu", + "ery" + ], + [ + "Ġreb", + "ound" + ], + [ + "Ġtur", + "bo" + ], + [ + "ĠPet", + "e" + ], + [ + "anth", + "a" + ], + [ + "Ġadvers", + "aries" + ], + [ + "ĠFab", + "ric" + ], + [ + "ĠGit", + "Hub" + ], + [ + "Ġbourgeois", + "ie" + ], + [ + "8", + "10" + ], + [ + "f", + "ro" + ], + [ + "v", + "or" + ], + [ + "Ä", + "Ł" + ], + [ + "is", + "bury" + ], + [ + "Ġd", + "uel" + ], + [ + "Ġg", + "ills" + ], + [ + "Ġst", + "rap" + ], + [ + "Ġen", + "rol" + ], + [ + "ĠIn", + "vasive" + ], + [ + "Ġstra", + "ining" + ], + [ + "ĠEmp", + "ower" + ], + [ + "Or", + "th" + ], + [ + "ĠSQL", + "ite" + ], + [ + "ο", + "ÏĤ" + ], + [ + "ĠSikh", + "s" + ], + [ + "ĠGradu", + "ally" + ], + [ + "ĠBorne", + "o" + ], + [ + "Ġt", + "iers" + ], + [ + "Ġp", + "as" + ], + [ + "ĠR", + "G" + ], + [ + "we", + "ak" + ], + [ + "Ġpattern", + "ed" + ], + [ + "ĠAv", + "iv" + ], + [ + "Ġfur", + "the" + ], + [ + "Ġjack", + "ets" + ], + [ + "Elect", + "ronic" + ], + [ + "Ġdiplom", + "at" + ], + [ + "ĠBeck", + "er" + ], + [ + "4", + "65" + ], + [ + "5", + "15" + ], + [ + "7", + "40" + ], + [ + "L", + "u" + ], + [ + "b", + "h" + ], + [ + "Ġw", + "oke" + ], + [ + "ĠD", + "ir" + ], + [ + "ĠF", + "loor" + ], + [ + "ild", + "ed" + ], + [ + "ĠWe", + "apons" + ], + [ + "ĠAn", + "onymous" + ], + [ + "Ġant", + "ider" + ], + [ + "gen", + "erating" + ], + [ + "esc", + "o" + ], + [ + "ĠBr", + "utus" + ], + [ + "Ġnotice", + "ably" + ], + [ + "level", + "s" + ], + [ + "ÃŃ", + "t" + ], + [ + "PD", + "ATE" + ], + [ + "eros", + "ene" + ], + [ + "Ġincon", + "clusive" + ], + [ + "blood", + "ed" + ], + [ + "prec", + "ision" + ], + [ + "ul", + "led" + ], + [ + "ise", + "ment" + ], + [ + "Ġhigh", + "s" + ], + [ + "Ġmaintain", + "ability" + ], + [ + "amm", + "u" + ], + [ + "ĠAc", + "upuncture" + ], + [ + "Pro", + "blems" + ], + [ + "ĠSen", + "eca" + ], + [ + "ĠBu", + "enos" + ], + [ + "Ġblur", + "ry" + ], + [ + "ĠFa", + "ust" + ], + [ + "ĠBec", + "oming" + ], + [ + "Ġpeb", + "bles" + ], + [ + "ighb", + "ors" + ], + [ + "?", + ")," + ], + [ + "B", + "ern" + ], + [ + "Ġto", + "ads" + ], + [ + "ut", + "ta" + ], + [ + "ra", + "il" + ], + [ + "ch", + "ronic" + ], + [ + "ĠA", + "RI" + ], + [ + "ir", + "con" + ], + [ + "ge", + "an" + ], + [ + "Ġr", + "y" + ], + [ + "ĠE", + "ighth" + ], + [ + "ip", + "us" + ], + [ + "ric", + "ing" + ], + [ + "Ġtr", + "ivia" + ], + [ + "ĠV", + "S" + ], + [ + "Ġdec", + "ommission" + ], + [ + "ĠAr", + "ithmetic" + ], + [ + "ĠSc", + "hen" + ], + [ + "ĠSh", + "ows" + ], + [ + "St", + "ore" + ], + [ + "ĠGen", + "omics" + ], + [ + "Ġsleep", + "iness" + ], + [ + "Ġpul", + "ley" + ], + [ + "ĠSer", + "ious" + ], + [ + "Step", + "hen" + ], + [ + "ĠSund", + "ays" + ], + [ + "Ref", + "er" + ], + [ + "Ġphosph", + "orous" + ], + [ + "ĠOl", + "m" + ], + [ + "ĠPath", + "ology" + ], + [ + "ĠPrior", + "ity" + ], + [ + "ĠBroad", + "casting" + ], + [ + "Ġram", + "ps" + ], + [ + "ĠAlban", + "ian" + ], + [ + "Ġcheer", + "ful" + ], + [ + "Ġrug", + "by" + ], + [ + "g", + "io" + ], + [ + "æ", + "ĺ" + ], + [ + "Ġd", + "rap" + ], + [ + "Ġh", + "overing" + ], + [ + "ĠM", + "ovie" + ], + [ + "ug", + "in" + ], + [ + "Ġbur", + "ge" + ], + [ + "Con", + "sole" + ], + [ + "Ġaccompl", + "ishes" + ], + [ + "Ġsle", + "w" + ], + [ + "Ġdismiss", + "ive" + ], + [ + "Ġdiscl", + "aim" + ], + [ + "Ġapproxim", + "ations" + ], + [ + "Ġembark", + "ing" + ], + [ + "Ġdisinfect", + "ant" + ], + [ + "ĠStef", + "an" + ], + [ + "Ġbesie", + "ged" + ], + [ + "0", + "60" + ], + [ + "B", + "inary" + ], + [ + "w", + "ings" + ], + [ + "Ġr", + "ations" + ], + [ + "ĠD", + "ash" + ], + [ + "ĠN", + "inth" + ], + [ + "all", + "oc" + ], + [ + "ĠJ", + "enny" + ], + [ + "ĠY", + "az" + ], + [ + "Ġexp", + "el" + ], + [ + "chn", + "er" + ], + [ + "Ġsimple", + "x" + ], + [ + "ĠMay", + "er" + ], + [ + "just", + "ice" + ], + [ + "ĠSocial", + "ism" + ], + [ + "Ġpuzz", + "ling" + ], + [ + "ĠTry", + "ing" + ], + [ + "ĠBang", + "kok" + ], + [ + "Ġaffirm", + "ation" + ], + [ + "Ġoverr", + "iding" + ], + [ + "7", + "70" + ], + [ + "P", + "en" + ], + [ + "S", + "alt" + ], + [ + "Ġe", + "book" + ], + [ + "ch", + "s" + ], + [ + "ĠM", + "acc" + ], + [ + "ĠE", + "ls" + ], + [ + "Ġle", + "aching" + ], + [ + "Ġsc", + "rib" + ], + [ + "Ġsm", + "el" + ], + [ + "ron", + "omy" + ], + [ + "ĠEm", + "ory" + ], + [ + "ĠCommun", + "ion" + ], + [ + "39", + "2" + ], + [ + "fl", + "ix" + ], + [ + "ĠArticle", + "Google" + ], + [ + "®", + "," + ], + [ + "Ġho", + "of" + ], + [ + "prov", + "ided" + ], + [ + "Ġinacc", + "ur" + ], + [ + "Lat", + "est" + ], + [ + "Ġdyn", + "asties" + ], + [ + "$", + "$" + ], + [ + "c", + "art" + ], + [ + "å", + "Ī" + ], + [ + "Ġre", + "evaluate" + ], + [ + "ore", + "n" + ], + [ + "ĠH", + "ollow" + ], + [ + "ĠW", + "ille" + ], + [ + "Ġsy", + "ringe" + ], + [ + "Ġoff", + "ended" + ], + [ + "ency", + "cl" + ], + [ + "Ġpay", + "off" + ], + [ + "PA", + "P" + ], + [ + "che", + "ster" + ], + [ + "ĠHart", + "ford" + ], + [ + "Ġail", + "ment" + ], + [ + "rystall", + "ine" + ], + [ + "4", + "27" + ], + [ + "f", + "iber" + ], + [ + "g", + "ren" + ], + [ + "g", + "ray" + ], + [ + "r", + "if" + ], + [ + "ad", + "vent" + ], + [ + "Ġit", + "ertools" + ], + [ + "Ġab", + "ort" + ], + [ + "ĠJ", + "ag" + ], + [ + "Ġx", + "yl" + ], + [ + "Ġmis", + "cellaneous" + ], + [ + "ĠJames", + "on" + ], + [ + "Ġconv", + "oy" + ], + [ + "AP", + "P" + ], + [ + "EV", + "EL" + ], + [ + "Ġdeaf", + "ness" + ], + [ + "æ", + "dia" + ], + [ + "Introdu", + "ce" + ], + [ + "ĠLoren", + "zo" + ], + [ + "Ġcrev", + "ices" + ], + [ + "Withdraw", + "al" + ], + [ + "O", + "k" + ], + [ + "R", + "D" + ], + [ + "S", + "equ" + ], + [ + "b", + "ind" + ], + [ + "Ġa", + "isle" + ], + [ + "Ġd", + "ips" + ], + [ + "ul", + "ents" + ], + [ + "ĠK", + "emp" + ], + [ + "Ġco", + "ales" + ], + [ + "Ġz", + "odiac" + ], + [ + "Ġpost", + "hum" + ], + [ + "Ġhard", + "en" + ], + [ + "AN", + "N" + ], + [ + "Ġmeth", + "anol" + ], + [ + "Ġdys", + "plasia" + ], + [ + "Ġspr", + "int" + ], + [ + "Where", + "as" + ], + [ + "Ġlip", + "oprotein" + ], + [ + "Ġinspect", + "ing" + ], + [ + "Ġprosec", + "utor" + ], + [ + "ĠVacc", + "ines" + ], + [ + "otox", + "ins" + ], + [ + "ĠLock", + "heed" + ], + [ + "Ġinsec", + "urities" + ], + [ + "Ġexhilar", + "ating" + ], + [ + "Ġantise", + "ptic" + ], + [ + "p", + "ression" + ], + [ + "Ġsp", + "h" + ], + [ + "ĠK", + "yr" + ], + [ + "Ġdem", + "arc" + ], + [ + "Ġcond", + "ense" + ], + [ + "AR", + "P" + ], + [ + "Ġharm", + "onics" + ], + [ + "Ex", + "ternal" + ], + [ + "Ġsil", + "very" + ], + [ + "s", + "ieve" + ], + [ + "re", + "ve" + ], + [ + "Ġst", + "ag" + ], + [ + "Ġex", + "odus" + ], + [ + "ĠN", + "im" + ], + [ + "Ġtr", + "if" + ], + [ + "ĠY", + "og" + ], + [ + "AS", + "D" + ], + [ + "))", + "/" + ], + [ + "ĠRet", + "rie" + ], + [ + "45", + "3" + ], + [ + "off", + "ice" + ], + [ + "Ġdu", + "ke" + ], + [ + "ĠGood", + "man" + ], + [ + "ĠKh", + "al" + ], + [ + "Rep", + "resent" + ], + [ + "Redu", + "ced" + ], + [ + "Ġprophyl", + "axis" + ], + [ + "Ġg", + "ul" + ], + [ + "ĠA", + "way" + ], + [ + "Ġwe", + "aning" + ], + [ + "ĠF", + "if" + ], + [ + "Ġrel", + "ive" + ], + [ + "isp", + "osed" + ], + [ + "Ġgly", + "cos" + ], + [ + "ĠNeg", + "ot" + ], + [ + "Ġapproxim", + "ated" + ], + [ + "ĠBah", + "á" + ], + [ + "Ġtent", + "acles" + ], + [ + "ĠMalays", + "ian" + ], + [ + "Ġsurf", + "aced" + ], + [ + "Ġmetast", + "asis" + ], + [ + "absor", + "ption" + ], + [ + "Ġhort", + "iculture" + ], + [ + "esare", + "an" + ], + [ + "7", + "18" + ], + [ + "]", + "}" + ], + [ + "Ġto", + "pp" + ], + [ + "ĠR", + "othschild" + ], + [ + "Ġsh", + "unt" + ], + [ + "Ġimpro", + "b" + ], + [ + "Ġens", + "hr" + ], + [ + "Ġfib", + "erglass" + ], + [ + "Ġengage", + "ments" + ], + [ + "Ġphotos", + "ynthetic" + ], + [ + "Ġstimul", + "ants" + ], + [ + "Ġfed", + "eration" + ], + [ + "ĠTy", + "ph" + ], + [ + "food", + "s" + ], + [ + "thy", + "roidism" + ], + [ + "4", + "24" + ], + [ + "b", + "road" + ], + [ + "Ġp", + "omegran" + ], + [ + "ĠT", + "ric" + ], + [ + "ĠS", + "cy" + ], + [ + "ĠG", + "es" + ], + [ + "Ġab", + "lation" + ], + [ + "ru", + "ly" + ], + [ + "Ġk", + "h" + ], + [ + "Ġreal", + "istically" + ], + [ + "39", + "4" + ], + [ + "Ġinn", + "ermost" + ], + [ + "Ġcab", + "ins" + ], + [ + "ĠGem", + "ini" + ], + [ + "ĠBalk", + "an" + ], + [ + "N", + "uclear" + ], + [ + "s", + "ites" + ], + [ + "ĠT", + "end" + ], + [ + "ĠT", + "akes" + ], + [ + "um", + "ably" + ], + [ + "ign", + "on" + ], + [ + "Ġqu", + "atern" + ], + [ + "ĠV", + "s" + ], + [ + "Ġcount", + "erex" + ], + [ + "ĠSp", + "elling" + ], + [ + "for", + "gotten" + ], + [ + "Ġpoll", + "inator" + ], + [ + "Ġbur", + "gl" + ], + [ + "Im", + "mun" + ], + [ + "38", + "9" + ], + [ + "exp", + "osed" + ], + [ + "ĠPrinc", + "ip" + ], + [ + "ĠBon", + "n" + ], + [ + "ĠCel", + "ts" + ], + [ + "Ġcran", + "berry" + ], + [ + "ĠPO", + "ST" + ], + [ + "Ġfluct", + "uation" + ], + [ + "ĠBris", + "bane" + ], + [ + "C", + "rypt" + ], + [ + "E", + "gg" + ], + [ + "c", + "ats" + ], + [ + "Ġcon", + "ject" + ], + [ + "ĠC", + "ott" + ], + [ + "est", + "rian" + ], + [ + "ĠB", + "iden" + ], + [ + "ĠE", + "col" + ], + [ + "ĠN", + "erve" + ], + [ + "ĠL", + "us" + ], + [ + "Ġpl", + "t" + ], + [ + "Ġelect", + "orate" + ], + [ + "ĠState", + "ments" + ], + [ + "ĠSch", + "war" + ], + [ + "38", + "2" + ], + [ + "38", + "3" + ], + [ + "37", + "9" + ], + [ + "44", + "2" + ], + [ + "ĠÐ", + "²" + ], + [ + "Ant", + "ib" + ], + [ + "Ġcorps", + "es" + ], + [ + "ĠSimpl", + "ifying" + ], + [ + "ĠFranç", + "ois" + ], + [ + "ĠSomer", + "set" + ], + [ + "7", + "10" + ], + [ + "7", + "47" + ], + [ + "C", + "ulture" + ], + [ + "M", + "useum" + ], + [ + "f", + "ine" + ], + [ + "w", + "i" + ], + [ + "ic", + "her" + ], + [ + "Ġe", + "arthen" + ], + [ + "ĠP", + "neum" + ], + [ + "Ġun", + "important" + ], + [ + "Ġpot", + "able" + ], + [ + "St", + "an" + ], + [ + "att", + "i" + ], + [ + "ĠSer", + "ial" + ], + [ + "Ġsweet", + "ened" + ], + [ + "Ġdefe", + "ats" + ], + [ + "Ġcommemor", + "ating" + ], + [ + "Ġvisc", + "ous" + ], + [ + "Ġgeop", + "olitical" + ], + [ + "F", + "ill" + ], + [ + "c", + "ss" + ], + [ + "ĠC", + "AS" + ], + [ + "Ġde", + "ceptive" + ], + [ + "ap", + "hor" + ], + [ + "Ġfree", + "zes" + ], + [ + "ĠLe", + "an" + ], + [ + "ĠInf", + "rared" + ], + [ + "Ġsta", + "ples" + ], + [ + "Ġswing", + "ing" + ], + [ + "ĠJour", + "nals" + ], + [ + "impro", + "vement" + ], + [ + "ĠVert", + "ical" + ], + [ + "ozyg", + "ous" + ], + [ + "Ġamel", + "ior" + ], + [ + "C", + "ola" + ], + [ + "Ġs", + "ings" + ], + [ + "Ġf", + "odder" + ], + [ + "ĠH", + "itt" + ], + [ + "ĠH", + "adoop" + ], + [ + "ĠF", + "res" + ], + [ + "Ġfood", + "st" + ], + [ + "Ġrest", + "rained" + ], + [ + "rad", + "d" + ], + [ + "Ġinequ", + "ities" + ], + [ + "Ġfur", + "ious" + ], + [ + "Ġchron", + "icles" + ], + [ + "Min", + "imum" + ], + [ + "ĠFu", + "j" + ], + [ + "Ġforeshadow", + "ing" + ], + [ + "Ġtout", + "ed" + ], + [ + "J", + "O" + ], + [ + "V", + "AL" + ], + [ + "f", + "inally" + ], + [ + "le", + "igh" + ], + [ + "as", + "sembly" + ], + [ + "ĠP", + "ec" + ], + [ + "ond", + "yl" + ], + [ + "ĠAl", + "pine" + ], + [ + "Ġgl", + "ove" + ], + [ + "ĠAr", + "d" + ], + [ + "Ġlun", + "ches" + ], + [ + "Sim", + "on" + ], + [ + "EV", + "ER" + ], + [ + "G", + "all" + ], + [ + "W", + "ay" + ], + [ + "Ġa", + "k" + ], + [ + "Ġbe", + "re" + ], + [ + "ĠA", + "E" + ], + [ + "Ġr", + "umin" + ], + [ + "Ġsh", + "rew" + ], + [ + "ast", + "a" + ], + [ + "end", + "ium" + ], + [ + "Ġhum", + "our" + ], + [ + "ĠSh", + "ock" + ], + [ + "ae", + "k" + ], + [ + "Ġnarr", + "ated" + ], + [ + "Mar", + "ine" + ], + [ + "Mark", + "et" + ], + [ + "Ġeyeb", + "rows" + ], + [ + "ĠAntiqu", + "ities" + ], + [ + "s", + "olid" + ], + [ + "Ġg", + "ib" + ], + [ + "ich", + "te" + ], + [ + "Ġev", + "oked" + ], + [ + "Ġph", + "age" + ], + [ + "Ġwater", + "fowl" + ], + [ + "ĠEng", + "aging" + ], + [ + "Ġheart", + "y" + ], + [ + "ĠLe", + "y" + ], + [ + "win", + "ner" + ], + [ + "Ġbrown", + "ish" + ], + [ + "Ġfunctional", + "ities" + ], + [ + "Ġcourts", + "hip" + ], + [ + "Ġfluctu", + "ating" + ], + [ + "ĠKat", + "z" + ], + [ + "Ġthunder", + "storm" + ], + [ + "ĠJam", + "estown" + ], + [ + "ĠMell", + "on" + ], + [ + "v", + "isions" + ], + [ + "re", + "ra" + ], + [ + "er", + "oy" + ], + [ + "ce", + "les" + ], + [ + "ĠBut", + "ton" + ], + [ + "ĠZ", + "or" + ], + [ + "ym", + "our" + ], + [ + "Ġfort", + "ification" + ], + [ + "Ġcultiv", + "ar" + ], + [ + "Ġsegment", + "ed" + ], + [ + "ĠCos", + "m" + ], + [ + "Ġwors", + "ens" + ], + [ + "ĠSynt", + "hesis" + ], + [ + "Ġephemer", + "al" + ], + [ + "o", + "DB" + ], + [ + "p", + "ossibly" + ], + [ + "nd", + "ez" + ], + [ + "ĠT", + "itus" + ], + [ + "ch", + "al" + ], + [ + "ĠP", + "anch" + ], + [ + "ĠR", + "OM" + ], + [ + "Ġmult", + "iv" + ], + [ + "Ġant", + "iretroviral" + ], + [ + "Ex", + "cept" + ], + [ + "Ġmother", + "board" + ], + [ + "Ġsett", + "ler" + ], + [ + "ĠCard", + "iac" + ], + [ + "Ġburst", + "ing" + ], + [ + "Ġwit", + "ty" + ], + [ + "Ġilleg", + "itimate" + ], + [ + "oblast", + "oma" + ], + [ + "ĠNeb", + "ula" + ], + [ + "ĠN", + "airobi" + ], + [ + "Ġno", + "xious" + ], + [ + "ĠConsider", + "ations" + ], + [ + "Ġtrib", + "unal" + ], + [ + "Ġflav", + "ored" + ], + [ + "ĠGood", + "s" + ], + [ + "ĠRock", + "et" + ], + [ + "Ġacute", + "ly" + ], + [ + "ĠSem", + "in" + ], + [ + "Ġorn", + "ith" + ], + [ + "Ġexacerb", + "ating" + ], + [ + "ĠCru", + "c" + ], + [ + "ĠRefuge", + "e" + ], + [ + "spect", + "rum" + ], + [ + "5", + "19" + ], + [ + "I", + "l" + ], + [ + "c", + "ourt" + ], + [ + "n", + "uclear" + ], + [ + "ul", + "ina" + ], + [ + "ĠH", + "abs" + ], + [ + "Ġr", + "ive" + ], + [ + "Ġsh", + "orth" + ], + [ + "Ġk", + "Hz" + ], + [ + "ĠK", + "ok" + ], + [ + "Ġrep", + "atri" + ], + [ + "Ġph", + "i" + ], + [ + "Ġcommun", + "ists" + ], + [ + "Ġbi", + "otech" + ], + [ + "ane", + "ously" + ], + [ + "enn", + "es" + ], + [ + "ĠGu", + "est" + ], + [ + "Ġpoll", + "ute" + ], + [ + "AL", + "T" + ], + [ + "ĠCommon", + "ly" + ], + [ + "ĠSat", + "is" + ], + [ + "yt", + "ocin" + ], + [ + "Ġesp", + "ionage" + ], + [ + "ĠAutom", + "ation" + ], + [ + "ĠC", + "U" + ], + [ + "ĠH", + "arding" + ], + [ + "ĠK", + "ai" + ], + [ + "ex", + "ternal" + ], + [ + "Ġdr", + "unken" + ], + [ + "Ġmus", + "k" + ], + [ + "ĠGen", + "ocide" + ], + [ + "Ġrob", + "bed" + ], + [ + "Ġbreat", + "hed" + ], + [ + "omy", + "c" + ], + [ + "Ġstre", + "pt" + ], + [ + "ĠLeban", + "ese" + ], + [ + "w", + "age" + ], + [ + "Ġa", + "pe" + ], + [ + "en", + "ital" + ], + [ + "ar", + "ie" + ], + [ + "pl", + "in" + ], + [ + "the", + "rapy" + ], + [ + "ĠStud", + "ying" + ], + [ + "Ġrob", + "es" + ], + [ + "Ġfib", + "ro" + ], + [ + "ĠTem", + "p" + ], + [ + "Ġdefault", + "dict" + ], + [ + "Ġdim", + "ly" + ], + [ + "ĠSil", + "ent" + ], + [ + "ĠAsh", + "ley" + ], + [ + "Ġmaxim", + "ise" + ], + [ + "Ġcarot", + "enoids" + ], + [ + "ĠNac", + "ional" + ], + [ + "C", + "art" + ], + [ + "d", + "n" + ], + [ + "v", + "ary" + ], + [ + "ĠS", + "itting" + ], + [ + "ĠO", + "scill" + ], + [ + "Ġpre", + "face" + ], + [ + "Ġ`", + "*" + ], + [ + "ĠAb", + "igail" + ], + [ + "Ġspeed", + "y" + ], + [ + "Ġstream", + "lining" + ], + [ + "Ġescal", + "ation" + ], + [ + "ĠSin", + "clair" + ], + [ + "Proper", + "ty" + ], + [ + "Ġarrog", + "ance" + ], + [ + "Ġnas", + "cent" + ], + [ + "ĠWinn", + "ipeg" + ], + [ + "ĠMcKin", + "ley" + ], + [ + ".", + "<" + ], + [ + "r", + "ion" + ], + [ + "Ġf", + "ax" + ], + [ + "ĠM", + "BA" + ], + [ + "ĠP", + "aine" + ], + [ + "ĠY", + "ok" + ], + [ + "Ġfe", + "ats" + ], + [ + "hat", + "ma" + ], + [ + "Ġgeomet", + "rical" + ], + [ + "ĠHor", + "ace" + ], + [ + "ĠOs", + "iris" + ], + [ + "Ġintermedi", + "ary" + ], + [ + "ĠInterest", + "ing" + ], + [ + "Division", + "Error" + ], + [ + "Ġn", + "ipple" + ], + [ + "Ġch", + "ond" + ], + [ + "Ġ'", + ")" + ], + [ + "ĠZ", + "ap" + ], + [ + "Ġdimin", + "ishes" + ], + [ + "ĠOs", + "lo" + ], + [ + "week", + "ly" + ], + [ + "Ġresort", + "ing" + ], + [ + "Ġstip", + "ulated" + ], + [ + "Ġsubdu", + "ed" + ], + [ + "oc", + "lass" + ], + [ + "ĠD", + "ocker" + ], + [ + "Ġsp", + "lic" + ], + [ + "ĠL", + "enn" + ], + [ + "ĠSt", + "amp" + ], + [ + "ĠSt", + "irling" + ], + [ + "ne", + "ur" + ], + [ + "Ġstr", + "ang" + ], + [ + "ĠSp", + "arta" + ], + [ + "Ġsl", + "urry" + ], + [ + "ĠEx", + "port" + ], + [ + "oot", + "ing" + ], + [ + "roll", + "ers" + ], + [ + "ĠAm", + "anda" + ], + [ + "45", + "4" + ], + [ + "ĠMon", + "teneg" + ], + [ + "udd", + "led" + ], + [ + "Ġhom", + "ogen" + ], + [ + "ĠWork", + "place" + ], + [ + "Ġdy", + "ed" + ], + [ + "ĠCL", + "T" + ], + [ + "ĠPil", + "ate" + ], + [ + "Ġcock", + "pit" + ], + [ + "Ġcyan", + "ide" + ], + [ + "ĠClaim", + "s" + ], + [ + "Ġhypogly", + "cemia" + ], + [ + "E", + "ll" + ], + [ + "f", + "el" + ], + [ + "Ö", + "¹" + ], + [ + "Ġent", + "ice" + ], + [ + "An", + "s" + ], + [ + "ann", + "els" + ], + [ + "Ġfall", + "out" + ], + [ + "Ġlot", + "teries" + ], + [ + "Ġfr", + "anc" + ], + [ + "ĠDep", + "artments" + ], + [ + "Ġpoly", + "sac" + ], + [ + "omy", + "cin" + ], + [ + "En", + "vironment" + ], + [ + "ĠDec", + "isions" + ], + [ + "Pl", + "astic" + ], + [ + "ĠProv", + "ided" + ], + [ + "Ġhusband", + "ry" + ], + [ + "ĠJo", + "aquin" + ], + [ + "Ġbee", + "keepers" + ], + [ + "Inter", + "active" + ], + [ + "Ġcontra", + "ceptives" + ], + [ + "Ġorthodont", + "ic" + ], + [ + "D", + "H" + ], + [ + "ĠC", + "um" + ], + [ + "ĠU", + "AE" + ], + [ + "Ġdata", + "frame" + ], + [ + "Ġmod", + "ulate" + ], + [ + "Ġaccount", + "Number" + ], + [ + "Ġfat", + "ig" + ], + [ + "ĠBo", + "er" + ], + [ + "Ġperce", + "iving" + ], + [ + "ĠDar", + "ius" + ], + [ + "ĠBol", + "iv" + ], + [ + "Ġdiscrimin", + "ated" + ], + [ + "ĠRaj", + "a" + ], + [ + "Ġbru", + "ising" + ], + [ + "Ġcafeter", + "ia" + ], + [ + "C", + "ra" + ], + [ + "T", + "ools" + ], + [ + "t", + "ill" + ], + [ + "u", + "ven" + ], + [ + "er", + "ates" + ], + [ + "od", + "en" + ], + [ + "ate", + "urs" + ], + [ + "ĠP", + "OL" + ], + [ + "Ġind", + "el" + ], + [ + "ĠV", + "ary" + ], + [ + "man", + "ent" + ], + [ + "ĠRes", + "onance" + ], + [ + "Ġsw", + "ab" + ], + [ + "ĠShe", + "ffield" + ], + [ + "rown", + "ed" + ], + [ + "Ġkit", + "ten" + ], + [ + "IM", + "P" + ], + [ + "ĠEmb", + "ry" + ], + [ + "ĠKarn", + "ataka" + ], + [ + "Ġshamp", + "oo" + ], + [ + "Ġde", + "celer" + ], + [ + "ĠSt", + "aying" + ], + [ + "Ġjust", + "ices" + ], + [ + "af", + "er" + ], + [ + "su", + "ggest" + ], + [ + "Ġkn", + "ocking" + ], + [ + "ĠRef", + "lect" + ], + [ + "orph", + "y" + ], + [ + "ĠHy", + "der" + ], + [ + "ĠHill", + "ary" + ], + [ + "rob", + "at" + ], + [ + "ĠRepresent", + "ation" + ], + [ + "Ġtravers", + "ed" + ], + [ + "().", + "__" + ], + [ + "Ġextr", + "insic" + ], + [ + "Ġrearr", + "anging" + ], + [ + "ĠStephan", + "ie" + ], + [ + "OLOG", + "Y" + ], + [ + "W", + "ire" + ], + [ + "v", + "itamin" + ], + [ + "Ġpl", + "ow" + ], + [ + "Ġdis", + "d" + ], + [ + "lic", + "ting" + ], + [ + "ram", + "atic" + ], + [ + "ĠAs", + "pects" + ], + [ + "omm", + "e" + ], + [ + "Ġcare", + "less" + ], + [ + "__", + "':" + ], + [ + "ĠâĪ", + "ª" + ], + [ + "Ġwealth", + "iest" + ], + [ + "Ġfant", + "as" + ], + [ + "Ġexch", + "anger" + ], + [ + "Ġinsist", + "ing" + ], + [ + "ĠProtect", + "ing" + ], + [ + "ĠCe", + "res" + ], + [ + "ĠWor", + "cester" + ], + [ + "Ġunm", + "ist" + ], + [ + "ĠChau", + "cer" + ], + [ + "Ġheres", + "y" + ], + [ + "8", + "66" + ], + [ + "×", + "ĵ" + ], + [ + "Ġcent", + "imetres" + ], + [ + "Ġfulf", + "ills" + ], + [ + "Ġmarvel", + "ous" + ], + [ + "ĠSubst", + "ances" + ], + [ + "or", + "is" + ], + [ + "Ġb", + "ows" + ], + [ + "ĠR", + "iley" + ], + [ + "Ġcomp", + "action" + ], + [ + "ang", + "an" + ], + [ + "Ġfem", + "ur" + ], + [ + "ĠDi", + "ary" + ], + [ + "Ġbull", + "ies" + ], + [ + "Ġμ", + "m" + ], + [ + "Ġprosec", + "uted" + ], + [ + "Flor", + "ida" + ], + [ + "p", + "owers" + ], + [ + "Ġb", + "ouncing" + ], + [ + "ĠT", + "EXT" + ], + [ + "Ġun", + "bear" + ], + [ + "Ġph", + "thal" + ], + [ + "Ġfresh", + "ness" + ], + [ + "Ġsin", + "ners" + ], + [ + "ĠLa", + "o" + ], + [ + "Ġpreced", + "e" + ], + [ + "Ġexagger", + "ation" + ], + [ + "ĠAnat", + "olia" + ], + [ + "Ġjog", + "ging" + ], + [ + "Ġhemisp", + "heres" + ], + [ + "egy", + "pt" + ], + [ + "Ġirides", + "cent" + ], + [ + "B", + "and" + ], + [ + "p", + "and" + ], + [ + "ä", + "¹" + ], + [ + "Ġt", + "ern" + ], + [ + "Ġw", + "iping" + ], + [ + "Ġth", + "rom" + ], + [ + "Ġwill", + "s" + ], + [ + "av", + "g" + ], + [ + "vers", + "ive" + ], + [ + "ĠX", + "ia" + ], + [ + "47", + "1" + ], + [ + "start", + "ing" + ], + [ + "omorph", + "isms" + ], + [ + "Hand", + "ler" + ], + [ + "ĠGastro", + "enter" + ], + [ + "v", + "irtual" + ], + [ + "it", + "eration" + ], + [ + "ĠC", + "ERN" + ], + [ + "Ġse", + "ren" + ], + [ + "ĠE", + "W" + ], + [ + "ich", + "o" + ], + [ + "end", + "ments" + ], + [ + "Ġdi", + "apers" + ], + [ + "ones", + "e" + ], + [ + "ĠRem", + "ind" + ], + [ + "ĠIr", + "rigation" + ], + [ + "Ġfu", + "selage" + ], + [ + "ĠTim", + "or" + ], + [ + "Ġcow", + "ard" + ], + [ + "ĠAff", + "ordable" + ], + [ + "Ġanten", + "nae" + ], + [ + "Ġatten", + "uation" + ], + [ + "Ġdisj", + "ointed" + ], + [ + "b", + "atch" + ], + [ + "t", + "ip" + ], + [ + "le", + "uk" + ], + [ + "ĠS", + "ie" + ], + [ + "ĠC", + "ite" + ], + [ + "ĠSh", + "abbat" + ], + [ + "gen", + "erally" + ], + [ + "80", + "1" + ], + [ + "ĠPat", + "agon" + ], + [ + "Ġhonor", + "ary" + ], + [ + "Ġasp", + "ire" + ], + [ + "Ġexert", + "s" + ], + [ + "ĠSM", + "ART" + ], + [ + "ĠUlt", + "imate" + ], + [ + "Ġplun", + "ged" + ], + [ + "Ġmim", + "icking" + ], + [ + "ĠâĪŀ", + ")" + ], + [ + "Ġaltru", + "ism" + ], + [ + "Ġexcre", + "ted" + ], + [ + "4", + "17" + ], + [ + "Ġo", + "aks" + ], + [ + "it", + "ertools" + ], + [ + "ĠS", + "á" + ], + [ + "ach", + "a" + ], + [ + "Ġsm", + "elling" + ], + [ + "Ġsecond", + "ly" + ], + [ + "ĠSh", + "into" + ], + [ + "ĠCol", + "our" + ], + [ + "Ġmicro", + "phones" + ], + [ + "ĠQu", + "it" + ], + [ + "ĠBro", + "ken" + ], + [ + "D", + "utch" + ], + [ + "t", + "ier" + ], + [ + "Ġst", + "ings" + ], + [ + "Ġr", + "anger" + ], + [ + "ĠD", + "oll" + ], + [ + "Ġent", + "om" + ], + [ + "ĠChar", + "ity" + ], + [ + "Ġrh", + "od" + ], + [ + "Ġmit", + "z" + ], + [ + "ĠMac", + "Donald" + ], + [ + "Ġadj", + "acency" + ], + [ + "ĠLy", + "ndon" + ], + [ + "stat", + "istics" + ], + [ + "Ġvigil", + "ance" + ], + [ + "Ġcommence", + "ment" + ], + [ + "Ġdias", + "pora" + ], + [ + "l", + "if" + ], + [ + "at", + "est" + ], + [ + "ant", + "ib" + ], + [ + "ĠK", + "ipp" + ], + [ + "of", + "lu" + ], + [ + "ĠCom", + "pliance" + ], + [ + "Ġburn", + "er" + ], + [ + "Ġnavig", + "ated" + ], + [ + "ĠSur", + "prisingly" + ], + [ + "ĠSupp", + "lements" + ], + [ + "requ", + "ired" + ], + [ + "inst", + "ead" + ], + [ + "Ġchlor", + "oplast" + ], + [ + "Ġhydro", + "chlor" + ], + [ + "ĠVit", + "amins" + ], + [ + "record", + "ed" + ], + [ + "ĠSchne", + "ider" + ], + [ + "C", + "reated" + ], + [ + "T", + "ypical" + ], + [ + "m", + "ess" + ], + [ + "Ġw", + "iser" + ], + [ + "ĠT", + "ube" + ], + [ + "ĠC", + "oss" + ], + [ + "ĠB", + "t" + ], + [ + "Ġpe", + "g" + ], + [ + "Ġcle", + "ars" + ], + [ + "Ġcustom", + "izable" + ], + [ + "organ", + "ism" + ], + [ + "Ġterra", + "ces" + ], + [ + "Ġcac", + "ao" + ], + [ + "Ġdomest", + "ication" + ], + [ + "\"", + "):" + ], + [ + "]", + "):" + ], + [ + "l", + "iquid" + ], + [ + "Ġp", + "ines" + ], + [ + "ĠSt", + "ones" + ], + [ + "ĠY", + "or" + ], + [ + "arr", + "is" + ], + [ + "Ġfr", + "ig" + ], + [ + "Ġmis", + "chie" + ], + [ + "Ġdiss", + "olving" + ], + [ + "ĠExper", + "iences" + ], + [ + "ĠMu", + "ir" + ], + [ + "Ġlact", + "ation" + ], + [ + "proper", + "ties" + ], + [ + "Ve", + "get" + ], + [ + "Ġcripp", + "ling" + ], + [ + "Ġlandsl", + "ide" + ], + [ + "Ġd", + "un" + ], + [ + "as", + "an" + ], + [ + "ch", + "airs" + ], + [ + "ĠB", + "ess" + ], + [ + "Ġsh", + "one" + ], + [ + "ĠN", + "V" + ], + [ + "ĠN", + "RC" + ], + [ + "pl", + "oid" + ], + [ + "ĠK", + "M" + ], + [ + "Ġsub", + "mers" + ], + [ + "ĠLe", + "ipzig" + ], + [ + "ĠSec", + "rets" + ], + [ + "Cont", + "rary" + ], + [ + "Ġsuffer", + "ings" + ], + [ + "Ġadul", + "tery" + ], + [ + "ripp", + "s" + ], + [ + "igraph", + "ic" + ], + [ + "ĠIndic", + "ators" + ], + [ + "Ġabr", + "asive" + ], + [ + "5", + "11" + ], + [ + "e", + "cho" + ], + [ + "ĠJ", + "ensen" + ], + [ + "Ġsc", + "ribes" + ], + [ + "Ġ`", + "@" + ], + [ + "Ġgood", + "will" + ], + [ + "Ġcrit", + "iques" + ], + [ + "Ġsecret", + "ive" + ], + [ + "Ġtot", + "ality" + ], + [ + "ĠInteg", + "rity" + ], + [ + "stru", + "al" + ], + [ + "Ġoct", + "ave" + ], + [ + "---", + "+" + ], + [ + "Ġlod", + "ged" + ], + [ + "t", + "ank" + ], + [ + "ĠP", + "AT" + ], + [ + "Ġcan", + "oes" + ], + [ + "ĠD", + "EL" + ], + [ + "ĠD", + "angerous" + ], + [ + "Ġun", + "regulated" + ], + [ + "Ġcol", + "ossal" + ], + [ + "Ġequ", + "ates" + ], + [ + "ĠBl", + "ues" + ], + [ + "ĠEd", + "itors" + ], + [ + "Ġstar", + "ve" + ], + [ + "top", + "ic" + ], + [ + "ä", + "t" + ], + [ + "ĠInteg", + "rating" + ], + [ + "hell", + "s" + ], + [ + "ĠHas", + "hem" + ], + [ + "Ġnod", + "ded" + ], + [ + "Ġmedi", + "ators" + ], + [ + "ĠLad", + "ies" + ], + [ + "ĠGeor", + "ges" + ], + [ + "Ġovercrow", + "ding" + ], + [ + "Ġmisf", + "ortune" + ], + [ + "c", + "ited" + ], + [ + "c", + "oded" + ], + [ + "v", + "ir" + ], + [ + "z", + "ac" + ], + [ + "ch", + "io" + ], + [ + "ĠI", + "st" + ], + [ + "ĠI", + "CC" + ], + [ + "Ġnot", + "ch" + ], + [ + "ĠN", + "AF" + ], + [ + "ĠG", + "ras" + ], + [ + "ĠAd", + "ri" + ], + [ + "Ġx", + "x" + ], + [ + "me", + "asures" + ], + [ + "Ġpay", + "able" + ], + [ + "ĠComp", + "rehension" + ], + [ + "gy", + "z" + ], + [ + "Ġcomprehens", + "ions" + ], + [ + "ĠGovern", + "ors" + ], + [ + "°", + "," + ], + [ + "Ġque", + "er" + ], + [ + "Ġepid", + "ermis" + ], + [ + "Ġhack", + "ed" + ], + [ + "ĠHard", + "ware" + ], + [ + "ĠSleep", + "ing" + ], + [ + "Build", + "er" + ], + [ + "4", + "18" + ], + [ + "A", + "x" + ], + [ + "Ġm", + "owing" + ], + [ + "Ġg", + "els" + ], + [ + "ĠS", + "AS" + ], + [ + "ĠN", + "ure" + ], + [ + "Ġret", + "reating" + ], + [ + "Ġmet", + "iculously" + ], + [ + "Ġet", + "iology" + ], + [ + "ĠMad", + "ame" + ], + [ + "ĠEnter", + "tainment" + ], + [ + "ĠEve", + "lyn" + ], + [ + "Ġunfair", + "ly" + ], + [ + "Ġarrog", + "ant" + ], + [ + "Ġdiagon", + "als" + ], + [ + "Ġin", + "experienced" + ], + [ + "Ġre", + "using" + ], + [ + "ul", + "ose" + ], + [ + "ĠC", + "ork" + ], + [ + "iss", + "ues" + ], + [ + "Ġform", + "ality" + ], + [ + "Ġrad", + "iating" + ], + [ + "ĠCont", + "rolled" + ], + [ + "Ġnetwork", + "ed" + ], + [ + "asp", + "hem" + ], + [ + "Ġconvention", + "ally" + ], + [ + "Food", + "s" + ], + [ + "prot", + "ection" + ], + [ + "Exp", + "anding" + ], + [ + "Plan", + "ning" + ], + [ + "Ġneurolog", + "ic" + ], + [ + "Wil", + "son" + ], + [ + "Ġunequ", + "iv" + ], + [ + "L", + "es" + ], + [ + "Ġf", + "ries" + ], + [ + "ĠP", + "end" + ], + [ + "ĠPl", + "asma" + ], + [ + "ĠBe", + "owulf" + ], + [ + "ĠAS", + "S" + ], + [ + "stant", + "ial" + ], + [ + "Ġcamps", + "ite" + ], + [ + "Ġindent", + "ation" + ], + [ + "Ġevangel", + "ical" + ], + [ + "S", + "weet" + ], + [ + "ĠL", + "ance" + ], + [ + "Ġinc", + "arn" + ], + [ + "Ġdec", + "ou" + ], + [ + "Ġtrans", + "act" + ], + [ + "gan", + "o" + ], + [ + "ĠHe", + "ating" + ], + [ + "Ġconst", + "rued" + ], + [ + "Ġbehav", + "ed" + ], + [ + "aut", + "s" + ], + [ + "Ġnational", + "ities" + ], + [ + "Ġunw", + "avering" + ], + [ + "Ed", + "ited" + ], + [ + "ĠLow", + "ell" + ], + [ + "Ġprotest", + "ing" + ], + [ + "Ġincub", + "ated" + ], + [ + "Rev", + "ised" + ], + [ + "exc", + "luding" + ], + [ + "Occ", + "up" + ], + [ + "Q", + "A" + ], + [ + "Ġto", + "re" + ], + [ + "ĠM", + "og" + ], + [ + "ant", + "ically" + ], + [ + "Ġte", + "eming" + ], + [ + "Ġreg", + "imens" + ], + [ + "Ġgra", + "ze" + ], + [ + "Ġcall", + "igraphy" + ], + [ + "Ġconf", + "erencing" + ], + [ + "ĠGreen", + "wood" + ], + [ + "Col", + "on" + ], + [ + "UT", + "C" + ], + [ + "Ġhoney", + "bees" + ], + [ + "ĠLE", + "ED" + ], + [ + "Ġburge", + "oning" + ], + [ + "D", + "ynamic" + ], + [ + "S", + "ession" + ], + [ + "b", + "ion" + ], + [ + "ic", + "ule" + ], + [ + "iv", + "ot" + ], + [ + "ub", + "in" + ], + [ + "Ġinform", + "ally" + ], + [ + "Ġdestroy", + "er" + ], + [ + "gl", + "ut" + ], + [ + "UR", + "N" + ], + [ + "Ġstrange", + "ly" + ], + [ + "Val", + "ues" + ], + [ + "Ġmascul", + "inity" + ], + [ + "Ġdeterg", + "ents" + ], + [ + "Ġhypox", + "ia" + ], + [ + "ĠLEG", + "O" + ], + [ + "ĠCly", + "de" + ], + [ + "ĠIroqu", + "ois" + ], + [ + "4", + "26" + ], + [ + "ion", + "es" + ], + [ + "Ġl", + "ance" + ], + [ + "id", + "in" + ], + [ + "ĠP", + "SA" + ], + [ + "Ġcaus", + "ative" + ], + [ + "ĠCl", + "aire" + ], + [ + "ĠRef", + "lection" + ], + [ + "ĠNav", + "ier" + ], + [ + "Ġoverl", + "aps" + ], + [ + "ĠPu", + "get" + ], + [ + "Ġgly", + "col" + ], + [ + "Gu", + "id" + ], + [ + "Mon", + "itoring" + ], + [ + "Ġforb", + "id" + ], + [ + "Ġpolyphen", + "ols" + ], + [ + "ĠEntreprene", + "urs" + ], + [ + "R", + "og" + ], + [ + "m", + "apping" + ], + [ + "o", + "ire" + ], + [ + "Ġw", + "aving" + ], + [ + "Ġm", + "ash" + ], + [ + "Ġst", + "out" + ], + [ + "ĠM", + "ash" + ], + [ + "ĠB", + "ering" + ], + [ + "ĠH", + "OW" + ], + [ + "ip", + "ient" + ], + [ + "ĠJ", + "i" + ], + [ + "ong", + "ed" + ], + [ + "Ġdel", + "ved" + ], + [ + "ING", + "TON" + ], + [ + "Ġabund", + "antly" + ], + [ + "77", + "7" + ], + [ + "public", + "ations" + ], + [ + "ĠEmphas", + "izing" + ], + [ + "Ġetym", + "ology" + ], + [ + "\"", + "âĢĶ" + ], + [ + "S", + "udden" + ], + [ + "f", + "ing" + ], + [ + "Ġu", + "k" + ], + [ + "ĠC", + "trl" + ], + [ + "rom", + "eter" + ], + [ + "Ġdis", + "grace" + ], + [ + "ex", + "ception" + ], + [ + "Ġgood", + "bye" + ], + [ + "Ġsl", + "ack" + ], + [ + "Ġfa", + "ire" + ], + [ + "ocy", + "tic" + ], + [ + "Ġcosm", + "opolitan" + ], + [ + "Ġdye", + "ing" + ], + [ + "ĠBry", + "ant" + ], + [ + "ĠCatal", + "an" + ], + [ + "B", + "all" + ], + [ + "P", + "ing" + ], + [ + "ĠS", + "EL" + ], + [ + "ĠM", + "K" + ], + [ + "ĠL", + "atter" + ], + [ + "Ġeas", + "ing" + ], + [ + "ateg", + "or" + ], + [ + "ĠApp", + "ropriate" + ], + [ + "Ġball", + "ots" + ], + [ + "Ġfasc", + "ia" + ], + [ + "Ġdecom", + "posed" + ], + [ + "ĠNic", + "olas" + ], + [ + "ĠDun", + "n" + ], + [ + "Ġcommemor", + "ated" + ], + [ + "ĠFrancisc", + "an" + ], + [ + "g", + "ot" + ], + [ + "m", + "ine" + ], + [ + "il", + "ess" + ], + [ + "Ġn", + "ib" + ], + [ + "ĠC", + "oul" + ], + [ + "est", + "het" + ], + [ + "Ġch", + "atter" + ], + [ + "ĠF", + "owler" + ], + [ + "ĠL", + "unch" + ], + [ + "ple", + "ase" + ], + [ + "te", + "achers" + ], + [ + "aw", + "an" + ], + [ + "Ġaff", + "ords" + ], + [ + "Ġsust", + "ains" + ], + [ + "ĠĠĠĠĠĠĠĠ", + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ" + ], + [ + "Ġcast", + "es" + ], + [ + "oper", + "ated" + ], + [ + "ĠGal", + "actic" + ], + [ + "Out", + "side" + ], + [ + "ĠOffic", + "ials" + ], + [ + "ĠLat", + "via" + ], + [ + "La", + "unch" + ], + [ + "K", + "n" + ], + [ + "Ð", + "³" + ], + [ + "Ġb", + "outs" + ], + [ + "ĠF", + "us" + ], + [ + "ĠL", + "ister" + ], + [ + "Ġpres", + "ided" + ], + [ + "Ġtre", + "mbling" + ], + [ + "Ġrevolution", + "aries" + ], + [ + "ĠBel", + "ieve" + ], + [ + "Ġparallel", + "ism" + ], + [ + "ĠPlant", + "ation" + ], + [ + "Art", + "icles" + ], + [ + "direct", + "ories" + ], + [ + "Ġintens", + "ities" + ], + [ + "Ġmeg", + "awatts" + ], + [ + "â̦â̦", + "â̦â̦" + ], + [ + "Ġbic", + "arbonate" + ], + [ + "Ġcrick", + "ets" + ], + [ + "ĠAntib", + "iotics" + ], + [ + "Ġbuoy", + "ancy" + ], + [ + "5", + "35" + ], + [ + "9", + "80" + ], + [ + "y", + "ah" + ], + [ + "is", + "ors" + ], + [ + "ut", + "um" + ], + [ + "ĠIn", + "sufficient" + ], + [ + "Ġover", + "stated" + ], + [ + "Ġacc", + "retion" + ], + [ + "ĠV", + "ARCHAR" + ], + [ + "Ġmon", + "og" + ], + [ + "Ġfinal", + "ize" + ], + [ + "ĠMy", + "r" + ], + [ + "Ġdu", + "ly" + ], + [ + "Ġrough", + "ness" + ], + [ + "orph", + "ous" + ], + [ + "Ġsubtle", + "ties" + ], + [ + "Ġbuzz", + "ing" + ], + [ + "Ġlad", + "en" + ], + [ + "skin", + "ned" + ], + [ + "Ġconnot", + "ation" + ], + [ + "certain", + "ty" + ], + [ + "Ġtrunc", + "ated" + ], + [ + "ĠCliff", + "ord" + ], + [ + "ĠThess", + "al" + ], + [ + "8", + "77" + ], + [ + "F", + "ailed" + ], + [ + "S", + "ac" + ], + [ + "at", + "he" + ], + [ + "Ġp", + "ung" + ], + [ + "ĠD", + "rain" + ], + [ + "ĠO", + "y" + ], + [ + "ĠJ", + "al" + ], + [ + "Ġj", + "ug" + ], + [ + "Ġreg", + "urg" + ], + [ + "Ġcharacter", + "izing" + ], + [ + "__", + "." + ], + [ + "ĠBo", + "is" + ], + [ + "Ġcolon", + "ize" + ], + [ + "Ġimmun", + "oglob" + ], + [ + "Pal", + "indrome" + ], + [ + "Draw", + "ing" + ], + [ + "ecl", + "ampsia" + ], + [ + "E", + "ight" + ], + [ + "m", + "ere" + ], + [ + "ĠC", + "FR" + ], + [ + "ain", + "der" + ], + [ + "ne", + "z" + ], + [ + "cer", + "y" + ], + [ + "chan", + "ics" + ], + [ + "down", + "load" + ], + [ + "ĠVis", + "itor" + ], + [ + "Ġmobil", + "ized" + ], + [ + "avor", + "ite" + ], + [ + "Ġtheolog", + "ian" + ], + [ + "ĠYuk", + "on" + ], + [ + "ĠHels", + "inki" + ], + [ + "C", + "ool" + ], + [ + "F", + "requency" + ], + [ + "g", + "le" + ], + [ + "ay", + "e" + ], + [ + "ĠC", + "G" + ], + [ + "res", + "istance" + ], + [ + "un", + "gen" + ], + [ + "Ġro", + "ar" + ], + [ + "Ġam", + "using" + ], + [ + "Ġbu", + "cks" + ], + [ + "ex", + "posure" + ], + [ + "Ġclass", + "ed" + ], + [ + "Ġx", + "ml" + ], + [ + "ĠGo", + "ose" + ], + [ + "Ġsold", + "ering" + ], + [ + "ĠInter", + "actions" + ], + [ + "ĠInf", + "lation" + ], + [ + "ns", + "ics" + ], + [ + "Ġgate", + "ways" + ], + [ + "ĠConc", + "erns" + ], + [ + "Ġperme", + "ates" + ], + [ + "doc", + "s" + ], + [ + "ĠInstruction", + "al" + ], + [ + "ĠCroat", + "ian" + ], + [ + "ĠDw", + "ight" + ], + [ + "d", + "iam" + ], + [ + "ĠY", + "i" + ], + [ + "Ġphys", + "i" + ], + [ + "head", + "ing" + ], + [ + "Ġbul", + "ld" + ], + [ + "gra", + "bbing" + ], + [ + "ĠUN", + "HCR" + ], + [ + "ĠCult", + "ures" + ], + [ + "heum", + "atic" + ], + [ + "Ġmol", + "asses" + ], + [ + "Ġana", + "emia" + ], + [ + "ĠDream", + "s" + ], + [ + "ĠJos", + "iah" + ], + [ + "ĠIncorpor", + "ated" + ], + [ + "Ġot", + "ter" + ], + [ + "D", + "ictionary" + ], + [ + "I", + "NA" + ], + [ + "M", + "IN" + ], + [ + "j", + "ord" + ], + [ + "Ġl", + "au" + ], + [ + "Ġl", + "arynx" + ], + [ + "ĠI", + "RS" + ], + [ + "ist", + "ering" + ], + [ + "ĠL", + "ens" + ], + [ + "Ġcent", + "roid" + ], + [ + "man", + "ac" + ], + [ + "amm", + "ers" + ], + [ + "Ġlab", + "elling" + ], + [ + "ĠWill", + "is" + ], + [ + "ĠPre", + "v" + ], + [ + "sect", + "s" + ], + [ + "ĠBra", + "hma" + ], + [ + "37", + "8" + ], + [ + "Ġmyth", + "ologies" + ], + [ + "AP", + "TER" + ], + [ + "Ġuns", + "ur" + ], + [ + "ĠUV", + "A" + ], + [ + "Ġunch", + "arted" + ], + [ + "ĠBor", + "is" + ], + [ + "Ess", + "ay" + ], + [ + "symb", + "ol" + ], + [ + "d", + "c" + ], + [ + "s", + "alt" + ], + [ + "ĠM", + "ines" + ], + [ + "op", + "on" + ], + [ + "ie", + "ft" + ], + [ + "Ġtax", + "ing" + ], + [ + "ĠMost", + "ly" + ], + [ + "Ġap", + "ric" + ], + [ + "Let", + "ters" + ], + [ + "ĠSk", + "ill" + ], + [ + "Like", + "wise" + ], + [ + "ĠPrior", + "itize" + ], + [ + "Ġaggrav", + "ated" + ], + [ + "bohyd", + "rate" + ], + [ + "Ġrais", + "ins" + ], + [ + "^", + "-" + ], + [ + "e", + "ering" + ], + [ + "y", + "x" + ], + [ + "is", + "or" + ], + [ + "il", + "itation" + ], + [ + "ĠT", + "T" + ], + [ + "ol", + "ian" + ], + [ + "ĠH", + "EL" + ], + [ + "ĠL", + "ivestock" + ], + [ + "Ġgra", + "vey" + ], + [ + "Ġlit", + "t" + ], + [ + "ĠDe", + "leg" + ], + [ + "Ġbur", + "g" + ], + [ + "Ġhon", + "ed" + ], + [ + "Ġoverl", + "ay" + ], + [ + "ĠSol", + "ve" + ], + [ + "è", + "s" + ], + [ + "ĠDomin", + "ion" + ], + [ + "Ġextingu", + "ished" + ], + [ + "H", + "V" + ], + [ + "P", + "ont" + ], + [ + "c", + "um" + ], + [ + "f", + "an" + ], + [ + "t", + "all" + ], + [ + "ĠJ", + "edi" + ], + [ + "Ġmon", + "olithic" + ], + [ + "ral", + "tar" + ], + [ + "ĠCon", + "ver" + ], + [ + "ĠRe", + "vision" + ], + [ + "Ġet", + "ching" + ], + [ + "Ġbreak", + "up" + ], + [ + "pat", + "rick" + ], + [ + "Ġnan", + "ometers" + ], + [ + "ĠNic", + "ol" + ], + [ + "ĠStri", + "ke" + ], + [ + "Ġaur", + "ora" + ], + [ + "ĠLingu", + "istics" + ], + [ + "Ġove", + "reating" + ], + [ + "ĠEcl", + "ipse" + ], + [ + "ĠRemem", + "brance" + ], + [ + "b", + "ones" + ], + [ + "at", + "ross" + ], + [ + "st", + "ere" + ], + [ + "ĠT", + "it" + ], + [ + "ig", + "i" + ], + [ + "per", + "ial" + ], + [ + "ec", + "ological" + ], + [ + "ĠY", + "as" + ], + [ + "gg", + "y" + ], + [ + ".\"", + "." + ], + [ + "ĠZ", + "el" + ], + [ + "Ġlay", + "ering" + ], + [ + "ĠInstru", + "ment" + ], + [ + "4", + "37" + ], + [ + "um", + "ab" + ], + [ + "ĠP", + "eg" + ], + [ + "ĠB", + "ene" + ], + [ + "ag", + "et" + ], + [ + "ĠU", + "X" + ], + [ + "Ġend", + "orphins" + ], + [ + "Ġcheck", + "ups" + ], + [ + "Ġtim", + "est" + ], + [ + "ĠBi", + "as" + ], + [ + "Ġpun", + "ishing" + ], + [ + "Dep", + "osit" + ], + [ + "lyn", + "n" + ], + [ + "ĠTool", + "kit" + ], + [ + "ĠParent", + "ing" + ], + [ + "ĠPF", + "AS" + ], + [ + "Ġmonolog", + "ues" + ], + [ + "Ġinterd", + "ependence" + ], + [ + "Ġa", + "uster" + ], + [ + "al", + "ore" + ], + [ + "Ġre", + "vert" + ], + [ + "op", + "ithe" + ], + [ + "ĠF", + "old" + ], + [ + "ĠR", + "ash" + ], + [ + "Ġbott", + "oms" + ], + [ + "cont", + "ract" + ], + [ + "che", + "v" + ], + [ + "ĠMet", + "abolism" + ], + [ + "Ġgar", + "nered" + ], + [ + "Ġinert", + "ial" + ], + [ + "Ġstunt", + "ed" + ], + [ + "C", + "Y" + ], + [ + "c", + "het" + ], + [ + "Ġm", + "M" + ], + [ + "ĠG", + "om" + ], + [ + "ĠO", + "dd" + ], + [ + "ll", + "ium" + ], + [ + "Ġfl", + "ushed" + ], + [ + "Ġgrow", + "er" + ], + [ + "Ġter", + "race" + ], + [ + "ĠAm", + "pl" + ], + [ + "ĠMc", + "Don" + ], + [ + "col", + "oured" + ], + [ + "under", + "standing" + ], + [ + "unct", + "uation" + ], + [ + "ĠHutch", + "inson" + ], + [ + "B", + "ell" + ], + [ + "I", + "ran" + ], + [ + "S", + "eries" + ], + [ + "T", + "opic" + ], + [ + "Ġbe", + "wild" + ], + [ + "ĠB", + "ears" + ], + [ + "ĠD", + "ix" + ], + [ + "ĠO", + "M" + ], + [ + "ĠJ", + "iang" + ], + [ + "Ġgener", + "ative" + ], + [ + "Ġdevelopment", + "ally" + ], + [ + "arr", + "hea" + ], + [ + "Ġtri", + "o" + ], + [ + "Ġmicro", + "grams" + ], + [ + "Ġnan", + "oscale" + ], + [ + "opl", + "asma" + ], + [ + "Ġreciproc", + "ity" + ], + [ + "ĠBron", + "x" + ], + [ + "Ġluc", + "id" + ], + [ + "Ġaccus", + "ation" + ], + [ + "Ġannex", + "ation" + ], + [ + "ĠDaw", + "son" + ], + [ + "C", + "ert" + ], + [ + "Å", + "¾" + ], + [ + "ar", + "ro" + ], + [ + "ĠP", + "ie" + ], + [ + "Ġr", + "ipped" + ], + [ + "Ġad", + "mon" + ], + [ + "Ġ\"", + "-" + ], + [ + "Ġsc", + "ur" + ], + [ + "erm", + "ann" + ], + [ + "Ġsk", + "ate" + ], + [ + "Ġdang", + "ling" + ], + [ + "Ġseason", + "ally" + ], + [ + "Ġdistribut", + "es" + ], + [ + "Ġwel", + "comes" + ], + [ + "Ġinvent", + "ing" + ], + [ + "sever", + "al" + ], + [ + "Ġamphib", + "ian" + ], + [ + "Ġspectrom", + "etry" + ], + [ + "Ġinsepar", + "able" + ], + [ + "Ġw", + "ipes" + ], + [ + "Ġp", + "im" + ], + [ + "Ġb", + "art" + ], + [ + "ch", + "id" + ], + [ + "ĠM", + "are" + ], + [ + "Ġge", + "ys" + ], + [ + "rows", + "iness" + ], + [ + "rect", + "angle" + ], + [ + "Ġideal", + "ized" + ], + [ + "44", + "1" + ], + [ + "Ġstock", + "ed" + ], + [ + "46", + "3" + ], + [ + "UT", + "ION" + ], + [ + "dec", + "orator" + ], + [ + "Second", + "ary" + ], + [ + "ĠâĪ«", + "(" + ], + [ + "ĠSens", + "itivity" + ], + [ + "Ġdismant", + "led" + ], + [ + "Strateg", + "y" + ], + [ + "ĠAcknow", + "ledge" + ], + [ + "ĠPRIM", + "ARY" + ], + [ + "C", + "hat" + ], + [ + "Ġw", + "ont" + ], + [ + "Ġh", + "oses" + ], + [ + "ĠS", + "ear" + ], + [ + "ĠC", + "unningham" + ], + [ + "ĠM", + "d" + ], + [ + "ĠW", + "ritings" + ], + [ + "all", + "i" + ], + [ + "ĠTh", + "ousand" + ], + [ + "Ġtw", + "enties" + ], + [ + "ism", + "a" + ], + [ + "aut", + "hent" + ], + [ + "Ġwa", + "res" + ], + [ + "ĠHistor", + "ian" + ], + [ + "ĠJam", + "ie" + ], + [ + "Diff", + "erence" + ], + [ + "Ġcowork", + "er" + ], + [ + "ĠSymph", + "ony" + ], + [ + "re", + "duction" + ], + [ + "Ġb", + "ri" + ], + [ + "ar", + "ctic" + ], + [ + "Ġv", + "ign" + ], + [ + "ĠE", + "sk" + ], + [ + "ĠN", + "atives" + ], + [ + "Ġj", + "ams" + ], + [ + "Ġover", + "fishing" + ], + [ + "ĠK", + "ern" + ], + [ + "Ġbl", + "ink" + ], + [ + "Ġcho", + "ke" + ], + [ + "Ġclos", + "eness" + ], + [ + "di", + "abetes" + ], + [ + "ĠCho", + "ices" + ], + [ + "t", + "ested" + ], + [ + "v", + "ara" + ], + [ + "re", + "b" + ], + [ + "ĠA", + "the" + ], + [ + "ĠN", + "ah" + ], + [ + "Ġcall", + "back" + ], + [ + "ĠEng", + "l" + ], + [ + "Ġvalid", + "ates" + ], + [ + "39", + "7" + ], + [ + "ĠElect", + "ron" + ], + [ + "ĠHy", + "pertension" + ], + [ + "Ġadvis", + "ers" + ], + [ + "Ġsyll", + "og" + ], + [ + "Opt", + "im" + ], + [ + "ĠPregn", + "ant" + ], + [ + "Ġcreep", + "y" + ], + [ + "Ġspectrom", + "eter" + ], + [ + "Ġspat", + "ially" + ], + [ + "Ġcarc", + "ass" + ], + [ + "Ġshred", + "ded" + ], + [ + "4", + "28" + ], + [ + "C", + "over" + ], + [ + "Ġp", + "ensions" + ], + [ + "yl", + "an" + ], + [ + "Ġdecre", + "ed" + ], + [ + "ĠInt", + "ra" + ], + [ + "Ġwinter", + "ing" + ], + [ + "En", + "joy" + ], + [ + "ĠSub", + "scribe" + ], + [ + "sub", + "array" + ], + [ + "Sk", + "ip" + ], + [ + "ĠEmb", + "assy" + ], + [ + "Ġcovari", + "ance" + ], + [ + "H", + "M" + ], + [ + "a", + "ires" + ], + [ + "re", + "act" + ], + [ + "ur", + "c" + ], + [ + "ĠA", + "ru" + ], + [ + "ĠB", + "rowning" + ], + [ + "ĠD", + "ress" + ], + [ + "ight", + "ing" + ], + [ + "Ġmod", + "elled" + ], + [ + "ĠSh", + "ak" + ], + [ + "ĠBl", + "ocks" + ], + [ + "Ġsuper", + "iors" + ], + [ + "ĠPer", + "ception" + ], + [ + "part", + "icip" + ], + [ + "Ġcircum", + "vent" + ], + [ + "ĠDet", + "ective" + ], + [ + "ĠRom", + "ance" + ], + [ + "iac", + "in" + ], + [ + "ĠTu", + "ber" + ], + [ + "ĠKath", + "leen" + ], + [ + "Ġhort", + "icultural" + ], + [ + "Ġcurs", + "ive" + ], + [ + "a", + "eda" + ], + [ + "ĠM", + "add" + ], + [ + "op", + "hor" + ], + [ + "Ġch", + "al" + ], + [ + "âĢĻ", + ")." + ], + [ + "ĠL", + "IFE" + ], + [ + "ph", + "osph" + ], + [ + "Ġher", + "mit" + ], + [ + "Ġprot", + "agonists" + ], + [ + "ĠAr", + "gon" + ], + [ + "Ġdesc", + "ends" + ], + [ + "Ġfinal", + "ized" + ], + [ + "ĠDay", + "ton" + ], + [ + "Ġmotor", + "ists" + ], + [ + "Ġvent", + "ured" + ], + [ + "ĠAR", + "M" + ], + [ + "Mar", + "ie" + ], + [ + "ĠRest", + "aurant" + ], + [ + "ĠTri", + "ple" + ], + [ + "Ġcommemor", + "ates" + ], + [ + "Educ", + "ational" + ], + [ + "ĠCos", + "mic" + ], + [ + "Ġpist", + "ol" + ], + [ + "War", + "ning" + ], + [ + "Ġdiplom", + "ats" + ], + [ + "Ġpamph", + "lets" + ], + [ + "ĠPhen", + "omen" + ], + [ + "ĠBohem", + "ia" + ], + [ + "[", + "^" + ], + [ + "m", + "ixed" + ], + [ + "ig", + "ree" + ], + [ + "ĠC", + "AL" + ], + [ + "ĠC", + "VD" + ], + [ + "Ġex", + "iting" + ], + [ + "ĠP", + "air" + ], + [ + "ĠP", + "AC" + ], + [ + "ag", + "ricult" + ], + [ + "Ġins", + "urrection" + ], + [ + "Ġpract", + "ising" + ], + [ + "ĠRes", + "idential" + ], + [ + "ĠBrit", + "ons" + ], + [ + "head", + "ings" + ], + [ + "ĠRel", + "ativity" + ], + [ + "US", + "D" + ], + [ + "ĠFederal", + "ist" + ], + [ + "Ġcolour", + "ing" + ], + [ + "Su", + "ccess" + ], + [ + "Add", + "ed" + ], + [ + "ĠMes", + "a" + ], + [ + "Ġsteep", + "ed" + ], + [ + "Ġhemorrh", + "oids" + ], + [ + "Ġonc", + "ology" + ], + [ + "0", + "90" + ], + [ + "ĠW", + "erner" + ], + [ + "ĠD", + "oming" + ], + [ + "Ġle", + "opards" + ], + [ + "Ġover", + "looks" + ], + [ + "ĠK", + "ane" + ], + [ + "Ġtop", + "soil" + ], + [ + "Ġtri", + "ples" + ], + [ + "Ġsn", + "out" + ], + [ + "Ġpromot", + "ers" + ], + [ + "Ġnavig", + "ational" + ], + [ + "ĠCor", + "pus" + ], + [ + "Ġalloc", + "ations" + ], + [ + "Ġenvelop", + "es" + ], + [ + "ĠLithuan", + "ian" + ], + [ + "Ġfrank", + "ly" + ], + [ + "D", + "ent" + ], + [ + "M", + "os" + ], + [ + "P", + "K" + ], + [ + "v", + "ill" + ], + [ + "re", + "ys" + ], + [ + "Ġs", + "incerity" + ], + [ + "en", + "i" + ], + [ + "Ġe", + "ug" + ], + [ + "Ġg", + "ulf" + ], + [ + "ad", + "u" + ], + [ + "ure", + "th" + ], + [ + "ĠR", + "het" + ], + [ + "ĠSt", + "okes" + ], + [ + "ĠWe", + "eks" + ], + [ + "ĠCont", + "inent" + ], + [ + "med", + "ium" + ], + [ + "ĠOrgan", + "ize" + ], + [ + "ĠIr", + "vine" + ], + [ + "ĠFire", + "fox" + ], + [ + "ĠCirc", + "ulation" + ], + [ + "Inter", + "pretation" + ], + [ + "ĠiP", + "ads" + ], + [ + "ĠJuven", + "ile" + ], + [ + ",", + "âĢĶ" + ], + [ + "p", + "ng" + ], + [ + "Ġc", + "ic" + ], + [ + "ed", + "itor" + ], + [ + "Ġd", + "ocks" + ], + [ + "ĠS", + "app" + ], + [ + "ab", + "h" + ], + [ + "Ġv", + "ass" + ], + [ + "ĠB", + "ran" + ], + [ + "ĠW", + "S" + ], + [ + "ĠW", + "o" + ], + [ + "ĠE", + "ternal" + ], + [ + "ĠR", + "itual" + ], + [ + "Ġmain", + "s" + ], + [ + "Ġgl", + "aze" + ], + [ + "ĠNew", + "ark" + ], + [ + "Ġmar", + "gar" + ], + [ + "Ġcut", + "off" + ], + [ + "ĠDep", + "th" + ], + [ + "mat", + "ics" + ], + [ + "OS", + "S" + ], + [ + "ĠVer", + "a" + ], + [ + "tr", + "ust" + ], + [ + "Ġtherm", + "odynamic" + ], + [ + "Ġrust", + "y" + ], + [ + "ĠBeng", + "ali" + ], + [ + "ĠHE", + "ALTH" + ], + [ + "Ġsemiconduct", + "ors" + ], + [ + "Ġtect", + "onics" + ], + [ + "Ġintimid", + "ated" + ], + [ + "Ġmisinter", + "preted" + ], + [ + "Ġbisc", + "uits" + ], + [ + "priv", + "ile" + ], + [ + "N", + "it" + ], + [ + "Ġ", + "ich" + ], + [ + "at", + "lantic" + ], + [ + "ic", + "in" + ], + [ + "Ġe", + "ard" + ], + [ + "et", + "ting" + ], + [ + "ĠTh", + "u" + ], + [ + "Ġbi", + "ore" + ], + [ + "omet", + "rics" + ], + [ + "sp", + "read" + ], + [ + "Ġfeed", + "stock" + ], + [ + "Ġred", + "ress" + ], + [ + "Ch", + "ris" + ], + [ + "ĠQu", + "int" + ], + [ + "oly", + "b" + ], + [ + "Ġweak", + "ly" + ], + [ + "top", + "ics" + ], + [ + "Me", + "asuring" + ], + [ + "trans", + "actions" + ], + [ + "Ġherb", + "aceous" + ], + [ + "iens", + "is" + ], + [ + "Ġcling", + "ing" + ], + [ + "Mathemat", + "ically" + ], + [ + "d", + "ied" + ], + [ + "is", + "digit" + ], + [ + "Ġm", + "ater" + ], + [ + "ĠT", + "act" + ], + [ + "ĠS", + "ung" + ], + [ + "ĠTh", + "ur" + ], + [ + "ĠIs", + "is" + ], + [ + "ground", + "s" + ], + [ + "Ġintegr", + "ative" + ], + [ + "Con", + "versely" + ], + [ + "ĠCommission", + "ers" + ], + [ + "ĠVict", + "ims" + ], + [ + "Ġbenz", + "odiazep" + ], + [ + "ĠSadd", + "am" + ], + [ + "ĠCopern", + "icus" + ], + [ + "b", + "ent" + ], + [ + "h", + "ler" + ], + [ + "ĠT", + "orn" + ], + [ + "ĠC", + "oh" + ], + [ + "ĠC", + "rescent" + ], + [ + "ĠD", + "up" + ], + [ + "ĠD", + "rew" + ], + [ + "Ġfirst", + "ly" + ], + [ + "Ġhand", + "outs" + ], + [ + "cl", + "osest" + ], + [ + "sh", + "irt" + ], + [ + "Ġemb", + "argo" + ], + [ + "ĠProf", + "it" + ], + [ + "°", + "." + ], + [ + "Ġprohib", + "itive" + ], + [ + "ĠKen", + "yan" + ], + [ + "ĠExp", + "ansion" + ], + [ + "Ġrip", + "ening" + ], + [ + "Ġdread", + "ful" + ], + [ + "ĠMob", + "ility" + ], + [ + "Ġtyph", + "oid" + ], + [ + "Isa", + "iah" + ], + [ + "Ġtumult", + "uous" + ], + [ + "Ġt", + "onal" + ], + [ + "Ġm", + "ummy" + ], + [ + "Ġy", + "r" + ], + [ + "ĠB", + "AC" + ], + [ + "Ġpres", + "ume" + ], + [ + "Ġshe", + "pherds" + ], + [ + "ĠAm", + "azing" + ], + [ + "Ġwood", + "working" + ], + [ + "rec", + "ords" + ], + [ + "Ġgrav", + "itation" + ], + [ + "Eng", + "land" + ], + [ + "ĠHam", + "mer" + ], + [ + "Ġinverse", + "ly" + ], + [ + "Implement", + "ing" + ], + [ + "Ġdread", + "ed" + ], + [ + "Ġsmugg", + "ling" + ], + [ + "C", + "os" + ], + [ + "G", + "CD" + ], + [ + "c", + "ke" + ], + [ + "Ġf", + "end" + ], + [ + "il", + "in" + ], + [ + "ĠS", + "hips" + ], + [ + "od", + "il" + ], + [ + "ĠP", + "are" + ], + [ + "ĠN", + "arc" + ], + [ + "ree", + "ze" + ], + [ + "ĠSh", + "am" + ], + [ + "Ġsav", + "vy" + ], + [ + "Ġallev", + "iating" + ], + [ + "Ġrepublic", + "s" + ], + [ + "ĠRivers", + "ide" + ], + [ + "Ġacet", + "aminophen" + ], + [ + "Ġnarc", + "iss" + ], + [ + "ĠChat", + "GPT" + ], + [ + "Ġuncontroll", + "able" + ], + [ + "G", + "PS" + ], + [ + "P", + "rotein" + ], + [ + "p", + "ossible" + ], + [ + "t", + "ogether" + ], + [ + "Ġv", + "antage" + ], + [ + "ĠH", + "ib" + ], + [ + "âĢĻ", + ";" + ], + [ + "ĠF", + "ortune" + ], + [ + "Ġad", + "min" + ], + [ + "ĠTh", + "in" + ], + [ + "Ġam", + "ends" + ], + [ + "acc", + "um" + ], + [ + "Ġste", + "ak" + ], + [ + "Ġweak", + "est" + ], + [ + "Ġflo", + "ated" + ], + [ + "à¤", + "µ" + ], + [ + "ĠMel", + "issa" + ], + [ + "mult", + "i" + ], + [ + "Ġinqu", + "is" + ], + [ + "5", + "43" + ], + [ + "V", + "ector" + ], + [ + "p", + "ies" + ], + [ + "id", + "as" + ], + [ + "out", + "side" + ], + [ + "Ġam", + "ps" + ], + [ + "Ġmod", + "ality" + ], + [ + "Ġpop", + "py" + ], + [ + "ĠZ", + "hao" + ], + [ + "Ġut", + "tered" + ], + [ + "Sc", + "ale" + ], + [ + "ĠDesign", + "er" + ], + [ + "Ġq", + "i" + ], + [ + "lat", + "itude" + ], + [ + "ĠStra", + "ight" + ], + [ + "ĠMinor", + "ity" + ], + [ + "Eval", + "uating" + ], + [ + "Ġpenn", + "ed" + ], + [ + "ĠDian", + "e" + ], + [ + "ĠHumb", + "oldt" + ], + [ + "Ġw", + "ob" + ], + [ + "Ġse", + "ams" + ], + [ + "Ġunder", + "developed" + ], + [ + "Ġinf", + "requent" + ], + [ + "Ġtel", + "omeres" + ], + [ + "Ġsparse", + "ly" + ], + [ + "ĠPars", + "ons" + ], + [ + "Ġeclips", + "es" + ], + [ + "Ġtransdu", + "cer" + ], + [ + "$", + "." + ], + [ + "D", + "ays" + ], + [ + "S", + "av" + ], + [ + "w", + "ort" + ], + [ + "w", + "ired" + ], + [ + "Ġc", + "usp" + ], + [ + "ate", + "ment" + ], + [ + "Ġhe", + "als" + ], + [ + "Ġover", + "growth" + ], + [ + "Ġrec", + "ourse" + ], + [ + "Ġgra", + "fting" + ], + [ + "ĠAn", + "ab" + ], + [ + "Ġrecogn", + "ising" + ], + [ + "ĠAnt", + "ioxid" + ], + [ + "uff", + "ed" + ], + [ + "Over", + "ride" + ], + [ + "Em", + "ma" + ], + [ + "amel", + "a" + ], + [ + "Ġbold", + "ly" + ], + [ + "Ġmurd", + "erer" + ], + [ + "Ġdermat", + "ologist" + ], + [ + "insp", + "iring" + ], + [ + "Ġshrink", + "age" + ], + [ + "ĠHerod", + "otus" + ], + [ + "ĠSymbol", + "s" + ], + [ + "ĠEch", + "oes" + ], + [ + "ĠMek", + "ong" + ], + [ + "B", + "rowse" + ], + [ + "P", + "TSD" + ], + [ + "^", + "{" + ], + [ + "Ġc", + "is" + ], + [ + "ĠL", + "od" + ], + [ + "Ġcl", + "and" + ], + [ + "Ġimp", + "ossibility" + ], + [ + "iff", + "lin" + ], + [ + "man", + "aged" + ], + [ + "ĠSh", + "ipping" + ], + [ + "Ġtimes", + "c" + ], + [ + "na", + "ire" + ], + [ + "ĠST", + "AR" + ], + [ + "++", + "." + ], + [ + "ĠPur", + "itans" + ], + [ + "Ġpsychiat", + "rists" + ], + [ + "Ġaggrav", + "ate" + ], + [ + "Ġmosa", + "ics" + ], + [ + "c", + "ong" + ], + [ + "or", + "ians" + ], + [ + "ĠA", + "be" + ], + [ + "Ġan", + "em" + ], + [ + "ld", + "on" + ], + [ + "ĠD", + "OM" + ], + [ + "ĠG", + "yp" + ], + [ + "Ġmon", + "othe" + ], + [ + "ĠSc", + "ulpt" + ], + [ + "ĠEl", + "m" + ], + [ + "Ġillustr", + "ator" + ], + [ + "ih", + "il" + ], + [ + "Ġalph", + "abets" + ], + [ + "post", + "ed" + ], + [ + "Ġdepr", + "ive" + ], + [ + "ĠDH", + "CP" + ], + [ + "H", + "s" + ], + [ + "N", + "V" + ], + [ + "v", + "iv" + ], + [ + "ĠT", + "ampa" + ], + [ + "ĠM", + "aternal" + ], + [ + "ĠW", + "izard" + ], + [ + "ĠTh", + "oreau" + ], + [ + "Ġall", + "usions" + ], + [ + "ĠU", + "AV" + ], + [ + "ĠK", + "ul" + ], + [ + "Ġoff", + "ences" + ], + [ + "||", + "|" + ], + [ + "Ġfil", + "ming" + ], + [ + "Ġgr", + "illed" + ], + [ + "ĠArch", + "im" + ], + [ + "State", + "ment" + ], + [ + "Ġteasp", + "oons" + ], + [ + "Ġforesee", + "able" + ], + [ + "Ġmonst", + "rous" + ], + [ + "B", + "rief" + ], + [ + "M", + "V" + ], + [ + "Ġl", + "aced" + ], + [ + "st", + "ats" + ], + [ + "ĠS", + "uez" + ], + [ + "ĠW", + "ond" + ], + [ + "Ġdes", + "eg" + ], + [ + "Ġpo", + "x" + ], + [ + "ĠGe", + "ographical" + ], + [ + "Ġmis", + "placed" + ], + [ + "ĠĠĠĠĠĠĠĠ", + "ĠĠĠĠĠĠ" + ], + [ + "Ġinvent", + "ive" + ], + [ + "Ġtons", + "ils" + ], + [ + "ĠOper", + "ational" + ], + [ + "Ġstriking", + "ly" + ], + [ + "A", + "bra" + ], + [ + "c", + "ad" + ], + [ + "ve", + "c" + ], + [ + "ol", + "ocation" + ], + [ + "ĠW", + "is" + ], + [ + "ĠN", + "utrient" + ], + [ + "Ġpl", + "ast" + ], + [ + "ĠV", + "ib" + ], + [ + "ink", + "a" + ], + [ + "Ġrad", + "iate" + ], + [ + "Ġbirth", + "days" + ], + [ + "ĠRo", + "of" + ], + [ + "Ġwonder", + "fully" + ], + [ + "che", + "z" + ], + [ + "Ġgun", + "powder" + ], + [ + "ĠCS", + "F" + ], + [ + "diff", + "icult" + ], + [ + "ĠInspect", + "or" + ], + [ + "Offic", + "ial" + ], + [ + "ke", + "yp" + ], + [ + "per", + "imeter" + ], + [ + "Ġout", + "post" + ], + [ + "Ġsc", + "uba" + ], + [ + "te", + "le" + ], + [ + "New", + "ton" + ], + [ + "Ġpool", + "ing" + ], + [ + "ĠBur", + "r" + ], + [ + "bn", + "b" + ], + [ + "ĠRect", + "angle" + ], + [ + "L", + "ect" + ], + [ + "U", + "nd" + ], + [ + "f", + "amous" + ], + [ + "ant", + "hem" + ], + [ + "ĠAm", + "ount" + ], + [ + "ĠEd", + "ith" + ], + [ + "Ġoverw", + "inter" + ], + [ + "df", + "unding" + ], + [ + "ĠUt", + "ility" + ], + [ + "Ac", + "cept" + ], + [ + "Ġpedest", + "al" + ], + [ + "Ġneutr", + "ino" + ], + [ + "Ġanteced", + "ent" + ], + [ + "stro", + "kes" + ], + [ + "Y", + "O" + ], + [ + "Ġc", + "og" + ], + [ + "st", + "ocks" + ], + [ + "ĠP", + "OP" + ], + [ + "ĠF", + "aul" + ], + [ + "Ġins", + "ults" + ], + [ + "rel", + "ative" + ], + [ + "ĠQu", + "inn" + ], + [ + "57", + "6" + ], + [ + "fe", + "atures" + ], + [ + "Ġbomb", + "arded" + ], + [ + "ĠTim", + "ber" + ], + [ + "Rel", + "igion" + ], + [ + "ctu", + "aries" + ], + [ + "Mar", + "g" + ], + [ + "Ac", + "ademic" + ], + [ + "Ġbip", + "art" + ], + [ + "haus", + "en" + ], + [ + "Foot", + "note" + ], + [ + "5", + "75" + ], + [ + "E", + "sp" + ], + [ + "re", + "in" + ], + [ + "re", + "ly" + ], + [ + "Ġp", + "int" + ], + [ + "ĠT", + "D" + ], + [ + "ĠC", + "roc" + ], + [ + "ĠD", + "uff" + ], + [ + "ĠN", + "ineteenth" + ], + [ + "int", + "osh" + ], + [ + "ink", + "el" + ], + [ + "Ġcle", + "avage" + ], + [ + "Ġorgan", + "elles" + ], + [ + "Ġnon", + "violent" + ], + [ + "ĠZ", + "ar" + ], + [ + "Ġmount", + "s" + ], + [ + "ĠGl", + "ory" + ], + [ + "ĠDis", + "k" + ], + [ + "Ġcand", + "ies" + ], + [ + "Ġformal", + "ized" + ], + [ + "Ġnutrition", + "ist" + ], + [ + "ĠId", + "a" + ], + [ + "Ġorbit", + "er" + ], + [ + "Ġaccompan", + "iment" + ], + [ + "comp", + "ile" + ], + [ + "Ġcro", + "oked" + ], + [ + "ĠKra", + "k" + ], + [ + "Ġausp", + "ices" + ], + [ + "ĠSect", + "ions" + ], + [ + "Ġperiodont", + "itis" + ], + [ + "5", + "18" + ], + [ + "o", + "ge" + ], + [ + "ent", + "ers" + ], + [ + "Ġfor", + "s" + ], + [ + "op", + "ted" + ], + [ + "ĠW", + "ick" + ], + [ + "ĠW", + "ah" + ], + [ + "Ġse", + "b" + ], + [ + "ĠHe", + "idelberg" + ], + [ + "Ġconf", + "essed" + ], + [ + "ĠDe", + "aling" + ], + [ + "ey", + "es" + ], + [ + "Ġparalle", + "log" + ], + [ + "Ġbio", + "film" + ], + [ + "ĠRh", + "in" + ], + [ + "Ġaccord", + "ed" + ], + [ + "Ġpill", + "ows" + ], + [ + "ĠShow", + "ing" + ], + [ + "ĠProm", + "oting" + ], + [ + "ĠHem", + "ing" + ], + [ + "Ġplural", + "ity" + ], + [ + "ĠAlexand", + "ra" + ], + [ + "Ġunex", + "plored" + ], + [ + "ĠLam", + "bert" + ], + [ + "ĠClay", + "ton" + ], + [ + "Ġunanim", + "ous" + ], + [ + "'", + "?" + ], + [ + "R", + "ect" + ], + [ + "m", + "obile" + ], + [ + "es", + "an" + ], + [ + "Ġin", + "animate" + ], + [ + "st", + "ance" + ], + [ + "ĠT", + "olerance" + ], + [ + "Ġg", + "azing" + ], + [ + "th", + "orne" + ], + [ + "ĠPro", + "ve" + ], + [ + "ĠAr", + "che" + ], + [ + "Ġself", + "less" + ], + [ + "Ġput", + "ative" + ], + [ + "Ġstress", + "ing" + ], + [ + "rogen", + "ic" + ], + [ + "ogen", + "etic" + ], + [ + "ĠParis", + "ian" + ], + [ + "ĠMoh", + "ammad" + ], + [ + "Ġcock", + "roaches" + ], + [ + "ĠAdvis", + "or" + ], + [ + "ĠSent", + "inel" + ], + [ + "Ġzen", + "ith" + ], + [ + "D", + "oc" + ], + [ + "ow", + "el" + ], + [ + "Ġst", + "alled" + ], + [ + "ain", + "es" + ], + [ + "ian", + "ic" + ], + [ + "ĠV", + "ig" + ], + [ + "ĠWe", + "ed" + ], + [ + "cul", + "us" + ], + [ + "Ġleg", + "ions" + ], + [ + "Ġmil", + "let" + ], + [ + "Ġmot", + "ility" + ], + [ + "ĠPre", + "valence" + ], + [ + "Ġsen", + "ate" + ], + [ + "ĠWell", + "es" + ], + [ + "Ġhur", + "ried" + ], + [ + "oven", + "ants" + ], + [ + "ĠSS", + "H" + ], + [ + "ĠInsp", + "ired" + ], + [ + "ĠDigest", + "ive" + ], + [ + "b", + "old" + ], + [ + "å", + "IJ" + ], + [ + "ĠL", + "ipp" + ], + [ + "ang", + "les" + ], + [ + "Ġlong", + "time" + ], + [ + "Ġprot", + "ozo" + ], + [ + "Ġpar", + "ap" + ], + [ + "Ġmen", + "ace" + ], + [ + "ores", + "is" + ], + [ + "ĠBrit", + "t" + ], + [ + "Ġsuper", + "computer" + ], + [ + "Ġhaz", + "el" + ], + [ + "ĠFe", + "ature" + ], + [ + "Ġban", + "ished" + ], + [ + "Dis", + "play" + ], + [ + "Ġpresum", + "ption" + ], + [ + "Ġouts", + "ourcing" + ], + [ + "Ġmicron", + "utrients" + ], + [ + "M", + "ix" + ], + [ + "T", + "y" + ], + [ + "h", + "idden" + ], + [ + "on", + "ite" + ], + [ + "ĠC", + "rab" + ], + [ + "iv", + "istic" + ], + [ + "ĠL", + "one" + ], + [ + "ĠK", + "PIs" + ], + [ + "Ġimport", + "ation" + ], + [ + "Ġpass", + "ively" + ], + [ + "ĠGu", + "ided" + ], + [ + "Ġir", + "responsible" + ], + [ + "Ġdepend", + "able" + ], + [ + "ĠĠĠĠĠĠĠĠ", + "ĠĠĠĠĠ" + ], + [ + "den", + "omin" + ], + [ + "Ġaccommod", + "ating" + ], + [ + "Ġfertil", + "iser" + ], + [ + "pre", + "vent" + ], + [ + "Ġrefract", + "ory" + ], + [ + "Present", + "ation" + ], + [ + "ĠHav", + "ana" + ], + [ + "ĠHers", + "chel" + ], + [ + "ĠOsw", + "ald" + ], + [ + ">", + "(" + ], + [ + "om", + "ere" + ], + [ + "Ġwh", + "ipped" + ], + [ + "ĠW", + "on" + ], + [ + "ĠK", + "nee" + ], + [ + "any", + "l" + ], + [ + "Ġelect", + "roph" + ], + [ + "Ġproject", + "ive" + ], + [ + "ask", + "ell" + ], + [ + "Ġrespond", + "ent" + ], + [ + "Ġexec", + "utions" + ], + [ + "Ġanthrop", + "ological" + ], + [ + "Ġbrill", + "iance" + ], + [ + "Ġdiscoura", + "ging" + ], + [ + "Ġintox", + "ication" + ], + [ + "Ġmicroprocess", + "or" + ], + [ + "Ġg", + "ill" + ], + [ + "ĠP", + "ART" + ], + [ + "ĠSt", + "omach" + ], + [ + "ĠK", + "A" + ], + [ + "Ġinter", + "operability" + ], + [ + "app", + "ings" + ], + [ + "Ġfilm", + "makers" + ], + [ + "ĠWay", + "back" + ], + [ + "ĠNic", + "ole" + ], + [ + "Ġaph", + "id" + ], + [ + "ĠConfuc", + "ius" + ], + [ + "ĠMald", + "ives" + ], + [ + "Ġm", + "olars" + ], + [ + "Ġl", + "um" + ], + [ + "ĠT", + "rist" + ], + [ + "Ġher", + "rings" + ], + [ + "ĠSc", + "ope" + ], + [ + "ĠSe", + "ymour" + ], + [ + "Ġregular", + "ization" + ], + [ + "ĠAss", + "am" + ], + [ + "ĠAng", + "le" + ], + [ + "39", + "8" + ], + [ + "ĠBen", + "efit" + ], + [ + "ĠSal", + "isbury" + ], + [ + "Ġinject", + "ive" + ], + [ + "Ġrose", + "mary" + ], + [ + "ĠRespons", + "es" + ], + [ + "ĠStru", + "ggle" + ], + [ + "ĠProte", + "ins" + ], + [ + "Ġcyp", + "ress" + ], + [ + "p", + "ic" + ], + [ + "ĠT", + "ot" + ], + [ + "act", + "ually" + ], + [ + "Ġdis", + "emb" + ], + [ + "Ġper", + "tains" + ], + [ + "Ġunder", + "graduates" + ], + [ + "Ġref", + "rame" + ], + [ + "Ġloc", + "ust" + ], + [ + "Ġcor", + "ona" + ], + [ + "Ġsol", + "ver" + ], + [ + "Ġbat", + "tered" + ], + [ + "ĠPart", + "ial" + ], + [ + "Ġremed", + "ial" + ], + [ + "ĠInstit", + "ut" + ], + [ + "Ġmaxim", + "izes" + ], + [ + "Recomm", + "end" + ], + [ + "Ġpall", + "iative" + ], + [ + "ĠConcent", + "ration" + ], + [ + "L", + "ith" + ], + [ + "h", + "off" + ], + [ + "l", + "le" + ], + [ + "o", + "ia" + ], + [ + "Ġt", + "ally" + ], + [ + "Ġre", + "joice" + ], + [ + "ch", + "re" + ], + [ + "Ġch", + "ocol" + ], + [ + "ĠE", + "isen" + ], + [ + "Ġen", + "zymatic" + ], + [ + "ĠG", + "an" + ], + [ + "Ġtra", + "ctors" + ], + [ + "Ġexp", + "ires" + ], + [ + "Ġcur", + "r" + ], + [ + "oh", + "a" + ], + [ + "ĠAb", + "normal" + ], + [ + "Ar", + "m" + ], + [ + "col", + "s" + ], + [ + "Ġsac", + "rament" + ], + [ + "Ġcritic", + "ised" + ], + [ + "Ġmamm", + "ogram" + ], + [ + "Ġdispos", + "ing" + ], + [ + "supp", + "ly" + ], + [ + "ĠAnne", + "x" + ], + [ + "Ġdisinteg", + "ration" + ], + [ + "0", + "24" + ], + [ + "b", + "eds" + ], + [ + "Ġ", + "urn" + ], + [ + "re", + "pr" + ], + [ + "ĠS", + "ensing" + ], + [ + "ĠP", + "ets" + ], + [ + "ĠR", + "oe" + ], + [ + "ĠN", + "OR" + ], + [ + "ĠJ", + "PL" + ], + [ + "Ġpower", + "fully" + ], + [ + "Ġmicro", + "gravity" + ], + [ + "Ġboard", + "ed" + ], + [ + "ü", + "n" + ], + [ + "Ġshoot", + "ings" + ], + [ + "ĠBot", + "any" + ], + [ + "Ġlubric", + "ation" + ], + [ + "ocrin", + "ology" + ], + [ + "ĠHaus", + "dorff" + ], + [ + "Ġperc", + "ussion" + ], + [ + "ĠProphe", + "ts" + ], + [ + "9", + "30" + ], + [ + "B", + "U" + ], + [ + "M", + "ade" + ], + [ + "R", + "iver" + ], + [ + "ĠN", + "ou" + ], + [ + "Ġbut", + "cher" + ], + [ + "ĠY", + "uc" + ], + [ + "Ġdef", + "ec" + ], + [ + "Ġsol", + "es" + ], + [ + "ĠRep", + "roduction" + ], + [ + "Ġdecre", + "es" + ], + [ + "Ġmis", + "chief" + ], + [ + "ĠOut", + "reach" + ], + [ + "ĠMc", + "D" + ], + [ + "Ġprepar", + "atory" + ], + [ + "('", + "-" + ], + [ + "ĠEst", + "ablished" + ], + [ + "IF", + "IC" + ], + [ + "ĠSand", + "ra" + ], + [ + "Ġhydro", + "thermal" + ], + [ + "Ass", + "ume" + ], + [ + "ĠBarb", + "ados" + ], + [ + "Ġgem", + "stone" + ], + [ + "Ġpant", + "heon" + ], + [ + "ĠSams", + "ung" + ], + [ + "(", + "['" + ], + [ + "re", + "q" + ], + [ + "Ġm", + "ule" + ], + [ + "st", + "ations" + ], + [ + "ium", + "s" + ], + [ + "Ġlight", + "ed" + ], + [ + "Ġphen", + "otypic" + ], + [ + "ĠFl", + "av" + ], + [ + "Ġinh", + "aling" + ], + [ + "RI", + "G" + ], + [ + "Pr", + "ince" + ], + [ + "Christ", + "mas" + ], + [ + "ĠBah", + "rain" + ], + [ + "Ġgrit", + "ty" + ], + [ + "c", + "ourses" + ], + [ + "t", + "it" + ], + [ + "v", + "ival" + ], + [ + "w", + "riters" + ], + [ + "Ġan", + "them" + ], + [ + "ĠM", + "AP" + ], + [ + "ru", + "nt" + ], + [ + "Ġpop", + "ulate" + ], + [ + "sh", + "ifting" + ], + [ + "sh", + "irts" + ], + [ + "Ġox", + "en" + ], + [ + "45", + "7" + ], + [ + "Ġconv", + "olution" + ], + [ + "ny", + "der" + ], + [ + "ĠPrint", + "able" + ], + [ + "ĠSem", + "inary" + ], + [ + "rod", + "ite" + ], + [ + "ĠLev", + "iticus" + ], + [ + "ĠDistingu", + "ished" + ], + [ + "c", + "aster" + ], + [ + "Ï", + "ĩ" + ], + [ + "en", + "ching" + ], + [ + "le", + "ader" + ], + [ + "Ġe", + "rection" + ], + [ + "il", + "and" + ], + [ + "ĠT", + "utor" + ], + [ + "ir", + "v" + ], + [ + "ĠC", + "ov" + ], + [ + "ave", + "z" + ], + [ + "ĠHer", + "bal" + ], + [ + "ĠFund", + "s" + ], + [ + "pres", + "ident" + ], + [ + "ĠKer", + "ry" + ], + [ + "ĠAssy", + "ria" + ], + [ + "Ġbotan", + "ist" + ], + [ + "Ġcomf", + "orts" + ], + [ + "Pak", + "istan" + ], + [ + "s", + "ou" + ], + [ + "s", + "old" + ], + [ + "Ø", + "´" + ], + [ + "er", + "ick" + ], + [ + "Ġc", + "ist" + ], + [ + "Ġre", + "inc" + ], + [ + "ve", + "h" + ], + [ + "ĠC", + "ologne" + ], + [ + "ĠH", + "ok" + ], + [ + "ĠF", + "rem" + ], + [ + "Ġpl", + "agues" + ], + [ + "Ġj", + "unctions" + ], + [ + "form", + "ations" + ], + [ + "Ġro", + "amed" + ], + [ + "cl", + "ub" + ], + [ + "ĠCol", + "osse" + ], + [ + "sp", + "eech" + ], + [ + "Ġdig", + "s" + ], + [ + "ĠGe", + "ometric" + ], + [ + "Ġresource", + "fulness" + ], + [ + "48", + "3" + ], + [ + "CO", + "L" + ], + [ + "ĠSum", + "mar" + ], + [ + "Ġgrat", + "ification" + ], + [ + "Ġinhab", + "iting" + ], + [ + "Ġdedu", + "ced" + ], + [ + "ĠElys", + "ium" + ], + [ + "5", + "29" + ], + [ + "ed", + "ipus" + ], + [ + "Ġn", + "un" + ], + [ + "ĠD", + "ome" + ], + [ + "Ġqu", + "inoa" + ], + [ + "Ġvis", + "as" + ], + [ + "ĠAnd", + "rom" + ], + [ + "Ġmarket", + "places" + ], + [ + "ĠCar", + "rier" + ], + [ + "Ġmiss", + "p" + ], + [ + "Ġlib", + "erating" + ], + [ + "log", + "ged" + ], + [ + "Ġtight", + "ening" + ], + [ + "Ġod", + "our" + ], + [ + "ĠSem", + "itic" + ], + [ + "Ġsulfur", + "ic" + ], + [ + "ĠAthen", + "ians" + ], + [ + "9", + "20" + ], + [ + "Ġt", + "ainted" + ], + [ + "le", + "man" + ], + [ + "Ġth", + "orns" + ], + [ + "st", + "ores" + ], + [ + "ĠA", + "BA" + ], + [ + "Ġwh", + "opping" + ], + [ + "erv", + "ille" + ], + [ + "Ġjust", + "ifiable" + ], + [ + "ĠAd", + "ler" + ], + [ + "An", + "imals" + ], + [ + "65", + "5" + ], + [ + "ĠSum", + "erian" + ], + [ + "dep", + "artment" + ], + [ + "ĠRiemann", + "ian" + ], + [ + "Ġrearr", + "anged" + ], + [ + "Prob", + "ably" + ], + [ + "Ġbiol", + "uminescent" + ], + [ + "Ġcance", + "led" + ], + [ + "F", + "ear" + ], + [ + "K", + "a" + ], + [ + "ĠB", + "rick" + ], + [ + "ĠJ", + "ah" + ], + [ + "Ġob", + "long" + ], + [ + "cy", + "cling" + ], + [ + "ring", + "ed" + ], + [ + "ĠAr", + "rays" + ], + [ + "ĠPer", + "cy" + ], + [ + "ĠEd", + "o" + ], + [ + "ĠPeriod", + "ic" + ], + [ + "Ġclever", + "ly" + ], + [ + "ÑĢ", + "е" + ], + [ + "Ġadhes", + "ives" + ], + [ + "Ġapt", + "ly" + ], + [ + "Ġredisc", + "overed" + ], + [ + "d", + "etermined" + ], + [ + "j", + "as" + ], + [ + "Ġm", + "umps" + ], + [ + "ĠG", + "ert" + ], + [ + "ĠCal", + "iph" + ], + [ + "Ġinitial", + "ization" + ], + [ + "Ġexec", + "utor" + ], + [ + "ĠWilliam", + "son" + ], + [ + "ĠPan", + "ic" + ], + [ + "Ġspr", + "ung" + ], + [ + "Ġinaug", + "uration" + ], + [ + "6", + "17" + ], + [ + "P", + "u" + ], + [ + "P", + "enn" + ], + [ + "f", + "amilies" + ], + [ + "r", + "ism" + ], + [ + "Ġt", + "resp" + ], + [ + "Ġw", + "its" + ], + [ + "Ġcon", + "gl" + ], + [ + "ĠC", + "ind" + ], + [ + "ĠB", + "ant" + ], + [ + "ĠB", + "ere" + ], + [ + "hed", + "ra" + ], + [ + "Ġfl", + "int" + ], + [ + "Ġbre", + "wed" + ], + [ + "Ġfav", + "oring" + ], + [ + "Un", + "known" + ], + [ + "ĠNet", + "flix" + ], + [ + "ĠJud", + "icial" + ], + [ + "ĠNor", + "ris" + ], + [ + "Ġcaution", + "ed" + ], + [ + "Ġradi", + "ocarbon" + ], + [ + "ĠPow", + "der" + ], + [ + "ser", + "ial" + ], + [ + "ĠUzbek", + "istan" + ], + [ + "s", + "rc" + ], + [ + "t", + "les" + ], + [ + "ĠC", + "rops" + ], + [ + "ĠF", + "inger" + ], + [ + "ĠL", + "uk" + ], + [ + ".âĢĿ", + ")" + ], + [ + "ĠIs", + "hma" + ], + [ + "Ġtotal", + "ing" + ], + [ + "ER", + "IC" + ], + [ + "37", + "6" + ], + [ + "Ġfasc", + "ism" + ], + [ + "fl", + "av" + ], + [ + "ĠMer", + "ced" + ], + [ + "Ġathlet", + "ics" + ], + [ + "Ġhash", + "lib" + ], + [ + "ĠWolf", + "gang" + ], + [ + "Ġling", + "ers" + ], + [ + "m", + "useum" + ], + [ + "Ġin", + "patient" + ], + [ + "Ġh", + "ops" + ], + [ + "ĠM", + "b" + ], + [ + "oc", + "ry" + ], + [ + "ĠN", + "ina" + ], + [ + "Ġk", + "erosene" + ], + [ + "ĠCh", + "att" + ], + [ + "Ġsub", + "atomic" + ], + [ + "ĠHe", + "ard" + ], + [ + "Ġbo", + "on" + ], + [ + "cl", + "ine" + ], + [ + "inc", + "ludes" + ], + [ + "Ġroad", + "ways" + ], + [ + "vis", + "ited" + ], + [ + "ĠMem", + "oir" + ], + [ + "ĠCare", + "y" + ], + [ + "Le", + "on" + ], + [ + "App", + "endix" + ], + [ + "Ġhall", + "way" + ], + [ + "Ġempir", + "ically" + ], + [ + "ĠVari", + "ations" + ], + [ + "Ġlocom", + "otion" + ], + [ + "Ġdeform", + "ities" + ], + [ + "Fund", + "ing" + ], + [ + "async", + "io" + ], + [ + "Analy", + "ze" + ], + [ + "t", + "rie" + ], + [ + "Ġg", + "ond" + ], + [ + "Ġcom", + "orbid" + ], + [ + "ĠP", + "agan" + ], + [ + "ĠL", + "ig" + ], + [ + "Ġsc", + "aly" + ], + [ + "cy", + "l" + ], + [ + "Ġvis", + "ibly" + ], + [ + "Ġconf", + "ronts" + ], + [ + "ĠThese", + "us" + ], + [ + "Ġkey", + "boards" + ], + [ + "Ġant", + "icoag" + ], + [ + "Ġcut", + "aneous" + ], + [ + "spec", + "ifically" + ], + [ + "Ġblind", + "ed" + ], + [ + "Col", + "lect" + ], + [ + "OL", + "D" + ], + [ + "lem", + "agne" + ], + [ + "igs", + "aw" + ], + [ + "Ġstumb", + "les" + ], + [ + "Ġwaf", + "er" + ], + [ + "Ġpreserv", + "ative" + ], + [ + "ĠOrbit", + "er" + ], + [ + "Ġinextric", + "ably" + ], + [ + "B", + "LE" + ], + [ + "B", + "uilt" + ], + [ + "k", + "illing" + ], + [ + "ĠF", + "usion" + ], + [ + "ich", + "l" + ], + [ + "Ġind", + "igo" + ], + [ + "Ġins", + "idious" + ], + [ + "Ġnear", + "ing" + ], + [ + "An", + "ne" + ], + [ + "ĠOr", + "ph" + ], + [ + "Ġnational", + "s" + ], + [ + "70", + "1" + ], + [ + "á¹", + "Ľ" + ], + [ + "Ġprefix", + "es" + ], + [ + "ĠNag", + "asaki" + ], + [ + "Review", + "ed" + ], + [ + "Ġempt", + "ying" + ], + [ + "ĠRac", + "ism" + ], + [ + "?", + "]" + ], + [ + "C", + "ats" + ], + [ + "v", + "ac" + ], + [ + "Ġm", + "aternity" + ], + [ + "ĠI", + "con" + ], + [ + "ĠD", + "ixon" + ], + [ + "ak", + "k" + ], + [ + "Ġout", + "ermost" + ], + [ + "ĠHe", + "ather" + ], + [ + "Ġinit", + "ials" + ], + [ + "light", + "ing" + ], + [ + "ĠHer", + "on" + ], + [ + "ĠWil", + "kinson" + ], + [ + "Ġacknowled", + "gment" + ], + [ + "Ġchicken", + "pox" + ], + [ + "Ġprosec", + "utors" + ], + [ + "ĠThank", + "fully" + ], + [ + "Ġlem", + "ons" + ], + [ + "ĠCec", + "il" + ], + [ + "Ġconjunct", + "ivitis" + ], + [ + "4", + "99" + ], + [ + "C", + "BT" + ], + [ + "Ġpro", + "sp" + ], + [ + "ĠP", + "ediatr" + ], + [ + "âĢĻ", + "?" + ], + [ + "ĠF", + "D" + ], + [ + "Ġgener", + "ously" + ], + [ + "ĠAl", + "ien" + ], + [ + "con", + "i" + ], + [ + "Ġbo", + "ar" + ], + [ + "de", + "en" + ], + [ + "Ġsl", + "og" + ], + [ + "Ġyoung", + "ster" + ], + [ + "Ġcoun", + "sell" + ], + [ + "Con", + "sequently" + ], + [ + "Ġax", + "le" + ], + [ + "Ġorient", + "ations" + ], + [ + "Ġcheap", + "ly" + ], + [ + "Ġdece", + "ived" + ], + [ + "Ġarom", + "as" + ], + [ + "fre", + "edom" + ], + [ + "Ġrecl", + "usive" + ], + [ + "N", + "M" + ], + [ + "W", + "ait" + ], + [ + "ch", + "rome" + ], + [ + "Ġtr", + "uss" + ], + [ + "Ġret", + "ribution" + ], + [ + "60", + "9" + ], + [ + "ha", + "ft" + ], + [ + "Ġox", + "al" + ], + [ + "rid", + "ium" + ], + [ + "wing", + "ed" + ], + [ + "ĠArchitect", + "ural" + ], + [ + "ĠEstablish", + "ment" + ], + [ + "ĠVeget", + "able" + ], + [ + "Ġphylogen", + "y" + ], + [ + "ĠMoroc", + "can" + ], + [ + "andel", + "ion" + ], + [ + "ĠDart", + "mouth" + ], + [ + "ĠSpear", + "man" + ], + [ + "ĠIshma", + "el" + ], + [ + "P", + "olicy" + ], + [ + "Ġs", + "ages" + ], + [ + "en", + "ames" + ], + [ + "ot", + "ation" + ], + [ + "ĠA", + "unt" + ], + [ + "ĠD", + "ahl" + ], + [ + "ĠU", + "TI" + ], + [ + "ĠSw", + "amp" + ], + [ + "PS", + "S" + ], + [ + "ĠWood", + "row" + ], + [ + "emor", + "rh" + ], + [ + "Ġhydrop", + "onics" + ], + [ + "Ġawa", + "ited" + ], + [ + "Sil", + "ver" + ], + [ + "Ġreag", + "ents" + ], + [ + "Virgin", + "ia" + ], + [ + "L", + "abel" + ], + [ + "d", + "ough" + ], + [ + "Ġb", + "anners" + ], + [ + "ol", + "ome" + ], + [ + "os", + "om" + ], + [ + "oc", + "eros" + ], + [ + "Ġed", + "ict" + ], + [ + "An", + "xiety" + ], + [ + "ott", + "i" + ], + [ + "Ġnational", + "ists" + ], + [ + "ĠAb", + "ram" + ], + [ + "Ġexc", + "itation" + ], + [ + "Ġprogress", + "ions" + ], + [ + "ĠIS", + "P" + ], + [ + "ĠAcad", + "emies" + ], + [ + "ĠHT", + "TPS" + ], + [ + "ĠWord", + "sworth" + ], + [ + "Ġpediatric", + "ians" + ], + [ + "Ġcarcin", + "ogen" + ], + [ + "Ġcontempl", + "ating" + ], + [ + "represent", + "ing" + ], + [ + "Ġcoag", + "ulation" + ], + [ + "he", + "le" + ], + [ + "Ġw", + "akes" + ], + [ + "Ġd", + "umps" + ], + [ + "ĠI", + "th" + ], + [ + "ad", + "ult" + ], + [ + "qu", + "ate" + ], + [ + "Ġdet", + "riment" + ], + [ + "ax", + "anthin" + ], + [ + "bers", + "pace" + ], + [ + "ĠOff", + "ers" + ], + [ + "44", + "7" + ], + [ + "Ind", + "ustry" + ], + [ + "ĠDirect", + "ions" + ], + [ + "ĠTreat", + "ing" + ], + [ + "Ġhex", + "agonal" + ], + [ + "regn", + "ancy" + ], + [ + "ĠGib", + "raltar" + ], + [ + "Ġupl", + "ifting" + ], + [ + "Ġinconven", + "ient" + ], + [ + "ĠAry", + "an" + ], + [ + "bohyd", + "rates" + ], + [ + "arcin", + "oma" + ], + [ + "Sad", + "ly" + ], + [ + "F", + "ram" + ], + [ + "H", + "em" + ], + [ + "R", + "aw" + ], + [ + "p", + "ig" + ], + [ + "Â", + "µ" + ], + [ + "ĠM", + "iz" + ], + [ + "oc", + "ardi" + ], + [ + "oc", + "ortic" + ], + [ + "ĠG", + "utenberg" + ], + [ + "Ġcont", + "ends" + ], + [ + "Ġcl", + "own" + ], + [ + "Ġcomm", + "ens" + ], + [ + "Ġexp", + "ended" + ], + [ + "inc", + "are" + ], + [ + "Ġdel", + "ights" + ], + [ + "Ġsqu", + "amous" + ], + [ + "word", + "press" + ], + [ + "ino", + "za" + ], + [ + "RE", + "T" + ], + [ + "ophy", + "te" + ], + [ + "ET", + "S" + ], + [ + "Ġideal", + "ism" + ], + [ + "Ġpig", + "mentation" + ], + [ + "ĠElizabeth", + "an" + ], + [ + "ethe", + "us" + ], + [ + "Ġrefrig", + "erated" + ], + [ + "ä¸", + "ī" + ], + [ + "util", + "ized" + ], + [ + "ĠHob", + "bes" + ], + [ + "Ġkiss", + "ing" + ], + [ + "Ġmurm", + "ur" + ], + [ + "5", + "28" + ], + [ + "ĠS", + "word" + ], + [ + "ĠC", + "aps" + ], + [ + "Ġsu", + "person" + ], + [ + "In", + "stitute" + ], + [ + "Ġdec", + "ib" + ], + [ + "Ġdec", + "arbon" + ], + [ + "Ġsub", + "lim" + ], + [ + "Ġperiod", + "icals" + ], + [ + "oph", + "ones" + ], + [ + "ĠInc", + "ident" + ], + [ + "rid", + "ged" + ], + [ + "ĠHol", + "ly" + ], + [ + "ĠTom", + "orrow" + ], + [ + "Ġpowder", + "y" + ], + [ + "Ġsinus", + "itis" + ], + [ + "luck", + "y" + ], + [ + "Ġzomb", + "ie" + ], + [ + "Ġt", + "ame" + ], + [ + "Ġw", + "ither" + ], + [ + "Ġm", + "ong" + ], + [ + "om", + "avirus" + ], + [ + "ĠS", + "ail" + ], + [ + "ĠC", + "ure" + ], + [ + "Ġor", + "ator" + ], + [ + "Ġv", + "ending" + ], + [ + "Ġsh", + "ack" + ], + [ + "Ġrest", + "rain" + ], + [ + "ĠCon", + "v" + ], + [ + "Ġhome", + "opathy" + ], + [ + "\")", + ");" + ], + [ + "Ġinj", + "unction" + ], + [ + "ĠPre", + "ston" + ], + [ + "ĠDevelop", + "er" + ], + [ + "Ġwealth", + "ier" + ], + [ + "CO", + "VID" + ], + [ + "ĠDesc", + "riptive" + ], + [ + "stud", + "ied" + ], + [ + "ĠTurk", + "men" + ], + [ + "Ġ×", + "ķ" + ], + [ + "ĠCase", + "y" + ], + [ + "Ġcombust", + "ible" + ], + [ + "pay", + "ment" + ], + [ + "Ġgrie", + "ving" + ], + [ + "ĠSold", + "ier" + ], + [ + "ĠFrances", + "co" + ], + [ + "Ġcrus", + "ade" + ], + [ + "Ġcoch", + "lear" + ], + [ + "d", + "ried" + ], + [ + "f", + "am" + ], + [ + "Ġbl", + "and" + ], + [ + "Ġins", + "ider" + ], + [ + "ĠRe", + "formed" + ], + [ + "Ġlow", + "s" + ], + [ + "Ġair", + "space" + ], + [ + "ĠEn", + "vironments" + ], + [ + "ĠEm", + "otion" + ], + [ + "ĠAg", + "ents" + ], + [ + "38", + "8" + ], + [ + "78", + "7" + ], + [ + "Ġmagic", + "ian" + ], + [ + "ĠJud", + "ea" + ], + [ + "Pre", + "venting" + ], + [ + "Ġreck", + "on" + ], + [ + "unn", + "an" + ], + [ + "ĠDin", + "osaur" + ], + [ + "âĤ", + "Ĥ" + ], + [ + "ĠMom", + "ent" + ], + [ + "Ġlyn", + "x" + ], + [ + "Ġpostp", + "oned" + ], + [ + "Ġexoplan", + "et" + ], + [ + "ĠTrou", + "ble" + ], + [ + "J", + "SON" + ], + [ + "es", + "i" + ], + [ + "Ġsupp", + "er" + ], + [ + "Ġ'", + "-" + ], + [ + "Ġsom", + "eth" + ], + [ + "ox", + "in" + ], + [ + "ĠTr", + "im" + ], + [ + "Ġhyp", + "othermia" + ], + [ + "45", + "2" + ], + [ + "Äģ", + "r" + ], + [ + "ĠRh", + "yth" + ], + [ + "Inc", + "rease" + ], + [ + "Ġà¤", + "ķ" + ], + [ + "Ġstrat", + "osphere" + ], + [ + "Ġguild", + "s" + ], + [ + "Ġsaus", + "age" + ], + [ + "h", + "ara" + ], + [ + "t", + "ropical" + ], + [ + "Ġc", + "ovalent" + ], + [ + "Ġf", + "ringes" + ], + [ + "ra", + "ised" + ], + [ + "ĠP", + "rentice" + ], + [ + "Ġch", + "illy" + ], + [ + "ĠE", + "rik" + ], + [ + "Ġun", + "opened" + ], + [ + "Ġdes", + "icc" + ], + [ + "rop", + "ods" + ], + [ + "Ġdef", + "lection" + ], + [ + "com", + "pl" + ], + [ + "Ġpar", + "cels" + ], + [ + "Ġtext", + "ured" + ], + [ + "stit", + "ial" + ], + [ + "ĠRep", + "eated" + ], + [ + "umb", + "a" + ], + [ + "ĠQu", + "akers" + ], + [ + "ĠOff", + "ering" + ], + [ + "Ġauthent", + "icate" + ], + [ + "Ġrub", + "bed" + ], + [ + "Ġcrim", + "son" + ], + [ + "Ġcoin", + "age" + ], + [ + "ĠMong", + "ols" + ], + [ + "Ġmyel", + "in" + ], + [ + "Ġbout", + "ique" + ], + [ + "ĠAram", + "aic" + ], + [ + "Ġunbear", + "able" + ], + [ + "H", + "it" + ], + [ + "j", + "in" + ], + [ + "Ġf", + "rying" + ], + [ + "Ġh", + "ars" + ], + [ + "Ġ(", + "*" + ], + [ + "Ġint", + "olerant" + ], + [ + "ĠCh", + "ag" + ], + [ + "Ġconf", + "ed" + ], + [ + "Ġlow", + "lands" + ], + [ + "Ġhyp", + "nosis" + ], + [ + "ĠFound", + "er" + ], + [ + "ĠDef", + "iciency" + ], + [ + "oper", + "ator" + ], + [ + "Ġgirl", + "friend" + ], + [ + "rypt", + "ed" + ], + [ + "Trans", + "action" + ], + [ + "ĠBa", + "um" + ], + [ + "Ġenum", + "erated" + ], + [ + "Ġgrace", + "fully" + ], + [ + "Ġenvelop", + "ed" + ], + [ + "Ġassim", + "ilate" + ], + [ + "docu", + "ments" + ], + [ + "dest", + "ructive" + ], + [ + "ĠâĦ", + "Ŀ" + ], + [ + "Engine", + "ering" + ], + [ + "Muslim", + "s" + ], + [ + "Ġcland", + "estine" + ], + [ + "?", + "||" + ], + [ + "T", + "rust" + ], + [ + "c", + "ognitive" + ], + [ + "se", + "eds" + ], + [ + "ĠB", + "hat" + ], + [ + "ĠU", + "FO" + ], + [ + "ĠSe", + "ab" + ], + [ + "ĠMet", + "abolic" + ], + [ + "ĠColomb", + "ian" + ], + [ + "mount", + "able" + ], + [ + "ĠAbd", + "ullah" + ], + [ + "Ġretro", + "fit" + ], + [ + "ĠCarm", + "el" + ], + [ + "Ġneurolog", + "ist" + ], + [ + "ĠCBS", + "E" + ], + [ + "ĠAST", + "M" + ], + [ + "ĠSloven", + "ia" + ], + [ + "Ġun", + "g" + ], + [ + "Ġdi", + "pping" + ], + [ + "ĠCon", + "cerning" + ], + [ + "empt", + "ive" + ], + [ + "ĠMar", + "in" + ], + [ + "Ġmis", + "used" + ], + [ + "opl", + "ankton" + ], + [ + "ĠSant", + "os" + ], + [ + "Ġclot", + "hed" + ], + [ + "Ġoverload", + "ing" + ], + [ + "Ġoverload", + "ed" + ], + [ + "fa", + "ith" + ], + [ + "Ġlev", + "ied" + ], + [ + "ĠInnov", + "ative" + ], + [ + "intern", + "ational" + ], + [ + "Ġhydroph", + "obic" + ], + [ + "Abra", + "ham" + ], + [ + "\"", + "..." + ], + [ + "h", + "ah" + ], + [ + "t", + "ouch" + ], + [ + "ĠM", + "ou" + ], + [ + "Ġsh", + "uffle" + ], + [ + "ĠO", + "aks" + ], + [ + "Ġimp", + "e" + ], + [ + "Ġso", + "ared" + ], + [ + "ph", + "ilos" + ], + [ + "Ġav", + "ant" + ], + [ + "Ġnatural", + "istic" + ], + [ + "Ġhard", + "iness" + ], + [ + "Ġwalk", + "ways" + ], + [ + "Ġhar", + "assed" + ], + [ + "ĠÃ", + "ĸ" + ], + [ + "39", + "6" + ], + [ + "Ġchrom", + "atin" + ], + [ + "ĠSil", + "ence" + ], + [ + "ĠPrint", + "ed" + ], + [ + "ĠPut", + "nam" + ], + [ + "ĠGriff", + "ith" + ], + [ + "Ġdishon", + "est" + ], + [ + "ĠMAT", + "LAB" + ], + [ + "hisatt", + "va" + ], + [ + "ĠCasp", + "ian" + ], + [ + "K", + "EY" + ], + [ + "Ġs", + "ul" + ], + [ + "an", + "al" + ], + [ + "ou", + "in" + ], + [ + "Ġl", + "akh" + ], + [ + "id", + "ians" + ], + [ + "ĠL", + "ik" + ], + [ + "ater", + "ally" + ], + [ + "ĠEx", + "eter" + ], + [ + "Ġair", + "tight" + ], + [ + "Ġneg", + "ativity" + ], + [ + "Ġdiss", + "ipation" + ], + [ + "ĠEnc", + "ouraging" + ], + [ + "ĠSurv", + "iv" + ], + [ + "Ġscrat", + "ched" + ], + [ + "H", + "earing" + ], + [ + "c", + "ook" + ], + [ + "ou", + "lli" + ], + [ + "ĠS", + "ick" + ], + [ + "ĠB", + "au" + ], + [ + "ĠW", + "ad" + ], + [ + "ri", + "ks" + ], + [ + "ust", + "rious" + ], + [ + "Ġpart", + "ake" + ], + [ + "Al", + "ready" + ], + [ + "Ġep", + "oxy" + ], + [ + "Ġacqu", + "isitions" + ], + [ + "Sc", + "ot" + ], + [ + "Ġsav", + "ory" + ], + [ + "Ġfirm", + "ware" + ], + [ + "Ġcrow", + "ding" + ], + [ + "Ġunn", + "amed" + ], + [ + "ĠIncre", + "ases" + ], + [ + "Ġattain", + "able" + ], + [ + "ĠExplan", + "ation" + ], + [ + "Ġpunctu", + "ated" + ], + [ + "ĠN", + "IST" + ], + [ + "Ġev", + "oking" + ], + [ + "Ġfl", + "anks" + ], + [ + "Ġdown", + "hill" + ], + [ + "Ġcell", + "phone" + ], + [ + "St", + "aff" + ], + [ + "ĠPe", + "pper" + ], + [ + "ocr", + "isy" + ], + [ + "Ġtour", + "naments" + ], + [ + "Ġlik", + "ened" + ], + [ + "rot", + "ic" + ], + [ + "Ġlingu", + "ists" + ], + [ + "Ġpneum", + "atic" + ], + [ + "Main", + "taining" + ], + [ + "ĠBhag", + "av" + ], + [ + "ĠPorts", + "mouth" + ], + [ + "Ġsuperson", + "ic" + ], + [ + "Ġs", + "izing" + ], + [ + "Ġth", + "umbs" + ], + [ + "id", + "us" + ], + [ + "ĠC", + "uc" + ], + [ + "ĠJ", + "ill" + ], + [ + "Ġcl", + "oves" + ], + [ + "Ġro", + "aming" + ], + [ + "te", + "am" + ], + [ + "Ġgen", + "itals" + ], + [ + "ĠFor", + "rest" + ], + [ + "Ġsk", + "il" + ], + [ + "ank", + "ind" + ], + [ + "Ġlo", + "aves" + ], + [ + "rad", + "a" + ], + [ + "AR", + "M" + ], + [ + "ĠRet", + "ail" + ], + [ + "45", + "9" + ], + [ + "Ġrare", + "st" + ], + [ + "Ġtele", + "visions" + ], + [ + "ĠAng", + "ular" + ], + [ + "ĠMedic", + "ines" + ], + [ + "ĠEv", + "a" + ], + [ + "Ġconqu", + "ering" + ], + [ + "Ġarbit", + "ration" + ], + [ + "Ġreciproc", + "als" + ], + [ + "Ġcir", + "cling" + ], + [ + "ĠUtt", + "ar" + ], + [ + "h", + "ousing" + ], + [ + "à", + "³" + ], + [ + "Ġf", + "oes" + ], + [ + "Ġh", + "r" + ], + [ + "Ġex", + "alted" + ], + [ + "ine", + "phrine" + ], + [ + "Ġhas", + "hing" + ], + [ + "Ġimp", + "rec" + ], + [ + "Ġent", + "icing" + ], + [ + "Ġaut", + "ocorrelation" + ], + [ + "oph", + "on" + ], + [ + "Ġexc", + "ursion" + ], + [ + "Ġsex", + "ism" + ], + [ + "Ġroot", + "ing" + ], + [ + "ĠSur", + "rey" + ], + [ + "ĠBay", + "er" + ], + [ + "ó", + "w" + ], + [ + "ĠVer", + "b" + ], + [ + "Ġgran", + "ul" + ], + [ + "Ġlogarith", + "ms" + ], + [ + "Ġinterven", + "ed" + ], + [ + "Ġethn", + "ographic" + ], + [ + "INS", + "ERT" + ], + [ + "Ġreimburse", + "ment" + ], + [ + "m", + "ix" + ], + [ + "Ġd", + "rowsiness" + ], + [ + "Ġh", + "ust" + ], + [ + "ĠT", + "iny" + ], + [ + "ĠS", + "ell" + ], + [ + "Ġinc", + "iner" + ], + [ + "Ġbec", + "k" + ], + [ + "sh", + "own" + ], + [ + "60", + "5" + ], + [ + "ĠAust", + "ro" + ], + [ + "att", + "ention" + ], + [ + "48", + "2" + ], + [ + "Ġrent", + "s" + ], + [ + "Ġprecip", + "itated" + ], + [ + "ga", + "ard" + ], + [ + "Mat", + "rix" + ], + [ + "d", + "aily" + ], + [ + "v", + "ath" + ], + [ + "Ġp", + "anda" + ], + [ + "ĠE", + "u" + ], + [ + "ĠR", + "it" + ], + [ + "ĠG", + "olf" + ], + [ + "ust", + "ion" + ], + [ + "ĠO", + "verse" + ], + [ + "ĠO", + "CLC" + ], + [ + "Ġun", + "broken" + ], + [ + "In", + "struct" + ], + [ + "Ġland", + "fall" + ], + [ + "ĠShe", + "ikh" + ], + [ + "Ġcapt", + "ives" + ], + [ + "Ġpsych", + "otic" + ], + [ + "Ġactual", + "ity" + ], + [ + "ĠJud", + "gment" + ], + [ + "Ġgam", + "ers" + ], + [ + "ĠPartners", + "hips" + ], + [ + "Ġpier", + "ced" + ], + [ + "Ġcripp", + "led" + ], + [ + "Ġprogen", + "y" + ], + [ + "ĠAdolesc", + "ents" + ], + [ + "C", + "ities" + ], + [ + "W", + "P" + ], + [ + "f", + "ollowing" + ], + [ + "ent", + "in" + ], + [ + "ve", + "z" + ], + [ + "Ġwith", + "holding" + ], + [ + "ĠP", + "ia" + ], + [ + "rom", + "a" + ], + [ + "Ġcomm", + "uting" + ], + [ + "Ġallow", + "ances" + ], + [ + "Ġhost", + "els" + ], + [ + "Ġmer", + "idian" + ], + [ + "Ġfasc", + "ist" + ], + [ + "Ab", + "d" + ], + [ + "cons", + "umption" + ], + [ + "UR", + "R" + ], + [ + "ĠOF", + "F" + ], + [ + "ĠNeu", + "rological" + ], + [ + "Ġcad", + "ence" + ], + [ + "ĠMaur", + "itius" + ], + [ + "Ġpa", + "ediatric" + ], + [ + "Hung", + "arian" + ], + [ + "Ġsurrog", + "ate" + ], + [ + "P", + "ages" + ], + [ + "g", + "art" + ], + [ + "h", + "ogs" + ], + [ + "Ġd", + "ic" + ], + [ + "ĠH", + "os" + ], + [ + "ĠG", + "ABA" + ], + [ + "ĠJ", + "ab" + ], + [ + "ĠJ", + "ump" + ], + [ + "oh", + "l" + ], + [ + "aken", + "ing" + ], + [ + "Ġcondition", + "ers" + ], + [ + "ĠAb", + "bas" + ], + [ + "amer", + "a" + ], + [ + "itan", + "ia" + ], + [ + "ĠFrit", + "z" + ], + [ + "Ġantider", + "ivative" + ], + [ + "a", + "edia" + ], + [ + "Ġin", + "line" + ], + [ + "ra", + "ch" + ], + [ + "ĠB", + "ologna" + ], + [ + "ĠN", + "L" + ], + [ + "ĠX", + "L" + ], + [ + "Ġprop", + "onent" + ], + [ + "Ġport", + "als" + ], + [ + "Ġunc", + "overs" + ], + [ + "Ġpupp", + "ets" + ], + [ + "ĠCamb", + "rian" + ], + [ + "Ġchi", + "ropract" + ], + [ + "ARN", + "ING" + ], + [ + "8", + "70" + ], + [ + "Ġp", + "ect" + ], + [ + "ĠA", + "SA" + ], + [ + "Ġde", + "em" + ], + [ + "Ġint", + "ently" + ], + [ + "ew", + "all" + ], + [ + "Ġunder", + "lined" + ], + [ + "ĠHe", + "x" + ], + [ + "ĠAn", + "im" + ], + [ + "Ġteam", + "ed" + ], + [ + "Ġremain", + "ders" + ], + [ + "Ġdead", + "liest" + ], + [ + "ev", + "idence" + ], + [ + "Ġinh", + "abits" + ], + [ + "ĠBen", + "z" + ], + [ + "mod", + "els" + ], + [ + "47", + "6" + ], + [ + "ĠAdv", + "ocate" + ], + [ + "Ġhurt", + "ful" + ], + [ + "Ġfate", + "ful" + ], + [ + "iph", + "on" + ], + [ + "circ", + "uit" + ], + [ + "ĠMir", + "iam" + ], + [ + "Ġcray", + "ons" + ], + [ + "Ġnemat", + "ode" + ], + [ + "ĠZoroast", + "rian" + ], + [ + "ĠA", + "gencies" + ], + [ + "Ġas", + "partame" + ], + [ + "ĠThe", + "ological" + ], + [ + "ĠG", + "orge" + ], + [ + "Ġqu", + "i" + ], + [ + "Ġpat", + "io" + ], + [ + "Ġtre", + "pid" + ], + [ + "vant", + "age" + ], + [ + "ĠTra", + "umatic" + ], + [ + "Ġpra", + "iries" + ], + [ + "Ġasc", + "etic" + ], + [ + "ĠVer", + "te" + ], + [ + "Ġrab", + "bin" + ], + [ + "Sm", + "oking" + ], + [ + "Ġho", + "ax" + ], + [ + "Ñģ", + "к" + ], + [ + "ĠEM", + "F" + ], + [ + "Lim", + "it" + ], + [ + "Ġepistem", + "ology" + ], + [ + "ĠMartine", + "z" + ], + [ + "Ġmischie", + "vous" + ], + [ + "r", + "ules" + ], + [ + "v", + "iii" + ], + [ + "Ġp", + "ard" + ], + [ + "ing", + "ale" + ], + [ + "em", + "pl" + ], + [ + "ĠD", + "und" + ], + [ + "ĠR", + "AD" + ], + [ + "ag", + "hetti" + ], + [ + "ell", + "ites" + ], + [ + "Ġme", + "gal" + ], + [ + "ves", + "ter" + ], + [ + "()", + "]" + ], + [ + "Ġfem", + "oral" + ], + [ + "uk", + "kah" + ], + [ + "enth", + "al" + ], + [ + "ĠMer", + "chant" + ], + [ + "ĠEffect", + "iveness" + ], + [ + "Ġreign", + "s" + ], + [ + "Ġirres", + "ist" + ], + [ + "ĠKau", + "f" + ], + [ + "ĠEncyclop", + "ædia" + ], + [ + "P", + "ap" + ], + [ + "ĠA", + "edes" + ], + [ + "ĠN", + "ull" + ], + [ + "Ġad", + "heres" + ], + [ + "rad", + "ing" + ], + [ + "oon", + "er" + ], + [ + "Ġunf", + "it" + ], + [ + "ĠVir", + "uses" + ], + [ + "Ġbrother", + "hood" + ], + [ + "Ġcart", + "ridges" + ], + [ + "alm", + "art" + ], + [ + "ĠPoly", + "techn" + ], + [ + "Ac", + "ute" + ], + [ + "Ġradi", + "ator" + ], + [ + "ĠSuff", + "olk" + ], + [ + "ĠShop", + "ping" + ], + [ + "Ġparaphr", + "ase" + ], + [ + "J", + "ackson" + ], + [ + "c", + "reation" + ], + [ + "ĠT", + "ant" + ], + [ + "ĠP", + "ell" + ], + [ + "ĠW", + "I" + ], + [ + "Ġr", + "angers" + ], + [ + "Ġat", + "onement" + ], + [ + "ĠQ", + "atar" + ], + [ + "St", + "ation" + ], + [ + "ĠNe", + "umann" + ], + [ + "Ġdoub", + "ly" + ], + [ + "ĠPost", + "al" + ], + [ + "Ġsubtract", + "ed" + ], + [ + "norm", + "ality" + ], + [ + "Ġamput", + "ation" + ], + [ + "Ġabr", + "asion" + ], + [ + "B", + "ST" + ], + [ + "H", + "an" + ], + [ + "l", + "abor" + ], + [ + "u", + "o" + ], + [ + "ĠD", + "SL" + ], + [ + "ĠR", + "heumat" + ], + [ + "Ġsh", + "atter" + ], + [ + "ĠL", + "é" + ], + [ + "Ġup", + "keep" + ], + [ + "Ġpost", + "ulated" + ], + [ + "Ġwhite", + "board" + ], + [ + "Ġoccup", + "ant" + ], + [ + "ache", + "v" + ], + [ + "Ġalle", + "ys" + ], + [ + "Ġdoubt", + "less" + ], + [ + "ĠContin", + "ued" + ], + [ + "oul", + "os" + ], + [ + "Ġmature", + "d" + ], + [ + "ĠBir", + "ch" + ], + [ + "ĠEcosystem", + "s" + ], + [ + "Ġoppos", + "ites" + ], + [ + "Ġshorth", + "and" + ], + [ + "H", + "al" + ], + [ + "W", + "olf" + ], + [ + "he", + "al" + ], + [ + "Ġg", + "inseng" + ], + [ + "ĠS", + "erve" + ], + [ + "ĠF", + "airy" + ], + [ + "ĠG", + "ear" + ], + [ + "Ġunt", + "old" + ], + [ + "Ġz", + "ig" + ], + [ + "athy", + "roid" + ], + [ + "Ġnumer", + "ically" + ], + [ + "Ġmemor", + "ials" + ], + [ + "Ġtor", + "ment" + ], + [ + "ĠInvest", + "ing" + ], + [ + "Ob", + "jective" + ], + [ + "ĠInvestig", + "ations" + ], + [ + "Ġskept", + "ics" + ], + [ + "ophys", + "iology" + ], + [ + "Ġfluff", + "y" + ], + [ + "4", + "34" + ], + [ + "V", + "iet" + ], + [ + "er", + "ary" + ], + [ + "or", + "ated" + ], + [ + "end", + "or" + ], + [ + "ack", + "er" + ], + [ + "Ġbro", + "ok" + ], + [ + "Ġcapt", + "ains" + ], + [ + "ĠCount", + "ing" + ], + [ + "iot", + "herap" + ], + [ + "ĠON", + "LY" + ], + [ + "Ġ..", + ".\"" + ], + [ + "Ġling", + "ered" + ], + [ + "pine", + "phrine" + ], + [ + "Ġdiscretion", + "ary" + ], + [ + "Ġevid", + "ences" + ], + [ + "Ġcannabin", + "oids" + ], + [ + "ĠFlem", + "ish" + ], + [ + "P", + "oll" + ], + [ + "S", + "ugar" + ], + [ + "il", + "ient" + ], + [ + "ĠM", + "ask" + ], + [ + "iz", + "ability" + ], + [ + "ip", + "itation" + ], + [ + "Ġam", + "aze" + ], + [ + "ret", + "te" + ], + [ + "ĠVir", + "gil" + ], + [ + "Ġwel", + "ded" + ], + [ + "Ġju", + "icy" + ], + [ + "ĠJud", + "y" + ], + [ + "Ġpra", + "ises" + ], + [ + "ocy", + "st" + ], + [ + "Ġconqu", + "ests" + ], + [ + "comp", + "onents" + ], + [ + "ĠNewsp", + "aper" + ], + [ + "ĠCarth", + "age" + ], + [ + "rosso", + "ver" + ], + [ + "ĠColosse", + "um" + ], + [ + "9", + "10" + ], + [ + "T", + "aylor" + ], + [ + "n", + "ecessary" + ], + [ + "pl", + "ug" + ], + [ + "Ġun", + "iting" + ], + [ + "Ġsound", + "scape" + ], + [ + "Ġcat", + "fish" + ], + [ + "ĠCo", + "ordination" + ], + [ + "Ġfru", + "iting" + ], + [ + "ux", + "ley" + ], + [ + "ĠMedic", + "i" + ], + [ + "sum", + "mary" + ], + [ + "vi", + "ks" + ], + [ + "opt", + "ions" + ], + [ + "Ġnour", + "ishing" + ], + [ + "ĠBM", + "J" + ], + [ + "Ġrepeal", + "ed" + ], + [ + "Lin", + "ux" + ], + [ + ")", + "=" + ], + [ + "H", + "PV" + ], + [ + "a", + "um" + ], + [ + "s", + "urgical" + ], + [ + "om", + "ile" + ], + [ + "ĠS", + "loan" + ], + [ + "ĠThe", + "bes" + ], + [ + "ĠP", + "J" + ], + [ + "ĠG", + "inger" + ], + [ + "ĠSt", + "ere" + ], + [ + "ian", + "i" + ], + [ + "Ġfore", + "t" + ], + [ + "90", + "1" + ], + [ + "vest", + "on" + ], + [ + "ĠLa", + "place" + ], + [ + "ĠMer", + "ck" + ], + [ + "ä", + "r" + ], + [ + "ĠTheore", + "tical" + ], + [ + "div", + "ide" + ], + [ + "deg", + "rees" + ], + [ + "Ġchamp", + "ioned" + ], + [ + "ĠNort", + "heastern" + ], + [ + "Ġenroll", + "ing" + ], + [ + "Ġreck", + "oned" + ], + [ + "ĠNik", + "ol" + ], + [ + "ĠCre", + "ole" + ], + [ + "Ġsequential", + "ly" + ], + [ + "Agricult", + "ure" + ], + [ + "ĠIli", + "ad" + ], + [ + "?", + "|" + ], + [ + "b", + "iotics" + ], + [ + "s", + "ervices" + ], + [ + "en", + "in" + ], + [ + "ĠM", + "ikh" + ], + [ + "ĠP", + "ocket" + ], + [ + "and", + "e" + ], + [ + "ĠSt", + "adium" + ], + [ + "Ġind", + "ign" + ], + [ + "ft", + "ed" + ], + [ + "sp", + "aces" + ], + [ + "ER", + "R" + ], + [ + "ung", + "a" + ], + [ + "ĠPhys", + "iol" + ], + [ + "Ġunp", + "repared" + ], + [ + "Ġcritic", + "izing" + ], + [ + "Ġpharm", + "acies" + ], + [ + "Ġfung", + "icide" + ], + [ + "Ġperic", + "ard" + ], + [ + "ĠKyr", + "gyz" + ], + [ + "Ġt", + "rolley" + ], + [ + "Ġbe", + "f" + ], + [ + "ĠT", + "ec" + ], + [ + "em", + "itting" + ], + [ + "ĠH", + "eter" + ], + [ + "ink", + "ling" + ], + [ + "Ġinst", + "illed" + ], + [ + "Ġdisc", + "redit" + ], + [ + "..", + ".," + ], + [ + "50", + "6" + ], + [ + "Ġtri", + "pled" + ], + [ + "Ġemphas", + "ised" + ], + [ + "Ġrh", + "inos" + ], + [ + "ĠAtt", + "acks" + ], + [ + "Ġlie", + "u" + ], + [ + "ĠDoes", + "n" + ], + [ + "Ġanomal", + "ous" + ], + [ + "Ġá", + "¸" + ], + [ + "Ġnov", + "o" + ], + [ + "Ġalk", + "ali" + ], + [ + "Ġsubdiv", + "ision" + ], + [ + "ĠOrn", + "ith" + ], + [ + "ĠEras", + "mus" + ], + [ + "olyb", + "den" + ], + [ + "w", + "ine" + ], + [ + "Ġa", + "vert" + ], + [ + "re", + "active" + ], + [ + "er", + "idge" + ], + [ + "Ġto", + "ad" + ], + [ + "im", + "plement" + ], + [ + "Ġor", + "chest" + ], + [ + "Ġwith", + "hold" + ], + [ + "ĠD", + "ell" + ], + [ + "iz", + "on" + ], + [ + "ĠHe", + "gel" + ], + [ + "Ġpost", + "age" + ], + [ + "augh", + "an" + ], + [ + "Ġsat", + "ire" + ], + [ + "Ġap", + "ical" + ], + [ + "ĠCle", + "aring" + ], + [ + "ĠFind", + "s" + ], + [ + "Ġfing", + "ern" + ], + [ + "ĠAuthor", + "ities" + ], + [ + "ĠZo", + "om" + ], + [ + "Ġhelpless", + "ness" + ], + [ + "ĠMut", + "ual" + ], + [ + "Ġrenov", + "ations" + ], + [ + "yield", + "ing" + ], + [ + "Ġprotrud", + "ing" + ], + [ + "n", + "ard" + ], + [ + "t", + "as" + ], + [ + "Ö", + "¶" + ], + [ + "Ġp", + "c" + ], + [ + "Ġcon", + "versely" + ], + [ + "ĠC", + "affeine" + ], + [ + "ĠB", + "ishops" + ], + [ + "ĠG", + "aw" + ], + [ + "Ġel", + "ast" + ], + [ + "ĠSh", + "ack" + ], + [ + "Ġrecogn", + "ises" + ], + [ + "05", + "2" + ], + [ + "ĠPers", + "istent" + ], + [ + "Ġnumer", + "acy" + ], + [ + "Ġtast", + "ed" + ], + [ + "ĠBapt", + "ism" + ], + [ + "Ġdos", + "ages" + ], + [ + "Ġaquarium", + "s" + ], + [ + "Ġrecount", + "ed" + ], + [ + "Put", + "ting" + ], + [ + "Ġharb", + "ors" + ], + [ + "Ġdexter", + "ity" + ], + [ + "4", + "36" + ], + [ + "O", + "ste" + ], + [ + "f", + "ixed" + ], + [ + "n", + "ian" + ], + [ + "ĠC", + "MS" + ], + [ + "Ġsc", + "orn" + ], + [ + "ile", + "psy" + ], + [ + "Ġem", + "itter" + ], + [ + "Ġcur", + "ricular" + ], + [ + "Ġbo", + "ating" + ], + [ + "Ġorgan", + "izes" + ], + [ + "Ġpost", + "ulates" + ], + [ + "ĠEl", + "is" + ], + [ + "ĠMod", + "ular" + ], + [ + "alt", + "ered" + ], + [ + "Ġfalse", + "hood" + ], + [ + "hand", + "ler" + ], + [ + "ĠJack", + "ie" + ], + [ + "ĠAst", + "rophysics" + ], + [ + "Ġcompact", + "ed" + ], + [ + "Ġtrem", + "or" + ], + [ + "Ġbark", + "ing" + ], + [ + "Ġtheor", + "ized" + ], + [ + "Ġanc", + "ients" + ], + [ + "C", + "AR" + ], + [ + "P", + "AR" + ], + [ + "ly", + "ph" + ], + [ + "Ġg", + "ull" + ], + [ + "ch", + "ini" + ], + [ + "ir", + "ators" + ], + [ + "ĠP", + "atch" + ], + [ + "ĠG", + "ull" + ], + [ + "end", + "o" + ], + [ + "ib", + "eral" + ], + [ + "ĠAs", + "king" + ], + [ + "Ġlevel", + "ed" + ], + [ + "Ġtake", + "over" + ], + [ + "ĠWh", + "is" + ], + [ + "ĠEn", + "ough" + ], + [ + "Ġinstall", + "ment" + ], + [ + "gl", + "ob" + ], + [ + "ĠElect", + "ions" + ], + [ + "main", + "tenance" + ], + [ + "xx", + "xx" + ], + [ + "hum", + "id" + ], + [ + "analy", + "tic" + ], + [ + "ĠâĪij", + "[" + ], + [ + "ĠNure", + "mberg" + ], + [ + "W", + "L" + ], + [ + "c", + "rack" + ], + [ + "o", + "C" + ], + [ + "p", + "d" + ], + [ + "×", + "ł" + ], + [ + "Ġc", + "eded" + ], + [ + "Ġre", + "forestation" + ], + [ + "ĠP", + "ok" + ], + [ + "Ġbreak", + "ers" + ], + [ + "60", + "6" + ], + [ + "é", + "es" + ], + [ + "Ġaf", + "ar" + ], + [ + "power", + "ful" + ], + [ + "Ġshowc", + "ased" + ], + [ + "Ġμ", + "g" + ], + [ + "Ġrefriger", + "ators" + ], + [ + "Ġmagist", + "rate" + ], + [ + "B", + "F" + ], + [ + "L", + "uc" + ], + [ + "W", + "aste" + ], + [ + "Ġa", + "ide" + ], + [ + "Ġp", + "ies" + ], + [ + "Ġm", + "asc" + ], + [ + "ch", + "ains" + ], + [ + "ĠM", + "k" + ], + [ + "ĠP", + "oster" + ], + [ + "ĠW", + "ins" + ], + [ + "ong", + "a" + ], + [ + "Ġeng", + "ravings" + ], + [ + "50", + "7" + ], + [ + "Ġ<", + "-" + ], + [ + "ĠMon", + "key" + ], + [ + "Ġagg", + "l" + ], + [ + "Read", + "y" + ], + [ + "Ġmemor", + "ization" + ], + [ + "hew", + "s" + ], + [ + "ĠLith", + "ium" + ], + [ + "Ġrupt", + "ured" + ], + [ + "ĠHamm", + "ond" + ], + [ + "ĠAe", + "gean" + ], + [ + "Ġfiss", + "ures" + ], + [ + "Ġfooth", + "ills" + ], + [ + "Ġunatt", + "ended" + ], + [ + "rosp", + "inal" + ], + [ + "t", + "ypical" + ], + [ + "Ġm", + "ocking" + ], + [ + "Ġe", + "el" + ], + [ + "ur", + "istics" + ], + [ + "Ġpe", + "eling" + ], + [ + "Ġsa", + "x" + ], + [ + "Ġmed", + "itative" + ], + [ + "Ġsol", + "icit" + ], + [ + "Ġpred", + "ic" + ], + [ + "Ġattract", + "iveness" + ], + [ + "ĠCong", + "ratulations" + ], + [ + "ĠFound", + "ed" + ], + [ + "55", + "1" + ], + [ + "Comm", + "and" + ], + [ + "Ġdress", + "ings" + ], + [ + "Just", + "ice" + ], + [ + "ĠTele", + "phone" + ], + [ + "Ġmisinter", + "pretation" + ], + [ + "ĠRol", + "and" + ], + [ + "Ġutilitarian", + "ism" + ], + [ + "Ens", + "ure" + ], + [ + "W", + "alking" + ], + [ + "i", + "ad" + ], + [ + "un", + "ya" + ], + [ + "Ġun", + "ob" + ], + [ + "Ġimp", + "regn" + ], + [ + "Ġwhere", + "abouts" + ], + [ + "ĠEx", + "xon" + ], + [ + "ĠEng", + "els" + ], + [ + "ĠEn", + "och" + ], + [ + "ĠGra", + "in" + ], + [ + "ey", + "er" + ], + [ + "46", + "7" + ], + [ + "prov", + "ide" + ], + [ + "Ġarom", + "at" + ], + [ + "Mic", + "hel" + ], + [ + "Ġconjug", + "ation" + ], + [ + "Ġtoug", + "hest" + ], + [ + "/", + "?" + ], + [ + ">", + "," + ], + [ + "b", + "rospinal" + ], + [ + "c", + "oes" + ], + [ + "Ġp", + "iled" + ], + [ + "and", + "als" + ], + [ + "Ġdis", + "ordered" + ], + [ + "Ġman", + "ia" + ], + [ + "Ġar", + "ched" + ], + [ + "ĠK", + "ew" + ], + [ + "Ġag", + "ony" + ], + [ + "Ġsub", + "unit" + ], + [ + "Ġcoll", + "age" + ], + [ + "ming", + "ton" + ], + [ + "ĠDec", + "reased" + ], + [ + "Ġkn", + "ob" + ], + [ + "44", + "9" + ], + [ + "har", + "ata" + ], + [ + "Ġcough", + "s" + ], + [ + "umen", + "ical" + ], + [ + "ĠInstitution", + "al" + ], + [ + "ĠAnch", + "or" + ], + [ + "Ġtrepid", + "ation" + ], + [ + "H", + "ell" + ], + [ + "T", + "rend" + ], + [ + "w", + "olf" + ], + [ + "Ġin", + "order" + ], + [ + "ur", + "ist" + ], + [ + "ul", + "ants" + ], + [ + "el", + "ike" + ], + [ + "ĠP", + "ang" + ], + [ + "Ġsp", + "ore" + ], + [ + "Ġres", + "ists" + ], + [ + "Ġunc", + "anny" + ], + [ + "ĠCo", + "ke" + ], + [ + "ĠUN", + "F" + ], + [ + "ĠEvery", + "body" + ], + [ + "ĠContin", + "uously" + ], + [ + "Ġhills", + "ide" + ], + [ + "ĠRecon", + "ciliation" + ], + [ + "Ġrooft", + "ops" + ], + [ + "Ġholog", + "raphic" + ], + [ + "Ġcass", + "ava" + ], + [ + "Ġbushel", + "s" + ], + [ + "6", + "75" + ], + [ + "P", + "roduction" + ], + [ + "Ġsc", + "ant" + ], + [ + "Ġmy", + "r" + ], + [ + "other", + "s" + ], + [ + "Ġdep", + "ressions" + ], + [ + "ention", + "ed" + ], + [ + "edi", + "as" + ], + [ + "Ġrandom", + "ised" + ], + [ + "Ġmel", + "od" + ], + [ + "Ġadvert", + "isers" + ], + [ + "foot", + "ed" + ], + [ + "EF", + "L" + ], + [ + "rac", + "otta" + ], + [ + "ĠBirth", + "day" + ], + [ + "Ġcongru", + "ence" + ], + [ + "Ġfal", + "con" + ], + [ + "Ġovercrow", + "ded" + ], + [ + "ĠJub", + "ilee" + ], + [ + "Ġtimet", + "able" + ], + [ + "S", + "her" + ], + [ + "c", + "ill" + ], + [ + "nd", + "t" + ], + [ + "act", + "in" + ], + [ + "act", + "yl" + ], + [ + "Ġam", + "orphous" + ], + [ + "Ġorgan", + "isational" + ], + [ + "ĠCl", + "othing" + ], + [ + "ox", + "ic" + ], + [ + "Ġprec", + "inct" + ], + [ + "eck", + "ers" + ], + [ + "weight", + "ed" + ], + [ + "Ġfrustr", + "ations" + ], + [ + "Ġchim", + "neys" + ], + [ + "ĠCapital", + "ism" + ], + [ + "Vol", + "unt" + ], + [ + "Resp", + "ons" + ], + [ + "Ġlam", + "bs" + ], + [ + "ĠKur", + "ds" + ], + [ + "Ġpian", + "ist" + ], + [ + "4", + "48" + ], + [ + "p", + "aces" + ], + [ + "Ø", + "Ń" + ], + [ + "Ġc", + "ached" + ], + [ + "Ġh", + "inge" + ], + [ + "Ġy", + "a" + ], + [ + "ĠH", + "b" + ], + [ + "ĠG", + "ST" + ], + [ + "ĠL", + "um" + ], + [ + "are", + "as" + ], + [ + "ec", + "ology" + ], + [ + "Ġam", + "n" + ], + [ + "ov", + "sk" + ], + [ + "Ġdec", + "imated" + ], + [ + "Ġge", + "ospatial" + ], + [ + "ster", + "oidal" + ], + [ + "Ġexpert", + "ly" + ], + [ + "Ġskill", + "ful" + ], + [ + "Ġstomach", + "s" + ], + [ + "Ġye", + "ah" + ], + [ + "Ob", + "esity" + ], + [ + "Ġcuis", + "ines" + ], + [ + "ĠPul", + "itzer" + ], + [ + "D", + "est" + ], + [ + "H", + "u" + ], + [ + "p", + "rol" + ], + [ + "t", + "un" + ], + [ + "nd", + "or" + ], + [ + "ĠC", + "ater" + ], + [ + "ins", + "ured" + ], + [ + "the", + "ory" + ], + [ + "com", + "pliance" + ], + [ + "Ġcal", + "dera" + ], + [ + "Ch", + "i" + ], + [ + "ĠMar", + "l" + ], + [ + "Ġsn", + "apped" + ], + [ + "rec", + "omm" + ], + [ + "ĠCor", + "rid" + ], + [ + "ĠWhite", + "head" + ], + [ + "ĠChe", + "f" + ], + [ + "Hist", + "oric" + ], + [ + "ĠLess", + "er" + ], + [ + "ĠAnaly", + "st" + ], + [ + "Ġdecom", + "posing" + ], + [ + "Ġirre", + "ducible" + ], + [ + "Ġheap", + "q" + ], + [ + "vari", + "ant" + ], + [ + "Ġflick", + "er" + ], + [ + "Ġkidn", + "apped" + ], + [ + "Ġdishwas", + "her" + ], + [ + "5", + "45" + ], + [ + "en", + "ough" + ], + [ + "Ġre", + "plicates" + ], + [ + "ĠIn", + "quisition" + ], + [ + "ins", + "k" + ], + [ + "Ġca", + "pped" + ], + [ + "Ġemot", + "ive" + ], + [ + "Ad", + "minist" + ], + [ + "ĠChief", + "s" + ], + [ + "Ġintens", + "ively" + ], + [ + "Ġrip", + "en" + ], + [ + "ĠSut", + "ton" + ], + [ + "ĠEre", + "bus" + ], + [ + "Ġtrill", + "ions" + ], + [ + "Ġt", + "ipped" + ], + [ + "Ġn", + "iece" + ], + [ + "op", + "f" + ], + [ + "ĠD", + "ag" + ], + [ + "ĠG", + "ag" + ], + [ + "Ġab", + "l" + ], + [ + "orm", + "an" + ], + [ + "ĠJ", + "em" + ], + [ + "Ġstory", + "teller" + ], + [ + "sp", + "ots" + ], + [ + "Ġinstruct", + "ive" + ], + [ + "Ġign", + "eous" + ], + [ + "rep", + "air" + ], + [ + "inf", + "rared" + ], + [ + "itt", + "est" + ], + [ + "IF", + "O" + ], + [ + "Ġshar", + "per" + ], + [ + "Direct", + "or" + ], + [ + "Ġpled", + "ges" + ], + [ + "Squ", + "are" + ], + [ + "achy", + "cardia" + ], + [ + "ĠHeming", + "way" + ], + [ + "5", + "32" + ], + [ + "g", + "ically" + ], + [ + "it", + "ute" + ], + [ + "ĠG", + "ond" + ], + [ + "ĠJ", + "unction" + ], + [ + "Ġunder", + "valued" + ], + [ + "tt", + "i" + ], + [ + "ĠIs", + "olation" + ], + [ + "Ġmor", + "p" + ], + [ + "ĠNe", + "utral" + ], + [ + "45", + "8" + ], + [ + "Ġund", + "isc" + ], + [ + "Ġcorrespond", + "ed" + ], + [ + "Ġswe", + "ats" + ], + [ + "col", + "our" + ], + [ + "ĠPlan", + "ets" + ], + [ + "Ġcere", + "bellum" + ], + [ + "ĠJose", + "f" + ], + [ + "ĠWH", + "AT" + ], + [ + "ĠHI", + "PAA" + ], + [ + "0", + "26" + ], + [ + "n", + "n" + ], + [ + "or", + "ce" + ], + [ + "ĠC", + "SA" + ], + [ + "Ġan", + "ne" + ], + [ + "Ġch", + "anting" + ], + [ + "ĠW", + "an" + ], + [ + "ĠN", + "ike" + ], + [ + "Ġman", + "oeuv" + ], + [ + "Ġout", + "numbered" + ], + [ + "Ġso", + "ar" + ], + [ + "Ġret", + "iring" + ], + [ + "Ġref", + "act" + ], + [ + "Ġca", + "utions" + ], + [ + "Ġprot", + "racted" + ], + [ + "Ex", + "cerpt" + ], + [ + "Ex", + "posure" + ], + [ + "Ġpric", + "eless" + ], + [ + "ö", + "m" + ], + [ + "Rep", + "ository" + ], + [ + "ĠMatthew", + "s" + ], + [ + "Fl", + "ood" + ], + [ + "Ġflux", + "es" + ], + [ + "Ġps", + "alm" + ], + [ + "Ġspo", + "iled" + ], + [ + "Ġrhin", + "itis" + ], + [ + "M", + "u" + ], + [ + "b", + "eg" + ], + [ + "Î", + "£" + ], + [ + "ĠI", + "E" + ], + [ + "ĠI", + "brahim" + ], + [ + "ĠM", + "arm" + ], + [ + "Ġsa", + "ff" + ], + [ + "ĠWe", + "in" + ], + [ + "ĠAd", + "j" + ], + [ + "Ġrespect", + "fully" + ], + [ + "Ġcompet", + "ed" + ], + [ + "ĠAct", + "ing" + ], + [ + "ĠTrans", + "parency" + ], + [ + "Ġstar", + "ved" + ], + [ + "Ph", + "ysics" + ], + [ + "Ġban", + "quet" + ], + [ + "ĠSl", + "ope" + ], + [ + "ĠFat", + "ty" + ], + [ + "Ġgras", + "ped" + ], + [ + "8", + "30" + ], + [ + "I", + "UCN" + ], + [ + "K", + "ING" + ], + [ + "c", + "ip" + ], + [ + "v", + "ian" + ], + [ + "Ñ", + "ħ" + ], + [ + "Ġe", + "ucalyptus" + ], + [ + "ur", + "ger" + ], + [ + "ric", + "hes" + ], + [ + "Ġorgan", + "ising" + ], + [ + "angu", + "ard" + ], + [ + "app", + "les" + ], + [ + "Ġperiod", + "ical" + ], + [ + "Ġsuper", + "flu" + ], + [ + "ĠHer", + "bs" + ], + [ + "Ġlik", + "able" + ], + [ + "49", + "6" + ], + [ + "ĠControl", + "s" + ], + [ + "Ġrid", + "icule" + ], + [ + "Ġshr", + "inks" + ], + [ + "ĠVar", + "iation" + ], + [ + "Non", + "etheless" + ], + [ + "ĠPrec", + "ision" + ], + [ + "Ġrecol", + "lection" + ], + [ + "Ġcalam", + "ity" + ], + [ + "Ġrever", + "ber" + ], + [ + "H", + "H" + ], + [ + "S", + "eed" + ], + [ + "Ġst", + "raps" + ], + [ + "ile", + "t" + ], + [ + "Ġcomm", + "utative" + ], + [ + "ĠDe", + "utsch" + ], + [ + "Ġaf", + "loat" + ], + [ + "Ġce", + "mented" + ], + [ + "Ġpra", + "ising" + ], + [ + "Ġadj", + "ud" + ], + [ + "Ġtriple", + "ts" + ], + [ + "Ġlubric", + "ant" + ], + [ + "Ġ____", + "_" + ], + [ + "Ġonboard", + "ing" + ], + [ + "tri", + "angle" + ], + [ + "sit", + "u" + ], + [ + "9", + "70" + ], + [ + "Ġt", + "sp" + ], + [ + "in", + "atal" + ], + [ + "or", + "an" + ], + [ + "Ġr", + "ugs" + ], + [ + "ap", + "arte" + ], + [ + "ik", + "on" + ], + [ + "ĠCl", + "air" + ], + [ + "Ġang", + "i" + ], + [ + "Ġmix", + "er" + ], + [ + "iter", + "able" + ], + [ + "ĠDef", + "ining" + ], + [ + "Ġchart", + "ered" + ], + [ + "ĠCheck", + "list" + ], + [ + "Ġunw", + "itting" + ], + [ + "ĠMechan", + "ism" + ], + [ + "Ġgem", + "stones" + ], + [ + "Fore", + "ign" + ], + [ + "Ġcove", + "ted" + ], + [ + "Ġracc", + "oons" + ], + [ + "P", + "ope" + ], + [ + "p", + "icture" + ], + [ + "w", + "rong" + ], + [ + "w", + "arming" + ], + [ + "Ġw", + "rench" + ], + [ + "Ġp", + "t" + ], + [ + "Ġy", + "elling" + ], + [ + "ĠC", + "ognition" + ], + [ + "ac", + "i" + ], + [ + "ĠB", + "asket" + ], + [ + "ĠL", + "CM" + ], + [ + "ag", + "ia" + ], + [ + "ĠK", + "err" + ], + [ + "Ġref", + "ineries" + ], + [ + "Ġer", + "rand" + ], + [ + "Ġcr", + "iss" + ], + [ + "ĠPl", + "iny" + ], + [ + "Ġunivers", + "ality" + ], + [ + "ĠWal", + "ton" + ], + [ + "ĠSav", + "age" + ], + [ + "Ġpor", + "osity" + ], + [ + "Ġcod", + "ified" + ], + [ + "ĠSher", + "iff" + ], + [ + "Ġpadd", + "ed" + ], + [ + "Ġard", + "ent" + ], + [ + "U", + "X" + ], + [ + "f", + "ear" + ], + [ + "g", + "kin" + ], + [ + "n", + "early" + ], + [ + "w", + "id" + ], + [ + "re", + "li" + ], + [ + "ĠS", + "IG" + ], + [ + "ĠM", + "oy" + ], + [ + "ĠR", + "ao" + ], + [ + "ĠL", + "amp" + ], + [ + "ign", + "ing" + ], + [ + "Ġro", + "be" + ], + [ + "Ġfl", + "oppy" + ], + [ + "Ġelect", + "ors" + ], + [ + "ĠLe", + "igh" + ], + [ + "ĠMic", + "ros" + ], + [ + "Ġpun", + "itive" + ], + [ + "ĠStat", + "ue" + ], + [ + "Ġinn", + "ocu" + ], + [ + "ĠExp", + "anding" + ], + [ + "ĠNapole", + "onic" + ], + [ + "iped", + "es" + ], + [ + "Ġseab", + "irds" + ], + [ + "Ġsincere", + "ly" + ], + [ + "ĠTik", + "Tok" + ], + [ + "Ġenshr", + "ined" + ], + [ + "M", + "arsh" + ], + [ + "m", + "ight" + ], + [ + "ol", + "ition" + ], + [ + "Ġserv", + "itude" + ], + [ + "âĢľ", + "â̦" + ], + [ + "Ġmagn", + "ifying" + ], + [ + "ĠPre", + "fecture" + ], + [ + "ĠAc", + "quisition" + ], + [ + "Ġrh", + "yming" + ], + [ + "ĠPot", + "ato" + ], + [ + "Ġprecip", + "itate" + ], + [ + "ĠNich", + "ols" + ], + [ + "Ġdisj", + "oint" + ], + [ + "ĠEvangel", + "ical" + ], + [ + "Ġmultit", + "asking" + ], + [ + "9", + "90" + ], + [ + "s", + "ers" + ], + [ + "re", + "ment" + ], + [ + "Ġf", + "ined" + ], + [ + "om", + "ist" + ], + [ + "Ġg", + "azed" + ], + [ + "el", + "ig" + ], + [ + "ĠM", + "OS" + ], + [ + "ĠB", + "is" + ], + [ + "iv", + "ol" + ], + [ + "Ġr", + "attlesn" + ], + [ + "Ġwho", + "oping" + ], + [ + "ĠSt", + "am" + ], + [ + "get", + "attr" + ], + [ + "Ġdi", + "urnal" + ], + [ + "hers", + "on" + ], + [ + "ĠCo", + "in" + ], + [ + "Ġec", + "ologist" + ], + [ + "Ġmer", + "ry" + ], + [ + "Ġfly", + "ers" + ], + [ + "ĠLeg", + "islation" + ], + [ + "Ġbomb", + "ed" + ], + [ + "Ġgau", + "ges" + ], + [ + "Ġcig", + "ar" + ], + [ + "Ġ×", + "Ķ" + ], + [ + "ĠPompe", + "ii" + ], + [ + "e", + "q" + ], + [ + "z", + "oelectric" + ], + [ + "ch", + "unk" + ], + [ + "ĠM", + "igr" + ], + [ + "ĠV", + "ie" + ], + [ + "Ġstate", + "hood" + ], + [ + "Ġsl", + "ums" + ], + [ + "Ġhyd", + "rog" + ], + [ + "Ġbur", + "gers" + ], + [ + "Ġflood", + "plain" + ], + [ + "Ġstick", + "er" + ], + [ + "ĠLight", + "ning" + ], + [ + "ĠOrd", + "inary" + ], + [ + "Ġremod", + "eling" + ], + [ + "Face", + "book" + ], + [ + "Ġeuth", + "anasia" + ], + [ + "ĠGrec", + "o" + ], + [ + "ĠQué", + "bec" + ], + [ + "h", + "ope" + ], + [ + "p", + "oles" + ], + [ + "s", + "erving" + ], + [ + "ĠC", + "ough" + ], + [ + "ĠL", + "iar" + ], + [ + "Ġdo", + "er" + ], + [ + "ĠSh", + "ibu" + ], + [ + "light", + "ly" + ], + [ + "mar", + "riage" + ], + [ + "Ġforward", + "ed" + ], + [ + "Ġimmigr", + "ated" + ], + [ + "Ġwr", + "ists" + ], + [ + "mult", + "iply" + ], + [ + "Ġathe", + "ist" + ], + [ + "Ġspraw", + "l" + ], + [ + "Ġoint", + "ment" + ], + [ + "E", + "ither" + ], + [ + "F", + "ront" + ], + [ + "a", + "ah" + ], + [ + "f", + "usion" + ], + [ + "al", + "ine" + ], + [ + "Ġbe", + "ers" + ], + [ + "Ġsh", + "akes" + ], + [ + "ĠV", + "ote" + ], + [ + "Ġsim", + "iles" + ], + [ + "ĠCar", + "b" + ], + [ + "ĠMa", + "hatma" + ], + [ + "ĠFair", + "fax" + ], + [ + "Ġsty", + "lish" + ], + [ + "Ġhypers", + "ensitivity" + ], + [ + "ĠNSA", + "IDs" + ], + [ + "Ġoutbur", + "sts" + ], + [ + "evelop", + "ed" + ], + [ + "ĠHyder", + "abad" + ], + [ + "(", + "\\" + ], + [ + "h", + "ospital" + ], + [ + "en", + "b" + ], + [ + "Ġf", + "ainting" + ], + [ + "Ġwe", + "eping" + ], + [ + "Ġr", + "aster" + ], + [ + "Ġse", + "q" + ], + [ + "Ġsp", + "ears" + ], + [ + "ĠO", + "bl" + ], + [ + "ind", + "ustry" + ], + [ + "ĠK", + "ale" + ], + [ + "Ġbl", + "asts" + ], + [ + "Ġam", + "azingly" + ], + [ + "arm", + "an" + ], + [ + "ĠSh", + "ank" + ], + [ + "ĠAm", + "endments" + ], + [ + "Ġhost", + "age" + ], + [ + "Ġ:", + "-" + ], + [ + "Ġlib", + "erate" + ], + [ + "ĠAir", + "bnb" + ], + [ + "ĠClass", + "ics" + ], + [ + "See", + "k" + ], + [ + "ĠRad", + "ar" + ], + [ + "pub", + "med" + ], + [ + "Ġsulph", + "ate" + ], + [ + "ĠLect", + "ures" + ], + [ + "Sex", + "ual" + ], + [ + "r", + "ang" + ], + [ + "Ġc", + "v" + ], + [ + "pl", + "asm" + ], + [ + "Ġschool", + "children" + ], + [ + "Ġbre", + "ached" + ], + [ + "ĠGen", + "erator" + ], + [ + "Ġnight", + "life" + ], + [ + "DA", + "P" + ], + [ + "ĠFore", + "nsic" + ], + [ + "through", + "put" + ], + [ + "ĠSign", + "ificance" + ], + [ + "Ġtransplant", + "ing" + ], + [ + "Net", + "working" + ], + [ + "Ġreplic", + "ating" + ], + [ + "Ġsuck", + "ed" + ], + [ + "rof", + "oam" + ], + [ + "Arab", + "ic" + ], + [ + "D", + "iam" + ], + [ + "V", + "ision" + ], + [ + "k", + "ner" + ], + [ + "à", + "§" + ], + [ + "ĠI", + "RA" + ], + [ + "Ġpre", + "cepts" + ], + [ + "cy", + "stic" + ], + [ + "Ġbro", + "om" + ], + [ + "rad", + "io" + ], + [ + "Ġcut", + "ters" + ], + [ + "Ġhyd", + "rological" + ], + [ + "Ġincl", + "usions" + ], + [ + "56", + "2" + ], + [ + "Ġsharp", + "en" + ], + [ + "Ġrum", + "ored" + ], + [ + "Ġbore", + "al" + ], + [ + "Ġfortun", + "ately" + ], + [ + "ĠInvestig", + "ator" + ], + [ + "ĠHub", + "bard" + ], + [ + "Ġpenn", + "ies" + ], + [ + "ĠShir", + "ley" + ], + [ + "olybden", + "um" + ], + [ + "ĠS", + "as" + ], + [ + "ĠS", + "IP" + ], + [ + "ĠD", + "ividing" + ], + [ + "ĠF", + "rey" + ], + [ + "ĠO", + "D" + ], + [ + "Ġpre", + "occupied" + ], + [ + "Ġqu", + "icksort" + ], + [ + "Ġunder", + "weight" + ], + [ + "ism", + "ic" + ], + [ + "pr", + "ises" + ], + [ + "As", + "ian" + ], + [ + "Ġabs", + "ol" + ], + [ + "Ġblock", + "ages" + ], + [ + "Ġsac", + "s" + ], + [ + "Ġpul", + "sed" + ], + [ + "exp", + "ress" + ], + [ + "bur", + "st" + ], + [ + "Ġminimal", + "ist" + ], + [ + "Ġrib", + "bons" + ], + [ + "integ", + "ration" + ], + [ + "ç", + "ão" + ], + [ + "Ġcler", + "ical" + ], + [ + "ĠGlou", + "cester" + ], + [ + "w", + "ake" + ], + [ + "il", + "iated" + ], + [ + "ĠF", + "C" + ], + [ + "ĠJ", + "J" + ], + [ + "ĠK", + "ush" + ], + [ + "Ġmet", + "ering" + ], + [ + "ank", + "ing" + ], + [ + "ret", + "a" + ], + [ + "Ġbook", + "ed" + ], + [ + "Ġconstit", + "uting" + ], + [ + "iox", + "ide" + ], + [ + "ĠStep", + "hens" + ], + [ + "Ġgro", + "ves" + ], + [ + "Ġinterrupt", + "ing" + ], + [ + "don", + "ald" + ], + [ + "cor", + "rh" + ], + [ + "Quant", + "um" + ], + [ + "ĠSof", + "ia" + ], + [ + "I", + "g" + ], + [ + "P", + "ET" + ], + [ + "c", + "reating" + ], + [ + "l", + "ob" + ], + [ + "Ã", + "½" + ], + [ + "Ġw", + "allets" + ], + [ + "Ġh", + "amb" + ], + [ + "Ġis", + "omorphic" + ], + [ + "ac", + "io" + ], + [ + "ĠB", + "illion" + ], + [ + "ĠK", + "ara" + ], + [ + "ĠV", + "isc" + ], + [ + "Ġbl", + "asphem" + ], + [ + "me", + "able" + ], + [ + "let", + "es" + ], + [ + "ĠGu", + "ill" + ], + [ + "Ġax", + "ons" + ], + [ + "gl", + "acial" + ], + [ + "46", + "6" + ], + [ + "count", + "ing" + ], + [ + "Ġmemor", + "andum" + ], + [ + "Ġhal", + "ting" + ], + [ + "develop", + "mental" + ], + [ + "ĠLag", + "range" + ], + [ + "Ins", + "ert" + ], + [ + "Ġunle", + "ash" + ], + [ + "Tr", + "uth" + ], + [ + "hab", + "ited" + ], + [ + "ĠAdmiral", + "ty" + ], + [ + "Ġpropriet", + "or" + ], + [ + "Ġassembl", + "age" + ], + [ + "T", + "ests" + ], + [ + "q", + "i" + ], + [ + "her", + "tz" + ], + [ + "os", + "her" + ], + [ + "ĠG", + "T" + ], + [ + "pl", + "ine" + ], + [ + "pl", + "ains" + ], + [ + "Ġsc", + "oot" + ], + [ + "ĠSt", + "yles" + ], + [ + "Ġref", + "ocus" + ], + [ + "com", + "be" + ], + [ + "An", + "na" + ], + [ + "EN", + "CES" + ], + [ + "48", + "1" + ], + [ + "Ġdin", + "ers" + ], + [ + "ĠMo", + "ab" + ], + [ + "Dis", + "advantages" + ], + [ + "Ġpap", + "aya" + ], + [ + "Bo", + "ard" + ], + [ + "ĠHaz", + "ards" + ], + [ + "ĠPharm", + "acy" + ], + [ + "Ġtsun", + "amis" + ], + [ + "Ġrepr", + "int" + ], + [ + "ĠScr", + "atch" + ], + [ + "ĠBelf", + "ast" + ], + [ + "L", + "ie" + ], + [ + "U", + "AL" + ], + [ + "h", + "ore" + ], + [ + "en", + "as" + ], + [ + "ic", + "ile" + ], + [ + "Ġcan", + "es" + ], + [ + "Ġch", + "rys" + ], + [ + "ĠW", + "atching" + ], + [ + "oc", + "les" + ], + [ + "ĠF", + "eng" + ], + [ + "Ġrul", + "ings" + ], + [ + "AR", + "I" + ], + [ + "Ġutil", + "ise" + ], + [ + "Ġamb", + "ush" + ], + [ + "ĠWil", + "kins" + ], + [ + "Ġaqu", + "educt" + ], + [ + "Ġvac", + "ations" + ], + [ + "ME", + "s" + ], + [ + "ĠBrad", + "y" + ], + [ + "ĠBreak", + "fast" + ], + [ + "Ġtheor", + "ist" + ], + [ + "Ġemigr", + "ants" + ], + [ + "Ġculprit", + "s" + ], + [ + "Ġantis", + "ocial" + ], + [ + "ĠCoron", + "avirus" + ], + [ + "Ġannih", + "ilation" + ], + [ + "Ġtac", + "it" + ], + [ + "Ġpropell", + "ant" + ], + [ + "Ġimpat", + "ient" + ], + [ + "Ġdiast", + "olic" + ], + [ + "M", + "es" + ], + [ + "S", + "low" + ], + [ + "T", + "i" + ], + [ + "g", + "ap" + ], + [ + "ĠA", + "ML" + ], + [ + "ĠS", + "AF" + ], + [ + "ĠB", + "amboo" + ], + [ + "Ġse", + "ced" + ], + [ + "ĠD", + "uration" + ], + [ + "ĠN", + "iss" + ], + [ + "Ġab", + "using" + ], + [ + "ai", + "us" + ], + [ + "ĠCo", + "ach" + ], + [ + "ĠSaf", + "ari" + ], + [ + "ĠMo", + "j" + ], + [ + "Ġcong", + "rat" + ], + [ + "Ġbee", + "ch" + ], + [ + "ĠTrib", + "unal" + ], + [ + "ĠMau", + "i" + ], + [ + "ĠScholars", + "hip" + ], + [ + "vacc", + "inated" + ], + [ + "Ġadsor", + "ption" + ], + [ + "Ġdiure", + "tic" + ], + [ + "ĠHIST", + "ORY" + ], + [ + "0", + "70" + ], + [ + "5", + "77" + ], + [ + "ĠT", + "ate" + ], + [ + "Ġst", + "unned" + ], + [ + "ĠA", + "FP" + ], + [ + "ul", + "ism" + ], + [ + "ist", + "em" + ], + [ + "ĠM", + "MR" + ], + [ + "ĠN", + "au" + ], + [ + "ell", + "um" + ], + [ + "Ġinf", + "requently" + ], + [ + "app", + "rec" + ], + [ + "over", + "l" + ], + [ + "br", + "ushes" + ], + [ + "Ġaltern", + "ately" + ], + [ + "Ġbound", + "less" + ], + [ + "Ġ:", + "=" + ], + [ + "atur", + "ation" + ], + [ + "Ġunknown", + "s" + ], + [ + "bound", + "ary" + ], + [ + "Fe", + "atured" + ], + [ + "ez", + "vous" + ], + [ + "Ġappend", + "ages" + ], + [ + "Ġsemic", + "irc" + ], + [ + "Ġinvert", + "ible" + ], + [ + "Ġanaphyl", + "axis" + ], + [ + "l", + "é" + ], + [ + "Ġc", + "rows" + ], + [ + "ĠD", + "ARPA" + ], + [ + "Ġle", + "ash" + ], + [ + "Ġgl", + "immer" + ], + [ + "Ġste", + "aming" + ], + [ + "Con", + "nell" + ], + [ + "ĠSet", + "t" + ], + [ + "ĠBre", + "tt" + ], + [ + "Ġrect", + "ify" + ], + [ + "ĠMagn", + "et" + ], + [ + "quer", + "que" + ], + [ + "Ġrefres", + "hed" + ], + [ + "Ġost", + "ensibly" + ], + [ + "Ġbog", + "ged" + ], + [ + "Ġker", + "atin" + ], + [ + "ĠElimin", + "ate" + ], + [ + "ĠDres", + "den" + ], + [ + "M", + "oses" + ], + [ + "O", + "wn" + ], + [ + "ol", + "ins" + ], + [ + "ĠC", + "rew" + ], + [ + "nt", + "z" + ], + [ + "Ġr", + "up" + ], + [ + "iz", + "u" + ], + [ + "ĠBe", + "en" + ], + [ + "Ġfall", + "opian" + ], + [ + "Wh", + "ole" + ], + [ + "ĠX", + "OR" + ], + [ + "Ġcamp", + "ers" + ], + [ + "ocr", + "at" + ], + [ + "Ġtour", + "ing" + ], + [ + "ĠAN", + "Y" + ], + [ + "ĠProv", + "inces" + ], + [ + "Ġrelat", + "ivism" + ], + [ + "ĠRen", + "ew" + ], + [ + "Ġalleg", + "ory" + ], + [ + "Ġposter", + "ity" + ], + [ + "Ġbureauc", + "rats" + ], + [ + "Ġdrople", + "t" + ], + [ + "Ġneurom", + "uscular" + ], + [ + "O", + "OD" + ], + [ + "Ġo", + "res" + ], + [ + "ĠS", + "od" + ], + [ + "ĠC", + "i" + ], + [ + "ĠB", + "orders" + ], + [ + "Ġsc", + "outs" + ], + [ + "Ġrep", + "ressed" + ], + [ + "Ġtake", + "off" + ], + [ + "Ġsuper", + "imposed" + ], + [ + "Ġroll", + "ers" + ], + [ + "ago", + "ons" + ], + [ + "Ġnan", + "om" + ], + [ + "ĠEst", + "imate" + ], + [ + "ocy", + "steine" + ], + [ + "Inst", + "all" + ], + [ + "Ġbutt", + "ocks" + ], + [ + "Ġmultipl", + "ies" + ], + [ + "Ġgri", + "ps" + ], + [ + "Ġimprov", + "isation" + ], + [ + "Ġmartyr", + "dom" + ], + [ + "Ġfauc", + "et" + ], + [ + "ĠAnab", + "apt" + ], + [ + "8", + "75" + ], + [ + "i", + "atives" + ], + [ + "j", + "ing" + ], + [ + "l", + "al" + ], + [ + "an", + "imals" + ], + [ + "Ġm", + "ids" + ], + [ + "ĠB", + "uc" + ], + [ + "eth", + "ics" + ], + [ + "Ġmat", + "ures" + ], + [ + "ee", + "le" + ], + [ + "ĠSp", + "ending" + ], + [ + "Ġer", + "oding" + ], + [ + "Ġer", + "ythe" + ], + [ + "()", + ")." + ], + [ + "Ġauthor", + "ize" + ], + [ + "Ġcoll", + "ars" + ], + [ + "AL", + "E" + ], + [ + "ĠRo", + "an" + ], + [ + "Ġdri", + "pping" + ], + [ + "ĠVol", + "tage" + ], + [ + "Ġswim", + "mer" + ], + [ + "Ġsubsc", + "riber" + ], + [ + "ĠRh", + "od" + ], + [ + "Pre", + "viously" + ], + [ + "Ġchron", + "icle" + ], + [ + "ĠMong", + "oDB" + ], + [ + "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ", + "ĠĠ" + ], + [ + "ĠPred", + "iction" + ], + [ + "ĠAyurved", + "ic" + ], + [ + "ĠHazard", + "ous" + ], + [ + "Ġgyp", + "sum" + ], + [ + "ĠShibu", + "ya" + ], + [ + "B", + "irds" + ], + [ + "M", + "ust" + ], + [ + "M", + "ike" + ], + [ + "P", + "ad" + ], + [ + "h", + "h" + ], + [ + "as", + "u" + ], + [ + "ur", + "ian" + ], + [ + "ĠB", + "é" + ], + [ + "ĠH", + "ick" + ], + [ + "ĠH", + "LA" + ], + [ + "ĠL", + "V" + ], + [ + "ĠL", + "HC" + ], + [ + "Ġher", + "al" + ], + [ + "Ġsm", + "ashed" + ], + [ + "ĠAl", + "c" + ], + [ + "Ġgl", + "ide" + ], + [ + "Ġparticular", + "s" + ], + [ + "Ġbi", + "opsies" + ], + [ + "Ġmoment", + "ous" + ], + [ + "Ġmut", + "able" + ], + [ + "imm", + "un" + ], + [ + "Ġshr", + "unk" + ], + [ + "Ġsquee", + "zing" + ], + [ + "Ġlabyrinth", + "ine" + ], + [ + "Ġmetamorph", + "osis" + ], + [ + "ĠKipp", + "ur" + ], + [ + "<", + ">();" + ], + [ + "F", + "em" + ], + [ + "qu", + "estions" + ], + [ + "ĠW", + "alls" + ], + [ + "Ġat", + "rium" + ], + [ + "and", + "i" + ], + [ + "Ġcomp", + "resses" + ], + [ + "Ġco", + "er" + ], + [ + "Ġcrit", + "ters" + ], + [ + "Ġvir", + "ulent" + ], + [ + "Ġtrend", + "ing" + ], + [ + "bre", + "aks" + ], + [ + "Ġap", + "athy" + ], + [ + "Ġsyn", + "ergy" + ], + [ + "Ġid", + "yll" + ], + [ + "ĠÏ", + "ģ" + ], + [ + "TH", + "ER" + ], + [ + "tem", + "pl" + ], + [ + "check", + "ed" + ], + [ + "ĠPay", + "Pal" + ], + [ + "opt", + "im" + ], + [ + "ĠEli", + "as" + ], + [ + "ĠMagn", + "a" + ], + [ + "ĠConsult", + "ant" + ], + [ + "Ġdiscontin", + "uity" + ], + [ + "ĠEmir", + "ates" + ], + [ + "'", + "}," + ], + [ + "P", + "ick" + ], + [ + "ĠT", + "one" + ], + [ + "ĠP", + "OS" + ], + [ + "ĠE", + "G" + ], + [ + "Ġsh", + "aving" + ], + [ + "Ġout", + "wards" + ], + [ + "Ex", + "am" + ], + [ + "Ġsil", + "enced" + ], + [ + "Ġcolon", + "el" + ], + [ + "ĠSch", + "ult" + ], + [ + "ĠSur", + "geons" + ], + [ + "Ġmilk", + "weed" + ], + [ + "Ġwall", + "ed" + ], + [ + "AD", + "D" + ], + [ + "ĠDist", + "ributed" + ], + [ + "Ġâ̦", + "." + ], + [ + "ĠSk", + "ype" + ], + [ + "Ġresil", + "iency" + ], + [ + "Ġinstinct", + "ively" + ], + [ + "Ġsynchron", + "ize" + ], + [ + "ĠOrd", + "nance" + ], + [ + "Brit", + "ain" + ], + [ + "ĠMend", + "el" + ], + [ + "ĠRegist", + "ered" + ], + [ + "Ġpung", + "ent" + ], + [ + "F", + "lex" + ], + [ + "R", + "os" + ], + [ + "in", + "ates" + ], + [ + "ent", + "on" + ], + [ + "Ġl", + "ids" + ], + [ + "ra", + "e" + ], + [ + "ĠS", + "hor" + ], + [ + "ĠV", + "or" + ], + [ + "Ġrep", + "rogram" + ], + [ + "Ġ`", + "\\" + ], + [ + "Ġserv", + "icing" + ], + [ + "ĠAr", + "row" + ], + [ + "Ġaud", + "iting" + ], + [ + "ĠApp", + "end" + ], + [ + "Ġang", + "ina" + ], + [ + "Ġsyn", + "agogues" + ], + [ + "ĠDist", + "ricts" + ], + [ + "Äģ", + "m" + ], + [ + "46", + "1" + ], + [ + "46", + "2" + ], + [ + "ĠAssess", + "ments" + ], + [ + "Ġelabor", + "ation" + ], + [ + "ĠRout", + "ine" + ], + [ + "ĠEX", + "P" + ], + [ + "Ġhumming", + "bird" + ], + [ + "ĠHomes", + "chool" + ], + [ + "A", + "rist" + ], + [ + "Ġm", + "cg" + ], + [ + "Ġv", + "oids" + ], + [ + "ac", + "in" + ], + [ + "ĠB", + "attles" + ], + [ + "ĠR", + "I" + ], + [ + "ĠR", + "ift" + ], + [ + "Ġimp", + "ass" + ], + [ + "Ġspec", + "iation" + ], + [ + "ck", + "en" + ], + [ + "ĠSe", + "y" + ], + [ + "ĠTr", + "ich" + ], + [ + "ĠMar", + "cell" + ], + [ + "Ġconcl", + "usively" + ], + [ + "ĠEduc", + "ator" + ], + [ + "iter", + "acy" + ], + [ + "ĠFl", + "a" + ], + [ + "Ġlic", + "hen" + ], + [ + "Ġshadow", + "y" + ], + [ + "Ġbury", + "ing" + ], + [ + "ĠVAL", + "UES" + ], + [ + "Ġinsur", + "mountable" + ], + [ + "B", + "aby" + ], + [ + "M", + "Hz" + ], + [ + "[", + "]," + ], + [ + "Ġm", + "arm" + ], + [ + "ĠT", + "uls" + ], + [ + "ĠC", + "hess" + ], + [ + "ĠB", + "org" + ], + [ + "ĠV", + "ij" + ], + [ + "Ġlook", + "in" + ], + [ + "Ġbi", + "ot" + ], + [ + "ĠLe", + "iden" + ], + [ + "rad", + "o" + ], + [ + "Ġfoot", + "note" + ], + [ + "Ġillumin", + "ates" + ], + [ + "Ġdelib", + "eration" + ], + [ + "Ġdischar", + "ging" + ], + [ + "ĠAer", + "onautics" + ], + [ + "ĠDer", + "by" + ], + [ + "miss", + "ible" + ], + [ + "Ġtyr", + "ant" + ], + [ + "Ġreset", + "tlement" + ], + [ + "Coll", + "ins" + ], + [ + "Ġventric", + "les" + ], + [ + "effic", + "iencies" + ], + [ + "Ġaltru", + "istic" + ], + [ + "Ġunknow", + "ingly" + ], + [ + "Ġ", + ");" + ], + [ + "Ġs", + "iding" + ], + [ + "le", + "aning" + ], + [ + "Ġh", + "itch" + ], + [ + "ric", + "ed" + ], + [ + "Ġjust", + "ly" + ], + [ + "iqu", + "ed" + ], + [ + "me", + "asured" + ], + [ + "ĠAct", + "ual" + ], + [ + "Ġillustr", + "ative" + ], + [ + "Ġwrong", + "doing" + ], + [ + "Ġattend", + "ants" + ], + [ + "ĠFund", + "amentals" + ], + [ + "Ġasym", + "metrical" + ], + [ + "Inf", + "lamm" + ], + [ + "Old", + "er" + ], + [ + "Ġobstruct", + "ions" + ], + [ + "Ġempt", + "ied" + ], + [ + "Ġselfish", + "ness" + ], + [ + "ĠH", + "au" + ], + [ + "Th", + "inking" + ], + [ + "Ġsecond", + "hand" + ], + [ + "ĠBe", + "ans" + ], + [ + "Ġprec", + "lude" + ], + [ + "ha", + "ired" + ], + [ + "Un", + "ique" + ], + [ + "ĠScot", + "ch" + ], + [ + "Ġencompass", + "ed" + ], + [ + "Ġgad", + "get" + ], + [ + "ĠBeat", + "les" + ], + [ + "Ġinverte", + "brate" + ], + [ + "Ġeloqu", + "ent" + ], + [ + "oderm", + "a" + ], + [ + "F", + "ran" + ], + [ + "Y", + "outh" + ], + [ + "am", + "ber" + ], + [ + "ore", + "pinephrine" + ], + [ + "ĠH", + "ahn" + ], + [ + "ight", + "ly" + ], + [ + "ĠU", + "L" + ], + [ + "Ġrel", + "ocating" + ], + [ + "Ġmon", + "oclonal" + ], + [ + "Ġgu", + "ise" + ], + [ + "cul", + "a" + ], + [ + "Ġpercent", + "iles" + ], + [ + "Ġsw", + "ans" + ], + [ + "Ġmarket", + "ers" + ], + [ + "Ġreview", + "er" + ], + [ + "ĠVir", + "al" + ], + [ + "Ġspl", + "int" + ], + [ + "ĠSam", + "oa" + ], + [ + "Sub", + "mitted" + ], + [ + "ĠNote", + "book" + ], + [ + "Ġcler", + "ks" + ], + [ + "Lew", + "is" + ], + [ + "f", + "requent" + ], + [ + "o", + "ction" + ], + [ + "Ġw", + "oe" + ], + [ + "ol", + "m" + ], + [ + "ĠW", + "ren" + ], + [ + "Ġres", + "orted" + ], + [ + "Ġcons", + "ort" + ], + [ + "man", + "ufact" + ], + [ + "Ġcr", + "ate" + ], + [ + "Ġconver", + "ters" + ], + [ + "Ġtax", + "is" + ], + [ + "Ġhear", + "th" + ], + [ + "vis", + "ional" + ], + [ + "47", + "3" + ], + [ + "Or", + "d" + ], + [ + "ĠBu", + "ying" + ], + [ + "ĠGar", + "field" + ], + [ + "ĠHan", + "over" + ], + [ + "Ġoverc", + "ame" + ], + [ + "Ġpleas", + "urable" + ], + [ + "ĠEly", + "ria" + ], + [ + "Ġfoc", + "ussed" + ], + [ + "5", + "85" + ], + [ + "D", + "ead" + ], + [ + "f", + "ir" + ], + [ + "Ð", + "±" + ], + [ + "Ġun", + "bound" + ], + [ + "Ġsub", + "duction" + ], + [ + "Ġfl", + "aps" + ], + [ + "Ġtrans", + "itive" + ], + [ + "ick", + "i" + ], + [ + "Ġkey", + "note" + ], + [ + "ĠEx", + "amin" + ], + [ + "Ġsent", + "encing" + ], + [ + "hel", + "ps" + ], + [ + "Ġsymbol", + "ically" + ], + [ + "Ġthick", + "ened" + ], + [ + "Ġalert", + "ed" + ], + [ + "Ġperpet", + "uating" + ], + [ + "Ġfemin", + "ists" + ], + [ + "ochemical", + "s" + ], + [ + "ĠProtestant", + "ism" + ], + [ + "Ġconcaten", + "ated" + ], + [ + "aa", + "S" + ], + [ + "asmod", + "ium" + ], + [ + "Ġinfinites", + "imal" + ], + [ + "Y", + "C" + ], + [ + "Ġp", + "ane" + ], + [ + "Ġm", + "ins" + ], + [ + "ro", + "of" + ], + [ + "ĠT", + "ig" + ], + [ + "ĠT", + "asks" + ], + [ + "Ġg", + "ren" + ], + [ + "Ġg", + "ospels" + ], + [ + "ist", + "ration" + ], + [ + "ĠP", + "é" + ], + [ + "ĠN", + "ath" + ], + [ + "Ġint", + "ending" + ], + [ + "ag", + "land" + ], + [ + "ap", + "ocalyptic" + ], + [ + "Ġcur", + "ators" + ], + [ + "ros", + "ine" + ], + [ + "ĠCl", + "an" + ], + [ + "Ġgr", + "ating" + ], + [ + "Sp", + "ain" + ], + [ + "Ġque", + "ues" + ], + [ + "Ġentit", + "lement" + ], + [ + "Ġanth", + "ocyan" + ], + [ + "tor", + "ch" + ], + [ + "Ġost", + "rac" + ], + [ + "Ġimprob", + "able" + ], + [ + "keyp", + "ox" + ], + [ + "5", + "31" + ], + [ + "Ġd", + "ashed" + ], + [ + "Ġre", + "imag" + ], + [ + "os", + "celes" + ], + [ + "ost", + "atic" + ], + [ + "ew", + "ay" + ], + [ + "row", + "ave" + ], + [ + "ex", + "e" + ], + [ + "Ġi", + "T" + ], + [ + "Ġsleep", + "s" + ], + [ + "Ġswe", + "eter" + ], + [ + "Ġbreast", + "feed" + ], + [ + "Par", + "se" + ], + [ + "å¤", + "§" + ], + [ + "ĠEuph", + "rates" + ], + [ + "t", + "rig" + ], + [ + "al", + "ers" + ], + [ + "ge", + "bras" + ], + [ + "ĠB", + "ing" + ], + [ + "Ġup", + "hill" + ], + [ + "Ġtre", + "asured" + ], + [ + "Ġbr", + "ushed" + ], + [ + "ĠCan", + "not" + ], + [ + "ĠChrist", + "ina" + ], + [ + "ĠMar", + "cel" + ], + [ + "Ġap", + "ocalypse" + ], + [ + "48", + "8" + ], + [ + "Ġaccommod", + "ated" + ], + [ + "Ġmemor", + "izing" + ], + [ + "ĠEp", + "stein" + ], + [ + "comp", + "ared" + ], + [ + "Ġconstitu", + "ency" + ], + [ + "Ġphon", + "ological" + ], + [ + "Ġsta", + "unch" + ], + [ + "Character", + "istics" + ], + [ + "ĠByzant", + "ium" + ], + [ + "ĠMosquit", + "o" + ], + [ + "A", + "y" + ], + [ + "ĠM", + "ifflin" + ], + [ + "Ġun", + "spoken" + ], + [ + "ĠK", + "eeper" + ], + [ + "ĠAl", + "uminum" + ], + [ + "Ġallow", + "able" + ], + [ + "Ġsect", + "arian" + ], + [ + "Ġfear", + "less" + ], + [ + "ĠSal", + "vation" + ], + [ + "Ġadventure", + "rs" + ], + [ + "Ġho", + "op" + ], + [ + "Ass", + "ess" + ], + [ + "Sur", + "face" + ], + [ + "Ġpancreat", + "itis" + ], + [ + "Ġbottlen", + "eck" + ], + [ + "atas", + "et" + ], + [ + "Suggest", + "ed" + ], + [ + "ĠNerv", + "ous" + ], + [ + "Ġauster", + "ity" + ], + [ + "B", + "iological" + ], + [ + "Y", + "ork" + ], + [ + "j", + "oint" + ], + [ + "ter", + "ious" + ], + [ + "ĠE", + "rd" + ], + [ + "Ġun", + "ify" + ], + [ + "Ġj", + "ade" + ], + [ + "ob", + "acillus" + ], + [ + "Ġaff", + "irms" + ], + [ + "ĠChrist", + "ie" + ], + [ + "pro", + "gress" + ], + [ + "reg", + "ional" + ], + [ + "ĠAssoci", + "ations" + ], + [ + "ĠCoun", + "cils" + ], + [ + "Ind", + "ependent" + ], + [ + "ĠVis", + "iting" + ], + [ + "rane", + "ous" + ], + [ + "Ġdecay", + "ed" + ], + [ + "Ġworship", + "ed" + ], + [ + "Ġdil", + "ated" + ], + [ + "ĠDeterm", + "ination" + ], + [ + "ĠOw", + "ens" + ], + [ + "Ġreconcil", + "ed" + ], + [ + "Ġheir", + "loom" + ], + [ + "ĠMi", + "G" + ], + [ + "tym", + "ology" + ], + [ + "ĠTM", + "J" + ], + [ + "ĠAccept", + "ance" + ], + [ + "Jac", + "ob" + ], + [ + "r", + "inted" + ], + [ + "Ġcon", + "und" + ], + [ + "ĠL", + "ef" + ], + [ + "we", + "ights" + ], + [ + "Ġrep", + "ud" + ], + [ + "Ġair", + "field" + ], + [ + "af", + "ia" + ], + [ + "Ġsn", + "apping" + ], + [ + "uck", + "les" + ], + [ + "Ġcommercial", + "ization" + ], + [ + "ĠSy", + "ll" + ], + [ + "Ġexcl", + "usivity" + ], + [ + "Do", + "S" + ], + [ + "Ġhorses", + "hoe" + ], + [ + "Ġfung", + "icides" + ], + [ + "Pre", + "paring" + ], + [ + "ĠCapt", + "ure" + ], + [ + "ĠInteg", + "ral" + ], + [ + "month", + "s" + ], + [ + "ĠRand", + "all" + ], + [ + "Pat", + "ient" + ], + [ + "Mil", + "itary" + ], + [ + "4", + "64" + ], + [ + "c", + "apt" + ], + [ + "h", + "of" + ], + [ + "å", + "į" + ], + [ + "Ġa", + "ired" + ], + [ + "Ġb", + "enthic" + ], + [ + "ent", + "ral" + ], + [ + "ad", + "am" + ], + [ + "ĠB", + "arker" + ], + [ + "Ġall", + "usion" + ], + [ + "Ġgra", + "der" + ], + [ + "mat", + "ism" + ], + [ + "Ġbiom", + "arker" + ], + [ + "Ġvow", + "ed" + ], + [ + "Ġvom", + "it" + ], + [ + "ĠChen", + "nai" + ], + [ + "ĠLak", + "sh" + ], + [ + "Ġglo", + "om" + ], + [ + "9", + "40" + ], + [ + "R", + "ED" + ], + [ + "h", + "unting" + ], + [ + "in", + "ternal" + ], + [ + "Ġf", + "ou" + ], + [ + "ic", + "ulate" + ], + [ + "Ġh", + "ikers" + ], + [ + "Ġle", + "ases" + ], + [ + "Ġim", + "aged" + ], + [ + "ĠJ", + "ammu" + ], + [ + "rit", + "us" + ], + [ + "hen", + "y" + ], + [ + "Ġjust", + "ifies" + ], + [ + "Ġtake", + "aways" + ], + [ + "Ġdesign", + "ations" + ], + [ + "requ", + "encies" + ], + [ + "Ġbow", + "ling" + ], + [ + "Ġfossil", + "ized" + ], + [ + "igm", + "oid" + ], + [ + "Ġguarantee", + "ing" + ], + [ + "ĠPra", + "k" + ], + [ + "educ", + "ational" + ], + [ + "ĠBlu", + "ff" + ], + [ + "ĠDermat", + "ology" + ], + [ + "E", + "cho" + ], + [ + "P", + "air" + ], + [ + "f", + "lying" + ], + [ + "p", + "ie" + ], + [ + "p", + "ull" + ], + [ + "ĠT", + "ensor" + ], + [ + "ĠP", + "urch" + ], + [ + "Ġch", + "assis" + ], + [ + "Ġr", + "ang" + ], + [ + "ĠD", + "G" + ], + [ + "ĠD", + "ro" + ], + [ + "ĠR", + "in" + ], + [ + "ru", + "z" + ], + [ + "Ġk", + "rill" + ], + [ + "ub", + "en" + ], + [ + "Ġbl", + "ister" + ], + [ + "ident", + "ity" + ], + [ + "Ġplan", + "ar" + ], + [ + "ĠSp", + "aces" + ], + [ + "Ġz", + "oon" + ], + [ + "Ġprob", + "ation" + ], + [ + "pos", + "able" + ], + [ + "ĠAg", + "ile" + ], + [ + "ĠSk", + "ip" + ], + [ + "Co", + "al" + ], + [ + "pop", + "ular" + ], + [ + "Ġalien", + "ated" + ], + [ + "div", + "ision" + ], + [ + "Ġupset", + "ting" + ], + [ + "report", + "s" + ], + [ + "Ġutter", + "ance" + ], + [ + "Sem", + "itic" + ], + [ + "ĠClare", + "nce" + ], + [ + "Ġantif", + "ungal" + ], + [ + "Ġextravag", + "ant" + ], + [ + "6", + "15" + ], + [ + "m", + "ethyl" + ], + [ + "ol", + "or" + ], + [ + "ĠC", + "uster" + ], + [ + "ĠW", + "aves" + ], + [ + "ĠL", + "az" + ], + [ + "ach", + "im" + ], + [ + "Ġcons", + "oles" + ], + [ + "und", + "ered" + ], + [ + "ival", + "ence" + ], + [ + "Ġast", + "ro" + ], + [ + "Ġmouth", + "wash" + ], + [ + "ĠFound", + "ers" + ], + [ + "ĠRob", + "ots" + ], + [ + "ĠRock", + "ies" + ], + [ + "Ġalb", + "umin" + ], + [ + "Ġhered", + "ity" + ], + [ + "mont", + "on" + ], + [ + "Ġencaps", + "ulated" + ], + [ + "Ġrevital", + "ize" + ], + [ + "H", + "oney" + ], + [ + "R", + "M" + ], + [ + "Ġo", + "racle" + ], + [ + "ĠJ", + "STOR" + ], + [ + "ll", + "ib" + ], + [ + "Ġdisc", + "ourses" + ], + [ + "Ġaff", + "irming" + ], + [ + "60", + "2" + ], + [ + "ĠAb", + "bott" + ], + [ + "Ġste", + "amer" + ], + [ + "head", + "ers" + ], + [ + "Ġder", + "og" + ], + [ + "efore", + "station" + ], + [ + "Ġbow", + "els" + ], + [ + "Ġsupplement", + "ing" + ], + [ + "ĠBa", + "al" + ], + [ + "iph", + "any" + ], + [ + "Ġdur", + "ations" + ], + [ + "Ġchimpan", + "zee" + ], + [ + "R", + "ound" + ], + [ + "f", + "rey" + ], + [ + "Ġt", + "ard" + ], + [ + "ar", + "at" + ], + [ + "ĠP", + "ossibly" + ], + [ + "ĠK", + "iev" + ], + [ + "Ġins", + "urers" + ], + [ + "ex", + "ercise" + ], + [ + "Ġend", + "earing" + ], + [ + "Ġplan", + "ks" + ], + [ + "cl", + "ad" + ], + [ + "Ġpur", + "ge" + ], + [ + "ĠRe", + "placing" + ], + [ + "lo", + "e" + ], + [ + "ĠExam", + "ining" + ], + [ + "Ġtrick", + "le" + ], + [ + "Ġtrop", + "e" + ], + [ + "Ġoverth", + "rown" + ], + [ + "ĠBou", + "levard" + ], + [ + "ĠPlat", + "te" + ], + [ + "Ġaust", + "ral" + ], + [ + "ĠPf", + "izer" + ], + [ + "Recogn", + "izing" + ], + [ + "ĠPhr", + "ases" + ], + [ + "]", + "`," + ], + [ + "b", + "uffer" + ], + [ + "at", + "oms" + ], + [ + "ur", + "ls" + ], + [ + "ĠP", + "ix" + ], + [ + "ĠF", + "TA" + ], + [ + "Ġfe", + "vers" + ], + [ + "ĠCal", + "ed" + ], + [ + "Ġmagn", + "ified" + ], + [ + "ĠMin", + "h" + ], + [ + "Ġcontract", + "ual" + ], + [ + "ĠAcc", + "om" + ], + [ + "UL", + "D" + ], + [ + "ĠProdu", + "ce" + ], + [ + "B", + "ring" + ], + [ + "C", + "opy" + ], + [ + "re", + "ases" + ], + [ + "st", + "a" + ], + [ + "if", + "s" + ], + [ + "ĠB", + "om" + ], + [ + "os", + "ive" + ], + [ + "ob", + "ar" + ], + [ + "ob", + "iology" + ], + [ + "Ġcheck", + "er" + ], + [ + "Ġmor", + "atorium" + ], + [ + "IT", + "T" + ], + [ + "Ġboost", + "ers" + ], + [ + "ĠCP", + "Us" + ], + [ + "Ġsucc", + "ulents" + ], + [ + "ĠDal", + "ton" + ], + [ + "ĠEt", + "rus" + ], + [ + "Ġawa", + "its" + ], + [ + "ĠDVD", + "s" + ], + [ + "C", + "ondition" + ], + [ + "at", + "ians" + ], + [ + "her", + "st" + ], + [ + "ri", + "ot" + ], + [ + "ĠSt", + "ages" + ], + [ + "Ġrel", + "ays" + ], + [ + "ov", + "iruses" + ], + [ + "Ġcar", + "riages" + ], + [ + "Ġdem", + "os" + ], + [ + "ĠNo", + "SQL" + ], + [ + "Ġvill", + "a" + ], + [ + "ĠInter", + "ventions" + ], + [ + "Ġwet", + "ter" + ], + [ + "Ġstre", + "aks" + ], + [ + "Ġenvision", + "ing" + ], + [ + "fin", + "ancial" + ], + [ + "ĠAdapt", + "ive" + ], + [ + "Ġomn", + "isc" + ], + [ + "Ġfres", + "coes" + ], + [ + "Ġvap", + "ors" + ], + [ + "Ġcytok", + "ine" + ], + [ + "Ġbos", + "on" + ], + [ + "Ġthro", + "ats" + ], + [ + "Ġinnocu", + "ous" + ], + [ + "D", + "ividing" + ], + [ + "J", + "oe" + ], + [ + "R", + "oy" + ], + [ + "R", + "Is" + ], + [ + "h", + "ound" + ], + [ + "Ġs", + "ultan" + ], + [ + "Ġe", + "osin" + ], + [ + "ĠT", + "RA" + ], + [ + "ra", + "im" + ], + [ + "ĠC", + "isco" + ], + [ + "Ġv", + "or" + ], + [ + "ĠD", + "imensions" + ], + [ + "ĠR", + "osh" + ], + [ + "cl", + "im" + ], + [ + "Ġdev", + "otional" + ], + [ + "ĠPh", + "i" + ], + [ + "phas", + "ize" + ], + [ + "aur", + "a" + ], + [ + "Reg", + "ional" + ], + [ + "Ġcoron", + "ation" + ], + [ + "ĠHem", + "p" + ], + [ + "Ġrelie", + "ves" + ], + [ + "Import", + "ance" + ], + [ + "Wild", + "life" + ], + [ + "Ġscor", + "ching" + ], + [ + "4", + "38" + ], + [ + "6", + "12" + ], + [ + "6", + "90" + ], + [ + "B", + "us" + ], + [ + "B", + "rad" + ], + [ + "F", + "isher" + ], + [ + "f", + "oil" + ], + [ + "h", + "oc" + ], + [ + "Ã", + "¹" + ], + [ + "ĠC", + "GI" + ], + [ + "og", + "ies" + ], + [ + "ĠG", + "anges" + ], + [ + "Ġtw", + "itter" + ], + [ + "ug", + "es" + ], + [ + "Ġsun", + "screens" + ], + [ + "ĠCont", + "roller" + ], + [ + "Ġpatient", + "ly" + ], + [ + "ĠPol", + "k" + ], + [ + "Ġwithdraw", + "als" + ], + [ + "Ġprosec", + "ute" + ], + [ + "Tor", + "ch" + ], + [ + "ĠJak", + "arta" + ], + [ + ".", + ");" + ], + [ + "d", + "ial" + ], + [ + "op", + "ods" + ], + [ + "ĠW", + "earing" + ], + [ + "ag", + "ent" + ], + [ + "ak", + "at" + ], + [ + "Ġtra", + "pez" + ], + [ + "Ġra", + "ged" + ], + [ + "Ġfl", + "ue" + ], + [ + "Ġconf", + "id" + ], + [ + "ale", + "z" + ], + [ + "ĠSc", + "al" + ], + [ + "ĠAd", + "option" + ], + [ + "Ġant", + "lers" + ], + [ + "Ġblood", + "shed" + ], + [ + "Ġtru", + "ce" + ], + [ + "Ġsw", + "an" + ], + [ + "ribut", + "ing" + ], + [ + "ps", + "ilon" + ], + [ + "aut", + "o" + ], + [ + "Ġbar", + "bec" + ], + [ + "sec", + "ure" + ], + [ + "ĠÃ", + "ĥ" + ], + [ + "bar", + "ium" + ], + [ + "ricks", + "on" + ], + [ + "bu", + "querque" + ], + [ + "ĠKael", + "in" + ], + [ + "ĠHond", + "a" + ], + [ + "Ġjudicious", + "ly" + ], + [ + "ĠSTE", + "AM" + ], + [ + "Ġdia", + "per" + ], + [ + "b", + "ration" + ], + [ + "i", + "ables" + ], + [ + "m", + "otion" + ], + [ + "Ġb", + "unker" + ], + [ + "Ġch", + "akra" + ], + [ + "ĠF", + "ountain" + ], + [ + "ip", + "ital" + ], + [ + "ĠU", + "ber" + ], + [ + "Ġpre", + "text" + ], + [ + "Ġopp", + "oses" + ], + [ + "Ġlo", + "oms" + ], + [ + "ĠCl", + "osed" + ], + [ + "Ġpersonal", + "ize" + ], + [ + "ĠAm", + "nesty" + ], + [ + "ĠCont", + "rolling" + ], + [ + "ĠEl", + "iza" + ], + [ + "67", + "3" + ], + [ + "ü", + "h" + ], + [ + "ĠMult", + "iply" + ], + [ + "Car", + "l" + ], + [ + "Ġescal", + "ated" + ], + [ + "ĠMeasure", + "ments" + ], + [ + "ĠZion", + "ism" + ], + [ + "({", + "'" + ], + [ + "Ġrall", + "ies" + ], + [ + "sty", + "rene" + ], + [ + "|", + "-" + ], + [ + "ĠS", + "uc" + ], + [ + "ĠF", + "ut" + ], + [ + "ĠThere", + "after" + ], + [ + "Ġprop", + "els" + ], + [ + "Ex", + "c" + ], + [ + "bre", + "ed" + ], + [ + "Ġdesp", + "ised" + ], + [ + "Ġperpet", + "rated" + ], + [ + "Ġcommemor", + "ative" + ], + [ + "ĠNC", + "ERT" + ], + [ + "Ġsuspense", + "ful" + ], + [ + "ĠAutom", + "ated" + ], + [ + "Diff", + "icult" + ], + [ + "ĠMack", + "enzie" + ], + [ + "Nob", + "ody" + ], + [ + ":", + "|" + ], + [ + "C", + "and" + ], + [ + "he", + "ets" + ], + [ + "ab", + "as" + ], + [ + "ĠP", + "act" + ], + [ + "nt", + "own" + ], + [ + "ĠH", + "ide" + ], + [ + "Ġr", + "ationally" + ], + [ + "Ġdet", + "on" + ], + [ + "Ġsl", + "ump" + ], + [ + "ĠSh", + "ale" + ], + [ + "Ġnet", + "ting" + ], + [ + "Ġdom", + "ino" + ], + [ + "Ġeth", + "ylene" + ], + [ + "flow", + "ing" + ], + [ + "Ġbio", + "availability" + ], + [ + "Ġjuris", + "prudence" + ], + [ + "ĠEnt", + "om" + ], + [ + "ĠAllow", + "ing" + ], + [ + "ĠNurs", + "ery" + ], + [ + "Ġcarot", + "id" + ], + [ + "5", + "37" + ], + [ + "C", + "orpor" + ], + [ + "Ġp", + "avilion" + ], + [ + "Ġin", + "sofar" + ], + [ + "Ġl", + "apse" + ], + [ + "ĠB", + "UT" + ], + [ + "Ġpl", + "ugging" + ], + [ + "Ġapp", + "ending" + ], + [ + "av", + "ened" + ], + [ + "fore", + "ign" + ], + [ + "Ġaff", + "lict" + ], + [ + "Ġbat", + "he" + ], + [ + "Al", + "g" + ], + [ + "Ġconsequ", + "ential" + ], + [ + "Ġmis", + "direction" + ], + [ + "ĠSch", + "we" + ], + [ + "Ġtur", + "ret" + ], + [ + "ĠOrd", + "ered" + ], + [ + "may", + "be" + ], + [ + "ĠMü", + "ller" + ], + [ + "f", + "et" + ], + [ + "on", + "o" + ], + [ + "en", + "franch" + ], + [ + "ĠT", + "at" + ], + [ + "ĠS", + "eren" + ], + [ + "ĠS", + "iem" + ], + [ + "est", + "rogen" + ], + [ + "Ġr", + "pm" + ], + [ + "ĠL", + "DS" + ], + [ + "ĠO", + "edipus" + ], + [ + "Ġbet", + "ting" + ], + [ + "Ġatt", + "rition" + ], + [ + "Ġday", + "care" + ], + [ + "Ġpost", + "cards" + ], + [ + "Ġmax", + "ima" + ], + [ + "Ad", + "just" + ], + [ + "IT", + "IES" + ], + [ + "ĠTrans", + "action" + ], + [ + "Ġmal", + "nourished" + ], + [ + "Ġdeliver", + "ance" + ], + [ + "Ġthanks", + "giving" + ], + [ + "Step", + "s" + ], + [ + "ĠOtt", + "omans" + ], + [ + "ĠMonth", + "s" + ], + [ + "Ġeigen", + "vector" + ], + [ + "Interest", + "ing" + ], + [ + "Dial", + "ogue" + ], + [ + "Ġidolat", + "ry" + ], + [ + "Ġre", + "opened" + ], + [ + "ĠD", + "ee" + ], + [ + "ĠD", + "RC" + ], + [ + "ri", + "ps" + ], + [ + "ĠN", + "ess" + ], + [ + "vel", + "ocity" + ], + [ + "Ġrec", + "lamation" + ], + [ + "Ġaut", + "ophagy" + ], + [ + "Ġpot", + "ted" + ], + [ + "Ġstand", + "by" + ], + [ + "ĠTw", + "entieth" + ], + [ + "aus", + "oleum" + ], + [ + "Ġoptim", + "izations" + ], + [ + "uls", + "ed" + ], + [ + "ĠHor", + "us" + ], + [ + "ĠSelect", + "ive" + ], + [ + "ĠRen", + "o" + ], + [ + "Return", + "s" + ], + [ + "ĠQual", + "itative" + ], + [ + "Ġinters", + "persed" + ], + [ + "5", + "13" + ], + [ + "c", + "ra" + ], + [ + "h", + "oun" + ], + [ + "Ġt", + "ester" + ], + [ + "ĠW", + "ax" + ], + [ + "ri", + "pe" + ], + [ + "Ġpl", + "aza" + ], + [ + "Ġk", + "idd" + ], + [ + "ĠJ", + "asper" + ], + [ + "ĠIn", + "jection" + ], + [ + "ile", + "ver" + ], + [ + "ath", + "om" + ], + [ + "ten", + "berg" + ], + [ + "ins", + "ide" + ], + [ + "Ġcent", + "imeter" + ], + [ + "ĠEx", + "actly" + ], + [ + "Ġbat", + "hed" + ], + [ + "Ġgame", + "play" + ], + [ + "ĠChar", + "lemagne" + ], + [ + "Ġep", + "ip" + ], + [ + "Ġdin", + "ners" + ], + [ + "ĠAnn", + "iversary" + ], + [ + "Rec", + "all" + ], + [ + "Ġdistinguish", + "able" + ], + [ + "Ext", + "ra" + ], + [ + "Ġexh", + "ale" + ], + [ + "Ġdisl", + "ocation" + ], + [ + "Ġbroch", + "ures" + ], + [ + "aust", + "roph" + ], + [ + "atest", + "yles" + ], + [ + "templ", + "atestyles" + ], + [ + "7", + "37" + ], + [ + "J", + "osh" + ], + [ + "R", + "ule" + ], + [ + "s", + "and" + ], + [ + "t", + "enth" + ], + [ + "en", + "ics" + ], + [ + "Ġto", + "pping" + ], + [ + "ent", + "ery" + ], + [ + "im", + "etry" + ], + [ + "ĠS", + "hem" + ], + [ + "um", + "bo" + ], + [ + "Ġinf", + "low" + ], + [ + "Ġwater", + "color" + ], + [ + "Ġconc", + "om" + ], + [ + "rict", + "ions" + ], + [ + "Ġparam", + "s" + ], + [ + "ĠMod", + "ify" + ], + [ + "Ġinh", + "uman" + ], + [ + "Ġgenes", + "is" + ], + [ + "ixt", + "ies" + ], + [ + "Ġmamm", + "ography" + ], + [ + "Ġpace", + "maker" + ], + [ + "ĠMot", + "ivation" + ], + [ + "Ġeleg", + "antly" + ], + [ + "Ġfee", + "ble" + ], + [ + "Ġstew", + "ards" + ], + [ + "Ġincub", + "ator" + ], + [ + "Ġbrew", + "ery" + ], + [ + "prob", + "ability" + ], + [ + "Ġoft", + "entimes" + ], + [ + "acqu", + "ired" + ], + [ + "6", + "32" + ], + [ + "T", + "imes" + ], + [ + "g", + "my" + ], + [ + "t", + "idal" + ], + [ + "ĠP", + "PE" + ], + [ + "ĠD", + "os" + ], + [ + "we", + "i" + ], + [ + "Ġexam", + "iner" + ], + [ + "ĠInt", + "ake" + ], + [ + "Ġhyp", + "ocrisy" + ], + [ + "ĠHer", + "oes" + ], + [ + "bl", + "asts" + ], + [ + "men", + "u" + ], + [ + "Ġded", + "icating" + ], + [ + "rolog", + "ist" + ], + [ + "HO", + "OL" + ], + [ + "fil", + "ms" + ], + [ + "ĠOl", + "ivia" + ], + [ + "Ġicon", + "ography" + ], + [ + "Ġworm", + "hole" + ], + [ + "Ġtranscend", + "ent" + ], + [ + "ĠiP", + "od" + ], + [ + "ĠMamm", + "als" + ], + [ + "ĠCob", + "b" + ], + [ + "ĠFAQ", + "s" + ], + [ + "ouns", + "aturated" + ], + [ + "Ġhege", + "mony" + ], + [ + "N", + "ER" + ], + [ + "Ġb", + "p" + ], + [ + "Ġbe", + "gged" + ], + [ + "ĠT", + "aft" + ], + [ + "Ġall", + "igator" + ], + [ + "ace", + "an" + ], + [ + "ĠSh", + "ot" + ], + [ + "Ġmechan", + "istic" + ], + [ + "Ġmicro", + "be" + ], + [ + "Ġmicro", + "plastics" + ], + [ + "ĠSch", + "ul" + ], + [ + "RO", + "S" + ], + [ + "Ġtail", + "oring" + ], + [ + "Ġalgorithm", + "ic" + ], + [ + "Ġapprec", + "iating" + ], + [ + "UR", + "CES" + ], + [ + "ĠPers", + "u" + ], + [ + "ĠCare", + "fully" + ], + [ + "ĠSkin", + "ner" + ], + [ + "ĠBrah", + "m" + ], + [ + "Ġmagist", + "rates" + ], + [ + "ĠSerge", + "ant" + ], + [ + "Ġfid", + "get" + ], + [ + "Season", + "al" + ], + [ + "5", + "23" + ], + [ + "w", + "t" + ], + [ + "x", + "ism" + ], + [ + "re", + "levant" + ], + [ + "ust", + "ering" + ], + [ + "ĠO", + "C" + ], + [ + "ep", + "e" + ], + [ + "av", + "ir" + ], + [ + "Ġexp", + "orter" + ], + [ + "Ġpos", + "itivity" + ], + [ + "Ġsur", + "fact" + ], + [ + "ĠAs", + "iatic" + ], + [ + "ĠSc", + "ripps" + ], + [ + "ik", + "an" + ], + [ + "oph", + "ores" + ], + [ + "Ġspread", + "sheets" + ], + [ + "Ġcommerc", + "ials" + ], + [ + "Sc", + "ope" + ], + [ + "Ġdram", + "as" + ], + [ + "Ġdecided", + "ly" + ], + [ + "Ġthread", + "ed" + ], + [ + "Ġunp", + "ack" + ], + [ + "47", + "9" + ], + [ + "Ġtight", + "ened" + ], + [ + "Ġgro", + "ve" + ], + [ + "Ġenthusi", + "astically" + ], + [ + "ĠPun", + "ishment" + ], + [ + "gard", + "e" + ], + [ + "Ġsometh", + "in" + ], + [ + "B", + "ab" + ], + [ + "F", + "D" + ], + [ + "r", + "ö" + ], + [ + "Ġh", + "illy" + ], + [ + "Ġe", + "jection" + ], + [ + "Ġl", + "adders" + ], + [ + "el", + "ands" + ], + [ + "Ġal", + "oe" + ], + [ + "Ġj", + "a" + ], + [ + "ĠK", + "and" + ], + [ + "Ġwork", + "station" + ], + [ + "Ġinv", + "inc" + ], + [ + "Ġed", + "ifice" + ], + [ + "Ġtest", + "icles" + ], + [ + "und", + "ance" + ], + [ + "ĠPro", + "x" + ], + [ + "ĠSp", + "y" + ], + [ + "It", + "ems" + ], + [ + "ĠEl", + "k" + ], + [ + "Ġstack", + "ing" + ], + [ + "Ġpriorit", + "ization" + ], + [ + "Ġdigest", + "ible" + ], + [ + "Read", + "Line" + ], + [ + "56", + "1" + ], + [ + "ĠPhot", + "ographs" + ], + [ + "ĠMason", + "ic" + ], + [ + "Rad", + "iation" + ], + [ + "B", + "log" + ], + [ + "ĠS", + "outheastern" + ], + [ + "ud", + "ers" + ], + [ + "cy", + "t" + ], + [ + "ĠAs", + "bestos" + ], + [ + "esc", + "ape" + ], + [ + "Ġdeep", + "ens" + ], + [ + "ĠCont", + "ain" + ], + [ + "Ġdeb", + "ugger" + ], + [ + "Ġfa", + "res" + ], + [ + "Ġvit", + "ally" + ], + [ + "Ġrare", + "r" + ], + [ + "65", + "4" + ], + [ + "ML", + "A" + ], + [ + "ĠFe", + "et" + ], + [ + "Ġpand", + "emics" + ], + [ + "ĠSher", + "idan" + ], + [ + "Ġapost", + "rophe" + ], + [ + "Ġwreck", + "age" + ], + [ + "Miss", + "ing" + ], + [ + "Ġdelic", + "acy" + ], + [ + "+", + "." + ], + [ + "J", + "e" + ], + [ + "z", + "ew" + ], + [ + "z", + "burg" + ], + [ + "ed", + "ema" + ], + [ + "ĠA", + "ux" + ], + [ + "ĠJ", + "H" + ], + [ + "Ġdec", + "ont" + ], + [ + "Ġval", + "ence" + ], + [ + "ĠRe", + "pt" + ], + [ + "ĠZ", + "ed" + ], + [ + "Ġast", + "rophys" + ], + [ + "Ġmoon", + "light" + ], + [ + "98", + "7" + ], + [ + "Ġdispos", + "itions" + ], + [ + "Ġchat", + "ting" + ], + [ + "Ġsprink", + "led" + ], + [ + "Ġoverest", + "imate" + ], + [ + "Ġsorce", + "rer" + ], + [ + "4", + "39" + ], + [ + "Ġp", + "tr" + ], + [ + "il", + "ted" + ], + [ + "ĠH", + "U" + ], + [ + "ĠR", + "d" + ], + [ + "ost", + "at" + ], + [ + "Ġconst", + "rain" + ], + [ + "ĠAll", + "ison" + ], + [ + "Ġdark", + "ened" + ], + [ + "Pl", + "ate" + ], + [ + "rimin", + "als" + ], + [ + "Act", + "ivities" + ], + [ + "ĠAB", + "OUT" + ], + [ + "Ġamen", + "able" + ], + [ + "Ġobey", + "ed" + ], + [ + "ï", + "ve" + ], + [ + "Ġchampions", + "hip" + ], + [ + "ĠCann", + "abis" + ], + [ + "Ġalve", + "olar" + ], + [ + "l", + "ocated" + ], + [ + "t", + "aken" + ], + [ + "Ġm", + "ummies" + ], + [ + "Ġd", + "ans" + ], + [ + "th", + "ro" + ], + [ + "ĠO", + "B" + ], + [ + "Ġdis", + "ple" + ], + [ + "Ġinf", + "ographics" + ], + [ + "eg", + "ovina" + ], + [ + "Ġins", + "anity" + ], + [ + "Ġve", + "c" + ], + [ + "ĠDep", + "ot" + ], + [ + "ĠSupp", + "lementary" + ], + [ + "ĠUSA", + "ID" + ], + [ + "â", + "s" + ], + [ + "Ġroyal", + "ties" + ], + [ + "ĠBern", + "oulli" + ], + [ + "Ġhast", + "ily" + ], + [ + "ĠRN", + "As" + ], + [ + "c", + "ru" + ], + [ + "Ġw", + "aning" + ], + [ + "ed", + "ited" + ], + [ + "Ġfor", + "ks" + ], + [ + "ĠR", + "CT" + ], + [ + "ĠL", + "P" + ], + [ + "ĠTh", + "orne" + ], + [ + "Ġqu", + "arks" + ], + [ + "Ġav", + "atar" + ], + [ + "Ġmult", + "ilingual" + ], + [ + "ĠSh", + "ia" + ], + [ + "Ġast", + "rophysics" + ], + [ + "ĠGreat", + "est" + ], + [ + "Ġvac", + "u" + ], + [ + "Ġtough", + "ness" + ], + [ + "abs", + "olute" + ], + [ + "ĠRain", + "forest" + ], + [ + "Ġspur", + "ious" + ], + [ + "ĠPed", + "ag" + ], + [ + "PO", + "ST" + ], + [ + "ĠRosen", + "berg" + ], + [ + "Ġconcur", + "rency" + ], + [ + "8", + "25" + ], + [ + "c", + "ancerous" + ], + [ + "à", + "¶" + ], + [ + "nd", + "array" + ], + [ + "Ġin", + "efficiencies" + ], + [ + "im", + "uth" + ], + [ + "to", + "oth" + ], + [ + "Ġcap", + "it" + ], + [ + "Ġlast", + "ly" + ], + [ + "Ġcoll", + "iding" + ], + [ + "ĠCo", + "ff" + ], + [ + "Ġquant", + "ifying" + ], + [ + "ĠQu", + "ar" + ], + [ + "Ġund", + "eveloped" + ], + [ + "Ġhon", + "oured" + ], + [ + "Ġchance", + "ll" + ], + [ + "Ġreform", + "ing" + ], + [ + "IP", + "CC" + ], + [ + "Ġrum", + "or" + ], + [ + "Ġdorm", + "ancy" + ], + [ + "________________", + "________________" + ], + [ + "cop", + "g" + ], + [ + "Ġhaul", + "ed" + ], + [ + "ĠMyster", + "ies" + ], + [ + "ĠDias", + "pora" + ], + [ + "ĠFIR", + "ST" + ], + [ + "Ġdisd", + "ain" + ], + [ + "Ġeard", + "rum" + ], + [ + "L", + "uck" + ], + [ + "Ġd", + "ocking" + ], + [ + "ĠD", + "ilem" + ], + [ + "ĠN", + "ose" + ], + [ + "ĠK", + "ick" + ], + [ + "ĠCh", + "uck" + ], + [ + "Ġrest", + "ores" + ], + [ + "ĠBl", + "ank" + ], + [ + "Ġcamp", + "ed" + ], + [ + "Ġsuff", + "erer" + ], + [ + "Ġfib", + "roids" + ], + [ + "ĠRel", + "igions" + ], + [ + "Ġnerv", + "osa" + ], + [ + "ĠHol", + "ocene" + ], + [ + "See", + "ing" + ], + [ + "Ġjudge", + "ments" + ], + [ + "([", + "[" + ], + [ + "Ġpsycho", + "active" + ], + [ + "Ġrecol", + "lections" + ], + [ + "ĠP", + "igs" + ], + [ + "ĠF", + "eld" + ], + [ + "Ġhelp", + "ers" + ], + [ + "ĠV", + "O" + ], + [ + "Ġtest", + "es" + ], + [ + "ĠSh", + "arma" + ], + [ + "ym", + "al" + ], + [ + "reg", + "ister" + ], + [ + "ĠAv", + "ailability" + ], + [ + "Ġdoub", + "ted" + ], + [ + "Ġpul", + "sing" + ], + [ + "Ġfol", + "ly" + ], + [ + "ĠDarwin", + "ian" + ], + [ + "Ġcontra", + "ind" + ], + [ + "ĠGround", + "water" + ], + [ + "Ġdisson", + "ance" + ], + [ + "C", + "her" + ], + [ + "R", + "are" + ], + [ + "p", + "rem" + ], + [ + "Ġ", + "ï¬ģ" + ], + [ + "Ġp", + "ony" + ], + [ + "ot", + "ry" + ], + [ + "ĠB", + "ones" + ], + [ + "ĠD", + "anes" + ], + [ + "ĠN", + "er" + ], + [ + "Ġprov", + "oking" + ], + [ + "Ġinf", + "use" + ], + [ + "Ġsym", + "biosis" + ], + [ + "aim", + "on" + ], + [ + "ĠAm", + "elia" + ], + [ + "Ġsequ", + "ester" + ], + [ + "Ġreflect", + "or" + ], + [ + "ĠJew", + "el" + ], + [ + "Ġmicro", + "tub" + ], + [ + "Ġdetect", + "ives" + ], + [ + "Ġwrong", + "s" + ], + [ + "ĠLa", + "wn" + ], + [ + "ĠPop", + "ulations" + ], + [ + "ĠRail", + "ways" + ], + [ + "Ġassault", + "ed" + ], + [ + "Ġexert", + "ing" + ], + [ + "Ġtestim", + "onies" + ], + [ + "Ġwhit", + "ish" + ], + [ + "DC", + "s" + ], + [ + "Ġbrut", + "ally" + ], + [ + "ĠGib", + "bs" + ], + [ + "otox", + "in" + ], + [ + "ĠCrime", + "a" + ], + [ + "Ġmidw", + "ives" + ], + [ + "Ġophthalm", + "ologist" + ], + [ + "Ġarrhyth", + "mias" + ], + [ + "0", + "23" + ], + [ + "5", + "27" + ], + [ + "7", + "22" + ], + [ + "n", + "asa" + ], + [ + "en", + "heim" + ], + [ + "Ġto", + "il" + ], + [ + "ĠS", + "ES" + ], + [ + "Ġv", + "ocation" + ], + [ + "ĠW", + "orse" + ], + [ + "ph", + "ants" + ], + [ + "Ġsoc", + "k" + ], + [ + "Ġdep", + "osed" + ], + [ + "cent", + "red" + ], + [ + "It", + "aly" + ], + [ + "gen", + "erator" + ], + [ + "onic", + "otin" + ], + [ + "All", + "ah" + ], + [ + "ĠPL", + "C" + ], + [ + "ĠMarc", + "os" + ], + [ + "ĠSel", + "enium" + ], + [ + "ĠPul", + "monary" + ], + [ + "ĠSens", + "ors" + ], + [ + "ĠMorm", + "ons" + ], + [ + "Rom", + "ans" + ], + [ + "negot", + "iables" + ], + [ + "Ġcyn", + "ical" + ], + [ + "Ġindeterm", + "inate" + ], + [ + "Ġangu", + "ish" + ], + [ + "7", + "25" + ], + [ + "G", + "W" + ], + [ + "h", + "ung" + ], + [ + "t", + "une" + ], + [ + "Ġt", + "rophic" + ], + [ + "ĠR", + "MS" + ], + [ + "iz", + "o" + ], + [ + "Ġob", + "tains" + ], + [ + "Ġsw", + "am" + ], + [ + "ĠRec", + "ording" + ], + [ + "ĠConf", + "iguration" + ], + [ + "Ġcourt", + "room" + ], + [ + "Ġfacilit", + "ators" + ], + [ + "Be", + "hind" + ], + [ + "Ġcarb", + "ide" + ], + [ + "Aut", + "o" + ], + [ + "ĠWilliams", + "burg" + ], + [ + "ĠAra", + "gon" + ], + [ + "Ġcongest", + "ed" + ], + [ + "Ġabst", + "ain" + ], + [ + "Div", + "ide" + ], + [ + "Ġcooper", + "ating" + ], + [ + "Ġunjust", + "ified" + ], + [ + "Ġvamp", + "ires" + ], + [ + "ĠLumin", + "ari" + ], + [ + "ĠMonteneg", + "ro" + ], + [ + "B", + "ed" + ], + [ + "G", + "AN" + ], + [ + "H", + "ep" + ], + [ + "N", + "ames" + ], + [ + "al", + "gebra" + ], + [ + "un", + "ittest" + ], + [ + "ĠR", + "ug" + ], + [ + "Ġsh", + "in" + ], + [ + "Ġinc", + "ess" + ], + [ + "anc", + "ient" + ], + [ + "Ġpost", + "modern" + ], + [ + "ĠCons", + "istency" + ], + [ + "ĠCo", + "at" + ], + [ + "Ġethnic", + "ities" + ], + [ + "max", + "imum" + ], + [ + "sm", + "ith" + ], + [ + "Ġampl", + "ifying" + ], + [ + "ĠArticle", + "PubMedGoogle" + ], + [ + "uther", + "land" + ], + [ + "Cal", + "cium" + ], + [ + "ĠLu", + "ft" + ], + [ + "ĠGreg", + "or" + ], + [ + "Ġdele", + "terious" + ], + [ + "ĠHold", + "en" + ], + [ + "desc", + "ribed" + ], + [ + "wer", + "p" + ], + [ + "Sou", + "p" + ], + [ + "Ġbookmark", + "ing" + ], + [ + "Ġarct", + "an" + ], + [ + "V", + "ert" + ], + [ + "Ġa", + "egypt" + ], + [ + "ĠC", + "umm" + ], + [ + "ĠD", + "NR" + ], + [ + "Ġinc", + "iting" + ], + [ + "bs", + "p" + ], + [ + "Ġtool", + "box" + ], + [ + "ĠCont", + "rovers" + ], + [ + "ES", + "C" + ], + [ + "ira", + "b" + ], + [ + "ĠMat", + "th" + ], + [ + "Ġvirtual", + "ization" + ], + [ + "ĠUp", + "dates" + ], + [ + "ĠGal", + "veston" + ], + [ + "ĠCur", + "rency" + ], + [ + "ĠEll", + "iot" + ], + [ + "Ġcarp", + "al" + ], + [ + "ĠProtect", + "ive" + ], + [ + "ĠFu", + "ji" + ], + [ + "Ġaffection", + "ate" + ], + [ + "ĠSepar", + "ation" + ], + [ + "ĠSY", + "STEM" + ], + [ + "Ġporn", + "ography" + ], + [ + "Ġm", + "oor" + ], + [ + "Ġl", + "iv" + ], + [ + "Ġl", + "iaison" + ], + [ + "ĠI", + "vy" + ], + [ + "ĠS", + "urg" + ], + [ + "ĠW", + "orship" + ], + [ + "ple", + "ting" + ], + [ + "Ġsub", + "net" + ], + [ + "Ġsil", + "encing" + ], + [ + "ĠQu", + "atern" + ], + [ + "Ġpractical", + "ity" + ], + [ + "Ġmac", + "ros" + ], + [ + "Ġconfront", + "ational" + ], + [ + "Ġfled", + "gling" + ], + [ + "Ġcray", + "fish" + ], + [ + "Ġphilanthrop", + "ic" + ], + [ + "Rap", + "id" + ], + [ + "Ġencroach", + "ment" + ], + [ + "Ġenchant", + "ment" + ], + [ + "ĠMikh", + "ail" + ], + [ + "Ġg", + "uts" + ], + [ + "ĠC", + "ache" + ], + [ + "Ġpro", + "kary" + ], + [ + "ĠB", + "reath" + ], + [ + "Ġen", + "quiry" + ], + [ + "ĠN", + "ub" + ], + [ + "ĠG", + "le" + ], + [ + "ĠY", + "unnan" + ], + [ + "Ġsw", + "arms" + ], + [ + "ĠCan", + "ary" + ], + [ + "ĠOr", + "chestra" + ], + [ + "inter", + "section" + ], + [ + "Ġrob", + "ber" + ], + [ + "Ġwatch", + "ful" + ], + [ + "Ġdistribut", + "or" + ], + [ + "ĠPal", + "o" + ], + [ + "Ġsubsc", + "riptions" + ], + [ + "cf", + "m" + ], + [ + "ĠVul", + "can" + ], + [ + "quart", + "ered" + ], + [ + "ĠI", + "TS" + ], + [ + "Ġan", + "imate" + ], + [ + "ĠB", + "ike" + ], + [ + "ĠW", + "orm" + ], + [ + "ĠD", + "rivers" + ], + [ + "ĠN", + "PS" + ], + [ + "pl", + "ural" + ], + [ + "iz", + "i" + ], + [ + "ĠCh", + "arts" + ], + [ + "ED", + "S" + ], + [ + "Ġneu", + "rology" + ], + [ + "48", + "4" + ], + [ + "ĠAN", + "C" + ], + [ + "ĠHaw", + "kins" + ], + [ + "ĠFin", + "ch" + ], + [ + "Ġseas", + "ide" + ], + [ + "param", + "eter" + ], + [ + "Ġtranscript", + "ional" + ], + [ + "label", + "ed" + ], + [ + "ucc", + "i" + ], + [ + "Ġelong", + "ation" + ], + [ + "Ġflank", + "ed" + ], + [ + "ĠCod", + "ex" + ], + [ + "ĠBeau", + "fort" + ], + [ + "Ġsuccumb", + "ed" + ], + [ + "Ġausp", + "icious" + ], + [ + "Ġglitter", + "ing" + ], + [ + "ĠLah", + "ore" + ], + [ + "D", + "ream" + ], + [ + "M", + "olecular" + ], + [ + "ï", + "¸" + ], + [ + "Ġf", + "en" + ], + [ + "le", + "aved" + ], + [ + "Ġbe", + "gg" + ], + [ + "ch", + "ial" + ], + [ + "ĠS", + "erm" + ], + [ + "Ġcan", + "ines" + ], + [ + "ĠR", + "EV" + ], + [ + "Ġbl", + "asting" + ], + [ + "Ġinter", + "generational" + ], + [ + "be", + "ats" + ], + [ + "ĠLe", + "ah" + ], + [ + "70", + "7" + ], + [ + "ĠAc", + "qu" + ], + [ + "Ġband", + "ed" + ], + [ + "inst", + "all" + ], + [ + "Ġleaf", + "let" + ], + [ + "App", + "lications" + ], + [ + "']", + ":" + ], + [ + "ĠSn", + "ap" + ], + [ + "Ġpap", + "yrus" + ], + [ + "Ġgang", + "lia" + ], + [ + "Ġlig", + "and" + ], + [ + "Hel", + "ping" + ], + [ + "sign", + "al" + ], + [ + "every", + "thing" + ], + [ + "ĠWel", + "ch" + ], + [ + "cool", + "ed" + ], + [ + "à", + "¹" + ], + [ + "Ġm", + "end" + ], + [ + "Ġst", + "arches" + ], + [ + "ĠH", + "ild" + ], + [ + "ĠW", + "ills" + ], + [ + "ĠR", + "he" + ], + [ + "Ġacc", + "using" + ], + [ + "Ġsm", + "oot" + ], + [ + "Ġbr", + "istles" + ], + [ + "âĢľ", + "," + ], + [ + "ĠCom", + "pos" + ], + [ + "asc", + "a" + ], + [ + "Ġarch", + "bishop" + ], + [ + "ĠCont", + "ains" + ], + [ + "Ġfire", + "arm" + ], + [ + "Ġqual", + "ifies" + ], + [ + "My", + "Class" + ], + [ + "Ġepis", + "odic" + ], + [ + "Col", + "lection" + ], + [ + "ĠSpecial", + "ists" + ], + [ + "ĠSS", + "D" + ], + [ + "Ġaffil", + "iations" + ], + [ + "ĠPros", + "per" + ], + [ + "5", + "41" + ], + [ + "F", + "riends" + ], + [ + "t", + "ow" + ], + [ + "Ġto", + "en" + ], + [ + "Ġh", + "ires" + ], + [ + "ĠP", + "omer" + ], + [ + "Ġover", + "saw" + ], + [ + "Ġpo", + "ke" + ], + [ + "St", + "ructure" + ], + [ + "ER", + "GY" + ], + [ + "ĠPr", + "ints" + ], + [ + "roid", + "ered" + ], + [ + "ĠPost", + "s" + ], + [ + "ĠLand", + "mark" + ], + [ + "Ġhind", + "sight" + ], + [ + "lay", + "ered" + ], + [ + "ucc", + "a" + ], + [ + "âĤ", + "Ģ" + ], + [ + "Ġarchet", + "ype" + ], + [ + "Analy", + "zing" + ], + [ + "Soc", + "iety" + ], + [ + "L", + "egal" + ], + [ + "W", + "a" + ], + [ + "W", + "ave" + ], + [ + "j", + "una" + ], + [ + "l", + "ung" + ], + [ + "in", + "als" + ], + [ + "in", + "order" + ], + [ + "ĠC", + "ushing" + ], + [ + "ĠY", + "E" + ], + [ + "Ġsupp", + "resses" + ], + [ + "Ġsk", + "ating" + ], + [ + "Ġdown", + "play" + ], + [ + "uss", + "ing" + ], + [ + "Ġcell", + "ar" + ], + [ + "ĠAnd", + "hra" + ], + [ + "ĠQ", + "in" + ], + [ + "é", + "m" + ], + [ + "ustr", + "ated" + ], + [ + "Ġblue", + "berry" + ], + [ + "Ġcounter", + "productive" + ], + [ + "Com", + "merce" + ], + [ + "opl", + "as" + ], + [ + "à¥", + "ĭ" + ], + [ + "ĠFlore", + "nt" + ], + [ + "Ġcolloquial", + "isms" + ], + [ + "ĠPip", + "eline" + ], + [ + "ĠHumph", + "rey" + ], + [ + "Ġstereotyp", + "ical" + ], + [ + "ĠStrept", + "ococcus" + ], + [ + "0", + "41" + ], + [ + "]", + "||" + ], + [ + "ĭ", + "ħ" + ], + [ + "al", + "ign" + ], + [ + "Ġg", + "in" + ], + [ + "Ġch", + "ival" + ], + [ + "Ġch", + "illed" + ], + [ + "ĠD", + "iver" + ], + [ + "Ġfore", + "sight" + ], + [ + "60", + "3" + ], + [ + "60", + "4" + ], + [ + "omy", + "ces" + ], + [ + "ĠGra", + "b" + ], + [ + "Sh", + "ape" + ], + [ + "Ġpair", + "wise" + ], + [ + "CO", + "P" + ], + [ + "comm", + "only" + ], + [ + "Ġperm", + "aculture" + ], + [ + "ĠJac", + "qu" + ], + [ + "Ne", + "il" + ], + [ + "sk", + "illed" + ], + [ + "ĠText", + "book" + ], + [ + "ĠLev", + "ine" + ], + [ + "cop", + "ene" + ], + [ + "far", + "in" + ], + [ + "Prot", + "ecting" + ], + [ + "prim", + "arily" + ], + [ + "ĠChamber", + "lain" + ], + [ + "Ġsupers", + "eded" + ], + [ + "8", + "90" + ], + [ + "t", + "ie" + ], + [ + "t", + "rees" + ], + [ + "z", + "t" + ], + [ + "ĠF", + "TC" + ], + [ + "ĠR", + "angers" + ], + [ + "so", + "hn" + ], + [ + "ĠSt", + "ark" + ], + [ + "ĠCh", + "avez" + ], + [ + "Ġcur", + "ry" + ], + [ + "ĠAn", + "s" + ], + [ + "St", + "ra" + ], + [ + "Ġbar", + "ns" + ], + [ + "70", + "3" + ], + [ + "Some", + "one" + ], + [ + "ĠJournal", + "ism" + ], + [ + "Cons", + "umer" + ], + [ + "Ġdebt", + "or" + ], + [ + "Ġshield", + "ed" + ], + [ + "ĠCatal", + "ogue" + ], + [ + "ĠTrad", + "itions" + ], + [ + "ĠInstruct", + "or" + ], + [ + "Ġincompet", + "ent" + ], + [ + "!", + "." + ], + [ + "P", + "i" + ], + [ + "S", + "el" + ], + [ + "ĠB", + "uk" + ], + [ + "ĠE", + "hr" + ], + [ + "ĠD", + "ah" + ], + [ + "Ġle", + "asing" + ], + [ + "urs", + "ed" + ], + [ + "sh", + "i" + ], + [ + "ĠAng", + "er" + ], + [ + "ĠPsych", + "ol" + ], + [ + "interest", + "ing" + ], + [ + "ĠBoy", + "le" + ], + [ + "Ġmalf", + "unctions" + ], + [ + "ĠFresh", + "water" + ], + [ + "Ġantip", + "sych" + ], + [ + "Ġkale", + "id" + ], + [ + "Ġchocol", + "ates" + ], + [ + "o", + "it" + ], + [ + "s", + "ustainable" + ], + [ + "it", + "ars" + ], + [ + "Ġin", + "efficiency" + ], + [ + "Ġhe", + "fty" + ], + [ + "os", + "an" + ], + [ + "ĠD", + "ach" + ], + [ + "ĠF", + "iscal" + ], + [ + "Ġsp", + "ew" + ], + [ + "ĠJ", + "aff" + ], + [ + "ĠRe", + "placement" + ], + [ + "ĠRep", + "hr" + ], + [ + "Ġvide", + "ot" + ], + [ + "80", + "5" + ], + [ + "term", + "inal" + ], + [ + "ding", + "er" + ], + [ + "Ġfavor", + "ably" + ], + [ + "Ġdistribut", + "ive" + ], + [ + "Ġrecept", + "acle" + ], + [ + "Ġheal", + "er" + ], + [ + "Gu", + "ard" + ], + [ + "Ġobsc", + "urity" + ], + [ + "ĠMagn", + "us" + ], + [ + "ĠPle", + "asant" + ], + [ + "Ġcontempl", + "ated" + ], + [ + "ĠFeel", + "ings" + ], + [ + "ĠRound", + "up" + ], + [ + "e", + "aux" + ], + [ + "r", + "inal" + ], + [ + "it", + "amins" + ], + [ + "Ġp", + "udding" + ], + [ + "Ġf", + "oo" + ], + [ + "Ġy", + "oke" + ], + [ + "ĠS", + "nyder" + ], + [ + "ĠC", + "ree" + ], + [ + "ĠB", + "ats" + ], + [ + "Ġab", + "duction" + ], + [ + "ber", + "gs" + ], + [ + "Ġcount", + "down" + ], + [ + "amp", + "hetamine" + ], + [ + "ĠZ", + "heng" + ], + [ + "Ġver", + "mic" + ], + [ + "Ġâ", + "Ĭ" + ], + [ + "ĠDem", + "ographic" + ], + [ + "Ġretrie", + "ves" + ], + [ + "Ġhind", + "ers" + ], + [ + "Ġoffset", + "ting" + ], + [ + "Ġvene", + "er" + ], + [ + "ĠChey", + "enne" + ], + [ + "S", + "ky" + ], + [ + "×", + "¢" + ], + [ + "ĠA", + "AP" + ], + [ + "ĠM", + "UST" + ], + [ + "un", + "h" + ], + [ + "Ġman", + "made" + ], + [ + "Ġwork", + "able" + ], + [ + "Ġsub", + "headings" + ], + [ + "ĠAs", + "sets" + ], + [ + "ĠCol", + "oring" + ], + [ + "Ġaccount", + "ants" + ], + [ + "Ġmind", + "ed" + ], + [ + "Ġpred", + "isposed" + ], + [ + "Ġsun", + "s" + ], + [ + "Ġdraw", + "er" + ], + [ + "ĠDep", + "art" + ], + [ + "Ġcenter", + "piece" + ], + [ + "Ġreligious", + "ly" + ], + [ + "ĠLaw", + "son" + ], + [ + "Ġsignal", + "ed" + ], + [ + "Ġshop", + "pers" + ], + [ + "ĠFour", + "teenth" + ], + [ + "ĠSD", + "G" + ], + [ + "Ġsprou", + "ting" + ], + [ + "Ġencaps", + "ulate" + ], + [ + "Ġlept", + "in" + ], + [ + "Ġfug", + "itive" + ], + [ + "Ġpromul", + "gated" + ], + [ + "Ġmun", + "itions" + ], + [ + "ĠMahab", + "harata" + ], + [ + "<", + "<" + ], + [ + "S", + "ports" + ], + [ + "i", + "itis" + ], + [ + "u", + "ag" + ], + [ + "ĠC", + "FS" + ], + [ + "ĠM", + "F" + ], + [ + "ĠB", + "acter" + ], + [ + "ĠH", + "irsch" + ], + [ + "ĠCan", + "non" + ], + [ + "Ġnecess", + "itate" + ], + [ + "ump", + "y" + ], + [ + "enh", + "anced" + ], + [ + "Ġmelt", + "down" + ], + [ + "ĠSN", + "Ps" + ], + [ + "Ġhemorrh", + "agic" + ], + [ + "Ġreun", + "ited" + ], + [ + "ĠMira", + "nda" + ], + [ + "ĠBI", + "OS" + ], + [ + "ĠGeneal", + "ogy" + ], + [ + "Ġfatig", + "ued" + ], + [ + "5", + "39" + ], + [ + "M", + "and" + ], + [ + "m", + "ars" + ], + [ + "p", + "H" + ], + [ + "å", + "Ľ" + ], + [ + "or", + "ax" + ], + [ + "Ġf", + "ades" + ], + [ + "ac", + "ademic" + ], + [ + "ĠE", + "J" + ], + [ + "Ġj", + "agged" + ], + [ + "80", + "3" + ], + [ + "equ", + "ivalent" + ], + [ + "bre", + "aker" + ], + [ + "col", + "lect" + ], + [ + "Ġsolid", + "ified" + ], + [ + "pass", + "ed" + ], + [ + "ĠPort", + "able" + ], + [ + "Ġprev", + "ails" + ], + [ + "eren", + "ced" + ], + [ + "â", + "te" + ], + [ + "Ġnom", + "ads" + ], + [ + "Ġretreat", + "s" + ], + [ + "Ġorph", + "aned" + ], + [ + "move", + "ment" + ], + [ + "typ", + "ed" + ], + [ + "invent", + "ory" + ], + [ + "Ġgira", + "ffe" + ], + [ + "Ġfoodst", + "uffs" + ], + [ + "0", + "27" + ], + [ + "f", + "al" + ], + [ + "i", + "ou" + ], + [ + "Ġh", + "asty" + ], + [ + "ĠA", + "O" + ], + [ + "ĠM", + "ers" + ], + [ + "ĠP", + "ipe" + ], + [ + "ac", + "an" + ], + [ + "ĠB", + "old" + ], + [ + "ĠH", + "uck" + ], + [ + "Ġsub", + "side" + ], + [ + "Ġdid", + "actic" + ], + [ + "lo", + "x" + ], + [ + "ij", + "n" + ], + [ + "Ġcorpor", + "al" + ], + [ + "CS", + "S" + ], + [ + "Ġpriest", + "ly" + ], + [ + "ĠSant", + "o" + ], + [ + "Ġvest", + "ig" + ], + [ + "Ġdefer", + "red" + ], + [ + "Ġvaric", + "ose" + ], + [ + "Ġobliv", + "ious" + ], + [ + "Ġparallelog", + "ram" + ], + [ + "Q", + "s" + ], + [ + "Ġo", + "ust" + ], + [ + "Ġin", + "activated" + ], + [ + "Ġe", + "ut" + ], + [ + "ir", + "y" + ], + [ + "ĠC", + "air" + ], + [ + "ĠB", + "ram" + ], + [ + "Ġch", + "amele" + ], + [ + "Ġres", + "umes" + ], + [ + "ĠU", + "BI" + ], + [ + "ok", + "i" + ], + [ + "min", + "imum" + ], + [ + "ĠApp", + "les" + ], + [ + "bre", + "akers" + ], + [ + "ipl", + "ing" + ], + [ + "ĠMem", + "ories" + ], + [ + "ĠSum", + "er" + ], + [ + "ĠConnect", + "ing" + ], + [ + "Ġhydro", + "lysis" + ], + [ + "Ġsubstit", + "utions" + ], + [ + "ĠYe", + "h" + ], + [ + "ĠHold", + "ing" + ], + [ + "Ġrestra", + "ints" + ], + [ + "Ġtrache", + "a" + ], + [ + "ĠGuadal", + "upe" + ], + [ + "(", + "`" + ], + [ + "S", + "ong" + ], + [ + "h", + "ile" + ], + [ + "Ä", + "ħ" + ], + [ + "Ġl", + "agoons" + ], + [ + "Ġbe", + "avers" + ], + [ + "ĠT", + "OP" + ], + [ + "em", + "inent" + ], + [ + "Ġun", + "proven" + ], + [ + "amp", + "ing" + ], + [ + "ĠCom", + "posite" + ], + [ + "Ġcolon", + "oscopy" + ], + [ + "Ġtele", + "phones" + ], + [ + "49", + "1" + ], + [ + "ĠDev", + "Ops" + ], + [ + "ĠAC", + "M" + ], + [ + "ĠJun", + "o" + ], + [ + "Ġbund", + "led" + ], + [ + "ĠShel", + "f" + ], + [ + "Ġevapor", + "ates" + ], + [ + "Ġket", + "tle" + ], + [ + "Ġwhims", + "ical" + ], + [ + "ĠMcClell", + "an" + ], + [ + "6", + "35" + ], + [ + "B", + "arb" + ], + [ + "H", + "arm" + ], + [ + "m", + "atching" + ], + [ + "Ġ", + "ë" + ], + [ + "at", + "ize" + ], + [ + "al", + "an" + ], + [ + "ĠB", + "j" + ], + [ + "Ġle", + "vy" + ], + [ + "ĠN", + "asser" + ], + [ + "Ġrec", + "eding" + ], + [ + "ov", + "ir" + ], + [ + "Ġcolle", + "g" + ], + [ + "ĠLe", + "vin" + ], + [ + "Ġdiet", + "ing" + ], + [ + "ĠPol", + "o" + ], + [ + "Ġchart", + "ers" + ], + [ + "Att", + "ribute" + ], + [ + "Ġpetition", + "ed" + ], + [ + "Bre", + "aking" + ], + [ + "ĠNewsp", + "apers" + ], + [ + "Incorpor", + "ating" + ], + [ + "(", + "'," + ], + [ + "5", + "33" + ], + [ + "l", + "aying" + ], + [ + "y", + "ar" + ], + [ + "Ġl", + "ied" + ], + [ + "se", + "mination" + ], + [ + "Al", + "i" + ], + [ + "Ġcounter", + "clockwise" + ], + [ + "46", + "9" + ], + [ + "bel", + "ieve" + ], + [ + "Def", + "ault" + ], + [ + "Ġdign", + "ified" + ], + [ + "ĠEld", + "ers" + ], + [ + "ĠAdapt", + "able" + ], + [ + "ĠAlg", + "orithms" + ], + [ + "Ġtoss", + "ing" + ], + [ + "ĠMonu", + "ments" + ], + [ + "Ġsty", + "ling" + ], + [ + "Ġsponsors", + "hips" + ], + [ + "Ġont", + "ology" + ], + [ + "Ġcoy", + "ote" + ], + [ + "ĠBolshe", + "vik" + ], + [ + "Ġgalvan", + "ized" + ], + [ + "Ġfren", + "zy" + ], + [ + "Ġenvis", + "aged" + ], + [ + "ĠXY", + "Z" + ], + [ + "ĠQuin", + "cy" + ], + [ + ".", + "):" + ], + [ + "V", + "S" + ], + [ + "Z", + "one" + ], + [ + "Ġbe", + "ware" + ], + [ + "Ġon", + "sl" + ], + [ + "ĠC", + "ray" + ], + [ + "ĠV", + "ag" + ], + [ + "hes", + "ians" + ], + [ + "Ġbus", + "iest" + ], + [ + "Ġsuccess", + "ively" + ], + [ + "Ġbro", + "kers" + ], + [ + "view", + "s" + ], + [ + "lim", + "its" + ], + [ + "Ar", + "ts" + ], + [ + "Ġmut", + "ed" + ], + [ + "49", + "2" + ], + [ + "Ġcombat", + "ants" + ], + [ + "ĠEqu", + "ally" + ], + [ + "claim", + "ed" + ], + [ + "Ġchim", + "ps" + ], + [ + "Great", + "er" + ], + [ + "Ġincap", + "ac" + ], + [ + "9", + "88" + ], + [ + "m", + "olecular" + ], + [ + "Ġ", + "Ùģ" + ], + [ + "Ġp", + "inc" + ], + [ + "Ġh", + "ogs" + ], + [ + "Ġre", + "introduction" + ], + [ + "ĠC", + "ot" + ], + [ + "ec", + "c" + ], + [ + "Ġinc", + "ant" + ], + [ + "ĠU", + "U" + ], + [ + "Ġfe", + "athered" + ], + [ + "ĠSh", + "ang" + ], + [ + "ios", + "ync" + ], + [ + "ĠDisc", + "ipline" + ], + [ + "Ġlock", + "down" + ], + [ + "izz", + "ard" + ], + [ + "ĠEs", + "au" + ], + [ + "Ġcontempl", + "ative" + ], + [ + "Ġdash", + "boards" + ], + [ + "ĠBrief", + "ly" + ], + [ + "Ġinterrog", + "ation" + ], + [ + "Ġbif", + "urc" + ], + [ + "Ġgymn", + "astics" + ], + [ + "Ġindel", + "ible" + ], + [ + "7", + "11" + ], + [ + "a", + "er" + ], + [ + "h", + "urt" + ], + [ + "al", + "u" + ], + [ + "Ġf", + "iat" + ], + [ + "ber", + "man" + ], + [ + "ĠCon", + "ventions" + ], + [ + "Ġsize", + "able" + ], + [ + "Ġsqu", + "e" + ], + [ + "ĠApp", + "leton" + ], + [ + "Ġtrack", + "er" + ], + [ + "And", + "erson" + ], + [ + "Ġund", + "ec" + ], + [ + "Ġappe", + "ase" + ], + [ + "Ġtrou", + "sers" + ], + [ + "Ġdrop", + "out" + ], + [ + "Ġtrain", + "ings" + ], + [ + "ĠHel", + "ic" + ], + [ + "46", + "8" + ], + [ + "Ġpersist", + "ently" + ], + [ + "Am", + "azon" + ], + [ + "ĠCrit", + "icism" + ], + [ + "ĠPale", + "o" + ], + [ + "Ġtheat", + "res" + ], + [ + "6", + "13" + ], + [ + "6", + "45" + ], + [ + "K", + "at" + ], + [ + "M", + "H" + ], + [ + "M", + "aterial" + ], + [ + "ĠS", + "ank" + ], + [ + "th", + "ank" + ], + [ + "iv", + "irus" + ], + [ + "ĠH", + "ue" + ], + [ + "ĠN", + "ino" + ], + [ + "ap", + "on" + ], + [ + "ĠU", + "nex" + ], + [ + "Ġper", + "tain" + ], + [ + "ĠK", + "E" + ], + [ + "ĠV", + "C" + ], + [ + "ov", + "sky" + ], + [ + "com", + "patible" + ], + [ + "arc", + "o" + ], + [ + "á", + "ndez" + ], + [ + "Ġencl", + "ose" + ], + [ + "Ġambig", + "uities" + ], + [ + "ĠOd", + "in" + ], + [ + "Ġconcaten", + "ation" + ], + [ + "ĠThor", + "nton" + ], + [ + "Ġpac", + "if" + ], + [ + "Heb", + "rew" + ], + [ + "h", + "ay" + ], + [ + "p", + "oss" + ], + [ + "al", + "ignment" + ], + [ + "Ġd", + "une" + ], + [ + "ol", + "aryng" + ], + [ + "rom", + "ise" + ], + [ + "ĠSt", + "ability" + ], + [ + "ily", + "n" + ], + [ + "ĠEng", + "el" + ], + [ + "Ġcr", + "anks" + ], + [ + "ĠMan", + "ning" + ], + [ + "Ġstaff", + "ed" + ], + [ + "Ġstar", + "ring" + ], + [ + "Ġdream", + "like" + ], + [ + "ĠTur", + "in" + ], + [ + "Ġstock", + "ings" + ], + [ + "ĠUp", + "anish" + ], + [ + "ĠExt", + "ensive" + ], + [ + "ĠLong", + "er" + ], + [ + "58", + "1" + ], + [ + "ĠÐ", + "½" + ], + [ + "ĠBang", + "alore" + ], + [ + "Ġmi", + "RNA" + ], + [ + "Pract", + "ical" + ], + [ + "YY", + "YY" + ], + [ + "ĠBert", + "rand" + ], + [ + "Sen", + "ior" + ], + [ + "Ġpherom", + "ones" + ], + [ + "ĠPied", + "mont" + ], + [ + "H", + "op" + ], + [ + "P", + "lu" + ], + [ + "Î", + "©" + ], + [ + "Ġth", + "ru" + ], + [ + "th", + "reading" + ], + [ + "ĠD", + "ivers" + ], + [ + "ĠF", + "ate" + ], + [ + "ĠR", + "ang" + ], + [ + "Ġsign", + "ifying" + ], + [ + "con", + "form" + ], + [ + "iver", + "ing" + ], + [ + "Ġfore", + "fathers" + ], + [ + "Ġsent", + "inel" + ], + [ + "gu", + "ards" + ], + [ + "Ġparent", + "hesis" + ], + [ + "ĠCons", + "olid" + ], + [ + "AN", + "I" + ], + [ + "ĠGra", + "v" + ], + [ + "ris", + "ome" + ], + [ + "ĠDef", + "icit" + ], + [ + "Check", + "ing" + ], + [ + "sl", + "ope" + ], + [ + "ĠChi", + "ang" + ], + [ + "Ġoverflow", + "s" + ], + [ + "Ġencaps", + "ulation" + ], + [ + "strand", + "ed" + ], + [ + "ĠCyn", + "thia" + ], + [ + "Ġtantal", + "izing" + ], + [ + "uplo", + "ads" + ], + [ + "5", + "47" + ], + [ + "R", + "us" + ], + [ + "y", + "re" + ], + [ + "Ġ", + "à¨" + ], + [ + "ch", + "apter" + ], + [ + "ĠS", + "amp" + ], + [ + "Ġr", + "att" + ], + [ + "Ġk", + "ios" + ], + [ + "Ġcl", + "austroph" + ], + [ + "ĠV", + "L" + ], + [ + "Ġbl", + "aze" + ], + [ + "Ġloc", + "ale" + ], + [ + "ĠTr", + "an" + ], + [ + "Ġsuper", + "massive" + ], + [ + "ĠComp", + "ound" + ], + [ + "Ġsch", + "ist" + ], + [ + "ĠPal", + "i" + ], + [ + "ĠBen", + "ef" + ], + [ + "Ġuns", + "us" + ], + [ + "ĠRef", + "lections" + ], + [ + "Ġpursu", + "ant" + ], + [ + "ĠWood", + "land" + ], + [ + "ĠPap", + "al" + ], + [ + "Sal", + "ary" + ], + [ + "Ġcact", + "i" + ], + [ + "ĠLazar", + "us" + ], + [ + "5", + "14" + ], + [ + "8", + "55" + ], + [ + "b", + "illed" + ], + [ + "n", + "ah" + ], + [ + "Ú", + "©" + ], + [ + "re", + "fer" + ], + [ + "en", + "aries" + ], + [ + "Ġm", + "are" + ], + [ + "Ġl", + "int" + ], + [ + "Ġpre", + "processing" + ], + [ + "Ġmod", + "ulated" + ], + [ + "Ġelect", + "rification" + ], + [ + "man", + "ager" + ], + [ + "Ġhere", + "after" + ], + [ + "St", + "reet" + ], + [ + "num", + "erator" + ], + [ + "Ġbit", + "ters" + ], + [ + "Ġinh", + "um" + ], + [ + "rat", + "io" + ], + [ + "She", + "ll" + ], + [ + "ĠFar", + "aday" + ], + [ + "Rel", + "igious" + ], + [ + "ĠNeu", + "rosc" + ], + [ + "Ġsew", + "ers" + ], + [ + "contin", + "ue" + ], + [ + "Phil", + "ipp" + ], + [ + "Ġprolet", + "ariat" + ], + [ + "Ġnonex", + "istent" + ], + [ + "M", + "ess" + ], + [ + "P", + "red" + ], + [ + "Ġth", + "istle" + ], + [ + "om", + "ia" + ], + [ + "se", + "lection" + ], + [ + "Ġst", + "archy" + ], + [ + "um", + "sy" + ], + [ + "ĠH", + "anoi" + ], + [ + "Ġun", + "processed" + ], + [ + "ang", + "ling" + ], + [ + "Ġsc", + "ented" + ], + [ + "ish", + "man" + ], + [ + "Ġtyp", + "ef" + ], + [ + "Ġref", + "inery" + ], + [ + "Ġaff", + "liction" + ], + [ + "ames", + "e" + ], + [ + "cle", + "aning" + ], + [ + "ĠAm", + "az" + ], + [ + "ĠCons", + "istent" + ], + [ + "Ġearth", + "worms" + ], + [ + "igr", + "is" + ], + [ + "ĠLear", + "ned" + ], + [ + "Ġsurvey", + "or" + ], + [ + "Ġmel", + "ons" + ], + [ + "Ġrub", + "ella" + ], + [ + "ĠProduct", + "ivity" + ], + [ + "Ġproclaim", + "ing" + ], + [ + "Ġwre", + "ak" + ], + [ + "ĠBabylon", + "ians" + ], + [ + "ĠSke", + "wness" + ], + [ + "ĠMilit", + "ia" + ], + [ + "J", + "oh" + ], + [ + "e", + "asy" + ], + [ + "p", + "overty" + ], + [ + "im", + "oto" + ], + [ + "Ġwe", + "avers" + ], + [ + "ĠH", + "uxley" + ], + [ + "Ġch", + "ieft" + ], + [ + "IS", + "TS" + ], + [ + "Ġpal", + "atable" + ], + [ + "ĠHuman", + "itarian" + ], + [ + "Ġreform", + "er" + ], + [ + "ĠEp", + "hesus" + ], + [ + "Ġdiver", + "ting" + ], + [ + "igm", + "und" + ], + [ + "ĠSus", + "p" + ], + [ + "ĠPL", + "OS" + ], + [ + "ĠBon", + "aparte" + ], + [ + "ĠSem", + "i" + ], + [ + "Sur", + "vey" + ], + [ + "Ġreplic", + "as" + ], + [ + "Univers", + "al" + ], + [ + "ĠPatagon", + "ia" + ], + [ + "5", + "16" + ], + [ + "5", + "95" + ], + [ + "7", + "15" + ], + [ + "A", + "id" + ], + [ + "G", + "rades" + ], + [ + "W", + "ow" + ], + [ + "Ġn", + "ug" + ], + [ + "Ġor", + "deal" + ], + [ + "ĠM", + "ö" + ], + [ + "Ġdec", + "ays" + ], + [ + "Ġtrans", + "pose" + ], + [ + "ĠAll", + "ergies" + ], + [ + "Ġver", + "ifiable" + ], + [ + "rel", + "igion" + ], + [ + "Ġsaw", + "s" + ], + [ + "IL", + "Y" + ], + [ + "stud", + "ies" + ], + [ + "Ġion", + "ization" + ], + [ + "Ġintens", + "ification" + ], + [ + "ĠHad", + "rian" + ], + [ + "ĠAltern", + "atives" + ], + [ + "ALL", + "Y" + ], + [ + "ĠStra", + "uss" + ], + [ + "Sam", + "uel" + ], + [ + "Ġdissip", + "ated" + ], + [ + "ĠWool", + "f" + ], + [ + "Ġreintrodu", + "ced" + ], + [ + "Cour", + "tesy" + ], + [ + "A", + "PA" + ], + [ + "A", + "DA" + ], + [ + "M", + "as" + ], + [ + "N", + "N" + ], + [ + "Ġf", + "ec" + ], + [ + "ant", + "an" + ], + [ + "ac", + "ute" + ], + [ + "ĠL", + "B" + ], + [ + "ĠTh", + "orough" + ], + [ + "Ġra", + "cks" + ], + [ + "Ġcar", + "amel" + ], + [ + "Ġsk", + "irts" + ], + [ + "ĠPro", + "long" + ], + [ + "44", + "6" + ], + [ + "Ġtap", + "ered" + ], + [ + "ĠLow", + "e" + ], + [ + "Ġcas", + "sette" + ], + [ + "ĠGar", + "lic" + ], + [ + "Har", + "vard" + ], + [ + "Short", + "ly" + ], + [ + "ĠLever", + "age" + ], + [ + "g", + "ressive" + ], + [ + "p", + "aste" + ], + [ + "ĠT", + "rap" + ], + [ + "ĠS", + "UN" + ], + [ + "um", + "ar" + ], + [ + "ĠN", + "atur" + ], + [ + "ĠG", + "unn" + ], + [ + "Ġ\"", + ")." + ], + [ + "Ġtra", + "itor" + ], + [ + "Ġra", + "ven" + ], + [ + "erv", + "ative" + ], + [ + "Ġass", + "ures" + ], + [ + "ĠWhat", + "s" + ], + [ + "Ġsl", + "ider" + ], + [ + "Ġill", + "ustrious" + ], + [ + "60", + "8" + ], + [ + "Ġut", + "opia" + ], + [ + "ĠMe", + "al" + ], + [ + "ĠEd", + "monton" + ], + [ + "ev", + "il" + ], + [ + "Ġtrip", + "od" + ], + [ + "ĠCongress", + "man" + ], + [ + "ĠEv", + "an" + ], + [ + "Ġband", + "age" + ], + [ + "Ġalert", + "ing" + ], + [ + "Ġcompost", + "able" + ], + [ + "ĠÐ", + "¾" + ], + [ + "Fe", + "atures" + ], + [ + "rup", + "ulous" + ], + [ + "Ġreck", + "oning" + ], + [ + "Obs", + "erv" + ], + [ + "Ġhandic", + "apped" + ], + [ + "ĠHorm", + "one" + ], + [ + "Hung", + "ary" + ], + [ + "Farm", + "ers" + ], + [ + "Ġsard", + "ines" + ], + [ + "Ġidyll", + "ic" + ], + [ + "L", + "oc" + ], + [ + "Ġt", + "es" + ], + [ + "Ġs", + "ipping" + ], + [ + "st", + "asy" + ], + [ + "Ġch", + "imer" + ], + [ + "ribut", + "ions" + ], + [ + "ĠGl", + "ucose" + ], + [ + "zz", + "o" + ], + [ + "ĠDon", + "na" + ], + [ + "gal", + "actic" + ], + [ + "47", + "4" + ], + [ + "rot", + "tle" + ], + [ + "Ġtermin", + "ates" + ], + [ + "Ġpenet", + "rates" + ], + [ + "Ġanch", + "oring" + ], + [ + "ο", + "ν" + ], + [ + "Ġtwe", + "ak" + ], + [ + "ĠLot", + "us" + ], + [ + "Certain", + "ly" + ], + [ + "Ġlute", + "in" + ], + [ + "Ġactu", + "ators" + ], + [ + "ĠDesk", + "top" + ], + [ + "7", + "32" + ], + [ + "V", + "II" + ], + [ + "v", + "arez" + ], + [ + "Ñ", + "Ĩ" + ], + [ + "Ġ", + "à®" + ], + [ + "ĠC", + "ategories" + ], + [ + "Ġhe", + "aps" + ], + [ + "ĠH", + "ades" + ], + [ + "ĠG", + "ini" + ], + [ + "ens", + "in" + ], + [ + "ĠAl", + "le" + ], + [ + "80", + "4" + ], + [ + "ĠSupp", + "orts" + ], + [ + "Ġcardi", + "ologist" + ], + [ + "CA", + "A" + ], + [ + "ĠOl", + "son" + ], + [ + "Ġencl", + "osing" + ], + [ + "ĠMove", + "ments" + ], + [ + "has", + "a" + ], + [ + "Ġhind", + "ering" + ], + [ + "comput", + "ing" + ], + [ + "Ġulcer", + "ative" + ], + [ + "Ġsuffix", + "es" + ], + [ + "Ġlumin", + "osity" + ], + [ + "Agricult", + "ural" + ], + [ + "Ġarrhyth", + "mia" + ], + [ + "B", + "ol" + ], + [ + "D", + "EF" + ], + [ + "g", + "ut" + ], + [ + "n", + "ese" + ], + [ + "ot", + "ourism" + ], + [ + "og", + "on" + ], + [ + "ach", + "al" + ], + [ + "Ġun", + "ites" + ], + [ + "lic", + "king" + ], + [ + "Ġinter", + "locking" + ], + [ + "Ġforce", + "fully" + ], + [ + "oe", + "lect" + ], + [ + "ĠUN", + "EP" + ], + [ + "Ġdescript", + "or" + ], + [ + "Dr", + "ive" + ], + [ + "ĠFe", + "ather" + ], + [ + "Ġforg", + "iving" + ], + [ + "ĠCard", + "iff" + ], + [ + "ĠPul", + "se" + ], + [ + "Ġmerc", + "iful" + ], + [ + "ĠWOR", + "LD" + ], + [ + "Ġinoc", + "ulation" + ], + [ + "Ġsubclass", + "es" + ], + [ + "Ġvolley", + "ball" + ], + [ + "ĠBism", + "arck" + ], + [ + "Ġseren", + "ity" + ], + [ + "B", + "ee" + ], + [ + "E", + "t" + ], + [ + "h", + "air" + ], + [ + "p", + "rices" + ], + [ + "in", + "cent" + ], + [ + "Ġp", + "ediatrics" + ], + [ + "Ġre", + "el" + ], + [ + "st", + "retched" + ], + [ + "ur", + "ion" + ], + [ + "ĠR", + "W" + ], + [ + "ast", + "ra" + ], + [ + "ĠJ", + "h" + ], + [ + "ep", + "iece" + ], + [ + "Ġout", + "age" + ], + [ + "ĠCh", + "ak" + ], + [ + "Ġchild", + "bearing" + ], + [ + "Ġback", + "ups" + ], + [ + "Ġ'", + "%" + ], + [ + "ĠAd", + "en" + ], + [ + "Ġvast", + "ness" + ], + [ + "ĠArist", + "ot" + ], + [ + "egrad", + "ation" + ], + [ + "ĠBurg", + "ess" + ], + [ + "ĠBent", + "on" + ], + [ + "Ġmalfunction", + "ing" + ], + [ + "ĠGarc", + "ÃŃa" + ], + [ + "Ġscout", + "ing" + ], + [ + "Vers", + "ion" + ], + [ + "Ġdisband", + "ed" + ], + [ + "m", + "asters" + ], + [ + "Ġth", + "al" + ], + [ + "et", + "in" + ], + [ + "ĠA", + "ids" + ], + [ + "ĠL", + "ange" + ], + [ + "Ġad", + "orable" + ], + [ + "ry", + "an" + ], + [ + "Ġacc", + "use" + ], + [ + "arch", + "itect" + ], + [ + "Ġbo", + "asted" + ], + [ + "Ġdesign", + "ating" + ], + [ + "Ġconsider", + "ate" + ], + [ + "Ġbeg", + "s" + ], + [ + "ER", + "A" + ], + [ + "Ġox", + "ytocin" + ], + [ + "Ġappropri", + "ations" + ], + [ + "Ġlabor", + "ious" + ], + [ + "bl", + "ers" + ], + [ + "ĠTem", + "pl" + ], + [ + "Ġirrit", + "ants" + ], + [ + "Ġton", + "ne" + ], + [ + "Ġathe", + "ism" + ], + [ + "Ġpeel", + "ed" + ], + [ + "ĠBO", + "OK" + ], + [ + "Ġvandal", + "ism" + ], + [ + "ĠAndrom", + "eda" + ], + [ + "ĠN", + "uts" + ], + [ + "ib", + "ial" + ], + [ + "ĠIn", + "k" + ], + [ + "Ġmain", + "stay" + ], + [ + "We", + "bsite" + ], + [ + "Ġassoci", + "ating" + ], + [ + "Ġcontent", + "ment" + ], + [ + "ystem", + "s" + ], + [ + "Ġfra", + "il" + ], + [ + "urg", + "a" + ], + [ + "Ġinstruct", + "ing" + ], + [ + "ĠDi", + "ocese" + ], + [ + "47", + "7" + ], + [ + "Ġdesert", + "ification" + ], + [ + "58", + "6" + ], + [ + "Ġprol", + "ifer" + ], + [ + "Ġesp", + "resso" + ], + [ + "ĠFew", + "er" + ], + [ + "Ġrasp", + "berries" + ], + [ + "C", + "u" + ], + [ + "i", + "abetes" + ], + [ + "{", + "'" + ], + [ + "Ġm", + "ysql" + ], + [ + "ĠS", + "is" + ], + [ + "act", + "ors" + ], + [ + "ĠU", + "CS" + ], + [ + "Ġra", + "ke" + ], + [ + "ĠCh", + "ow" + ], + [ + "Ġreg", + "rets" + ], + [ + "iet", + "ic" + ], + [ + "Ġpur", + "ifying" + ], + [ + "ĠCol", + "eridge" + ], + [ + "Ġbank", + "er" + ], + [ + "Cons", + "ult" + ], + [ + "Ġimmun", + "izations" + ], + [ + "Re", + "ce" + ], + [ + "Ġmamm", + "ograms" + ], + [ + "Ġintim", + "idate" + ], + [ + "Ġelectroly", + "sis" + ], + [ + "Ste", + "ve" + ], + [ + "ĠMyth", + "ology" + ], + [ + "Cy", + "cle" + ], + [ + "Ġhydrox", + "yl" + ], + [ + "Function", + "al" + ], + [ + "ĠKor", + "an" + ], + [ + "Ġembro", + "iled" + ], + [ + "ĠAdvoc", + "acy" + ], + [ + "5", + "22" + ], + [ + "k", + "iller" + ], + [ + "ĠP", + "emb" + ], + [ + "Ġcl", + "ipping" + ], + [ + "Ġplay", + "back" + ], + [ + "Ġfore", + "going" + ], + [ + "Ġrecord", + "ers" + ], + [ + "Ġfa", + "wn" + ], + [ + "Ġast", + "ray" + ], + [ + "AN", + "C" + ], + [ + "Pro", + "of" + ], + [ + "bl", + "ank" + ], + [ + "ĠSub", + "mit" + ], + [ + "Ġdepos", + "iting" + ], + [ + "ĠAtt", + "ribute" + ], + [ + "ĠCard", + "iology" + ], + [ + "Comp", + "onent" + ], + [ + "cap", + "ac" + ], + [ + "tw", + "itter" + ], + [ + "ĠChi", + "ropractic" + ], + [ + "Ġscroll", + "ing" + ], + [ + "Ġsarc", + "asm" + ], + [ + "Ġanarch", + "ist" + ], + [ + "Ġplac", + "ental" + ], + [ + "ĠTemper", + "atures" + ], + [ + "ĠNFT", + "s" + ], + [ + "ĠNgu", + "yen" + ], + [ + "Ġlau", + "ndering" + ], + [ + "ĠCorrid", + "or" + ], + [ + "-", + "(" + ], + [ + "d", + "ogs" + ], + [ + "ĠS", + "ore" + ], + [ + "Ġse", + "izing" + ], + [ + "Ġar", + "bor" + ], + [ + "Ġem", + "er" + ], + [ + "rop", + "ic" + ], + [ + "Ġext", + "raneous" + ], + [ + "Ġaut", + "opsy" + ], + [ + "ĠAl", + "ison" + ], + [ + "Ġcomplex", + "ion" + ], + [ + "az", + "zo" + ], + [ + "As", + "ia" + ], + [ + "Ġstandard", + "ize" + ], + [ + "ĠPart", + "icle" + ], + [ + "Ġhyper", + "thyroidism" + ], + [ + "Ġsmooth", + "ies" + ], + [ + "Sub", + "mit" + ], + [ + "direct", + "or" + ], + [ + "Ġmilit", + "ias" + ], + [ + "ĠMechan", + "isms" + ], + [ + "engine", + "ered" + ], + [ + "Ġnour", + "ished" + ], + [ + "ĠPel", + "opon" + ], + [ + "Hyd", + "rogen" + ], + [ + "Ġgru", + "esome" + ], + [ + "Ġinaccur", + "acies" + ], + [ + "ĠiT", + "unes" + ], + [ + "\"", + "[" + ], + [ + "N", + "ick" + ], + [ + "w", + "es" + ], + [ + "Ġfor", + "gery" + ], + [ + "ĠP", + "ots" + ], + [ + "ĠSt", + "ro" + ], + [ + "ĠAn", + "al" + ], + [ + "inc", + "reased" + ], + [ + "Ġprob", + "ate" + ], + [ + "bl", + "ocking" + ], + [ + "Ġsav", + "anna" + ], + [ + "ĠRich", + "ter" + ], + [ + "OT", + "O" + ], + [ + "Ġcontamin", + "ating" + ], + [ + "first", + "name" + ], + [ + "º", + "C" + ], + [ + "ĠSax", + "ony" + ], + [ + "Ġdissoci", + "ation" + ], + [ + "ĠPercent", + "age" + ], + [ + "Emer", + "gency" + ], + [ + "5", + "65" + ], + [ + "6", + "22" + ], + [ + "l", + "ifting" + ], + [ + "à", + "½" + ], + [ + "Ġs", + "lick" + ], + [ + "ion", + "ine" + ], + [ + "ĠG", + "uth" + ], + [ + "Ġall", + "uvial" + ], + [ + "Ġrec", + "iting" + ], + [ + "ĠHe", + "ads" + ], + [ + "Ġcal", + "iph" + ], + [ + "ĠSc", + "ores" + ], + [ + "ĠCl", + "erk" + ], + [ + "Ġheart", + "felt" + ], + [ + "ĠX", + "yl" + ], + [ + "like", + "ly" + ], + [ + "ĠGu", + "in" + ], + [ + "ĠRem", + "edies" + ], + [ + "49", + "3" + ], + [ + "Ġmac", + "kerel" + ], + [ + "Med", + "ic" + ], + [ + "Ġaug", + "mentation" + ], + [ + "ĠGer", + "ard" + ], + [ + "Ġalb", + "ums" + ], + [ + "Ġoverflow", + "ing" + ], + [ + "ĠJama", + "ican" + ], + [ + "Ġprogen", + "itor" + ], + [ + "ĠNeander", + "thal" + ], + [ + "Ġpherom", + "one" + ], + [ + "romy", + "cin" + ], + [ + "K", + "enn" + ], + [ + "L", + "AS" + ], + [ + "S", + "anta" + ], + [ + "b", + "aby" + ], + [ + "ed", + "ges" + ], + [ + "se", + "ma" + ], + [ + "se", + "gment" + ], + [ + "âĢ", + "ļ" + ], + [ + "ĠS", + "essions" + ], + [ + "Ġcom", + "ed" + ], + [ + "Ġcan", + "ton" + ], + [ + "Ġcomm", + "uters" + ], + [ + "Ġsub", + "ordinates" + ], + [ + "Ġstart", + "led" + ], + [ + "und", + "ers" + ], + [ + "Ġdr", + "iest" + ], + [ + "Ġfac", + "ades" + ], + [ + "Ġbacter", + "i" + ], + [ + "Ġreprodu", + "c" + ], + [ + "Ġax", + "on" + ], + [ + "organ", + "izing" + ], + [ + "Ġmac", + "ron" + ], + [ + "disc", + "overed" + ], + [ + "Time", + "out" + ], + [ + "Ġbattles", + "hip" + ], + [ + "Conf", + "lict" + ], + [ + "Ext", + "reme" + ], + [ + "ĠSent", + "ences" + ], + [ + "Ġdiscern", + "ible" + ], + [ + "Ġpalp", + "itations" + ], + [ + "Ġdispro", + "ve" + ], + [ + "ĠKN", + "OW" + ], + [ + "ĠAlam", + "os" + ], + [ + "Ġantid", + "ote" + ], + [ + "$", + "," + ], + [ + "W", + "ASH" + ], + [ + "f", + "le" + ], + [ + "l", + "aid" + ], + [ + "p", + "itched" + ], + [ + "t", + "ool" + ], + [ + "Ġthe", + "ses" + ], + [ + "ou", + "m" + ], + [ + "ur", + "ring" + ], + [ + "ĠI", + "ris" + ], + [ + "ĠF", + "are" + ], + [ + "per", + "manent" + ], + [ + "Ġman", + "ate" + ], + [ + "ov", + "able" + ], + [ + "Ġinv", + "ig" + ], + [ + "Ġmod", + "ifiers" + ], + [ + "Ġgl", + "azing" + ], + [ + "Ġhere", + "by" + ], + [ + "ibr", + "ill" + ], + [ + "Ġver", + "a" + ], + [ + "Ġnight", + "ly" + ], + [ + "à¤", + "¦" + ], + [ + "ĠPower", + "ful" + ], + [ + "ĠAk", + "ira" + ], + [ + "ĠBot", + "anic" + ], + [ + "Ġpharmac", + "ists" + ], + [ + "ĠFriends", + "hip" + ], + [ + "Ġsket", + "ching" + ], + [ + "Ġplayground", + "s" + ], + [ + "ĠIllustr", + "ator" + ], + [ + "ĠCoc", + "onut" + ], + [ + "Ġ________", + "____" + ], + [ + "Ġpepp", + "ermint" + ], + [ + "ĠRough", + "ly" + ], + [ + "N", + "arr" + ], + [ + "p", + "ard" + ], + [ + "p", + "atch" + ], + [ + "s", + "we" + ], + [ + "le", + "z" + ], + [ + "am", + "ar" + ], + [ + "ĠW", + "AS" + ], + [ + "Ġdis", + "organized" + ], + [ + "Ġfun", + "ct" + ], + [ + "Ġmethod", + "ical" + ], + [ + "Ġmel", + "on" + ], + [ + "Ġfer", + "ocious" + ], + [ + "Ġcycl", + "ist" + ], + [ + "ĠLuc", + "ia" + ], + [ + "intend", + "o" + ], + [ + "Ġcatal", + "ogs" + ], + [ + "ĠDemon", + "stration" + ], + [ + "ĠNiñ", + "a" + ], + [ + "ĠRol", + "ling" + ], + [ + "Israel", + "i" + ], + [ + "Ġglo", + "omy" + ], + [ + "ĠWend", + "y" + ], + [ + "âĶ", + "Ģ" + ], + [ + "ĠNiel", + "sen" + ], + [ + "d", + "espite" + ], + [ + "f", + "resh" + ], + [ + "Ġa", + "ching" + ], + [ + "Ġ\"", + "%" + ], + [ + "Ġcol", + "ic" + ], + [ + "ĠV", + "ascular" + ], + [ + "Ġher", + "ding" + ], + [ + "Ġinv", + "oking" + ], + [ + "ĠCom", + "plications" + ], + [ + "ĠBe", + "ast" + ], + [ + "Ġprotect", + "ors" + ], + [ + "Ġweight", + "ing" + ], + [ + "ĠNe", + "hemiah" + ], + [ + "co", + "ast" + ], + [ + "ĠWeb", + "MD" + ], + [ + "Ġstem", + "med" + ], + [ + "ĠID", + "EA" + ], + [ + "Ġplug", + "in" + ], + [ + "Ġgross", + "ly" + ], + [ + "agu", + "erre" + ], + [ + "Ġfool", + "ed" + ], + [ + "ĠRoll", + "s" + ], + [ + "Ġsplend", + "or" + ], + [ + "ĠSter", + "ling" + ], + [ + "Ġdomest", + "ically" + ], + [ + "Ġfooth", + "old" + ], + [ + "Ġprecon", + "ceived" + ], + [ + "Ġti", + "ered" + ], + [ + "ĠRED", + "D" + ], + [ + "E", + "B" + ], + [ + "F", + "ET" + ], + [ + "P", + "ict" + ], + [ + "T", + "a" + ], + [ + "c", + "ampus" + ], + [ + "Ġd", + "as" + ], + [ + "Ġre", + "defined" + ], + [ + "ĠP", + "ing" + ], + [ + "ĠG", + "ig" + ], + [ + "Ġrem", + "ar" + ], + [ + "other", + "mic" + ], + [ + "Ġequ", + "ated" + ], + [ + "iel", + "der" + ], + [ + "Ġgraph", + "ically" + ], + [ + "Ġsyn", + "apse" + ], + [ + "top", + "las" + ], + [ + "Se", + "vere" + ], + [ + "iat", + "us" + ], + [ + "ĠBro", + "oke" + ], + [ + "ĠRad", + "i" + ], + [ + "ĠReturn", + "ing" + ], + [ + "disc", + "rimination" + ], + [ + "Ġvan", + "ity" + ], + [ + "Ġintermedi", + "aries" + ], + [ + "Ġplural", + "ism" + ], + [ + "Ġcock", + "tails" + ], + [ + "ĠBle", + "eding" + ], + [ + "irv", + "ana" + ], + [ + "T", + "rees" + ], + [ + "Ġf", + "rench" + ], + [ + "ĠT", + "aste" + ], + [ + "ĠT", + "oul" + ], + [ + "ĠS", + "v" + ], + [ + "ĠM", + "issions" + ], + [ + "ĠB", + "rowse" + ], + [ + "igh", + "ing" + ], + [ + "Ġch", + "ina" + ], + [ + "ĠG", + "anga" + ], + [ + "ĠL", + "osing" + ], + [ + "Ġpl", + "as" + ], + [ + "ew", + "ard" + ], + [ + "we", + "eds" + ], + [ + "Ġmod", + "erated" + ], + [ + "Ġ`", + "+" + ], + [ + "con", + "cat" + ], + [ + "Ġsl", + "ated" + ], + [ + "Ġant", + "im" + ], + [ + "ĠPl", + "ane" + ], + [ + "ĠAb", + "dominal" + ], + [ + "Ġcamp", + "fire" + ], + [ + "ĠSu", + "itable" + ], + [ + "ĠSw", + "imming" + ], + [ + "udd", + "in" + ], + [ + "Cl", + "ark" + ], + [ + "Ġalign", + "ments" + ], + [ + "ĠBre", + "xit" + ], + [ + "Sub", + "tract" + ], + [ + "ĠRub", + "ber" + ], + [ + "Ġmi", + "RNAs" + ], + [ + "Ġgang", + "lion" + ], + [ + "Ġdisreg", + "arded" + ], + [ + "ĠInv", + "ite" + ], + [ + "h", + "ai" + ], + [ + "Ġs", + "igma" + ], + [ + "ul", + "o" + ], + [ + "el", + "itis" + ], + [ + "ĠC", + "ros" + ], + [ + "ĠN", + "ero" + ], + [ + "ex", + "port" + ], + [ + "Ġtest", + "ers" + ], + [ + "Ġmat", + "uring" + ], + [ + "Ġintern", + "ment" + ], + [ + "ĠBe", + "ef" + ], + [ + "ĠWar", + "rior" + ], + [ + "Ġang", + "led" + ], + [ + "ĠPat", + "rol" + ], + [ + "Ġseed", + "ed" + ], + [ + "integ", + "rated" + ], + [ + "Ġcompress", + "ors" + ], + [ + "ĠBreak", + "through" + ], + [ + "ĠPod", + "casts" + ], + [ + "ĠMull", + "er" + ], + [ + "Calcul", + "ating" + ], + [ + "ĠArchim", + "edes" + ], + [ + "5", + "24" + ], + [ + "6", + "14" + ], + [ + "c", + "gi" + ], + [ + "Ġt", + "roph" + ], + [ + "he", + "ated" + ], + [ + "per", + "vised" + ], + [ + "Ġhas", + "hed" + ], + [ + "In", + "vent" + ], + [ + "Ġget", + "attr" + ], + [ + "Ġdifferent", + "iates" + ], + [ + "ĠAl", + "ter" + ], + [ + "Ġmult", + "imodal" + ], + [ + "Ġnecess", + "itates" + ], + [ + "oph", + "ony" + ], + [ + "ĠTra", + "gedy" + ], + [ + "Ġhon", + "ours" + ], + [ + "Ġinstruct", + "s" + ], + [ + "Ġpref", + "erential" + ], + [ + "Ġhappen", + "ings" + ], + [ + "Sp", + "eech" + ], + [ + "Ġcrow", + "dfunding" + ], + [ + "grad", + "ers" + ], + [ + "dat", + "as" + ], + [ + "ĠGö", + "del" + ], + [ + "Ġdred", + "ging" + ], + [ + "ĠFerm", + "i" + ], + [ + "ureth", + "ane" + ], + [ + "\"", + "-" + ], + [ + "S", + "eg" + ], + [ + "T", + "reating" + ], + [ + "Ġf", + "ahrenheit" + ], + [ + "st", + "ered" + ], + [ + "ĠS", + "ixty" + ], + [ + "ĠD", + "ic" + ], + [ + "Ġout", + "spoken" + ], + [ + "Ġup", + "holding" + ], + [ + "und", + "o" + ], + [ + "Ġhuman", + "oid" + ], + [ + "ah", + "ua" + ], + [ + "Ġdel", + "usions" + ], + [ + "ĠRes", + "ort" + ], + [ + "Ġtotal", + "ed" + ], + [ + "Ġspir", + "als" + ], + [ + "70", + "2" + ], + [ + "Ġmid", + "day" + ], + [ + "Ġbrack", + "ish" + ], + [ + "ĠCos", + "mos" + ], + [ + "ĠâĦ", + "¤" + ], + [ + "Ġscram", + "bled" + ], + [ + "Ġstif", + "le" + ], + [ + "M", + "AR" + ], + [ + "W", + "eeks" + ], + [ + "le", + "ast" + ], + [ + "ad", + "min" + ], + [ + "ĠW", + "ien" + ], + [ + "Ġhas", + "attr" + ], + [ + "Ġexp", + "ire" + ], + [ + "ax", + "ia" + ], + [ + "con", + "ventional" + ], + [ + "inc", + "rease" + ], + [ + "val", + "uation" + ], + [ + "Ġsw", + "ung" + ], + [ + "ĠOn", + "es" + ], + [ + "Ġtravel", + "ler" + ], + [ + "Ġlab", + "ors" + ], + [ + "Ġfresh", + "man" + ], + [ + "Äģ", + "na" + ], + [ + "ĠMad", + "ras" + ], + [ + "Aut", + "ism" + ], + [ + "е", + "н" + ], + [ + "Ġirresist", + "ible" + ], + [ + "W", + "et" + ], + [ + "is", + "ive" + ], + [ + "ĠI", + "rene" + ], + [ + "Ġwith", + "held" + ], + [ + "ĠThe", + "mes" + ], + [ + "ere", + "lla" + ], + [ + "Ġad", + "am" + ], + [ + "Ġwork", + "piece" + ], + [ + "hes", + "da" + ], + [ + "Ġorig", + "ami" + ], + [ + "ĠSh", + "u" + ], + [ + "Ġaccess", + "es" + ], + [ + "ym", + "pathetic" + ], + [ + "Ġinteract", + "ivity" + ], + [ + "ĠTrans", + "lated" + ], + [ + "Ġid", + "iopathic" + ], + [ + "Ġborder", + "line" + ], + [ + "ĠEp", + "isode" + ], + [ + "Tra", + "de" + ], + [ + "Christ", + "ians" + ], + [ + "Ġforb", + "ade" + ], + [ + "Ġly", + "ric" + ], + [ + "ĠØ", + "¹" + ], + [ + "Ġwax", + "y" + ], + [ + "Ġchamp", + "agne" + ], + [ + "ĠTax", + "es" + ], + [ + "Ġunsu", + "pervised" + ], + [ + "Ġaston", + "ished" + ], + [ + "Ġquint", + "essential" + ], + [ + "ĠPrepared", + "ness" + ], + [ + "Ġresurrect", + "ed" + ], + [ + "oclass", + "ical" + ], + [ + "G", + "ross" + ], + [ + "V", + "ENT" + ], + [ + "c", + "ollar" + ], + [ + "k", + "ha" + ], + [ + "u", + "uid" + ], + [ + "ri", + "que" + ], + [ + "Ġdis", + "enfranch" + ], + [ + "Ġimp", + "ersonal" + ], + [ + "Ġlit", + "re" + ], + [ + "60", + "7" + ], + [ + "ĠCong", + "reg" + ], + [ + "ĠWil", + "mington" + ], + [ + "Rec", + "y" + ], + [ + "Ġneutral", + "izing" + ], + [ + "rav", + "ity" + ], + [ + "Ġfluor", + "idation" + ], + [ + "orb", + "ital" + ], + [ + "ĠPi", + "per" + ], + [ + "ĠBrig", + "adier" + ], + [ + "Ġdecis", + "ively" + ], + [ + "Ġensl", + "avement" + ], + [ + "Ġwield", + "ed" + ], + [ + "Ġmidw", + "ife" + ], + [ + "f", + "ledged" + ], + [ + "m", + "oral" + ], + [ + "r", + "m" + ], + [ + "Ġm", + "alls" + ], + [ + "Ġl", + "ounge" + ], + [ + "ĠS", + "chn" + ], + [ + "ĠM", + "ai" + ], + [ + "ĠH", + "in" + ], + [ + "ĠO", + "ER" + ], + [ + "Ġ\"", + "$" + ], + [ + "oss", + "a" + ], + [ + "ole", + "cule" + ], + [ + "Ġtri", + "ad" + ], + [ + "Ġemb", + "ol" + ], + [ + "Ġder", + "ail" + ], + [ + "Ġperfect", + "ing" + ], + [ + "Ġproof", + "read" + ], + [ + "08", + "1" + ], + [ + "ĠCS", + "IRO" + ], + [ + "Ġhes", + "itated" + ], + [ + "Ġty", + "re" + ], + [ + "áĥ", + "IJ" + ], + [ + "Ġsoften", + "ed" + ], + [ + "Ġsupernov", + "ae" + ], + [ + "mag", + "ical" + ], + [ + "M", + "AT" + ], + [ + "S", + "ocrates" + ], + [ + "c", + "and" + ], + [ + "ĠC", + "ors" + ], + [ + "ex", + "amination" + ], + [ + "osp", + "itable" + ], + [ + "Ġagree", + "able" + ], + [ + "ĠRed", + "uces" + ], + [ + "Ġgrand", + "daughter" + ], + [ + "ĠGold", + "berg" + ], + [ + "Ġobst", + "etric" + ], + [ + "Ġpropag", + "ating" + ], + [ + "Ġwhis", + "ky" + ], + [ + "ĠPa", + "ula" + ], + [ + "ĠHaz", + "el" + ], + [ + "xy", + "z" + ], + [ + "ĠCover", + "age" + ], + [ + "Ġrepur", + "posing" + ], + [ + "Ġlamin", + "ated" + ], + [ + "Ġmargar", + "ine" + ], + [ + "|", + "^" + ], + [ + "Ġp", + "um" + ], + [ + "al", + "ot" + ], + [ + "od", + "ine" + ], + [ + "ter", + "ms" + ], + [ + "Ġhe", + "ath" + ], + [ + "ill", + "ings" + ], + [ + "Ġne", + "ars" + ], + [ + "ĠF", + "aso" + ], + [ + "ĠV", + "T" + ], + [ + "Ġco", + "iled" + ], + [ + "Ġins", + "ulator" + ], + [ + "ĠUS", + "P" + ], + [ + "Ġcop", + "ious" + ], + [ + "Ġpurpose", + "ly" + ], + [ + "Ġhyd", + "rology" + ], + [ + "Ġemphas", + "ise" + ], + [ + "ĠCommit", + "tees" + ], + [ + "HT", + "TP" + ], + [ + "ĠHur", + "on" + ], + [ + "Ġket", + "o" + ], + [ + "ĠMagdal", + "ene" + ], + [ + "d", + "raft" + ], + [ + "e", + "ment" + ], + [ + "it", + "izing" + ], + [ + "ĠD", + "iesel" + ], + [ + "Ġab", + "iding" + ], + [ + "ĠL", + "ydia" + ], + [ + "Ġpre", + "achers" + ], + [ + "Ġtra", + "ch" + ], + [ + "In", + "v" + ], + [ + "In", + "come" + ], + [ + "Ġass", + "uring" + ], + [ + "ĠCent", + "ennial" + ], + [ + "ĠBal", + "ancing" + ], + [ + "ĠTerrit", + "orial" + ], + [ + "Ġwool", + "ly" + ], + [ + "Ġboss", + "es" + ], + [ + "otox", + "icity" + ], + [ + "Ġhedge", + "hog" + ], + [ + "Astron", + "omers" + ], + [ + "Ġissu", + "ance" + ], + [ + "Ġunsus", + "pecting" + ], + [ + "5", + "46" + ], + [ + "B", + "BC" + ], + [ + "M", + "ilk" + ], + [ + "l", + "ake" + ], + [ + "Ġal", + "opecia" + ], + [ + "ĠP", + "p" + ], + [ + "ĠH", + "AVE" + ], + [ + "ĠIn", + "land" + ], + [ + "Ġpar", + "v" + ], + [ + "ĠCon", + "nected" + ], + [ + "ĠSh", + "iv" + ], + [ + "--", + ";" + ], + [ + "ann", + "ie" + ], + [ + "sw", + "itch" + ], + [ + "ĠAm", + "herst" + ], + [ + "Ġinj", + "uring" + ], + [ + "cell", + "ed" + ], + [ + "70", + "5" + ], + [ + "co", + "ffee" + ], + [ + "Ġclar", + "ifies" + ], + [ + "add", + "r" + ], + [ + "Ind", + "ones" + ], + [ + "Ġtens", + "ors" + ], + [ + "Pre", + "vent" + ], + [ + "ĠTurk", + "ic" + ], + [ + "Ġdenomin", + "ators" + ], + [ + "Contin", + "uous" + ], + [ + "Ġbibli", + "ographic" + ], + [ + "Opt", + "ional" + ], + [ + "ĠUT", + "F" + ], + [ + "ĠBolshe", + "viks" + ], + [ + "Ġsalam", + "anders" + ], + [ + "Sty", + "le" + ], + [ + "C", + "K" + ], + [ + "G", + "rant" + ], + [ + "M", + "ercury" + ], + [ + "W", + "T" + ], + [ + "c", + "riminals" + ], + [ + "h", + "are" + ], + [ + "u", + "w" + ], + [ + "w", + "ali" + ], + [ + "as", + "les" + ], + [ + "om", + "otor" + ], + [ + "ra", + "per" + ], + [ + "ĠA", + "val" + ], + [ + "ab", + "ar" + ], + [ + "ĠD", + "anny" + ], + [ + "ĠR", + "iding" + ], + [ + "ph", + "thal" + ], + [ + "air", + "craft" + ], + [ + "hem", + "es" + ], + [ + "Ġleg", + "acies" + ], + [ + "Ġz", + "yg" + ], + [ + "ĠAm", + "id" + ], + [ + "Ġbar", + "ge" + ], + [ + "IN", + "FO" + ], + [ + "Ġtrust", + "ee" + ], + [ + "Ġmotor", + "cycles" + ], + [ + "59", + "2" + ], + [ + "Ġalphabet", + "ically" + ], + [ + "inflamm", + "ation" + ], + [ + "ĠConserv", + "atives" + ], + [ + "ĠVacc", + "ination" + ], + [ + "Ġthor", + "ax" + ], + [ + "phot", + "os" + ], + [ + "ĠAber", + "deen" + ], + [ + "A", + "le" + ], + [ + "G", + "il" + ], + [ + "d", + "ating" + ], + [ + "Ġt", + "int" + ], + [ + "re", + "ctions" + ], + [ + "ant", + "ile" + ], + [ + "ĠF", + "raction" + ], + [ + "ine", + "al" + ], + [ + "Ġover", + "land" + ], + [ + "ĠY", + "ong" + ], + [ + "row", + "sy" + ], + [ + "In", + "nov" + ], + [ + "Ġrem", + "orse" + ], + [ + "Ġac", + "orns" + ], + [ + "ĠWe", + "imar" + ], + [ + "Ġpublic", + "ized" + ], + [ + "Ġpost", + "ural" + ], + [ + "urop", + "athic" + ], + [ + "ĠCal", + "der" + ], + [ + "Ġpsych", + "opath" + ], + [ + "part", + "isan" + ], + [ + "49", + "8" + ], + [ + "Inc", + "lude" + ], + [ + "Ġion", + "ized" + ], + [ + "ĠSem", + "inar" + ], + [ + "ĠIg", + "E" + ], + [ + "ĠAlg", + "ae" + ], + [ + "help", + "ful" + ], + [ + "Ġabsurd", + "ity" + ], + [ + "Ġmism", + "an" + ], + [ + "Ġtriglycer", + "ide" + ], + [ + "opa", + "edic" + ], + [ + "5", + "38" + ], + [ + "C", + "oc" + ], + [ + "k", + "ie" + ], + [ + "n", + "os" + ], + [ + "en", + "able" + ], + [ + "ent", + "anyl" + ], + [ + "Ġg", + "erman" + ], + [ + "os", + "um" + ], + [ + "Ġsc", + "ribe" + ], + [ + "Ġtwo", + "fold" + ], + [ + "Ġke", + "el" + ], + [ + "ins", + "ular" + ], + [ + "Ġday", + "dream" + ], + [ + "Ġrest", + "itution" + ], + [ + "Ġbi", + "oc" + ], + [ + "Ġauthor", + "ised" + ], + [ + "tal", + "es" + ], + [ + "Ġlater", + "ally" + ], + [ + "ĠUS", + "E" + ], + [ + "Ad", + "ults" + ], + [ + "Ġple", + "ural" + ], + [ + "ĠOrgan", + "izational" + ], + [ + "57", + "1" + ], + [ + "ĠTrust", + "ees" + ], + [ + "iy", + "ah" + ], + [ + "ĠKind", + "le" + ], + [ + "Ġdelet", + "ions" + ], + [ + "Eval", + "uation" + ], + [ + "cit", + "izens" + ], + [ + "Ġgour", + "met" + ], + [ + "J", + "S" + ], + [ + "P", + "in" + ], + [ + "Ġe", + "bb" + ], + [ + "ab", + "ular" + ], + [ + "ĠM", + "ys" + ], + [ + "Ġsh", + "roud" + ], + [ + "Ġwor", + "risome" + ], + [ + "Ġpol", + "itely" + ], + [ + "Ġsol", + "enoid" + ], + [ + "Ġ+", + "+" + ], + [ + "ĠShe", + "ldon" + ], + [ + "ĠAc", + "robat" + ], + [ + "Ġcomprehens", + "ively" + ], + [ + "Ġintellig", + "ible" + ], + [ + "ĠMiss", + "ile" + ], + [ + "67", + "4" + ], + [ + "Ġsne", + "eze" + ], + [ + "report", + "ing" + ], + [ + "Ġethn", + "ically" + ], + [ + "Ġwreck", + "ed" + ], + [ + "Pay", + "ment" + ], + [ + "Ġanonym", + "ously" + ], + [ + "ĠAnch", + "orage" + ], + [ + "Ġischem", + "ia" + ], + [ + "Ġleve", + "es" + ], + [ + "N", + "SA" + ], + [ + "n", + "z" + ], + [ + "å", + "°" + ], + [ + "ĠC", + "aj" + ], + [ + "ĠM", + "ocking" + ], + [ + "ĠP", + "IC" + ], + [ + "ĠH", + "B" + ], + [ + "Ġse", + "wn" + ], + [ + "ĠL", + "ans" + ], + [ + "Ġun", + "met" + ], + [ + "Ġhel", + "i" + ], + [ + "Ġsubject", + "ivity" + ], + [ + "Ġste", + "els" + ], + [ + "Ġhyp", + "o" + ], + [ + "ĠHar", + "rington" + ], + [ + "Ġdrive", + "way" + ], + [ + "ĠSal", + "am" + ], + [ + "Ġfertil", + "izing" + ], + [ + "ĠCur", + "ie" + ], + [ + "ĠUt", + "ilities" + ], + [ + "Tra", + "ck" + ], + [ + "ĠSelect", + "ing" + ], + [ + "Ġimperial", + "ist" + ], + [ + "Avoid", + "ing" + ], + [ + "Ġreorgan", + "ize" + ], + [ + "Ġpayload", + "s" + ], + [ + "ĠAuthent", + "ication" + ], + [ + "5", + "42" + ], + [ + ":", + "\");" + ], + [ + "j", + "id" + ], + [ + "in", + "itis" + ], + [ + "on", + "et" + ], + [ + "al", + "b" + ], + [ + "ĠS", + "quir" + ], + [ + "op", + "rop" + ], + [ + "ĠP", + "MS" + ], + [ + "ĠD", + "irection" + ], + [ + "erv", + "a" + ], + [ + "ĠY", + "o" + ], + [ + "Ġsub", + "cutaneous" + ], + [ + "Ġpar", + "athyroid" + ], + [ + "oss", + "ils" + ], + [ + "ĠCl", + "ouds" + ], + [ + "Al", + "gebra" + ], + [ + "ĠGu", + "arant" + ], + [ + "Ġnavig", + "able" + ], + [ + "Ġtim", + "bers" + ], + [ + "Ġevolution", + "ists" + ], + [ + "Ġcere", + "brospinal" + ], + [ + "Ġsouthern", + "most" + ], + [ + "ĠLo", + "vel" + ], + [ + "ĠCP", + "I" + ], + [ + "ĠLat", + "est" + ], + [ + "Ġhind", + "rance" + ], + [ + "Est", + "ablishing" + ], + [ + "cro", + "ft" + ], + [ + "ĠDuc", + "hess" + ], + [ + "4", + "78" + ], + [ + "G", + "iving" + ], + [ + "Ġand", + "roid" + ], + [ + "ic", + "ator" + ], + [ + "ore", + "al" + ], + [ + "ĠR", + "PM" + ], + [ + "Ġk", + "ib" + ], + [ + "ĠTh", + "r" + ], + [ + "Ġem", + "ulsion" + ], + [ + "ĠCon", + "quer" + ], + [ + "orth", + "odox" + ], + [ + "Ġhead", + "sets" + ], + [ + "Ġfrag", + "rances" + ], + [ + "Ġsalmon", + "ella" + ], + [ + "Ġextrem", + "ist" + ], + [ + "ĠPy", + "Torch" + ], + [ + "Conf", + "ig" + ], + [ + "Dav", + "is" + ], + [ + "ĠMembers", + "hip" + ], + [ + "Ġmonopol", + "ies" + ], + [ + "P", + "rem" + ], + [ + "Ġb", + "ogs" + ], + [ + "ou", + "le" + ], + [ + "ul", + "d" + ], + [ + "ĠC", + "ah" + ], + [ + "ĠD", + "FS" + ], + [ + "ĠâĢĵ", + "âĢĵâĢĵ" + ], + [ + "Ġ+", + "/-" + ], + [ + "eng", + "age" + ], + [ + "Ġbar", + "bed" + ], + [ + "ĠâĪ", + "ł" + ], + [ + "55", + "2" + ], + [ + "Ġsed", + "ative" + ], + [ + "ĠMethod", + "ology" + ], + [ + "Ġbath", + "tub" + ], + [ + "alg", + "ae" + ], + [ + "ĠInvestig", + "ate" + ], + [ + "Third", + "ly" + ], + [ + "ĠHarm", + "ony" + ], + [ + "ĠLands", + "at" + ], + [ + "Ġvanish", + "ing" + ], + [ + "Ġseag", + "rass" + ], + [ + "N", + "i" + ], + [ + "h", + "ier" + ], + [ + "ĠS", + "ain" + ], + [ + "Ġtra", + "mp" + ], + [ + "ĠK", + "af" + ], + [ + "erm", + "o" + ], + [ + "ism", + "an" + ], + [ + "Ġdep", + "ressing" + ], + [ + "Ġpar", + "ietal" + ], + [ + "Ġpost", + "ings" + ], + [ + "ĠStud", + "ios" + ], + [ + "Ġsuff", + "ocating" + ], + [ + "Ġpet", + "rochemical" + ], + [ + "ĠIsland", + "ers" + ], + [ + "Ġdisapp", + "roval" + ], + [ + "sub", + "mit" + ], + [ + "Ġtur", + "quoise" + ], + [ + "omer", + "ase" + ], + [ + "ĠÐ", + "¸" + ], + [ + "Ġprox", + "ies" + ], + [ + "ñ", + "o" + ], + [ + "ĠBern", + "stein" + ], + [ + "ĠBow", + "en" + ], + [ + "prop", + "ylene" + ], + [ + "ĠRic", + "ci" + ], + [ + "Ro", + "ad" + ], + [ + "Ġeluc", + "idate" + ], + [ + "Ġgle", + "aming" + ], + [ + "ĠIth", + "aca" + ], + [ + "5", + "36" + ], + [ + "F", + "le" + ], + [ + "P", + "it" + ], + [ + "d", + "ress" + ], + [ + "d", + "ice" + ], + [ + "l", + "ai" + ], + [ + "Ġcon", + "ic" + ], + [ + "ge", + "ar" + ], + [ + "ĠG", + "oli" + ], + [ + "Ġfore", + "ach" + ], + [ + "Ġcat", + "ap" + ], + [ + "Ġpoll", + "inate" + ], + [ + "ĠBen", + "in" + ], + [ + "Ġproof", + "reading" + ], + [ + "ĠPenn", + "y" + ], + [ + "ĠTop", + "ology" + ], + [ + "Ġmerg", + "ers" + ], + [ + "agg", + "io" + ], + [ + "Ġrelie", + "vers" + ], + [ + "Ġreluct", + "antly" + ], + [ + "Ġmicrow", + "aves" + ], + [ + "method", + "s" + ], + [ + "Ġont", + "ological" + ], + [ + "ĠDj", + "ango" + ], + [ + "Ġunbelie", + "vable" + ], + [ + "D", + "un" + ], + [ + "L", + "G" + ], + [ + "L", + "ic" + ], + [ + "W", + "s" + ], + [ + "n", + "at" + ], + [ + "Ġb", + "anish" + ], + [ + "ĠI", + "BD" + ], + [ + "ĠC", + "ory" + ], + [ + "ĠW", + "almart" + ], + [ + "ĠSt", + "uff" + ], + [ + "Ġsa", + "ith" + ], + [ + "Ġmed", + "iating" + ], + [ + "ĠAnd", + "ré" + ], + [ + "Al", + "ike" + ], + [ + "Ġtim", + "id" + ], + [ + "ĠBat", + "teries" + ], + [ + "Co", + "ast" + ], + [ + "ĠImpro", + "ves" + ], + [ + "ĠFlu", + "oride" + ], + [ + "Ġpunish", + "able" + ], + [ + "ĠUlt", + "rasound" + ], + [ + "Ġkidn", + "apping" + ], + [ + "ĠSyl", + "via" + ], + [ + "ĠPret", + "ty" + ], + [ + "M", + "ON" + ], + [ + "d", + "B" + ], + [ + "Ġp", + "iers" + ], + [ + "an", + "j" + ], + [ + "Ġh", + "p" + ], + [ + "Ġl", + "l" + ], + [ + "Ġis", + "Empty" + ], + [ + "ĠC", + "ited" + ], + [ + "Ġar", + "bore" + ], + [ + "ep", + "a" + ], + [ + "Ġimp", + "airs" + ], + [ + "ĠY", + "outube" + ], + [ + "ĠCor", + "rection" + ], + [ + "Ġgar", + "ner" + ], + [ + "Ġsan", + "ctuaries" + ], + [ + "Ġtoler", + "ances" + ], + [ + "ĠRom", + "ney" + ], + [ + "Ġfict", + "itious" + ], + [ + "ĠCel", + "estial" + ], + [ + "Ġintercept", + "ed" + ], + [ + "ĠAchie", + "ving" + ], + [ + "Ġperturb", + "ations" + ], + [ + "privile", + "ged" + ], + [ + "G", + "ate" + ], + [ + "H", + "old" + ], + [ + "m", + "ud" + ], + [ + "á", + "¼" + ], + [ + "ĠA", + "Q" + ], + [ + "iv", + "o" + ], + [ + "un", + "known" + ], + [ + "Ġcomp", + "ilers" + ], + [ + "ie", + "ved" + ], + [ + "ĠK", + "ali" + ], + [ + "Ġcur", + "tail" + ], + [ + "ateg", + "orical" + ], + [ + "ĠCont", + "ribution" + ], + [ + "90", + "7" + ], + [ + "Ġmis", + "led" + ], + [ + "Ġten", + "uous" + ], + [ + "47", + "2" + ], + [ + "Ġarc", + "ane" + ], + [ + "Ed", + "ge" + ], + [ + "Ġcatast", + "rophes" + ], + [ + "Ġunlock", + "ed" + ], + [ + "Ġsurpass", + "ing" + ], + [ + "ĠChand", + "ler" + ], + [ + "ĠVenezuel", + "an" + ], + [ + "Ġautobi", + "ographical" + ], + [ + "ĠAntiqu", + "ity" + ], + [ + "Ġdiph", + "theria" + ], + [ + "5", + "17" + ], + [ + "5", + "44" + ], + [ + "6", + "67" + ], + [ + "c", + "one" + ], + [ + "k", + "iss" + ], + [ + "Ġre", + "eds" + ], + [ + "Ġex", + "on" + ], + [ + "Ġle", + "vers" + ], + [ + "Ġover", + "power" + ], + [ + "ĠUn", + "itarian" + ], + [ + "Ġjust", + "ifying" + ], + [ + "ĠAl", + "ess" + ], + [ + "ĠSp", + "inoza" + ], + [ + "Ġoper", + "as" + ], + [ + "Ġmen", + "acing" + ], + [ + "Ġterm", + "inating" + ], + [ + "esc", + "ue" + ], + [ + "list", + "en" + ], + [ + "ynam", + "ics" + ], + [ + "Ġswe", + "eps" + ], + [ + "ĠArch", + "ipelago" + ], + [ + "ĠAir", + "borne" + ], + [ + "Ġsight", + "seeing" + ], + [ + "function", + "ing" + ], + [ + "ĠDev", + "i" + ], + [ + "ĠJacob", + "ian" + ], + [ + "Ġeyeb", + "row" + ], + [ + "Ġparan", + "oid" + ], + [ + "Gard", + "en" + ], + [ + "Ġarthrop", + "ods" + ], + [ + "Ġinhum", + "ane" + ], + [ + "Ġfunct", + "ools" + ], + [ + "r", + "idden" + ], + [ + "u", + "per" + ], + [ + "y", + "am" + ], + [ + "it", + "ers" + ], + [ + "Ġm", + "nem" + ], + [ + "ĠC", + "en" + ], + [ + "ĠB", + "orough" + ], + [ + "ĠB", + "enson" + ], + [ + "ĠD", + "ock" + ], + [ + "pt", + "ophan" + ], + [ + "Ġab", + "c" + ], + [ + "Ġinc", + "isions" + ], + [ + "Ġcl", + "ays" + ], + [ + "ĠK", + "uhn" + ], + [ + "Ġdec", + "ad" + ], + [ + "Ġlo", + "oting" + ], + [ + "ĠRes", + "earcher" + ], + [ + "Ġbroad", + "ening" + ], + [ + "ĠRec", + "ipes" + ], + [ + "off", + "set" + ], + [ + "Ġcolumn", + "ist" + ], + [ + "Ġpen", + "it" + ], + [ + "Dr", + "inking" + ], + [ + "ĠJon", + "as" + ], + [ + "ĠRequ", + "ires" + ], + [ + "Ġapproxim", + "ating" + ], + [ + "ĠSlow", + "ly" + ], + [ + "Bu", + "zz" + ], + [ + "Ġrall", + "ied" + ], + [ + "Ġdisillusion", + "ed" + ], + [ + "Ġmt", + "DNA" + ], + [ + "Ġtors", + "ion" + ], + [ + "Ġgravey", + "ard" + ], + [ + "5", + "68" + ], + [ + "N", + "eut" + ], + [ + "c", + "rum" + ], + [ + "Â", + "¿" + ], + [ + "Ġp", + "antry" + ], + [ + "Ġf", + "ishers" + ], + [ + "an", + "ah" + ], + [ + "ic", + "i" + ], + [ + "un", + "ar" + ], + [ + "ĠD", + "U" + ], + [ + "Ġus", + "hered" + ], + [ + "ff", + "es" + ], + [ + "ĠJ", + "as" + ], + [ + "Ġam", + "oeb" + ], + [ + "Ġappro", + "ving" + ], + [ + "Ġcountry", + "men" + ], + [ + "Ar", + "rays" + ], + [ + "Ġhyper", + "text" + ], + [ + "Ġoutl", + "aw" + ], + [ + "ĠMel", + "ville" + ], + [ + "icy", + "cle" + ], + [ + "ĠPlace", + "ment" + ], + [ + "ĠPay", + "ne" + ], + [ + "ĠIgn", + "atius" + ], + [ + "ĠCrus", + "ade" + ], + [ + "ĠAeth", + "oria" + ], + [ + "oflav", + "in" + ], + [ + "C", + "ult" + ], + [ + "n", + "u" + ], + [ + "~", + "~" + ], + [ + "Ġa", + "is" + ], + [ + "re", + "nowned" + ], + [ + "Ġb", + "unk" + ], + [ + "th", + "ian" + ], + [ + "oc", + "annabin" + ], + [ + "ĠE", + "IA" + ], + [ + "ĠD", + "EP" + ], + [ + "ĠG", + "IF" + ], + [ + "ult", + "on" + ], + [ + "Ġcont", + "ended" + ], + [ + "Ġte", + "asing" + ], + [ + "ĠK", + "ob" + ], + [ + "ash", + "ire" + ], + [ + "Ġtherap", + "eutics" + ], + [ + "class", + "ical" + ], + [ + "US", + "GS" + ], + [ + "Ġacceler", + "ators" + ], + [ + "ĠAdd", + "ison" + ], + [ + "Pe", + "er" + ], + [ + "ĠColl", + "ier" + ], + [ + "EE", + "K" + ], + [ + "ĠCe", + "ylon" + ], + [ + "ĠPant", + "heon" + ], + [ + "ut", + "ans" + ], + [ + "ĠA", + "ED" + ], + [ + "ĠP", + "oc" + ], + [ + "ĠE", + "AR" + ], + [ + "ĠD", + "N" + ], + [ + "ĠR", + "amb" + ], + [ + "Ġimp", + "unity" + ], + [ + "Ġinf", + "irm" + ], + [ + "Ġsoc", + "iologist" + ], + [ + "Ġphys", + "ique" + ], + [ + "By", + "Id" + ], + [ + "ĠAg", + "ar" + ], + [ + "Ġnavig", + "ator" + ], + [ + "cont", + "rast" + ], + [ + "56", + "3" + ], + [ + "ĠBab", + "a" + ], + [ + "Ġportray", + "als" + ], + [ + "Ġlean", + "ed" + ], + [ + "Ġweapon", + "ry" + ], + [ + "Ġamphib", + "ious" + ], + [ + "Ġsoften", + "ing" + ], + [ + "mart", + "re" + ], + [ + "Ġcardiomy", + "opathy" + ], + [ + "N", + "aturally" + ], + [ + "g", + "uns" + ], + [ + "ro", + "th" + ], + [ + "Ġl", + "il" + ], + [ + "ul", + "atives" + ], + [ + "ĠC", + "LE" + ], + [ + "Ġv", + "ices" + ], + [ + "ĠB", + "aja" + ], + [ + "ĠB", + "ipolar" + ], + [ + "un", + "ky" + ], + [ + "ĠR", + "ip" + ], + [ + "con", + "struction" + ], + [ + "Ġend", + "lessly" + ], + [ + "Ġfac", + "ilitation" + ], + [ + "Ġobserv", + "atories" + ], + [ + "go", + "ers" + ], + [ + "Ġvacc", + "inate" + ], + [ + "ĠChe", + "ese" + ], + [ + "ĠOcean", + "ia" + ], + [ + "ĠVer", + "bal" + ], + [ + "Ġbee", + "h" + ], + [ + "ĠOpp", + "osition" + ], + [ + "Ġquar", + "rel" + ], + [ + "ĠGent", + "ile" + ], + [ + "Ġfantas", + "ies" + ], + [ + "ĠRoan", + "oke" + ], + [ + "W", + "ere" + ], + [ + "n", + "ant" + ], + [ + "Ġin", + "verses" + ], + [ + "ĠT", + "ommy" + ], + [ + "Ġy", + "ang" + ], + [ + "ĠN", + "ay" + ], + [ + "av", + "iruses" + ], + [ + "ym", + "en" + ], + [ + "ĠX", + "XX" + ], + [ + "Ġadop", + "ters" + ], + [ + "IT", + "ER" + ], + [ + "ĠSee", + "king" + ], + [ + "ĠSun", + "set" + ], + [ + "Ġid", + "iosync" + ], + [ + "iform", + "es" + ], + [ + "ĠCorn", + "elius" + ], + [ + "ĠAstron", + "omers" + ], + [ + "Off", + "er" + ], + [ + "ĠPlat", + "onic" + ], + [ + "Ġascertain", + "ed" + ], + [ + "ĠMyc", + "en" + ], + [ + "ĠTaj", + "ik" + ], + [ + "ĠIv", + "ory" + ], + [ + "ĠRaz", + "or" + ], + [ + "Ġmisdiagn", + "osed" + ], + [ + "Ping", + "back" + ], + [ + "0", + "31" + ], + [ + "è", + "¯" + ], + [ + "on", + "ius" + ], + [ + "Ġf", + "ad" + ], + [ + "Ġf", + "oci" + ], + [ + "ac", + "er" + ], + [ + "ĠB", + "ub" + ], + [ + "Ġwas", + "her" + ], + [ + "Ġsp", + "oons" + ], + [ + "act", + "ivate" + ], + [ + "Ġint", + "rac" + ], + [ + "pl", + "ish" + ], + [ + "ak", + "ura" + ], + [ + "Ġk", + "inetics" + ], + [ + "ĠIn", + "heritance" + ], + [ + "ĠSt", + "ations" + ], + [ + "ĠV", + "OCs" + ], + [ + "Ġac", + "etic" + ], + [ + "ĠPro", + "state" + ], + [ + "Ġec", + "ologists" + ], + [ + "Ġwalk", + "ers" + ], + [ + "Ġwidth", + "s" + ], + [ + "Ġbrilliant", + "ly" + ], + [ + "Ġpreschool", + "er" + ], + [ + "GM", + "O" + ], + [ + "Ġevapor", + "ated" + ], + [ + "Ġannoy", + "ed" + ], + [ + "Ġrevis", + "ited" + ], + [ + "brand", + "t" + ], + [ + "Ġcardin", + "als" + ], + [ + "ĠPestic", + "ides" + ], + [ + "A", + "th" + ], + [ + "S", + "AR" + ], + [ + "b", + "ians" + ], + [ + "n", + "ier" + ], + [ + "t", + "aught" + ], + [ + "w", + "alled" + ], + [ + "st", + "orage" + ], + [ + "ur", + "rence" + ], + [ + "ĠP", + "OV" + ], + [ + "Ġr", + "ushes" + ], + [ + "ĠL", + "NG" + ], + [ + "tern", + "oons" + ], + [ + "ob", + "acco" + ], + [ + "Ġtake", + "away" + ], + [ + "Ġbi", + "ographer" + ], + [ + "Ġglobal", + "isation" + ], + [ + "))", + "]" + ], + [ + "ĠDevelop", + "ers" + ], + [ + "RO", + "P" + ], + [ + "Ġorient", + "al" + ], + [ + "ĠWik", + "tionary" + ], + [ + "ĠProm", + "etheus" + ], + [ + "ĠSav", + "iour" + ], + [ + "sight", + "ed" + ], + [ + "ĠBrig", + "gs" + ], + [ + "Ġfigur", + "ines" + ], + [ + "6", + "31" + ], + [ + "B", + "iology" + ], + [ + "Z", + "e" + ], + [ + "w", + "or" + ], + [ + "Ġw", + "is" + ], + [ + "Ġm", + "um" + ], + [ + "Ġd", + "ime" + ], + [ + "et", + "ition" + ], + [ + "ol", + "iberal" + ], + [ + "ĠS", + "utherland" + ], + [ + "ĠB", + "am" + ], + [ + "ĠD", + "eng" + ], + [ + "ĠU", + "M" + ], + [ + "Ġun", + "itary" + ], + [ + "rit", + "t" + ], + [ + "ĠUn", + "limited" + ], + [ + "ĠAl", + "buquerque" + ], + [ + "ray", + "er" + ], + [ + "ik", + "en" + ], + [ + "Ġbi", + "otic" + ], + [ + "Ġcru", + "ising" + ], + [ + "Ġhyd", + "rate" + ], + [ + "ĠSan", + "itation" + ], + [ + "Ġtransl", + "ational" + ], + [ + "Gen", + "etics" + ], + [ + "IM", + "A" + ], + [ + "Ġdent", + "ure" + ], + [ + "Ġtermin", + "us" + ], + [ + "ĠFair", + "banks" + ], + [ + "ĠBrand", + "on" + ], + [ + "SO", + "URCE" + ], + [ + "rout", + "ine" + ], + [ + "Ġhomosexual", + "s" + ], + [ + "Hope", + "fully" + ], + [ + "Ġovershadow", + "ed" + ], + [ + "ĠCompass", + "ion" + ], + [ + "ĠARI", + "MA" + ], + [ + "h", + "un" + ], + [ + "Ġo", + "o" + ], + [ + "ar", + "ns" + ], + [ + "ĠB", + "ringing" + ], + [ + "Ġsp", + "iny" + ], + [ + "ace", + "y" + ], + [ + "te", + "x" + ], + [ + "its", + "ch" + ], + [ + "ĠAl", + "ta" + ], + [ + "St", + "em" + ], + [ + "Ġvent", + "ilated" + ], + [ + "Ġbow", + "ed" + ], + [ + "ĠKey", + "stone" + ], + [ + "Ġsanct", + "ity" + ], + [ + "ĠSab", + "ha" + ], + [ + "ĠOwn", + "ers" + ], + [ + "ĠðŁ", + "ĺ" + ], + [ + "at", + "ists" + ], + [ + "ĠT", + "ic" + ], + [ + "el", + "astic" + ], + [ + "ac", + "as" + ], + [ + "form", + "in" + ], + [ + "Ġup", + "scale" + ], + [ + "Ġag", + "ron" + ], + [ + "alth", + "us" + ], + [ + "Ġatt", + "ends" + ], + [ + "its", + "u" + ], + [ + "ĠSc", + "issors" + ], + [ + "ĠAd", + "ds" + ], + [ + "ĠPh", + "y" + ], + [ + "ĠCal", + "tech" + ], + [ + "90", + "2" + ], + [ + "rem", + "lin" + ], + [ + "ĠCreat", + "es" + ], + [ + "ĠVer", + "d" + ], + [ + "ĠKar", + "achi" + ], + [ + "Ġdough", + "nut" + ], + [ + "========", + "========" + ], + [ + "ĠKend", + "all" + ], + [ + "ĠOj", + "ib" + ], + [ + "Ġonsl", + "aught" + ], + [ + "B", + "ACK" + ], + [ + "g", + "m" + ], + [ + "p", + "arser" + ], + [ + "on", + "autical" + ], + [ + "Ġis", + "o" + ], + [ + "Ġis", + "omorphism" + ], + [ + "ĠT", + "IM" + ], + [ + "ĠT", + "usc" + ], + [ + "Ġst", + "rep" + ], + [ + "ĠC", + "ig" + ], + [ + "od", + "ians" + ], + [ + "ass", + "en" + ], + [ + "ĠCh", + "il" + ], + [ + "Ġext", + "ras" + ], + [ + "und", + "ity" + ], + [ + "ĠAn", + "imation" + ], + [ + "Ġel", + "m" + ], + [ + "pect", + "ral" + ], + [ + "Ġplace", + "ments" + ], + [ + "ĠTrans", + "cript" + ], + [ + "ĠRed", + "dit" + ], + [ + "ĠÃ", + "ħ" + ], + [ + "Ġauthent", + "icated" + ], + [ + "Ġimper", + "vious" + ], + [ + "ĠMa", + "as" + ], + [ + "ĠPo", + "et" + ], + [ + "CR", + "C" + ], + [ + "Ġmeta", + "verse" + ], + [ + "ige", + "on" + ], + [ + "Ġrepell", + "ents" + ], + [ + "ĠExpect", + "ations" + ], + [ + "adapt", + "ive" + ], + [ + "Ġexclaim", + "ed" + ], + [ + "ceph", + "aly" + ], + [ + "\"", + ",\"" + ], + [ + "J", + "A" + ], + [ + "R", + "on" + ], + [ + "b", + "ark" + ], + [ + "m", + "agnetic" + ], + [ + "t", + "ting" + ], + [ + "in", + "itely" + ], + [ + "Ġis", + "osceles" + ], + [ + "ĠB", + "if" + ], + [ + "ud", + "i" + ], + [ + "Ġint", + "onation" + ], + [ + "ast", + "ewater" + ], + [ + "Ġval", + "iant" + ], + [ + "Ġdef", + "ends" + ], + [ + "uch", + "ad" + ], + [ + "Th", + "ou" + ], + [ + "ĠFor", + "get" + ], + [ + "con", + "cent" + ], + [ + "Ġve", + "x" + ], + [ + "ĠLe", + "pt" + ], + [ + "ĠRiver", + "a" + ], + [ + "ĠCong", + "regation" + ], + [ + "Ġwrong", + "ed" + ], + [ + "Ġmotor", + "ized" + ], + [ + "Ġblind", + "ly" + ], + [ + "Ġcategor", + "izing" + ], + [ + "fin", + "ished" + ], + [ + "ĠPhoen", + "ician" + ], + [ + "Comb", + "ine" + ], + [ + "ĠPosition", + "ing" + ], + [ + "itone", + "al" + ], + [ + "B", + "oy" + ], + [ + "]", + "{" + ], + [ + "i", + "ÏĢ" + ], + [ + "at", + "l" + ], + [ + "Ġh", + "ord" + ], + [ + "Ġde", + "uter" + ], + [ + "ĠG", + "ins" + ], + [ + "Ġun", + "comp" + ], + [ + "Ġav", + "atars" + ], + [ + "Ġpower", + "house" + ], + [ + "Ġtre", + "llis" + ], + [ + "ĠCom", + "plementary" + ], + [ + "Ġbroad", + "ened" + ], + [ + "rec", + "iation" + ], + [ + "Ġep", + "inephrine" + ], + [ + "ĠRem", + "oves" + ], + [ + "pers", + "ons" + ], + [ + "Ġuns", + "killed" + ], + [ + "Cont", + "roller" + ], + [ + "Ġimmun", + "ological" + ], + [ + "ĠDesign", + "s" + ], + [ + "ĠLib", + "erals" + ], + [ + "ĠFort", + "ress" + ], + [ + "Ġinferior", + "ity" + ], + [ + "ĠZero", + "DivisionError" + ], + [ + "Ġprerequ", + "isites" + ], + [ + "ĠJohannes", + "burg" + ], + [ + "Ide", + "ally" + ], + [ + "h", + "yn" + ], + [ + "k", + "W" + ], + [ + "ing", + "ing" + ], + [ + "ĠT", + "ara" + ], + [ + "ol", + "ks" + ], + [ + "ĠC", + "KD" + ], + [ + "ĠM", + "ét" + ], + [ + "qu", + "ote" + ], + [ + "Ġun", + "rel" + ], + [ + "ens", + "ch" + ], + [ + "Ġrep", + "osition" + ], + [ + "Ġph", + "ag" + ], + [ + "ĠSc", + "enario" + ], + [ + "Ġdev", + "ils" + ], + [ + "ĠSu", + "fi" + ], + [ + "Ġalt", + "ars" + ], + [ + "Ġsod", + "as" + ], + [ + "Ġincident", + "ally" + ], + [ + "Ġsculpt", + "ed" + ], + [ + "current", + "ly" + ], + [ + "Def", + "initions" + ], + [ + "Dec", + "imal" + ], + [ + "Ġnort", + "her" + ], + [ + "asse", + "mble" + ], + [ + "erat", + "osthenes" + ], + [ + "ĠInn", + "ocent" + ], + [ + "adapt", + "ed" + ], + [ + "alien", + "able" + ], + [ + "6", + "19" + ], + [ + "7", + "75" + ], + [ + "w", + "ang" + ], + [ + "Ġc", + "rossover" + ], + [ + "an", + "ut" + ], + [ + "ĠT", + "oken" + ], + [ + "ab", + "o" + ], + [ + "ill", + "ard" + ], + [ + "rom", + "ic" + ], + [ + "ĠF", + "utures" + ], + [ + "ĠL", + "oud" + ], + [ + "ak", + "ings" + ], + [ + "Ġ\"", + "/" + ], + [ + "Ġpre", + "rog" + ], + [ + "Ġpart", + "isans" + ], + [ + "Ġover", + "active" + ], + [ + "Ġinter", + "planetary" + ], + [ + "ĠInd", + "ra" + ], + [ + "min", + "i" + ], + [ + "Ġfoot", + "notes" + ], + [ + "AC", + "A" + ], + [ + "ĠCommun", + "icate" + ], + [ + "ĠAlex", + "a" + ], + [ + "ĠAny", + "way" + ], + [ + "ĠCam", + "den" + ], + [ + "ĠUr", + "inary" + ], + [ + "Ġspons", + "oring" + ], + [ + "!!", + "!!" + ], + [ + "ĠMajor", + "ity" + ], + [ + "Ġdismiss", + "ing" + ], + [ + "ĠHan", + "uman" + ], + [ + "ĠSel", + "ma" + ], + [ + "prom", + "oting" + ], + [ + "Oh", + "io" + ], + [ + "Ġdecentral", + "ization" + ], + [ + "Ġpie", + "zoelectric" + ], + [ + "ĠPas", + "o" + ], + [ + "Ġscram", + "ble" + ], + [ + "g", + "or" + ], + [ + "p", + "riced" + ], + [ + "u", + "ent" + ], + [ + "Ġ", + "Ê¿" + ], + [ + "it", + "ra" + ], + [ + "Ġm", + "ashed" + ], + [ + "om", + "ously" + ], + [ + "ĠD", + "ates" + ], + [ + "ĠR", + "ita" + ], + [ + "ĠU", + "m" + ], + [ + "Ġpresent", + "er" + ], + [ + "ĠCent", + "uries" + ], + [ + "Al", + "pha" + ], + [ + "Ġdiv", + "ination" + ], + [ + "Ġbar", + "rage" + ], + [ + "Ġpoly", + "p" + ], + [ + "Ġ...", + ")" + ], + [ + "ĠAN", + "SI" + ], + [ + "ĠInit", + "iatives" + ], + [ + "IR", + "C" + ], + [ + "ĠMit", + "igation" + ], + [ + "Ġepic", + "enter" + ], + [ + "ĠAmb", + "rose" + ], + [ + "Ġredesign", + "ed" + ], + [ + "ĠFlex", + "ible" + ], + [ + "ĠBound", + "ary" + ], + [ + "ĠSuz", + "uki" + ], + [ + "mor", + "ning" + ], + [ + "ĠOrdin", + "ance" + ], + [ + "7", + "90" + ], + [ + "8", + "12" + ], + [ + "M", + "ountain" + ], + [ + "ou", + "les" + ], + [ + "ĠS", + "ans" + ], + [ + "th", + "ick" + ], + [ + "ab", + "ay" + ], + [ + "ĠP", + "NG" + ], + [ + "Ġhe", + "ml" + ], + [ + "Ġcl", + "umsy" + ], + [ + "Ġbl", + "asted" + ], + [ + "amp", + "al" + ], + [ + "gu", + "ably" + ], + [ + "ĠEn", + "um" + ], + [ + "ĠPr", + "inter" + ], + [ + "ĠSch", + "uster" + ], + [ + "ĠFl", + "ies" + ], + [ + "ĠCollect", + "ing" + ], + [ + "dem", + "on" + ], + [ + "ĠBapt", + "ists" + ], + [ + "Cross", + "ref" + ], + [ + "N", + "urs" + ], + [ + "R", + "oss" + ], + [ + "h", + "anging" + ], + [ + "ĠT", + "ears" + ], + [ + "ir", + "p" + ], + [ + "ĠS", + "AP" + ], + [ + "th", + "ousand" + ], + [ + "ĠE", + "MS" + ], + [ + "Ġrec", + "reated" + ], + [ + "ĠK", + "athy" + ], + [ + "Ġdef", + "ens" + ], + [ + "Ġaw", + "hile" + ], + [ + "Ġstandard", + "ised" + ], + [ + "ĠCar", + "olyn" + ], + [ + "Ġmodern", + "ist" + ], + [ + "Ġrow", + "ing" + ], + [ + "ĠSer", + "bs" + ], + [ + "ĠDisc", + "ourse" + ], + [ + "Ġsnow", + "pack" + ], + [ + "Int", + "ellig" + ], + [ + "Ġbio", + "char" + ], + [ + "ĠPet", + "ra" + ], + [ + "Ġion", + "izing" + ], + [ + "ĠEN", + "D" + ], + [ + "ä¸", + "Ń" + ], + [ + "Ġsurpass", + "es" + ], + [ + "ĠGran", + "ada" + ], + [ + "ĠMamm", + "al" + ], + [ + "ĠImag", + "ination" + ], + [ + "Ġhyster", + "ia" + ], + [ + "Ġglean", + "ed" + ], + [ + "Ġunamb", + "iguous" + ], + [ + "Ġaegypt", + "i" + ], + [ + "#", + "," + ], + [ + "F", + "ord" + ], + [ + "M", + "otor" + ], + [ + "at", + "os" + ], + [ + "ĠP", + "avilion" + ], + [ + "Ġcan", + "ning" + ], + [ + "ĠR", + "FC" + ], + [ + "Ġatt", + "ains" + ], + [ + "Ġlo", + "oted" + ], + [ + "gen", + "etic" + ], + [ + "ĠCont", + "est" + ], + [ + "Ġang", + "lers" + ], + [ + "Ġbur", + "ger" + ], + [ + "Ġmotiv", + "ator" + ], + [ + "Ġinh", + "ospitable" + ], + [ + "ĠPsych", + "o" + ], + [ + "ĠHaw", + "thorne" + ], + [ + "public", + "ation" + ], + [ + "Class", + "ification" + ], + [ + "ĠFac", + "ilit" + ], + [ + "ĠUrban", + "a" + ], + [ + "Ġphon", + "emes" + ], + [ + "ĠKel", + "ley" + ], + [ + "Ġsquad", + "rons" + ], + [ + "Ġinterfer", + "on" + ], + [ + "ĠTiber", + "ius" + ], + [ + "M", + "ission" + ], + [ + "S", + "F" + ], + [ + "q", + "a" + ], + [ + "s", + "erv" + ], + [ + "ĠP", + "RC" + ], + [ + "ĠW", + "ATER" + ], + [ + "reat", + "ic" + ], + [ + "ĠY", + "ad" + ], + [ + "Ġrep", + "ressive" + ], + [ + "Ġsign", + "ified" + ], + [ + "com", + "ment" + ], + [ + "emic", + "onduct" + ], + [ + "ĠAg", + "ro" + ], + [ + "omy", + "elitis" + ], + [ + "Re", + "ceived" + ], + [ + "kay", + "a" + ], + [ + "bec", + "ome" + ], + [ + "Ge", + "ography" + ], + [ + "ĠAcc", + "uracy" + ], + [ + "Ġbreakdown", + "s" + ], + [ + "Top", + "ics" + ], + [ + "Ġtriumph", + "ant" + ], + [ + "Ġdeter", + "rence" + ], + [ + "ĠNH", + "L" + ], + [ + "Ġlem", + "urs" + ], + [ + "Ġdend", + "ritic" + ], + [ + "ĠRaf", + "ael" + ], + [ + "cip", + "arum" + ], + [ + "M", + "t" + ], + [ + "b", + "ond" + ], + [ + "c", + "ault" + ], + [ + "f", + "est" + ], + [ + "z", + "ag" + ], + [ + "|", + "(" + ], + [ + "Ġt", + "aut" + ], + [ + "us", + "ky" + ], + [ + "Ġch", + "aired" + ], + [ + "un", + "as" + ], + [ + "Ġim", + "itating" + ], + [ + "Ġun", + "armed" + ], + [ + "ub", + "ation" + ], + [ + "ĠCh", + "ung" + ], + [ + "te", + "ach" + ], + [ + "Th", + "ousands" + ], + [ + "ĠPh", + "ylogen" + ], + [ + "Ġdeb", + "unk" + ], + [ + "ĠRec", + "ursive" + ], + [ + "Ġannual", + "s" + ], + [ + "Ġsin", + "ner" + ], + [ + "ĠTreat", + "ise" + ], + [ + "Ġcave", + "at" + ], + [ + "ĠMind", + "s" + ], + [ + "Ġmini", + "atur" + ], + [ + "ĠHom", + "estead" + ], + [ + "ĠMead", + "ows" + ], + [ + "abric", + "ated" + ], + [ + "ĠProlong", + "ed" + ], + [ + "B", + "ah" + ], + [ + "M", + "aria" + ], + [ + "T", + "alking" + ], + [ + "Y", + "oga" + ], + [ + "d", + "eck" + ], + [ + "t", + "et" + ], + [ + "Ġc", + "c" + ], + [ + "ed", + "ition" + ], + [ + "ĠB", + "ingham" + ], + [ + "Ġpoint", + "less" + ], + [ + "Ġserv", + "ic" + ], + [ + "ĠSc", + "orp" + ], + [ + "ĠAd", + "der" + ], + [ + "ai", + "i" + ], + [ + "Ġfire", + "walls" + ], + [ + "Ġtrack", + "ers" + ], + [ + "Ġvalu", + "ing" + ], + [ + "Trans", + "fer" + ], + [ + "ĠDeath", + "s" + ], + [ + "fin", + "ance" + ], + [ + "ĠSyn", + "od" + ], + [ + "ĠIl", + "legal" + ], + [ + "ĠCrime", + "an" + ], + [ + "ĠJenn", + "ings" + ], + [ + "Ġfist", + "ula" + ], + [ + "ĠCred", + "its" + ], + [ + "F", + "ox" + ], + [ + "H", + "art" + ], + [ + "T", + "re" + ], + [ + "m", + "agic" + ], + [ + "t", + "one" + ], + [ + "le", + "bot" + ], + [ + "om", + "ists" + ], + [ + "Ġl", + "ash" + ], + [ + "ĠT", + "owers" + ], + [ + "od", + "one" + ], + [ + "ĠB", + "ose" + ], + [ + "ĠJ", + "ing" + ], + [ + "Ġunder", + "line" + ], + [ + "ĠAl", + "gon" + ], + [ + "Ġfew", + "est" + ], + [ + "Ġant", + "elope" + ], + [ + "ĠPl", + "astics" + ], + [ + "Ġge", + "om" + ], + [ + "sh", + "aw" + ], + [ + "ĠEnglish", + "man" + ], + [ + "yl", + "a" + ], + [ + "Ġexcess", + "es" + ], + [ + "Sh", + "akespeare" + ], + [ + "Ġattribut", + "ing" + ], + [ + "Re", + "place" + ], + [ + "ĠMad", + "onna" + ], + [ + "ĠDar", + "fur" + ], + [ + "allow", + "ing" + ], + [ + "hy", + "giene" + ], + [ + "Ġpor", + "po" + ], + [ + "ĠBegin", + "ners" + ], + [ + "ĠCamb", + "odian" + ], + [ + "Ġlag", + "ging" + ], + [ + "ĠLaure", + "nce" + ], + [ + "Ġbronch", + "ial" + ], + [ + "Ġmisinter", + "pret" + ], + [ + "sav", + "vy" + ], + [ + "f", + "utures" + ], + [ + "z", + "hen" + ], + [ + "es", + "se" + ], + [ + "ĠE", + "DA" + ], + [ + "ĠL", + "eth" + ], + [ + "Ġout", + "fits" + ], + [ + "Ġam", + "ateurs" + ], + [ + "ĠAl", + "s" + ], + [ + "com", + "par" + ], + [ + "Ġmeaning", + "fully" + ], + [ + "Ch", + "amp" + ], + [ + "ĠHist", + "ories" + ], + [ + "ĠSu", + "f" + ], + [ + "Ġreb", + "orn" + ], + [ + "Ġconj", + "unctions" + ], + [ + "Ġorbit", + "als" + ], + [ + "Sec", + "ure" + ], + [ + "ĠCirc", + "um" + ], + [ + "ĠUnivers", + "it" + ], + [ + "ĠVolta", + "ire" + ], + [ + "Ġdw", + "elt" + ], + [ + ";", + "âĢĿ" + ], + [ + "E", + "ARCH" + ], + [ + "M", + "amm" + ], + [ + "U", + "k" + ], + [ + "k", + "Alert" + ], + [ + "n", + "ip" + ], + [ + "s", + "ourced" + ], + [ + "Ġs", + "aga" + ], + [ + "Ġb", + "onsai" + ], + [ + "Ġy", + "ell" + ], + [ + "ĠS", + "ands" + ], + [ + "up", + "a" + ], + [ + "ier", + "a" + ], + [ + "Ġser", + "ge" + ], + [ + "ĠDe", + "le" + ], + [ + "Ġbal", + "m" + ], + [ + "Ġprep", + "aid" + ], + [ + "ĠMe", + "h" + ], + [ + "ĠHer", + "pes" + ], + [ + "zz", + "ar" + ], + [ + "Ġesc", + "orted" + ], + [ + "Ġbreath", + "able" + ], + [ + "Ġven", + "erable" + ], + [ + "ĠEr", + "in" + ], + [ + "Ġperpet", + "uated" + ], + [ + "Ġgam", + "ble" + ], + [ + "GR", + "APH" + ], + [ + "\">", + "