diff --git a/config.json b/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1b4b0325426f7d485b86217ad1c8cc74e2738c99 --- /dev/null +++ b/config.json @@ -0,0 +1,33 @@ +{ + "architectures": [ + "NanoGPTForCausalLM" + ], + "attention_dropout": 0.0, + "bos_token": "<|bos|>", + "bos_token_id": 0, + "chat_template": "{% if messages[0]['role'] == 'system' %}<|bos|><|user_start|>{{ messages[0]['content'] }}\n\n{{ messages[1]['content'] }}<|user_end|>{% set messages = messages[2:] %}{% else %}<|bos|>{% endif %}{% for message in messages %}{% if loop.index0 % 2 == 0 %}<|user_start|>{{ message['content'] }}<|user_end|>{% else %}<|assistant_start|>{{ message['content'] }}<|assistant_end|>{% endif %}{% endfor %}", + "dtype": "bfloat16", + "eos_token": "<|assistant_end|>", + "eos_token_id": 65531, + "hidden_act": "relu2", + "initializer_range": 0.02, + "intermediate_size": 5120, + "logits_soft_cap": 15.0, + "max_position_embeddings": 2048, + "model_type": "nanogpt", + "n_embd": 1280, + "n_head": 10, + "n_layer": 20, + "num_key_value_heads": 10, + "pad_token": "<|assistant_end|>", + "pad_token_id": 65531, + "qkv_bias": false, + "resid_dropout": 0.0, + "rms_norm_eps": 1e-06, + "rope_scaling": null, + "rope_theta": 10000.0, + "tie_word_embeddings": false, + "transformers_version": "4.57.0.dev0", + "use_cache": true, + "vocab_size": 65536 +} diff --git a/pytorch_model.bin b/pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..3825ce63001099a2fc4212daede4c86c24610289 --- /dev/null +++ b/pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed1f625ddc9048fae7088c9e1ad7593e6ac5248a7f28a240cce5fcf7d545eef +size 1122016203 diff --git a/tokenizer.json b/tokenizer.json new file mode 100644 index 0000000000000000000000000000000000000000..edb96c179e8fe7a9779693b6de501e3666cc0bb6 --- /dev/null +++ b/tokenizer.json @@ -0,0 +1,630701 @@ +{ + "version": "1.0", + "truncation": null, + "padding": null, + "added_tokens": [ + { + "id": 65527, + "content": "<|bos|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 65528, + "content": "<|user_start|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 65529, + "content": "<|user_end|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 65530, + "content": "<|assistant_start|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 65531, + "content": "<|assistant_end|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 65532, + "content": "<|python_start|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 65533, + "content": "<|python_end|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 65534, + "content": "<|output_start|>", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 65535, + "content": "<|output_end|>", + "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,2}| ?[^\\s\\p{L}\\p{N}]++[\\r\\n]*|\\s*[\\r\\n]|\\s+(?!\\S)|\\s+" + }, + "behavior": "Isolated", + "invert": false + }, + { + "type": "ByteLevel", + "add_prefix_space": false, + "trim_offsets": true, + "use_regex": false + } + ] + }, + "post_processor": { + "type": "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": true, + "vocab": { + "Ā": 0, + "ā": 1, + "Ă": 2, + "ă": 3, + "Ą": 4, + "ą": 5, + "Ć": 6, + "ć": 7, + "Ĉ": 8, + "ĉ": 9, + "Ċ": 10, + "ċ": 11, + "Č": 12, + "č": 13, + "Ď": 14, + "ď": 15, + "Đ": 16, + "đ": 17, + "Ē": 18, + "ē": 19, + "Ĕ": 20, + "ĕ": 21, + "Ė": 22, + "ė": 23, + "Ę": 24, + "ę": 25, + "Ě": 26, + "ě": 27, + "Ĝ": 28, + "ĝ": 29, + "Ğ": 30, + "ğ": 31, + "Ġ": 32, + "!": 33, + "\"": 34, + "#": 35, + "$": 36, + "%": 37, + "&": 38, + "'": 39, + "(": 40, + ")": 41, + "*": 42, + "+": 43, + ",": 44, + "-": 45, + ".": 46, + "/": 47, + "0": 48, + "1": 49, + "2": 50, + "3": 51, + "4": 52, + "5": 53, + "6": 54, + "7": 55, + "8": 56, + "9": 57, + ":": 58, + ";": 59, + "<": 60, + "=": 61, + ">": 62, + "?": 63, + "@": 64, + "A": 65, + "B": 66, + "C": 67, + "D": 68, + "E": 69, + "F": 70, + "G": 71, + "H": 72, + "I": 73, + "J": 74, + "K": 75, + "L": 76, + "M": 77, + "N": 78, + "O": 79, + "P": 80, + "Q": 81, + "R": 82, + "S": 83, + "T": 84, + "U": 85, + "V": 86, + "W": 87, + "X": 88, + "Y": 89, + "Z": 90, + "[": 91, + "\\": 92, + "]": 93, + "^": 94, + "_": 95, + "`": 96, + "a": 97, + "b": 98, + "c": 99, + "d": 100, + "e": 101, + "f": 102, + "g": 103, + "h": 104, + "i": 105, + "j": 106, + "k": 107, + "l": 108, + "m": 109, + "n": 110, + "o": 111, + "p": 112, + "q": 113, + "r": 114, + "s": 115, + "t": 116, + "u": 117, + "v": 118, + "w": 119, + "x": 120, + "y": 121, + "z": 122, + "{": 123, + "|": 124, + "}": 125, + "~": 126, + "ġ": 127, + "Ģ": 128, + "ģ": 129, + "Ĥ": 130, + "ĥ": 131, + "Ħ": 132, + "ħ": 133, + "Ĩ": 134, + "ĩ": 135, + "Ī": 136, + "ī": 137, + "Ĭ": 138, + "ĭ": 139, + "Į": 140, + "į": 141, + "İ": 142, + "ı": 143, + "IJ": 144, + "ij": 145, + "Ĵ": 146, + "ĵ": 147, + "Ķ": 148, + "ķ": 149, + "ĸ": 150, + "Ĺ": 151, + "ĺ": 152, + "Ļ": 153, + "ļ": 154, + "Ľ": 155, + "ľ": 156, + "Ŀ": 157, + "ŀ": 158, + "Ł": 159, + "ł": 160, + "¡": 161, + "¢": 162, + "£": 163, + "¤": 164, + "¥": 165, + "¦": 166, + "§": 167, + "¨": 168, + "©": 169, + "ª": 170, + "«": 171, + "¬": 172, + "Ń": 173, + "®": 174, + "¯": 175, + "°": 176, + "±": 177, + "²": 178, + "³": 179, + "´": 180, + "µ": 181, + "¶": 182, + "·": 183, + "¸": 184, + "¹": 185, + "º": 186, + "»": 187, + "¼": 188, + "½": 189, + "¾": 190, + "¿": 191, + "À": 192, + "Á": 193, + "Â": 194, + "Ã": 195, + "Ä": 196, + "Å": 197, + "Æ": 198, + "Ç": 199, + "È": 200, + "É": 201, + "Ê": 202, + "Ë": 203, + "Ì": 204, + "Í": 205, + "Î": 206, + "Ï": 207, + "Ð": 208, + "Ñ": 209, + "Ò": 210, + "Ó": 211, + "Ô": 212, + "Õ": 213, + "Ö": 214, + "×": 215, + "Ø": 216, + "Ù": 217, + "Ú": 218, + "Û": 219, + "Ü": 220, + "Ý": 221, + "Þ": 222, + "ß": 223, + "à": 224, + "á": 225, + "â": 226, + "ã": 227, + "ä": 228, + "å": 229, + "æ": 230, + "ç": 231, + "è": 232, + "é": 233, + "ê": 234, + "ë": 235, + "ì": 236, + "í": 237, + "î": 238, + "ï": 239, + "ð": 240, + "ñ": 241, + "ò": 242, + "ó": 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, + "Ġs": 264, + "at": 265, + "Ġo": 266, + "Ġc": 267, + "en": 268, + "es": 269, + "Ġw": 270, + "is": 271, + "nd": 272, + "it": 273, + "or": 274, + "Ġp": 275, + "al": 276, + "Ġb": 277, + "Ġf": 278, + "an": 279, + "ed": 280, + "Ġof": 281, + "ing": 282, + "Ġin": 283, + "ou": 284, + "ar": 285, + "Ġm": 286, + "Ġto": 287, + "Ġand": 288, + "ic": 289, + "Ġd": 290, + "ion": 291, + "le": 292, + "ro": 293, + "as": 294, + "Ġh": 295, + "Ġth": 296, + "ent": 297, + "ct": 298, + "Ġe": 299, + "il": 300, + "Ġre": 301, + "ve": 302, + "om": 303, + "Ġl": 304, + "st": 305, + "Ġn": 306, + ".Ċ": 307, + "âĢ": 308, + "Ġis": 309, + "ly": 310, + "Ġbe": 311, + "se": 312, + "Ġg": 313, + "ĠT": 314, + "ol": 315, + "ation": 316, + "im": 317, + "id": 318, + "et": 319, + "ut": 320, + "ur": 321, + "ow": 322, + "ce": 323, + "ot": 324, + "ra": 325, + "ch": 326, + "Ġfor": 327, + "ig": 328, + "Ġu": 329, + "Ġy": 330, + "Ġon": 331, + "Ġthat": 332, + "Ġst": 333, + "ĠA": 334, + "ver": 335, + "ĠS": 336, + "ir": 337, + "ĠI": 338, + "ay": 339, + "ĠC": 340, + "ul": 341, + "am": 342, + "Ġas": 343, + "ith": 344, + "Ġare": 345, + "el": 346, + "Ġpro": 347, + "Ġyou": 348, + "ad": 349, + "her": 350, + "Ġan": 351, + "Ġcon": 352, + "Ġwith": 353, + "if": 354, + "Ġor": 355, + "Ġit": 356, + "Ġwh": 357, + "Ġal": 358, + "od": 359, + "ter": 360, + "ge": 361, + "ĠThe": 362, + "ment": 363, + "th": 364, + "ĠM": 365, + "op": 366, + "ate": 367, + "ers": 368, + "ess": 369, + "Ġde": 370, + "ill": 371, + "Ġ(": 372, + "âĢĻ": 373, + "ist": 374, + "Ġhe": 375, + "ies": 376, + "ĠP": 377, + "ab": 378, + "Ġex": 379, + "ore": 380, + "ect": 381, + "Ġsu": 382, + "Ġcom": 383, + "Ġwe": 384, + "us": 385, + "Ġha": 386, + "ity": 387, + "ĠB": 388, + "est": 389, + "ive": 390, + "ke": 391, + "ac": 392, + "res": 393, + "um": 394, + "rom": 395, + "Ġv": 396, + "ld": 397, + "ant": 398, + "os": 399, + "Ġcan": 400, + "qu": 401, + "em": 402, + "Ġby": 403, + "nt": 404, + "iv": 405, + "ain": 406, + "ĠH": 407, + "Ġat": 408, + "igh": 409, + "pp": 410, + "ĠW": 411, + "ud": 412, + "Ġch": 413, + "Ġfrom": 414, + "Ġne": 415, + "Ġr": 416, + "oc": 417, + "ort": 418, + "and": 419, + "ĠD": 420, + "Ġwas": 421, + "ĠE": 422, + "ial": 423, + "Ġse": 424, + "ĠâĢ": 425, + "ure": 426, + "Ġle": 427, + "ĠF": 428, + "ĠR": 429, + "un": 430, + "art": 431, + "Ġhave": 432, + "ical": 433, + "Ġnot": 434, + "Ġen": 435, + "Ġsh": 436, + "og": 437, + "Ġsp": 438, + "ĠN": 439, + "ri": 440, + "ĠG": 441, + "Ġthis": 442, + "âĢĻs": 443, + "Ġab": 444, + "Ġwor": 445, + "ĠL": 446, + "rou": 447, + "ight": 448, + "The": 449, + "all": 450, + "pt": 451, + "ome": 452, + "ost": 453, + "red": 454, + "du": 455, + "out": 456, + "ich": 457, + "gh": 458, + "ions": 459, + "our": 460, + "Ġim": 461, + "Ġus": 462, + "ould": 463, + "Ġpl": 464, + "per": 465, + "ine": 466, + "ther": 467, + "Ġyour": 468, + "ated": 469, + "ag": 470, + "ide": 471, + "Ġtheir": 472, + "act": 473, + "ell": 474, + "ard": 475, + "ff": 476, + "ear": 477, + "Ġint": 478, + "pl": 479, + "ast": 480, + "age": 481, + "ak": 482, + "Ġk": 483, + "Ġwhe": 484, + "Ġthey": 485, + "ans": 486, + "ood": 487, + "ust": 488, + "ĠO": 489, + "Ġwill": 490, + "ec": 491, + "Ġwhich": 492, + "ous": 493, + "iz": 494, + "Ġad": 495, + "20": 496, + "Ġinc": 497, + "Ġmore": 498, + "ult": 499, + "Ġall": 500, + "ĠU": 501, + "Ġcont": 502, + "Ġdis": 503, + "Ġcomp": 504, + "end": 505, + "cc": 506, + "ib": 507, + "âĢĿ": 508, + "ru": 509, + "vel": 510, + "Ġhas": 511, + "ong": 512, + "ĠIn": 513, + "Ġres": 514, + "ap": 515, + "ip": 516, + "so": 517, + "ater": 518, + "Ġdo": 519, + "orm": 520, + "ia": 521, + "ere": 522, + "ations": 523, + "ild": 524, + "ew": 525, + "are": 526, + "ĠJ": 527, + "able": 528, + "Ġcl": 529, + "Ġman": 530, + "ks": 531, + "ĠTh": 532, + "ary": 533, + "Ġother": 534, + "ally": 535, + "Ġte": 536, + "ence": 537, + "ry": 538, + "ents": 539, + "ind": 540, + "Ġbut": 541, + "Ġimp": 542, + "Ġalso": 543, + "ep": 544, + "ach": 545, + "ake": 546, + "Ġper": 547, + "19": 548, + "ĠâĢľ": 549, + "Ġone": 550, + "reat": 551, + "Ġme": 552, + "ance": 553, + "ose": 554, + "ign": 555, + "ase": 556, + "Ġwere": 557, + "ass": 558, + "Ġso": 559, + "Ġj": 560, + "Ġout": 561, + "au": 562, + "Ġstud": 563, + "ress": 564, + "av": 565, + "Ġabout": 566, + "'s": 567, + "very": 568, + "one": 569, + "ition": 570, + "ction": 571, + "Ġtim": 572, + "ice": 573, + "Ġapp": 574, + "Ġun": 575, + "ace": 576, + "Ġpart": 577, + "Ġpe": 578, + "ok": 579, + "Ġar": 580, + "ount": 581, + "Ġinf": 582, + "ber": 583, + "ory": 584, + "ord": 585, + "Ġev": 586, + "ens": 587, + "Ġsy": 588, + "ack": 589, + "Ġsc": 590, + "ike": 591, + "ame": 592, + "ire": 593, + "Ġwho": 594, + "ish": 595, + "ors": 596, + "ite": 597, + "Ġcomm": 598, + "Ġthem": 599, + "ang": 600, + "ue": 601, + "now": 602, + "ĠSt": 603, + "ound": 604, + "ces": 605, + "low": 606, + "Ġpre": 607, + "ub": 608, + "ĠIt": 609, + "ree": 610, + "Ġbec": 611, + "Ġup": 612, + "ople": 613, + "olog": 614, + "ric": 615, + "Ġthan": 616, + "Ġmay": 617, + "Ġqu": 618, + "ays": 619, + "iff": 620, + "ile": 621, + "Ġyear": 622, + "Ġsome": 623, + "Ġrec": 624, + "Ġhis": 625, + "Ġwhen": 626, + "ie": 627, + "ail": 628, + "ings": 629, + "ĠK": 630, + "ates": 631, + "nder": 632, + "ren": 633, + "Ġwork": 634, + "Ġhow": 635, + "Ġpeople": 636, + "Ġinto": 637, + "Ġbeen": 638, + "mer": 639, + "Ġtime": 640, + "Ġits": 641, + "Ġthere": 642, + "Ġtra": 643, + "Ġgo": 644, + "Ġover": 645, + "ough": 646, + "rit": 647, + "ĠThis": 648, + "Ġdiff": 649, + "Ġuse": 650, + "Ġro": 651, + "Ġthese": 652, + "rough": 653, + "Ġcol": 654, + "lud": 655, + "ph": 656, + "alth": 657, + "ĠCh": 658, + "ause": 659, + "Ġour": 660, + "vers": 661, + "Ġag": 662, + "ual": 663, + "ian": 664, + "erv": 665, + "Ġlike": 666, + "te": 667, + "Ġmost": 668, + "ms": 669, + "Ġra": 670, + "Ġsa": 671, + "ons": 672, + "Ġcons": 673, + "Ġknow": 674, + "Ġbl": 675, + "Ġ\"": 676, + "Ġhel": 677, + "Ġact": 678, + "Ġbet": 679, + "ific": 680, + "row": 681, + "ook": 682, + "ove": 683, + "ll": 684, + "ning": 685, + "Ġneed": 686, + "ond": 687, + "ities": 688, + "int": 689, + "irst": 690, + "Ġtr": 691, + "we": 692, + "ys": 693, + "tern": 694, + "velop": 695, + "ject": 696, + "les": 697, + "Ġunder": 698, + "lect": 699, + "Ġnew": 700, + "Ġchild": 701, + "ĠV": 702, + "stem": 703, + "Ġhelp": 704, + "ments": 705, + "Ġacc": 706, + "Ġdes": 707, + "ffect": 708, + "ious": 709, + "lic": 710, + "Ġif": 711, + "ĠY": 712, + "Ġsuch": 713, + "Ġtw": 714, + "Ġinclud": 715, + "ient": 716, + "Ġwould": 717, + "cess": 718, + "Ġrel": 719, + "Ġhad": 720, + "ple": 721, + "ool": 722, + "ob": 723, + "Ġwhat": 724, + "Ġused": 725, + "Ġany": 726, + "yp": 727, + "Ġprodu": 728, + "ating": 729, + "Ġrep": 730, + "Ġph": 731, + "Ġgen": 732, + "Ġmany": 733, + "Ġdevelop": 734, + "ular": 735, + "ational": 736, + "10": 737, + "ative": 738, + "hed": 739, + "Ġfe": 740, + "Ġthrough": 741, + "Ġprov": 742, + "round": 743, + "ced": 744, + "Ġonly": 745, + "Ġpr": 746, + "Ġfirst": 747, + "Ġspec": 748, + "Ġdi": 749, + "ov": 750, + "Ġoff": 751, + "Ġind": 752, + "Ġam": 753, + "Ġac": 754, + "ise": 755, + "ics": 756, + "uc": 757, + "ark": 758, + "Ġsystem": 759, + "uring": 760, + "Ġdiffere": 761, + "oss": 762, + "ful": 763, + "Ġpo": 764, + "Ġno": 765, + "ink": 766, + "eth": 767, + "ĠUn": 768, + "ath": 769, + "fter": 770, + "ĠâĢĵ": 771, + "Ġem": 772, + "hen": 773, + "Ġtwo": 774, + "ts": 775, + "Ġreg": 776, + "Ġexp": 777, + "als": 778, + "oth": 779, + "Ġadd": 780, + "Ġwater": 781, + "ten": 782, + "Ġhealth": 783, + "rib": 784, + "ne": 785, + "iss": 786, + "erm": 787, + "ility": 788, + "Ġdec": 789, + "ange": 790, + "?Ċ": 791, + "Ġsur": 792, + "ased": 793, + "rop": 794, + "ible": 795, + "old": 796, + "arch": 797, + "Ġfl": 798, + "Ġob": 799, + "Ġwell": 800, + "ble": 801, + "ife": 802, + "ures": 803, + "In": 804, + "ower": 805, + "Ġass": 806, + ").": 807, + "Ġshould": 808, + "ram": 809, + "),": 810, + "Ġatt": 811, + "Ġyears": 812, + "18": 813, + "Ġ-": 814, + "own": 815, + "Ġsm": 816, + "Ġrese": 817, + "ract": 818, + "ng": 819, + "Ġco": 820, + "Ġsupp": 821, + "fore": 822, + "Ġrem": 823, + "Ġget": 824, + "Ġhigh": 825, + "ween": 826, + "ert": 827, + "Ġinv": 828, + "Ġmake": 829, + ":Ċ": 830, + "gan": 831, + "wn": 832, + "ick": 833, + "its": 834, + "chool": 835, + "hes": 836, + "Ġcould": 837, + "ĠHe": 838, + "Ġwhere": 839, + "ade": 840, + "chn": 841, + "Ġbetween": 842, + "Ġsub": 843, + "âĢĻt": 844, + "Ġimport": 845, + "ants": 846, + "Ġbu": 847, + "00": 848, + "cy": 849, + "ily": 850, + "Ġpres": 851, + "ied": 852, + "Ġlear": 853, + "xt": 854, + "ever": 855, + "sel": 856, + "ting": 857, + "uch": 858, + "ience": 859, + "Ġpers": 860, + "hat": 861, + "ution": 862, + "Ġear": 863, + "ology": 864, + "ural": 865, + "Ġnum": 866, + "Ġtrans": 867, + "Ġform": 868, + "Ġexam": 869, + "form": 870, + "Ġdifferent": 871, + "ss": 872, + "ident": 873, + "ata": 874, + "Ġher": 875, + "meric": 876, + "ually": 877, + "Ġinst": 878, + "Ġmod": 879, + "ines": 880, + "Ġworld": 881, + "iet": 882, + "Ġcar": 883, + "Ġfound": 884, + "Ġexper": 885, + "ists": 886, + "ef": 887, + "ins": 888, + "Ġinter": 889, + "Ġtyp": 890, + "Ġdisc": 891, + "ited": 892, + "aw": 893, + "gy": 894, + "Ġlong": 895, + "Ġmed": 896, + "Ġbecause": 897, + "Ġsim": 898, + "Ġpol": 899, + "Ġway": 900, + "ness": 901, + "land": 902, + "Ġeffect": 903, + "Ġjust": 904, + "Ġlar": 905, + "Ġinform": 906, + "Ġeven": 907, + "Ġvery": 908, + "aking": 909, + "get": 910, + "ron": 911, + "Ġke": 912, + "Ġincre": 913, + "ict": 914, + "Ġcent": 915, + "Ġcount": 916, + "ft": 917, + "Ġafter": 918, + "Ġthen": 919, + "Ġsaid": 920, + "Ġhum": 921, + "Ġdet": 922, + "ature": 923, + "Ġed": 924, + "ck": 925, + "vent": 926, + "ically": 927, + "Ġchildren": 928, + "Ġvar": 929, + "Ġsee": 930, + "Ġsign": 931, + "urn": 932, + "oy": 933, + "Ġprocess": 934, + "Ġprog": 935, + "other": 936, + "Ġevery": 937, + "ives": 938, + "ĠAmeric": 939, + "Ġresp": 940, + "cept": 941, + "cer": 942, + "ivers": 943, + "Ġtechn": 944, + "Ġgener": 945, + "Ġref": 946, + "Ġca": 947, + "Ġthose": 948, + "Ġcall": 949, + "ases": 950, + "Th": 951, + "iron": 952, + "Ġpat": 953, + "Ġimportant": 954, + "Ġgra": 955, + "Ġstudents": 956, + "Ġfood": 957, + "ody": 958, + "Ġeach": 959, + "ollow": 960, + "ism": 961, + "arm": 962, + "Ġresult": 963, + "Ġext": 964, + "ds": 965, + "Ġpub": 966, + "Ġsoc": 967, + "Ġsk": 968, + "ues": 969, + ".âĢĿ": 970, + "Ġlife": 971, + "Ġbeing": 972, + "Ġloc": 973, + "iew": 974, + "Ġfact": 975, + "ages": 976, + "Ġcre": 977, + "ruct": 978, + "Ġrequ": 979, + "Ġcommun": 980, + "Ġmuch": 981, + "Ġsec": 982, + "led": 983, + "Ġread": 984, + "Ġpartic": 985, + "Ġset": 986, + "con": 987, + "Ġmon": 988, + "Ġstudy": 989, + "Ġinformation": 990, + "Ġgrow": 991, + "ps": 992, + "Ġfam": 993, + "cent": 994, + "tle": 995, + "omm": 996, + "Ġduring": 997, + "Ġlevel": 998, + "Ġart": 999, + "Ġlead": 1000, + "Ġshe": 1001, + "ork": 1002, + "Ġdata": 1003, + "Ġdep": 1004, + "ĠThey": 1005, + "Ġfind": 1006, + "Ġproble": 1007, + "ĠWe": 1008, + "ices": 1009, + "Ġdist": 1010, + "Ġdef": 1011, + "ather": 1012, + "Ġschool": 1013, + "Ġent": 1014, + "Ġdoes": 1015, + "ĠAl": 1016, + "ize": 1017, + "Ġown": 1018, + "Ġcur": 1019, + "Ġperson": 1020, + "gg": 1021, + ")Ċ": 1022, + "Ġfollow": 1023, + "Ġche": 1024, + "ĠIf": 1025, + "ĠPro": 1026, + "ized": 1027, + "Ġav": 1028, + "Ġgood": 1029, + "any": 1030, + "Ġaut": 1031, + "ward": 1032, + "Ġusing": 1033, + "Ġright": 1034, + "Ġsame": 1035, + "12": 1036, + "Ġback": 1037, + "Ġmin": 1038, + "viron": 1039, + "ection": 1040, + "ĠAs": 1041, + "Ġmade": 1042, + "Ġins": 1043, + "stand": 1044, + "Ġmy": 1045, + "Ġtest": 1046, + "Ġgl": 1047, + "Ġstr": 1048, + "Ġexpl": 1049, + "Ġdise": 1050, + "read": 1051, + "ved": 1052, + "Ġshow": 1053, + "vern": 1054, + "Ġhist": 1055, + "Ġsmall": 1056, + "io": 1057, + "eg": 1058, + "Ġpop": 1059, + "Ġoften": 1060, + "Ġbo": 1061, + "hip": 1062, + "Ġend": 1063, + "Ġresearch": 1064, + "ality": 1065, + "ergy": 1066, + "Ġboth": 1067, + "ale": 1068, + "Ġtreat": 1069, + "Ġless": 1070, + "Ġcomple": 1071, + "ted": 1072, + "ially": 1073, + "Ġsol": 1074, + "Ġmain": 1075, + "Ġgrou": 1076, + "Ġbefore": 1077, + "ĠHow": 1078, + "und": 1079, + "Ġris": 1080, + "akes": 1081, + "Ġday": 1082, + "ivid": 1083, + "Ġtake": 1084, + "imate": 1085, + "Ġprot": 1086, + "Ġbody": 1087, + "ĠFor": 1088, + "ock": 1089, + "orn": 1090, + "hers": 1091, + "omen": 1092, + "15": 1093, + "Ġaround": 1094, + "Ġwhile": 1095, + "ince": 1096, + "iel": 1097, + "ars": 1098, + "ined": 1099, + "vironment": 1100, + "ĠAn": 1101, + "Ġval": 1102, + "ien": 1103, + "Ġlit": 1104, + "the": 1105, + "nce": 1106, + "Ġnumber": 1107, + "ix": 1108, + "Ġbr": 1109, + "rol": 1110, + "Ġvis": 1111, + "ex": 1112, + "Ġdesign": 1113, + "Ġfun": 1114, + "ty": 1115, + "ute": 1116, + "Ġnow": 1117, + "Ġstart": 1118, + "Ġposs": 1119, + "Ġclass": 1120, + "Ġlook": 1121, + "ished": 1122, + "Ġocc": 1123, + "der": 1124, + "iqu": 1125, + "Ġprovid": 1126, + "Ġdown": 1127, + "Ġcell": 1128, + "Ġredu": 1129, + "Ġorgan": 1130, + "inal": 1131, + "Ġcommon": 1132, + "Ġstate": 1133, + "Ġactiv": 1134, + "Ġma": 1135, + "ral": 1136, + "Ġpower": 1137, + "This": 1138, + "..": 1139, + "ĠInd": 1140, + "Ġserv": 1141, + "dition": 1142, + "ĠCon": 1143, + "Ġhand": 1144, + "iving": 1145, + "iety": 1146, + "Ġagain": 1147, + "day": 1148, + "ĠSp": 1149, + "ury": 1150, + "ier": 1151, + "ĠAr": 1152, + "up": 1153, + "Ġmem": 1154, + "irect": 1155, + "Ġthree": 1156, + "air": 1157, + "ves": 1158, + "Ġhuman": 1159, + "Ġplan": 1160, + "ulation": 1161, + "ium": 1162, + "iversity": 1163, + "Ġsupport": 1164, + ",âĢĿ": 1165, + "Ġchar": 1166, + "Ġelect": 1167, + "Ġcle": 1168, + "Ġbel": 1169, + "ital": 1170, + "ĠYou": 1171, + "ĠSc": 1172, + "rain": 1173, + "ters": 1174, + "oh": 1175, + "Ġcare": 1176, + "ger": 1177, + "rent": 1178, + "ains": 1179, + "Ġwrit": 1180, + "Ġpoint": 1181, + "||": 1182, + "ĠNew": 1183, + "Ġexample": 1184, + "17": 1185, + "ered": 1186, + "Ġser": 1187, + "ving": 1188, + "Ġunderstand": 1189, + "acter": 1190, + "ven": 1191, + "-b": 1192, + "Ġlarge": 1193, + "ave": 1194, + "Ġincluding": 1195, + "ead": 1196, + "ids": 1197, + "Ġallow": 1198, + "Ġconf": 1199, + "Ġmust": 1200, + "Ġgreat": 1201, + "Ġland": 1202, + "Ġreport": 1203, + "Ġeduc": 1204, + "Ġbuild": 1205, + "11": 1206, + "ross": 1207, + "cl": 1208, + "uss": 1209, + "oms": 1210, + "Ġknown": 1211, + "ĠBut": 1212, + "ional": 1213, + "Ġdr": 1214, + "Ġest": 1215, + "Ġeas": 1216, + "âĢĶ": 1217, + "âĢľ": 1218, + "aterial": 1219, + "Ġcalled": 1220, + "ouse": 1221, + "Ġadv": 1222, + "gen": 1223, + "ull": 1224, + "itions": 1225, + "Ġsom": 1226, + "16": 1227, + "Ġcontin": 1228, + "Ġcor": 1229, + "Ġop": 1230, + "Ġequ": 1231, + "Ġmet": 1232, + "-s": 1233, + "reen": 1234, + "Ġbeh": 1235, + "ets": 1236, + "Ġgovern": 1237, + "way": 1238, + "outh": 1239, + "Ġlearn": 1240, + "Ġenergy": 1241, + "anc": 1242, + "ĠThere": 1243, + "ared": 1244, + "esp": 1245, + "ential": 1246, + "iver": 1247, + "Ġcaus": 1248, + "Ġthough": 1249, + "Ġdid": 1250, + "Ġpract": 1251, + "Ġstill": 1252, + "Ġcour": 1253, + ").Ċ": 1254, + "ries": 1255, + "Ġthink": 1256, + "Ġquest": 1257, + "Ġenvironment": 1258, + "Ġfew": 1259, + "ash": 1260, + "Ġconst": 1261, + "ĠâĢĺ": 1262, + "self": 1263, + "com": 1264, + "ividual": 1265, + "ources": 1266, + "ering": 1267, + "Ġmight": 1268, + "ected": 1269, + "Ġide": 1270, + "Ġgu": 1271, + "els": 1272, + "Ġhim": 1273, + "Ġproduct": 1274, + "Ġdisease": 1275, + "Ġsym": 1276, + "iod": 1277, + "ah": 1278, + "Ġplace": 1279, + "Ġproject": 1280, + "ired": 1281, + "ee": 1282, + "Ġpublic": 1283, + "30": 1284, + "itive": 1285, + "angu": 1286, + "Ġchange": 1287, + "Ġret": 1288, + "Ġwant": 1289, + "Ġchang": 1290, + "Ġdon": 1291, + "ĠThese": 1292, + "iven": 1293, + "raph": 1294, + "agn": 1295, + "Ġtem": 1296, + "Ġplay": 1297, + "ording": 1298, + "Ġimpro": 1299, + "Ġlight": 1300, + "Ġmaterial": 1301, + "Ġappro": 1302, + "ax": 1303, + "eng": 1304, + "Ġstand": 1305, + "erest": 1306, + "oci": 1307, + "osed": 1308, + "ĠAnd": 1309, + "Ġphys": 1310, + "conom": 1311, + "Ġmat": 1312, + "line": 1313, + "Ġben": 1314, + "ĠWh": 1315, + "Ġpot": 1316, + "Ġbre": 1317, + "lish": 1318, + "Ġair": 1319, + "Ġprof": 1320, + "Ġdevelopment": 1321, + "ption": 1322, + "Ġve": 1323, + "alk": 1324, + "illion": 1325, + "Ġpur": 1326, + "Ġblood": 1327, + "Ġindividual": 1328, + "Ġwithin": 1329, + "Ġeng": 1330, + "Ġiss": 1331, + "arent": 1332, + "ination": 1333, + "14": 1334, + "inc": 1335, + "de": 1336, + "bers": 1337, + "me": 1338, + "Ġhome": 1339, + "ĠEng": 1340, + "bs": 1341, + "It": 1342, + "Ġpresent": 1343, + "Ġimm": 1344, + "Ġrisk": 1345, + "ization": 1346, + "13": 1347, + "ason": 1348, + "Ġarea": 1349, + "Ġwithout": 1350, + "Ġinclude": 1351, + "ffic": 1352, + "Ġmeth": 1353, + "iness": 1354, + "ank": 1355, + "50": 1356, + "Ġident": 1357, + "Ġbest": 1358, + "ertain": 1359, + "ior": 1360, + "ration": 1361, + "Ġdem": 1362, + "Ġwomen": 1363, + "Ġsit": 1364, + "Ġpain": 1365, + "ense": 1366, + "oun": 1367, + "ental": 1368, + "Ġsocial": 1369, + "arc": 1370, + "ĠUniversity": 1371, + "Ġsl": 1372, + "ime": 1373, + "Ġdirect": 1374, + "less": 1375, + "Ġcap": 1376, + "Ġmus": 1377, + "erc": 1378, + "Ġess": 1379, + "ills": 1380, + "Ġmeas": 1381, + "'t": 1382, + "ability": 1383, + "rodu": 1384, + ".\"": 1385, + "Ġbetter": 1386, + "jor": 1387, + "ĠIs": 1388, + "atural": 1389, + "ify": 1390, + "Ġbecome": 1391, + "Ġanother": 1392, + "Ġpass": 1393, + "Ġbas": 1394, + "Ġpos": 1395, + "Ġkeep": 1396, + "Ġprogram": 1397, + "Ġanim": 1398, + "ner": 1399, + "ĠAmerican": 1400, + "Ġmark": 1401, + "Ġant": 1402, + "to": 1403, + "ived": 1404, + ".âĢĿĊ": 1405, + "ats": 1406, + "ield": 1407, + "Ġlow": 1408, + "orth": 1409, + "Ġbelie": 1410, + "Ġanal": 1411, + "Ġcause": 1412, + "ining": 1413, + "ware": 1414, + "ource": 1415, + "Ġinterest": 1416, + "Ġearly": 1417, + "Ġcult": 1418, + ".,": 1419, + "Ġold": 1420, + "Ġtop": 1421, + "Ġlearning": 1422, + "ton": 1423, + "ways": 1424, + "Ġproper": 1425, + "ological": 1426, + "Ġsever": 1427, + "ified": 1428, + "ently": 1429, + "Ġcontrol": 1430, + "eral": 1431, + "Ġrest": 1432, + "Ġtre": 1433, + "Ġopp": 1434, + "Ġhistory": 1435, + "Ġeconom": 1436, + "gin": 1437, + "Ġmove": 1438, + "ris": 1439, + "ĠâĢĶ": 1440, + "-f": 1441, + "Ġprovide": 1442, + "here": 1443, + "ccess": 1444, + "Ġlast": 1445, + "What": 1446, + "Ġtoo": 1447, + "lished": 1448, + "Ġdesc": 1449, + "Ġmethod": 1450, + "Ġmeans": 1451, + "Ġlangu": 1452, + "Ġsaf": 1453, + "ĠHowever": 1454, + "ories": 1455, + "Ġplant": 1456, + "Ġpercent": 1457, + "Ġoccur": 1458, + "ients": 1459, + "Ġavail": 1460, + "Ġdev": 1461, + "eed": 1462, + "Ġreal": 1463, + "atic": 1464, + "rap": 1465, + "Ġfamily": 1466, + "ians": 1467, + "ĠAd": 1468, + "ern": 1469, + "Ġscient": 1470, + "Ġbenef": 1471, + "man": 1472, + "Ġmajor": 1473, + "Ġaffect": 1474, + "Ġgroup": 1475, + "Ġhere": 1476, + "Ġcurrent": 1477, + "Ġsecond": 1478, + "Ġleg": 1479, + "Ġele": 1480, + "hor": 1481, + "Ġfore": 1482, + "Ġmil": 1483, + "ĠDe": 1484, + "ider": 1485, + "ained": 1486, + "ug": 1487, + "Ġwar": 1488, + "Ġable": 1489, + "ards": 1490, + "Ġindu": 1491, + "Ġsays": 1492, + "ples": 1493, + "use": 1494, + "ĠWhen": 1495, + "Ġ&": 1496, + "Ġoper": 1497, + "Ġinfl": 1498, + "Ġperform": 1499, + "oid": 1500, + "Ġcal": 1501, + "Ġpossible": 1502, + "Ġfeel": 1503, + "ograph": 1504, + "Ġnear": 1505, + "Ġspecies": 1506, + "az": 1507, + "Ġhapp": 1508, + "Ġpar": 1509, + "Ġparticular": 1510, + "Ġaddition": 1511, + "Ġorder": 1512, + "Ġseveral": 1513, + "Ġbus": 1514, + "ik": 1515, + "Ġmean": 1516, + "ision": 1517, + "Ġinvol": 1518, + "Ġhig": 1519, + "ĠRe": 1520, + "Ġgovernment": 1521, + "ĠSh": 1522, + "Ġperiod": 1523, + "Ġfin": 1524, + "icle": 1525, + "Ġareas": 1526, + "ention": 1527, + "ĠAt": 1528, + "ĠEx": 1529, + "Ġsay": 1530, + "ĠPh": 1531, + "Ġthings": 1532, + "ĠUnited": 1533, + "Ġter": 1534, + "ots": 1535, + "view": 1536, + "ission": 1537, + "Ġcost": 1538, + "Ġprevent": 1539, + "aper": 1540, + "ocus": 1541, + "Ġagainst": 1542, + "par": 1543, + "Ġwee": 1544, + "amp": 1545, + "ĠRes": 1546, + "Ġunt": 1547, + "cle": 1548, + "ote": 1549, + "ĠCl": 1550, + "|Ċ": 1551, + "Ġopen": 1552, + "ogn": 1553, + "Ġsince": 1554, + "pect": 1555, + "Ġsignific": 1556, + "Ġtreatment": 1557, + "ator": 1558, + "ĠTo": 1559, + "We": 1560, + "ina": 1561, + "Ġtimes": 1562, + "sc": 1563, + "Ġprom": 1564, + "Ġothers": 1565, + "Ġlaw": 1566, + "Ġmar": 1567, + "ends": 1568, + "ĠCol": 1569, + ".S": 1570, + "Ġavailable": 1571, + "rist": 1572, + "If": 1573, + "Ġcountry": 1574, + "Ġlim": 1575, + "ĠPl": 1576, + "Ġage": 1577, + "cing": 1578, + "Ġorig": 1579, + "osp": 1580, + "ĠCan": 1581, + "Ġbased": 1582, + "Ġhead": 1583, + "Ġcreat": 1584, + "Ġnon": 1585, + "Ġaccess": 1586, + "Ġel": 1587, + "Ġname": 1588, + "Ġlist": 1589, + "Ġtype": 1590, + "-p": 1591, + "Ġproblem": 1592, + "ling": 1593, + "Ġimpact": 1594, + "Ġproblems": 1595, + "Ġmonth": 1596, + "urop": 1597, + "idence": 1598, + "-c": 1599, + ",\"": 1600, + "ilar": 1601, + "Ġrun": 1602, + "Ġlevels": 1603, + "though": 1604, + "Ġmen": 1605, + "Ġfac": 1606, + "Ġcomput": 1607, + "Ġcond": 1608, + "Ġfollowing": 1609, + "ames": 1610, + "Ġamount": 1611, + "Ġnatural": 1612, + "ones": 1613, + "Ġfree": 1614, + "Ġamong": 1615, + "Ġfour": 1616, + "Ġhard": 1617, + "Ġconn": 1618, + "imes": 1619, + "ret": 1620, + "Ġpress": 1621, + "ances": 1622, + "Ġcome": 1623, + "Ġdel": 1624, + "ended": 1625, + "__": 1626, + "Ġlo": 1627, + "Ġbir": 1628, + "sy": 1629, + "Ġstruct": 1630, + "ole": 1631, + "work": 1632, + "Ġbi": 1633, + "port": 1634, + "Ġyoung": 1635, + "Ġbook": 1636, + "Ġobject": 1637, + "Ġput": 1638, + "Ġflow": 1639, + "ĠStates": 1640, + "ane": 1641, + "Ġlab": 1642, + "icult": 1643, + "Ġcells": 1644, + "ring": 1645, + "Ġfocus": 1646, + "Ġcertain": 1647, + "Ġmaking": 1648, + "omp": 1649, + "ortun": 1650, + "Ġet": 1651, + "ething": 1652, + "Ġindust": 1653, + "ably": 1654, + "Ġfre": 1655, + "Ġpost": 1656, + "elf": 1657, + "hy": 1658, + "ope": 1659, + "-d": 1660, + "Ġlet": 1661, + "Ġlittle": 1662, + "oint": 1663, + "Ġintern": 1664, + "ĠCent": 1665, + "Ġcho": 1666, + "ploy": 1667, + "ĠWhat": 1668, + "urther": 1669, + "ĠSe": 1670, + "Ġcase": 1671, + "of": 1672, + "Ġtechnology": 1673, + "Ġmult": 1674, + "ĠQ": 1675, + "Ġsuccess": 1676, + "Ġlocal": 1677, + "Ġview": 1678, + "ression": 1679, + "urope": 1680, + "uture": 1681, + "atory": 1682, + "Ġdue": 1683, + "une": 1684, + "Ġheart": 1685, + "oks": 1686, + "Ġgr": 1687, + "Ġrece": 1688, + "Ġsw": 1689, + "ptoms": 1690, + "Ġbehav": 1691, + "Ġteac": 1692, + "ised": 1693, + "Ġassoci": 1694, + "ox": 1695, + "Ġshort": 1696, + "Ġlikely": 1697, + "Ġvir": 1698, + "Ġusually": 1699, + "Ġcreate": 1700, + "Ġlanguage": 1701, + "Ġeducation": 1702, + "Ġsignificant": 1703, + "Ġsystems": 1704, + "ately": 1705, + "ication": 1706, + "How": 1707, + "ggest": 1708, + "Ġturn": 1709, + "ĠAf": 1710, + "Ġfar": 1711, + "Ġhy": 1712, + "Ġresearc": 1713, + "Ġvol": 1714, + "Ġbro": 1715, + "ĠTe": 1716, + "Ġsomething": 1717, + "ides": 1718, + "ĠNational": 1719, + "Ġbrain": 1720, + "Ġrad": 1721, + "Ġconsum": 1722, + "Ġcancer": 1723, + "br": 1724, + "ĠComm": 1725, + "over": 1726, + "Ġtemper": 1727, + "Ġinvest": 1728, + "40": 1729, + "Ġtoday": 1730, + "ĠZ": 1731, + "Ġuntil": 1732, + "Ġalong": 1733, + "Ġfunction": 1734, + "As": 1735, + "ledge": 1736, + "âĢĵ": 1737, + "Ġdeterm": 1738, + "Ġparent": 1739, + "Ġincrease": 1740, + "ĠEn": 1741, + "Ġdays": 1742, + "Ġspace": 1743, + "Ġpast": 1744, + "ured": 1745, + "Ġsuggest": 1746, + "Ġcomb": 1747, + "agement": 1748, + "Ġcir": 1749, + "Ġcourse": 1750, + "Ġworks": 1751, + "Ġlater": 1752, + "There": 1753, + "Ġmillion": 1754, + "Ġfil": 1755, + "olution": 1756, + "Ġey": 1757, + "aps": 1758, + "Ġneeds": 1759, + "ĠEurope": 1760, + "ĠBe": 1761, + "ending": 1762, + "Ġwhy": 1763, + "Ġspecific": 1764, + "ape": 1765, + "Ġgiven": 1766, + "Ġdifficult": 1767, + "ĠGod": 1768, + "âĢĻre": 1769, + "Ġalways": 1770, + "Ġprofess": 1771, + "Ġdra": 1772, + "ecially": 1773, + "25": 1774, + "resent": 1775, + "Ġcommunity": 1776, + "ither": 1777, + "Ġeffective": 1778, + "ours": 1779, + "face": 1780, + "por": 1781, + "aster": 1782, + "Ġresults": 1783, + "tt": 1784, + "icro": 1785, + "Ġrele": 1786, + "ĠUS": 1787, + "Ġexperience": 1788, + "aken": 1789, + "Ġplants": 1790, + "ged": 1791, + "Ġenc": 1792, + "Ġdam": 1793, + "Ġwords": 1794, + "Ġdeath": 1795, + "obal": 1796, + "Ġacross": 1797, + "stit": 1798, + "ĠWor": 1799, + "-m": 1800, + "ont": 1801, + "Ġfuture": 1802, + "ators": 1803, + "hem": 1804, + "not": 1805, + "asing": 1806, + "Ġappear": 1807, + "Ġgive": 1808, + "vious": 1809, + "Ġconditions": 1810, + "Ġseem": 1811, + "Ġtool": 1812, + "Ġtry": 1813, + "Ġsing": 1814, + "especially": 1815, + "Ġtoget": 1816, + "etic": 1817, + "Ġtogether": 1818, + "rug": 1819, + "Ġbegin": 1820, + "Ġimprove": 1821, + "Ġrecord": 1822, + "Ġspecial": 1823, + "Ġteam": 1824, + "Ġways": 1825, + "Ġill": 1826, + "Ġcentury": 1827, + "Ġnext": 1828, + "Ġobs": 1829, + "Ġvarious": 1830, + "ĠEar": 1831, + "Ġcr": 1832, + "Ġcountries": 1833, + "af": 1834, + "Ġworking": 1835, + "Ġ$": 1836, + "Ġsimilar": 1837, + "Ġapplic": 1838, + "Ġclear": 1839, + "ique": 1840, + "St": 1841, + "ried": 1842, + "atch": 1843, + "Ġ[": 1844, + "Ġhigher": 1845, + "Ġchem": 1846, + "ĠOr": 1847, + "Ġchanges": 1848, + "Ġpopulation": 1849, + "Ġbusiness": 1850, + "aves": 1851, + "Ġsymptoms": 1852, + "Ġcy": 1853, + "!Ċ": 1854, + "Ġcharacter": 1855, + "ember": 1856, + "Ġkey": 1857, + "Ġpolit": 1858, + "Ġcolle": 1859, + "ored": 1860, + "idd": 1861, + "Ġtypes": 1862, + "ĠSo": 1863, + "ĠAll": 1864, + "ned": 1865, + "Ġdiscuss": 1866, + "ĠAfric": 1867, + "Ġer": 1868, + "cul": 1869, + "Ġstrong": 1870, + "Ġmov": 1871, + "aining": 1872, + "Ġenough": 1873, + "Ġrequire": 1874, + "orts": 1875, + "Ġside": 1876, + "Ġask": 1877, + "Ġauthor": 1878, + "Ġgre": 1879, + "Ġline": 1880, + "ww": 1881, + "Ġcomplete": 1882, + "ruction": 1883, + "Ġexist": 1884, + "ĠBl": 1885, + "Ġdescrib": 1886, + "iation": 1887, + "Ġcrit": 1888, + "ĠOn": 1889, + "Ġleast": 1890, + "Ġaway": 1891, + "sw": 1892, + "ĠChrist": 1893, + "ribut": 1894, + "aces": 1895, + "ateg": 1896, + "be": 1897, + "Ġabove": 1898, + "omes": 1899, + "most": 1900, + "Ġkind": 1901, + "ode": 1902, + "Ġespecially": 1903, + "ĠMed": 1904, + "Ġsens": 1905, + "ilities": 1906, + "Ġprotect": 1907, + "ler": 1908, + "Ġpatients": 1909, + "sp": 1910, + "Ġmot": 1911, + "Ġnecess": 1912, + "aching": 1913, + "Ġrespons": 1914, + "oney": 1915, + "Ġeffects": 1916, + "aring": 1917, + "An": 1918, + "acc": 1919, + "amm": 1920, + "Ġstep": 1921, + "Ġpaper": 1922, + "iting": 1923, + "Ġnet": 1924, + "Ġterm": 1925, + "Ġbig": 1926, + "Ġdig": 1927, + "60": 1928, + "Ġmakes": 1929, + "Ġfull": 1930, + "Ġnut": 1931, + "Ġgoing": 1932, + "Ġopt": 1933, + "ilt": 1934, + "ym": 1935, + "ables": 1936, + "Ġhowever": 1937, + "Ġscience": 1938, + "ales": 1939, + "For": 1940, + "ray": 1941, + "oot": 1942, + "ires": 1943, + "Ġnorm": 1944, + "ĠFr": 1945, + "hern": 1946, + "-t": 1947, + "acy": 1948, + "thing": 1949, + "ush": 1950, + "Ġcases": 1951, + "isc": 1952, + "Ġ'": 1953, + "Ġphysical": 1954, + "mit": 1955, + "Ġchall": 1956, + "-l": 1957, + "selves": 1958, + "ument": 1959, + "Ġnever": 1960, + "Ġresearchers": 1961, + "Ġlower": 1962, + "Ġleft": 1963, + "ohn": 1964, + "pr": 1965, + "Ġlive": 1966, + "Ġsure": 1967, + "Ġwr": 1968, + "atures": 1969, + "alf": 1970, + "ĠBrit": 1971, + "Ġlot": 1972, + "ysis": 1973, + "duct": 1974, + "Ġprim": 1975, + "chie": 1976, + "Ġstudies": 1977, + "21": 1978, + "Ġskills": 1979, + "ipp": 1980, + "Ġhaving": 1981, + "let": 1982, + "Ġrole": 1983, + "Ġestab": 1984, + "Ġtru": 1985, + "Ġrange": 1986, + "ĠSome": 1987, + "Ġsum": 1988, + "Ġens": 1989, + "bon": 1990, + "Ġstory": 1991, + "Ġknowledge": 1992, + "Ġwhether": 1993, + "Ġbelow": 1994, + "ready": 1995, + "Ġz": 1996, + "Ġprop": 1997, + "oring": 1998, + "Ġtext": 1999, + "Ġconsider": 2000, + "aut": 2001, + "lement": 2002, + "side": 2003, + "Ġquality": 2004, + "Ġinflu": 2005, + "Ġsubject": 2006, + "Ġpred": 2007, + "ĠEnglish": 2008, + "Ġmind": 2009, + "Ġloss": 2010, + "Ġproducts": 2011, + "Ġgeneral": 2012, + "Ġgrowth": 2013, + "Ġhouse": 2014, + "Ġrelations": 2015, + "ĠWith": 2016, + "min": 2017, + "leep": 2018, + "Ġground": 2019, + "80": 2020, + "Ġclimate": 2021, + "Ġactivities": 2022, + "Ġwind": 2023, + "When": 2024, + "Ġresources": 2025, + "lo": 2026, + "app": 2027, + "Ġconcer": 2028, + "Ġreally": 2029, + "Ġbecame": 2030, + "Ġreduce": 2031, + "verage": 2032, + "Ġ.": 2033, + "ges": 2034, + "Ġcity": 2035, + "omet": 2036, + "Ġproduction": 2037, + "Ġactivity": 2038, + "oman": 2039, + "Ġself": 2040, + "ery": 2041, + "ung": 2042, + "ream": 2043, + "ott": 2044, + "Ġaccount": 2045, + "Ġfurther": 2046, + "ites": 2047, + "Ġvalue": 2048, + "Ġalready": 2049, + "amin": 2050, + "Ġpotential": 2051, + "Ġsoil": 2052, + "istic": 2053, + "Ġfall": 2054, + "Ġreason": 2055, + "Ġfund": 2056, + "Ġdeveloped": 2057, + "ĠWar": 2058, + "Ġword": 2059, + "ency": 2060, + "oura": 2061, + "Ġquestion": 2062, + "Ġflu": 2063, + "Ġeff": 2064, + "Ġaccording": 2065, + "apt": 2066, + "ae": 2067, + "ĠThat": 2068, + "ĠHealth": 2069, + "Ġphot": 2070, + "ĠWorld": 2071, + "Ġoil": 2072, + "Ġmedical": 2073, + "Ġclose": 2074, + "Ġachie": 2075, + "Ġdone": 2076, + "Ġskin": 2077, + "overed": 2078, + "Ġur": 2079, + "Ġdrug": 2080, + "ands": 2081, + "iple": 2082, + "Ġpolic": 2083, + "ird": 2084, + "Ġseen": 2085, + "Ġsun": 2086, + "Ġred": 2087, + "rams": 2088, + "ley": 2089, + "Ġbuilding": 2090, + "ann": 2091, + "Ġfield": 2092, + "Ġrepresent": 2093, + "ĠOne": 2094, + "Ġquestions": 2095, + "ĠGerm": 2096, + "Ġgroups": 2097, + "esc": 2098, + "Ġsite": 2099, + "osis": 2100, + ".\"Ċ": 2101, + "Ġdeg": 2102, + "Ġrecogn": 2103, + "sych": 2104, + "unt": 2105, + "Ġhealthy": 2106, + "Ġtoward": 2107, + "ĠDr": 2108, + "edi": 2109, + "Ġsource": 2110, + "Ġevent": 2111, + "ification": 2112, + "Ġmass": 2113, + "Ġindic": 2114, + "Ġparticip": 2115, + "by": 2116, + "Ġissues": 2117, + "Ġmodel": 2118, + "Ġpressure": 2119, + "Ġfive": 2120, + "Ġrecomm": 2121, + "Ġsitu": 2122, + "ibility": 2123, + "Ġintrodu": 2124, + "Ġsurface": 2125, + "aim": 2126, + "for": 2127, + "NA": 2128, + "fact": 2129, + "Ġemploy": 2130, + "Ġweek": 2131, + "Ġsingle": 2132, + "Ġtradition": 2133, + "ued": 2134, + "Ġarticle": 2135, + "rel": 2136, + "Ġcut": 2137, + "Ġcirc": 2138, + "Ġdoct": 2139, + "ask": 2140, + "ips": 2141, + "Ġwhite": 2142, + "earch": 2143, + "Ġonce": 2144, + "Ġeither": 2145, + "Ġrate": 2146, + "augh": 2147, + "Ġconcept": 2148, + "Ġstress": 2149, + "Ġanimals": 2150, + "Ġbat": 2151, + "nal": 2152, + "put": 2153, + "Ġsize": 2154, + "Ġabs": 2155, + "Ġcollect": 2156, + "Ġwide": 2157, + "Ġsound": 2158, + "idered": 2159, + "Ġneg": 2160, + "Ġweight": 2161, + "Ġrather": 2162, + "Ġaddress": 2163, + "Ġcreated": 2164, + "ĠSouth": 2165, + "ivity": 2166, + "ĠGo": 2167, + "Ġsimple": 2168, + "Ġdetail": 2169, + "Ġdiet": 2170, + "erence": 2171, + "Ġwriting": 2172, + "ĠLe": 2173, + "Ġann": 2174, + "ety": 2175, + "urity": 2176, + "Ġtell": 2177, + "Ġstat": 2178, + "ĠCar": 2179, + "ĠJohn": 2180, + "ĠCal": 2181, + "Ġopportun": 2182, + "Ġmaterials": 2183, + "ĠAmerica": 2184, + "Ġprob": 2185, + ",Ċ": 2186, + "Ġglobal": 2187, + "Ġactually": 2188, + "Ġadult": 2189, + "Ġunderstanding": 2190, + "Ġengine": 2191, + "Ġfri": 2192, + "Ġcomes": 2193, + "Ġmarket": 2194, + "Ġinit": 2195, + "ĠNorth": 2196, + "Ġoffic": 2197, + "ĠShe": 2198, + "ival": 2199, + "90": 2200, + "str": 2201, + "Ġquick": 2202, + "Ġfat": 2203, + "Ġliving": 2204, + "Ġstudent": 2205, + "Ġability": 2206, + "rect": 2207, + "Ġdog": 2208, + "rict": 2209, + "roll": 2210, + "Ġsal": 2211, + "Ġassociated": 2212, + "Ġconsidered": 2213, + "Ġlay": 2214, + "Ġtaken": 2215, + "Ġnational": 2216, + "reme": 2217, + "ening": 2218, + "Ġpublished": 2219, + "Ġmeet": 2220, + "24": 2221, + "ĠIntern": 2222, + "fficient": 2223, + "Ġansw": 2224, + "To": 2225, + "ĠEarth": 2226, + "Ġtot": 2227, + "ĠIm": 2228, + "Ġfish": 2229, + "Ġfrequ": 2230, + "Ġprovides": 2231, + "ĠBy": 2232, + "Ġblack": 2233, + "Ġincreased": 2234, + "aging": 2235, + "Ġhold": 2236, + "Ġpractice": 2237, + "ĠGe": 2238, + "Ġneeded": 2239, + "Ġobserv": 2240, + "oon": 2241, + "urch": 2242, + "Ġrelated": 2243, + "ison": 2244, + "Ġparts": 2245, + "plic": 2246, + "â̦": 2247, + "Ġwhole": 2248, + "Ġevidence": 2249, + "Ġpay": 2250, + "gest": 2251, + "ump": 2252, + "ivil": 2253, + "ule": 2254, + "ibr": 2255, + "Ġgreen": 2256, + "Ġcondition": 2257, + "Ġfail": 2258, + "Ġcomputer": 2259, + "Ġver": 2260, + "ĠSy": 2261, + "ensive": 2262, + "ER": 2263, + "Ġhistor": 2264, + "SA": 2265, + "Ġexerc": 2266, + "val": 2267, + "70": 2268, + "Ġfamil": 2269, + "Ġdoc": 2270, + "Ġfeed": 2271, + "Ġexperien": 2272, + "Ġstates": 2273, + "fer": 2274, + "Ġdom": 2275, + "Ġavoid": 2276, + "Ġparents": 2277, + "ĠStud": 2278, + "Ġmicro": 2279, + "iol": 2280, + "22": 2281, + "ĠAust": 2282, + "Ġnature": 2283, + "ĠGen": 2284, + "Ġthemselves": 2285, + "Ġ=": 2286, + "light": 2287, + "ĠAss": 2288, + "Ġsent": 2289, + "Ġrequired": 2290, + "Ġgas": 2291, + "Wh": 2292, + "ĠTr": 2293, + "Ġrelationship": 2294, + "You": 2295, + "Ġidea": 2296, + "Ġproduce": 2297, + "Ġmaint": 2298, + "Al": 2299, + "Ġfactors": 2300, + "Ġchemical": 2301, + "iam": 2302, + "Ġentire": 2303, + "Ġport": 2304, + "Ġcoll": 2305, + "mber": 2306, + "lying": 2307, + "Ġcomplex": 2308, + "Ġcame": 2309, + "illed": 2310, + "Ġmodern": 2311, + "Ġpurp": 2312, + "Ġmembers": 2313, + "Ġmedic": 2314, + "Ch": 2315, + "aced": 2316, + "ging": 2317, + "Ġmanagement": 2318, + "Ġsoft": 2319, + "Ġalmost": 2320, + "epend": 2321, + "Ġjob": 2322, + "Ġmonths": 2323, + "enn": 2324, + "erve": 2325, + "Ġspe": 2326, + "Ġthought": 2327, + "oes": 2328, + "Ġcat": 2329, + "Ġeconomic": 2330, + "Ġservices": 2331, + "ores": 2332, + "Ġdest": 2333, + "Ġlink": 2334, + "Ġreturn": 2335, + "Ġclean": 2336, + "Ġreading": 2337, + "Ġsleep": 2338, + "ĠAm": 2339, + "Ġrelig": 2340, + "Ġcannot": 2341, + "reg": 2342, + "Ġmeasure": 2343, + "ĠAb": 2344, + "aged": 2345, + "acks": 2346, + "hing": 2347, + "ublic": 2348, + "Ġarch": 2349, + "Ġonline": 2350, + "Ġreact": 2351, + "artment": 2352, + "utions": 2353, + "ĠMar": 2354, + "Ġhalf": 2355, + "Ġmoney": 2356, + "emic": 2357, + "Ġsuff": 2358, + "Ġprote": 2359, + "Ġla": 2360, + "ply": 2361, + "ĠMay": 2362, + "Ġpopular": 2363, + "abor": 2364, + "urs": 2365, + "Ġassess": 2366, + "Ġge": 2367, + "Ġthroughout": 2368, + "ĠPr": 2369, + "Ġvers": 2370, + "ney": 2371, + "uel": 2372, + "vere": 2373, + "yn": 2374, + "oph": 2375, + "oses": 2376, + "itud": 2377, + "Ġpersonal": 2378, + "//": 2379, + "sequ": 2380, + "Ġapproach": 2381, + "inter": 2382, + "ront": 2383, + "rown": 2384, + "Ġemer": 2385, + "ections": 2386, + "Ġliter": 2387, + "Ġcauses": 2388, + "Ġheat": 2389, + "Ġpath": 2390, + "Ġshows": 2391, + "Ġstop": 2392, + "ened": 2393, + "utes": 2394, + "cient": 2395, + "Ġpolitical": 2396, + "Ġtaking": 2397, + "yle": 2398, + "izing": 2399, + "abit": 2400, + "Ġever": 2401, + "Ġsuper": 2402, + "ccording": 2403, + "Ġanalysis": 2404, + "ze": 2405, + ".com": 2406, + "eds": 2407, + "Ġrecent": 2408, + "Ġtemperature": 2409, + "hib": 2410, + "Ġbar": 2411, + "Ġregion": 2412, + "ĠMan": 2413, + "astic": 2414, + "Ġindustry": 2415, + "Ġcolor": 2416, + "bo": 2417, + "Ġdiagn": 2418, + "erous": 2419, + "chan": 2420, + "Ġtalk": 2421, + "Ġeasy": 2422, + "Ġnecessary": 2423, + "Ġarg": 2424, + "Ġbenefits": 2425, + "ences": 2426, + "Ġfarm": 2427, + "Ġconduct": 2428, + "Ġtar": 2429, + "ĠDep": 2430, + "Ġcontent": 2431, + "iddle": 2432, + "Ġtherap": 2433, + "rad": 2434, + "Ġindividuals": 2435, + "Ġhours": 2436, + "oll": 2437, + "Ġincreasing": 2438, + "Ġrights": 2439, + "Ġbegan": 2440, + "-based": 2441, + "Ġhelps": 2442, + "Ġsam": 2443, + "Ġitself": 2444, + "Ġfru": 2445, + "Ġinteract": 2446, + "Ġupon": 2447, + "Ġcompany": 2448, + "Ġbur": 2449, + "Ġbreak": 2450, + "Ġlives": 2451, + "ma": 2452, + "Ġschools": 2453, + "Ġcaused": 2454, + "Ġscientists": 2455, + "Ġenvironmental": 2456, + "ĠAct": 2457, + "ournal": 2458, + "Ġcontain": 2459, + "Ġspread": 2460, + "uck": 2461, + "Ġcheck": 2462, + "Ġpattern": 2463, + "Ġsafe": 2464, + "Ġinj": 2465, + "Ġvide": 2466, + "iction": 2467, + "Ġtook": 2468, + "ĠCont": 2469, + "Ġcontact": 2470, + "Ġbuilt": 2471, + "Ġfire": 2472, + "Ġtraining": 2473, + "Ġlonger": 2474, + "anced": 2475, + "Ġrepl": 2476, + "eter": 2477, + "://": 2478, + "onse": 2479, + "ober": 2480, + "Ġmach": 2481, + "abet": 2482, + "Ġpoll": 2483, + "pid": 2484, + "Ġyet": 2485, + "olic": 2486, + "Ġcop": 2487, + "Ġeat": 2488, + "Ġbacter": 2489, + "ronic": 2490, + "Ġut": 2491, + "Ġincludes": 2492, + "ming": 2493, + "Ġpriv": 2494, + "ising": 2495, + "Ġfoods": 2496, + "Ġstructure": 2497, + "org": 2498, + "Ġaction": 2499, + "ai": 2500, + "ĠComp": 2501, + "ĠCanad": 2502, + "go": 2503, + "Ġdisord": 2504, + "Ġarr": 2505, + "nces": 2506, + "Ġdesigned": 2507, + "Ġtravel": 2508, + "lor": 2509, + "ĠSchool": 2510, + "Ġbehavior": 2511, + "Ġwild": 2512, + "itary": 2513, + "ĠWhile": 2514, + "-w": 2515, + "usion": 2516, + "Ġsix": 2517, + "eb": 2518, + "Ġsepar": 2519, + "reng": 2520, + "Ġdeb": 2521, + "Ġmor": 2522, + "aily": 2523, + "ĠSoc": 2524, + "Ġsociety": 2525, + "Ġsurv": 2526, + "ches": 2527, + "Ġvariety": 2528, + "Ġmeaning": 2529, + "hold": 2530, + "Ġce": 2531, + "ĠRep": 2532, + "Ġsense": 2533, + "Ġregular": 2534, + "Ġprevious": 2535, + "lt": 2536, + "Ġetc": 2537, + "ĠGu": 2538, + "But": 2539, + "Ġtotal": 2540, + "Ġcarbon": 2541, + "fully": 2542, + "Ġsomet": 2543, + "estern": 2544, + "ume": 2545, + "ĠX": 2546, + "ufact": 2547, + "ows": 2548, + "icles": 2549, + "Ġlif": 2550, + "Ġexperim": 2551, + "ĠAfter": 2552, + "aving": 2553, + "gar": 2554, + "Ġpositive": 2555, + "Ġservice": 2556, + "Ġaverage": 2557, + "ules": 2558, + "Ġkids": 2559, + "Ġste": 2560, + "Ġthing": 2561, + "Ġbring": 2562, + "Ġast": 2563, + "ese": 2564, + "Ġuses": 2565, + "het": 2566, + "hood": 2567, + "ES": 2568, + "Ġmatter": 2569, + "Ġvisit": 2570, + "ricult": 2571, + "Ġdamage": 2572, + "23": 2573, + "ID": 2574, + "Ġfig": 2575, + "Ġslow": 2576, + "Ġconc": 2577, + "ĠState": 2578, + "lex": 2579, + "yl": 2580, + "Ġsex": 2581, + "Ġterms": 2582, + "Ġdeep": 2583, + "ils": 2584, + "Ġprinc": 2585, + "ively": 2586, + "Ġregard": 2587, + "Ġsat": 2588, + "vey": 2589, + "itation": 2590, + "ropri": 2591, + "mb": 2592, + "empt": 2593, + "inary": 2594, + "Ġmethods": 2595, + "istics": 2596, + "Ġidentify": 2597, + "ulations": 2598, + "ĠCo": 2599, + "ĠBritish": 2600, + "ĠHis": 2601, + "Ġvari": 2602, + "Ġelectric": 2603, + "apan": 2604, + "Ġprograms": 2605, + "ĠResearch": 2606, + "Ġnormal": 2607, + "Ġcompan": 2608, + "Ġstandard": 2609, + "ext": 2610, + "Ġsometimes": 2611, + "Ġencoura": 2612, + "ript": 2613, + "Ġteachers": 2614, + "ĠPe": 2615, + "Ġsources": 2616, + "ades": 2617, + "ĠInstit": 2618, + "imately": 2619, + "Ġsimply": 2620, + "Ġshown": 2621, + "Ġface": 2622, + "Ġsubst": 2623, + "Ġdoing": 2624, + "Ġmusic": 2625, + "asc": 2626, + "Ġheav": 2627, + "Ġbab": 2628, + "Ġfem": 2629, + "Ġprec": 2630, + "ĠCO": 2631, + "Ġwebs": 2632, + "Ġdeveloping": 2633, + "lands": 2634, + "Ġprovided": 2635, + "ĠJew": 2636, + "Ġchalleng": 2637, + "Ġthreat": 2638, + "ched": 2639, + "Ġposition": 2640, + "ederal": 2641, + "Ġled": 2642, + "ĠHist": 2643, + "Ġclaim": 2644, + "room": 2645, + "Ġessential": 2646, + "Ġemot": 2647, + "ĠYork": 2648, + "Ġexc": 2649, + "ĠIndia": 2650, + "Ġissue": 2651, + "Ġinteg": 2652, + "Ġec": 2653, + "Ġbal": 2654, + "Ġpage": 2655, + "Ġbelieve": 2656, + "Ġwritten": 2657, + "Ġdoesn": 2658, + "amed": 2659, + "ength": 2660, + "Ġtarget": 2661, + "Ġgrowing": 2662, + "Ġpsych": 2663, + "oor": 2664, + "Ġearth": 2665, + "Ġlove": 2666, + "Ġrev": 2667, + "elling": 2668, + "ene": 2669, + "ns": 2670, + "rought": 2671, + "Ġvirus": 2672, + "Ġimage": 2673, + "Ġstreng": 2674, + "Ġtrue": 2675, + "verse": 2676, + "Ġsust": 2677, + "Ġensure": 2678, + "Ġevents": 2679, + "irm": 2680, + "Ġcompon": 2681, + "Ġbasic": 2682, + "ender": 2683, + "Ġinvolved": 2684, + "Ġpict": 2685, + "minist": 2686, + "uge": 2687, + "istance": 2688, + "Ġremov": 2689, + "ĠAustral": 2690, + "Ġshare": 2691, + "aff": 2692, + "Ġveget": 2693, + "Ġgetting": 2694, + "Ġresponse": 2695, + "Ġorigin": 2696, + "Ġgreater": 2697, + "Ġoutside": 2698, + "duc": 2699, + "AR": 2700, + "rior": 2701, + "rast": 2702, + "ights": 2703, + "Ġculture": 2704, + "AT": 2705, + "Ġextreme": 2706, + "aches": 2707, + "aling": 2708, + "my": 2709, + "Ġharm": 2710, + "Ġnumbers": 2711, + "Ġsqu": 2712, + "-in": 2713, + "Ġmovement": 2714, + "Ġserious": 2715, + "oles": 2716, + "Ġrelative": 2717, + "Ġforest": 2718, + "Ġreview": 2719, + "Ġpoor": 2720, + "Ġsomeone": 2721, + "Ġattention": 2722, + "Ġvacc": 2723, + "know": 2724, + "ems": 2725, + "Ġfeet": 2726, + "Ġox": 2727, + "atives": 2728, + "aries": 2729, + "Ġdraw": 2730, + "Ġmechan": 2731, + "Ġparticularly": 2732, + "issions": 2733, + "Ġmanufact": 2734, + "Ġforms": 2735, + "ials": 2736, + "lease": 2737, + "mon": 2738, + "Ġcompet": 2739, + "Ġanimal": 2740, + "Ġnetwork": 2741, + "arily": 2742, + "Ġwood": 2743, + "ĠScience": 2744, + "ĠEm": 2745, + "Ġmagn": 2746, + "Ġaware": 2747, + "Ġtakes": 2748, + "Ġcust": 2749, + "Ġaccept": 2750, + "ctions": 2751, + "Ġ--": 2752, + "Ġdefin": 2753, + "Ġideas": 2754, + "alu": 2755, + "ises": 2756, + "Ġviol": 2757, + "ners": 2758, + "Ġsafety": 2759, + "Ġdiseases": 2760, + "Ġrefer": 2761, + "Ġproduced": 2762, + "Ġlack": 2763, + "Ġpatient": 2764, + "Ġcamp": 2765, + "ĠSu": 2766, + "Ġlooking": 2767, + "ban": 2768, + "Ġhtt": 2769, + "Ġeasily": 2770, + "new": 2771, + "Ġlate": 2772, + "Ġdispl": 2773, + "Ġbra": 2774, + "Ġwarm": 2775, + "ervation": 2776, + "umb": 2777, + "Ġhyd": 2778, + "Ġprep": 2779, + "ĠJapan": 2780, + "...": 2781, + "Ġprint": 2782, + "Ġdemon": 2783, + "09": 2784, + "lies": 2785, + "Ġlat": 2786, + "ister": 2787, + "wh": 2788, + "Ġago": 2789, + "Ġreported": 2790, + "08": 2791, + "Ġvit": 2792, + "Ġgenerally": 2793, + "ĠPar": 2794, + "Ġallows": 2795, + "Ġmedia": 2796, + "Ġir": 2797, + "osure": 2798, + "Ġcontinue": 2799, + "eration": 2800, + "Ġcorrect": 2801, + "osing": 2802, + "ĠYour": 2803, + "Ġseries": 2804, + "Ġtools": 2805, + "ography": 2806, + "Ġdaily": 2807, + "itor": 2808, + "Ġmental": 2809, + "ground": 2810, + "Ġselect": 2811, + "ĠMany": 2812, + "Ġimplement": 2813, + "Ġtree": 2814, + "erg": 2815, + "ĠNo": 2816, + "rated": 2817, + "ĠCenter": 2818, + "Ġstarted": 2819, + "ads": 2820, + "Ġfinanc": 2821, + "Ġinside": 2822, + "Ġhumans": 2823, + "abetes": 2824, + "Ġmess": 2825, + "ucle": 2826, + "Ġessay": 2827, + "rim": 2828, + "rench": 2829, + "Ġstra": 2830, + "ĠPres": 2831, + "Ġdang": 2832, + ".g": 2833, + "Ġoriginal": 2834, + "ecause": 2835, + "Ġspeed": 2836, + "é": 2837, + "raft": 2838, + "Ġtax": 2839, + "01": 2840, + "ĠKing": 2841, + "Ġadded": 2842, + "Ġunique": 2843, + "osition": 2844, + "Ġprobably": 2845, + "Ġcover": 2846, + "sh": 2847, + "fect": 2848, + "set": 2849, + "Ġbooks": 2850, + "Ġtur": 2851, + "ĠDo": 2852, + "hest": 2853, + "Ġwall": 2854, + "Ġcolon": 2855, + "Ġsea": 2856, + "Ġnight": 2857, + "ĠPre": 2858, + "Ġsolar": 2859, + "Ġtrees": 2860, + "ĠCount": 2861, + "ties": 2862, + "Ġlog": 2863, + "IN": 2864, + "Ġap": 2865, + "overy": 2866, + "ĠII": 2867, + "Ġcommunities": 2868, + "Ġdetermine": 2869, + "ĠApp": 2870, + "ĠChina": 2871, + "Ġgard": 2872, + "Ġquickly": 2873, + "ached": 2874, + "Ġscientific": 2875, + "Ġemb": 2876, + "Ġ/": 2877, + "where": 2878, + "Ġincluded": 2879, + "Ġwrite": 2880, + "Ġeye": 2881, + "dom": 2882, + "Ġtiss": 2883, + "imum": 2884, + "ĠÂ": 2885, + "isions": 2886, + "iency": 2887, + "Ġinfection": 2888, + "Ġprimary": 2889, + "ls": 2890, + "Ġdry": 2891, + "Ġtraditional": 2892, + "ino": 2893, + "Ġconsist": 2894, + "Ġtend": 2895, + "Ġquite": 2896, + "Ġdifference": 2897, + "ellow": 2898, + "Ġcompanies": 2899, + "inks": 2900, + "asons": 2901, + "Ġachieve": 2902, + "Ġanswer": 2903, + "Ġpoints": 2904, + "Ġmother": 2905, + "Ġnation": 2906, + "cies": 2907, + "âĢĻll": 2908, + "Ġinstead": 2909, + "Ġoffer": 2910, + "âĢĻve": 2911, + "Ġaff": 2912, + "Ġ|": 2913, + "--": 2914, + "Ġperformance": 2915, + "Ġmultiple": 2916, + "ancy": 2917, + "pro": 2918, + "ĠSec": 2919, + "Ġrespect": 2920, + "Ġsil": 2921, + "Ġdoctor": 2922, + "ounds": 2923, + "Ġattempt": 2924, + "Ġcoun": 2925, + "Ġindepend": 2926, + "nov": 2927, + "cean": 2928, + "ĠPer": 2929, + "Ġestim": 2930, + "iot": 2931, + "ops": 2932, + "Ġprogress": 2933, + "ided": 2934, + "Ġlarger": 2935, + "One": 2936, + "Ġdou": 2937, + "iforn": 2938, + "ief": 2939, + "ĠMin": 2940, + "rate": 2941, + "ying": 2942, + "Ġinternational": 2943, + "Ġdocument": 2944, + "Ġdrink": 2945, + "Ġattack": 2946, + "26": 2947, + "Ġthous": 2948, + "ana": 2949, + "Ġexercise": 2950, + "Ġinvestig": 2951, + "ĠMost": 2952, + "07": 2953, + "Ġi": 2954, + "right": 2955, + "Ġrout": 2956, + "ĠQu": 2957, + "Ġconcent": 2958, + "ĠNe": 2959, + "IS": 2960, + "Ġbirth": 2961, + "Ġcompared": 2962, + "Ġappropri": 2963, + "On": 2964, + "Ġwalk": 2965, + "useum": 2966, + "28": 2967, + "rs": 2968, + "Ġreflect": 2969, + "ĠWill": 2970, + "vention": 2971, + "Ġforce": 2972, + "joy": 2973, + "Ġful": 2974, + "Ġvideo": 2975, + "Ġbit": 2976, + "idge": 2977, + "âĢ¢": 2978, + "Ġanaly": 2979, + "ension": 2980, + "Ġcritical": 2981, + "Ġleaders": 2982, + "ĠMore": 2983, + "Ġtheory": 2984, + "Ġcapt": 2985, + "Ġhighly": 2986, + "27": 2987, + "Ġdecre": 2988, + "Ġstay": 2989, + "Ġsevere": 2990, + "Ġcit": 2991, + "itis": 2992, + "Ġevalu": 2993, + "ĠMe": 2994, + "iques": 2995, + "-h": 2996, + "Ġbehind": 2997, + "ribution": 2998, + "ĠInstitute": 2999, + "____": 3000, + "Ġacid": 3001, + "Ġactive": 3002, + "Ġcommit": 3003, + "ifornia": 3004, + "Ġcross": 3005, + "ĠEduc": 3006, + "Ġreve": 3007, + "gency": 3008, + "Ġtown": 3009, + "Ġexpress": 3010, + "haps": 3011, + "Ġaim": 3012, + "Ġnegative": 3013, + "Ġpolicy": 3014, + "uries": 3015, + "Ġwaste": 3016, + "Ġleading": 3017, + "pe": 3018, + "like": 3019, + "oming": 3020, + "hel": 3021, + "Ġbad": 3022, + "45": 3023, + "term": 3024, + "Ġteaching": 3025, + "ĠInt": 3026, + "Ġfamilies": 3027, + "Ġaud": 3028, + "Ġfav": 3029, + "Ġadditional": 3030, + "05": 3031, + "Ġfoot": 3032, + "ĠCons": 3033, + "Ġextra": 3034, + "Ġtri": 3035, + "ĠEuropean": 3036, + "Ġhabit": 3037, + "cell": 3038, + "Ġfa": 3039, + "erson": 3040, + "ĠAfrica": 3041, + "Ġeth": 3042, + "Ġspeak": 3043, + "Ġhar": 3044, + "35": 3045, + "Ġdirectly": 3046, + "Ġsupply": 3047, + "Ġthird": 3048, + "Ġuseful": 3049, + "Ġaltern": 3050, + "gn": 3051, + "itude": 3052, + "So": 3053, + "Ġaccur": 3054, + "ift": 3055, + "ĠHar": 3056, + "Ġtherefore": 3057, + "Ġsecurity": 3058, + "Ġimmedi": 3059, + "lied": 3060, + "rig": 3061, + "ĠEd": 3062, + "Ġsold": 3063, + "Ġbacteria": 3064, + "Ġsoftware": 3065, + "Ġminutes": 3066, + "ĠGl": 3067, + "Ġexpect": 3068, + "anks": 3069, + "undred": 3070, + "Ġcivil": 3071, + "Ġtransport": 3072, + "Ġcard": 3073, + "rition": 3074, + "Ġaspect": 3075, + "ĠUs": 3076, + "Ġhot": 3077, + "Ġfeatures": 3078, + "Ġmill": 3079, + "rew": 3080, + "ashing": 3081, + "Ġdevices": 3082, + "Ġsearch": 3083, + "Ġproced": 3084, + "Ġcustom": 3085, + "Ġsn": 3086, + "Ġcontains": 3087, + "Ġfront": 3088, + "Ġsustain": 3089, + "Ġcentral": 3090, + "Ġestablished": 3091, + "Ġclin": 3092, + "Ġhor": 3093, + "Ġadults": 3094, + "ĠBo": 3095, + "Ġpack": 3096, + "uth": 3097, + "Ġdemonstr": 3098, + "-y": 3099, + "ĠChild": 3100, + "Ġexact": 3101, + "-g": 3102, + "rogen": 3103, + "ĠOf": 3104, + "Ġinstit": 3105, + "Ġbroad": 3106, + "vant": 3107, + "ĠCalifornia": 3108, + "Ġones": 3109, + "Ġfast": 3110, + "Ġsoon": 3111, + "oly": 3112, + "coh": 3113, + "Ġthus": 3114, + "Ġleaves": 3115, + "Ġpurpose": 3116, + "ologies": 3117, + "elt": 3118, + "Ġthinking": 3119, + "iers": 3120, + "outhern": 3121, + "Ġhands": 3122, + "na": 3123, + "ius": 3124, + "ror": 3125, + "bol": 3126, + "Ġnews": 3127, + "ĠDepartment": 3128, + "ĠPart": 3129, + "He": 3130, + "Ġwebsite": 3131, + "Ġblock": 3132, + "Ġprior": 3133, + "'re": 3134, + "Ġelements": 3135, + "Ġheld": 3136, + "ulate": 3137, + "06": 3138, + "Ġlargest": 3139, + "Ġdiv": 3140, + "Ġbeginning": 3141, + "Ġquant": 3142, + "aly": 3143, + "Ġfram": 3144, + "Ġfinancial": 3145, + "Ġteeth": 3146, + "Ġenjoy": 3147, + "Ġtowards": 3148, + "Ġgame": 3149, + "Ġseason": 3150, + "Ġveh": 3151, + "ĠJan": 3152, + "uary": 3153, + "ĠIndian": 3154, + "Ġweeks": 3155, + "arr": 3156, + "Ġtypically": 3157, + "Ġdark": 3158, + "Ġrequires": 3159, + "Ġancient": 3160, + "Ġstrateg": 3161, + "ĠAc": 3162, + "ching": 3163, + "bor": 3164, + "Ġgoal": 3165, + "cial": 3166, + "Ġcontribut": 3167, + ";Ċ": 3168, + "Ġbase": 3169, + "ĠAg": 3170, + "Ġegg": 3171, + "irit": 3172, + "ille": 3173, + "Ġimages": 3174, + "Ġlength": 3175, + "ĠWest": 3176, + "isms": 3177, + "yond": 3178, + "den": 3179, + "hens": 3180, + "Ġeating": 3181, + "Ġalthough": 3182, + "mar": 3183, + "lier": 3184, + "Ġnearly": 3185, + "Ġtests": 3186, + "Ġrates": 3187, + "Ġsummer": 3188, + "Ġhost": 3189, + "Ġcreating": 3190, + "Ġsituation": 3191, + "Ġprotein": 3192, + "Ġvalues": 3193, + "ha": 3194, + "rial": 3195, + "Ġmount": 3196, + "Ġbreat": 3197, + "ĠOther": 3198, + "iber": 3199, + "formation": 3200, + "ipment": 3201, + "Ġfight": 3202, + "Ġlimited": 3203, + "Ġprojects": 3204, + "fort": 3205, + "ĠAfrican": 3206, + "Ġapplication": 3207, + "ON": 3208, + "ĠFrench": 3209, + "ĠNot": 3210, + "Ġrare": 3211, + "cks": 3212, + "ields": 3213, + "idents": 3214, + "Ġlabor": 3215, + "cil": 3216, + "ĠEl": 3217, + "Ġmilitary": 3218, + "Ġtable": 3219, + "Ġ,": 3220, + "ĠRiver": 3221, + "-st": 3222, + "Ġcold": 3223, + "Ġtechniques": 3224, + "Ġcool": 3225, + "ĠDay": 3226, + "Ġcosts": 3227, + "iter": 3228, + "Ġprocesses": 3229, + "estic": 3230, + "Ġmemory": 3231, + "Ġsugar": 3232, + "Ġinstall": 3233, + "oke": 3234, + "Ġreach": 3235, + "Ġcommunication": 3236, + "Ġagricult": 3237, + "Ġprotection": 3238, + "ĠAug": 3239, + "ĠJu": 3240, + "pper": 3241, + "Ġbehavi": 3242, + "entially": 3243, + "Ġang": 3244, + "ĠHere": 3245, + "Ġimportance": 3246, + "AN": 3247, + "vest": 3248, + "son": 3249, + "29": 3250, + "ceed": 3251, + "Ġlost": 3252, + "Ġapplications": 3253, + "Ġmom": 3254, + "Ġplaces": 3255, + "Ġdigital": 3256, + "Ġsolution": 3257, + "Ġult": 3258, + "Ġcarry": 3259, + "rote": 3260, + "ĠSm": 3261, + "Ġtesting": 3262, + "equ": 3263, + "cles": 3264, + "ĠRec": 3265, + "istry": 3266, + "Ġeyes": 3267, + "03": 3268, + "inct": 3269, + "Ġfit": 3270, + "come": 3271, + "Ġsurround": 3272, + "imin": 3273, + "Ġhundred": 3274, + "These": 3275, + "Ġwa": 3276, + "odies": 3277, + "02": 3278, + "Ġlocated": 3279, + "izations": 3280, + "ibrary": 3281, + "Ġexamples": 3282, + "imal": 3283, + "iece": 3284, + "OR": 3285, + "Ġsection": 3286, + "sect": 3287, + "Ġseems": 3288, + "orthern": 3289, + "Ġdiabetes": 3290, + "Ġwhose": 3291, + "Ġfriends": 3292, + "Ġborn": 3293, + "Ġdemand": 3294, + "ĠKe": 3295, + "ĠAmericans": 3296, + "resh": 3297, + "And": 3298, + "Ġbeaut": 3299, + "ription": 3300, + "Ġwent": 3301, + "ĠAlthough": 3302, + "pril": 3303, + "Ġmix": 3304, + "Ġcrop": 3305, + "ĠReg": 3306, + "-to": 3307, + "Ġmole": 3308, + "Ġbecomes": 3309, + "Ġgot": 3310, + "Ġteacher": 3311, + "Ġdevice": 3312, + "Ġobt": 3313, + "ĠLear": 3314, + "Ġnucle": 3315, + "IV": 3316, + "Ġpan": 3317, + "Ġelse": 3318, + "Ġsites": 3319, + "Ġstru": 3320, + "cohol": 3321, + "At": 3322, + "Ġstri": 3323, + "lection": 3324, + "04": 3325, + "ĠCanada": 3326, + "Ġx": 3327, + "ĠGerman": 3328, + "ĠArt": 3329, + "Ġrapid": 3330, + "Ġaffected": 3331, + "Ġcred": 3332, + "omb": 3333, + "Ġice": 3334, + "Ġrespond": 3335, + "Ġgives": 3336, + "Ġyourself": 3337, + "Ġworkers": 3338, + "Ġweather": 3339, + "Ġfuel": 3340, + "Ġcode": 3341, + "IC": 3342, + "Ġcele": 3343, + "While": 3344, + "Ġinfluence": 3345, + "Ġweb": 3346, + "ĠHer": 3347, + "AS": 3348, + "Ġdecision": 3349, + "Ġcapac": 3350, + "By": 3351, + "ĠMon": 3352, + "izes": 3353, + "Ġdecl": 3354, + "Ġefforts": 3355, + "ĠGree": 3356, + "ĠJes": 3357, + "Ġappropriate": 3358, + "Ġadapt": 3359, + "load": 3360, + ".org": 3361, + "Ġlines": 3362, + "Ġnorth": 3363, + "ĠSw": 3364, + "Ġrecently": 3365, + "Ġchoose": 3366, + "Ġcra": 3367, + "ĠMarch": 3368, + "ĠServ": 3369, + "oud": 3370, + "Ġremain": 3371, + "Ġcenter": 3372, + "ĠRuss": 3373, + "Ġroom": 3374, + "itect": 3375, + "atur": 3376, + "Ġremains": 3377, + "ED": 3378, + "Ġrain": 3379, + "Ġprivate": 3380, + "Ġjo": 3381, + "Ex": 3382, + "31": 3383, + "Ġbott": 3384, + "Ġisn": 3385, + "With": 3386, + "ding": 3387, + "Ġolder": 3388, + "Ġbrought": 3389, + "used": 3390, + "wise": 3391, + "Ġadop": 3392, + "32": 3393, + "ĠAnt": 3394, + "Ġgradu": 3395, + "ĠFirst": 3396, + "Ġconnect": 3397, + "ĠTra": 3398, + "Ġbenefit": 3399, + "-term": 3400, + "Ġadvant": 3401, + "ype": 3402, + "Ġdeal": 3403, + "Ġcalcul": 3404, + "Ġdisp": 3405, + "Ġcommunic": 3406, + "ipl": 3407, + "Ġbul": 3408, + "Ġequipment": 3409, + "Ġadj": 3410, + "Ġcurrently": 3411, + "Ġtherapy": 3412, + "PA": 3413, + "Ġmiddle": 3414, + "Ġscreen": 3415, + "Ġplanet": 3416, + "Ġfra": 3417, + "ĠFl": 3418, + "Ġpregn": 3419, + "mosp": 3420, + "Ġmiles": 3421, + "Ġhope": 3422, + "Ġsouth": 3423, + "Ġeverything": 3424, + "Ġcultural": 3425, + "Ġprofessional": 3426, + "uman": 3427, + "Ġconstruction": 3428, + "Ġobjects": 3429, + "iles": 3430, + "Ġresponsible": 3431, + "king": 3432, + "Ġreasons": 3433, + "Ġcoast": 3434, + "Ġautom": 3435, + "Ġrock": 3436, + "head": 3437, + "ĠChar": 3438, + "ilos": 3439, + "ĠTw": 3440, + "Ġrob": 3441, + "Ġcam": 3442, + "Ġinterp": 3443, + "ĠOct": 3444, + "Ġtold": 3445, + "ĠProg": 3446, + "Ġshape": 3447, + "Ġimag": 3448, + "Ġopportunity": 3449, + "Ġreceived": 3450, + "Ġbaby": 3451, + "-year": 3452, + "Ġexcept": 3453, + "Ġoccurs": 3454, + "Ġadminist": 3455, + "Ġep": 3456, + "iar": 3457, + "Ġdead": 3458, + "Ġwinter": 3459, + "Ġcapital": 3460, + "Ġanything": 3461, + "Ġstage": 3462, + "Ġeveryone": 3463, + "ula": 3464, + "rees": 3465, + "EN": 3466, + "ribute": 3467, + "Ġproperty": 3468, + "Ġproviding": 3469, + "uous": 3470, + "Ġpet": 3471, + "ĠFrom": 3472, + "Ġtrying": 3473, + "ĠInternational": 3474, + "Ġcommonly": 3475, + "Ġreceive": 3476, + "Ġsmaller": 3477, + "Ġeconomy": 3478, + "mission": 3479, + "att": 3480, + "Ġdrugs": 3481, + "aught": 3482, + "Ġunc": 3483, + "Ġrecommend": 3484, + "Ġimmune": 3485, + "illing": 3486, + "Ġcou": 3487, + "Ġfile": 3488, + "ran": 3489, + "uments": 3490, + "Ġexposure": 3491, + "Ġmis": 3492, + "Ġlocation": 3493, + "ĠAssoci": 3494, + "Ġexpected": 3495, + "Ġdate": 3496, + "Ġdescribed": 3497, + "Ġbasis": 3498, + "Ġguid": 3499, + "inese": 3500, + "Ġoverall": 3501, + "Ġpractices": 3502, + "ĠEngland": 3503, + "Ġdied": 3504, + "Ġcitiz": 3505, + "Ġfruit": 3506, + "Ġusers": 3507, + "Ġvict": 3508, + "oday": 3509, + "Ġvisual": 3510, + "Ġestablish": 3511, + "itable": 3512, + "Ġbirds": 3513, + "ster": 3514, + "Ġtransl": 3515, + "Ġinsp": 3516, + "Ġbillion": 3517, + "Ġhous": 3518, + "ulated": 3519, + "Ġnutri": 3520, + "Ġfederal": 3521, + "Ġrise": 3522, + "ĠHistory": 3523, + "Ġagree": 3524, + "Ġcru": 3525, + "exic": 3526, + "Ġwon": 3527, + "Ġanti": 3528, + "75": 3529, + "ĠSept": 3530, + "ĠPark": 3531, + "Ġuser": 3532, + "Ġdepend": 3533, + "www": 3534, + "arian": 3535, + "Ġgoes": 3536, + "Ġfather": 3537, + "olar": 3538, + "orpor": 3539, + "Ġenh": 3540, + "ĠJune": 3541, + "ĠMus": 3542, + "ĠGra": 3543, + "ĠEducation": 3544, + "ests": 3545, + "enge": 3546, + "see": 3547, + "Ġstrength": 3548, + "Ġtrade": 3549, + "vert": 3550, + "Ġcook": 3551, + "Ġelectr": 3552, + "Ġjoint": 3553, + "ospital": 3554, + "Ġvia": 3555, + "eal": 3556, + "Ġswe": 3557, + "99": 3558, + "tery": 3559, + "Ġmention": 3560, + "Ġhair": 3561, + "Ġtrack": 3562, + "Ġcontroll": 3563, + "Ġcollection": 3564, + "Ġcompletely": 3565, + "Ġsett": 3566, + "Ġmodels": 3567, + "ashington": 3568, + "Ġscale": 3569, + "Ġsteps": 3570, + "Ġfinal": 3571, + "omy": 3572, + "ĠRead": 3573, + "Ġsuccessful": 3574, + "Ġlaws": 3575, + "ĠGreat": 3576, + "Ġdiscovered": 3577, + "uff": 3578, + "Ġreligious": 3579, + "ellig": 3580, + "ĠBar": 3581, + "Ġstandards": 3582, + "36": 3583, + "Ġtox": 3584, + "ĠPresident": 3585, + "Ġpurch": 3586, + "Ġinteresting": 3587, + "Ġbeyond": 3588, + "Ġbeg": 3589, + "Ġball": 3590, + "ĠOur": 3591, + "Ġmid": 3592, + "ama": 3593, + "Ġsigns": 3594, + "95": 3595, + "Ġgenetic": 3596, + "Ġdegree": 3597, + "ĠAugust": 3598, + "Ġmaintain": 3599, + "ĠTechn": 3600, + "ĠJesus": 3601, + "Ġmouth": 3602, + "ĠMy": 3603, + "Ġrich": 3604, + "Ġpen": 3605, + "Ġfear": 3606, + "Ġfollowed": 3607, + "Ġorganization": 3608, + "Ġnamed": 3609, + "Ġsaw": 3610, + "ensity": 3611, + "ĠSystem": 3612, + "ĠApril": 3613, + "Ġapprox": 3614, + "rick": 3615, + "Ġillness": 3616, + "ocks": 3617, + "iable": 3618, + "Some": 3619, + "Ġpredict": 3620, + "Ġtit": 3621, + "uk": 3622, + "Ġasked": 3623, + "Ġeffort": 3624, + "ĠEven": 3625, + "ĠCity": 3626, + "Ġconsequ": 3627, + "Ġord": 3628, + "Ġleave": 3629, + "Ġconstant": 3630, + "eech": 3631, + "Ġinstru": 3632, + "ĠInc": 3633, + "Ġalone": 3634, + "ira": 3635, + "ros": 3636, + "ĠDav": 3637, + "Ġperfect": 3638, + "water": 3639, + "Ġrules": 3640, + "anish": 3641, + "Ġdisplay": 3642, + "Ġder": 3643, + "Ġwoman": 3644, + "Ġund": 3645, + "Ġmachine": 3646, + "life": 3647, + "Ġwond": 3648, + "IT": 3649, + "Ġacad": 3650, + "book": 3651, + "ĠCounty": 3652, + "Ġpowerful": 3653, + "Ġjud": 3654, + "Ġteach": 3655, + "Ġmob": 3656, + "ĠAccording": 3657, + "ony": 3658, + "co": 3659, + "Ġconflic": 3660, + "bit": 3661, + "Ġproperties": 3662, + "orks": 3663, + "Ġneigh": 3664, + "):": 3665, + "Ġfair": 3666, + "ords": 3667, + "ĠCong": 3668, + "Ġremember": 3669, + "gery": 3670, + "Ġnothing": 3671, + "Ġcities": 3672, + "Ġemissions": 3673, + "aters": 3674, + "ĠMexic": 3675, + "rael": 3676, + "oration": 3677, + "Ġantib": 3678, + "Ġlegal": 3679, + "Ġplaced": 3680, + "Ġchallenges": 3681, + "osy": 3682, + "back": 3683, + "Ġhttp": 3684, + "ica": 3685, + "ev": 3686, + "Ġten": 3687, + "med": 3688, + "65": 3689, + "Ġwrote": 3690, + "Ġcommand": 3691, + "Ġmig": 3692, + "Ġson": 3693, + "ĠJuly": 3694, + "AC": 3695, + "ĠChristian": 3696, + "apter": 3697, + "ios": 3698, + "Ġassign": 3699, + "itch": 3700, + "Ġcommerc": 3701, + "Ġmeasures": 3702, + "Ġhistorical": 3703, + "ĠRed": 3704, + "Ġhyp": 3705, + "Ġatmosp": 3706, + "ĠInst": 3707, + "Ġinnov": 3708, + "Ġstories": 3709, + "hemat": 3710, + "Ġalcohol": 3711, + "Ġefficient": 3712, + "ĠHigh": 3713, + "Ġcateg": 3714, + "Ġgarden": 3715, + "Ġsymbol": 3716, + "iples": 3717, + "ĠMc": 3718, + "Ġshall": 3719, + "ĠThen": 3720, + "Ġexec": 3721, + "ĠChinese": 3722, + "craft": 3723, + "Ġtou": 3724, + "Ġcoming": 3725, + "Ġmember": 3726, + "aur": 3727, + "Ġgir": 3728, + "ibly": 3729, + "Ġdifferences": 3730, + "Ġearlier": 3731, + "Ġeight": 3732, + "ĠWashington": 3733, + "Ġreduced": 3734, + "ero": 3735, + "Ġ+": 3736, + ".)": 3737, + "lim": 3738, + "unch": 3739, + "ĠAustralia": 3740, + "aste": 3741, + "Ġmiss": 3742, + "Ġsequ": 3743, + "-S": 3744, + "amic": 3745, + "ĠWilliam": 3746, + "Ġroad": 3747, + "Ġvirt": 3748, + "Ġenter": 3749, + "Pro": 3750, + "bur": 3751, + "sec": 3752, + "Ġtissue": 3753, + "33": 3754, + "ought": 3755, + "ygen": 3756, + "Ġapplied": 3757, + "Ġformed": 3758, + "Ġpatterns": 3759, + "oe": 3760, + "Ġmax": 3761, + "Ġidentified": 3762, + "Ġplastic": 3763, + "Ġfresh": 3764, + "Ġpiece": 3765, + "Ġabsor": 3766, + "Ġhuge": 3767, + "Ġgold": 3768, + "Ġcollabor": 3769, + "cember": 3770, + "Ġoffers": 3771, + "ocol": 3772, + "Ġcorn": 3773, + "Ġblue": 3774, + "known": 3775, + "Ġing": 3776, + "Ġopportunities": 3777, + "Ġmoving": 3778, + "Ġguide": 3779, + "Ġincreases": 3780, + "ham": 3781, + "ĠNA": 3782, + "can": 3783, + "Ġchanged": 3784, + "Ġcomponents": 3785, + "Ġstar": 3786, + "airs": 3787, + "Ġbox": 3788, + "isl": 3789, + "Ġforces": 3790, + "Ġbreast": 3791, + "Ġdidn": 3792, + "Ġversion": 3793, + "Ġfindings": 3794, + "Ġchoice": 3795, + "Ġcry": 3796, + "Ġallowed": 3797, + "Ġeducational": 3798, + "ĠWater": 3799, + "fl": 3800, + "ĠUse": 3801, + "Ġclassroom": 3802, + "Ġmal": 3803, + "Ġdat": 3804, + "ĠVir": 3805, + "Ġstyle": 3806, + "Ġlimit": 3807, + "ĠUK": 3808, + "Ġsch": 3809, + "ĠDuring": 3810, + "ĠProf": 3811, + "ĠSur": 3812, + "Ġexplore": 3813, + "Ġmajority": 3814, + "Ġnote": 3815, + "ĠDNA": 3816, + "Ġoccup": 3817, + "ĠAre": 3818, + "ingu": 3819, + "Ġhon": 3820, + "Ġcontext": 3821, + "Ġroot": 3822, + "Ġanx": 3823, + "Ġsect": 3824, + "Ġthousands": 3825, + "irection": 3826, + "pped": 3827, + "ĠDevelop": 3828, + "Ġprice": 3829, + "ĠEast": 3830, + "Ġnames": 3831, + "Ġfully": 3832, + "Ġstrugg": 3833, + "Ġpoly": 3834, + "ara": 3835, + "iny": 3836, + "enty": 3837, + "ondon": 3838, + "ford": 3839, + "Ġfemale": 3840, + "Ġoptions": 3841, + "à¤": 3842, + "Ġshowed": 3843, + "Ġconvers": 3844, + "Ġpow": 3845, + "Ġelement": 3846, + "-e": 3847, + "Ġassist": 3848, + "ĠCommun": 3849, + "uit": 3850, + "Ġking": 3851, + "ĠChurch": 3852, + "iful": 3853, + "Ġmilk": 3854, + "ĠSeptember": 3855, + "rome": 3856, + "ĠBecause": 3857, + "aled": 3858, + "ĠDis": 3859, + "eding": 3860, + "ogen": 3861, + "Ġglass": 3862, + "ĠSince": 3863, + "Ġtopic": 3864, + "odes": 3865, + "Ġpicture": 3866, + "Ġarchitect": 3867, + "Ġconsumption": 3868, + "iring": 3869, + "97": 3870, + "mitted": 3871, + "ĠSim": 3872, + "Ġfunctions": 3873, + "Ġtask": 3874, + "Ġdetect": 3875, + "ĠVal": 3876, + "Ġwatch": 3877, + "ĠNow": 3878, + "ĠAlso": 3879, + "related": 3880, + "Ġfactor": 3881, + "Ġcapacity": 3882, + "Ġhimself": 3883, + "reet": 3884, + "ovember": 3885, + "orage": 3886, + "Ġrule": 3887, + "Ġpresence": 3888, + "rec": 3889, + "Ġworth": 3890, + "Ġillust": 3891, + "Be": 3892, + "Ġmap": 3893, + "Ġunit": 3894, + "Ġdestro": 3895, + "atin": 3896, + "Ġactions": 3897, + "Ġworked": 3898, + "aid": 3899, + "Ġeffic": 3900, + "Ġiron": 3901, + "cont": 3902, + "Ġrelatively": 3903, + "Ġexpand": 3904, + "era": 3905, + "Ġdepression": 3906, + "Ġbone": 3907, + "Ad": 3908, + "Ġacqu": 3909, + "yd": 3910, + "Ġ:": 3911, + "Ġbalance": 3912, + "aul": 3913, + "Ġnative": 3914, + "ĠIsrael": 3915, + "Ġrunning": 3916, + "Ġtechnologies": 3917, + "Ġgiving": 3918, + "ĠPeople": 3919, + "Ġchance": 3920, + "Ġformer": 3921, + "Ġbelief": 3922, + "iences": 3923, + "Ġplanning": 3924, + "ĠJanuary": 3925, + "Ġsurvey": 3926, + "Ġeasier": 3927, + "ĠBlack": 3928, + "Ġitems": 3929, + "ĠGovern": 3930, + "inated": 3931, + "Ġexisting": 3932, + "Ġspirit": 3933, + "Ġextremely": 3934, + "edia": 3935, + "Ġgain": 3936, + "bre": 3937, + "Ġemp": 3938, + "Ġvision": 3939, + "ĠRoman": 3940, + "more": 3941, + "Ġstim": 3942, + "Ġforward": 3943, + "rehens": 3944, + "Ġfert": 3945, + "Ġchurch": 3946, + "lin": 3947, + "iate": 3948, + "Ġfamous": 3949, + "Ġinsect": 3950, + "ste": 3951, + "Ġstatus": 3952, + "aint": 3953, + "Ġdetails": 3954, + "Ġspring": 3955, + "ĠOctober": 3956, + "Ġmo": 3957, + "Ġdecades": 3958, + "ĠMod": 3959, + "ux": 3960, + "Ġstrategies": 3961, + "Ġpick": 3962, + "Ġpromot": 3963, + "Ġmoment": 3964, + "ĠFeb": 3965, + "uro": 3966, + "Ġperhaps": 3967, + "ĠBra": 3968, + "Ġexplain": 3969, + "Ġexcess": 3970, + "Ġhappen": 3971, + "ĠSch": 3972, + "ĠCom": 3973, + "que": 3974, + "encies": 3975, + "Ġinstance": 3976, + "Ġcompar": 3977, + "Ġgoals": 3978, + "Ġconstruct": 3979, + "ĠSan": 3980, + "Ġriver": 3981, + "abilities": 3982, + "phas": 3983, + "Ġdisorder": 3984, + "Ġvill": 3985, + "wide": 3986, + "ube": 3987, + "Ġregions": 3988, + "Ġmission": 3989, + "rupt": 3990, + "off": 3991, + "Ġexperiences": 3992, + "ĠTrans": 3993, + "Ġconstit": 3994, + "Ġweak": 3995, + "Ġreports": 3996, + "Ġgraph": 3997, + "ĠPat": 3998, + "Ġcelebr": 3999, + "Ġwid": 4000, + "ologist": 4001, + "ulum": 4002, + "Ġphilos": 4003, + "Ġattract": 4004, + "asks": 4005, + "Ġliqu": 4006, + "iant": 4007, + "rief": 4008, + "DA": 4009, + "Ġexhib": 4010, + "They": 4011, + "Ġutil": 4012, + "Ġapply": 4013, + "Ġstaff": 4014, + "ocr": 4015, + "Ġfriend": 4016, + "Ġcontinued": 4017, + "Ġdistance": 4018, + "ĠEach": 4019, + "Ġmonit": 4020, + "ees": 4021, + "Un": 4022, + "Ġinstruct": 4023, + "Ġsave": 4024, + "ternal": 4025, + "Ġappears": 4026, + "Ġtemperatures": 4027, + "Ġequal": 4028, + "Ġfeature": 4029, + "Ġspect": 4030, + "igen": 4031, + "Ġelectricity": 4032, + "All": 4033, + "eces": 4034, + "ĠFin": 4035, + "Ġwrong": 4036, + "Ġvo": 4037, + "98": 4038, + "Ġjournal": 4039, + "Ġeventually": 4040, + "aign": 4041, + "Ġgave": 4042, + "Ġoxygen": 4043, + "Ġvitamin": 4044, + "ament": 4045, + "ĠEnvironment": 4046, + "Ġrot": 4047, + "Ġplans": 4048, + "Ġmuscle": 4049, + "pris": 4050, + "Ġsuggests": 4051, + "ifically": 4052, + "Ġurban": 4053, + "Ġtreated": 4054, + "Ġlearned": 4055, + "icip": 4056, + "men": 4057, + "Ġasse": 4058, + "orge": 4059, + "After": 4060, + "ĠColle": 4061, + "Ġrat": 4062, + "ses": 4063, + "Ġdefined": 4064, + "hors": 4065, + "ĠTheir": 4066, + "Ġdogs": 4067, + "Ġincome": 4068, + "ĠLondon": 4069, + ".e": 4070, + "Ġsignificantly": 4071, + "Ġqual": 4072, + "ĠJust": 4073, + "Ġcourt": 4074, + "48": 4075, + "Ġremove": 4076, + "apers": 4077, + "ĠGermany": 4078, + "Ġstructures": 4079, + "edom": 4080, + "Ġden": 4081, + "Ġpeace": 4082, + "house": 4083, + "Ġkid": 4084, + "uild": 4085, + "Ġnutrition": 4086, + "Ġgeneration": 4087, + "zz": 4088, + "ĠProt": 4089, + "Ġhomes": 4090, + "Ġchronic": 4091, + "Ġbelieved": 4092, + "ĠDecember": 4093, + "Ġspeech": 4094, + "Ġfigure": 4095, + "Ġhighest": 4096, + "cious": 4097, + "alt": 4098, + "gypt": 4099, + "oma": 4100, + "Ġbed": 4101, + "Ġclinical": 4102, + "Ġchallenge": 4103, + "iding": 4104, + "ĠPol": 4105, + "ruary": 4106, + "EC": 4107, + "Ġstream": 4108, + "Ġcycle": 4109, + "Ġtele": 4110, + "ST": 4111, + "Ġtooth": 4112, + "Ġtransfer": 4113, + "ares": 4114, + "ĠUnion": 4115, + "Ġrepe": 4116, + "Ġdivid": 4117, + "Ġrisks": 4118, + "Ġmedicine": 4119, + "Ġboard": 4120, + "iology": 4121, + "ession": 4122, + "Ġdirection": 4123, + "Ġbecoming": 4124, + "Ġcausing": 4125, + "Ġevolution": 4126, + "Ġmetal": 4127, + "Ġorganizations": 4128, + "ographic": 4129, + "Ġvary": 4130, + "Ġheavy": 4131, + "Ġcontract": 4132, + "Ġnovel": 4133, + "Ġrequirements": 4134, + "Ġcommercial": 4135, + "Ġresistance": 4136, + "ĠJewish": 4137, + "ĠProgram": 4138, + "Ġoffice": 4139, + "ĠGreen": 4140, + "42": 4141, + "ĠSociety": 4142, + "Ġindustrial": 4143, + "ĠCoun": 4144, + "isation": 4145, + "amb": 4146, + "Ġresource": 4147, + "ĠCour": 4148, + "Ġcomplic": 4149, + "ologists": 4150, + "Ġcitizens": 4151, + "Ġstore": 4152, + "Ġseeds": 4153, + "Ġorganic": 4154, + "ĠDon": 4155, + "Ġemail": 4156, + "pective": 4157, + "Ġseparate": 4158, + "âĢĿ,": 4159, + "Ġinflamm": 4160, + "ĠAssociation": 4161, + "Ġreducing": 4162, + "ĠHouse": 4163, + "Ġmut": 4164, + "Ġfavor": 4165, + "Ġconducted": 4166, + "-C": 4167, + "AL": 4168, + "lick": 4169, + "care": 4170, + "Ġrecommended": 4171, + "Ġexperiment": 4172, + "ĠInternet": 4173, + "Ġrelease": 4174, + "Ġseven": 4175, + "Ġapproximately": 4176, + "EM": 4177, + "ĠRo": 4178, + "force": 4179, + "38": 4180, + "ĠFrance": 4181, + "Ġpassed": 4182, + "bed": 4183, + "37": 4184, + "Ġcand": 4185, + "Ġgets": 4186, + "Ġpul": 4187, + "Ġflood": 4188, + "Ġmale": 4189, + "-A": 4190, + "According": 4191, + "Ġdisorders": 4192, + "Ġimmediately": 4193, + "Ġfix": 4194, + "ager": 4195, + "Ġinfections": 4196, + "Ġsolutions": 4197, + "rab": 4198, + "Ġdecisions": 4199, + "Ġocean": 4200, + "However": 4201, + "ĠMedic": 4202, + "nes": 4203, + "34": 4204, + "Ġbodies": 4205, + "Ġstarting": 4206, + "Ġwidely": 4207, + "char": 4208, + "emy": 4209, + "iance": 4210, + "Ġreleased": 4211, + "Ġbound": 4212, + "Ġchanging": 4213, + "ĠCur": 4214, + "Ġtrig": 4215, + "Ġcarried": 4216, + "Ġburn": 4217, + "Ġfields": 4218, + "Ġhorm": 4219, + "Ġcollege": 4220, + "Ġbottom": 4221, + "Ġintroduced": 4222, + "Ġves": 4223, + "Ġlayer": 4224, + "opy": 4225, + "ĠNovember": 4226, + "Ġnotes": 4227, + "Ġforeign": 4228, + "Ġexperts": 4229, + "Ġpollution": 4230, + "essor": 4231, + "Ġhousehold": 4232, + "Ġshap": 4233, + "Ph": 4234, + "Ġestimated": 4235, + "ĠCor": 4236, + "Is": 4237, + "Ġslight": 4238, + "ingly": 4239, + "Ġgames": 4240, + "Ġaspects": 4241, + "Ġsurgery": 4242, + "Ġbuy": 4243, + "Ġhappens": 4244, + "Ġdri": 4245, + "resp": 4246, + "ructure": 4247, + "Ġdrive": 4248, + "Ġcombination": 4249, + "Ġobserved": 4250, + "ĠChildren": 4251, + "iment": 4252, + "ĠCollege": 4253, + "Ġdangerous": 4254, + "Ġdrop": 4255, + "ky": 4256, + "ĠConf": 4257, + "Ġdyn": 4258, + "Ġpartners": 4259, + "Ġreality": 4260, + "cast": 4261, + "Ġconnected": 4262, + "ken": 4263, + "ĠFound": 4264, + "Ġiniti": 4265, + "ald": 4266, + "Ġlung": 4267, + "Ġsample": 4268, + "Ġpresident": 4269, + "Ġrecords": 4270, + "Ġexactly": 4271, + "Ġclick": 4272, + "Ġstorage": 4273, + "Ġsexual": 4274, + "Ġintellig": 4275, + "55": 4276, + "39": 4277, + "Ġsand": 4278, + "ĠOver": 4279, + "Ġletter": 4280, + "riculum": 4281, + "Ġinvolves": 4282, + "96": 4283, + "Ġsetting": 4284, + "Here": 4285, + "Ġagg": 4286, + "Ġhom": 4287, + "Ġpopulations": 4288, + "Ġvegetables": 4289, + "edic": 4290, + "asion": 4291, + "ĠAut": 4292, + "Ġpresented": 4293, + "/or": 4294, + "Ġthr": 4295, + "Ġbuildings": 4296, + "Ġtechnique": 4297, + "uing": 4298, + "Ġalg": 4299, + "Res": 4300, + "ĠWestern": 4301, + "44": 4302, + "Ġready": 4303, + "Ġnumerous": 4304, + "ĠJournal": 4305, + "change": 4306, + "elines": 4307, + "rows": 4308, + "wards": 4309, + "Ġalternative": 4310, + "Ġseed": 4311, + "ĠAng": 4312, + "ĠLet": 4313, + "udd": 4314, + "ĠLaw": 4315, + "Ġanyone": 4316, + "Ġdegrees": 4317, + "erate": 4318, + "Ġassum": 4319, + "Ġserve": 4320, + "Ġcharacteristics": 4321, + "Ġnuclear": 4322, + "Ġpi": 4323, + "ĠCongress": 4324, + "Ġstatement": 4325, + "41": 4326, + "Ġinjury": 4327, + "Ġactual": 4328, + "tical": 4329, + "uses": 4330, + "ĠGeneral": 4331, + "Ġbank": 4332, + "Ġemphas": 4333, + "ET": 4334, + "ias": 4335, + "Ġfilm": 4336, + "order": 4337, + "osystem": 4338, + "-up": 4339, + "Ġprefer": 4340, + "olid": 4341, + "antic": 4342, + "ĠPhil": 4343, + "ida": 4344, + "Ġencourage": 4345, + "Ġthick": 4346, + "...Ċ": 4347, + "85": 4348, + "ĠUN": 4349, + "Ġfrequently": 4350, + "anging": 4351, + "Ġhelping": 4352, + "Ġupd": 4353, + "Ġreplace": 4354, + "ĠPlan": 4355, + "Ġlandsc": 4356, + "Ġfinding": 4357, + "Ġradiation": 4358, + "ĠBr": 4359, + "unction": 4360, + "Ġphen": 4361, + "works": 4362, + "imens": 4363, + "ĠEgypt": 4364, + "ĠNet": 4365, + "omas": 4366, + "Ġmoved": 4367, + "Ġfeeling": 4368, + "Ġparticipants": 4369, + "Ġprepar": 4370, + "ĠSpec": 4371, + "Ġliterature": 4372, + "ieties": 4373, + "Ġtour": 4374, + "ressive": 4375, + "ĠDes": 4376, + "Ġmath": 4377, + "ĠFood": 4378, + "Ġanxiety": 4379, + "cular": 4380, + "ortunately": 4381, + "Ġprofessor": 4382, + "âĢĿ.": 4383, + "Ġvessel": 4384, + "Ġsac": 4385, + "ĠMuseum": 4386, + "Ġ#": 4387, + "icial": 4388, + "Ġplat": 4389, + "Ġproperly": 4390, + "Ġmag": 4391, + "Ġperformed": 4392, + "rie": 4393, + "Ġcovered": 4394, + "Ġlived": 4395, + "Ġassessment": 4396, + "ĠMich": 4397, + "Ġtrend": 4398, + "Ġmostly": 4399, + "Ġviolence": 4400, + "Ġacademic": 4401, + "ĠOb": 4402, + "Ġlinked": 4403, + "Ġign": 4404, + "Ġeggs": 4405, + "ĠTex": 4406, + "Ġplease": 4407, + "PS": 4408, + "Ġhear": 4409, + "Ġphysic": 4410, + "Ġoption": 4411, + "Ġmanage": 4412, + "ognitive": 4413, + "Ġresulting": 4414, + "ping": 4415, + "Ġcontrast": 4416, + "Ġbackground": 4417, + "\".": 4418, + "Ġconnection": 4419, + "Ġprofession": 4420, + "ulf": 4421, + "olved": 4422, + "Ġhearing": 4423, + "Ġreferred": 4424, + "Ġgender": 4425, + "Our": 4426, + "urance": 4427, + "Ġradio": 4428, + "ĠPal": 4429, + "Ġengineering": 4430, + "Ġcopy": 4431, + "Ġreference": 4432, + "ophy": 4433, + "Ġwin": 4434, + "Ġtrust": 4435, + "Ġinternal": 4436, + "Ġamounts": 4437, + "Ġadvanced": 4438, + "atically": 4439, + "Ġload": 4440, + "Ġannual": 4441, + "erences": 4442, + "Ġtum": 4443, + "64": 4444, + "Ġremoved": 4445, + "pping": 4446, + "Ġlesson": 4447, + "Ġdivers": 4448, + "Many": 4449, + "Ġvul": 4450, + "ously": 4451, + "ilit": 4452, + "Ġhelped": 4453, + "rant": 4454, + "ample": 4455, + "Ġemotional": 4456, + "ĠMary": 4457, + "Ġdepending": 4458, + "Ġrelationships": 4459, + "Ġfine": 4460, + "ĠOnce": 4461, + "ĠArch": 4462, + "Ġoperations": 4463, + "raw": 4464, + "Ġclasses": 4465, + "HE": 4466, + "omic": 4467, + "Ġpolicies": 4468, + "Ġwanted": 4469, + "Ġoutput": 4470, + "Ġesc": 4471, + "ĠWeb": 4472, + "Ġprocessing": 4473, + "Ġmer": 4474, + "iveness": 4475, + "enth": 4476, + "Ġâ̦": 4477, + "onds": 4478, + "che": 4479, + "Ġdesp": 4480, + "ĠPublic": 4481, + "Ġupper": 4482, + "Ġexpert": 4483, + "Ġconcepts": 4484, + "Why": 4485, + "othes": 4486, + ".)Ċ": 4487, + "Ġgrade": 4488, + "Ġdistribution": 4489, + "ogle": 4490, + "ĠFebruary": 4491, + "Ġcomprehens": 4492, + "Ġpal": 4493, + "Ġdie": 4494, + "Ġleads": 4495, + "Ġchemicals": 4496, + "Ġinitial": 4497, + "Ġlegisl": 4498, + "ndrome": 4499, + "Ġmessage": 4500, + "erved": 4501, + "cers": 4502, + "Ġauthors": 4503, + "Ġspot": 4504, + "-le": 4505, + "clus": 4506, + "Ġmeat": 4507, + "Ġsav": 4508, + "Ġfailure": 4509, + "ĠChe": 4510, + "Ġinterested": 4511, + "oking": 4512, + "ĠMat": 4513, + "Ġmotor": 4514, + "Ġcore": 4515, + "Ġsquare": 4516, + "Ġopin": 4517, + "ĠGreek": 4518, + "ĠInter": 4519, + "Ġexperienced": 4520, + "II": 4521, + "Ġcris": 4522, + "ĠStudents": 4523, + "Ġpromote": 4524, + "Ġtrou": 4525, + "Ġcoal": 4526, + "Ġsustainable": 4527, + "Ġclearly": 4528, + "Ġadjust": 4529, + "Ġcampaign": 4530, + "Ġbeautiful": 4531, + "bal": 4532, + "Ġpages": 4533, + "ĠDec": 4534, + "ĠSpanish": 4535, + "Ġexposed": 4536, + "Ġdram": 4537, + "rog": 4538, + "Ġcalc": 4539, + "91": 4540, + "ĠNASA": 4541, + "ped": 4542, + "Ġconservation": 4543, + "roph": 4544, + "Ġeffectively": 4545, + "Ġdiscussion": 4546, + "key": 4547, + "amental": 4548, + "°": 4549, + "ĠWhy": 4550, + "Ġdescribe": 4551, + "rum": 4552, + "Ġelimin": 4553, + "ĠMa": 4554, + "tered": 4555, + "Ġscen": 4556, + "porary": 4557, + "Ġdestroy": 4558, + "Ġmanufacture": 4559, + "Ġyellow": 4560, + "Ġindependent": 4561, + "Ġnutrients": 4562, + "Ġlanguages": 4563, + "\",": 4564, + "Ġtruth": 4565, + "Ġexcell": 4566, + ".C": 4567, + "orial": 4568, + "urt": 4569, + "43": 4570, + "Ġmathemat": 4571, + "Ġincorpor": 4572, + "ĠProject": 4573, + "Ġturned": 4574, + "Ġcomfort": 4575, + "That": 4576, + "Ġvaccine": 4577, + "Ġdistinct": 4578, + "place": 4579, + "Ġinh": 4580, + "Ġgene": 4581, + "RE": 4582, + "hetic": 4583, + "Ġpip": 4584, + "Ġminor": 4585, + "Ġjour": 4586, + "umn": 4587, + "Ġcompl": 4588, + ");": 4589, + "met": 4590, + "Ġcounter": 4591, + "Sp": 4592, + "Ġstorm": 4593, + "Ġdefinition": 4594, + "Ġvolume": 4595, + "Ġvictim": 4596, + "Ġcreation": 4597, + "Ġhighlight": 4598, + "ĠHIV": 4599, + "Ġrecy": 4600, + "Ġreprodu": 4601, + "rete": 4602, + "Ġdoub": 4603, + "ĠAir": 4604, + "Ġfaith": 4605, + "Ġunivers": 4606, + "ĠTherefore": 4607, + "Ġatmosphere": 4608, + "Im": 4609, + "Ġsolid": 4610, + "Ġple": 4611, + "Ġadvantage": 4612, + "Ġmel": 4613, + "Ġdefic": 4614, + "Ġgrass": 4615, + "Ġsouthern": 4616, + "zing": 4617, + "-th": 4618, + "Ġtransform": 4619, + "mal": 4620, + "AM": 4621, + "ĠST": 4622, + "Ġterrit": 4623, + "Ġdiscover": 4624, + "ault": 4625, + "ĠJames": 4626, + "ĠUnder": 4627, + "Ġpric": 4628, + "ĠWork": 4629, + "Ġinvent": 4630, + "Ġreaction": 4631, + "ĠMexico": 4632, + "OS": 4633, + "Ġfol": 4634, + "Ġinfluen": 4635, + "Ġinput": 4636, + "Sh": 4637, + "ij": 4638, + "Ġawareness": 4639, + "Although": 4640, + "Ġlooks": 4641, + "acing": 4642, + "ĠOrgan": 4643, + "Ġpresc": 4644, + "ĠJapanese": 4645, + "Ġcontribute": 4646, + "ressed": 4647, + "Ġconcerns": 4648, + "Ġdatab": 4649, + "]Ċ": 4650, + "ĠIts": 4651, + "Ġpieces": 4652, + "gment": 4653, + "Ġhour": 4654, + "igure": 4655, + "Ġrace": 4656, + "Ġarticles": 4657, + "92": 4658, + "Ġappe": 4659, + "ĠCouncil": 4660, + "ocal": 4661, + "Now": 4662, + "onic": 4663, + "ĠMount": 4664, + "Ġfarmers": 4665, + "Ġdiagnosis": 4666, + "Ġvolunt": 4667, + "rates": 4668, + "Ġkill": 4669, + "Ġdrinking": 4670, + "Ġarm": 4671, + "Ġisol": 4672, + "ĠHel": 4673, + "tes": 4674, + "Ġround": 4675, + "Ġimproved": 4676, + "uration": 4677, + "ĠDavid": 4678, + "rep": 4679, + "Ġmist": 4680, + "ĠThus": 4681, + "ĠMor": 4682, + "Ar": 4683, + "ĠAv": 4684, + "Ġkilled": 4685, + "ĠDevelopment": 4686, + "Ġclos": 4687, + "Ġnoted": 4688, + "Ġunf": 4689, + "ishing": 4690, + "Ġisland": 4691, + "ĠTexas": 4692, + "Ġrelevant": 4693, + "Ġtrib": 4694, + "bl": 4695, + "Ġunits": 4696, + "Ġefficiency": 4697, + "riage": 4698, + "Ġwet": 4699, + "Ġsort": 4700, + "Ġinvolve": 4701, + "ategy": 4702, + "Ġmuscles": 4703, + "ĠMars": 4704, + "ormal": 4705, + "Most": 4706, + "-related": 4707, + "ĠSocial": 4708, + "Ġprepared": 4709, + "Ġelectrical": 4710, + "board": 4711, + "Ġdigest": 4712, + "Ġallowing": 4713, + "Ġspent": 4714, + "Ġregarding": 4715, + "Ġconsult": 4716, + "Ġparty": 4717, + "standing": 4718, + "Ġprinciples": 4719, + "94": 4720, + "Ġstrategy": 4721, + "ded": 4722, + "'ll": 4723, + "ĠLord": 4724, + "Ġgenes": 4725, + "Ġfocused": 4726, + "ams": 4727, + "Ġpret": 4728, + "Ġheard": 4729, + "Ġplatform": 4730, + "Ġbattle": 4731, + "Ġsem": 4732, + "ĠRem": 4733, + "inate": 4734, + "Ġpreviously": 4735, + "Ġconflict": 4736, + "ĠSun": 4737, + "Ġtasks": 4738, + "Ġnorthern": 4739, + "Ġsituations": 4740, + "Ġcontinues": 4741, + ".D": 4742, + "Ġflowers": 4743, + "Ġbelong": 4744, + "Ġowners": 4745, + "Ġmainly": 4746, + "Ġbud": 4747, + "Ġsynt": 4748, + "Ġconcern": 4749, + "Ġmeeting": 4750, + "mark": 4751, + "Ġbright": 4752, + "Ġwealth": 4753, + "Ġdetermined": 4754, + "Ġecosystem": 4755, + "Ġbegins": 4756, + "Ġvulner": 4757, + "ĠPress": 4758, + "ĠTest": 4759, + "Ġsong": 4760, + "Ġmeant": 4761, + "-like": 4762, + "akers": 4763, + "ears": 4764, + "Ġimpacts": 4765, + "ags": 4766, + "tee": 4767, + "Ġtoxic": 4768, + "Ġaid": 4769, + "Ġprocedure": 4770, + "Ġaren": 4771, + "Ġtreatments": 4772, + "Ġdiss": 4773, + "ĠHuman": 4774, + "ĠAsia": 4775, + "Ġhop": 4776, + "Ġconver": 4777, + "iverse": 4778, + "ĠIsland": 4779, + "Ġhit": 4780, + "ĠFore": 4781, + "ĠRel": 4782, + "ĠSpace": 4783, + "Ġmotiv": 4784, + "Ġjobs": 4785, + "Ġspend": 4786, + "Ġtopics": 4787, + "Ġhospital": 4788, + "Ġcere": 4789, + "Ġaffects": 4790, + "Ġblog": 4791, + "Ġvital": 4792, + "Ġreligion": 4793, + "ĠAD": 4794, + "rest": 4795, + "ta": 4796, + "Ġphase": 4797, + "Ġliquid": 4798, + "Ġemergency": 4799, + "Ġflex": 4800, + "Ġkept": 4801, + "Ġheight": 4802, + "ĠGeorge": 4803, + "Ġcompleted": 4804, + "93": 4805, + "za": 4806, + "Ġdecided": 4807, + "Ġsignal": 4808, + "Ġoperation": 4809, + "ĠService": 4810, + "Ġdro": 4811, + "Ġseek": 4812, + "Ġnotice": 4813, + "Ġtips": 4814, + "iling": 4815, + "Ġfaster": 4816, + "46": 4817, + "Ġpractical": 4818, + "Ġyouth": 4819, + "ĠLa": 4820, + "Ġrenew": 4821, + "Ġfib": 4822, + "Ġcircum": 4823, + "Ġshared": 4824, + "ball": 4825, + "acters": 4826, + "ifying": 4827, + "Ġwonder": 4828, + "oxide": 4829, + "Ġcast": 4830, + "ĠIS": 4831, + "Ġserved": 4832, + "Ġbird": 4833, + "ĠEvery": 4834, + "Ġpark": 4835, + "ĠBel": 4836, + "47": 4837, + "ĠDise": 4838, + "-M": 4839, + "Ġban": 4840, + "ĠOff": 4841, + "Ġcoord": 4842, + "kin": 4843, + "upp": 4844, + "ĠRev": 4845, + "ception": 4846, + "wood": 4847, + "Ġfreedom": 4848, + "Ġmoist": 4849, + "Ġexplains": 4850, + "Ġsaying": 4851, + "Ġkil": 4852, + "ĠRepublic": 4853, + "ributed": 4854, + "ago": 4855, + "Ġconfirm": 4856, + "isher": 4857, + "aturally": 4858, + "part": 4859, + "Ġfacts": 4860, + "Ġcareer": 4861, + "mat": 4862, + "comes": 4863, + "Ġobvious": 4864, + "Ġofficial": 4865, + "Ġstraight": 4866, + "Ġcredit": 4867, + "Ġparticles": 4868, + "acific": 4869, + "ii": 4870, + "Ġship": 4871, + "Ġkeeping": 4872, + "alled": 4873, + "Ġfoss": 4874, + "Ġther": 4875, + "Ġmentioned": 4876, + "roup": 4877, + "atric": 4878, + "ache": 4879, + "Ġrul": 4880, + "Ġkinds": 4881, + "Ġconv": 4882, + "Ġfruits": 4883, + "Ġsounds": 4884, + "ĠMark": 4885, + "Ġroll": 4886, + "Ġwaters": 4887, + "Ġextensive": 4888, + "anted": 4889, + "ander": 4890, + "Ġreb": 4891, + "Ġpurposes": 4892, + "-n": 4893, + "OT": 4894, + "ĠPhys": 4895, + "Ġdoll": 4896, + "61": 4897, + "Ġimpl": 4898, + "Ġoperating": 4899, + "Ġrecorded": 4900, + "Ġvehicle": 4901, + "road": 4902, + "Ġideal": 4903, + "Ġcrucial": 4904, + "chers": 4905, + "ĠMiss": 4906, + "From": 4907, + "Ġmaster": 4908, + "Ġtaught": 4909, + "oyal": 4910, + "Ġsmart": 4911, + "Ġnav": 4912, + "Ġsamples": 4913, + "ĠLearning": 4914, + "Ġformat": 4915, + "Ġsalt": 4916, + "ixt": 4917, + "52": 4918, + "51": 4919, + "Ġthin": 4920, + "Ġlov": 4921, + "Ġcenturies": 4922, + "Ġcombined": 4923, + "astern": 4924, + "Ġpun": 4925, + "Ġvalu": 4926, + "ĠMal": 4927, + "72": 4928, + "eline": 4929, + "Ġhaz": 4930, + "verty": 4931, + "Ġadvice": 4932, + "ĠMedicine": 4933, + "Ġsurrounding": 4934, + "ishes": 4935, + "Ġshar": 4936, + "uted": 4937, + "Ġformation": 4938, + "Ġnerv": 4939, + "Ġphone": 4940, + "which": 4941, + "Ġwest": 4942, + "ek": 4943, + "Ġpoverty": 4944, + "ĠEnergy": 4945, + "Ġlose": 4946, + "espite": 4947, + "ĠClass": 4948, + "Ġoral": 4949, + "osite": 4950, + "Ġintended": 4951, + "Ġconclud": 4952, + "nic": 4953, + "Ġvot": 4954, + "Ġreduction": 4955, + "ĠTur": 4956, + "Ġcharacters": 4957, + "Ġgod": 4958, + "Ġpaint": 4959, + "ĠCath": 4960, + "Ġnit": 4961, + "Ġtested": 4962, + "88": 4963, + "Ġstars": 4964, + "ĠPort": 4965, + "More": 4966, + "Ġinterpret": 4967, + "Ġprimarily": 4968, + "Ġshowing": 4969, + "Ġconsequences": 4970, + "Pl": 4971, + "Ġtechnical": 4972, + "Ġfluid": 4973, + "rations": 4974, + "Ġcert": 4975, + "ĠJews": 4976, + "Ġfrequency": 4977, + "ails": 4978, + "igenous": 4979, + "63": 4980, + "Ġcurriculum": 4981, + "rans": 4982, + "clusion": 4983, + "och": 4984, + "Ġcharge": 4985, + "Ġclim": 4986, + "89": 4987, + "Ġuns": 4988, + "ounced": 4989, + "Ġbrief": 4990, + "49": 4991, + "ĠRober": 4992, + "ĠWhite": 4993, + "ometimes": 4994, + "ĠBritain": 4995, + "Ġvast": 4996, + "rastructure": 4997, + "ĠVol": 4998, + "Ġfamiliar": 4999, + "CC": 5000, + "itz": 5001, + "Ġharvest": 5002, + "aughter": 5003, + "Ġlatest": 5004, + "Ġexpression": 5005, + "Ġhyper": 5006, + "going": 5007, + "Ġspecifically": 5008, + "Ġpotentially": 5009, + "'ve": 5010, + "ĠLatin": 5011, + "Ġplaying": 5012, + "arrow": 5013, + "Ġcollected": 5014, + "vision": 5015, + "unk": 5016, + "Ġattacks": 5017, + "Ġletters": 5018, + "Ġhelpful": 5019, + "Ġgirls": 5020, + "otic": 5021, + "Ġastron": 5022, + "Ġliver": 5023, + "ĠDi": 5024, + "62": 5025, + "-B": 5026, + "Ġdetailed": 5027, + "alle": 5028, + "Ġdirector": 5029, + "Ġsnow": 5030, + "ancing": 5031, + "AD": 5032, + "Ġonto": 5033, + "Ġmanner": 5034, + "Ġju": 5035, + "Ġgrown": 5036, + "Con": 5037, + "Ġcertainly": 5038, + "Ġlargely": 5039, + "Ġaccurate": 5040, + "Ġstone": 5041, + "ĠCle": 5042, + "Ġfing": 5043, + "Ġlinks": 5044, + "86": 5045, + "Ġrefers": 5046, + "Ġexcellent": 5047, + "roke": 5048, + "ĠMedical": 5049, + "Ġsupported": 5050, + "Ġadvance": 5051, + "Ġsector": 5052, + "Ġmorning": 5053, + "Ġperman": 5054, + "Ġindicate": 5055, + "Ġsubjects": 5056, + "rapy": 5057, + "roid": 5058, + "ipped": 5059, + "Ġreached": 5060, + "rier": 5061, + "ĠSub": 5062, + "Ġresist": 5063, + "Ġlessons": 5064, + "ado": 5065, + "Ġmort": 5066, + "Ġsecret": 5067, + "Ġcrops": 5068, + "53": 5069, + "Ġfort": 5070, + "ĠBas": 5071, + "Ġinstitutions": 5072, + "Ġâ": 5073, + "Ġhundreds": 5074, + "76": 5075, + "Ġperiods": 5076, + "ĠCivil": 5077, + "ria": 5078, + "eters": 5079, + "Ġdeaths": 5080, + "Ġdiam": 5081, + "Ġmedications": 5082, + "aker": 5083, + "Ġdouble": 5084, + "Ġsurpris": 5085, + "Ġnor": 5086, + "ĠVirgin": 5087, + "othing": 5088, + "Ġhabitat": 5089, + "oughly": 5090, + "Ġfinally": 5091, + "Ġsend": 5092, + "do": 5093, + "umin": 5094, + "âĢĿĊ": 5095, + "Ġquar": 5096, + "Ġrevolution": 5097, + "Ġpregnancy": 5098, + "Ġidentity": 5099, + "ĠGovernment": 5100, + "ificial": 5101, + "ework": 5102, + "Ġthoughts": 5103, + "Ġwhom": 5104, + "Ġbill": 5105, + "Ġtypical": 5106, + "Ġinternet": 5107, + "ĠToday": 5108, + "-re": 5109, + "ĠOld": 5110, + "ĠFoundation": 5111, + "with": 5112, + "Ġflat": 5113, + "Ġmetab": 5114, + "anges": 5115, + "ya": 5116, + "Ġphenomen": 5117, + "Ġagricultural": 5118, + "ĠDist": 5119, + "New": 5120, + "ossible": 5121, + "ĠData": 5122, + "Ġoffered": 5123, + "Ġproposed": 5124, + "oo": 5125, + "ĠJer": 5126, + "ĠAcad": 5127, + "la": 5128, + "Ġsche": 5129, + "Ġgar": 5130, + "Ġsettle": 5131, + "54": 5132, + "ĠMake": 5133, + "Ġfiles": 5134, + "Ġcomponent": 5135, + "ĠTechnology": 5136, + "Ġinflammation": 5137, + "vis": 5138, + "Ġwear": 5139, + "Ġboost": 5140, + "pen": 5141, + "Ġgoods": 5142, + "well": 5143, + "Ġvoice": 5144, + "ĠLou": 5145, + "Ġbow": 5146, + "ĠAtl": 5147, + "itage": 5148, + "ĠSer": 5149, + "Ġinches": 5150, + "Ab": 5151, + "ĠNews": 5152, + "ĠDef": 5153, + "Ġdespite": 5154, + "56": 5155, + "tion": 5156, + "ava": 5157, + "Ġslightly": 5158, + "RO": 5159, + "Ġabuse": 5160, + "Ġmonitoring": 5161, + "ĠSee": 5162, + "Ġappoint": 5163, + "iced": 5164, + "aks": 5165, + "Ġallerg": 5166, + "eria": 5167, + "66": 5168, + "Ġintroduction": 5169, + "Ġdomestic": 5170, + "ĠCentral": 5171, + "Ġsusp": 5172, + "Ġdriving": 5173, + "Ġdepends": 5174, + "Ġmeasured": 5175, + "Ġroots": 5176, + "ĠHen": 5177, + "68": 5178, + "ĠBay": 5179, + "ĠDirect": 5180, + "Ġwalls": 5181, + "ĠPaul": 5182, + "Ġcognitive": 5183, + "ague": 5184, + "gal": 5185, + "Ġkn": 5186, + "rich": 5187, + "Ġfeelings": 5188, + "active": 5189, + "rence": 5190, + "Ġleader": 5191, + "Ġinfected": 5192, + "Ġadding": 5193, + "ĠUsing": 5194, + "Ġstudied": 5195, + "ĠWind": 5196, + "ĠBer": 5197, + "stitution": 5198, + "uls": 5199, + "Ġcolors": 5200, + "Ġplayed": 5201, + "Ġoccurred": 5202, + "ĠJe": 5203, + "cling": 5204, + "enses": 5205, + "Ġconsists": 5206, + "istan": 5207, + "Ġpros": 5208, + "Ġlic": 5209, + "Ġstation": 5210, + "-D": 5211, + "Ġbiological": 5212, + "resents": 5213, + "Ġresponsibility": 5214, + "Ġregularly": 5215, + "olute": 5216, + "Ġperspective": 5217, + "Ġvaluable": 5218, + "lers": 5219, + "ventional": 5220, + "Ġincreasingly": 5221, + "Ġstem": 5222, + "Ġeast": 5223, + "Ġresidents": 5224, + "AP": 5225, + "ĠFlor": 5226, + "Ġsen": 5227, + "Ġingred": 5228, + "No": 5229, + "ĠDem": 5230, + "Ġproteins": 5231, + "ĠElect": 5232, + "esity": 5233, + "Ġdeliver": 5234, + "Ġages": 5235, + "Ġsyn": 5236, + "RI": 5237, + "CO": 5238, + "67": 5239, + "Ġsus": 5240, + "Ġforced": 5241, + "Ġvisible": 5242, + "ĠLake": 5243, + "Ġprotected": 5244, + "Ġrural": 5245, + "olars": 5246, + "Ġvent": 5247, + "berg": 5248, + "name": 5249, + "celer": 5250, + "Ġexplained": 5251, + "Ġsatell": 5252, + "bing": 5253, + "Ġmotion": 5254, + "oper": 5255, + "ĠCourt": 5256, + "-sp": 5257, + "Ġinstruction": 5258, + "des": 5259, + "Ġgrand": 5260, + "asive": 5261, + "Ġraised": 5262, + "Ġmaximum": 5263, + "osen": 5264, + "Ġdental": 5265, + "Ġmobile": 5266, + "Ġlifest": 5267, + "ĠGoogle": 5268, + "teries": 5269, + "Ġpig": 5270, + "Ġfacilities": 5271, + "Ġcrisis": 5272, + "Ġnaturally": 5273, + "athy": 5274, + "iated": 5275, + "Ġfundamental": 5276, + "inent": 5277, + "Ġlik": 5278, + "Ġexternal": 5279, + "Ġcomputers": 5280, + "Ġmillions": 5281, + "ĠBen": 5282, + "Ġcardi": 5283, + "mp": 5284, + "Another": 5285, + "Ġlooked": 5286, + "Ġgreatest": 5287, + "Ġbehaviour": 5288, + "Ġdivided": 5289, + "ĠQue": 5290, + "87": 5291, + "Te": 5292, + "Ġneut": 5293, + "anguage": 5294, + "Ġkm": 5295, + "Ġinvestment": 5296, + "Ġnations": 5297, + "Ġbrother": 5298, + "71": 5299, + "Ġexpensive": 5300, + "inding": 5301, + "Ġextent": 5302, + "Ġtrain": 5303, + "Ġimmig": 5304, + "ĠPacific": 5305, + "Ġpurs": 5306, + "81": 5307, + "Ġfelt": 5308, + "Ġcontaining": 5309, + "Ġbrown": 5310, + "olester": 5311, + "fall": 5312, + "Ġcorresp": 5313, + "Ġrapidly": 5314, + "ĠRich": 5315, + "Ġbusinesses": 5316, + "Cl": 5317, + "Ġsuffering": 5318, + "Ġdepth": 5319, + "84": 5320, + "ensus": 5321, + "Ġwestern": 5322, + "Ġfertil": 5323, + "ĠHol": 5324, + "Ġcontrolled": 5325, + "ĠEngine": 5326, + "Ġhealthcare": 5327, + "Ġspl": 5328, + "Ġexplan": 5329, + "Ġpush": 5330, + "ĠMart": 5331, + "57": 5332, + "Ġpil": 5333, + "Ġsufficient": 5334, + "Ġotherwise": 5335, + "Ġfloor": 5336, + "ĠBoth": 5337, + "Ġrepresents": 5338, + "Do": 5339, + "osa": 5340, + "Ġdecrease": 5341, + "ompl": 5342, + "VID": 5343, + "ĠIr": 5344, + "ĠMac": 5345, + "Ġhappened": 5346, + "EL": 5347, + "Ġwel": 5348, + "ĠOut": 5349, + "olesterol": 5350, + "Ġantibiot": 5351, + "utive": 5352, + "igation": 5353, + "Ġcomment": 5354, + "ascular": 5355, + "58": 5356, + "tenance": 5357, + "Ġinstrument": 5358, + "Ġwire": 5359, + "Ġinfrastructure": 5360, + "icks": 5361, + "Ġgovernments": 5362, + "âĢĻm": 5363, + "Ġshel": 5364, + "US": 5365, + "ĠCD": 5366, + "Ġoutcomes": 5367, + "umber": 5368, + "Ġfle": 5369, + "Ġsyndrome": 5370, + "Ġdial": 5371, + "rolog": 5372, + "isp": 5373, + "Ġenhance": 5374, + "nel": 5375, + "Ġcouple": 5376, + "ulin": 5377, + "Ġelev": 5378, + "van": 5379, + "ĠMet": 5380, + "ĠSecond": 5381, + "ari": 5382, + "Ġpump": 5383, + "roc": 5384, + "77": 5385, + "inn": 5386, + "Ġdiscovery": 5387, + "82": 5388, + "Ġofficials": 5389, + "Ġsuffer": 5390, + "Ġclosely": 5391, + "Ġcreative": 5392, + "59": 5393, + "Ġremained": 5394, + "Ġlib": 5395, + "Ġrub": 5396, + "Ġprices": 5397, + "Ġtalking": 5398, + "ooth": 5399, + "Ġstret": 5400, + "Ġimmun": 5401, + "agers": 5402, + "Ġstock": 5403, + "Ġauthority": 5404, + "Ġexistence": 5405, + "ĠSal": 5406, + "Ġprevention": 5407, + "Ġsuggested": 5408, + "Ġdisapp": 5409, + "Ġprepare": 5410, + "ĠBC": 5411, + "Ġrecovery": 5412, + "ĠFranc": 5413, + "Ġcars": 5414, + "Ġappearance": 5415, + "oul": 5416, + "osc": 5417, + "Ġrecognized": 5418, + "73": 5419, + "ĠSen": 5420, + "Dr": 5421, + "Ġleaving": 5422, + "Ġrecognize": 5423, + "stood": 5424, + "Ġregul": 5425, + "Ġmanufacturing": 5426, + "Ġapproaches": 5427, + "Ġfollows": 5428, + "Ġlaun": 5429, + "Ġrequest": 5430, + "Ġextract": 5431, + "Ġwildlife": 5432, + "what": 5433, + "ĠStand": 5434, + "ĠMil": 5435, + "BC": 5436, + "Ġmedium": 5437, + "Ġconcerned": 5438, + "Ġworldwide": 5439, + "ye": 5440, + "Ġfif": 5441, + "west": 5442, + "ĠSea": 5443, + "Ġminimum": 5444, + "hips": 5445, + "Ġbones": 5446, + "itness": 5447, + "Ġharmful": 5448, + "Ġsides": 5449, + "ĠInstead": 5450, + "omin": 5451, + "Ġod": 5452, + "Ġinterview": 5453, + "Ġfirm": 5454, + "Ġintake": 5455, + "zy": 5456, + "Ġcontinuous": 5457, + "Ġsets": 5458, + "anch": 5459, + "Ġchann": 5460, + "Ġraise": 5461, + "ĠControl": 5462, + "Ġaccompl": 5463, + "Ġtouch": 5464, + "Ġsecure": 5465, + "ĠLife": 5466, + "Ġmassive": 5467, + "Ġnormally": 5468, + "ĠArab": 5469, + "Ġemployees": 5470, + "rian": 5471, + "Ġsick": 5472, + "Ġchain": 5473, + "Ġagriculture": 5474, + "ĠInformation": 5475, + "Ġmedication": 5476, + "ĠTwo": 5477, + "-old": 5478, + "erals": 5479, + "omach": 5480, + "abil": 5481, + "Ġsensitive": 5482, + "78": 5483, + "ĠRet": 5484, + "Ġhunt": 5485, + "orith": 5486, + "ĠFurther": 5487, + "Ġimproving": 5488, + "Ġvalid": 5489, + "Ġgall": 5490, + "agues": 5491, + "Us": 5492, + "ĠNor": 5493, + "aj": 5494, + "leg": 5495, + "ĠCarol": 5496, + "ION": 5497, + "cest": 5498, + "Ġble": 5499, + "ndom": 5500, + "Ġtiny": 5501, + "ĠSam": 5502, + "Ġsubstant": 5503, + "MS": 5504, + "ĠBi": 5505, + "Ġvehicles": 5506, + "ĠThomas": 5507, + "Ġsubstance": 5508, + "ctic": 5509, + "ras": 5510, + "iest": 5511, + "Ġinjuries": 5512, + "Ġproducing": 5513, + "Ġsed": 5514, + "During": 5515, + "Ġnan": 5516, + "Ġwarming": 5517, + "Ġhorse": 5518, + "ĠLike": 5519, + "abits": 5520, + "Ġsteel": 5521, + "Ġlandscape": 5522, + "ibl": 5523, + "Ġconcentration": 5524, + "ĠSaf": 5525, + "Ġportion": 5526, + "79": 5527, + "ĠMiddle": 5528, + "Ġcoff": 5529, + "Ġfr": 5530, + "obe": 5531, + "Ġrein": 5532, + "Ġleaf": 5533, + "Ġdiverse": 5534, + "ĠMr": 5535, + "Ind": 5536, + "mas": 5537, + "ario": 5538, + "Ġstick": 5539, + "Ġargument": 5540, + "ĠMass": 5541, + "Ġdoctors": 5542, + "ĠIsl": 5543, + "Ġtraffic": 5544, + "ĠWomen": 5545, + "Ġrail": 5546, + "Ġstarts": 5547, + "Ġtitle": 5548, + "Ġwife": 5549, + "Ġlibrary": 5550, + "ĠFre": 5551, + "ĠTreat": 5552, + "Ġdownload": 5553, + "anes": 5554, + "Ġanswers": 5555, + "Ġdocuments": 5556, + "Ġfill": 5557, + "Ġprocedures": 5558, + "-day": 5559, + "ĠBible": 5560, + "ND": 5561, + "ĠLand": 5562, + "ael": 5563, + "Ġstages": 5564, + "lements": 5565, + "Ġadvoc": 5566, + "Ġdiversity": 5567, + "vironments": 5568, + "Ġmoon": 5569, + "ĠÃ": 5570, + "74": 5571, + "cules": 5572, + "ĠKore": 5573, + "Ġselected": 5574, + "Ġmamm": 5575, + "ropical": 5576, + "Ġviews": 5577, + "Ġpretty": 5578, + "ĠWild": 5579, + "ĠAnother": 5580, + "ING": 5581, + "Ġreaders": 5582, + "Ġsports": 5583, + "Ġmovements": 5584, + "ĠLibrary": 5585, + "iled": 5586, + "Ġtried": 5587, + "faces": 5588, + "Ġroutine": 5589, + "Ġfunding": 5590, + "Ġproport": 5591, + "Ġgenerate": 5592, + "ĠCommission": 5593, + "Ġcolour": 5594, + "Ġdust": 5595, + "rid": 5596, + "ĠRef": 5597, + "Ġbattery": 5598, + "HO": 5599, + "Ġinterests": 5600, + "Ġ*": 5601, + "Ġband": 5602, + "Ġapart": 5603, + "Ġlots": 5604, + "ĠBur": 5605, + "ĠEnvironmental": 5606, + "Ġsatis": 5607, + "hi": 5608, + "Ġsurvive": 5609, + "Ġlabel": 5610, + "-se": 5611, + "Ġchoices": 5612, + "Ġphr": 5613, + "atever": 5614, + "Other": 5615, + "Ġlisted": 5616, + "ĠFam": 5617, + "Ġcapable": 5618, + "Ġera": 5619, + "Ġapparent": 5620, + "ville": 5621, + "eck": 5622, + "Ġdedic": 5623, + "Ġsubsequ": 5624, + "Ġsud": 5625, + "Ġcomprehensive": 5626, + "Ġminim": 5627, + "Ġexperiments": 5628, + "Ġsecondary": 5629, + "Ġdescribes": 5630, + "imer": 5631, + "burg": 5632, + "ditionally": 5633, + "Ġdatabase": 5634, + "Ġprofessionals": 5635, + "Ġnetworks": 5636, + "Ġtrial": 5637, + "83": 5638, + "Ġbeneficial": 5639, + "69": 5640, + "ĠBook": 5641, + "Ġpictures": 5642, + "Ġrecip": 5643, + "Ġguidelines": 5644, + "asure": 5645, + "Ġreturned": 5646, + "Ġdistingu": 5647, + "Read": 5648, + "Ġworse": 5649, + "abric": 5650, + "Ġaqu": 5651, + "raction": 5652, + "stream": 5653, + "Ġprem": 5654, + "oto": 5655, + "Ġstored": 5656, + "ota": 5657, + "Ġforests": 5658, + "ĠKnow": 5659, + "Ġtrad": 5660, + "Ġintelligence": 5661, + "Ġsolve": 5662, + "olve": 5663, + "Ġcreates": 5664, + "time": 5665, + "Ġcourses": 5666, + "Ġwindow": 5667, + "ĠEv": 5668, + "Ġdecline": 5669, + "Ġmarine": 5670, + "Ġstudying": 5671, + "ĠRussia": 5672, + "Ġpaid": 5673, + "ona": 5674, + "Ġchildhood": 5675, + "DF": 5676, + "ĠDisc": 5677, + "olf": 5678, + "ĠProfessor": 5679, + "earchers": 5680, + "Ġmuseum": 5681, + "idden": 5682, + "Ġtun": 5683, + "ĠPower": 5684, + "Ġsod": 5685, + "Ġnarrow": 5686, + "Ġoriginally": 5687, + "Ġdecade": 5688, + "Ġplays": 5689, + "Ġsuitable": 5690, + "Ġprecise": 5691, + "Ġweap": 5692, + "Ġsan": 5693, + "Ġcatch": 5694, + "ĠUp": 5695, + "Ġrandom": 5696, + "ĠTem": 5697, + "itors": 5698, + "Ġsudden": 5699, + "Ġarmy": 5700, + "riting": 5701, + "ĠGet": 5702, + "Ġkit": 5703, + "Ġfacilit": 5704, + "oral": 5705, + "ypes": 5706, + "Ġengage": 5707, + "Ġmit": 5708, + "ĠScient": 5709, + "Ġcloud": 5710, + "Ġnurs": 5711, + "ĠMuslim": 5712, + "comp": 5713, + "Ġunlike": 5714, + "ums": 5715, + "Ġchart": 5716, + "Ġflight": 5717, + "ĠMicro": 5718, + "Ġgather": 5719, + "Ġcholesterol": 5720, + "Ġadequ": 5721, + "asp": 5722, + "-sh": 5723, + "Ġsurvival": 5724, + "Ġneighb": 5725, + "lar": 5726, + "rus": 5727, + "rants": 5728, + "Ġcalls": 5729, + "á": 5730, + "hma": 5731, + "Ġsky": 5732, + "band": 5733, + "Ġpoet": 5734, + "âĢľThe": 5735, + "Ġspeaking": 5736, + "acts": 5737, + "ĠFlorida": 5738, + "Sc": 5739, + "Ġappeared": 5740, + "TS": 5741, + "ĠMont": 5742, + "-sc": 5743, + "merican": 5744, + "Ġwaves": 5745, + "Ġaccomp": 5746, + "ĠSupp": 5747, + "Ġdu": 5748, + "-time": 5749, + "Ġindex": 5750, + "ĠInf": 5751, + "Ġmicrob": 5752, + "Ġenable": 5753, + "Ġenvironments": 5754, + "ĠSte": 5755, + "ĠEmp": 5756, + "Ġinject": 5757, + "ĠArmy": 5758, + "Ġknew": 5759, + "ĠDisease": 5760, + "ĠExpl": 5761, + "uilding": 5762, + "Ġimplic": 5763, + "Ġdream": 5764, + "Ġobtained": 5765, + "Ġalt": 5766, + "Ġfiber": 5767, + "Ġtransition": 5768, + "Ġmyth": 5769, + "ĠHam": 5770, + "Ġwave": 5771, + "Ġgal": 5772, + "ĠWell": 5773, + "Ġlifestyle": 5774, + "field": 5775, + "Ġabsolute": 5776, + "Ġcircumst": 5777, + "tage": 5778, + "ifies": 5779, + "ibilities": 5780, + "Ġimpossible": 5781, + "Ġstomach": 5782, + "ester": 5783, + "Ġleadership": 5784, + "inder": 5785, + "Ġclaims": 5786, + "Ġremote": 5787, + "Ġtwice": 5788, + "racy": 5789, + "aser": 5790, + "Ġincl": 5791, + "Ġclosed": 5792, + "Ġdent": 5793, + "CS": 5794, + "Ġflav": 5795, + "Ġgrav": 5796, + "Stud": 5797, + "irus": 5798, + "alse": 5799, + "Ġelectronic": 5800, + "ĠCatholic": 5801, + "yth": 5802, + "Ġjourney": 5803, + "Ġskill": 5804, + "Ġdiscussed": 5805, + "Ġreform": 5806, + "Ġconsid": 5807, + "Ġtal": 5808, + "Ġsin": 5809, + "Ġbiggest": 5810, + "Ġcontem": 5811, + "exp": 5812, + "Ġnarr": 5813, + "Ġchief": 5814, + "normal": 5815, + "Ġjustice": 5816, + "Ġprogramming": 5817, + "ĠCam": 5818, + "Ġrevealed": 5819, + "Ġmere": 5820, + "Ġalgorith": 5821, + "othe": 5822, + "ĠRobert": 5823, + "Ġfigures": 5824, + "Ġafford": 5825, + "Ġrespir": 5826, + "ĠManagement": 5827, + "Ġtail": 5828, + "Ġtow": 5829, + "Ġsweet": 5830, + "that": 5831, + "Ġachieved": 5832, + "Ġtoler": 5833, + "Ġexchange": 5834, + "Ġparam": 5835, + "Ġslowly": 5836, + "Ġpure": 5837, + "Ġsoldiers": 5838, + "Ġedge": 5839, + "lets": 5840, + "ĠBet": 5841, + "Ġregional": 5842, + "Ġemotions": 5843, + "inations": 5844, + "Ġentirely": 5845, + "Ġmaintenance": 5846, + "rors": 5847, + "Ġwants": 5848, + "ĠSum": 5849, + "Ġconscious": 5850, + "Ġproduces": 5851, + "Ġsupplement": 5852, + "Ġmountain": 5853, + "Ġpossibly": 5854, + "Ġtells": 5855, + "osal": 5856, + "Ġhappy": 5857, + "-cent": 5858, + "Ġbudget": 5859, + "Ġbreathing": 5860, + "/s": 5861, + "Ġtraum": 5862, + "Ġfasc": 5863, + "ĠAbout": 5864, + "Ġancest": 5865, + "Ġdistrict": 5866, + "ĠRussian": 5867, + "ston": 5868, + "Ġacceler": 5869, + "ĠVirginia": 5870, + "Ġcart": 5871, + "Ġpull": 5872, + "eer": 5873, + "Ġfly": 5874, + "Ġformal": 5875, + "Ġpray": 5876, + "Since": 5877, + "Ġnerve": 5878, + "Ġinsects": 5879, + "organ": 5880, + "Ġmarriage": 5881, + "Ġwalking": 5882, + "ĠJud": 5883, + "Ġcalcium": 5884, + "Ġaw": 5885, + "Ġacids": 5886, + "Ġpapers": 5887, + "ellect": 5888, + "Ġcorpor": 5889, + "down": 5890, + "inet": 5891, + "Ġgenerated": 5892, + "Ġconsumers": 5893, + "ĠLouis": 5894, + "Gen": 5895, + "ĠPost": 5896, + "inating": 5897, + "Ġprinciple": 5898, + "-P": 5899, + "Ġcandid": 5900, + "Ġapprec": 5901, + "Ġassemb": 5902, + "Ġfossil": 5903, + "Ġseeing": 5904, + "ĠLabor": 5905, + "ĠCOVID": 5906, + "izer": 5907, + "prise": 5908, + "Ġabund": 5909, + "Ġmolecules": 5910, + "ĠThrough": 5911, + "Ġsignals": 5912, + "Ġ>": 5913, + "oric": 5914, + "Ġpref": 5915, + "Ġdecide": 5916, + "Ġmild": 5917, + "Ġvillage": 5918, + "ĠDel": 5919, + "Ġbio": 5920, + "Ġtro": 5921, + "Ġmonitor": 5922, + "Ġneuro": 5923, + "cel": 5924, + "Ġcultiv": 5925, + "Ġdiscrim": 5926, + "Ġhttps": 5927, + "Ġlocations": 5928, + "mary": 5929, + "Ġfilled": 5930, + "using": 5931, + "Ġpolice": 5932, + "Ġsuccessfully": 5933, + "ĠStudies": 5934, + "Ġsentence": 5935, + "rem": 5936, + "Ġchapter": 5937, + "orter": 5938, + "Ġdensity": 5939, + "ĠEconom": 5940, + "attle": 5941, + "Ġunderstood": 5942, + "ĠColumb": 5943, + "ada": 5944, + "Ġcolleagues": 5945, + "ĠMem": 5946, + "ĠCommon": 5947, + "Ġstated": 5948, + "Ġraw": 5949, + "ĠJose": 5950, + "ivalent": 5951, + "ato": 5952, + "ĠNature": 5953, + "inking": 5954, + "Ġhouses": 5955, + "abul": 5956, + "Ġhandle": 5957, + "Ġreader": 5958, + "\"Ċ": 5959, + "gl": 5960, + "ĠLab": 5961, + "Ġadopted": 5962, + "ups": 5963, + "Ġflo": 5964, + "Ġaf": 5965, + "Ġaer": 5966, + "zen": 5967, + "Not": 5968, + "Ġsell": 5969, + "Ġcommunicate": 5970, + "Re": 5971, + "Ġfoundation": 5972, + "hemical": 5973, + "Ġvessels": 5974, + "Ġwors": 5975, + "uzz": 5976, + "ĠAny": 5977, + "Ġselection": 5978, + "ht": 5979, + "ĠCare": 5980, + "ĠThose": 5981, + "Ġdedicated": 5982, + "ĠOcean": 5983, + "Ġoptim": 5984, + "Ġhabits": 5985, + "Ġpossibility": 5986, + "ĠGood": 5987, + "Ġdut": 5988, + "Ġsimpl": 5989, + "Ġprison": 5990, + "-be": 5991, + "Ġsmoking": 5992, + "Ġtruly": 5993, + "eper": 5994, + "Ġstimul": 5995, + "Ġbroken": 5996, + "Ġfewer": 5997, + "alysis": 5998, + "oviet": 5999, + "Ġshell": 6000, + "Ġagencies": 6001, + "Ġobesity": 6002, + "Ġthor": 6003, + "Ġplate": 6004, + "ĠCharles": 6005, + "Ġcomposition": 6006, + "ĠCanadian": 6007, + "anged": 6008, + "CT": 6009, + "Ġrecon": 6010, + "Ġaudience": 6011, + "ĠRights": 6012, + "ĠAustralian": 6013, + "ĠâĢ¢": 6014, + "Ġrestrict": 6015, + "flow": 6016, + "ĠHenry": 6017, + "Ġuniverse": 6018, + "ĠTer": 6019, + "Ġmachines": 6020, + "Ġcontamin": 6021, + "point": 6022, + "uke": 6023, + "Ġcorrespond": 6024, + "ogue": 6025, + "Ġteen": 6026, + "Ġunknown": 6027, + "pat": 6028, + "rag": 6029, + "Ġspiritual": 6030, + "ĠAI": 6031, + "Ġdrawing": 6032, + "Ġcoffee": 6033, + "azing": 6034, + "Ġpup": 6035, + "Ġacts": 6036, + "Ġcarefully": 6037, + "Ġarms": 6038, + "Ġmac": 6039, + "âĢĻd": 6040, + "Ġtea": 6041, + "ĠMo": 6042, + "Ġopened": 6043, + "Ġcultures": 6044, + "En": 6045, + "Ġaccounts": 6046, + "Ġ.Ċ": 6047, + "Ġcats": 6048, + "Ġuniversity": 6049, + "ashion": 6050, + "Ġyounger": 6051, + "Ġax": 6052, + "ĠSouthern": 6053, + "ny": 6054, + "Ġdiscipl": 6055, + "Ġmulti": 6056, + "Ġbear": 6057, + "Ġvoc": 6058, + "Ġsharing": 6059, + "Ġopening": 6060, + "icians": 6061, + "Ġoutl": 6062, + "ka": 6063, + "ĠAp": 6064, + "ĠSuch": 6065, + "IL": 6066, + "Ġmoral": 6067, + "Ġelectron": 6068, + "ipping": 6069, + "Ġlaboratory": 6070, + "ĠSl": 6071, + "fortunately": 6072, + "Ġconventional": 6073, + "ribe": 6074, + "Ġframework": 6075, + "ĠPC": 6076, + "Ġ...": 6077, + "Ġscholars": 6078, + "Ġcutting": 6079, + "ĠBudd": 6080, + "ĠKen": 6081, + "Ġcloser": 6082, + "Ġcarb": 6083, + "ĠSmith": 6084, + "Ġroof": 6085, + "Ġpersons": 6086, + "Ġaircraft": 6087, + "Ġdifficulty": 6088, + "oster": 6089, + "Ġfract": 6090, + "ĠDesign": 6091, + "Ġconcrete": 6092, + "Ġultimately": 6093, + "ĠProv": 6094, + "Ġlisten": 6095, + "alian": 6096, + "uts": 6097, + "iform": 6098, + "Ġdioxide": 6099, + "Ġdiagnosed": 6100, + "Ġbrand": 6101, + "Ġremaining": 6102, + "ivery": 6103, + "mic": 6104, + "orrow": 6105, + "Can": 6106, + "Ġdoor": 6107, + "Ġamb": 6108, + "gans": 6109, + "Ġopposite": 6110, + "-the": 6111, + "icide": 6112, + "Ġgun": 6113, + "Ġopinion": 6114, + "osph": 6115, + "luding": 6116, + "ĠCompany": 6117, + "Ġnine": 6118, + "Ġimper": 6119, + "Ġtransmission": 6120, + "Ġextended": 6121, + "Ġderived": 6122, + "Ġstruggle": 6123, + "Äģ": 6124, + "add": 6125, + "Ġnoise": 6126, + "Ġlegs": 6127, + "Ġunp": 6128, + "âĢĻ,": 6129, + "Ġfabric": 6130, + "Ġlands": 6131, + "Ġaccepted": 6132, + "Ġtaste": 6133, + "Ġpermanent": 6134, + "Ġparties": 6135, + "struct": 6136, + "Ġgreatly": 6137, + "reed": 6138, + "ocratic": 6139, + "Ġshift": 6140, + "ictionary": 6141, + "UR": 6142, + "rating": 6143, + "ĠAlex": 6144, + "Ġsmoke": 6145, + "ĠOffice": 6146, + "aped": 6147, + ".âĢĻ": 6148, + "Ġrepeated": 6149, + "De": 6150, + "Ġgreenhouse": 6151, + "Ġdin": 6152, + "Ġsuc": 6153, + "ĠSk": 6154, + "EP": 6155, + "Ġobtain": 6156, + "gent": 6157, + "Ġerror": 6158, + "Ġfeeding": 6159, + "Pe": 6160, + "Ġtall": 6161, + "Ġvulnerable": 6162, + "Ġgluc": 6163, + "Ġpossess": 6164, + "Ġdepos": 6165, + "erent": 6166, + "Ġfever": 6167, + "Ġhero": 6168, + "Lear": 6169, + "Ġunless": 6170, + "gra": 6171, + "Ġassistance": 6172, + "cript": 6173, + "ĠFederal": 6174, + "-on": 6175, + "Ġarchitecture": 6176, + "liam": 6177, + "icon": 6178, + "word": 6179, + "Ġmagnetic": 6180, + "Ġhydrogen": 6181, + "Ġunus": 6182, + "Ġwriter": 6183, + "Ġneighbor": 6184, + "arant": 6185, + "ĠGroup": 6186, + "Ġmanaged": 6187, + "-of": 6188, + "âĢĺ": 6189, + "ĠFe": 6190, + "ĠNations": 6191, + "Ġobl": 6192, + "ctive": 6193, + "under": 6194, + "Ġpurchase": 6195, + "phone": 6196, + "Ġindicates": 6197, + "edu": 6198, + "Ġcamera": 6199, + "Ġrow": 6200, + "Ġmarked": 6201, + "ĠVict": 6202, + "-H": 6203, + "Ġbehaviors": 6204, + "Ġsupports": 6205, + "ĠAtt": 6206, + "Ġmixed": 6207, + "Ġinner": 6208, + "Ġsubstances": 6209, + "urd": 6210, + "Ġpron": 6211, + "Ġphotograph": 6212, + "ĠGlobal": 6213, + "ansion": 6214, + "Ġconsistent": 6215, + "umes": 6216, + "sis": 6217, + "nam": 6218, + "Ġprol": 6219, + "ĠLeg": 6220, + "Ġserver": 6221, + "ribed": 6222, + "ĠSoviet": 6223, + "Ġunderlying": 6224, + "Ġstands": 6225, + "Ġsupplies": 6226, + "Let": 6227, + "Ġtank": 6228, + "Ġcm": 6229, + "Ġintervention": 6230, + "Ġwish": 6231, + "ĠAdd": 6232, + "ĠId": 6233, + "________": 6234, + "Ġdebate": 6235, + "Ġtransportation": 6236, + "Ġfell": 6237, + "Ġlayers": 6238, + "Ġsupporting": 6239, + "ĠPsych": 6240, + "Ġath": 6241, + "Ġveter": 6242, + "Ġneck": 6243, + "Ġdescription": 6244, + "Ġreplaced": 6245, + "Ġcircumstances": 6246, + "Ġ<": 6247, + "Ġpersist": 6248, + "Your": 6249, + "fish": 6250, + "Ġinteraction": 6251, + "ĠKeep": 6252, + "hether": 6253, + "orld": 6254, + "Ġvirtual": 6255, + "ĠExt": 6256, + "then": 6257, + "Ġsequence": 6258, + "Ġbot": 6259, + "Ġturns": 6260, + "anda": 6261, + "bert": 6262, + "Ġpool": 6263, + "Ġattached": 6264, + "ĠIll": 6265, + "wo": 6266, + "heast": 6267, + "opl": 6268, + "ĠHaw": 6269, + "Ġinstructions": 6270, + "Cont": 6271, + "Ġsight": 6272, + "-free": 6273, + "Ġcircuit": 6274, + "uter": 6275, + "Ġyield": 6276, + "Ġrhy": 6277, + "oted": 6278, + "Ġnewsp": 6279, + "-F": 6280, + "Ġadministration": 6281, + "ua": 6282, + "Ġcalories": 6283, + "ĠYet": 6284, + "Ġpreval": 6285, + "Ġepid": 6286, + "Ġworkshe": 6287, + "net": 6288, + "Ġrelax": 6289, + "riers": 6290, + "ĠBro": 6291, + "Ġbabies": 6292, + "Ġartificial": 6293, + "Ġimmediate": 6294, + "zil": 6295, + "kes": 6296, + "Ġmaps": 6297, + "antly": 6298, + "Ġregulations": 6299, + "Ġattend": 6300, + "Over": 6301, + "ĠVis": 6302, + "ĠFrank": 6303, + "My": 6304, + "Ġfilter": 6305, + "ĠUSA": 6306, + "Ġnecessarily": 6307, + "Ġrid": 6308, + "Ġexamine": 6309, + "Ġresponses": 6310, + "Ġjoin": 6311, + "Ġreserv": 6312, + "Ġhousing": 6313, + "itter": 6314, + "orous": 6315, + "ĠOnly": 6316, + "Ġchallenging": 6317, + "Ġcompounds": 6318, + "Ġnearby": 6319, + "Ġagency": 6320, + "ints": 6321, + "itative": 6322, + "Ġstring": 6323, + "Ġaccum": 6324, + "liament": 6325, + "ĠNatural": 6326, + "weight": 6327, + "Ġpsychological": 6328, + "Bl": 6329, + "Ġunable": 6330, + "Ġswim": 6331, + "Ġmechanism": 6332, + "Ġgone": 6333, + "Ġethnic": 6334, + "Ġaccident": 6335, + "irds": 6336, + "Ġminerals": 6337, + "ĠGold": 6338, + "ĠNav": 6339, + "Ġfailed": 6340, + "Ġends": 6341, + "Ġoutbre": 6342, + "Ġchosen": 6343, + "inction": 6344, + "Ġwww": 6345, + "Ġoverl": 6346, + "ĠColor": 6347, + "ena": 6348, + "Ġfixed": 6349, + "Ġorganized": 6350, + "ĠEss": 6351, + "throp": 6352, + "ey": 6353, + "Ġrising": 6354, + "ĠDiv": 6355, + "uation": 6356, + "ĠValley": 6357, + "zed": 6358, + "stone": 6359, + "Ġpercentage": 6360, + "Ġshop": 6361, + "Ġtrained": 6362, + "Ġratio": 6363, + "Ġpoison": 6364, + "Ġprotocol": 6365, + "Ġborder": 6366, + "itudes": 6367, + "Ġcustomers": 6368, + "elesc": 6369, + "ymph": 6370, + "Ġbreath": 6371, + "Ġeveryday": 6372, + "Ġstanding": 6373, + "Ġperce": 6374, + "Ġahead": 6375, + "ĠHome": 6376, + "Ġnest": 6377, + "ĠCancer": 6378, + "amins": 6379, + "ĠIP": 6380, + "Ġpainting": 6381, + "Ġparticipate": 6382, + "Ġreactions": 6383, + "Ġbread": 6384, + "ifications": 6385, + "ait": 6386, + "ini": 6387, + "Ġholid": 6388, + "Ġpresentation": 6389, + "Ġzero": 6390, + "Ġgenerations": 6391, + "Ġimprovement": 6392, + "Ġconfidence": 6393, + "aria": 6394, + "Ġorganisms": 6395, + "Ġintellect": 6396, + "Ġphilosophy": 6397, + "-level": 6398, + "ĠTor": 6399, + "earing": 6400, + "ĠExper": 6401, + "ventions": 6402, + "Ġhoriz": 6403, + "Ġfeedback": 6404, + "Ġimplementation": 6405, + "ÃŃ": 6406, + "sts": 6407, + "Ġagreement": 6408, + "Ġremark": 6409, + "rite": 6410, + "Ġvariable": 6411, + "Ġdomin": 6412, + "Ġpair": 6413, + "from": 6414, + "agon": 6415, + "ĠTHE": 6416, + "Ġinsurance": 6417, + "Ġchick": 6418, + "reland": 6419, + "Se": 6420, + "ocracy": 6421, + "Ġgrew": 6422, + "Ġprompt": 6423, + "Ġconnections": 6424, + "Ġlies": 6425, + "Ġcovers": 6426, + "Ġauthorities": 6427, + "ĠParis": 6428, + "Ġfighting": 6429, + "LA": 6430, + "Ġputting": 6431, + "Ġcos": 6432, + "Ġtissues": 6433, + "ritis": 6434, + "Ġment": 6435, + "yles": 6436, + "Ġhem": 6437, + "ĠLong": 6438, + "ĠStep": 6439, + "Ġexpressed": 6440, + "ella": 6441, + "Int": 6442, + "hop": 6443, + "-pro": 6444, + "ĠSciences": 6445, + "Ġourselves": 6446, + "Ġgap": 6447, + "Ġmining": 6448, + "Ġexists": 6449, + "ĠChic": 6450, + "Ġinsulin": 6451, + "ĠPenn": 6452, + "Ġmeters": 6453, + "ĠStreet": 6454, + "Ġexercises": 6455, + "rooms": 6456, + "Ġprincip": 6457, + "ĠConstitution": 6458, + "Ġeastern": 6459, + "ĠMad": 6460, + "ĠRad": 6461, + "SS": 6462, + "Ġwasn": 6463, + "ĠOF": 6464, + "abb": 6465, + "Ġwitness": 6466, + "....": 6467, + "Ġlatter": 6468, + "Ġdistur": 6469, + "ediatric": 6470, + "ĠHall": 6471, + "Ġscan": 6472, + "ĠOh": 6473, + "Ġlimits": 6474, + "oned": 6475, + "ĠIN": 6476, + "irt": 6477, + "Ġdrain": 6478, + "Ġmos": 6479, + "icious": 6480, + "ĠAcademy": 6481, + "Ġequivalent": 6482, + "Ġmaintaining": 6483, + "asters": 6484, + "roduction": 6485, + "ĠCarolina": 6486, + "state": 6487, + "ĠScot": 6488, + "Ġconsumer": 6489, + "Ġknows": 6490, + "Ġfounded": 6491, + "Ġarrived": 6492, + "inity": 6493, + "ĠAdminist": 6494, + "ĠRome": 6495, + "Ġacknow": 6496, + "Ġcompetition": 6497, + "Ġcomparison": 6498, + "Ġbutter": 6499, + "Ġregist": 6500, + "Ġrepresented": 6501, + "ĠClimate": 6502, + "Ġmeal": 6503, + "Ġmoisture": 6504, + "Ġstable": 6505, + "Ġkidney": 6506, + "ora": 6507, + "Ġstroke": 6508, + "Ġparalle": 6509, + "Ġsheet": 6510, + "ĠCy": 6511, + "CD": 6512, + "Ġinstruments": 6513, + "uels": 6514, + "Ġspaces": 6515, + "ĠNorthern": 6516, + "Ġindustries": 6517, + "Ġrecognition": 6518, + "Of": 6519, + "Ġspending": 6520, + "umps": 6521, + "Ġinstitution": 6522, + "Ġzone": 6523, + "ĠOx": 6524, + "Ġcapture": 6525, + "âĢĿ.Ċ": 6526, + "Ġfrequent": 6527, + "Ġplayers": 6528, + "tic": 6529, + "Ġobservations": 6530, + "Ġclust": 6531, + "ĠTake": 6532, + "Ġeld": 6533, + "itan": 6534, + "Ġblocks": 6535, + "Ġdaughter": 6536, + "LE": 6537, + "ĠDet": 6538, + "ĠNative": 6539, + "ĠGard": 6540, + "Ġtract": 6541, + "Ġhole": 6542, + "Ġmarried": 6543, + "ĠIreland": 6544, + "Ġspok": 6545, + "elled": 6546, + "Ġaccessible": 6547, + "Ġrivers": 6548, + "orses": 6549, + "Ġdepartment": 6550, + "Ġdefine": 6551, + "Ġhus": 6552, + "abled": 6553, + "ĠTime": 6554, + "Ġfold": 6555, + ".|Ċ": 6556, + "ca": 6557, + "ĠRob": 6558, + "Ġsmooth": 6559, + "Ġbeliefs": 6560, + "itamin": 6561, + "ĠForm": 6562, + "sey": 6563, + "First": 6564, + "such": 6565, + "Ġpounds": 6566, + "Ġbiod": 6567, + "anta": 6568, + "abulary": 6569, + "Ġevaluation": 6570, + "atal": 6571, + "Ġobjective": 6572, + "irty": 6573, + "Ġsettings": 6574, + "Ġcards": 6575, + "Ġdelivery": 6576, + "Ġlaunched": 6577, + "Ġrepair": 6578, + "aked": 6579, + "Ġcollaboration": 6580, + "Ġcrow": 6581, + "Ġestimates": 6582, + "Ġmood": 6583, + "nee": 6584, + "Ġphysics": 6585, + "Ġdestroyed": 6586, + "Ġprove": 6587, + "Ġorgans": 6588, + "Ġcup": 6589, + "inson": 6590, + "Ġinterf": 6591, + "ĠExp": 6592, + "body": 6593, + "stract": 6594, + "stein": 6595, + "ĠBre": 6596, + "opic": 6597, + "ĠLanguage": 6598, + "Ġcomments": 6599, + "-R": 6600, + "Ġthousand": 6601, + "Ġdemonstrate": 6602, + "Ġrenewable": 6603, + "ĠFree": 6604, + "itely": 6605, + "Ġindeed": 6606, + "Ġburning": 6607, + "Ġdoubt": 6608, + "Ġru": 6609, + "Ġcontained": 6610, + "Ġforget": 6611, + "Ġlect": 6612, + "espread": 6613, + "ĠReview": 6614, + "Ġentry": 6615, + "BS": 6616, + "rovers": 6617, + "ita": 6618, + "hered": 6619, + "Ġdamaged": 6620, + "ĠItaly": 6621, + "Ġgram": 6622, + "usal": 6623, + "Ġreduces": 6624, + "ĠStudy": 6625, + "win": 6626, + "Ġfro": 6627, + "Ġreject": 6628, + "heimer": 6629, + "ults": 6630, + "Ġpregnant": 6631, + "Ġshut": 6632, + "Ġviruses": 6633, + "See": 6634, + "Ġearthqu": 6635, + "Ġmechanisms": 6636, + "ĠCommit": 6637, + "bra": 6638, + "anches": 6639, + "usiness": 6640, + "eless": 6641, + "ĠDan": 6642, + "Ġhun": 6643, + "Ġinfect": 6644, + "ĠPers": 6645, + "ditional": 6646, + "Ġplenty": 6647, + "Ġdebt": 6648, + "urrent": 6649, + "Ġmice": 6650, + "Ġbrings": 6651, + "ether": 6652, + "Ġrocks": 6653, + "Ġtrials": 6654, + "Ġscript": 6655, + "Ġcompare": 6656, + "Ġvoltage": 6657, + "dule": 6658, + "Ġrefuge": 6659, + "ola": 6660, + "Ġarchae": 6661, + "oding": 6662, + "ĠPeter": 6663, + "ĠStat": 6664, + "ĠAgricult": 6665, + "Ġoperate": 6666, + "Ġelectro": 6667, + "Ġflag": 6668, + "ourage": 6669, + "cher": 6670, + "ĠSpain": 6671, + "Ġindependence": 6672, + "Ġwilling": 6673, + "Even": 6674, + "rd": 6675, + "Ġongoing": 6676, + "Ġsubs": 6677, + "Ġaward": 6678, + "utch": 6679, + "ĠHave": 6680, + "quit": 6681, + "Ġpartner": 6682, + "Ġjoined": 6683, + "Ġterritory": 6684, + "nect": 6685, + "Ġconclusion": 6686, + "Ġguarant": 6687, + "ĠWood": 6688, + "Ġinhib": 6689, + "Ġinstalled": 6690, + "Rec": 6691, + "Ġdys": 6692, + "olving": 6693, + "Ġworry": 6694, + "Once": 6695, + "osion": 6696, + "yroid": 6697, + "Ġusage": 6698, + "Ġcritic": 6699, + "ĠEnd": 6700, + "ĠDiff": 6701, + "Ġrespiratory": 6702, + "ented": 6703, + "ohyd": 6704, + "Ġvolcan": 6705, + "Ġpolitics": 6706, + "gers": 6707, + "ML": 6708, + "ĠBank": 6709, + "teen": 6710, + "Ġruns": 6711, + "Ġwhereas": 6712, + "hesis": 6713, + "Ġtight": 6714, + "Ġmarkets": 6715, + "Ġprev": 6716, + "isk": 6717, + "Ġemployment": 6718, + "ĠPract": 6719, + "ĠRevolution": 6720, + "Ġrig": 6721, + "Ġinteractions": 6722, + "ading": 6723, + "Ġingredients": 6724, + "rency": 6725, + "Ġcleaning": 6726, + "Ġtrip": 6727, + "Ġdesire": 6728, + "aine": 6729, + "health": 6730, + "Ġasking": 6731, + "ighter": 6732, + "Ġessays": 6733, + "ĠEmpire": 6734, + "Ġoccasion": 6735, + "een": 6736, + "Ġreliable": 6737, + "PR": 6738, + "Ġmm": 6739, + "Ġfunctional": 6740, + "iox": 6741, + "Ġresulted": 6742, + "Ġmatch": 6743, + "Ġphoto": 6744, + "Ġholds": 6745, + "Ġcryst": 6746, + "Ġsucceed": 6747, + "no": 6748, + "Ġbond": 6749, + "ĠWorks": 6750, + "Ġped": 6751, + "ĠSing": 6752, + "Ġhistoric": 6753, + "struction": 6754, + "Ġglucose": 6755, + "idity": 6756, + "Ġincred": 6757, + "Ġdanger": 6758, + "Ġtube": 6759, + "Ġconstantly": 6760, + "Ġchrom": 6761, + "-E": 6762, + "hist": 6763, + "Ġtub": 6764, + "Ġcav": 6765, + "Ġcrime": 6766, + "acco": 6767, + "Ġloved": 6768, + "Ġsurfaces": 6769, + "Ġresolution": 6770, + "utrition": 6771, + "Ġfalse": 6772, + "ĠYear": 6773, + "ĠJoseph": 6774, + "ulture": 6775, + "Ġmembr": 6776, + "while": 6777, + "IP": 6778, + "Ġframe": 6779, + "ĠAS": 6780, + "Ġasthma": 6781, + "but": 6782, + "Today": 6783, + "Ġnose": 6784, + "otton": 6785, + "ĠEU": 6786, + "Ġirrit": 6787, + "isters": 6788, + "Ġrice": 6789, + "agram": 6790, + "Ġmissing": 6791, + ".m": 6792, + "Ġdelay": 6793, + "Ġevaluate": 6794, + "ployment": 6795, + "igned": 6796, + "roat": 6797, + "Ġcategories": 6798, + "Ġartists": 6799, + "itivity": 6800, + "Every": 6801, + "Ġrely": 6802, + "ĠBrazil": 6803, + "Ġkilomet": 6804, + "alls": 6805, + "ĠGeorg": 6806, + "eers": 6807, + "Ġneur": 6808, + "airy": 6809, + "Ġwidespread": 6810, + "asty": 6811, + "ĠGuide": 6812, + "ĠRoyal": 6813, + "ĠMill": 6814, + "Ġwhatever": 6815, + "Ġnervous": 6816, + "Ġcentre": 6817, + "Ġroute": 6818, + "ĠCamp": 6819, + "Ġinvolving": 6820, + "ocy": 6821, + "xts": 6822, + "Because": 6823, + "Ġblow": 6824, + "Ġpreventing": 6825, + "ĠCa": 6826, + "ĠFace": 6827, + "Ġphotos": 6828, + "ethod": 6829, + "liest": 6830, + "Ġfavorite": 6831, + "Ġconversation": 6832, + "Ġrecept": 6833, + "Ġestimate": 6834, + "Ġcomplicated": 6835, + "Ġsatellite": 6836, + "Ġgut": 6837, + "hav": 6838, + "Ġshapes": 6839, + "ĠGal": 6840, + "Ġfunds": 6841, + "ittle": 6842, + "everal": 6843, + "war": 6844, + "Ġaims": 6845, + "Ġalter": 6846, + "Ġintest": 6847, + "Ġdemonstrated": 6848, + "ĠAnn": 6849, + "Ġbridge": 6850, + "igan": 6851, + "Ġvote": 6852, + "agraph": 6853, + "Ġsupposed": 6854, + "Ġended": 6855, + "Ġfacing": 6856, + "Ġmeasurements": 6857, + "-and": 6858, + "ĠDig": 6859, + "Ġshot": 6860, + "Ġvs": 6861, + "Ġadministr": 6862, + "ĠClin": 6863, + "opes": 6864, + "itting": 6865, + "Ġcoastal": 6866, + "Ġscene": 6867, + "Ġadequate": 6868, + "ĠWhere": 6869, + "omer": 6870, + "onia": 6871, + "Qu": 6872, + "ĠBig": 6873, + "ĠBoard": 6874, + "Ġbath": 6875, + "thritis": 6876, + "Ġmechanical": 6877, + "Ġmales": 6878, + "ĠCheck": 6879, + "gical": 6880, + "Ġpand": 6881, + "ĠÎ": 6882, + "Ġships": 6883, + "born": 6884, + "Ġalle": 6885, + "Ġboys": 6886, + "Ġvarieties": 6887, + "Ġpreparation": 6888, + "Ġlegislation": 6889, + "erior": 6890, + "Ġabnormal": 6891, + "Ġrecommendations": 6892, + "ushed": 6893, + "Ġintense": 6894, + "Ġmeasurement": 6895, + "Ġbreeding": 6896, + "Ġwait": 6897, + "Ġroles": 6898, + "Ġturning": 6899, + "Ġsections": 6900, + "iological": 6901, + "Ġshif": 6902, + "ĠScott": 6903, + "Ġdesigns": 6904, + "Ġfashion": 6905, + "Ġhypothes": 6906, + "Ġtons": 6907, + "-L": 6908, + "rine": 6909, + "Ġjump": 6910, + "ĠVictor": 6911, + "ommon": 6912, + "Ġholding": 6913, + "Ġoffering": 6914, + "hyd": 6915, + "Ġseconds": 6916, + "ĠTeac": 6917, + "Ġmixt": 6918, + "Ġexplanation": 6919, + "ĠBrown": 6920, + "ĠMag": 6921, + "ĠEarly": 6922, + "Ġclothing": 6923, + "ĠChicago": 6924, + "hent": 6925, + "ĠReport": 6926, + "Ġcooking": 6927, + "Ġfer": 6928, + "Ġannounced": 6929, + "Ġmic": 6930, + "Ġcolumn": 6931, + "Ġpp": 6932, + "Ġmanip": 6933, + "zheimer": 6934, + "idential": 6935, + "aska": 6936, + "ĠSometimes": 6937, + "Ġfemales": 6938, + "ĠKh": 6939, + "pes": 6940, + "Don": 6941, + "ĠTV": 6942, + "Ġsurve": 6943, + "Ġfocuses": 6944, + "Ġhormone": 6945, + "Ġconven": 6946, + "Ġproven": 6947, + "Ġcontrols": 6948, + "IA": 6949, + "Ġblind": 6950, + "Ġmand": 6951, + "ifest": 6952, + "Ġvisitors": 6953, + "Ġconstitution": 6954, + "adder": 6955, + "ĠCre": 6956, + "example": 6957, + "Ġrelief": 6958, + "Ġexplo": 6959, + "eenth": 6960, + "eren": 6961, + "ovascular": 6962, + "Ġintegrated": 6963, + "Ġsole": 6964, + "Ġtroops": 6965, + "Ġthanks": 6966, + "oom": 6967, + "Ġtut": 6968, + "Ġmoves": 6969, + "iration": 6970, + "ĠWik": 6971, + "pet": 6972, + "Ġtrouble": 6973, + "ĠPan": 6974, + "Ġartist": 6975, + "Ġapproved": 6976, + "IR": 6977, + "Ġpowers": 6978, + "Ġundert": 6979, + "Ġrealize": 6980, + "Ġlights": 6981, + "ulty": 6982, + "Ġarts": 6983, + "Ġsilver": 6984, + "Ġstreet": 6985, + "Ġrank": 6986, + "wing": 6987, + "Ġbeauty": 6988, + "Ġtwenty": 6989, + "Ġdrawn": 6990, + "-T": 6991, + "Ġaccuracy": 6992, + "Ġille": 6993, + "Ġvac": 6994, + "Ġcircle": 6995, + "Ġpra": 6996, + "Ġvictims": 6997, + "Ġfurn": 6998, + "Ġreven": 6999, + "urric": 7000, + "Ġbreed": 7001, + "Ġske": 7002, + "Ġmode": 7003, + "Ġfacility": 7004, + "ĠForest": 7005, + "inally": 7006, + "Ġmatters": 7007, + "Ġring": 7008, + "ĠChristmas": 7009, + "Ġassociation": 7010, + "Ġlearners": 7011, + "rowing": 7012, + "Ġpharm": 7013, + "ĠBefore": 7014, + "âĢĻ.": 7015, + "Ġformula": 7016, + "Ġissued": 7017, + "Ġtheme": 7018, + "ĠMoon": 7019, + "ĠOpen": 7020, + "Ġexcessive": 7021, + "Ġfrag": 7022, + "ureau": 7023, + "Ġpeak": 7024, + "Ġitem": 7025, + "Ġtreating": 7026, + "Ġconstructed": 7027, + "Go": 7028, + "Ġdollars": 7029, + "Ġcomposed": 7030, + "-scale": 7031, + "ishment": 7032, + "rene": 7033, + "estion": 7034, + "Ġtheories": 7035, + "Ġgalax": 7036, + "Ġmineral": 7037, + "Ġarrange": 7038, + "aired": 7039, + "Ġreceiving": 7040, + "ĠServices": 7041, + "reek": 7042, + "Ġturb": 7043, + "Ġexpansion": 7044, + "ĠAtlantic": 7045, + "Ġcenters": 7046, + "Ġstre": 7047, + "Ġpresents": 7048, + "Ġsignificance": 7049, + "occ": 7050, + "Ġseeking": 7051, + "otes": 7052, + "mes": 7053, + "ĠFort": 7054, + "Ġexamination": 7055, + "Ġfarming": 7056, + "Ġcomfortable": 7057, + "Ġtexts": 7058, + "Ġboy": 7059, + "Ġguidance": 7060, + "Ġcontrovers": 7061, + "-cont": 7062, + "Ġpublication": 7063, + "Ġcounty": 7064, + "·": 7065, + "Ġcategory": 7066, + "ĠList": 7067, + "plant": 7068, + "ounter": 7069, + "oples": 7070, + "oven": 7071, + "Ġnitrogen": 7072, + "azine": 7073, + "ĠAge": 7074, + "Ġheating": 7075, + "Ġadvantages": 7076, + "Ġgenet": 7077, + "Ġanywhere": 7078, + "ĠResources": 7079, + "arn": 7080, + "itt": 7081, + "Ġparticipation": 7082, + "orical": 7083, + "Ġscore": 7084, + "Ġmetabol": 7085, + "emia": 7086, + "Ġinnovation": 7087, + "People": 7088, + "Ġpestic": 7089, + "ki": 7090, + "ĠFamily": 7091, + "Ġswitch": 7092, + "ĠAgency": 7093, + "Ġearn": 7094, + "ĠEqu": 7095, + "Ġbigger": 7096, + "Ġflower": 7097, + "Ġfung": 7098, + "Ġmessages": 7099, + "HD": 7100, + "UT": 7101, + "aming": 7102, + "ĠStr": 7103, + "uh": 7104, + "Ġcommitted": 7105, + "ĠSet": 7106, + "Ġparas": 7107, + "how": 7108, + "ĠCreat": 7109, + "Ġangle": 7110, + "ocation": 7111, + "Ġlaunch": 7112, + "avery": 7113, + "aph": 7114, + "Ġemployed": 7115, + "raining": 7116, + "ĠCap": 7117, + "charge": 7118, + "ĠCommittee": 7119, + "ĠEastern": 7120, + "Ġvideos": 7121, + "Ġconsume": 7122, + "Ġantibiotics": 7123, + "Ġlake": 7124, + "?âĢĿ": 7125, + "Ġtheore": 7126, + "gs": 7127, + "Ġscientist": 7128, + "IM": 7129, + "Ġvitamins": 7130, + "Ġfairly": 7131, + "Ġcareful": 7132, + "Ġfulf": 7133, + "ctor": 7134, + "Ġentered": 7135, + "Ġdose": 7136, + "ooking": 7137, + "Ġteams": 7138, + "ĠZeal": 7139, + "ĠWindows": 7140, + "Ġov": 7141, + "Ġbiology": 7142, + "Ġcompris": 7143, + "Ġowner": 7144, + "ĠThough": 7145, + "ĠMichael": 7146, + "Ġrarely": 7147, + "pan": 7148, + "aded": 7149, + "ĠSol": 7150, + "Ġcyber": 7151, + "ushing": 7152, + "ĠLearn": 7153, + "Ġconsidering": 7154, + "Ġchest": 7155, + "Ġinfluenced": 7156, + "Ġamazing": 7157, + "Ġbringing": 7158, + "Ġadvert": 7159, + "Ġdivision": 7160, + "ĠAst": 7161, + "Ġshock": 7162, + "apse": 7163, + "Ġroughly": 7164, + "Ġstrict": 7165, + "Ġhonor": 7166, + "DP": 7167, + "Ġstronger": 7168, + "arsh": 7169, + "Ġoverw": 7170, + "Ġvariables": 7171, + "ĠEth": 7172, + "Ġrelation": 7173, + "col": 7174, + "heric": 7175, + "ivered": 7176, + "ugh": 7177, + "Ġhazard": 7178, + "Ġspin": 7179, + "Ġnone": 7180, + "Ġrecover": 7181, + "ioxid": 7182, + "ĠAlzheimer": 7183, + "Ġserving": 7184, + "Ġspectrum": 7185, + "Ġknowing": 7186, + "Ġpanel": 7187, + "iability": 7188, + "ihood": 7189, + "aud": 7190, + "Ġphenomenon": 7191, + "aning": 7192, + "Ġplus": 7193, + "ala": 7194, + "Ġdomain": 7195, + "ĠPlant": 7196, + "Ġsunlight": 7197, + "Ġstatistics": 7198, + "cycl": 7199, + "Ġsession": 7200, + "Ġhappening": 7201, + "Or": 7202, + "ĠAcc": 7203, + "Ġpassage": 7204, + "Ġminute": 7205, + ".A": 7206, + "riend": 7207, + "Ġstrongly": 7208, + "Ġunusual": 7209, + "Me": 7210, + "orders": 7211, + "ĠDistrict": 7212, + "gu": 7213, + "orph": 7214, + "ĠRock": 7215, + "Ġbrows": 7216, + "Ġdestruction": 7217, + "olesc": 7218, + "Ġorient": 7219, + "IDS": 7220, + "Ġracial": 7221, + "Ġtropical": 7222, + "OC": 7223, + "ĠTimes": 7224, + "-ch": 7225, + "ĠNetwork": 7226, + "Ġmathematics": 7227, + "ĠSil": 7228, + "Ġroads": 7229, + "ĠZealand": 7230, + "Ġessentially": 7231, + "Ġgradually": 7232, + "itals": 7233, + "ĠSym": 7234, + "ĠIrish": 7235, + "Ġtrigger": 7236, + "Ġimagine": 7237, + "Ġdeeper": 7238, + "chen": 7239, + "essions": 7240, + "Ġeffectiveness": 7241, + "Ġpositions": 7242, + "rieved": 7243, + "Ġdealing": 7244, + "Ġdisaster": 7245, + "Ġaband": 7246, + "outs": 7247, + "Ġslavery": 7248, + "Ġliteracy": 7249, + "Ġcriteria": 7250, + "Ġcopper": 7251, + "Ġmortality": 7252, + "oir": 7253, + "Ġengaged": 7254, + "ĠCentre": 7255, + "Ġcomplications": 7256, + "Ġforg": 7257, + "ady": 7258, + "rane": 7259, + "ĠAsian": 7260, + "ĠKingdom": 7261, + "Ġgrows": 7262, + "ĠItalian": 7263, + "ĠChange": 7264, + "Ġcoron": 7265, + "Ġfishing": 7266, + "ounce": 7267, + "Ġclar": 7268, + "Ġremoval": 7269, + "Ġbanks": 7270, + "Ġprovider": 7271, + "Ġescape": 7272, + "Ġholes": 7273, + "ortion": 7274, + "ĠHoly": 7275, + "ĠDoes": 7276, + "icit": 7277, + "rav": 7278, + "cking": 7279, + "ih": 7280, + "Ġarray": 7281, + "Ġencouraged": 7282, + "Ġparallel": 7283, + "ĠWord": 7284, + "ĠAdv": 7285, + "ĠEngineering": 7286, + "ĠAccess": 7287, + "Ġthreats": 7288, + "Ġimplications": 7289, + "riz": 7290, + "ogether": 7291, + "Ġdeclared": 7292, + "Ġchlor": 7293, + "Ġdetection": 7294, + "Ġprinted": 7295, + "Ġeliminate": 7296, + "Ġdefect": 7297, + "Ġdrought": 7298, + "Ġneighborhood": 7299, + "Ġsenior": 7300, + "âĢľWe": 7301, + "Ġfalls": 7302, + "Ġdiscrimination": 7303, + "Ġdesired": 7304, + "Ġcarrying": 7305, + "Ġphysician": 7306, + "Ġevolved": 7307, + "Ġpassing": 7308, + "Ġdependent": 7309, + "kins": 7310, + "Ġislands": 7311, + "Ġbranches": 7312, + "Ġdistributed": 7313, + "ml": 7314, + "Ġagreed": 7315, + "Ġouter": 7316, + "Ġstores": 7317, + "Ġdates": 7318, + "ĠRichard": 7319, + "Ġinher": 7320, + "ollowing": 7321, + "Ġtransact": 7322, + "Ġengineers": 7323, + "Ġuncertain": 7324, + "Ġsport": 7325, + "Ġadds": 7326, + "Ġflour": 7327, + "Ġinnovative": 7328, + "amination": 7329, + "ü": 7330, + "igate": 7331, + "ĠCommunity": 7332, + "ĠType": 7333, + "Ġmolecular": 7334, + "Ġsales": 7335, + "Ġmaybe": 7336, + "amine": 7337, + "Ġdisrupt": 7338, + "ercury": 7339, + "Ġacute": 7340, + "Ġmold": 7341, + "Ġcrim": 7342, + "Ġhealing": 7343, + "Ġintellectual": 7344, + "Ġmarks": 7345, + "Ġcaptured": 7346, + "herent": 7347, + "Ġautism": 7348, + "Ġgro": 7349, + "arents": 7350, + "Ġindicated": 7351, + "igue": 7352, + "Ġmicrosc": 7353, + "Ġdepart": 7354, + "Ġrobot": 7355, + "ĠViet": 7356, + "Ġvocabulary": 7357, + "fit": 7358, + "rey": 7359, + "Ġprocessed": 7360, + "Ġsharp": 7361, + "Ġsomewhat": 7362, + "ĠNaz": 7363, + "Ġimplemented": 7364, + "ĠPlease": 7365, + "Ġobserve": 7366, + "Ġtowns": 7367, + "Ġpin": 7368, + "Ġdiameter": 7369, + "Ġcombat": 7370, + "rox": 7371, + "Ġhorses": 7372, + "Ġton": 7373, + "â̦Ċ": 7374, + "Ġdefe": 7375, + "CE": 7376, + "Ġcham": 7377, + "icy": 7378, + "Ġlistening": 7379, + "fts": 7380, + "OL": 7381, + "Ġserves": 7382, + "Ġdecor": 7383, + "Ġcompound": 7384, + "Ġtransp": 7385, + "Ġcontemporary": 7386, + "ograp": 7387, + "Ġdelivered": 7388, + "-cl": 7389, + "Ġsensors": 7390, + "Ġempt": 7391, + "Ġcommission": 7392, + "ĠPub": 7393, + "-qu": 7394, + "Ġwound": 7395, + "Ġlungs": 7396, + "Ġgiant": 7397, + "Ġdifficulties": 7398, + "@example": 7399, + "Ġedition": 7400, + "Ġoutcome": 7401, + "Ġexperiencing": 7402, + "Ġscreening": 7403, + "Ġprotecting": 7404, + "esides": 7405, + "esis": 7406, + "-r": 7407, + "Ġtrends": 7408, + "soft": 7409, + "Ġrose": 7410, + "isdom": 7411, + "Ġinfant": 7412, + "Ġconfirmed": 7413, + "ĠMath": 7414, + "Ġattempts": 7415, + "Ġremind": 7416, + "Ġcharacterized": 7417, + "ĠMD": 7418, + "ĠAdditionally": 7419, + "Ġwarning": 7420, + "ĠDirector": 7421, + "bles": 7422, + "gien": 7423, + "Ġfourth": 7424, + "vard": 7425, + "ĠMartin": 7426, + "Ġfinished": 7427, + "oston": 7428, + "Ġschedule": 7429, + "etime": 7430, + "Ġnewly": 7431, + "angered": 7432, + "NS": 7433, + "asses": 7434, + "Get": 7435, + "Ġsacr": 7436, + "mers": 7437, + "ĠAdministration": 7438, + "greg": 7439, + "iana": 7440, + "Ġhoney": 7441, + "Ġnob": 7442, + "Ġwindows": 7443, + "Ġtargets": 7444, + "ĠBab": 7445, + "Ġresearcher": 7446, + "ucky": 7447, + "Ġstead": 7448, + "ĠAP": 7449, + "ommod": 7450, + "Ġmeals": 7451, + "including": 7452, + "Ġmodified": 7453, + "Ġgrid": 7454, + "Ġhusband": 7455, + "Ġsupplements": 7456, + "Ġinformed": 7457, + "ilation": 7458, + "-being": 7459, + "Ġsigned": 7460, + "Ġdecay": 7461, + "\"The": 7462, + "âĢĶthe": 7463, + "igare": 7464, + "Ġfed": 7465, + "Ġelection": 7466, + "ĠDen": 7467, + "ĠSpecial": 7468, + "Ġmeasuring": 7469, + "Ġorbit": 7470, + "ĠSecurity": 7471, + "/d": 7472, + "CA": 7473, + "Ġdriver": 7474, + "Ġmaintained": 7475, + "Ġpy": 7476, + "ĠEc": 7477, + "Ġwine": 7478, + "ĠDar": 7479, + "Ġplanned": 7480, + "operation": 7481, + "Ġmosquit": 7482, + "ó": 7483, + "Ġoldest": 7484, + "Ġforth": 7485, + "ĠHy": 7486, + "Ġbiom": 7487, + "ĠColumbia": 7488, + "Ġcarbohyd": 7489, + "forcement": 7490, + "Ġcomputing": 7491, + "Ġplane": 7492, + "Ġprinting": 7493, + "Ġproof": 7494, + "Ġremed": 7495, + "coming": 7496, + "reated": 7497, + "Ġpit": 7498, + "Ġtables": 7499, + "Ġbeings": 7500, + "Ġplanting": 7501, + "rays": 7502, + "ĠStart": 7503, + "tles": 7504, + "Ġreward": 7505, + "Ġinsert": 7506, + "Ġcorrectly": 7507, + "Ġneu": 7508, + "Ġinitially": 7509, + "vania": 7510, + "Ġsitting": 7511, + "ĠSwed": 7512, + "ogs": 7513, + "Ġinteractive": 7514, + "ĠSafety": 7515, + "Ġobjectives": 7516, + "Ġsought": 7517, + "Ġstuff": 7518, + "Ġprincipal": 7519, + "ĠIndust": 7520, + "ĠWho": 7521, + "Ġrac": 7522, + "Ġfatty": 7523, + "Ġwriters": 7524, + "ĠNon": 7525, + "Ġcorner": 7526, + "About": 7527, + "Ġearliest": 7528, + "ĠMer": 7529, + "Ġgrant": 7530, + "Ġexamined": 7531, + "ipedia": 7532, + "Ġweapons": 7533, + "ĠProp": 7534, + "Ġindigenous": 7535, + "Ġvaccines": 7536, + "icing": 7537, + "Ġwheel": 7538, + "Ġscar": 7539, + "Ġnegot": 7540, + "Am": 7541, + "Ġpoem": 7542, + "Step": 7543, + "Comp": 7544, + "Ġproportion": 7545, + "ĠFacebook": 7546, + "ĠDespite": 7547, + "Ġusual": 7548, + "angle": 7549, + "Ġfest": 7550, + "osh": 7551, + "Ġinspired": 7552, + "Ġacres": 7553, + "Ġsurge": 7554, + "Ġaffecting": 7555, + "Ġgained": 7556, + "Ġeducators": 7557, + "ĠPrevention": 7558, + "haust": 7559, + "Ġbag": 7560, + "iah": 7561, + "Ġopposed": 7562, + "ricts": 7563, + "Ġcrew": 7564, + "Ġerrors": 7565, + "Ġstructural": 7566, + "Ġsmell": 7567, + "ffective": 7568, + "Ġidentifying": 7569, + "ĠMel": 7570, + "ailed": 7571, + "Ġchemistry": 7572, + "Ġsubt": 7573, + "ĠBill": 7574, + "Ġbranch": 7575, + "Ġathlet": 7576, + "allow": 7577, + "ĠMS": 7578, + "Ġimaging": 7579, + "Ġanalys": 7580, + "Ġoccurring": 7581, + "ĠSat": 7582, + "rous": 7583, + "ostic": 7584, + "Ġplayer": 7585, + "yal": 7586, + "Ġseemed": 7587, + "Ġgrain": 7588, + "incol": 7589, + "Ġfaced": 7590, + "Ġpandemic": 7591, + "-v": 7592, + "IG": 7593, + "abeth": 7594, + "Ġunw": 7595, + "Ġcovering": 7596, + "'m": 7597, + "ĠYoung": 7598, + "Ġradical": 7599, + "Ġrecycling": 7600, + "ildren": 7601, + "Ġstatements": 7602, + "amples": 7603, + "ruption": 7604, + "syl": 7605, + "icate": 7606, + "Ġdynamic": 7607, + "RA": 7608, + "Ġstations": 7609, + "Ġdietary": 7610, + "Ġanalyze": 7611, + "Ġprominent": 7612, + "Ġbees": 7613, + "Ġnice": 7614, + "ĠLar": 7615, + "Ġflows": 7616, + "ptions": 7617, + "Ġsuscept": 7618, + "rade": 7619, + "Ġcaught": 7620, + "ĠSund": 7621, + "uality": 7622, + "Ġhosp": 7623, + "Ġfunctioning": 7624, + "Ġpanels": 7625, + "Ġaged": 7626, + "eness": 7627, + "Ġabilities": 7628, + "akistan": 7629, + "Ġdecreased": 7630, + "plete": 7631, + "Ġmixture": 7632, + "Ġparagraph": 7633, + "Ġinn": 7634, + "Ġprogramme": 7635, + "Ġassume": 7636, + "ontal": 7637, + "Figure": 7638, + "ĠIns": 7639, + "ĠIndians": 7640, + "Ġworst": 7641, + "Ġbatteries": 7642, + "Ġsubsequent": 7643, + "Ġthermal": 7644, + "Ġneither": 7645, + "ĠHill": 7646, + "Ġheads": 7647, + "ĠMoreover": 7648, + "Ġprotective": 7649, + "Ġphosph": 7650, + "Ġexciting": 7651, + "ĠSuper": 7652, + "Ġensuring": 7653, + "ĠOhio": 7654, + "Ġfats": 7655, + "oga": 7656, + "ustain": 7657, + "ĠTry": 7658, + "Ġreaching": 7659, + "Ġalph": 7660, + "Ġdetected": 7661, + "Ġcash": 7662, + "rance": 7663, + "Ġreveal": 7664, + "Ġstrengthen": 7665, + "Pre": 7666, + "Ġinequ": 7667, + "peror": 7668, + "UN": 7669, + "iral": 7670, + "Ġassigned": 7671, + "Ġequally": 7672, + "onym": 7673, + "ĠAmong": 7674, + "Ġenorm": 7675, + "Ġenables": 7676, + "Ġhardware": 7677, + "uits": 7678, + "ĠFind": 7679, + "Ġtong": 7680, + "Ġplanets": 7681, + "unicip": 7682, + "amics": 7683, + "Ġproved": 7684, + "-G": 7685, + "Ġdating": 7686, + "ĠReading": 7687, + "Ġfinds": 7688, + "Ġlie": 7689, + "Ġplot": 7690, + "Ġconfig": 7691, + "ĠPo": 7692, + "Ġrab": 7693, + "ĠRom": 7694, + "Ġcancers": 7695, + "Ġantioxid": 7696, + "ĠResp": 7697, + "opyright": 7698, + "Ġmusical": 7699, + "ĠIII": 7700, + "Ġdriven": 7701, + "Ġheavily": 7702, + "Ġseat": 7703, + "ĠAND": 7704, + "asts": 7705, + "Ġlaid": 7706, + "Ġovercome": 7707, + "ĠMichigan": 7708, + "brid": 7709, + "Ġautomatically": 7710, + "Ġchances": 7711, + "ĠPet": 7712, + "Ġsuffered": 7713, + "Ġoutd": 7714, + "Ġsubstantial": 7715, + "Ġcriminal": 7716, + "She": 7717, + "Ġexception": 7718, + "ĠHospital": 7719, + "Ġdefense": 7720, + "Ġharder": 7721, + "Ġgases": 7722, + "ano": 7723, + "ĠScotland": 7724, + "HS": 7725, + "Ġeditor": 7726, + "EE": 7727, + "Ġcooling": 7728, + "istical": 7729, + "Ġtechnological": 7730, + "Ġmanufacturers": 7731, + "Ġphrase": 7732, + "Ġtraditions": 7733, + "iture": 7734, + "Ġherb": 7735, + "Ġlaser": 7736, + "oured": 7737, + "ommun": 7738, + "bridge": 7739, + "Ġsteam": 7740, + "Ġkeeps": 7741, + "Ġagents": 7742, + "Ġconsiderable": 7743, + "Ġinterpre": 7744, + "ĠPop": 7745, + "Ġdisability": 7746, + "Ġsentences": 7747, + "Ġtob": 7748, + "Ġexclus": 7749, + "ĠAngel": 7750, + "ĠOrganization": 7751, + "Ġbutton": 7752, + "ersonal": 7753, + "Ġexceed": 7754, + "Ġlens": 7755, + "urning": 7756, + "Ġproviders": 7757, + "Ġdemands": 7758, + "Ġcotton": 7759, + "Also": 7760, + "Ġstability": 7761, + "Ġwithd": 7762, + "ĠMen": 7763, + "ulating": 7764, + "Ġcardiovascular": 7765, + "ĠCast": 7766, + "Ġguard": 7767, + "-known": 7768, + "atively": 7769, + "Ġcure": 7770, + "aws": 7771, + "sylvania": 7772, + "Ġconj": 7773, + "Ġslaves": 7774, + "ĠCoast": 7775, + "isco": 7776, + "ĠProtection": 7777, + "Ġtelevision": 7778, + "Ġuniversal": 7779, + "Ġaccompan": 7780, + "ĠLess": 7781, + "incoln": 7782, + "rary": 7783, + "ĠLow": 7784, + "ĠFund": 7785, + "Ġmanaging": 7786, + "Ġregardless": 7787, + "Ġinvestigation": 7788, + "ographical": 7789, + "rical": 7790, + "pling": 7791, + "Ġconsumed": 7792, + "Ġdeficiency": 7793, + "neys": 7794, + "Ġweakness": 7795, + "Ġrespectively": 7796, + "rint": 7797, + "Ġfuels": 7798, + "Ġhidden": 7799, + "Ġtemple": 7800, + "Ġengaging": 7801, + "Ġcort": 7802, + "ĠArctic": 7803, + "Ġpsychology": 7804, + "âĢĶand": 7805, + "ĠÐ": 7806, + "Ġprohib": 7807, + "Ġintroduce": 7808, + "Ġid": 7809, + "Ġstrain": 7810, + "rot": 7811, + "Ġclient": 7812, + "Ġbacterial": 7813, + "eping": 7814, + "ĠHeart": 7815, + "App": 7816, + "ested": 7817, + "apor": 7818, + "%)": 7819, + "Ġmir": 7820, + "ega": 7821, + "ima": 7822, + "Ġstones": 7823, + "Ġviewed": 7824, + "berry": 7825, + "Ġauthent": 7826, + "lu": 7827, + "Ġrect": 7828, + "ĠFire": 7829, + "ĠBoston": 7830, + "ulpt": 7831, + "Ġupdated": 7832, + "Per": 7833, + "Ġintensity": 7834, + "ude": 7835, + "Ġfalling": 7836, + "Ġproductivity": 7837, + "ocial": 7838, + "ĠFurthermore": 7839, + "Last": 7840, + "Ġdance": 7841, + "Ġconference": 7842, + "Ġarrest": 7843, + "-called": 7844, + "just": 7845, + "Ġease": 7846, + "Ġadvent": 7847, + "Ġcommitment": 7848, + "Ġmoderate": 7849, + "elescope": 7850, + "Ġcompost": 7851, + "Ġtrauma": 7852, + "Ear": 7853, + "Ġdress": 7854, + "aneously": 7855, + "Ġslave": 7856, + "Ġsatisf": 7857, + "onom": 7858, + "Ġheritage": 7859, + "Ġmathematical": 7860, + "Ġepis": 7861, + "AA": 7862, + "Ġmountains": 7863, + "Ġabsence": 7864, + "Ġtobacco": 7865, + "ENT": 7866, + "Ġnutrient": 7867, + "ieval": 7868, + "Ġwheat": 7869, + "Ġpolar": 7870, + "Ġquantum": 7871, + "Ġgirl": 7872, + "ani": 7873, + "ĠLead": 7874, + "ĠGrand": 7875, + ".ht": 7876, + "Ġwrites": 7877, + "ĠClick": 7878, + "Ġcoverage": 7879, + "Before": 7880, + "Ġinterface": 7881, + "Ġcoc": 7882, + "ĠPolic": 7883, + "Ġjudge": 7884, + "Ġrelie": 7885, + "ansas": 7886, + "hea": 7887, + "Ġadm": 7888, + "iary": 7889, + "Ġforming": 7890, + "Ġcough": 7891, + "Ġwebsites": 7892, + "ĠSup": 7893, + "Ġpeoples": 7894, + "Ġoverwhel": 7895, + "Ġmerely": 7896, + "Ġinitiative": 7897, + "ĠCho": 7898, + "izabeth": 7899, + "itory": 7900, + "Ġdesert": 7901, + "ĠParty": 7902, + "Ġrhyth": 7903, + "Note": 7904, + "Ġadverse": 7905, + "atial": 7906, + "print": 7907, + "otal": 7908, + "Ġfinger": 7909, + "Ġconcluded": 7910, + "Ġcontribution": 7911, + "ptom": 7912, + "Part": 7913, + "Ġpreserve": 7914, + "Ġstake": 7915, + "Ġceremon": 7916, + "Ġintent": 7917, + "ĠLib": 7918, + "Ġfarms": 7919, + "Ġcord": 7920, + "esh": 7921, + "ĠMult": 7922, + "Ġaccommod": 7923, + "eut": 7924, + "ĠGr": 7925, + "ĠHeb": 7926, + "ĠJeff": 7927, + "Ġmothers": 7928, + "Under": 7929, + "theless": 7930, + "Ġhormones": 7931, + "Ġcompens": 7932, + "Ġinhabit": 7933, + "athered": 7934, + "ĠUnfortunately": 7935, + "ĠWithout": 7936, + "CH": 7937, + "Ġconcerning": 7938, + "-res": 7939, + "ĠSign": 7940, + "ocolate": 7941, + "Ġmigration": 7942, + "ĠGeorgia": 7943, + "Ġcontainer": 7944, + "ĠLiter": 7945, + "Ġisolated": 7946, + "acent": 7947, + "ĠJohnson": 7948, + "Ġelected": 7949, + "Ġbomb": 7950, + "Ġurine": 7951, + "orted": 7952, + "ĠOnline": 7953, + "Ġextend": 7954, + "Ġeru": 7955, + "lines": 7956, + "Ġidentification": 7957, + "Ġcustomer": 7958, + "otype": 7959, + "Ġecosystems": 7960, + "mentia": 7961, + "ĠDown": 7962, + "BT": 7963, + "ĠFinally": 7964, + "etary": 7965, + "Ġpla": 7966, + "Ġcapabilities": 7967, + "ket": 7968, + "arb": 7969, + "ugg": 7970, + "Ġquiet": 7971, + "uber": 7972, + "isted": 7973, + "cyclop": 7974, + "asant": 7975, + "ython": 7976, + "erb": 7977, + "Ġflexible": 7978, + "ĠIT": 7979, + "Ġspots": 7980, + "ĠPennsylvania": 7981, + "Ġconsideration": 7982, + "uting": 7983, + "Ġaddiction": 7984, + "Ġtip": 7985, + "Ġbelieves": 7986, + "Ġexploration": 7987, + "Ġmg": 7988, + "Ġtumor": 7989, + "OM": 7990, + "Ġquantity": 7991, + "Ġdefend": 7992, + "rize": 7993, + "Ġwatching": 7994, + "ali": 7995, + "Ġnarrative": 7996, + "Ġcattle": 7997, + "ogenic": 7998, + "Ġexhaust": 7999, + "Ġdrivers": 8000, + "Ġversions": 8001, + "Ġaimed": 8002, + "Ġsizes": 8003, + "otherapy": 8004, + "Ġadolesc": 8005, + "ĠConservation": 8006, + "Ġcorrel": 8007, + "Ġresid": 8008, + "ĠPot": 8009, + "ĠVen": 8010, + "Ġwonderful": 8011, + "Ġcalling": 8012, + "words": 8013, + "ĠSurvey": 8014, + "Ġfocusing": 8015, + "Ġlymph": 8016, + "ĠEst": 8017, + "Ġgrains": 8018, + "esium": 8019, + "rolled": 8020, + "onomic": 8021, + ".gov": 8022, + "Ġclaimed": 8023, + "holders": 8024, + "Ġexperimental": 8025, + "Ġtap": 8026, + "Ġstyles": 8027, + "ĠWall": 8028, + "Ġchannel": 8029, + "Ġles": 8030, + "Ġuniform": 8031, + "ĠKorea": 8032, + "Ġdisabilities": 8033, + "Ġcolonial": 8034, + "amps": 8035, + "Ġinsight": 8036, + "(s": 8037, + "illa": 8038, + "elfare": 8039, + "forest": 8040, + "ĠNote": 8041, + "ruit": 8042, + "Ġliterary": 8043, + ")|Ċ": 8044, + "Ġsodium": 8045, + "Ġfaces": 8046, + "mm": 8047, + "Ġdescript": 8048, + "arbon": 8049, + "Le": 8050, + "Ġadvis": 8051, + "azon": 8052, + "Ġvariation": 8053, + "df": 8054, + "Ġmetals": 8055, + "ĠColorado": 8056, + "gence": 8057, + "Ġaudio": 8058, + "Ġgravity": 8059, + "Ġobservation": 8060, + "imm": 8061, + "Ġdefinitely": 8062, + "alities": 8063, + "awn": 8064, + "Ġtack": 8065, + "ĠNever": 8066, + "ĠLo": 8067, + "Ġquarter": 8068, + "ĠAuthor": 8069, + "Ġemphasis": 8070, + "ĠLy": 8071, + "Ġemerging": 8072, + "ĠCurrent": 8073, + "Where": 8074, + "oli": 8075, + "advant": 8076, + "Ġgast": 8077, + "Ġdramatic": 8078, + "Ġvertical": 8079, + "ĠLight": 8080, + "Ġemotion": 8081, + "Ġavailability": 8082, + "ĠPakistan": 8083, + "vin": 8084, + "Ġvariations": 8085, + "Ġelder": 8086, + "Ġvel": 8087, + "].": 8088, + "ĠPrinc": 8089, + "icted": 8090, + "\".Ċ": 8091, + "jo": 8092, + "Ġgranted": 8093, + "/p": 8094, + "ette": 8095, + "Ġtranslation": 8096, + "Ġphysically": 8097, + "Ġjoints": 8098, + "Ġacquired": 8099, + "Ġregulation": 8100, + "Ġdrinks": 8101, + "ouds": 8102, + "Ġresil": 8103, + "indu": 8104, + "ĠQueen": 8105, + "requ": 8106, + "Ed": 8107, + "Ġcomprom": 8108, + "enger": 8109, + "Using": 8110, + "eor": 8111, + "Ġspray": 8112, + "ĠUt": 8113, + "Ġmanager": 8114, + "Ġcontributed": 8115, + "Ġtrick": 8116, + "Ġcreatures": 8117, + "Ġmine": 8118, + "itarian": 8119, + "Ġswit": 8120, + "Ġexhibit": 8121, + "Ġhunting": 8122, + "MP": 8123, + "yr": 8124, + "ĠpH": 8125, + "Ġinterpretation": 8126, + "Ġlists": 8127, + "Ġlock": 8128, + "apping": 8129, + "uset": 8130, + "Ġargue": 8131, + "Ġfatigue": 8132, + "Ġhence": 8133, + "ĠMethod": 8134, + "ometry": 8135, + "quir": 8136, + "Ġpersonality": 8137, + "Ġdigestive": 8138, + "Ġpupils": 8139, + "ivest": 8140, + "Ġinterventions": 8141, + "Ġseparated": 8142, + "Ġachievement": 8143, + "Ġsensor": 8144, + "iat": 8145, + "Ġpets": 8146, + "Ġdense": 8147, + "ĠAssess": 8148, + "Ġthread": 8149, + "ĠHelp": 8150, + "Ġalive": 8151, + "Ġclock": 8152, + "Ġaddressed": 8153, + "itual": 8154, + "Ġconqu": 8155, + "assium": 8156, + "Ġholiday": 8157, + "icular": 8158, + "Ġperm": 8159, + "iva": 8160, + "Ġtransmit": 8161, + "ĠThree": 8162, + "Ġprofit": 8163, + "ami": 8164, + "Ġprey": 8165, + "Ġimprovements": 8166, + "Ġbiodiversity": 8167, + "Ġsafely": 8168, + "ĠPlay": 8169, + "usetts": 8170, + "achusetts": 8171, + "Ġorb": 8172, + "Ġsettlement": 8173, + "ĠSand": 8174, + "Ġillegal": 8175, + "alm": 8176, + "Ġnuts": 8177, + "Ġburied": 8178, + "Ġtaxes": 8179, + "hus": 8180, + "ĠFour": 8181, + "Ġkilling": 8182, + "Ġecological": 8183, + "Ġye": 8184, + "Use": 8185, + "Ġterror": 8186, + "Ġgrades": 8187, + "Ġpainful": 8188, + "Ġfires": 8189, + "ĠTop": 8190, + "Ġconserv": 8191, + "Ġfisher": 8192, + "Ġflying": 8193, + "ols": 8194, + "Ġscr": 8195, + "Ġweigh": 8196, + "Ġsched": 8197, + "eries": 8198, + "ĠBusiness": 8199, + "Ġcann": 8200, + "ĠJo": 8201, + "ĠObs": 8202, + "Ġconcentrations": 8203, + "Ġspoken": 8204, + "rison": 8205, + "Ġdairy": 8206, + "ĠOper": 8207, + "books": 8208, + "Ġmanifest": 8209, + "fulness": 8210, + "ö": 8211, + "lete": 8212, + "Ġsummary": 8213, + "irth": 8214, + "Ġinfants": 8215, + "Ġscores": 8216, + "Ġshoot": 8217, + "Ġvegetation": 8218, + "ĠLaboratory": 8219, + "Ġdemocracy": 8220, + "Ġsustainability": 8221, + "Ġreverse": 8222, + "Ġperforming": 8223, + "Each": 8224, + "zym": 8225, + "Ġsensitivity": 8226, + "-century": 8227, + "lishing": 8228, + "Ġcommunications": 8229, + "Ġboundaries": 8230, + "Ġol": 8231, + "ceans": 8232, + "Ġclassified": 8233, + "iac": 8234, + "Ġentertain": 8235, + "Ġfeels": 8236, + "ĠKids": 8237, + "Ġdevast": 8238, + "ĠSecret": 8239, + "Ġven": 8240, + "ĠJul": 8241, + "ĠDutch": 8242, + "Ġtick": 8243, + "ĠTO": 8244, + "anger": 8245, + "Ġequation": 8246, + "adel": 8247, + "night": 8248, + "Ġneutral": 8249, + "Ġhygien": 8250, + "Ġlip": 8251, + "Ġsocieties": 8252, + "Ġinvestigate": 8253, + "Ġbalanced": 8254, + "Ġexpanded": 8255, + "uten": 8256, + "Ġembra": 8257, + "Ġpoetry": 8258, + "ĠSimilar": 8259, + "Ġsculpt": 8260, + "ema": 8261, + "ĠDou": 8262, + "ecific": 8263, + "Ġmyst": 8264, + "Ġfellow": 8265, + "ashes": 8266, + "ĠTom": 8267, + "ecess": 8268, + "Ġaging": 8269, + "ĠImm": 8270, + "Ġagent": 8271, + "Ġwider": 8272, + "Ġexpectations": 8273, + "ivestock": 8274, + "aneous": 8275, + "Ġirrig": 8276, + "Ġgraduate": 8277, + "Ġcounsel": 8278, + "Ġconvert": 8279, + "Ġexecutive": 8280, + "ĠIslam": 8281, + "TP": 8282, + "Ġgum": 8283, + "-a": 8284, + "Ġrepresentation": 8285, + "Ġreporting": 8286, + "Ġlighting": 8287, + "Ġproceed": 8288, + "Ġstopped": 8289, + ":||": 8290, + "Ġcharacteristic": 8291, + "Ġranging": 8292, + "ĠRetrieved": 8293, + "ĠPen": 8294, + "ultural": 8295, + "Ġsaving": 8296, + "Ġspinal": 8297, + "Ġlosses": 8298, + "ĠHand": 8299, + "ipe": 8300, + "hire": 8301, + "Ġspacecraft": 8302, + "bean": 8303, + "atter": 8304, + "ĠIce": 8305, + "Hist": 8306, + "Ġperception": 8307, + "aren": 8308, + "ĠLincoln": 8309, + "ĠEr": 8310, + "Ġmarketing": 8311, + "Ġevil": 8312, + "ĠWildlife": 8313, + "Ġdifferently": 8314, + "Ġgly": 8315, + "ricted": 8316, + "Ġabstract": 8317, + "Ġdimens": 8318, + "Ġofficers": 8319, + "Ġjuice": 8320, + "irms": 8321, + "ĠCat": 8322, + "ĠUr": 8323, + "Ġconce": 8324, + "Ġthreatened": 8325, + "Ġordinary": 8326, + "eting": 8327, + "Ġsubstit": 8328, + "Are": 8329, + "omers": 8330, + "ĠLin": 8331, + "Ġparameters": 8332, + "ourse": 8333, + "Cons": 8334, + "istant": 8335, + "Ġvisited": 8336, + "Ġenormous": 8337, + "Ġtens": 8338, + "ĠAR": 8339, + "HA": 8340, + "Ġsimult": 8341, + "Ġscope": 8342, + "Ġabsorb": 8343, + "uther": 8344, + "Ġchap": 8345, + "asy": 8346, + "Ġatoms": 8347, + "Ġbleeding": 8348, + "ĠWay": 8349, + "ĠDev": 8350, + "Ġpuzz": 8351, + "ĠSir": 8352, + "ĠBlue": 8353, + "ĠHawai": 8354, + "Ġfur": 8355, + "Ġsolving": 8356, + "ĠEp": 8357, + "adow": 8358, + "sor": 8359, + "Ġhumanity": 8360, + "semb": 8361, + "Ġhaven": 8362, + "ĠAvoid": 8363, + "ĠEPA": 8364, + "Ġremoving": 8365, + "Ġnutritional": 8366, + "Ġthroat": 8367, + "Ġtribes": 8368, + "Ġlowest": 8369, + "Ġwaiting": 8370, + "Ġhouseholds": 8371, + "Ġampl": 8372, + "Ġshaped": 8373, + "ĠHebrew": 8374, + "Ġshed": 8375, + "Ġorange": 8376, + "Ġbehavioral": 8377, + "Ġsymbols": 8378, + "®": 8379, + "ĠStar": 8380, + "Ġthereby": 8381, + "asting": 8382, + "endar": 8383, + "Ġcolonies": 8384, + "Ġcub": 8385, + "ao": 8386, + "-con": 8387, + "erally": 8388, + "Ġsessions": 8389, + "Ġattach": 8390, + "Ġpermission": 8391, + "ĠCir": 8392, + "ĠCorn": 8393, + "ĠPur": 8394, + "Ġpriority": 8395, + "Ġcraft": 8396, + "Ġwouldn": 8397, + "Ġboat": 8398, + "Ġtelling": 8399, + "Ġears": 8400, + "Ġhabitats": 8401, + "Ġexpertise": 8402, + "Ġremarkable": 8403, + "Ġdirected": 8404, + "ĠAsk": 8405, + "Ġdirections": 8406, + "ĠAM": 8407, + "avirus": 8408, + "Ġassociate": 8409, + "Ġassets": 8410, + "Just": 8411, + "Ġduration": 8412, + "â": 8413, + "ĠSupreme": 8414, + "ĠBack": 8415, + "Ġforecast": 8416, + "Ġlinear": 8417, + "Ġregarded": 8418, + "Ġwearing": 8419, + "izers": 8420, + "ĠJac": 8421, + "Ġordered": 8422, + "pled": 8423, + "Ġclay": 8424, + "Ġentering": 8425, + "Ġglobe": 8426, + "ĠHarvard": 8427, + "uum": 8428, + "ĠMassachusetts": 8429, + "ĠUV": 8430, + "Researchers": 8431, + "ĠSS": 8432, + "ĠMah": 8433, + "Ġinterior": 8434, + "oons": 8435, + "Ġowned": 8436, + "Ġtrem": 8437, + "unc": 8438, + "Ġguess": 8439, + "Ġoutbreak": 8440, + "ĠMinister": 8441, + "Ġuniversities": 8442, + "Ġdevelops": 8443, + "Ġcharged": 8444, + "Ġlosing": 8445, + "izz": 8446, + "Ġclothes": 8447, + "flamm": 8448, + "Ġprofile": 8449, + "Ġenemy": 8450, + "Ġtongue": 8451, + "ĠVer": 8452, + "Ġlifetime": 8453, + "Ġapplying": 8454, + "Ġflash": 8455, + "Ġwisdom": 8456, + "erman": 8457, + "Ġcelebrated": 8458, + "Ġstreets": 8459, + "Ġham": 8460, + "Ġpointed": 8461, + "Ġash": 8462, + "mia": 8463, + "Ġmedicines": 8464, + "Ġpill": 8465, + "ipher": 8466, + "Ġrecre": 8467, + "usalem": 8468, + "Ġsuperior": 8469, + "Ġplanted": 8470, + "Ġsplit": 8471, + "Ġran": 8472, + "ĠHT": 8473, + "Ġverb": 8474, + "Ġsoils": 8475, + "ician": 8476, + "Ġtor": 8477, + "Ġpreferred": 8478, + "Ġom": 8479, + "Ref": 8480, + "ĠImp": 8481, + "iger": 8482, + "ĠChristians": 8483, + "ĠSar": 8484, + "Ġhall": 8485, + "Ġcow": 8486, + "Ġarguments": 8487, + "Ġcelebrate": 8488, + "Ġworship": 8489, + "htt": 8490, + "ĠTim": 8491, + "Ġdies": 8492, + "Ġillnesses": 8493, + "Ġmur": 8494, + "Ġtemporary": 8495, + "Ġmanual": 8496, + "Ġcalculate": 8497, + "ishop": 8498, + "',": 8499, + "ĠContin": 8500, + "lock": 8501, + "Ġorigins": 8502, + "Ġpromoting": 8503, + "Ġvegetable": 8504, + "ĠTre": 8505, + "Ġsavings": 8506, + "Ġcrypt": 8507, + "Learn": 8508, + "Ġengines": 8509, + "Col": 8510, + "Ġlibr": 8511, + "ĠInit": 8512, + "neum": 8513, + "Ġmature": 8514, + "riendly": 8515, + "Ġplain": 8516, + "ĠColl": 8517, + "Ġthesis": 8518, + "ĠNov": 8519, + "Ġmovie": 8520, + "Ġassignment": 8521, + "ĠRoad": 8522, + "Ġpeer": 8523, + "Ġpreced": 8524, + "ĠProcess": 8525, + "Ġspecialist": 8526, + "-making": 8527, + "rypt": 8528, + "Ġteens": 8529, + "Ġraising": 8530, + "usive": 8531, + "Ġdetermining": 8532, + "erts": 8533, + "Ġtraits": 8534, + "ĠElizabeth": 8535, + "Ġcul": 8536, + "Despite": 8537, + "Ġdeeply": 8538, + "CP": 8539, + "Ġasp": 8540, + "archy": 8541, + "Ġminds": 8542, + "Ġbeans": 8543, + "opher": 8544, + "Ġexploring": 8545, + "agnetic": 8546, + "lymp": 8547, + "Ġdim": 8548, + "Ġequality": 8549, + "Ġbarriers": 8550, + "Ġattribut": 8551, + "Ġspecialized": 8552, + "DS": 8553, + "Ġsettled": 8554, + "Ġspan": 8555, + "Ġpilot": 8556, + "Ġchair": 8557, + "astics": 8558, + "ĠVitamin": 8559, + "Ġdistricts": 8560, + "ĠPDF": 8561, + "Ġrestore": 8562, + "Ġfought": 8563, + "ĠMot": 8564, + "ĠBattle": 8565, + "una": 8566, + "Ġcreativity": 8567, + "chain": 8568, + "Ġphotographs": 8569, + "Ġelsewhere": 8570, + "Ġritual": 8571, + "ĠHead": 8572, + "Ġtransmitted": 8573, + "oids": 8574, + "Ġdiarr": 8575, + "Who": 8576, + "ĠSolar": 8577, + "gon": 8578, + "ĠOxford": 8579, + "apes": 8580, + "ĠIslands": 8581, + "Ġpassion": 8582, + "sell": 8583, + "Ġtargeted": 8584, + "Ġcheap": 8585, + "EO": 8586, + "Ġcrown": 8587, + "-N": 8588, + "Ġincident": 8589, + "ĠPoint": 8590, + "Ġdegrad": 8591, + "ĠPalest": 8592, + "IF": 8593, + "hemistry": 8594, + "Ġhandling": 8595, + "ĠSystems": 8596, + "Com": 8597, + "-en": 8598, + "play": 8599, + "Ġbreaks": 8600, + "ĠLast": 8601, + "rection": 8602, + "-W": 8603, + "Ġfo": 8604, + "ĠCross": 8605, + "Ġresistant": 8606, + "Ġconverted": 8607, + "Ġclassical": 8608, + "ĠCard": 8609, + "Ġfunded": 8610, + "/c": 8611, + "Ġworkplace": 8612, + "va": 8613, + "Ġcas": 8614, + "Ġfriendly": 8615, + "Ġempty": 8616, + "ĠKar": 8617, + "yer": 8618, + "Ġevening": 8619, + "Ġswelling": 8620, + "ĠModel": 8621, + "roud": 8622, + "olves": 8623, + "Sim": 8624, + "Ġasc": 8625, + "Ġcoat": 8626, + "Ġmeaningful": 8627, + "CR": 8628, + "Ġadapted": 8629, + "Please": 8630, + "Ġattitude": 8631, + "onday": 8632, + "ĠIdent": 8633, + "Ġworksheets": 8634, + "Ġshorter": 8635, + "ĠBul": 8636, + "Ġdiffer": 8637, + "Ġcontinuing": 8638, + "Ġofficer": 8639, + "Ġactively": 8640, + "Ġengagement": 8641, + "EF": 8642, + "Ġchoosing": 8643, + "ometric": 8644, + "asma": 8645, + "Ġphones": 8646, + "Ġresc": 8647, + "Ġsad": 8648, + "Ġconclus": 8649, + "Ġviral": 8650, + "Ġcalculated": 8651, + "Ġfet": 8652, + "Ġnewspaper": 8653, + "arming": 8654, + "ĠSunday": 8655, + "Ġreferences": 8656, + "ĠPM": 8657, + "Ġrestoration": 8658, + "ĠModern": 8659, + "zyme": 8660, + "Ġclassic": 8661, + "ĠFrancisco": 8662, + "Ġextension": 8663, + "Ġoverview": 8664, + "Ġeleph": 8665, + "ĠIncre": 8666, + "kind": 8667, + "unct": 8668, + "Ġintegration": 8669, + "Ġsou": 8670, + "ĠIV": 8671, + "Ġvirtually": 8672, + "ĠDrug": 8673, + "-ex": 8674, + "Ġbare": 8675, + "ĠAL": 8676, + "erty": 8677, + "Ġcontributions": 8678, + "ĠJerusalem": 8679, + "Ġethical": 8680, + "raq": 8681, + "AB": 8682, + "Ġroyal": 8683, + "Ġbasically": 8684, + "ĠLevel": 8685, + "Ġsongs": 8686, + "Ġdefault": 8687, + "ĠAgriculture": 8688, + "Ġwal": 8689, + "ogy": 8690, + "ĠView": 8691, + "ĠKey": 8692, + "Ġliterally": 8693, + "arium": 8694, + "Ġrational": 8695, + "Ġinsights": 8696, + "ranean": 8697, + "Ġpace": 8698, + "Ġfrust": 8699, + "Ġpairs": 8700, + "Ġunn": 8701, + "Ġaddresses": 8702, + "Ġdil": 8703, + "Ġaggressive": 8704, + "ĠHor": 8705, + "Ġpropag": 8706, + "Ġfacilitate": 8707, + "ologically": 8708, + "Ġcirculation": 8709, + "Ġvaries": 8710, + "Ġsaved": 8711, + "ilst": 8712, + "ĠCell": 8713, + "issipp": 8714, + "Like": 8715, + "Ġloose": 8716, + "John": 8717, + "Ġpion": 8718, + "unning": 8719, + "Ġcurrency": 8720, + "Ġglac": 8721, + "Ġrequirement": 8722, + "urches": 8723, + "Ġbreaking": 8724, + "Ġintegr": 8725, + "ĠDivision": 8726, + "reens": 8727, + "Ġannually": 8728, + "Ġsug": 8729, + "-shaped": 8730, + "Ġtends": 8731, + "Ġtone": 8732, + "ĠEdward": 8733, + "Ġhospitals": 8734, + "Ġreaches": 8735, + "Ġnoticed": 8736, + "Ġreplacement": 8737, + "Ġgardens": 8738, + "reprene": 8739, + "Ġclients": 8740, + "Ġsoul": 8741, + "ett": 8742, + "utation": 8743, + "ĠBang": 8744, + "Ġlogic": 8745, + "%,": 8746, + "Ġchose": 8747, + "oves": 8748, + "Ġcontents": 8749, + "Ġexped": 8750, + "Ġpromise": 8751, + "inois": 8752, + "Ġhat": 8753, + "Ġbee": 8754, + "ĠLittle": 8755, + "ura": 8756, + "urable": 8757, + "top": 8758, + "Ġstreams": 8759, + "Ġsevent": 8760, + "Ġbears": 8761, + "ĠPolicy": 8762, + "kl": 8763, + "rh": 8764, + "Ġcouldn": 8765, + "Ġwat": 8766, + "Ġconvey": 8767, + "Ġoccas": 8768, + "Ġmarg": 8769, + "Ġunion": 8770, + "Ġduty": 8771, + "ĠForce": 8772, + "Ġvan": 8773, + "ailing": 8774, + "Ġdementia": 8775, + "ĠConfed": 8776, + "umer": 8777, + "ĠArts": 8778, + "Ġbless": 8779, + "eeding": 8780, + "Ġpreparing": 8781, + "idal": 8782, + "Ġpel": 8783, + "imp": 8784, + "Ġpurchased": 8785, + "Ġaccompanied": 8786, + "ĠRh": 8787, + "/m": 8788, + "Ġfascinating": 8789, + "Ġpowder": 8790, + "Ġcopyright": 8791, + "obile": 8792, + "Ġprobability": 8793, + "Ġoxid": 8794, + "Ġdisadvant": 8795, + "Ġgenome": 8796, + "Ġoptimal": 8797, + "Ġdominant": 8798, + "Ġwash": 8799, + "Ġprovince": 8800, + "Ġchocolate": 8801, + "rained": 8802, + "sm": 8803, + "aware": 8804, + "Ġtomat": 8805, + "Ġmouse": 8806, + "Ġmembrane": 8807, + "Ġrealized": 8808, + "MA": 8809, + "Ġgathered": 8810, + "abling": 8811, + "ĠCr": 8812, + "ĠOl": 8813, + "Ġsleeping": 8814, + "Ġgent": 8815, + "Ġpaying": 8816, + "ĠGulf": 8817, + "chnology": 8818, + "Ġhealthier": 8819, + "iop": 8820, + "Ġbegun": 8821, + "inning": 8822, + "Ġsup": 8823, + "ĠSpring": 8824, + "Ġsulf": 8825, + "endment": 8826, + "Ġbrains": 8827, + "Ġoutdoor": 8828, + "ĠFar": 8829, + "ĠIndepend": 8830, + "Ġemerged": 8831, + "Two": 8832, + "Ġoils": 8833, + "iments": 8834, + "Ġappointed": 8835, + "rizona": 8836, + "Ġspr": 8837, + "Ġclub": 8838, + "Ġbeat": 8839, + "Ġaccurately": 8840, + "CL": 8841, + "bec": 8842, + "Ġcontrolling": 8843, + "Ġencounter": 8844, + "amil": 8845, + "Ġvolunteers": 8846, + "plo": 8847, + "Ġreveals": 8848, + "Ġdiscussions": 8849, + "Ġreadily": 8850, + "Ġanticip": 8851, + "ĠWriting": 8852, + "Ġsoy": 8853, + "Ġchicken": 8854, + "zo": 8855, + "Ġseriously": 8856, + "Scient": 8857, + "Ġwinds": 8858, + "Ġpaintings": 8859, + "Ġsoph": 8860, + "Ġreturns": 8861, + "Ġ©": 8862, + "Ġsciences": 8863, + "ĠAmazon": 8864, + "ifier": 8865, + "Ġbene": 8866, + "real": 8867, + "Ġprescribed": 8868, + "cin": 8869, + "Source": 8870, + "asm": 8871, + "Ġlakes": 8872, + "Ġposts": 8873, + "-inc": 8874, + "Ġrestaur": 8875, + "Ġshore": 8876, + "ĠFrid": 8877, + "zymes": 8878, + "raine": 8879, + "Ġtempor": 8880, + "Ġoptical": 8881, + "Ġviolent": 8882, + "Ġrainfall": 8883, + "Ġcolony": 8884, + "bour": 8885, + "ĠDictionary": 8886, + "Ġscenario": 8887, + "Ġconsciousness": 8888, + "Ġchromos": 8889, + "Ġreasonable": 8890, + "Ġmammals": 8891, + "ĠFather": 8892, + "Ġbuff": 8893, + "ĠIndones": 8894, + "Ġ£": 8895, + "Ġacting": 8896, + "Ġdiets": 8897, + "-ray": 8898, + "cule": 8899, + "Ġenthus": 8900, + "Ġopinions": 8901, + "Ġsuit": 8902, + "ĠRam": 8903, + "outheast": 8904, + "ĠPhilipp": 8905, + "also": 8906, + "Ġthyroid": 8907, + "stru": 8908, + "Ġneurons": 8909, + "Ġmunicip": 8910, + "Ġexisted": 8911, + "ensed": 8912, + "Ġsurgical": 8913, + "ĠTreatment": 8914, + "orig": 8915, + "Ġlivestock": 8916, + "'d": 8917, + "Ġargued": 8918, + "issippi": 8919, + "Ġeverywhere": 8920, + "Ġversus": 8921, + "Art": 8922, + "OD": 8923, + "Ġcaps": 8924, + "ĠImpro": 8925, + "Ġalign": 8926, + "Students": 8927, + "Ġadvances": 8928, + "ritten": 8929, + "bi": 8930, + "oca": 8931, + "Ġtrace": 8932, + "Ġdisplayed": 8933, + "ĠObama": 8934, + "Ġdropped": 8935, + "bar": 8936, + "ĠNob": 8937, + "Ġspecified": 8938, + "ĠGall": 8939, + "ĠVe": 8940, + "you": 8941, + "Ġaccomplish": 8942, + "ĠCub": 8943, + "Ġdevelopments": 8944, + "ĠTH": 8945, + "Ġthemes": 8946, + "sen": 8947, + "Ġmetabolism": 8948, + "ĠFact": 8949, + "ailable": 8950, + "Ġunderground": 8951, + "ometer": 8952, + "Ġinch": 8953, + "ĠMax": 8954, + "Ġpersu": 8955, + "Ġpractition": 8956, + "ener": 8957, + "Ġknee": 8958, + "orrect": 8959, + "ĠWil": 8960, + "Ġbuying": 8961, + "ĠParliament": 8962, + "elve": 8963, + "ĠLED": 8964, + "Ġdeploy": 8965, + "Ġcommittee": 8966, + "onal": 8967, + "rix": 8968, + "Ġseverity": 8969, + "ĠOlymp": 8970, + "Ġapps": 8971, + "ĠKent": 8972, + "Ġinvasive": 8973, + ".'": 8974, + "Ġnoun": 8975, + "Ġbeneath": 8976, + "estions": 8977, + "Ġstrategic": 8978, + "ĠNext": 8979, + "Ġcompetitive": 8980, + "ĠCDC": 8981, + "Ġsusceptible": 8982, + "Ġhomework": 8983, + "plate": 8984, + "Ġentit": 8985, + "ĠChapter": 8986, + "Ġhappiness": 8987, + "ĠWhether": 8988, + "BN": 8989, + "ĠDigital": 8990, + "Ġauto": 8991, + "Ġallergies": 8992, + "hand": 8993, + "ĠID": 8994, + "Ġlabour": 8995, + "Ġtension": 8996, + "ĠStan": 8997, + "Ġefficiently": 8998, + "ĠTown": 8999, + "rub": 9000, + "Ġconversion": 9001, + "Ġpeers": 9002, + "BM": 9003, + "Ġalumin": 9004, + "Ġimpair": 9005, + "Ġmodule": 9006, + "last": 9007, + "Ġprevalence": 9008, + "ogens": 9009, + "Ġpartnership": 9010, + "icts": 9011, + "Ġarthritis": 9012, + "ĠAlaska": 9013, + "ĠMicrosoft": 9014, + "Ġwelfare": 9015, + "Ġproductive": 9016, + "adelph": 9017, + "Ġalert": 9018, + "ĠChristianity": 9019, + "Ġreserved": 9020, + "Ġdentist": 9021, + "Ġparad": 9022, + "Ġmaxim": 9023, + "Ġreef": 9024, + "ĠCode": 9025, + "rait": 9026, + "Ġearthquake": 9027, + "ĠMach": 9028, + "ĠFigure": 9029, + "Ġsurprise": 9030, + "ĠPhD": 9031, + "ĠAnalysis": 9032, + "Ġgrounds": 9033, + "Ġdocumented": 9034, + ")||": 9035, + "Ġinfluences": 9036, + "Ġmotivation": 9037, + "Ġbibl": 9038, + "Ġmanagers": 9039, + "Ġlimitations": 9040, + "Ġsees": 9041, + "ĠHeritage": 9042, + "encing": 9043, + "Ġcomplexity": 9044, + "assion": 9045, + "Ġscheme": 9046, + "Ġimmigrants": 9047, + "oded": 9048, + "Ġvaried": 9049, + "Ġprofound": 9050, + "Ġqualities": 9051, + "isations": 9052, + "oler": 9053, + "ffe": 9054, + "Ġvibr": 9055, + "Ġhygiene": 9056, + "Ġprime": 9057, + "ĠPhot": 9058, + "Ġprecip": 9059, + "Ġhydro": 9060, + "Ġshr": 9061, + "Ġexplicit": 9062, + "Ġalgorithm": 9063, + "ĠSpirit": 9064, + "ĠCentury": 9065, + "Ġembed": 9066, + "Ġburden": 9067, + "Ġpesticides": 9068, + "ĠNO": 9069, + "Ġincent": 9070, + "Ġattitudes": 9071, + "Ġrecording": 9072, + "Ġbottle": 9073, + "Ġminimal": 9074, + "raham": 9075, + "Ġhal": 9076, + "olt": 9077, + "ackson": 9078, + "operative": 9079, + "bow": 9080, + "Ġtab": 9081, + "Ġglob": 9082, + "Ġpasses": 9083, + "Ġparticle": 9084, + "ĠTrust": 9085, + "Ġkitchen": 9086, + "ptic": 9087, + "Ġoste": 9088, + "âĢľI": 9089, + "ĠWikipedia": 9090, + "regon": 9091, + "Ġveloc": 9092, + "Ġanger": 9093, + "Ġfinish": 9094, + "Ġbarrier": 9095, + "Ġperceived": 9096, + "Ġhopes": 9097, + "Ġregulate": 9098, + "Ġstrike": 9099, + "ĠCP": 9100, + "ĠRemember": 9101, + "ĠIllinois": 9102, + "ĠBureau": 9103, + "aterials": 9104, + "ĠNeed": 9105, + "Ġzones": 9106, + "Ġassumed": 9107, + "Ġcurve": 9108, + "Ġdism": 9109, + "Ġclouds": 9110, + "Ġelementary": 9111, + "Ġgif": 9112, + "ĠMid": 9113, + "Ġanalyzed": 9114, + "ĠIran": 9115, + "ĠWal": 9116, + "Ġsheep": 9117, + "fast": 9118, + "iations": 9119, + "Ġelectrons": 9120, + "ĠLee": 9121, + "Ġdiagram": 9122, + "Ġhypothesis": 9123, + "Ġputs": 9124, + "Ġion": 9125, + "ĠIraq": 9126, + "ĠPage": 9127, + "-off": 9128, + "Ġendangered": 9129, + "Ġprivacy": 9130, + "Ġoceans": 9131, + "onscious": 9132, + "uan": 9133, + "ĠVietnam": 9134, + "uity": 9135, + "Ġcalm": 9136, + "Then": 9137, + "Ġcooperation": 9138, + "ĠTemple": 9139, + "har": 9140, + "Ġobst": 9141, + "Ġacknowled": 9142, + "ĠBooks": 9143, + "Ġassembly": 9144, + "Ġregistered": 9145, + "eutic": 9146, + "à¥": 9147, + "Ġwars": 9148, + "Ġpassword": 9149, + "Ġcorresponding": 9150, + "Ġmask": 9151, + "ĠBuilding": 9152, + "Ke": 9153, + "Ġappeal": 9154, + "Ġalongside": 9155, + "ĠOrig": 9156, + "aints": 9157, + "Ġcontributing": 9158, + "Click": 9159, + "mble": 9160, + "ĠDiet": 9161, + "Ġuncle": 9162, + "Ġdramatically": 9163, + "box": 9164, + "ĠDesc": 9165, + "akespe": 9166, + "Health": 9167, + "Ġunlikely": 9168, + "Ġcanal": 9169, + "Ġcontaminated": 9170, + "Ġtough": 9171, + "Ġrooms": 9172, + "Ġreflected": 9173, + "Ġestablishment": 9174, + "Ġwings": 9175, + "Ġbull": 9176, + "Ġbags": 9177, + "olk": 9178, + "ĠSmall": 9179, + "Ġorders": 9180, + "wan": 9181, + "Ġbron": 9182, + "Ġquantities": 9183, + "Ġgift": 9184, + "Ġflexibility": 9185, + "Ġcyl": 9186, + "Ġneurolog": 9187, + "Ġsuicide": 9188, + "Ġcontinent": 9189, + "ĠSaint": 9190, + "Ġopposition": 9191, + "Ġcollective": 9192, + "Ġinfectious": 9193, + "Ġenjoyed": 9194, + "Ġminimize": 9195, + "Ġallergic": 9196, + "atoes": 9197, + "ĠArea": 9198, + "text": 9199, + "Ġpopularity": 9200, + "Ġdevelopmental": 9201, + "uy": 9202, + "ĠArizona": 9203, + "ĠSeveral": 9204, + "Ġdebris": 9205, + "ĠAgain": 9206, + "cyclopedia": 9207, + "Ġjoy": 9208, + "akespeare": 9209, + "ĠAlexander": 9210, + "Ġft": 9211, + "Ġdoses": 9212, + "elly": 9213, + "Ġpenet": 9214, + "ĠMississippi": 9215, + "ĠLos": 9216, + "Ġevident": 9217, + "Ġblank": 9218, + "Ġho": 9219, + "Ġspreading": 9220, + "ĠOften": 9221, + "Ġpredicted": 9222, + "adelphia": 9223, + "Ġsale": 9224, + "°C": 9225, + "ĠNavy": 9226, + "Sm": 9227, + "ĠAntar": 9228, + "ĠWhich": 9229, + "Ġrequiring": 9230, + "ĠFDA": 9231, + "Ġembry": 9232, + "iders": 9233, + "Ġsensory": 9234, + "EG": 9235, + "Ġaddressing": 9236, + "Ġsuddenly": 9237, + "Ġsending": 9238, + "Ġvisiting": 9239, + "ba": 9240, + "iler": 9241, + "Ġcream": 9242, + "Ġvom": 9243, + "ĠLook": 9244, + "Ġwooden": 9245, + "Ġintention": 9246, + "ĠBeing": 9247, + ".n": 9248, + "agan": 9249, + "ĠPhysical": 9250, + "ĠDC": 9251, + "%.": 9252, + "omal": 9253, + "rip": 9254, + "aka": 9255, + "Ġencouraging": 9256, + "ĠWeek": 9257, + "Rem": 9258, + "ĠFriday": 9259, + "Ġspoke": 9260, + "Ġincidence": 9261, + "Ġranges": 9262, + "Ġpreserved": 9263, + "regular": 9264, + "Ġinstallation": 9265, + "Ġinvolvement": 9266, + "sters": 9267, + "ocated": 9268, + "Ġsacred": 9269, + "Ġgrammar": 9270, + "Ġcircul": 9271, + "Ġdict": 9272, + "iterranean": 9273, + "Ġpossibilities": 9274, + "pectives": 9275, + "-est": 9276, + "ĠVar": 9277, + "ĠDO": 9278, + "Ġpackage": 9279, + "May": 9280, + "ais": 9281, + "Ġcompos": 9282, + "Ġsalmon": 9283, + "Ġstood": 9284, + "Ġcourts": 9285, + "Ġsubsc": 9286, + "Ġstrange": 9287, + "Ġtom": 9288, + "ĠTwitter": 9289, + "Ġrod": 9290, + "Ġpotassium": 9291, + "ĠPlace": 9292, + "Ġrepresenting": 9293, + "Ġincorporate": 9294, + "ĠStandard": 9295, + "Ġcontainers": 9296, + "Aut": 9297, + "],": 9298, + "Ġceleb": 9299, + "Ġrays": 9300, + "Ġpollut": 9301, + "ati": 9302, + "orus": 9303, + "ĠAndrew": 9304, + "Ġexcav": 9305, + "arten": 9306, + "Ġdiscipline": 9307, + "ĠIndigenous": 9308, + "Ġfifth": 9309, + "roduct": 9310, + "Gl": 9311, + "efin": 9312, + "Ġshoes": 9313, + "Ġamino": 9314, + "ĠMedia": 9315, + "Ġpanc": 9316, + "rowth": 9317, + "Ġcombine": 9318, + "Ġsuspect": 9319, + "worm": 9320, + "ĠFred": 9321, + "Ġdesignated": 9322, + "Ġmemor": 9323, + "ĠPerhaps": 9324, + "thod": 9325, + "ubble": 9326, + "Ġconsuming": 9327, + "iography": 9328, + "ĠLim": 9329, + "Ġidentical": 9330, + "Ġprox": 9331, + "rue": 9332, + "Ġcontamination": 9333, + "berries": 9334, + "icking": 9335, + "Ġabsorption": 9336, + "Ġvarying": 9337, + "Ġ...Ċ": 9338, + "Ġengineer": 9339, + "Ġadopt": 9340, + "ouri": 9341, + "Ġdischarge": 9342, + "-American": 9343, + "Ġsurprising": 9344, + "Ġattractive": 9345, + "Ġoccupied": 9346, + "Ġneglect": 9347, + "atus": 9348, + "Ġvig": 9349, + "ideo": 9350, + "Ġinitiatives": 9351, + "Ġdipl": 9352, + "ifer": 9353, + "agen": 9354, + "ĠEffect": 9355, + "Ġmyself": 9356, + "Ġutility": 9357, + "Ġperfectly": 9358, + "Ġdisk": 9359, + "eras": 9360, + "Ġsymptom": 9361, + "Ġarise": 9362, + ".;": 9363, + "Ġwing": 9364, + "Ġoutline": 9365, + "Ġbite": 9366, + "ĠNutrition": 9367, + "ĠInvest": 9368, + "Ġtact": 9369, + "orne": 9370, + "Ġbias": 9371, + "Ġdistinguish": 9372, + "Ġstraw": 9373, + "Ġstere": 9374, + "author": 9375, + "ools": 9376, + "thew": 9377, + "ustainable": 9378, + "mented": 9379, + "Ġnotion": 9380, + "Ġapparently": 9381, + "ĠCreek": 9382, + "cled": 9383, + "Ġkingdom": 9384, + "Ġtheoretical": 9385, + "Ġimproves": 9386, + "uis": 9387, + "ga": 9388, + "Ġaccidents": 9389, + "ĠJustice": 9390, + "Ġcandidate": 9391, + "ĠIslamic": 9392, + "ĠPortug": 9393, + "ä": 9394, + "Ġdried": 9395, + "best": 9396, + "onents": 9397, + "ĠSqu": 9398, + "Ġbrush": 9399, + "Ġinvented": 9400, + "Ġprivile": 9401, + "Ġtherm": 9402, + "Ġvisits": 9403, + "ugs": 9404, + ".p": 9405, + "Ġlogical": 9406, + "Ġlecture": 9407, + "inger": 9408, + "Ġprevents": 9409, + "ivities": 9410, + "ĠHaving": 9411, + "issance": 9412, + "flu": 9413, + "Med": 9414, + "Ġdraft": 9415, + "ĠDue": 9416, + "Ġdish": 9417, + "Ġinstances": 9418, + "ĠMexican": 9419, + "healthy": 9420, + "acles": 9421, + "ghan": 9422, + "Ġgrams": 9423, + "Ġhybrid": 9424, + "Ġfraction": 9425, + "Ġcuts": 9426, + "Ġdimensions": 9427, + "this": 9428, + "erving": 9429, + "through": 9430, + "Ġkg": 9431, + "Ġcigare": 9432, + "coin": 9433, + "Sub": 9434, + "Ġrelate": 9435, + "nia": 9436, + "oving": 9437, + "Ġultimate": 9438, + "ĠArticle": 9439, + "Ġmuc": 9440, + "rand": 9441, + "Ġabsolutely": 9442, + "havior": 9443, + "ĠGreece": 9444, + "Ġapplies": 9445, + "Ġswimming": 9446, + "ĠOS": 9447, + "Ġpipe": 9448, + "Ġwise": 9449, + "ĠEmer": 9450, + "irable": 9451, + "TH": 9452, + "Ġmistakes": 9453, + "ĠHindu": 9454, + "Ġrevers": 9455, + "ĠCop": 9456, + "enced": 9457, + "ighth": 9458, + "Ġdisturb": 9459, + "Ġindoor": 9460, + "trans": 9461, + "Ġbullying": 9462, + "Ġtumors": 9463, + "Ġalgorithms": 9464, + "Ġcab": 9465, + "Ġwhenever": 9466, + "Ġdiagnostic": 9467, + "Ġborrow": 9468, + "Ġsheets": 9469, + "Ġsummar": 9470, + "ĠConference": 9471, + "Ġchannels": 9472, + "Ġaccounting": 9473, + "owered": 9474, + "Ġworker": 9475, + "Ġcycles": 9476, + "ĠLater": 9477, + "Ġcertific": 9478, + "Ġlingu": 9479, + "ĠFil": 9480, + "Ġshelter": 9481, + "ila": 9482, + "urse": 9483, + "ĠTestament": 9484, + "ĠComputer": 9485, + "ĠOregon": 9486, + "Ġster": 9487, + "claim": 9488, + "Ġreproductive": 9489, + "Eng": 9490, + "Ġdimin": 9491, + "Ġbutterf": 9492, + "Ġbrowser": 9493, + "ĠRight": 9494, + "Ġcellular": 9495, + "uris": 9496, + "Ġachieving": 9497, + "Ġownership": 9498, + "Ġtotally": 9499, + "Ġancestors": 9500, + "ji": 9501, + "Ġrib": 9502, + "ĠSanta": 9503, + "Ġrestrictions": 9504, + "about": 9505, + "Ġsediment": 9506, + "Ġshoulder": 9507, + "Ġvillages": 9508, + "Ġpersonnel": 9509, + "Any": 9510, + "bell": 9511, + "ĠNorm": 9512, + "redit": 9513, + "ĠMediterranean": 9514, + "ĠProble": 9515, + "âĢľIt": 9516, + "ĠResearchers": 9517, + "ĠApple": 9518, + "Ġfavour": 9519, + "Ġexhibition": 9520, + "ĠPut": 9521, + "QL": 9522, + "zone": 9523, + "ĠIndeed": 9524, + "ĠEconomic": 9525, + "Ġ(âĢľ": 9526, + "itical": 9527, + "Ġunem": 9528, + "Ġbought": 9529, + "Ġblo": 9530, + "aping": 9531, + "mann": 9532, + "uled": 9533, + "ĠHard": 9534, + "Ġhurt": 9535, + "ĠFish": 9536, + "Ġdeer": 9537, + "Ġdivide": 9538, + "enter": 9539, + "Ġalternatives": 9540, + "Ġprosper": 9541, + "Ġber": 9542, + "ĠPhiladelphia": 9543, + "Ġshade": 9544, + "Ġpredators": 9545, + "dd": 9546, + "hester": 9547, + "-J": 9548, + "Ġspatial": 9549, + "Ġcollections": 9550, + "eem": 9551, + "Ġnom": 9552, + "Ġtoxins": 9553, + "Sec": 9554, + "ĠMove": 9555, + "Ġwithdraw": 9556, + "Ġmagnitude": 9557, + "iner": 9558, + "Ġow": 9559, + "Ġstabil": 9560, + "Ġinvention": 9561, + "Ġappl": 9562, + "Ġtransc": 9563, + "Ġfaculty": 9564, + "ifice": 9565, + "Ġrough": 9566, + "Ġrobots": 9567, + "Ġinfluenza": 9568, + "RC": 9569, + "ĠCost": 9570, + "Ġ;": 9571, + "Ġmemories": 9572, + "Ġencl": 9573, + "Ġtag": 9574, + "ĠAction": 9575, + "Ġrestricted": 9576, + "terior": 9577, + "Ġsectors": 9578, + "Ġlegend": 9579, + "EA": 9580, + "rium": 9581, + "Ġprone": 9582, + "Research": 9583, + "Ġweaken": 9584, + "Ġfertilizer": 9585, + "Ġdevelopers": 9586, + "Ġevolutionary": 9587, + "Ġemployee": 9588, + "Ġending": 9589, + "ceptions": 9590, + "Ġkilometers": 9591, + "Ġreflection": 9592, + "Ġsuggestions": 9593, + "Ġlun": 9594, + "Ġstatistical": 9595, + "urricane": 9596, + "ouses": 9597, + "Ġrobust": 9598, + "ĠChief": 9599, + "Ġerosion": 9600, + "Ġtransferred": 9601, + "ñ": 9602, + "ĠGar": 9603, + "**": 9604, + "ĠPrint": 9605, + "Ġgods": 9606, + "ico": 9607, + "Through": 9608, + "itus": 9609, + "Ġchurches": 9610, + "ĠHa": 9611, + "Ġathletes": 9612, + "ĠBlood": 9613, + "Ġconflicts": 9614, + "ysical": 9615, + "Ġfingers": 9616, + "DL": 9617, + "Tra": 9618, + "Ġneural": 9619, + "Ġvictory": 9620, + "Ġshares": 9621, + "Ġreplic": 9622, + "Ġimagination": 9623, + "ĠSchools": 9624, + "Ġfant": 9625, + "Ġpine": 9626, + "Ġexpanding": 9627, + "olph": 9628, + "Ġscales": 9629, + "Ġrepet": 9630, + "Ġflavor": 9631, + "iano": 9632, + "UL": 9633, + "emor": 9634, + "Ġindirect": 9635, + "bered": 9636, + "Ġirrigation": 9637, + "Ġenzymes": 9638, + "Ġ)": 9639, + "Ġabundant": 9640, + "elihood": 9641, + "Rel": 9642, + "Ġcrack": 9643, + "ĠSupport": 9644, + "Ġbeet": 9645, + "Ġnumer": 9646, + "Ġplatforms": 9647, + "ika": 9648, + "Ġacceptable": 9649, + "ĠWed": 9650, + "Ġes": 9651, + "Ġsurrounded": 9652, + "SP": 9653, + "ĠRail": 9654, + "Ġpayment": 9655, + "Ġrevenue": 9656, + "stant": 9657, + "ĠOnt": 9658, + "aved": 9659, + ".The": 9660, + "Ġeaten": 9661, + "Ġcarbohydrates": 9662, + "Ġseiz": 9663, + "iscipl": 9664, + "ricks": 9665, + "Ġmeetings": 9666, + "Ġemit": 9667, + "Ġestablishing": 9668, + "о": 9669, + "Ġpermit": 9670, + "Ġabsorbed": 9671, + "Ġenzyme": 9672, + "duate": 9673, + "-friendly": 9674, + "ĠUnlike": 9675, + "isting": 9676, + "ĠHim": 9677, + "Ġrh": 9678, + "ĠConvention": 9679, + "Ġdescribing": 9680, + "Ġsimultaneously": 9681, + "Ġedges": 9682, + "Ġrepresentative": 9683, + "Ge": 9684, + "Ġoccasionally": 9685, + "Ġsurveys": 9686, + "Ġdefinitions": 9687, + "mental": 9688, + "Ġprolong": 9689, + "zer": 9690, + "Ġburned": 9691, + "Ġmetabolic": 9692, + "\"We": 9693, + "Ġremem": 9694, + "Ġinhabitants": 9695, + "ĠFair": 9696, + "Ġamongst": 9697, + "nesota": 9698, + "Reg": 9699, + "Ġelderly": 9700, + "Ġplates": 9701, + "ĠMusic": 9702, + "Ġsister": 9703, + "Ġfitness": 9704, + "Ġassessments": 9705, + "ĠGarden": 9706, + "Ġdying": 9707, + "Ġconfident": 9708, + "Ġeconomics": 9709, + "Ġutilized": 9710, + "ĠTable": 9711, + "Ġelevated": 9712, + "ĠStandards": 9713, + "ĠThanks": 9714, + "Ġarmed": 9715, + "Ġhung": 9716, + "Ġcalendar": 9717, + "expected": 9718, + "Ġassert": 9719, + "Ġtracking": 9720, + "Ġdistant": 9721, + "Ġofficially": 9722, + "Ġisolation": 9723, + "Ġpose": 9724, + "ĠAssessment": 9725, + "Ġgest": 9726, + "Ġdesk": 9727, + "Ġsubsid": 9728, + "Ġmagnesium": 9729, + "Ġbonds": 9730, + "Ġcorporate": 9731, + "Ġsurvived": 9732, + "ا": 9733, + "obic": 9734, + "Ġaccord": 9735, + "Ġconfusion": 9736, + "ĠMountain": 9737, + "ĠWales": 9738, + "Ġdescend": 9739, + "Ġspine": 9740, + "strial": 9741, + "ĠMuslims": 9742, + "Ġoblig": 9743, + "ogram": 9744, + "Ġattributed": 9745, + "Ġverte": 9746, + "Ġsynthetic": 9747, + "Ġabundance": 9748, + "oked": 9749, + "Ġproducers": 9750, + "ĠJackson": 9751, + "Ġtill": 9752, + "Ġthrow": 9753, + "Ġinjured": 9754, + "ĠCambridge": 9755, + "lectric": 9756, + "Ġinev": 9757, + "Ġrepeat": 9758, + "ĠMess": 9759, + "Ġcollecting": 9760, + "Ġsegment": 9761, + "ĠFed": 9762, + "oline": 9763, + "ĠDaniel": 9764, + "Ġwidth": 9765, + "Ġspark": 9766, + "onomy": 9767, + "Ġseal": 9768, + "ypically": 9769, + "Ġseparation": 9770, + "Ġcandidates": 9771, + "vation": 9772, + "-by": 9773, + "Ġgerm": 9774, + "Ġmagazine": 9775, + "ĠCT": 9776, + "ĠStation": 9777, + "Ġnursing": 9778, + "mond": 9779, + "ĠConnect": 9780, + "Ġspeaker": 9781, + "bel": 9782, + "Ġfinance": 9783, + "Ġstems": 9784, + "ĠMoses": 9785, + "orer": 9786, + "Ġdistract": 9787, + "Ġradi": 9788, + "Ġdeposits": 9789, + "Ġfiction": 9790, + "Ġmedieval": 9791, + "-quality": 9792, + "Ġgray": 9793, + "quiry": 9794, + "-or": 9795, + "Ġinherent": 9796, + "Ġfatal": 9797, + "Ġmolecule": 9798, + "Up": 9799, + "pass": 9800, + "Ġavoiding": 9801, + "arks": 9802, + "ethe": 9803, + "Ġassistant": 9804, + "Ġresemb": 9805, + "Ġadolescents": 9806, + "Ġreh": 9807, + "economic": 9808, + "Ġcitizen": 9809, + "Ġwireless": 9810, + "rin": 9811, + "ĠProduct": 9812, + "ĠBased": 9813, + "Ġfilms": 9814, + "arios": 9815, + "utical": 9816, + "Ġbusy": 9817, + "Ġcivilization": 9818, + "Ġatmospheric": 9819, + "ĠPaper": 9820, + "Ġintegrity": 9821, + "ĠMonday": 9822, + "ĠHum": 9823, + "Ġcave": 9824, + "ediate": 9825, + "inery": 9826, + "Ġpink": 9827, + "ĠJava": 9828, + "ologic": 9829, + "Ġentitled": 9830, + "stic": 9831, + "Ġallergy": 9832, + "Ġantibodies": 9833, + "ĠSTEM": 9834, + "estone": 9835, + "Ġbeach": 9836, + "ĠField": 9837, + "Ġpert": 9838, + "Ġhumidity": 9839, + "Ġflooding": 9840, + "rons": 9841, + ".M": 9842, + "Ġonset": 9843, + "Ġresponsibilities": 9844, + "Ġfluor": 9845, + "Ġgate": 9846, + "Ġboxes": 9847, + "Ġdoors": 9848, + "Ġlikelihood": 9849, + "ĠConsider": 9850, + "heck": 9851, + "Ġextraord": 9852, + "Ġhighlights": 9853, + "Ġoperated": 9854, + "Ġpneum": 9855, + "Ġdesigning": 9856, + "swe": 9857, + "Ġwake": 9858, + "Ne": 9859, + "Ġtoile": 9860, + "Ġstruggling": 9861, + "iosity": 9862, + "Ġminority": 9863, + "Ġequipped": 9864, + "-dr": 9865, + "Ġproposal": 9866, + "Ġentreprene": 9867, + "Ġproud": 9868, + "Ġhol": 9869, + "Ġruled": 9870, + "ĠRest": 9871, + "Ġreflects": 9872, + "iro": 9873, + "Ġprecisely": 9874, + "ĠPass": 9875, + "Ġcable": 9876, + "Ġpale": 9877, + "Ġreign": 9878, + "Ġworkshop": 9879, + "ooked": 9880, + "ĠHistorical": 9881, + "Ġabandoned": 9882, + "itic": 9883, + "Ġmerch": 9884, + "inth": 9885, + "eling": 9886, + "Ġdiscom": 9887, + "Ps": 9888, + "Ġmile": 9889, + "Ġaside": 9890, + "Ġaffordable": 9891, + "Ġcodes": 9892, + "Ġhazards": 9893, + "Ġtrading": 9894, + "ĠPain": 9895, + "Ġpainted": 9896, + "Ġcollapse": 9897, + "Ġmissions": 9898, + "Ġregime": 9899, + "Ġhonest": 9900, + "was": 9901, + "Ġfactory": 9902, + "ĠMaster": 9903, + "Ġresidential": 9904, + "Ġretain": 9905, + "Ġsew": 9906, + "ateral": 9907, + "Ġtransformation": 9908, + "Ġenhanced": 9909, + "Ġlob": 9910, + "Ġhorizontal": 9911, + "awa": 9912, + "Ġchamber": 9913, + "isticated": 9914, + "imensional": 9915, + "ĠGM": 9916, + "anwhile": 9917, + "ctu": 9918, + "ĠBa": 9919, + "Ġgrad": 9920, + "Ġregulatory": 9921, + "ergarten": 9922, + "uilt": 9923, + "western": 9924, + "Ġcheese": 9925, + "iances": 9926, + "Ġconclusions": 9927, + "ĠADHD": 9928, + "Ġloud": 9929, + "Ġpartial": 9930, + "Ġregister": 9931, + "Ġincorporated": 9932, + "ĠDam": 9933, + "ĠMarine": 9934, + "yt": 9935, + "Ġlasting": 9936, + "-col": 9937, + "Ġcampus": 9938, + "ĠBiology": 9939, + "ĠCH": 9940, + "aternal": 9941, + "Ġretail": 9942, + "Ġsemi": 9943, + "sembly": 9944, + "Ġthrive": 9945, + "а": 9946, + "Ġconsequence": 9947, + "ilson": 9948, + "ĠEgyptian": 9949, + "Ġtoys": 9950, + "Ġnerves": 9951, + "Ġpediatric": 9952, + "ĠMap": 9953, + "Ġherself": 9954, + "Ġbroader": 9955, + "Ġrom": 9956, + "anz": 9957, + "Ġupdate": 9958, + "velength": 9959, + ".E": 9960, + "Ġpond": 9961, + "mentation": 9962, + "Ġworn": 9963, + "eller": 9964, + "Ġsomewhere": 9965, + "Ġmyster": 9966, + "ĠSP": 9967, + "Ġprayer": 9968, + "Ġnic": 9969, + "ursday": 9970, + "----": 9971, + "Ġalgae": 9972, + "Ġbell": 9973, + "Ġlanding": 9974, + "otypes": 9975, + "nea": 9976, + "Ġpock": 9977, + "enda": 9978, + "ĠPractice": 9979, + "Ġspeakers": 9980, + "uesday": 9981, + "ĠShould": 9982, + "Ġcopies": 9983, + "Children": 9984, + "Ġtendency": 9985, + "ĠTeachers": 9986, + "ĠMain": 9987, + "Ġguarantee": 9988, + "ĠMissouri": 9989, + "Ġimplementing": 9990, + "Ġadoption": 9991, + "Ġpests": 9992, + "Ac": 9993, + "Ġnodes": 9994, + "Ġsuggesting": 9995, + "afe": 9996, + "Ġwelcome": 9997, + "Ġpod": 9998, + "Ġrefrig": 9999, + "Ġtort": 10000, + "Ġevaluated": 10001, + "Ġstretch": 10002, + "Ġorganism": 10003, + "Ġfluids": 10004, + "ĠCommons": 10005, + "Ġdisplays": 10006, + "Ġdeadly": 10007, + "ĠMic": 10008, + "bury": 10009, + "ĠScientists": 10010, + "ĠBal": 10011, + "Ġestate": 10012, + "Ġcited": 10013, + "ĠBrain": 10014, + "Ġseasonal": 10015, + "aya": 10016, + "Post": 10017, + "Ġanthrop": 10018, + "Ġpou": 10019, + "ĠVan": 10020, + "fe": 10021, + "Ġrelating": 10022, + "ĠAff": 10023, + "Ġreviewed": 10024, + "Ġvalve": 10025, + "Ġteaches": 10026, + "Ġscholar": 10027, + "Ġvag": 10028, + "Ġcolored": 10029, + "ĠSecretary": 10030, + "gments": 10031, + "ĠDie": 10032, + "orters": 10033, + "Ġul": 10034, + "Ġloop": 10035, + "Ġepidemic": 10036, + "ĠCapt": 10037, + "ĠOcc": 10038, + "ĠCenters": 10039, + "borne": 10040, + "Ġprescription": 10041, + "GE": 10042, + "ĠFarm": 10043, + "Ġvaccination": 10044, + "Ġposted": 10045, + "Ġexcited": 10046, + "onin": 10047, + "Ġphysicians": 10048, + "ĠHence": 10049, + "Ġencourages": 10050, + "ĠSection": 10051, + "Ġschem": 10052, + "Have": 10053, + "Ġjaw": 10054, + "Ġattributes": 10055, + "Ġappointment": 10056, + "Ġcomplement": 10057, + "ĠNOT": 10058, + "ĠEssay": 10059, + "ĠSenate": 10060, + "Ġvine": 10061, + "Ġperpet": 10062, + "ĠOthers": 10063, + "nesday": 10064, + "rust": 10065, + "Ġweekly": 10066, + "Ġawarded": 10067, + "ublished": 10068, + "Ġdisag": 10069, + "ĠIss": 10070, + "Ġelectronics": 10071, + "inces": 10072, + "Ġgaps": 10073, + "ĠLi": 10074, + "ttes": 10075, + "Ġdrops": 10076, + "Ġheaven": 10077, + "esthetic": 10078, + "ĠMinnesota": 10079, + "Ġspons": 10080, + "ĠHit": 10081, + "-income": 10082, + "Ġvelocity": 10083, + "ela": 10084, + "Ġdiscomfort": 10085, + "Ġsafer": 10086, + "Co": 10087, + "Ġdiarrhea": 10088, + "yes": 10089, + "ipation": 10090, + "ĠSelf": 10091, + "Ġplacing": 10092, + "Ġreasoning": 10093, + "ĠLew": 10094, + "Ġimpressive": 10095, + "Ġphilosoph": 10096, + "Ġselling": 10097, + "ĠTraining": 10098, + "Ġclassrooms": 10099, + "verages": 10100, + "Ġlegit": 10101, + ".html": 10102, + "BA": 10103, + "ĠHyd": 10104, + "ĠMinistry": 10105, + "ĠWalk": 10106, + "aceutical": 10107, + "Ġdrives": 10108, + "Ġconsistently": 10109, + "uscript": 10110, + "ĠPython": 10111, + "ĠLuther": 10112, + "onics": 10113, + "Ġsperm": 10114, + "ntil": 10115, + "early": 10116, + "Ġparks": 10117, + "Ġarrival": 10118, + "lude": 10119, + "being": 10120, + "Ġhier": 10121, + "ivation": 10122, + "Ġclassification": 10123, + "imen": 10124, + "Ġfibers": 10125, + "ĠJersey": 10126, + "ĠSn": 10127, + "Ġtranslated": 10128, + "iking": 10129, + "reshold": 10130, + "Ġmini": 10131, + "Ġconsisting": 10132, + "Ĥ¬": 10133, + "Ġsatisfact": 10134, + "Ġindependently": 10135, + "igible": 10136, + "ĠAncient": 10137, + "Ġspeeds": 10138, + "Ġreservoir": 10139, + "kal": 10140, + "Ġdynamics": 10141, + "Ġhack": 10142, + "Ġdefines": 10143, + "itle": 10144, + "Ġintensive": 10145, + "Ġappreciate": 10146, + "Ġwashing": 10147, + "ictions": 10148, + "ĠExamples": 10149, + "Ġsons": 10150, + "rible": 10151, + "ĠMur": 10152, + "engers": 10153, + "ĠGrade": 10154, + "ĠAngeles": 10155, + "ĠSon": 10156, + "Ġninet": 10157, + "doors": 10158, + "Pr": 10159, + "jud": 10160, + "Ġsurviv": 10161, + "ĠSus": 10162, + "Ġtower": 10163, + "develop": 10164, + "atching": 10165, + "Ġvomiting": 10166, + "even": 10167, + "Ġheal": 10168, + "Ġerect": 10169, + "ught": 10170, + "-int": 10171, + "Ġtolerance": 10172, + "anium": 10173, + "ador": 10174, + "ĠLinux": 10175, + "Ġrecommends": 10176, + "Ġdisin": 10177, + "Ġbroke": 10178, + "Ġbeam": 10179, + "ĠBest": 10180, + "Ġstrains": 10181, + "Ġbark": 10182, + "Ġstriking": 10183, + "thood": 10184, + "Ġmeter": 10185, + "Ġreceives": 10186, + "Ġreviews": 10187, + "Ġlawn": 10188, + "tra": 10189, + "phones": 10190, + "ĠCall": 10191, + "ĠMind": 10192, + "Ġcosm": 10193, + "Ġspelling": 10194, + "anol": 10195, + "anas": 10196, + "igious": 10197, + "umbers": 10198, + "Ġmagnet": 10199, + "Ġsophisticated": 10200, + "arter": 10201, + "uper": 10202, + "raid": 10203, + "Rep": 10204, + "ĠProm": 10205, + "Ġcontributes": 10206, + "Ġshallow": 10207, + "Ġconvenient": 10208, + "Ġreputation": 10209, + "ĠCA": 10210, + "ois": 10211, + "Ġanat": 10212, + "ĠRather": 10213, + "ĠThink": 10214, + "Ġpartly": 10215, + "Ġstruck": 10216, + "Ġpest": 10217, + "Ġcelebration": 10218, + "Ġmapping": 10219, + "Ġsettlers": 10220, + "ATION": 10221, + "ĠUnivers": 10222, + "Ġrefugees": 10223, + "ecessary": 10224, + "after": 10225, + "Ġconnecting": 10226, + "Ġenforcement": 10227, + "Ġtrail": 10228, + "Ġrent": 10229, + "ĠLat": 10230, + "Ġimportantly": 10231, + "Ġinequality": 10232, + "/A": 10233, + "Ġrubber": 10234, + "rose": 10235, + "ctors": 10236, + "Ġtherapeutic": 10237, + "Ġattempted": 10238, + "Ġvalley": 10239, + "Ġborders": 10240, + "Ġconfused": 10241, + "Ġpredomin": 10242, + "BD": 10243, + "ĠMajor": 10244, + "itzer": 10245, + "ĠTenn": 10246, + "ĠFac": 10247, + "Ġrefused": 10248, + "Ġappet": 10249, + "ositive": 10250, + "duction": 10251, + "ropol": 10252, + "Ġjudgment": 10253, + "Ġmercury": 10254, + "thur": 10255, + "Ġpunishment": 10256, + "Ġinflation": 10257, + "Ġloan": 10258, + "ĠAbraham": 10259, + "ashed": 10260, + "omed": 10261, + "ĠColon": 10262, + "-specific": 10263, + "http": 10264, + "Ġcarries": 10265, + "ĠStill": 10266, + "Ġattended": 10267, + "ĠProper": 10268, + "Ġsurprised": 10269, + "Ġconsent": 10270, + "Ġhide": 10271, + "Ġgums": 10272, + "Ġbuck": 10273, + "Ġpromising": 10274, + "Ġarrive": 10275, + "Ġcoins": 10276, + "Ġextinction": 10277, + "Ġstorms": 10278, + "Ġpartially": 10279, + "Ġfreely": 10280, + "Ġroutes": 10281, + "Ġadjacent": 10282, + "National": 10283, + "Ġaxis": 10284, + "Ġmeteor": 10285, + "Ġartistic": 10286, + "Ġinvestments": 10287, + "ications": 10288, + "dess": 10289, + "Ġparticipating": 10290, + "OW": 10291, + "lings": 10292, + "nings": 10293, + "ãģ": 10294, + "Ġfan": 10295, + "Ġcircular": 10296, + "Ġimmunity": 10297, + "OP": 10298, + "Ġbills": 10299, + "ĠCarib": 10300, + "Ġthoroughly": 10301, + "rared": 10302, + "Ġleak": 10303, + "ĠName": 10304, + "Ġtremend": 10305, + "Ġentrance": 10306, + "itate": 10307, + "Ġsocio": 10308, + "ieth": 10309, + "Ġmonthly": 10310, + "ĠOntario": 10311, + "Ġshouldn": 10312, + "Ġempire": 10313, + "eps": 10314, + "oning": 10315, + "ĠPoly": 10316, + ".c": 10317, + "ĠBit": 10318, + "dominal": 10319, + "Ġinvasion": 10320, + "Ġprovision": 10321, + "ĠPrim": 10322, + "Ġhazardous": 10323, + "ĠAT": 10324, + "ĠOffic": 10325, + "ĠClean": 10326, + "-class": 10327, + "ĠShort": 10328, + "ĠBetween": 10329, + "Ġtourism": 10330, + "Ġanalyses": 10331, + "Ġtransplant": 10332, + "Ġtraveling": 10333, + "Ġnick": 10334, + "Ġunexpected": 10335, + "Ġscenarios": 10336, + "Ġalike": 10337, + "Yes": 10338, + "Ġjew": 10339, + ",âĢĻ": 10340, + "ĠYes": 10341, + "ĠTeaching": 10342, + "ĠWithin": 10343, + "ivate": 10344, + "action": 10345, + "Ġfrozen": 10346, + "-rich": 10347, + "Ġbearing": 10348, + "cho": 10349, + "Ġearned": 10350, + "ressing": 10351, + "function": 10352, + "Ġgran": 10353, + "Ġlibraries": 10354, + "rat": 10355, + "Ġhorn": 10356, + "ĠJr": 10357, + "ĠLine": 10358, + "Ġboundary": 10359, + "ĠMcC": 10360, + "ĠEll": 10361, + "Ġaltered": 10362, + "ĠUk": 10363, + "Ġapproval": 10364, + "Ġlabels": 10365, + "Ġacquire": 10366, + "flammatory": 10367, + "tension": 10368, + "Ġcycl": 10369, + "emet": 10370, + "Ġreturning": 10371, + "uce": 10372, + "-K": 10373, + "Ġchip": 10374, + "Ġkeys": 10375, + "Ġmutations": 10376, + "ĠAud": 10377, + "Ġdrainage": 10378, + "ĠIde": 10379, + "Ġsearching": 10380, + "ĠIntroduction": 10381, + "onsin": 10382, + "adequ": 10383, + "iversary": 10384, + "Ġgenus": 10385, + "ĠAz": 10386, + "Ġreson": 10387, + "Ġcaffe": 10388, + "Ġirregular": 10389, + "Ġcameras": 10390, + "obs": 10391, + "Ġpromotes": 10392, + "Ġmeditation": 10393, + "Ġtraditionally": 10394, + "ĠRen": 10395, + "Ġdecreases": 10396, + "Ġcloth": 10397, + "luded": 10398, + "-hand": 10399, + "ulsion": 10400, + "-line": 10401, + "Ġbind": 10402, + "Ġswallow": 10403, + "Ġcamps": 10404, + "Ġtelescope": 10405, + "Ġoffices": 10406, + "Ġtanks": 10407, + "Ġintelligent": 10408, + "Ġtubes": 10409, + "Ġfemin": 10410, + "Ġlegacy": 10411, + "Ġyes": 10412, + "Ġtherapies": 10413, + "osaur": 10414, + "ĠAfghan": 10415, + "Ġfeather": 10416, + "isconsin": 10417, + "ĠWilliams": 10418, + "Ġpursue": 10419, + "Ġdangers": 10420, + "Ġcoral": 10421, + "ropriate": 10422, + "RS": 10423, + "ĠCrit": 10424, + "Ġprevented": 10425, + "ĠSud": 10426, + "©": 10427, + "Ġmodeling": 10428, + "atile": 10429, + "ĠEvent": 10430, + "Ġperspectives": 10431, + "Ġride": 10432, + "Ġwavelength": 10433, + "Ġgentle": 10434, + "Ġarc": 10435, + "Ġqualified": 10436, + "Ġforever": 10437, + "ospel": 10438, + "burn": 10439, + "Os": 10440, + "Man": 10441, + "Mod": 10442, + "ĠDyn": 10443, + "Ġfounder": 10444, + "ercise": 10445, + "Ġinterm": 10446, + "Ġdemonstrates": 10447, + "Ġorganisation": 10448, + "ker": 10449, + "Ġdistances": 10450, + "Ġindicators": 10451, + "Ġinflammatory": 10452, + "ĠGh": 10453, + "security": 10454, + "Ġcope": 10455, + "otion": 10456, + "Scientists": 10457, + "Ġhistorians": 10458, + "Ġorganisations": 10459, + "Ġmanufacturer": 10460, + "Ġtermin": 10461, + "Ġfeatured": 10462, + "ĠSymptoms": 10463, + "GS": 10464, + "aver": 10465, + "Ġminister": 10466, + ".âĢĻĊ": 10467, + "ussion": 10468, + "weet": 10469, + "Ġauthentic": 10470, + "worth": 10471, + "Ġincredibly": 10472, + "Ġdemocratic": 10473, + "Ġdefects": 10474, + "ocument": 10475, + "Ġgenerating": 10476, + "Ġduties": 10477, + "ĠLuc": 10478, + "Ġexpressions": 10479, + "Ġracism": 10480, + "Ġmystery": 10481, + "Back": 10482, + "Ġutilize": 10483, + "CI": 10484, + "iors": 10485, + "Ġvice": 10486, + "Ġrecall": 10487, + "Ġsystematic": 10488, + "Ġpackaging": 10489, + "Ġpersistent": 10490, + "Ġmobility": 10491, + "Ġelections": 10492, + "aven": 10493, + "ĠStudent": 10494, + "emies": 10495, + "azz": 10496, + "Ġdistinctive": 10497, + "ĠES": 10498, + "Ġbladder": 10499, + "ĠBern": 10500, + "Ġavoided": 10501, + "list": 10502, + "Ġembedded": 10503, + "ĠClub": 10504, + "High": 10505, + "Ġtied": 10506, + "isition": 10507, + "efits": 10508, + "Ġassessed": 10509, + "ĠDid": 10510, + "ayer": 10511, + "Ġprogressive": 10512, + "iatric": 10513, + "otten": 10514, + "Ġapple": 10515, + "athan": 10516, + "Ġmenu": 10517, + "edge": 10518, + "Ġine": 10519, + "Ġdiagnose": 10520, + "istically": 10521, + "MI": 10522, + "Ġenabling": 10523, + "Ġplasma": 10524, + "Ġdialogue": 10525, + "oa": 10526, + "ĠRNA": 10527, + "Ġsubmit": 10528, + "Ġaids": 10529, + "Ġrats": 10530, + "Ġ·": 10531, + "Ġinspiration": 10532, + "Ġcooked": 10533, + "Ġconducting": 10534, + "ĠMother": 10535, + "ĠNeg": 10536, + "Water": 10537, + "е": 10538, + "ĠJack": 10539, + "heet": 10540, + "Ġlunch": 10541, + "Ġwhales": 10542, + "Trans": 10543, + "umns": 10544, + "ĠCharl": 10545, + "Ġharsh": 10546, + "Though": 10547, + "-gen": 10548, + "vi": 10549, + "Ġexport": 10550, + "Mar": 10551, + "rac": 10552, + "Ġgau": 10553, + "-made": 10554, + "Ġorientation": 10555, + "Ġpotatoes": 10556, + "Ġhip": 10557, + "ĠCorpor": 10558, + "Ġsovere": 10559, + "Ġfilters": 10560, + "sk": 10561, + "Ġexplored": 10562, + "ĠImport": 10563, + "Ġcontroversial": 10564, + "ĠTurkey": 10565, + "Ġtwelve": 10566, + "Ġmultip": 10567, + "ĠMuch": 10568, + "ĠStory": 10569, + "Ġspreads": 10570, + "abilitation": 10571, + "atories": 10572, + "xual": 10573, + "Ġ(\"": 10574, + "ĠWrite": 10575, + "ĠHem": 10576, + "Ġmonument": 10577, + "Ġcomparing": 10578, + "plan": 10579, + "Ġdistinction": 10580, + "Dep": 10581, + "Ġcapability": 10582, + "Ġhill": 10583, + "ĠFuture": 10584, + "ĠObject": 10585, + "storm": 10586, + "Ġadaptation": 10587, + "Ġhunger": 10588, + "Inc": 10589, + "Ġdehyd": 10590, + "Ġgland": 10591, + "Ġcompletion": 10592, + "Ġdollar": 10593, + "Ġtribe": 10594, + "Ġmetres": 10595, + "Ġantibiotic": 10596, + "Ġholy": 10597, + "ĠScientific": 10598, + "ĠTurn": 10599, + "Ġaluminum": 10600, + "Ġthirty": 10601, + "oting": 10602, + "Ġenlar": 10603, + "ĠLog": 10604, + "Ġfallen": 10605, + "Ġdivine": 10606, + "thal": 10607, + "Ġmethane": 10608, + "Ġportray": 10609, + "IST": 10610, + "formed": 10611, + "Ġarranged": 10612, + "Ġcluster": 10613, + "han": 10614, + "ermat": 10615, + "forced": 10616, + "Ġrocket": 10617, + "Ġherbs": 10618, + "Ġintr": 10619, + "PD": 10620, + "Ġeducated": 10621, + "urated": 10622, + "Ġatomic": 10623, + "ĠIndex": 10624, + "Ġpor": 10625, + "Ġvacuum": 10626, + "Ġenabled": 10627, + "Finally": 10628, + "illance": 10629, + "Ġjuris": 10630, + "Both": 10631, + "Ġnort": 10632, + "Ġresolve": 10633, + "Ġprogression": 10634, + "ĠWorking": 10635, + "imals": 10636, + "Ġoverweight": 10637, + "Ġwage": 10638, + "Ġexch": 10639, + "BI": 10640, + "Ġdepr": 10641, + "ĠMaryland": 10642, + "ĠClinical": 10643, + "Ġsubsequently": 10644, + "Ġtorn": 10645, + "Ġoperational": 10646, + "owa": 10647, + "Ġcalculations": 10648, + "ĠCore": 10649, + "insula": 10650, + "Ġcrimes": 10651, + "ĠNether": 10652, + "Ġaccomplished": 10653, + "ĠDifferent": 10654, + "Ġ×": 10655, + "Ġpushed": 10656, + "Ġtalks": 10657, + "Ġstakeholders": 10658, + "arters": 10659, + "acle": 10660, + "ĠTrump": 10661, + "uv": 10662, + "Ġcatal": 10663, + "emetery": 10664, + "Ġ%": 10665, + "Ġ@": 10666, + "nected": 10667, + "Ġthickness": 10668, + "owners": 10669, + "EST": 10670, + "Ġphenomena": 10671, + "Ġsket": 10672, + "ĠQuestions": 10673, + "Ġafraid": 10674, + "\")": 10675, + "Ġbin": 10676, + "ĠInteg": 10677, + "Ġfrog": 10678, + "Ġincredible": 10679, + "heastern": 10680, + "ĠPope": 10681, + "Ġtransformed": 10682, + "onomous": 10683, + "Ġgear": 10684, + "Ġconcentrated": 10685, + "Ġpleasure": 10686, + "ĠJefferson": 10687, + "ĠFlow": 10688, + "Ġpatent": 10689, + "Ġtired": 10690, + "chron": 10691, + "Ġinstant": 10692, + "Ġbowel": 10693, + "fire": 10694, + "vy": 10695, + "Ġsle": 10696, + "ĠRisk": 10697, + "Ġartif": 10698, + "Ġgalaxy": 10699, + "ĠFer": 10700, + "Ġpenal": 10701, + "Ġfertility": 10702, + "Ġrecycled": 10703, + "Ġprecision": 10704, + "Ġgathering": 10705, + "Ġpubl": 10706, + "Ġskull": 10707, + "ĠText": 10708, + "attered": 10709, + "ĠMA": 10710, + "ĠFull": 10711, + "Ġintegral": 10712, + "Prof": 10713, + "Ġrhythm": 10714, + "Ġaggreg": 10715, + "iously": 10716, + "Ġassault": 10717, + "Ġthank": 10718, + "Ġcontinuously": 10719, + "ĠWW": 10720, + "plex": 10721, + "Ġoriginated": 10722, + "ĠVictoria": 10723, + "Ġprotects": 10724, + "Ġadministered": 10725, + "Ġsteady": 10726, + "Ġdestination": 10727, + "Ġconstra": 10728, + "ĠApplic": 10729, + "ĠTalk": 10730, + "Ġ~": 10731, + "Ġpupp": 10732, + "ĠSource": 10733, + "ĠSleep": 10734, + "ĠBerlin": 10735, + "Ġensures": 10736, + "Ġargues": 10737, + "ĠAC": 10738, + "ĠAIDS": 10739, + "Ġheadaches": 10740, + "ĠUnderstanding": 10741, + "ĠPhysics": 10742, + "gered": 10743, + "Ġnotable": 10744, + "ĠLocal": 10745, + "uble": 10746, + "Ġopens": 10747, + "Ġmorph": 10748, + "Ġoverwhelming": 10749, + "ja": 10750, + "Ġcensus": 10751, + "Ġuter": 10752, + "ĠPeace": 10753, + "aylor": 10754, + "Ġgains": 10755, + "Ġpreschool": 10756, + "ĠWisconsin": 10757, + "gged": 10758, + "Ġthorough": 10759, + "Ġcourage": 10760, + "ĠTree": 10761, + "Ġrelatives": 10762, + "original": 10763, + "ĠAsh": 10764, + "Ġsampling": 10765, + "Ġmirror": 10766, + "Ġfles": 10767, + "Ġflies": 10768, + "Ġboards": 10769, + "spec": 10770, + "agger": 10771, + "Ġpoorly": 10772, + "Will": 10773, + "Ġsail": 10774, + "Ġdigit": 10775, + "Ġpipes": 10776, + "Ġcoin": 10777, + "Ġlicense": 10778, + "Ġempower": 10779, + "Further": 10780, + "Ġoutdoors": 10781, + "Ġscal": 10782, + "Ġpollutants": 10783, + "ĠAqu": 10784, + "phal": 10785, + "Ġseasons": 10786, + "ocaust": 10787, + "lam": 10788, + "-he": 10789, + "pre": 10790, + "FS": 10791, + "arians": 10792, + "Ġmultipl": 10793, + "Ġencomp": 10794, + "arded": 10795, + "Ġbrothers": 10796, + "Cal": 10797, + "LS": 10798, + "isons": 10799, + "imeter": 10800, + "rics": 10801, + "Ġzinc": 10802, + "ĠNumber": 10803, + "ĠShakespeare": 10804, + "Ġgolden": 10805, + "Ġmurder": 10806, + "icting": 10807, + "ĠFollowing": 10808, + "Ġinvestors": 10809, + "ĠMonth": 10810, + "Ġcounterpart": 10811, + "li": 10812, + "asal": 10813, + "Ġtech": 10814, + "Ġstuck": 10815, + "Ġdamaging": 10816, + "burgh": 10817, + "Ġbrid": 10818, + "MD": 10819, + "):Ċ": 10820, + "ĠGDP": 10821, + "iative": 10822, + "agle": 10823, + "Ġsolely": 10824, + "reatment": 10825, + "Ġsnake": 10826, + "Ġgenetically": 10827, + "rying": 10828, + "-dep": 10829, + "Ġdeliber": 10830, + "agus": 10831, + "ĠOp": 10832, + "Ġmalaria": 10833, + "Ġmistake": 10834, + "Ġsatellites": 10835, + "Ġsustained": 10836, + "ĠCaribbean": 10837, + "omical": 10838, + "Ġyard": 10839, + "ĠGre": 10840, + "Ġgraphic": 10841, + "Find": 10842, + "Ġbrill": 10843, + "Ġcerv": 10844, + "Ġtransactions": 10845, + "iph": 10846, + "Ġcounties": 10847, + "Ġfault": 10848, + "acher": 10849, + "ĠAnimal": 10850, + "Ġhistorian": 10851, + "Ġemerge": 10852, + "ufficient": 10853, + "ĠBeg": 10854, + "green": 10855, + "ĠSem": 10856, + "Ġoccupation": 10857, + "ĠWilson": 10858, + "Ġbroadcast": 10859, + "vae": 10860, + "Ġdevoted": 10861, + "ikes": 10862, + "ĠBell": 10863, + "ĠCape": 10864, + "ĠNic": 10865, + "Ġeconomies": 10866, + "Ġstops": 10867, + "ĠRomans": 10868, + "Ġtape": 10869, + "Ġbinding": 10870, + "Ġaccompany": 10871, + "stead": 10872, + "uana": 10873, + "Ġtracks": 10874, + "iolet": 10875, + "Ġcrust": 10876, + "Ġpathways": 10877, + "ĠIndonesia": 10878, + "Ġbits": 10879, + "ĠJim": 10880, + "Ġlift": 10881, + "Ġeducate": 10882, + "ĠCreate": 10883, + "aying": 10884, + "Ġcoordination": 10885, + "uclear": 10886, + "ĠPL": 10887, + "Ġbasics": 10888, + "istent": 10889, + "ĠSelect": 10890, + "ĠKorean": 10891, + "Ġgastro": 10892, + "Ġthreshold": 10893, + "ĠPoland": 10894, + "Ġextraordinary": 10895, + ".edu": 10896, + "Make": 10897, + "Ġwarmer": 10898, + "Ġrepresentatives": 10899, + "ĠGuard": 10900, + "iotic": 10901, + "Ġstiff": 10902, + "ĠHig": 10903, + "Ġlocally": 10904, + "gregation": 10905, + "ĠMental": 10906, + "Ġelabor": 10907, + "Ġindicating": 10908, + "Ġmanuscript": 10909, + "Ġprostate": 10910, + "Ġattain": 10911, + "Ġlith": 10912, + "ĠAssembly": 10913, + "icides": 10914, + "Ġabol": 10915, + "Ġastronaut": 10916, + "Ġdevastating": 10917, + "Ġmakers": 10918, + "Ġasks": 10919, + "Ġbugs": 10920, + "Ġdispar": 10921, + "Ġpoems": 10922, + "spring": 10923, + "Ġexecution": 10924, + "ĠSweden": 10925, + "ques": 10926, + "Ġblockchain": 10927, + "ĠReal": 10928, + "Ġequations": 10929, + "Ġtexture": 10930, + "Ġdiscoveries": 10931, + "xic": 10932, + "ĠMrs": 10933, + "upiter": 10934, + "Ġimmigration": 10935, + "ĠCold": 10936, + "Ġaffairs": 10937, + "Ġshopping": 10938, + "Ġalphabet": 10939, + "arts": 10940, + "Ġsubmitted": 10941, + "Ġfacial": 10942, + "-dimensional": 10943, + "ĠISBN": 10944, + "Ġassignments": 10945, + "Ġaquatic": 10946, + "Ġphrases": 10947, + "Ġhang": 10948, + "ĠSimilarly": 10949, + "ĠKn": 10950, + "ĠChall": 10951, + "ĠJones": 10952, + "ĠThird": 10953, + "bestos": 10954, + "Ġillustrated": 10955, + "ausea": 10956, + "role": 10957, + "ĠIndividual": 10958, + "nedy": 10959, + "ĠTheory": 10960, + "ĠKansas": 10961, + "Ġprevalent": 10962, + "Ġ?": 10963, + "nals": 10964, + "arer": 10965, + "Ġconversations": 10966, + "ĠJon": 10967, + "Ġcommands": 10968, + "Ġmetap": 10969, + "riction": 10970, + "leton": 10971, + "ERS": 10972, + "wa": 10973, + "ĠCR": 10974, + "ĠHitler": 10975, + "Ġadvertising": 10976, + "Ġglobally": 10977, + "PV": 10978, + "Ġemission": 10979, + "Ġspecialists": 10980, + "Ġethics": 10981, + "Ġyields": 10982, + "Ġconfiguration": 10983, + "ĠCS": 10984, + "ĠCond": 10985, + "agine": 10986, + "Ġcommod": 10987, + "psy": 10988, + "Ġic": 10989, + "Ġexplaining": 10990, + "sequently": 10991, + "ĠTrade": 10992, + "ĠHop": 10993, + "Ġchips": 10994, + "Ġdiver": 10995, + "Ġcollaborative": 10996, + "ĠOtt": 10997, + "Ġirre": 10998, + "Ġcel": 10999, + "Ġdiscussing": 11000, + "Ġpathogens": 11001, + "Ġpurple": 11002, + "Ġcaffeine": 11003, + "Ġdiscl": 11004, + "Ġprotest": 11005, + "CN": 11006, + "Ġneedle": 11007, + "akh": 11008, + "-sized": 11009, + "ĠTurk": 11010, + "Ġfoster": 11011, + "Ġstimulate": 11012, + "Ġlact": 11013, + "ĠâĨ": 11014, + "ĠScottish": 11015, + "Ġpreservation": 11016, + "iy": 11017, + "Ġrender": 11018, + "rels": 11019, + "ĠMathemat": 11020, + "Ġoccurrence": 11021, + "Ġà¤": 11022, + "Ġsenses": 11023, + "Ġinjection": 11024, + "swered": 11025, + "inator": 11026, + "Ġmarkers": 11027, + "ĠWHO": 11028, + "Ġobviously": 11029, + "warf": 11030, + "-out": 11031, + "eterm": 11032, + "Ġpalm": 11033, + "/h": 11034, + "Ġmud": 11035, + "Ġdispers": 11036, + "aturday": 11037, + "Ġtiming": 11038, + "Ġfilling": 11039, + "emics": 11040, + "Ġdeterior": 11041, + "ĠSav": 11042, + "Ġappetite": 11043, + "there": 11044, + "Ġsymb": 11045, + "/w": 11046, + "Ġtimber": 11047, + "Ġguides": 11048, + "yard": 11049, + "ĠIron": 11050, + "Ġdigestion": 11051, + "swer": 11052, + "Ġfurniture": 11053, + "ĠNetherlands": 11054, + "-per": 11055, + "essional": 11056, + "Ġcompliance": 11057, + "ĠCulture": 11058, + "ulates": 11059, + "ĠBon": 11060, + "rophic": 11061, + "Ġspecimens": 11062, + "ĠNazi": 11063, + "pm": 11064, + "Ġdisasters": 11065, + "ĠQuality": 11066, + "ĠMarsh": 11067, + "âĢĿ)": 11068, + "Ġrises": 11069, + "Ġdisposal": 11070, + "Ġcharges": 11071, + "Ġinfluential": 11072, + "-indu": 11073, + "ushes": 11074, + "ĠEnt": 11075, + "ĠON": 11076, + "reating": 11077, + "Ġpublications": 11078, + "PL": 11079, + "Ġmart": 11080, + "ART": 11081, + "Ġignore": 11082, + "Ġcavity": 11083, + "ĠDaily": 11084, + "Ġadministrative": 11085, + "Ġtang": 11086, + "gebra": 11087, + "Ġcombust": 11088, + "Ġbreathe": 11089, + "Ġwhilst": 11090, + "Ġstressed": 11091, + "Ġexpenses": 11092, + "Ġdistinguished": 11093, + "Image": 11094, + "Take": 11095, + "uine": 11096, + "Ġprecious": 11097, + "Ġplaque": 11098, + "ĠAdam": 11099, + "Ġgenetics": 11100, + "Ġingredient": 11101, + "Ġsacrifice": 11102, + "Ġpicked": 11103, + "Ġshield": 11104, + "velt": 11105, + "Ġinvestigated": 11106, + "'.": 11107, + "hops": 11108, + "Ġdominated": 11109, + "isciplinary": 11110, + "Ġnurse": 11111, + "ĠEncyclopedia": 11112, + "Ġsuspected": 11113, + "rass": 11114, + "è": 11115, + "isphere": 11116, + "!!": 11117, + "Ġprospect": 11118, + "Hz": 11119, + "Ġstaying": 11120, + "sun": 11121, + "Ġcer": 11122, + "Ġalarm": 11123, + "enders": 11124, + "Ġtreaty": 11125, + "Ġgroundwater": 11126, + "Ġmasses": 11127, + "who": 11128, + "Ġrelieve": 11129, + "HT": 11130, + "igm": 11131, + "Ġattracted": 11132, + "Ġterritories": 11133, + "ĠMand": 11134, + "Ġcareg": 11135, + "Ġcolumns": 11136, + "auc": 11137, + "ĠIsa": 11138, + "Ġdinner": 11139, + "Ġvolumes": 11140, + "ĠRose": 11141, + "Ġinvited": 11142, + "Ġgalaxies": 11143, + "Public": 11144, + "oard": 11145, + "Ġthinks": 11146, + "Ġperf": 11147, + "bul": 11148, + "etics": 11149, + "Which": 11150, + "Ġdisappear": 11151, + "neg": 11152, + "Ġoxide": 11153, + "Ġreceptors": 11154, + "itar": 11155, + "ĠBalt": 11156, + "Ġdecomp": 11157, + "ECT": 11158, + "Ġliberal": 11159, + "oved": 11160, + "Ġviable": 11161, + "uns": 11162, + "Ġorganize": 11163, + "Orig": 11164, + "âĢĶa": 11165, + "ĠFranklin": 11166, + "rell": 11167, + "rock": 11168, + "idae": 11169, + "egu": 11170, + "âĢĻ.Ċ": 11171, + "ĠNY": 11172, + "Ġsituated": 11173, + "Ġimplies": 11174, + "Ġobser": 11175, + "Ġbulk": 11176, + "ĠInterest": 11177, + "Ġsubtle": 11178, + "science": 11179, + "Ġpoisoning": 11180, + "Next": 11181, + "Ġpowered": 11182, + "ĠDarwin": 11183, + "?âĢĿĊ": 11184, + "Ġshipping": 11185, + "Ġgeographic": 11186, + "ĠTar": 11187, + "ĠPrize": 11188, + "Ġattacked": 11189, + "Ġrotation": 11190, + "Ġhepat": 11191, + "Ġacceptance": 11192, + "ylon": 11193, + "atible": 11194, + "Ġdistribut": 11195, + "Ġinspect": 11196, + "Ġemployers": 11197, + "tte": 11198, + "Ġsoap": 11199, + "Ġjurisd": 11200, + "Ġexplos": 11201, + "Ġsmallest": 11202, + "Ġchains": 11203, + "Ġexamining": 11204, + "Ġhardly": 11205, + "ĠDiabetes": 11206, + "Ġfirms": 11207, + "Ġarteries": 11208, + "Ġanniversary": 11209, + "entieth": 11210, + "Ġextrem": 11211, + "Ġinadequ": 11212, + "Ġchapters": 11213, + "Ġorn": 11214, + "ĠSoft": 11215, + "Ġangles": 11216, + "Ġpap": 11217, + "ĠDeath": 11218, + "ĠStatistics": 11219, + "ĠLower": 11220, + "ĠDepression": 11221, + "Ġweapon": 11222, + "osevelt": 11223, + "Ġcolours": 11224, + "Ġbuilds": 11225, + "Ġanten": 11226, + "Act": 11227, + "Ob": 11228, + "Ġinclusion": 11229, + "Ġspir": 11230, + "Ġcataly": 11231, + "-part": 11232, + "Ġreserves": 11233, + "Ġlimiting": 11234, + "Ġcardiac": 11235, + "Ġdetermines": 11236, + "Ġpayments": 11237, + "Ġstrand": 11238, + "ĠContact": 11239, + "Bel": 11240, + "Ġtodd": 11241, + "Ġgaining": 11242, + "Ġgeography": 11243, + "III": 11244, + "ĠPrince": 11245, + "inian": 11246, + "Ġcannab": 11247, + "Ġbeta": 11248, + "ĠAltern": 11249, + "Ġanalyzing": 11250, + "EW": 11251, + "Ġunemployment": 11252, + "angel": 11253, + "Ġreproduction": 11254, + "Ġcostly": 11255, + "power": 11256, + "ceeds": 11257, + "Ġhills": 11258, + "Ġflowing": 11259, + "ĠHot": 11260, + "Ġmanufactured": 11261, + "ĠYellow": 11262, + "Ġoverse": 11263, + "Ġcircles": 11264, + "Ġrou": 11265, + "Ġrealistic": 11266, + "ĠMountains": 11267, + "Ġdow": 11268, + "ĠBush": 11269, + "onent": 11270, + "Ġdeals": 11271, + "ĠStone": 11272, + "?\"": 11273, + "acular": 11274, + "Ġmira": 11275, + "ationally": 11276, + "Ġdiscusses": 11277, + "Ġdrawings": 11278, + "ĠUlt": 11279, + "Ġpollen": 11280, + "Ġillustrate": 11281, + "bro": 11282, + "ocent": 11283, + "Ġquote": 11284, + "thening": 11285, + "mod": 11286, + "ĠEnter": 11287, + "Ġmes": 11288, + "Ġdesigners": 11289, + "Ġmail": 11290, + "Ġgrace": 11291, + "Ġsore": 11292, + "stration": 11293, + "ĠThursday": 11294, + "His": 11295, + "osaurs": 11296, + "Ġyeast": 11297, + "ĠUnit": 11298, + "ĠYears": 11299, + "Ġservers": 11300, + "ĠHealthy": 11301, + "Ġbeer": 11302, + "Ġsynthesis": 11303, + "ĠNi": 11304, + "Ġimperial": 11305, + "isible": 11306, + "Ġprolonged": 11307, + "ĠâĢĿ": 11308, + "Ġadul": 11309, + "ĠSpecies": 11310, + "strate": 11311, + "ĠBh": 11312, + "ĠRub": 11313, + "ĠLarge": 11314, + "Ġinherited": 11315, + "alo": 11316, + "arest": 11317, + "Ġcatast": 11318, + "Ġprisoners": 11319, + "ĠCit": 11320, + "ĠEmperor": 11321, + "organisms": 11322, + "ĠTuesday": 11323, + "anth": 11324, + "ĠCut": 11325, + "ountered": 11326, + "Ġconstitutional": 11327, + "ĠParents": 11328, + "hedral": 11329, + "ĠIntellig": 11330, + "osynt": 11331, + "tics": 11332, + "Ġsel": 11333, + "и": 11334, + "Ġcompact": 11335, + "Ġphases": 11336, + ".last": 11337, + "Christ": 11338, + "Ġfate": 11339, + "ordan": 11340, + "Ġsupplied": 11341, + "Ġ°": 11342, + "Ġuncertainty": 11343, + "Ġlapt": 11344, + "Ġanswered": 11345, + "ĠDavis": 11346, + "RL": 11347, + "grim": 11348, + "ĠMatthew": 11349, + "Ġexplores": 11350, + "Ġdeclined": 11351, + "ĠObserv": 11352, + "ructive": 11353, + "abetic": 11354, + "erenn": 11355, + "Ġfestival": 11356, + "ltry": 11357, + "Ġwra": 11358, + "Ġseverely": 11359, + "utri": 11360, + "ĠFram": 11361, + "-use": 11362, + "Ġvector": 11363, + "osphere": 11364, + "Ġnineteenth": 11365, + "ori": 11366, + "Ġessence": 11367, + "Ġgrey": 11368, + "ĠCN": 11369, + "Ġmeets": 11370, + "-Ċ": 11371, + "Ġlying": 11372, + ".lastname": 11373, + "ĠAnne": 11374, + "Ġcement": 11375, + "essee": 11376, + "Ġrear": 11377, + "Ġlig": 11378, + "Photo": 11379, + "ĠScript": 11380, + "Did": 11381, + "Ġwritings": 11382, + "Ġdictionary": 11383, + "ouring": 11384, + "Ġincorrect": 11385, + "Ġprecipitation": 11386, + "Ġplastics": 11387, + "ĠGP": 11388, + "Ġimpression": 11389, + "Ġcarcin": 11390, + "Ġconsiderably": 11391, + "da": 11392, + "ĠHo": 11393, + "ĠLeague": 11394, + "ĠWednesday": 11395, + "Ġbike": 11396, + "Ġmoments": 11397, + "ĠBridge": 11398, + "/f": 11399, + "ĠPath": 11400, + "ivals": 11401, + "ĠNep": 11402, + "Ġintra": 11403, + "Ġencountered": 11404, + "omatic": 11405, + "osity": 11406, + "Ġtackle": 11407, + "UM": 11408, + "bral": 11409, + "Ġcolleges": 11410, + "activity": 11411, + "Ġacknowledge": 11412, + "Ġunnecessary": 11413, + "gian": 11414, + "Ġquad": 11415, + "ĠFrancis": 11416, + "cut": 11417, + "yan": 11418, + "ĠHan": 11419, + "ĠJun": 11420, + "Ġchecking": 11421, + "Ġkidneys": 11422, + "ĠMP": 11423, + "Ġatom": 11424, + "Ġindicator": 11425, + "Ġexecuted": 11426, + "ĠOil": 11427, + "Ġoperators": 11428, + "Ġportions": 11429, + "Ġrings": 11430, + "ĠReserve": 11431, + "Ġpanic": 11432, + "-ac": 11433, + "Cs": 11434, + "Ġextends": 11435, + "Ġinfin": 11436, + "Ġpushing": 11437, + "Ġcoronavirus": 11438, + "Ġarchaeological": 11439, + "Well": 11440, + "Ġglands": 11441, + "uming": 11442, + "ĠGovernor": 11443, + "Ġsorts": 11444, + "formance": 11445, + "restrial": 11446, + "ternoon": 11447, + "Ġloyal": 11448, + "-k": 11449, + "ĠLewis": 11450, + "Ġstrengths": 11451, + "ĠElectric": 11452, + "Ġphotograp": 11453, + "Ġwealthy": 11454, + "thodox": 11455, + "ĠNa": 11456, + "Ġcounting": 11457, + "Ġexclusively": 11458, + "Ġrestored": 11459, + "Ġcouncil": 11460, + "Ġantioxidants": 11461, + "Ant": 11462, + "Ġtear": 11463, + "Ġanch": 11464, + "ĠDun": 11465, + "asures": 11466, + "Ġdoi": 11467, + "Ġloans": 11468, + "Ġpoliticians": 11469, + "Ġsubstitute": 11470, + "apped": 11471, + "Ġarrangement": 11472, + "oil": 11473, + "ĠTro": 11474, + "ĠBat": 11475, + "Ġannounce": 11476, + "Ġheated": 11477, + "Ġseeks": 11478, + "Ġmenstru": 11479, + "onymous": 11480, + "Em": 11481, + "Ġger": 11482, + "Ġviewing": 11483, + "Ġnamely": 11484, + "ĠEnc": 11485, + "Those": 11486, + "Ġassociations": 11487, + "reement": 11488, + "Ġlandf": 11489, + "front": 11490, + "Ġmim": 11491, + "aze": 11492, + "Ġdocumentation": 11493, + "Ġfootball": 11494, + "Ass": 11495, + "DR": 11496, + "American": 11497, + "inea": 11498, + "Ġsilicon": 11499, + "ĠKennedy": 11500, + "Ġvapor": 11501, + "ĠLiving": 11502, + "Ġrend": 11503, + "Ġdishes": 11504, + "Ġcareers": 11505, + "Ġbars": 11506, + "Ġric": 11507, + "orney": 11508, + "Ġexpedition": 11509, + "Ġrows": 11510, + "atre": 11511, + "Ġwages": 11512, + "Ġelectrom": 11513, + "Ġarchitectural": 11514, + "Ġfears": 11515, + "ĠWatch": 11516, + "ĠNG": 11517, + "oT": 11518, + "ĠChemical": 11519, + "rasound": 11520, + "Ġdegen": 11521, + "Ġcheaper": 11522, + "Ġfloating": 11523, + "Ġrejected": 11524, + "Ġinver": 11525, + "Ġdirt": 11526, + "ĠEle": 11527, + ".R": 11528, + "Ġskilled": 11529, + "ĠExec": 11530, + "Ġreferring": 11531, + "uster": 11532, + "Ġbelt": 11533, + "Ġtunnel": 11534, + "ĠMes": 11535, + "ĠArm": 11536, + "Ġchecked": 11537, + "Ġconjunction": 11538, + "ĠCensus": 11539, + "ancial": 11540, + "Ġtraveled": 11541, + "Current": 11542, + "omon": 11543, + "opathy": 11544, + "ĠPu": 11545, + "ĠJupiter": 11546, + "Ġworksheet": 11547, + "Ġvoting": 11548, + "Ġbeds": 11549, + "ĠDemocratic": 11550, + "Ġbottles": 11551, + "ĠGir": 11552, + "Ġabdominal": 11553, + "orie": 11554, + "Ġdeleg": 11555, + "Ġveterin": 11556, + "vasive": 11557, + "Ġimbal": 11558, + "Ġweren": 11559, + "away": 11560, + "viously": 11561, + "Ġtremendous": 11562, + "ĠSearch": 11563, + "ĠPoll": 11564, + "ĠHom": 11565, + "ĠBehavior": 11566, + "Ġblacks": 11567, + "acon": 11568, + "Ġpurchasing": 11569, + "keys": 11570, + "Ġspell": 11571, + "Ġimmense": 11572, + "lessly": 11573, + "Ġmicrobes": 11574, + "Ġbrick": 11575, + "Ġmosquito": 11576, + "iagn": 11577, + "Ġresilience": 11578, + "Ġrefriger": 11579, + "Ġlining": 11580, + "Ġmachinery": 11581, + "Ġvolcanic": 11582, + "Ġrescue": 11583, + "ependent": 11584, + "Ġneighbors": 11585, + "Ġprotocols": 11586, + "Ġstack": 11587, + "Ġcorrelation": 11588, + "Ġslide": 11589, + "Ġcommemor": 11590, + "Ġscenes": 11591, + "ĠStephen": 11592, + "vals": 11593, + "Ġbeef": 11594, + "ĠFa": 11595, + "unciation": 11596, + "Ġprogrammes": 11597, + "Ġdepartments": 11598, + "ĠNobel": 11599, + "risk": 11600, + "Ġcoinc": 11601, + "âĦ": 11602, + "section": 11603, + "Ġillustrations": 11604, + "Ġassumptions": 11605, + "instein": 11606, + "Ġobese": 11607, + "Ġpulled": 11608, + "educ": 11609, + "Ġunhealthy": 11610, + "General": 11611, + "Ġconsensus": 11612, + "Ġgovernor": 11613, + "Ġreplacing": 11614, + "Ġguided": 11615, + "ĠPlants": 11616, + "ijuana": 11617, + "Ġcertified": 11618, + "Ġmi": 11619, + "ĠUtah": 11620, + "rets": 11621, + "teenth": 11622, + "Ġdrag": 11623, + "angers": 11624, + "Ġmounted": 11625, + "Ġcompassion": 11626, + "Ġabroad": 11627, + "ognition": 11628, + "Ġbasket": 11629, + "-long": 11630, + "Ġfluctu": 11631, + "eav": 11632, + "Ġparliament": 11633, + "-inflammatory": 11634, + "ĠTri": 11635, + "uty": 11636, + "Ġstructured": 11637, + "ĠTeacher": 11638, + "Ġbutt": 11639, + "Ġhistorically": 11640, + "Ġpremature": 11641, + "seud": 11642, + "ĠWars": 11643, + "Ġinsulation": 11644, + "Ġcriticism": 11645, + "ĠSens": 11646, + "Ġdecent": 11647, + "Ġobserving": 11648, + "Ġsau": 11649, + "Ġfungi": 11650, + "Ġradioactive": 11651, + "arse": 11652, + "Ġcrossing": 11653, + "Ġnewborn": 11654, + "fare": 11655, + "Ġtransf": 11656, + "Ġtelephone": 11657, + "onto": 11658, + "ĠTherapy": 11659, + "abama": 11660, + "ĠJacob": 11661, + ",'": 11662, + "Ġheter": 11663, + "Ġmotivated": 11664, + "ĠNig": 11665, + "-foot": 11666, + "Ġheadache": 11667, + "Ġpride": 11668, + "Ġcurious": 11669, + "Ġpassive": 11670, + "Ġpaths": 11671, + "Ġhighlighted": 11672, + "igma": 11673, + "Ġextraction": 11674, + "ilib": 11675, + "govern": 11676, + "Ġmainstream": 11677, + "ĠDu": 11678, + "Ġlarvae": 11679, + "-wide": 11680, + "Ġindo": 11681, + "anna": 11682, + "Ġintegrate": 11683, + "Ġupdates": 11684, + "ĠPap": 11685, + "ĠCarbon": 11686, + "Ġverbal": 11687, + "Ġbiomass": 11688, + "Ġpitch": 11689, + "-life": 11690, + "Ġnewspapers": 11691, + "Key": 11692, + "Ġmarginal": 11693, + "ĠIndependence": 11694, + "ĠBio": 11695, + "ĠFOR": 11696, + "Ġcontrad": 11697, + "ifferent": 11698, + "press": 11699, + "Ġlon": 11700, + "Ġvow": 11701, + "Ġphotography": 11702, + "TA": 11703, + "Ġapplicable": 11704, + "Ġclosest": 11705, + "Ġsimulation": 11706, + "erness": 11707, + "enh": 11708, + "ĠHispan": 11709, + "-em": 11710, + "ĠLeon": 11711, + "Ġangry": 11712, + "fol": 11713, + "Ġretire": 11714, + "ĠOrder": 11715, + "Ġcomparable": 11716, + "Ġinterviews": 11717, + "ĠSamuel": 11718, + "ĠKnowledge": 11719, + "Ġodd": 11720, + "Ġbands": 11721, + "emed": 11722, + "Ġmeanings": 11723, + "ĠIndustrial": 11724, + "case": 11725, + "ĠTransport": 11726, + "Ġtriggers": 11727, + "Ġsugars": 11728, + "letter": 11729, + "ĠKentucky": 11730, + "Gu": 11731, + "Ġcastle": 11732, + "ican": 11733, + "ĠPit": 11734, + "estinal": 11735, + "Ġmelting": 11736, + "ĠGiven": 11737, + "inates": 11738, + "ĠTib": 11739, + "Ġpatch": 11740, + "Ġreleases": 11741, + "Ġcampaigns": 11742, + "ĠNorway": 11743, + "ĠNation": 11744, + "Ġparticipated": 11745, + "Ġrepeatedly": 11746, + "Ġcher": 11747, + "Ġdegradation": 11748, + "Ġceremony": 11749, + "-V": 11750, + "Ġbicy": 11751, + "Ġpatri": 11752, + "Ġchim": 11753, + "ĠDom": 11754, + "ĠUC": 11755, + "Ġfeas": 11756, + "iencies": 11757, + "ĠArk": 11758, + "ĠUsually": 11759, + "Ag": 11760, + "rise": 11761, + "ĠTennessee": 11762, + "illy": 11763, + "ĠHung": 11764, + "Ġlocate": 11765, + "Ġenters": 11766, + "igs": 11767, + "Ġrecovered": 11768, + "Ġprojected": 11769, + "Ġclusters": 11770, + "Ġpractitioners": 11771, + "ĠGive": 11772, + "Ġfrequencies": 11773, + "Ġgraphics": 11774, + "Ġignored": 11775, + "ĠArabic": 11776, + "Ġsymmet": 11777, + "ĠBol": 11778, + "Ġenvironmentally": 11779, + "appropriate": 11780, + "uction": 11781, + "Ġundergo": 11782, + "Ġsyll": 11783, + "Ġcircuits": 11784, + "Ġwax": 11785, + "Ġgenuine": 11786, + "Ġfounding": 11787, + "otechnology": 11788, + "-te": 11789, + "Av": 11790, + "Ġmul": 11791, + "cedented": 11792, + "ĠProtest": 11793, + "oin": 11794, + "ĠSep": 11795, + "Ġcong": 11796, + "rades": 11797, + "arding": 11798, + "py": 11799, + "Ġdatas": 11800, + "comfort": 11801, + "ĠHolocaust": 11802, + "has": 11803, + "ĠTaylor": 11804, + "rubs": 11805, + "Ġruling": 11806, + "Ġgrocer": 11807, + "Ġdefeat": 11808, + "ĠPhilippines": 11809, + "ME": 11810, + "adays": 11811, + "Ġdistress": 11812, + "Ġcyt": 11813, + "ĠNevertheless": 11814, + "Ġshortly": 11815, + "ESS": 11816, + "Ġfarmer": 11817, + "Ġcategor": 11818, + "Ġore": 11819, + "ĠFA": 11820, + "iki": 11821, + "Ġattempting": 11822, + "Ġfootprint": 11823, + "Ġbelonging": 11824, + "Ġfeat": 11825, + "ĠCorps": 11826, + "non": 11827, + "Ġtrap": 11828, + "Ġdatabases": 11829, + "appy": 11830, + "ammad": 11831, + "Ġenthusi": 11832, + "Ġsmok": 11833, + "father": 11834, + "Ġsequences": 11835, + "ĠCra": 11836, + "ĠGuid": 11837, + "ĠRoosevelt": 11838, + "ĠDuke": 11839, + "Ġworried": 11840, + "Ġsinging": 11841, + "Ġtransparent": 11842, + "ilton": 11843, + "izational": 11844, + "Ġcrash": 11845, + "monary": 11846, + "Ġvoices": 11847, + "Ġadvised": 11848, + "Ġphysiological": 11849, + "Ġvolunteer": 11850, + "ĠGermans": 11851, + "Ġneurological": 11852, + "ontin": 11853, + "Ġchron": 11854, + "Ġcomprehension": 11855, + "forming": 11856, + "ĠSix": 11857, + "apore": 11858, + "Ġbelongs": 11859, + "ĠIowa": 11860, + "Ġreligions": 11861, + ".),": 11862, + "Ġrevolutionary": 11863, + "Ġaspir": 11864, + "vity": 11865, + "Ġraises": 11866, + "!âĢĿ": 11867, + "Ġbreakfast": 11868, + "Ġcontrary": 11869, + "Ġmovies": 11870, + "graduate": 11871, + "ĠAccount": 11872, + "Ġmixing": 11873, + "Ġenact": 11874, + "Ġperipher": 11875, + "Ġbreastf": 11876, + "Ġfraud": 11877, + "ington": 11878, + "Expl": 11879, + "ĠLouisiana": 11880, + "Ġomega": 11881, + "Ġhypertension": 11882, + "iating": 11883, + "utter": 11884, + "Ġfragment": 11885, + "ĠMaking": 11886, + "Ġreserve": 11887, + "Ġpromoted": 11888, + "Ġbrilliant": 11889, + "Ġbay": 11890, + "etween": 11891, + "ĠGrant": 11892, + "ĠOpt": 11893, + "ĠHTML": 11894, + "Ġhepatitis": 11895, + "alling": 11896, + "ĠFlu": 11897, + "Ġcompleting": 11898, + "ĠPsychology": 11899, + "FA": 11900, + "Sometimes": 11901, + "iciency": 11902, + "ĠAk": 11903, + "Ġstatic": 11904, + "Ġicon": 11905, + "Ġshadow": 11906, + "Ġgeographical": 11907, + "/her": 11908, + "aug": 11909, + "Ġunited": 11910, + "Ġediting": 11911, + "ĠMos": 11912, + "\"It": 11913, + "Ġought": 11914, + "Ġcups": 11915, + "Ġwhale": 11916, + "lux": 11917, + "Ġaster": 11918, + "Ġfulfill": 11919, + "aft": 11920, + "Ġassumption": 11921, + "Ġhind": 11922, + "ĠWin": 11923, + "ogl": 11924, + "Ġnavigate": 11925, + "Common": 11926, + "Ġconservative": 11927, + "Ġcoding": 11928, + "Ġcaring": 11929, + "Ġpracticing": 11930, + "roleum": 11931, + "Ġfails": 11932, + "hell": 11933, + "History": 11934, + "Ġintroducing": 11935, + "Ġfolk": 11936, + "Ġpharmaceutical": 11937, + "Ġlean": 11938, + "Ġincidents": 11939, + "Ġsucceeded": 11940, + "yo": 11941, + "Ġmatrix": 11942, + "Ġinstitutional": 11943, + "arp": 11944, + "Ġbreakdown": 11945, + "ĠCarl": 11946, + "Chapter": 11947, + "ĠAdvanced": 11948, + "ĠSac": 11949, + "ĠSpe": 11950, + "ĠPeriod": 11951, + "Ġyoga": 11952, + "weed": 11953, + "Ġsaturated": 11954, + "ĠOs": 11955, + ".P": 11956, + "arms": 11957, + "urred": 11958, + "Early": 11959, + "Down": 11960, + "Ġwed": 11961, + "Ġblame": 11962, + "Ġrespective": 11963, + "Ġlunar": 11964, + "Ġcaution": 11965, + "Ġafternoon": 11966, + "Ġpharmac": 11967, + "ĠPay": 11968, + "Ġdescriptions": 11969, + "Ġmast": 11970, + "ewater": 11971, + "Ġverse": 11972, + "aments": 11973, + "Ġunpre": 11974, + "ĠHawaii": 11975, + "Ġtender": 11976, + "ĠPrime": 11977, + "ĠHon": 11978, + "laration": 11979, + "ĠPH": 11980, + "Ġautomatic": 11981, + "Ġthumb": 11982, + "Ġnausea": 11983, + "ĠLG": 11984, + "Ġpermitted": 11985, + "Ġmutation": 11986, + "Ġwinning": 11987, + "View": 11988, + "ochemical": 11989, + "Ġadmitted": 11990, + "Ġdisciplines": 11991, + "ĠLind": 11992, + "Ġanalog": 11993, + "Ġloads": 11994, + "eroids": 11995, + "Ġmonitored": 11996, + "ÙĦ": 11997, + "Ġdreams": 11998, + "eland": 11999, + "olly": 12000, + "Ġlets": 12001, + "erves": 12002, + "Ġslower": 12003, + "ĠBow": 12004, + "-O": 12005, + "Ġly": 12006, + "ĠBody": 12007, + "rup": 12008, + "Ġguns": 12009, + "ĠNS": 12010, + "Ġmush": 12011, + ".N": 12012, + "Ġexams": 12013, + "Ġpredictions": 12014, + "angular": 12015, + "ĠChile": 12016, + "ĠShow": 12017, + "Ġcasual": 12018, + "Ġdetermination": 12019, + "ĠAmendment": 12020, + "shore": 12021, + "Ġduct": 12022, + "Ġpathway": 12023, + "Ġtrips": 12024, + "Ġions": 12025, + "/Ċ": 12026, + "ochond": 12027, + "ĠAfghanistan": 12028, + "Ġabd": 12029, + "oths": 12030, + "orb": 12031, + "ĠMarc": 12032, + "Copyright": 12033, + "oen": 12034, + "Ġgovernance": 12035, + "Ġaffil": 12036, + "Ġmagic": 12037, + "Ġlenses": 12038, + "âĢľThis": 12039, + "Ġmelan": 12040, + "Ġliberty": 12041, + "etheless": 12042, + "Ġdozen": 12043, + "ĠDeep": 12044, + "Ġseemingly": 12045, + "Ġcompete": 12046, + "Ġquantitative": 12047, + "Ġdign": 12048, + "Ġterminal": 12049, + "iasis": 12050, + "ĠCe": 12051, + "Ġvocal": 12052, + "Ġimpacted": 12053, + "Ġdecreasing": 12054, + ".||": 12055, + "Ġnecessity": 12056, + "Ġpressures": 12057, + "Ġmethodology": 12058, + "Ġpound": 12059, + "oping": 12060, + "ighters": 12061, + "Ġsearc": 12062, + "Ġcounts": 12063, + "Ġok": 12064, + "Ġdefining": 12065, + "Ġbold": 12066, + "Ġgrave": 12067, + "-def": 12068, + "Ġkings": 12069, + "iotics": 12070, + "ĠBad": 12071, + "Ġlicensed": 12072, + "Ġmelt": 12073, + "ĠCopyright": 12074, + "fficiency": 12075, + "-mon": 12076, + "ĠSyria": 12077, + "ibration": 12078, + "Ġenterprise": 12079, + "atab": 12080, + "imedia": 12081, + "ĠAlabama": 12082, + "ĠJean": 12083, + "World": 12084, + "icked": 12085, + "Ġnavigation": 12086, + "Ġfifty": 12087, + "some": 12088, + "lem": 12089, + "ĠBir": 12090, + "Ġlandscapes": 12091, + "EV": 12092, + "ĠThings": 12093, + "Ġexpend": 12094, + "exts": 12095, + "gic": 12096, + "Ġcarp": 12097, + "Ġscheduled": 12098, + "ĠMaterials": 12099, + "ĠEducational": 12100, + "Ġconclude": 12101, + "ĠMagn": 12102, + "Ġcombining": 12103, + "Char": 12104, + "ĠKim": 12105, + "Ġcoating": 12106, + "Ġpix": 12107, + "igration": 12108, + "Ġentity": 12109, + "Ġgeometry": 12110, + "Ġsuited": 12111, + "Ġmodify": 12112, + "Ġcorros": 12113, + "ĠUrban": 12114, + "Ġunprecedented": 12115, + "El": 12116, + "Ġsho": 12117, + "ĠBuddh": 12118, + "Ġwool": 12119, + "ĠCook": 12120, + "Ġfirstname": 12121, + "Ġepisode": 12122, + ".).": 12123, + "ĠAstron": 12124, + "ĠPy": 12125, + "Ġgenerator": 12126, + "ĠRepublican": 12127, + "Ġcharts": 12128, + "MC": 12129, + "Ġpulse": 12130, + "Learning": 12131, + "esign": 12132, + "icul": 12133, + "aund": 12134, + "Ġprovisions": 12135, + "ĠPA": 12136, + "Ġpracticed": 12137, + "Ġalb": 12138, + "Ġbattles": 12139, + "-one": 12140, + "ĠTy": 12141, + "Ġtraged": 12142, + "Ġhearts": 12143, + "Ġpresenting": 12144, + "ĠMarg": 12145, + "Ġtalked": 12146, + "Ġearthquakes": 12147, + "idth": 12148, + "ĠJane": 12149, + "Ġbasin": 12150, + "Table": 12151, + "heel": 12152, + "ĠTeam": 12153, + "ĠSyndrome": 12154, + "Ġbiof": 12155, + "Ġintestinal": 12156, + "MR": 12157, + "Ġpigs": 12158, + "Ġcro": 12159, + "Ġpersonally": 12160, + "Ġgrants": 12161, + "Ġcows": 12162, + "Ġbats": 12163, + "Ġasset": 12164, + "Ġcha": 12165, + "Ġexpense": 12166, + "Ġalkal": 12167, + "ĠSeries": 12168, + "Ġunclear": 12169, + "ĠCert": 12170, + "ĠĊ": 12171, + "Ġink": 12172, + "Ġtravels": 12173, + "amous": 12174, + "Ġpriest": 12175, + "Ġfoundations": 12176, + "Ġcompress": 12177, + "Ġsurvivors": 12178, + "Ġinterrupt": 12179, + "Ġnode": 12180, + "Ġdeple": 12181, + "Ġmacro": 12182, + "ĠHas": 12183, + "ĠImage": 12184, + "ĠTax": 12185, + "Ġsteep": 12186, + "Ġartifacts": 12187, + "Ġmarch": 12188, + "ĠAges": 12189, + "Ġbulbs": 12190, + "ĠAN": 12191, + "Ġweed": 12192, + "pson": 12193, + "Ġsensation": 12194, + "Ġcalculation": 12195, + "lades": 12196, + "ĠFront": 12197, + "opor": 12198, + "Ġtempt": 12199, + "heets": 12200, + "ĠFacts": 12201, + "Ġenemies": 12202, + "they": 12203, + "Fig": 12204, + "Ġmodules": 12205, + "Ġbehalf": 12206, + "Ġautomated": 12207, + "Ġdimension": 12208, + "urally": 12209, + "ĠOpp": 12210, + "Ġtries": 12211, + "Ġwatershed": 12212, + "keley": 12213, + "ucks": 12214, + "Ġevac": 12215, + ".B": 12216, + "ui": 12217, + "Ġequity": 12218, + "ĠMemorial": 12219, + "Ġrelates": 12220, + "Ġozone": 12221, + "olith": 12222, + "ppers": 12223, + "ĠGame": 12224, + "Ġmissed": 12225, + "Ġsubstantially": 12226, + "ĠMission": 12227, + "ĠGPS": 12228, + "when": 12229, + "Ġdece": 12230, + "Ġtet": 12231, + "Ġresidence": 12232, + "ĠAlways": 12233, + "Ġmosquitoes": 12234, + "orce": 12235, + "Ġty": 12236, + "rosis": 12237, + "Ġimagery": 12238, + "PP": 12239, + "Work": 12240, + "Ġcod": 12241, + "Ġwhites": 12242, + "olescent": 12243, + "Ġinitiated": 12244, + "Ġbowl": 12245, + "Ġlabeled": 12246, + "Ġregulated": 12247, + "ĠEthiop": 12248, + "TC": 12249, + "zens": 12250, + "ĠOR": 12251, + "Ġconcentrate": 12252, + "ĠDiego": 12253, + "Ġtriggered": 12254, + "ĠCastle": 12255, + "VD": 12256, + "don": 12257, + "Ġstir": 12258, + "ĠSaturday": 12259, + "Ġboats": 12260, + "Ġoperates": 12261, + "Ġefficacy": 12262, + "ĠSite": 12263, + "Ġnegatively": 12264, + "heat": 12265, + "Intern": 12266, + "rage": 12267, + "Ġsubur": 12268, + "ĠPolish": 12269, + "ĠSustainable": 12270, + "ĠConc": 12271, + "Know": 12272, + "ĠGreg": 12273, + "Ġcontexts": 12274, + "Ġreliability": 12275, + "Ġsoda": 12276, + "Ġcater": 12277, + "raul": 12278, + "Ġexplosion": 12279, + "Spec": 12280, + "Ġartery": 12281, + "Ġradar": 12282, + "Data": 12283, + "ĠEdition": 12284, + "Ġobsc": 12285, + "Ġnurses": 12286, + "Ġflesh": 12287, + "Ġgifts": 12288, + "ĠMovement": 12289, + "ĠPatients": 12290, + "Ġpassengers": 12291, + "Ġastronomers": 12292, + "Ġindoors": 12293, + "hend": 12294, + "reas": 12295, + "opt": 12296, + "ĠFive": 12297, + "ĠConfederate": 12298, + "uct": 12299, + "wall": 12300, + "ilateral": 12301, + "forestation": 12302, + "ï¼": 12303, + "ĠBan": 12304, + "hard": 12305, + "oub": 12306, + "Ġlighter": 12307, + "actic": 12308, + "Ġkne": 12309, + "Ġphilosophical": 12310, + "Ġsurveillance": 12311, + "ilibrium": 12312, + "ĠCase": 12313, + "Ġexamines": 12314, + "ĠArchitect": 12315, + "Ġcertification": 12316, + "Ġentities": 12317, + "Ġoutbreaks": 12318, + "eous": 12319, + "Ġwast": 12320, + "Ġprofits": 12321, + "ĠDepending": 12322, + "Ġselecting": 12323, + "Ġentertainment": 12324, + "eared": 12325, + "ĠRog": 12326, + "Ġinfo": 12327, + "iscal": 12328, + "ĠSher": 12329, + "ĠDate": 12330, + "inton": 12331, + "ĠImper": 12332, + "Sym": 12333, + "Ġhur": 12334, + "Ġfleet": 12335, + "Ġextinct": 12336, + "ĠSmart": 12337, + "ĠSound": 12338, + "amily": 12339, + "Ġresur": 12340, + "Ġcombinations": 12341, + "klah": 12342, + "Ġfundament": 12343, + "Ġunders": 12344, + "Ġbases": 12345, + "Ġpresum": 12346, + "-hour": 12347, + "ĠPR": 12348, + "Ġoffspring": 12349, + "Ġinspire": 12350, + "ĠCreative": 12351, + "ĠAh": 12352, + "âĦ¢": 12353, + "Disc": 12354, + "Ġthrown": 12355, + "Ġwells": 12356, + "akota": 12357, + "Ġadvocate": 12358, + "Unfortunately": 12359, + "Ġank": 12360, + "Ġwetlands": 12361, + "uz": 12362, + "Ġtrapped": 12363, + "ietal": 12364, + "Ġchallenged": 12365, + "-bl": 12366, + "Hel": 12367, + "aret": 12368, + "arning": 12369, + "Ġautumn": 12370, + "Ġtoilet": 12371, + "ĠRand": 12372, + "Ġgardening": 12373, + "sets": 12374, + "Ġgross": 12375, + "asted": 12376, + "Ġfee": 12377, + "Ġattending": 12378, + "ĠUSDA": 12379, + "Ġrelies": 12380, + "Among": 12381, + "lav": 12382, + "Ġvon": 12383, + "Ġsocially": 12384, + "-mail": 12385, + "Start": 12386, + "Ġdialect": 12387, + "ugar": 12388, + "Ġaccordance": 12389, + "Ġpoultry": 12390, + "iser": 12391, + "Ġburns": 12392, + "Ġappliances": 12393, + "inced": 12394, + "Ġworkshops": 12395, + "Ġreadings": 12396, + "Ġoperator": 12397, + "lyn": 12398, + "Ġplug": 12399, + "ĠOm": 12400, + "Ġinformal": 12401, + "Ġresponded": 12402, + "ulative": 12403, + "Ġintrig": 12404, + "Ġglasses": 12405, + "Ġconfined": 12406, + "Ġtutorial": 12407, + "Ġantioxidant": 12408, + "ĠPa": 12409, + "Ġindication": 12410, + "Ġstandardized": 12411, + "Ġteenagers": 12412, + "Ġinterfere": 12413, + "ĠAllah": 12414, + "ruce": 12415, + "Ġinterpreted": 12416, + "Ġecology": 12417, + "Ġconsultation": 12418, + "Ġate": 12419, + "Ġfragments": 12420, + "Ġtomatoes": 12421, + "oice": 12422, + "abs": 12423, + "ĠGames": 12424, + "Ġmedian": 12425, + "Ġcertificate": 12426, + "Ġfart": 12427, + "ĠTen": 12428, + "ypical": 12429, + "ĠRepresent": 12430, + "plus": 12431, + "Ġtitled": 12432, + "Ġmutual": 12433, + "Ġinquiry": 12434, + "Ġconvention": 12435, + "ĠInnov": 12436, + "ĠKenya": 12437, + "Ġolive": 12438, + ".d": 12439, + "Ġnucleus": 12440, + "Ġbanned": 12441, + "Ġexplanations": 12442, + "good": 12443, + "Ġwounds": 12444, + "Ġextending": 12445, + "Ġeligible": 12446, + "immune": 12447, + "zes": 12448, + "Ġrequests": 12449, + "Ġdemonstration": 12450, + "Ġtitles": 12451, + "ĠCommunication": 12452, + "Ġdisput": 12453, + "Ġberries": 12454, + "itives": 12455, + "amel": 12456, + "ococc": 12457, + "ĠNap": 12458, + "Ġfungus": 12459, + "itational": 12460, + "Ġlongest": 12461, + "Ġrolling": 12462, + "Ġwires": 12463, + "Ġplacement": 12464, + "Ġbehave": 12465, + "Ġdirectory": 12466, + "klahoma": 12467, + "-ass": 12468, + "rots": 12469, + "Ġtablets": 12470, + "Ġcram": 12471, + "ĠChemistry": 12472, + "ARS": 12473, + "ĠCollection": 12474, + "Ġelevation": 12475, + "Food": 12476, + "Ġtherapist": 12477, + "ĠVolume": 12478, + "ollo": 12479, + "ellar": 12480, + "Ġhosts": 12481, + "ĠBitcoin": 12482, + "Ġbridges": 12483, + "Ġpec": 12484, + "Ġarbit": 12485, + "Ġlesions": 12486, + "()": 12487, + "tically": 12488, + "ambo": 12489, + "Ġcondem": 12490, + "Ġcompensation": 12491, + "Ġbriefly": 12492, + "Second": 12493, + "Ġdismiss": 12494, + "Ġwellbeing": 12495, + "ĠDeclaration": 12496, + "Ġinherit": 12497, + "ĠArgent": 12498, + "Add": 12499, + "Ġshifts": 12500, + "âĤ¬": 12501, + "Ġtwentieth": 12502, + "ĠExcel": 12503, + "Ġforgotten": 12504, + "Ġsimilarities": 12505, + "annel": 12506, + "mates": 12507, + "Ġperenn": 12508, + "antine": 12509, + "Check": 12510, + "Ġdual": 12511, + "Ġscrew": 12512, + "-world": 12513, + "Ġpeaceful": 12514, + "ç": 12515, + "Ġresident": 12516, + "Ġgrab": 12517, + "Ġevaluating": 12518, + "Ġbillions": 12519, + "enaissance": 12520, + "rob": 12521, + "unes": 12522, + "Ġscrap": 12523, + "Ġmargin": 12524, + "Ġimplant": 12525, + "backs": 12526, + "ĠGolden": 12527, + "Ġcompression": 12528, + "Ġendeav": 12529, + "Ġextracted": 12530, + "Ġparasites": 12531, + "uate": 12532, + "ĠSri": 12533, + "ĠMaine": 12534, + "Ġweeds": 12535, + "Ġinfrared": 12536, + "Ġsurviving": 12537, + "Ġren": 12538, + "Ġgenerates": 12539, + "Ġactors": 12540, + "Ġflowering": 12541, + "Ġcrafts": 12542, + "Pat": 12543, + "Ġdump": 12544, + "ĠBird": 12545, + "ranch": 12546, + "Ġfits": 12547, + "esthes": 12548, + "bird": 12549, + "orious": 12550, + "ĠDor": 12551, + "Ġpublicly": 12552, + "scill": 12553, + "ĪĴ": 12554, + "ĠPear": 12555, + "Ġpacked": 12556, + "ĠFreder": 12557, + "Ġkin": 12558, + "Ġinclusive": 12559, + "Ġseaf": 12560, + "iffs": 12561, + "ĠDefense": 12562, + "Ġemergence": 12563, + "-com": 12564, + "Ġworkforce": 12565, + "ĠChoose": 12566, + "ĠPas": 12567, + "ko": 12568, + "arth": 12569, + "Ġrating": 12570, + "Ġrefined": 12571, + "ĠResource": 12572, + "jamin": 12573, + "Ġfreshwater": 12574, + "Ġluck": 12575, + "ryption": 12576, + "Ġmines": 12577, + "ĠCham": 12578, + "-min": 12579, + "Ġsurroundings": 12580, + "ĠDougl": 12581, + "FL": 12582, + "OU": 12583, + "ĠMarket": 12584, + "ĠSummer": 12585, + "Ġcrystal": 12586, + "Ġsoldier": 12587, + "Ġreinforce": 12588, + "km": 12589, + "urring": 12590, + "ilty": 12591, + "pert": 12592, + "Ġimported": 12593, + "Ġsnakes": 12594, + "ĠRus": 12595, + "aki": 12596, + "athic": 12597, + "ĠVisual": 12598, + "Ġjet": 12599, + "Ġinadequate": 12600, + "Jan": 12601, + "Ġheaded": 12602, + "/t": 12603, + "Ġinability": 12604, + "Ġlesser": 12605, + "omething": 12606, + "ĠPil": 12607, + "Ġclosing": 12608, + "ĠSingapore": 12609, + "Ġfled": 12610, + "Ġpneumonia": 12611, + "Ġscreens": 12612, + "Ġturtles": 12613, + "Ġsurgeon": 12614, + "ĠTibet": 12615, + "ĠBuild": 12616, + "assment": 12617, + "Ġtale": 12618, + "Ġsends": 12619, + "Ġpolymer": 12620, + "ods": 12621, + "Ġdrying": 12622, + "Ġconvinced": 12623, + "Ġhasn": 12624, + "Ġjuven": 12625, + "ĠTreaty": 12626, + "Ġorch": 12627, + "Ġtemplate": 12628, + "Ġasbestos": 12629, + "ĠJordan": 12630, + "ĠBasic": 12631, + "isa": 12632, + "ĠCollect": 12633, + "Ġconceptual": 12634, + "ĠStanford": 12635, + "ĠEaster": 12636, + "Ġmodest": 12637, + "Ġfunctionality": 12638, + "Ġintu": 12639, + "ividually": 12640, + "pton": 12641, + "Ġoutstanding": 12642, + "ÑĤ": 12643, + "heres": 12644, + "ĠTok": 12645, + "ĠFord": 12646, + "uese": 12647, + "ĠNort": 12648, + "Ġuntreated": 12649, + "Ġrehabilitation": 12650, + "Ġcomprised": 12651, + "ĠHad": 12652, + "ĠLt": 12653, + "vas": 12654, + "Ġjournals": 12655, + "inf": 12656, + "ĠEs": 12657, + "Ġsphere": 12658, + "ĠSkills": 12659, + "Ġecl": 12660, + "Ġcontracts": 12661, + "-we": 12662, + "ogene": 12663, + "Ġdiesel": 12664, + "Ġimpairment": 12665, + "Ġbreeds": 12666, + "Tube": 12667, + "screen": 12668, + "Ġpries": 12669, + "Ġgallons": 12670, + "Ġinvesting": 12671, + "Ġinputs": 12672, + "Ġupset": 12673, + "Ġimpaired": 12674, + "Ġsurre": 12675, + "Ġreads": 12676, + "Ġstrip": 12677, + "itzerland": 12678, + "ĠBesides": 12679, + "Ġrepublic": 12680, + "Dis": 12681, + "ĠHay": 12682, + "Ġwarned": 12683, + "Ġbom": 12684, + "ĠSD": 12685, + "ĠBarb": 12686, + "Ġpyram": 12687, + "rones": 12688, + "olas": 12689, + "Ġprobe": 12690, + "Ġalien": 12691, + "Ġdesigner": 12692, + "ĠChap": 12693, + "ĠVers": 12694, + "Ġsafegu": 12695, + "okes": 12696, + "Ġstrings": 12697, + "ĠHunt": 12698, + "Ġidentifies": 12699, + "ĠPrimary": 12700, + "Ġhate": 12701, + "Ġtribal": 12702, + "Ġbore": 12703, + "imity": 12704, + "Ġpresidential": 12705, + "ĠComb": 12706, + "ĠPresent": 12707, + "Ġchamp": 12708, + "ĠPi": 12709, + "ĠParkinson": 12710, + "Ġpresentations": 12711, + "Ġinnovations": 12712, + "Ġvoters": 12713, + "lementary": 12714, + "ĠPow": 12715, + "Ġundertaken": 12716, + "Ġdrew": 12717, + "ĠCertain": 12718, + "Ġcrowd": 12719, + "Ġovert": 12720, + "rology": 12721, + "Ġintact": 12722, + "Ġlacking": 12723, + "Ġrecipe": 12724, + "Ġpersec": 12725, + "Ġintervals": 12726, + "/l": 12727, + "ĠParticip": 12728, + "ĠVery": 12729, + "ikh": 12730, + "Ġpumps": 12731, + "Ġcorporations": 12732, + "Ġgang": 12733, + "riends": 12734, + "ĠDur": 12735, + "Ġfloods": 12736, + "Sur": 12737, + "osures": 12738, + "Ġmarker": 12739, + "Ġcurrents": 12740, + "].Ċ": 12741, + "page": 12742, + "ulent": 12743, + "Ġunity": 12744, + "ĠExecutive": 12745, + "Ġautonomous": 12746, + "Ġintestine": 12747, + "Ġaccommodate": 12748, + "Ġhungry": 12749, + "adic": 12750, + "opter": 12751, + "intestinal": 12752, + "Ġpatches": 12753, + "Ġabsent": 12754, + "cm": 12755, + "Ġuncomfort": 12756, + "Ġcombustion": 12757, + "Ġrecru": 12758, + "Ġslope": 12759, + "Ġ|Ċ": 12760, + "Ġpaste": 12761, + "ĠDenmark": 12762, + "Ġdedu": 12763, + "ĠBanglades": 12764, + "Ġconsp": 12765, + "ĠVeter": 12766, + "Ġfossils": 12767, + "pose": 12768, + "ĠPediatric": 12769, + "Ġaccessed": 12770, + "Ġaccumulation": 12771, + "ĠCirc": 12772, + "giving": 12773, + "Ġdwarf": 12774, + "Ġdestructive": 12775, + "Ġdysfunction": 12776, + "Ġpuzzle": 12777, + "bits": 12778, + "Ġtoll": 12779, + "ĠCultural": 12780, + "Ġspeaks": 12781, + "-resistant": 12782, + "ĠInitiative": 12783, + "Ġties": 12784, + "ĠLady": 12785, + "Ġinterd": 12786, + "ishers": 12787, + "Ġyog": 12788, + "ĠRequ": 12789, + "Ġconsiderations": 12790, + "Ġairport": 12791, + "Ġburial": 12792, + "Ġdamp": 12793, + "ĠFem": 12794, + "Ġgel": 12795, + "-tra": 12796, + "autions": 12797, + "ĠDraw": 12798, + "Ġwatering": 12799, + "Sign": 12800, + "Ġagenda": 12801, + "Ġdelight": 12802, + "ĠDiseases": 12803, + "oporosis": 12804, + "-risk": 12805, + "roach": 12806, + "Ġeliminated": 12807, + "Ġvoluntary": 12808, + "Ġwatched": 12809, + "ĠAlbert": 12810, + "ĠAnaly": 12811, + "Ġterrible": 12812, + "ĠZe": 12813, + "Ġtriangle": 12814, + "ĠBot": 12815, + "Ġconstitu": 12816, + "Ġsystemic": 12817, + "Ġassessing": 12818, + "Ġloaded": 12819, + "Ġpiano": 12820, + "/L": 12821, + "Ġcreature": 12822, + "Ġblocked": 12823, + "Ġinterval": 12824, + "Ġvariants": 12825, + "Ġpromotion": 12826, + "Ġadmin": 12827, + "Ġsnack": 12828, + "Ġacquisition": 12829, + "ĠBob": 12830, + "Ġcontinually": 12831, + "Ġbloom": 12832, + "Ġtraumatic": 12833, + "Ġ:Ċ": 12834, + "asia": 12835, + "otional": 12836, + "Ġcorruption": 12837, + "Several": 12838, + "forward": 12839, + "Ġsatisfaction": 12840, + "venue": 12841, + "ĠQur": 12842, + "ĠMaybe": 12843, + "ĠMuh": 12844, + "Ġseats": 12845, + "Ġtransaction": 12846, + "Ġsilent": 12847, + "Ġstocks": 12848, + "ĠCredit": 12849, + "Ġartic": 12850, + "Ġconstraints": 12851, + "lation": 12852, + "ĠSex": 12853, + "Ġstimulation": 12854, + "Ġempathy": 12855, + "jan": 12856, + "ounded": 12857, + "Ġpotato": 12858, + "Ġpreferences": 12859, + "Ġaltogether": 12860, + "Ġfusion": 12861, + "ifiers": 12862, + "Ġdelicate": 12863, + "Ġbitter": 12864, + "Ġadvocates": 12865, + "ĠUpd": 12866, + "Ġedit": 12867, + "Ġuncommon": 12868, + "high": 12869, + "Ġsegments": 12870, + "-esteem": 12871, + "ĠMRI": 12872, + "Ġlikes": 12873, + "Ġcontroversy": 12874, + "mouth": 12875, + "Ġsink": 12876, + "Ġbinary": 12877, + "Ġtomb": 12878, + "Ġseas": 12879, + "regn": 12880, + "Ġcous": 12881, + "Ġmurd": 12882, + "ĠLakes": 12883, + "coma": 12884, + "Ġmechanics": 12885, + "ĠTogether": 12886, + "ĠLove": 12887, + "ĠYouth": 12888, + "asis": 12889, + "ĠRenaissance": 12890, + "Ġevolve": 12891, + "Ġcarrier": 12892, + "ĠCorporation": 12893, + "inar": 12894, + "ennis": 12895, + "ĠBuddhist": 12896, + "Does": 12897, + "ĠGenerally": 12898, + "Ġconsisted": 12899, + "adian": 12900, + "quarters": 12901, + "Ġscattered": 12902, + "Ġgrasp": 12903, + "PC": 12904, + "Ġstretching": 12905, + "ĠFollow": 12906, + "Ġveins": 12907, + "Yet": 12908, + "ĠWy": 12909, + "Ġworlds": 12910, + "Ġcustoms": 12911, + "Ġsymbolic": 12912, + ".J": 12913, + "Following": 12914, + "Ġforb": 12915, + "ĠHou": 12916, + "Ġtruck": 12917, + "Ġaltitude": 12918, + "Ġfrost": 12919, + "Ġdeemed": 12920, + "Ġsimilarly": 12921, + "ĠMaria": 12922, + "ĠRegional": 12923, + "Ġchemotherapy": 12924, + "TER": 12925, + "Vis": 12926, + "ĠIndiana": 12927, + "-cell": 12928, + "Thus": 12929, + "Ġactivists": 12930, + "elson": 12931, + "ĠVirt": 12932, + "Ġcountless": 12933, + "ĠArthur": 12934, + "Ġmilit": 12935, + "ĠPhilos": 12936, + "ĠIC": 12937, + "ĠMoh": 12938, + "ĠBall": 12939, + "Ġachievements": 12940, + "Ġdenied": 12941, + "ĠTorah": 12942, + "ĠBoy": 12943, + "ĠRaj": 12944, + "Ġfees": 12945, + "Ġsuppl": 12946, + "Ġventilation": 12947, + "ĠBrook": 12948, + "IO": 12949, + "Ġwarrant": 12950, + "Ġeliminating": 12951, + "-rays": 12952, + "Ġdarkness": 12953, + "ĠMong": 12954, + "ĠClark": 12955, + "Ġinvestigations": 12956, + "ĠBapt": 12957, + "Ġjack": 12958, + "Ġexert": 12959, + "Ġdesirable": 12960, + "Ġepit": 12961, + "ĠIntelligence": 12962, + "Ġforty": 12963, + "ĠArist": 12964, + "Ġrecognised": 12965, + "agrams": 12966, + "Ġmillenn": 12967, + "Ġlegally": 12968, + "ĠHistoric": 12969, + "ĠPatrick": 12970, + "iley": 12971, + "Ġillum": 12972, + "olia": 12973, + "Ġcritically": 12974, + "ĠFall": 12975, + "Ġretrie": 12976, + "Ġpropos": 12977, + "Ġinstructor": 12978, + "Supp": 12979, + "Ġrash": 12980, + "-type": 12981, + "ĠCountry": 12982, + "ropolitan": 12983, + "Ġdiamond": 12984, + "EX": 12985, + "Mon": 12986, + "Ġairpl": 12987, + "Ġ»": 12988, + "ĠBelow": 12989, + "Ġchat": 12990, + "Ġactivated": 12991, + "Ġdrilling": 12992, + "Ġthreatening": 12993, + "Car": 12994, + "Ġmatching": 12995, + "ĠNigeria": 12996, + "Ġdoctrine": 12997, + "Science": 12998, + "phen": 12999, + "olutions": 13000, + "Ġlitter": 13001, + "Ġlayout": 13002, + "Ġfracture": 13003, + "ĠLawrence": 13004, + "arency": 13005, + "Ġpean": 13006, + "ocking": 13007, + "omnia": 13008, + "Ġapples": 13009, + "Ġraces": 13010, + "Ġprovinces": 13011, + "amma": 13012, + "ĠArchives": 13013, + "Ġprosperity": 13014, + "ĠMit": 13015, + "ĠKind": 13016, + "Ġvariability": 13017, + "ĠHind": 13018, + "avy": 13019, + "cription": 13020, + "ĠKat": 13021, + "aughters": 13022, + "ĠCoal": 13023, + "uma": 13024, + "Ġnotably": 13025, + "Ġproblematic": 13026, + "ocur": 13027, + "AV": 13028, + "Ġunderwater": 13029, + "Ġcuriosity": 13030, + "Ġsemic": 13031, + "ĠRF": 13032, + "ĠMathematics": 13033, + "iented": 13034, + "Ġtraces": 13035, + "Ġriding": 13036, + "ĠOklahoma": 13037, + "Ġsynthes": 13038, + "icut": 13039, + "Ġseparately": 13040, + "Ġextensively": 13041, + "Ġutilizing": 13042, + "ĠExtension": 13043, + "Ġseizures": 13044, + "Dec": 13045, + "Ġmodes": 13046, + "Ġports": 13047, + "ĠTerrit": 13048, + "Her": 13049, + "ĠGas": 13050, + "Ġformats": 13051, + "Fl": 13052, + "writing": 13053, + "ĠNeuro": 13054, + "heum": 13055, + "ixed": 13056, + "Ġnutrit": 13057, + "Ġsurely": 13058, + "ref": 13059, + "Ġacidic": 13060, + "ĠRay": 13061, + "Ġtrash": 13062, + "ĠTai": 13063, + "Ġenroll": 13064, + "Ġpositively": 13065, + "ĠRelations": 13066, + "Ġpointing": 13067, + "auses": 13068, + "Ġtransported": 13069, + "Ġabdomen": 13070, + "Ġprototype": 13071, + "Ġwalked": 13072, + "Ġrip": 13073, + "Ġdefeated": 13074, + "Ġconnects": 13075, + "Ġremedy": 13076, + "Ġoccasions": 13077, + "izoph": 13078, + "Ġhandful": 13079, + "Ġcrystals": 13080, + "Ġbon": 13081, + "Ġgay": 13082, + "jective": 13083, + "Ġfreed": 13084, + "Ġbanking": 13085, + "PT": 13086, + "Ġshower": 13087, + "Ġshark": 13088, + "Ġinvisible": 13089, + "Ġgrat": 13090, + "Ġgently": 13091, + "ĠSoutheast": 13092, + "ĠRain": 13093, + "ĠUniverse": 13094, + "Ġemperor": 13095, + "Ġbrut": 13096, + "-inch": 13097, + "ĠAdams": 13098, + "ĠAustria": 13099, + "cons": 13100, + "odd": 13101, + "ĠBBC": 13102, + "eeds": 13103, + "Ġnasal": 13104, + "Ġgri": 13105, + "Ġindividually": 13106, + "Ġgasoline": 13107, + "==": 13108, + "odge": 13109, + "ĠKit": 13110, + "Ġpronounced": 13111, + "ighting": 13112, + "Ġobstacles": 13113, + "names": 13114, + "Ġtrunk": 13115, + "Remember": 13116, + "Ġsits": 13117, + "Ġcontra": 13118, + "Ġlasts": 13119, + "Ġfolks": 13120, + "Ġharvested": 13121, + "Ġadulthood": 13122, + "UD": 13123, + "irs": 13124, + "Ġadmit": 13125, + "Ġlegislative": 13126, + "н": 13127, + "arity": 13128, + "etry": 13129, + "ership": 13130, + "ĠAboriginal": 13131, + "Ġorth": 13132, + "opsy": 13133, + "ograms": 13134, + "izophren": 13135, + "aran": 13136, + "Ġbreakthrough": 13137, + "Ġpromised": 13138, + "Ġvariant": 13139, + "Ġfeathers": 13140, + "Ġuncomfortable": 13141, + "anic": 13142, + "Ġket": 13143, + "Ġperceive": 13144, + "-al": 13145, + "Ġsor": 13146, + "Ġdrill": 13147, + "Ġretention": 13148, + "Ġ`": 13149, + "iens": 13150, + "Ġodds": 13151, + "arma": 13152, + "Ġbeverages": 13153, + "Ġsucc": 13154, + "Ġdwell": 13155, + "Ġamph": 13156, + "imb": 13157, + "Ġkern": 13158, + "Ġimposed": 13159, + "Ġterrain": 13160, + "Good": 13161, + "Ġsour": 13162, + "Ġsolved": 13163, + "ĠBerkeley": 13164, + "Ġrecipes": 13165, + "\"I": 13166, + "ĠFisher": 13167, + "ĠRa": 13168, + "Ġlateral": 13169, + "hematic": 13170, + "Ġharvesting": 13171, + "Ġchecks": 13172, + "Ġstruggles": 13173, + "ĠMalays": 13174, + "Ġappreciation": 13175, + "Ġstrictly": 13176, + "Ġclot": 13177, + "Inter": 13178, + "Ġreceptor": 13179, + "roups": 13180, + "Ġelectromagnetic": 13181, + "Ġphon": 13182, + "atherine": 13183, + "Ġmicroorganisms": 13184, + "Ġmicrow": 13185, + "Ġstayed": 13186, + "Ġsettlements": 13187, + "Having": 13188, + "Ġcock": 13189, + "Ġforcing": 13190, + "Ġtrillion": 13191, + "Ġportable": 13192, + "Ġnetworking": 13193, + "Ġmicroscope": 13194, + "Whether": 13195, + "ativity": 13196, + "Ġdepicted": 13197, + "Ġdamages": 13198, + "ĠSwitzerland": 13199, + "ĠTB": 13200, + "Ġtonnes": 13201, + "ĠAlong": 13202, + "ĠStress": 13203, + "hot": 13204, + "Ġnationwide": 13205, + "irical": 13206, + "Ġinvestigating": 13207, + "ĠSa": 13208, + "Ġworms": 13209, + "OUR": 13210, + "ĠCru": 13211, + "ĠCommand": 13212, + "Ġtouching": 13213, + "Ġdelivering": 13214, + "-ad": 13215, + "hal": 13216, + "Ġcylinder": 13217, + "bone": 13218, + "Ġdozens": 13219, + "Ġmaintains": 13220, + "Ġcollaps": 13221, + "Ġreforms": 13222, + "Ùİ": 13223, + "ĠEval": 13224, + "ĠGil": 13225, + "Ġarsen": 13226, + "ĠOd": 13227, + "Ġbench": 13228, + "iage": 13229, + "Ġgluten": 13230, + "Ġpotent": 13231, + "Ġprophe": 13232, + "Ġcitizenship": 13233, + "ón": 13234, + "uccess": 13235, + "ĠPlanning": 13236, + "ĠMiller": 13237, + "Ġstain": 13238, + ".T": 13239, + "Ġbes": 13240, + "Ġfollowers": 13241, + "host": 13242, + "Ġmaternal": 13243, + "Ġprejud": 13244, + "ĠConstant": 13245, + "Ġfreezing": 13246, + "Ġcolorful": 13247, + "orrh": 13248, + "ez": 13249, + "ĠWas": 13250, + "Ġcookies": 13251, + "Ġcompiled": 13252, + "Ġsharks": 13253, + "Ġinstructional": 13254, + "rove": 13255, + "achelor": 13256, + "Ġlux": 13257, + "-school": 13258, + "Ġnorms": 13259, + "Ġrailroad": 13260, + "Ġpedest": 13261, + "PDF": 13262, + "Ñģ": 13263, + "ĠMIT": 13264, + "ĠDub": 13265, + "ĠED": 13266, + "Ġremembered": 13267, + "%.Ċ": 13268, + "Ġinsufficient": 13269, + "Ġpriorit": 13270, + ".-": 13271, + "ĠSwedish": 13272, + "Ġentrepreneurs": 13273, + "Ġcounterparts": 13274, + "ths": 13275, + "ipse": 13276, + "Ġheading": 13277, + "ĠCurrently": 13278, + "Ġ________": 13279, + "natural": 13280, + "ĠTal": 13281, + "Ġdisabled": 13282, + "Ġpressing": 13283, + "Ġquot": 13284, + "Ġdependence": 13285, + "Ġepisodes": 13286, + "birds": 13287, + "perature": 13288, + "Ġmant": 13289, + "version": 13290, + "ĠFreedom": 13291, + "Ġaggression": 13292, + "Ġcultivation": 13293, + "vance": 13294, + "Ġprinter": 13295, + "Ġmonetary": 13296, + "Ġsilk": 13297, + "neath": 13298, + "Ġtranslate": 13299, + "Ġelectroly": 13300, + "AF": 13301, + "Ġdownt": 13302, + "Ġintens": 13303, + "Mat": 13304, + "Ġspont": 13305, + "Ġkindergarten": 13306, + "uf": 13307, + "rod": 13308, + "ĠBor": 13309, + "Ġsacrific": 13310, + "Ġelephant": 13311, + "ĠBox": 13312, + "ĠFun": 13313, + "ĠAlliance": 13314, + "Ġcultivated": 13315, + "orship": 13316, + "ĠArchae": 13317, + "ĠAgricultural": 13318, + "Ġdelayed": 13319, + "Ġbip": 13320, + "Ġintoler": 13321, + "ĠBeach": 13322, + "Ġrebell": 13323, + "Ġsmile": 13324, + "Ġbush": 13325, + "Ġasteroid": 13326, + "ÑĢ": 13327, + "Ġeasiest": 13328, + "Ġwastewater": 13329, + "RNA": 13330, + "commun": 13331, + "Ġbirthday": 13332, + "Ġwitnessed": 13333, + "ĠLiterature": 13334, + "Ġsignature": 13335, + "ĠBuddha": 13336, + "ĠImpact": 13337, + "Ġunderm": 13338, + "Ġcoupled": 13339, + "Ġvulnerability": 13340, + "SE": 13341, + "ĠLoc": 13342, + "Ġcombines": 13343, + "Ben": 13344, + "Ġimpul": 13345, + "Ġregistration": 13346, + "Ġclues": 13347, + "-powered": 13348, + "Ġinserted": 13349, + "ository": 13350, + "marks": 13351, + "Ġincentives": 13352, + "Ġnoble": 13353, + "acerb": 13354, + "ĠGer": 13355, + "Ġjoining": 13356, + "Ġinspection": 13357, + "PE": 13358, + "Ġoct": 13359, + "ĠDog": 13360, + "ĠEC": 13361, + "letal": 13362, + "pers": 13363, + "ĠPict": 13364, + "Ġwheels": 13365, + "Ġglue": 13366, + "Ġeconomically": 13367, + "Ġsixth": 13368, + "Ġinterference": 13369, + "ĠNich": 13370, + "Ġmembership": 13371, + "ĠSi": 13372, + "ĠEat": 13373, + "Ġfailing": 13374, + "will": 13375, + "Ġhob": 13376, + "renal": 13377, + "Ġpole": 13378, + "ĠAward": 13379, + "incial": 13380, + "Ġframes": 13381, + "Ġtoxicity": 13382, + "Keep": 13383, + "Ġaug": 13384, + "Ġdeclar": 13385, + "Ġhomeless": 13386, + "Ġintermediate": 13387, + "α": 13388, + "Ġproclaim": 13389, + "Ġinduced": 13390, + "Ġthrone": 13391, + "-depth": 13392, + "esy": 13393, + "ĠKong": 13394, + "uters": 13395, + "opol": 13396, + "ĠEve": 13397, + "unks": 13398, + "ĠKal": 13399, + "lihood": 13400, + "ulas": 13401, + "ello": 13402, + "Ġconsiders": 13403, + "Ġtuber": 13404, + "ĠWords": 13405, + "ĠStaff": 13406, + "Ġallev": 13407, + "inters": 13408, + "ĠDeb": 13409, + "Ġinventory": 13410, + "Black": 13411, + "olecular": 13412, + "kg": 13413, + "ĠTech": 13414, + "ĠLic": 13415, + "Ġpeas": 13416, + "rophy": 13417, + "Ġcrossed": 13418, + "Ġrestaurants": 13419, + "rish": 13420, + "Ġfriction": 13421, + "asa": 13422, + "Ġspite": 13423, + "sub": 13424, + "ĠStrateg": 13425, + "erated": 13426, + "Ġedited": 13427, + "á¹": 13428, + "hew": 13429, + "THE": 13430, + "ĠHal": 13431, + "Ġaccused": 13432, + "Ġruler": 13433, + "Ġbod": 13434, + "owing": 13435, + "ĠChronic": 13436, + "ĠCass": 13437, + "ĠQueens": 13438, + "Ġgrocery": 13439, + "ierce": 13440, + "Ġdraws": 13441, + "Ġultrasound": 13442, + "Åį": 13443, + "Ġappropriately": 13444, + "artz": 13445, + "ĠPartners": 13446, + "orse": 13447, + "Ġnurt": 13448, + "Ġcooler": 13449, + "Ġballs": 13450, + "ĠToronto": 13451, + "Educ": 13452, + "aunt": 13453, + "Ġbloodstream": 13454, + "Ġstopping": 13455, + "ĠAnti": 13456, + "matic": 13457, + "Ġana": 13458, + "ĠUpper": 13459, + "Ġorganizational": 13460, + "Ġmarijuana": 13461, + "ĠDefin": 13462, + "ĠCaptain": 13463, + "uated": 13464, + "Ġants": 13465, + "Ġtrains": 13466, + "ĠBlock": 13467, + "Ġholidays": 13468, + "ilage": 13469, + "lict": 13470, + "Ġsupportive": 13471, + "reatening": 13472, + "Ġdinosaurs": 13473, + "Ġmankind": 13474, + "ĠEN": 13475, + "ysics": 13476, + "Ġurgent": 13477, + "Ġcoordinate": 13478, + "Ġshells": 13479, + "Ġunwanted": 13480, + "Ġanemia": 13481, + "eering": 13482, + "Ġrevised": 13483, + "Ġrailway": 13484, + "itches": 13485, + "Ġposture": 13486, + "ĠBangladesh": 13487, + "ĠPersonal": 13488, + "Ġlectures": 13489, + "Ġveterinarian": 13490, + "ĠHun": 13491, + "ĠVideo": 13492, + "Ġcentres": 13493, + "Ġpulp": 13494, + "wind": 13495, + "Ġisot": 13496, + "Ġoutlined": 13497, + "ĠAffairs": 13498, + "ierra": 13499, + "Ġreproduce": 13500, + "adi": 13501, + "cerpt": 13502, + "ĠCro": 13503, + "astically": 13504, + "Ġglory": 13505, + "oys": 13506, + "ĠWi": 13507, + "pler": 13508, + "ĠImages": 13509, + "Ġsexually": 13510, + "ĠGreeks": 13511, + "rehend": 13512, + "ĠVill": 13513, + "Ġexclusive": 13514, + "Ġtoy": 13515, + "ĠFat": 13516, + "Ġstatue": 13517, + "ĠNorthwest": 13518, + "Ġcommunicating": 13519, + "-driven": 13520, + "Ġdated": 13521, + "urities": 13522, + "ĠSQL": 13523, + "Ġpermits": 13524, + "Ġambit": 13525, + "Ġtourists": 13526, + "Ġphosphorus": 13527, + "Ġignor": 13528, + "eld": 13529, + "Ġconditioning": 13530, + "Green": 13531, + "itime": 13532, + "Ġdermat": 13533, + "Ġinfest": 13534, + "Ġlasted": 13535, + "Ġkeyboard": 13536, + "Ġfoliage": 13537, + "Ġlinguistic": 13538, + "Ġintercon": 13539, + "Ġoun": 13540, + "articles": 13541, + "Ġcompeting": 13542, + "Ġhorizon": 13543, + "Ġdeployed": 13544, + "Ġexplicitly": 13545, + "ovid": 13546, + "ĠMachine": 13547, + "Ġcervical": 13548, + "LC": 13549, + "rosc": 13550, + "Ġelephants": 13551, + "ĠHong": 13552, + "Ġproc": 13553, + "Ġharmony": 13554, + "Ġshooting": 13555, + "Ġembrace": 13556, + "rost": 13557, + "Ġpassenger": 13558, + "Ġcompanion": 13559, + "Ġpipeline": 13560, + "Ġmicrobial": 13561, + "Ġrhet": 13562, + "Ġpublishing": 13563, + "second": 13564, + "Ġrust": 13565, + "Ġcomprises": 13566, + "Ġhub": 13567, + "Ġfactories": 13568, + "NASA": 13569, + "Ġlegitimate": 13570, + "Ġdot": 13571, + "Ġoffset": 13572, + "Ġdissolved": 13573, + "Ġgravitational": 13574, + "ĠClinic": 13575, + "Defin": 13576, + "Ġenerg": 13577, + "Ġemployer": 13578, + "Ġdemanding": 13579, + "oglob": 13580, + "raulic": 13581, + "ĠBibl": 13582, + "Ġacre": 13583, + "Ġclinic": 13584, + "Ġcoloring": 13585, + "ĠYouTube": 13586, + "Ġhoping": 13587, + "Ġseism": 13588, + "ludes": 13589, + "Ġsuppress": 13590, + "owed": 13591, + "Ġconstitute": 13592, + "roximately": 13593, + "nut": 13594, + "assing": 13595, + "Ġstrengthening": 13596, + "Ġmyths": 13597, + "ĠEinstein": 13598, + "Ġjun": 13599, + "Ġequilibrium": 13600, + "Ġradius": 13601, + "Ġjewel": 13602, + "ridge": 13603, + "Ġstays": 13604, + "irie": 13605, + "uncture": 13606, + "Ġtears": 13607, + "Ġpermanently": 13608, + "Ġpreference": 13609, + "ĠTypically": 13610, + "Ġrept": 13611, + "Ġspider": 13612, + "Ġbaseline": 13613, + "Ġaccordingly": 13614, + "ĠMilitary": 13615, + "ĠRos": 13616, + "redict": 13617, + "Ġtransit": 13618, + "Ġagreements": 13619, + "ĠLGBT": 13620, + "ĠLoss": 13621, + "Ġanimation": 13622, + "Ġharness": 13623, + "Ġrigid": 13624, + "ĠBroad": 13625, + "ĠRout": 13626, + "Ġsword": 13627, + "Ġillustrates": 13628, + "Ġpad": 13629, + "Ġmiscon": 13630, + "Ġmetaphor": 13631, + "agu": 13632, + "ĠDisorder": 13633, + "Ġreconstruct": 13634, + "Ġdisse": 13635, + "ĠActivity": 13636, + "Ġgoddess": 13637, + "Ġdescendants": 13638, + "Ġbug": 13639, + "Ġcontaminants": 13640, + "ĠFig": 13641, + "Ġfailures": 13642, + "ĠPersian": 13643, + "Ġfantastic": 13644, + "Ġexacerb": 13645, + "Ġenrich": 13646, + "Ġunst": 13647, + "ĠTool": 13648, + "adows": 13649, + "Ġqueen": 13650, + "ĠClear": 13651, + "-an": 13652, + "aus": 13653, + "sels": 13654, + "ĠPlus": 13655, + "Ġpraise": 13656, + "ĠCEO": 13657, + "ĠExercise": 13658, + "Ġeco": 13659, + "ĠPhilip": 13660, + "esthesia": 13661, + "Ġrum": 13662, + "Ġvalued": 13663, + "ĠEuropeans": 13664, + "Ġneighborhoods": 13665, + "usions": 13666, + "ĠRoss": 13667, + "ĠSyd": 13668, + "Ġmunicipal": 13669, + "otive": 13670, + "ĠPortuguese": 13671, + "/b": 13672, + "ĠAvailable": 13673, + "Ġcongest": 13674, + "ovenant": 13675, + "Pres": 13676, + "Ġasleep": 13677, + "ector": 13678, + "olds": 13679, + "Ġuterus": 13680, + "eded": 13681, + "ĠConn": 13682, + "ĠImprove": 13683, + "Ġfisheries": 13684, + "hr": 13685, + "onduct": 13686, + "Ġmasks": 13687, + "Ġspecially": 13688, + "ĠAlf": 13689, + "peaking": 13690, + "car": 13691, + "Ġdeaf": 13692, + "Ġpublish": 13693, + "Ġvotes": 13694, + "ctica": 13695, + "Ġstew": 13696, + "Ġscarce": 13697, + "Download": 13698, + "|S": 13699, + "Ġapproaching": 13700, + "Ġmitigate": 13701, + "flower": 13702, + "'Ċ": 13703, + "Aug": 13704, + "overs": 13705, + "ĠKings": 13706, + "ĠTips": 13707, + "Ġhes": 13708, + "ĠEvolution": 13709, + "Ġdesper": 13710, + "Ġclarity": 13711, + "Ġproducer": 13712, + "Ġcarved": 13713, + "Ġwarfare": 13714, + "Ġletting": 13715, + "Ġarrested": 13716, + "Ġstoring": 13717, + "ĠConserv": 13718, + "ĠProtocol": 13719, + "ĠWolf": 13720, + "Ġschemes": 13721, + "Ġstamp": 13722, + "Ġprelim": 13723, + "Ġconfusing": 13724, + "Ġunconscious": 13725, + "egree": 13726, + "ĠPeru": 13727, + "Ġfractures": 13728, + "Ġbol": 13729, + "imated": 13730, + "Ġpassages": 13731, + "ĠHamilton": 13732, + "Three": 13733, + "ocide": 13734, + "Ġconsolid": 13735, + "Ġrealm": 13736, + "Ġsulfur": 13737, + "found": 13738, + "reach": 13739, + "onut": 13740, + "ardless": 13741, + "ressions": 13742, + "Ġburst": 13743, + "Ġclimb": 13744, + "Ġtire": 13745, + "ancies": 13746, + "Ġquestionna": 13747, + "Ġranks": 13748, + "Ġscans": 13749, + "Ġexem": 13750, + "ĠEV": 13751, + "Ġpriorities": 13752, + "ĠBasin": 13753, + "ĠImperial": 13754, + "ĠNurs": 13755, + "zech": 13756, + "Ġmomentum": 13757, + "Ġopio": 13758, + "ĠPhoto": 13759, + "chy": 13760, + "ĠCurriculum": 13761, + "ĠTour": 13762, + "ĠWinter": 13763, + "Ġstrikes": 13764, + "-end": 13765, + "race": 13766, + "ardo": 13767, + "Ġtourist": 13768, + "bial": 13769, + "via": 13770, + "Ġshrubs": 13771, + "-down": 13772, + "Ġanalytical": 13773, + "Ġadjusted": 13774, + "ĠMarx": 13775, + "Ġclicking": 13776, + "ĠRadio": 13777, + "ĠIoT": 13778, + "ĠBrad": 13779, + "eman": 13780, + "Ġpossession": 13781, + "ĠQuestion": 13782, + "Ġplural": 13783, + "Ġspecify": 13784, + "ĠBetter": 13785, + "Ġregards": 13786, + "Ġcigarettes": 13787, + "Ġnutritious": 13788, + "ĠOw": 13789, + "Ġshelf": 13790, + "vised": 13791, + "Ġsomehow": 13792, + "ĠCuba": 13793, + "Out": 13794, + "ĠSkin": 13795, + "ĠOt": 13796, + "Ġmonarch": 13797, + "Ġdepressed": 13798, + "ni": 13799, + "istence": 13800, + "Ġmysterious": 13801, + "WH": 13802, + "ĠStock": 13803, + "BL": 13804, + "tings": 13805, + "isol": 13806, + "inge": 13807, + "Ġmetall": 13808, + "ĠBenjamin": 13809, + "sex": 13810, + "Ġprediction": 13811, + "Ġemphasize": 13812, + "Ġadventure": 13813, + "Ġrecreational": 13814, + "!)": 13815, + "Ġlion": 13816, + "Ġinstinct": 13817, + "Ġmonaster": 13818, + "Ġconstell": 13819, + "Ġrecommendation": 13820, + "Ġspectacular": 13821, + "otine": 13822, + "Ġodor": 13823, + "Ġarom": 13824, + "Ġfired": 13825, + "Ġintric": 13826, + "ensing": 13827, + "Ġram": 13828, + "nowned": 13829, + "Ġresponding": 13830, + "Ġabnormalities": 13831, + "keeping": 13832, + "Ġlimbs": 13833, + "Ġacknowledged": 13834, + "ĠEmergency": 13835, + "Ġsecular": 13836, + "Ġexceptional": 13837, + "Life": 13838, + "Ġfans": 13839, + "velation": 13840, + "ĠAuthority": 13841, + "ĠEating": 13842, + "Ġlowering": 13843, + "Ġquiz": 13844, + "Ġdetrim": 13845, + "Ġsanitation": 13846, + "Ġambitious": 13847, + "Ġdivisions": 13848, + "ĠNev": 13849, + "Desc": 13850, + "ĠExplain": 13851, + "Ġcommissioned": 13852, + "osynthesis": 13853, + "Ġthy": 13854, + "orest": 13855, + "angles": 13856, + "Ġunderg": 13857, + "Ġpromises": 13858, + "elta": 13859, + "Ġderiv": 13860, + "ĠAy": 13861, + "Ġurinary": 13862, + "ĠÏ": 13863, + "ĠKir": 13864, + "Ġparking": 13865, + "Ġwithdrawal": 13866, + "Ġpreliminary": 13867, + "due": 13868, + "ĠPrevent": 13869, + "Ġcraw": 13870, + "bled": 13871, + "ĠHope": 13872, + "ĠDakota": 13873, + "Ġtreats": 13874, + "reate": 13875, + "Ġammon": 13876, + "Ġcounseling": 13877, + "Ġvoy": 13878, + "Ġenhancing": 13879, + "laim": 13880, + "Ġjar": 13881, + "ĠAlb": 13882, + "Ġinevitable": 13883, + "Social": 13884, + "ĠJoh": 13885, + "Ġwre": 13886, + "ĠRac": 13887, + "Their": 13888, + "Ġquotes": 13889, + "Ġdrum": 13890, + "ĠTell": 13891, + "ĠPra": 13892, + "ailand": 13893, + "Ġcharging": 13894, + "Women": 13895, + "cal": 13896, + "Ġtestim": 13897, + "Ġpunct": 13898, + "Ġirritation": 13899, + "obia": 13900, + "ethyl": 13901, + "Ġattribute": 13902, + "Ġeverybody": 13903, + "-profit": 13904, + "Ġgeological": 13905, + "Published": 13906, + "ĠPrior": 13907, + "Ġweekend": 13908, + "Ġfibre": 13909, + "Ġguilty": 13910, + "ĠSaturn": 13911, + "ĠSydney": 13912, + "Fe": 13913, + "Time": 13914, + "ĠZh": 13915, + "Ġanxious": 13916, + "Ġcubic": 13917, + "ivic": 13918, + "aga": 13919, + "expensive": 13920, + "Ġtutor": 13921, + "gram": 13922, + "pill": 13923, + "rator": 13924, + "Cle": 13925, + "usually": 13926, + "God": 13927, + "esting": 13928, + "ignment": 13929, + "Ġsequencing": 13930, + "ĠPlanet": 13931, + "Less": 13932, + "have": 13933, + "Ġrival": 13934, + "Ġunderneath": 13935, + "ĠâĢĻ": 13936, + "-step": 13937, + "duino": 13938, + "Ġblend": 13939, + "Ġprecautions": 13940, + "Ġdeficit": 13941, + "Ġdisappeared": 13942, + "Oct": 13943, + "ystem": 13944, + "Ġwolf": 13945, + "Ġwherever": 13946, + "otle": 13947, + "achers": 13948, + "ĠForeign": 13949, + "Free": 13950, + "Ġlivelihood": 13951, + "esterday": 13952, + "-oriented": 13953, + "Ġcitation": 13954, + "ĠObservatory": 13955, + "mercial": 13956, + "Ġcritics": 13957, + "atabase": 13958, + "bling": 13959, + "Ġtimely": 13960, + "Ġanyway": 13961, + "Ġsweat": 13962, + "IH": 13963, + "Ġposter": 13964, + "Ġstressful": 13965, + "Id": 13966, + "po": 13967, + "ania": 13968, + "Ġtrusted": 13969, + "Ġremedies": 13970, + "ĠHu": 13971, + "Ġdelicious": 13972, + "ĠApollo": 13973, + "Ġentries": 13974, + "Ġsubjected": 13975, + "Ġsq": 13976, + "Ġplanes": 13977, + "lass": 13978, + "Ġtsun": 13979, + "Ġhighway": 13980, + "insic": 13981, + "Ġbulb": 13982, + "Ġdos": 13983, + "ĠPack": 13984, + "axis": 13985, + "uropean": 13986, + "Ġstraightforward": 13987, + "Develop": 13988, + "imeters": 13989, + "Ġcompelling": 13990, + "Ġsurprisingly": 13991, + "mill": 13992, + "Ġbub": 13993, + "Ġgig": 13994, + "Ġtroubles": 13995, + "Ġdolph": 13996, + "Ġspotted": 13997, + "itoring": 13998, + "igo": 13999, + "ĠCust": 14000, + "Ġcrude": 14001, + "Ġcleaner": 14002, + "Ġbaking": 14003, + "Ġmuseums": 14004, + "Ġpile": 14005, + "Ġeager": 14006, + "Ġnearest": 14007, + "ĠConnecticut": 14008, + "Ġasym": 14009, + "ĠWeight": 14010, + "Ġgauge": 14011, + "ĠMu": 14012, + "Ġexercising": 14013, + "Ġmobil": 14014, + "Home": 14015, + "Ġretained": 14016, + "Ġnonpro": 14017, + "ĠTesting": 14018, + "ocytes": 14019, + "Ġspill": 14020, + "ĠResults": 14021, + "Ġmitochond": 14022, + "aron": 14023, + "Ġsymp": 14024, + "ATE": 14025, + "ĠRegion": 14026, + "-third": 14027, + "Ġbarely": 14028, + "Ġglow": 14029, + "Ġevolving": 14030, + "Ġstrat": 14031, + "ĠSoftware": 14032, + "rative": 14033, + "-threatening": 14034, + "ĠDownload": 14035, + "ĠAlber": 14036, + "ĠActivities": 14037, + ".L": 14038, + "ĠAllen": 14039, + "Ġcourtesy": 14040, + "ĠGram": 14041, + "ĠPV": 14042, + "Ġmedicinal": 14043, + "ollen": 14044, + "brev": 14045, + "Ġtragedy": 14046, + "Ġsake": 14047, + "ĠTerm": 14048, + "ĠEye": 14049, + "esar": 14050, + "Ġhay": 14051, + "Ġhect": 14052, + "Ġlearner": 14053, + "imore": 14054, + "imination": 14055, + "Ġexcite": 14056, + "ĠCourse": 14057, + "Ġhoped": 14058, + "Ġalleged": 14059, + "ĠNewton": 14060, + "Ġposes": 14061, + "ĠAnton": 14062, + "Ġcortex": 14063, + "Ġbronch": 14064, + "Ġmad": 14065, + "Ġlin": 14066, + "acity": 14067, + "ubric": 14068, + "Ġbrushing": 14069, + "Ġgarlic": 14070, + "Ġmemorial": 14071, + "Ġresting": 14072, + "Ġconsec": 14073, + "ĠPast": 14074, + "ĠMechan": 14075, + "Ġpalace": 14076, + "Ġoccasional": 14077, + "yst": 14078, + "Ġsprou": 14079, + "ova": 14080, + "Ġprimitive": 14081, + "ĠHans": 14082, + "Ġmotors": 14083, + "Understanding": 14084, + "oz": 14085, + "Ġoscill": 14086, + "ĠOK": 14087, + "ĠUntil": 14088, + "roducing": 14089, + "|C": 14090, + "Ġdop": 14091, + "Ġupcoming": 14092, + "Ġprocessor": 14093, + "Ġportrait": 14094, + "Ġastronauts": 14095, + "kh": 14096, + "ĠAer": 14097, + "Ġbehaviours": 14098, + "Ġbiblical": 14099, + "Ġdirty": 14100, + "rokes": 14101, + "ensions": 14102, + "Ġcoping": 14103, + "Ġdispute": 14104, + "raviolet": 14105, + "ĠiP": 14106, + "Mus": 14107, + "ilies": 14108, + "ĠRap": 14109, + "ĠLive": 14110, + "Ġtraced": 14111, + "Ġesoph": 14112, + "izophrenia": 14113, + "Ġswitching": 14114, + "Ġreefs": 14115, + "bola": 14116, + "Ġcompromise": 14117, + "Ġgastrointestinal": 14118, + "Ġfarther": 14119, + "cr": 14120, + "wich": 14121, + "Thanks": 14122, + "Ġdisplace": 14123, + "ĠOlympic": 14124, + "Ġtemples": 14125, + "Ġaffirm": 14126, + "University": 14127, + "ĠIndustry": 14128, + "MM": 14129, + "Ġsimplest": 14130, + "ĠEventually": 14131, + "Ġdignity": 14132, + "ĠIBM": 14133, + "Ġsecured": 14134, + "Point": 14135, + "ĠGraph": 14136, + "ĠOak": 14137, + "Ġlanded": 14138, + "ĠIsraeli": 14139, + "engu": 14140, + "Author": 14141, + "Ġreflecting": 14142, + "AND": 14143, + "Ġsuspended": 14144, + "English": 14145, + "ĠMercury": 14146, + "Ġtrim": 14147, + ".(": 14148, + "½": 14149, + "Ġfastest": 14150, + "Ġteachings": 14151, + "Ġturbine": 14152, + "ĠIceland": 14153, + "Ġpasswords": 14154, + "Ġelaborate": 14155, + "Ġincom": 14156, + "Ġshortage": 14157, + "ĠMeanwhile": 14158, + "Par": 14159, + "ouch": 14160, + "Ġconform": 14161, + "ĠHouston": 14162, + ".K": 14163, + "Ġmeg": 14164, + "ĠMuhammad": 14165, + "Ġtextbook": 14166, + "Ġnesting": 14167, + ".H": 14168, + "ige": 14169, + "ĠAra": 14170, + "Ġfost": 14171, + "ĠCamb": 14172, + "Ġwashed": 14173, + "Ġbackgrounds": 14174, + "Ġoak": 14175, + "ĠCF": 14176, + "olding": 14177, + "Met": 14178, + "ĠHaz": 14179, + "ĠRod": 14180, + "Ġhanging": 14181, + "Ġaligned": 14182, + "Ġrunoff": 14183, + "Ġwounded": 14184, + "-induced": 14185, + "ĠVenus": 14186, + "ocate": 14187, + "pha": 14188, + "Ġmaturity": 14189, + "Ġepic": 14190, + "Ġexploitation": 14191, + "Ġpocket": 14192, + "width": 14193, + "Ġexhibits": 14194, + "ĠLesson": 14195, + "ĠSant": 14196, + "acteria": 14197, + "Only": 14198, + "Ġincorporating": 14199, + "/C": 14200, + "ĠTaking": 14201, + "ĠBah": 14202, + "Ġstrongest": 14203, + "Ġmaximize": 14204, + "ĠUkraine": 14205, + "Ġpicking": 14206, + "Ġbites": 14207, + "ĠFunction": 14208, + "Ġcrus": 14209, + "Ġcruel": 14210, + "Ġformerly": 14211, + "Similar": 14212, + "brates": 14213, + "Ġdocumentary": 14214, + "Ġflee": 14215, + "Ġsimpler": 14216, + "Ġeruption": 14217, + "ilingual": 14218, + "++": 14219, + "Ġproximity": 14220, + "Ġfluoride": 14221, + "yers": 14222, + "elong": 14223, + "Ġflags": 14224, + "ESCO": 14225, + "ĠFile": 14226, + "Ġrequested": 14227, + "Ġadministrators": 14228, + "Symptoms": 14229, + "ĠLink": 14230, + "ĠArmen": 14231, + "eton": 14232, + "ĠTele": 14233, + "Ġdrama": 14234, + "Ġclimates": 14235, + "Ġbrands": 14236, + "GR": 14237, + "Ġvolcano": 14238, + "Ġtomorrow": 14239, + "Ġwellness": 14240, + "ĠTurkish": 14241, + "ĠBuddhism": 14242, + "makers": 14243, + "Ġnoting": 14244, + "ĠParks": 14245, + "Ġdisappoint": 14246, + "Ġgreens": 14247, + "ipt": 14248, + "Ġovers": 14249, + "Ġhandled": 14250, + "Ġimmers": 14251, + "ĠSnow": 14252, + "Ġverify": 14253, + "Ġpetroleum": 14254, + "Ġpurely": 14255, + "Ġnumerical": 14256, + "Ġseam": 14257, + "ustral": 14258, + "Ġtemporarily": 14259, + "cils": 14260, + "ĠTs": 14261, + "Ġretired": 14262, + "anny": 14263, + "Ġdehydration": 14264, + "Ġshoulders": 14265, + "ĠColomb": 14266, + "Ġnaval": 14267, + "ĠProphet": 14268, + "Ġsticks": 14269, + "Ġturbines": 14270, + "uly": 14271, + "Ġpackages": 14272, + "ĠAntarctica": 14273, + "ĠBeng": 14274, + "Ġdischar": 14275, + "Ġbullet": 14276, + "Ġtales": 14277, + "ĠPerson": 14278, + "Ġleather": 14279, + "ĠEffects": 14280, + "Ġmol": 14281, + "plants": 14282, + "Ġsubstrate": 14283, + "ĠSche": 14284, + "ERE": 14285, + "ĠDental": 14286, + "ĠProblems": 14287, + "Ġcannabis": 14288, + "Ġaquarium": 14289, + "pher": 14290, + "Ġestrogen": 14291, + "Ġstresses": 14292, + "Ġcleaned": 14293, + "ĠSwiss": 14294, + "Ġmas": 14295, + "Ġintroduces": 14296, + "Ġneighboring": 14297, + "Ġbapt": 14298, + "Ġlimb": 14299, + "enny": 14300, + "post": 14301, + "igion": 14302, + "Ġconve": 14303, + "Ġformally": 14304, + "Ġmetric": 14305, + "Ġbreastfeeding": 14306, + "Ġque": 14307, + "Ġlightning": 14308, + "Ġintim": 14309, + "ĠDal": 14310, + "Ġfriendship": 14311, + "ĠBenefits": 14312, + "ragon": 14313, + "Har": 14314, + "SD": 14315, + "Ġprosec": 14316, + "ĠØ": 14317, + "aby": 14318, + "Ġshops": 14319, + "ĠPolitical": 14320, + "amation": 14321, + "Ġpreventive": 14322, + "Ġimperative": 14323, + "mus": 14324, + "ĠTrib": 14325, + "ifiable": 14326, + "rett": 14327, + "otyp": 14328, + "Ġmembranes": 14329, + "Ġsimulations": 14330, + "Therefore": 14331, + "fting": 14332, + "ĠGround": 14333, + "Ġperceptions": 14334, + "à¸": 14335, + ".t": 14336, + "ili": 14337, + "ĠRoc": 14338, + "Ġrestaurant": 14339, + "ĠWeather": 14340, + "Ä«": 14341, + "igital": 14342, + "Ġphilosopher": 14343, + "ĠFinancial": 14344, + "Ġdorm": 14345, + "welling": 14346, + "Ġdeclining": 14347, + "Ġcorrosion": 14348, + "OV": 14349, + "Ġalignment": 14350, + "erk": 14351, + "ĠFah": 14352, + "ĠNC": 14353, + "Ġdiffers": 14354, + "wealth": 14355, + "Ġmodification": 14356, + "Ġguitar": 14357, + "Ġpursuit": 14358, + "len": 14359, + "ĠChen": 14360, + "Ġassass": 14361, + "acterial": 14362, + "ĠCE": 14363, + "uning": 14364, + "Ġrecognizing": 14365, + "ĠSuccess": 14366, + "cha": 14367, + "ĠAmericas": 14368, + "Ġobtaining": 14369, + "ĠProgramme": 14370, + "Ġthrust": 14371, + "ĠSarah": 14372, + "-ph": 14373, + "ĠVacc": 14374, + "Ġpilgrim": 14375, + "stan": 14376, + "ĠMs": 14377, + "ĠDomin": 14378, + "Ġhosted": 14379, + "Ġclimbing": 14380, + "fires": 14381, + "Ġtie": 14382, + "Ġresolved": 14383, + "ĠPrep": 14384, + "Ġplag": 14385, + "Ġorganizing": 14386, + "ĠSquare": 14387, + "ference": 14388, + "ĠTravel": 14389, + ".:": 14390, + "Ġcouples": 14391, + "Perhaps": 14392, + "ĠAntarctic": 14393, + "isan": 14394, + "emen": 14395, + "ĠThailand": 14396, + "Date": 14397, + "Ġnests": 14398, + "Ġpreserving": 14399, + "Ġmodifications": 14400, + "espan": 14401, + "ĠAround": 14402, + "-minute": 14403, + "Ġcarn": 14404, + "-state": 14405, + "Ġoccupational": 14406, + "Ġgarb": 14407, + "Ġalternate": 14408, + "-grade": 14409, + "ĠDemocr": 14410, + "Ġpesticide": 14411, + "ĠSong": 14412, + "ĠDry": 14413, + "walk": 14414, + "Ġabortion": 14415, + "cat": 14416, + "Ġlinking": 14417, + "ĠGand": 14418, + "Ġattachment": 14419, + "Ġnights": 14420, + "ĠHyper": 14421, + "Ġinexpensive": 14422, + "ervice": 14423, + "Ġundergraduate": 14424, + "Ġaccelerate": 14425, + "Ġspirits": 14426, + ".uk": 14427, + "Ġlikewise": 14428, + "Ġperiodic": 14429, + "Ġadvocacy": 14430, + "Ġretirement": 14431, + "ĠBed": 14432, + "List": 14433, + "Ġattorney": 14434, + "ogical": 14435, + "ĠNile": 14436, + "ĠConsequently": 14437, + "ĠAnglo": 14438, + "ĠSC": 14439, + "Ġvascular": 14440, + "ĠLuke": 14441, + "ĠMagazine": 14442, + "Ġrespected": 14443, + "Ġafterwards": 14444, + "lessness": 14445, + "amboo": 14446, + "Ġjudges": 14447, + "Ġoverseas": 14448, + "Ġbaseball": 14449, + "Ġmate": 14450, + "Ġdye": 14451, + "ounding": 14452, + "Ġplanetary": 14453, + "GA": 14454, + "Ġreminder": 14455, + "Ġtreasure": 14456, + "ĠAdditional": 14457, + "Ġponds": 14458, + "ims": 14459, + "ĠLank": 14460, + "Ġkeen": 14461, + "Ġrevision": 14462, + "leys": 14463, + "ignt": 14464, + "ĠBu": 14465, + "-cons": 14466, + "-five": 14467, + "oscow": 14468, + "Ġkilometres": 14469, + "Ġsatisfied": 14470, + "Ġscratch": 14471, + "Ġdisagree": 14472, + "ĠCzech": 14473, + "ĠFoot": 14474, + "ĠVerm": 14475, + "REE": 14476, + "Ġdurable": 14477, + "Ġimped": 14478, + "Ġunfortunately": 14479, + "ĠDiagn": 14480, + "Ġalgebra": 14481, + "Ġboiling": 14482, + "Ġdynasty": 14483, + "Ġpronunciation": 14484, + "ĠProtestant": 14485, + "Ġvisually": 14486, + "Ġpots": 14487, + "Ġcavities": 14488, + "first": 14489, + "Ġbeaches": 14490, + "ĠMun": 14491, + "aux": 14492, + "headed": 14493, + "ĠEconomics": 14494, + "Ġwishes": 14495, + "Ġmandatory": 14496, + "Net": 14497, + "heit": 14498, + "rowse": 14499, + "ardship": 14500, + "Ġdefinitive": 14501, + "Ġantibody": 14502, + "Ġpulling": 14503, + "Ġupt": 14504, + "Ġadvise": 14505, + "Ġadjustments": 14506, + "Ġpools": 14507, + "Ġpredominantly": 14508, + "Ġq": 14509, + ".W": 14510, + "vic": 14511, + "Ġthir": 14512, + "Ġshots": 14513, + "-fat": 14514, + "ĠProfessional": 14515, + "ĠEveryone": 14516, + "Unlike": 14517, + "Ġfool": 14518, + "Ġblade": 14519, + "ĠHug": 14520, + "ĠEsp": 14521, + "ĠFest": 14522, + "ĠFocus": 14523, + "ĠCalcul": 14524, + "Ġarises": 14525, + "Ġmatches": 14526, + "aturated": 14527, + "Ġcosmic": 14528, + "ancer": 14529, + "ĠAware": 14530, + "ĠSel": 14531, + "Ġshame": 14532, + "eft": 14533, + "Ġboil": 14534, + "Ġillustration": 14535, + "Ġdens": 14536, + "Ġumb": 14537, + "Ġcomposite": 14538, + "Ġshifting": 14539, + "-point": 14540, + "ĠCharacter": 14541, + "Ġregen": 14542, + "Ġsurf": 14543, + "Ġpetition": 14544, + "lan": 14545, + "Ġnail": 14546, + "Ġsanct": 14547, + "Ġcartilage": 14548, + "Ġepidem": 14549, + "Ġvirtue": 14550, + "Ġliquids": 14551, + "Ġsuppliers": 14552, + "ĠLie": 14553, + "Ġjurisdiction": 14554, + "Ġexports": 14555, + "Ġwilderness": 14556, + "Ġcruc": 14557, + "Red": 14558, + "Ġhurricane": 14559, + "ĠAB": 14560, + "Ġmonuments": 14561, + "Ġcontacts": 14562, + "Ġcables": 14563, + "leans": 14564, + "Ġrecruit": 14565, + "ĠEM": 14566, + "Ġtrait": 14567, + "comput": 14568, + "Ġceiling": 14569, + "ĠVictorian": 14570, + "Ġwalks": 14571, + "/j": 14572, + "=\"": 14573, + "houses": 14574, + "Ġdaughters": 14575, + "Ġwithstand": 14576, + "Ġvic": 14577, + "ĠDick": 14578, + "aza": 14579, + "Ġaesthetic": 14580, + "Ġlaugh": 14581, + "Ġfeeds": 14582, + "Ġpencil": 14583, + "Ġwolves": 14584, + "Ġkills": 14585, + "Ġnewer": 14586, + "ĠBelg": 14587, + "Ġfirmly": 14588, + "atics": 14589, + "ulph": 14590, + "esthet": 14591, + "Ġmarrow": 14592, + "Ġnavig": 14593, + "ĠPopulation": 14594, + "rians": 14595, + "Ġdescent": 14596, + "ĠWhit": 14597, + "Ġvaccinated": 14598, + "ĠPeninsula": 14599, + "Ġprize": 14600, + "olen": 14601, + "ĠSyn": 14602, + "ignty": 14603, + "Ġfright": 14604, + "Ġgym": 14605, + "mericans": 14606, + "Ġcommercially": 14607, + "Book": 14608, + "rof": 14609, + "ĠCL": 14610, + "ĠYe": 14611, + "Ġappearing": 14612, + "-reg": 14613, + "oustic": 14614, + "gencies": 14615, + "-inf": 14616, + "Ġassembled": 14617, + "Ġmentally": 14618, + "Ġdive": 14619, + "Ġbroadly": 14620, + "Ġchromosome": 14621, + "izable": 14622, + "hess": 14623, + "Ġsocietal": 14624, + "Ġveterans": 14625, + "ivia": 14626, + "Ġquery": 14627, + "Ġpulmonary": 14628, + "Ġcaregivers": 14629, + "mother": 14630, + "ĠBron": 14631, + "Ġcompatible": 14632, + "Web": 14633, + "ĠInv": 14634, + "ĠExample": 14635, + "Ġelastic": 14636, + "Ġverbs": 14637, + "Ġinstalling": 14638, + "Ġfitted": 14639, + "âĢĻĊ": 14640, + "ĠTypes": 14641, + "iller": 14642, + "ĠLanc": 14643, + "inus": 14644, + "ĠKy": 14645, + "Ġreductions": 14646, + "ocene": 14647, + "........": 14648, + "Ġperipheral": 14649, + "Ġail": 14650, + "Ġvend": 14651, + "Ġallies": 14652, + "avid": 14653, + "Ġdemographic": 14654, + "iolence": 14655, + "ĠReference": 14656, + "Ġprohibited": 14657, + "Ġmultiply": 14658, + "Ret": 14659, + "Ġeditors": 14660, + "ĠSoil": 14661, + "Ġbutterflies": 14662, + "Ġfungal": 14663, + "ĠCatal": 14664, + "Ġvet": 14665, + "Ġmenstrual": 14666, + "-month": 14667, + "\"This": 14668, + "istle": 14669, + "ĠRE": 14670, + "ĠRun": 14671, + "OK": 14672, + "ĠStage": 14673, + "erto": 14674, + "Ġtranscript": 14675, + "Ġsufficiently": 14676, + "ĠBud": 14677, + "rencies": 14678, + "ĠDelhi": 14679, + "Ġparental": 14680, + "Ġastronomy": 14681, + "ĠPalestine": 14682, + "-op": 14683, + "his": 14684, + "Ġtoes": 14685, + "ryst": 14686, + "Ġtrucks": 14687, + "ĠGenesis": 14688, + "Ġinhab": 14689, + "ĠChi": 14690, + "gets": 14691, + "Ġgrazing": 14692, + "Ġâ̦Ċ": 14693, + "ijing": 14694, + "Ġgrowers": 14695, + "ificant": 14696, + "-for": 14697, + "Ġinduce": 14698, + "ĠFlore": 14699, + "Ġparameter": 14700, + "Ġlucky": 14701, + "Ġunint": 14702, + "/S": 14703, + "-author": 14704, + "Top": 14705, + "Ġdeforestation": 14706, + "math": 14707, + "ante": 14708, + "expl": 14709, + "Ġunto": 14710, + "Ext": 14711, + "piece": 14712, + "Ġconcludes": 14713, + "ĠURL": 14714, + "Ġarrow": 14715, + "ORD": 14716, + "ĠProtect": 14717, + "Ġiv": 14718, + "Ġfiscal": 14719, + "ĠSimon": 14720, + "-work": 14721, + "ĠAgreement": 14722, + "ĠTitle": 14723, + "Ġadhes": 14724, + "Ġquoted": 14725, + "Ġrecognise": 14726, + "-thirds": 14727, + "ĠColumbus": 14728, + "ĠGi": 14729, + "Ġresemble": 14730, + "Ġmarking": 14731, + "Ġpathogen": 14732, + "Ġfragile": 14733, + "Ġrituals": 14734, + "Given": 14735, + "ĠWright": 14736, + "Ġenvelop": 14737, + "ĠOrthodox": 14738, + "Ġarrangements": 14739, + "dam": 14740, + "othel": 14741, + "ĠShare": 14742, + "Ġsupervision": 14743, + "Ġethanol": 14744, + "ĠJoint": 14745, + "Ġelite": 14746, + "State": 14747, + "Ġanatomy": 14748, + "ĠNuclear": 14749, + "Ġgradual": 14750, + "Ġlithium": 14751, + "Ġproposals": 14752, + "Human": 14753, + "Ġterrestrial": 14754, + "Ġsquee": 14755, + "Ġdestroying": 14756, + "ĠFoods": 14757, + "Ġpriests": 14758, + "Ġoffshore": 14759, + "Ġresearching": 14760, + "Ġdarker": 14761, + "Ġtablet": 14762, + "Ġradicals": 14763, + "Ġiod": 14764, + "aic": 14765, + "long": 14766, + "umm": 14767, + "ĠChair": 14768, + "Ġreluct": 14769, + "Ġmindfulness": 14770, + "ĠManager": 14771, + "ĠUsed": 14772, + "opause": 14773, + "ĠFinland": 14774, + "Ġautoimmune": 14775, + "ĠIL": 14776, + "Ġencryption": 14777, + "Ġwoods": 14778, + "Ġadvertise": 14779, + "Ġobligations": 14780, + "Ġmanure": 14781, + "Ġcredits": 14782, + "Ġliber": 14783, + "Ġbesides": 14784, + "ĠEditor": 14785, + "aism": 14786, + "otte": 14787, + "Ġtraff": 14788, + "ĠAnth": 14789, + "elsius": 14790, + "Ġsap": 14791, + "Ġhits": 14792, + "Ġsquir": 14793, + "ĠAlexand": 14794, + "Ġeternal": 14795, + "ansk": 14796, + "Ġpseud": 14797, + "ĠAnderson": 14798, + "ĠToo": 14799, + "â̦.": 14800, + "odus": 14801, + "ĠHait": 14802, + "culosis": 14803, + "Ġadaptive": 14804, + "hoe": 14805, + "opa": 14806, + "Ġexpose": 14807, + "Ġherd": 14808, + "Ġvein": 14809, + "retion": 14810, + "Being": 14811, + "astes": 14812, + "Ġoverd": 14813, + "onder": 14814, + "annah": 14815, + "ĠSafe": 14816, + "urate": 14817, + "Ġadvancement": 14818, + "Ġbureau": 14819, + "Ġdiabetic": 14820, + "Ġhistories": 14821, + "ĠSpect": 14822, + ".s": 14823, + "Ġcharity": 14824, + "Ġwhit": 14825, + "ĠCloud": 14826, + "TSD": 14827, + "odia": 14828, + "ĠTechnical": 14829, + "ĠFried": 14830, + "Ġcoe": 14831, + "ĠOrleans": 14832, + "ioned": 14833, + "ĠLes": 14834, + "ĠInstitutes": 14835, + "Mr": 14836, + "Ġsmartphone": 14837, + "ĠJoe": 14838, + "ĠMoore": 14839, + "atis": 14840, + "ĠSalt": 14841, + "ĠHart": 14842, + "ĠAnimals": 14843, + "Ġretreat": 14844, + "Ġslides": 14845, + "ĠConsult": 14846, + "Ġrounded": 14847, + "eted": 14848, + "Ġlimestone": 14849, + "Based": 14850, + "nutrition": 14851, + "Ġcomply": 14852, + "Ġcryptocur": 14853, + "Ġreass": 14854, + "ĠEns": 14855, + "Ġpepper": 14856, + "Ġseventh": 14857, + "Ġlaptop": 14858, + "ĠTR": 14859, + "ĠCab": 14860, + "Ġconfront": 14861, + "Ġapnea": 14862, + "Ġnovels": 14863, + "Ġdeciding": 14864, + "Ġdisciples": 14865, + "Ġendless": 14866, + "Ġconsistency": 14867, + "HC": 14868, + "Ms": 14869, + "Ġreceiver": 14870, + "lighten": 14871, + "Ġventure": 14872, + "Ġabst": 14873, + "Ġfoam": 14874, + "Bas": 14875, + "erce": 14876, + "Ġlaying": 14877, + "Ġportfol": 14878, + "ĠFederation": 14879, + "Ġquit": 14880, + "-care": 14881, + "Ġdetermin": 14882, + "Ġautomation": 14883, + "Ġcompromised": 14884, + "ĠCPU": 14885, + "oubted": 14886, + "ĠTitan": 14887, + "Ġinvested": 14888, + "Ġchord": 14889, + "othy": 14890, + "ĠCompan": 14891, + "Ġguaranteed": 14892, + "ignant": 14893, + "Ġinjected": 14894, + "Ġda": 14895, + "ĠTrue": 14896, + "Ġactivation": 14897, + "ĠSimple": 14898, + "Class": 14899, + "Ġbutterfly": 14900, + "Ġhollow": 14901, + "ĠGrowth": 14902, + "Ġfathers": 14903, + "Ġsculpture": 14904, + "idel": 14905, + "ĠContent": 14906, + "Ġtalent": 14907, + "ĠLtd": 14908, + "Ġaccessibility": 14909, + "Ġfox": 14910, + "Ġalleg": 14911, + "Ġconception": 14912, + "Ġsalary": 14913, + "Ġblocking": 14914, + "ĠBase": 14915, + "ĠFox": 14916, + "Ġcontinental": 14917, + "Ġweights": 14918, + "oop": 14919, + "olis": 14920, + "ĠPoor": 14921, + "ĠDark": 14922, + "Ġrigorous": 14923, + "Ġcatalog": 14924, + "ĠNevada": 14925, + "eches": 14926, + "Ġinternationally": 14927, + "Ġtargeting": 14928, + "Ġtransparency": 14929, + "ayers": 14930, + "Ġinterven": 14931, + "icultural": 14932, + "Ġdebates": 14933, + "ĠHoward": 14934, + "Ġparticipant": 14935, + "ĠRecent": 14936, + "Ġexecute": 14937, + "Ġrelaxation": 14938, + "uru": 14939, + "ĠSierra": 14940, + "ĠThroughout": 14941, + "Ġlady": 14942, + "Ġtragic": 14943, + "Ġdonor": 14944, + "Ġsaliva": 14945, + "Ġcommander": 14946, + "Ġoutlines": 14947, + "ĠEmb": 14948, + "ĠElementary": 14949, + "Ġspecimen": 14950, + "Ġsilence": 14951, + "ĠDouglas": 14952, + "-man": 14953, + "Ġnour": 14954, + "iguous": 14955, + "Ġyards": 14956, + "think": 14957, + "Ġevapor": 14958, + "Ġcoh": 14959, + "Ġtermed": 14960, + "-ups": 14961, + "Ġrenowned": 14962, + "endix": 14963, + "versely": 14964, + "Ġerupt": 14965, + "ĠCand": 14966, + "Ġgover": 14967, + "Ġsynchron": 14968, + "Ġpedag": 14969, + "(a": 14970, + "Instead": 14971, + "Ġparish": 14972, + "Ġweakened": 14973, + "Non": 14974, + "Ġsupporters": 14975, + "Ġdiscount": 14976, + "ĠSeattle": 14977, + "Feb": 14978, + "Vol": 14979, + "Ġtent": 14980, + "Ġwondering": 14981, + "illes": 14982, + "aceous": 14983, + "Ġtextbooks": 14984, + "Sw": 14985, + "gia": 14986, + "ĠBurn": 14987, + "ivated": 14988, + "Ġbiography": 14989, + "Ġsingular": 14990, + "SM": 14991, + "Ġlamp": 14992, + "uliar": 14993, + "ĠVien": 14994, + "Ġballoon": 14995, + "ĠGreenland": 14996, + "ĠLegisl": 14997, + "ĠSM": 14998, + "ĠWalter": 14999, + "Ġcentered": 15000, + "Ġpremium": 15001, + "Ġbuffer": 15002, + "Ġtags": 15003, + "ĠManufact": 15004, + "ĠMas": 15005, + "Ġovernight": 15006, + "upuncture": 15007, + "-water": 15008, + "Ġexpectancy": 15009, + "Ġdancing": 15010, + "ifting": 15011, + "Ġincub": 15012, + "ĠVI": 15013, + "Ġprotests": 15014, + "Ġqualitative": 15015, + "ĠServer": 15016, + "Ġroutinely": 15017, + "Ġmitigation": 15018, + "Ġcarbohydrate": 15019, + "bes": 15020, + "herence": 15021, + "Ġexit": 15022, + "Ġuranium": 15023, + "Ġsatisfy": 15024, + "Ġartwork": 15025, + "ĠHispanic": 15026, + "Af": 15027, + "Ġencrypt": 15028, + "Ġtwin": 15029, + "Ġedible": 15030, + "Ġmigrants": 15031, + "%),": 15032, + ".net": 15033, + "ĠAF": 15034, + "Ġdeployment": 15035, + "ensitive": 15036, + "Ġbund": 15037, + "Ġherbal": 15038, + "Ġrobotic": 15039, + "PN": 15040, + "ĠMoscow": 15041, + "Ġhumid": 15042, + "Ġcracks": 15043, + "Ġerected": 15044, + "Min": 15045, + "grade": 15046, + "ĠSports": 15047, + "Ġexcluded": 15048, + "Ġdemonstrating": 15049, + "Ġtemporal": 15050, + "riages": 15051, + "Ġrespondents": 15052, + "Ġware": 15053, + "Ġinappropriate": 15054, + "Ġgenre": 15055, + "Ġnegotiations": 15056, + "Ġclip": 15057, + "Ġeleg": 15058, + "ulator": 15059, + "Ġoverlooked": 15060, + "ĠHigher": 15061, + "Ġunderw": 15062, + "ertility": 15063, + "Ġexpressing": 15064, + "Ġhotel": 15065, + "imental": 15066, + "Ġacted": 15067, + "Ġpractically": 15068, + "Ġmusicians": 15069, + "Example": 15070, + "ĠVisit": 15071, + "Ġscanning": 15072, + "ĠAlcohol": 15073, + "Ġfiled": 15074, + "Ġcrystall": 15075, + "Posted": 15076, + "ondition": 15077, + "Ġhandy": 15078, + "Ġlawyer": 15079, + "Ġemotionally": 15080, + "Ġgarbage": 15081, + "esome": 15082, + "alks": 15083, + "ĠKid": 15084, + "Ġseedlings": 15085, + "Form": 15086, + "TO": 15087, + "Ġcemetery": 15088, + "ĠClassroom": 15089, + "ĠÃĹ": 15090, + "Ġlips": 15091, + "antry": 15092, + "ĠAlmost": 15093, + "ĠCompar": 15094, + "Ġgrasses": 15095, + "ĠEthiopia": 15096, + "Ġoven": 15097, + "lower": 15098, + "Ġosteoporosis": 15099, + "Ġpancreas": 15100, + "ĠMargaret": 15101, + "Ġdrople": 15102, + "Ġfifteen": 15103, + "Ġbeetles": 15104, + "|P": 15105, + "Ġtense": 15106, + "Ġupward": 15107, + "Ġmarry": 15108, + "Ġzo": 15109, + "Exper": 15110, + "Ġhunters": 15111, + "Ġabandon": 15112, + "Ġplague": 15113, + "Ġexceptions": 15114, + "Ġgerms": 15115, + "Ġinsomnia": 15116, + "ulsive": 15117, + "Ġcoronary": 15118, + "ĠTob": 15119, + "elcome": 15120, + "Ġsetup": 15121, + "orescent": 15122, + "Ġglaciers": 15123, + "Ġchromosomes": 15124, + "Ġtwe": 15125, + "Ġdub": 15126, + "Ġincons": 15127, + "ĠThank": 15128, + "Ġhumanitarian": 15129, + "Ġreactor": 15130, + "March": 15131, + "ĠSab": 15132, + "Below": 15133, + "Ġflights": 15134, + "Ġfertile": 15135, + "Ġstimulus": 15136, + "Ġemitted": 15137, + "represent": 15138, + "ĠFrederick": 15139, + "renheit": 15140, + "April": 15141, + "Ġfreeze": 15142, + "Ġrepetitive": 15143, + "Ġsie": 15144, + "Ġkick": 15145, + "veland": 15146, + "Ġresort": 15147, + "AST": 15148, + "ĠCitiz": 15149, + "Ġadolescent": 15150, + "stock": 15151, + "Ġenrolled": 15152, + "ĠLam": 15153, + "Ġunions": 15154, + "ĠForum": 15155, + "ĠBCE": 15156, + "ĠPublishing": 15157, + "ĠBrand": 15158, + "Ġtide": 15159, + "Ġcues": 15160, + "Ġvoted": 15161, + "WA": 15162, + "Ġcharter": 15163, + "atern": 15164, + "Ġdams": 15165, + "Ġobligation": 15166, + "tr": 15167, + "Ġmating": 15168, + "Ġhiding": 15169, + "ĠCapital": 15170, + "quis": 15171, + "acked": 15172, + "Ġconstipation": 15173, + "overing": 15174, + "Sum": 15175, + "itated": 15176, + "Ġneedles": 15177, + "Ġbiopsy": 15178, + "ĠLyme": 15179, + "Ġequals": 15180, + "strong": 15181, + "-style": 15182, + "Ġalleviate": 15183, + "Ġposed": 15184, + "Ġdots": 15185, + "ĠRabb": 15186, + "ĠShel": 15187, + "oubtedly": 15188, + "Ġapproached": 15189, + "pleasant": 15190, + "Ġcalorie": 15191, + "ĠRegular": 15192, + "Ġbru": 15193, + "Ġcycling": 15194, + "°F": 15195, + "ĠFrequ": 15196, + "Ġdefence": 15197, + "roportion": 15198, + "âĢľIn": 15199, + "Ġwanting": 15200, + "Ġmanipulation": 15201, + "making": 15202, + "ĠMR": 15203, + "illery": 15204, + "Ġcargo": 15205, + "ĠGallery": 15206, + "Ġlemon": 15207, + "Ġrelevance": 15208, + "Ġpropri": 15209, + "Ġlogging": 15210, + "Ġcivilian": 15211, + "Ġjuvenile": 15212, + "rea": 15213, + "ilepsy": 15214, + "ĠHopkins": 15215, + "ĠTher": 15216, + "ablished": 15217, + "Ġlisting": 15218, + "Ġurge": 15219, + "Ġknock": 15220, + "Ġruins": 15221, + "Ġshifted": 15222, + "ĠBaltimore": 15223, + "Ġwelding": 15224, + "Ġmanipulate": 15225, + "Ġexotic": 15226, + "ĠDead": 15227, + "Ġmuscular": 15228, + "Ġconcert": 15229, + "Ġloves": 15230, + "Ġdisadvantages": 15231, + "ĠTelescope": 15232, + "boards": 15233, + "Ġheavier": 15234, + "Ġultra": 15235, + "Ġsteadily": 15236, + "Such": 15237, + "Ġdealt": 15238, + "ĠFle": 15239, + "Ġcompressed": 15240, + "Ġsurveyed": 15241, + "School": 15242, + "range": 15243, + "Ġpm": 15244, + "Ġbend": 15245, + "Ġrewards": 15246, + "ĠGib": 15247, + "ulus": 15248, + "ĠNan": 15249, + "ĠAndroid": 15250, + "ĠMoz": 15251, + "heumat": 15252, + "itably": 15253, + "Ġlubric": 15254, + "ophers": 15255, + "ĠBiological": 15256, + "gly": 15257, + "urb": 15258, + "ĠCelsius": 15259, + "Ġcontag": 15260, + "Ġclaiming": 15261, + "Ġhydraulic": 15262, + "Ġturtle": 15263, + "Ġnonprofit": 15264, + "ĠProte": 15265, + "engine": 15266, + "Ġfeaturing": 15267, + "SC": 15268, + "vo": 15269, + "ĠGuinea": 15270, + "Ġsickness": 15271, + "Ġdeter": 15272, + "ĠConcept": 15273, + "ĠAdvis": 15274, + "Ġsooner": 15275, + "ussian": 15276, + "Ġdepths": 15277, + "Ġtactics": 15278, + "eu": 15279, + "Ġfut": 15280, + "Ġchickens": 15281, + "Type": 15282, + "ĠDra": 15283, + "Ġuncon": 15284, + "Ġterritorial": 15285, + "Ġliked": 15286, + "elle": 15287, + "ĠHighway": 15288, + "ĠDisorders": 15289, + "organic": 15290, + "Ġincomplete": 15291, + "Ġuplo": 15292, + "Ġpoles": 15293, + "ĠAthens": 15294, + "OG": 15295, + "Ġhierarchy": 15296, + "Ġministry": 15297, + "ĠArduino": 15298, + "Ġmagnific": 15299, + "Ġfasting": 15300, + "Ġemphasized": 15301, + "Ġloading": 15302, + "ĠLiteracy": 15303, + "ĠHeat": 15304, + "Ġreleasing": 15305, + "holder": 15306, + "Ġfavourite": 15307, + "Ġadminister": 15308, + "chi": 15309, + "children": 15310, + "Ġparenting": 15311, + "Ġcalculator": 15312, + "Ġslic": 15313, + "Ġpiv": 15314, + "hatt": 15315, + "Ġcontroller": 15316, + "ĠNorwe": 15317, + "Ġsummit": 15318, + "Ġlengths": 15319, + "Ġmicroscopic": 15320, + "Ġdecorated": 15321, + "Ġattraction": 15322, + "Ġsubmar": 15323, + "ensis": 15324, + "-wh": 15325, + "ĠTower": 15326, + "Ġworthy": 15327, + "ĠOrganic": 15328, + "Ġglyc": 15329, + "sl": 15330, + "vol": 15331, + "roit": 15332, + "reading": 15333, + "Ġcandy": 15334, + "ĠPRO": 15335, + "ĠLiver": 15336, + "riter": 15337, + "ĠEric": 15338, + "Ġcontest": 15339, + "ा": 15340, + "Ġromantic": 15341, + "ĠArkansas": 15342, + "ĠChristopher": 15343, + "Ġgraphs": 15344, + "ĠEvidence": 15345, + "â̲": 15346, + "Ġtomato": 15347, + "stones": 15348, + "opard": 15349, + "ĠBand": 15350, + "Ġnanop": 15351, + "transmit": 15352, + "Ġreuse": 15353, + "ĠDogs": 15354, + "ĠHistor": 15355, + "Ġsewage": 15356, + "ship": 15357, + "Ġcomprehend": 15358, + "Ġregulating": 15359, + "ĠTotal": 15360, + "Ġsemiconduct": 15361, + "iden": 15362, + "Ġsegregation": 15363, + "ĠNear": 15364, + "Ġdifferential": 15365, + "Ġgrinding": 15366, + "ĠMcK": 15367, + "Ġbronze": 15368, + "Ġrefuse": 15369, + "Ġbelly": 15370, + "ĠMontana": 15371, + "may": 15372, + "ĠSaud": 15373, + "ĠCould": 15374, + "Ġchop": 15375, + "ĠComplete": 15376, + "Ġrush": 15377, + "Ġlaboratories": 15378, + "Ġsouthwest": 15379, + "Ġperforms": 15380, + "Ġtightly": 15381, + "Ġcite": 15382, + "Ġinferior": 15383, + "Ġmisunder": 15384, + "Ġpist": 15385, + "usc": 15386, + "ousing": 15387, + "Ġcounted": 15388, + "Ġmaj": 15389, + "onyms": 15390, + "ĠCommunications": 15391, + "Ġdescriptive": 15392, + "lie": 15393, + "ĠBishop": 15394, + "loads": 15395, + "Ġadequately": 15396, + "Ġcylind": 15397, + "Ġperennial": 15398, + "ĠHarry": 15399, + "Ġblooms": 15400, + "-effective": 15401, + "Ġempirical": 15402, + "Ġreflex": 15403, + "Ġcleans": 15404, + "ĠRecon": 15405, + "ĠArabia": 15406, + "DC": 15407, + "Ġtheor": 15408, + "ĠRon": 15409, + "map": 15410, + "aders": 15411, + "Ġtransist": 15412, + "Ġcorrection": 15413, + "Ġaerial": 15414, + "Ġtires": 15415, + "resses": 15416, + "ĠMemory": 15417, + "Ġscholarship": 15418, + "ĠGuidelines": 15419, + "-way": 15420, + "ĠPrograms": 15421, + "Ġfeasible": 15422, + "iw": 15423, + "Ġtelesc": 15424, + "ĠTa": 15425, + "urg": 15426, + "Ġmeats": 15427, + "Ġpatron": 15428, + "-Ch": 15429, + "inence": 15430, + "ptember": 15431, + "Ġdisruption": 15432, + "plicity": 15433, + "Ġfertilizers": 15434, + "Ġtowers": 15435, + "ĠFahrenheit": 15436, + "Ġfont": 15437, + "asers": 15438, + "оÐ": 15439, + "Ġcomputational": 15440, + "Ġsuggestion": 15441, + "Ġcorners": 15442, + "Ġresilient": 15443, + "ĠProblem": 15444, + "hol": 15445, + "itol": 15446, + "Ġbatt": 15447, + "Ġutilities": 15448, + "Ġfinancing": 15449, + "â̳": 15450, + "Ġoffensive": 15451, + "Ġflaw": 15452, + "Ġsensing": 15453, + "ĠSO": 15454, + "ĠRA": 15455, + "ĠNapole": 15456, + "Ġknife": 15457, + "ĠFramework": 15458, + "Ġinfinite": 15459, + "ĠAwareness": 15460, + "aro": 15461, + "Ġappar": 15462, + "Ġanymore": 15463, + "Ġfolder": 15464, + "Ġdeck": 15465, + "Ġsquares": 15466, + "ĠRobinson": 15467, + "telling": 15468, + "Bo": 15469, + "user": 15470, + "ν": 15471, + "Ġtan": 15472, + "ĠAllow": 15473, + "Ġretina": 15474, + "Ġslip": 15475, + "Ġflux": 15476, + "Ġdeny": 15477, + "Ġpartnerships": 15478, + "Ġdawn": 15479, + "Ġprest": 15480, + "Ġathlete": 15481, + "ĠNight": 15482, + "Ġflame": 15483, + "Ġweaknesses": 15484, + "FC": 15485, + "Ġdiscourse": 15486, + "Ġswing": 15487, + "Ġaccountability": 15488, + "ĠKa": 15489, + "metic": 15490, + "Ġlag": 15491, + "ĠHell": 15492, + "Ġcrimin": 15493, + "ĠRecords": 15494, + "run": 15495, + "odium": 15496, + "Ġdistribute": 15497, + "aho": 15498, + "Ġpear": 15499, + "alin": 15500, + "Ġchew": 15501, + "Ġlifting": 15502, + "ĠImmun": 15503, + "Ġimbalance": 15504, + "ĠVirtual": 15505, + "rings": 15506, + "uto": 15507, + "Ġescaped": 15508, + "Ġpleasant": 15509, + "Ġnails": 15510, + "Ġpacket": 15511, + "William": 15512, + "ĠArgentina": 15513, + "June": 15514, + "ĠIU": 15515, + "ategory": 15516, + "Ġstrips": 15517, + "Ġschizophrenia": 15518, + "Ġanticipated": 15519, + "ĠPalace": 15520, + "Ġcigarette": 15521, + "Ġnortheast": 15522, + "Ġankle": 15523, + "oglobin": 15524, + "Ġantim": 15525, + "iblings": 15526, + "Ġrated": 15527, + "Ġprompted": 15528, + "erers": 15529, + "Ġstimuli": 15530, + "Ġconvenience": 15531, + "ĠBeijing": 15532, + "Ġacceleration": 15533, + "osterone": 15534, + "ĠWould": 15535, + "prises": 15536, + "Ġlocked": 15537, + "FT": 15538, + "otics": 15539, + "Ġflora": 15540, + "Ġlifelong": 15541, + "-de": 15542, + "Ġfavorable": 15543, + "ĠDiscovery": 15544, + "foot": 15545, + "Ġathe": 15546, + "Ġterr": 15547, + "proof": 15548, + "ĠPolice": 15549, + "enez": 15550, + "ĠTrail": 15551, + "Ġrulers": 15552, + "Types": 15553, + "utable": 15554, + "Ġupg": 15555, + "Ġprofiles": 15556, + "ĠCart": 15557, + "Ġaviation": 15558, + "ĠManual": 15559, + "Ds": 15560, + "Ġgloss": 15561, + "Ġheadquarters": 15562, + "Ġblindness": 15563, + "Due": 15564, + "held": 15565, + "Ġrocky": 15566, + "ixty": 15567, + "Ġtolerate": 15568, + "Ġgam": 15569, + "ĠDelta": 15570, + "Ġmicrowave": 15571, + "ĠFortunately": 15572, + "ĠLu": 15573, + "ĠBrother": 15574, + "olithic": 15575, + "Ġdiagrams": 15576, + "Ġdisl": 15577, + "othermal": 15578, + "Ġgloves": 15579, + "Ġinteracting": 15580, + "rotein": 15581, + "Ġprivilege": 15582, + "LY": 15583, + "NO": 15584, + "Ġrandomly": 15585, + "enerative": 15586, + "aculture": 15587, + "ĠHud": 15588, + "ĠMultiple": 15589, + "ĠChallenge": 15590, + "Ġaudiences": 15591, + "Ġloving": 15592, + "ĠNepal": 15593, + "aucoma": 15594, + "ĠVision": 15595, + "aths": 15596, + "ĠCoord": 15597, + "Ġsoutheast": 15598, + "rame": 15599, + "Ġlifespan": 15600, + "ĠFriends": 15601, + "ĠUNESCO": 15602, + "-I": 15603, + "inators": 15604, + "ĠRange": 15605, + "Ġinjust": 15606, + "Ġtended": 15607, + "iped": 15608, + "Ġcurt": 15609, + "Ġnoticeable": 15610, + "-round": 15611, + "ĠEbola": 15612, + "Ġpsychiatric": 15613, + "Ġknees": 15614, + "Ġgrapes": 15615, + "ĠCanal": 15616, + "ĠUSS": 15617, + "Ġsponsored": 15618, + "ĠMalaysia": 15619, + "Ġexterior": 15620, + "ĠNelson": 15621, + "ĠUniversal": 15622, + "both": 15623, + "hn": 15624, + "Ġarose": 15625, + "Ġstrokes": 15626, + "Ġdeveloper": 15627, + "Ġobstruct": 15628, + "Ġpopulated": 15629, + "Ġaccounted": 15630, + "xiety": 15631, + "Ġot": 15632, + "otox": 15633, + "Ġvivid": 15634, + "Ġcooperative": 15635, + "Ġdragon": 15636, + "Ġremainder": 15637, + "Mark": 15638, + "Ġpsychologist": 15639, + "Ġimplants": 15640, + "Contact": 15641, + "Ġparasite": 15642, + "Ġsoup": 15643, + "Ġdetrimental": 15644, + "log": 15645, + "ĠMember": 15646, + "ĠAlt": 15647, + "ĠIdentify": 15648, + "Ġsprings": 15649, + "Ġrouter": 15650, + "rong": 15651, + "Ġremn": 15652, + "Ġwarnings": 15653, + "Ġsuperf": 15654, + "Ġremoves": 15655, + "Ġcomparative": 15656, + "ĠSolutions": 15657, + "Ġinland": 15658, + "tha": 15659, + "Ġspiders": 15660, + "Ġutter": 15661, + "Ġcoordinates": 15662, + "human": 15663, + "ĠGospel": 15664, + "Ġjustify": 15665, + "Ġprojections": 15666, + "Ġauthorized": 15667, + "Ġnobody": 15668, + "Ġgoverning": 15669, + "acies": 15670, + "ccoli": 15671, + "anga": 15672, + "Ġacne": 15673, + "Ġreconstruction": 15674, + "points": 15675, + "Ġrepresentations": 15676, + "Ġsnacks": 15677, + "Ġpeculiar": 15678, + "dy": 15679, + "atts": 15680, + "historic": 15681, + "Ġamphib": 15682, + "Ġworm": 15683, + "ringe": 15684, + "limited": 15685, + "PM": 15686, + "card": 15687, + "eat": 15688, + "otonin": 15689, + "ĠPs": 15690, + "Ġoverhead": 15691, + "azines": 15692, + "ĠGalile": 15693, + "Ġcurves": 15694, + "Ġrooted": 15695, + "ĠDiscuss": 15696, + "ĠRot": 15697, + "Ġadmission": 15698, + "Ġalpha": 15699, + "Ġkernel": 15700, + "AI": 15701, + "Long": 15702, + "levant": 15703, + "Ġbirths": 15704, + "free": 15705, + "Ġouts": 15706, + "Ġunpleasant": 15707, + "class": 15708, + "ĠGeographic": 15709, + "Ġembarr": 15710, + "ĠSilver": 15711, + ");Ċ": 15712, + "rategy": 15713, + "Ġaver": 15714, + "ĠAvenue": 15715, + "Ġimmigrant": 15716, + "Ġbadly": 15717, + "ĠAnnual": 15718, + "Ġchlorine": 15719, + "Ġsins": 15720, + "ilis": 15721, + "Ġmoder": 15722, + "itics": 15723, + "ĠBeyond": 15724, + "Ġmalware": 15725, + "Ġmythology": 15726, + "xx": 15727, + "ĠInstitution": 15728, + "Ġultraviolet": 15729, + "ĠRule": 15730, + "Ġplots": 15731, + "Ġstimulating": 15732, + "ĠNam": 15733, + "iatry": 15734, + "ÙĨ": 15735, + "ĠRio": 15736, + "Related": 15737, + "ĠFif": 15738, + "Phot": 15739, + "amiliar": 15740, + "Ġthrowing": 15741, + "aden": 15742, + "arted": 15743, + "pine": 15744, + "rone": 15745, + "Ġenglish": 15746, + "Ġrisky": 15747, + "Professor": 15748, + "ĠCC": 15749, + "Ġtouched": 15750, + "Ġemphasizes": 15751, + "Ġneurop": 15752, + "Ġrotating": 15753, + "Ġbodily": 15754, + "eur": 15755, + "link": 15756, + "cephal": 15757, + "Ġsovereignty": 15758, + "Ġcaves": 15759, + "ĠSE": 15760, + "Ġsealed": 15761, + "Ġcorrupt": 15762, + "ĠCommunist": 15763, + "stud": 15764, + "Ġenforce": 15765, + "Ġscroll": 15766, + "Ġinstrumental": 15767, + "ĠTaiwan": 15768, + "Ġsubjective": 15769, + "Ġshaping": 15770, + "Ġexcitement": 15771, + "because": 15772, + "lywood": 15773, + "Ġdesires": 15774, + "Ġvalves": 15775, + "Ġcoordinated": 15776, + "ĠSudan": 15777, + "ĠIsaac": 15778, + "Ġna": 15779, + "Ġfitting": 15780, + "Ġmistaken": 15781, + "bn": 15782, + "keep": 15783, + "Ġseals": 15784, + "Ġdonated": 15785, + "ĠJudaism": 15786, + "Ġdesktop": 15787, + "ĠHPV": 15788, + "hyl": 15789, + "ĠSteve": 15790, + "Ġparagraphs": 15791, + "idency": 15792, + "ogly": 15793, + "Ġcommerce": 15794, + "ĠArticles": 15795, + "ĠGetting": 15796, + "Ġspiral": 15797, + "ĠGate": 15798, + "Ġlabs": 15799, + "Ġspecifications": 15800, + "Ġdemanded": 15801, + "Bre": 15802, + "Ġcollectively": 15803, + "ĠMethods": 15804, + "VI": 15805, + "inh": 15806, + "ilk": 15807, + "ĠTools": 15808, + "Ġrope": 15809, + "Ġconfron": 15810, + "Ġdivorce": 15811, + "WS": 15812, + "ĠOwn": 15813, + "Ġdifferentiate": 15814, + "Ġdividing": 15815, + "ĠKhan": 15816, + "irts": 15817, + "Ġexclusion": 15818, + "Ġcomet": 15819, + "Ġguests": 15820, + "Ġdomains": 15821, + "Ġwrist": 15822, + "aman": 15823, + "Ġfeast": 15824, + "Ġcarriers": 15825, + "Ġrecognizes": 15826, + "ĠPrice": 15827, + "Ġnorthwest": 15828, + "ĠMcG": 15829, + "Ġminorities": 15830, + "ĠProvince": 15831, + "Ġcollision": 15832, + "Ġhoused": 15833, + "Ev": 15834, + "ĠâĨĴ": 15835, + "birth": 15836, + "Ġcum": 15837, + "ĠDatabase": 15838, + "Ġstunning": 15839, + "Ġrains": 15840, + "Ġreflux": 15841, + "ĠMarshall": 15842, + "ĠBaptist": 15843, + "ĠBos": 15844, + "inded": 15845, + "Ġstrive": 15846, + "Cho": 15847, + "Ġmorality": 15848, + "ĠLaure": 15849, + "ĠAlberta": 15850, + "Ġnicotine": 15851, + "cium": 15852, + "ĠTut": 15853, + "Ġelimination": 15854, + "ported": 15855, + "Ġenjoying": 15856, + "Ġyogurt": 15857, + "Ġdetecting": 15858, + "umble": 15859, + "Ġresin": 15860, + "Ġheroes": 15861, + "fly": 15862, + "jects": 15863, + "Ġinstantly": 15864, + "-im": 15865, + "Inf": 15866, + "Ġquarters": 15867, + "ĠSolomon": 15868, + "Ġholistic": 15869, + "ayan": 15870, + "Ġconserve": 15871, + "ĠDoctor": 15872, + "Ġdeposit": 15873, + "ĠMotor": 15874, + "aryn": 15875, + "ĠUSB": 15876, + "Ġpronoun": 15877, + "imation": 15878, + "Prov": 15879, + "ĠAmb": 15880, + "ĠNOAA": 15881, + "Ġcake": 15882, + "ĠPharm": 15883, + "braska": 15884, + "ĠBelgium": 15885, + "Ġinstability": 15886, + "Ask": 15887, + "ĠAcademic": 15888, + "ĠGa": 15889, + "Ġprost": 15890, + "ĠDh": 15891, + "Ġplum": 15892, + "Ess": 15893, + "bably": 15894, + "Ġstating": 15895, + "teg": 15896, + "iasm": 15897, + "ĠPic": 15898, + "lected": 15899, + "Ġwondered": 15900, + "nish": 15901, + "Ġaph": 15902, + "ĠZoo": 15903, + "sonian": 15904, + "Ġadjustment": 15905, + "Ġfractions": 15906, + "Ġrecreation": 15907, + "ĠPul": 15908, + "Ġbuttons": 15909, + "Ġsomebody": 15910, + "Ġopposing": 15911, + "ĠVeget": 15912, + "Ġcongress": 15913, + "fig": 15914, + "idation": 15915, + "Ġinformative": 15916, + "Ġguest": 15917, + "Ġharmon": 15918, + "ĠDeterm": 15919, + "Ġterminology": 15920, + "Ġbackup": 15921, + "Ġenamel": 15922, + "Ġlowered": 15923, + "Ġroutines": 15924, + "Ġcomplaints": 15925, + "GB": 15926, + "nest": 15927, + "isure": 15928, + "Ġchewing": 15929, + "Ġaccompanying": 15930, + "din": 15931, + "ordon": 15932, + "mitt": 15933, + "Ġconverts": 15934, + "Ġmucus": 15935, + "ĠPD": 15936, + "Ġfloors": 15937, + ".htm": 15938, + "ĠAristotle": 15939, + "dis": 15940, + "Ġperme": 15941, + "Ġdetox": 15942, + "Ġgeneric": 15943, + "Ġschooling": 15944, + "viewed": 15945, + "Interest": 15946, + "ĠJob": 15947, + "elsh": 15948, + "Ġmathematic": 15949, + "Ġhitting": 15950, + "Old": 15951, + "Ġmarc": 15952, + "Ġmasters": 15953, + "ogg": 15954, + "Ġcoach": 15955, + "Ġpainter": 15956, + "Ġfocal": 15957, + "icus": 15958, + "ĠClinton": 15959, + "Mult": 15960, + "hind": 15961, + "Ġdefensive": 15962, + "ĠGeological": 15963, + "Great": 15964, + "Ġtu": 15965, + "oda": 15966, + "Ġpolitically": 15967, + "Ġancestor": 15968, + ".I": 15969, + "Ġbacks": 15970, + "ĠEu": 15971, + "Ġseniors": 15972, + "Ġpenalty": 15973, + "Ġfloss": 15974, + "ĠByz": 15975, + "ACT": 15976, + "Ġbicycle": 15977, + "Ġrelied": 15978, + "Ġinvite": 15979, + "Ġmethyl": 15980, + "Definition": 15981, + "ĠYale": 15982, + "Ġconstitutes": 15983, + "Ġthunder": 15984, + "ĠBeth": 15985, + "Ġrevealing": 15986, + "ĠNotes": 15987, + "Ġgraduates": 15988, + "Ġmimic": 15989, + "ĠQueensland": 15990, + "mir": 15991, + "edience": 15992, + "ĠIg": 15993, + "ĠBirth": 15994, + "brate": 15995, + "bey": 15996, + "Ġsisters": 15997, + "Ġdrow": 15998, + "anical": 15999, + "Ġhired": 16000, + "Ġliz": 16001, + "Ġabbrev": 16002, + "Ġpositioned": 16003, + "ĠProvide": 16004, + "Ġhemisphere": 16005, + "ĠPortugal": 16006, + "ĠCongo": 16007, + "Ġdisturbance": 16008, + "pus": 16009, + "Ġmites": 16010, + "White": 16011, + "bourne": 16012, + "norm": 16013, + "ο": 16014, + "ito": 16015, + "ilia": 16016, + "Ġje": 16017, + "â̦â̦": 16018, + "ĠReports": 16019, + "Ġtendon": 16020, + "Ġratios": 16021, + "Micro": 16022, + "Ġliability": 16023, + "Ġaboard": 16024, + "Ġblu": 16025, + "Ġplacebo": 16026, + "Phone": 16027, + "Ġrupt": 16028, + "Ġapt": 16029, + "assed": 16030, + "merce": 16031, + "Ġformulas": 16032, + "Ġengineered": 16033, + "Ġvalidity": 16034, + "ĠCos": 16035, + "ĠThinking": 16036, + "ĠChannel": 16037, + "âĢľThere": 16038, + "ĠTeach": 16039, + "ĠDonald": 16040, + "Ġwand": 16041, + "Ġmang": 16042, + "Ġtrails": 16043, + "-solving": 16044, + "Ġselective": 16045, + "Ġwore": 16046, + "ĠLang": 16047, + "Ġtravelling": 16048, + "ocrine": 16049, + "opoly": 16050, + "Ġworkout": 16051, + "Ġendemic": 16052, + "Ġpropose": 16053, + "Ġprophet": 16054, + "Ġmindset": 16055, + "Ġapost": 16056, + "Ġconverting": 16057, + "Ġmicrobi": 16058, + "ĠCany": 16059, + "Ġnaked": 16060, + "Ġcatar": 16061, + "Ġintersection": 16062, + "Ġadopting": 16063, + "Ġranked": 16064, + "ĠLate": 16065, + "Ġfloat": 16066, + "Ġmulch": 16067, + "Ste": 16068, + "TR": 16069, + "called": 16070, + "Ġinterfaces": 16071, + "Ġgotten": 16072, + "Sch": 16073, + "ĠUg": 16074, + "Ġsunny": 16075, + "Open": 16076, + "Ġlearns": 16077, + "Ġdisplaced": 16078, + "..Ċ": 16079, + "Ġloses": 16080, + "ablish": 16081, + "ĠQuant": 16082, + "ROM": 16083, + "ĠMort": 16084, + "ĠFalls": 16085, + "ĠBec": 16086, + "Ġaccepting": 16087, + "Ġaccumulate": 16088, + "gender": 16089, + "Ġdip": 16090, + "Ġoutward": 16091, + "-comp": 16092, + "Ġdeficiencies": 16093, + "ĠPed": 16094, + "Ġboom": 16095, + "news": 16096, + "ORE": 16097, + "Ġbunch": 16098, + "Ġfence": 16099, + "Ġnod": 16100, + "beat": 16101, + "Ġverses": 16102, + "ĠApplied": 16103, + "Ġmidst": 16104, + "Ġarchitects": 16105, + "Ġprolif": 16106, + "wick": 16107, + "Ġprecurs": 16108, + "Ġprintable": 16109, + "iothe": 16110, + "Ġunstable": 16111, + "Ġcroc": 16112, + "ista": 16113, + "Ġautonomy": 16114, + "Ġcredited": 16115, + "Ġmigrate": 16116, + "Ġceramic": 16117, + "var": 16118, + "Ġtune": 16119, + "Ġdeserve": 16120, + "Ġdisproportion": 16121, + "oscopy": 16122, + "Ġpilots": 16123, + "Ġtheft": 16124, + "aval": 16125, + "scape": 16126, + "Ġtriple": 16127, + "ĠMorgan": 16128, + "worms": 16129, + "lightenment": 16130, + "Ġforum": 16131, + "Ġenhances": 16132, + "Ġprescribe": 16133, + "ĠDanish": 16134, + "Ġpartition": 16135, + "Ġextr": 16136, + "iii": 16137, + "Ġdopamine": 16138, + "ĠCrown": 16139, + "Ġcapita": 16140, + "Ġgravel": 16141, + "Ġparadigm": 16142, + "Treatment": 16143, + "Ùħ": 16144, + "Ġesp": 16145, + "Ġshaft": 16146, + "Ġtraps": 16147, + "ĠOccup": 16148, + "Ġdeclaration": 16149, + "pret": 16150, + "ĠOri": 16151, + "roduced": 16152, + "Ġprints": 16153, + "ĠNeu": 16154, + "Watch": 16155, + "ratory": 16156, + "Ġfiring": 16157, + "Ġtechnically": 16158, + "heads": 16159, + "Ġmesh": 16160, + "ĠSad": 16161, + "Ġyearly": 16162, + "ĠChris": 16163, + "oyd": 16164, + "Ġcurved": 16165, + "ĠRelated": 16166, + "ĠPalestinian": 16167, + "Gs": 16168, + "Ġlandmark": 16169, + "Ġadvancing": 16170, + "Ġpept": 16171, + "Ġconnectivity": 16172, + "osexual": 16173, + "Ġcoli": 16174, + "egrad": 16175, + "Ġresponds": 16176, + "Ġjewelry": 16177, + "cience": 16178, + "Ġmph": 16179, + "illary": 16180, + "Ġreflective": 16181, + "ĠAth": 16182, + "Ġwhereby": 16183, + "Ġwinner": 16184, + "anskrit": 16185, + "pin": 16186, + "Ġserum": 16187, + "Ġdelays": 16188, + "Ġtoothp": 16189, + "ĠSenior": 16190, + "Ġdeposited": 16191, + "-val": 16192, + "arin": 16193, + "olics": 16194, + "Ġpopul": 16195, + "Ġimproper": 16196, + "Ġmonitors": 16197, + "ĠBuff": 16198, + "ĠInj": 16199, + "ĠLev": 16200, + "Ġbrack": 16201, + "Ġjumping": 16202, + "ĠOttoman": 16203, + "Never": 16204, + "Ġadrenal": 16205, + "Ġjudicial": 16206, + "Ġoverlap": 16207, + "Ġcaterpill": 16208, + "MO": 16209, + "ĠEL": 16210, + "ĠThom": 16211, + "ĠProduction": 16212, + "Ġexhibited": 16213, + "ĠAccessed": 16214, + "ĠVienna": 16215, + "inos": 16216, + "abel": 16217, + "Ġarmies": 16218, + "Ġpursuing": 16219, + "ĠTask": 16220, + "dup": 16221, + "outheastern": 16222, + "Ġmainland": 16223, + "ĠBabylon": 16224, + "ffects": 16225, + "Ġcoconut": 16226, + "Ġtsunami": 16227, + "Ġdur": 16228, + "Ġtraject": 16229, + "Consider": 16230, + "Ġclubs": 16231, + "mel": 16232, + "Ġbubble": 16233, + "leading": 16234, + "Ġarchives": 16235, + "Ġconsequently": 16236, + "Additionally": 16237, + "Ġbandwidth": 16238, + "Organ": 16239, + "Ġuncovered": 16240, + "Ġaccelerated": 16241, + "Ġhed": 16242, + ".F": 16243, + "gage": 16244, + "ropract": 16245, + "Ġdrastically": 16246, + "ĠTruth": 16247, + "ðŁ": 16248, + "ĠPun": 16249, + "Ġscler": 16250, + "Ġhelic": 16251, + "Ġharassment": 16252, + "Ġmarsh": 16253, + "erget": 16254, + "ĠBrig": 16255, + "ĠDocument": 16256, + "phy": 16257, + "brush": 16258, + "Ġsunscreen": 16259, + "doi": 16260, + "Ġveterinary": 16261, + "ĠInnovation": 16262, + "raits": 16263, + "ĠGab": 16264, + "Ġgallery": 16265, + "biqu": 16266, + "Ġtin": 16267, + "Ġanth": 16268, + "iper": 16269, + "itations": 16270, + "roads": 16271, + "ĠPel": 16272, + "Ġauditory": 16273, + "ĠAutism": 16274, + "ophyll": 16275, + "Ġpigment": 16276, + "urricanes": 16277, + "Ġyesterday": 16278, + "ĠSARS": 16279, + "Ġsecretary": 16280, + "Ġiconic": 16281, + "Ġcone": 16282, + "Ġblast": 16283, + "Ġmalicious": 16284, + "Ġpancreat": 16285, + "ĠTokyo": 16286, + "adies": 16287, + "-ins": 16288, + "ripp": 16289, + "nex": 16290, + "UC": 16291, + "ĠBull": 16292, + "Ġrif": 16293, + "ĠAustin": 16294, + "ĠDesert": 16295, + "etter": 16296, + "ĠMO": 16297, + "ĠMoney": 16298, + "ĠHubble": 16299, + "Ġproportions": 16300, + ".pdf": 16301, + "Ġulcers": 16302, + "Ġfrogs": 16303, + "|L": 16304, + "Ġcivic": 16305, + "ĠEgg": 16306, + "Ġguilt": 16307, + "Ġrecycle": 16308, + "Ġchambers": 16309, + "Ġcatastrophic": 16310, + "Ġrebellion": 16311, + "voc": 16312, + "oresc": 16313, + "Ġgoverned": 16314, + "Prot": 16315, + "ĠTun": 16316, + "ĠMeasure": 16317, + "SL": 16318, + "Ġell": 16319, + "Ġsuck": 16320, + "ĠEver": 16321, + "riors": 16322, + "vironmental": 16323, + "Ġtrium": 16324, + "inse": 16325, + "ĠActs": 16326, + "Ġhopefully": 16327, + "Ġsiblings": 16328, + "Ġwrap": 16329, + "Ġmatched": 16330, + "Ġoppression": 16331, + "ĠIncreased": 16332, + "Ġconfidential": 16333, + "Ġassisted": 16334, + "ĠQuebec": 16335, + "Ġneurotransmit": 16336, + "Try": 16337, + "urved": 16338, + "Ġbeloved": 16339, + "Ġconvince": 16340, + "Set": 16341, + "ĠIR": 16342, + "ĠHyp": 16343, + "ĠAdvent": 16344, + "ĠTel": 16345, + "roducts": 16346, + "ĠProducts": 16347, + "comm": 16348, + "ĠSide": 16349, + "Ġclause": 16350, + "cler": 16351, + "Ġarchive": 16352, + "Ġcerebral": 16353, + "Ġpunish": 16354, + "isive": 16355, + "Ġexagger": 16356, + "Ġbrave": 16357, + "ĠRoberts": 16358, + "Ġresonance": 16359, + "Ġlandfill": 16360, + "Ġ?Ċ": 16361, + "zi": 16362, + "ĠParent": 16363, + "Ġdropping": 16364, + "utenant": 16365, + "ĠNorwegian": 16366, + "Ġghost": 16367, + "ĠChanges": 16368, + "system": 16369, + "Ġdefinite": 16370, + "Ġcitations": 16371, + "Ġcorresponds": 16372, + ".j": 16373, + "Ġuncont": 16374, + "ĠSimply": 16375, + "Ġcommodity": 16376, + "Ġvisitor": 16377, + "Ġemails": 16378, + "Ġrendered": 16379, + "Ġfog": 16380, + "ĠStop": 16381, + "ĠStrategy": 16382, + "ĠSoon": 16383, + "ĠAfricans": 16384, + "ometers": 16385, + "utrients": 16386, + "Mc": 16387, + "Ġupl": 16388, + "ĠPale": 16389, + "Ġplains": 16390, + "Ġearning": 16391, + "chell": 16392, + "-speed": 16393, + "Ġdiscon": 16394, + "Ġcapitalism": 16395, + "bian": 16396, + "Ġhatch": 16397, + "Ġgamb": 16398, + "etric": 16399, + "ĠCM": 16400, + "Ġcereal": 16401, + "Ġexempl": 16402, + "ĠCovid": 16403, + "Ġcleared": 16404, + "ĠPhoen": 16405, + "ĠMinor": 16406, + "Ġcelebrating": 16407, + "Ġaccumulated": 16408, + "Ġswitches": 16409, + "mination": 16410, + "Ġech": 16411, + "Ġgenerators": 16412, + "Ġnevertheless": 16413, + "Ġvibrant": 16414, + "ĠMichel": 16415, + ".w": 16416, + "ĠOk": 16417, + "Ġpeaks": 16418, + "Ġhanded": 16419, + "Ġidentities": 16420, + "Ġhammer": 16421, + "Ġtelescopes": 16422, + "ĠCanyon": 16423, + "Ġmonkeys": 16424, + "Ġbelonged": 16425, + "Ġrecipient": 16426, + "\";": 16427, + "ĠPent": 16428, + "Ġappealing": 16429, + "Ġdough": 16430, + "gevity": 16431, + "Ġexcerpt": 16432, + "emat": 16433, + "Ġmeasles": 16434, + "Ġcondens": 16435, + "Ġdoubled": 16436, + "ĠPrinciples": 16437, + "Ġrisen": 16438, + "Still": 16439, + "eros": 16440, + "ĠSax": 16441, + "Ġsalvation": 16442, + "Climate": 16443, + "mans": 16444, + "opia": 16445, + "Ġrighteous": 16446, + "Ġkindness": 16447, + "ĠValue": 16448, + "Ġqualify": 16449, + "pot": 16450, + "ĠRivers": 16451, + "Ġexpon": 16452, + "-bit": 16453, + "Ġescal": 16454, + "Ġfollic": 16455, + "ĠMembers": 16456, + "ĠCommonwealth": 16457, + "izziness": 16458, + "Ġseafood": 16459, + "ĠStew": 16460, + "Ġinvestigators": 16461, + "Ġpurchases": 16462, + "Ġcoalition": 16463, + "Ġreinfor": 16464, + "bin": 16465, + "ĠRecord": 16466, + "Ġrelaxed": 16467, + "Ġenerget": 16468, + "ĠBrun": 16469, + "Ma": 16470, + "Att": 16471, + "Ġcuc": 16472, + "Ġantiqu": 16473, + "addle": 16474, + "Ġclarify": 16475, + "ĠSah": 16476, + "open": 16477, + "access": 16478, + "Ġblades": 16479, + "abitat": 16480, + "ĠCleveland": 16481, + "ĠPanel": 16482, + "Ġward": 16483, + "oria": 16484, + "Ġbent": 16485, + "ĠDream": 16486, + "Ġscatter": 16487, + "Ġamid": 16488, + "Ġassuming": 16489, + "ĠIndividuals": 16490, + "Ġokay": 16491, + "FF": 16492, + "Ġmould": 16493, + "Ġerad": 16494, + "Ġwarmth": 16495, + "-date": 16496, + "ĠApplication": 16497, + "Est": 16498, + "IB": 16499, + "bad": 16500, + "Ġhire": 16501, + "Ġanesthesia": 16502, + "azed": 16503, + "Ġib": 16504, + "ader": 16505, + "ĠNE": 16506, + "ĠActive": 16507, + "Ġcelebrations": 16508, + "ĠCauses": 16509, + "ĠCrime": 16510, + "Ġannot": 16511, + "Ġdeclare": 16512, + "Ġpoisonous": 16513, + "Information": 16514, + "Ġeducator": 16515, + "-cost": 16516, + "Ġauthentication": 16517, + "ĠAbs": 16518, + "Ġslopes": 16519, + "Ġcrater": 16520, + "ĠTechnologies": 16521, + "Fr": 16522, + "ectar": 16523, + "Ġsmokers": 16524, + "ĠSA": 16525, + "Ġhered": 16526, + "Ġserial": 16527, + "ĠPublished": 16528, + "ĠSusan": 16529, + "ĠLanka": 16530, + "Ġtheater": 16531, + "Ġtoe": 16532, + "ewable": 16533, + "Ġimports": 16534, + "ĠDelaware": 16535, + "Ġticks": 16536, + "Ġprovincial": 16537, + "ixon": 16538, + "Ġequator": 16539, + "ĠOverall": 16540, + "Ġintentions": 16541, + "ĠPhilosophy": 16542, + "-four": 16543, + "Ġalkaline": 16544, + "ĠMobile": 16545, + "ĠWaste": 16546, + "Ġpolicym": 16547, + "di": 16548, + "Ġrelying": 16549, + "forms": 16550, + "ospace": 16551, + "ĠUpon": 16552, + "Ġrefugee": 16553, + "ĠCollabor": 16554, + "Cent": 16555, + "Ġtheatre": 16556, + "ĠNag": 16557, + "Ġsignaling": 16558, + "ĠTu": 16559, + "rimp": 16560, + "ĠEngineers": 16561, + "Ġvinegar": 16562, + "ĠBart": 16563, + "ortium": 16564, + "Ġredd": 16565, + "Ġmentions": 16566, + "Ġrabbits": 16567, + "Ġneat": 16568, + "Ġreferen": 16569, + "Examples": 16570, + "ĠEverything": 16571, + "Ġwavelengths": 16572, + "ĠCrow": 16573, + "Ġaddict": 16574, + "Ġcoil": 16575, + "Ġstretched": 16576, + "Ġneighbour": 16577, + "PH": 16578, + "Ġsemester": 16579, + "Ġreinforced": 16580, + "Ġfake": 16581, + "Ġservants": 16582, + "ĠRailroad": 16583, + "-ne": 16584, + "ĠSent": 16585, + "Ġshrub": 16586, + "ĠCON": 16587, + "ĠDer": 16588, + "Ġtimeline": 16589, + "Ġsprink": 16590, + "Ġantenna": 16591, + "Ġthreaten": 16592, + "Ġfluctuations": 16593, + "ĠAnswer": 16594, + "Ġfrontier": 16595, + "Ġmagazines": 16596, + "ĠTransportation": 16597, + "Ġinheritance": 16598, + "edication": 16599, + "Ġdrones": 16600, + "acre": 16601, + "-bre": 16602, + "itudinal": 16603, + "Ġtestimony": 16604, + "Ġundergoing": 16605, + "Ġorganised": 16606, + "ĠCaesar": 16607, + "Ġheel": 16608, + "Ġrecession": 16609, + "coholic": 16610, + "Ġhormonal": 16611, + "Ġinhabited": 16612, + "orthy": 16613, + "Ġgeology": 16614, + "Ġutilization": 16615, + "Ġflew": 16616, + "Ġwedding": 16617, + "Ġmagnificent": 16618, + "ĠSaudi": 16619, + "note": 16620, + "Ġassim": 16621, + "Ġaccessing": 16622, + "Ġlogs": 16623, + "Ġdiscovering": 16624, + "Ġincon": 16625, + "Ġpatience": 16626, + "Ġfrustration": 16627, + "sim": 16628, + "Ġbor": 16629, + "Ġpredisp": 16630, + "ĠHarbor": 16631, + "Ġpassionate": 16632, + "Ġdisplacement": 16633, + "|D": 16634, + "ertation": 16635, + "Ġactivate": 16636, + "Ġairborne": 16637, + "Ġswollen": 16638, + "iracy": 16639, + "Ġcollaborate": 16640, + "bot": 16641, + "ĠUl": 16642, + "Ġattendance": 16643, + "ographer": 16644, + "Ġtrop": 16645, + "orting": 16646, + "Ġadditionally": 16647, + "ĠAtmosp": 16648, + "Ġsyntax": 16649, + "?\"Ċ": 16650, + "aire": 16651, + "ĠSeven": 16652, + "Ġoptimum": 16653, + "ĠLikewise": 16654, + "ĠLaur": 16655, + "ceedings": 16656, + "Ġgrief": 16657, + "ĠPerformance": 16658, + "Ġnursery": 16659, + "Ġarchaeologists": 16660, + "fold": 16661, + "ju": 16662, + "Ġproportional": 16663, + "Ġsinus": 16664, + "ĠIssues": 16665, + "vable": 16666, + "Ġhook": 16667, + "ĠHurricane": 16668, + "prot": 16669, + "Ġdetector": 16670, + "Ġscholarly": 16671, + "Ġcontagious": 16672, + "Ġexposures": 16673, + "ĠZion": 16674, + "Ġhypoth": 16675, + "itous": 16676, + "Ġrape": 16677, + "ĠVR": 16678, + "Ġminers": 16679, + "Ġbuses": 16680, + "ĠResponse": 16681, + "International": 16682, + "Ġlava": 16683, + "scient": 16684, + "Ġsubsidies": 16685, + "eta": 16686, + "Ġupright": 16687, + "Ġreasonably": 16688, + "Ġshrink": 16689, + "ountain": 16690, + "ographies": 16691, + "Ġpressed": 16692, + "Ġmargins": 16693, + "fin": 16694, + "Ġethnicity": 16695, + "Commun": 16696, + "Natural": 16697, + "acking": 16698, + "Ġideology": 16699, + "Ġundoubtedly": 16700, + "ĠSurgery": 16701, + "Ġconceived": 16702, + "Ġsketch": 16703, + "ĠRidge": 16704, + "Ġeyel": 16705, + "Ġcommanded": 16706, + "Ġseismic": 16707, + "pur": 16708, + "Ġbacked": 16709, + "Ġhectares": 16710, + "isers": 16711, + "ĠPhill": 16712, + "Ġdigits": 16713, + "cellular": 16714, + "Ġsticky": 16715, + "Ġdisturbed": 16716, + "pop": 16717, + "Ġiodine": 16718, + "Ġhydroc": 16719, + "patient": 16720, + "à¥į": 16721, + "Ġneglected": 16722, + "Ġlacks": 16723, + "Ġbiologists": 16724, + "Ġpsychologists": 16725, + "ĠColombia": 16726, + "Ġtransm": 16727, + "ĠPlat": 16728, + "ĠBlog": 16729, + "ĠLetters": 16730, + "Ġrolled": 16731, + "Ġbamboo": 16732, + "pless": 16733, + "-person": 16734, + "INE": 16735, + "Ġnar": 16736, + "Ġwaist": 16737, + "ĠHudson": 16738, + "Ġtheology": 16739, + "ilm": 16740, + "Ġdigging": 16741, + "Ġsalts": 16742, + "Ġviolation": 16743, + "Ġautomobile": 16744, + "abbage": 16745, + "Ġexploit": 16746, + "idepress": 16747, + "Meanwhile": 16748, + "Global": 16749, + "ĠCas": 16750, + "Ġincomp": 16751, + "ieve": 16752, + "Ġcreator": 16753, + "Ġstretches": 16754, + "Ġskeleton": 16755, + "Ġcomplementary": 16756, + "ĠNebraska": 16757, + "Ġweaker": 16758, + "Ġannouncement": 16759, + "Ġlions": 16760, + "Ġpays": 16761, + "ĠSpeech": 16762, + "Ġhemorrh": 16763, + "ĠEcology": 16764, + "ountry": 16765, + "Ġinterpretations": 16766, + "Ġunpredict": 16767, + "ĠNazis": 16768, + "tees": 16769, + "Ġtranslates": 16770, + "ĠNorman": 16771, + "ingle": 16772, + "Ġbelieving": 16773, + "erald": 16774, + "asi": 16775, + "ĠHD": 16776, + "ribing": 16777, + "Ġtricky": 16778, + "Look": 16779, + "Ġmills": 16780, + "ĠPages": 16781, + "Ġrefine": 16782, + "Ġfaithful": 16783, + "ĠSave": 16784, + "ĠRow": 16785, + "Ġamendment": 16786, + "often": 16787, + "Ġfiref": 16788, + "Ġnewsletter": 16789, + "Ġobserver": 16790, + "asury": 16791, + "oba": 16792, + "Ġintegrating": 16793, + "ĠGlass": 16794, + "Ġhackers": 16795, + "ĠHills": 16796, + "Ġnationally": 16797, + "Ġdialog": 16798, + "Ġtradem": 16799, + "DNA": 16800, + "law": 16801, + "Ġpork": 16802, + "Ġdownstream": 16803, + "ĠOrange": 16804, + "Ġthirst": 16805, + "ĠSky": 16806, + "Ġgenius": 16807, + "Ġdonation": 16808, + "Ġharmless": 16809, + "Ġsized": 16810, + "Ġwastes": 16811, + "ĠNAT": 16812, + "ĠNicholas": 16813, + "ados": 16814, + "ĠGeography": 16815, + "Ġhostile": 16816, + "Ġbathroom": 16817, + "Ġenthusiasm": 16818, + "ĠFestival": 16819, + "enezuel": 16820, + "owers": 16821, + "ĠCel": 16822, + "Ġbarrel": 16823, + "Within": 16824, + "Ġeducating": 16825, + "prints": 16826, + "ĠDefinition": 16827, + "Ġportfolio": 16828, + "HR": 16829, + "iti": 16830, + "ĠKash": 16831, + "yroidism": 16832, + "ben": 16833, + "Ġstarch": 16834, + "ĠER": 16835, + "lexia": 16836, + ">Ċ": 16837, + "ĠPick": 16838, + "Ġboot": 16839, + "Ġclever": 16840, + "Ġthreads": 16841, + "Ġconstellation": 16842, + "Ġecho": 16843, + "ĠAnna": 16844, + "icrobial": 16845, + "Ġpupil": 16846, + "Ġinhibit": 16847, + "July": 16848, + "sur": 16849, + "Ġcomprise": 16850, + "Ġunch": 16851, + "Ġinterc": 16852, + "-rel": 16853, + "ĠMaya": 16854, + "Ġspinning": 16855, + "'.Ċ": 16856, + "ĠBear": 16857, + "emon": 16858, + "Ġsof": 16859, + "ĠStore": 16860, + "overty": 16861, + "ĠCanadians": 16862, + "ouver": 16863, + "Ġdug": 16864, + "Ġlone": 16865, + "Ġduplic": 16866, + "ĠVarious": 16867, + "ĠStrong": 16868, + "South": 16869, + "amon": 16870, + "ĠStay": 16871, + "blem": 16872, + "Ġendurance": 16873, + "Ġinspiring": 16874, + "hill": 16875, + "ĠTrees": 16876, + "ĠWorksheets": 16877, + "Brit": 16878, + "Ġcad": 16879, + "ĠLith": 16880, + "Ġamend": 16881, + "Ġunderstands": 16882, + "ĠZone": 16883, + "ITY": 16884, + "-Co": 16885, + "Ġpleased": 16886, + "ĠBaby": 16887, + "Ġcongestion": 16888, + "Ġmoss": 16889, + "ĠRat": 16890, + "és": 16891, + "Ġkiller": 16892, + "Studies": 16893, + "ean": 16894, + "Ġsalad": 16895, + "essori": 16896, + "Ġgraders": 16897, + "ĠIssue": 16898, + "ĠUT": 16899, + "Ġteasp": 16900, + "Ġcaut": 16901, + "Ġstereotypes": 16902, + "Ġeighth": 16903, + "ĠCBD": 16904, + "people": 16905, + "Ġhighlighting": 16906, + "ĠWalker": 16907, + "IX": 16908, + "yg": 16909, + "heim": 16910, + "ĠCrus": 16911, + "Ġantiv": 16912, + "án": 16913, + "ĠArchitecture": 16914, + "/P": 16915, + "Ġspores": 16916, + "ĠVice": 16917, + "Ġpie": 16918, + "âĢľIf": 16919, + "ĠAssociate": 16920, + "Ġarsenic": 16921, + "Ġhonour": 16922, + "Ġlegislature": 16923, + "Ġprayers": 16924, + "Furthermore": 16925, + "ĠAlfred": 16926, + "Ġcongen": 16927, + "portant": 16928, + "Ġfortune": 16929, + "ochemistry": 16930, + "ĠGender": 16931, + "ottom": 16932, + "Ġsmartphones": 16933, + "Ġsurrender": 16934, + "mn": 16935, + "yed": 16936, + "Ġune": 16937, + "Ġmeta": 16938, + "Ġphysiology": 16939, + "ĠAssistant": 16940, + "ĠPuerto": 16941, + "North": 16942, + "ĠACT": 16943, + "aca": 16944, + "Ġaffection": 16945, + "Ġclinics": 16946, + "atitis": 16947, + "Ġbishop": 16948, + "amer": 16949, + "Ġchi": 16950, + "ĠStyle": 16951, + "Ġunderway": 16952, + "Ġpumping": 16953, + "ĠGandhi": 16954, + "aphyl": 16955, + "Ġstudio": 16956, + "Ġgrate": 16957, + "omics": 16958, + "ĠPTSD": 16959, + "-size": 16960, + "Ġurged": 16961, + "Ġoxidation": 16962, + "Ġintricate": 16963, + "Ġubiqu": 16964, + "ĠABC": 16965, + "Ġaston": 16966, + "ĠHarris": 16967, + "Ġdecorative": 16968, + "icularly": 16969, + "Ġsovereign": 16970, + "August": 16971, + "Ġsaves": 16972, + "uling": 16973, + "anting": 16974, + "Ġsolids": 16975, + "Ġdrove": 16976, + "Ġhex": 16977, + "ainted": 16978, + "Ġmanually": 16979, + "Ġchloride": 16980, + "Elect": 16981, + "merica": 16982, + "unded": 16983, + "ĠPlate": 16984, + "ĠHamps": 16985, + "Ġearnings": 16986, + "Ġ||": 16987, + "arus": 16988, + "eworks": 16989, + "ĠISO": 16990, + "Ġcommentary": 16991, + "ĠSalmon": 16992, + "Ġpins": 16993, + "uras": 16994, + "although": 16995, + "Ġtailored": 16996, + "Contin": 16997, + "Ġpuzzles": 16998, + "zema": 16999, + "Ġgates": 17000, + "rawn": 17001, + "ĠFeed": 17002, + "Ġmonks": 17003, + "Ġmaths": 17004, + "ĠApart": 17005, + "ylum": 17006, + "Ġdeclines": 17007, + "/she": 17008, + "ĠGreater": 17009, + "andal": 17010, + "Ġtraders": 17011, + "Ġaggregate": 17012, + "ä¸": 17013, + "Ġstigma": 17014, + "ritical": 17015, + "Ġmerchant": 17016, + "Ġdeliberately": 17017, + "Ġpars": 17018, + "ports": 17019, + "ĠRegister": 17020, + "species": 17021, + "Ġtiger": 17022, + "Ġmultiplication": 17023, + "plement": 17024, + "Ġbuil": 17025, + "ĠConstruction": 17026, + "nuts": 17027, + "ú": 17028, + "Ġoutlets": 17029, + "ilem": 17030, + "iberia": 17031, + "Ġdinosaur": 17032, + "ĠRespons": 17033, + "days": 17034, + "rican": 17035, + "ociated": 17036, + "Ġdemol": 17037, + "Ġeu": 17038, + "Ġgaming": 17039, + "ĠBuck": 17040, + "Ġclearing": 17041, + "ĠInflu": 17042, + "-mile": 17043, + "Ġarriving": 17044, + "Ġunsafe": 17045, + "Ġreminds": 17046, + "Ġcabin": 17047, + "Ġindirectly": 17048, + "ĠHampshire": 17049, + "Ġbass": 17050, + "agic": 17051, + "Ġenacted": 17052, + "Ġammonia": 17053, + "Ġserotonin": 17054, + "Ġphysicist": 17055, + "Follow": 17056, + "Ġamerican": 17057, + "Ġunaware": 17058, + "ĠOfficer": 17059, + "ĠPier": 17060, + "ĠNum": 17061, + "Ġbalancing": 17062, + "Ġfetus": 17063, + "Ġbubbles": 17064, + "Ãł": 17065, + "orp": 17066, + "ivism": 17067, + "âĢĶin": 17068, + "Ġtranslations": 17069, + "mi": 17070, + "ĠSay": 17071, + "ipes": 17072, + "Ġgenerous": 17073, + "Ġdominate": 17074, + "ĠPhotos": 17075, + "ateur": 17076, + "Ġopponents": 17077, + "Donald": 17078, + "Ġenclosed": 17079, + "Ġscalp": 17080, + "Ġmushrooms": 17081, + "October": 17082, + "Ġimply": 17083, + "ovirus": 17084, + "ounters": 17085, + "Ġroofs": 17086, + "|M": 17087, + "China": 17088, + "Ġphilosophers": 17089, + "ĠDynasty": 17090, + "Ġapparatus": 17091, + "ti": 17092, + "ĠRab": 17093, + "Ġsigning": 17094, + "Ġpersuasive": 17095, + "Ġsubd": 17096, + "cycle": 17097, + "Ġpioneer": 17098, + "Ġsauce": 17099, + "Ġgon": 17100, + "ĠJosh": 17101, + "ĠKer": 17102, + "ĠContinue": 17103, + "Ġ____": 17104, + "Ġcorrelated": 17105, + "Google": 17106, + "Ġpractitioner": 17107, + "Ġbipolar": 17108, + "Di": 17109, + "ĠBMI": 17110, + "ĠPlato": 17111, + "Ġwonders": 17112, + "Ġrejection": 17113, + "Ġundertake": 17114, + "Ġtoss": 17115, + "ĠPrad": 17116, + "usable": 17117, + "ĠBirds": 17118, + "Ġcarrots": 17119, + "/n": 17120, + "Ġcage": 17121, + "Ġdull": 17122, + "search": 17123, + "amy": 17124, + "essive": 17125, + "ĠImagine": 17126, + "(b": 17127, + "wer": 17128, + "Ġcents": 17129, + "Ġpave": 17130, + "ĠOral": 17131, + "ĠMayo": 17132, + "-aut": 17133, + "Ġbiologist": 17134, + "Ġensl": 17135, + "Ġcapturing": 17136, + "Ġintriguing": 17137, + "January": 17138, + "Ġintuitive": 17139, + "Ġcens": 17140, + "ĠMike": 17141, + "ĠBatt": 17142, + "hu": 17143, + "ãĤ": 17144, + "ĠHep": 17145, + "Ġmarble": 17146, + "Ġsupervis": 17147, + "United": 17148, + "Ġvenom": 17149, + "oqu": 17150, + "Ġgenocide": 17151, + "ĠArc": 17152, + "ĠConsumer": 17153, + "Ġorbital": 17154, + "Currently": 17155, + "Ġdisputes": 17156, + "ucc": 17157, + "loor": 17158, + "Ġbrightness": 17159, + "abus": 17160, + "ĠJohns": 17161, + "Ġacademics": 17162, + "Ġincentive": 17163, + "Ġfict": 17164, + "Ġanterior": 17165, + "ĠFlight": 17166, + "Ġvisualization": 17167, + "Ġwetland": 17168, + "Ġresembles": 17169, + "Ġexh": 17170, + "Ġcorrid": 17171, + "Ġbenign": 17172, + "ĠAllied": 17173, + "Ġannoy": 17174, + "ĠScripture": 17175, + "Ġrepairs": 17176, + "Ġdownward": 17177, + "working": 17178, + "osaic": 17179, + "Ġoutlook": 17180, + "ĠCritical": 17181, + "Ġprejudice": 17182, + "(c": 17183, + "Ġpads": 17184, + "Ġecc": 17185, + "Ġincomes": 17186, + "Ġramp": 17187, + "Ġactivist": 17188, + "Ġintroduct": 17189, + "Govern": 17190, + "Ġenlarged": 17191, + "Ġtoddlers": 17192, + "estial": 17193, + "Ġunh": 17194, + "Ġpropaganda": 17195, + "Incre": 17196, + "Oh": 17197, + "Ġgospel": 17198, + "oluble": 17199, + "ĠMason": 17200, + "ERT": 17201, + "Ġsandy": 17202, + "Ġdisturbances": 17203, + "La": 17204, + "Ġphotosynthesis": 17205, + "Ġpdf": 17206, + "Ġkits": 17207, + "ĠFlood": 17208, + "Ġunfair": 17209, + "Ġrevenues": 17210, + "requency": 17211, + "Ġcapsule": 17212, + "Ġpains": 17213, + "Ġphyt": 17214, + "âĢĶthat": 17215, + "-speaking": 17216, + "Ġsumm": 17217, + "Ġepilepsy": 17218, + "Ġoptimize": 17219, + "Ġvaginal": 17220, + "atra": 17221, + "aple": 17222, + "ĠAreas": 17223, + "ĠImportant": 17224, + "ĠAnthony": 17225, + "Ġhipp": 17226, + "ĠBry": 17227, + "Think": 17228, + "Ġenterprises": 17229, + "Ġinnocent": 17230, + "ĠThanksgiving": 17231, + "iably": 17232, + "agg": 17233, + "Ġintroductory": 17234, + "Ġperformances": 17235, + "Ġyoungest": 17236, + "Ġeclipse": 17237, + "tw": 17238, + "ĠCris": 17239, + "ĠHorn": 17240, + "Ġopponent": 17241, + "Ġderive": 17242, + "Stand": 17243, + "Ġfortun": 17244, + "ĠBY": 17245, + "ĠAdapt": 17246, + "Ġattacking": 17247, + "ĠTraditional": 17248, + "Ġdisparities": 17249, + "ãĢ": 17250, + "arious": 17251, + "intend": 17252, + "Ġfluorescent": 17253, + "Ġsupermark": 17254, + "Ġbanana": 17255, + "Ġoriented": 17256, + "Four": 17257, + "Ġoccupy": 17258, + "araoh": 17259, + "Ġelectrodes": 17260, + "Ġsoluble": 17261, + "Ġelbow": 17262, + "Ġairplane": 17263, + "ighed": 17264, + "ĠAlice": 17265, + "Ġculturally": 17266, + "ourses": 17267, + "Ġinstitute": 17268, + "ĠRemove": 17269, + "ĠIllust": 17270, + "Ġlime": 17271, + "ulu": 17272, + "ithmetic": 17273, + "IVE": 17274, + "Ġguiding": 17275, + "Ġcatching": 17276, + "Article": 17277, + "Ġmour": 17278, + "seen": 17279, + "Ġquicker": 17280, + "Additional": 17281, + "ĠBreast": 17282, + "Ġembryo": 17283, + "ĠLeban": 17284, + "ĠPitts": 17285, + "rill": 17286, + "ĠMine": 17287, + "ĠWelsh": 17288, + "Ġyours": 17289, + "Ġregression": 17290, + "Ġhypot": 17291, + "ĠTerritory": 17292, + "Ġdroplets": 17293, + "ĠEX": 17294, + "Ġintolerance": 17295, + "Ġorph": 17296, + "Ġ($": 17297, + "ĠEld": 17298, + "Ġleap": 17299, + "clamation": 17300, + "Ġaccountable": 17301, + "Ġethn": 17302, + "Ġmercy": 17303, + "Ġorbits": 17304, + "-energy": 17305, + "ĠPhase": 17306, + "ĠDetroit": 17307, + "grass": 17308, + "Ġpills": 17309, + "Introduction": 17310, + "Ġgratitude": 17311, + "rer": 17312, + "ĠCover": 17313, + "ĠMade": 17314, + "Ġproves": 17315, + "Ġanalytics": 17316, + "ĠOtherwise": 17317, + "Ġcomparisons": 17318, + "ĠAtlanta": 17319, + "Vitamin": 17320, + "incess": 17321, + "Ġfame": 17322, + "Ġlamps": 17323, + "plates": 17324, + "Ġimagined": 17325, + "ĠFlorence": 17326, + "Ġtours": 17327, + "lycer": 17328, + "Ġheights": 17329, + "ĠJenn": 17330, + "Ġmaneu": 17331, + "ieg": 17332, + "Ġfeared": 17333, + "Ġresearched": 17334, + "Ġtherapists": 17335, + "aluable": 17336, + "Ġconvinc": 17337, + "Ġfetal": 17338, + "Ġadhere": 17339, + "Ġrobotics": 17340, + "Pol": 17341, + "pox": 17342, + "²": 17343, + "Ġenjoyable": 17344, + "Ġtrafficking": 17345, + "))": 17346, + "Ġspike": 17347, + "Ġracing": 17348, + "Without": 17349, + "ĠMilky": 17350, + "nas": 17351, + "Ġmars": 17352, + "Ġcabinet": 17353, + "Ġleisure": 17354, + "ĠEarl": 17355, + "Looking": 17356, + "othic": 17357, + "shine": 17358, + "Ġculp": 17359, + "Ġmonastery": 17360, + "-j": 17361, + "-growing": 17362, + "ĠSummary": 17363, + "Ġconquered": 17364, + "-born": 17365, + "Ġprofessors": 17366, + "ĠCreating": 17367, + "cards": 17368, + "ozo": 17369, + "Ġbloss": 17370, + "Ġmalnutrition": 17371, + "Ġunfamiliar": 17372, + "Ġpublisher": 17373, + "Ġsearches": 17374, + "-week": 17375, + "Ġbuildup": 17376, + "two": 17377, + "Ġinaug": 17378, + "ocular": 17379, + "Ġadditives": 17380, + "Ġwaterways": 17381, + "rading": 17382, + "Ġbrake": 17383, + "Ġcalculating": 17384, + "Ġblogs": 17385, + "Ġpir": 17386, + "Ġalliance": 17387, + "ovol": 17388, + "Ġdecides": 17389, + "Ġvoyage": 17390, + "Ġalloy": 17391, + "Ġdonors": 17392, + "Ġovarian": 17393, + "Ġcompensate": 17394, + "ÃĤ": 17395, + "ĠGray": 17396, + "Ġhumor": 17397, + "ĠScientist": 17398, + "ĠPCB": 17399, + "Ġencompasses": 17400, + "/M": 17401, + "Ġdele": 17402, + "Ġacoustic": 17403, + "Ġvisibility": 17404, + "Ġreptiles": 17405, + "Ġbid": 17406, + "ĠGIS": 17407, + "entials": 17408, + "ĠEgyptians": 17409, + "Ġnm": 17410, + "verb": 17411, + "Ġflip": 17412, + "ĠGoals": 17413, + "ĠPediatrics": 17414, + "Air": 17415, + "Ġposterior": 17416, + "Ġcortisol": 17417, + "Ġpenetrate": 17418, + "Ġmetallic": 17419, + "ĠJohann": 17420, + "Ġsurplus": 17421, + "Ġservant": 17422, + "Ġengra": 17423, + "Ġcrushed": 17424, + "Ġassumes": 17425, + "ĠNegro": 17426, + "ĠFaith": 17427, + "ĠCognitive": 17428, + "ĠFra": 17429, + "Ġprobable": 17430, + "ĠMadison": 17431, + "Search": 17432, + "river": 17433, + "Ġoutlet": 17434, + "Ġprojection": 17435, + "Ġoneself": 17436, + "Ġarbitrary": 17437, + "Ġpersecution": 17438, + "Ġtennis": 17439, + "Ġmanages": 17440, + "ĠChand": 17441, + "cession": 17442, + "Ġlocals": 17443, + "nsic": 17444, + "Ġintrinsic": 17445, + "ogeneous": 17446, + "-led": 17447, + "mg": 17448, + "Ġevenly": 17449, + "ancouver": 17450, + "Ġoverwhelmed": 17451, + ".f": 17452, + "ĠDent": 17453, + "Ġmening": 17454, + "Ġlovely": 17455, + "Ġaeros": 17456, + "Ġabolition": 17457, + "Ġtuberculosis": 17458, + "-pl": 17459, + "Access": 17460, + "chest": 17461, + "Ġreply": 17462, + "Ġgeometric": 17463, + "ĠElectronic": 17464, + "Ġdaylight": 17465, + "kit": 17466, + "umen": 17467, + "ĠWH": 17468, + "CDC": 17469, + "ĠLiberty": 17470, + "TE": 17471, + "eks": 17472, + "odied": 17473, + "ĠMt": 17474, + "osable": 17475, + "ĠRecovery": 17476, + "ĠSmithsonian": 17477, + "Ġnu": 17478, + "Ġnectar": 17479, + "Ġcentr": 17480, + "Arch": 17481, + "Ġtriumph": 17482, + "Ġbricks": 17483, + "riad": 17484, + "Ġsubtract": 17485, + "ĠCornell": 17486, + ".G": 17487, + "pent": 17488, + "Ġjustified": 17489, + "Ġdrone": 17490, + "ĠMonitoring": 17491, + "lavery": 17492, + "Ġgrandfather": 17493, + "Ġcorporation": 17494, + "Ġpyramid": 17495, + "PI": 17496, + "eltic": 17497, + "ĠCampbell": 17498, + "ocard": 17499, + "ĠThor": 17500, + "aceae": 17501, + "Ġnowadays": 17502, + "Ġprofitable": 17503, + "-ca": 17504, + "hyth": 17505, + "Ġversatile": 17506, + "Ġpersonalized": 17507, + "Ġexpenditure": 17508, + "Ġalarming": 17509, + "Ġjunk": 17510, + "Ġoverload": 17511, + "ĠContents": 17512, + "Ġcoughing": 17513, + "ĠVermont": 17514, + "ĠCathedral": 17515, + "made": 17516, + "Ġbeads": 17517, + "ĠFL": 17518, + "OH": 17519, + "Ġincoming": 17520, + "Ġairway": 17521, + "ĠArtificial": 17522, + "Throughout": 17523, + "ĠSize": 17524, + "uccessful": 17525, + "ĠAntonio": 17526, + "iates": 17527, + "Ġsulph": 17528, + "Ġpoets": 17529, + "awning": 17530, + "Ġinevitably": 17531, + "Ġtidal": 17532, + "ĠMB": 17533, + "Ġcanvas": 17534, + "Ġviolations": 17535, + "atto": 17536, + "Ġvest": 17537, + "swers": 17538, + "FR": 17539, + "Ġmonoxide": 17540, + "eek": 17541, + "Ġembark": 17542, + "Ġpreceding": 17543, + "Ġbeverage": 17544, + "Ġbeams": 17545, + "Ġswallowing": 17546, + "beth": 17547, + "oval": 17548, + "oxy": 17549, + "ĠEmploy": 17550, + "Ġdegeneration": 17551, + "à¥įà¤": 17552, + "gate": 17553, + "around": 17554, + "otted": 17555, + "ĠNapoleon": 17556, + "Ġideals": 17557, + "Ġgraduated": 17558, + "Ġbrit": 17559, + "Ġgrip": 17560, + "ĠLE": 17561, + "ÙĪ": 17562, + "icism": 17563, + "aurus": 17564, + "ĠMorris": 17565, + "Ġloyalty": 17566, + "edy": 17567, + "ĠPle": 17568, + "Ġlever": 17569, + "breaking": 17570, + "Ġappreciated": 17571, + "Ġrestriction": 17572, + "âĹ": 17573, + "Ġtiles": 17574, + "Ġcognition": 17575, + "Ġexempt": 17576, + "Ġtextile": 17577, + "Ġracist": 17578, + "Ġpockets": 17579, + "urpose": 17580, + "child": 17581, + "Ġsecrets": 17582, + "Ġglad": 17583, + "Ġvibration": 17584, + "ĠPlains": 17585, + "ĠRoom": 17586, + "Ġrepetition": 17587, + "WHO": 17588, + "Ġsnee": 17589, + "omorph": 17590, + "ĠSugar": 17591, + "Ġsupplementation": 17592, + "Much": 17593, + "owl": 17594, + "Ġvegg": 17595, + "ĠProgress": 17596, + "Ġimplicit": 17597, + "ĠAPI": 17598, + "ĠOpportun": 17599, + "Ġstainless": 17600, + "Ġrenov": 17601, + "terns": 17602, + "Ġrestoring": 17603, + "Ġfauna": 17604, + "Ġcirculating": 17605, + "Ġdiminished": 17606, + "HG": 17607, + "ÃĹ": 17608, + "Answer": 17609, + "Ġspinach": 17610, + "NAs": 17611, + "iliary": 17612, + "Ġleaks": 17613, + "Ġinstructors": 17614, + "Ġrabbit": 17615, + "enc": 17616, + "ĠDA": 17617, + "Ġphil": 17618, + "Ġdominance": 17619, + "David": 17620, + "NR": 17621, + "utt": 17622, + "ĠNit": 17623, + "Ġlearnt": 17624, + "Ġmultitude": 17625, + "Ġvolatile": 17626, + "Ġ±": 17627, + "ĠAtlas": 17628, + "erred": 17629, + "ĠShah": 17630, + "Ġlatitude": 17631, + "Ġremembering": 17632, + "Ġdataset": 17633, + "chem": 17634, + "ĠMatt": 17635, + "Ġpoorer": 17636, + "ĠCatholics": 17637, + "Ġwrapped": 17638, + "!\"": 17639, + "!âĢĿĊ": 17640, + "Ġcompanions": 17641, + "coal": 17642, + "pa": 17643, + "esla": 17644, + "Ġdressed": 17645, + "Ġjazz": 17646, + "Ġapprent": 17647, + "Ġhelmet": 17648, + "Ġulcer": 17649, + "Ġinert": 17650, + "ĠJay": 17651, + "occup": 17652, + "Ġceremonies": 17653, + "-govern": 17654, + ">>": 17655, + "alam": 17656, + "ĠCatherine": 17657, + "ĠLyn": 17658, + "ĠAli": 17659, + "Ġvalleys": 17660, + "-car": 17661, + "Ġpredicting": 17662, + "ĠPrivate": 17663, + "Ġseizure": 17664, + "QU": 17665, + "nels": 17666, + "Ġbaked": 17667, + "Ġforage": 17668, + "Ġstolen": 17669, + "Ġcompetitors": 17670, + "Overall": 17671, + "information": 17672, + "esters": 17673, + "ĠPin": 17674, + "Ġshades": 17675, + "ĠProceedings": 17676, + "ĠIndo": 17677, + "irected": 17678, + "Ġplayground": 17679, + "ĠBreak": 17680, + "Ġpodcast": 17681, + "oan": 17682, + "Ġdome": 17683, + "Ġgem": 17684, + "acea": 17685, + "ĠAutom": 17686, + "Ġcomprising": 17687, + "ĠFast": 17688, + "Ġcolonists": 17689, + "ĠLetter": 17690, + "ĠSpecifically": 17691, + "Until": 17692, + "pace": 17693, + "Ġchol": 17694, + "agonal": 17695, + "ĠIndependent": 17696, + "EPA": 17697, + "NG": 17698, + "Ġtones": 17699, + "rov": 17700, + "Ġcolder": 17701, + "Ġdepicts": 17702, + "Ġcivilians": 17703, + "News": 17704, + "-control": 17705, + "Ġfundamentally": 17706, + "otor": 17707, + "Ġpeppers": 17708, + "ĠScreen": 17709, + "Ġanswering": 17710, + "Ġleafy": 17711, + "Ġsocioeconomic": 17712, + "Ġenlarge": 17713, + "icidal": 17714, + "lights": 17715, + "ĠCities": 17716, + "Ġintimate": 17717, + "Ġdecentral": 17718, + "ĠPapers": 17719, + "Ġcontinents": 17720, + "ĠGhana": 17721, + "Ġplantation": 17722, + "ĠFlag": 17723, + "ĠVolunt": 17724, + "ĠCyber": 17725, + "Ġounces": 17726, + "Join": 17727, + "ĠSanskrit": 17728, + "ringing": 17729, + "Ġpasture": 17730, + "-section": 17731, + "kill": 17732, + "ĠNat": 17733, + "ĠAnat": 17734, + "Ġpredator": 17735, + "Ġconsultant": 17736, + "Ġgifted": 17737, + "Ġenergetic": 17738, + "ioma": 17739, + "oni": 17740, + "Ġcant": 17741, + "Ġshipped": 17742, + "Ġadvers": 17743, + "into": 17744, + "Ġbuds": 17745, + "Ġweighing": 17746, + "Ġdisinfect": 17747, + "Ġobservers": 17748, + "Ġignorance": 17749, + "æ": 17750, + "ĠHold": 17751, + "atson": 17752, + "Ġrecordings": 17753, + "ĠSouthwest": 17754, + "ĠInternal": 17755, + "Ġjournalist": 17756, + "Ġdiplom": 17757, + "ivores": 17758, + "ĠStev": 17759, + "Ġmakeup": 17760, + "Ġangel": 17761, + "Lead": 17762, + "Ġpour": 17763, + "ĠSin": 17764, + "ĠMir": 17765, + "Ġstiffness": 17766, + "ĠHR": 17767, + "ĠWorkers": 17768, + "Ġmotivate": 17769, + "Ġastronomical": 17770, + "ĠLeadership": 17771, + "FP": 17772, + "atched": 17773, + "Ġoutreach": 17774, + "ĠVenezuel": 17775, + "Ġprocessors": 17776, + "ĠAlan": 17777, + "Ġunderest": 17778, + "Ġdisadvantage": 17779, + "ographs": 17780, + "Ġclimatic": 17781, + "oscope": 17782, + "Ġfestivals": 17783, + "Ġmirrors": 17784, + "Ġparadox": 17785, + "Ġlap": 17786, + "Ġcanon": 17787, + "Ġevap": 17788, + "Ġbackward": 17789, + "Ġspecification": 17790, + "Ġvegetarian": 17791, + "Ġacquiring": 17792, + "nosis": 17793, + "vings": 17794, + "Ġgad": 17795, + "ĠSit": 17796, + "acial": 17797, + "help": 17798, + "Ġcereals": 17799, + "Ġhaw": 17800, + "ĠNone": 17801, + "Ġscrut": 17802, + "Ġawards": 17803, + "Ġdiving": 17804, + "Ġstool": 17805, + "ĠMig": 17806, + "ĠWebs": 17807, + "eva": 17808, + "Moreover": 17809, + "SO": 17810, + "ĠMolecular": 17811, + "âĢľA": 17812, + "-war": 17813, + "Ġreinforcement": 17814, + "Ġanchor": 17815, + "Ġinacc": 17816, + "Ġnowhere": 17817, + "Ġmindful": 17818, + "Ġrendering": 17819, + "ĠRice": 17820, + "ĠGordon": 17821, + "Ġreactors": 17822, + "Ġhairs": 17823, + "Ġincorporates": 17824, + "Ġbehavioural": 17825, + "ĠFourth": 17826, + "Ġreversed": 17827, + "Ġtoddler": 17828, + "Ġbombs": 17829, + "-app": 17830, + "mith": 17831, + "Ġmaker": 17832, + "Ġgolf": 17833, + "uda": 17834, + "Ġskip": 17835, + "Ġbackyard": 17836, + "ĠForces": 17837, + "Ġconferences": 17838, + "Ġlawyers": 17839, + "ĠTanz": 17840, + "ĠInsp": 17841, + "-side": 17842, + "Ġinitiate": 17843, + "Ġcrises": 17844, + "oise": 17845, + "pi": 17846, + "Ġmenopause": 17847, + "umbing": 17848, + "Ġconstructing": 17849, + "Ġwiring": 17850, + "Ġarist": 17851, + "Ġforemost": 17852, + "Ġbarrels": 17853, + "ebra": 17854, + "Ġpulses": 17855, + "clusive": 17856, + "ĠBengal": 17857, + "Ġá": 17858, + "Ġsting": 17859, + "Ġaerobic": 17860, + "Ġduck": 17861, + "Ġdiary": 17862, + "Ġdeposition": 17863, + "Ġhomeowners": 17864, + "September": 17865, + "Ġintestines": 17866, + "leen": 17867, + "ĠAch": 17868, + "Ġbypass": 17869, + "Ġdecimal": 17870, + "Ġswift": 17871, + "Ġterrorism": 17872, + "ĠConcer": 17873, + "ĠClaud": 17874, + "Ġreactive": 17875, + "Ġhosting": 17876, + "Ġstruggled": 17877, + "Ġhunter": 17878, + "Ġpolicymakers": 17879, + "iatic": 17880, + "iratory": 17881, + "ĠCool": 17882, + "ĠGran": 17883, + "actions": 17884, + "Ġbeside": 17885, + "available": 17886, + "Ġavoc": 17887, + "upus": 17888, + "Ġprogresses": 17889, + "Ġvolcanoes": 17890, + "Ġlongevity": 17891, + "Ident": 17892, + "were": 17893, + "ĠICT": 17894, + "ĠApplications": 17895, + "Ġailments": 17896, + "Ġfilt": 17897, + "Ġcommitments": 17898, + "enium": 17899, + "ĠStructure": 17900, + "Ġsediments": 17901, + "Ġmerchants": 17902, + "Ġshoe": 17903, + "Ġsuffers": 17904, + "Ġcaptain": 17905, + "»": 17906, + "Ġwomb": 17907, + "ositions": 17908, + "Ġpoorest": 17909, + "ĠJuan": 17910, + "eda": 17911, + "Ġmint": 17912, + "Ġmaritime": 17913, + "acious": 17914, + "Ġdrift": 17915, + "Ġlengthy": 17916, + "soriasis": 17917, + "ĠJonathan": 17918, + "Ġtricks": 17919, + "Ġbuzz": 17920, + "-sex": 17921, + "ĠThompson": 17922, + "ĠRecomm": 17923, + "Ġrenewed": 17924, + "End": 17925, + "iologist": 17926, + "maker": 17927, + "Ġopenly": 17928, + "Ġresidual": 17929, + "ĠHandbook": 17930, + "-red": 17931, + "Ġnons": 17932, + "ĠIM": 17933, + "oulder": 17934, + "Ġrover": 17935, + "Ġdiscontin": 17936, + "ĠCompet": 17937, + "ĠRepublicans": 17938, + "ĠBrazilian": 17939, + "Ġmandate": 17940, + "lad": 17941, + "ĠNick": 17942, + "Ġflock": 17943, + "Ġapartment": 17944, + "Ġliberation": 17945, + "Def": 17946, + "Ġpa": 17947, + "edar": 17948, + "ea": 17949, + "alion": 17950, + "Ġlid": 17951, + "ĠSU": 17952, + "ĠBL": 17953, + "erer": 17954, + "rops": 17955, + "ĠSteel": 17956, + "Ġsouls": 17957, + "Education": 17958, + "Ġproliferation": 17959, + "file": 17960, + "âĪĴ": 17961, + "ĠReduce": 17962, + "Austral": 17963, + "NC": 17964, + "Ġnumb": 17965, + "Ġnickel": 17966, + "rocess": 17967, + "ĠNearly": 17968, + "Ġneeding": 17969, + "Ġadjusting": 17970, + "-Fi": 17971, + "oft": 17972, + "Ġhurricanes": 17973, + "Ġlent": 17974, + "Ġlav": 17975, + "ĠStories": 17976, + "Ġrecalled": 17977, + "jectives": 17978, + "Ġsuccession": 17979, + "Ġdizziness": 17980, + "ĠMaur": 17981, + "ribes": 17982, + "Ġcarbs": 17983, + "Ġpurity": 17984, + "ĠPrinceton": 17985, + "Modern": 17986, + "look": 17987, + "inav": 17988, + "ĠRound": 17989, + "Ġaccred": 17990, + "ronics": 17991, + "Ġcellul": 17992, + "Ġstatistically": 17993, + "Ġmigraine": 17994, + "Val": 17995, + "Ġstub": 17996, + "ĠEt": 17997, + "Ġblessed": 17998, + "umption": 17999, + "ffected": 18000, + "Ġwarn": 18001, + "Ġdenomin": 18002, + "ĠAgainst": 18003, + "Ġgenital": 18004, + "Ġmerit": 18005, + "Ġinventor": 18006, + "Ġwillingness": 18007, + "Ġprehistoric": 18008, + "Ġcrazy": 18009, + "Ġordin": 18010, + "ĠEncourage": 18011, + "Ġrhetoric": 18012, + "adata": 18013, + "Ġlethal": 18014, + "Ġjelly": 18015, + "Ġdetectors": 18016, + "Ġancestry": 18017, + "Ġadolescence": 18018, + "ĠRussell": 18019, + "November": 18020, + "erative": 18021, + "Ġdeviation": 18022, + "ĠLegal": 18023, + "Ġentrepreneur": 18024, + "GM": 18025, + "soon": 18026, + "Ġlightweight": 18027, + "Ġprotections": 18028, + "ĠPortland": 18029, + "Ġnarratives": 18030, + "Ġexplosive": 18031, + "Ast": 18032, + "-white": 18033, + "Low": 18034, + "Making": 18035, + "ele": 18036, + "fs": 18037, + "inburgh": 18038, + "ĠJos": 18039, + "Ġslowing": 18040, + "Ġcaptivity": 18041, + "ĠChurchill": 18042, + "Ġinnate": 18043, + "rament": 18044, + "ĠSAT": 18045, + "ĠPeters": 18046, + "Ġspices": 18047, + "ructures": 18048, + "Ġmagical": 18049, + "iesel": 18050, + "izza": 18051, + "index": 18052, + "Ġunequ": 18053, + "Ġdelivers": 18054, + "ĠGeneration": 18055, + "Ġchaos": 18056, + "Ġcuis": 18057, + "ĠCole": 18058, + "Ġsung": 18059, + "Ġstatues": 18060, + "Ġcompetence": 18061, + "Ġcrowded": 18062, + "Ġrodents": 18063, + "Ġrefrigerator": 18064, + "Ġjail": 18065, + "Ġgovernmental": 18066, + "pend": 18067, + "ĠArn": 18068, + "Ġcitrus": 18069, + "Ġcanopy": 18070, + "Ġreset": 18071, + "ikipedia": 18072, + "beit": 18073, + "Ġreservoirs": 18074, + "Ġps": 18075, + "Ġfierce": 18076, + "utting": 18077, + "ĠBR": 18078, + "ĠWet": 18079, + "Ġprinters": 18080, + "ĠAdults": 18081, + "Ġjournalists": 18082, + "Ġtrout": 18083, + "Ġmurdered": 18084, + "ĠPerm": 18085, + "ĠBrian": 18086, + "Ġrectangular": 18087, + "Ġbucket": 18088, + "ilization": 18089, + "ĠSL": 18090, + "ĠPressure": 18091, + "Ġvigorous": 18092, + "ĠCyp": 18093, + "Ġturkey": 18094, + "Ġcousin": 18095, + "Ġofferings": 18096, + "Ġfermentation": 18097, + "Ġeditorial": 18098, + "Ġinterdisciplinary": 18099, + "mun": 18100, + "ĠTang": 18101, + "ecd": 18102, + "Ġcompares": 18103, + "Ġsupreme": 18104, + "Ġcomposer": 18105, + "ĠVersion": 18106, + "Ġbachelor": 18107, + "edical": 18108, + "article": 18109, + "Ġsimplicity": 18110, + "-supp": 18111, + "naissance": 18112, + "ogenesis": 18113, + "ĠReligion": 18114, + "Ġquestionnaire": 18115, + "''": 18116, + "|B": 18117, + "ĠEight": 18118, + "Ġfuneral": 18119, + "Recent": 18120, + "Getting": 18121, + "orable": 18122, + "urgical": 18123, + "chlor": 18124, + "Ġscrub": 18125, + "ĠExcess": 18126, + "Ġcyan": 18127, + "Ġdisturbing": 18128, + "Ġthirteen": 18129, + "IE": 18130, + "Ġbenefic": 18131, + "mingham": 18132, + "Ġworsen": 18133, + "December": 18134, + "Ġaccidentally": 18135, + "ĠLeft": 18136, + "sover": 18137, + "ĠKaz": 18138, + "Ġcoloured": 18139, + "Ġgrouped": 18140, + "Ġcertainty": 18141, + "Ġsimilarity": 18142, + "Ġreviewing": 18143, + "Ġuniquely": 18144, + "ĠSingh": 18145, + "oro": 18146, + "ĠIQ": 18147, + "kee": 18148, + "Ġcolleague": 18149, + "ĠUser": 18150, + "/AIDS": 18151, + "Ġseldom": 18152, + "ĠBarbara": 18153, + "Ġexceeds": 18154, + "places": 18155, + "ounder": 18156, + "Ġguys": 18157, + "graph": 18158, + "hou": 18159, + "ĠRAM": 18160, + "Ġpeat": 18161, + "Ġdifferentiation": 18162, + "Ġherpes": 18163, + "Ġfinite": 18164, + "Ġbroccoli": 18165, + "Ġtravelers": 18166, + "ĠCooper": 18167, + "ĠAcid": 18168, + "Ġreconcil": 18169, + "ĠDemocrats": 18170, + "Ġsores": 18171, + "mentioned": 18172, + "Ġsuppose": 18173, + "ĠClay": 18174, + "Ġadvancements": 18175, + "Ġstimulates": 18176, + "|T": 18177, + "ÉĻ": 18178, + "Ġrenal": 18179, + "ĠRole": 18180, + "Ġshy": 18181, + "ĠNumbers": 18182, + "ĠLooking": 18183, + "Ġunrest": 18184, + "Ins": 18185, + "Ġdiscoura": 18186, + "Ġmetast": 18187, + "Ġemergencies": 18188, + "ĠLaws": 18189, + "ĠFactors": 18190, + "Ġcured": 18191, + "abad": 18192, + "-lived": 18193, + "Ġresidue": 18194, + "Ġlump": 18195, + "ĠStra": 18196, + "Ġacet": 18197, + "conduct": 18198, + "Ġconcise": 18199, + "ĠISS": 18200, + "ĠCampaign": 18201, + ".b": 18202, + "romb": 18203, + "Ġtemperate": 18204, + "roller": 18205, + "Ġinjections": 18206, + "Ġstup": 18207, + "ishops": 18208, + "Ġcrashes": 18209, + "igraph": 18210, + "Ġvague": 18211, + "ĠDNS": 18212, + "Ġcontraction": 18213, + "licted": 18214, + "Ġpuppy": 18215, + "tuce": 18216, + "Ġlined": 18217, + "ĠVin": 18218, + "rinted": 18219, + "Ġportrayed": 18220, + "Create": 18221, + "Ġbored": 18222, + "Ġfishes": 18223, + "asse": 18224, + "Ġthou": 18225, + "Ġnatives": 18226, + "uri": 18227, + "ĠHob": 18228, + "Ġshores": 18229, + "actor": 18230, + "Ġplantations": 18231, + "-efficient": 18232, + "ĠEndangered": 18233, + "ĠRevolutionary": 18234, + "ĠVillage": 18235, + "iodiversity": 18236, + "ĠAbuse": 18237, + "Ġsupposedly": 18238, + "February": 18239, + "orescence": 18240, + "-economic": 18241, + "×Ļ": 18242, + "Ġsaint": 18243, + "Ġbother": 18244, + "Ġdors": 18245, + "sea": 18246, + "Thank": 18247, + "Ġglaucoma": 18248, + "Ġdesignation": 18249, + "Ġharbor": 18250, + "entary": 18251, + "accept": 18252, + "Ġinvaluable": 18253, + "Ġpreventable": 18254, + "riptions": 18255, + "Ġshrimp": 18256, + "Ġjury": 18257, + "ĠZika": 18258, + "Ġtracked": 18259, + "Ġthriving": 18260, + "Ġesophagus": 18261, + "Å«": 18262, + "Ġassured": 18263, + "Ġsimulate": 18264, + "Ġrew": 18265, + "ĠTan": 18266, + "ĠStorm": 18267, + "ĠVancouver": 18268, + "Ġdistracted": 18269, + "Ġtransfers": 18270, + "Ġcountryside": 18271, + "Ġbananas": 18272, + "-conf": 18273, + "Ġscientifically": 18274, + "Ġoptional": 18275, + "Ġstorytelling": 18276, + "-years": 18277, + "Ġrotate": 18278, + "Ġperiodically": 18279, + "falls": 18280, + "Ġconquest": 18281, + "Ġmanuscripts": 18282, + "ĠSW": 18283, + "adium": 18284, + "ĠBrief": 18285, + "Ġprince": 18286, + "Ġencounters": 18287, + "Ġspokes": 18288, + "King": 18289, + "ĠHallow": 18290, + "iche": 18291, + "unn": 18292, + "Ġantidepress": 18293, + "ĠAustrian": 18294, + "Ġtransforming": 18295, + "Ġdolphins": 18296, + "Japan": 18297, + "Ġcovenant": 18298, + "ĠJam": 18299, + "orns": 18300, + "iami": 18301, + "-Sah": 18302, + "Ġventric": 18303, + "heter": 18304, + "ĠMis": 18305, + "ĠHimal": 18306, + "ansom": 18307, + "Ġunified": 18308, + "Ġproving": 18309, + "ussia": 18310, + "Ġframeworks": 18311, + "Ġundes": 18312, + "ĠExperts": 18313, + "Ġtensions": 18314, + "ĠManc": 18315, + "ando": 18316, + "achment": 18317, + "Ġrelay": 18318, + "oidal": 18319, + "ĠCarter": 18320, + "Ġmissile": 18321, + "Ġprospective": 18322, + "developed": 18323, + "dec": 18324, + "eliness": 18325, + "ĠPS": 18326, + "ĠBaker": 18327, + "Ġreliance": 18328, + "Ġcivilizations": 18329, + "Plan": 18330, + "Ġsimplified": 18331, + "illin": 18332, + "Ġwarriors": 18333, + "essed": 18334, + "-minded": 18335, + "ĠApost": 18336, + "ĠASD": 18337, + "Ġheater": 18338, + "Ġsuppression": 18339, + "___": 18340, + "ortunate": 18341, + "ĠRefuge": 18342, + "Ġprospects": 18343, + "bound": 18344, + "Ġwasted": 18345, + "ĠFew": 18346, + "Ġcasting": 18347, + "Ġdeterioration": 18348, + "ĠEvaluation": 18349, + "??": 18350, + "Ġscary": 18351, + "ĠBulgar": 18352, + "Ġtranscription": 18353, + "Ġcriminals": 18354, + "Ġeats": 18355, + "Ġreminded": 18356, + "Ġcertificates": 18357, + "ĠHungary": 18358, + "ĠLicense": 18359, + "Ġinterconnected": 18360, + "sky": 18361, + "ĠBruce": 18362, + "outing": 18363, + "Ġliteral": 18364, + "Ġeighteenth": 18365, + "Ġgamma": 18366, + "Ġsyrup": 18367, + "Ġinvaded": 18368, + "Ġtyping": 18369, + "-colored": 18370, + "alking": 18371, + "roductive": 18372, + "ĠAbd": 18373, + "ĠMeeting": 18374, + "ĠHawaiian": 18375, + "Ġineffective": 18376, + "Ġdeceased": 18377, + "Ġflush": 18378, + "Ġviewer": 18379, + "Ġpricing": 18380, + "Ġreper": 18381, + "ĠCemetery": 18382, + "ĠDE": 18383, + "Ġarising": 18384, + "Ġexaminations": 18385, + "Ġfunny": 18386, + "Ġquestioned": 18387, + "Ġbacterium": 18388, + "Ġallergens": 18389, + "ĠIdaho": 18390, + "Ġspare": 18391, + "Ġgrape": 18392, + "Ġminus": 18393, + "Ġarguing": 18394, + "Ġdemonstrations": 18395, + "Ġregulators": 18396, + "ĠKnowing": 18397, + "Ġcatalyst": 18398, + "Ġcin": 18399, + "Ġcores": 18400, + "idering": 18401, + "Ġspur": 18402, + "ipal": 18403, + "Ġoverly": 18404, + "India": 18405, + "Ġinclined": 18406, + "-vol": 18407, + "Ġcopied": 18408, + "Ġinhal": 18409, + "Ġlam": 18410, + "ĠFu": 18411, + "Ġconson": 18412, + "ahl": 18413, + "Wind": 18414, + "ðĿ": 18415, + "ĠDoc": 18416, + "ĠLock": 18417, + "Ġagrees": 18418, + "ĠMaj": 18419, + ".]Ċ": 18420, + "world": 18421, + "Ġcooled": 18422, + "cott": 18423, + "cht": 18424, + "ĠLen": 18425, + "Ġcontributor": 18426, + "Short": 18427, + "ĠTheod": 18428, + "ĠRace": 18429, + "Ġsubc": 18430, + "Young": 18431, + "IES": 18432, + "Ġbred": 18433, + "Ġartillery": 18434, + "Ġbasal": 18435, + "Project": 18436, + "ĠNaval": 18437, + "lide": 18438, + "Ġtastes": 18439, + "eners": 18440, + "ĠWard": 18441, + "ells": 18442, + "Ġcapacities": 18443, + "Ġwinters": 18444, + "Impro": 18445, + "ĠPubl": 18446, + "Ġembraced": 18447, + ".[": 18448, + "aned": 18449, + "Ġdedication": 18450, + "ĠTam": 18451, + "Ġdynam": 18452, + "Ult": 18453, + "hum": 18454, + "Ġitching": 18455, + "ĠSigns": 18456, + "hored": 18457, + "Ġwholes": 18458, + "ĠDays": 18459, + "Ġgoats": 18460, + "Ġsteal": 18461, + "pathetic": 18462, + "ĠSheet": 18463, + "Ġstripes": 18464, + "Ġrewarding": 18465, + "Ġschedules": 18466, + "Ġopioid": 18467, + "icient": 18468, + "Ġeleven": 18469, + "Ġnegl": 18470, + "Ġpeanut": 18471, + "eered": 18472, + "mid": 18473, + "Ġboring": 18474, + "Ġcontinuity": 18475, + "-site": 18476, + "Ġantigen": 18477, + "ĠNotice": 18478, + "Ġbasketball": 18479, + "Ġluxury": 18480, + "Ġseab": 18481, + "Ġnarrator": 18482, + "Ġblessing": 18483, + "Ġdosage": 18484, + "Cor": 18485, + "Ġbeats": 18486, + "ĠCow": 18487, + "Ġuseless": 18488, + "Ġbrass": 18489, + "Ġlifted": 18490, + "Ġreddish": 18491, + "KE": 18492, + "Ġlightly": 18493, + "ĠInstruction": 18494, + "ĠUnderstand": 18495, + "Ġinhibitors": 18496, + "ĠHorse": 18497, + "rella": 18498, + "Big": 18499, + "Pop": 18500, + "atar": 18501, + "ĠPred": 18502, + "Ġcurric": 18503, + "Ġpolluted": 18504, + "Ġgraduation": 18505, + "Select": 18506, + "group": 18507, + "ĠKu": 18508, + "ĠKan": 18509, + "Ġboiler": 18510, + "afety": 18511, + "ungle": 18512, + "ĠIntel": 18513, + "Exp": 18514, + "Ġilleg": 18515, + "Ġsymmetry": 18516, + "ivitis": 18517, + "Ġrefract": 18518, + "Ġpottery": 18519, + "Ġfiltering": 18520, + "ĠWa": 18521, + "Ġrecur": 18522, + "CSE": 18523, + "ĠTopics": 18524, + "Ġculmin": 18525, + "Ġspends": 18526, + "Ġmodelling": 18527, + "Ġrefere": 18528, + "Ġcollapsed": 18529, + "reation": 18530, + "Ġsixty": 18531, + "Ġhydrop": 18532, + "ĠChildhood": 18533, + "Ġwitnesses": 18534, + "Question": 18535, + "ر": 18536, + "Ġfaint": 18537, + "Ġure": 18538, + "ĠNHS": 18539, + "roughts": 18540, + "Ġmigratory": 18541, + "ĠComplex": 18542, + "ighthouse": 18543, + "Ġslee": 18544, + "Ġfiltration": 18545, + "Between": 18546, + "anto": 18547, + "ĠDa": 18548, + "ĠDiam": 18549, + "ounted": 18550, + "Ġinfilt": 18551, + "ĠKel": 18552, + "Ġtwins": 18553, + "ĠAdult": 18554, + "Ġdeficits": 18555, + "Ġawake": 18556, + "Ġconventions": 18557, + "urnal": 18558, + "Ġpredictable": 18559, + "Ġregulates": 18560, + "Ġladder": 18561, + "Ġaccent": 18562, + "ι": 18563, + "Ġimpose": 18564, + "Ġfinancially": 18565, + "ĠQuick": 18566, + "Ġawesome": 18567, + "Design": 18568, + "ĠWang": 18569, + "Ġunve": 18570, + "Ġpaints": 18571, + "Ġcrying": 18572, + "Ġdissertation": 18573, + "Ġambient": 18574, + "namese": 18575, + "Ġexile": 18576, + "ĠEffective": 18577, + "ĠYoga": 18578, + "ĠExcell": 18579, + "-page": 18580, + "Ġcaptive": 18581, + "Ġleverage": 18582, + "ancers": 18583, + "Ġdownloaded": 18584, + "Year": 18585, + "ĠProjects": 18586, + "Ġunpredictable": 18587, + "Ġdiamonds": 18588, + "Ġinverte": 18589, + "Ġmelanoma": 18590, + "ders": 18591, + "Ġcollisions": 18592, + "ĠPartnership": 18593, + "Number": 18594, + "parents": 18595, + "Ġnets": 18596, + "ĠAle": 18597, + "owned": 18598, + "Ġbrew": 18599, + "Ġhandles": 18600, + "Ġtalents": 18601, + "ĠHaiti": 18602, + "only": 18603, + "Ġeagle": 18604, + "ĠRules": 18605, + "Ġelong": 18606, + "white": 18607, + "Ġcybersecurity": 18608, + "Ġfrustrated": 18609, + "Ġdowntown": 18610, + "-Saharan": 18611, + "ĠBeck": 18612, + "umatic": 18613, + "plain": 18614, + "issa": 18615, + "Ġobey": 18616, + "Ġvirgin": 18617, + "Ġexpectation": 18618, + "--------": 18619, + "opping": 18620, + "ĠRoy": 18621, + "ĠClar": 18622, + "Ġshortages": 18623, + "Ġcease": 18624, + "ĠElectrical": 18625, + "Different": 18626, + "Ġbump": 18627, + "lee": 18628, + "ageal": 18629, + "Ġallocated": 18630, + "Ġvertebra": 18631, + "Ġvicinity": 18632, + "ĠUganda": 18633, + "olin": 18634, + "Ġrealities": 18635, + "ĠDrive": 18636, + "NAL": 18637, + "ĠValent": 18638, + "hattan": 18639, + "ilated": 18640, + "ellite": 18641, + "Ġsheer": 18642, + "Ġbrighter": 18643, + "Ġverification": 18644, + "ĠProgramming": 18645, + "alg": 18646, + "Ġlamb": 18647, + "Ġhumble": 18648, + "Ġinfluencing": 18649, + "ĠMontessori": 18650, + "Ġsurgeons": 18651, + ".co": 18652, + "´": 18653, + "ĠCou": 18654, + "Ġenjo": 18655, + "Ġquestioning": 18656, + "Ġvisualize": 18657, + "Ġadministrator": 18658, + "Earth": 18659, + "Ġreside": 18660, + "Ġrav": 18661, + "ĠMeaning": 18662, + "Ġcardboard": 18663, + "ĠFlash": 18664, + "Ġlegendary": 18665, + "Ġinjustice": 18666, + "Rad": 18667, + "ĠWaters": 18668, + "Ġcorrected": 18669, + "ĠSecondary": 18670, + "Ġvacation": 18671, + "Ġprivileges": 18672, + "Publication": 18673, + "cra": 18674, + "liness": 18675, + "Ġtel": 18676, + "Ġpic": 18677, + "ĠSure": 18678, + "KS": 18679, + "iour": 18680, + "mium": 18681, + "mont": 18682, + "xia": 18683, + "isen": 18684, + "Ġnaming": 18685, + "Ġbean": 18686, + "ĠCeltic": 18687, + "geon": 18688, + "ovak": 18689, + "Online": 18690, + "ĠRecently": 18691, + "Lar": 18692, + "Ġhib": 18693, + "Ġtangible": 18694, + "ĠIF": 18695, + "atemal": 18696, + "ĠHerm": 18697, + "Ġpackets": 18698, + "innitus": 18699, + "Ġfabrics": 18700, + "ugging": 18701, + "Ġterrorist": 18702, + "ĠProcessing": 18703, + "ĠKarl": 18704, + "ĠParticipants": 18705, + "Ang": 18706, + "ulence": 18707, + "quer": 18708, + "Ġseized": 18709, + "ĠGI": 18710, + "Ġactor": 18711, + "Ġrenamed": 18712, + "ĠNames": 18713, + "ollar": 18714, + "ĠMelbourne": 18715, + "ĠVeh": 18716, + "Ġembryos": 18717, + "ĠSources": 18718, + "ĠHarm": 18719, + "ĠLDL": 18720, + "rys": 18721, + "rophe": 18722, + "Ġdeprivation": 18723, + "Besides": 18724, + "mo": 18725, + "your": 18726, + "Ġboss": 18727, + "Ġshale": 18728, + "ĠMarie": 18729, + "Ġathletic": 18730, + "Ġconsecutive": 18731, + "Ġdilem": 18732, + "Ġray": 18733, + "Ġcrosses": 18734, + "ĠEconomy": 18735, + "Ġhereditary": 18736, + "Ġsuits": 18737, + "ĠFern": 18738, + "Ġsupplier": 18739, + "Ġglance": 18740, + "Ġhydrox": 18741, + "ĠPad": 18742, + "ĠDow": 18743, + "ĠRoll": 18744, + "ashi": 18745, + "Ġreportedly": 18746, + "Ġskeletal": 18747, + "ür": 18748, + "Ġbust": 18749, + "ĠPine": 18750, + "scribe": 18751, + "ĠPriv": 18752, + "ĠMurray": 18753, + "ĠWyoming": 18754, + "Ġuptake": 18755, + "GI": 18756, + "erver": 18757, + "Ġbic": 18758, + "ĠHalf": 18759, + "ressure": 18760, + "Ġformations": 18761, + "Ġanalogy": 18762, + "Ġculprit": 18763, + "Ġpruning": 18764, + "ĠBrah": 18765, + "Its": 18766, + "inas": 18767, + "esigned": 18768, + "ĠTropical": 18769, + "Ġmarvel": 18770, + "agonist": 18771, + "Ġdiplomatic": 18772, + "Ġpathology": 18773, + "ĠChes": 18774, + "apolis": 18775, + "enson": 18776, + "Ġenduring": 18777, + "Ġapproximate": 18778, + "ĠByzantine": 18779, + "Ġguy": 18780, + "ipper": 18781, + "ĠComprehens": 18782, + "ĠEdinburgh": 18783, + "Ġfurnace": 18784, + "URE": 18785, + "ÙĬ": 18786, + "tering": 18787, + "Ġaden": 18788, + "Ġallocation": 18789, + "Ġunre": 18790, + "Ġtravelled": 18791, + "Ġmoons": 18792, + "ALL": 18793, + "Dist": 18794, + "Ġrevelation": 18795, + "Ġabnorm": 18796, + "ployed": 18797, + "ĠCompanies": 18798, + "Ġwives": 18799, + "ĠDVD": 18800, + "ĠAssociated": 18801, + "Ġdisplaying": 18802, + "Ġhobby": 18803, + "ril": 18804, + "town": 18805, + "arthritis": 18806, + "ione": 18807, + "Ġstamps": 18808, + "Ġcompetent": 18809, + "Reading": 18810, + "ĠExplore": 18811, + "Ġcorrespondence": 18812, + "ustainability": 18813, + "ovolta": 18814, + "imet": 18815, + "Ġenvision": 18816, + "Ġintend": 18817, + "ĠYang": 18818, + "ĠDescription": 18819, + "CM": 18820, + "illation": 18821, + "ĠPole": 18822, + "ortic": 18823, + "nered": 18824, + "Ġpositioning": 18825, + "Ġanalysed": 18826, + "pherd": 18827, + "Ġtaxp": 18828, + "Ġimagin": 18829, + "Ġisolate": 18830, + "ĠHumans": 18831, + "ratic": 18832, + "ĠSed": 18833, + "herical": 18834, + "ĠRs": 18835, + "Ġaftermath": 18836, + "Ġversa": 18837, + "Ġreplication": 18838, + "kets": 18839, + "ĠEasy": 18840, + "ĠLA": 18841, + "Ġaven": 18842, + "iquid": 18843, + "ĠSprings": 18844, + "Ġgeothermal": 18845, + "Ġinstructed": 18846, + "Ġcontracted": 18847, + "Ġpreparations": 18848, + "ĠPositive": 18849, + "Ġtwist": 18850, + "Ġnanoparticles": 18851, + "ĠAtmospheric": 18852, + "%Ċ": 18853, + "root": 18854, + "Ġcrab": 18855, + "respons": 18856, + "ĠGardens": 18857, + "-controlled": 18858, + "Ġpresumably": 18859, + "Ġimpressed": 18860, + "Ġtestosterone": 18861, + "Ġslaughter": 18862, + "Ġcache": 18863, + "ceptive": 18864, + "Ġinventions": 18865, + "Ġpixels": 18866, + "Ġscored": 18867, + "comed": 18868, + "Ġviewers": 18869, + "Ġpasta": 18870, + "Ġfortified": 18871, + "Ġranking": 18872, + "Ġsoutheastern": 18873, + "ĠMaint": 18874, + "ĠScand": 18875, + "ICE": 18876, + "Ġaltar": 18877, + "Ġpinpoint": 18878, + "Ġbile": 18879, + "Ġstaple": 18880, + "Ġproficiency": 18881, + "-dependent": 18882, + "ĠDescribe": 18883, + "Ġlobby": 18884, + "Ġsoften": 18885, + "Ġoy": 18886, + "esus": 18887, + "tym": 18888, + "Ġmassage": 18889, + "Ġsexuality": 18890, + "ycle": 18891, + "Ġluc": 18892, + "Ġrepeating": 18893, + "Imagine": 18894, + "ĠExplorer": 18895, + "Ġdressing": 18896, + "ĠNiñ": 18897, + "ĠBirmingham": 18898, + "ĠRepresentatives": 18899, + "Right": 18900, + "SQL": 18901, + "ĠMaps": 18902, + "ĠGent": 18903, + "agos": 18904, + "ussions": 18905, + "-green": 18906, + "Ġcoup": 18907, + "ukemia": 18908, + "Ġbrutal": 18909, + "Often": 18910, + "ाà¤": 18911, + "Ġcongenital": 18912, + "def": 18913, + "ĠChick": 18914, + "anche": 18915, + "Ġelectrode": 18916, + "Ġprairie": 18917, + "Special": 18918, + "Ġtread": 18919, + "ĠAx": 18920, + "Ġrheumat": 18921, + "ĠLack": 18922, + "ouncing": 18923, + "Ġseparating": 18924, + "ĠPand": 18925, + "Ġimpart": 18926, + "engue": 18927, + "Ġhomeschool": 18928, + "Ġepithel": 18929, + "Ġregeneration": 18930, + "roe": 18931, + "usp": 18932, + "âĢĿ),": 18933, + "-borne": 18934, + "Ġresponsive": 18935, + "Ġbeetle": 18936, + "ĠÅ": 18937, + "UST": 18938, + "allas": 18939, + "arcity": 18940, + "Ġillusion": 18941, + "Ġcran": 18942, + "Ġspeeches": 18943, + "ĠExperiment": 18944, + "ĠPittsburgh": 18945, + "lishes": 18946, + "Ġcube": 18947, + "ĠSold": 18948, + "Ġupwards": 18949, + "ĠConst": 18950, + "Ġlegends": 18951, + "Ġarrives": 18952, + "Ġreplicate": 18953, + "ocl": 18954, + "ĠInside": 18955, + "Ġpeel": 18956, + "Ġrecurrent": 18957, + "ĠKil": 18958, + "Ġtechnicians": 18959, + "Ġredist": 18960, + "hibition": 18961, + "ĠComputing": 18962, + "Ġclinicians": 18963, + "ĠCosta": 18964, + "Ġhalt": 18965, + "Ġtransitions": 18966, + "gging": 18967, + "Ġelectoral": 18968, + "Ġenjoyment": 18969, + "Study": 18970, + "Ġcultivate": 18971, + "Ġshuttle": 18972, + "izzes": 18973, + "ĠWash": 18974, + "Ġcharcoal": 18975, + "Ġdeparture": 18976, + "ĠKashmir": 18977, + "ĠIl": 18978, + "oske": 18979, + "BR": 18980, + "uart": 18981, + "ĠInvent": 18982, + "-counter": 18983, + "Ġbarley": 18984, + "-centered": 18985, + "Ġbonding": 18986, + "pack": 18987, + "anmar": 18988, + "Ġdiffering": 18989, + "Ġanalyse": 18990, + "ĠFamilies": 18991, + "Ġcartoon": 18992, + "Ġenergies": 18993, + "Parents": 18994, + "olation": 18995, + "abi": 18996, + "ĠNothing": 18997, + "ĠKath": 18998, + "Ġsecre": 18999, + "Ġsuccessor": 19000, + "Ġphotons": 19001, + "borough": 19002, + "oplan": 19003, + "ĠCollins": 19004, + "ĠYOU": 19005, + "Ġglut": 19006, + "Ġsuccessive": 19007, + "Ġpossessed": 19008, + "ĠBernard": 19009, + "SH": 19010, + "dale": 19011, + "Ġcarot": 19012, + "Ġsuccesses": 19013, + "Ġargu": 19014, + "ĠHur": 19015, + "ĠDR": 19016, + "enges": 19017, + "Ġextracts": 19018, + "ococcus": 19019, + "atibility": 19020, + "Ġcath": 19021, + "Ġlbs": 19022, + "uba": 19023, + "-party": 19024, + "ĠBE": 19025, + "Ġvap": 19026, + "Ġcans": 19027, + "ĠDI": 19028, + "ĠKenn": 19029, + "their": 19030, + "ĠContinental": 19031, + "Want": 19032, + "inctions": 19033, + "Ġaloud": 19034, + "aba": 19035, + "Ġcurb": 19036, + "ographics": 19037, + "-all": 19038, + "alid": 19039, + "Ġclocks": 19040, + "Ġrods": 19041, + "Ġwherein": 19042, + "Ġmyriad": 19043, + "âĢĶbut": 19044, + "Ġfavored": 19045, + "Ġunfortunate": 19046, + "Ġsuspension": 19047, + "ILL": 19048, + "Ġanomal": 19049, + "Ġexposing": 19050, + "-filled": 19051, + "Ġcontributors": 19052, + "Ġmammal": 19053, + "Ġtorture": 19054, + "Ġcommodities": 19055, + "Ġperfection": 19056, + "ĠAV": 19057, + "Ġdiscarded": 19058, + "Ġtil": 19059, + "Ġprogrammed": 19060, + "Ġposters": 19061, + "Ġautomotive": 19062, + "ĠVenice": 19063, + "ĠPradesh": 19064, + "ĠESA": 19065, + "ĠPowerPoint": 19066, + "Rob": 19067, + "Ġhemp": 19068, + "ĠThreat": 19069, + "egal": 19070, + "Ġimmort": 19071, + "ĠShan": 19072, + "Everyone": 19073, + "Ġswitched": 19074, + "Ġchairman": 19075, + "ploys": 19076, + "ĠOmega": 19077, + "Rober": 19078, + "arre": 19079, + "Ġtops": 19080, + "ĠStreng": 19081, + "anguages": 19082, + "ĠAthen": 19083, + "Ġunusually": 19084, + "impse": 19085, + "Ġexchanges": 19086, + "DI": 19087, + "ĠPolar": 19088, + "Ġample": 19089, + "Ġforestry": 19090, + "Ġpursued": 19091, + "Ġexploited": 19092, + "Ġconvincing": 19093, + "ô": 19094, + "Ġtribut": 19095, + "ĠDin": 19096, + "Ġcommunist": 19097, + "ĠSurv": 19098, + "Ġblowing": 19099, + "Ġgrateful": 19100, + "ĠJour": 19101, + "ĠVA": 19102, + "ĠYah": 19103, + "airo": 19104, + "Ġtablesp": 19105, + "-me": 19106, + "usk": 19107, + "ĠWays": 19108, + "ailure": 19109, + "Ġbald": 19110, + "alph": 19111, + "Ġling": 19112, + "verbs": 19113, + "ews": 19114, + "ĠPrec": 19115, + "ĠCycle": 19116, + "Ġcelestial": 19117, + "ĠRw": 19118, + "Ġcollagen": 19119, + "uberty": 19120, + "inals": 19121, + "ĠBeaut": 19122, + "ĠApply": 19123, + "Ġneutr": 19124, + "Ġlaunching": 19125, + "ĠPopular": 19126, + "اÙĦ": 19127, + "Ġpagan": 19128, + "Ġdelete": 19129, + "ĠWoman": 19130, + "ĠFREE": 19131, + "Ġcalf": 19132, + "Ġtoxin": 19133, + "Ġoptimistic": 19134, + "Ġvigil": 19135, + "pool": 19136, + "atable": 19137, + "Ġdiscern": 19138, + "ipple": 19139, + "fectious": 19140, + "Ġflooded": 19141, + "-art": 19142, + "Ġowing": 19143, + "odic": 19144, + "emp": 19145, + "Ġexpands": 19146, + "Ġcoined": 19147, + "Ġphotographer": 19148, + "Ġcasualties": 19149, + "Ġinfestation": 19150, + "ĠBiblical": 19151, + "ulatory": 19152, + "ĠHapp": 19153, + "ruits": 19154, + "Ġformulated": 19155, + "Ġbibliography": 19156, + "-CoV": 19157, + "Ġclosure": 19158, + "Ġsubmer": 19159, + "Ġtriangles": 19160, + "Ġsmoothly": 19161, + "James": 19162, + "Ġwoven": 19163, + "Ġadjective": 19164, + "Ġunlock": 19165, + "Ġskies": 19166, + "luent": 19167, + "igers": 19168, + "Ġonions": 19169, + "irc": 19170, + "agogue": 19171, + "Ġscra": 19172, + "Ġsolitary": 19173, + "Ġmisleading": 19174, + "ĠPsychological": 19175, + "Ġspontaneous": 19176, + "Ġproclaimed": 19177, + "Mal": 19178, + "ĠGrow": 19179, + "odyn": 19180, + "Ġguards": 19181, + "Ġdonations": 19182, + "Ġcocoa": 19183, + "Ġcoefficient": 19184, + "Ġtoothpaste": 19185, + "Bi": 19186, + "je": 19187, + "Ġmanif": 19188, + "ĠKelly": 19189, + "ĠDoctors": 19190, + "ĠOverview": 19191, + "Ġoutputs": 19192, + "Small": 19193, + "YS": 19194, + "ifers": 19195, + "aco": 19196, + "Ġvoid": 19197, + "Ġgeneal": 19198, + "Ġlimitation": 19199, + "ilitating": 19200, + "ĠStrategies": 19201, + "ĠTamil": 19202, + "Ġlord": 19203, + "ĠBrist": 19204, + "ĠLl": 19205, + "Ġads": 19206, + "ĠBlu": 19207, + "-trans": 19208, + "hetical": 19209, + "Ġnitrate": 19210, + "Tech": 19211, + "Direct": 19212, + "Ġpaired": 19213, + "ĠGR": 19214, + "Ġmeantime": 19215, + "Ġinterpreting": 19216, + "ĠALL": 19217, + "ĠConfeder": 19218, + "master": 19219, + "igating": 19220, + "ĠSeed": 19221, + "agles": 19222, + "inai": 19223, + "ĠSuff": 19224, + "Ġcompuls": 19225, + "Ġscent": 19226, + "âĢĶto": 19227, + "Ġverified": 19228, + "Ġinteger": 19229, + "ĠRailway": 19230, + "Upd": 19231, + "Ġsemiconductor": 19232, + "atonin": 19233, + "Ġlocom": 19234, + "Ġmillig": 19235, + "ĠHalloween": 19236, + "ĠHat": 19237, + "aque": 19238, + "âĢIJ": 19239, + "ĠCauc": 19240, + "Ġreck": 19241, + "ĠHeaven": 19242, + "Ġendorse": 19243, + "ĠBeat": 19244, + "Ġinvestigator": 19245, + "Ġpremises": 19246, + "Ġevaporation": 19247, + "-un": 19248, + "las": 19249, + "ĠAid": 19250, + "Ġanonymous": 19251, + "osting": 19252, + "Ġendomet": 19253, + "Ġratings": 19254, + "ĠExpress": 19255, + "Ġinherently": 19256, + "ĠBegin": 19257, + "ho": 19258, + "ogan": 19259, + "rik": 19260, + "ultan": 19261, + "Ġacupuncture": 19262, + "Ġgraves": 19263, + "aha": 19264, + "Ġspecialty": 19265, + "odynamic": 19266, + "immer": 19267, + "ĠWhatever": 19268, + "Ġdescended": 19269, + "ĠManhattan": 19270, + "Ġaiming": 19271, + "ĠMoroc": 19272, + "Ġsculptures": 19273, + "ĠDublin": 19274, + "ĠAdm": 19275, + "Recently": 19276, + "ĠOlympics": 19277, + "Ġnotation": 19278, + "ĠâĢĵĊ": 19279, + "Ġinterpersonal": 19280, + "Ġcocaine": 19281, + "ĠConditions": 19282, + "Ġtenth": 19283, + "Ġcanals": 19284, + "ahn": 19285, + "Ġdevised": 19286, + "Ġvulnerabilities": 19287, + "Ġremotely": 19288, + "Writing": 19289, + "|The": 19290, + "Ġciting": 19291, + "ĠMiami": 19292, + "Ġprompts": 19293, + "Ġrecovering": 19294, + "-St": 19295, + "/g": 19296, + "Name": 19297, + "riters": 19298, + "Ġlessen": 19299, + "-fold": 19300, + "ĠExchange": 19301, + "ĠDisney": 19302, + "Ġpixel": 19303, + "tail": 19304, + "ĠStalin": 19305, + "Ġmetropolitan": 19306, + "Ġsentiment": 19307, + "ealous": 19308, + "Ġresurrection": 19309, + "sever": 19310, + "Ġmotif": 19311, + "Ġpelvic": 19312, + "Ġreluctant": 19313, + "Ġmerc": 19314, + "Ġchin": 19315, + "Ġministers": 19316, + "Ġteenage": 19317, + "Ġ..": 19318, + "Ġlb": 19319, + "Ġlamin": 19320, + "Ġarter": 19321, + "ĠCreation": 19322, + "Ġnouns": 19323, + "Ġornamental": 19324, + "Ġrecruited": 19325, + "Ġgambling": 19326, + "LP": 19327, + "rators": 19328, + "ĠTesla": 19329, + "Ġclergy": 19330, + "Ġdiscrete": 19331, + "ĠExperience": 19332, + "Ġhatred": 19333, + "Ġmysteries": 19334, + "ĠIdeas": 19335, + "ĠGuardian": 19336, + "iri": 19337, + "Ġmapped": 19338, + "Ġoccupations": 19339, + "ĠClassical": 19340, + "Ġinfertility": 19341, + "-law": 19342, + "Ġemploying": 19343, + "ASH": 19344, + "Ġsuspicious": 19345, + "Ġdilig": 19346, + "ï¬": 19347, + "Ġpatents": 19348, + "Ġmaize": 19349, + "Ġlottery": 19350, + "Ġmicrobiome": 19351, + "lla": 19352, + "Ġglimpse": 19353, + "Ġwelcomed": 19354, + "Along": 19355, + "ĠCamer": 19356, + "Ġhypotheses": 19357, + "Ġpillars": 19358, + "Ġdirectors": 19359, + "ĠSingle": 19360, + "к": 19361, + "Ġgrounded": 19362, + "Ġlabeling": 19363, + "ride": 19364, + "Ġtrump": 19365, + "Ġzoom": 19366, + "ĠIsraelites": 19367, + "Ġmunicipalities": 19368, + "ĠHemisphere": 19369, + "-Z": 19370, + "ã": 19371, + "ido": 19372, + "Ġgoat": 19373, + "Ġcaptures": 19374, + "Ġjudged": 19375, + "Ġremarkably": 19376, + "Ġstrands": 19377, + "Ġworries": 19378, + "ultures": 19379, + "Ġarrays": 19380, + "Ġfinest": 19381, + "ĠSenator": 19382, + "Ġvowel": 19383, + "Day": 19384, + "elect": 19385, + "orect": 19386, + "oken": 19387, + "Ġeconomists": 19388, + "ĠTea": 19389, + "Ġinfantry": 19390, + "Ġgradient": 19391, + "Ġovere": 19392, + "abolic": 19393, + "ĠLect": 19394, + "Ġsystematically": 19395, + "Ġzoo": 19396, + "ĠDeveloping": 19397, + "ĠHoriz": 19398, + "ĠChamp": 19399, + "Ġreplied": 19400, + "Ġintentionally": 19401, + "anus": 19402, + "riel": 19403, + "Ġfinishing": 19404, + "unting": 19405, + "ASE": 19406, + "ĠNik": 19407, + "ĠInsurance": 19408, + "phene": 19409, + "Ġtopical": 19410, + "Ġangels": 19411, + "Ġcomposting": 19412, + "Ġmisc": 19413, + "uded": 19414, + "Ġgraphene": 19415, + "ĠRichmond": 19416, + "Ġmartial": 19417, + "Ġelegant": 19418, + "ĠReturn": 19419, + "Ġâ": 19420, + "Ġdissemin": 19421, + "л": 19422, + "Ġhint": 19423, + "ĠKra": 19424, + "Ġoverc": 19425, + "Ġcoherent": 19426, + "Ġsubord": 19427, + "Ġdepicting": 19428, + "ĠGuatemal": 19429, + "Ġeczema": 19430, + "Ġexcavation": 19431, + "Help": 19432, + "Ġabused": 19433, + "-saving": 19434, + "affe": 19435, + "Ġpumpkin": 19436, + "abbath": 19437, + "ĠTanzania": 19438, + "Ġrelic": 19439, + "Ġcyst": 19440, + "inoids": 19441, + "Ġtendons": 19442, + "Ġtouches": 19443, + "Ġthicker": 19444, + "https": 19445, + "-tech": 19446, + "Ġendure": 19447, + "Ġlegumes": 19448, + "Ġinternally": 19449, + "ĠXML": 19450, + "yloid": 19451, + "Ġsusceptibility": 19452, + "Ġjunior": 19453, + "ĠDys": 19454, + "ructose": 19455, + "ĠClose": 19456, + "Ġundertaking": 19457, + "ε": 19458, + "Ġdroughts": 19459, + "ctoral": 19460, + "urry": 19461, + "Ġeventual": 19462, + "Ġaggrav": 19463, + ".O": 19464, + "Ġprose": 19465, + "ĠMedieval": 19466, + "Ġconsulting": 19467, + "ÃŃa": 19468, + "Ġorbiting": 19469, + "Ġ)Ċ": 19470, + ")(": 19471, + "ĠCher": 19472, + "emperature": 19473, + "Ġunlimited": 19474, + "Ġthereafter": 19475, + "ĠGenetic": 19476, + "ĠVietnamese": 19477, + "Ġoxidative": 19478, + "ĠGregory": 19479, + "ĠTests": 19480, + "ĠSyrian": 19481, + "ĠDifficult": 19482, + "UK": 19483, + "ËĪ": 19484, + "Ġelic": 19485, + "ĠWire": 19486, + "ĠEpid": 19487, + "ĠHealthcare": 19488, + "ĠFinance": 19489, + "Ġjuices": 19490, + "Ġtunnels": 19491, + "Medical": 19492, + "otam": 19493, + "andy": 19494, + "Ġtran": 19495, + "uddy": 19496, + "Sk": 19497, + "entry": 19498, + "idi": 19499, + "Ġangular": 19500, + "Ġphysicists": 19501, + "Ġshelters": 19502, + "FO": 19503, + "orf": 19504, + "ĠGA": 19505, + "riched": 19506, + "Working": 19507, + "âĹı": 19508, + "atum": 19509, + "Ġgi": 19510, + "Ġarithmetic": 19511, + "ĠKam": 19512, + "Ġcarpet": 19513, + "ĠBloom": 19514, + "Ġcomplaint": 19515, + "ĠArabs": 19516, + "Ġvendors": 19517, + "Ġneon": 19518, + "-cigare": 19519, + "Ġpeninsula": 19520, + "jar": 19521, + "Ġdread": 19522, + "Ġnost": 19523, + "ĠSH": 19524, + "Ġdeform": 19525, + "ĠHearing": 19526, + "ĠNar": 19527, + "ĠLibr": 19528, + "contin": 19529, + "Techn": 19530, + "Ġscripts": 19531, + "Ġrhythms": 19532, + "ĠCharlotte": 19533, + "Avoid": 19534, + "hole": 19535, + "ĠFel": 19536, + "ĠVit": 19537, + "Ġconfirms": 19538, + "owship": 19539, + "Ġcumulative": 19540, + "Ġtrajectory": 19541, + "Digital": 19542, + "rah": 19543, + "ĠMaterial": 19544, + "usch": 19545, + "Ġabrupt": 19546, + "Ġadditive": 19547, + "Ġbiases": 19548, + "Ġrainforest": 19549, + "Ġridge": 19550, + "urers": 19551, + "Ġincap": 19552, + "Ġupgrade": 19553, + "ĠChart": 19554, + "fficial": 19555, + "ĠiPhone": 19556, + "Ġaspirin": 19557, + "Ġsailing": 19558, + "Ġshake": 19559, + "ĠNord": 19560, + "arson": 19561, + "-building": 19562, + "Ġbreach": 19563, + "Ġoptic": 19564, + "ennial": 19565, + "inians": 19566, + "igator": 19567, + "estones": 19568, + "ricting": 19569, + "Ġ«": 19570, + "Ġenvelope": 19571, + "-bearing": 19572, + "Ġcharacterize": 19573, + "rological": 19574, + "ĠSummit": 19575, + "ĠEither": 19576, + "Ġhell": 19577, + "owner": 19578, + "Ġlowers": 19579, + "ĠGeneva": 19580, + "ĠStarting": 19581, + "ĠViolence": 19582, + "ĠScale": 19583, + "Ġanticipate": 19584, + "ĠRoger": 19585, + "Ġlivelihoods": 19586, + "-act": 19587, + "LD": 19588, + "sett": 19589, + "Ġstagn": 19590, + "Ġcooper": 19591, + "-learning": 19592, + "ĠExposure": 19593, + "Ġexceeded": 19594, + "Ġresidues": 19595, + "Christian": 19596, + "clerosis": 19597, + "Ġgroom": 19598, + "ĠTol": 19599, + "Ġcomic": 19600, + "Ġkiss": 19601, + "Ġbackwards": 19602, + "Ġsorting": 19603, + "ĠCitizens": 19604, + "Ġpier": 19605, + "Ġresume": 19606, + "avan": 19607, + "rolling": 19608, + "Ġpollinators": 19609, + "Ġwoodland": 19610, + "Ġprevailing": 19611, + "ĠDOI": 19612, + "-generation": 19613, + "ĠNT": 19614, + "Ġuneven": 19615, + "Ġoverth": 19616, + "ĠReform": 19617, + "Ġconquer": 19618, + "Ġbloody": 19619, + "ĠReef": 19620, + "shire": 19621, + "Ġanalysts": 19622, + "Ġgardeners": 19623, + "ĠSpecific": 19624, + "every": 19625, + "rational": 19626, + "ĠPregn": 19627, + "umed": 19628, + "ĠRud": 19629, + "Ġexpects": 19630, + "Ġvalidation": 19631, + "Ġancestral": 19632, + "Ġblanket": 19633, + "Acc": 19634, + "sometimes": 19635, + "heid": 19636, + "eston": 19637, + "ĠWes": 19638, + "alsy": 19639, + "Ġinterchange": 19640, + "Ġbiochemical": 19641, + "Ġdenial": 19642, + "ĠOrganisation": 19643, + "Ġsedentary": 19644, + "-exp": 19645, + "Ġfancy": 19646, + "idian": 19647, + "iza": 19648, + "Ġvisc": 19649, + "Ġsharply": 19650, + "Ġforecasts": 19651, + "Ġhierarch": 19652, + "Ġdeliberate": 19653, + "iruses": 19654, + "Ġtracing": 19655, + "Ġconscience": 19656, + "ucing": 19657, + "Ġsocket": 19658, + "Ġdaytime": 19659, + "Ġrealizing": 19660, + "Ġfishermen": 19661, + "Ġcategorized": 19662, + "Call": 19663, + "Ġchess": 19664, + "Ġspacing": 19665, + "ĠVo": 19666, + "Ġrolls": 19667, + "Ġflavors": 19668, + "ĠOperation": 19669, + "ĠUpdated": 19670, + "Ġfixt": 19671, + "ĠPlastic": 19672, + "ebook": 19673, + "ĠStatement": 19674, + "ĠAuto": 19675, + "black": 19676, + "Ġbooster": 19677, + "Ġfulfilled": 19678, + "|F": 19679, + "Ġalcoholic": 19680, + "ĠDragon": 19681, + "ampus": 19682, + "Hy": 19683, + "ĠGener": 19684, + "Ġwildfires": 19685, + "Ġrainy": 19686, + "Ġconfirmation": 19687, + "Ġgallon": 19688, + "Ġtolerant": 19689, + "Ġobstacle": 19690, + "NP": 19691, + "enza": 19692, + "Ġeg": 19693, + "ĠBP": 19694, + "quet": 19695, + "-sm": 19696, + "Ġaudit": 19697, + "Ġexcellence": 19698, + "Ġinequalities": 19699, + "Written": 19700, + "ĠJama": 19701, + "ĠStrait": 19702, + "Ġeruptions": 19703, + "alach": 19704, + "thalm": 19705, + "ĠDiversity": 19706, + "Ġsoccer": 19707, + "ĠDeal": 19708, + "riminal": 19709, + "Ġstrengthened": 19710, + "ĠCambodia": 19711, + "Ġthigh": 19712, + "Ġseaw": 19713, + "Ġcrushing": 19714, + "Ġconductivity": 19715, + "ée": 19716, + "ĠMilk": 19717, + "Ġcryptocurrency": 19718, + "BO": 19719, + "oarthritis": 19720, + "Ġbending": 19721, + "ĠMC": 19722, + "ĠMust": 19723, + "ĠMira": 19724, + "Ġparalysis": 19725, + "Ġheadlines": 19726, + "iarism": 19727, + "Ġhomeland": 19728, + "Ġpige": 19729, + "Ts": 19730, + "Ġupstream": 19731, + "Ġpresidency": 19732, + "Ġvectors": 19733, + "Ġinstallations": 19734, + "ĠColonel": 19735, + "cribed": 19736, + "itating": 19737, + "Ġstance": 19738, + "ockey": 19739, + "ĠAnthrop": 19740, + "Space": 19741, + "Ġformatting": 19742, + "Ġawaken": 19743, + "Ġforgiveness": 19744, + "roscopy": 19745, + "Mich": 19746, + "Ġwart": 19747, + "ĠGates": 19748, + "Ġours": 19749, + "Ġarchaeology": 19750, + "EEE": 19751, + "aunting": 19752, + "nell": 19753, + "Ġcray": 19754, + "Ġcongregation": 19755, + "emporary": 19756, + "Ġspear": 19757, + "Ġinduction": 19758, + "Ġfigured": 19759, + "ĠRegiment": 19760, + "Ġdeficient": 19761, + "ĠOperations": 19762, + "Taking": 19763, + "Ġcoarse": 19764, + "ĠPolitics": 19765, + "ĠPractices": 19766, + "ĠEnsure": 19767, + "Ġbatch": 19768, + "ĠFresh": 19769, + "Ġeconomical": 19770, + "Ġdevotion": 19771, + "ascar": 19772, + "ĠWorksheet": 19773, + "ĠOrigin": 19774, + "ĠUltimately": 19775, + "Ġubiquitous": 19776, + "Care": 19777, + "chin": 19778, + "Ġbyp": 19779, + "ecal": 19780, + "Ġsometime": 19781, + "Ġlifestyles": 19782, + "Ġadvisable": 19783, + "Ġomn": 19784, + "abwe": 19785, + "ĠPlans": 19786, + "Ġtuned": 19787, + "enz": 19788, + "quin": 19789, + "ĠFuk": 19790, + "Ġfamine": 19791, + "Ġsanctuary": 19792, + "-ed": 19793, + "ĠTas": 19794, + "Ġsiege": 19795, + "dep": 19796, + "amorph": 19797, + "ĠTherap": 19798, + "ustomed": 19799, + "Ġreciproc": 19800, + "________________": 19801, + "ĠManchester": 19802, + "ĠScandinav": 19803, + "ĠMom": 19804, + "Ġintermitt": 19805, + "Ġweighs": 19806, + "itching": 19807, + "ĠWide": 19808, + "ivan": 19809, + "ĠPros": 19810, + "Share": 19811, + "Ġaccommodation": 19812, + "Ġforbidden": 19813, + "ĠBranch": 19814, + "ĠFaculty": 19815, + "Explore": 19816, + "doms": 19817, + "erobic": 19818, + "Ġski": 19819, + "Ġfacilitates": 19820, + "ĠIncrease": 19821, + "utrient": 19822, + "had": 19823, + "onian": 19824, + "erly": 19825, + "ĠFruit": 19826, + "Ġclearer": 19827, + "ECD": 19828, + "Ġsanit": 19829, + "ĠKeeping": 19830, + "Ġsadness": 19831, + "Resp": 19832, + "based": 19833, + "ĠAld": 19834, + "ĠRO": 19835, + "-co": 19836, + "Ġhardy": 19837, + "Ġdeprived": 19838, + "kers": 19839, + "Ġinsecurity": 19840, + "Ġnov": 19841, + "ummy": 19842, + "Ġsurpass": 19843, + "Ġdonate": 19844, + "brids": 19845, + "ĠMatter": 19846, + "Ġveggies": 19847, + "Hum": 19848, + "tec": 19849, + "Ġreusable": 19850, + "ĠVik": 19851, + "Ġmedi": 19852, + "Ġmultid": 19853, + "ĠRegardless": 19854, + "Ġrebuilt": 19855, + "Ġneutron": 19856, + "innamon": 19857, + "Ġsailors": 19858, + "ĠiPad": 19859, + "Bar": 19860, + "opathic": 19861, + "Ġsimulated": 19862, + "Ġinflamed": 19863, + "Ġfatalities": 19864, + "/O": 19865, + "Fact": 19866, + "Tw": 19867, + "esty": 19868, + "Ġphosphate": 19869, + "ĠInterestingly": 19870, + "ĠGirls": 19871, + "Ġcautious": 19872, + "ĠEagle": 19873, + "Ġattained": 19874, + "Ġmonster": 19875, + "-face": 19876, + "Ġlettuce": 19877, + "brance": 19878, + ")-": 19879, + "Ġcanine": 19880, + "auer": 19881, + "risoned": 19882, + "Ġmarriages": 19883, + "Environmental": 19884, + "Ġcramps": 19885, + "ĠBrooklyn": 19886, + "Ġdormant": 19887, + "BE": 19888, + "Ġpause": 19889, + "Ġstyl": 19890, + "Ġdeserves": 19891, + "Ġhadn": 19892, + "Ġforefront": 19893, + "Ġredness": 19894, + "ĠGenetics": 19895, + "Ġbankrupt": 19896, + "Ġcriticized": 19897, + "Ġpengu": 19898, + "Ġweighed": 19899, + "ignificant": 19900, + "Ġsocialist": 19901, + "Ġdiagnoses": 19902, + "Ġquietly": 19903, + "Ġportraits": 19904, + "Hen": 19905, + "gom": 19906, + "Ġtraded": 19907, + "Ġthinkers": 19908, + "-winning": 19909, + "Ġfictional": 19910, + "fn": 19911, + "irming": 19912, + "Ġcommunal": 19913, + "Ġunderstandable": 19914, + "Ġcorals": 19915, + "Ġcoastline": 19916, + "Ġchapel": 19917, + "à¦": 19918, + "ĠVII": 19919, + "Ġdiscol": 19920, + "-olds": 19921, + "Ġpiles": 19922, + "earth": 19923, + "Ġclue": 19924, + "Ġacron": 19925, + "-bo": 19926, + "Ġtruths": 19927, + "iagnosed": 19928, + "USA": 19929, + "Ġoval": 19930, + "ĠTru": 19931, + "ĠWhole": 19932, + "Ġcollects": 19933, + "ĠComment": 19934, + "Ġborrowed": 19935, + "Ġsterile": 19936, + "Ġcondemned": 19937, + "Ġpant": 19938, + "icated": 19939, + "than": 19940, + "Ġdeeds": 19941, + "Ġclots": 19942, + "Ġcohes": 19943, + "Ġmalignant": 19944, + "Ġstimulated": 19945, + "Ġcandles": 19946, + "Ġdesperate": 19947, + "Ġundergone": 19948, + "cop": 19949, + "Ġranged": 19950, + "ĠNiger": 19951, + "ĠAnswers": 19952, + "Ġfinances": 19953, + "Ġsufferers": 19954, + "ĠLabour": 19955, + "Ġaccidental": 19956, + "Ġelders": 19957, + "Ġmiracle": 19958, + "Ġligaments": 19959, + "iang": 19960, + "opotam": 19961, + "ĠRS": 19962, + "Ġpled": 19963, + "Ġhumming": 19964, + "ĠInterior": 19965, + "Energy": 19966, + "Ġaesthet": 19967, + "Ġenforced": 19968, + "Ġjunction": 19969, + "Ġsensations": 19970, + "ĠCountries": 19971, + "Ġdependency": 19972, + "Ġderives": 19973, + "Ġcompositions": 19974, + "nom": 19975, + "ĠMamm": 19976, + "Ġconting": 19977, + "Ġdiffusion": 19978, + "dehy": 19979, + "ORT": 19980, + "ĠPHP": 19981, + "aan": 19982, + "ĠNormal": 19983, + "Ġnationalism": 19984, + "Ġpredictive": 19985, + "urdy": 19986, + "Ġpropagation": 19987, + "Ġestablishes": 19988, + "Ġtextiles": 19989, + "Ġpredicts": 19990, + "Ġmounting": 19991, + "Ġaltering": 19992, + "ĠLatino": 19993, + "ĠNortheast": 19994, + "ĠAdvisory": 19995, + "Ġaux": 19996, + "Ġanimated": 19997, + "ylene": 19998, + "inis": 19999, + "Ġfres": 20000, + "ĠFR": 20001, + "Ġscarcity": 20002, + "Ġvegan": 20003, + "ĠApproach": 20004, + "-Americans": 20005, + "Ġgrandmother": 20006, + "ĠHolland": 20007, + "ĠDivine": 20008, + "ĠStatus": 20009, + "ĠPearl": 20010, + "late": 20011, + "),Ċ": 20012, + "Ġautistic": 20013, + "Ġcancerous": 20014, + "ĠTrinity": 20015, + "Ġabsorbing": 20016, + "metry": 20017, + "egradable": 20018, + "Ġviv": 20019, + "Ġblamed": 20020, + "Ġdissolve": 20021, + "Ġimplied": 20022, + "Ġdisrupted": 20023, + "listed": 20024, + "Ġbilingual": 20025, + "ĠRou": 20026, + "Ġamateur": 20027, + "Ġmagnets": 20028, + "ĠCharter": 20029, + "Ġaggress": 20030, + "Ġpioneering": 20031, + "anthrop": 20032, + "Ġmock": 20033, + "ĠGro": 20034, + "Ġspeculation": 20035, + "Ġindul": 20036, + "plications": 20037, + "uthors": 20038, + "imates": 20039, + "Ġproactive": 20040, + "ĠRoot": 20041, + "ĠLands": 20042, + "Ġregiment": 20043, + "Ġnumbered": 20044, + "-mod": 20045, + "Ġmotions": 20046, + "Ġconductor": 20047, + "Ġburd": 20048, + "Ġruin": 20049, + "requis": 20050, + "ĠHughes": 20051, + "orectal": 20052, + "Write": 20053, + "Ġpacks": 20054, + "sole": 20055, + "-producing": 20056, + "Ġcolonization": 20057, + "ĠCoron": 20058, + "-Based": 20059, + "unctions": 20060, + "iculture": 20061, + "ĠDoing": 20062, + "ĠColonial": 20063, + "Description": 20064, + "Ġshadows": 20065, + "Ġbedtime": 20066, + "Ġintentional": 20067, + "DO": 20068, + "Port": 20069, + "Ġcaste": 20070, + "ĠMend": 20071, + "Ġcoated": 20072, + "Ġsweating": 20073, + "ĠCoastal": 20074, + "Ġdubbed": 20075, + "Ġpoured": 20076, + "ĠLung": 20077, + "Ġcrabs": 20078, + "Ġdismissed": 20079, + "×ķ": 20080, + "Ġripe": 20081, + "ibia": 20082, + "Ġindications": 20083, + "rimination": 20084, + "Ġsoybean": 20085, + "bach": 20086, + "source": 20087, + "Ġcoop": 20088, + "ĠButter": 20089, + "ĠTibetan": 20090, + "ĠHond": 20091, + "Ġinscription": 20092, + "ĠArg": 20093, + "-pres": 20094, + "Ġsquash": 20095, + "Ġlacked": 20096, + "ĠOriginally": 20097, + "Ġrecruitment": 20098, + "Ġannex": 20099, + "ĠVel": 20100, + "ĠViking": 20101, + "Ġbacking": 20102, + "Ġcausal": 20103, + "Ġrainbow": 20104, + "ĠCommunities": 20105, + "without": 20106, + "Ġsuspic": 20107, + "Generally": 20108, + "ĠCircle": 20109, + "Ġlasers": 20110, + "Ġunrelated": 20111, + "Ġpolio": 20112, + "Ġdrains": 20113, + "-looking": 20114, + "ĠEspecially": 20115, + "Best": 20116, + "Ġthee": 20117, + "ĠSample": 20118, + "Ġrepository": 20119, + "Ġtumour": 20120, + "Ġcontempl": 20121, + "ĠProperty": 20122, + ".a": 20123, + "Ġfork": 20124, + "ĠCV": 20125, + "Ġ-Ċ": 20126, + "Ġvaccinations": 20127, + "Ġflatten": 20128, + "Ġminimizing": 20129, + "ĠStein": 20130, + "Ġrespiration": 20131, + "Ġnortheastern": 20132, + "Ġarguably": 20133, + "udal": 20134, + "ĠVoy": 20135, + "Ġexplorers": 20136, + "Mem": 20137, + "Ġtails": 20138, + "Ġwitch": 20139, + "urface": 20140, + "ĠMail": 20141, + "ĠWatson": 20142, + "ousands": 20143, + "Ġsecuring": 20144, + "ahu": 20145, + "Ġbattlefield": 20146, + "Ġglacier": 20147, + "ĠLebanon": 20148, + "Ġwit": 20149, + "ĠCroat": 20150, + "ĠDest": 20151, + "anking": 20152, + "Ġrealise": 20153, + "ĠHarrison": 20154, + "Ġpremise": 20155, + "ĠScholar": 20156, + "ĠLimited": 20157, + "(d": 20158, + "Ġtribute": 20159, + "igg": 20160, + "Ġcanned": 20161, + "ĠFine": 20162, + "ĠRuth": 20163, + "Ġexcuse": 20164, + "ĠAnyone": 20165, + "ĠAlternatively": 20166, + "\"),": 20167, + "cap": 20168, + "ĠChem": 20169, + "jection": 20170, + "venth": 20171, + "Ġmarkings": 20172, + "ĠWarren": 20173, + "Ġcollector": 20174, + "Ġrainwater": 20175, + "ĠMontreal": 20176, + "Ġdermatitis": 20177, + "uced": 20178, + "onial": 20179, + "illus": 20180, + "ĠGrowing": 20181, + "ĠLeave": 20182, + "ĠPanama": 20183, + "ĠIncreasing": 20184, + "ĠProtein": 20185, + "fields": 20186, + "ĠTab": 20187, + "ĠCats": 20188, + "Ġanytime": 20189, + "Ġformulation": 20190, + "Ġeliminates": 20191, + "pendicular": 20192, + "ĠNH": 20193, + "Ġherds": 20194, + "Ġburnt": 20195, + "-stage": 20196, + "selling": 20197, + "ĠHE": 20198, + "Ġclassify": 20199, + "Ġretailers": 20200, + "Ġsubmarine": 20201, + "ergen": 20202, + "ĠNixon": 20203, + "standard": 20204, + "âĢĶwhich": 20205, + "ankton": 20206, + "Ġmissionaries": 20207, + "Ġadvisory": 20208, + "Ġpancreatic": 20209, + "Ġspans": 20210, + "Ġrecipients": 20211, + "ĠMidwest": 20212, + "Ġlandfills": 20213, + "ĠMalt": 20214, + "Ġweird": 20215, + "ĠBald": 20216, + "âĢĿ).": 20217, + "ĠJoy": 20218, + "Ġjustification": 20219, + "paring": 20220, + "ĠNoah": 20221, + "Ġabsorbs": 20222, + "Ġwreck": 20223, + "isy": 20224, + "arget": 20225, + "Ġdock": 20226, + "Ġlays": 20227, + "cemic": 20228, + "ĠFib": 20229, + "-tailed": 20230, + "Ġbasement": 20231, + "ĠMyanmar": 20232, + "ĠHTTP": 20233, + "ĠRico": 20234, + "interest": 20235, + "ĠVent": 20236, + "exper": 20237, + "Ġlandowners": 20238, + "Ġvertically": 20239, + "Ġbudgets": 20240, + "Ġtart": 20241, + "ĠCause": 20242, + "opus": 20243, + "ĠGill": 20244, + "Ġclog": 20245, + "Ġdecisive": 20246, + "-wing": 20247, + "ĠReligious": 20248, + "Ġbombing": 20249, + "Ġmantle": 20250, + "/T": 20251, + "natal": 20252, + "anne": 20253, + "Ġclassmates": 20254, + "Ġthinner": 20255, + "Ġextremes": 20256, + "imbabwe": 20257, + "Ġdwelling": 20258, + "ĠZero": 20259, + "ushima": 20260, + "Ġrebuild": 20261, + "ĠMeteor": 20262, + "Ġsacrifices": 20263, + "Kids": 20264, + "Ġnap": 20265, + "Ġstairs": 20266, + "Ġcollectors": 20267, + "ĠAustralians": 20268, + "Ġmastery": 20269, + "Ġdurability": 20270, + "-age": 20271, + "ÏĦ": 20272, + "Ġtect": 20273, + "ĠVIII": 20274, + "Ġemploys": 20275, + "Ġrefres": 20276, + "Ġwarrior": 20277, + "Ġcontracting": 20278, + "Ġmascul": 20279, + "wear": 20280, + "ceived": 20281, + "Ġstove": 20282, + "ĠRT": 20283, + "Ġnewest": 20284, + "Ġamp": 20285, + "ĠObesity": 20286, + "Rich": 20287, + "ĠCant": 20288, + "ĠBuy": 20289, + "aky": 20290, + "Ġposting": 20291, + "umbling": 20292, + "ergic": 20293, + "Ġscreened": 20294, + "Ġswept": 20295, + "-resolution": 20296, + "Ġobscure": 20297, + "tis": 20298, + "Ġfighter": 20299, + "ĠGem": 20300, + "Ġpores": 20301, + "ewish": 20302, + "ĠJere": 20303, + "Ġscaff": 20304, + "Ġportal": 20305, + "Ġasteroids": 20306, + "Ġstationary": 20307, + "ĠInfantry": 20308, + "ĠEthics": 20309, + "ĠWallace": 20310, + "(x": 20311, + "illas": 20312, + "Ġredund": 20313, + "âĢľOur": 20314, + "ĠShaw": 20315, + "Ġpreventative": 20316, + "-half": 20317, + "Ġinterviewed": 20318, + "Ġminiature": 20319, + "ĠAstronomy": 20320, + "Ġlaz": 20321, + "ĠLore": 20322, + "Ġbeginnings": 20323, + "apple": 20324, + "ĠGrass": 20325, + "gomery": 20326, + "/B": 20327, + "uador": 20328, + "Ïģ": 20329, + "Ġrim": 20330, + "Ġevid": 20331, + "Ġqueries": 20332, + "Ġdepict": 20333, + "Ġcheer": 20334, + "Ġmyel": 20335, + "Ġshelves": 20336, + "Ġsubscribe": 20337, + "*Ċ": 20338, + "DE": 20339, + "Ġanybody": 20340, + "Ġsupplying": 20341, + "Ġhardest": 20342, + "Ġbuyers": 20343, + "Ġencouragement": 20344, + "Ġimpulses": 20345, + "ĠAlexandria": 20346, + "GL": 20347, + "yon": 20348, + "ĠAnxiety": 20349, + "Ġmighty": 20350, + "ammed": 20351, + "Ġmortgage": 20352, + "Ġappointments": 20353, + "Ġplaus": 20354, + "Ġlipid": 20355, + "Ġcabbage": 20356, + "Ġpsy": 20357, + "ĠMix": 20358, + "comb": 20359, + "Ġideally": 20360, + "Ġslows": 20361, + "Ġoriginate": 20362, + "ĠGraham": 20363, + "Ġflourish": 20364, + "Ġsugary": 20365, + "flies": 20366, + "Ġpuberty": 20367, + "ĠAA": 20368, + "ĠNIH": 20369, + "ĠLinks": 20370, + "Ġmonkey": 20371, + "Ġadaptations": 20372, + "mund": 20373, + "ĠAchie": 20374, + "ĠRing": 20375, + "agascar": 20376, + "ĠParker": 20377, + "Ġworrying": 20378, + "Ġcaval": 20379, + "ĠOliver": 20380, + "ĠJoshua": 20381, + "Ġenjoys": 20382, + "Ġmilligrams": 20383, + "Ġhiring": 20384, + "ĠCoc": 20385, + "ĠLisa": 20386, + "ighted": 20387, + "Ġscaling": 20388, + "Ġinsisted": 20389, + "geries": 20390, + "ĠNonetheless": 20391, + "Ġsuburban": 20392, + "Ġcohort": 20393, + "ĠLud": 20394, + "ipel": 20395, + "Ġglobalization": 20396, + "Ġsnails": 20397, + "Ġuncover": 20398, + "-range": 20399, + "George": 20400, + "Ġgestures": 20401, + "Beg": 20402, + "deg": 20403, + "onts": 20404, + "ĠAdding": 20405, + "helm": 20406, + "Ġnuclei": 20407, + "ĠHelen": 20408, + "Ġcrowds": 20409, + "ĠEra": 20410, + "ĠLORD": 20411, + "Ġbelievers": 20412, + "Ġavoidance": 20413, + "Ġexpecting": 20414, + "ĠJoin": 20415, + "Ġstabilize": 20416, + "negie": 20417, + "Ġcush": 20418, + "Ġsubmission": 20419, + "Ġsociology": 20420, + "Ġstrangers": 20421, + "Ġlovers": 20422, + "ANT": 20423, + "Ġfertilization": 20424, + "Ġrandomized": 20425, + "flowers": 20426, + "aternity": 20427, + "Ġprecursor": 20428, + "ĠEsc": 20429, + "Ġsecretion": 20430, + "Ġsclerosis": 20431, + "Ġaddictive": 20432, + "rend": 20433, + "Ġemerges": 20434, + "Adv": 20435, + "matical": 20436, + "Individual": 20437, + "Ġguarantees": 20438, + "flammation": 20439, + "Ġstip": 20440, + "Ġrests": 20441, + "beans": 20442, + "ĠElse": 20443, + "ĠKevin": 20444, + "Ġsummarize": 20445, + "Journal": 20446, + "Text": 20447, + "roaches": 20448, + "ĠCome": 20449, + "anners": 20450, + "Ġdebated": 20451, + "Ġpuls": 20452, + "Ġteenager": 20453, + "Ġgranite": 20454, + "\"In": 20455, + "lined": 20456, + "ĠVinc": 20457, + "Ġsubset": 20458, + "Ġpolitician": 20459, + "ĠFeel": 20460, + "Ġantimicrobial": 20461, + "olate": 20462, + "ractice": 20463, + "Ġprogrammers": 20464, + "Ġsnaps": 20465, + "Ġexperimentation": 20466, + "ĠCheroke": 20467, + "Ġboosting": 20468, + "Ġdatasets": 20469, + "Ġdepletion": 20470, + "Ġsaints": 20471, + "ĠMi": 20472, + "ĠFinding": 20473, + "prov": 20474, + "Ġfootage": 20475, + "Off": 20476, + "anti": 20477, + "Ġslice": 20478, + "development": 20479, + "ĠChapel": 20480, + "orian": 20481, + "ĠSoph": 20482, + "Ġimprisoned": 20483, + "Ġinfancy": 20484, + "Ġdifferentiated": 20485, + "Ġnonetheless": 20486, + "Ġadapting": 20487, + "Ġarche": 20488, + "âĢĶor": 20489, + "ĠExam": 20490, + "Ġexceptionally": 20491, + "Ġdistributions": 20492, + "oad": 20493, + "Ġbytes": 20494, + "Ġboiled": 20495, + "Ġdevote": 20496, + "-do": 20497, + "Ġfigur": 20498, + "ĠJudah": 20499, + "Ġpossesses": 20500, + "Ġdisadvantaged": 20501, + "Ġdispersed": 20502, + "Ġcuisine": 20503, + "ĠBristol": 20504, + "bas": 20505, + "ivorous": 20506, + "Ġreadiness": 20507, + "-lasting": 20508, + "Ġbarn": 20509, + "?)": 20510, + "Ġfond": 20511, + "Ġmultimedia": 20512, + "Ġsupernov": 20513, + "": 21346, + "ĠReich": 21347, + "Ġcopying": 21348, + "Ġcommented": 21349, + "Ġaccelerating": 21350, + "Ġexcavated": 21351, + "Ġgesture": 21352, + "ĠCondition": 21353, + "ĠHotel": 21354, + "ĠManufacturing": 21355, + "Ġunderwent": 21356, + "ĠStewart": 21357, + "Ġyarn": 21358, + "Ġstellar": 21359, + "thernet": 21360, + "Ġdisastrous": 21361, + "ĠSpeed": 21362, + "Ġretinal": 21363, + "tta": 21364, + "Ġreacts": 21365, + "Ġreflections": 21366, + "Technology": 21367, + "Ġpersuade": 21368, + "Mary": 21369, + "ectomy": 21370, + "ĠGN": 21371, + "Ġsettling": 21372, + "Ġmelted": 21373, + "ĠTerms": 21374, + "Ġyielded": 21375, + "Ġlactose": 21376, + "Section": 21377, + "hoot": 21378, + "Ġhull": 21379, + "Ġprognosis": 21380, + "Ġsteering": 21381, + "ĠRecogn": 21382, + "Ġmanifestations": 21383, + "Ġtoilets": 21384, + "-consuming": 21385, + "folk": 21386, + "onies": 21387, + "Ġsnap": 21388, + "Ġdisposed": 21389, + "ĠMessiah": 21390, + "Similarly": 21391, + "Ġsands": 21392, + "Ġinorganic": 21393, + "agin": 21394, + "Ġimprison": 21395, + "ĠKle": 21396, + "-source": 21397, + "Ġbenz": 21398, + "Ġcritique": 21399, + "opsis": 21400, + "ĠPatri": 21401, + "-containing": 21402, + "Ġlice": 21403, + "stick": 21404, + "riet": 21405, + "Ġpreparedness": 21406, + "ĠMadagascar": 21407, + "Ġcavalry": 21408, + "ĠCinc": 21409, + "ĠFal": 21410, + "Ġgenomes": 21411, + "Ġvillagers": 21412, + "ĠTemperature": 21413, + "Ġdentists": 21414, + "Ġvagina": 21415, + "Ġcosmetic": 21416, + "Ġlumber": 21417, + "ĠCord": 21418, + "omeg": 21419, + "Ġclips": 21420, + "Ġflames": 21421, + "-fl": 21422, + "lickr": 21423, + "ĠBasically": 21424, + "vier": 21425, + "absor": 21426, + "Ġadherence": 21427, + "âĢĿâĢĶ": 21428, + "byter": 21429, + "ĠGene": 21430, + "ĠCommercial": 21431, + "ĠSteven": 21432, + "Ġsatisfying": 21433, + "Edit": 21434, + "ĠDrugs": 21435, + "Ġfeminist": 21436, + "Ġmitochondrial": 21437, + "mass": 21438, + "Ġfills": 21439, + "ĠCalcium": 21440, + "Ġignoring": 21441, + "Ġfortress": 21442, + "ĠAddress": 21443, + "DB": 21444, + "thens": 21445, + "alis": 21446, + "ĠSikh": 21447, + "ĠHundred": 21448, + "Ġspouse": 21449, + "tlement": 21450, + "Ġconsumes": 21451, + "ĠFinnish": 21452, + "Ġdivides": 21453, + "Ġbree": 21454, + "Ġindefin": 21455, + "Ġplank": 21456, + "ĠNeander": 21457, + "Ġcomparatively": 21458, + "Ġdelegates": 21459, + "ĠRol": 21460, + "ighty": 21461, + "Ġcoaches": 21462, + "Ġintercept": 21463, + "derived": 21464, + "ocused": 21465, + "ĠLeaf": 21466, + "Ġtransferring": 21467, + "Ġbrowsers": 21468, + "Ġexceeding": 21469, + "aution": 21470, + "ĠSevere": 21471, + "communications": 21472, + "Mac": 21473, + "data": 21474, + "Ġmarketplace": 21475, + "Ġdebts": 21476, + "ĠGlas": 21477, + "Ġenhancement": 21478, + "ĠHinduism": 21479, + "Visit": 21480, + "ĠDallas": 21481, + "dev": 21482, + "ĠExpert": 21483, + "Ġtornado": 21484, + "Ġconfronted": 21485, + "Ġå": 21486, + "lesi": 21487, + "Ġopera": 21488, + "Ġembro": 21489, + "Around": 21490, + "Ġbury": 21491, + "ĠMack": 21492, + "ĠRES": 21493, + "ĠSurface": 21494, + "ĠInitially": 21495, + "ĠRhode": 21496, + "ĠBehavioral": 21497, + "ĠRequire": 21498, + "-In": 21499, + "ĠRu": 21500, + "Ġzebra": 21501, + "INT": 21502, + "IONS": 21503, + "encer": 21504, + "Ġmosaic": 21505, + "ĠIncome": 21506, + "Ġmayor": 21507, + "Ġesteem": 21508, + "Ġprepares": 21509, + "Ġligament": 21510, + "Ġprophets": 21511, + "Benefits": 21512, + "British": 21513, + "Ġ]": 21514, + "Psych": 21515, + "door": 21516, + "Ġmoths": 21517, + "ĠReagan": 21518, + "Ġcredibility": 21519, + "Blood": 21520, + "MJ": 21521, + "roved": 21522, + "oter": 21523, + "ĠSabbath": 21524, + "Ġupside": 21525, + "Ġeditions": 21526, + "ĠGuy": 21527, + "ĠReader": 21528, + "Ġmissiles": 21529, + "history": 21530, + "ĠTasman": 21531, + "-General": 21532, + "vents": 21533, + "Ġdining": 21534, + "ibles": 21535, + "Ġscoring": 21536, + "techn": 21537, + "Ġdoctoral": 21538, + "ĠDiscover": 21539, + "Ġtyph": 21540, + ".V": 21541, + "Ġpaved": 21542, + "roduce": 21543, + "klore": 21544, + "ĠLaura": 21545, + "Main": 21546, + "PG": 21547, + "Prim": 21548, + "Ñĥ": 21549, + "ĠBelt": 21550, + "ĠHus": 21551, + "ĠHipp": 21552, + "ĠLion": 21553, + "Ġindispens": 21554, + "Ġshowc": 21555, + "Ġequip": 21556, + "Ġcruise": 21557, + "Ġneuroscience": 21558, + "Ġmushroom": 21559, + "Tips": 21560, + "ĠFill": 21561, + "Ġprotons": 21562, + "ĠResolution": 21563, + "Ġtitanium": 21564, + "Ġattracts": 21565, + "Creating": 21566, + "Ġdire": 21567, + "Ġhighways": 21568, + "Ġabscess": 21569, + "Ġsouthwestern": 21570, + "ĠPalm": 21571, + "Ġascertain": 21572, + "ĠMedicaid": 21573, + "German": 21574, + "Ġwaking": 21575, + "Ġweaving": 21576, + "obiles": 21577, + "Ġnoises": 21578, + "Ġgrading": 21579, + "Ġcurv": 21580, + "Ġselfish": 21581, + "ĠImaging": 21582, + "Ġestimation": 21583, + "Ġdispose": 21584, + "Imp": 21585, + "Ġfantasy": 21586, + "Ġintraven": 21587, + "Ġhappier": 21588, + "ĠCarnegie": 21589, + "asionally": 21590, + "Ġmerged": 21591, + "Sat": 21592, + "beck": 21593, + "drop": 21594, + "nan": 21595, + "ĠMol": 21596, + "ĠHomer": 21597, + "Ġblues": 21598, + "Ġoppose": 21599, + "Ġpetals": 21600, + "Ġidi": 21601, + "Ġamplitude": 21602, + "arg": 21603, + "utan": 21604, + "ĠFuel": 21605, + "Ġpatrol": 21606, + "Ġfluency": 21607, + "Ġrichest": 21608, + "disc": 21609, + "Ġladies": 21610, + "ĠSomething": 21611, + "ippers": 21612, + "owski": 21613, + "Ġcoordinator": 21614, + "ĠBurg": 21615, + "rud": 21616, + "ı": 21617, + "ĠTodd": 21618, + "Ġmeasurable": 21619, + "ĠAppalach": 21620, + "Ġsubmerged": 21621, + "Little": 21622, + "erable": 21623, + "ogh": 21624, + "ĠStorage": 21625, + "-cal": 21626, + "ĠAugustine": 21627, + "-European": 21628, + "Ġsearched": 21629, + "Return": 21630, + "Ġhelicopter": 21631, + "pg": 21632, + "Ġstagger": 21633, + "ĠBehind": 21634, + "Ġprobiotics": 21635, + "urchase": 21636, + "Ġmusician": 21637, + "Ġrespects": 21638, + "ĠQuarter": 21639, + "Ġattracting": 21640, + "ĠRogers": 21641, + "named": 21642, + "ĠMang": 21643, + "Ġneighbourhood": 21644, + "ĠNATO": 21645, + "-aged": 21646, + "Ġpent": 21647, + "Ġmalf": 21648, + "Ġalloys": 21649, + "ancipation": 21650, + "paration": 21651, + "Ġrunners": 21652, + "-house": 21653, + "Ġmissionary": 21654, + "ĠOlder": 21655, + "Ġvalidate": 21656, + "Ġprefix": 21657, + "Ġhort": 21658, + "ĠSom": 21659, + "ifts": 21660, + "ĠMul": 21661, + "Ġplacent": 21662, + "Ġphonics": 21663, + "Ġgenres": 21664, + "Init": 21665, + "Ġexplor": 21666, + "-carbon": 21667, + "Ġfreight": 21668, + "Ġwinding": 21669, + "Ġblessings": 21670, + "ĠSacrament": 21671, + "Ġsorry": 21672, + "ĠWritten": 21673, + "ĠHein": 21674, + "ĠConduct": 21675, + "ĠExternal": 21676, + "Ġmodeled": 21677, + "ĠAmsterdam": 21678, + "Ġhopeless": 21679, + "Ġcrusher": 21680, + "Cong": 21681, + "yll": 21682, + "Ġdad": 21683, + "Ġelectroc": 21684, + "-fired": 21685, + "ĠApache": 21686, + "ĠFormat": 21687, + "Ġundermine": 21688, + "MENT": 21689, + "Ġoversee": 21690, + "Ġcircadian": 21691, + "Enter": 21692, + "Ġsuperficial": 21693, + "Ġfeces": 21694, + "Ġsty": 21695, + "ĠWat": 21696, + "Ġgenomic": 21697, + "Ġswings": 21698, + "Ġjudgments": 21699, + "ĠSurve": 21700, + "ĠSupply": 21701, + "ĠDifference": 21702, + "Ġgiants": 21703, + "Ġ_": 21704, + "Coll": 21705, + "uria": 21706, + "sche": 21707, + "Ġrevival": 21708, + "Ġexperimenting": 21709, + "-ref": 21710, + "oplankton": 21711, + "Ġproxy": 21712, + "Ġelectrolyte": 21713, + "Ġrupture": 21714, + "Wood": 21715, + "oust": 21716, + "asso": 21717, + "rable": 21718, + "ĠME": 21719, + "meaning": 21720, + "Ġlogin": 21721, + "Ġsurrounds": 21722, + "ĠWorkshop": 21723, + "ĠMaths": 21724, + "BP": 21725, + "rase": 21726, + "hero": 21727, + "Ġfel": 21728, + "Ġpresidents": 21729, + "ĠFrances": 21730, + "ĠFreud": 21731, + "Ġlegitim": 21732, + "Ġdances": 21733, + "Ġcontractors": 21734, + "aphrag": 21735, + "Ġglacial": 21736, + "Ġprosperous": 21737, + "Ġtranscend": 21738, + "Ġscream": 21739, + "conf": 21740, + "ĠSpot": 21741, + "Ġgraphical": 21742, + "ELL": 21743, + "Ġexcavations": 21744, + "bus": 21745, + "home": 21746, + "stance": 21747, + "Ġparticulate": 21748, + "ivided": 21749, + "Ġradically": 21750, + "Ġbarg": 21751, + "Ġbroadband": 21752, + "ĠObviously": 21753, + "ĠSymbol": 21754, + "Ġpedestrian": 21755, + "Men": 21756, + "adal": 21757, + "Ġrecurring": 21758, + "ĠChanging": 21759, + "-sensitive": 21760, + "Child": 21761, + "Ġirrad": 21762, + "Ġenthusiasts": 21763, + "Ġfights": 21764, + "ĠBened": 21765, + "Ġadversely": 21766, + "ĠFilip": 21767, + "Ġniche": 21768, + "Ġdischarged": 21769, + "ĠSomal": 21770, + "Ġspherical": 21771, + "Ġaches": 21772, + "Ġsympathetic": 21773, + "holding": 21774, + "Ġwidow": 21775, + "Ġâī": 21776, + "Ġpioneers": 21777, + "ĠWebsite": 21778, + "?âĢĻ": 21779, + "ĠIgn": 21780, + "ĠShell": 21781, + "ĠDisabilities": 21782, + "Ġgrasslands": 21783, + "Ġsplend": 21784, + "Ġveteran": 21785, + "-run": 21786, + "Ġgastric": 21787, + "ĠYellowstone": 21788, + "iculous": 21789, + "acchar": 21790, + "ĠRaw": 21791, + "Ġspoon": 21792, + "Ġentails": 21793, + "clock": 21794, + "Ġcoursework": 21795, + "Ġsummers": 21796, + "Ġregulator": 21797, + "Ġdyslexia": 21798, + "ĠGuatemala": 21799, + "Ġtile": 21800, + "Ġonion": 21801, + "ishn": 21802, + "Ġpreserv": 21803, + "Ġconvicted": 21804, + "ĠCopper": 21805, + "Ġvertebrae": 21806, + "\").": 21807, + "Fi": 21808, + "Su": 21809, + "paper": 21810, + "Ġpushes": 21811, + "Ġinward": 21812, + "Ġcrest": 21813, + "ĠEmail": 21814, + "Ġmisuse": 21815, + "Ġpreceded": 21816, + "plastic": 21817, + "Ġcoy": 21818, + "Ġfixing": 21819, + "rogram": 21820, + "ĠIsaiah": 21821, + "-edge": 21822, + "Super": 21823, + "grams": 21824, + "Ġserm": 21825, + "Ġexcel": 21826, + "Ġdisks": 21827, + "Ġdisreg": 21828, + "ieu": 21829, + "Ġinsist": 21830, + "Ġpurification": 21831, + "ĠReh": 21832, + "asket": 21833, + "Ġacidity": 21834, + "Ġdestroys": 21835, + "Ur": 21836, + "left": 21837, + "idy": 21838, + "ortions": 21839, + "Ġappend": 21840, + "urned": 21841, + "-sided": 21842, + "Ġmigrated": 21843, + "Ġmutually": 21844, + "ĠEvans": 21845, + "Ġgateway": 21846, + "super": 21847, + "Ġransom": 21848, + "angled": 21849, + "Ġgeologic": 21850, + "Ġµ": 21851, + "Ġpolymers": 21852, + "Ġhibern": 21853, + "ão": 21854, + "ĠðŁ": 21855, + "electric": 21856, + "ĠTrou": 21857, + "rains": 21858, + "osit": 21859, + "Ġranc": 21860, + "plasia": 21861, + "-flow": 21862, + "Ġdebilitating": 21863, + "ĠExploration": 21864, + "Local": 21865, + "ĠLives": 21866, + "Ġallied": 21867, + "Ġinsur": 21868, + "Ġstatewide": 21869, + "Ġmatt": 21870, + "ĠAccept": 21871, + "Ġrockets": 21872, + "Beyond": 21873, + "Ġsuprem": 21874, + "Ġmillennia": 21875, + "Ġcompute": 21876, + "Ġsurgeries": 21877, + "Ġsparked": 21878, + "Ġlaptops": 21879, + "biology": 21880, + "ĠNeb": 21881, + "Ġconflicting": 21882, + "ĠTransfer": 21883, + "ĠBrus": 21884, + "Ġenclosure": 21885, + "ĠRapid": 21886, + "cemia": 21887, + "ĠHub": 21888, + "ĠVatican": 21889, + "Ġproton": 21890, + "Ġideological": 21891, + "Ġbully": 21892, + "Ġlicensing": 21893, + "Ġbearings": 21894, + "Ġdegraded": 21895, + "Ġsummarized": 21896, + "Ġundesirable": 21897, + "Ġging": 21898, + "Ġrepaired": 21899, + "Ġmonopoly": 21900, + "Ġviewpoint": 21901, + "Ġmillennium": 21902, + "Ġpeanuts": 21903, + "-headed": 21904, + "Ġninth": 21905, + "ĠCup": 21906, + "ĠCSS": 21907, + "ĠMale": 21908, + "ĠBus": 21909, + "Ġvines": 21910, + "Ġunrel": 21911, + "Ġsynd": 21912, + "Third": 21913, + "Ġjumped": 21914, + "Ġembryonic": 21915, + "Ġmarched": 21916, + "Ġcords": 21917, + "Ġasylum": 21918, + "ĠGross": 21919, + "ĠThai": 21920, + "Ġvoter": 21921, + "-causing": 21922, + "Ġbrittle": 21923, + "elia": 21924, + "ĠLost": 21925, + "llor": 21926, + "Ġunderp": 21927, + "Ġfourteen": 21928, + "Ġsticking": 21929, + "ĠFilm": 21930, + "Ġinconsistent": 21931, + "Ġpits": 21932, + "Ġml": 21933, + "Ġsimplify": 21934, + "Ġtransmitting": 21935, + "Ġfishery": 21936, + "Ġdistractions": 21937, + "ĠDomestic": 21938, + "Mass": 21939, + "Ġtrench": 21940, + "ĠWere": 21941, + "Ġpervasive": 21942, + "Ġsensit": 21943, + "Ġproposition": 21944, + "ĠSocrates": 21945, + "ĠCooperative": 21946, + "Ġnavy": 21947, + "Ġirrelevant": 21948, + "oi": 21949, + "Ġarous": 21950, + "Ġshiny": 21951, + "gene": 21952, + "ĠBritann": 21953, + "Ġworthwhile": 21954, + "ĠPatient": 21955, + "Matthew": 21956, + "War": 21957, + "Ġoh": 21958, + "egas": 21959, + "Ġstatistic": 21960, + "Ġjoins": 21961, + "ĠConstitutional": 21962, + "requently": 21963, + "Ġconstituents": 21964, + "Comm": 21965, + "rina": 21966, + "ĠSeeds": 21967, + "Ġ(-": 21968, + "rometer": 21969, + "Ġdeepest": 21970, + "iji": 21971, + "Ġsyllabus": 21972, + ".).Ċ": 21973, + "Ġlend": 21974, + "Results": 21975, + "-educ": 21976, + "Ġnotorious": 21977, + "Ġrelativity": 21978, + "Ġswine": 21979, + "Ġcommittees": 21980, + "ĠGlac": 21981, + "Ġvalidated": 21982, + "Ġunchanged": 21983, + "á»": 21984, + "ĠSolution": 21985, + "Ġretard": 21986, + "ĠSeason": 21987, + "ĠCompared": 21988, + "Ġthreatens": 21989, + "-ion": 21990, + "GH": 21991, + "ĠAaron": 21992, + "ĠPink": 21993, + "ĠBanks": 21994, + "Ġmetrics": 21995, + "ĠZo": 21996, + "ĠTechniques": 21997, + "Ġneighbours": 21998, + "Ġambition": 21999, + "Ġmiscar": 22000, + "Draw": 22001, + "Ġchairs": 22002, + "ĠYan": 22003, + "ERD": 22004, + "Ġpathogenic": 22005, + "Ġmelatonin": 22006, + "orative": 22007, + "Ġpersists": 22008, + "ĠAssignment": 22009, + "ĠKepler": 22010, + "Ġcircumference": 22011, + "ĠBullet": 22012, + "ĠStanley": 22013, + "Patients": 22014, + "ĠKidney": 22015, + "Ġtinnitus": 22016, + "Ġfins": 22017, + "opal": 22018, + "Ġchildbirth": 22019, + "Ġcoats": 22020, + "ĠAlternative": 22021, + "French": 22022, + "Ġfal": 22023, + "ivist": 22024, + "ĠProdu": 22025, + "axy": 22026, + "ennon": 22027, + "Ġfabrication": 22028, + "Ġreferenced": 22029, + "Ġlonely": 22030, + "DM": 22031, + "Ġknot": 22032, + "ĠOptions": 22033, + "ocket": 22034, + "Ġadventures": 22035, + "Ġhippoc": 22036, + "-so": 22037, + "Method": 22038, + "ĠBenn": 22039, + "Ġjaws": 22040, + "Ġmessaging": 22041, + "Ġtendencies": 22042, + "Ġnano": 22043, + "ĠONE": 22044, + "====": 22045, + "Ter": 22046, + "Ġcute": 22047, + "Ġlumin": 22048, + "Ġstark": 22049, + "ĠSoci": 22050, + "Ġenv": 22051, + "Ġincarcer": 22052, + "Ġdisgu": 22053, + "Ġperoxide": 22054, + "Ġjungle": 22055, + "ĠKum": 22056, + "Ġdiscrep": 22057, + "Ġdespair": 22058, + "Ġassassination": 22059, + "Prior": 22060, + "Welcome": 22061, + "Ġhives": 22062, + "Ġsturdy": 22063, + "Ġhelpless": 22064, + "Ġintersect": 22065, + "Ġlogo": 22066, + "ICS": 22067, + "Ġlyrics": 22068, + "isks": 22069, + "raz": 22070, + "ĠSut": 22071, + "ĠCave": 22072, + "ĠBI": 22073, + "Ġenriched": 22074, + "Ġoveruse": 22075, + "web": 22076, + "Ġsexes": 22077, + "ĠEdison": 22078, + "AG": 22079, + "HER": 22080, + "make": 22081, + "asuring": 22082, + "imming": 22083, + "urized": 22084, + "Ġdevil": 22085, + "ĠDean": 22086, + "Ġbrainstorm": 22087, + "ĠPublication": 22088, + "main": 22089, + "Ġinfamous": 22090, + "Ġdistorted": 22091, + "Ġprobes": 22092, + "Ġirres": 22093, + "ĠSmoking": 22094, + "Ġdisruptive": 22095, + "San": 22096, + "esian": 22097, + "Ġplun": 22098, + "ĠKaren": 22099, + "Ġsurname": 22100, + "Ġsubm": 22101, + "-six": 22102, + "Ġbenefited": 22103, + "ĠReason": 22104, + "Ġbeginner": 22105, + "Ġwinners": 22106, + "Ġrabies": 22107, + "she": 22108, + "inol": 22109, + "orum": 22110, + "Ġdash": 22111, + "ĠTag": 22112, + "Ġoranges": 22113, + "Ġplumbing": 22114, + "ĠAssy": 22115, + "Ġcelebrates": 22116, + "Ġgrammatical": 22117, + "-o": 22118, + "ilian": 22119, + "Ġautob": 22120, + "ungal": 22121, + "Ġentertaining": 22122, + "Ġtasty": 22123, + "Ġparade": 22124, + "Ġoriginates": 22125, + "ĠPCR": 22126, + "Ġloneliness": 22127, + "Ġcompulsory": 22128, + "iscus": 22129, + "Ġexercised": 22130, + "Teachers": 22131, + "ingling": 22132, + "vels": 22133, + "Ġassists": 22134, + "Ġattacker": 22135, + "Ġrenewables": 22136, + "Ġresistor": 22137, + "Ġenthusiastic": 22138, + "perture": 22139, + "ĠKindergarten": 22140, + "ĠUSSR": 22141, + "ĠShip": 22142, + "ĠChron": 22143, + "Ġtransgender": 22144, + "Ġpatented": 22145, + "apses": 22146, + "unted": 22147, + "Ġpreferably": 22148, + "Ġstormwater": 22149, + "Ġpunished": 22150, + "ĠDemon": 22151, + "ĠSepar": 22152, + "omi": 22153, + "ĠBright": 22154, + "Ġbasil": 22155, + "-makers": 22156, + "Ġ''": 22157, + "Ġconnective": 22158, + "ĠPublications": 22159, + "Ġheroic": 22160, + "Ġinnoc": 22161, + "ĠLevels": 22162, + "chestra": 22163, + "mail": 22164, + "idad": 22165, + "Ġsta": 22166, + "Ġhash": 22167, + "ĠEvents": 22168, + "Ġanthropology": 22169, + "Ġlizards": 22170, + "yards": 22171, + "Ġwicked": 22172, + "ĠJen": 22173, + "renches": 22174, + "Ġthereof": 22175, + "Ġlistened": 22176, + "ictionaries": 22177, + "Ġaccepts": 22178, + "rosclerosis": 22179, + "Ġtoothbrush": 22180, + "ĠDemocracy": 22181, + "Ġadvisor": 22182, + "Ġaspirations": 22183, + "Ġbiofuels": 22184, + "ĠZeus": 22185, + "Ġmitochondria": 22186, + "Ġbride": 22187, + "Ġgrandparents": 22188, + "Ġparasitic": 22189, + "Econom": 22190, + "Five": 22191, + "morph": 22192, + "three": 22193, + "ĠExodus": 22194, + "Ġfibrosis": 22195, + "Ġtowel": 22196, + "Ġoverlapping": 22197, + "/st": 22198, + "Ġpunch": 22199, + "ĠCrypt": 22200, + "izard": 22201, + "Ġbuilders": 22202, + "Ġsalaries": 22203, + "Ġsmells": 22204, + "ĠPotential": 22205, + "Ġcubes": 22206, + "Ġsquirrels": 22207, + "ĠPierre": 22208, + "Causes": 22209, + "Ġcurs": 22210, + "minster": 22211, + "Ġcredentials": 22212, + "Ġlawsuit": 22213, + "Ġrotor": 22214, + "color": 22215, + "Ġbeaten": 22216, + "Ġricher": 22217, + "Ġhinder": 22218, + "Ġhints": 22219, + "Ġlev": 22220, + "Ġbelts": 22221, + "-positive": 22222, + "ĠUSGS": 22223, + "ependence": 22224, + "Ġdiagnosing": 22225, + "ĠEmily": 22226, + "uka": 22227, + "oplasm": 22228, + "Ġtriggering": 22229, + "Sil": 22230, + "national": 22231, + "ĠBod": 22232, + "ĠBone": 22233, + "ĠBath": 22234, + "Ġageing": 22235, + "-two": 22236, + "organized": 22237, + "ĠCycl": 22238, + "Ġhesitate": 22239, + "Ġplausible": 22240, + "code": 22241, + "icuous": 22242, + "ĠTed": 22243, + "racle": 22244, + "Ġvault": 22245, + "Ġhumil": 22246, + "Ġdeputy": 22247, + "Ġtemplates": 22248, + "ĠInstall": 22249, + "Ġlibert": 22250, + "Give": 22251, + "Ġhardness": 22252, + "ottest": 22253, + "ANS": 22254, + "worthy": 22255, + "Ġfostering": 22256, + "hoea": 22257, + "supp": 22258, + "waters": 22259, + "Ġaided": 22260, + "ĠVas": 22261, + "Ġbran": 22262, + "ĠSci": 22263, + "Ġantip": 22264, + "ĠClassification": 22265, + "ĠHamlet": 22266, + "ĠArmstrong": 22267, + "ĠGrey": 22268, + "Ġwildfire": 22269, + "Ġsweeping": 22270, + "ĠCorinth": 22271, + "Review": 22272, + "Ġdiminish": 22273, + "ĠClearly": 22274, + "ĠFukushima": 22275, + "/re": 22276, + "MRI": 22277, + "kward": 22278, + "Ġpalsy": 22279, + "ĠToy": 22280, + "ĠSustainability": 22281, + "ĠCategory": 22282, + "Ġsewing": 22283, + "Ġspong": 22284, + "Ġdistortion": 22285, + "Ġcornea": 22286, + "Ġrealised": 22287, + "Ġsixteen": 22288, + "metics": 22289, + "Ġherbicides": 22290, + "ĠProperties": 22291, + "Ġempowerment": 22292, + "Born": 22293, + "Ġafore": 22294, + "Ġaverages": 22295, + "Ġobsolete": 22296, + "Ġcoaching": 22297, + "Ġeconomist": 22298, + "ĠRein": 22299, + "Ġevergreen": 22300, + "umbled": 22301, + "Ġaffair": 22302, + "Ġanalyst": 22303, + "ĠFlat": 22304, + "-effect": 22305, + "ĠDiscussion": 22306, + "Ġirreversible": 22307, + "ĠMorocco": 22308, + "ede": 22309, + "Ġgy": 22310, + "ĠTet": 22311, + "opp": 22312, + "ĠNine": 22313, + "ĠThan": 22314, + "Ġunjust": 22315, + "bery": 22316, + "ĠChin": 22317, + "Ġconfuse": 22318, + "Ġforensic": 22319, + "Ġthoughtful": 22320, + "ĠActually": 22321, + "ĠEmotional": 22322, + "Ġirrational": 22323, + "ĠNormally": 22324, + "ĠArmenian": 22325, + "Ġintervene": 22326, + "Ġhurd": 22327, + "entric": 22328, + "urgy": 22329, + "Ġnoct": 22330, + "etyl": 22331, + "Ġmicrophone": 22332, + "Ġdocumenting": 22333, + "Ġassistants": 22334, + "Ġmanifestation": 22335, + "Ġdialects": 22336, + "Lab": 22337, + "ycling": 22338, + "Ġcongreg": 22339, + "Ġcharacterization": 22340, + "ĠDrink": 22341, + "Ġstepping": 22342, + "Ġexecut": 22343, + "ĠKnown": 22344, + "ĠCircuit": 22345, + "-ord": 22346, + "Ġfu": 22347, + "ĠNathan": 22348, + "Ġrouting": 22349, + "ĠBarn": 22350, + "ĠIncludes": 22351, + "Ġplateau": 22352, + "rason": 22353, + "Ġcompelled": 22354, + "Ġresolutions": 22355, + "these": 22356, + "Ġswamp": 22357, + "iolent": 22358, + "Ġsupervised": 22359, + "ĠIranian": 22360, + "authorized": 22361, + "ĠArchaeology": 22362, + "intendent": 22363, + "Ġinaccurate": 22364, + "TT": 22365, + "ĠIX": 22366, + "Ġcolorectal": 22367, + "Ġreliably": 22368, + "ĠRepeat": 22369, + "ENCE": 22370, + "ĠScholars": 22371, + "Ġshoreline": 22372, + ".l": 22373, + "fection": 22374, + "Äĵ": 22375, + "escent": 22376, + "Ġwrest": 22377, + "chair": 22378, + "ĠCad": 22379, + "ĠMead": 22380, + "ĠInn": 22381, + "racted": 22382, + "Ġcontacted": 22383, + "Ġrud": 22384, + "Ġflea": 22385, + "Ġuterine": 22386, + "ĠLieutenant": 22387, + "Ġspaced": 22388, + "Ġkale": 22389, + "ĠJobs": 22390, + "ermost": 22391, + "ĠAlban": 22392, + "Ġinflux": 22393, + "Ġconstructive": 22394, + "belie": 22395, + "Ġendeavor": 22396, + "Ġivory": 22397, + "DD": 22398, + "Paul": 22399, + "Rev": 22400, + "Ġmyc": 22401, + "Ġlogistics": 22402, + "Ġoutdated": 22403, + "Ġbinge": 22404, + "ĠFell": 22405, + "Ġencephal": 22406, + "ĠJet": 22407, + "ĠKB": 22408, + "ternally": 22409, + "Ġmilestone": 22410, + "ĠPlain": 22411, + "Ġvolts": 22412, + "Ġhotter": 22413, + "Ġshocked": 22414, + "-intensive": 22415, + "Ġtechnician": 22416, + "Ġskins": 22417, + "scar": 22418, + "celain": 22419, + "Ġcaterpillars": 22420, + "Ġreferend": 22421, + "-read": 22422, + "/kg": 22423, + "abol": 22424, + "ĠRalph": 22425, + "ĠGiant": 22426, + "Ġafterward": 22427, + "Ġpresently": 22428, + "ĠSomeone": 22429, + "Ġmarketed": 22430, + "ydia": 22431, + "Ġnanot": 22432, + "ĠReferences": 22433, + "Ġparliamentary": 22434, + "ĠQuran": 22435, + "Ġhedge": 22436, + "ĠTCP": 22437, + "ĠCu": 22438, + "ĠBour": 22439, + "Ġcompose": 22440, + "Ġcliff": 22441, + "Ġscav": 22442, + "Ġtoug": 22443, + "Ġdistinguishing": 22444, + "Ġspreadsheet": 22445, + "ĠBaltic": 22446, + "Ġdyst": 22447, + "rites": 22448, + "Ġgoodness": 22449, + "ĠReality": 22450, + "ĠCareer": 22451, + "Ġnewborns": 22452, + "Ġantiquity": 22453, + "ĠCherokee": 22454, + "Fortunately": 22455, + "Ġfern": 22456, + "ĠCod": 22457, + "Ġsoak": 22458, + "Ġunman": 22459, + "Ġamen": 22460, + "Ġcomputation": 22461, + "autical": 22462, + "Ġblockage": 22463, + "Ġdomesticated": 22464, + "addy": 22465, + "Ġbathing": 22466, + "tz": 22467, + "Ġcakes": 22468, + "Ġinqu": 22469, + "-home": 22470, + "stitutional": 22471, + "Ġridges": 22472, + "Ġsuburbs": 22473, + "ĠJennifer": 22474, + "Later": 22475, + "heart": 22476, + "Ġanonym": 22477, + "Ġrinse": 22478, + "ĠRare": 22479, + "ĠLamb": 22480, + "Ġjealous": 22481, + "ĠKnight": 22482, + "ĠYemen": 22483, + "Ġtemp": 22484, + "ĠAbu": 22485, + "IND": 22486, + "Ġsilica": 22487, + "ĠCommerce": 22488, + "Ġelevations": 22489, + "ĠMetropolitan": 22490, + "Ġspraying": 22491, + "orr": 22492, + "apa": 22493, + "Ġtransient": 22494, + "Ġendors": 22495, + "Ġconfine": 22496, + "Ġindicative": 22497, + "Ġobservational": 22498, + "Charles": 22499, + "ĠDrawing": 22500, + "entiful": 22501, + "users": 22502, + "quare": 22503, + "ĠResistance": 22504, + "ĠAbstract": 22505, + "Ġtriangular": 22506, + "Ġinvertebrates": 22507, + "Washington": 22508, + "Ġpri": 22509, + "Ġporous": 22510, + "ichi": 22511, + "Ġmultif": 22512, + "Ġcoasts": 22513, + "Ġexplorer": 22514, + "Ġbedding": 22515, + "Ġflavour": 22516, + "Ġconfigurations": 22517, + "Ġnominal": 22518, + "ĠBronze": 22519, + "Ġindispensable": 22520, + "-set": 22521, + "Ġfoul": 22522, + "ĠHi": 22523, + "ĠLex": 22524, + "ĠLLC": 22525, + "ĠIng": 22526, + "Ġunim": 22527, + "ĠReformation": 22528, + "aeus": 22529, + "Chinese": 22530, + "ĠAbbey": 22531, + "boat": 22532, + "ĠExperimental": 22533, + "California": 22534, + "Ġnumbness": 22535, + "LL": 22536, + "Ġseated": 22537, + "izarre": 22538, + "Ġexpelled": 22539, + "Ġdistraction": 22540, + "Ġsquad": 22541, + "Show": 22542, + "tesy": 22543, + "Ġoptimized": 22544, + "Ġnickname": 22545, + "path": 22546, + "ĠSolid": 22547, + "Ġspelled": 22548, + "Ġoffenders": 22549, + "Ġsuperb": 22550, + "ĠBurma": 22551, + "iagnosis": 22552, + "ĠRwanda": 22553, + "Redu": 22554, + "Word": 22555, + "gi": 22556, + "tain": 22557, + "andel": 22558, + "ĠJason": 22559, + "ertiary": 22560, + "facts": 22561, + "Ġbrace": 22562, + "-stud": 22563, + "ĠTwenty": 22564, + "Fire": 22565, + "Ġadjectives": 22566, + "Ġperimeter": 22567, + "isha": 22568, + "Ġbiased": 22569, + "Ġfaulty": 22570, + "FOR": 22571, + "Ġost": 22572, + "ĠKon": 22573, + "Ġexported": 22574, + "Ġinvade": 22575, + "Ġgenera": 22576, + "Ġmonsoon": 22577, + "Ġgrouping": 22578, + "Ġheavens": 22579, + "criptions": 22580, + "Signs": 22581, + "Ġprioritize": 22582, + "Ġmisconceptions": 22583, + "âĸ": 22584, + "Ġarena": 22585, + "ĠBond": 22586, + "Ġcolds": 22587, + "ractical": 22588, + "Ġdiscretion": 22589, + "Ġtopography": 22590, + "Ġholders": 22591, + "ĠFAO": 22592, + "Ġstaggering": 22593, + "á¸": 22594, + "Ġlanes": 22595, + "ĠOste": 22596, + "Ġattent": 22597, + "ĠHeavy": 22598, + "Ġtreasures": 22599, + "annab": 22600, + "ĠCuriosity": 22601, + "ĠSatan": 22602, + "ugged": 22603, + "ĠLeonardo": 22604, + "odynamics": 22605, + "Ġfare": 22606, + "Ġwhis": 22607, + "Ġspheres": 22608, + "atha": 22609, + "ĠConvers": 22610, + "Ġprofessions": 22611, + "Ġconcurrent": 22612, + "Ġsulfate": 22613, + "ĠHungarian": 22614, + "Ġamphibians": 22615, + "WR": 22616, + "emale": 22617, + "ĠHz": 22618, + "ĠWel": 22619, + "Proper": 22620, + "Ġfascinated": 22621, + "storms": 22622, + "MT": 22623, + "Ġsarc": 22624, + "ĠSN": 22625, + "Ġexoplan": 22626, + "Ġslender": 22627, + "Ġrestra": 22628, + "Ġgarment": 22629, + "Ġsimultaneous": 22630, + "ĠViews": 22631, + "Ġgermination": 22632, + "Ġincorrectly": 22633, + "Ġpension": 22634, + "icable": 22635, + "ĠHair": 22636, + "ĠOg": 22637, + "Ġcaf": 22638, + "Ġextensions": 22639, + "Ġavian": 22640, + "ĠCalvin": 22641, + "ĠGeor": 22642, + "Po": 22643, + "lasses": 22644, + "mad": 22645, + "su": 22646, + "ĠHost": 22647, + "acht": 22648, + "factory": 22649, + "Particip": 22650, + "Ġdismant": 22651, + "rystal": 22652, + "Ġba": 22653, + "elles": 22654, + "Ġunacceptable": 22655, + "Ġrespectful": 22656, + "engineering": 22657, + "Total": 22658, + "Ġmound": 22659, + "ĠBent": 22660, + "Ġcompass": 22661, + "Ġinitiation": 22662, + "-Sax": 22663, + "Ġmathematician": 22664, + "cos": 22665, + "frame": 22666, + "Ġlane": 22667, + "ĠFellow": 22668, + "aksh": 22669, + "ĠQual": 22670, + "apeake": 22671, + "Ġchiefly": 22672, + "ĠCapitol": 22673, + "ĠRestoration": 22674, + "Henry": 22675, + "ipelago": 22676, + "bands": 22677, + "roots": 22678, + "istles": 22679, + "ĠGE": 22680, + "ĠLanguages": 22681, + "Ġshowcase": 22682, + "ĠExpect": 22683, + "Ġcuttings": 22684, + "Ġrevenge": 22685, + "ĠPyram": 22686, + "Ġbaptism": 22687, + "Ġmeningitis": 22688, + "ĠAdmiral": 22689, + "Dem": 22690, + "PF": 22691, + "Ġstalk": 22692, + "ĠWool": 22693, + "ossibly": 22694, + "ĠAllergy": 22695, + "Ġprefers": 22696, + "Ġshocking": 22697, + "Ġappliance": 22698, + "Ġabolished": 22699, + "ĠVeterans": 22700, + "Ġastonishing": 22701, + "VA": 22702, + "ĠPoverty": 22703, + "ĠChance": 22704, + "Ġsuperconduct": 22705, + "Ġviolated": 22706, + "Ġcustomary": 22707, + "Ġmigrant": 22708, + "Ġpenalties": 22709, + "Ġprocure": 22710, + "Ġbundle": 22711, + "ĠVincent": 22712, + "oam": 22713, + "verted": 22714, + "ĠBPA": 22715, + "ĠLit": 22716, + "eworthy": 22717, + "Ġservings": 22718, + "Ġprimates": 22719, + "ORY": 22720, + "Ġprofoundly": 22721, + "ĠTarget": 22722, + "mate": 22723, + "|This": 22724, + "ĠSaints": 22725, + "ailability": 22726, + "ospels": 22727, + "ĠInclude": 22728, + "Ġicons": 22729, + "ĠPassover": 22730, + "ĠBudget": 22731, + "Ġdilemma": 22732, + "Del": 22733, + "ê": 22734, + "Ġbilateral": 22735, + "avoid": 22736, + "Ġmaple": 22737, + "Bs": 22738, + "IAL": 22739, + "iferous": 22740, + "Ġleague": 22741, + "Ġinsult": 22742, + "Ġpractise": 22743, + "ĠExped": 22744, + "Ġkeywords": 22745, + "ISE": 22746, + "Ġcrawl": 22747, + "ré": 22748, + "Ġpuff": 22749, + "Ġimposing": 22750, + "Ġbooklet": 22751, + "ambia": 22752, + "Ġfleas": 22753, + "oscopic": 22754, + "Ġmanipulated": 22755, + "Ġbiomark": 22756, + "Ġdisclosure": 22757, + "Ġinterrupted": 22758, + "nie": 22759, + "ĠOCD": 22760, + "Ġflax": 22761, + "Ġinvaders": 22762, + "Ġgroundbreaking": 22763, + "Ġcollar": 22764, + "Ġoats": 22765, + "Ġdengue": 22766, + "omo": 22767, + "ayed": 22768, + "Ġacry": 22769, + "ĠMetal": 22770, + "ĠFormation": 22771, + "Ġjudgement": 22772, + "-established": 22773, + "Ġcurricula": 22774, + "Ġtric": 22775, + "area": 22776, + "oka": 22777, + "Ġpropulsion": 22778, + "Ġappeals": 22779, + "Ġbenchmark": 22780, + "NET": 22781, + "Ġvicious": 22782, + "Ġplentiful": 22783, + "Things": 22784, + "Ġturf": 22785, + "Ġpregnancies": 22786, + "ĠIncorpor": 22787, + "ĠSteps": 22788, + "-associated": 22789, + "lance": 22790, + "start": 22791, + "ĠFailure": 22792, + "Ġtrainer": 22793, + "Ġowl": 22794, + "ĠPrepare": 22795, + "Cam": 22796, + "Ġbishops": 22797, + "imo": 22798, + "Ġlover": 22799, + "Ġfeeders": 22800, + "ĠMesopotam": 22801, + "Ġderivatives": 22802, + "say": 22803, + "otation": 22804, + "estead": 22805, + "Ġhelm": 22806, + "Ġoffense": 22807, + "Ġsuppressed": 22808, + "Ġlocks": 22809, + "Ġmined": 22810, + "Ġensured": 22811, + "Ġpacking": 22812, + "ĠGrace": 22813, + "Ġfamously": 22814, + "Ġribbon": 22815, + "Ġcousins": 22816, + "adoes": 22817, + "ĠHomes": 22818, + "ĠConversely": 22819, + "-brown": 22820, + "ĠClare": 22821, + "Ġprogressed": 22822, + "ĠAttribution": 22823, + "Ġcytok": 22824, + "Ġmilitia": 22825, + "Ġpeasants": 22826, + "pol": 22827, + "ĠMunicip": 22828, + "Ġwears": 22829, + "ĠChan": 22830, + "ĠEdwards": 22831, + "ĠRichards": 22832, + "Ġrhyme": 22833, + "Ġrewarded": 22834, + "Ġenrichment": 22835, + "Ġauction": 22836, + "Ġwiped": 22837, + "sten": 22838, + "Ġrevis": 22839, + "Ġbrowsing": 22840, + "ĠChoice": 22841, + "ĠFarmers": 22842, + "ĠHomo": 22843, + ")âĢĶ": 22844, + "Ġhavoc": 22845, + "Ġplaster": 22846, + "ludge": 22847, + "ĠYug": 22848, + "issors": 22849, + "ĠInstagram": 22850, + "-analysis": 22851, + "Ġcleansing": 22852, + "ĠArnold": 22853, + "would": 22854, + "ĠTheore": 22855, + "ĠPont": 22856, + "ĠLaser": 22857, + "Ġboots": 22858, + "Ġsolo": 22859, + "Ġsinger": 22860, + "Ġpulls": 22861, + "Ġbonus": 22862, + ".php": 22863, + "Bra": 22864, + "Ġlem": 22865, + "ĠNancy": 22866, + "philis": 22867, + "Ġinvestor": 22868, + "rador": 22869, + "Ġbursts": 22870, + "Ġbalances": 22871, + "ĠRegulation": 22872, + "ĠModule": 22873, + "uzzle": 22874, + "Ġanomalies": 22875, + "ufficiency": 22876, + "ĠRick": 22877, + "ĠRyan": 22878, + "Ġillumin": 22879, + "Ġfolate": 22880, + "Ġfreedoms": 22881, + "Ġaugmented": 22882, + "Ġsqueeze": 22883, + "inars": 22884, + "aton": 22885, + "ente": 22886, + "ĠCPR": 22887, + "ĠLayer": 22888, + "ĠPeak": 22889, + "Ġdisproportionately": 22890, + "-aware": 22891, + "Ġthromb": 22892, + "osate": 22893, + "Ġroses": 22894, + "Ġclearance": 22895, + "Stat": 22896, + "Ġcontractor": 22897, + "Ġfibro": 22898, + "ĠPsychiatry": 22899, + "Ġtickets": 22900, + "ĠEnterprise": 22901, + "bia": 22902, + "Ġalerts": 22903, + "rescent": 22904, + "Ġpope": 22905, + "Ġadvises": 22906, + "Ġsalinity": 22907, + "Ġfolds": 22908, + "Ġexplosions": 22909, + "Ġ»Ċ": 22910, + "Mart": 22911, + "atri": 22912, + "Ġpend": 22913, + "Ġinactive": 22914, + "Ġdunes": 22915, + "Ġonwards": 22916, + "ĠBru": 22917, + "ĠRav": 22918, + "Ġstartup": 22919, + "ĠButler": 22920, + "ĠPlaces": 22921, + "-east": 22922, + "Ġdentistry": 22923, + "Ġsupplemental": 22924, + "ĠDietary": 22925, + "itures": 22926, + "Ġfructose": 22927, + "Ġgout": 22928, + "Ġhen": 22929, + "Ġinvalid": 22930, + "ĠContract": 22931, + "Ġhalluc": 22932, + "ĠTimothy": 22933, + "Eth": 22934, + "Ġtigers": 22935, + "ĠMT": 22936, + "Ġinhaled": 22937, + "innati": 22938, + "Ġconfigured": 22939, + "bullying": 22940, + "Keywords": 22941, + "kar": 22942, + "inety": 22943, + "Ġspecifies": 22944, + "Ġcalibr": 22945, + "untary": 22946, + "peace": 22947, + "Ġcapacitor": 22948, + "Ġkilogram": 22949, + "Ġthinning": 22950, + "Usually": 22951, + "Ġpronounce": 22952, + "ocumented": 22953, + "Ġlaundry": 22954, + "enic": 22955, + "Ġalarms": 22956, + "istine": 22957, + "ĠGCSE": 22958, + "ĠKl": 22959, + "Ġpointer": 22960, + "awed": 22961, + "ĠGlasgow": 22962, + "Ġbison": 22963, + "Ġdefended": 22964, + "Ġoriginating": 22965, + "Ġempowered": 22966, + "Ġawkward": 22967, + "Ġbreadth": 22968, + "Ġexhaustion": 22969, + "Ġspanning": 22970, + "Ġrationale": 22971, + "Ġtransistor": 22972, + "Ġrheumatoid": 22973, + "RNAs": 22974, + "Ġbeast": 22975, + "igmat": 22976, + "Ġstam": 22977, + "ĠNest": 22978, + "ĠGay": 22979, + "cker": 22980, + "ĠLeo": 22981, + "blog": 22982, + "ptomatic": 22983, + "ĠRenewable": 22984, + "Ġintercourse": 22985, + "Ġplacenta": 22986, + "Ill": 22987, + "Ùĩ": 22988, + "orers": 22989, + "ĠBomb": 22990, + "Ġros": 22991, + "ĠBasil": 22992, + "-acre": 22993, + "ĠRoute": 22994, + "Ġreconciliation": 22995, + "ĠLloyd": 22996, + "Ġintermittent": 22997, + "ĠTheatre": 22998, + "outed": 22999, + "Ġadorn": 23000, + "ĠVari": 23001, + "Ġbasins": 23002, + "Ġexcessively": 23003, + "Ġcarcinoma": 23004, + "represented": 23005, + "lett": 23006, + "Ġtrades": 23007, + "Ġaddicted": 23008, + "-frequency": 23009, + "-dis": 23010, + "Ġconsulted": 23011, + "Notes": 23012, + "Ġseventy": 23013, + "Ġthermometer": 23014, + "Ġpedestrians": 23015, + "Ġmolten": 23016, + "Ġextingu": 23017, + "в": 23018, + "ĠDance": 23019, + "Ġwasting": 23020, + "ĠGary": 23021, + "ĠJess": 23022, + "issible": 23023, + "ĠComments": 23024, + "ĠTurks": 23025, + "ĠInjury": 23026, + "ĠAw": 23027, + "ivision": 23028, + "ĠWol": 23029, + "ĠEco": 23030, + "assic": 23031, + "Ġdiseased": 23032, + "Ġcommitting": 23033, + "Ġsweets": 23034, + "Ġsoybeans": 23035, + "rusted": 23036, + "enhagen": 23037, + "Ġbluep": 23038, + "ĠDiamond": 23039, + "-text": 23040, + "Ġhats": 23041, + "Ġliable": 23042, + "ĠTrain": 23043, + "Ġbiologically": 23044, + "Ġeyeb": 23045, + "Canada": 23046, + "ĠOdys": 23047, + "ĠKyoto": 23048, + "amo": 23049, + "ĠRica": 23050, + "plication": 23051, + "Ġcomputed": 23052, + "Ġcommunicated": 23053, + "Ġdensely": 23054, + "ĠRandom": 23055, + "Tom": 23056, + "ĠHorm": 23057, + "Ġtray": 23058, + "Ġcharacterised": 23059, + "Ġballot": 23060, + "ĠAztec": 23061, + "Leg": 23062, + "Ġaz": 23063, + "isans": 23064, + "umers": 23065, + "Ġatop": 23066, + "uez": 23067, + "Ġgarments": 23068, + "Ġshrinking": 23069, + "Music": 23070, + "Ġcylinders": 23071, + "oux": 23072, + "Ġhottest": 23073, + "oped": 23074, + "Ġchunks": 23075, + "ĠDim": 23076, + "efined": 23077, + "abetics": 23078, + "Ġfiguring": 23079, + "Ġusefulness": 23080, + "ĠMilton": 23081, + "ĠCruz": 23082, + "Ġtides": 23083, + "Ġally": 23084, + "Ġspy": 23085, + "Ġmodular": 23086, + "ophobia": 23087, + "Ġbrakes": 23088, + "Ġrichness": 23089, + "Ġantibacterial": 23090, + "ĠâĤ¬": 23091, + "hey": 23092, + "Ġcob": 23093, + "ĠMob": 23094, + "Invest": 23095, + "ĠImportance": 23096, + "Ġbinocular": 23097, + "Experts": 23098, + "itted": 23099, + "Ġpens": 23100, + "Ġrap": 23101, + "ĠFran": 23102, + "ĠMulti": 23103, + "Ġamplifier": 23104, + "Ġcrowns": 23105, + "Ġterminals": 23106, + "ĠKirk": 23107, + "Ġprag": 23108, + "ecting": 23109, + "ounts": 23110, + "Ġprenatal": 23111, + "ĠVern": 23112, + "ĠPhillips": 23113, + "Ġ\\": 23114, + "\"A": 23115, + "ĠAbove": 23116, + "Ġcomplication": 23117, + "Ġaquaculture": 23118, + "Ġcounselor": 23119, + "Major": 23120, + "Ġwartime": 23121, + "ĠNad": 23122, + "Ġpledge": 23123, + "Ġurgency": 23124, + "Ġcompetitions": 23125, + "END": 23126, + "-native": 23127, + "Ġgarage": 23128, + "Ġaerospace": 23129, + "ĠNiño": 23130, + "Ġwines": 23131, + "ĠCarm": 23132, + "ĠRic": 23133, + "ĠInfectious": 23134, + "ĠProb": 23135, + "Ġgeneralized": 23136, + "Ġfermented": 23137, + "Ġaluminium": 23138, + "Ġpredominant": 23139, + "ropolis": 23140, + "ĠBrothers": 23141, + ".ca": 23142, + "Ġsne": 23143, + "oshi": 23144, + "Ġmodifying": 23145, + "Ġplagiarism": 23146, + "Ġfrightening": 23147, + "omegran": 23148, + "stad": 23149, + "utory": 23150, + "Ġspills": 23151, + "ghai": 23152, + "ossil": 23153, + "Ġvariance": 23154, + "Ġceremonial": 23155, + "ĠLinda": 23156, + "ĠConstantin": 23157, + "WHAT": 23158, + "resa": 23159, + "ĠNut": 23160, + "Ġdiffuse": 23161, + "Ġdiaphrag": 23162, + "Ġendured": 23163, + "Ġshortened": 23164, + "ARC": 23165, + "Ġcontrollers": 23166, + "ellectual": 23167, + "Ġunwilling": 23168, + "ĠLiberal": 23169, + "ĠNeeds": 23170, + "ĠâĨij": 23171, + "Ġunm": 23172, + "Ġflank": 23173, + "Ġfoundational": 23174, + "Ġdepended": 23175, + "Ġdestined": 23176, + "Ġsketches": 23177, + "Ġaffiliated": 23178, + "social": 23179, + "online": 23180, + "enberg": 23181, + "raines": 23182, + "ĠSoy": 23183, + "âĢĿ;": 23184, + "Ġpreview": 23185, + "Ġdivert": 23186, + "vantages": 23187, + "ĠReduction": 23188, + "ĠPalestinians": 23189, + "ĠIUCN": 23190, + "Ġsuspicion": 23191, + "Ġevangel": 23192, + "ensor": 23193, + "Ġproficient": 23194, + "Ġstreaming": 23195, + "Ġrugged": 23196, + "Ġosteoarthritis": 23197, + "ĠHindus": 23198, + "Ġdensities": 23199, + "Ġseawater": 23200, + "reasing": 23201, + "Ġsab": 23202, + "Ġlending": 23203, + "ĠAverage": 23204, + "Ġrefining": 23205, + "Ġactivism": 23206, + "Ġhomemade": 23207, + "ĠDistribution": 23208, + "Ġsells": 23209, + "Ġnurture": 23210, + "Ġimprisonment": 23211, + "Cap": 23212, + "igit": 23213, + "emption": 23214, + "Ġshear": 23215, + "-first": 23216, + "letons": 23217, + "Ġstressors": 23218, + "ĠAcross": 23219, + "Ġsecurely": 23220, + "ĠNorse": 23221, + "Ġpraised": 23222, + "Ġovulation": 23223, + "ĠOttawa": 23224, + "Ġscrutiny": 23225, + "Eating": 23226, + "Mill": 23227, + "Sam": 23228, + "Ġnucleot": 23229, + "Ġtombs": 23230, + "ĠStrategic": 23231, + "ĠValentine": 23232, + "Ġdeterg": 23233, + "Ġengages": 23234, + "ĠInfo": 23235, + "ĠExtreme": 23236, + "Ġovaries": 23237, + "Editor": 23238, + "Ġtransmitter": 23239, + "Ġpellets": 23240, + "Ġresembling": 23241, + "Ġcondemn": 23242, + "Ġeradicate": 23243, + "Er": 23244, + "ï¿": 23245, + "Ġshining": 23246, + "ullivan": 23247, + "ĠPharaoh": 23248, + "Ġchemist": 23249, + "Ġsightings": 23250, + "Ġproprietary": 23251, + "Ġsinking": 23252, + "ĠFly": 23253, + "ĠRy": 23254, + "ostics": 23255, + "outube": 23256, + "ĠInform": 23257, + "âĢľWhat": 23258, + "Ġgras": 23259, + "ĠSchw": 23260, + "ĠMadrid": 23261, + "ĠEcosystem": 23262, + "Ġmastered": 23263, + "/day": 23264, + "mos": 23265, + "rights": 23266, + "Ġrejo": 23267, + "Ġresides": 23268, + "Ġrage": 23269, + "ĠExc": 23270, + "ĠPeoples": 23271, + "Ġcontextual": 23272, + "irtual": 23273, + "colm": 23274, + "Ġadmissions": 23275, + "ĠNSW": 23276, + "ĠRachel": 23277, + "Ġcancell": 23278, + "ĠHappy": 23279, + "ocations": 23280, + "ĠEis": 23281, + "ĠVa": 23282, + "Ġpercentages": 23283, + "Ġsustaining": 23284, + "Ġingestion": 23285, + "Ġmountainous": 23286, + "ĠDetails": 23287, + "Ġflourished": 23288, + "Ġpituitary": 23289, + "Ġfoil": 23290, + "Origin": 23291, + "λ": 23292, + "anor": 23293, + "Ġstern": 23294, + "Ġseptic": 23295, + "Ġtwisted": 23296, + "icture": 23297, + "ĠBrid": 23298, + "ĠInteractive": 23299, + "foundland": 23300, + "Ġacronym": 23301, + "')": 23302, + "NT": 23303, + "Ġmoles": 23304, + "ophys": 23305, + "ĠMarketing": 23306, + "Ġknots": 23307, + "Ġsanctions": 23308, + "ĠBak": 23309, + "ĠDiss": 23310, + "ĠNSA": 23311, + "Ġoverhe": 23312, + "Ġequival": 23313, + "prim": 23314, + "Ġviolin": 23315, + "Ġkingdoms": 23316, + "Ġrenewal": 23317, + "ĠPoetry": 23318, + "Ġdictators": 23319, + "Ġhive": 23320, + "Ġatten": 23321, + "ĠDave": 23322, + "ĠAlph": 23323, + "Ġapprove": 23324, + "-dem": 23325, + "Ġstrengthens": 23326, + "Ġexhibitions": 23327, + "ĠEquipment": 23328, + "Ġtheorem": 23329, + "Computer": 23330, + "ĠTHC": 23331, + "Ġimpairments": 23332, + "Test": 23333, + "ĠPET": 23334, + "ĠYOUR": 23335, + "Ġdeciduous": 23336, + "stitute": 23337, + "Ġolig": 23338, + "-derived": 23339, + "Sleep": 23340, + "lated": 23341, + "Ġtyr": 23342, + "nda": 23343, + "ĠSou": 23344, + "Ġwasps": 23345, + "ĠHerbert": 23346, + "ACK": 23347, + "check": 23348, + "Ġpipelines": 23349, + "ĠLeader": 23350, + "Ġphotovoltaic": 23351, + "âĢĻ)": 23352, + "Ġflown": 23353, + "ĠOrion": 23354, + "Ġfrontal": 23355, + "Ġhunted": 23356, + "ĠHunter": 23357, + "Ġupload": 23358, + "ĠComprehensive": 23359, + "igibility": 23360, + "ongo": 23361, + "Ġprerequis": 23362, + "Ġimplanted": 23363, + "ĠMacbeth": 23364, + "ĠLocke": 23365, + "Ġcataracts": 23366, + "-ind": 23367, + "Ġsmoked": 23368, + "Ġprogrammer": 23369, + "ĠWhenever": 23370, + "Ġgrease": 23371, + "ĠConflict": 23372, + "ĠDecision": 23373, + "Ġarmor": 23374, + "Ġspirituality": 23375, + "Ġproceeded": 23376, + "Ġsteril": 23377, + "Ġpods": 23378, + "Ġdecentralized": 23379, + "Put": 23380, + "ĠSew": 23381, + "inda": 23382, + "Ġrevise": 23383, + "Ġbrightest": 23384, + "Ġdialysis": 23385, + "Enc": 23386, + "ĠConservancy": 23387, + "ĠUkrainian": 23388, + "Ġakin": 23389, + "ĠLag": 23390, + "Ġcreators": 23391, + "Ġcontrasting": 23392, + "Ġunfold": 23393, + "Ġirritability": 23394, + "ĠAdvance": 23395, + "Ġfeasibility": 23396, + "ĠCraig": 23397, + "ï¬ģ": 23398, + "lections": 23399, + "Ġprecaution": 23400, + "-Sem": 23401, + "Ġirony": 23402, + "Ġsynagogue": 23403, + "Ġanatomical": 23404, + "Ġapprentices": 23405, + "ĠSI": 23406, + "Ġenlight": 23407, + "ienced": 23408, + "Ġretains": 23409, + "-fed": 23410, + "Ġoccupies": 23411, + "Ġfrank": 23412, + "Ġworsening": 23413, + "ĠSpecialist": 23414, + "Ġlesion": 23415, + "ĠCollections": 23416, + "Ġclotting": 23417, + "Ġcess": 23418, + "Ġstained": 23419, + "Ġquo": 23420, + "Ġmonk": 23421, + "ĠScar": 23422, + "alypt": 23423, + "Ġsynonymous": 23424, + "Ġmicrop": 23425, + "Ġconspiracy": 23426, + "Ġhypothetical": 23427, + "Ġawe": 23428, + "Ġrally": 23429, + "Ġnoon": 23430, + "Ġnoisy": 23431, + "ERN": 23432, + "ĠValues": 23433, + "Ġthermost": 23434, + "naments": 23435, + "Ġbullied": 23436, + "ĠFifth": 23437, + "utral": 23438, + "Ġappra": 23439, + "ontally": 23440, + "Ġoptics": 23441, + "Ġshellfish": 23442, + "Ġadvertisements": 23443, + "Ġcellulose": 23444, + "-standing": 23445, + "ĠKor": 23446, + "Ġsupernatural": 23447, + "AMA": 23448, + "Ġpretend": 23449, + "Ġsprouts": 23450, + "ĠDickens": 23451, + "ĠVinci": 23452, + "agne": 23453, + "âĢĶas": 23454, + "Ġpollination": 23455, + "Ġgallbladder": 23456, + "ĠForestry": 23457, + "Ġtheoretically": 23458, + "Ġcracked": 23459, + "ĠRuby": 23460, + "eres": 23461, + "Ġinverse": 23462, + "artments": 23463, + "Ġmetaph": 23464, + "Ġissuing": 23465, + "Ġseventeenth": 23466, + "ĠRonald": 23467, + "ĠSeg": 23468, + "ĠEff": 23469, + "ĠNash": 23470, + "Ġspecializes": 23471, + "ĠOrd": 23472, + "ĠPerry": 23473, + "ĠPresidential": 23474, + "Ġmanageable": 23475, + "ĠMechanical": 23476, + "BER": 23477, + "ĠMall": 23478, + "Ġbiotechnology": 23479, + "Ġapplicants": 23480, + "chief": 23481, + "Ġmigrating": 23482, + "Ġsandstone": 23483, + "Ġsubtraction": 23484, + "Ġpediatrician": 23485, + "Ġimbalances": 23486, + "ococcal": 23487, + "Ġimaginative": 23488, + "ĠJamaica": 23489, + "arius": 23490, + "ĠDaw": 23491, + "ĠFul": 23492, + "ĠKant": 23493, + "ĠRegulations": 23494, + "Ġcultivars": 23495, + "Ġtransplantation": 23496, + "Ġmultiplied": 23497, + "Ġcaregiver": 23498, + "ĠCNN": 23499, + "Ġoutweigh": 23500, + "Ġbog": 23501, + "ĠBrew": 23502, + "ĠScout": 23503, + "Ġrecognizable": 23504, + "Ġabsurd": 23505, + "ĠStudio": 23506, + "Ġdissip": 23507, + "Ġsatisfactory": 23508, + "ĠMongol": 23509, + "Ġtatto": 23510, + "ĠIEEE": 23511, + "ĠFalse": 23512, + "Ġframed": 23513, + "ĠMyth": 23514, + "Ġfairness": 23515, + "Ġmalt": 23516, + "Ġdoubling": 23517, + "ocyte": 23518, + "ĠBalance": 23519, + "Ġjurisdictions": 23520, + "umping": 23521, + "Ġconductive": 23522, + "Ġconstituted": 23523, + "Ġvocational": 23524, + "arynx": 23525, + ".This": 23526, + "family": 23527, + "Ġowe": 23528, + "ocon": 23529, + "Ġspice": 23530, + "asha": 23531, + "Ġfiling": 23532, + "Ġscripture": 23533, + "-driving": 23534, + "Ġcatastrophe": 23535, + "Ġwarehouse": 23536, + "ĠWald": 23537, + "ĠGov": 23538, + "Ġabuses": 23539, + "ĠOECD": 23540, + "SAT": 23541, + "ISH": 23542, + "ĠHarvest": 23543, + "ĠRomania": 23544, + "Ġrubbing": 23545, + "Ġcannon": 23546, + "ĠExcessive": 23547, + "Ġ//": 23548, + "Link": 23549, + "cover": 23550, + "opath": 23551, + "ĠHort": 23552, + "anding": 23553, + "Ġsecurities": 23554, + "Ġgrind": 23555, + "-mark": 23556, + "ĠOrth": 23557, + "ĠGoing": 23558, + "zees": 23559, + "ĠPreschool": 23560, + "Ġiceberg": 23561, + "-than": 23562, + "Traditional": 23563, + "Basic": 23564, + "Ġerupted": 23565, + "ĠKazakh": 23566, + "ĠCincinnati": 23567, + "London": 23568, + "lay": 23569, + "Ġsteroids": 23570, + "ivating": 23571, + "ongs": 23572, + "agner": 23573, + "bees": 23574, + "ARY": 23575, + "metric": 23576, + "ĠBasics": 23577, + "Ġlisteners": 23578, + "Ġmandated": 23579, + "ĠChesapeake": 23580, + "/index": 23581, + "Nature": 23582, + "μ": 23583, + "otism": 23584, + "Ġscaled": 23585, + "ĠAnal": 23586, + "ĠShar": 23587, + "Ġelusive": 23588, + "Ġhydration": 23589, + "secure": 23590, + "Ġneutrons": 23591, + "rizes": 23592, + "ĠFlowers": 23593, + "Ġprophecy": 23594, + "ĠHepatitis": 23595, + "Family": 23596, + "GP": 23597, + "lides": 23598, + "ר": 23599, + "Ġviability": 23600, + "onsored": 23601, + "ĠRelease": 23602, + "Ġsalads": 23603, + "Ġconducts": 23604, + "Ġsampled": 23605, + "Ġmessenger": 23606, + "ĠPresbyter": 23607, + "-how": 23608, + "Ġeighteen": 23609, + "Ġconverter": 23610, + "Ġugly": 23611, + "Ġhemat": 23612, + "ppe": 23613, + "Ġwoody": 23614, + "Ġcamping": 23615, + "iota": 23616, + "Ġstripped": 23617, + "Ġcapsules": 23618, + "ĠNeuroscience": 23619, + "Ġvern": 23620, + "ĠPyth": 23621, + "acic": 23622, + "Ġunite": 23623, + "ĠReserved": 23624, + "Ġsunflower": 23625, + "ĠFactor": 23626, + "Ġmucous": 23627, + "Ġinconven": 23628, + "-confidence": 23629, + "-axis": 23630, + "ĠAllies": 23631, + "Always": 23632, + "Phys": 23633, + "Ġparamount": 23634, + "ĠStatistical": 23635, + "ĠVaccine": 23636, + "xuality": 23637, + "Ġfines": 23638, + "ravel": 23639, + "ĠLem": 23640, + "Ġreservation": 23641, + "cester": 23642, + "ucalypt": 23643, + "Ġmicrof": 23644, + "-human": 23645, + "Ġsweep": 23646, + "Ġdisinteg": 23647, + "ĠCharleston": 23648, + "Ġgadgets": 23649, + "growth": 23650, + "edes": 23651, + "ĠCob": 23652, + "Ġsums": 23653, + "rien": 23654, + "Ġscram": 23655, + "lective": 23656, + "Ġrepay": 23657, + "Ġsuperv": 23658, + "ĠAsthma": 23659, + "Ġadmire": 23660, + "ĠPunj": 23661, + "-at": 23662, + "Hard": 23663, + "WD": 23664, + "woman": 23665, + "ĠBert": 23666, + "Ġstatute": 23667, + "particularly": 23668, + "Ġscheduling": 23669, + "munition": 23670, + "Max": 23671, + "Ġtheat": 23672, + "atches": 23673, + "omaly": 23674, + "ĠPly": 23675, + "ĠPod": 23676, + "Ġhonors": 23677, + "Ġmonumental": 23678, + "-over": 23679, + "-ev": 23680, + "Ep": 23681, + "Ġpeasant": 23682, + "Ġprominence": 23683, + "Ġboosts": 23684, + "Ġconstituent": 23685, + "Ġrifle": 23686, + "Ġcripp": 23687, + "Ġfibr": 23688, + "Ġnemat": 23689, + "Ġcarc": 23690, + "Ġreferral": 23691, + "Ġbitcoin": 23692, + "ĠMuscle": 23693, + "allel": 23694, + "Ġtuning": 23695, + "Ġriders": 23696, + "Color": 23697, + "ĠCopenhagen": 23698, + "Ġpilgrimage": 23699, + "Ġunequal": 23700, + "Wed": 23701, + "Works": 23702, + "ĠMills": 23703, + "ĠGL": 23704, + "Ġphylogen": 23705, + "Ġbackbone": 23706, + "Ġvitality": 23707, + "Ġlymphoma": 23708, + "Ġsupers": 23709, + "Ġtransistors": 23710, + "Books": 23711, + "ĠMormon": 23712, + "-play": 23713, + "Ġforums": 23714, + "ĠBle": 23715, + "Ġjoke": 23716, + "ĠKay": 23717, + "psis": 23718, + "ĠEngineer": 23719, + "Ġbiodegradable": 23720, + "Ġcortic": 23721, + "Ġureth": 23722, + "Mo": 23723, + "Obs": 23724, + "ĠSultan": 23725, + "yss": 23726, + "Ġmotives": 23727, + "ĠCongressional": 23728, + "Ġadvocating": 23729, + "Ġconsciously": 23730, + "Ġpelvis": 23731, + "Ġpublishers": 23732, + "Ġ!": 23733, + "Ġresign": 23734, + "Ġimpurities": 23735, + "Ġutens": 23736, + "Ġguideline": 23737, + "ĠPlanck": 23738, + "Ġscanner": 23739, + "Ġbells": 23740, + "Ġcrystalline": 23741, + "Ġfuse": 23742, + "Ġcoex": 23743, + "Ġmerge": 23744, + "Ġmortar": 23745, + "Ġnegotiation": 23746, + "Ġsympathy": 23747, + "Map": 23748, + "Need": 23749, + "Ġimpressions": 23750, + "Ġoutc": 23751, + "Ġexploded": 23752, + "ĠGoddess": 23753, + "idding": 23754, + "Ġmixtures": 23755, + "Ġconjug": 23756, + "ovakia": 23757, + "Occ": 23758, + "whether": 23759, + "ĠFear": 23760, + "Ġenfor": 23761, + "Ġheartburn": 23762, + "Ġacknowledges": 23763, + "Ber": 23764, + "lab": 23765, + "Ġbizarre": 23766, + "ĠSr": 23767, + "ĠCAN": 23768, + "ĠWE": 23769, + "Ġunreal": 23770, + "sworth": 23771, + "ĠAssistance": 23772, + "ucker": 23773, + "haus": 23774, + "Ġherbicide": 23775, + "Central": 23776, + "-second": 23777, + "cf": 23778, + "igens": 23779, + "ĠBO": 23780, + "Ġrack": 23781, + "ovo": 23782, + "ĠManit": 23783, + "Ġpsychotherapy": 23784, + "Ġcracking": 23785, + "Ġaxes": 23786, + "Ġ).": 23787, + "inoid": 23788, + "Ġinoc": 23789, + "asms": 23790, + "Ġdeities": 23791, + "Ġwithdrawn": 23792, + "Ġpatriarch": 23793, + "ĠHindi": 23794, + "Ġstewardship": 23795, + "ĠCertificate": 23796, + "Ok": 23797, + "inia": 23798, + "obl": 23799, + "Ġrepent": 23800, + "Ġtransplants": 23801, + "Ġdemise": 23802, + "Ġze": 23803, + "hetto": 23804, + "Ġturmeric": 23805, + "Ġrestrictive": 23806, + "Ġselenium": 23807, + "ĠDomain": 23808, + "Native": 23809, + "×Ķ": 23810, + "Ġwired": 23811, + "Ġego": 23812, + "ĠAmy": 23813, + "Heart": 23814, + "ĠFeatures": 23815, + "Department": 23816, + "ĠZhang": 23817, + "Ġscattering": 23818, + "ĠBenedict": 23819, + "arag": 23820, + "lege": 23821, + "Ġreint": 23822, + "Ġrider": 23823, + "Ġamyloid": 23824, + "Ġgraft": 23825, + "Ġinscribed": 23826, + "zek": 23827, + "ĠQuiz": 23828, + "Ġhomosexual": 23829, + "Ġimmunization": 23830, + "Ġcompressor": 23831, + "ĠHVAC": 23832, + "Ġpac": 23833, + "ĠHabitat": 23834, + "ĠKate": 23835, + "Ġlogged": 23836, + "ĠHarold": 23837, + "Ġinsecticides": 23838, + "Ġpalms": 23839, + "orry": 23840, + "Ġexchanged": 23841, + "Ġempowering": 23842, + "ĠSalmonella": 23843, + "Ġcentrif": 23844, + "Ġdiscouraged": 23845, + "Mel": 23846, + "Master": 23847, + "Ġoz": 23848, + "urer": 23849, + "ĠRut": 23850, + "Ġencyclopedia": 23851, + "achine": 23852, + "Ġdrank": 23853, + "Ġstandpoint": 23854, + "Ġpastures": 23855, + "Ġtroubled": 23856, + "Ġoptimism": 23857, + "Ġbloating": 23858, + "GIS": 23859, + "|R": 23860, + "ĠWonder": 23861, + "Ġimperfect": 23862, + "Ġchlorophyll": 23863, + "ĠMons": 23864, + "âĢĿ:": 23865, + "Ġresent": 23866, + "Ġcliffs": 23867, + "efit": 23868, + "Ġcurator": 23869, + "Ġfearful": 23870, + "Ġtenure": 23871, + "ĠExtra": 23872, + "Ġpaleont": 23873, + "Ġisotope": 23874, + "ĠYugoslav": 23875, + "Ġblurred": 23876, + "ĠAlm": 23877, + "-body": 23878, + "Ġspecialize": 23879, + "Ġharbour": 23880, + "blood": 23881, + "Ġshedding": 23882, + "ĠPresentation": 23883, + "Ġairplanes": 23884, + "Ġeject": 23885, + "ilus": 23886, + "ĠRush": 23887, + "Ġprotagonist": 23888, + "-pressure": 23889, + "ĠHarvey": 23890, + "respond": 23891, + "opausal": 23892, + "Ġfirefighters": 23893, + "Ġmarshes": 23894, + "current": 23895, + "ĠSaw": 23896, + "ĠMerc": 23897, + "astical": 23898, + "-built": 23899, + "zzle": 23900, + "Ġtracts": 23901, + "Ġwallet": 23902, + "'S": 23903, + "blo": 23904, + "number": 23905, + "Ġcinnamon": 23906, + "Ġtok": 23907, + "ocating": 23908, + "ĠLocation": 23909, + "eca": 23910, + "ategories": 23911, + "Ġceramics": 23912, + "Ġcooperate": 23913, + "far": 23914, + "Ġsib": 23915, + "vement": 23916, + "usa": 23917, + "Ġtraction": 23918, + "-pr": 23919, + "obalt": 23920, + "ĠCohen": 23921, + "Ġframing": 23922, + "Ġbottled": 23923, + "Ġcomposers": 23924, + "Ġanaerobic": 23925, + "ĠMann": 23926, + "Ġabr": 23927, + "Ġtrivial": 23928, + "nerg": 23929, + "Ġpalate": 23930, + "Ġrebel": 23931, + "ĠLegion": 23932, + "Ġdecorations": 23933, + "Iron": 23934, + "Ġdisg": 23935, + "atured": 23936, + "uckle": 23937, + "Ġastroph": 23938, + "Ġdeclaring": 23939, + "Ġcravings": 23940, + "ĠReaders": 23941, + "Ġhorizontally": 23942, + "osaurus": 23943, + "Ġdisparity": 23944, + "oque": 23945, + "ĠCere": 23946, + "ĠNEW": 23947, + "again": 23948, + "Ġregret": 23949, + "Exercise": 23950, + "Ġautomobiles": 23951, + "ि": 23952, + "Ġsemantic": 23953, + "Ġrebels": 23954, + "osphate": 23955, + "Histor": 23956, + "Ġcosmos": 23957, + "Ġisotopes": 23958, + "Ġdrowning": 23959, + "Ġexaggerated": 23960, + "Ġcurvature": 23961, + "Ġsinks": 23962, + "thora": 23963, + "Ġabusive": 23964, + "ĠNewfoundland": 23965, + "Ġtextual": 23966, + "Ġcomplexes": 23967, + "Ġfriendships": 23968, + "Ġimplicated": 23969, + "ĠJulius": 23970, + "Ġrhin": 23971, + "Ġcatalogue": 23972, + "Ġoversight": 23973, + "Diet": 23974, + "oderm": 23975, + "Ġleth": 23976, + "ĠLis": 23977, + "Ġdirecting": 23978, + "Ġpostp": 23979, + "Ġpayload": 23980, + "ĠPrincess": 23981, + "Ġsplitting": 23982, + "Ġcontempor": 23983, + "Ġdefendant": 23984, + "ĠSSL": 23985, + "Internet": 23986, + "ĠPrivacy": 23987, + "Es": 23988, + "Ġreapp": 23989, + "ĠHDL": 23990, + "Ġformative": 23991, + "Ġmetamorph": 23992, + "Ġsliding": 23993, + "Ġpuppies": 23994, + "Myth": 23995, + "bank": 23996, + "ouble": 23997, + "oprotein": 23998, + "Ġshrine": 23999, + "ecessor": 24000, + "Ġcommunism": 24001, + "Ġinscriptions": 24002, + "Ġmetre": 24003, + "Ġmetadata": 24004, + "Ġsafest": 24005, + "Ġnonf": 24006, + "Ġsalty": 24007, + "ĠEdmund": 24008, + "Ġprohibition": 24009, + "Ġdimensional": 24010, + "-handed": 24011, + "ĠBrussels": 24012, + ".asp": 24013, + "Oper": 24014, + "Talk": 24015, + "ÙIJ": 24016, + "Ġfade": 24017, + "Ġashes": 24018, + "ĠDust": 24019, + "phalt": 24020, + "Ġphoton": 24021, + "Ġcloudy": 24022, + "ĠMethodist": 24023, + "Ġornament": 24024, + "Ġdegenerative": 24025, + "ĠCassini": 24026, + "Michael": 24027, + "Tur": 24028, + "isal": 24029, + "abies": 24030, + "riosis": 24031, + "ĠGun": 24032, + "Ġindividualized": 24033, + "Ġmilestones": 24034, + "Ġbushes": 24035, + "-lar": 24036, + "ĠSiberia": 24037, + "Ġsuicidal": 24038, + "oser": 24039, + "Ġchrist": 24040, + "ptune": 24041, + "econom": 24042, + "Ġoffline": 24043, + "paragus": 24044, + "shadow": 24045, + "lining": 24046, + "Ġgaze": 24047, + "ĠDew": 24048, + "uni": 24049, + "Ġtrapping": 24050, + "ĠYam": 24051, + "Ġcollaborators": 24052, + "Ġaccomplishment": 24053, + "Would": 24054, + "Ġcites": 24055, + "Ġpicks": 24056, + "Ġraid": 24057, + "ĠBarack": 24058, + "Ġcosmetics": 24059, + "Ġbreeders": 24060, + "Ġnicely": 24061, + "Ġbuffalo": 24062, + "Ġicy": 24063, + "erion": 24064, + "Ġlobe": 24065, + "amide": 24066, + "gee": 24067, + "Ġspawning": 24068, + "ĠLent": 24069, + "Ġdepiction": 24070, + "repared": 24071, + "ĠRespiratory": 24072, + "Ġaccommodations": 24073, + "Ġdiarrhoea": 24074, + "-existing": 24075, + "Ġwatches": 24076, + "Ġducts": 24077, + "Ġrecurrence": 24078, + "Hand": 24079, + "NF": 24080, + "ë": 24081, + "ĠSense": 24082, + "Ġlex": 24083, + "aryng": 24084, + "Ġphishing": 24085, + "Ġsubstr": 24086, + "fty": 24087, + "Ġswell": 24088, + "Ġtransformer": 24089, + "Ġdefective": 24090, + "ĠFAQ": 24091, + "stra": 24092, + "ĠMHz": 24093, + "Ġarches": 24094, + "Ġscars": 24095, + "Ġregisters": 24096, + "Ġpainters": 24097, + "-cancer": 24098, + "ĠTruman": 24099, + "Ġcouncils": 24100, + "Ġhorrible": 24101, + "ĠSocialist": 24102, + "ĠGMO": 24103, + "idelity": 24104, + "Pal": 24105, + "fa": 24106, + "haw": 24107, + "Ġosm": 24108, + "Ġbounce": 24109, + "Ġeagles": 24110, + "ĠStars": 24111, + "Ġglorious": 24112, + "Ġhumankind": 24113, + "Ġstringent": 24114, + "Ġcondensation": 24115, + "GC": 24116, + "wave": 24117, + "Ġoat": 24118, + "ĠAging": 24119, + "advert": 24120, + "ĠWarm": 24121, + "Ġterra": 24122, + "ariat": 24123, + "Lat": 24124, + "hs": 24125, + "oS": 24126, + "Ġfonts": 24127, + "Ġshred": 24128, + "iae": 24129, + "Ġacclaim": 24130, + "Ġcontinuation": 24131, + "ĠReplace": 24132, + "bourg": 24133, + "ĠFathers": 24134, + "Ġexpenditures": 24135, + "Ġspontaneously": 24136, + "Ġnocturnal": 24137, + "America": 24138, + "gically": 24139, + "later": 24140, + "inical": 24141, + "Ġfolic": 24142, + "blems": 24143, + "Ġmultic": 24144, + "ĠCalif": 24145, + "Ġsorted": 24146, + "ĠSecondly": 24147, + "-proof": 24148, + "ï¼Į": 24149, + "Ġsupermarket": 24150, + "Ġreferendum": 24151, + "Ġpamph": 24152, + "ominated": 24153, + "Ġamput": 24154, + "Ġsincere": 24155, + "before": 24156, + "Ġexpressive": 24157, + "ĠEdge": 24158, + "ĠGermanic": 24159, + "ĠGovernments": 24160, + "Ġjourneys": 24161, + "Ġbotanical": 24162, + "ĠLGBTQ": 24163, + "Ġaromatic": 24164, + "Ġdeleted": 24165, + "Lim": 24166, + "ĠTud": 24167, + "oseph": 24168, + "Ġunatt": 24169, + "Ġcustody": 24170, + "---": 24171, + "ĠParts": 24172, + "Standard": 24173, + "orate": 24174, + "ĠMLA": 24175, + "Ġvi": 24176, + "Ġchores": 24177, + "Ġinvading": 24178, + "sson": 24179, + "Ġartific": 24180, + "Ġpalp": 24181, + "Ġembracing": 24182, + "Ġauthenticity": 24183, + "nection": 24184, + "Ġgorge": 24185, + "ĠADA": 24186, + "ĠCB": 24187, + "ĠHiro": 24188, + "ĠWOR": 24189, + "ortex": 24190, + "ogas": 24191, + "ĠKo": 24192, + "Ġfacets": 24193, + "Ġsuffix": 24194, + "Ġchecklist": 24195, + "Ġutmost": 24196, + "ĠBoys": 24197, + "ĠHerod": 24198, + "uki": 24199, + "ĠLabs": 24200, + "ĠReviews": 24201, + "Ġdissemination": 24202, + "ĠاÙĦ": 24203, + "Finding": 24204, + "itched": 24205, + "Ġhike": 24206, + "ĠFoster": 24207, + "Ġallergen": 24208, + "Ġcling": 24209, + "Ġcorpus": 24210, + "Ġretro": 24211, + "ĠEnjoy": 24212, + "Ġtextures": 24213, + "ĠPrem": 24214, + "Ġhopeful": 24215, + "Ġloosely": 24216, + "Ġprivileged": 24217, + "Ġmesothelioma": 24218, + "ĠDiagnosis": 24219, + "ĠTobacco": 24220, + "Ġuncontrolled": 24221, + "Ġinfer": 24222, + "Ġaccus": 24223, + "oxid": 24224, + "spe": 24225, + "ĠUses": 24226, + "Ġfueled": 24227, + "ĠMcDonald": 24228, + "OCs": 24229, + "Ġplaques": 24230, + "ĠWilhelm": 24231, + "Anyone": 24232, + "Ġunveiled": 24233, + "Ġworldview": 24234, + "ĠIndic": 24235, + "-conscious": 24236, + "Ġtumours": 24237, + "blue": 24238, + "ĠEleph": 24239, + "Ġaccredited": 24240, + "XX": 24241, + "iologists": 24242, + "esoph": 24243, + "Ġlan": 24244, + "Ġgears": 24245, + "Ġ(âĢĺ": 24246, + "Ġmedal": 24247, + "-cultural": 24248, + "Ġbraces": 24249, + "Ġowls": 24250, + "Ġalbum": 24251, + "Ġslices": 24252, + "holm": 24253, + "dinand": 24254, + "Nearly": 24255, + "hl": 24256, + "Ñı": 24257, + "Ġpall": 24258, + "oufl": 24259, + "ĠAur": 24260, + "Ġshingles": 24261, + "ĠGaz": 24262, + "Ġinteracts": 24263, + "ĠConstantinople": 24264, + "Ġtilt": 24265, + "adan": 24266, + "planted": 24267, + "ĠCha": 24268, + "âĢľYou": 24269, + "annon": 24270, + "Ġembodied": 24271, + "Ġinstituted": 24272, + "STEM": 24273, + "doctoral": 24274, + "ĠAttention": 24275, + "ĠGalaxy": 24276, + "Ġlecturer": 24277, + "Ġunemployed": 24278, + "Ġadhesive": 24279, + "ĠBulletin": 24280, + "-inter": 24281, + "Che": 24282, + "Ġsow": 24283, + "Ġcompiler": 24284, + "ĠKrist": 24285, + "isexual": 24286, + "Ġcommonplace": 24287, + "ahan": 24288, + "ĠAdjust": 24289, + "ĠTeen": 24290, + "ĠDisability": 24291, + "Ġignition": 24292, + "Ġsourced": 24293, + "ĠGilbert": 24294, + "Ġquotation": 24295, + "Ap": 24296, + "ĠBorder": 24297, + "ĠEthernet": 24298, + "indle": 24299, + "Ġsignifies": 24300, + "Ġshowers": 24301, + "Ġcalibration": 24302, + "Applic": 24303, + "ĠChairman": 24304, + "Ġuprising": 24305, + "Log": 24306, + "ĠHugh": 24307, + "ĠFROM": 24308, + "Ġurging": 24309, + "Ġsaline": 24310, + "Ġsilly": 24311, + "-gl": 24312, + "Ġfolklore": 24313, + "Abstract": 24314, + "Ġexpeditions": 24315, + "ĠMunich": 24316, + "-Q": 24317, + ".k": 24318, + "ayas": 24319, + "osomes": 24320, + "ĠAviation": 24321, + "Ġchopped": 24322, + "Ġflawed": 24323, + "Large": 24324, + "Mind": 24325, + "max": 24326, + "eder": 24327, + "ĠCret": 24328, + "ĠGrid": 24329, + "Ġpreaching": 24330, + "plementation": 24331, + "Ġencaps": 24332, + "Ġdomination": 24333, + "Ġestimating": 24334, + "almud": 24335, + "اØ": 24336, + "Princ": 24337, + "Ġunhappy": 24338, + "ĠClarke": 24339, + "Ġfron": 24340, + "ĠSter": 24341, + "ĠShen": 24342, + "âĢĻan": 24343, + "ĠFab": 24344, + "Ġdetailing": 24345, + "Ġ§": 24346, + "Ġguardians": 24347, + "Ġantiviral": 24348, + "ĠNumerous": 24349, + "::": 24350, + "Ġtrenches": 24351, + "itans": 24352, + "ĠTopic": 24353, + "urban": 24354, + "ructured": 24355, + "Ġmagma": 24356, + "Ġfolding": 24357, + "Ġbronchitis": 24358, + "ĠConcepts": 24359, + "Vs": 24360, + "dist": 24361, + "ĠmRNA": 24362, + "Ġhots": 24363, + "ĠSY": 24364, + "ĠPT": 24365, + "quest": 24366, + "Ġovercoming": 24367, + "Ġcreep": 24368, + "Ġsocialism": 24369, + "Ġforehead": 24370, + "iterate": 24371, + "Ġlistener": 24372, + "Ġtaller": 24373, + "Ġaveraged": 24374, + "Ġhypothyroidism": 24375, + "ĠVehicle": 24376, + "-see": 24377, + "/R": 24378, + "Ġmism": 24379, + "etooth": 24380, + "Ġchill": 24381, + "ĠGut": 24382, + "achi": 24383, + "identified": 24384, + "Ġoccupants": 24385, + "Connect": 24386, + "ĠRobin": 24387, + "Upon": 24388, + "Fore": 24389, + "ilitary": 24390, + "idium": 24391, + "ĠARE": 24392, + "Ġunused": 24393, + "Ġcollaborating": 24394, + "Ġfridge": 24395, + "jet": 24396, + "urious": 24397, + "ĠSons": 24398, + "ĠDV": 24399, + "soil": 24400, + "ensitivity": 24401, + "Ġencoded": 24402, + "Ġurination": 24403, + "Ġarterial": 24404, + "bows": 24405, + "great": 24406, + "igher": 24407, + "ĠAppendix": 24408, + "Ġbitten": 24409, + "ĠWestminster": 24410, + "Israel": 24411, + "ĠMandela": 24412, + ")/": 24413, + "chle": 24414, + "Ġsmugg": 24415, + "Ġsuffrage": 24416, + "ĠPerfect": 24417, + "Ġemphasizing": 24418, + "Ġminimally": 24419, + "ĠPrinciple": 24420, + "Ġsuperiority": 24421, + "Ġwatts": 24422, + "ĠLiu": 24423, + "Ġilluminated": 24424, + "-it": 24425, + "ĠCotton": 24426, + "ĠMé": 24427, + "Ġshirt": 24428, + "Ġsocks": 24429, + "ĠAlger": 24430, + "-click": 24431, + "Ġkeyword": 24432, + "ACH": 24433, + "Ġbuyer": 24434, + "Ġtransitional": 24435, + "Ġparallels": 24436, + "Ġimpedance": 24437, + "alamus": 24438, + "Business": 24439, + "Ġaperture": 24440, + "ĠBA": 24441, + "Ġsponge": 24442, + "Ġradon": 24443, + "ĠOrb": 24444, + "ĠEssentially": 24445, + "ĠBlockchain": 24446, + "Clear": 24447, + "-cigarettes": 24448, + "reased": 24449, + "agar": 24450, + "Ġunauthorized": 24451, + "Ġammunition": 24452, + "Ġimminent": 24453, + "ĠAnglic": 24454, + "Recomm": 24455, + "Ġα": 24456, + "ĠOperating": 24457, + "Ġmunicipality": 24458, + "HF": 24459, + "ĠBring": 24460, + "ocese": 24461, + "-taking": 24462, + "Ġdrawbacks": 24463, + "ĠUNICEF": 24464, + "ĠLandscape": 24465, + "Ġopioids": 24466, + "ĠExcellence": 24467, + "enstein": 24468, + "lev": 24469, + "stellar": 24470, + "Ġclauses": 24471, + "Ġmanners": 24472, + "Ġrefusal": 24473, + "ĠAugustus": 24474, + "Ġdenying": 24475, + "brand": 24476, + "ĠAMD": 24477, + "Smart": 24478, + "each": 24479, + "person": 24480, + "rush": 24481, + "çļ": 24482, + "chant": 24483, + "Ġdeformation": 24484, + "ĠFiber": 24485, + "ĠChlor": 24486, + "Ġphy": 24487, + "Ġmorally": 24488, + "Ġvoluntarily": 24489, + "Ġpavement": 24490, + "Ġshortest": 24491, + "Ġlatt": 24492, + "ĠPractical": 24493, + "Ġneurotransmitters": 24494, + "Je": 24495, + "ithe": 24496, + "Ġpython": 24497, + "ĠGHG": 24498, + "Ġfactual": 24499, + "Ġteamwork": 24500, + "ĠMarriage": 24501, + "/N": 24502, + "static": 24503, + "Ġincision": 24504, + "osec": 24505, + "Ġcontractions": 24506, + "ĠWayne": 24507, + "ĠEpidem": 24508, + "Ġlighthouse": 24509, + "ete": 24510, + "angs": 24511, + "Ġcurse": 24512, + "Ġairflow": 24513, + "Ġassociates": 24514, + "ucked": 24515, + "Ġsteer": 24516, + "short": 24517, + "Ġescaping": 24518, + "Ġflavon": 24519, + "Ġceliac": 24520, + "Ġpedagogy": 24521, + "Carbon": 24522, + "essential": 24523, + "ĠHamm": 24524, + "ĠErie": 24525, + "Ġrelational": 24526, + "Ġamazed": 24527, + "ĠTooth": 24528, + "prof": 24529, + "ĠGraduate": 24530, + "ĠNetworks": 24531, + "Ġmarginalized": 24532, + "del": 24533, + "ĠWant": 24534, + "Ġimpover": 24535, + "Ġreporters": 24536, + "Ġliters": 24537, + "ĠEnlightenment": 24538, + "Ġsentenced": 24539, + "ĠCounsel": 24540, + "Ġpleasing": 24541, + "Ġlicenses": 24542, + "Ġambiguous": 24543, + "Ġmiracul": 24544, + "ethylene": 24545, + "ĠBritannica": 24546, + "-order": 24547, + "Ġcreations": 24548, + "Ġsilic": 24549, + "Ġpermitting": 24550, + "soever": 24551, + "Ġlandl": 24552, + "Ġmeanwhile": 24553, + "Ġradial": 24554, + "Ġgeared": 24555, + "Ġcervix": 24556, + "Ġsurrend": 24557, + "Ġflossing": 24558, + "Ġsneezing": 24559, + "Fre": 24560, + "ĠGap": 24561, + "Ġballoons": 24562, + "ĠEquality": 24563, + "Ġsynthesized": 24564, + "walks": 24565, + "Ġinception": 24566, + "uttle": 24567, + "ĠChest": 24568, + "ĠPosition": 24569, + "ĠWing": 24570, + "ouns": 24571, + "eedback": 24572, + "ĠShiva": 24573, + "ĠCOPD": 24574, + "Ġaffinity": 24575, + "ĠMini": 24576, + "Ġharb": 24577, + "Ġrescued": 24578, + "Healthy": 24579, + "Ġrhiz": 24580, + "ĠOfficial": 24581, + "Ġfulfillment": 24582, + "ĠLancet": 24583, + "ĠReconstruction": 24584, + "ĠBoeing": 24585, + "Ġendorsed": 24586, + "SU": 24587, + "hart": 24588, + "Ġnep": 24589, + "ĠFlex": 24590, + "ĠLux": 24591, + "ĠKap": 24592, + "Ġadaptable": 24593, + "Ġblueberries": 24594, + "ĠWebster": 24595, + "Ġtransformations": 24596, + "Ġinhibits": 24597, + "ĠHydrogen": 24598, + "Ġlawns": 24599, + "governmental": 24600, + "Ġpiston": 24601, + "otoxic": 24602, + "ĠDetermine": 24603, + "ĠGabriel": 24604, + "Ġantidepressants": 24605, + "ĠPlymouth": 24606, + "ĠCBS": 24607, + "ĠDegree": 24608, + "ĠReed": 24609, + "Ġspraw": 24610, + "Ġresiding": 24611, + "Ġjars": 24612, + "Ġdrilled": 24613, + "ĠCarn": 24614, + "Ġcircumstance": 24615, + "ĠDevices": 24616, + "Ġaphids": 24617, + "Ġneurotransmitter": 24618, + "ĠCoffee": 24619, + "Alex": 24620, + "rists": 24621, + "Ġsorrow": 24622, + "oras": 24623, + "ĠSid": 24624, + "Ġconsortium": 24625, + "Ġapolog": 24626, + "Ġmacular": 24627, + "Ġdraining": 24628, + "Scientific": 24629, + "ĠUpdate": 24630, + "protected": 24631, + "tymology": 24632, + "oder": 24633, + "Ġheels": 24634, + "ĠNW": 24635, + "Ġoxides": 24636, + "Ġalteration": 24637, + "urricular": 24638, + "ĠHonor": 24639, + "Ġspokesman": 24640, + "/.": 24641, + "why": 24642, + "ĠMasters": 24643, + "acillus": 24644, + "ĠGor": 24645, + "Ġpercept": 24646, + "Ġdeprec": 24647, + "ĠZen": 24648, + "ĠiOS": 24649, + "Ġharms": 24650, + "Ġspectroscopy": 24651, + "Ġcomfortably": 24652, + "Ġprolific": 24653, + "Ġphotographed": 24654, + "Ġnurturing": 24655, + "Medic": 24656, + "tar": 24657, + "Ġorally": 24658, + "Ġenlisted": 24659, + "Ġmemoir": 24660, + "Ġmustard": 24661, + "Ġcorro": 24662, + "ĠInterview": 24663, + "Ġchimney": 24664, + "ĠCertainly": 24665, + "Ġphilanthrop": 24666, + "�": 24667, + "Clin": 24668, + "type": 24669, + "Ġsludge": 24670, + "atche": 24671, + "Ġpants": 24672, + "arers": 24673, + "Ġcoils": 24674, + "ĠShi": 24675, + "enes": 24676, + "Ġmell": 24677, + "stery": 24678, + "Ġimpress": 24679, + "osexuality": 24680, + "ritic": 24681, + "ĠAsper": 24682, + "umbar": 24683, + "Ġdownloading": 24684, + "Ġcruelty": 24685, + "Ġcylindrical": 24686, + "Ġtaxpayers": 24687, + "Ġrelics": 24688, + "Location": 24689, + "Ġreap": 24690, + "Ġatroc": 24691, + "Ġsprays": 24692, + "osts": 24693, + "ynchron": 24694, + "ĠManaging": 24695, + "Ġrodent": 24696, + "âĤ¬âĦ¢": 24697, + "Ġwandering": 24698, + "Ġannoying": 24699, + "chat": 24700, + "Ġorthodont": 24701, + "Ġcontinual": 24702, + "Ġidentifiable": 24703, + "ĠDeaf": 24704, + "Ġsixteenth": 24705, + "ĠNeigh": 24706, + "Ġanalyzes": 24707, + "Ġcounteract": 24708, + "Ġnarrowing": 24709, + "ĠLegislature": 24710, + "/v": 24711, + "Ġsegregated": 24712, + "ĠGrades": 24713, + "Ġtram": 24714, + "Ġdistancing": 24715, + "Ġdrills": 24716, + "ĠMorning": 24717, + "Ġbowls": 24718, + "Ġaltitudes": 24719, + "Ġidol": 24720, + "ĠPrincipal": 24721, + "ĠFacility": 24722, + "ĠESL": 24723, + "severance": 24724, + "aq": 24725, + "asured": 24726, + "ĠPrison": 24727, + "Ġhacking": 24728, + "phrine": 24729, + "Ġinvitation": 24730, + "Ġcarving": 24731, + "unding": 24732, + "Ġretrieved": 24733, + "Ġdelve": 24734, + "-disc": 24735, + "ĠTraffic": 24736, + "Ġmerits": 24737, + "Ġmelody": 24738, + "Student": 24739, + "ĠPhilippine": 24740, + "ĠWalking": 24741, + "ĠSalvador": 24742, + "Prop": 24743, + "ĠSask": 24744, + "thouse": 24745, + "ĠHers": 24746, + "ensen": 24747, + "Ġscissors": 24748, + "ĠUnits": 24749, + "ediately": 24750, + "Ġharmonic": 24751, + "Ġtailor": 24752, + "ĠListening": 24753, + "ĠWarsaw": 24754, + "Ġintuition": 24755, + "Interestingly": 24756, + "Nevertheless": 24757, + "ĠPetersburg": 24758, + "Ġgrit": 24759, + "otting": 24760, + "ĠWake": 24761, + "ishable": 24762, + "ĠKrishna": 24763, + "Ġdecree": 24764, + "Ġhumanities": 24765, + "Ġcalming": 24766, + "iked": 24767, + "Ġaccessories": 24768, + "Ġhospitalized": 24769, + "Ġexponentially": 24770, + "fu": 24771, + "public": 24772, + "sch": 24773, + "thus": 24774, + "ĠRib": 24775, + "Ġflamm": 24776, + "-service": 24777, + "Ġoccurrences": 24778, + "Ġcleanup": 24779, + "Ġcontrasts": 24780, + "ĠEqual": 24781, + "ISA": 24782, + "Pass": 24783, + "cue": 24784, + "Ġaur": 24785, + "idate": 24786, + "osocial": 24787, + "Ġrashes": 24788, + "Ġleaking": 24789, + "Ġrightly": 24790, + "Ġgrids": 24791, + "ĠCommander": 24792, + "ARN": 24793, + "Ġdetects": 24794, + "Ġfinely": 24795, + "Ġassertion": 24796, + "ĠSherman": 24797, + "Ġdisputed": 24798, + "ĠQuantum": 24799, + "occupied": 24800, + "CF": 24801, + "lm": 24802, + "isse": 24803, + "ĠdB": 24804, + "leaf": 24805, + "Ġlyn": 24806, + "Ġgle": 24807, + "imir": 24808, + "emb": 24809, + "ĠRoh": 24810, + "unal": 24811, + "Ġarte": 24812, + "Ġinviting": 24813, + "Ġyellowish": 24814, + "quiries": 24815, + "ĠWeekly": 24816, + "ĠPrinting": 24817, + "Ġvowels": 24818, + "ĠUCLA": 24819, + "Ġillumination": 24820, + "Ġcongressional": 24821, + "Ġavocado": 24822, + "midt": 24823, + "lit": 24824, + "learning": 24825, + "Ġlately": 24826, + "ĠTak": 24827, + "ĠJar": 24828, + "ango": 24829, + "Ġhandic": 24830, + "-gu": 24831, + "-breaking": 24832, + "ĠLibraries": 24833, + "Ġartificially": 24834, + "Ġmanned": 24835, + "Ġquart": 24836, + "Ġcarriage": 24837, + "Ġcomplexities": 24838, + "Ġdevastated": 24839, + "ĠSomalia": 24840, + "Ġoath": 24841, + "Ġbumps": 24842, + "ĠSame": 24843, + "ective": 24844, + "osomal": 24845, + "Ġlawmakers": 24846, + "ĠModels": 24847, + "Ġprecedent": 24848, + "ĠPoints": 24849, + "CES": 24850, + "Ġsights": 24851, + "Ġfist": 24852, + "arine": 24853, + "ĠTony": 24854, + "ĠFol": 24855, + "Ġups": 24856, + "Ġworkflow": 24857, + "ropy": 24858, + "Ġprogen": 24859, + "ducive": 24860, + "Ġsymbolizes": 24861, + "ĠCorp": 24862, + "Ġirritable": 24863, + "ĠLeaders": 24864, + "arbonate": 24865, + "ĠBackground": 24866, + "Maybe": 24867, + "Ġborrowing": 24868, + "Ġhonesty": 24869, + "Ġairports": 24870, + "ĠLiverpool": 24871, + "Ġtropics": 24872, + "Ġchase": 24873, + "Ġpredecessor": 24874, + "should": 24875, + "Ġincubation": 24876, + "ĠRecommend": 24877, + "uschwitz": 24878, + "ĠString": 24879, + "ĠChat": 24880, + "Ġdowns": 24881, + "atorium": 24882, + "Ġpastoral": 24883, + "Ġinsertion": 24884, + "Ġinterpreter": 24885, + "ĠMRSA": 24886, + "ĠShanghai": 24887, + "-form": 24888, + "Ġrehe": 24889, + "ĠAST": 24890, + "Ġconsole": 24891, + "icals": 24892, + "Ġimplements": 24893, + "-high": 24894, + "Ġrailroads": 24895, + "-season": 24896, + "Ġnobility": 24897, + "Ġburdens": 24898, + "Ve": 24899, + "bons": 24900, + "ĠPere": 24901, + "udge": 24902, + "Ġcler": 24903, + "Ġflocks": 24904, + "Ġpotting": 24905, + "Ġmuscul": 24906, + "Ġnorthwestern": 24907, + "ENTS": 24908, + "Ġrebuilding": 24909, + "ĠSetting": 24910, + "ĠIdentification": 24911, + "ĠPMID": 24912, + "Keeping": 24913, + "ĠConstantine": 24914, + "ĠExpedition": 24915, + "nor": 24916, + "âĪ": 24917, + "Ġcreek": 24918, + "arist": 24919, + "Ġstalks": 24920, + "adh": 24921, + "emann": 24922, + "ĠHav": 24923, + "Ġunanim": 24924, + "ĠJulian": 24925, + "ĠBurns": 24926, + "Ġfutures": 24927, + "Ġpronouns": 24928, + "Ġted": 24929, + "ĠPue": 24930, + "ĠBun": 24931, + "Ġcompatibility": 24932, + "Ġserpent": 24933, + "Ġrealism": 24934, + "Ġsaturation": 24935, + "Imm": 24936, + "ĠSudden": 24937, + "Ġphotographers": 24938, + "Real": 24939, + "ĠMold": 24940, + "ĠBund": 24941, + "ĠHash": 24942, + "reative": 24943, + "assy": 24944, + "Ġdetention": 24945, + "Ġconstrained": 24946, + "Ġmotto": 24947, + "Ġproponents": 24948, + "ĠReducing": 24949, + "ĠOrganizations": 24950, + "large": 24951, + "Getty": 24952, + "Ġcirculate": 24953, + "uisance": 24954, + "Ġtetra": 24955, + "inatory": 24956, + "Ġvents": 24957, + "Ġspleen": 24958, + "Ġamended": 24959, + "Ġflashes": 24960, + "ounces": 24961, + "Ġhypers": 24962, + "ĠDisaster": 24963, + "Ġblows": 24964, + "ĠEstablish": 24965, + "Law": 24966, + "Ġbrom": 24967, + "geal": 24968, + "ounting": 24969, + "Ġreminis": 24970, + "ĠPreservation": 24971, + "Ġratified": 24972, + "ĠBelarus": 24973, + "ĠHolmes": 24974, + "Ġscriptures": 24975, + "enhower": 24976, + "ĠFriedrich": 24977, + "ĠConfederacy": 24978, + "Ġmorbidity": 24979, + "-Saxon": 24980, + "Ġrede": 24981, + "irling": 24982, + "ĠMeth": 24983, + "antis": 24984, + "ĠHack": 24985, + "ĠLAN": 24986, + "ĠVlad": 24987, + "ERY": 24988, + "ĠGlen": 24989, + "Ġindustrialized": 24990, + "Ġforeigners": 24991, + "ĠHazard": 24992, + "Ġpilgrims": 24993, + "Ġhydrocarbons": 24994, + "school": 24995, + "ĠSales": 24996, + "ĠPip": 24997, + "orexia": 24998, + "uned": 24999, + "Ġfreezer": 25000, + "Ġeradic": 25001, + "Ġstarter": 25002, + "ocyan": 25003, + "guard": 25004, + "Ġexponential": 25005, + "RF": 25006, + "ĠBav": 25007, + "ĠLuis": 25008, + "ĠUran": 25009, + "Ġpreserves": 25010, + "iberian": 25011, + "ĠAccordingly": 25012, + "ĠBelgian": 25013, + "ĠBulgaria": 25014, + "Ġlazy": 25015, + "Op": 25016, + "Opt": 25017, + "alism": 25018, + "ĠLif": 25019, + "ĠLip": 25020, + "ĠItal": 25021, + "Ġavoids": 25022, + "Ġorganizers": 25023, + "IDs": 25024, + "Ġcampuses": 25025, + "Ġmixes": 25026, + "ĠBiography": 25027, + "Ġsupplemented": 25028, + "Ġbaths": 25029, + "HL": 25030, + "written": 25031, + "Ïĥ": 25032, + "Ġsway": 25033, + "ĠHolid": 25034, + "Ġworkings": 25035, + "Ġassay": 25036, + "ĠGradu": 25037, + "woods": 25038, + "Ġambig": 25039, + "Ġporcelain": 25040, + "African": 25041, + "TL": 25042, + "rances": 25043, + "tens": 25044, + "Ġseize": 25045, + "rowning": 25046, + "Ġwatery": 25047, + "Ġneuropathy": 25048, + "|W": 25049, + "Ġonboard": 25050, + "ĠPF": 25051, + "Ġnoteworthy": 25052, + "orms": 25053, + "Ġrelapse": 25054, + "asking": 25055, + "Ġlipids": 25056, + "Ġacknowledging": 25057, + "ĠTheodore": 25058, + "European": 25059, + "zel": 25060, + "stice": 25061, + "Ġunknow": 25062, + "ĠContext": 25063, + "ukary": 25064, + "Ġacademia": 25065, + "-three": 25066, + "Ġscanned": 25067, + "ĠScotia": 25068, + "Questions": 25069, + "baum": 25070, + ".nih": 25071, + "ĠDamage": 25072, + "Ġentrepreneurship": 25073, + "Ġsquirrel": 25074, + "Ġtuition": 25075, + "hythm": 25076, + "Ġsulphur": 25077, + "Ġ^": 25078, + "wright": 25079, + "esame": 25080, + "Ġalmonds": 25081, + "ĠBog": 25082, + "Ġhumane": 25083, + "imester": 25084, + "Ġmulticultural": 25085, + "aptic": 25086, + "Ġsalv": 25087, + "Ġpreferable": 25088, + "ĠMalcolm": 25089, + "Ġquestionnaires": 25090, + "ĠGlacier": 25091, + "Ġcessation": 25092, + "ĠThem": 25093, + "uson": 25094, + "anders": 25095, + "Ġwebpage": 25096, + "ambique": 25097, + "block": 25098, + "Ġrubric": 25099, + "Ġminimise": 25100, + "Ġribs": 25101, + "Ġcompassionate": 25102, + "Ġcataract": 25103, + "lysis": 25104, + "Ġgn": 25105, + "ĠMales": 25106, + "pta": 25107, + "Ġsubstitution": 25108, + "ĠBlake": 25109, + "â̦âĢĿ": 25110, + "Ġyouths": 25111, + "Regardless": 25112, + "UCT": 25113, + "parent": 25114, + "Ġwagon": 25115, + "ĠMoving": 25116, + "ĠBalk": 25117, + "ivar": 25118, + "Ġunnot": 25119, + "Ġcaul": 25120, + "Ġrestricting": 25121, + "Ġrunner": 25122, + "Ġgeese": 25123, + "Ġstealing": 25124, + "ĠJuliet": 25125, + "ĠChallenges": 25126, + "Frank": 25127, + "Sn": 25128, + "kan": 25129, + "athe": 25130, + "ĠTall": 25131, + "ĠCriminal": 25132, + "atech": 25133, + "ĠPor": 25134, + "ĠGrove": 25135, + "Ġcompile": 25136, + "Ġcompartment": 25137, + "aceans": 25138, + "ĠStem": 25139, + "ĠChal": 25140, + "Ġrefusing": 25141, + "Ġvisions": 25142, + "-meter": 25143, + "-through": 25144, + "ifestyle": 25145, + "ĠPoison": 25146, + "Ġanthropogenic": 25147, + ")?": 25148, + "peck": 25149, + "rals": 25150, + "Ġemits": 25151, + "lessed": 25152, + "ĠNorfolk": 25153, + "Ġprohibit": 25154, + "ĠART": 25155, + "ĠConcord": 25156, + "Ġounce": 25157, + "Ġaforementioned": 25158, + "Ġcue": 25159, + "Ġlou": 25160, + "ĠClement": 25161, + "uli": 25162, + "Ġformulate": 25163, + "insky": 25164, + "Ġdemocr": 25165, + "otta": 25166, + "Ġremembers": 25167, + "Ġtornadoes": 25168, + "Ġmetaphors": 25169, + "Summary": 25170, + "Ġfollicles": 25171, + "System": 25172, + "inently": 25173, + "Ġoutright": 25174, + "ĠLearners": 25175, + "ĠHero": 25176, + "orkshire": 25177, + "Ġconceive": 25178, + "Ġinspections": 25179, + "Ġarticulate": 25180, + "ĠTrends": 25181, + "Ö¼": 25182, + "ĠWheat": 25183, + "Ġauthored": 25184, + "ĠEmployment": 25185, + "ĠEden": 25186, + "Smith": 25187, + "ĠImprovement": 25188, + "Ġcorridor": 25189, + "ĠDifficulty": 25190, + "Ġwatt": 25191, + "Ġfused": 25192, + "anza": 25193, + "emis": 25194, + "Ġtimer": 25195, + "ĠProbably": 25196, + "ĠReuters": 25197, + "-density": 25198, + "ĠEmma": 25199, + "ĠIdeally": 25200, + "Ġelasticity": 25201, + "Ġevidenced": 25202, + "ĠRise": 25203, + "Ġrails": 25204, + "ĠSport": 25205, + "ĠArmed": 25206, + "Ġobservatory": 25207, + "Ġalcoholism": 25208, + "Ġquarantine": 25209, + "Ġculinary": 25210, + "ĠIdentity": 25211, + "Apart": 25212, + "Far": 25213, + "Rest": 25214, + "kah": 25215, + "something": 25216, + "Ġhalls": 25217, + "Ġjam": 25218, + "ĠStick": 25219, + "Ġoverf": 25220, + "Ġblunt": 25221, + "-founder": 25222, + "regation": 25223, + "Ġdrier": 25224, + "Spring": 25225, + "ĠRelief": 25226, + "umberland": 25227, + "Ġstubborn": 25228, + "Ġsupremacy": 25229, + "(\"": 25230, + "Germ": 25231, + "âĨ": 25232, + "inational": 25233, + "ĠTE": 25234, + "ĠMigration": 25235, + "ĠWisdom": 25236, + "ĠEy": 25237, + "Ġintends": 25238, + "Ġprud": 25239, + "Ġconfigure": 25240, + "linear": 25241, + "erala": 25242, + "Ġelk": 25243, + "Ġseminar": 25244, + "Ġhyperactivity": 25245, + "ĠEcological": 25246, + "ĠDB": 25247, + "ellers": 25248, + "Ġscandal": 25249, + "Ġagro": 25250, + "Ġreadable": 25251, + "ortune": 25252, + "ISPR": 25253, + "ĠSatellite": 25254, + "Ġreinforcing": 25255, + "Ġillegally": 25256, + "Ġlax": 25257, + "Ġretin": 25258, + "ĠLeaves": 25259, + "Whatever": 25260, + "Ġpillar": 25261, + "ĠLastly": 25262, + "olerance": 25263, + "Ġreplicated": 25264, + "ĠAudio": 25265, + "Ġdwellings": 25266, + "ĠDIY": 25267, + "Typically": 25268, + "Ġpouring": 25269, + "Ġrug": 25270, + "Ġsepsis": 25271, + "ĠRaspberry": 25272, + "undra": 25273, + "Ġobserves": 25274, + "Ġdisappearing": 25275, + "Ġobliged": 25276, + "Ġauxiliary": 25277, + "çļĦ": 25278, + "Living": 25279, + "dered": 25280, + "ĠGust": 25281, + "ĠKS": 25282, + "ĠConcent": 25283, + "alfa": 25284, + "Ġexcluding": 25285, + "Ġcompetencies": 25286, + "Ġdisposition": 25287, + "ĠTowns": 25288, + "!\"Ċ": 25289, + "FDA": 25290, + "iners": 25291, + "ĠTrip": 25292, + "ĠPaint": 25293, + "Ġinterrog": 25294, + "Ġtermites": 25295, + "IME": 25296, + "ĠMillennium": 25297, + "UND": 25298, + "Ġbins": 25299, + "ĠTalmud": 25300, + "Ġwaterproof": 25301, + "Ġreplaces": 25302, + "ĠMalay": 25303, + "ĠTownship": 25304, + "-Al": 25305, + "boy": 25306, + "pdf": 25307, + "rocy": 25308, + "Ġnasty": 25309, + "Ġstray": 25310, + "ĠIan": 25311, + "ermis": 25312, + "Ġentirety": 25313, + "Ġhabitable": 25314, + "Ġtranslating": 25315, + "Ġimplication": 25316, + "oscience": 25317, + "Ġrhythmic": 25318, + "Engine": 25319, + "Ġblooming": 25320, + "Ġpyramids": 25321, + "Ġintravenous": 25322, + "Comb": 25323, + "orneys": 25324, + "ourism": 25325, + "afer": 25326, + "Ġlatitudes": 25327, + "ĠAcute": 25328, + "Ġepigen": 25329, + "Ġlandscaping": 25330, + "Ġmotivations": 25331, + "Ġhospitalization": 25332, + "Ġgalleries": 25333, + "Ġunintended": 25334, + "ĠSpectrum": 25335, + "ĠEggs": 25336, + "Ġaesthetics": 25337, + "ĠNJ": 25338, + "Ġherald": 25339, + "ĠExerc": 25340, + "-Sh": 25341, + "Ġmosque": 25342, + "ĠLimit": 25343, + "special": 25344, + "ĠScriptures": 25345, + "ĠCertified": 25346, + "ĠVikings": 25347, + "orrhea": 25348, + "bie": 25349, + "oing": 25350, + "Ġcis": 25351, + "Ġcuring": 25352, + "Ġgait": 25353, + "Ġconduction": 25354, + "ĠPest": 25355, + "Ġoutpatient": 25356, + "âĢĶfor": 25357, + "ĠAtomic": 25358, + "Ġsurveying": 25359, + "ĠConfuc": 25360, + "Ġgrassland": 25361, + "ĠPotter": 25362, + "Ġcinema": 25363, + "-U": 25364, + "Print": 25365, + "bore": 25366, + "olon": 25367, + "Ġconducive": 25368, + "ĠâĢľâ̦": 25369, + "awatts": 25370, + "ĠSpread": 25371, + "Ġparach": 25372, + "-cut": 25373, + "Ġcriterion": 25374, + "-lim": 25375, + "ĠCarb": 25376, + "Soft": 25377, + "prising": 25378, + "-Y": 25379, + "=âĢĿ": 25380, + "Sources": 25381, + "Tim": 25382, + "wild": 25383, + "itance": 25384, + "Ġbeak": 25385, + "iman": 25386, + "ĠBacteria": 25387, + "ĠLor": 25388, + "Ġresh": 25389, + "ĠVed": 25390, + "Ġsmo": 25391, + "Ġsquid": 25392, + "Ġfulfil": 25393, + "iabetes": 25394, + "isch": 25395, + "Ġbikes": 25396, + "ĠAna": 25397, + "ĠSuggest": 25398, + "ISS": 25399, + "ĠVenet": 25400, + "Ġpedagogical": 25401, + "Ide": 25402, + "Ġtrough": 25403, + "asser": 25404, + "Ġslim": 25405, + "Ġsynonyms": 25406, + "Ġassemblies": 25407, + "Ġturbulent": 25408, + "Ġsheds": 25409, + "Ġdictate": 25410, + "Ġasserted": 25411, + "Ġdisagreement": 25412, + "Ġsupervisor": 25413, + "/news": 25414, + "Brown": 25415, + "Ġta": 25416, + "ĠUP": 25417, + "oker": 25418, + "Ġblisters": 25419, + "ĠVic": 25420, + "Ġinsignificant": 25421, + "Ġdrums": 25422, + "loqu": 25423, + "Chronic": 25424, + "Ġlogically": 25425, + "Ġbleed": 25426, + "Ġsanction": 25427, + "ĠSupplement": 25428, + "Ġatherosclerosis": 25429, + "Que": 25430, + "Ġaneur": 25431, + "romes": 25432, + "Ġlitres": 25433, + "Ġviolate": 25434, + "ĠNeil": 25435, + "ENS": 25436, + "Ġmigraines": 25437, + "ĠTransition": 25438, + "Ġepidemics": 25439, + "ĠMagic": 25440, + "Ġabstraction": 25441, + "Ġdiaphragm": 25442, + ".Y": 25443, + "BV": 25444, + "rt": 25445, + "hett": 25446, + "inology": 25447, + "Ġbolt": 25448, + "Ġfecal": 25449, + "Ġanomaly": 25450, + "ĠBerg": 25451, + "Ġbuoy": 25452, + "-food": 25453, + "Ġmilling": 25454, + "Ġurbanization": 25455, + "Ġspotlight": 25456, + "Ġdisappears": 25457, + "Ġaquifer": 25458, + "Ġdentures": 25459, + "Ġblankets": 25460, + "Ġdemolished": 25461, + "Ġmalfunction": 25462, + "Mor": 25463, + "brain": 25464, + "fowl": 25465, + "Ġmounds": 25466, + "ĠSend": 25467, + "ecca": 25468, + "Ġdirects": 25469, + "Ġbroch": 25470, + "Ġcorrections": 25471, + "iteracy": 25472, + "Ġconveyed": 25473, + "ĠJohannes": 25474, + "dal": 25475, + "Ġdice": 25476, + "Ġaliens": 25477, + "above": 25478, + "ĠNF": 25479, + "berger": 25480, + "Ġamalg": 25481, + "Ġmassacre": 25482, + "-invasive": 25483, + "ĠNeptune": 25484, + "Ġrighteousness": 25485, + "Ser": 25486, + "Ġgru": 25487, + "Ġspoil": 25488, + "Ġcompilation": 25489, + "Ġinvites": 25490, + "Ġimmature": 25491, + "Ġhugely": 25492, + "ĠProviding": 25493, + "ĠPersia": 25494, + "Ġduplicate": 25495, + "base": 25496, + "wash": 25497, + "ĠTA": 25498, + "Ġstains": 25499, + "Ġcomets": 25500, + "ĠWagner": 25501, + "genic": 25502, + "ĠIsle": 25503, + "Ġhappily": 25504, + "Ġmidw": 25505, + "âĢĺs": 25506, + "Ġdeparted": 25507, + "ĠAccounting": 25508, + "Ġfoxes": 25509, + "Ġcucumbers": 25510, + "ĠElder": 25511, + "Ġthrows": 25512, + "omans": 25513, + "ĠACL": 25514, + "uler": 25515, + "odend": 25516, + "ĠMeg": 25517, + "ĠFerg": 25518, + "ĠNava": 25519, + "ĠKet": 25520, + "Ġgraded": 25521, + "syn": 25522, + "Ġuncertainties": 25523, + "ĠCarlos": 25524, + "Ġmisconception": 25525, + "Ġaroma": 25526, + "ĠRochester": 25527, + "Ġfumes": 25528, + "Ġreused": 25529, + "stall": 25530, + "ĠBachelor": 25531, + "qual": 25532, + "Ġoutrage": 25533, + "Ġraids": 25534, + "ĠAlgebra": 25535, + "ĠMartha": 25536, + "ĠConsortium": 25537, + "Ġnanotechnology": 25538, + "Ġlockdown": 25539, + "ĠErnest": 25540, + "Ġcrafted": 25541, + "ĠInvestig": 25542, + "Ġexacerbated": 25543, + "................": 25544, + "Ġimmortal": 25545, + "Ġchimpanzees": 25546, + ".au": 25547, + "ĠDol": 25548, + "ĠFrog": 25549, + "parable": 25550, + "Ġdrip": 25551, + "ĠRemote": 25552, + "chery": 25553, + "Ġmolds": 25554, + "Earlier": 25555, + "ĠMaxim": 25556, + "ĠSacramento": 25557, + "Ġutensils": 25558, + "Flow": 25559, + "inox": 25560, + "istem": 25561, + "ĠHod": 25562, + "ĠWITH": 25563, + "ĠCann": 25564, + "ĠGods": 25565, + "Ġdegrade": 25566, + "Ġcleaners": 25567, + "ĠCOP": 25568, + "queous": 25569, + "Ġintermedi": 25570, + "rofen": 25571, + "Ġmoll": 25572, + "string": 25573, + "Ġintro": 25574, + "ocker": 25575, + "Ġpredation": 25576, + "Ġsunburn": 25577, + "ĠPhysicians": 25578, + "Ġcolourful": 25579, + "ĠBabies": 25580, + "Ġguardian": 25581, + "Ġstupid": 25582, + "Ġincapable": 25583, + "Ġmultidisciplinary": 25584, + "cuts": 25585, + "ÅĤ": 25586, + "ilate": 25587, + "Ġlute": 25588, + "ĠAuschwitz": 25589, + "ĠCards": 25590, + "ĠRC": 25591, + "Ġgoose": 25592, + "Ġfibrous": 25593, + "Ġdiploma": 25594, + "Ġweakening": 25595, + "Ġfragmentation": 25596, + "Ġneutrality": 25597, + "IZ": 25598, + "Ver": 25599, + "oos": 25600, + "ĠBag": 25601, + "ĠEston": 25602, + "Ġscare": 25603, + "Ġwhatsoever": 25604, + "Ġasserts": 25605, + "Ġpolished": 25606, + "Ġprogester": 25607, + "-back": 25608, + "ĠForests": 25609, + "Play": 25610, + "References": 25611, + "igraphy": 25612, + "Primary": 25613, + "Ġaneurys": 25614, + "inel": 25615, + "rers": 25616, + "Ġlaughter": 25617, + "ĠPav": 25618, + "ĠLodge": 25619, + "Ġincontin": 25620, + "âĢľThey": 25621, + "ĠMonroe": 25622, + "Ġconnector": 25623, + "ĠArabian": 25624, + "Ġrepairing": 25625, + "Ġbibli": 25626, + "Ġantennas": 25627, + "Credit": 25628, + "Ġtearing": 25629, + "Ġcoded": 25630, + "ĠTiger": 25631, + "ĠIbn": 25632, + "ĠCovenant": 25633, + "ĠEP": 25634, + "ĠKill": 25635, + "Ġindig": 25636, + "âĢĶincluding": 25637, + "Ġcorne": 25638, + "asonable": 25639, + "-focused": 25640, + "Ġperformers": 25641, + "Ġmotive": 25642, + "ĠSyl": 25643, + "Ġrequesting": 25644, + "Ġdisappointed": 25645, + "ĠDominican": 25646, + "ĠMozart": 25647, + "ĠHistorically": 25648, + "äº": 25649, + "ĠGol": 25650, + "ĠBlacks": 25651, + "Ġpermissions": 25652, + "Ġwisely": 25653, + "ĠBattalion": 25654, + "ĠManitoba": 25655, + "CAD": 25656, + "Growing": 25657, + "NL": 25658, + "Sy": 25659, + "Ġfences": 25660, + "Ġhath": 25661, + "Ġnotor": 25662, + "Ġtreatable": 25663, + "ĠReyn": 25664, + "Ġlabelled": 25665, + "ĠCalendar": 25666, + "Ġverd": 25667, + "Ġadvantageous": 25668, + "Ġprescriptions": 25669, + "Ġcoordinating": 25670, + "Ġextracting": 25671, + "Ġinhibition": 25672, + "Ġpertinent": 25673, + "Ġscrews": 25674, + "Government": 25675, + "Ġprogesterone": 25676, + "Six": 25677, + "Tell": 25678, + "ĠRosa": 25679, + "Ġcares": 25680, + "ĠGenome": 25681, + "-story": 25682, + "ĠSpaceX": 25683, + "Ġmammalian": 25684, + "ĠMotion": 25685, + "Ġpersuaded": 25686, + "ĠInvestment": 25687, + "Ġsedimentary": 25688, + "ĠOpportunity": 25689, + "Ġexecutives": 25690, + "/Getty": 25691, + "could": 25692, + "itiveness": 25693, + "utor": 25694, + "Ġstakes": 25695, + "ĠNg": 25696, + "ĠGot": 25697, + "iban": 25698, + "Ġresigned": 25699, + "Ġsustainably": 25700, + "Ġbleach": 25701, + "Ġjeopard": 25702, + "Ġincontinence": 25703, + "cro": 25704, + "him": 25705, + "enary": 25706, + "steps": 25707, + "ĠTap": 25708, + "ĠBoulder": 25709, + "Ġindent": 25710, + "Ġprototypes": 25711, + "Ġguer": 25712, + "Ġcrush": 25713, + "Ġquestionable": 25714, + "ĠGeology": 25715, + "Ġmessy": 25716, + "Ġfertilized": 25717, + "Ġpreschoolers": 25718, + "Ġpharmacist": 25719, + "Ġ``": 25720, + "-weight": 25721, + "Flu": 25722, + "Nor": 25723, + "Pers": 25724, + "TM": 25725, + "rex": 25726, + "ĠTaj": 25727, + "ĠHoff": 25728, + "ĠEur": 25729, + "Ġrode": 25730, + "Ġrelent": 25731, + "Ġturnover": 25732, + "pora": 25733, + "Ġspecialised": 25734, + "Ġfireworks": 25735, + "Ġinsecticide": 25736, + "Ġrepeats": 25737, + "Ġencompass": 25738, + "Ġimmersed": 25739, + "Ġpeptide": 25740, + "Bio": 25741, + "either": 25742, + "enburg": 25743, + "amis": 25744, + "ĠOv": 25745, + "ĠInterm": 25746, + "Ġdecipher": 25747, + "Ġdomest": 25748, + "ĠContribut": 25749, + "aiser": 25750, + "Ġdrafted": 25751, + "claimer": 25752, + "Ġaerosol": 25753, + "oskeletal": 25754, + "mem": 25755, + "Ġbait": 25756, + "ĠMau": 25757, + "unity": 25758, + "Ġlaborers": 25759, + "ointed": 25760, + "Ġstatutory": 25761, + "Ġqualification": 25762, + "Ġtolerated": 25763, + "Ġseller": 25764, + "ĠOriginal": 25765, + "Ġlinguistics": 25766, + "ĠPowers": 25767, + "Ġprized": 25768, + "ski": 25769, + "Ġbail": 25770, + "ĠUnd": 25771, + "Ġcoerc": 25772, + "Ġhumility": 25773, + "Ġdistinctions": 25774, + "Ġsmallpox": 25775, + "Ġnationality": 25776, + "Ġneuronal": 25777, + "Ġchronological": 25778, + "Ġchampions": 25779, + "Ġalk": 25780, + "ĠFou": 25781, + "Ġrepeal": 25782, + "Ġextant": 25783, + "Ġchees": 25784, + "ĠRebec": 25785, + "ĠPhone": 25786, + "Ġbios": 25787, + "Ġbioc": 25788, + "elfth": 25789, + "Ġsequential": 25790, + "Ġtasked": 25791, + "Ġdissent": 25792, + "ĠAttorney": 25793, + "Ġdisruptions": 25794, + "Ġretrieval": 25795, + "Ġhippocampus": 25796, + "Bur": 25797, + "Event": 25798, + "GF": 25799, + "ï": 25800, + "respect": 25801, + "osin": 25802, + "ĠNy": 25803, + "reeks": 25804, + "Ġlocating": 25805, + "Ġcourty": 25806, + "ĠConsidering": 25807, + "ĠDigest": 25808, + "Ġidle": 25809, + "ĠPrairie": 25810, + "Ġpeptides": 25811, + "Ġglyphosate": 25812, + "Ġtheolog": 25813, + "Ġhears": 25814, + "rika": 25815, + "Ġprisons": 25816, + "Ġdiode": 25817, + "Ġwaited": 25818, + "ĠFirstly": 25819, + "Ġjacket": 25820, + "Ġwander": 25821, + "Ġdancers": 25822, + "semble": 25823, + "Ġenlightenment": 25824, + "ĠGarc": 25825, + "Ġclaws": 25826, + "afrost": 25827, + "-eating": 25828, + "ĠHumanities": 25829, + "-prot": 25830, + "ĠForms": 25831, + "Ġpseudo": 25832, + "bard": 25833, + "onna": 25834, + "ench": 25835, + "ĠCav": 25836, + "ĠHood": 25837, + "Ġrooft": 25838, + "ĠChrome": 25839, + "-function": 25840, + "Ġupdating": 25841, + "ĠMao": 25842, + "Ġwestward": 25843, + "ĠMilan": 25844, + "Ġgatherings": 25845, + "Ġpioneered": 25846, + "Ġrhetorical": 25847, + "Ultimately": 25848, + "PER": 25849, + "Poly": 25850, + "Ġhards": 25851, + "Ġdeed": 25852, + "ĠYorkshire": 25853, + "Ġrefuses": 25854, + "Ġbeforehand": 25855, + "-purpose": 25856, + "ICK": 25857, + "-eight": 25858, + "ĠElectronics": 25859, + "Ġsickle": 25860, + "Ġscarring": 25861, + "ĠLibya": 25862, + "Ġignorant": 25863, + "Ġneglig": 25864, + "Ġsurrendered": 25865, + "Hope": 25866, + "igated": 25867, + "ayana": 25868, + "ĠHA": 25869, + "Ġcloses": 25870, + "agnet": 25871, + "ĠFranz": 25872, + "faction": 25873, + "oelectric": 25874, + "Spanish": 25875, + "ĠInfections": 25876, + "ĠOceanic": 25877, + "ĠPersons": 25878, + "Ġdevastation": 25879, + "ĠALS": 25880, + "Ġbiofuel": 25881, + "Updated": 25882, + "kinson": 25883, + "Ġmasonry": 25884, + "Ġleng": 25885, + "Ġmeadows": 25886, + "Ġbackdrop": 25887, + "Ġillicit": 25888, + "Ġneurodeg": 25889, + "Ġmemorize": 25890, + "Ġmorphological": 25891, + "ĠPilgrim": 25892, + "Ġvivo": 25893, + "Ġnephew": 25894, + "Federal": 25895, + "Ġbob": 25896, + "anine": 25897, + "ĠCox": 25898, + "ĠGam": 25899, + "perors": 25900, + "Ġmedically": 25901, + "Ġoppressed": 25902, + "ĠTeens": 25903, + "Ġmachining": 25904, + "Ġpictured": 25905, + "Ġcollaborated": 25906, + "-reaching": 25907, + "ĠRomantic": 25908, + "ĠHimself": 25909, + "Ġrouters": 25910, + "ĠPregnancy": 25911, + "-equ": 25912, + "|G": 25913, + "Ġfir": 25914, + "Ġforc": 25915, + "ĠWorth": 25916, + "Ġshamp": 25917, + "ĠGRE": 25918, + "ĠLed": 25919, + "ĠIndies": 25920, + "Ġbiome": 25921, + "ĠTeleg": 25922, + "Prevent": 25923, + "iosis": 25924, + "Ġhardship": 25925, + "verts": 25926, + "ainting": 25927, + "ĠVert": 25928, + "tole": 25929, + "Ġtroubling": 25930, + "HOW": 25931, + "Ġdiluted": 25932, + "Ġcirculatory": 25933, + "ĠSchedule": 25934, + "ĠStevens": 25935, + "Ġavenues": 25936, + "athere": 25937, + "sections": 25938, + "obacteria": 25939, + "Ġspecificity": 25940, + "Ġeyesight": 25941, + "Ġanalysing": 25942, + "ĠTourism": 25943, + "Ġdolphin": 25944, + "-go": 25945, + ".y": 25946, + "Jul": 25947, + "Was": 25948, + "die": 25949, + "ept": 25950, + "Ġau": 25951, + "Ġont": 25952, + "ĠAgg": 25953, + "antics": 25954, + "andem": 25955, + "ĠSpencer": 25956, + "Ġplantar": 25957, + "Ġallegedly": 25958, + "ĠAchilles": 25959, + "/in": 25960, + "Ent": 25961, + "Language": 25962, + "Monday": 25963, + "TI": 25964, + "ɪ": 25965, + "Ġtingling": 25966, + "inine": 25967, + "Ġinaccess": 25968, + "Ġdwind": 25969, + "terbury": 25970, + "âĢĻS": 25971, + "ĠWhilst": 25972, + "ĠSeal": 25973, + "Ġcamoufl": 25974, + "ĠSerbia": 25975, + "ĠSilicon": 25976, + "melon": 25977, + "ĠCIA": 25978, + "ĠPries": 25979, + "ĠLuckily": 25980, + "Ġperil": 25981, + "Ġgreener": 25982, + "Ġargumentative": 25983, + "Ġshutdown": 25984, + "ĠWinston": 25985, + "Ġconspicuous": 25986, + "ĠOwen": 25987, + "Ġindices": 25988, + "ribers": 25989, + "Ġinsulated": 25990, + "Ġpastor": 25991, + "Ġauthoritarian": 25992, + "Ġfeeder": 25993, + "Ġgeomet": 25994, + "ĠNeolithic": 25995, + "Ġexecuting": 25996, + "ĠHelps": 25997, + "ĠDirectory": 25998, + "Ġsubsistence": 25999, + "Ġsprayed": 26000, + "ĠFerdinand": 26001, + "Ġorphan": 26002, + "Ġelongated": 26003, + "िà¤": 26004, + "-forming": 26005, + "ocative": 26006, + "ĠEfficiency": 26007, + "agara": 26008, + "ubs": 26009, + "Ġfamed": 26010, + "castle": 26011, + "psych": 26012, + "ĠCyprus": 26013, + "CON": 26014, + "House": 26015, + "mult": 26016, + "pron": 26017, + "Ã¥": 26018, + "Ġlatent": 26019, + "ĠMaintenance": 26020, + "Ġmiracles": 26021, + "optera": 26022, + "Ġunreliable": 26023, + "Cite": 26024, + "Sen": 26025, + "VE": 26026, + "aten": 26027, + "Ġlush": 26028, + "Ġspat": 26029, + "Ġsoot": 26030, + "Ġcharitable": 26031, + "Ġretros": 26032, + "Ġforeground": 26033, + "otech": 26034, + "Ġdeline": 26035, + "ĠDevelopmental": 26036, + "Ġvertebrates": 26037, + "Ġchaotic": 26038, + "Ġreconstructed": 26039, + "-going": 26040, + "ndon": 26041, + "ensory": 26042, + "ynec": 26043, + "Ġfarmed": 26044, + "Ġgrandson": 26045, + "ĠLabrador": 26046, + "Ġpharmacy": 26047, + "Ġdigitally": 26048, + "ĠMongolia": 26049, + "Ġì": 26050, + "iciary": 26051, + "Ġsofter": 26052, + "Ġoverst": 26053, + "Ġantigens": 26054, + "Ġtemperament": 26055, + "Ġcraters": 26056, + "Ġsunrise": 26057, + "ĠDisp": 26058, + "Ġbrightly": 26059, + "Ġsweeteners": 26060, + "Ġpersisted": 26061, + "ĠGeorgian": 26062, + "Ġcorrelate": 26063, + "Starting": 26064, + "Ġdesperately": 26065, + "Ġasymptomatic": 26066, + "Australia": 26067, + "ĠVocabulary": 26068, + "Ġhelmets": 26069, + "OB": 26070, + "Turn": 26071, + "Ġinmates": 26072, + "Ġinadvert": 26073, + "Ġlur": 26074, + "ĠPBS": 26075, + "Ġfeudal": 26076, + "Ġinstitutes": 26077, + "Ġundet": 26078, + "ITE": 26079, + "Ġoccupying": 26080, + "Ġtelecommunications": 26081, + "ĠOutside": 26082, + "Genesis": 26083, + "Ġadmired": 26084, + "ĠLucy": 26085, + "ĠJunior": 26086, + "Ġtemptation": 26087, + "ĠCustom": 26088, + "Ġhydropower": 26089, + "Sep": 26090, + "Ġsyphilis": 26091, + "Ġconserved": 26092, + "Ġgrapp": 26093, + "uprofen": 26094, + "-million": 26095, + "ariably": 26096, + "NOTE": 26097, + "jug": 26098, + "Ġdictionaries": 26099, + "osome": 26100, + "Ġactu": 26101, + "uropa": 26102, + "ATH": 26103, + "Ġlaunches": 26104, + "ĠRobotics": 26105, + "Ġdisappearance": 26106, + "Ġvapour": 26107, + "Ġmasculine": 26108, + "ĠBehaviour": 26109, + "Ġplankton": 26110, + ".|": 26111, + "Sl": 26112, + "aris": 26113, + "ĠTouch": 26114, + "ĠBark": 26115, + "ĠGaza": 26116, + "Ġclamp": 26117, + "ediated": 26118, + "Ġholdings": 26119, + "ĠSwift": 26120, + "ĠWebb": 26121, + "Ġmanipulating": 26122, + "Ġtownship": 26123, + "Ġdistributing": 26124, + "-infected": 26125, + "Ġcucumber": 26126, + "ĠCollaborative": 26127, + "Ġmourning": 26128, + "Ġtectonic": 26129, + ".It": 26130, + "Math": 26131, + "Norm": 26132, + "Ġmates": 26133, + "icine": 26134, + "abl": 26135, + "ĠWit": 26136, + "Ġantagon": 26137, + "Ġfluorescence": 26138, + "Ġconditional": 26139, + "Ġuniforms": 26140, + "ĠCardi": 26141, + "ĠCNC": 26142, + "Ġgigantic": 26143, + "ĠRebecca": 26144, + "KA": 26145, + "urbed": 26146, + "ĠIvan": 26147, + "ĠMint": 26148, + "ĠHerald": 26149, + "Ġchore": 26150, + "ĠLan": 26151, + "Ġplac": 26152, + "esperson": 26153, + "anni": 26154, + "Ġfillings": 26155, + "ĠGrande": 26156, + "ĠIraqi": 26157, + "ĠBattery": 26158, + "Ġpresumed": 26159, + "ĠPictures": 26160, + "ourgeois": 26161, + "official": 26162, + "Ġfooth": 26163, + "Ġrevel": 26164, + "ĠMing": 26165, + "ĠMood": 26166, + "Ġplut": 26167, + "agged": 26168, + "Ġperfor": 26169, + "avor": 26170, + "Ġestates": 26171, + "-soluble": 26172, + "Stress": 26173, + "ĠInto": 26174, + "ĠEdit": 26175, + "Ġarchaeologist": 26176, + "Ġprofitability": 26177, + "ĠJulia": 26178, + "Ġdelighted": 26179, + "Ġgriev": 26180, + "Ġreperto": 26181, + "Ġsupernova": 26182, + "rasonic": 26183, + "Ġæ": 26184, + "Ġcharm": 26185, + "perm": 26186, + "iential": 26187, + "oyle": 26188, + "Ġlitigation": 26189, + "iko": 26190, + "ĠSho": 26191, + "atta": 26192, + "Ġtowels": 26193, + "Ġrelieved": 26194, + "Ġconstraint": 26195, + "Ġanalogous": 26196, + "Character": 26197, + "ĠEisenhower": 26198, + "Ġunnoticed": 26199, + "Few": 26200, + "bly": 26201, + "jun": 26202, + "termin": 26203, + "ĠMugh": 26204, + "Ġquake": 26205, + "Ġintertw": 26206, + "Ġeds": 26207, + "ggle": 26208, + "radle": 26209, + "Ġβ": 26210, + "Ġneurom": 26211, + "IGHT": 26212, + "Ġtempted": 26213, + "ĠDurham": 26214, + "ĠCoordinator": 26215, + "-Ind": 26216, + "idable": 26217, + "ĠVes": 26218, + "ĠAside": 26219, + "Ġappearances": 26220, + "Ġgreed": 26221, + "Ġurges": 26222, + "ĠMaritime": 26223, + "Ġmenstruation": 26224, + "pretation": 26225, + "!).": 26226, + "(n": 26227, + "wana": 26228, + "thy": 26229, + "ĠBound": 26230, + "phyl": 26231, + "Ġspeculate": 26232, + "Ġboasts": 26233, + "Ġgeo": 26234, + "Ġii": 26235, + "Ġsnail": 26236, + "Ġhostility": 26237, + "ĠNowadays": 26238, + "Sea": 26239, + "Ġmanifested": 26240, + "Ġsuspects": 26241, + "Ġgerminate": 26242, + "Ġfragmented": 26243, + "Ġtenderness": 26244, + "Ġcac": 26245, + "omat": 26246, + "still": 26247, + "orean": 26248, + "acia": 26249, + "ĠWait": 26250, + "ocuss": 26251, + "ĠLines": 26252, + "ecl": 26253, + "Ġeligibility": 26254, + "ĠEarlier": 26255, + "Ġlatex": 26256, + "Ġapex": 26257, + "parts": 26258, + "Ġrectum": 26259, + "Ġcolonialism": 26260, + "Ġhierarchical": 26261, + "Ġfixtures": 26262, + "Ġpenguins": 26263, + "ĠTi": 26264, + "Ġonc": 26265, + "ĠPull": 26266, + "ĠHole": 26267, + "ĠChrom": 26268, + "ĠQing": 26269, + "Ġferment": 26270, + "ĠTHIS": 26271, + "Ġscraps": 26272, + "ĠPresbyterian": 26273, + "Ġrides": 26274, + "Ġworkplaces": 26275, + "Ġprocession": 26276, + "Ġallowance": 26277, + "Ġkidn": 26278, + "ĠArchbishop": 26279, + "Ġsanitary": 26280, + "Ġsolemn": 26281, + "Ġgranting": 26282, + "Ġmultiplying": 26283, + "info": 26284, + "Ġaggressively": 26285, + "Ġskeptical": 26286, + "itiz": 26287, + "Ġhockey": 26288, + "ĠSullivan": 26289, + "Ġdiure": 26290, + "Ġinforms": 26291, + "letes": 26292, + "ĠDeputy": 26293, + "Ġlatency": 26294, + "ĠADD": 26295, + "ĠOxygen": 26296, + "ĠSpeaking": 26297, + "Ġfleeing": 26298, + "-ground": 26299, + "hog": 26300, + "ĠIb": 26301, + "ĠMell": 26302, + "ĠWelfare": 26303, + "andra": 26304, + "ĠREM": 26305, + "ĠLaz": 26306, + "erton": 26307, + "Ġrefresh": 26308, + "-bound": 26309, + "-book": 26310, + "Ġplayful": 26311, + "ĠEllen": 26312, + "Ġdeterminants": 26313, + "ĠMozambique": 26314, + "Ġtriglycerides": 26315, + "/H": 26316, + "grown": 26317, + "nis": 26318, + "nst": 26319, + "Ġpus": 26320, + "ĠMORE": 26321, + "ĠYose": 26322, + "Ġanimations": 26323, + "....Ċ": 26324, + "ĠIPv": 26325, + "ĠCardinal": 26326, + "ĠOrigins": 26327, + "ĠLunar": 26328, + "wic": 26329, + "Ġshocks": 26330, + "ogging": 26331, + "Ġregistry": 26332, + "ĠSharing": 26333, + "umbered": 26334, + "ĠParish": 26335, + "ĠApparently": 26336, + "Ġfingerprint": 26337, + "Bro": 26338, + "IU": 26339, + "gently": 26340, + "isional": 26341, + "ĠPew": 26342, + "emper": 26343, + "ĠJa": 26344, + "aukee": 26345, + "ĠSelection": 26346, + "celona": 26347, + "ocyt": 26348, + "Ġconvection": 26349, + "-phase": 26350, + "Ġrampant": 26351, + "build": 26352, + "itality": 26353, + "ĠIBS": 26354, + "angi": 26355, + "Ġrefrain": 26356, + "Ġlandmarks": 26357, + "Ġolds": 26358, + "Ġdoctrines": 26359, + "Ġtariffs": 26360, + "-eye": 26361, + "Ġchromium": 26362, + "Ġresemblance": 26363, + "Ġexacerbate": 26364, + "ĠBrigade": 26365, + "Ġdisgust": 26366, + "inform": 26367, + "entional": 26368, + "ĠSpl": 26369, + "ifix": 26370, + "ĠPars": 26371, + "quisition": 26372, + "Ġchunk": 26373, + "ĠRunning": 26374, + "Ġwhee": 26375, + "Ġsurvives": 26376, + "DAY": 26377, + "Ġdenote": 26378, + "Cancer": 26379, + "Ġambitions": 26380, + "ĠSoviets": 26381, + "Ġsoups": 26382, + "Ġlobes": 26383, + "ĠDuncan": 26384, + "ĠFunctions": 26385, + "ĠSurvival": 26386, + "Ġlegitimacy": 26387, + "Dev": 26388, + "WE": 26389, + "doc": 26390, + "friend": 26391, + "yrs": 26392, + "Ġstitch": 26393, + "Ġplight": 26394, + "ĠThames": 26395, + "Ġpolluting": 26396, + "-eyed": 26397, + "Ġsync": 26398, + "ĠBurke": 26399, + "Ġdragons": 26400, + "aryngeal": 26401, + "Ġrecess": 26402, + "renched": 26403, + "Ġcheek": 26404, + "ĠScan": 26405, + "Ġbaskets": 26406, + "ĠSanct": 26407, + "ĠTranslation": 26408, + "Ġbanner": 26409, + "Ġambul": 26410, + "ĠSuperior": 26411, + "ĠOccasionally": 26412, + "Ġmotifs": 26413, + ".v": 26414, + "Ġaure": 26415, + "inner": 26416, + "Ġnuisance": 26417, + "ĠPig": 26418, + "Ġrites": 26419, + "ocin": 26420, + "ĠGren": 26421, + "Ġunravel": 26422, + "lecting": 26423, + "Ġmodulation": 26424, + "ĠArthritis": 26425, + "Ġweighted": 26426, + "ĠNorthwestern": 26427, + "ĠTrial": 26428, + "Ġapes": 26429, + "ĠBarry": 26430, + "flation": 26431, + "rogens": 26432, + "rusive": 26433, + "ĠInfrastructure": 26434, + "Ġpraying": 26435, + "Ġlinen": 26436, + "×Ļ×": 26437, + "Ġlattice": 26438, + "Could": 26439, + "Cell": 26440, + "Ġfountain": 26441, + "Ġ(+": 26442, + "Ġpristine": 26443, + "Ġcostumes": 26444, + "Ġtrainers": 26445, + "Ġdistinguishes": 26446, + "Ġdecorate": 26447, + "ĠSadly": 26448, + "EU": 26449, + "groups": 26450, + "lib": 26451, + "alms": 26452, + "Ġcomposing": 26453, + "iaz": 26454, + "Ġblending": 26455, + "Ġnationalist": 26456, + "Ġarchival": 26457, + "Ġmentioning": 26458, + "Essay": 26459, + "-att": 26460, + ".h": 26461, + "since": 26462, + "Ġbounds": 26463, + "store": 26464, + "iga": 26465, + "ĠSEL": 26466, + "Ġcancel": 26467, + "ĠInterface": 26468, + "Integ": 26469, + "ĠScheme": 26470, + "Ġliabilities": 26471, + "Ġtokens": 26472, + "Bul": 26473, + "Ġprizes": 26474, + "urp": 26475, + "otomy": 26476, + "chus": 26477, + "Ġasphalt": 26478, + "ruff": 26479, + "ĠSeb": 26480, + "ĠTeeth": 26481, + "Ġsolder": 26482, + "Ġcoupling": 26483, + "Ġskeletons": 26484, + "Ġglycemic": 26485, + "ĠImproving": 26486, + "Ġowning": 26487, + "Various": 26488, + "á½": 26489, + "opedic": 26490, + "ĠDermat": 26491, + "ĠFBI": 26492, + "Ġtheirs": 26493, + "Ġcontend": 26494, + "Ġroasted": 26495, + "Ġpurified": 26496, + "ĠBaron": 26497, + "Ġbedrock": 26498, + "Ġlymphatic": 26499, + "Ever": 26500, + "bugs": 26501, + "chens": 26502, + "prop": 26503, + "Ġpending": 26504, + "ĠMent": 26505, + "Ġvain": 26506, + "Ġspines": 26507, + "Ġplatinum": 26508, + "forests": 26509, + "ĠColony": 26510, + "IDE": 26511, + "ĠTraditionally": 26512, + "ĠUnderground": 26513, + "Ġscratching": 26514, + "Regular": 26515, + "Ġmerchand": 26516, + "Ġsurvivor": 26517, + "ĠConnection": 26518, + "ci": 26519, + "fits": 26520, + "Ġsank": 26521, + "vered": 26522, + "ĠPret": 26523, + "Ġneo": 26524, + "andescent": 26525, + "ieves": 26526, + "Ġfederally": 26527, + "ĠFemales": 26528, + "ĠFunctional": 26529, + "Ġutterly": 26530, + "ĠPlateau": 26531, + "´s": 26532, + "Ġovercrow": 26533, + "ĠSicily": 26534, + "rc": 26535, + "eno": 26536, + "ĠSlavery": 26537, + "ĠBach": 26538, + "ĠHands": 26539, + "ĠDipl": 26540, + "ĠâĢľ[": 26541, + "Ġsober": 26542, + "ĠStroke": 26543, + "Ġpara": 26544, + "Ġpostdoctoral": 26545, + "ĠCarp": 26546, + "Ġeighty": 26547, + "Ġliquor": 26548, + "Everything": 26549, + "Ġflashcards": 26550, + "Ġsyllables": 26551, + "ĠMcKin": 26552, + "tys": 26553, + "along": 26554, + "roy": 26555, + "Ġpoaching": 26556, + "Ġactivates": 26557, + "Ancient": 26558, + "ĠCoch": 26559, + "Ġstrategically": 26560, + "character": 26561, + "Ġunsustainable": 26562, + "ĠÃī": 26563, + "uzzy": 26564, + "ĠCharacteristics": 26565, + "ĠJourney": 26566, + "cam": 26567, + "odont": 26568, + "Ġnoticing": 26569, + "arel": 26570, + "inked": 26571, + "ractions": 26572, + "Ġbarren": 26573, + "Ġrevital": 26574, + "ĠSuz": 26575, + "visible": 26576, + "Above": 26577, + "Ġnegotiated": 26578, + "Ġhydroelectric": 26579, + "Ġhacker": 26580, + "ĠNicarag": 26581, + "ĠPlatform": 26582, + "Ġtranqu": 26583, + "ĠRequirements": 26584, + "\"Our": 26585, + "/en": 26586, + "Fs": 26587, + "Ġbony": 26588, + "Ġfission": 26589, + "Ġdred": 26590, + "ĠTypical": 26591, + "ĠCasc": 26592, + "Ġpartnered": 26593, + "ller": 26594, + "Ġtrimester": 26595, + "closure": 26596, + "Ġantit": 26597, + "ĠAdvert": 26598, + "Ġtexting": 26599, + "Ġgrounding": 26600, + "Change": 26601, + "Ġiris": 26602, + "ĠIndustries": 26603, + "Ġsummarizes": 26604, + "Ġheavenly": 26605, + "ĠObjects": 26606, + "ĠElectricity": 26607, + "Ġsibling": 26608, + "-developed": 26609, + "Fort": 26610, + "cumin": 26611, + "dard": 26612, + "ifth": 26613, + "Ġclad": 26614, + "ĠKi": 26615, + "Ġdiagonal": 26616, + "Ġslept": 26617, + "Ġdisclose": 26618, + "ĠCameron": 26619, + "Miss": 26620, + "ĠBuch": 26621, + "ĠDrop": 26622, + "ĠFruits": 26623, + "ĠJur": 26624, + "Ġdiffered": 26625, + "Ġreputable": 26626, + "Ġdiabetics": 26627, + "Ġmats": 26628, + "ONE": 26629, + "Ġdeclares": 26630, + "Ġstationed": 26631, + "Ġbonded": 26632, + "Ġsubstitutes": 26633, + "Ġdumping": 26634, + "ĠWesley": 26635, + "Ġcushion": 26636, + "/G": 26637, + "inant": 26638, + "image": 26639, + "ĠEarthqu": 26640, + "Ġexcre": 26641, + "ISC": 26642, + "Ġrevered": 26643, + "ĠLarry": 26644, + "Ġswallowed": 26645, + "Ġdelegation": 26646, + "ĠPearson": 26647, + "Ec": 26648, + "ĠWave": 26649, + "ĠRanch": 26650, + "Ġdemographics": 26651, + "Ġcatches": 26652, + "Ġintegers": 26653, + "Ġharming": 26654, + "ĠMeet": 26655, + "Ġcrowned": 26656, + "Ġstacked": 26657, + "Knowing": 26658, + "ĠArchaeological": 26659, + "ĠElsevier": 26660, + "bite": 26661, + "Ġsang": 26662, + "Ġlum": 26663, + "ĠPond": 26664, + "Ġspam": 26665, + "ĠLength": 26666, + "agons": 26667, + "Ġchildcare": 26668, + "Ġfurnish": 26669, + "UB": 26670, + "Ġpenny": 26671, + "ĠGB": 26672, + "ĠGur": 26673, + "oodles": 26674, + "Ġresolving": 26675, + "manuel": 26676, + "Ġforested": 26677, + "Ġseaweed": 26678, + "Ġmandates": 26679, + "Ġstuffed": 26680, + "ĠPhotoshop": 26681, + "ĠPublishers": 26682, + "odon": 26683, + "ĠHaven": 26684, + "arte": 26685, + "Ġblight": 26686, + "isease": 26687, + "Ġcultured": 26688, + "Ġachievable": 26689, + "Ġtransforms": 26690, + "Ġviscosity": 26691, + "ĠHonduras": 26692, + "м": 26693, + "lys": 26694, + "ĠACE": 26695, + "question": 26696, + "ĠWise": 26697, + "Ġsealing": 26698, + "Ġuphold": 26699, + "Ġglor": 26700, + "ĠConstruct": 26701, + "swick": 26702, + "Ġdeepen": 26703, + "Ġoceanic": 26704, + "Ġdigested": 26705, + "ĠCampus": 26706, + "Comments": 26707, + "Ġinfestations": 26708, + "Ġbureaucr": 26709, + "Ġlethar": 26710, + "waukee": 26711, + "ĠBS": 26712, + "ĠFever": 26713, + "ĠThousands": 26714, + "Ġimpending": 26715, + "ĠShore": 26716, + "Ġsounding": 26717, + "ellington": 26718, + "Ġmisery": 26719, + "Ġlegislators": 26720, + "Ġskew": 26721, + "ĠImmune": 26722, + "Ġtagged": 26723, + "ĠArmenia": 26724, + "Ġcorridors": 26725, + "Ġflattened": 26726, + "Ġrecyclable": 26727, + "ĠPunjab": 26728, + "(A": 26729, + "ÑĮ": 26730, + "atas": 26731, + "Ġoft": 26732, + "ĠBug": 26733, + "ĠBuilt": 26734, + "ĠNaturally": 26735, + "ĠGW": 26736, + "ĠOH": 26737, + "ĠThirty": 26738, + "Ġjets": 26739, + "Ġarth": 26740, + "ĠChang": 26741, + "intage": 26742, + "Ġheadings": 26743, + "aea": 26744, + "ĠTrig": 26745, + "Ġcomplained": 26746, + "Ġdissatis": 26747, + "Ġgrandchildren": 26748, + "arnation": 26749, + "ĠNegative": 26750, + "Ġobstructive": 26751, + "Richard": 26752, + "Ġnas": 26753, + "ĠMÄģ": 26754, + "Ġexquis": 26755, + "Ġsoothing": 26756, + "ĠKerala": 26757, + "-directed": 26758, + "Ġbraking": 26759, + "ĠDisplay": 26760, + "ĠCorrect": 26761, + "Arthur": 26762, + "ĠTitanic": 26763, + "Diabetes": 26764, + "lesiastical": 26765, + "Ra": 26766, + "ĠCairo": 26767, + "ĠPion": 26768, + "Ġregenerative": 26769, + "Ġcreams": 26770, + "ĠSharp": 26771, + "Ġgraphite": 26772, + "-spec": 26773, + "Ġapartheid": 26774, + "Ġmoods": 26775, + "Ġruined": 26776, + "Ġcryptocurrencies": 26777, + "Ġvigilant": 26778, + "erations": 26779, + "Ġinex": 26780, + "icum": 26781, + "ogues": 26782, + "eph": 26783, + "oya": 26784, + "Ġbiographies": 26785, + "ĠPalmer": 26786, + "ĠJeffrey": 26787, + "Ġvenous": 26788, + "ĠOriental": 26789, + "Ġbankruptcy": 26790, + "-oper": 26791, + "draw": 26792, + "Ġprick": 26793, + "ĠmL": 26794, + "uta": 26795, + "ĠMull": 26796, + "Ġpatrons": 26797, + "Ġdelic": 26798, + "Ġpencils": 26799, + "ĠCornwall": 26800, + "Ġrecreate": 26801, + "ère": 26802, + "arthy": 26803, + "Ġeradication": 26804, + "ĠVoyager": 26805, + "&M": 26806, + "-health": 26807, + "Requ": 26808, + "iob": 26809, + "Ġcedar": 26810, + "Ġcanyon": 26811, + "ethoven": 26812, + "âĢĶare": 26813, + "-system": 26814, + "Ġresearches": 26815, + "ĠMedium": 26816, + "iscopal": 26817, + "ĠRecycling": 26818, + "ĠMusk": 26819, + "Ġapproximation": 26820, + "Ġsequest": 26821, + "Ġawful": 26822, + "ĠAstroph": 26823, + "ĠPurdue": 26824, + "ĠKenneth": 26825, + "Pet": 26826, + "Ro": 26827, + "Week": 26828, + "miah": 26829, + "present": 26830, + "ilion": 26831, + "ĠPomp": 26832, + "acs": 26833, + "ĠHosp": 26834, + "ĠWinn": 26835, + "Ġka": 26836, + "ĠOz": 26837, + "ername": 26838, + "Ġcosting": 26839, + "Ġswords": 26840, + "ĠGoal": 26841, + "ĠReady": 26842, + "Ġtelegraph": 26843, + "ĠDefine": 26844, + "ĠAddiction": 26845, + "Ġexhaustive": 26846, + "Ġdehydrated": 26847, + "ĠPowell": 26848, + "Ġlizard": 26849, + "iu": 26850, + "idine": 26851, + "verte": 26852, + "Ġratt": 26853, + "Ġspicy": 26854, + "Ġmediation": 26855, + "-product": 26856, + "Ġshareholders": 26857, + "boro": 26858, + "amba": 26859, + "Ġsandwich": 26860, + "ĠOptim": 26861, + "ĠSacred": 26862, + "Ġbreakthroughs": 26863, + "Rather": 26864, + "Title": 26865, + "phot": 26866, + "Ġeman": 26867, + "Ġsolvents": 26868, + "-designed": 26869, + "Ġfootprints": 26870, + "Ġeldest": 26871, + "-intensity": 26872, + "Ġaerosols": 26873, + "VER": 26874, + "Ñĭ": 26875, + "cels": 26876, + "ĠIA": 26877, + "ĠPump": 26878, + "umper": 26879, + "ĠHerc": 26880, + "Ġpea": 26881, + "âĢľAs": 26882, + "ĠRece": 26883, + "Ġshorten": 26884, + "ĠDiagram": 26885, + "Ġrigor": 26886, + "ĠLiterary": 26887, + "ĠDevice": 26888, + "Ġattributable": 26889, + "Ġmisunderstood": 26890, + "ĠPsalm": 26891, + "ĠPrayer": 26892, + "ucalyptus": 26893, + "Electric": 26894, + "dc": 26895, + "nets": 26896, + "Ġove": 26897, + "ĠPure": 26898, + "Ġbyte": 26899, + "Ġriot": 26900, + "Ġcommenced": 26901, + "-case": 26902, + "ĠMetro": 26903, + "ĠInspect": 26904, + "ĠAndrews": 26905, + "ĠOtto": 26906, + ".us": 26907, + "moil": 26908, + "Ġrearr": 26909, + "ĠCourses": 26910, + "Ġorthodox": 26911, + "ĠPossible": 26912, + "ipot": 26913, + "Ġemitting": 26914, + "regulated": 26915, + "Ġtallest": 26916, + "Ġconserving": 26917, + "ĠInitial": 26918, + "Simply": 26919, + "rhosis": 26920, + "ĠAquarium": 26921, + "Ġtempting": 26922, + "Ġdisconnect": 26923, + "Ġinhalation": 26924, + "Ġpledged": 26925, + "-ar": 26926, + "-par": 26927, + "ÏĢ": 26928, + "Ġrushed": 26929, + "Ġplaint": 26930, + "Ġeminent": 26931, + "Ġinterstellar": 26932, + "Ġtestament": 26933, + "Ġspectra": 26934, + "aisy": 26935, + "Ġunderside": 26936, + "Ġepidemiology": 26937, + "pieces": 26938, + "kel": 26939, + "kov": 26940, + "ilts": 26941, + "ĠChester": 26942, + "ĠPP": 26943, + "Ġpreached": 26944, + "âĢľThese": 26945, + "Ġforesee": 26946, + "Ġledger": 26947, + "ĠAntiqu": 26948, + "Ġprincipally": 26949, + "Ġsynthesize": 26950, + "Ġconfidentiality": 26951, + "'an": 26952, + "gre": 26953, + "ĠTao": 26954, + "ĠMagnetic": 26955, + "ĠPrag": 26956, + "ĠBin": 26957, + "Ġcanoe": 26958, + "Ġbrushes": 26959, + "Ġcontinuum": 26960, + "Stay": 26961, + "Ġobservance": 26962, + "ERC": 26963, + "Ġprogressing": 26964, + "Ġestablishments": 26965, + "irectional": 26966, + "Ġpleas": 26967, + "ĠBeta": 26968, + "Ġflourishing": 26969, + "ecessors": 26970, + "ĠSnake": 26971, + "aundice": 26972, + "ionic": 26973, + "ĠGw": 26974, + "arden": 26975, + "ĠUnc": 26976, + "Ġantis": 26977, + "Ġparticipatory": 26978, + "én": 26979, + "Ġjudging": 26980, + "Ġhomogeneous": 26981, + "Ġchiefs": 26982, + "Ġsadly": 26983, + "Ġabnormally": 26984, + "ĠBluetooth": 26985, + "Line": 26986, + "Peter": 26987, + "true": 26988, + "áº": 26989, + "sexual": 26990, + "ĠMode": 26991, + "ucose": 26992, + "ussis": 26993, + "Ġfilament": 26994, + "ĠBlind": 26995, + "Too": 26996, + "Ġdistinctly": 26997, + "Ġreservations": 26998, + "Ġtheorists": 26999, + "ĠSaxon": 27000, + "Ġassimilation": 27001, + "atchewan": 27002, + "Prom": 27003, + "Ġtertiary": 27004, + "ĠTrad": 27005, + "Ġstools": 27006, + "ĠAgn": 27007, + "Ġnotification": 27008, + "rio": 27009, + "ĠKas": 27010, + "Ġestu": 27011, + "clean": 27012, + "ĠFlint": 27013, + "ĠBarrier": 27014, + "Images": 27015, + "Ġwelcoming": 27016, + "ĠFeeling": 27017, + "Ġtomography": 27018, + "ĠCharlie": 27019, + "-performance": 27020, + "Ġbrackets": 27021, + "WC": 27022, + "pots": 27023, + "Ġcures": 27024, + "Ġphe": 27025, + "oug": 27026, + "Ġstitches": 27027, + "ĠHI": 27028, + "âĢĿ?": 27029, + "Ġstriving": 27030, + "-length": 27031, + "ĠContemporary": 27032, + "essionals": 27033, + "Ġscenic": 27034, + "ĠJerry": 27035, + "ĠPropulsion": 27036, + "ĠFlower": 27037, + "Ġmiscarriage": 27038, + "-ended": 27039, + "OUT": 27040, + "mph": 27041, + "wre": 27042, + "Ġophthalm": 27043, + "Ġferal": 27044, + "Ġriots": 27045, + "Ġoverr": 27046, + "Ġstartling": 27047, + "Ġopenness": 27048, + "ĠCanaan": 27049, + "shima": 27050, + "ĠMatters": 27051, + "Ġconcluding": 27052, + "Ġmicrobiota": 27053, + "Ġdumped": 27054, + "Ġcottage": 27055, + "ocarbon": 27056, + "arthed": 27057, + "ĠNP": 27058, + "ĠNak": 27059, + "arsal": 27060, + "Ġslab": 27061, + "Ġgraduating": 27062, + "ĠTrack": 27063, + "rabble": 27064, + "ĠCoral": 27065, + "Ġclimbed": 27066, + "IONAL": 27067, + "ĠCabinet": 27068, + "Ġcaterpillar": 27069, + "population": 27070, + "Ġtweet": 27071, + "Ġwishing": 27072, + "ĠLav": 27073, + "ĠLocated": 27074, + "ecycle": 27075, + "Ġlarval": 27076, + "Ġheadline": 27077, + "Ġpolyps": 27078, + "Ġdetectable": 27079, + "Ġmentors": 27080, + "Ġwheelchair": 27081, + "Ġmangrove": 27082, + "Ġdiplomacy": 27083, + "Ġimpoverished": 27084, + ".x": 27085, + "four": 27086, + "saurus": 27087, + "utz": 27088, + "ĠJung": 27089, + "Ġjumps": 27090, + "Ġdetached": 27091, + "Ġstrides": 27092, + "-temperature": 27093, + "ĠTransl": 27094, + "Ġconvergence": 27095, + "Ġferry": 27096, + "Ġcoincidence": 27097, + "Ġgenuinely": 27098, + "trl": 27099, + "Sir": 27100, + "cracy": 27101, + "itates": 27102, + "Ġng": 27103, + "urst": 27104, + "Ġarrog": 27105, + "Ġgenerals": 27106, + "Ġdescending": 27107, + "-cap": 27108, + "Ġeyew": 27109, + "ĠGoddard": 27110, + "Ġpolynom": 27111, + "Ġboarding": 27112, + "-Pacific": 27113, + "Ġpedal": 27114, + "Ġreversal": 27115, + "Ġimmensely": 27116, + "Ġfoolish": 27117, + "ĠPyramid": 27118, + "Ġacrylic": 27119, + "Box": 27120, + "ser": 27121, + "yen": 27122, + "Ġoily": 27123, + "Ġalf": 27124, + "ĠDES": 27125, + "ĠFro": 27126, + "ĠNPR": 27127, + "phis": 27128, + "ermal": 27129, + "ĠAdolf": 27130, + "ĠExcept": 27131, + "untu": 27132, + "Ġbullets": 27133, + "Ġbanning": 27134, + "Ġafforded": 27135, + "Ġtutoring": 27136, + "Ġglowing": 27137, + "ĠThermal": 27138, + "wait": 27139, + "Ġheats": 27140, + "ecia": 27141, + "eeper": 27142, + "Animal": 27143, + "Ġgeographically": 27144, + "Ġremarked": 27145, + "ĠDifferences": 27146, + "Ġgestation": 27147, + "ĠCrohn": 27148, + "ampton": 27149, + "ĠMI": 27150, + "uds": 27151, + "ĠScouts": 27152, + "ĠDeer": 27153, + "Ġsummon": 27154, + "Ġpolymorph": 27155, + "Support": 27156, + "-era": 27157, + "dog": 27158, + "ĠTum": 27159, + "Ġsept": 27160, + "Ġimitate": 27161, + "Ġperc": 27162, + "Ġgenerosity": 27163, + "Ġgrap": 27164, + "idson": 27165, + "Ġguinea": 27166, + "Ġobservable": 27167, + "Ġbarbar": 27168, + "Ġintegrates": 27169, + "Ġrevol": 27170, + "ĠMeat": 27171, + "ĠMeyer": 27172, + "ĠMyc": 27173, + "Ġpowdered": 27174, + "Ġoverlook": 27175, + "Ġsubconscious": 27176, + "ĠWatershed": 27177, + "Ġpsychiatrist": 27178, + "Mad": 27179, + "Western": 27180, + "ÛĮ": 27181, + "Ġitch": 27182, + "ĠDart": 27183, + "Ġcrane": 27184, + "Ġpredecessors": 27185, + "ĠVisitors": 27186, + "Ġcornerstone": 27187, + "Ġeccentric": 27188, + "Ġaunt": 27189, + "Ġbible": 27190, + "rax": 27191, + "ĠSpani": 27192, + "ĠPrussia": 27193, + "Ġselectively": 27194, + "Ġbottlen": 27195, + "Ġmotivating": 27196, + "uminum": 27197, + "Ġpublishes": 27198, + "ĠCroatia": 27199, + "ĠKazakhstan": 27200, + "Jud": 27201, + "atization": 27202, + "ĠCAR": 27203, + "ĠFields": 27204, + "ĠRN": 27205, + "Ġrelocated": 27206, + "landers": 27207, + "-facing": 27208, + "ofer": 27209, + "Ġepoch": 27210, + "Ġgardener": 27211, + "Ġfamiliarity": 27212, + "Ġcounselors": 27213, + "à¥ĩ": 27214, + "Ġdispersal": 27215, + "ĠRepresentative": 27216, + "Ġbolts": 27217, + "ĠInventory": 27218, + "Gal": 27219, + "Sex": 27220, + "seus": 27221, + "Ġ(@": 27222, + "Ġneph": 27223, + "Ġnotify": 27224, + "obil": 27225, + "ertified": 27226, + "ĠAlps": 27227, + "Ġlawsuits": 27228, + "Ġillustrating": 27229, + "Ġinterfering": 27230, + "ĠSilk": 27231, + "Ġforgive": 27232, + "Ġsyllable": 27233, + "bler": 27234, + "thren": 27235, + "ĠGly": 27236, + "Ġcommence": 27237, + "rama": 27238, + "Ġtransplanted": 27239, + "Ġbreaches": 27240, + "Ġairline": 27241, + "Ġcombating": 27242, + "ĠKeith": 27243, + "Ġprofessionally": 27244, + "ĠExploring": 27245, + "Ġbotan": 27246, + "Ġinserting": 27247, + "Ġcathode": 27248, + "Ġsubstrates": 27249, + "Focus": 27250, + "Mexic": 27251, + "fat": 27252, + "sign": 27253, + "enos": 27254, + "ĠHale": 27255, + "ĠGERD": 27256, + "Ġinfusion": 27257, + "ĠLeone": 27258, + "Program": 27259, + "Ġinterferes": 27260, + "Ġcyclists": 27261, + "Ġdispersion": 27262, + "Humans": 27263, + "Cost": 27264, + "LT": 27265, + "Ġwary": 27266, + "Ġwatered": 27267, + "idia": 27268, + "thals": 27269, + "ideos": 27270, + "Ġinvariably": 27271, + "approx": 27272, + "Ġredirect": 27273, + "INK": 27274, + "Ġdenotes": 27275, + "riday": 27276, + "olkien": 27277, + "Ġriparian": 27278, + "Ġglossary": 27279, + "ingo": 27280, + "Ġdich": 27281, + "ĠSET": 27282, + "ĠPaste": 27283, + "ivore": 27284, + "ĠHib": 27285, + "ĠJain": 27286, + "-skin": 27287, + "Ġpolyphen": 27288, + "ĠAnything": 27289, + "Deep": 27290, + "-Earth": 27291, + "giene": 27292, + "ĠJoan": 27293, + "Reference": 27294, + "Ġberry": 27295, + "Ġcarcinogenic": 27296, + "ĠLeonard": 27297, + "Ġsymmetrical": 27298, + "ĠLinked": 27299, + "Ġliberties": 27300, + "iologic": 27301, + "tu": 27302, + "Ġhides": 27303, + "ortment": 27304, + "Ġshaded": 27305, + "ĠThought": 27306, + "Ġformidable": 27307, + "Ġinvoluntary": 27308, + "Ġgrim": 27309, + "casting": 27310, + "OSS": 27311, + "Ġmildew": 27312, + "Ġimperialism": 27313, + "ĠPicasso": 27314, + "ĠMalta": 27315, + "!!Ċ": 27316, + "ĠIND": 27317, + "ĠPf": 27318, + "Ġexternally": 27319, + "âĢĶnot": 27320, + "Ġelevate": 27321, + "Ġodors": 27322, + "Ġgalvan": 27323, + "Ġlesbian": 27324, + "Ġreinforces": 27325, + "ĠBrunswick": 27326, + "ÙĴ": 27327, + "onation": 27328, + "ayette": 27329, + "ĠCult": 27330, + "ĠEyes": 27331, + "Ġmediated": 27332, + "Ġturmoil": 27333, + "ĠGlobe": 27334, + "Ġplethora": 27335, + "ĠClasses": 27336, + "Original": 27337, + "Ġelectrolytes": 27338, + "Ġmanifests": 27339, + "Ġcricket": 27340, + "Civil": 27341, + "Ġfauc": 27342, + "ĠCBT": 27343, + "Ġcomedy": 27344, + "rivers": 27345, + "Ġunl": 27346, + "Ġoffence": 27347, + "comings": 27348, + "Ġfiner": 27349, + "Ġsymbolize": 27350, + "ĠPapua": 27351, + "Ġunmanned": 27352, + "ĠCretaceous": 27353, + "Ġflammable": 27354, + "Diff": 27355, + "LR": 27356, + "Ġtopped": 27357, + "ĠMaz": 27358, + "ĠLact": 27359, + "Ġunsc": 27360, + "onditions": 27361, + "azard": 27362, + "ĠExamination": 27363, + "ĠBarcelona": 27364, + "ITES": 27365, + "ĠCastro": 27366, + "Ġsteroid": 27367, + "Ġsacrificed": 27368, + "Ġconfinement": 27369, + "Var": 27370, + "Ġpadd": 27371, + "ĠAffect": 27372, + "Ġprod": 27373, + "ĠWarming": 27374, + "ĠGD": 27375, + "Ġfunnel": 27376, + "enna": 27377, + "Ġovary": 27378, + "Ġundergoes": 27379, + "Ġvendor": 27380, + "Ġbinoculars": 27381, + "ĠPythag": 27382, + "ĠNavajo": 27383, + "cus": 27384, + "cence": 27385, + "ĠMakes": 27386, + "ĠPiet": 27387, + "ĠLingu": 27388, + "Ġteas": 27389, + "iola": 27390, + "ĠPeer": 27391, + "Ġwoodlands": 27392, + "umbai": 27393, + "arrative": 27394, + "Ġvictories": 27395, + "Ġfreshly": 27396, + "Ġcirculated": 27397, + "Ġknocked": 27398, + "Save": 27399, + "oining": 27400, + "Ġproclamation": 27401, + "ĠWend": 27402, + "aseous": 27403, + "Ġopaque": 27404, + "ĠIsles": 27405, + "-carb": 27406, + "Ġwrath": 27407, + "Ġmicrocont": 27408, + "Ġsecretions": 27409, + "Ġdiscriminate": 27410, + "Emer": 27411, + "Ġlust": 27412, + "ĠMouse": 27413, + "ĠWriter": 27414, + "ĠInuit": 27415, + "ĠStim": 27416, + "Ġcrashed": 27417, + "Ġfirewall": 27418, + "Ġbirthplace": 27419, + "ĠDefence": 27420, + "ĠCamera": 27421, + "luence": 27422, + "sum": 27423, + "Ùı": 27424, + "Ġpomegran": 27425, + "Ġbans": 27426, + "ĠSCI": 27427, + "oden": 27428, + "Ġration": 27429, + "alla": 27430, + "anson": 27431, + "ossary": 27432, + "Ġconfirming": 27433, + "anched": 27434, + "-digit": 27435, + "Ġurgently": 27436, + "Ġpanor": 27437, + "Ġmisd": 27438, + "Ġrailways": 27439, + "Ġprompting": 27440, + "Ġnegotiating": 27441, + "ĠCRISPR": 27442, + "Ġwarranted": 27443, + "Ġhomelessness": 27444, + "Ġconsolidated": 27445, + "Ġdischarges": 27446, + "ĠMaintain": 27447, + "Roman": 27448, + "Ġtandem": 27449, + "Ġaqueous": 27450, + "illon": 27451, + "Ġmedial": 27452, + "Ġparaph": 27453, + "ĠReally": 27454, + "Ġcardinal": 27455, + "Ġcools": 27456, + "Ġexhibiting": 27457, + "Ġfavorites": 27458, + "Ġmasterpiece": 27459, + "Ġmarkedly": 27460, + "Ġundertook": 27461, + "Ġnominated": 27462, + "ĠUniversities": 27463, + "ĠEllis": 27464, + "Ġaffiliate": 27465, + "Ġmajors": 27466, + "Ġeyelids": 27467, + "Ġepithelial": 27468, + "Ca": 27469, + "site": 27470, + "urai": 27471, + "odor": 27472, + "ghum": 27473, + "aku": 27474, + "omson": 27475, + "Ġproposing": 27476, + "ĠSecure": 27477, + "Ġsniff": 27478, + "Ġresisted": 27479, + "erencing": 27480, + "-quarters": 27481, + "ĠImmigration": 27482, + "Ġregenerate": 27483, + "ummies": 27484, + "Continue": 27485, + "Ġreminiscent": 27486, + "Personal": 27487, + "vine": 27488, + "Ġpups": 27489, + "Ġfocuss": 27490, + "owulf": 27491, + "essim": 27492, + "ĠPtole": 27493, + "Ġrins": 27494, + "ĠFraser": 27495, + "Ġmortal": 27496, + "ĠSteam": 27497, + "Ġcorrelations": 27498, + "Ġproceeding": 27499, + "Ġappealed": 27500, + "Ġowed": 27501, + "ĠLutheran": 27502, + "ĠMurphy": 27503, + "-held": 27504, + "Ġshields": 27505, + "ondo": 27506, + "ethnic": 27507, + "Ġfreel": 27508, + "Ġconditioned": 27509, + "ĠGuides": 27510, + "auri": 27511, + "Plants": 27512, + "Notice": 27513, + "Ġaffirmative": 27514, + "ĠBeauty": 27515, + "ĠMesopotamia": 27516, + "City": 27517, + "Grade": 27518, + "[change": 27519, + "`s": 27520, + "watch": 27521, + "entimes": 27522, + "ĠAe": 27523, + "ĠWu": 27524, + "ĠDw": 27525, + "ĠFO": 27526, + "Ġinforming": 27527, + "raphic": 27528, + "Ġpassions": 27529, + "iscovered": 27530, + "ĠHealthwise": 27531, + "Ġpathological": 27532, + "LAB": 27533, + "ĠAnatomy": 27534, + "Ġrepertoire": 27535, + "Brain": 27536, + "mare": 27537, + "rease": 27538, + "Ġhij": 27539, + "ĠRising": 27540, + "ĠGiving": 27541, + "Ġmussels": 27542, + "Ġtrek": 27543, + "Ġcostume": 27544, + "Ġeloqu": 27545, + "Ġreacting": 27546, + "Ġenvironmentalists": 27547, + "Ġtutors": 27548, + "Ġearnest": 27549, + "Ġadmits": 27550, + "Simple": 27551, + "Multiple": 27552, + "Ġcontradictory": 27553, + "ĠPorter": 27554, + "Ġvin": 27555, + "ĠHannah": 27556, + "Ġtrunks": 27557, + "Ġflushing": 27558, + "hyper": 27559, + "Ġconditioner": 27560, + "Ġelectrically": 27561, + "Ġwalnuts": 27562, + "Ġparadise": 27563, + "ĠNGO": 27564, + "Ġirrespective": 27565, + "Ġinaccessible": 27566, + "Ġ),": 27567, + "chel": 27568, + "Ġomitted": 27569, + "ĠTip": 27570, + "ĠBil": 27571, + "iping": 27572, + "Ġdistilled": 27573, + "Ġendothel": 27574, + "-pound": 27575, + "Ġfavourable": 27576, + "Ġacquaint": 27577, + "Ġaugment": 27578, + "Ġmathematicians": 27579, + "tysburg": 27580, + "β": 27581, + "itles": 27582, + "Ġfrig": 27583, + "ouched": 27584, + "ĠRD": 27585, + "Ġunseen": 27586, + "Ġbrewing": 27587, + "ĠRevere": 27588, + "olecules": 27589, + "Ġgreet": 27590, + "Ġconstructions": 27591, + "Ġquarry": 27592, + "Teacher": 27593, + "aja": 27594, + "Ġskeptic": 27595, + "-interest": 27596, + "etermination": 27597, + "ĠScreening": 27598, + "Ġatrocities": 27599, + "Ten": 27600, + "׾": 27601, + "sted": 27602, + "owitz": 27603, + "ĠSAM": 27604, + "umbs": 27605, + "Ġnotified": 27606, + "Ġsounded": 27607, + "ĠAbb": 27608, + "ĠTemper": 27609, + "ĠAsked": 27610, + "Ġadministering": 27611, + "Ġengraved": 27612, + "Ġwholesale": 27613, + "Ġoysters": 27614, + "ĠSick": 27615, + "ĠNurse": 27616, + "ĠJohnston": 27617, + "Ġlaure": 27618, + "ĠTunis": 27619, + "ĠMeasurement": 27620, + "juven": 27621, + "Ġconsonant": 27622, + "Ġendometriosis": 27623, + "emically": 27624, + "perhaps": 27625, + "Ġmega": 27626, + "Ġsoaked": 27627, + "Ġfundra": 27628, + "Ġsunk": 27629, + "Ġearthly": 27630, + "ATED": 27631, + "coins": 27632, + "Ġinjecting": 27633, + "Ġinhibitor": 27634, + "Ġconceal": 27635, + "Ġattachments": 27636, + "Ġrecruiting": 27637, + "Ġmonasteries": 27638, + "Ġnavigating": 27639, + "ichever": 27640, + "Hyper": 27641, + "Ġsnapshot": 27642, + "Build": 27643, + "Ġbisexual": 27644, + "Ġfiss": 27645, + "Ġinact": 27646, + "Ġwhistle": 27647, + "ourcing": 27648, + "ensation": 27649, + "Ġthematic": 27650, + "ĠStru": 27651, + "Ġfloral": 27652, + "Ġfinishes": 27653, + "ĠBeau": 27654, + "Ġsalam": 27655, + "Ġattackers": 27656, + "Ġacidification": 27657, + "Ġconstructs": 27658, + "Ġcartoons": 27659, + "ĠRomeo": 27660, + "ĠLogic": 27661, + "Ġblueprint": 27662, + "RY": 27663, + "itious": 27664, + "ĠGaul": 27665, + "Ġwillow": 27666, + "Ġjokes": 27667, + "Ġantif": 27668, + "Ġrunny": 27669, + "Ġswamps": 27670, + "oxic": 27671, + "ĠCarroll": 27672, + "ĠEducators": 27673, + "Ġresponders": 27674, + "Ġ>>": 27675, + "Ġpharmaceuticals": 27676, + "Ġpigeon": 27677, + "isle": 27678, + "ĠCash": 27679, + "ĠMapping": 27680, + "opold": 27681, + "ĠLCD": 27682, + "actly": 27683, + "ĠInner": 27684, + "ĠKol": 27685, + "Ġhalfway": 27686, + "Ġindexes": 27687, + "oliosis": 27688, + "Ġcopyrighted": 27689, + "Ġbroadcasting": 27690, + "ĠRFID": 27691, + "Ġremnant": 27692, + "Mer": 27693, + "flight": 27694, + "rink": 27695, + "enance": 27696, + "ĠMillion": 27697, + "ophen": 27698, + "Ġkel": 27699, + "lli": 27700, + "week": 27701, + "-brain": 27702, + "Ġpublicity": 27703, + "Ġhardened": 27704, + "Ġrevived": 27705, + "ĠAcceler": 27706, + "cancer": 27707, + "ĠDirective": 27708, + "ĠWiki": 27709, + "Ġprohibits": 27710, + "ĠDynamics": 27711, + "Ġilluminate": 27712, + "ĠHellen": 27713, + "Ġmellitus": 27714, + "Ġmund": 27715, + "Ġforged": 27716, + "ĠAber": 27717, + "ĠEg": 27718, + "ĠFlying": 27719, + "Ġfluent": 27720, + "NAT": 27721, + "ophone": 27722, + "ĠCooperation": 27723, + "recogn": 27724, + "Import": 27725, + "Ġdisrupting": 27726, + "Ġtactical": 27727, + "-generated": 27728, + "ĠSoldiers": 27729, + "lip": 27730, + "Ġsender": 27731, + "ĠTX": 27732, + "kef": 27733, + "ĠRoma": 27734, + "Ġinfrast": 27735, + "Ġcamel": 27736, + "Age": 27737, + "cock": 27738, + "cross": 27739, + "atology": 27740, + "imon": 27741, + "rout": 27742, + "plane": 27743, + "Ġoutfit": 27744, + "onement": 27745, + "-fuel": 27746, + "Ġdrafting": 27747, + "Ġharmed": 27748, + "lson": 27749, + "Ġcounters": 27750, + "ĠCompl": 27751, + "âĢĶthey": 27752, + "Ġboilers": 27753, + "Ġpg": 27754, + "Ġeukary": 27755, + "star": 27756, + "âĢĶâĢĶ": 27757, + "Ġparaly": 27758, + "rington": 27759, + "ĠXX": 27760, + "Process": 27761, + "aelic": 27762, + "ĠBrooks": 27763, + "ĠImproved": 27764, + "Ġhurts": 27765, + "Ġadvertisement": 27766, + "ĠFrequency": 27767, + "Ġbeneficiaries": 27768, + "ĠDocuments": 27769, + "WW": 27770, + "wald": 27771, + "×IJ": 27772, + "Ġtapping": 27773, + "Ġdend": 27774, + "umann": 27775, + "ĠOracle": 27776, + "Ġarctic": 27777, + "Soil": 27778, + "ĠAssociates": 27779, + "Ġpenis": 27780, + "Plus": 27781, + "Ġfascination": 27782, + "ĠPerspective": 27783, + "ĠEsther": 27784, + "Ġterrorists": 27785, + "Cat": 27786, + "Gra": 27787, + "roves": 27788, + "amate": 27789, + "ĠPir": 27790, + "agging": 27791, + "ĠUTC": 27792, + "ÃŃn": 27793, + "Ġallegiance": 27794, + "Ġrestraint": 27795, + "ĠPoe": 27796, + "Ġvaping": 27797, + "ĠWalt": 27798, + "ĠFasc": 27799, + "ousand": 27800, + "Ġspeculative": 27801, + "Ġsmog": 27802, + "Ġinsulating": 27803, + "ĠArms": 27804, + "aminated": 27805, + "ĠComputers": 27806, + "Unit": 27807, + "ĠCatholicism": 27808, + "ĠConservative": 27809, + "Ġvigorously": 27810, + "xi": 27811, + "Ġsilt": 27812, + "ilience": 27813, + "istries": 27814, + "emer": 27815, + "ĠDuck": 27816, + "rile": 27817, + "placed": 27818, + "Ġunavailable": 27819, + "arching": 27820, + "Ġimprov": 27821, + "Ġslipp": 27822, + "Ġnighttime": 27823, + "continent": 27824, + "ABA": 27825, + "ĠBailey": 27826, + "Aud": 27827, + "Neg": 27828, + "Ġfry": 27829, + "eled": 27830, + "ĠWellington": 27831, + "eteries": 27832, + "Ġscreenings": 27833, + "Ġmisinformation": 27834, + "content": 27835, + "Ġdissolution": 27836, + "Ġneuroscient": 27837, + "Ġlibrarian": 27838, + "Ġanticipation": 27839, + "Ġremembrance": 27840, + "Ġendeavors": 27841, + "Ġtartar": 27842, + "-ro": 27843, + "UG": 27844, + "ĠMennon": 27845, + "ĠPOW": 27846, + "uder": 27847, + "Ġdetachment": 27848, + "uteronomy": 27849, + "Ġpolarization": 27850, + "Ġpermafrost": 27851, + "ĠComparison": 27852, + "cile": 27853, + "holes": 27854, + "Ãĥ": 27855, + "indeer": 27856, + "Ġcomma": 27857, + "Ġblends": 27858, + "Ġobjection": 27859, + "Ġspecifics": 27860, + "Ġstatutes": 27861, + "Ġrevolutions": 27862, + "rews": 27863, + "Ġxen": 27864, + "Ġincorporation": 27865, + "-Day": 27866, + "Ġinstrumentation": 27867, + "ĠOSHA": 27868, + "Ġrental": 27869, + "Astron": 27870, + "Ġtablespoon": 27871, + "ĠLoren": 27872, + "sn": 27873, + "Ġhue": 27874, + "Ġhep": 27875, + "Ġsucking": 27876, + "Ġexposes": 27877, + "Ġinvas": 27878, + "uga": 27879, + "ospheric": 27880, + "relim": 27881, + "Ġpopularly": 27882, + "Ġhairy": 27883, + "र": 27884, + "Ġrotational": 27885, + "ijah": 27886, + "Ġhusbands": 27887, + "Ġpropagate": 27888, + "Ġorchids": 27889, + "Des": 27890, + "HI": 27891, + "YC": 27892, + "Ġcobalt": 27893, + "itant": 27894, + "Ġischem": 27895, + "ĠKoh": 27896, + "Thursday": 27897, + "Ġartworks": 27898, + "Ġbuilder": 27899, + "ĠTorres": 27900, + "Ġcyberbullying": 27901, + "ĠTalking": 27902, + "ĠAnthropology": 27903, + "Ġunexplained": 27904, + "ĠGNU": 27905, + "HP": 27906, + "icist": 27907, + "odiac": 27908, + "racts": 27909, + "iqueness": 27910, + "ĠAndy": 27911, + "fficients": 27912, + "Ġswap": 27913, + "loo": 27914, + "ĠRegistry": 27915, + "phasis": 27916, + "Ġmotorcycle": 27917, + "ĠLancaster": 27918, + "Ġembarked": 27919, + "NI": 27920, + "Ġmun": 27921, + "lyss": 27922, + "etes": 27923, + "ettes": 27924, + "Ġhealed": 27925, + "ĠDion": 27926, + "ĠDawn": 27927, + "Ġkicked": 27928, + "ĠKaiser": 27929, + "thought": 27930, + "Ġerase": 27931, + "otherap": 27932, + "Ġroyalty": 27933, + "Ġreversible": 27934, + "ĠLithuania": 27935, + "Ġcactus": 27936, + "Ġnanotubes": 27937, + "Ġfronts": 27938, + "Cross": 27939, + "Middle": 27940, + "nour": 27941, + "icans": 27942, + "story": 27943, + "igl": 27944, + "Ġvene": 27945, + "ĠOT": 27946, + "Ġappendix": 27947, + "Ġtravers": 27948, + "Ġattorneys": 27949, + "ĠAndes": 27950, + "Ġeroded": 27951, + "Ġpsychiatry": 27952, + "Ġcircumc": 27953, + "ĠPhysiology": 27954, + "Ġhardships": 27955, + "desc": 27956, + "hra": 27957, + "nering": 27958, + "atz": 27959, + "Ġthirds": 27960, + "idated": 27961, + "aceted": 27962, + "Ġresultant": 27963, + "Ġinduces": 27964, + "loom": 27965, + "ét": 27966, + "ACP": 27967, + "ĠPatent": 27968, + "Ġscenery": 27969, + "Ġfellowship": 27970, + "Ġringing": 27971, + "ĠDOE": 27972, + "Ġnumeric": 27973, + "ĠHydro": 27974, + "ĠÏĢ": 27975, + "Ġpirates": 27976, + "-government": 27977, + "Ġswiftly": 27978, + "TON": 27979, + "bish": 27980, + "Ġwiki": 27981, + "ĠPill": 27982, + "ĠPerman": 27983, + "ĠFiles": 27984, + "ĠVi": 27985, + "ahar": 27986, + "Ġpostal": 27987, + "Ġnecessities": 27988, + "Ġcorrecting": 27989, + "marked": 27990, + "USE": 27991, + "Ġinclination": 27992, + "Ġcultivating": 27993, + "Ġrelieving": 27994, + "planned": 27995, + "Ġimmersion": 27996, + "Ġblossoms": 27997, + "imetres": 27998, + "-negative": 27999, + "/E": 28000, + "Luke": 28001, + "ĠTon": 28002, + "otions": 28003, + "ĠElection": 28004, + "Ġsignify": 28005, + "-fe": 28006, + "Ġcalend": 28007, + "-drained": 28008, + "Ġpolls": 28009, + "ĠEdgar": 28010, + "Ġcommanders": 28011, + "ĠStrat": 28012, + "Ġsubmitting": 28013, + "Discover": 28014, + "ĠNorton": 28015, + "Ġdeduct": 28016, + "Ġintensified": 28017, + "ublisher": 28018, + "Ġcontemporaries": 28019, + "Daily": 28020, + "Ġpect": 28021, + "Ġpans": 28022, + "hering": 28023, + "Ġvanish": 28024, + "ĠFlickr": 28025, + "ĠChain": 28026, + "ervices": 28027, + "Ġmarital": 28028, + "Ġtermination": 28029, + "Ġwarmest": 28030, + "Ġcommanding": 28031, + "Ġmeteorological": 28032, + "Ġlentils": 28033, + "reliminary": 28034, + "None": 28035, + "idic": 28036, + "ĠDairy": 28037, + "Ġplume": 28038, + "ribly": 28039, + "Ġsupporter": 28040, + "Ġinterim": 28041, + "Ġmultinational": 28042, + "EMA": 28043, + "ĠIntervention": 28044, + "Ġreminders": 28045, + "ĠGhost": 28046, + "Ġoverthrow": 28047, + "ĠAnglican": 28048, + "take": 28049, + "Ġthro": 28050, + "opters": 28051, + "emeteries": 28052, + "ĠDeg": 28053, + "ĠSwan": 28054, + "ĠMaori": 28055, + "Ġpiping": 28056, + "abulous": 28057, + "ĠIntegration": 28058, + "ĠAlbany": 28059, + "Ġcensorship": 28060, + "Ġsupermarkets": 28061, + "ĠOpportunities": 28062, + "Ġjellyfish": 28063, + "ĠStrength": 28064, + "Ġtributaries": 28065, + "ĠAyurveda": 28066, + "ĠSaskatchewan": 28067, + "Tuesday": 28068, + "enet": 28069, + "Ġlumbar": 28070, + "ĠFarming": 28071, + "ĠKw": 28072, + "awing": 28073, + "Ġfinanced": 28074, + "Ġeluc": 28075, + "Ġcystic": 28076, + "spot": 28077, + "-top": 28078, + "Ġmorals": 28079, + "ĠXP": 28080, + "Resources": 28081, + "ĠMalawi": 28082, + "ĠWilderness": 28083, + "erbai": 28084, + "uvian": 28085, + "ĠPharmac": 28086, + "Ġsummaries": 28087, + "gel": 28088, + "Ġwarts": 28089, + "Ġinse": 28090, + "aras": 28091, + "oppy": 28092, + "ubon": 28093, + "Ġlongitude": 28094, + "-feeding": 28095, + "azingly": 28096, + "afts": 28097, + "Ġwarmed": 28098, + "Ġwithdrew": 28099, + "Ġmystical": 28100, + "ĠAppalachian": 28101, + ":-Ċ": 28102, + "Ġditch": 28103, + "ĠSaul": 28104, + "ĠCran": 28105, + "Ġdew": 28106, + "ĠWid": 28107, + "ĠLaf": 28108, + "ĠJak": 28109, + "achy": 28110, + "Ġauthorization": 28111, + "Ġunden": 28112, + "ĠSimpson": 28113, + "Ġindustrialization": 28114, + "Ġintensely": 28115, + "Tip": 28116, + "erie": 28117, + "itas": 28118, + "Ġstren": 28119, + "anton": 28120, + "ĠOscar": 28121, + "Ġbehold": 28122, + "Ġfamilial": 28123, + "Ġstockp": 28124, + "Ġturbulence": 28125, + "Ġcoincide": 28126, + "ĠBuildings": 28127, + "Daniel": 28128, + "ĠRehabilitation": 28129, + "Wednesday": 28130, + "Ġambiguity": 28131, + "ĠReynolds": 28132, + "Ġcogn": 28133, + "Ġreorgan": 28134, + "Ġbeasts": 28135, + "etc": 28136, + "ĠSF": 28137, + "Ġincurred": 28138, + "Ġincandescent": 28139, + "Ġdissect": 28140, + "Ġestuary": 28141, + "Ġshortcomings": 28142, + "Star": 28143, + "Ġcrisp": 28144, + "ulsions": 28145, + "Doctors": 28146, + "ĠSlave": 28147, + "Ġhurting": 28148, + "Ġchiropractic": 28149, + "rez": 28150, + "ĠTribe": 28151, + "etically": 28152, + "ĠSul": 28153, + "Ġperseverance": 28154, + "Ġunin": 28155, + "Ġunavoid": 28156, + "onde": 28157, + "Heat": 28158, + "Atlantic": 28159, + "-effects": 28160, + "Indust": 28161, + "Ġmythical": 28162, + "Ġsucceeding": 28163, + "Ġgranular": 28164, + "Ġupgraded": 28165, + "Ġvoltages": 28166, + "ĠGonz": 28167, + "different": 28168, + "Ġcu": 28169, + "ĠAwards": 28170, + "ĠCaval": 28171, + "empor": 28172, + "Ġranch": 28173, + "ardon": 28174, + "Ġworkouts": 28175, + "Ġfirewood": 28176, + "Isa": 28177, + "ĠStanding": 28178, + "ashioned": 28179, + "-ranging": 28180, + "ABLE": 28181, + "Ġstrawberry": 28182, + "Ġreplica": 28183, + "ĠTrojan": 28184, + "Ġurethra": 28185, + "/.Ċ": 28186, + "ĠTank": 28187, + "racks": 28188, + "Ġweave": 28189, + "Ġallocate": 28190, + "ĠUb": 28191, + "Ġunprotected": 28192, + "inae": 28193, + "Ġromance": 28194, + "Ġmartyr": 28195, + "Ġinstincts": 28196, + "Ġprosecution": 28197, + "-low": 28198, + "fi": 28199, + "mable": 28200, + "ĠAuthors": 28201, + "Ġanaphyl": 28202, + "ĠDj": 28203, + "Ġworkload": 28204, + "Ġcochle": 28205, + "terson": 28206, + "Ġliterate": 28207, + "Ġcontainment": 28208, + "ĠMineral": 28209, + "ĠQuad": 28210, + "Ġingest": 28211, + "ĠEquity": 28212, + "Ġpineapple": 28213, + "ĠTroy": 28214, + "ĠWireless": 28215, + "Ġbacon": 28216, + "Ġinbox": 28217, + "Ġhated": 28218, + "ĠCAT": 28219, + "ĠDop": 28220, + "ĠFold": 28221, + "ĠOst": 28222, + "Ġaffective": 28223, + "ampered": 28224, + "ĠClim": 28225, + "Ġradios": 28226, + "Ġrotary": 28227, + "ĠSavannah": 28228, + "-insp": 28229, + "ĠGastro": 28230, + "cas": 28231, + "ĠTou": 28232, + "ĠTolkien": 28233, + "Ġorchestra": 28234, + "ĠMü": 28235, + "Ġpeb": 28236, + "Ġwhoever": 28237, + "âĢĶan": 28238, + "Ġerrone": 28239, + "ĠKeyn": 28240, + "ĠFormula": 28241, + "Ġamplified": 28242, + "Ġevacuated": 28243, + "Ġexerted": 28244, + "ĠPersonality": 28245, + "Ġepidemiological": 28246, + "ĠSie": 28247, + "Ġanode": 28248, + "weh": 28249, + "iery": 28250, + "mostly": 28251, + "lora": 28252, + "Ġrevisions": 28253, + "Ġwitnessing": 28254, + "Ġreceptive": 28255, + "Ġperpetual": 28256, + "ranchise": 28257, + "lag": 28258, + "tub": 28259, + "Ġsi": 28260, + "alone": 28261, + "Ġdumb": 28262, + "ĠBAS": 28263, + "Ġplugs": 28264, + "ĠYu": 28265, + "Ġvaric": 28266, + "Ġrested": 28267, + "Ġcaloric": 28268, + "Ġparrot": 28269, + "Ġprobiotic": 28270, + "ferred": 28271, + "Ġtrustworthy": 28272, + "Ġpalette": 28273, + "Ġkilow": 28274, + "ĠGettysburg": 28275, + "Ġchromat": 28276, + "UNT": 28277, + "ĠPurple": 28278, + "Ġexpansive": 28279, + "ĠFerguson": 28280, + "-hyd": 28281, + "-operation": 28282, + "¼": 28283, + "Ġbourgeois": 28284, + "ĠSor": 28285, + "Ġunb": 28286, + "Ġagitation": 28287, + "Ġdeport": 28288, + "Ġcheeks": 28289, + "||$": 28290, + "ĠBeethoven": 28291, + "Ġredemption": 28292, + "Ġsecretly": 28293, + "ĠOutlook": 28294, + "Ġshutter": 28295, + "ĠDiagnostic": 28296, + "ĠSahara": 28297, + "Ġenvisioned": 28298, + "Ġsubordinate": 28299, + "AE": 28300, + "SI": 28301, + "Ġmu": 28302, + "Ġmite": 28303, + "ĠOceans": 28304, + "Ġquint": 28305, + "ĠMahar": 28306, + "ĠIdentifying": 28307, + "Ġsymptomatic": 28308, + "lamation": 28309, + "Ġspells": 28310, + "Explain": 28311, + "Ġprestige": 28312, + "ĠInfluenza": 28313, + "Ġtrumpet": 28314, + "bug": 28315, + "Ġpenn": 28316, + "ĠAph": 28317, + "Ġsuction": 28318, + "anded": 28319, + "izzy": 28320, + "ordable": 28321, + "Ġremod": 28322, + "Aside": 28323, + "Alcohol": 28324, + "Ġselections": 28325, + "within": 28326, + "ĠSalem": 28327, + "Ġyielding": 28328, + "ĠMagnesium": 28329, + "&T": 28330, + "Vict": 28331, + "Ġgull": 28332, + "Ġrivals": 28333, + "ĠDuc": 28334, + "ĠEST": 28335, + "Ġshakespeare": 28336, + "Ġhandbook": 28337, + "Ġunderstandings": 28338, + "climate": 28339, + "gener": 28340, + "ociation": 28341, + "ĠRevelation": 28342, + "Ġfabricated": 28343, + "Ġrhymes": 28344, + "Ġforthcoming": 28345, + "Ġremediation": 28346, + "Ġneutralize": 28347, + "ĠMaximum": 28348, + "Ġencompassing": 28349, + "Ġthermostat": 28350, + "Joseph": 28351, + "ĠPasc": 28352, + "ĠNu": 28353, + "ĠNAS": 28354, + "hene": 28355, + "-commun": 28356, + "Ġacademy": 28357, + "Ġirritated": 28358, + "ĠDynamic": 28359, + "Ġsafeguarding": 28360, + "ĠMichelle": 28361, + "(i": 28362, + "Greek": 28363, + "cale": 28364, + "Ġfeline": 28365, + "ĠEF": 28366, + "ĠFerm": 28367, + "agi": 28368, + "atorial": 28369, + "ĠAllan": 28370, + "Ġmillimeters": 28371, + "Ġrotated": 28372, + "ĠPlanetary": 28373, + "Ġprescribing": 28374, + "ĠÃł": 28375, + "Ġdiscriminatory": 28376, + "ör": 28377, + "Ġdiminishing": 28378, + "Ġrefrigeration": 28379, + "ĠMathematical": 28380, + "Ġhorrific": 28381, + "Num": 28382, + "isec": 28383, + "oride": 28384, + "Ġheap": 28385, + "Ġchoking": 28386, + "osteroids": 28387, + "ĠChad": 28388, + "heng": 28389, + "everse": 28390, + "inches": 28391, + "ĠImplementation": 28392, + "Ġproudly": 28393, + "-color": 28394, + "Ġstranded": 28395, + "ĠHoover": 28396, + "Ġwatersheds": 28397, + "Visual": 28398, + "ĠHopefully": 28399, + "ĠGazette": 28400, + "LAN": 28401, + "MAN": 28402, + "lot": 28403, + "Ġburs": 28404, + "ĠTul": 28405, + "Ġimitation": 28406, + "Ġcarrot": 28407, + "Ġgreatness": 28408, + "âĢľFor": 28409, + "-fiction": 28410, + "Ġmorale": 28411, + "married": 28412, + "ĠHerb": 28413, + "Ġhomosexuality": 28414, + "ĠTerry": 28415, + "Ġoutlining": 28416, + "Äģn": 28417, + "ĠDetection": 28418, + "Ġunderestimate": 28419, + "Ġsecreted": 28420, + "ĠAlphabet": 28421, + "dad": 28422, + "sa": 28423, + "hemer": 28424, + "ĠCec": 28425, + "ĠCraft": 28426, + "ĠKun": 28427, + "Ġsheath": 28428, + "Ġerg": 28429, + "Subscribe": 28430, + "Ġfeminism": 28431, + "Ġcorneal": 28432, + "Facts": 28433, + "click": 28434, + "direct": 28435, + "figure": 28436, + "rather": 28437, + "Ġinund": 28438, + "Ġornaments": 28439, + "ĠPurchase": 28440, + "complete": 28441, + "ĠBlo": 28442, + "ĠShepherd": 28443, + "ĠParties": 28444, + "Ġinspir": 28445, + "Ġhomestead": 28446, + "Ġdefenders": 28447, + "ĠHebrews": 28448, + "ĠCalculate": 28449, + "ĠYugoslavia": 28450, + "Syn": 28451, + "YP": 28452, + "stances": 28453, + "opedia": 28454, + "Ġempires": 28455, + "Ġsheltered": 28456, + "Ġelevator": 28457, + "oplasty": 28458, + "ĠHybrid": 28459, + "Ġconjunct": 28460, + "Ġaspiration": 28461, + "ĠCitizen": 28462, + "Ġworshipped": 28463, + "Ġprocurement": 28464, + "/a": 28465, + "Course": 28466, + "Rs": 28467, + "zh": 28468, + "atio": 28469, + "lehem": 28470, + "uscular": 28471, + "ĠWriters": 28472, + "Ġinfographic": 28473, + "Ġracc": 28474, + "Ġcrank": 28475, + "Ġpetrol": 28476, + "EMS": 28477, + "Ġhomin": 28478, + "Ġcircuitry": 28479, + "-child": 28480, + "Ġcompromising": 28481, + "ĠSPF": 28482, + "Ġskulls": 28483, + "ĠHispanics": 28484, + "ĠTasmania": 28485, + "Ġcentrifug": 28486, + "?)Ċ": 28487, + "Bay": 28488, + "ouis": 28489, + "icists": 28490, + "Ġgour": 28491, + "odo": 28492, + "ĠPup": 28493, + "estry": 28494, + "ostasis": 28495, + "ĠOre": 28496, + "ĠKarn": 28497, + "ĠImag": 28498, + "Ġarchipelago": 28499, + "Ġburrow": 28500, + "Ġafflicted": 28501, + "Ġcounselling": 28502, + "ĠPatterns": 28503, + "Ġconsultants": 28504, + "withstanding": 28505, + "ĠRefer": 28506, + "ĠWikimedia": 28507, + "Ġstabilization": 28508, + "ĠMarcus": 28509, + "ĠBotanical": 28510, + "Ġpopulous": 28511, + "Ġannotated": 28512, + "Ġlodge": 28513, + "Ġgira": 28514, + "ĠSession": 28515, + "geons": 28516, + "osl": 28517, + "Ġedema": 28518, + "Ġcompletes": 28519, + "ĠCanterbury": 28520, + "ĠCarth": 28521, + "Ġdiagnostics": 28522, + "Ġburrows": 28523, + "ĠCaroline": 28524, + "ĠSymp": 28525, + "Ġsubtropical": 28526, + "ĠBecome": 28527, + "Ġunearthed": 28528, + "Ġelicit": 28529, + "Ren": 28530, + "elin": 28531, + "ablishing": 28532, + "Ġhail": 28533, + "ĠNeck": 28534, + "ovich": 28535, + "Ġmonopol": 28536, + "Ġspeeding": 28537, + "ĠKeys": 28538, + "Ġwebinar": 28539, + "Ġinspected": 28540, + "Ġwearable": 28541, + "Ġpossessing": 28542, + "ĠDevil": 28543, + "Ġdictated": 28544, + "Ġcascade": 28545, + "Speaking": 28546, + "ĠBerm": 28547, + "ĠNumer": 28548, + "Ġunborn": 28549, + "Ġexplode": 28550, + "exc": 28551, + "toxic": 28552, + "Str": 28553, + "Ġweekends": 28554, + "ĠImplement": 28555, + "knowledge": 28556, + "Ġcommunicates": 28557, + "Ġknives": 28558, + "educt": 28559, + "ĠPurpose": 28560, + "thereum": 28561, + "Ġconsolidation": 28562, + "rystall": 28563, + "/e": 28564, + "gas": 28565, + "ĠHab": 28566, + "ĠRED": 28567, + "ĠGuru": 28568, + "Ġtrache": 28569, + "Ġprovoke": 28570, + "Ġrecommending": 28571, + "Ġpsycho": 28572, + "Ġtaxa": 28573, + "Ġhandsome": 28574, + "Ġdecaying": 28575, + "ĠRelationships": 28576, + "Ġdisregard": 28577, + "Hello": 28578, + "True": 28579, + "ĠSounds": 28580, + "ĠHF": 28581, + "Ġamuse": 28582, + "Ġflap": 28583, + "bek": 28584, + "ĠWarning": 28585, + "Ġgeologists": 28586, + "ĠGujar": 28587, + "Ġmelts": 28588, + "ĠSeeing": 28589, + "Ġsubsurface": 28590, + "ĠInvestigation": 28591, + ",''": 28592, + "ĠTherm": 28593, + "Ġunaffected": 28594, + "Ġfret": 28595, + "etch": 28596, + "ĠHour": 28597, + "okers": 28598, + "ĠKau": 28599, + "Ġlocality": 28600, + "NAS": 28601, + "Ġfootwear": 28602, + "ĠHenri": 28603, + "ELTS": 28604, + "ĠIllness": 28605, + "Ġadviser": 28606, + "ĠIDE": 28607, + "ĠPrintable": 28608, + "Summer": 28609, + "Ġsubmarines": 28610, + "Photos": 28611, + "Ġdictatorship": 28612, + "Lo": 28613, + "gun": 28614, + "д": 28615, + "Ġmla": 28616, + "ĠTub": 28617, + "Ġforts": 28618, + "irls": 28619, + "Ġchills": 28620, + "ĠRoth": 28621, + "ĠUI": 28622, + "ountains": 28623, + "henge": 28624, + "Ġhypogly": 28625, + "Ġnarrower": 28626, + "ĠChoosing": 28627, + "lamydia": 28628, + "Ġtroubleshoot": 28629, + "Ġdisproportionate": 28630, + "Ir": 28631, + "VC": 28632, + "tight": 28633, + "Ġnymph": 28634, + "etal": 28635, + "Ġstature": 28636, + "Ġalmond": 28637, + "opular": 28638, + "Ġattaches": 28639, + "awk": 28640, + "Ġdownside": 28641, + "Ġhydroph": 28642, + "olysis": 28643, + "Ġnarrowed": 28644, + "ĠFleet": 28645, + "Ġlucrative": 28646, + "Ġindefinitely": 28647, + "Ġcytokines": 28648, + "-awareness": 28649, + "Cut": 28650, + "bane": 28651, + "fil": 28652, + "must": 28653, + "nem": 28654, + "ð": 28655, + "ĠSara": 28656, + "Ġwhaling": 28657, + "lown": 28658, + "Ġfilaments": 28659, + "ĠLevi": 28660, + "irmed": 28661, + "ĠReporting": 28662, + "Report": 28663, + "ĠCombined": 28664, + "ĠVegetables": 28665, + "ĠBennett": 28666, + "Ġaureus": 28667, + "Mur": 28668, + "bps": 28669, + "sight": 28670, + "Ġtundra": 28671, + "Ġhing": 28672, + "ĠRescue": 28673, + "Ġpredatory": 28674, + "Ġcontacting": 28675, + "Ġfavors": 28676, + "Ġrotates": 28677, + "Ġinventors": 28678, + "Ġfracturing": 28679, + "Ġplagued": 28680, + "Ġenforcing": 28681, + "HIV": 28682, + "Mental": 28683, + "Ġgaseous": 28684, + "uracy": 28685, + "ademic": 28686, + "ĠBast": 28687, + "Ġrecons": 28688, + "obedience": 28689, + "Ġtyped": 28690, + "ĠAdela": 28691, + "Ġlayered": 28692, + "Ġmeaningless": 28693, + "Ġinvestigates": 28694, + "balanced": 28695, + "ihu": 28696, + "Ġnomadic": 28697, + "ĠBhutan": 28698, + "-governmental": 28699, + "Ġredundant": 28700, + "Historically": 28701, + "RT": 28702, + "Ö¸": 28703, + "Ġbif": 28704, + "Ġconject": 28705, + "ĠPengu": 28706, + "umi": 28707, + "Ġclerk": 28708, + "apper": 28709, + "Ġaffluent": 28710, + "ĠAdvoc": 28711, + "ĠKnights": 28712, + "-operative": 28713, + "Paper": 28714, + "gie": 28715, + "arie": 28716, + "ĠSB": 28717, + "ĠChel": 28718, + "ĠFut": 28719, + "ĠLiquid": 28720, + "plot": 28721, + "heses": 28722, + "Ġpainless": 28723, + "arcin": 28724, + "Ġballet": 28725, + "Ġfortunes": 28726, + "Ġelectronically": 28727, + "Ġtorped": 28728, + "ĠMessage": 28729, + "Ġsponsor": 28730, + "Ġconfrontation": 28731, + "-largest": 28732, + "NH": 28733, + "bred": 28734, + "living": 28735, + "personal": 28736, + "hev": 28737, + "Ġsid": 28738, + "Ġlace": 28739, + "ĠAram": 28740, + "ĠCrop": 28741, + "ĠMiles": 28742, + "ĠBes": 28743, + "Ġoffender": 28744, + "Ġextrap": 28745, + "Ġhandheld": 28746, + "-wheel": 28747, + "ĠTwelve": 28748, + "ĠLaboratories": 28749, + "Block": 28750, + "Ġintellectuals": 28751, + "ĠYounger": 28752, + "-volume": 28753, + "Words": 28754, + "gr": 28755, + "kn": 28756, + "¢": 28757, + "edo": 28758, + "lead": 28759, + "Ġgenders": 28760, + "oton": 28761, + "ĠSaving": 28762, + "ĠEEG": 28763, + "Ġlept": 28764, + "rities": 28765, + "Ġcleft": 28766, + "-fin": 28767, + "ĠShop": 28768, + "-dest": 28769, + "Ġcomputerized": 28770, + "valuation": 28771, + "ĠMayan": 28772, + "ĠMeasures": 28773, + "ICT": 28774, + "Ġtenants": 28775, + "ĠMcL": 28776, + "-legged": 28777, + "Ġmicrom": 28778, + "ĠModeling": 28779, + "Ġapostles": 28780, + "cia": 28781, + "nament": 28782, + "Ġcuff": 28783, + "Ġreed": 28784, + "ĠIber": 28785, + "Ġanesthetic": 28786, + "Ġsoaking": 28787, + "Ġjul": 28788, + "Ġlocking": 28789, + "-bal": 28790, + "Ġconfisc": 28791, + "Ġelites": 28792, + "-poll": 28793, + "Ġtranslator": 28794, + "Ġordained": 28795, + "Ġacquainted": 28796, + "ĠDemand": 28797, + "ĠLegend": 28798, + "Ġfashionable": 28799, + "Clean": 28800, + "sil": 28801, + "Ġhone": 28802, + "ĠMoor": 28803, + "Ġspruce": 28804, + "Ġinfringe": 28805, + "Ġwaterfowl": 28806, + "Ġpsychosocial": 28807, + "ĠHarlem": 28808, + "Ġalgal": 28809, + "ĠHomework": 28810, + "Ġdilute": 28811, + "ĠOlive": 28812, + "Ġperennials": 28813, + "ythe": 28814, + "Ġdusk": 28815, + "Ġnoses": 28816, + "ĠMov": 28817, + "estown": 28818, + "ĠUnix": 28819, + "Ġmonastic": 28820, + "Ġcarers": 28821, + "ĠNewsp": 28822, + "Ġtoolkit": 28823, + "ĠCOMM": 28824, + "Ġbravery": 28825, + "ĠWindow": 28826, + "Ġmacroph": 28827, + "ĠIdea": 28828, + "Ġinverted": 28829, + "Love": 28830, + "lich": 28831, + "mite": 28832, + "micro": 28833, + "ĠTah": 28834, + "ĠCooking": 28835, + "oche": 28836, + "Ġkins": 28837, + "ousse": 28838, + "Ġformulations": 28839, + "Ġdownloads": 28840, + "Ġrestorative": 28841, + "oides": 28842, + "-mediated": 28843, + "rontal": 28844, + "riptive": 28845, + "Ġsnoring": 28846, + "ĠMorrison": 28847, + "oscale": 28848, + "ĠHampton": 28849, + "Ġgestational": 28850, + "ĠProtestants": 28851, + "ĠCrafts": 28852, + "Japanese": 28853, + "Ġbiomarkers": 28854, + "Jun": 28855, + "п": 28856, + "itone": 28857, + "Ġfaded": 28858, + "eday": 28859, + "omination": 28860, + "ĠCraw": 28861, + "Ġasparagus": 28862, + "oco": 28863, + "angerous": 28864, + "Ġtwigs": 28865, + "Ġideologies": 28866, + "ammers": 28867, + "Ġacademically": 28868, + "ĠHousehold": 28869, + "ĠLouise": 28870, + "ĠWellness": 28871, + "Ġfragrance": 28872, + "Ġcompounded": 28873, + "Ġuniformly": 28874, + "ĠTriangle": 28875, + "Ġjuveniles": 28876, + "ĠRelationship": 28877, + "Ġtelome": 28878, + "'T": 28879, + "Ġcried": 28880, + "Ġporn": 28881, + "arial": 28882, + "ĠCAM": 28883, + "ĠPon": 28884, + "ĠEstate": 28885, + "ĠRisks": 28886, + "ĠLights": 28887, + "Ġrecessive": 28888, + "Ġgovernors": 28889, + "Ġsocialization": 28890, + "Ġslot": 28891, + "ĠMilwaukee": 28892, + "Ġmilder": 28893, + "erential": 28894, + "Ġgymn": 28895, + "ĠNamibia": 28896, + "ozoic": 28897, + "Ġgrooming": 28898, + "Ġautobiography": 28899, + "Ġartefacts": 28900, + "Ġbead": 28901, + "ĠTED": 28902, + "ĠStern": 28903, + "ĠNM": 28904, + "Ġdesignate": 28905, + "atsu": 28906, + "Ġobjections": 28907, + "Ġcompetency": 28908, + "ĠSchmidt": 28909, + "ĠSerge": 28910, + "Ġmitigating": 28911, + "OME": 28912, + "Ġorchid": 28913, + "Ġesophageal": 28914, + "ishnu": 28915, + "-is": 28916, + "cussions": 28917, + "Äį": 28918, + "Ġfacto": 28919, + "Ġbiochemistry": 28920, + "hya": 28921, + "Stop": 28922, + "ĠCOMP": 28923, + "steine": 28924, + "Ġtransformative": 28925, + "Ġbleaching": 28926, + "Community": 28927, + "ygd": 28928, + "Ġwedge": 28929, + "amen": 28930, + "ĠHP": 28931, + "ĠHorses": 28932, + "Ġspasms": 28933, + "ĠUW": 28934, + "Ġinflicted": 28935, + "Ġoverp": 28936, + "Ġclassifications": 28937, + "ĠShuttle": 28938, + "Ġswarm": 28939, + "Ġdryness": 28940, + "Ġpolyg": 28941, + "Ġgrassroots": 28942, + "Ġcourageous": 28943, + "ĠNSF": 28944, + "Ġlaughing": 28945, + "-less": 28946, + "-right": 28947, + "/-": 28948, + "mand": 28949, + "Äĩ": 28950, + "Ġtipping": 28951, + "iton": 28952, + "Ġpian": 28953, + "Ġmoms": 28954, + "Ġanus": 28955, + "ĠLon": 28956, + "Ġincremental": 28957, + "Ġcrev": 28958, + "-moving": 28959, + "Ġvolunteering": 28960, + "Ġventures": 28961, + "Ġminimized": 28962, + "Ġscholarships": 28963, + "ĠLinear": 28964, + "ĠFalcon": 28965, + "Capt": 28966, + "EAR": 28967, + "local": 28968, + "ت": 28969, + "Ġsine": 28970, + "ĠBend": 28971, + "ĠEb": 28972, + "enging": 28973, + "ucking": 28974, + "-wave": 28975, + "ridges": 28976, + "ĠNaples": 28977, + "Ġunconventional": 28978, + "ĠCoronavirus": 28979, + "olastic": 28980, + "ĠFolk": 28981, + "Ġprincess": 28982, + "response": 28983, + "Important": 28984, + "ĠLaunch": 28985, + "Ġmentality": 28986, + "Ġpollutant": 28987, + "Ġprematurely": 28988, + "Ġeclips": 28989, + "ogeneity": 28990, + "Ġnourishment": 28991, + "Ġransomware": 28992, + "Ġnonfiction": 28993, + "ynchronous": 28994, + "Germany": 28995, + "Fish": 28996, + "Group": 28997, + "åı": 28998, + "inism": 28999, + "ĠBris": 29000, + "ethical": 29001, + "Ġhern": 29002, + "Ġfacet": 29003, + "ĠCarr": 29004, + "Ġplotted": 29005, + "omedical": 29006, + "ĠEthiopian": 29007, + "ĠHuntington": 29008, + "File": 29009, + "volution": 29010, + "etz": 29011, + "Ġkar": 29012, + "llo": 29013, + "Ġretal": 29014, + "Ġflowed": 29015, + "Ġtroop": 29016, + "ĠProvidence": 29017, + "ĠWiFi": 29018, + "Ġfosters": 29019, + "\"When": 29020, + "Cr": 29021, + "having": 29022, + "Ġtonic": 29023, + "ĠCarson": 29024, + "iao": 29025, + "Ġtraine": 29026, + "fficacy": 29027, + "Ġcondensed": 29028, + "Ġbirch": 29029, + "olean": 29030, + "ischer": 29031, + "ĠTrin": 29032, + "-grown": 29033, + "Lastly": 29034, + "ĠOpera": 29035, + "Ġhamlet": 29036, + "Ġoverwhelmingly": 29037, + "Ġuploaded": 29038, + "Ġá¼": 29039, + "Ġrefreshing": 29040, + "onaut": 29041, + "Ġstaged": 29042, + "ĠAu": 29043, + "ĠDHA": 29044, + "ĠUPS": 29045, + "Ġclumps": 29046, + "ountable": 29047, + "ĠKoch": 29048, + "ceral": 29049, + "Ġdepictions": 29050, + "Ġentropy": 29051, + "Ġdrafts": 29052, + "ĠManila": 29053, + "Ġrespecting": 29054, + "Ġcustomize": 29055, + "Adapt": 29056, + "Ġinitiating": 29057, + "Ġfingert": 29058, + "Ġplatelets": 29059, + "Ġaccumulating": 29060, + "ĠSquad": 29061, + "Ġmonarchs": 29062, + "Ġfrightened": 29063, + "Ġextrater": 29064, + "Ġtablespoons": 29065, + "kefeller": 29066, + "Latin": 29067, + "wy": 29068, + "Ġtint": 29069, + "ĠSag": 29070, + "ĠDame": 29071, + "ĠLep": 29072, + "Ġcontempt": 29073, + "onda": 29074, + "ovis": 29075, + "ĠCounter": 29076, + "Ġtubing": 29077, + "Ġforgot": 29078, + "Ġsculptor": 29079, + "ĠBowl": 29080, + "Ġbureaucracy": 29081, + "ĠEpidemiology": 29082, + "Ġcourtyard": 29083, + "Ġstrenuous": 29084, + "Ġbeets": 29085, + "urus": 29086, + "iths": 29087, + "ĠMist": 29088, + "riam": 29089, + "Ġentom": 29090, + "ĠPreparation": 29091, + "Ġefficiencies": 29092, + "rupted": 29093, + "ĠFranco": 29094, + "ĠExpression": 29095, + "ĠRhodes": 29096, + "Ġdictates": 29097, + "Ġdescendant": 29098, + "ĠMessenger": 29099, + "Ġmeteorite": 29100, + "Ġextremities": 29101, + "ĠSpeak": 29102, + "Listen": 29103, + "Ġneonatal": 29104, + "ĠLudwig": 29105, + "Camp": 29106, + "IK": 29107, + "piration": 29108, + "|H": 29109, + "inarily": 29110, + "ité": 29111, + "ĠDennis": 29112, + "Ġinfested": 29113, + "angible": 29114, + "ĠYuk": 29115, + "ismatic": 29116, + "avement": 29117, + "Ġdirective": 29118, + "ĠDriving": 29119, + "zzly": 29120, + "Ġcastles": 29121, + "Ġsponsors": 29122, + "ĠOakland": 29123, + "ĠPedro": 29124, + "Ġgenealogy": 29125, + "Âł": 29126, + "ĠIv": 29127, + "ĠRSS": 29128, + "ĠLiberia": 29129, + "ipers": 29130, + "Ġcommons": 29131, + "Ġrecol": 29132, + "ommission": 29133, + "ullah": 29134, + "Ġsomeday": 29135, + "aney": 29136, + "Ġhym": 29137, + "ĠAutumn": 29138, + "Ġseminal": 29139, + "Scott": 29140, + "ĠBagh": 29141, + "Ġartifact": 29142, + "Ġheterogeneous": 29143, + "ĠEugene": 29144, + "Ġunrealistic": 29145, + "ĠItalians": 29146, + "ĠNicaragua": 29147, + "fied": 29148, + "wal": 29149, + "ĠTort": 29150, + "ĠTrent": 29151, + "otene": 29152, + "usks": 29153, + "ĠWiley": 29154, + "ĠGospels": 29155, + "ishi": 29156, + "Ġspeculated": 29157, + "Ġsociological": 29158, + "Ġdirectories": 29159, + "value": 29160, + "Ġmutant": 29161, + "Ġisolates": 29162, + "ĠDiscrimination": 29163, + "ĠPeterson": 29164, + "Ġcyclone": 29165, + "ĠRaymond": 29166, + "Developing": 29167, + "ãĢĤ": 29168, + "alus": 29169, + "Ġcoma": 29170, + "Ġbeliever": 29171, + "Ġdevise": 29172, + "-distance": 29173, + "Ġstarters": 29174, + "Ġprayed": 29175, + "Ġcortical": 29176, + "Ġevidently": 29177, + "Ġtactic": 29178, + "ĠGPU": 29179, + "Ġveterinarians": 29180, + "uttering": 29181, + "Ġaffiliation": 29182, + "ĠTaliban": 29183, + "ĠStockholm": 29184, + "ĠCONT": 29185, + "Ġdenominations": 29186, + "Ġinnocence": 29187, + "AGE": 29188, + "Eat": 29189, + "Friday": 29190, + "gold": 29191, + "ulse": 29192, + "ĠFeeding": 29193, + "ĠGreens": 29194, + "perse": 29195, + "Ġcirca": 29196, + "ĠIslander": 29197, + "Ġaccumulates": 29198, + "amilies": 29199, + "iptical": 29200, + "-management": 29201, + "Ġpredisposition": 29202, + "Ġpreservatives": 29203, + "Ġalfalfa": 29204, + "-occ": 29205, + "nick": 29206, + "orption": 29207, + "ĠTale": 29208, + "urgeon": 29209, + "ĠMED": 29210, + "ĠGrap": 29211, + "iret": 29212, + "ĠVander": 29213, + "Ġcaption": 29214, + "too": 29215, + "Ġleftover": 29216, + "ĠContain": 29217, + "Ġevaluates": 29218, + "Ġbroaden": 29219, + "Ġhypert": 29220, + "Ġpremier": 29221, + "ĠSettings": 29222, + "Ġriches": 29223, + "Ġcherries": 29224, + "ĠGiov": 29225, + "ĠBethlehem": 29226, + "ĠNitrogen": 29227, + "Ġabnormality": 29228, + "§": 29229, + "Ġcages": 29230, + "ĠHut": 29231, + "ĠFCC": 29232, + "Ġflakes": 29233, + "formerly": 29234, + "iquette": 29235, + "Ġcreatively": 29236, + "ursion": 29237, + "Ġdiversion": 29238, + "Historical": 29239, + "ĠFigures": 29240, + "Ġplumage": 29241, + "Ġabbreviation": 29242, + "Ġreferencing": 29243, + "Ġcontingent": 29244, + "liter": 29245, + "typically": 29246, + "Ġeuth": 29247, + "veh": 29248, + "rious": 29249, + "thermal": 29250, + "Ġwilliam": 29251, + "Ġherring": 29252, + "Ġorganizer": 29253, + "Ġdevoid": 29254, + "Ġuric": 29255, + "Ġannih": 29256, + "ĠSTE": 29257, + "Ġbreads": 29258, + "Ġfolders": 29259, + "Agricult": 29260, + "-workers": 29261, + "Ġmajestic": 29262, + "Beginning": 29263, + "ĠHenderson": 29264, + "/pro": 29265, + "PRO": 29266, + "nm": 29267, + "tor": 29268, + "Ġaiding": 29269, + "inux": 29270, + "atan": 29271, + "Ġpessim": 29272, + "ĠTales": 29273, + "among": 29274, + "ĠPhen": 29275, + "ĠDale": 29276, + "Ġalliances": 29277, + "Ġcontested": 29278, + "Ġcursor": 29279, + "clinical": 29280, + "azole": 29281, + "-covered": 29282, + "ĠAgenda": 29283, + "Ġsequenced": 29284, + "ĠLaos": 29285, + "ĠLegacy": 29286, + "Ġexploits": 29287, + "Ġamplification": 29288, + "Ġdishon": 29289, + "Ġschema": 29290, + "Ġdecompose": 29291, + "Ġheterosexual": 29292, + "Ġarticulated": 29293, + ",.": 29294, + "?,": 29295, + "enia": 29296, + "ilo": 29297, + "ĠChern": 29298, + "ĠPSA": 29299, + "Ġassortment": 29300, + "Ġcompetitiveness": 29301, + "ĠNovel": 29302, + "ĠCourts": 29303, + "Ġphenotype": 29304, + "Quant": 29305, + "ĠPlaying": 29306, + "Ġtactile": 29307, + "ĠAerospace": 29308, + "Ġconsonants": 29309, + "Ġrepellent": 29310, + "Ġneurodegenerative": 29311, + "-rate": 29312, + "د": 29313, + "Ġhooked": 29314, + "Ġnomin": 29315, + "ĠCerv": 29316, + "ulous": 29317, + "ĠPAR": 29318, + "ĠLac": 29319, + "ĠUCS": 29320, + "Ġdislike": 29321, + "ipolar": 29322, + "avian": 29323, + "Ġattaching": 29324, + "ĠForward": 29325, + "Ġconfess": 29326, + "ipples": 29327, + "Ġlifecycle": 29328, + "Ġvegetative": 29329, + "Ġmagnification": 29330, + "Ġdivor": 29331, + "Ġexploiting": 29332, + "ĠConcrete": 29333, + "Ġquotations": 29334, + "oggles": 29335, + "Martin": 29336, + "Ele": 29337, + "Heb": 29338, + "κ": 29339, + "Ġoint": 29340, + "enta": 29341, + "adena": 29342, + "ĠMumbai": 29343, + "opo": 29344, + "ĠHes": 29345, + "Ġnebul": 29346, + "Ġflashing": 29347, + "Ġshepherd": 29348, + "Ġslogan": 29349, + "-dose": 29350, + "ĠQU": 29351, + "ursive": 29352, + "ĠSubsequently": 29353, + "Ġcontaminate": 29354, + "-Le": 29355, + "ĠCreated": 29356, + "-offs": 29357, + "ĠShortly": 29358, + "Ġrumors": 29359, + "Development": 29360, + "Ġterrifying": 29361, + "abolism": 29362, + "ĠHouses": 29363, + "ĠGaelic": 29364, + "Ġdoomed": 29365, + "iffe": 29366, + "ĠMeditation": 29367, + "Ans": 29368, + "Ġsupplementary": 29369, + "Ġpinch": 29370, + "ĠMaxwell": 29371, + "Ġcontraception": 29372, + "abytes": 29373, + "Ġibuprofen": 29374, + "ĠHimalayan": 29375, + "ĠNeanderthals": 29376, + "-calorie": 29377, + "Ġsermon": 29378, + "Recommended": 29379, + "pir": 29380, + "uitive": 29381, + "Ġgems": 29382, + "racies": 29383, + "ĠSK": 29384, + "ĠSever": 29385, + "ĠFur": 29386, + "ĠNano": 29387, + "Ġmono": 29388, + "Ġmaturation": 29389, + "Ġchoir": 29390, + "Ġdragged": 29391, + "ophical": 29392, + "ĠProfile": 29393, + "Ġfloats": 29394, + "Ġpillow": 29395, + "olerant": 29396, + "Ġhalves": 29397, + "Ġphilosophies": 29398, + "Ġunexpectedly": 29399, + "broken": 29400, + "Ġinfiltration": 29401, + "affeine": 29402, + "ĠNordic": 29403, + "ĠSanctuary": 29404, + "Ġgust": 29405, + "igar": 29406, + "ifera": 29407, + "Ġalve": 29408, + "Ġsph": 29409, + "ĠVM": 29410, + "Ġhump": 29411, + "ATA": 29412, + "medicine": 29413, + "ĠClassic": 29414, + "Ġknight": 29415, + "Ġflooring": 29416, + "ĠAstronomical": 29417, + "ĠDemocrat": 29418, + "\"What": 29419, + "Nov": 29420, + "Py": 29421, + "los": 29422, + "women": 29423, + "ĠCAP": 29424, + "ĠMild": 29425, + "agia": 29426, + "Ġmyocard": 29427, + "-backed": 29428, + "Ġmete": 29429, + "Ġherein": 29430, + "Ġecologically": 29431, + "INS": 29432, + "Ġhypoc": 29433, + "ĠRoots": 29434, + "Ġnitric": 29435, + "-sponsored": 29436, + "ĠJacques": 29437, + "Ġgastroenter": 29438, + "Ġcoefficients": 29439, + "Ġbyproduct": 29440, + "Ġcohesion": 29441, + "Ġranchers": 29442, + "GER": 29443, + "PLE": 29444, + "æľ": 29445, + "ĠMoss": 29446, + "ĠFM": 29447, + "ĠKab": 29448, + "Ġcirrhosis": 29449, + "Ġensuing": 29450, + "show": 29451, + "Ġcartridge": 29452, + "Ġspokesperson": 29453, + "Ġprevail": 29454, + "brook": 29455, + "ĠCutting": 29456, + "Available": 29457, + "Ġshovel": 29458, + "Ġbaptized": 29459, + "Ġconveys": 29460, + "Ġinadvertently": 29461, + "-vis": 29462, + "Lord": 29463, + "cible": 29464, + "killed": 29465, + "Ġspindle": 29466, + "ĠGit": 29467, + "Ġrepression": 29468, + "ĠClara": 29469, + "Ġbehaves": 29470, + "rorism": 29471, + "Ġmerger": 29472, + "Ġapartments": 29473, + "ĠRamadan": 29474, + "-traumatic": 29475, + "Ġupgrades": 29476, + "Individuals": 29477, + "Found": 29478, + "Mother": 29479, + "cg": 29480, + "Ö°": 29481, + "erner": 29482, + "Ġect": 29483, + "ircle": 29484, + "Ġcharming": 29485, + "ĠEuropa": 29486, + "screens": 29487, + "ĠOrch": 29488, + "ĠTrace": 29489, + "Ġmiserable": 29490, + "Ġmigrations": 29491, + "Ġweld": 29492, + "ĠAttack": 29493, + "hydration": 29494, + "Ġmarching": 29495, + "ĠKatrina": 29496, + "ĠTelevision": 29497, + "ĠFrequently": 29498, + "-sectional": 29499, + "Ġadversity": 29500, + "Ġoyster": 29501, + "Ġgingivitis": 29502, + "/J": 29503, + "Ut": 29504, + "ĠIEP": 29505, + "ivary": 29506, + "ĠRank": 29507, + "pland": 29508, + "Ġperch": 29509, + "Ġblister": 29510, + "Ġprune": 29511, + "ĠUnity": 29512, + "Ġrestless": 29513, + "pects": 29514, + "ĠReduced": 29515, + "ĠHygiene": 29516, + "requent": 29517, + "yrinth": 29518, + "Ġvenue": 29519, + "Ġintrusion": 29520, + "Ġsympath": 29521, + "Ġdetoxification": 29522, + "xy": 29523, + "|âĢ¢": 29524, + "Ê»": 29525, + "Ġbunk": 29526, + "ĠCul": 29527, + "Ġprophyl": 29528, + "ĠBT": 29529, + "iane": 29530, + "Ġdiscard": 29531, + "ĠIndus": 29532, + "Ġconcentrates": 29533, + "Ġundist": 29534, + "Ġporch": 29535, + "Ġcropping": 29536, + "ĠDentistry": 29537, + "ĠMunicipal": 29538, + "Ġmerchandise": 29539, + "Ġbang": 29540, + "Ġinlet": 29541, + "ĠCrystal": 29542, + "odef": 29543, + "Ġviolet": 29544, + "ĠEz": 29545, + "Ġmoreover": 29546, + "ĠUtt": 29547, + "Ġinference": 29548, + "Ġhealthful": 29549, + "ĠElectro": 29550, + "Ġassembl": 29551, + "hecked": 29552, + "ĠSpeaker": 29553, + "Ġechoes": 29554, + "ĠLecture": 29555, + "ĠCannab": 29556, + "ratch": 29557, + "Ġcries": 29558, + "ĠTuc": 29559, + "Ġstall": 29560, + "Ġstoves": 29561, + "ĠCitation": 29562, + "ĠBacon": 29563, + "ĠGn": 29564, + "apagos": 29565, + "ĠThir": 29566, + "Ġinterplay": 29567, + "ĠProof": 29568, + "Ġconfer": 29569, + "-products": 29570, + "Ġspecialization": 29571, + "Ġfirearms": 29572, + "Ġsquat": 29573, + "-grand": 29574, + "Ġexperimented": 29575, + "ĠDesigned": 29576, + "ĠStephan": 29577, + "Ġhypothesized": 29578, + "Leave": 29579, + "ĠAzerbai": 29580, + "ĠPVC": 29581, + "Evidence": 29582, + "Ġlavender": 29583, + "ĠSpaniards": 29584, + "\":": 29585, + "Hot": 29586, + "Ġausp": 29587, + "ĠAj": 29588, + "ĠSwe": 29589, + "ĠDH": 29590, + "Ġclover": 29591, + "Ġoutset": 29592, + "ĠParam": 29593, + "olytic": 29594, + "ĠAPIs": 29595, + "Ġtensile": 29596, + "ĠIVF": 29597, + "Background": 29598, + "ĠObjectives": 29599, + "Ġdotted": 29600, + "Ġconstellations": 29601, + "Australian": 29602, + "Ġsunglasses": 29603, + "Ġmicroprocess": 29604, + "Ġcove": 29605, + "Ġalters": 29606, + "ĠEuc": 29607, + "ourced": 29608, + "Ġexperiential": 29609, + "Ġmonsters": 29610, + "âĢĶfrom": 29611, + "-fashioned": 29612, + "Ġsentiments": 29613, + "ĠPresidents": 29614, + "fecture": 29615, + "ĠFlora": 29616, + "ĠPotassium": 29617, + "Level": 29618, + "ĠError": 29619, + "ĠOpin": 29620, + "Ġpatriotic": 29621, + "Ġstirring": 29622, + "ĠCalculator": 29623, + "Ġenlargement": 29624, + "Ġnegligible": 29625, + "ĠChicken": 29626, + "Bill": 29627, + "cur": 29628, + "rice": 29629, + "heed": 29630, + "stop": 29631, + "Ġunic": 29632, + "ĠReb": 29633, + "Ġbiogas": 29634, + "letters": 29635, + "ĠParas": 29636, + "Ġtaxonomy": 29637, + "ĠDoct": 29638, + "ĠIntellectual": 29639, + "Ġconnectors": 29640, + "-sea": 29641, + "Ġinhibiting": 29642, + "Going": 29643, + "Ġinconsist": 29644, + "systems": 29645, + "roviral": 29646, + "ĠChancellor": 29647, + "ĠTudor": 29648, + "Ġintertwined": 29649, + "Ġwheezing": 29650, + "iya": 29651, + "ĠTill": 29652, + "Ġcondu": 29653, + "ĠHidden": 29654, + "Ġnotices": 29655, + "ĠKurd": 29656, + "ospor": 29657, + "Ġreceivers": 29658, + "ochrom": 29659, + "Ġmentoring": 29660, + "Ġashore": 29661, + "Ġawaiting": 29662, + "Ġpes": 29663, + "almost": 29664, + "emoration": 29665, + "ĠFont": 29666, + "Ġintakes": 29667, + "Ġsmiling": 29668, + "Ġcalam": 29669, + "Ġmenus": 29670, + "-toxic": 29671, + "ĠJesuit": 29672, + "Ġassigning": 29673, + "Ġdividends": 29674, + "charged": 29675, + "Ġspotting": 29676, + "ĠTreatments": 29677, + "Ġexceedingly": 29678, + "Ġunnatural": 29679, + "ĠPutin": 29680, + "Ġorchard": 29681, + "ĠSuccessful": 29682, + "Ġliberated": 29683, + "Ġwrinkles": 29684, + "ĠFilipino": 29685, + "ĠPueblo": 29686, + "/W": 29687, + "Mont": 29688, + "Maint": 29689, + "Park": 29690, + "ĠCred": 29691, + "ĠMOD": 29692, + "Ġhaul": 29693, + "Ġneb": 29694, + "Ġrude": 29695, + "ocracies": 29696, + "Ġrefin": 29697, + "Ġexistential": 29698, + "letion": 29699, + "Ġlicence": 29700, + "Script": 29701, + "Ġsubsidiary": 29702, + "Ġgentleman": 29703, + "Ġdiverted": 29704, + "Acts": 29705, + "Ġqueens": 29706, + "ĠLegislative": 29707, + "Ġmisunderstanding": 29708, + "Ġharmonious": 29709, + "Ġpermeability": 29710, + "ĠCardiovascular": 29711, + "Ġunavoidable": 29712, + "âľ": 29713, + "Ġinsecure": 29714, + "irgin": 29715, + "ablo": 29716, + "ĠLords": 29717, + "ĠLEG": 29718, + "Ġunbelie": 29719, + "ĠKatherine": 29720, + "Ġspecifying": 29721, + "approximately": 29722, + "ĠCounties": 29723, + "Ġmisf": 29724, + "Ġpenetrating": 29725, + "ĠNormandy": 29726, + "Poor": 29727, + "RR": 29728, + "Size": 29729, + "Ġreim": 29730, + "station": 29731, + "Ġsund": 29732, + "Ġnozzle": 29733, + "ĠArr": 29734, + "Ġresponsibly": 29735, + "Ġdietitian": 29736, + "ĠPreviously": 29737, + "Ġuncondition": 29738, + "ĠMemphis": 29739, + "Ġscalable": 29740, + "Ġtanning": 29741, + "Ġstagnant": 29742, + "ĠConversation": 29743, + "Clinical": 29744, + "Ġtedious": 29745, + "Risk": 29746, + "Ġeuro": 29747, + "olitical": 29748, + "udes": 29749, + "Ġseep": 29750, + "ĠGain": 29751, + "athering": 29752, + "Ġprotesters": 29753, + "ĠReserv": 29754, + "-paced": 29755, + "Ġpresses": 29756, + "ĠAfro": 29757, + "Analysis": 29758, + "Ġzip": 29759, + "ĠSmoke": 29760, + "offs": 29761, + "ĠGreenhouse": 29762, + "Ġcompliant": 29763, + "Ġpoisoned": 29764, + "ĠINT": 29765, + "Quick": 29766, + "ĠDoug": 29767, + "Ġtabs": 29768, + "below": 29769, + "Breast": 29770, + "ĠBabylonian": 29771, + "Ġeyelid": 29772, + "Ġbreeze": 29773, + "Ġprerequisite": 29774, + "Future": 29775, + "Ġpaving": 29776, + "Ġpaddle": 29777, + "Ġbos": 29778, + "ĠComing": 29779, + "ĠPorts": 29780, + "Ġshines": 29781, + "agul": 29782, + "ĠInput": 29783, + "lling": 29784, + "omencl": 29785, + "ische": 29786, + "Ġrainforests": 29787, + "nesia": 29788, + "ĠOutline": 29789, + "Ġstimulant": 29790, + "Ġscarlet": 29791, + "yalgia": 29792, + "ĠBullying": 29793, + "ULL": 29794, + "ĠJosé": 29795, + "Ġmattress": 29796, + "Ġenlightened": 29797, + "ĠHiroshima": 29798, + "Tor": 29799, + "itu": 29800, + "Ġfabulous": 29801, + "Ġmall": 29802, + "Ġga": 29803, + "ĠPam": 29804, + "ĠBread": 29805, + "acid": 29806, + "romyalgia": 29807, + "ibou": 29808, + "Ġquitting": 29809, + "Ġagon": 29810, + "Ġparap": 29811, + "Ġconductors": 29812, + "erglass": 29813, + "ĠDesk": 29814, + "ás": 29815, + "ĠProvides": 29816, + "ĠPerspectives": 29817, + "locking": 29818, + "Ġascending": 29819, + "Ġhobbies": 29820, + "Ġsprout": 29821, + "Ġabandonment": 29822, + "Dry": 29823, + "GN": 29824, + "eme": 29825, + "ĠDum": 29826, + "Ġdisable": 29827, + "endered": 29828, + "areth": 29829, + "ĠJP": 29830, + "angar": 29831, + "Ġreminding": 29832, + "rongh": 29833, + "ixing": 29834, + "iddles": 29835, + "Ġprobabilities": 29836, + "ergies": 29837, + "Ġclinician": 29838, + "EMENT": 29839, + "Ġknitting": 29840, + "ĠSuppose": 29841, + "ĠHamburg": 29842, + "Ġsellers": 29843, + "Ġbiodiesel": 29844, + "ĠLiberation": 29845, + "Ġionic": 29846, + "ĠWWF": 29847, + "Ġbrutality": 29848, + "Volume": 29849, + "Ġcaroten": 29850, + "ĠVladimir": 29851, + "does": 29852, + "research": 29853, + "Ġlament": 29854, + "ĠCopy": 29855, + "ĠBhar": 29856, + "dust": 29857, + "ĠOP": 29858, + "neapolis": 29859, + "ikimedia": 29860, + "ĠGeometry": 29861, + "Ġcleanliness": 29862, + "ĠJustin": 29863, + "REL": 29864, + "ĠCertification": 29865, + "ĠSioux": 29866, + "Ġendorsement": 29867, + "Ġpragmatic": 29868, + "East": 29869, + "fred": 29870, + "Ġbisc": 29871, + "ilot": 29872, + "Ġgrie": 29873, + "owder": 29874, + "ĠAry": 29875, + "opecia": 29876, + "ĠHear": 29877, + "ecost": 29878, + "Ġcolitis": 29879, + "Ġattic": 29880, + "Ġcharities": 29881, + "Ġcorp": 29882, + "Ġrealizes": 29883, + "Ġcondoms": 29884, + "Ġhonoring": 29885, + "market": 29886, + "Ġprincipals": 29887, + "eutics": 29888, + "Ġstereotype": 29889, + "HTML": 29890, + "Ġdisconnected": 29891, + "Ġhydrocarbon": 29892, + "Aqu": 29893, + "gated": 29894, + "vil": 29895, + "î": 29896, + "uristic": 29897, + "Ġevoke": 29898, + "ubin": 29899, + "-pat": 29900, + "Ġtariff": 29901, + "ĠTransform": 29902, + "Ġkiln": 29903, + "abbat": 29904, + "Ġguarded": 29905, + "ĠProcesses": 29906, + "Ġhoof": 29907, + "ocentric": 29908, + "ĠMosquit": 29909, + "Count": 29910, + "FE": 29911, + "adors": 29912, + "ĠTheater": 29913, + "ects": 29914, + "ellery": 29915, + "ĠVedic": 29916, + "Ġsymph": 29917, + "Ġinspires": 29918, + "ĠBrush": 29919, + "-screen": 29920, + "Ġsubstituted": 29921, + "Ġamplify": 29922, + "Ġtremors": 29923, + "washing": 29924, + "orient": 29925, + "Ġpinn": 29926, + "ĠTS": 29927, + "ĠBord": 29928, + "ĠBols": 29929, + "ĠFiction": 29930, + "phin": 29931, + "athi": 29932, + "Ġorderly": 29933, + "inoa": 29934, + "Ġnorthward": 29935, + "breeding": 29936, + "zyg": 29937, + "Ġroofing": 29938, + "à¥Ģ": 29939, + "ĠDouglass": 29940, + "Increasing": 29941, + "ygdala": 29942, + "-appropriate": 29943, + "ĠThomson": 29944, + "ĠVine": 29945, + "Ġposit": 29946, + "Ġparcel": 29947, + "opsies": 29948, + "ĠGreene": 29949, + "ĠBerry": 29950, + "Ġventil": 29951, + "Ġtorch": 29952, + "Ġhonestly": 29953, + "ĠKnox": 29954, + "Ġtroublesome": 29955, + "Ġsliced": 29956, + "Ġabbreviated": 29957, + "Ġsplendid": 29958, + "Ġplutonium": 29959, + "Chemical": 29960, + "Ġcemeteries": 29961, + "Ġbis": 29962, + "olite": 29963, + "otations": 29964, + "ĠGest": 29965, + "ĠArbor": 29966, + "-linked": 29967, + "Ġthrives": 29968, + "ĠCleaning": 29969, + "ĠDivide": 29970, + "Ġbreaths": 29971, + "rinting": 29972, + "Ġlibrarians": 29973, + "rinos": 29974, + "ĠGuidance": 29975, + "Ġdisappointment": 29976, + "Ġdessert": 29977, + "VM": 29978, + "date": 29979, + "gins": 29980, + "ĠBottom": 29981, + "ĠDas": 29982, + "ĠND": 29983, + "Ġuphe": 29984, + "ĠKre": 29985, + "ĠKod": 29986, + "owns": 29987, + "idery": 29988, + "Ġviewpoints": 29989, + "Ġobsessive": 29990, + "Ġsidewalk": 29991, + "Ġironic": 29992, + "Ġkillings": 29993, + "Ġfractured": 29994, + "Ġwrapping": 29995, + "Ġacclaimed": 29996, + "ĠAdelaide": 29997, + "hots": 29998, + "Ġhatching": 29999, + "Ġlign": 30000, + "Ġatrophy": 30001, + "ĠFlo": 30002, + "Ġmeadow": 30003, + "Ġcrem": 30004, + "ĠBees": 30005, + "stitutions": 30006, + "-test": 30007, + "Ġprocedural": 30008, + "ĠMonarch": 30009, + "Ġkittens": 30010, + "Control": 30011, + "Ġfashioned": 30012, + "Ġdeteriorate": 30013, + "Ġsuccumb": 30014, + "ĠRockefeller": 30015, + "Ġhurdles": 30016, + "Case": 30017, + "sing": 30018, + "ĠMouth": 30019, + "Ġ('": 30020, + "Ġjohn": 30021, + "Ġparticiple": 30022, + "ĠSpelling": 30023, + "ĠNewcastle": 30024, + "Ġproductions": 30025, + "Ġanalges": 30026, + "ĠSha": 30027, + "bright": 30028, + "ĠZur": 30029, + "ĠPatric": 30030, + "Ġaquifers": 30031, + "Ġgalactic": 30032, + "ineteenth": 30033, + "Ġoverlooking": 30034, + "Ġvenues": 30035, + "Ġcontradiction": 30036, + "otypic": 30037, + "Dom": 30038, + "Materials": 30039, + "aise": 30040, + "waves": 30041, + "ĠFrost": 30042, + "Ġcloning": 30043, + "Ġattribution": 30044, + "Ġprominently": 30045, + "ĠZambia": 30046, + "Ġdrinkers": 30047, + "Ġvisuals": 30048, + "Ġcollaboratively": 30049, + "Unless": 30050, + "Ġп": 30051, + "Ġguessed": 30052, + "ULT": 30053, + "Ġmistakenly": 30054, + "Ġrenovation": 30055, + ".Read": 30056, + "/,": 30057, + ":-": 30058, + "Na": 30059, + "onucle": 30060, + "step": 30061, + "Ġdeadlines": 30062, + "ĠPattern": 30063, + "Ġcounterfe": 30064, + "Ġsurprises": 30065, + "Ġridiculous": 30066, + "ĠFiref": 30067, + "Ġroman": 30068, + "Ġtremendously": 30069, + "Ġembarrassment": 30070, + "ĠInjuries": 30071, + "Ġfollicle": 30072, + "ĠChronicle": 30073, + "Ġflavonoids": 30074, + "Ġmiraculous": 30075, + "Come": 30076, + "Tex": 30077, + "ĠMik": 30078, + "illaries": 30079, + "ĠBilly": 30080, + "nton": 30081, + "iev": 30082, + "photo": 30083, + "ĠWeber": 30084, + "ĠAsians": 30085, + "Ġendowed": 30086, + "apsed": 30087, + "Ġchemists": 30088, + "ERG": 30089, + "ĠXV": 30090, + "Ġsquared": 30091, + "Ġpredictor": 30092, + "Ġdoubles": 30093, + "ĠDistingu": 30094, + "structured": 30095, + "Ġhospitality": 30096, + "Ġthresholds": 30097, + "Ġantivirus": 30098, + "LED": 30099, + "VR": 30100, + "ת": 30101, + "Ġdiph": 30102, + "Ġsham": 30103, + "Ġplugged": 30104, + "Ġunlaw": 30105, + "Ġpreach": 30106, + "Ġphobia": 30107, + "Ġloosen": 30108, + "Ġbiographical": 30109, + "ĠByron": 30110, + "-hist": 30111, + "ICA": 30112, + "ĠEvangel": 30113, + "Ġbudgeting": 30114, + "Ġconclusive": 30115, + "smart": 30116, + "Ġcelery": 30117, + "Ġanchored": 30118, + "Advanced": 30119, + "ĠSurveillance": 30120, + "Nothing": 30121, + "little": 30122, + "Ġstadium": 30123, + "ĠMant": 30124, + "ĠHook": 30125, + "ĠDS": 30126, + "inders": 30127, + "Ġoutbur": 30128, + "oko": 30129, + "Ġfuller": 30130, + "Ġredesign": 30131, + "ĠGeneal": 30132, + "ĠAmph": 30133, + "Ġsandwic": 30134, + "Ġseekers": 30135, + "Ġdownloadable": 30136, + "Ġirritating": 30137, + "Ġpatriotism": 30138, + "Ġneatly": 30139, + "Ġhallucinations": 30140, + "Hyp": 30141, + "hift": 30142, + "Ġbumble": 30143, + "utations": 30144, + "ĠMans": 30145, + "earance": 30146, + "iba": 30147, + "ĠInflammation": 30148, + "Ġflipped": 30149, + "Ġlocalities": 30150, + "Ġarchaic": 30151, + "Ġreverence": 30152, + "rigation": 30153, + "rochemical": 30154, + "Ġhemisp": 30155, + "Ġconcealed": 30156, + "ĠAudubon": 30157, + "Ġpuppet": 30158, + "Ġexplosives": 30159, + "Ġreciprocal": 30160, + "ĠMughal": 30161, + "Bal": 30162, + "WN": 30163, + "athetic": 30164, + "esare": 30165, + "arith": 30166, + "Ġsecession": 30167, + "ĠChurches": 30168, + "Ġnewcom": 30169, + "Ġemblem": 30170, + "ĠHealing": 30171, + "ĠCanon": 30172, + "ĠAusten": 30173, + "Ġsynonym": 30174, + "Ġrubbish": 30175, + "Ġreconcile": 30176, + "Ġcorrelates": 30177, + "Ġhooks": 30178, + "ĠAhmed": 30179, + "ĠGraphic": 30180, + "ĠIntermediate": 30181, + "GO": 30182, + "lists": 30183, + "etah": 30184, + "ĠVishnu": 30185, + "Ġpopping": 30186, + "âĢĶeven": 30187, + "Ġhardwood": 30188, + "ĠSheets": 30189, + "ĠComposition": 30190, + "Ġmechanically": 30191, + "ĠGlenn": 30192, + "Ġvertebrate": 30193, + "ĠSanti": 30194, + "ĠTunnel": 30195, + "ĠVolunteer": 30196, + "ĠHimalayas": 30197, + "/article": 30198, + "during": 30199, + "Ġlumps": 30200, + "ĠBorne": 30201, + "ĠEthereum": 30202, + "unned": 30203, + "Ġresumed": 30204, + "ephal": 30205, + "Ġscap": 30206, + "ĠYa": 30207, + "xton": 30208, + "Ġgreeting": 30209, + "Ġzeal": 30210, + "Ġdryer": 30211, + "ĠAircraft": 30212, + "ispanic": 30213, + "ĠPakistani": 30214, + "Complete": 30215, + "Ġseafloor": 30216, + "-processing": 30217, + "-The": 30218, + "det": 30219, + "rils": 30220, + "Ġbeaver": 30221, + "ĠIB": 30222, + "Ġhailed": 30223, + "ocity": 30224, + "reath": 30225, + "obally": 30226, + "armac": 30227, + "Ġdistal": 30228, + "ĠAnch": 30229, + "Ġkindly": 30230, + "imensions": 30231, + "COVID": 30232, + "ĠInfant": 30233, + "Ġtractor": 30234, + "Ġsafeguards": 30235, + "ĠTribune": 30236, + "ĠTelegraph": 30237, + "Hi": 30238, + "Media": 30239, + "Ġflick": 30240, + "Ġfuzzy": 30241, + "Ġhid": 30242, + "ĠHann": 30243, + "ĠAlert": 30244, + "Ġlowland": 30245, + "Ġwooded": 30246, + "Ġtaxonomic": 30247, + "ĠEdwin": 30248, + "Ġdangerously": 30249, + "USDA": 30250, + "Ġambassador": 30251, + "Cop": 30252, + "Card": 30253, + "Located": 30254, + "ĠSke": 30255, + "ĠMAC": 30256, + "assan": 30257, + "ĠStef": 30258, + "cepts": 30259, + "Ġinsure": 30260, + "Ġmaze": 30261, + "gerald": 30262, + "astery": 30263, + "Ġassesses": 30264, + "ĠComple": 30265, + "quez": 30266, + "Ġdusty": 30267, + "ĠASC": 30268, + "Ġcrypto": 30269, + "Ġvanished": 30270, + "-industrial": 30271, + "Ġbombers": 30272, + "pherds": 30273, + "Ġunderestimated": 30274, + "Ġabruptly": 30275, + "-used": 30276, + "Drug": 30277, + "Fast": 30278, + "ilings": 30279, + "rack": 30280, + "ĠSisters": 30281, + "ĠSodium": 30282, + "ĠCic": 30283, + "ociety": 30284, + "Ġshading": 30285, + "ĠJazz": 30286, + "ubility": 30287, + "Ġupheld": 30288, + "ovsk": 30289, + "Story": 30290, + "Ġbusinessman": 30291, + "Ġembody": 30292, + "Ġunfav": 30293, + "Ġshipwre": 30294, + "ĠPlayers": 30295, + "Ġtiredness": 30296, + "ĠSixth": 30297, + "Ġbattalion": 30298, + "Ġcranial": 30299, + "Ken": 30300, + "Ġsaddle": 30301, + "Ġbake": 30302, + "ctomy": 30303, + "Ġstaining": 30304, + "ĠThesis": 30305, + "ĠGerald": 30306, + "Ġadip": 30307, + "ĠInquiry": 30308, + "ritz": 30309, + "Ġtwisting": 30310, + "uca": 30311, + "Ġhighlands": 30312, + "ietz": 30313, + "Ġapplicant": 30314, + "Ġpredetermined": 30315, + "Ġadjoining": 30316, + "Ġankles": 30317, + "Ġdwellers": 30318, + "Ġreptile": 30319, + "Windows": 30320, + "ĠScandinavian": 30321, + "Ġcoyotes": 30322, + "fair": 30323, + "imating": 30324, + "etitive": 30325, + "ĠRew": 30326, + "ĠRates": 30327, + "phys": 30328, + "ĠHeights": 30329, + "aughtered": 30330, + "ĠMarian": 30331, + "ĠConsumption": 30332, + "OND": 30333, + "Ġnovelty": 30334, + "-sharing": 30335, + "ĠEthnic": 30336, + "ĠFundamental": 30337, + "Ġreversing": 30338, + "Depression": 30339, + "Ġdenominator": 30340, + "adier": 30341, + "ĠPseud": 30342, + "ĠBots": 30343, + "ĠDob": 30344, + "Ġadsor": 30345, + "ĠJAMA": 30346, + "ryn": 30347, + "Ġtransg": 30348, + "Ġveto": 30349, + "Ġzoning": 30350, + "NAP": 30351, + "ĠGeo": 30352, + "Ġgeopol": 30353, + "Ġcorrective": 30354, + "ĠGlou": 30355, + "Ġmillisec": 30356, + "ĠBaroque": 30357, + "Ġdiversified": 30358, + "Ġconvened": 30359, + "Ġpouch": 30360, + "Ġdelightful": 30361, + "Ġincompatible": 30362, + "Nutrition": 30363, + "bis": 30364, + "cup": 30365, + "Ġether": 30366, + "ĠMN": 30367, + "ĠRah": 30368, + "Ġspac": 30369, + "Ġjur": 30370, + "Ġvisa": 30371, + "ikers": 30372, + "ascus": 30373, + "ĠAntio": 30374, + "Univers": 30375, + "ĠMali": 30376, + "Ġbombard": 30377, + "ytocin": 30378, + "Ġrenders": 30379, + "Ġsauces": 30380, + "Ġrehabilit": 30381, + "Ġdiscrepancy": 30382, + "much": 30383, + "inic": 30384, + "ĠTables": 30385, + "verting": 30386, + "ĠMg": 30387, + "ĠPron": 30388, + "ĠDistance": 30389, + "Ġpreterm": 30390, + "Ġsurgically": 30391, + "Ġattaining": 30392, + "Ġimporting": 30393, + "Ġcranes": 30394, + "Chall": 30395, + "Ġbalcon": 30396, + "-group": 30397, + "ĠNotre": 30398, + "ĠJuven": 30399, + "Ġmetabolites": 30400, + "?'": 30401, + "CG": 30402, + "Egg": 30403, + "Jack": 30404, + "asaki": 30405, + "Ġplasm": 30406, + "lowing": 30407, + "Ġrepel": 30408, + "ĠSpider": 30409, + "ĠScore": 30410, + "Ġprojecting": 30411, + "Ġparity": 30412, + "Ġbrood": 30413, + "ĠMinimum": 30414, + "helf": 30415, + "Ġcraving": 30416, + "ĠMedications": 30417, + "-reported": 30418, + "repreneurs": 30419, + "ĠOptical": 30420, + "ĠFeedback": 30421, + "Ġhydroxide": 30422, + "safe": 30423, + "zers": 30424, + "Ġfencing": 30425, + "oup": 30426, + "Ġrejuven": 30427, + "Ġlys": 30428, + "Ġninety": 30429, + "olor": 30430, + "ĠCrom": 30431, + "ĠPestic": 30432, + "antes": 30433, + "Ġspared": 30434, + "Ġjava": 30435, + "Ġtimed": 30436, + "Ġinterfer": 30437, + "Ġdiscovers": 30438, + "ashtra": 30439, + "ospatial": 30440, + "Ġfacult": 30441, + "ĠNeural": 30442, + "Ġfruitful": 30443, + "Adding": 30444, + "Ġdolls": 30445, + "osynthetic": 30446, + "responsible": 30447, + "ĠCCSS": 30448, + "ĠHundreds": 30449, + "Ġencephalitis": 30450, + "Den": 30451, + "loss": 30452, + "walls": 30453, + "Ġpag": 30454, + "Ġrethink": 30455, + "ceae": 30456, + "ĠFI": 30457, + "Ġsynerg": 30458, + "ĠStructural": 30459, + "ieving": 30460, + "ĠKah": 30461, + "Ġpolite": 30462, + "-burning": 30463, + "Ġspecializing": 30464, + "ĠManuel": 30465, + "-word": 30466, + "Ġweathering": 30467, + "Ġinhale": 30468, + "ĠTurtle": 30469, + "ĠGardening": 30470, + "Ġclarification": 30471, + "OLOG": 30472, + "Ġsubscribers": 30473, + "ĠMcCarthy": 30474, + "Ġportrayal": 30475, + "Ġcorrosive": 30476, + "Ġcurtain": 30477, + "Impact": 30478, + "Ġtyranny": 30479, + "&A": 30480, + "Dogs": 30481, + "isi": 30482, + "Ġfidelity": 30483, + "adas": 30484, + "ĠRan": 30485, + "Ġraz": 30486, + "overe": 30487, + "Ġboils": 30488, + "Ġoppressive": 30489, + "ymp": 30490, + "until": 30491, + "Ġtravellers": 30492, + "ĠGlad": 30493, + "othered": 30494, + "gradu": 30495, + "Ġforgetting": 30496, + "IGN": 30497, + "Artificial": 30498, + "ĠBryan": 30499, + "ĠAlgorith": 30500, + "aith": 30501, + "feeding": 30502, + "iere": 30503, + "vag": 30504, + "ÅĽ": 30505, + "Ġtasting": 30506, + "Ġorche": 30507, + "ĠPush": 30508, + "osine": 30509, + "ĠLD": 30510, + "Ġprovoked": 30511, + "ĠWeak": 30512, + "Ġpopcorn": 30513, + "ĠNewport": 30514, + "Ġantise": 30515, + "Ġmicros": 30516, + "Ġburg": 30517, + "Ġaltru": 30518, + "Ġmicrons": 30519, + "Order": 30520, + "Ġvelocities": 30521, + "ATIONS": 30522, + "á¹ĩ": 30523, + "ĠJeremiah": 30524, + "economics": 30525, + "-organ": 30526, + "BB": 30527, + "Cust": 30528, + "Gender": 30529, + "Mic": 30530, + "itability": 30531, + "ĠAU": 30532, + "ulae": 30533, + "Ġseeding": 30534, + "Ġwatermelon": 30535, + "identally": 30536, + "Ġaval": 30537, + "Ġsolic": 30538, + "Ġslugg": 30539, + "Ġcivilisation": 30540, + "Ġharvests": 30541, + "-seven": 30542, + "ĠContinuous": 30543, + "Ġcatalytic": 30544, + "ĠRobertson": 30545, + "Ġà": 30546, + "OA": 30547, + "añ": 30548, + "Ġamerica": 30549, + "ĠTW": 30550, + "ĠRama": 30551, + "eced": 30552, + "Ġunload": 30553, + "ĠUncle": 30554, + "Ġnotebooks": 30555, + "ĠOffer": 30556, + "Ġconvictions": 30557, + "Ġpursuits": 30558, + "itarianism": 30559, + "-Jewish": 30560, + "Ġperpetrators": 30561, + "ĠMohammed": 30562, + "-ton": 30563, + "Winter": 30564, + "near": 30565, + "Ġmater": 30566, + "quired": 30567, + "orta": 30568, + "Ġropes": 30569, + "Ġdiodes": 30570, + "Ġincrement": 30571, + "Ġeryth": 30572, + "Ġphotoc": 30573, + "Ġpolygon": 30574, + "ĠBiom": 30575, + "ĠHawk": 30576, + "ĠCorporate": 30577, + "Ġarticulation": 30578, + "á¹£": 30579, + "Ġconsolidate": 30580, + "ĠChandra": 30581, + "Ġsyndromes": 30582, + "Buy": 30583, + "wax": 30584, + "ilers": 30585, + "Ġrearing": 30586, + "Ġlends": 30587, + "usual": 30588, + "ĠLiber": 30589, + "Ġcontour": 30590, + "ensible": 30591, + "ificance": 30592, + "Ġremission": 30593, + "ĠAlam": 30594, + "-field": 30595, + "ĠAdolesc": 30596, + "ynamic": 30597, + "mony": 30598, + "Ġimplementations": 30599, + "Ġstarving": 30600, + "Ġmastering": 30601, + "ADHD": 30602, + "ĠBiotechnology": 30603, + "Ġadmiration": 30604, + "Ġcrackers": 30605, + "ĠCompetition": 30606, + "Ġdiscoloration": 30607, + "Ġie": 30608, + "!),": 30609, + "Hence": 30610, + "bc": 30611, + "Ġlure": 30612, + "Ġlily": 30613, + "ĠSiberian": 30614, + "Ġanorexia": 30615, + "ĠHMS": 30616, + "Ġenvy": 30617, + "Ġroam": 30618, + "Ġflats": 30619, + "Ġsolstice": 30620, + "Ġachieves": 30621, + "ophilia": 30622, + "Ġdebut": 30623, + "ĠTrauma": 30624, + "Ġblew": 30625, + "ĠExtended": 30626, + "Ġenormously": 30627, + "Obviously": 30628, + "Ġpersecuted": 30629, + "Ġhemorrhage": 30630, + "Ġmundane": 30631, + "-kind": 30632, + "/articles": 30633, + "Rain": 30634, + "erating": 30635, + "Ġusername": 30636, + "Ġsoaring": 30637, + "atholic": 30638, + "Ġbrine": 30639, + "...\"": 30640, + "ĠSpart": 30641, + "ĠIsab": 30642, + "ĠShark": 30643, + "untime": 30644, + "Ġastounding": 30645, + "Ġcardio": 30646, + "rosion": 30647, + "Ġplasticity": 30648, + "ĠHelping": 30649, + "Ġthoracic": 30650, + "ĠNobody": 30651, + "emorrh": 30652, + "Ġnicknamed": 30653, + "ĠParadise": 30654, + "Ġig": 30655, + "Ġ]Ċ": 30656, + "Something": 30657, + "asper": 30658, + "acet": 30659, + "ĠHours": 30660, + "Ġatrial": 30661, + "Ġclash": 30662, + "Ġcommissions": 30663, + "Ġtrays": 30664, + "othermia": 30665, + "ringes": 30666, + "iddish": 30667, + "onset": 30668, + "STR": 30669, + "ĠHunger": 30670, + "ĠSymposium": 30671, + "Lev": 30672, + "alog": 30673, + "ilical": 30674, + "ĠWR": 30675, + "Ġrye": 30676, + "agulation": 30677, + "-social": 30678, + "Ġdeviations": 30679, + "Ġinducing": 30680, + "Ġzomb": 30681, + "Ġcolonized": 30682, + "Ġapopt": 30683, + "ĠHarriet": 30684, + "Ġtongues": 30685, + "ĠPolicies": 30686, + "ĠConfederation": 30687, + "unsaturated": 30688, + "ĠAnalytics": 30689, + "AVE": 30690, + "Choosing": 30691, + "Ġpopulace": 30692, + "-authors": 30693, + "arah": 30694, + "Ġwasp": 30695, + "ĠGeoff": 30696, + "Ġlinkage": 30697, + "Ġdoctorate": 30698, + "ĠTradition": 30699, + "ĠDavidson": 30700, + "ĠObst": 30701, + "ĠSubstance": 30702, + "ĠOutcomes": 30703, + "Ġcryptography": 30704, + "Ġwinged": 30705, + "Ġmurders": 30706, + "Ġbundles": 30707, + "Ġpearl": 30708, + "Ġborough": 30709, + "ĠOdyssey": 30710, + "ĠFranç": 30711, + "Ah": 30712, + "ĠAster": 30713, + "ĠPK": 30714, + "rometry": 30715, + "antom": 30716, + "ĠGS": 30717, + "iberal": 30718, + "erey": 30719, + "Ġorganise": 30720, + "porting": 30721, + "Ġcoloration": 30722, + "Ġtransports": 30723, + "Ġstripe": 30724, + "ĠArtist": 30725, + "Ġvictorious": 30726, + "ĠMoral": 30727, + "ĠFreeman": 30728, + "ĠMicrobiology": 30729, + "Content": 30730, + "Ġnomination": 30731, + "Ġdigitized": 30732, + "Ġivy": 30733, + "oglyph": 30734, + "Ġibn": 30735, + "Ġentrepreneurial": 30736, + "Ġinterchangeably": 30737, + "Ġbranching": 30738, + "Ġtougher": 30739, + "ĠRichardson": 30740, + "-market": 30741, + "omenclature": 30742, + "GT": 30743, + "Safety": 30744, + "Ġreds": 30745, + "Ġendings": 30746, + "ĠEmerson": 30747, + "Ġmisal": 30748, + "Ġleaflets": 30749, + "ĠDenis": 30750, + "ĠPhotography": 30751, + "ĠNGC": 30752, + "Ġinverter": 30753, + "-blood": 30754, + "Ġcadmium": 30755, + "Ġinertia": 30756, + "Ġrepercussions": 30757, + "Ġsponges": 30758, + "\">": 30759, + "-new": 30760, + "Deb": 30761, + "atism": 30762, + "ĠPri": 30763, + "ĠJA": 30764, + "avier": 30765, + "ĠKern": 30766, + "ĠAlready": 30767, + "Ġinsoluble": 30768, + "Ġslaughtered": 30769, + "Ġtreason": 30770, + "Ġswab": 30771, + "Ġpropeller": 30772, + "ophysics": 30773, + "boats": 30774, + "Ġfireplace": 30775, + "ĠModified": 30776, + "Ġfixation": 30777, + "Ġknights": 30778, + "Ġswimmers": 30779, + "Period": 30780, + "ĠUVB": 30781, + "ĠDorothy": 30782, + "Ġseamless": 30783, + "ĠCollaboration": 30784, + "Initially": 30785, + "leased": 30786, + "Ġnylon": 30787, + "Ġprow": 30788, + "Ġchina": 30789, + "asties": 30790, + "Ġevolves": 30791, + "Ġsecrete": 30792, + "ĠReasons": 30793, + "Ġprimer": 30794, + "Ġstriped": 30795, + "Ġhearings": 30796, + "Prevention": 30797, + "ĠRhine": 30798, + "cutaneous": 30799, + "education": 30800, + "ĠYahweh": 30801, + "ĠBeautiful": 30802, + "ĠCorinthians": 30803, + "-earth": 30804, + "FI": 30805, + "kt": 30806, + "ataka": 30807, + "ĠHast": 30808, + "Ġdiffraction": 30809, + "Ġsurrog": 30810, + "horse": 30811, + "oxygen": 30812, + "ĠLeopold": 30813, + "Ġbounded": 30814, + "Ġnanom": 30815, + "ĠStephens": 30816, + "Ġfragrant": 30817, + "-access": 30818, + "Ġorchards": 30819, + "Ġbrigade": 30820, + "ĠKlein": 30821, + "Determ": 30822, + "lid": 30823, + "oises": 30824, + "Ġaortic": 30825, + "iflower": 30826, + "ĠBass": 30827, + "Ġspins": 30828, + "oused": 30829, + "ĠJaw": 30830, + "Ġworkbook": 30831, + "Ġamygdala": 30832, + "Ġpoop": 30833, + "Ġtopology": 30834, + "Ġradiant": 30835, + "ERV": 30836, + "Ġwildly": 30837, + "Ġstrained": 30838, + "ĠRecreation": 30839, + "ECH": 30840, + "Ġconservationists": 30841, + "Cloud": 30842, + "ILE": 30843, + "ĠEthical": 30844, + "ĠNoble": 30845, + "ĠMandarin": 30846, + "fill": 30847, + "wart": 30848, + "erian": 30849, + "anan": 30850, + "Ġanem": 30851, + "ĠFight": 30852, + "ĠRid": 30853, + "ĠChocolate": 30854, + "Ġregiments": 30855, + "hetamine": 30856, + "Ġembell": 30857, + "CCC": 30858, + "doing": 30859, + "ĠAnnie": 30860, + "Ġcelebrities": 30861, + "ĠEditorial": 30862, + "Ġdrowned": 30863, + "ĠMorton": 30864, + "ĠAbsolute": 30865, + "aphylococcus": 30866, + "Participants": 30867, + "pipe": 30868, + "rints": 30869, + "Ġsowing": 30870, + "Ġferv": 30871, + "Ġms": 30872, + "omac": 30873, + "ogo": 30874, + "allows": 30875, + "merc": 30876, + "Ġtreatise": 30877, + "ĠAncest": 30878, + "Ġprofiling": 30879, + "oxin": 30880, + "Ġcontentious": 30881, + "-Sp": 30882, + "Ġmerging": 30883, + "Ġseminars": 30884, + "ĠFeast": 30885, + "oplastic": 30886, + "hardt": 30887, + "Discuss": 30888, + "ĠKitchen": 30889, + "Microsoft": 30890, + "Ġuncontroll": 30891, + "Ġecclesiastical": 30892, + "Ġantidepressant": 30893, + "Ly": 30894, + "Ġtann": 30895, + "Ġwrought": 30896, + "imilar": 30897, + "Ġconced": 30898, + "ifty": 30899, + "Ġvou": 30900, + "Ġleopard": 30901, + "Ġkicking": 30902, + "Ġunhe": 30903, + "Ġflares": 30904, + "Ġlarva": 30905, + "arches": 30906, + "Ġmarathon": 30907, + "Ġhardening": 30908, + "Ġrecorder": 30909, + "bye": 30910, + "Ġportrays": 30911, + "Ġessentials": 30912, + "Ġdrawback": 30913, + "Ġmalign": 30914, + "rums": 30915, + "ĠSubt": 30916, + "design": 30917, + "Ġkitchens": 30918, + "ĠRespect": 30919, + "ĠHiggs": 30920, + "ĠPrepared": 30921, + "Ġplummet": 30922, + "Organic": 30923, + "ĠIMF": 30924, + "ĠAdvancement": 30925, + "vre": 30926, + "zig": 30927, + "arum": 30928, + "oreau": 30929, + "ĠkW": 30930, + "ĠStraw": 30931, + "Ġmonoc": 30932, + "unday": 30933, + "-square": 30934, + "ĠAdolescent": 30935, + "Ġnaturalist": 30936, + "sequences": 30937, + "ĠSwitch": 30938, + "ĠProtected": 30939, + "ALS": 30940, + "rologic": 30941, + "nett": 30942, + "/dL": 30943, + "ĠJoel": 30944, + "ĠEssex": 30945, + "Ġsorghum": 30946, + "Ġpropriet": 30947, + "Ġdiscontinued": 30948, + "ðĿIJ": 30949, + "%).Ċ": 30950, + "kw": 30951, + "rude": 30952, + "Ïħ": 30953, + "atized": 30954, + "ĠTus": 30955, + "ĠSally": 30956, + "ĠMuss": 30957, + "istocene": 30958, + "Ġfreew": 30959, + "rugu": 30960, + "ĠOrn": 30961, + "Ġcapacitors": 30962, + "Ġgarrison": 30963, + "ĠGalapagos": 30964, + "stanbul": 30965, + "Ġhypothalamus": 30966, + "Bec": 30967, + "Better": 30968, + "Past": 30969, + "arcoma": 30970, + "Ġgyp": 30971, + "Ġstab": 30972, + "ĠNun": 30973, + "ĠGHz": 30974, + "pering": 30975, + "ternity": 30976, + "ĠCluster": 30977, + "Weight": 30978, + "retched": 30979, + "Ġdealers": 30980, + "ĠRemoval": 30981, + "ĠPCs": 30982, + "Ġprevailed": 30983, + "-chain": 30984, + "ĠSussex": 30985, + "Ġpapill": 30986, + "ĠMarco": 30987, + "Ġaveraging": 30988, + "ĠNeurology": 30989, + "Ġsurpassed": 30990, + "ĠProcedure": 30991, + "Ġincarceration": 30992, + "Ġnotoriously": 30993, + "Wal": 30994, + "borg": 30995, + "Ġpore": 30996, + "ulents": 30997, + "ĠBoh": 30998, + "ĠHutch": 30999, + "ertile": 31000, + "ontology": 31001, + "-living": 31002, + "Ġpotentials": 31003, + "ĠParagu": 31004, + "ĠInsert": 31005, + "Ġstakeholder": 31006, + "havioral": 31007, + "Ġelliptical": 31008, + "-needed": 31009, + "-approved": 31010, + "Ġhummingbirds": 31011, + "bots": 31012, + "upt": 31013, + "Ġfrench": 31014, + "ĠSau": 31015, + "ĠMats": 31016, + "ĠPoles": 31017, + "ĠFork": 31018, + "ĠLC": 31019, + "pty": 31020, + "Ġpeaked": 31021, + "Ġpointers": 31022, + "Ġmodalities": 31023, + "Ġshortening": 31024, + "ĠProgressive": 31025, + "ĠLego": 31026, + "Ġlieutenant": 31027, + "ĠCosts": 31028, + "Ġalgebraic": 31029, + "ifixion": 31030, + "-cycle": 31031, + "Together": 31032, + "rically": 31033, + "Ġdex": 31034, + "ĠBever": 31035, + "Ġposing": 31036, + "Analy": 31037, + "relations": 31038, + "â̦.Ċ": 31039, + "olls": 31040, + "rength": 31041, + "ĠConsumers": 31042, + "Ġblockade": 31043, + "Ġautomate": 31044, + "ĠMcN": 31045, + "partum": 31046, + "Ġcatchment": 31047, + "ĠLarger": 31048, + "ĠEpiscopal": 31049, + "Ġbullies": 31050, + "ĠWWI": 31051, + "ÑģÑĤ": 31052, + "roscopic": 31053, + "Ġzoos": 31054, + "Ġtweets": 31055, + "Ġamidst": 31056, + "Nob": 31057, + "Ol": 31058, + "Ġdare": 31059, + "images": 31060, + "ĠFossil": 31061, + "unless": 31062, + "unched": 31063, + "Ġemancipation": 31064, + "mean": 31065, + "ĠShield": 31066, + "uckland": 31067, + "ĠSchne": 31068, + "Ġfascia": 31069, + "Ġdominates": 31070, + "ĠPasadena": 31071, + "â̦â̦â̦â̦": 31072, + "-impact": 31073, + "Jeff": 31074, + "Ġskepticism": 31075, + "Sad": 31076, + "country": 31077, + "rarian": 31078, + "Ġbiking": 31079, + "Ġdaring": 31080, + "Ġstaring": 31081, + "Ġstrongh": 31082, + "iries": 31083, + "ĠPall": 31084, + "Ġspurred": 31085, + "ĠNI": 31086, + "teacher": 31087, + "Ġrais": 31088, + "Ġreliant": 31089, + "Ġstrata": 31090, + "iker": 31091, + "ĠExhibition": 31092, + "ĠCliff": 31093, + "workers": 31094, + "ĠIncluded": 31095, + "Ġcommandments": 31096, + "Ġfaiths": 31097, + "Ġsplits": 31098, + "Ġvacant": 31099, + "IGH": 31100, + "Ġbuckets": 31101, + "Ġcyclones": 31102, + "Ġbattling": 31103, + "Ġambulance": 31104, + "ships": 31105, + "icago": 31106, + "Ġatlas": 31107, + "ĠDad": 31108, + "Ġdisperse": 31109, + "Ġresins": 31110, + "ucent": 31111, + ".....": 31112, + "ĠPlot": 31113, + "Ġrevive": 31114, + "ĠMySQL": 31115, + "ĠFounding": 31116, + "ĠRemem": 31117, + "Ġyouthful": 31118, + "Ġcasts": 31119, + "ĠAtlantis": 31120, + "ĠGardner": 31121, + "Ġirritate": 31122, + "Ġquadr": 31123, + ".txt": 31124, + "ĠPharmaceutical": 31125, + "Ġaphid": 31126, + "Ġnodules": 31127, + "Ġblossom": 31128, + "Ġrefractive": 31129, + "ĠBloomberg": 31130, + "Ġhymns": 31131, + "/he": 31132, + "uj": 31133, + "wheel": 31134, + "ĠTuring": 31135, + "ĠLap": 31136, + "vell": 31137, + "Ġdiaries": 31138, + "Ġpolish": 31139, + "getown": 31140, + "ĠQi": 31141, + "Ġencode": 31142, + "ooting": 31143, + "Ġnovelist": 31144, + "Ġseedling": 31145, + "ĠArchived": 31146, + "Ġrevolutionized": 31147, + "Ġcoffin": 31148, + "adders": 31149, + "attering": 31150, + "ĠPLoS": 31151, + "Ġrivalry": 31152, + "ĠZionist": 31153, + "Ġordinance": 31154, + "Ġingenuity": 31155, + "ĠMÄģori": 31156, + "Ġil": 31157, + "γ": 31158, + "Ġsard": 31159, + "Ġdrap": 31160, + "Ġebook": 31161, + "Ġstal": 31162, + "ĠSak": 31163, + "ĠFan": 31164, + "ĠRi": 31165, + "Ġtherein": 31166, + "ĠVest": 31167, + "ĠVegas": 31168, + "teness": 31169, + "Ġfoodborne": 31170, + "Ġconstants": 31171, + "ĠWhale": 31172, + "Ġperiodont": 31173, + "askan": 31174, + "ĠPerform": 31175, + "ĠInca": 31176, + "Ġâĸ": 31177, + "Ġmammoth": 31178, + "oplas": 31179, + "Ġpylor": 31180, + "Ġlymphocytes": 31181, + "Ġascend": 31182, + "Ġseventeen": 31183, + "Ġdeploying": 31184, + "Ġdistracting": 31185, + "Ġcrustaceans": 31186, + "Ġadhesion": 31187, + "Ġavocados": 31188, + "ĠLenin": 31189, + "Ġoverex": 31190, + "Clearly": 31191, + "/min": 31192, + "Ġchorus": 31193, + "ĠDrag": 31194, + "oulders": 31195, + "Ġmanor": 31196, + "Ġemperors": 31197, + "ĠAlleg": 31198, + "-sub": 31199, + "Ġarranging": 31200, + "Ġcivilized": 31201, + "ĠRecognition": 31202, + "ĠHighlands": 31203, + "Ġtrusting": 31204, + "ĠNewsletter": 31205, + "Others": 31206, + "Ġreconnaissance": 31207, + "Ġ": 31671, + ".ac": 31672, + "lest": 31673, + "Ġtid": 31674, + "Ġdung": 31675, + "actors": 31676, + "Ġresided": 31677, + "Ġimplying": 31678, + "Ġjaundice": 31679, + "Ġentrenched": 31680, + "Ġsuccessors": 31681, + "Ġdragging": 31682, + "ĠQuite": 31683, + "Ġseasoned": 31684, + "Ġsemen": 31685, + "ĠSeek": 31686, + "Ġaccompanies": 31687, + "Ġuniformity": 31688, + "Ġverbally": 31689, + "ĠOfficers": 31690, + "Ġoutsiders": 31691, + "ĠInstruments": 31692, + "Ġstamina": 31693, + "ĠPrague": 31694, + "\"These": 31695, + "Rub": 31696, + "Ùģ": 31697, + "inous": 31698, + "Ġpaternal": 31699, + "edit": 31700, + "ĠSams": 31701, + "ĠHern": 31702, + "Ġleve": 31703, + "avi": 31704, + "Ġdisciple": 31705, + "upon": 31706, + "Ġhyster": 31707, + "appa": 31708, + "rolls": 31709, + "ĠFrancisc": 31710, + "structed": 31711, + "ĠJacobs": 31712, + "ĠHardy": 31713, + "ĠLogan": 31714, + "Ġgangs": 31715, + "Ġthunderstorms": 31716, + "Ġcyanide": 31717, + "Corn": 31718, + "iad": 31719, + "ËIJ": 31720, + "uron": 31721, + "ĠIon": 31722, + "Ġexpository": 31723, + "Ġinterruption": 31724, + "ceptor": 31725, + "Ġelectroph": 31726, + "Ġplantings": 31727, + "ĠMarines": 31728, + "ĠGuadal": 31729, + "Ġembod": 31730, + "iterated": 31731, + "Ġwidening": 31732, + "Ġsynapses": 31733, + "-black": 31734, + "ĠCommandments": 31735, + "Ġmegawatts": 31736, + "ĠMeteorological": 31737, + "ĠJessica": 31738, + "Fat": 31739, + "Mars": 31740, + "Ġreindeer": 31741, + "ĠDy": 31742, + "Ġmango": 31743, + "Ġ\"Ċ": 31744, + "ĠVac": 31745, + "ĠProclamation": 31746, + "Ġglare": 31747, + "Ġbrisk": 31748, + "Ġslate": 31749, + "Ġnonv": 31750, + "Ġtaxi": 31751, + "ORS": 31752, + "ĠIncluding": 31753, + "Ġcelebrity": 31754, + "Ġmicrobiology": 31755, + "ĠSloven": 31756, + "ĠPlanting": 31757, + "Compared": 31758, + "Ġcompensated": 31759, + "ĠUrdu": 31760, + "Ġmanuals": 31761, + "biased": 31762, + "Ġpertussis": 31763, + "Ġsoreness": 31764, + "Ġprecursors": 31765, + "urasian": 31766, + "Ġlobbying": 31767, + "Congress": 31768, + "Methods": 31769, + "ietzsche": 31770, + "mese": 31771, + "Ġreag": 31772, + "ĠSage": 31773, + "ĠCube": 31774, + "ĠGob": 31775, + "ĠChau": 31776, + "Ġagility": 31777, + "Ġworldly": 31778, + "Ġmont": 31779, + "ugu": 31780, + "ĠReve": 31781, + "Ġfluff": 31782, + "IDA": 31783, + "Ġantihist": 31784, + "Ġempowers": 31785, + "Teach": 31786, + "ĠInsulin": 31787, + "Ġirrigated": 31788, + "ĠFarmer": 31789, + "ĠMindfulness": 31790, + "Ġconveniently": 31791, + "Ġmisunderstand": 31792, + "NOAA": 31793, + "ĠNadu": 31794, + "catch": 31795, + "dings": 31796, + "Ġinactivity": 31797, + "Ġnautical": 31798, + "ĠGrim": 31799, + "Ġcontention": 31800, + "Ġcompulsive": 31801, + "Ġassays": 31802, + "urns": 31803, + "Ġboast": 31804, + "Ġwarp": 31805, + "ampa": 31806, + "Ġcrunch": 31807, + "ĠPetroleum": 31808, + "Johnson": 31809, + "Ġdisparate": 31810, + "ĠFluid": 31811, + "ĠDrake": 31812, + "ĠInfluence": 31813, + "å¤": 31814, + "alas": 31815, + "Ġmansion": 31816, + "aget": 31817, + "Ġadept": 31818, + "Ġpartisan": 31819, + "Ġnumbering": 31820, + "Ġindividuality": 31821, + "Ġantique": 31822, + "Ġfullness": 31823, + "Ġnegatives": 31824, + "Ġmodernization": 31825, + "Ġeaters": 31826, + "Ġthickening": 31827, + "balance": 31828, + "ĠJudith": 31829, + "Ġallele": 31830, + "Ġcatalysts": 31831, + "Ġmimics": 31832, + "Ġdelegate": 31833, + "Ġmadness": 31834, + "Basically": 31835, + "ĠGateway": 31836, + "ĠNashville": 31837, + "ĠDionys": 31838, + "hab": 31839, + "Ïī": 31840, + "ب": 31841, + "Ġwitches": 31842, + "legal": 31843, + "ĠSymph": 31844, + "elman": 31845, + "istered": 31846, + "ĠHier": 31847, + "Ġdisobedience": 31848, + "Ġsaus": 31849, + "ĠAsc": 31850, + "-pre": 31851, + "Ġloos": 31852, + "ĠBeet": 31853, + "Ġsingers": 31854, + "Ġcleanse": 31855, + "PAC": 31856, + "global": 31857, + "ĠFactory": 31858, + "ĠStonehenge": 31859, + "Ġnonsense": 31860, + "Ġskiing": 31861, + "Ġexoplanets": 31862, + "ĠMonsanto": 31863, + "Ġforcibly": 31864, + "Late": 31865, + "NY": 31866, + "Picture": 31867, + "])": 31868, + "lain": 31869, + "ÙĤ": 31870, + "Ġtents": 31871, + "sein": 31872, + "ĠAde": 31873, + "ĠCoca": 31874, + "ĠMecca": 31875, + "opatra": 31876, + "Ġmetro": 31877, + "ophan": 31878, + "intering": 31879, + "proper": 31880, + "alytic": 31881, + "Ġpairing": 31882, + "ĠASP": 31883, + "-connected": 31884, + "Ġaggregates": 31885, + "Ġarsenal": 31886, + "ĠGraphics": 31887, + "Ġembarrassing": 31888, + "ĠNigerian": 31889, + "ĠSebast": 31890, + "ech": 31891, + "hm": 31892, + "tml": 31893, + "hets": 31894, + "Ġocular": 31895, + "Ġnat": 31896, + "Ġdeception": 31897, + "ación": 31898, + "Ġabound": 31899, + "Ġperished": 31900, + "Ġinfinity": 31901, + "Ġtraw": 31902, + "Ġgenomics": 31903, + "ĠUnic": 31904, + "ĠUnknown": 31905, + "ĠEngagement": 31906, + "Ġbroth": 31907, + "ĠBeowulf": 31908, + "shot": 31909, + "Ġboosted": 31910, + "Ġrubble": 31911, + "Ġaccelerator": 31912, + "ĠProvincial": 31913, + "ĠAdministrator": 31914, + "Ġfurnished": 31915, + "Ġadvertised": 31916, + "ĠRespond": 31917, + "ĠMotors": 31918, + "ĠSmaller": 31919, + "Ġschematic": 31920, + "anasia": 31921, + "Ġjewellery": 31922, + "ĠNYC": 31923, + "Ġassassinated": 31924, + "-carotene": 31925, + "Economic": 31926, + "BY": 31927, + "forth": 31928, + "ä»": 31929, + "hex": 31930, + "Ġcrescent": 31931, + "Ġmailing": 31932, + "Ġorang": 31933, + "Ġusability": 31934, + "Ġblot": 31935, + "Ġmodem": 31936, + "Ġbooming": 31937, + "âĢľThat": 31938, + "otechn": 31939, + "according": 31940, + "Ġcompetitor": 31941, + "ĠBarrett": 31942, + "ĠSTD": 31943, + "Ġaxial": 31944, + "jiang": 31945, + "bellum": 31946, + "Ġtetanus": 31947, + "-assisted": 31948, + "ĠHunting": 31949, + "ĠIcelandic": 31950, + "Illust": 31951, + "/V": 31952, + "RP": 31953, + "kk": 31954, + "η": 31955, + "âģ": 31956, + "Ġcreeks": 31957, + "chart": 31958, + "option": 31959, + "actively": 31960, + "Ġoutflow": 31961, + "ĠHowe": 31962, + "Ġcyclic": 31963, + "ennel": 31964, + "pez": 31965, + "Ġfaç": 31966, + "ĠTransmission": 31967, + "Ġcurtains": 31968, + "ĠApostles": 31969, + "ĠEstonia": 31970, + "NEW": 31971, + "Ġsut": 31972, + "Ġgird": 31973, + "ĠAck": 31974, + "Ġleach": 31975, + "ĠRocks": 31976, + "ĠLob": 31977, + "ellular": 31978, + "âĢĿ).Ċ": 31979, + "ickers": 31980, + "verest": 31981, + "Ġrevolves": 31982, + "-stop": 31983, + "ĠTerra": 31984, + "-prov": 31985, + "Ġnobles": 31986, + "ĠSignal": 31987, + "oltz": 31988, + "skirts": 31989, + "Ġpapal": 31990, + "iwi": 31991, + "Archae": 31992, + "ĠAlmighty": 31993, + "gang": 31994, + "prom": 31995, + "Ġwilt": 31996, + "ĠWelcome": 31997, + "ĠDrought": 31998, + "Ġsciatic": 31999, + "Ġbackpack": 32000, + "Ġslugs": 32001, + "Ġinjure": 32002, + "ĠContrary": 32003, + "Nowadays": 32004, + "itzv": 32005, + "Canadian": 32006, + "Ġdysplasia": 32007, + "Ġintracellular": 32008, + "Ġneuropsych": 32009, + "ĠIllustrated": 32010, + "Ġgorillas": 32011, + "ĠHoliday": 32012, + "nourished": 32013, + "ĠBermuda": 32014, + "SW": 32015, + "div": 32016, + "hyp": 32017, + "ع": 32018, + "Ġtying": 32019, + "inished": 32020, + "oling": 32021, + "othed": 32022, + "odial": 32023, + "oso": 32024, + "ĠHabit": 32025, + "Ġsep": 32026, + "Ġshouting": 32027, + "ipus": 32028, + "Ġdesal": 32029, + "Ġcommunion": 32030, + "âĢĶone": 32031, + "ĠAndrea": 32032, + "scopic": 32033, + "ĠEncyclop": 32034, + "ophila": 32035, + "Ġelemental": 32036, + "Ġridic": 32037, + "-Eng": 32038, + "ĠÎĶ": 32039, + "Ġherbivores": 32040, + "ĠRaman": 32041, + "ĠFilter": 32042, + "ĠPainting": 32043, + "Ġinfinitely": 32044, + "ĠBibliography": 32045, + "ĠRecommended": 32046, + "Ġvertices": 32047, + "Ġ[â̦]Ċ": 32048, + "ĠHeinrich": 32049, + "Ġfibroids": 32050, + "ipotent": 32051, + "Ġmicrocontroller": 32052, + "Abs": 32053, + "Liter": 32054, + "_t": 32055, + "±": 32056, + "severe": 32057, + "olip": 32058, + "Ġexiled": 32059, + "Ġko": 32060, + "oughton": 32061, + "Ġnonlinear": 32062, + "Ġlabou": 32063, + "Ġsalivary": 32064, + "ĠColleges": 32065, + "Recogn": 32066, + "Ġpitcher": 32067, + "Ġadvisors": 32068, + "ecessarily": 32069, + "Ġguessing": 32070, + "ĠPentecost": 32071, + "stadt": 32072, + "Ġapprenticeship": 32073, + "ĠRecommendations": 32074, + "Ġcacao": 32075, + "Ġinvasions": 32076, + "ĠGiovanni": 32077, + "Happy": 32078, + "Russian": 32079, + "nai": 32080, + "stown": 32081, + "Ġghetto": 32082, + "urous": 32083, + "Ġseating": 32084, + "Ġscanners": 32085, + "ĠArray": 32086, + "ĠNewman": 32087, + "Ġequinox": 32088, + "Ġpractised": 32089, + "Ġthinker": 32090, + "Ġparrots": 32091, + "ĠBlair": 32092, + "Ġbreaker": 32093, + "Ġviolently": 32094, + "Ġingesting": 32095, + "clusions": 32096, + "ĠSpringer": 32097, + "Ġdisclosed": 32098, + "Ġtransfusion": 32099, + "Ġconformity": 32100, + "Ġnourish": 32101, + "Identify": 32102, + "ĠCitizenship": 32103, + "ĠLuxem": 32104, + "Tel": 32105, + "Ġwil": 32106, + "ĠTat": 32107, + "ĠCov": 32108, + "ifax": 32109, + "ĠMaker": 32110, + "Ġdove": 32111, + "ĠConclusion": 32112, + "arcane": 32113, + "Ġpercentile": 32114, + "Ġtraveler": 32115, + "ĠMeasuring": 32116, + "ĠEliot": 32117, + "ĠMoist": 32118, + "iacin": 32119, + "Ġcosmology": 32120, + "ĠFerry": 32121, + "ĠMonthly": 32122, + "ĠEleanor": 32123, + "Ġstirred": 32124, + "EXT": 32125, + "Ġcarnivores": 32126, + "Ġglossy": 32127, + "otoxins": 32128, + "ĠOrient": 32129, + "Ġscrutin": 32130, + "Ġsleeves": 32131, + "ĠMaintaining": 32132, + "Ġstenosis": 32133, + "Ġ[â̦]": 32134, + "Ġpendulum": 32135, + "+-": 32136, + "Normal": 32137, + "cs": 32138, + "ĠCCD": 32139, + "Ġbystand": 32140, + "ĠFalk": 32141, + "unken": 32142, + "ĠKend": 32143, + "Ġpoised": 32144, + "Ġcarvings": 32145, + "pectrum": 32146, + "-dec": 32147, + "ippings": 32148, + "ĠHerz": 32149, + "ĠJesse": 32150, + "Ġepistem": 32151, + "Ġreproducing": 32152, + "ĠRobot": 32153, + "Ġproofs": 32154, + "aunders": 32155, + "communication": 32156, + "Ġexemption": 32157, + "Ġcrawling": 32158, + "ĠAdventures": 32159, + "Ġventricular": 32160, + "Ġosmosis": 32161, + "ĠAlgeria": 32162, + "Send": 32163, + "links": 32164, + "omial": 32165, + "Ġlords": 32166, + "Ġbeard": 32167, + "otrans": 32168, + "Ġevenings": 32169, + "oxia": 32170, + "Ġcollateral": 32171, + "Ġethic": 32172, + "ĠBarnes": 32173, + "Ġhalted": 32174, + "orbid": 32175, + "Ġpaediatric": 32176, + "-zero": 32177, + "Ġoverheating": 32178, + "Ġrooftop": 32179, + "ĠGujarat": 32180, + "MIT": 32181, + "hall": 32182, + "pole": 32183, + "uties": 32184, + "ĠMile": 32185, + "essing": 32186, + "ĠPoss": 32187, + "Ġenlist": 32188, + "Ġspun": 32189, + "Ġoutskirts": 32190, + "Ġrapt": 32191, + "ractive": 32192, + "icker": 32193, + "ĠSpan": 32194, + "Ġengulf": 32195, + "Ġcapillaries": 32196, + "Ġpositives": 32197, + "ĠNoise": 32198, + "ĠHighly": 32199, + "Genetic": 32200, + "ĠEntry": 32201, + "ĠChronicles": 32202, + "Ġmobilization": 32203, + "ĠMechanics": 32204, + "Ġculminating": 32205, + "Ġclogged": 32206, + "Crit": 32207, + "Ye": 32208, + "Ġcasing": 32209, + "osus": 32210, + "ffiti": 32211, + "Ġsoothe": 32212, + "upe": 32213, + "ĠRepair": 32214, + "ATER": 32215, + "-informed": 32216, + "APP": 32217, + "Ġfellows": 32218, + "Ġresidences": 32219, + "ön": 32220, + "Activity": 32221, + "Ġtossed": 32222, + "Ġawakening": 32223, + "*,": 32224, + "-ob": 32225, + "Matt": 32226, + "Ġpears": 32227, + "Ġreaff": 32228, + "ĠTomb": 32229, + "ĠLah": 32230, + "ĠLifestyle": 32231, + "Ġacetyl": 32232, + "Ġexpulsion": 32233, + "ĠHeath": 32234, + "ĠAmes": 32235, + "ĠXi": 32236, + "ĠMinisters": 32237, + "ĠAutonomous": 32238, + "Ġignite": 32239, + "Ġnarrowly": 32240, + "Ġclustered": 32241, + "ĠAdvances": 32242, + "ĠFunding": 32243, + "ĠUtil": 32244, + "Ġjargon": 32245, + "ĠLynn": 32246, + "ĠBreathing": 32247, + "Ġembroidery": 32248, + "bilt": 32249, + "rity": 32250, + "£": 32251, + "ĠTig": 32252, + "ĠHg": 32253, + "ĠOber": 32254, + "Ġdias": 32255, + "Ġentrusted": 32256, + "âĢĶsuch": 32257, + "ĠRevenue": 32258, + "Ġterminated": 32259, + "Ġeffluent": 32260, + "ĠNeut": 32261, + "Ġanalytic": 32262, + "Ġcamels": 32263, + "OSH": 32264, + "Ġoptimizing": 32265, + "ĠPersians": 32266, + "Ġdresses": 32267, + "-existent": 32268, + "Ġstraws": 32269, + "Ġdisinfection": 32270, + "Ġevacuate": 32271, + "-ident": 32272, + "Jer": 32273, + "Ġfuss": 32274, + "ĠBlessed": 32275, + "ĠWatts": 32276, + "inker": 32277, + "Ġlandings": 32278, + "Ġdonating": 32279, + "Ġrunaway": 32280, + "ĠCaliforn": 32281, + "ĠSuicide": 32282, + "Ġexplanatory": 32283, + "Ġsubstantive": 32284, + "Ġtonight": 32285, + "Ġdictator": 32286, + "Ġtragedies": 32287, + "Ġpriesthood": 32288, + "ĠLeslie": 32289, + "Ġbruising": 32290, + "scientific": 32291, + "Ġreplenish": 32292, + "ĠVernon": 32293, + "Ġvernacular": 32294, + "Ġundisturbed": 32295, + "/the": 32296, + "Ġscept": 32297, + "roqu": 32298, + "stroke": 32299, + "urgery": 32300, + "chu": 32301, + "estine": 32302, + "igham": 32303, + "ĠVon": 32304, + "ĠVital": 32305, + "Ġcentred": 32306, + "Ġinduct": 32307, + "ĠSharon": 32308, + "ĠPrussian": 32309, + "ĠGraves": 32310, + "ĠWindsor": 32311, + "Ġinfects": 32312, + "Ġtranscribed": 32313, + "Anti": 32314, + "Ġrepublican": 32315, + "Ġimpede": 32316, + "Ġembarrassed": 32317, + "Ġinaugural": 32318, + "Ġhomeschooling": 32319, + "ĠJeremy": 32320, + "Ġbrainstorming": 32321, + "Ġnucleotide": 32322, + "Ġdetergent": 32323, + "-Semitism": 32324, + "-ab": 32325, + "orah": 32326, + "ĠKom": 32327, + "ĠYiddish": 32328, + "inski": 32329, + "eger": 32330, + "Stock": 32331, + "Ġdestabil": 32332, + "regulation": 32333, + "Ġtaxed": 32334, + "ĠBarth": 32335, + "-Cent": 32336, + "Ġpleasures": 32337, + "Ġvaluation": 32338, + "Ġunpopular": 32339, + "ĠLucas": 32340, + "ĠBedford": 32341, + "ḥ": 32342, + ",and": 32343, + "-sect": 32344, + "DH": 32345, + "âĻ": 32346, + "inist": 32347, + "Ġhover": 32348, + "Ġital": 32349, + "Ġ(.": 32350, + "ĠNode": 32351, + "Ġtimet": 32352, + "Ġscant": 32353, + "uchi": 32354, + "ĠDementia": 32355, + "Ġpolicing": 32356, + "Ġjudiciary": 32357, + "-Hung": 32358, + "ohydrate": 32359, + "ĠMillions": 32360, + "Ġsulfide": 32361, + "strual": 32362, + "ĠRajas": 32363, + "Ġoverest": 32364, + "-demand": 32365, + "ĠPtolemy": 32366, + "á¿": 32367, + "Ġaka": 32368, + "Ġmans": 32369, + "strom": 32370, + "ĠTyr": 32371, + "ĠIo": 32372, + "Ġsued": 32373, + "quire": 32374, + "Ġrasp": 32375, + "Ġshafts": 32376, + "Ġoffenses": 32377, + "Ġpurify": 32378, + "ĠClaim": 32379, + "Ġchoke": 32380, + "Ġpsychoan": 32381, + "Ġcoldest": 32382, + "Ġcommunicative": 32383, + "Ġmotorists": 32384, + "Ġfortifications": 32385, + "Ġsplash": 32386, + "ILD": 32387, + "Ġarrests": 32388, + "Ġmagnetism": 32389, + "Ġfraudulent": 32390, + "Ġupgrading": 32391, + "Ġupland": 32392, + "Ġoatmeal": 32393, + "TV": 32394, + "Ġdia": 32395, + "Ġgeck": 32396, + "utational": 32397, + "ĠSAD": 32398, + "Ġhens": 32399, + "Ġscor": 32400, + "ĠChase": 32401, + "onsai": 32402, + "Ġache": 32403, + "Ġacuity": 32404, + "Ġkeeper": 32405, + "ĠLeices": 32406, + "Ġextracellular": 32407, + "Ġimagining": 32408, + "Ġpenicillin": 32409, + "Ġvolunteered": 32410, + "Ġ*Ċ": 32411, + "ĠSettlement": 32412, + "Ġovens": 32413, + "Ġponder": 32414, + "Ġsymmetric": 32415, + "ĠNurses": 32416, + "ĠRodrig": 32417, + "Ġpsyche": 32418, + "Ġsilicone": 32419, + "ĠDoctrine": 32420, + "bringing": 32421, + "mind": 32422, + "Ġsails": 32423, + "Ġgoss": 32424, + "elope": 32425, + "quist": 32426, + "ĠUF": 32427, + "ĠStructures": 32428, + "Ġgoogle": 32429, + "ceptors": 32430, + "ĠConrad": 32431, + "Ġcapillary": 32432, + "ĠShift": 32433, + "Ġmultit": 32434, + "Ġgreenish": 32435, + "raders": 32436, + "Ġethos": 32437, + "Ġmisinter": 32438, + "Ġpriced": 32439, + "Ġconsultations": 32440, + "Ġsenators": 32441, + "Ġworsened": 32442, + "ĠLoad": 32443, + "Ġresembled": 32444, + "zekiel": 32445, + "Ġinspirational": 32446, + "Ġé": 32447, + "('": 32448, + "Bot": 32449, + "JD": 32450, + "Ġpity": 32451, + "oreg": 32452, + "Ġchor": 32453, + "ĠEure": 32454, + "ĠElement": 32455, + "Ġoutgoing": 32456, + "Ġrecite": 32457, + "Ġsmear": 32458, + "ĠWealth": 32459, + "Stage": 32460, + "ĠMeans": 32461, + "Ġdiversification": 32462, + "Ġdroppings": 32463, + "Ġstickers": 32464, + "-Pres": 32465, + "ĠEmerging": 32466, + "computers": 32467, + "Normally": 32468, + "ĠAzerbaijan": 32469, + ".âĢľ": 32470, + "Cold": 32471, + "fund": 32472, + "itimate": 32473, + "Ġbaff": 32474, + "Ġthorn": 32475, + "ĠSue": 32476, + "amoto": 32477, + "elic": 32478, + "ĠMET": 32479, + "acting": 32480, + "Ġkan": 32481, + "endas": 32482, + "avis": 32483, + "Ġinsured": 32484, + "Ġinflated": 32485, + "ĠZones": 32486, + "peak": 32487, + "Ġcompliment": 32488, + "ĠPaulo": 32489, + "Ġrejecting": 32490, + "Ġorthopedic": 32491, + "esophageal": 32492, + "ĠUranus": 32493, + "``": 32494, + "Ġbots": 32495, + "Ġdrown": 32496, + "ĠBiden": 32497, + "ĠDone": 32498, + "ĠDensity": 32499, + "Ġshattered": 32500, + "akk": 32501, + "ĠkHz": 32502, + "ansen": 32503, + "Ġjer": 32504, + "Ġarthrop": 32505, + "Ġinferences": 32506, + "ianism": 32507, + "ooling": 32508, + "Ġmoderated": 32509, + "Changes": 32510, + "Ġviolating": 32511, + "Ġbulky": 32512, + "burse": 32513, + "Ġratification": 32514, + "ĠBelize": 32515, + "Ġmoistur": 32516, + "Ġtunes": 32517, + "ĠMelan": 32518, + "-kil": 32519, + "Ġhurry": 32520, + "ĠBradley": 32521, + "Ġevaporate": 32522, + "ĠComparative": 32523, + "Ġcrayfish": 32524, + "ĠÙħ": 32525, + "Sure": 32526, + "lion": 32527, + "áĥ": 32528, + "Ġtad": 32529, + "another": 32530, + "ĠHang": 32531, + "Ġruth": 32532, + "ĠDiana": 32533, + "Ġspit": 32534, + "ovine": 32535, + "Ġhandout": 32536, + "paralle": 32537, + "oea": 32538, + "Ġutilised": 32539, + "Ġinhaling": 32540, + "Ġkilometer": 32541, + "Ġfestivities": 32542, + "Ġcheapest": 32543, + "claimed": 32544, + "Ġmeteorites": 32545, + "Ġcarcinogens": 32546, + "ĠManufacturers": 32547, + "Ġdepreciation": 32548, + "IAN": 32549, + "ersen": 32550, + "acons": 32551, + "Ġleaning": 32552, + "ĠGul": 32553, + "Ġpeac": 32554, + "Ġtrailer": 32555, + "obyl": 32556, + "Ġindisc": 32557, + "Ġcircus": 32558, + "Ġversatility": 32559, + "Ġapa": 32560, + "Ġfootsteps": 32561, + "Ġmillimeter": 32562, + "ĠTracking": 32563, + "Ġdirectional": 32564, + "Tele": 32565, + "UTH": 32566, + "Ġmasking": 32567, + "Ġdynamically": 32568, + "Ġverdict": 32569, + "ĠHellenistic": 32570, + "-help": 32571, + "Skin": 32572, + "Ġbends": 32573, + "asan": 32574, + "Ġvintage": 32575, + "ĠHip": 32576, + "Ġard": 32577, + "Ġcommemoration": 32578, + "Ġquilt": 32579, + "Ġdistillation": 32580, + "Ġinserts": 32581, + "Ġimmoral": 32582, + "Ġpropensity": 32583, + "Ġarchived": 32584, + "Ġcontrasted": 32585, + "Ġunfinished": 32586, + "Ġstereo": 32587, + "ĠCopern": 32588, + "ĠTribes": 32589, + "ĠPentagon": 32590, + "Ġcalibrated": 32591, + "س": 32592, + "åħ": 32593, + "Ġrenaissance": 32594, + "ĠComet": 32595, + "ĠLub": 32596, + "ĠLomb": 32597, + "Ġoverarching": 32598, + "-prone": 32599, + "Ġmassively": 32600, + "Ġpathologist": 32601, + "Ġsuperintendent": 32602, + "ĠNeo": 32603, + "ĠRomanian": 32604, + "ĠOutdoor": 32605, + "Ġalleles": 32606, + "ĠGMT": 32607, + "Ġtortured": 32608, + "Ġassaults": 32609, + "ĠSensory": 32610, + "ĠChapman": 32611, + "ĠFatigue": 32612, + "ĠFriedman": 32613, + "ĠMcGill": 32614, + "Ġbracket": 32615, + "ĠKuwait": 32616, + "Ġcongregations": 32617, + "Ġpomegranate": 32618, + "Ban": 32619, + "Move": 32620, + "Pay": 32621, + "Treat": 32622, + "jury": 32623, + "Ġboulders": 32624, + "thyroidism": 32625, + "Ġcontests": 32626, + "rued": 32627, + "Ġexpiration": 32628, + "ĠAnk": 32629, + "-fighting": 32630, + "ĠYourself": 32631, + "hael": 32632, + "Ġcrafting": 32633, + "Ġ::": 32634, + "ĠMuseums": 32635, + "Ġdielectric": 32636, + "Ġmotivates": 32637, + "Ġsedation": 32638, + "Foods": 32639, + "Ġammonium": 32640, + "ĠStevenson": 32641, + "Ġsecrecy": 32642, + "Ġamalgam": 32643, + "ĠEarthquake": 32644, + "-place": 32645, + "Mrs": 32646, + "Nan": 32647, + "Southern": 32648, + "belt": 32649, + "pies": 32650, + "ĠAW": 32651, + "ĠIELTS": 32652, + "illi": 32653, + "ĠNem": 32654, + "ĠLymph": 32655, + "phi": 32656, + "physical": 32657, + "Ġsmel": 32658, + "Ġcoax": 32659, + "Ġpoppy": 32660, + "||-": 32661, + "Ġopium": 32662, + "Ġretreated": 32663, + "Ġbrethren": 32664, + "ĠClaus": 32665, + "ĠPreserve": 32666, + "ĠTwain": 32667, + "Ġrevolutionize": 32668, + "Ġodour": 32669, + "Ġrejects": 32670, + "Ġgroin": 32671, + "Ġcannabinoids": 32672, + "ĠSensor": 32673, + "ĠArgentine": 32674, + "Ġvinyl": 32675, + "%)Ċ": 32676, + "Br": 32677, + "Brien": 32678, + "gkin": 32679, + "Ö·": 32680, + "inv": 32681, + "isational": 32682, + "Ġpiety": 32683, + "Ġstacks": 32684, + "odder": 32685, + "ĠFashion": 32686, + "ĠGel": 32687, + "Ġintimately": 32688, + "Ġhasht": 32689, + "apons": 32690, + "Ġneedy": 32691, + "âĢľBut": 32692, + "ĠMonterey": 32693, + "Ġcriticisms": 32694, + "Ġtightness": 32695, + "Ġprohibiting": 32696, + "Ġinsightful": 32697, + "Ġashamed": 32698, + "Ġowes": 32699, + "Ġdivergent": 32700, + "ĠChampions": 32701, + "Ġhometown": 32702, + "/k": 32703, + "RD": 32704, + "lash": 32705, + "θ": 32706, + "edies": 32707, + "Ġstink": 32708, + "ĠAuckland": 32709, + "ĠVia": 32710, + "aways": 32711, + "-produced": 32712, + "-condition": 32713, + "Ġsilently": 32714, + "ĠElijah": 32715, + "ĠSTUD": 32716, + "Ġisolating": 32717, + "Comment": 32718, + "Ġstabilized": 32719, + "ĠStafford": 32720, + "Ġsapiens": 32721, + "Ġrifles": 32722, + "similar": 32723, + "ĠCaucasus": 32724, + "Financial": 32725, + "ĠQuarterly": 32726, + "Ġphylogenetic": 32727, + "ĠUbuntu": 32728, + "ĠPatricia": 32729, + "Fred": 32730, + "wen": 32731, + "Ġ(~": 32732, + "Ġhaem": 32733, + "ĠDJ": 32734, + "unit": 32735, + "ĠOUT": 32736, + "Ġclutch": 32737, + "need": 32738, + "ĠTrials": 32739, + "ĠSenegal": 32740, + "Ġsuitability": 32741, + "ĠNutritional": 32742, + "Ġexertion": 32743, + "ĠPleistocene": 32744, + "Ġventricle": 32745, + "Ġattentive": 32746, + "Ġfingertips": 32747, + "ked": 32748, + "kner": 32749, + "rilla": 32750, + "Åĵ": 32751, + "Ġfading": 32752, + "robe": 32753, + "ĠABS": 32754, + "odal": 32755, + "ĠHO": 32756, + "Ġkicks": 32757, + "ĠSpray": 32758, + "Ġpotency": 32759, + "Ġ[...": 32760, + "sequent": 32761, + "ĠCompact": 32762, + "Ġephemer": 32763, + "Ġassistive": 32764, + "Ġassembling": 32765, + "Ġlandslides": 32766, + "ĠExperiments": 32767, + "Ġinhibited": 32768, + "ĠTreasure": 32769, + "ĠSupporting": 32770, + "ĠDamascus": 32771, + "traditional": 32772, + "Setting": 32773, + "Ġpunishments": 32774, + "ĠMaurice": 32775, + "ĠVenetian": 32776, + "KD": 32777, + "bat": 32778, + "digital": 32779, + "rar": 32780, + "Ñĩ": 32781, + "enital": 32782, + "ĠSIM": 32783, + "Ġante": 32784, + "Ġwearer": 32785, + "Ġenrol": 32786, + "Ġwhey": 32787, + "ĠUrugu": 32788, + "Ġdispro": 32789, + "ibe": 32790, + "Ġpepp": 32791, + "ĠChrys": 32792, + "Ġinterstate": 32793, + "Ġcaret": 32794, + "-sufficient": 32795, + "arched": 32796, + "Ġburge": 32797, + "Ġbadge": 32798, + "ĠCourtesy": 32799, + "ĠSubjects": 32800, + "Ġfertilize": 32801, + "ĠSpiritual": 32802, + "iscipline": 32803, + "ĠMPH": 32804, + "ĠChilean": 32805, + "Ġsubdivided": 32806, + "Ġvertigo": 32807, + "ĠReservoir": 32808, + "Diagnosis": 32809, + "Practice": 32810, + "ש": 32811, + "Ġeternity": 32812, + "idences": 32813, + "aday": 32814, + "Ġwhisk": 32815, + "Ġalpine": 32816, + "Ġleaching": 32817, + "ĠRas": 32818, + "ĠJS": 32819, + "Ġsurnames": 32820, + "awatt": 32821, + "Ġsleepy": 32822, + "ĠPatterson": 32823, + "Ġslightest": 32824, + "casts": 32825, + "ĠPotomac": 32826, + "Ġolfactory": 32827, + "Ġpolymerase": 32828, + "Ġacreage": 32829, + "Ġsymposium": 32830, + "Ġengraving": 32831, + "Ġimpartial": 32832, + "Ġdisseminated": 32833, + "Technical": 32834, + "Ġparachute": 32835, + "Ġcheeses": 32836, + "Ground": 32837, + "said": 32838, + "itamins": 32839, + "sty": 32840, + "Ġanarch": 32841, + "osites": 32842, + "ĠHert": 32843, + "akov": 32844, + "ensit": 32845, + "Ġscoliosis": 32846, + "Ġdeported": 32847, + "ĠExhib": 32848, + "ĠSeoul": 32849, + "Ġpsychologically": 32850, + "program": 32851, + "Ġnucleic": 32852, + "ĠMcCl": 32853, + "Ġexperimentally": 32854, + "Ġburner": 32855, + "Ġclimax": 32856, + "Ġneutrinos": 32857, + "Ġmythological": 32858, + ".nc": 32859, + "Ġperiphery": 32860, + "Ġconfronting": 32861, + "ĠThreatened": 32862, + "ĠBaldwin": 32863, + "ositories": 32864, + "ĠKumar": 32865, + "ĠLexington": 32866, + "Ġnegligence": 32867, + "ĠRebellion": 32868, + "diff": 32869, + "fr": 32870, + "tails": 32871, + "yang": 32872, + "yellow": 32873, + "Ġwagons": 32874, + "thia": 32875, + "ĠPius": 32876, + "ĠWine": 32877, + "ĠLinn": 32878, + "theria": 32879, + "Ġuninter": 32880, + "ologous": 32881, + "atham": 32882, + "Ġheadphones": 32883, + "ĠArtemis": 32884, + "hematics": 32885, + "Ġhourly": 32886, + "ĠFamous": 32887, + "ни": 32888, + "ĠDebt": 32889, + "ĠResponsibility": 32890, + "Effects": 32891, + "Ġhog": 32892, + "Ġgoggles": 32893, + "ĠHil": 32894, + "ĠRex": 32895, + "usters": 32896, + "Ġdesks": 32897, + "Ġprotrud": 32898, + "ielding": 32899, + "ĠSevent": 32900, + "ĠXIV": 32901, + "Ġunchecked": 32902, + "ĠPolit": 32903, + "Ġinterpretive": 32904, + "Ġfifteenth": 32905, + "Ġpicturesque": 32906, + "ĠFuller": 32907, + "ĠChemicals": 32908, + "Ġcoincided": 32909, + "Ġgelatin": 32910, + "Ġramifications": 32911, + "Ġseamlessly": 32912, + "Ġailment": 32913, + "Ġglycogen": 32914, + "ĠAxis": 32915, + "Ġmanifold": 32916, + "ĠCherry": 32917, + "Ġendothelial": 32918, + "Texas": 32919, + "paralleled": 32920, + "Virtual": 32921, + "WP": 32922, + "Ġfug": 32923, + "Ġthieves": 32924, + "Ġnam": 32925, + "Ġgasses": 32926, + "Ġheed": 32927, + "Ġcanola": 32928, + "ĠGore": 32929, + "tingham": 32930, + "Ġskys": 32931, + "Ġurinate": 32932, + "ĠSheffield": 32933, + "Ġconcussions": 32934, + "ĠElimin": 32935, + "Ġrichly": 32936, + "adoop": 32937, + "Ġsinuses": 32938, + "osphorus": 32939, + "ĠPsychiatric": 32940, + "ĠUVA": 32941, + "belief": 32942, + "ĠTerminal": 32943, + "Ġwhitening": 32944, + "Ġconcerted": 32945, + "Ġcrocodiles": 32946, + "Urban": 32947, + "Ġindigestion": 32948, + "Farm": 32949, + "casters": 32950, + "von": 32951, + "|N": 32952, + "ĠRapp": 32953, + "Ġspar": 32954, + "Ġclam": 32955, + "Ġsurm": 32956, + "Ġcoherence": 32957, + "lando": 32958, + "Ġdemons": 32959, + "Ġbenefiting": 32960, + "ungsten": 32961, + "Ġcolorless": 32962, + "ĠBooth": 32963, + "ĠAgent": 32964, + "ĠAuthent": 32965, + "Ġrebirth": 32966, + "Ġhorseback": 32967, + "ĠLabel": 32968, + "Ġneckl": 32969, + "ĠLeading": 32970, + "efinition": 32971, + "ĠPrompt": 32972, + "ĠJonah": 32973, + "Ġfaculties": 32974, + "Dar": 32975, + "HV": 32976, + "Moving": 32977, + "Oil": 32978, + "Pa": 32979, + "Rh": 32980, + "Training": 32981, + "lat": 32982, + "alds": 32983, + "Ġdh": 32984, + "stat": 32985, + "uran": 32986, + "ĠBott": 32987, + "athione": 32988, + "Ġhealthiest": 32989, + "banks": 32990, + "Ġundocumented": 32991, + "Ġmoose": 32992, + "Ġsighted": 32993, + "Compar": 32994, + "Ġconveying": 32995, + "Ġsupervise": 32996, + "ĠBaghdad": 32997, + "ĠZurich": 32998, + "BG": 32999, + "Person": 33000, + "ifle": 33001, + "ĠNas": 33002, + "ĠThunder": 33003, + "llis": 33004, + "deep": 33005, + "Ġlineages": 33006, + "-lo": 33007, + "Ġdealer": 33008, + "ĠMyers": 33009, + "ĠUNIX": 33010, + "Ġdedicate": 33011, + "ĠDelivery": 33012, + "Meaning": 33013, + "orphins": 33014, + "Ġmicroscopes": 33015, + "Ġfurry": 33016, + "ĠPutting": 33017, + "Ġfleshy": 33018, + "ĠSongs": 33019, + "Ġmangroves": 33020, + "Ġculminated": 33021, + "Ġnecrosis": 33022, + "Ġperceptual": 33023, + "iretroviral": 33024, + "Ġunlawful": 33025, + "Citation": 33026, + "kong": 33027, + "onso": 33028, + "Ġcass": 33029, + "ĠCars": 33030, + "ĠGy": 33031, + "Ġdisrespect": 33032, + "âĢĿ?Ċ": 33033, + "iseases": 33034, + "ructuring": 33035, + "Ġlookout": 33036, + "Ġbatter": 33037, + "Ġhorrors": 33038, + "evol": 33039, + "ĠProfessionals": 33040, + "Ġattendees": 33041, + "Ġfestive": 33042, + "Ġrhinos": 33043, + "Ġcytoplasm": 33044, + "ĠHayes": 33045, + "Ġumbilical": 33046, + "Increased": 33047, + "Ġbicarbonate": 33048, + "Fil": 33049, + "beg": 33050, + "lé": 33051, + "sin": 33052, + "Ġforge": 33053, + "ĠSlo": 33054, + "eware": 33055, + "ethane": 33056, + "âĢĶall": 33057, + "ĠColors": 33058, + "ĠMedication": 33059, + "-treated": 33060, + "valence": 33061, + "Ġadaptability": 33062, + "Ġagreeing": 33063, + "Ġarchitectures": 33064, + "Ġtrigon": 33065, + "Ġvulgar": 33066, + "Ġbrownish": 33067, + "ridged": 33068, + "Ġprefrontal": 33069, + "Ġnutshell": 33070, + "Ġcomposites": 33071, + "Ġpuncture": 33072, + "ĠVaccines": 33073, + "Ġwarehouses": 33074, + "Ġtrademarks": 33075, + "ĠAdaptation": 33076, + "Ġtributary": 33077, + "ĠNebula": 33078, + "Ġsensitivities": 33079, + "Ġlethargy": 33080, + "Testing": 33081, + "gary": 33082, + "yc": 33083, + "Ġtending": 33084, + "owell": 33085, + "ĠCNS": 33086, + "opin": 33087, + "andum": 33088, + "ĠFri": 33089, + "ĠCholesterol": 33090, + "ĠIsn": 33091, + "Ġterribly": 33092, + "Ġpostwar": 33093, + "Ġdispatched": 33094, + "Ġformatted": 33095, + "Ġcommentators": 33096, + "ĠJulie": 33097, + "iticus": 33098, + "Ġanthropologist": 33099, + "Actually": 33100, + "Ġspellings": 33101, + "Species": 33102, + "Ġbolster": 33103, + "Ġdeterrent": 33104, + "iotherap": 33105, + "Ġshampoo": 33106, + "\").Ċ": 33107, + "Sample": 33108, + "icile": 33109, + "owe": 33110, + "ĠSays": 33111, + "ĠSOC": 33112, + "ĠMast": 33113, + "acred": 33114, + "Ġabide": 33115, + "Ġadherent": 33116, + "yses": 33117, + "ĠVall": 33118, + "Ġsurges": 33119, + "Ġflute": 33120, + "racting": 33121, + "Ġpops": 33122, + "olicy": 33123, + "Ġfemur": 33124, + "Ġpictorial": 33125, + "umbent": 33126, + "त": 33127, + "Ġunsaturated": 33128, + "Ġpitched": 33129, + "IFE": 33130, + "Ġleaky": 33131, + "ĠMoshe": 33132, + "ĠPilot": 33133, + "Ġterrific": 33134, + "Ġbyproducts": 33135, + "Ġcrocodile": 33136, + "Ġpolyphenols": 33137, + "-ag": 33138, + "Lower": 33139, + "uance": 33140, + "й": 33141, + "anse": 33142, + "ĠAub": 33143, + "rule": 33144, + "ĠJF": 33145, + "individual": 33146, + "Ġaddictions": 33147, + "ĠDebor": 33148, + "Ġshortcut": 33149, + "Ash": 33150, + "ĠMonastery": 33151, + "Ġpolyester": 33152, + "Ġradioactivity": 33153, + "Ġunfolding": 33154, + "-centric": 33155, + "Ġaspiring": 33156, + "Ġsubsidy": 33157, + "iculously": 33158, + "Known": 33159, + "Ġcalendars": 33160, + "LO": 33161, + "Prep": 33162, + "Safe": 33163, + "gard": 33164, + "array": 33165, + "ĠABA": 33166, + "Ġascent": 33167, + "ĠGale": 33168, + "ĠOkin": 33169, + "Ġunbiased": 33170, + "Ġpowering": 33171, + "Ġtempo": 33172, + "ĠPhar": 33173, + "Ġlawful": 33174, + "Ġpropane": 33175, + "mares": 33176, + "Ġglycer": 33177, + "Ġconveyor": 33178, + "Ġrefrigerant": 33179, + "ĠEvolutionary": 33180, + "ĠOwl": 33181, + "Members": 33182, + "Ġdesserts": 33183, + "Ġinfrastructures": 33184, + "Ġmacrophages": 33185, + "ĠBotswana": 33186, + "NIH": 33187, + "orations": 33188, + "Ġbef": 33189, + "ĠTN": 33190, + "usan": 33191, + "Ġoverha": 33192, + "Ġskipping": 33193, + "Ġlocust": 33194, + "Ġhistamine": 33195, + "clair": 33196, + "ĠColored": 33197, + "Ġlifes": 33198, + "cellaneous": 33199, + "Ġforwards": 33200, + "Ġsavage": 33201, + "balls": 33202, + "Compare": 33203, + "secondary": 33204, + "Ġtranscripts": 33205, + "Ġnaive": 33206, + "ĠWheeler": 33207, + "Ġrelentless": 33208, + "Bird": 33209, + "ĠAmer": 33210, + "Ġvested": 33211, + "ĠHIST": 33212, + "ĠRust": 33213, + "ĠNFT": 33214, + "ipur": 33215, + "Ġhandler": 33216, + "Ġconfluence": 33217, + "ĠDeut": 33218, + "lette": 33219, + "Ġwording": 33220, + "Ġfieldwork": 33221, + "valuate": 33222, + "rowsiness": 33223, + "Ġaxi": 33224, + "Ġallevi": 33225, + "Ġpersuasion": 33226, + "ĠMachines": 33227, + "Ġseabed": 33228, + "-acting": 33229, + "ĠYosemite": 33230, + "Python": 33231, + "bins": 33232, + "pages": 33233, + "rification": 33234, + "zee": 33235, + "ÃŁ": 33236, + "Ġsire": 33237, + "alon": 33238, + "Ġbarc": 33239, + "Ġviz": 33240, + "unya": 33241, + "Ġelbows": 33242, + "Ġpropel": 33243, + "ĠSouthwestern": 33244, + "ĠMarks": 33245, + "ĠAngola": 33246, + "Ġcontaminant": 33247, + "ĠCreativity": 33248, + "Ġmaximizing": 33249, + "Ġlactic": 33250, + "ĠParticipation": 33251, + "ĠBroadway": 33252, + "ĠÏĦ": 33253, + "Ġsurfing": 33254, + "Ġunconstitutional": 33255, + "Ġdemolition": 33256, + "-authored": 33257, + "Hol": 33258, + "eated": 33259, + "zon": 33260, + "Ġale": 33261, + "ĠSig": 33262, + "Ġconcessions": 33263, + "ĠFAA": 33264, + "ĠLM": 33265, + "Ġtrader": 33266, + "Ġchef": 33267, + "Ġminors": 33268, + "Ġelective": 33269, + "Ġadvising": 33270, + "Ġslipped": 33271, + "ĠChristine": 33272, + "ĠQuaker": 33273, + "Andrew": 33274, + "ĠRegulatory": 33275, + "Ġstreamlined": 33276, + "Ġfiberglass": 33277, + "ĠAttempt": 33278, + "Ġculmination": 33279, + "Ġresurgence": 33280, + "ĠPreventing": 33281, + "erosene": 33282, + "Ġpirate": 33283, + "Ġpicnic": 33284, + "Ġcohesive": 33285, + "ĠEzra": 33286, + "Der": 33287, + "Ġciv": 33288, + "ropping": 33289, + "Ġhither": 33290, + "rach": 33291, + "Ġstump": 33292, + "odil": 33293, + "ĠWatt": 33294, + "akra": 33295, + "ibal": 33296, + "ĠThyroid": 33297, + "Ġtrich": 33298, + "ĠIndoor": 33299, + "Ġguild": 33300, + "-protein": 33301, + "ricken": 33302, + "Ġworthless": 33303, + "Ġquarterly": 33304, + "ĠAvoiding": 33305, + "Ġvanilla": 33306, + "ĠSelected": 33307, + "ĠPreventive": 33308, + "ĠHugo": 33309, + "Ġcabinets": 33310, + "Ġundetected": 33311, + "Reducing": 33312, + "Single": 33313, + "zero": 33314, + "è¯": 33315, + "Ġatypical": 33316, + "Ġoutper": 33317, + "ĠStamp": 33318, + "Ġmaiden": 33319, + "nery": 33320, + "oleum": 33321, + "Ġverge": 33322, + "Ġdetective": 33323, + "Ġdisrupts": 33324, + "Ġcubs": 33325, + "ĠSpringfield": 33326, + "-alone": 33327, + "rodite": 33328, + "-regulation": 33329, + "Ġpatronage": 33330, + "nesty": 33331, + "Ġexcerpts": 33332, + "ĠInspection": 33333, + "ĠPublisher": 33334, + "Ġunreasonable": 33335, + "Ġtaxpayer": 33336, + "Ġrevisit": 33337, + "Ġrepentance": 33338, + "Ġburgeoning": 33339, + "-Atlantic": 33340, + "Average": 33341, + "Dark": 33342, + "Haw": 33343, + "Saint": 33344, + "Ġplywood": 33345, + "anity": 33346, + "anese": 33347, + "ĠThess": 33348, + "ĠBac": 33349, + "ĠEsk": 33350, + "Ġsoaps": 33351, + "rens": 33352, + "Ġovertime": 33353, + "seless": 33354, + "Ġskim": 33355, + "Ġdrifting": 33356, + "ancock": 33357, + "ĠMarion": 33358, + "ARPA": 33359, + "ĠConscious": 33360, + "Ġhostilities": 33361, + "ĠTechnological": 33362, + "ĠHelena": 33363, + "ĠFindings": 33364, + "Ġfingerprints": 33365, + ".nlm": 33366, + "Managing": 33367, + "Ġpancreatitis": 33368, + "omorphic": 33369, + "ĠApostle": 33370, + "Ġannexed": 33371, + "-engine": 33372, + "algia": 33373, + "ĠSV": 33374, + "ĠSieg": 33375, + "ĠCumberland": 33376, + "ĠItems": 33377, + "ossal": 33378, + "Ġentang": 33379, + "Ġinsane": 33380, + "Ġrealms": 33381, + "ĠClause": 33382, + "pecting": 33383, + "ĠColoring": 33384, + "ĠHarbour": 33385, + "ĠEmpower": 33386, + "ĠImmediately": 33387, + "-blind": 33388, + "ĠAsperger": 33389, + "onautics": 33390, + "MAP": 33391, + "Ġalum": 33392, + "izal": 33393, + "Ġblur": 33394, + "ĠVideos": 33395, + "Ġinvoke": 33396, + "Ġstrife": 33397, + "close": 33398, + "âĢĶwith": 33399, + "ĠAndre": 33400, + "Ġslabs": 33401, + "ĠSeventh": 33402, + "Ġredef": 33403, + "ĠParallel": 33404, + "-states": 33405, + "Ġempir": 33406, + "-nine": 33407, + "-space": 33408, + "ĠEvaluate": 33409, + "Ġconvex": 33410, + "Ġintervening": 33411, + "ĠClaude": 33412, + "ĠParaguay": 33413, + "-ter": 33414, + "-verbal": 33415, + "Gar": 33416, + "Gene": 33417, + "Sorry": 33418, + "ku": 33419, + "oct": 33420, + "Ġhug": 33421, + "ĠSOL": 33422, + "ĠCly": 33423, + "ĠCrete": 33424, + "ĠCrane": 33425, + "Ġdeformed": 33426, + "ĠBren": 33427, + "ĠEcc": 33428, + "Ġunmarried": 33429, + "Ġinfar": 33430, + "ĠKell": 33431, + "Ġentail": 33432, + "Ġtopographic": 33433, + "Ġtreasury": 33434, + "mitting": 33435, + "ĠMystery": 33436, + "Ġspectacle": 33437, + "Ġkillers": 33438, + "Plastic": 33439, + "uminous": 33440, + "visor": 33441, + "Ġpumpkins": 33442, + "Ġsimplistic": 33443, + "guided": 33444, + "ampsia": 33445, + "ĠMahal": 33446, + "Ġundermined": 33447, + "Ġfostered": 33448, + "Ġabstinence": 33449, + "ĠRatio": 33450, + "ĠConcern": 33451, + "Ġbordering": 33452, + "Ġeradicated": 33453, + "./": 33454, + "hak": 33455, + "tops": 33456, + "×ij": 33457, + "lein": 33458, + "igrant": 33459, + "ĠSaunders": 33460, + "Ġtwelfth": 33461, + "Ġindist": 33462, + "Ġcooks": 33463, + "Ġharden": 33464, + "ĠPride": 33465, + "isteria": 33466, + ".Contin": 33467, + "UTION": 33468, + "Ġgrooves": 33469, + "locked": 33470, + "Ġmeltdown": 33471, + "ĠFitzgerald": 33472, + "ĠDoppler": 33473, + "ĠBorneo": 33474, + "Ġunsuitable": 33475, + "-ren": 33476, + "JECT": 33477, + "Positive": 33478, + "greens": 33479, + "jee": 33480, + "lasting": 33481, + "Ġsown": 33482, + "Ġhi": 33483, + "ĠTaken": 33484, + "ĠSector": 33485, + "resolved": 33486, + "ivists": 33487, + "ĠGang": 33488, + "Ġdisabling": 33489, + "Ġrepar": 33490, + "insically": 33491, + "derabad": 33492, + "ursions": 33493, + "Ġbarred": 33494, + "Ġharp": 33495, + "Ġtenant": 33496, + "Ġvirtuous": 33497, + "Adult": 33498, + "OSE": 33499, + "ĠAdministrative": 33500, + "Ġcriticize": 33501, + "plantation": 33502, + "Ġpropagated": 33503, + "Ġsleeve": 33504, + "ĠCameroon": 33505, + "Ġcafeter": 33506, + "ĠGarcia": 33507, + "-under": 33508, + "evelop": 33509, + "times": 33510, + "Ġnond": 33511, + "ĠSoul": 33512, + "ĠLT": 33513, + "Ġclump": 33514, + "ovah": 33515, + "Ġdecoding": 33516, + "ulla": 33517, + "Ġbenevol": 33518, + "Ġhymn": 33519, + "Ġtermite": 33520, + "ĠLeh": 33521, + "plicit": 33522, + "ĠAssign": 33523, + "Ġvoiced": 33524, + "Ġaccelerates": 33525, + "Ġrankings": 33526, + "Ġgroove": 33527, + "Ġmaximise": 33528, + "Ġcraftsmen": 33529, + "Ġcorrupted": 33530, + "Ġ_____": 33531, + "ĠClaudius": 33532, + "Ġscaffold": 33533, + "Ġbargaining": 33534, + "-educated": 33535, + "-onset": 33536, + ".â̦": 33537, + "Jac": 33538, + "];": 33539, + "oic": 33540, + "years": 33541, + "Ġonward": 33542, + "ĠSovere": 33543, + "iris": 33544, + "thorne": 33545, + "Ġencyclop": 33546, + "Ġadapter": 33547, + "Ġclut": 33548, + "Ġbuys": 33549, + "undi": 33550, + "Ġcausative": 33551, + "Ġtreacher": 33552, + "Ġmicroch": 33553, + "ér": 33554, + "Ġlogarith": 33555, + "Ġextrac": 33556, + "ĠIronically": 33557, + "angelo": 33558, + "ĠBhag": 33559, + "Ġgonna": 33560, + "continental": 33561, + "Ġscaffolding": 33562, + "ĠEnhance": 33563, + "ĠAntibiotics": 33564, + "Ġdivorced": 33565, + "Europe": 33566, + "Ġeve": 33567, + "ĠSolving": 33568, + "ĠCyn": 33569, + "Ġvamp": 33570, + "ĠHabits": 33571, + "Ġnearer": 33572, + "andan": 33573, + "arton": 33574, + "Ġexpired": 33575, + "ixel": 33576, + "Ġclassifying": 33577, + "Ġfreeing": 33578, + "Ġobjectively": 33579, + "Ġgreeted": 33580, + "-waste": 33581, + "riminals": 33582, + "ITION": 33583, + "ĠPosted": 33584, + "Ġworsens": 33585, + "ihad": 33586, + "Considering": 33587, + "Ġmucosa": 33588, + "Ġimplantation": 33589, + "Ġlubrication": 33590, + "Ġimmortality": 33591, + "ĠGeorgetown": 33592, + "!).Ċ": 33593, + "-lying": 33594, + "Fun": 33595, + "Wikipedia": 33596, + "iptic": 33597, + "yu": 33598, + "Ġtier": 33599, + "ilight": 33600, + "imps": 33601, + "ĠSz": 33602, + "ĠPied": 33603, + "ĠHull": 33604, + "Ġshipment": 33605, + "Ġpreacher": 33606, + "Ġquota": 33607, + "Ġhumorous": 33608, + "ĠSurgical": 33609, + "Ġpolyethylene": 33610, + "Ġspiritually": 33611, + "-national": 33612, + "ĠWilde": 33613, + "Ġtowering": 33614, + "Ġplatelet": 33615, + "UTC": 33616, + "Ġrectal": 33617, + "Ġchromosomal": 33618, + "Neuro": 33619, + "ĠBuddhists": 33620, + "ĠCompanion": 33621, + "ĠLynch": 33622, + "FORM": 33623, + "dx": 33624, + "fre": 33625, + "position": 33626, + "ugin": 33627, + "ĠCalled": 33628, + "osher": 33629, + "Ġchili": 33630, + "ĠFen": 33631, + "ĠNarrative": 33632, + "Ġindifference": 33633, + "Ġtransdu": 33634, + "Ġentangled": 33635, + "âĢľOne": 33636, + "Ġdelinqu": 33637, + "Ġquantified": 33638, + "Ġtrusts": 33639, + "ĠInteraction": 33640, + "partame": 33641, + "Ġminimizes": 33642, + "ĠUlster": 33643, + "tons": 33644, + "Ãī": 33645, + "Ġsesame": 33646, + "itin": 33647, + "Ġcomics": 33648, + "kerel": 33649, + "Ġpartnering": 33650, + "ĠStret": 33651, + "thel": 33652, + "thello": 33653, + "||Ċ": 33654, + "Ġhomeostasis": 33655, + "ĠGoethe": 33656, + "Ġpopularized": 33657, + "ĠTechnique": 33658, + "ukh": 33659, + "Ġdividend": 33660, + "ĠâĻ": 33661, + "Ġfleets": 33662, + "ĠTemplate": 33663, + "Apple": 33664, + "Ġsophist": 33665, + "Across": 33666, + "ĠFrontier": 33667, + "Secondly": 33668, + "Ġincompet": 33669, + "Population": 33670, + "Ġdisguise": 33671, + "FD": 33672, + "Pain": 33673, + "wheat": 33674, + "Ġole": 33675, + "Ġfals": 33676, + "Ġeard": 33677, + "iland": 33678, + "ĠMald": 33679, + "ĠDana": 33680, + "ĠNab": 33681, + "ĠGru": 33682, + "ĠLamp": 33683, + "ĠLenn": 33684, + "ĠLighthouse": 33685, + "ĠUnt": 33686, + "Ġoffending": 33687, + "Ġacoust": 33688, + "Ġcheat": 33689, + "Ġliturgical": 33690, + "Ġvisceral": 33691, + "ĠReid": 33692, + "Ġstructurally": 33693, + "Ġoptimally": 33694, + "ĠPassage": 33695, + "ĠATM": 33696, + "Ġdeteriorating": 33697, + "Ġbulletin": 33698, + "Ġleveraging": 33699, + "ĠVitamins": 33700, + "Ġamusement": 33701, + "ĠBrisbane": 33702, + "Mah": 33703, + "bill": 33704, + "core": 33705, + "ilant": 33706, + "andom": 33707, + "ĠEurasian": 33708, + "Ġnotifications": 33709, + "ĠNietzsche": 33710, + "ĠLily": 33711, + "Ġark": 33712, + "Ġsubway": 33713, + "Ġtechnologically": 33714, + "Ġnormative": 33715, + "plicated": 33716, + "Ġdominating": 33717, + "Ġfigs": 33718, + "Ġblockers": 33719, + "Ġmalle": 33720, + "-selling": 33721, + "ĠDirectorate": 33722, + "Conservation": 33723, + "-enabled": 33724, + "Ġdialogues": 33725, + "ĠRabbit": 33726, + "ĠHorizons": 33727, + "Ġjealousy": 33728, + "Ġthrombosis": 33729, + "Ġorchestr": 33730, + ".Continue": 33731, + "Ns": 33732, + "vacc": 33733, + "yrus": 33734, + "з": 33735, + "Ġcrows": 33736, + "icz": 33737, + "ĠTick": 33738, + "ĠCock": 33739, + "ĠDres": 33740, + "ĠDollar": 33741, + "Ġsparing": 33742, + "Ġspouses": 33743, + "Ġperi": 33744, + "Ġdeserved": 33745, + "Ġcurcumin": 33746, + "gger": 33747, + "ĠProto": 33748, + "cientious": 33749, + "Ġsustenance": 33750, + "ICH": 33751, + "Ġepoxy": 33752, + "ĠRoads": 33753, + "Ġinfecting": 33754, + "Ġpitfalls": 33755, + "ĠPowder": 33756, + "ĠRainbow": 33757, + "ĠREAD": 33758, + "Ġamenities": 33759, + "ĠDeborah": 33760, + "-room": 33761, + "Tax": 33762, + "Ġcradle": 33763, + "alted": 33764, + "ĠTI": 33765, + "ĠSEC": 33766, + "ĠDT": 33767, + "ĠRGB": 33768, + "ĠYom": 33769, + "isson": 33770, + "Ġbestowed": 33771, + "Ġopportunistic": 33772, + "ĠAmanda": 33773, + "ONG": 33774, + "Ġlikeness": 33775, + "ĠCustomer": 33776, + "ĠShelley": 33777, + "Ġprosthetic": 33778, + "ĠColeman": 33779, + "otropic": 33780, + "Ġextraterrestrial": 33781, + "ĠHastings": 33782, + "France": 33783, + "rash": 33784, + "vor": 33785, + "Ġcork": 33786, + "ename": 33787, + "Ġbinder": 33788, + "esses": 33789, + "Ġemulate": 33790, + "Ġsignalling": 33791, + "Ġprojectile": 33792, + "-factor": 33793, + "ĠColumn": 33794, + "-design": 33795, + "Ġreasoned": 33796, + "Ġmanufactures": 33797, + "ĠCommunism": 33798, + "Ġthrilled": 33799, + "Ġcomplaining": 33800, + "Ġeastward": 33801, + "ĠBurmese": 33802, + "Ġunpublished": 33803, + "Ġdelaying": 33804, + "Ġtillage": 33805, + "Ġanaemia": 33806, + "Ġqueue": 33807, + "-supported": 33808, + "Ġcoercion": 33809, + "%|Ċ": 33810, + "Say": 33811, + "×ŀ": 33812, + "Ġliner": 33813, + "ĠIstanbul": 33814, + "adapt": 33815, + "odian": 33816, + "Ġspilled": 33817, + "ibo": 33818, + "Ġunparalleled": 33819, + "orded": 33820, + "Ġwaterfall": 33821, + "Ġinterl": 33822, + "Ġoccult": 33823, + "Ġgroupings": 33824, + "ĠShir": 33825, + "Ġerratic": 33826, + "ĠKingston": 33827, + "Ġdenoted": 33828, + "Ġsenator": 33829, + "Ġsweetness": 33830, + "Ġintellectually": 33831, + "ĠBusinesses": 33832, + "Ġpellet": 33833, + "ĠSavior": 33834, + "Ġgraceful": 33835, + "ĠBradford": 33836, + "Skip": 33837, + "ĠSlavic": 33838, + "Ġlouder": 33839, + "ĠAramaic": 33840, + "Ġapoptosis": 33841, + "Ġimmunosupp": 33842, + "Library": 33843, + "built": 33844, + "iitis": 33845, + "ί": 33846, + "stay": 33847, + "ifa": 33848, + "Ġshady": 33849, + "Ġshirts": 33850, + "Ġtruss": 33851, + "ornings": 33852, + "Ġdemocracies": 33853, + "Ġpainkillers": 33854, + "ĠTeresa": 33855, + "âĢĵand": 33856, + "Strong": 33857, + "Ġeras": 33858, + "ĠAbnormal": 33859, + "Ġtournament": 33860, + "ĠDanube": 33861, + "Ġfurnaces": 33862, + "ĠEstimates": 33863, + "®,": 33864, + "Ġradiocarbon": 33865, + "Ġexchanging": 33866, + "Ġflagship": 33867, + "Ġlagoon": 33868, + "Ġlavish": 33869, + "ĠHappiness": 33870, + "ĠInsects": 33871, + "Ġnematodes": 33872, + "Ġpamphlet": 33873, + "Ġretinopathy": 33874, + "graduates": 33875, + "-ext": 33876, + "Hub": 33877, + "Li": 33878, + "OF": 33879, + "bottom": 33880, + "chester": 33881, + "positive": 33882, + "erd": 33883, + "eri": 33884, + "Ġcider": 33885, + "Ġleaked": 33886, + "idea": 33887, + "Ġhass": 33888, + "ĠKru": 33889, + "Ġgenotype": 33890, + "Ġglove": 33891, + "raltar": 33892, + "general": 33893, + "Ġoppress": 33894, + "ĠSheep": 33895, + "Ġrespectable": 33896, + "Ġfrontiers": 33897, + "Ġroadways": 33898, + "Ġconversions": 33899, + "Ġbudding": 33900, + "ĠCyrus": 33901, + "Ġclarified": 33902, + "-West": 33903, + "ĠHumph": 33904, + "Cour": 33905, + "Russia": 33906, + "_s": 33907, + "published": 33908, + "ÅŁ": 33909, + "Ġpaws": 33910, + "Ġtoast": 33911, + "ĠTac": 33912, + "olated": 33913, + "ĠPsy": 33914, + "ĠBering": 33915, + "Ġrushing": 33916, + "ĠDip": 33917, + "arthen": 33918, + "Ġclone": 33919, + "Ġmanic": 33920, + "ĠSton": 33921, + "-wise": 33922, + "ĠHelm": 33923, + "ĠMissing": 33924, + "Ġpigmentation": 33925, + "-choice": 33926, + "-quarter": 33927, + "Ġracially": 33928, + "Ġrefinement": 33929, + "ĠRegistration": 33930, + "Latest": 33931, + "odendron": 33932, + "Ġip": 33933, + "-oxid": 33934, + "give": 33935, + "meg": 33936, + "vous": 33937, + "atomic": 33938, + "Ġmuff": 33939, + "Ġdol": 33940, + "âĢij": 33941, + "ĠTil": 33942, + "olini": 33943, + "owment": 33944, + "ĠAZ": 33945, + "ĠSPA": 33946, + "roma": 33947, + "ocomp": 33948, + "ĠDolph": 33949, + "rips": 33950, + "Ġnumerals": 33951, + "Ġcapitals": 33952, + "-flight": 33953, + "ĠReach": 33954, + "Ġfallacy": 33955, + "Ġintroductions": 33956, + "Ġdependencies": 33957, + "Ġballistic": 33958, + "Overview": 33959, + "Firstly": 33960, + "Ġcontroversies": 33961, + "Ġsubtypes": 33962, + "Ġconservatives": 33963, + "Ġcherished": 33964, + "ĠAhmad": 33965, + "Ġdeafness": 33966, + "ĠSMART": 33967, + "Ġhawks": 33968, + "ĠHercules": 33969, + "Ġantiseptic": 33970, + "Americans": 33971, + "Emb": 33972, + "esch": 33973, + "Ġpaw": 33974, + "Ġfringe": 33975, + "Ġstric": 33976, + "Ġhey": 33977, + "ĠWitness": 33978, + "Ġsparks": 33979, + "redited": 33980, + "ĠScene": 33981, + "Ġpassport": 33982, + "Ġoxytocin": 33983, + "Ġmessengers": 33984, + "ĠDavies": 33985, + "Prog": 33986, + "ĠNAACP": 33987, + "Ġbioge": 33988, + "Ġaxe": 33989, + "Ġperpetuate": 33990, + "Ġnineteen": 33991, + "Ġcarcinogen": 33992, + "ĠBarton": 33993, + "Ġdiligence": 33994, + "ĠTowards": 33995, + "ĠJenkins": 33996, + "Base": 33997, + "Parent": 33998, + "dead": 33999, + "hon": 34000, + "writer": 34001, + "eti": 34002, + "ĠCove": 34003, + "Ġiteration": 34004, + "Ġextermin": 34005, + "ĠFirm": 34006, + "plings": 34007, + "answered": 34008, + "Ġpeach": 34009, + "Ġreputed": 34010, + "Ġfacade": 34011, + "-dollar": 34012, + "ĠPartner": 34013, + "Ġarmour": 34014, + "ĠCDs": 34015, + "ĠFreed": 34016, + "Ġgathers": 34017, + "Ġembraces": 34018, + "Commercial": 34019, + "BMI": 34020, + "****": 34021, + "ĠTyler": 34022, + "Ġvestibular": 34023, + "airobi": 34024, + "Ġmicronutrients": 34025, + "Ġkilowatt": 34026, + "ĠSquadron": 34027, + "Ġmeteors": 34028, + "Cognitive": 34029, + "Eye": 34030, + "JV": 34031, + "Ther": 34032, + "mills": 34033, + "Ġtau": 34034, + "inging": 34035, + "ĠTian": 34036, + "ĠSMS": 34037, + "ĠRaf": 34038, + "ĠGau": 34039, + "ovic": 34040, + "Ġgoverns": 34041, + "Ġslipping": 34042, + "oflav": 34043, + "ĠNehru": 34044, + "Ġconversational": 34045, + "ĠPortrait": 34046, + "Ġbriefing": 34047, + "ĠLatinos": 34048, + "Ġdisciplined": 34049, + "Ġscripting": 34050, + "EEK": 34051, + "Ġsterilization": 34052, + "Ġrented": 34053, + "Ġsqueezed": 34054, + "ĠBaseball": 34055, + "Africa": 34056, + "ĠAmbassador": 34057, + "Ġeuph": 34058, + "Ġappraisal": 34059, + "Ġreconsider": 34060, + "ĠCannabis": 34061, + "ĠÑģ": 34062, + "Authors": 34063, + "lite": 34064, + "intern": 34065, + "chini": 34066, + "Ġwhopping": 34067, + "ĠPupp": 34068, + "Ġwashes": 34069, + "ĠNZ": 34070, + "ĠUlysses": 34071, + "Ġunstructured": 34072, + "Ġunderpin": 34073, + "licking": 34074, + "gano": 34075, + "Ġsolves": 34076, + "Ġforearm": 34077, + "Ġcondom": 34078, + "termination": 34079, + "ACS": 34080, + "Specific": 34081, + "Ġdeliveries": 34082, + "ĠBurk": 34083, + "ĠPropag": 34084, + "Ġoverwhelm": 34085, + "Ġentertained": 34086, + "Ġproximal": 34087, + "aguar": 34088, + "ĠEVs": 34089, + "ĠSuffolk": 34090, + "Ġmediator": 34091, + "Field": 34092, + "Ġlore": 34093, + "ĠCPA": 34094, + "elius": 34095, + "ĠPitt": 34096, + "Ġrite": 34097, + "ĠDDT": 34098, + "ĠRum": 34099, + "ĠUAV": 34100, + "lesn": 34101, + "obias": 34102, + "Ġcurl": 34103, + "ĠArlington": 34104, + "aird": 34105, + "Ġrunway": 34106, + "ducers": 34107, + "Ġinvestigative": 34108, + "ersonic": 34109, + "uku": 34110, + "Ġduplication": 34111, + "Ġepidermis": 34112, + "Ġrigidity": 34113, + "ĠSSH": 34114, + "Price": 34115, + "Ġexporting": 34116, + "Ġbenzene": 34117, + "Ġcarcasses": 34118, + "(B": 34119, + "Ġheres": 34120, + "ĠPI": 34121, + "ĠBD": 34122, + "ĠWad": 34123, + "encephal": 34124, + "Ġregener": 34125, + "Ġattest": 34126, + "Ġinstill": 34127, + "Ġdetained": 34128, + "ulling": 34129, + "Ġrestricts": 34130, + "Ġbroker": 34131, + "Ġspaceflight": 34132, + "ĠSyrac": 34133, + "Ġignited": 34134, + "Ġtransmitters": 34135, + "College": 34136, + "Ġalertness": 34137, + "Ġcontraceptive": 34138, + "ĠEDT": 34139, + "Ġboron": 34140, + "Ġemigrated": 34141, + "Ġhibernation": 34142, + "ĠToyota": 34143, + "Ġbrochure": 34144, + "gil": 34145, + "ĠEnce": 34146, + "ĠFT": 34147, + "ĠInvasive": 34148, + "Ġapprehens": 34149, + "ĠKurt": 34150, + "Ġrelocate": 34151, + "Ġflor": 34152, + "Ġfactions": 34153, + "Ġdepress": 34154, + "Ġequine": 34155, + "Ġsecondhand": 34156, + "Ġbehaving": 34157, + "ammu": 34158, + "ĠMeh": 34159, + "evolution": 34160, + "amentals": 34161, + "Ġlegislatures": 34162, + "ĠAnnals": 34163, + "Ġcommissioner": 34164, + "Ġcoughs": 34165, + "advantages": 34166, + "Ġprecedence": 34167, + "Ġrecruits": 34168, + "Ġrewrite": 34169, + "ĠMajesty": 34170, + "ĠPioneer": 34171, + "ĠPompe": 34172, + "Ġovereating": 34173, + "ĠChernobyl": 34174, + "GU": 34175, + "Ġtouted": 34176, + "athed": 34177, + "Ġfiery": 34178, + "Ġhanged": 34179, + "staking": 34180, + "ĠMAN": 34181, + "agogues": 34182, + "ibus": 34183, + "Ġtwitter": 34184, + "hatma": 34185, + "Ġlongstanding": 34186, + "Ġlander": 34187, + "ĠShap": 34188, + "ĠSeas": 34189, + "Ġobsessed": 34190, + "Ġclosures": 34191, + "athyroid": 34192, + "Ġtransitioning": 34193, + "Ġloudly": 34194, + "ĠFrame": 34195, + "Ġcongru": 34196, + "ĠSDGs": 34197, + "ĠMarxist": 34198, + "Ġdisinfectant": 34199, + "ĠAthena": 34200, + "Ġfixture": 34201, + "Ġabrasive": 34202, + "Ġaccusations": 34203, + "ĠGustav": 34204, + "/IP": 34205, + "Northern": 34206, + "Ġthym": 34207, + "ĠBrom": 34208, + "Ġstudios": 34209, + "â̦âĢĿĊ": 34210, + "Ġselects": 34211, + "Ġspectators": 34212, + "ĠBelief": 34213, + "ĠDeficiency": 34214, + "ĠSumatra": 34215, + "ĠNavigation": 34216, + "justed": 34217, + "-enh": 34218, + "Ġtortoises": 34219, + "ĠLatvia": 34220, + "/watch": 34221, + "Ġdermatologist": 34222, + "cephalus": 34223, + "Ġsinusitis": 34224, + "hetti": 34225, + "\")Ċ": 34226, + "-plus": 34227, + "Pen": 34228, + "sic": 34229, + "Ġtheaters": 34230, + "itrogen": 34231, + "Ġbounty": 34232, + "Ġbothered": 34233, + "ĠACS": 34234, + "ĠPerc": 34235, + "ĠPierce": 34236, + "ĠEph": 34237, + "ilda": 34238, + "Ġwaterway": 34239, + "Ġcheating": 34240, + "Ġstartups": 34241, + "-tolerant": 34242, + "letic": 34243, + "Ġfatality": 34244, + "ĠAssist": 34245, + "flat": 34246, + "-eastern": 34247, + "ALTH": 34248, + "Ġcolouring": 34249, + "cutta": 34250, + "Employ": 34251, + "Ġcramping": 34252, + "ĠEuph": 34253, + "Cyber": 34254, + "Ġfibrillation": 34255, + "ĠYukon": 34256, + "Active": 34257, + "Lake": 34258, + "LES": 34259, + "few": 34260, + "lusion": 34261, + "onite": 34262, + "ĠTissue": 34263, + "ĠTMJ": 34264, + "Ġ(Ċ": 34265, + "ĠFE": 34266, + "ĠGU": 34267, + "Ġcompartments": 34268, + "ĠHeight": 34269, + "connect": 34270, + "Animals": 34271, + "Ġimaginations": 34272, + "ĠExplan": 34273, + "biosis": 34274, + "Ġinstantaneous": 34275, + "ĠCSI": 34276, + "Ġgoddesses": 34277, + "ĠVegetable": 34278, + "Ġirradiation": 34279, + "Browse": 34280, + "mor": 34281, + "à®": 34282, + "Ġpane": 34283, + "Ġdancer": 34284, + "enties": 34285, + "ĠDual": 34286, + "ĠFry": 34287, + "ĠLund": 34288, + "avia": 34289, + "Ġscorp": 34290, + "ĠKlan": 34291, + "ĠVil": 34292, + "Ġperformer": 34293, + "-che": 34294, + "Ġteamed": 34295, + "Ġ=>": 34296, + "shi": 34297, + "ĠPerkins": 34298, + "ĠQuin": 34299, + "Ġsouthward": 34300, + "Ġweakens": 34301, + "placement": 34302, + "ĠSTAT": 34303, + "Ġbelongings": 34304, + "Ġblogger": 34305, + "ĠMalaria": 34306, + "Ġmortg": 34307, + "aji": 34308, + "ĠPractition": 34309, + "ĠPromote": 34310, + "Ġsemiconductors": 34311, + "Ġredistribution": 34312, + "ĠSchwartz": 34313, + "Ġamputation": 34314, + "Ġbureaucratic": 34315, + "ĠReverend": 34316, + "Ġrefineries": 34317, + "angaroo": 34318, + "Saturday": 34319, + "parency": 34320, + "enf": 34321, + "Ġbast": 34322, + "roval": 34323, + "ceph": 34324, + "ĠIroqu": 34325, + "thorn": 34326, + "istor": 34327, + "ocannab": 34328, + "ande": 34329, + "Ġsimulator": 34330, + "Ġcavern": 34331, + "Ġprototyping": 34332, + "closed": 34333, + "-su": 34334, + "Ġpaperwork": 34335, + "Ġexcitation": 34336, + "Ġcounsell": 34337, + "Ġmammography": 34338, + "Ġunpaid": 34339, + "Ġunintentional": 34340, + "Ġpiercing": 34341, + "Ġpenguin": 34342, + "esarean": 34343, + "ĠRemembrance": 34344, + "WM": 34345, + "dry": 34346, + "hang": 34347, + "nae": 34348, + "Ġarable": 34349, + "Ġcipher": 34350, + "edipus": 34351, + "ĠMam": 34352, + "ĠMight": 34353, + "Ġkay": 34354, + "ologne": 34355, + "Ġprovocative": 34356, + "Ġextinctions": 34357, + "ĠAlaskan": 34358, + "Ġslit": 34359, + "Ġbasalt": 34360, + "Ġbiosphere": 34361, + "ĠOrwell": 34362, + "culus": 34363, + "-loving": 34364, + "ĠIndianapolis": 34365, + "ĠCurtis": 34366, + "ĠMatrix": 34367, + "Ġfertiliser": 34368, + "Death": 34369, + "Ġcreamy": 34370, + "Ġprecautionary": 34371, + "ĠMellon": 34372, + "ĠKarnataka": 34373, + "Lack": 34374, + "Oral": 34375, + "Ocean": 34376, + "ailles": 34377, + "count": 34378, + "hid": 34379, + "aler": 34380, + "Ġbays": 34381, + "otus": 34382, + "ircular": 34383, + "ĠGH": 34384, + "ĠLama": 34385, + "licts": 34386, + "inseng": 34387, + "Ġdemo": 34388, + "Ġmultiv": 34389, + "ĠWarner": 34390, + "ĠManage": 34391, + "Ġwildflowers": 34392, + "ĠMonetary": 34393, + "Ġfixes": 34394, + "rabic": 34395, + "Ġhomage": 34396, + "Ġwaveform": 34397, + "Enjoy": 34398, + "ĠWordPress": 34399, + "Ġresurrect": 34400, + "-commerce": 34401, + "ĠCatalog": 34402, + "ĠCandida": 34403, + "Ġmetastatic": 34404, + "Ġdeformity": 34405, + "Ġwitchcraft": 34406, + "Oxford": 34407, + "Ġreceipts": 34408, + "ĠAurora": 34409, + "Ġsophistication": 34410, + "Jo": 34411, + "Ġmish": 34412, + "Ġditches": 34413, + "ĠWitt": 34414, + "ĠEverest": 34415, + "Ġintrusive": 34416, + "asta": 34417, + "Ġoutpost": 34418, + "Ġevils": 34419, + "Ġsetbacks": 34420, + "Ġmaid": 34421, + "Ġplanner": 34422, + "Ġinternship": 34423, + "ĠBeer": 34424, + "ĠDrum": 34425, + "Ġseriousness": 34426, + "Ġwoodpeck": 34427, + "ISM": 34428, + "ĠUsage": 34429, + "Ġcommandment": 34430, + "Ġvisionary": 34431, + "Ġdissolves": 34432, + "Ġhazel": 34433, + "Construction": 34434, + "htaking": 34435, + "ĠINTER": 34436, + "Provide": 34437, + "Ġaristocracy": 34438, + "Ġingenious": 34439, + "Ġexplorations": 34440, + "Path": 34441, + "çĶ": 34442, + "Ġlas": 34443, + "Ġlest": 34444, + "things": 34445, + "ĠEcl": 34446, + "Ġdownfall": 34447, + "ahi": 34448, + "Ġhomeopathic": 34449, + "Ġanalogue": 34450, + "Ġwindy": 34451, + "ĠGenocide": 34452, + "mberg": 34453, + "shield": 34454, + "ĠNottingham": 34455, + "Ġthrived": 34456, + "ĠSTR": 34457, + "Ġfiller": 34458, + "Ġdreamed": 34459, + "Ġpermissible": 34460, + "Ġtorrent": 34461, + "ĠiPads": 34462, + "Ġabbreviations": 34463, + "âĨĴ": 34464, + "ĠJurassic": 34465, + "ĠPermanent": 34466, + "ĠPenguin": 34467, + "\"?": 34468, + "coll": 34469, + "skin": 34470, + "eneration": 34471, + "ĠTM": 34472, + "cere": 34473, + "ĠSony": 34474, + "ĠPPE": 34475, + "ĠHM": 34476, + "uren": 34477, + "Ġdefences": 34478, + "Ġmodernity": 34479, + "Ġpollute": 34480, + "borhood": 34481, + "Exodus": 34482, + "Ġroadway": 34483, + "rowser": 34484, + "ulfur": 34485, + "ĠCleopatra": 34486, + "INGTON": 34487, + "utsch": 34488, + "ĠFormer": 34489, + "Ġ____________": 34490, + "ÑĢа": 34491, + "Ġhubs": 34492, + "-neutral": 34493, + "Ġabolitionist": 34494, + "ĠArgument": 34495, + "ĠCochrane": 34496, + "Ġpercussion": 34497, + "ĠMaharashtra": 34498, + "JC": 34499, + "milk": 34500, + "ozyg": 34501, + "vens": 34502, + "Ġmolars": 34503, + "Ġhues": 34504, + "ĠTart": 34505, + "ircon": 34506, + "ĠBrow": 34507, + "ocious": 34508, + "ĠGull": 34509, + "idental": 34510, + "âĢĶespecially": 34511, + "Ġpurported": 34512, + "ébec": 34513, + "-gra": 34514, + "Ġsnowfall": 34515, + "Ġnanoscale": 34516, + "Ġaxle": 34517, + "uhan": 34518, + "Ġdishwas": 34519, + "Ġhangs": 34520, + "ĠECG": 34521, + "hews": 34522, + "ĠNursery": 34523, + "Ġnuanced": 34524, + "Improving": 34525, + "Ġpatriarchal": 34526, + "emporal": 34527, + "?v": 34528, + "ĠCERN": 34529, + "adia": 34530, + "ĠFault": 34531, + "ffer": 34532, + "Ġunsett": 34533, + "Ġhernia": 34534, + "Ġgrower": 34535, + "reads": 34536, + "Ġfreezes": 34537, + "oley": 34538, + "olyn": 34539, + "ĠJanet": 34540, + "ĠAntig": 34541, + "ĠWaterloo": 34542, + "ĠRoof": 34543, + "Ġcertifications": 34544, + "Ġcarts": 34545, + "Ġmildly": 34546, + "ĠAngela": 34547, + "ĠSanders": 34548, + "handle": 34549, + "Ġnumeracy": 34550, + "Ġdeteriorated": 34551, + "ĠMosque": 34552, + "hells": 34553, + "OURCE": 34554, + "Ġvoyages": 34555, + "-voltage": 34556, + "ĠFuj": 34557, + "copene": 34558, + "/km": 34559, + "Near": 34560, + "chet": 34561, + "rath": 34562, + "reth": 34563, + "ĠSale": 34564, + "ophe": 34565, + "ĠBears": 34566, + "ĠDul": 34567, + "ĠDong": 34568, + "ustaining": 34569, + "Ġdecon": 34570, + "Ġsomatic": 34571, + "Ġprogrammable": 34572, + "Ġencroach": 34573, + "appiness": 34574, + "appropri": 34575, + "-western": 34576, + "Ġsucrose": 34577, + "ĠDetailed": 34578, + "Ġpolarized": 34579, + "ĠLighting": 34580, + "Ġgauges": 34581, + "Ġannouncements": 34582, + "runner": 34583, + "Ġteaspoons": 34584, + "Presentation": 34585, + "ĠCavalry": 34586, + "Ġembodiment": 34587, + "Ġfaçade": 34588, + "Ġï¬ģ": 34589, + "-not": 34590, + "cape": 34591, + "critical": 34592, + "xin": 34593, + "Ġmumps": 34594, + "Ġstunted": 34595, + "ĠSind": 34596, + "Ġripple": 34597, + "ĠDuch": 34598, + "Ġseag": 34599, + "ĠFris": 34600, + "Ġenumer": 34601, + "Ġclans": 34602, + "Ġuninh": 34603, + "Ġinterrelated": 34604, + "ĠShin": 34605, + "-dwelling": 34606, + "-loss": 34607, + "Ġsummed": 34608, + "ĠGuang": 34609, + "Ġaudits": 34610, + "-growth": 34611, + "Ġconsequent": 34612, + "ĠGovernance": 34613, + "Ġalternatively": 34614, + "Ġsharpen": 34615, + "ĠPubMed": 34616, + "ĠFarms": 34617, + "Ġmemorials": 34618, + "Ġsmoker": 34619, + "Webster": 34620, + "Fair": 34621, + "zan": 34622, + "ĠPets": 34623, + "ĠRide": 34624, + "Ġbranched": 34625, + "ĠResilience": 34626, + "auts": 34627, + "Ġrecognising": 34628, + "ĠImplications": 34629, + "Ġmicrograms": 34630, + "lexible": 34631, + "ĠSuite": 34632, + "ĠMinim": 34633, + "Ġhabitual": 34634, + "Ġburnout": 34635, + "Ġsinful": 34636, + "Ġrhyming": 34637, + "Ġboycott": 34638, + "Understand": 34639, + "Ġcollapses": 34640, + "Ġcollapsing": 34641, + "ĠRouge": 34642, + "Pur": 34643, + "Sunday": 34644, + "bull": 34645, + "love": 34646, + "mere": 34647, + "Ġtapped": 34648, + "edient": 34649, + "Ġdean": 34650, + "Ġshout": 34651, + "rouse": 34652, + "apters": 34653, + "ĠEnforcement": 34654, + "ĠContrast": 34655, + "Ġvegetarians": 34656, + "edicated": 34657, + "Ġnested": 34658, + "Ġunnecessarily": 34659, + "etti": 34660, + "feel": 34661, + "Ġscraping": 34662, + "Ġparsley": 34663, + "ĠButterfly": 34664, + "andelion": 34665, + "Ġsystolic": 34666, + "biotics": 34667, + "åŃ": 34668, + "atosis": 34669, + "church": 34670, + "Ġhege": 34671, + "ĠPER": 34672, + "Ġabortions": 34673, + "ĠLima": 34674, + "Ġclippings": 34675, + "Ġprism": 34676, + "Ġdecks": 34677, + "icken": 34678, + "Ġlocus": 34679, + "Ġrequis": 34680, + "Ġsolubility": 34681, + "ĠSpin": 34682, + "ĠColin": 34683, + "-certified": 34684, + "ĠUSC": 34685, + "Ġpropelled": 34686, + "Ġ---": 34687, + "Ġstabilizing": 34688, + "Ġcautioned": 34689, + "Ġgrizzly": 34690, + "american": 34691, + "ĠVehicles": 34692, + "ĠPremier": 34693, + "Ġhotspots": 34694, + "-cy": 34695, + "Dig": 34696, + "GD": 34697, + "xon": 34698, + "atist": 34699, + "ĠPLA": 34700, + "placing": 34701, + "assis": 34702, + "Ġwhooping": 34703, + "ĠVoting": 34704, + "issing": 34705, + "Ġherm": 34706, + "Ġmilitar": 34707, + "ophilus": 34708, + "ĠMinerals": 34709, + "Excess": 34710, + "ĠTwin": 34711, + "ĠMusical": 34712, + "ĠGravity": 34713, + "ĠGetty": 34714, + "-profile": 34715, + "Ġmolded": 34716, + "ĠObservation": 34717, + "Ġsugarcane": 34718, + "Ġdysfunctional": 34719, + "Ġinterconnect": 34720, + "Ġmobilize": 34721, + "ĠRAID": 34722, + "ĠConfederates": 34723, + "Ġindulge": 34724, + "experienced": 34725, + "Ġanecdotal": 34726, + "Ġrosacea": 34727, + "Ġlantern": 34728, + "Bad": 34729, + "uations": 34730, + "Ġplex": 34731, + "Ġdé": 34732, + "Ġgaz": 34733, + "idis": 34734, + "urrection": 34735, + "Ġyolk": 34736, + "Ġstole": 34737, + "Ġallotted": 34738, + "Ġtrailing": 34739, + "rowned": 34740, + "Ġreprinted": 34741, + "ovsky": 34742, + "Ġinteroper": 34743, + "Ġhomeowner": 34744, + "loat": 34745, + "ĠPortal": 34746, + "ĠBurning": 34747, + "Ġaerodynamic": 34748, + "ĠFrankenstein": 34749, + "hoppers": 34750, + "Ġdiminishes": 34751, + "ĠEMF": 34752, + "Ġinjustices": 34753, + "Ġredundancy": 34754, + "Ġcancelled": 34755, + "ĠRutgers": 34756, + "Hon": 34757, + "gling": 34758, + "Ġsizable": 34759, + "ĠCrick": 34760, + "ĠDriver": 34761, + "reathing": 34762, + "Ġunregulated": 34763, + "Ġprovisional": 34764, + "ĠUnique": 34765, + "Ġdownwards": 34766, + "ĠReaction": 34767, + "hema": 34768, + "ĠManifest": 34769, + "Ġcovert": 34770, + "Ġlogos": 34771, + "ITS": 34772, + "ĠMexicans": 34773, + "ACC": 34774, + "ĠRevised": 34775, + "ĠForty": 34776, + "ĠDevon": 34777, + "ipheral": 34778, + "Neither": 34779, + "Ġhacked": 34780, + "ĠConnections": 34781, + "Ġaptitude": 34782, + "Ġinaugurated": 34783, + "ĠYahoo": 34784, + "Statistics": 34785, + "Ġunanimously": 34786, + "Ġinfringement": 34787, + "«": 34788, + "veget": 34789, + "Ġprops": 34790, + "ĠPinterest": 34791, + "Ġleuk": 34792, + "Ġcontours": 34793, + "Ġafterlife": 34794, + "ĠScratch": 34795, + "Ġpainstaking": 34796, + "-present": 34797, + "-hours": 34798, + "Ġliking": 34799, + "Ġcommenting": 34800, + "Ġtighten": 34801, + "Ġbondage": 34802, + "Ġtapes": 34803, + "ĠPromotion": 34804, + "ĠAquatic": 34805, + "Ġsymbiotic": 34806, + "Antib": 34807, + "Ġcockroaches": 34808, + "Ġtsunamis": 34809, + "Ġreluctance": 34810, + "Ġretardation": 34811, + "Ġilluminating": 34812, + "Ġexcreted": 34813, + "Ġpolynomial": 34814, + "Ġkelp": 34815, + "Function": 34816, + "Van": 34817, + "grow": 34818, + "hoff": 34819, + "isput": 34820, + "Ġdazz": 34821, + "asian": 34822, + "Ġthistle": 34823, + "idin": 34824, + "otypical": 34825, + "Ġwhip": 34826, + "ĠMuk": 34827, + "ĠNino": 34828, + "ĠNatal": 34829, + "ĠNutrient": 34830, + "Ġrapp": 34831, + "issive": 34832, + "Ġdevelopmentally": 34833, + "gina": 34834, + "-duty": 34835, + "ĠOncology": 34836, + "letcher": 34837, + "Ġfooting": 34838, + "-your": 34839, + "Ġtranslucent": 34840, + "burger": 34841, + "ĠSurprisingly": 34842, + "न": 34843, + "ĠDiscipl": 34844, + "glass": 34845, + "Ġhorizons": 34846, + "Ġclustering": 34847, + "Ġdeserted": 34848, + "Ġfetch": 34849, + "ĠColonies": 34850, + "ĠSavings": 34851, + "Guide": 34852, + "Ġtrimmed": 34853, + "Ġintimidation": 34854, + "Ġallegations": 34855, + "cardia": 34856, + "Ġechoed": 34857, + "uen": 34858, + "Ġcyp": 34859, + "Ġheals": 34860, + "udding": 34861, + "ĠFame": 34862, + "ĠREP": 34863, + "oki": 34864, + "Ġinfused": 34865, + "ooled": 34866, + "icky": 34867, + "Ġsubcontinent": 34868, + "Ġtestify": 34869, + "Ġprotozo": 34870, + "Ġhomepage": 34871, + "Ġlowercase": 34872, + "Ġtotals": 34873, + "ĠAssam": 34874, + "chanics": 34875, + "Ġreformers": 34876, + "Ġcorrespondent": 34877, + "uberculosis": 34878, + "Ġdilution": 34879, + "-percent": 34880, + "Ġcategorize": 34881, + "ĠRandolph": 34882, + "ĠAnalyze": 34883, + "Ġimmersive": 34884, + "Ġmetastasis": 34885, + "Ġsanitizer": 34886, + "ĠVanderbilt": 34887, + "ĠUruguay": 34888, + "%||": 34889, + "-am": 34890, + "Length": 34891, + "mega": 34892, + "practice": 34893, + "Ġaorta": 34894, + "Ġpav": 34895, + "Ġinversion": 34896, + "olus": 34897, + "ĠCattle": 34898, + "ĠCtrl": 34899, + "uding": 34900, + "ĠFriend": 34901, + "Ġexposition": 34902, + "Ġdecrypt": 34903, + "Ġpolishing": 34904, + "âĢľMy": 34905, + "Ġdonkey": 34906, + "ĠPhyt": 34907, + "ĠColour": 34908, + "Ġmultilateral": 34909, + "Ġsuggestive": 34910, + "Ġprimordial": 34911, + "ĠImam": 34912, + "-electric": 34913, + "Ġmelodies": 34914, + "ĠCommonly": 34915, + "Ġsighting": 34916, + "Ġδ": 34917, + "Meet": 34918, + "Ġsucculents": 34919, + "Ġdubious": 34920, + "-image": 34921, + "Popular": 34922, + "ĠAssyrian": 34923, + "Ġtattoo": 34924, + "Okay": 34925, + "Ġpylori": 34926, + "Links": 34927, + "visions": 34928, + "Ġtucked": 34929, + "Ġsag": 34930, + "Ġlinger": 34931, + "ĠTik": 34932, + "ulmonary": 34933, + "terranean": 34934, + "ĠRams": 34935, + "Ġsyringe": 34936, + "Ġamel": 34937, + "Ġmains": 34938, + "Ġantid": 34939, + "Ġshortcuts": 34940, + "bras": 34941, + "String": 34942, + "unts": 34943, + "Ġbarbec": 34944, + "ĠSurrey": 34945, + "ĠSamples": 34946, + "Ġdoubtful": 34947, + "Ġplotting": 34948, + "Ġanthropologists": 34949, + "ECTION": 34950, + "ĠElev": 34951, + "ĠKimber": 34952, + "Ġaffirmed": 34953, + "Ġpremiums": 34954, + "ĠMortality": 34955, + "Ġnostrils": 34956, + "ĠBIOS": 34957, + "Ġestuaries": 34958, + "Ġtransducer": 34959, + "half": 34960, + "Ġhops": 34961, + "ĠeBook": 34962, + "ĠMish": 34963, + "quart": 34964, + "ĠReverse": 34965, + "ĠGC": 34966, + "Ġdecode": 34967, + "Ġrefraction": 34968, + "ĠConventional": 34969, + "âĢľTo": 34970, + "Italian": 34971, + "ouraging": 34972, + "boys": 34973, + "Ġcrossings": 34974, + "Ġinnovate": 34975, + "Ġexecutions": 34976, + "secret": 34977, + "ĠStarted": 34978, + "iopathic": 34979, + "uvial": 34980, + "Ġabolish": 34981, + "Ġcommemorating": 34982, + "robat": 34983, + "ов": 34984, + "Ġstaircase": 34985, + "ĠSTEAM": 34986, + "][": 34987, + "tum": 34988, + "yx": 34989, + "Ö´": 34990, + "init": 34991, + "Ġmuzzle": 34992, + "ĠDai": 34993, + "ĠFo": 34994, + "ĠOption": 34995, + "Ġpeek": 34996, + "ensors": 34997, + "Ġcreeping": 34998, + "Ġaccession": 34999, + "Ġerythe": 35000, + "Ġinnovators": 35001, + "Ġwidest": 35002, + "ohydrates": 35003, + "ĠHyderabad": 35004, + "Ġtremor": 35005, + "Ġquadratic": 35006, + "ĠBengali": 35007, + "ĠBrahman": 35008, + "Ġtilted": 35009, + "ĠProcedures": 35010, + "Ġcorrobor": 35011, + "Queen": 35012, + "Ġcircumcision": 35013, + "Ġraisins": 35014, + "finder": 35015, + "iographical": 35016, + "nance": 35017, + "Ġsack": 35018, + "icia": 35019, + "learn": 35020, + "Ġurea": 35021, + "Ġ(>": 35022, + "ĠBash": 35023, + "Ġvenge": 35024, + "ĠHancock": 35025, + "andering": 35026, + "Ġshook": 35027, + "Ġadhering": 35028, + "Ġsmiles": 35029, + "hesus": 35030, + "Ġentrances": 35031, + "Ġslips": 35032, + "Ġmusk": 35033, + "-fifth": 35034, + "ĠDeuteronomy": 35035, + "worked": 35036, + "Ġcrashing": 35037, + "Ġconceptions": 35038, + "ĠGuild": 35039, + "Ġtenets": 35040, + "Ġigneous": 35041, + "ĠOuter": 35042, + "Ġbandage": 35043, + "ĠEpic": 35044, + "ĠHeadquarters": 35045, + "umerable": 35046, + "ĠObservations": 35047, + "Ġcontradictions": 35048, + "EVER": 35049, + "Ġexemptions": 35050, + "Ġhawk": 35051, + "========": 35052, + ".Learn": 35053, + "mag": 35054, + "pal": 35055, + "Ġtaper": 35056, + "heon": 35057, + "atu": 35058, + "Ġfid": 35059, + "Ġnipple": 35060, + "imus": 35061, + "Ġwhichever": 35062, + "ĠPU": 35063, + "ĠPneum": 35064, + "ĠFabric": 35065, + "ĠFlanders": 35066, + "Ġquas": 35067, + "Ġtrunc": 35068, + "Ġdiscont": 35069, + "ĠShannon": 35070, + "Ġpostpartum": 35071, + "brane": 35072, + "-mounted": 35073, + "apture": 35074, + "ĠParticularly": 35075, + "Ġbulge": 35076, + "Ġatmospheres": 35077, + "/public": 35078, + "Obesity": 35079, + "Ġdwarfs": 35080, + "Ġexemplified": 35081, + "Ġequatorial": 35082, + "ĠBulgarian": 35083, + "Update": 35084, + "ĠLandsat": 35085, + "ĠNeanderthal": 35086, + "Bon": 35087, + "Habitat": 35088, + "Mid": 35089, + "nar": 35090, + "Ġlilies": 35091, + "ĠSomer": 35092, + "ĠMM": 35093, + "ĠRating": 35094, + "ptive": 35095, + "Ġroast": 35096, + "Ġdecarbon": 35097, + "Ġprotested": 35098, + "Ġantiretroviral": 35099, + "Ġlabyrinth": 35100, + "ĠTeh": 35101, + "ĠBean": 35102, + "Ġbusinessmen": 35103, + "iltration": 35104, + "Ġparticipates": 35105, + "Ġsuffice": 35106, + "Ġmoratorium": 35107, + "Ġturkeys": 35108, + "Ġsilhou": 35109, + "ASP": 35110, + "ĠInterstate": 35111, + "-Hispanic": 35112, + "ĠTHAT": 35113, + "Object": 35114, + "Ġharnessing": 35115, + "ĠSurveys": 35116, + "Ġjuliet": 35117, + "Ġrome": 35118, + "LV": 35119, + "Publisher": 35120, + "wort": 35121, + "ĠCRE": 35122, + "akable": 35123, + "Ġunethical": 35124, + "ovan": 35125, + "Ġloci": 35126, + "Ġconferred": 35127, + "Ġpractising": 35128, + "Ġdont": 35129, + "Ġkeepers": 35130, + "Ġbiotech": 35131, + "Ġcheckups": 35132, + "Ġreplies": 35133, + "ĠEmir": 35134, + "Ġsweats": 35135, + "ĠCurt": 35136, + "Conc": 35137, + "Ġneutroph": 35138, + "Ġ>>>": 35139, + "-contained": 35140, + "ĠRocket": 35141, + "ĠMaple": 35142, + "Elizabeth": 35143, + "ï¼ļ": 35144, + "Ġmetaphysical": 35145, + "ĠBavaria": 35146, + "Numerous": 35147, + "Div": 35148, + "Ham": 35149, + "Ġbouts": 35150, + "Ġholog": 35151, + "Ġ(<": 35152, + "Ġcomf": 35153, + "Ġmanpower": 35154, + "anya": 35155, + "Ġhardiness": 35156, + "Ġexcretion": 35157, + "Ġspectrometer": 35158, + "blers": 35159, + "COM": 35160, + "Ġinterprets": 35161, + "Ġintrinsically": 35162, + "Ġluxurious": 35163, + "Ġhectare": 35164, + "ĠImmunology": 35165, + "Ġcrayons": 35166, + "Factors": 35167, + "Ġcauliflower": 35168, + "ĠAdvertising": 35169, + "Mexico": 35170, + "Ġuninterrupted": 35171, + "Flor": 35172, + "Rap": 35173, + "Walk": 35174, + "hore": 35175, + "imar": 35176, + "urist": 35177, + "Ġstigmat": 35178, + "ĠWare": 35179, + "ĠFurn": 35180, + "Ġdecimals": 35181, + "iku": 35182, + "-direct": 35183, + "Ġpollinator": 35184, + "Ġdebit": 35185, + "Ġmelanch": 35186, + "Ġkitten": 35187, + "ĠJoa": 35188, + "Private": 35189, + "ĠImportantly": 35190, + "Ġquadru": 35191, + "Ġtrajectories": 35192, + "Ġaccreditation": 35193, + "Twenty": 35194, + "Ġsalvage": 35195, + "Ġcrevices": 35196, + "Ġgeopolitical": 35197, + "oplasmic": 35198, + "Ġay": 35199, + "igms": 35200, + "Ġstanza": 35201, + "osi": 35202, + "ĠRings": 35203, + "ĠNiel": 35204, + "riber": 35205, + "Ġadverb": 35206, + "ĠJi": 35207, + "Ġunification": 35208, + "inki": 35209, + "Ġpowerless": 35210, + "Ġlandowner": 35211, + "-cor": 35212, + "Ġcatfish": 35213, + "apanese": 35214, + "Ġhoneybees": 35215, + "Ġintensify": 35216, + "ĠHaitian": 35217, + "ĠHistorians": 35218, + "ĠCaucasian": 35219, + "ĠHospitals": 35220, + "Ġcorpse": 35221, + "Jon": 35222, + "iott": 35223, + "æĸ": 35224, + "Ġcros": 35225, + "isel": 35226, + "oris": 35227, + "Ġdrowsiness": 35228, + "Ġstumbled": 35229, + "ivian": 35230, + "ĠNairobi": 35231, + "Ġplumes": 35232, + "Ġkerosene": 35233, + "Ġperish": 35234, + "Ġunfor": 35235, + "Ġhelper": 35236, + "Ġnoxious": 35237, + "Ġintersp": 35238, + "Ġdistressing": 35239, + "Ġendanger": 35240, + "Ġlotteries": 35241, + "relation": 35242, + "Ġsleepiness": 35243, + "ophilic": 35244, + "Ġfruiting": 35245, + "ĠXer": 35246, + "Ġheaviest": 35247, + "Ġqualifying": 35248, + "Ġcomplicate": 35249, + "Ġtransformers": 35250, + "ĠDesigning": 35251, + "ĠFrankfurt": 35252, + "Ġsourcing": 35253, + "ĠWetlands": 35254, + "Ġferns": 35255, + "Ġanonymity": 35256, + "Document": 35257, + "eas": 35258, + "total": 35259, + "Ġores": 35260, + "Ġmt": 35261, + "ayama": 35262, + "ĠWade": 35263, + "akis": 35264, + "Ġunrecogn": 35265, + "Ġagendas": 35266, + "iums": 35267, + "cloth": 35268, + "Ġveil": 35269, + "Ġaccessory": 35270, + "Ġloom": 35271, + "Ġfilmed": 35272, + "ĠApproaches": 35273, + "marine": 35274, + "ORK": 35275, + "Ġadjunct": 35276, + "ocrates": 35277, + "Ġresisting": 35278, + "Ġmammograms": 35279, + "Remove": 35280, + "Ġphonetic": 35281, + "Ġwholesome": 35282, + "Ġrecombination": 35283, + "Ġeyewitness": 35284, + "ĠTunisia": 35285, + "Ġhepatic": 35286, + "ĠASA": 35287, + "Ġ(#": 35288, + "udo": 35289, + "orman": 35290, + "aviruses": 35291, + "ĠStaphylococcus": 35292, + "Ġquinoa": 35293, + "Ġoverride": 35294, + "Ġdetach": 35295, + "entionally": 35296, + "Ġmarrying": 35297, + "ĠSocieties": 35298, + "Ġinventing": 35299, + "Ġliquidity": 35300, + "ĠBelle": 35301, + "ĠDirectors": 35302, + "ĠEpis": 35303, + "Ġdegrading": 35304, + "Ġencountering": 35305, + "weetened": 35306, + "!!!": 35307, + "Ġinspectors": 35308, + "Ġfluctuate": 35309, + "ĠAccountability": 35310, + "ĠToolkit": 35311, + "Ġtrimming": 35312, + "Ġdisagreements": 35313, + "Accessed": 35314, + "Ġaristocratic": 35315, + "Ġhummingbird": 35316, + "Ġcloak": 35317, + "ĠPfizer": 35318, + "ĠTrinidad": 35319, + "ĠRajasthan": 35320, + "TB": 35321, + "uo": 35322, + "ά": 35323, + "Ùij": 35324, + "Ġitiner": 35325, + "ĠMMR": 35326, + "ĠPec": 35327, + "ĠPose": 35328, + "ĠPanc": 35329, + "osse": 35330, + "Ġrarity": 35331, + "ĠFP": 35332, + "ĠGri": 35333, + "Ġscam": 35334, + "Ġupbringing": 35335, + "-treatment": 35336, + "ĠCalcutta": 35337, + "ĠFloyd": 35338, + "ĠCharity": 35339, + "Ġsymbolized": 35340, + "Ġbankers": 35341, + "PSC": 35342, + "ĠLanding": 35343, + "Ġcontemplate": 35344, + "Contrary": 35345, + "Ġchestnut": 35346, + "ĠDescartes": 35347, + "Ġquotas": 35348, + "Ġeagerly": 35349, + "ĠTribal": 35350, + "ĠAbdul": 35351, + "Ġspawned": 35352, + "Ġinquire": 35353, + "Ġgrasping": 35354, + "Ġanaphylaxis": 35355, + "rystalline": 35356, + "Ġdexter": 35357, + "Rose": 35358, + "did": 35359, + "gue": 35360, + "niotic": 35361, + "powder": 35362, + "rion": 35363, + "å®": 35364, + "ĠPRE": 35365, + "ĠHerman": 35366, + "Ġnecks": 35367, + "Ġplur": 35368, + "ĠUrs": 35369, + "Ġskirt": 35370, + "Ġministries": 35371, + "-mass": 35372, + "ĠAmazing": 35373, + "ĠReproductive": 35374, + "Ġmotherboard": 35375, + "Ġappropriation": 35376, + "-grid": 35377, + "hao": 35378, + "Ġbreathtaking": 35379, + "Problems": 35380, + "Ġcowork": 35381, + "Ġlunches": 35382, + "ĠVersailles": 35383, + "ĠPCBs": 35384, + "ĠAlbania": 35385, + "Ġpherom": 35386, + "ĠDresden": 35387, + "Fall": 35388, + "LM": 35389, + "Offic": 35390, + "Sud": 35391, + "find": 35392, + "enb": 35393, + "Ġfi": 35394, + "Ġhoc": 35395, + "etition": 35396, + "ĠBelf": 35397, + "ĠRAF": 35398, + "ĠNBC": 35399, + "ĠGRO": 35400, + "Ġcompaction": 35401, + "Ġquoting": 35402, + "ĠUniform": 35403, + "Ġattested": 35404, + "Ġliturgy": 35405, + "cline": 35406, + "Ġfunctioned": 35407, + "looks": 35408, + "ciliation": 35409, + "Ġdeadliest": 35410, + "coat": 35411, + "Ġsynaptic": 35412, + "ĠMacro": 35413, + "ĠBihar": 35414, + "glades": 35415, + "Smoking": 35416, + "ĠHardware": 35417, + "Ġperfected": 35418, + "Ġoversees": 35419, + "Ġmantra": 35420, + "Ġenergized": 35421, + "ĠRiverside": 35422, + "Ġidioms": 35423, + "Ġhorticulture": 35424, + "Ġluminous": 35425, + "Ġorthodontic": 35426, + "Forest": 35427, + "talk": 35428, + "zep": 35429, + "Ġreigned": 35430, + "Ġexits": 35431, + "ĠHadoop": 35432, + "ĠWILL": 35433, + "ĠEE": 35434, + "Ġoutages": 35435, + "ĠItem": 35436, + "center": 35437, + "Ġdefec": 35438, + "-band": 35439, + "ebted": 35440, + "Ġrevising": 35441, + "ATS": 35442, + "ISO": 35443, + "-you": 35444, + "flix": 35445, + "ĠDeveloped": 35446, + "ĠMorse": 35447, + "Connor": 35448, + "Ġknit": 35449, + "ĠIrving": 35450, + "Ġbleak": 35451, + "ĠContinuing": 35452, + "ĠOslo": 35453, + "Ġjackets": 35454, + "Ġbenchmarks": 35455, + "Ġpathogenesis": 35456, + "ĠSomali": 35457, + "Ġcondemnation": 35458, + "Ġejected": 35459, + "Ġgrievances": 35460, + "(ii": 35461, + "+,": 35462, + "-plan": 35463, + "Category": 35464, + "Ġaustral": 35465, + "Ġpines": 35466, + "Ġfountains": 35467, + "Ġgills": 35468, + "racial": 35469, + "Ġyell": 35470, + "ĠSight": 35471, + "elo": 35472, + "ĠRanger": 35473, + "ogel": 35474, + "ĠLal": 35475, + "Ġunquestion": 35476, + "Ġmodelled": 35477, + "-ben": 35478, + "-but": 35479, + "-fi": 35480, + "ĠResidents": 35481, + "speed": 35482, + "-win": 35483, + "ég": 35484, + "Ġroadside": 35485, + "Ġpolyunsaturated": 35486, + "ocrats": 35487, + "ĠEveryday": 35488, + "ĠSupplements": 35489, + "ĠInfrared": 35490, + "ĠHawking": 35491, + "ĠCheng": 35492, + "ĠPregnant": 35493, + "Ġthighs": 35494, + "Ġgrapefruit": 35495, + "ĠASCII": 35496, + "Ġstricter": 35497, + "-standard": 35498, + "Dear": 35499, + "once": 35500, + "Ġbout": 35501, + "ĠCin": 35502, + "ĠHess": 35503, + "ĠWrong": 35504, + "ĠFDR": 35505, + "ĠGö": 35506, + "Ġprecon": 35507, + "Ġemigration": 35508, + "ĠWeiss": 35509, + "-south": 35510, + "Ġcourthouse": 35511, + "Ġamounted": 35512, + "Ġconnotations": 35513, + "ĠGenes": 35514, + "Ġbarracks": 35515, + "ĠGlossary": 35516, + "-star": 35517, + "-start": 35518, + "-Se": 35519, + "Ġimmunotherapy": 35520, + "ĠTreating": 35521, + "ĠBreeding": 35522, + "Ġprairies": 35523, + "ĠSuperintendent": 35524, + "Ġbeekeeping": 35525, + "Ġcosmological": 35526, + "ĠFacilities": 35527, + "ĠMothers": 35528, + "Ġliberalism": 35529, + "Ġ________________": 35530, + "ĠDefinitions": 35531, + "Ġaggravate": 35532, + "ĠVertical": 35533, + "Ġcarotenoids": 35534, + "-English": 35535, + "Ġé": 35536, + "horn": 35537, + "otives": 35538, + "ĠPou": 35539, + "ĠDrain": 35540, + "Ġleuc": 35541, + "ĠRP": 35542, + "uchs": 35543, + "Ġthence": 35544, + "central": 35545, + "ego": 35546, + "-bodied": 35547, + "ĠShock": 35548, + "Ġetiquette": 35549, + "ĠCalgary": 35550, + "Ġreactivity": 35551, + "Ġaudible": 35552, + "ĠBoards": 35553, + "ĠEvening": 35554, + "Ġcoincides": 35555, + "Ġbluish": 35556, + "ĠLockheed": 35557, + "----------------": 35558, + "rocytes": 35559, + "Ġtorpedo": 35560, + "ĠStephanie": 35561, + "-response": 35562, + "alc": 35563, + "iline": 35564, + "otrophic": 35565, + "Ġconical": 35566, + "ĠMY": 35567, + "Ġcanoes": 35568, + "ĠEras": 35569, + "ĠGad": 35570, + "ĠGST": 35571, + "ĠLoyal": 35572, + "Ġintangible": 35573, + "ervous": 35574, + "Ġcheetah": 35575, + "-bul": 35576, + "Ġspecialties": 35577, + "ĠOrlando": 35578, + "Ġwintering": 35579, + "ranial": 35580, + "ĠAirlines": 35581, + "-Mus": 35582, + "Ġfortification": 35583, + "ĠAttend": 35584, + "Ġprolifer": 35585, + "Ġв": 35586, + "Ġdressings": 35587, + "Ġgradients": 35588, + "Ġregistering": 35589, + "ĠBonn": 35590, + "Ġobscured": 35591, + "Ġbesie": 35592, + "ĠRoutledge": 35593, + "ĠAyurvedic": 35594, + "ĠSymphony": 35595, + "Fresh": 35596, + "Pred": 35597, + "Side": 35598, + "lamic": 35599, + "ĠPac": 35600, + "Ġrefurb": 35601, + "Ġgraze": 35602, + "ĠProhibition": 35603, + "Ġprophetic": 35604, + "ĠLeib": 35605, + "Ġextravag": 35606, + "ĠMcD": 35607, + "Problem": 35608, + "Ġrotten": 35609, + "Ġdenies": 35610, + "rograph": 35611, + "rologist": 35612, + "ĠLouisville": 35613, + "ĠEconomist": 35614, + "Seven": 35615, + "Ġdecorating": 35616, + "Ġpyro": 35617, + "Ġpolarity": 35618, + "ĠLyon": 35619, + "umbersome": 35620, + "Ġmorphine": 35621, + "Ġdisclaim": 35622, + "ĠAccounts": 35623, + "Ġbomber": 35624, + "ĠInstructional": 35625, + "+-+-": 35626, + "ĠSyracuse": 35627, + "Ġè": 35628, + "-)": 35629, + "Mess": 35630, + "Quality": 35631, + "Run": 35632, + "iator": 35633, + "noun": 35634, + "same": 35635, + "ĠTIME": 35636, + "ĠMatch": 35637, + "Ġimpulsive": 35638, + "ileptic": 35639, + "ĠChip": 35640, + "Ġraft": 35641, + "Ġraging": 35642, + "Ġinteriors": 35643, + "Ġclassed": 35644, + "Ġorganically": 35645, + "ĠPlasma": 35646, + "Ġyoungster": 35647, + "Ġgreenhouses": 35648, + "Ġearthworms": 35649, + "eville": 35650, + "ogenes": 35651, + "Ġrebound": 35652, + "Ġphenomenal": 35653, + "ĠAdvice": 35654, + "Ġinequities": 35655, + "Module": 35656, + "heumatic": 35657, + "Ġconsecrated": 35658, + "Ġescalating": 35659, + "Ġnarciss": 35660, + "Ġsquadron": 35661, + "ĠCounseling": 35662, + "Ġsummoned": 35663, + "ĠSchneider": 35664, + "lap": 35665, + "Ġetymology": 35666, + "stairs": 35667, + "utors": 35668, + "rafts": 35669, + "ulose": 35670, + "ĠFant": 35671, + "ellant": 35672, + "earcher": 35673, + "Ġwillingly": 35674, + "Ġrecounts": 35675, + "Ġearns": 35676, + "Ġexploding": 35677, + "-member": 35678, + "ĠAbility": 35679, + "ĠActions": 35680, + "Ġhypothermia": 35681, + "Ġsacra": 35682, + "READ": 35683, + "blind": 35684, + "Ġshipments": 35685, + "Lean": 35686, + "Ġlipoprotein": 35687, + "ĠMahab": 35688, + "Ġdeduction": 35689, + "ĠFifty": 35690, + "Ġuplift": 35691, + "ovalent": 35692, + "Identifying": 35693, + "Ġrudimentary": 35694, + "UCTION": 35695, + "ĠLeicester": 35696, + "Ġindiscrim": 35697, + "Ha": 35698, + "Ġbeacon": 35699, + "ĠTay": 35700, + "ĠPaw": 35701, + "Ġweaning": 35702, + "ĠFormal": 35703, + "ostrid": 35704, + "Ġphased": 35705, + "inkle": 35706, + "ĠCommod": 35707, + "stitial": 35708, + "PAA": 35709, + "omyc": 35710, + "ĠSunni": 35711, + "Ġdissimilar": 35712, + "ĠHandling": 35713, + "Ġmurals": 35714, + "FAO": 35715, + "ĠGibraltar": 35716, + "ĠHussein": 35717, + "Tow": 35718, + "harm": 35719, + "Ġhampered": 35720, + "rak": 35721, + "adv": 35722, + "ĠMixed": 35723, + "ĠFloor": 35724, + "ĠNIC": 35725, + "allon": 35726, + "Ġunresolved": 35727, + "Ġhumour": 35728, + "-surface": 35729, + "Ġmethanol": 35730, + "ĠSean": 35731, + "Ġwrists": 35732, + "orgia": 35733, + "ĠXII": 35734, + "Ġecologist": 35735, + "Ġnightmares": 35736, + "Ġexecutable": 35737, + "Ġaffordability": 35738, + "ĠJude": 35739, + "ĠPoems": 35740, + "Ġirregularities": 35741, + "Ġwarranty": 35742, + "Ġshrinkage": 35743, + "Ġpsi": 35744, + "Ġmyelin": 35745, + "Ġhumiliation": 35746, + "ocytosis": 35747, + "Ġerroneous": 35748, + "ĠEucharist": 35749, + "iators": 35750, + "erre": 35751, + "Ġlakh": 35752, + "Ġlarynx": 35753, + "ĠTRI": 35754, + "ĠSaid": 35755, + "ĠPablo": 35756, + "Ġcany": 35757, + "Ġoutst": 35758, + "ĠVector": 35759, + "hence": 35760, + "ĠExeter": 35761, + "ĠClock": 35762, + "Ġadopts": 35763, + "rano": 35764, + "ambiguous": 35765, + "Ġgrassy": 35766, + "ija": 35767, + "ĠRevival": 35768, + "-Roman": 35769, + "-German": 35770, + "ĠTrek": 35771, + "Ġholiness": 35772, + "Ġresonate": 35773, + "ĠCriteria": 35774, + "ĠEntom": 35775, + "Ġsuburb": 35776, + "Ġvividly": 35777, + "Evolution": 35778, + "ĠAutomation": 35779, + "ĠAthenian": 35780, + "-balanced": 35781, + "tre": 35782, + "Ġsided": 35783, + "argo": 35784, + "ĠTBI": 35785, + "Ġstarches": 35786, + "emaker": 35787, + "Ġseb": 35788, + "ĠFishing": 35789, + "ĠRousse": 35790, + "ĠInequ": 35791, + "assadors": 35792, + "ĠKE": 35793, + "never": 35794, + "Ġorganisational": 35795, + "Ġslash": 35796, + "Ġsunscreens": 35797, + "mington": 35798, + "Ġstandardization": 35799, + "Ġprecarious": 35800, + "ANCE": 35801, + "ĠMonica": 35802, + "Ġsettler": 35803, + "Ġvillain": 35804, + "ĠWorkplace": 35805, + "ĠVoltage": 35806, + "Ġrubella": 35807, + "ĠFeet": 35808, + "ĠINS": 35809, + "ĠMagell": 35810, + "Ġherbaceous": 35811, + "Ġtackled": 35812, + "ĠPuritan": 35813, + "igmatic": 35814, + "Suppose": 35815, + "Ġmarches": 35816, + "Ġorphans": 35817, + "Ġretrospective": 35818, + "Ġhypoglycemia": 35819, + "Ġdiaspora": 35820, + "!âĢĻ": 35821, + "-head": 35822, + "Bob": 35823, + "bars": 35824, + "cultural": 35825, + "phe": 35826, + "uces": 35827, + "Ġbere": 35828, + "Ġgul": 35829, + "impro": 35830, + "urrence": 35831, + "ĠCream": 35832, + "umines": 35833, + "ĠDraft": 35834, + "Ġyourselves": 35835, + "Ġtraverse": 35836, + "Ġdiast": 35837, + "ĠWein": 35838, + "ĠScen": 35839, + "Ġzodiac": 35840, + "ĠEmancipation": 35841, + "Ġcoolant": 35842, + "à¤Ĥ": 35843, + "Ġwrongly": 35844, + "othesis": 35845, + "ĠRelative": 35846, + "-release": 35847, + "ĠIrvine": 35848, + "Ġoblique": 35849, + "Ġinhibitory": 35850, + "anthin": 35851, + "ĠChapters": 35852, + "Ġcockpit": 35853, + "Ġstamped": 35854, + "-working": 35855, + "Ġtransmissions": 35856, + "Ġsubtracting": 35857, + "depending": 35858, + "Ġreclaimed": 35859, + "ĠDistinguished": 35860, + "%-": 35861, + "/year": 35862, + "BU": 35863, + "mons": 35864, + "alions": 35865, + "Ġeel": 35866, + "staff": 35867, + "imi": 35868, + "chronic": 35869, + "ĠIG": 35870, + "ĠPiano": 35871, + "ĠJPL": 35872, + "avin": 35873, + "Ġaccents": 35874, + "Ġmargar": 35875, + "Ġmovable": 35876, + "Ġtranslators": 35877, + "Ġironically": 35878, + "Ġwelded": 35879, + "Ġimmunodeficiency": 35880, + "Ġmammogram": 35881, + "Environment": 35882, + "ĠAssessments": 35883, + "ĠNOW": 35884, + "Christmas": 35885, + "ĠHomeland": 35886, + "Ġintimacy": 35887, + "Ġimplicitly": 35888, + "ĠMATLAB": 35889, + "Ġsubmissions": 35890, + "Ġlexical": 35891, + "ĠDigestive": 35892, + "ĠUzbek": 35893, + "Cele": 35894, + "culture": 35895, + "fried": 35896, + "fruit": 35897, + "poly": 35898, + "Ġlaug": 35899, + "elian": 35900, + "eliac": 35901, + "ĠPrices": 35902, + "antib": 35903, + "Ġneoc": 35904, + "ĠDoll": 35905, + "ĠJD": 35906, + "Ġqueer": 35907, + "Ġovershadow": 35908, + "Ġamazingly": 35909, + "Ġminer": 35910, + "ĠConver": 35911, + "ĠArgon": 35912, + "ISBN": 35913, + "Ġcapacitance": 35914, + "ĠModerate": 35915, + "-Af": 35916, + "Phase": 35917, + "Ġannuals": 35918, + "APH": 35919, + "Ġhunts": 35920, + "Ready": 35921, + "Ġcannons": 35922, + "Ġcommemorated": 35923, + "Ġcongrat": 35924, + "ĠGalilee": 35925, + "Ġstinging": 35926, + "ĠISSN": 35927, + "ĠPatriarch": 35928, + "absorption": 35929, + "massive": 35930, + "Ġkinship": 35931, + "Ba": 35932, + "Egypt": 35933, + "fram": 35934, + "junct": 35935, + "lov": 35936, + "rases": 35937, + "Ġparen": 35938, + "ĠTyp": 35939, + "Ġimpat": 35940, + "Ġunidentified": 35941, + "Ġpeaches": 35942, + "obos": 35943, + "Ġregained": 35944, + "eeks": 35945, + "Ġparan": 35946, + "Ġpressurized": 35947, + "Ġfatig": 35948, + "ĠMekong": 35949, + "Ġballast": 35950, + "ĠBelieve": 35951, + "ĠSketch": 35952, + "Ġphosphorous": 35953, + "Ġguarding": 35954, + "-increasing": 35955, + "Ġhydrochlor": 35956, + "Marine": 35957, + "Ġcoinage": 35958, + "ĠUltra": 35959, + "Ġcarnivorous": 35960, + "Ġlubricant": 35961, + "Ġelectrochemical": 35962, + "Ġsabot": 35963, + "Ġlengthen": 35964, + "itizens": 35965, + "Ġfundraising": 35966, + "ĠLEGO": 35967, + "-road": 35968, + "FER": 35969, + "Gard": 35970, + "Labor": 35971, + "Ġcumbersome": 35972, + "ĠTrop": 35973, + "ĠSang": 35974, + "ulner": 35975, + "ĠTheme": 35976, + "ĠOA": 35977, + "ĠHeather": 35978, + "Ġskate": 35979, + "ĠAndreas": 35980, + "ĠAdrian": 35981, + "ĠClaire": 35982, + "-disciplinary": 35983, + "Ġparentheses": 35984, + "Ġdebating": 35985, + "ĠPepper": 35986, + "Ġsoldering": 35987, + "-Col": 35988, + "Ġunsur": 35989, + "ĠMassacre": 35990, + "ĠFreem": 35991, + "ĠBetty": 35992, + "Ġparasit": 35993, + "Ġretailer": 35994, + "ĠHemp": 35995, + "Ġantennae": 35996, + "-defense": 35997, + "Ġundermining": 35998, + "ĠHalifax": 35999, + "Ġghosts": 36000, + "ĠCrimea": 36001, + "Ġâī¤": 36002, + "Ġretrofit": 36003, + "Ġdomestication": 36004, + "ĠMennonite": 36005, + "DER": 36006, + "Hg": 36007, + "Prec": 36008, + "cold": 36009, + "erick": 36010, + "Ġfodder": 36011, + "idas": 36012, + "ĠCU": 36013, + "ĠPaine": 36014, + "ĠBoot": 36015, + "andi": 36016, + "aunder": 36017, + "Ġpartitions": 36018, + "Ġrelocation": 36019, + "Ġformulating": 36020, + "âĢĶĊ": 36021, + "ivering": 36022, + "Ġparishes": 36023, + "ĠShows": 36024, + "rollers": 36025, + "ĠGuam": 36026, + "Ġfittings": 36027, + "Ġmotivational": 36028, + "Ġcerebro": 36029, + "Ġnitrous": 36030, + "Ġstocking": 36031, + "User": 36032, + "ĠNazareth": 36033, + "Ġpitches": 36034, + "irsch": 36035, + "Ġthirteenth": 36036, + "Ġanthrax": 36037, + "Ġcanonical": 36038, + "Ġseabirds": 36039, + "Ġdisseminate": 36040, + "ĠVolcano": 36041, + "Ġstaples": 36042, + "Ġdystrophy": 36043, + "Veget": 36044, + "Ġë": 36045, + "Ven": 36046, + "eals": 36047, + "jib": 36048, + "aso": 36049, + "Ġum": 36050, + "irium": 36051, + "Ġhaze": 36052, + "ĠHER": 36053, + "Ġchrys": 36054, + "andals": 36055, + "ĠFract": 36056, + "ĠRee": 36057, + "ĠJammu": 36058, + "ĠThoreau": 36059, + "ĠKok": 36060, + "ĠYin": 36061, + "Insp": 36062, + "Ġsmelling": 36063, + "Ġcentimetres": 36064, + "-box": 36065, + "toe": 36066, + "Ġbiopsies": 36067, + "Ġlabelling": 36068, + "Ġilliterate": 36069, + "ĠGoose": 36070, + "Ġsuperimp": 36071, + "Ġsuperhero": 36072, + "Ġape": 36073, + "omycin": 36074, + "ĠVictory": 36075, + "Likewise": 36076, + "ĠAffordable": 36077, + "Ġdisagreed": 36078, + "Ġselves": 36079, + "ĠProtecting": 36080, + "ĠSuddenly": 36081, + "Foot": 36082, + "Left": 36083, + "rive": 36084, + "г": 36085, + "iteration": 36086, + "Ġmins": 36087, + "Ġeucalyptus": 36088, + "ĠMd": 36089, + "opards": 36090, + "ĠPes": 36091, + "ĠRaven": 36092, + "ĠGlor": 36093, + "agra": 36094, + "ellation": 36095, + "Ġcommits": 36096, + "ificantly": 36097, + "terness": 36098, + "teneg": 36099, + "Ġnonverbal": 36100, + "Ġswear": 36101, + "ĠTeams": 36102, + "-laden": 36103, + "Ġleftovers": 36104, + "Ġmicroplastics": 36105, + "Ġcrave": 36106, + "ĠAutomatic": 36107, + "Ġconverge": 36108, + "Ġcardiomy": 36109, + "Ġdefendants": 36110, + "EFL": 36111, + "young": 36112, + "Ġassertions": 36113, + "Neill": 36114, + "Ġcommemorates": 36115, + "ĠWhitman": 36116, + "Ġdiscounts": 36117, + "ripps": 36118, + "ĠParenting": 36119, + "Ġnarrated": 36120, + "ĠMiguel": 36121, + "Ġ).Ċ": 36122, + "bolic": 36123, + "Ġcf": 36124, + "ĠTin": 36125, + "ĠAway": 36126, + "ĠBing": 36127, + "Ġabduct": 36128, + "Ġdoom": 36129, + "ĠJenny": 36130, + "ĠThy": 36131, + "Ġung": 36132, + "ĠKot": 36133, + "Ġindifferent": 36134, + "ronomy": 36135, + "aleigh": 36136, + "sym": 36137, + "Ġfurthermore": 36138, + "Ġdispens": 36139, + "charging": 36140, + "ioxide": 36141, + "-East": 36142, + "Ġstrept": 36143, + "Ġdefeating": 36144, + "Ġrectangles": 36145, + "Ġshrines": 36146, + "Ġenclosures": 36147, + "Ġtangent": 36148, + "ĠIntelligent": 36149, + "Ġprocrast": 36150, + "Ġtentacles": 36151, + "ĠThankfully": 36152, + "ĠGemini": 36153, + "Ġscreaming": 36154, + "ĠPilgrims": 36155, + "Ġmilliseconds": 36156, + "Louis": 36157, + "Virgin": 36158, + "hurst": 36159, + "ĻĤ": 36160, + "Ê¿": 36161, + "heels": 36162, + "Ġfrying": 36163, + "Ġvase": 36164, + "ĠDating": 36165, + "Ġroost": 36166, + "omme": 36167, + "Ġremovable": 36168, + "ĠPresidency": 36169, + "-Cola": 36170, + "OTS": 36171, + "ĠHolly": 36172, + "ĠBurton": 36173, + "Subject": 36174, + "ĠIdeal": 36175, + "Ġgroceries": 36176, + "ĠBronx": 36177, + "ĠSurely": 36178, + "ĠStrike": 36179, + "ĠDawson": 36180, + "ĠPriest": 36181, + "Final": 36182, + "Ġnomenclature": 36183, + "etin": 36184, + "Ġstings": 36185, + "ĠSAF": 36186, + "ĠCough": 36187, + "ĠCVD": 36188, + "Ġovergrowth": 36189, + "Ġroasting": 36190, + "Ġfirstly": 36191, + "Ġwaterfalls": 36192, + "-fire": 36193, + "-peer": 36194, + "-core": 36195, + "Ġradiotherapy": 36196, + "ĠAllergies": 36197, + "Ġerased": 36198, + "Ġgeom": 36199, + "Ġviolates": 36200, + "Ġsnout": 36201, + "-gas": 36202, + "Ġpromoter": 36203, + "ĠBrigham": 36204, + "Ġauthorship": 36205, + "Ġunsatis": 36206, + "Ġmediums": 36207, + "Ġ×IJ": 36208, + "Ġsacrificing": 36209, + "ĠBLM": 36210, + "Ġacetaminophen": 36211, + "ĠJamestown": 36212, + "Ġneutrino": 36213, + "ĠInstructions": 36214, + "ounsaturated": 36215, + "Alexander": 36216, + "ĠEurasia": 36217, + "Ġretaliation": 36218, + "Ġunconditional": 36219, + "VS": 36220, + "arck": 36221, + "ĠSug": 36222, + "ĠCoy": 36223, + "ĠWinc": 36224, + "ĠDoyle": 36225, + "ĠRH": 36226, + "Ġplough": 36227, + "ĠOB": 36228, + "Ġunanswered": 36229, + "ractors": 36230, + "Ġboon": 36231, + "Ġendorphins": 36232, + "ĠAndhra": 36233, + "Ġparades": 36234, + "ĠSouthampton": 36235, + "ĠStudying": 36236, + "Ġdarkest": 36237, + "ĠRegions": 36238, + "Ġassigns": 36239, + "icksburg": 36240, + "ĠExposition": 36241, + "ĠIncreases": 36242, + "Ġthermodynamics": 36243, + "Ġpharmacies": 36244, + "Ġsynchronization": 36245, + "Ġpearls": 36246, + "Ġphytochemical": 36247, + "Ġinauguration": 36248, + "Ġunrestricted": 36249, + "Ġinterchangeable": 36250, + "Ġshowcases": 36251, + "Ġbargain": 36252, + "ĠFourier": 36253, + "eclampsia": 36254, + "-mentioned": 36255, + "Oste": 36256, + "dar": 36257, + "today": 36258, + "Ġmaternity": 36259, + "Ġdosing": 36260, + "Ġthief": 36261, + "idan": 36262, + "Ġstrap": 36263, + "ĠAires": 36264, + "ĠCMS": 36265, + "herty": 36266, + "ĠDros": 36267, + "Ġshaken": 36268, + "perfect": 36269, + "Ġcompiling": 36270, + "ĠInclusion": 36271, + "Ġcolic": 36272, + "Ġagrarian": 36273, + "Ġoffended": 36274, + "cystic": 36275, + "Ġtransgenic": 36276, + "cked": 36277, + "dera": 36278, + "âĢľAnd": 36279, + "ĠWorcester": 36280, + "States": 36281, + "Ġterminate": 36282, + "Ġpayroll": 36283, + "Ġadministrations": 36284, + "ĠWebMD": 36285, + "ĠSerious": 36286, + "ĠOutreach": 36287, + "ĠKoreans": 36288, + "Ġsweetened": 36289, + "Ġ>Ċ": 36290, + "Ġirritants": 36291, + "Ġtapestry": 36292, + "Ġrepetitions": 36293, + "Objective": 36294, + "Ġamphibian": 36295, + "Franc": 36296, + "Ġglutamate": 36297, + "Ġlocomotive": 36298, + "Alternatively": 36299, + "ĠStreets": 36300, + "Ġhorticultural": 36301, + "Application": 36302, + "Ġdeportation": 36303, + "(The": 36304, + "Job": 36305, + "VP": 36306, + "bable": 36307, + "dor": 36308, + "pict": 36309, + "Ġhinge": 36310, + "Ġlender": 36311, + "Ġforging": 36312, + "ĠMask": 36313, + "ĠWizard": 36314, + "ĠFrag": 36315, + "Ġmegal": 36316, + "Ġappla": 36317, + "Ġunbalanced": 36318, + "Ġscaly": 36319, + "ceptives": 36320, + "Ġshepherds": 36321, + "Ġelast": 36322, + "ymn": 36323, + "Ġdieting": 36324, + "Ġliquef": 36325, + "Ġfibromyalgia": 36326, + "ĠISIS": 36327, + "ĠPhysician": 36328, + "Ġstemming": 36329, + "ĠSlovakia": 36330, + "ĠLyndon": 36331, + "Submitted": 36332, + "Ġpneumatic": 36333, + "Ġlobster": 36334, + "Ġhieroglyph": 36335, + "ockingbird": 36336, + "ĠTutor": 36337, + "Ġapostle": 36338, + "Office": 36339, + "Ġunimagin": 36340, + "Ġequivalents": 36341, + "Ġpebbles": 36342, + "Ġlaughed": 36343, + "KB": 36344, + "Pregn": 36345, + "Ùĥ": 36346, + "Ġbouncing": 36347, + "Ġanthem": 36348, + "ĠNure": 36349, + "plified": 36350, + "Ġkh": 36351, + "ĠOman": 36352, + "Ġcolossal": 36353, + "obility": 36354, + "ucchini": 36355, + "ienn": 36356, + "Ġmatrices": 36357, + "Ġmillet": 36358, + "Ġlooming": 36359, + "overning": 36360, + "Ġcritters": 36361, + "major": 36362, + "Ġfairs": 36363, + "ĠGreenwich": 36364, + "Ġrollers": 36365, + "-normal": 36366, + "ĠTurning": 36367, + "INGS": 36368, + "ĠHammer": 36369, + "ĠMemor": 36370, + "nyder": 36371, + "Ġoutlawed": 36372, + "Ġsummarizing": 36373, + "Ġgranules": 36374, + "Ġresonant": 36375, + "Calcium": 36376, + "Ġbroadcasts": 36377, + "Ġsuccinct": 36378, + "Ġacetate": 36379, + "Ġμm": 36380, + "ĠKosovo": 36381, + "Ġmultifaceted": 36382, + "ĠEfforts": 36383, + "Ġmyocardial": 36384, + "ĠFirefox": 36385, + "Ġunfavorable": 36386, + "ĠIsabella": 36387, + ".sh": 36388, + "Live": 36389, + "db": 36390, + "onance": 36391, + "Ġsadd": 36392, + "esque": 36393, + "Ġfries": 36394, + "Ġnib": 36395, + "âĢļ": 36396, + "olulu": 36397, + "Ġalopecia": 36398, + "Ġcance": 36399, + "ĠRheumat": 36400, + "Ġresolves": 36401, + "Ġscams": 36402, + "ĠKaw": 36403, + "rowave": 36404, + "ĠYard": 36405, + "Ġfoodst": 36406, + "Ġconfines": 36407, + "-sl": 36408, + "ĠInstitutions": 36409, + "affin": 36410, + "ĠEducator": 36411, + "Ġoccupancy": 36412, + "Ġcreditors": 36413, + "Ġexchanger": 36414, + "Ġlactation": 36415, + "Ġadrenaline": 36416, + ".jpg": 36417, + "ĠBRCA": 36418, + "ĠHuron": 36419, + "informatics": 36420, + "ĠJuvenile": 36421, + "Fer": 36422, + "Kn": 36423, + "TPS": 36424, + "five": 36425, + "ombo": 36426, + "ĠTric": 36427, + "util": 36428, + "ĠIBD": 36429, + "ĠBri": 36430, + "ĠBacterial": 36431, + "Ġvandal": 36432, + "udence": 36433, + "Ġruntime": 36434, + "agy": 36435, + "Ġdiseng": 36436, + "ipeg": 36437, + "Ġcommute": 36438, + "Ġ\"...": 36439, + "Ġplaywright": 36440, + "Ġlows": 36441, + "Ġpromul": 36442, + "portation": 36443, + "ĠEnough": 36444, + "Ġerode": 36445, + "Ġrecognises": 36446, + "Ġcolonoscopy": 36447, + "Ġxyl": 36448, + "Ġwiden": 36449, + "ĠFounder": 36450, + "ĠCapacity": 36451, + "Ġvibrate": 36452, + "Ġordinarily": 36453, + "ĠEscher": 36454, + "Encourage": 36455, + "Ġtrainees": 36456, + "Ġconduit": 36457, + "Creative": 36458, + "civil": 36459, + "Ġaust": 36460, + "enas": 36461, + "alom": 36462, + "arf": 36463, + "Ġgerman": 36464, + "Ġextermination": 36465, + "ĠHume": 36466, + "Ġrive": 36467, + "ĠDil": 36468, + "ĠDud": 36469, + "ĠGABA": 36470, + "ĠLSD": 36471, + "ĠThing": 36472, + "ĠVista": 36473, + "ractable": 36474, + "Ġhighs": 36475, + "Ġheaders": 36476, + "Ġetching": 36477, + "ĠLean": 36478, + "Ġsalient": 36479, + "Ġnutritionist": 36480, + "Ġdiversify": 36481, + "ĠHumanity": 36482, + "Ġhospitalizations": 36483, + "Ġcartridges": 36484, + "ĠSkill": 36485, + "ĠARM": 36486, + "Ġribbons": 36487, + "Professional": 36488, + "Ġmartyrs": 36489, + "Ġrebellious": 36490, + "ĠMcGraw": 36491, + "hythmia": 36492, + "Radio": 36493, + "Ġaggravated": 36494, + "Ġresignation": 36495, + "Ġundeniable": 36496, + "Ġhitherto": 36497, + "Sound": 36498, + "SEL": 36499, + "ql": 36500, + "à°": 36501, + "Ġwob": 36502, + "Ġpious": 36503, + "Ġfür": 36504, + "omile": 36505, + "Ġnave": 36506, + "sema": 36507, + "etimes": 36508, + "ĠCultures": 36509, + "employment": 36510, + "ĠDome": 36511, + "arty": 36512, + "apon": 36513, + "Ġclams": 36514, + "oldt": 36515, + "ledged": 36516, + "ĠAluminum": 36517, + "Ġimpactful": 36518, + "Ġfallopian": 36519, + "Ġcapitalize": 36520, + "ĠSchu": 36521, + "ĠFinn": 36522, + "Ġcampaigning": 36523, + "Ġfingern": 36524, + "ĠAccessibility": 36525, + "ĠCorner": 36526, + "ĠTimeline": 36527, + "Ġascribed": 36528, + "Ġsedimentation": 36529, + "ĠPassive": 36530, + "ĠBotanic": 36531, + "ĠBuenos": 36532, + "Extra": 36533, + "Ġculprits": 36534, + "Ġexoplanet": 36535, + "Ġdesalination": 36536, + "Ġç": 36537, + "-area": 36538, + "Ġfanc": 36539, + "ĠMiz": 36540, + "ĠMice": 36541, + "ĠPag": 36542, + "Ġchilling": 36543, + "ĠLL": 36544, + "Ġinciner": 36545, + "ĠThin": 36546, + "Ġpolling": 36547, + "lander": 36548, + "Ġgraffiti": 36549, + "ĠScler": 36550, + "amming": 36551, + "Ġempath": 36552, + "ĠRemoving": 36553, + "-Mart": 36554, + "-natural": 36555, + "Ġsacrificial": 36556, + "Ġborrowers": 36557, + "Management": 36558, + "ĠAshley": 36559, + "-coated": 36560, + "Ġdiscrepancies": 36561, + "mainly": 36562, + "ĠLisbon": 36563, + "Preventing": 36564, + "ĠGDPR": 36565, + "Ġnewcomers": 36566, + "Ġrazor": 36567, + "Ġperiodontitis": 36568, + "mong": 36569, + "Ġtern": 36570, + "Ġsul": 36571, + "Ġmornings": 36572, + "otin": 36573, + "ĠMud": 36574, + "ĠHels": 36575, + "Ġenvis": 36576, + "apo": 36577, + "Ġpee": 36578, + "object": 36579, + "xtap": 36580, + "Ġcentimeter": 36581, + "Ġcreed": 36582, + "-family": 36583, + "Ġdevout": 36584, + "Ġlooph": 36585, + "ĠZoom": 36586, + "ĠZimmer": 36587, + "hemiah": 36588, + "ĠMedina": 36589, + "ippur": 36590, + "Ġstoryt": 36591, + "Ġcaptivating": 36592, + "oeuv": 36593, + "inetics": 36594, + "forestry": 36595, + "ĠPuget": 36596, + "ĠRequired": 36597, + "opolitan": 36598, + "ĠWhitney": 36599, + "ĠAstrophysics": 36600, + "Ġeardrum": 36601, + "-rep": 36602, + "yms": 36603, + "zhou": 36604, + "Ġoaks": 36605, + "ĠAmin": 36606, + "ifi": 36607, + "ptophan": 36608, + "ruck": 36609, + "Ġexpel": 36610, + "Ġflask": 36611, + "Ġmeticulous": 36612, + "orthand": 36613, + "ĠPhon": 36614, + "Ġsquamous": 36615, + "Ġembodies": 36616, + "ĠFoundations": 36617, + "Ġleaflet": 36618, + "Ġawait": 36619, + "ĠTerrier": 36620, + "-Rel": 36621, + "Ġshutting": 36622, + "Ġfalsely": 36623, + "ravity": 36624, + "Ġrabbis": 36625, + "Ġreinforcements": 36626, + "Ġoscillator": 36627, + "ĠConsulting": 36628, + "ĠLauren": 36629, + "ĠHoffman": 36630, + "Ġtelomeres": 36631, + "OLOGY": 36632, + "Ġextracurricular": 36633, + "-user": 36634, + "/u": 36635, + "AH": 36636, + "average": 36637, + "eh": 36638, + "Ġcatech": 36639, + "ĠTau": 36640, + "ĠTube": 36641, + "ĠCain": 36642, + "ĠPMS": 36643, + "ĠBuzz": 36644, + "ĠHog": 36645, + "ĠFY": 36646, + "ĠLing": 36647, + "Ġsaff": 36648, + "Ġdecib": 36649, + "Ġcharger": 36650, + "ernacle": 36651, + "-poor": 36652, + "Ġmicrobe": 36653, + "ĠAssuming": 36654, + "Ġsteamed": 36655, + "ĠiT": 36656, + "ĠAntioxid": 36657, + "Ġdenounced": 36658, + "ĠCorrespond": 36659, + "ĠLoop": 36660, + "Area": 36661, + "Ġacknowledgement": 36662, + "Ġcarpal": 36663, + "Ġpornography": 36664, + "Ġupheaval": 36665, + "ĠSamsung": 36666, + "ĠCopernicus": 36667, + "Ġcanyons": 36668, + "Cultural": 36669, + "GW": 36670, + "Gre": 36671, + "Lee": 36672, + "leness": 36673, + "nip": 36674, + "warm": 36675, + "Ġfranchise": 36676, + "Ġmcg": 36677, + "ĠWearing": 36678, + "Ġlepro": 36679, + "ĠFres": 36680, + "ĠNFL": 36681, + "ĠLI": 36682, + "Ġallot": 36683, + "formin": 36684, + "Ġsockets": 36685, + "Ġdistortions": 36686, + "arco": 36687, + "Ġantico": 36688, + "-prop": 36689, + "ĠWhats": 36690, + "stitutes": 36691, + "ĠTransit": 36692, + "ĠSTDs": 36693, + "Ġclimbers": 36694, + "html": 36695, + "ĠWoodrow": 36696, + "Ġidols": 36697, + "Ġpillows": 36698, + "Ġintensively": 36699, + "Ġscrolls": 36700, + "Ġthunderstorm": 36701, + "ĠCrimean": 36702, + "Ġpodcasts": 36703, + "Ġordinances": 36704, + "Ġsermons": 36705, + "ĠMongolian": 36706, + "-ear": 36707, + "/r": 36708, + "CB": 36709, + "lack": 36710, + "ĠSAR": 36711, + "istice": 36712, + "ĠBant": 36713, + "ĠJump": 36714, + "ĠNewark": 36715, + "-billion": 36716, + "ĠSeuss": 36717, + "Ġgrill": 36718, + "ĠBlues": 36719, + "Ġcloset": 36720, + "ĠSyll": 36721, + "radd": 36722, + "Ġmisses": 36723, + "ĠBroken": 36724, + "Ġtractors": 36725, + "ĠRequest": 36726, + "Political": 36727, + "ĠGriffin": 36728, + "Ġdashboard": 36729, + "ivariate": 36730, + "Ġraspberries": 36731, + "Jim": 36732, + "rived": 36733, + "Ġinpatient": 36734, + "Ġtopp": 36735, + "olan": 36736, + "igrants": 36737, + "ĠCisco": 36738, + "ectors": 36739, + "ĠStones": 36740, + "Ġtrillions": 36741, + "Ġdistressed": 36742, + "ioid": 36743, + "Ġorganising": 36744, + "ĠShak": 36745, + ",\"Ċ": 36746, + "Ġprophes": 36747, + "Ġphotore": 36748, + "Ġpayable": 36749, + "Ġconditioners": 36750, + "ĠGuided": 36751, + "ĠXen": 36752, + "Ġfacilitator": 36753, + "Ġattendant": 36754, + "ĠEthn": 36755, + "ĠPlantation": 36756, + "Ġemptying": 36757, + "Ġcryptographic": 36758, + "Manufact": 36759, + "Ġoctopus": 36760, + "Ġunconsciously": 36761, + "ĠHartford": 36762, + "ĠPascal": 36763, + "Sadly": 36764, + "ĠLuxembourg": 36765, + "'-": 36766, + "CAP": 36767, + "Eastern": 36768, + "Sustainable": 36769, + "kary": 36770, + "single": 36771, + "uven": 36772, + "Ġbows": 36773, + "ĠTail": 36774, + "ĠCray": 36775, + "herst": 36776, + "ĠEk": 36777, + "Ġmemo": 36778, + "Ġslots": 36779, + "ĠCalc": 36780, + "Ġdebugging": 36781, + "ĠReproduction": 36782, + "éd": 36783, + "ĠMostly": 36784, + "ĠQuébec": 36785, + "Ġwaits": 36786, + "Ġmouthwash": 36787, + "ĠBraun": 36788, + "Ġrounding": 36789, + "ĠMerriam": 36790, + "ĠChamplain": 36791, + "Ġsucculent": 36792, + "Ġpredisposed": 36793, + "Ġ______": 36794, + "Ġlutein": 36795, + "ĠDartmouth": 36796, + "Ġhemispheres": 36797, + "ĠStefan": 36798, + "ĠCzechoslovakia": 36799, + "FM": 36800, + "Kind": 36801, + "Luc": 36802, + "Poll": 36803, + "bet": 36804, + "mine": 36805, + "ÏĮ": 36806, + "Ġinatt": 36807, + "imia": 36808, + "ĠAH": 36809, + "ĠAri": 36810, + "ĠSidd": 36811, + "ĠSIDS": 36812, + "Ġconvent": 36813, + "Ġdeletion": 36814, + "estrian": 36815, + "Ġenzym": 36816, + "ilee": 36817, + "Ġundergraduates": 36818, + "Ġreprogram": 36819, + "ĠArsen": 36820, + "ĠShale": 36821, + "ĠShared": 36822, + "Ġfourteenth": 36823, + "Ġmagnifying": 36824, + "ĠParagraph": 36825, + "ĠAppropriate": 36826, + "Ġboxing": 36827, + "Ġfaithfully": 36828, + "ĠSafari": 36829, + "Ġflavored": 36830, + "Ġgravitation": 36831, + "ĠEquation": 36832, + "Ġhonorary": 36833, + "Ġclockwise": 36834, + "Ġscratches": 36835, + "Ġfluctuating": 36836, + "ĠGregorian": 36837, + "Ġconventionally": 36838, + "Ġbursting": 36839, + "Ġdisappointing": 36840, + "ĠPsalms": 36841, + "Ġapprentice": 36842, + "Ġsparsely": 36843, + "Ġsuperstition": 36844, + "Ġwrestling": 36845, + "Ġdwindling": 36846, + "Ġfaucet": 36847, + "ĠAbbott": 36848, + "ĠLafayette": 36849, + "daughter": 36850, + "fix": 36851, + "Ġtighter": 36852, + "structure": 36853, + "idon": 36854, + "ĠMush": 36855, + "iste": 36856, + "ĠHed": 36857, + "alli": 36858, + "astro": 36859, + "Ġintoxic": 36860, + "Ġwatercolor": 36861, + "Ġcarve": 36862, + "getting": 36863, + "ĠWeed": 36864, + "ĠQR": 36865, + "brushes": 36866, + "been": 36867, + "Ġpatterned": 36868, + "ĠMona": 36869, + "ĠAugusta": 36870, + "Ġventral": 36871, + "ĠMartine": 36872, + "Ġafrican": 36873, + "Ġjewels": 36874, + "ĠPathology": 36875, + "Definitions": 36876, + "ĠAdventure": 36877, + "Ġbuzzing": 36878, + "ĠEtrus": 36879, + "ĠStraight": 36880, + "ĠToledo": 36881, + "ĠHSV": 36882, + "Ġrearrange": 36883, + "-view": 36884, + "WASH": 36885, + "bag": 36886, + "language": 36887, + "Ġinks": 36888, + "Ġmolar": 36889, + "enting": 36890, + "igi": 36891, + "ĠSão": 36892, + "ĠMond": 36893, + "ĠMaid": 36894, + "opies": 36895, + "ĠPis": 36896, + "ĠDante": 36897, + "ĠNina": 36898, + "ĠNuts": 36899, + "ĠLO": 36900, + "Ġfevers": 36901, + "-binding": 36902, + "Ġlofty": 36903, + "Ġfallout": 36904, + "Ġannounces": 36905, + "ĠManagers": 36906, + "ĠCompost": 36907, + "ĠBoost": 36908, + "ĠISP": 36909, + "Ġgallstones": 36910, + "Ġadventurous": 36911, + "Ġsubsidized": 36912, + "ĠSnap": 36913, + "EVEL": 36914, + "ĠPilate": 36915, + "Ġdevotees": 36916, + "ĠRegistered": 36917, + ",,": 36918, + "Hom": 36919, + "Hearing": 36920, + "live": 36921, + "Ġsled": 36922, + "Ġdips": 36923, + "ĠTier": 36924, + "ĠHOW": 36925, + "union": 36926, + "ĠGUI": 36927, + "Ġadhered": 36928, + "Ġrecap": 36929, + "Ġagar": 36930, + "Ġdeseg": 36931, + "Ġlandfall": 36932, + "scapes": 36933, + "ĠBlanc": 36934, + "Ġnetworked": 36935, + "Ġpreposition": 36936, + "Ġspeedy": 36937, + "Ġfastened": 36938, + "Ġfearing": 36939, + "Ġdenomination": 36940, + "AMP": 36941, + "ĠSubscribe": 36942, + "Ġsweetener": 36943, + "Reviewed": 36944, + "Ġjoyful": 36945, + "Ġextremity": 36946, + "Ġidiom": 36947, + "Drawing": 36948, + "Ġsanctioned": 36949, + "Ġdissatisfaction": 36950, + "Ġstronghold": 36951, + "-entry": 36952, + "Fill": 36953, + "rut": 36954, + "Ġtamp": 36955, + "Ġavert": 36956, + "ĠCull": 36957, + "ĠPOL": 36958, + "usoleum": 36959, + "Ġrangers": 36960, + "ĠDrivers": 36961, + "ĠFix": 36962, + "ĠNOR": 36963, + "ĠGatsby": 36964, + "ecks": 36965, + "Ġardu": 36966, + "Ġblink": 36967, + "Ġrepositories": 36968, + "Ġdistort": 36969, + "Ġdefiance": 36970, + "Ġcurated": 36971, + "Ġconfession": 36972, + "generally": 36973, + "ĠSimulation": 36974, + "Ġutilise": 36975, + "Ġstreamline": 36976, + "ĠCorpus": 36977, + "Ġcommentaries": 36978, + "Ġbreeder": 36979, + "ĠPuritans": 36980, + "Ġalarmed": 36981, + "ĠCruc": 36982, + "Ġasymmetric": 36983, + "ĠSentinel": 36984, + "ĠBridges": 36985, + "Ġbiscuits": 36986, + "Ġuncontrollable": 36987, + "-rest": 36988, + "/health": 36989, + "Action": 36990, + "lord": 36991, + "possibly": 36992, + "Ġpanda": 36993, + "rored": 36994, + "Ġnoodles": 36995, + "antage": 36996, + "ĠHare": 36997, + "ĠNamed": 36998, + "inephrine": 36999, + "Ġbloc": 37000, + "Ġflushed": 37001, + "ĠAndean": 37002, + "ĠReservation": 37003, + "Ġbiore": 37004, + "alese": 37005, + "ĠLevy": 37006, + "ĠAmar": 37007, + "ĠPremium": 37008, + "ĠPerse": 37009, + "-harm": 37010, + "ĠVisitor": 37011, + "Ġmanagerial": 37012, + "Ġparadigms": 37013, + "Ġpharmacological": 37014, + "Ġendeavour": 37015, + "Ġripen": 37016, + "Ġoscillations": 37017, + "ĠTheorem": 37018, + "Ġdetergents": 37019, + "Software": 37020, + "Ġ....": 37021, + "GG": 37022, + "¿": 37023, + "Ġmowing": 37024, + "Ġstare": 37025, + "ircul": 37026, + "ĠCable": 37027, + "ulism": 37028, + "Ġprolet": 37029, + "ĠLoch": 37030, + "ĠOng": 37031, + "ende": 37032, + "ĠJong": 37033, + "ĠYog": 37034, + "ĠHegel": 37035, + "ĠAdded": 37036, + "-pe": 37037, + "Stan": 37038, + "Ġfullest": 37039, + "ĠWorlds": 37040, + "ĠCOL": 37041, + "Ġsearchable": 37042, + "ĠSurgeon": 37043, + "Ġtumult": 37044, + "Ġfasciitis": 37045, + "Ġdiscriminated": 37046, + "Ġcompromises": 37047, + "Ġfisherman": 37048, + "ĠImpression": 37049, + "ĠMcCle": 37050, + "ĠHanover": 37051, + "Format": 37052, + "ĠTutorial": 37053, + "ĠKathleen": 37054, + "Ġvapors": 37055, + "obacterium": 37056, + "Ġshredded": 37057, + "Ġmortgages": 37058, + "%;": 37059, + "-healthy": 37060, + "_id": 37061, + "wara": 37062, + "Ġtenses": 37063, + "altern": 37064, + "ĠCork": 37065, + "ĠCrest": 37066, + "odine": 37067, + "ĠMae": 37068, + "ĠPreliminary": 37069, + "abets": 37070, + "ĠFlem": 37071, + "ĠNou": 37072, + "-di": 37073, + "ĠMinutes": 37074, + "ĠBras": 37075, + "metrical": 37076, + "Used": 37077, + "ĠJudges": 37078, + "ĠVictims": 37079, + "ĠMagdal": 37080, + "Edward": 37081, + "boxes": 37082, + "ĠMarshal": 37083, + "ĠRosetta": 37084, + "Ġwraps": 37085, + "omonas": 37086, + "ĠDocumentation": 37087, + "ĠSentence": 37088, + "ĠBombay": 37089, + "Ġoftentimes": 37090, + "ĠCromwell": 37091, + "Ġsardines": 37092, + "Bat": 37093, + "Code": 37094, + "Esp": 37095, + "Higher": 37096, + "IoT": 37097, + "Target": 37098, + "Years": 37099, + "ioph": 37100, + "¬": 37101, + "anian": 37102, + "entery": 37103, + "ĠTuls": 37104, + "ĠFaul": 37105, + "ĠLemon": 37106, + "ĠOzone": 37107, + "Ġjogging": 37108, + "Ġdecommission": 37109, + "Ġsubjug": 37110, + "Ġgracious": 37111, + "ĠSpinal": 37112, + "ĠZam": 37113, + "ĠCoach": 37114, + "nsics": 37115, + "Ġlogistical": 37116, + "Ġapology": 37117, + "-har": 37118, + "Ġsacs": 37119, + "ĠRelax": 37120, + "Ġstimulants": 37121, + "Ġneurologist": 37122, + "Republic": 37123, + "ĠLucia": 37124, + "planation": 37125, + "Ġrefrigerated": 37126, + "ĠZhou": 37127, + "Ġadhesives": 37128, + "opaedic": 37129, + "Value": 37130, + "ircuit": 37131, + "Ġdeformities": 37132, + "ĠStrept": 37133, + "Ġnucleotides": 37134, + "hythmias": 37135, + "Ġpennies": 37136, + "Ġsandwiches": 37137, + "ĠPharise": 37138, + "Fund": 37139, + "Nic": 37140, + "fax": 37141, + "atlantic": 37142, + "Ġtofu": 37143, + "Ġgh": 37144, + "ĠAAP": 37145, + "ĠSCA": 37146, + "ĠTheology": 37147, + "estrogen": 37148, + "ĠDere": 37149, + "ĠVs": 37150, + "ĠHeating": 37151, + "Ġtesticular": 37152, + "-billed": 37153, + "Ġeasing": 37154, + "onese": 37155, + "ĠCarlo": 37156, + "ĠPratt": 37157, + "ocolates": 37158, + "Ġdynasties": 37159, + "enthic": 37160, + "ĠMarkets": 37161, + "Ġfamiliarize": 37162, + "Close": 37163, + "structive": 37164, + "Ġoblong": 37165, + "-Hill": 37166, + "Ġpuzzled": 37167, + "Ġamplifiers": 37168, + "randed": 37169, + "Communication": 37170, + "Ġsneeze": 37171, + "-cigarette": 37172, + "Ġbetrayed": 37173, + "oteric": 37174, + "Ġdisguised": 37175, + "Ġcentrifugal": 37176, + "ĠGloucester": 37177, + "Ġlabourers": 37178, + "-Th": 37179, + "uers": 37180, + "Ġdella": 37181, + "level": 37182, + "ĠSore": 37183, + "ĠSik": 37184, + "ĠCaps": 37185, + "Ġimpuls": 37186, + "Ġattire": 37187, + "Ġcellphone": 37188, + "ĠBeans": 37189, + "Ġpredic": 37190, + "Ġiii": 37191, + "Ġethylene": 37192, + "medical": 37193, + "Ġsonar": 37194, + "Ġrooting": 37195, + "nesian": 37196, + "Ġblogging": 37197, + "Ġinterviewing": 37198, + "Ġaccomplishing": 37199, + "Ġcultivar": 37200, + "iformes": 37201, + "Ġcommissioners": 37202, + "Companies": 37203, + "Ġcourtship": 37204, + "Ġmileage": 37205, + "Coal": 37206, + "optional": 37207, + "esthetics": 37208, + "odiazep": 37209, + "ĠHormone": 37210, + "Ġischemic": 37211, + "Official": 37212, + "jans": 37213, + "Ġsiding": 37214, + "Ġbri": 37215, + "ĠSeth": 37216, + "ĠBasket": 37217, + "andro": 37218, + "ureth": 37219, + "plains": 37220, + "berra": 37221, + "Ġscoot": 37222, + "merse": 37223, + "ĠVS": 37224, + "Ġexpanse": 37225, + "rophes": 37226, + "Ġtranspor": 37227, + "Ġpurse": 37228, + "Ġtopsoil": 37229, + "Ġeleventh": 37230, + "Ġobjected": 37231, + "-det": 37232, + "Ġlocalization": 37233, + "Ġfunctionally": 37234, + "spinal": 37235, + "Ġactionable": 37236, + "Ġconcave": 37237, + "Ġroadmap": 37238, + "phasia": 37239, + "Ġsavvy": 37240, + "ĠAviv": 37241, + "Ġsodas": 37242, + "Ġdominion": 37243, + "ĠPete": 37244, + "Ġhalo": 37245, + "Ġmemorization": 37246, + "Ġripening": 37247, + "Ġsurfaced": 37248, + "ĠCroatian": 37249, + "Ġpsychiatrists": 37250, + "Ġeyebrows": 37251, + "Ġabrasion": 37252, + "ĠCarpenter": 37253, + "ĠIroquois": 37254, + "Ġamelior": 37255, + "-Muslim": 37256, + ".ly": 37257, + "ei": 37258, + "si": 37259, + "sal": 37260, + "Ġtug": 37261, + "alien": 37262, + "Ġguts": 37263, + "Ġuk": 37264, + "ĠSof": 37265, + "herly": 37266, + "ĠBM": 37267, + "ĠBali": 37268, + "ĠFow": 37269, + "ĠFIRST": 37270, + "Ġshalt": 37271, + "ĠGamma": 37272, + "onga": 37273, + "ĠChim": 37274, + "ĠSpatial": 37275, + "âĢľWith": 37276, + "ĠRey": 37277, + "ĠShu": 37278, + "Ġstressing": 37279, + "ĠCaliph": 37280, + "ĠAbel": 37281, + "Ġwoodworking": 37282, + "Ġillustrator": 37283, + "ĠMedicines": 37284, + "ĠConfig": 37285, + "Ġsucceeds": 37286, + ".''Ċ": 37287, + "igsaw": 37288, + "Ġweddings": 37289, + "ĠHermann": 37290, + "Ġdreaded": 37291, + "Ġincarcerated": 37292, + "Ġwhiskey": 37293, + "ĠIncorporated": 37294, + ".i": 37295, + "Sem": 37296, + "iculate": 37297, + "Ġdives": 37298, + "ĠSail": 37299, + "ĠSigma": 37300, + "ĠPool": 37301, + "Ġsue": 37302, + "ĠBib": 37303, + "ĠBrowse": 37304, + "Ġrumin": 37305, + "Ġresusc": 37306, + "Ġunilateral": 37307, + "Ġconscientious": 37308, + "please": 37309, + "Ġdipped": 37310, + "Ġamps": 37311, + "Ġplanter": 37312, + "Ġcorona": 37313, + "-sw": 37314, + "Ġrestlessness": 37315, + "-faced": 37316, + "ĠSamar": 37317, + "Ġtightening": 37318, + "Ġvibrating": 37319, + ".cdc": 37320, + "-linear": 37321, + "-assessment": 37322, + "Ġmilitant": 37323, + "Exposure": 37324, + "Ġplaintiff": 37325, + "Ġcochlear": 37326, + "Strateg": 37327, + "-rad": 37328, + "biological": 37329, + "Ġtrol": 37330, + "Ġdune": 37331, + "Ġgynec": 37332, + "idase": 37333, + "etrics": 37334, + "ĠEIA": 37335, + "Ġindebted": 37336, + "ĠHey": 37337, + "Ġdepressions": 37338, + "ĠConversion": 37339, + "espace": 37340, + "Ġenshr": 37341, + "Ġcollage": 37342, + "ĠBrut": 37343, + "ĠSinger": 37344, + "guide": 37345, + "ugger": 37346, + "Ġfurthe": 37347, + "Ġneurologic": 37348, + "Autom": 37349, + "-colonial": 37350, + "Ġenthusiast": 37351, + "Secondary": 37352, + "Ġintolerant": 37353, + "ĠCelebr": 37354, + "-skinned": 37355, + "Ġleprosy": 37356, + "Effect": 37357, + "PAR": 37358, + "md": 37359, + "mot": 37360, + "move": 37361, + "Ġpiracy": 37362, + "Ġinquis": 37363, + "ĠCodes": 37364, + "ĠPassion": 37365, + "Ġnotwithstanding": 37366, + "achal": 37367, + "Ġscout": 37368, + "ĠStyles": 37369, + "Ġupro": 37370, + "Ġregurg": 37371, + "ĠScope": 37372, + "ĠWhites": 37373, + "Ġmicrophones": 37374, + "Ġlifetimes": 37375, + "-grain": 37376, + "Ġpromotional": 37377, + "allets": 37378, + "Ġwelcomes": 37379, + "Ġmackerel": 37380, + "ĠBanking": 37381, + "ĠPlayer": 37382, + "Ġporosity": 37383, + "ĠTyph": 37384, + "ĠCustoms": 37385, + "ĠCelts": 37386, + "ĠRoundup": 37387, + "Planning": 37388, + "Ġconjecture": 37389, + "ĠJehovah": 37390, + "-organisms": 37391, + "Created": 37392, + "Snow": 37393, + "Salt": 37394, + "bt": 37395, + "cot": 37396, + "cend": 37397, + "games": 37398, + "rank": 37399, + "Ø©": 37400, + "anj": 37401, + "ĠSere": 37402, + "ĠIz": 37403, + "ĠIRS": 37404, + "ĠMilit": 37405, + "ĠBard": 37406, + "ĠâĢŀ": 37407, + "Ġnotch": 37408, + "ĠGrad": 37409, + "âĢĶlike": 37410, + "Anne": 37411, + "-till": 37412, + "ĠQuest": 37413, + "Ġtelevisions": 37414, + "ĠMeta": 37415, + "ĠPersu": 37416, + "Ġbathrooms": 37417, + "Ġnonex": 37418, + "ĠNetworking": 37419, + "sembled": 37420, + "Ġtaboo": 37421, + "Ġpenetrated": 37422, + "Acute": 37423, + "ĠEntrepreneurs": 37424, + "ĠInteresting": 37425, + "ĠFrontiers": 37426, + "ĠVoices": 37427, + "Ġinconvenient": 37428, + "ĠCarthage": 37429, + "&E": 37430, + "Term": 37431, + "Typical": 37432, + "bags": 37433, + "Ġdomes": 37434, + "ĠTheories": 37435, + "ĠMurd": 37436, + "ĠDangerous": 37437, + "ĠLig": 37438, + "ĠOy": 37439, + "ĠJub": 37440, + "ĠYor": 37441, + "issan": 37442, + "efer": 37443, + "scope": 37444, + "Ġorigami": 37445, + "Ġturnout": 37446, + "ĠTrim": 37447, + "Ġcollars": 37448, + "equal": 37449, + "ĠJesuits": 37450, + "Ġsubtype": 37451, + "ĠSleeping": 37452, + "Ġperfume": 37453, + "Ġblacksmith": 37454, + "Describe": 37455, + "Ġevaporates": 37456, + "Ġsynchronous": 37457, + "ĠComparing": 37458, + "encia": 37459, + "ðĿij": 37460, + "Ġdiligent": 37461, + "Ġfusel": 37462, + "ĠOrbiter": 37463, + "-inspired": 37464, + "ĠWalsh": 37465, + "-vers": 37466, + "Baby": 37467, + "INA": 37468, + "Kar": 37469, + "KING": 37470, + "double": 37471, + "vat": 37472, + "ĠTrading": 37473, + "ĠMBA": 37474, + "opulation": 37475, + "ĠPok": 37476, + "ectin": 37477, + "ĠWitch": 37478, + "andruff": 37479, + "Ġleaps": 37480, + "Ġcloves": 37481, + "Ġperplex": 37482, + "Ġunderlie": 37483, + "lication": 37484, + "Ġsubgroups": 37485, + "rentice": 37486, + "-sur": 37487, + "Ġminded": 37488, + "Ġrarest": 37489, + "Ġfueling": 37490, + "uffer": 37491, + "ĠMyster": 37492, + "Adam": 37493, + "ĠGreenpeace": 37494, + "Ġbowels": 37495, + "innings": 37496, + "ĠTempl": 37497, + "Ġobliv": 37498, + "ĠSett": 37499, + "Ġresiliency": 37500, + "Ġincentiv": 37501, + "Ġvineyards": 37502, + "Ġalphabetical": 37503, + "Assessment": 37504, + "ĠResponsible": 37505, + "Ġbeneficiary": 37506, + "Ġendometrial": 37507, + "ĠBasilica": 37508, + "ĠPasteur": 37509, + "-x": 37510, + "Broad": 37511, + "Coun": 37512, + "Nuclear": 37513, + "Pick": 37514, + "QA": 37515, + "rn": 37516, + "vig": 37517, + "hera": 37518, + "Ġcrib": 37519, + "Ġcephal": 37520, + "itius": 37521, + "Ġfum": 37522, + "anum": 37523, + "idates": 37524, + "ĠASS": 37525, + "ĠSEO": 37526, + "ĠMuse": 37527, + "ĠRM": 37528, + "apia": 37529, + "Ġjug": 37530, + "Ġfeasts": 37531, + "Ġgenerously": 37532, + "Ġfollower": 37533, + "ĠEngage": 37534, + "ikung": 37535, + "ĠRept": 37536, + "-yellow": 37537, + "ĠEli": 37538, + "Ġinitiates": 37539, + "Resource": 37540, + "ĠAnger": 37541, + "ĠReflection": 37542, + "grace": 37543, + "itania": 37544, + "ĠSandra": 37545, + "unningham": 37546, + "ĠElliott": 37547, + "ĠOpening": 37548, + "Ġà¤ķ": 37549, + "Ġcontraceptives": 37550, + "Educational": 37551, + "ĠHazards": 37552, + "ĠFelix": 37553, + "Ġkeratin": 37554, + "Ġunderscores": 37555, + "Ġindefinite": 37556, + "Ġpreservative": 37557, + "ĠCBSE": 37558, + "Ġforeseeable": 37559, + "Ġbalcony": 37560, + "Aust": 37561, + "Critical": 37562, + "Female": 37563, + "Lib": 37564, + "Pros": 37565, + "agh": 37566, + "gill": 37567, + "ì": 37568, + "Ġoo": 37569, + "Ġhamm": 37570, + "ĠIcon": 37571, + "ĠCivic": 37572, + "perial": 37573, + "ĠViol": 37574, + "Ġrelinqu": 37575, + "Ġdecis": 37576, + "âĢĶwas": 37577, + "-safe": 37578, + "Ġpotted": 37579, + "Ġslain": 37580, + "Ġsloping": 37581, + "ĠBeaver": 37582, + "ĠRadi": 37583, + "Record": 37584, + "Measure": 37585, + "Ġsprang": 37586, + "ĠPLOS": 37587, + "ĠSensing": 37588, + "Ġtransfusions": 37589, + "Ġstratosphere": 37590, + "Ġsqueezing": 37591, + "Ġruptured": 37592, + "ĠSikhs": 37593, + "IUCN": 37594, + "Ġbombardment": 37595, + "\"As": 37596, + "-reading": 37597, + "Ho": 37598, + "died": 37599, + "Ġtidy": 37600, + "Ġaura": 37601, + "aty": 37602, + "Ġeaves": 37603, + "Ġlia": 37604, + "chal": 37605, + "atement": 37606, + "ensure": 37607, + "ĠYours": 37608, + "formations": 37609, + "insk": 37610, + "ggling": 37611, + "axia": 37612, + "-fitting": 37613, + "Ġpostures": 37614, + "Ġastrology": 37615, + "Ġirresponsible": 37616, + "ANG": 37617, + "ĠSystematic": 37618, + "Ġpredictors": 37619, + "ĠNetflix": 37620, + "Ġabundantly": 37621, + "-Free": 37622, + "Ġfederation": 37623, + "Previously": 37624, + "Ġvomit": 37625, + "ĠJackie": 37626, + "Ġdiligently": 37627, + "ĠSophia": 37628, + "Ġskewed": 37629, + "Ġbotanist": 37630, + "Ġeuthanasia": 37631, + ".in": 37632, + "EAN": 37633, + "Grades": 37634, + "Half": 37635, + "Mit": 37636, + "åľ": 37637, + "Ġhype": 37638, + "otourism": 37639, + "chio": 37640, + "Ġston": 37641, + "Ġprostitution": 37642, + "ĠPG": 37643, + "ĠRDA": 37644, + "Ġclaw": 37645, + "licting": 37646, + "obacillus": 37647, + "Ġsurfact": 37648, + "Institutions": 37649, + "Ġmonog": 37650, + "ĠWeeks": 37651, + "Ġpowerfully": 37652, + "cliffe": 37653, + "spirit": 37654, + "Ġstatesman": 37655, + "Ġcompeted": 37656, + "Ġvitally": 37657, + "Ġconcentric": 37658, + "ĠAnto": 37659, + "rosse": 37660, + "Ġlimitless": 37661, + "Ġpolysacchar": 37662, + "araj": 37663, + "Ġmilkweed": 37664, + "Ġthrill": 37665, + "Ġpiled": 37666, + "ĠMetabolic": 37667, + "ĠMetabolism": 37668, + "Ġmosques": 37669, + "Ġhindered": 37670, + "ĠRaising": 37671, + "ĠAdvisor": 37672, + "ĠToward": 37673, + "ĠRecognizing": 37674, + "Ġunattended": 37675, + "ĠIberian": 37676, + "styrene": 37677, + "ikungunya": 37678, + "Rabb": 37679, + "Son": 37680, + "Win": 37681, + "fections": 37682, + "vs": 37683, + "environment": 37684, + "Ġpc": 37685, + "idious": 37686, + "ĠThesaurus": 37687, + "andez": 37688, + "ĠRash": 37689, + "ĠNac": 37690, + "Ġunins": 37691, + "acker": 37692, + "ĠAlpine": 37693, + "Ġcareless": 37694, + "ahua": 37695, + "Ġinductive": 37696, + "amphetamine": 37697, + "script": 37698, + "ĠZach": 37699, + "Ġlayouts": 37700, + "ylase": 37701, + "ĠEdith": 37702, + "Ġbottoms": 37703, + "Ġbulld": 37704, + "Ġundue": 37705, + "-Con": 37706, + "Ġfloodplain": 37707, + "Ġwonderfully": 37708, + "ĠTerror": 37709, + "Ġforgiven": 37710, + "ravings": 37711, + "Ġornate": 37712, + "Ġgrabbed": 37713, + "Ġjeans": 37714, + "ĠComprehension": 37715, + "processed": 37716, + "Ġcoyote": 37717, + "Brazil": 37718, + "igmatism": 37719, + "ĠIndicators": 37720, + "/sh": 37721, + "Greg": 37722, + "lane": 37723, + "ä½": 37724, + "Ġae": 37725, + "Ġpacing": 37726, + "stated": 37727, + "Ġforks": 37728, + "ĠCologne": 37729, + "ĠHumb": 37730, + "Ġripped": 37731, + "ĠDahl": 37732, + "ĠRect": 37733, + "Ġabbey": 37734, + "ĠLiz": 37735, + "ibald": 37736, + "Ġjams": 37737, + "avage": 37738, + "Inv": 37739, + "Ġskirm": 37740, + "Ġnonin": 37741, + "-dist": 37742, + "Ġresponsiveness": 37743, + "Ġbatches": 37744, + "ĠAmmon": 37745, + "Ġapoc": 37746, + "ĠPerforming": 37747, + "ĠRegarding": 37748, + "Ġchronicles": 37749, + "Ġrosemary": 37750, + "Stephen": 37751, + "ña": 37752, + "Email": 37753, + "Ġgrabbing": 37754, + "ĠAnalytical": 37755, + "Ġmolasses": 37756, + "Ġsynchronized": 37757, + "pinephrine": 37758, + "ĠFernando": 37759, + "Ġunheard": 37760, + "ĠJoaquin": 37761, + "Gas": 37762, + "Mobile": 37763, + "Sit": 37764, + "carbon": 37765, + "fo": 37766, + "jac": 37767, + "lle": 37768, + "nostic": 37769, + "׳": 37770, + "åIJ": 37771, + "reb": 37772, + "onate": 37773, + "Ġbudd": 37774, + "Ġeut": 37775, + "ĠIMP": 37776, + "hertz": 37777, + "ĠMU": 37778, + "ĠMoll": 37779, + "Ġchond": 37780, + "Ġgrader": 37781, + "âĢĶyou": 37782, + "Ġpotty": 37783, + "Ġrestructuring": 37784, + "ĠShadow": 37785, + "Ġcomputations": 37786, + "Ġsworn": 37787, + "-tw": 37788, + "Ġfeedstock": 37789, + "ĠXIII": 37790, + "Ġsteels": 37791, + "ĠMonuments": 37792, + "Ġtummy": 37793, + "USD": 37794, + "Ġnanometers": 37795, + "Peace": 37796, + "Ġpowdery": 37797, + "Ġoxidized": 37798, + "Ġwarships": 37799, + "-hearted": 37800, + "-emotional": 37801, + "ĠInnovative": 37802, + "ĠRacism": 37803, + "Ġdefinitively": 37804, + "Ġcrucifixion": 37805, + "Ġstylistic": 37806, + "ĠRecognize": 37807, + "xit": 37808, + "alore": 37809, + "Ġhoses": 37810, + "Ġgels": 37811, + "Ġanne": 37812, + "ĠMines": 37813, + "iston": 37814, + "ĠRosh": 37815, + "ipitation": 37816, + "oby": 37817, + "Ġgenitals": 37818, + "Ġdifferentiating": 37819, + "Ġstride": 37820, + "Ġhanding": 37821, + "Ġcausation": 37822, + "Ġdirectives": 37823, + "Ġlowlands": 37824, + "ĠPlaza": 37825, + "Ġsituational": 37826, + "Ġcapitalists": 37827, + "menopausal": 37828, + "ĠPolo": 37829, + "Ġdiameters": 37830, + "Ġinnumerable": 37831, + "ĠLowell": 37832, + "ĠParliamentary": 37833, + "ĠOfficials": 37834, + "Ġinspector": 37835, + "Network": 37836, + "Ġcrucified": 37837, + "ĠNSAIDs": 37838, + "Ġrevelations": 37839, + "Ġmunitions": 37840, + "ĠOpinion": 37841, + "oeb": 37842, + "Ġhogs": 37843, + "ĠTend": 37844, + "olian": 37845, + "adam": 37846, + "ĠDanes": 37847, + "ĠNerve": 37848, + "Ġpeels": 37849, + "ĠKick": 37850, + "ĠVig": 37851, + "Ġjustices": 37852, + "Ġstrang": 37853, + "Ġcompleteness": 37854, + "ociate": 37855, + "ĠQatar": 37856, + "Ġvariously": 37857, + "ĠXia": 37858, + "Ġforceful": 37859, + "ĠBoat": 37860, + "ĠUSAID": 37861, + "ĠCircular": 37862, + "Columb": 37863, + "ĠCombat": 37864, + "ĠMalaysian": 37865, + "Ġexhale": 37866, + "Ġrecombinant": 37867, + "ĠBalkans": 37868, + "-SA": 37869, + "Battle": 37870, + "Wall": 37871, + "Ġtoen": 37872, + "ĠTrap": 37873, + "ĠAren": 37874, + "Ġchant": 37875, + "Ġleased": 37876, + "Ġkosher": 37877, + "Ġincisions": 37878, + "ĠStrip": 37879, + "ĠKahn": 37880, + "Already": 37881, + "Ġsilvery": 37882, + "Ġexpressly": 37883, + "Ġalternator": 37884, + "ĠEdo": 37885, + "incter": 37886, + "ĠMonteneg": 37887, + "araja": 37888, + "Ġweakest": 37889, + "ĠSTAR": 37890, + "Ġfloated": 37891, + "Ġfungicide": 37892, + "Whereas": 37893, + "ĠVariable": 37894, + "ĠHashem": 37895, + "ĠNortheastern": 37896, + "Ġ__________": 37897, + "Ġassimilated": 37898, + "ĠRolls": 37899, + "Ġcooperatives": 37900, + "Ġburying": 37901, + "Ġcarcass": 37902, + "Ġsprawl": 37903, + "Ġfurnishings": 37904, + "ĠSomerset": 37905, + "Ġarduous": 37906, + "/K": 37907, + "Male": 37908, + "video": 37909, + "enol": 37910, + "ĠMPs": 37911, + "ĠBore": 37912, + "Ġcanes": 37913, + "ĠREST": 37914, + "ismic": 37915, + "ĠSched": 37916, + "-spectrum": 37917, + "Ġmultim": 37918, + "ributes": 37919, + "ĠCoke": 37920, + "Ġtrio": 37921, + "Ġhabitation": 37922, + "Islamic": 37923, + "ĠDecisions": 37924, + "ĠWorker": 37925, + "Ġinventive": 37926, + "ĠHillary": 37927, + "Ġchickenpox": 37928, + "ĠCirculation": 37929, + "study": 37930, + "Ġreckless": 37931, + "Annual": 37932, + "Ġcoexist": 37933, + "brandt": 37934, + "Ġspatially": 37935, + "Ġdiuretic": 37936, + "ĠDwight": 37937, + "ĠKeynes": 37938, + "ĠUnicode": 37939, + ".ncbi": 37940, + "-ring": 37941, + "WG": 37942, + "fur": 37943, + "kor": 37944, + "male": 37945, + "inin": 37946, + "Ġwiping": 37947, + "Ġbucks": 37948, + "ĠAbe": 37949, + "ĠCott": 37950, + "gean": 37951, + "Ġexodus": 37952, + "result": 37953, + "ĠWalls": 37954, + "ĠFletcher": 37955, + "ĠRift": 37956, + "Ġenquiry": 37957, + "Ġdissection": 37958, + "Ġemph": 37959, + "âĢĶcan": 37960, + "bsite": 37961, + "ĠResult": 37962, + "Ġwasteful": 37963, + "ĠBoone": 37964, + "ĠMyths": 37965, + "ĠDecreased": 37966, + "Ġnoticeably": 37967, + "Conclusion": 37968, + "ĠIrrigation": 37969, + "remember": 37970, + "Ġadvisers": 37971, + "-average": 37972, + "Ġattainable": 37973, + "Exploring": 37974, + "Ġboreal": 37975, + "Ġoctave": 37976, + "OVE": 37977, + "Ġexemplary": 37978, + "Ġhemorrhagic": 37979, + "Ġkissing": 37980, + "Ġtroubleshooting": 37981, + "-blooded": 37982, + "Creat": 37983, + "Possible": 37984, + "moon": 37985, + "δ": 37986, + "Ġrever": 37987, + "Ġlen": 37988, + "tera": 37989, + "Ġcomrades": 37990, + "ĠBates": 37991, + "ĠBiol": 37992, + "ĠBene": 37993, + "acl": 37994, + "quate": 37995, + "ĠWis": 37996, + "ĠEh": 37997, + "Ġseams": 37998, + "ĠFighting": 37999, + "Ġench": 38000, + "ĠLivestock": 38001, + "Ġunambiguous": 38002, + "Ġartisan": 38003, + "ienne": 38004, + "Ġairtight": 38005, + "-target": 38006, + "-giving": 38007, + "Ġrotations": 38008, + "Philos": 38009, + "Ġquarks": 38010, + "Ġlichen": 38011, + "Ġperceives": 38012, + "Ġhonorable": 38013, + "Ġremedial": 38014, + "Preparing": 38015, + "Ġsegmented": 38016, + "Ġgentlemen": 38017, + "Ġornith": 38018, + "Ġrenovated": 38019, + "Ġcurricular": 38020, + "Ġconcurrently": 38021, + "Ġlandlord": 38022, + "ĠPythagorean": 38023, + "Ġprowess": 38024, + ".the": 38025, + "Easy": 38026, + "Funding": 38027, + "SR": 38028, + "correct": 38029, + "Ġreared": 38030, + "Ġalumni": 38031, + "ĠMAP": 38032, + "ĠDash": 38033, + "Ġspore": 38034, + "ellate": 38035, + "api": 38036, + "Ġphthal": 38037, + "ĠUnified": 38038, + "Innov": 38039, + "Ġplanters": 38040, + "ĠResidential": 38041, + "-drawn": 38042, + "Ġtripled": 38043, + "ĠIsraelis": 38044, + "Ġpreferring": 38045, + "ĠMarker": 38046, + "ADE": 38047, + "Ġjuxtap": 38048, + "utherford": 38049, + "/cm": 38050, + "Ġsouven": 38051, + "-footed": 38052, + "ĠHonolulu": 38053, + "ĠMichelangelo": 38054, + "Ġlambs": 38055, + "Ġtyphoid": 38056, + "ĠWinnipeg": 38057, + "Industrial": 38058, + "Ġgiraffe": 38059, + "ĠCrawford": 38060, + "-As": 38061, + "Hep": 38062, + "KG": 38063, + "yre": 38064, + "Ġts": 38065, + "Ġtame": 38066, + "eric": 38067, + "Ġpint": 38068, + "ĠMate": 38069, + "opon": 38070, + "ĠWick": 38071, + "Ġplunder": 38072, + "ilet": 38073, + "ĠChatt": 38074, + "Ġbliss": 38075, + "ĠSculpt": 38076, + "Ġmaterialism": 38077, + "-tested": 38078, + "ĠBritt": 38079, + "Ġdogma": 38080, + "Ġnationals": 38081, + "Ġbarb": 38082, + "google": 38083, + "mbling": 38084, + "oelect": 38085, + "ĠAngle": 38086, + "Ġconverters": 38087, + "OTO": 38088, + "ĠSkype": 38089, + "Ġcriticised": 38090, + "Ġhusbandry": 38091, + "Ġvineyard": 38092, + "ĠDharma": 38093, + "ĠByzant": 38094, + "Protecting": 38095, + "ĠPrediction": 38096, + "ĠðŁĻĤ": 38097, + "ĠTrouble": 38098, + "Occup": 38099, + "Ġhinges": 38100, + "ĠGeoffrey": 38101, + "ĠÙĪ": 38102, + "\"For": 38103, + "jack": 38104, + "mur": 38105, + "åĪ": 38106, + "ĠFischer": 38107, + "ĠRaleigh": 38108, + "ĠLists": 38109, + "ologna": 38110, + "Ġfeb": 38111, + "ossils": 38112, + "ractor": 38113, + "Ġproto": 38114, + "Ġhandouts": 38115, + "-force": 38116, + "ĠExamine": 38117, + "Ġterrace": 38118, + "ĠClient": 38119, + "acci": 38120, + "ammy": 38121, + "Ġdispatch": 38122, + "Ġpetty": 38123, + "ukkah": 38124, + "ĠGovernors": 38125, + "Ġcandies": 38126, + "Ġhomicide": 38127, + "Ġinventories": 38128, + "ĠVolta": 38129, + "Ġvirtualization": 38130, + "haven": 38131, + "Ġrefrigerators": 38132, + "OUND": 38133, + "Ġdowntime": 38134, + "Ġwhitish": 38135, + "Ġannotation": 38136, + "Ġchiropract": 38137, + "Ġcentrally": 38138, + "Distribution": 38139, + "Ġcontingency": 38140, + "-seeking": 38141, + "Ġtheologians": 38142, + "Ġfoothills": 38143, + "ĠSlovenia": 38144, + "zip": 38145, + "ateness": 38146, + "Ġhuts": 38147, + "stere": 38148, + "ĠTT": 38149, + "ĠBess": 38150, + "ĠHoll": 38151, + "Ġrations": 38152, + "ĠEzekiel": 38153, + "Ġincur": 38154, + "arez": 38155, + "Ġcautions": 38156, + "ĠAsbestos": 38157, + "Ġequates": 38158, + "Item": 38159, + "ĠAdvantages": 38160, + "ĠSey": 38161, + "-men": 38162, + "Ġsensational": 38163, + "-training": 38164, + "Alert": 38165, + "Ġcatac": 38166, + "ĠAfterwards": 38167, + "Ġrevolving": 38168, + "Ġmisbe": 38169, + "Ġingrained": 38170, + "Ġpickup": 38171, + "grave": 38172, + "Ġoverlay": 38173, + "OCK": 38174, + "ĠObserve": 38175, + "Ġolives": 38176, + "اÙĨ": 38177, + "Ġinterdependent": 38178, + "Ġdismantled": 38179, + "Ġterraces": 38180, + "Ġgeometrical": 38181, + "-occurring": 38182, + "ĠNuremberg": 38183, + ".doi": 38184, + "Dam": 38185, + "Putting": 38186, + "Tree": 38187, + "numbered": 38188, + "Ġwaged": 38189, + "Ġping": 38190, + "Ġgulf": 38191, + "racking": 38192, + "empl": 38193, + "fficking": 38194, + "ĠOscill": 38195, + "Ġscribes": 38196, + "intosh": 38197, + "Ġoffences": 38198, + "Ġoffsets": 38199, + "cycles": 38200, + "Ġvarieg": 38201, + "Ġrefinery": 38202, + "ĠScorp": 38203, + "Ġencir": 38204, + "Ġcyn": 38205, + "Ġensued": 38206, + "aean": 38207, + "ĠJohnny": 38208, + "ĠGupta": 38209, + "ĠNeurop": 38210, + "Ġarmored": 38211, + "ĠBench": 38212, + "ĠDesigner": 38213, + "EPT": 38214, + "ĠFundamentals": 38215, + "Ġaspire": 38216, + "Ġbuffers": 38217, + "Ġneurology": 38218, + "ĠTriple": 38219, + "ĠBecoming": 38220, + "Electronic": 38221, + "igraphic": 38222, + "ĠGriffith": 38223, + "Ġrhinitis": 38224, + "Ġleptin": 38225, + "ĠAdolescents": 38226, + "bread": 38227, + "course": 38228, + "dia": 38229, + "pc": 38230, + "pad": 38231, + "sville": 38232, + "chrome": 38233, + "aye": 38234, + "ĠMare": 38235, + "usr": 38236, + "Ġcanines": 38237, + "ĠLod": 38238, + "ĠLus": 38239, + "ĠOphthalm": 38240, + "Ġincarnation": 38241, + "Ġresorts": 38242, + "Ġtimeframe": 38243, + "weeds": 38244, + "Ġflue": 38245, + ").|Ċ": 38246, + "Ġsimulating": 38247, + "Ġbacklash": 38248, + "Ġboating": 38249, + "ierre": 38250, + "deen": 38251, + "bsp": 38252, + "Ġlistings": 38253, + "Changing": 38254, + "Ġexcludes": 38255, + "ĠSupper": 38256, + "Ġdocumentaries": 38257, + "ACA": 38258, + "ophytes": 38259, + "Ġadjusts": 38260, + "ĠMahatma": 38261, + "Ġdecayed": 38262, + "Ġmirrored": 38263, + "Ġpuzzling": 38264, + "Ġaligns": 38265, + "Ġniches": 38266, + "Ġperpetrator": 38267, + "Ġunderserved": 38268, + "Ġenriching": 38269, + "ĠProtective": 38270, + "ĠExcellent": 38271, + "responsive": 38272, + "-preserved": 38273, + "Ġpsyched": 38274, + "Alternative": 38275, + "Ġmemoirs": 38276, + "ĠGradually": 38277, + "-feet": 38278, + "Ġãģ": 38279, + "aqu": 38280, + "cats": 38281, + "caster": 38282, + "fine": 38283, + "false": 38284, + "ioc": 38285, + "uw": 38286, + "Ġmitzv": 38287, + "leases": 38288, + "ĠBU": 38289, + "ĠEdu": 38290, + "ĠLens": 38291, + "actyl": 38292, + "ensibly": 38293, + "Ġintox": 38294, + "Ġunderrepresented": 38295, + "Ġsolitude": 38296, + "Ġcharismatic": 38297, + "ĠScrabble": 38298, + "manac": 38299, + "Ġvolley": 38300, + "ympan": 38301, + "ĠAmos": 38302, + "ĠXVI": 38303, + "ĠSecrets": 38304, + "Ġblockages": 38305, + "Ġangu": 38306, + "Articles": 38307, + "Ġrecalling": 38308, + "Ġcocktail": 38309, + "Break": 38310, + "physema": 38311, + "Ġoverseeing": 38312, + "ĠGeorges": 38313, + "Ġlandlords": 38314, + "Ġconjunctivitis": 38315, + "ĠPortsmouth": 38316, + ".ÃĤ": 38317, + "JA": 38318, + "biotic": 38319, + "game": 38320, + "uities": 38321, + "Ġduel": 38322, + "rotic": 38323, + "Ġthumbs": 38324, + "Ġetym": 38325, + "Ġnud": 38326, + "Ġbegging": 38327, + "ĠTL": 38328, + "ĠTours": 38329, + "Ġstarchy": 38330, + "ĠCuc": 38331, + "ĠFixed": 38332, + "ĠRR": 38333, + "ĠGig": 38334, + "aghetti": 38335, + "Ġclones": 38336, + "Ġdiagon": 38337, + "Ġtransnational": 38338, + "Ġendogenous": 38339, + "ĠBlank": 38340, + "project": 38341, + "Exec": 38342, + "ukes": 38343, + "Ġplea": 38344, + "-no": 38345, + "gravity": 38346, + "Security": 38347, + "Ġsealants": 38348, + "ĠUltimate": 38349, + "Ġheterogeneity": 38350, + "ĠChambers": 38351, + "Ġhesitant": 38352, + "Ġswinging": 38353, + "otoxin": 38354, + "ĠDinosaur": 38355, + "Ġlocomotives": 38356, + "ĠNathaniel": 38357, + "ĠAdvocacy": 38358, + ".*": 38359, + "LINE": 38360, + "Tools": 38361, + "bio": 38362, + "Ġmash": 38363, + "idney": 38364, + "ĠSib": 38365, + "Ġincense": 38366, + "Ġthemed": 38367, + "Ġagitated": 38368, + "Ġactress": 38369, + "Ġsubdu": 38370, + "ĠShabbat": 38371, + "ĠExxon": 38372, + "-dense": 38373, + "-writing": 38374, + "ĠXI": 38375, + "whose": 38376, + "Ġethically": 38377, + "Ġpalae": 38378, + "laus": 38379, + "ĠPCI": 38380, + "Ġbarefoot": 38381, + "ĠCombining": 38382, + "Ġmetaphorical": 38383, + "Ġaquariums": 38384, + "Ġpermeable": 38385, + "Ġsubdivision": 38386, + "Ġcorpses": 38387, + "Ġprogeny": 38388, + "ĠPFAS": 38389, + "Ġoverfishing": 38390, + "Ġguerrilla": 38391, + "Ġnascent": 38392, + "Ġcafeteria": 38393, + "cephaly": 38394, + "/ex": 38395, + "Diagn": 38396, + "Fac": 38397, + "Had": 38398, + "eating": 38399, + "pay": 38400, + "qi": 38401, + "asu": 38402, + "ombs": 38403, + "Ġgib": 38404, + "ĠCind": 38405, + "ĠCrops": 38406, + "emes": 38407, + "ĠDocker": 38408, + "Ġleash": 38409, + "Ġenum": 38410, + "ĠJiang": 38411, + "ĠVOCs": 38412, + "Ġlongtime": 38413, + "Ġmyr": 38414, + "Ġlitre": 38415, + "-bar": 38416, + "axanthin": 38417, + "Ġbitterness": 38418, + "olyb": 38419, + "Ġuncovering": 38420, + "ĠViral": 38421, + "ĠSurgeons": 38422, + "-thinking": 38423, + "ĠBasel": 38424, + "ĠElectron": 38425, + "Ġventilated": 38426, + "ĠEvil": 38427, + "ĠMelissa": 38428, + "Ġflashlight": 38429, + "ĠGallup": 38430, + "-general": 38431, + "Ġcompresses": 38432, + "Ġoscillation": 38433, + "Ġanthocyan": 38434, + "Ġcondenser": 38435, + "accessed": 38436, + "Ġaesthetically": 38437, + "ĠSynthetic": 38438, + "ĠSeasonal": 38439, + "Ġinfarction": 38440, + "Ġromeo": 38441, + "(D": 38442, + "Sugar": 38443, + "camp": 38444, + "Ġsings": 38445, + "Ġwards": 38446, + "Ġfou": 38447, + "Ġyr": 38448, + "ĠCure": 38449, + "Ġsuicides": 38450, + "este": 38451, + "umbo": 38452, + "Ġraster": 38453, + "ĠFairy": 38454, + "ĠFiji": 38455, + "Ġshin": 38456, + "ĠNK": 38457, + "ĠNET": 38458, + "ĠGras": 38459, + "ardia": 38460, + "ako": 38461, + "ĠJill": 38462, + "athing": 38463, + "ramatic": 38464, + "swald": 38465, + "unta": 38466, + "ĠXL": 38467, + "Probably": 38468, + "boarding": 38469, + "Ġheroism": 38470, + "Ġpandas": 38471, + "ĠPanic": 38472, + "orphous": 38473, + "Ġnomine": 38474, + "Ġwreak": 38475, + "Ġdroplet": 38476, + "ĠRefugee": 38477, + "Ġtantal": 38478, + "Ġcacti": 38479, + "Ġhurdle": 38480, + "-guided": 38481, + "literally": 38482, + "Ġsurrogate": 38483, + "ĠSloan": 38484, + "Ġrequisite": 38485, + "\"That": 38486, + "GPT": 38487, + "Sweet": 38488, + "Trees": 38489, + "mis": 38490, + "viv": 38491, + "aline": 38492, + "igree": 38493, + "abouts": 38494, + "orepinephrine": 38495, + "Ġcanker": 38496, + "ĠHoughton": 38497, + "Ġunofficial": 38498, + "ĠVilla": 38499, + "Ġflint": 38500, + "Ġsubterranean": 38501, + "Ġmeditate": 38502, + "ieri": 38503, + "-base": 38504, + "Ġslurry": 38505, + "-prom": 38506, + "âĢĵthe": 38507, + "Ġsimplex": 38508, + "monton": 38509, + "-store": 38510, + "Ġmisguided": 38511, + "Ġmaximal": 38512, + "Ġindexed": 38513, + "-virus": 38514, + "à¥ģ": 38515, + "Ġpediatricians": 38516, + "Ġscrape": 38517, + "Metadata": 38518, + "ĠEverglades": 38519, + "Architect": 38520, + "rocessing": 38521, + "Ġanecdotes": 38522, + "Freedom": 38523, + "Ġlurking": 38524, + "CBT": 38525, + "×ĵ": 38526, + "Ġlids": 38527, + "ĠBillion": 38528, + "ĠFinger": 38529, + "ĠNarc": 38530, + "ertations": 38531, + "Ġcurly": 38532, + "Ġconfed": 38533, + "Ġdrunken": 38534, + "Ġslums": 38535, + "ĠPhonics": 38536, + "Weather": 38537, + "ĠOrdin": 38538, + "Ġdocks": 38539, + "ĠWillis": 38540, + "ĠUseful": 38541, + "Ġhyperthyroidism": 38542, + "Ġreformed": 38543, + "ĠGoods": 38544, + "Ġpapaya": 38545, + "government": 38546, + "Nonetheless": 38547, + "plementary": 38548, + "humid": 38549, + "ĠSymbols": 38550, + "ĠAntiquities": 38551, + "(-": 38552, + "Ay": 38553, + "Eight": 38554, + "lis": 38555, + "zburg": 38556, + "Ġtungsten": 38557, + "itution": 38558, + "ĠTolerance": 38559, + "utans": 38560, + "ĠPredict": 38561, + "quality": 38562, + "ĠWTO": 38563, + "ĠDund": 38564, + "ĠROM": 38565, + "Ġrecited": 38566, + "Ġblaming": 38567, + "ĠVascular": 38568, + "deal": 38569, + "Ġopting": 38570, + "ĠAmen": 38571, + "whole": 38572, + "ĠCounting": 38573, + "undreds": 38574, + "onicot": 38575, + "Ġpandemics": 38576, + "Ġtonsils": 38577, + "ĠMerced": 38578, + "Ġglycol": 38579, + "ĠImproves": 38580, + "Ġperturb": 38581, + "Ġscalability": 38582, + "ĠCeres": 38583, + "-comput": 38584, + "ĠQuantitative": 38585, + "Ġsprinkler": 38586, + "-equipped": 38587, + "ĠPupils": 38588, + "Ġmicroprocessor": 38589, + "Ġhassle": 38590, + ".If": 38591, + "Doc": 38592, + "Site": 38593, + "anal": 38594, + "etta": 38595, + "ĠFors": 38596, + "ĠLil": 38597, + "Ġoutermost": 38598, + "Ġuniting": 38599, + "ĠSty": 38600, + "Ġdifficile": 38601, + "Ġ\"[": 38602, + "Ġbristles": 38603, + "ĠConsequences": 38604, + "Ġchariot": 38605, + "Ġphysi": 38606, + "amese": 38607, + "ĠCentauri": 38608, + "helps": 38609, + "inguishable": 38610, + "ĠForensic": 38611, + "ĠMetals": 38612, + "ĠGoldman": 38613, + "lastoma": 38614, + "Ġtoughness": 38615, + "ĠPolytechn": 38616, + "ĠRenew": 38617, + "Ġslew": 38618, + "Ġbrilliance": 38619, + "ĠSemin": 38620, + "ĠBahamas": 38621, + "rofoam": 38622, + "ĠEnsuring": 38623, + "Ġotters": 38624, + "Ġlapar": 38625, + "Ġchromatography": 38626, + "-sector": 38627, + "Ġfuselage": 38628, + "/res": 38629, + "?.": 38630, + "Mil": 38631, + "Machine": 38632, + "Sing": 38633, + "Wire": 38634, + "criminals": 38635, + "kok": 38636, + "Ġaide": 38637, + "Ġpact": 38638, + "aru": 38639, + "arro": 38640, + "olks": 38641, + "oty": 38642, + "ĠMosaic": 38643, + "ĠWong": 38644, + "ripe": 38645, + "Ġimprint": 38646, + "assa": 38647, + "Ġevade": 38648, + "ĠSta": 38649, + "Ġupfront": 38650, + "ĠVO": 38651, + "Ġcalligraphy": 38652, + "ĠAlto": 38653, + "ĠArd": 38654, + "-border": 38655, + "risome": 38656, + "Whole": 38657, + "Ġwallpaper": 38658, + "-good": 38659, + "ONS": 38660, + "Excerpt": 38661, + "zza": 38662, + "Ġvesicles": 38663, + "osaics": 38664, + "Ġhorsepower": 38665, + "ĠSilva": 38666, + "Ġneuros": 38667, + "-concept": 38668, + "Ġradiating": 38669, + "Ġtransplanting": 38670, + "-blue": 38671, + "Ġpropositions": 38672, + "ucca": 38673, + "Improve": 38674, + "Potential": 38675, + "Ġplunge": 38676, + "Ġsprawling": 38677, + "ĠFermi": 38678, + "?),": 38679, + "aum": 38680, + "bh": 38681, + "past": 38682, + "productive": 38683, + "itled": 38684, + "Ġpoth": 38685, + "ĠTiny": 38686, + "ĠIli": 38687, + "Ġexoske": 38688, + "ĠEls": 38689, + "ĠThur": 38690, + "Ġacorns": 38691, + "Ġgrafting": 38692, + "Ġautosomal": 38693, + "Ġmultiples": 38694, + "Chicago": 38695, + "Union": 38696, + "ĠInterpretation": 38697, + "Ġboosters": 38698, + "ĠEmpress": 38699, + "ocysteine": 38700, + "ĠChecklist": 38701, + "ĠThoughts": 38702, + "roxy": 38703, + "Ġrabbi": 38704, + "Ġmatured": 38705, + "Ġsalmonella": 38706, + "Ġobligatory": 38707, + "ctuaries": 38708, + "Model": 38709, + "Ġbridging": 38710, + "ĠPeriodic": 38711, + "ĠBorough": 38712, + "ĠFatty": 38713, + "ĠSaxony": 38714, + "Golden": 38715, + "Ġinconvenience": 38716, + "Ġovercrowded": 38717, + "Ġsalamanders": 38718, + "-angle": 38719, + "FTA": 38720, + "NV": 38721, + "Rom": 38722, + "bush": 38723, + "fight": 38724, + "rarily": 38725, + "Ġmule": 38726, + "Ġearthen": 38727, + "Ġladen": 38728, + "Ġvultures": 38729, + "Ġatopic": 38730, + "ĠFTP": 38731, + "akin": 38732, + "ĠUd": 38733, + "ifflin": 38734, + "Ġlonging": 38735, + "ĠForg": 38736, + "Ġstructuring": 38737, + "princ": 38738, + "Ġnationalities": 38739, + "Ġcolonize": 38740, + "ĠAcids": 38741, + "ĠBiochemistry": 38742, + "Ġcheaply": 38743, + "Ġsprung": 38744, + "Autism": 38745, + "Ġcombustible": 38746, + "Ġharnessed": 38747, + "ĠBirthday": 38748, + "ĠNeurological": 38749, + "Ġsprinkle": 38750, + "Collins": 38751, + "-study": 38752, + "Ġdissipate": 38753, + "ĠHerschel": 38754, + "Ġentanglement": 38755, + "-change": 38756, + "GEN": 38757, + "Hor": 38758, + "RES": 38759, + "SF": 38760, + "gmy": 38761, + "tale": 38762, + "Ġaisle": 38763, + "stoy": 38764, + "important": 38765, + "Ġstraining": 38766, + "Ġhare": 38767, + "ĠWon": 38768, + "Ġrpm": 38769, + "ĠDiane": 38770, + "ĠEMS": 38771, + "Ġphobias": 38772, + "Ġpoignant": 38773, + "Ġwatercol": 38774, + "Ġsublime": 38775, + "ĠProverbs": 38776, + "undy": 38777, + "Ġbloods": 38778, + "Ġlotus": 38779, + "Ġetched": 38780, + "Ġtaxing": 38781, + "Ġcoverings": 38782, + "Ġturbo": 38783, + "ĠAcupuncture": 38784, + "Ġstarve": 38785, + "Ġmasterpieces": 38786, + "ĠBasque": 38787, + "ĠRockies": 38788, + "Ġtonal": 38789, + "Ġbeekeepers": 38790, + "Ġfractional": 38791, + "developmental": 38792, + "ĠMeso": 38793, + "Ġgrips": 38794, + "Ġreassuring": 38795, + "Ġglycos": 38796, + "Providing": 38797, + "ĠHEALTH": 38798, + "Ġtempered": 38799, + "Ġsneak": 38800, + "Importance": 38801, + "MH": 38802, + "iak": 38803, + "Ġcic": 38804, + "always": 38805, + "Ġbilling": 38806, + "Ġasynchronous": 38807, + "osive": 38808, + "ĠWiring": 38809, + "Ġrut": 38810, + "ĠGift": 38811, + "ellites": 38812, + "Ġclutter": 38813, + "Ġblat": 38814, + "Ġorganelles": 38815, + "Ġcaliph": 38816, + "stitis": 38817, + "Ġprediabetes": 38818, + "ĠWarwick": 38819, + "Ġwetter": 38820, + "Ġdissolving": 38821, + "Ġsnowy": 38822, + "Ġbanded": 38823, + "Ġrationality": 38824, + "Ġintegrative": 38825, + "Ġpenetrates": 38826, + "ät": 38827, + "ĠBoyd": 38828, + "Ġdeclarations": 38829, + "Ġtheorized": 38830, + "Essential": 38831, + "Ġgonorrhea": 38832, + "-education": 38833, + "Ġthroats": 38834, + "µ": 38835, + "Ġoss": 38836, + "Ġinexperienced": 38837, + "oment": 38838, + "Ġlance": 38839, + "ĠTir": 38840, + "ighest": 38841, + "ĠAce": 38842, + "ĠSadd": 38843, + "ĠDSL": 38844, + "unh": 38845, + "ĠOthello": 38846, + "Ġincumbent": 38847, + "next": 38848, + "Ġdistill": 38849, + "Ġmeniscus": 38850, + "Ġnetting": 38851, + "Ġzeros": 38852, + "Ġvera": 38853, + "Church": 38854, + "ĠAbram": 38855, + "ĠManip": 38856, + "empty": 38857, + "atti": 38858, + "Ġgenesis": 38859, + "Drinking": 38860, + "Ġbranded": 38861, + "ĠTVs": 38862, + "Ġrelieves": 38863, + "Ġincidental": 38864, + "Ġdistributes": 38865, + "Ġdeductions": 38866, + "ĠDalai": 38867, + "Ġfortunately": 38868, + "Ġinvertebrate": 38869, + "ĠVedas": 38870, + "junctive": 38871, + "Ġreimburse": 38872, + "Ġnanomaterials": 38873, + "Cats": 38874, + "Gall": 38875, + "hels": 38876, + "initis": 38877, + "icent": 38878, + "leuk": 38879, + "Ġhilly": 38880, + "ĠSob": 38881, + "ĠSnyder": 38882, + "ematic": 38883, + "ĠWille": 38884, + "Ġleopards": 38885, + "ecund": 38886, + "Ġtimelines": 38887, + "ĠYuan": 38888, + "ĠProx": 38889, + "Ġorganizes": 38890, + "Ġclears": 38891, + "ĠScripps": 38892, + "-block": 38893, + "Ġradiate": 38894, + "-most": 38895, + "ĠApples": 38896, + "vantage": 38897, + "ĠMonkey": 38898, + "Ġcommercialization": 38899, + "ĠDeficit": 38900, + "Ġpacemaker": 38901, + "Ġhoax": 38902, + "ĠJaneiro": 38903, + "á¹Ń": 38904, + "ĠVaccination": 38905, + "Ġillegitimate": 38906, + "ĠKelvin": 38907, + "Ġdilemmas": 38908, + "ĠGentiles": 38909, + "ĠVariations": 38910, + "Ġfocussed": 38911, + "Ġparalyzed": 38912, + "Ġdiphtheria": 38913, + "ĠHelsinki": 38914, + "atross": 38915, + "ĠSitting": 38916, + "Ġconcession": 38917, + "ĠBis": 38918, + "nthetic": 38919, + "Ġchast": 38920, + "Ġchassis": 38921, + "Ġadorable": 38922, + "Ġblurry": 38923, + "Ġrefund": 38924, + "Ġphysiotherap": 38925, + "Ġmaturing": 38926, + "religious": 38927, + "Ġsamurai": 38928, + "Ġstraps": 38929, + "peas": 38930, + "Ġsnipp": 38931, + "ĠRivera": 38932, + "Ġdependable": 38933, + "Ġfinalized": 38934, + "à¤ķ": 38935, + "ĠTemp": 38936, + "Ġbotany": 38937, + "Ġswimmer": 38938, + "Ġelectrostatic": 38939, + "ĠStrange": 38940, + "Ġcyberatt": 38941, + "Regarding": 38942, + "Ġobligated": 38943, + "Ġcyclical": 38944, + "anthus": 38945, + "ĠPulitzer": 38946, + "Ġrefractory": 38947, + "ĠRudolf": 38948, + "Ġannexation": 38949, + "Holy": 38950, + "Kit": 38951, + "Sand": 38952, + "nections": 38953, + "yet": 38954, + "Ġtinct": 38955, + "isors": 38956, + "chap": 38957, + "ĠCroc": 38958, + "ĠDress": 38959, + "ĠDwarf": 38960, + "artisan": 38961, + "Ġshuff": 38962, + "pline": 38963, + "Ġimposes": 38964, + "ordinary": 38965, + "Ġpreface": 38966, + "ĠKnee": 38967, + "Ġraped": 38968, + "Influ": 38969, + "ickness": 38970, + "Ġmodulate": 38971, + "Ġpatter": 38972, + "Ġimmobil": 38973, + "ĠOrders": 38974, + "-talk": 38975, + "Ġprintables": 38976, + "Ġseasonally": 38977, + "-stim": 38978, + "Ġpetitions": 38979, + "Ġsupplementing": 38980, + "Seeing": 38981, + "fluid": 38982, + "Ġelaborated": 38983, + "Ġcompacted": 38984, + "ĠRFC": 38985, + "Ġdislocation": 38986, + "ĠMiranda": 38987, + "ĠSebastian": 38988, + "Birth": 38989, + "Difference": 38990, + "GDP": 38991, + "UAL": 38992, + "cill": 38993, + "cases": 38994, + "oof": 38995, + "poor": 38996, + "Ġcet": 38997, + "esville": 38998, + "Ġeb": 38999, + "Ġsewn": 39000, + "Ġunfore": 39001, + "Ġuncomp": 39002, + "Ġdecimated": 39003, + "othermic": 39004, + "Ġstatehood": 39005, + "Ġrestrained": 39006, + "-founded": 39007, + "opez": 39008, + "Ġcharacterizes": 39009, + "Ġannum": 39010, + "Chris": 39011, + "Ġceases": 39012, + "ĠEmil": 39013, + "naire": 39014, + "ĠBraille": 39015, + "Ġmeridian": 39016, + "Ġcomforting": 39017, + "blast": 39018, + "ĠSenators": 39019, + "Ġstomachs": 39020, + "ĠPersistent": 39021, + "ĠLibert": 39022, + "-exper": 39023, + "ĠNYU": 39024, + "Ġbuttocks": 39025, + "ĠSDG": 39026, + "Ġmicrowaves": 39027, + "ĠOwens": 39028, + "Ġterrified": 39029, + "ĠConcerns": 39030, + "Ġmarvelous": 39031, + "Ġrepayment": 39032, + "Ġcrippling": 39033, + "against": 39034, + "Ġgossip": 39035, + "-harvest": 39036, + "-er": 39037, + "><": 39038, + "ESA": 39039, + "FIG": 39040, + "Reb": 39041, + "fing": 39042, + "oters": 39043, + "otroph": 39044, + "Ġstats": 39045, + "Ġheath": 39046, + "abh": 39047, + "Ġexerts": 39048, + "ĠHague": 39049, + "Ġplating": 39050, + "plug": 39051, + "ĠKand": 39052, + "Ġspeck": 39053, + "Ġdetain": 39054, + "ĠSparta": 39055, + "ĠAdri": 39056, + "-political": 39057, + "-layer": 39058, + "ĠIntra": 39059, + "Ġblueberry": 39060, + "Adults": 39061, + "-leaf": 39062, + "Ġgarnered": 39063, + "Ġdoorway": 39064, + "Ġborrower": 39065, + "ĠSeminary": 39066, + "ĠPackage": 39067, + "ĠAFP": 39068, + "ĠAztecs": 39069, + "ARNING": 39070, + "-operated": 39071, + "-ounce": 39072, + "hana": 39073, + "nail": 39074, + "Ġtac": 39075, + "Ġbovine": 39076, + "ĠTP": 39077, + "ĠTiber": 39078, + "ĠAAA": 39079, + "ĠSister": 39080, + "ĠFusion": 39081, + "Ġarbor": 39082, + "Ġindec": 39083, + "Ġflaming": 39084, + "ĠCanberra": 39085, + "Ġmultilingual": 39086, + "ĠZak": 39087, + "Ġ==": 39088, + "ĠMario": 39089, + "ĠIntake": 39090, + "ĠInterpret": 39091, + "Ġsuspend": 39092, + "Ġbranding": 39093, + "hopper": 39094, + "Measuring": 39095, + "ĠLoan": 39096, + "ĠMotivation": 39097, + "Ġoverturned": 39098, + "ĠSkinner": 39099, + "crime": 39100, + "ĠColombian": 39101, + "Ġevaporated": 39102, + "οÏĤ": 39103, + "Ġgadget": 39104, + "Ġsuperconducting": 39105, + "Astronomers": 39106, + "Ġprotruding": 39107, + "Ġdiscontent": 39108, + "aundering": 39109, + "ĠWinchester": 39110, + "Budd": 39111, + "Ġmasc": 39112, + "Ġbearded": 39113, + "Ġstag": 39114, + "ĠCatch": 39115, + "ĠMIN": 39116, + "Ġhefty": 39117, + "ĠRican": 39118, + "ĠRNAs": 39119, + "Ġspies": 39120, + "rike": 39121, + "ĠGinger": 39122, + "ichia": 39123, + "Ġadverbs": 39124, + "eret": 39125, + "Ġperched": 39126, + "Ġinflict": 39127, + "ĠWei": 39128, + "anyl": 39129, + "Ġtestified": 39130, + "Ġsoles": 39131, + "Ġservicing": 39132, + "ĠArche": 39133, + "Ġpotable": 39134, + "iken": 39135, + "Ġkeyboards": 39136, + "Ġinteracted": 39137, + "extreme": 39138, + "aura": 39139, + "Ġjuicy": 39140, + "Ġaqueduct": 39141, + "ĠJudas": 39142, + "IPCC": 39143, + "Ġabandoning": 39144, + "ĠEstablished": 39145, + "Ġasserting": 39146, + "Ġspreadsheets": 39147, + "Activities": 39148, + "ĠUltrasound": 39149, + "Ġyogh": 39150, + "ĠBoyle": 39151, + "ĠKerry": 39152, + "Ġmourn": 39153, + "Ġlucid": 39154, + "Ġpeeled": 39155, + "Ġvigilance": 39156, + "Begin": 39157, + "Ġcrickets": 39158, + "Ġgorilla": 39159, + "Ġmisfortune": 39160, + "Fruit": 39161, + "Java": 39162, + "LI": 39163, + "Ġdocking": 39164, + "ilitation": 39165, + "lyph": 39166, + "ĠCrew": 39167, + "ĠMum": 39168, + "âĢĻ:": 39169, + "ĠPie": 39170, + "ĠBreed": 39171, + "ĠHof": 39172, + "ĠEck": 39173, + "ĠEPS": 39174, + "ecological": 39175, + "ĠThousand": 39176, + "ĠKr": 39177, + "ĠVOC": 39178, + "Ġinsistence": 39179, + "ĠShim": 39180, + "Ġposthum": 39181, + "Ġsufferer": 39182, + "Ġstealth": 39183, + "Ġdivinity": 39184, + "Ġmounts": 39185, + "Ġrobes": 39186, + "-efficacy": 39187, + "ĠPalae": 39188, + "Ġtrustees": 39189, + "Ġdissipation": 39190, + "ĠBayer": 39191, + "Ġdysp": 39192, + "ovenants": 39193, + "Ġtonne": 39194, + "ĠTrying": 39195, + "ĠPotato": 39196, + "Ġvelvet": 39197, + "ĠRubber": 39198, + "ĠSensitivity": 39199, + "Guid": 39200, + "Ġdownturn": 39201, + "Ġsulfuric": 39202, + "ĠMuir": 39203, + "Ġmobilized": 39204, + "Ġhopelessness": 39205, + "Ġraccoons": 39206, + "ĠAntioch": 39207, + "Tests": 39208, + "feedback": 39209, + "xes": 39210, + "Ġtipped": 39211, + "Ġfend": 39212, + "arctic": 39213, + "olition": 39214, + "Ġforfe": 39215, + "ĠCBC": 39216, + "ĠPB": 39217, + "oceros": 39218, + "ĠRBC": 39219, + "ĠGott": 39220, + "ptide": 39221, + "period": 39222, + "ewall": 39223, + "assuming": 39224, + "ĠKippur": 39225, + "Ġwaterfront": 39226, + "Ġglide": 39227, + "âĢľPeople": 39228, + "etsy": 39229, + "Ġpositivity": 39230, + "Ġapplicability": 39231, + "-trade": 39232, + "Ġphotosynthetic": 39233, + "ĠGuards": 39234, + "ylan": 39235, + "Ġsque": 39236, + "Ġpenned": 39237, + "ĠTurb": 39238, + "ĠLonger": 39239, + "Ġacutely": 39240, + "ĠSecretariat": 39241, + "Religion": 39242, + "Ġsegmentation": 39243, + "ĠEntertain": 39244, + "ĠOmaha": 39245, + "Ġelegance": 39246, + "werp": 39247, + "ĠMussolini": 39248, + "Mag": 39249, + "tus": 39250, + "Ñĸ": 39251, + "Ġtast": 39252, + "isbury": 39253, + "idians": 39254, + "ĠCite": 39255, + "ĠHew": 39256, + "Ġamniotic": 39257, + "Ġgoodbye": 39258, + "Ġautonomic": 39259, + "Ġglitter": 39260, + "Ġcomplements": 39261, + "tershire": 39262, + "Ġmatures": 39263, + "ĠShack": 39264, + "ĠShipping": 39265, + "priv": 39266, + "ĠCOM": 39267, + "Ġhypnot": 39268, + "Ġanxieties": 39269, + "ĠFounded": 39270, + "ĠSamoa": 39271, + "Enh": 39272, + "ĠRadar": 39273, + "ĠRobots": 39274, + "Ġinterpreters": 39275, + "Ġpertains": 39276, + "Ġquadrant": 39277, + "Ġfarthest": 39278, + "ĠDickinson": 39279, + "ĠFleming": 39280, + "-caused": 39281, + "Ġfiercely": 39282, + "Ġunderscore": 39283, + "Ġplunged": 39284, + "Ġhotspot": 39285, + "ĠOrnith": 39286, + "Mos": 39287, + "gor": 39288, + "nose": 39289, + "ÉĽ": 39290, + "Ġreusing": 39291, + "Ġ()": 39292, + "ĠPour": 39293, + "ĠPanch": 39294, + "Ġweary": 39295, + "ĠDoor": 39296, + "ĠRover": 39297, + "ĠNucle": 39298, + "ibre": 39299, + "vented": 39300, + "azes": 39301, + "symb": 39302, + "Ġbiop": 39303, + "Ġdeepening": 39304, + "ĠAntony": 39305, + "Ġderog": 39306, + "-efficiency": 39307, + "ĠTransformation": 39308, + "ĠTransactions": 39309, + "tionary": 39310, + "ĠBrock": 39311, + "Ġassertive": 39312, + "Ġradiometric": 39313, + "Ġenactment": 39314, + "oclonal": 39315, + "Cambridge": 39316, + "-secondary": 39317, + "-Webster": 39318, + "Bank": 39319, + "Money": 39320, + "Tags": 39321, + "bu": 39322, + "Ö¶": 39323, + "atellite": 39324, + "irubin": 39325, + "ulled": 39326, + "ocally": 39327, + "ĠDover": 39328, + "units": 39329, + "ĠGamb": 39330, + "ĠJal": 39331, + "Ġsoared": 39332, + "Ġpreoccup": 39333, + "reeze": 39334, + "Ġmodality": 39335, + "Ġrightful": 39336, + "Ġglaze": 39337, + "Ġretreating": 39338, + "Ġphysiotherapy": 39339, + "Ġrisking": 39340, + "Ġbookmark": 39341, + "Ġgeneralization": 39342, + "edias": 39343, + "ĠAustro": 39344, + "Ġpollinate": 39345, + "Ġrouted": 39346, + "ĠSwelling": 39347, + "Ġsnowfl": 39348, + "ĠAttacks": 39349, + "Ġpooling": 39350, + "Ġprotesting": 39351, + "ĠMagna": 39352, + "-celled": 39353, + "Ġketo": 39354, + "ĠOkay": 39355, + "Ġoverloaded": 39356, + "Ġunequiv": 39357, + "Ġrewritten": 39358, + "Ġaroused": 39359, + "ĠProduce": 39360, + "Ġunknowingly": 39361, + "Ġalkali": 39362, + "ĠDrosophila": 39363, + "Ġintoxication": 39364, + "cd": 39365, + "qa": 39366, + "rift": 39367, + "upper": 39368, + "recht": 39369, + "imoto": 39370, + "ĠIO": 39371, + "ĠPeg": 39372, + "abay": 39373, + "Ġenigmatic": 39374, + "agland": 39375, + "ermint": 39376, + "Ġrefuel": 39377, + "Ġcausality": 39378, + "ĠAddition": 39379, + "ĠThatcher": 39380, + "Ġredress": 39381, + "hetics": 39382, + "Ġsatire": 39383, + "Ġoriginality": 39384, + "Ġnewsletters": 39385, + "Ġacquires": 39386, + "Ġunfit": 39387, + "ĠHolt": 39388, + "Ġduoden": 39389, + "statement": 39390, + "Leon": 39391, + "ĠCellular": 39392, + "Ġassaulted": 39393, + "ĠMagnet": 39394, + "Ġdetriment": 39395, + "Ġnavigational": 39396, + "ĠInspired": 39397, + "Ġravaged": 39398, + "Initial": 39399, + "ĠSutton": 39400, + "ĠDemonstrate": 39401, + "ĠHomeschool": 39402, + "primary": 39403, + "Ġattenuation": 39404, + "Ġcrippled": 39405, + "ĠBleeding": 39406, + "Ġeukaryotic": 39407, + "Ball": 39408, + "dan": 39409, + "higher": 39410, + "tree": 39411, + "enching": 39412, + "Ġwafer": 39413, + "Ġpies": 39414, + "ĠSNAP": 39415, + "ĠCaffeine": 39416, + "Ġproactively": 39417, + "Ġiterative": 39418, + "ĠDaisy": 39419, + "ĠNgu": 39420, + "ĠNIST": 39421, + "Ġworrisome": 39422, + "Ġmanoeuv": 39423, + "Ġscall": 39424, + "Ġroamed": 39425, + "Ġsapp": 39426, + "ĠVet": 39427, + "Ġleveled": 39428, + "Ġequate": 39429, + "Ġwhiteboard": 39430, + "ERIC": 39431, + "Ġeverlasting": 39432, + "ARM": 39433, + "Ġcorrectness": 39434, + "Ġbadges": 39435, + "Ġhypoxia": 39436, + "-name": 39437, + "ĠExpansion": 39438, + "ĠCRP": 39439, + "Ġdeterminant": 39440, + "ĠHistorian": 39441, + "ĠKaplan": 39442, + "Ġrechargeable": 39443, + "/I": 39444, + "Core": 39445, + "Ram": 39446, + "eroy": 39447, + "Ġgill": 39448, + "ĠTD": 39449, + "ĠIst": 39450, + "Ġaspartame": 39451, + "ĠMID": 39452, + "osum": 39453, + "Ġchocolates": 39454, + "ĠRit": 39455, + "ĠRiley": 39456, + "ĠLaksh": 39457, + "output": 39458, + "Ġcontends": 39459, + "Ġdisband": 39460, + "Ġrepurp": 39461, + "heny": 39462, + "ĠZap": 39463, + "lightly": 39464, + "Ġtriad": 39465, + "Ġsweeter": 39466, + "ĠBarber": 39467, + "Ġwidows": 39468, + "Islam": 39469, + "Ġescort": 39470, + "ĠBerger": 39471, + "Ġlikened": 39472, + "Scot": 39473, + "Ġspanned": 39474, + "Ġhydrothermal": 39475, + "Ġmasked": 39476, + "ULD": 39477, + "upervised": 39478, + "ĠArchitects": 39479, + "ĠRapids": 39480, + "aternary": 39481, + "ĠIgG": 39482, + "ĠWebsites": 39483, + "ĠBecker": 39484, + "Ġglutathione": 39485, + "ĠNeighborhood": 39486, + "ĠMcKinley": 39487, + "Ġhydrophobic": 39488, + "Ġmisunderstandings": 39489, + "Ġtimetable": 39490, + "Ġheresy": 39491, + "ĠiTunes": 39492, + "Royal": 39493, + "âī": 39494, + "enoid": 39495, + "Ġwipes": 39496, + "Ġpung": 39497, + "stress": 39498, + "ĠTRA": 39499, + "chre": 39500, + "Ġprosp": 39501, + "ersed": 39502, + "ĠBones": 39503, + "ĠErit": 39504, + "ĠFus": 39505, + "redients": 39506, + "apest": 39507, + "Ġoutp": 39508, + "Ġunderdeveloped": 39509, + "ovir": 39510, + "Ġallowable": 39511, + "Ġsocialize": 39512, + "ĠAmherst": 39513, + "Ġhydrate": 39514, + "ĠDayton": 39515, + "Ġstripping": 39516, + "Ġrobbery": 39517, + "Ġmucosal": 39518, + "ightingale": 39519, + "Ġunderworld": 39520, + "ĠBrotherhood": 39521, + "Ġhierarchies": 39522, + "ĠMoment": 39523, + "Ġunanimous": 39524, + "ĠLorenzo": 39525, + "ĠImplementing": 39526, + "Ġointment": 39527, + "Ġcassava": 39528, + "ĠMcClell": 39529, + "Ls": 39530, + "Rout": 39531, + "frequency": 39532, + "hogs": 39533, + "slow": 39534, + "tags": 39535, + "vir": 39536, + "zar": 39537, + "³": 39538, + "onet": 39539, + "atform": 39540, + "Ġpensions": 39541, + "asles": 39542, + "ĠCrab": 39543, + "essa": 39544, + "ĠHollow": 39545, + "ĠDear": 39546, + "ĠDIS": 39547, + "ĠGle": 39548, + "Ġclashes": 39549, + "ĠVerb": 39550, + "Ġfeats": 39551, + "Ġcoales": 39552, + "Ġinformally": 39553, + "Ġpersona": 39554, + "Ġparcels": 39555, + "-created": 39556, + "Ġswarms": 39557, + "Ġbehaved": 39558, + "Ġseeming": 39559, + "Ġtryptophan": 39560, + "ĠPeel": 39561, + "Ġpsychotic": 39562, + "Ġreviewers": 39563, + "ĠPreparing": 39564, + "-hop": 39565, + "ĠElis": 39566, + "ĠViruses": 39567, + "Ġsurveyor": 39568, + "Ġpreparatory": 39569, + "Ġreconnect": 39570, + "Ġmacron": 39571, + "ĠBreaking": 39572, + "Ġsteamer": 39573, + "Ġplainly": 39574, + "-coloured": 39575, + "Ġpediatrics": 39576, + "ĠONLY": 39577, + "ĠFaust": 39578, + "ĠSensors": 39579, + "Ġlycopene": 39580, + "Ġchampioned": 39581, + "ĠSiem": 39582, + "Ġunintentionally": 39583, + "Ġdiscounted": 39584, + "Ġbattalions": 39585, + "ĠWHAT": 39586, + "-winged": 39587, + "Ġprophylaxis": 39588, + "Ġadherents": 39589, + "&C": 39590, + "-ROM": 39591, + "Cook": 39592, + "û": 39593, + "Ġtally": 39594, + "Ġtsp": 39595, + "ctuation": 39596, + "Ġegypt": 39597, + "ĠTitus": 39598, + "olome": 39599, + "ĠCushing": 39600, + "ĠMacc": 39601, + "ĠHos": 39602, + "Ġrup": 39603, + "apur": 39604, + "amele": 39605, + "ĠStages": 39606, + "Ġdiocese": 39607, + "Ġindia": 39608, + "Ġcomplemented": 39609, + "-program": 39610, + "-mode": 39611, + "-loop": 39612, + "ungs": 39613, + "Ġcemented": 39614, + "ĠXin": 39615, + "ĠFla": 39616, + "-Smith": 39617, + "Users": 39618, + "Index": 39619, + "Ġinclus": 39620, + "Ġcarbide": 39621, + "Ġsteadfast": 39622, + "Ġcalmly": 39623, + "Ġpuppets": 39624, + "ĠPayne": 39625, + ".NET": 39626, + "ĠArmenians": 39627, + "ĠSoldier": 39628, + "ĠInstrument": 39629, + "Ġpamphlets": 39630, + "Ġsphincter": 39631, + "Ġ___": 39632, + "]:": 39633, + "business": 39634, + "fem": 39635, + "tel": 39636, + "Ġaversion": 39637, + "Ġpter": 39638, + "ionage": 39639, + "choline": 39640, + "ĠBios": 39641, + "ĠBipolar": 39642, + "ivisions": 39643, + "ĠRV": 39644, + "ĠRational": 39645, + "Ġsprains": 39646, + "ĠLunch": 39647, + "Ġperic": 39648, + "Ġpressured": 39649, + "Ġzen": 39650, + "ĠCaltech": 39651, + "Ġverifying": 39652, + "ĠDepartments": 39653, + "-hard": 39654, + "ĠIsraelite": 39655, + "Ġmelodic": 39656, + "ocalyp": 39657, + "ĠSubsequent": 39658, + "ĠMacArthur": 39659, + "ĠCamel": 39660, + "ĠAddressing": 39661, + "ĠSilent": 39662, + "Ġgroves": 39663, + "ĠInsights": 39664, + "Ġmemorizing": 39665, + "ĠHarding": 39666, + "Ġsparkling": 39667, + "ĠPromoting": 39668, + "-compl": 39669, + "ĠOsteoporosis": 39670, + ")âĢĿ": 39671, + "CY": 39672, + "Cover": 39673, + "FSA": 39674, + "Mount": 39675, + "RIC": 39676, + "|Date": 39677, + "ò": 39678, + "ĠCasp": 39679, + "Ġiterations": 39680, + "third": 39681, + "âĢĻ;": 39682, + "ppm": 39683, + "Ġchilled": 39684, + "ĠRhy": 39685, + "Ġplas": 39686, + "Ġplagues": 39687, + "Ġpeg": 39688, + "ĠChu": 39689, + "tein": 39690, + "Ġpoke": 39691, + "Ġemulsion": 39692, + "ĠEngaging": 39693, + "ĠShank": 39694, + "ĠAborig": 39695, + "ĠManor": 39696, + "ĠQuakers": 39697, + "ĠConsuming": 39698, + "ĠCharge": 39699, + "ocrinology": 39700, + "Ġknocking": 39701, + "Ġstocked": 39702, + "Ġfirmware": 39703, + "Ġfascist": 39704, + "ĠStatue": 39705, + "ocyst": 39706, + "ĠChoices": 39707, + "ĠAssessing": 39708, + "Ġwingspan": 39709, + "Ġhybridization": 39710, + "antha": 39711, + "Ġabsentee": 39712, + "Ġjunctions": 39713, + "Ġsprouting": 39714, + "Paris": 39715, + "Ġliberals": 39716, + "Ġassimilate": 39717, + "ĠStrauss": 39718, + "imetre": 39719, + "Ġâī¥": 39720, + "ĠJohannesburg": 39721, + "Ġcounterfeit": 39722, + "/ch": 39723, + "Graph": 39724, + "Youth": 39725, + "Ġauster": 39726, + "Ġbaker": 39727, + "Ġnuns": 39728, + "Ġniacin": 39729, + "raf": 39730, + "elastic": 39731, + "terious": 39732, + "antan": 39733, + "ĠGrain": 39734, + "ostatic": 39735, + "hedron": 39736, + "Ġexaminer": 39737, + "strings": 39738, + "Ġlinkages": 39739, + "-with": 39740, + "hetically": 39741, + "ĠPean": 39742, + "seeing": 39743, + "म": 39744, + "ogenetic": 39745, + "aida": 39746, + "Ġpretending": 39747, + "ikhail": 39748, + "Ġintuitively": 39749, + "lidean": 39750, + "Ġviscous": 39751, + "Ġcontemplation": 39752, + "ĠSequence": 39753, + "Ġvascul": 39754, + "-setting": 39755, + "Ġconfiscated": 39756, + "-cle": 39757, + "houn": 39758, + "rusion": 39759, + "iso": 39760, + "ĠCater": 39761, + "ĠCoding": 39762, + "Ġvind": 39763, + "ĠEighth": 39764, + "Ġleagues": 39765, + "Ġinfrequent": 39766, + "Ġrecl": 39767, + "ĠCharts": 39768, + "Ġdipping": 39769, + "Ġregimens": 39770, + "Ġherding": 39771, + "athers": 39772, + "Ġschoolchildren": 39773, + "ĠAnab": 39774, + "Ġvisibly": 39775, + "Ġdesignations": 39776, + "Ġmeticulously": 39777, + "-farm": 39778, + "amped": 39779, + "-city": 39780, + "Ġillusions": 39781, + "Ġzoon": 39782, + "Ġhouseplants": 39783, + "escue": 39784, + "Ġcutaneous": 39785, + "ĠComputational": 39786, + "ĠCoin": 39787, + "ĠEmory": 39788, + "Ġreferrals": 39789, + "ĠMinh": 39790, + "Ġthickened": 39791, + "ĠLouvre": 39792, + "USGS": 39793, + "Ġfossilized": 39794, + "ĠAnniversary": 39795, + "Ġcoronation": 39796, + "ĠTimber": 39797, + "Ġtagging": 39798, + "ĠIntegrity": 39799, + "Ġnurtured": 39800, + "Muslim": 39801, + "ĠCoordination": 39802, + "ĠAthletes": 39803, + "committee": 39804, + "-reliance": 39805, + "Ġlocomotion": 39806, + "ightedness": 39807, + "ĠAcceptance": 39808, + "ĠOdysseus": 39809, + "ĠCarmel": 39810, + "Ġpectoral": 39811, + "Ġnymphs": 39812, + "Ġeclipses": 39813, + "Maintaining": 39814, + "Suggested": 39815, + "Ġalleviating": 39816, + "Pont": 39817, + "aer": 39818, + "cognitive": 39819, + "nese": 39820, + "ws": 39821, + "yas": 39822, + "à¹": 39823, + "Ġpinc": 39824, + "Ġmummy": 39825, + "Ġtoads": 39826, + "Ġoncology": 39827, + "ĠCum": 39828, + "Ġdeceler": 39829, + "ightly": 39830, + "Ġplums": 39831, + "Ġuphill": 39832, + "ickory": 39833, + "Ġpresupp": 39834, + "Ġfaction": 39835, + "Ġdownhill": 39836, + "-blown": 39837, + "âĢľAt": 39838, + "hora": 39839, + "ugust": 39840, + "Ġtoolbox": 39841, + "ĠGeographical": 39842, + "Ġcleanings": 39843, + "Ġsupercomputers": 39844, + "Ġarrivals": 39845, + "Ġecologists": 39846, + "Ġaffords": 39847, + "Ġalternately": 39848, + "ĠMcDon": 39849, + "Ġstarved": 39850, + "ĠMacDonald": 39851, + "-content": 39852, + "ĠSundays": 39853, + "ĠHorace": 39854, + "ĠNicole": 39855, + "iensis": 39856, + "ĠURLs": 39857, + "Ġportfolios": 39858, + "ĠPaleo": 39859, + "ĠNegroes": 39860, + "ĠKrak": 39861, + "ĠHazardous": 39862, + "ĠBelfast": 39863, + "\"âĢĶ": 39864, + "/ml": 39865, + "Brief": 39866, + "Product": 39867, + "six": 39868, + "|-": 39869, + "Ġbac": 39870, + "Ġinext": 39871, + "leigh": 39872, + "url": 39873, + "ĠPep": 39874, + "ĠPurs": 39875, + "Ġvantage": 39876, + "ĠHEL": 39877, + "Ġsevered": 39878, + "Ġshorthand": 39879, + "Ġspew": 39880, + "ĠGolf": 39881, + "Ġsoar": 39882, + "tsky": 39883, + "Ġmodal": 39884, + "ĠAlison": 39885, + "rapers": 39886, + "ĠAda": 39887, + "ĠInstitut": 39888, + "Ġdisposing": 39889, + "ĠSeneca": 39890, + "ĠKhmer": 39891, + "ĠWilmington": 39892, + "folio": 39893, + "ĠANY": 39894, + "Ġundermines": 39895, + "ĠCatalonia": 39896, + "Ġinhabiting": 39897, + "Ġnourishing": 39898, + "ĠLevine": 39899, + "Ġcheerful": 39900, + "ĠInstructor": 39901, + "ĠKurdish": 39902, + "Florida": 39903, + "\"But": 39904, + "Kim": 39905, + "wali": 39906, + "Ñħ": 39907, + "×¢": 39908, + "arat": 39909, + "Ġdared": 39910, + "ĠSAS": 39911, + "ulc": 39912, + "ĠKaf": 39913, + "llium": 39914, + "Ġtwilight": 39915, + "archment": 39916, + ").âĢĿ": 39917, + "Ġmediate": 39918, + "Ġgravey": 39919, + "Ġdepot": 39920, + "-bed": 39921, + "Ġexcuses": 39922, + "ARP": 39923, + "ĠAppl": 39924, + "Ġappropriated": 39925, + "ĠMonet": 39926, + "Except": 39927, + "ipling": 39928, + "Ġsects": 39929, + "Added": 39930, + "Ġempathetic": 39931, + "Ġpromotions": 39932, + "Ġspectrometry": 39933, + "Concer": 39934, + "Ġknob": 39935, + "Ġsticker": 39936, + "-centred": 39937, + "Ġθ": 39938, + "Ġstreaks": 39939, + "ĠHyde": 39940, + "ĠTimor": 39941, + "Ġstrikingly": 39942, + "Ġcommemorative": 39943, + "Ġbronchial": 39944, + "-rounded": 39945, + "Ġhemorrhoids": 39946, + "Ġbaldness": 39947, + "ĠSeparate": 39948, + "Characteristics": 39949, + "ĠCecil": 39950, + "Ġdiaper": 39951, + "ostridium": 39952, + "BF": 39953, + "matically": 39954, + "Ġaeration": 39955, + "Ġpt": 39956, + "ĠMifflin": 39957, + "ateurs": 39958, + "ĠPOS": 39959, + "ĠHide": 39960, + "ĠESP": 39961, + "Ġsprint": 39962, + "ĠGanes": 39963, + "Ġsubcutaneous": 39964, + "ĠArrange": 39965, + "Ġsayings": 39966, + "iamine": 39967, + "External": 39968, + "ĠFlav": 39969, + "uffy": 39970, + "watering": 39971, + "Ġwealthier": 39972, + "ĠProphets": 39973, + "Ġн": 39974, + "ĠSaras": 39975, + "Ġanthropological": 39976, + "Ġcraftsmanship": 39977, + "ĠYeah": 39978, + "Ġaptly": 39979, + "ĠPedag": 39980, + "Ġescalate": 39981, + "Ġmattresses": 39982, + "ĠTheoretical": 39983, + "ĠHISTORY": 39984, + "Az": 39985, + "hair": 39986, + "poles": 39987, + "Ġegal": 39988, + "iliated": 39989, + "Ġdeuter": 39990, + "udi": 39991, + "ĠDot": 39992, + "ĠGaut": 39993, + "ĠGorge": 39994, + "Ġpeeling": 39995, + "Ġevokes": 39996, + "Ġcommend": 39997, + "Ġreceding": 39998, + "ĠKeller": 39999, + "ĠChag": 40000, + "Ġblanks": 40001, + "Ġactin": 40002, + "onders": 40003, + "ĠYuc": 40004, + "ĠUniv": 40005, + "Ġdefy": 40006, + "Ġdefender": 40007, + "Ġhandwritten": 40008, + "meat": 40009, + "Ġpassively": 40010, + "ĠExactly": 40011, + "Ġpolitic": 40012, + "Ġcutters": 40013, + "Ġprobing": 40014, + "Ġfaire": 40015, + "-structured": 40016, + "ixture": 40017, + "Ġsynagogues": 40018, + "ĠBenefit": 40019, + "ĠSupports": 40020, + "uzzles": 40021, + "ĠDoesn": 40022, + "Ġorbiter": 40023, + "ĠRestaur": 40024, + "ĠNeph": 40025, + "Helping": 40026, + "uccessfully": 40027, + "ĠRoutine": 40028, + "ĠProsper": 40029, + "Emergency": 40030, + "ĠUttar": 40031, + "ĠOkinawa": 40032, + "ĠEclipse": 40033, + "-Year": 40034, + "Walking": 40035, + "hound": 40036, + "tze": 40037, + "vt": 40038, + "Ġtester": 40039, + "Ġsir": 40040, + "esan": 40041, + "Ġbount": 40042, + "Ġfad": 40043, + "Ġhars": 40044, + "Ġchlamydia": 40045, + "ĠEch": 40046, + "ĠFritz": 40047, + "ĠRangers": 40048, + "Ġsplic": 40049, + "ĠLHC": 40050, + "ipzig": 40051, + "ilded": 40052, + "Ġcommuting": 40053, + "angan": 40054, + "ĠStaying": 40055, + "ĠKamp": 40056, + "ĠKush": 40057, + "Ġroaming": 40058, + "henyl": 40059, + "awan": 40060, + "-port": 40061, + "-production": 40062, + "arrhea": 40063, + "Ġeggplant": 40064, + "ĠTexts": 40065, + "Ġdecidedly": 40066, + "ĠSubstances": 40067, + "ĠAddison": 40068, + "ĠCardiology": 40069, + "ĠESO": 40070, + "Ġaggregated": 40071, + "Ġasymmetry": 40072, + "ĠConsultant": 40073, + "ĠInstitutional": 40074, + "Ġdiplomat": 40075, + "Ġtheologian": 40076, + "itoneal": 40077, + "Ġvengeance": 40078, + "Ġdexterity": 40079, + "Ġfatigued": 40080, + "ĠHumboldt": 40081, + "Bee": 40082, + "Role": 40083, + "zac": 40084, + "atonic": 40085, + "enters": 40086, + "ĠSuc": 40087, + "ĠPix": 40088, + "acinth": 40089, + "ĠWen": 40090, + "ĠEfficient": 40091, + "ĠNLP": 40092, + "ĠLys": 40093, + "ceded": 40094, + "ĠUns": 40095, + "Ġfloppy": 40096, + "Ġobe": 40097, + "Ġsubgroup": 40098, + "therapy": 40099, + "Ġbrute": 40100, + "ĠConvert": 40101, + "ĠConquest": 40102, + "ĠSpend": 40103, + "Ġparab": 40104, + "-check": 40105, + "-documented": 40106, + "â̦..": 40107, + "Ġrevolve": 40108, + "ĠAppeals": 40109, + "Exc": 40110, + "Ġemphasise": 40111, + "Ġparked": 40112, + "ĠFederalist": 40113, + "ĠMercy": 40114, + "justice": 40115, + "Ġconquering": 40116, + "Ġdilated": 40117, + "Ġshrunk": 40118, + "-emitting": 40119, + "Ġchimneys": 40120, + "ĠPhilosophical": 40121, + "ĠEmbed": 40122, + "ĠPharmacy": 40123, + "Older": 40124, + "Ġmaneuvers": 40125, + "Ġcarotid": 40126, + "ĠEnhanced": 40127, + "Ġnematode": 40128, + "Ġhypersensitivity": 40129, + "Ġdelicacy": 40130, + "Blockchain": 40131, + "orientation": 40132, + "Courtesy": 40133, + ".U": 40134, + "Qs": 40135, + "Running": 40136, + "bri": 40137, + "follow": 40138, + "oC": 40139, + "roaching": 40140, + "chrom": 40141, + "ĠDD": 40142, + "Ġshrou": 40143, + "ruv": 40144, + "Ġunplanned": 40145, + "Ġsynov": 40146, + "ĠKyr": 40147, + "obot": 40148, + "Ġchefs": 40149, + "ĠAnimation": 40150, + "-fiber": 40151, + "-pack": 40152, + "ĠLeaving": 40153, + "Ġslowdown": 40154, + "Ġfertilizing": 40155, + "ĠCommissioners": 40156, + "Ġsinners": 40157, + "ĠFeature": 40158, + "ĠIda": 40159, + "Ġstreak": 40160, + "Steps": 40161, + "Ġо": 40162, + "ĠMultip": 40163, + "Ġexhausting": 40164, + "ĠKeystone": 40165, + "Ġmultiplier": 40166, + "Ġanchors": 40167, + "Ġcasualty": 40168, + "ĠÏĥ": 40169, + "-expression": 40170, + "ĠConcentration": 40171, + "CRI": 40172, + "mu": 40173, + "taking": 40174, + "Ġfen": 40175, + "entral": 40176, + "Ġladders": 40177, + "rae": 40178, + "ĠMys": 40179, + "ĠPend": 40180, + "ĠHok": 40181, + "ĠDias": 40182, + "ĠErik": 40183, + "plays": 40184, + "ĠUFO": 40185, + "Thinking": 40186, + "ĠWeaver": 40187, + "Ġstandalone": 40188, + "-mill": 40189, + "Ġcatap": 40190, + "ĠQuint": 40191, + "Ġfraught": 40192, + "Ġgoldfish": 40193, + "uxley": 40194, + "ĠLao": 40195, + "-May": 40196, + "Ġimmunizations": 40197, + "Ġsubstituting": 40198, + "Ġfurious": 40199, + "judice": 40200, + "ĠDunn": 40201, + "Ġenrolling": 40202, + "Ġprophecies": 40203, + "ĠAeronautics": 40204, + "ĠGentle": 40205, + "Ġzebrafish": 40206, + "Applications": 40207, + "Ġcladding": 40208, + "ĠFranciscan": 40209, + "Ġdishwasher": 40210, + "Ġenzymatic": 40211, + "AW": 40212, + "Chem": 40213, + "GET": 40214, + "city": 40215, + "rifice": 40216, + "Ġpim": 40217, + "Ġborer": 40218, + "Ġbuddy": 40219, + "Ġerection": 40220, + "Ġstalled": 40221, + "Ġcomorbid": 40222, + "Ġcompel": 40223, + "iphy": 40224, + "avings": 40225, + "ĠStomach": 40226, + "ĠVAT": 40227, + "Ġcapped": 40228, + "ĠWeapons": 40229, + "Ġtestes": 40230, + "Ġboar": 40231, + "rette": 40232, + "-tr": 40233, + "ĠLeiden": 40234, + "valbard": 40235, + "Ġbrach": 40236, + "ĠGlory": 40237, + "ĠGlucose": 40238, + "ĠPartial": 40239, + "ĠMyr": 40240, + "Ġexecutes": 40241, + "Ġhonoured": 40242, + "Ġgraphing": 40243, + "Ġbedrooms": 40244, + "blocks": 40245, + "ÃŃt": 40246, + "ĠRadical": 40247, + "Ġи": 40248, + "Ġconceivable": 40249, + "Ġwaxy": 40250, + "Ġupsetting": 40251, + "-carrying": 40252, + "Ġlaminated": 40253, + "Ġµm": 40254, + "ĠInvestigations": 40255, + "ĠAlamos": 40256, + "Prepare": 40257, + "ĠRousseau": 40258, + "Bibl": 40259, + "Protein": 40260, + "dough": 40261, + "uates": 40262, + "|Number": 40263, + "inch": 40264, + "Ġfray": 40265, + "anah": 40266, + "Ġdun": 40267, + "roids": 40268, + "Ġreest": 40269, + "omavirus": 40270, + "ĠPAD": 40271, + "ĠDock": 40272, + "answer": 40273, + "Ġtril": 40274, + "Ġdesicc": 40275, + "ĠYesh": 40276, + "older": 40277, + "Ġcellar": 40278, + "âĢĶat": 40279, + "Ġlegion": 40280, + "ĠShrine": 40281, + "Ġbiographer": 40282, + "ĠControlled": 40283, + "ATT": 40284, + "shown": 40285, + "ĠEdmonton": 40286, + "ĠGlue": 40287, + "Ġinclusions": 40288, + "erenced": 40289, + "-Term": 40290, + "ĠLesser": 40291, + "ĠErrors": 40292, + "IFIC": 40293, + "track": 40294, + "Ġsnacking": 40295, + "Ġnanoparticle": 40296, + "Ġsprinkled": 40297, + "ĠRefugees": 40298, + "ĠFeelings": 40299, + "Ġlodged": 40300, + "ĠDialogue": 40301, + "-playing": 40302, + "Ġoverhaul": 40303, + "eveloped": 40304, + "oflavin": 40305, + "-Re": 40306, + "NSA": 40307, + "SN": 40308, + "Ġtibia": 40309, + "Ġmarm": 40310, + "utum": 40311, + "cele": 40312, + "ĠSections": 40313, + "optic": 40314, + "Ġatonement": 40315, + "ĠWins": 40316, + "ĠGET": 40317, + "Ġimmerse": 40318, + "thers": 40319, + "ffes": 40320, + "oods": 40321, + "ultz": 40322, + "avas": 40323, + "Ġarched": 40324, + "âĢĶwe": 40325, + "âĢľWhile": 40326, + "-cutting": 40327, + "Ġconnotation": 40328, + "Ġcircling": 40329, + "Status": 40330, + "beats": 40331, + "month": 40332, + "ĠQuery": 40333, + "elligence": 40334, + "bedo": 40335, + "seller": 40336, + "ĠAzure": 40337, + "Outside": 40338, + "Ġdeleterious": 40339, + "Ġcompanionship": 40340, + "-books": 40341, + "oderma": 40342, + "Ġrhizomes": 40343, + "Ġactuators": 40344, + "Ġdiuretics": 40345, + "Sexual": 40346, + "-Level": 40347, + "Ġavalanche": 40348, + ".de": 40349, + "cans": 40350, + "dig": 40351, + "dream": 40352, + "iÄĩ": 40353, + "north": 40354, + "Ġtheses": 40355, + "Ġmummies": 40356, + "chs": 40357, + "elands": 40358, + "ĠBarr": 40359, + "ĠHaj": 40360, + "ĠNatives": 40361, + "Ġscuba": 40362, + "ĠKuh": 40363, + "Ġunderweight": 40364, + "Ġrelays": 40365, + "Ġtypef": 40366, + "-slavery": 40367, + "ahs": 40368, + "akening": 40369, + "ategor": 40370, + "ĠGenomics": 40371, + "ĠAmaz": 40372, + "ĠStatements": 40373, + "Ġmalnourished": 40374, + "Ġtelephones": 40375, + "Ġcastes": 40376, + "Ġpunitive": 40377, + "ĠDistricts": 40378, + "Ġimperfections": 40379, + "almart": 40380, + "är": 40381, + "Ġradiator": 40382, + "ĠPassword": 40383, + "ĠCritics": 40384, + "ĠOwners": 40385, + "Ġstagnation": 40386, + "ºC": 40387, + "-metre": 40388, + "Ġfrankly": 40389, + "Ġindistinguishable": 40390, + "coes": 40391, + "dn": 40392, + "gens": 40393, + "wife": 40394, + "reys": 40395, + "rare": 40396, + "Ġstalls": 40397, + "Ġ((": 40398, + "umably": 40399, + "Ġwastage": 40400, + "ĠRim": 40401, + "earable": 40402, + "Ġgenotypes": 40403, + "Ġobedient": 40404, + "Ġinsurers": 40405, + "ĠExisting": 40406, + "ĠCanary": 40407, + "ĠAllison": 40408, + "Ġfluctuation": 40409, + "ĠManuscript": 40410, + "Ġregularity": 40411, + "garh": 40412, + "peaker": 40413, + "Ġvisualizations": 40414, + "uffed": 40415, + "Ġconstitutions": 40416, + "ĠDecide": 40417, + "ĠLandmark": 40418, + "ĠExperiences": 40419, + "Ġsmoothies": 40420, + "IRC": 40421, + "ĠObserver": 40422, + "Ġguesses": 40423, + "adequate": 40424, + "Ġsketching": 40425, + "Ġdelegated": 40426, + "Ġcockroach": 40427, + "ĠRaphael": 40428, + "ĠMauritius": 40429, + "Ġgenealogical": 40430, + "Ġantipsych": 40431, + "Ġdisintegration": 40432, + "ĠSidney": 40433, + "|Wikimedia": 40434, + "qualified": 40435, + "Ġintermediary": 40436, + "Isaiah": 40437, + "Ġhumpback": 40438, + "quartered": 40439, + "WASHINGTON": 40440, + "HCR": 40441, + "PTSD": 40442, + "aires": 40443, + "fan": 40444, + "Ġwaving": 40445, + "Ġfax": 40446, + "Ġni": 40447, + "imetry": 40448, + "ĠSach": 40449, + "ĠMash": 40450, + "Ġdeem": 40451, + "ĠPART": 40452, + "quite": 40453, + "ĠDuration": 40454, + "ĠâĢº": 40455, + "ĠInquisition": 40456, + "Ġunifying": 40457, + "technology": 40458, + "Ġblasting": 40459, + "Ġdeserving": 40460, + "Ġrepatri": 40461, + "ovina": 40462, + "Ġglam": 40463, + "tones": 40464, + "Ġwarrants": 40465, + "Ġoperative": 40466, + "Ġdisordered": 40467, + "Ġembol": 40468, + "Ġcoastlines": 40469, + "ĠDisk": 40470, + "Ġrotator": 40471, + "Ġqualifies": 40472, + "uddled": 40473, + "Ġheroine": 40474, + "Ġadmitting": 40475, + "OURCES": 40476, + "ĠCFR": 40477, + "Ġgamers": 40478, + "Ġotter": 40479, + "ĠCoconut": 40480, + "Ġchimpanzee": 40481, + "Ġunmist": 40482, + "Ġpsychoactive": 40483, + "ĠHutchinson": 40484, + "Ġfluffy": 40485, + "ĠTehran": 40486, + "ĠFaulkner": 40487, + "Ġinextric": 40488, + "Made": 40489, + "bett": 40490, + "num": 40491, + "uent": 40492, + "Ġdilation": 40493, + "igions": 40494, + "igail": 40495, + "Ġyang": 40496, + "Ġstom": 40497, + "ĠPike": 40498, + "ĠBuc": 40499, + "ĠOM": 40500, + "Ġimpe": 40501, + "Ġscents": 40502, + "ĠVera": 40503, + "Ġidentifiers": 40504, + "ĠResurrection": 40505, + "-packed": 40506, + "ĠEnvironments": 40507, + "Ġmechanic": 40508, + "ĠHerbal": 40509, + "ĠSwimming": 40510, + "omyces": 40511, + "Ġderivation": 40512, + "ĠCommunists": 40513, + "Ġcomplimentary": 40514, + "Ġtrainings": 40515, + "Ġchartered": 40516, + "rusions": 40517, + "OLD": 40518, + "Ġemptied": 40519, + "ĠMenu": 40520, + "Ġaccompaniment": 40521, + "ĠAuthorities": 40522, + "Ġcoward": 40523, + "Ġgranul": 40524, + "preted": 40525, + "idelberg": 40526, + "Ġfutile": 40527, + "-fourth": 40528, + "ĠBreath": 40529, + "ĠBOOK": 40530, + "ĠTownsend": 40531, + "Ġtavern": 40532, + "Agriculture": 40533, + "Ġruthless": 40534, + "ĠUzbekistan": 40535, + "olybden": 40536, + "ocalypse": 40537, + "gren": 40538, + "vascular": 40539, + "atry": 40540, + "Ġpauses": 40541, + "Ġrevert": 40542, + "street": 40543, + "Ġstent": 40544, + "ĠSolve": 40545, + "ĠCoh": 40546, + "ĠEND": 40547, + "ĠFortune": 40548, + "Ġshaving": 40549, + "ĠLMS": 40550, + "acted": 40551, + "Ġsci": 40552, + "ĠKub": 40553, + "Ġgob": 40554, + "ĠChihu": 40555, + "Ġdecont": 40556, + "Ġcaller": 40557, + "Ġreadability": 40558, + "-sustaining": 40559, + ".St": 40560, + "Ġaccountants": 40561, + "amino": 40562, + "ĠMayer": 40563, + "yna": 40564, + "Ġsteak": 40565, + "ĠIntroduce": 40566, + "ANN": 40567, + "Ġtruthful": 40568, + "Ġflexion": 40569, + "Screen": 40570, + "brahim": 40571, + "-chip": 40572, + "ĠOlm": 40573, + "Ġtyres": 40574, + "Ġintensities": 40575, + "ĠChiropractic": 40576, + "Extreme": 40577, + "Ġlodging": 40578, + "Ġunfolded": 40579, + "Ġpleasurable": 40580, + "Ġpanoramic": 40581, + "ĠBohemia": 40582, + "Ġantihistamines": 40583, + "Ġkanji": 40584, + "ĠFlemish": 40585, + "Ġpungent": 40586, + "Moon": 40587, + "lost": 40588, + "meter": 40589, + "pred": 40590, + "write": 40591, + "ìĿ": 40592, + "reous": 40593, + "arry": 40594, + "âĢĻclock": 40595, + "Ġhaunted": 40596, + "romised": 40597, + "quant": 40598, + "ĠLance": 40599, + "ustion": 40600, + "Ġperv": 40601, + "versive": 40602, + "Ġraining": 40603, + "Ġunderlined": 40604, + "Ġdiapers": 40605, + "otho": 40606, + "Ġdeco": 40607, + "Ġflaps": 40608, + "Ġmonounsaturated": 40609, + "Ġtesticles": 40610, + "ocked": 40611, + "Ġslack": 40612, + "Ġsecondly": 40613, + "Ġmarbles": 40614, + "Ġetiology": 40615, + "Ġvirulent": 40616, + "Ġsunken": 40617, + "ĠDepot": 40618, + "ĠElm": 40619, + "ĠFlags": 40620, + "स": 40621, + "ĠSanitation": 40622, + "Ġrotavirus": 40623, + "Ġnutritionally": 40624, + "ĠControls": 40625, + "Letter": 40626, + "Ġethnicities": 40627, + "Ġpraises": 40628, + "Ġshootings": 40629, + "Ġ×Ķ": 40630, + "Emotional": 40631, + "Ġtyre": 40632, + "Ġaffirmation": 40633, + "ĠBuying": 40634, + "ĠInvolve": 40635, + "Interesting": 40636, + "ĠJournals": 40637, + "ĠChamberlain": 40638, + "ĠTongue": 40639, + "Ġtriglyceride": 40640, + "Ġpolygons": 40641, + "Nobody": 40642, + "Virginia": 40643, + "Hit": 40644, + "mac": 40645, + "alp": 40646, + "alers": 40647, + "oupe": 40648, + "ĠTC": 40649, + "Ġcongl": 40650, + "ĠMarm": 40651, + "illusion": 40652, + "ĠLum": 40653, + "ĠLone": 40654, + "ĠInher": 40655, + "Ġimpairs": 40656, + "Ġapparel": 40657, + "ĠSto": 40658, + "obacco": 40659, + "undance": 40660, + "existing": 40661, + "ĠEngel": 40662, + "-paying": 40663, + "ĠAbdominal": 40664, + "-grained": 40665, + "ĠJournalism": 40666, + "Ġenhancements": 40667, + "Ġdefeats": 40668, + "ĠRhod": 40669, + "à¥ĭ": 40670, + "Ġfluoridation": 40671, + "Ġinterruptions": 40672, + "ĠHypertension": 40673, + "Ġinconclusive": 40674, + "ĠFilipinos": 40675, + "Capital": 40676, + "ophysiology": 40677, + "Ġrugby": 40678, + "Hopefully": 40679, + "Ġneuromuscular": 40680, + "Ġrigorously": 40681, + "ERGY": 40682, + "ĠConsciousness": 40683, + "disciplinary": 40684, + "fed": 40685, + "hom": 40686, + "pure": 40687, + "Ġsizing": 40688, + "Ġwield": 40689, + "Ġtoad": 40690, + "Ġhitch": 40691, + "ĠeLearning": 40692, + "otom": 40693, + "Ġsto": 40694, + "ĠAgencies": 40695, + "ĠPigs": 40696, + "ĠBt": 40697, + "Ġchased": 40698, + "Ġoutage": 40699, + "Ġunob": 40700, + "Ġrecuper": 40701, + "Ġfeathered": 40702, + "Ġindeterm": 40703, + ").âĢĿĊ": 40704, + "Ġcaric": 40705, + "gyz": 40706, + "Ġdaycare": 40707, + "Ġservo": 40708, + "ĠSpaces": 40709, + "ĠButton": 40710, + "âĢĶc": 40711, + "Ġretiring": 40712, + "Ġslog": 40713, + "ercase": 40714, + "Ġpastry": 40715, + "ĠBeef": 40716, + "Ġnegro": 40717, + "problem": 40718, + "ĠHerbs": 40719, + "ĠSchwar": 40720, + "ĠHelic": 40721, + "ĠÃĤ": 40722, + "ĠJosef": 40723, + "ĠExtensive": 40724, + "ĠEquations": 40725, + "-after": 40726, + "Ġprecipitate": 40727, + "ĠCPUs": 40728, + "Ġenthusiastically": 40729, + "Ġbreastfed": 40730, + "ĠBowel": 40731, + "Essentially": 40732, + "Ġantifungal": 40733, + "Ġmelancholy": 40734, + "\"?Ċ": 40735, + "(S": 40736, + "-chief": 40737, + "/science": 40738, + "Gram": 40739, + "Root": 40740, + "Ġhovering": 40741, + "ĠBrent": 40742, + "ĠHolding": 40743, + "ĠWatching": 40744, + "ĠGEN": 40745, + "ĠUCL": 40746, + "Ġtwists": 40747, + "Ġemitter": 40748, + "Ġcommunists": 40749, + "manent": 40750, + "oringa": 40751, + "ibrill": 40752, + "Ġembargo": 40753, + "ĠPercy": 40754, + "veston": 40755, + "PSS": 40756, + "ĠRembrandt": 40757, + "Ġwealthiest": 40758, + "ROD": 40759, + "Teen": 40760, + "ĠJudea": 40761, + "Ġdysentery": 40762, + "Ġathletics": 40763, + "Accept": 40764, + "ès": 40765, + "Ġkinase": 40766, + "ÑĢе": 40767, + "aunted": 40768, + "ĠReconciliation": 40769, + "ĠLithuanian": 40770, + "Ġabscesses": 40771, + "ĠWendy": 40772, + "Ġinseparable": 40773, + "ĠAphrodite": 40774, + "Ġgrieving": 40775, + ")\"": 40776, + "Amb": 40777, + "Mercury": 40778, + "Ġbak": 40779, + "Ġgin": 40780, + "Ġgreek": 40781, + "ĠSHO": 40782, + "ĠSoutheastern": 40783, + "Ġdeodor": 40784, + "istling": 40785, + "ĠBere": 40786, + "ogies": 40787, + "ĠGanga": 40788, + "Ġabusing": 40789, + "ĠUM": 40790, + "ĠKang": 40791, + "ovar": 40792, + "chner": 40793, + "Ġmonst": 40794, + "Ġpopped": 40795, + "vester": 40796, + "âĢľSo": 40797, + "-mem": 40798, + "-worth": 40799, + "Ġpsychic": 40800, + "Ġmagnified": 40801, + "ĠPresence": 40802, + "Ġrarer": 40803, + "Explanation": 40804, + "ĠCyt": 40805, + "ĠPrinted": 40806, + "utterstock": 40807, + "ĠProteins": 40808, + "linked": 40809, + "VIEW": 40810, + "Protect": 40811, + "ĠSynthesis": 40812, + "Ġmismatch": 40813, + "ĠAegean": 40814, + "Ġardent": 40815, + "CAR": 40816, + "bration": 40817, + "cox": 40818, + "ĠMaternal": 40819, + "ĠBorders": 40820, + "Ġspasm": 40821, + "Ġplast": 40822, + "ibar": 40823, + "ĠKew": 40824, + "Ġpox": 40825, + "ĠAnnot": 40826, + "Ġservitude": 40827, + "Ġslag": 40828, + "Ġcalving": 40829, + "ĠWorse": 40830, + "-la": 40831, + "Ġbathe": 40832, + "Alt": 40833, + "Ġpersonalised": 40834, + "Ġstandardised": 40835, + "haft": 40836, + "sects": 40837, + "Ġadapts": 40838, + "iplication": 40839, + "Ġderiving": 40840, + "Immun": 40841, + "agoons": 40842, + "Ġrevolutionaries": 40843, + "ĠPosts": 40844, + "oplasma": 40845, + "orphy": 40846, + "Ġjudgements": 40847, + "ĠElizabethan": 40848, + "ĠGarlic": 40849, + "Ġportraying": 40850, + "Ġadultery": 40851, + "Ġdeduce": 40852, + "ĠCatalan": 40853, + "ĠEmbry": 40854, + "Ġextrinsic": 40855, + "Ġbrackish": 40856, + "Ġannotations": 40857, + "ĠGenerator": 40858, + "Ġevidences": 40859, + "Ġbetrayal": 40860, + "ĠParsons": 40861, + "Ġtranquil": 40862, + "Ġrinsing": 40863, + "/un": 40864, + "Ġhr": 40865, + "ilin": 40866, + "ĠCron": 40867, + "ulina": 40868, + "ĠPt": 40869, + "ĠBrick": 40870, + "aines": 40871, + "ĠEisen": 40872, + "ĠKai": 40873, + "Ġemphysema": 40874, + "Ġsurreal": 40875, + "Ġglo": 40876, + "âĢĶwho": 40877, + "Ġdemarc": 40878, + "Ġsunflowers": 40879, + "ioles": 40880, + "-graders": 40881, + "Ġundo": 40882, + "Ġhomoph": 40883, + "Ġhearth": 40884, + "patrick": 40885, + "ĠJosephus": 40886, + "Ġquieter": 40887, + "Ġalerted": 40888, + "ĠPulse": 40889, + "Ġanthrac": 40890, + "Ġcautiously": 40891, + "ĠVariables": 40892, + "Ġarrogant": 40893, + "Ġmisdiagnosed": 40894, + "Ġzombie": 40895, + "Ġhashtag": 40896, + "Ġenshrined": 40897, + "-aging": 40898, + "wire": 40899, + "Ëļ": 40900, + "ï¸": 40901, + "inite": 40902, + "Ġsiph": 40903, + "Ġcog": 40904, + "animate": 40905, + "Ġmosaics": 40906, + "Ġtore": 40907, + "ĠBam": 40908, + "Ġcloned": 40909, + "Ġoutnumbered": 40910, + "Ġunwell": 40911, + "Ġrecounted": 40912, + "Ġamusing": 40913, + "Ġpoachers": 40914, + "death": 40915, + "scription": 40916, + "ĠCannon": 40917, + "ĠBritons": 40918, + "ĠCarrier": 40919, + "Ġfirearm": 40920, + "ĠGuill": 40921, + "Ġvaccinate": 40922, + "Ġconstituting": 40923, + "Ġwidened": 40924, + "Ġsharper": 40925, + "Ġgrandeur": 40926, + "ridor": 40927, + "ĠJudy": 40928, + "Ġunprepared": 40929, + "Ġadmirable": 40930, + "Ġionizing": 40931, + "-acid": 40932, + "absburg": 40933, + "ĠKatie": 40934, + "Ġkettle": 40935, + "walking": 40936, + "ĠSabha": 40937, + "Ġmediators": 40938, + "Ġcontemplating": 40939, + "Ġspoiled": 40940, + "Ġtattoos": 40941, + "ĠRohing": 40942, + "Ġrepealed": 40943, + "Ġacquaintance": 40944, + "Ġ!Ċ": 40945, + "Ġester": 40946, + "Museum": 40947, + "VENT": 40948, + "crapers": 40949, + "hearted": 40950, + "utra": 40951, + "ĠCors": 40952, + "ĠPAT": 40953, + "ivirus": 40954, + "ĠFi": 40955, + "eco": 40956, + "ewis": 40957, + "Ġimpregn": 40958, + "Ġcoagulation": 40959, + "Ġdeflect": 40960, + "âĢľâ̦": 40961, + "Ġmetropolis": 40962, + "Ġslated": 40963, + "Ġrestores": 40964, + "Ġrealistically": 40965, + "Ġloaf": 40966, + "oxone": 40967, + "Ġshorts": 40968, + "ĠActing": 40969, + "ylobacter": 40970, + "rogenic": 40971, + "ĠMorph": 40972, + "Ġrandomised": 40973, + "ĠCarefully": 40974, + "ĠGoodman": 40975, + "ĠKenyan": 40976, + "Ġprecede": 40977, + "ĠCardiac": 40978, + "etheus": 40979, + "ĠCollective": 40980, + "Ġplaygrounds": 40981, + "ĠPrecision": 40982, + "Ġmasculinity": 40983, + "Ġsupernovae": 40984, + "Ġtyrann": 40985, + "ĠSYSTEM": 40986, + "Ġdredging": 40987, + "achycardia": 40988, + "ĠREDD": 40989, + "ĠNewspaper": 40990, + "ĠMosquito": 40991, + "ĠPharisees": 40992, + "-formed": 40993, + ">.": 40994, + "Crypt": 40995, + "Double": 40996, + "Grant": 40997, + "Service": 40998, + "Ġpas": 40999, + "Ġguru": 41000, + "ĠAunt": 41001, + "ĠICC": 41002, + "ĠCunningham": 41003, + "ĠMb": 41004, + "âĢĻi": 41005, + "ĠPace": 41006, + "abar": 41007, + "ĠWuhan": 41008, + "Ġwasher": 41009, + "ĠLiv": 41010, + "ĠOedipus": 41011, + "ĠInh": 41012, + "Ġapprehend": 41013, + "Ġantlers": 41014, + "ĠPlague": 41015, + "annie": 41016, + "ĠTrich": 41017, + "ĠGuin": 41018, + "ĠMinute": 41019, + "Ġforcefully": 41020, + "ĠBois": 41021, + "Ġmomentous": 41022, + "ĠIrrit": 41023, + "Ġfascism": 41024, + "ĠPostal": 41025, + "ĠProvinces": 41026, + "ĠMiche": 41027, + "ĠAqua": 41028, + "Ġchimps": 41029, + "ĠBirch": 41030, + "lassical": 41031, + "Ġenvelopes": 41032, + "ipedes": 41033, + "Ġsucked": 41034, + "Ġcursive": 41035, + "Silver": 41036, + "ĠEcosystems": 41037, + "ĠPipeline": 41038, + "ĠDermatology": 41039, + "ĠEntertainment": 41040, + "-Up": 41041, + ";\"": 41042, + "Boston": 41043, + "Les": 41044, + "WT": 41045, + "bors": 41046, + "middle": 41047, + "Ġomission": 41048, + "Ġfoe": 41049, + "ĠSow": 41050, + "Ġorchest": 41051, + "ĠMERS": 41052, + "ĠPIN": 41053, + "ĠPossibly": 41054, + "ainless": 41055, + "ĠGynec": 41056, + "ecum": 41057, + "ĠUAE": 41058, + "ĠChuck": 41059, + "Ġhelix": 41060, + "liction": 41061, + "Ġtwenties": 41062, + "Ġamorphous": 41063, + "inkgo": 41064, + "Ġtypew": 41065, + "venting": 41066, + "ĠSpending": 41067, + "avez": 41068, + "Ġslime": 41069, + "ĠChristina": 41070, + "Anxiety": 41071, + "Ġlotion": 41072, + "Ġsustains": 41073, + "ĠPreston": 41074, + "ĠGlobally": 41075, + "Ġballots": 41076, + "-Can": 41077, + "ĠSocialism": 41078, + "ĠEverybody": 41079, + "ĠWoodland": 41080, + "ĠTomorrow": 41081, + "Ġtorment": 41082, + "Ġlinguists": 41083, + "England": 41084, + "specifically": 41085, + "Ġmimicking": 41086, + "Ġcompressors": 41087, + "ĠDebate": 41088, + "Ġanaesthetic": 41089, + "Shortly": 41090, + "Ġpledges": 41091, + "Ġpostponed": 41092, + "Ġsausage": 41093, + "olybdenum": 41094, + "Apr": 41095, + "bos": 41096, + "ä¹": 41097, + "Ġomin": 41098, + "Ġdart": 41099, + "Ġll": 41100, + "imaging": 41101, + "idus": 41102, + "Ġstout": 41103, + "verbial": 41104, + "ĠIrene": 41105, + "Ġaloe": 41106, + "ĠPos": 41107, + "abo": 41108, + "aber": 41109, + "ĠEB": 41110, + "ĠJO": 41111, + "Ġclipping": 41112, + "ĠVC": 41113, + "Ġexporter": 41114, + "Thousands": 41115, + "-bel": 41116, + "ĠIsh": 41117, + "afi": 41118, + "Ġbreakers": 41119, + "Ġdrawer": 41120, + "ĠElon": 41121, + "ĠTraumatic": 41122, + "ĠDeco": 41123, + "ĠJudicial": 41124, + "Ġsubtly": 41125, + "Appendix": 41126, + "Ġthreaded": 41127, + "ĠBulld": 41128, + "ĠFerr": 41129, + "Ġmacroeconomic": 41130, + "ï¼Ī": 41131, + "ĠRaja": 41132, + "ĠREAL": 41133, + "ĠMirror": 41134, + "ĠZoology": 41135, + "Ġlemons": 41136, + "Ġilluminates": 41137, + "ĠFrançois": 41138, + "Bitcoin": 41139, + "ĠJFK": 41140, + "ĠPompeii": 41141, + "Ġtrolley": 41142, + "+)": 41143, + "xis": 41144, + "ndt": 41145, + "levard": 41146, + "ĠIvy": 41147, + "ĠBB": 41148, + "ĠHuss": 41149, + "ĠHAVE": 41150, + "ĠDos": 41151, + "Ġspears": 41152, + "ĠNose": 41153, + "ĠGT": 41154, + "ĠGrants": 41155, + "ĠGiza": 41156, + "ĠLars": 41157, + "Ġalligator": 41158, + "Ġmanmade": 41159, + "Ġimposition": 41160, + "ĠKiss": 41161, + "Ġexponent": 41162, + "Ġrefill": 41163, + "Ġprotracted": 41164, + "ĠPlum": 41165, + "ĠCoat": 41166, + "Ġlathe": 41167, + "Height": 41168, + "Ġsequester": 41169, + "-Ass": 41170, + "ĠLawn": 41171, + "-Mad": 41172, + "ixties": 41173, + "ĠSalisbury": 41174, + "Ġflavours": 41175, + "Ġshoppers": 41176, + "Severe": 41177, + "Ġtapered": 41178, + "ĠHTTPS": 41179, + "model": 41180, + "ĠJuno": 41181, + "millan": 41182, + "Ġcrushers": 41183, + "ĠNagasaki": 41184, + "ĠEmployers": 41185, + "Ġneighbourhoods": 41186, + "Ġlevied": 41187, + "ĠScholarship": 41188, + "Ġastrophys": 41189, + "ĠBoundary": 41190, + "ĠMüller": 41191, + ",the": 41192, + "Sarah": 41193, + "cz": 41194, + "Ú©": 41195, + "ndel": 41196, + "Ġbale": 41197, + "Ġfishers": 41198, + "ingen": 41199, + "ĠTucker": 41200, + "ĠCAS": 41201, + "Ġexiting": 41202, + "ainment": 41203, + "Ġspoons": 41204, + "Ġabuser": 41205, + "ĠLS": 41206, + "ĠKNOW": 41207, + "Ġworkable": 41208, + "Ġcurry": 41209, + "ĠAns": 41210, + "Ġphysique": 41211, + "meable": 41212, + "Ġpresenter": 41213, + "-curricular": 41214, + "-discipline": 41215, + "Ġzircon": 41216, + "loating": 41217, + "Ġharassed": 41218, + "Ġmisused": 41219, + "Ġvisualized": 41220, + "Ġemphasised": 41221, + "ĠBrill": 41222, + "ĠSerial": 41223, + "Indigenous": 41224, + "Ġmacros": 41225, + "Ġshielded": 41226, + "ĠBarbados": 41227, + "ĠBrady": 41228, + "Featured": 41229, + "Ġdosages": 41230, + "representation": 41231, + "maybe": 41232, + "ĠTufts": 41233, + "ĠLebanese": 41234, + "ĠSlowly": 41235, + "Ġshowcasing": 41236, + "Coff": 41237, + "Talking": 41238, + "inities": 41239, + "Ġwallets": 41240, + "oupled": 41241, + "ĠChess": 41242, + "osic": 41243, + "qua": 41244, + "Ġdisd": 41245, + "ruly": 41246, + "Ġacclim": 41247, + "Ġdepressing": 41248, + "ĠArrow": 41249, + "âĢĶif": 41250, + "Ġantagonist": 41251, + "-prec": 41252, + "Ġarrhythmias": 41253, + "ĠPrefecture": 41254, + "Ġpurposefully": 41255, + "orporate": 41256, + "Ġmalformations": 41257, + "ĠDeveloper": 41258, + "Ġinstructive": 41259, + "Ġphenotypic": 41260, + "Conventional": 41261, + "Ġspaceship": 41262, + "Ġdysph": 41263, + "icycle": 41264, + "Ġneutralizing": 41265, + "ĠInvestigator": 41266, + "ĠFacial": 41267, + "!!!Ċ": 41268, + "Specifically": 41269, + "Ġbrutally": 41270, + "ĠAlexandra": 41271, + "osecurity": 41272, + "Ġovercrowding": 41273, + "Ġveneer": 41274, + "Ġgastroenteritis": 41275, + "Ġantidote": 41276, + "-rated": 41277, + "?|Ċ": 41278, + "Bring": 41279, + "Barb": 41280, + "Correct": 41281, + "Penn": 41282, + "wet": 41283, + "atine": 41284, + "Ġdumps": 41285, + "roth": 41286, + "ĠCrescent": 41287, + "amount": 41288, + "Ġdeact": 41289, + "acas": 41290, + "Ġleases": 41291, + "ĠStir": 41292, + "ĠYak": 41293, + "Instruct": 41294, + "coni": 41295, + "Ġmainstay": 41296, + "Ġvalence": 41297, + "Ġelectorate": 41298, + "Ġtotality": 41299, + "Ġtotaling": 41300, + "Ġwalled": 41301, + "ĠAgu": 41302, + "irac": 41303, + "Ġmistress": 41304, + "ĠDistributed": 41305, + "Ġγ": 41306, + "-running": 41307, + "Ġprecedes": 41308, + "ĠCardiff": 41309, + "Marg": 41310, + "Ġdeprive": 41311, + "Ġtangled": 41312, + "ĠMesa": 41313, + "-track": 41314, + "Ġcushions": 41315, + "ĠSophie": 41316, + "Ġinteroperability": 41317, + "Ġdazzling": 41318, + "ĠIliad": 41319, + "Ġunforeseen": 41320, + "-imm": 41321, + "ĠTara": 41322, + "ĠSod": 41323, + "ĠCRC": 41324, + "oproteins": 41325, + "ĠHLA": 41326, + "ĠDrama": 41327, + "Ġincess": 41328, + "endium": 41329, + "Ġunse": 41330, + "roughly": 41331, + "Ġpresided": 41332, + "config": 41333, + "Ġendocannab": 41334, + "...\"Ċ": 41335, + "uges": 41336, + "ĠOrchestra": 41337, + "oresis": 41338, + "ĠSwamp": 41339, + "ĠUNEP": 41340, + "Ġfilesystem": 41341, + "iatrist": 41342, + "Ġionized": 41343, + "Ġdistributors": 41344, + "Ġarbitration": 41345, + "Ġcontraind": 41346, + "Ġmisconduct": 41347, + "Ġstratification": 41348, + "Ġcrucible": 41349, + "Provides": 41350, + "abeled": 41351, + "Ġbuoyancy": 41352, + "ĠLinkedIn": 41353, + "Ġneuroscientist": 41354, + "Ġreparations": 41355, + "-bullying": 41356, + "Da": 41357, + "grid": 41358, + "zier": 41359, + "¦": 41360, + "Ġtrophy": 41361, + "oran": 41362, + "ĠfMRI": 41363, + "Ġstunned": 41364, + "ĠBram": 41365, + "Ġrangel": 41366, + "ĠDee": 41367, + "ĠDARPA": 41368, + "ĠEust": 41369, + "ĠEps": 41370, + "ĠRutherford": 41371, + "Ġablation": 41372, + "Ġoutwards": 41373, + "Ġstandby": 41374, + "-coding": 41375, + "Ġemerald": 41376, + "Ġoxal": 41377, + "Ġhydrog": 41378, + "ĠQuartz": 41379, + "Ġepinephrine": 41380, + "Ġclimbs": 41381, + "igarette": 41382, + "ĠCTE": 41383, + "ĠCapture": 41384, + "Ġhesitation": 41385, + "ĠMinority": 41386, + "ĠInspector": 41387, + "Ġfrigid": 41388, + "ĠCompliance": 41389, + "generational": 41390, + "ĠNunav": 41391, + "Ġunimaginable": 41392, + "Ġile": 41393, + "-acc": 41394, + ".ex": 41395, + "Mot": 41396, + "Rare": 41397, + "Treating": 41398, + "call": 41399, + "mess": 41400, + "onis": 41401, + "oules": 41402, + "Ġmoor": 41403, + "asin": 41404, + "Ġgospels": 41405, + "ĠAedes": 41406, + "ĠShips": 41407, + "ĠSuez": 41408, + "Ġconverse": 41409, + "ĠBism": 41410, + "ivo": 41411, + "ĠHoy": 41412, + "ĠNightingale": 41413, + "osted": 41414, + "Ġmania": 41415, + "oble": 41416, + "oviruses": 41417, + "Ġformulae": 41418, + "Ġindividualism": 41419, + "Ġradiology": 41420, + "Ġdebunk": 41421, + "Ġhydrological": 41422, + "Ġsequel": 41423, + "Ġconstructor": 41424, + "ĠUNC": 41425, + "Ġengagements": 41426, + "Ġmitosis": 41427, + "-themed": 41428, + "ĠNotebook": 41429, + "Leaf": 41430, + "Ġanticipating": 41431, + "Ġhoop": 41432, + "worthiness": 41433, + "Ġsailor": 41434, + "ĠNicolas": 41435, + "ï¼ī": 41436, + "ÑĤе": 41437, + "ĠGiants": 41438, + "Ġexaggeration": 41439, + "-edged": 41440, + "Ġtectonics": 41441, + "Ġbiomarker": 41442, + "Ġpianist": 41443, + "Country": 41444, + "âĶ": 41445, + "Ġpardon": 41446, + "edema": 41447, + "Ġmum": 41448, + "Ġdod": 41449, + "Ġhikers": 41450, + "olaryng": 41451, + "changes": 41452, + "ĠBishops": 41453, + "ĠHitt": 41454, + "Ġrugs": 41455, + "Ġdisobe": 41456, + "ritt": 41457, + "Ġblinking": 41458, + "Ġchildbearing": 41459, + "Ġprion": 41460, + "Ġendpoint": 41461, + "ashire": 41462, + "Ġforet": 41463, + "ĠDeleg": 41464, + "ĠClan": 41465, + "ĠClerk": 41466, + "Ġcomeback": 41467, + "Ġdelirium": 41468, + "Ġrediscovered": 41469, + "Allow": 41470, + "ĠEmotions": 41471, + "ĠAntwerp": 41472, + "ĠVirgil": 41473, + "Ġinstructing": 41474, + "Ġdigesting": 41475, + "ĠRelativity": 41476, + "Ġsnowpack": 41477, + "ĠSumerian": 41478, + "Ġsatisfies": 41479, + "ĠPrincip": 41480, + "Ġunnamed": 41481, + "CLC": 41482, + "Neil": 41483, + "Ġholly": 41484, + "Academic": 41485, + "Ġvowed": 41486, + "Address": 41487, + "Ġphonological": 41488, + "Ġstipulated": 41489, + "-metal": 41490, + "-arid": 41491, + "ĠCicero": 41492, + "Ġreopened": 41493, + "AK": 41494, + "NN": 41495, + "Tri": 41496, + "instead": 41497, + "Ġpawn": 41498, + "entanyl": 41499, + "ĠSvalbard": 41500, + "ĠCHO": 41501, + "Ġproverb": 41502, + "ĠPipe": 41503, + "acin": 41504, + "ĠGou": 41505, + "ĠLIFE": 41506, + "actually": 41507, + "Ġjan": 41508, + "nowledge": 41509, + "ĠVaugh": 41510, + "Ġspeciation": 41511, + "Inst": 41512, + "ietic": 41513, + "ĠAnonymous": 41514, + "ĠSpir": 41515, + "||(": 41516, + "âĢĶt": 41517, + "enged": 41518, + "ikan": 41519, + "Ġnaturalized": 41520, + "Ġrelegated": 41521, + "Ġdamn": 41522, + "Ġtoolbar": 41523, + "annual": 41524, + "Ġbarge": 41525, + "ergart": 41526, + "seconds": 41527, + "AMS": 41528, + "-Man": 41529, + "ĠDiabetic": 41530, + "ĠHolocene": 41531, + "ĠKhal": 41532, + "Ġprohibitive": 41533, + "ĠUtility": 41534, + "Ġhalogen": 41535, + "roductory": 41536, + "Ġstereotypical": 41537, + "Ġguaranteeing": 41538, + "ĠSemitic": 41539, + "Ġhillside": 41540, + "Ġcatering": 41541, + "Ġsuppresses": 41542, + "-infrared": 41543, + "Ġintervened": 41544, + "ĠCMOS": 41545, + "ãĢģ": 41546, + "Ġinaccur": 41547, + "Ġventricles": 41548, + "ĠBeatles": 41549, + "Ġfrescoes": 41550, + "Ġsmuggling": 41551, + "Ġvaricose": 41552, + "ĠGenealogy": 41553, + "ADA": 41554, + "JP": 41555, + "WI": 41556, + "Ways": 41557, + "Zero": 41558, + "park": 41559, + "iones": 41560, + "vez": 41561, + "veau": 41562, + "Ġbegg": 41563, + "rapped": 41564, + "ĠAids": 41565, + "Ġangina": 41566, + "ĠBIM": 41567, + "ĠWPA": 41568, + "Ġcompressive": 41569, + "Ġincrements": 41570, + "Ġgoodwill": 41571, + "Ġhistogram": 41572, + "Ġdriest": 41573, + "âĢľHe": 41574, + "Ġperiodicals": 41575, + "Ġnegativity": 41576, + "Ġelectrician": 41577, + "ĠElk": 41578, + "Ġanglers": 41579, + "arianism": 41580, + "ĠAngels": 41581, + "Ġdenture": 41582, + "CSI": 41583, + "ĠSpecialists": 41584, + "Ġminiatur": 41585, + "Ġcosmopolitan": 41586, + "âĤ¬Åĵ": 41587, + "Ġdischarging": 41588, + "ĠShelby": 41589, + ".js": 41590, + "Ġechocard": 41591, + "Ġhexagonal": 41592, + "ĠRoland": 41593, + "ĠAberdeen": 41594, + "arcinoma": 41595, + "ĠClyde": 41596, + "-II": 41597, + "Culture": 41598, + "Dog": 41599, + "jord": 41600, + "method": 41601, + "wings": 41602, + "âĺ": 41603, + "Ġceded": 41604, + "Ġwoke": 41605, + "Ġthorns": 41606, + "entin": 41607, + "olver": 41608, + "ĠCategories": 41609, + "Ġwhims": 41610, + "ĠMH": 41611, + "ocarp": 41612, + "ĠEvan": 41613, + "ĠFGM": 41614, + "Ġadmon": 41615, + "Ġmealt": 41616, + "ĠKem": 41617, + "ropod": 41618, + "ĠScales": 41619, + "ohl": 41620, + "Ġlegume": 41621, + "ĠSham": 41622, + "-pur": 41623, + "Ġzig": 41624, + "Ġobservatories": 41625, + "aii": 41626, + "Ġdarkened": 41627, + "Ġinstallment": 41628, + "ĠReflect": 41629, + "Ġvocab": 41630, + "ocytic": 41631, + "ĠJacqu": 41632, + "ĠPhotographs": 41633, + "Ġreigns": 41634, + "Ġanatom": 41635, + "ĠMarxism": 41636, + "ĠABOUT": 41637, + "Topics": 41638, + "Ġbruises": 41639, + "Ġlagging": 41640, + "Ġduplicated": 41641, + "ĠBryant": 41642, + "ĠAnatolia": 41643, + "ĠAutoCAD": 41644, + "ĠClarence": 41645, + "Ġevangelical": 41646, + "Ġoutbursts": 41647, + "Ġmargarine": 41648, + "/(": 41649, + "Ka": 41650, + "River": 41651, + "pard": 41652, + "Ġtresp": 41653, + "Ġtroph": 41654, + "ĠSUN": 41655, + "ivir": 41656, + "Ġrift": 41657, + "Ġspacious": 41658, + "ĠNRC": 41659, + "endments": 41660, + "ĠStack": 41661, + "ĠKolk": 41662, + "Ġflanks": 41663, + "ggio": 41664, + "âĢľ[": 41665, + "ĠShot": 41666, + "scale": 41667, + "Ġloam": 41668, + "-drug": 41669, + "Ġproponent": 41670, + "Ġredisc": 41671, + "ĠShet": 41672, + "ĠMarl": 41673, + "ophon": 41674, + "Ġsnapping": 41675, + "ĠBoer": 41676, + "Ġrespondent": 41677, + "achev": 41678, + "Team": 41679, + "Ġrubbed": 41680, + "guably": 41681, + "ĠGreco": 41682, + "Ġdeceit": 41683, + "Ġforbid": 41684, + "Ġstewards": 41685, + "ĠTsar": 41686, + "ĠLaurent": 41687, + "Ġmarsup": 41688, + "Wildlife": 41689, + "Ġesteemed": 41690, + "ĠLinguistics": 41691, + "ĠStruggle": 41692, + "ĠDiscipline": 41693, + "Ġreverber": 41694, + "!,": 41695, + "))Ċ": 41696, + "HPV": 41697, + "Jean": 41698, + "dest": 41699, + "jing": 41700, + "wd": 41701, + "Ġos": 41702, + "Ġdan": 41703, + "stage": 41704, + "Ġghee": 41705, + "otry": 41706, + "ĠAure": 41707, + "ĠSchn": 41708, + "ĠLok": 41709, + "Ġinfrequently": 41710, + "ordinate": 41711, + "Ġwhence": 41712, + "ĠHex": 41713, + "Ġvarnish": 41714, + "Ġmonothe": 41715, + "Ġpostulated": 41716, + "-lined": 41717, + "omania": 41718, + "ĠMarcell": 41719, + "Someone": 41720, + "ĠFinch": 41721, + "Ġtrending": 41722, + "Ġskillful": 41723, + "-Pr": 41724, + "Ġbioavailability": 41725, + "agonists": 41726, + "Ġdriverless": 41727, + "Ġbombarded": 41728, + "Ġscratched": 41729, + "ĠLimestone": 41730, + "ĠCasey": 41731, + "Ġalienation": 41732, + "Ġgratification": 41733, + "Ġjuniper": 41734, + "ĠRegularly": 41735, + "Ġunleashed": 41736, + "Ġtheatres": 41737, + "ĠBuchanan": 41738, + "Ġmartyrdom": 41739, + "ĠDesktop": 41740, + "ĠMahabhar": 41741, + "Ġcanceled": 41742, + "Loss": 41743, + "Trust": 41744, + "Ġpantry": 41745, + "sticks": 41746, + "Ġginseng": 41747, + "ĠPatch": 41748, + "abridged": 41749, + "romy": 41750, + "ĠHello": 41751, + "Ġripples": 41752, + "Ġlevy": 41753, + "ĠFS": 41754, + "ĠLipp": 41755, + "ĠOCR": 41756, + "ĠOdd": 41757, + "Ġscouts": 41758, + "Ġovergrown": 41759, + "Ġhermit": 41760, + "Ġinsisting": 41761, + "ĠClouds": 41762, + "oflu": 41763, + "escence": 41764, + "ĠAppeal": 41765, + "Ġpolystyrene": 41766, + "ĠPatrol": 41767, + "Ġutilitarian": 41768, + "Ġimmigrated": 41769, + "ecker": 41770, + "Ġtubs": 41771, + "Ġfetuses": 41772, + "ĠRailways": 41773, + "ĠWilliamsburg": 41774, + "Ġpapyrus": 41775, + "Ġ________________________": 41776, + "ĠAutomated": 41777, + "Millions": 41778, + "ĠLazarus": 41779, + "-species": 41780, + "vaccinated": 41781, + "Ġanticoagul": 41782, + "Ġyoghurt": 41783, + "DES": 41784, + "Honey": 41785, + "Uses": 41786, + "fm": 41787, + "oge": 41788, + "pecific": 41789, + "vii": 41790, + "animal": 41791, + "stocks": 41792, + "Ġchilly": 41793, + "ĠDRC": 41794, + "ĠRoe": 41795, + "ĠREG": 41796, + "ĠLatter": 41797, + "ĠInk": 41798, + "Ġscribe": 41799, + "ĠChit": 41800, + "obar": 41801, + "-des": 41802, + "Ġsensed": 41803, + "private": 41804, + "loop": 41805, + "Ġinitials": 41806, + "ĠMarijuana": 41807, + "Ġcrossroads": 41808, + "Ġauditing": 41809, + "ĠEliza": 41810, + "ĠRecording": 41811, + "ITT": 41812, + "ĠModi": 41813, + "ophyte": 41814, + "Spirit": 41815, + "Abraham": 41816, + "ĠBenz": 41817, + "Ġfleeting": 41818, + "grand": 41819, + "Contribut": 41820, + "Ġfungicides": 41821, + "Ġbreastfeed": 41822, + "ĠRaise": 41823, + "Ġbolst": 41824, + "Ġstratified": 41825, + "ĠDalton": 41826, + "Ġwandered": 41827, + "Ġuneasy": 41828, + "ĠFewer": 41829, + "Ġdreadful": 41830, + "ĠReplacement": 41831, + "Ġprickly": 41832, + "Ġparaphrase": 41833, + "Ġelucidate": 41834, + "ĠIvory": 41835, + "Ġcongruent": 41836, + "-aff": 41837, + "-organized": 41838, + "Coming": 41839, + "Catholic": 41840, + "Must": 41841, + "б": 41842, + "Ġdanced": 41843, + "ĠCFS": 41844, + "Ġalp": 41845, + "Ġatrium": 41846, + "ĠDF": 41847, + "ĠEUR": 41848, + "ĠGos": 41849, + "actus": 41850, + "Ġglomer": 41851, + "Ġnearing": 41852, + "Ġmultis": 41853, + "ĠLevin": 41854, + "Ġmarketers": 41855, + "Ġmodernist": 41856, + "ĠActual": 41857, + "ĠContains": 41858, + "Ġhydrologic": 41859, + "Ġsilicate": 41860, + "Ġfaeces": 41861, + "Ġvisualizing": 41862, + "-Cal": 41863, + "Plate": 41864, + "ĠBenef": 41865, + "ĠScotch": 41866, + "Ġhorseshoe": 41867, + "Ġascended": 41868, + "Ġglobular": 41869, + "-establish": 41870, + "Ġrepublics": 41871, + "ĠPulmonary": 41872, + "Ġdiplomats": 41873, + "Ġdiscouraging": 41874, + "ĠFrancesco": 41875, + "Ġrattlesn": 41876, + "ĠPiedmont": 41877, + "-suited": 41878, + "ĠMartinez": 41879, + "ĠMontenegro": 41880, + "ĠSaddam": 41881, + "-du": 41882, + "-development": 41883, + "Milk": 41884, + "fam": 41885, + "jas": 41886, + "rism": 41887, + "inum": 41888, + "isable": 41889, + "Ġfiat": 41890, + "Ġdandelion": 41891, + "lez": 41892, + "Ġgren": 41893, + "ĠTate": 41894, + "ĠTape": 41895, + "ĠAragon": 41896, + "ĠCone": 41897, + "ifol": 41898, + "ĠFD": 41899, + "ĠNV": 41900, + "plural": 41901, + "Ġkites": 41902, + "Ġincidences": 41903, + "ĠJag": 41904, + "Ġscrib": 41905, + "ossibility": 41906, + "Install": 41907, + "Ġsociologist": 41908, + "-scient": 41909, + "ankind": 41910, + "pectral": 41911, + "ĠZoro": 41912, + "Ġembassy": 41913, + "heading": 41914, + "Ġforwarded": 41915, + "ĠComfort": 41916, + "Ġcomprehensively": 41917, + "ĠCheese": 41918, + "ĠRemind": 41919, + "Planting": 41920, + "Ġduly": 41921, + "Ġsimplifying": 41922, + "Ġcontaminating": 41923, + "ĠMadonna": 41924, + "ĠOFF": 41925, + "ĠASL": 41926, + "Ġabstracts": 41927, + "Ġस": 41928, + "atabases": 41929, + "Ġintrigue": 41930, + "ĠDubai": 41931, + "ĠBoris": 41932, + "ĠTelephone": 41933, + "ĠCatalogue": 41934, + "Ġdeterminism": 41935, + "ĠDreams": 41936, + "Ġethnographic": 41937, + "ĠMaltese": 41938, + "professional": 41939, + "ĠAgnes": 41940, + "ĠBeaufort": 41941, + "ĠPreparedness": 41942, + "ĠFowler": 41943, + "Topic": 41944, + "beds": 41945, + "frey": 41946, + "Ġcocc": 41947, + "ĠMUST": 41948, + "ĠBologna": 41949, + "Ġshrew": 41950, + "ĠNutrients": 41951, + "aparte": 41952, + "ĠStanton": 41953, + "ĠKul": 41954, + "ĠKathy": 41955, + "Ġoveractive": 41956, + "Ġsmoot": 41957, + "Ġparticulates": 41958, + "herson": 41959, + "âĢĶso": 41960, + "âĢľ,": 41961, + "Ġlighted": 41962, + "Ġtreasured": 41963, + "ĠToys": 41964, + "-dam": 41965, + "Ġlaterally": 41966, + "Ġerr": 41967, + "Ġemeritus": 41968, + "shoot": 41969, + "ĠReduces": 41970, + "Ġacquis": 41971, + "ecked": 41972, + "-shirt": 41973, + "ĠHawthorne": 41974, + "-ranking": 41975, + "/doc": 41976, + "Ġalphabets": 41977, + "Apply": 41978, + "Ġcannib": 41979, + "ĠSSR": 41980, + "Ġhamper": 41981, + "/mL": 41982, + "ĠPlacement": 41983, + "ĠLimits": 41984, + "stantial": 41985, + "ĠLatest": 41986, + "Ġarbitrarily": 41987, + "ĠMongols": 41988, + "-regulated": 41989, + "Ġtheorist": 41990, + "Ġcurtail": 41991, + "ĠSinclair": 41992, + "-independent": 41993, + "ĠScarlet": 41994, + "ĠHammond": 41995, + "Engineering": 41996, + "Ġophthalmologist": 41997, + "ĠGastroenter": 41998, + "Ġremodeling": 41999, + "ĠMovie": 42000, + "Ġinconsistencies": 42001, + "Ġcoworkers": 42002, + "-plant": 42003, + "-action": 42004, + "Bell": 42005, + "Coc": 42006, + "Either": 42007, + "Ġpard": 42008, + "Ġpudd": 42009, + "Ġreeds": 42010, + "usky": 42011, + "ĠRough": 42012, + "ĠGyp": 42013, + "ĠLopez": 42014, + "ecology": 42015, + "Ġcommas": 42016, + "Ġworkpiece": 42017, + "Ġphage": 42018, + "issues": 42019, + "Ġpresume": 42020, + "âĢĶof": 42021, + "Ġparables": 42022, + "ĠClosed": 42023, + "Ġlistens": 42024, + "Ġlooms": 42025, + "Ġinternships": 42026, + "iameter": 42027, + "grounds": 42028, + "ĠAcrobat": 42029, + "ĠElimination": 42030, + "ASC": 42031, + "ĠSurin": 42032, + "Ġpunishing": 42033, + "ĠPortable": 42034, + "ĠRetail": 42035, + "Ġmitigated": 42036, + "Ġaxons": 42037, + "Ġsmoothie": 42038, + "Ġionization": 42039, + "Ġboldly": 42040, + "ĠKatz": 42041, + "igeon": 42042, + "ĠDAY": 42043, + "ĠBreakfast": 42044, + "ĠCommentary": 42045, + "iggle": 42046, + "Ġstaunch": 42047, + "ĠSETI": 42048, + "Ġadipose": 42049, + "Ġausterity": 42050, + "Bottom": 42051, + "Pract": 42052, + "lore": 42053, + "sers": 42054, + "Ġnorepinephrine": 42055, + "ĠTsun": 42056, + "ĠMord": 42057, + "ĠHabsburg": 42058, + "ĠDEP": 42059, + "Ġmeiosis": 42060, + "ologie": 42061, + "Ġquir": 42062, + "ritus": 42063, + "teachers": 42064, + "Ġconsort": 42065, + "Ġpruned": 42066, + "Ġmyopia": 42067, + "Ġmetat": 42068, + "Ġmarkup": 42069, + "risy": 42070, + "emptive": 42071, + "Ġ-->": 42072, + "INC": 42073, + "Ġangled": 42074, + "Ġillustrative": 42075, + "ĠMedici": 42076, + "ĠBenin": 42077, + "compared": 42078, + "Ġreformer": 42079, + "ĠDownloads": 42080, + "ĠVerte": 42081, + "Ġshrinks": 42082, + "Ġinspecting": 42083, + "Ġbiofilm": 42084, + "optimal": 42085, + "Features": 42086, + "ĠNapoleonic": 42087, + "ĠNiña": 42088, + "ĠMammals": 42089, + "ĠExpectations": 42090, + "Ġemanating": 42091, + "Ġassemblage": 42092, + "ĠEscherichia": 42093, + "ĠSyllabus": 42094, + "Random": 42095, + "dh": 42096, + "hare": 42097, + "jah": 42098, + "virtual": 42099, + "Ġtainted": 42100, + "oron": 42101, + "Ġparchment": 42102, + "Ġdyed": 42103, + "ĠTot": 42104, + "ĠMog": 42105, + "Ġdehumid": 42106, + "ĠRitual": 42107, + "Ġshack": 42108, + "Ġimaged": 42109, + "Ġclown": 42110, + "Ġunbroken": 42111, + "Ġreclamation": 42112, + "Ġblaze": 42113, + "ĠVij": 42114, + "Ġbrushed": 42115, + "âĢľBy": 42116, + "-sufficiency": 42117, + "means": 42118, + "-pass": 42119, + "ĠUSE": 42120, + "ymen": 42121, + "Ġcomplexion": 42122, + "asticity": 42123, + "Ġfacebook": 42124, + "Ġundeveloped": 42125, + "visual": 42126, + "Ġblem": 42127, + "ĠSteiner": 42128, + "Ġmacbeth": 42129, + "ĠPutnam": 42130, + "ĠLindsay": 42131, + "Ġabstain": 42132, + "Ġcohorts": 42133, + "ĠReconnaissance": 42134, + "Ġcrochet": 42135, + "Ġunfairly": 42136, + "ĠCoverage": 42137, + "several": 42138, + "ĠRSV": 42139, + "ĠSterling": 42140, + "ĠHIPAA": 42141, + "ĠQuincy": 42142, + "'i": 42143, + "-ent": 42144, + "-active": 42145, + "-keeping": 42146, + "Irish": 42147, + "Nurs": 42148, + "cu": 42149, + "cars": 42150, + "Ġtasted": 42151, + "atchers": 42152, + "itars": 42153, + "ouple": 42154, + "aram": 42155, + "leted": 42156, + "Ġhp": 42157, + "Ġlagoons": 42158, + "ĠCAL": 42159, + "âĢĻ),": 42160, + "ĠFats": 42161, + "Ġarbore": 42162, + "ĠStere": 42163, + "ĠStrain": 42164, + "obi": 42165, + "Ġremitt": 42166, + "orned": 42167, + "Ġhandlers": 42168, + "-surgical": 42169, + "measures": 42170, + "linger": 42171, + "reta": 42172, + "cula": 42173, + "Ġmakeshift": 42174, + "Ġgeospatial": 42175, + "Ġcopious": 42176, + "Ġdealings": 42177, + "ĠAssociations": 42178, + "Ġreligiously": 42179, + "Ġweakly": 42180, + "Allah": 42181, + "Ġboarded": 42182, + "Ġinhum": 42183, + "ĠLightning": 42184, + "ĠPenal": 42185, + "Ġobstetric": 42186, + "ĠCSF": 42187, + "Ġwoolly": 42188, + "ĠArchitectural": 42189, + "ĠRainforest": 42190, + "Ġliberate": 42191, + "Ġorphaned": 42192, + "ĠCooling": 42193, + "Ġequivalence": 42194, + "Ġmetamorphosis": 42195, + "Ġpalpitations": 42196, + "Ġarrogance": 42197, + "Ġgymnastics": 42198, + "Ġcolloquial": 42199, + "Ġcypress": 42200, + "Fem": 42201, + "Lincoln": 42202, + "Luckily": 42203, + "lang": 42204, + "Ġpudding": 42205, + "Ġfined": 42206, + "Ġdar": 42207, + "Ġdic": 42208, + "Ġdummy": 42209, + "Ġbewild": 42210, + "otide": 42211, + "chaft": 42212, + "ĠICD": 42213, + "Ġprokary": 42214, + "ĠPots": 42215, + "ĠPRI": 42216, + "ĠBold": 42217, + "ĠWrit": 42218, + "ĠGear": 42219, + "astal": 42220, + "izon": 42221, + "Ġincarn": 42222, + "ieft": 42223, + "Ġsetback": 42224, + "Ġpowerhouse": 42225, + "âĢĶthis": 42226, + "include": 42227, + "Ġanteced": 42228, + "Ġelm": 42229, + "Ġloft": 42230, + "ĠSeaf": 42231, + "autiful": 42232, + "Ġxxx": 42233, + "Ġelectrification": 42234, + "ĠIncident": 42235, + "Ġfreshness": 42236, + "edicine": 42237, + "Ġconvulsions": 42238, + "Playing": 42239, + "Ġclimat": 42240, + "unker": 42241, + "ĠUpanish": 42242, + "Ġblinded": 42243, + "Ġclarifying": 42244, + "Ġinnermost": 42245, + "ĠErin": 42246, + "ĠSSD": 42247, + "izzard": 42248, + "ĠâĢĿĊ": 42249, + "fathers": 42250, + "ĠMechanism": 42251, + "Ġepicenter": 42252, + "Ġreassurance": 42253, + "student": 42254, + "Ġprosthesis": 42255, + "Multi": 42256, + "Certainly": 42257, + "ĠRolling": 42258, + "ĠFellows": 42259, + "Ġanonymously": 42260, + "ĠRarely": 42261, + "Ġostensibly": 42262, + "Ġprerequisites": 42263, + "ĠSCIENCE": 42264, + "ĠMoisture": 42265, + "Ġdiastolic": 42266, + "ĠAnabapt": 42267, + "Du": 42268, + "Designed": 42269, + "Rac": 42270, + "Ty": 42271, + "iem": 42272, + "wi": 42273, + "adj": 42274, + "ĠMJ": 42275, + "ĠMaw": 42276, + "Ġdeplete": 42277, + "Ġweeping": 42278, + "ĠWaves": 42279, + "oggy": 42280, + "eway": 42281, + "ĠJem": 42282, + "ĠYar": 42283, + "Ġsimmer": 42284, + "Ġsignage": 42285, + "armaceutical": 42286, + "Ġantic": 42287, + "Ġforeshadow": 42288, + "Tooth": 42289, + "SAR": 42290, + "Ġsleeps": 42291, + "Ġpetrochemical": 42292, + "altitude": 42293, + "Ġhomocysteine": 42294, + "ĠUNF": 42295, + "Ġsnowm": 42296, + "Ġbowling": 42297, + "Doctor": 42298, + "ĠOceanography": 42299, + "Ġgunpowder": 42300, + "Ġbombed": 42301, + "Ġthermometers": 42302, + "ño": 42303, + "Ġfantas": 42304, + "ĠHeming": 42305, + "ĠAquinas": 42306, + "ĠKindle": 42307, + "ĠWolfgang": 42308, + "Ġoversaw": 42309, + "ĠLankan": 42310, + "ĠPelopon": 42311, + "Ġincapac": 42312, + "ĠReasoning": 42313, + "Ġmidwife": 42314, + "Aff": 42315, + "Hall": 42316, + "Und": 42317, + "lob": 42318, + "mc": 42319, + "title": 42320, + "¹": 42321, + "Ġsip": 42322, + "Ġbrow": 42323, + "Ġinversely": 42324, + "icher": 42325, + "Ġbeware": 42326, + "ĠTusc": 42327, + "chains": 42328, + "ĠSIG": 42329, + "Ġwhirl": 42330, + "abited": 42331, + "ĠHask": 42332, + "Ġnears": 42333, + "ĠThread": 42334, + "ignon": 42335, + "Ġcommens": 42336, + "ĠYosh": 42337, + "athom": 42338, + "Ġsublim": 42339, + "upa": 42340, + "Ġretic": 42341, + "-del": 42342, + "ĠQin": 42343, + "-mal": 42344, + "-mot": 42345, + "Ġmott": 42346, + "ĠLeipzig": 42347, + "â̦)": 42348, + "Ġtotalitarian": 42349, + "ĠCharacters": 42350, + "Ġtracker": 42351, + "ĠProfit": 42352, + "Ġactuality": 42353, + "Ġtouring": 42354, + "Ġventured": 42355, + "ĠEva": 42356, + "hmael": 42357, + "ĠPenny": 42358, + "Ġnervousness": 42359, + "Ġblinds": 42360, + "ĠBangkok": 42361, + "Ġstrangely": 42362, + "rickson": 42363, + "Ġcatalogs": 42364, + "ĠHadrian": 42365, + "Ġbipartisan": 42366, + "Ġfluxes": 42367, + "ĠSentences": 42368, + "ĠDVDs": 42369, + "Ġunimportant": 42370, + "Medicine": 42371, + "Ġunbelievable": 42372, + "ĠAmphib": 42373, + "ĠCSIRO": 42374, + "ĠErasmus": 42375, + "frames": 42376, + "Ġanguish": 42377, + "ĠKyrgyz": 42378, + "*.": 42379, + "PCR": 42380, + "feed": 42381, + "nit": 42382, + "enton": 42383, + "ĠSessions": 42384, + "ĠSquir": 42385, + "essay": 42386, + "ĠBose": 42387, + "ĠBUT": 42388, + "ĠBetsy": 42389, + "ocles": 42390, + "ĠNom": 42391, + "ĠNah": 42392, + "ĠGPA": 42393, + "ĠLau": 42394, + "ĠOswald": 42395, + "ĠJunction": 42396, + "Ġscur": 42397, + "Ġrovers": 42398, + "ĠYad": 42399, + "Ġinterstitial": 42400, + "Ġservic": 42401, + "genics": 42402, + "Ġmetering": 42403, + "-piece": 42404, + "-haired": 42405, + "cellent": 42406, + "Ġfawn": 42407, + "Ġjoys": 42408, + "Ġsettles": 42409, + "Ġsavanna": 42410, + "urtles": 42411, + "ĠBerk": 42412, + "Ġpersistently": 42413, + "Simon": 42414, + "Ġbeech": 42415, + "Ġhalting": 42416, + "Ġadoptive": 42417, + "Ġemitters": 42418, + "Ġlyric": 42419, + "Ġdeduced": 42420, + "ĠBaptists": 42421, + "halation": 42422, + "Ġع": 42423, + "ĠFocusing": 42424, + "ĠCalculus": 42425, + "Ġpsalm": 42426, + "Ġunexplored": 42427, + "political": 42428, + "Farmers": 42429, + "Ġbesieged": 42430, + "Ġphytochemicals": 42431, + "/sec": 42432, + "/content": 42433, + "Birds": 42434, + "CBD": 42435, + "Dys": 42436, + "hope": 42437, + "ono": 42438, + "Ġomit": 42439, + "Ġwavy": 42440, + "icin": 42441, + "seeds": 42442, + "Ġgou": 42443, + "imations": 42444, + "Ġstrep": 42445, + "ĠCITES": 42446, + "ĠMikhail": 42447, + "uspecting": 42448, + "Ġchir": 42449, + "ĠRiv": 42450, + "Ġabort": 42451, + "Ġintonation": 42452, + "ĠOsm": 42453, + "Ġdisarm": 42454, + "ruz": 42455, + "fters": 42456, + "Ġsmashed": 42457, + "Ġskipped": 42458, + "iole": 42459, + "ĠIshmael": 42460, + "Ġforeb": 42461, + "Stream": 42462, + "Ġcharacterizing": 42463, + "ĠControlling": 42464, + "ĠArtillery": 42465, + "Ġpickles": 42466, + "Ġpallet": 42467, + "°.": 42468, + "Ġstemmed": 42469, + "Ġbrotherhood": 42470, + "ĠSalad": 42471, + "organism": 42472, + "Ġforgiving": 42473, + "Historic": 42474, + "utherland": 42475, + "ĠBatteries": 42476, + "Ġcongestive": 42477, + "Ġplurality": 42478, + "ĠEmbassy": 42479, + "Ġdisinfectants": 42480, + "Ġawakened": 42481, + "ĠMammal": 42482, + "Ġcardiomyopathy": 42483, + "/uplo": 42484, + "Ġpatterning": 42485, + "MY": 42486, + "Squ": 42487, + "Seed": 42488, + "SOURCE": 42489, + "jin": 42490, + "offic": 42491, + "woven": 42492, + "Ġwrench": 42493, + "lear": 42494, + "Ġthru": 42495, + "eli": 42496, + "Ġorg": 42497, + "ĠHag": 42498, + "ĠRPM": 42499, + "ĠGros": 42500, + "ĠLadies": 42501, + "icho": 42502, + "Ġkiwi": 42503, + "Ġlocale": 42504, + "Ġmetac": 42505, + "Ġslum": 42506, + "-po": 42507, + "Ġzucchini": 42508, + "ĠCaled": 42509, + "ĠMarqu": 42510, + "Ġfirewalls": 42511, + "Ġsteaming": 42512, + "Ġaffirms": 42513, + "ĠBrass": 42514, + "-night": 42515, + "Ġgutters": 42516, + "Quest": 42517, + "Ġcolumnist": 42518, + "ĠWiktionary": 42519, + "/dl": 42520, + "ĠChoct": 42521, + "ĠIDEA": 42522, + "Ġsewers": 42523, + "-techn": 42524, + "Ġthyme": 42525, + "calcul": 42526, + "ĠStewardship": 42527, + "Ġastrophysics": 42528, + "Ġperforated": 42529, + "Ġvanishing": 42530, + "ĠSagitt": 42531, + "Ġarthropods": 42532, + "-Related": 42533, + "MetadataShow": 42534, + "(H": 42535, + ")).": 42536, + "FET": 42537, + "Josh": 42538, + "Lith": 42539, + "Upper": 42540, + "Wet": 42541, + "got": 42542, + "kids": 42543, + "niz": 42544, + "riv": 42545, + "zoelectric": 42546, + "Ġtympan": 42547, + "Ġmnem": 42548, + "ĠSands": 42549, + "ĠCited": 42550, + "Ġalchem": 42551, + "ĠPurch": 42552, + "Ġvows": 42553, + "ĠDP": 42554, + "avir": 42555, + "onson": 42556, + "ĠVP": 42557, + "ĠVib": 42558, + "Ġindigo": 42559, + "Ġinsulator": 42560, + "Ġboasted": 42561, + "-critical": 42562, + "ĠOrk": 42563, + "Ġaccountant": 42564, + "ophagus": 42565, + "ĠNehemiah": 42566, + "Ġcopyrights": 42567, + "Ġpleural": 42568, + "ĠDirections": 42569, + "Doing": 42570, + "Ġchromatic": 42571, + "Ġorientations": 42572, + "ĠOperational": 42573, + "Ġreplicating": 42574, + "Ġelectromagnet": 42575, + "Ġpharmacists": 42576, + "Ġketones": 42577, + "ĠOdin": 42578, + "hisatt": 42579, + "Ġchewed": 42580, + "ĠCarta": 42581, + "Ġobstructions": 42582, + "ĠLaurence": 42583, + "ĠCosmic": 42584, + "Ġlaminate": 42585, + "ĠDyslexia": 42586, + "ĠParadox": 42587, + "atherapy": 42588, + "ĠConfucius": 42589, + "Ideally": 42590, + "Ġcommencement": 42591, + "Ġbursitis": 42592, + "Facebook": 42593, + "Built": 42594, + "DAR": 42595, + "Tem": 42596, + "git": 42597, + "pain": 42598, + "Ġfainting": 42599, + "ĠAE": 42600, + "Ġdeceptive": 42601, + "ĠPang": 42602, + "ĠBats": 42603, + "Ġsprain": 42604, + "ĠNervous": 42605, + "ĠGom": 42606, + "ĠLakota": 42607, + "Ġushered": 42608, + "Ġplow": 42609, + "ibial": 42610, + "ĠJake": 42611, + "ryl": 42612, + "Ġbutcher": 42613, + "Ġsubside": 42614, + "Ġsubduction": 42615, + "âĢľ.": 42616, + "Ġbreached": 42617, + "azzo": 42618, + "ĠPlane": 42619, + "ĠZn": 42620, + "hemes": 42621, + "ĠAbbas": 42622, + "Ġtherapeutics": 42623, + "Ġuttered": 42624, + "Ġcaptains": 42625, + "ĠLearner": 42626, + "ĠSwallow": 42627, + "elligent": 42628, + "Ġsymbolically": 42629, + "ĠTransparency": 42630, + "Ġstaffing": 42631, + "Ġreproducible": 42632, + "Ġruby": 42633, + "ĠRefrig": 42634, + "Ġ**": 42635, + "Scope": 42636, + "ĠExplained": 42637, + "ĠReviewed": 42638, + "Ġlieu": 42639, + "Ġembedding": 42640, + "ĠCPI": 42641, + "Ġholocaust": 42642, + "Ġencompassed": 42643, + "Ġbicycl": 42644, + "orbic": 42645, + "ĠBotany": 42646, + "ĠNCERT": 42647, + "aicin": 42648, + "ĠHypothesis": 42649, + "Ġescalated": 42650, + "Ġaffectionate": 42651, + "commonly": 42652, + "Ġhelplessness": 42653, + "ĠInstallation": 42654, + "Ġclinging": 42655, + "Ġfoodstuffs": 42656, + "\"...": 42657, + "-ready": 42658, + "BLE": 42659, + "Way": 42660, + "rev": 42661, + "Ġcunning": 42662, + "Ġwikipedia": 42663, + "olina": 42664, + "olocation": 42665, + "ĠSER": 42666, + "ectable": 42667, + "acio": 42668, + "ĠWS": 42669, + "ĠWo": 42670, + "ĠRip": 42671, + "ĠRuf": 42672, + "Ġenl": 42673, + "ĠLayers": 42674, + "Ġmanate": 42675, + "Ġevoked": 42676, + "ologia": 42677, + "Ġinvar": 42678, + "ĠSchen": 42679, + "ertainty": 42680, + "Ġvols": 42681, + "ĠZar": 42682, + "Ġfruition": 42683, + "Ġhydrology": 42684, + "Ġcolonel": 42685, + "Ġcaptives": 42686, + "Ġfavoring": 42687, + "ĠAgree": 42688, + "ĠGrav": 42689, + "ĠPolk": 42690, + "uddin": 42691, + "Ġbanished": 42692, + "ĠRevision": 42693, + "ĠSlides": 42694, + "Ġborderline": 42695, + "Ġcrowding": 42696, + "IPP": 42697, + "Ġsubtitles": 42698, + "Ġcomposted": 42699, + "Ġtrickle": 42700, + "Ġrobustness": 42701, + "/hr": 42702, + "ĠMohammad": 42703, + "Ġretrieving": 42704, + "ĠiPod": 42705, + "GRAPH": 42706, + "Ġب": 42707, + "-religious": 42708, + "Ġminted": 42709, + "ĠEstablishment": 42710, + "Ġgypsum": 42711, + "ozygous": 42712, + "Ġplexus": 42713, + "ĠCaspian": 42714, + "-ending": 42715, + "Romans": 42716, + "bius": 42717, + "Ġbenthic": 42718, + "ĠCen": 42719, + "Ġsax": 42720, + "Ġflotation": 42721, + "Ġsignaled": 42722, + "Ġrefute": 42723, + "Ġallowances": 42724, + "ĠDeutsch": 42725, + "uropathic": 42726, + "Ġlotions": 42727, + "ĠCOUNT": 42728, + "Ġbegs": 42729, + "Ġfreshman": 42730, + "ijk": 42731, + "Ġunfolds": 42732, + "ĠMissile": 42733, + "Indones": 42734, + "ĠCrossing": 42735, + "ĠBangalore": 42736, + "ĠPhotograph": 42737, + "Relations": 42738, + "Ġprioritizing": 42739, + "Ġelectrolysis": 42740, + "Ġintensification": 42741, + "finance": 42742, + "Ġintercultural": 42743, + "Increase": 42744, + "ĠYangtze": 42745, + "-evident": 42746, + "Ġharbors": 42747, + "ĠHavana": 42748, + "ĠSylvia": 42749, + "Ġstockpile": 42750, + "Ġventilator": 42751, + "ĠCoventry": 42752, + "unhofer": 42753, + "':": 42754, + "(e": 42755, + ".google": 42756, + ">.Ċ": 42757, + "Cand": 42758, + "Growth": 42759, + "laws": 42760, + "nard": 42761, + "nearly": 42762, + "rified": 42763, + "rinsic": 42764, + "Ġara": 42765, + "Ġwakes": 42766, + "itians": 42767, + "iless": 42768, + "ĠSank": 42769, + "ĠServe": 42770, + "ĠMOS": 42771, + "ĠHau": 42772, + "andibular": 42773, + "ĠâĢķ": 42774, + "Ġshouted": 42775, + "ĠGorb": 42776, + "ĠLich": 42777, + "agency": 42778, + "Ġresorted": 42779, + "ĠAla": 42780, + "Ġlastly": 42781, + "ĠClair": 42782, + "Ġbooking": 42783, + "Ġpastel": 42784, + "-lit": 42785, + "umpy": 42786, + "Ġbalm": 42787, + "umba": 42788, + "Ġwalkers": 42789, + "ĠEditors": 42790, + "Ġpeacekeeping": 42791, + "Ġsedative": 42792, + "Ġindexing": 42793, + "Ġpooled": 42794, + "anoia": 42795, + "ĠFunds": 42796, + "gaard": 42797, + "ĠSusp": 42798, + "Ġfeminists": 42799, + "Ġarcs": 42800, + "ĠJonas": 42801, + "-performing": 42802, + "ĠHanukkah": 42803, + "Ġbrilliantly": 42804, + "Ġrusty": 42805, + "Ġfuturistic": 42806, + "ĠImmunization": 42807, + "Ġbunny": 42808, + "Ġbasilica": 42809, + "ĠSELECT": 42810, + "ĠTemperatures": 42811, + "Ġicing": 42812, + ".For": 42813, + ".*Ċ": 42814, + "Giving": 42815, + "XA": 42816, + "bians": 42817, + "fun": 42818, + "length": 42819, + "atitude": 42820, + "omotor": 42821, + "urian": 42822, + "Ġstroll": 42823, + "ĠIPA": 42824, + "ĠCourage": 42825, + "Ġwhipped": 42826, + "ĠPNG": 42827, + "Ġneonicot": 42828, + "ĠFC": 42829, + "ĠFAC": 42830, + "akings": 42831, + "Ġpreem": 42832, + "Ġflipping": 42833, + ".,Ċ": 42834, + "-printed": 42835, + "Ġheartworm": 42836, + "Stone": 42837, + "ĠRepeated": 42838, + "Ġoxen": 42839, + "Ġbreathed": 42840, + "vestment": 42841, + "Ġchancellor": 42842, + "ĠPatagon": 42843, + "ĠArchipelago": 42844, + "Ġcardiologist": 42845, + "Ġtrove": 42846, + "/pub": 42847, + "Ġdecomposing": 42848, + "ĠLambert": 42849, + "ĠZionism": 42850, + "Ġulcerative": 42851, + "ĠJosiah": 42852, + "Respons": 42853, + "-effectiveness": 42854, + "Ġveneers": 42855, + "Ġtrachea": 42856, + "Ġreagents": 42857, + "Ġbenevolent": 42858, + "pictured": 42859, + "Ġtumultuous": 42860, + "(iii": 42861, + "?).": 42862, + "Biological": 42863, + "PET": 42864, + "Purpose": 42865, + "iander": 42866, + "vitamin": 42867, + "Ġaft": 42868, + "Ġaching": 42869, + "erator": 42870, + "Ġsages": 42871, + "esi": 42872, + "rozen": 42873, + "stores": 42874, + "Ġstave": 42875, + "Ġhapl": 42876, + "ĠRiding": 42877, + "ĠNero": 42878, + "ĠGond": 42879, + "ĠStadium": 42880, + "ĠChing": 42881, + "obo": 42882, + "Ġacup": 42883, + "Ġmodifies": 42884, + "arman": 42885, + "uphem": 42886, + "Ġslug": 42887, + "Ġelegans": 42888, + "Ġbiotic": 42889, + "Ġpostmodern": 42890, + "ESE": 42891, + "Ġpatiently": 42892, + "ĠGrab": 42893, + "Ġconvict": 42894, + "-De": 42895, + "URN": 42896, + "Ġsubsidence": 42897, + "ĠEqually": 42898, + "ĠAccuracy": 42899, + "ĠPopulations": 42900, + "ĠCatar": 42901, + "ĠTrustees": 42902, + "ĠInvesting": 42903, + "Ġdeceive": 42904, + "Ġinterdependence": 42905, + "ĠLegislation": 42906, + "Attention": 42907, + "simple": 42908, + "Ġadversary": 42909, + "ĠJamie": 42910, + "Ġpierced": 42911, + "FORMATION": 42912, + "Ġsparingly": 42913, + "Ġencroachment": 42914, + "Ġhegemony": 42915, + "MCA": 42916, + "Wil": 42917, + "hh": 42918, + "lb": 42919, + "sleep": 42920, + "wed": 42921, + "Ö¹": 42922, + "æĺ": 42923, + "enheim": 42924, + "Ġhrs": 42925, + "omia": 42926, + "rail": 42927, + "ĠAAC": 42928, + "ĠSort": 42929, + "ĠHL": 42930, + "ĠLever": 42931, + "ĠLé": 42932, + "ostomy": 42933, + "ĠUm": 42934, + "phar": 42935, + "ribusiness": 42936, + "âĢĶâĢľ": 42937, + "Ġfilming": 42938, + "Ġreflector": 42939, + "ĠMegan": 42940, + "Heavy": 42941, + "ĠRecipes": 42942, + "STOR": 42943, + "Ġphenotypes": 42944, + "chev": 42945, + "Ġpriceless": 42946, + "Ġseminary": 42947, + "ĠÃĸ": 42948, + "Ġrowing": 42949, + "Ġtripod": 42950, + "-channel": 42951, + "ĠFaraday": 42952, + "rands": 42953, + "Ġperpetrated": 42954, + "planetary": 42955, + "ezers": 42956, + "community": 42957, + "ĠLancashire": 42958, + "ĠBruno": 42959, + "Ġspokeswoman": 42960, + "ĠHarmony": 42961, + "Ġmetaphysics": 42962, + "Ġmidwives": 42963, + "ĠFrozen": 42964, + "Ġmultitasking": 42965, + "Rapid": 42966, + "Ġimpatient": 42967, + "ecundity": 42968, + ".They": 42969, + "Ros": 42970, + "million": 42971, + "|In": 42972, + "ineration": 42973, + "Ġsultan": 42974, + "oule": 42975, + "Ġreins": 42976, + "ĠTae": 42977, + "olm": 42978, + "Ġanew": 42979, + "ĠMorg": 42980, + "ĠBau": 42981, + "ĠBET": 42982, + "romeda": 42983, + "ĠDix": 42984, + "ĠDiesel": 42985, + "riac": 42986, + "Ġpartake": 42987, + "ubation": 42988, + "iered": 42989, + "phase": 42990, + "fulf": 42991, + "Ġassures": 42992, + "Ġartich": 42993, + "Ġinsulate": 42994, + "idsummer": 42995, + "Ġlegacies": 42996, + "ringed": 42997, + "rugated": 42998, + "ĠChristie": 42999, + "ĠCalories": 43000, + "Ġmodernism": 43001, + "ĠPreview": 43002, + "Ġcitric": 43003, + "Ġpurposely": 43004, + "ĠNotably": 43005, + "Ġinterestingly": 43006, + "Ġmilky": 43007, + "Ġinstructs": 43008, + "STE": 43009, + "ĠSubmit": 43010, + "Ġattendants": 43011, + "Ġdesertification": 43012, + "ĠSignificance": 43013, + ".nasa": 43014, + "ĠNOTE": 43015, + "ĠTerritorial": 43016, + "ĠChennai": 43017, + "-forward": 43018, + "Classification": 43019, + "Ġslicing": 43020, + "Ġactuator": 43021, + "Ġeloquent": 43022, + "Ġephemeral": 43023, + "-IV": 43024, + "-jud": 43025, + "-letter": 43026, + "Eds": 43027, + "KK": 43028, + "Ġonsite": 43029, + "ĠITS": 43030, + "ĠCCC": 43031, + "thor": 43032, + "Ġclade": 43033, + "inka": 43034, + "ĠAlter": 43035, + "Ġshowy": 43036, + "Ġconfessed": 43037, + "Ġimmutable": 43038, + "-fits": 43039, + "Ġuntold": 43040, + "Ġencodes": 43041, + "Ġgreedy": 43042, + "apples": 43043, + "Ġnormalize": 43044, + "Ġrobbed": 43045, + "ĠHighlight": 43046, + "Ġnamesake": 43047, + "liner": 43048, + "Ġaggl": 43049, + "REAT": 43050, + "COP": 43051, + "Ġκ": 43052, + "Refer": 43053, + "Ġinstinctively": 43054, + "/journal": 43055, + "Ġnavigable": 43056, + "Ġreassure": 43057, + "ĠMeasurements": 43058, + "ĠBreastfeeding": 43059, + "Ġadversaries": 43060, + "ĠClayton": 43061, + "Ġskeptics": 43062, + "Ġµg": 43063, + "Ġreintroduced": 43064, + "Operation": 43065, + "ĠKauf": 43066, + "Ġcoveted": 43067, + "ĠCredits": 43068, + "-provoking": 43069, + "ĠEmirates": 43070, + "ĠInequality": 43071, + "Babies": 43072, + "Carb": 43073, + "Numbers": 43074, + "Pap": 43075, + "cool": 43076, + "court": 43077, + "uant": 43078, + "ØŃ": 43079, + "Ġtors": 43080, + "Ġwizard": 43081, + "ĠSapp": 43082, + "Ġorator": 43083, + "ĠTheresa": 43084, + "ĠWashing": 43085, + "achim": 43086, + "ĠKipling": 43087, + "Ġrogue": 43088, + "Ġskating": 43089, + "oha": 43090, + "Ġretrof": 43091, + "Ġengravings": 43092, + "Stem": 43093, + "Ġnecessitates": 43094, + "Ġavoidable": 43095, + "Ġalcohols": 43096, + "Ġpickled": 43097, + "ĠChev": 43098, + "Ġstormy": 43099, + "Ġsolidify": 43100, + "Ġconvicts": 43101, + "-reactive": 43102, + "Reasons": 43103, + "ĠVisible": 43104, + "ĠGalveston": 43105, + "Ġprovenance": 43106, + "Ġemptiness": 43107, + "ĠChiefs": 43108, + "ĠConnecting": 43109, + "ĠGPUs": 43110, + "Ġoregano": 43111, + "ĠGroundwater": 43112, + "Ġkidnapped": 43113, + "Ġbottleneck": 43114, + "ĠPesticides": 43115, + "Ġsheriff": 43116, + "Ġgecko": 43117, + "ĠThessalon": 43118, + "ĠMaldives": 43119, + "Ġovershadowed": 43120, + "Ġdecibels": 43121, + ".What": 43122, + "Los": 43123, + "NB": 43124, + "rasing": 43125, + "vana": 43126, + "Ġwither": 43127, + "analysis": 43128, + "Ġinline": 43129, + "Ġmug": 43130, + "Ġlad": 43131, + "ĠTaft": 43132, + "ĠCree": 43133, + "ĠBias": 43134, + "Ġrheumatic": 43135, + "ĠEY": 43136, + "ĠFavor": 43137, + "ĠNineteenth": 43138, + "ĠGanges": 43139, + "Ġdisgrace": 43140, + "ĠKits": 43141, + "Ġoverland": 43142, + "weather": 43143, + "Ġaccretion": 43144, + "Ġexpires": 43145, + "Ġinsults": 43146, + "Ġglab": 43147, + "iencing": 43148, + "Ġlitt": 43149, + "ĠConnected": 43150, + "Ġunderstandably": 43151, + "âĢĶhas": 43152, + "ĠAden": 43153, + "ĠReactions": 43154, + "tti": 43155, + "ĠBlocks": 43156, + "prudence": 43157, + "Ġgeophysical": 43158, + "ĠWillow": 43159, + "Ġanalyzer": 43160, + "Ġcenterpiece": 43161, + "Behind": 43162, + "Ġnanow": 43163, + "Ġsanctuaries": 43164, + "-science": 43165, + "Ġtolerances": 43166, + "Ġeasement": 43167, + "ĠEpstein": 43168, + "Ġcabins": 43169, + "Geography": 43170, + "-generating": 43171, + "ĠPiper": 43172, + "Ñģк": 43173, + "Ġprosecuted": 43174, + "Swed": 43175, + "ĠNanotechnology": 43176, + "Ġoutsider": 43177, + "Britain": 43178, + "ĠAdaptive": 43179, + "Ġinundated": 43180, + "Ġtannins": 43181, + "Ensure": 43182, + "-New": 43183, + "Bone": 43184, + "LDL": 43185, + "MAR": 43186, + "aedia": 43187, + "dB": 43188, + "pits": 43189, + "ÅĦ": 43190, + "Ġtesters": 43191, + "Ġfowl": 43192, + "Ġdir": 43193, + "ĠPocket": 43194, + "ĠHak": 43195, + "ĠWalmart": 43196, + "ĠDag": 43197, + "ĠEternal": 43198, + "ĠLAB": 43199, + "Ġincurable": 43200, + "Ġoverh": 43201, + "ĠChow": 43202, + "Ġagron": 43203, + "Ġunderline": 43204, + "Ġexpended": 43205, + "Ġdeton": 43206, + "Ġpopulate": 43207, + "-fledged": 43208, + "Ġdescends": 43209, + "ĠPhyll": 43210, + "-parent": 43211, + "Ġbroom": 43212, + "gedy": 43213, + "Ġcrumbling": 43214, + "Ġsizeable": 43215, + "Ġbarns": 43216, + "ĠSufi": 43217, + "ominant": 43218, + "Ġnanost": 43219, + "Ġgrove": 43220, + "Ġcompounding": 43221, + "ĠInsider": 43222, + "Ġtapew": 43223, + "industrial": 43224, + "Ġyeasts": 43225, + "CRC": 43226, + "Ġunclean": 43227, + "ĠConsiderations": 43228, + "ĠâĨ©": 43229, + "ĠMatthews": 43230, + "lemagne": 43231, + "ĠTaxes": 43232, + "donald": 43233, + "Ġfledgling": 43234, + "Ġchatbots": 43235, + "ĠBudapest": 43236, + "ĠCosm": 43237, + "ĠLangley": 43238, + "ĠSurviv": 43239, + "ĠGuyana": 43240, + "ĠBalkan": 43241, + "Ġpessimistic": 43242, + "Ġauspicious": 43243, + "-Century": 43244, + "Ġsabotage": 43245, + "Ġnonexistent": 43246, + "Ġsubdued": 43247, + "\"One": 43248, + "Lect": 43249, + "Pict": 43250, + "lum": 43251, + "tas": 43252, + "íķ": 43253, + "atom": 43254, + "Ġmashed": 43255, + "Ġeigen": 43256, + "Ġlaundering": 43257, + "stry": 43258, + "acres": 43259, + "ĠNice": 43260, + "ĠGert": 43261, + "ĠLB": 43262, + "ĠLuk": 43263, + "ĠLagos": 43264, + "outside": 43265, + "Ġdisenf": 43266, + "Ġuncom": 43267, + "ĠKad": 43268, + "Ġhelpers": 43269, + "ĠYis": 43270, + "inkel": 43271, + "others": 43272, + "-pitched": 43273, + "-coded": 43274, + "Ġinternment": 43275, + "ĠCentennial": 43276, + "Ġpropellant": 43277, + "Ġtextured": 43278, + "Ġquickest": 43279, + "rictions": 43280, + "Ġpathologists": 43281, + "Ġregionally": 43282, + "ĠDepth": 43283, + "ĠPerception": 43284, + "ĠElias": 43285, + "ITIES": 43286, + "ĠCommunion": 43287, + "Ġpicky": 43288, + "Ġfavorably": 43289, + "Ġpulver": 43290, + "Ġpulley": 43291, + "-nosed": 43292, + "ĠPowerful": 43293, + "Ġthorium": 43294, + "Ġchromatin": 43295, + "Ġpraising": 43296, + "Ġhygienic": 43297, + "Ġprecipitated": 43298, + "Ġbarking": 43299, + "Ġgauze": 43300, + "Ġpresumption": 43301, + "ĠRandall": 43302, + "ĠEsper": 43303, + "ĠArcGIS": 43304, + "Ġanomalous": 43305, + "Ġembroidered": 43306, + "ĠBurgess": 43307, + "itizen": 43308, + "Ġaltruism": 43309, + "';": 43310, + "Jane": 43311, + "giate": 43312, + "ÎŃ": 43313, + "åį": 43314, + "Ġamericans": 43315, + "atters": 43316, + "stations": 43317, + "stasy": 43318, + "separ": 43319, + "Ġalias": 43320, + "keyp": 43321, + "ĠHBV": 43322, + "ĠDioxide": 43323, + "ĠLH": 43324, + "aginal": 43325, + "Ġunprocessed": 43326, + "Ġscab": 43327, + "Ġphag": 43328, + "Ġcoke": 43329, + "Ġautonom": 43330, + "ĠForget": 43331, + "anca": 43332, + "ercetin": 43333, + "ĠResearcher": 43334, + "ĠSeab": 43335, + "ymal": 43336, + "unga": 43337, + "ĠLeast": 43338, + "ĠContinent": 43339, + "ĠComponent": 43340, + "extra": 43341, + "ĠHeroes": 43342, + "Ġtoured": 43343, + "contact": 43344, + "ĠSchul": 43345, + "ĠCurie": 43346, + "Ġseeded": 43347, + "Ġcoalitions": 43348, + "Ġcampaigned": 43349, + "Sept": 43350, + "-Ray": 43351, + "playing": 43352, + "ĠFilters": 43353, + "Ġradiative": 43354, + "feet": 43355, + "ĠPromise": 43356, + "Includes": 43357, + "ĠAkbar": 43358, + "Discussion": 43359, + "Monitoring": 43360, + "Flash": 43361, + "oglobulin": 43362, + "Ġtirelessly": 43363, + "Ġintricacies": 43364, + "ĠCrusade": 43365, + "ĠIllustrator": 43366, + "Details": 43367, + "ĠMacedonian": 43368, + "Ġflanked": 43369, + "-private": 43370, + "ĠTajik": 43371, + "Ġdomestically": 43372, + "ĠTraditions": 43373, + "ĠSovereign": 43374, + "Ġcerebrospinal": 43375, + ")]": 43376, + ".There": 43377, + "/)": 43378, + "AY": 43379, + "native": 43380, + "¾": 43381, + "Ġdizzy": 43382, + "oliberal": 43383, + "ĠCSA": 43384, + "ĠMega": 43385, + "ĠBaja": 43386, + "ĠWent": 43387, + "ĠWah": 43388, + "ĠNEC": 43389, + "Ġintending": 43390, + "apart": 43391, + "Ġrecourse": 43392, + "ĠKemp": 43393, + "ĠAls": 43394, + "Ġdrifted": 43395, + "ancip": 43396, + "incare": 43397, + "ĠSharks": 43398, + "Ġauthorize": 43399, + "Ġabsol": 43400, + "Albert": 43401, + "ĠCompassion": 43402, + "Ġarrhythmia": 43403, + "Ġcredential": 43404, + "Ġbulging": 43405, + "Ġeffortlessly": 43406, + "ĠPatton": 43407, + "Ġappease": 43408, + "/sub": 43409, + "Ġfabricate": 43410, + "ĠNegot": 43411, + "erennial": 43412, + "ĠBroadcasting": 43413, + "ĠDetermining": 43414, + "Electrical": 43415, + "Ġinertial": 43416, + "Ġredistributed": 43417, + "Ġtoughest": 43418, + "Ġgrappling": 43419, + "ĠDiploma": 43420, + "Ġ__": 43421, + "Ga": 43422, + "JS": 43423, + "OO": 43424, + "Wow": 43425, + "itine": 43426, + "Ġboulder": 43427, + "Ġbeers": 43428, + "impl": 43429, + "ĠSDS": 43430, + "Ġalley": 43431, + "illage": 43432, + "quoise": 43433, + "ĠFeng": 43434, + "ostat": 43435, + "Ġwillpower": 43436, + "ĠUR": 43437, + "ĠStatic": 43438, + "erville": 43439, + "Ġtrivia": 43440, + "Ġphantom": 43441, + "Ġdiscourses": 43442, + "Ġskil": 43443, + "Ġavant": 43444, + "Ġchargers": 43445, + "Ġopacity": 43446, + "ĠAdler": 43447, + "ĠExamin": 43448, + "ĠSheikh": 43449, + "ĠAmp": 43450, + "Ġbarium": 43451, + "ĠController": 43452, + "ĠCompound": 43453, + "Ġnormalized": 43454, + "Ġpsychotherap": 43455, + "Ġdivisible": 43456, + "ANC": 43457, + "EDS": 43458, + "Ġmidday": 43459, + "Ġmouthpiece": 43460, + "Ġfearless": 43461, + "Ġyellowing": 43462, + "Ġunsightly": 43463, + "ĠDiary": 43464, + "Ġbiochar": 43465, + ".âĢĻâĢĿĊ": 43466, + "ĠCreole": 43467, + "IRS": 43468, + "Secret": 43469, + "specified": 43470, + "Ġdecomposed": 43471, + "Ġweaponry": 43472, + "Ġcodified": 43473, + "thinkable": 43474, + "Ġresettlement": 43475, + "Ġcyanobacteria": 43476, + "Ġmollusc": 43477, + "Ġimprovisation": 43478, + "Ġoverexp": 43479, + "Ġresurrected": 43480, + "Ray": 43481, + "Vers": 43482, + "aah": 43483, + "cp": 43484, + "Ġace": 43485, + "Ġawhile": 43486, + "oum": 43487, + "Ġtopping": 43488, + "ĠCumm": 43489, + "Ġhauled": 43490, + "Ġbland": 43491, + "ĠVid": 43492, + "ĠVand": 43493, + "ĠHeads": 43494, + "Ġtransatlantic": 43495, + "cerity": 43496, + "ashions": 43497, + "-frame": 43498, + "ĠPlug": 43499, + "Ġoptomet": 43500, + "Ġsentimental": 43501, + "Ġcampers": 43502, + "ĠBoolean": 43503, + "-ster": 43504, + "ĠSword": 43505, + "Ġcommercials": 43506, + "Ġpolyc": 43507, + "Ġ:-": 43508, + "Ġspringtime": 43509, + "Ġcounterproductive": 43510, + "Ġbattlefields": 43511, + "Ġduke": 43512, + "Ġsinister": 43513, + "ĠSkip": 43514, + "Ġunwitting": 43515, + "ĠARC": 43516, + "Ġpertain": 43517, + "Ġjawbone": 43518, + "Ġchronicle": 43519, + "Feel": 43520, + "Ġfooled": 43521, + "Ġzooplankton": 43522, + "ĠVegetation": 43523, + "Fourth": 43524, + "Truth": 43525, + "ĠKurds": 43526, + "Ġdismantling": 43527, + "Ġoverriding": 43528, + "Ġrallies": 43529, + "appropriately": 43530, + ",)": 43531, + "-absor": 43532, + "ABC": 43533, + "Board": 43534, + "friends": 43535, + "nian": 43536, + "tube": 43537, + "vict": 43538, + "wrong": 43539, + "ž": 43540, + "ĠTact": 43541, + "raise": 43542, + "ĠMith": 43543, + "ĠPris": 43544, + "ĠHin": 43545, + "ĠHuxley": 43546, + "Ġchaired": 43547, + "ocortic": 43548, + "ĠDNR": 43549, + "ĠEAR": 43550, + "ĠNub": 43551, + "ĠGaw": 43552, + "ĠLNG": 43553, + "ĠLydia": 43554, + "Ġkarma": 43555, + "Ġincline": 43556, + "Ġallocating": 43557, + "ongyang": 43558, + "Ġrake": 43559, + "Ġblasted": 43560, + "Ġimportation": 43561, + "Ġentice": 43562, + "Ġavatar": 43563, + "ikon": 43564, + "ĠShapes": 43565, + "Ġperiodical": 43566, + "Ġheadset": 43567, + "Ġprotectors": 43568, + "Ġpredicate": 43569, + "aimon": 43570, + "Chief": 43571, + "Ġsupermassive": 43572, + "Ġfrontline": 43573, + "ĠParticle": 43574, + "Ġsawdust": 43575, + "ĠCongreg": 43576, + "Administ": 43577, + "ĠCurator": 43578, + "ĠClassics": 43579, + "ĠMacintosh": 43580, + "USS": 43581, + "Ġsimplifies": 43582, + "-violent": 43583, + "Ġiconography": 43584, + "ĠAstronomers": 43585, + "-traditional": 43586, + "firstname": 43587, + "Ġcarotene": 43588, + "ĠAchieve": 43589, + "Ġontology": 43590, + "Ġfissures": 43591, + "Ġinactivated": 43592, + "Negative": 43593, + "Ġnebulae": 43594, + "Ġrapport": 43595, + "Ġsuperimposed": 43596, + "urethane": 43597, + "Ġdecisively": 43598, + "GPS": 43599, + "Mis": 43600, + "cke": 43601, + "functions": 43602, + "nier": 43603, + "Ġaired": 43604, + "aturing": 43605, + "atomy": 43606, + "Ġthwart": 43607, + "Ġyolks": 43608, + "ĠBj": 43609, + "Ġchanting": 43610, + "ĠEcho": 43611, + "ĠGF": 43612, + "Ġkcal": 43613, + "Ġalluvial": 43614, + "indler": 43615, + "Ġtimbers": 43616, + "acean": 43617, + "Ġindign": 43618, + "itsu": 43619, + "Ġhandsh": 43620, + "ĠZel": 43621, + "ĠFranks": 43622, + "Ġcrossword": 43623, + "ĠFlip": 43624, + "Ġcategorical": 43625, + "rehensible": 43626, + "ĠCourthouse": 43627, + "Arm": 43628, + "Ġdigestible": 43629, + "Ġunsuspecting": 43630, + "Ġquarries": 43631, + "Ġelevators": 43632, + "osciences": 43633, + "abilistic": 43634, + "ĠBurr": 43635, + "ĠProvided": 43636, + "however": 43637, + "ihil": 43638, + "ĠRhin": 43639, + "ĠPhilippe": 43640, + "Ġaccorded": 43641, + "Ġvagus": 43642, + "hasa": 43643, + "Harvard": 43644, + "Ġhydroponic": 43645, + "Hydrogen": 43646, + "Ġirresist": 43647, + "ĠSeparation": 43648, + "ĠMobility": 43649, + "Ġsterilized": 43650, + "Ġmisman": 43651, + "ĠCascade": 43652, + "ĠHemingway": 43653, + "-users": 43654, + "Sent": 43655, + "driver": 43656, + "prec": 43657, + "Ġpu": 43658, + "Ġthaw": 43659, + "Ġeater": 43660, + "ayered": 43661, + "ulo": 43662, + "Ġcanning": 43663, + "ĠNinth": 43664, + "Ġpreoccupied": 43665, + "ianic": 43666, + "intuitive": 43667, + "hedema": 43668, + "ethics": 43669, + "ilyn": 43670, + "Ġpatio": 43671, + "Ġgrabs": 43672, + "Ġdefiant": 43673, + "ĠAlle": 43674, + "Ġinsign": 43675, + "eele": 43676, + "Ġcreatine": 43677, + "ĠZed": 43678, + "Ġworkspace": 43679, + "umbria": 43680, + "ĠPref": 43681, + "ĠComplications": 43682, + "ETS": 43683, + "Spain": 43684, + "Consequently": 43685, + "Ġlichens": 43686, + "ĠSampling": 43687, + "-Ed": 43688, + "Ġadvertisers": 43689, + "guards": 43690, + "ĠCornish": 43691, + "ĠWalton": 43692, + "ĠPLC": 43693, + "ĠCitrus": 43694, + "ĠWolfram": 43695, + "Ġpetitioned": 43696, + "Ġhydroxyl": 43697, + "ĠFAQs": 43698, + "Ġzenith": 43699, + "-eng": 43700, + "-outs": 43701, + "aeda": 43702, + "Ġwaf": 43703, + "ĠTrench": 43704, + "ĠBinary": 43705, + "ĠNPS": 43706, + "Ġabusers": 43707, + "astrian": 43708, + "ĠUmb": 43709, + "ĠâĢľĊ": 43710, + "Ġworkstation": 43711, + "ĠYoutube": 43712, + "Ġprovoking": 43713, + "Threat": 43714, + "Ġdefer": 43715, + "Ġglazing": 43716, + "âĢľAll": 43717, + "Ġconstrain": 43718, + "Ġimprovised": 43719, + "berspace": 43720, + "Ġforensics": 43721, + "Station": 43722, + "Ġwindshield": 43723, + "Ġvitreous": 43724, + "-gallon": 43725, + "ĠConfidence": 43726, + "-left": 43727, + "-leading": 43728, + "ĠInteractions": 43729, + "ĠVisiting": 43730, + "Ġmetabolize": 43731, + "ĠWordsworth": 43732, + "Ġconquests": 43733, + "âs": 43734, + "Ġpropagating": 43735, + "ĠNeeded": 43736, + "Ġsponsorship": 43737, + "Ġirregularly": 43738, + "Ġganglion": 43739, + "-adapt": 43740, + "Ġprioritized": 43741, + "Ġreconstructions": 43742, + "Ġpistol": 43743, + "Ġbustling": 43744, + "Ġbiceps": 43745, + "Collabor": 43746, + "Ġgrasped": 43747, + "otoxicity": 43748, + "Ġperilous": 43749, + "ĠFutures": 43750, + "ĠBolshev": 43751, + "ĠAlgorithms": 43752, + "ĠHuffington": 43753, + "Ġtreacherous": 43754, + "ĠNguyen": 43755, + ".r": 43756, + "Pope": 43757, + "gart": 43758, + "px": 43759, + "Ġbonsai": 43760, + "icity": 43761, + "amber": 43762, + "Ġconifers": 43763, + "ĠBMC": 43764, + "Ġvulture": 43765, + "ĠDoming": 43766, + "ĠDEF": 43767, + "ĠFractions": 43768, + "ĠRL": 43769, + "ĠRd": 43770, + "ĠGather": 43771, + "Ġinfirm": 43772, + "ĠKiev": 43773, + "Ġsignifying": 43774, + "cery": 43775, + "ĠProlong": 43776, + "Ġbackups": 43777, + "ĠPlastics": 43778, + "Ġnaturalistic": 43779, + "-dried": 43780, + "-door": 43781, + "Ġswam": 43782, + "Ġmotility": 43783, + "Ġvermic": 43784, + "ĠReply": 43785, + "Ġturret": 43786, + "Ġsummertime": 43787, + "Ġcommunicable": 43788, + "Ġmotorcycles": 43789, + "ĠInterventions": 43790, + "Ġinhuman": 43791, + "olutely": 43792, + "Ġvocation": 43793, + "URES": 43794, + "Ġsculpted": 43795, + "ĠEmerald": 43796, + "Ġrents": 43797, + "Ġscalar": 43798, + "ĠBanner": 43799, + "-commercial": 43800, + "Ġpadding": 43801, + "Ġtestimonies": 43802, + "ĠFootprint": 43803, + "Volunt": 43804, + "Ġgemstone": 43805, + "ĠAbdullah": 43806, + "querque": 43807, + "Ġsubordinates": 43808, + "Ġcooperating": 43809, + "ĠFreshwater": 43810, + "Ġreunited": 43811, + "Ġpatrols": 43812, + "Ironically": 43813, + "Ġheralded": 43814, + "-destructive": 43815, + "oregion": 43816, + "ĠExplanation": 43817, + "odiazepines": 43818, + "-altitude": 43819, + "Eff": 43820, + "Joe": 43821, + "dated": 43822, + "mars": 43823, + "rif": 43824, + "atrol": 43825, + "Ġwaning": 43826, + "Ġbogs": 43827, + "Ġfiddle": 43828, + "omod": 43829, + "Ġlick": 43830, + "ĠSart": 43831, + "ĠSets": 43832, + "ĠCary": 43833, + "ĠMole": 43834, + "ĠMeter": 43835, + "opithe": 43836, + "ĠPact": 43837, + "ĠWorship": 43838, + "udget": 43839, + "unus": 43840, + "ĠNausea": 43841, + "actin": 43842, + "iberation": 43843, + "Ġteething": 43844, + "Ġheli": 43845, + "lectic": 43846, + "ĠAshe": 43847, + "Ġvets": 43848, + "Ġradishes": 43849, + "Ġpastime": 43850, + "Ġkeynote": 43851, + "Ġbreakage": 43852, + "ém": 43853, + "ĠJuice": 43854, + "aturation": 43855, + "Ġrocking": 43856, + "Ġlegalized": 43857, + "enthal": 43858, + "ĠMathematic": 43859, + "keye": 43860, + "Ġmelon": 43861, + "ĠIslanders": 43862, + "Ġsufferings": 43863, + "ĠSalvation": 43864, + "ĠASEAN": 43865, + "IMP": 43866, + "IGO": 43867, + "Ġcontradicts": 43868, + "rupulous": 43869, + "Ġalbums": 43870, + "infection": 43871, + "ĠCombine": 43872, + "Ġclothed": 43873, + "aroos": 43874, + "Asthma": 43875, + "ĠLectures": 43876, + "Ġshowcased": 43877, + "Ġclerical": 43878, + "Ġdissatisfied": 43879, + "Domestic": 43880, + "ymphedema": 43881, + "ĠRafael": 43882, + "Officials": 43883, + "alienable": 43884, + "Linux": 43885, + "nc": 43886, + "ifs": 43887, + "ĠMuc": 43888, + "ĠDiod": 43889, + "ĠThrow": 43890, + "irement": 43891, + "tenberg": 43892, + "formal": 43893, + "Ġautopsy": 43894, + "Ġsolute": 43895, + "ĠAnac": 43896, + "ĠSpotted": 43897, + "-sugar": 43898, + "Ġbenches": 43899, + "Ġsocializing": 43900, + "Ġoperas": 43901, + "Ġswan": 43902, + "ĠAfrika": 43903, + "esco": 43904, + "ĠCald": 43905, + "Ġsentencing": 43906, + "Ġdebug": 43907, + "Ġfootnotes": 43908, + "ĠTracy": 43909, + "Ġoxygenated": 43910, + "Ġtrousers": 43911, + "Ġcloseness": 43912, + "DoS": 43913, + "Ġaccommodated": 43914, + "-aided": 43915, + "Ġacknowledgment": 43916, + "Ġcramped": 43917, + "ĠChiang": 43918, + "Ġhedges": 43919, + "ĠPaleolithic": 43920, + "ĠTolstoy": 43921, + "Ġtantrums": 43922, + "Ġreorganization": 43923, + "Ġspacetime": 43924, + "-$": 43925, + "Range": 43926, + "oire": 43927, + "Ġeels": 43928, + "Ġlumen": 43929, + "ĠTakes": 43930, + "Ġyelling": 43931, + "Ġonsl": 43932, + "ĠAthe": 43933, + "ĠBMJ": 43934, + "unas": 43935, + "Ġkidd": 43936, + "ĠOle": 43937, + "ĠInjection": 43938, + "acha": 43939, + "Ġoutspoken": 43940, + "ĠKann": 43941, + "Ġsupper": 43942, + "Ġintert": 43943, + "âĢĶhave": 43944, + "âĢľS": 43945, + "ĠCentres": 43946, + "Ġlayering": 43947, + "Ġdestruct": 43948, + "ĠControvers": 43949, + "Ġpollinated": 43950, + "Ġprofessionalism": 43951, + "Ġmisplaced": 43952, + "breaks": 43953, + "ĠFamil": 43954, + "esterly": 43955, + "download": 43956, + "Ġaerob": 43957, + "ĠMadame": 43958, + "Ġsealant": 43959, + "ĠHumming": 43960, + "ĠProperly": 43961, + "ĠPaula": 43962, + "Ġscreenshot": 43963, + "auxite": 43964, + "Interested": 43965, + "openia": 43966, + "ĠCrusher": 43967, + "Ġbibliographic": 43968, + "Ġapricots": 43969, + "Ġskyscrapers": 43970, + "ilantro": 43971, + "Ġgloomy": 43972, + "/con": 43973, + "Biology": 43974, + "Wolf": 43975, + "givers": 43976, + "might": 43977, + "sit": 43978, + "ý": 43979, + "Ġaphasia": 43980, + "inatal": 43981, + "Ġcovalent": 43982, + "Ġpyth": 43983, + "Ġfury": 43984, + "Ġinaction": 43985, + "Ġnun": 43986, + "ĠTorn": 43987, + "ĠTasks": 43988, + "ĠAJ": 43989, + "ĠCot": 43990, + "Ġalbedo": 43991, + "ĠMn": 43992, + "Ġataxia": 43993, + "ĠDrew": 43994, + "ĠDimensions": 43995, + "Ġshaman": 43996, + "ĠUDP": 43997, + "ackers": 43998, + "ĠStirling": 43999, + "erva": 44000, + "Ġindict": 44001, + "ickle": 44002, + "ĠAlgon": 44003, + "Ġpoppies": 44004, + "Ġvisas": 44005, + "combe": 44006, + "Ġrestrain": 44007, + "Ġobjectivity": 44008, + "Chlor": 44009, + "Ġtotaled": 44010, + "lexic": 44011, + "Ġlogger": 44012, + "-great": 44013, + "ranç": 44014, + "omyel": 44015, + "ĠMcInt": 44016, + "menstrual": 44017, + "Ġratify": 44018, + "ĠTurin": 44019, + "APTER": 44020, + "Ġpiloted": 44021, + "HOOL": 44022, + "Ġshooter": 44023, + "Ġhallway": 44024, + "-enc": 44025, + "Ġreverses": 44026, + "ĠCoptic": 44027, + "Ġwithdrawing": 44028, + "Ġhorned": 44029, + "ĠTextbook": 44030, + "ĠOttomans": 44031, + "/wp": 44032, + "ĠBolton": 44033, + "Ġincubator": 44034, + "Ġdrowsy": 44035, + "Ġbilirubin": 44036, + "Ġgourd": 44037, + "Ġnecklace": 44038, + "Bern": 44039, + "Dutch": 44040, + "dys": 44041, + "lop": 44042, + "Ġtheta": 44043, + "Ġoestrogen": 44044, + "enne": 44045, + "ndra": 44046, + "Ġinanimate": 44047, + "Ġlil": 44048, + "ĠScy": 44049, + "ĠICE": 44050, + "ifles": 44051, + "estive": 44052, + "ĠWI": 44053, + "ansing": 44054, + "Ġwills": 44055, + "Ġadam": 44056, + "Ġcoaster": 44057, + "Ġgliding": 44058, + "Ġmausoleum": 44059, + "Ġslider": 44060, + "ĠAtkins": 44061, + "ĠCollier": 44062, + "ometime": 44063, + "Ġcheckup": 44064, + "Ġdebatable": 44065, + "ĠXu": 44066, + "Ġasth": 44067, + "ĠCONS": 44068, + "Ġafflict": 44069, + "Ġbroadest": 44070, + "reciation": 44071, + "Ġmutate": 44072, + "Ġsecretive": 44073, + "omerase": 44074, + "Ġcommissioning": 44075, + "ĠMerck": 44076, + "onomics": 44077, + "Ġrhod": 44078, + "igmund": 44079, + "Ġpharmacology": 44080, + "ĠBanana": 44081, + "Surface": 44082, + "Ġpedestal": 44083, + "otyped": 44084, + "-optic": 44085, + "Ġincubated": 44086, + "Former": 44087, + "egradation": 44088, + "oquine": 44089, + "Ġethnically": 44090, + "ĠThornton": 44091, + "ĠYankee": 44092, + "Ġmulticellular": 44093, + "yenne": 44094, + "Ġneuroscientists": 44095, + "ĠJakarta": 44096, + "Ġbarbecue": 44097, + "Coffee": 44098, + "Founded": 44099, + "YPE": 44100, + "hin": 44101, + "typical": 44102, + "xism": 44103, + "reases": 44104, + "raim": 44105, + "ĠCuster": 44106, + "adec": 44107, + "opods": 44108, + "ĠPuzzle": 44109, + "Ġexalted": 44110, + "Ġcomed": 44111, + "Ġhaunt": 44112, + "Ġvor": 44113, + "osacchar": 44114, + "ĠHC": 44115, + "ppy": 44116, + "unar": 44117, + "ĠNim": 44118, + "ĠLia": 44119, + "ĠInclusive": 44120, + "ewa": 44121, + "ĠStam": 44122, + "foreign": 44123, + "Ġtransitive": 44124, + "Ġdeflation": 44125, + "Ġstandstill": 44126, + "Ġvegans": 44127, + "ĠShil": 44128, + "ĠZulu": 44129, + "Ġauthorised": 44130, + "Ġapathy": 44131, + "Ġdecreed": 44132, + "Ġxx": 44133, + "Ġmissp": 44134, + "Ġpolyp": 44135, + "Ġjournaling": 44136, + "Ġtoothbrushes": 44137, + "ĠPlanets": 44138, + "Ġfertilisers": 44139, + "oscopes": 44140, + "ĠÃģ": 44141, + "ĠDigit": 44142, + "uhr": 44143, + "Ġshorelines": 44144, + "Ġhydrolysis": 44145, + "Ġterminus": 44146, + "ĠDurban": 44147, + "ĠCircuits": 44148, + "Ġcongested": 44149, + "Ġposterity": 44150, + "Ġsulphate": 44151, + "Ġdiscolored": 44152, + "Terms": 44153, + "Ġrestraints": 44154, + "ĠQualitative": 44155, + "Mindfulness": 44156, + "Ġredeem": 44157, + "Ġbrochures": 44158, + "Ġnonviolent": 44159, + "Ġmultivitamin": 44160, + "Sudden": 44161, + "ĠNacional": 44162, + ".More": 44163, + "OOD": 44164, + "nothing": 44165, + "eni": 44166, + "Ġwreath": 44167, + "imony": 44168, + "ameter": 44169, + "ĠMG": 44170, + "Ġranger": 44171, + "ĠDOS": 44172, + "ousa": 44173, + "Ġincite": 44174, + "Ġdisson": 44175, + "Ġdisillusion": 44176, + "Ġtramp": 44177, + "Ġoverre": 44178, + "ickens": 44179, + "Ġdiscreet": 44180, + "ĠAlien": 44181, + "horter": 44182, + "Ġilliteracy": 44183, + "Ġcritiques": 44184, + "specific": 44185, + "ophores": 44186, + "ĠEditing": 44187, + "-stress": 44188, + "Ġsaws": 44189, + "ĠBrahma": 44190, + "ĠâĹ": 44191, + "ĠMacmillan": 44192, + "Ġimmunological": 44193, + "Ġformalized": 44194, + "ĠCareers": 44195, + "Ġthorax": 44196, + "Ġbaggage": 44197, + "Ġascetic": 44198, + "Ġconclusively": 44199, + "ĠWilkinson": 44200, + "ĠEmeritus": 44201, + "Ġcyclist": 44202, + "ĠBuilder": 44203, + "Surgery": 44204, + "Ġcrusade": 44205, + "ladus": 44206, + "ĠBeginners": 44207, + "Ġspearheaded": 44208, + "Ġtranscendental": 44209, + "Ġcursed": 44210, + "ĠProbability": 44211, + "Ġretrospect": 44212, + "Separ": 44213, + "Quantum": 44214, + "Ġsciatica": 44215, + "ĠEpisode": 44216, + "Ġinhumane": 44217, + ":.": 44218, + "bones": 44219, + "eye": 44220, + "nature": 44221, + "tto": 44222, + "wyn": 44223, + "writers": 44224, + "Ġtusks": 44225, + "inu": 44226, + "Ġthrom": 44227, + "etts": 44228, + "elan": 44229, + "ĠMim": 44230, + "âĢĻa": 44231, + "ivistic": 44232, + "ĠGhetto": 44233, + "ĠLak": 44234, + "ĠInflation": 44235, + "ĠJh": 44236, + "Ġimpunity": 44237, + "Ġraged": 44238, + "Internal": 44239, + "ĠAloe": 44240, + "Ġdownright": 44241, + "ĠConquer": 44242, + "Ġplanks": 44243, + "âĢĶwere": 44244, + "Ġmultimeter": 44245, + "Ġswabs": 44246, + "Anth": 44247, + "Alzheimer": 44248, + "Ġcolliding": 44249, + "Ġsexism": 44250, + "Speech": 44251, + "Ġsouthernmost": 44252, + "matched": 44253, + "Genetics": 44254, + "ĠPoster": 44255, + "ĠGalactic": 44256, + "ĠMelville": 44257, + "allowed": 44258, + "ĠEstablishing": 44259, + "Ġsupersonic": 44260, + "ĠMinds": 44261, + "preting": 44262, + "Ġstacking": 44263, + "-adjusted": 44264, + "ĠWolfe": 44265, + "Ġodorless": 44266, + "ĠCustomers": 44267, + "Ġtentative": 44268, + "Ġcondensate": 44269, + "Ġembarking": 44270, + "Ġovercame": 44271, + "Samuel": 44272, + "Ġcancellation": 44273, + "Ġencapsulated": 44274, + "Ġgleaned": 44275, + "Ġhypocrisy": 44276, + "ĠGuadalupe": 44277, + "Ġridicule": 44278, + "ĠCynthia": 44279, + "Ġmalleable": 44280, + "Rog": 44281, + "Vision": 44282, + "lift": 44283, + "vik": 44284, + "hevi": 44285, + "Ġsigh": 44286, + "Ġwick": 44287, + "itute": 44288, + "ilon": 44289, + "ceive": 44290, + "Ġstumbling": 44291, + "illard": 44292, + "Ġweavers": 44293, + "Ġhaunting": 44294, + "ĠBringing": 44295, + "uders": 44296, + "ĠRao": 44297, + "ĠRSP": 44298, + "Ġunites": 44299, + "Ġinflow": 44300, + "bergh": 44301, + "ensin": 44302, + "iani": 44303, + "Ġblender": 44304, + "Ġdiscord": 44305, + "ĠAsiatic": 44306, + "âĢĶThe": 44307, + "ĠAmpl": 44308, + "ĠAcquisition": 44309, + "Ġdropout": 44310, + "ĠRemedies": 44311, + "ĠBaylor": 44312, + "Äģr": 44313, + "ittal": 44314, + "Ġcirculates": 44315, + "Regional": 44316, + "Ġcatastrophes": 44317, + "ĠFluoride": 44318, + "ĠLeviticus": 44319, + "Ġtossing": 44320, + "Ġfictitious": 44321, + "ĠGranada": 44322, + "Ġmetamorphic": 44323, + "Ġfoothold": 44324, + "ĠPumpkin": 44325, + "Ġantisem": 44326, + "ĠDuchess": 44327, + "Captain": 44328, + "ĠmtDNA": 44329, + ".blog": 44330, + "MET": 44331, + "Rot": 44332, + "Sports": 44333, + "cert": 44334, + "hade": 44335, + "Ġain": 44336, + "inflammation": 44337, + "orated": 44338, + "Ġdashed": 44339, + "Ġnos": 44340, + "Ġordeal": 44341, + "ĠMama": 44342, + "ĠDove": 44343, + "ĠFriendly": 44344, + "Ġshroud": 44345, + "ĠStarb": 44346, + "Ġcurling": 44347, + "Ġbooth": 44348, + "alez": 44349, + "ĠThereafter": 44350, + "Ġretrog": 44351, + "Ġcaliber": 44352, + "-can": 44353, + "ĠLey": 44354, + "ĠCooke": 44355, + "Ġlogistic": 44356, + "-hundred": 44357, + "naires": 44358, + "ĠAgri": 44359, + "ĠLearned": 44360, + "ĠPatel": 44361, + "zzar": 44362, + "Ġmerry": 44363, + "Ġpalatable": 44364, + "Ġgrasshoppers": 44365, + "Ġidealism": 44366, + "Goal": 44367, + "-contact": 44368, + "Ġsalesman": 44369, + "ĠUtilities": 44370, + "ĠImmediate": 44371, + "Ġirrigate": 44372, + "-conduct": 44373, + "Ġworshiped": 44374, + "Ġaligning": 44375, + "Georgia": 44376, + "ен": 44377, + "Ġcrooked": 44378, + "Ġinterrupting": 44379, + "Ġdismissal": 44380, + "Ġepidemiologist": 44381, + "commons": 44382, + "Director": 44383, + "Ġsuperstitions": 44384, + "Philipp": 44385, + "Ġfarewell": 44386, + "Error": 44387, + "Ġrejoice": 44388, + "Ġphyton": 44389, + "Ġoncologist": 44390, + "-renewable": 44391, + "Ġdisclaimer": 44392, + "Ġprospered": 44393, + "Ġinextricably": 44394, + "-Madison": 44395, + "-land": 44396, + ".un": 44397, + "Dou": 44398, + "Tok": 44399, + "Ġdandruff": 44400, + "Ġbeaks": 44401, + "Ġgown": 44402, + "olson": 44403, + "veratrol": 44404, + "ĠCGI": 44405, + "kegee": 44406, + "ĠWrap": 44407, + "Ġspaghetti": 44408, + "ouss": 44409, + "Ġresists": 44410, + "ianus": 44411, + "ervative": 44412, + "ĠAsking": 44413, + "iene": 44414, + "cloud": 44415, + "Ġdevils": 44416, + "Ġmenace": 44417, + "Ġpostage": 44418, + "ĠLept": 44419, + "ĠCalhoun": 44420, + "Butter": 44421, + "ĠXY": 44422, + "Ġexcursions": 44423, + "él": 44424, + "Ġpallets": 44425, + "Ġsongbirds": 44426, + "Connell": 44427, + "-real": 44428, + "-report": 44429, + "ĠSalam": 44430, + "ĠJudgment": 44431, + "Ġbioenergy": 44432, + "Ġimpervious": 44433, + "Ġferret": 44434, + "Ġcybercriminals": 44435, + "Ġmurky": 44436, + "ĠSavage": 44437, + "Ġcannabinoid": 44438, + "Ġinstitutionalized": 44439, + "ĠCambrian": 44440, + "ĠLuft": 44441, + "Steve": 44442, + "insett": 44443, + "ĠDerby": 44444, + "ĠJennings": 44445, + "âĸł": 44446, + "-Semitic": 44447, + "esophagus": 44448, + "Ġannihilation": 44449, + "ï¸ı": 44450, + "Bu": 44451, + "Naturally": 44452, + "Yoga": 44453, + "gle": 44454, + "Ġtrophic": 44455, + "ĠMON": 44456, + "Ġexor": 44457, + "umetric": 44458, + "ĠRox": 44459, + "ĠJing": 44460, + "ksh": 44461, + "epid": 44462, + "Ġtrapez": 44463, + "Ġmonoclonal": 44464, + "Ġcurbing": 44465, + "ĠAspects": 44466, + "Ġpurifier": 44467, + "Ġbushels": 44468, + "ofen": 44469, + "Ġpredefined": 44470, + "ĠGeoscience": 44471, + "Ġcarbonated": 44472, + "Ġcaptions": 44473, + "ĠConsolid": 44474, + "coe": 44475, + "-election": 44476, + "Ġcandida": 44477, + "OTH": 44478, + "ĠRockwell": 44479, + "ĠTOP": 44480, + "Ġdeployments": 44481, + "Ġmeteorology": 44482, + "ĠOsaka": 44483, + "ĠBottle": 44484, + "ĠSantos": 44485, + "Ġinhaler": 44486, + "Ġunderpinning": 44487, + "Ġcoexistence": 44488, + "ĠJPEG": 44489, + "ĠClaims": 44490, + "heviks": 44491, + "?!": 44492, + "Friends": 44493, + "]|Ċ": 44494, + "cse": 44495, + "mut": 44496, + "mart": 44497, + "neck": 44498, + "yah": 44499, + "isone": 44500, + "Ġfuses": 44501, + "Ġyoke": 44502, + "ĠCaring": 44503, + "ĠBMP": 44504, + "acute": 44505, + "ĠHB": 44506, + "Ġrind": 44507, + "ĠRhet": 44508, + "ĠNarrow": 44509, + "ĠLiqu": 44510, + "agiarism": 44511, + "iffany": 44512, + "Ġconsoles": 44513, + "hesians": 44514, + "Ġsubmers": 44515, + "uchad": 44516, + "century": 44517, + "anked": 44518, + "Ġpainfully": 44519, + "rayer": 44520, + "Ġfluently": 44521, + "ĠLevant": 44522, + "ĠGuest": 44523, + "Ġastigmatism": 44524, + "ĠMeiji": 44525, + "Ġquantifying": 44526, + "ĠTrails": 44527, + "Ġtrackers": 44528, + "Ġemphasises": 44529, + "ĠSpecification": 44530, + "ĠAvoc": 44531, + "ĠMercer": 44532, + "ĠInsight": 44533, + "Ġrabbin": 44534, + "Religious": 44535, + "Ġgrayish": 44536, + "ĠMicrowave": 44537, + "Ġsleek": 44538, + "ĠDominion": 44539, + "Ġescalation": 44540, + "ĠBuckingham": 44541, + "Ġinfiltrate": 44542, + "Ġawaited": 44543, + "ĠLayout": 44544, + "ĠPretty": 44545, + "Ġauspices": 44546, + "Eggs": 44547, + "ĠMahabharata": 44548, + "-ice": 44549, + "Hs": 44550, + "Yesterday": 44551, + "ement": 44552, + "material": 44553, + "tri": 44554, + "Ġdru": 44555, + "ilient": 44556, + "Ġgendered": 44557, + "ĠTef": 44558, + "eto": 44559, + "ĠAffected": 44560, + "ĠCair": 44561, + "illings": 44562, + "istration": 44563, + "ĠFertility": 44564, + "ĠChavez": 44565, + "ĠYi": 44566, + "neur": 44567, + "Ġinsensitive": 44568, + "Ġhandmade": 44569, + "ĠButte": 44570, + "Ġpublicized": 44571, + "Ġhomeopathy": 44572, + "Ġmethamphetamine": 44573, + "Ġopposites": 44574, + "Ġbrokers": 44575, + "ĠAllergic": 44576, + "Ġurinating": 44577, + "ĠYorkers": 44578, + "ĠEmission": 44579, + "Ġ/>": 44580, + "ĠNeur": 44581, + "âĢ¢âĢ¢": 44582, + "ĠMeal": 44583, + "Ġmixer": 44584, + "ĠCongenital": 44585, + "Ġattractiveness": 44586, + "ALE": 44587, + "Ġdespised": 44588, + "ĠBergen": 44589, + "glas": 44590, + "ĠMoab": 44591, + "wordpress": 44592, + "Ġfulfills": 44593, + "ĠMelinda": 44594, + "alloway": 44595, + "Ġidiopathic": 44596, + "played": 44597, + "Ġgeriatric": 44598, + "Ġganglia": 44599, + "ocurrency": 44600, + "Ġdormancy": 44601, + "Ġbrunt": 44602, + "Ġhibernate": 44603, + "ĠNutr": 44604, + "ĠLorraine": 44605, + "drawal": 44606, + "Ġunbearable": 44607, + "ĠImagination": 44608, + "Ġsymphony": 44609, + "Ġanalgesic": 44610, + "Copper": 44611, + "-gatherers": 44612, + "ĠSpaniel": 44613, + "ĠHumphrey": 44614, + "Ġsaffron": 44615, + "Ġautonomously": 44616, + "/ethnic": 44617, + "APA": 44618, + "Mode": 44619, + "bil": 44620, + "sugar": 44621, + "tem": 44622, + "uag": 44623, + "Ġeosin": 44624, + "omiting": 44625, + "ĠTF": 44626, + "ĠSas": 44627, + "ĠSixty": 44628, + "ulatives": 44629, + "Ġcanv": 44630, + "ĠHir": 44631, + "ĠHeter": 44632, + "ĠWerner": 44633, + "Ġranches": 44634, + "Ġunapp": 44635, + "Ġinfographics": 44636, + "ĠKri": 44637, + "Ġoverpopulation": 44638, + "Institute": 44639, + "ĠAlc": 44640, + "Ġgrouse": 44641, + "Ġconstrued": 44642, + "Ġelapsed": 44643, + "aptop": 44644, + "Ġstatins": 44645, + "ĠCarolyn": 44646, + "Ġnationalists": 44647, + "ĠAmendments": 44648, + "ĠContest": 44649, + "ĠCompression": 44650, + "ĠIntro": 44651, + "alyst": 44652, + "Ġobtains": 44653, + "Ġundiscovered": 44654, + "Ġstraighten": 44655, + "-rese": 44656, + "Ġsynapse": 44657, + "racycline": 44658, + "Ġprevails": 44659, + "Ġfunctionalities": 44660, + "historical": 44661, + "Ġaccommodating": 44662, + "öm": 44663, + "Ġroughness": 44664, + "Ġdeterministic": 44665, + "Ġamphibious": 44666, + "Info": 44667, + "Ġheredity": 44668, + "ĠThreats": 44669, + "................................": 44670, + "Ġgrapple": 44671, + "Ġvaricella": 44672, + "Ġbystanders": 44673, + "ĠEliminate": 44674, + "Ġinterspersed": 44675, + "Ġderogatory": 44676, + ".info": 44677, + "Cra": 44678, + "Miller": 44679, + "Phy": 44680, + "south": 44681, + "wes": 44682, + "ĠTaste": 44683, + "ĠTears": 44684, + "ĠTampa": 44685, + "ĠSEM": 44686, + "ĠMoy": 44687, + "opers": 44688, + "ĠBrowning": 44689, + "Ġjailed": 44690, + "ĠStations": 44691, + "Ġagony": 44692, + "Ġhello": 44693, + "Ġamar": 44694, + "Ġamaze": 44695, + "Ġemuls": 44696, + "Ġexponents": 44697, + "ropic": 44698, + "Ġendoscopy": 44699, + "ĠIsis": 44700, + "ĠClip": 44701, + "Ġvirulence": 44702, + "spots": 44703, + "Ġphotod": 44704, + "Ġglobalisation": 44705, + "Ġexcursion": 44706, + "Speed": 44707, + "Ġpunctu": 44708, + "ĠEstuary": 44709, + "Ġabsorbent": 44710, + "Ġ׾": 44711, + "CNN": 44712, + "ĠPriority": 44713, + "ĠCambodian": 44714, + "Radiation": 44715, + "hausen": 44716, + "Ġprogenitor": 44717, + "Recognizing": 44718, + "Comparison": 44719, + "ĠShirley": 44720, + "Ġfingernails": 44721, + "Ġslogans": 44722, + "Ġills": 44723, + "+Ċ": 44724, + "Hair": 44725, + "WL": 44726, + "aques": 44727, + "cause": 44728, + "Ġbanners": 44729, + "Ġduality": 44730, + "ĠTommy": 44731, + "raj": 44732, + "ĠCs": 44733, + "ĠMakers": 44734, + "Ġbycatch": 44735, + "ĠDL": 44736, + "Ġspondyl": 44737, + "ĠJah": 44738, + "ĠKali": 44739, + "Ġdiurnal": 44740, + "Ġelectors": 44741, + "Ġopal": 44742, + "Ġantelope": 44743, + "-public": 44744, + "-prong": 44745, + "Ġswath": 44746, + "Ġeroding": 44747, + "-tenth": 44748, + "ĠDrill": 44749, + "ĠEmphasis": 44750, + "ISP": 44751, + "Ġbulimia": 44752, + "ĠBarrow": 44753, + "ĠSchwe": 44754, + "Ġmelons": 44755, + "blasts": 44756, + "Ġwetting": 44757, + "Ġcerebellum": 44758, + "COL": 44759, + "Ġsplint": 44760, + "Ġreforming": 44761, + "oplane": 44762, + "ĠTomatoes": 44763, + "-affected": 44764, + "smith": 44765, + "Ġalerting": 44766, + "THER": 44767, + "ĠCement": 44768, + "Ġsanctity": 44769, + "Ġmajesty": 44770, + "ĠLaurel": 44771, + "ĠBattles": 44772, + "ĠFraunhofer": 44773, + "rietta": 44774, + "ĠMoody": 44775, + "Ġredefine": 44776, + "Ġapprehension": 44777, + "Especially": 44778, + "Ġacquisitions": 44779, + "(),": 44780, + "/ha": 44781, + "Ell": 44782, + "Ord": 44783, + "cine": 44784, + "Ġtv": 44785, + "really": 44786, + "olins": 44787, + "ĠIbrahim": 44788, + "essler": 44789, + "ĠPagan": 44790, + "Ġvign": 44791, + "ĠWATER": 44792, + "Ġrushes": 44793, + "ĠEchin": 44794, + "Ġlevers": 44795, + "ĠNass": 44796, + "ĠInvention": 44797, + "Ġjigsaw": 44798, + "Ġappalling": 44799, + "Ġinfertile": 44800, + "Ġassorted": 44801, + "ĠAssets": 44802, + "Ġglaring": 44803, + "exam": 44804, + "-pot": 44805, + "-cur": 44806, + "ursed": 44807, + "irmation": 44808, + "helle": 44809, + "ĠHerpes": 44810, + "ĠScholastic": 44811, + "osystems": 44812, + "ĠDefining": 44813, + "ĠBurlington": 44814, + "âĢĺThe": 44815, + "Ġppb": 44816, + "Ġunwelcome": 44817, + "Ġdescriptors": 44818, + "ĠEffectiveness": 44819, + "Ġtranscends": 44820, + "ĠTrotsky": 44821, + "ĠTriassic": 44822, + "Ġpounding": 44823, + "Ġobscurity": 44824, + "surface": 44825, + "ĠLithium": 44826, + "Ġhydroxy": 44827, + "ĠHappens": 44828, + "Ġeradicating": 44829, + "ĠGitHub": 44830, + "Ġincompetent": 44831, + "ĠDuchy": 44832, + "(g": 44833, + "-key": 44834, + "Pack": 44835, + "Sche": 44836, + "Zen": 44837, + "_name": 44838, + "female": 44839, + "significant": 44840, + "ervers": 44841, + "Ġslick": 44842, + "Ġlouds": 44843, + "ĠSST": 44844, + "elike": 44845, + "Ġanimate": 44846, + "ĠRoughly": 44847, + "ostrum": 44848, + "ulton": 44849, + "Ġdisple": 44850, + "ishman": 44851, + "riches": 44852, + "ileged": 44853, + "Ġnewfound": 44854, + "ermo": 44855, + "Ġkeel": 44856, + "egovina": 44857, + "Ġlessened": 44858, + "ĠConventions": 44859, + "Ġconfounding": 44860, + "Ġretribution": 44861, + "Ġpurifying": 44862, + ".\"âĢĶ": 44863, + "ĠâĢĶĊ": 44864, + "return": 44865, + "-list": 44866, + "Ġpayloads": 44867, + "ĠAbolition": 44868, + "ĠGuarant": 44869, + "-ste": 44870, + "Ġcapitalized": 44871, + "ĠGreatest": 44872, + "Ġabsorber": 44873, + "Ġoccupant": 44874, + "ĠCorridor": 44875, + "ĠCheyenne": 44876, + "Ġrulings": 44877, + "glut": 44878, + "Ġcorresponded": 44879, + "Ġrelaxes": 44880, + "Ġirritant": 44881, + "Ġchloropl": 44882, + "Ġcompostable": 44883, + "ĠCornelius": 44884, + ".py": 44885, + "ĠSemi": 44886, + "ĠAnnex": 44887, + "Ġalkaloids": 44888, + "ÙİÙij": 44889, + "ĠSynonyms": 44890, + "ĠShelf": 44891, + "Ġdisliked": 44892, + "ucco": 44893, + "Ġmerciful": 44894, + "ĠMutual": 44895, + "Ġselfishness": 44896, + "-lowering": 44897, + "Ġlevees": 44898, + "-President": 44899, + "Ġunrecognized": 44900, + "ĠSclerosis": 44901, + "ĠNunavut": 44902, + ".We": 44903, + "Legal": 44904, + "WF": 44905, + "Ġcaching": 44906, + "Ġmend": 44907, + "asurable": 44908, + "Ġlied": 44909, + "Ġbeavers": 44910, + "imed": 44911, + "uti": 44912, + "ĠSv": 44913, + "ĠIE": 44914, + "ĠCFL": 44915, + "ĠThebes": 44916, + "ĠMits": 44917, + "ĠBMW": 44918, + "ĠRag": 44919, + "ĠJC": 44920, + "Ġunvaccinated": 44921, + "Ġsubatomic": 44922, + "Ġsmallholder": 44923, + "Ġtakeoff": 44924, + "Ġtakeaway": 44925, + "tochrome": 44926, + "Ġrealisation": 44927, + "ĠAdvantage": 44928, + "ĠShiv": 44929, + "ĠClostridium": 44930, + "ospitable": 44931, + "Ġcondense": 44932, + "Ġbattered": 44933, + "Ġmicrotub": 44934, + "Ġchecker": 44935, + "Ġsteppe": 44936, + "ergers": 44937, + "inoza": 44938, + "Ġbitcoins": 44939, + "Ġsequentially": 44940, + "Ġthrush": 44941, + "Ġnorthernmost": 44942, + "ĠDiocese": 44943, + "ĠSalon": 44944, + "Ġphosphory": 44945, + "ĠMethodology": 44946, + "ĠPackaging": 44947, + "ĠProtestantism": 44948, + "computing": 44949, + "ĠFriendship": 44950, + "-reduction": 44951, + "Ġhibiscus": 44952, + "ĠChampion": 44953, + "ĠFully": 44954, + "ĠNEWS": 44955, + "ĠFlexible": 44956, + "members": 44957, + "EARCH": 44958, + "opoietic": 44959, + "Ġshipwreck": 44960, + "\"And": 44961, + "'clock": 44962, + ".sc": 44963, + "/?": 44964, + "Maria": 44965, + "journal": 44966, + "xing": 44967, + "Ġasexual": 44968, + "Ġoust": 44969, + "anitary": 44970, + "Ġbearer": 44971, + "etra": 44972, + "uric": 44973, + "ĠSG": 44974, + "ĠDup": 44975, + "ĠDOM": 44976, + "ĠRhe": 44977, + "Ġimitating": 44978, + "ustic": 44979, + "ĠOD": 44980, + "ĠInver": 44981, + "ilever": 44982, + "Ġoverlying": 44983, + "Ġrapes": 44984, + "ovable": 44985, + "Ġamnesia": 44986, + "ermann": 44987, + "Ġmodifier": 44988, + "ĠConstit": 44989, + "Ġcharters": 44990, + "-bell": 44991, + "clay": 44992, + "Ġforesight": 44993, + "Structure": 44994, + "Answers": 44995, + "otti": 44996, + "Ġredefined": 44997, + "ynamics": 44998, + "Ġbarbed": 44999, + "marriage": 45000, + "Ġlaborious": 45001, + "ĠWilliamson": 45002, + "ĠDevelopers": 45003, + "Ġwrongs": 45004, + "Ġmutants": 45005, + "ĠCurrency": 45006, + "Ġmotorized": 45007, + "Ġrebelled": 45008, + "ĠVolks": 45009, + "CTs": 45010, + "Ġswims": 45011, + "ĠMadras": 45012, + "ĠMadhya": 45013, + "asmine": 45014, + "ĠUniversit": 45015, + "iyah": 45016, + "Ġperfumes": 45017, + "ĠDarwinian": 45018, + "ĠLivingston": 45019, + "Ġanalogies": 45020, + "Ġdeceived": 45021, + "infected": 45022, + "ezvous": 45023, + "Ġechin": 45024, + "ucci": 45025, + "ĠConcerning": 45026, + "Ġbosses": 45027, + "ĠRosenberg": 45028, + "Ġencephalopathy": 45029, + "Ġreshape": 45030, + "ĠBarker": 45031, + "ĠSuzanne": 45032, + "ĠCervical": 45033, + "ĠLahore": 45034, + "ĠKolkata": 45035, + "/uploads": 45036, + "ĠOrkney": 45037, + "-iron": 45038, + "Feed": 45039, + "Hundreds": 45040, + "given": 45041, + "oit": 45042, + "vary": 45043, + "×Ŀ": 45044, + "Ġmules": 45045, + "Ġdw": 45046, + "ilms": 45047, + "Ġlapse": 45048, + "imos": 45049, + "essors": 45050, + "ĠBare": 45051, + "ppo": 45052, + "Ġspiny": 45053, + "ĠGed": 45054, + "ĠGambia": 45055, + "oste": 45056, + "ichuan": 45057, + "ultaneously": 45058, + "ilde": 45059, + "ĠKak": 45060, + "hedrals": 45061, + "Ġinsidious": 45062, + "-between": 45063, + "âĢĶhe": 45064, + "commercial": 45065, + "Ġdevotional": 45066, + "Ġparietal": 45067, + "Ġparanoia": 45068, + "ĠPlasm": 45069, + "Ġhearty": 45070, + "oxyl": 45071, + "ivalry": 45072, + "Ġexcommun": 45073, + "Ġdecrees": 45074, + "Ġfootnote": 45075, + "Ġadjud": 45076, + "ĠFinish": 45077, + "ĠFounders": 45078, + "ĠOrganizational": 45079, + "Ġappreciating": 45080, + "Ġferrets": 45081, + "ĠFortress": 45082, + "ĠRomance": 45083, + "Ġmystic": 45084, + "Ġhoard": 45085, + "Subjects": 45086, + "Ġperpetuated": 45087, + "Ġbuckwheat": 45088, + "Ġinfinitive": 45089, + "ĠHomeless": 45090, + "Ġcropland": 45091, + "Patient": 45092, + "Ġfrostbite": 45093, + "Metal": 45094, + "Ġshameful": 45095, + "Ġtweak": 45096, + "Williams": 45097, + "ĠIllustrations": 45098, + "crafts": 45099, + "ĠVoIP": 45100, + "ĠTherapist": 45101, + "ĠMythology": 45102, + "Ġgalvanized": 45103, + "ĠEuphrates": 45104, + "ĠLeibniz": 45105, + "Ġhydrochloric": 45106, + "Ġmonstrous": 45107, + "!'": 45108, + "Fine": 45109, + "cad": 45110, + "à§": 45111, + "integ": 45112, + "Ġwik": 45113, + "Ġwiser": 45114, + "anos": 45115, + "ĠTuts": 45116, + "urists": 45117, + "ĠIris": 45118, + "ĠPound": 45119, + "ĠDU": 45120, + "ĠFires": 45121, + "unching": 45122, + "unking": 45123, + "ĠGins": 45124, + "ĠUber": 45125, + "ĠUML": 45126, + "aterally": 45127, + "avu": 45128, + "Ġscented": 45129, + "phony": 45130, + "ĠUnlimited": 45131, + "awar": 45132, + "Ġedits": 45133, + "Ġglimps": 45134, + "Ġlessening": 45135, + "orno": 45136, + "ornis": 45137, + "ĠSpine": 45138, + "Ġheadlights": 45139, + "Ġdelim": 45140, + "Ġpostcards": 45141, + "ĠZanz": 45142, + "Ġtooling": 45143, + "ĠLeah": 45144, + "myth": 45145, + "ĠEmotion": 45146, + "Ġexpectant": 45147, + "Ġsnapped": 45148, + "-game": 45149, + "marter": 45150, + "Ġsacrament": 45151, + "ulsed": 45152, + "rologists": 45153, + "Ġfraternity": 45154, + "software": 45155, + "Ġbombings": 45156, + "Edited": 45157, + "Colon": 45158, + "ĠGarrison": 45159, + "-orange": 45160, + "Ġextrusion": 45161, + "ĠResponses": 45162, + "ædia": 45163, + "Ġfuelled": 45164, + "Ġsupervising": 45165, + "Ġvolleyball": 45166, + "ĠPolytechnic": 45167, + "Bed": 45168, + "Warning": 45169, + "broad": 45170, + "åĽ": 45171, + "Ġdrib": 45172, + "Ġthawing": 45173, + "Ġlicking": 45174, + "ĠTie": 45175, + "anthem": 45176, + "urea": 45177, + "ĠRosal": 45178, + "ĠNil": 45179, + "ĠOverse": 45180, + "ĠOaks": 45181, + "ĠInland": 45182, + "okia": 45183, + "ĠKui": 45184, + "Ġrobe": 45185, + "teaching": 45186, + "nezzar": 45187, + "Ġrespite": 45188, + "Ġmonolithic": 45189, + "Ġgladi": 45190, + "-sign": 45191, + "Ġconstrict": 45192, + "scribed": 45193, + "Asian": 45194, + "Ġsalute": 45195, + "Ġgreenery": 45196, + "ĠMarin": 45197, + "rontium": 45198, + "ĠConsidered": 45199, + "Ġsonic": 45200, + "Ġillustrious": 45201, + "ĠBlackwell": 45202, + "Ġdriveway": 45203, + "-lead": 45204, + "Ġbioactive": 45205, + "Ġoptimise": 45206, + "ĠProviders": 45207, + "Ġbotulism": 45208, + "Ġfragility": 45209, + "ĠAdvocate": 45210, + "Ġpinned": 45211, + "Ġrelievers": 45212, + "Parts": 45213, + "uygens": 45214, + "Ġesoteric": 45215, + "Ġlobsters": 45216, + "Ġrenting": 45217, + "ĠRosemary": 45218, + "ĠTrojans": 45219, + "ĠVisualization": 45220, + "Ġgripping": 45221, + "ĠEverett": 45222, + "Ġramps": 45223, + "ĠZhu": 45224, + "Ġgemstones": 45225, + "ĠDocs": 45226, + "ĠToddlers": 45227, + "ĠTrout": 45228, + "Ġreintroduction": 45229, + "Ġpalliative": 45230, + "ĠHolidays": 45231, + "Ġalveolar": 45232, + "Ġassemblages": 45233, + "Countries": 45234, + "ĠEurek": 45235, + "ĠAuburn": 45236, + "Ġlifesaving": 45237, + "-computer": 45238, + "-urban": 45239, + "Pron": 45240, + "Waste": 45241, + "hara": 45242, + "lal": 45243, + "atius": 45244, + "environmental": 45245, + "lew": 45246, + "states": 45247, + "Ġstumble": 45248, + "ĠSutherland": 45249, + "ĠIch": 45250, + "ĠIth": 45251, + "ĠWorm": 45252, + "riever": 45253, + "âĢĿ)Ċ": 45254, + "Ġclays": 45255, + "Ġunal": 45256, + "ĠChopin": 45257, + "),âĢĿ": 45258, + "Ġhumus": 45259, + "Ġglazed": 45260, + "Ġeyeg": 45261, + "-maker": 45262, + "Ġportals": 45263, + "Ġembank": 45264, + "Ġschist": 45265, + "ĠSurround": 45266, + "ocrin": 45267, + "ALT": 45268, + "bedded": 45269, + "Ġclicked": 45270, + "ĠDiwali": 45271, + "Context": 45272, + "ĠClearing": 45273, + "Ġrubrics": 45274, + "Ġmammary": 45275, + "asphem": 45276, + "-shirts": 45277, + "CSS": 45278, + "Ġdinners": 45279, + "ĠAccurate": 45280, + "Ġincidentally": 45281, + "Ġlecturers": 45282, + "ĠESD": 45283, + "ĠDeaths": 45284, + "Ġimperialist": 45285, + "Ġdignified": 45286, + "ĠMohawk": 45287, + "Ġquotient": 45288, + "Benjamin": 45289, + "Ġasymmetrical": 45290, + "Ġprosecutor": 45291, + "Ġsieve": 45292, + "chelles": 45293, + "à¥įर": 45294, + "Ġelicited": 45295, + "Ġacronyms": 45296, + "Ġpulsed": 45297, + "Ġprefixes": 45298, + "Ġrudder": 45299, + "currently": 45300, + "ĠSawyer": 45301, + "ĠBavarian": 45302, + "Ġcalamity": 45303, + "Ġempirically": 45304, + "ĠStonewall": 45305, + "Ġominous": 45306, + "/vol": 45307, + "Bron": 45308, + "Grap": 45309, + "Mes": 45310, + "hands": 45311, + "pig": 45312, + "poll": 45313, + "ÉĶ": 45314, + "sem": 45315, + "ĠTract": 45316, + "Ġyin": 45317, + "ĠTheses": 45318, + "ĠPN": 45319, + "ĠBLS": 45320, + "ĠBenson": 45321, + "ĠOUR": 45322, + "ĠJR": 45323, + "ĠStras": 45324, + "ĠKale": 45325, + "insular": 45326, + "cken": 45327, + "Ġextras": 45328, + "axial": 45329, + "ĠIsabel": 45330, + "Ġmilieu": 45331, + "Ġparticulars": 45332, + "ĠAtkinson": 45333, + "ĠExit": 45334, + "ĠEnzymes": 45335, + "Ġencased": 45336, + "-mails": 45337, + "Ġpropellers": 45338, + "ĠAmelia": 45339, + "Ġacidosis": 45340, + "ANGE": 45341, + "ĠSmok": 45342, + "ĠSmooth": 45343, + "ITED": 45344, + "ocrat": 45345, + "ĠAvailability": 45346, + "Ġhyperactive": 45347, + "Ġquarant": 45348, + "ĠSerbs": 45349, + "Ġimmunology": 45350, + "Ġduo": 45351, + "understanding": 45352, + "Ġoverlaps": 45353, + "Ġreplicates": 45354, + "Ġwidths": 45355, + "ĠSnakes": 45356, + "ĠNicola": 45357, + "Ġlactate": 45358, + "ĠBrandon": 45359, + "Ġgametes": 45360, + "ĠPunishment": 45361, + "ĠMoroccan": 45362, + "Ġluminosity": 45363, + "Ġnanotube": 45364, + "Ġscavenger": 45365, + "Ġflaxseed": 45366, + "Ġtadpoles": 45367, + "Excessive": 45368, + "Ġonslaught": 45369, + "uchadnezzar": 45370, + "?:": 45371, + "Giant": 45372, + "Material": 45373, + "UA": 45374, + "Ġtachycardia": 45375, + "Ġpont": 45376, + "ĠSHA": 45377, + "ithic": 45378, + "gear": 45379, + "ĠMolly": 45380, + "illust": 45381, + "ĠBamboo": 45382, + "ĠBrowser": 45383, + "ĠHEPA": 45384, + "ĠWired": 45385, + "Ġrationally": 45386, + "ĠDell": 45387, + "ĠDug": 45388, + "ĠFail": 45389, + "âĢĿ:Ċ": 45390, + "aponics": 45391, + "ĠJab": 45392, + "ologue": 45393, + "jected": 45394, + "Ġremin": 45395, + "gettable": 45396, + "Ġinsanity": 45397, + "Ġguitars": 45398, + "ĠAndromeda": 45399, + "includes": 45400, + "ĠAdoption": 45401, + "Ġcountrymen": 45402, + "Ġpostgraduate": 45403, + "Ġpostmenopausal": 45404, + "ĠZhao": 45405, + "-mouth": 45406, + "ĠGeh": 45407, + "Ġfemoral": 45408, + "Ġhydrange": 45409, + "Ġepileptic": 45410, + "Ġmistrust": 45411, + "Ġnitrite": 45412, + "ĠRichter": 45413, + "ĠSamson": 45414, + "remlin": 45415, + "Ġambassadors": 45416, + "ĠBrexit": 45417, + "ĠChecking": 45418, + "Ġoriental": 45419, + "ĠPotatoes": 45420, + "utenberg": 45421, + "Ġpneumococcal": 45422, + "ĠBalanced": 45423, + "Ġketogenic": 45424, + "Ġproclaiming": 45425, + "ĠLicensed": 45426, + "Ġkerat": 45427, + "Ġinsurrection": 45428, + "Ġaccusation": 45429, + "ĠCPAP": 45430, + "Ġresuscitation": 45431, + "ĠBrittany": 45432, + "Ġgraveyard": 45433, + ".You": 45434, + "Cool": 45435, + "Fear": 45436, + "Raw": 45437, + "gone": 45438, + "ÄŁ": 45439, + "Ġtai": 45440, + "Ġcigar": 45441, + "Ġnaps": 45442, + "ĠSanger": 45443, + "eler": 45444, + "ĠWoll": 45445, + "ĠOils": 45446, + "ĠStuff": 45447, + "phosphate": 45448, + "Ġunderlies": 45449, + "henes": 45450, + "ropods": 45451, + "Ġtakeover": 45452, + "âĢĶs": 45453, + "compl": 45454, + "Ġimprobable": 45455, + "-fact": 45456, + "ĠSharma": 45457, + "ĠClothing": 45458, + "-prepared": 45459, + "Ġpaperback": 45460, + "Ġdigs": 45461, + "ĠPrEP": 45462, + "Ġmagnitudes": 45463, + "ĠPrejudice": 45464, + "ICO": 45465, + "ĠInstant": 45466, + "Ġgraphically": 45467, + "Ġdenoting": 45468, + "Ġinhabits": 45469, + "ĠAirborne": 45470, + "Ġkilns": 45471, + "nicious": 45472, + "ĠAnyway": 45473, + "patients": 45474, + "Ġtanker": 45475, + "Season": 45476, + "ĠSinging": 45477, + "ĠPoet": 45478, + "rottle": 45479, + "CHA": 45480, + "sweet": 45481, + "oubt": 45482, + "Ġalienated": 45483, + "ÑĢи": 45484, + "ĠYeats": 45485, + "figured": 45486, + "Ġellipse": 45487, + "ĠConcerned": 45488, + "ĠPandemic": 45489, + "Ġcytokine": 45490, + "primarily": 45491, + "Ġclerks": 45492, + "-functioning": 45493, + "ĠNewspapers": 45494, + "Ġorangutans": 45495, + "Ġsmelting": 45496, + "Ġbloodshed": 45497, + "Ġdisdain": 45498, + "Hem": 45499, + "Ni": 45500, + "Perm": 45501, + "frog": 45502, + "finger": 45503, + "foil": 45504, + "kish": 45505, + "vara": 45506, + "æĪ": 45507, + "inte": 45508, + "Ġwi": 45509, + "Ġfus": 45510, + "Ġreforestation": 45511, + "chins": 45512, + "Ġyrs": 45513, + "ĠSEN": 45514, + "ĠPAC": 45515, + "ĠBike": 45516, + "acids": 45517, + "Ġseah": 45518, + "ĠGan": 45519, + "ĠGIF": 45520, + "ĠJM": 45521, + "Ġteeming": 45522, + "ordered": 45523, + "cestershire": 45524, + "Ġquakes": 45525, + "phrase": 45526, + "ĠChances": 45527, + "Ġexpire": 45528, + "Ġdeflection": 45529, + "Ġcurators": 45530, + "Ġgloom": 45531, + "Ġbrim": 45532, + "-series": 45533, + "ugreek": 45534, + "Ġheadquartered": 45535, + "oxif": 45536, + "bride": 45537, + "Ġpathologies": 45538, + "ĠYorker": 45539, + "cells": 45540, + "alyptic": 45541, + "ĠHera": 45542, + "Ġhyphen": 45543, + "Ġsurveyors": 45544, + "-August": 45545, + "matics": 45546, + "eyer": 45547, + "Ġconsumerism": 45548, + "Everybody": 45549, + "ĠMerchant": 45550, + "-vacc": 45551, + "Ġneglecting": 45552, + "Ġsparking": 45553, + "Ġpatriot": 45554, + "ĠYeh": 45555, + "Ġantiquities": 45556, + "Insert": 45557, + "Ġimaginable": 45558, + "ĠRudolph": 45559, + "Portug": 45560, + "Ġintimidated": 45561, + "Ġrepellents": 45562, + "Ġextinguished": 45563, + "ĠBrewer": 45564, + "Ġlanterns": 45565, + "Ġdichotomy": 45566, + "ĠBASIC": 45567, + "Ġherniated": 45568, + "ĠChaucer": 45569, + "ĠAdequate": 45570, + "ĠWhatsApp": 45571, + "Ġinquisitive": 45572, + ")=": 45573, + "Lots": 45574, + "fected": 45575, + "gut": 45576, + "train": 45577, + "ÊĬ": 45578, + "à´": 45579, + "onautical": 45580, + "ority": 45581, + "Ġbh": 45582, + "Ġfashions": 45583, + "Ġejection": 45584, + "ĠWax": 45585, + "Ġneem": 45586, + "ĠDixon": 45587, + "ĠEFF": 45588, + "ĠThou": 45589, + "Ġperovsk": 45590, + "Ġunify": 45591, + "Ġinfall": 45592, + "Ġprecepts": 45593, + "Ġtwofold": 45594, + "ĠHeidelberg": 45595, + "gett": 45596, + "-situ": 45597, + "Ġposits": 45598, + "Ġdevising": 45599, + "Ġforerunner": 45600, + "ilarious": 45601, + "loe": 45602, + "ĠNeumann": 45603, + "rosine": 45604, + "Ġtelemetry": 45605, + "Ġbloggers": 45606, + "Ġsenate": 45607, + "ĠOceania": 45608, + "Ġperceiving": 45609, + "Amazon": 45610, + "Ġsubscriber": 45611, + "ĠFairfax": 45612, + "ĠProductivity": 45613, + "ĠAlternatives": 45614, + "ĠOptics": 45615, + "ĠInnovations": 45616, + "Ġconstituency": 45617, + "ĠEvaluating": 45618, + "Ġisotopic": 45619, + "Ġrustic": 45620, + "Harvest": 45621, + "ĠFlorent": 45622, + "ĠImmunity": 45623, + "ĠIgE": 45624, + "ĠUTI": 45625, + "Ġspoof": 45626, + "Ġunleash": 45627, + "ĠAlbanian": 45628, + "Ġextinguish": 45629, + "Ġsuperseded": 45630, + "Ġpaleontologists": 45631, + "ĠSplit": 45632, + "Ġpanorama": 45633, + "ĠRodriguez": 45634, + "Ġdesegregation": 45635, + "Ġfurthest": 45636, + "Ġuninsured": 45637, + "-Pro": 45638, + "BBC": 45639, + "Dead": 45640, + "Diseases": 45641, + "Il": 45642, + "MOD": 45643, + "Nav": 45644, + "Pages": 45645, + "eaux": 45646, + "tit": 45647, + "tow": 45648, + "heal": 45649, + "onacci": 45650, + "erus": 45651, + "enzyme": 45652, + "ĠCognition": 45653, + "ĠPia": 45654, + "ivol": 45655, + "Ġriddle": 45656, + "ĠFH": 45657, + "ĠRI": 45658, + "Ġshakes": 45659, + "ĠGing": 45660, + "ĠYong": 45661, + "oyce": 45662, + "Ġendlessly": 45663, + "Ġcapit": 45664, + "-film": 45665, + "Ġcaldera": 45666, + "ĠColt": 45667, + "oxins": 45668, + "emiconduct": 45669, + "rady": 45670, + "ĠEmmanuel": 45671, + "ĠBarriers": 45672, + "ĠValle": 45673, + "ĠWorkbook": 45674, + "ĠSunlight": 45675, + "ĠHumanitarian": 45676, + "-net": 45677, + "ĠElections": 45678, + "Ġdoubtless": 45679, + "Ġinequity": 45680, + "Ġranching": 45681, + "-World": 45682, + "Ġbeeh": 45683, + "Ġmemorized": 45684, + "Ġcaveat": 45685, + "ĠBaum": 45686, + "ĠHiggins": 45687, + "Ġhinders": 45688, + "ĠPayment": 45689, + "Ġhurried": 45690, + "rystals": 45691, + "Ġmoderator": 45692, + "Ġastonished": 45693, + "ĠHolden": 45694, + "Improved": 45695, + "ircum": 45696, + "Ġfigurines": 45697, + "ĠPOST": 45698, + "support": 45699, + "ĠMeadows": 45700, + "ĠExcav": 45701, + "Ġattenuated": 45702, + "Ġplacental": 45703, + "Ġsuccumbed": 45704, + "Ġmisalignment": 45705, + "Ġplummeted": 45706, + "Ġsacraments": 45707, + "Ġvandalism": 45708, + "Greater": 45709, + "Ġproletariat": 45710, + "Ġsynovial": 45711, + "/about": 45712, + "Jackson": 45713, + "dir": 45714, + "following": 45715, + "Ġoasis": 45716, + "Ġpang": 45717, + "Ġpomp": 45718, + "icitis": 45719, + "ĠTuberculosis": 45720, + "ĠAED": 45721, + "amus": 45722, + "ĠTheological": 45723, + "umor": 45724, + "Ġrick": 45725, + "ĠDanger": 45726, + "ĠFAT": 45727, + "ĠInlet": 45728, + "epad": 45729, + "Ġoutraged": 45730, + "Ġunmet": 45731, + "Ġcarriages": 45732, + "ceptual": 45733, + "Ġcurative": 45734, + "âĢľC": 45735, + "hyn": 45736, + "ĠCarry": 45737, + "Ġtaxable": 45738, + "ĠReclamation": 45739, + "Ġstarring": 45740, + "Ġforwarding": 45741, + "rehensive": 45742, + "zzo": 45743, + "Ġthrilling": 45744, + "Ġunsupervised": 45745, + "Ġhypergly": 45746, + "osteroid": 45747, + "ĠProvider": 45748, + "ĠPracticing": 45749, + "Ġmanipulations": 45750, + "ĠDarius": 45751, + "Ġproxies": 45752, + "ĠJacksonville": 45753, + "ĠAudit": 45754, + "ĠIntegrative": 45755, + "MEs": 45756, + "Ġthumbnail": 45757, + "someone": 45758, + "ĠAnalyst": 45759, + "Ġchatting": 45760, + "Ġsteward": 45761, + "abyte": 45762, + "ĠTribunal": 45763, + "-Chief": 45764, + "Ġobeyed": 45765, + "ĠLibrarian": 45766, + "ĠMackenzie": 45767, + "ĠMeadow": 45768, + "Ġscrambled": 45769, + "ĠSuzuki": 45770, + "Ġvampire": 45771, + "Ġpavilion": 45772, + "Feeding": 45773, + "[edit": 45774, + "film": 45775, + "oia": 45776, + "esley": 45777, + "alcul": 45778, + "aloxone": 45779, + "Ġhikes": 45780, + "ĠTrium": 45781, + "ĠPeck": 45782, + "ĠDau": 45783, + "ĠGunn": 45784, + "Ġplugging": 45785, + "Ġcomplying": 45786, + "ĠJensen": 45787, + "Ġpercol": 45788, + "ievers": 45789, + "Ġoverdue": 45790, + "ĠChol": 45791, + "ĠVote": 45792, + "ictional": 45793, + "Ġsociologists": 45794, + "Ġschoolwork": 45795, + "Ġequated": 45796, + "-shelf": 45797, + "anguard": 45798, + "Ġrisked": 45799, + "Ġmussel": 45800, + "ĠPhosphorus": 45801, + "-cross": 45802, + "ĠBluff": 45803, + "ymour": 45804, + "ushi": 45805, + "Ġprimers": 45806, + "Ġfallow": 45807, + "ependency": 45808, + "Ġlatin": 45809, + "ĠEducate": 45810, + "ANK": 45811, + "ĠCharlemagne": 45812, + "ĠNAEP": 45813, + "DAP": 45814, + "Ġfilmmakers": 45815, + "Ġinhospitable": 45816, + "Abd": 45817, + "Ġvalidating": 45818, + "Ġfacilitators": 45819, + "Ġtraumas": 45820, + "Ġtightened": 45821, + "ĠPanels": 45822, + "Ġepisodic": 45823, + "ĠTomato": 45824, + "ĠARP": 45825, + "Ġentitlement": 45826, + "Ġadulter": 45827, + "ĠPaso": 45828, + "ĠMitigation": 45829, + "Ġphonemes": 45830, + "Ġoverdoses": 45831, + "Ġatheist": 45832, + "-compulsive": 45833, + "Ġproliferate": 45834, + "Ġsubdivisions": 45835, + "ĠMillennials": 45836, + "ĠOrdinary": 45837, + "-functional": 45838, + "Ġfaucets": 45839, + "ĠStreptococcus": 45840, + "ĠGorbachev": 45841, + "\"-": 45842, + "Arist": 45843, + "LIN": 45844, + "Polar": 45845, + "Pakistan": 45846, + "fusion": 45847, + "vian": 45848, + "ÑĨ": 45849, + "Öµ": 45850, + "ouin": 45851, + "umsy": 45852, + "ĠDane": 45853, + "ĠNaw": 45854, + "ansky": 45855, + "Ġquilts": 45856, + "Ġoverboard": 45857, + "Ġroar": 45858, + "Ġraven": 45859, + "wei": 45860, + "Ġrepressed": 45861, + "Ġearl": 45862, + "Ġmodulated": 45863, + "Ġcaudal": 45864, + "Ġskirts": 45865, + "centric": 45866, + "Ġarticular": 45867, + "Ġinsider": 45868, + "undered": 45869, + "Ġpointless": 45870, + "Ġguise": 45871, + "ikal": 45872, + "ĠRelevant": 45873, + "ĠCanvas": 45874, + "Ġassociating": 45875, + "Ġredox": 45876, + "annels": 45877, + "ĠTran": 45878, + "Ġexcrete": 45879, + "ARI": 45880, + "Ġmotherhood": 45881, + "hematical": 45882, + "Ġsymbolizing": 45883, + "icipated": 45884, + "Ġtelemedicine": 45885, + "ĠGreenwood": 45886, + "ĠAnglia": 45887, + "ĠSubs": 45888, + "ĠSeeking": 45889, + "ĠEmpathy": 45890, + "Studying": 45891, + "ILY": 45892, + "Ġ<-": 45893, + "Query": 45894, + "Ġthanksgiving": 45895, + "Ġmetabolized": 45896, + "ĠLyons": 45897, + "än": 45898, + "Ġesters": 45899, + "racotta": 45900, + "ĠBaden": 45901, + "Ġcrore": 45902, + "Lessons": 45903, + "ĠCabin": 45904, + "Ġenslavement": 45905, + "ĠEmployee": 45906, + "ĠFuji": 45907, + "-raising": 45908, + "Ġapologize": 45909, + "ĠSupplemental": 45910, + "Ġsobering": 45911, + "ĠClifford": 45912, + "Ġseagrass": 45913, + "Ġcynical": 45914, + "Ġzoonotic": 45915, + ":The": 45916, + "Bet": 45917, + "Die": 45918, + "Sky": 45919, + "bent": 45920, + "felt": 45921, + "fishes": 45922, + "iogram": 45923, + "rang": 45924, + "wolf": 45925, + "yar": 45926, + "atists": 45927, + "Ġinappropriately": 45928, + "Ġdaisy": 45929, + "Ġthi": 45930, + "random": 45931, + "Ġfors": 45932, + "ĠCrim": 45933, + "Ġconversely": 45934, + "oprop": 45935, + "âĢĻBrien": 45936, + "ĠBury": 45937, + "ĠBiod": 45938, + "ĠEhr": 45939, + "ĠLarson": 45940, + "plasm": 45941, + "Ġtease": 45942, + "Ġupkeep": 45943, + "phthal": 45944, + "Ġdesensit": 45945, + "Ġdecays": 45946, + "Ġmeditative": 45947, + "Ġdeposed": 45948, + "external": 45949, + "âĢĶI": 45950, + "âĢľMost": 45951, + "Ġapproving": 45952, + "Ġparathyroid": 45953, + "Ġlooting": 45954, + "Ġfreak": 45955, + "Ġeyep": 45956, + "umped": 45957, + "Ġastring": 45958, + "-stranded": 45959, + "EDI": 45960, + "mediation": 45961, + "iosyn": 45962, + "Ġhypo": 45963, + "Physics": 45964, + "ĠRevolt": 45965, + "Ġidealized": 45966, + "ROP": 45967, + "ispers": 45968, + "ĠAccident": 45969, + "Ġclarinet": 45970, + "OLL": 45971, + "ów": 45972, + "Apparently": 45973, + "Ġdegrades": 45974, + "Ġporridge": 45975, + "Ġ×ŀ": 45976, + "ĠCSR": 45977, + "Ġslideshow": 45978, + "ол": 45979, + "Ġotitis": 45980, + "Ġwrecked": 45981, + "Ġrefreshed": 45982, + "ĠCanton": 45983, + "Ġfalcon": 45984, + "ĠBenton": 45985, + "Ġconjugate": 45986, + "Dietary": 45987, + "Engineers": 45988, + "Ġspoilage": 45989, + "Ġmicrometers": 45990, + "mercury": 45991, + "Magnesium": 45992, + "Ġliaison": 45993, + "ĠRohingya": 45994, + "ĠEurekAlert": 45995, + ":\\": 45996, + "Hay": 45997, + "fuel": 45998, + "vival": 45999, + "Ġsalsa": 46000, + "orax": 46001, + "Ġredevelopment": 46002, + "Ġgond": 46003, + "ĠAene": 46004, + "ĠSCD": 46005, + "ĠISA": 46006, + "ĠCG": 46007, + "ĠCope": 46008, + "âĢĻ).": 46009, + "ĠPeps": 46010, + "ĠBuk": 46011, + "anty": 46012, + "ĠDivid": 46013, + "ĠDEL": 46014, + "ĠEMP": 46015, + "ĠFiscal": 46016, + "Ġshone": 46017, + "ideal": 46018, + "plit": 46019, + "Ġupholding": 46020, + "Ġblasts": 46021, + "Ġdiac": 46022, + "archive": 46023, + "ramine": 46024, + "Ġsubsets": 46025, + "undant": 46026, + "Ġairspace": 46027, + "-current": 46028, + "Ġswapping": 46029, + "Ġcrumb": 46030, + "relative": 46031, + "ooner": 46032, + "ARA": 46033, + "likely": 46034, + "ENGER": 46035, + "Ġgeneticist": 46036, + "Ġfilmmaker": 46037, + "ĠSTS": 46038, + "Ġdeliverance": 46039, + "abricated": 46040, + "Ġsimplification": 46041, + "Orange": 46042, + "ĠLovel": 46043, + "ĠObserving": 46044, + "Ġglandular": 46045, + "ĠPLAN": 46046, + "-Oct": 46047, + "Ġalkalinity": 46048, + "ĠAlbu": 46049, + "Ġerupting": 46050, + "Ġespionage": 46051, + "intendo": 46052, + "ĠPermian": 46053, + "Ġclogging": 46054, + "ĠCelebration": 46055, + "ĠChinook": 46056, + "Ġoutrageous": 46057, + "Hebrew": 46058, + "Ġpinnacle": 46059, + "Ġsutures": 46060, + "ĠProlonged": 46061, + "Conditions": 46062, + "Lady": 46063, + "Rome": 46064, + "pec": 46065, + "Ġcumin": 46066, + "Ġfringes": 46067, + "ĠCory": 46068, + "ĠMiy": 46069, + "ĠBauer": 46070, + "ĠWag": 46071, + "Ġchal": 46072, + "Ġrang": 46073, + "orton": 46074, + "ĠRaz": 46075, + "ĠRita": 46076, + "ĠREV": 46077, + "ĠLions": 46078, + "ptics": 46079, + "ongue": 46080, + "ĠInvisible": 46081, + "ressor": 46082, + "ishments": 46083, + "uben": 46084, + "Ġroaring": 46085, + "ĠChuk": 46086, + "versions": 46087, + "obilization": 46088, + "Ġinvoice": 46089, + "Ġglider": 46090, + "complex": 46091, + "Ġprofuse": 46092, + "fficiencies": 46093, + "Ġturnaround": 46094, + "Ġzyg": 46095, + "Ġreactants": 46096, + "ĠJewel": 46097, + "Ġauditors": 46098, + "Ġwares": 46099, + "ĠLawson": 46100, + "upply": 46101, + "Ġpancakes": 46102, + "Psalm": 46103, + "ĠNaomi": 46104, + "Ġdegenerate": 46105, + "educated": 46106, + "ĠYeast": 46107, + "Ġtweezers": 46108, + "Ġpopulist": 46109, + "Ġparadoxical": 46110, + "Ġnostalgia": 46111, + "-modern": 46112, + "ĠDemonstr": 46113, + "Ġpacif": 46114, + "Ġidolatry": 46115, + "Difficult": 46116, + "Ġbourgeoisie": 46117, + "Ġraccoon": 46118, + "ĠEvangelical": 46119, + "Ġadsorption": 46120, + "Ġmalignancy": 46121, + "ĠEritrea": 46122, + "keypox": 46123, + "-ten": 46124, + "/blog": 46125, + "Eric": 46126, + "Joh": 46127, + "Tropical": 46128, + "cir": 46129, + "copy": 46130, + "hidden": 46131, + "lio": 46132, + "turn": 46133, + "âŁ": 46134, + "Ġtics": 46135, + "erat": 46136, + "outer": 46137, + "icates": 46138, + "Ġ(*": 46139, + "oren": 46140, + "umab": 46141, + "ĠHb": 46142, + "Ġchieft": 46143, + "ĠFeld": 46144, + "ĠRanges": 46145, + "ĠRMS": 46146, + "ĠNMR": 46147, + "ĠLets": 46148, + "allax": 46149, + "Ġadage": 46150, + "endish": 46151, + "rico": 46152, + "ĠKane": 46153, + "ĠVy": 46154, + "Ġinterrelations": 46155, + "Ġdeferred": 46156, + "ĠAlmanac": 46157, + "risis": 46158, + "Ġlegality": 46159, + "values": 46160, + "Ġcheckout": 46161, + "Ġinjuring": 46162, + "ATCH": 46163, + "ĠPrevalence": 46164, + "ĠTwentieth": 46165, + "Ġstaffed": 46166, + "Ġvoic": 46167, + "Ġvoids": 46168, + "ĠJustinian": 46169, + "ĠCouncils": 46170, + "ĠPalo": 46171, + "Ġdestroyer": 46172, + "Ġbandages": 46173, + "ĠINFORMATION": 46174, + "haviour": 46175, + "ĠBiggest": 46176, + "fluidic": 46177, + "ĠMcCorm": 46178, + "ĠSeminar": 46179, + "Ġspirals": 46180, + "ĠUrbana": 46181, + "Breaking": 46182, + "america": 46183, + "ĠPleasant": 46184, + "ĠMiriam": 46185, + "Ġsoftening": 46186, + "ĠToxicology": 46187, + "Ġbracelets": 46188, + "Observ": 46189, + "Custom": 46190, + "Ġtrigonometry": 46191, + "ĠLennie": 46192, + "-director": 46193, + "Ġextravagant": 46194, + "ĠAdriatic": 46195, + "ĠMcClellan": 46196, + "Ġembolism": 46197, + ";âĢĿ": 46198, + "Santa": 46199, + "mt": 46200, + "mens": 46201, + "zin": 46202, + "heic": 46203, + "atl": 46204, + "Ġlang": 46205, + "ĠPBL": 46206, + "acitors": 46207, + "ĠHirsch": 46208, + "ĠWorms": 46209, + "ĠNike": 46210, + "ĠLoy": 46211, + "Ġincineration": 46212, + "Ġcompulsion": 46213, + "Ġjagged": 46214, + "Ġscourge": 46215, + "ĠStability": 46216, + "ftentimes": 46217, + "Ġdesignating": 46218, + "âĢĶby": 46219, + "-sk": 46220, + "Ġplayback": 46221, + "Ġrealising": 46222, + "ĠBeam": 46223, + "-med": 46224, + "-matter": 46225, + "Ġhistoriography": 46226, + "Ġutero": 46227, + "ĠSecurities": 46228, + "ĠIntroducing": 46229, + "ĠAugmented": 46230, + "ĠRecession": 46231, + "ĠFlores": 46232, + "controlled": 46233, + "Ġ::Ċ": 46234, + "Allen": 46235, + "Ġbanker": 46236, + "Ġflyby": 46237, + "ĠMoj": 46238, + "iformis": 46239, + "ĠPsychologist": 46240, + "ĠWoodward": 46241, + "Ġmanipulative": 46242, + "Ġtownships": 46243, + "-rise": 46244, + "NSF": 46245, + "ĠWilkins": 46246, + "Ġdiminutive": 46247, + "Ġresonates": 46248, + "ococci": 46249, + "ĠPiaget": 46250, + "ĠNichols": 46251, + "ĠENERGY": 46252, + "Ġfleece": 46253, + "-opening": 46254, + "Ġallegory": 46255, + "Ġleveraged": 46256, + "Memory": 46257, + "ïve": 46258, + "Ġuppercase": 46259, + "sterectomy": 46260, + ".wordpress": 46261, + "Hal": 46262, + "Military": 46263, + "Uns": 46264, + "Wa": 46265, + "create": 46266, + "fac": 46267, + "lative": 46268, + "tan": 46269, + "Ġbanish": 46270, + "stable": 46271, + "ĠTit": 46272, + "igy": 46273, + "ĠAvery": 46274, + "iry": 46275, + "ĠIPS": 46276, + "ĠThemes": 46277, + "ĠWer": 46278, + "Ġseizing": 46279, + "rique": 46280, + "ĠUX": 46281, + "Ġunthinkable": 46282, + "reece": 46283, + "onding": 46284, + "Ġreposition": 46285, + "Ġattends": 46286, + "ĠScouting": 46287, + "Ġdeviate": 46288, + "ĠAdmin": 46289, + "ĠPlut": 46290, + "Ġlooted": 46291, + "Ġpostural": 46292, + "Ġpostcard": 46293, + "ĠBeast": 46294, + "mini": 46295, + "Whit": 46296, + "ennes": 46297, + "ĠPrinter": 46298, + "Ġutopian": 46299, + "ĠCoe": 46300, + "Ġaffirming": 46301, + "Ġethyl": 46302, + "ĠPartition": 46303, + "Ġ+/-": 46304, + "chariah": 46305, + "rophication": 46306, + "ĠSupplies": 46307, + "ĠExtinction": 46308, + "hydrogen": 46309, + "Consult": 46310, + "ĠARS": 46311, + "Ġfrustrations": 46312, + "Ġsteeped": 46313, + "ĠPartnerships": 46314, + "Ġinstinctive": 46315, + "Developed": 46316, + "ĠBaha": 46317, + "ĠSynagogue": 46318, + "ĠButterflies": 46319, + "Ġcontemplated": 46320, + "Ġemigrants": 46321, + "Ġeyeball": 46322, + "uckleberry": 46323, + "ĠElephants": 46324, + "ĠTranslational": 46325, + "Ġhysteria": 46326, + "ĠEtruscan": 46327, + "omyelitis": 46328, + "&P": 46329, + "?]": 46330, + "Were": 46331, + "baby": 46332, + "fal": 46333, + "trade": 46334, + "ych": 46335, + "ĠTigers": 46336, + "olumines": 46337, + "otra": 46338, + "Ġwithhold": 46339, + "opf": 46340, + "ĠPé": 46341, + "emotional": 46342, + "ĠLuck": 46343, + "ĠLyd": 46344, + "planes": 46345, + "ĠInflammatory": 46346, + "Ġjade": 46347, + "Ġpreachers": 46348, + "riceps": 46349, + "Ġassuring": 46350, + "ĠSpit": 46351, + "Ġairfield": 46352, + "-ma": 46353, + "askets": 46354, + "ĠAssume": 46355, + "sequence": 46356, + "Ġbarter": 46357, + "Ġconcur": 46358, + "Ġsativa": 46359, + "Ġtribunal": 46360, + "Ġflavoring": 46361, + "ĠSummar": 46362, + "Ġvenerable": 46363, + "Ġchapels": 46364, + "ĠVerbal": 46365, + "Comparing": 46366, + "Ġpelagic": 46367, + "Ġthermodynamic": 46368, + "ĠMickey": 46369, + "Ġoverseen": 46370, + "ĠSephard": 46371, + "Ġinterrupts": 46372, + "ĠAnalyzing": 46373, + "Ġpluralism": 46374, + "Ġannoyance": 46375, + "ĠMasonic": 46376, + "Ġgenitalia": 46377, + "ĠTasmanian": 46378, + "ĠAdmiralty": 46379, + "ĠWaldorf": 46380, + "Ġsuffixes": 46381, + "Bullying": 46382, + "Ġsalamander": 46383, + "ĠBeetle": 46384, + "ĠNFTs": 46385, + "Ġcounsellor": 46386, + "Ġich": 46387, + "-el": 46388, + "Pear": 46389, + "nah": 46390, + "taining": 46391, + "Ġpaddy": 46392, + "Ġtoil": 46393, + "Ġdander": 46394, + "Ġejac": 46395, + "chall": 46396, + "ĠCatech": 46397, + "ĠMK": 46398, + "ĠPau": 46399, + "abstract": 46400, + "ĠEuler": 46401, + "ogon": 46402, + "ĠGag": 46403, + "actose": 46404, + "ecc": 46405, + "sofar": 46406, + "Ġpernicious": 46407, + "Ġtwitching": 46408, + "hats": 46409, + "Ġgrafts": 46410, + "Ġcurable": 46411, + "Ġopposes": 46412, + "Ġheadwaters": 46413, + "Ġmultil": 46414, + "ĠOrph": 46415, + "Ġkindergart": 46416, + "ungles": 46417, + "Ġredesigned": 46418, + "Ġlayman": 46419, + "Ġburger": 46420, + "Ġmorp": 46421, + "ĠPrescription": 46422, + "ĠWeston": 46423, + "ĠCurve": 46424, + "ĠCongressman": 46425, + "ĠNorris": 46426, + "ĠSafer": 46427, + "ĠWellcome": 46428, + "Ġunusable": 46429, + "ĠHawkins": 46430, + "Ġcoronaviruses": 46431, + "-violence": 46432, + "Ġporpo": 46433, + "ĠMonths": 46434, + "Ġmasse": 46435, + "ĠRabbits": 46436, + "Ġmosses": 46437, + "ĠGentile": 46438, + "ĠHonda": 46439, + "Ġequipments": 46440, + "Foreign": 46441, + "Ġphilanthropic": 46442, + "Ġdownsides": 46443, + "Ġjeopardy": 46444, + "Ġplaintiffs": 46445, + "Ġvoucher": 46446, + "Progress": 46447, + "ĠScenario": 46448, + "Ġparanoid": 46449, + "ĠDerek": 46450, + "ĠChoctaw": 46451, + "/~": 46452, + "Cos": 46453, + "EB": 46454, + "Hold": 46455, + "Kent": 46456, + "Solution": 46457, + "internal": 46458, + "Ġsar": 46459, + "Ġpom": 46460, + "Ġbracts": 46461, + "chard": 46462, + "Ġstitched": 46463, + "ĠIodine": 46464, + "ĠMai": 46465, + "ĠHassan": 46466, + "ĠDuty": 46467, + "Ġserene": 46468, + "Ġintran": 46469, + "ĠYas": 46470, + "cyt": 46471, + "Thor": 46472, + "ĠAlv": 46473, + "Ġstartled": 46474, + "ĠPliny": 46475, + "-catching": 46476, + "Staff": 46477, + "ĠSoils": 46478, + "ĠByrd": 46479, + "SAN": 46480, + "Alpha": 46481, + "ĠMarina": 46482, + "Ġsuperpower": 46483, + "ĠPeas": 46484, + "Ġexcision": 46485, + "émon": 46486, + "shan": 46487, + "ĠAgro": 46488, + "atura": 46489, + "Ġdispel": 46490, + "Ġevolutionists": 46491, + "ĠDonna": 46492, + "ijn": 46493, + "ĠAcademies": 46494, + "Ġnanos": 46495, + "ár": 46496, + "ĠMoors": 46497, + "utsu": 46498, + "üh": 46499, + "UNESCO": 46500, + "Ġrectify": 46501, + "ĠUrinary": 46502, + "Justice": 46503, + "Ġcaffeinated": 46504, + "Ġdowry": 46505, + "Christians": 46506, + "Ġtunneling": 46507, + "Ġmodesty": 46508, + "Ġmilitias": 46509, + "-added": 46510, + "ĠEDUC": 46511, + "Ġpeculiarities": 46512, + "ocarditis": 46513, + "ĠAccepted": 46514, + "Ġpostpone": 46515, + "Adapted": 46516, + "Ġoverestimate": 46517, + "Ġuninhabited": 46518, + "Ġsilhouette": 46519, + "Ġneutrophils": 46520, + "Ġegalitarian": 46521, + "-(": 46522, + "Host": 46523, + "Nick": 46524, + "Society": 46525, + "disease": 46526, + "gain": 46527, + "mA": 46528, + "won": 46529, + "erite": 46530, + "Ġsaga": 46531, + "Ġeuphem": 46532, + "ĠToll": 46533, + "imuth": 46534, + "chis": 46535, + "ĠCi": 46536, + "ĠCreed": 46537, + "amar": 46538, + "ĠPak": 46539, + "ĠBodies": 46540, + "osia": 46541, + "ĠDanny": 46542, + "Ġshuts": 46543, + "ĠNL": 46544, + "ĠLP": 46545, + "rouping": 46546, + "ĠOSA": 46547, + "indi": 46548, + "Ġjumper": 46549, + "ubarb": 46550, + "Ġracks": 46551, + "obiology": 46552, + "Ġsimulates": 46553, + "Ġjustly": 46554, + "ĠProstate": 46555, + "âĢĶboth": 46556, + "ancient": 46557, + "Ġlightheaded": 46558, + "Ġhereby": 46559, + "ointment": 46560, + "-motor": 46561, + "Ġmicroorganism": 46562, + "Ġsentient": 46563, + "Ġutilising": 46564, + "Ġfolly": 46565, + "Ġimmunisation": 46566, + "Ġdentin": 46567, + "Ġclarifies": 46568, + "Ġthermoc": 46569, + "ĠMovements": 46570, + "Prince": 46571, + "ĠPyongyang": 46572, + "Ġmacroscopic": 46573, + "Mathematics": 46574, + "Ġliberating": 46575, + "ĠAmbrose": 46576, + "ä¸Ń": 46577, + "ukaemia": 46578, + "Ġsincerely": 46579, + "ĠWakefield": 46580, + "ĠSiemens": 46581, + "ĠSchwarz": 46582, + ".col": 46583, + "Eu": 46584, + "Fruits": 46585, + "Lewis": 46586, + "RH": 46587, + "brown": 46588, + "dynamic": 46589, + "fellow": 46590, + "museum": 46591, + "zu": 46592, + "Ġcation": 46593, + "Ġbery": 46594, + "Ġlard": 46595, + "Ġniece": 46596, + "irvana": 46597, + "amol": 46598, + "terdam": 46599, + "ĠMatching": 46600, + "Ġheck": 46601, + "Ġweaned": 46602, + "ĠEid": 46603, + "ĠNBA": 46604, + "izen": 46605, + "Ġdismal": 46606, + "ĠJungle": 46607, + "Ġscrot": 46608, + "ĠViv": 46609, + "ĠVesp": 46610, + "Ġdesolate": 46611, + "Ġreps": 46612, + "ovies": 46613, + "Ġregrowth": 46614, + "Ġendpoints": 46615, + "Ġserge": 46616, + "Ġsling": 46617, + "-mort": 46618, + "Ġchemo": 46619, + "ĠWarrior": 46620, + "Ġarchbishop": 46621, + "Ġtraveller": 46622, + "Ġconcord": 46623, + "ylvania": 46624, + "-have": 46625, + "Ġbroadened": 46626, + "burst": 46627, + "ĠAngles": 46628, + "legs": 46629, + "ĠBrooke": 46630, + "Ġcriticizing": 46631, + "Applying": 46632, + "iatus": 46633, + "Ġmanifesto": 46634, + "Ġhurtful": 46635, + "ĠMajority": 46636, + "PDATE": 46637, + "ĠChallenger": 46638, + "Ġcategorised": 46639, + "ĠOpposition": 46640, + "ĠENT": 46641, + "ĠHazel": 46642, + "-impro": 46643, + "ĠGaia": 46644, + "Ġdeleting": 46645, + "ĠCoolidge": 46646, + "ĠNickel": 46647, + "ĠBernardino": 46648, + "ĠDinosaurs": 46649, + "Ġintermittently": 46650, + "Ġhasten": 46651, + "Ġmollusks": 46652, + "Ġoutfitted": 46653, + "ĠSiege": 46654, + "phinx": 46655, + "Ġancients": 46656, + "Darwin": 46657, + "ĠDiaspora": 46658, + "-around": 46659, + ".To": 46660, + ":|Ċ": 46661, + "Ger": 46662, + "Pin": 46663, + "fir": 46664, + "saw": 46665, + "ulet": 46666, + "å¹": 46667, + "Ġthesaurus": 46668, + "Ġreopen": 46669, + "ĠTrit": 46670, + "ĠTES": 46671, + "iges": 46672, + "ĠIEA": 46673, + "advent": 46674, + "istas": 46675, + "Ġheaps": 46676, + "ĠBingham": 46677, + "antile": 46678, + "ĠDG": 46679, + "ĠDates": 46680, + "ĠLDS": 46681, + "ĠOTC": 46682, + "Ġreciting": 46683, + "ietnam": 46684, + "Ġgenerational": 46685, + "ĠAlkal": 46686, + "Ġfunerals": 46687, + "âĢľMany": 46688, + "ĠIsolation": 46689, + "ĠCanine": 46690, + "Ġdelusions": 46691, + "-tax": 46692, + "Ġwindmill": 46693, + "Ġnightly": 46694, + "rogenesis": 46695, + "-strength": 46696, + "Ġcapitalization": 46697, + "ĠTransplant": 46698, + "Ġtransformational": 46699, + "Ġsharps": 46700, + "ĠBasis": 46701, + "Ġpurest": 46702, + "ĠApnea": 46703, + "ĠPsychologists": 46704, + "SSL": 46705, + "ĠMagi": 46706, + "-Western": 46707, + "Ġhatchery": 46708, + "Ġvanity": 46709, + "ĠDescriptive": 46710, + "ĠClubs": 46711, + "Ġ×ij": 46712, + "ĠBonaparte": 46713, + "Ġalbumin": 46714, + "Ġsprouted": 46715, + "Ġtriumphant": 46716, + "ĠWetland": 46717, + "Ġlameness": 46718, + "everything": 46719, + "Ġtamar": 46720, + "Ġenlightening": 46721, + "Ġlexicon": 46722, + "Ġcreepy": 46723, + "Ġrehears": 46724, + "Ġmalfunctioning": 46725, + "Ġbottlenecks": 46726, + "Ġischemia": 46727, + "Determine": 46728, + "Ġvouchers": 46729, + "ĠCalifornians": 46730, + "ĠAntioxidants": 46731, + "ĠBrutus": 46732, + "-ant": 46733, + "-State": 46734, + ".When": 46735, + "KI": 46736, + "Moses": 46737, + "Practical": 46738, + "Road": 46739, + "_p": 46740, + "bied": 46741, + "lund": 46742, + "rr": 46743, + "Ġtether": 46744, + "Ġak": 46745, + "atos": 46746, + "chrot": 46747, + "Ġyo": 46748, + "Ġonshore": 46749, + "Ġstradd": 46750, + "ĠSSA": 46751, + "ĠMV": 46752, + "ĠBacillus": 46753, + "ĠWich": 46754, + "ĠWife": 46755, + "ĠWester": 46756, + "ĠFaso": 46757, + "ĠLef": 46758, + "ĠListeria": 46759, + "Ġadheres": 46760, + "aport": 46761, + "ryan": 46762, + "Ġmeager": 46763, + "riced": 46764, + "pleted": 46765, + "Ġrepressive": 46766, + "Ġnumeral": 46767, + "Ġmonet": 46768, + "psin": 46769, + "ĠSpots": 46770, + "ĠSparrow": 46771, + "Ġcorrugated": 46772, + "ampal": 46773, + "Ġswells": 46774, + "â̦the": 46775, + "Ġfireplaces": 46776, + "Ġprepositions": 46777, + "prog": 46778, + "ĠConsistent": 46779, + "ĠNotable": 46780, + "ĠRecall": 46781, + "ĠFloss": 46782, + "Ġurbanisation": 46783, + "Ġbedside": 46784, + "Ġtoothache": 46785, + "Ġcontractual": 46786, + "ĠCurry": 46787, + "Ġâ̦.": 46788, + "Ġsavory": 46789, + "°,": 46790, + "Ġvictimization": 46791, + "Ġsincerity": 46792, + "ĠSilence": 46793, + "ĠMidlands": 46794, + "anzas": 46795, + "Ġdepleting": 46796, + "Ġliners": 46797, + "Ġá¸": 46798, + "ĠHarmon": 46799, + "-president": 46800, + "ĠIncreasingly": 46801, + "Ġreunification": 46802, + "ĠBoulevard": 46803, + "Ġscavenging": 46804, + "Ġaurora": 46805, + "Ġhandicapped": 46806, + "Ġshampoos": 46807, + "Ġoverstated": 46808, + "ĠAryan": 46809, + "ĠVulnerable": 46810, + "ĠManifesto": 46811, + "-benefit": 46812, + "ĠAlbuquerque": 46813, + "-aid": 46814, + "Game": 46815, + "Wash": 46816, + "creative": 46817, + "housing": 46818, + "lig": 46819, + "Ġais": 46820, + "Ġsarcoma": 46821, + "Ġtoothed": 46822, + "Ġlatch": 46823, + "ĠToul": 46824, + "urization": 46825, + "Ġstalking": 46826, + "ĠAru": 46827, + "ĠALA": 46828, + "elier": 46829, + "tham": 46830, + "Ġweathered": 46831, + "ldon": 46832, + "ĠDirection": 46833, + "unter": 46834, + "ĠGarb": 46835, + "ĠLose": 46836, + "akar": 46837, + "ĠThorn": 46838, + "avad": 46839, + "ĠUnabridged": 46840, + "henol": 46841, + "Ġhumanism": 46842, + "eads": 46843, + "âĢĶwhen": 46844, + "ahili": 46845, + "Ġslits": 46846, + "Ġbusiest": 46847, + "Ġfilename": 46848, + "Ġsalted": 46849, + "ĠMarilyn": 46850, + "Ġbarrage": 46851, + "Ġburgers": 46852, + "-wire": 46853, + "Ġecotourism": 46854, + "Ġbitumen": 46855, + "ĠSystemic": 46856, + "aido": 46857, + "Ġwidget": 46858, + "ETE": 46859, + "Ġthicken": 46860, + "Ġconvoy": 46861, + "Ġimmunized": 46862, + "ĠMassive": 46863, + "ILITY": 46864, + "Ġpitted": 46865, + "dfunding": 46866, + "Ġharshly": 46867, + "Ġintruders": 46868, + "ĠAshken": 46869, + "educational": 46870, + "Ġcherish": 46871, + "Ġmarginally": 46872, + "ĠUpdates": 46873, + "ĠOwls": 46874, + "ĠBahrain": 46875, + "ĠCandy": 46876, + "Ġdipole": 46877, + "ĠSaxons": 46878, + "Ġpredispose": 46879, + "Ġfirefighting": 46880, + "ĠUTF": 46881, + "Ġunlocking": 46882, + "ĠNikola": 46883, + "ĠVolcanic": 46884, + "Ġfelony": 46885, + "Ġtranscendent": 46886, + "ĠCodex": 46887, + "ĠAnalog": 46888, + "ĠExhibit": 46889, + "ĠDolphin": 46890, + "ĠEnceladus": 46891, + "'a": 46892, + "?||": 46893, + "Ak": 46894, + "Motor": 46895, + "Rule": 46896, + "effect": 46897, + "rules": 46898, + "Çİ": 46899, + "Ġtaut": 46900, + "input": 46901, + "Ġcot": 46902, + "Ġfades": 46903, + "Ġreen": 46904, + "Ġstitching": 46905, + "ĠSis": 46906, + "uld": 46907, + "Ġanis": 46908, + "opoe": 46909, + "Ġweeding": 46910, + "ĠBoss": 46911, + "ĠHahn": 46912, + "Ġrife": 46913, + "ĠDro": 46914, + "ĠStake": 46915, + "Ġamassed": 46916, + "Ġcurd": 46917, + "Ġclassmate": 46918, + "âĢľSome": 46919, + "agna": 46920, + "Ġveg": 46921, + "Ġbushy": 46922, + "Ġwildflower": 46923, + "Ġprecinct": 46924, + "Ġbirthdays": 46925, + "helia": 46926, + "Ġmillilit": 46927, + "-garde": 46928, + "ENCES": 46929, + "Ġmislead": 46930, + "Ġtranslational": 46931, + "Ġmidway": 46932, + "burne": 46933, + "ĠNAD": 46934, + "cano": 46935, + "Ġtelehealth": 46936, + "ĠCorbett": 46937, + "Ġsavannah": 46938, + "Ġreproduces": 46939, + "Ġsolidified": 46940, + "matism": 46941, + "Ġstockings": 46942, + "Ġprolapse": 46943, + "ĠGoldberg": 46944, + "Ġferocious": 46945, + "ĠListed": 46946, + "Ġhoneybee": 46947, + "ĠMSU": 46948, + "ĠTODAY": 46949, + "Collection": 46950, + "lamath": 46951, + "Ġdecompression": 46952, + "ĠSensitive": 46953, + "ĠCookies": 46954, + "ĠDalmat": 46955, + "Ġdyeing": 46956, + "Ġnourished": 46957, + "ĠElders": 46958, + "Designing": 46959, + "Ġfresco": 46960, + "ĠCelebrate": 46961, + "Ġoutcry": 46962, + "Senior": 46963, + "Ġalveoli": 46964, + "odialysis": 46965, + "difficult": 46966, + "Ġaegypt": 46967, + "Ġbakery": 46968, + "(I": 46969, + "-Ad": 46970, + "Fle": 46971, + "GAN": 46972, + "Hindu": 46973, + "Magnetic": 46974, + "Pad": 46975, + "try": 46976, + "â²": 46977, + "icos": 46978, + "Ġreformation": 46979, + "ĠTack": 46980, + "otope": 46981, + "ĠCSP": 46982, + "odone": 46983, + "ĠBugs": 46984, + "Ġnex": 46985, + "ĠRB": 46986, + "ichael": 46987, + "ellen": 46988, + "ĠYaz": 46989, + "Ġhumanistic": 46990, + "ĠNewborn": 46991, + "ussy": 46992, + "-sweetened": 46993, + "ĠEngels": 46994, + "Ġfrees": 46995, + "ĠCenturies": 46996, + "Ġgreasy": 46997, + "ĠLeigh": 46998, + "ĠLeap": 46999, + "ĠNorthumberland": 47000, + "Ġmicroc": 47001, + "ĠPeripheral": 47002, + "Ġpredictability": 47003, + "Ġphenyl": 47004, + "ĠSafegu": 47005, + "Ġblindly": 47006, + "Ġascension": 47007, + "ĠMidwestern": 47008, + "Ġextremist": 47009, + "ĠCeylon": 47010, + "Ġcondemning": 47011, + "-tracking": 47012, + "Ġmurderer": 47013, + "Ġstews": 47014, + "ĠMueller": 47015, + "Ġscrolling": 47016, + "Ġmarshm": 47017, + "ä¸Ģ": 47018, + "umenical": 47019, + "Ġgladly": 47020, + "Define": 47021, + "ĠBeginner": 47022, + "Ġoverthrown": 47023, + "ĠAlgae": 47024, + "Ġintercepted": 47025, + "ĠDemonstration": 47026, + "Ġlynching": 47027, + "Ġchampionship": 47028, + "Request": 47029, + "Ġdendritic": 47030, + "ĠEasily": 47031, + "Ġunsettling": 47032, + "ĠBismarck": 47033, + "-US": 47034, + "MAT": 47035, + "Nine": 47036, + "fib": 47037, + "wine": 47038, + "reported": 47039, + "Ġbienn": 47040, + "Ġgiver": 47041, + "imble": 47042, + "Ġsturgeon": 47043, + "ĠAus": 47044, + "ĠPdf": 47045, + "oreal": 47046, + "ĠBland": 47047, + "ĠWan": 47048, + "ĠWren": 47049, + "Ġchia": 47050, + "Ġleasing": 47051, + "ĠRaid": 47052, + "Ġabatement": 47053, + "ĠLift": 47054, + "plin": 47055, + "echer": 47056, + "Ġdisas": 47057, + "endo": 47058, + "Ġpeaking": 47059, + "ĠChil": 47060, + "blematic": 47061, + "Ġgravest": 47062, + "ĠProl": 47063, + "aley": 47064, + "ĠSpy": 47065, + "-syn": 47066, + "Ġnaturalists": 47067, + "Ġetch": 47068, + "Ġsidebar": 47069, + "Ġtruce": 47070, + "ĠAmish": 47071, + "Ġchecklists": 47072, + "aluation": 47073, + "ĠQuotes": 47074, + "ĠIntensive": 47075, + "Ġsnug": 47076, + "Ġcruiser": 47077, + "Ġderail": 47078, + "ĠPhilist": 47079, + "Ġphotographing": 47080, + "ĠCommittees": 47081, + "ĠEndeav": 47082, + "Ġfalsehood": 47083, + "Ġblower": 47084, + "ĠPanzer": 47085, + "Ġvacations": 47086, + "ĠDowns": 47087, + "ĠKeywords": 47088, + "Prime": 47089, + "Ġ×ķ": 47090, + "Ġanthology": 47091, + "Ġpiezoelectric": 47092, + "Ġcuisines": 47093, + "ĠInnocent": 47094, + "Ġrevisited": 47095, + "Ġinoculation": 47096, + "Ġrehearsal": 47097, + "ĠHodgkin": 47098, + "ĠChelsea": 47099, + "ĠSTUDY": 47100, + "ĠShapiro": 47101, + "ĠOrdinance": 47102, + "olomew": 47103, + "Ġshrouded": 47104, + "Ġwafers": 47105, + "\"To": 47106, + "-ling": 47107, + "Susan": 47108, + "Temperature": 47109, + "killer": 47110, + "Ġcich": 47111, + "eson": 47112, + "ĠSIP": 47113, + "odox": 47114, + "ĠPOP": 47115, + "ĠHockey": 47116, + "ĠDried": 47117, + "ĠDON": 47118, + "ĠEA": 47119, + "ĠFIF": 47120, + "ĠRoses": 47121, + "ĠNEVER": 47122, + "ĠGSM": 47123, + "ichte": 47124, + "ĠOax": 47125, + "Ġperishable": 47126, + "ĠKM": 47127, + "ĠKara": 47128, + "Ġinvader": 47129, + "-sounding": 47130, + "-paid": 47131, + "ĠAbigail": 47132, + "ĠGuitar": 47133, + "ĠJewry": 47134, + "lsen": 47135, + "Ġdivisive": 47136, + "ICES": 47137, + "Ġundefined": 47138, + "Ġalcoholics": 47139, + "ĠHighlights": 47140, + "Ġhonours": 47141, + "ह": 47142, + "Ġspectacles": 47143, + "Blog": 47144, + "Ġpedals": 47145, + "Ġε": 47146, + "immun": 47147, + "Ġenclosing": 47148, + "ĠSelecting": 47149, + "ĠLivingstone": 47150, + "Ġmastitis": 47151, + "Ġdisinfecting": 47152, + "boundary": 47153, + "Ġbrewed": 47154, + "Ġelongation": 47155, + "ĠBrahm": 47156, + "Ġhastily": 47157, + "suggest": 47158, + "ĠWoolf": 47159, + "Ġseptum": 47160, + "-history": 47161, + "ĠPesticide": 47162, + "Ġpapillomavirus": 47163, + "ĠANSI": 47164, + "ĠNielsen": 47165, + "Ġarachn": 47166, + "Ġpythons": 47167, + "-Res": 47168, + "/o": 47169, + "/The": 47170, + "Brian": 47171, + "Categories": 47172, + "Grow": 47173, + "Joint": 47174, + "MORE": 47175, + "crow": 47176, + "viii": 47177, + "æĹ": 47178, + "Ġrex": 47179, + "Ġstung": 47180, + "ĠAIS": 47181, + "ĠMUS": 47182, + "Ġvass": 47183, + "Ġatl": 47184, + "Ġchained": 47185, + "ochem": 47186, + "ĠEG": 47187, + "ĠETH": 47188, + "ĠFug": 47189, + "ĠGone": 47190, + "ĠGently": 47191, + "ĠGOP": 47192, + "ĠLosing": 47193, + "aston": 47194, + "ĠInhib": 47195, + "ĠJaff": 47196, + "Ġjungles": 47197, + "Ġtimest": 47198, + "ĠStrict": 47199, + "Ġuphol": 47200, + "ĠKilling": 47201, + "ĠKitt": 47202, + "Ġpharynx": 47203, + "ovie": 47204, + "ĠHeard": 47205, + "Thirty": 47206, + "Ġprotagonists": 47207, + "Ġorganics": 47208, + "ĠConv": 47209, + "Ġlandforms": 47210, + "ĠRePE": 47211, + "Ġuntapped": 47212, + "Ġmenopausal": 47213, + "Ġdeliberation": 47214, + "-desc": 47215, + "-diabetes": 47216, + "Ġgrilled": 47217, + "Ġswirling": 47218, + "Ġpastors": 47219, + "ĠBeagle": 47220, + "ĠSuf": 47221, + "ĠParade": 47222, + "ĠNeutral": 47223, + "brecht": 47224, + "Ġhomogen": 47225, + "Ġunskilled": 47226, + "Ġcognitively": 47227, + "ĠSamh": 47228, + "ĠSlovak": 47229, + "ĠDesigns": 47230, + "Ġdebtor": 47231, + "Ġhallmarks": 47232, + "cutting": 47233, + "Ġquantitatively": 47234, + "Discovery": 47235, + "Ġgrossly": 47236, + "ĠSDK": 47237, + "ĠBobby": 47238, + "Supporting": 47239, + "Ġhumidifier": 47240, + "Ġmoulds": 47241, + "Ġannoyed": 47242, + "Ġnostril": 47243, + "Michigan": 47244, + "ĠAppalachia": 47245, + "ĠAssyria": 47246, + "Ġunknowns": 47247, + "ĠBehavioural": 47248, + "routine": 47249, + "cupine": 47250, + "âĤĤ": 47251, + "ĠVacuum": 47252, + "ĠZanzibar": 47253, + "-add": 47254, + "Cities": 47255, + "CRE": 47256, + "Ġsash": 47257, + "Ġmated": 47258, + "ĠTep": 47259, + "ĠShem": 47260, + "ulitis": 47261, + "adone": 47262, + "Ġconund": 47263, + "ĠEase": 47264, + "ĠRinse": 47265, + "akan": 47266, + "Ġrecreated": 47267, + "Ġrecursive": 47268, + "ĠKro": 47269, + "ĠWeimar": 47270, + "ĠIndirect": 47271, + "ĠConway": 47272, + "Ġfacilitation": 47273, + "Ġcriss": 47274, + "-wage": 47275, + "Ġexcit": 47276, + "iotensin": 47277, + "Ġhostage": 47278, + "ĠCommunicate": 47279, + "Ġpromoters": 47280, + "Ġexcesses": 47281, + "Shakespeare": 47282, + "Ġdissociation": 47283, + "Ġpunched": 47284, + "Ġunsuccessfully": 47285, + "Ġresistivity": 47286, + "Ġsynergy": 47287, + "Ġsynopsis": 47288, + "Ġfillers": 47289, + "Ġhypothesize": 47290, + "Ġconjunctions": 47291, + "ĠVariation": 47292, + "Anything": 47293, + "ĠPaperback": 47294, + "ĠCHAR": 47295, + "ĠDifferential": 47296, + "ĠTynd": 47297, + "Output": 47298, + "++,": 47299, + "ĠSelma": 47300, + "Ġresorting": 47301, + "Ġprostagland": 47302, + "Ġpartitioning": 47303, + "Ġuplifting": 47304, + "Leading": 47305, + "Ġsleepless": 47306, + "Ġintravenously": 47307, + "Ġirradiated": 47308, + "ĠLagoon": 47309, + "Ġantithesis": 47310, + "Agricultural": 47311, + "Challenges": 47312, + "Ġirresistible": 47313, + "ĠCaldwell": 47314, + "'D": 47315, + "-Israel": 47316, + "Bacteria": 47317, + "LG": 47318, + "Mission": 47319, + "Race": 47320, + "cust": 47321, + "aland": 47322, + "Ġeurope": 47323, + "ĠTant": 47324, + "ĠToc": 47325, + "ĠCapp": 47326, + "istors": 47327, + "ĠPom": 47328, + "ĠBIG": 47329, + "osom": 47330, + "quick": 47331, + "ĠEagles": 47332, + "Ġspade": 47333, + "Ġalluded": 47334, + "Ġunarmed": 47335, + "Ġquil": 47336, + "ĠVT": 47337, + "cycling": 47338, + "Ġmonot": 47339, + "Ġissuance": 47340, + "-comm": 47341, + "-chemical": 47342, + "Ġlabored": 47343, + "-data": 47344, + "ĠSeen": 47345, + "Ġbrainstem": 47346, + "-mus": 47347, + "Ġcrate": 47348, + "ĠOrt": 47349, + "Ġnecessitate": 47350, + "aptured": 47351, + "ĠLeopard": 47352, + "Ġprotease": 47353, + "Ġcamped": 47354, + "ĠQuit": 47355, + "ĠRecycle": 47356, + "Ġtrendy": 47357, + "Ġconvergent": 47358, + "Drive": 47359, + "ĠFamine": 47360, + "ĠMaggie": 47361, + "ĠNeedless": 47362, + "Ġpinkish": 47363, + "Ġdepriving": 47364, + "Ġoddly": 47365, + "ĠPersonally": 47366, + "Ġimpediment": 47367, + "ĠCartesian": 47368, + "Protection": 47369, + "Ġscrubbing": 47370, + "Coron": 47371, + "ĠTherapeutic": 47372, + "Ġsuspicions": 47373, + "Ġsnapshots": 47374, + "ĠConditioning": 47375, + "ĠChatGPT": 47376, + "Ġintermediaries": 47377, + "ĠSeychelles": 47378, + "Han": 47379, + "Round": 47380, + "egg": 47381, + "grain": 47382, + "Ġaides": 47383, + "onius": 47384, + "Ġpiers": 47385, + "ĠTECH": 47386, + "owan": 47387, + "ĠAmber": 47388, + "ĠCaves": 47389, + "Ġangered": 47390, + "Ġvending": 47391, + "ĠHalle": 47392, + "ĠHmong": 47393, + "Ġchikungunya": 47394, + "ĠELA": 47395, + "Ġseeps": 47396, + "ĠFate": 47397, + "ĠFountain": 47398, + "ĠNULL": 47399, + "riot": 47400, + "Ġabras": 47401, + "ĠLime": 47402, + "Ġintram": 47403, + "Ġrecovers": 47404, + "licensed": 47405, + "Ġfactoring": 47406, + "Ġschoolers": 47407, + "ĠAlley": 47408, + "Ġcurled": 47409, + "Ġlitters": 47410, + "Ġconferencing": 47411, + "ginine": 47412, + "-pop": 47413, + "olepsy": 47414, + "Ġprobabilistic": 47415, + "ĠSynd": 47416, + "ĠManch": 47417, + "Ġburrowing": 47418, + "Ġpreclude": 47419, + "Ġharmonics": 47420, + "ĠPerseus": 47421, + "Ġwalker": 47422, + "ICs": 47423, + "evil": 47424, + "Ġhopping": 47425, + "ochastic": 47426, + "Ġquarrel": 47427, + "Ġelevating": 47428, + "oulos": 47429, + "ĠCamden": 47430, + "Ġpygmy": 47431, + "Ġnomads": 47432, + "ĠMarcos": 47433, + "ĠRepresentation": 47434, + "Ġadministers": 47435, + "ĠPraise": 47436, + "Ġfirefighter": 47437, + "Ġrenovations": 47438, + "Ġspoils": 47439, + "Ġhulls": 47440, + "ĠNebuchadnezzar": 47441, + "ĠAssyrians": 47442, + "oplasmosis": 47443, + "Ġvaults": 47444, + "Ġblueprints": 47445, + "greSQL": 47446, + "Ġpolymorphism": 47447, + "Ġ[...]": 47448, + "Ġfugitive": 47449, + "ĠPractitioners": 47450, + "ĠSettlers": 47451, + "ĠMIDI": 47452, + "Jere": 47453, + "Sher": 47454, + "tting": 47455, + "erary": 47456, + "Ġcada": 47457, + "Ġfished": 47458, + "oupling": 47459, + "ionine": 47460, + "Ġhtml": 47461, + "raut": 47462, + "Ġthatch": 47463, + "ĠSung": 47464, + "ĠSphinx": 47465, + "ĠCrock": 47466, + "ĠMesh": 47467, + "Ġhauling": 47468, + "ĠFalling": 47469, + "ĠRis": 47470, + "ĠGian": 47471, + "ĠKach": 47472, + "Ġtypography": 47473, + "gences": 47474, + "Ġcoriander": 47475, + "Ġphysiologic": 47476, + "views": 47477, + "Ġradars": 47478, + "Ġtelltale": 47479, + "ĠMarathon": 47480, + "ĠComposite": 47481, + "ylenol": 47482, + "Ġsatiety": 47483, + "Ġnormalization": 47484, + "Ġquantification": 47485, + "Ġcontrollable": 47486, + "-renowned": 47487, + "Ġfraternal": 47488, + "Ġoutlaw": 47489, + "ĠApoll": 47490, + "understand": 47491, + "Ġstuffing": 47492, + "ĠLargest": 47493, + "sembles": 47494, + "Ġhamstring": 47495, + "ĠTurns": 47496, + "Ġpreschooler": 47497, + "-heavy": 47498, + "HTSA": 47499, + "ESSENGER": 47500, + "ĠSheriff": 47501, + "-managed": 47502, + "Ġcottages": 47503, + "razine": 47504, + "Ġautobiographical": 47505, + "Ġostrac": 47506, + "ĠOptimization": 47507, + "Ġrelativism": 47508, + "Critics": 47509, + "Ġitalics": 47510, + "ĠLinnaeus": 47511, + "Ġbarcode": 47512, + "Ġcrossover": 47513, + "ĠDudley": 47514, + "ĠConfiguration": 47515, + "Scotland": 47516, + "?âĢĻĊ": 47517, + "MHz": 47518, + "OE": 47519, + "Sa": 47520, + "focus": 47521, + "nu": 47522, + "Ġtink": 47523, + "hear": 47524, + "Ġwoe": 47525, + "ndez": 47526, + "Ġbidding": 47527, + "ĠTweet": 47528, + "Ġexuber": 47529, + "ĠBSE": 47530, + "acency": 47531, + "osers": 47532, + "ĠWASH": 47533, + "Ġabode": 47534, + "âĢĿ-": 47535, + "ĠKyle": 47536, + "ĠKeck": 47537, + "Ġfactored": 47538, + "Ġshears": 47539, + "Ġoccip": 47540, + "-build": 47541, + "Ġopiates": 47542, + "meyer": 47543, + "ĠReformed": 47544, + "Ġuntrue": 47545, + "Ġlocales": 47546, + "ĠPras": 47547, + "Ġmechanistic": 47548, + "-gun": 47549, + "ĠMuscles": 47550, + "evidence": 47551, + "Ġhappenings": 47552, + "Ġdripping": 47553, + "chez": 47554, + "ELY": 47555, + "Independent": 47556, + "Ġcompositional": 47557, + "ĠDesigners": 47558, + "ĠGardener": 47559, + "HDL": 47560, + "Ġdiverged": 47561, + "Ġvocalizations": 47562, + "ranchised": 47563, + "OVA": 47564, + "Ġkeenly": 47565, + "ĠPhoenician": 47566, + "-breeding": 47567, + "Ġveggie": 47568, + "ĠKelley": 47569, + "-smokers": 47570, + "ĠâĪł": 47571, + "Ġcalibrate": 47572, + "Ġstamens": 47573, + "ĠPythagoras": 47574, + "ĠDionysus": 47575, + "Ġunforgettable": 47576, + "Hepatitis": 47577, + "ĠRePEc": 47578, + "-away": 47579, + ".ch": 47580, + "Chat": 47581, + "Production": 47582, + "Qual": 47583, + "Veter": 47584, + "iatives": 47585, + "powers": 47586, + "ù": 47587, + "reational": 47588, + "isor": 47589, + "Ġmalls": 47590, + "Ġmolybdenum": 47591, + "ĠSagan": 47592, + "ĠCoss": 47593, + "ĠPair": 47594, + "umar": 47595, + "ĠWP": 47596, + "ĠEKG": 47597, + "ĠFIG": 47598, + "ĠRear": 47599, + "apas": 47600, + "Ġimperson": 47601, + "auga": 47602, + "Ġparting": 47603, + "ĠKins": 47604, + "ĠVie": 47605, + "Ġexporters": 47606, + "Ġsloth": 47607, + "Ġrestorations": 47608, + "-from": 47609, + "Ġparabolic": 47610, + "âĢĵa": 47611, + "Ġteammates": 47612, + "Ġinjunction": 47613, + "Ġvideot": 47614, + "Ġpollinating": 47615, + "-walled": 47616, + "yla": 47617, + "umbian": 47618, + "Ġaffixed": 47619, + "ĠGlaucoma": 47620, + "Ġinterpolation": 47621, + "Ġnutritionists": 47622, + "Ġfaithfulness": 47623, + "ĠDefault": 47624, + "ĠTemporary": 47625, + "Ġhemlock": 47626, + "LEX": 47627, + "ĠmmHg": 47628, + "Ġroyalties": 47629, + "ĠOlympus": 47630, + "ĠAppleton": 47631, + "Ġreigning": 47632, + "Represent": 47633, + "Ġinstantaneously": 47634, + "iphany": 47635, + "ĠHomestead": 47636, + "Ġcropped": 47637, + "Ġplugins": 47638, + "Ġdeductive": 47639, + "Ġoversized": 47640, + "Ġreconciled": 47641, + "Ġureter": 47642, + "Ġanecdote": 47643, + "Ġmorbid": 47644, + "Ġmycotoxins": 47645, + "Ġamenable": 47646, + "ĠWelding": 47647, + "Ġdissipated": 47648, + "propylene": 47649, + "ĠDegrees": 47650, + "Ġnoninvasive": 47651, + "leukin": 47652, + "Ġpinched": 47653, + "Ġdeuterium": 47654, + "Famous": 47655, + "yi": 47656, + "Ġmason": 47657, + "rode": 47658, + "ctr": 47659, + "iliter": 47660, + "ĠTEM": 47661, + "Ġyen": 47662, + "ĠCed": 47663, + "ĠPrentice": 47664, + "Ġcholine": 47665, + "Ġneoliberal": 47666, + "ĠNCL": 47667, + "ĠNissan": 47668, + "riks": 47669, + "ĠGris": 47670, + "Ġkrill": 47671, + "reatic": 47672, + "Ġrecount": 47673, + "Ġagribusiness": 47674, + "Ġbluff": 47675, + "Ġindian": 47676, + "Ġacetic": 47677, + "ĠShall": 47678, + "Ġradiological": 47679, + "stitious": 47680, + "ĠOnes": 47681, + "ischen": 47682, + "ucket": 47683, + "ĠYorktown": 47684, + "ĠAgile": 47685, + "Ġdisposs": 47686, + "ĠFlour": 47687, + "Ġrobber": 47688, + "ĠTechnically": 47689, + "Ġpenance": 47690, + "STEP": 47691, + "tesque": 47692, + "Ġbowed": 47693, + "ĠSoutherners": 47694, + "URAL": 47695, + "liaments": 47696, + "ĠPoem": 47697, + "EFORE": 47698, + "ODMAP": 47699, + "-emer": 47700, + "ĠDorset": 47701, + "Surprisingly": 47702, + "Ġconstituencies": 47703, + "ĠBaptism": 47704, + "Carl": 47705, + "truth": 47706, + "ĠGibbs": 47707, + "ĠBehaviors": 47708, + "Ġuprisings": 47709, + "ĠBourbon": 47710, + "ĠHerodotus": 47711, + "-limited": 47712, + "Ġeukaryotes": 47713, + "ĠBolsheviks": 47714, + "Ġoutburst": 47715, + "Ġengulfed": 47716, + "ĠTsunami": 47717, + "Girls": 47718, + "Wilson": 47719, + "gm": 47720, + "virus": 47721, + "wives": 47722, + "hement": 47723, + "Ġthal": 47724, + "Ġnailed": 47725, + "ĠTER": 47726, + "ĠAES": 47727, + "ĠSAN": 47728, + "amish": 47729, + "Ġwithholding": 47730, + "ĠBorg": 47731, + "Ġvases": 47732, + "ĠDat": 47733, + "ĠFt": 47734, + "ĠRAD": 47735, + "Ġabiotic": 47736, + "ardy": 47737, + "ĠUL": 47738, + "ĠJavan": 47739, + "Ġclich": 47740, + "Ġclav": 47741, + "Ġclumsy": 47742, + "igning": 47743, + "Ġpreexisting": 47744, + "ĠKav": 47745, + "Ġblazing": 47746, + "ĠUnemployment": 47747, + "Ġperspiration": 47748, + "Ġmodulus": 47749, + "Ġjustifies": 47750, + "ĠSpell": 47751, + "ĠOrissa": 47752, + "accum": 47753, + "Ġgeneralize": 47754, + "ĠDrs": 47755, + "relin": 47756, + "Ġsuperiors": 47757, + "ĠXavier": 47758, + "monic": 47759, + "ĠSucc": 47760, + "shock": 47761, + "peakers": 47762, + "-gray": 47763, + "dington": 47764, + "Ġbenefitted": 47765, + "Ġdispense": 47766, + "Ġcollaborator": 47767, + "Advert": 47768, + "Ġmutilation": 47769, + "AME": 47770, + "Arg": 47771, + "Ġcastings": 47772, + "ĠClassrooms": 47773, + "ĠRetrie": 47774, + "Ġneurodevelopmental": 47775, + "oplastics": 47776, + "Ġchickpeas": 47777, + "ĠOxide": 47778, + "Ġmmol": 47779, + "-clock": 47780, + "Collect": 47781, + "Ġcasually": 47782, + "ometrics": 47783, + "ĠVegan": 47784, + "-June": 47785, + "ĠCalling": 47786, + "ĠPrometheus": 47787, + "ĠFacilit": 47788, + "ĠCharlott": 47789, + "Ġovertake": 47790, + "Interactive": 47791, + "ĠOtago": 47792, + "ï¬Ĥ": 47793, + "ĠDestiny": 47794, + "ĠPoisoning": 47795, + "Ġthorny": 47796, + "Rabbi": 47797, + "ĠCaterpill": 47798, + "ĠKuiper": 47799, + "-On": 47800, + "Jones": 47801, + "Marc": 47802, + "MARY": 47803, + "Pit": 47804, + "Solid": 47805, + "cault": 47806, + "kj": 47807, + "kas": 47808, + "nat": 47809, + "sound": 47810, + "esse": 47811, + "Ġfared": 47812, + "icially": 47813, + "Ġdans": 47814, + "ĠTCM": 47815, + "ĠSear": 47816, + "ĠSichuan": 47817, + "Ġconcom": 47818, + "ĠMino": 47819, + "istency": 47820, + "Ġhaemorrh": 47821, + "ĠBran": 47822, + "emakers": 47823, + "ĠHath": 47824, + "Ġchinese": 47825, + "ĠDeng": 47826, + "ĠDaughters": 47827, + "ĠEars": 47828, + "ureate": 47829, + "ĠFF": 47830, + "ĠFog": 47831, + "ogun": 47832, + "ĠLR": 47833, + "ĠLoud": 47834, + "gham": 47835, + "Ġalligators": 47836, + "awak": 47837, + "Ġdefends": 47838, + "ĠProducers": 47839, + "Ġbackp": 47840, + "Ġlookup": 47841, + "Ġplanar": 47842, + "âĢĶwhether": 47843, + "-famous": 47844, + "rapid": 47845, + "ĠPlenty": 47846, + "Ġturnips": 47847, + "acca": 47848, + "Ġnegate": 47849, + "ĠGoes": 47850, + "Ġsoftly": 47851, + "ĠEmpty": 47852, + "Ġfasten": 47853, + "ICLE": 47854, + "Ġtelecommunication": 47855, + "ĠRemark": 47856, + "Ġdrooping": 47857, + "OTC": 47858, + "ĠDefined": 47859, + "Ġpossessive": 47860, + "Ġkilometre": 47861, + "Ġbathtub": 47862, + "Ġcrimson": 47863, + "Ġд": 47864, + "ĠRamayana": 47865, + "Ġlobbied": 47866, + "upert": 47867, + "ĠCRT": 47868, + "Ġextremism": 47869, + "Ġmulching": 47870, + "Ġchopping": 47871, + "Ġgamble": 47872, + "Ġsprinklers": 47873, + "Ġ...\"Ċ": 47874, + "Ġburdened": 47875, + "Ġmyeloma": 47876, + "provide": 47877, + "Ġarcheologists": 47878, + "ĠSoyuz": 47879, + "Occasionally": 47880, + "Ġundetectable": 47881, + "-patient": 47882, + "Ġacoustics": 47883, + "-September": 47884, + "ĠMagellan": 47885, + "Ġnexus": 47886, + "\"People": 47887, + "##": 47888, + "False": 47889, + "Omega": 47890, + "RAL": 47891, + "Turning": 47892, + "eridge": 47893, + "atize": 47894, + "Ġwis": 47895, + "Ġwont": 47896, + "itent": 47897, + "ĠTiffany": 47898, + "Ġstale": 47899, + "Ġprostitutes": 47900, + "adult": 47901, + "ĠMk": 47902, + "ĠBonds": 47903, + "emas": 47904, + "ntown": 47905, + "ivot": 47906, + "Ġshunt": 47907, + "icht": 47908, + "Ġcompressing": 47909, + "Ġimprec": 47910, + "orde": 47911, + "Ġreprint": 47912, + "Ġcozy": 47913, + "ĠArcher": 47914, + "ulls": 47915, + "-sy": 47916, + "increased": 47917, + "Ġtrellis": 47918, + "Ġcasein": 47919, + "escap": 47920, + "ĠMayflower": 47921, + "abitable": 47922, + "Ġbacterioph": 47923, + "-watt": 47924, + "Ġmeaningfully": 47925, + "Ġhydraul": 47926, + "Ġrespectfully": 47927, + "-Soviet": 47928, + "-Cont": 47929, + "ĠUNHCR": 47930, + "ĠOffices": 47931, + "Ġaltars": 47932, + "Ġsinner": 47933, + "Ġreceptacle": 47934, + "ün": 47935, + "ĠFinds": 47936, + "ĠCastile": 47937, + "udeau": 47938, + "Auto": 47939, + "Ġpredominately": 47940, + "ĠMAY": 47941, + "-inducing": 47942, + "Ġscraped": 47943, + "Ġecliptic": 47944, + "Ġpseudonym": 47945, + "ĠFifteen": 47946, + "ĠOwner": 47947, + "ον": 47948, + "Ġpunishable": 47949, + "Ġhypotension": 47950, + "ĠClaudia": 47951, + "Ġmultidimensional": 47952, + "Ġredeemed": 47953, + "ĠPaintings": 47954, + "ĠIbid": 47955, + "Ġestuarine": 47956, + "Ġcremation": 47957, + "ĠAuthentication": 47958, + "ĠPoultry": 47959, + "ĠArgonne": 47960, + "Ġenvisaged": 47961, + "ĠBasketball": 47962, + "ĠVoltaire": 47963, + "Ġdisbanded": 47964, + ".blogspot": 47965, + "uagint": 47966, + "Copy": 47967, + "Sel": 47968, + "bidden": 47969, + "jj": 47970, + "Ġtiers": 47971, + "inen": 47972, + "reve": 47973, + "enaries": 47974, + "Ġmute": 47975, + "ĠComes": 47976, + "Ġald": 47977, + "ĠPah": 47978, + "ĠPatt": 47979, + "ĠBust": 47980, + "ĠHays": 47981, + "ĠWAS": 47982, + "ĠDatabases": 47983, + "ĠEry": 47984, + "ĠREF": 47985, + "Ġusur": 47986, + "ideon": 47987, + "sohn": 47988, + "Ġarson": 47989, + "ĠVB": 47990, + "Ġearners": 47991, + "ommel": 47992, + "axter": 47993, + "ĠWhales": 47994, + "measured": 47995, + "ĠSeat": 47996, + "Ġredirected": 47997, + "Alaska": 47998, + "ĠAmount": 47999, + "Ġstandardize": 48000, + "ĠPrev": 48001, + "Ġcruisers": 48002, + "Ġcourtroom": 48003, + "ĠMetap": 48004, + "Ġdisapproval": 48005, + "Ġtransitioned": 48006, + "micron": 48007, + "/dis": 48008, + "Ġlinearly": 48009, + "ĠCollider": 48010, + "harvest": 48011, + "Ġwithdrawals": 48012, + "Ġradiologist": 48013, + "ĠHumane": 48014, + "ĠPromised": 48015, + "averal": 48016, + "ĠBernstein": 48017, + "Ġligand": 48018, + "ĠRandy": 48019, + "Ġbitterly": 48020, + "ĠInvite": 48021, + "Ġlubricants": 48022, + "Governments": 48023, + "ĠAdaptable": 48024, + "Ġcranberry": 48025, + "Ġcranberries": 48026, + "Ġdisseminating": 48027, + "Ġmicronutrient": 48028, + "Ġinoculated": 48029, + "aryngitis": 48030, + "Ġsmuggled": 48031, + "Ġgreetings": 48032, + "excluding": 48033, + "Become": 48034, + "Ġindiscriminate": 48035, + "ĠPokémon": 48036, + "Ġphthalates": 48037, + "Ġindeterminate": 48038, + "-vent": 48039, + "Mt": 48040, + "UES": 48041, + "á¼": 48042, + "atians": 48043, + "Ġdal": 48044, + "ĠTaurus": 48045, + "ĠSino": 48046, + "ĠIke": 48047, + "illos": 48048, + "Ġhectic": 48049, + "abody": 48050, + "ĠBret": 48051, + "ainable": 48052, + "ĠHuck": 48053, + "ĠDengue": 48054, + "ĠFidel": 48055, + "Ġjog": 48056, + "Ġarchery": 48057, + "ĠSten": 48058, + "Ġpreeclampsia": 48059, + "Ġraiding": 48060, + "hesda": 48061, + "Ġhers": 48062, + "Ġcurbs": 48063, + "Ġopiate": 48064, + "Ġconstriction": 48065, + "ĠAndalus": 48066, + "ĠWhig": 48067, + "Ġtopographical": 48068, + "ĠReception": 48069, + "ĠResonance": 48070, + "Ġuntrained": 48071, + "Ġfreest": 48072, + "iddled": 48073, + "spection": 48074, + "Ġblackouts": 48075, + "Ġinteractivity": 48076, + "ĠContribution": 48077, + "Ġdrywall": 48078, + "Ġdispositions": 48079, + "Ġmalformation": 48080, + "Ġ:)Ċ": 48081, + "Ġnervosa": 48082, + "ransitive": 48083, + "Ġflatulence": 48084, + "Ġcorporal": 48085, + "Ġaxon": 48086, + "ĠEssentials": 48087, + "ĠExpressions": 48088, + "Ġsharpness": 48089, + "anoi": 48090, + "bells": 48091, + "Ġsponsoring": 48092, + "Ġdistributor": 48093, + "ĠMongo": 48094, + "ĠEVERY": 48095, + "GRAM": 48096, + "ĠEspañ": 48097, + "ĠAllowing": 48098, + "Ġbrewery": 48099, + "Ġcascading": 48100, + "Childhood": 48101, + "Ġgulls": 48102, + "ĠContainer": 48103, + "ĠEuclidean": 48104, + "Archaeologists": 48105, + "Ġpluripotent": 48106, + "-African": 48107, + "-rot": 48108, + "-occupied": 48109, + "Ble": 48110, + "Band": 48111, + "Scan": 48112, + "Taken": 48113, + "Wear": 48114, + "ooly": 48115, + "pH": 48116, + "wagen": 48117, + "waffe": 48118, + "|K": 48119, + "Ġbrowning": 48120, + "animity": 48121, + "anayama": 48122, + "entive": 48123, + "Ġeased": 48124, + "Ġreorganized": 48125, + "Ġnude": 48126, + "ĠMF": 48127, + "âĢĻ-": 48128, + "ĠHild": 48129, + "ĠHitch": 48130, + "ĠHester": 48131, + "Ġchipped": 48132, + "ĠDylan": 48133, + "ĠGutenberg": 48134, + "plish": 48135, + "endra": 48136, + "ibi": 48137, + "Ġunison": 48138, + "nown": 48139, + "ĠStokes": 48140, + "ĠChak": 48141, + "architect": 48142, + "Ġpresby": 48143, + "Ġgrazed": 48144, + "Ġtreatises": 48145, + "ĠSpitzer": 48146, + "Ġclearest": 48147, + "Ġcleavage": 48148, + "parin": 48149, + "ĠColoss": 48150, + "Ġgrating": 48151, + "Ġcollided": 48152, + "Ġcathe": 48153, + "ĠHistories": 48154, + "ĠTravis": 48155, + "Ġdispensed": 48156, + ".);": 48157, + "ĠDischarge": 48158, + "ĠSchro": 48159, + "ĠBiosphere": 48160, + "ĠLikely": 48161, + "ĠRobbins": 48162, + "Recycling": 48163, + "Ġpedigree": 48164, + "ĠProposed": 48165, + "Ġticking": 48166, + "Consumers": 48167, + "Ġcryptic": 48168, + "ĠPMC": 48169, + "Ġexcavating": 48170, + "Ġmemorandum": 48171, + "ĠFilms": 48172, + "travel": 48173, + "Visitors": 48174, + "ĠICU": 48175, + "Ġdesperation": 48176, + "helpful": 48177, + "Defining": 48178, + "ĠHobbes": 48179, + "Ġminuscule": 48180, + "Ġintimidate": 48181, + "Ġinnocuous": 48182, + "Ġgeometries": 48183, + "Ġbunker": 48184, + "Ġtransporter": 48185, + "Ġvariegated": 48186, + "ĠGuinness": 48187, + "Ġamaranth": 48188, + "Cu": 48189, + "Harm": 48190, + "Pi": 48191, + "Ze": 48192, + "money": 48193, + "pu": 48194, + "ĠTern": 48195, + "ĠMou": 48196, + "ĠBrett": 48197, + "ĠDOT": 48198, + "ogic": 48199, + "ĠNintendo": 48200, + "ĠLough": 48201, + "Ġdisbelief": 48202, + "ĠThick": 48203, + "Ġimpot": 48204, + "Ġsobri": 48205, + "Ġunpro": 48206, + "Ġpegs": 48207, + "Ġoverrun": 48208, + "ĠVisc": 48209, + "ĠBeen": 48210, + "-load": 48211, + "aughlin": 48212, + "ĠGenius": 48213, + "Ġsweeps": 48214, + "Ġhomogenous": 48215, + "rasal": 48216, + "glacial": 48217, + "ÃŃo": 48218, + "ĠDarling": 48219, + "Ġphospholip": 48220, + "uggage": 48221, + "Ġyeah": 48222, + "Ġsupra": 48223, + "ĠNOx": 48224, + "ratulations": 48225, + "ĠElliot": 48226, + "ĠSelenium": 48227, + "Ġobstructed": 48228, + "-important": 48229, + "ĠCrusades": 48230, + "speople": 48231, + "ĠPerez": 48232, + "ĠMethane": 48233, + "Ġgruesome": 48234, + "Ġtranquility": 48235, + "ĠLactobacillus": 48236, + "ĠAdvocates": 48237, + "ĠSergeant": 48238, + "-gatherer": 48239, + "Ġmagistrates": 48240, + "ĠPersuasive": 48241, + "Ġenumeration": 48242, + "ĠPhilistines": 48243, + "-An": 48244, + "Ath": 48245, + "Cult": 48246, + "Soc": 48247, + "Slow": 48248, + "vast": 48249, + "Ġpere": 48250, + "Ġfide": 48251, + "Ġinwards": 48252, + "leb": 48253, + "season": 48254, + "chairs": 48255, + "igars": 48256, + "Ġoncoming": 48257, + "Ġstricken": 48258, + "Ġsushi": 48259, + "ĠHUM": 48260, + "ĠEscape": 48261, + "ĠNex": 48262, + "astewater": 48263, + "ĠOjib": 48264, + "Ġconscription": 48265, + "Ġsmelly": 48266, + "Ġtechnologists": 48267, + "ĠAnemia": 48268, + "ussed": 48269, + "Ġequipping": 48270, + "Italy": 48271, + "Ġcape": 48272, + "Ġcapitol": 48273, + "Ġwarring": 48274, + "ĠReserves": 48275, + "ĠCanaveral": 48276, + "-cooled": 48277, + "-tree": 48278, + "Ġmicrocephaly": 48279, + "asca": 48280, + "Ġconsequential": 48281, + "ĠSimmons": 48282, + "ĠRomanesque": 48283, + "ĠMatth": 48284, + "roglyph": 48285, + "Ġdoubted": 48286, + "ĠSunshine": 48287, + "ĠWellbeing": 48288, + "ĠBaba": 48289, + "Performance": 48290, + "ĠDevi": 48291, + "Ġhamster": 48292, + "Ġmagnetosphere": 48293, + "ĠHopi": 48294, + "Ġmesmer": 48295, + "icancer": 48296, + "subject": 48297, + "Ġexacerbating": 48298, + "figuration": 48299, + "ĠSituation": 48300, + "ĠMendel": 48301, + "Ġstyling": 48302, + "opathology": 48303, + "lipid": 48304, + "ĠEuclid": 48305, + "Ġepistemology": 48306, + "ĠSiegel": 48307, + "Ġfebrile": 48308, + "ĠShackleton": 48309, + "ĠSagittarius": 48310, + ")),": 48311, + "-rac": 48312, + "DN": 48313, + "Et": 48314, + "Mand": 48315, + "Neut": 48316, + "gum": 48317, + "gians": 48318, + "library": 48319, + "Ġeuropean": 48320, + "Ġnipples": 48321, + "ĠTLS": 48322, + "import": 48323, + "imicrobial": 48324, + "ĠCIS": 48325, + "ĠCaj": 48326, + "Ġhaph": 48327, + "romise": 48328, + "ĠFEMA": 48329, + "ĠRang": 48330, + "ĠRats": 48331, + "Ġkat": 48332, + "Ġresumes": 48333, + "angaroos": 48334, + "ĠStrand": 48335, + "Ġprehistory": 48336, + "Ġprefecture": 48337, + "Ġneedless": 48338, + "Ġcentenary": 48339, + "Ġartistry": 48340, + "-sac": 48341, + "Ġstillbirth": 48342, + "Ġretelling": 48343, + "Ġtrembling": 48344, + "Ġbirding": 48345, + "Ġbookstore": 48346, + "Ġlabors": 48347, + "Ġradium": 48348, + "Ġpredates": 48349, + "Ġcathedrals": 48350, + "Ġgeys": 48351, + "ĠTrafficking": 48352, + "Ġfrail": 48353, + "ĠFlame": 48354, + "Ġshipbuilding": 48355, + "OTHER": 48356, + "Ġadequacy": 48357, + "Ġtolerable": 48358, + "-center": 48359, + "ĠCarey": 48360, + "ĠReported": 48361, + "Ġvacu": 48362, + "Ġoverwinter": 48363, + "ĠContinued": 48364, + "ĠInitiatives": 48365, + "Ġsuitably": 48366, + "Glass": 48367, + "Ġstereotyping": 48368, + "ĠNormans": 48369, + "Ġdiverting": 48370, + "ères": 48371, + "negot": 48372, + "Ġlongh": 48373, + "Ġhindrance": 48374, + "ĠSanto": 48375, + "Ġcarnivore": 48376, + "azaar": 48377, + "plementing": 48378, + "Ġunhappiness": 48379, + "Ohio": 48380, + "andoah": 48381, + "Ġsoftened": 48382, + "anchez": 48383, + "plasticity": 48384, + "ĠWaldo": 48385, + "Ġointments": 48386, + "Ġunsatisfactory": 48387, + "Ġdiagonally": 48388, + "ĠElisabeth": 48389, + "Ġcannibalism": 48390, + "Ġhaphazard": 48391, + ".be": 48392, + "Duration": 48393, + "Fiber": 48394, + "MAS": 48395, + "Rural": 48396, + "happy": 48397, + "loc": 48398, + "looking": 48399, + "ËĮ": 48400, + "Ġses": 48401, + "orily": 48402, + "Ġbumper": 48403, + "Ġdc": 48404, + "Ġreiterated": 48405, + "select": 48406, + "thanks": 48407, + "opilot": 48408, + "ĠPoc": 48409, + "ĠHuge": 48410, + "pps": 48411, + "Ġchoral": 48412, + "ĠEf": 48413, + "ĠENS": 48414, + "ĠNer": 48415, + "ineal": 48416, + "ĠUA": 48417, + "ĠJasper": 48418, + "acey": 48419, + "Ġamoeb": 48420, + "Ġdifferentiates": 48421, + "ĠAlma": 48422, + "exec": 48423, + "Ġvehement": 48424, + "-flu": 48425, + "-code": 48426, + "-determined": 48427, + "Ġvoles": 48428, + "Ġsingles": 48429, + "Ġfunders": 48430, + "Ġannals": 48431, + "radio": 48432, + "aius": 48433, + "ĠCompounds": 48434, + "Ġlifeless": 48435, + "Ġcaptivated": 48436, + "ĠDaylight": 48437, + "Ġpolyurethane": 48438, + "Behavior": 48439, + "ĠBragg": 48440, + "Showing": 48441, + "Ġmistreatment": 48442, + "Ġislanders": 48443, + "Ġconsultancy": 48444, + "Ġsecretes": 48445, + "ĠBerber": 48446, + "ELS": 48447, + "ĠLouisa": 48448, + "ĠWherever": 48449, + "Quite": 48450, + "Percent": 48451, + "Ġdescriptor": 48452, + "Ġhygienist": 48453, + "soriatic": 48454, + "Ġdefaults": 48455, + "ĠOliv": 48456, + "ĠDiets": 48457, + "developing": 48458, + "ĠTennis": 48459, + ",âĢĻâĢĿ": 48460, + "Ġforbade": 48461, + "reference": 48462, + "Ġunderwear": 48463, + "ĠAtmosphere": 48464, + "ĠAutomotive": 48465, + "Ġcoupon": 48466, + "Ġreplenished": 48467, + "Ġexpansions": 48468, + "Ġlodges": 48469, + "ĠCarnival": 48470, + "ĠContributions": 48471, + "ĠMaui": 48472, + "Ġlengthening": 48473, + "Ġbureaucrats": 48474, + "ĠJainism": 48475, + "ĠStratford": 48476, + "Issue": 48477, + "ĠSeventy": 48478, + "Ġgeomagnetic": 48479, + "ĠOngoing": 48480, + "ĠMysteries": 48481, + "-promoting": 48482, + "ĠSeminole": 48483, + "\"So": 48484, + "&S": 48485, + "(P": 48486, + ",y": 48487, + "cost": 48488, + "oices": 48489, + "winter": 48490, + "à¨": 48491, + "rese": 48492, + "onk": 48493, + "Ġwading": 48494, + "Ġpum": 48495, + "ĠShed": 48496, + "ĠSime": 48497, + "ĠSesame": 48498, + "ĠCaf": 48499, + "Ġaloft": 48500, + "âĢĻ?": 48501, + "ĠRails": 48502, + "ĠRhythm": 48503, + "izi": 48504, + "Ġperils": 48505, + "ĠStraits": 48506, + "Ġupstairs": 48507, + "ricular": 48508, + "oughs": 48509, + "Ġblurring": 48510, + "isement": 48511, + "archae": 48512, + "ĠForrest": 48513, + "Ġvaliant": 48514, + "âĢľP": 48515, + "Ġprojectors": 48516, + "Ġforefathers": 48517, + "ĠShia": 48518, + "ampaign": 48519, + "Ġswans": 48520, + "Ġradiated": 48521, + "Ġpastries": 48522, + "ĠEnglishman": 48523, + "Ġmassacres": 48524, + "iamond": 48525, + "Ġdisplacing": 48526, + "-hole": 48527, + "Ġcustomization": 48528, + "ĠAnts": 48529, + "ENG": 48530, + "Ġshallower": 48531, + "Ġtransferable": 48532, + "ĠTexans": 48533, + "Ġcounterintuitive": 48534, + "ĠBerks": 48535, + "Tea": 48536, + "Ġlibido": 48537, + "Ġimmunocomp": 48538, + "masters": 48539, + "URS": 48540, + "ĠAttitudes": 48541, + "Ġcombatants": 48542, + "Ġtackles": 48543, + "Ġvenerated": 48544, + "-Japanese": 48545, + "ĠGarfield": 48546, + "ĠCritically": 48547, + "/home": 48548, + "ĠEncryption": 48549, + "ĠOptional": 48550, + "ĠJohan": 48551, + "Ġqi": 48552, + "ĠRotterdam": 48553, + "Ġexemplifies": 48554, + "ĠCypress": 48555, + "basic": 48556, + "ĠAntibiotic": 48557, + "ĠHormones": 48558, + "Ġpolynomials": 48559, + "Ġlaureate": 48560, + "Ġpesky": 48561, + "ĠBurkina": 48562, + "EVELOP": 48563, + "Ġinaccuracies": 48564, + "Ġretrograde": 48565, + "chrotron": 48566, + ".--": 48567, + ".These": 48568, + "Dictionary": 48569, + "Easter": 48570, + "Gate": 48571, + "Moh": 48572, + "nage": 48573, + "roring": 48574, + "witter": 48575, + "xs": 48576, + "zos": 48577, + "å°": 48578, + "Ġsout": 48579, + "least": 48580, + "Ġreinter": 48581, + "ĠAval": 48582, + "ĠSole": 48583, + "ĠCLE": 48584, + "ĠBub": 48585, + "Ġsegreg": 48586, + "ĠFUN": 48587, + "Ġsparrow": 48588, + "ĠNets": 48589, + "ĠNinety": 48590, + "ĠLPG": 48591, + "erella": 48592, + "Ġundersea": 48593, + "Ġemancip": 48594, + "ĠScopus": 48595, + "Ġlighten": 48596, + "bony": 48597, + "ĠLeather": 48598, + "ĠMariana": 48599, + "Ġturquoise": 48600, + "Ġcommunicators": 48601, + "Ġpetal": 48602, + "Ġpickle": 48603, + "ulfate": 48604, + "Ġdestroyers": 48605, + "-thin": 48606, + "ĠADC": 48607, + "Ġcircumvent": 48608, + "Ġsuspense": 48609, + "ĠHenrietta": 48610, + "Ġambush": 48611, + "BSCO": 48612, + "ĠSuperfund": 48613, + "Shell": 48614, + "Ġcowboy": 48615, + "ĠMidway": 48616, + "Reports": 48617, + "ĠDunbar": 48618, + "ĠPrak": 48619, + "ĠDhaka": 48620, + "ĠEXP": 48621, + "ĠChandler": 48622, + "ĠCybersecurity": 48623, + "ĠMiracle": 48624, + "-recogn": 48625, + "clockwise": 48626, + "ĠðŁĺ": 48627, + "Ġintersecting": 48628, + "ĠIncorporating": 48629, + "Ġmaltreatment": 48630, + "Ġlaxative": 48631, + "Ġboson": 48632, + "ĠTWO": 48633, + "Ġacetylcholine": 48634, + "ĠBartholomew": 48635, + "-conditioning": 48636, + "Ġpredicament": 48637, + "RODUCTION": 48638, + ")*": 48639, + "?id": 48640, + "MIN": 48641, + "hp": 48642, + "jev": 48643, + "kha": 48644, + "Ω": 48645, + "infect": 48646, + "atcher": 48647, + "Ġcabling": 48648, + "enheimer": 48649, + "Ġfable": 48650, + "Ġhref": 48651, + "stim": 48652, + "ĠTram": 48653, + "Ġanointed": 48654, + "ĠBok": 48655, + "ighorn": 48656, + "ppes": 48657, + "Ġchrome": 48658, + "ĠDodge": 48659, + "ĠFlies": 48660, + "Ġshave": 48661, + "ĠLut": 48662, + "reditation": 48663, + "ĠStowe": 48664, + "weak": 48665, + "Ġcoiled": 48666, + "former": 48667, + "ĠAlta": 48668, + "iera": 48669, + "Ġplaytime": 48670, + "arcourt": 48671, + "ĠExport": 48672, + "-poverty": 48673, + "-mar": 48674, + "Ġsingled": 48675, + "Store": 48676, + "Ġprimed": 48677, + "Ġurchins": 48678, + "valued": 48679, + "ĠCoins": 48680, + "Ġstrait": 48681, + "ĠQuinn": 48682, + "Anderson": 48683, + "Ġcruising": 48684, + "ĠRedd": 48685, + "Ġmagically": 48686, + "Ġcampaigners": 48687, + "Ġbrighten": 48688, + "ĠWhitehead": 48689, + "Conversely": 48690, + "ĠSalary": 48691, + "Ġfronds": 48692, + "Ġtalc": 48693, + "Ġmacula": 48694, + "ĠOSU": 48695, + "-July": 48696, + "ĠGarrett": 48697, + "ĠPolynesia": 48698, + "Ġdigitization": 48699, + "ĠKalam": 48700, + "oxylic": 48701, + "Ġdynamical": 48702, + "ĠSteinbeck": 48703, + "Ġscramble": 48704, + "ĠWORLD": 48705, + "Combining": 48706, + "Ġbiomechanics": 48707, + "ĠAnchorage": 48708, + "Ġmicrochip": 48709, + "Ġwoodpecker": 48710, + "Ġhermaph": 48711, + "ĠJubilee": 48712, + "Ġanthocyanins": 48713, + "Ġnominee": 48714, + "Ġexoskeleton": 48715, + "Ġpreoccupation": 48716, + "Ġbountiful": 48717, + "Ġcatapult": 48718, + "Ġunmistakable": 48719, + "Margaret": 48720, + "-bellied": 48721, + "-know": 48722, + "Arabic": 48723, + "Cannab": 48724, + "DV": 48725, + "Night": 48726, + "Taylor": 48727, + "conscious": 48728, + "mount": 48729, + "à·": 48730, + "Ġah": 48731, + "repid": 48732, + "Ġbales": 48733, + "asic": 48734, + "Ġthw": 48735, + "Ġnil": 48736, + "utant": 48737, + "ĠMansion": 48738, + "ĠHU": 48739, + "ĠHet": 48740, + "Ġseren": 48741, + "ĠFaster": 48742, + "ĠGED": 48743, + "lowers": 48744, + "Ġpream": 48745, + "Ġobel": 48746, + "Ġmeds": 48747, + "Ġenticing": 48748, + "rentices": 48749, + "-safety": 48750, + "Stories": 48751, + "Ġerotic": 48752, + "ĠGoa": 48753, + "ĠSyriac": 48754, + "ĠGenus": 48755, + "Ġdeepened": 48756, + "Ġbasements": 48757, + "ĠSmile": 48758, + "Ġwebinars": 48759, + "Ġoxygenation": 48760, + "Ġdramas": 48761, + "repair": 48762, + "Ġhyperplasia": 48763, + "-Bo": 48764, + "Ġpreferential": 48765, + "Ġafloat": 48766, + "Ġpupae": 48767, + "Deut": 48768, + "ĠEndowment": 48769, + "oirs": 48770, + "Ġchamomile": 48771, + "Preparation": 48772, + "Ġabstractions": 48773, + "Ġwirelessly": 48774, + "Ġperfusion": 48775, + "ĠEncouraging": 48776, + "ĠArchaeologists": 48777, + "ĠSCHOOL": 48778, + "Ġreluctantly": 48779, + "ĠCapitalism": 48780, + "ĠAthletic": 48781, + "ĠEvergreen": 48782, + "ĠSahib": 48783, + "-job": 48784, + "algae": 48785, + "Ġtilapia": 48786, + "Ġdiscernible": 48787, + "Ġstylish": 48788, + "Ġvernal": 48789, + "ĠChalde": 48790, + "Ġdisgusting": 48791, + "Ġcochlea": 48792, + "ĠUCSF": 48793, + "âģĦ": 48794, + "-Hungarian": 48795, + "ĠEmpowerment": 48796, + "Ġfidget": 48797, + "ĠYisrael": 48798, + "ĠAfrikaans": 48799, + "(f": 48800, + "/cl": 48801, + "Cla": 48802, + "Chemistry": 48803, + "Sight": 48804, + "bark": 48805, + "joint": 48806, + "lus": 48807, + "¶": 48808, + "inately": 48809, + "Ġcc": 48810, + "itters": 48811, + "alanine": 48812, + "leasing": 48813, + "Ġthrottle": 48814, + "omandibular": 48815, + "imic": 48816, + "ĠAffects": 48817, + "ĠBills": 48818, + "ĠBoul": 48819, + "ĠFaw": 48820, + "ĠGes": 48821, + "ĠJedi": 48822, + "cede": 48823, + "Ġindel": 48824, + "ownload": 48825, + "âĢľNo": 48826, + "Ġslap": 48827, + "Ġwarblers": 48828, + "ĠClovis": 48829, + "ĠSeymour": 48830, + "ĠZheng": 48831, + "-treat": 48832, + "-tank": 48833, + "ĠByr": 48834, + "Ġblackberries": 48835, + "ĠMarcel": 48836, + "rada": 48837, + "ollah": 48838, + "Ġoriginals": 48839, + "ĠParal": 48840, + "ĠConsent": 48841, + "rigger": 48842, + "-eared": 48843, + "ĠReligions": 48844, + "Ġflatter": 48845, + "ELD": 48846, + "Ġmammoths": 48847, + "ĠWorkshops": 48848, + "Orthodox": 48849, + "ĠAccommod": 48850, + "âĢĶthere": 48851, + "Ġscarf": 48852, + "Leod": 48853, + "/pdf": 48854, + "ĠEphesus": 48855, + "unciations": 48856, + "ĠBonif": 48857, + "Ġzoology": 48858, + "ĠBartlett": 48859, + "Ġnarrows": 48860, + "ĠSequencing": 48861, + "ĠPanther": 48862, + "Ġenvisions": 48863, + "Ġpaleontology": 48864, + "ĠDBMS": 48865, + "-limiting": 48866, + "Ġtroughs": 48867, + "ĠDHCP": 48868, + "ĠWeakness": 48869, + "ĠTuskegee": 48870, + "ĠBohr": 48871, + "Ġfrenzy": 48872, + "Ġgirdle": 48873, + "-Hungary": 48874, + "Towards": 48875, + "/x": 48876, + "/sp": 48877, + "?âĢĿ,": 48878, + "Achie": 48879, + "CAT": 48880, + "Mountain": 48881, + "Pacific": 48882, + "Voc": 48883, + "future": 48884, + "mountable": 48885, + "tag": 48886, + "|(": 48887, + "itia": 48888, + "anous": 48889, + "Ġbeque": 48890, + "ĠSalk": 48891, + "odgkin": 48892, + "ĠHanna": 48893, + "ĠWonders": 48894, + "Ġraspberry": 48895, + "ĠDIA": 48896, + "Ġshillings": 48897, + "ĠGord": 48898, + "Ġintractable": 48899, + "ĠJules": 48900, + "Ġunmarked": 48901, + "ĠChipp": 48902, + "tele": 48903, + "Ġblasphem": 48904, + "ĠYES": 48905, + "ĠAlone": 48906, + "ĠProbe": 48907, + "ĠScores": 48908, + "ĠScrolls": 48909, + "Ġsuccessively": 48910, + "-media": 48911, + "Ġpayoff": 48912, + "Ġaffliction": 48913, + "ĠSwami": 48914, + "Ġdispensing": 48915, + "Ġsonnet": 48916, + "-ST": 48917, + "ĠComplementary": 48918, + "Conduct": 48919, + "ĠNorwich": 48920, + "Ġaccelerators": 48921, + "Ġfrosts": 48922, + "ĠLoose": 48923, + "Ġmysticism": 48924, + "Ġdistinguishable": 48925, + "Ġfateful": 48926, + "othschild": 48927, + "Charl": 48928, + "Ġoffsetting": 48929, + "ĠRoche": 48930, + "Market": 48931, + "ĠMembership": 48932, + "Ġduplicates": 48933, + "à¥įय": 48934, + "irculation": 48935, + "Ġsurpassing": 48936, + "Ġawaits": 48937, + "ĠSlavs": 48938, + "Ġdiscretionary": 48939, + "Ġhomosexuals": 48940, + "Ġrooftops": 48941, + "Universal": 48942, + "Ġcaretakers": 48943, + "ĠSPACE": 48944, + "Ġeuphoria": 48945, + "ĠBantu": 48946, + "Ġimpulsivity": 48947, + "Ġsplicing": 48948, + "⣩": 48949, + ":\"": 48950, + "Own": 48951, + "Ped": 48952, + "dogs": 48953, + "goes": 48954, + "Ġsoggy": 48955, + "Ġcovid": 48956, + "Ġwoes": 48957, + "alan": 48958, + "Ġfinches": 48959, + "omn": 48960, + "Ġiso": 48961, + "ĠAux": 48962, + "ĠAPR": 48963, + "ĠIMA": 48964, + "ĠCoul": 48965, + "ĠCENT": 48966, + "Ġwhim": 48967, + "ĠMub": 48968, + "âĢĻT": 48969, + "Ġhacks": 48970, + "ĠGifted": 48971, + "Ġabyss": 48972, + "Ġplucked": 48973, + "velli": 48974, + "Ġpersevere": 48975, + "assen": 48976, + "associated": 48977, + "enser": 48978, + "ĠKarma": 48979, + "idently": 48980, + "Ġjustifying": 48981, + "Ġsignified": 48982, + "Ġlittered": 48983, + "âĢĶjust": 48984, + "-serving": 48985, + "ĠShire": 48986, + "entioned": 48987, + "Ġbiosecurity": 48988, + "Ġlocalised": 48989, + "ĠBeard": 48990, + "-medical": 48991, + "Ġbigotry": 48992, + "share": 48993, + "ĠPrezi": 48994, + "Ġmiscellaneous": 48995, + "ĠValve": 48996, + "ĠMorales": 48997, + "ADD": 48998, + "ĠReflections": 48999, + "Ġdepositing": 49000, + "ĠWoodpeck": 49001, + "ographed": 49002, + "Ġherbivorous": 49003, + "Ġadmiral": 49004, + "Ġcompensatory": 49005, + "originally": 49006, + "Ġsketched": 49007, + "ĠOsborne": 49008, + "Ġpulpit": 49009, + "Feeling": 49010, + "Ġtriumphs": 49011, + "ĠKennel": 49012, + "Ġunlocked": 49013, + "ĠRibbon": 49014, + "ĠConfucian": 49015, + "Integrated": 49016, + "ĠTrigger": 49017, + "Ġdishonest": 49018, + "Ġinterferon": 49019, + "Ġglycerol": 49020, + "Ġheyday": 49021, + "Ġenumerated": 49022, + "Ġprotozoa": 49023, + "gamesh": 49024, + "Ġaisles": 49025, + "Got": 49026, + "Lay": 49027, + "UX": 49028, + "cole": 49029, + "fiction": 49030, + "grades": 49031, + "size": 49032, + "Ġcd": 49033, + "aldehyde": 49034, + "Ġdads": 49035, + "igested": 49036, + "ĠCush": 49037, + "ĠCPS": 49038, + "Ġwithheld": 49039, + "ĠPPP": 49040, + "ĠWak": 49041, + "Ġabiding": 49042, + "Ġusher": 49043, + "Ġplugin": 49044, + "Ġinculc": 49045, + "Ġcontended": 49046, + "Ġtimid": 49047, + "nowled": 49048, + "ĠStark": 49049, + "Ġdiffused": 49050, + "ĠVend": 49051, + "nez": 49052, + "Ġmodifiers": 49053, + "Ġinterlocking": 49054, + "-business": 49055, + "Ġdonkeys": 49056, + "Ġwarbler": 49057, + "ĠExams": 49058, + "ĠPlacing": 49059, + "Ġbrook": 49060, + "yma": 49061, + "Ġstoryline": 49062, + "Ġskinny": 49063, + "ĠWillie": 49064, + "Ġimagines": 49065, + "Ġmalaise": 49066, + "-leaved": 49067, + "ĠBayesian": 49068, + "ĠDiscovered": 49069, + "stonia": 49070, + "Ġhydrogenated": 49071, + "ĠCaused": 49072, + "IRT": 49073, + "Ġlesbians": 49074, + "ĠVerd": 49075, + "ĠHeadache": 49076, + "ĠCrimes": 49077, + "ĠNeedle": 49078, + "Ġcitizenry": 49079, + "Ġmarty": 49080, + "Ġpatchy": 49081, + "Survey": 49082, + "Ġbronchi": 49083, + "Classical": 49084, + "Ġnodule": 49085, + "Ġsuckers": 49086, + "Ġhatchlings": 49087, + "Continuing": 49088, + "amycin": 49089, + "»Ċ": 49090, + "assemble": 49091, + "ĠApostolic": 49092, + "ĠTherapists": 49093, + "ĠDestruction": 49094, + "ĠZoological": 49095, + "Ġcongregate": 49096, + "Ġlemurs": 49097, + "Ġspyware": 49098, + "ĠSoup": 49099, + "Ġindentured": 49100, + "Ġunlucky": 49101, + "ĠGonzalez": 49102, + "ĠTubman": 49103, + "ĠAlgorithm": 49104, + "ĠAttempts": 49105, + "ĠZimmerman": 49106, + "Ġstoryteller": 49107, + "Ġblatant": 49108, + "ĠRestaurant": 49109, + "Bow": 49110, + "Bloom": 49111, + "HM": 49112, + "Ign": 49113, + "IRE": 49114, + "Laser": 49115, + "Wait": 49116, + "dock": 49117, + "fen": 49118, + "analy": 49119, + "animals": 49120, + "Ġmergers": 49121, + "Ġdermis": 49122, + "omite": 49123, + "ĠTight": 49124, + "kees": 49125, + "aculate": 49126, + "emorial": 49127, + "Ġchuck": 49128, + "ĠNoun": 49129, + "ĠGiles": 49130, + "ĠGEO": 49131, + "gha": 49132, + "iaceae": 49133, + "avened": 49134, + "ĠKlaus": 49135, + "ĠVAL": 49136, + "Ġprimes": 49137, + "Ġinvoking": 49138, + "Ġclassifies": 49139, + "ĠArbit": 49140, + "Ġwarheads": 49141, + "Anna": 49142, + "Ġzoster": 49143, + "Ġgeneralizations": 49144, + "Ġprivatization": 49145, + "ĠNeal": 49146, + "Ġfederalism": 49147, + "Ġdependant": 49148, + "Ġjudicious": 49149, + "ĠOffering": 49150, + "ĠâĦ": 49151, + "ĠSlaves": 49152, + "-Time": 49153, + "ĠSuperman": 49154, + "Ġconservatism": 49155, + "Ġsophom": 49156, + "Priv": 49157, + "ĠAuditory": 49158, + "Ġexchangers": 49159, + "Ġmilitants": 49160, + "roscope": 49161, + "ĠQuestionnaire": 49162, + "Ġprosecutors": 49163, + "-open": 49164, + "-worker": 49165, + "Ġbundled": 49166, + "Ġproprio": 49167, + "Ġscrapped": 49168, + "Ġstylized": 49169, + "ĠCerebral": 49170, + "Ġmiraculously": 49171, + "ĠBundle": 49172, + "Ġbumblebees": 49173, + "Ġplasmid": 49174, + "Ġthymus": 49175, + "Ġcomforts": 49176, + "Ġimpeachment": 49177, + "Ġmottled": 49178, + "ĠTajikistan": 49179, + "ĠLuftwaffe": 49180, + "Cutting": 49181, + "Garden": 49182, + "Horm": 49183, + "Jews": 49184, + "Kh": 49185, + "Trade": 49186, + "drug": 49187, + "fell": 49188, + "lake": 49189, + "tax": 49190, + "together": 49191, + "Ġpiling": 49192, + "Ġinescap": 49193, + "ouching": 49194, + "igong": 49195, + "Ġconifer": 49196, + "Ġdere": 49197, + "ĠPaz": 49198, + "ĠPAN": 49199, + "ĠBless": 49200, + "estation": 49201, + "Ġneopl": 49202, + "ĠROS": 49203, + "Ġspelt": 49204, + "ĠIncent": 49205, + "apen": 49206, + "inde": 49207, + "Ġimpossibility": 49208, + "Ġscour": 49209, + "Ġrags": 49210, + "henic": 49211, + "Ġpoli": 49212, + "-sil": 49213, + "increase": 49214, + "-fer": 49215, + "Ġparole": 49216, + "Ġparamed": 49217, + "ĠShosh": 49218, + "ĠToilet": 49219, + "-position": 49220, + "ĠGeothermal": 49221, + "uckoo": 49222, + "Ġseparator": 49223, + "ĠXan": 49224, + "ARCH": 49225, + "ĠNeon": 49226, + "Ġhotline": 49227, + "Ġagreeable": 49228, + "ĠMcLean": 49229, + "Ġhomologous": 49230, + "cheon": 49231, + "-named": 49232, + "Ġunsub": 49233, + "Constant": 49234, + "-seat": 49235, + "-shape": 49236, + "ĠGoldstein": 49237, + "atalog": 49238, + "Ġmosquitos": 49239, + "ĠMeridian": 49240, + "Ġhamburger": 49241, + "ĠTiming": 49242, + "ĠOlympia": 49243, + "Ġbinomial": 49244, + "Ġbiofilms": 49245, + "на": 49246, + "Ġphonemic": 49247, + "Ġthrusters": 49248, + "ĠBrandenburg": 49249, + "xxxx": 49250, + "Ġlosers": 49251, + "ĠLottery": 49252, + "-reflection": 49253, + "Ġappendages": 49254, + "ĠHubbard": 49255, + "Ġdismantle": 49256, + "ĠCobb": 49257, + "Ġphilanthropy": 49258, + "multiple": 49259, + "Gradu": 49260, + "Ġgiraffes": 49261, + "Ġapricot": 49262, + "Ġmagistrate": 49263, + "Ġdharma": 49264, + "Ġdelinquency": 49265, + "Front": 49266, + "bic": 49267, + "eval": 49268, + "locks": 49269, + "service": 49270, + "Ġislet": 49271, + "ĠTens": 49272, + "ĠTowers": 49273, + "ĠCros": 49274, + "ĠCCT": 49275, + "ĠCARE": 49276, + "elon": 49277, + "ĠMAS": 49278, + "ĠPeng": 49279, + "ĠFacing": 49280, + "ogonal": 49281, + "Ġsputum": 49282, + "ĠNath": 49283, + "Ġkangaroo": 49284, + "ĠStony": 49285, + "ĠKJV": 49286, + "Ġbetting": 49287, + "ĠVeda": 49288, + "Ġedifice": 49289, + "Ġpersonification": 49290, + "Ġrestful": 49291, + "rape": 49292, + "ĠPlatinum": 49293, + "Ġnaturalism": 49294, + "ĠZag": 49295, + "Ġillus": 49296, + "Ġcutoff": 49297, + "ĠShepard": 49298, + "plicate": 49299, + "ferably": 49300, + "ĠStudios": 49301, + "ĠPrimer": 49302, + "ĠCompensation": 49303, + "-wa": 49304, + "ĠSocio": 49305, + "Ġcitrate": 49306, + "Ġsectional": 49307, + "Ġcookware": 49308, + "Adjust": 49309, + "ĠSanford": 49310, + "ĠGreenberg": 49311, + "ĠDecline": 49312, + "Ġpleaded": 49313, + "ĠSTI": 49314, + "Shop": 49315, + "Ġcertify": 49316, + "ĠMacdonald": 49317, + "Ġdiscriminating": 49318, + "Ġafrica": 49319, + "Ġtheorems": 49320, + "CAA": 49321, + "UNICEF": 49322, + "ĠMahm": 49323, + "ĠVerse": 49324, + "ĠDOES": 49325, + "Ġcloths": 49326, + "Ġinefficiency": 49327, + "-period": 49328, + "ĠJuniper": 49329, + "ĠTroops": 49330, + "Ġkneeling": 49331, + "Ġintricately": 49332, + "ĠTerminology": 49333, + "Ġlimbic": 49334, + "ĠWHERE": 49335, + "Ġflocked": 49336, + "ĠÅļ": 49337, + "ĠStrengthening": 49338, + "ĠLecturer": 49339, + "ĠHippocrates": 49340, + "-ocean": 49341, + "ĠCompletion": 49342, + "Ġskyrocketed": 49343, + "Jacob": 49344, + "Ġpromulgated": 49345, + "Ġloopholes": 49346, + "ĠAborigines": 49347, + ".exe": 49348, + "ĠShetland": 49349, + "Ġremittances": 49350, + "ĠConqueror": 49351, + "ĠÑ": 49352, + "Ale": 49353, + "Bringing": 49354, + "IBM": 49355, + "bay": 49356, + "wired": 49357, + "ðIJ": 49358, + "Ġbc": 49359, + "Ġfenced": 49360, + "anied": 49361, + "Ġmumm": 49362, + "Ġdre": 49363, + "Ġdaff": 49364, + "Ġislets": 49365, + "ĠTurtles": 49366, + "Ġsteeper": 49367, + "ully": 49368, + "Ġsudo": 49369, + "ĠBubble": 49370, + "emaking": 49371, + "ĠDN": 49372, + "astika": 49373, + "Ġallocations": 49374, + "Ġsoya": 49375, + "Ġwaterlog": 49376, + "Ġsmiled": 49377, + "Ġcoeliac": 49378, + "Ġinsol": 49379, + "Ġvaluing": 49380, + "ussen": 49381, + "âĢľHow": 49382, + "Ġsymbiosis": 49383, + "Ġmusket": 49384, + "erno": 49385, + "Ġcalmer": 49386, + "ympathetic": 49387, + "Ġselfless": 49388, + "ĠGoat": 49389, + "ström": 49390, + "Ġblackout": 49391, + "Ġmicrogravity": 49392, + "ĠTrudeau": 49393, + "regate": 49394, + "Ġvisitation": 49395, + "ATING": 49396, + "Ġirides": 49397, + "ĠQuaternary": 49398, + "ĠCongregation": 49399, + "ĠNAFTA": 49400, + "zzles": 49401, + "Ġintelligible": 49402, + "ETY": 49403, + "ADS": 49404, + "ĠIrregular": 49405, + "nette": 49406, + "ĠMSM": 49407, + "Ġdiploid": 49408, + "-healing": 49409, + "ĠBonnie": 49410, + "ĠBolivian": 49411, + "âĤ¬âĢľ": 49412, + "Ġcraftsman": 49413, + "Ġeyelashes": 49414, + "ли": 49415, + "Ġcrayon": 49416, + "ardiogram": 49417, + "Ġohm": 49418, + "Ġpaleontologist": 49419, + "Ġchristian": 49420, + "faith": 49421, + "Principal": 49422, + "-Share": 49423, + "Ġkidnapping": 49424, + "Ġantisocial": 49425, + "ĠNIOSH": 49426, + "Calculate": 49427, + "Ġitalic": 49428, + "ĠPoseidon": 49429, + "ĠOphthalmology": 49430, + "Guidelines": 49431, + "/y": 49432, + "VPN": 49433, + "cure": 49434, + "Ġtbsp": 49435, + "Ġmica": 49436, + "Ġdime": 49437, + "leuc": 49438, + "âĢķ": 49439, + "Ġdext": 49440, + "ĠBars": 49441, + "ĠWills": 49442, + "ĠFion": 49443, + "ĠFool": 49444, + "ĠRite": 49445, + "ungen": 49446, + "ĠLill": 49447, + "ĠLennon": 49448, + "Ġintrac": 49449, + "ĠOss": 49450, + "Ġjihad": 49451, + "Ġoutlying": 49452, + "Ġoutnumber": 49453, + "Ġworkbooks": 49454, + "Ġrote": 49455, + "ĠChatham": 49456, + "ypus": 49457, + "ceptible": 49458, + "Ġmonograph": 49459, + "ĠProven": 49460, + "Ġlessens": 49461, + "Ġcellphones": 49462, + "ĠScenic": 49463, + "clam": 49464, + "ĠAndré": 49465, + "roduces": 49466, + "Ġsafari": 49467, + "scopy": 49468, + "-campus": 49469, + "Ġshortfall": 49470, + "accala": 49471, + "Ġstressor": 49472, + "Ġbatting": 49473, + "Ġreviewer": 49474, + "Ġloggers": 49475, + "ĠAppropri": 49476, + "Ġunsupp": 49477, + "ĠRoberto": 49478, + "uminium": 49479, + "visional": 49480, + "ROW": 49481, + "Ġcommentator": 49482, + "Ġsinned": 49483, + "Ġcarton": 49484, + "Dealing": 49485, + "Ġinterfered": 49486, + "hydro": 49487, + "colonial": 49488, + "Ġк": 49489, + "ĠSurveyor": 49490, + "Ġprecedents": 49491, + "Ġpassionately": 49492, + "Ġanticipates": 49493, + "ĠMidland": 49494, + "Ġpolluters": 49495, + "ĠSudoku": 49496, + "ĠSpeakers": 49497, + "ĠGerard": 49498, + "ĠHanson": 49499, + "Ġsingularity": 49500, + "Ġantimatter": 49501, + "ĠFraud": 49502, + "Ġaristocrats": 49503, + "Ġreckoned": 49504, + "provided": 49505, + "Ġsplendor": 49506, + "Ġmiscarriages": 49507, + "ĠBrighton": 49508, + "Ġunloading": 49509, + "Ġpsychoanalysis": 49510, + "Ġlocusts": 49511, + "ĠAntoine": 49512, + "ĠXinjiang": 49513, + "ĠEmbedded": 49514, + "ĠCongregational": 49515, + ".?": 49516, + "Liver": 49517, + "Ġsuture": 49518, + "Ġgrubs": 49519, + "Ġstumps": 49520, + "irp": 49521, + "iflu": 49522, + "ĠMab": 49523, + "ĠPNAS": 49524, + "quarie": 49525, + "ĠLIN": 49526, + "route": 49527, + "ffen": 49528, + "Ġallusion": 49529, + "aryana": 49530, + "Ġpartisans": 49531, + "Ġscouting": 49532, + "Ġquark": 49533, + "Ġamateurs": 49534, + "ethanol": 49535, + "issued": 49536, + "Ġdefibrill": 49537, + "ĠArs": 49538, + "ĠScroll": 49539, + "-skilled": 49540, + "espe": 49541, + "ĠAndersen": 49542, + "Ġpurplish": 49543, + "Ġlegions": 49544, + "Ġradii": 49545, + "ĠBeacon": 49546, + "emberg": 49547, + "ĠWarfare": 49548, + "encycl": 49549, + "ĠManning": 49550, + "ĠCoaching": 49551, + "Ġpositional": 49552, + "ĠMinerva": 49553, + "pea": 49554, + "-toed": 49555, + "ĠGraz": 49556, + "ĠBarnett": 49557, + "ĠPhilips": 49558, + "ĠMaas": 49559, + "Ġexcelled": 49560, + "ĠOrganized": 49561, + "ĠSerpent": 49562, + "organization": 49563, + "cripts": 49564, + "Ġoverwintering": 49565, + "Ġpyreth": 49566, + "ĠEstimate": 49567, + "ĠFourteenth": 49568, + "Ġtabernacle": 49569, + "Ġnumerically": 49570, + "Ġnumerator": 49571, + "Ġforbidding": 49572, + "Ġcarnival": 49573, + "normally": 49574, + "Ġreciprocity": 49575, + "DOE": 49576, + "ĠWatkins": 49577, + "Ġwickedness": 49578, + "Ġcistern": 49579, + "ĠCarbohydrates": 49580, + "Ġperforation": 49581, + "ĠSpartan": 49582, + "Ġrallied": 49583, + "Ġfanciful": 49584, + "ĠByzantium": 49585, + "ĠBolshevik": 49586, + "Ġphytonutrients": 49587, + "Bible": 49588, + "Pure": 49589, + "Warm": 49590, + "ZE": 49591, + "dl": 49592, + "gt": 49593, + "hler": 49594, + "inberg": 49595, + "atars": 49596, + "Ġply": 49597, + "inged": 49598, + "Ġhicc": 49599, + "ĠeBay": 49600, + "Ġstator": 49601, + "Ġstucco": 49602, + "ĠSoda": 49603, + "ithub": 49604, + "Ġanarchy": 49605, + "ĠBRA": 49606, + "aci": 49607, + "acer": 49608, + "Ġry": 49609, + "ĠDK": 49610, + "ĠEH": 49611, + "ĠNIA": 49612, + "ĠGong": 49613, + "ĠLup": 49614, + "ĠJunk": 49615, + "ĠJuris": 49616, + "Ġclipped": 49617, + "Ġclamps": 49618, + "Ġscandals": 49619, + "ĠStabil": 49620, + "phant": 49621, + "Ġaccru": 49622, + "Ġshearing": 49623, + "ĠArun": 49624, + "ugawa": 49625, + "ĠShoes": 49626, + "Ġpostsecondary": 49627, + "Ġcranks": 49628, + "ĠMedline": 49629, + "sprey": 49630, + "Ġfatten": 49631, + "Ġcolloidal": 49632, + "ĠPeabody": 49633, + "Ġaudi": 49634, + "ĠAgents": 49635, + "ĠRecy": 49636, + "iosa": 49637, + "ĠRomani": 49638, + "ĠSchles": 49639, + "Ġresourceful": 49640, + "Ġreactionary": 49641, + "Ġalgorithmic": 49642, + "ĠGlobalization": 49643, + "ĠExtract": 49644, + "ĠHawks": 49645, + "ĠVariety": 49646, + "Ġriboflavin": 49647, + "Ġradiates": 49648, + "Ġjurisprudence": 49649, + "ĠOsiris": 49650, + "robiology": 49651, + "ĠRequires": 49652, + "Ġstratum": 49653, + "ĠChemotherapy": 49654, + "Ġrallying": 49655, + "photos": 49656, + "Ġraptors": 49657, + "ĠElevated": 49658, + "ĠWritings": 49659, + "\"With": 49660, + "-obs": 49661, + "Cass": 49662, + "LF": 49663, + "RM": 49664, + "Times": 49665, + "picuous": 49666, + "|Part": 49667, + "heated": 49668, + "onica": 49669, + "itr": 49670, + "Ġreel": 49671, + "Ġlint": 49672, + "Ġluggage": 49673, + "Ġyacht": 49674, + "irut": 49675, + "ĠCorm": 49676, + "ĠMIC": 49677, + "ĠPing": 49678, + "quets": 49679, + "ĠWings": 49680, + "ĠWAR": 49681, + "Ġspiked": 49682, + "Ġkinetics": 49683, + "endom": 49684, + "ĠKremlin": 49685, + "teach": 49686, + "Ġknowingly": 49687, + "Ġsubunit": 49688, + "Ġcaramel": 49689, + "ĠAnita": 49690, + "ĠArbore": 49691, + "Ġhumanist": 49692, + "Ġparal": 49693, + "Ġsuns": 49694, + "ĠCarpath": 49695, + "plicating": 49696, + "ERA": 49697, + "Ġsatirical": 49698, + "Ġcolonisation": 49699, + "ĠMeals": 49700, + "Ġcardinals": 49701, + "Ġvisualisation": 49702, + "ĠSeptuagint": 49703, + "ĠReadiness": 49704, + "ĠMcP": 49705, + "Ġlettering": 49706, + "ĠSTART": 49707, + "-Mar": 49708, + "Ġthinly": 49709, + "ĠÃħ": 49710, + "Ġskillfully": 49711, + "ĠCareful": 49712, + "ĠCyan": 49713, + "Ġhusk": 49714, + "Mechanical": 49715, + "Ġauthenticate": 49716, + "rypted": 49717, + "Ġcapsaicin": 49718, + "Ġjoyous": 49719, + "Ġfluoridated": 49720, + "ĠSPD": 49721, + "Ġinefficiencies": 49722, + "ĠStorytelling": 49723, + "ĠTurkmen": 49724, + "Ġliberalization": 49725, + "ĠMissionary": 49726, + "-complex": 49727, + "ĠTalks": 49728, + "ĠHunters": 49729, + "Ġprosecute": 49730, + "ĠSudanese": 49731, + "ĠBabylonians": 49732, + "ansomware": 49733, + "ĠDEET": 49734, + "Ġbrigades": 49735, + "ĠPyramids": 49736, + "Ġpalpable": 49737, + "Ġagroforestry": 49738, + "人": 49739, + "Audio": 49740, + "acetamol": 49741, + "ĠKernel": 49742, + "Ġpsychedelic": 49743, + "ĠDundee": 49744, + "ĠKuhn": 49745, + "romycin": 49746, + "Brand": 49747, + "Fifty": 49748, + "Hu": 49749, + "TF": 49750, + "lots": 49751, + "nant": 49752, + "Ġfurs": 49753, + "Ġinl": 49754, + "Ġdas": 49755, + "roa": 49756, + "iligo": 49757, + "stalk": 49758, + "Ġforkl": 49759, + "iginal": 49760, + "Ġaspen": 49761, + "Ġalms": 49762, + "optery": 49763, + "ĠPem": 49764, + "ĠPisa": 49765, + "orea": 49766, + "Ġchamele": 49767, + "ĠDrex": 49768, + "ĠFon": 49769, + "ĠNess": 49770, + "ecs": 49771, + "ĠJorge": 49772, + "Ġcland": 49773, + "Ġunab": 49774, + "Ġunmatched": 49775, + "Ġtracer": 49776, + "onshire": 49777, + "ifices": 49778, + "ĠVenn": 49779, + "ĠVEG": 49780, + "ĠVBA": 49781, + "Ġspeculations": 49782, + "rope": 49783, + "Ġearwax": 49784, + "Ġpatella": 49785, + "Ġskincare": 49786, + "Ġdefied": 49787, + "Ġmycel": 49788, + "-summer": 49789, + "Ġsocialists": 49790, + "ernel": 49791, + "Ġbiomes": 49792, + "Ġurtic": 49793, + "Ġdestitute": 49794, + "ĠAmid": 49795, + "ophagy": 49796, + "mbH": 49797, + "ATIVE": 49798, + "ĠSuitable": 49799, + "ĠParthen": 49800, + "-stream": 49801, + "IVES": 49802, + "ĠServing": 49803, + "Ġuncanny": 49804, + "ĠInstalling": 49805, + "romechanical": 49806, + "Ġcomprehensible": 49807, + "ĠOrganisms": 49808, + "Teens": 49809, + "Ġsteelhead": 49810, + "ĠMerit": 49811, + "ĠMSN": 49812, + "Ġphosphates": 49813, + "ĠMaharaja": 49814, + "Complex": 49815, + "Ġoxidizing": 49816, + "Ġreplicas": 49817, + "Ġtrailers": 49818, + "ĠAuditor": 49819, + "ĠFauna": 49820, + "ĠANC": 49821, + "ĠGregor": 49822, + "Ġconspir": 49823, + "Ġprioritise": 49824, + "ĠTaiwanese": 49825, + "Ġtroposphere": 49826, + "folded": 49827, + "Ġabolitionists": 49828, + "Ġadenosine": 49829, + "ĠDestro": 49830, + "ĠBurgundy": 49831, + "ĠExtremely": 49832, + "Ġornamentation": 49833, + "Ġphyto": 49834, + "Ġsynergistic": 49835, + "ĠAsteroid": 49836, + "ĠAllegheny": 49837, + "freedom": 49838, + "ĠEntrepreneurship": 49839, + "ĠEpsom": 49840, + "Ġuncomplicated": 49841, + "-We": 49842, + "Ig": 49843, + "Jenn": 49844, + "Sty": 49845, + "Zinc": 49846, + "crete": 49847, + "diet": 49848, + "fishing": 49849, + "holtz": 49850, + "pie": 49851, + "uistic": 49852, + "vie": 49853, + "×Ĺ": 49854, + "orant": 49855, + "Ġfennel": 49856, + "Ġhates": 49857, + "ĠSUM": 49858, + "Ġ(£": 49859, + "ĠBaird": 49860, + "ĠHIGH": 49861, + "ĠWien": 49862, + "ĠDDR": 49863, + "ĠGaud": 49864, + "ĠOC": 49865, + "Ġevocative": 49866, + "ricorn": 49867, + "ĠChia": 49868, + "Ġraided": 49869, + "Thread": 49870, + "genstein": 49871, + "ociative": 49872, + "measure": 49873, + "Ġpassports": 49874, + "Ġassociative": 49875, + "Ġhysterectomy": 49876, + "Street": 49877, + "ĠChristi": 49878, + "beyond": 49879, + "auty": 49880, + "ĠGenoa": 49881, + ".gl": 49882, + "_____": 49883, + "ĠTragedy": 49884, + "iplash": 49885, + "Ġunco": 49886, + "Ġacademies": 49887, + "Ġmomentary": 49888, + "Ġutilisation": 49889, + "gmental": 49890, + "ĠVolvo": 49891, + "ĠFrey": 49892, + "ĠBurden": 49893, + "inette": 49894, + "Ġpineal": 49895, + "Ġrepeatable": 49896, + "functional": 49897, + "Ġmarginalised": 49898, + "Ġtethered": 49899, + "music": 49900, + "Ġnavigator": 49901, + "explained": 49902, + "Ġcensuses": 49903, + "-reducing": 49904, + "Ġtilting": 49905, + "Ġpulsar": 49906, + "Salmon": 49907, + "ĠGOOD": 49908, + "ĠRESEARCH": 49909, + "-ordination": 49910, + "ĠMunicipality": 49911, + "ĠKoran": 49912, + "Ġcentrifuge": 49913, + "-cancerous": 49914, + "Ġfissure": 49915, + "Ġbifida": 49916, + "vehicle": 49917, + "ĠBharat": 49918, + "Ġelectrophoresis": 49919, + "Ġscorching": 49920, + "Frederick": 49921, + "Ġerythemat": 49922, + "ĠMilitia": 49923, + "Ġmonogamous": 49924, + "Ġposthumously": 49925, + "Hitler": 49926, + "(R": 49927, + ")\".": 49928, + "-Indian": 49929, + "/view": 49930, + "Bh": 49931, + "Jet": 49932, + "Success": 49933, + "certain": 49934, + "atran": 49935, + "Ġpoker": 49936, + "alb": 49937, + "Ġfusing": 49938, + "ĠTenth": 49939, + "imedes": 49940, + "racing": 49941, + "ĠAWS": 49942, + "ĠSinh": 49943, + "elis": 49944, + "âĢĻH": 49945, + "ĠBom": 49946, + "emi": 49947, + "ĠDir": 49948, + "ĠRatt": 49949, + "ĠGers": 49950, + "ĠLupus": 49951, + "outi": 49952, + "astric": 49953, + "onging": 49954, + "ongest": 49955, + "ensual": 49956, + "Ġrepud": 49957, + "Ġindiv": 49958, + "Ġmodulating": 49959, + "Ġcaravan": 49960, + "Ġinterwoven": 49961, + "aleb": 49962, + "âĢĶsome": 49963, + "-shell": 49964, + "anka": 49965, + "ankham": 49966, + "Ġbasking": 49967, + "Ġparse": 49968, + "Ġcyberspace": 49969, + "Ġverifiable": 49970, + "rengthening": 49971, + "Ġsilenced": 49972, + "-hunting": 49973, + "ĠFrenchman": 49974, + "Exam": 49975, + "-Sch": 49976, + "STAR": 49977, + "Ġfloodplains": 49978, + "ĠAutob": 49979, + "ĠPlanned": 49980, + "ĠPortfolio": 49981, + "Ġpermanence": 49982, + "oooo": 49983, + "RIG": 49984, + "Ġgranddaughter": 49985, + "ELA": 49986, + "Ġaccelerometer": 49987, + "Ġmultiplicity": 49988, + "ĠParisian": 49989, + "Ġmanipulatives": 49990, + "Ġcoronal": 49991, + "Ġparallelism": 49992, + "ĠRomney": 49993, + "anooga": 49994, + "Ġveneration": 49995, + "ĠSiri": 49996, + "ĠSirius": 49997, + "ĠImpaired": 49998, + "ĠMachia": 49999, + "Translation": 50000, + "ĠIntegrating": 50001, + "lynn": 50002, + "Ġmetallurgy": 50003, + "Ġmobilizing": 50004, + "khaz": 50005, + "Ġbattled": 50006, + "Ġutterance": 50007, + "ĠBosnian": 50008, + "ĠEugen": 50009, + "Steel": 50010, + "ĠMOOC": 50011, + "Estimates": 50012, + "Ġvaguely": 50013, + "Ġhydroponics": 50014, + "ĠKathryn": 50015, + "Ġcatholic": 50016, + "Ġinsurmountable": 50017, + "ĠBarnard": 50018, + "ongovern": 50019, + "Principles": 50020, + "ĠHershey": 50021, + "croft": 50022, + "ĠPhenomen": 50023, + "âľĵ": 50024, + "ĠAncestry": 50025, + "ĠKellogg": 50026, + "ĠBeliefs": 50027, + "ĠMercedes": 50028, + "Ġdetainees": 50029, + "Ġaegypti": 50030, + ",â̦": 50031, + "-ir": 50032, + "Ivo": 50033, + "Lic": 50034, + "[i": 50035, + "Ġsixties": 50036, + "Ġcilantro": 50037, + "stack": 50038, + "ĠTyson": 50039, + "idopsis": 50040, + "chup": 50041, + "Ġstunt": 50042, + "ĠSulph": 50043, + "ĠCun": 50044, + "amom": 50045, + "adar": 50046, + "Ġconformation": 50047, + "Ġali": 50048, + "thank": 50049, + "ĠMelt": 50050, + "ĠHagg": 50051, + "ĠDancing": 50052, + "ongru": 50053, + "epa": 50054, + "ritish": 50055, + "Ġspecs": 50056, + "ertion": 50057, + "Ġsubsystem": 50058, + "centration": 50059, + "Ġpopes": 50060, + "Ġmilking": 50061, + "Ġkeystone": 50062, + "lery": 50063, + "ĠMarble": 50064, + "Ġsuperstitious": 50065, + "Ġeclectic": 50066, + "-integ": 50067, + "rafted": 50068, + "ĠSwine": 50069, + "Ġwatchful": 50070, + "ECK": 50071, + "HEA": 50072, + ".Download": 50073, + "Ġnanof": 50074, + "Introducing": 50075, + "ĠAstra": 50076, + "ĠRamak": 50077, + "ĠWilkes": 50078, + "ĠFairbanks": 50079, + "Ġaffiliations": 50080, + "Ġcodon": 50081, + "ĠVirtually": 50082, + "Ġrumor": 50083, + "Ġallegorical": 50084, + "Ġcrystallization": 50085, + "ĠELISA": 50086, + "Ġoverloading": 50087, + "unnan": 50088, + "ĠNikol": 50089, + "-exposure": 50090, + "ĠSpotlight": 50091, + "Ġohms": 50092, + "ĠTeddy": 50093, + "Ġspongy": 50094, + "Ġoutcrops": 50095, + "ĠPositioning": 50096, + "Ġworkflows": 50097, + "Immediately": 50098, + "-protected": 50099, + "ĠStephenson": 50100, + "ĠEskimo": 50101, + "Thermal": 50102, + "ĠUAVs": 50103, + "ĠFreemasonry": 50104, + "ĠNouveau": 50105, + "Ġcyberattacks": 50106, + "-us": 50107, + "Dent": 50108, + "Elements": 50109, + "GHG": 50110, + "UF": 50111, + "VO": 50112, + "event": 50113, + "fuels": 50114, + "families": 50115, + "kim": 50116, + "rats": 50117, + "target": 50118, + "hek": 50119, + "Ġbauxite": 50120, + "Ġfoes": 50121, + "anagan": 50122, + "ionuc": 50123, + "Ġlame": 50124, + "Ġbegged": 50125, + "ĠTMS": 50126, + "ceiving": 50127, + "Ġyar": 50128, + "threat": 50129, + "Ġdepl": 50130, + "ĠWyn": 50131, + "Ġridden": 50132, + "ĠFauc": 50133, + "ĠRend": 50134, + "univers": 50135, + "ĠNell": 50136, + "ĠLIB": 50137, + "Ġincisors": 50138, + "eward": 50139, + "Ġja": 50140, + "Ġwhereabouts": 50141, + "Ġrightfully": 50142, + "Ġguava": 50143, + "Ġapprovals": 50144, + "ĠEngines": 50145, + "Ġbasing": 50146, + "-feed": 50147, + "Ġforecasters": 50148, + "Ġmarig": 50149, + "Ġamounting": 50150, + "Ġvolumetric": 50151, + "Ġprimacy": 50152, + "ĠAfterward": 50153, + "Ġsilencing": 50154, + "ĠConsensus": 50155, + "Ġcustomizable": 50156, + "Ġcoolest": 50157, + "):||": 50158, + "Ġhypnosis": 50159, + "ĠPaterson": 50160, + "Ġintelligently": 50161, + "Ġcalcite": 50162, + "ROUND": 50163, + "Ġpigmented": 50164, + "compare": 50165, + "Ġcharting": 50166, + "ĠAlexa": 50167, + "ĠCampylobacter": 50168, + "Ġλ": 50169, + "Ġsharpened": 50170, + "rotective": 50171, + "Ġauthenticated": 50172, + "Ġelaboration": 50173, + "Ġsoapy": 50174, + "Ġtyrant": 50175, + "Ġchatbot": 50176, + "Ġterrarium": 50177, + "ĠNEED": 50178, + "aggio": 50179, + "Leadership": 50180, + "Differences": 50181, + "Ġpectin": 50182, + "ĠQUEST": 50183, + "Jefferson": 50184, + "Ġcrunchy": 50185, + "Ġbystander": 50186, + "adaptive": 50187, + "ĠSindh": 50188, + "ĠTulsa": 50189, + "ĠSamaritan": 50190, + "-pronged": 50191, + "ĠPepsi": 50192, + "Aer": 50193, + "Evaluation": 50194, + "Fra": 50195, + "Gil": 50196, + "IPS": 50197, + "NM": 50198, + "NER": 50199, + "Tre": 50200, + "WB": 50201, + "gillus": 50202, + "tun": 50203, + "è¿": 50204, + "Ġtaped": 50205, + "Ġoesophagus": 50206, + "enough": 50207, + "ĠTone": 50208, + "ĠTelling": 50209, + "ĠTEST": 50210, + "chia": 50211, + "Ġexiles": 50212, + "ĠDict": 50213, + "ĠETS": 50214, + "ĠNin": 50215, + "ĠLisp": 50216, + "ipient": 50217, + "Ġclove": 50218, + "Ġunsh": 50219, + "iren": 50220, + "ĠStainless": 50221, + "Ġpreclinical": 50222, + "ooky": 50223, + "Ġunderstory": 50224, + "Ġaccuse": 50225, + "Ġdecad": 50226, + "-ball": 50227, + "Ġconfeder": 50228, + "Ġbetterment": 50229, + "ĠReuse": 50230, + "Ġpromisc": 50231, + "Ġlimp": 50232, + "-creation": 50233, + "Ġsingly": 50234, + "Ġnettle": 50235, + "Ġnutmeg": 50236, + "Ġlauded": 50237, + "Ġbroadening": 50238, + "ĠRegression": 50239, + "ĠMcMur": 50240, + "व": 50241, + "Ġmoat": 50242, + "Ġvilla": 50243, + "ĠCorrection": 50244, + "Ġheighten": 50245, + "ĠMalaya": 50246, + "Ġhazy": 50247, + "Ġgodly": 50248, + "ĠLabels": 50249, + "ĠExtraction": 50250, + "ĠModerna": 50251, + "ĠWilbur": 50252, + "ãģ®": 50253, + "ĠLogical": 50254, + "Christopher": 50255, + "Patrick": 50256, + "ĠTalbot": 50257, + "Ġenforceable": 50258, + "Ġdurations": 50259, + "ĠGabri": 50260, + "defined": 50261, + "ĠMixing": 50262, + "ĠExamining": 50263, + "Ġoverflowing": 50264, + "Ġinsurgency": 50265, + "ĠCyclone": 50266, + "Ġscrambling": 50267, + "ĠShenandoah": 50268, + "ĠAstrophysical": 50269, + "ĠBordeaux": 50270, + "Ġproprietor": 50271, + "kwondo": 50272, + "Walter": 50273, + "-enhancing": 50274, + "ĠCommodore": 50275, + "ulnerable": 50276, + "Ġsurfactant": 50277, + "Ġreimbursement": 50278, + "Ġduodenum": 50279, + "Ġpericard": 50280, + "ĠKafka": 50281, + "ĠÙģ": 50282, + "-To": 50283, + "Fib": 50284, + "Fisher": 50285, + "NESS": 50286, + "Pale": 50287, + "Successful": 50288, + "hanna": 50289, + "jer": 50290, + "vd": 50291, + "|V": 50292, + "Ġcesium": 50293, + "olese": 50294, + "Ġstif": 50295, + "ĠAi": 50296, + "ĠSCC": 50297, + "Ġdei": 50298, + "ĠBai": 50299, + "ĠBé": 50300, + "ocates": 50301, + "ĠFasting": 50302, + "ptides": 50303, + "izontal": 50304, + "Ġadapters": 50305, + "Ġinfra": 50306, + "Ġcommuters": 50307, + "ĠStro": 50308, + "Ġprerog": 50309, + "ĠKrish": 50310, + "ĠKlamath": 50311, + "ervical": 50312, + "Ġoffend": 50313, + "Ġflapping": 50314, + "Ġinformatics": 50315, + "Ġgenerative": 50316, + "Ġfunerary": 50317, + "ĠSpinoza": 50318, + "Ġlandmass": 50319, + "ĠShake": 50320, + "Asia": 50321, + "ttled": 50322, + "ĠBlitz": 50323, + "span": 50324, + "annas": 50325, + "Ġsoftball": 50326, + "Ġ®": 50327, + "Ġcitadel": 50328, + "ĠParticular": 50329, + "ĠValencia": 50330, + "ĠDioc": 50331, + "Ġmitral": 50332, + "glia": 50333, + "ĠMoines": 50334, + "ĠSki": 50335, + "ĠLowe": 50336, + "umeric": 50337, + "ĠAmazonian": 50338, + "Ġerectus": 50339, + "Ġmeteorologist": 50340, + "ĠCriticism": 50341, + "Ġalbatross": 50342, + "Ġpasteurized": 50343, + "Ġaugust": 50344, + "Ġstamping": 50345, + "ĠConsultation": 50346, + "ĠParental": 50347, + "ĠVenezuelan": 50348, + "ĠInspiration": 50349, + "ĠMauritania": 50350, + "Ġwreckage": 50351, + "Ġbreech": 50352, + "Ġunderpinnings": 50353, + "ĠConversations": 50354, + "ĠInformal": 50355, + "Ġorthodoxy": 50356, + "greater": 50357, + "Ġacquaintances": 50358, + "Ġrecollection": 50359, + "Determining": 50360, + "Ġfreeway": 50361, + "ĠFungi": 50362, + "ĠOrientation": 50363, + "ĠStaffordshire": 50364, + "omycosis": 50365, + "ĠForgotten": 50366, + "Ġorchestral": 50367, + "Ġmnemonic": 50368, + "IQ": 50369, + "Purchase": 50370, + "fus": 50371, + "magic": 50372, + "tip": 50373, + "reon": 50374, + "icill": 50375, + "Ġdb": 50376, + "Ġstuttering": 50377, + "ĠAO": 50378, + "ĠCWD": 50379, + "adu": 50380, + "ivet": 50381, + "ĠDied": 50382, + "ĠFulton": 50383, + "ĠRothschild": 50384, + "ĠLAS": 50385, + "aller": 50386, + "astra": 50387, + "ibut": 50388, + "auge": 50389, + "Ġapportion": 50390, + "Ġunwise": 50391, + "Ġrepublished": 50392, + "Ġdior": 50393, + "othyroidism": 50394, + "Ġcoauthor": 50395, + "ĠHered": 50396, + "ĠAlamo": 50397, + "Ġstrung": 50398, + "Ġboomers": 50399, + "ĠShay": 50400, + "-pay": 50401, + "Storm": 50402, + "-tale": 50403, + "mites": 50404, + "Ġpredicated": 50405, + "Ġpaycheck": 50406, + "Expert": 50407, + "ĠFlax": 50408, + "Ġuncooked": 50409, + "Ġsonnets": 50410, + "aurine": 50411, + "recorded": 50412, + "ĠLawyers": 50413, + "ĠMaury": 50414, + "ĠISPs": 50415, + "Ġbanquet": 50416, + "Ġtailings": 50417, + "structing": 50418, + "uterine": 50419, + "Ġdyslexic": 50420, + "Ġstuffy": 50421, + "ĠLarvae": 50422, + "Ġhospitable": 50423, + "ĠMultiplication": 50424, + "ĠEntrance": 50425, + "ĠPapal": 50426, + "Ġenacting": 50427, + "Ġlyrical": 50428, + "ĠTaxonomy": 50429, + "ĠEsau": 50430, + "consider": 50431, + "Ġcomprehending": 50432, + "ĠCosmos": 50433, + "urveda": 50434, + "Ġ_______": 50435, + "electronic": 50436, + "experience": 50437, + "Ġascertained": 50438, + "ĠHorton": 50439, + "ĠIndicator": 50440, + "ĠUranium": 50441, + "-throughput": 50442, + "ĠPronunciation": 50443, + "ĠHertz": 50444, + "Ġallotment": 50445, + "ĠðŁĻĤĊ": 50446, + "ĠPeanut": 50447, + "ĠOaxaca": 50448, + "(p": 50449, + "-essential": 50450, + "\\'": 50451, + "dong": 50452, + "fel": 50453, + "iom": 50454, + "linder": 50455, + "squ": 50456, + "Éij": 50457, + "Ġls": 50458, + "etan": 50459, + "ĠSell": 50460, + "ĠSien": 50461, + "Ġwhistles": 50462, + "ĠPemb": 50463, + "Ġexclamation": 50464, + "Ġhairst": 50465, + "ĠBront": 50466, + "qui": 50467, + "ĠFir": 50468, + "ĠRoles": 50469, + "ogyn": 50470, + "Ġspind": 50471, + "ĠLilly": 50472, + "Ġincest": 50473, + "Ġdisorientation": 50474, + "enden": 50475, + "Ġimpersonal": 50476, + "needed": 50477, + "Ġobverse": 50478, + "raming": 50479, + "Ġbuoys": 50480, + "Ġbackyards": 50481, + "Ġendoscopic": 50482, + "ĠâĢĺâĢĺ": 50483, + "ĠAdverse": 50484, + "ĠShopping": 50485, + "Ġputative": 50486, + "-methyl": 50487, + "Ġphotonic": 50488, + "Chi": 50489, + "Ġbreakup": 50490, + "Ġdryers": 50491, + "evin": 50492, + "Ġmalpractice": 50493, + "Ġtrustee": 50494, + "Ġtumble": 50495, + "-thick": 50496, + "Ġclimber": 50497, + "Ġminimising": 50498, + "Ġcartons": 50499, + "ĠPostgreSQL": 50500, + "Ġturbidity": 50501, + "ĠAmongst": 50502, + "ĠSarat": 50503, + "Ġsubscribing": 50504, + "Ġexcavate": 50505, + "Neu": 50506, + "Ġbuckle": 50507, + "Ġintruder": 50508, + "Assuming": 50509, + "pressure": 50510, + "Ġchronologically": 50511, + "ĠAlongside": 50512, + "Ġnobleman": 50513, + "WHY": 50514, + "McC": 50515, + "Ġexempted": 50516, + "ĠReturns": 50517, + "ĠTherapeutics": 50518, + "Ġstencil": 50519, + "Ġwhisper": 50520, + "ĠHorticulture": 50521, + "ĠNFPA": 50522, + "-fueled": 50523, + "-rooted": 50524, + "ĠCarthag": 50525, + "Ġmonopolies": 50526, + "uptake": 50527, + "ĠHerzegovina": 50528, + "Ġwhiskers": 50529, + "Ġalumina": 50530, + "dorfer": 50531, + "ĠPedagogy": 50532, + "ĠHaskell": 50533, + "hisattva": 50534, + "Ġbicyclists": 50535, + "ĠPlasmodium": 50536, + "ĠIthaca": 50537, + "despite": 50538, + "à¯": 50539, + "Ġmare": 50540, + "iliation": 50541, + "sees": 50542, + "ĠSemiconduct": 50543, + "ĠIMM": 50544, + "thian": 50545, + "ĠBOD": 50546, + "osol": 50547, + "ĠWAN": 50548, + "ĠWNV": 50549, + "Ġchau": 50550, + "ĠDrav": 50551, + "ĠErosion": 50552, + "ĠFee": 50553, + "Ġshaw": 50554, + "ĠNTS": 50555, + "ĠLester": 50556, + "ĠLiability": 50557, + "ĠLTE": 50558, + "âĢĿ(": 50559, + "ĠKlux": 50560, + "Ġblob": 50561, + "ertilization": 50562, + "isman": 50563, + "ĠAdopt": 50564, + "Ġwarf": 50565, + "ĠAtari": 50566, + "Ġnecessitated": 50567, + "Ġtruff": 50568, + "ungry": 50569, + "ĠMaynard": 50570, + "ophil": 50571, + "ĠContra": 50572, + "Ġshareholder": 50573, + "ĠParv": 50574, + "ĠGluten": 50575, + "Ġsnork": 50576, + "Ġpriori": 50577, + "medium": 50578, + ".eu": 50579, + "aresis": 50580, + "ĠMedicinal": 50581, + "Ġcomplied": 50582, + "penes": 50583, + "ĠLandscapes": 50584, + "ĠAttach": 50585, + "Ġepidermal": 50586, + "ĠSetup": 50587, + "Ġproofread": 50588, + "Ġdimorph": 50589, + "Ġcashew": 50590, + "Ġlinguist": 50591, + ".cfm": 50592, + "ifferentiated": 50593, + "Ġtemptations": 50594, + "robbing": 50595, + "ĠCollecting": 50596, + "á¹ĥ": 50597, + "Ġplagiar": 50598, + "Ġvicar": 50599, + "ĠConceptual": 50600, + "ĠBrigadier": 50601, + "Ġbypassing": 50602, + "craper": 50603, + "Ġchinch": 50604, + "ĠMesopotamian": 50605, + "-discrimination": 50606, + "Ġdelineated": 50607, + "Mexican": 50608, + "Ġundeniably": 50609, + "Laboratory": 50610, + "ĠStyrofoam": 50611, + "ĠMysore": 50612, + ",-": 50613, + ".int": 50614, + "RON": 50615, + "Via": 50616, + "bid": 50617, + "kon": 50618, + "Ãĺ": 50619, + "Ġdagger": 50620, + "roft": 50621, + "ominate": 50622, + "urion": 50623, + "Ġstunting": 50624, + "ĠAMP": 50625, + "ĠBail": 50626, + "ivel": 50627, + "ĠDach": 50628, + "ĠRG": 50629, + "ĠRau": 50630, + "ĠRug": 50631, + "ĠRCA": 50632, + "Ġspa": 50633, + "ĠNay": 50634, + "ĠNEO": 50635, + "ĠNasa": 50636, + "ĠGideon": 50637, + "ĠLec": 50638, + "economy": 50639, + "Ġadobe": 50640, + "Ġperinatal": 50641, + "ricing": 50642, + "iffel": 50643, + "ĠKiller": 50644, + "Ġworkstations": 50645, + "Ġoverheat": 50646, + "Ġroosting": 50647, + "phosph": 50648, + "ĠYMCA": 50649, + "Ġocclusion": 50650, + "Ġserviced": 50651, + "ĠScrum": 50652, + "Ġconfers": 50653, + "Ġproductively": 50654, + "dez": 50655, + "ercus": 50656, + "rising": 50657, + "ĠPhi": 50658, + "ĠQuote": 50659, + "Ġappropriateness": 50660, + "Ġseasoning": 50661, + "Ġbreathes": 50662, + "ASJC": 50663, + "ĠLett": 50664, + "Ġsacchar": 50665, + "Ġprescribes": 50666, + "Ġfortnight": 50667, + "Ġsynth": 50668, + "Ġpiglets": 50669, + "Reuters": 50670, + "ĠFortran": 50671, + "Ġhoneycomb": 50672, + "Ġм": 50673, + "Ġprohibitions": 50674, + "Ġidyll": 50675, + "ĠOperators": 50676, + "Ġfemininity": 50677, + "ĠACM": 50678, + "ĠSelective": 50679, + "Ġcategorization": 50680, + "Symbol": 50681, + "ÑĤа": 50682, + "-weather": 50683, + "Ġdamping": 50684, + "ĠBrookings": 50685, + "Flat": 50686, + "ĠTelecommunications": 50687, + "ĠNearby": 50688, + "bench": 50689, + "Planet": 50690, + "Ġravages": 50691, + "-unit": 50692, + "Ġmaneuvering": 50693, + "ĠTetra": 50694, + "Ġinsulting": 50695, + "Ġcorticosteroid": 50696, + "Ġrelentlessly": 50697, + "Ġrationing": 50698, + "Ġentomologist": 50699, + "Ġrehabilitate": 50700, + "ĠBrowne": 50701, + "ĠEntomology": 50702, + "Ġmitzvah": 50703, + "accalaureate": 50704, + ".u": 50705, + ":chap": 50706, + "='": 50707, + "Mir": 50708, + "Mike": 50709, + "Mamm": 50710, + "Pressure": 50711, + "Toxic": 50712, + "Voice": 50713, + "condition": 50714, + "dew": 50715, + "paces": 50716, + "ruth": 50717, + "solar": 50718, + "treatment": 50719, + "uvant": 50720, + "|Publication": 50721, + "Ïĩ": 50722, + "Ġarouse": 50723, + "erning": 50724, + "atia": 50725, + "itiated": 50726, + "Ġdab": 50727, + "Ġhaste": 50728, + "veitis": 50729, + "strokes": 50730, + "ationary": 50731, + "eteenth": 50732, + "ĠANA": 50733, + "ĠAhead": 50734, + "ĠSigmund": 50735, + "ĠPuzzles": 50736, + "ĠBuren": 50737, + "ĠHedge": 50738, + "ĠEQ": 50739, + "Ġdisinterest": 50740, + "angering": 50741, + "ĠKY": 50742, + "Ġunderlines": 50743, + "ĠYo": 50744, + "Ġphleg": 50745, + "ramble": 50746, + "Ġremorse": 50747, + "excess": 50748, + "ĠSpear": 50749, + "ĠSprink": 50750, + ",âĢĿĊ": 50751, + "Ġmetformin": 50752, + "-polar": 50753, + "Ġhardens": 50754, + "Ġloaves": 50755, + "ĠSeville": 50756, + "-testing": 50757, + "Ġmindsets": 50758, + "ophiles": 50759, + "Ġearthy": 50760, + "ĠQuiet": 50761, + "Ġappropriations": 50762, + "Ġtownspeople": 50763, + "Ġharps": 50764, + "ENCY": 50765, + "ĠDisadvantages": 50766, + "Ġstreamflow": 50767, + "OSHA": 50768, + "Ġreboot": 50769, + "-shore": 50770, + "ĠCamps": 50771, + "ĠSumer": 50772, + "Ġbioinformatics": 50773, + "ĠDetox": 50774, + "Ġpermaculture": 50775, + "Ġcassette": 50776, + "Ġenclose": 50777, + "ĠNicol": 50778, + "ène": 50779, + "Ġadmittedly": 50780, + "ĠAristot": 50781, + "ĠMcKay": 50782, + "Photograph": 50783, + "ĠHorizontal": 50784, + "Ġpantheon": 50785, + "ĠAchieving": 50786, + "ĠMiocene": 50787, + "Ġstyled": 50788, + "Ġbromide": 50789, + "Ġblistering": 50790, + "ĠKEY": 50791, + "ĠGloria": 50792, + "Ġempathize": 50793, + "Ġphysiotherapist": 50794, + "Ġclandestine": 50795, + "Ivoire": 50796, + "-ve": 50797, + "Blessed": 50798, + "bole": 50799, + "flex": 50800, + "maps": 50801, + "zb": 50802, + "ëĭ": 50803, + "Ġsill": 50804, + "atro": 50805, + "Ġcovenants": 50806, + "Ġwig": 50807, + "oriented": 50808, + "Ġpierce": 50809, + "alpha": 50810, + "Ġandrogen": 50811, + "Ġreinc": 50812, + "Ġreocc": 50813, + "utches": 50814, + "ĠSears": 50815, + "ĠCah": 50816, + "Ġexon": 50817, + "ĠHanoi": 50818, + "ĠWV": 50819, + "ĠDivers": 50820, + "ĠOER": 50821, + "ĠUrine": 50822, + "Ġprefect": 50823, + "ĠChanged": 50824, + "Ġcentennial": 50825, + "Ġbooms": 50826, + "Ġpowerpoint": 50827, + "ĠConclusions": 50828, + "âĢĶwhat": 50829, + "anco": 50830, + "ĠAdmission": 50831, + "Ġdelves": 50832, + "Ġpasted": 50833, + "Ġrecorders": 50834, + "Ġfurthering": 50835, + "ĠSyrians": 50836, + "Ġpersonalize": 50837, + "ĠMinn": 50838, + "ĠRecipe": 50839, + "Ġwondrous": 50840, + "Ġmuted": 50841, + "ETH": 50842, + "°N": 50843, + "-Barr": 50844, + "ĠSlope": 50845, + "Contemporary": 50846, + "Ġdeparting": 50847, + "ĠSpecialized": 50848, + "Ġwheeled": 50849, + "Ġphosphat": 50850, + "ĠAMR": 50851, + "repreneur": 50852, + "ĠOccur": 50853, + "ãģĦ": 50854, + "Ġम": 50855, + "Ġinadequacy": 50856, + "ĠAlternate": 50857, + "Guest": 50858, + "-teacher": 50859, + "ĠOsset": 50860, + "Ġbattleship": 50861, + "ĠCircum": 50862, + "ĠAerial": 50863, + "ĠPersonnel": 50864, + "Establish": 50865, + "ĠEighty": 50866, + "ĠFlashcards": 50867, + "-boosting": 50868, + "Ġicebergs": 50869, + "Ġphylogeny": 50870, + "memory": 50871, + "Ġcoercive": 50872, + "Electricity": 50873, + "Ġlaurel": 50874, + "Ġlignin": 50875, + "Ġdisprove": 50876, + "ĠStretching": 50877, + "ĠRheumatoid": 50878, + "ĠCottage": 50879, + "Ġabsenteeism": 50880, + "ĠChihuahua": 50881, + "ĠSuriname": 50882, + "ĠStarbucks": 50883, + ".As": 50884, + "/col": 50885, + "Bol": 50886, + "Bang": 50887, + "Dub": 50888, + "Jupiter": 50889, + "Lit": 50890, + "LAS": 50891, + "Ont": 50892, + "Rice": 50893, + "UGH": 50894, + "XT": 50895, + "]he": 50896, + "easy": 50897, + "lox": 50898, + "pipes": 50899, + "tin": 50900, + "yad": 50901, + "Ġtibial": 50902, + "oried": 50903, + "Ġbounces": 50904, + "icello": 50905, + "ĠTrist": 50906, + "imber": 50907, + "Ġstaph": 50908, + "opper": 50909, + "ĠBites": 50910, + "esta": 50911, + "osper": 50912, + "ĠDiver": 50913, + "ĠNecessary": 50914, + "ĠGmbH": 50915, + "ĠOmar": 50916, + "roughs": 50917, + "nington": 50918, + "ucha": 50919, + "Ġintergenerational": 50920, + "Ġdiscredited": 50921, + "Ġtechnologist": 50922, + "Ġentailed": 50923, + "Ġdidactic": 50924, + "-front": 50925, + "Ġdevour": 50926, + "ĠPhry": 50927, + "-collar": 50928, + "-dom": 50929, + "Ġswore": 50930, + "ĠEnrich": 50931, + "Stra": 50932, + "Ġhouseplant": 50933, + "ĠAbyss": 50934, + "Ġbarges": 50935, + "Ġmillimetres": 50936, + "Ġdemonstrators": 50937, + "ĠTracing": 50938, + "Ġhomelands": 50939, + "Ġdoubly": 50940, + "Ġplead": 50941, + "Ġfoliar": 50942, + "Ġarmad": 50943, + "ĠAvian": 50944, + "ĠSunset": 50945, + "ĠReflex": 50946, + "Ġafar": 50947, + "ĠINF": 50948, + "Ġrigs": 50949, + "IMO": 50950, + "Perfect": 50951, + "Ġcocoon": 50952, + "ĠPassing": 50953, + "Ġpouches": 50954, + "igmoid": 50955, + "ĠEleven": 50956, + "Ġsynthesizing": 50957, + "Ġcrucially": 50958, + "ĠShelter": 50959, + "ĠMigratory": 50960, + "ĠCheshire": 50961, + "ĠPrecipitation": 50962, + "Ġreckoning": 50963, + "ĠCocoa": 50964, + "Ġhumiliating": 50965, + "Synonyms": 50966, + "Ġinconsistency": 50967, + "Ġlevee": 50968, + "ĠDrainage": 50969, + "Ġunwittingly": 50970, + "Ġmismanagement": 50971, + "Lung": 50972, + "Mig": 50973, + "PART": 50974, + "Titan": 50975, + "das": 50976, + "iks": 50977, + "necessary": 50978, + "wang": 50979, + "yel": 50980, + "Ġti": 50981, + "Ġtars": 50982, + "reich": 50983, + "arous": 50984, + "Ġdill": 50985, + "roof": 50986, + "Ġliv": 50987, + "ĠTide": 50988, + "Ġproverbial": 50989, + "ĠMound": 50990, + "ĠParm": 50991, + "Ġexclaimed": 50992, + "ĠBisc": 50993, + "acan": 50994, + "ĠHate": 50995, + "ĠDre": 50996, + "ĠNue": 50997, + "ĠGuel": 50998, + "ĠGCC": 50999, + "ĠLov": 51000, + "redible": 51001, + "ĠThreshold": 51002, + "ĠâĢľâĢĺ": 51003, + "Ġquaint": 51004, + "Ġblinding": 51005, + "Ġflange": 51006, + "Ġsubdue": 51007, + "Ġsecluded": 51008, + "Ġprotrude": 51009, + "Ġpracticable": 51010, + "ĠAndaman": 51011, + "Ġpotash": 51012, + "Ġtopically": 51013, + "Ġmultist": 51014, + "Ġtemperance": 51015, + "ĠAllaah": 51016, + "Ġvaccinating": 51017, + "iara": 51018, + "Ġeffortless": 51019, + "flav": 51020, + "ĠDisasters": 51021, + "ĠSchultz": 51022, + "Ġhomo": 51023, + "COPD": 51024, + "ickson": 51025, + "Ġoutliers": 51026, + "ĠIPM": 51027, + "-contaminated": 51028, + "raneous": 51029, + "Computers": 51030, + "Ġtraceability": 51031, + "Ġradiographs": 51032, + "Ġpatriots": 51033, + "Ġepitom": 51034, + "Ġuploading": 51035, + "Ġexaggerate": 51036, + "ĠCompetitive": 51037, + "ĠROI": 51038, + "ĠTonga": 51039, + "Ġnarcotics": 51040, + "Ġmalfunctions": 51041, + "/research": 51042, + "Ġmicrofilm": 51043, + "-gluc": 51044, + "ĠSuggestions": 51045, + "Ġlethargic": 51046, + "-special": 51047, + "ioblastoma": 51048, + "Ġfrigate": 51049, + "Ġhoneys": 51050, + "ĠEphraim": 51051, + "Ġscorpions": 51052, + "Ġtacit": 51053, + "ĠMaccab": 51054, + "ĠPatagonia": 51055, + "adecimal": 51056, + "Ġeyeglasses": 51057, + "Ġscrotum": 51058, + "(OH": 51059, + "Demon": 51060, + "FREE": 51061, + "Families": 51062, + "Molecular": 51063, + "cooked": 51064, + "eze": 51065, + "fle": 51066, + "god": 51067, + "hai": 51068, + "jay": 51069, + "lik": 51070, + "tn": 51071, + "Ø´": 51072, + "erl": 51073, + "iters": 51074, + "arab": 51075, + "ilizing": 51076, + "omerate": 51077, + "seven": 51078, + "ĠTrem": 51079, + "Ġyuan": 51080, + "ĠAven": 51081, + "ĠSain": 51082, + "ĠIRC": 51083, + "ĠCym": 51084, + "thi": 51085, + "ĠBacter": 51086, + "acry": 51087, + "ĠDEM": 51088, + "ĠFTC": 51089, + "Ġspilling": 51090, + "ĠOvers": 51091, + "ipoli": 51092, + "Ġjacks": 51093, + "ĠChord": 51094, + "ĠChalk": 51095, + "lesh": 51096, + "ĠVERY": 51097, + "Ġinvis": 51098, + "inside": 51099, + "ckers": 51100, + "Ġpubic": 51101, + "ĠAsset": 51102, + "ĠAnders": 51103, + "Ġpurifiers": 51104, + "tooth": 51105, + "ĠRebel": 51106, + "ĠResident": 51107, + "Ġhyenas": 51108, + "Ġredwood": 51109, + "Ġbathed": 51110, + "ophils": 51111, + "Ġcontentment": 51112, + "Ġmechanized": 51113, + "ées": 51114, + "ĠAppearance": 51115, + "ĠScha": 51116, + "zzi": 51117, + "ĠUndergraduate": 51118, + "ĠEverywhere": 51119, + "Ġcoordinators": 51120, + "ĠâŁ": 51121, + "ĠElectromagnetic": 51122, + "USH": 51123, + "Ġimmuno": 51124, + "Ġbanding": 51125, + "DPE": 51126, + "Consumer": 51127, + "Ġdilate": 51128, + "ĠMessier": 51129, + "Ġlactating": 51130, + "/files": 51131, + "ĠFAFSA": 51132, + "Workers": 51133, + "ĠZechariah": 51134, + "BLIC": 51135, + "ĠPROD": 51136, + "melons": 51137, + "Ġcadence": 51138, + "Ġdiscontinue": 51139, + "ĠRwandan": 51140, + "ĠProbiotics": 51141, + "ĠWORK": 51142, + "Ġrevitalization": 51143, + "ĠMeetings": 51144, + "international": 51145, + "ĠHokk": 51146, + "ĠZoroastrian": 51147, + "'Brien": 51148, + "/what": 51149, + "Nit": 51150, + "cone": 51151, + "gap": 51152, + "pins": 51153, + "uctive": 51154, + "heavy": 51155, + "report": 51156, + "Ġcip": 51157, + "Ġbids": 51158, + "Ġding": 51159, + "Ġthres": 51160, + "ĠTreated": 51161, + "ĠSack": 51162, + "opod": 51163, + "esser": 51164, + "Ġsucks": 51165, + "emar": 51166, + "ĠDucks": 51167, + "ĠFB": 51168, + "Ġsyringes": 51169, + "ĠKut": 51170, + "ĠKens": 51171, + "ysmal": 51172, + "Ġsubnet": 51173, + "Ġleveling": 51174, + "-bacterial": 51175, + "Ġpurge": 51176, + "Ġanticancer": 51177, + "-fast": 51178, + ".Sc": 51179, + "-draining": 51180, + "uneiform": 51181, + "Ġsensibility": 51182, + "-tropical": 51183, + "Ġmarketable": 51184, + "ERAL": 51185, + "ĠAssault": 51186, + "Ġarchiving": 51187, + "Ġargon": 51188, + "Ġburgl": 51189, + "Ġenvironmentalist": 51190, + "ricultural": 51191, + "Ġecstasy": 51192, + "-invest": 51193, + "-inclusive": 51194, + "Ġ--Ċ": 51195, + "ĠPara": 51196, + "ĠMinimal": 51197, + "Ġbadgers": 51198, + "ĠElie": 51199, + "Ġstarfish": 51200, + "Ġphenolic": 51201, + "ĠOrganize": 51202, + "Ġpracticality": 51203, + "-March": 51204, + "ĠSalish": 51205, + "Ġextractive": 51206, + "ál": 51207, + "/sq": 51208, + "Ġrigging": 51209, + "Ġreliefs": 51210, + "Ġfragrances": 51211, + "Ġgastritis": 51212, + "ĠAMA": 51213, + "ĠCrash": 51214, + "pload": 51215, + "ĠWilts": 51216, + "Anyway": 51217, + "ĠSPI": 51218, + "ĠShortness": 51219, + "Ġquadriceps": 51220, + "Ġkingship": 51221, + "Ġexerting": 51222, + "Ġconsolidating": 51223, + "Ġherders": 51224, + "nasium": 51225, + "Ġhobbyists": 51226, + "Ġhinted": 51227, + "-activated": 51228, + "ĠMeteorology": 51229, + "Ġscavengers": 51230, + "Limit": 51231, + "ĠOrbital": 51232, + "Ġaneurysms": 51233, + "ĠThirteen": 51234, + "ĠDragons": 51235, + "Ġpeacock": 51236, + "/publications": 51237, + "Occupational": 51238, + "ĠShiloh": 51239, + "Ġconundrum": 51240, + "-engineering": 51241, + ">,": 51448, + "Cert": 51449, + "Disp": 51450, + "MON": 51451, + "Preliminary": 51452, + "Ron": 51453, + "cited": 51454, + "juna": 51455, + "oji": 51456, + "zwe": 51457, + "ج": 51458, + "Ġcesarean": 51459, + "ilab": 51460, + "otis": 51461, + "ĠAPS": 51462, + "ĠSaying": 51463, + "ĠCW": 51464, + "ulis": 51465, + "ulam": 51466, + "opically": 51467, + "Ġ(/": 51468, + "ĠBann": 51469, + "ĠBibles": 51470, + "acitor": 51471, + "ivably": 51472, + "ĠDao": 51473, + "ĠOVER": 51474, + "izures": 51475, + "Ġcompilers": 51476, + "Ġimpenet": 51477, + "Ġarb": 51478, + "ĠKne": 51479, + "ĠKnot": 51480, + "ĠUnable": 51481, + "Ġflushes": 51482, + "Ġkeyp": 51483, + "-faceted": 51484, + "Ġinflate": 51485, + "Ġgrated": 51486, + "Ġswallows": 51487, + "Ġhyacinth": 51488, + "Ġmicrofluidic": 51489, + "Ġversed": 51490, + "Ġsuperfl": 51491, + "boa": 51492, + "Ġearths": 51493, + "-injury": 51494, + "Ġtaxon": 51495, + "ĠGluc": 51496, + "ĠAngkor": 51497, + "HEL": 51498, + "placeable": 51499, + "ĠMoran": 51500, + "Ġneuter": 51501, + "ĠMetz": 51502, + "ĠMiddleton": 51503, + "Ġpremiere": 51504, + "Ġdoorstep": 51505, + "URL": 51506, + "ĠExpand": 51507, + "Meeting": 51508, + "ighthouses": 51509, + "ĠPolynesian": 51510, + "ĠDarwinism": 51511, + "Ġextremists": 51512, + "ocentesis": 51513, + "oenix": 51514, + "Ġovertaken": 51515, + "Ġalleviation": 51516, + "ĠInvolved": 51517, + "urgents": 51518, + "од": 51519, + "Ġflawless": 51520, + "ipede": 51521, + "ĠDhabi": 51522, + "Ġincomprehensible": 51523, + "OHN": 51524, + "Ġacetone": 51525, + "Ġfreshen": 51526, + "Properties": 51527, + "Ġrhinoceros": 51528, + "Ġdemocratically": 51529, + "ĠBeverly": 51530, + "ĠEncyclopædia": 51531, + "ĠDeutsche": 51532, + "Functional": 51533, + "Inspired": 51534, + "Ġglabrous": 51535, + "ĠArboretum": 51536, + "-Step": 51537, + "Poverty": 51538, + "SB": 51539, + "Sense": 51540, + "grine": 51541, + "kat": 51542, + "save": 51543, + "Ġoracle": 51544, + "eny": 51545, + "alay": 51546, + "Ġmolt": 51547, + "Ġhammers": 51548, + "Ġthiamine": 51549, + "Ġgcse": 51550, + "ĠSurn": 51551, + "ĠIEC": 51552, + "amu": 51553, + "adish": 51554, + "iferation": 51555, + "thon": 51556, + "ĠMeng": 51557, + "ĠMIS": 51558, + "ĠMESSENGER": 51559, + "opting": 51560, + "Ġheparin": 51561, + "ĠPalsy": 51562, + "ĠHector": 51563, + "ĠDoodle": 51564, + "ĠEner": 51565, + "ĠFay": 51566, + "ĠGathering": 51567, + "Ġabut": 51568, + "avo": 51569, + "ordinated": 51570, + "Ġworkmen": 51571, + "rito": 51572, + "ĠChlamydia": 51573, + "Ġtris": 51574, + "Ġfeasting": 51575, + "ribal": 51576, + "Ġcoals": 51577, + "âĢĶwill": 51578, + "ashore": 51579, + "Ġapproves": 51580, + "ĠDehydration": 51581, + "ĠShinto": 51582, + "ĠShutterstock": 51583, + "Ġbooklets": 51584, + "Ġbookkeeping": 51585, + "hybrid": 51586, + "-tier": 51587, + "appers": 51588, + "valuating": 51589, + "Ġfeedings": 51590, + "Ġthoughtfully": 51591, + "ophosphate": 51592, + "Ġbarons": 51593, + "Ġstrapped": 51594, + "Ġsilos": 51595, + "Ġwalkways": 51596, + "Ġfaecal": 51597, + "-stakes": 51598, + "Ġadjuvant": 51599, + "Ġepiphy": 51600, + "Ġtenor": 51601, + "secured": 51602, + "ĠAirways": 51603, + "Ġtoxicology": 51604, + "Ġhyperlinks": 51605, + "Ġventing": 51606, + "Ġnanometer": 51607, + "ĠFreib": 51608, + "ĠFremont": 51609, + "ĠRadon": 51610, + "irtually": 51611, + "ĠWooden": 51612, + "guerite": 51613, + "Ġinherits": 51614, + "Ġpinching": 51615, + "ĠProposition": 51616, + "Ġidiosyn": 51617, + "iatrists": 51618, + "-exist": 51619, + "Ġflavorful": 51620, + "Ġcrackdown": 51621, + "Ġbellig": 51622, + "ĠLiang": 51623, + "ĠLogin": 51624, + "-killing": 51625, + "Ġsaucer": 51626, + "Ġwedges": 51627, + "ĠLindbergh": 51628, + "ĠKindness": 51629, + "ĠSiamese": 51630, + "Ġsuppressor": 51631, + "ĠILO": 51632, + "Experiment": 51633, + "Ġdetoxify": 51634, + "Governor": 51635, + "assemia": 51636, + "ĠGrowers": 51637, + "ĠShawnee": 51638, + "ĠCeramic": 51639, + "ĠSNPs": 51640, + "starting": 51641, + "Ġextinguisher": 51642, + "Ġconjugation": 51643, + "Ġbibliographies": 51644, + "Ġinexplic": 51645, + "Ġerroneously": 51646, + "Ġhinged": 51647, + "ĠMosquitoes": 51648, + "ĠTzu": 51649, + "Ġenrolment": 51650, + "Ġcivics": 51651, + "Ġscorpion": 51652, + "ĠSofia": 51653, + "Executive": 51654, + "-technical": 51655, + "Joshua": 51656, + "Indonesia": 51657, + "Ġastringent": 51658, + "\"\"": 51659, + "\":Ċ": 51660, + ".View": 51661, + "Division": 51662, + "VIR": 51663, + "cation": 51664, + "passes": 51665, + "picture": 51666, + "san": 51667, + "tica": 51668, + "reast": 51669, + "Ġpith": 51670, + "utnik": 51671, + "ceiver": 51672, + "ceivable": 51673, + "ĠIAS": 51674, + "ĠCache": 51675, + "ulata": 51676, + "ĠMiddles": 51677, + "ĠHarcourt": 51678, + "ĠDAC": 51679, + "riarch": 51680, + "Ġabduction": 51681, + "ĠLoth": 51682, + "ĠOlson": 51683, + "endorf": 51684, + "Ġjaguar": 51685, + "Ġunspecified": 51686, + "ĠKis": 51687, + "ĠYok": 51688, + "ossa": 51689, + "tson": 51690, + ").\"": 51691, + "erta": 51692, + "Ġsock": 51693, + "Ġenthal": 51694, + "Ġinflorescence": 51695, + "Ġparv": 51696, + "Ġfinch": 51697, + "ĠColo": 51698, + "ĠEnable": 51699, + "ĠCarleton": 51700, + "ĠCalab": 51701, + "Ġmodernize": 51702, + "uela": 51703, + "ĠNoel": 51704, + "ANI": 51705, + "ĠKeats": 51706, + "ĠBarlow": 51707, + "ĠIncas": 51708, + "Ġundere": 51709, + "Ġcryogenic": 51710, + "ĠVirgo": 51711, + "STA": 51712, + "Ġconvol": 51713, + "visors": 51714, + "ĠWinds": 51715, + "isphenol": 51716, + "Äģh": 51717, + "Ġtankers": 51718, + "ĠBroccoli": 51719, + "Ġunwind": 51720, + "Ġgirlfriend": 51721, + "ĠSandia": 51722, + "ĠImpair": 51723, + "Ġhooves": 51724, + "ĠInvestors": 51725, + "ĠHaem": 51726, + "-depress": 51727, + "Believe": 51728, + "ĠRuskin": 51729, + "Ġoverturn": 51730, + "Ġseaside": 51731, + "PTION": 51732, + "orrhoea": 51733, + "ĠImprovements": 51734, + "ĠConservatives": 51735, + "Ġoscillating": 51736, + "า": 51737, + "ĠInvasion": 51738, + "Ġoutsourcing": 51739, + "popular": 51740, + "Ġreferee": 51741, + "ĠExplorers": 51742, + "Ġsquadrons": 51743, + "ĠSuggested": 51744, + "Ġdelineate": 51745, + "Ġantagonists": 51746, + "Ġlumens": 51747, + "vertebral": 51748, + "Ġdissected": 51749, + "Ġmicroprocessors": 51750, + "ĠAnchor": 51751, + "Ġaltruistic": 51752, + "ĠChampionship": 51753, + "Ġsparrows": 51754, + "Ġaxioms": 51755, + "Francis": 51756, + "Ġmascot": 51757, + "Ġvasculitis": 51758, + "-race": 51759, + "/care": 51760, + "JM": 51761, + "Kin": 51762, + "Ops": 51763, + "Pup": 51764, + "dorf": 51765, + "gus": 51766, + "rily": 51767, + "sons": 51768, + "sburg": 51769, + "ØĮ": 51770, + "Ġairst": 51771, + "oros": 51772, + "alter": 51773, + "Ġfescue": 51774, + "Ġmailed": 51775, + "celes": 51776, + "raint": 51777, + "ĠAar": 51778, + "ĠCoon": 51779, + "iflora": 51780, + "Ġchatter": 51781, + "ĠDEVELOP": 51782, + "ĠErd": 51783, + "ĠNativity": 51784, + "ĠGat": 51785, + "Ġmanga": 51786, + "Ġovercomes": 51787, + "Ġoverpower": 51788, + "ĠYunnan": 51789, + "ĠUnusual": 51790, + "icki": 51791, + "Ġsubsystems": 51792, + "Ġskunk": 51793, + "ledon": 51794, + "Ġendangering": 51795, + "âĢĶon": 51796, + "-fif": 51797, + "aneity": 51798, + "apsing": 51799, + "ivalence": 51800, + "ynman": 51801, + "-stroke": 51802, + "Ġtenet": 51803, + "Behavioral": 51804, + "Ġurbanized": 51805, + "ECTS": 51806, + "ĠMatisse": 51807, + "Ġsquarely": 51808, + "ĠLauder": 51809, + "OTE": 51810, + "ĠReflux": 51811, + "ĠBurundi": 51812, + "Ġrandomness": 51813, + "Ġunproductive": 51814, + "-Feb": 51815, + "ĠOxfam": 51816, + "Ġgrotesque": 51817, + "Ġа": 51818, + "ĠHandle": 51819, + "ĠHandwriting": 51820, + "Ġconceiving": 51821, + "become": 51822, + "ĠWalnut": 51823, + "ĠPainted": 51824, + "Acad": 51825, + "Ġdisagrees": 51826, + "ĠMcCull": 51827, + "Include": 51828, + "Ġrendezvous": 51829, + "Ġfluctuates": 51830, + "ĠShowing": 51831, + "ĠBananas": 51832, + "Ġmodestly": 51833, + "ĠOdisha": 51834, + "Ġinterconnection": 51835, + "Ġwhiteness": 51836, + "ĠLivermore": 51837, + "studies": 51838, + "Ġtendonitis": 51839, + "electronics": 51840, + "Ġstylus": 51841, + "ĠVoyage": 51842, + "ĠFibonacci": 51843, + "ĠBreathe": 51844, + "ĠBelarusian": 51845, + "Ġbiochem": 51846, + "-carbohydrate": 51847, + "Ġwhistleb": 51848, + "ĠPOWER": 51849, + "Renewable": 51850, + "pirin": 51851, + "Ġcalamities": 51852, + "Ġiguan": 51853, + "Treatments": 51854, + "ĠAntigone": 51855, + "Ġprocrastination": 51856, + "ĠAmino": 51857, + "ĠOscillation": 51858, + "-storey": 51859, + "Ġrepurposed": 51860, + "ĠMcCormick": 51861, + "Ġsobriety": 51862, + "\"He": 51863, + "'),": 51864, + "-arm": 51865, + "Mix": 51866, + "RIS": 51867, + "Soy": 51868, + "none": 51869, + "xico": 51870, + "Ġrename": 51871, + "Ġlymphedema": 51872, + "sta": 51873, + "ĠApt": 51874, + "ĠSUR": 51875, + "ĠSLE": 51876, + "ĠCiv": 51877, + "ĠCyl": 51878, + "ĠHue": 51879, + "ĠWC": 51880, + "ĠWM": 51881, + "ĠDirty": 51882, + "Ġwashers": 51883, + "Ġleukaemia": 51884, + "ĠFav": 51885, + "ĠRSA": 51886, + "ĠRaff": 51887, + "Ġplump": 51888, + "ewell": 51889, + "Ġbutts": 51890, + "oneg": 51891, + "Ġtrach": 51892, + "Ġrosy": 51893, + "althus": 51894, + "Ġagri": 51895, + "Ġconsul": 51896, + "Ġphasing": 51897, + "Ġacorn": 51898, + "Ġinvig": 51899, + "Ġinvades": 51900, + "Ġdiscerning": 51901, + "Ġdefol": 51902, + "Ġcommonest": 51903, + "ĠIndoch": 51904, + "ahr": 51905, + "ĠShri": 51906, + "Ġcreatinine": 51907, + "ĠChristendom": 51908, + "Ġweighting": 51909, + "Ġbaroque": 51910, + "Ġapical": 51911, + "Ġapron": 51912, + "ĠBoom": 51913, + "-stricken": 51914, + "mosphere": 51915, + "ĠTwelfth": 51916, + "Ġvisualise": 51917, + "Ġboundless": 51918, + "Ġreproductions": 51919, + "Ġpursuant": 51920, + "Ġimmunoglobulin": 51921, + "ĠCarolinas": 51922, + "Ġneuroto": 51923, + "Ġbreathable": 51924, + "ĠOhm": 51925, + "ĠMSG": 51926, + "Ġconfiguring": 51927, + "Globally": 51928, + "Register": 51929, + "traumatic": 51930, + "ĠDeepwater": 51931, + "Flood": 51932, + "Ġproclaims": 51933, + "ĠCatalina": 51934, + "ĠDetermination": 51935, + "ĠKerr": 51936, + "Ġnuance": 51937, + "-support": 51938, + "Ġomnip": 51939, + "Response": 51940, + "aaS": 51941, + "ĠRicardo": 51942, + "Ġoutcrop": 51943, + "Historians": 51944, + "nisone": 51945, + "ĠTumor": 51946, + "ĠJakob": 51947, + "-loaded": 51948, + "Ġoblivious": 51949, + "ĠVaughan": 51950, + "-steroidal": 51951, + "oxifen": 51952, + "Ġà¦": 51953, + "Lyn": 51954, + "growing": 51955, + "rata": 51956, + "Ĥ¹": 51957, + "ÎĶ": 51958, + "atons": 51959, + "Ġwort": 51960, + "itos": 51961, + "Ġlaryngeal": 51962, + "ĠTU": 51963, + "ĠTory": 51964, + "ĠPren": 51965, + "ĠBray": 51966, + "ĠHY": 51967, + "Ġchats": 51968, + "ĠDiaz": 51969, + "ĠGuth": 51970, + "ĠGOD": 51971, + "percent": 51972, + "Ġadduct": 51973, + "Ġalludes": 51974, + "ĠKier": 51975, + "Ġsaplings": 51976, + "ĠUnions": 51977, + "Ġsmash": 51978, + "Ġremot": 51979, + "format": 51980, + "Ġskunks": 51981, + "Ġendowment": 51982, + "ockets": 51983, + "Ġmaf": 51984, + "Ġhumanoid": 51985, + "Ġconfection": 51986, + "-sense": 51987, + "Ġimmemorial": 51988, + "Ġslant": 51989, + "-found": 51990, + "Ġswung": 51991, + "-mining": 51992, + "Ġsubjectivity": 51993, + "Ġurl": 51994, + "leye": 51995, + "ferior": 51996, + "Ġecoregion": 51997, + "Ġreviving": 51998, + "ARDS": 51999, + "ĠEddy": 52000, + "arranted": 52001, + "Excel": 52002, + "Ġpiped": 52003, + "-thousand": 52004, + "particip": 52005, + "-noise": 52006, + "ochial": 52007, + "Ġgarner": 52008, + "Ġsuspensions": 52009, + "ĠOutcome": 52010, + "ĠBurial": 52011, + "ĠTemplates": 52012, + "Ġcartil": 52013, + "ĠOceanographic": 52014, + ".âĢĻâĢĿ": 52015, + "Deuteronomy": 52016, + "ĠAtticus": 52017, + "Ġwatchers": 52018, + "ĠPolymer": 52019, + "MDR": 52020, + "ĠSemantic": 52021, + "ĠEntire": 52022, + "Ġinverters": 52023, + "-employed": 52024, + "Ġmulberry": 52025, + "Ġhindering": 52026, + "Else": 52027, + "ĠAstronaut": 52028, + "Ġclipboard": 52029, + "Ġbruised": 52030, + "Ġlubricating": 52031, + "Ġatheists": 52032, + "ĠHobart": 52033, + "ĠGenerations": 52034, + "Detailed": 52035, + "Ġfelds": 52036, + "Ġmulticulturalism": 52037, + "Ġantagonistic": 52038, + "ĠEarthquakes": 52039, + "vertebrates": 52040, + "Ġtraversed": 52041, + "ĠNumerical": 52042, + "Ġdraped": 52043, + "Ġreagent": 52044, + "ĠBulldog": 52045, + "Ġhandshake": 52046, + ":H": 52047, + "Cher": 52048, + "Caring": 52049, + "Hurricane": 52050, + "Pel": 52051, + "RED": 52052, + "Song": 52053, + "bys": 52054, + "cong": 52055, + "fresh": 52056, + "located": 52057, + "nation": 52058, + "pun": 52059, + "polar": 52060, + "riving": 52061, + "atown": 52062, + "Ġbounced": 52063, + "Ġinbreeding": 52064, + "Ġrethinking": 52065, + "Ġnatures": 52066, + "ĠTags": 52067, + "ĠPare": 52068, + "quila": 52069, + "ĠWage": 52070, + "ĠDaph": 52071, + "Ġabhor": 52072, + "ĠLuz": 52073, + "ĠLOVE": 52074, + "Theory": 52075, + "ptor": 52076, + "izo": 52077, + "izure": 52078, + "apar": 52079, + "ĠJena": 52080, + "Ġqui": 52081, + "Ġrecede": 52082, + "Ġwaterborne": 52083, + "ĠAless": 52084, + "iof": 52085, + "Ġcharms": 52086, + "-circuit": 52087, + "Ġradish": 52088, + "ĠBeecher": 52089, + "ĠBeirut": 52090, + "-lab": 52091, + "Ġcircled": 52092, + "Ġportability": 52093, + "ĠAmnesty": 52094, + "Ġrevoked": 52095, + "bolt": 52096, + "Ġdarken": 52097, + "Ġmountaint": 52098, + "Ġxer": 52099, + "Ġcredence": 52100, + "Ġmischief": 52101, + "Ġfairies": 52102, + "Ġtournaments": 52103, + "metal": 52104, + "Ġarmoured": 52105, + "Ġmotionless": 52106, + "ĠMicrobial": 52107, + "ĠFreeze": 52108, + "Ġshutters": 52109, + "ĠCapricorn": 52110, + "ópez": 52111, + "ĠMerlin": 52112, + "Ġsculptors": 52113, + "ĠKarachi": 52114, + "Findings": 52115, + "Ġhillsides": 52116, + "Ġgracefully": 52117, + "ĠHuntsville": 52118, + "ĠOtter": 52119, + "Ġnaïve": 52120, + "Thankfully": 52121, + "capital": 52122, + "demean": 52123, + "ĠLaguna": 52124, + "oblastic": 52125, + "Recommend": 52126, + "ĠJarvis": 52127, + "Ġinterrogation": 52128, + "hettos": 52129, + "ĠMycen": 52130, + "Ê»i": 52131, + "ĠStrawberry": 52132, + "-yourself": 52133, + "Ġtruncated": 52134, + "ĠCinema": 52135, + "Ġinattention": 52136, + "symbol": 52137, + "opithecus": 52138, + "ĠWichita": 52139, + "Ġ⣨": 52140, + "Carp": 52141, + "MED": 52142, + "Marsh": 52143, + "Server": 52144, + "cake": 52145, + "iab": 52146, + "sent": 52147, + "influ": 52148, + "rera": 52149, + "referred": 52150, + "itaries": 52151, + "orality": 52152, + "alaya": 52153, + "Ġfools": 52154, + "Ġinmate": 52155, + "Ġmp": 52156, + "ionics": 52157, + "enture": 52158, + "Ġreas": 52159, + "igon": 52160, + "ĠCKD": 52161, + "essentially": 52162, + "Ġweaves": 52163, + "ainer": 52164, + "ĠHades": 52165, + "ĠDangers": 52166, + "redits": 52167, + "duke": 52168, + "Ġmanhood": 52169, + "eprint": 52170, + "iento": 52171, + "Ġcaustic": 52172, + "Ġenthr": 52173, + "Ġchests": 52174, + "Ġmetam": 52175, + "ahas": 52176, + "Ġlightest": 52177, + "-flav": 52178, + "Ġdeval": 52179, + "ĠPharma": 52180, + "Website": 52181, + "ofi": 52182, + "-main": 52183, + "-machine": 52184, + "Ġrecognisable": 52185, + "hetamines": 52186, + "Ġselectivity": 52187, + "ĠConsume": 52188, + "ĠGlob": 52189, + "Ġvehicular": 52190, + "recomm": 52191, + "Ġsandals": 52192, + "Ġnanoc": 52193, + "ĠTempor": 52194, + "Ġmicrobiological": 52195, + "Ġinjectable": 52196, + "Ġcosmon": 52197, + "ĠMulticultural": 52198, + "Ġthermally": 52199, + "Ġbinders": 52200, + "-km": 52201, + "Associate": 52202, + "Ġpatchwork": 52203, + "Ġbattleships": 52204, + "ĠSheridan": 52205, + "ĠHadron": 52206, + "ĠLiveScience": 52207, + "Ġevaporator": 52208, + "ĠCrusaders": 52209, + "ĠSeward": 52210, + "ĠTeenagers": 52211, + "ĠBoundaries": 52212, + "Ġglorified": 52213, + "ĠTumors": 52214, + "azardous": 52215, + "Ġseepage": 52216, + "Ġpeppermint": 52217, + "Ġitinerary": 52218, + "Ġsebum": 52219, + "Pregnancy": 52220, + "Ġchiropractor": 52221, + "otrophs": 52222, + "Ġrefueling": 52223, + "ĠMarcellus": 52224, + "Ġasthmatic": 52225, + "Same": 52226, + "[Ċ": 52227, + "farm": 52228, + "iomas": 52229, + "kW": 52230, + "makes": 52231, + "Ġtakers": 52232, + "Ġsans": 52233, + "Ġwt": 52234, + "itra": 52235, + "Ġpony": 52236, + "iliate": 52237, + "Ġrenown": 52238, + "ĠTad": 52239, + "Ġstochastic": 52240, + "ĠSj": 52241, + "Ġorcas": 52242, + "ĠPile": 52243, + "ĠBid": 52244, + "romal": 52245, + "Ġcanopies": 52246, + "ntz": 52247, + "ĠERA": 52248, + "ĠEucalyptus": 52249, + "ĠFAS": 52250, + "ĠRup": 52251, + "ĠRamb": 52252, + "ĠRacing": 52253, + "unlike": 52254, + "Ġenf": 52255, + "ĠLuna": 52256, + "ĠOvert": 52257, + "ĠOwing": 52258, + "Ġinfuse": 52259, + "ĠStructured": 52260, + "Ġrepaid": 52261, + "Ġhighland": 52262, + "Ġfoundry": 52263, + "Ġdiscove": 52264, + "Ġvalor": 52265, + "Ġlandlocked": 52266, + "Ġauthorizing": 52267, + "ĠMedian": 52268, + "-taught": 52269, + "Ġwindmills": 52270, + "ĠCarrie": 52271, + "strich": 52272, + "Ġveritable": 52273, + "ophile": 52274, + "Ġcheckpoint": 52275, + "-washing": 52276, + "Ġbraille": 52277, + "ĠQuart": 52278, + "ĠEdited": 52279, + "attack": 52280, + "ĠReadings": 52281, + "ITA": 52282, + "Ġspectator": 52283, + "ĠReturning": 52284, + "Ġcrowdfunding": 52285, + "ĠAccessible": 52286, + "ĠNazism": 52287, + "icylic": 52288, + "Ġcompensating": 52289, + "Ġinhabitant": 52290, + "Ġsubstitutions": 52291, + "Ġtensor": 52292, + "-Non": 52293, + "Ġlinguistically": 52294, + "ĠBitcoins": 52295, + "ĠMagnus": 52296, + "ĠCircus": 52297, + "Ġrebellions": 52298, + "ĠHalley": 52299, + "Ġprocured": 52300, + "ĠPROC": 52301, + "Ġinferiority": 52302, + "Ġatheism": 52303, + "Ġaverted": 52304, + "ĠLangston": 52305, + "Ġeugenics": 52306, + "Ġconvincingly": 52307, + "Ġmetastas": 52308, + "ĠVolcanoes": 52309, + "Ġbracelet": 52310, + "Turkey": 52311, + "Connecting": 52312, + "ĠPharmacology": 52313, + "Ġeuthan": 52314, + "ĠKurdistan": 52315, + "Becoming": 52316, + "Ġuppermost": 52317, + "Ġ[...]Ċ": 52318, + "Ġvulgaris": 52319, + "Ġhammered": 52320, + "Ġrecluse": 52321, + "Ġastrophysicist": 52322, + "Ġendocannabinoid": 52323, + "Sodium": 52324, + "Ws": 52325, + "YA": 52326, + "cn": 52327, + "moor": 52328, + "nob": 52329, + "trap": 52330, + "orating": 52331, + "Ġpizz": 52332, + "Ġmop": 52333, + "Ġandroid": 52334, + "Ġeul": 52335, + "ĠTod": 52336, + "ĠTrick": 52337, + "ĠTomas": 52338, + "ĠSNP": 52339, + "ĠIOM": 52340, + "ĠMeck": 52341, + "ĠPhelps": 52342, + "Ġhares": 52343, + "rometers": 52344, + "osamine": 52345, + "ĠHats": 52346, + "ĠHatch": 52347, + "ĠHaryana": 52348, + "ĠRET": 52349, + "Ġki": 52350, + "ĠUNA": 52351, + "Ġdisorganized": 52352, + "Ġunacc": 52353, + "Ġarchers": 52354, + "Ġscorn": 52355, + "ĠKear": 52356, + "ĠYus": 52357, + "ĠYORK": 52358, + "neb": 52359, + "Ġflutes": 52360, + "ĠHeide": 52361, + "cyst": 52362, + "ismus": 52363, + "Ġmonoton": 52364, + "Ġfinder": 52365, + "Ġsolenoid": 52366, + "Ġcommonalities": 52367, + "-sensing": 52368, + "Ġtemps": 52369, + "increasing": 52370, + "-floor": 52371, + "ĠSeleuc": 52372, + "ĠBeh": 52373, + "ĠChristchurch": 52374, + "ĠReporter": 52375, + "-School": 52376, + "fordshire": 52377, + "-eat": 52378, + "Ġrotors": 52379, + "Phones": 52380, + "Ġcreationists": 52381, + "Ġuniverses": 52382, + "ĠSTIs": 52383, + "Ġarmament": 52384, + "Arts": 52385, + "Ġknobs": 52386, + "ĠSumter": 52387, + "Ġnestled": 52388, + "ĠCommitment": 52389, + "ĠKhrushchev": 52390, + "ĠHearts": 52391, + "-environment": 52392, + "ĠVarieties": 52393, + "ĠSPEC": 52394, + "Ġperpetually": 52395, + "ĠFlowering": 52396, + "ĠTurkic": 52397, + "Guard": 52398, + "ĠEaton": 52399, + "Ġsynchronize": 52400, + "Ġbruise": 52401, + "ĠGaussian": 52402, + "ĠLaurie": 52403, + "Standing": 52404, + "uttgart": 52405, + "ĠPinch": 52406, + "Ġdisregarded": 52407, + "ĠYankees": 52408, + "Ġsuperconductivity": 52409, + "ĠChestnut": 52410, + "Ġsmoothing": 52411, + "Ġnotoriety": 52412, + "ableness": 52413, + "Forty": 52414, + "ĠAntiquity": 52415, + "Ġfocussing": 52416, + "Ġscapego": 52417, + "/X": 52418, + "Loc": 52419, + "Pediatric": 52420, + "Risks": 52421, + "Uk": 52422, + "cales": 52423, + "mixed": 52424, + "oops": 52425, + "went": 52426, + "waste": 52427, + "invest": 52428, + "atical": 52429, + "ouk": 52430, + "oula": 52431, + "urances": 52432, + "Ġstifle": 52433, + "ĠSEE": 52434, + "throat": 52435, + "Ġdearth": 52436, + "âĢĻâĢĻ": 52437, + "ĠPesh": 52438, + "acao": 52439, + "Ġvogue": 52440, + "Ġcanons": 52441, + "emphasis": 52442, + "ĠHul": 52443, + "Ġchic": 52444, + "ĠNost": 52445, + "ĠNCC": 52446, + "ĠLander": 52447, + "Ġinco": 52448, + "areas": 52449, + "Ġrecitation": 52450, + "ĠKud": 52451, + "ĠKob": 52452, + "Ġrafts": 52453, + "Ġraiders": 52454, + "Ġpoinsett": 52455, + "Ġintergovernmental": 52456, + "Ġinterplanetary": 52457, + "Ġsimile": 52458, + "Ġsolace": 52459, + "Ġplacements": 52460, + "azer": 52461, + "ĠAtom": 52462, + "Ġbiologic": 52463, + "Ġlaborer": 52464, + "Ġpostulate": 52465, + "ĠEnoch": 52466, + "Ġgeorge": 52467, + "ATP": 52468, + "domain": 52469, + "Ġmiller": 52470, + "ĠBoiler": 52471, + "Ġcookbook": 52472, + "Ġacquitted": 52473, + "ĠSchl": 52474, + "ĠCorona": 52475, + "Ġarmpits": 52476, + "Ġkilo": 52477, + "Ġnitride": 52478, + "Ġhyperlink": 52479, + "Ġpursues": 52480, + "ĠSummers": 52481, + "ĠStatute": 52482, + "Recovery": 52483, + "-chair": 52484, + "ĠSatis": 52485, + "ĠAngelo": 52486, + "ĠShoulder": 52487, + "ĠUniversité": 52488, + "previously": 52489, + "Ġpatriarchy": 52490, + "Significant": 52491, + "Homework": 52492, + "ĠPastor": 52493, + "ĠMechanisms": 52494, + "Listening": 52495, + "Ġdislod": 52496, + "Ġdislikes": 52497, + "Ġmangoes": 52498, + "Ġsprinkling": 52499, + "ĠDentist": 52500, + "Ġseabird": 52501, + "ĠCoronary": 52502, + "ĠMacedon": 52503, + "Ġfalc": 52504, + "-student": 52505, + "-studied": 52506, + "Ġquintessential": 52507, + "Ġloosening": 52508, + "Ġwoodpeckers": 52509, + "Antibiotics": 52510, + "Ġdecommissioned": 52511, + "Ġpolysaccharides": 52512, + "Ġtincture": 52513, + "Ġpimples": 52514, + "aimonides": 52515, + "ĠOverseas": 52516, + "Ġyarns": 52517, + "Ġimpenetrable": 52518, + "Ġ;Ċ": 52519, + "ĠËĪ": 52520, + "-self": 52521, + "<<": 52522, + "Fuel": 52523, + "LAND": 52524, + "Position": 52525, + "Saving": 52526, + "cian": 52527, + "crum": 52528, + "fear": 52529, + "mort": 52530, + "pd": 52531, + "æķ": 52532, + "éĩ": 52533, + "onne": 52534, + "Ġpacific": 52535, + "asional": 52536, + "lymph": 52537, + "Ġbeheaded": 52538, + "ĠTIM": 52539, + "ĠTSH": 52540, + "imov": 52541, + "owning": 52542, + "ĠMoff": 52543, + "ĠMSc": 52544, + "ĠPash": 52545, + "ĠBole": 52546, + "emark": 52547, + "ĠEly": 52548, + "ĠEich": 52549, + "ĠReth": 52550, + "Ġkangaroos": 52551, + "ibu": 52552, + "ipa": 52553, + "auv": 52554, + "ileen": 52555, + "texts": 52556, + "Ġgenoc": 52557, + "Ġsubunits": 52558, + "Ġcarrion": 52559, + "Ġinterred": 52560, + "Ġkefir": 52561, + "isma": 52562, + "Ġendos": 52563, + "ĠArth": 52564, + "âĢĶabout": 52565, + "Ġchanger": 52566, + "Ġmaterialistic": 52567, + "ĠWhitt": 52568, + "Ġpurging": 52569, + "Ġrestitution": 52570, + "rapeutic": 52571, + "ofar": 52572, + "ĠAfgh": 52573, + "Ġinvests": 52574, + "-tube": 52575, + "ĠPrune": 52576, + "nsis": 52577, + "shocks": 52578, + "Ġapo": 52579, + "Ġharass": 52580, + "Ġhotly": 52581, + "ĠSwitching": 52582, + "Ġmidpoint": 52583, + "ITAL": 52584, + "Ġsectarian": 52585, + "ĠSchoen": 52586, + "Unique": 52587, + "Ġemailed": 52588, + "Ġinternalize": 52589, + "ĠLaus": 52590, + "-Marie": 52591, + "ĠJericho": 52592, + "ĠExplo": 52593, + "ĠSumm": 52594, + "Received": 52595, + "Ġoverlaid": 52596, + "ĠBrenda": 52597, + "Ġboyfriend": 52598, + "Ġproofreading": 52599, + "ĠGarland": 52600, + "ĠTargets": 52601, + "orbidity": 52602, + "Ġaffiliates": 52603, + "Figures": 52604, + "ĠRainfall": 52605, + "Ġreconstructing": 52606, + "Ġtreasurer": 52607, + "ĠLesotho": 52608, + "Ġespoused": 52609, + "ĠRowan": 52610, + "Ġcleverly": 52611, + "Ġparsing": 52612, + "Technically": 52613, + "Ġworshippers": 52614, + "Ġbenzodiazepines": 52615, + "Ġsuperconductors": 52616, + "Maximum": 52617, + "ĠMétis": 52618, + "onnaise": 52619, + "-Indigenous": 52620, + "Ġbotanists": 52621, + "-inspiring": 52622, + "ĠBlooming": 52623, + "Ġtelomere": 52624, + "ĠMODIS": 52625, + "ĠHannibal": 52626, + "Challenge": 52627, + "Ġsepals": 52628, + "Ġmilliliters": 52629, + "(This": 52630, + "-White": 52631, + "/de": 52632, + "AIL": 52633, + "Dial": 52634, + "Eco": 52635, + "Sup": 52636, + "bold": 52637, + "creat": 52638, + "ciences": 52639, + "fusc": 52640, + "inz": 52641, + "entious": 52642, + "Ġnudge": 52643, + "raxia": 52644, + "Ġforgery": 52645, + "Ġyam": 52646, + "ĠSans": 52647, + "ĠSerm": 52648, + "ĠSatur": 52649, + "ĠCovering": 52650, + "ĠCALL": 52651, + "odians": 52652, + "ĠPsoriasis": 52653, + "emate": 52654, + "ĠDall": 52655, + "ĠDiverse": 52656, + "ĠFayette": 52657, + "ĠLOC": 52658, + "rups": 52659, + "ĠThumb": 52660, + "Ġteasing": 52661, + "Ġuneducated": 52662, + "okines": 52663, + "Ġinflexible": 52664, + "Ġscopes": 52665, + "ĠKes": 52666, + "Ġhelical": 52667, + "ĠVale": 52668, + "Ġregrow": 52669, + "ĠHeav": 52670, + "Ġinstilled": 52671, + "Ġcurving": 52672, + "Ġparallax": 52673, + "-published": 52674, + "Ġbiotin": 52675, + "Ġheartbeats": 52676, + "ĠAssad": 52677, + "ĠAbkhaz": 52678, + "ESC": 52679, + "Ġbadger": 52680, + "Ġdeclination": 52681, + "Ġrattle": 52682, + "Ġsandbox": 52683, + "Ġprescriptive": 52684, + "ĠDemographic": 52685, + "Readers": 52686, + "ĠTerrace": 52687, + "Ġfrequented": 52688, + "BSD": 52689, + "allowing": 52690, + "ĠEstimated": 52691, + "Leaves": 52692, + "ĠUtrecht": 52693, + "öl": 52694, + "ĠALT": 52695, + "Ġhalved": 52696, + "Ġsterling": 52697, + "ĠLiDAR": 52698, + "ĠSusque": 52699, + "avering": 52700, + "lamide": 52701, + "Ġmarginalization": 52702, + "oliths": 52703, + "ÑĤÑĮ": 52704, + "Surgical": 52705, + "ĠKitty": 52706, + "-deep": 52707, + "Essays": 52708, + "ĠÅł": 52709, + "Ġhorrified": 52710, + "Ġtyphus": 52711, + "Ġsupremac": 52712, + "ĠIngredients": 52713, + "Ġfibroblasts": 52714, + "opathies": 52715, + "responding": 52716, + "Medications": 52717, + "ĠConfucianism": 52718, + "Ġfermenting": 52719, + "ovisual": 52720, + "Ġmisaligned": 52721, + "Ġoutperform": 52722, + "ĠAssignments": 52723, + "Ġclutches": 52724, + "ĠKruger": 52725, + "privileged": 52726, + "ĠĠ": 52727, + "(approx": 52728, + "Gross": 52729, + "OUS": 52730, + "Tar": 52731, + "iose": 52732, + "jid": 52733, + "moving": 52734, + "ж": 52735, + "Ġsacks": 52736, + "orice": 52737, + "Ġmower": 52738, + "lebot": 52739, + "Ġlivers": 52740, + "Ġnug": 52741, + "igrade": 52742, + "ĠAHA": 52743, + "ĠSomme": 52744, + "ĠIps": 52745, + "ĠPWM": 52746, + "ĠBEST": 52747, + "established": 52748, + "resso": 52749, + "Ġvil": 52750, + "ĠWish": 52751, + "ĠDian": 52752, + "ĠEJ": 52753, + "unky": 52754, + "ichord": 52755, + "ĠJod": 52756, + "independent": 52757, + "onsor": 52758, + "Ġwaterc": 52759, + "Ġinsurgents": 52760, + "ĠSputnik": 52761, + "genetic": 52762, + "Ġoposs": 52763, + "Ġfacades": 52764, + "Ġbookstores": 52765, + "-middle": 52766, + "ĠBladder": 52767, + "Ġhousework": 52768, + "SARS": 52769, + "ĠMarÃŃa": 52770, + "ynes": 52771, + "zeb": 52772, + "Ġmagnify": 52773, + "ĠAgra": 52774, + "Ġautomakers": 52775, + "ĠParkway": 52776, + "oek": 52777, + "ĠValidation": 52778, + "Ġmomentarily": 52779, + "ambrian": 52780, + "ALSE": 52781, + "careous": 52782, + "ĠBride": 52783, + "ĠSTEP": 52784, + "ĠSunflower": 52785, + "ochlor": 52786, + "Ġnorovirus": 52787, + "-relevant": 52788, + "Ġabundances": 52789, + "Äģt": 52790, + "Ġlecturing": 52791, + "ocytop": 52792, + "Ġcybercrime": 52793, + "âte": 52794, + "ĠFridays": 52795, + "Ġspirited": 52796, + "ĠRubin": 52797, + "ĠConcise": 52798, + "ĠBirdLife": 52799, + "ĠHadith": 52800, + "Ġrumours": 52801, + "Ġbolted": 52802, + "Ġconforms": 52803, + "posts": 52804, + "ĠCLASS": 52805, + "ĠCLICK": 52806, + "Ġelegantly": 52807, + "Ġlemonade": 52808, + "-death": 52809, + "ĠMOOCs": 52810, + "Established": 52811, + "scientists": 52812, + "ĠWHY": 52813, + "ĠVoluntary": 52814, + "ĠPandora": 52815, + "roelectric": 52816, + "Ġredistribute": 52817, + "Christianity": 52818, + "-smelling": 52819, + "Trump": 52820, + "-processed": 52821, + "Psychological": 52822, + "ĠTagore": 52823, + "Ġunwillingness": 52824, + "Ġamputations": 52825, + "Ġlynx": 52826, + "Ġreshaping": 52827, + "ĠMaximilian": 52828, + "ĠYosef": 52829, + "ĠTaoism": 52830, + "á¹ĩa": 52831, + "Ġaberration": 52832, + "Ġtapering": 52833, + "ĠPotsdam": 52834, + "ĠâĨ©Ċ": 52835, + "Ġindictment": 52836, + "ĠTeflon": 52837, + "-oil": 52838, + "GES": 52839, + "possible": 52840, + "vc": 52841, + "zt": 52842, + "Ġsess": 52843, + "Ġdavid": 52844, + "Ġrewriting": 52845, + "Ġgilded": 52846, + "Ġyawning": 52847, + "Ġstrontium": 52848, + "ĠSanchez": 52849, + "ayn": 52850, + "Ġdehuman": 52851, + "across": 52852, + "ĠHass": 52853, + "Ġchurning": 52854, + "Ġleverages": 52855, + "ĠFighter": 52856, + "Ġshatter": 52857, + "ĠGorg": 52858, + "ĠGPs": 52859, + "ongrass": 52860, + "ĠJas": 52861, + "Ġpretext": 52862, + "ĠKabul": 52863, + "ĠViolet": 52864, + "Input": 52865, + "Ġpresiding": 52866, + "Ġcurls": 52867, + "Ġendocrin": 52868, + "ĠAnim": 52869, + "Ġmattered": 52870, + "ĠShade": 52871, + "ĠColombo": 52872, + "olecule": 52873, + "Ġswat": 52874, + "ĠZIP": 52875, + "Ġcynic": 52876, + "bein": 52877, + "letions": 52878, + "NAME": 52879, + "Ġcuticle": 52880, + "-width": 52881, + "Ġdrawers": 52882, + "Ġfasteners": 52883, + "द": 52884, + "ल": 52885, + "alta": 52886, + "ĠDecade": 52887, + "Ġdissertations": 52888, + "ĠMalik": 52889, + "Ġcoffins": 52890, + "ĠSuppl": 52891, + "Ġtowed": 52892, + "-Friendly": 52893, + "ĠRobotic": 52894, + "Ġadvisories": 52895, + "ĠImproper": 52896, + ".''": 52897, + "Track": 52898, + "ĠSonora": 52899, + "ĠLatvian": 52900, + "ĠCrazy": 52901, + "ĠJeanne": 52902, + "Ġpriestly": 52903, + "Ġscrewdriver": 52904, + "Ġpneumoniae": 52905, + "ĠDarkness": 52906, + "Ġcurtailed": 52907, + "iegel": 52908, + "Ġdecentralization": 52909, + "Avoiding": 52910, + "Moore": 52911, + "Ġreappear": 52912, + "Ġunattractive": 52913, + "Optical": 52914, + "Flowers": 52915, + "ĠRahman": 52916, + "Ġzombies": 52917, + "Literature": 52918, + "Ġxylitol": 52919, + "ĠYoruba": 52920, + "Ġlaparoscopic": 52921, + "Ġshrewd": 52922, + "ĠTuscany": 52923, + "Ġdwelt": 52924, + ",...": 52925, + "-No": 52926, + "-planned": 52927, + ".ie": 52928, + "Lie": 52929, + "Nich": 52930, + "created": 52931, + "eff": 52932, + "nn": 52933, + "ocean": 52934, + "types": 52935, + "|E": 52936, + "ή": 52937, + "Ġtrit": 52938, + "Ġcasser": 52939, + "Ġrecharging": 52940, + "Ġnause": 52941, + "ĠACA": 52942, + "ulant": 52943, + "eles": 52944, + "ĠMockingbird": 52945, + "opted": 52946, + "ĠPomer": 52947, + "oretic": 52948, + "ussell": 52949, + "ĠHoles": 52950, + "Ġripping": 52951, + "ĠDunk": 52952, + "ĠDIF": 52953, + "ĠFAM": 52954, + "ĠNasser": 52955, + "perate": 52956, + "Ġadren": 52957, + "ĠThi": 52958, + "Ġunresponsive": 52959, + "orsch": 52960, + "Ġcommencing": 52961, + "Ġyearning": 52962, + "Ġnozzles": 52963, + "ĠHeidi": 52964, + "iqued": 52965, + "Ġhandker": 52966, + "Ġmetron": 52967, + "ĠClosing": 52968, + "Ġeyed": 52969, + "Ġcystitis": 52970, + "Ġsunspot": 52971, + "ĠSheldon": 52972, + "Ġfeedbacks": 52973, + "ĠAssurance": 52974, + "ĠAmateur": 52975, + "ĠEddie": 52976, + "steroidal": 52977, + "Ġscholastic": 52978, + "ĠEastman": 52979, + "Ġpolype": 52980, + "ĠModelling": 52981, + "-Car": 52982, + "ĠDecl": 52983, + "-nineteenth": 52984, + "ixtures": 52985, + "Ġgarages": 52986, + "Ġexternalities": 52987, + "Ġsplints": 52988, + "Ġreadership": 52989, + "Ġskyline": 52990, + "Ġrespirator": 52991, + "Ġflyers": 52992, + "Ġaerodynamics": 52993, + "Ġmacrom": 52994, + "omeric": 52995, + "ĠAccidents": 52996, + "ĠZealanders": 52997, + "-rights": 52998, + "printed": 52999, + "Ġpersuading": 53000, + "ĠInvestigate": 53001, + "Ġgateways": 53002, + "ĠRestore": 53003, + "ĠATT": 53004, + "Ġnortherly": 53005, + "ĠTokugawa": 53006, + "Ġmillennials": 53007, + "Harry": 53008, + "Ġuninterest": 53009, + "ĠMaslow": 53010, + "ĠTobago": 53011, + "Ġmetastases": 53012, + "ĠEpidemic": 53013, + "Ġdocked": 53014, + "Ġrefresher": 53015, + "ĠCantonese": 53016, + "Ġfiguratively": 53017, + "Ġdiverticul": 53018, + "Ġgrunt": 53019, + "ĠScanning": 53020, + "Ġovereat": 53021, + "ĠBlooms": 53022, + "Ġpolygamy": 53023, + "Drugs": 53024, + "Ġimbued": 53025, + "Ġpainstakingly": 53026, + "ĠYucatan": 53027, + "-October": 53028, + "Ġ,Ċ": 53029, + "-get": 53030, + "Cas": 53031, + "Sin": 53032, + "aS": 53033, + "nos": 53034, + "wark": 53035, + "×ģ": 53036, + "inase": 53037, + "Ġinsofar": 53038, + "Ġthine": 53039, + "Ġnongovern": 53040, + "oled": 53041, + "idio": 53042, + "Ġya": 53043, + "adically": 53044, + "Ġdeme": 53045, + "isto": 53046, + "Ġhaiku": 53047, + "ĠBaz": 53048, + "acama": 53049, + "Ġvial": 53050, + "osals": 53051, + "ĠDing": 53052, + "ĠRizal": 53053, + "ĠKron": 53054, + "hedrin": 53055, + "Ġmeditating": 53056, + "Ġdetritus": 53057, + "Ġdefamation": 53058, + "ĠForge": 53059, + "âĢľAlthough": 53060, + "useppe": 53061, + "ĠPlural": 53062, + "ospi": 53063, + "Ġbirthing": 53064, + "Ġpostoperative": 53065, + "ĠQC": 53066, + "Ġgrinder": 53067, + "ĠBeers": 53068, + "Ġcatcher": 53069, + "oresce": 53070, + "Ġexcise": 53071, + "affer": 53072, + "borr": 53073, + "Exactly": 53074, + "-South": 53075, + "Ġpolypropylene": 53076, + "ĠSimons": 53077, + "Ġcommercialized": 53078, + "ĠCurious": 53079, + "-upon": 53080, + "ĠChef": 53081, + "Ġcomplies": 53082, + "ĠUnderwater": 53083, + "ĠPhysiological": 53084, + "Ġflywheel": 53085, + "Ġobtainable": 53086, + "-Hodgkin": 53087, + "ĠLegends": 53088, + "-prof": 53089, + "ĠAdministrators": 53090, + "Ġforgetfulness": 53091, + "ĠWhoever": 53092, + "Ġarresting": 53093, + "Ġcoca": 53094, + "neumonia": 53095, + "-existence": 53096, + "HealthDay": 53097, + "ĠDaniels": 53098, + "Ġmysteriously": 53099, + "Ġlithography": 53100, + "Ġbicycling": 53101, + "Worldwide": 53102, + "Ġintensifying": 53103, + "Maturity": 53104, + "ufu": 53105, + "opolis": 53106, + "-animal": 53107, + "ĠHubert": 53108, + "Ġmasquer": 53109, + "ĠAlcoholism": 53110, + "Ġellips": 53111, + "Ġsupervisory": 53112, + "ĠâĪļ": 53113, + "ĠFlexibility": 53114, + "Ġgeoengineering": 53115, + "Ġglorify": 53116, + "Ġbursa": 53117, + "PubMed": 53118, + "Ġridiculed": 53119, + "Ġencyclopedias": 53120, + "ĠCricket": 53121, + "Ġsnowflakes": 53122, + "ĠEhrlich": 53123, + "Ġimmunocompromised": 53124, + "Ġinescapable": 53125, + "+.": 53126, + "/cont": 53127, + "Aim": 53128, + "Cooking": 53129, + "Gray": 53130, + "HH": 53131, + "Jump": 53132, + "Led": 53133, + "Vert": 53134, + "WOR": 53135, + "hay": 53136, + "pike": 53137, + "td": 53138, + "|Name": 53139, + "esia": 53140, + "Ġfentanyl": 53141, + "icion": 53142, + "leader": 53143, + "Ġgearing": 53144, + "utm": 53145, + "Ġyew": 53146, + "Ġstanzas": 53147, + "ĠSerg": 53148, + "ĠMund": 53149, + "ĠPests": 53150, + "ĠBRO": 53151, + "ĠHilton": 53152, + "ĠFinder": 53153, + "ĠRais": 53154, + "ĠRAND": 53155, + "Ġimitated": 53156, + "ellies": 53157, + "Ġperitoneal": 53158, + "mson": 53159, + "ĠVive": 53160, + "Ġfirstborn": 53161, + "Ġattrition": 53162, + "Ġsubsection": 53163, + "oye": 53164, + "-bro": 53165, + "retching": 53166, + "Ġswaths": 53167, + "Ġrepresentational": 53168, + "Ġmassacred": 53169, + "ĠMariner": 53170, + "Ġbabys": 53171, + "Ġrevolved": 53172, + "Ġhabitually": 53173, + "Ġundisput": 53174, + "ĠTransgender": 53175, + "ĠRoan": 53176, + "kenau": 53177, + "Ġconvolution": 53178, + "-Do": 53179, + "namely": 53180, + "ĠMetamorph": 53181, + "ĠSeniors": 53182, + "Ġinterviewer": 53183, + "Ġaccomplishes": 53184, + "ĠÃĨ": 53185, + "ĠIPC": 53186, + "ĠBremen": 53187, + "Ġmandible": 53188, + "Ġroadsides": 53189, + "Ġbiomolecules": 53190, + "ĠJoachim": 53191, + "ân": 53192, + "Ġoxidase": 53193, + "ĠGallipoli": 53194, + "Removing": 53195, + "Medium": 53196, + "Submit": 53197, + "Ġnominate": 53198, + "passed": 53199, + "uvius": 53200, + "ĠDuPont": 53201, + "ĠHonors": 53202, + "ĠPaediatric": 53203, + "ĠProtocols": 53204, + "ĠBreakthrough": 53205, + "ĠComplexity": 53206, + "Ġelongate": 53207, + "Ġimparting": 53208, + "-meaning": 53209, + "Ġmercenaries": 53210, + "-aircraft": 53211, + "Reduced": 53212, + "Ġgrafted": 53213, + "osecond": 53214, + "ĠFrogs": 53215, + "-protection": 53216, + "ĠMennonites": 53217, + "Industry": 53218, + "ĠMoorish": 53219, + "ĠFertilizer": 53220, + "Ġliquefied": 53221, + "Ġeutrophication": 53222, + "Ġphysiologically": 53223, + "Ġmetatarsal": 53224, + "Ġservicemen": 53225, + "Bride": 53226, + "Eld": 53227, + "Sed": 53228, + "lifting": 53229, + "yam": 53230, + "âħ": 53231, + "inflation": 53232, + "Ġou": 53233, + "itators": 53234, + "Ġfrug": 53235, + "Ġmocking": 53236, + "Ġeerie": 53237, + "Ġlags": 53238, + "rake": 53239, + "ĠCaul": 53240, + "ulon": 53241, + "ĠBeware": 53242, + "accomp": 53243, + "quiring": 53244, + "ivates": 53245, + "ĠHimm": 53246, + "ĠDaly": 53247, + "ĠEiffel": 53248, + "ĠNos": 53249, + "Ġplaza": 53250, + "activities": 53251, + "philos": 53252, + "Ġassent": 53253, + "formity": 53254, + "Ġhumerus": 53255, + "Ġendoscope": 53256, + "venient": 53257, + "espans": 53258, + "incorpor": 53259, + "inaural": 53260, + "oleic": 53261, + "Ġmultivariate": 53262, + "ĠPruning": 53263, + "Ġsuperposition": 53264, + "Ġbarber": 53265, + "ylation": 53266, + "ĠCOR": 53267, + "ĠAcne": 53268, + "attie": 53269, + "ITER": 53270, + "ĠProfiles": 53271, + "ĠDisclaimer": 53272, + "Bees": 53273, + "ĠSchindler": 53274, + "Ġmutagen": 53275, + "ĠDecrease": 53276, + "Spot": 53277, + "bla": 53278, + "Ġreborn": 53279, + "Ġunsolved": 53280, + "API": 53281, + "ĠTemples": 53282, + "ĠAlexis": 53283, + "Ġsubsided": 53284, + "-ridden": 53285, + "Ġhamsters": 53286, + "ĠCollapse": 53287, + "Ġbreakdowns": 53288, + "Ġokra": 53289, + "ĠOppenheimer": 53290, + "highly": 53291, + "-altering": 53292, + "ĠAlberto": 53293, + "Ġleathery": 53294, + "ĠGrounds": 53295, + "Ġtrafficked": 53296, + "ĠRotary": 53297, + "Ġmarshal": 53298, + "ĠCeliac": 53299, + "Ġbumpy": 53300, + "-exposed": 53301, + "Ġindulgence": 53302, + "Philip": 53303, + "-flowing": 53304, + "ĠSutra": 53305, + "ĠHashimoto": 53306, + "Ġbarbarians": 53307, + "ĠPamela": 53308, + "ĠKodak": 53309, + "ĠRidley": 53310, + "æĸĩ": 53311, + "ruvate": 53312, + "Ġtinkering": 53313, + "lipidemia": 53314, + "ospirosis": 53315, + "/off": 53316, + "Cotton": 53317, + "DNS": 53318, + "MLA": 53319, + "Oregon": 53320, + "fest": 53321, + "gos": 53322, + "holy": 53323, + "hua": 53324, + "jos": 53325, + "lords": 53326, + "sies": 53327, + "פ": 53328, + "âĿ": 53329, + "ĠeBooks": 53330, + "Ġgazing": 53331, + "iru": 53332, + "irons": 53333, + "ĠCactus": 53334, + "thin": 53335, + "ĠMbps": 53336, + "ĠPist": 53337, + "abian": 53338, + "ĠHank": 53339, + "ĠHatter": 53340, + "ĠDodd": 53341, + "ĠEBSCO": 53342, + "Ġleaping": 53343, + "ĠFishes": 53344, + "ĠRé": 53345, + "unches": 53346, + "Ġendu": 53347, + "ĠLIGO": 53348, + "ibati": 53349, + "ĠJW": 53350, + "Ġimparted": 53351, + "achian": 53352, + "Ġunitary": 53353, + "Ġcolostrum": 53354, + "Ġagave": 53355, + "Ġfeud": 53356, + "Inflammation": 53357, + "ramed": 53358, + "Ġattuned": 53359, + "Ġsubfamily": 53360, + "ckles": 53361, + "âĢľF": 53362, + "ĠColeridge": 53363, + "Ġaccesses": 53364, + "-post": 53365, + "Ġdelights": 53366, + "Ġcombo": 53367, + "Ġencamp": 53368, + "-take": 53369, + "Ġpayback": 53370, + "ĠAssisted": 53371, + "Ġsquint": 53372, + "Ġcolonizers": 53373, + "Ġprogressions": 53374, + "ĠIntroductory": 53375, + "ĠRegenerative": 53376, + "ĠTracker": 53377, + "Ġperfecting": 53378, + "inyin": 53379, + "ĠTranscend": 53380, + "-April": 53381, + "ĠAngus": 53382, + "chee": 53383, + "Ġcomplains": 53384, + "ĠForever": 53385, + "ĠDiagrams": 53386, + "ĠSupported": 53387, + "ĠCycling": 53388, + "Ġruining": 53389, + "ĠCaes": 53390, + "UTE": 53391, + "olescence": 53392, + "ĠMerry": 53393, + "ĠMultimedia": 53394, + "ĠPlayground": 53395, + "ĠCircles": 53396, + "Ġdimming": 53397, + "biome": 53398, + "ĠMessages": 53399, + "Ġcodons": 53400, + "ĠVeteran": 53401, + "Ġarticulating": 53402, + "-administ": 53403, + "Ġretreats": 53404, + "ĠTobias": 53405, + "ĠDiscussions": 53406, + "ĠOwnership": 53407, + "Organizations": 53408, + "ĠBriggs": 53409, + "ĠERP": 53410, + "Ġspurious": 53411, + "Ġunveiling": 53412, + "ĠElsewhere": 53413, + "Ġrecyclables": 53414, + "Ġunderscored": 53415, + "ĠWelch": 53416, + "-consciousness": 53417, + "ĠMoldova": 53418, + "Ġnegligent": 53419, + "âĢĶâĢĶâĢĶâĢĶ": 53420, + "Scottish": 53421, + "ĠOrchid": 53422, + "Ġneoclassical": 53423, + "-Columbian": 53424, + "Ġtoenails": 53425, + "ifolium": 53426, + "ĠCaledonia": 53427, + "ĠGertrude": 53428, + "-adapted": 53429, + "(v": 53430, + "Disease": 53431, + "Speak": 53432, + "Tag": 53433, + "effective": 53434, + "editor": 53435, + "asar": 53436, + "chapter": 53437, + "ĠSES": 53438, + "ĠSinus": 53439, + "ĠIST": 53440, + "ameth": 53441, + "âĢĻe": 53442, + "Ġchis": 53443, + "ĠEocene": 53444, + "ĠFake": 53445, + "ĠFarn": 53446, + "Ġenam": 53447, + "Ġpluck": 53448, + "ĠUBC": 53449, + "ĠInability": 53450, + "igne": 53451, + "Ġoutgrow": 53452, + "Ġquail": 53453, + "rits": 53454, + "ĠVega": 53455, + "Ġflore": 53456, + "Ġflake": 53457, + "Ġexaminers": 53458, + "Ġcarat": 53459, + "iolets": 53460, + "Ġcults": 53461, + "Ġhereafter": 53462, + "ĠCla": 53463, + "ĠZodiac": 53464, + "facebook": 53465, + "-layered": 53466, + "Ġveracity": 53467, + "Ġmachined": 53468, + "ĠMinistries": 53469, + "Ġtriang": 53470, + "ĠRegents": 53471, + "Ġwebcam": 53472, + "dinger": 53473, + "ĠAnthem": 53474, + "ĠTechnician": 53475, + "reciated": 53476, + "ĠBrave": 53477, + "Ġwrongdoing": 53478, + "ĠProtector": 53479, + "Ġburners": 53480, + "Ġmelod": 53481, + "ĠRelay": 53482, + "ulinum": 53483, + "Ġappreciable": 53484, + "Reason": 53485, + "Ġmentorship": 53486, + "ĠBreton": 53487, + "Ġtubules": 53488, + "Ġtransactional": 53489, + "Ġsharpening": 53490, + "ĠGrinding": 53491, + "ĠSignals": 53492, + "ĠTopical": 53493, + "ĠBattlefield": 53494, + "ĠLateral": 53495, + "Ġmeteorologists": 53496, + "ĠTextile": 53497, + "Ġgastroesophageal": 53498, + "Ġप": 53499, + "ĠNigel": 53500, + "Ġsmoky": 53501, + "ĠBowen": 53502, + "Display": 53503, + "ĠLocations": 53504, + "á¹Ľ": 53505, + "-Irish": 53506, + "Ġmoulded": 53507, + "Ġsubtracted": 53508, + "Ġdecentralised": 53509, + "-smoking": 53510, + "Against": 53511, + "Ġtantrum": 53512, + "ĠIgnatius": 53513, + "Ġbuoyant": 53514, + "Ġbiomechanical": 53515, + "ĠTourette": 53516, + "Ġtinted": 53517, + "Ġhypertensive": 53518, + "ĠFloating": 53519, + "-amyloid": 53520, + "Ġpyrolysis": 53521, + "Celebr": 53522, + "ĠSculpture": 53523, + "ĠHELP": 53524, + "âĶĢ": 53525, + "ĠKyrgyzstan": 53526, + "ĠStrasbourg": 53527, + "Ġenthalpy": 53528, + "-news": 53529, + ".new": 53530, + "??Ċ": 53531, + "Brad": 53532, + "Mini": 53533, + "RAM": 53534, + "Vari": 53535, + "dress": 53536, + "mighty": 53537, + "pon": 53538, + "pub": 53539, + "sudo": 53540, + "vuls": 53541, + "áŀ": 53542, + "Ġtene": 53543, + "lei": 53544, + "Ġthalamus": 53545, + "Ġluke": 53546, + "ulite": 53547, + "geography": 53548, + "essays": 53549, + "ĠPai": 53550, + "Ġextern": 53551, + "quiet": 53552, + "ainter": 53553, + "ĠHoch": 53554, + "ĠDü": 53555, + "ĠFraction": 53556, + "ĠFailing": 53557, + "Theore": 53558, + "Ġresorption": 53559, + "ĠJade": 53560, + "ĠThroat": 53561, + "ignments": 53562, + "Ġrecapture": 53563, + "ĠKidd": 53564, + "ĠKinder": 53565, + "Ġphages": 53566, + "Ġearrings": 53567, + "const": 53568, + "Ġendodont": 53569, + "alea": 53570, + "ĠAnsel": 53571, + "Ġdesignates": 53572, + "Ġmaples": 53573, + "ĠSprou": 53574, + "Ġmuster": 53575, + "Ġnaturalization": 53576, + "icrob": 53577, + "ferring": 53578, + "ĠActa": 53579, + "Ġcheckpoints": 53580, + "Ġlifeline": 53581, + "Ġsharecro": 53582, + "ĠElena": 53583, + "ĠRegina": 53584, + "iari": 53585, + "oebe": 53586, + "ĠSimone": 53587, + "Ġwidowed": 53588, + "Ġintelligences": 53589, + "ĠRelation": 53590, + "ĠOffers": 53591, + "Ġlibel": 53592, + "ĠFrancois": 53593, + "Ġpupa": 53594, + "ĠFrankish": 53595, + "ĠCygn": 53596, + "Ġringed": 53597, + "Ġchlorinated": 53598, + "Ġproportionally": 53599, + "Ġrescuers": 53600, + "Ġexpedient": 53601, + "Ġvanqu": 53602, + "-Jones": 53603, + "Ġcaveats": 53604, + "ĠHydraulic": 53605, + "Ġroug": 53606, + "Ġanchoring": 53607, + "Ġscrewed": 53608, + "Ġforbids": 53609, + "ĠGilgamesh": 53610, + "Ġharnesses": 53611, + "Ġlinux": 53612, + "Ġconvective": 53613, + "ĠCandidates": 53614, + "Experience": 53615, + "|Died": 53616, + "Ġsummits": 53617, + "Ġbothersome": 53618, + "ĠTamar": 53619, + "Ġtrumpets": 53620, + "ĠMormons": 53621, + "Curriculum": 53622, + "Psychology": 53623, + "Ġsubmissive": 53624, + "ĠDisposal": 53625, + "Ġanaphylactic": 53626, + "ĠMovies": 53627, + "Ġoverproduction": 53628, + "Ġauditorium": 53629, + "Ġpeacetime": 53630, + "ĠFurniture": 53631, + "Ġmacronutrients": 53632, + "ĠJacqueline": 53633, + "Ġdisarmament": 53634, + "Ġpreeminent": 53635, + "dorferi": 53636, + "ĠWiltshire": 53637, + "Ġdoctrinal": 53638, + ".Google": 53639, + "/yr": 53640, + "Grass": 53641, + "IBS": 53642, + "Kidney": 53643, + "Mist": 53644, + "OCD": 53645, + "Ti": 53646, + "Wide": 53647, + "gatory": 53648, + "zhen": 53649, + "reason": 53650, + "atian": 53651, + "orance": 53652, + "aner": 53653, + "levance": 53654, + "asim": 53655, + "ĠTic": 53656, + "otopes": 53657, + "irals": 53658, + "Ġyoutube": 53659, + "opaths": 53660, + "ateau": 53661, + "ĠBicycle": 53662, + "ĠHens": 53663, + "ocum": 53664, + "ĠFax": 53665, + "ĠFannie": 53666, + "ĠNurt": 53667, + "ĠLach": 53668, + "ptuous": 53669, + "Ġrosette": 53670, + "ĠChung": 53671, + "Ġraced": 53672, + "gana": 53673, + "Ġcrease": 53674, + "Ġmonso": 53675, + "Ġbackend": 53676, + "ĠAnast": 53677, + "Ġcommonwealth": 53678, + "ĠSpence": 53679, + "Ġdrifts": 53680, + "otsky": 53681, + "Ġpostings": 53682, + "-dig": 53683, + "Howard": 53684, + "ĠNationalist": 53685, + "appan": 53686, + "Ali": 53687, + "Ġsoftness": 53688, + "Ġastute": 53689, + "ĠEmilia": 53690, + "Ġpolythe": 53691, + "ĠFinancing": 53692, + "ĠDesire": 53693, + "ĠPali": 53694, + "Ġtrustworthiness": 53695, + "ĠArchimedes": 53696, + "Ġâĺ": 53697, + "Reader": 53698, + "Ġcatchy": 53699, + "Ġduplex": 53700, + "Ġcartography": 53701, + "Ġneuroimaging": 53702, + "Ġcorrespondingly": 53703, + "ĠSket": 53704, + "ĠEndocrinology": 53705, + "ĠDarcy": 53706, + "incolns": 53707, + "ruitment": 53708, + "ĠHelpful": 53709, + "Useful": 53710, + "Ġexpedite": 53711, + "Medieval": 53712, + "ĠHumidity": 53713, + "ĠAudience": 53714, + "Ġmurderous": 53715, + "optim": 53716, + "Ġendeavours": 53717, + "Ġkinesthetic": 53718, + "ĠAlfonso": 53719, + "posted": 53720, + ".twitter": 53721, + "lenburg": 53722, + "Ġtraffickers": 53723, + "Ġcatalogues": 53724, + "Minimum": 53725, + "Ġcontagion": 53726, + "Ġdeterrence": 53727, + "ĠIgM": 53728, + "Ġexhaled": 53729, + "ĠHRT": 53730, + "Identification": 53731, + "Insulin": 53732, + "ĠJamaican": 53733, + "________________________________": 53734, + "Conflict": 53735, + "Ġhorrifying": 53736, + "foods": 53737, + "ĠPatriot": 53738, + "ĠAwakening": 53739, + "Ġfibrin": 53740, + "Colorado": 53741, + "oblasts": 53742, + "ĠEyre": 53743, + "Ġsubconsciously": 53744, + "Ġepistemological": 53745, + "Ġreaffirmed": 53746, + "aumont": 53747, + "Ġharsher": 53748, + "ĠInvolvement": 53749, + "ĠKaufman": 53750, + "Ġconcomitant": 53751, + "CNS": 53752, + "gium": 53753, + "kheim": 53754, + "sup": 53755, + "vac": 53756, + "Ġcudd": 53757, + "orst": 53758, + "Ġpuck": 53759, + "Ġdoping": 53760, + "leting": 53761, + "Ġlaced": 53762, + "ĠTwe": 53763, + "Ġsteth": 53764, + "Ġstony": 53765, + "ĠAgar": 53766, + "irond": 53767, + "ĠCRS": 53768, + "ĠMitt": 53769, + "Ġderegulation": 53770, + "rompt": 53771, + "ĠWidth": 53772, + "Ġrhe": 53773, + "ĠDATA": 53774, + "Ġenlighten": 53775, + "ĠInformed": 53776, + "ĠYield": 53777, + "Ġsolicit": 53778, + "unders": 53779, + "ĠForth": 53780, + "ohist": 53781, + "ĠReyes": 53782, + "Ġbiota": 53783, + "ĠSeismic": 53784, + "Asbestos": 53785, + "ĠWarhol": 53786, + "Ġglobalized": 53787, + "Chap": 53788, + "ophore": 53789, + "Ġprivat": 53790, + "Ġcompetences": 53791, + "ergence": 53792, + "ĠPresently": 53793, + "Ġsilage": 53794, + "Ġcardiology": 53795, + "Ġhorrend": 53796, + "Ġepist": 53797, + "ĠGrains": 53798, + "ĠMcMaster": 53799, + "Proof": 53800, + "phasize": 53801, + "Ġinternalized": 53802, + "Ġsyntactic": 53803, + "Ġdissu": 53804, + "Äģna": 53805, + "ĠCyril": 53806, + "Ġmicrol": 53807, + "Ġtonnage": 53808, + "Ġproportionate": 53809, + "ĠOperator": 53810, + "ĠProcessed": 53811, + "ĠHeadaches": 53812, + ".'\"Ċ": 53813, + "ĠSearching": 53814, + "Ġhindsight": 53815, + "Ġintolerable": 53816, + "Ġruptures": 53817, + "Ġextruded": 53818, + "Ġcantal": 53819, + "ла": 53820, + "ĠGenerating": 53821, + "Ġomnisc": 53822, + "ĠCertificates": 53823, + "ĠLegionella": 53824, + "ĠExercising": 53825, + "ĠRomanticism": 53826, + "ĠGastrointestinal": 53827, + "Victoria": 53828, + "Ġeclipsed": 53829, + "golden": 53830, + "Ġanemones": 53831, + "Ġtulips": 53832, + "ruciating": 53833, + "ĠTigris": 53834, + "ilinear": 53835, + "ĠReptiles": 53836, + "NSAIDs": 53837, + "ĠFlorentine": 53838, + "Ġthwarted": 53839, + "Ġmistletoe": 53840, + "Ġiguanas": 53841, + "Ġ�": 53842, + "/how": 53843, + "Arab": 53844, + "Bab": 53845, + "Diss": 53846, + "JO": 53847, + "Nap": 53848, + "Rank": 53849, + "]),": 53850, + "affect": 53851, + "buy": 53852, + "cie": 53853, + "lbs": 53854, + "ooping": 53855, + "sand": 53856, + "Êĥ": 53857, + "inosis": 53858, + "Ġpoking": 53859, + "Ġbilled": 53860, + "Ġdiction": 53861, + "ilating": 53862, + "Ġreverted": 53863, + "stag": 53864, + "strap": 53865, + "starter": 53866, + "ĠIGF": 53867, + "Ġweaver": 53868, + "ĠBison": 53869, + "Ġcanister": 53870, + "ĠHose": 53871, + "ĠWart": 53872, + "ĠDex": 53873, + "ĠRath": 53874, + "ĠRott": 53875, + "ogrom": 53876, + "Ġabdom": 53877, + "ĠLaden": 53878, + "plers": 53879, + "ecap": 53880, + "ĠJup": 53881, + "Ġuncl": 53882, + "Ġsubjunctive": 53883, + "oyl": 53884, + "Ġenth": 53885, + "Ġsolver": 53886, + "iels": 53887, + "utered": 53888, + "ĠNewly": 53889, + "eredith": 53890, + "âĢľNow": 53891, + "Ġslump": 53892, + "ikido": 53893, + "ĠClarks": 53894, + "scot": 53895, + "Ġmarries": 53896, + "Anthrop": 53897, + "-tall": 53898, + "Ġtrucking": 53899, + "Ġfluke": 53900, + "Ġutopia": 53901, + "ĠSoccer": 53902, + "Ġconcaten": 53903, + "ARK": 53904, + "ĠProfessors": 53905, + "Ġempathic": 53906, + "ĠUNDP": 53907, + "ĠMauna": 53908, + "Ġuniversality": 53909, + "Const": 53910, + "Ġventuring": 53911, + "Seek": 53912, + "ĠEquator": 53913, + "ĠStrath": 53914, + "ĠAccord": 53915, + "Ġcashews": 53916, + "ĠRhiz": 53917, + "Artist": 53918, + "Ġhydrocephalus": 53919, + "Ġwarship": 53920, + "ĠMPI": 53921, + "Ġdignitaries": 53922, + "-monitoring": 53923, + "Ġobscene": 53924, + "-comb": 53925, + "Ġchampagne": 53926, + "cratic": 53927, + "ĠCandidate": 53928, + "â̲s": 53929, + "Ġundesired": 53930, + "Ġlambda": 53931, + "ĠHarmful": 53932, + "Hybrid": 53933, + "Ġunderpins": 53934, + "Ġzebras": 53935, + "Ġorthodontist": 53936, + "Ġdeciphering": 53937, + "Ġcogniz": 53938, + "Ġinundation": 53939, + "Ġgrieve": 53940, + "Ġcaretaker": 53941, + "ĠPropagation": 53942, + "ĠPractitioner": 53943, + "Ġpheromone": 53944, + "Ġintoxicated": 53945, + "Ġtypeface": 53946, + "Ġdecontamination": 53947, + "Ġintertidal": 53948, + "ĠMojave": 53949, + "Lind": 53950, + "Lock": 53951, + "Mas": 53952, + "Mul": 53953, + "eis": 53954, + "fighting": 53955, + "ÏĨ": 53956, + "æĿ": 53957, + "Ġcigars": 53958, + "itosis": 53959, + "Ġmb": 53960, + "Ġmys": 53961, + "ioni": 53962, + "ilocy": 53963, + "ĠTire": 53964, + "oti": 53965, + "ĠSle": 53966, + "ĠCCR": 53967, + "Ġanoint": 53968, + "Ġwhor": 53969, + "ĠMour": 53970, + "ĠBinding": 53971, + "ĠBilingual": 53972, + "Ġchole": 53973, + "ĠFODMAP": 53974, + "ĠRPA": 53975, + "Ġspitting": 53976, + "ĠNed": 53977, + "ĠNarr": 53978, + "ĠGita": 53979, + "ĠLange": 53980, + "ĠLucky": 53981, + "ĠJol": 53982, + "ĠJelly": 53983, + "epam": 53984, + "Ġworkhouse": 53985, + "Ġhadith": 53986, + "Ġrepris": 53987, + "ularies": 53988, + "Ġacrob": 53989, + "Ġmediating": 53990, + "Ġextraneous": 53991, + "ĠWeeds": 53992, + "Ġinsat": 53993, + "Ġexplodes": 53994, + "Ġcarer": 53995, + "classes": 53996, + "ĠWhis": 53997, + "ĠAdder": 53998, + "manned": 53999, + "ĠAtonement": 54000, + "Ġtimescales": 54001, + "Ġcondenses": 54002, + "stituted": 54003, + "ĠEarhart": 54004, + "Straw": 54005, + "Ġerrands": 54006, + "Force": 54007, + "alfour": 54008, + "Ġprimal": 54009, + "Ġwindings": 54010, + "forcing": 54011, + "ĠCarver": 54012, + "Ġgreening": 54013, + "Ġpathophysiology": 54014, + "ATOR": 54015, + "Ġdemonst": 54016, + "naud": 54017, + "mittedly": 54018, + "Ġacquies": 54019, + "Ġbanknotes": 54020, + "rophot": 54021, + "ĠPauline": 54022, + "ĠHolistic": 54023, + "ĠWilder": 54024, + "-sections": 54025, + "ĠDelphi": 54026, + "ĠAIR": 54027, + "Ġfroze": 54028, + "Ġflagged": 54029, + "uhammad": 54030, + "ĠSolstice": 54031, + "ĠAccreditation": 54032, + "roxine": 54033, + "-volt": 54034, + "ĠPoets": 54035, + "Ġsculptural": 54036, + "Ġbeekeeper": 54037, + "Ġsubscriptions": 54038, + "ار": 54039, + "Ġpondering": 54040, + "Ġalphabetically": 54041, + "ĠNephi": 54042, + "-deficient": 54043, + "ção": 54044, + "Ġorthotics": 54045, + "ĠLocate": 54046, + "Ġoctagonal": 54047, + "Ġaromatherapy": 54048, + "ĠCoordinating": 54049, + "Ġpaused": 54050, + "ĠWaik": 54051, + "ĠSuffrage": 54052, + "ĠDifficulties": 54053, + "-imposed": 54054, + "ĠOrdnance": 54055, + "Ġracket": 54056, + "Ġrecollections": 54057, + "Ġregenerated": 54058, + "Ġerythema": 54059, + "Ġtypewriter": 54060, + "Efforts": 54061, + "Ġeyepiece": 54062, + "ĠToulouse": 54063, + "ĠðĿij": 54064, + "AIDS": 54065, + "County": 54066, + "Hill": 54067, + "Mild": 54068, + "Prem": 54069, + "jou": 54070, + "paste": 54071, + "uil": 54072, + "yy": 54073, + "׼": 54074, + "å¯": 54075, + "Ġwreat": 54076, + "Ġiniqu": 54077, + "Ġeternally": 54078, + "ĠTung": 54079, + "igmas": 54080, + "Ġonlook": 54081, + "Ġstables": 54082, + "ĠSper": 54083, + "ĠCLA": 54084, + "ĠMee": 54085, + "ĠParen": 54086, + "Ġvod": 54087, + "ĠHurt": 54088, + "ĠDesp": 54089, + "ĠGrig": 54090, + "Ġabreast": 54091, + "ĠLid": 54092, + "ĠLoh": 54093, + "Ġplated": 54094, + "Ġken": 54095, + "Ġkios": 54096, + "Ġimpinge": 54097, + "Ġjerk": 54098, + "Ġevasion": 54099, + "Ġscabies": 54100, + "ĠStead": 54101, + "Ġhissing": 54102, + "ĠKris": 54103, + "jecting": 54104, + "Ġrelocating": 54105, + "nev": 54106, + "ĠForced": 54107, + "Ġmahog": 54108, + "âĢľEvery": 54109, + "Ġmethadone": 54110, + "-pin": 54111, + "Ġswearing": 54112, + "ĠGlut": 54113, + "-gly": 54114, + "Ġbeauties": 54115, + "-too": 54116, + "-evaluation": 54117, + "-CO": 54118, + "ALA": 54119, + "Ġconnectedness": 54120, + "ĠCheap": 54121, + "ROL": 54122, + "Clay": 54123, + "ĠArabidopsis": 54124, + "ĠSami": 54125, + "-selected": 54126, + "compassing": 54127, + "áz": 54128, + "ĠPCP": 54129, + "ĠVictim": 54130, + "Ġhemophilia": 54131, + "ĠEffectively": 54132, + "Ġsummarised": 54133, + "Ġhealers": 54134, + "ĠUniversidad": 54135, + "Ġirreplaceable": 54136, + "Ġlactase": 54137, + "!!!!": 54138, + "ocentrism": 54139, + "Ġsteeply": 54140, + "ĠPilates": 54141, + "Ġlinings": 54142, + "Ġoscilloscope": 54143, + "Ġtranscriptional": 54144, + "Ġhollows": 54145, + "ĠSabah": 54146, + "Ġtiniest": 54147, + "aggressive": 54148, + "ĠDinner": 54149, + "Ġreckon": 54150, + "Skills": 54151, + "-boat": 54152, + "Ġaggressiveness": 54153, + "Ġheirloom": 54154, + "Ġmycorrh": 54155, + "ĠTrainer": 54156, + "Ġazimuth": 54157, + "Ġrapids": 54158, + "ĠHarvesting": 54159, + "Ġclamping": 54160, + "Ġtrainee": 54161, + "ĠHearst": 54162, + "Ġiguana": 54163, + "Ġconceded": 54164, + "Ġorchestrated": 54165, + "ĠKimberly": 54166, + "+-+-+-+-": 54167, + "ĠSchubert": 54168, + "ĠEDUCATION": 54169, + "Ġimprecise": 54170, + ")!": 54171, + "*The": 54172, + "CAM": 54173, + "Dream": 54174, + "Faith": 54175, + "Kat": 54176, + "Pine": 54177, + "Roy": 54178, + "Series": 54179, + "VII": 54180, + "Wang": 54181, + "Zone": 54182, + "laz": 54183, + "revolution": 54184, + "erational": 54185, + "Ġlured": 54186, + "style": 54187, + "changing": 54188, + "amie": 54189, + "ĠMose": 54190, + "ĠPert": 54191, + "ĠPigeon": 54192, + "ĠBW": 54193, + "ĠHij": 54194, + "Ġruff": 54195, + "ĠDmit": 54196, + "ĠDOC": 54197, + "Ġsprite": 54198, + "Ġincongru": 54199, + "Ġdisemb": 54200, + "Ġjuncture": 54201, + "ĠYel": 54202, + "Ġhealthily": 54203, + "Ġsmashing": 54204, + "Ġcoer": 54205, + "iewicz": 54206, + "conventional": 54207, + "Ġtesticle": 54208, + "Ġglial": 54209, + "Ġeaster": 54210, + "âĢľ.Ċ": 54211, + "-ser": 54212, + "english": 54213, + "ĠReleased": 54214, + "-course": 54215, + "-create": 54216, + "Ġhardwoods": 54217, + "worker": 54218, + "ĠSeasons": 54219, + "Ġradionuc": 54220, + "Ġdeterminations": 54221, + "Ġcharacteristically": 54222, + "beam": 54223, + "rollment": 54224, + "Ġtotem": 54225, + "Ġgeochemical": 54226, + "etera": 54227, + "ĠSocratic": 54228, + "Ġsteams": 54229, + "Ġtaxonom": 54230, + "Ġcolonizing": 54231, + "ĠIntense": 54232, + "Ġaudiologist": 54233, + "ĠElaine": 54234, + "loading": 54235, + "Ġplanetarium": 54236, + "Ġautomating": 54237, + "Ġgeneticists": 54238, + "Ġsawmill": 54239, + "ĠSchiller": 54240, + "Ġtelecom": 54241, + "ĠAirbus": 54242, + "ĠForecast": 54243, + "ĠReliability": 54244, + "Ġrebates": 54245, + "ĠSerum": 54246, + "ĠDefects": 54247, + "ĠTerrorism": 54248, + "Ġregistries": 54249, + "Ġvolcanism": 54250, + "Ġconstitutionally": 54251, + "Ġovip": 54252, + "ĠMerch": 54253, + "ĠMerkel": 54254, + "Ġribosome": 54255, + "Ġapplause": 54256, + "ĠPrimarily": 54257, + "ĠElla": 54258, + "ĠRenal": 54259, + "ĠHotline": 54260, + "ĠGPT": 54261, + "ĠHayden": 54262, + "ĠParticipate": 54263, + "Ġprosthetics": 54264, + "ĠPicchu": 54265, + "oggling": 54266, + "Ġapostolic": 54267, + "Ġexemplify": 54268, + "Ġunchanging": 54269, + "Ġexhilar": 54270, + "ewski": 54271, + "Ġgenealog": 54272, + "ĠRouter": 54273, + "ĠSouls": 54274, + "ĠBenedictine": 54275, + "ĠChlorine": 54276, + "Ġfistula": 54277, + "ĠHashanah": 54278, + "Opening": 54279, + "ĠEstonian": 54280, + "ĠFoucault": 54281, + "ĠCervantes": 54282, + "ĠParameters": 54283, + "Illustration": 54284, + "ĠHabitats": 54285, + "Ġinductance": 54286, + "Ġmisinterpreted": 54287, + "ĠEnhancement": 54288, + "hidrosis": 54289, + "Ġunquestionably": 54290, + "ĠGanesha": 54291, + "Ġzigz": 54292, + "ĠUNFCCC": 54293, + "ĠLoyola": 54294, + "ĠMongoDB": 54295, + "ðIJ¤": 54296, + "'A": 54297, + "Cit": 54298, + "Crow": 54299, + "Din": 54300, + "Kelly": 54301, + "Mach": 54302, + "Nig": 54303, + "Rising": 54304, + "Shel": 54305, + "York": 54306, + "final": 54307, + "rÃŃ": 54308, + "yrate": 54309, + "zie": 54310, + "ÄĽ": 54311, + "ף": 54312, + "Ùī": 54313, + "Ġcaches": 54314, + "Ġbevel": 54315, + "ĠTup": 54316, + "ĠTensor": 54317, + "ĠAMS": 54318, + "ĠAML": 54319, + "ĠSok": 54320, + "ĠCalls": 54321, + "Ġanesthes": 54322, + "ĠMethyl": 54323, + "ĠMHC": 54324, + "abra": 54325, + "ĠBEC": 54326, + "Ġvices": 54327, + "ĠWight": 54328, + "ĠDic": 54329, + "Ġkilos": 54330, + "ĠURI": 54331, + "apu": 54332, + "apat": 54333, + "ĠKP": 54334, + "Ġoverlooks": 54335, + "Ġragged": 54336, + "cedure": 54337, + "ĠUnitarian": 54338, + "tenstein": 54339, + "Ġsignatory": 54340, + "Ġcommune": 54341, + "connected": 54342, + "cented": 54343, + "Ġbooths": 54344, + "Ġcello": 54345, + "ĠSpike": 54346, + "ĠWharton": 54347, + "Ġairship": 54348, + "Ġpresenters": 54349, + "ĠShut": 54350, + "ĠAtacama": 54351, + "ĠPhosph": 54352, + "ĠSoap": 54353, + "ĠHealthier": 54354, + "Ġannular": 54355, + "ĠMarvin": 54356, + "Ġbarring": 54357, + "Ġexcret": 54358, + "Ġsquats": 54359, + "Ġblockchains": 54360, + "Ġrocked": 54361, + "ĠGrave": 54362, + "Ġcooker": 54363, + "Ġschooner": 54364, + "Ġconverged": 54365, + "ĠMartial": 54366, + "ĠMonticello": 54367, + "-beam": 54368, + "Ġfractal": 54369, + "âĢĺi": 54370, + "ĠGalen": 54371, + "cyclical": 54372, + "Orth": 54373, + "/def": 54374, + "ĠLibyan": 54375, + "ipei": 54376, + "DSM": 54377, + "-Ne": 54378, + "ĠRamsey": 54379, + "Meditation": 54380, + "ĠGardeners": 54381, + "Ġineffect": 54382, + "PLC": 54383, + "-emission": 54384, + "ĠSacchar": 54385, + "Ġepithet": 54386, + "oddy": 54387, + "Statement": 54388, + "ĠTutankham": 54389, + "ĠFloods": 54390, + "ĠWaiting": 54391, + "Ġravens": 54392, + "-editing": 54393, + "Twitter": 54394, + "Ġwitty": 54395, + "Ġlaziness": 54396, + "feldt": 54397, + "egasus": 54398, + "ĠCyclopedia": 54399, + "ĠDimension": 54400, + "ĠPodcast": 54401, + "âĪļ": 54402, + "Ġjeopardize": 54403, + "Ġbiocomp": 54404, + "Ġdwindled": 54405, + "ĠMün": 54406, + "ĠMistakes": 54407, + "Ġprophylactic": 54408, + "Ġconcede": 54409, + "Ġhaemoglobin": 54410, + "ĠJSON": 54411, + "Ġnecklaces": 54412, + "ĠMinimize": 54413, + "spiritual": 54414, + "-stimulating": 54415, + "ĠPeggy": 54416, + "Ġobeying": 54417, + "officially": 54418, + "Ġmolluscs": 54419, + "Ġinsignia": 54420, + "Ġglimpses": 54421, + "Ġsuperfluous": 54422, + "Ġmahogany": 54423, + "\"All": 54424, + ",b": 54425, + "-ep": 54426, + "-Pl": 54427, + "Bear": 54428, + "Dun": 54429, + "Games": 54430, + "running": 54431, + "voice": 54432, + "inghouse": 54433, + "Ġhasty": 54434, + "ilah": 54435, + "stalled": 54436, + "ĠAeg": 54437, + "ĠICS": 54438, + "ithin": 54439, + "ĠMater": 54440, + "âĢĻConnor": 54441, + "Ġheme": 54442, + "ĠHua": 54443, + "ĠDada": 54444, + "ĠEuse": 54445, + "Ġtimers": 54446, + "Ġarcher": 54447, + "Ġreclass": 54448, + "Ġdecolon": 54449, + "Ġinterracial": 54450, + "Ġdiscredit": 54451, + "Ġedged": 54452, + "Ġcurses": 54453, + "ĠHowell": 54454, + "Ġeducates": 54455, + "Ġlightness": 54456, + "anker": 54457, + "Ġparaffin": 54458, + "ĠReplacing": 54459, + "ĠShira": 54460, + "Ġfallacies": 54461, + "Alfred": 54462, + "Ġheathen": 54463, + "ĠGuil": 54464, + "...)": 54465, + "ĠMonk": 54466, + "vertical": 54467, + "Ġmidline": 54468, + "-eaters": 54469, + "Ġdivider": 54470, + "ĠMatlab": 54471, + "Imperial": 54472, + "Argent": 54473, + "Ġidealistic": 54474, + "Drink": 54475, + "Ġphrasing": 54476, + "Ġdepartmental": 54477, + "Ġovate": 54478, + "-GMO": 54479, + "Ġeasements": 54480, + "Ġreliever": 54481, + "Ġtricked": 54482, + "Ġdehydrogen": 54483, + "Ġindoctr": 54484, + "ĠRusso": 54485, + "Ġketamine": 54486, + "Ġanaesthesia": 54487, + "Ġwrecks": 54488, + "Ġmegawatt": 54489, + "ĠTraveling": 54490, + "ĠNanjing": 54491, + "Ġconfronts": 54492, + "ĠPermission": 54493, + "Ġstupa": 54494, + "ĠAleut": 54495, + "Ġsporadically": 54496, + "Ġcafé": 54497, + "Millan": 54498, + "Ġpacifier": 54499, + "ĠMentor": 54500, + "ĠLinguistic": 54501, + "Ġsniffing": 54502, + "ĠEthnicity": 54503, + "Yeah": 54504, + "ĠCalifornian": 54505, + "Ġgeckos": 54506, + "Ġnamespace": 54507, + "Ġsiren": 54508, + "Strategies": 54509, + "Council": 54510, + "ĠCindy": 54511, + "ĠGastroenterology": 54512, + "ĠCummings": 54513, + "Ġconvoluted": 54514, + "-III": 54515, + "Fit": 54516, + "Lost": 54517, + "Names": 54518, + "Wi": 54519, + "Wiki": 54520, + "lids": 54521, + "product": 54522, + "Ġbure": 54523, + "Ġbesp": 54524, + "lech": 54525, + "Ġluster": 54526, + "lya": 54527, + "igal": 54528, + "ĠSorry": 54529, + "elain": 54530, + "Ġanesthetics": 54531, + "iesta": 54532, + "ĠPRC": 54533, + "ighing": 54534, + "ĠWow": 54535, + "Ġchants": 54536, + "Ġriddled": 54537, + "andoned": 54538, + "ĠDying": 54539, + "ĠGV": 54540, + "ĠGets": 54541, + "allus": 54542, + "ghi": 54543, + "oury": 54544, + "Ġimme": 54545, + "Ġplundered": 54546, + "ĠOEM": 54547, + "ibers": 54548, + "Ġresveratrol": 54549, + "Ġmeek": 54550, + "Ġinfusions": 54551, + "Ġquercetin": 54552, + "Ġrecomp": 54553, + "Ġworkloads": 54554, + "ĠVL": 54555, + "ĠYing": 54556, + "âĢľEven": 54557, + "Ġlowly": 54558, + "Ġtimescale": 54559, + "retch": 54560, + "ĠZer": 54561, + "region": 54562, + "hibited": 54563, + "ufacturing": 54564, + "Ġlifespans": 54565, + "setting": 54566, + "Ġundone": 54567, + "Ġguidebook": 54568, + "ĠWatering": 54569, + "ĠDispar": 54570, + "Ġcomplicating": 54571, + "Residents": 54572, + "ĠWesterners": 54573, + "Ġescorted": 54574, + "ĠDecades": 54575, + "Ġcounterclockwise": 54576, + "Ġgrandparent": 54577, + "Notable": 54578, + "ĠDivisions": 54579, + "ĠDetail": 54580, + "ĠFreezing": 54581, + "ĠEnding": 54582, + "Ġshotgun": 54583, + "Ġtranspiration": 54584, + "Ġscarred": 54585, + "UNC": 54586, + "-Wave": 54587, + "Ġcasino": 54588, + "Ġmaximizes": 54589, + "Ġstabilizer": 54590, + "ĠPainter": 54591, + "Transcript": 54592, + "ĠFerris": 54593, + "ĠAquaculture": 54594, + "Ġirrevoc": 54595, + "Month": 54596, + "ĠEvelyn": 54597, + "Ġcruciferous": 54598, + "Ġnavel": 54599, + "command": 54600, + "ĠPlatte": 54601, + "Ġexhort": 54602, + "Standards": 54603, + "Ġbritish": 54604, + "ĠQuickly": 54605, + "everyone": 54606, + "ĠGriffiths": 54607, + "Ġunaided": 54608, + "Ġoverflows": 54609, + "Philadelphia": 54610, + "ĠCryptocurrency": 54611, + "Ġhedgehog": 54612, + "Ġsterilize": 54613, + "ĠOrthopaedic": 54614, + "Propag": 54615, + "ĠLifetime": 54616, + "ĠHibern": 54617, + "ĠPOWs": 54618, + "-communicable": 54619, + "Ġflicker": 54620, + "ĠPseudomonas": 54621, + "ĠGladstone": 54622, + "Ġbaffled": 54623, + "ĠWittgenstein": 54624, + "Ġantipsychotic": 54625, + "ĠMubarak": 54626, + "\"[": 54627, + "(T": 54628, + "Arizona": 54629, + "Cart": 54630, + "Liquid": 54631, + "Maps": 54632, + "Sounds": 54633, + "Tobacco": 54634, + "founded": 54635, + "floor": 54636, + "gies": 54637, + "temperature": 54638, + "ÑĪ": 54639, + "Ġhu": 54640, + "Ġghettos": 54641, + "ĠTos": 54642, + "etched": 54643, + "utta": 54644, + "urts": 54645, + "ĠAcha": 54646, + "Ġanagrams": 54647, + "ĠPizza": 54648, + "Ġcombs": 54649, + "ĠBros": 54650, + "ppelin": 54651, + "ocarcinoma": 54652, + "ĠDET": 54653, + "ĠEthel": 54654, + "Ġspying": 54655, + "ĠNIV": 54656, + "Ġabbot": 54657, + "Ġplowing": 54658, + "agher": 54659, + "Ġallusions": 54660, + "ĠUD": 54661, + "arella": 54662, + "ĠJared": 54663, + "Ġunsp": 54664, + "Ġquell": 54665, + "Ġquench": 54666, + "Ġagnostic": 54667, + "Ġdioc": 54668, + "ictive": 54669, + "Ġcrests": 54670, + "ĠWeill": 54671, + "âĢĶparticularly": 54672, + "Ġprojectiles": 54673, + "Ġengland": 54674, + "ugi": 54675, + "Ġhappiest": 54676, + "-path": 54677, + "-paper": 54678, + "Ġinterns": 54679, + "oxicillin": 54680, + "Ġterminating": 54681, + "-label": 54682, + "Ġzealous": 54683, + "Ġdomed": 54684, + "Ġmicrocos": 54685, + "Alg": 54686, + "ophosph": 54687, + "rimary": 54688, + "Ġepics": 54689, + "Ġundec": 54690, + "Ġvirtu": 54691, + "Ġenteric": 54692, + "Ġmalabsorption": 54693, + "ECS": 54694, + "ulfide": 54695, + "Ġtrot": 54696, + "ĠGoodall": 54697, + "ĠAttitude": 54698, + "ĠAttributes": 54699, + "ĠNaturalist": 54700, + "ĠListing": 54701, + "ĠSupervisor": 54702, + "ĠBackyard": 54703, + "topics": 54704, + "amilton": 54705, + "asmuch": 54706, + "Remote": 54707, + "**Ċ": 54708, + "ĠTablets": 54709, + "Ġnicknames": 54710, + "Ġthicknesses": 54711, + "ĠUltraviolet": 54712, + "Ġcarcinomas": 54713, + "Ġdeclarative": 54714, + "ĠCroix": 54715, + "ĠPacket": 54716, + "ĠBahá": 54717, + "ĠRAW": 54718, + "Scholars": 54719, + "Ġwardrobe": 54720, + "-relief": 54721, + "Ġgonad": 54722, + "Ġnonsm": 54723, + "Ġinterconnectedness": 54724, + "Selecting": 54725, + "Ġunreported": 54726, + "ĠGuatemalan": 54727, + "Ġcooperatively": 54728, + "ĠDawkins": 54729, + "Ġreshaped": 54730, + "ĠCavendish": 54731, + "Ġavalanches": 54732, + "ĠPercentage": 54733, + "Ġrefurbished": 54734, + ".shtml": 54735, + "ĠCullen": 54736, + "Ġcataclys": 54737, + "-precision": 54738, + "lorella": 54739, + "ĠDrexel": 54740, + "'M": 54741, + "'Connor": 54742, + "Cer": 54743, + "Fox": 54744, + "Pret": 54745, + "Ring": 54746, + "_of": 54747, + "dies": 54748, + "gio": 54749, + "guns": 54750, + "iometer": 54751, + "mist": 54752, + "|Last": 54753, + "Ñİ": 54754, + "ouac": 54755, + "omens": 54756, + "Ġlup": 54757, + "lytic": 54758, + "ĠPrit": 54759, + "ĠPork": 54760, + "ĠPasha": 54761, + "ĠBaj": 54762, + "ĠEHR": 54763, + "ĠRupert": 54764, + "ĠNB": 54765, + "ĠNis": 54766, + "rius": 54767, + "ruk": 54768, + "bern": 54769, + "ordes": 54770, + "Ġupsets": 54771, + "uala": 54772, + "ĠYon": 54773, + "Ġdecip": 54774, + "Ġremar": 54775, + "Ġprovidence": 54776, + "lisha": 54777, + "Ġmethodical": 54778, + "Ġrealist": 54779, + "ikas": 54780, + "ĠBlend": 54781, + "NAG": 54782, + "ĠCarrots": 54783, + "Ġprobation": 54784, + "ĠAbrams": 54785, + "Ġbreakout": 54786, + "Ġslowest": 54787, + "Ġoxy": 54788, + "Ġirons": 54789, + "Ġemboss": 54790, + "Ġsilky": 54791, + "-stick": 54792, + "mospheric": 54793, + "Ġcrux": 54794, + "-Comp": 54795, + "EMBER": 54796, + "ĠConflicts": 54797, + "-review": 54798, + "ĠIrwin": 54799, + "Ġmoonlight": 54800, + "Ġcharted": 54801, + "ĠBethesda": 54802, + "ĠFeynman": 54803, + "CDs": 54804, + "hydroc": 54805, + "ĠEthan": 54806, + "-clinical": 54807, + "Amazing": 54808, + "Ġunwarranted": 54809, + "ĠImmigrants": 54810, + "Ġcubits": 54811, + "ĠSarawak": 54812, + "Ġbuffering": 54813, + "Ġperpetuating": 54814, + "ĠGuardians": 54815, + "ĠDurga": 54816, + "Ġtireless": 54817, + "Muscle": 54818, + "Ġsneezes": 54819, + "Ġdiscourages": 54820, + "Ġflattening": 54821, + "Ġappendicitis": 54822, + "Logic": 54823, + "ĠOvid": 54824, + "ĠGarcÃŃa": 54825, + "CONT": 54826, + "Ġtweeted": 54827, + "Ġbarbaric": 54828, + "Ġrinsed": 54829, + "Balance": 54830, + "Ġpagans": 54831, + "ĠBiomass": 54832, + "Opportun": 54833, + "Ġlogarithmic": 54834, + "-cylinder": 54835, + "Stanford": 54836, + "Ġbribery": 54837, + "Ġregurgitation": 54838, + "ĠTemplar": 54839, + "Ġsouvenirs": 54840, + "Ġscurvy": 54841, + "Aristotle": 54842, + "ĠSusquehanna": 54843, + "Ġundisputed": 54844, + "\"At": 54845, + "(X": 54846, + ",...Ċ": 54847, + "-holding": 54848, + "-Islamic": 54849, + "Cere": 54850, + "Davis": 54851, + "NW": 54852, + "OECD": 54853, + "funded": 54854, + "ioms": 54855, + "kie": 54856, + "mil": 54857, + "nh": 54858, + "pb": 54859, + "production": 54860, + "Ïį": 54861, + "heating": 54862, + "inopathy": 54863, + "render": 54864, + "oram": 54865, + "Ġbals": 54866, + "Ġbash": 54867, + "Ġmow": 54868, + "roated": 54869, + "olating": 54870, + "raisal": 54871, + "ĠAGE": 54872, + "ĠSoto": 54873, + "ĠCJ": 54874, + "amal": 54875, + "ĠPOV": 54876, + "ĠBres": 54877, + "ĠBlow": 54878, + "quered": 54879, + "ĠHeller": 54880, + "Ġchisel": 54881, + "andhi": 54882, + "Ġensembles": 54883, + "ĠNish": 54884, + "allah": 54885, + "plugs": 54886, + "Ġallure": 54887, + "ĠJE": 54888, + "Ġappended": 54889, + "Ġinflows": 54890, + "Ġcommuter": 54891, + "Ġaccrued": 54892, + "Ġregent": 54893, + ".âĢĿ)Ċ": 54894, + "Ġpoplar": 54895, + "ĠConception": 54896, + "ĠSpok": 54897, + "âĢľBecause": 54898, + "ĠDelete": 54899, + "ĠResid": 54900, + "ĠOrbit": 54901, + "usha": 54902, + "Ġpredominate": 54903, + "ĠWithdrawal": 54904, + "ĠMarguerite": 54905, + "ophageal": 54906, + "Ġcampfire": 54907, + "ĠCountess": 54908, + "-groups": 54909, + "Ġinstaller": 54910, + "events": 54911, + "ĠDisabled": 54912, + "ĠSimultaneously": 54913, + "Ġvillains": 54914, + "Ġjournalistic": 54915, + "Phill": 54916, + "blank": 54917, + "Ġarenas": 54918, + "ĠMicrob": 54919, + "Generation": 54920, + "Controlling": 54921, + "ĠMagist": 54922, + "Ġsubtitle": 54923, + "Ġadmixture": 54924, + "Ġamplifying": 54925, + "Ġrescuing": 54926, + "Ġionosphere": 54927, + "ĠHydrop": 54928, + "ĠLogistics": 54929, + "Ġportrayals": 54930, + "modified": 54931, + "Ġfearsome": 54932, + "âĤ¬âĢĿ": 54933, + "Ġshowering": 54934, + "Ġintensifies": 54935, + "ĠToolbox": 54936, + "Cleaning": 54937, + "Ġbubbling": 54938, + "WAYS": 54939, + "Ġglycine": 54940, + "ĠLaureate": 54941, + "ĠMotorola": 54942, + "Provided": 54943, + "Police": 54944, + "ĠTheodos": 54945, + "ĠHermes": 54946, + "ĠDRAM": 54947, + "ĠAspergillus": 54948, + "Ġheraldic": 54949, + "Ġrevitalize": 54950, + "Ġeloquence": 54951, + "Processing": 54952, + "¢â": 54953, + "ĠHooker": 54954, + "Ġantebellum": 54955, + "Concrete": 54956, + "Ġsnippets": 54957, + "ĠLakshmi": 54958, + "Ġinclusivity": 54959, + "ĠSquirrel": 54960, + "ĠSurvivors": 54961, + "ĠFamiliar": 54962, + "-researched": 54963, + "ĠSimeon": 54964, + "-enter": 54965, + "Beta": 54966, + "Cro": 54967, + "Gib": 54968, + "Mining": 54969, + "_c": 54970, + "mint": 54971, + "mines": 54972, + "uid": 54973, + "yce": 54974, + "enko": 54975, + "Ġreplete": 54976, + "Ġbeaker": 54977, + "ĠTinnitus": 54978, + "imetric": 54979, + "rails": 54980, + "Ġud": 54981, + "ĠSs": 54982, + "ĠSperm": 54983, + "ĠMott": 54984, + "ĠMVC": 54985, + "ĠPanda": 54986, + "romising": 54987, + "ĠDaughter": 54988, + "ĠErickson": 54989, + "ĠFetal": 54990, + "Ġshunned": 54991, + "Ġspina": 54992, + "ineural": 54993, + "Ġmane": 54994, + "Ġjuries": 54995, + "Ġsaut": 54996, + "Ġemblematic": 54997, + "Ġflurry": 54998, + "ngeti": 54999, + "Ġtranscontinental": 55000, + "Ġdiscarding": 55001, + "Ġentrants": 55002, + "ĠAspen": 55003, + "Ġclassifier": 55004, + "ĠArithmetic": 55005, + "Ġchariots": 55006, + "Ġpotter": 55007, + "Ġslumber": 55008, + "ĠAdj": 55009, + "Ġheadsets": 55010, + "Ġnonhuman": 55011, + "Ġpostulates": 55012, + "-definition": 55013, + "Ġswapped": 55014, + "ĠWorst": 55015, + "Ġeffusion": 55016, + "ĠmicroRNAs": 55017, + "ĠGenetically": 55018, + "Ġsteered": 55019, + "anao": 55020, + "Ġapproximations": 55021, + "प": 55022, + "ALK": 55023, + "Arctic": 55024, + "Ġlauncher": 55025, + "Sci": 55026, + "ĠMontréal": 55027, + "Ġjourneyed": 55028, + "Recon": 55029, + "Ġgutter": 55030, + "ĠHandel": 55031, + "ĠSSI": 55032, + "CPs": 55033, + "ĠMachinery": 55034, + "ĠCoping": 55035, + "Ġstabilise": 55036, + "ĠPromotes": 55037, + "Ġtangles": 55038, + "ĠArmistice": 55039, + "-teaching": 55040, + "ĠDorian": 55041, + "ĠPresentations": 55042, + "ĠPieces": 55043, + "Ġbonuses": 55044, + "Ġorthogonal": 55045, + "ĠTavern": 55046, + "Ġsuperfood": 55047, + "ĠTelugu": 55048, + "Ġnarcolepsy": 55049, + "Potassium": 55050, + "technical": 55051, + "oppable": 55052, + "ĠIncorporate": 55053, + "Ġrhizome": 55054, + "Ġhandicap": 55055, + "ĠCornwallis": 55056, + "Ġprodigious": 55057, + "Maintain": 55058, + "Ġwilting": 55059, + "beginning": 55060, + "ĠEncephal": 55061, + "Jonathan": 55062, + "Ġoutstretched": 55063, + "utilized": 55064, + "Ġscooter": 55065, + "Ġна": 55066, + "pharitis": 55067, + "osaccharides": 55068, + "Ġperovskite": 55069, + ")^": 55070, + "-armed": 55071, + "Bridge": 55072, + "Pod": 55073, + "Products": 55074, + "Trying": 55075, + "Temper": 55076, + "dose": 55077, + "liquid": 55078, + "nid": 55079, + "viet": 55080, + "å¸": 55081, + "reasonable": 55082, + "Ġbuc": 55083, + "anam": 55084, + "Ġmockingbird": 55085, + "Ġdum": 55086, + "Ġnaloxone": 55087, + "ĠCus": 55088, + "ĠCeb": 55089, + "ĠMalthus": 55090, + "ĠBitter": 55091, + "ĠHAR": 55092, + "ĠWB": 55093, + "ĠWass": 55094, + "andemic": 55095, + "ĠDorm": 55096, + "ĠEtymology": 55097, + "artificial": 55098, + "pluses": 55099, + "achieve": 55100, + "ĠKwan": 55101, + "lica": 55102, + "Ġamnesty": 55103, + "Ġsublux": 55104, + "otherwise": 55105, + "Ġslam": 55106, + "imely": 55107, + "Ġposited": 55108, + "ĠBlogs": 55109, + "Ġprimaries": 55110, + "ERO": 55111, + "Ġsatir": 55112, + "ĠTraits": 55113, + "Ġrobbers": 55114, + "Ġordnance": 55115, + "Ġtenacity": 55116, + "Ġenterprising": 55117, + "Ġwrongful": 55118, + "ĠBrune": 55119, + "ĠArchibald": 55120, + "Ġarmature": 55121, + "ĠMalware": 55122, + "Ġsnows": 55123, + "ĠBurroughs": 55124, + "ĠLongitudinal": 55125, + "ihan": 55126, + "ĠDenise": 55127, + "ĠTOEFL": 55128, + "Ġlipase": 55129, + "Areas": 55130, + "ĠEpi": 55131, + "Ġascorbic": 55132, + "ĠHoratio": 55133, + "ĠTHINK": 55134, + "Autumn": 55135, + "Ġenlarging": 55136, + "ĠEnterprises": 55137, + "ĠBaton": 55138, + "ĠConnor": 55139, + "WHERE": 55140, + "ĠSuccession": 55141, + "Ġlaughs": 55142, + "Switch": 55143, + "-dev": 55144, + "ĠNamib": 55145, + "Events": 55146, + "οÏħ": 55147, + "Ġbravely": 55148, + "-fourths": 55149, + "ĠGranite": 55150, + "ĠTango": 55151, + "ĠSediment": 55152, + "Ġretardants": 55153, + "ĠProduced": 55154, + "Ġphilanthropist": 55155, + "ĠMuller": 55156, + "ĠKohl": 55157, + "Ġpebble": 55158, + "ĠTahoe": 55159, + "ĠKahlo": 55160, + "ĠAbsolutely": 55161, + "ĠGrimm": 55162, + "ĠAscension": 55163, + "UTHOR": 55164, + "Ġunequivocally": 55165, + "Ġfairer": 55166, + "Portuguese": 55167, + "ĠParthenon": 55168, + "ĠBrontë": 55169, + "Ġphlegm": 55170, + "ĠÙĦ": 55171, + "/U": 55172, + "Amy": 55173, + "Cole": 55174, + "Hands": 55175, + "Iran": 55176, + "Migration": 55177, + "eight": 55178, + "fisher": 55179, + "prol": 55180, + "qing": 55181, + "taken": 55182, + "èĢ": 55183, + "inac": 55184, + "Ġfates": 55185, + "arina": 55186, + "Ġbeacons": 55187, + "ĠTere": 55188, + "otee": 55189, + "adding": 55190, + "Ġanhyd": 55191, + "odils": 55192, + "ĠWolves": 55193, + "andon": 55194, + "ĠNye": 55195, + "ĠGavin": 55196, + "Ġaborted": 55197, + "ĠLincolns": 55198, + "Ġkib": 55199, + "ĠOftentimes": 55200, + "runt": 55201, + "Ġunaff": 55202, + "ĠStuttgart": 55203, + "phon": 55204, + "Ġsurged": 55205, + "Thou": 55206, + "Ġsetups": 55207, + "ĠProton": 55208, + "Ġinsulators": 55209, + "ohar": 55210, + "espie": 55211, + "Ġcourte": 55212, + "riest": 55213, + "Ġinflatable": 55214, + "Ġterracotta": 55215, + "Ġdeluge": 55216, + "ĠZucker": 55217, + "Ġprofessed": 55218, + "Ġzu": 55219, + "unging": 55220, + "Ġfatally": 55221, + "Ġnationalistic": 55222, + "Ġdomino": 55223, + "sequential": 55224, + "Ġastrological": 55225, + "ĠEmperors": 55226, + "Ġharrowing": 55227, + "ĠEditions": 55228, + "ĠBoise": 55229, + "ĠParticles": 55230, + "ĠMono": 55231, + "Ġelectrified": 55232, + "Ġbreastmilk": 55233, + "ĠSimpl": 55234, + "Adams": 55235, + "ĠCorruption": 55236, + "ĠBrushing": 55237, + "Ġcalcification": 55238, + "ĠTestosterone": 55239, + "Ġconverging": 55240, + "galactic": 55241, + "RIB": 55242, + "Ġ<=": 55243, + "ĠDivorce": 55244, + "Ġbreadboard": 55245, + "Ġscriptural": 55246, + "ĠStaten": 55247, + "ĠPanhandle": 55248, + "Ġpitching": 55249, + "ĠSwedes": 55250, + "Ġwheelchairs": 55251, + "ĠAvoidance": 55252, + "Ġthermoplastic": 55253, + "Relative": 55254, + "ĠMainly": 55255, + "Ġsatisfactorily": 55256, + "Ġerectile": 55257, + "Ġrendition": 55258, + "ĠPapa": 55259, + "ĠSpeaks": 55260, + "ĠVeterin": 55261, + "mittent": 55262, + "Ġantiquated": 55263, + "ĠElderly": 55264, + "Polish": 55265, + "ĠAleppo": 55266, + "ĠDowntown": 55267, + "ergenic": 55268, + "Ġreunion": 55269, + "ĠNRDC": 55270, + "ĠToddler": 55271, + "ĠBertrand": 55272, + "Ġburdensome": 55273, + "builders": 55274, + "cancerous": 55275, + "Ġectopic": 55276, + "Ġburgdorferi": 55277, + "Ġproprietors": 55278, + "Ġprophesied": 55279, + "Ġabsolut": 55280, + "Ġvoracious": 55281, + "Einstein": 55282, + "Fried": 55283, + "Vitamins": 55284, + "_d": 55285, + "bud": 55286, + "lif": 55287, + "tales": 55288, + "Ġcations": 55289, + "Ġwaned": 55290, + "Ġwretched": 55291, + "Ġtoggle": 55292, + "Ġnp": 55293, + "ĠTension": 55294, + "ĠTertiary": 55295, + "ĠATS": 55296, + "ĠSour": 55297, + "ĠSaur": 55298, + "ĠIK": 55299, + "ayo": 55300, + "ĠCasa": 55301, + "amem": 55302, + "ĠPter": 55303, + "Ġweep": 55304, + "ĠHH": 55305, + "ĠECT": 55306, + "Ġlee": 55307, + "ĠRie": 55308, + "ĠNRA": 55309, + "ĠLV": 55310, + "ĠOL": 55311, + "Ġupbeat": 55312, + "Ġrecurs": 55313, + "Ġtraitor": 55314, + "Ġbets": 55315, + "Ġprisms": 55316, + "oldiers": 55317, + "egel": 55318, + "ĠSchell": 55319, + "-savvy": 55320, + "Ġantonyms": 55321, + "Ġtopological": 55322, + "Ġrestroom": 55323, + "Ġforeseen": 55324, + "ikin": 55325, + "ĠShavu": 55326, + "ĠPhy": 55327, + "Ġrung": 55328, + "obalamin": 55329, + "ottis": 55330, + "ophones": 55331, + "ĠComposting": 55332, + "ĠCovers": 55333, + "Ġearthworm": 55334, + "ĠAcoustic": 55335, + "ORN": 55336, + "IVERS": 55337, + "Ġcreditor": 55338, + "ĠSwim": 55339, + "ĠGrail": 55340, + "oey": 55341, + "Ġabsorbers": 55342, + "Ġschizophren": 55343, + "ĠModules": 55344, + "Ġexperimenter": 55345, + "Ġhyperbolic": 55346, + "COMM": 55347, + "Ġfirmness": 55348, + "Ġargumentation": 55349, + "ĠBooker": 55350, + "ĠSumatran": 55351, + "Ġpreferentially": 55352, + "Ġoptimised": 55353, + "Ġprologue": 55354, + "Ġparasympathetic": 55355, + "-viral": 55356, + "Ġbeeswax": 55357, + "ĠLooks": 55358, + "Ġmanifesting": 55359, + "ĠOSI": 55360, + "Acupuncture": 55361, + "Ġlegitimately": 55362, + "Ġdisinfected": 55363, + "Ġ×Ļ": 55364, + "ĠGrendel": 55365, + "Ġpyramidal": 55366, + "ĠVersus": 55367, + "ĠBangladeshi": 55368, + "ĠMitochond": 55369, + "ĠNicholson": 55370, + "Ġunconsciousness": 55371, + "Ġstratigraphic": 55372, + "Ġreflexive": 55373, + "ĠELL": 55374, + "Estimated": 55375, + "Ġcentrality": 55376, + "Ġlamina": 55377, + "ĠStrengthen": 55378, + "ĠPolaris": 55379, + "DOI": 55380, + "ĠVenture": 55381, + "Ġscaffolds": 55382, + "Ġstipulates": 55383, + "drive": 55384, + "ĠMulch": 55385, + "Ġhippocampal": 55386, + "Ġhumiliated": 55387, + "Lawrence": 55388, + "Ġdemocrat": 55389, + "Ġdissenting": 55390, + "Ġlumines": 55391, + "Ġdeducted": 55392, + "Ġsidelines": 55393, + "silent": 55394, + "mandu": 55395, + "ochromatic": 55396, + "Ġmalignancies": 55397, + "Ġancillary": 55398, + "ĠSVG": 55399, + "ĠLarsen": 55400, + "ĠAurel": 55401, + "Ġaerobics": 55402, + "ĠGarbage": 55403, + "opoeia": 55404, + "roglyphs": 55405, + "Aid": 55406, + "Boy": 55407, + "Bull": 55408, + "BAS": 55409, + "Cash": 55410, + "Cardi": 55411, + "Todd": 55412, + "solid": 55413, + "ÄĻ": 55414, + "esa": 55415, + "anel": 55416, + "stuff": 55417, + "Ġforages": 55418, + "igu": 55419, + "ĠCaleb": 55420, + "ĠMere": 55421, + "ĠMHA": 55422, + "ĠBake": 55423, + "quake": 55424, + "ĠWound": 55425, + "ĠRost": 55426, + "ĠReds": 55427, + "ĠRolf": 55428, + "uncle": 55429, + "ĠLü": 55430, + "akt": 55431, + "ĠUy": 55432, + "ĠJug": 55433, + "indo": 55434, + "Ġstuds": 55435, + "Ġrecreating": 55436, + "Ġtrappers": 55437, + "Ġunderage": 55438, + "obots": 55439, + "Ġemiss": 55440, + "Ġdecap": 55441, + "Ġdecongest": 55442, + "rainment": 55443, + "-bi": 55444, + "Ġpasser": 55445, + "ĠPlata": 55446, + "Ġnonc": 55447, + "-pit": 55448, + "-directional": 55449, + "ĠQian": 55450, + "Staying": 55451, + "Ġauthoring": 55452, + "ĠChristensen": 55453, + "ributing": 55454, + "-tight": 55455, + "Ġzer": 55456, + "annes": 55457, + "ĠDrilling": 55458, + "eningitis": 55459, + "Ġmodernized": 55460, + "Ġsuffocation": 55461, + "ĠGuer": 55462, + "problems": 55463, + "helion": 55464, + "uffering": 55465, + "ĠMcGu": 55466, + "aintained": 55467, + "ĠCompton": 55468, + "ĠAngular": 55469, + "ĠAvon": 55470, + "ĠMarkup": 55471, + "Ġthinned": 55472, + "Clar": 55473, + "Ġfrivol": 55474, + "ĠTerrestrial": 55475, + "Äģm": 55476, + "Ġlectured": 55477, + "Ġpedd": 55478, + "-var": 55479, + "Secure": 55480, + "ĠWedding": 55481, + "ĠPassenger": 55482, + "Ġfanatic": 55483, + "Transport": 55484, + "ĠNicotine": 55485, + "ĠHighest": 55486, + "Ġdisclosing": 55487, + "aucus": 55488, + "Ġmailbox": 55489, + "Ġbiofeedback": 55490, + "ĠCruise": 55491, + "ĠDebbie": 55492, + "calc": 55493, + "-infection": 55494, + "Ġcohabit": 55495, + "Ġpermeated": 55496, + "Ġpartitioned": 55497, + "ĠRowe": 55498, + "-platform": 55499, + "Ġceasefire": 55500, + "Ġpicn": 55501, + "Ġsanitizers": 55502, + "ĠUkrainians": 55503, + "argument": 55504, + "Massachusetts": 55505, + "Ġhematopoietic": 55506, + "ĠNeighbors": 55507, + "Ġitchiness": 55508, + "Ġtraversing": 55509, + "ĠKnoxville": 55510, + "Ġanemone": 55511, + "Ġcoaxial": 55512, + "-oxidants": 55513, + "ĠDollars": 55514, + "Ġapocalyptic": 55515, + "ĠLiberties": 55516, + "âĺħ": 55517, + "Ġsmoothed": 55518, + "Ġreticulum": 55519, + "Ġcatheters": 55520, + "Ġmartyred": 55521, + "-represented": 55522, + "Bright": 55523, + "Cub": 55524, + "NU": 55525, + "Ori": 55526, + "PU": 55527, + "Rules": 55528, + "REM": 55529, + "Ul": 55530, + "Wheat": 55531, + "iocene": 55532, + "kowski": 55533, + "lr": 55534, + "rm": 55535, + "vich": 55536, + "zia": 55537, + "inium": 55538, + "Ġpue": 55539, + "Ġpaced": 55540, + "alamic": 55541, + "ici": 55542, + "ĠTMD": 55543, + "olitan": 55544, + "etto": 55545, + "otri": 55546, + "ĠAds": 55547, + "ĠSall": 55548, + "ĠMug": 55549, + "ĠPb": 55550, + "Ġriddles": 55551, + "ĠDive": 55552, + "ĠEre": 55553, + "ĠFungal": 55554, + "ĠGira": 55555, + "ostok": 55556, + "ghorn": 55557, + "Ġusages": 55558, + "ilding": 55559, + "Ġoutgrowth": 55560, + "Ġinflection": 55561, + "ĠChop": 55562, + "Ġconsented": 55563, + "Ġconsolation": 55564, + "Ġprovocation": 55565, + "Ġcoars": 55566, + "Ġinterming": 55567, + "Ġtypology": 55568, + "awat": 55569, + "Ġrefuted": 55570, + "Ġdistaste": 55571, + "Ġstately": 55572, + "-beta": 55573, + "comments": 55574, + "Ġforegoing": 55575, + "Ġcalcareous": 55576, + "ĠShang": 55577, + "sci": 55578, + "-print": 55579, + "-dry": 55580, + "ĠSeine": 55581, + "-motion": 55582, + "ĠOrthodont": 55583, + "-laws": 55584, + "ĠWarriors": 55585, + "Ġdocile": 55586, + "Ġwildland": 55587, + "Ġastray": 55588, + "Ġconco": 55589, + "riority": 55590, + "ĠWestinghouse": 55591, + "ĠSwahili": 55592, + "ĠCongolese": 55593, + "Ġinnovator": 55594, + "Ġpricey": 55595, + "Ġefficacious": 55596, + "Ġchancel": 55597, + "Ġutilitarianism": 55598, + "ECE": 55599, + "Ġcomplicates": 55600, + "ĠBayou": 55601, + "Ġsenseless": 55602, + "Indoor": 55603, + "ĠExpected": 55604, + "IRIS": 55605, + "OCR": 55606, + "ĠInsulation": 55607, + "Ġherbivore": 55608, + "Ġsteamboat": 55609, + "ĠLiterally": 55610, + "Ġtrickier": 55611, + "Ġhenceforth": 55612, + "sembling": 55613, + "IFT": 55614, + "Ġcalmness": 55615, + "Ġwakefulness": 55616, + "Ġlooping": 55617, + "Repeat": 55618, + "Ġprotestors": 55619, + "Ġintraocular": 55620, + "Ġcontradicted": 55621, + "ĠPayPal": 55622, + "eousness": 55623, + "Ġpolymerization": 55624, + "Disadvantages": 55625, + "ĠWyatt": 55626, + "нÑĭ": 55627, + "Infection": 55628, + "IBO": 55629, + "Ġbothering": 55630, + "Ġclergyman": 55631, + "Ġthermostats": 55632, + "ĠSultanate": 55633, + "Ġconjugated": 55634, + "Operating": 55635, + "Ġslimy": 55636, + "Ġorphanage": 55637, + "ĠVesuvius": 55638, + "camore": 55639, + "ĠFolder": 55640, + "Ġhypertrophy": 55641, + "Ġgusts": 55642, + "Ġtrigonometric": 55643, + "opheles": 55644, + "ĠMultiply": 55645, + "ĠSHOULD": 55646, + "Ġrattlesnake": 55647, + "ĠNassau": 55648, + "Ġhyperglycemia": 55649, + "ĠCatechism": 55650, + "ĠSaturdays": 55651, + ".o": 55652, + "Creation": 55653, + "Fifth": 55654, + "Task": 55655, + "Tai": 55656, + "salt": 55657, + "tance": 55658, + "wid": 55659, + "×§": 55660, + "item": 55661, + "Ġpaternity": 55662, + "vection": 55663, + "img": 55664, + "ĠSulfur": 55665, + "amara": 55666, + "Ġareata": 55667, + "adir": 55668, + "ĠMaf": 55669, + "opoulos": 55670, + "âĢĻNeill": 55671, + "ĠPell": 55672, + "Ġexud": 55673, + "results": 55674, + "ĠHicks": 55675, + "ĠHuns": 55676, + "ĠDrones": 55677, + "Ġshaky": 55678, + "ĠGPR": 55679, + "ĠGhent": 55680, + "ĠLips": 55681, + "Ġkms": 55682, + "achus": 55683, + "Ġperox": 55684, + "Ġtragically": 55685, + "ĠChakra": 55686, + "ĠYer": 55687, + "italin": 55688, + "-days": 55689, + "ĠQA": 55690, + "ĠTeut": 55691, + "-moon": 55692, + "ĠOrang": 55693, + "Ġhousekeeping": 55694, + "Ġpolicemen": 55695, + "Ġsunspots": 55696, + "ĠAmbed": 55697, + "ĠSuk": 55698, + "Ġestimations": 55699, + "ĠAcre": 55700, + "Ġcapacitive": 55701, + "hammer": 55702, + "breaker": 55703, + "ĠSanhedrin": 55704, + "ĠDecimal": 55705, + "umnav": 55706, + "Ġvictimized": 55707, + "Ġarmistice": 55708, + "Ġpunching": 55709, + "Ġvented": 55710, + "innah": 55711, + "Ġbleeds": 55712, + "Ġneurotoxic": 55713, + "Ġoverlapped": 55714, + "ĠDigestion": 55715, + "ĠEquinox": 55716, + "Ġorbitals": 55717, + "Ġdimmer": 55718, + "ĠLimitations": 55719, + "uishers": 55720, + "ĠBaal": 55721, + "ĠHanuman": 55722, + "ĠLindsey": 55723, + "Ġshovels": 55724, + "Ġluckily": 55725, + "Ġborehole": 55726, + ".Join": 55727, + "Ġpadded": 55728, + "Ġenveloped": 55729, + "Minnesota": 55730, + "-breasted": 55731, + "Ġleisurely": 55732, + "ĠIllegal": 55733, + "ORTANT": 55734, + "provides": 55735, + "Ġextinguishers": 55736, + "ĠEnhancing": 55737, + "ĠStreams": 55738, + "ĠTroubles": 55739, + "Ġzeaxanthin": 55740, + "Ġguardianship": 55741, + "ĠStimulation": 55742, + "Ġantifreeze": 55743, + "ĠContainers": 55744, + "onucleic": 55745, + "Nutritional": 55746, + "ĠWitnesses": 55747, + "ĠFragile": 55748, + "ĠArsenic": 55749, + "ĠInheritance": 55750, + "(k": 55751, + "-veget": 55752, + "Etymology": 55753, + "Ireland": 55754, + "Ross": 55755, + "dial": 55756, + "gars": 55757, + "iard": 55758, + "Ġtae": 55759, + "env": 55760, + "asaw": 55761, + "Ġnatal": 55762, + "idor": 55763, + "ĠSá": 55764, + "ĠCous": 55765, + "Ġasphy": 55766, + "ĠMick": 55767, + "Ġexogenous": 55768, + "ĠBik": 55769, + "ĠBalfour": 55770, + "Ġchurn": 55771, + "Ġchaper": 55772, + "ortical": 55773, + "ĠRape": 55774, + "ĠRAP": 55775, + "ĠNFS": 55776, + "ĠLom": 55777, + "Ġscint": 55778, + "Ġcommended": 55779, + "egrass": 55780, + "Ġboo": 55781, + "Ġbrevity": 55782, + "Ġbestow": 55783, + "Ġfaraway": 55784, + "Ġradiography": 55785, + "Ġsensual": 55786, + "Ġmicrofinance": 55787, + "maid": 55788, + "ĠCompromise": 55789, + "Ġexcruciating": 55790, + "Ġacceptability": 55791, + "whatever": 55792, + "ĠHeracles": 55793, + "ĠCharitable": 55794, + "Ġhypere": 55795, + "Ġwaveforms": 55796, + "Ġaxillary": 55797, + "Ġsubserv": 55798, + "Ġstreetcar": 55799, + "Ġspinner": 55800, + "ĠLinus": 55801, + "ĠHawaiians": 55802, + "Ġmurmur": 55803, + "Ġalignments": 55804, + "Ġfluorine": 55805, + "ĠBallet": 55806, + "Ġdeteriorates": 55807, + "Ġwaxes": 55808, + "Ġperipherals": 55809, + "ĠTyre": 55810, + "Ġimplantable": 55811, + "Ġamphithe": 55812, + "Ġseamen": 55813, + "erkraut": 55814, + "ĠRabin": 55815, + "Ġpsalms": 55816, + "ĠHappen": 55817, + "ĠChampagne": 55818, + "Ġmocked": 55819, + "ĠFibre": 55820, + "ĠCortes": 55821, + "Ġfulfilment": 55822, + "Importantly": 55823, + "ãĢĤĊ": 55824, + "Ġlamented": 55825, + "Ġboroughs": 55826, + "ĠMETHO": 55827, + "Ġdefecation": 55828, + "ĠSachs": 55829, + "Ġincessant": 55830, + "Ġmicrotubules": 55831, + "Ġinsatiable": 55832, + "\"By": 55833, + "Bois": 55834, + "Caffeine": 55835, + "Duke": 55836, + "Kevin": 55837, + "NIC": 55838, + "Rail": 55839, + "faced": 55840, + "jal": 55841, + "layer": 55842, + "oza": 55843, + "Ġarab": 55844, + "reck": 55845, + "enable": 55846, + "Ġbakers": 55847, + "Ġbona": 55848, + "ĠSmarter": 55849, + "ampling": 55850, + "adhi": 55851, + "ĠMoodle": 55852, + "ĠPropri": 55853, + "estries": 55854, + "umina": 55855, + "ositis": 55856, + "udging": 55857, + "andert": 55858, + "ĠRue": 55859, + "Ġshimmer": 55860, + "ĠJaguar": 55861, + "Ġclashed": 55862, + "ĠChor": 55863, + "Ġrained": 55864, + "inta": 55865, + "ĠVor": 55866, + "Ġpoo": 55867, + "Ġsupple": 55868, + "Ġsociable": 55869, + "ĠProst": 55870, + "Ġboomer": 55871, + "Ġdaydream": 55872, + "ullen": 55873, + "Ġengross": 55874, + "Ġslammed": 55875, + "orthodox": 55876, + "Ġpostnatal": 55877, + "Ġencroaching": 55878, + "Ġdamned": 55879, + "Ġcrates": 55880, + "application": 55881, + "Ġ..Ċ": 55882, + "strateg": 55883, + "Alan": 55884, + "Ġcatalysis": 55885, + "Ġwalkway": 55886, + "Ġcentralised": 55887, + "Ġstrikers": 55888, + "ĠMonmouth": 55889, + "Ġrobin": 55890, + "ĠBarbar": 55891, + "Ġdetectives": 55892, + "ĠHelens": 55893, + "-nuclear": 55894, + "ĠSubsc": 55895, + "Ġ÷": 55896, + "HOL": 55897, + "remia": 55898, + "ĠCaption": 55899, + "roxen": 55900, + "ĠDarfur": 55901, + "ât": 55902, + "became": 55903, + "ĠLatina": 55904, + "ĠGregg": 55905, + "ĠBells": 55906, + "steady": 55907, + "Ġlithosphere": 55908, + "ĠHopper": 55909, + "rocket": 55910, + "Ġcytotoxic": 55911, + "Ġinkjet": 55912, + "ĠOmn": 55913, + "Ġaugmentation": 55914, + "ĠMunro": 55915, + "ĠPhoenicians": 55916, + "Ġinconceivable": 55917, + "Ġsummative": 55918, + "ĠLEARN": 55919, + "Ġcanton": 55920, + "Ġzoomed": 55921, + "ĠDyson": 55922, + "ĠVulcan": 55923, + "Limited": 55924, + "Ġsalvaged": 55925, + "Household": 55926, + "ataset": 55927, + "été": 55928, + "ĠClimbing": 55929, + "ĠKabbal": 55930, + "Ġjurors": 55931, + "Ġmaterially": 55932, + "ĠMurdoch": 55933, + "ĠTiberius": 55934, + "ĠAgreements": 55935, + "Lecture": 55936, + "ĠTriumph": 55937, + "clamations": 55938, + "Ġidyllic": 55939, + "Ġhorrendous": 55940, + "-.": 55941, + "Distance": 55942, + "Wel": 55943, + "dell": 55944, + "missions": 55945, + "vv": 55946, + "|Time": 55947, + "eses": 55948, + "Ġpitting": 55949, + "lean": 55950, + "asil": 55951, + "Ġhires": 55952, + "ĠSiles": 55953, + "ĠIa": 55954, + "ĠIonic": 55955, + "ĠCep": 55956, + "ĠCram": 55957, + "ĠCRA": 55958, + "ĠCô": 55959, + "amura": 55960, + "ĠMow": 55961, + "opened": 55962, + "Ġheifers": 55963, + "ĠPune": 55964, + "ĠPIC": 55965, + "ĠBaxter": 55966, + "ĠFaces": 55967, + "ĠFuels": 55968, + "Ġshad": 55969, + "ĠNing": 55970, + "ĠNCT": 55971, + "ĠNasal": 55972, + "ĠGail": 55973, + "ĠLoving": 55974, + "performance": 55975, + "Ġkb": 55976, + "Ġdoable": 55977, + "ĠKop": 55978, + "ĠVoters": 55979, + "Ġamylase": 55980, + "arkhand": 55981, + "ropathy": 55982, + "Ġsubclass": 55983, + "Ġprocessions": 55984, + "Ġdeflected": 55985, + "Ġendocarditis": 55986, + "ixes": 55987, + "-squ": 55988, + "Ġideation": 55989, + "Ġimmorality": 55990, + "ĠReggio": 55991, + "Ġdelusion": 55992, + "-den": 55993, + "Ġteaming": 55994, + "Ġcrumble": 55995, + "-town": 55996, + "ĠCalder": 55997, + "ulets": 55998, + "Chart": 55999, + "Ġcleanest": 56000, + "ĠMara": 56001, + "ĠPrat": 56002, + "Ġdebuted": 56003, + "Ġsteppes": 56004, + "Ġdeepens": 56005, + "Ġhydrates": 56006, + "boriginal": 56007, + "ONOM": 56008, + "Ġundigested": 56009, + "oeing": 56010, + "ĠDeck": 56011, + "-Me": 56012, + "Ġresistive": 56013, + "APE": 56014, + "ĠMacK": 56015, + "nelly": 56016, + "ĠNavigator": 56017, + "ĠCystic": 56018, + "ĠAPP": 56019, + "ĠMelch": 56020, + "ĠLoans": 56021, + "Complications": 56022, + "ĠOlivia": 56023, + "Ġstereotyped": 56024, + "fluor": 56025, + "оÑĢ": 56026, + "ège": 56027, + "ĠJacobson": 56028, + "ĠTibetans": 56029, + "niocentesis": 56030, + "ĠHyperactivity": 56031, + "ĠFestivals": 56032, + "Ġsurfacing": 56033, + "ĠTRUE": 56034, + "Ġvestib": 56035, + "Ġculminates": 56036, + "ĠCourier": 56037, + "ĠCoupled": 56038, + "default": 56039, + "Career": 56040, + "Oxygen": 56041, + "ĠMansfield": 56042, + "Ġpharaohs": 56043, + "Ġbiometrics": 56044, + "ĠEncyclopaedia": 56045, + "ĠRapport": 56046, + "ĠKimberley": 56047, + "Ġetymologies": 56048, + "Diagnosing": 56049, + "Ġcomorbidities": 56050, + "Ġneonicotinoids": 56051, + "Ġoccipital": 56052, + "ĠAmbedkar": 56053, + "-hat": 56054, + "-owners": 56055, + "Ages": 56056, + "Ment": 56057, + "Ot": 56058, + "Sri": 56059, + "Tut": 56060, + "Tap": 56061, + "bability": 56062, + "rality": 56063, + "wares": 56064, + "éĢ": 56065, + "Ġtumbling": 56066, + "herapy": 56067, + "Ġcate": 56068, + "icator": 56069, + "ĠCigarette": 56070, + "ĠThee": 56071, + "ĠMIL": 56072, + "ophor": 56073, + "ĠPAP": 56074, + "ĠPATH": 56075, + "ĠBolt": 56076, + "Ġvib": 56077, + "andas": 56078, + "ĠDess": 56079, + "ĠRiders": 56080, + "ĠNk": 56081, + "ĠNare": 56082, + "ĠNTP": 56083, + "ĠNationally": 56084, + "agree": 56085, + "ĠOED": 56086, + "Ġimparts": 56087, + "Ġuncles": 56088, + "Ġunhelpful": 56089, + "ĠStores": 56090, + "Ġreprim": 56091, + ").\"Ċ": 56092, + "Ġentrap": 56093, + "Ġcheering": 56094, + "ĠIndra": 56095, + "ĠScal": 56096, + "Ġserrated": 56097, + "Ġimmobile": 56098, + "ĠAdirond": 56099, + "mana": 56100, + "ĠReven": 56101, + "ĠExclusion": 56102, + "ĠEnviron": 56103, + "ontaneous": 56104, + "letting": 56105, + "factor": 56106, + "religion": 56107, + "asked": 56108, + "ĠCalm": 56109, + "ĠImmers": 56110, + "YouTube": 56111, + "ĠMarlow": 56112, + "Ġsuperpowers": 56113, + "Ġbarometer": 56114, + "mbuds": 56115, + "ĠEducating": 56116, + "olymer": 56117, + "Ġwebpages": 56118, + "ĠTransylvania": 56119, + "ĠOverweight": 56120, + "ĠWorkforce": 56121, + "blogs": 56122, + "Ġrollout": 56123, + "CCS": 56124, + "Ġmortars": 56125, + "ĠSerra": 56126, + "designed": 56127, + "ĠDiscourse": 56128, + "ineteen": 56129, + "Ġplateaus": 56130, + "Contents": 56131, + "ĠVisa": 56132, + "Ġbreathlessness": 56133, + "column": 56134, + "Ġneurogenesis": 56135, + "ĠPetit": 56136, + "-examination": 56137, + "Coastal": 56138, + "Ġdiverge": 56139, + "Ġductile": 56140, + "но": 56141, + "aguerre": 56142, + "Ġstratospheric": 56143, + "Ġpistach": 56144, + "Steven": 56145, + "Ġtransmissible": 56146, + "Ġechoing": 56147, + "Ġconquerors": 56148, + "Ġwithered": 56149, + "Ġtamper": 56150, + "ĠNRCS": 56151, + "ĠOgden": 56152, + "ĠPreschoolers": 56153, + "ĠWonderland": 56154, + "Ġfervor": 56155, + "Vaccines": 56156, + "Ġbouquet": 56157, + "Ġinducted": 56158, + "-understand": 56159, + "ĠHeidegger": 56160, + ")The": 56161, + "-He": 56162, + ".:Ċ": 56163, + ".He": 56164, + "CER": 56165, + "CAN": 56166, + "Fertil": 56167, + "Len": 56168, + "Nitrogen": 56169, + "Por": 56170, + "Perman": 56171, + "WER": 56172, + "fra": 56173, + "Ġsacked": 56174, + "Ġfables": 56175, + "idiol": 56176, + "urm": 56177, + "ĠCz": 56178, + "amac": 56179, + "Ġwhipping": 56180, + "âĢĻ?Ċ": 56181, + "ĠPhe": 56182, + "ĠPowered": 56183, + "ĠPerennial": 56184, + "ĠBly": 56185, + "ĠBEFORE": 56186, + "emus": 56187, + "ĠRISC": 56188, + "ĠNUM": 56189, + "Ġplumb": 56190, + "actment": 56191, + "ellosis": 56192, + "ĠOO": 56193, + "ordination": 56194, + "ĠStrom": 56195, + "iele": 56196, + "ĠKart": 56197, + "lectomy": 56198, + "Ġinterventional": 56199, + "Ġinterleukin": 56200, + "Ġmedall": 56201, + "Ġdownp": 56202, + "oho": 56203, + "ĠNewer": 56204, + "-bred": 56205, + "âĢľAn": 56206, + "-san": 56207, + "incible": 56208, + "Ġslid": 56209, + "Ġparake": 56210, + "Ġbiolumines": 56211, + "Ġvolat": 56212, + "Ġradiations": 56213, + "Ġensue": 56214, + "aminate": 56215, + "Ġabsences": 56216, + "ĠAssumption": 56217, + "Ġcleanly": 56218, + "Ġtarant": 56219, + "uckles": 56220, + "aira": 56221, + "ĠGuiana": 56222, + "ĠSukk": 56223, + "uclein": 56224, + "Ġdarkening": 56225, + "Ġultras": 56226, + "ĠAntip": 56227, + "Ġmisdemean": 56228, + "ĠNAME": 56229, + "odesk": 56230, + "Ġwidgets": 56231, + "charger": 56232, + "Ġforeigner": 56233, + "Ġdynastic": 56234, + "ĠMagh": 56235, + "Ġwearables": 56236, + "Ġcartographic": 56237, + "ĠScotts": 56238, + "ĠWordNet": 56239, + "Company": 56240, + "Ġunworthy": 56241, + "Ġhospice": 56242, + "ĠPetra": 56243, + "Ġmirroring": 56244, + "oliath": 56245, + "Ġoliv": 56246, + "Ġomissions": 56247, + "IFI": 56248, + ".png": 56249, + "ĠMindset": 56250, + "Ġש": 56251, + "ĠmiRNAs": 56252, + "ĠHaydn": 56253, + "Ġovertly": 56254, + "ĠDrawings": 56255, + "Ġmilitarily": 56256, + "-alpha": 56257, + "ĠStockton": 56258, + "Ġimpediments": 56259, + "Ġfrighten": 56260, + "Ġtweaking": 56261, + "Ġtoothpastes": 56262, + "ĠPaleontology": 56263, + "populations": 56264, + "ĠVentilation": 56265, + "Ġretardant": 56266, + "Ġenvirons": 56267, + "Ġswampy": 56268, + "Ġsarcasm": 56269, + "vertebrate": 56270, + "ĠUncertainty": 56271, + "Ġredshift": 56272, + "Issues": 56273, + "Ġsausages": 56274, + "Ġfussy": 56275, + "ĠStretch": 56276, + "Ġunderpinned": 56277, + "ĠNatalie": 56278, + "ĠTutorials": 56279, + "Pregnant": 56280, + "ĠBeneath": 56281, + "ĠAnnotated": 56282, + "Ġunaltered": 56283, + "Ack": 56284, + "Boys": 56285, + "Cry": 56286, + "Epid": 56287, + "Laura": 56288, + "YY": 56289, + "buster": 56290, + "kits": 56291, + "lung": 56292, + "niest": 56293, + "wagon": 56294, + "Ġwoo": 56295, + "entine": 56296, + "Ġnihil": 56297, + "otas": 56298, + "otally": 56299, + "ĠAero": 56300, + "ĠPoth": 56301, + "ĠBH": 56302, + "quakes": 56303, + "ĠWFP": 56304, + "ocrit": 56305, + "oches": 56306, + "ĠFossils": 56307, + "ĠGant": 56308, + "ĠLik": 56309, + "Ġjub": 56310, + "avit": 56311, + "Ġ\".": 56312, + "oblast": 56313, + "ovy": 56314, + "Ġsurpasses": 56315, + "Ġsubcont": 56316, + "connection": 56317, + "Ġmonomers": 56318, + "ĠArgy": 56319, + "Ġretarded": 56320, + "Ġcapstone": 56321, + "ĠDeacon": 56322, + "Ġuntimely": 56323, + "-correct": 56324, + "Ġcondensing": 56325, + "Ġdelving": 56326, + "Ġheartbreaking": 56327, + "-tuning": 56328, + "Ġsubjecting": 56329, + "lighting": 56330, + "ennett": 56331, + "Ġgeod": 56332, + "ylem": 56333, + "ĠXHTML": 56334, + "Ġastrolog": 56335, + "Ġxanth": 56336, + "aldi": 56337, + "ĠObtain": 56338, + "ĠVolga": 56339, + "Ġtolerates": 56340, + "-Pal": 56341, + "ĠGoodwin": 56342, + "Ġimpermeable": 56343, + "ĠPsychotherapy": 56344, + "igarettes": 56345, + "-respect": 56346, + "ĠSignificantly": 56347, + "immons": 56348, + "ĠSargent": 56349, + "EOPLE": 56350, + "ABOUT": 56351, + "ĠKeyboard": 56352, + "ĠHorus": 56353, + "ĠMurder": 56354, + "Transition": 56355, + "ĠPeriods": 56356, + "orbital": 56357, + "Ġchaplain": 56358, + "ĠCollected": 56359, + "Ġtolls": 56360, + "Flore": 56361, + "Ġketchup": 56362, + "ĠBede": 56363, + "Ġevaporating": 56364, + "Ġsuperficially": 56365, + "Ġfoggy": 56366, + "QUE": 56367, + "Ġseaboard": 56368, + "ĠInventor": 56369, + "ĠKramer": 56370, + "Ġomnivorous": 56371, + "ĠTruly": 56372, + "-doctoral": 56373, + "Ġwrinkled": 56374, + "Ġphotovoltaics": 56375, + "á¸į": 56376, + "Ġcafes": 56377, + "ĠCarmen": 56378, + "Ġoutweighs": 56379, + "ĠAnalyses": 56380, + "maximum": 56381, + "Ġintrospection": 56382, + "ĠGREAT": 56383, + "Ġauctions": 56384, + "oughed": 56385, + "Ġpessimism": 56386, + "Ġarchetype": 56387, + "Ġneuropsychological": 56388, + "ĠPsyche": 56389, + "Ġunsettled": 56390, + "ĠFresno": 56391, + "ĠYeshua": 56392, + "Ġarboreal": 56393, + "-major": 56394, + "ĠNCLB": 56395, + "Ġunproven": 56396, + "Ġbelligerent": 56397, + "ĠRoanoke": 56398, + "amemnon": 56399, + ",B": 56400, + "-And": 56401, + "-security": 56402, + "-ethnic": 56403, + ".?Ċ": 56404, + "Lets": 56405, + "Mu": 56406, + "Paint": 56407, + "Peer": 56408, + "Tu": 56409, + "groom": 56410, + "horm": 56411, + "training": 56412, + "zl": 56413, + "zano": 56414, + "|Type": 56415, + "å·": 56416, + "Ġculling": 56417, + "Ġdues": 56418, + "stern": 56419, + "Ġbearers": 56420, + "seh": 56421, + "Ġgale": 56422, + "iday": 56423, + "idating": 56424, + "utants": 56425, + "ĠSousa": 56426, + "ĠMature": 56427, + "ĠPug": 56428, + "ĠPST": 56429, + "ĠBite": 56430, + "achen": 56431, + "ivas": 56432, + "ĠFang": 56433, + "ighton": 56434, + "ghis": 56435, + "ellia": 56436, + "izu": 56437, + "Ġinclin": 56438, + "ibid": 56439, + "Ġresounding": 56440, + "Ġimpecc": 56441, + "Ġprelude": 56442, + "Ġprebiotics": 56443, + "Ġrecessions": 56444, + "ĠChill": 56445, + "ĠChish": 56446, + "ĠYpres": 56447, + "Ġrelapses": 56448, + "ethrin": 56449, + "issen": 56450, + "Ġobit": 56451, + "Ġsubversive": 56452, + "Ġinstigated": 56453, + "||âĢĵ": 56454, + "Ġretell": 56455, + "agnum": 56456, + "ĠEngl": 56457, + "Ġrestraining": 56458, + "ĠAdrenal": 56459, + "oidosis": 56460, + "ĠResistant": 56461, + "Ġbiosynthesis": 56462, + "-mm": 56463, + "ippy": 56464, + "authent": 56465, + "eningrad": 56466, + "Ġmicrostructure": 56467, + "ĠAbroad": 56468, + "Ġlaud": 56469, + "Ġstepper": 56470, + "ĠPepp": 56471, + "ĠKingdoms": 56472, + "-hot": 56473, + "-host": 56474, + "helors": 56475, + "Ġsnore": 56476, + "uffalo": 56477, + "islav": 56478, + "Ġpolycystic": 56479, + "Ġwatchdog": 56480, + "ĠSchuster": 56481, + "ĠAvraham": 56482, + "Ġfluidity": 56483, + "ochrome": 56484, + "Clark": 56485, + "Ġsanity": 56486, + "ández": 56487, + "Ġcosine": 56488, + "ĠProposal": 56489, + "Ġstabilizers": 56490, + "Ġrhubarb": 56491, + "Ġerecting": 56492, + "Obama": 56493, + "Ġcatalyze": 56494, + "Ġcarpenters": 56495, + "Ġmurderers": 56496, + "Ġsemicircular": 56497, + "Ġbeset": 56498, + "ĠRoutes": 56499, + "Ġupto": 56500, + "Ġdaemon": 56501, + "ĠMRIs": 56502, + "ĠTaipei": 56503, + "Ġdragonflies": 56504, + "ĠDocumentary": 56505, + "Ġubiquity": 56506, + "ĠIllustration": 56507, + "Ġmeningococcal": 56508, + "ĠPSI": 56509, + "ĠPadua": 56510, + "Ġlacquer": 56511, + "Command": 56512, + "ĠACLU": 56513, + "ĠInvestigators": 56514, + "Ġindentation": 56515, + "enchymal": 56516, + "ĠReceive": 56517, + "Ġpleasantly": 56518, + "ĠOrchard": 56519, + "ĠOPEC": 56520, + "Ġshipwrecks": 56521, + "Ġfervent": 56522, + "Ġelectrophys": 56523, + "property": 56524, + "ĠUtilize": 56525, + "âϦ": 56526, + "Ġaustere": 56527, + "ĠCorrespondence": 56528, + "ĠMushrooms": 56529, + "ĠSCADA": 56530, + "Ġruminants": 56531, + "ĠSodom": 56532, + "ĠEsperanto": 56533, + "Ġsergeant": 56534, + "ĠHokkaido": 56535, + "Hug": 56536, + "Lou": 56537, + "Ov": 56538, + "Pic": 56539, + "]).": 56540, + "cakes": 56541, + "dirty": 56542, + "fixed": 56543, + "mobile": 56544, + "¦ģ": 56545, + "edible": 56546, + "ĠmM": 56547, + "Ġreuptake": 56548, + "Ġner": 56549, + "Ġgrub": 56550, + "oland": 56551, + "ĠSita": 56552, + "ĠSao": 56553, + "ĠCake": 56554, + "ĠCows": 56555, + "ĠMitch": 56556, + "Ġheuristic": 56557, + "estra": 56558, + "ocry": 56559, + "ocaine": 56560, + "ĠDish": 56561, + "ĠDrey": 56562, + "ĠDDoS": 56563, + "Ġenab": 56564, + "ĠNymph": 56565, + "ĠLinking": 56566, + "Ġclap": 56567, + "Ġimpure": 56568, + "acho": 56569, + "Ġjellies": 56570, + "Ġpremenstrual": 56571, + "ĠKee": 56572, + "Ġrook": 56573, + "Ġtwig": 56574, + "Ġsurpluses": 56575, + "Ġcentering": 56576, + ".âĢĿ)": 56577, + "Ġcuration": 56578, + "Ġgluing": 56579, + "âĢĶwhere": 56580, + "âĢľD": 56581, + "ullary": 56582, + "Ġslashed": 56583, + "-file": 56584, + "ĠDeforestation": 56585, + "-pocket": 56586, + "Ġrunways": 56587, + "Ġradiance": 56588, + "ttemberg": 56589, + "stitut": 56590, + "-tune": 56591, + "Ġstoryboard": 56592, + "factors": 56593, + "Ġcuttle": 56594, + "ĠLea": 56595, + "ĠCarlson": 56596, + "valu": 56597, + "ioli": 56598, + "ĠMayans": 56599, + "Ġevergreens": 56600, + "rado": 56601, + "ĠCompass": 56602, + "ĠCounts": 56603, + "Ġreflectors": 56604, + "ipled": 56605, + "ranath": 56606, + "Ġsweater": 56607, + "Ġcountermeasures": 56608, + "ĠSTATE": 56609, + "Ġrespirators": 56610, + "structural": 56611, + "ĠWoody": 56612, + "Ġringworm": 56613, + "Meat": 56614, + "ĠMachu": 56615, + "-Jews": 56616, + "ĠFedora": 56617, + "Ġinflationary": 56618, + "Ġcrustal": 56619, + "Ġligands": 56620, + "ĠJuneteenth": 56621, + "Commonly": 56622, + "refined": 56623, + "Ġsecularism": 56624, + "ĠHuguen": 56625, + "ĠSynchron": 56626, + "Ġethnography": 56627, + "Ġunveil": 56628, + "BOOK": 56629, + "Ġcontemplative": 56630, + "ĠFibrosis": 56631, + "Ġμg": 56632, + "Ġnarcotic": 56633, + "ĠNineveh": 56634, + "ĠTargeted": 56635, + "Legisl": 56636, + "ĠPretoria": 56637, + "ĠClimatic": 56638, + "ĠHesse": 56639, + "Ġunicorn": 56640, + "Ġsundown": 56641, + "Aquaculture": 56642, + "Ġuninhabitable": 56643, + "ĠOrnithology": 56644, + "ĠGawain": 56645, + "ĠControversy": 56646, + "Ġserenity": 56647, + "าà¸": 56648, + "Ġsauté": 56649, + "-oxygen": 56650, + ".uc": 56651, + "Agg": 56652, + "Dur": 56653, + "GHz": 56654, + "Laws": 56655, + "Pink": 56656, + "Reverse": 56657, + "crew": 56658, + "hit": 56659, + "zae": 56660, + "å¼": 56661, + "æ°": 56662, + "onio": 56663, + "Ġsift": 56664, + "ouston": 56665, + "Ġthawed": 56666, + "Ġthrobbing": 56667, + "Ġist": 56668, + "ĠTABLE": 56669, + "olored": 56670, + "ĠSutter": 56671, + "ĠCCP": 56672, + "ulia": 56673, + "ulins": 56674, + "opport": 56675, + "ĠPegasus": 56676, + "Ġwept": 56677, + "usi": 56678, + "ĠBif": 56679, + "osm": 56680, + "eminal": 56681, + "ĠEmanuel": 56682, + "Ġshit": 56683, + "ĠNef": 56684, + "ĠLópez": 56685, + "ĠInfl": 56686, + "Ġjute": 56687, + "Ġeviction": 56688, + "Ġmayonnaise": 56689, + "Ġoverbur": 56690, + "ificent": 56691, + "ificate": 56692, + "Ġhandwashing": 56693, + "âĢľOn": 56694, + "Ġbestselling": 56695, + "Ġmoveable": 56696, + "Ġparochial": 56697, + "ĠCloser": 56698, + "Ġcomputationally": 56699, + "hypert": 56700, + "Ġobsessions": 56701, + "Ġoptically": 56702, + "Ġsump": 56703, + "authors": 56704, + "ometre": 56705, + "Ġprobate": 56706, + "Ġconductance": 56707, + "ĠGuess": 56708, + "alingrad": 56709, + "ĠIntensity": 56710, + "ĠTwist": 56711, + "iosities": 56712, + "ĠRedeem": 56713, + "liners": 56714, + "Ġpickling": 56715, + "Ġthickets": 56716, + "unctional": 56717, + "Ġmortals": 56718, + "-DNA": 56719, + "Ġextractions": 56720, + "Ġbleached": 56721, + "Ġkitty": 56722, + "-PCR": 56723, + "Rein": 56724, + "Ġshelled": 56725, + "Ġunpack": 56726, + "causes": 56727, + "-Russian": 56728, + "Mean": 56729, + "ĠBabel": 56730, + "Ġconjure": 56731, + "ĠPDFs": 56732, + "ĠBangor": 56733, + "Ġdictation": 56734, + "Ġsummarise": 56735, + "ĠMastery": 56736, + "Ġwrappers": 56737, + "-technology": 56738, + "ĠFluor": 56739, + "Ġalleviated": 56740, + "Ġgigawatts": 56741, + "Ġت": 56742, + "Ġiodide": 56743, + "Ġuplands": 56744, + "Ġpavements": 56745, + "-model": 56746, + "ĠVelocity": 56747, + "Advances": 56748, + "Ġsternum": 56749, + "ĠMalayalam": 56750, + "Ġamalgamation": 56751, + "enoic": 56752, + "ĠAccelerator": 56753, + "ĠCOMMENT": 56754, + "RELATED": 56755, + "Ġphotocop": 56756, + "ĠSardinia": 56757, + "Ġabducted": 56758, + "Ġsuccinctly": 56759, + "Ġannealing": 56760, + "Ġsouvenir": 56761, + "Ġforetold": 56762, + "/pubmed": 56763, + "ĠTutsi": 56764, + "Ġindivisible": 56765, + "ĠMachiavelli": 56766, + "Ġnd": 56767, + "Ġurn": 56768, + "-character": 56769, + ".âĢ¢": 56770, + "BACK": 56771, + "Feedback": 56772, + "Mang": 56773, + "Mira": 56774, + "Pas": 56775, + "Session": 56776, + "Ted": 56777, + "magnetic": 56778, + "nath": 56779, + "oform": 56780, + "tim": 56781, + "wl": 56782, + "xp": 56783, + "¡": 56784, + "à¶": 56785, + "Ġtinge": 56786, + "Ġcusp": 56787, + "Ġhugs": 56788, + "Ġgeek": 56789, + "Ġgowns": 56790, + "uristics": 56791, + "changed": 56792, + "Ġyork": 56793, + "Ġyawn": 56794, + "Ġstint": 56795, + "ĠSJ": 56796, + "ĠPID": 56797, + "ĠPunch": 56798, + "ĠBorrow": 56799, + "ĠBonsai": 56800, + "anticipated": 56801, + "arda": 56802, + "astron": 56803, + "assus": 56804, + "assie": 56805, + "Ġouting": 56806, + "ĠKish": 56807, + "plet": 56808, + "Ġsubsp": 56809, + "Ġgliders": 56810, + "Ġhistone": 56811, + "cliff": 56812, + "Ġequilateral": 56813, + "Ġbenzo": 56814, + "Ġheretics": 56815, + "ĠPhobos": 56816, + "byte": 56817, + "ophobic": 56818, + "Ġbraided": 56819, + "Ġlatrines": 56820, + "ĠElvis": 56821, + "IVER": 56822, + "EDIT": 56823, + "Excellent": 56824, + "Ġcommunicator": 56825, + "Ġordination": 56826, + "cannot": 56827, + "ĠTranslate": 56828, + "Ġspectroscopic": 56829, + "ĠConferences": 56830, + "Ġcompliments": 56831, + "Ġcurriculums": 56832, + "ĠVolt": 56833, + "ĠMetall": 56834, + "Driving": 56835, + "-shot": 56836, + "Ġtailoring": 56837, + "ĠDelano": 56838, + "ILDR": 56839, + "Ġdoorways": 56840, + "Ġhusks": 56841, + "ĠGalicia": 56842, + "ĠCollie": 56843, + "CRP": 56844, + "CLUS": 56845, + "ULATION": 56846, + "Moderate": 56847, + "Ġdispersing": 56848, + "Associated": 56849, + "ĠSherlock": 56850, + "ĠCollectively": 56851, + "Ġsweaty": 56852, + "ĠGiuseppe": 56853, + "Ġcleansed": 56854, + "ĠAllows": 56855, + "Ġinfiltrated": 56856, + "Ġnostalgic": 56857, + "Ġreclaiming": 56858, + "ĠDiscoveries": 56859, + "âĸª": 56860, + "Ġhallucin": 56861, + "Ġpalladium": 56862, + "Ġstalemate": 56863, + "ĠRiemann": 56864, + "arakhand": 56865, + "Ġnigra": 56866, + "Ġloosened": 56867, + "ĠKomodo": 56868, + "ĠEureka": 56869, + "Ġskyscraper": 56870, + "ĠUntreated": 56871, + "ĠReeves": 56872, + "Ġghrelin": 56873, + "Ġartisanal": 56874, + "Ġtantalizing": 56875, + "Ġrangeland": 56876, + "ĠBeneficial": 56877, + "Ġquirky": 56878, + "ĠKannada": 56879, + "Ġbiennial": 56880, + "ĠIndochina": 56881, + "Ġmonotonous": 56882, + "\"No": 56883, + "Bishop": 56884, + "KM": 56885, + "PRE": 56886, + "dos": 56887, + "kines": 56888, + "moral": 56889, + "missing": 56890, + "wheels": 56891, + "Äħ": 56892, + "Ġpauc": 56893, + "Ġeases": 56894, + "ĠTuck": 56895, + "ĠTHO": 56896, + "etine": 56897, + "etown": 56898, + "chip": 56899, + "ĠCours": 56900, + "Ġdeacon": 56901, + "isture": 56902, + "ĠPitch": 56903, + "ĠBearing": 56904, + "acruz": 56905, + "ocre": 56906, + "ĠDedicated": 56907, + "ĠEFL": 56908, + "Ġspi": 56909, + "ĠNih": 56910, + "ĠGiff": 56911, + "ĠLID": 56912, + "ĠLitt": 56913, + "Ġperlite": 56914, + "Ġsojour": 56915, + "Ġjot": 56916, + "Ġparted": 56917, + "Ġsaith": 56918, + "oyant": 56919, + "Ġschoolhouse": 56920, + "ĠArter": 56921, + "ĠScro": 56922, + "Ġequestrian": 56923, + "agnitude": 56924, + "Ġissuer": 56925, + "Ġwarping": 56926, + "scan": 56927, + "ĠSek": 56928, + "oxious": 56929, + "Ġeraser": 56930, + "ĠBlum": 56931, + "-telling": 56932, + "Ġefflu": 56933, + "ĠMarvel": 56934, + "ĠMarconi": 56935, + "-well": 56936, + "Ġconcub": 56937, + "iotto": 56938, + "Ġcivilisations": 56939, + "ĠAcropolis": 56940, + "ĠAntilles": 56941, + "ĠTranscript": 56942, + "STS": 56943, + "Ġunsanitary": 56944, + "ĠMetaph": 56945, + "Ġparametric": 56946, + "Ġflyer": 56947, + "Ġneurobiology": 56948, + "ĠFeatured": 56949, + "Ġhemodialysis": 56950, + "Ġdisturbs": 56951, + "Ġstrewn": 56952, + "Ġchestnuts": 56953, + "ĠAccum": 56954, + "Ġconquist": 56955, + "Ġconceivably": 56956, + "Ġhamstrings": 56957, + "Ġhallways": 56958, + "Ġcowboys": 56959, + "Ġfoetus": 56960, + "Ġtraceable": 56961, + "ULAR": 56962, + "Ġradiologists": 56963, + "ĠRené": 56964, + "Marriage": 56965, + "planet": 56966, + "-accept": 56967, + "ĠFredericksburg": 56968, + "ĠRajput": 56969, + "ĠBoxes": 56970, + "Preschool": 56971, + "ĠZhong": 56972, + "Organization": 56973, + "Attempt": 56974, + "ĠAbsorption": 56975, + "-powerful": 56976, + "Ġirradiance": 56977, + "ĠProducing": 56978, + "ĠBunny": 56979, + "Optim": 56980, + "ĠConcordia": 56981, + "ĠGrenada": 56982, + "Ġexcrement": 56983, + "Ġtrekking": 56984, + "Literary": 56985, + "Ġsirens": 56986, + "-oxidant": 56987, + "ĠDaiichi": 56988, + "Ġyellows": 56989, + "Ġantisemitism": 56990, + "Ġpunctuated": 56991, + "ĠVolkswagen": 56992, + "Ġiridescent": 56993, + "Ġnongovernmental": 56994, + "\"|Ċ": 56995, + "\"While": 56996, + "-arr": 56997, + "Clim": 56998, + "GERD": 56999, + "Soci": 57000, + "bah": 57001, + "bacteria": 57002, + "pents": 57003, + "piracy": 57004, + "summer": 57005, + "ص": 57006, + "Ġtuck": 57007, + "Ġtiring": 57008, + "Ġwiggle": 57009, + "iciencies": 57010, + "Ġeun": 57011, + "Ġgays": 57012, + "ĠTina": 57013, + "Ġoneness": 57014, + "ĠAes": 57015, + "ĠAet": 57016, + "ĠIRA": 57017, + "ĠCd": 57018, + "Ġproverbs": 57019, + "Ġanesthet": 57020, + "ĠTheos": 57021, + "ĠPens": 57022, + "quat": 57023, + "emn": 57024, + "ĠHQ": 57025, + "ocarbons": 57026, + "ĠGior": 57027, + "ĠGurd": 57028, + "ĠGila": 57029, + "Ġdoves": 57030, + "ensch": 57031, + "irements": 57032, + "angling": 57033, + "Ġworkday": 57034, + "ritorial": 57035, + "ĠVast": 57036, + "ĠVish": 57037, + "ĠVamp": 57038, + "arkin": 57039, + "Ġdecoded": 57040, + "Ġlifeboat": 57041, + "Ġcrept": 57042, + "ĠWeir": 57043, + "Ġboasting": 57044, + "-sum": 57045, + "iodegradable": 57046, + "-fort": 57047, + "management": 57048, + "ĠShih": 57049, + "ĠPhrases": 57050, + "-capped": 57051, + "ĠZebra": 57052, + "âĢĵâĢĵ": 57053, + "Ġdamper": 57054, + "Structural": 57055, + "-tipped": 57056, + "Cholesterol": 57057, + "Ġwilde": 57058, + "ylus": 57059, + "Ġhairline": 57060, + "mede": 57061, + "Ġsandal": 57062, + "ĠArchaic": 57063, + "ĠMathew": 57064, + "Spinal": 57065, + "-MS": 57066, + "ĠRett": 57067, + "Otherwise": 57068, + "ĠColumbian": 57069, + "Ġaeroplane": 57070, + "Release": 57071, + "-French": 57072, + "netes": 57073, + "eyes": 57074, + "PRESS": 57075, + "Ġunwavering": 57076, + "Ġlocker": 57077, + "Ġattributing": 57078, + "ploitation": 57079, + "Ġshorebirds": 57080, + "Ġhoops": 57081, + "Ġhoarding": 57082, + "Ġsubscribed": 57083, + "ĠPrintables": 57084, + "Ġbellies": 57085, + "Acid": 57086, + "Ġpredominance": 57087, + "ĠCritique": 57088, + "Ġmultiplies": 57089, + "Ġinadequately": 57090, + "Objectives": 57091, + "Ġtyrosine": 57092, + "Ġcrammed": 57093, + "ĠFeminist": 57094, + "Ġorthopaedic": 57095, + "ĠRaised": 57096, + "ĠRadioactive": 57097, + "ĠCFD": 57098, + "ĠSynod": 57099, + "diocese": 57100, + "Ġpinpointed": 57101, + "Malaria": 57102, + "Ġdisintegrate": 57103, + "Ġlockdowns": 57104, + "Ġantihistamine": 57105, + "olingual": 57106, + "Ġbefri": 57107, + "-cleaning": 57108, + "Ġsiphon": 57109, + "ĠMichele": 57110, + "Ġanticoagulant": 57111, + "Ġbolstered": 57112, + "Ġtapeworm": 57113, + "ĠPreferences": 57114, + "Ġlilac": 57115, + "Ġindelible": 57116, + "ĠLausanne": 57117, + "Ġendures": 57118, + "(iv": 57119, + "-using": 57120, + "Chen": 57121, + "Flex": 57122, + "Gum": 57123, + "REC": 57124, + "Sustainability": 57125, + "produced": 57126, + "uatu": 57127, + "æĢ": 57128, + "repe": 57129, + "Ġog": 57130, + "Ġcached": 57131, + "Ġpau": 57132, + "albeit": 57133, + "Ġduc": 57134, + "Ġgalle": 57135, + "olites": 57136, + "chial": 57137, + "ĠACH": 57138, + "ĠSOS": 57139, + "ĠSPSS": 57140, + "ĠCog": 57141, + "ĠPumps": 57142, + "ĠPIE": 57143, + "antown": 57144, + "ĠHors": 57145, + "ĠHamp": 57146, + "ĠHHS": 57147, + "ĠDah": 57148, + "ĠDummies": 57149, + "Ġenraged": 57150, + "Ġclas": 57151, + "rylic": 57152, + "Ġjails": 57153, + "orsk": 57154, + "Ġtrif": 57155, + "Ġphrasal": 57156, + "hedra": 57157, + "issus": 57158, + "Ġdetract": 57159, + "ĠProvisional": 57160, + "ĠAsp": 57161, + "undown": 57162, + "Ġsocialized": 57163, + "Ġbelievable": 57164, + "Ġmajorly": 57165, + "Ġpressur": 57166, + "bonne": 57167, + "forum": 57168, + "radiation": 57169, + "ĠGugg": 57170, + "Ġwarmly": 57171, + "ĠDoors": 57172, + "Ġembal": 57173, + "ĠQuix": 57174, + "-hit": 57175, + "Ġtripping": 57176, + "Ġtranslocation": 57177, + "ĠBrace": 57178, + "ĠGreenbelt": 57179, + "Ġoceanography": 57180, + "Ġhomology": 57181, + "Ġmotivator": 57182, + "Ġsmartest": 57183, + "ĠNora": 57184, + "Ġclouded": 57185, + "ĠInfected": 57186, + "Ġawry": 57187, + "network": 57188, + "Ġaccumulations": 57189, + "ĠExpanding": 57190, + "Ġsubsides": 57191, + "ĠEndocrine": 57192, + "ĠBigfoot": 57193, + "Ġtonsill": 57194, + "ĠCastor": 57195, + "ĠFourteen": 57196, + "ĠALSO": 57197, + "ĠLimiting": 57198, + "ĠInvestments": 57199, + "Tracking": 57200, + "Ġaccordion": 57201, + "-orb": 57202, + "Ġbinaries": 57203, + "Ġह": 57204, + "ĠElevation": 57205, + "Ġcautionary": 57206, + "consumption": 57207, + "Ġketone": 57208, + "ĠDebris": 57209, + "Ġaromas": 57210, + "-physical": 57211, + "ĠConsultants": 57212, + "volent": 57213, + "ог": 57214, + "ĠRabies": 57215, + "ĠMadeira": 57216, + "unnies": 57217, + "Ġworshipping": 57218, + "Ġsuperstructure": 57219, + "Ġtyphoon": 57220, + "ĠManganese": 57221, + "Ġhedgehogs": 57222, + "ĠSolidarity": 57223, + "Ġsarcophagus": 57224, + "ĠLiturgy": 57225, + "-grandfather": 57226, + "Mahon": 57227, + "Columbia": 57228, + "extremely": 57229, + "Ġreestablish": 57230, + "Ġalchemy": 57231, + "ĠRufus": 57232, + "-December": 57233, + "ĠHbA": 57234, + "ĠMinoan": 57235, + "-fifths": 57236, + "ILDREN": 57237, + "BPA": 57238, + "Fighting": 57239, + "HIST": 57240, + "Lam": 57241, + "Option": 57242, + "YOU": 57243, + "bels": 57244, + "bills": 57245, + "cult": 57246, + "eon": 57247, + "mity": 57248, + "vall": 57249, + "Ġtic": 57250, + "inies": 57251, + "Ġparched": 57252, + "ingled": 57253, + "ĠTense": 57254, + "ĠMises": 57255, + "ĠBF": 57256, + "ĠBJ": 57257, + "ĠBACK": 57258, + "ĠHOME": 57259, + "ĠDSS": 57260, + "ĠFing": 57261, + "ĠRifle": 57262, + "Ġsped": 57263, + "ĠNCI": 57264, + "ĠGout": 57265, + "aryl": 57266, + "berman": 57267, + "ubber": 57268, + "ĠVim": 57269, + "Ġrepelled": 57270, + "Ġregaining": 57271, + "Ġdistorts": 57272, + "ĠAlive": 57273, + "archers": 57274, + "Ġcalms": 57275, + "Ġbushel": 57276, + "ĠClive": 57277, + "ĠEnv": 57278, + "ĠBlanche": 57279, + "Ġsuperintend": 57280, + "ĠXiang": 57281, + "ĠCOUR": 57282, + "sha": 57283, + "ĠAppend": 57284, + "termilk": 57285, + "Ġsnuff": 57286, + "ĠBoz": 57287, + "ĠHerring": 57288, + "ĠFlats": 57289, + "ĠMusa": 57290, + "Ġapproximated": 57291, + "ĠDaven": 57292, + "contains": 57293, + "ĠAngry": 57294, + "ĠDesmond": 57295, + "Implementing": 57296, + "Ġwettest": 57297, + "Newton": 57298, + "ĠDemeter": 57299, + "ĠOutbreak": 57300, + "Ġfelled": 57301, + "ĠCyrill": 57302, + "Ġforgets": 57303, + "ĠBigger": 57304, + "ĠVictorians": 57305, + "IRA": 57306, + "Ġnegotiators": 57307, + "Amid": 57308, + "Partners": 57309, + "zoa": 57310, + "bellar": 57311, + "ĠMainz": 57312, + "ĠBalancing": 57313, + "ĠCorporations": 57314, + "ĠPathfinder": 57315, + "Ġdampen": 57316, + "ĠDebian": 57317, + "ĠNewtonian": 57318, + "SDGs": 57319, + "ĠChiapas": 57320, + "ĠTRAN": 57321, + "volume": 57322, + "ом": 57323, + "Ġpermeates": 57324, + "Ġhedger": 57325, + "Ġelliptic": 57326, + "iatica": 57327, + "Ġbrewers": 57328, + "ĠPrecautions": 57329, + "ĠLorentz": 57330, + "Ġwrestle": 57331, + "Ġ\\(": 57332, + "ĠFulbright": 57333, + "Businesses": 57334, + "Ġgritty": 57335, + "Ġunscrupulous": 57336, + "Ġparaphrasing": 57337, + "-hydroxy": 57338, + "ĠGnostic": 57339, + "Ġanalgesics": 57340, + "IGHTS": 57341, + "ĠLadakh": 57342, + "ĠDolphins": 57343, + "-enhanced": 57344, + "-checking": 57345, + "ĠDuluth": 57346, + "advanced": 57347, + "junctivitis": 57348, + "ĠRelaxation": 57349, + "-versa": 57350, + "Wireless": 57351, + "ĠDomingo": 57352, + "Ġrabbinic": 57353, + "ĠEndeavour": 57354, + "Ġintracranial": 57355, + "Ġlukewarm": 57356, + ".it": 57357, + ".But": 57358, + ".Ask": 57359, + ".facebook": 57360, + "/an": 57361, + "Elementary": 57362, + "Gly": 57363, + "Nelson": 57364, + "fers": 57365, + "further": 57366, + "kil": 57367, + "wanted": 57368, + "Ġbival": 57369, + "leaders": 57370, + "ĠTricks": 57371, + "otid": 57372, + "ĠSHE": 57373, + "ĠIago": 57374, + "Ġwhol": 57375, + "ĠMFA": 57376, + "ĠMaimonides": 57377, + "quo": 57378, + "ĠHail": 57379, + "ĠHick": 57380, + "Ġrump": 57381, + "Ġrims": 57382, + "ĠDend": 57383, + "Ġspanish": 57384, + "ĠNEA": 57385, + "ĠGin": 57386, + "omegal": 57387, + "agery": 57388, + "ĠOCT": 57389, + "ĠKras": 57390, + "ysm": 57391, + "ypal": 57392, + "Ġdecryption": 57393, + "Ġobfusc": 57394, + "itsch": 57395, + "Ġtransducers": 57396, + "Ġsignatories": 57397, + "Ġmonkeypox": 57398, + "Ġinsurer": 57399, + "Ġthreefold": 57400, + "-blocking": 57401, + "Ġindividualistic": 57402, + "ĠShroud": 57403, + "ĠExcerpt": 57404, + "inaire": 57405, + "-tail": 57406, + "price": 57407, + "Ġcircumnav": 57408, + "Alice": 57409, + "Aluminum": 57410, + "Ġmedicated": 57411, + "ĠIntestinal": 57412, + "ĠHarrington": 57413, + "Ġrainbows": 57414, + "ĠProficiency": 57415, + "Ġhoned": 57416, + "ĠSchizophrenia": 57417, + "Ġdriveways": 57418, + "Ġmerges": 57419, + "ĠDecay": 57420, + "Spread": 57421, + "Ġdrooling": 57422, + "ĠBaseline": 57423, + "Ġmythic": 57424, + "Ġappreciates": 57425, + "iconvuls": 57426, + "Ġcupboard": 57427, + "Ġmandala": 57428, + "Ġvacancy": 57429, + "-chrom": 57430, + "ĠMDGs": 57431, + "bridges": 57432, + "ĠEphesians": 57433, + "Ġamplifies": 57434, + "ĠDescriptions": 57435, + "ĠCHP": 57436, + "ãģĹ": 57437, + "Included": 57438, + "lamas": 57439, + "ĠPearce": 57440, + "ĠJordanian": 57441, + "ÑĤи": 57442, + "Educators": 57443, + "ĠBibli": 57444, + "Ġadventurers": 57445, + "Ġepidemiologic": 57446, + "ĠMozilla": 57447, + "simile": 57448, + "ĠACTIV": 57449, + "Ġá½": 57450, + "ĠPrivy": 57451, + "ĠConstance": 57452, + "ĠAutoimmune": 57453, + "-small": 57454, + "Ġcrowdsourcing": 57455, + "Ġscreams": 57456, + "ĠBentley": 57457, + "ĠHaley": 57458, + "Ġimprovise": 57459, + "Ġstabbing": 57460, + "Ġrelativistic": 57461, + "ĠMcDowell": 57462, + "Ġgermanium": 57463, + "Innovation": 57464, + "ĠProxima": 57465, + "Ġdeceleration": 57466, + "Grammar": 57467, + "Ġmealtime": 57468, + "Ġquarantined": 57469, + "ĠHUMAN": 57470, + "ĠShoshone": 57471, + "Ġurticaria": 57472, + "Jennifer": 57473, + "ĠGuelph": 57474, + "ĠFreiburg": 57475, + "accompanied": 57476, + "icrobials": 57477, + "-Be": 57478, + "-strong": 57479, + "-Ãł": 57480, + "/no": 57481, + "Dor": 57482, + "Dal": 57483, + "Nep": 57484, + "Till": 57485, + "cook": 57486, + "giver": 57487, + "ière": 57488, + "jam": 57489, + "kamp": 57490, + "sq": 57491, + "uu": 57492, + "åĮ": 57493, + "Ġwesterly": 57494, + "Ġpaces": 57495, + "Ġinel": 57496, + "Ġdine": 57497, + "Ġegreg": 57498, + "Ġebooks": 57499, + "Ġlull": 57500, + "Ġlaps": 57501, + "ĠTTL": 57502, + "igee": 57503, + "ĠAAS": 57504, + "ĠSrin": 57505, + "irn": 57506, + "ĠCUR": 57507, + "adt": 57508, + "ĠPp": 57509, + "abas": 57510, + "academic": 57511, + "romine": 57512, + "ĠHemorrh": 57513, + "ostom": 57514, + "reduce": 57515, + "Ġplumber": 57516, + "akob": 57517, + "ĠThu": 57518, + "Ġapplet": 57519, + "riti": 57520, + "Ġcola": 57521, + "Ġ\"'": 57522, + "ĠVHF": 57523, + "Ġcarap": 57524, + "âĢĶno": 57525, + "Ġtreble": 57526, + "ĠAdolph": 57527, + "mani": 57528, + "Ġlegible": 57529, + "Ġparliaments": 57530, + "ĠShasta": 57531, + "ĠAtten": 57532, + "ĠPhantom": 57533, + "uropathy": 57534, + "-meg": 57535, + "ulele": 57536, + "ĠAmir": 57537, + "ĠHarp": 57538, + "Ġangiography": 57539, + "ĠTwice": 57540, + "rospective": 57541, + "-leg": 57542, + "markable": 57543, + "ĠBelgrade": 57544, + "Ġbriefs": 57545, + "-British": 57546, + "ĠCivilian": 57547, + "Ġgarg": 57548, + "Ġtunic": 57549, + "Ġparamilitary": 57550, + "Ġpronunciations": 57551, + "caemia": 57552, + "Ġinfective": 57553, + "Ġpassageway": 57554, + "ĠSpecialty": 57555, + "ĠGrandma": 57556, + "Ġguesswork": 57557, + "Ġtaboos": 57558, + "ĠTrusts": 57559, + "Glossary": 57560, + "-Jan": 57561, + "believe": 57562, + "ĠMindful": 57563, + ",'\"": 57564, + "Ġbonfire": 57565, + "Ġketosis": 57566, + "ĠTravels": 57567, + "Minim": 57568, + "Continuous": 57569, + "Hydro": 57570, + "ĠDissertation": 57571, + "Principle": 57572, + "ĠRecommendation": 57573, + "ĠPietro": 57574, + "acidosis": 57575, + "-engineered": 57576, + "Ġlogarithm": 57577, + "symptoms": 57578, + "ĠCoyote": 57579, + "arcoal": 57580, + "Ġtampons": 57581, + "ĠTyphoon": 57582, + "ĠNeuropsych": 57583, + "Ġnanowires": 57584, + "-absorbing": 57585, + "Ġberyllium": 57586, + "Ġsophomore": 57587, + "ĠMiddlesex": 57588, + "Ġsessile": 57589, + "(Note": 57590, + "-isol": 57591, + ".no": 57592, + "AAP": 57593, + "EIA": 57594, + "Flying": 57595, + "KU": 57596, + "Kath": 57597, + "Lip": 57598, + "Saf": 57599, + "Slavery": 57600, + "[/": 57601, + "ahertz": 57602, + "done": 57603, + "kot": 57604, + "noea": 57605, + "pick": 57606, + "push": 57607, + "poses": 57608, + "rino": 57609, + "Ġtrow": 57610, + "Ġsane": 57611, + "Ġsigma": 57612, + "Ġcrou": 57613, + "Ġinalienable": 57614, + "Ġmilled": 57615, + "Ġreaping": 57616, + "stri": 57617, + "ĠToni": 57618, + "ĠCanc": 57619, + "Ġanime": 57620, + "ĠMeredith": 57621, + "Ġdeems": 57622, + "ĠPLE": 57623, + "ĠBala": 57624, + "oscient": 57625, + "queville": 57626, + "ĠHumber": 57627, + "ĠHUD": 57628, + "ĠEnerg": 57629, + "ĠFare": 57630, + "ĠNant": 57631, + "ĠGives": 57632, + "ĠGifts": 57633, + "ĠLaptop": 57634, + "ĠKm": 57635, + "ĠKed": 57636, + "ĠKoen": 57637, + "Ġblond": 57638, + "ternoons": 57639, + "Ġreprocessing": 57640, + "Ġsmother": 57641, + "Ġsimulators": 57642, + "Ġjustifiable": 57643, + "Ġextol": 57644, + "Ġavatars": 57645, + "undum": 57646, + "arsi": 57647, + "Ġcharred": 57648, + "âĢľB": 57649, + "Ġsloped": 57650, + "ĠExist": 57651, + "ĠEnzyme": 57652, + "-liquid": 57653, + "auto": 57654, + "Ġobservances": 57655, + "Ġenvironmentalism": 57656, + "ĠGuan": 57657, + "ĠiPhones": 57658, + "ĠMonaco": 57659, + "ĠSwing": 57660, + "Ġwintertime": 57661, + "Ġtiters": 57662, + "Ġfreshmen": 57663, + "Ġstaffs": 57664, + "Ġtelevised": 57665, + "Ġindustrialised": 57666, + "Ġeggshells": 57667, + "ĠPalau": 57668, + "Ġvulva": 57669, + "ĠMounted": 57670, + "ĠRemain": 57671, + "ĠLaplace": 57672, + "-Black": 57673, + "ĠSubcommittee": 57674, + "wells": 57675, + "ĠSalzburg": 57676, + "Ġglucocortic": 57677, + "Ġ<<": 57678, + "ĠEquivalent": 57679, + "ĠEquatorial": 57680, + "Comprehensive": 57681, + "Ġpiloting": 57682, + "Ġdismay": 57683, + "feeling": 57684, + "ĠEllison": 57685, + "-deprived": 57686, + "Ġsubtleties": 57687, + "ĠPollock": 57688, + "Guided": 57689, + "ĠHadley": 57690, + "Ġepitome": 57691, + "Flag": 57692, + "αι": 57693, + "Ġbubonic": 57694, + "ĠGraphs": 57695, + "ĠTravelers": 57696, + "ĠMassey": 57697, + "Ġincubate": 57698, + "ĠHellenic": 57699, + "Ġbidirectional": 57700, + "Ġulceration": 57701, + "ĠAutomobile": 57702, + "Ġaggravating": 57703, + "Ġunevenly": 57704, + "ĠTherapies": 57705, + "Ġelectrocardiogram": 57706, + "Ġintersects": 57707, + "Tomorrow": 57708, + "ĠSharpe": 57709, + "Ġencapsulation": 57710, + "ÙıÙĪ": 57711, + "-prevent": 57712, + "ĠCalculation": 57713, + "Ġforebears": 57714, + "Ġloudspeaker": 57715, + "ĠSmoky": 57716, + "Ġupholstery": 57717, + "Ġobelisk": 57718, + "Ġobituary": 57719, + "\"||": 57720, + ".â": 57721, + "/water": 57722, + "ASA": 57723, + "Dust": 57724, + "Dynamic": 57725, + "FACT": 57726, + "TD": 57727, + "dron": 57728, + "east": 57729, + "hz": 57730, + "hame": 57731, + "iella": 57732, + "js": 57733, + "jit": 57734, + "lac": 57735, + "numbers": 57736, + "tell": 57737, + "ÄĹ": 57738, + "Ġochre": 57739, + "Ġpogrom": 57740, + "Ġbce": 57741, + "Ġmuck": 57742, + "Ġhab": 57743, + "Ġgerb": 57744, + "ĠTender": 57745, + "ĠSERV": 57746, + "ĠCY": 57747, + "ĠMolecules": 57748, + "Ġdeletions": 57749, + "ĠPAS": 57750, + "Ġsupr": 57751, + "quere": 57752, + "ĠHCl": 57753, + "ĠDia": 57754, + "ĠFaced": 57755, + "ĠRye": 57756, + "ĠGus": 57757, + "ĠGrief": 57758, + "Ġmeandering": 57759, + "ĠStarr": 57760, + "Ġprebiotic": 57761, + "ĠKov": 57762, + "Ġovertones": 57763, + "ĠChir": 57764, + "ĠChant": 57765, + "Ġtwine": 57766, + "ataw": 57767, + "Ġcarats": 57768, + "meier": 57769, + "Ġwarped": 57770, + "ĠGodfrey": 57771, + "spread": 57772, + "-torn": 57773, + "iscule": 57774, + "ĠMarse": 57775, + "-wake": 57776, + "-write": 57777, + "Ġdangling": 57778, + "Ġcouncill": 57779, + "Ġsnare": 57780, + "-governing": 57781, + "-toothed": 57782, + "ĠInterpersonal": 57783, + "ĠSTOP": 57784, + "Ġappointing": 57785, + "Ġnanor": 57786, + "ĠJudiciary": 57787, + "Ġcarboxylic": 57788, + "ĠLegs": 57789, + "Ġsheeting": 57790, + "ĠCycles": 57791, + "-contamination": 57792, + "ubernetes": 57793, + "ĠPenet": 57794, + "IFF": 57795, + "Ġstabilizes": 57796, + "Ġpodiatrist": 57797, + "Ġdisinformation": 57798, + "Ġministerial": 57799, + "ĠMandel": 57800, + "ĠOptimal": 57801, + "ĠAhab": 57802, + "ĠBorrelia": 57803, + "Ġinterconnections": 57804, + "ĠAerobic": 57805, + "Ġparishion": 57806, + "oggle": 57807, + "Ġmicrobiologist": 57808, + "ĠOccupation": 57809, + "Ġecholocation": 57810, + ">>>": 57811, + "Ġrheumatism": 57812, + "Ġmercantile": 57813, + "ĠNHL": 57814, + "Ġfondness": 57815, + "ĠDialect": 57816, + "á»ĩ": 57817, + "Ethnic": 57818, + "ĠExpeditionary": 57819, + "Ġeyewear": 57820, + "Ġpomegranates": 57821, + "Ġkarate": 57822, + "Ġnominally": 57823, + "Toronto": 57824, + "Ġrejuvenate": 57825, + "Ġscorched": 57826, + "Surely": 57827, + "ĠChrysler": 57828, + "ĠSpinach": 57829, + "Ġameliorate": 57830, + "Ġmultimodal": 57831, + "/resources": 57832, + "ĠRhetoric": 57833, + "ĠBerkshire": 57834, + "universal": 57835, + "borrheic": 57836, + "-its": 57837, + "/ph": 57838, + "Aware": 57839, + "Court": 57840, + "Nar": 57841, + "Oak": 57842, + "jon": 57843, + "oiled": 57844, + "want": 57845, + "yri": 57846, + "zheim": 57847, + "çī": 57848, + "Ġtout": 57849, + "Ġach": 57850, + "Ġafield": 57851, + "Ġporter": 57852, + "Ġinset": 57853, + "Ġreabsor": 57854, + "Ġlye": 57855, + "strel": 57856, + "sept": 57857, + "imension": 57858, + "idirectional": 57859, + "ĠAffective": 57860, + "Ġprostitute": 57861, + "adine": 57862, + "ateuch": 57863, + "ĠPee": 57864, + "ĠPUR": 57865, + "ĠBaking": 57866, + "ĠBrug": 57867, + "ortal": 57868, + "ĠDolly": 57869, + "ĠRak": 57870, + "ĠRudd": 57871, + "agoras": 57872, + "ĠUH": 57873, + "Ġimprinted": 57874, + "Ġcommences": 57875, + "ĠStor": 57876, + "ĠKost": 57877, + "Ġcoliform": 57878, + "Ġprovokes": 57879, + "Ġprions": 57880, + "Ġdietic": 57881, + "Ġamazon": 57882, + "Ġacacia": 57883, + "Ġflanking": 57884, + "hesh": 57885, + "Ġbucc": 57886, + "Ġeffecting": 57887, + "fted": 57888, + "Thu": 57889, + "anything": 57890, + "Ġbrides": 57891, + "inalis": 57892, + "omsky": 57893, + "âĢľH": 57894, + "Ġretracted": 57895, + "axies": 57896, + "Ġmuslim": 57897, + "Ġprogrammatic": 57898, + "toes": 57899, + "-female": 57900, + "Ġaffections": 57901, + "ĠReaching": 57902, + "amping": 57903, + "-pol": 57904, + "ofem": 57905, + "Storage": 57906, + "Ġerasing": 57907, + "culoskeletal": 57908, + "-laying": 57909, + "Ġpriming": 57910, + "Ġbaboons": 57911, + "umbness": 57912, + "ĠQuar": 57913, + "ceeding": 57914, + "Ġmischie": 57915, + "Ġdenounce": 57916, + "ĠAutistic": 57917, + "ĠInterdisciplinary": 57918, + "maturity": 57919, + "ávez": 57920, + "ĠMemories": 57921, + "ĠâĢ¢Ċ": 57922, + "caused": 57923, + "ĠExpanded": 57924, + "-exam": 57925, + "ĠWalters": 57926, + "Ġlunchtime": 57927, + "Marx": 57928, + "ĠSavoy": 57929, + "ĠHonest": 57930, + "Ġalbino": 57931, + "ĠParticipating": 57932, + "Ġdwells": 57933, + "Ġphonetics": 57934, + "Ġluxuries": 57935, + "catcher": 57936, + "ĠVermeer": 57937, + "Ġconfrontations": 57938, + "Ġcatalogued": 57939, + "potential": 57940, + "ĠHolder": 57941, + "ĠPermit": 57942, + "|Title": 57943, + "Ġprincely": 57944, + "Ġnovices": 57945, + "া": 57946, + "Ġwrinkle": 57947, + "Ġhastened": 57948, + "demona": 57949, + "Ġabsurdity": 57950, + "ĠWonderful": 57951, + "Ġlynch": 57952, + "Systems": 57953, + "ĠSpreads": 57954, + "Synthetic": 57955, + "drawing": 57956, + "Ġdelicately": 57957, + "Ġhominid": 57958, + "ĠLepid": 57959, + "/JPL": 57960, + "ĠVinegar": 57961, + "otechnical": 57962, + "Ġsceptical": 57963, + "Ġguilds": 57964, + "Ġsubjugation": 57965, + "Influenza": 57966, + "Ġcetaceans": 57967, + "Ġsnowmelt": 57968, + "ĠFavorite": 57969, + "Ġnanostructures": 57970, + "Douglas": 57971, + "Zeneca": 57972, + "Ġphosphorylation": 57973, + "-recognized": 57974, + "Ġcrankshaft": 57975, + "ĠSemiconductor": 57976, + "Ġwarfarin": 57977, + "Ġdemeanor": 57978, + "ĠTheodosius": 57979, + "-ge": 57980, + "-about": 57981, + ".How": 57982, + "Horses": 57983, + "Jos": 57984, + "Policy": 57985, + "Rab": 57986, + "Writer": 57987, + "files": 57988, + "kirk": 57989, + "rö": 57990, + "sat": 57991, + "snow": 57992, + "åº": 57993, + "æŃ": 57994, + "height": 57995, + "atim": 57996, + "Ġcuneiform": 57997, + "enan": 57998, + "Ġfelines": 57999, + "ĠmA": 58000, + "Ġhinter": 58001, + "Ġhiatus": 58002, + "Ġrehydration": 58003, + "lyopia": 58004, + "ĠTamm": 58005, + "uronic": 58006, + "otan": 58007, + "ĠIgu": 58008, + "thread": 58009, + "ĠMeters": 58010, + "ĠPines": 58011, + "ĠBhatt": 58012, + "ĠBabbage": 58013, + "Ġvials": 58014, + "ematics": 58015, + "Ġchives": 58016, + "Ġchivalry": 58017, + "ĠEury": 58018, + "Ġsext": 58019, + "ĠFot": 58020, + "unger": 58021, + "ĠNd": 58022, + "ĠLF": 58023, + "Ġpliable": 58024, + "akas": 58025, + "Ġwillows": 58026, + "izards": 58027, + "ĠUps": 58028, + "Ġimpurity": 58029, + "Ġoutings": 58030, + "Ġpeering": 58031, + "ishly": 58032, + "Ġprecession": 58033, + "Ġquinine": 58034, + "weiler": 58035, + "Ġdesec": 58036, + "ĠYuri": 58037, + "Ġdikes": 58038, + "henaten": 58039, + "othorax": 58040, + "neuro": 58041, + "Ġsmelled": 58042, + "Ġinvokes": 58043, + "Ġdistorting": 58044, + "ĠProvision": 58045, + "Ġbackcountry": 58046, + "Ġinshore": 58047, + "Ġglute": 58048, + "ĠSpill": 58049, + "ĠArrest": 58050, + "Ġcoroll": 58051, + "Ġcalyx": 58052, + "ĠPhylogen": 58053, + "ĠPlaque": 58054, + "-culture": 58055, + "Ġheartland": 58056, + "Ġcombinator": 58057, + "Ġfilthy": 58058, + "Ġillogical": 58059, + "appear": 58060, + "Ġnegation": 58061, + "Ġdogwood": 58062, + "Ġfailings": 58063, + "SAC": 58064, + "Ġstatesmen": 58065, + "Ġapproachable": 58066, + "Ġbarric": 58067, + "protein": 58068, + "ONT": 58069, + "Ġlegalization": 58070, + "ĠRedwood": 58071, + "Ġtelegram": 58072, + "Ġmagenta": 58073, + "Ġsavages": 58074, + "Ġsavior": 58075, + "Ġsolidly": 58076, + "Ġseeker": 58077, + "ĠCathy": 58078, + "-span": 58079, + "Ġpiggy": 58080, + "Ġinjects": 58081, + "Ġprefabricated": 58082, + "Ġneurotic": 58083, + "Ġambulatory": 58084, + "Ġcrowning": 58085, + "ĠJosephine": 58086, + "UNG": 58087, + "ĠPurim": 58088, + "Ġmurm": 58089, + "ĠWilcox": 58090, + "Mayo": 58091, + "ĠGarner": 58092, + "Ġdesktops": 58093, + "Assessing": 58094, + "-Ori": 58095, + "Ġtetracycline": 58096, + "ĠPaolo": 58097, + "Ġscrapes": 58098, + "-web": 58099, + "ĠSexually": 58100, + "Ġrigidly": 58101, + "-anxiety": 58102, + "ĠPriorit": 58103, + "ĠPriorities": 58104, + "Parad": 58105, + "-Champaign": 58106, + "Ġshyness": 58107, + "ĠCheryl": 58108, + "ĠAnthropocene": 58109, + "ĠTruck": 58110, + "Ġbaits": 58111, + "Ġoverheated": 58112, + "ĠCeremony": 58113, + "Ġglean": 58114, + "ĠHackers": 58115, + "Ġarthritic": 58116, + "ĠIAEA": 58117, + "ĠNumerology": 58118, + "Ġextrapolated": 58119, + "Ġentomology": 58120, + "Ġincrementally": 58121, + "ĠSubtraction": 58122, + "Ġcolloquially": 58123, + "ĠBhagavad": 58124, + "Walker": 58125, + "Message": 58126, + "Ġperturbations": 58127, + "Ġpuddles": 58128, + "Ġthrombo": 58129, + "ĠLauderdale": 58130, + "ĠAfghans": 58131, + "Ġwreaths": 58132, + "Cells": 58133, + "Dest": 58134, + "Jay": 58135, + "Mold": 58136, + "Sus": 58137, + "iï¬ģ": 58138, + "qv": 58139, + "tur": 58140, + "uaries": 58141, + "yter": 58142, + "zyn": 58143, + "onoids": 58144, + "Ġcress": 58145, + "Ġcasket": 58146, + "ithel": 58147, + "alcohol": 58148, + "Ġmong": 58149, + "vec": 58150, + "Ġgrist": 58151, + "ĠTanks": 58152, + "ĠTeller": 58153, + "ĠSorting": 58154, + "elty": 58155, + "adem": 58156, + "Ġdeft": 58157, + "ĠBPD": 58158, + "keh": 58159, + "ĠHAB": 58160, + "ĠElisha": 58161, + "ĠUB": 58162, + "ĠUmay": 58163, + "ĠJeb": 58164, + "ubishi": 58165, + "ĠKie": 58166, + "Ġraind": 58167, + "Ġblizzard": 58168, + "irsty": 58169, + "Ġemily": 58170, + "Ġsurging": 58171, + "ĠHeim": 58172, + "Ġbrewer": 58173, + "ernal": 58174, + "ikos": 58175, + "ĠPha": 58176, + "ĠClover": 58177, + "Ġmarred": 58178, + "-cooked": 58179, + "ĠCommands": 58180, + "Ġencoder": 58181, + "behind": 58182, + "ometriosis": 58183, + "ĠNorthampton": 58184, + "ĠAustrians": 58185, + "Ġheatwaves": 58186, + "Ġsexist": 58187, + "ATES": 58188, + "ĠApprentices": 58189, + "ĠNez": 58190, + "ĠAcacia": 58191, + "marin": 58192, + "PAD": 58193, + "Ġmisled": 58194, + "ĠMcM": 58195, + "Ġroadblocks": 58196, + "-even": 58197, + "Ġalga": 58198, + "ĠMaud": 58199, + "ĠMaure": 58200, + "ĠOrganizing": 58201, + "Ġbirders": 58202, + "Ġthinners": 58203, + "Ġfortresses": 58204, + "Ġsynodic": 58205, + "HOME": 58206, + "ĠSteering": 58207, + "ĠDetect": 58208, + "ĠGardiner": 58209, + "warves": 58210, + "Ġferries": 58211, + "Ġmetabolite": 58212, + "ughts": 58213, + "Ġunwritten": 58214, + "ĠPoole": 58215, + "ĠBackup": 58216, + "Ġtorches": 58217, + "Ġoxidize": 58218, + "ĠHaas": 58219, + "Ġgermany": 58220, + "Ġelaborately": 58221, + "ĠDuct": 58222, + "Ġrenounce": 58223, + "ÙİÙĦ": 58224, + "Ġ_________": 58225, + "AFP": 58226, + "Ġexacerbates": 58227, + "Ġqualitatively": 58228, + "Ġgamification": 58229, + "ĠCMV": 58230, + "Ġmarshy": 58231, + "Ġdiscontinuous": 58232, + "-mindedness": 58233, + "Ġadenovirus": 58234, + "Ġbunion": 58235, + "ĠFormatting": 58236, + "Silicon": 58237, + "ĠLavender": 58238, + "Programming": 58239, + "ĠsiRNA": 58240, + "Ġgourds": 58241, + "Ġtorpedoes": 58242, + "ĠGenealogical": 58243, + "Ġmansions": 58244, + "ĠMelanie": 58245, + "ĠWadsworth": 58246, + "Ġpreconceived": 58247, + "ĠMemorandum": 58248, + "Ġpolysaccharide": 58249, + "Ġtoenail": 58250, + "Mosquit": 58251, + "Ġindignation": 58252, + "ĠCharlottesville": 58253, + "ĠCyrillic": 58254, + "&B": 58255, + "/comp": 58256, + "Hung": 58257, + "Named": 58258, + "QI": 58259, + "Rights": 58260, + "counter": 58261, + "gings": 58262, + "gots": 58263, + "hash": 58264, + "rially": 58265, + "says": 58266, + "tom": 58267, + "vill": 58268, + "yclic": 58269, + "è¡": 58270, + "inbeck": 58271, + "Ġciliary": 58272, + "alding": 58273, + "Ġandrogens": 58274, + "Ġhickory": 58275, + "Ġny": 58276, + "ĠTaw": 58277, + "ĠAres": 58278, + "ĠSCR": 58279, + "ĠIk": 58280, + "Ġalright": 58281, + "Ġaloof": 58282, + "ĠPipes": 58283, + "abic": 58284, + "ĠBaud": 58285, + "ĠDHS": 58286, + "Ġseeping": 58287, + "Ġleeches": 58288, + "ĠFSC": 58289, + "ĠNec": 58290, + "ĠGases": 58291, + "Ġabl": 58292, + "ĠLimer": 58293, + "Ġadore": 58294, + "ĠUprising": 58295, + "Ġperks": 58296, + "igns": 58297, + "Ġpeptic": 58298, + "Ġpreset": 58299, + "Ġoverdo": 58300, + "ĠChun": 58301, + "versal": 58302, + "onsors": 58303, + "wegian": 58304, + "ermont": 58305, + "Ġflaky": 58306, + "hati": 58307, + "Ġintersex": 58308, + "Ġpolitely": 58309, + "Ġdetections": 58310, + "Ġeditable": 58311, + "ĠAlmond": 58312, + "ĠProctor": 58313, + "Ġinsular": 58314, + "ĠInduction": 58315, + "airn": 58316, + "Ġelecting": 58317, + "ĠScrib": 58318, + "venous": 58319, + "clastic": 58320, + "âĢĶA": 58321, + "Ġslur": 58322, + "Ġparody": 58323, + "Ġparacetamol": 58324, + "ĠReact": 58325, + "-cause": 58326, + "Ġbrainwave": 58327, + "aev": 58328, + "Ġmicroglia": 58329, + "ĠAbortion": 58330, + "Ġgeodes": 58331, + "Ġprecancer": 58332, + "ĠPresumably": 58333, + "Ġgameplay": 58334, + "Ġangios": 58335, + "Atomic": 58336, + "ĠHeron": 58337, + "Ġrobbing": 58338, + "Ġmisn": 58339, + "Proverbs": 58340, + "inguistic": 58341, + "Advoc": 58342, + "rupting": 58343, + "STIT": 58344, + "Ġhouseholder": 58345, + "ĠPalazzo": 58346, + "Ġcomplacency": 58347, + "Ġpleading": 58348, + "-throated": 58349, + "ĠOrganisations": 58350, + "ĠLandmarks": 58351, + "htar": 58352, + "Ġtonsil": 58353, + "arnitine": 58354, + "Ġflourishes": 58355, + "-resistance": 58356, + "Ġchanneled": 58357, + "ĠAshton": 58358, + "Ġmurdering": 58359, + "ĠGuideline": 58360, + "Ġfragmentary": 58361, + "Helps": 58362, + "ĠConservatory": 58363, + "Ġliberally": 58364, + "ĠTitanium": 58365, + "ĠSabine": 58366, + "ĠDracula": 58367, + "ĠAmbient": 58368, + "Ġmimicry": 58369, + "rillas": 58370, + "à¥įत": 58371, + "Ġbreweries": 58372, + "empered": 58373, + "лÑĮ": 58374, + "ĠProspect": 58375, + "Ġarcheology": 58376, + "ĠSyntax": 58377, + "ĠAntibodies": 58378, + "ĠWolff": 58379, + "ĠHormonal": 58380, + "ĠDVT": 58381, + "ephritis": 58382, + "-paragraph": 58383, + "ĠPirates": 58384, + "Ġinsemination": 58385, + "ĠJawahar": 58386, + "Ġreopening": 58387, + "ĠLehman": 58388, + "ĠSovereignty": 58389, + "Ġmuffins": 58390, + "================": 58391, + "Ġreprogramming": 58392, + "Pennsylvania": 58393, + "Ġdehumidifier": 58394, + "ĠJavanese": 58395, + "Ġunsupported": 58396, + "ocytopenia": 58397, + "/i": 58398, + "hof": 58399, + "laughter": 58400, + "member": 58401, + "Ġcron": 58402, + "already": 58403, + "Ġfoci": 58404, + "Ġfathom": 58405, + "Ġmasts": 58406, + "Ġdoth": 58407, + "omeration": 58408, + "Ġgag": 58409, + "kered": 58410, + "ĠWamp": 58411, + "ocer": 58412, + "ĠDictionaries": 58413, + "ĠEMDR": 58414, + "ĠNur": 58415, + "ĠGrot": 58416, + "Ġaborig": 58417, + "ĠLug": 58418, + "ultimate": 58419, + "endale": 58420, + "Ġunplug": 58421, + "Ġscoff": 58422, + "ĠStable": 58423, + "ĠKare": 58424, + "Ġrooster": 58425, + "tex": 58426, + "Ġdesiring": 58427, + "Ġamin": 58428, + "Ġflung": 58429, + "ietta": 58430, + "anymede": 58431, + "incense": 58432, + "Items": 58433, + "ĠShoot": 58434, + "beest": 58435, + "ferase": 58436, + "Ġgasification": 58437, + "ĠRepository": 58438, + "Ġcompetes": 58439, + "ĠMiners": 58440, + "ISON": 58441, + "Ġcruises": 58442, + "PhD": 58443, + "mett": 58444, + "-speech": 58445, + "Ġsplashing": 58446, + "Ġelevates": 58447, + "abilia": 58448, + "ĠBiologists": 58449, + "Ġneuroplasticity": 58450, + "......": 58451, + "Ġgrammatically": 58452, + "ĠASU": 58453, + "-Lee": 58454, + "ĠJoanne": 58455, + "ĠDevonian": 58456, + "ĠDietetics": 58457, + "epsia": 58458, + "Transportation": 58459, + "Ġabolishing": 58460, + "Ġmastectomy": 58461, + "Ġcompressions": 58462, + "Ġbiped": 58463, + "ĠKirby": 58464, + "representing": 58465, + "-compatible": 58466, + "Ġsucker": 58467, + "ĠHDD": 58468, + "ĠThorpe": 58469, + "Leaders": 58470, + "KEY": 58471, + "District": 58472, + "ĠConstable": 58473, + "Ġredistricting": 58474, + "ĠAldrin": 58475, + "ĠArguments": 58476, + "otropin": 58477, + "aginous": 58478, + "ĠChinatown": 58479, + "Ġwhisky": 58480, + "Ġcorrode": 58481, + "Ġdendrites": 58482, + "ĠGrapes": 58483, + "ĠCAPT": 58484, + "Ġlysine": 58485, + "ĠLiberals": 58486, + "Lyme": 58487, + "Ġstabbed": 58488, + "ĠPesach": 58489, + "ĠYogurt": 58490, + "Leonardo": 58491, + "-compliant": 58492, + "Ġdysphagia": 58493, + "Ġmanatees": 58494, + "Ġexorbit": 58495, + "ĠKensington": 58496, + "ĠHimmler": 58497, + "Ġdehydrogenase": 58498, + "Ġcataclysmic": 58499, + "-identified": 58500, + "/mm": 58501, + "Ce": 58502, + "Formal": 58503, + "Lifestyle": 58504, + "Nat": 58505, + "Wid": 58506, + "ieces": 58507, + "ln": 58508, + "soc": 58509, + "zal": 58510, + "Ġailing": 58511, + "Ġcay": 58512, + "Ġff": 58513, + "Ġmink": 58514, + "Ġhilarious": 58515, + "cter": 58516, + "Ġgist": 58517, + "ĠTd": 58518, + "ĠSMA": 58519, + "ĠCovered": 58520, + "opulmonary": 58521, + "ĠBCC": 58522, + "antz": 58523, + "ĠDab": 58524, + "ĠDipper": 58525, + "ĠEber": 58526, + "ĠFX": 58527, + "ĠFirth": 58528, + "ĠLEA": 58529, + "ĠOU": 58530, + "ĠOTHER": 58531, + "ibbean": 58532, + "ĠJahan": 58533, + "Ġimpeded": 58534, + "Ġjapanese": 58535, + "icea": 58536, + "Ġunfl": 58537, + "Ġpegged": 58538, + "Ġquies": 58539, + "Ġhiss": 58540, + "ĠKlim": 58541, + "Ġoverworked": 58542, + "Ġneedn": 58543, + "Ġsimiles": 58544, + "Ġpolled": 58545, + "Ġmoniker": 58546, + "standards": 58547, + "ĠForbidden": 58548, + "ixels": 58549, + "ohim": 58550, + "elsen": 58551, + "Ġimmobilization": 58552, + "âĢĵĊ": 58553, + "Ġleftist": 58554, + "ĠLeukemia": 58555, + "Ġblackberry": 58556, + "iolitis": 58557, + "oese": 58558, + "Ġfarmhouse": 58559, + "radiol": 58560, + "ĠActor": 58561, + "Ġpollens": 58562, + "rimony": 58563, + "ĠMeasles": 58564, + "ĠAgamemnon": 58565, + "ceeded": 58566, + "ĠRecip": 58567, + "Ġadopters": 58568, + "Ġpenchant": 58569, + "Programs": 58570, + "ĠDisclosure": 58571, + "Ġmutiny": 58572, + "ĠPalma": 58573, + "ĠMatilda": 58574, + "ĠSunny": 58575, + "ĠExplor": 58576, + "ĠSlate": 58577, + "ĠFeather": 58578, + "alloween": 58579, + "Ġadmiring": 58580, + "ĠErwin": 58581, + "ĠTreasures": 58582, + "ĠViewing": 58583, + "Ġdescendents": 58584, + "ĠLewy": 58585, + "FSC": 58586, + "ĠCitations": 58587, + "Assignment": 58588, + "Association": 58589, + "ĠMesozoic": 58590, + "ĠBuilders": 58591, + "ĠZeit": 58592, + "Thanksgiving": 58593, + "Ġcarnage": 58594, + "Ġdislodge": 58595, + "Ġdislocations": 58596, + "ĠCosmetic": 58597, + "ãĤĭ": 58598, + "rocessor": 58599, + "ĠEighteenth": 58600, + "ĠDiamonds": 58601, + "Ġmarvels": 58602, + "ĠGeneric": 58603, + "Ġgyrus": 58604, + "Ġinquiring": 58605, + "ĠBentham": 58606, + "ĠEffort": 58607, + "Ġbromine": 58608, + "Ġagonist": 58609, + "ĠAnkle": 58610, + "Ġquasars": 58611, + "Ġholographic": 58612, + "Ġbereavement": 58613, + "Ġlenient": 58614, + "Ġrupees": 58615, + "ĠSeafood": 58616, + "ĠPiazza": 58617, + "ppsala": 58618, + "ĠParalymp": 58619, + "Privacy": 58620, + "espeople": 58621, + "ilocybin": 58622, + "-knowledge": 58623, + "Bush": 58624, + "Buck": 58625, + "Cow": 58626, + "Cel": 58627, + "EH": 58628, + "Gill": 58629, + "KT": 58630, + "OX": 58631, + "Pil": 58632, + "RET": 58633, + "_S": 58634, + "binary": 58635, + "happ": 58636, + "iades": 58637, + "jords": 58638, + "kid": 58639, + "kir": 58640, + "nay": 58641, + "vm": 58642, + "Ġsited": 58643, + "itator": 58644, + "Ġpaves": 58645, + "Ġpanting": 58646, + "Ġpuddle": 58647, + "alyses": 58648, + "Ġdair": 58649, + "Ġlighthouses": 58650, + "Ġthatched": 58651, + "Ġstro": 58652, + "ĠCHD": 58653, + "elow": 58654, + "ĠMec": 58655, + "ĠMih": 58656, + "illac": 58657, + "ĠPach": 58658, + "ĠPax": 58659, + "abha": 58660, + "Ġexcels": 58661, + "Ġhaploid": 58662, + "ĠBAR": 58663, + "ĠHurricanes": 58664, + "ĠHogan": 58665, + "ĠFue": 58666, + "ĠLori": 58667, + "velocity": 58668, + "auk": 58669, + "avans": 58670, + "Ġunruly": 58671, + "ĠStalingrad": 58672, + "Ġquorum": 58673, + "ilead": 58674, + "ĠKib": 58675, + "renees": 58676, + "Ġrafters": 58677, + "ĠVary": 58678, + "Ġrelish": 58679, + "adeus": 58680, + "Ġpatched": 58681, + "Ġsecures": 58682, + "Ġdefunct": 58683, + "ĠAnh": 58684, + "-sheet": 58685, + "Ġimmaterial": 58686, + "Ġdevotee": 58687, + "ĠShik": 58688, + "-prog": 58689, + "-dominant": 58690, + "Ġgrilling": 58691, + "Ġsensibilities": 58692, + "-types": 58693, + "prime": 58694, + "ippo": 58695, + "Ġdietitians": 58696, + "Ġstatin": 58697, + "Ġgeologically": 58698, + "Ġcops": 58699, + "-watching": 58700, + "irmative": 58701, + "myr": 58702, + "Ġsilo": 58703, + "ĠNeuron": 58704, + "esticides": 58705, + "Ġxi": 58706, + "-ele": 58707, + "Behold": 58708, + "Ġchurchyard": 58709, + "ĠPatron": 58710, + "Accordingly": 58711, + "Ġoceanographic": 58712, + "Ġbounding": 58713, + "zinger": 58714, + "Ġrebate": 58715, + "Ġlovingly": 58716, + "Ġknitted": 58717, + "Scale": 58718, + "Ġprolactin": 58719, + "ĠReviewer": 58720, + "Applied": 58721, + "lympic": 58722, + "MAX": 58723, + "ĠHaifa": 58724, + "Geographic": 58725, + "ĠMcCain": 58726, + "ĠDidn": 58727, + "Ġthanked": 58728, + "Ġdisclosures": 58729, + "ĠBonne": 58730, + "ĠMandate": 58731, + "Ġpapacy": 58732, + "ĠMesothelioma": 58733, + "-deficit": 58734, + "Elimin": 58735, + "Ġdeceiving": 58736, + "Ġsupplanted": 58737, + "Ġintolerances": 58738, + "Ġbushfires": 58739, + "ĠENG": 58740, + "Ġlubricate": 58741, + "Ġdeterred": 58742, + "ĠVegetarian": 58743, + "Ġharmonize": 58744, + "|Location": 58745, + "urvedic": 58746, + "Establishing": 58747, + "ĠUlrich": 58748, + "-supporting": 58749, + "ĠHimalaya": 58750, + "Ġdynamism": 58751, + "ार": 58752, + "ĠConstipation": 58753, + "ĠKathmandu": 58754, + "Ġbunches": 58755, + "Ġlaxatives": 58756, + "Ġrevolts": 58757, + "ĠKeynesian": 58758, + "ĠKendall": 58759, + "otranspiration": 58760, + "Ġdelinquent": 58761, + "Ġincompetence": 58762, + "Ġimmunosuppressive": 58763, + "ĠPneumonia": 58764, + "Ġapplauded": 58765, + "ĠSnapchat": 58766, + "Ġuprooted": 58767, + "ĠRitchie": 58768, + "Ġstomata": 58769, + "anthemum": 58770, + "ĠTECHN": 58771, + "Ġbackpacks": 58772, + "ĠXanax": 58773, + "ĠSaratoga": 58774, + "Ġomnipresent": 58775, + "romptu": 58776, + "ĠEusebius": 58777, + "omegalovirus": 58778, + ")!Ċ": 58779, + "UPDATE": 58780, + "Vin": 58781, + "belly": 58782, + "lv": 58783, + "Ġcorm": 58784, + "enched": 58785, + "raiture": 58786, + "ĠAral": 58787, + "ĠSama": 58788, + "Ġexhalation": 58789, + "embrane": 58790, + "ĠHui": 58791, + "ĠWhe": 58792, + "ĠDé": 58793, + "ĠNights": 58794, + "Ġintrepid": 58795, + "Ġperchlor": 58796, + "assi": 58797, + "Ġjab": 58798, + "Ġjugs": 58799, + "ĠKag": 58800, + "Ġtrance": 58801, + "ĠVF": 58802, + "ĠVIS": 58803, + "erma": 58804, + "Ġsmith": 58805, + "Ġsubstandard": 58806, + "odymium": 58807, + "Ġskis": 58808, + "Ġentrust": 58809, + "Ġavenge": 58810, + "Ġminiscule": 58811, + "Ġtestis": 58812, + "Ġbristle": 58813, + "-sym": 58814, + "-sighted": 58815, + "-sensory": 58816, + "ancomycin": 58817, + "Ġmatte": 58818, + "Ġdevotes": 58819, + "ymakers": 58820, + "-times": 58821, + "ĠImmanuel": 58822, + "ĠAbbrev": 58823, + "ĠPrinces": 58824, + "Ġpathologic": 58825, + "Ġsuperlative": 58826, + "Ġsteals": 58827, + "ĠParrot": 58828, + "ĠNeville": 58829, + "Ġexacting": 58830, + "Ġquantifiable": 58831, + "ĠArtistic": 58832, + "Ġmisogyn": 58833, + "Ġmobs": 58834, + "Ġmigrates": 58835, + "ĠDevelopments": 58836, + "Ġspringboard": 58837, + "ĠComics": 58838, + "ĠPolly": 58839, + "ĠGreenville": 58840, + "Ġindustrialisation": 58841, + "Ġ##": 58842, + "ĠObstructive": 58843, + "REAM": 58844, + "AMD": 58845, + "ĠSocialists": 58846, + "ĠMississipp": 58847, + "Convert": 58848, + "Conclusions": 58849, + "Ġsenescence": 58850, + "ĠBiographies": 58851, + "ĠInfinite": 58852, + "ĠINTO": 58853, + "ĠGalway": 58854, + "Ġmineralization": 58855, + "Ġrecoverable": 58856, + "EEG": 58857, + "Ġsculpting": 58858, + "Ġflashbacks": 58859, + "ĠCardinals": 58860, + "Ġascribe": 58861, + "Ġsubscript": 58862, + "ĠBaloch": 58863, + "burned": 58864, + "Highly": 58865, + "ĠWinner": 58866, + "Ġhateful": 58867, + "Heritage": 58868, + "ĠGerhard": 58869, + "Ġglows": 58870, + "-China": 58871, + "ĠAltogether": 58872, + "inhua": 58873, + "Ġapostrophe": 58874, + "Ġhexadecimal": 58875, + "pentine": 58876, + "Account": 58877, + "-random": 58878, + "ĠRiga": 58879, + "ĠSymbolism": 58880, + "Property": 58881, + "Democracy": 58882, + "ĠChaos": 58883, + "ĠMiniature": 58884, + "×Ļ×Ŀ": 58885, + "ĠMcKinsey": 58886, + "ĠWesleyan": 58887, + "ĠPioneers": 58888, + "Ġkaolin": 58889, + "Ġeloquently": 58890, + "ĠLorenz": 58891, + "Ġergonomic": 58892, + "ĠReward": 58893, + "ĠAntiochus": 58894, + "ĠASAP": 58895, + "ĠWeinberg": 58896, + "Ġphotoreceptors": 58897, + "ĠSerengeti": 58898, + "ĠOyster": 58899, + "ĠCrocod": 58900, + "Ġinvariant": 58901, + "Ġdetonated": 58902, + "opharmacology": 58903, + "ĠSettlements": 58904, + "Ġbespoke": 58905, + "(N": 58906, + "-her": 58907, + "Sensory": 58908, + "YL": 58909, + "aam": 58910, + "buck": 58911, + "hik": 58912, + "kow": 58913, + "pf": 58914, + "square": 58915, + "treat": 58916, + "xiv": 58917, + "Ġtrom": 58918, + "reverse": 58919, + "isgarh": 58920, + "Ġmover": 58921, + "Ġrecharged": 58922, + "Ġgasket": 58923, + "ĠTata": 58924, + "otto": 58925, + "ĠSaff": 58926, + "ĠSLS": 58927, + "ĠCiting": 58928, + "Ġconforming": 58929, + "ifton": 58930, + "osoma": 58931, + "ĠWig": 58932, + "Ġneutered": 58933, + "ĠDomes": 58934, + "ĠRames": 58935, + "Ġenriches": 58936, + "ĠGans": 58937, + "ĠGoth": 58938, + "ĠGao": 58939, + "Ġintrusions": 58940, + "Ġincurring": 58941, + "endor": 58942, + "ĠInfect": 58943, + "iparum": 58944, + "Ġunenc": 58945, + "ĠStub": 58946, + "Ġreceded": 58947, + "Ġrecaptured": 58948, + "Ġroomm": 58949, + "ĠVomiting": 58950, + "ĠYitz": 58951, + "Ġgrays": 58952, + "Ġextirp": 58953, + "conian": 58954, + "Ġautopilot": 58955, + "Ġdownwind": 58956, + "-follow": 58957, + "azo": 58958, + "retz": 58959, + "ortunes": 58960, + "-lapse": 58961, + "ippon": 58962, + "NAN": 58963, + "ĠEarths": 58964, + "Chrom": 58965, + "-wood": 58966, + "Ġbrachy": 58967, + "shall": 58968, + "-god": 58969, + "Ġblocker": 58970, + "ĠAntimicrobial": 58971, + "ĠFlux": 58972, + "Ġhairless": 58973, + "ĠCommunicating": 58974, + "ĠRomano": 58975, + "ĠCorrelation": 58976, + "Ġmagician": 58977, + "Ġmeridians": 58978, + "Ġrenewing": 58979, + "Ġnitrites": 58980, + "Ġhypertext": 58981, + "-Bl": 58982, + "Ġsnowsh": 58983, + "-reach": 58984, + "-revolution": 58985, + "ĠDiscovering": 58986, + "Ġafternoons": 58987, + "Ġoptimisation": 58988, + "ĠBuddy": 58989, + "Ġglucagon": 58990, + "Seen": 58991, + "-climate": 58992, + "Ġempties": 58993, + "ĠPetro": 58994, + "ĠSSC": 58995, + "Ġhatches": 58996, + "Ġribosomes": 58997, + "ĠATC": 58998, + "ĠOphelia": 58999, + "Ġdecomposes": 59000, + "-acquired": 59001, + "Assess": 59002, + "ĠFluency": 59003, + "ĠWinters": 59004, + "ĠVirtue": 59005, + "ĠRossi": 59006, + "ĠPackard": 59007, + "catraz": 59008, + "ĠCMB": 59009, + "Centers": 59010, + "Ġsofa": 59011, + "Ġcellulosic": 59012, + "ĠStormwater": 59013, + "ĠBeatrice": 59014, + "Ġmediocre": 59015, + "ĠÄij": 59016, + "ĠVashem": 59017, + "Ethiop": 59018, + "ĠWEB": 59019, + "Passive": 59020, + "Ġdemocratization": 59021, + "Ġexquisitely": 59022, + "serious": 59023, + "Ġkilowatts": 59024, + "Ġnominations": 59025, + "ĠGestapo": 59026, + "Ġangioplasty": 59027, + "lestick": 59028, + "Ġmontane": 59029, + "Ġscrutinized": 59030, + "ĠGuangdong": 59031, + "alternative": 59032, + "ĠInterpretive": 59033, + "Ġoxalate": 59034, + "message": 59035, + "Ġbeggar": 59036, + "Ġvocabularies": 59037, + "Ġcanvases": 59038, + "Ġreminisc": 59039, + "ĠFauci": 59040, + "Pupils": 59041, + "iofacial": 59042, + ".io": 59043, + "Cond": 59044, + "CITES": 59045, + "Mom": 59046, + "Sha": 59047, + "Ta": 59048, + "cart": 59049, + "hans": 59050, + "mig": 59051, + "onuts": 59052, + "Ġcen": 59053, + "Ġbp": 59054, + "Ġbary": 59055, + "Ġdais": 59056, + "ĠTylenol": 59057, + "chos": 59058, + "ĠArap": 59059, + "ĠMEM": 59060, + "ĠBic": 59061, + "ĠBij": 59062, + "ĠBGP": 59063, + "acoustic": 59064, + "rombin": 59065, + "ĠWür": 59066, + "andong": 59067, + "ĠDies": 59068, + "ĠDough": 59069, + "ĠDios": 59070, + "ĠRIGHT": 59071, + "artner": 59072, + "ĠNie": 59073, + "ecraft": 59074, + "Ġdisrepair": 59075, + "assies": 59076, + "avals": 59077, + "Ġappellate": 59078, + "ĠKail": 59079, + "ĠVeg": 59080, + "rounded": 59081, + "henia": 59082, + "conv": 59083, + "ĠWehr": 59084, + "Ġtakeaways": 59085, + "ĠSpa": 59086, + "compar": 59087, + "Ġantacids": 59088, + "-finding": 59089, + "ampers": 59090, + "ĠResort": 59091, + "-pressed": 59092, + "Ġswarming": 59093, + "ĠBeaumont": 59094, + "Ġsoiled": 59095, + "ĠDriven": 59096, + "Ġstateless": 59097, + "Ġgeographer": 59098, + "loro": 59099, + "Ġmultiplex": 59100, + "ĠNeandert": 59101, + "Ġhostages": 59102, + "Ġmiser": 59103, + "Ġmaladaptive": 59104, + "Ġchronicled": 59105, + "Ġpaler": 59106, + "ĠForecasting": 59107, + "ĠRelating": 59108, + "OTT": 59109, + "oyalty": 59110, + "ĠPorto": 59111, + "Independence": 59112, + "-seated": 59113, + "burgers": 59114, + "ĠUSAF": 59115, + "Sevent": 59116, + "ĠExpend": 59117, + "ĠStrings": 59118, + "Ġtapestries": 59119, + "uthering": 59120, + "idalgo": 59121, + "ĠCubans": 59122, + "Ġfavourites": 59123, + "Ġpineapples": 59124, + "-drive": 59125, + "ĠCHF": 59126, + "ĠCHEM": 59127, + "choose": 59128, + "planatory": 59129, + "Ġalarmingly": 59130, + "Ġcaregiving": 59131, + "Views": 59132, + "Ġpecans": 59133, + "ĠDoris": 59134, + "/local": 59135, + "regnancy": 59136, + "ĠBallard": 59137, + "Interview": 59138, + "Ġmegap": 59139, + "Classroom": 59140, + "ĠDeadly": 59141, + "ĠBosch": 59142, + "Ġpronouncing": 59143, + "ĠQuantity": 59144, + "Ġfollicular": 59145, + "IBLE": 59146, + "ĠGrover": 59147, + "Ġexpanses": 59148, + "ĠMutations": 59149, + "Ġoutweighed": 59150, + "ĠProducer": 59151, + "ĠTEACH": 59152, + "NATION": 59153, + "ranchisement": 59154, + "ĠCOMMUN": 59155, + "Ġanarchist": 59156, + "Personally": 59157, + "ĠMagellanic": 59158, + "Venus": 59159, + "Strategic": 59160, + "adamia": 59161, + "Ġenchanting": 59162, + "Ġechocardiogram": 59163, + "Ġwhimsical": 59164, + "Ġantecedent": 59165, + "Version": 59166, + "Seasonal": 59167, + "Ġinfallible": 59168, + "hynchus": 59169, + "ĠENSO": 59170, + "Ġbequeathed": 59171, + "ĠRamakrishna": 59172, + "Permanent": 59173, + "\"Some": 59174, + "Beth": 59175, + "Citizens": 59176, + "Esc": 59177, + "Flower": 59178, + "Maker": 59179, + "Rud": 59180, + "Raj": 59181, + "Ster": 59182, + "VERS": 59183, + "Wisdom": 59184, + "aust": 59185, + "elements": 59186, + "fake": 59187, + "hous": 59188, + "pas": 59189, + "rally": 59190, + "rins": 59191, + "Ġcull": 59192, + "Ġwo": 59193, + "levels": 59194, + "Ġhounds": 59195, + "Ġreentry": 59196, + "Ġns": 59197, + "ĠTicks": 59198, + "ĠTweed": 59199, + "Ġforgo": 59200, + "Ġstrove": 59201, + "ĠSout": 59202, + "ĠIc": 59203, + "teral": 59204, + "ĠMadd": 59205, + "ĠPors": 59206, + "itya": 59207, + "oside": 59208, + "ĠWink": 59209, + "Ġchimer": 59210, + "ĠDillon": 59211, + "Ġshi": 59212, + "Ġspire": 59213, + "Ġplunging": 59214, + "ĠOat": 59215, + "Ġunpl": 59216, + "Ġmayors": 59217, + "ĠKoz": 59218, + "Ġrelatable": 59219, + "Ġinvocation": 59220, + "ĠHeel": 59221, + "Ġvariances": 59222, + "Ġextortion": 59223, + "Ġdeputies": 59224, + "anyan": 59225, + "Ġtestable": 59226, + "-sleep": 59227, + "ahoo": 59228, + "Ġsiting": 59229, + "ĠIsmail": 59230, + "-focus": 59231, + "letian": 59232, + "Ġweekday": 59233, + "aski": 59234, + "ĠImplants": 59235, + "Ġfireball": 59236, + "-wall": 59237, + "ĠDoe": 59238, + "INTER": 59239, + "ĠAuguste": 59240, + "Ġundulating": 59241, + "-Sec": 59242, + "secution": 59243, + "Ġ:)": 59244, + "ĠSchm": 59245, + "ĠSchumann": 59246, + "Concept": 59247, + "Ġfortify": 59248, + "Ġrevolutionizing": 59249, + "-Def": 59250, + "-spaced": 59251, + "ĠIrma": 59252, + "ĠSamaria": 59253, + "Letters": 59254, + "ĠAdditive": 59255, + "ĠOxy": 59256, + "ĠFormerly": 59257, + "Ġferrous": 59258, + "Ġconvene": 59259, + "Ġvacancies": 59260, + "/dec": 59261, + "/data": 59262, + "ĠIDs": 59263, + "Ġpancake": 59264, + "ĠFairfield": 59265, + "ĠMicrones": 59266, + "Ġirreparable": 59267, + "ĠConcert": 59268, + "ĠSexuality": 59269, + "ĠBroadband": 59270, + "Parliament": 59271, + "Ġcrystallized": 59272, + "Experimental": 59273, + "Ġglycoprotein": 59274, + "ĠWouldn": 59275, + "Ġgamut": 59276, + "ĠâĨĴĊ": 59277, + "ĠUlcer": 59278, + "ĠCasual": 59279, + "ĠResponsibilities": 59280, + "ĠWHEN": 59281, + "Ġnonspecific": 59282, + "Angel": 59283, + "Ġsensitization": 59284, + "Commission": 59285, + "Legend": 59286, + "-large": 59287, + "Ġharbours": 59288, + "issez": 59289, + "-Alike": 59290, + "Ġparachutes": 59291, + "-attack": 59292, + "Ġkarst": 59293, + "Ġbalconies": 59294, + "Ġoblivion": 59295, + "Ġmyrtle": 59296, + "Ġconglomerate": 59297, + "Schedule": 59298, + "ĠSephardic": 59299, + "Ġvehemently": 59300, + "Ġerythematosus": 59301, + "Ġmountaintop": 59302, + "ĠDavenport": 59303, + "(M": 59304, + ".health": 59305, + "Database": 59306, + "Gastro": 59307, + "Sac": 59308, + "Seeds": 59309, + "]||": 59310, + "lates": 59311, + "pis": 59312, + "wrights": 59313, + "ÃIJ": 59314, + "å¾": 59315, + "Ġpaul": 59316, + "Ġdag": 59317, + "lyte": 59318, + "ĠTNF": 59319, + "ĠTitans": 59320, + "olu": 59321, + "etor": 59322, + "uttered": 59323, + "owel": 59324, + "ĠSaddle": 59325, + "ĠCatt": 59326, + "ĠCEC": 59327, + "Ġanvil": 59328, + "ĠMegal": 59329, + "ĠMardi": 59330, + "ĠBeech": 59331, + "ĠEMI": 59332, + "unge": 59333, + "ĠGAP": 59334, + "Theme": 59335, + "Ġdisoriented": 59336, + "ĠInadequate": 59337, + "Ġdoe": 59338, + "Ġunoccupied": 59339, + "ĠStats": 59340, + "Ġupstate": 59341, + "Ġflips": 59342, + "Ġflounder": 59343, + "Ġinvitations": 59344, + "Ġrefocus": 59345, + "ĠAsym": 59346, + "Ġinsides": 59347, + "Ġsolvers": 59348, + "Ġlightbul": 59349, + "Ġanimosity": 59350, + "ĠClients": 59351, + "Ġmaroon": 59352, + "-disease": 59353, + "Ġmindless": 59354, + "Ġpoliceman": 59355, + "Ġcutlery": 59356, + "ĠShear": 59357, + "Ġgeomorph": 59358, + "Ġbariatric": 59359, + "ollis": 59360, + "--Ċ": 59361, + "Ġbroadleaf": 59362, + "Ġseasonality": 59363, + "Ġundivided": 59364, + "inguistics": 59365, + "Ġconstructivism": 59366, + "rieve": 59367, + "Ġcreationism": 59368, + "Ġarmpit": 59369, + "Ġunfriendly": 59370, + "-note": 59371, + "Ġcolourless": 59372, + "CSF": 59373, + "-Per": 59374, + "Ġpersisting": 59375, + "Selected": 59376, + "Ġconveniences": 59377, + "Org": 59378, + "Ġpinhole": 59379, + "ĠDenial": 59380, + "Ġlymphoid": 59381, + "ĠStarter": 59382, + "Ġvigour": 59383, + "Ġrhomb": 59384, + "Ġpaleo": 59385, + "ĠESC": 59386, + "ĠGranted": 59387, + "ĠAkk": 59388, + "ĠFishery": 59389, + "ĠENGL": 59390, + "ĠRossett": 59391, + "Ġevaporative": 59392, + "ĠIgA": 59393, + "ĠHarrisburg": 59394, + "Searching": 59395, + "omorphism": 59396, + "Ġparadoxically": 59397, + "ĠFernandez": 59398, + "ĠChickens": 59399, + "Biom": 59400, + "ĠRTI": 59401, + "-raised": 59402, + "ishnah": 59403, + "ĠHiram": 59404, + "Ġbogged": 59405, + "Ġosmotic": 59406, + "ĠPremature": 59407, + "speak": 59408, + "ĠChromium": 59409, + "ĠPieter": 59410, + "ĠHutu": 59411, + "Ġsandwiched": 59412, + "ĠCurtiss": 59413, + "ĠXerox": 59414, + "ĠFPGA": 59415, + "-twentieth": 59416, + "Installing": 59417, + "æĺ¯": 59418, + "ĠCaterpillar": 59419, + "ĠSiena": 59420, + "ahassee": 59421, + "Ġcynicism": 59422, + "ĠÊ¿": 59423, + "(the": 59424, + "-immune": 59425, + "?!Ċ": 59426, + "Bus": 59427, + "Fri": 59428, + "Gro": 59429, + "GRE": 59430, + "Jason": 59431, + "Pun": 59432, + "cary": 59433, + "military": 59434, + "nav": 59435, + "pract": 59436, + "sense": 59437, + "ska": 59438, + "safety": 59439, + "zies": 59440, + "atore": 59441, + "itre": 59442, + "Ġporphy": 59443, + "Ġbiliary": 59444, + "Ġfainter": 59445, + "icola": 59446, + "ĠTons": 59447, + "ĠICP": 59448, + "ĠCST": 59449, + "adur": 59450, + "odex": 59451, + "terine": 59452, + "ĠPEOPLE": 59453, + "estruct": 59454, + "resources": 59455, + "Ġvans": 59456, + "antically": 59457, + "ĠWastewater": 59458, + "Ġcholer": 59459, + "ĠDuffy": 59460, + "ĠFries": 59461, + "ogie": 59462, + "ĠGron": 59463, + "ĠGoverning": 59464, + "ĠJL": 59465, + "Ġjitter": 59466, + "Ġroster": 59467, + "ĠViola": 59468, + "Ġamending": 59469, + "uco": 59470, + "insp": 59471, + "Ġcheated": 59472, + "theory": 59473, + "Ġdowny": 59474, + "ĠSpruce": 59475, + "ĠRees": 59476, + "ĠReactor": 59477, + "ĠShm": 59478, + "Ġterrier": 59479, + "Ġcombing": 59480, + "akened": 59481, + "ontrol": 59482, + "culine": 59483, + "raying": 59484, + "-table": 59485, + "ĠGuern": 59486, + "-influ": 59487, + "ĠNeem": 59488, + "ĠWillam": 59489, + "ĠGlacial": 59490, + "ĠRegent": 59491, + "Atl": 59492, + "ĠMuscular": 59493, + "ĠBarclay": 59494, + "-Catholic": 59495, + "Ġhomogeneity": 59496, + "gmented": 59497, + "larged": 59498, + "ález": 59499, + "ĠHamas": 59500, + "Really": 59501, + "button": 59502, + "ĠClinics": 59503, + "Ġundertakes": 59504, + "ĠBabyl": 59505, + "erbread": 59506, + "OMA": 59507, + "ĠLois": 59508, + "ĠLyman": 59509, + "Ġdevastate": 59510, + "ĠCubism": 59511, + "ĠWilly": 59512, + "Ġhoist": 59513, + "ĠBaikal": 59514, + "ĠLogos": 59515, + "ĠPathway": 59516, + "ĠHungry": 59517, + "Ġlubricated": 59518, + "ĠNorwegians": 59519, + "Ġutterances": 59520, + "figuring": 59521, + "Ġtufts": 59522, + "ĠOriented": 59523, + "Ġcoupons": 59524, + "Ġcartoonist": 59525, + "Ġmerciless": 59526, + "Ġomnivores": 59527, + "Ġfresher": 59528, + "ĠCherokees": 59529, + "-flung": 59530, + "-referenced": 59531, + "Ġdystopian": 59532, + "Ġharboring": 59533, + "Ġstubbornly": 59534, + "Ideas": 59535, + "ĠTrenton": 59536, + "ĠUttarakhand": 59537, + "Ġunicellular": 59538, + "Ġarchetypal": 59539, + "Ġtulip": 59540, + "ĠAcknowledge": 59541, + "ĠTyrann": 59542, + "Ġstorytellers": 59543, + "Ġbuddies": 59544, + "Ġplasmas": 59545, + "Ġsoutherly": 59546, + "ĠAristotelian": 59547, + "VIRON": 59548, + "ĠAchaemen": 59549, + "').": 59550, + ",.Ċ": 59551, + "Bacterial": 59552, + "Flight": 59553, + "GV": 59554, + "GEEK": 59555, + "MV": 59556, + "Moz": 59557, + "Maths": 59558, + "OSA": 59559, + "RIST": 59560, + "Soph": 59561, + "bring": 59562, + "forts": 59563, + "giant": 59564, + "hounds": 59565, + "kaya": 59566, + "looked": 59567, + "tal": 59568, + "Ġsigmoid": 59569, + "itri": 59570, + "itake": 59571, + "Ġfangs": 59572, + "asel": 59573, + "entrum": 59574, + "ĠACP": 59575, + "ĠAUD": 59576, + "ĠSLA": 59577, + "ĠCER": 59578, + "ĠCME": 59579, + "ĠTheft": 59580, + "abby": 59581, + "abundance": 59582, + "Ġva": 59583, + "ĠWages": 59584, + "ĠEwing": 59585, + "ĠEriks": 59586, + "ĠRDF": 59587, + "ĠRitalin": 59588, + "ogi": 59589, + "ĠNail": 59590, + "riya": 59591, + "ĠLies": 59592, + "Ġincend": 59593, + "sof": 59594, + "ensburg": 59595, + "aille": 59596, + "ĠKou": 59597, + "ĠKappa": 59598, + "lesia": 59599, + "Ġflours": 59600, + "Ġmodifiable": 59601, + "awesi": 59602, + "landish": 59603, + "Ġedging": 59604, + "Ġeddy": 59605, + "Ġprognostic": 59606, + "concer": 59607, + "Ġcheque": 59608, + "ĠArb": 59609, + "Ġbestseller": 59610, + "ĠPhones": 59611, + "Ġcomputes": 59612, + "Ġdigraph": 59613, + "-turn": 59614, + "-loved": 59615, + "ipley": 59616, + "Ġtarp": 59617, + "éz": 59618, + "Ġapologies": 59619, + "Ġfares": 59620, + "ICC": 59621, + "ĠValdez": 59622, + "Ġphenol": 59623, + "Ġplato": 59624, + "Ġdistinctively": 59625, + "Ġflexor": 59626, + "COMP": 59627, + "Ġreinvent": 59628, + "ĠTreatise": 59629, + "naming": 59630, + "-Rep": 59631, + "ĠSatoshi": 59632, + "Ġpersuas": 59633, + "Ġmaximized": 59634, + "ĠHaus": 59635, + ".cs": 59636, + "ĠNepali": 59637, + "ĠmiR": 59638, + "Ġsmokeless": 59639, + "ĠHasan": 59640, + "Ġundersides": 59641, + "Ġmetaphorically": 59642, + "ĠCEOs": 59643, + "Ġrumored": 59644, + "Ġprosecutions": 59645, + "ĠCoordinate": 59646, + "ygotsky": 59647, + "Electro": 59648, + "ĠFlooding": 59649, + "ει": 59650, + "ĠToxicity": 59651, + "ĠInstructors": 59652, + "Ġhoods": 59653, + "Ġreintroduce": 59654, + "-discovery": 59655, + "Synt": 59656, + "Entry": 59657, + "ĠCanaanite": 59658, + "ĠPenguins": 59659, + "大": 59660, + "Divide": 59661, + "Ġskirmish": 59662, + "Ġapocry": 59663, + "Ġencircled": 59664, + "Faculty": 59665, + "Ġtyrannical": 59666, + "Roger": 59667, + "Ġlightheadedness": 59668, + "Ġstethoscope": 59669, + "ĠBrunei": 59670, + "ĠQuixote": 59671, + "Ġprecancerous": 59672, + ".<": 59673, + "Burn": 59674, + "Drop": 59675, + "DOT": 59676, + "Graphic": 59677, + "Kal": 59678, + "VAL": 59679, + "Zulu": 59680, + "jaro": 59681, + "kWh": 59682, + "oots": 59683, + "wari": 59684, + "æī": 59685, + "rek": 59686, + "Ġdit": 59687, + "Ġhan": 59688, + "ento": 59689, + "Ġlash": 59690, + "ĠTec": 59691, + "etite": 59692, + "raints": 59693, + "âĢĻl": 59694, + "ĠBact": 59695, + "ĠBarents": 59696, + "kei": 59697, + "Ġvape": 59698, + "ĠHump": 59699, + "ĠHald": 59700, + "ĠWand": 59701, + "Ġchimp": 59702, + "ĠDeter": 59703, + "ĠFIT": 59704, + "ĠFeline": 59705, + "ĠFACT": 59706, + "ogged": 59707, + "ĠGalloway": 59708, + "Ġkal": 59709, + "usting": 59710, + "ĠOval": 59711, + "Ġresented": 59712, + "ĠKirt": 59713, + "ovement": 59714, + "Ġrepress": 59715, + "Ġemulation": 59716, + "Instruction": 59717, + "Ġassurances": 59718, + "Ġattics": 59719, + "Ġresettled": 59720, + "Ġmeditations": 59721, + "ismo": 59722, + "veda": 59723, + "Ġboolean": 59724, + "Ġconstricted": 59725, + "Ġprofiled": 59726, + "Ġantler": 59727, + "ĠShul": 59728, + "ospora": 59729, + "-card": 59730, + "Ġshortens": 59731, + "-lact": 59732, + "ĠSomehow": 59733, + "ĠEnglishmen": 59734, + "ĠDrinks": 59735, + "Ġweekdays": 59736, + "Ġverifies": 59737, + "regional": 59738, + "Ġfarmlands": 59739, + "ESP": 59740, + "Ġcorrects": 59741, + "ucleotide": 59742, + "Ġlengthwise": 59743, + "Ġpanacea": 59744, + "ĠMonarchy": 59745, + "Ġdependents": 59746, + "-Sal": 59747, + "Ġpolycy": 59748, + "ambi": 59749, + "Ġpulleys": 59750, + "respected": 59751, + "Ġhomicides": 59752, + "Ġmistreated": 59753, + "-Dar": 59754, + "ĠBenito": 59755, + "Ġsubstantiated": 59756, + "Indiana": 59757, + "Ġtraumatized": 59758, + "Ġreceptacles": 59759, + "ommunication": 59760, + "ĠGrange": 59761, + "ĠVerne": 59762, + "Ġrescues": 59763, + "Ġglaciation": 59764, + "Ġgentry": 59765, + "ĠWalden": 59766, + ".pone": 59767, + "Ġsterility": 59768, + "-Jac": 59769, + "ĠBonus": 59770, + "ĠMPa": 59771, + "Ġwarranties": 59772, + "Ġgratifying": 59773, + "Ġunstoppable": 59774, + "ĠSnowy": 59775, + "ĠØ£": 59776, + "olenic": 59777, + "Ġpistons": 59778, + "ĠAthanas": 59779, + "-values": 59780, + "ĠAbsalom": 59781, + "-reliant": 59782, + "ĠBuckley": 59783, + "ĠSuffering": 59784, + "Ġindulging": 59785, + "Ġforked": 59786, + "Ġpulsars": 59787, + "Ġtampering": 59788, + "Ġcrested": 59789, + "Ġhibernating": 59790, + "oconst": 59791, + "Ġchristened": 59792, + "ĠTudors": 59793, + "ĠAdjustment": 59794, + "ĠAggression": 59795, + "-attacks": 59796, + "Linear": 59797, + "ĠDjango": 59798, + "Ġexterminated": 59799, + "Ġindiscriminately": 59800, + "Ġloophole": 59801, + "ĠFusarium": 59802, + "ĠPurchasing": 59803, + "ĠVibrio": 59804, + "âteau": 59805, + "ĠParenthood": 59806, + "Ġvodka": 59807, + "ĠSukkot": 59808, + "?âĢĿ.": 59809, + "Actions": 59810, + "Hamilton": 59811, + "Pseud": 59812, + "SIS": 59813, + "bara": 59814, + "qs": 59815, + "|I": 59816, + "ç»": 59817, + "èª": 59818, + "rei": 59819, + "Ġmc": 59820, + "urge": 59821, + "ĠCJD": 59822, + "ifacts": 59823, + "ĠMEMS": 59824, + "ĠBain": 59825, + "Ġviolets": 59826, + "ĠHAS": 59827, + "Ġnef": 59828, + "ĠGrown": 59829, + "ĠGuns": 59830, + "ĠLister": 59831, + "agglut": 59832, + "ĠOro": 59833, + "ĠJans": 59834, + "iffer": 59835, + "ĠKass": 59836, + "renewable": 59837, + "Ġprunes": 59838, + "Ġearplugs": 59839, + "Ġnumbing": 59840, + "Ġherons": 59841, + "Ġintervertebral": 59842, + "Ġcountenance": 59843, + "Ġpatrolling": 59844, + "ĠAlas": 59845, + "undsen": 59846, + "âĢĶbecause": 59847, + "Ġplaylist": 59848, + "Ġdemoral": 59849, + "Ġparl": 59850, + "Ġmultitudes": 59851, + "Ġswelled": 59852, + "Ġvoluminous": 59853, + "Ġauthorizes": 59854, + "Ġconsiderate": 59855, + "Ġsoundtrack": 59856, + "Ġsalon": 59857, + "â̦but": 59858, + "Ġwholehearted": 59859, + "Ġsentinel": 59860, + "ĠManaged": 59861, + "Ġelectricians": 59862, + "ĠPrehistoric": 59863, + "Ġdrinker": 59864, + "anagh": 59865, + "ĠWillard": 59866, + "Ġaudiob": 59867, + "ĠNotables": 59868, + "Ġangiotensin": 59869, + "ANU": 59870, + "Exerc": 59871, + "Existing": 59872, + "Ġmalice": 59873, + "Ġ:-Ċ": 59874, + "Unknown": 59875, + "ĠFinns": 59876, + "Ġbrowns": 59877, + "ĠRetirement": 59878, + "Revelation": 59879, + "Ġchickade": 59880, + "ĠSatellites": 59881, + "ĠPetr": 59882, + "ogenicity": 59883, + "ĠSandwich": 59884, + "ĠSarac": 59885, + "rypton": 59886, + "Ġhydrostatic": 59887, + "Ġneurologists": 59888, + "ĠHimachal": 59889, + "Ġfluorosis": 59890, + "ĠBegins": 59891, + "ĠBadger": 59892, + "Helen": 59893, + "orestation": 59894, + "ystag": 59895, + "Points": 59896, + "ĠCharacterization": 59897, + "Ġencrypting": 59898, + "ĠPROBL": 59899, + "classified": 59900, + "clerotic": 59901, + "Ġwaistline": 59902, + "Ġbypassed": 59903, + "ðĿĴ": 59904, + "ovoltaic": 59905, + "ĠPrecise": 59906, + "Ġendorsements": 59907, + "ĠWessex": 59908, + "Ġreciprocating": 59909, + "ĠGillespie": 59910, + "ĠCerro": 59911, + "ĠGOES": 59912, + "ĠRESP": 59913, + "ĠHusband": 59914, + "ĠInterviews": 59915, + "ĠPrisoners": 59916, + "Ġwaterproofing": 59917, + "ĠGREEN": 59918, + "omatous": 59919, + "ĠPtolema": 59920, + "Ġxenophobia": 59921, + "-visual": 59922, + "Ġbiscuit": 59923, + "Ġplasmids": 59924, + "Ġunloaded": 59925, + "ĠLIKE": 59926, + "Ġrepatriation": 59927, + "-purple": 59928, + "ymenoptera": 59929, + "Lithium": 59930, + "Ġdispleasure": 59931, + "ĠAeneas": 59932, + "ührer": 59933, + "ĠMatthias": 59934, + "mbudsman": 59935, + "\"--": 59936, + "Coral": 59937, + "Ecc": 59938, + "Gov": 59939, + "Ker": 59940, + "Nam": 59941, + "ROS": 59942, + "UNA": 59943, + "bb": 59944, + "jie": 59945, + "kle": 59946, + "vils": 59947, + "Ġbribe": 59948, + "ilio": 59949, + "ĠTough": 59950, + "ĠTPP": 59951, + "ĠSne": 59952, + "ĠSalle": 59953, + "iran": 59954, + "Ġoratory": 59955, + "ĠPJ": 59956, + "ĠPaying": 59957, + "Ġexf": 59958, + "ĠBV": 59959, + "ĠHPC": 59960, + "Ġrundown": 59961, + "ĠDose": 59962, + "ĠDIST": 59963, + "ĠRasm": 59964, + "ogroup": 59965, + "ĠNull": 59966, + "ĠLump": 59967, + "ĠLara": 59968, + "Ġcompendium": 59969, + "endon": 59970, + "velle": 59971, + "ĠâĢľ.": 59972, + "ĠVapor": 59973, + "oboam": 59974, + "Ġrepulsive": 59975, + "neutral": 59976, + "Ġflair": 59977, + "Ġflared": 59978, + "Ġserf": 59979, + "ĠWhose": 59980, + "tofore": 59981, + "Ġrestrooms": 59982, + "Ġdeviant": 59983, + "param": 59984, + "oxetine": 59985, + "Ġnecessitating": 59986, + "ĠWarbler": 59987, + "Ġskinned": 59988, + "Chicken": 59989, + "ĠAbst": 59990, + "opharyngeal": 59991, + "Ġforceps": 59992, + "ĠMeade": 59993, + "-hum": 59994, + "ĠBoiling": 59995, + "PAL": 59996, + "Ġfinalize": 59997, + "Ġvoicing": 59998, + "ĠLaud": 59999, + "-number": 60000, + "Ġpunk": 60001, + "Ġpunches": 60002, + "ROC": 60003, + "ĠBayes": 60004, + "Ġtouchdown": 60005, + "ĠÃĺ": 60006, + "ĠExtrem": 60007, + "ĠEczema": 60008, + "Ġproportionately": 60009, + "ĠJoanna": 60010, + "ĠVeracruz": 60011, + "-expl": 60012, + "ĠStandardized": 60013, + "Ġthermo": 60014, + "Ġneuralgia": 60015, + "Ġhornets": 60016, + "Manager": 60017, + "Translated": 60018, + "ĠRubric": 60019, + "ĠPRES": 60020, + "ĠBoxer": 60021, + "ĠCalculating": 60022, + "proofing": 60023, + "ĠTutoring": 60024, + "Ġoutwardly": 60025, + "Protest": 60026, + "Ġunpredictability": 60027, + "Ġtelomerase": 60028, + "Robot": 60029, + "Ġ...\"": 60030, + "Ġconqueror": 60031, + "Ġnovo": 60032, + "ĠKosher": 60033, + "Ġglyphs": 60034, + "Ġcobra": 60035, + "omegranate": 60036, + "Ġmicroflora": 60037, + "Ġguerrillas": 60038, + "ĠContributor": 60039, + "Ġontological": 60040, + "Ġcushioning": 60041, + "Ġdeductible": 60042, + "Ġtrusses": 60043, + "Ġcaverns": 60044, + "Ġtasteless": 60045, + "ĠMyrtle": 60046, + "Ġpolycarbonate": 60047, + "ĠLovelace": 60048, + "Vocabulary": 60049, + "-maintenance": 60050, + "Ġcourteous": 60051, + ",*": 60052, + "Bos": 60053, + "Bruce": 60054, + "Cube": 60055, + "Ctrl": 60056, + "Ford": 60057, + "Lu": 60058, + "_L": 60059, + "brew": 60060, + "cru": 60061, + "carp": 60062, + "lak": 60063, + "nen": 60064, + "success": 60065, + "à²": 60066, + "Ġwaging": 60067, + "ndan": 60068, + "orange": 60069, + "Ġinvert": 60070, + "omys": 60071, + "ometh": 60072, + "Ġlivable": 60073, + "Ġgm": 60074, + "etail": 60075, + "Ġanion": 60076, + "Ġwhiplash": 60077, + "âĢĻer": 60078, + "ĠPins": 60079, + "abd": 60080, + "Ġexclaim": 60081, + "ĠBEN": 60082, + "ĠBags": 60083, + "Ġvanguard": 60084, + "employ": 60085, + "ĠHai": 60086, + "ĠDRA": 60087, + "ĠEin": 60088, + "ĠâĢł": 60089, + "ĠRuff": 60090, + "ĠRÃŃo": 60091, + "Ġenquiries": 60092, + "ĠNod": 60093, + "ĠNara": 60094, + "ĠGraft": 60095, + "ĠLOW": 60096, + "outu": 60097, + "ĠkJ": 60098, + "Ġkap": 60099, + "endant": 60100, + "indeed": 60101, + "achron": 60102, + "Ġperist": 60103, + "ancel": 60104, + "Ġunanticipated": 60105, + "Ġsys": 60106, + "ĠKung": 60107, + "ysed": 60108, + "Ġspeculates": 60109, + "Ġexpelling": 60110, + "Ġwatermelons": 60111, + "Ġdecency": 60112, + "archar": 60113, + "Interm": 60114, + "ramid": 60115, + "),\"": 60116, + "Ġsubsoil": 60117, + "getic": 60118, + "ĠAlvin": 60119, + "Ġsomber": 60120, + "ahara": 60121, + "Ġlightening": 60122, + "ĠAdel": 60123, + "Ġparlor": 60124, + "ĠPhishing": 60125, + "ĠPlagiarism": 60126, + "ĠCane": 60127, + "Ġflowchart": 60128, + "ĠZig": 60129, + "Ġcrutches": 60130, + "Ġurinal": 60131, + "ĠLeisure": 60132, + "Ġ=Ċ": 60133, + "ĠMarathi": 60134, + "ĠContamination": 60135, + "ĠGuar": 60136, + "-->": 60137, + "Ġevaluative": 60138, + "Ġsoldered": 60139, + "-grey": 60140, + "Ġinstalls": 60141, + "ĠHeroin": 60142, + "Ġpetiole": 60143, + "Ġbillionaire": 60144, + "Ġpredictably": 60145, + "Ġ+Ċ": 60146, + "य": 60147, + "ĠSims": 60148, + "Ġfactorial": 60149, + "ĠDonate": 60150, + "Ġthrice": 60151, + "ĠLawyer": 60152, + "Ġconservationist": 60153, + "Ġhopper": 60154, + "ĠBelmont": 60155, + "Ġmasterful": 60156, + "Ġsnowball": 60157, + "Ġfortitude": 60158, + "Ġgarnet": 60159, + "Ġwelds": 60160, + "oscis": 60161, + "Ġawoke": 60162, + "ĠExperienced": 60163, + "Ġmandating": 60164, + "ĠChoi": 60165, + "ĠVerona": 60166, + "Ġhydroly": 60167, + "Region": 60168, + "Ġsubsidize": 60169, + "Ġnicer": 60170, + "Ġmagnetite": 60171, + "ratom": 60172, + "Marie": 60173, + "Ġdivinely": 60174, + "ĠMAX": 60175, + "Ġdeliberations": 60176, + "HTTP": 60177, + "ĠPollen": 60178, + "ĠPeriodontal": 60179, + "ĠBowling": 60180, + "ĠNorte": 60181, + "Ġphoneme": 60182, + "ĠDominic": 60183, + "Ġimpedes": 60184, + "ĠLesbian": 60185, + "ĠVIEW": 60186, + "Infants": 60187, + "ĠAthab": 60188, + "commit": 60189, + "Ġghostly": 60190, + "PHP": 60191, + "Ġlidar": 60192, + "ĠSATs": 60193, + "humans": 60194, + "Advice": 60195, + "ĠSicilian": 60196, + "Economics": 60197, + "ва": 60198, + "straight": 60199, + "Ġflavonoid": 60200, + "ĠARTICLE": 60201, + "ĠPullman": 60202, + "ĠMcKinney": 60203, + "imono": 60204, + "ĠTortoise": 60205, + "Ġsquatting": 60206, + "Parkinson": 60207, + "Ġagonists": 60208, + "Ġupheavals": 60209, + "ĠResponding": 60210, + "Movement": 60211, + "ĠReykj": 60212, + "åľ¨": 60213, + "Ġbulldo": 60214, + "ĠMesoamerica": 60215, + "ĠHelicobacter": 60216, + "ĠUpanishads": 60217, + "ĠAshkenazi": 60218, + "ĠSafeguarding": 60219, + "Ġatlases": 60220, + "Ġinvisibility": 60221, + "-February": 60222, + "Ġiced": 60223, + "COR": 60224, + "Dave": 60225, + "Groups": 60226, + "Hib": 60227, + "Mixed": 60228, + "Rate": 60229, + "Rib": 60230, + "Vac": 60231, + "distance": 60232, + "eo": 60233, + "|âĢľ": 60234, + "|What": 60235, + "Ġaural": 60236, + "atation": 60237, + "utu": 60238, + "Ġuveitis": 60239, + "ĠIren": 60240, + "ĠCote": 60241, + "ĠCister": 60242, + "oprene": 60243, + "ĠPru": 60244, + "abc": 60245, + "Ġwean": 60246, + "Ġcanary": 60247, + "ivi": 60248, + "ĠHymn": 60249, + "ĠWern": 60250, + "Ġrue": 60251, + "ocia": 60252, + "ĠRin": 60253, + "ĠRashi": 60254, + "Ġenmity": 60255, + "Ġshavings": 60256, + "ĠNes": 60257, + "ĠNaj": 60258, + "riev": 60259, + "Ġabounds": 60260, + "ĠLice": 60261, + "osta": 60262, + "ardin": 60263, + "akarta": 60264, + "Ġdisheart": 60265, + "Ġcompels": 60266, + "apot": 60267, + "igny": 60268, + "Ġcommut": 60269, + "ileo": 60270, + "ĠKorn": 60271, + "Ġrams": 60272, + "Ġunderprivileged": 60273, + "Ġgenitive": 60274, + "Ġindented": 60275, + "Invasive": 60276, + "Ġlocates": 60277, + "ioids": 60278, + "ielder": 60279, + "Ġcommonality": 60280, + "Ġvex": 60281, + "aneum": 60282, + "Ġencod": 60283, + "Ġcrum": 60284, + "autom": 60285, + "ĠCarrying": 60286, + "Cham": 60287, + "regardless": 60288, + "Ġsupercap": 60289, + "ĠContamin": 60290, + "umbles": 60291, + "Ġpreponder": 60292, + "ĠSecular": 60293, + "ĠArtic": 60294, + "Ġrapidity": 60295, + "-terminal": 60296, + "Ġepig": 60297, + "ĠNowhere": 60298, + "ĠComedy": 60299, + "Ġlegislator": 60300, + "ĠChew": 60301, + "Array": 60302, + "Ġsemin": 60303, + "Ġâĩ": 60304, + "Ġlicences": 60305, + "RIP": 60306, + "VIDIA": 60307, + "Ġsedatives": 60308, + "ĠCaregivers": 60309, + "ĠKeny": 60310, + "Ġambivalent": 60311, + "ĠRobust": 60312, + "Ġmembranous": 60313, + "Quiz": 60314, + "ĠEthanol": 60315, + "CHAPTER": 60316, + "forested": 60317, + "-November": 60318, + "ĠAziz": 60319, + "RSV": 60320, + "Manual": 60321, + "-Val": 60322, + "Ġrenters": 60323, + "-trapping": 60324, + "ĠRodney": 60325, + "rettably": 60326, + "ĠDryden": 60327, + "Ġlagged": 60328, + "ĠGauss": 60329, + "ĠGabon": 60330, + "Ġdoughnut": 60331, + "Ġparser": 60332, + "Ġparadoxes": 60333, + "-supply": 60334, + "Ġpeatlands": 60335, + "Ġsoftener": 60336, + "Ġpaganism": 60337, + "-expanding": 60338, + "Respect": 60339, + "Ġdearly": 60340, + "ĠHarperCollins": 60341, + "discovered": 60342, + "Ġgingival": 60343, + "Ġdisintegrated": 60344, + "Ġenforces": 60345, + "ĠHoffmann": 60346, + "ĠAggressive": 60347, + "Ġfingerprinting": 60348, + "ὸ": 60349, + "ĠPillars": 60350, + "Ġcremated": 60351, + "ĠHernandez": 60352, + "antibodies": 60353, + "Ġwobble": 60354, + "Ġcicadas": 60355, + "ĠCohort": 60356, + "Ġdecoction": 60357, + "Ġdebunked": 60358, + "ĠZedong": 60359, + "ĠSartre": 60360, + "Ġadamant": 60361, + "ĠPlutarch": 60362, + "Ġexcitatory": 60363, + "Ġhiccups": 60364, + "Ontario": 60365, + "ĠNarendra": 60366, + "Ġmisnomer": 60367, + "-It": 60368, + ".get": 60369, + "Aw": 60370, + "Cad": 60371, + "Failure": 60372, + "Hear": 60373, + "Label": 60374, + "MER": 60375, + "Prol": 60376, + "Sar": 60377, + "Tet": 60378, + "Tourism": 60379, + "Watching": 60380, + "bilis": 60381, + "kb": 60382, + "tool": 60383, + "ÃĦ": 60384, + "Ġameric": 60385, + "recent": 60386, + "Ġsows": 60387, + "alik": 60388, + "Ġhust": 60389, + "iloqu": 60390, + "ĠTain": 60391, + "rai": 60392, + "ulants": 60393, + "geographic": 60394, + "ĠMata": 60395, + "âĢĻts": 60396, + "ĠPRA": 60397, + "ĠBN": 60398, + "ĠBian": 60399, + "ĠBanc": 60400, + "Ġrans": 60401, + "occo": 60402, + "ortices": 60403, + "andha": 60404, + "ĠFuchs": 60405, + "ĠRent": 60406, + "ĠNach": 60407, + "ĠLeth": 60408, + "ĠOc": 60409, + "ĠOu": 60410, + "aterals": 60411, + "epers": 60412, + "Ġunearth": 60413, + "Ġunsecured": 60414, + "ĠKU": 60415, + "ĠKhat": 60416, + "Ġroaches": 60417, + "ĠChávez": 60418, + "Ġblobs": 60419, + "Ġ\"\"": 60420, + "Ġ\"-": 60421, + "ĠVIP": 60422, + "Ġreputations": 60423, + "Ġexpatri": 60424, + "awks": 60425, + "ronts": 60426, + "Ġcafe": 60427, + "ĠWeiz": 60428, + "Ġretrov": 60429, + "aziland": 60430, + "ikk": 60431, + "Ġuntested": 60432, + "Ġnontoxic": 60433, + "Ġbookmarks": 60434, + "Ġpasting": 60435, + "ĠUSP": 60436, + "Ġcranium": 60437, + "beautiful": 60438, + "Ġphotosynt": 60439, + "unto": 60440, + "ĠCalvert": 60441, + "â̦)Ċ": 60442, + "Ġfeedstocks": 60443, + "nova": 60444, + "-hah": 60445, + "-given": 60446, + "ombie": 60447, + "ĠTransaction": 60448, + "Ġindustrialists": 60449, + "ĠJournalists": 60450, + "ĠDesdemona": 60451, + "ĠCheer": 60452, + "ĠInterfer": 60453, + "metto": 60454, + "Ġreproduc": 60455, + "ĠMorality": 60456, + "Ark": 60457, + "Ġcarbure": 60458, + "ĠAttachment": 60459, + "Ġshuttles": 60460, + "Ġirritations": 60461, + "ĠProponents": 60462, + "immunity": 60463, + "Ġlipoproteins": 60464, + "Ġfurrow": 60465, + "Ġseventies": 60466, + "Ġshrank": 60467, + "aisal": 60468, + "ĠwiseGEEK": 60469, + "Ġsheltering": 60470, + "Geo": 60471, + "Ġradiators": 60472, + "Ġradiographic": 60473, + "Ġhealer": 60474, + "ĠAudi": 60475, + "Ġresonated": 60476, + "ĠThirdly": 60477, + "iyama": 60478, + "ĠExecution": 60479, + "oddard": 60480, + "ĠVillages": 60481, + "carus": 60482, + "ĠKiribati": 60483, + "ĠLuigi": 60484, + "simply": 60485, + "ĠApartheid": 60486, + "ĠTanner": 60487, + "Ġlaminar": 60488, + "ĠMATH": 60489, + "oustics": 60490, + "ĠOsteoarthritis": 60491, + "ĠContracts": 60492, + "ĠAwesome": 60493, + "ĠHodges": 60494, + "agnetism": 60495, + "ĠCascades": 60496, + "ĠFOOD": 60497, + "Ġendothelium": 60498, + "ĠSickle": 60499, + "Ġinactivation": 60500, + "Ġinfrastructural": 60501, + "ĠKunst": 60502, + "Ġhydrophilic": 60503, + "ĠRebbe": 60504, + "Ġnewcomer": 60505, + "Garlic": 60506, + "ĠBenchmark": 60507, + "Ġsnippet": 60508, + "Ġstaggered": 60509, + "ĠGravitational": 60510, + "separate": 60511, + "ĠJharkhand": 60512, + "Anthony": 60513, + "ĠConsolidated": 60514, + "Ġamazement": 60515, + "Ġunabated": 60516, + "Ġprerogative": 60517, + "ĠPembroke": 60518, + "ĠSermon": 60519, + "'Re": 60520, + "(l": 60521, + "-available": 60522, + "-psych": 60523, + "-vehicle": 60524, + ".Q": 60525, + "Gran": 60526, + "peg": 60527, + "vari": 60528, + "áĢ": 60529, + "Ġbart": 60530, + "oulli": 60531, + "Ġtoppings": 60532, + "omist": 60533, + "ĠTent": 60534, + "olam": 60535, + "utton": 60536, + "urates": 60537, + "chua": 60538, + "Ġyummy": 60539, + "Ġstared": 60540, + "ĠAver": 60541, + "ĠPinn": 60542, + "ĠPfe": 60543, + "ĠBroc": 60544, + "quote": 60545, + "ĠHanging": 60546, + "Ġatria": 60547, + "ĠDora": 60548, + "ĠDivided": 60549, + "ĠFoam": 60550, + "Ġshaved": 60551, + "ĠGow": 60552, + "ĠGour": 60553, + "ĠLOT": 60554, + "agrass": 60555, + "Ġalluring": 60556, + "ĠUral": 60557, + "Ġcontrived": 60558, + "endi": 60559, + "cci": 60560, + "ĠJian": 60561, + "ĠJSTOR": 60562, + "ignity": 60563, + "Ġsoviet": 60564, + "Ġunspoken": 60565, + "ĠKall": 60566, + "ĠKumb": 60567, + "ĠKwa": 60568, + "Ġovercast": 60569, + "ĠChong": 60570, + "intra": 60571, + "ternut": 60572, + "Ġundercut": 60573, + "Ġnois": 60574, + "oldering": 60575, + "ĠAlarm": 60576, + "ĠAsa": 60577, + "Ġmah": 60578, + "ĠSpice": 60579, + "Ġplaning": 60580, + "Ġelector": 60581, + "venom": 60582, + "arca": 60583, + "-fly": 60584, + "iky": 60585, + "ĠAtoms": 60586, + "Ġcondomin": 60587, + "ĠNationalism": 60588, + "-male": 60589, + "ĠBlast": 60590, + "ĠBlanch": 60591, + "Ġkindred": 60592, + "-tuned": 60593, + "loff": 60594, + "looming": 60595, + "applic": 60596, + "Ġphotogram": 60597, + "registered": 60598, + "Ġcheckers": 60599, + "-warming": 60600, + "ĠPeking": 60601, + "ĠAppointment": 60602, + "ĠiPS": 60603, + "-hungry": 60604, + "ĠBoomers": 60605, + "Ġangler": 60606, + "Ġballroom": 60607, + "ukah": 60608, + "irab": 60609, + "Ġconflicted": 60610, + "Projects": 60611, + "ĠArendt": 60612, + "ĠBrack": 60613, + "altz": 60614, + "Ġstreamed": 60615, + "Ġemailing": 60616, + "-Ant": 60617, + "ETT": 60618, + "Ġsacrum": 60619, + "ĠRevis": 60620, + "ĠLatinx": 60621, + "ĠâĤ¹": 60622, + "-rein": 60623, + "ajo": 60624, + "ĠDelft": 60625, + "Ġgunfire": 60626, + "ĠEndurance": 60627, + "ĠΩ": 60628, + "Mechan": 60629, + "Whoever": 60630, + "ĠPhotographic": 60631, + "ĠMidrash": 60632, + "-office": 60633, + "Ġdictating": 60634, + "Ġthermoelectric": 60635, + "ĠVanuatu": 60636, + "Ġloaned": 60637, + "Ġbuckling": 60638, + "Ġarcade": 60639, + "Ġ×¢": 60640, + "therefore": 60641, + "Emily": 60642, + "ĠPuja": 60643, + "ĠCarlisle": 60644, + "ĠSherwood": 60645, + "Ġdialectic": 60646, + "Ġcondemns": 60647, + "Ġdismissing": 60648, + "-travel": 60649, + "aguars": 60650, + "ĠCheney": 60651, + "Ġassassin": 60652, + "Ġthirties": 60653, + "ĠCrusoe": 60654, + "Ġconcisely": 60655, + "ĠBrahmin": 60656, + "Ġlobbyists": 60657, + "FOA": 60658, + "ĠTabernacle": 60659, + "Saturn": 60660, + "ĠInformatics": 60661, + "Ġcamouflaged": 60662, + "ĠÃīcole": 60663, + "ĠTrigon": 60664, + "Kennedy": 60665, + "mercially": 60666, + "Ġarthropod": 60667, + "ĠTacitus": 60668, + "Ġkayak": 60669, + "ĠArgumentative": 60670, + "-Canadian": 60671, + "Barbara": 60672, + "ĠOsmosis": 60673, + "Ġwaterlogged": 60674, + "ĠAutobiography": 60675, + "ĠEnrichment": 60676, + "ĠGuthrie": 60677, + "ĠTutankhamun": 60678, + "ĠLimerick": 60679, + "().": 60680, + ")âĢĵ": 60681, + ",(": 60682, + "BW": 60683, + "Bir": 60684, + "Gent": 60685, + "Hidden": 60686, + "Herb": 60687, + "Hemp": 60688, + "Jordan": 60689, + "Lisa": 60690, + "Nation": 60691, + "Unt": 60692, + "_T": 60693, + "rida": 60694, + "southern": 60695, + "tools": 60696, + "å±": 60697, + "Ġtas": 60698, + "Ġostrich": 60699, + "Ġpours": 60700, + "aric": 60701, + "icas": 60702, + "Ġdahl": 60703, + "etted": 60704, + "ĠAlic": 60705, + "ayne": 60706, + "ĠCafe": 60707, + "Ġwharf": 60708, + "ĠMane": 60709, + "ĠMEP": 60710, + "ĠPAL": 60711, + "usse": 60712, + "ĠWMO": 60713, + "ĠDIR": 60714, + "ĠEdom": 60715, + "Ġleeks": 60716, + "allenged": 60717, + "thermia": 60718, + "Ġuninfected": 60719, + "jections": 60720, + "Ġchildless": 60721, + "ĠVaginal": 60722, + "Ġheritable": 60723, + "ĠAsylum": 60724, + "Ġglioblastoma": 60725, + "Ġboaters": 60726, + "|||": 60727, + "Ġserfs": 60728, + "âĢľFrom": 60729, + "Ġequips": 60730, + "anguine": 60731, + "Ġmethionine": 60732, + "ĠReleases": 60733, + "-coll": 60734, + "ĠEnemy": 60735, + "Ġcrumbs": 60736, + "Ġnutty": 60737, + "-tasting": 60738, + "-trip": 60739, + "ushu": 60740, + "iams": 60741, + "Ġsleepers": 60742, + "Ġgeographers": 60743, + "ophthora": 60744, + "Ġselector": 60745, + "INES": 60746, + "Ġharassing": 60747, + "ĠSmell": 60748, + "Ġpanes": 60749, + "Ġpetting": 60750, + "Ġstarlight": 60751, + "aigne": 60752, + "Ġfloodwaters": 60753, + "ĠADV": 60754, + "ĠISRO": 60755, + "Plato": 60756, + "Ġtouchscreen": 60757, + "Dementia": 60758, + "ĠSkull": 60759, + "ĠStudyMode": 60760, + "Ġmicrometer": 60761, + "oshas": 60762, + "ĠKarls": 60763, + "ĠLimb": 60764, + "Ġporches": 60765, + "preferably": 60766, + "Ġwrapper": 60767, + "Ġimbalanced": 60768, + "Ġcytoplasmic": 60769, + "Ġconceptualize": 60770, + "aunton": 60771, + "ĠRosie": 60772, + "Ġcruciate": 60773, + "Ġotolaryng": 60774, + "ĠHDMI": 60775, + "ĠUTIs": 60776, + "Ġendometrium": 60777, + "continue": 60778, + "ĠCortex": 60779, + "ĠCaucasians": 60780, + "ĠHeinz": 60781, + "Ġunrelenting": 60782, + "ĠReinforcement": 60783, + "Poetry": 60784, + "Melan": 60785, + "Ġperceptible": 60786, + "Ġepigenetics": 60787, + "odendrons": 60788, + "ĠGolan": 60789, + "ĠAccelerated": 60790, + "ĠImagery": 60791, + "ĠUPSC": 60792, + "Increasingly": 60793, + "Ġrehabilitated": 60794, + "Ġdiatoms": 60795, + "ĠPoliticians": 60796, + "Ġcivility": 60797, + "Ġcluttered": 60798, + "Purple": 60799, + "Damage": 60800, + "Ġparabola": 60801, + "Ġfenugreek": 60802, + "ategorized": 60803, + "Ġanatomically": 60804, + "ĠSSRIs": 60805, + "Ġartichokes": 60806, + "ĠEARTH": 60807, + "-improvement": 60808, + "Ġaudiovisual": 60809, + "%);": 60810, + ",âĢĶ": 60811, + "/output": 60812, + "Counter": 60813, + "Hip": 60814, + "KY": 60815, + "Ship": 60816, + "Solving": 60817, + "[[": 60818, + "bath": 60819, + "drops": 60820, + "dahl": 60821, + "fc": 60822, + "iq": 60823, + "machine": 60824, + "pter": 60825, + "tower": 60826, + "tiny": 60827, + "ÅĻ": 60828, + "inflammatory": 60829, + "Ġbribes": 60830, + "Ġinroads": 60831, + "Ġdarts": 60832, + "ĠTars": 60833, + "ĠSox": 60834, + "ĠBEL": 60835, + "osceles": 60836, + "ĠHIS": 60837, + "ĠWheels": 60838, + "unberg": 60839, + "Ġnotations": 60840, + "Ġshouts": 60841, + "ĠGesch": 60842, + "ĠLumber": 60843, + "ĠLeningrad": 60844, + "ĠUppsala": 60845, + "Ġunending": 60846, + "Ġscold": 60847, + "Ġrecircul": 60848, + "ĠKangaroo": 60849, + "ĠYesterday": 60850, + "henburg": 60851, + "archives": 60852, + "Ġwhereupon": 60853, + "Ġpubs": 60854, + "ĠAlbrecht": 60855, + "Ġglioma": 60856, + "ĠScaling": 60857, + "Ġconfound": 60858, + "Ġconfounded": 60859, + "Ġfewest": 60860, + "-fil": 60861, + "Ġforearms": 60862, + "ĠReuben": 60863, + "ĠExclusive": 60864, + "apshot": 60865, + "escens": 60866, + "Ġdogmatic": 60867, + "ĠGeese": 60868, + "ĠGenerate": 60869, + "Alb": 60870, + "Chocolate": 60871, + "Ġcopep": 60872, + "goo": 60873, + "-will": 60874, + "eba": 60875, + "ĠXXX": 60876, + "Ġoriginator": 60877, + "ĠPreface": 60878, + "ĠPerpet": 60879, + "ĠMegh": 60880, + "ĠHarley": 60881, + "ĠEdible": 60882, + "ĠAcet": 60883, + "ĠAugsburg": 60884, + "ĠIncidence": 60885, + "ACL": 60886, + "Isn": 60887, + "Ġdiversifying": 60888, + "Ġcomforted": 60889, + "Arthritis": 60890, + "Ġshipyard": 60891, + "richt": 60892, + "ulsory": 60893, + "Ġpurebred": 60894, + "ĠBethel": 60895, + "Ġ>>Ċ": 60896, + "address": 60897, + "Ġobliterated": 60898, + "Contains": 60899, + "Contrast": 60900, + "guid": 60901, + "Partial": 60902, + "/page": 60903, + "MPs": 60904, + "Ġforecasted": 60905, + "ĠImpulse": 60906, + "ĠBrainstorm": 60907, + "ĠIntegral": 60908, + "ĠChallenging": 60909, + "Objects": 60910, + "ĠJupiterimages": 60911, + "ĠSacrifice": 60912, + "Supplement": 60913, + "ĠViennese": 60914, + "Ġantimony": 60915, + "Ġpolicymaking": 60916, + "ĠZionists": 60917, + "continuous": 60918, + "ĠSlavonic": 60919, + "ĠRequirement": 60920, + "ĠRuiz": 60921, + "Ġstatisticians": 60922, + "Ġbogus": 60923, + "Ġprudence": 60924, + "WWF": 60925, + "ĠFascist": 60926, + "Ġconjunctiva": 60927, + "Ġmicromet": 60928, + "Ġbosom": 60929, + "Ġpagoda": 60930, + "Ġcounsellors": 60931, + "Ġfiduc": 60932, + "Ġrelinquish": 60933, + "Ġebb": 60934, + "ĠRBCs": 60935, + "Ġunequivocal": 60936, + "ERICAN": 60937, + "Ġglamorous": 60938, + "Ġwielded": 60939, + "Nursing": 60940, + "Pictures": 60941, + "ĠTyndale": 60942, + "ĠChippewa": 60943, + "ĠBoleyn": 60944, + "âĶĢâĶĢ": 60945, + "ĠAdderall": 60946, + "ĠChisholm": 60947, + "Bart": 60948, + "Grid": 60949, + "NZ": 60950, + "Ske": 60951, + "TW": 60952, + "bok": 60953, + "dt": 60954, + "dot": 60955, + "diss": 60956, + "payers": 60957, + "rater": 60958, + "violent": 60959, + "wit": 60960, + "inality": 60961, + "review": 60962, + "Ġfelling": 60963, + "oult": 60964, + "Ġstomp": 60965, + "ĠIso": 60966, + "ĠICs": 60967, + "ĠCó": 60968, + "ĠMPS": 60969, + "ĠPry": 60970, + "ĠPivot": 60971, + "ĠBRI": 60972, + "romic": 60973, + "ĠWBC": 60974, + "Ġchoked": 60975, + "ortheast": 60976, + "ĠDerb": 60977, + "ĠLanger": 60978, + "agination": 60979, + "plating": 60980, + "ĠOlsen": 60981, + "ĠStella": 60982, + "Ġcolumb": 60983, + "ĠChaco": 60984, + "Ġaground": 60985, + "yshire": 60986, + "Ġaccol": 60987, + "inky": 60988, + "Ġtransboundary": 60989, + "Ġhumbly": 60990, + "Ġcuriously": 60991, + "undo": 60992, + "Ġreduct": 60993, + "Ġbellows": 60994, + "Ġpointy": 60995, + "Ġheretical": 60996, + "ĠOnions": 60997, + "Ġkinder": 60998, + "Ġwindpipe": 60999, + "ĠImplant": 61000, + "ĠPeat": 61001, + "ĠIIT": 61002, + "ĠFlinders": 61003, + "Ġmisper": 61004, + "Ġboxer": 61005, + "Ġmaladies": 61006, + "ogenetics": 61007, + "Beat": 61008, + "Beans": 61009, + "Ġsandpaper": 61010, + "Resilience": 61011, + "Ġigniting": 61012, + "Ġradiois": 61013, + "ĠChewing": 61014, + "ĠInterfaces": 61015, + "ĠHeld": 61016, + "ĠRelational": 61017, + "Ġrebutt": 61018, + "-Bapt": 61019, + "ĠPauling": 61020, + "-Din": 61021, + "Ġgrandma": 61022, + "ĠSupplementary": 61023, + "Ġtowing": 61024, + "ĠTerre": 61025, + "Ġsmoothness": 61026, + "Ġrigged": 61027, + "-La": 61028, + "ĠStarts": 61029, + "ĠAngelou": 61030, + "ĠWallis": 61031, + "ĠLovell": 61032, + "Consuming": 61033, + "ĠTHEM": 61034, + "ĠInvestigating": 61035, + "Ġappetites": 61036, + "Ġcelib": 61037, + "Ġspiraling": 61038, + "ĠPathogens": 61039, + "-knit": 61040, + "ĠNaCl": 61041, + "ĠDunes": 61042, + "Emperor": 61043, + "Ġmantis": 61044, + "-regulating": 61045, + "Ġsapon": 61046, + "Ġglycolysis": 61047, + "Ġtheorize": 61048, + "ĠIgor": 61049, + "ĠDerry": 61050, + "ĠCelestial": 61051, + "Ġuncharted": 61052, + "Ġsummons": 61053, + "ĠTheodor": 61054, + "Respiratory": 61055, + "Ġrejoicing": 61056, + "ĠBrewster": 61057, + "Ġfirmer": 61058, + "ĠRancho": 61059, + "ĠSulawesi": 61060, + "Ġextrapolate": 61061, + "ĠXVIII": 61062, + "ĠAnkara": 61063, + "Ġtrespass": 61064, + "Ġembankment": 61065, + "ĠClearinghouse": 61066, + "Kentucky": 61067, + "ĠTriton": 61068, + "Ġhydraulics": 61069, + "ĠOjibwe": 61070, + "Ġfeldspar": 61071, + "ystagmus": 61072, + ".am": 61073, + "/Share": 61074, + "HU": 61075, + "Kel": 61076, + "Pump": 61077, + "Roughly": 61078, + "_D": 61079, + "bart": 61080, + "bron": 61081, + "cio": 61082, + "gson": 61083, + "hires": 61084, + "tab": 61085, + "wel": 61086, + "Ġwane": 61087, + "itum": 61088, + "oraph": 61089, + "Ġpund": 61090, + "alpine": 61091, + "Ġmuse": 61092, + "Ġhunch": 61093, + "stories": 61094, + "Ġyams": 61095, + "ĠClicking": 61096, + "ifery": 61097, + "ĠPoke": 61098, + "ĠPTA": 61099, + "Ġweir": 61100, + "ĠBurs": 61101, + "ĠBRE": 61102, + "ochet": 61103, + "ĠDISE": 61104, + "ĠEun": 61105, + "ĠGrading": 61106, + "ulturation": 61107, + "ishingly": 61108, + "Ġflamb": 61109, + "ĠAssemb": 61110, + "stands": 61111, + "Ġsloppy": 61112, + "ĠIsla": 61113, + "Ġdevoting": 61114, + "ĠReceived": 61115, + "Ġhardworking": 61116, + "ĠOrr": 61117, + "-listed": 61118, + "ĠBrits": 61119, + "aptor": 61120, + "â̦I": 61121, + "Ġfruity": 61122, + "Ġirred": 61123, + "Ġadjour": 61124, + "breed": 61125, + "ĠComanche": 61126, + "Ġnovella": 61127, + "ambered": 61128, + "-Arab": 61129, + "Ġhomophobia": 61130, + "Ġloader": 61131, + "ĠDeccan": 61132, + "-Bir": 61133, + "Ġfrantic": 61134, + "Ġreinteg": 61135, + "Ġü": 61136, + "glucose": 61137, + "Ġunpaste": 61138, + "Ġbotulinum": 61139, + "Intel": 61140, + "ĠС": 61141, + "Ġpacemakers": 61142, + "Ġbeetroot": 61143, + "Ġloudness": 61144, + "oisse": 61145, + "Ġterminates": 61146, + "ĠMAKE": 61147, + "prevent": 61148, + "ĠPyrenees": 61149, + "Ġdialectical": 61150, + "Ġdermatology": 61151, + "runners": 61152, + "Asked": 61153, + "Ġaffectionately": 61154, + "Ġvestiges": 61155, + "oxyrib": 61156, + "ĠPermaculture": 61157, + "|Total": 61158, + "Ġcinematic": 61159, + "Ġlingers": 61160, + "Ġcompulsions": 61161, + "Ġnecrotic": 61162, + "Ġplunger": 61163, + "Ġvaulted": 61164, + "Ġhenry": 61165, + "ĠHorticultural": 61166, + "-price": 61167, + "Ġartefact": 61168, + "Optional": 61169, + "ĠCarbohydrate": 61170, + "Norway": 61171, + "Ġneuroma": 61172, + "Ġunscathed": 61173, + "ĠAffecting": 61174, + "emergency": 61175, + "ĠPillar": 61176, + "ĠGreensboro": 61177, + "ĠGraphene": 61178, + "Ġmonoculture": 61179, + "Ensuring": 61180, + "Ġoppressors": 61181, + "Ġtorrential": 61182, + "ĠHittite": 61183, + "Ġblemishes": 61184, + "Ġacupunct": 61185, + "phthalmic": 61186, + "ĠCafé": 61187, + "Ġconspirators": 61188, + "ĠYusuf": 61189, + "ĠGantt": 61190, + "Ġinclinations": 61191, + "Ġparishioners": 61192, + "-ing": 61193, + "Condition": 61194, + "Film": 61195, + "Gab": 61196, + "PB": 61197, + "ULE": 61198, + "[s": 61199, + "blown": 61200, + "nuclear": 61201, + "products": 61202, + "wers": 61203, + "Ãħ": 61204, + "ä¼": 61205, + "Ġtes": 61206, + "Ġssh": 61207, + "Ġome": 61208, + "Ġfists": 61209, + "Ġdiced": 61210, + "lees": 61211, + "vector": 61212, + "ĠIOC": 61213, + "ĠCess": 61214, + "ĠMisc": 61215, + "ĠPong": 61216, + "ĠPEP": 61217, + "ĠBucks": 61218, + "ĠBunker": 61219, + "quette": 61220, + "udson": 61221, + "ĠDye": 61222, + "ĠFarr": 61223, + "artic": 61224, + "ĠNaming": 61225, + "ĠGmail": 61226, + "ĠLaugh": 61227, + "permanent": 61228, + "Ġperimen": 61229, + "Ġjig": 61230, + "Ġjames": 61231, + "Ġevicted": 61232, + "Ġscrabble": 61233, + "isham": 61234, + "ĠChitt": 61235, + "ĠWex": 61236, + "alek": 61237, + "expert": 61238, + "Ġclassically": 61239, + "Ġmaids": 61240, + "ĠScalia": 61241, + "âĢľT": 61242, + "Ġdemography": 61243, + "Ġpainkiller": 61244, + "Ġmajorities": 61245, + "Ġ&Ċ": 61246, + "ĠExhaust": 61247, + "para": 61248, + "Ġindustrially": 61249, + "ĠBeit": 61250, + "forces": 61251, + "ĠLehigh": 61252, + "ĠMari": 61253, + "Ġvegetated": 61254, + "ĠPrest": 61255, + "Ġaffluence": 61256, + "Ġimmediacy": 61257, + "ĠHerr": 61258, + "ĠMonash": 61259, + "ĠWatergate": 61260, + "Ġschism": 61261, + "ĠSurreal": 61262, + "containing": 61263, + "breast": 61264, + "ruptive": 61265, + "ĠConfession": 61266, + "Ġclicker": 61267, + "meters": 61268, + "Ġstormed": 61269, + "Arc": 61270, + "ĠSpacecraft": 61271, + "ĠMarkus": 61272, + "zyk": 61273, + "ĠRetriever": 61274, + "Ġreinstated": 61275, + "ĠExperiencing": 61276, + "ĠBrethren": 61277, + "ĠCaution": 61278, + "Ġpassageways": 61279, + "ommunity": 61280, + "Ġlensing": 61281, + "Ġг": 61282, + "Ġneutralized": 61283, + "Ġfoal": 61284, + "Ġconveyance": 61285, + "Ġimpairing": 61286, + "ĠCPD": 61287, + "ĠCopies": 61288, + "ĠRestrictions": 61289, + "ĠCHILDREN": 61290, + "Cooper": 61291, + "ĠTextiles": 61292, + "ĠNepalese": 61293, + "Ġsauerkraut": 61294, + "Ġcarpentry": 61295, + "Ġalkaloid": 61296, + "Ġoctop": 61297, + "slope": 61298, + "ĠStorms": 61299, + "Ġravine": 61300, + "Larger": 61301, + "-mechanical": 61302, + "Curiosity": 61303, + "ĠRuins": 61304, + "ĠCrypto": 61305, + "Ġswayed": 61306, + "Ġoncologists": 61307, + "Focusing": 61308, + "Ġdichotom": 61309, + "YPES": 61310, + "ĠOpinions": 61311, + "âĤģ": 61312, + "ĠHierarchy": 61313, + "Ġneuropsychiatric": 61314, + "Ġsebaceous": 61315, + "ulnerability": 61316, + "Ġincinerators": 61317, + "ĠMondays": 61318, + "ĠKickstarter": 61319, + "ĠCinderella": 61320, + "icentennial": 61321, + "Ġchastity": 61322, + "Ġdisillusioned": 61323, + "Ġchloroplasts": 61324, + "LGBT": 61325, + "Charlotte": 61326, + "Ġindisputable": 61327, + "Ġfalciparum": 61328, + "incorporated": 61329, + "Ġmonsoons": 61330, + "Ġcuttlefish": 61331, + "VIRONMENT": 61332, + "Breathing": 61333, + "Gy": 61334, + "HWH": 61335, + "Jour": 61336, + "Listed": 61337, + "determ": 61338, + "youtu": 61339, + "zman": 61340, + "ĠcDNA": 61341, + "arii": 61342, + "Ġlapses": 61343, + "Ġgol": 61344, + "ayat": 61345, + "ĠCK": 61346, + "ĠCabbage": 61347, + "Ġanod": 61348, + "ĠMock": 61349, + "ĠBrest": 61350, + "romo": 61351, + "quil": 61352, + "ĠDISC": 61353, + "ĠDeeper": 61354, + "Ġenema": 61355, + "ĠNAC": 61356, + "ĠLESS": 61357, + "akti": 61358, + "aup": 61359, + "Ġunil": 61360, + "ĠKhor": 61361, + "ĠKuk": 61362, + "Ġgoiter": 61363, + "ĠVind": 61364, + "ĠVibr": 61365, + "ĠVOA": 61366, + "Ġphyll": 61367, + "Ġmedd": 61368, + "Ġcaesar": 61369, + "ĠAlba": 61370, + "ggies": 61371, + "Ġbacklog": 61372, + "Ġmaterialize": 61373, + "Ġantimal": 61374, + "ĠShields": 61375, + "ĠZip": 61376, + "Ġcymb": 61377, + "Ġcollegiate": 61378, + "relatively": 61379, + "ĠMarried": 61380, + "ĠXIX": 61381, + "Ġ/Ċ": 61382, + "Ġframers": 61383, + "Ġtabletop": 61384, + "Expect": 61385, + "Examine": 61386, + "Ġbenefitting": 61387, + "attention": 61388, + "Ġuncovers": 61389, + "Ġmaxillary": 61390, + "Ġcelebratory": 61391, + "Ġradiofrequency": 61392, + "rophin": 61393, + "Ġpleases": 61394, + "ĠBeloved": 61395, + "Ġvaluables": 61396, + "Ġgrandiose": 61397, + "Ġfundamentalist": 61398, + "Teeth": 61399, + "áp": 61400, + "ĠPosters": 61401, + "Ġimperatives": 61402, + "ĠDivinity": 61403, + "Ġelectroencephal": 61404, + "Ġcolumnar": 61405, + "ĠCreates": 61406, + "-clad": 61407, + "Ġinfantile": 61408, + "Ġcashier": 61409, + "Ġcoconuts": 61410, + "ĠSignature": 61411, + "ecessity": 61412, + "ĠPeninsular": 61413, + "ĠSonoma": 61414, + "ĠESG": 61415, + "Ġmelanomas": 61416, + "ĠPAGE": 61417, + "Ġrenounced": 61418, + "Ġsorrows": 61419, + "Ġphonology": 61420, + "rishnan": 61421, + "/bin": 61422, + "Ġstratigraphy": 61423, + "Ġhollowed": 61424, + "ĠComparisons": 61425, + "Ġcontestants": 61426, + "ĠStopping": 61427, + "Ġnarrate": 61428, + "Ġhexagon": 61429, + "QUEST": 61430, + "ĠMiscellaneous": 61431, + "Ġelicits": 61432, + "Ġkisses": 61433, + "ĠCantor": 61434, + "Cycl": 61435, + "Ġemigrate": 61436, + "Satellite": 61437, + "Illinois": 61438, + "ĠAlgerian": 61439, + "Ġmusculature": 61440, + "Ġantagonism": 61441, + "Promoting": 61442, + "-capacity": 61443, + "Ġpaddling": 61444, + "Ġhijacked": 61445, + "hypertension": 61446, + "Ġhominids": 61447, + "ĠEasier": 61448, + "Ġvampires": 61449, + "osseum": 61450, + "Kindergarten": 61451, + "-diabetic": 61452, + "Ġperplexing": 61453, + "Ġtrilogy": 61454, + "Instructions": 61455, + "-scientific": 61456, + "Ġretrofitting": 61457, + "Ġgondii": 61458, + "Ġprostaglandins": 61459, + "ĠMecklenburg": 61460, + "Ġapogee": 61461, + "Ġcoerced": 61462, + "Ġdeciphered": 61463, + "ĠLincolnshire": 61464, + "ĠRedeemer": 61465, + "Ġpaucity": 61466, + "ĠCoursera": 61467, + "-Oriented": 61468, + "ĠBabylonia": 61469, + "(E": 61470, + "-ul": 61471, + ".ms": 61472, + "/se": 61473, + "Haz": 61474, + "Match": 61475, + "Node": 61476, + "NIST": 61477, + "RATION": 61478, + "Soviet": 61479, + "Sanskrit": 61480, + "UW": 61481, + "calf": 61482, + "girl": 61483, + "nus": 61484, + "pathy": 61485, + "qbal": 61486, + "vit": 61487, + "Ġtamed": 61488, + "Ġcatered": 61489, + "Ġwaved": 61490, + "orio": 61491, + "orius": 61492, + "Ġferm": 61493, + "anke": 61494, + "Ġhugging": 61495, + "Ġgable": 61496, + "ĠTope": 61497, + "igations": 61498, + "ĠAriz": 61499, + "ĠMather": 61500, + "Ġexalt": 61501, + "Ġcomedies": 61502, + "acities": 61503, + "ĠWic": 61504, + "Ġrit": 61505, + "ĠDred": 61506, + "ĠDerm": 61507, + "ĠDuties": 61508, + "unals": 61509, + "ĠGiac": 61510, + "ĠLaval": 61511, + "ostering": 61512, + "ichy": 61513, + "Ġusa": 61514, + "Ġpliers": 61515, + "Ġmores": 61516, + "Ġdisqual": 61517, + "endous": 61518, + "ipso": 61519, + "rymand": 61520, + "inds": 61521, + "ĠKus": 61522, + "ĠKeeper": 61523, + "Ġworkmanship": 61524, + "Ġhowling": 61525, + "intelligence": 61526, + "Ġchildish": 61527, + "ĠVitt": 61528, + "Ġflippers": 61529, + "Ġcoenzyme": 61530, + "Ġsociop": 61531, + "Ġdefies": 61532, + "Ġestrogens": 61533, + "âĢĶthose": 61534, + "toff": 61535, + "ĠDei": 61536, + "ĠException": 61537, + "ĠCloth": 61538, + "ĠClothes": 61539, + "Ġcondiments": 61540, + "Ġloz": 61541, + "Ġturnip": 61542, + "isches": 61543, + "autilus": 61544, + "Alike": 61545, + "Ġgeophysics": 61546, + "olicies": 61547, + "ĠGuerre": 61548, + "ĠPey": 61549, + "ĠPrevents": 61550, + "-hon": 61551, + "Ġdivul": 61552, + "Ġultrason": 61553, + "ORM": 61554, + "PACT": 61555, + "ĠTwins": 61556, + "Ġtradeoffs": 61557, + "Ġbluegrass": 61558, + "ĠBlackburn": 61559, + "Ġrotted": 61560, + "Ġhomoe": 61561, + "ĠPlanner": 61562, + "Ġdespise": 61563, + "Ġinitialize": 61564, + "blatt": 61565, + "Ġunsigned": 61566, + "ĠMarty": 61567, + "Ġsickened": 61568, + "Usage": 61569, + "ĠSamantha": 61570, + "Goals": 61571, + "ĠAdvancing": 61572, + "Ġremedied": 61573, + "ĠMerrill": 61574, + "UNF": 61575, + "ĠPottery": 61576, + "ĠEstrogen": 61577, + "ĠMapReduce": 61578, + "Ġtortillas": 61579, + "ĠCleanup": 61580, + "Incorpor": 61581, + "ĠEntity": 61582, + "azeera": 61583, + "ĠDuBois": 61584, + "Ġmulches": 61585, + "Ġtetrap": 61586, + "Significance": 61587, + "Ġsinkhole": 61588, + "Ġcocktails": 61589, + "ĠTalent": 61590, + "ĠCassius": 61591, + "winds": 61592, + "ĠFocused": 61593, + "Returning": 61594, + "ĠGibbons": 61595, + "ĠNeuros": 61596, + "protection": 61597, + "Ġsummation": 61598, + "Ġmyeloid": 61599, + "razole": 61600, + "-sixth": 61601, + "ĠTagalog": 61602, + "ĠKonstant": 61603, + "ĠBundes": 61604, + "ĠVedanta": 61605, + "ĠGamble": 61606, + "-Indo": 61607, + "ĠTaoist": 61608, + "Ġrevolver": 61609, + "ĠMycobacterium": 61610, + "Ġmisdiagnosis": 61611, + "Ġnonviolence": 61612, + "Ġkoalas": 61613, + "Ġglycerin": 61614, + "Ġtreachery": 61615, + "ĠRamsay": 61616, + "Ġtoppled": 61617, + "CRIPTION": 61618, + "ĠWentworth": 61619, + "examined": 61620, + "Ġpumice": 61621, + "ĠDiocletian": 61622, + "Ġremuneration": 61623, + "ĠTranscendental": 61624, + "Ġcarapace": 61625, + "Ġexorbitant": 61626, + "-uh": 61627, + "-Learning": 61628, + "-full": 61629, + "/Sh": 61630, + ":A": 61631, + "Diversity": 61632, + "Males": 61633, + "Pul": 61634, + "PLA": 61635, + "SV": 61636, + "]]": 61637, + "],âĢĿ": 61638, + "credit": 61639, + "graded": 61640, + "hours": 61641, + "junction": 61642, + "minton": 61643, + "Ġtaurine": 61644, + "heba": 61645, + "onials": 61646, + "Ġsifting": 61647, + "Ġslander": 61648, + "Ġora": 61649, + "Ġberm": 61650, + "leave": 61651, + "Ġreimb": 61652, + "ompson": 61653, + "ĠIves": 61654, + "ameral": 61655, + "Ġanthers": 61656, + "gev": 61657, + "Ġdeworm": 61658, + "ĠPyr": 61659, + "abuse": 61660, + "ĠBae": 61661, + "estinian": 61662, + "ppies": 61663, + "ĠWai": 61664, + "ĠDaim": 61665, + "ĠDyst": 61666, + "ĠDegas": 61667, + "ĠDramatic": 61668, + "ĠECS": 61669, + "ĠFASD": 61670, + "Ġenigma": 61671, + "ĠNHTSA": 61672, + "ĠGalle": 61673, + "ĠGymn": 61674, + "ageable": 61675, + "ecial": 61676, + "endum": 61677, + "apura": 61678, + "ĠThrace": 61679, + "Ġimpass": 61680, + "Ġunad": 61681, + "Ġunqualified": 61682, + "Ġscouring": 61683, + "ĠKund": 61684, + "Ġrazed": 61685, + "ĠYun": 61686, + "arking": 61687, + "Ġexpropri": 61688, + "Ġattains": 61689, + "Ġlonged": 61690, + "Ġcountdown": 61691, + "oyer": 61692, + "Ġextro": 61693, + "Ġreadout": 61694, + "ĠSphere": 61695, + "Ġconfining": 61696, + "âĢĶhow": 61697, + "-fated": 61698, + "-flying": 61699, + "ĠPhoebe": 61700, + "-painted": 61701, + "ringer": 61702, + "Ġhyena": 61703, + "ĠZoning": 61704, + "ĠSoak": 61705, + "ĠOnion": 61706, + "ĠFrida": 61707, + "Ġinjurious": 61708, + "ESO": 61709, + "ĠQuarry": 61710, + "Ġpurchasers": 61711, + "ĠTransmitted": 61712, + "Ġexpertly": 61713, + "Ġsavannas": 61714, + "ĠDecomp": 61715, + "Ġbattleground": 61716, + "ocha": 61717, + "ĠDistinct": 61718, + "ĠDisturb": 61719, + "Ġbowing": 61720, + "Ġdeliverables": 61721, + "ĠÃĵ": 61722, + "ĠPowerpoint": 61723, + "Ġnarrates": 61724, + "stonecraft": 61725, + "URY": 61726, + "ĠRadcliffe": 61727, + "guides": 61728, + "Ġrectifier": 61729, + "ĠGratitude": 61730, + "belts": 61731, + "ĠHumor": 61732, + "Ġschemas": 61733, + "ãģĻ": 61734, + "observ": 61735, + "Including": 61736, + "Ġporcupine": 61737, + "ĠInterested": 61738, + "Ġleaner": 61739, + "ĠCombination": 61740, + "Ġlittering": 61741, + "ĠKalim": 61742, + "ĠArafat": 61743, + "-consumer": 61744, + "ĠBronch": 61745, + "Ġerupts": 61746, + "Ġknockout": 61747, + "Ġmagnificence": 61748, + "Breeding": 61749, + "ĠPDT": 61750, + "Ġnodding": 61751, + "Ġhammering": 61752, + "Ġannotate": 61753, + "Ġengraver": 61754, + "Ġsulphide": 61755, + "ĠLEARNING": 61756, + "Ġdiscontinuity": 61757, + "responsibility": 61758, + "ĠCVS": 61759, + "Equal": 61760, + "presence": 61761, + "ĠWinnie": 61762, + "Ġá¼IJ": 61763, + "Ġbunkers": 61764, + "Ġventilators": 61765, + "ĠAhmedabad": 61766, + "ĠGloucestershire": 61767, + "ĠSTATES": 61768, + "ĠConverter": 61769, + "Gardening": 61770, + "Ġintoxicating": 61771, + "-Muslims": 61772, + "Ġincentivize": 61773, + "Creativity": 61774, + "Ġjuxtaposition": 61775, + "Ġapprehended": 61776, + "Ġmarsupials": 61777, + "Ġmonotheistic": 61778, + "Ġtorsion": 61779, + "ĠMathematica": 61780, + "ĠEchinacea": 61781, + "ĠConstituent": 61782, + "circa": 61783, + "Ġabrasions": 61784, + "Ġpreamble": 61785, + "ĠOccurrences": 61786, + "ĠZuckerberg": 61787, + "#,": 61788, + ")âĢĻ": 61789, + "-plate": 61790, + ".ed": 61791, + "?).Ċ": 61792, + "Died": 61793, + "Hob": 61794, + "HAM": 61795, + "XML": 61796, + "disp": 61797, + "hide": 61798, + "mile": 61799, + "taste": 61800, + "ư": 61801, + "åĩ": 61802, + "Ġbinaural": 61803, + "icative": 61804, + "iong": 61805, + "Ġnou": 61806, + "Ġisomer": 61807, + "ĠTNT": 61808, + "ĠSlightly": 61809, + "ĠIMS": 61810, + "ĠIMO": 61811, + "ĠCART": 61812, + "Ġwhiter": 61813, + "Ġhaird": 61814, + "ĠBSc": 61815, + "estible": 61816, + "Ġvistas": 61817, + "ĠHuygens": 61818, + "ĠWeld": 61819, + "ĠNiz": 61820, + "ĠGoss": 61821, + "platin": 61822, + "izens": 61823, + "ĠJail": 61824, + "Ġimporters": 61825, + "Ġroosts": 61826, + "Ġbluffs": 61827, + "intended": 61828, + "ĠViolent": 61829, + "obromine": 61830, + "ypass": 61831, + "Ġrepulsion": 61832, + "Ġflutter": 61833, + "Income": 61834, + "ĠHeil": 61835, + "ceptively": 61836, + "Ġsocioc": 61837, + "Ġsheen": 61838, + "ggie": 61839, + "ĠProve": 61840, + "Ġminced": 61841, + "Ġstartle": 61842, + "âĢľAfter": 61843, + "-sucking": 61844, + "Ġchangeable": 61845, + "Ġhomegrown": 61846, + "Ġdemos": 61847, + "ĠResist": 61848, + "ĠClo": 61849, + "Ġhyg": 61850, + "Ġdraper": 61851, + "Ġcysteine": 61852, + "Ġurchin": 61853, + "aiman": 61854, + "ĠCalvary": 61855, + "umpolar": 61856, + "-wired": 61857, + "-hospital": 61858, + "Ġglassy": 61859, + "Ġinsecticidal": 61860, + "ĠCounselling": 61861, + "-Com": 61862, + "ĠAngl": 61863, + "Ġfilmmaking": 61864, + "ĠMicha": 61865, + "ophyta": 61866, + "Ġcomplacent": 61867, + "Ġcreationist": 61868, + "ĠReliable": 61869, + "Ġflexing": 61870, + "Ġflexibly": 61871, + "ĠOffshore": 61872, + "Ġunsweetened": 61873, + "Ġsecretaries": 61874, + "ĠOutdoors": 61875, + "Ġrubs": 61876, + "Ġvalidates": 61877, + "ĠTreaties": 61878, + "-selective": 61879, + "Ġshelling": 61880, + "ĠMerritt": 61881, + "Ġidling": 61882, + "ĠImmigrant": 61883, + "ĠALMA": 61884, + "Ġtemporomandibular": 61885, + "Ġdiplomas": 61886, + "Ġspermato": 61887, + "ĠSusanna": 61888, + "Reporting": 61889, + "Ġfeathery": 61890, + "Ġcrusts": 61891, + "Antioxid": 61892, + "Monitor": 61893, + "persons": 61894, + "ĠOtis": 61895, + "Ġnourishes": 61896, + "Ġinconspicuous": 61897, + "maputra": 61898, + "xxx": 61899, + "ĠEuros": 61900, + "Ġinhalers": 61901, + "Anger": 61902, + "ान": 61903, + "ĠKinetic": 61904, + "ĠConducting": 61905, + "ĠSegment": 61906, + "ĠPunjabi": 61907, + "Ġgrueling": 61908, + "Ġdissecting": 61909, + "Ġergonomics": 61910, + "doesn": 61911, + "ĠMonarchs": 61912, + "ĠBohemian": 61913, + "Ġdolomite": 61914, + "ĠPropaganda": 61915, + "Employers": 61916, + "Ġquadrupled": 61917, + "pheus": 61918, + "Ġdecommissioning": 61919, + "ĠMuseo": 61920, + "ĠScheduled": 61921, + "ĠForsyth": 61922, + "ĠAnabaptist": 61923, + "Carbohydrates": 61924, + "Ġagronomic": 61925, + "ĠExaminer": 61926, + "ĠFeldman": 61927, + "Ġmycelium": 61928, + "ĠHatteras": 61929, + "Ġmischievous": 61930, + "/ob": 61931, + "Aster": 61932, + "Balt": 61933, + "Fossil": 61934, + "Hero": 61935, + "Jess": 61936, + "Lang": 61937, + "RN": 61938, + "Sv": 61939, + "Violence": 61940, + "binding": 61941, + "ferencing": 61942, + "habit": 61943, + "habilitation": 61944, + "nished": 61945, + "qq": 61946, + "sustainable": 61947, + "zah": 61948, + "zilla": 61949, + "|How": 61950, + "ilians": 61951, + "Ġreall": 61952, + "Ġrevere": 61953, + "Ġbefall": 61954, + "imat": 61955, + "idazole": 61956, + "cea": 61957, + "Ġforagers": 61958, + "Ġonerous": 61959, + "ĠAmit": 61960, + "else": 61961, + "Ġalas": 61962, + "ĠModes": 61963, + "ĠPank": 61964, + "ĠHille": 61965, + "Ġchipping": 61966, + "Ġriff": 61967, + "ĠRamp": 61968, + "unique": 61969, + "unknown": 61970, + "ĠNN": 61971, + "ĠNog": 61972, + "ĠGaming": 61973, + "Therapy": 61974, + "omez": 61975, + "reduced": 61976, + "akura": 61977, + "Ġresupply": 61978, + "Ġjammed": 61979, + "Ġquenching": 61980, + "ĠVault": 61981, + "ĠVLAN": 61982, + "ĠVogel": 61983, + "Ġsmelt": 61984, + "Ġdifferentially": 61985, + "insulin": 61986, + "Thyroid": 61987, + "ĠAnand": 61988, + "Ġbrus": 61989, + "ĠSprint": 61990, + "-breathing": 61991, + "Ġopus": 61992, + "Ġpurview": 61993, + "Ġwarlike": 61994, + "Ġweevil": 61995, + "scaping": 61996, + "-cat": 61997, + "Ġhardwired": 61998, + "Ġconnoisse": 61999, + "ontas": 62000, + "Ġcharacterise": 62001, + "-tone": 62002, + "apps": 62003, + "Ġfluoresce": 62004, + "ĠDrift": 62005, + "aughty": 62006, + "ĠManu": 62007, + "enezer": 62008, + "ĠApprox": 62009, + "Ġreflectivity": 62010, + "Ġfrailty": 62011, + "ĠTechnicians": 62012, + "Ġglassware": 62013, + "Ġriverine": 62014, + "ruptions": 62015, + "Ġdrips": 62016, + "Ġsanding": 62017, + "Ġsoutherners": 62018, + "-that": 62019, + "blance": 62020, + "Ġconvales": 62021, + "Ġrebuke": 62022, + "ĠServers": 62023, + "ĠMacau": 62024, + "ĠBiographical": 62025, + "ĠMicroscopy": 62026, + "Ġaeronautical": 62027, + "Encyclopedia": 62028, + "ĠPCM": 62029, + "Ġfabricating": 62030, + "ĠAddis": 62031, + "ĠLongman": 62032, + "ĠCreatures": 62033, + "cycline": 62034, + "orphine": 62035, + "ĠImmaculate": 62036, + "ĠMahler": 62037, + "-encompassing": 62038, + "ĠProductions": 62039, + "ãģĨ": 62040, + "ĠPrimitive": 62041, + "/hour": 62042, + "ĠHooper": 62043, + "ĠSixteen": 62044, + "Ġalbicans": 62045, + "ĠAhl": 62046, + "Ġsemicolon": 62047, + "ĠRouting": 62048, + "Ġgigabytes": 62049, + "-phosphate": 62050, + "Ġreassured": 62051, + "ĠEmbrace": 62052, + "ĠCandle": 62053, + "Swiss": 62054, + "various": 62055, + "ĠSAGE": 62056, + "scientist": 62057, + "Ġsaucepan": 62058, + "Ġoverthrew": 62059, + "Ġtamoxifen": 62060, + "Ġornamented": 62061, + "ĠChloride": 62062, + "ĠGraduates": 62063, + "buildings": 62064, + "ĠGaulle": 62065, + "Ġobjectionable": 62066, + "Ġtraverses": 62067, + "ĠSwansea": 62068, + "Ġscapula": 62069, + "ĠObstetrics": 62070, + "Ġtannin": 62071, + "â̦â̦â̦â̦â̦â̦â̦â̦": 62072, + "Ġhashtags": 62073, + "Ġaxiom": 62074, + "Ġbenevolence": 62075, + "ĠPLAY": 62076, + "ĠFantastic": 62077, + "Ġapplaud": 62078, + "ĠCaliphate": 62079, + "Karl": 62080, + "Ġmanoeuvre": 62081, + "Ġbrachial": 62082, + "ĠSUNY": 62083, + "Ġtrampoline": 62084, + "itentiary": 62085, + "Ġcantaloupe": 62086, + "Delta": 62087, + "Ky": 62088, + "Touch": 62089, + "fav": 62090, + "watching": 62091, + "Ġtusk": 62092, + "atr": 62093, + "Ġcaged": 62094, + "Ġmids": 62095, + "Ġds": 62096, + "Ġnagging": 62097, + "otropical": 62098, + "ĠCf": 62099, + "ifical": 62100, + "ĠMoringa": 62101, + "questions": 62102, + "ĠHST": 62103, + "ĠDMS": 62104, + "ĠEut": 62105, + "ĠErich": 62106, + "Ġshards": 62107, + "Ġshaker": 62108, + "ĠGanymede": 62109, + "ĠLerner": 62110, + "plitting": 62111, + "ousy": 62112, + "Ġcontending": 62113, + "ĠJed": 62114, + "Ġimpeding": 62115, + "auce": 62116, + "Ġevoking": 62117, + "ĠStell": 62118, + "ĠStiff": 62119, + "ilege": 62120, + "ĠChomsky": 62121, + "Ġneedlessly": 62122, + "arker": 62123, + "itsa": 62124, + "insert": 62125, + "Ġintercession": 62126, + "Ġentrainment": 62127, + "Ġautocl": 62128, + "arseness": 62129, + "ĠAnas": 62130, + "vesters": 62131, + "ĠScrap": 62132, + "ĠToad": 62133, + "Ġmariners": 62134, + "-pred": 62135, + "-crowned": 62136, + "Ġswirl": 62137, + "ĠEnch": 62138, + "-military": 62139, + "ĠGoeb": 62140, + "Chile": 62141, + "Ġreplanting": 62142, + "monuclear": 62143, + "shared": 62144, + "ĠAcquired": 62145, + "ĠElbow": 62146, + "ĠRecurrent": 62147, + "ICI": 62148, + "ĠSwollen": 62149, + "ranz": 62150, + "Ġcollaborates": 62151, + "oliday": 62152, + "ĠArchduke": 62153, + "Ġcountering": 62154, + "Army": 62155, + "Ġpretended": 62156, + "matter": 62157, + "ĠClemson": 62158, + "Ġminimization": 62159, + "Ġcatchments": 62160, + "ĠEmpires": 62161, + "Ġgravitate": 62162, + "Ġcarbons": 62163, + "arantine": 62164, + "ĠIllumin": 62165, + "ĠTHEIR": 62166, + "hopal": 62167, + "-profits": 62168, + "Ġdysregulation": 62169, + "-Language": 62170, + "Ġpyruvate": 62171, + "Ġpitchers": 62172, + "-Gu": 62173, + "Ġcorrelating": 62174, + "ĠLoading": 62175, + "baric": 62176, + "assionate": 62177, + "Ġhoisted": 62178, + "Ġenclave": 62179, + "ĠNamely": 62180, + "еÑĢ": 62181, + "Calc": 62182, + "Ġfluctuated": 62183, + "Addiction": 62184, + "Ġfledged": 62185, + "Ġpasteurization": 62186, + "Ġgripped": 62187, + "Ġ___________": 62188, + "Outdoor": 62189, + "Ġspectacularly": 62190, + "Ġoversimpl": 62191, + "Ġnavigated": 62192, + "Ġwanders": 62193, + "Ġdisconnection": 62194, + "ĠFaithful": 62195, + "Ġbilingualism": 62196, + "Ġtyphoons": 62197, + "Ġenvoy": 62198, + "Ġpendant": 62199, + "Ġworldviews": 62200, + "Ideal": 62201, + "ĠOvarian": 62202, + "Ġgrievance": 62203, + "ĠHerbarium": 62204, + "losan": 62205, + "Ġscrutinize": 62206, + "ĠFalkland": 62207, + "Ġchiropractors": 62208, + "Ġrapeseed": 62209, + "ĠTocqueville": 62210, + "Ġimpotence": 62211, + "Ġcognizant": 62212, + "ĠShavuot": 62213, + "Ġegregious": 62214, + "zheimers": 62215, + "\"Now": 62216, + ")).Ċ": 62217, + ")]Ċ": 62218, + ",âĢľ": 62219, + "-'": 62220, + "Chest": 62221, + "CBC": 62222, + "Hans": 62223, + "Tiny": 62224, + "bodies": 62225, + "grove": 62226, + "jani": 62227, + "label": 62228, + "macht": 62229, + "nin": 62230, + "pull": 62231, + "trust": 62232, + "|Other": 62233, + "Ìģ": 62234, + "Ġced": 62235, + "icyl": 62236, + "leine": 62237, + "urium": 62238, + "oten": 62239, + "ĠSarc": 62240, + "ĠCES": 62241, + "Ġasper": 62242, + "adians": 62243, + "ifter": 62244, + "essen": 62245, + "ĠBien": 62246, + "estan": 62247, + "ĠHock": 62248, + "ĠWounded": 62249, + "ĠDirac": 62250, + "ĠFSH": 62251, + "Ġshivering": 62252, + "Ġspic": 62253, + "ĠGRA": 62254, + "ĠLai": 62255, + "ĠLIST": 62256, + "ĠLizard": 62257, + "ĠLutz": 62258, + "Ġusurp": 62259, + "Ġintently": 62260, + "ecious": 62261, + "ruiting": 62262, + "Ġjolt": 62263, + "ressible": 62264, + "Ġunripe": 62265, + "Ġinfur": 62266, + "ubo": 62267, + "Ġoverwatering": 62268, + "ĠChorus": 62269, + "webs": 62270, + "Ġrepose": 62271, + "Ġamper": 62272, + "Insect": 62273, + "Ġinvoices": 62274, + "Ġmedulla": 62275, + "Ġhummus": 62276, + "ĠAsher": 62277, + "Ġendow": 62278, + "Ġprotrusion": 62279, + "-bought": 62280, + "âĢĶthough": 62281, + "selfish": 62282, + "ĠEngle": 62283, + "-priced": 62284, + "Ġfilings": 62285, + "Ġcrumbled": 62286, + "Strange": 62287, + "ourages": 62288, + "untarily": 62289, + "ĠGeospatial": 62290, + "ĠAssisi": 62291, + "ĠPeach": 62292, + "ĠCOB": 62293, + "Ġexcites": 62294, + "cellulose": 62295, + "Ġharbing": 62296, + "ĠRegency": 62297, + "Express": 62298, + "Ġfruitless": 62299, + "Ġmidterm": 62300, + "Ġmobiles": 62301, + "canic": 62302, + "Ġrootstock": 62303, + "zzarella": 62304, + "ĠCurcumin": 62305, + "Resistance": 62306, + "ĠInterim": 62307, + "ĠMoravian": 62308, + "Ġsemesters": 62309, + "Ġvastness": 62310, + "Ġsuspending": 62311, + "Ġdedicating": 62312, + "Ġflightless": 62313, + "ĠEconomists": 62314, + "structures": 62315, + "Ġepidid": 62316, + "ĠHomepage": 62317, + "ariah": 62318, + "Into": 62319, + "Ġruf": 62320, + "-Life": 62321, + "ĠSilas": 62322, + "ós": 62323, + "ĠMSC": 62324, + "Sheet": 62325, + "ĠIslamist": 62326, + "ĠContinuity": 62327, + "-NC": 62328, + "-War": 62329, + "ĠALWAYS": 62330, + "ĠBloody": 62331, + "ĠShakespearean": 62332, + "Ġelaborates": 62333, + "Ġantenatal": 62334, + "Ġgreyish": 62335, + "ĠCNG": 62336, + "Ġbayonet": 62337, + "ĠWinthrop": 62338, + "ĠPHYS": 62339, + "orbent": 62340, + "ĠCollector": 62341, + "regnant": 62342, + "IOUS": 62343, + "ĠRainier": 62344, + "considered": 62345, + "ĠRosenthal": 62346, + "ĠGandh": 62347, + "ĠDentists": 62348, + "Ġcarpeting": 62349, + "Ġneonates": 62350, + "Ġsanitize": 62351, + "Ġappendices": 62352, + "Ġpuffy": 62353, + "Ethical": 62354, + "-evolving": 62355, + "oderms": 62356, + "described": 62357, + "Ġtransgression": 62358, + "ĠTacoma": 62359, + "Muslims": 62360, + "Ġmarsupial": 62361, + "ĠDixie": 62362, + "fulfilling": 62363, + "thorpe": 62364, + "ĠAlsace": 62365, + "Ġmorphed": 62366, + "ĠAlvarez": 62367, + ".coli": 62368, + "ĠSchleswig": 62369, + "Cardiovascular": 62370, + "ĠPtolemaic": 62371, + "Ġiam": 62372, + "\"/": 62373, + "\"s": 62374, + "(m": 62375, + "*)": 62376, + "Frog": 62377, + "Qur": 62378, + "Roll": 62379, + "Radi": 62380, + "Services": 62381, + "_P": 62382, + "bium": 62383, + "hook": 62384, + "hman": 62385, + "jured": 62386, + "lene": 62387, + "papers": 62388, + "sodium": 62389, + "vidia": 62390, + "wati": 62391, + "à±": 62392, + "Ġsintering": 62393, + "itta": 62394, + "Ġinedible": 62395, + "raps": 62396, + "Ġuh": 62397, + "ĠArian": 62398, + "verter": 62399, + "ĠSaturated": 62400, + "ĠCIT": 62401, + "uso": 62402, + "ĠBurch": 62403, + "antle": 62404, + "ĠHain": 62405, + "Ġseq": 62406, + "ĠFoley": 62407, + "ĠRö": 62408, + "Ġspout": 62409, + "Ġspooky": 62410, + "ĠGym": 62411, + "ĠLSU": 62412, + "allo": 62413, + "Ġcompatri": 62414, + "endocrine": 62415, + "avat": 62416, + "Ġscares": 62417, + "ĠKef": 62418, + "weights": 62419, + "Ġemblems": 62420, + "Ġflaring": 62421, + "Invent": 62422, + "ismuth": 62423, + ".âĢĿâĢĶ": 62424, + "Ġmonolingual": 62425, + "ĠSpiel": 62426, + "âĢĶalso": 62427, + "Ġanticonvuls": 62428, + "Ġdevoured": 62429, + "ĠShower": 62430, + "Ġterrains": 62431, + "swering": 62432, + "ĠCarbs": 62433, + "ĠMargar": 62434, + "Ġsuffrag": 62435, + "Ġsuffraget": 62436, + "Ġclaimants": 62437, + "Ġearthworks": 62438, + "ĠPrepar": 62439, + "gnosis": 62440, + "ĠUsher": 62441, + "Ġbroadcasters": 62442, + "Ġbroadcaster": 62443, + "uitous": 62444, + "steem": 62445, + "ĠTranslated": 62446, + "EMF": 62447, + "ĠRooms": 62448, + "ĠDecree": 62449, + "Ġquarried": 62450, + "Ġsubstantiate": 62451, + "ĠLabrad": 62452, + "ĠTHEY": 62453, + "ĠINV": 62454, + "ĠOxid": 62455, + "ĠAnnapolis": 62456, + "Ġunwield": 62457, + "ĠRomero": 62458, + "Ġcocoons": 62459, + "required": 62460, + "ĠMethodists": 62461, + "Ġthyroiditis": 62462, + "origin": 62463, + "ĠRemembering": 62464, + "Smoke": 62465, + "Ġprolonging": 62466, + "Acceler": 62467, + "Ġhangover": 62468, + "ĠPHOTO": 62469, + ".Net": 62470, + "Ġpounded": 62471, + "Ġdualism": 62472, + "ĠECB": 62473, + "ausible": 62474, + "Ġtestimonials": 62475, + "Forms": 62476, + "urbation": 62477, + "Ġtuple": 62478, + "ettering": 62479, + "Robinson": 62480, + "ĠLegionnaires": 62481, + "ël": 62482, + "-protective": 62483, + "Ġorphanages": 62484, + "ĠVessels": 62485, + "ĠReceiving": 62486, + "Ġrevolted": 62487, + "ĠMcLaren": 62488, + "ĠSergei": 62489, + "ĠLongevity": 62490, + "Ġdishonesty": 62491, + "ĠINTRODUCTION": 62492, + "Ġstigmatized": 62493, + "improve": 62494, + "Ġunsurprisingly": 62495, + "Ġimpregnated": 62496, + "ĠBauhaus": 62497, + "ĠAuxiliary": 62498, + "Ġryegrass": 62499, + "Ġdimorphism": 62500, + "Ġhandkerchief": 62501, + "ĠSaccharomyces": 62502, + "ĠWillamette": 62503, + ".se": 62504, + "Bor": 62505, + "Called": 62506, + "Sitting": 62507, + "Vietnam": 62508, + "division": 62509, + "linson": 62510, + "mira": 62511, + "uin": 62512, + "volved": 62513, + "|Contact": 62514, + "ìł": 62515, + "Ġaflat": 62516, + "inists": 62517, + "Ġcus": 62518, + "Ġbingo": 62519, + "ouples": 62520, + "Ġmak": 62521, + "leaving": 62522, + "omar": 62523, + "ettered": 62524, + "ĠIonian": 62525, + "aduct": 62526, + "Ġhaemat": 62527, + "ĠWIT": 62528, + "ĠEvers": 62529, + "ĠFunk": 62530, + "ĠRifles": 62531, + "ĠGü": 62532, + "plands": 62533, + "akens": 62534, + "Ġincursions": 62535, + "ĠInert": 62536, + "ĠInaug": 62537, + "Ġimpeller": 62538, + "oset": 62539, + "phor": 62540, + "Ġblames": 62541, + "uche": 62542, + "ibley": 62543, + "Ing": 62544, + "Ġsmears": 62545, + "Ġskiers": 62546, + "inald": 62547, + "ĠScher": 62548, + "Ġequitably": 62549, + "-sourced": 62550, + "enga": 62551, + "deb": 62552, + "Ġdemyst": 62553, + "roductions": 62554, + "Ġparlance": 62555, + "ĠShawn": 62556, + "ĠCannot": 62557, + "Ġdraught": 62558, + "-touch": 62559, + "Ġensues": 62560, + "ĠGeologic": 62561, + "ĠAmbul": 62562, + "Ġseparatist": 62563, + "ESL": 62564, + "ATO": 62565, + "Ġturrets": 62566, + "ĠIntroduced": 62567, + "ĠGlance": 62568, + "Ġsniper": 62569, + "Ġcentralization": 62570, + "Ġjoists": 62571, + "Ġeponymous": 62572, + "Ġuncons": 62573, + "Ġmiso": 62574, + "ĠHighways": 62575, + "ĠMcBride": 62576, + "Ġcryop": 62577, + "ĠBrat": 62578, + "pedance": 62579, + "ĠBelly": 62580, + "CCSS": 62581, + "ĠReflective": 62582, + "Ġaquaponics": 62583, + "ĠEvac": 62584, + "DFS": 62585, + "Scar": 62586, + "ĠEmpirical": 62587, + "ĠSlaughter": 62588, + "ĠVisig": 62589, + "Ġregistrations": 62590, + "Ġdebtors": 62591, + "Ġdysfunctions": 62592, + "Ġgutt": 62593, + "IRD": 62594, + "ĠMultilingual": 62595, + "ĠCircul": 62596, + "Ġhamburgers": 62597, + "/mol": 62598, + "Ġminimalist": 62599, + "THIS": 62600, + "ULTS": 62601, + "ĠDanielle": 62602, + "ĠFielding": 62603, + "Ġperpetuates": 62604, + "ĠMindanao": 62605, + "ĠOpal": 62606, + "ĠFluorescent": 62607, + "-Old": 62608, + "ĠPilots": 62609, + "ĠPresented": 62610, + "Ġtombstone": 62611, + "ĠKaty": 62612, + "Harris": 62613, + "ĠDiagnosed": 62614, + "quisite": 62615, + "ĠSOAP": 62616, + "Ġantimicrobials": 62617, + "classic": 62618, + "finished": 62619, + "Ġincompatibility": 62620, + "ĠStronger": 62621, + "ĠThorough": 62622, + "Ultrasound": 62623, + "ĠConstellation": 62624, + "ĠProspective": 62625, + "Ġnapkins": 62626, + "ør": 62627, + "ĠRoller": 62628, + "Congratulations": 62629, + "Ġapprenticeships": 62630, + "Turmeric": 62631, + "schools": 62632, + "Ġclamped": 62633, + "igarh": 62634, + "Ġsympathies": 62635, + "osporidium": 62636, + "Ġâĸº": 62637, + "Ġtrawl": 62638, + "-identification": 62639, + "Ġregenerating": 62640, + "Ġparenthood": 62641, + "Ġausten": 62642, + "-peak": 62643, + "Ġsurfactants": 62644, + "Ġemphatically": 62645, + "ĠMesoamerican": 62646, + "Ġforeshadowing": 62647, + "ĠTaekwondo": 62648, + "Ġlittoral": 62649, + "Ġcichlids": 62650, + "Ġhoneysuckle": 62651, + "Ġwholeness": 62652, + "-usual": 62653, + "/iss": 62654, + "CJD": 62655, + "Credits": 62656, + "Dav": 62657, + "Iraq": 62658, + "Karen": 62659, + "Meth": 62660, + "Mapping": 62661, + "Tan": 62662, + "Yale": 62663, + "ZA": 62664, + "hir": 62665, + "mol": 62666, + "nice": 62667, + "|Dep": 62668, + "¨": 62669, + "error": 62670, + "Ġtolu": 62671, + "entions": 62672, + "ĠTarant": 62673, + "ĠAcer": 62674, + "ĠAriel": 62675, + "ĠSonia": 62676, + "ĠCody": 62677, + "ĠCuts": 62678, + "ulers": 62679, + "elics": 62680, + "terone": 62681, + "ĠMRC": 62682, + "ĠPuff": 62683, + "ĠBurt": 62684, + "ĠHBC": 62685, + "ĠDumb": 62686, + "Ġshrim": 62687, + "Ġabridged": 62688, + "ĠThal": 62689, + "Ġteased": 62690, + "achieving": 62691, + "angana": 62692, + "Ġupwelling": 62693, + "Ġblush": 62694, + "Ġpharyngeal": 62695, + "Ġassail": 62696, + "Ġjustifications": 62697, + "Ġdetractors": 62698, + "Ġgraces": 62699, + "ĠAluminium": 62700, + "Ġendoplasmic": 62701, + "unde": 62702, + "ĠAries": 62703, + "-scan": 62704, + "Ġcourting": 62705, + "Ġdeviated": 62706, + "ĠAtoll": 62707, + "paragraph": 62708, + "Weak": 62709, + "-pet": 62710, + "-duration": 62711, + "-diameter": 62712, + "Ġswoop": 62713, + "Ġparenthesis": 62714, + "-mat": 62715, + "Ġchemotherap": 62716, + "ĠChristoph": 62717, + "letics": 62718, + "Ġsumac": 62719, + "Ġfluv": 62720, + "escal": 62721, + "Ġblackened": 62722, + "olicited": 62723, + "Ġapocalypse": 62724, + "ĠApproved": 62725, + "ĠMeasured": 62726, + "rigan": 62727, + "ĠElite": 62728, + "Ġobtuse": 62729, + "ĠMusc": 62730, + "Ġundifferentiated": 62731, + "Ġboxed": 62732, + "ĠPatents": 62733, + "Ġstreamlining": 62734, + "ĠProgrammes": 62735, + "AML": 62736, + "ĠRelatively": 62737, + "Ġresistances": 62738, + "Ġsecretory": 62739, + "ĠBasal": 62740, + "Ġallergist": 62741, + "Closed": 62742, + "ĠÃİ": 62743, + "ecki": 62744, + "Ġbioengineering": 62745, + "Ġmacaques": 62746, + "Intellectual": 62747, + "Ġparalleled": 62748, + "Ġalleys": 62749, + "Ġwounding": 62750, + "CAG": 62751, + "Ġscarves": 62752, + "ĠInsufficient": 62753, + "Ġalphabetic": 62754, + "Ġherbarium": 62755, + "EFT": 62756, + "Ġtabular": 62757, + "ĠFeder": 62758, + "Ġgermline": 62759, + "-orbit": 62760, + "Ġspermat": 62761, + "Ġgranola": 62762, + "ĠRealism": 62763, + "iyya": 62764, + "brother": 62765, + "robot": 62766, + "ĠToken": 62767, + "Ġgangrene": 62768, + "Ġdrummer": 62769, + "ĠDalit": 62770, + "Ġpilgrimages": 62771, + "ĠBedouin": 62772, + "Experiments": 62773, + "Ġmoulding": 62774, + "Diabetic": 62775, + "Ġdynamo": 62776, + "ĠBlueprint": 62777, + "Directions": 62778, + "-boats": 62779, + "-assembly": 62780, + "Ġsubmits": 62781, + "ĠAbstracts": 62782, + "Apollo": 62783, + "chatka": 62784, + "-systems": 62785, + "-capital": 62786, + "Ġgullies": 62787, + "completely": 62788, + "-wheeled": 62789, + "Ġgypsy": 62790, + "Analyze": 62791, + "ĠBeetles": 62792, + "Ġredefining": 62793, + "ĠHelmholtz": 62794, + "-notch": 62795, + "Ġaustralis": 62796, + "Ġparench": 62797, + "Ġlengthened": 62798, + "Ġscooters": 62799, + "-compliance": 62800, + "ĠMarlborough": 62801, + "ĠMOSFET": 62802, + "Sweden": 62803, + "Ġoverhanging": 62804, + "Ġvoiceless": 62805, + "ĠRecycled": 62806, + "ĠTurkmenistan": 62807, + "Ġbureaus": 62808, + "((": 62809, + "(y": 62810, + "()Ċ": 62811, + ".st": 62812, + "DEN": 62813, + "FIA": 62814, + "HB": 62815, + "Hint": 62816, + "Mg": 62817, + "Pra": 62818, + "Phyl": 62819, + "Slide": 62820, + "Train": 62821, + "gado": 62822, + "hism": 62823, + "labor": 62824, + "nitz": 62825, + "ratus": 62826, + "|St": 62827, + "Ġapr": 62828, + "onant": 62829, + "onte": 62830, + "Ġsig": 62831, + "Ġbionic": 62832, + "Ġfrown": 62833, + "Ġfizzy": 62834, + "Ġgathere": 62835, + "immon": 62836, + "iderm": 62837, + "rapping": 62838, + "Ġforamen": 62839, + "ĠSink": 62840, + "ĠSAC": 62841, + "ĠShorter": 62842, + "ĠCuis": 62843, + "adiene": 62844, + "Ġanachron": 62845, + "Ġwithstood": 62846, + "Ġexasper": 62847, + "ĠBIO": 62848, + "romed": 62849, + "osote": 62850, + "emocratic": 62851, + "ĠDSP": 62852, + "ĠEfficacy": 62853, + "allergenic": 62854, + "plasty": 62855, + "Ġkennel": 62856, + "ecan": 62857, + "ibel": 62858, + "okal": 62859, + "Ġarginine": 62860, + "orsal": 62861, + "ĠKite": 62862, + "versation": 62863, + "Ġunderstatement": 62864, + "ĠYucca": 62865, + "Ġoffshoot": 62866, + "needs": 62867, + "Ġinterception": 62868, + "ventilation": 62869, + "oyne": 62870, + "Ġpatric": 62871, + "Ġcreases": 62872, + "ĠAlcatraz": 62873, + "ĠWhom": 62874, + ".\")Ċ": 62875, + "azers": 62876, + "ĠShrimp": 62877, + "ĠPlays": 62878, + "-prem": 62879, + "ĠWorry": 62880, + "Ġ[[": 62881, + "-lane": 62882, + "ĠAmundsen": 62883, + "Ġviolins": 62884, + "ĠPreserving": 62885, + "______": 62886, + "Ġtriage": 62887, + "-gravity": 62888, + "Ġnorthwards": 62889, + "ĠProgression": 62890, + "ĠBarney": 62891, + "ĠTransforming": 62892, + "-Class": 62893, + "ĠConfusion": 62894, + "Ġpipette": 62895, + "ĠRemains": 62896, + "ĠMartyrs": 62897, + "inny": 62898, + "Ġhorsemen": 62899, + "ĠÃĥ": 62900, + "ĠVisits": 62901, + "-levels": 62902, + "Ġarchaea": 62903, + "-Louis": 62904, + "ĠMelatonin": 62905, + "-Green": 62906, + "ĠMenopause": 62907, + "erba": 62908, + "Ġlipstick": 62909, + "Ġabstracted": 62910, + "ĠARCH": 62911, + "ĠWayback": 62912, + "ĠEpub": 62913, + "ĠBulbs": 62914, + "ODC": 62915, + "Ġvibrational": 62916, + "Engage": 62917, + "Registration": 62918, + "ĠMcCall": 62919, + "ĠBernini": 62920, + "listen": 62921, + "Ġmultipurpose": 62922, + "ĠAshland": 62923, + "-perfect": 62924, + "Ġmartin": 62925, + "EWS": 62926, + "ĠAkhenaten": 62927, + "PPORT": 62928, + "Ġconceptualized": 62929, + "ĠCombustion": 62930, + "ĠZeppelin": 62931, + "Ġeagerness": 62932, + "Ġgymnasium": 62933, + "ĠOrthodoxy": 62934, + "ĠEnsign": 62935, + "ĠLevites": 62936, + "surge": 62937, + "Ġastonishment": 62938, + "Ġbuzzword": 62939, + "ĠPetersen": 62940, + "???": 62941, + "ĠFernand": 62942, + "ĠProspects": 62943, + "providing": 62944, + "ºF": 62945, + "Ġidiomatic": 62946, + "Immune": 62947, + "ÏĥÏĦ": 62948, + "ĠNakamoto": 62949, + "Ġmicrocontrollers": 62950, + "ĠHesper": 62951, + "Ġsymphonies": 62952, + "LEDs": 62953, + "Ġreelection": 62954, + "Ġbrokerage": 62955, + "-cheek": 62956, + "ibaldi": 62957, + "Ġcaliphate": 62958, + "ĠHewlett": 62959, + "ĠLancelot": 62960, + "Ġcaricature": 62961, + "Ġwikis": 62962, + "ĠChukchi": 62963, + "ĠManchuria": 62964, + "ĠRemarkably": 62965, + "ĠReddit": 62966, + "Cannabis": 62967, + "ĠWoodpecker": 62968, + "ĠMaasai": 62969, + "ĠImpairment": 62970, + "Ġneurotoxin": 62971, + "ĠIpswich": 62972, + "ĠSpokane": 62973, + "ĠTopeka": 62974, + "\"An": 62975, + "(L": 62976, + "-secret": 62977, + "Doug": 62978, + "cings": 62979, + "dash": 62980, + "hills": 62981, + "mountain": 62982, + "rini": 62983, + "informed": 62984, + "island": 62985, + "orra": 62986, + "Ġdashes": 62987, + "rocks": 62988, + "Ġreiter": 62989, + "ĠTeg": 62990, + "ĠIUD": 62991, + "ĠCalf": 62992, + "adis": 62993, + "ĠMention": 62994, + "umptions": 62995, + "ĠrRNA": 62996, + "ĠRommel": 62997, + "uno": 62998, + "ĠNIM": 62999, + "ĠNouns": 63000, + "ĠGhats": 63001, + "Ġplenary": 63002, + "Ġkab": 63003, + "ĠOdess": 63004, + "ecosystem": 63005, + "Ġinciting": 63006, + "Ġcompiles": 63007, + "Ġrecounting": 63008, + "Ġundernourished": 63009, + "Ġunderstated": 63010, + "Ġcapping": 63011, + "Ġdepots": 63012, + "Ġminut": 63013, + "ĠAnopheles": 63014, + "ohm": 63015, + "-slee": 63016, + "ĠWhigs": 63017, + "Ġslings": 63018, + "ĠAdjectives": 63019, + "ikawa": 63020, + "ĠShab": 63021, + "ĠColosseum": 63022, + "Ġbooked": 63023, + "iscop": 63024, + "ĠDrives": 63025, + "Ġannul": 63026, + "Ġblackish": 63027, + "ibraries": 63028, + "ĠGenghis": 63029, + "ĠAssoc": 63030, + "ĠAmazingly": 63031, + "Ġseparations": 63032, + "Ġdebugger": 63033, + "Ġprintout": 63034, + "ĠDoD": 63035, + "-haul": 63036, + "-gal": 63037, + "Ġfittest": 63038, + "ĠMonoxide": 63039, + "Ġpetri": 63040, + "Ġpetroglyphs": 63041, + "islavery": 63042, + "ĠValerie": 63043, + "Ġbedbugs": 63044, + "ĠPolio": 63045, + "Ġthickly": 63046, + "ĠSTAND": 63047, + "Ġflexed": 63048, + "ĠVolumes": 63049, + "Ġhyperhidrosis": 63050, + "Ġfifties": 63051, + "ĠHaman": 63052, + "atoire": 63053, + "ĠBreaks": 63054, + "Records": 63055, + "ĠDiffusion": 63056, + "ĠProphe": 63057, + "Ġtormented": 63058, + "ĠFactbook": 63059, + "handed": 63060, + "Ġhalve": 63061, + "Ġhalibut": 63062, + "Engaging": 63063, + "ĠHardcover": 63064, + "Ġperpetuity": 63065, + "Ġanatomic": 63066, + "ĠNapa": 63067, + "ĠPhilosopher": 63068, + "Ġprejudiced": 63069, + "ĠSpectroscopy": 63070, + "Ġladybugs": 63071, + "ĠDraper": 63072, + "ĠCrowns": 63073, + "ophyllum": 63074, + "ĠMOST": 63075, + "ĠDeriv": 63076, + "Poland": 63077, + "Robots": 63078, + "Ġpanther": 63079, + "Ġâμ": 63080, + "Ġattentional": 63081, + "-Saxons": 63082, + "ĠTheoretically": 63083, + "ĠYamuna": 63084, + "Ġhandicrafts": 63085, + "Ġserpentine": 63086, + "ĠPirate": 63087, + "-conditioned": 63088, + "ĠAuthentic": 63089, + "Ġorchestras": 63090, + "Ġbarbarian": 63091, + "Architecture": 63092, + "Singapore": 63093, + "Ġwatercolour": 63094, + "Ġsaxophone": 63095, + "ĠMitsubishi": 63096, + "Ġousted": 63097, + "Ġvassal": 63098, + "ĠDIFFER": 63099, + "ĠCygnus": 63100, + "Ġonlookers": 63101, + "/default": 63102, + "ĠDisparities": 63103, + "Ġmicrocosm": 63104, + "ĠScrooge": 63105, + "Ġunwieldy": 63106, + "!.": 63107, + "&R": 63108, + ":/": 63109, + "Diamond": 63110, + "Rig": 63111, + "Rational": 63112, + "Swe": 63113, + "Vi": 63114, + "friendly": 63115, + "pic": 63116, + "pink": 63117, + "paths": 63118, + "åĨ": 63119, + "å¿": 63120, + "Ġmoot": 63121, + "asur": 63122, + "Ġein": 63123, + "ĠeNotes": 63124, + "Ġbeige": 63125, + "Ġuv": 63126, + "Ġstym": 63127, + "ĠSometime": 63128, + "itha": 63129, + "Ġorifice": 63130, + "odi": 63131, + "Ġ(%)": 63132, + "ĠPiece": 63133, + "ĠPvt": 63134, + "ĠHenn": 63135, + "ĠWort": 63136, + "ĠWipe": 63137, + "ĠDorn": 63138, + "ĠDamp": 63139, + "ĠFIL": 63140, + "ĠNolan": 63141, + "ĠLond": 63142, + "osthenes": 63143, + "ostationary": 63144, + "agawa": 63145, + "Ġkud": 63146, + "izumab": 63147, + "ĠJOHN": 63148, + "acharya": 63149, + "ensical": 63150, + "Ġquarts": 63151, + "ĠKild": 63152, + "phonic": 63153, + "ondering": 63154, + "Ġamy": 63155, + "hesive": 63156, + "Ġskyd": 63157, + "Ġautoc": 63158, + "Ġcommoners": 63159, + "ĠSpur": 63160, + "ĠScenes": 63161, + "Ġserpents": 63162, + "ahari": 63163, + "Ġairy": 63164, + "Ġveiled": 63165, + "Ġwarhead": 63166, + "-caught": 63167, + "Ġpastels": 63168, + "Ġfilth": 63169, + "-more": 63170, + "ĠOrville": 63171, + "Ġcytochrome": 63172, + "ooten": 63173, + "Ġgeneralised": 63174, + "ĠOneida": 63175, + "ĠGenerals": 63176, + "Ġbarks": 63177, + "ĠContaining": 63178, + "ĠPele": 63179, + "Ġcustodial": 63180, + "Ġspeedily": 63181, + "Ġsilks": 63182, + "Ġreverent": 63183, + "ĠGloss": 63184, + "Ġsnugg": 63185, + "Ġinstallers": 63186, + "ĠFlaming": 63187, + "Ġhoning": 63188, + "ambig": 63189, + "ĠGeneralized": 63190, + "Ġmaggots": 63191, + "rawing": 63192, + "Ġtruthfulness": 63193, + "Spin": 63194, + "ĠSTM": 63195, + "ĠMorb": 63196, + "zaa": 63197, + "visit": 63198, + "Ġ***": 63199, + "ĠDelay": 63200, + "ĠMadre": 63201, + "ocysts": 63202, + "ĠCao": 63203, + "ĠGalvan": 63204, + "Ġshockingly": 63205, + "Ġdeparts": 63206, + "Ġdepartures": 63207, + "ĠPoppy": 63208, + "ĠEstates": 63209, + "Ġthreading": 63210, + "ĠIdentifier": 63211, + "-byte": 63212, + "Ġholiest": 63213, + "Reprinted": 63214, + "Ġrenderings": 63215, + "Ġquadrants": 63216, + "ladesh": 63217, + "ĠHayek": 63218, + "ĠBalloon": 63219, + "Ġspontaneity": 63220, + "Ġrivalries": 63221, + "aroni": 63222, + "ĠHazrat": 63223, + "Ġencrypts": 63224, + "hattisgarh": 63225, + "ĠCartier": 63226, + "-competitive": 63227, + "Ġfireflies": 63228, + "ĠNumPy": 63229, + "ĠSitka": 63230, + "-appointed": 63231, + "Ġsagebrush": 63232, + "ĠPatriots": 63233, + "Ġgyms": 63234, + "ĠGovt": 63235, + "ĠOrthopedic": 63236, + "Ġpeasantry": 63237, + "-princ": 63238, + "Ġastrophysical": 63239, + "ĠFaber": 63240, + "ĠChalmers": 63241, + "Ġbiosensors": 63242, + "ĠDiplom": 63243, + "Ġstockpiles": 63244, + "Crime": 63245, + "æľī": 63246, + "Ġrejuvenation": 63247, + "ĠSpartans": 63248, + "Ġarchetypes": 63249, + "Ġraptor": 63250, + "Jerusalem": 63251, + "ĠMelanoma": 63252, + "Ġpurportedly": 63253, + "ĠRamsar": 63254, + "Ġquasar": 63255, + "Ġmegalithic": 63256, + "Ġsnowflake": 63257, + "Rachel": 63258, + "Ġincapacitated": 63259, + "Observations": 63260, + "ĠOlivier": 63261, + "ĠNetscape": 63262, + "ĠCCTV": 63263, + "Ġmummified": 63264, + "Ġnonsmokers": 63265, + "Ġineligible": 63266, + "-Baptiste": 63267, + "(F": 63268, + ".conf": 63269, + "Ars": 63270, + "CSA": 63271, + "Catherine": 63272, + "FN": 63273, + "cage": 63274, + "mah": 63275, + "wand": 63276, + "Ãģ": 63277, + "õ": 63278, + "è§": 63279, + "Ġwifi": 63280, + "orh": 63281, + "Ġpug": 63282, + "Ġhors": 63283, + "Ġthomas": 63284, + "Ġlis": 63285, + "Ġnip": 63286, + "Ġsturd": 63287, + "ĠCame": 63288, + "ĠCET": 63289, + "opped": 63290, + "ĠBb": 63291, + "ĠBiot": 63292, + "establish": 63293, + "Ġvox": 63294, + "ĠHuber": 63295, + "ĠWOM": 63296, + "ĠDickson": 63297, + "ĠRach": 63298, + "ogaster": 63299, + "ĠNokia": 63300, + "ĠGage": 63301, + "ĠLAD": 63302, + "ĠLhasa": 63303, + "redibly": 63304, + "ecing": 63305, + "arelli": 63306, + "Ġperigee": 63307, + "Ġarthur": 63308, + "ĠStoring": 63309, + "ervant": 63310, + "Ġspeculators": 63311, + "ovans": 63312, + "Ġmemes": 63313, + "ĠScala": 63314, + "-sent": 63315, + "Ġreticul": 63316, + "Ġmatriarch": 63317, + "Ġpassers": 63318, + "ĠPhrase": 63319, + "ĠBeaux": 63320, + "Ġspecialise": 63321, + "Ġcharacterisation": 63322, + "Ġerodes": 63323, + "beard": 63324, + "ĠFrust": 63325, + "annock": 63326, + "Ġsteers": 63327, + "Ġbraid": 63328, + "Ġmessing": 63329, + "ĠPrescott": 63330, + "ĠRecorder": 63331, + "ĠRecreational": 63332, + "ĠMonopoly": 63333, + "ĠSwaziland": 63334, + "Ġtitration": 63335, + "Ġordinal": 63336, + "ACY": 63337, + "flash": 63338, + "ĠAutonomy": 63339, + "ĠLetting": 63340, + "ĠSpecifications": 63341, + "Ġoptionally": 63342, + "ĠMaize": 63343, + "ĠUnderworld": 63344, + "-spread": 63345, + "ĠHoli": 63346, + "ĠMartins": 63347, + "ĠOuts": 63348, + "Ġdusting": 63349, + "ĠHomeopathy": 63350, + "Ġprawn": 63351, + "ĠLoeb": 63352, + "Ġcannibal": 63353, + "ĠIslamabad": 63354, + "Ġculled": 63355, + "ĠKarate": 63356, + "ĠMessianic": 63357, + "ĠPaths": 63358, + "ĠCarlton": 63359, + "Ġshoals": 63360, + "ĠORGAN": 63361, + "Ġpersecutions": 63362, + "ufa": 63363, + "Ġcrawlers": 63364, + "ĠInvited": 63365, + "ĠHaitians": 63366, + "ĠRabbis": 63367, + "classical": 63368, + "Ġdetoxifying": 63369, + "Ġexemplar": 63370, + "Communities": 63371, + "ĠCrusader": 63372, + "hythmic": 63373, + "Values": 63374, + "ÉĻn": 63375, + "Window": 63376, + "Ġravines": 63377, + "Ġrancher": 63378, + "ĠGlaciers": 63379, + "ĠBridget": 63380, + "ĠBaku": 63381, + "ÙIJÙĬ": 63382, + "ĠClemente": 63383, + "ĠUndoubtedly": 63384, + "Ġsequestered": 63385, + "Madison": 63386, + "-brainer": 63387, + "ĠSevern": 63388, + "Ġcarotenoid": 63389, + "Ġmillisecond": 63390, + "Ġsynergies": 63391, + "Ġaberrant": 63392, + "ĠCayman": 63393, + "ĠAmerind": 63394, + "åѦ": 63395, + "ĠAttendance": 63396, + "Ġperplexed": 63397, + "ĠProsperity": 63398, + "-memory": 63399, + "VENTION": 63400, + "ecumseh": 63401, + "Ñģки": 63402, + "ĠPhyllis": 63403, + "Ġdisenfranchised": 63404, + "ĠHummingbird": 63405, + "encyclopedia": 63406, + "ĠAstraZeneca": 63407, + "Ġciphers": 63408, + "-NonCommercial": 63409, + "Ġpizzas": 63410, + "ĠPorsche": 63411, + "ĠÚ©": 63412, + "-are": 63413, + ".However": 63414, + ".â̦Ċ": 63415, + "Ald": 63416, + "Fixed": 63417, + "Municip": 63418, + "YK": 63419, + "creen": 63420, + "element": 63421, + "finding": 63422, + "vale": 63423, + "wiki": 63424, + "Ġoars": 63425, + "Ġpust": 63426, + "Ġpsoriatic": 63427, + "ilocks": 63428, + "Ġliar": 63429, + "starch": 63430, + "urat": 63431, + "ĠArom": 63432, + "ĠSiam": 63433, + "ĠSEA": 63434, + "ĠCau": 63435, + "ĠCumbria": 63436, + "ĠMighty": 63437, + "ophora": 63438, + "ĠHs": 63439, + "ĠHoe": 63440, + "ĠHagar": 63441, + "ĠHDPE": 63442, + "Ġchakra": 63443, + "ĠFIV": 63444, + "ĠFAST": 63445, + "Ġshingle": 63446, + "Ġshattering": 63447, + "ograf": 63448, + "ĠNVIDIA": 63449, + "rios": 63450, + "ĠGoths": 63451, + "Ġadoration": 63452, + "ĠUHF": 63453, + "avity": 63454, + "Ġtimings": 63455, + "Ġunass": 63456, + "orsky": 63457, + "ĠKubernetes": 63458, + "Ġoverused": 63459, + "ĠVocal": 63460, + "Ġspecks": 63461, + "Ġindestruct": 63462, + "Ġamines": 63463, + "Ġtransits": 63464, + "Ġaftershocks": 63465, + "iversaries": 63466, + "Ġcaud": 63467, + "Ġmonologue": 63468, + "Ġdefensible": 63469, + "Ġpersonified": 63470, + "thereal": 63471, + "âĢĶwould": 63472, + "arche": 63473, + "Ġforeword": 63474, + "ĠResidence": 63475, + "Ġmarin": 63476, + "ĠPliocene": 63477, + "Ġheadway": 63478, + "Ġcondesc": 63479, + "-dark": 63480, + "Ġchoirs": 63481, + "Ġheartfelt": 63482, + "Ġbrainchild": 63483, + "Ġlineup": 63484, + "-tasking": 63485, + "ungi": 63486, + "ĠCara": 63487, + "rictive": 63488, + "Ġportraiture": 63489, + "ĠPrints": 63490, + "ĠManx": 63491, + "ĠGuine": 63492, + "Ġnormalcy": 63493, + "ĠInstituto": 63494, + "Ġapothe": 63495, + "PAP": 63496, + "attel": 63497, + "Ġballad": 63498, + "Ġtitan": 63499, + "rosclerotic": 63500, + "burning": 63501, + "-element": 63502, + "ĠBraque": 63503, + "ĠSchmitt": 63504, + "amentally": 63505, + "ĠCorrosion": 63506, + "Ġseedless": 63507, + "Ġsacral": 63508, + "ĠInterpre": 63509, + "Ġcampaigner": 63510, + "Spend": 63511, + "ĠSerb": 63512, + "Ġsynchrotron": 63513, + "RIA": 63514, + "aspers": 63515, + "Ġimperiled": 63516, + "ĠLongfellow": 63517, + "-changer": 63518, + "Ġinnerv": 63519, + "ĠPetition": 63520, + "ĠEpiphany": 63521, + "ĠBulb": 63522, + "Ġsuitcase": 63523, + "authorised": 63524, + "features": 63525, + "Transmission": 63526, + "-heart": 63527, + "Ġrefrigerants": 63528, + "Ġmacroin": 63529, + "Ġsinkholes": 63530, + "rodis": 63531, + "ĠTourist": 63532, + "ĠAlbion": 63533, + "Ġuptick": 63534, + "ĠAlexandre": 63535, + "Ġpredisposing": 63536, + "ĠRowland": 63537, + "ä¸į": 63538, + "-plane": 63539, + "Ġdynamite": 63540, + "Ultra": 63541, + "Alongside": 63542, + "requisite": 63543, + "Ġreplenishment": 63544, + "nikov": 63545, + "ĠPantheon": 63546, + "ĠReichstag": 63547, + "-flat": 63548, + "ĠExpertise": 63549, + "Ġhopelessly": 63550, + "Ġadmirers": 63551, + "ÅĤaw": 63552, + "ĠContributing": 63553, + "ĠPupil": 63554, + "Leviticus": 63555, + "Ġaberrations": 63556, + "Ġskyrocketing": 63557, + "ĠToxins": 63558, + "ĠChampionships": 63559, + "ĠArtemisia": 63560, + "ĠFreedman": 63561, + "ĠFantasy": 63562, + "Toward": 63563, + "ĠFracture": 63564, + "Manufacturers": 63565, + "ĠAntoinette": 63566, + "Columbus": 63567, + "ofluor": 63568, + "Swedish": 63569, + "olinska": 63570, + "ĠOrphan": 63571, + "-synuclein": 63572, + "nowledging": 63573, + "ĠJawaharlal": 63574, + "Ġsociocultural": 63575, + "\"C": 63576, + "\"Although": 63577, + "(red": 63578, + "-ce": 63579, + "-ons": 63580, + "-stem": 63581, + "/MS": 63582, + "Iowa": 63583, + "Mine": 63584, + "Pant": 63585, + "Tib": 63586, + "WY": 63587, + "XP": 63588, + "cribing": 63589, + "diversity": 63590, + "dropping": 63591, + "hub": 63592, + "rero": 63593, + "Ġsult": 63594, + "Ġsabbath": 63595, + "iten": 63596, + "Ġbunnies": 63597, + "anu": 63598, + "Ġmanta": 63599, + "Ġreels": 63600, + "lyt": 63601, + "seal": 63602, + "ĠTREAT": 63603, + "ragan": 63604, + "Ġford": 63605, + "ĠAks": 63606, + "ĠSamb": 63607, + "ĠCITY": 63608, + "Ġorca": 63609, + "ĠPann": 63610, + "ĠPAM": 63611, + "ĠBella": 63612, + "Ġcanad": 63613, + "ivings": 63614, + "ĠHaf": 63615, + "ĠWD": 63616, + "ĠDill": 63617, + "ĠFink": 63618, + "ĠRens": 63619, + "ĠGER": 63620, + "ansi": 63621, + "Ġdisfigure": 63622, + "Ġmanna": 63623, + "Ġbuttermilk": 63624, + "irez": 63625, + "ĠKling": 63626, + "Ġaccords": 63627, + "ovitch": 63628, + "Ġregrets": 63629, + "Ġsupposition": 63630, + "atah": 63631, + "Ġherpet": 63632, + "Ġpolity": 63633, + "Ġcentri": 63634, + "Ġreadjust": 63635, + "construction": 63636, + "Ġsheaths": 63637, + "Ġgoodies": 63638, + "Ġstrum": 63639, + "ĠScrub": 63640, + "acterium": 63641, + "club": 63642, + "Ġprofane": 63643, + "ernames": 63644, + "Ġmilks": 63645, + "ĠShame": 63646, + "ĠShifting": 63647, + "Ġterrors": 63648, + "ĠClarity": 63649, + "ĠColumns": 63650, + "ĠCanis": 63651, + "Ġbrainwaves": 63652, + "-money": 63653, + "ontologists": 63654, + "ĠBliss": 63655, + "behavior": 63656, + "-liter": 63657, + "ĠGenomic": 63658, + "ĠPrimate": 63659, + "owska": 63660, + "IDENT": 63661, + "Ġledge": 63662, + "aluky": 63663, + "Ġvitiligo": 63664, + "Ġiridium": 63665, + "ĠMoreno": 63666, + "-gathering": 63667, + "ĠElgin": 63668, + "ĠSwanson": 63669, + "ĠBarley": 63670, + "Ġstarg": 63671, + "Ġspringing": 63672, + "Ġstorey": 63673, + "Ġtrigeminal": 63674, + "ilitar": 63675, + "-learn": 63676, + "AMES": 63677, + "Shift": 63678, + "Mostly": 63679, + "-Moon": 63680, + "ĠMarkers": 63681, + "Plans": 63682, + "Conn": 63683, + "Ġknuckle": 63684, + "Ġwelder": 63685, + "ĠSalinas": 63686, + "Ġgallant": 63687, + "Score": 63688, + "Äģs": 63689, + "Ġundertakings": 63690, + "Ġfurnishing": 63691, + "ihara": 63692, + "-violet": 63693, + "ĠLibra": 63694, + "ĠCorners": 63695, + "ĠOlaf": 63696, + "ĠSpirituality": 63697, + "Ġoppositional": 63698, + "ĠSquares": 63699, + "Ġbloat": 63700, + "ĠTablet": 63701, + "-intuitive": 63702, + "ĠLucifer": 63703, + "ĠBerners": 63704, + "ĠBernoulli": 63705, + "Ġ??": 63706, + "Ġव": 63707, + "-particle": 63708, + "/herself": 63709, + "ĠDurkheim": 63710, + "Ġnoblemen": 63711, + "Ġexacerbation": 63712, + "Paras": 63713, + "ASTM": 63714, + "TRAN": 63715, + "Ġunharmed": 63716, + "ĠAnatolian": 63717, + "Ġculminate": 63718, + "Ġtransect": 63719, + "Technological": 63720, + "ĠFelipe": 63721, + "Ġamphetamines": 63722, + "Revised": 63723, + "Ġinsulted": 63724, + "Ġacrylamide": 63725, + "ĠSewer": 63726, + "ĠScarborough": 63727, + "Berlin": 63728, + "Brook": 63729, + "ĠTrademark": 63730, + "ĠWendell": 63731, + "ĠTahiti": 63732, + "Ġpositron": 63733, + "Ġcounterfeiting": 63734, + "ĠCompleted": 63735, + "ĠAdolescence": 63736, + "ĠOberlin": 63737, + "Ġsurmounted": 63738, + "Ġquadruple": 63739, + "Ġpyroclastic": 63740, + "Pollution": 63741, + "Ġskirmishes": 63742, + "Ġwatercolors": 63743, + "ĠChagas": 63744, + "ĠMarquette": 63745, + "ĠCholera": 63746, + "eratops": 63747, + "Ġchieftain": 63748, + "Ġeuphemism": 63749, + "ĠVEGF": 63750, + "ĠRugby": 63751, + "Ġnuggets": 63752, + "ĠWehrmacht": 63753, + "Ġio": 63754, + "\");": 63755, + "-ke": 63756, + "/topics": 63757, + "Cru": 63758, + "Cape": 63759, + "Census": 63760, + "Evaluate": 63761, + "Hong": 63762, + "IAC": 63763, + "Kate": 63764, + "Kansas": 63765, + "Literacy": 63766, + "Nest": 63767, + "Nik": 63768, + "Rosen": 63769, + "Sales": 63770, + "Solutions": 63771, + "TES": 63772, + "TMS": 63773, + "Witt": 63774, + "bear": 63775, + "dro": 63776, + "dangerous": 63777, + "whel": 63778, + "Ġai": 63779, + "athen": 63780, + "Ġcuckoo": 63781, + "Ġinborn": 63782, + "icke": 63783, + "icators": 63784, + "Ġhuddled": 63785, + "Ġeons": 63786, + "Ġnoodle": 63787, + "idos": 63788, + "urative": 63789, + "ĠIDF": 63790, + "ĠCRI": 63791, + "adrenal": 63792, + "Ġwhisp": 63793, + "ĠMER": 63794, + "esson": 63795, + "abin": 63796, + "ĠHIP": 63797, + "ĠWm": 63798, + "ĠDependent": 63799, + "ĠEmin": 63800, + "ĠRhea": 63801, + "unters": 63802, + "Ġshag": 63803, + "ĠNip": 63804, + "ĠNES": 63805, + "ĠGav": 63806, + "ĠJut": 63807, + "Ġclapping": 63808, + "Ġimpromptu": 63809, + "Ġperceptive": 63810, + "Ġunread": 63811, + "bergen": 63812, + "ĠKs": 63813, + "ĠKIDS": 63814, + "Ġconsensual": 63815, + "Ġtwitch": 63816, + "neu": 63817, + "adeva": 63818, + "ietam": 63819, + "tley": 63820, + "ĠAlcott": 63821, + "anyika": 63822, + "-bomb": 63823, + "genus": 63824, + "agnets": 63825, + "Ġairfields": 63826, + "Ġdemyel": 63827, + "rises": 63828, + "-fit": 63829, + "-fungal": 63830, + "ĠShooting": 63831, + "Ġfreezers": 63832, + "-digital": 63833, + "Ġswastika": 63834, + "ĠZeb": 63835, + "Ana": 63836, + "letin": 63837, + "Ġproboscis": 63838, + "Ġvermin": 63839, + "ĠTrash": 63840, + "ĠMarburg": 63841, + "ĠRepetitive": 63842, + "ĠMeier": 63843, + "Ġhorribly": 63844, + "ĠAgric": 63845, + "-stressed": 63846, + "Ġwebbing": 63847, + "ĠTrained": 63848, + "uffle": 63849, + "iracial": 63850, + "ĠMcFar": 63851, + "ĠModification": 63852, + "Ġtelephony": 63853, + "ĠAutodesk": 63854, + "Ġplatter": 63855, + "partite": 63856, + "Ġstraightening": 63857, + "pattern": 63858, + "EPCO": 63859, + "ĠRobo": 63860, + "Ġexploitative": 63861, + "Levels": 63862, + "Ġconvertible": 63863, + "Ġpelts": 63864, + "Ġprimeval": 63865, + "Ġmemorabilia": 63866, + "Medication": 63867, + "ĠEmery": 63868, + "ĠEmergence": 63869, + "Ġgermplasm": 63870, + "Ġlobed": 63871, + "ĠAudrey": 63872, + "ĠTextbooks": 63873, + "moderate": 63874, + "Ġcoincidentally": 63875, + "Ġpecking": 63876, + "Supply": 63877, + "Decision": 63878, + "-aligned": 63879, + "-alcoholic": 63880, + "Ġsuccumbing": 63881, + "foundation": 63882, + "ĠÏĨ": 63883, + "Ġdrumming": 63884, + "ĠBahia": 63885, + "Ġsanctified": 63886, + "ĠGiul": 63887, + "ĠAFTER": 63888, + "login": 63889, + "ún": 63890, + "Ġblossoming": 63891, + "Ġevapotranspiration": 63892, + "Ġpausing": 63893, + "Ġmarvell": 63894, + "Ġsecreting": 63895, + "ĠPrecambrian": 63896, + "ĠMammoth": 63897, + "Ġmockery": 63898, + "Ġnaproxen": 63899, + "DBMS": 63900, + "ĠMango": 63901, + "Checking": 63902, + "-Qaeda": 63903, + "Ġencapsulates": 63904, + "Ġimpressively": 63905, + "guardian": 63906, + "Combined": 63907, + "ĠSylvester": 63908, + "Ġneurodegeneration": 63909, + "Ġxenon": 63910, + "silver": 63911, + "Ġtransgressions": 63912, + "ĠPrius": 63913, + "Ġnaturopathic": 63914, + "ĠHilary": 63915, + "individuals": 63916, + "ĠLennox": 63917, + "Ġperturbation": 63918, + "Ġshuffle": 63919, + "ĠWinslow": 63920, + "Ġdemarcation": 63921, + "Ġprohibitively": 63922, + "Ġtrophies": 63923, + "ĠCairns": 63924, + "ĠDEVELOPMENT": 63925, + "Ġpolypeptide": 63926, + "-administered": 63927, + "Ġapocryphal": 63928, + "ĠReykjav": 63929, + "\"Many": 63930, + "')Ċ": 63931, + "-ops": 63932, + "." + ], + [ + "o", + "ric" + ], + [ + "or", + "ic" + ], + [ + "ori", + "c" + ], + [ + "Ġp", + "ref" + ], + [ + "Ġpre", + "f" + ], + [ + "Ġpr", + "ef" + ], + [ + "Ġdec", + "ide" + ], + [ + "Ġm", + "ild" + ], + [ + "Ġmil", + "d" + ], + [ + "Ġmi", + "ld" + ], + [ + "Ġv", + "illage" + ], + [ + "Ġvill", + "age" + ], + [ + "Ġvilla", + "ge" + ], + [ + "Ġ", + "Del" + ], + [ + "ĠD", + "el" + ], + [ + "ĠDe", + "l" + ], + [ + "Ġ", + "bio" + ], + [ + "Ġb", + "io" + ], + [ + "Ġbi", + "o" + ], + [ + "Ġt", + "ro" + ], + [ + "Ġtr", + "o" + ], + [ + "Ġmon", + "itor" + ], + [ + "Ġmonit", + "or" + ], + [ + "Ġ", + "neuro" + ], + [ + "Ġne", + "uro" + ], + [ + "Ġneur", + "o" + ], + [ + "Ġneu", + "ro" + ], + [ + "c", + "el" + ], + [ + "ce", + "l" + ], + [ + "Ġcult", + "iv" + ], + [ + "Ġdisc", + "rim" + ], + [ + "Ġ", + "https" + ], + [ + "Ġhtt", + "ps" + ], + [ + "Ġhttp", + "s" + ], + [ + "Ġl", + "ocations" + ], + [ + "Ġloc", + "ations" + ], + [ + "Ġlocation", + "s" + ], + [ + "m", + "ary" + ], + [ + "ma", + "ry" + ], + [ + "mar", + "y" + ], + [ + "Ġf", + "illed" + ], + [ + "Ġfil", + "led" + ], + [ + "Ġfill", + "ed" + ], + [ + "u", + "sing" + ], + [ + "us", + "ing" + ], + [ + "usi", + "ng" + ], + [ + "Ġpol", + "ice" + ], + [ + "Ġpolic", + "e" + ], + [ + "Ġpoli", + "ce" + ], + [ + "Ġs", + "uccessfully" + ], + [ + "Ġsuccess", + "fully" + ], + [ + "Ġsuccessful", + "ly" + ], + [ + "Ġ", + "Studies" + ], + [ + "ĠStud", + "ies" + ], + [ + "Ġsent", + "ence" + ], + [ + "r", + "em" + ], + [ + "re", + "m" + ], + [ + "Ġ", + "chapter" + ], + [ + "Ġch", + "apter" + ], + [ + "Ġchap", + "ter" + ], + [ + "Ġcha", + "pter" + ], + [ + "or", + "ter" + ], + [ + "ort", + "er" + ], + [ + "Ġd", + "ensity" + ], + [ + "Ġdens", + "ity" + ], + [ + "Ġ", + "Econom" + ], + [ + "ĠE", + "conom" + ], + [ + "ĠEc", + "onom" + ], + [ + "ĠEco", + "nom" + ], + [ + "at", + "tle" + ], + [ + "att", + "le" + ], + [ + "Ġunder", + "stood" + ], + [ + "Ġ", + "Columb" + ], + [ + "ĠCol", + "umb" + ], + [ + "a", + "da" + ], + [ + "ad", + "a" + ], + [ + "Ġcolle", + "agues" + ], + [ + "Ġcolleague", + "s" + ], + [ + "Ġ", + "Mem" + ], + [ + "ĠM", + "em" + ], + [ + "ĠMe", + "m" + ], + [ + "Ġ", + "Common" + ], + [ + "ĠC", + "ommon" + ], + [ + "ĠComm", + "on" + ], + [ + "ĠCom", + "mon" + ], + [ + "Ġ", + "stated" + ], + [ + "Ġst", + "ated" + ], + [ + "Ġstate", + "d" + ], + [ + "Ġstat", + "ed" + ], + [ + "Ġsta", + "ted" + ], + [ + "Ġ", + "raw" + ], + [ + "Ġr", + "aw" + ], + [ + "Ġra", + "w" + ], + [ + "Ġ", + "Jose" + ], + [ + "ĠJ", + "ose" + ], + [ + "ĠJo", + "se" + ], + [ + "ĠJos", + "e" + ], + [ + "ival", + "ent" + ], + [ + "a", + "to" + ], + [ + "at", + "o" + ], + [ + "Ġ", + "Nature" + ], + [ + "ĠN", + "ature" + ], + [ + "ĠNat", + "ure" + ], + [ + "ĠNatur", + "e" + ], + [ + "in", + "king" + ], + [ + "ink", + "ing" + ], + [ + "inki", + "ng" + ], + [ + "Ġ", + "houses" + ], + [ + "Ġh", + "ouses" + ], + [ + "Ġhouse", + "s" + ], + [ + "Ġhous", + "es" + ], + [ + "Ġho", + "uses" + ], + [ + "a", + "bul" + ], + [ + "ab", + "ul" + ], + [ + "Ġ", + "handle" + ], + [ + "Ġhand", + "le" + ], + [ + "Ġre", + "ader" + ], + [ + "Ġread", + "er" + ], + [ + "\"", + "Ċ" + ], + [ + "g", + "l" + ], + [ + "Ġ", + "Lab" + ], + [ + "ĠL", + "ab" + ], + [ + "ĠLa", + "b" + ], + [ + "Ġad", + "opted" + ], + [ + "Ġadop", + "ted" + ], + [ + "Ġadopt", + "ed" + ], + [ + "u", + "ps" + ], + [ + "up", + "s" + ], + [ + "Ġf", + "lo" + ], + [ + "Ġfl", + "o" + ], + [ + "Ġ", + "af" + ], + [ + "Ġa", + "f" + ], + [ + "Ġ", + "aer" + ], + [ + "Ġa", + "er" + ], + [ + "Ġae", + "r" + ], + [ + "z", + "en" + ], + [ + "ze", + "n" + ], + [ + "N", + "ot" + ], + [ + "No", + "t" + ], + [ + "Ġ", + "sell" + ], + [ + "Ġs", + "ell" + ], + [ + "Ġse", + "ll" + ], + [ + "Ġsel", + "l" + ], + [ + "Ġcommun", + "icate" + ], + [ + "Ġcommunic", + "ate" + ], + [ + "R", + "e" + ], + [ + "Ġ", + "foundation" + ], + [ + "Ġfound", + "ation" + ], + [ + "hem", + "ical" + ], + [ + "Ġves", + "sels" + ], + [ + "Ġvessel", + "s" + ], + [ + "Ġw", + "ors" + ], + [ + "Ġwor", + "s" + ], + [ + "Ġwo", + "rs" + ], + [ + "u", + "zz" + ], + [ + "uz", + "z" + ], + [ + "Ġ", + "Any" + ], + [ + "ĠA", + "ny" + ], + [ + "ĠAn", + "y" + ], + [ + "Ġse", + "lection" + ], + [ + "Ġselect", + "ion" + ], + [ + "Ġsel", + "ection" + ], + [ + "h", + "t" + ], + [ + "Ġ", + "Care" + ], + [ + "ĠC", + "are" + ], + [ + "ĠCar", + "e" + ], + [ + "ĠCa", + "re" + ], + [ + "Ġ", + "Those" + ], + [ + "ĠTh", + "ose" + ], + [ + "Ġd", + "edicated" + ], + [ + "Ġdedic", + "ated" + ], + [ + "Ġdedicate", + "d" + ], + [ + "Ġ", + "Ocean" + ], + [ + "ĠO", + "cean" + ], + [ + "ĠOc", + "ean" + ], + [ + "Ġ", + "optim" + ], + [ + "Ġop", + "tim" + ], + [ + "Ġopt", + "im" + ], + [ + "Ġh", + "abits" + ], + [ + "Ġha", + "bits" + ], + [ + "Ġhabit", + "s" + ], + [ + "Ġhab", + "its" + ], + [ + "Ġp", + "ossibility" + ], + [ + "Ġposs", + "ibility" + ], + [ + "Ġ", + "Good" + ], + [ + "ĠG", + "ood" + ], + [ + "ĠGo", + "od" + ], + [ + "Ġd", + "ut" + ], + [ + "Ġdu", + "t" + ], + [ + "Ġs", + "impl" + ], + [ + "Ġsim", + "pl" + ], + [ + "Ġp", + "rison" + ], + [ + "Ġpr", + "ison" + ], + [ + "Ġpri", + "son" + ], + [ + "-", + "be" + ], + [ + "-b", + "e" + ], + [ + "Ġsm", + "oking" + ], + [ + "Ġsmok", + "ing" + ], + [ + "Ġsmo", + "king" + ], + [ + "Ġt", + "ruly" + ], + [ + "Ġtr", + "uly" + ], + [ + "Ġtru", + "ly" + ], + [ + "e", + "per" + ], + [ + "ep", + "er" + ], + [ + "Ġstim", + "ul" + ], + [ + "Ġ", + "broken" + ], + [ + "Ġbr", + "oken" + ], + [ + "Ġbro", + "ken" + ], + [ + "Ġbroke", + "n" + ], + [ + "Ġfe", + "wer" + ], + [ + "Ġfew", + "er" + ], + [ + "a", + "lysis" + ], + [ + "al", + "ysis" + ], + [ + "aly", + "sis" + ], + [ + "o", + "viet" + ], + [ + "ov", + "iet" + ], + [ + "ovie", + "t" + ], + [ + "Ġ", + "shell" + ], + [ + "Ġs", + "hell" + ], + [ + "Ġsh", + "ell" + ], + [ + "Ġshe", + "ll" + ], + [ + "Ġshel", + "l" + ], + [ + "Ġa", + "gencies" + ], + [ + "Ġag", + "encies" + ], + [ + "Ġob", + "esity" + ], + [ + "Ġ", + "thor" + ], + [ + "Ġt", + "hor" + ], + [ + "Ġth", + "or" + ], + [ + "Ġ", + "plate" + ], + [ + "Ġp", + "late" + ], + [ + "Ġpl", + "ate" + ], + [ + "Ġplat", + "e" + ], + [ + "Ġpla", + "te" + ], + [ + "Ġ", + "Charles" + ], + [ + "ĠChar", + "les" + ], + [ + "ĠCharl", + "es" + ], + [ + "Ġcom", + "position" + ], + [ + "Ġcomp", + "osition" + ], + [ + "Ġcompos", + "ition" + ], + [ + "Ġ", + "Canadian" + ], + [ + "ĠCan", + "adian" + ], + [ + "ĠCanad", + "ian" + ], + [ + "an", + "ged" + ], + [ + "ang", + "ed" + ], + [ + "ange", + "d" + ], + [ + "C", + "T" + ], + [ + "Ġre", + "con" + ], + [ + "Ġrec", + "on" + ], + [ + "Ġaud", + "ience" + ], + [ + "Ġaudi", + "ence" + ], + [ + "Ġ", + "Rights" + ], + [ + "ĠR", + "ights" + ], + [ + "ĠRight", + "s" + ], + [ + "Ġ", + "Australian" + ], + [ + "ĠAustral", + "ian" + ], + [ + "ĠAustralia", + "n" + ], + [ + "Ġ", + "âĢ¢" + ], + [ + "ĠâĢ", + "¢" + ], + [ + "Ġrest", + "rict" + ], + [ + "f", + "low" + ], + [ + "fl", + "ow" + ], + [ + "Ġ", + "Henry" + ], + [ + "ĠHen", + "ry" + ], + [ + "Ġun", + "iverse" + ], + [ + "Ġunivers", + "e" + ], + [ + "Ġ", + "Ter" + ], + [ + "ĠT", + "er" + ], + [ + "ĠTe", + "r" + ], + [ + "Ġmach", + "ines" + ], + [ + "Ġmachine", + "s" + ], + [ + "Ġcont", + "amin" + ], + [ + "p", + "oint" + ], + [ + "po", + "int" + ], + [ + "u", + "ke" + ], + [ + "uk", + "e" + ], + [ + "Ġcor", + "respond" + ], + [ + "Ġcorresp", + "ond" + ], + [ + "o", + "gue" + ], + [ + "og", + "ue" + ], + [ + "Ġ", + "teen" + ], + [ + "Ġt", + "een" + ], + [ + "Ġte", + "en" + ], + [ + "Ġ", + "unknown" + ], + [ + "Ġun", + "known" + ], + [ + "Ġunknow", + "n" + ], + [ + "p", + "at" + ], + [ + "pa", + "t" + ], + [ + "r", + "ag" + ], + [ + "ra", + "g" + ], + [ + "Ġ", + "spiritual" + ], + [ + "Ġspirit", + "ual" + ], + [ + "Ġspir", + "itual" + ], + [ + "Ġ", + "AI" + ], + [ + "ĠA", + "I" + ], + [ + "Ġ", + "drawing" + ], + [ + "Ġd", + "rawing" + ], + [ + "Ġdr", + "awing" + ], + [ + "Ġdra", + "wing" + ], + [ + "Ġdraw", + "ing" + ], + [ + "Ġcoff", + "ee" + ], + [ + "a", + "zing" + ], + [ + "az", + "ing" + ], + [ + "azi", + "ng" + ], + [ + "Ġp", + "up" + ], + [ + "Ġpu", + "p" + ], + [ + "Ġ", + "acts" + ], + [ + "Ġact", + "s" + ], + [ + "Ġac", + "ts" + ], + [ + "Ġcare", + "fully" + ], + [ + "Ġcareful", + "ly" + ], + [ + "Ġ", + "arms" + ], + [ + "Ġar", + "ms" + ], + [ + "Ġarm", + "s" + ], + [ + "Ġ", + "mac" + ], + [ + "Ġm", + "ac" + ], + [ + "Ġma", + "c" + ], + [ + "âĢĻ", + "d" + ], + [ + "Ġt", + "ea" + ], + [ + "Ġte", + "a" + ], + [ + "Ġ", + "Mo" + ], + [ + "ĠM", + "o" + ], + [ + "Ġ", + "opened" + ], + [ + "Ġop", + "ened" + ], + [ + "Ġopen", + "ed" + ], + [ + "Ġc", + "ultures" + ], + [ + "Ġcult", + "ures" + ], + [ + "Ġculture", + "s" + ], + [ + "E", + "n" + ], + [ + "Ġacc", + "ounts" + ], + [ + "Ġaccount", + "s" + ], + [ + "Ġ", + ".Ċ" + ], + [ + "Ġ.", + "Ċ" + ], + [ + "Ġ", + "cats" + ], + [ + "Ġc", + "ats" + ], + [ + "Ġca", + "ts" + ], + [ + "Ġcat", + "s" + ], + [ + "Ġun", + "iversity" + ], + [ + "Ġunivers", + "ity" + ], + [ + "ash", + "ion" + ], + [ + "ashi", + "on" + ], + [ + "Ġyoung", + "er" + ], + [ + "Ġyo", + "unger" + ], + [ + "Ġ", + "ax" + ], + [ + "Ġa", + "x" + ], + [ + "Ġ", + "Southern" + ], + [ + "ĠS", + "outhern" + ], + [ + "ĠSouth", + "ern" + ], + [ + "ĠSout", + "hern" + ], + [ + "n", + "y" + ], + [ + "Ġd", + "iscipl" + ], + [ + "Ġdisc", + "ipl" + ], + [ + "Ġ", + "multi" + ], + [ + "Ġmult", + "i" + ], + [ + "Ġmul", + "ti" + ], + [ + "Ġ", + "bear" + ], + [ + "Ġb", + "ear" + ], + [ + "Ġbe", + "ar" + ], + [ + "Ġ", + "voc" + ], + [ + "Ġv", + "oc" + ], + [ + "Ġvo", + "c" + ], + [ + "Ġsh", + "aring" + ], + [ + "Ġshar", + "ing" + ], + [ + "Ġop", + "ening" + ], + [ + "Ġopen", + "ing" + ], + [ + "ic", + "ians" + ], + [ + "ician", + "s" + ], + [ + "icia", + "ns" + ], + [ + "ici", + "ans" + ], + [ + "Ġout", + "l" + ], + [ + "k", + "a" + ], + [ + "Ġ", + "Ap" + ], + [ + "ĠA", + "p" + ], + [ + "Ġ", + "Such" + ], + [ + "ĠS", + "uch" + ], + [ + "ĠSu", + "ch" + ], + [ + "ĠSuc", + "h" + ], + [ + "I", + "L" + ], + [ + "Ġ", + "moral" + ], + [ + "Ġm", + "oral" + ], + [ + "Ġmor", + "al" + ], + [ + "Ġmo", + "ral" + ], + [ + "Ġelect", + "ron" + ], + [ + "Ġelectr", + "on" + ], + [ + "Ġelectro", + "n" + ], + [ + "i", + "pping" + ], + [ + "ip", + "ping" + ], + [ + "ipp", + "ing" + ], + [ + "Ġlabor", + "atory" + ], + [ + "Ġ", + "Sl" + ], + [ + "ĠS", + "l" + ], + [ + "f", + "ortunately" + ], + [ + "Ġ", + "conventional" + ], + [ + "Ġcon", + "ventional" + ], + [ + "Ġconv", + "entional" + ], + [ + "Ġconvention", + "al" + ], + [ + "Ġconvent", + "ional" + ], + [ + "r", + "ibe" + ], + [ + "ri", + "be" + ], + [ + "rib", + "e" + ], + [ + "Ġfram", + "ework" + ], + [ + "Ġframe", + "work" + ], + [ + "Ġ", + "PC" + ], + [ + "ĠP", + "C" + ], + [ + "Ġ", + "..." + ], + [ + "Ġ.", + ".." + ], + [ + "Ġ..", + "." + ], + [ + "Ġsch", + "olars" + ], + [ + "Ġscholar", + "s" + ], + [ + "Ġ", + "cutting" + ], + [ + "Ġc", + "utting" + ], + [ + "Ġcut", + "ting" + ], + [ + "Ġcu", + "tting" + ], + [ + "Ġ", + "Budd" + ], + [ + "ĠB", + "udd" + ], + [ + "ĠBu", + "dd" + ], + [ + "ĠBud", + "d" + ], + [ + "Ġ", + "Ken" + ], + [ + "ĠK", + "en" + ], + [ + "ĠKe", + "n" + ], + [ + "Ġcl", + "oser" + ], + [ + "Ġclose", + "r" + ], + [ + "Ġclos", + "er" + ], + [ + "Ġclo", + "ser" + ], + [ + "Ġ", + "carb" + ], + [ + "Ġc", + "arb" + ], + [ + "Ġcar", + "b" + ], + [ + "Ġ", + "Smith" + ], + [ + "ĠS", + "mith" + ], + [ + "ĠSm", + "ith" + ], + [ + "Ġ", + "roof" + ], + [ + "Ġr", + "oof" + ], + [ + "Ġro", + "of" + ], + [ + "Ġ", + "persons" + ], + [ + "Ġper", + "sons" + ], + [ + "Ġpers", + "ons" + ], + [ + "Ġperson", + "s" + ], + [ + "Ġair", + "craft" + ], + [ + "Ġdifficult", + "y" + ], + [ + "o", + "ster" + ], + [ + "os", + "ter" + ], + [ + "ost", + "er" + ], + [ + "oste", + "r" + ], + [ + "Ġf", + "ract" + ], + [ + "Ġfra", + "ct" + ], + [ + "Ġfr", + "act" + ], + [ + "Ġ", + "Design" + ], + [ + "ĠD", + "esign" + ], + [ + "ĠDe", + "sign" + ], + [ + "ĠDes", + "ign" + ], + [ + "Ġcon", + "crete" + ], + [ + "Ġconc", + "rete" + ], + [ + "Ġult", + "imately" + ], + [ + "Ġultimate", + "ly" + ], + [ + "Ġ", + "Prov" + ], + [ + "ĠP", + "rov" + ], + [ + "ĠPro", + "v" + ], + [ + "ĠPr", + "ov" + ], + [ + "Ġ", + "listen" + ], + [ + "Ġlist", + "en" + ], + [ + "Ġli", + "sten" + ], + [ + "Ġlis", + "ten" + ], + [ + "al", + "ian" + ], + [ + "ali", + "an" + ], + [ + "alia", + "n" + ], + [ + "u", + "ts" + ], + [ + "ut", + "s" + ], + [ + "i", + "form" + ], + [ + "if", + "orm" + ], + [ + "Ġd", + "ioxide" + ], + [ + "Ġdi", + "oxide" + ], + [ + "Ġd", + "iagnosed" + ], + [ + "Ġdiagn", + "osed" + ], + [ + "Ġdiagnose", + "d" + ], + [ + "Ġ", + "brand" + ], + [ + "Ġb", + "rand" + ], + [ + "Ġbr", + "and" + ], + [ + "Ġbra", + "nd" + ], + [ + "Ġbran", + "d" + ], + [ + "Ġrem", + "aining" + ], + [ + "Ġremain", + "ing" + ], + [ + "i", + "very" + ], + [ + "ive", + "ry" + ], + [ + "iv", + "ery" + ], + [ + "iver", + "y" + ], + [ + "m", + "ic" + ], + [ + "mi", + "c" + ], + [ + "or", + "row" + ], + [ + "orr", + "ow" + ], + [ + "C", + "an" + ], + [ + "Ca", + "n" + ], + [ + "Ġ", + "door" + ], + [ + "Ġd", + "oor" + ], + [ + "Ġdo", + "or" + ], + [ + "Ġ", + "amb" + ], + [ + "Ġa", + "mb" + ], + [ + "Ġam", + "b" + ], + [ + "g", + "ans" + ], + [ + "gan", + "s" + ], + [ + "ga", + "ns" + ], + [ + "Ġopp", + "osite" + ], + [ + "-", + "the" + ], + [ + "-t", + "he" + ], + [ + "-th", + "e" + ], + [ + "ic", + "ide" + ], + [ + "ici", + "de" + ], + [ + "Ġ", + "gun" + ], + [ + "Ġg", + "un" + ], + [ + "Ġgu", + "n" + ], + [ + "Ġopin", + "ion" + ], + [ + "os", + "ph" + ], + [ + "osp", + "h" + ], + [ + "l", + "uding" + ], + [ + "lud", + "ing" + ], + [ + "lu", + "ding" + ], + [ + "Ġ", + "Company" + ], + [ + "ĠComp", + "any" + ], + [ + "ĠCompan", + "y" + ], + [ + "Ġn", + "ine" + ], + [ + "Ġni", + "ne" + ], + [ + "Ġim", + "per" + ], + [ + "Ġimp", + "er" + ], + [ + "Ġimpe", + "r" + ], + [ + "Ġtrans", + "mission" + ], + [ + "Ġtransm", + "ission" + ], + [ + "Ġext", + "ended" + ], + [ + "Ġextend", + "ed" + ], + [ + "Ġ", + "derived" + ], + [ + "Ġde", + "rived" + ], + [ + "Ġder", + "ived" + ], + [ + "Ġderiv", + "ed" + ], + [ + "Ġderive", + "d" + ], + [ + "Ġstru", + "ggle" + ], + [ + "Ġstrugg", + "le" + ], + [ + "Ä", + "ģ" + ], + [ + "a", + "dd" + ], + [ + "ad", + "d" + ], + [ + "Ġn", + "oise" + ], + [ + "Ġno", + "ise" + ], + [ + "Ġnois", + "e" + ], + [ + "Ġ", + "legs" + ], + [ + "Ġle", + "gs" + ], + [ + "Ġleg", + "s" + ], + [ + "Ġun", + "p" + ], + [ + "âĢĻ", + "," + ], + [ + "Ġf", + "abric" + ], + [ + "Ġ", + "lands" + ], + [ + "Ġl", + "ands" + ], + [ + "Ġland", + "s" + ], + [ + "Ġlan", + "ds" + ], + [ + "Ġaccept", + "ed" + ], + [ + "Ġ", + "taste" + ], + [ + "Ġt", + "aste" + ], + [ + "Ġta", + "ste" + ], + [ + "Ġtast", + "e" + ], + [ + "Ġtas", + "te" + ], + [ + "Ġ", + "permanent" + ], + [ + "Ġper", + "manent" + ], + [ + "Ġperman", + "ent" + ], + [ + "Ġpart", + "ies" + ], + [ + "Ġpar", + "ties" + ], + [ + "st", + "ruct" + ], + [ + "str", + "uct" + ], + [ + "stru", + "ct" + ], + [ + "Ġgreat", + "ly" + ], + [ + "r", + "eed" + ], + [ + "re", + "ed" + ], + [ + "ree", + "d" + ], + [ + "o", + "cratic" + ], + [ + "oc", + "ratic" + ], + [ + "ocr", + "atic" + ], + [ + "ocrat", + "ic" + ], + [ + "Ġs", + "hift" + ], + [ + "Ġsh", + "ift" + ], + [ + "Ġshif", + "t" + ], + [ + "Ġshi", + "ft" + ], + [ + "ic", + "tionary" + ], + [ + "iction", + "ary" + ], + [ + "U", + "R" + ], + [ + "r", + "ating" + ], + [ + "ra", + "ting" + ], + [ + "rat", + "ing" + ], + [ + "Ġ", + "Alex" + ], + [ + "ĠA", + "lex" + ], + [ + "ĠAl", + "ex" + ], + [ + "ĠAle", + "x" + ], + [ + "Ġsm", + "oke" + ], + [ + "Ġsmok", + "e" + ], + [ + "Ġsmo", + "ke" + ], + [ + "Ġ", + "Office" + ], + [ + "ĠOff", + "ice" + ], + [ + "ĠOffic", + "e" + ], + [ + "a", + "ped" + ], + [ + "ap", + "ed" + ], + [ + "ape", + "d" + ], + [ + ".", + "âĢĻ" + ], + [ + "Ġrep", + "eated" + ], + [ + "Ġrepe", + "ated" + ], + [ + "Ġrepeat", + "ed" + ], + [ + "D", + "e" + ], + [ + "Ġgreen", + "house" + ], + [ + "Ġ", + "din" + ], + [ + "Ġd", + "in" + ], + [ + "Ġdi", + "n" + ], + [ + "Ġs", + "uc" + ], + [ + "Ġsu", + "c" + ], + [ + "Ġ", + "Sk" + ], + [ + "ĠS", + "k" + ], + [ + "E", + "P" + ], + [ + "Ġob", + "tain" + ], + [ + "Ġobt", + "ain" + ], + [ + "g", + "ent" + ], + [ + "ge", + "nt" + ], + [ + "gen", + "t" + ], + [ + "Ġ", + "error" + ], + [ + "Ġer", + "ror" + ], + [ + "Ġerr", + "or" + ], + [ + "Ġ", + "feeding" + ], + [ + "Ġf", + "eeding" + ], + [ + "Ġfe", + "eding" + ], + [ + "Ġfeed", + "ing" + ], + [ + "Ġfee", + "ding" + ], + [ + "P", + "e" + ], + [ + "Ġt", + "all" + ], + [ + "Ġtal", + "l" + ], + [ + "Ġta", + "ll" + ], + [ + "Ġv", + "ulnerable" + ], + [ + "Ġvulner", + "able" + ], + [ + "Ġgl", + "uc" + ], + [ + "Ġposs", + "ess" + ], + [ + "Ġdep", + "os" + ], + [ + "e", + "rent" + ], + [ + "er", + "ent" + ], + [ + "ere", + "nt" + ], + [ + "eren", + "t" + ], + [ + "Ġ", + "fever" + ], + [ + "Ġf", + "ever" + ], + [ + "Ġfe", + "ver" + ], + [ + "Ġ", + "hero" + ], + [ + "Ġh", + "ero" + ], + [ + "Ġhe", + "ro" + ], + [ + "Ġher", + "o" + ], + [ + "L", + "ear" + ], + [ + "Le", + "ar" + ], + [ + "Ġ", + "unless" + ], + [ + "Ġun", + "less" + ], + [ + "Ġunle", + "ss" + ], + [ + "Ġunl", + "ess" + ], + [ + "g", + "ra" + ], + [ + "gr", + "a" + ], + [ + "Ġass", + "istance" + ], + [ + "Ġassist", + "ance" + ], + [ + "c", + "ript" + ], + [ + "cr", + "ipt" + ], + [ + "Ġ", + "Federal" + ], + [ + "ĠF", + "ederal" + ], + [ + "ĠFed", + "eral" + ], + [ + "ĠFeder", + "al" + ], + [ + "-", + "on" + ], + [ + "-o", + "n" + ], + [ + "Ġarchitect", + "ure" + ], + [ + "l", + "iam" + ], + [ + "li", + "am" + ], + [ + "lia", + "m" + ], + [ + "i", + "con" + ], + [ + "ic", + "on" + ], + [ + "ico", + "n" + ], + [ + "w", + "ord" + ], + [ + "wo", + "rd" + ], + [ + "Ġ", + "magnetic" + ], + [ + "Ġm", + "agnetic" + ], + [ + "Ġmagn", + "etic" + ], + [ + "Ġmagnet", + "ic" + ], + [ + "Ġ", + "hydrogen" + ], + [ + "Ġhyd", + "rogen" + ], + [ + "Ġhydro", + "gen" + ], + [ + "Ġhydrog", + "en" + ], + [ + "Ġhydroge", + "n" + ], + [ + "Ġ", + "unus" + ], + [ + "Ġu", + "nus" + ], + [ + "Ġun", + "us" + ], + [ + "Ġ", + "writer" + ], + [ + "Ġw", + "riter" + ], + [ + "Ġwrit", + "er" + ], + [ + "Ġwr", + "iter" + ], + [ + "Ġwrite", + "r" + ], + [ + "Ġneigh", + "bor" + ], + [ + "Ġneighb", + "or" + ], + [ + "a", + "rant" + ], + [ + "ar", + "ant" + ], + [ + "ara", + "nt" + ], + [ + "aran", + "t" + ], + [ + "Ġ", + "Group" + ], + [ + "ĠG", + "roup" + ], + [ + "ĠGr", + "oup" + ], + [ + "ĠGro", + "up" + ], + [ + "Ġman", + "aged" + ], + [ + "Ġmanage", + "d" + ], + [ + "-", + "of" + ], + [ + "-o", + "f" + ], + [ + "âĢ", + "ĺ" + ], + [ + "Ġ", + "Fe" + ], + [ + "ĠF", + "e" + ], + [ + "ĠN", + "ations" + ], + [ + "ĠNation", + "s" + ], + [ + "ĠNat", + "ions" + ], + [ + "Ġ", + "obl" + ], + [ + "Ġo", + "bl" + ], + [ + "Ġob", + "l" + ], + [ + "ct", + "ive" + ], + [ + "u", + "nder" + ], + [ + "un", + "der" + ], + [ + "und", + "er" + ], + [ + "unde", + "r" + ], + [ + "Ġp", + "urchase" + ], + [ + "Ġpurch", + "ase" + ], + [ + "ph", + "one" + ], + [ + "phon", + "e" + ], + [ + "Ġind", + "icates" + ], + [ + "Ġindic", + "ates" + ], + [ + "Ġindicate", + "s" + ], + [ + "Ġindica", + "tes" + ], + [ + "e", + "du" + ], + [ + "ed", + "u" + ], + [ + "Ġcame", + "ra" + ], + [ + "Ġcam", + "era" + ], + [ + "Ġ", + "row" + ], + [ + "Ġr", + "ow" + ], + [ + "Ġro", + "w" + ], + [ + "Ġ", + "marked" + ], + [ + "Ġmark", + "ed" + ], + [ + "Ġmar", + "ked" + ], + [ + "Ġ", + "Vict" + ], + [ + "ĠV", + "ict" + ], + [ + "ĠVic", + "t" + ], + [ + "ĠVi", + "ct" + ], + [ + "-", + "H" + ], + [ + "Ġbehav", + "iors" + ], + [ + "Ġbehavior", + "s" + ], + [ + "Ġbehavi", + "ors" + ], + [ + "Ġsupp", + "orts" + ], + [ + "Ġsupport", + "s" + ], + [ + "Ġsup", + "ports" + ], + [ + "Ġ", + "Att" + ], + [ + "ĠA", + "tt" + ], + [ + "ĠAt", + "t" + ], + [ + "Ġ", + "mixed" + ], + [ + "Ġm", + "ixed" + ], + [ + "Ġmix", + "ed" + ], + [ + "Ġ", + "inner" + ], + [ + "Ġin", + "ner" + ], + [ + "Ġinn", + "er" + ], + [ + "Ġsub", + "stances" + ], + [ + "Ġsubst", + "ances" + ], + [ + "Ġsubstance", + "s" + ], + [ + "u", + "rd" + ], + [ + "ur", + "d" + ], + [ + "Ġ", + "pron" + ], + [ + "Ġp", + "ron" + ], + [ + "Ġpro", + "n" + ], + [ + "Ġpr", + "on" + ], + [ + "Ġphot", + "ograph" + ], + [ + "Ġphoto", + "graph" + ], + [ + "Ġphotograp", + "h" + ], + [ + "Ġ", + "Global" + ], + [ + "ĠGl", + "obal" + ], + [ + "ĠGlob", + "al" + ], + [ + "ans", + "ion" + ], + [ + "ansi", + "on" + ], + [ + "Ġcons", + "istent" + ], + [ + "Ġconsist", + "ent" + ], + [ + "u", + "mes" + ], + [ + "um", + "es" + ], + [ + "ume", + "s" + ], + [ + "s", + "is" + ], + [ + "si", + "s" + ], + [ + "n", + "am" + ], + [ + "na", + "m" + ], + [ + "Ġ", + "prol" + ], + [ + "Ġp", + "rol" + ], + [ + "Ġpro", + "l" + ], + [ + "Ġpr", + "ol" + ], + [ + "Ġ", + "Leg" + ], + [ + "ĠL", + "eg" + ], + [ + "ĠLe", + "g" + ], + [ + "Ġs", + "erver" + ], + [ + "Ġserv", + "er" + ], + [ + "Ġser", + "ver" + ], + [ + "Ġserve", + "r" + ], + [ + "ri", + "bed" + ], + [ + "rib", + "ed" + ], + [ + "ribe", + "d" + ], + [ + "Ġ", + "Soviet" + ], + [ + "ĠS", + "oviet" + ], + [ + "ĠSo", + "viet" + ], + [ + "Ġunder", + "lying" + ], + [ + "Ġ", + "stands" + ], + [ + "Ġst", + "ands" + ], + [ + "Ġstand", + "s" + ], + [ + "Ġsupp", + "lies" + ], + [ + "Ġsuppl", + "ies" + ], + [ + "L", + "et" + ], + [ + "Le", + "t" + ], + [ + "Ġt", + "ank" + ], + [ + "Ġtan", + "k" + ], + [ + "Ġ", + "cm" + ], + [ + "Ġc", + "m" + ], + [ + "Ġinter", + "vention" + ], + [ + "Ġinterven", + "tion" + ], + [ + "Ġw", + "ish" + ], + [ + "Ġwi", + "sh" + ], + [ + "Ġwis", + "h" + ], + [ + "Ġ", + "Add" + ], + [ + "ĠA", + "dd" + ], + [ + "ĠAd", + "d" + ], + [ + "Ġ", + "Id" + ], + [ + "ĠI", + "d" + ], + [ + "__", + "______" + ], + [ + "____", + "____" + ], + [ + "___", + "_____" + ], + [ + "_____", + "___" + ], + [ + "______", + "__" + ], + [ + "Ġdeb", + "ate" + ], + [ + "Ġtrans", + "portation" + ], + [ + "Ġtransport", + "ation" + ], + [ + "Ġ", + "fell" + ], + [ + "Ġf", + "ell" + ], + [ + "Ġfe", + "ll" + ], + [ + "Ġfel", + "l" + ], + [ + "Ġl", + "ayers" + ], + [ + "Ġlay", + "ers" + ], + [ + "Ġla", + "yers" + ], + [ + "Ġlayer", + "s" + ], + [ + "Ġsupp", + "orting" + ], + [ + "Ġsupport", + "ing" + ], + [ + "Ġsup", + "porting" + ], + [ + "Ġ", + "Psych" + ], + [ + "ĠP", + "sych" + ], + [ + "ĠPs", + "ych" + ], + [ + "ĠPsy", + "ch" + ], + [ + "Ġ", + "ath" + ], + [ + "Ġa", + "th" + ], + [ + "Ġat", + "h" + ], + [ + "Ġv", + "eter" + ], + [ + "Ġve", + "ter" + ], + [ + "Ġvet", + "er" + ], + [ + "Ġ", + "neck" + ], + [ + "Ġn", + "eck" + ], + [ + "Ġne", + "ck" + ], + [ + "Ġnec", + "k" + ], + [ + "Ġde", + "scription" + ], + [ + "Ġdes", + "cription" + ], + [ + "Ġdesc", + "ription" + ], + [ + "Ġdescript", + "ion" + ], + [ + "Ġre", + "placed" + ], + [ + "Ġrepl", + "aced" + ], + [ + "Ġreplace", + "d" + ], + [ + "Ġcircum", + "stances" + ], + [ + "Ġcircumst", + "ances" + ], + [ + "Ġcircumstance", + "s" + ], + [ + "Ġ", + "<" + ], + [ + "Ġpers", + "ist" + ], + [ + "Y", + "our" + ], + [ + "You", + "r" + ], + [ + "f", + "ish" + ], + [ + "fi", + "sh" + ], + [ + "Ġinter", + "action" + ], + [ + "Ġinteract", + "ion" + ], + [ + "Ġ", + "Keep" + ], + [ + "ĠKe", + "ep" + ], + [ + "ĠKee", + "p" + ], + [ + "h", + "ether" + ], + [ + "he", + "ther" + ], + [ + "het", + "her" + ], + [ + "or", + "ld" + ], + [ + "Ġ", + "virtual" + ], + [ + "Ġv", + "irtual" + ], + [ + "Ġvirt", + "ual" + ], + [ + "Ġvirtu", + "al" + ], + [ + "Ġ", + "Ext" + ], + [ + "ĠE", + "xt" + ], + [ + "ĠEx", + "t" + ], + [ + "t", + "hen" + ], + [ + "th", + "en" + ], + [ + "the", + "n" + ], + [ + "Ġ", + "sequence" + ], + [ + "Ġsequ", + "ence" + ], + [ + "Ġ", + "bot" + ], + [ + "Ġb", + "ot" + ], + [ + "Ġbo", + "t" + ], + [ + "Ġt", + "urns" + ], + [ + "Ġturn", + "s" + ], + [ + "Ġtur", + "ns" + ], + [ + "a", + "nda" + ], + [ + "an", + "da" + ], + [ + "and", + "a" + ], + [ + "b", + "ert" + ], + [ + "ber", + "t" + ], + [ + "be", + "rt" + ], + [ + "Ġ", + "pool" + ], + [ + "Ġp", + "ool" + ], + [ + "Ġpo", + "ol" + ], + [ + "Ġpoo", + "l" + ], + [ + "Ġatt", + "ached" + ], + [ + "Ġattach", + "ed" + ], + [ + "Ġ", + "Ill" + ], + [ + "ĠI", + "ll" + ], + [ + "ĠIl", + "l" + ], + [ + "w", + "o" + ], + [ + "h", + "east" + ], + [ + "he", + "ast" + ], + [ + "hea", + "st" + ], + [ + "o", + "pl" + ], + [ + "op", + "l" + ], + [ + "Ġ", + "Haw" + ], + [ + "ĠH", + "aw" + ], + [ + "ĠHa", + "w" + ], + [ + "Ġinstru", + "ctions" + ], + [ + "Ġinstruct", + "ions" + ], + [ + "Ġinstruction", + "s" + ], + [ + "C", + "ont" + ], + [ + "Con", + "t" + ], + [ + "Co", + "nt" + ], + [ + "Ġ", + "sight" + ], + [ + "Ġs", + "ight" + ], + [ + "Ġsigh", + "t" + ], + [ + "Ġsig", + "ht" + ], + [ + "-", + "free" + ], + [ + "-f", + "ree" + ], + [ + "Ġc", + "ircuit" + ], + [ + "Ġcirc", + "uit" + ], + [ + "u", + "ter" + ], + [ + "ut", + "er" + ], + [ + "ute", + "r" + ], + [ + "Ġy", + "ield" + ], + [ + "Ġr", + "hy" + ], + [ + "Ġrh", + "y" + ], + [ + "o", + "ted" + ], + [ + "ot", + "ed" + ], + [ + "ote", + "d" + ], + [ + "Ġnew", + "sp" + ], + [ + "Ġnews", + "p" + ], + [ + "-", + "F" + ], + [ + "Ġadminist", + "ration" + ], + [ + "Ġadministr", + "ation" + ], + [ + "Ġadmin", + "istration" + ], + [ + "u", + "a" + ], + [ + "Ġcal", + "ories" + ], + [ + "Ġcalorie", + "s" + ], + [ + "Ġcalor", + "ies" + ], + [ + "Ġ", + "Yet" + ], + [ + "ĠY", + "et" + ], + [ + "ĠYe", + "t" + ], + [ + "Ġpre", + "val" + ], + [ + "Ġpr", + "eval" + ], + [ + "Ġprev", + "al" + ], + [ + "Ġ", + "epid" + ], + [ + "Ġe", + "pid" + ], + [ + "Ġep", + "id" + ], + [ + "Ġwork", + "she" + ], + [ + "Ġworks", + "he" + ], + [ + "n", + "et" + ], + [ + "ne", + "t" + ], + [ + "Ġrel", + "ax" + ], + [ + "r", + "iers" + ], + [ + "ri", + "ers" + ], + [ + "rie", + "rs" + ], + [ + "rier", + "s" + ], + [ + "Ġ", + "Bro" + ], + [ + "ĠB", + "ro" + ], + [ + "ĠBr", + "o" + ], + [ + "Ġb", + "abies" + ], + [ + "Ġbab", + "ies" + ], + [ + "Ġba", + "bies" + ], + [ + "Ġ", + "artificial" + ], + [ + "Ġart", + "ificial" + ], + [ + "Ġartif", + "icial" + ], + [ + "Ġartific", + "ial" + ], + [ + "Ġim", + "mediate" + ], + [ + "Ġimm", + "ediate" + ], + [ + "Ġimmedi", + "ate" + ], + [ + "z", + "il" + ], + [ + "zi", + "l" + ], + [ + "k", + "es" + ], + [ + "ke", + "s" + ], + [ + "Ġ", + "maps" + ], + [ + "Ġm", + "aps" + ], + [ + "Ġma", + "ps" + ], + [ + "Ġmap", + "s" + ], + [ + "ant", + "ly" + ], + [ + "Ġreg", + "ulations" + ], + [ + "Ġregul", + "ations" + ], + [ + "Ġregulation", + "s" + ], + [ + "Ġatt", + "end" + ], + [ + "Ġatten", + "d" + ], + [ + "O", + "ver" + ], + [ + "Ov", + "er" + ], + [ + "Ġ", + "Vis" + ], + [ + "ĠV", + "is" + ], + [ + "ĠVi", + "s" + ], + [ + "Ġ", + "Frank" + ], + [ + "ĠF", + "rank" + ], + [ + "ĠFr", + "ank" + ], + [ + "ĠFran", + "k" + ], + [ + "M", + "y" + ], + [ + "Ġfil", + "ter" + ], + [ + "Ġfilt", + "er" + ], + [ + "Ġ", + "USA" + ], + [ + "ĠU", + "SA" + ], + [ + "ĠUS", + "A" + ], + [ + "Ġn", + "ecessarily" + ], + [ + "Ġnecess", + "arily" + ], + [ + "Ġ", + "rid" + ], + [ + "Ġr", + "id" + ], + [ + "Ġex", + "amine" + ], + [ + "Ġexam", + "ine" + ], + [ + "Ġrespons", + "es" + ], + [ + "Ġresponse", + "s" + ], + [ + "Ġj", + "oin" + ], + [ + "Ġjo", + "in" + ], + [ + "Ġres", + "erv" + ], + [ + "Ġ", + "housing" + ], + [ + "Ġh", + "ousing" + ], + [ + "Ġhous", + "ing" + ], + [ + "Ġho", + "using" + ], + [ + "it", + "ter" + ], + [ + "itt", + "er" + ], + [ + "itte", + "r" + ], + [ + "o", + "rous" + ], + [ + "or", + "ous" + ], + [ + "oro", + "us" + ], + [ + "Ġ", + "Only" + ], + [ + "ĠOn", + "ly" + ], + [ + "Ġchall", + "enging" + ], + [ + "Ġchalleng", + "ing" + ], + [ + "Ġcomp", + "ounds" + ], + [ + "Ġcompound", + "s" + ], + [ + "Ġnear", + "by" + ], + [ + "Ġ", + "agency" + ], + [ + "Ġa", + "gency" + ], + [ + "Ġag", + "ency" + ], + [ + "in", + "ts" + ], + [ + "int", + "s" + ], + [ + "it", + "ative" + ], + [ + "Ġ", + "string" + ], + [ + "Ġst", + "ring" + ], + [ + "Ġstr", + "ing" + ], + [ + "Ġstri", + "ng" + ], + [ + "Ġ", + "accum" + ], + [ + "Ġacc", + "um" + ], + [ + "liam", + "ent" + ], + [ + "li", + "ament" + ], + [ + "lia", + "ment" + ], + [ + "Ġ", + "Natural" + ], + [ + "ĠN", + "atural" + ], + [ + "ĠNat", + "ural" + ], + [ + "ĠNatur", + "al" + ], + [ + "w", + "eight" + ], + [ + "we", + "ight" + ], + [ + "Ġpsych", + "ological" + ], + [ + "B", + "l" + ], + [ + "Ġun", + "able" + ], + [ + "Ġuna", + "ble" + ], + [ + "Ġunab", + "le" + ], + [ + "Ġsw", + "im" + ], + [ + "Ġmechan", + "ism" + ], + [ + "Ġ", + "gone" + ], + [ + "Ġg", + "one" + ], + [ + "Ġgo", + "ne" + ], + [ + "Ġgon", + "e" + ], + [ + "Ġ", + "ethnic" + ], + [ + "Ġeth", + "nic" + ], + [ + "Ġethn", + "ic" + ], + [ + "Ġacc", + "ident" + ], + [ + "ir", + "ds" + ], + [ + "ird", + "s" + ], + [ + "Ġmin", + "erals" + ], + [ + "Ġmineral", + "s" + ], + [ + "Ġmine", + "rals" + ], + [ + "Ġminer", + "als" + ], + [ + "Ġ", + "Gold" + ], + [ + "ĠG", + "old" + ], + [ + "ĠGo", + "ld" + ], + [ + "ĠGol", + "d" + ], + [ + "Ġ", + "Nav" + ], + [ + "ĠN", + "av" + ], + [ + "ĠNa", + "v" + ], + [ + "Ġf", + "ailed" + ], + [ + "Ġfail", + "ed" + ], + [ + "Ġfa", + "iled" + ], + [ + "Ġ", + "ends" + ], + [ + "Ġen", + "ds" + ], + [ + "Ġend", + "s" + ], + [ + "Ġout", + "bre" + ], + [ + "Ġch", + "osen" + ], + [ + "Ġcho", + "sen" + ], + [ + "Ġchose", + "n" + ], + [ + "in", + "ction" + ], + [ + "inc", + "tion" + ], + [ + "inct", + "ion" + ], + [ + "Ġ", + "www" + ], + [ + "Ġw", + "ww" + ], + [ + "Ġover", + "l" + ], + [ + "Ġov", + "erl" + ], + [ + "Ġ", + "Color" + ], + [ + "ĠC", + "olor" + ], + [ + "ĠCol", + "or" + ], + [ + "ĠCo", + "lor" + ], + [ + "ĠColo", + "r" + ], + [ + "e", + "na" + ], + [ + "en", + "a" + ], + [ + "Ġ", + "fixed" + ], + [ + "Ġf", + "ixed" + ], + [ + "Ġfix", + "ed" + ], + [ + "Ġ", + "organized" + ], + [ + "Ġorgan", + "ized" + ], + [ + "Ġorganize", + "d" + ], + [ + "Ġ", + "Ess" + ], + [ + "ĠE", + "ss" + ], + [ + "ĠEs", + "s" + ], + [ + "th", + "rop" + ], + [ + "e", + "y" + ], + [ + "Ġ", + "rising" + ], + [ + "Ġr", + "ising" + ], + [ + "Ġris", + "ing" + ], + [ + "Ġ", + "Div" + ], + [ + "ĠD", + "iv" + ], + [ + "ĠDi", + "v" + ], + [ + "u", + "ation" + ], + [ + "ua", + "tion" + ], + [ + "ĠVal", + "ley" + ], + [ + "ĠVall", + "ey" + ], + [ + "ĠValle", + "y" + ], + [ + "z", + "ed" + ], + [ + "ze", + "d" + ], + [ + "st", + "one" + ], + [ + "ston", + "e" + ], + [ + "Ġpercent", + "age" + ], + [ + "Ġs", + "hop" + ], + [ + "Ġsh", + "op" + ], + [ + "Ġsho", + "p" + ], + [ + "Ġt", + "rained" + ], + [ + "Ġtra", + "ined" + ], + [ + "Ġtr", + "ained" + ], + [ + "Ġtrain", + "ed" + ], + [ + "Ġtraine", + "d" + ], + [ + "Ġr", + "atio" + ], + [ + "Ġrat", + "io" + ], + [ + "Ġpo", + "ison" + ], + [ + "Ġprot", + "ocol" + ], + [ + "Ġproto", + "col" + ], + [ + "Ġb", + "order" + ], + [ + "Ġbor", + "der" + ], + [ + "Ġbord", + "er" + ], + [ + "it", + "udes" + ], + [ + "itud", + "es" + ], + [ + "itude", + "s" + ], + [ + "itu", + "des" + ], + [ + "Ġcust", + "omers" + ], + [ + "Ġcustom", + "ers" + ], + [ + "Ġcustomer", + "s" + ], + [ + "el", + "esc" + ], + [ + "ele", + "sc" + ], + [ + "eles", + "c" + ], + [ + "y", + "mph" + ], + [ + "ym", + "ph" + ], + [ + "ymp", + "h" + ], + [ + "Ġb", + "reath" + ], + [ + "Ġbre", + "ath" + ], + [ + "Ġbreat", + "h" + ], + [ + "Ġevery", + "day" + ], + [ + "Ġ", + "standing" + ], + [ + "Ġst", + "anding" + ], + [ + "Ġstand", + "ing" + ], + [ + "Ġp", + "erce" + ], + [ + "Ġper", + "ce" + ], + [ + "Ġperc", + "e" + ], + [ + "Ġa", + "head" + ], + [ + "Ġah", + "ead" + ], + [ + "Ġ", + "Home" + ], + [ + "ĠH", + "ome" + ], + [ + "ĠHo", + "me" + ], + [ + "ĠHom", + "e" + ], + [ + "Ġ", + "nest" + ], + [ + "Ġn", + "est" + ], + [ + "Ġne", + "st" + ], + [ + "Ġ", + "Cancer" + ], + [ + "ĠC", + "ancer" + ], + [ + "ĠCan", + "cer" + ], + [ + "ĠCanc", + "er" + ], + [ + "am", + "ins" + ], + [ + "amin", + "s" + ], + [ + "ami", + "ns" + ], + [ + "Ġ", + "IP" + ], + [ + "ĠI", + "P" + ], + [ + "Ġp", + "ainting" + ], + [ + "Ġpain", + "ting" + ], + [ + "Ġpaint", + "ing" + ], + [ + "Ġparticip", + "ate" + ], + [ + "Ġre", + "actions" + ], + [ + "Ġreact", + "ions" + ], + [ + "Ġreaction", + "s" + ], + [ + "Ġ", + "bread" + ], + [ + "Ġb", + "read" + ], + [ + "Ġbr", + "ead" + ], + [ + "Ġbre", + "ad" + ], + [ + "if", + "ications" + ], + [ + "ific", + "ations" + ], + [ + "ification", + "s" + ], + [ + "a", + "it" + ], + [ + "ai", + "t" + ], + [ + "i", + "ni" + ], + [ + "in", + "i" + ], + [ + "Ġh", + "olid" + ], + [ + "Ġho", + "lid" + ], + [ + "Ġhol", + "id" + ], + [ + "Ġpres", + "entation" + ], + [ + "Ġpresent", + "ation" + ], + [ + "Ġ", + "zero" + ], + [ + "Ġz", + "ero" + ], + [ + "Ġze", + "ro" + ], + [ + "Ġzer", + "o" + ], + [ + "Ġgen", + "erations" + ], + [ + "Ġgener", + "ations" + ], + [ + "Ġgeneration", + "s" + ], + [ + "Ġgene", + "rations" + ], + [ + "Ġimpro", + "vement" + ], + [ + "Ġimprove", + "ment" + ], + [ + "Ġimprov", + "ement" + ], + [ + "Ġconf", + "idence" + ], + [ + "a", + "ria" + ], + [ + "ar", + "ia" + ], + [ + "ari", + "a" + ], + [ + "Ġ", + "organisms" + ], + [ + "Ġorgan", + "isms" + ], + [ + "Ġorganism", + "s" + ], + [ + "Ġint", + "ellect" + ], + [ + "Ġphilos", + "ophy" + ], + [ + "Ġphilosoph", + "y" + ], + [ + "-", + "level" + ], + [ + "-le", + "vel" + ], + [ + "Ġ", + "Tor" + ], + [ + "ĠT", + "or" + ], + [ + "ĠTo", + "r" + ], + [ + "e", + "aring" + ], + [ + "ear", + "ing" + ], + [ + "ea", + "ring" + ], + [ + "Ġ", + "Exper" + ], + [ + "ĠEx", + "per" + ], + [ + "ĠExp", + "er" + ], + [ + "v", + "entions" + ], + [ + "vent", + "ions" + ], + [ + "vention", + "s" + ], + [ + "Ġhor", + "iz" + ], + [ + "Ġho", + "riz" + ], + [ + "Ġ", + "feedback" + ], + [ + "Ġf", + "eedback" + ], + [ + "Ġfeed", + "back" + ], + [ + "Ġim", + "plementation" + ], + [ + "Ġimplement", + "ation" + ], + [ + "Ã", + "Ń" + ], + [ + "s", + "ts" + ], + [ + "st", + "s" + ], + [ + "Ġag", + "reement" + ], + [ + "Ġagree", + "ment" + ], + [ + "Ġre", + "mark" + ], + [ + "Ġr", + "emark" + ], + [ + "Ġrem", + "ark" + ], + [ + "Ġremar", + "k" + ], + [ + "r", + "ite" + ], + [ + "ri", + "te" + ], + [ + "rit", + "e" + ], + [ + "Ġvar", + "iable" + ], + [ + "Ġvari", + "able" + ], + [ + "Ġd", + "omin" + ], + [ + "Ġdo", + "min" + ], + [ + "Ġdom", + "in" + ], + [ + "Ġp", + "air" + ], + [ + "Ġpa", + "ir" + ], + [ + "f", + "rom" + ], + [ + "fr", + "om" + ], + [ + "a", + "gon" + ], + [ + "ag", + "on" + ], + [ + "ago", + "n" + ], + [ + "Ġ", + "THE" + ], + [ + "ĠT", + "HE" + ], + [ + "ĠTH", + "E" + ], + [ + "Ġins", + "urance" + ], + [ + "Ġinsur", + "ance" + ], + [ + "Ġch", + "ick" + ], + [ + "Ġchi", + "ck" + ], + [ + "Ġchic", + "k" + ], + [ + "r", + "eland" + ], + [ + "re", + "land" + ], + [ + "rel", + "and" + ], + [ + "S", + "e" + ], + [ + "o", + "cracy" + ], + [ + "oc", + "racy" + ], + [ + "ocr", + "acy" + ], + [ + "Ġg", + "rew" + ], + [ + "Ġgr", + "ew" + ], + [ + "Ġgre", + "w" + ], + [ + "Ġp", + "rompt" + ], + [ + "Ġprom", + "pt" + ], + [ + "Ġcon", + "nections" + ], + [ + "Ġconn", + "ections" + ], + [ + "Ġconnect", + "ions" + ], + [ + "Ġconnection", + "s" + ], + [ + "Ġ", + "lies" + ], + [ + "Ġl", + "ies" + ], + [ + "Ġlie", + "s" + ], + [ + "Ġli", + "es" + ], + [ + "Ġc", + "overs" + ], + [ + "Ġco", + "vers" + ], + [ + "Ġcover", + "s" + ], + [ + "Ġcove", + "rs" + ], + [ + "Ġauthor", + "ities" + ], + [ + "Ġ", + "Paris" + ], + [ + "ĠP", + "aris" + ], + [ + "ĠPar", + "is" + ], + [ + "ĠPa", + "ris" + ], + [ + "Ġ", + "fighting" + ], + [ + "Ġf", + "ighting" + ], + [ + "Ġfight", + "ing" + ], + [ + "L", + "A" + ], + [ + "Ġp", + "utting" + ], + [ + "Ġput", + "ting" + ], + [ + "Ġpu", + "tting" + ], + [ + "Ġ", + "cos" + ], + [ + "Ġc", + "os" + ], + [ + "Ġco", + "s" + ], + [ + "Ġt", + "issues" + ], + [ + "Ġtiss", + "ues" + ], + [ + "Ġtissue", + "s" + ], + [ + "r", + "itis" + ], + [ + "ri", + "tis" + ], + [ + "rit", + "is" + ], + [ + "riti", + "s" + ], + [ + "Ġ", + "ment" + ], + [ + "Ġm", + "ent" + ], + [ + "Ġme", + "nt" + ], + [ + "Ġmen", + "t" + ], + [ + "y", + "les" + ], + [ + "yle", + "s" + ], + [ + "yl", + "es" + ], + [ + "Ġ", + "hem" + ], + [ + "Ġh", + "em" + ], + [ + "Ġhe", + "m" + ], + [ + "Ġ", + "Long" + ], + [ + "ĠL", + "ong" + ], + [ + "ĠLo", + "ng" + ], + [ + "ĠLon", + "g" + ], + [ + "Ġ", + "Step" + ], + [ + "ĠSt", + "ep" + ], + [ + "ĠSte", + "p" + ], + [ + "Ġexp", + "ressed" + ], + [ + "Ġexpress", + "ed" + ], + [ + "e", + "lla" + ], + [ + "el", + "la" + ], + [ + "ell", + "a" + ], + [ + "I", + "nt" + ], + [ + "In", + "t" + ], + [ + "h", + "op" + ], + [ + "ho", + "p" + ], + [ + "-", + "pro" + ], + [ + "-p", + "ro" + ], + [ + "-pr", + "o" + ], + [ + "ĠS", + "ciences" + ], + [ + "ĠSc", + "iences" + ], + [ + "ĠScience", + "s" + ], + [ + "ĠSci", + "ences" + ], + [ + "Ġour", + "selves" + ], + [ + "Ġ", + "gap" + ], + [ + "Ġg", + "ap" + ], + [ + "Ġga", + "p" + ], + [ + "Ġm", + "ining" + ], + [ + "Ġmin", + "ing" + ], + [ + "Ġmini", + "ng" + ], + [ + "Ġmi", + "ning" + ], + [ + "Ġex", + "ists" + ], + [ + "Ġexist", + "s" + ], + [ + "ĠCh", + "ic" + ], + [ + "ĠChi", + "c" + ], + [ + "Ġ", + "insulin" + ], + [ + "Ġins", + "ulin" + ], + [ + "Ġ", + "Penn" + ], + [ + "ĠP", + "enn" + ], + [ + "ĠPe", + "nn" + ], + [ + "ĠPen", + "n" + ], + [ + "Ġ", + "meters" + ], + [ + "Ġm", + "eters" + ], + [ + "Ġme", + "ters" + ], + [ + "Ġmet", + "ers" + ], + [ + "Ġmeter", + "s" + ], + [ + "Ġmete", + "rs" + ], + [ + "Ġ", + "Street" + ], + [ + "ĠSt", + "reet" + ], + [ + "ĠStre", + "et" + ], + [ + "Ġexerc", + "ises" + ], + [ + "Ġexercise", + "s" + ], + [ + "ro", + "oms" + ], + [ + "room", + "s" + ], + [ + "Ġprinc", + "ip" + ], + [ + "ĠCon", + "stitution" + ], + [ + "ĠConst", + "itution" + ], + [ + "ĠConstit", + "ution" + ], + [ + "Ġe", + "astern" + ], + [ + "Ġeas", + "tern" + ], + [ + "Ġeast", + "ern" + ], + [ + "Ġeaster", + "n" + ], + [ + "Ġ", + "Mad" + ], + [ + "ĠM", + "ad" + ], + [ + "ĠMa", + "d" + ], + [ + "Ġ", + "Rad" + ], + [ + "ĠR", + "ad" + ], + [ + "ĠRa", + "d" + ], + [ + "S", + "S" + ], + [ + "Ġwas", + "n" + ], + [ + "Ġwa", + "sn" + ], + [ + "Ġ", + "OF" + ], + [ + "ĠO", + "F" + ], + [ + "a", + "bb" + ], + [ + "ab", + "b" + ], + [ + "Ġw", + "itness" + ], + [ + "Ġwit", + "ness" + ], + [ + ".", + "..." + ], + [ + "..", + ".." + ], + [ + "...", + "." + ], + [ + "Ġl", + "atter" + ], + [ + "Ġlat", + "ter" + ], + [ + "Ġlatt", + "er" + ], + [ + "Ġdis", + "tur" + ], + [ + "Ġdist", + "ur" + ], + [ + "ed", + "iatric" + ], + [ + "edi", + "atric" + ], + [ + "Ġ", + "Hall" + ], + [ + "ĠH", + "all" + ], + [ + "ĠHa", + "ll" + ], + [ + "ĠHal", + "l" + ], + [ + "Ġ", + "scan" + ], + [ + "Ġs", + "can" + ], + [ + "Ġsc", + "an" + ], + [ + "Ġ", + "Oh" + ], + [ + "ĠO", + "h" + ], + [ + "Ġlim", + "its" + ], + [ + "Ġlimit", + "s" + ], + [ + "o", + "ned" + ], + [ + "on", + "ed" + ], + [ + "one", + "d" + ], + [ + "Ġ", + "IN" + ], + [ + "ĠI", + "N" + ], + [ + "i", + "rt" + ], + [ + "ir", + "t" + ], + [ + "Ġd", + "rain" + ], + [ + "Ġdr", + "ain" + ], + [ + "Ġdra", + "in" + ], + [ + "Ġ", + "mos" + ], + [ + "Ġm", + "os" + ], + [ + "Ġmo", + "s" + ], + [ + "i", + "cious" + ], + [ + "ic", + "ious" + ], + [ + "ici", + "ous" + ], + [ + "ĠAcad", + "emy" + ], + [ + "Ġ", + "equivalent" + ], + [ + "Ġequ", + "ivalent" + ], + [ + "Ġequival", + "ent" + ], + [ + "Ġmain", + "taining" + ], + [ + "Ġmaint", + "aining" + ], + [ + "Ġmaintain", + "ing" + ], + [ + "a", + "sters" + ], + [ + "as", + "ters" + ], + [ + "ast", + "ers" + ], + [ + "aster", + "s" + ], + [ + "aste", + "rs" + ], + [ + "ro", + "duction" + ], + [ + "rodu", + "ction" + ], + [ + "roduct", + "ion" + ], + [ + "rod", + "uction" + ], + [ + "ĠCar", + "olina" + ], + [ + "ĠCarol", + "ina" + ], + [ + "st", + "ate" + ], + [ + "stat", + "e" + ], + [ + "sta", + "te" + ], + [ + "Ġ", + "Scot" + ], + [ + "ĠS", + "cot" + ], + [ + "ĠSc", + "ot" + ], + [ + "Ġcons", + "umer" + ], + [ + "Ġconsum", + "er" + ], + [ + "Ġconsume", + "r" + ], + [ + "Ġknow", + "s" + ], + [ + "Ġkn", + "ows" + ], + [ + "Ġ", + "founded" + ], + [ + "Ġf", + "ounded" + ], + [ + "Ġfound", + "ed" + ], + [ + "Ġfo", + "unded" + ], + [ + "Ġar", + "rived" + ], + [ + "Ġarr", + "ived" + ], + [ + "Ġarrive", + "d" + ], + [ + "in", + "ity" + ], + [ + "ini", + "ty" + ], + [ + "init", + "y" + ], + [ + "Ġ", + "Administ" + ], + [ + "ĠAd", + "minist" + ], + [ + "ĠAdm", + "inist" + ], + [ + "ĠAdmin", + "ist" + ], + [ + "Ġ", + "Rome" + ], + [ + "ĠR", + "ome" + ], + [ + "ĠRo", + "me" + ], + [ + "ĠRom", + "e" + ], + [ + "Ġac", + "know" + ], + [ + "Ġcomp", + "etition" + ], + [ + "Ġcompet", + "ition" + ], + [ + "Ġcompar", + "ison" + ], + [ + "Ġ", + "butter" + ], + [ + "Ġb", + "utter" + ], + [ + "Ġbut", + "ter" + ], + [ + "Ġbutt", + "er" + ], + [ + "Ġreg", + "ist" + ], + [ + "Ġ", + "represented" + ], + [ + "Ġrepresent", + "ed" + ], + [ + "Ġ", + "Climate" + ], + [ + "ĠC", + "limate" + ], + [ + "ĠCl", + "imate" + ], + [ + "ĠClim", + "ate" + ], + [ + "Ġ", + "meal" + ], + [ + "Ġm", + "eal" + ], + [ + "Ġme", + "al" + ], + [ + "Ġmo", + "isture" + ], + [ + "Ġmoist", + "ure" + ], + [ + "Ġmoistur", + "e" + ], + [ + "Ġ", + "stable" + ], + [ + "Ġs", + "table" + ], + [ + "Ġst", + "able" + ], + [ + "Ġsta", + "ble" + ], + [ + "Ġstab", + "le" + ], + [ + "Ġk", + "idney" + ], + [ + "Ġkid", + "ney" + ], + [ + "Ġkidn", + "ey" + ], + [ + "o", + "ra" + ], + [ + "or", + "a" + ], + [ + "Ġ", + "stroke" + ], + [ + "Ġst", + "roke" + ], + [ + "Ġstr", + "oke" + ], + [ + "Ġstro", + "ke" + ], + [ + "Ġ", + "paralle" + ], + [ + "Ġpar", + "alle" + ], + [ + "Ġpara", + "lle" + ], + [ + "Ġparal", + "le" + ], + [ + "Ġs", + "heet" + ], + [ + "Ġshe", + "et" + ], + [ + "Ġ", + "Cy" + ], + [ + "ĠC", + "y" + ], + [ + "C", + "D" + ], + [ + "Ġinstru", + "ments" + ], + [ + "Ġinstrument", + "s" + ], + [ + "u", + "els" + ], + [ + "ue", + "ls" + ], + [ + "uel", + "s" + ], + [ + "Ġs", + "paces" + ], + [ + "Ġsp", + "aces" + ], + [ + "Ġspace", + "s" + ], + [ + "Ġspac", + "es" + ], + [ + "Ġspa", + "ces" + ], + [ + "Ġ", + "Northern" + ], + [ + "ĠN", + "orthern" + ], + [ + "ĠNorth", + "ern" + ], + [ + "ĠNort", + "hern" + ], + [ + "Ġindust", + "ries" + ], + [ + "Ġrec", + "ognition" + ], + [ + "Ġrecogn", + "ition" + ], + [ + "O", + "f" + ], + [ + "Ġsp", + "ending" + ], + [ + "Ġspend", + "ing" + ], + [ + "um", + "ps" + ], + [ + "ump", + "s" + ], + [ + "Ġin", + "stitution" + ], + [ + "Ġinst", + "itution" + ], + [ + "Ġinstit", + "ution" + ], + [ + "Ġ", + "zone" + ], + [ + "Ġz", + "one" + ], + [ + "Ġzo", + "ne" + ], + [ + "Ġ", + "Ox" + ], + [ + "ĠO", + "x" + ], + [ + "Ġc", + "apture" + ], + [ + "Ġcapt", + "ure" + ], + [ + "âĢĿ", + ".Ċ" + ], + [ + "âĢĿ.", + "Ċ" + ], + [ + "Ġf", + "requent" + ], + [ + "Ġfrequ", + "ent" + ], + [ + "Ġpl", + "ayers" + ], + [ + "Ġplay", + "ers" + ], + [ + "Ġplayer", + "s" + ], + [ + "Ġpla", + "yers" + ], + [ + "t", + "ic" + ], + [ + "ti", + "c" + ], + [ + "Ġobserv", + "ations" + ], + [ + "Ġobservation", + "s" + ], + [ + "Ġcl", + "ust" + ], + [ + "Ġ", + "Take" + ], + [ + "ĠT", + "ake" + ], + [ + "ĠTa", + "ke" + ], + [ + "ĠTak", + "e" + ], + [ + "Ġ", + "eld" + ], + [ + "Ġe", + "ld" + ], + [ + "Ġel", + "d" + ], + [ + "i", + "tan" + ], + [ + "it", + "an" + ], + [ + "ita", + "n" + ], + [ + "Ġ", + "blocks" + ], + [ + "Ġb", + "locks" + ], + [ + "Ġbl", + "ocks" + ], + [ + "Ġblock", + "s" + ], + [ + "Ġblo", + "cks" + ], + [ + "Ġbloc", + "ks" + ], + [ + "Ġ", + "daughter" + ], + [ + "Ġd", + "aughter" + ], + [ + "L", + "E" + ], + [ + "Ġ", + "Det" + ], + [ + "ĠD", + "et" + ], + [ + "ĠDe", + "t" + ], + [ + "Ġ", + "Native" + ], + [ + "ĠN", + "ative" + ], + [ + "ĠNat", + "ive" + ], + [ + "Ġ", + "Gard" + ], + [ + "ĠG", + "ard" + ], + [ + "ĠGar", + "d" + ], + [ + "ĠGa", + "rd" + ], + [ + "Ġt", + "ract" + ], + [ + "Ġtra", + "ct" + ], + [ + "Ġtr", + "act" + ], + [ + "Ġ", + "hole" + ], + [ + "Ġh", + "ole" + ], + [ + "Ġho", + "le" + ], + [ + "Ġhol", + "e" + ], + [ + "Ġ", + "married" + ], + [ + "Ġmar", + "ried" + ], + [ + "Ġ", + "Ireland" + ], + [ + "ĠI", + "reland" + ], + [ + "ĠIr", + "eland" + ], + [ + "Ġsp", + "ok" + ], + [ + "Ġspo", + "k" + ], + [ + "el", + "led" + ], + [ + "ell", + "ed" + ], + [ + "elle", + "d" + ], + [ + "Ġaccess", + "ible" + ], + [ + "Ġ", + "rivers" + ], + [ + "Ġr", + "ivers" + ], + [ + "Ġriver", + "s" + ], + [ + "Ġrive", + "rs" + ], + [ + "or", + "ses" + ], + [ + "ors", + "es" + ], + [ + "orse", + "s" + ], + [ + "Ġdep", + "artment" + ], + [ + "Ġdepart", + "ment" + ], + [ + "Ġde", + "fine" + ], + [ + "Ġdef", + "ine" + ], + [ + "Ġdefin", + "e" + ], + [ + "Ġ", + "hus" + ], + [ + "Ġh", + "us" + ], + [ + "Ġhu", + "s" + ], + [ + "a", + "bled" + ], + [ + "ab", + "led" + ], + [ + "able", + "d" + ], + [ + "abl", + "ed" + ], + [ + "Ġ", + "Time" + ], + [ + "ĠT", + "ime" + ], + [ + "ĠTim", + "e" + ], + [ + "ĠTi", + "me" + ], + [ + "Ġ", + "fold" + ], + [ + "Ġf", + "old" + ], + [ + "Ġfol", + "d" + ], + [ + "Ġfo", + "ld" + ], + [ + ".", + "|Ċ" + ], + [ + ".|", + "Ċ" + ], + [ + "c", + "a" + ], + [ + "Ġ", + "Rob" + ], + [ + "ĠR", + "ob" + ], + [ + "ĠRo", + "b" + ], + [ + "Ġsm", + "ooth" + ], + [ + "Ġsmo", + "oth" + ], + [ + "Ġsmoot", + "h" + ], + [ + "Ġbelie", + "fs" + ], + [ + "Ġbelief", + "s" + ], + [ + "it", + "amin" + ], + [ + "ita", + "min" + ], + [ + "Ġ", + "Form" + ], + [ + "ĠF", + "orm" + ], + [ + "ĠFor", + "m" + ], + [ + "ĠFo", + "rm" + ], + [ + "s", + "ey" + ], + [ + "se", + "y" + ], + [ + "F", + "irst" + ], + [ + "s", + "uch" + ], + [ + "su", + "ch" + ], + [ + "Ġp", + "ounds" + ], + [ + "Ġpo", + "unds" + ], + [ + "Ġpound", + "s" + ], + [ + "Ġb", + "iod" + ], + [ + "Ġbi", + "od" + ], + [ + "Ġbio", + "d" + ], + [ + "an", + "ta" + ], + [ + "ant", + "a" + ], + [ + "abul", + "ary" + ], + [ + "Ġe", + "valuation" + ], + [ + "Ġev", + "aluation" + ], + [ + "Ġevalu", + "ation" + ], + [ + "a", + "tal" + ], + [ + "at", + "al" + ], + [ + "ata", + "l" + ], + [ + "Ġob", + "jective" + ], + [ + "Ġobject", + "ive" + ], + [ + "ir", + "ty" + ], + [ + "irt", + "y" + ], + [ + "Ġset", + "tings" + ], + [ + "Ġsett", + "ings" + ], + [ + "Ġsetting", + "s" + ], + [ + "Ġ", + "cards" + ], + [ + "Ġc", + "ards" + ], + [ + "Ġcar", + "ds" + ], + [ + "Ġcard", + "s" + ], + [ + "Ġdel", + "ivery" + ], + [ + "Ġdeliver", + "y" + ], + [ + "Ġla", + "unched" + ], + [ + "Ġlaun", + "ched" + ], + [ + "Ġlaunch", + "ed" + ], + [ + "Ġ", + "repair" + ], + [ + "Ġrep", + "air" + ], + [ + "a", + "ked" + ], + [ + "ak", + "ed" + ], + [ + "ake", + "d" + ], + [ + "Ġcollabor", + "ation" + ], + [ + "Ġ", + "crow" + ], + [ + "Ġc", + "row" + ], + [ + "Ġcr", + "ow" + ], + [ + "Ġcro", + "w" + ], + [ + "Ġest", + "imates" + ], + [ + "Ġestim", + "ates" + ], + [ + "Ġestimate", + "s" + ], + [ + "Ġm", + "ood" + ], + [ + "Ġmo", + "od" + ], + [ + "n", + "ee" + ], + [ + "ne", + "e" + ], + [ + "Ġph", + "ysics" + ], + [ + "Ġphys", + "ics" + ], + [ + "Ġphysic", + "s" + ], + [ + "Ġphysi", + "cs" + ], + [ + "Ġdestro", + "yed" + ], + [ + "Ġdestroy", + "ed" + ], + [ + "Ġp", + "rove" + ], + [ + "Ġpro", + "ve" + ], + [ + "Ġprov", + "e" + ], + [ + "Ġpr", + "ove" + ], + [ + "Ġor", + "gans" + ], + [ + "Ġorgan", + "s" + ], + [ + "Ġorg", + "ans" + ], + [ + "Ġ", + "cup" + ], + [ + "Ġc", + "up" + ], + [ + "Ġcu", + "p" + ], + [ + "in", + "son" + ], + [ + "ins", + "on" + ], + [ + "Ġinter", + "f" + ], + [ + "Ġ", + "Exp" + ], + [ + "ĠE", + "xp" + ], + [ + "ĠEx", + "p" + ], + [ + "b", + "ody" + ], + [ + "bo", + "dy" + ], + [ + "st", + "ract" + ], + [ + "str", + "act" + ], + [ + "stra", + "ct" + ], + [ + "s", + "tein" + ], + [ + "ste", + "in" + ], + [ + "Ġ", + "Bre" + ], + [ + "ĠB", + "re" + ], + [ + "ĠBr", + "e" + ], + [ + "o", + "pic" + ], + [ + "op", + "ic" + ], + [ + "Ġ", + "Language" + ], + [ + "ĠL", + "anguage" + ], + [ + "Ġ", + "comments" + ], + [ + "Ġcom", + "ments" + ], + [ + "Ġcomm", + "ents" + ], + [ + "Ġcomment", + "s" + ], + [ + "-", + "R" + ], + [ + "Ġth", + "ousand" + ], + [ + "Ġthous", + "and" + ], + [ + "Ġthou", + "sand" + ], + [ + "Ġdemon", + "strate" + ], + [ + "Ġdemonstr", + "ate" + ], + [ + "Ġdemonst", + "rate" + ], + [ + "Ġ", + "renewable" + ], + [ + "Ġrenew", + "able" + ], + [ + "Ġren", + "ewable" + ], + [ + "Ġ", + "Free" + ], + [ + "ĠF", + "ree" + ], + [ + "ĠFr", + "ee" + ], + [ + "ĠFre", + "e" + ], + [ + "ite", + "ly" + ], + [ + "Ġ", + "indeed" + ], + [ + "Ġind", + "eed" + ], + [ + "Ġ", + "burning" + ], + [ + "Ġb", + "urning" + ], + [ + "Ġbur", + "ning" + ], + [ + "Ġburn", + "ing" + ], + [ + "Ġd", + "oubt" + ], + [ + "Ġdou", + "bt" + ], + [ + "Ġdoub", + "t" + ], + [ + "Ġ", + "ru" + ], + [ + "Ġr", + "u" + ], + [ + "Ġcont", + "ained" + ], + [ + "Ġcontain", + "ed" + ], + [ + "Ġfor", + "get" + ], + [ + "Ġforg", + "et" + ], + [ + "Ġforge", + "t" + ], + [ + "Ġ", + "lect" + ], + [ + "Ġl", + "ect" + ], + [ + "Ġle", + "ct" + ], + [ + "e", + "spread" + ], + [ + "esp", + "read" + ], + [ + "Ġ", + "Review" + ], + [ + "ĠRe", + "view" + ], + [ + "ĠRev", + "iew" + ], + [ + "Ġ", + "entry" + ], + [ + "Ġen", + "try" + ], + [ + "Ġent", + "ry" + ], + [ + "B", + "S" + ], + [ + "r", + "overs" + ], + [ + "ro", + "vers" + ], + [ + "rove", + "rs" + ], + [ + "rov", + "ers" + ], + [ + "i", + "ta" + ], + [ + "it", + "a" + ], + [ + "h", + "ered" + ], + [ + "he", + "red" + ], + [ + "her", + "ed" + ], + [ + "here", + "d" + ], + [ + "Ġd", + "amaged" + ], + [ + "Ġdam", + "aged" + ], + [ + "Ġdamage", + "d" + ], + [ + "Ġ", + "Italy" + ], + [ + "ĠIt", + "aly" + ], + [ + "ĠItal", + "y" + ], + [ + "Ġ", + "gram" + ], + [ + "Ġg", + "ram" + ], + [ + "Ġgra", + "m" + ], + [ + "Ġgr", + "am" + ], + [ + "u", + "sal" + ], + [ + "us", + "al" + ], + [ + "usa", + "l" + ], + [ + "Ġredu", + "ces" + ], + [ + "Ġreduce", + "s" + ], + [ + "Ġred", + "uces" + ], + [ + "Ġ", + "Study" + ], + [ + "ĠStud", + "y" + ], + [ + "w", + "in" + ], + [ + "wi", + "n" + ], + [ + "Ġf", + "ro" + ], + [ + "Ġfr", + "o" + ], + [ + "Ġre", + "ject" + ], + [ + "he", + "imer" + ], + [ + "heim", + "er" + ], + [ + "ul", + "ts" + ], + [ + "ult", + "s" + ], + [ + "Ġp", + "regnant" + ], + [ + "Ġpregn", + "ant" + ], + [ + "Ġsh", + "ut" + ], + [ + "Ġv", + "iruses" + ], + [ + "Ġvir", + "uses" + ], + [ + "Ġvirus", + "es" + ], + [ + "S", + "ee" + ], + [ + "Se", + "e" + ], + [ + "Ġearth", + "qu" + ], + [ + "Ġmechan", + "isms" + ], + [ + "Ġmechanism", + "s" + ], + [ + "ĠComm", + "it" + ], + [ + "ĠCom", + "mit" + ], + [ + "b", + "ra" + ], + [ + "br", + "a" + ], + [ + "an", + "ches" + ], + [ + "anc", + "hes" + ], + [ + "anch", + "es" + ], + [ + "anche", + "s" + ], + [ + "us", + "iness" + ], + [ + "usi", + "ness" + ], + [ + "e", + "less" + ], + [ + "el", + "ess" + ], + [ + "ele", + "ss" + ], + [ + "eles", + "s" + ], + [ + "Ġ", + "Dan" + ], + [ + "ĠD", + "an" + ], + [ + "ĠDa", + "n" + ], + [ + "Ġh", + "un" + ], + [ + "Ġhu", + "n" + ], + [ + "Ġ", + "infect" + ], + [ + "Ġin", + "fect" + ], + [ + "Ġinf", + "ect" + ], + [ + "Ġ", + "Pers" + ], + [ + "ĠP", + "ers" + ], + [ + "ĠPe", + "rs" + ], + [ + "ĠPer", + "s" + ], + [ + "dition", + "al" + ], + [ + "Ġpl", + "enty" + ], + [ + "Ġde", + "bt" + ], + [ + "Ġdeb", + "t" + ], + [ + "ur", + "rent" + ], + [ + "Ġm", + "ice" + ], + [ + "Ġmic", + "e" + ], + [ + "Ġmi", + "ce" + ], + [ + "Ġb", + "rings" + ], + [ + "Ġbr", + "ings" + ], + [ + "Ġbring", + "s" + ], + [ + "e", + "ther" + ], + [ + "et", + "her" + ], + [ + "eth", + "er" + ], + [ + "ethe", + "r" + ], + [ + "Ġ", + "rocks" + ], + [ + "Ġr", + "ocks" + ], + [ + "Ġro", + "cks" + ], + [ + "Ġrock", + "s" + ], + [ + "Ġtr", + "ials" + ], + [ + "Ġtri", + "als" + ], + [ + "Ġtrial", + "s" + ], + [ + "Ġ", + "script" + ], + [ + "Ġs", + "cript" + ], + [ + "Ġsc", + "ript" + ], + [ + "Ġscr", + "ipt" + ], + [ + "Ġ", + "compare" + ], + [ + "Ġcomp", + "are" + ], + [ + "Ġcompar", + "e" + ], + [ + "Ġ", + "voltage" + ], + [ + "Ġvol", + "tage" + ], + [ + "Ġvolt", + "age" + ], + [ + "d", + "ule" + ], + [ + "du", + "le" + ], + [ + "Ġref", + "uge" + ], + [ + "o", + "la" + ], + [ + "ol", + "a" + ], + [ + "Ġ", + "archae" + ], + [ + "Ġarch", + "ae" + ], + [ + "o", + "ding" + ], + [ + "od", + "ing" + ], + [ + "odi", + "ng" + ], + [ + "Ġ", + "Peter" + ], + [ + "ĠP", + "eter" + ], + [ + "ĠPe", + "ter" + ], + [ + "ĠPet", + "er" + ], + [ + "ĠPete", + "r" + ], + [ + "Ġ", + "Stat" + ], + [ + "ĠSt", + "at" + ], + [ + "ĠSta", + "t" + ], + [ + "Ġ", + "Agricult" + ], + [ + "ĠAg", + "ricult" + ], + [ + "ĠAgri", + "cult" + ], + [ + "ĠAgric", + "ult" + ], + [ + "Ġo", + "perate" + ], + [ + "Ġop", + "erate" + ], + [ + "Ġoper", + "ate" + ], + [ + "Ġopera", + "te" + ], + [ + "Ġelect", + "ro" + ], + [ + "Ġelectr", + "o" + ], + [ + "Ġf", + "lag" + ], + [ + "Ġfl", + "ag" + ], + [ + "ou", + "rage" + ], + [ + "our", + "age" + ], + [ + "oura", + "ge" + ], + [ + "c", + "her" + ], + [ + "ch", + "er" + ], + [ + "che", + "r" + ], + [ + "Ġ", + "Spain" + ], + [ + "ĠS", + "pain" + ], + [ + "ĠSp", + "ain" + ], + [ + "ĠSpa", + "in" + ], + [ + "Ġind", + "ependence" + ], + [ + "Ġindepend", + "ence" + ], + [ + "Ġw", + "illing" + ], + [ + "Ġwill", + "ing" + ], + [ + "Ġwil", + "ling" + ], + [ + "Ġwi", + "lling" + ], + [ + "E", + "ven" + ], + [ + "Ev", + "en" + ], + [ + "r", + "d" + ], + [ + "Ġon", + "going" + ], + [ + "Ġs", + "ubs" + ], + [ + "Ġsu", + "bs" + ], + [ + "Ġsub", + "s" + ], + [ + "Ġa", + "ward" + ], + [ + "Ġaw", + "ard" + ], + [ + "Ġawa", + "rd" + ], + [ + "ut", + "ch" + ], + [ + "Ġ", + "Have" + ], + [ + "ĠH", + "ave" + ], + [ + "ĠHa", + "ve" + ], + [ + "ĠHav", + "e" + ], + [ + "q", + "uit" + ], + [ + "qu", + "it" + ], + [ + "qui", + "t" + ], + [ + "Ġp", + "artner" + ], + [ + "Ġpart", + "ner" + ], + [ + "Ġjo", + "ined" + ], + [ + "Ġjoin", + "ed" + ], + [ + "Ġterrit", + "ory" + ], + [ + "Ġterr", + "itory" + ], + [ + "n", + "ect" + ], + [ + "ne", + "ct" + ], + [ + "Ġcon", + "clusion" + ], + [ + "Ġconc", + "lusion" + ], + [ + "Ġconclus", + "ion" + ], + [ + "Ġgu", + "arant" + ], + [ + "Ġ", + "Wood" + ], + [ + "ĠW", + "ood" + ], + [ + "ĠWo", + "od" + ], + [ + "Ġin", + "hib" + ], + [ + "Ġinh", + "ib" + ], + [ + "Ġin", + "stalled" + ], + [ + "Ġinst", + "alled" + ], + [ + "Ġinstall", + "ed" + ], + [ + "R", + "ec" + ], + [ + "Re", + "c" + ], + [ + "Ġ", + "dys" + ], + [ + "Ġd", + "ys" + ], + [ + "Ġdy", + "s" + ], + [ + "ol", + "ving" + ], + [ + "Ġw", + "orry" + ], + [ + "Ġwor", + "ry" + ], + [ + "O", + "nce" + ], + [ + "On", + "ce" + ], + [ + "os", + "ion" + ], + [ + "osi", + "on" + ], + [ + "y", + "roid" + ], + [ + "yr", + "oid" + ], + [ + "Ġus", + "age" + ], + [ + "Ġusa", + "ge" + ], + [ + "Ġc", + "ritic" + ], + [ + "Ġcr", + "itic" + ], + [ + "Ġcrit", + "ic" + ], + [ + "Ġ", + "End" + ], + [ + "ĠE", + "nd" + ], + [ + "ĠEn", + "d" + ], + [ + "Ġ", + "Diff" + ], + [ + "ĠD", + "iff" + ], + [ + "ĠDi", + "ff" + ], + [ + "Ġresp", + "iratory" + ], + [ + "Ġrespir", + "atory" + ], + [ + "Ġrespirator", + "y" + ], + [ + "en", + "ted" + ], + [ + "ent", + "ed" + ], + [ + "ente", + "d" + ], + [ + "o", + "hyd" + ], + [ + "oh", + "yd" + ], + [ + "Ġvol", + "can" + ], + [ + "Ġpol", + "itics" + ], + [ + "Ġpolit", + "ics" + ], + [ + "Ġpolitic", + "s" + ], + [ + "Ġpoli", + "tics" + ], + [ + "g", + "ers" + ], + [ + "ge", + "rs" + ], + [ + "ger", + "s" + ], + [ + "M", + "L" + ], + [ + "Ġ", + "Bank" + ], + [ + "ĠB", + "ank" + ], + [ + "ĠBan", + "k" + ], + [ + "t", + "een" + ], + [ + "te", + "en" + ], + [ + "tee", + "n" + ], + [ + "Ġr", + "uns" + ], + [ + "Ġrun", + "s" + ], + [ + "Ġru", + "ns" + ], + [ + "Ġwhe", + "reas" + ], + [ + "Ġwhere", + "as" + ], + [ + "h", + "esis" + ], + [ + "he", + "sis" + ], + [ + "hes", + "is" + ], + [ + "Ġ", + "tight" + ], + [ + "Ġt", + "ight" + ], + [ + "Ġmark", + "ets" + ], + [ + "Ġmar", + "kets" + ], + [ + "Ġmarket", + "s" + ], + [ + "Ġp", + "rev" + ], + [ + "Ġpre", + "v" + ], + [ + "Ġpr", + "ev" + ], + [ + "i", + "sk" + ], + [ + "is", + "k" + ], + [ + "Ġ", + "employment" + ], + [ + "Ġem", + "ployment" + ], + [ + "Ġemploy", + "ment" + ], + [ + "Ġ", + "Pract" + ], + [ + "ĠP", + "ract" + ], + [ + "ĠPr", + "act" + ], + [ + "ĠPra", + "ct" + ], + [ + "Ġ", + "Revolution" + ], + [ + "ĠR", + "evolution" + ], + [ + "ĠRe", + "volution" + ], + [ + "ĠRev", + "olution" + ], + [ + "Ġ", + "rig" + ], + [ + "Ġr", + "ig" + ], + [ + "Ġinter", + "actions" + ], + [ + "Ġinteract", + "ions" + ], + [ + "Ġinteraction", + "s" + ], + [ + "a", + "ding" + ], + [ + "ad", + "ing" + ], + [ + "adi", + "ng" + ], + [ + "Ġing", + "redients" + ], + [ + "Ġingred", + "ients" + ], + [ + "Ġingredient", + "s" + ], + [ + "r", + "ency" + ], + [ + "ren", + "cy" + ], + [ + "Ġcle", + "aning" + ], + [ + "Ġclean", + "ing" + ], + [ + "Ġt", + "rip" + ], + [ + "Ġtr", + "ip" + ], + [ + "Ġtri", + "p" + ], + [ + "Ġdes", + "ire" + ], + [ + "a", + "ine" + ], + [ + "ain", + "e" + ], + [ + "ai", + "ne" + ], + [ + "he", + "alth" + ], + [ + "heal", + "th" + ], + [ + "Ġ", + "asking" + ], + [ + "Ġas", + "king" + ], + [ + "Ġask", + "ing" + ], + [ + "igh", + "ter" + ], + [ + "ight", + "er" + ], + [ + "Ġ", + "essays" + ], + [ + "Ġess", + "ays" + ], + [ + "Ġessay", + "s" + ], + [ + "Ġes", + "says" + ], + [ + "ĠEmp", + "ire" + ], + [ + "Ġocc", + "asion" + ], + [ + "Ġoccas", + "ion" + ], + [ + "e", + "en" + ], + [ + "ee", + "n" + ], + [ + "Ġrel", + "iable" + ], + [ + "P", + "R" + ], + [ + "Ġ", + "mm" + ], + [ + "Ġm", + "m" + ], + [ + "Ġ", + "functional" + ], + [ + "Ġf", + "unctional" + ], + [ + "Ġfunction", + "al" + ], + [ + "i", + "ox" + ], + [ + "io", + "x" + ], + [ + "Ġresult", + "ed" + ], + [ + "Ġm", + "atch" + ], + [ + "Ġmat", + "ch" + ], + [ + "Ġ", + "photo" + ], + [ + "Ġph", + "oto" + ], + [ + "Ġphot", + "o" + ], + [ + "Ġh", + "olds" + ], + [ + "Ġhold", + "s" + ], + [ + "Ġhol", + "ds" + ], + [ + "Ġc", + "ryst" + ], + [ + "Ġcr", + "yst" + ], + [ + "Ġcry", + "st" + ], + [ + "Ġsuc", + "ceed" + ], + [ + "Ġsucc", + "eed" + ], + [ + "n", + "o" + ], + [ + "Ġb", + "ond" + ], + [ + "Ġbo", + "nd" + ], + [ + "Ġbon", + "d" + ], + [ + "Ġ", + "Works" + ], + [ + "ĠW", + "orks" + ], + [ + "ĠWor", + "ks" + ], + [ + "ĠWork", + "s" + ], + [ + "Ġ", + "ped" + ], + [ + "Ġp", + "ed" + ], + [ + "Ġpe", + "d" + ], + [ + "Ġ", + "Sing" + ], + [ + "ĠS", + "ing" + ], + [ + "ĠSi", + "ng" + ], + [ + "ĠSin", + "g" + ], + [ + "Ġ", + "historic" + ], + [ + "Ġhist", + "oric" + ], + [ + "Ġhistor", + "ic" + ], + [ + "st", + "ruction" + ], + [ + "str", + "uction" + ], + [ + "struct", + "ion" + ], + [ + "stru", + "ction" + ], + [ + "Ġ", + "glucose" + ], + [ + "Ġgl", + "ucose" + ], + [ + "Ġgluc", + "ose" + ], + [ + "id", + "ity" + ], + [ + "idi", + "ty" + ], + [ + "Ġinc", + "red" + ], + [ + "Ġincre", + "d" + ], + [ + "Ġd", + "anger" + ], + [ + "Ġdang", + "er" + ], + [ + "Ġdan", + "ger" + ], + [ + "Ġ", + "tube" + ], + [ + "Ġt", + "ube" + ], + [ + "Ġtub", + "e" + ], + [ + "Ġtu", + "be" + ], + [ + "Ġconst", + "antly" + ], + [ + "Ġconstant", + "ly" + ], + [ + "Ġ", + "chrom" + ], + [ + "Ġch", + "rom" + ], + [ + "-", + "E" + ], + [ + "h", + "ist" + ], + [ + "hi", + "st" + ], + [ + "his", + "t" + ], + [ + "Ġ", + "tub" + ], + [ + "Ġt", + "ub" + ], + [ + "Ġtu", + "b" + ], + [ + "Ġc", + "av" + ], + [ + "Ġca", + "v" + ], + [ + "Ġ", + "crime" + ], + [ + "Ġcr", + "ime" + ], + [ + "Ġcrim", + "e" + ], + [ + "ac", + "co" + ], + [ + "acc", + "o" + ], + [ + "Ġl", + "oved" + ], + [ + "Ġlo", + "ved" + ], + [ + "Ġlove", + "d" + ], + [ + "Ġlov", + "ed" + ], + [ + "Ġsur", + "faces" + ], + [ + "Ġsurface", + "s" + ], + [ + "Ġsurf", + "aces" + ], + [ + "Ġres", + "olution" + ], + [ + "ut", + "rition" + ], + [ + "utri", + "tion" + ], + [ + "Ġ", + "false" + ], + [ + "Ġf", + "alse" + ], + [ + "Ġfal", + "se" + ], + [ + "Ġfals", + "e" + ], + [ + "Ġ", + "Year" + ], + [ + "ĠY", + "ear" + ], + [ + "ĠYe", + "ar" + ], + [ + "Ġ", + "Joseph" + ], + [ + "ĠJ", + "oseph" + ], + [ + "ĠJose", + "ph" + ], + [ + "ĠJos", + "eph" + ], + [ + "ult", + "ure" + ], + [ + "Ġmem", + "br" + ], + [ + "wh", + "ile" + ], + [ + "I", + "P" + ], + [ + "Ġ", + "frame" + ], + [ + "Ġf", + "rame" + ], + [ + "Ġfram", + "e" + ], + [ + "Ġfra", + "me" + ], + [ + "Ġfr", + "ame" + ], + [ + "Ġ", + "AS" + ], + [ + "ĠA", + "S" + ], + [ + "Ġast", + "hma" + ], + [ + "Ġasth", + "ma" + ], + [ + "b", + "ut" + ], + [ + "bu", + "t" + ], + [ + "T", + "oday" + ], + [ + "To", + "day" + ], + [ + "Ġ", + "nose" + ], + [ + "Ġn", + "ose" + ], + [ + "Ġno", + "se" + ], + [ + "Ġnos", + "e" + ], + [ + "ot", + "ton" + ], + [ + "ott", + "on" + ], + [ + "otto", + "n" + ], + [ + "Ġ", + "EU" + ], + [ + "ĠE", + "U" + ], + [ + "Ġir", + "rit" + ], + [ + "i", + "sters" + ], + [ + "is", + "ters" + ], + [ + "ist", + "ers" + ], + [ + "ister", + "s" + ], + [ + "iste", + "rs" + ], + [ + "Ġ", + "rice" + ], + [ + "Ġr", + "ice" + ], + [ + "Ġric", + "e" + ], + [ + "a", + "gram" + ], + [ + "ag", + "ram" + ], + [ + "agra", + "m" + ], + [ + "Ġ", + "missing" + ], + [ + "Ġm", + "issing" + ], + [ + "Ġmis", + "sing" + ], + [ + "Ġmiss", + "ing" + ], + [ + ".", + "m" + ], + [ + "Ġde", + "lay" + ], + [ + "Ġdel", + "ay" + ], + [ + "Ġe", + "valuate" + ], + [ + "Ġevalu", + "ate" + ], + [ + "ploy", + "ment" + ], + [ + "ig", + "ned" + ], + [ + "ign", + "ed" + ], + [ + "igne", + "d" + ], + [ + "ro", + "at" + ], + [ + "roa", + "t" + ], + [ + "Ġc", + "ategories" + ], + [ + "Ġcateg", + "ories" + ], + [ + "Ġcategor", + "ies" + ], + [ + "Ġart", + "ists" + ], + [ + "Ġartist", + "s" + ], + [ + "it", + "ivity" + ], + [ + "iti", + "vity" + ], + [ + "E", + "very" + ], + [ + "Ev", + "ery" + ], + [ + "Ever", + "y" + ], + [ + "Ġre", + "ly" + ], + [ + "Ġrel", + "y" + ], + [ + "Ġ", + "Brazil" + ], + [ + "ĠBra", + "zil" + ], + [ + "Ġkil", + "omet" + ], + [ + "Ġkilo", + "met" + ], + [ + "al", + "ls" + ], + [ + "all", + "s" + ], + [ + "ĠGe", + "org" + ], + [ + "ĠGeor", + "g" + ], + [ + "e", + "ers" + ], + [ + "ee", + "rs" + ], + [ + "eer", + "s" + ], + [ + "Ġ", + "neur" + ], + [ + "Ġn", + "eur" + ], + [ + "Ġne", + "ur" + ], + [ + "Ġneu", + "r" + ], + [ + "a", + "iry" + ], + [ + "air", + "y" + ], + [ + "ai", + "ry" + ], + [ + "Ġwide", + "spread" + ], + [ + "Ġwid", + "espread" + ], + [ + "a", + "sty" + ], + [ + "as", + "ty" + ], + [ + "ast", + "y" + ], + [ + "Ġ", + "Guide" + ], + [ + "ĠGu", + "ide" + ], + [ + "ĠGuid", + "e" + ], + [ + "Ġ", + "Royal" + ], + [ + "ĠR", + "oyal" + ], + [ + "ĠRo", + "yal" + ], + [ + "ĠRoy", + "al" + ], + [ + "Ġ", + "Mill" + ], + [ + "ĠM", + "ill" + ], + [ + "ĠMil", + "l" + ], + [ + "ĠMi", + "ll" + ], + [ + "Ġ", + "whatever" + ], + [ + "Ġwh", + "atever" + ], + [ + "Ġwhat", + "ever" + ], + [ + "Ġn", + "ervous" + ], + [ + "Ġnerv", + "ous" + ], + [ + "Ġner", + "vous" + ], + [ + "Ġcent", + "re" + ], + [ + "Ġcentr", + "e" + ], + [ + "Ġcen", + "tre" + ], + [ + "Ġ", + "route" + ], + [ + "Ġro", + "ute" + ], + [ + "Ġrout", + "e" + ], + [ + "Ġrou", + "te" + ], + [ + "Ġ", + "Camp" + ], + [ + "ĠC", + "amp" + ], + [ + "ĠCam", + "p" + ], + [ + "ĠCa", + "mp" + ], + [ + "Ġinv", + "olving" + ], + [ + "Ġinvol", + "ving" + ], + [ + "o", + "cy" + ], + [ + "oc", + "y" + ], + [ + "x", + "ts" + ], + [ + "xt", + "s" + ], + [ + "B", + "ecause" + ], + [ + "Be", + "cause" + ], + [ + "Bec", + "ause" + ], + [ + "Ġb", + "low" + ], + [ + "Ġbl", + "ow" + ], + [ + "Ġblo", + "w" + ], + [ + "Ġpre", + "venting" + ], + [ + "Ġprevent", + "ing" + ], + [ + "Ġprev", + "enting" + ], + [ + "Ġ", + "Ca" + ], + [ + "ĠC", + "a" + ], + [ + "Ġ", + "Face" + ], + [ + "ĠF", + "ace" + ], + [ + "ĠFac", + "e" + ], + [ + "ĠFa", + "ce" + ], + [ + "Ġ", + "photos" + ], + [ + "Ġphot", + "os" + ], + [ + "Ġphoto", + "s" + ], + [ + "e", + "thod" + ], + [ + "eth", + "od" + ], + [ + "l", + "iest" + ], + [ + "lies", + "t" + ], + [ + "li", + "est" + ], + [ + "lie", + "st" + ], + [ + "Ġfavor", + "ite" + ], + [ + "Ġcon", + "versation" + ], + [ + "Ġconvers", + "ation" + ], + [ + "Ġre", + "cept" + ], + [ + "Ġrec", + "ept" + ], + [ + "Ġrece", + "pt" + ], + [ + "Ġest", + "imate" + ], + [ + "Ġestim", + "ate" + ], + [ + "Ġcom", + "plicated" + ], + [ + "Ġcomplic", + "ated" + ], + [ + "Ġcompl", + "icated" + ], + [ + "Ġcomplicate", + "d" + ], + [ + "Ġs", + "atellite" + ], + [ + "Ġsat", + "ellite" + ], + [ + "Ġsatell", + "ite" + ], + [ + "Ġ", + "gut" + ], + [ + "Ġg", + "ut" + ], + [ + "Ġgu", + "t" + ], + [ + "h", + "av" + ], + [ + "ha", + "v" + ], + [ + "Ġsh", + "apes" + ], + [ + "Ġshape", + "s" + ], + [ + "Ġshap", + "es" + ], + [ + "Ġ", + "Gal" + ], + [ + "ĠG", + "al" + ], + [ + "ĠGa", + "l" + ], + [ + "Ġf", + "unds" + ], + [ + "Ġfun", + "ds" + ], + [ + "Ġfund", + "s" + ], + [ + "it", + "tle" + ], + [ + "itt", + "le" + ], + [ + "ever", + "al" + ], + [ + "ev", + "eral" + ], + [ + "w", + "ar" + ], + [ + "wa", + "r" + ], + [ + "Ġa", + "ims" + ], + [ + "Ġaim", + "s" + ], + [ + "Ġai", + "ms" + ], + [ + "Ġ", + "alter" + ], + [ + "Ġal", + "ter" + ], + [ + "Ġalt", + "er" + ], + [ + "Ġin", + "test" + ], + [ + "Ġint", + "est" + ], + [ + "Ġdemonstr", + "ated" + ], + [ + "Ġdemonstrate", + "d" + ], + [ + "Ġdemonst", + "rated" + ], + [ + "Ġ", + "Ann" + ], + [ + "ĠA", + "nn" + ], + [ + "ĠAn", + "n" + ], + [ + "Ġ", + "bridge" + ], + [ + "Ġb", + "ridge" + ], + [ + "Ġbr", + "idge" + ], + [ + "Ġbrid", + "ge" + ], + [ + "i", + "gan" + ], + [ + "ig", + "an" + ], + [ + "iga", + "n" + ], + [ + "Ġv", + "ote" + ], + [ + "Ġvo", + "te" + ], + [ + "Ġvot", + "e" + ], + [ + "a", + "graph" + ], + [ + "ag", + "raph" + ], + [ + "agra", + "ph" + ], + [ + "Ġsupp", + "osed" + ], + [ + "Ġsuppose", + "d" + ], + [ + "Ġ", + "ended" + ], + [ + "Ġen", + "ded" + ], + [ + "Ġend", + "ed" + ], + [ + "Ġ", + "facing" + ], + [ + "Ġf", + "acing" + ], + [ + "Ġfac", + "ing" + ], + [ + "Ġfa", + "cing" + ], + [ + "Ġmeasure", + "ments" + ], + [ + "Ġmeasurement", + "s" + ], + [ + "-", + "and" + ], + [ + "-a", + "nd" + ], + [ + "-an", + "d" + ], + [ + "Ġ", + "Dig" + ], + [ + "ĠD", + "ig" + ], + [ + "ĠDi", + "g" + ], + [ + "Ġ", + "shot" + ], + [ + "Ġs", + "hot" + ], + [ + "Ġsh", + "ot" + ], + [ + "Ġsho", + "t" + ], + [ + "Ġ", + "vs" + ], + [ + "Ġv", + "s" + ], + [ + "Ġadminist", + "r" + ], + [ + "Ġ", + "Clin" + ], + [ + "ĠC", + "lin" + ], + [ + "ĠCl", + "in" + ], + [ + "o", + "pes" + ], + [ + "op", + "es" + ], + [ + "ope", + "s" + ], + [ + "i", + "tting" + ], + [ + "it", + "ting" + ], + [ + "itt", + "ing" + ], + [ + "Ġco", + "astal" + ], + [ + "Ġcoast", + "al" + ], + [ + "Ġsc", + "ene" + ], + [ + "Ġscen", + "e" + ], + [ + "Ġ", + "adequate" + ], + [ + "Ġadequ", + "ate" + ], + [ + "Ġ", + "Where" + ], + [ + "ĠW", + "here" + ], + [ + "ĠWh", + "ere" + ], + [ + "ĠWhe", + "re" + ], + [ + "o", + "mer" + ], + [ + "om", + "er" + ], + [ + "ome", + "r" + ], + [ + "o", + "nia" + ], + [ + "on", + "ia" + ], + [ + "oni", + "a" + ], + [ + "Q", + "u" + ], + [ + "Ġ", + "Big" + ], + [ + "ĠB", + "ig" + ], + [ + "ĠBi", + "g" + ], + [ + "Ġ", + "Board" + ], + [ + "ĠB", + "oard" + ], + [ + "ĠBo", + "ard" + ], + [ + "Ġ", + "bath" + ], + [ + "Ġb", + "ath" + ], + [ + "Ġbat", + "h" + ], + [ + "Ġba", + "th" + ], + [ + "th", + "ritis" + ], + [ + "Ġme", + "chanical" + ], + [ + "Ġmechan", + "ical" + ], + [ + "Ġmechanic", + "al" + ], + [ + "Ġm", + "ales" + ], + [ + "Ġma", + "les" + ], + [ + "Ġmal", + "es" + ], + [ + "Ġmale", + "s" + ], + [ + "Ġ", + "Check" + ], + [ + "ĠC", + "heck" + ], + [ + "ĠCh", + "eck" + ], + [ + "ĠChe", + "ck" + ], + [ + "g", + "ical" + ], + [ + "gic", + "al" + ], + [ + "gi", + "cal" + ], + [ + "Ġp", + "and" + ], + [ + "Ġpan", + "d" + ], + [ + "Ġpa", + "nd" + ], + [ + "Ġ", + "Î" + ], + [ + "Ġ", + "ships" + ], + [ + "Ġs", + "hips" + ], + [ + "Ġsh", + "ips" + ], + [ + "Ġship", + "s" + ], + [ + "Ġshi", + "ps" + ], + [ + "b", + "orn" + ], + [ + "bo", + "rn" + ], + [ + "bor", + "n" + ], + [ + "Ġ", + "alle" + ], + [ + "Ġa", + "lle" + ], + [ + "Ġal", + "le" + ], + [ + "Ġall", + "e" + ], + [ + "Ġ", + "boys" + ], + [ + "Ġb", + "oys" + ], + [ + "Ġbo", + "ys" + ], + [ + "Ġboy", + "s" + ], + [ + "Ġvar", + "ieties" + ], + [ + "Ġpre", + "paration" + ], + [ + "Ġprepar", + "ation" + ], + [ + "Ġlegisl", + "ation" + ], + [ + "e", + "rior" + ], + [ + "er", + "ior" + ], + [ + "eri", + "or" + ], + [ + "Ġab", + "normal" + ], + [ + "Ġabnorm", + "al" + ], + [ + "Ġrecommend", + "ations" + ], + [ + "Ġrecommendation", + "s" + ], + [ + "us", + "hed" + ], + [ + "ush", + "ed" + ], + [ + "Ġin", + "tense" + ], + [ + "Ġint", + "ense" + ], + [ + "Ġintens", + "e" + ], + [ + "Ġmeasure", + "ment" + ], + [ + "Ġ", + "breeding" + ], + [ + "Ġbr", + "eeding" + ], + [ + "Ġbre", + "eding" + ], + [ + "Ġbreed", + "ing" + ], + [ + "Ġbree", + "ding" + ], + [ + "Ġ", + "wait" + ], + [ + "Ġw", + "ait" + ], + [ + "Ġwa", + "it" + ], + [ + "Ġr", + "oles" + ], + [ + "Ġro", + "les" + ], + [ + "Ġrole", + "s" + ], + [ + "Ġt", + "urning" + ], + [ + "Ġturn", + "ing" + ], + [ + "Ġtur", + "ning" + ], + [ + "Ġ", + "sections" + ], + [ + "Ġs", + "ections" + ], + [ + "Ġse", + "ctions" + ], + [ + "Ġsection", + "s" + ], + [ + "Ġsect", + "ions" + ], + [ + "i", + "ological" + ], + [ + "iol", + "ogical" + ], + [ + "iologic", + "al" + ], + [ + "Ġsh", + "if" + ], + [ + "Ġshi", + "f" + ], + [ + "Ġ", + "Scott" + ], + [ + "ĠS", + "cott" + ], + [ + "ĠSc", + "ott" + ], + [ + "ĠScot", + "t" + ], + [ + "Ġdes", + "igns" + ], + [ + "Ġdesign", + "s" + ], + [ + "Ġf", + "ashion" + ], + [ + "Ġhyp", + "othes" + ], + [ + "Ġhypoth", + "es" + ], + [ + "Ġhypot", + "hes" + ], + [ + "Ġ", + "tons" + ], + [ + "Ġt", + "ons" + ], + [ + "Ġto", + "ns" + ], + [ + "Ġton", + "s" + ], + [ + "-", + "L" + ], + [ + "r", + "ine" + ], + [ + "ri", + "ne" + ], + [ + "rin", + "e" + ], + [ + "Ġj", + "ump" + ], + [ + "Ġju", + "mp" + ], + [ + "ĠVict", + "or" + ], + [ + "ĠVic", + "tor" + ], + [ + "ĠVi", + "ctor" + ], + [ + "om", + "mon" + ], + [ + "omm", + "on" + ], + [ + "Ġ", + "holding" + ], + [ + "Ġh", + "olding" + ], + [ + "Ġhold", + "ing" + ], + [ + "Ġhol", + "ding" + ], + [ + "Ġoff", + "ering" + ], + [ + "Ġoffer", + "ing" + ], + [ + "h", + "yd" + ], + [ + "hy", + "d" + ], + [ + "Ġ", + "seconds" + ], + [ + "Ġsec", + "onds" + ], + [ + "Ġsecond", + "s" + ], + [ + "ĠTe", + "ac" + ], + [ + "ĠTea", + "c" + ], + [ + "Ġm", + "ixt" + ], + [ + "Ġmix", + "t" + ], + [ + "Ġmi", + "xt" + ], + [ + "Ġex", + "planation" + ], + [ + "Ġexplan", + "ation" + ], + [ + "Ġ", + "Brown" + ], + [ + "ĠB", + "rown" + ], + [ + "ĠBr", + "own" + ], + [ + "ĠBro", + "wn" + ], + [ + "ĠBrow", + "n" + ], + [ + "Ġ", + "Mag" + ], + [ + "ĠM", + "ag" + ], + [ + "ĠMa", + "g" + ], + [ + "Ġ", + "Early" + ], + [ + "ĠEar", + "ly" + ], + [ + "ĠEarl", + "y" + ], + [ + "Ġcl", + "othing" + ], + [ + "Ġcloth", + "ing" + ], + [ + "Ġclot", + "hing" + ], + [ + "Ġclo", + "thing" + ], + [ + "Ġ", + "Chicago" + ], + [ + "ĠCh", + "icago" + ], + [ + "ĠChic", + "ago" + ], + [ + "h", + "ent" + ], + [ + "he", + "nt" + ], + [ + "hen", + "t" + ], + [ + "Ġ", + "Report" + ], + [ + "ĠRe", + "port" + ], + [ + "ĠRep", + "ort" + ], + [ + "Ġc", + "ooking" + ], + [ + "Ġco", + "oking" + ], + [ + "Ġcook", + "ing" + ], + [ + "Ġ", + "fer" + ], + [ + "Ġf", + "er" + ], + [ + "Ġfe", + "r" + ], + [ + "Ġann", + "ounced" + ], + [ + "Ġannounce", + "d" + ], + [ + "Ġ", + "mic" + ], + [ + "Ġm", + "ic" + ], + [ + "Ġmi", + "c" + ], + [ + "Ġ", + "column" + ], + [ + "Ġcol", + "umn" + ], + [ + "Ġ", + "pp" + ], + [ + "Ġp", + "p" + ], + [ + "Ġman", + "ip" + ], + [ + "Ġma", + "nip" + ], + [ + "z", + "heimer" + ], + [ + "zheim", + "er" + ], + [ + "id", + "ential" + ], + [ + "ident", + "ial" + ], + [ + "a", + "ska" + ], + [ + "as", + "ka" + ], + [ + "ask", + "a" + ], + [ + "Ġ", + "Sometimes" + ], + [ + "ĠS", + "ometimes" + ], + [ + "ĠSome", + "times" + ], + [ + "ĠSom", + "etimes" + ], + [ + "ĠSometime", + "s" + ], + [ + "Ġfem", + "ales" + ], + [ + "Ġfemale", + "s" + ], + [ + "Ġ", + "Kh" + ], + [ + "ĠK", + "h" + ], + [ + "p", + "es" + ], + [ + "pe", + "s" + ], + [ + "D", + "on" + ], + [ + "Do", + "n" + ], + [ + "Ġ", + "TV" + ], + [ + "ĠT", + "V" + ], + [ + "Ġsur", + "ve" + ], + [ + "Ġsurv", + "e" + ], + [ + "Ġfocus", + "es" + ], + [ + "Ġhorm", + "one" + ], + [ + "Ġcon", + "ven" + ], + [ + "Ġconv", + "en" + ], + [ + "Ġconve", + "n" + ], + [ + "Ġpro", + "ven" + ], + [ + "Ġprov", + "en" + ], + [ + "Ġpr", + "oven" + ], + [ + "Ġprove", + "n" + ], + [ + "Ġcontrol", + "s" + ], + [ + "I", + "A" + ], + [ + "Ġ", + "blind" + ], + [ + "Ġbl", + "ind" + ], + [ + "Ġ", + "mand" + ], + [ + "Ġm", + "and" + ], + [ + "Ġman", + "d" + ], + [ + "Ġma", + "nd" + ], + [ + "i", + "fest" + ], + [ + "if", + "est" + ], + [ + "ife", + "st" + ], + [ + "Ġvis", + "itors" + ], + [ + "Ġvisit", + "ors" + ], + [ + "Ġvisitor", + "s" + ], + [ + "Ġcon", + "stitution" + ], + [ + "Ġconst", + "itution" + ], + [ + "Ġconstit", + "ution" + ], + [ + "Ġconstitu", + "tion" + ], + [ + "ad", + "der" + ], + [ + "add", + "er" + ], + [ + "ĠC", + "re" + ], + [ + "ĠCr", + "e" + ], + [ + "ex", + "ample" + ], + [ + "exam", + "ple" + ], + [ + "Ġrel", + "ief" + ], + [ + "Ġrelie", + "f" + ], + [ + "Ġex", + "plo" + ], + [ + "Ġexp", + "lo" + ], + [ + "Ġexpl", + "o" + ], + [ + "e", + "enth" + ], + [ + "een", + "th" + ], + [ + "e", + "ren" + ], + [ + "er", + "en" + ], + [ + "ere", + "n" + ], + [ + "o", + "vascular" + ], + [ + "ov", + "ascular" + ], + [ + "Ġinteg", + "rated" + ], + [ + "Ġintegr", + "ated" + ], + [ + "Ġintegrate", + "d" + ], + [ + "Ġ", + "sole" + ], + [ + "Ġs", + "ole" + ], + [ + "Ġso", + "le" + ], + [ + "Ġsol", + "e" + ], + [ + "Ġtr", + "oops" + ], + [ + "Ġtro", + "ops" + ], + [ + "Ġtroop", + "s" + ], + [ + "Ġ", + "thanks" + ], + [ + "Ġth", + "anks" + ], + [ + "Ġthan", + "ks" + ], + [ + "Ġthank", + "s" + ], + [ + "o", + "om" + ], + [ + "oo", + "m" + ], + [ + "Ġt", + "ut" + ], + [ + "Ġtu", + "t" + ], + [ + "Ġm", + "oves" + ], + [ + "Ġmove", + "s" + ], + [ + "Ġmov", + "es" + ], + [ + "Ġmo", + "ves" + ], + [ + "i", + "ration" + ], + [ + "ir", + "ation" + ], + [ + "ira", + "tion" + ], + [ + "ĠW", + "ik" + ], + [ + "ĠWi", + "k" + ], + [ + "p", + "et" + ], + [ + "pe", + "t" + ], + [ + "Ġtr", + "ouble" + ], + [ + "Ġtrou", + "ble" + ], + [ + "Ġtro", + "uble" + ], + [ + "Ġ", + "Pan" + ], + [ + "ĠP", + "an" + ], + [ + "ĠPa", + "n" + ], + [ + "Ġart", + "ist" + ], + [ + "Ġapp", + "roved" + ], + [ + "Ġappro", + "ved" + ], + [ + "Ġapprove", + "d" + ], + [ + "I", + "R" + ], + [ + "Ġ", + "powers" + ], + [ + "Ġp", + "owers" + ], + [ + "Ġpo", + "wers" + ], + [ + "Ġpower", + "s" + ], + [ + "Ġpow", + "ers" + ], + [ + "Ġunder", + "t" + ], + [ + "Ġund", + "ert" + ], + [ + "Ġreal", + "ize" + ], + [ + "Ġ", + "lights" + ], + [ + "Ġl", + "ights" + ], + [ + "Ġlight", + "s" + ], + [ + "ul", + "ty" + ], + [ + "ult", + "y" + ], + [ + "Ġ", + "arts" + ], + [ + "Ġar", + "ts" + ], + [ + "Ġart", + "s" + ], + [ + "Ġ", + "silver" + ], + [ + "Ġsil", + "ver" + ], + [ + "Ġ", + "street" + ], + [ + "Ġst", + "reet" + ], + [ + "Ġstre", + "et" + ], + [ + "Ġ", + "rank" + ], + [ + "Ġr", + "ank" + ], + [ + "Ġran", + "k" + ], + [ + "w", + "ing" + ], + [ + "win", + "g" + ], + [ + "wi", + "ng" + ], + [ + "Ġbe", + "auty" + ], + [ + "Ġbeaut", + "y" + ], + [ + "Ġtw", + "enty" + ], + [ + "Ġd", + "rawn" + ], + [ + "Ġdr", + "awn" + ], + [ + "Ġdra", + "wn" + ], + [ + "Ġdraw", + "n" + ], + [ + "-", + "T" + ], + [ + "Ġacc", + "uracy" + ], + [ + "Ġaccur", + "acy" + ], + [ + "Ġ", + "ille" + ], + [ + "Ġill", + "e" + ], + [ + "Ġi", + "lle" + ], + [ + "Ġil", + "le" + ], + [ + "Ġ", + "vac" + ], + [ + "Ġv", + "ac" + ], + [ + "Ġva", + "c" + ], + [ + "Ġc", + "ircle" + ], + [ + "Ġcir", + "cle" + ], + [ + "Ġcirc", + "le" + ], + [ + "Ġp", + "ra" + ], + [ + "Ġpr", + "a" + ], + [ + "Ġvict", + "ims" + ], + [ + "Ġvictim", + "s" + ], + [ + "Ġf", + "urn" + ], + [ + "Ġfur", + "n" + ], + [ + "Ġfu", + "rn" + ], + [ + "Ġre", + "ven" + ], + [ + "Ġr", + "even" + ], + [ + "Ġrev", + "en" + ], + [ + "Ġreve", + "n" + ], + [ + "ur", + "ric" + ], + [ + "Ġ", + "breed" + ], + [ + "Ġb", + "reed" + ], + [ + "Ġbr", + "eed" + ], + [ + "Ġbre", + "ed" + ], + [ + "Ġbree", + "d" + ], + [ + "Ġs", + "ke" + ], + [ + "Ġsk", + "e" + ], + [ + "Ġm", + "ode" + ], + [ + "Ġmod", + "e" + ], + [ + "Ġmo", + "de" + ], + [ + "Ġfac", + "ility" + ], + [ + "Ġfacilit", + "y" + ], + [ + "Ġ", + "Forest" + ], + [ + "ĠF", + "orest" + ], + [ + "ĠFor", + "est" + ], + [ + "ĠFore", + "st" + ], + [ + "ĠFo", + "rest" + ], + [ + "in", + "ally" + ], + [ + "inal", + "ly" + ], + [ + "Ġm", + "atters" + ], + [ + "Ġmat", + "ters" + ], + [ + "Ġmatter", + "s" + ], + [ + "Ġmatt", + "ers" + ], + [ + "Ġmatte", + "rs" + ], + [ + "Ġ", + "ring" + ], + [ + "Ġr", + "ing" + ], + [ + "Ġ", + "Christmas" + ], + [ + "ĠChrist", + "mas" + ], + [ + "Ġass", + "ociation" + ], + [ + "Ġassoci", + "ation" + ], + [ + "Ġlear", + "ners" + ], + [ + "Ġlearn", + "ers" + ], + [ + "Ġlearner", + "s" + ], + [ + "r", + "owing" + ], + [ + "ro", + "wing" + ], + [ + "row", + "ing" + ], + [ + "Ġp", + "harm" + ], + [ + "Ġph", + "arm" + ], + [ + "Ġ", + "Before" + ], + [ + "ĠBe", + "fore" + ], + [ + "âĢĻ", + "." + ], + [ + "Ġform", + "ula" + ], + [ + "Ġ", + "issued" + ], + [ + "Ġiss", + "ued" + ], + [ + "Ġissue", + "d" + ], + [ + "Ġthe", + "me" + ], + [ + "Ġth", + "eme" + ], + [ + "Ġthem", + "e" + ], + [ + "Ġ", + "Moon" + ], + [ + "ĠM", + "oon" + ], + [ + "ĠMo", + "on" + ], + [ + "Ġ", + "Open" + ], + [ + "ĠO", + "pen" + ], + [ + "ĠOp", + "en" + ], + [ + "Ġexc", + "essive" + ], + [ + "Ġexcess", + "ive" + ], + [ + "Ġf", + "rag" + ], + [ + "Ġfra", + "g" + ], + [ + "Ġfr", + "ag" + ], + [ + "ure", + "au" + ], + [ + "urea", + "u" + ], + [ + "Ġ", + "peak" + ], + [ + "Ġpe", + "ak" + ], + [ + "Ġpea", + "k" + ], + [ + "Ġ", + "item" + ], + [ + "Ġit", + "em" + ], + [ + "Ġi", + "tem" + ], + [ + "Ġt", + "reating" + ], + [ + "Ġtr", + "eating" + ], + [ + "Ġtreat", + "ing" + ], + [ + "Ġtre", + "ating" + ], + [ + "Ġcon", + "structed" + ], + [ + "Ġconstruct", + "ed" + ], + [ + "G", + "o" + ], + [ + "Ġdoll", + "ars" + ], + [ + "Ġdollar", + "s" + ], + [ + "Ġcomp", + "osed" + ], + [ + "Ġcompos", + "ed" + ], + [ + "Ġcompose", + "d" + ], + [ + "-", + "scale" + ], + [ + "-s", + "cale" + ], + [ + "-sc", + "ale" + ], + [ + "ish", + "ment" + ], + [ + "r", + "ene" + ], + [ + "re", + "ne" + ], + [ + "ren", + "e" + ], + [ + "es", + "tion" + ], + [ + "est", + "ion" + ], + [ + "Ġthe", + "ories" + ], + [ + "Ġtheor", + "ies" + ], + [ + "Ġgal", + "ax" + ], + [ + "Ġmin", + "eral" + ], + [ + "Ġmine", + "ral" + ], + [ + "Ġminer", + "al" + ], + [ + "Ġar", + "range" + ], + [ + "Ġarr", + "ange" + ], + [ + "a", + "ired" + ], + [ + "air", + "ed" + ], + [ + "ai", + "red" + ], + [ + "aire", + "d" + ], + [ + "Ġre", + "ceiving" + ], + [ + "Ġrece", + "iving" + ], + [ + "Ġ", + "Services" + ], + [ + "ĠS", + "ervices" + ], + [ + "ĠServ", + "ices" + ], + [ + "ĠService", + "s" + ], + [ + "r", + "eek" + ], + [ + "re", + "ek" + ], + [ + "ree", + "k" + ], + [ + "Ġt", + "urb" + ], + [ + "Ġtur", + "b" + ], + [ + "Ġexp", + "ansion" + ], + [ + "Ġexpans", + "ion" + ], + [ + "Ġ", + "Atlantic" + ], + [ + "ĠAt", + "lantic" + ], + [ + "ĠAtl", + "antic" + ], + [ + "Ġc", + "enters" + ], + [ + "Ġcent", + "ers" + ], + [ + "Ġcenter", + "s" + ], + [ + "Ġcen", + "ters" + ], + [ + "Ġs", + "tre" + ], + [ + "Ġst", + "re" + ], + [ + "Ġstr", + "e" + ], + [ + "Ġp", + "resents" + ], + [ + "Ġpres", + "ents" + ], + [ + "Ġpresent", + "s" + ], + [ + "Ġsign", + "ificance" + ], + [ + "Ġsignific", + "ance" + ], + [ + "o", + "cc" + ], + [ + "oc", + "c" + ], + [ + "Ġsee", + "king" + ], + [ + "Ġseek", + "ing" + ], + [ + "o", + "tes" + ], + [ + "ot", + "es" + ], + [ + "ote", + "s" + ], + [ + "m", + "es" + ], + [ + "me", + "s" + ], + [ + "Ġ", + "Fort" + ], + [ + "ĠF", + "ort" + ], + [ + "ĠFor", + "t" + ], + [ + "ĠFo", + "rt" + ], + [ + "Ġex", + "amination" + ], + [ + "Ġexam", + "ination" + ], + [ + "Ġf", + "arming" + ], + [ + "Ġfar", + "ming" + ], + [ + "Ġfarm", + "ing" + ], + [ + "Ġcomfort", + "able" + ], + [ + "Ġ", + "texts" + ], + [ + "Ġt", + "exts" + ], + [ + "Ġte", + "xts" + ], + [ + "Ġtext", + "s" + ], + [ + "Ġ", + "boy" + ], + [ + "Ġb", + "oy" + ], + [ + "Ġbo", + "y" + ], + [ + "Ġguid", + "ance" + ], + [ + "Ġcont", + "rovers" + ], + [ + "-", + "cont" + ], + [ + "-c", + "ont" + ], + [ + "-con", + "t" + ], + [ + "-co", + "nt" + ], + [ + "Ġpub", + "lication" + ], + [ + "Ġpublic", + "ation" + ], + [ + "Ġpubl", + "ication" + ], + [ + "Ġc", + "ounty" + ], + [ + "Ġcount", + "y" + ], + [ + "Ġcoun", + "ty" + ], + [ + "Â", + "·" + ], + [ + "Ġc", + "ategory" + ], + [ + "Ġcateg", + "ory" + ], + [ + "Ġcategor", + "y" + ], + [ + "Ġ", + "List" + ], + [ + "ĠL", + "ist" + ], + [ + "ĠLi", + "st" + ], + [ + "ĠLis", + "t" + ], + [ + "pl", + "ant" + ], + [ + "plan", + "t" + ], + [ + "o", + "unter" + ], + [ + "ount", + "er" + ], + [ + "oun", + "ter" + ], + [ + "o", + "ples" + ], + [ + "op", + "les" + ], + [ + "ople", + "s" + ], + [ + "opl", + "es" + ], + [ + "o", + "ven" + ], + [ + "ove", + "n" + ], + [ + "ov", + "en" + ], + [ + "Ġn", + "itrogen" + ], + [ + "Ġnit", + "rogen" + ], + [ + "az", + "ine" + ], + [ + "azi", + "ne" + ], + [ + "Ġ", + "Age" + ], + [ + "ĠA", + "ge" + ], + [ + "ĠAg", + "e" + ], + [ + "Ġ", + "heating" + ], + [ + "Ġh", + "eating" + ], + [ + "Ġhe", + "ating" + ], + [ + "Ġheat", + "ing" + ], + [ + "Ġ", + "advantages" + ], + [ + "Ġad", + "vantages" + ], + [ + "Ġadvant", + "ages" + ], + [ + "Ġadvantage", + "s" + ], + [ + "Ġg", + "enet" + ], + [ + "Ġgen", + "et" + ], + [ + "Ġge", + "net" + ], + [ + "Ġgene", + "t" + ], + [ + "Ġany", + "where" + ], + [ + "Ġ", + "Resources" + ], + [ + "ĠRes", + "ources" + ], + [ + "ĠResource", + "s" + ], + [ + "a", + "rn" + ], + [ + "ar", + "n" + ], + [ + "i", + "tt" + ], + [ + "it", + "t" + ], + [ + "Ġpartic", + "ipation" + ], + [ + "Ġparticip", + "ation" + ], + [ + "o", + "rical" + ], + [ + "or", + "ical" + ], + [ + "oric", + "al" + ], + [ + "ori", + "cal" + ], + [ + "Ġs", + "core" + ], + [ + "Ġsc", + "ore" + ], + [ + "Ġscor", + "e" + ], + [ + "Ġmet", + "abol" + ], + [ + "Ġmetab", + "ol" + ], + [ + "Ġmeta", + "bol" + ], + [ + "e", + "mia" + ], + [ + "em", + "ia" + ], + [ + "emi", + "a" + ], + [ + "Ġinnov", + "ation" + ], + [ + "Pe", + "ople" + ], + [ + "Ġp", + "estic" + ], + [ + "Ġpe", + "stic" + ], + [ + "Ġpest", + "ic" + ], + [ + "Ġpes", + "tic" + ], + [ + "k", + "i" + ], + [ + "Ġ", + "Family" + ], + [ + "ĠF", + "amily" + ], + [ + "ĠFam", + "ily" + ], + [ + "ĠFamil", + "y" + ], + [ + "Ġs", + "witch" + ], + [ + "Ġsw", + "itch" + ], + [ + "Ġswit", + "ch" + ], + [ + "ĠA", + "gency" + ], + [ + "ĠAg", + "ency" + ], + [ + "Ġe", + "arn" + ], + [ + "Ġear", + "n" + ], + [ + "Ġ", + "Equ" + ], + [ + "ĠE", + "qu" + ], + [ + "Ġbi", + "gger" + ], + [ + "Ġbig", + "ger" + ], + [ + "Ġ", + "flower" + ], + [ + "Ġf", + "lower" + ], + [ + "Ġfl", + "ower" + ], + [ + "Ġflow", + "er" + ], + [ + "Ġflo", + "wer" + ], + [ + "Ġf", + "ung" + ], + [ + "Ġfun", + "g" + ], + [ + "Ġfu", + "ng" + ], + [ + "Ġmess", + "ages" + ], + [ + "Ġmessage", + "s" + ], + [ + "H", + "D" + ], + [ + "U", + "T" + ], + [ + "a", + "ming" + ], + [ + "am", + "ing" + ], + [ + "amin", + "g" + ], + [ + "ami", + "ng" + ], + [ + "Ġ", + "Str" + ], + [ + "ĠS", + "tr" + ], + [ + "ĠSt", + "r" + ], + [ + "u", + "h" + ], + [ + "Ġcom", + "mitted" + ], + [ + "Ġcomm", + "itted" + ], + [ + "Ġcommit", + "ted" + ], + [ + "Ġ", + "Set" + ], + [ + "ĠS", + "et" + ], + [ + "ĠSe", + "t" + ], + [ + "Ġp", + "aras" + ], + [ + "Ġpar", + "as" + ], + [ + "Ġpa", + "ras" + ], + [ + "Ġpara", + "s" + ], + [ + "h", + "ow" + ], + [ + "ho", + "w" + ], + [ + "Ġ", + "Creat" + ], + [ + "ĠC", + "reat" + ], + [ + "ĠCre", + "at" + ], + [ + "ĠCr", + "eat" + ], + [ + "Ġ", + "angle" + ], + [ + "Ġan", + "gle" + ], + [ + "Ġang", + "le" + ], + [ + "o", + "cation" + ], + [ + "oc", + "ation" + ], + [ + "oca", + "tion" + ], + [ + "Ġla", + "unch" + ], + [ + "Ġlaun", + "ch" + ], + [ + "a", + "very" + ], + [ + "av", + "ery" + ], + [ + "ave", + "ry" + ], + [ + "aver", + "y" + ], + [ + "a", + "ph" + ], + [ + "ap", + "h" + ], + [ + "Ġem", + "ployed" + ], + [ + "Ġemploy", + "ed" + ], + [ + "r", + "aining" + ], + [ + "ra", + "ining" + ], + [ + "rain", + "ing" + ], + [ + "rai", + "ning" + ], + [ + "Ġ", + "Cap" + ], + [ + "ĠC", + "ap" + ], + [ + "ĠCa", + "p" + ], + [ + "ch", + "arge" + ], + [ + "char", + "ge" + ], + [ + "ĠComm", + "ittee" + ], + [ + "ĠCommit", + "tee" + ], + [ + "Ġ", + "Eastern" + ], + [ + "ĠE", + "astern" + ], + [ + "ĠEast", + "ern" + ], + [ + "ĠEaster", + "n" + ], + [ + "ĠEas", + "tern" + ], + [ + "Ġv", + "ideos" + ], + [ + "Ġvide", + "os" + ], + [ + "Ġvideo", + "s" + ], + [ + "Ġcons", + "ume" + ], + [ + "Ġconsum", + "e" + ], + [ + "Ġanti", + "biotics" + ], + [ + "Ġantib", + "iotics" + ], + [ + "Ġantibiot", + "ics" + ], + [ + "Ġantibiotic", + "s" + ], + [ + "Ġ", + "lake" + ], + [ + "Ġl", + "ake" + ], + [ + "Ġla", + "ke" + ], + [ + "?", + "âĢĿ" + ], + [ + "Ġthe", + "ore" + ], + [ + "Ġtheor", + "e" + ], + [ + "g", + "s" + ], + [ + "Ġ", + "scientist" + ], + [ + "Ġscient", + "ist" + ], + [ + "I", + "M" + ], + [ + "Ġv", + "itamins" + ], + [ + "Ġvit", + "amins" + ], + [ + "Ġvitamin", + "s" + ], + [ + "Ġfair", + "ly" + ], + [ + "Ġcare", + "ful" + ], + [ + "Ġ", + "fulf" + ], + [ + "Ġf", + "ulf" + ], + [ + "Ġful", + "f" + ], + [ + "c", + "tor" + ], + [ + "ct", + "or" + ], + [ + "Ġen", + "tered" + ], + [ + "Ġent", + "ered" + ], + [ + "Ġenter", + "ed" + ], + [ + "Ġ", + "dose" + ], + [ + "Ġd", + "ose" + ], + [ + "Ġdo", + "se" + ], + [ + "Ġdos", + "e" + ], + [ + "o", + "oking" + ], + [ + "ook", + "ing" + ], + [ + "oo", + "king" + ], + [ + "Ġte", + "ams" + ], + [ + "Ġteam", + "s" + ], + [ + "Ġtea", + "ms" + ], + [ + "ĠZ", + "eal" + ], + [ + "ĠZe", + "al" + ], + [ + "Ġ", + "Windows" + ], + [ + "ĠWind", + "ows" + ], + [ + "ĠWindow", + "s" + ], + [ + "Ġ", + "ov" + ], + [ + "Ġo", + "v" + ], + [ + "Ġ", + "biology" + ], + [ + "Ġb", + "iology" + ], + [ + "Ġbi", + "ology" + ], + [ + "Ġcom", + "pris" + ], + [ + "Ġcomp", + "ris" + ], + [ + "Ġ", + "owner" + ], + [ + "Ġown", + "er" + ], + [ + "Ġow", + "ner" + ], + [ + "Ġ", + "Though" + ], + [ + "ĠTh", + "ough" + ], + [ + "ĠThou", + "gh" + ], + [ + "Ġ", + "Michael" + ], + [ + "ĠM", + "ichael" + ], + [ + "ĠMich", + "ael" + ], + [ + "ĠMic", + "hael" + ], + [ + "ĠMicha", + "el" + ], + [ + "Ġrare", + "ly" + ], + [ + "p", + "an" + ], + [ + "pa", + "n" + ], + [ + "a", + "ded" + ], + [ + "ad", + "ed" + ], + [ + "ade", + "d" + ], + [ + "Ġ", + "Sol" + ], + [ + "ĠS", + "ol" + ], + [ + "ĠSo", + "l" + ], + [ + "Ġcy", + "ber" + ], + [ + "us", + "hing" + ], + [ + "ush", + "ing" + ], + [ + "ushi", + "ng" + ], + [ + "Ġ", + "Learn" + ], + [ + "ĠLe", + "arn" + ], + [ + "ĠLear", + "n" + ], + [ + "ĠLea", + "rn" + ], + [ + "Ġcons", + "idering" + ], + [ + "Ġconsider", + "ing" + ], + [ + "Ġconsid", + "ering" + ], + [ + "Ġ", + "chest" + ], + [ + "Ġc", + "hest" + ], + [ + "Ġch", + "est" + ], + [ + "Ġche", + "st" + ], + [ + "Ġinflu", + "enced" + ], + [ + "Ġinfluence", + "d" + ], + [ + "Ġinfluen", + "ced" + ], + [ + "Ġam", + "azing" + ], + [ + "Ġ", + "bringing" + ], + [ + "Ġb", + "ringing" + ], + [ + "Ġbr", + "inging" + ], + [ + "Ġbring", + "ing" + ], + [ + "Ġ", + "advert" + ], + [ + "Ġad", + "vert" + ], + [ + "Ġadv", + "ert" + ], + [ + "Ġ", + "division" + ], + [ + "Ġd", + "ivision" + ], + [ + "Ġdi", + "vision" + ], + [ + "Ġdiv", + "ision" + ], + [ + "Ġ", + "Ast" + ], + [ + "ĠA", + "st" + ], + [ + "ĠAs", + "t" + ], + [ + "Ġ", + "shock" + ], + [ + "Ġsh", + "ock" + ], + [ + "Ġsho", + "ck" + ], + [ + "ap", + "se" + ], + [ + "aps", + "e" + ], + [ + "Ġ", + "roughly" + ], + [ + "Ġr", + "oughly" + ], + [ + "Ġrough", + "ly" + ], + [ + "Ġst", + "rict" + ], + [ + "Ġstr", + "ict" + ], + [ + "Ġstri", + "ct" + ], + [ + "Ġstric", + "t" + ], + [ + "Ġhon", + "or" + ], + [ + "Ġho", + "nor" + ], + [ + "D", + "P" + ], + [ + "Ġstrong", + "er" + ], + [ + "ar", + "sh" + ], + [ + "ars", + "h" + ], + [ + "Ġover", + "w" + ], + [ + "Ġove", + "rw" + ], + [ + "Ġvari", + "ables" + ], + [ + "Ġvariable", + "s" + ], + [ + "Ġ", + "Eth" + ], + [ + "ĠE", + "th" + ], + [ + "ĠEt", + "h" + ], + [ + "Ġ", + "relation" + ], + [ + "Ġre", + "lation" + ], + [ + "Ġrel", + "ation" + ], + [ + "Ġrelat", + "ion" + ], + [ + "c", + "ol" + ], + [ + "co", + "l" + ], + [ + "h", + "eric" + ], + [ + "he", + "ric" + ], + [ + "her", + "ic" + ], + [ + "i", + "vered" + ], + [ + "ive", + "red" + ], + [ + "iv", + "ered" + ], + [ + "iver", + "ed" + ], + [ + "u", + "gh" + ], + [ + "ug", + "h" + ], + [ + "Ġh", + "azard" + ], + [ + "Ġhaz", + "ard" + ], + [ + "Ġs", + "pin" + ], + [ + "Ġsp", + "in" + ], + [ + "Ġspi", + "n" + ], + [ + "Ġ", + "none" + ], + [ + "Ġn", + "one" + ], + [ + "Ġno", + "ne" + ], + [ + "Ġnon", + "e" + ], + [ + "Ġre", + "cover" + ], + [ + "Ġrec", + "over" + ], + [ + "i", + "oxid" + ], + [ + "iox", + "id" + ], + [ + "Ġ", + "Alzheimer" + ], + [ + "ĠAl", + "zheimer" + ], + [ + "Ġs", + "erving" + ], + [ + "Ġserv", + "ing" + ], + [ + "Ġser", + "ving" + ], + [ + "Ġs", + "pectrum" + ], + [ + "Ġspect", + "rum" + ], + [ + "Ġknow", + "ing" + ], + [ + "Ġkn", + "owing" + ], + [ + "Ġp", + "anel" + ], + [ + "Ġpan", + "el" + ], + [ + "Ġpa", + "nel" + ], + [ + "Ġpane", + "l" + ], + [ + "i", + "ability" + ], + [ + "iab", + "ility" + ], + [ + "i", + "hood" + ], + [ + "ih", + "ood" + ], + [ + "a", + "ud" + ], + [ + "au", + "d" + ], + [ + "Ġphenomen", + "on" + ], + [ + "a", + "ning" + ], + [ + "an", + "ing" + ], + [ + "ani", + "ng" + ], + [ + "Ġ", + "plus" + ], + [ + "Ġp", + "lus" + ], + [ + "Ġpl", + "us" + ], + [ + "a", + "la" + ], + [ + "al", + "a" + ], + [ + "Ġ", + "domain" + ], + [ + "Ġdo", + "main" + ], + [ + "Ġdom", + "ain" + ], + [ + "Ġ", + "Plant" + ], + [ + "ĠPl", + "ant" + ], + [ + "ĠPlan", + "t" + ], + [ + "Ġsun", + "light" + ], + [ + "Ġstat", + "istics" + ], + [ + "Ġstatistic", + "s" + ], + [ + "c", + "ycl" + ], + [ + "cy", + "cl" + ], + [ + "Ġs", + "ession" + ], + [ + "Ġsess", + "ion" + ], + [ + "Ġhapp", + "ening" + ], + [ + "Ġhappen", + "ing" + ], + [ + "O", + "r" + ], + [ + "Ġ", + "Acc" + ], + [ + "ĠA", + "cc" + ], + [ + "ĠAc", + "c" + ], + [ + "Ġpass", + "age" + ], + [ + "Ġmin", + "ute" + ], + [ + "Ġminut", + "e" + ], + [ + ".", + "A" + ], + [ + "ri", + "end" + ], + [ + "rie", + "nd" + ], + [ + "rien", + "d" + ], + [ + "Ġstrong", + "ly" + ], + [ + "Ġun", + "usual" + ], + [ + "Ġunus", + "ual" + ], + [ + "M", + "e" + ], + [ + "or", + "ders" + ], + [ + "ord", + "ers" + ], + [ + "order", + "s" + ], + [ + "orde", + "rs" + ], + [ + "Ġ", + "District" + ], + [ + "ĠDist", + "rict" + ], + [ + "g", + "u" + ], + [ + "or", + "ph" + ], + [ + "orp", + "h" + ], + [ + "Ġ", + "Rock" + ], + [ + "ĠR", + "ock" + ], + [ + "ĠRo", + "ck" + ], + [ + "ĠRoc", + "k" + ], + [ + "Ġb", + "rows" + ], + [ + "Ġbr", + "ows" + ], + [ + "Ġbro", + "ws" + ], + [ + "Ġbrow", + "s" + ], + [ + "Ġde", + "struction" + ], + [ + "Ġdest", + "ruction" + ], + [ + "Ġdestruct", + "ion" + ], + [ + "ol", + "esc" + ], + [ + "ole", + "sc" + ], + [ + "oles", + "c" + ], + [ + "Ġ", + "orient" + ], + [ + "Ġor", + "ient" + ], + [ + "I", + "DS" + ], + [ + "ID", + "S" + ], + [ + "Ġ", + "racial" + ], + [ + "Ġr", + "acial" + ], + [ + "Ġra", + "cial" + ], + [ + "Ġrac", + "ial" + ], + [ + "Ġt", + "ropical" + ], + [ + "Ġtrop", + "ical" + ], + [ + "O", + "C" + ], + [ + "Ġ", + "Times" + ], + [ + "ĠT", + "imes" + ], + [ + "ĠTime", + "s" + ], + [ + "ĠTim", + "es" + ], + [ + "ĠTi", + "mes" + ], + [ + "-", + "ch" + ], + [ + "-c", + "h" + ], + [ + "Ġ", + "Network" + ], + [ + "ĠNet", + "work" + ], + [ + "Ġmat", + "hematics" + ], + [ + "Ġmath", + "ematics" + ], + [ + "Ġmathemat", + "ics" + ], + [ + "Ġmathematic", + "s" + ], + [ + "Ġ", + "Sil" + ], + [ + "ĠS", + "il" + ], + [ + "ĠSi", + "l" + ], + [ + "Ġ", + "roads" + ], + [ + "Ġro", + "ads" + ], + [ + "Ġroad", + "s" + ], + [ + "ĠZeal", + "and" + ], + [ + "ĠZe", + "aland" + ], + [ + "Ġ", + "essentially" + ], + [ + "Ġess", + "entially" + ], + [ + "Ġessential", + "ly" + ], + [ + "Ġgradu", + "ally" + ], + [ + "Ġgrad", + "ually" + ], + [ + "Ġgradual", + "ly" + ], + [ + "it", + "als" + ], + [ + "ital", + "s" + ], + [ + "ita", + "ls" + ], + [ + "Ġ", + "Sym" + ], + [ + "ĠS", + "ym" + ], + [ + "ĠSy", + "m" + ], + [ + "Ġ", + "Irish" + ], + [ + "ĠI", + "rish" + ], + [ + "ĠIr", + "ish" + ], + [ + "ĠIris", + "h" + ], + [ + "Ġt", + "rigger" + ], + [ + "Ġtri", + "gger" + ], + [ + "Ġtrig", + "ger" + ], + [ + "Ġim", + "agine" + ], + [ + "Ġimag", + "ine" + ], + [ + "Ġimagin", + "e" + ], + [ + "Ġd", + "eeper" + ], + [ + "Ġde", + "eper" + ], + [ + "Ġdeep", + "er" + ], + [ + "c", + "hen" + ], + [ + "ch", + "en" + ], + [ + "che", + "n" + ], + [ + "ess", + "ions" + ], + [ + "ession", + "s" + ], + [ + "Ġeffect", + "iveness" + ], + [ + "Ġeffective", + "ness" + ], + [ + "Ġp", + "ositions" + ], + [ + "Ġpos", + "itions" + ], + [ + "Ġposition", + "s" + ], + [ + "Ġposit", + "ions" + ], + [ + "r", + "ieved" + ], + [ + "rie", + "ved" + ], + [ + "rieve", + "d" + ], + [ + "riev", + "ed" + ], + [ + "Ġde", + "aling" + ], + [ + "Ġdeal", + "ing" + ], + [ + "Ġdis", + "aster" + ], + [ + "Ġdisas", + "ter" + ], + [ + "Ġa", + "band" + ], + [ + "Ġab", + "and" + ], + [ + "o", + "uts" + ], + [ + "ou", + "ts" + ], + [ + "out", + "s" + ], + [ + "Ġs", + "lavery" + ], + [ + "Ġsl", + "avery" + ], + [ + "Ġslave", + "ry" + ], + [ + "Ġl", + "iteracy" + ], + [ + "Ġliter", + "acy" + ], + [ + "Ġcrit", + "eria" + ], + [ + "Ġc", + "opper" + ], + [ + "Ġco", + "pper" + ], + [ + "Ġcop", + "per" + ], + [ + "Ġmort", + "ality" + ], + [ + "Ġmortal", + "ity" + ], + [ + "o", + "ir" + ], + [ + "oi", + "r" + ], + [ + "Ġeng", + "aged" + ], + [ + "Ġengage", + "d" + ], + [ + "ĠCent", + "re" + ], + [ + "ĠCen", + "tre" + ], + [ + "Ġcom", + "plications" + ], + [ + "Ġcomplic", + "ations" + ], + [ + "Ġcompl", + "ications" + ], + [ + "Ġcomplication", + "s" + ], + [ + "Ġf", + "org" + ], + [ + "Ġfor", + "g" + ], + [ + "a", + "dy" + ], + [ + "ad", + "y" + ], + [ + "r", + "ane" + ], + [ + "ra", + "ne" + ], + [ + "ran", + "e" + ], + [ + "Ġ", + "Asian" + ], + [ + "ĠAs", + "ian" + ], + [ + "ĠAsia", + "n" + ], + [ + "ĠKing", + "dom" + ], + [ + "Ġg", + "rows" + ], + [ + "Ġgrow", + "s" + ], + [ + "Ġgr", + "ows" + ], + [ + "Ġgro", + "ws" + ], + [ + "Ġ", + "Italian" + ], + [ + "ĠIt", + "alian" + ], + [ + "ĠItal", + "ian" + ], + [ + "Ġ", + "Change" + ], + [ + "ĠCh", + "ange" + ], + [ + "ĠChan", + "ge" + ], + [ + "ĠChang", + "e" + ], + [ + "Ġc", + "oron" + ], + [ + "Ġco", + "ron" + ], + [ + "Ġcor", + "on" + ], + [ + "Ġ", + "fishing" + ], + [ + "Ġf", + "ishing" + ], + [ + "Ġfish", + "ing" + ], + [ + "ou", + "nce" + ], + [ + "oun", + "ce" + ], + [ + "Ġc", + "lar" + ], + [ + "Ġcl", + "ar" + ], + [ + "Ġrem", + "oval" + ], + [ + "Ġremov", + "al" + ], + [ + "Ġ", + "banks" + ], + [ + "Ġb", + "anks" + ], + [ + "Ġbank", + "s" + ], + [ + "Ġban", + "ks" + ], + [ + "Ġprov", + "ider" + ], + [ + "Ġprovid", + "er" + ], + [ + "Ġprovide", + "r" + ], + [ + "Ġe", + "scape" + ], + [ + "Ġesc", + "ape" + ], + [ + "Ġes", + "cape" + ], + [ + "Ġ", + "holes" + ], + [ + "Ġh", + "oles" + ], + [ + "Ġhole", + "s" + ], + [ + "Ġho", + "les" + ], + [ + "Ġhol", + "es" + ], + [ + "or", + "tion" + ], + [ + "ort", + "ion" + ], + [ + "Ġ", + "Holy" + ], + [ + "ĠH", + "oly" + ], + [ + "ĠHol", + "y" + ], + [ + "ĠHo", + "ly" + ], + [ + "Ġ", + "Does" + ], + [ + "ĠD", + "oes" + ], + [ + "ĠDo", + "es" + ], + [ + "ĠDoe", + "s" + ], + [ + "ic", + "it" + ], + [ + "ici", + "t" + ], + [ + "r", + "av" + ], + [ + "ra", + "v" + ], + [ + "c", + "king" + ], + [ + "ck", + "ing" + ], + [ + "i", + "h" + ], + [ + "Ġ", + "array" + ], + [ + "Ġar", + "ray" + ], + [ + "Ġarr", + "ay" + ], + [ + "Ġencoura", + "ged" + ], + [ + "Ġencourage", + "d" + ], + [ + "Ġpar", + "allel" + ], + [ + "Ġparalle", + "l" + ], + [ + "Ġ", + "Word" + ], + [ + "ĠW", + "ord" + ], + [ + "ĠWor", + "d" + ], + [ + "ĠWo", + "rd" + ], + [ + "Ġ", + "Adv" + ], + [ + "ĠAd", + "v" + ], + [ + "Ġ", + "Engineering" + ], + [ + "ĠEngine", + "ering" + ], + [ + "ĠEngineer", + "ing" + ], + [ + "Ġ", + "Access" + ], + [ + "ĠA", + "ccess" + ], + [ + "ĠAc", + "cess" + ], + [ + "ĠAcc", + "ess" + ], + [ + "Ġthreat", + "s" + ], + [ + "Ġim", + "plications" + ], + [ + "Ġimpl", + "ications" + ], + [ + "Ġimplic", + "ations" + ], + [ + "Ġimplication", + "s" + ], + [ + "r", + "iz" + ], + [ + "ri", + "z" + ], + [ + "og", + "ether" + ], + [ + "oge", + "ther" + ], + [ + "Ġdecl", + "ared" + ], + [ + "Ġdeclar", + "ed" + ], + [ + "Ġdeclare", + "d" + ], + [ + "Ġ", + "chlor" + ], + [ + "Ġch", + "lor" + ], + [ + "Ġdet", + "ection" + ], + [ + "Ġdetect", + "ion" + ], + [ + "Ġ", + "printed" + ], + [ + "Ġp", + "rinted" + ], + [ + "Ġprint", + "ed" + ], + [ + "Ġelimin", + "ate" + ], + [ + "Ġde", + "fect" + ], + [ + "Ġdef", + "ect" + ], + [ + "Ġdefe", + "ct" + ], + [ + "Ġdefec", + "t" + ], + [ + "Ġd", + "rought" + ], + [ + "Ġdr", + "ought" + ], + [ + "Ġdro", + "ught" + ], + [ + "Ġneigh", + "borhood" + ], + [ + "Ġneighbor", + "hood" + ], + [ + "Ġsen", + "ior" + ], + [ + "âĢľ", + "We" + ], + [ + "Ġ", + "falls" + ], + [ + "Ġf", + "alls" + ], + [ + "Ġfall", + "s" + ], + [ + "Ġfal", + "ls" + ], + [ + "Ġd", + "iscrimination" + ], + [ + "Ġdisc", + "rimination" + ], + [ + "Ġdiscrim", + "ination" + ], + [ + "Ġdes", + "ired" + ], + [ + "Ġdesire", + "d" + ], + [ + "Ġcar", + "rying" + ], + [ + "Ġcarry", + "ing" + ], + [ + "Ġphys", + "ician" + ], + [ + "Ġphysic", + "ian" + ], + [ + "Ġphysi", + "cian" + ], + [ + "Ġe", + "volved" + ], + [ + "Ġev", + "olved" + ], + [ + "Ġevolve", + "d" + ], + [ + "Ġp", + "assing" + ], + [ + "Ġpass", + "ing" + ], + [ + "Ġpas", + "sing" + ], + [ + "Ġd", + "ependent" + ], + [ + "Ġdepend", + "ent" + ], + [ + "k", + "ins" + ], + [ + "kin", + "s" + ], + [ + "ki", + "ns" + ], + [ + "Ġis", + "lands" + ], + [ + "Ġisland", + "s" + ], + [ + "Ġbr", + "anches" + ], + [ + "Ġbranch", + "es" + ], + [ + "Ġbran", + "ches" + ], + [ + "Ġdist", + "ributed" + ], + [ + "Ġdistribut", + "ed" + ], + [ + "Ġdistribute", + "d" + ], + [ + "m", + "l" + ], + [ + "Ġag", + "reed" + ], + [ + "Ġagree", + "d" + ], + [ + "Ġ", + "outer" + ], + [ + "Ġo", + "uter" + ], + [ + "Ġout", + "er" + ], + [ + "Ġou", + "ter" + ], + [ + "Ġ", + "stores" + ], + [ + "Ġst", + "ores" + ], + [ + "Ġstore", + "s" + ], + [ + "Ġsto", + "res" + ], + [ + "Ġd", + "ates" + ], + [ + "Ġdate", + "s" + ], + [ + "Ġdat", + "es" + ], + [ + "Ġda", + "tes" + ], + [ + "Ġ", + "Richard" + ], + [ + "ĠRich", + "ard" + ], + [ + "ĠRic", + "hard" + ], + [ + "ĠRi", + "chard" + ], + [ + "Ġin", + "her" + ], + [ + "Ġinh", + "er" + ], + [ + "ol", + "lowing" + ], + [ + "ollow", + "ing" + ], + [ + "oll", + "owing" + ], + [ + "ollo", + "wing" + ], + [ + "Ġtrans", + "act" + ], + [ + "Ġengine", + "ers" + ], + [ + "Ġengineer", + "s" + ], + [ + "Ġun", + "certain" + ], + [ + "Ġunc", + "ertain" + ], + [ + "Ġs", + "port" + ], + [ + "Ġsp", + "ort" + ], + [ + "Ġspo", + "rt" + ], + [ + "Ġspor", + "t" + ], + [ + "Ġad", + "ds" + ], + [ + "Ġadd", + "s" + ], + [ + "Ġfl", + "our" + ], + [ + "Ġflo", + "ur" + ], + [ + "Ġinnov", + "ative" + ], + [ + "a", + "mination" + ], + [ + "am", + "ination" + ], + [ + "amin", + "ation" + ], + [ + "ami", + "nation" + ], + [ + "Ã", + "¼" + ], + [ + "i", + "gate" + ], + [ + "ig", + "ate" + ], + [ + "iga", + "te" + ], + [ + "Ġ", + "Community" + ], + [ + "ĠC", + "ommunity" + ], + [ + "ĠComm", + "unity" + ], + [ + "ĠCommun", + "ity" + ], + [ + "Ġ", + "Type" + ], + [ + "ĠT", + "ype" + ], + [ + "ĠTy", + "pe" + ], + [ + "ĠTyp", + "e" + ], + [ + "Ġm", + "olecular" + ], + [ + "Ġmole", + "cular" + ], + [ + "Ġs", + "ales" + ], + [ + "Ġsa", + "les" + ], + [ + "Ġsal", + "es" + ], + [ + "Ġsale", + "s" + ], + [ + "Ġ", + "maybe" + ], + [ + "Ġmay", + "be" + ], + [ + "a", + "mine" + ], + [ + "am", + "ine" + ], + [ + "amin", + "e" + ], + [ + "ami", + "ne" + ], + [ + "Ġdis", + "rupt" + ], + [ + "erc", + "ury" + ], + [ + "Ġ", + "acute" + ], + [ + "Ġac", + "ute" + ], + [ + "Ġm", + "old" + ], + [ + "Ġmo", + "ld" + ], + [ + "Ġmol", + "d" + ], + [ + "Ġc", + "rim" + ], + [ + "Ġcr", + "im" + ], + [ + "Ġhe", + "aling" + ], + [ + "Ġheal", + "ing" + ], + [ + "Ġint", + "ellectual" + ], + [ + "Ġintellect", + "ual" + ], + [ + "Ġ", + "marks" + ], + [ + "Ġm", + "arks" + ], + [ + "Ġmark", + "s" + ], + [ + "Ġmar", + "ks" + ], + [ + "Ġc", + "aptured" + ], + [ + "Ġcapt", + "ured" + ], + [ + "Ġcapture", + "d" + ], + [ + "h", + "erent" + ], + [ + "he", + "rent" + ], + [ + "her", + "ent" + ], + [ + "here", + "nt" + ], + [ + "Ġaut", + "ism" + ], + [ + "Ġg", + "ro" + ], + [ + "Ġgr", + "o" + ], + [ + "ar", + "ents" + ], + [ + "arent", + "s" + ], + [ + "aren", + "ts" + ], + [ + "Ġind", + "icated" + ], + [ + "Ġindic", + "ated" + ], + [ + "Ġindicate", + "d" + ], + [ + "Ġindica", + "ted" + ], + [ + "i", + "gue" + ], + [ + "ig", + "ue" + ], + [ + "igu", + "e" + ], + [ + "Ġmicro", + "sc" + ], + [ + "Ġmic", + "rosc" + ], + [ + "Ġmicros", + "c" + ], + [ + "Ġde", + "part" + ], + [ + "Ġdep", + "art" + ], + [ + "Ġ", + "robot" + ], + [ + "Ġr", + "obot" + ], + [ + "Ġro", + "bot" + ], + [ + "Ġrob", + "ot" + ], + [ + "ĠV", + "iet" + ], + [ + "ĠVi", + "et" + ], + [ + "ĠVie", + "t" + ], + [ + "Ġvoc", + "abulary" + ], + [ + "f", + "it" + ], + [ + "fi", + "t" + ], + [ + "r", + "ey" + ], + [ + "re", + "y" + ], + [ + "Ġ", + "processed" + ], + [ + "Ġprocess", + "ed" + ], + [ + "Ġproc", + "essed" + ], + [ + "Ġsh", + "arp" + ], + [ + "Ġshar", + "p" + ], + [ + "Ġsome", + "what" + ], + [ + "ĠN", + "az" + ], + [ + "ĠNa", + "z" + ], + [ + "Ġimplement", + "ed" + ], + [ + "Ġ", + "Please" + ], + [ + "ĠP", + "lease" + ], + [ + "ĠPle", + "ase" + ], + [ + "Ġobs", + "erve" + ], + [ + "Ġobserv", + "e" + ], + [ + "Ġobser", + "ve" + ], + [ + "Ġt", + "owns" + ], + [ + "Ġtown", + "s" + ], + [ + "Ġtow", + "ns" + ], + [ + "Ġ", + "pin" + ], + [ + "Ġp", + "in" + ], + [ + "Ġpi", + "n" + ], + [ + "Ġd", + "iameter" + ], + [ + "Ġdi", + "ameter" + ], + [ + "Ġdiam", + "eter" + ], + [ + "Ġdia", + "meter" + ], + [ + "Ġcom", + "bat" + ], + [ + "Ġcomb", + "at" + ], + [ + "r", + "ox" + ], + [ + "ro", + "x" + ], + [ + "Ġ", + "horses" + ], + [ + "Ġh", + "orses" + ], + [ + "Ġhor", + "ses" + ], + [ + "Ġhorse", + "s" + ], + [ + "Ġhors", + "es" + ], + [ + "Ġ", + "ton" + ], + [ + "Ġt", + "on" + ], + [ + "Ġto", + "n" + ], + [ + "â̦", + "Ċ" + ], + [ + "Ġde", + "fe" + ], + [ + "Ġdef", + "e" + ], + [ + "C", + "E" + ], + [ + "Ġc", + "ham" + ], + [ + "Ġch", + "am" + ], + [ + "Ġcha", + "m" + ], + [ + "i", + "cy" + ], + [ + "ic", + "y" + ], + [ + "Ġlist", + "ening" + ], + [ + "Ġlisten", + "ing" + ], + [ + "f", + "ts" + ], + [ + "ft", + "s" + ], + [ + "O", + "L" + ], + [ + "Ġs", + "erves" + ], + [ + "Ġserv", + "es" + ], + [ + "Ġser", + "ves" + ], + [ + "Ġserve", + "s" + ], + [ + "Ġde", + "cor" + ], + [ + "Ġdec", + "or" + ], + [ + "Ġdeco", + "r" + ], + [ + "Ġcomp", + "ound" + ], + [ + "Ġtrans", + "p" + ], + [ + "Ġtran", + "sp" + ], + [ + "Ġcont", + "emporary" + ], + [ + "Ġcontem", + "porary" + ], + [ + "Ġcontempor", + "ary" + ], + [ + "og", + "rap" + ], + [ + "Ġdel", + "ivered" + ], + [ + "Ġdeliver", + "ed" + ], + [ + "-", + "cl" + ], + [ + "-c", + "l" + ], + [ + "Ġs", + "ensors" + ], + [ + "Ġsens", + "ors" + ], + [ + "Ġsensor", + "s" + ], + [ + "Ġ", + "empt" + ], + [ + "Ġem", + "pt" + ], + [ + "Ġemp", + "t" + ], + [ + "Ġc", + "ommission" + ], + [ + "Ġcom", + "mission" + ], + [ + "Ġcomm", + "ission" + ], + [ + "Ġcommiss", + "ion" + ], + [ + "Ġ", + "Pub" + ], + [ + "ĠP", + "ub" + ], + [ + "ĠPu", + "b" + ], + [ + "-", + "qu" + ], + [ + "Ġw", + "ound" + ], + [ + "Ġwo", + "und" + ], + [ + "Ġl", + "ungs" + ], + [ + "Ġlung", + "s" + ], + [ + "Ġlun", + "gs" + ], + [ + "Ġ", + "giant" + ], + [ + "Ġg", + "iant" + ], + [ + "Ġgi", + "ant" + ], + [ + "Ġdifficult", + "ies" + ], + [ + "@", + "example" + ], + [ + "Ġe", + "dition" + ], + [ + "Ġed", + "ition" + ], + [ + "Ġedit", + "ion" + ], + [ + "Ġout", + "come" + ], + [ + "Ġoutc", + "ome" + ], + [ + "Ġexper", + "iencing" + ], + [ + "Ġexperien", + "cing" + ], + [ + "Ġscreen", + "ing" + ], + [ + "Ġscree", + "ning" + ], + [ + "Ġprot", + "ecting" + ], + [ + "Ġprotect", + "ing" + ], + [ + "es", + "ides" + ], + [ + "esi", + "des" + ], + [ + "e", + "sis" + ], + [ + "es", + "is" + ], + [ + "esi", + "s" + ], + [ + "-", + "r" + ], + [ + "Ġtr", + "ends" + ], + [ + "Ġtrend", + "s" + ], + [ + "s", + "oft" + ], + [ + "so", + "ft" + ], + [ + "sof", + "t" + ], + [ + "Ġ", + "rose" + ], + [ + "Ġr", + "ose" + ], + [ + "Ġro", + "se" + ], + [ + "Ġros", + "e" + ], + [ + "is", + "dom" + ], + [ + "Ġinf", + "ant" + ], + [ + "Ġconf", + "irmed" + ], + [ + "Ġconfirm", + "ed" + ], + [ + "Ġ", + "Math" + ], + [ + "ĠM", + "ath" + ], + [ + "ĠMat", + "h" + ], + [ + "ĠMa", + "th" + ], + [ + "Ġattempt", + "s" + ], + [ + "Ġre", + "mind" + ], + [ + "Ġrem", + "ind" + ], + [ + "Ġremin", + "d" + ], + [ + "Ġcharacter", + "ized" + ], + [ + "Ġcharacterize", + "d" + ], + [ + "Ġ", + "MD" + ], + [ + "ĠM", + "D" + ], + [ + "Ġ", + "Additionally" + ], + [ + "ĠAd", + "ditionally" + ], + [ + "ĠAdditional", + "ly" + ], + [ + "ĠAddition", + "ally" + ], + [ + "Ġw", + "arning" + ], + [ + "Ġwar", + "ning" + ], + [ + "Ġwarn", + "ing" + ], + [ + "Ġ", + "Director" + ], + [ + "ĠDirect", + "or" + ], + [ + "ĠDir", + "ector" + ], + [ + "b", + "les" + ], + [ + "ble", + "s" + ], + [ + "bl", + "es" + ], + [ + "g", + "ien" + ], + [ + "gi", + "en" + ], + [ + "gie", + "n" + ], + [ + "Ġfour", + "th" + ], + [ + "v", + "ard" + ], + [ + "va", + "rd" + ], + [ + "var", + "d" + ], + [ + "Ġ", + "Martin" + ], + [ + "ĠMar", + "tin" + ], + [ + "ĠMart", + "in" + ], + [ + "Ġ", + "finished" + ], + [ + "Ġf", + "inished" + ], + [ + "Ġfin", + "ished" + ], + [ + "Ġfinish", + "ed" + ], + [ + "Ġfi", + "nished" + ], + [ + "o", + "ston" + ], + [ + "os", + "ton" + ], + [ + "ost", + "on" + ], + [ + "osto", + "n" + ], + [ + "Ġsche", + "dule" + ], + [ + "Ġsched", + "ule" + ], + [ + "e", + "time" + ], + [ + "et", + "ime" + ], + [ + "eti", + "me" + ], + [ + "Ġnew", + "ly" + ], + [ + "an", + "gered" + ], + [ + "ang", + "ered" + ], + [ + "ange", + "red" + ], + [ + "anger", + "ed" + ], + [ + "N", + "S" + ], + [ + "as", + "ses" + ], + [ + "ass", + "es" + ], + [ + "asse", + "s" + ], + [ + "G", + "et" + ], + [ + "Ge", + "t" + ], + [ + "Ġsa", + "cr" + ], + [ + "Ġsac", + "r" + ], + [ + "m", + "ers" + ], + [ + "mer", + "s" + ], + [ + "me", + "rs" + ], + [ + "ĠAdminist", + "ration" + ], + [ + "ĠAdmin", + "istration" + ], + [ + "g", + "reg" + ], + [ + "gre", + "g" + ], + [ + "gr", + "eg" + ], + [ + "i", + "ana" + ], + [ + "ia", + "na" + ], + [ + "ian", + "a" + ], + [ + "Ġh", + "oney" + ], + [ + "Ġhon", + "ey" + ], + [ + "Ġho", + "ney" + ], + [ + "Ġhone", + "y" + ], + [ + "Ġ", + "nob" + ], + [ + "Ġn", + "ob" + ], + [ + "Ġno", + "b" + ], + [ + "Ġwind", + "ows" + ], + [ + "Ġwindow", + "s" + ], + [ + "Ġtar", + "gets" + ], + [ + "Ġtarget", + "s" + ], + [ + "Ġ", + "Bab" + ], + [ + "ĠB", + "ab" + ], + [ + "ĠBa", + "b" + ], + [ + "Ġres", + "earcher" + ], + [ + "Ġresearch", + "er" + ], + [ + "Ġresearc", + "her" + ], + [ + "uc", + "ky" + ], + [ + "uck", + "y" + ], + [ + "Ġ", + "stead" + ], + [ + "Ġst", + "ead" + ], + [ + "Ġste", + "ad" + ], + [ + "Ġ", + "AP" + ], + [ + "ĠA", + "P" + ], + [ + "om", + "mod" + ], + [ + "omm", + "od" + ], + [ + "Ġm", + "eals" + ], + [ + "Ġme", + "als" + ], + [ + "Ġmeal", + "s" + ], + [ + "inc", + "luding" + ], + [ + "Ġ", + "modified" + ], + [ + "Ġmod", + "ified" + ], + [ + "Ġ", + "grid" + ], + [ + "Ġg", + "rid" + ], + [ + "Ġgr", + "id" + ], + [ + "Ġgri", + "d" + ], + [ + "Ġhus", + "band" + ], + [ + "Ġsupp", + "lements" + ], + [ + "Ġsupplement", + "s" + ], + [ + "Ġsupple", + "ments" + ], + [ + "Ġ", + "informed" + ], + [ + "Ġin", + "formed" + ], + [ + "Ġinform", + "ed" + ], + [ + "i", + "lation" + ], + [ + "il", + "ation" + ], + [ + "ila", + "tion" + ], + [ + "-", + "being" + ], + [ + "-be", + "ing" + ], + [ + "Ġs", + "igned" + ], + [ + "Ġsign", + "ed" + ], + [ + "Ġsig", + "ned" + ], + [ + "Ġdec", + "ay" + ], + [ + "\"", + "The" + ], + [ + "âĢĶ", + "the" + ], + [ + "âĢĶt", + "he" + ], + [ + "ig", + "are" + ], + [ + "iga", + "re" + ], + [ + "igar", + "e" + ], + [ + "Ġ", + "fed" + ], + [ + "Ġf", + "ed" + ], + [ + "Ġfe", + "d" + ], + [ + "Ġe", + "lection" + ], + [ + "Ġelect", + "ion" + ], + [ + "Ġele", + "ction" + ], + [ + "Ġel", + "ection" + ], + [ + "Ġ", + "Den" + ], + [ + "ĠD", + "en" + ], + [ + "ĠDe", + "n" + ], + [ + "Ġ", + "Special" + ], + [ + "ĠSp", + "ecial" + ], + [ + "ĠSpec", + "ial" + ], + [ + "ĠSpe", + "cial" + ], + [ + "Ġme", + "asuring" + ], + [ + "Ġmeas", + "uring" + ], + [ + "Ġor", + "bit" + ], + [ + "Ġorb", + "it" + ], + [ + "Ġ", + "Security" + ], + [ + "ĠSec", + "urity" + ], + [ + "/", + "d" + ], + [ + "C", + "A" + ], + [ + "Ġ", + "driver" + ], + [ + "Ġd", + "river" + ], + [ + "Ġdr", + "iver" + ], + [ + "Ġdri", + "ver" + ], + [ + "Ġdrive", + "r" + ], + [ + "Ġm", + "aintained" + ], + [ + "Ġmaint", + "ained" + ], + [ + "Ġmaintain", + "ed" + ], + [ + "Ġ", + "py" + ], + [ + "Ġp", + "y" + ], + [ + "Ġ", + "Ec" + ], + [ + "ĠE", + "c" + ], + [ + "Ġ", + "wine" + ], + [ + "Ġw", + "ine" + ], + [ + "Ġwin", + "e" + ], + [ + "Ġwi", + "ne" + ], + [ + "Ġ", + "Dar" + ], + [ + "ĠD", + "ar" + ], + [ + "ĠDa", + "r" + ], + [ + "Ġ", + "planned" + ], + [ + "Ġplan", + "ned" + ], + [ + "op", + "eration" + ], + [ + "ope", + "ration" + ], + [ + "oper", + "ation" + ], + [ + "Ġmos", + "quit" + ], + [ + "Ã", + "³" + ], + [ + "Ġold", + "est" + ], + [ + "Ġol", + "dest" + ], + [ + "Ġ", + "forth" + ], + [ + "Ġf", + "orth" + ], + [ + "Ġfor", + "th" + ], + [ + "Ġfort", + "h" + ], + [ + "Ġ", + "Hy" + ], + [ + "ĠH", + "y" + ], + [ + "Ġb", + "iom" + ], + [ + "Ġbi", + "om" + ], + [ + "Ġbio", + "m" + ], + [ + "Ġ", + "Columbia" + ], + [ + "ĠColumb", + "ia" + ], + [ + "Ġcarb", + "ohyd" + ], + [ + "force", + "ment" + ], + [ + "Ġ", + "computing" + ], + [ + "Ġcomp", + "uting" + ], + [ + "Ġcomput", + "ing" + ], + [ + "Ġ", + "plane" + ], + [ + "Ġp", + "lane" + ], + [ + "Ġpl", + "ane" + ], + [ + "Ġplan", + "e" + ], + [ + "Ġpla", + "ne" + ], + [ + "Ġp", + "rinting" + ], + [ + "Ġprint", + "ing" + ], + [ + "Ġ", + "proof" + ], + [ + "Ġp", + "roof" + ], + [ + "Ġpro", + "of" + ], + [ + "Ġpr", + "oof" + ], + [ + "Ġre", + "med" + ], + [ + "Ġr", + "emed" + ], + [ + "Ġrem", + "ed" + ], + [ + "c", + "oming" + ], + [ + "com", + "ing" + ], + [ + "co", + "ming" + ], + [ + "r", + "eated" + ], + [ + "re", + "ated" + ], + [ + "reat", + "ed" + ], + [ + "reate", + "d" + ], + [ + "rea", + "ted" + ], + [ + "Ġ", + "pit" + ], + [ + "Ġp", + "it" + ], + [ + "Ġpi", + "t" + ], + [ + "Ġt", + "ables" + ], + [ + "Ġtable", + "s" + ], + [ + "Ġtab", + "les" + ], + [ + "Ġta", + "bles" + ], + [ + "Ġtabl", + "es" + ], + [ + "Ġbe", + "ings" + ], + [ + "Ġbeing", + "s" + ], + [ + "Ġpl", + "anting" + ], + [ + "Ġplan", + "ting" + ], + [ + "Ġplant", + "ing" + ], + [ + "r", + "ays" + ], + [ + "ra", + "ys" + ], + [ + "ray", + "s" + ], + [ + "Ġ", + "Start" + ], + [ + "ĠSt", + "art" + ], + [ + "ĠStar", + "t" + ], + [ + "ĠSta", + "rt" + ], + [ + "t", + "les" + ], + [ + "tle", + "s" + ], + [ + "Ġre", + "ward" + ], + [ + "Ġr", + "eward" + ], + [ + "Ġrew", + "ard" + ], + [ + "Ġ", + "insert" + ], + [ + "Ġins", + "ert" + ], + [ + "Ġinse", + "rt" + ], + [ + "Ġcorrect", + "ly" + ], + [ + "Ġ", + "neu" + ], + [ + "Ġn", + "eu" + ], + [ + "Ġne", + "u" + ], + [ + "Ġinit", + "ially" + ], + [ + "Ġiniti", + "ally" + ], + [ + "Ġinitial", + "ly" + ], + [ + "v", + "ania" + ], + [ + "van", + "ia" + ], + [ + "va", + "nia" + ], + [ + "Ġs", + "itting" + ], + [ + "Ġsit", + "ting" + ], + [ + "Ġsi", + "tting" + ], + [ + "Ġ", + "Swed" + ], + [ + "ĠS", + "wed" + ], + [ + "ĠSw", + "ed" + ], + [ + "ĠSwe", + "d" + ], + [ + "o", + "gs" + ], + [ + "og", + "s" + ], + [ + "Ġinter", + "active" + ], + [ + "Ġinteract", + "ive" + ], + [ + "Ġ", + "Safety" + ], + [ + "ĠS", + "afety" + ], + [ + "ĠSaf", + "ety" + ], + [ + "ĠSafe", + "ty" + ], + [ + "Ġob", + "jectives" + ], + [ + "Ġobject", + "ives" + ], + [ + "Ġobjective", + "s" + ], + [ + "Ġs", + "ought" + ], + [ + "Ġso", + "ught" + ], + [ + "Ġ", + "stuff" + ], + [ + "Ġst", + "uff" + ], + [ + "Ġprinc", + "ipal" + ], + [ + "Ġprincip", + "al" + ], + [ + "Ġ", + "Indust" + ], + [ + "ĠIn", + "dust" + ], + [ + "ĠInd", + "ust" + ], + [ + "ĠIndus", + "t" + ], + [ + "Ġ", + "Who" + ], + [ + "ĠW", + "ho" + ], + [ + "ĠWh", + "o" + ], + [ + "Ġ", + "rac" + ], + [ + "Ġr", + "ac" + ], + [ + "Ġra", + "c" + ], + [ + "Ġfat", + "ty" + ], + [ + "Ġ", + "writers" + ], + [ + "Ġw", + "riters" + ], + [ + "Ġwrit", + "ers" + ], + [ + "Ġwr", + "iters" + ], + [ + "Ġwrite", + "rs" + ], + [ + "Ġwriter", + "s" + ], + [ + "Ġ", + "Non" + ], + [ + "ĠN", + "on" + ], + [ + "ĠNo", + "n" + ], + [ + "Ġcor", + "ner" + ], + [ + "Ġcorn", + "er" + ], + [ + "Ġcorne", + "r" + ], + [ + "Ab", + "out" + ], + [ + "Ġear", + "liest" + ], + [ + "Ġearl", + "iest" + ], + [ + "Ġ", + "Mer" + ], + [ + "ĠM", + "er" + ], + [ + "ĠMe", + "r" + ], + [ + "Ġg", + "rant" + ], + [ + "Ġgra", + "nt" + ], + [ + "Ġgr", + "ant" + ], + [ + "Ġgran", + "t" + ], + [ + "Ġ", + "examined" + ], + [ + "Ġexam", + "ined" + ], + [ + "Ġexamine", + "d" + ], + [ + "ip", + "edia" + ], + [ + "ipe", + "dia" + ], + [ + "iped", + "ia" + ], + [ + "Ġwe", + "apons" + ], + [ + "Ġweap", + "ons" + ], + [ + "Ġweapon", + "s" + ], + [ + "Ġ", + "Prop" + ], + [ + "ĠP", + "rop" + ], + [ + "ĠPro", + "p" + ], + [ + "ĠPr", + "op" + ], + [ + "Ġind", + "igenous" + ], + [ + "Ġvacc", + "ines" + ], + [ + "Ġvaccine", + "s" + ], + [ + "i", + "cing" + ], + [ + "ic", + "ing" + ], + [ + "icin", + "g" + ], + [ + "ici", + "ng" + ], + [ + "Ġ", + "wheel" + ], + [ + "Ġw", + "heel" + ], + [ + "Ġwhe", + "el" + ], + [ + "Ġwhee", + "l" + ], + [ + "Ġ", + "scar" + ], + [ + "Ġs", + "car" + ], + [ + "Ġsc", + "ar" + ], + [ + "Ġ", + "negot" + ], + [ + "Ġne", + "got" + ], + [ + "Ġneg", + "ot" + ], + [ + "A", + "m" + ], + [ + "Ġpo", + "em" + ], + [ + "St", + "ep" + ], + [ + "Ste", + "p" + ], + [ + "C", + "omp" + ], + [ + "Com", + "p" + ], + [ + "Co", + "mp" + ], + [ + "Ġp", + "roportion" + ], + [ + "Ġprop", + "ortion" + ], + [ + "Ġproport", + "ion" + ], + [ + "Ġ", + "Facebook" + ], + [ + "ĠFace", + "book" + ], + [ + "ĠFac", + "ebook" + ], + [ + "Ġ", + "Despite" + ], + [ + "ĠD", + "espite" + ], + [ + "ĠDesp", + "ite" + ], + [ + "Ġ", + "usual" + ], + [ + "Ġus", + "ual" + ], + [ + "an", + "gle" + ], + [ + "ang", + "le" + ], + [ + "Ġ", + "fest" + ], + [ + "Ġf", + "est" + ], + [ + "Ġfe", + "st" + ], + [ + "o", + "sh" + ], + [ + "os", + "h" + ], + [ + "Ġinsp", + "ired" + ], + [ + "Ġinspire", + "d" + ], + [ + "Ġinspir", + "ed" + ], + [ + "Ġ", + "acres" + ], + [ + "Ġac", + "res" + ], + [ + "Ġacre", + "s" + ], + [ + "Ġ", + "surge" + ], + [ + "Ġs", + "urge" + ], + [ + "Ġsur", + "ge" + ], + [ + "Ġaffect", + "ing" + ], + [ + "Ġaff", + "ecting" + ], + [ + "Ġg", + "ained" + ], + [ + "Ġgain", + "ed" + ], + [ + "Ġga", + "ined" + ], + [ + "Ġeduc", + "ators" + ], + [ + "Ġeducator", + "s" + ], + [ + "Ġ", + "Prevention" + ], + [ + "ĠPre", + "vention" + ], + [ + "ĠPrevent", + "ion" + ], + [ + "ĠPrev", + "ention" + ], + [ + "h", + "aust" + ], + [ + "ha", + "ust" + ], + [ + "haus", + "t" + ], + [ + "Ġ", + "bag" + ], + [ + "Ġb", + "ag" + ], + [ + "Ġba", + "g" + ], + [ + "i", + "ah" + ], + [ + "ia", + "h" + ], + [ + "Ġopp", + "osed" + ], + [ + "Ġoppose", + "d" + ], + [ + "r", + "icts" + ], + [ + "ric", + "ts" + ], + [ + "rict", + "s" + ], + [ + "Ġ", + "crew" + ], + [ + "Ġc", + "rew" + ], + [ + "Ġcre", + "w" + ], + [ + "Ġcr", + "ew" + ], + [ + "Ġer", + "rors" + ], + [ + "Ġerror", + "s" + ], + [ + "Ġerr", + "ors" + ], + [ + "Ġ", + "structural" + ], + [ + "Ġst", + "ructural" + ], + [ + "Ġstruct", + "ural" + ], + [ + "Ġsm", + "ell" + ], + [ + "Ġsmel", + "l" + ], + [ + "ff", + "ective" + ], + [ + "ffect", + "ive" + ], + [ + "ffe", + "ctive" + ], + [ + "Ġident", + "ifying" + ], + [ + "Ġidentify", + "ing" + ], + [ + "Ġ", + "Mel" + ], + [ + "ĠM", + "el" + ], + [ + "ĠMe", + "l" + ], + [ + "a", + "iled" + ], + [ + "ail", + "ed" + ], + [ + "ai", + "led" + ], + [ + "Ġc", + "hemistry" + ], + [ + "Ġchem", + "istry" + ], + [ + "Ġchemist", + "ry" + ], + [ + "Ġsu", + "bt" + ], + [ + "Ġsub", + "t" + ], + [ + "Ġ", + "Bill" + ], + [ + "ĠB", + "ill" + ], + [ + "ĠBi", + "ll" + ], + [ + "ĠBil", + "l" + ], + [ + "Ġ", + "branch" + ], + [ + "Ġb", + "ranch" + ], + [ + "Ġbr", + "anch" + ], + [ + "Ġbran", + "ch" + ], + [ + "Ġath", + "let" + ], + [ + "al", + "low" + ], + [ + "all", + "ow" + ], + [ + "allo", + "w" + ], + [ + "Ġ", + "MS" + ], + [ + "ĠM", + "S" + ], + [ + "Ġ", + "imaging" + ], + [ + "Ġim", + "aging" + ], + [ + "Ġimag", + "ing" + ], + [ + "Ġimagin", + "g" + ], + [ + "Ġanal", + "ys" + ], + [ + "Ġanaly", + "s" + ], + [ + "Ġana", + "lys" + ], + [ + "Ġocc", + "urring" + ], + [ + "Ġoccur", + "ring" + ], + [ + "Ġ", + "Sat" + ], + [ + "ĠS", + "at" + ], + [ + "ĠSa", + "t" + ], + [ + "r", + "ous" + ], + [ + "ro", + "us" + ], + [ + "rou", + "s" + ], + [ + "o", + "stic" + ], + [ + "os", + "tic" + ], + [ + "ost", + "ic" + ], + [ + "Ġp", + "layer" + ], + [ + "Ġpl", + "ayer" + ], + [ + "Ġplay", + "er" + ], + [ + "Ġpla", + "yer" + ], + [ + "y", + "al" + ], + [ + "ya", + "l" + ], + [ + "Ġse", + "emed" + ], + [ + "Ġsee", + "med" + ], + [ + "Ġseem", + "ed" + ], + [ + "Ġ", + "grain" + ], + [ + "Ġg", + "rain" + ], + [ + "Ġgra", + "in" + ], + [ + "Ġgr", + "ain" + ], + [ + "in", + "col" + ], + [ + "inc", + "ol" + ], + [ + "Ġ", + "faced" + ], + [ + "Ġf", + "aced" + ], + [ + "Ġfac", + "ed" + ], + [ + "Ġface", + "d" + ], + [ + "Ġfa", + "ced" + ], + [ + "Ġp", + "andemic" + ], + [ + "Ġpand", + "emic" + ], + [ + "-", + "v" + ], + [ + "I", + "G" + ], + [ + "a", + "beth" + ], + [ + "ab", + "eth" + ], + [ + "abet", + "h" + ], + [ + "abe", + "th" + ], + [ + "Ġun", + "w" + ], + [ + "Ġc", + "overing" + ], + [ + "Ġcover", + "ing" + ], + [ + "Ġcove", + "ring" + ], + [ + "'", + "m" + ], + [ + "Ġ", + "Young" + ], + [ + "ĠYou", + "ng" + ], + [ + "ĠYo", + "ung" + ], + [ + "Ġrad", + "ical" + ], + [ + "Ġradi", + "cal" + ], + [ + "Ġre", + "cycling" + ], + [ + "Ġrec", + "ycling" + ], + [ + "Ġrecy", + "cling" + ], + [ + "Ġrecycl", + "ing" + ], + [ + "ild", + "ren" + ], + [ + "Ġstate", + "ments" + ], + [ + "Ġstatement", + "s" + ], + [ + "am", + "ples" + ], + [ + "amp", + "les" + ], + [ + "ample", + "s" + ], + [ + "ru", + "ption" + ], + [ + "rupt", + "ion" + ], + [ + "rup", + "tion" + ], + [ + "s", + "yl" + ], + [ + "sy", + "l" + ], + [ + "ic", + "ate" + ], + [ + "ica", + "te" + ], + [ + "Ġ", + "dynamic" + ], + [ + "Ġd", + "ynamic" + ], + [ + "Ġdyn", + "amic" + ], + [ + "Ġdynam", + "ic" + ], + [ + "R", + "A" + ], + [ + "Ġ", + "stations" + ], + [ + "Ġst", + "ations" + ], + [ + "Ġstat", + "ions" + ], + [ + "Ġstation", + "s" + ], + [ + "Ġdi", + "etary" + ], + [ + "Ġdiet", + "ary" + ], + [ + "Ġanaly", + "ze" + ], + [ + "Ġprom", + "inent" + ], + [ + "Ġ", + "bees" + ], + [ + "Ġb", + "ees" + ], + [ + "Ġbe", + "es" + ], + [ + "Ġbee", + "s" + ], + [ + "Ġ", + "nice" + ], + [ + "Ġn", + "ice" + ], + [ + "Ġnic", + "e" + ], + [ + "Ġni", + "ce" + ], + [ + "Ġ", + "Lar" + ], + [ + "ĠL", + "ar" + ], + [ + "ĠLa", + "r" + ], + [ + "Ġf", + "lows" + ], + [ + "Ġfl", + "ows" + ], + [ + "Ġflow", + "s" + ], + [ + "Ġflo", + "ws" + ], + [ + "pt", + "ions" + ], + [ + "ption", + "s" + ], + [ + "Ġsus", + "cept" + ], + [ + "r", + "ade" + ], + [ + "ra", + "de" + ], + [ + "rad", + "e" + ], + [ + "Ġc", + "aught" + ], + [ + "Ġca", + "ught" + ], + [ + "ĠS", + "und" + ], + [ + "ĠSu", + "nd" + ], + [ + "ĠSun", + "d" + ], + [ + "u", + "ality" + ], + [ + "ual", + "ity" + ], + [ + "Ġh", + "osp" + ], + [ + "Ġho", + "sp" + ], + [ + "Ġfunction", + "ing" + ], + [ + "Ġpan", + "els" + ], + [ + "Ġpanel", + "s" + ], + [ + "Ġpa", + "nels" + ], + [ + "Ġpane", + "ls" + ], + [ + "Ġ", + "aged" + ], + [ + "Ġa", + "ged" + ], + [ + "Ġag", + "ed" + ], + [ + "Ġage", + "d" + ], + [ + "e", + "ness" + ], + [ + "en", + "ess" + ], + [ + "ene", + "ss" + ], + [ + "enes", + "s" + ], + [ + "Ġ", + "abilities" + ], + [ + "Ġab", + "ilities" + ], + [ + "ak", + "istan" + ], + [ + "aki", + "stan" + ], + [ + "akis", + "tan" + ], + [ + "Ġdec", + "reased" + ], + [ + "Ġdecre", + "ased" + ], + [ + "Ġdecrease", + "d" + ], + [ + "p", + "lete" + ], + [ + "pl", + "ete" + ], + [ + "ple", + "te" + ], + [ + "plet", + "e" + ], + [ + "Ġm", + "ixture" + ], + [ + "Ġmixt", + "ure" + ], + [ + "Ġ", + "paragraph" + ], + [ + "Ġpar", + "agraph" + ], + [ + "Ġpara", + "graph" + ], + [ + "Ġ", + "inn" + ], + [ + "Ġin", + "n" + ], + [ + "Ġi", + "nn" + ], + [ + "Ġprogram", + "me" + ], + [ + "Ġass", + "ume" + ], + [ + "Ġassum", + "e" + ], + [ + "on", + "tal" + ], + [ + "ont", + "al" + ], + [ + "F", + "igure" + ], + [ + "Fig", + "ure" + ], + [ + "Ġ", + "Ins" + ], + [ + "ĠI", + "ns" + ], + [ + "ĠIn", + "s" + ], + [ + "ĠInd", + "ians" + ], + [ + "ĠIndia", + "ns" + ], + [ + "ĠIndian", + "s" + ], + [ + "Ġw", + "orst" + ], + [ + "Ġwor", + "st" + ], + [ + "Ġwors", + "t" + ], + [ + "Ġbat", + "teries" + ], + [ + "Ġbatt", + "eries" + ], + [ + "Ġbatter", + "ies" + ], + [ + "Ġsub", + "sequent" + ], + [ + "Ġsubsequ", + "ent" + ], + [ + "Ġ", + "thermal" + ], + [ + "Ġth", + "ermal" + ], + [ + "Ġther", + "mal" + ], + [ + "Ġtherm", + "al" + ], + [ + "Ġn", + "either" + ], + [ + "Ġne", + "ither" + ], + [ + "Ġ", + "Hill" + ], + [ + "ĠH", + "ill" + ], + [ + "ĠHi", + "ll" + ], + [ + "ĠHil", + "l" + ], + [ + "Ġ", + "heads" + ], + [ + "Ġh", + "eads" + ], + [ + "Ġhe", + "ads" + ], + [ + "Ġhead", + "s" + ], + [ + "Ġ", + "Moreover" + ], + [ + "ĠMore", + "over" + ], + [ + "Ġp", + "rotective" + ], + [ + "Ġprot", + "ective" + ], + [ + "Ġprotect", + "ive" + ], + [ + "Ġprote", + "ctive" + ], + [ + "Ġ", + "phosph" + ], + [ + "Ġph", + "osph" + ], + [ + "Ġexc", + "iting" + ], + [ + "Ġexcit", + "ing" + ], + [ + "Ġ", + "Super" + ], + [ + "ĠS", + "uper" + ], + [ + "ĠSu", + "per" + ], + [ + "ĠSup", + "er" + ], + [ + "Ġens", + "uring" + ], + [ + "Ġ", + "Ohio" + ], + [ + "ĠOh", + "io" + ], + [ + "Ġf", + "ats" + ], + [ + "Ġfat", + "s" + ], + [ + "Ġfa", + "ts" + ], + [ + "o", + "ga" + ], + [ + "og", + "a" + ], + [ + "us", + "tain" + ], + [ + "ust", + "ain" + ], + [ + "Ġ", + "Try" + ], + [ + "ĠT", + "ry" + ], + [ + "ĠTr", + "y" + ], + [ + "Ġre", + "aching" + ], + [ + "Ġreach", + "ing" + ], + [ + "Ġ", + "alph" + ], + [ + "Ġal", + "ph" + ], + [ + "Ġalp", + "h" + ], + [ + "Ġdet", + "ected" + ], + [ + "Ġdetect", + "ed" + ], + [ + "Ġc", + "ash" + ], + [ + "Ġca", + "sh" + ], + [ + "Ġcas", + "h" + ], + [ + "r", + "ance" + ], + [ + "ra", + "nce" + ], + [ + "ran", + "ce" + ], + [ + "Ġrev", + "eal" + ], + [ + "Ġreve", + "al" + ], + [ + "Ġstreng", + "then" + ], + [ + "Ġstrength", + "en" + ], + [ + "P", + "re" + ], + [ + "Pr", + "e" + ], + [ + "Ġin", + "equ" + ], + [ + "Ġine", + "qu" + ], + [ + "per", + "or" + ], + [ + "pe", + "ror" + ], + [ + "U", + "N" + ], + [ + "i", + "ral" + ], + [ + "ir", + "al" + ], + [ + "ira", + "l" + ], + [ + "Ġass", + "igned" + ], + [ + "Ġassign", + "ed" + ], + [ + "Ġequ", + "ally" + ], + [ + "Ġequal", + "ly" + ], + [ + "on", + "ym" + ], + [ + "ony", + "m" + ], + [ + "Ġ", + "Among" + ], + [ + "ĠA", + "mong" + ], + [ + "ĠAm", + "ong" + ], + [ + "Ġe", + "norm" + ], + [ + "Ġen", + "orm" + ], + [ + "Ġen", + "ables" + ], + [ + "Ġenable", + "s" + ], + [ + "Ġenab", + "les" + ], + [ + "Ġhard", + "ware" + ], + [ + "u", + "its" + ], + [ + "uit", + "s" + ], + [ + "ui", + "ts" + ], + [ + "Ġ", + "Find" + ], + [ + "ĠF", + "ind" + ], + [ + "ĠFin", + "d" + ], + [ + "ĠFi", + "nd" + ], + [ + "Ġt", + "ong" + ], + [ + "Ġto", + "ng" + ], + [ + "Ġton", + "g" + ], + [ + "Ġplan", + "ets" + ], + [ + "Ġplanet", + "s" + ], + [ + "Ġplane", + "ts" + ], + [ + "Ġpla", + "nets" + ], + [ + "un", + "icip" + ], + [ + "am", + "ics" + ], + [ + "amic", + "s" + ], + [ + "ami", + "cs" + ], + [ + "Ġp", + "roved" + ], + [ + "Ġpro", + "ved" + ], + [ + "Ġprov", + "ed" + ], + [ + "Ġpr", + "oved" + ], + [ + "Ġprove", + "d" + ], + [ + "-", + "G" + ], + [ + "Ġd", + "ating" + ], + [ + "Ġdat", + "ing" + ], + [ + "Ġda", + "ting" + ], + [ + "Ġ", + "Reading" + ], + [ + "ĠRe", + "ading" + ], + [ + "ĠRead", + "ing" + ], + [ + "Ġf", + "inds" + ], + [ + "Ġfind", + "s" + ], + [ + "Ġfin", + "ds" + ], + [ + "Ġ", + "lie" + ], + [ + "Ġl", + "ie" + ], + [ + "Ġli", + "e" + ], + [ + "Ġ", + "plot" + ], + [ + "Ġp", + "lot" + ], + [ + "Ġpl", + "ot" + ], + [ + "Ġ", + "config" + ], + [ + "Ġcon", + "fig" + ], + [ + "Ġconf", + "ig" + ], + [ + "Ġ", + "Po" + ], + [ + "ĠP", + "o" + ], + [ + "Ġ", + "rab" + ], + [ + "Ġr", + "ab" + ], + [ + "Ġra", + "b" + ], + [ + "Ġ", + "Rom" + ], + [ + "ĠR", + "om" + ], + [ + "ĠRo", + "m" + ], + [ + "Ġc", + "ancers" + ], + [ + "Ġcan", + "cers" + ], + [ + "Ġcancer", + "s" + ], + [ + "Ġcance", + "rs" + ], + [ + "Ġant", + "ioxid" + ], + [ + "Ġanti", + "oxid" + ], + [ + "Ġ", + "Resp" + ], + [ + "ĠR", + "esp" + ], + [ + "ĠRe", + "sp" + ], + [ + "ĠRes", + "p" + ], + [ + "opy", + "right" + ], + [ + "Ġmus", + "ical" + ], + [ + "Ġmusic", + "al" + ], + [ + "Ġ", + "III" + ], + [ + "ĠI", + "II" + ], + [ + "ĠII", + "I" + ], + [ + "Ġdr", + "iven" + ], + [ + "Ġdri", + "ven" + ], + [ + "Ġdrive", + "n" + ], + [ + "Ġheav", + "ily" + ], + [ + "Ġs", + "eat" + ], + [ + "Ġse", + "at" + ], + [ + "Ġsea", + "t" + ], + [ + "Ġ", + "AND" + ], + [ + "ĠA", + "ND" + ], + [ + "ĠAN", + "D" + ], + [ + "a", + "sts" + ], + [ + "as", + "ts" + ], + [ + "ast", + "s" + ], + [ + "Ġl", + "aid" + ], + [ + "Ġla", + "id" + ], + [ + "Ġover", + "come" + ], + [ + "Ġoverc", + "ome" + ], + [ + "Ġ", + "Michigan" + ], + [ + "ĠMich", + "igan" + ], + [ + "b", + "rid" + ], + [ + "br", + "id" + ], + [ + "bri", + "d" + ], + [ + "Ġautom", + "atically" + ], + [ + "Ġauto", + "matically" + ], + [ + "Ġautomatic", + "ally" + ], + [ + "Ġch", + "ances" + ], + [ + "Ġchance", + "s" + ], + [ + "Ġcha", + "nces" + ], + [ + "Ġ", + "Pet" + ], + [ + "ĠP", + "et" + ], + [ + "ĠPe", + "t" + ], + [ + "Ġsuff", + "ered" + ], + [ + "Ġsuffer", + "ed" + ], + [ + "Ġout", + "d" + ], + [ + "Ġou", + "td" + ], + [ + "Ġsub", + "stantial" + ], + [ + "Ġsubstant", + "ial" + ], + [ + "Ġc", + "riminal" + ], + [ + "Ġcrim", + "inal" + ], + [ + "Ġcrimin", + "al" + ], + [ + "S", + "he" + ], + [ + "Sh", + "e" + ], + [ + "Ġex", + "ception" + ], + [ + "Ġexcept", + "ion" + ], + [ + "ĠH", + "ospital" + ], + [ + "ĠHosp", + "ital" + ], + [ + "Ġdef", + "ense" + ], + [ + "Ġhard", + "er" + ], + [ + "Ġhar", + "der" + ], + [ + "Ġg", + "ases" + ], + [ + "Ġgas", + "es" + ], + [ + "Ġga", + "ses" + ], + [ + "a", + "no" + ], + [ + "an", + "o" + ], + [ + "Ġ", + "Scotland" + ], + [ + "ĠScot", + "land" + ], + [ + "H", + "S" + ], + [ + "Ġ", + "editor" + ], + [ + "Ġed", + "itor" + ], + [ + "Ġedit", + "or" + ], + [ + "E", + "E" + ], + [ + "Ġc", + "ooling" + ], + [ + "Ġco", + "oling" + ], + [ + "Ġcool", + "ing" + ], + [ + "is", + "tical" + ], + [ + "ist", + "ical" + ], + [ + "istic", + "al" + ], + [ + "Ġtechn", + "ological" + ], + [ + "Ġmanufact", + "urers" + ], + [ + "Ġmanufacture", + "rs" + ], + [ + "Ġmanufacturer", + "s" + ], + [ + "Ġ", + "phrase" + ], + [ + "Ġph", + "rase" + ], + [ + "Ġphr", + "ase" + ], + [ + "Ġtradition", + "s" + ], + [ + "Ġtrad", + "itions" + ], + [ + "it", + "ure" + ], + [ + "itu", + "re" + ], + [ + "Ġh", + "erb" + ], + [ + "Ġher", + "b" + ], + [ + "Ġl", + "aser" + ], + [ + "Ġla", + "ser" + ], + [ + "Ġlas", + "er" + ], + [ + "o", + "ured" + ], + [ + "ou", + "red" + ], + [ + "our", + "ed" + ], + [ + "om", + "mun" + ], + [ + "omm", + "un" + ], + [ + "b", + "ridge" + ], + [ + "br", + "idge" + ], + [ + "brid", + "ge" + ], + [ + "Ġste", + "am" + ], + [ + "Ġke", + "eps" + ], + [ + "Ġkeep", + "s" + ], + [ + "Ġag", + "ents" + ], + [ + "Ġagent", + "s" + ], + [ + "Ġconsider", + "able" + ], + [ + "Ġconsid", + "erable" + ], + [ + "Ġinter", + "pre" + ], + [ + "Ġinterp", + "re" + ], + [ + "Ġ", + "Pop" + ], + [ + "ĠP", + "op" + ], + [ + "ĠPo", + "p" + ], + [ + "Ġdis", + "ability" + ], + [ + "Ġsent", + "ences" + ], + [ + "Ġsentence", + "s" + ], + [ + "Ġt", + "ob" + ], + [ + "Ġto", + "b" + ], + [ + "Ġex", + "clus" + ], + [ + "Ġexc", + "lus" + ], + [ + "Ġ", + "Angel" + ], + [ + "ĠAn", + "gel" + ], + [ + "ĠAng", + "el" + ], + [ + "Ġ", + "Organization" + ], + [ + "ĠOrgan", + "ization" + ], + [ + "Ġ", + "button" + ], + [ + "Ġb", + "utton" + ], + [ + "Ġbut", + "ton" + ], + [ + "Ġbutt", + "on" + ], + [ + "ers", + "onal" + ], + [ + "erson", + "al" + ], + [ + "Ġex", + "ceed" + ], + [ + "Ġexc", + "eed" + ], + [ + "Ġl", + "ens" + ], + [ + "Ġle", + "ns" + ], + [ + "Ġlen", + "s" + ], + [ + "ur", + "ning" + ], + [ + "urn", + "ing" + ], + [ + "Ġprov", + "iders" + ], + [ + "Ġprovid", + "ers" + ], + [ + "Ġprovide", + "rs" + ], + [ + "Ġprovider", + "s" + ], + [ + "Ġdem", + "ands" + ], + [ + "Ġdemand", + "s" + ], + [ + "Ġc", + "otton" + ], + [ + "Ġcott", + "on" + ], + [ + "Ġcot", + "ton" + ], + [ + "Al", + "so" + ], + [ + "Ġst", + "ability" + ], + [ + "Ġstabil", + "ity" + ], + [ + "Ġstab", + "ility" + ], + [ + "Ġwith", + "d" + ], + [ + "Ġ", + "Men" + ], + [ + "ĠM", + "en" + ], + [ + "ĠMe", + "n" + ], + [ + "ul", + "ating" + ], + [ + "ula", + "ting" + ], + [ + "Ġcardi", + "ovascular" + ], + [ + "Ġcardio", + "vascular" + ], + [ + "Ġ", + "Cast" + ], + [ + "ĠC", + "ast" + ], + [ + "ĠCa", + "st" + ], + [ + "ĠCas", + "t" + ], + [ + "Ġ", + "guard" + ], + [ + "Ġgu", + "ard" + ], + [ + "-", + "known" + ], + [ + "-k", + "nown" + ], + [ + "-know", + "n" + ], + [ + "at", + "ively" + ], + [ + "ative", + "ly" + ], + [ + "Ġ", + "cure" + ], + [ + "Ġc", + "ure" + ], + [ + "Ġcur", + "e" + ], + [ + "Ġcu", + "re" + ], + [ + "a", + "ws" + ], + [ + "aw", + "s" + ], + [ + "s", + "ylvania" + ], + [ + "syl", + "vania" + ], + [ + "Ġcon", + "j" + ], + [ + "Ġsl", + "aves" + ], + [ + "Ġslave", + "s" + ], + [ + "ĠCo", + "ast" + ], + [ + "is", + "co" + ], + [ + "isc", + "o" + ], + [ + "Ġ", + "Protection" + ], + [ + "ĠProt", + "ection" + ], + [ + "ĠProtect", + "ion" + ], + [ + "ĠProte", + "ction" + ], + [ + "Ġtele", + "vision" + ], + [ + "Ġ", + "universal" + ], + [ + "Ġunivers", + "al" + ], + [ + "Ġaccomp", + "an" + ], + [ + "Ġ", + "Less" + ], + [ + "ĠL", + "ess" + ], + [ + "ĠLe", + "ss" + ], + [ + "ĠLes", + "s" + ], + [ + "incol", + "n" + ], + [ + "r", + "ary" + ], + [ + "ra", + "ry" + ], + [ + "rar", + "y" + ], + [ + "Ġ", + "Low" + ], + [ + "ĠL", + "ow" + ], + [ + "ĠLo", + "w" + ], + [ + "Ġ", + "Fund" + ], + [ + "ĠF", + "und" + ], + [ + "ĠFun", + "d" + ], + [ + "ĠFu", + "nd" + ], + [ + "Ġman", + "aging" + ], + [ + "Ġ", + "regardless" + ], + [ + "Ġreg", + "ardless" + ], + [ + "Ġregard", + "less" + ], + [ + "Ġinvest", + "igation" + ], + [ + "Ġinvestig", + "ation" + ], + [ + "ograph", + "ical" + ], + [ + "ographic", + "al" + ], + [ + "r", + "ical" + ], + [ + "ri", + "cal" + ], + [ + "ric", + "al" + ], + [ + "rica", + "l" + ], + [ + "p", + "ling" + ], + [ + "pl", + "ing" + ], + [ + "plin", + "g" + ], + [ + "Ġcons", + "umed" + ], + [ + "Ġconsum", + "ed" + ], + [ + "Ġconsume", + "d" + ], + [ + "Ġdef", + "iciency" + ], + [ + "Ġdefic", + "iency" + ], + [ + "ne", + "ys" + ], + [ + "ney", + "s" + ], + [ + "Ġweak", + "ness" + ], + [ + "Ġrespect", + "ively" + ], + [ + "Ġrespective", + "ly" + ], + [ + "r", + "int" + ], + [ + "ri", + "nt" + ], + [ + "rin", + "t" + ], + [ + "Ġ", + "fuels" + ], + [ + "Ġf", + "uels" + ], + [ + "Ġfuel", + "s" + ], + [ + "Ġfu", + "els" + ], + [ + "Ġ", + "hidden" + ], + [ + "Ġh", + "idden" + ], + [ + "Ġhid", + "den" + ], + [ + "Ġtem", + "ple" + ], + [ + "Ġtemp", + "le" + ], + [ + "Ġeng", + "aging" + ], + [ + "Ġc", + "ort" + ], + [ + "Ġco", + "rt" + ], + [ + "Ġcor", + "t" + ], + [ + "Ġ", + "Arctic" + ], + [ + "ĠAr", + "ctic" + ], + [ + "ĠArc", + "tic" + ], + [ + "Ġpsych", + "ology" + ], + [ + "âĢĶ", + "and" + ], + [ + "âĢĶa", + "nd" + ], + [ + "âĢĶan", + "d" + ], + [ + "Ġ", + "Ð" + ], + [ + "Ġpro", + "hib" + ], + [ + "Ġint", + "roduce" + ], + [ + "Ġintrodu", + "ce" + ], + [ + "Ġ", + "id" + ], + [ + "Ġi", + "d" + ], + [ + "Ġs", + "train" + ], + [ + "Ġst", + "rain" + ], + [ + "Ġstr", + "ain" + ], + [ + "Ġstra", + "in" + ], + [ + "r", + "ot" + ], + [ + "ro", + "t" + ], + [ + "Ġcl", + "ient" + ], + [ + "Ġb", + "acterial" + ], + [ + "Ġbacter", + "ial" + ], + [ + "Ġbacteria", + "l" + ], + [ + "e", + "ping" + ], + [ + "ep", + "ing" + ], + [ + "Ġ", + "Heart" + ], + [ + "ĠHe", + "art" + ], + [ + "ĠHear", + "t" + ], + [ + "A", + "pp" + ], + [ + "Ap", + "p" + ], + [ + "e", + "sted" + ], + [ + "es", + "ted" + ], + [ + "est", + "ed" + ], + [ + "este", + "d" + ], + [ + "a", + "por" + ], + [ + "ap", + "or" + ], + [ + "apo", + "r" + ], + [ + "%", + ")" + ], + [ + "Ġ", + "mir" + ], + [ + "Ġm", + "ir" + ], + [ + "Ġmi", + "r" + ], + [ + "e", + "ga" + ], + [ + "eg", + "a" + ], + [ + "i", + "ma" + ], + [ + "im", + "a" + ], + [ + "Ġ", + "stones" + ], + [ + "Ġs", + "tones" + ], + [ + "Ġst", + "ones" + ], + [ + "Ġstone", + "s" + ], + [ + "Ġston", + "es" + ], + [ + "Ġsto", + "nes" + ], + [ + "Ġ", + "viewed" + ], + [ + "Ġview", + "ed" + ], + [ + "Ġvie", + "wed" + ], + [ + "ber", + "ry" + ], + [ + "Ġ", + "authent" + ], + [ + "Ġaut", + "hent" + ], + [ + "l", + "u" + ], + [ + "Ġ", + "rect" + ], + [ + "Ġre", + "ct" + ], + [ + "Ġr", + "ect" + ], + [ + "Ġrec", + "t" + ], + [ + "Ġ", + "Fire" + ], + [ + "ĠF", + "ire" + ], + [ + "ĠFi", + "re" + ], + [ + "ĠFir", + "e" + ], + [ + "Ġ", + "Boston" + ], + [ + "ĠB", + "oston" + ], + [ + "ĠBo", + "ston" + ], + [ + "ĠBos", + "ton" + ], + [ + "ul", + "pt" + ], + [ + "Ġup", + "dated" + ], + [ + "Ġupd", + "ated" + ], + [ + "Ġupdate", + "d" + ], + [ + "P", + "er" + ], + [ + "Pe", + "r" + ], + [ + "Ġint", + "ensity" + ], + [ + "Ġintens", + "ity" + ], + [ + "u", + "de" + ], + [ + "ud", + "e" + ], + [ + "Ġf", + "alling" + ], + [ + "Ġfall", + "ing" + ], + [ + "Ġfa", + "lling" + ], + [ + "Ġfal", + "ling" + ], + [ + "Ġproduct", + "ivity" + ], + [ + "o", + "cial" + ], + [ + "oc", + "ial" + ], + [ + "oci", + "al" + ], + [ + "ocia", + "l" + ], + [ + "Ġ", + "Furthermore" + ], + [ + "ĠFurther", + "more" + ], + [ + "L", + "ast" + ], + [ + "La", + "st" + ], + [ + "Ġd", + "ance" + ], + [ + "Ġda", + "nce" + ], + [ + "Ġdan", + "ce" + ], + [ + "Ġcon", + "ference" + ], + [ + "Ġconf", + "erence" + ], + [ + "Ġconfer", + "ence" + ], + [ + "Ġar", + "rest" + ], + [ + "Ġarr", + "est" + ], + [ + "-", + "called" + ], + [ + "-c", + "alled" + ], + [ + "-cal", + "led" + ], + [ + "j", + "ust" + ], + [ + "ju", + "st" + ], + [ + "Ġe", + "ase" + ], + [ + "Ġeas", + "e" + ], + [ + "Ġ", + "advent" + ], + [ + "Ġad", + "vent" + ], + [ + "Ġadv", + "ent" + ], + [ + "Ġcommit", + "ment" + ], + [ + "Ġ", + "moderate" + ], + [ + "Ġmod", + "erate" + ], + [ + "Ġmode", + "rate" + ], + [ + "Ġmoder", + "ate" + ], + [ + "elesc", + "ope" + ], + [ + "ele", + "scope" + ], + [ + "Ġcom", + "post" + ], + [ + "Ġcomp", + "ost" + ], + [ + "Ġcompos", + "t" + ], + [ + "Ġtra", + "uma" + ], + [ + "Ġtraum", + "a" + ], + [ + "E", + "ar" + ], + [ + "Ġ", + "dress" + ], + [ + "Ġd", + "ress" + ], + [ + "Ġdr", + "ess" + ], + [ + "Ġdre", + "ss" + ], + [ + "ane", + "ously" + ], + [ + "aneous", + "ly" + ], + [ + "Ġsl", + "ave" + ], + [ + "Ġsatis", + "f" + ], + [ + "o", + "nom" + ], + [ + "on", + "om" + ], + [ + "ono", + "m" + ], + [ + "Ġher", + "itage" + ], + [ + "Ġmat", + "hematical" + ], + [ + "Ġmathemat", + "ical" + ], + [ + "Ġmathematic", + "al" + ], + [ + "Ġe", + "pis" + ], + [ + "Ġep", + "is" + ], + [ + "A", + "A" + ], + [ + "Ġm", + "ountains" + ], + [ + "Ġmount", + "ains" + ], + [ + "Ġmountain", + "s" + ], + [ + "Ġabs", + "ence" + ], + [ + "Ġt", + "obacco" + ], + [ + "Ġtob", + "acco" + ], + [ + "E", + "NT" + ], + [ + "EN", + "T" + ], + [ + "Ġn", + "utrient" + ], + [ + "Ġnutri", + "ent" + ], + [ + "i", + "eval" + ], + [ + "ie", + "val" + ], + [ + "iev", + "al" + ], + [ + "Ġ", + "wheat" + ], + [ + "Ġw", + "heat" + ], + [ + "Ġwh", + "eat" + ], + [ + "Ġwhe", + "at" + ], + [ + "Ġ", + "polar" + ], + [ + "Ġp", + "olar" + ], + [ + "Ġpo", + "lar" + ], + [ + "Ġpol", + "ar" + ], + [ + "Ġquant", + "um" + ], + [ + "Ġ", + "girl" + ], + [ + "Ġg", + "irl" + ], + [ + "Ġgir", + "l" + ], + [ + "a", + "ni" + ], + [ + "an", + "i" + ], + [ + "Ġ", + "Lead" + ], + [ + "ĠL", + "ead" + ], + [ + "ĠLe", + "ad" + ], + [ + "ĠLea", + "d" + ], + [ + "Ġ", + "Grand" + ], + [ + "ĠG", + "rand" + ], + [ + "ĠGra", + "nd" + ], + [ + "ĠGr", + "and" + ], + [ + "ĠGran", + "d" + ], + [ + ".", + "ht" + ], + [ + ".h", + "t" + ], + [ + "Ġw", + "rites" + ], + [ + "Ġwrit", + "es" + ], + [ + "Ġwr", + "ites" + ], + [ + "Ġwrite", + "s" + ], + [ + "Ġ", + "Click" + ], + [ + "ĠC", + "lick" + ], + [ + "ĠCl", + "ick" + ], + [ + "Ġco", + "verage" + ], + [ + "Ġcover", + "age" + ], + [ + "Ġcove", + "rage" + ], + [ + "Be", + "fore" + ], + [ + "Ġinter", + "face" + ], + [ + "Ġinterf", + "ace" + ], + [ + "Ġc", + "oc" + ], + [ + "Ġco", + "c" + ], + [ + "ĠP", + "olic" + ], + [ + "ĠPol", + "ic" + ], + [ + "ĠPo", + "lic" + ], + [ + "Ġj", + "udge" + ], + [ + "Ġjud", + "ge" + ], + [ + "Ġre", + "lie" + ], + [ + "Ġrel", + "ie" + ], + [ + "ans", + "as" + ], + [ + "h", + "ea" + ], + [ + "he", + "a" + ], + [ + "Ġad", + "m" + ], + [ + "i", + "ary" + ], + [ + "ia", + "ry" + ], + [ + "iar", + "y" + ], + [ + "Ġ", + "forming" + ], + [ + "Ġfor", + "ming" + ], + [ + "Ġform", + "ing" + ], + [ + "Ġc", + "ough" + ], + [ + "Ġco", + "ugh" + ], + [ + "Ġcou", + "gh" + ], + [ + "Ġwebs", + "ites" + ], + [ + "Ġwebsite", + "s" + ], + [ + "Ġ", + "Sup" + ], + [ + "ĠS", + "up" + ], + [ + "ĠSu", + "p" + ], + [ + "Ġpe", + "oples" + ], + [ + "Ġpeople", + "s" + ], + [ + "Ġover", + "whel" + ], + [ + "Ġoverw", + "hel" + ], + [ + "Ġmere", + "ly" + ], + [ + "Ġinit", + "iative" + ], + [ + "Ġiniti", + "ative" + ], + [ + "Ġ", + "Cho" + ], + [ + "ĠC", + "ho" + ], + [ + "ĠCh", + "o" + ], + [ + "iz", + "abeth" + ], + [ + "iza", + "beth" + ], + [ + "it", + "ory" + ], + [ + "itor", + "y" + ], + [ + "ito", + "ry" + ], + [ + "Ġdes", + "ert" + ], + [ + "ĠP", + "arty" + ], + [ + "ĠPar", + "ty" + ], + [ + "ĠPart", + "y" + ], + [ + "Ġr", + "hyth" + ], + [ + "Ġrhy", + "th" + ], + [ + "Ġrh", + "yth" + ], + [ + "N", + "ote" + ], + [ + "No", + "te" + ], + [ + "Not", + "e" + ], + [ + "Ġad", + "verse" + ], + [ + "Ġadvers", + "e" + ], + [ + "at", + "ial" + ], + [ + "ati", + "al" + ], + [ + "atia", + "l" + ], + [ + "p", + "rint" + ], + [ + "pr", + "int" + ], + [ + "o", + "tal" + ], + [ + "ot", + "al" + ], + [ + "ota", + "l" + ], + [ + "Ġ", + "finger" + ], + [ + "Ġf", + "inger" + ], + [ + "Ġfin", + "ger" + ], + [ + "Ġfing", + "er" + ], + [ + "Ġconc", + "luded" + ], + [ + "Ġconclud", + "ed" + ], + [ + "Ġconclude", + "d" + ], + [ + "Ġcont", + "ribution" + ], + [ + "Ġcontribut", + "ion" + ], + [ + "p", + "tom" + ], + [ + "pt", + "om" + ], + [ + "P", + "art" + ], + [ + "Par", + "t" + ], + [ + "Pa", + "rt" + ], + [ + "Ġpres", + "erve" + ], + [ + "Ġpreserv", + "e" + ], + [ + "Ġs", + "take" + ], + [ + "Ġst", + "ake" + ], + [ + "Ġsta", + "ke" + ], + [ + "Ġcere", + "mon" + ], + [ + "Ġcer", + "emon" + ], + [ + "Ġint", + "ent" + ], + [ + "Ġ", + "Lib" + ], + [ + "ĠL", + "ib" + ], + [ + "ĠLi", + "b" + ], + [ + "Ġf", + "arms" + ], + [ + "Ġfar", + "ms" + ], + [ + "Ġfarm", + "s" + ], + [ + "Ġc", + "ord" + ], + [ + "Ġco", + "rd" + ], + [ + "Ġcor", + "d" + ], + [ + "e", + "sh" + ], + [ + "es", + "h" + ], + [ + "Ġ", + "Mult" + ], + [ + "ĠM", + "ult" + ], + [ + "ĠMu", + "lt" + ], + [ + "ĠMul", + "t" + ], + [ + "Ġacc", + "ommod" + ], + [ + "e", + "ut" + ], + [ + "eu", + "t" + ], + [ + "Ġ", + "Gr" + ], + [ + "ĠG", + "r" + ], + [ + "Ġ", + "Heb" + ], + [ + "ĠH", + "eb" + ], + [ + "ĠHe", + "b" + ], + [ + "Ġ", + "Jeff" + ], + [ + "ĠJ", + "eff" + ], + [ + "ĠJe", + "ff" + ], + [ + "Ġm", + "others" + ], + [ + "Ġmot", + "hers" + ], + [ + "Ġmother", + "s" + ], + [ + "Ġmo", + "thers" + ], + [ + "Ġmoth", + "ers" + ], + [ + "U", + "nder" + ], + [ + "Un", + "der" + ], + [ + "Und", + "er" + ], + [ + "th", + "eless" + ], + [ + "the", + "less" + ], + [ + "thel", + "ess" + ], + [ + "Ġhorm", + "ones" + ], + [ + "Ġhormone", + "s" + ], + [ + "Ġcomp", + "ens" + ], + [ + "Ġin", + "habit" + ], + [ + "Ġinh", + "abit" + ], + [ + "Ġinhab", + "it" + ], + [ + "at", + "hered" + ], + [ + "ath", + "ered" + ], + [ + "ather", + "ed" + ], + [ + "athe", + "red" + ], + [ + "athere", + "d" + ], + [ + "Ġ", + "Unfortunately" + ], + [ + "ĠUn", + "fortunately" + ], + [ + "Ġ", + "Without" + ], + [ + "ĠWith", + "out" + ], + [ + "C", + "H" + ], + [ + "Ġconcer", + "ning" + ], + [ + "Ġconc", + "erning" + ], + [ + "Ġconcern", + "ing" + ], + [ + "-", + "res" + ], + [ + "-re", + "s" + ], + [ + "-r", + "es" + ], + [ + "Ġ", + "Sign" + ], + [ + "ĠS", + "ign" + ], + [ + "ĠSi", + "gn" + ], + [ + "ĠSig", + "n" + ], + [ + "oc", + "olate" + ], + [ + "ocol", + "ate" + ], + [ + "oco", + "late" + ], + [ + "Ġm", + "igration" + ], + [ + "Ġmig", + "ration" + ], + [ + "Ġ", + "Georgia" + ], + [ + "ĠGe", + "orgia" + ], + [ + "ĠGeorg", + "ia" + ], + [ + "ĠGeor", + "gia" + ], + [ + "Ġcont", + "ainer" + ], + [ + "Ġcontain", + "er" + ], + [ + "Ġ", + "Liter" + ], + [ + "ĠL", + "iter" + ], + [ + "ĠLi", + "ter" + ], + [ + "ĠLit", + "er" + ], + [ + "Ġis", + "olated" + ], + [ + "Ġisol", + "ated" + ], + [ + "Ġisolate", + "d" + ], + [ + "Ġiso", + "lated" + ], + [ + "a", + "cent" + ], + [ + "ac", + "ent" + ], + [ + "ace", + "nt" + ], + [ + "Ġ", + "Johnson" + ], + [ + "ĠJohn", + "son" + ], + [ + "ĠJohns", + "on" + ], + [ + "Ġe", + "lected" + ], + [ + "Ġelect", + "ed" + ], + [ + "Ġel", + "ected" + ], + [ + "Ġb", + "omb" + ], + [ + "Ġbo", + "mb" + ], + [ + "Ġbom", + "b" + ], + [ + "Ġu", + "rine" + ], + [ + "Ġur", + "ine" + ], + [ + "or", + "ted" + ], + [ + "ort", + "ed" + ], + [ + "Ġ", + "Online" + ], + [ + "ĠOn", + "line" + ], + [ + "Ġext", + "end" + ], + [ + "Ġe", + "ru" + ], + [ + "Ġer", + "u" + ], + [ + "l", + "ines" + ], + [ + "line", + "s" + ], + [ + "lin", + "es" + ], + [ + "li", + "nes" + ], + [ + "Ġident", + "ification" + ], + [ + "Ġcust", + "omer" + ], + [ + "Ġcustom", + "er" + ], + [ + "o", + "type" + ], + [ + "ot", + "ype" + ], + [ + "otyp", + "e" + ], + [ + "oty", + "pe" + ], + [ + "Ġec", + "osystems" + ], + [ + "Ġecosystem", + "s" + ], + [ + "Ġeco", + "systems" + ], + [ + "ment", + "ia" + ], + [ + "Ġ", + "Down" + ], + [ + "ĠD", + "own" + ], + [ + "ĠDo", + "wn" + ], + [ + "ĠDow", + "n" + ], + [ + "B", + "T" + ], + [ + "Ġ", + "Finally" + ], + [ + "ĠF", + "inally" + ], + [ + "ĠFin", + "ally" + ], + [ + "ĠFinal", + "ly" + ], + [ + "et", + "ary" + ], + [ + "eta", + "ry" + ], + [ + "Ġp", + "la" + ], + [ + "Ġpl", + "a" + ], + [ + "Ġcap", + "abilities" + ], + [ + "k", + "et" + ], + [ + "ke", + "t" + ], + [ + "ar", + "b" + ], + [ + "u", + "gg" + ], + [ + "ug", + "g" + ], + [ + "Ġ", + "quiet" + ], + [ + "Ġqu", + "iet" + ], + [ + "Ġqui", + "et" + ], + [ + "u", + "ber" + ], + [ + "ub", + "er" + ], + [ + "ube", + "r" + ], + [ + "i", + "sted" + ], + [ + "is", + "ted" + ], + [ + "ist", + "ed" + ], + [ + "iste", + "d" + ], + [ + "cycl", + "op" + ], + [ + "as", + "ant" + ], + [ + "asa", + "nt" + ], + [ + "asan", + "t" + ], + [ + "y", + "thon" + ], + [ + "yth", + "on" + ], + [ + "yt", + "hon" + ], + [ + "er", + "b" + ], + [ + "Ġf", + "lexible" + ], + [ + "Ġflex", + "ible" + ], + [ + "Ġ", + "IT" + ], + [ + "ĠI", + "T" + ], + [ + "Ġ", + "spots" + ], + [ + "Ġs", + "pots" + ], + [ + "Ġsp", + "ots" + ], + [ + "Ġspot", + "s" + ], + [ + "Ġspo", + "ts" + ], + [ + "Ġ", + "Pennsylvania" + ], + [ + "ĠPenn", + "sylvania" + ], + [ + "Ġconsider", + "ation" + ], + [ + "Ġconsid", + "eration" + ], + [ + "u", + "ting" + ], + [ + "ut", + "ing" + ], + [ + "uti", + "ng" + ], + [ + "Ġad", + "diction" + ], + [ + "Ġadd", + "iction" + ], + [ + "Ġaddict", + "ion" + ], + [ + "Ġ", + "tip" + ], + [ + "Ġt", + "ip" + ], + [ + "Ġti", + "p" + ], + [ + "Ġbel", + "ieves" + ], + [ + "Ġbelie", + "ves" + ], + [ + "Ġbelieve", + "s" + ], + [ + "Ġexpl", + "oration" + ], + [ + "Ġexplo", + "ration" + ], + [ + "Ġexplor", + "ation" + ], + [ + "Ġ", + "mg" + ], + [ + "Ġm", + "g" + ], + [ + "Ġt", + "umor" + ], + [ + "Ġtum", + "or" + ], + [ + "Ġtu", + "mor" + ], + [ + "O", + "M" + ], + [ + "Ġquant", + "ity" + ], + [ + "Ġdef", + "end" + ], + [ + "Ġdefe", + "nd" + ], + [ + "r", + "ize" + ], + [ + "ri", + "ze" + ], + [ + "riz", + "e" + ], + [ + "Ġ", + "watching" + ], + [ + "Ġw", + "atching" + ], + [ + "Ġwatch", + "ing" + ], + [ + "Ġwat", + "ching" + ], + [ + "a", + "li" + ], + [ + "al", + "i" + ], + [ + "Ġn", + "arrative" + ], + [ + "Ġnarr", + "ative" + ], + [ + "Ġnar", + "rative" + ], + [ + "Ġc", + "attle" + ], + [ + "Ġcat", + "tle" + ], + [ + "o", + "genic" + ], + [ + "og", + "enic" + ], + [ + "ogen", + "ic" + ], + [ + "oge", + "nic" + ], + [ + "Ġex", + "haust" + ], + [ + "Ġexh", + "aust" + ], + [ + "Ġd", + "rivers" + ], + [ + "Ġdr", + "ivers" + ], + [ + "Ġdri", + "vers" + ], + [ + "Ġdrive", + "rs" + ], + [ + "Ġdriver", + "s" + ], + [ + "Ġ", + "versions" + ], + [ + "Ġvers", + "ions" + ], + [ + "Ġversion", + "s" + ], + [ + "Ġa", + "imed" + ], + [ + "Ġaim", + "ed" + ], + [ + "Ġai", + "med" + ], + [ + "Ġs", + "izes" + ], + [ + "Ġsize", + "s" + ], + [ + "Ġsi", + "zes" + ], + [ + "o", + "therapy" + ], + [ + "ot", + "herapy" + ], + [ + "othe", + "rapy" + ], + [ + "otherap", + "y" + ], + [ + "Ġad", + "olesc" + ], + [ + "Ġ", + "Conservation" + ], + [ + "ĠCons", + "ervation" + ], + [ + "ĠConserv", + "ation" + ], + [ + "Ġcor", + "rel" + ], + [ + "Ġres", + "id" + ], + [ + "Ġ", + "Pot" + ], + [ + "ĠP", + "ot" + ], + [ + "ĠPo", + "t" + ], + [ + "Ġ", + "Ven" + ], + [ + "ĠV", + "en" + ], + [ + "ĠVe", + "n" + ], + [ + "Ġwonder", + "ful" + ], + [ + "Ġc", + "alling" + ], + [ + "Ġca", + "lling" + ], + [ + "Ġcall", + "ing" + ], + [ + "Ġcal", + "ling" + ], + [ + "w", + "ords" + ], + [ + "word", + "s" + ], + [ + "Ġ", + "Survey" + ], + [ + "ĠSur", + "vey" + ], + [ + "ĠSurv", + "ey" + ], + [ + "ĠSurve", + "y" + ], + [ + "Ġfocus", + "ing" + ], + [ + "Ġ", + "lymph" + ], + [ + "Ġl", + "ymph" + ], + [ + "Ġly", + "mph" + ], + [ + "Ġ", + "Est" + ], + [ + "ĠE", + "st" + ], + [ + "ĠEs", + "t" + ], + [ + "Ġg", + "rains" + ], + [ + "Ġgra", + "ins" + ], + [ + "Ġgr", + "ains" + ], + [ + "Ġgrain", + "s" + ], + [ + "es", + "ium" + ], + [ + "esi", + "um" + ], + [ + "rol", + "led" + ], + [ + "roll", + "ed" + ], + [ + "on", + "omic" + ], + [ + "onom", + "ic" + ], + [ + "ono", + "mic" + ], + [ + ".g", + "ov" + ], + [ + "Ġ", + "claimed" + ], + [ + "Ġclaim", + "ed" + ], + [ + "hold", + "ers" + ], + [ + "holder", + "s" + ], + [ + "hol", + "ders" + ], + [ + "Ġexper", + "imental" + ], + [ + "Ġexperim", + "ental" + ], + [ + "Ġexperiment", + "al" + ], + [ + "Ġt", + "ap" + ], + [ + "Ġta", + "p" + ], + [ + "Ġst", + "yles" + ], + [ + "Ġstyle", + "s" + ], + [ + "Ġstyl", + "es" + ], + [ + "Ġsty", + "les" + ], + [ + "Ġ", + "Wall" + ], + [ + "ĠW", + "all" + ], + [ + "ĠWal", + "l" + ], + [ + "ĠWa", + "ll" + ], + [ + "Ġch", + "annel" + ], + [ + "Ġchann", + "el" + ], + [ + "Ġ", + "les" + ], + [ + "Ġl", + "es" + ], + [ + "Ġle", + "s" + ], + [ + "Ġun", + "iform" + ], + [ + "ĠK", + "orea" + ], + [ + "ĠKore", + "a" + ], + [ + "ĠKor", + "ea" + ], + [ + "ĠKo", + "rea" + ], + [ + "Ġdis", + "abilities" + ], + [ + "Ġ", + "colonial" + ], + [ + "Ġcol", + "onial" + ], + [ + "Ġcolon", + "ial" + ], + [ + "am", + "ps" + ], + [ + "amp", + "s" + ], + [ + "Ġin", + "sight" + ], + [ + "Ġins", + "ight" + ], + [ + "(", + "s" + ], + [ + "i", + "lla" + ], + [ + "il", + "la" + ], + [ + "ill", + "a" + ], + [ + "el", + "fare" + ], + [ + "elf", + "are" + ], + [ + "f", + "orest" + ], + [ + "fore", + "st" + ], + [ + "for", + "est" + ], + [ + "fo", + "rest" + ], + [ + "Ġ", + "Note" + ], + [ + "ĠN", + "ote" + ], + [ + "ĠNo", + "te" + ], + [ + "ĠNot", + "e" + ], + [ + "r", + "uit" + ], + [ + "ru", + "it" + ], + [ + "Ġlit", + "erary" + ], + [ + "Ġliter", + "ary" + ], + [ + ")", + "|Ċ" + ], + [ + "Ġ", + "sodium" + ], + [ + "Ġs", + "odium" + ], + [ + "Ġsod", + "ium" + ], + [ + "Ġ", + "faces" + ], + [ + "Ġf", + "aces" + ], + [ + "Ġfac", + "es" + ], + [ + "Ġface", + "s" + ], + [ + "Ġfa", + "ces" + ], + [ + "m", + "m" + ], + [ + "Ġde", + "script" + ], + [ + "Ġdes", + "cript" + ], + [ + "Ġdesc", + "ript" + ], + [ + "ar", + "bon" + ], + [ + "arb", + "on" + ], + [ + "L", + "e" + ], + [ + "Ġad", + "vis" + ], + [ + "Ġadv", + "is" + ], + [ + "a", + "zon" + ], + [ + "az", + "on" + ], + [ + "azo", + "n" + ], + [ + "Ġvar", + "iation" + ], + [ + "Ġvari", + "ation" + ], + [ + "d", + "f" + ], + [ + "Ġmet", + "als" + ], + [ + "Ġmetal", + "s" + ], + [ + "Ġmeta", + "ls" + ], + [ + "Ġ", + "Colorado" + ], + [ + "ĠColor", + "ado" + ], + [ + "ĠColo", + "rado" + ], + [ + "g", + "ence" + ], + [ + "ge", + "nce" + ], + [ + "gen", + "ce" + ], + [ + "Ġaud", + "io" + ], + [ + "Ġaudi", + "o" + ], + [ + "Ġ", + "gravity" + ], + [ + "Ġg", + "ravity" + ], + [ + "Ġgra", + "vity" + ], + [ + "Ġgr", + "avity" + ], + [ + "Ġgrav", + "ity" + ], + [ + "Ġobs", + "ervation" + ], + [ + "Ġobserv", + "ation" + ], + [ + "Ġobser", + "vation" + ], + [ + "i", + "mm" + ], + [ + "im", + "m" + ], + [ + "Ġdefin", + "itely" + ], + [ + "Ġdefinite", + "ly" + ], + [ + "al", + "ities" + ], + [ + "ali", + "ties" + ], + [ + "a", + "wn" + ], + [ + "aw", + "n" + ], + [ + "Ġt", + "ack" + ], + [ + "Ġta", + "ck" + ], + [ + "Ġtac", + "k" + ], + [ + "Ġ", + "Never" + ], + [ + "ĠN", + "ever" + ], + [ + "ĠNe", + "ver" + ], + [ + "ĠNev", + "er" + ], + [ + "Ġ", + "Lo" + ], + [ + "ĠL", + "o" + ], + [ + "Ġqu", + "arter" + ], + [ + "Ġquar", + "ter" + ], + [ + "Ġquart", + "er" + ], + [ + "Ġ", + "Author" + ], + [ + "ĠAut", + "hor" + ], + [ + "ĠAu", + "thor" + ], + [ + "Ġ", + "emphasis" + ], + [ + "Ġem", + "phasis" + ], + [ + "Ġemphas", + "is" + ], + [ + "Ġemph", + "asis" + ], + [ + "Ġ", + "Ly" + ], + [ + "ĠL", + "y" + ], + [ + "Ġemer", + "ging" + ], + [ + "Ġ", + "Current" + ], + [ + "ĠC", + "urrent" + ], + [ + "ĠCur", + "rent" + ], + [ + "W", + "here" + ], + [ + "Wh", + "ere" + ], + [ + "o", + "li" + ], + [ + "ol", + "i" + ], + [ + "ad", + "vant" + ], + [ + "adv", + "ant" + ], + [ + "Ġg", + "ast" + ], + [ + "Ġgas", + "t" + ], + [ + "Ġga", + "st" + ], + [ + "Ġd", + "ramatic" + ], + [ + "Ġdra", + "matic" + ], + [ + "Ġdram", + "atic" + ], + [ + "Ġdrama", + "tic" + ], + [ + "Ġ", + "vertical" + ], + [ + "Ġver", + "tical" + ], + [ + "Ġvert", + "ical" + ], + [ + "Ġ", + "Light" + ], + [ + "ĠL", + "ight" + ], + [ + "ĠLig", + "ht" + ], + [ + "Ġem", + "otion" + ], + [ + "Ġemot", + "ion" + ], + [ + "Ġ", + "availability" + ], + [ + "Ġav", + "ailability" + ], + [ + "Ġavail", + "ability" + ], + [ + "Ġ", + "Pakistan" + ], + [ + "ĠP", + "akistan" + ], + [ + "ĠPak", + "istan" + ], + [ + "v", + "in" + ], + [ + "vi", + "n" + ], + [ + "Ġvar", + "iations" + ], + [ + "Ġvari", + "ations" + ], + [ + "Ġvariation", + "s" + ], + [ + "Ġel", + "der" + ], + [ + "Ġeld", + "er" + ], + [ + "Ġ", + "vel" + ], + [ + "Ġv", + "el" + ], + [ + "Ġve", + "l" + ], + [ + "]", + "." + ], + [ + "Ġ", + "Princ" + ], + [ + "ĠPr", + "inc" + ], + [ + "ĠPri", + "nc" + ], + [ + "ic", + "ted" + ], + [ + "ict", + "ed" + ], + [ + "\"", + ".Ċ" + ], + [ + "\".", + "Ċ" + ], + [ + "j", + "o" + ], + [ + "Ġgr", + "anted" + ], + [ + "Ġgrant", + "ed" + ], + [ + "Ġgran", + "ted" + ], + [ + "/", + "p" + ], + [ + "e", + "tte" + ], + [ + "et", + "te" + ], + [ + "ett", + "e" + ], + [ + "Ġtrans", + "lation" + ], + [ + "Ġtransl", + "ation" + ], + [ + "Ġphys", + "ically" + ], + [ + "Ġphysical", + "ly" + ], + [ + "Ġphysic", + "ally" + ], + [ + "Ġjo", + "ints" + ], + [ + "Ġjoint", + "s" + ], + [ + "Ġjoin", + "ts" + ], + [ + "Ġac", + "quired" + ], + [ + "Ġacqu", + "ired" + ], + [ + "Ġacquire", + "d" + ], + [ + "Ġ", + "regulation" + ], + [ + "Ġreg", + "ulation" + ], + [ + "Ġregul", + "ation" + ], + [ + "Ġdr", + "inks" + ], + [ + "Ġdrink", + "s" + ], + [ + "o", + "uds" + ], + [ + "ou", + "ds" + ], + [ + "oud", + "s" + ], + [ + "Ġre", + "sil" + ], + [ + "Ġres", + "il" + ], + [ + "in", + "du" + ], + [ + "ind", + "u" + ], + [ + "Ġ", + "Queen" + ], + [ + "ĠQu", + "een" + ], + [ + "ĠQue", + "en" + ], + [ + "r", + "equ" + ], + [ + "re", + "qu" + ], + [ + "E", + "d" + ], + [ + "Ġcom", + "prom" + ], + [ + "Ġcomp", + "rom" + ], + [ + "en", + "ger" + ], + [ + "eng", + "er" + ], + [ + "enge", + "r" + ], + [ + "U", + "sing" + ], + [ + "Us", + "ing" + ], + [ + "e", + "or" + ], + [ + "eo", + "r" + ], + [ + "Ġsp", + "ray" + ], + [ + "Ġspr", + "ay" + ], + [ + "Ġ", + "Ut" + ], + [ + "ĠU", + "t" + ], + [ + "Ġman", + "ager" + ], + [ + "Ġmanage", + "r" + ], + [ + "Ġcont", + "ributed" + ], + [ + "Ġcontribut", + "ed" + ], + [ + "Ġcontribute", + "d" + ], + [ + "Ġt", + "rick" + ], + [ + "Ġtr", + "ick" + ], + [ + "Ġtri", + "ck" + ], + [ + "Ġtric", + "k" + ], + [ + "Ġcre", + "atures" + ], + [ + "Ġcreat", + "ures" + ], + [ + "Ġcreature", + "s" + ], + [ + "Ġ", + "mine" + ], + [ + "Ġm", + "ine" + ], + [ + "Ġmin", + "e" + ], + [ + "Ġmi", + "ne" + ], + [ + "it", + "arian" + ], + [ + "ita", + "rian" + ], + [ + "itar", + "ian" + ], + [ + "Ġs", + "wit" + ], + [ + "Ġsw", + "it" + ], + [ + "Ġex", + "hibit" + ], + [ + "Ġexhib", + "it" + ], + [ + "Ġh", + "unting" + ], + [ + "Ġhunt", + "ing" + ], + [ + "Ġhun", + "ting" + ], + [ + "M", + "P" + ], + [ + "y", + "r" + ], + [ + "Ġ", + "pH" + ], + [ + "Ġp", + "H" + ], + [ + "Ġinter", + "pretation" + ], + [ + "Ġinterpret", + "ation" + ], + [ + "Ġ", + "lists" + ], + [ + "Ġl", + "ists" + ], + [ + "Ġlist", + "s" + ], + [ + "Ġli", + "sts" + ], + [ + "Ġlis", + "ts" + ], + [ + "Ġ", + "lock" + ], + [ + "Ġl", + "ock" + ], + [ + "Ġloc", + "k" + ], + [ + "Ġlo", + "ck" + ], + [ + "a", + "pping" + ], + [ + "ap", + "ping" + ], + [ + "app", + "ing" + ], + [ + "u", + "set" + ], + [ + "us", + "et" + ], + [ + "use", + "t" + ], + [ + "Ġar", + "gue" + ], + [ + "Ġarg", + "ue" + ], + [ + "Ġargu", + "e" + ], + [ + "Ġfat", + "igue" + ], + [ + "Ġfatig", + "ue" + ], + [ + "Ġ", + "hence" + ], + [ + "Ġh", + "ence" + ], + [ + "Ġhe", + "nce" + ], + [ + "Ġhen", + "ce" + ], + [ + "Ġ", + "Method" + ], + [ + "ĠM", + "ethod" + ], + [ + "ĠMe", + "thod" + ], + [ + "ĠMeth", + "od" + ], + [ + "o", + "metry" + ], + [ + "om", + "etry" + ], + [ + "ome", + "try" + ], + [ + "omet", + "ry" + ], + [ + "qu", + "ir" + ], + [ + "qui", + "r" + ], + [ + "Ġperson", + "ality" + ], + [ + "Ġpersonal", + "ity" + ], + [ + "Ġdig", + "estive" + ], + [ + "Ġdigest", + "ive" + ], + [ + "Ġpup", + "ils" + ], + [ + "Ġpupil", + "s" + ], + [ + "i", + "vest" + ], + [ + "ive", + "st" + ], + [ + "iv", + "est" + ], + [ + "ives", + "t" + ], + [ + "Ġinter", + "ventions" + ], + [ + "Ġintervention", + "s" + ], + [ + "Ġsepar", + "ated" + ], + [ + "Ġseparate", + "d" + ], + [ + "Ġachie", + "vement" + ], + [ + "Ġachieve", + "ment" + ], + [ + "Ġs", + "ensor" + ], + [ + "Ġsens", + "or" + ], + [ + "Ġsen", + "sor" + ], + [ + "i", + "at" + ], + [ + "ia", + "t" + ], + [ + "Ġp", + "ets" + ], + [ + "Ġpe", + "ts" + ], + [ + "Ġpet", + "s" + ], + [ + "Ġd", + "ense" + ], + [ + "Ġden", + "se" + ], + [ + "Ġdens", + "e" + ], + [ + "Ġ", + "Assess" + ], + [ + "ĠAss", + "ess" + ], + [ + "Ġ", + "thread" + ], + [ + "Ġth", + "read" + ], + [ + "Ġthr", + "ead" + ], + [ + "Ġ", + "Help" + ], + [ + "ĠHel", + "p" + ], + [ + "Ġa", + "live" + ], + [ + "Ġal", + "ive" + ], + [ + "Ġali", + "ve" + ], + [ + "Ġ", + "clock" + ], + [ + "Ġc", + "lock" + ], + [ + "Ġcl", + "ock" + ], + [ + "Ġclo", + "ck" + ], + [ + "Ġadd", + "ressed" + ], + [ + "Ġaddress", + "ed" + ], + [ + "it", + "ual" + ], + [ + "itu", + "al" + ], + [ + "Ġcon", + "qu" + ], + [ + "ass", + "ium" + ], + [ + "assi", + "um" + ], + [ + "Ġh", + "oliday" + ], + [ + "Ġholid", + "ay" + ], + [ + "Ġhol", + "iday" + ], + [ + "i", + "cular" + ], + [ + "ic", + "ular" + ], + [ + "icul", + "ar" + ], + [ + "Ġ", + "perm" + ], + [ + "Ġp", + "erm" + ], + [ + "Ġper", + "m" + ], + [ + "Ġpe", + "rm" + ], + [ + "i", + "va" + ], + [ + "iv", + "a" + ], + [ + "Ġ", + "transmit" + ], + [ + "Ġtrans", + "mit" + ], + [ + "Ġtransm", + "it" + ], + [ + "Ġ", + "Three" + ], + [ + "ĠTh", + "ree" + ], + [ + "Ġpro", + "fit" + ], + [ + "Ġprof", + "it" + ], + [ + "a", + "mi" + ], + [ + "am", + "i" + ], + [ + "Ġp", + "rey" + ], + [ + "Ġpre", + "y" + ], + [ + "Ġpr", + "ey" + ], + [ + "Ġimprove", + "ments" + ], + [ + "Ġimprovement", + "s" + ], + [ + "Ġb", + "iodiversity" + ], + [ + "Ġbio", + "diversity" + ], + [ + "Ġbiod", + "iversity" + ], + [ + "Ġsafe", + "ly" + ], + [ + "Ġ", + "Play" + ], + [ + "ĠP", + "lay" + ], + [ + "ĠPl", + "ay" + ], + [ + "us", + "etts" + ], + [ + "uset", + "ts" + ], + [ + "ach", + "usetts" + ], + [ + "achus", + "etts" + ], + [ + "Ġ", + "orb" + ], + [ + "Ġor", + "b" + ], + [ + "Ġset", + "tlement" + ], + [ + "Ġsett", + "lement" + ], + [ + "Ġsettle", + "ment" + ], + [ + "Ġ", + "Sand" + ], + [ + "ĠS", + "and" + ], + [ + "ĠSan", + "d" + ], + [ + "ĠSa", + "nd" + ], + [ + "Ġill", + "egal" + ], + [ + "Ġille", + "gal" + ], + [ + "Ġilleg", + "al" + ], + [ + "Ġil", + "legal" + ], + [ + "a", + "lm" + ], + [ + "al", + "m" + ], + [ + "Ġ", + "nuts" + ], + [ + "Ġn", + "uts" + ], + [ + "Ġnut", + "s" + ], + [ + "Ġnu", + "ts" + ], + [ + "Ġ", + "buried" + ], + [ + "Ġbu", + "ried" + ], + [ + "Ġbur", + "ied" + ], + [ + "Ġtax", + "es" + ], + [ + "Ġta", + "xes" + ], + [ + "h", + "us" + ], + [ + "hu", + "s" + ], + [ + "Ġ", + "Four" + ], + [ + "ĠF", + "our" + ], + [ + "ĠFou", + "r" + ], + [ + "ĠFo", + "ur" + ], + [ + "Ġk", + "illing" + ], + [ + "Ġkill", + "ing" + ], + [ + "Ġkil", + "ling" + ], + [ + "Ġki", + "lling" + ], + [ + "Ġ", + "ecological" + ], + [ + "Ġec", + "ological" + ], + [ + "Ġ", + "ye" + ], + [ + "Ġy", + "e" + ], + [ + "U", + "se" + ], + [ + "Us", + "e" + ], + [ + "Ġt", + "error" + ], + [ + "Ġter", + "ror" + ], + [ + "Ġterr", + "or" + ], + [ + "Ġ", + "grades" + ], + [ + "Ġg", + "rades" + ], + [ + "Ġgra", + "des" + ], + [ + "Ġgr", + "ades" + ], + [ + "Ġgrade", + "s" + ], + [ + "Ġgrad", + "es" + ], + [ + "Ġpain", + "ful" + ], + [ + "Ġ", + "fires" + ], + [ + "Ġf", + "ires" + ], + [ + "Ġfire", + "s" + ], + [ + "Ġfir", + "es" + ], + [ + "Ġfi", + "res" + ], + [ + "Ġ", + "Top" + ], + [ + "ĠT", + "op" + ], + [ + "ĠTo", + "p" + ], + [ + "Ġcons", + "erv" + ], + [ + "Ġ", + "fisher" + ], + [ + "Ġf", + "isher" + ], + [ + "Ġfish", + "er" + ], + [ + "Ġ", + "flying" + ], + [ + "Ġf", + "lying" + ], + [ + "Ġfl", + "ying" + ], + [ + "Ġfly", + "ing" + ], + [ + "o", + "ls" + ], + [ + "ol", + "s" + ], + [ + "Ġs", + "cr" + ], + [ + "Ġsc", + "r" + ], + [ + "Ġwe", + "igh" + ], + [ + "Ġs", + "ched" + ], + [ + "Ġsc", + "hed" + ], + [ + "Ġsch", + "ed" + ], + [ + "Ġsche", + "d" + ], + [ + "e", + "ries" + ], + [ + "er", + "ies" + ], + [ + "erie", + "s" + ], + [ + "eri", + "es" + ], + [ + "Ġ", + "Business" + ], + [ + "ĠB", + "usiness" + ], + [ + "ĠBus", + "iness" + ], + [ + "Ġc", + "ann" + ], + [ + "Ġcan", + "n" + ], + [ + "Ġca", + "nn" + ], + [ + "Ġ", + "Jo" + ], + [ + "ĠJ", + "o" + ], + [ + "Ġ", + "Obs" + ], + [ + "ĠO", + "bs" + ], + [ + "ĠOb", + "s" + ], + [ + "Ġconcent", + "rations" + ], + [ + "Ġconcentration", + "s" + ], + [ + "Ġ", + "spoken" + ], + [ + "Ġsp", + "oken" + ], + [ + "Ġspok", + "en" + ], + [ + "Ġspoke", + "n" + ], + [ + "Ġspo", + "ken" + ], + [ + "r", + "ison" + ], + [ + "ri", + "son" + ], + [ + "ris", + "on" + ], + [ + "Ġd", + "airy" + ], + [ + "Ġda", + "iry" + ], + [ + "Ġdair", + "y" + ], + [ + "Ġ", + "Oper" + ], + [ + "ĠO", + "per" + ], + [ + "ĠOp", + "er" + ], + [ + "b", + "ooks" + ], + [ + "bo", + "oks" + ], + [ + "book", + "s" + ], + [ + "Ġman", + "ifest" + ], + [ + "Ġmanif", + "est" + ], + [ + "ful", + "ness" + ], + [ + "Ã", + "¶" + ], + [ + "l", + "ete" + ], + [ + "le", + "te" + ], + [ + "let", + "e" + ], + [ + "Ġsum", + "mary" + ], + [ + "Ġsummar", + "y" + ], + [ + "Ġsumm", + "ary" + ], + [ + "ir", + "th" + ], + [ + "irt", + "h" + ], + [ + "Ġinf", + "ants" + ], + [ + "Ġinfant", + "s" + ], + [ + "Ġsc", + "ores" + ], + [ + "Ġscore", + "s" + ], + [ + "Ġscor", + "es" + ], + [ + "Ġ", + "shoot" + ], + [ + "Ġs", + "hoot" + ], + [ + "Ġsh", + "oot" + ], + [ + "Ġsho", + "ot" + ], + [ + "Ġveget", + "ation" + ], + [ + "Ġ", + "Laboratory" + ], + [ + "ĠLabor", + "atory" + ], + [ + "Ġdem", + "ocracy" + ], + [ + "Ġdemocr", + "acy" + ], + [ + "Ġdemo", + "cracy" + ], + [ + "Ġs", + "ustainability" + ], + [ + "Ġsustain", + "ability" + ], + [ + "Ġ", + "reverse" + ], + [ + "Ġre", + "verse" + ], + [ + "Ġr", + "everse" + ], + [ + "Ġrevers", + "e" + ], + [ + "Ġrever", + "se" + ], + [ + "Ġper", + "forming" + ], + [ + "Ġperform", + "ing" + ], + [ + "Ġperfor", + "ming" + ], + [ + "E", + "ach" + ], + [ + "z", + "ym" + ], + [ + "zy", + "m" + ], + [ + "Ġs", + "ensitivity" + ], + [ + "Ġsens", + "itivity" + ], + [ + "Ġsensit", + "ivity" + ], + [ + "-", + "century" + ], + [ + "-cent", + "ury" + ], + [ + "l", + "ishing" + ], + [ + "lish", + "ing" + ], + [ + "lis", + "hing" + ], + [ + "Ġ", + "communications" + ], + [ + "Ġcommun", + "ications" + ], + [ + "Ġcommunication", + "s" + ], + [ + "Ġcommunic", + "ations" + ], + [ + "Ġbound", + "aries" + ], + [ + "Ġ", + "ol" + ], + [ + "Ġo", + "l" + ], + [ + "ce", + "ans" + ], + [ + "cean", + "s" + ], + [ + "cea", + "ns" + ], + [ + "Ġ", + "classified" + ], + [ + "Ġclass", + "ified" + ], + [ + "i", + "ac" + ], + [ + "ia", + "c" + ], + [ + "Ġent", + "ertain" + ], + [ + "Ġenter", + "tain" + ], + [ + "Ġfe", + "els" + ], + [ + "Ġfeel", + "s" + ], + [ + "Ġfee", + "ls" + ], + [ + "Ġ", + "Kids" + ], + [ + "ĠK", + "ids" + ], + [ + "ĠKid", + "s" + ], + [ + "ĠKi", + "ds" + ], + [ + "Ġde", + "vast" + ], + [ + "Ġdev", + "ast" + ], + [ + "Ġ", + "Secret" + ], + [ + "ĠSec", + "ret" + ], + [ + "Ġ", + "ven" + ], + [ + "Ġv", + "en" + ], + [ + "Ġve", + "n" + ], + [ + "Ġ", + "Jul" + ], + [ + "ĠJ", + "ul" + ], + [ + "ĠJu", + "l" + ], + [ + "Ġ", + "Dutch" + ], + [ + "ĠD", + "utch" + ], + [ + "Ġt", + "ick" + ], + [ + "Ġti", + "ck" + ], + [ + "Ġtic", + "k" + ], + [ + "Ġ", + "TO" + ], + [ + "ĠT", + "O" + ], + [ + "an", + "ger" + ], + [ + "ang", + "er" + ], + [ + "ange", + "r" + ], + [ + "Ġequ", + "ation" + ], + [ + "a", + "del" + ], + [ + "ad", + "el" + ], + [ + "ade", + "l" + ], + [ + "n", + "ight" + ], + [ + "Ġ", + "neutral" + ], + [ + "Ġne", + "utral" + ], + [ + "Ġneut", + "ral" + ], + [ + "Ġneutr", + "al" + ], + [ + "Ġhy", + "gien" + ], + [ + "Ġhyg", + "ien" + ], + [ + "Ġ", + "lip" + ], + [ + "Ġl", + "ip" + ], + [ + "Ġli", + "p" + ], + [ + "Ġsoc", + "ieties" + ], + [ + "Ġinvest", + "igate" + ], + [ + "Ġinvestig", + "ate" + ], + [ + "Ġ", + "balanced" + ], + [ + "Ġbal", + "anced" + ], + [ + "Ġbalance", + "d" + ], + [ + "Ġexp", + "anded" + ], + [ + "Ġexpand", + "ed" + ], + [ + "u", + "ten" + ], + [ + "ut", + "en" + ], + [ + "ute", + "n" + ], + [ + "Ġem", + "bra" + ], + [ + "Ġemb", + "ra" + ], + [ + "Ġpo", + "etry" + ], + [ + "Ġpoet", + "ry" + ], + [ + "Ġ", + "Similar" + ], + [ + "ĠS", + "imilar" + ], + [ + "ĠSim", + "ilar" + ], + [ + "Ġsc", + "ulpt" + ], + [ + "e", + "ma" + ], + [ + "em", + "a" + ], + [ + "Ġ", + "Dou" + ], + [ + "ĠD", + "ou" + ], + [ + "ĠDo", + "u" + ], + [ + "ec", + "ific" + ], + [ + "Ġm", + "yst" + ], + [ + "Ġmy", + "st" + ], + [ + "Ġmys", + "t" + ], + [ + "Ġ", + "fellow" + ], + [ + "Ġf", + "ellow" + ], + [ + "Ġfell", + "ow" + ], + [ + "Ġfel", + "low" + ], + [ + "as", + "hes" + ], + [ + "ash", + "es" + ], + [ + "Ġ", + "Tom" + ], + [ + "ĠT", + "om" + ], + [ + "ĠTo", + "m" + ], + [ + "e", + "cess" + ], + [ + "ec", + "ess" + ], + [ + "eces", + "s" + ], + [ + "Ġ", + "aging" + ], + [ + "Ġa", + "ging" + ], + [ + "Ġag", + "ing" + ], + [ + "Ġ", + "Imm" + ], + [ + "ĠI", + "mm" + ], + [ + "ĠIm", + "m" + ], + [ + "Ġa", + "gent" + ], + [ + "Ġag", + "ent" + ], + [ + "Ġage", + "nt" + ], + [ + "Ġw", + "ider" + ], + [ + "Ġwide", + "r" + ], + [ + "Ġwid", + "er" + ], + [ + "Ġwi", + "der" + ], + [ + "Ġexpect", + "ations" + ], + [ + "Ġexpectation", + "s" + ], + [ + "ive", + "stock" + ], + [ + "ivest", + "ock" + ], + [ + "an", + "eous" + ], + [ + "ane", + "ous" + ], + [ + "Ġir", + "rig" + ], + [ + "Ġ", + "graduate" + ], + [ + "Ġgra", + "duate" + ], + [ + "Ġgradu", + "ate" + ], + [ + "Ġgrad", + "uate" + ], + [ + "Ġcoun", + "sel" + ], + [ + "Ġcon", + "vert" + ], + [ + "Ġconver", + "t" + ], + [ + "Ġconv", + "ert" + ], + [ + "Ġconve", + "rt" + ], + [ + "Ġexec", + "utive" + ], + [ + "Ġexecut", + "ive" + ], + [ + "Ġ", + "Islam" + ], + [ + "ĠIs", + "lam" + ], + [ + "ĠIsl", + "am" + ], + [ + "ĠIsla", + "m" + ], + [ + "T", + "P" + ], + [ + "Ġ", + "gum" + ], + [ + "Ġg", + "um" + ], + [ + "Ġgu", + "m" + ], + [ + "-", + "a" + ], + [ + "Ġ", + "representation" + ], + [ + "Ġrepresent", + "ation" + ], + [ + "Ġre", + "porting" + ], + [ + "Ġrep", + "orting" + ], + [ + "Ġreport", + "ing" + ], + [ + "Ġ", + "lighting" + ], + [ + "Ġl", + "ighting" + ], + [ + "Ġlight", + "ing" + ], + [ + "Ġpro", + "ceed" + ], + [ + "Ġproc", + "eed" + ], + [ + "Ġst", + "opped" + ], + [ + "Ġstop", + "ped" + ], + [ + "Ġsto", + "pped" + ], + [ + ":", + "||" + ], + [ + "Ġcharacter", + "istic" + ], + [ + "Ġ", + "ranging" + ], + [ + "Ġr", + "anging" + ], + [ + "Ġran", + "ging" + ], + [ + "Ġrang", + "ing" + ], + [ + "ĠRet", + "rieved" + ], + [ + "ĠRetrie", + "ved" + ], + [ + "Ġ", + "Pen" + ], + [ + "ĠP", + "en" + ], + [ + "ĠPe", + "n" + ], + [ + "ult", + "ural" + ], + [ + "Ġs", + "aving" + ], + [ + "Ġsa", + "ving" + ], + [ + "Ġsav", + "ing" + ], + [ + "Ġ", + "spinal" + ], + [ + "Ġsp", + "inal" + ], + [ + "Ġspin", + "al" + ], + [ + "Ġspina", + "l" + ], + [ + "Ġspi", + "nal" + ], + [ + "Ġloss", + "es" + ], + [ + "Ġlos", + "ses" + ], + [ + "Ġ", + "Hand" + ], + [ + "ĠH", + "and" + ], + [ + "ĠHa", + "nd" + ], + [ + "ĠHan", + "d" + ], + [ + "i", + "pe" + ], + [ + "ip", + "e" + ], + [ + "h", + "ire" + ], + [ + "hi", + "re" + ], + [ + "hir", + "e" + ], + [ + "Ġspace", + "craft" + ], + [ + "Ġspac", + "ecraft" + ], + [ + "b", + "ean" + ], + [ + "be", + "an" + ], + [ + "at", + "ter" + ], + [ + "att", + "er" + ], + [ + "Ġ", + "Ice" + ], + [ + "ĠI", + "ce" + ], + [ + "ĠIc", + "e" + ], + [ + "H", + "ist" + ], + [ + "His", + "t" + ], + [ + "Hi", + "st" + ], + [ + "Ġper", + "ception" + ], + [ + "Ġperce", + "ption" + ], + [ + "Ġpercept", + "ion" + ], + [ + "a", + "ren" + ], + [ + "ar", + "en" + ], + [ + "are", + "n" + ], + [ + "Ġ", + "Lincoln" + ], + [ + "ĠL", + "incoln" + ], + [ + "Ġ", + "Er" + ], + [ + "ĠE", + "r" + ], + [ + "Ġmark", + "eting" + ], + [ + "Ġmarket", + "ing" + ], + [ + "Ġ", + "evil" + ], + [ + "Ġe", + "vil" + ], + [ + "Ġev", + "il" + ], + [ + "Ġ", + "Wildlife" + ], + [ + "ĠWild", + "life" + ], + [ + "Ġdifferent", + "ly" + ], + [ + "Ġdiffer", + "ently" + ], + [ + "Ġ", + "gly" + ], + [ + "Ġg", + "ly" + ], + [ + "Ġgl", + "y" + ], + [ + "r", + "icted" + ], + [ + "ric", + "ted" + ], + [ + "rict", + "ed" + ], + [ + "Ġ", + "abstract" + ], + [ + "Ġab", + "stract" + ], + [ + "Ġabst", + "ract" + ], + [ + "Ġd", + "imens" + ], + [ + "Ġdi", + "mens" + ], + [ + "Ġdim", + "ens" + ], + [ + "Ġdime", + "ns" + ], + [ + "Ġoffic", + "ers" + ], + [ + "Ġoffice", + "rs" + ], + [ + "Ġofficer", + "s" + ], + [ + "Ġju", + "ice" + ], + [ + "ir", + "ms" + ], + [ + "irm", + "s" + ], + [ + "Ġ", + "Cat" + ], + [ + "ĠC", + "at" + ], + [ + "ĠCa", + "t" + ], + [ + "Ġ", + "Ur" + ], + [ + "ĠU", + "r" + ], + [ + "Ġc", + "once" + ], + [ + "Ġcon", + "ce" + ], + [ + "Ġco", + "nce" + ], + [ + "Ġconc", + "e" + ], + [ + "Ġthreat", + "ened" + ], + [ + "Ġthreaten", + "ed" + ], + [ + "Ġ", + "ordinary" + ], + [ + "Ġord", + "inary" + ], + [ + "Ġordin", + "ary" + ], + [ + "e", + "ting" + ], + [ + "et", + "ing" + ], + [ + "eti", + "ng" + ], + [ + "etin", + "g" + ], + [ + "Ġsub", + "stit" + ], + [ + "Ġsubst", + "it" + ], + [ + "Ġsubs", + "tit" + ], + [ + "A", + "re" + ], + [ + "Ar", + "e" + ], + [ + "o", + "mers" + ], + [ + "om", + "ers" + ], + [ + "ome", + "rs" + ], + [ + "omer", + "s" + ], + [ + "ĠL", + "in" + ], + [ + "ĠLi", + "n" + ], + [ + "Ġparam", + "eters" + ], + [ + "Ġparameter", + "s" + ], + [ + "Ġpara", + "meters" + ], + [ + "o", + "urse" + ], + [ + "our", + "se" + ], + [ + "ours", + "e" + ], + [ + "C", + "ons" + ], + [ + "Con", + "s" + ], + [ + "Co", + "ns" + ], + [ + "i", + "stant" + ], + [ + "ist", + "ant" + ], + [ + "istan", + "t" + ], + [ + "ista", + "nt" + ], + [ + "Ġvis", + "ited" + ], + [ + "Ġvisit", + "ed" + ], + [ + "Ġenorm", + "ous" + ], + [ + "Ġ", + "tens" + ], + [ + "Ġt", + "ens" + ], + [ + "Ġte", + "ns" + ], + [ + "Ġten", + "s" + ], + [ + "Ġ", + "AR" + ], + [ + "ĠA", + "R" + ], + [ + "H", + "A" + ], + [ + "Ġsim", + "ult" + ], + [ + "Ġsi", + "mult" + ], + [ + "Ġ", + "scope" + ], + [ + "Ġsc", + "ope" + ], + [ + "Ġabs", + "orb" + ], + [ + "Ġabsor", + "b" + ], + [ + "u", + "ther" + ], + [ + "ut", + "her" + ], + [ + "uth", + "er" + ], + [ + "Ġ", + "chap" + ], + [ + "Ġch", + "ap" + ], + [ + "Ġcha", + "p" + ], + [ + "a", + "sy" + ], + [ + "as", + "y" + ], + [ + "Ġat", + "oms" + ], + [ + "Ġatom", + "s" + ], + [ + "Ġbl", + "eeding" + ], + [ + "Ġble", + "eding" + ], + [ + "Ġbleed", + "ing" + ], + [ + "Ġ", + "Way" + ], + [ + "ĠW", + "ay" + ], + [ + "ĠWa", + "y" + ], + [ + "Ġ", + "Dev" + ], + [ + "ĠD", + "ev" + ], + [ + "ĠDe", + "v" + ], + [ + "Ġp", + "uzz" + ], + [ + "Ġpu", + "zz" + ], + [ + "Ġ", + "Sir" + ], + [ + "ĠS", + "ir" + ], + [ + "ĠSi", + "r" + ], + [ + "Ġ", + "Blue" + ], + [ + "ĠBl", + "ue" + ], + [ + "ĠBlu", + "e" + ], + [ + "ĠHaw", + "ai" + ], + [ + "Ġ", + "fur" + ], + [ + "Ġf", + "ur" + ], + [ + "Ġfu", + "r" + ], + [ + "Ġs", + "olving" + ], + [ + "Ġsol", + "ving" + ], + [ + "Ġ", + "Ep" + ], + [ + "ĠE", + "p" + ], + [ + "ad", + "ow" + ], + [ + "ado", + "w" + ], + [ + "s", + "or" + ], + [ + "so", + "r" + ], + [ + "Ġhum", + "anity" + ], + [ + "Ġhuman", + "ity" + ], + [ + "s", + "emb" + ], + [ + "se", + "mb" + ], + [ + "sem", + "b" + ], + [ + "Ġ", + "haven" + ], + [ + "Ġh", + "aven" + ], + [ + "Ġha", + "ven" + ], + [ + "Ġhave", + "n" + ], + [ + "Ġ", + "Avoid" + ], + [ + "ĠAv", + "oid" + ], + [ + "Ġ", + "EPA" + ], + [ + "ĠE", + "PA" + ], + [ + "ĠEP", + "A" + ], + [ + "Ġre", + "moving" + ], + [ + "Ġrem", + "oving" + ], + [ + "Ġremov", + "ing" + ], + [ + "Ġnutrition", + "al" + ], + [ + "Ġnutrit", + "ional" + ], + [ + "Ġ", + "throat" + ], + [ + "Ġth", + "roat" + ], + [ + "Ġthro", + "at" + ], + [ + "Ġt", + "ribes" + ], + [ + "Ġtri", + "bes" + ], + [ + "Ġtrib", + "es" + ], + [ + "Ġtribe", + "s" + ], + [ + "Ġlow", + "est" + ], + [ + "Ġlo", + "west" + ], + [ + "Ġwa", + "iting" + ], + [ + "Ġwait", + "ing" + ], + [ + "Ġhousehold", + "s" + ], + [ + "Ġam", + "pl" + ], + [ + "Ġamp", + "l" + ], + [ + "Ġsh", + "aped" + ], + [ + "Ġshape", + "d" + ], + [ + "Ġshap", + "ed" + ], + [ + "Ġ", + "Hebrew" + ], + [ + "ĠHe", + "brew" + ], + [ + "ĠHeb", + "rew" + ], + [ + "ĠHebr", + "ew" + ], + [ + "Ġs", + "hed" + ], + [ + "Ġsh", + "ed" + ], + [ + "Ġshe", + "d" + ], + [ + "Ġ", + "orange" + ], + [ + "Ġo", + "range" + ], + [ + "Ġor", + "ange" + ], + [ + "Ġorang", + "e" + ], + [ + "Ġ", + "behavioral" + ], + [ + "Ġbe", + "havioral" + ], + [ + "Ġbehavior", + "al" + ], + [ + "Ġbehavi", + "oral" + ], + [ + "Ġsymbol", + "s" + ], + [ + "Ġsymb", + "ols" + ], + [ + "Â", + "®" + ], + [ + "Ġ", + "Star" + ], + [ + "ĠS", + "tar" + ], + [ + "ĠSt", + "ar" + ], + [ + "ĠSta", + "r" + ], + [ + "Ġthere", + "by" + ], + [ + "as", + "ting" + ], + [ + "ast", + "ing" + ], + [ + "en", + "dar" + ], + [ + "end", + "ar" + ], + [ + "enda", + "r" + ], + [ + "Ġcol", + "onies" + ], + [ + "Ġcolon", + "ies" + ], + [ + "Ġc", + "ub" + ], + [ + "Ġcu", + "b" + ], + [ + "a", + "o" + ], + [ + "-", + "con" + ], + [ + "-c", + "on" + ], + [ + "-co", + "n" + ], + [ + "e", + "rally" + ], + [ + "er", + "ally" + ], + [ + "eral", + "ly" + ], + [ + "Ġs", + "essions" + ], + [ + "Ġsession", + "s" + ], + [ + "Ġsess", + "ions" + ], + [ + "Ġatt", + "ach" + ], + [ + "Ġper", + "mission" + ], + [ + "Ġperm", + "ission" + ], + [ + "ĠC", + "ir" + ], + [ + "ĠCi", + "r" + ], + [ + "Ġ", + "Corn" + ], + [ + "ĠC", + "orn" + ], + [ + "ĠCo", + "rn" + ], + [ + "ĠCor", + "n" + ], + [ + "Ġ", + "Pur" + ], + [ + "ĠP", + "ur" + ], + [ + "ĠPu", + "r" + ], + [ + "Ġp", + "riority" + ], + [ + "Ġprior", + "ity" + ], + [ + "Ġpriorit", + "y" + ], + [ + "Ġpri", + "ority" + ], + [ + "Ġpriori", + "ty" + ], + [ + "Ġ", + "craft" + ], + [ + "Ġc", + "raft" + ], + [ + "Ġcr", + "aft" + ], + [ + "Ġcra", + "ft" + ], + [ + "Ġwould", + "n" + ], + [ + "Ġ", + "boat" + ], + [ + "Ġbo", + "at" + ], + [ + "Ġ", + "telling" + ], + [ + "Ġt", + "elling" + ], + [ + "Ġte", + "lling" + ], + [ + "Ġtell", + "ing" + ], + [ + "Ġtel", + "ling" + ], + [ + "Ġ", + "ears" + ], + [ + "Ġe", + "ars" + ], + [ + "Ġear", + "s" + ], + [ + "Ġhabit", + "ats" + ], + [ + "Ġhabitat", + "s" + ], + [ + "Ġexpert", + "ise" + ], + [ + "Ġre", + "markable" + ], + [ + "Ġremark", + "able" + ], + [ + "Ġd", + "irected" + ], + [ + "Ġdirect", + "ed" + ], + [ + "Ġdir", + "ected" + ], + [ + "Ġ", + "Ask" + ], + [ + "ĠA", + "sk" + ], + [ + "ĠAs", + "k" + ], + [ + "Ġdirect", + "ions" + ], + [ + "Ġdirection", + "s" + ], + [ + "Ġdire", + "ctions" + ], + [ + "Ġdir", + "ections" + ], + [ + "Ġ", + "AM" + ], + [ + "ĠA", + "M" + ], + [ + "a", + "virus" + ], + [ + "av", + "irus" + ], + [ + "avi", + "rus" + ], + [ + "avir", + "us" + ], + [ + "Ġass", + "ociate" + ], + [ + "Ġassoci", + "ate" + ], + [ + "Ġas", + "sets" + ], + [ + "Ġass", + "ets" + ], + [ + "Ġasse", + "ts" + ], + [ + "Ġasset", + "s" + ], + [ + "J", + "ust" + ], + [ + "Ġd", + "uration" + ], + [ + "Ġdu", + "ration" + ], + [ + "Ġdur", + "ation" + ], + [ + "Ã", + "¢" + ], + [ + "ĠSup", + "reme" + ], + [ + "Ġ", + "Back" + ], + [ + "ĠB", + "ack" + ], + [ + "ĠBa", + "ck" + ], + [ + "ĠBac", + "k" + ], + [ + "Ġfore", + "cast" + ], + [ + "Ġ", + "linear" + ], + [ + "Ġline", + "ar" + ], + [ + "Ġlin", + "ear" + ], + [ + "Ġli", + "near" + ], + [ + "Ġreg", + "arded" + ], + [ + "Ġregard", + "ed" + ], + [ + "Ġw", + "earing" + ], + [ + "Ġwe", + "aring" + ], + [ + "Ġwear", + "ing" + ], + [ + "i", + "zers" + ], + [ + "iz", + "ers" + ], + [ + "ize", + "rs" + ], + [ + "izer", + "s" + ], + [ + "Ġ", + "Jac" + ], + [ + "ĠJ", + "ac" + ], + [ + "ĠJa", + "c" + ], + [ + "Ġ", + "ordered" + ], + [ + "Ġor", + "dered" + ], + [ + "Ġorder", + "ed" + ], + [ + "Ġord", + "ered" + ], + [ + "p", + "led" + ], + [ + "pl", + "ed" + ], + [ + "ple", + "d" + ], + [ + "Ġ", + "clay" + ], + [ + "Ġc", + "lay" + ], + [ + "Ġcl", + "ay" + ], + [ + "Ġen", + "tering" + ], + [ + "Ġent", + "ering" + ], + [ + "Ġenter", + "ing" + ], + [ + "Ġgl", + "obe" + ], + [ + "Ġglob", + "e" + ], + [ + "Ġglo", + "be" + ], + [ + "Ġ", + "Harvard" + ], + [ + "ĠHar", + "vard" + ], + [ + "u", + "um" + ], + [ + "uu", + "m" + ], + [ + "Ġ", + "Massachusetts" + ], + [ + "ĠMass", + "achusetts" + ], + [ + "Ġ", + "UV" + ], + [ + "ĠU", + "V" + ], + [ + "Res", + "earchers" + ], + [ + "Research", + "ers" + ], + [ + "Ġ", + "SS" + ], + [ + "ĠS", + "S" + ], + [ + "Ġ", + "Mah" + ], + [ + "ĠM", + "ah" + ], + [ + "ĠMa", + "h" + ], + [ + "Ġin", + "terior" + ], + [ + "Ġint", + "erior" + ], + [ + "Ġinter", + "ior" + ], + [ + "o", + "ons" + ], + [ + "oon", + "s" + ], + [ + "oo", + "ns" + ], + [ + "Ġ", + "owned" + ], + [ + "Ġown", + "ed" + ], + [ + "Ġow", + "ned" + ], + [ + "Ġt", + "rem" + ], + [ + "Ġtr", + "em" + ], + [ + "Ġtre", + "m" + ], + [ + "u", + "nc" + ], + [ + "un", + "c" + ], + [ + "Ġgu", + "ess" + ], + [ + "Ġout", + "break" + ], + [ + "Ġoutbre", + "ak" + ], + [ + "ĠMin", + "ister" + ], + [ + "ĠMini", + "ster" + ], + [ + "Ġunivers", + "ities" + ], + [ + "Ġdevelop", + "s" + ], + [ + "Ġ", + "charged" + ], + [ + "Ġchar", + "ged" + ], + [ + "Ġcharge", + "d" + ], + [ + "Ġl", + "osing" + ], + [ + "Ġlo", + "sing" + ], + [ + "Ġlos", + "ing" + ], + [ + "i", + "zz" + ], + [ + "iz", + "z" + ], + [ + "Ġcl", + "othes" + ], + [ + "Ġcloth", + "es" + ], + [ + "Ġclot", + "hes" + ], + [ + "fl", + "amm" + ], + [ + "Ġpro", + "file" + ], + [ + "Ġprof", + "ile" + ], + [ + "Ġen", + "emy" + ], + [ + "Ġt", + "ongue" + ], + [ + "Ġton", + "gue" + ], + [ + "Ġtong", + "ue" + ], + [ + "Ġ", + "Ver" + ], + [ + "ĠV", + "er" + ], + [ + "ĠVe", + "r" + ], + [ + "Ġlife", + "time" + ], + [ + "Ġlif", + "etime" + ], + [ + "Ġapp", + "lying" + ], + [ + "Ġapply", + "ing" + ], + [ + "Ġappl", + "ying" + ], + [ + "Ġ", + "flash" + ], + [ + "Ġf", + "lash" + ], + [ + "Ġfl", + "ash" + ], + [ + "Ġw", + "isdom" + ], + [ + "Ġwis", + "dom" + ], + [ + "er", + "man" + ], + [ + "erm", + "an" + ], + [ + "erma", + "n" + ], + [ + "Ġcelebr", + "ated" + ], + [ + "Ġcelebrate", + "d" + ], + [ + "Ġceleb", + "rated" + ], + [ + "Ġstreet", + "s" + ], + [ + "Ġstre", + "ets" + ], + [ + "Ġ", + "ham" + ], + [ + "Ġh", + "am" + ], + [ + "Ġha", + "m" + ], + [ + "Ġp", + "ointed" + ], + [ + "Ġpoint", + "ed" + ], + [ + "Ġ", + "ash" + ], + [ + "Ġa", + "sh" + ], + [ + "Ġas", + "h" + ], + [ + "m", + "ia" + ], + [ + "mi", + "a" + ], + [ + "Ġmedic", + "ines" + ], + [ + "Ġmedicine", + "s" + ], + [ + "Ġ", + "pill" + ], + [ + "Ġp", + "ill" + ], + [ + "Ġpi", + "ll" + ], + [ + "Ġpil", + "l" + ], + [ + "i", + "pher" + ], + [ + "ip", + "her" + ], + [ + "iph", + "er" + ], + [ + "Ġrec", + "re" + ], + [ + "usal", + "em" + ], + [ + "usa", + "lem" + ], + [ + "Ġsuper", + "ior" + ], + [ + "Ġsup", + "erior" + ], + [ + "Ġ", + "planted" + ], + [ + "Ġpl", + "anted" + ], + [ + "Ġplan", + "ted" + ], + [ + "Ġplant", + "ed" + ], + [ + "Ġs", + "plit" + ], + [ + "Ġsp", + "lit" + ], + [ + "Ġspl", + "it" + ], + [ + "Ġ", + "ran" + ], + [ + "Ġr", + "an" + ], + [ + "Ġra", + "n" + ], + [ + "Ġ", + "HT" + ], + [ + "ĠH", + "T" + ], + [ + "Ġ", + "verb" + ], + [ + "Ġv", + "erb" + ], + [ + "Ġver", + "b" + ], + [ + "Ġso", + "ils" + ], + [ + "Ġsoil", + "s" + ], + [ + "i", + "cian" + ], + [ + "ic", + "ian" + ], + [ + "icia", + "n" + ], + [ + "ici", + "an" + ], + [ + "Ġ", + "tor" + ], + [ + "Ġt", + "or" + ], + [ + "Ġto", + "r" + ], + [ + "Ġp", + "referred" + ], + [ + "Ġpre", + "ferred" + ], + [ + "Ġprefer", + "red" + ], + [ + "Ġpref", + "erred" + ], + [ + "Ġ", + "om" + ], + [ + "Ġo", + "m" + ], + [ + "R", + "ef" + ], + [ + "Re", + "f" + ], + [ + "Ġ", + "Imp" + ], + [ + "ĠI", + "mp" + ], + [ + "ĠIm", + "p" + ], + [ + "i", + "ger" + ], + [ + "ig", + "er" + ], + [ + "ige", + "r" + ], + [ + "Ġ", + "Christians" + ], + [ + "ĠChrist", + "ians" + ], + [ + "ĠChristian", + "s" + ], + [ + "ĠChristi", + "ans" + ], + [ + "Ġ", + "Sar" + ], + [ + "ĠS", + "ar" + ], + [ + "ĠSa", + "r" + ], + [ + "Ġ", + "hall" + ], + [ + "Ġh", + "all" + ], + [ + "Ġha", + "ll" + ], + [ + "Ġhal", + "l" + ], + [ + "Ġc", + "ow" + ], + [ + "Ġco", + "w" + ], + [ + "Ġarg", + "uments" + ], + [ + "Ġargument", + "s" + ], + [ + "Ġargu", + "ments" + ], + [ + "Ġcele", + "brate" + ], + [ + "Ġcelebr", + "ate" + ], + [ + "Ġceleb", + "rate" + ], + [ + "Ġw", + "orship" + ], + [ + "Ġwor", + "ship" + ], + [ + "Ġwors", + "hip" + ], + [ + "Ġworsh", + "ip" + ], + [ + "h", + "tt" + ], + [ + "ht", + "t" + ], + [ + "Ġ", + "Tim" + ], + [ + "ĠT", + "im" + ], + [ + "ĠTi", + "m" + ], + [ + "Ġ", + "dies" + ], + [ + "Ġd", + "ies" + ], + [ + "Ġdi", + "es" + ], + [ + "Ġdie", + "s" + ], + [ + "Ġill", + "nesses" + ], + [ + "Ġillness", + "es" + ], + [ + "Ġ", + "mur" + ], + [ + "Ġm", + "ur" + ], + [ + "Ġmu", + "r" + ], + [ + "Ġt", + "emporary" + ], + [ + "Ġtem", + "porary" + ], + [ + "Ġtempor", + "ary" + ], + [ + "Ġtempo", + "rary" + ], + [ + "Ġman", + "ual" + ], + [ + "Ġcalcul", + "ate" + ], + [ + "Ġcalc", + "ulate" + ], + [ + "is", + "hop" + ], + [ + "ish", + "op" + ], + [ + "'", + "," + ], + [ + "Ġ", + "Contin" + ], + [ + "ĠC", + "ontin" + ], + [ + "ĠCon", + "tin" + ], + [ + "ĠCont", + "in" + ], + [ + "l", + "ock" + ], + [ + "lo", + "ck" + ], + [ + "loc", + "k" + ], + [ + "Ġorig", + "ins" + ], + [ + "Ġorigin", + "s" + ], + [ + "Ġprom", + "oting" + ], + [ + "Ġpromot", + "ing" + ], + [ + "Ġveget", + "able" + ], + [ + "Ġ", + "Tre" + ], + [ + "ĠT", + "re" + ], + [ + "ĠTr", + "e" + ], + [ + "Ġs", + "avings" + ], + [ + "Ġsa", + "vings" + ], + [ + "Ġsav", + "ings" + ], + [ + "Ġsaving", + "s" + ], + [ + "Ġc", + "rypt" + ], + [ + "Ġcry", + "pt" + ], + [ + "Lear", + "n" + ], + [ + "Le", + "arn" + ], + [ + "Ġeng", + "ines" + ], + [ + "Ġengine", + "s" + ], + [ + "C", + "ol" + ], + [ + "Co", + "l" + ], + [ + "Ġl", + "ibr" + ], + [ + "Ġlib", + "r" + ], + [ + "Ġli", + "br" + ], + [ + "Ġ", + "Init" + ], + [ + "ĠI", + "nit" + ], + [ + "ĠIn", + "it" + ], + [ + "ne", + "um" + ], + [ + "neu", + "m" + ], + [ + "Ġm", + "ature" + ], + [ + "Ġmat", + "ure" + ], + [ + "riend", + "ly" + ], + [ + "Ġ", + "plain" + ], + [ + "Ġp", + "lain" + ], + [ + "Ġpl", + "ain" + ], + [ + "Ġpla", + "in" + ], + [ + "Ġ", + "Coll" + ], + [ + "ĠC", + "oll" + ], + [ + "ĠCol", + "l" + ], + [ + "ĠCo", + "ll" + ], + [ + "Ġt", + "hesis" + ], + [ + "Ġthe", + "sis" + ], + [ + "Ġth", + "esis" + ], + [ + "Ġ", + "Nov" + ], + [ + "ĠN", + "ov" + ], + [ + "ĠNo", + "v" + ], + [ + "Ġm", + "ovie" + ], + [ + "Ġmov", + "ie" + ], + [ + "Ġmo", + "vie" + ], + [ + "Ġass", + "ignment" + ], + [ + "Ġassign", + "ment" + ], + [ + "Ġ", + "Road" + ], + [ + "ĠR", + "oad" + ], + [ + "ĠRo", + "ad" + ], + [ + "Ġp", + "eer" + ], + [ + "Ġpe", + "er" + ], + [ + "Ġpee", + "r" + ], + [ + "Ġpre", + "ced" + ], + [ + "Ġpr", + "eced" + ], + [ + "Ġprec", + "ed" + ], + [ + "Ġ", + "Process" + ], + [ + "ĠP", + "rocess" + ], + [ + "ĠPro", + "cess" + ], + [ + "ĠProc", + "ess" + ], + [ + "Ġspecial", + "ist" + ], + [ + "-", + "making" + ], + [ + "-m", + "aking" + ], + [ + "-ma", + "king" + ], + [ + "ry", + "pt" + ], + [ + "Ġte", + "ens" + ], + [ + "Ġteen", + "s" + ], + [ + "Ġra", + "ising" + ], + [ + "Ġrais", + "ing" + ], + [ + "us", + "ive" + ], + [ + "usi", + "ve" + ], + [ + "Ġdeterm", + "ining" + ], + [ + "Ġdetermin", + "ing" + ], + [ + "er", + "ts" + ], + [ + "ert", + "s" + ], + [ + "Ġt", + "raits" + ], + [ + "Ġtra", + "its" + ], + [ + "Ġtrait", + "s" + ], + [ + "Ġ", + "Elizabeth" + ], + [ + "ĠEl", + "izabeth" + ], + [ + "ĠEliza", + "beth" + ], + [ + "Ġ", + "cul" + ], + [ + "Ġc", + "ul" + ], + [ + "Ġcu", + "l" + ], + [ + "D", + "espite" + ], + [ + "Ġdeep", + "ly" + ], + [ + "C", + "P" + ], + [ + "Ġ", + "asp" + ], + [ + "Ġa", + "sp" + ], + [ + "Ġas", + "p" + ], + [ + "ar", + "chy" + ], + [ + "arch", + "y" + ], + [ + "arc", + "hy" + ], + [ + "Ġm", + "inds" + ], + [ + "Ġmin", + "ds" + ], + [ + "Ġmind", + "s" + ], + [ + "Ġ", + "beans" + ], + [ + "Ġbe", + "ans" + ], + [ + "Ġbean", + "s" + ], + [ + "o", + "pher" + ], + [ + "op", + "her" + ], + [ + "oph", + "er" + ], + [ + "ophe", + "r" + ], + [ + "Ġexpl", + "oring" + ], + [ + "Ġexplo", + "ring" + ], + [ + "Ġexplor", + "ing" + ], + [ + "agn", + "etic" + ], + [ + "agne", + "tic" + ], + [ + "agnet", + "ic" + ], + [ + "l", + "ymp" + ], + [ + "ly", + "mp" + ], + [ + "Ġd", + "im" + ], + [ + "Ġdi", + "m" + ], + [ + "Ġe", + "quality" + ], + [ + "Ġequ", + "ality" + ], + [ + "Ġequal", + "ity" + ], + [ + "Ġbar", + "riers" + ], + [ + "Ġbarrier", + "s" + ], + [ + "Ġatt", + "ribut" + ], + [ + "Ġspecial", + "ized" + ], + [ + "Ġspecialize", + "d" + ], + [ + "D", + "S" + ], + [ + "Ġse", + "ttled" + ], + [ + "Ġsett", + "led" + ], + [ + "Ġsettle", + "d" + ], + [ + "Ġ", + "span" + ], + [ + "Ġs", + "pan" + ], + [ + "Ġsp", + "an" + ], + [ + "Ġspa", + "n" + ], + [ + "Ġp", + "ilot" + ], + [ + "Ġpi", + "lot" + ], + [ + "Ġpil", + "ot" + ], + [ + "Ġ", + "chair" + ], + [ + "Ġc", + "hair" + ], + [ + "Ġch", + "air" + ], + [ + "Ġcha", + "ir" + ], + [ + "as", + "tics" + ], + [ + "ast", + "ics" + ], + [ + "astic", + "s" + ], + [ + "Ġ", + "Vitamin" + ], + [ + "ĠV", + "itamin" + ], + [ + "ĠVit", + "amin" + ], + [ + "Ġdist", + "ricts" + ], + [ + "Ġdistrict", + "s" + ], + [ + "Ġ", + "PDF" + ], + [ + "ĠP", + "DF" + ], + [ + "ĠPD", + "F" + ], + [ + "Ġre", + "store" + ], + [ + "Ġrest", + "ore" + ], + [ + "Ġf", + "ought" + ], + [ + "Ġfo", + "ught" + ], + [ + "Ġ", + "Mot" + ], + [ + "ĠM", + "ot" + ], + [ + "ĠMo", + "t" + ], + [ + "Ġ", + "Battle" + ], + [ + "ĠB", + "attle" + ], + [ + "ĠBat", + "tle" + ], + [ + "ĠBatt", + "le" + ], + [ + "u", + "na" + ], + [ + "un", + "a" + ], + [ + "Ġcre", + "ativity" + ], + [ + "Ġcreat", + "ivity" + ], + [ + "ch", + "ain" + ], + [ + "cha", + "in" + ], + [ + "Ġphot", + "ographs" + ], + [ + "Ġphotograph", + "s" + ], + [ + "Ġphotograp", + "hs" + ], + [ + "Ġelse", + "where" + ], + [ + "Ġr", + "itual" + ], + [ + "Ġrit", + "ual" + ], + [ + "Ġ", + "Head" + ], + [ + "ĠH", + "ead" + ], + [ + "ĠHe", + "ad" + ], + [ + "Ġtrans", + "mitted" + ], + [ + "Ġtransmit", + "ted" + ], + [ + "Ġtransm", + "itted" + ], + [ + "o", + "ids" + ], + [ + "oid", + "s" + ], + [ + "oi", + "ds" + ], + [ + "Ġdi", + "arr" + ], + [ + "Ġdia", + "rr" + ], + [ + "W", + "ho" + ], + [ + "Wh", + "o" + ], + [ + "Ġ", + "Solar" + ], + [ + "ĠS", + "olar" + ], + [ + "ĠSo", + "lar" + ], + [ + "ĠSol", + "ar" + ], + [ + "g", + "on" + ], + [ + "go", + "n" + ], + [ + "Ġ", + "Oxford" + ], + [ + "ĠOx", + "ford" + ], + [ + "a", + "pes" + ], + [ + "ap", + "es" + ], + [ + "ape", + "s" + ], + [ + "ĠIs", + "lands" + ], + [ + "ĠIsland", + "s" + ], + [ + "ĠIsl", + "ands" + ], + [ + "Ġp", + "assion" + ], + [ + "Ġpass", + "ion" + ], + [ + "s", + "ell" + ], + [ + "se", + "ll" + ], + [ + "sel", + "l" + ], + [ + "Ġtarget", + "ed" + ], + [ + "Ġche", + "ap" + ], + [ + "E", + "O" + ], + [ + "Ġc", + "rown" + ], + [ + "Ġcr", + "own" + ], + [ + "Ġcrow", + "n" + ], + [ + "Ġcro", + "wn" + ], + [ + "-", + "N" + ], + [ + "Ġinc", + "ident" + ], + [ + "Ġ", + "Point" + ], + [ + "ĠP", + "oint" + ], + [ + "ĠPo", + "int" + ], + [ + "Ġd", + "egrad" + ], + [ + "Ġdeg", + "rad" + ], + [ + "ĠPal", + "est" + ], + [ + "ĠPa", + "lest" + ], + [ + "ĠPale", + "st" + ], + [ + "I", + "F" + ], + [ + "hem", + "istry" + ], + [ + "Ġhand", + "ling" + ], + [ + "Ġ", + "Systems" + ], + [ + "ĠSystem", + "s" + ], + [ + "C", + "om" + ], + [ + "Co", + "m" + ], + [ + "-", + "en" + ], + [ + "-e", + "n" + ], + [ + "p", + "lay" + ], + [ + "pl", + "ay" + ], + [ + "Ġ", + "breaks" + ], + [ + "Ġbre", + "aks" + ], + [ + "Ġbreak", + "s" + ], + [ + "Ġ", + "Last" + ], + [ + "ĠL", + "ast" + ], + [ + "ĠLa", + "st" + ], + [ + "ĠLas", + "t" + ], + [ + "r", + "ection" + ], + [ + "re", + "ction" + ], + [ + "rect", + "ion" + ], + [ + "rec", + "tion" + ], + [ + "-", + "W" + ], + [ + "Ġ", + "fo" + ], + [ + "Ġf", + "o" + ], + [ + "Ġ", + "Cross" + ], + [ + "ĠC", + "ross" + ], + [ + "ĠCr", + "oss" + ], + [ + "ĠCro", + "ss" + ], + [ + "ĠCros", + "s" + ], + [ + "Ġres", + "istant" + ], + [ + "Ġresist", + "ant" + ], + [ + "Ġcon", + "verted" + ], + [ + "Ġconver", + "ted" + ], + [ + "Ġconvert", + "ed" + ], + [ + "Ġ", + "classical" + ], + [ + "Ġc", + "lassical" + ], + [ + "Ġclass", + "ical" + ], + [ + "Ġclassic", + "al" + ], + [ + "Ġ", + "Card" + ], + [ + "ĠC", + "ard" + ], + [ + "ĠCar", + "d" + ], + [ + "ĠCa", + "rd" + ], + [ + "Ġ", + "funded" + ], + [ + "Ġf", + "unded" + ], + [ + "Ġfun", + "ded" + ], + [ + "Ġfund", + "ed" + ], + [ + "/", + "c" + ], + [ + "Ġwork", + "place" + ], + [ + "v", + "a" + ], + [ + "Ġ", + "cas" + ], + [ + "Ġc", + "as" + ], + [ + "Ġca", + "s" + ], + [ + "Ġ", + "friendly" + ], + [ + "Ġf", + "riendly" + ], + [ + "Ġfriend", + "ly" + ], + [ + "Ġ", + "empty" + ], + [ + "Ġem", + "pty" + ], + [ + "Ġemp", + "ty" + ], + [ + "Ġempt", + "y" + ], + [ + "Ġ", + "Kar" + ], + [ + "ĠK", + "ar" + ], + [ + "ĠKa", + "r" + ], + [ + "y", + "er" + ], + [ + "ye", + "r" + ], + [ + "Ġev", + "ening" + ], + [ + "Ġeven", + "ing" + ], + [ + "Ġeve", + "ning" + ], + [ + "Ġs", + "welling" + ], + [ + "Ġsw", + "elling" + ], + [ + "Ġswe", + "lling" + ], + [ + "Ġswell", + "ing" + ], + [ + "Ġ", + "Model" + ], + [ + "ĠM", + "odel" + ], + [ + "ĠMod", + "el" + ], + [ + "ĠMo", + "del" + ], + [ + "ĠMode", + "l" + ], + [ + "r", + "oud" + ], + [ + "ro", + "ud" + ], + [ + "rou", + "d" + ], + [ + "ol", + "ves" + ], + [ + "olve", + "s" + ], + [ + "S", + "im" + ], + [ + "Si", + "m" + ], + [ + "Ġ", + "asc" + ], + [ + "Ġa", + "sc" + ], + [ + "Ġas", + "c" + ], + [ + "Ġ", + "coat" + ], + [ + "Ġco", + "at" + ], + [ + "Ġmeaning", + "ful" + ], + [ + "C", + "R" + ], + [ + "Ġadapt", + "ed" + ], + [ + "P", + "lease" + ], + [ + "Ġatt", + "itude" + ], + [ + "on", + "day" + ], + [ + "ond", + "ay" + ], + [ + "onda", + "y" + ], + [ + "Ġ", + "Ident" + ], + [ + "ĠId", + "ent" + ], + [ + "ĠIde", + "nt" + ], + [ + "Ġworks", + "heets" + ], + [ + "Ġworkshe", + "ets" + ], + [ + "Ġworksheet", + "s" + ], + [ + "Ġs", + "horter" + ], + [ + "Ġsh", + "orter" + ], + [ + "Ġshort", + "er" + ], + [ + "Ġ", + "Bul" + ], + [ + "ĠB", + "ul" + ], + [ + "ĠBu", + "l" + ], + [ + "Ġd", + "iffer" + ], + [ + "Ġdiff", + "er" + ], + [ + "Ġdi", + "ffer" + ], + [ + "Ġcontin", + "uing" + ], + [ + "Ġoff", + "icer" + ], + [ + "Ġoffic", + "er" + ], + [ + "Ġoffice", + "r" + ], + [ + "Ġ", + "actively" + ], + [ + "Ġact", + "ively" + ], + [ + "Ġactive", + "ly" + ], + [ + "Ġeng", + "agement" + ], + [ + "Ġengage", + "ment" + ], + [ + "E", + "F" + ], + [ + "Ġcho", + "osing" + ], + [ + "o", + "metric" + ], + [ + "om", + "etric" + ], + [ + "omet", + "ric" + ], + [ + "as", + "ma" + ], + [ + "asm", + "a" + ], + [ + "Ġ", + "phones" + ], + [ + "Ġph", + "ones" + ], + [ + "Ġphone", + "s" + ], + [ + "Ġphon", + "es" + ], + [ + "Ġre", + "sc" + ], + [ + "Ġr", + "esc" + ], + [ + "Ġres", + "c" + ], + [ + "Ġs", + "ad" + ], + [ + "Ġsa", + "d" + ], + [ + "Ġcon", + "clus" + ], + [ + "Ġconc", + "lus" + ], + [ + "Ġv", + "iral" + ], + [ + "Ġvir", + "al" + ], + [ + "Ġvi", + "ral" + ], + [ + "Ġcalcul", + "ated" + ], + [ + "Ġcalc", + "ulated" + ], + [ + "Ġcalculate", + "d" + ], + [ + "Ġf", + "et" + ], + [ + "Ġfe", + "t" + ], + [ + "Ġnews", + "paper" + ], + [ + "Ġnewsp", + "aper" + ], + [ + "ar", + "ming" + ], + [ + "arm", + "ing" + ], + [ + "Ġ", + "Sunday" + ], + [ + "ĠS", + "unday" + ], + [ + "ĠSun", + "day" + ], + [ + "ĠSund", + "ay" + ], + [ + "Ġref", + "erences" + ], + [ + "Ġrefer", + "ences" + ], + [ + "Ġreference", + "s" + ], + [ + "Ġreferen", + "ces" + ], + [ + "Ġrefere", + "nces" + ], + [ + "Ġ", + "PM" + ], + [ + "ĠP", + "M" + ], + [ + "Ġrest", + "oration" + ], + [ + "Ġ", + "Modern" + ], + [ + "ĠM", + "odern" + ], + [ + "ĠMod", + "ern" + ], + [ + "ĠMode", + "rn" + ], + [ + "zy", + "me" + ], + [ + "zym", + "e" + ], + [ + "Ġ", + "classic" + ], + [ + "Ġcl", + "assic" + ], + [ + "Ġclass", + "ic" + ], + [ + "Ġclas", + "sic" + ], + [ + "ĠFranc", + "isco" + ], + [ + "ĠFrancis", + "co" + ], + [ + "ĠFrancisc", + "o" + ], + [ + "Ġex", + "tension" + ], + [ + "Ġext", + "ension" + ], + [ + "Ġover", + "view" + ], + [ + "Ġele", + "ph" + ], + [ + "Ġel", + "eph" + ], + [ + "Ġ", + "Incre" + ], + [ + "ĠInc", + "re" + ], + [ + "k", + "ind" + ], + [ + "kin", + "d" + ], + [ + "ki", + "nd" + ], + [ + "un", + "ct" + ], + [ + "unc", + "t" + ], + [ + "Ġinteg", + "ration" + ], + [ + "Ġintegr", + "ation" + ], + [ + "Ġs", + "ou" + ], + [ + "Ġso", + "u" + ], + [ + "Ġ", + "IV" + ], + [ + "ĠI", + "V" + ], + [ + "Ġv", + "irtually" + ], + [ + "Ġvirt", + "ually" + ], + [ + "Ġvirtual", + "ly" + ], + [ + "Ġvirtu", + "ally" + ], + [ + "Ġ", + "Drug" + ], + [ + "ĠD", + "rug" + ], + [ + "ĠDr", + "ug" + ], + [ + "ĠDru", + "g" + ], + [ + "-", + "ex" + ], + [ + "-e", + "x" + ], + [ + "Ġb", + "are" + ], + [ + "Ġbar", + "e" + ], + [ + "Ġba", + "re" + ], + [ + "Ġ", + "AL" + ], + [ + "ĠA", + "L" + ], + [ + "er", + "ty" + ], + [ + "ert", + "y" + ], + [ + "Ġcont", + "ributions" + ], + [ + "Ġcontribut", + "ions" + ], + [ + "Ġcontribution", + "s" + ], + [ + "Ġ", + "Jerusalem" + ], + [ + "ĠJer", + "usalem" + ], + [ + "Ġ", + "ethical" + ], + [ + "Ġeth", + "ical" + ], + [ + "Ġethic", + "al" + ], + [ + "r", + "aq" + ], + [ + "ra", + "q" + ], + [ + "A", + "B" + ], + [ + "Ġr", + "oyal" + ], + [ + "Ġro", + "yal" + ], + [ + "Ġroy", + "al" + ], + [ + "Ġbas", + "ically" + ], + [ + "Ġbasic", + "ally" + ], + [ + "Ġ", + "Level" + ], + [ + "ĠLe", + "vel" + ], + [ + "ĠLev", + "el" + ], + [ + "Ġs", + "ongs" + ], + [ + "Ġson", + "gs" + ], + [ + "Ġsong", + "s" + ], + [ + "Ġ", + "default" + ], + [ + "Ġdef", + "ault" + ], + [ + "Ġ", + "Agriculture" + ], + [ + "ĠAg", + "riculture" + ], + [ + "ĠAgricult", + "ure" + ], + [ + "ĠAgri", + "culture" + ], + [ + "ĠAgric", + "ulture" + ], + [ + "Ġ", + "wal" + ], + [ + "Ġw", + "al" + ], + [ + "Ġwa", + "l" + ], + [ + "o", + "gy" + ], + [ + "og", + "y" + ], + [ + "Ġ", + "View" + ], + [ + "ĠV", + "iew" + ], + [ + "ĠVi", + "ew" + ], + [ + "ĠVie", + "w" + ], + [ + "Ġ", + "Key" + ], + [ + "ĠK", + "ey" + ], + [ + "ĠKe", + "y" + ], + [ + "Ġ", + "literally" + ], + [ + "Ġlit", + "erally" + ], + [ + "Ġliter", + "ally" + ], + [ + "Ġliteral", + "ly" + ], + [ + "a", + "rium" + ], + [ + "ar", + "ium" + ], + [ + "ari", + "um" + ], + [ + "Ġ", + "rational" + ], + [ + "Ġr", + "ational" + ], + [ + "Ġrat", + "ional" + ], + [ + "Ġratio", + "nal" + ], + [ + "Ġration", + "al" + ], + [ + "Ġins", + "ights" + ], + [ + "Ġinsight", + "s" + ], + [ + "ran", + "ean" + ], + [ + "rane", + "an" + ], + [ + "Ġ", + "pace" + ], + [ + "Ġp", + "ace" + ], + [ + "Ġpa", + "ce" + ], + [ + "Ġpac", + "e" + ], + [ + "Ġf", + "rust" + ], + [ + "Ġfru", + "st" + ], + [ + "Ġfr", + "ust" + ], + [ + "Ġp", + "airs" + ], + [ + "Ġpair", + "s" + ], + [ + "Ġpa", + "irs" + ], + [ + "Ġ", + "unn" + ], + [ + "Ġu", + "nn" + ], + [ + "Ġun", + "n" + ], + [ + "Ġadd", + "resses" + ], + [ + "Ġaddress", + "es" + ], + [ + "Ġd", + "il" + ], + [ + "Ġdi", + "l" + ], + [ + "Ġ", + "aggressive" + ], + [ + "Ġagg", + "ressive" + ], + [ + "Ġaggress", + "ive" + ], + [ + "Ġ", + "Hor" + ], + [ + "ĠH", + "or" + ], + [ + "ĠHo", + "r" + ], + [ + "Ġprop", + "ag" + ], + [ + "Ġfacilit", + "ate" + ], + [ + "olog", + "ically" + ], + [ + "ological", + "ly" + ], + [ + "ologic", + "ally" + ], + [ + "olo", + "gically" + ], + [ + "Ġc", + "irculation" + ], + [ + "Ġcirc", + "ulation" + ], + [ + "Ġcircul", + "ation" + ], + [ + "Ġv", + "aries" + ], + [ + "Ġvar", + "ies" + ], + [ + "Ġvari", + "es" + ], + [ + "Ġva", + "ries" + ], + [ + "Ġs", + "aved" + ], + [ + "Ġsa", + "ved" + ], + [ + "Ġsave", + "d" + ], + [ + "Ġsav", + "ed" + ], + [ + "il", + "st" + ], + [ + "ils", + "t" + ], + [ + "Ġ", + "Cell" + ], + [ + "ĠC", + "ell" + ], + [ + "ĠCe", + "ll" + ], + [ + "ĠCel", + "l" + ], + [ + "iss", + "ipp" + ], + [ + "L", + "ike" + ], + [ + "Li", + "ke" + ], + [ + "Ġlo", + "ose" + ], + [ + "Ġloos", + "e" + ], + [ + "J", + "ohn" + ], + [ + "Jo", + "hn" + ], + [ + "Joh", + "n" + ], + [ + "Ġp", + "ion" + ], + [ + "Ġpi", + "on" + ], + [ + "un", + "ning" + ], + [ + "unn", + "ing" + ], + [ + "Ġcur", + "rency" + ], + [ + "Ġg", + "lac" + ], + [ + "Ġgl", + "ac" + ], + [ + "Ġrequ", + "irement" + ], + [ + "Ġrequire", + "ment" + ], + [ + "ur", + "ches" + ], + [ + "urch", + "es" + ], + [ + "Ġ", + "breaking" + ], + [ + "Ġbre", + "aking" + ], + [ + "Ġbreak", + "ing" + ], + [ + "Ġinteg", + "r" + ], + [ + "Ġ", + "Division" + ], + [ + "ĠD", + "ivision" + ], + [ + "ĠDi", + "vision" + ], + [ + "ĠDiv", + "ision" + ], + [ + "re", + "ens" + ], + [ + "ree", + "ns" + ], + [ + "reen", + "s" + ], + [ + "Ġann", + "ually" + ], + [ + "Ġannual", + "ly" + ], + [ + "Ġs", + "ug" + ], + [ + "Ġsu", + "g" + ], + [ + "-sh", + "aped" + ], + [ + "-shape", + "d" + ], + [ + "Ġt", + "ends" + ], + [ + "Ġtend", + "s" + ], + [ + "Ġten", + "ds" + ], + [ + "Ġt", + "one" + ], + [ + "Ġto", + "ne" + ], + [ + "Ġton", + "e" + ], + [ + "Ġ", + "Edward" + ], + [ + "ĠEd", + "ward" + ], + [ + "Ġhospital", + "s" + ], + [ + "Ġhosp", + "itals" + ], + [ + "Ġre", + "aches" + ], + [ + "Ġreach", + "es" + ], + [ + "Ġnot", + "iced" + ], + [ + "Ġnotice", + "d" + ], + [ + "Ġre", + "placement" + ], + [ + "Ġreplace", + "ment" + ], + [ + "Ġgard", + "ens" + ], + [ + "Ġgarden", + "s" + ], + [ + "rep", + "rene" + ], + [ + "Ġcl", + "ients" + ], + [ + "Ġclient", + "s" + ], + [ + "Ġs", + "oul" + ], + [ + "Ġso", + "ul" + ], + [ + "Ġsou", + "l" + ], + [ + "e", + "tt" + ], + [ + "et", + "t" + ], + [ + "ut", + "ation" + ], + [ + "uta", + "tion" + ], + [ + "Ġ", + "Bang" + ], + [ + "ĠB", + "ang" + ], + [ + "ĠBa", + "ng" + ], + [ + "ĠBan", + "g" + ], + [ + "Ġl", + "ogic" + ], + [ + "Ġlo", + "gic" + ], + [ + "Ġlog", + "ic" + ], + [ + "%", + "," + ], + [ + "Ġch", + "ose" + ], + [ + "Ġcho", + "se" + ], + [ + "o", + "ves" + ], + [ + "ove", + "s" + ], + [ + "ov", + "es" + ], + [ + "Ġcont", + "ents" + ], + [ + "Ġcontent", + "s" + ], + [ + "Ġex", + "ped" + ], + [ + "Ġexp", + "ed" + ], + [ + "Ġp", + "romise" + ], + [ + "Ġprom", + "ise" + ], + [ + "in", + "ois" + ], + [ + "ino", + "is" + ], + [ + "Ġ", + "hat" + ], + [ + "Ġh", + "at" + ], + [ + "Ġha", + "t" + ], + [ + "Ġ", + "bee" + ], + [ + "Ġb", + "ee" + ], + [ + "Ġbe", + "e" + ], + [ + "Ġ", + "Little" + ], + [ + "ĠL", + "ittle" + ], + [ + "ĠLit", + "tle" + ], + [ + "ĠLitt", + "le" + ], + [ + "u", + "ra" + ], + [ + "ur", + "a" + ], + [ + "u", + "rable" + ], + [ + "ur", + "able" + ], + [ + "ura", + "ble" + ], + [ + "t", + "op" + ], + [ + "to", + "p" + ], + [ + "Ġstream", + "s" + ], + [ + "Ġstre", + "ams" + ], + [ + "Ġs", + "event" + ], + [ + "Ġse", + "vent" + ], + [ + "Ġseven", + "t" + ], + [ + "Ġb", + "ears" + ], + [ + "Ġbe", + "ars" + ], + [ + "Ġbear", + "s" + ], + [ + "Ġ", + "Policy" + ], + [ + "ĠP", + "olicy" + ], + [ + "ĠPol", + "icy" + ], + [ + "ĠPolic", + "y" + ], + [ + "k", + "l" + ], + [ + "r", + "h" + ], + [ + "Ġcould", + "n" + ], + [ + "Ġw", + "at" + ], + [ + "Ġwa", + "t" + ], + [ + "Ġcon", + "vey" + ], + [ + "Ġconv", + "ey" + ], + [ + "Ġconve", + "y" + ], + [ + "Ġocc", + "as" + ], + [ + "Ġm", + "arg" + ], + [ + "Ġmar", + "g" + ], + [ + "Ġ", + "union" + ], + [ + "Ġun", + "ion" + ], + [ + "Ġd", + "uty" + ], + [ + "Ġdu", + "ty" + ], + [ + "Ġdut", + "y" + ], + [ + "Ġ", + "Force" + ], + [ + "ĠF", + "orce" + ], + [ + "ĠFor", + "ce" + ], + [ + "Ġ", + "van" + ], + [ + "Ġv", + "an" + ], + [ + "Ġva", + "n" + ], + [ + "a", + "iling" + ], + [ + "ail", + "ing" + ], + [ + "ai", + "ling" + ], + [ + "Ġde", + "mentia" + ], + [ + "ĠCon", + "fed" + ], + [ + "ĠConf", + "ed" + ], + [ + "u", + "mer" + ], + [ + "um", + "er" + ], + [ + "ume", + "r" + ], + [ + "Ġ", + "Arts" + ], + [ + "ĠAr", + "ts" + ], + [ + "ĠArt", + "s" + ], + [ + "Ġb", + "less" + ], + [ + "Ġbl", + "ess" + ], + [ + "Ġble", + "ss" + ], + [ + "e", + "eding" + ], + [ + "ee", + "ding" + ], + [ + "eed", + "ing" + ], + [ + "Ġpre", + "paring" + ], + [ + "Ġprep", + "aring" + ], + [ + "Ġprepar", + "ing" + ], + [ + "i", + "dal" + ], + [ + "id", + "al" + ], + [ + "ida", + "l" + ], + [ + "Ġp", + "el" + ], + [ + "Ġpe", + "l" + ], + [ + "i", + "mp" + ], + [ + "im", + "p" + ], + [ + "Ġpurch", + "ased" + ], + [ + "Ġpurchase", + "d" + ], + [ + "Ġ", + "accompanied" + ], + [ + "Ġaccomp", + "anied" + ], + [ + "Ġaccompan", + "ied" + ], + [ + "Ġ", + "Rh" + ], + [ + "ĠR", + "h" + ], + [ + "/", + "m" + ], + [ + "Ġfasc", + "inating" + ], + [ + "Ġ", + "powder" + ], + [ + "Ġp", + "owder" + ], + [ + "Ġpow", + "der" + ], + [ + "Ġc", + "opyright" + ], + [ + "Ġcopy", + "right" + ], + [ + "ob", + "ile" + ], + [ + "obil", + "e" + ], + [ + "obi", + "le" + ], + [ + "Ġpro", + "bability" + ], + [ + "Ġprob", + "ability" + ], + [ + "Ġ", + "oxid" + ], + [ + "Ġox", + "id" + ], + [ + "Ġdis", + "advant" + ], + [ + "Ġgen", + "ome" + ], + [ + "Ġ", + "optimal" + ], + [ + "Ġopt", + "imal" + ], + [ + "Ġoptim", + "al" + ], + [ + "Ġd", + "ominant" + ], + [ + "Ġdom", + "inant" + ], + [ + "Ġdomin", + "ant" + ], + [ + "Ġ", + "wash" + ], + [ + "Ġw", + "ash" + ], + [ + "Ġwas", + "h" + ], + [ + "Ġwa", + "sh" + ], + [ + "Ġprov", + "ince" + ], + [ + "Ġch", + "ocolate" + ], + [ + "r", + "ained" + ], + [ + "ra", + "ined" + ], + [ + "rain", + "ed" + ], + [ + "raine", + "d" + ], + [ + "rai", + "ned" + ], + [ + "s", + "m" + ], + [ + "a", + "ware" + ], + [ + "aw", + "are" + ], + [ + "awa", + "re" + ], + [ + "awar", + "e" + ], + [ + "Ġt", + "omat" + ], + [ + "Ġto", + "mat" + ], + [ + "Ġtom", + "at" + ], + [ + "Ġm", + "ouse" + ], + [ + "Ġmo", + "use" + ], + [ + "Ġm", + "embrane" + ], + [ + "Ġmem", + "brane" + ], + [ + "Ġmembr", + "ane" + ], + [ + "Ġreal", + "ized" + ], + [ + "Ġrealize", + "d" + ], + [ + "M", + "A" + ], + [ + "Ġg", + "athered" + ], + [ + "Ġgather", + "ed" + ], + [ + "Ġgathere", + "d" + ], + [ + "a", + "bling" + ], + [ + "ab", + "ling" + ], + [ + "abl", + "ing" + ], + [ + "Ġ", + "Cr" + ], + [ + "ĠC", + "r" + ], + [ + "Ġ", + "Ol" + ], + [ + "ĠO", + "l" + ], + [ + "Ġsleep", + "ing" + ], + [ + "Ġsle", + "eping" + ], + [ + "Ġslee", + "ping" + ], + [ + "Ġ", + "gent" + ], + [ + "Ġg", + "ent" + ], + [ + "Ġgen", + "t" + ], + [ + "Ġge", + "nt" + ], + [ + "Ġp", + "aying" + ], + [ + "Ġpay", + "ing" + ], + [ + "Ġpa", + "ying" + ], + [ + "ĠG", + "ulf" + ], + [ + "ĠGul", + "f" + ], + [ + "chn", + "ology" + ], + [ + "Ġhealth", + "ier" + ], + [ + "i", + "op" + ], + [ + "io", + "p" + ], + [ + "Ġbe", + "gun" + ], + [ + "Ġbeg", + "un" + ], + [ + "in", + "ning" + ], + [ + "inn", + "ing" + ], + [ + "Ġ", + "sup" + ], + [ + "Ġs", + "up" + ], + [ + "Ġsu", + "p" + ], + [ + "Ġ", + "Spring" + ], + [ + "ĠSp", + "ring" + ], + [ + "Ġs", + "ulf" + ], + [ + "Ġsul", + "f" + ], + [ + "end", + "ment" + ], + [ + "Ġb", + "rains" + ], + [ + "Ġbr", + "ains" + ], + [ + "Ġbrain", + "s" + ], + [ + "Ġbra", + "ins" + ], + [ + "Ġout", + "door" + ], + [ + "Ġoutd", + "oor" + ], + [ + "Ġ", + "Far" + ], + [ + "ĠF", + "ar" + ], + [ + "ĠFa", + "r" + ], + [ + "ĠInd", + "epend" + ], + [ + "Ġemer", + "ged" + ], + [ + "Ġemerge", + "d" + ], + [ + "T", + "wo" + ], + [ + "Tw", + "o" + ], + [ + "Ġo", + "ils" + ], + [ + "Ġoil", + "s" + ], + [ + "i", + "ments" + ], + [ + "im", + "ents" + ], + [ + "iment", + "s" + ], + [ + "imen", + "ts" + ], + [ + "Ġapp", + "ointed" + ], + [ + "Ġappoint", + "ed" + ], + [ + "riz", + "ona" + ], + [ + "Ġs", + "pr" + ], + [ + "Ġsp", + "r" + ], + [ + "Ġ", + "club" + ], + [ + "Ġcl", + "ub" + ], + [ + "Ġ", + "beat" + ], + [ + "Ġb", + "eat" + ], + [ + "Ġbe", + "at" + ], + [ + "Ġaccur", + "ately" + ], + [ + "Ġaccurate", + "ly" + ], + [ + "C", + "L" + ], + [ + "b", + "ec" + ], + [ + "be", + "c" + ], + [ + "Ġcont", + "rolling" + ], + [ + "Ġcontrol", + "ling" + ], + [ + "Ġcontroll", + "ing" + ], + [ + "Ġen", + "counter" + ], + [ + "Ġenc", + "ounter" + ], + [ + "a", + "mil" + ], + [ + "am", + "il" + ], + [ + "ami", + "l" + ], + [ + "Ġvolunt", + "eers" + ], + [ + "Ġvolunteer", + "s" + ], + [ + "p", + "lo" + ], + [ + "pl", + "o" + ], + [ + "Ġrev", + "eals" + ], + [ + "Ġreve", + "als" + ], + [ + "Ġreveal", + "s" + ], + [ + "Ġdis", + "cussions" + ], + [ + "Ġdisc", + "ussions" + ], + [ + "Ġdiscuss", + "ions" + ], + [ + "Ġdiscussion", + "s" + ], + [ + "Ġread", + "ily" + ], + [ + "Ġant", + "icip" + ], + [ + "Ġantic", + "ip" + ], + [ + "Ġ", + "Writing" + ], + [ + "ĠW", + "riting" + ], + [ + "ĠWrit", + "ing" + ], + [ + "Ġs", + "oy" + ], + [ + "Ġso", + "y" + ], + [ + "Ġch", + "icken" + ], + [ + "Ġchick", + "en" + ], + [ + "Ġchi", + "cken" + ], + [ + "Ġchic", + "ken" + ], + [ + "z", + "o" + ], + [ + "Ġser", + "iously" + ], + [ + "Ġserious", + "ly" + ], + [ + "S", + "cient" + ], + [ + "Sc", + "ient" + ], + [ + "Sci", + "ent" + ], + [ + "Ġ", + "winds" + ], + [ + "Ġw", + "inds" + ], + [ + "Ġwind", + "s" + ], + [ + "Ġwin", + "ds" + ], + [ + "Ġpain", + "tings" + ], + [ + "Ġpaint", + "ings" + ], + [ + "Ġpainting", + "s" + ], + [ + "Ġs", + "oph" + ], + [ + "Ġso", + "ph" + ], + [ + "Ġsop", + "h" + ], + [ + "Ġret", + "urns" + ], + [ + "Ġreturn", + "s" + ], + [ + "Ġ", + "©" + ], + [ + "ĠÂ", + "©" + ], + [ + "Ġs", + "ciences" + ], + [ + "Ġsc", + "iences" + ], + [ + "Ġscience", + "s" + ], + [ + "Ġsci", + "ences" + ], + [ + "Ġ", + "Amazon" + ], + [ + "ĠAm", + "azon" + ], + [ + "ĠAmaz", + "on" + ], + [ + "if", + "ier" + ], + [ + "ifi", + "er" + ], + [ + "Ġb", + "ene" + ], + [ + "Ġbe", + "ne" + ], + [ + "Ġben", + "e" + ], + [ + "r", + "eal" + ], + [ + "re", + "al" + ], + [ + "rea", + "l" + ], + [ + "Ġpre", + "scribed" + ], + [ + "Ġpres", + "cribed" + ], + [ + "Ġpresc", + "ribed" + ], + [ + "Ġprescribe", + "d" + ], + [ + "c", + "in" + ], + [ + "ci", + "n" + ], + [ + "S", + "ource" + ], + [ + "a", + "sm" + ], + [ + "as", + "m" + ], + [ + "Ġl", + "akes" + ], + [ + "Ġla", + "kes" + ], + [ + "Ġlake", + "s" + ], + [ + "Ġ", + "posts" + ], + [ + "Ġp", + "osts" + ], + [ + "Ġpo", + "sts" + ], + [ + "Ġpos", + "ts" + ], + [ + "Ġpost", + "s" + ], + [ + "-", + "inc" + ], + [ + "-in", + "c" + ], + [ + "-i", + "nc" + ], + [ + "Ġrest", + "aur" + ], + [ + "Ġ", + "shore" + ], + [ + "Ġs", + "hore" + ], + [ + "Ġsh", + "ore" + ], + [ + "Ġsho", + "re" + ], + [ + "ĠF", + "rid" + ], + [ + "ĠFr", + "id" + ], + [ + "ĠFri", + "d" + ], + [ + "zy", + "mes" + ], + [ + "zym", + "es" + ], + [ + "zyme", + "s" + ], + [ + "r", + "aine" + ], + [ + "ra", + "ine" + ], + [ + "rain", + "e" + ], + [ + "rai", + "ne" + ], + [ + "Ġt", + "empor" + ], + [ + "Ġtem", + "por" + ], + [ + "Ġtemp", + "or" + ], + [ + "Ġtempo", + "r" + ], + [ + "Ġop", + "tical" + ], + [ + "Ġopt", + "ical" + ], + [ + "Ġoptic", + "al" + ], + [ + "Ġ", + "violent" + ], + [ + "Ġv", + "iolent" + ], + [ + "Ġviol", + "ent" + ], + [ + "Ġrain", + "fall" + ], + [ + "Ġcol", + "ony" + ], + [ + "Ġcolon", + "y" + ], + [ + "b", + "our" + ], + [ + "bo", + "ur" + ], + [ + "Ġ", + "Dictionary" + ], + [ + "ĠD", + "ictionary" + ], + [ + "ĠDic", + "tionary" + ], + [ + "Ġsc", + "enario" + ], + [ + "Ġscen", + "ario" + ], + [ + "Ġconscious", + "ness" + ], + [ + "Ġchrom", + "os" + ], + [ + "Ġ", + "reasonable" + ], + [ + "Ġre", + "asonable" + ], + [ + "Ġreason", + "able" + ], + [ + "Ġmamm", + "als" + ], + [ + "Ġmammal", + "s" + ], + [ + "Ġ", + "Father" + ], + [ + "ĠF", + "ather" + ], + [ + "ĠFa", + "ther" + ], + [ + "ĠFat", + "her" + ], + [ + "Ġb", + "uff" + ], + [ + "Ġbu", + "ff" + ], + [ + "Ġ", + "Indones" + ], + [ + "ĠInd", + "ones" + ], + [ + "ĠIndo", + "nes" + ], + [ + "Ġ", + "£" + ], + [ + "ĠÂ", + "£" + ], + [ + "Ġ", + "acting" + ], + [ + "Ġact", + "ing" + ], + [ + "Ġac", + "ting" + ], + [ + "Ġactin", + "g" + ], + [ + "Ġdi", + "ets" + ], + [ + "Ġdiet", + "s" + ], + [ + "Ġdie", + "ts" + ], + [ + "-", + "ray" + ], + [ + "-r", + "ay" + ], + [ + "-ra", + "y" + ], + [ + "c", + "ule" + ], + [ + "cul", + "e" + ], + [ + "cu", + "le" + ], + [ + "Ġen", + "thus" + ], + [ + "Ġent", + "hus" + ], + [ + "Ġenth", + "us" + ], + [ + "Ġopin", + "ions" + ], + [ + "Ġopinion", + "s" + ], + [ + "Ġs", + "uit" + ], + [ + "Ġsu", + "it" + ], + [ + "Ġ", + "Ram" + ], + [ + "ĠR", + "am" + ], + [ + "ĠRa", + "m" + ], + [ + "out", + "heast" + ], + [ + "outh", + "east" + ], + [ + "Ġ", + "Philipp" + ], + [ + "ĠPhil", + "ipp" + ], + [ + "ĠPhilip", + "p" + ], + [ + "al", + "so" + ], + [ + "als", + "o" + ], + [ + "Ġth", + "yroid" + ], + [ + "Ġthy", + "roid" + ], + [ + "st", + "ru" + ], + [ + "str", + "u" + ], + [ + "Ġneuro", + "ns" + ], + [ + "Ġneur", + "ons" + ], + [ + "Ġneu", + "rons" + ], + [ + "Ġneuron", + "s" + ], + [ + "Ġm", + "unicip" + ], + [ + "Ġmun", + "icip" + ], + [ + "Ġex", + "isted" + ], + [ + "Ġexist", + "ed" + ], + [ + "en", + "sed" + ], + [ + "ens", + "ed" + ], + [ + "ense", + "d" + ], + [ + "Ġs", + "urgical" + ], + [ + "Ġsur", + "gical" + ], + [ + "Ġ", + "Treatment" + ], + [ + "ĠT", + "reatment" + ], + [ + "ĠTreat", + "ment" + ], + [ + "o", + "rig" + ], + [ + "or", + "ig" + ], + [ + "ori", + "g" + ], + [ + "Ġl", + "ivestock" + ], + [ + "Ġlive", + "stock" + ], + [ + "'", + "d" + ], + [ + "Ġarg", + "ued" + ], + [ + "Ġargue", + "d" + ], + [ + "Ġargu", + "ed" + ], + [ + "issipp", + "i" + ], + [ + "Ġevery", + "where" + ], + [ + "Ġvers", + "us" + ], + [ + "A", + "rt" + ], + [ + "Ar", + "t" + ], + [ + "O", + "D" + ], + [ + "Ġc", + "aps" + ], + [ + "Ġca", + "ps" + ], + [ + "Ġcap", + "s" + ], + [ + "Ġ", + "Impro" + ], + [ + "ĠIm", + "pro" + ], + [ + "ĠImp", + "ro" + ], + [ + "Ġal", + "ign" + ], + [ + "Ġali", + "gn" + ], + [ + "Stud", + "ents" + ], + [ + "Student", + "s" + ], + [ + "Ġadv", + "ances" + ], + [ + "Ġadvance", + "s" + ], + [ + "rit", + "ten" + ], + [ + "ritt", + "en" + ], + [ + "b", + "i" + ], + [ + "o", + "ca" + ], + [ + "oc", + "a" + ], + [ + "Ġt", + "race" + ], + [ + "Ġtra", + "ce" + ], + [ + "Ġtr", + "ace" + ], + [ + "Ġdis", + "played" + ], + [ + "Ġdispl", + "ayed" + ], + [ + "Ġdisplay", + "ed" + ], + [ + "Ġ", + "Obama" + ], + [ + "ĠOb", + "ama" + ], + [ + "Ġdr", + "opped" + ], + [ + "Ġdrop", + "ped" + ], + [ + "Ġdro", + "pped" + ], + [ + "b", + "ar" + ], + [ + "ba", + "r" + ], + [ + "Ġ", + "Nob" + ], + [ + "ĠN", + "ob" + ], + [ + "ĠNo", + "b" + ], + [ + "Ġ", + "specified" + ], + [ + "Ġspec", + "ified" + ], + [ + "Ġ", + "Gall" + ], + [ + "ĠG", + "all" + ], + [ + "ĠGal", + "l" + ], + [ + "ĠGa", + "ll" + ], + [ + "Ġ", + "Ve" + ], + [ + "ĠV", + "e" + ], + [ + "y", + "ou" + ], + [ + "yo", + "u" + ], + [ + "Ġaccompl", + "ish" + ], + [ + "Ġaccomp", + "lish" + ], + [ + "Ġ", + "Cub" + ], + [ + "ĠC", + "ub" + ], + [ + "ĠCu", + "b" + ], + [ + "Ġdevelop", + "ments" + ], + [ + "Ġdevelopment", + "s" + ], + [ + "Ġ", + "TH" + ], + [ + "ĠT", + "H" + ], + [ + "Ġt", + "hemes" + ], + [ + "Ġthe", + "mes" + ], + [ + "Ġth", + "emes" + ], + [ + "Ġthem", + "es" + ], + [ + "Ġtheme", + "s" + ], + [ + "s", + "en" + ], + [ + "se", + "n" + ], + [ + "Ġmet", + "abolism" + ], + [ + "Ġmetabol", + "ism" + ], + [ + "Ġ", + "Fact" + ], + [ + "ĠF", + "act" + ], + [ + "ĠFac", + "t" + ], + [ + "ĠFa", + "ct" + ], + [ + "ail", + "able" + ], + [ + "Ġunder", + "ground" + ], + [ + "Ġunderg", + "round" + ], + [ + "o", + "meter" + ], + [ + "om", + "eter" + ], + [ + "ome", + "ter" + ], + [ + "omet", + "er" + ], + [ + "Ġ", + "inch" + ], + [ + "Ġin", + "ch" + ], + [ + "Ġinc", + "h" + ], + [ + "Ġ", + "Max" + ], + [ + "ĠM", + "ax" + ], + [ + "ĠMa", + "x" + ], + [ + "Ġper", + "su" + ], + [ + "Ġpers", + "u" + ], + [ + "Ġpract", + "ition" + ], + [ + "e", + "ner" + ], + [ + "en", + "er" + ], + [ + "ene", + "r" + ], + [ + "Ġk", + "nee" + ], + [ + "Ġkn", + "ee" + ], + [ + "Ġkne", + "e" + ], + [ + "or", + "rect" + ], + [ + "orr", + "ect" + ], + [ + "Ġ", + "Wil" + ], + [ + "ĠW", + "il" + ], + [ + "ĠWi", + "l" + ], + [ + "Ġbu", + "ying" + ], + [ + "Ġbuy", + "ing" + ], + [ + "Ġ", + "Parliament" + ], + [ + "ĠPar", + "liament" + ], + [ + "el", + "ve" + ], + [ + "Ġ", + "LED" + ], + [ + "ĠL", + "ED" + ], + [ + "ĠLE", + "D" + ], + [ + "Ġde", + "ploy" + ], + [ + "Ġdepl", + "oy" + ], + [ + "Ġ", + "committee" + ], + [ + "Ġcomm", + "ittee" + ], + [ + "Ġcommit", + "tee" + ], + [ + "o", + "nal" + ], + [ + "on", + "al" + ], + [ + "ona", + "l" + ], + [ + "r", + "ix" + ], + [ + "ri", + "x" + ], + [ + "Ġsever", + "ity" + ], + [ + "ĠO", + "lymp" + ], + [ + "ĠOl", + "ymp" + ], + [ + "Ġ", + "apps" + ], + [ + "Ġa", + "pps" + ], + [ + "Ġapp", + "s" + ], + [ + "Ġap", + "ps" + ], + [ + "Ġ", + "Kent" + ], + [ + "ĠK", + "ent" + ], + [ + "ĠKe", + "nt" + ], + [ + "ĠKen", + "t" + ], + [ + "Ġin", + "vasive" + ], + [ + "Ġinv", + "asive" + ], + [ + "Ġinvas", + "ive" + ], + [ + ".", + "'" + ], + [ + "Ġ", + "noun" + ], + [ + "Ġn", + "oun" + ], + [ + "Ġno", + "un" + ], + [ + "Ġnou", + "n" + ], + [ + "Ġbe", + "neath" + ], + [ + "Ġbene", + "ath" + ], + [ + "est", + "ions" + ], + [ + "estion", + "s" + ], + [ + "Ġstrateg", + "ic" + ], + [ + "Ġ", + "Next" + ], + [ + "ĠN", + "ext" + ], + [ + "ĠNe", + "xt" + ], + [ + "ĠNex", + "t" + ], + [ + "Ġcomp", + "etitive" + ], + [ + "Ġcompet", + "itive" + ], + [ + "Ġ", + "CDC" + ], + [ + "ĠC", + "DC" + ], + [ + "ĠCD", + "C" + ], + [ + "Ġsus", + "ceptible" + ], + [ + "Ġsuscept", + "ible" + ], + [ + "Ġhome", + "work" + ], + [ + "Ġhom", + "ework" + ], + [ + "p", + "late" + ], + [ + "pl", + "ate" + ], + [ + "Ġen", + "tit" + ], + [ + "Ġent", + "it" + ], + [ + "Ġ", + "Chapter" + ], + [ + "ĠCh", + "apter" + ], + [ + "ĠChap", + "ter" + ], + [ + "ĠCha", + "pter" + ], + [ + "Ġh", + "appiness" + ], + [ + "Ġhapp", + "iness" + ], + [ + "Ġ", + "Whether" + ], + [ + "ĠW", + "hether" + ], + [ + "ĠWh", + "ether" + ], + [ + "ĠWhe", + "ther" + ], + [ + "B", + "N" + ], + [ + "Ġ", + "Digital" + ], + [ + "ĠD", + "igital" + ], + [ + "ĠDig", + "ital" + ], + [ + "ĠDigit", + "al" + ], + [ + "Ġ", + "auto" + ], + [ + "Ġa", + "uto" + ], + [ + "Ġaut", + "o" + ], + [ + "Ġau", + "to" + ], + [ + "Ġall", + "ergies" + ], + [ + "Ġallerg", + "ies" + ], + [ + "h", + "and" + ], + [ + "ha", + "nd" + ], + [ + "han", + "d" + ], + [ + "Ġ", + "ID" + ], + [ + "ĠI", + "D" + ], + [ + "Ġlab", + "our" + ], + [ + "Ġla", + "bour" + ], + [ + "Ġlabou", + "r" + ], + [ + "Ġ", + "tension" + ], + [ + "Ġt", + "ension" + ], + [ + "Ġtens", + "ion" + ], + [ + "Ġ", + "Stan" + ], + [ + "ĠS", + "tan" + ], + [ + "ĠSt", + "an" + ], + [ + "ĠSta", + "n" + ], + [ + "Ġefficient", + "ly" + ], + [ + "ĠT", + "own" + ], + [ + "ĠTo", + "wn" + ], + [ + "ĠTow", + "n" + ], + [ + "r", + "ub" + ], + [ + "ru", + "b" + ], + [ + "Ġcon", + "version" + ], + [ + "Ġconvers", + "ion" + ], + [ + "Ġp", + "eers" + ], + [ + "Ġpe", + "ers" + ], + [ + "Ġpeer", + "s" + ], + [ + "Ġpee", + "rs" + ], + [ + "B", + "M" + ], + [ + "Ġal", + "umin" + ], + [ + "Ġalum", + "in" + ], + [ + "Ġimp", + "air" + ], + [ + "Ġmod", + "ule" + ], + [ + "Ġmo", + "dule" + ], + [ + "l", + "ast" + ], + [ + "la", + "st" + ], + [ + "las", + "t" + ], + [ + "Ġpre", + "valence" + ], + [ + "Ġpreval", + "ence" + ], + [ + "o", + "gens" + ], + [ + "og", + "ens" + ], + [ + "ogen", + "s" + ], + [ + "oge", + "ns" + ], + [ + "Ġpartners", + "hip" + ], + [ + "Ġpartner", + "ship" + ], + [ + "ic", + "ts" + ], + [ + "ict", + "s" + ], + [ + "Ġ", + "arthritis" + ], + [ + "Ġar", + "thritis" + ], + [ + "Ġarth", + "ritis" + ], + [ + "Ġ", + "Alaska" + ], + [ + "ĠAl", + "aska" + ], + [ + "ĠAla", + "ska" + ], + [ + "ĠAlas", + "ka" + ], + [ + "Ġ", + "Microsoft" + ], + [ + "ĠMicro", + "soft" + ], + [ + "Ġw", + "elfare" + ], + [ + "Ġwel", + "fare" + ], + [ + "Ġ", + "productive" + ], + [ + "Ġp", + "roductive" + ], + [ + "Ġprodu", + "ctive" + ], + [ + "Ġproduct", + "ive" + ], + [ + "Ġprod", + "uctive" + ], + [ + "adel", + "ph" + ], + [ + "Ġal", + "ert" + ], + [ + "Ġale", + "rt" + ], + [ + "Ġ", + "Christianity" + ], + [ + "ĠChristian", + "ity" + ], + [ + "ĠChristi", + "anity" + ], + [ + "Ġres", + "erved" + ], + [ + "Ġreserv", + "ed" + ], + [ + "Ġreserve", + "d" + ], + [ + "Ġdent", + "ist" + ], + [ + "Ġpar", + "ad" + ], + [ + "Ġpa", + "rad" + ], + [ + "Ġpara", + "d" + ], + [ + "Ġmax", + "im" + ], + [ + "Ġre", + "ef" + ], + [ + "Ġree", + "f" + ], + [ + "Ġ", + "Code" + ], + [ + "ĠC", + "ode" + ], + [ + "ĠCo", + "de" + ], + [ + "ĠCod", + "e" + ], + [ + "r", + "ait" + ], + [ + "ra", + "it" + ], + [ + "rai", + "t" + ], + [ + "Ġearth", + "quake" + ], + [ + "Ġearthqu", + "ake" + ], + [ + "Ġ", + "Mach" + ], + [ + "ĠM", + "ach" + ], + [ + "ĠMa", + "ch" + ], + [ + "ĠMac", + "h" + ], + [ + "Ġ", + "Figure" + ], + [ + "ĠF", + "igure" + ], + [ + "ĠFig", + "ure" + ], + [ + "Ġsur", + "prise" + ], + [ + "Ġsurpris", + "e" + ], + [ + "Ġ", + "PhD" + ], + [ + "ĠPh", + "D" + ], + [ + "Ġ", + "Analysis" + ], + [ + "ĠAn", + "alysis" + ], + [ + "ĠAnaly", + "sis" + ], + [ + "ĠAnal", + "ysis" + ], + [ + "ĠAna", + "lysis" + ], + [ + "Ġ", + "grounds" + ], + [ + "Ġgr", + "ounds" + ], + [ + "Ġground", + "s" + ], + [ + "Ġgro", + "unds" + ], + [ + "Ġd", + "ocumented" + ], + [ + "Ġdocument", + "ed" + ], + [ + ")", + "||" + ], + [ + "Ġinflu", + "ences" + ], + [ + "Ġinfluence", + "s" + ], + [ + "Ġinfluen", + "ces" + ], + [ + "Ġmot", + "ivation" + ], + [ + "Ġmotiv", + "ation" + ], + [ + "Ġb", + "ibl" + ], + [ + "Ġbi", + "bl" + ], + [ + "Ġman", + "agers" + ], + [ + "Ġmanage", + "rs" + ], + [ + "Ġmanager", + "s" + ], + [ + "Ġlim", + "itations" + ], + [ + "Ġlimit", + "ations" + ], + [ + "Ġlimitation", + "s" + ], + [ + "Ġ", + "sees" + ], + [ + "Ġs", + "ees" + ], + [ + "Ġse", + "es" + ], + [ + "Ġsee", + "s" + ], + [ + "Ġ", + "Heritage" + ], + [ + "ĠHer", + "itage" + ], + [ + "en", + "cing" + ], + [ + "enc", + "ing" + ], + [ + "Ġcomplex", + "ity" + ], + [ + "ass", + "ion" + ], + [ + "assi", + "on" + ], + [ + "Ġsch", + "eme" + ], + [ + "Ġsche", + "me" + ], + [ + "Ġschem", + "e" + ], + [ + "Ġimm", + "igrants" + ], + [ + "Ġimmig", + "rants" + ], + [ + "Ġimmigrant", + "s" + ], + [ + "o", + "ded" + ], + [ + "od", + "ed" + ], + [ + "ode", + "d" + ], + [ + "Ġvar", + "ied" + ], + [ + "Ġvari", + "ed" + ], + [ + "Ġva", + "ried" + ], + [ + "Ġpro", + "found" + ], + [ + "Ġprof", + "ound" + ], + [ + "Ġqu", + "alities" + ], + [ + "Ġqual", + "ities" + ], + [ + "is", + "ations" + ], + [ + "isation", + "s" + ], + [ + "o", + "ler" + ], + [ + "ol", + "er" + ], + [ + "ole", + "r" + ], + [ + "f", + "fe" + ], + [ + "ff", + "e" + ], + [ + "Ġv", + "ibr" + ], + [ + "Ġvi", + "br" + ], + [ + "Ġvib", + "r" + ], + [ + "Ġhy", + "giene" + ], + [ + "Ġhygien", + "e" + ], + [ + "Ġhyg", + "iene" + ], + [ + "Ġ", + "prime" + ], + [ + "Ġpr", + "ime" + ], + [ + "Ġprim", + "e" + ], + [ + "Ġpri", + "me" + ], + [ + "Ġ", + "Phot" + ], + [ + "ĠP", + "hot" + ], + [ + "ĠPh", + "ot" + ], + [ + "Ġprec", + "ip" + ], + [ + "Ġ", + "hydro" + ], + [ + "Ġhy", + "dro" + ], + [ + "Ġhyd", + "ro" + ], + [ + "Ġs", + "hr" + ], + [ + "Ġsh", + "r" + ], + [ + "Ġex", + "plicit" + ], + [ + "Ġexpl", + "icit" + ], + [ + "Ġalgorith", + "m" + ], + [ + "Ġ", + "Spirit" + ], + [ + "ĠSp", + "irit" + ], + [ + "ĠSpir", + "it" + ], + [ + "ĠCent", + "ury" + ], + [ + "Ġem", + "bed" + ], + [ + "Ġemb", + "ed" + ], + [ + "Ġbur", + "den" + ], + [ + "Ġburd", + "en" + ], + [ + "Ġp", + "esticides" + ], + [ + "Ġpestic", + "ides" + ], + [ + "Ġpest", + "icides" + ], + [ + "Ġpesticide", + "s" + ], + [ + "Ġ", + "NO" + ], + [ + "ĠN", + "O" + ], + [ + "Ġin", + "cent" + ], + [ + "Ġinc", + "ent" + ], + [ + "Ġatt", + "itudes" + ], + [ + "Ġattitude", + "s" + ], + [ + "Ġrec", + "ording" + ], + [ + "Ġrecord", + "ing" + ], + [ + "Ġbott", + "le" + ], + [ + "Ġbot", + "tle" + ], + [ + "Ġmin", + "imal" + ], + [ + "Ġminim", + "al" + ], + [ + "Ġmini", + "mal" + ], + [ + "ra", + "ham" + ], + [ + "rah", + "am" + ], + [ + "Ġ", + "hal" + ], + [ + "Ġh", + "al" + ], + [ + "Ġha", + "l" + ], + [ + "o", + "lt" + ], + [ + "ol", + "t" + ], + [ + "ack", + "son" + ], + [ + "acks", + "on" + ], + [ + "op", + "erative" + ], + [ + "ope", + "rative" + ], + [ + "oper", + "ative" + ], + [ + "b", + "ow" + ], + [ + "bo", + "w" + ], + [ + "Ġ", + "tab" + ], + [ + "Ġt", + "ab" + ], + [ + "Ġta", + "b" + ], + [ + "Ġg", + "lob" + ], + [ + "Ġgl", + "ob" + ], + [ + "Ġglo", + "b" + ], + [ + "Ġ", + "passes" + ], + [ + "Ġp", + "asses" + ], + [ + "Ġpass", + "es" + ], + [ + "Ġpas", + "ses" + ], + [ + "Ġp", + "article" + ], + [ + "Ġpart", + "icle" + ], + [ + "Ġpartic", + "le" + ], + [ + "Ġ", + "Trust" + ], + [ + "ĠT", + "rust" + ], + [ + "ĠTr", + "ust" + ], + [ + "ĠTru", + "st" + ], + [ + "Ġkit", + "chen" + ], + [ + "p", + "tic" + ], + [ + "pt", + "ic" + ], + [ + "Ġ", + "oste" + ], + [ + "Ġo", + "ste" + ], + [ + "Ġost", + "e" + ], + [ + "Ġos", + "te" + ], + [ + "âĢľ", + "I" + ], + [ + "Ġ", + "Wikipedia" + ], + [ + "ĠW", + "ikipedia" + ], + [ + "ĠWik", + "ipedia" + ], + [ + "re", + "gon" + ], + [ + "reg", + "on" + ], + [ + "Ġve", + "loc" + ], + [ + "Ġvel", + "oc" + ], + [ + "Ġ", + "anger" + ], + [ + "Ġan", + "ger" + ], + [ + "Ġang", + "er" + ], + [ + "Ġfin", + "ish" + ], + [ + "Ġfi", + "nish" + ], + [ + "Ġbar", + "rier" + ], + [ + "Ġper", + "ceived" + ], + [ + "Ġperce", + "ived" + ], + [ + "Ġperceive", + "d" + ], + [ + "Ġh", + "opes" + ], + [ + "Ġhope", + "s" + ], + [ + "Ġhop", + "es" + ], + [ + "Ġho", + "pes" + ], + [ + "Ġreg", + "ulate" + ], + [ + "Ġregul", + "ate" + ], + [ + "Ġst", + "rike" + ], + [ + "Ġstr", + "ike" + ], + [ + "Ġstri", + "ke" + ], + [ + "Ġ", + "CP" + ], + [ + "ĠC", + "P" + ], + [ + "Ġ", + "Remember" + ], + [ + "ĠRe", + "member" + ], + [ + "ĠRem", + "ember" + ], + [ + "ĠRemem", + "ber" + ], + [ + "Ġ", + "Illinois" + ], + [ + "ĠIll", + "inois" + ], + [ + "ĠB", + "ureau" + ], + [ + "ater", + "ials" + ], + [ + "aterial", + "s" + ], + [ + "Ġ", + "Need" + ], + [ + "ĠN", + "eed" + ], + [ + "ĠNe", + "ed" + ], + [ + "Ġz", + "ones" + ], + [ + "Ġzone", + "s" + ], + [ + "Ġzo", + "nes" + ], + [ + "Ġass", + "umed" + ], + [ + "Ġassum", + "ed" + ], + [ + "Ġassume", + "d" + ], + [ + "Ġcur", + "ve" + ], + [ + "Ġcurv", + "e" + ], + [ + "Ġd", + "ism" + ], + [ + "Ġdis", + "m" + ], + [ + "Ġdi", + "sm" + ], + [ + "Ġcl", + "ouds" + ], + [ + "Ġcloud", + "s" + ], + [ + "Ġclo", + "uds" + ], + [ + "Ġe", + "lementary" + ], + [ + "Ġelement", + "ary" + ], + [ + "Ġg", + "if" + ], + [ + "Ġgi", + "f" + ], + [ + "Ġ", + "Mid" + ], + [ + "ĠM", + "id" + ], + [ + "ĠMi", + "d" + ], + [ + "Ġanaly", + "zed" + ], + [ + "Ġanalyze", + "d" + ], + [ + "Ġ", + "Iran" + ], + [ + "ĠI", + "ran" + ], + [ + "ĠIr", + "an" + ], + [ + "ĠIra", + "n" + ], + [ + "Ġ", + "Wal" + ], + [ + "ĠW", + "al" + ], + [ + "ĠWa", + "l" + ], + [ + "Ġshe", + "ep" + ], + [ + "f", + "ast" + ], + [ + "fa", + "st" + ], + [ + "i", + "ations" + ], + [ + "iation", + "s" + ], + [ + "iat", + "ions" + ], + [ + "Ġelect", + "rons" + ], + [ + "Ġelectr", + "ons" + ], + [ + "Ġelectron", + "s" + ], + [ + "Ġelectro", + "ns" + ], + [ + "Ġ", + "Lee" + ], + [ + "ĠL", + "ee" + ], + [ + "ĠLe", + "e" + ], + [ + "Ġdi", + "agram" + ], + [ + "Ġdia", + "gram" + ], + [ + "Ġhyp", + "othesis" + ], + [ + "Ġhypothes", + "is" + ], + [ + "Ġhypoth", + "esis" + ], + [ + "Ġhypot", + "hesis" + ], + [ + "Ġp", + "uts" + ], + [ + "Ġput", + "s" + ], + [ + "Ġpu", + "ts" + ], + [ + "Ġ", + "ion" + ], + [ + "Ġi", + "on" + ], + [ + "Ġio", + "n" + ], + [ + "Ġ", + "Iraq" + ], + [ + "ĠI", + "raq" + ], + [ + "ĠIr", + "aq" + ], + [ + "ĠIra", + "q" + ], + [ + "Ġ", + "Page" + ], + [ + "ĠP", + "age" + ], + [ + "ĠPa", + "ge" + ], + [ + "ĠPag", + "e" + ], + [ + "-", + "off" + ], + [ + "-of", + "f" + ], + [ + "-o", + "ff" + ], + [ + "Ġend", + "angered" + ], + [ + "Ġendanger", + "ed" + ], + [ + "Ġpriv", + "acy" + ], + [ + "Ġo", + "ceans" + ], + [ + "Ġocean", + "s" + ], + [ + "ons", + "cious" + ], + [ + "u", + "an" + ], + [ + "ua", + "n" + ], + [ + "Ġ", + "Vietnam" + ], + [ + "ĠV", + "ietnam" + ], + [ + "ĠViet", + "nam" + ], + [ + "u", + "ity" + ], + [ + "uit", + "y" + ], + [ + "ui", + "ty" + ], + [ + "Ġc", + "alm" + ], + [ + "Ġca", + "lm" + ], + [ + "Ġcal", + "m" + ], + [ + "T", + "hen" + ], + [ + "The", + "n" + ], + [ + "Th", + "en" + ], + [ + "Ġco", + "operation" + ], + [ + "Ġcooper", + "ation" + ], + [ + "Ġcoop", + "eration" + ], + [ + "Ġ", + "Temple" + ], + [ + "ĠTem", + "ple" + ], + [ + "ĠTempl", + "e" + ], + [ + "ĠTemp", + "le" + ], + [ + "h", + "ar" + ], + [ + "ha", + "r" + ], + [ + "Ġob", + "st" + ], + [ + "Ġobs", + "t" + ], + [ + "Ġacknow", + "led" + ], + [ + "Ġ", + "Books" + ], + [ + "ĠB", + "ooks" + ], + [ + "ĠBo", + "oks" + ], + [ + "ĠBook", + "s" + ], + [ + "Ġas", + "sembly" + ], + [ + "Ġassemb", + "ly" + ], + [ + "Ġassembl", + "y" + ], + [ + "Ġ", + "registered" + ], + [ + "Ġreg", + "istered" + ], + [ + "Ġregist", + "ered" + ], + [ + "Ġregister", + "ed" + ], + [ + "eut", + "ic" + ], + [ + "eu", + "tic" + ], + [ + "à", + "¥" + ], + [ + "Ġw", + "ars" + ], + [ + "Ġwar", + "s" + ], + [ + "Ġwa", + "rs" + ], + [ + "Ġpass", + "word" + ], + [ + "Ġcor", + "responding" + ], + [ + "Ġcorresp", + "onding" + ], + [ + "Ġcorrespond", + "ing" + ], + [ + "Ġm", + "ask" + ], + [ + "Ġma", + "sk" + ], + [ + "Ġmas", + "k" + ], + [ + "Ġ", + "Building" + ], + [ + "ĠB", + "uilding" + ], + [ + "ĠBuild", + "ing" + ], + [ + "ĠBu", + "ilding" + ], + [ + "K", + "e" + ], + [ + "Ġapp", + "eal" + ], + [ + "Ġappe", + "al" + ], + [ + "Ġalong", + "side" + ], + [ + "Ġ", + "Orig" + ], + [ + "ĠO", + "rig" + ], + [ + "ĠOr", + "ig" + ], + [ + "ĠOri", + "g" + ], + [ + "a", + "ints" + ], + [ + "ain", + "ts" + ], + [ + "aint", + "s" + ], + [ + "Ġcont", + "ributing" + ], + [ + "Ġcontribut", + "ing" + ], + [ + "C", + "lick" + ], + [ + "Cl", + "ick" + ], + [ + "m", + "ble" + ], + [ + "mb", + "le" + ], + [ + "Ġ", + "Diet" + ], + [ + "ĠD", + "iet" + ], + [ + "ĠDi", + "et" + ], + [ + "ĠDie", + "t" + ], + [ + "Ġ", + "uncle" + ], + [ + "Ġun", + "cle" + ], + [ + "Ġunc", + "le" + ], + [ + "Ġuncl", + "e" + ], + [ + "Ġdra", + "matically" + ], + [ + "Ġdram", + "atically" + ], + [ + "Ġdramatic", + "ally" + ], + [ + "Ġdrama", + "tically" + ], + [ + "b", + "ox" + ], + [ + "bo", + "x" + ], + [ + "Ġ", + "Desc" + ], + [ + "ĠD", + "esc" + ], + [ + "ĠDe", + "sc" + ], + [ + "ĠDes", + "c" + ], + [ + "ak", + "espe" + ], + [ + "ake", + "spe" + ], + [ + "akes", + "pe" + ], + [ + "He", + "alth" + ], + [ + "Ġun", + "likely" + ], + [ + "Ġunlike", + "ly" + ], + [ + "Ġc", + "anal" + ], + [ + "Ġcan", + "al" + ], + [ + "Ġca", + "nal" + ], + [ + "Ġcont", + "aminated" + ], + [ + "Ġcontamin", + "ated" + ], + [ + "Ġcontaminate", + "d" + ], + [ + "Ġt", + "ough" + ], + [ + "Ġto", + "ugh" + ], + [ + "Ġtou", + "gh" + ], + [ + "Ġtoug", + "h" + ], + [ + "Ġ", + "rooms" + ], + [ + "Ġro", + "oms" + ], + [ + "Ġroom", + "s" + ], + [ + "Ġref", + "lected" + ], + [ + "Ġreflect", + "ed" + ], + [ + "Ġestablish", + "ment" + ], + [ + "Ġ", + "wings" + ], + [ + "Ġw", + "ings" + ], + [ + "Ġwin", + "gs" + ], + [ + "Ġwing", + "s" + ], + [ + "Ġ", + "bull" + ], + [ + "Ġb", + "ull" + ], + [ + "Ġbu", + "ll" + ], + [ + "Ġbul", + "l" + ], + [ + "Ġ", + "bags" + ], + [ + "Ġb", + "ags" + ], + [ + "Ġbag", + "s" + ], + [ + "Ġba", + "gs" + ], + [ + "ol", + "k" + ], + [ + "Ġ", + "Small" + ], + [ + "ĠSm", + "all" + ], + [ + "Ġ", + "orders" + ], + [ + "Ġor", + "ders" + ], + [ + "Ġorder", + "s" + ], + [ + "Ġord", + "ers" + ], + [ + "w", + "an" + ], + [ + "wa", + "n" + ], + [ + "Ġ", + "bron" + ], + [ + "Ġb", + "ron" + ], + [ + "Ġbr", + "on" + ], + [ + "Ġbro", + "n" + ], + [ + "Ġquant", + "ities" + ], + [ + "Ġg", + "ift" + ], + [ + "Ġgif", + "t" + ], + [ + "Ġgi", + "ft" + ], + [ + "Ġflex", + "ibility" + ], + [ + "Ġc", + "yl" + ], + [ + "Ġcy", + "l" + ], + [ + "Ġneuro", + "log" + ], + [ + "Ġneur", + "olog" + ], + [ + "Ġneu", + "rolog" + ], + [ + "Ġsu", + "icide" + ], + [ + "Ġ", + "continent" + ], + [ + "Ġcont", + "inent" + ], + [ + "Ġcontin", + "ent" + ], + [ + "Ġ", + "Saint" + ], + [ + "ĠS", + "aint" + ], + [ + "ĠSa", + "int" + ], + [ + "ĠSain", + "t" + ], + [ + "Ġop", + "position" + ], + [ + "Ġopp", + "osition" + ], + [ + "Ġcol", + "lective" + ], + [ + "Ġcolle", + "ctive" + ], + [ + "Ġcollect", + "ive" + ], + [ + "Ġcoll", + "ective" + ], + [ + "Ġin", + "fectious" + ], + [ + "Ġinfect", + "ious" + ], + [ + "Ġenjoy", + "ed" + ], + [ + "Ġenjo", + "yed" + ], + [ + "Ġminim", + "ize" + ], + [ + "Ġall", + "ergic" + ], + [ + "Ġallerg", + "ic" + ], + [ + "a", + "toes" + ], + [ + "at", + "oes" + ], + [ + "ato", + "es" + ], + [ + "Ġ", + "Area" + ], + [ + "ĠA", + "rea" + ], + [ + "ĠAr", + "ea" + ], + [ + "ĠAre", + "a" + ], + [ + "t", + "ext" + ], + [ + "te", + "xt" + ], + [ + "tex", + "t" + ], + [ + "Ġpopular", + "ity" + ], + [ + "Ġpopul", + "arity" + ], + [ + "Ġ", + "developmental" + ], + [ + "Ġdevelop", + "mental" + ], + [ + "Ġdevelopment", + "al" + ], + [ + "u", + "y" + ], + [ + "Ġ", + "Arizona" + ], + [ + "ĠA", + "rizona" + ], + [ + "ĠAriz", + "ona" + ], + [ + "Ġ", + "Several" + ], + [ + "ĠS", + "everal" + ], + [ + "ĠSever", + "al" + ], + [ + "Ġdeb", + "ris" + ], + [ + "Ġ", + "Again" + ], + [ + "ĠA", + "gain" + ], + [ + "ĠAg", + "ain" + ], + [ + "cycl", + "opedia" + ], + [ + "cyclop", + "edia" + ], + [ + "Ġ", + "joy" + ], + [ + "Ġj", + "oy" + ], + [ + "Ġjo", + "y" + ], + [ + "akespe", + "are" + ], + [ + "Ġ", + "Alexander" + ], + [ + "ĠAlex", + "ander" + ], + [ + "ĠAlexand", + "er" + ], + [ + "ĠAlexa", + "nder" + ], + [ + "Ġ", + "ft" + ], + [ + "Ġf", + "t" + ], + [ + "Ġd", + "oses" + ], + [ + "Ġdo", + "ses" + ], + [ + "Ġdose", + "s" + ], + [ + "Ġdos", + "es" + ], + [ + "el", + "ly" + ], + [ + "ell", + "y" + ], + [ + "Ġp", + "enet" + ], + [ + "Ġpe", + "net" + ], + [ + "Ġpen", + "et" + ], + [ + "ĠMiss", + "issippi" + ], + [ + "ĠMississipp", + "i" + ], + [ + "Ġ", + "Los" + ], + [ + "ĠL", + "os" + ], + [ + "ĠLo", + "s" + ], + [ + "Ġev", + "ident" + ], + [ + "Ġevid", + "ent" + ], + [ + "Ġ", + "blank" + ], + [ + "Ġbl", + "ank" + ], + [ + "Ġ", + "ho" + ], + [ + "Ġh", + "o" + ], + [ + "Ġsp", + "reading" + ], + [ + "Ġspread", + "ing" + ], + [ + "Ġ", + "Often" + ], + [ + "ĠOf", + "ten" + ], + [ + "Ġpred", + "icted" + ], + [ + "Ġpredict", + "ed" + ], + [ + "Ġpredic", + "ted" + ], + [ + "adelph", + "ia" + ], + [ + "Ġs", + "ale" + ], + [ + "Ġsa", + "le" + ], + [ + "Ġsal", + "e" + ], + [ + "°", + "C" + ], + [ + "ĠN", + "avy" + ], + [ + "ĠNav", + "y" + ], + [ + "ĠNa", + "vy" + ], + [ + "S", + "m" + ], + [ + "ĠAn", + "tar" + ], + [ + "ĠAnt", + "ar" + ], + [ + "Ġ", + "Which" + ], + [ + "ĠWh", + "ich" + ], + [ + "Ġre", + "quiring" + ], + [ + "Ġrequ", + "iring" + ], + [ + "Ġ", + "FDA" + ], + [ + "ĠF", + "DA" + ], + [ + "ĠFD", + "A" + ], + [ + "Ġemb", + "ry" + ], + [ + "i", + "ders" + ], + [ + "id", + "ers" + ], + [ + "ide", + "rs" + ], + [ + "ider", + "s" + ], + [ + "Ġs", + "ensory" + ], + [ + "Ġsens", + "ory" + ], + [ + "Ġsensor", + "y" + ], + [ + "E", + "G" + ], + [ + "Ġadd", + "ressing" + ], + [ + "Ġaddress", + "ing" + ], + [ + "Ġsudden", + "ly" + ], + [ + "Ġs", + "ending" + ], + [ + "Ġsend", + "ing" + ], + [ + "Ġsen", + "ding" + ], + [ + "Ġvis", + "iting" + ], + [ + "Ġvisit", + "ing" + ], + [ + "b", + "a" + ], + [ + "i", + "ler" + ], + [ + "il", + "er" + ], + [ + "ile", + "r" + ], + [ + "Ġc", + "ream" + ], + [ + "Ġcre", + "am" + ], + [ + "Ġv", + "om" + ], + [ + "Ġvo", + "m" + ], + [ + "Ġ", + "Look" + ], + [ + "ĠL", + "ook" + ], + [ + "ĠLo", + "ok" + ], + [ + "Ġwood", + "en" + ], + [ + "Ġwoo", + "den" + ], + [ + "Ġwo", + "oden" + ], + [ + "Ġint", + "ention" + ], + [ + "Ġintent", + "ion" + ], + [ + "Ġ", + "Being" + ], + [ + "ĠBe", + "ing" + ], + [ + ".", + "n" + ], + [ + "a", + "gan" + ], + [ + "ag", + "an" + ], + [ + "aga", + "n" + ], + [ + "Ġ", + "Physical" + ], + [ + "ĠPh", + "ysical" + ], + [ + "ĠPhys", + "ical" + ], + [ + "Ġ", + "DC" + ], + [ + "ĠD", + "C" + ], + [ + "%", + "." + ], + [ + "o", + "mal" + ], + [ + "om", + "al" + ], + [ + "oma", + "l" + ], + [ + "r", + "ip" + ], + [ + "ri", + "p" + ], + [ + "a", + "ka" + ], + [ + "ak", + "a" + ], + [ + "Ġenc", + "ouraging" + ], + [ + "Ġencoura", + "ging" + ], + [ + "Ġ", + "Week" + ], + [ + "ĠW", + "eek" + ], + [ + "ĠWe", + "ek" + ], + [ + "R", + "em" + ], + [ + "Re", + "m" + ], + [ + "Ġ", + "Friday" + ], + [ + "ĠF", + "riday" + ], + [ + "ĠFr", + "iday" + ], + [ + "ĠFrid", + "ay" + ], + [ + "ĠFri", + "day" + ], + [ + "ĠFrida", + "y" + ], + [ + "Ġsp", + "oke" + ], + [ + "Ġspok", + "e" + ], + [ + "Ġspo", + "ke" + ], + [ + "Ġinc", + "idence" + ], + [ + "Ġr", + "anges" + ], + [ + "Ġrange", + "s" + ], + [ + "Ġran", + "ges" + ], + [ + "Ġrang", + "es" + ], + [ + "Ġpres", + "erved" + ], + [ + "Ġpreserve", + "d" + ], + [ + "Ġpreserv", + "ed" + ], + [ + "reg", + "ular" + ], + [ + "Ġinstall", + "ation" + ], + [ + "Ġinvol", + "vement" + ], + [ + "Ġinvolve", + "ment" + ], + [ + "s", + "ters" + ], + [ + "st", + "ers" + ], + [ + "ster", + "s" + ], + [ + "ste", + "rs" + ], + [ + "oc", + "ated" + ], + [ + "oca", + "ted" + ], + [ + "ocate", + "d" + ], + [ + "Ġs", + "acred" + ], + [ + "Ġsac", + "red" + ], + [ + "Ġsacr", + "ed" + ], + [ + "Ġgram", + "mar" + ], + [ + "Ġc", + "ircul" + ], + [ + "Ġcir", + "cul" + ], + [ + "Ġcirc", + "ul" + ], + [ + "Ġd", + "ict" + ], + [ + "Ġdi", + "ct" + ], + [ + "Ġdic", + "t" + ], + [ + "i", + "terranean" + ], + [ + "iter", + "ranean" + ], + [ + "Ġposs", + "ibilities" + ], + [ + "pect", + "ives" + ], + [ + "pective", + "s" + ], + [ + "-", + "est" + ], + [ + "-e", + "st" + ], + [ + "Ġ", + "Var" + ], + [ + "ĠV", + "ar" + ], + [ + "ĠVa", + "r" + ], + [ + "Ġ", + "DO" + ], + [ + "ĠD", + "O" + ], + [ + "Ġpack", + "age" + ], + [ + "M", + "ay" + ], + [ + "Ma", + "y" + ], + [ + "a", + "is" + ], + [ + "ai", + "s" + ], + [ + "Ġcomp", + "os" + ], + [ + "Ġsal", + "mon" + ], + [ + "Ġ", + "stood" + ], + [ + "Ġst", + "ood" + ], + [ + "Ġsto", + "od" + ], + [ + "Ġco", + "urts" + ], + [ + "Ġcour", + "ts" + ], + [ + "Ġcourt", + "s" + ], + [ + "Ġsub", + "sc" + ], + [ + "Ġsubs", + "c" + ], + [ + "Ġst", + "range" + ], + [ + "Ġstr", + "ange" + ], + [ + "Ġstrang", + "e" + ], + [ + "Ġ", + "tom" + ], + [ + "Ġt", + "om" + ], + [ + "Ġto", + "m" + ], + [ + "Ġ", + "Twitter" + ], + [ + "ĠT", + "witter" + ], + [ + "ĠTw", + "itter" + ], + [ + "Ġ", + "rod" + ], + [ + "Ġr", + "od" + ], + [ + "Ġro", + "d" + ], + [ + "Ġpot", + "assium" + ], + [ + "Ġ", + "Place" + ], + [ + "ĠPl", + "ace" + ], + [ + "Ġ", + "representing" + ], + [ + "Ġrepresent", + "ing" + ], + [ + "Ġinc", + "orporate" + ], + [ + "Ġincorpor", + "ate" + ], + [ + "Ġ", + "Standard" + ], + [ + "ĠStand", + "ard" + ], + [ + "ĠStan", + "dard" + ], + [ + "Ġcontain", + "ers" + ], + [ + "Ġcontainer", + "s" + ], + [ + "A", + "ut" + ], + [ + "]", + "," + ], + [ + "Ġce", + "leb" + ], + [ + "Ġcele", + "b" + ], + [ + "Ġcel", + "eb" + ], + [ + "Ġ", + "rays" + ], + [ + "Ġr", + "ays" + ], + [ + "Ġra", + "ys" + ], + [ + "Ġray", + "s" + ], + [ + "Ġpoll", + "ut" + ], + [ + "a", + "ti" + ], + [ + "at", + "i" + ], + [ + "o", + "rus" + ], + [ + "or", + "us" + ], + [ + "Ġ", + "Andrew" + ], + [ + "ĠAnd", + "rew" + ], + [ + "ĠAndre", + "w" + ], + [ + "ĠAndr", + "ew" + ], + [ + "Ġexc", + "av" + ], + [ + "ar", + "ten" + ], + [ + "art", + "en" + ], + [ + "arte", + "n" + ], + [ + "Ġd", + "iscipline" + ], + [ + "Ġdiscipl", + "ine" + ], + [ + "Ġ", + "Indigenous" + ], + [ + "ĠInd", + "igenous" + ], + [ + "Ġf", + "ifth" + ], + [ + "Ġfif", + "th" + ], + [ + "ro", + "duct" + ], + [ + "rodu", + "ct" + ], + [ + "rod", + "uct" + ], + [ + "G", + "l" + ], + [ + "e", + "fin" + ], + [ + "ef", + "in" + ], + [ + "Ġsh", + "oes" + ], + [ + "Ġsho", + "es" + ], + [ + "Ġshoe", + "s" + ], + [ + "Ġ", + "amino" + ], + [ + "Ġam", + "ino" + ], + [ + "Ġamin", + "o" + ], + [ + "Ġ", + "Media" + ], + [ + "ĠM", + "edia" + ], + [ + "ĠMed", + "ia" + ], + [ + "ĠMe", + "dia" + ], + [ + "Ġp", + "anc" + ], + [ + "Ġpan", + "c" + ], + [ + "Ġpa", + "nc" + ], + [ + "row", + "th" + ], + [ + "Ġcomb", + "ine" + ], + [ + "Ġsusp", + "ect" + ], + [ + "Ġsus", + "pect" + ], + [ + "w", + "orm" + ], + [ + "wo", + "rm" + ], + [ + "Ġ", + "Fred" + ], + [ + "ĠF", + "red" + ], + [ + "ĠFr", + "ed" + ], + [ + "ĠFre", + "d" + ], + [ + "Ġdesign", + "ated" + ], + [ + "Ġdesignate", + "d" + ], + [ + "Ġm", + "emor" + ], + [ + "Ġme", + "mor" + ], + [ + "Ġmem", + "or" + ], + [ + "Ġmemo", + "r" + ], + [ + "Ġ", + "Perhaps" + ], + [ + "ĠPer", + "haps" + ], + [ + "th", + "od" + ], + [ + "ub", + "ble" + ], + [ + "Ġcons", + "uming" + ], + [ + "Ġconsum", + "ing" + ], + [ + "i", + "ography" + ], + [ + "Ġ", + "Lim" + ], + [ + "ĠL", + "im" + ], + [ + "ĠLi", + "m" + ], + [ + "Ġident", + "ical" + ], + [ + "Ġp", + "rox" + ], + [ + "Ġpro", + "x" + ], + [ + "Ġpr", + "ox" + ], + [ + "r", + "ue" + ], + [ + "ru", + "e" + ], + [ + "Ġcont", + "amination" + ], + [ + "Ġcontamin", + "ation" + ], + [ + "ber", + "ries" + ], + [ + "i", + "cking" + ], + [ + "ic", + "king" + ], + [ + "ick", + "ing" + ], + [ + "icki", + "ng" + ], + [ + "Ġ", + "absorption" + ], + [ + "Ġabs", + "orption" + ], + [ + "Ġabsor", + "ption" + ], + [ + "Ġvar", + "ying" + ], + [ + "Ġvary", + "ing" + ], + [ + "Ġva", + "rying" + ], + [ + "Ġ", + "...Ċ" + ], + [ + "Ġ.", + "..Ċ" + ], + [ + "Ġ...", + "Ċ" + ], + [ + "Ġ..", + ".Ċ" + ], + [ + "Ġengine", + "er" + ], + [ + "Ġad", + "opt" + ], + [ + "Ġadop", + "t" + ], + [ + "o", + "uri" + ], + [ + "ou", + "ri" + ], + [ + "our", + "i" + ], + [ + "Ġdis", + "charge" + ], + [ + "Ġdischar", + "ge" + ], + [ + "-", + "American" + ], + [ + "-A", + "merican" + ], + [ + "Ġsur", + "prising" + ], + [ + "Ġsurpris", + "ing" + ], + [ + "Ġatt", + "ractive" + ], + [ + "Ġattract", + "ive" + ], + [ + "Ġ", + "occupied" + ], + [ + "Ġoccup", + "ied" + ], + [ + "Ġneg", + "lect" + ], + [ + "Ġnegl", + "ect" + ], + [ + "a", + "tus" + ], + [ + "at", + "us" + ], + [ + "atu", + "s" + ], + [ + "Ġ", + "vig" + ], + [ + "Ġv", + "ig" + ], + [ + "Ġvi", + "g" + ], + [ + "id", + "eo" + ], + [ + "ide", + "o" + ], + [ + "Ġinit", + "iatives" + ], + [ + "Ġiniti", + "atives" + ], + [ + "Ġinitiative", + "s" + ], + [ + "Ġd", + "ipl" + ], + [ + "Ġdi", + "pl" + ], + [ + "Ġdip", + "l" + ], + [ + "i", + "fer" + ], + [ + "if", + "er" + ], + [ + "ife", + "r" + ], + [ + "a", + "gen" + ], + [ + "ag", + "en" + ], + [ + "age", + "n" + ], + [ + "Ġ", + "Effect" + ], + [ + "ĠE", + "ffect" + ], + [ + "ĠEff", + "ect" + ], + [ + "ĠEf", + "fect" + ], + [ + "Ġmy", + "self" + ], + [ + "Ġmys", + "elf" + ], + [ + "Ġut", + "ility" + ], + [ + "Ġutil", + "ity" + ], + [ + "Ġperfect", + "ly" + ], + [ + "Ġd", + "isk" + ], + [ + "Ġdis", + "k" + ], + [ + "Ġdi", + "sk" + ], + [ + "e", + "ras" + ], + [ + "er", + "as" + ], + [ + "era", + "s" + ], + [ + "Ġsym", + "ptom" + ], + [ + "Ġsymp", + "tom" + ], + [ + "Ġa", + "rise" + ], + [ + "Ġar", + "ise" + ], + [ + ".", + ";" + ], + [ + "Ġ", + "wing" + ], + [ + "Ġw", + "ing" + ], + [ + "Ġwin", + "g" + ], + [ + "Ġwi", + "ng" + ], + [ + "Ġout", + "line" + ], + [ + "Ġoutl", + "ine" + ], + [ + "Ġ", + "bite" + ], + [ + "Ġb", + "ite" + ], + [ + "Ġbi", + "te" + ], + [ + "Ġbit", + "e" + ], + [ + "Ġ", + "Nutrition" + ], + [ + "ĠN", + "utrition" + ], + [ + "ĠNut", + "rition" + ], + [ + "ĠNutr", + "ition" + ], + [ + "Ġ", + "Invest" + ], + [ + "ĠIn", + "vest" + ], + [ + "ĠInv", + "est" + ], + [ + "Ġt", + "act" + ], + [ + "Ġta", + "ct" + ], + [ + "Ġtac", + "t" + ], + [ + "or", + "ne" + ], + [ + "orn", + "e" + ], + [ + "Ġb", + "ias" + ], + [ + "Ġbi", + "as" + ], + [ + "Ġdistingu", + "ish" + ], + [ + "Ġst", + "raw" + ], + [ + "Ġstr", + "aw" + ], + [ + "Ġstra", + "w" + ], + [ + "Ġ", + "stere" + ], + [ + "Ġst", + "ere" + ], + [ + "Ġste", + "re" + ], + [ + "Ġster", + "e" + ], + [ + "au", + "thor" + ], + [ + "aut", + "hor" + ], + [ + "o", + "ols" + ], + [ + "ool", + "s" + ], + [ + "oo", + "ls" + ], + [ + "t", + "hew" + ], + [ + "th", + "ew" + ], + [ + "the", + "w" + ], + [ + "ust", + "ainable" + ], + [ + "ustain", + "able" + ], + [ + "m", + "ented" + ], + [ + "ment", + "ed" + ], + [ + "men", + "ted" + ], + [ + "Ġn", + "otion" + ], + [ + "Ġnot", + "ion" + ], + [ + "Ġno", + "tion" + ], + [ + "Ġapp", + "arently" + ], + [ + "Ġapparent", + "ly" + ], + [ + "Ġappar", + "ently" + ], + [ + "ĠC", + "reek" + ], + [ + "ĠCre", + "ek" + ], + [ + "ĠCr", + "eek" + ], + [ + "ĠCree", + "k" + ], + [ + "c", + "led" + ], + [ + "cl", + "ed" + ], + [ + "cle", + "d" + ], + [ + "Ġking", + "dom" + ], + [ + "Ġtheore", + "tical" + ], + [ + "Ġimp", + "roves" + ], + [ + "Ġimpro", + "ves" + ], + [ + "Ġimprove", + "s" + ], + [ + "Ġimprov", + "es" + ], + [ + "u", + "is" + ], + [ + "ui", + "s" + ], + [ + "g", + "a" + ], + [ + "Ġacc", + "idents" + ], + [ + "Ġaccident", + "s" + ], + [ + "Ġ", + "Justice" + ], + [ + "ĠJu", + "stice" + ], + [ + "ĠJust", + "ice" + ], + [ + "Ġcand", + "idate" + ], + [ + "Ġcandid", + "ate" + ], + [ + "Ġcandida", + "te" + ], + [ + "Ġ", + "Islamic" + ], + [ + "ĠIs", + "lamic" + ], + [ + "ĠIsl", + "amic" + ], + [ + "ĠIslam", + "ic" + ], + [ + "ĠIsla", + "mic" + ], + [ + "Ġ", + "Portug" + ], + [ + "ĠPort", + "ug" + ], + [ + "Ã", + "¤" + ], + [ + "Ġd", + "ried" + ], + [ + "Ġdr", + "ied" + ], + [ + "Ġdri", + "ed" + ], + [ + "b", + "est" + ], + [ + "be", + "st" + ], + [ + "bes", + "t" + ], + [ + "on", + "ents" + ], + [ + "onent", + "s" + ], + [ + "Ġ", + "Squ" + ], + [ + "ĠS", + "qu" + ], + [ + "Ġ", + "brush" + ], + [ + "Ġb", + "rush" + ], + [ + "Ġbr", + "ush" + ], + [ + "Ġbru", + "sh" + ], + [ + "Ġbrus", + "h" + ], + [ + "Ġin", + "vented" + ], + [ + "Ġinv", + "ented" + ], + [ + "Ġinvent", + "ed" + ], + [ + "Ġpriv", + "ile" + ], + [ + "Ġ", + "therm" + ], + [ + "Ġthe", + "rm" + ], + [ + "Ġth", + "erm" + ], + [ + "Ġther", + "m" + ], + [ + "Ġvis", + "its" + ], + [ + "Ġvisit", + "s" + ], + [ + "u", + "gs" + ], + [ + "ug", + "s" + ], + [ + ".", + "p" + ], + [ + "Ġl", + "ogical" + ], + [ + "Ġlo", + "gical" + ], + [ + "Ġlog", + "ical" + ], + [ + "Ġlogic", + "al" + ], + [ + "Ġlect", + "ure" + ], + [ + "in", + "ger" + ], + [ + "ing", + "er" + ], + [ + "inge", + "r" + ], + [ + "Ġpre", + "vents" + ], + [ + "Ġpr", + "events" + ], + [ + "Ġprevent", + "s" + ], + [ + "Ġprev", + "ents" + ], + [ + "iv", + "ities" + ], + [ + "ivi", + "ties" + ], + [ + "Ġ", + "Having" + ], + [ + "ĠH", + "aving" + ], + [ + "ĠHa", + "ving" + ], + [ + "ĠHav", + "ing" + ], + [ + "iss", + "ance" + ], + [ + "issa", + "nce" + ], + [ + "issan", + "ce" + ], + [ + "f", + "lu" + ], + [ + "fl", + "u" + ], + [ + "M", + "ed" + ], + [ + "Me", + "d" + ], + [ + "Ġd", + "raft" + ], + [ + "Ġdr", + "aft" + ], + [ + "Ġdra", + "ft" + ], + [ + "Ġ", + "Due" + ], + [ + "ĠD", + "ue" + ], + [ + "ĠDu", + "e" + ], + [ + "Ġd", + "ish" + ], + [ + "Ġdis", + "h" + ], + [ + "Ġdi", + "sh" + ], + [ + "Ġin", + "stances" + ], + [ + "Ġinst", + "ances" + ], + [ + "Ġinstance", + "s" + ], + [ + "Ġ", + "Mexican" + ], + [ + "ĠMexic", + "an" + ], + [ + "health", + "y" + ], + [ + "heal", + "thy" + ], + [ + "a", + "cles" + ], + [ + "ac", + "les" + ], + [ + "acle", + "s" + ], + [ + "acl", + "es" + ], + [ + "g", + "han" + ], + [ + "gh", + "an" + ], + [ + "gha", + "n" + ], + [ + "Ġ", + "grams" + ], + [ + "Ġg", + "rams" + ], + [ + "Ġgra", + "ms" + ], + [ + "Ġgr", + "ams" + ], + [ + "Ġgram", + "s" + ], + [ + "Ġ", + "hybrid" + ], + [ + "Ġhy", + "brid" + ], + [ + "Ġf", + "raction" + ], + [ + "Ġfra", + "ction" + ], + [ + "Ġfr", + "action" + ], + [ + "Ġfract", + "ion" + ], + [ + "Ġ", + "cuts" + ], + [ + "Ġc", + "uts" + ], + [ + "Ġcut", + "s" + ], + [ + "Ġcu", + "ts" + ], + [ + "Ġd", + "imensions" + ], + [ + "Ġdimens", + "ions" + ], + [ + "Ġdim", + "ensions" + ], + [ + "Ġdimension", + "s" + ], + [ + "t", + "his" + ], + [ + "th", + "is" + ], + [ + "thi", + "s" + ], + [ + "er", + "ving" + ], + [ + "erv", + "ing" + ], + [ + "th", + "rough" + ], + [ + "Ġ", + "kg" + ], + [ + "Ġk", + "g" + ], + [ + "Ġc", + "igare" + ], + [ + "Ġcigar", + "e" + ], + [ + "c", + "oin" + ], + [ + "co", + "in" + ], + [ + "S", + "ub" + ], + [ + "Su", + "b" + ], + [ + "Ġre", + "late" + ], + [ + "Ġrel", + "ate" + ], + [ + "Ġrelat", + "e" + ], + [ + "n", + "ia" + ], + [ + "ni", + "a" + ], + [ + "o", + "ving" + ], + [ + "ov", + "ing" + ], + [ + "Ġ", + "ultimate" + ], + [ + "Ġult", + "imate" + ], + [ + "Ġ", + "Article" + ], + [ + "ĠArt", + "icle" + ], + [ + "ĠArtic", + "le" + ], + [ + "Ġm", + "uc" + ], + [ + "Ġmu", + "c" + ], + [ + "r", + "and" + ], + [ + "ra", + "nd" + ], + [ + "ran", + "d" + ], + [ + "Ġabs", + "olutely" + ], + [ + "Ġabsolute", + "ly" + ], + [ + "hav", + "ior" + ], + [ + "ĠG", + "reece" + ], + [ + "ĠGree", + "ce" + ], + [ + "Ġapp", + "lies" + ], + [ + "Ġappl", + "ies" + ], + [ + "Ġsw", + "imming" + ], + [ + "Ġswim", + "ming" + ], + [ + "Ġ", + "OS" + ], + [ + "ĠO", + "S" + ], + [ + "Ġ", + "pipe" + ], + [ + "Ġp", + "ipe" + ], + [ + "Ġpi", + "pe" + ], + [ + "Ġpip", + "e" + ], + [ + "Ġ", + "wise" + ], + [ + "Ġw", + "ise" + ], + [ + "Ġwi", + "se" + ], + [ + "Ġwis", + "e" + ], + [ + "Ġ", + "Emer" + ], + [ + "ĠE", + "mer" + ], + [ + "ĠEm", + "er" + ], + [ + "i", + "rable" + ], + [ + "ir", + "able" + ], + [ + "ira", + "ble" + ], + [ + "irab", + "le" + ], + [ + "T", + "H" + ], + [ + "Ġmist", + "akes" + ], + [ + "Ġmistake", + "s" + ], + [ + "Ġ", + "Hindu" + ], + [ + "ĠH", + "indu" + ], + [ + "ĠHind", + "u" + ], + [ + "ĠHin", + "du" + ], + [ + "Ġre", + "vers" + ], + [ + "Ġrev", + "ers" + ], + [ + "Ġreve", + "rs" + ], + [ + "Ġrever", + "s" + ], + [ + "Ġ", + "Cop" + ], + [ + "ĠC", + "op" + ], + [ + "ĠCo", + "p" + ], + [ + "en", + "ced" + ], + [ + "ence", + "d" + ], + [ + "enc", + "ed" + ], + [ + "igh", + "th" + ], + [ + "ight", + "h" + ], + [ + "Ġdist", + "urb" + ], + [ + "Ġdistur", + "b" + ], + [ + "Ġin", + "door" + ], + [ + "Ġind", + "oor" + ], + [ + "Ġindo", + "or" + ], + [ + "t", + "rans" + ], + [ + "tra", + "ns" + ], + [ + "tr", + "ans" + ], + [ + "Ġ", + "bullying" + ], + [ + "Ġbul", + "lying" + ], + [ + "Ġbull", + "ying" + ], + [ + "Ġbully", + "ing" + ], + [ + "Ġtum", + "ors" + ], + [ + "Ġtumor", + "s" + ], + [ + "Ġalgorith", + "ms" + ], + [ + "Ġalgorithm", + "s" + ], + [ + "Ġc", + "ab" + ], + [ + "Ġca", + "b" + ], + [ + "Ġwhe", + "never" + ], + [ + "Ġwhen", + "ever" + ], + [ + "Ġdiagn", + "ostic" + ], + [ + "Ġb", + "orrow" + ], + [ + "Ġbor", + "row" + ], + [ + "Ġs", + "heets" + ], + [ + "Ġshe", + "ets" + ], + [ + "Ġsheet", + "s" + ], + [ + "Ġsum", + "mar" + ], + [ + "Ġsumm", + "ar" + ], + [ + "ĠCon", + "ference" + ], + [ + "ĠConf", + "erence" + ], + [ + "Ġch", + "annels" + ], + [ + "Ġchann", + "els" + ], + [ + "Ġchannel", + "s" + ], + [ + "Ġacc", + "ounting" + ], + [ + "Ġaccount", + "ing" + ], + [ + "o", + "wered" + ], + [ + "ow", + "ered" + ], + [ + "ower", + "ed" + ], + [ + "owe", + "red" + ], + [ + "Ġ", + "worker" + ], + [ + "Ġwor", + "ker" + ], + [ + "Ġwork", + "er" + ], + [ + "Ġ", + "cycles" + ], + [ + "Ġcy", + "cles" + ], + [ + "Ġcycle", + "s" + ], + [ + "Ġcycl", + "es" + ], + [ + "Ġ", + "Later" + ], + [ + "ĠL", + "ater" + ], + [ + "ĠLa", + "ter" + ], + [ + "ĠLat", + "er" + ], + [ + "ĠLate", + "r" + ], + [ + "Ġcert", + "ific" + ], + [ + "Ġl", + "ingu" + ], + [ + "Ġlin", + "gu" + ], + [ + "Ġling", + "u" + ], + [ + "Ġ", + "Fil" + ], + [ + "ĠF", + "il" + ], + [ + "ĠFi", + "l" + ], + [ + "Ġshel", + "ter" + ], + [ + "i", + "la" + ], + [ + "il", + "a" + ], + [ + "ur", + "se" + ], + [ + "urs", + "e" + ], + [ + "ĠTest", + "ament" + ], + [ + "Ġ", + "Computer" + ], + [ + "ĠComp", + "uter" + ], + [ + "Ġ", + "Oregon" + ], + [ + "ĠO", + "regon" + ], + [ + "ĠOre", + "gon" + ], + [ + "Ġ", + "ster" + ], + [ + "Ġs", + "ter" + ], + [ + "Ġst", + "er" + ], + [ + "Ġste", + "r" + ], + [ + "c", + "laim" + ], + [ + "cl", + "aim" + ], + [ + "Ġre", + "productive" + ], + [ + "Ġrep", + "roductive" + ], + [ + "Ġreprodu", + "ctive" + ], + [ + "E", + "ng" + ], + [ + "En", + "g" + ], + [ + "Ġd", + "imin" + ], + [ + "Ġdi", + "min" + ], + [ + "Ġdim", + "in" + ], + [ + "Ġbutter", + "f" + ], + [ + "Ġb", + "rowser" + ], + [ + "Ġbrows", + "er" + ], + [ + "Ġbrowse", + "r" + ], + [ + "Ġbrow", + "ser" + ], + [ + "Ġ", + "Right" + ], + [ + "ĠR", + "ight" + ], + [ + "ĠRig", + "ht" + ], + [ + "Ġ", + "cellular" + ], + [ + "Ġc", + "ellular" + ], + [ + "Ġcell", + "ular" + ], + [ + "Ġcellul", + "ar" + ], + [ + "u", + "ris" + ], + [ + "ur", + "is" + ], + [ + "uri", + "s" + ], + [ + "Ġ", + "achieving" + ], + [ + "Ġachie", + "ving" + ], + [ + "Ġach", + "ieving" + ], + [ + "Ġown", + "ership" + ], + [ + "Ġowners", + "hip" + ], + [ + "Ġowner", + "ship" + ], + [ + "Ġt", + "otally" + ], + [ + "Ġtot", + "ally" + ], + [ + "Ġtotal", + "ly" + ], + [ + "Ġancest", + "ors" + ], + [ + "Ġancestor", + "s" + ], + [ + "j", + "i" + ], + [ + "Ġ", + "rib" + ], + [ + "Ġr", + "ib" + ], + [ + "Ġ", + "Santa" + ], + [ + "ĠS", + "anta" + ], + [ + "ĠSan", + "ta" + ], + [ + "ĠSant", + "a" + ], + [ + "Ġrest", + "rictions" + ], + [ + "Ġrestrict", + "ions" + ], + [ + "Ġrestriction", + "s" + ], + [ + "ab", + "out" + ], + [ + "abo", + "ut" + ], + [ + "Ġsed", + "iment" + ], + [ + "Ġsh", + "oulder" + ], + [ + "Ġshould", + "er" + ], + [ + "Ġvill", + "ages" + ], + [ + "Ġvillage", + "s" + ], + [ + "Ġvilla", + "ges" + ], + [ + "Ġperson", + "nel" + ], + [ + "A", + "ny" + ], + [ + "An", + "y" + ], + [ + "b", + "ell" + ], + [ + "be", + "ll" + ], + [ + "bel", + "l" + ], + [ + "Ġ", + "Norm" + ], + [ + "ĠN", + "orm" + ], + [ + "ĠNo", + "rm" + ], + [ + "ĠNor", + "m" + ], + [ + "r", + "edit" + ], + [ + "red", + "it" + ], + [ + "ĠMed", + "iterranean" + ], + [ + "ĠPro", + "ble" + ], + [ + "ĠPr", + "oble" + ], + [ + "ĠProb", + "le" + ], + [ + "âĢľ", + "It" + ], + [ + "âĢľI", + "t" + ], + [ + "Ġ", + "Researchers" + ], + [ + "ĠRes", + "earchers" + ], + [ + "ĠResearch", + "ers" + ], + [ + "ĠResearcher", + "s" + ], + [ + "Ġ", + "Apple" + ], + [ + "ĠApp", + "le" + ], + [ + "ĠAp", + "ple" + ], + [ + "ĠAppl", + "e" + ], + [ + "Ġfav", + "our" + ], + [ + "Ġex", + "hibition" + ], + [ + "Ġexhib", + "ition" + ], + [ + "Ġexhibit", + "ion" + ], + [ + "Ġ", + "Put" + ], + [ + "ĠP", + "ut" + ], + [ + "ĠPu", + "t" + ], + [ + "Q", + "L" + ], + [ + "z", + "one" + ], + [ + "zo", + "ne" + ], + [ + "zon", + "e" + ], + [ + "Ġ", + "Indeed" + ], + [ + "ĠInd", + "eed" + ], + [ + "Ġ", + "Economic" + ], + [ + "ĠEconom", + "ic" + ], + [ + "ĠEc", + "onomic" + ], + [ + "Ġ(", + "âĢľ" + ], + [ + "i", + "tical" + ], + [ + "it", + "ical" + ], + [ + "itic", + "al" + ], + [ + "iti", + "cal" + ], + [ + "Ġu", + "nem" + ], + [ + "Ġun", + "em" + ], + [ + "Ġune", + "m" + ], + [ + "Ġb", + "ought" + ], + [ + "Ġbo", + "ught" + ], + [ + "Ġ", + "blo" + ], + [ + "Ġb", + "lo" + ], + [ + "Ġbl", + "o" + ], + [ + "a", + "ping" + ], + [ + "ap", + "ing" + ], + [ + "api", + "ng" + ], + [ + "m", + "ann" + ], + [ + "man", + "n" + ], + [ + "ma", + "nn" + ], + [ + "u", + "led" + ], + [ + "ul", + "ed" + ], + [ + "ule", + "d" + ], + [ + "Ġ", + "Hard" + ], + [ + "ĠH", + "ard" + ], + [ + "ĠHar", + "d" + ], + [ + "ĠHa", + "rd" + ], + [ + "Ġh", + "urt" + ], + [ + "Ġhur", + "t" + ], + [ + "Ġhu", + "rt" + ], + [ + "Ġ", + "Fish" + ], + [ + "ĠF", + "ish" + ], + [ + "ĠFi", + "sh" + ], + [ + "Ġd", + "eer" + ], + [ + "Ġde", + "er" + ], + [ + "Ġdiv", + "ide" + ], + [ + "Ġdivid", + "e" + ], + [ + "en", + "ter" + ], + [ + "ent", + "er" + ], + [ + "ente", + "r" + ], + [ + "Ġaltern", + "atives" + ], + [ + "Ġalternative", + "s" + ], + [ + "Ġpr", + "osper" + ], + [ + "Ġpros", + "per" + ], + [ + "Ġprosp", + "er" + ], + [ + "Ġ", + "ber" + ], + [ + "Ġb", + "er" + ], + [ + "Ġbe", + "r" + ], + [ + "Ġ", + "Philadelphia" + ], + [ + "ĠPhil", + "adelphia" + ], + [ + "Ġs", + "hade" + ], + [ + "Ġsh", + "ade" + ], + [ + "Ġshad", + "e" + ], + [ + "Ġpred", + "ators" + ], + [ + "Ġpredator", + "s" + ], + [ + "d", + "d" + ], + [ + "h", + "ester" + ], + [ + "he", + "ster" + ], + [ + "hes", + "ter" + ], + [ + "hest", + "er" + ], + [ + "-", + "J" + ], + [ + "Ġsp", + "atial" + ], + [ + "Ġspat", + "ial" + ], + [ + "Ġcol", + "lections" + ], + [ + "Ġcolle", + "ctions" + ], + [ + "Ġcollect", + "ions" + ], + [ + "Ġcoll", + "ections" + ], + [ + "Ġcollection", + "s" + ], + [ + "e", + "em" + ], + [ + "ee", + "m" + ], + [ + "Ġ", + "nom" + ], + [ + "Ġn", + "om" + ], + [ + "Ġno", + "m" + ], + [ + "Ġt", + "oxins" + ], + [ + "Ġtox", + "ins" + ], + [ + "Ġtoxin", + "s" + ], + [ + "S", + "ec" + ], + [ + "Se", + "c" + ], + [ + "Ġ", + "Move" + ], + [ + "ĠM", + "ove" + ], + [ + "ĠMo", + "ve" + ], + [ + "ĠMov", + "e" + ], + [ + "Ġwith", + "draw" + ], + [ + "Ġwithd", + "raw" + ], + [ + "Ġm", + "agnitude" + ], + [ + "Ġmagn", + "itude" + ], + [ + "i", + "ner" + ], + [ + "in", + "er" + ], + [ + "ine", + "r" + ], + [ + "Ġ", + "ow" + ], + [ + "Ġo", + "w" + ], + [ + "Ġst", + "abil" + ], + [ + "Ġsta", + "bil" + ], + [ + "Ġstab", + "il" + ], + [ + "Ġin", + "vention" + ], + [ + "Ġinv", + "ention" + ], + [ + "Ġinvent", + "ion" + ], + [ + "Ġapp", + "l" + ], + [ + "Ġap", + "pl" + ], + [ + "Ġtrans", + "c" + ], + [ + "Ġtran", + "sc" + ], + [ + "Ġfac", + "ulty" + ], + [ + "Ġfacult", + "y" + ], + [ + "if", + "ice" + ], + [ + "ific", + "e" + ], + [ + "ifi", + "ce" + ], + [ + "Ġ", + "rough" + ], + [ + "Ġr", + "ough" + ], + [ + "Ġro", + "ugh" + ], + [ + "Ġrou", + "gh" + ], + [ + "Ġroug", + "h" + ], + [ + "Ġr", + "obots" + ], + [ + "Ġro", + "bots" + ], + [ + "Ġrob", + "ots" + ], + [ + "Ġrobot", + "s" + ], + [ + "Ġinflu", + "enza" + ], + [ + "Ġinfluen", + "za" + ], + [ + "R", + "C" + ], + [ + "Ġ", + "Cost" + ], + [ + "ĠC", + "ost" + ], + [ + "ĠCo", + "st" + ], + [ + "ĠCos", + "t" + ], + [ + "Ġ", + ";" + ], + [ + "Ġmem", + "ories" + ], + [ + "Ġmemor", + "ies" + ], + [ + "Ġmemo", + "ries" + ], + [ + "Ġen", + "cl" + ], + [ + "Ġenc", + "l" + ], + [ + "Ġ", + "tag" + ], + [ + "Ġt", + "ag" + ], + [ + "Ġta", + "g" + ], + [ + "Ġ", + "Action" + ], + [ + "ĠA", + "ction" + ], + [ + "ĠAct", + "ion" + ], + [ + "ĠAc", + "tion" + ], + [ + "Ġrest", + "ricted" + ], + [ + "Ġrestrict", + "ed" + ], + [ + "t", + "erior" + ], + [ + "ter", + "ior" + ], + [ + "te", + "rior" + ], + [ + "Ġs", + "ectors" + ], + [ + "Ġse", + "ctors" + ], + [ + "Ġsect", + "ors" + ], + [ + "Ġsector", + "s" + ], + [ + "Ġleg", + "end" + ], + [ + "E", + "A" + ], + [ + "r", + "ium" + ], + [ + "ri", + "um" + ], + [ + "Ġp", + "rone" + ], + [ + "Ġpro", + "ne" + ], + [ + "Ġpr", + "one" + ], + [ + "Ġpron", + "e" + ], + [ + "Res", + "earch" + ], + [ + "Re", + "search" + ], + [ + "Ġwe", + "aken" + ], + [ + "Ġweak", + "en" + ], + [ + "Ġfertil", + "izer" + ], + [ + "Ġfertilize", + "r" + ], + [ + "Ġdevelop", + "ers" + ], + [ + "Ġdeveloper", + "s" + ], + [ + "Ġevolution", + "ary" + ], + [ + "Ġemploy", + "ee" + ], + [ + "Ġ", + "ending" + ], + [ + "Ġen", + "ding" + ], + [ + "Ġend", + "ing" + ], + [ + "ce", + "ptions" + ], + [ + "cept", + "ions" + ], + [ + "ception", + "s" + ], + [ + "Ġkil", + "ometers" + ], + [ + "Ġkilomet", + "ers" + ], + [ + "Ġkilometer", + "s" + ], + [ + "Ġkilo", + "meters" + ], + [ + "Ġref", + "lection" + ], + [ + "Ġreflect", + "ion" + ], + [ + "Ġsuggest", + "ions" + ], + [ + "Ġsuggestion", + "s" + ], + [ + "Ġl", + "un" + ], + [ + "Ġstat", + "istical" + ], + [ + "Ġstatistic", + "al" + ], + [ + "urric", + "ane" + ], + [ + "o", + "uses" + ], + [ + "ou", + "ses" + ], + [ + "ous", + "es" + ], + [ + "ouse", + "s" + ], + [ + "Ġrob", + "ust" + ], + [ + "Ġ", + "Chief" + ], + [ + "ĠCh", + "ief" + ], + [ + "ĠChi", + "ef" + ], + [ + "Ġe", + "rosion" + ], + [ + "Ġer", + "osion" + ], + [ + "Ġtrans", + "ferred" + ], + [ + "Ġtransfer", + "red" + ], + [ + "Ġtransf", + "erred" + ], + [ + "Ã", + "±" + ], + [ + "Ġ", + "Gar" + ], + [ + "ĠG", + "ar" + ], + [ + "ĠGa", + "r" + ], + [ + "*", + "*" + ], + [ + "Ġ", + "Print" + ], + [ + "ĠP", + "rint" + ], + [ + "ĠPr", + "int" + ], + [ + "ĠPri", + "nt" + ], + [ + "Ġg", + "ods" + ], + [ + "Ġgo", + "ds" + ], + [ + "Ġgod", + "s" + ], + [ + "i", + "co" + ], + [ + "ic", + "o" + ], + [ + "Th", + "rough" + ], + [ + "i", + "tus" + ], + [ + "it", + "us" + ], + [ + "itu", + "s" + ], + [ + "Ġch", + "urches" + ], + [ + "Ġchurch", + "es" + ], + [ + "Ġ", + "Ha" + ], + [ + "ĠH", + "a" + ], + [ + "Ġath", + "letes" + ], + [ + "Ġathlet", + "es" + ], + [ + "Ġathlete", + "s" + ], + [ + "Ġ", + "Blood" + ], + [ + "ĠBl", + "ood" + ], + [ + "ĠBlo", + "od" + ], + [ + "Ġconf", + "licts" + ], + [ + "Ġconflic", + "ts" + ], + [ + "Ġconflict", + "s" + ], + [ + "ys", + "ical" + ], + [ + "Ġfin", + "gers" + ], + [ + "Ġfing", + "ers" + ], + [ + "Ġfinger", + "s" + ], + [ + "D", + "L" + ], + [ + "T", + "ra" + ], + [ + "Tr", + "a" + ], + [ + "Ġne", + "ural" + ], + [ + "Ġneur", + "al" + ], + [ + "Ġneu", + "ral" + ], + [ + "Ġvict", + "ory" + ], + [ + "Ġvictor", + "y" + ], + [ + "Ġsh", + "ares" + ], + [ + "Ġshare", + "s" + ], + [ + "Ġshar", + "es" + ], + [ + "Ġre", + "plic" + ], + [ + "Ġrep", + "lic" + ], + [ + "Ġrepl", + "ic" + ], + [ + "Ġim", + "agination" + ], + [ + "Ġimag", + "ination" + ], + [ + "Ġimagin", + "ation" + ], + [ + "Ġ", + "Schools" + ], + [ + "ĠSchool", + "s" + ], + [ + "ĠSch", + "ools" + ], + [ + "Ġf", + "ant" + ], + [ + "Ġfa", + "nt" + ], + [ + "Ġfan", + "t" + ], + [ + "Ġ", + "pine" + ], + [ + "Ġp", + "ine" + ], + [ + "Ġpi", + "ne" + ], + [ + "Ġpin", + "e" + ], + [ + "Ġexp", + "anding" + ], + [ + "Ġexpand", + "ing" + ], + [ + "ol", + "ph" + ], + [ + "Ġs", + "cales" + ], + [ + "Ġsc", + "ales" + ], + [ + "Ġscale", + "s" + ], + [ + "Ġscal", + "es" + ], + [ + "Ġre", + "pet" + ], + [ + "Ġrep", + "et" + ], + [ + "Ġrepe", + "t" + ], + [ + "Ġfl", + "avor" + ], + [ + "Ġflav", + "or" + ], + [ + "i", + "ano" + ], + [ + "ia", + "no" + ], + [ + "ian", + "o" + ], + [ + "U", + "L" + ], + [ + "e", + "mor" + ], + [ + "em", + "or" + ], + [ + "Ġin", + "direct" + ], + [ + "Ġind", + "irect" + ], + [ + "b", + "ered" + ], + [ + "ber", + "ed" + ], + [ + "be", + "red" + ], + [ + "Ġir", + "rigation" + ], + [ + "Ġirrig", + "ation" + ], + [ + "Ġen", + "zymes" + ], + [ + "Ġenzyme", + "s" + ], + [ + "Ġenzym", + "es" + ], + [ + "Ġ", + ")" + ], + [ + "Ġab", + "undant" + ], + [ + "Ġabund", + "ant" + ], + [ + "e", + "lihood" + ], + [ + "el", + "ihood" + ], + [ + "eli", + "hood" + ], + [ + "R", + "el" + ], + [ + "Re", + "l" + ], + [ + "Ġc", + "rack" + ], + [ + "Ġcr", + "ack" + ], + [ + "Ġcra", + "ck" + ], + [ + "Ġ", + "Support" + ], + [ + "ĠSupp", + "ort" + ], + [ + "ĠSup", + "port" + ], + [ + "Ġbe", + "et" + ], + [ + "Ġbee", + "t" + ], + [ + "Ġn", + "umer" + ], + [ + "Ġnum", + "er" + ], + [ + "Ġnu", + "mer" + ], + [ + "Ġplat", + "forms" + ], + [ + "Ġplatform", + "s" + ], + [ + "i", + "ka" + ], + [ + "ik", + "a" + ], + [ + "Ġ", + "acceptable" + ], + [ + "Ġaccept", + "able" + ], + [ + "Ġ", + "Wed" + ], + [ + "ĠW", + "ed" + ], + [ + "ĠWe", + "d" + ], + [ + "Ġ", + "es" + ], + [ + "Ġe", + "s" + ], + [ + "Ġsur", + "rounded" + ], + [ + "Ġsurround", + "ed" + ], + [ + "S", + "P" + ], + [ + "Ġ", + "Rail" + ], + [ + "ĠR", + "ail" + ], + [ + "ĠRa", + "il" + ], + [ + "ĠRai", + "l" + ], + [ + "Ġp", + "ayment" + ], + [ + "Ġpay", + "ment" + ], + [ + "Ġre", + "venue" + ], + [ + "Ġreven", + "ue" + ], + [ + "st", + "ant" + ], + [ + "stan", + "t" + ], + [ + "sta", + "nt" + ], + [ + "Ġ", + "Ont" + ], + [ + "ĠO", + "nt" + ], + [ + "ĠOn", + "t" + ], + [ + "a", + "ved" + ], + [ + "av", + "ed" + ], + [ + "ave", + "d" + ], + [ + ".", + "The" + ], + [ + ".T", + "he" + ], + [ + "Ġe", + "aten" + ], + [ + "Ġeat", + "en" + ], + [ + "Ġcarb", + "ohydrates" + ], + [ + "Ġcarbohyd", + "rates" + ], + [ + "Ġcarbohydrate", + "s" + ], + [ + "Ġse", + "iz" + ], + [ + "isc", + "ipl" + ], + [ + "r", + "icks" + ], + [ + "ri", + "cks" + ], + [ + "ric", + "ks" + ], + [ + "rick", + "s" + ], + [ + "Ġmeet", + "ings" + ], + [ + "Ġmeeting", + "s" + ], + [ + "Ġe", + "mit" + ], + [ + "Ġem", + "it" + ], + [ + "Ġest", + "ablishing" + ], + [ + "Ġestab", + "lishing" + ], + [ + "Ġestablish", + "ing" + ], + [ + "Ð", + "¾" + ], + [ + "Ġper", + "mit" + ], + [ + "Ġperm", + "it" + ], + [ + "Ġabsor", + "bed" + ], + [ + "Ġabsorb", + "ed" + ], + [ + "Ġ", + "enzyme" + ], + [ + "Ġen", + "zyme" + ], + [ + "Ġenzym", + "e" + ], + [ + "d", + "uate" + ], + [ + "du", + "ate" + ], + [ + "-", + "friendly" + ], + [ + "-f", + "riendly" + ], + [ + "Ġ", + "Unlike" + ], + [ + "ĠUn", + "like" + ], + [ + "is", + "ting" + ], + [ + "ist", + "ing" + ], + [ + "ĠH", + "im" + ], + [ + "ĠHi", + "m" + ], + [ + "Ġ", + "rh" + ], + [ + "Ġr", + "h" + ], + [ + "ĠCon", + "vention" + ], + [ + "ĠConv", + "ention" + ], + [ + "Ġdes", + "cribing" + ], + [ + "Ġdesc", + "ribing" + ], + [ + "Ġdescrib", + "ing" + ], + [ + "Ġsim", + "ultaneously" + ], + [ + "Ġsimult", + "aneously" + ], + [ + "Ġsimultaneous", + "ly" + ], + [ + "Ġed", + "ges" + ], + [ + "Ġedge", + "s" + ], + [ + "Ġrepresent", + "ative" + ], + [ + "G", + "e" + ], + [ + "Ġocc", + "asionally" + ], + [ + "Ġoccasion", + "ally" + ], + [ + "Ġoccasional", + "ly" + ], + [ + "Ġsurvey", + "s" + ], + [ + "Ġsurve", + "ys" + ], + [ + "Ġdefin", + "itions" + ], + [ + "Ġdefinition", + "s" + ], + [ + "m", + "ental" + ], + [ + "ment", + "al" + ], + [ + "men", + "tal" + ], + [ + "Ġpro", + "long" + ], + [ + "Ġprol", + "ong" + ], + [ + "z", + "er" + ], + [ + "ze", + "r" + ], + [ + "Ġ", + "burned" + ], + [ + "Ġb", + "urned" + ], + [ + "Ġbur", + "ned" + ], + [ + "Ġburn", + "ed" + ], + [ + "Ġmet", + "abolic" + ], + [ + "Ġmetab", + "olic" + ], + [ + "Ġmetabol", + "ic" + ], + [ + "Ġmeta", + "bolic" + ], + [ + "\"", + "We" + ], + [ + "Ġre", + "mem" + ], + [ + "Ġrem", + "em" + ], + [ + "Ġinhabit", + "ants" + ], + [ + "Ġinhabitant", + "s" + ], + [ + "Ġ", + "Fair" + ], + [ + "ĠF", + "air" + ], + [ + "ĠFa", + "ir" + ], + [ + "Ġamong", + "st" + ], + [ + "nes", + "ota" + ], + [ + "R", + "eg" + ], + [ + "Re", + "g" + ], + [ + "Ġeld", + "erly" + ], + [ + "Ġelder", + "ly" + ], + [ + "Ġ", + "plates" + ], + [ + "Ġp", + "lates" + ], + [ + "Ġpl", + "ates" + ], + [ + "Ġplat", + "es" + ], + [ + "Ġplate", + "s" + ], + [ + "Ġpla", + "tes" + ], + [ + "Ġ", + "Music" + ], + [ + "ĠMus", + "ic" + ], + [ + "ĠMu", + "sic" + ], + [ + "Ġs", + "ister" + ], + [ + "Ġsi", + "ster" + ], + [ + "Ġf", + "itness" + ], + [ + "Ġfit", + "ness" + ], + [ + "Ġassess", + "ments" + ], + [ + "Ġassessment", + "s" + ], + [ + "Ġ", + "Garden" + ], + [ + "ĠG", + "arden" + ], + [ + "ĠGard", + "en" + ], + [ + "ĠGar", + "den" + ], + [ + "Ġd", + "ying" + ], + [ + "Ġdy", + "ing" + ], + [ + "Ġconf", + "ident" + ], + [ + "Ġ", + "economics" + ], + [ + "Ġeconom", + "ics" + ], + [ + "Ġeconomic", + "s" + ], + [ + "Ġec", + "onomics" + ], + [ + "Ġ", + "utilized" + ], + [ + "Ġutil", + "ized" + ], + [ + "Ġutilize", + "d" + ], + [ + "Ġ", + "Table" + ], + [ + "ĠT", + "able" + ], + [ + "ĠTa", + "ble" + ], + [ + "ĠTab", + "le" + ], + [ + "Ġelev", + "ated" + ], + [ + "Ġelevate", + "d" + ], + [ + "Ġ", + "Standards" + ], + [ + "ĠStand", + "ards" + ], + [ + "ĠStandard", + "s" + ], + [ + "Ġ", + "Thanks" + ], + [ + "ĠTh", + "anks" + ], + [ + "ĠThank", + "s" + ], + [ + "ĠThan", + "ks" + ], + [ + "Ġ", + "armed" + ], + [ + "Ġar", + "med" + ], + [ + "Ġarm", + "ed" + ], + [ + "Ġh", + "ung" + ], + [ + "Ġhun", + "g" + ], + [ + "Ġhu", + "ng" + ], + [ + "Ġcal", + "endar" + ], + [ + "Ġcalend", + "ar" + ], + [ + "exp", + "ected" + ], + [ + "Ġass", + "ert" + ], + [ + "Ġasse", + "rt" + ], + [ + "Ġt", + "racking" + ], + [ + "Ġtra", + "cking" + ], + [ + "Ġtr", + "acking" + ], + [ + "Ġtrack", + "ing" + ], + [ + "Ġd", + "istant" + ], + [ + "Ġdi", + "stant" + ], + [ + "Ġdist", + "ant" + ], + [ + "Ġ", + "officially" + ], + [ + "Ġoff", + "icially" + ], + [ + "Ġoffic", + "ially" + ], + [ + "Ġofficial", + "ly" + ], + [ + "Ġis", + "olation" + ], + [ + "Ġisol", + "ation" + ], + [ + "Ġiso", + "lation" + ], + [ + "Ġ", + "pose" + ], + [ + "Ġp", + "ose" + ], + [ + "Ġpo", + "se" + ], + [ + "Ġpos", + "e" + ], + [ + "Ġ", + "Assessment" + ], + [ + "ĠAss", + "essment" + ], + [ + "ĠAssess", + "ment" + ], + [ + "Ġ", + "gest" + ], + [ + "Ġg", + "est" + ], + [ + "Ġge", + "st" + ], + [ + "Ġde", + "sk" + ], + [ + "Ġdes", + "k" + ], + [ + "Ġsubs", + "id" + ], + [ + "Ġmagn", + "esium" + ], + [ + "Ġb", + "onds" + ], + [ + "Ġbond", + "s" + ], + [ + "Ġbon", + "ds" + ], + [ + "Ġc", + "orporate" + ], + [ + "Ġcorpor", + "ate" + ], + [ + "Ġcorp", + "orate" + ], + [ + "Ġsurv", + "ived" + ], + [ + "Ġsurvive", + "d" + ], + [ + "Ġsurviv", + "ed" + ], + [ + "Ø", + "§" + ], + [ + "o", + "bic" + ], + [ + "ob", + "ic" + ], + [ + "obi", + "c" + ], + [ + "Ġacc", + "ord" + ], + [ + "Ġcon", + "fusion" + ], + [ + "Ġconf", + "usion" + ], + [ + "Ġ", + "Mountain" + ], + [ + "ĠM", + "ountain" + ], + [ + "ĠMount", + "ain" + ], + [ + "ĠW", + "ales" + ], + [ + "ĠWal", + "es" + ], + [ + "ĠWa", + "les" + ], + [ + "Ġdes", + "cend" + ], + [ + "Ġdesc", + "end" + ], + [ + "Ġs", + "pine" + ], + [ + "Ġsp", + "ine" + ], + [ + "Ġspin", + "e" + ], + [ + "Ġspi", + "ne" + ], + [ + "st", + "rial" + ], + [ + "str", + "ial" + ], + [ + "stri", + "al" + ], + [ + "Ġ", + "Muslims" + ], + [ + "ĠMuslim", + "s" + ], + [ + "Ġob", + "lig" + ], + [ + "Ġobl", + "ig" + ], + [ + "o", + "gram" + ], + [ + "og", + "ram" + ], + [ + "Ġatt", + "ributed" + ], + [ + "Ġattribut", + "ed" + ], + [ + "Ġattribute", + "d" + ], + [ + "Ġ", + "verte" + ], + [ + "Ġver", + "te" + ], + [ + "Ġvert", + "e" + ], + [ + "Ġsy", + "nthetic" + ], + [ + "Ġsynt", + "hetic" + ], + [ + "Ġsynth", + "etic" + ], + [ + "Ġ", + "abundance" + ], + [ + "Ġab", + "undance" + ], + [ + "Ġabund", + "ance" + ], + [ + "o", + "ked" + ], + [ + "ok", + "ed" + ], + [ + "oke", + "d" + ], + [ + "Ġpro", + "ducers" + ], + [ + "Ġprodu", + "cers" + ], + [ + "Ġproduce", + "rs" + ], + [ + "Ġproducer", + "s" + ], + [ + "Ġ", + "Jackson" + ], + [ + "ĠJ", + "ackson" + ], + [ + "ĠJack", + "son" + ], + [ + "Ġt", + "ill" + ], + [ + "Ġtil", + "l" + ], + [ + "Ġti", + "ll" + ], + [ + "Ġth", + "row" + ], + [ + "Ġthr", + "ow" + ], + [ + "Ġthro", + "w" + ], + [ + "Ġin", + "jured" + ], + [ + "Ġinj", + "ured" + ], + [ + "Ġinjure", + "d" + ], + [ + "Ġ", + "Cambridge" + ], + [ + "ĠCam", + "bridge" + ], + [ + "ĠCamb", + "ridge" + ], + [ + "lect", + "ric" + ], + [ + "Ġin", + "ev" + ], + [ + "Ġi", + "nev" + ], + [ + "Ġine", + "v" + ], + [ + "Ġrep", + "eat" + ], + [ + "Ġrepe", + "at" + ], + [ + "Ġ", + "Mess" + ], + [ + "ĠM", + "ess" + ], + [ + "ĠMe", + "ss" + ], + [ + "ĠMes", + "s" + ], + [ + "Ġcol", + "lecting" + ], + [ + "Ġcollect", + "ing" + ], + [ + "Ġcoll", + "ecting" + ], + [ + "Ġse", + "gment" + ], + [ + "Ġ", + "Fed" + ], + [ + "ĠF", + "ed" + ], + [ + "ĠFe", + "d" + ], + [ + "o", + "line" + ], + [ + "ol", + "ine" + ], + [ + "oli", + "ne" + ], + [ + "olin", + "e" + ], + [ + "Ġ", + "Daniel" + ], + [ + "ĠDan", + "iel" + ], + [ + "Ġ", + "width" + ], + [ + "Ġw", + "idth" + ], + [ + "Ġwid", + "th" + ], + [ + "Ġs", + "park" + ], + [ + "Ġsp", + "ark" + ], + [ + "Ġspar", + "k" + ], + [ + "on", + "omy" + ], + [ + "onom", + "y" + ], + [ + "ono", + "my" + ], + [ + "Ġ", + "seal" + ], + [ + "Ġs", + "eal" + ], + [ + "Ġse", + "al" + ], + [ + "Ġsea", + "l" + ], + [ + "yp", + "ically" + ], + [ + "ypical", + "ly" + ], + [ + "Ġse", + "paration" + ], + [ + "Ġsepar", + "ation" + ], + [ + "Ġcand", + "idates" + ], + [ + "Ġcandid", + "ates" + ], + [ + "Ġcandidate", + "s" + ], + [ + "Ġcandida", + "tes" + ], + [ + "v", + "ation" + ], + [ + "va", + "tion" + ], + [ + "vat", + "ion" + ], + [ + "-", + "by" + ], + [ + "-b", + "y" + ], + [ + "Ġg", + "erm" + ], + [ + "Ġge", + "rm" + ], + [ + "Ġger", + "m" + ], + [ + "Ġmag", + "azine" + ], + [ + "Ġ", + "CT" + ], + [ + "ĠC", + "T" + ], + [ + "Ġ", + "Station" + ], + [ + "ĠSt", + "ation" + ], + [ + "ĠStat", + "ion" + ], + [ + "ĠSta", + "tion" + ], + [ + "Ġn", + "ursing" + ], + [ + "Ġnurs", + "ing" + ], + [ + "m", + "ond" + ], + [ + "mon", + "d" + ], + [ + "mo", + "nd" + ], + [ + "Ġ", + "Connect" + ], + [ + "ĠCon", + "nect" + ], + [ + "ĠConn", + "ect" + ], + [ + "Ġs", + "peaker" + ], + [ + "Ġspe", + "aker" + ], + [ + "Ġspeak", + "er" + ], + [ + "b", + "el" + ], + [ + "be", + "l" + ], + [ + "Ġ", + "finance" + ], + [ + "Ġfin", + "ance" + ], + [ + "Ġfinanc", + "e" + ], + [ + "Ġfi", + "nance" + ], + [ + "Ġst", + "ems" + ], + [ + "Ġste", + "ms" + ], + [ + "Ġstem", + "s" + ], + [ + "Ġ", + "Moses" + ], + [ + "ĠM", + "oses" + ], + [ + "ĠMo", + "ses" + ], + [ + "ĠMos", + "es" + ], + [ + "ĠMose", + "s" + ], + [ + "o", + "rer" + ], + [ + "or", + "er" + ], + [ + "ore", + "r" + ], + [ + "Ġdi", + "stract" + ], + [ + "Ġdist", + "ract" + ], + [ + "Ġr", + "adi" + ], + [ + "Ġra", + "di" + ], + [ + "Ġrad", + "i" + ], + [ + "Ġdepos", + "its" + ], + [ + "Ġdeposit", + "s" + ], + [ + "Ġ", + "fiction" + ], + [ + "Ġf", + "iction" + ], + [ + "Ġfict", + "ion" + ], + [ + "Ġfi", + "ction" + ], + [ + "Ġmed", + "ieval" + ], + [ + "Ġmedi", + "eval" + ], + [ + "-", + "quality" + ], + [ + "-qu", + "ality" + ], + [ + "-qual", + "ity" + ], + [ + "Ġg", + "ray" + ], + [ + "Ġgra", + "y" + ], + [ + "Ġgr", + "ay" + ], + [ + "qu", + "iry" + ], + [ + "quir", + "y" + ], + [ + "qui", + "ry" + ], + [ + "-", + "or" + ], + [ + "-o", + "r" + ], + [ + "Ġin", + "herent" + ], + [ + "Ġinh", + "erent" + ], + [ + "Ġinher", + "ent" + ], + [ + "Ġf", + "atal" + ], + [ + "Ġfat", + "al" + ], + [ + "Ġfa", + "tal" + ], + [ + "Ġm", + "olecule" + ], + [ + "Ġmole", + "cule" + ], + [ + "U", + "p" + ], + [ + "p", + "ass" + ], + [ + "pa", + "ss" + ], + [ + "pas", + "s" + ], + [ + "Ġavoid", + "ing" + ], + [ + "ar", + "ks" + ], + [ + "ark", + "s" + ], + [ + "e", + "the" + ], + [ + "et", + "he" + ], + [ + "eth", + "e" + ], + [ + "Ġass", + "istant" + ], + [ + "Ġassist", + "ant" + ], + [ + "Ġre", + "semb" + ], + [ + "Ġres", + "emb" + ], + [ + "Ġrese", + "mb" + ], + [ + "Ġadolesc", + "ents" + ], + [ + "Ġadolescent", + "s" + ], + [ + "Ġre", + "h" + ], + [ + "Ġr", + "eh" + ], + [ + "ec", + "onomic" + ], + [ + "econom", + "ic" + ], + [ + "Ġc", + "itizen" + ], + [ + "Ġcit", + "izen" + ], + [ + "Ġcitiz", + "en" + ], + [ + "Ġwire", + "less" + ], + [ + "r", + "in" + ], + [ + "ri", + "n" + ], + [ + "Ġ", + "Product" + ], + [ + "ĠP", + "roduct" + ], + [ + "ĠPro", + "duct" + ], + [ + "ĠProdu", + "ct" + ], + [ + "Ġ", + "Based" + ], + [ + "ĠB", + "ased" + ], + [ + "ĠBas", + "ed" + ], + [ + "ĠBa", + "sed" + ], + [ + "ĠBase", + "d" + ], + [ + "Ġf", + "ilms" + ], + [ + "Ġfil", + "ms" + ], + [ + "Ġfilm", + "s" + ], + [ + "a", + "rios" + ], + [ + "ar", + "ios" + ], + [ + "ari", + "os" + ], + [ + "ario", + "s" + ], + [ + "u", + "tical" + ], + [ + "ut", + "ical" + ], + [ + "uti", + "cal" + ], + [ + "Ġbu", + "sy" + ], + [ + "Ġbus", + "y" + ], + [ + "Ġcivil", + "ization" + ], + [ + "Ġciv", + "ilization" + ], + [ + "Ġat", + "mospheric" + ], + [ + "Ġatmosp", + "heric" + ], + [ + "Ġ", + "Paper" + ], + [ + "ĠP", + "aper" + ], + [ + "ĠPap", + "er" + ], + [ + "ĠPa", + "per" + ], + [ + "Ġinteg", + "rity" + ], + [ + "Ġintegr", + "ity" + ], + [ + "Ġ", + "Monday" + ], + [ + "ĠM", + "onday" + ], + [ + "ĠMon", + "day" + ], + [ + "ĠMond", + "ay" + ], + [ + "Ġ", + "Hum" + ], + [ + "ĠH", + "um" + ], + [ + "ĠHu", + "m" + ], + [ + "Ġc", + "ave" + ], + [ + "Ġca", + "ve" + ], + [ + "Ġcav", + "e" + ], + [ + "ed", + "iate" + ], + [ + "edi", + "ate" + ], + [ + "edia", + "te" + ], + [ + "i", + "nery" + ], + [ + "in", + "ery" + ], + [ + "ine", + "ry" + ], + [ + "iner", + "y" + ], + [ + "Ġ", + "pink" + ], + [ + "Ġp", + "ink" + ], + [ + "Ġpin", + "k" + ], + [ + "Ġ", + "Java" + ], + [ + "ĠJ", + "ava" + ], + [ + "ĠJa", + "va" + ], + [ + "ol", + "ogic" + ], + [ + "olog", + "ic" + ], + [ + "olo", + "gic" + ], + [ + "Ġent", + "itled" + ], + [ + "Ġentit", + "led" + ], + [ + "s", + "tic" + ], + [ + "st", + "ic" + ], + [ + "Ġall", + "ergy" + ], + [ + "Ġallerg", + "y" + ], + [ + "Ġ", + "antibodies" + ], + [ + "Ġanti", + "bodies" + ], + [ + "Ġantib", + "odies" + ], + [ + "Ġ", + "STEM" + ], + [ + "ĠST", + "EM" + ], + [ + "ĠSTE", + "M" + ], + [ + "e", + "stone" + ], + [ + "est", + "one" + ], + [ + "eston", + "e" + ], + [ + "Ġb", + "each" + ], + [ + "Ġbe", + "ach" + ], + [ + "Ġ", + "Field" + ], + [ + "ĠF", + "ield" + ], + [ + "ĠFi", + "eld" + ], + [ + "Ġ", + "pert" + ], + [ + "Ġp", + "ert" + ], + [ + "Ġper", + "t" + ], + [ + "Ġpe", + "rt" + ], + [ + "Ġhum", + "idity" + ], + [ + "Ġhumid", + "ity" + ], + [ + "Ġflood", + "ing" + ], + [ + "Ġflo", + "oding" + ], + [ + "r", + "ons" + ], + [ + "ro", + "ns" + ], + [ + "ron", + "s" + ], + [ + ".", + "M" + ], + [ + "Ġ", + "onset" + ], + [ + "Ġon", + "set" + ], + [ + "Ġrespons", + "ibilities" + ], + [ + "Ġ", + "fluor" + ], + [ + "Ġflu", + "or" + ], + [ + "Ġ", + "gate" + ], + [ + "Ġg", + "ate" + ], + [ + "Ġga", + "te" + ], + [ + "Ġ", + "boxes" + ], + [ + "Ġbo", + "xes" + ], + [ + "Ġbox", + "es" + ], + [ + "Ġ", + "doors" + ], + [ + "Ġdo", + "ors" + ], + [ + "Ġdoor", + "s" + ], + [ + "Ġlike", + "lihood" + ], + [ + "Ġlik", + "elihood" + ], + [ + "Ġ", + "Consider" + ], + [ + "ĠCons", + "ider" + ], + [ + "h", + "eck" + ], + [ + "he", + "ck" + ], + [ + "Ġextra", + "ord" + ], + [ + "Ġhigh", + "lights" + ], + [ + "Ġhighlight", + "s" + ], + [ + "Ġop", + "erated" + ], + [ + "Ġoper", + "ated" + ], + [ + "Ġoperate", + "d" + ], + [ + "Ġopera", + "ted" + ], + [ + "Ġp", + "neum" + ], + [ + "Ġdes", + "igning" + ], + [ + "Ġdesign", + "ing" + ], + [ + "s", + "we" + ], + [ + "sw", + "e" + ], + [ + "Ġw", + "ake" + ], + [ + "Ġwa", + "ke" + ], + [ + "N", + "e" + ], + [ + "Ġto", + "ile" + ], + [ + "Ġtoil", + "e" + ], + [ + "Ġstru", + "ggling" + ], + [ + "Ġstrugg", + "ling" + ], + [ + "i", + "osity" + ], + [ + "ios", + "ity" + ], + [ + "Ġmin", + "ority" + ], + [ + "Ġminor", + "ity" + ], + [ + "Ġequ", + "ipped" + ], + [ + "Ġequip", + "ped" + ], + [ + "-", + "dr" + ], + [ + "-d", + "r" + ], + [ + "Ġprop", + "osal" + ], + [ + "Ġpropos", + "al" + ], + [ + "Ġent", + "reprene" + ], + [ + "Ġp", + "roud" + ], + [ + "Ġpro", + "ud" + ], + [ + "Ġpr", + "oud" + ], + [ + "Ġ", + "hol" + ], + [ + "Ġh", + "ol" + ], + [ + "Ġho", + "l" + ], + [ + "Ġr", + "uled" + ], + [ + "Ġrule", + "d" + ], + [ + "Ġrul", + "ed" + ], + [ + "Ġru", + "led" + ], + [ + "Ġ", + "Rest" + ], + [ + "ĠR", + "est" + ], + [ + "ĠRe", + "st" + ], + [ + "ĠRes", + "t" + ], + [ + "Ġreflect", + "s" + ], + [ + "i", + "ro" + ], + [ + "ir", + "o" + ], + [ + "Ġprecise", + "ly" + ], + [ + "Ġ", + "Pass" + ], + [ + "ĠP", + "ass" + ], + [ + "ĠPa", + "ss" + ], + [ + "ĠPas", + "s" + ], + [ + "Ġc", + "able" + ], + [ + "Ġca", + "ble" + ], + [ + "Ġcab", + "le" + ], + [ + "Ġp", + "ale" + ], + [ + "Ġpal", + "e" + ], + [ + "Ġpa", + "le" + ], + [ + "Ġre", + "ign" + ], + [ + "Ġworks", + "hop" + ], + [ + "o", + "oked" + ], + [ + "ook", + "ed" + ], + [ + "oo", + "ked" + ], + [ + "Ġ", + "Historical" + ], + [ + "ĠHist", + "orical" + ], + [ + "ĠHistoric", + "al" + ], + [ + "ĠHistor", + "ical" + ], + [ + "Ġab", + "andoned" + ], + [ + "Ġaband", + "oned" + ], + [ + "Ġabandon", + "ed" + ], + [ + "i", + "tic" + ], + [ + "it", + "ic" + ], + [ + "iti", + "c" + ], + [ + "Ġmer", + "ch" + ], + [ + "Ġmerc", + "h" + ], + [ + "in", + "th" + ], + [ + "int", + "h" + ], + [ + "e", + "ling" + ], + [ + "el", + "ing" + ], + [ + "elin", + "g" + ], + [ + "eli", + "ng" + ], + [ + "Ġdis", + "com" + ], + [ + "Ġdisc", + "om" + ], + [ + "P", + "s" + ], + [ + "Ġ", + "mile" + ], + [ + "Ġm", + "ile" + ], + [ + "Ġmil", + "e" + ], + [ + "Ġmi", + "le" + ], + [ + "Ġa", + "side" + ], + [ + "Ġas", + "ide" + ], + [ + "Ġaff", + "ordable" + ], + [ + "Ġafford", + "able" + ], + [ + "Ġc", + "odes" + ], + [ + "Ġco", + "des" + ], + [ + "Ġcode", + "s" + ], + [ + "Ġcod", + "es" + ], + [ + "Ġhaz", + "ards" + ], + [ + "Ġhazard", + "s" + ], + [ + "Ġt", + "rading" + ], + [ + "Ġtra", + "ding" + ], + [ + "Ġtr", + "ading" + ], + [ + "Ġtrad", + "ing" + ], + [ + "Ġ", + "Pain" + ], + [ + "ĠP", + "ain" + ], + [ + "ĠPa", + "in" + ], + [ + "ĠPai", + "n" + ], + [ + "Ġp", + "ainted" + ], + [ + "Ġpain", + "ted" + ], + [ + "Ġpaint", + "ed" + ], + [ + "Ġcoll", + "apse" + ], + [ + "Ġcollaps", + "e" + ], + [ + "Ġ", + "missions" + ], + [ + "Ġm", + "issions" + ], + [ + "Ġmiss", + "ions" + ], + [ + "Ġmission", + "s" + ], + [ + "Ġreg", + "ime" + ], + [ + "Ġhon", + "est" + ], + [ + "Ġho", + "nest" + ], + [ + "Ġhone", + "st" + ], + [ + "w", + "as" + ], + [ + "wa", + "s" + ], + [ + "Ġ", + "factory" + ], + [ + "Ġfact", + "ory" + ], + [ + "Ġfactor", + "y" + ], + [ + "Ġfacto", + "ry" + ], + [ + "Ġ", + "Master" + ], + [ + "ĠM", + "aster" + ], + [ + "ĠMa", + "ster" + ], + [ + "ĠMas", + "ter" + ], + [ + "ĠMast", + "er" + ], + [ + "Ġres", + "idential" + ], + [ + "Ġresid", + "ential" + ], + [ + "Ġresident", + "ial" + ], + [ + "Ġre", + "tain" + ], + [ + "Ġret", + "ain" + ], + [ + "Ġs", + "ew" + ], + [ + "Ġse", + "w" + ], + [ + "a", + "teral" + ], + [ + "at", + "eral" + ], + [ + "ate", + "ral" + ], + [ + "ater", + "al" + ], + [ + "Ġtrans", + "formation" + ], + [ + "Ġtransform", + "ation" + ], + [ + "Ġenh", + "anced" + ], + [ + "Ġenhance", + "d" + ], + [ + "Ġ", + "lob" + ], + [ + "Ġl", + "ob" + ], + [ + "Ġlo", + "b" + ], + [ + "Ġhor", + "izontal" + ], + [ + "Ġhoriz", + "ontal" + ], + [ + "Ġhorizon", + "tal" + ], + [ + "a", + "wa" + ], + [ + "aw", + "a" + ], + [ + "Ġch", + "amber" + ], + [ + "Ġcham", + "ber" + ], + [ + "Ġcha", + "mber" + ], + [ + "ist", + "icated" + ], + [ + "istic", + "ated" + ], + [ + "imens", + "ional" + ], + [ + "imension", + "al" + ], + [ + "Ġ", + "GM" + ], + [ + "ĠG", + "M" + ], + [ + "an", + "while" + ], + [ + "c", + "tu" + ], + [ + "ct", + "u" + ], + [ + "Ġ", + "Ba" + ], + [ + "ĠB", + "a" + ], + [ + "Ġg", + "rad" + ], + [ + "Ġgra", + "d" + ], + [ + "Ġgr", + "ad" + ], + [ + "Ġreg", + "ulatory" + ], + [ + "Ġregul", + "atory" + ], + [ + "Ġregulator", + "y" + ], + [ + "erg", + "arten" + ], + [ + "ergart", + "en" + ], + [ + "u", + "ilt" + ], + [ + "ui", + "lt" + ], + [ + "uil", + "t" + ], + [ + "w", + "estern" + ], + [ + "we", + "stern" + ], + [ + "west", + "ern" + ], + [ + "wes", + "tern" + ], + [ + "Ġche", + "ese" + ], + [ + "Ġchees", + "e" + ], + [ + "i", + "ances" + ], + [ + "ia", + "nces" + ], + [ + "ian", + "ces" + ], + [ + "iance", + "s" + ], + [ + "ianc", + "es" + ], + [ + "Ġcon", + "clusions" + ], + [ + "Ġconclusion", + "s" + ], + [ + "Ġconclus", + "ions" + ], + [ + "Ġ", + "ADHD" + ], + [ + "ĠAD", + "HD" + ], + [ + "Ġl", + "oud" + ], + [ + "Ġlo", + "ud" + ], + [ + "Ġlou", + "d" + ], + [ + "Ġpart", + "ial" + ], + [ + "Ġreg", + "ister" + ], + [ + "Ġregist", + "er" + ], + [ + "Ġ", + "incorporated" + ], + [ + "Ġincorpor", + "ated" + ], + [ + "Ġincorporate", + "d" + ], + [ + "Ġ", + "Dam" + ], + [ + "ĠD", + "am" + ], + [ + "ĠDa", + "m" + ], + [ + "Ġ", + "Marine" + ], + [ + "ĠM", + "arine" + ], + [ + "ĠMar", + "ine" + ], + [ + "ĠMa", + "rine" + ], + [ + "ĠMarin", + "e" + ], + [ + "ĠMari", + "ne" + ], + [ + "y", + "t" + ], + [ + "Ġ", + "lasting" + ], + [ + "Ġl", + "asting" + ], + [ + "Ġlast", + "ing" + ], + [ + "Ġlas", + "ting" + ], + [ + "-", + "col" + ], + [ + "-c", + "ol" + ], + [ + "-co", + "l" + ], + [ + "Ġc", + "ampus" + ], + [ + "Ġcamp", + "us" + ], + [ + "Ġcam", + "pus" + ], + [ + "Ġ", + "Biology" + ], + [ + "ĠB", + "iology" + ], + [ + "ĠBi", + "ology" + ], + [ + "ĠBiol", + "ogy" + ], + [ + "Ġ", + "CH" + ], + [ + "ĠC", + "H" + ], + [ + "a", + "ternal" + ], + [ + "at", + "ernal" + ], + [ + "ater", + "nal" + ], + [ + "atern", + "al" + ], + [ + "Ġre", + "tail" + ], + [ + "Ġr", + "etail" + ], + [ + "Ġret", + "ail" + ], + [ + "Ġs", + "emi" + ], + [ + "Ġse", + "mi" + ], + [ + "Ġsem", + "i" + ], + [ + "semb", + "ly" + ], + [ + "sem", + "bly" + ], + [ + "Ġth", + "rive" + ], + [ + "Ġthr", + "ive" + ], + [ + "Ð", + "°" + ], + [ + "Ġcon", + "sequence" + ], + [ + "Ġconsequ", + "ence" + ], + [ + "i", + "lson" + ], + [ + "il", + "son" + ], + [ + "ils", + "on" + ], + [ + "Ġ", + "Egyptian" + ], + [ + "ĠEgypt", + "ian" + ], + [ + "Ġt", + "oys" + ], + [ + "Ġto", + "ys" + ], + [ + "Ġtoy", + "s" + ], + [ + "Ġn", + "erves" + ], + [ + "Ġnerv", + "es" + ], + [ + "Ġnerve", + "s" + ], + [ + "Ġner", + "ves" + ], + [ + "Ġp", + "ediatric" + ], + [ + "Ġped", + "iatric" + ], + [ + "Ġ", + "Map" + ], + [ + "ĠM", + "ap" + ], + [ + "ĠMa", + "p" + ], + [ + "Ġher", + "self" + ], + [ + "Ġhers", + "elf" + ], + [ + "Ġbro", + "ader" + ], + [ + "Ġbroad", + "er" + ], + [ + "Ġ", + "rom" + ], + [ + "Ġr", + "om" + ], + [ + "Ġro", + "m" + ], + [ + "an", + "z" + ], + [ + "Ġup", + "date" + ], + [ + "Ġupd", + "ate" + ], + [ + "ve", + "length" + ], + [ + "vel", + "ength" + ], + [ + ".", + "E" + ], + [ + "Ġp", + "ond" + ], + [ + "Ġpo", + "nd" + ], + [ + "m", + "entation" + ], + [ + "ment", + "ation" + ], + [ + "Ġw", + "orn" + ], + [ + "Ġwor", + "n" + ], + [ + "Ġwo", + "rn" + ], + [ + "e", + "ller" + ], + [ + "el", + "ler" + ], + [ + "ell", + "er" + ], + [ + "elle", + "r" + ], + [ + "Ġsome", + "where" + ], + [ + "Ġmy", + "ster" + ], + [ + "Ġmyst", + "er" + ], + [ + "Ġmys", + "ter" + ], + [ + "Ġ", + "SP" + ], + [ + "ĠS", + "P" + ], + [ + "Ġp", + "rayer" + ], + [ + "Ġpr", + "ayer" + ], + [ + "Ġpray", + "er" + ], + [ + "Ġpra", + "yer" + ], + [ + "Ġ", + "nic" + ], + [ + "Ġn", + "ic" + ], + [ + "Ġni", + "c" + ], + [ + "urs", + "day" + ], + [ + "-", + "---" + ], + [ + "--", + "--" + ], + [ + "---", + "-" + ], + [ + "Ġ", + "algae" + ], + [ + "Ġalg", + "ae" + ], + [ + "Ġalga", + "e" + ], + [ + "Ġ", + "bell" + ], + [ + "Ġb", + "ell" + ], + [ + "Ġbe", + "ll" + ], + [ + "Ġbel", + "l" + ], + [ + "Ġl", + "anding" + ], + [ + "Ġland", + "ing" + ], + [ + "Ġlan", + "ding" + ], + [ + "o", + "types" + ], + [ + "ot", + "ypes" + ], + [ + "otype", + "s" + ], + [ + "otyp", + "es" + ], + [ + "oty", + "pes" + ], + [ + "n", + "ea" + ], + [ + "ne", + "a" + ], + [ + "Ġp", + "ock" + ], + [ + "Ġpo", + "ck" + ], + [ + "e", + "nda" + ], + [ + "en", + "da" + ], + [ + "end", + "a" + ], + [ + "Ġ", + "Practice" + ], + [ + "ĠP", + "ractice" + ], + [ + "ĠPract", + "ice" + ], + [ + "Ġs", + "peakers" + ], + [ + "Ġspe", + "akers" + ], + [ + "Ġspeak", + "ers" + ], + [ + "Ġspeaker", + "s" + ], + [ + "ues", + "day" + ], + [ + "Ġ", + "Should" + ], + [ + "ĠSh", + "ould" + ], + [ + "ĠSho", + "uld" + ], + [ + "Ġc", + "opies" + ], + [ + "Ġco", + "pies" + ], + [ + "Ġcop", + "ies" + ], + [ + "Ch", + "ildren" + ], + [ + "Child", + "ren" + ], + [ + "Ġtend", + "ency" + ], + [ + "Ġ", + "Teachers" + ], + [ + "ĠTe", + "achers" + ], + [ + "ĠTeac", + "hers" + ], + [ + "ĠTeacher", + "s" + ], + [ + "ĠTeach", + "ers" + ], + [ + "ĠTea", + "chers" + ], + [ + "Ġ", + "Main" + ], + [ + "ĠM", + "ain" + ], + [ + "ĠMa", + "in" + ], + [ + "ĠMai", + "n" + ], + [ + "Ġguarant", + "ee" + ], + [ + "Ġ", + "Missouri" + ], + [ + "ĠMiss", + "ouri" + ], + [ + "Ġim", + "plementing" + ], + [ + "Ġimplement", + "ing" + ], + [ + "Ġad", + "option" + ], + [ + "Ġadop", + "tion" + ], + [ + "Ġadopt", + "ion" + ], + [ + "Ġp", + "ests" + ], + [ + "Ġpe", + "sts" + ], + [ + "Ġpest", + "s" + ], + [ + "Ġpes", + "ts" + ], + [ + "A", + "c" + ], + [ + "Ġn", + "odes" + ], + [ + "Ġno", + "des" + ], + [ + "Ġnode", + "s" + ], + [ + "Ġnod", + "es" + ], + [ + "Ġsuggest", + "ing" + ], + [ + "a", + "fe" + ], + [ + "af", + "e" + ], + [ + "Ġw", + "elcome" + ], + [ + "Ġwel", + "come" + ], + [ + "Ġp", + "od" + ], + [ + "Ġpo", + "d" + ], + [ + "Ġref", + "rig" + ], + [ + "Ġt", + "ort" + ], + [ + "Ġto", + "rt" + ], + [ + "Ġtor", + "t" + ], + [ + "Ġevalu", + "ated" + ], + [ + "Ġevaluate", + "d" + ], + [ + "Ġst", + "retch" + ], + [ + "Ġstr", + "etch" + ], + [ + "Ġstret", + "ch" + ], + [ + "Ġ", + "organism" + ], + [ + "Ġorgan", + "ism" + ], + [ + "Ġflu", + "ids" + ], + [ + "Ġfluid", + "s" + ], + [ + "ĠComm", + "ons" + ], + [ + "ĠCom", + "mons" + ], + [ + "ĠCommon", + "s" + ], + [ + "Ġdis", + "plays" + ], + [ + "Ġdispl", + "ays" + ], + [ + "Ġdisplay", + "s" + ], + [ + "Ġdead", + "ly" + ], + [ + "Ġ", + "Mic" + ], + [ + "ĠM", + "ic" + ], + [ + "ĠMi", + "c" + ], + [ + "b", + "ury" + ], + [ + "bur", + "y" + ], + [ + "bu", + "ry" + ], + [ + "Ġ", + "Scientists" + ], + [ + "ĠScient", + "ists" + ], + [ + "ĠScientist", + "s" + ], + [ + "Ġ", + "Bal" + ], + [ + "ĠB", + "al" + ], + [ + "ĠBa", + "l" + ], + [ + "Ġe", + "state" + ], + [ + "Ġest", + "ate" + ], + [ + "Ġ", + "cited" + ], + [ + "Ġc", + "ited" + ], + [ + "Ġcit", + "ed" + ], + [ + "Ġcite", + "d" + ], + [ + "Ġ", + "Brain" + ], + [ + "ĠB", + "rain" + ], + [ + "ĠBra", + "in" + ], + [ + "ĠBr", + "ain" + ], + [ + "Ġseason", + "al" + ], + [ + "Ġseas", + "onal" + ], + [ + "a", + "ya" + ], + [ + "ay", + "a" + ], + [ + "P", + "ost" + ], + [ + "Po", + "st" + ], + [ + "Ġ", + "anthrop" + ], + [ + "Ġan", + "throp" + ], + [ + "Ġanth", + "rop" + ], + [ + "Ġp", + "ou" + ], + [ + "Ġpo", + "u" + ], + [ + "Ġ", + "Van" + ], + [ + "ĠV", + "an" + ], + [ + "ĠVa", + "n" + ], + [ + "f", + "e" + ], + [ + "Ġrel", + "ating" + ], + [ + "Ġrelat", + "ing" + ], + [ + "Ġ", + "Aff" + ], + [ + "ĠA", + "ff" + ], + [ + "ĠAf", + "f" + ], + [ + "Ġre", + "viewed" + ], + [ + "Ġreview", + "ed" + ], + [ + "Ġval", + "ve" + ], + [ + "Ġte", + "aches" + ], + [ + "Ġteac", + "hes" + ], + [ + "Ġteach", + "es" + ], + [ + "Ġtea", + "ches" + ], + [ + "Ġsch", + "olar" + ], + [ + "Ġ", + "vag" + ], + [ + "Ġv", + "ag" + ], + [ + "Ġva", + "g" + ], + [ + "Ġc", + "olored" + ], + [ + "Ġcol", + "ored" + ], + [ + "Ġcolor", + "ed" + ], + [ + "ĠSecret", + "ary" + ], + [ + "g", + "ments" + ], + [ + "gment", + "s" + ], + [ + "gm", + "ents" + ], + [ + "Ġ", + "Die" + ], + [ + "ĠD", + "ie" + ], + [ + "ĠDi", + "e" + ], + [ + "or", + "ters" + ], + [ + "ort", + "ers" + ], + [ + "orter", + "s" + ], + [ + "Ġ", + "ul" + ], + [ + "Ġu", + "l" + ], + [ + "Ġ", + "loop" + ], + [ + "Ġl", + "oop" + ], + [ + "Ġlo", + "op" + ], + [ + "Ġepid", + "emic" + ], + [ + "Ġepidem", + "ic" + ], + [ + "Ġ", + "Capt" + ], + [ + "ĠC", + "apt" + ], + [ + "ĠCa", + "pt" + ], + [ + "ĠCap", + "t" + ], + [ + "Ġ", + "Occ" + ], + [ + "ĠO", + "cc" + ], + [ + "ĠOc", + "c" + ], + [ + "Ġ", + "Centers" + ], + [ + "ĠC", + "enters" + ], + [ + "ĠCent", + "ers" + ], + [ + "ĠCenter", + "s" + ], + [ + "ĠCen", + "ters" + ], + [ + "b", + "orne" + ], + [ + "bor", + "ne" + ], + [ + "born", + "e" + ], + [ + "Ġpre", + "scription" + ], + [ + "Ġpres", + "cription" + ], + [ + "Ġpresc", + "ription" + ], + [ + "G", + "E" + ], + [ + "Ġ", + "Farm" + ], + [ + "ĠF", + "arm" + ], + [ + "ĠFar", + "m" + ], + [ + "ĠFa", + "rm" + ], + [ + "Ġvacc", + "ination" + ], + [ + "Ġ", + "posted" + ], + [ + "Ġp", + "osted" + ], + [ + "Ġpo", + "sted" + ], + [ + "Ġpos", + "ted" + ], + [ + "Ġpost", + "ed" + ], + [ + "Ġex", + "cited" + ], + [ + "Ġexc", + "ited" + ], + [ + "Ġexcite", + "d" + ], + [ + "Ġexcit", + "ed" + ], + [ + "o", + "nin" + ], + [ + "on", + "in" + ], + [ + "oni", + "n" + ], + [ + "Ġphys", + "icians" + ], + [ + "Ġphysic", + "ians" + ], + [ + "Ġphysician", + "s" + ], + [ + "Ġ", + "Hence" + ], + [ + "ĠH", + "ence" + ], + [ + "ĠHe", + "nce" + ], + [ + "ĠHen", + "ce" + ], + [ + "Ġenc", + "ourages" + ], + [ + "Ġencoura", + "ges" + ], + [ + "Ġencourage", + "s" + ], + [ + "Ġ", + "Section" + ], + [ + "ĠS", + "ection" + ], + [ + "ĠSe", + "ction" + ], + [ + "ĠSec", + "tion" + ], + [ + "Ġs", + "chem" + ], + [ + "Ġsc", + "hem" + ], + [ + "Ġsch", + "em" + ], + [ + "Ġsche", + "m" + ], + [ + "H", + "ave" + ], + [ + "Ha", + "ve" + ], + [ + "Ġj", + "aw" + ], + [ + "Ġja", + "w" + ], + [ + "Ġatt", + "ributes" + ], + [ + "Ġattribut", + "es" + ], + [ + "Ġattribute", + "s" + ], + [ + "Ġapp", + "ointment" + ], + [ + "Ġappoint", + "ment" + ], + [ + "Ġcom", + "plement" + ], + [ + "Ġcomp", + "lement" + ], + [ + "Ġcomple", + "ment" + ], + [ + "Ġcompl", + "ement" + ], + [ + "Ġ", + "NOT" + ], + [ + "ĠN", + "OT" + ], + [ + "ĠNO", + "T" + ], + [ + "Ġ", + "Essay" + ], + [ + "ĠEss", + "ay" + ], + [ + "ĠEs", + "say" + ], + [ + "ĠSen", + "ate" + ], + [ + "Ġ", + "vine" + ], + [ + "Ġv", + "ine" + ], + [ + "Ġvi", + "ne" + ], + [ + "Ġvin", + "e" + ], + [ + "Ġper", + "pet" + ], + [ + "Ġ", + "Others" + ], + [ + "ĠO", + "thers" + ], + [ + "ĠOther", + "s" + ], + [ + "ĠOt", + "hers" + ], + [ + "nes", + "day" + ], + [ + "r", + "ust" + ], + [ + "ru", + "st" + ], + [ + "rus", + "t" + ], + [ + "Ġweek", + "ly" + ], + [ + "Ġaw", + "arded" + ], + [ + "Ġaward", + "ed" + ], + [ + "ub", + "lished" + ], + [ + "ubl", + "ished" + ], + [ + "Ġdis", + "ag" + ], + [ + "Ġ", + "Iss" + ], + [ + "ĠI", + "ss" + ], + [ + "ĠIs", + "s" + ], + [ + "Ġ", + "electronics" + ], + [ + "Ġelect", + "ronics" + ], + [ + "Ġelectr", + "onics" + ], + [ + "Ġelectronic", + "s" + ], + [ + "Ġelectron", + "ics" + ], + [ + "i", + "nces" + ], + [ + "in", + "ces" + ], + [ + "ince", + "s" + ], + [ + "inc", + "es" + ], + [ + "Ġg", + "aps" + ], + [ + "Ġgap", + "s" + ], + [ + "Ġga", + "ps" + ], + [ + "Ġ", + "Li" + ], + [ + "ĠL", + "i" + ], + [ + "t", + "tes" + ], + [ + "tt", + "es" + ], + [ + "tte", + "s" + ], + [ + "Ġ", + "drops" + ], + [ + "Ġd", + "rops" + ], + [ + "Ġdr", + "ops" + ], + [ + "Ġdrop", + "s" + ], + [ + "Ġdro", + "ps" + ], + [ + "Ġhe", + "aven" + ], + [ + "Ġheav", + "en" + ], + [ + "est", + "hetic" + ], + [ + "esthet", + "ic" + ], + [ + "Ġ", + "Minnesota" + ], + [ + "ĠMin", + "nesota" + ], + [ + "Ġsp", + "ons" + ], + [ + "Ġspo", + "ns" + ], + [ + "Ġ", + "Hit" + ], + [ + "ĠH", + "it" + ], + [ + "ĠHi", + "t" + ], + [ + "-in", + "come" + ], + [ + "-inc", + "ome" + ], + [ + "Ġ", + "velocity" + ], + [ + "Ġvel", + "ocity" + ], + [ + "Ġveloc", + "ity" + ], + [ + "e", + "la" + ], + [ + "el", + "a" + ], + [ + "Ġdis", + "comfort" + ], + [ + "Ġdiscom", + "fort" + ], + [ + "Ġs", + "afer" + ], + [ + "Ġsa", + "fer" + ], + [ + "Ġsaf", + "er" + ], + [ + "Ġsafe", + "r" + ], + [ + "C", + "o" + ], + [ + "Ġdi", + "arrhea" + ], + [ + "Ġdiarr", + "hea" + ], + [ + "y", + "es" + ], + [ + "ye", + "s" + ], + [ + "ip", + "ation" + ], + [ + "ipa", + "tion" + ], + [ + "Ġ", + "Self" + ], + [ + "ĠS", + "elf" + ], + [ + "ĠSel", + "f" + ], + [ + "Ġ", + "placing" + ], + [ + "Ġpl", + "acing" + ], + [ + "Ġpla", + "cing" + ], + [ + "Ġplac", + "ing" + ], + [ + "Ġreason", + "ing" + ], + [ + "Ġreas", + "oning" + ], + [ + "ĠL", + "ew" + ], + [ + "ĠLe", + "w" + ], + [ + "Ġimp", + "ressive" + ], + [ + "Ġimpress", + "ive" + ], + [ + "Ġphilos", + "oph" + ], + [ + "Ġ", + "selling" + ], + [ + "Ġs", + "elling" + ], + [ + "Ġse", + "lling" + ], + [ + "Ġsell", + "ing" + ], + [ + "Ġsel", + "ling" + ], + [ + "Ġ", + "Training" + ], + [ + "ĠT", + "raining" + ], + [ + "ĠTr", + "aining" + ], + [ + "ĠTra", + "ining" + ], + [ + "ĠTrain", + "ing" + ], + [ + "Ġclass", + "rooms" + ], + [ + "Ġclassroom", + "s" + ], + [ + "ver", + "ages" + ], + [ + "verage", + "s" + ], + [ + "Ġle", + "git" + ], + [ + "Ġleg", + "it" + ], + [ + ".", + "html" + ], + [ + ".ht", + "ml" + ], + [ + ".htm", + "l" + ], + [ + ".h", + "tml" + ], + [ + "B", + "A" + ], + [ + "Ġ", + "Hyd" + ], + [ + "ĠH", + "yd" + ], + [ + "ĠHy", + "d" + ], + [ + "ĠMin", + "istry" + ], + [ + "ĠMini", + "stry" + ], + [ + "Ġ", + "Walk" + ], + [ + "ĠW", + "alk" + ], + [ + "ĠWal", + "k" + ], + [ + "ace", + "utical" + ], + [ + "Ġdr", + "ives" + ], + [ + "Ġdri", + "ves" + ], + [ + "Ġdrive", + "s" + ], + [ + "Ġcons", + "istently" + ], + [ + "Ġconsist", + "ently" + ], + [ + "Ġconsistent", + "ly" + ], + [ + "u", + "script" + ], + [ + "us", + "cript" + ], + [ + "usc", + "ript" + ], + [ + "Ġ", + "Python" + ], + [ + "ĠP", + "ython" + ], + [ + "ĠPy", + "thon" + ], + [ + "ĠPyth", + "on" + ], + [ + "ĠL", + "uther" + ], + [ + "ĠLu", + "ther" + ], + [ + "ĠLut", + "her" + ], + [ + "on", + "ics" + ], + [ + "onic", + "s" + ], + [ + "oni", + "cs" + ], + [ + "Ġs", + "perm" + ], + [ + "Ġsp", + "erm" + ], + [ + "Ġspe", + "rm" + ], + [ + "nt", + "il" + ], + [ + "ear", + "ly" + ], + [ + "Ġp", + "arks" + ], + [ + "Ġpar", + "ks" + ], + [ + "Ġpark", + "s" + ], + [ + "Ġarr", + "ival" + ], + [ + "l", + "ude" + ], + [ + "lud", + "e" + ], + [ + "lu", + "de" + ], + [ + "be", + "ing" + ], + [ + "bein", + "g" + ], + [ + "Ġh", + "ier" + ], + [ + "Ġhi", + "er" + ], + [ + "i", + "vation" + ], + [ + "iv", + "ation" + ], + [ + "iva", + "tion" + ], + [ + "Ġclass", + "ification" + ], + [ + "i", + "men" + ], + [ + "im", + "en" + ], + [ + "ime", + "n" + ], + [ + "Ġf", + "ibers" + ], + [ + "Ġfib", + "ers" + ], + [ + "Ġfiber", + "s" + ], + [ + "Ġfi", + "bers" + ], + [ + "ĠJer", + "sey" + ], + [ + "Ġ", + "Sn" + ], + [ + "ĠS", + "n" + ], + [ + "Ġtrans", + "lated" + ], + [ + "Ġtransl", + "ated" + ], + [ + "Ġtranslate", + "d" + ], + [ + "i", + "king" + ], + [ + "ik", + "ing" + ], + [ + "iki", + "ng" + ], + [ + "ikin", + "g" + ], + [ + "res", + "hold" + ], + [ + "resh", + "old" + ], + [ + "Ġ", + "mini" + ], + [ + "Ġm", + "ini" + ], + [ + "Ġmin", + "i" + ], + [ + "Ġmi", + "ni" + ], + [ + "Ġcons", + "isting" + ], + [ + "Ġconsist", + "ing" + ], + [ + "Ĥ", + "¬" + ], + [ + "Ġsatis", + "fact" + ], + [ + "Ġsatisf", + "act" + ], + [ + "Ġindepend", + "ently" + ], + [ + "Ġindependent", + "ly" + ], + [ + "ig", + "ible" + ], + [ + "igi", + "ble" + ], + [ + "Ġ", + "Ancient" + ], + [ + "ĠAn", + "cient" + ], + [ + "Ġsp", + "eeds" + ], + [ + "Ġspe", + "eds" + ], + [ + "Ġspeed", + "s" + ], + [ + "Ġreserv", + "oir" + ], + [ + "k", + "al" + ], + [ + "ka", + "l" + ], + [ + "Ġ", + "dynamics" + ], + [ + "Ġd", + "ynamics" + ], + [ + "Ġdyn", + "amics" + ], + [ + "Ġdynamic", + "s" + ], + [ + "Ġdynam", + "ics" + ], + [ + "Ġh", + "ack" + ], + [ + "Ġha", + "ck" + ], + [ + "Ġdef", + "ines" + ], + [ + "Ġdefin", + "es" + ], + [ + "Ġdefine", + "s" + ], + [ + "i", + "tle" + ], + [ + "it", + "le" + ], + [ + "Ġint", + "ensive" + ], + [ + "Ġintens", + "ive" + ], + [ + "Ġapprec", + "iate" + ], + [ + "Ġ", + "washing" + ], + [ + "Ġw", + "ashing" + ], + [ + "Ġwas", + "hing" + ], + [ + "Ġwash", + "ing" + ], + [ + "i", + "ctions" + ], + [ + "ict", + "ions" + ], + [ + "iction", + "s" + ], + [ + "Ġ", + "Examples" + ], + [ + "ĠEx", + "amples" + ], + [ + "ĠExample", + "s" + ], + [ + "ĠExam", + "ples" + ], + [ + "Ġ", + "sons" + ], + [ + "Ġs", + "ons" + ], + [ + "Ġso", + "ns" + ], + [ + "Ġson", + "s" + ], + [ + "r", + "ible" + ], + [ + "ri", + "ble" + ], + [ + "rib", + "le" + ], + [ + "Ġ", + "Mur" + ], + [ + "ĠM", + "ur" + ], + [ + "ĠMu", + "r" + ], + [ + "en", + "gers" + ], + [ + "eng", + "ers" + ], + [ + "enge", + "rs" + ], + [ + "enger", + "s" + ], + [ + "Ġ", + "Grade" + ], + [ + "ĠG", + "rade" + ], + [ + "ĠGra", + "de" + ], + [ + "ĠGr", + "ade" + ], + [ + "ĠGrad", + "e" + ], + [ + "ĠAng", + "eles" + ], + [ + "ĠAngel", + "es" + ], + [ + "Ġ", + "Son" + ], + [ + "ĠS", + "on" + ], + [ + "ĠSo", + "n" + ], + [ + "Ġn", + "inet" + ], + [ + "Ġnine", + "t" + ], + [ + "Ġni", + "net" + ], + [ + "do", + "ors" + ], + [ + "door", + "s" + ], + [ + "P", + "r" + ], + [ + "j", + "ud" + ], + [ + "ju", + "d" + ], + [ + "Ġsur", + "viv" + ], + [ + "Ġsurv", + "iv" + ], + [ + "Ġ", + "Sus" + ], + [ + "ĠS", + "us" + ], + [ + "ĠSu", + "s" + ], + [ + "Ġ", + "tower" + ], + [ + "Ġt", + "ower" + ], + [ + "Ġto", + "wer" + ], + [ + "Ġtow", + "er" + ], + [ + "d", + "evelop" + ], + [ + "de", + "velop" + ], + [ + "at", + "ching" + ], + [ + "atch", + "ing" + ], + [ + "Ġv", + "omiting" + ], + [ + "Ġvom", + "iting" + ], + [ + "Ġvomit", + "ing" + ], + [ + "e", + "ven" + ], + [ + "ev", + "en" + ], + [ + "Ġ", + "heal" + ], + [ + "Ġh", + "eal" + ], + [ + "Ġhe", + "al" + ], + [ + "Ġe", + "rect" + ], + [ + "Ġer", + "ect" + ], + [ + "ug", + "ht" + ], + [ + "ugh", + "t" + ], + [ + "-", + "int" + ], + [ + "-in", + "t" + ], + [ + "-i", + "nt" + ], + [ + "Ġt", + "olerance" + ], + [ + "Ġtoler", + "ance" + ], + [ + "an", + "ium" + ], + [ + "ani", + "um" + ], + [ + "a", + "dor" + ], + [ + "ad", + "or" + ], + [ + "ado", + "r" + ], + [ + "Ġ", + "Linux" + ], + [ + "ĠL", + "inux" + ], + [ + "ĠLin", + "ux" + ], + [ + "Ġrecomm", + "ends" + ], + [ + "Ġrecommend", + "s" + ], + [ + "Ġdis", + "in" + ], + [ + "Ġdi", + "sin" + ], + [ + "Ġb", + "roke" + ], + [ + "Ġbr", + "oke" + ], + [ + "Ġbro", + "ke" + ], + [ + "Ġ", + "beam" + ], + [ + "Ġbe", + "am" + ], + [ + "Ġ", + "Best" + ], + [ + "ĠB", + "est" + ], + [ + "ĠBe", + "st" + ], + [ + "ĠBes", + "t" + ], + [ + "Ġst", + "rains" + ], + [ + "Ġstr", + "ains" + ], + [ + "Ġstra", + "ins" + ], + [ + "Ġstrain", + "s" + ], + [ + "Ġ", + "bark" + ], + [ + "Ġb", + "ark" + ], + [ + "Ġbar", + "k" + ], + [ + "Ġstr", + "iking" + ], + [ + "Ġstri", + "king" + ], + [ + "t", + "hood" + ], + [ + "th", + "ood" + ], + [ + "Ġ", + "meter" + ], + [ + "Ġm", + "eter" + ], + [ + "Ġme", + "ter" + ], + [ + "Ġmet", + "er" + ], + [ + "Ġmete", + "r" + ], + [ + "Ġrece", + "ives" + ], + [ + "Ġreceive", + "s" + ], + [ + "Ġre", + "views" + ], + [ + "Ġreview", + "s" + ], + [ + "Ġl", + "awn" + ], + [ + "Ġlaw", + "n" + ], + [ + "Ġla", + "wn" + ], + [ + "t", + "ra" + ], + [ + "tr", + "a" + ], + [ + "ph", + "ones" + ], + [ + "phone", + "s" + ], + [ + "phon", + "es" + ], + [ + "Ġ", + "Call" + ], + [ + "ĠC", + "all" + ], + [ + "ĠCal", + "l" + ], + [ + "ĠCa", + "ll" + ], + [ + "Ġ", + "Mind" + ], + [ + "ĠM", + "ind" + ], + [ + "ĠMin", + "d" + ], + [ + "ĠMi", + "nd" + ], + [ + "Ġc", + "osm" + ], + [ + "Ġco", + "sm" + ], + [ + "Ġcos", + "m" + ], + [ + "Ġsp", + "elling" + ], + [ + "Ġspe", + "lling" + ], + [ + "Ġspell", + "ing" + ], + [ + "an", + "ol" + ], + [ + "ano", + "l" + ], + [ + "a", + "nas" + ], + [ + "an", + "as" + ], + [ + "ana", + "s" + ], + [ + "ig", + "ious" + ], + [ + "igi", + "ous" + ], + [ + "um", + "bers" + ], + [ + "umb", + "ers" + ], + [ + "umber", + "s" + ], + [ + "Ġm", + "agnet" + ], + [ + "Ġmagn", + "et" + ], + [ + "Ġmag", + "net" + ], + [ + "Ġsoph", + "isticated" + ], + [ + "Ġsophist", + "icated" + ], + [ + "ar", + "ter" + ], + [ + "art", + "er" + ], + [ + "arte", + "r" + ], + [ + "u", + "per" + ], + [ + "up", + "er" + ], + [ + "upe", + "r" + ], + [ + "r", + "aid" + ], + [ + "ra", + "id" + ], + [ + "rai", + "d" + ], + [ + "R", + "ep" + ], + [ + "Re", + "p" + ], + [ + "Ġ", + "Prom" + ], + [ + "ĠP", + "rom" + ], + [ + "ĠPro", + "m" + ], + [ + "ĠPr", + "om" + ], + [ + "Ġcont", + "ributes" + ], + [ + "Ġcontribut", + "es" + ], + [ + "Ġcontribute", + "s" + ], + [ + "Ġsh", + "allow" + ], + [ + "Ġshall", + "ow" + ], + [ + "Ġcon", + "venient" + ], + [ + "Ġconven", + "ient" + ], + [ + "Ġrep", + "utation" + ], + [ + "Ġ", + "CA" + ], + [ + "ĠC", + "A" + ], + [ + "o", + "is" + ], + [ + "oi", + "s" + ], + [ + "Ġa", + "nat" + ], + [ + "Ġan", + "at" + ], + [ + "Ġana", + "t" + ], + [ + "Ġ", + "Rather" + ], + [ + "ĠR", + "ather" + ], + [ + "ĠRa", + "ther" + ], + [ + "ĠRat", + "her" + ], + [ + "ĠRath", + "er" + ], + [ + "Ġ", + "Think" + ], + [ + "ĠTh", + "ink" + ], + [ + "ĠThin", + "k" + ], + [ + "Ġpart", + "ly" + ], + [ + "Ġst", + "ruck" + ], + [ + "Ġstr", + "uck" + ], + [ + "Ġstru", + "ck" + ], + [ + "Ġp", + "est" + ], + [ + "Ġpe", + "st" + ], + [ + "Ġpes", + "t" + ], + [ + "Ġcele", + "bration" + ], + [ + "Ġcelebr", + "ation" + ], + [ + "Ġceleb", + "ration" + ], + [ + "Ġm", + "apping" + ], + [ + "Ġma", + "pping" + ], + [ + "Ġmap", + "ping" + ], + [ + "Ġsett", + "lers" + ], + [ + "Ġsettle", + "rs" + ], + [ + "Ġsettler", + "s" + ], + [ + "AT", + "ION" + ], + [ + "Ġ", + "Univers" + ], + [ + "ĠUn", + "ivers" + ], + [ + "ĠUniv", + "ers" + ], + [ + "Ġrefuge", + "es" + ], + [ + "Ġrefugee", + "s" + ], + [ + "ecess", + "ary" + ], + [ + "a", + "fter" + ], + [ + "af", + "ter" + ], + [ + "aft", + "er" + ], + [ + "Ġconn", + "ecting" + ], + [ + "Ġconnect", + "ing" + ], + [ + "Ġen", + "forcement" + ], + [ + "Ġenforce", + "ment" + ], + [ + "Ġt", + "rail" + ], + [ + "Ġtra", + "il" + ], + [ + "Ġtr", + "ail" + ], + [ + "Ġ", + "rent" + ], + [ + "Ġre", + "nt" + ], + [ + "Ġr", + "ent" + ], + [ + "Ġren", + "t" + ], + [ + "Ġ", + "Lat" + ], + [ + "ĠL", + "at" + ], + [ + "ĠLa", + "t" + ], + [ + "Ġimport", + "antly" + ], + [ + "Ġimportant", + "ly" + ], + [ + "Ġinequ", + "ality" + ], + [ + "Ġine", + "quality" + ], + [ + "/", + "A" + ], + [ + "Ġr", + "ubber" + ], + [ + "Ġrub", + "ber" + ], + [ + "r", + "ose" + ], + [ + "ro", + "se" + ], + [ + "ros", + "e" + ], + [ + "ct", + "ors" + ], + [ + "ctor", + "s" + ], + [ + "Ġthe", + "rapeutic" + ], + [ + "Ġtherap", + "eutic" + ], + [ + "Ġattempt", + "ed" + ], + [ + "Ġval", + "ley" + ], + [ + "Ġb", + "orders" + ], + [ + "Ġborder", + "s" + ], + [ + "Ġbor", + "ders" + ], + [ + "Ġbord", + "ers" + ], + [ + "Ġconf", + "used" + ], + [ + "Ġconfuse", + "d" + ], + [ + "Ġpred", + "omin" + ], + [ + "B", + "D" + ], + [ + "Ġ", + "Major" + ], + [ + "ĠMa", + "jor" + ], + [ + "ĠMaj", + "or" + ], + [ + "it", + "zer" + ], + [ + "itz", + "er" + ], + [ + "ĠT", + "enn" + ], + [ + "ĠTe", + "nn" + ], + [ + "ĠTen", + "n" + ], + [ + "Ġ", + "Fac" + ], + [ + "ĠF", + "ac" + ], + [ + "ĠFa", + "c" + ], + [ + "Ġref", + "used" + ], + [ + "Ġrefuse", + "d" + ], + [ + "Ġapp", + "et" + ], + [ + "Ġap", + "pet" + ], + [ + "Ġappe", + "t" + ], + [ + "os", + "itive" + ], + [ + "osit", + "ive" + ], + [ + "d", + "uction" + ], + [ + "du", + "ction" + ], + [ + "duct", + "ion" + ], + [ + "duc", + "tion" + ], + [ + "r", + "opol" + ], + [ + "ro", + "pol" + ], + [ + "rop", + "ol" + ], + [ + "Ġjud", + "gment" + ], + [ + "Ġ", + "mercury" + ], + [ + "Ġm", + "ercury" + ], + [ + "Ġmerc", + "ury" + ], + [ + "th", + "ur" + ], + [ + "Ġpun", + "ishment" + ], + [ + "Ġpunish", + "ment" + ], + [ + "Ġ", + "inflation" + ], + [ + "Ġin", + "flation" + ], + [ + "Ġinf", + "lation" + ], + [ + "Ġinfl", + "ation" + ], + [ + "Ġl", + "oan" + ], + [ + "Ġlo", + "an" + ], + [ + "Ġ", + "Abraham" + ], + [ + "ĠAb", + "raham" + ], + [ + "as", + "hed" + ], + [ + "ash", + "ed" + ], + [ + "o", + "med" + ], + [ + "om", + "ed" + ], + [ + "ome", + "d" + ], + [ + "Ġ", + "Colon" + ], + [ + "ĠC", + "olon" + ], + [ + "ĠCol", + "on" + ], + [ + "ĠCo", + "lon" + ], + [ + "ĠColo", + "n" + ], + [ + "-", + "specific" + ], + [ + "-s", + "pecific" + ], + [ + "-sp", + "ecific" + ], + [ + "-spec", + "ific" + ], + [ + "htt", + "p" + ], + [ + "Ġcar", + "ries" + ], + [ + "Ġ", + "Still" + ], + [ + "ĠSt", + "ill" + ], + [ + "Ġatt", + "ended" + ], + [ + "Ġattend", + "ed" + ], + [ + "Ġatten", + "ded" + ], + [ + "Ġ", + "Proper" + ], + [ + "ĠPro", + "per" + ], + [ + "ĠPr", + "oper" + ], + [ + "ĠProp", + "er" + ], + [ + "Ġsurpris", + "ed" + ], + [ + "Ġsurprise", + "d" + ], + [ + "Ġcon", + "sent" + ], + [ + "Ġcons", + "ent" + ], + [ + "Ġ", + "hide" + ], + [ + "Ġh", + "ide" + ], + [ + "Ġhid", + "e" + ], + [ + "Ġhi", + "de" + ], + [ + "Ġg", + "ums" + ], + [ + "Ġgu", + "ms" + ], + [ + "Ġgum", + "s" + ], + [ + "Ġ", + "buck" + ], + [ + "Ġb", + "uck" + ], + [ + "Ġbu", + "ck" + ], + [ + "Ġbuc", + "k" + ], + [ + "Ġp", + "romising" + ], + [ + "Ġprom", + "ising" + ], + [ + "Ġar", + "rive" + ], + [ + "Ġarr", + "ive" + ], + [ + "Ġ", + "coins" + ], + [ + "Ġco", + "ins" + ], + [ + "Ġcoin", + "s" + ], + [ + "Ġext", + "inction" + ], + [ + "Ġextinct", + "ion" + ], + [ + "Ġ", + "storms" + ], + [ + "Ġst", + "orms" + ], + [ + "Ġstorm", + "s" + ], + [ + "Ġpart", + "ially" + ], + [ + "Ġpartial", + "ly" + ], + [ + "Ġfree", + "ly" + ], + [ + "Ġfr", + "eely" + ], + [ + "Ġfreel", + "y" + ], + [ + "Ġro", + "utes" + ], + [ + "Ġrout", + "es" + ], + [ + "Ġroute", + "s" + ], + [ + "Ġrou", + "tes" + ], + [ + "Ġadj", + "acent" + ], + [ + "N", + "ational" + ], + [ + "Nat", + "ional" + ], + [ + "Nation", + "al" + ], + [ + "Ġ", + "axis" + ], + [ + "Ġa", + "xis" + ], + [ + "Ġax", + "is" + ], + [ + "Ġaxi", + "s" + ], + [ + "Ġmet", + "eor" + ], + [ + "Ġmete", + "or" + ], + [ + "Ġart", + "istic" + ], + [ + "Ġartist", + "ic" + ], + [ + "Ġinvest", + "ments" + ], + [ + "Ġinvestment", + "s" + ], + [ + "ic", + "ations" + ], + [ + "ication", + "s" + ], + [ + "d", + "ess" + ], + [ + "de", + "ss" + ], + [ + "des", + "s" + ], + [ + "Ġparticip", + "ating" + ], + [ + "O", + "W" + ], + [ + "l", + "ings" + ], + [ + "ling", + "s" + ], + [ + "lin", + "gs" + ], + [ + "n", + "ings" + ], + [ + "ning", + "s" + ], + [ + "nin", + "gs" + ], + [ + "ã", + "ģ" + ], + [ + "Ġ", + "fan" + ], + [ + "Ġf", + "an" + ], + [ + "Ġfa", + "n" + ], + [ + "Ġc", + "ircular" + ], + [ + "Ġcir", + "cular" + ], + [ + "Ġcirc", + "ular" + ], + [ + "Ġcircul", + "ar" + ], + [ + "Ġ", + "immunity" + ], + [ + "Ġimm", + "unity" + ], + [ + "Ġimmun", + "ity" + ], + [ + "O", + "P" + ], + [ + "Ġ", + "bills" + ], + [ + "Ġb", + "ills" + ], + [ + "Ġbill", + "s" + ], + [ + "Ġbil", + "ls" + ], + [ + "ĠCar", + "ib" + ], + [ + "ĠCa", + "rib" + ], + [ + "Ġthor", + "oughly" + ], + [ + "Ġthorough", + "ly" + ], + [ + "r", + "ared" + ], + [ + "ra", + "red" + ], + [ + "rar", + "ed" + ], + [ + "rare", + "d" + ], + [ + "Ġle", + "ak" + ], + [ + "Ġ", + "Name" + ], + [ + "ĠN", + "ame" + ], + [ + "ĠNa", + "me" + ], + [ + "ĠNam", + "e" + ], + [ + "Ġtrem", + "end" + ], + [ + "Ġent", + "rance" + ], + [ + "it", + "ate" + ], + [ + "ita", + "te" + ], + [ + "Ġso", + "cio" + ], + [ + "Ġsoc", + "io" + ], + [ + "i", + "eth" + ], + [ + "ie", + "th" + ], + [ + "iet", + "h" + ], + [ + "Ġmonth", + "ly" + ], + [ + "Ġ", + "Ontario" + ], + [ + "ĠOnt", + "ario" + ], + [ + "Ġshould", + "n" + ], + [ + "Ġemp", + "ire" + ], + [ + "Ġempir", + "e" + ], + [ + "e", + "ps" + ], + [ + "ep", + "s" + ], + [ + "o", + "ning" + ], + [ + "on", + "ing" + ], + [ + "onin", + "g" + ], + [ + "oni", + "ng" + ], + [ + "Ġ", + "Poly" + ], + [ + "ĠP", + "oly" + ], + [ + "ĠPol", + "y" + ], + [ + "ĠPo", + "ly" + ], + [ + ".", + "c" + ], + [ + "Ġ", + "Bit" + ], + [ + "ĠB", + "it" + ], + [ + "ĠBi", + "t" + ], + [ + "dom", + "inal" + ], + [ + "Ġinv", + "asion" + ], + [ + "Ġinvas", + "ion" + ], + [ + "Ġpro", + "vision" + ], + [ + "Ġprov", + "ision" + ], + [ + "Ġ", + "Prim" + ], + [ + "ĠP", + "rim" + ], + [ + "ĠPr", + "im" + ], + [ + "ĠPri", + "m" + ], + [ + "Ġh", + "azardous" + ], + [ + "Ġhazard", + "ous" + ], + [ + "Ġ", + "AT" + ], + [ + "ĠA", + "T" + ], + [ + "Ġ", + "Offic" + ], + [ + "ĠO", + "ffic" + ], + [ + "ĠOff", + "ic" + ], + [ + "Ġ", + "Clean" + ], + [ + "ĠC", + "lean" + ], + [ + "ĠCl", + "ean" + ], + [ + "ĠCle", + "an" + ], + [ + "-", + "class" + ], + [ + "-c", + "lass" + ], + [ + "-cl", + "ass" + ], + [ + "Ġ", + "Short" + ], + [ + "ĠSh", + "ort" + ], + [ + "ĠSho", + "rt" + ], + [ + "Ġ", + "Between" + ], + [ + "ĠB", + "etween" + ], + [ + "ĠBet", + "ween" + ], + [ + "Ġt", + "ourism" + ], + [ + "Ġtou", + "rism" + ], + [ + "Ġtour", + "ism" + ], + [ + "Ġan", + "alyses" + ], + [ + "Ġanal", + "yses" + ], + [ + "Ġanaly", + "ses" + ], + [ + "Ġanalys", + "es" + ], + [ + "Ġanalyse", + "s" + ], + [ + "Ġtrans", + "plant" + ], + [ + "Ġtravel", + "ing" + ], + [ + "Ġ", + "nick" + ], + [ + "Ġn", + "ick" + ], + [ + "Ġnic", + "k" + ], + [ + "Ġni", + "ck" + ], + [ + "Ġun", + "expected" + ], + [ + "Ġscen", + "arios" + ], + [ + "Ġscenario", + "s" + ], + [ + "Ġa", + "like" + ], + [ + "Ġal", + "ike" + ], + [ + "Ġali", + "ke" + ], + [ + "Y", + "es" + ], + [ + "Ye", + "s" + ], + [ + "Ġj", + "ew" + ], + [ + "Ġje", + "w" + ], + [ + ",", + "âĢĻ" + ], + [ + "Ġ", + "Yes" + ], + [ + "ĠY", + "es" + ], + [ + "ĠYe", + "s" + ], + [ + "Ġ", + "Teaching" + ], + [ + "ĠTe", + "aching" + ], + [ + "ĠTeac", + "hing" + ], + [ + "ĠTeach", + "ing" + ], + [ + "ĠTea", + "ching" + ], + [ + "Ġ", + "Within" + ], + [ + "ĠW", + "ithin" + ], + [ + "ĠWith", + "in" + ], + [ + "ĠWi", + "thin" + ], + [ + "ĠWit", + "hin" + ], + [ + "iv", + "ate" + ], + [ + "iva", + "te" + ], + [ + "a", + "ction" + ], + [ + "ac", + "tion" + ], + [ + "act", + "ion" + ], + [ + "Ġf", + "rozen" + ], + [ + "Ġfro", + "zen" + ], + [ + "Ġfroze", + "n" + ], + [ + "-", + "rich" + ], + [ + "-r", + "ich" + ], + [ + "Ġ", + "bearing" + ], + [ + "Ġb", + "earing" + ], + [ + "Ġbe", + "aring" + ], + [ + "Ġbear", + "ing" + ], + [ + "c", + "ho" + ], + [ + "ch", + "o" + ], + [ + "Ġear", + "ned" + ], + [ + "Ġearn", + "ed" + ], + [ + "r", + "essing" + ], + [ + "res", + "sing" + ], + [ + "ress", + "ing" + ], + [ + "f", + "unction" + ], + [ + "fun", + "ction" + ], + [ + "Ġg", + "ran" + ], + [ + "Ġgra", + "n" + ], + [ + "Ġgr", + "an" + ], + [ + "Ġl", + "ibraries" + ], + [ + "Ġlibr", + "aries" + ], + [ + "r", + "at" + ], + [ + "ra", + "t" + ], + [ + "Ġ", + "horn" + ], + [ + "Ġh", + "orn" + ], + [ + "Ġhor", + "n" + ], + [ + "Ġho", + "rn" + ], + [ + "ĠJ", + "r" + ], + [ + "Ġ", + "Line" + ], + [ + "ĠL", + "ine" + ], + [ + "ĠLin", + "e" + ], + [ + "ĠLi", + "ne" + ], + [ + "Ġ", + "boundary" + ], + [ + "Ġbound", + "ary" + ], + [ + "Ġ", + "McC" + ], + [ + "ĠMc", + "C" + ], + [ + "Ġ", + "Ell" + ], + [ + "ĠE", + "ll" + ], + [ + "ĠEl", + "l" + ], + [ + "Ġal", + "tered" + ], + [ + "Ġalt", + "ered" + ], + [ + "Ġalter", + "ed" + ], + [ + "Ġ", + "Uk" + ], + [ + "ĠU", + "k" + ], + [ + "Ġapp", + "roval" + ], + [ + "Ġappro", + "val" + ], + [ + "Ġlab", + "els" + ], + [ + "Ġla", + "bels" + ], + [ + "Ġlabel", + "s" + ], + [ + "Ġac", + "quire" + ], + [ + "Ġacqu", + "ire" + ], + [ + "flamm", + "atory" + ], + [ + "t", + "ension" + ], + [ + "tens", + "ion" + ], + [ + "Ġ", + "cycl" + ], + [ + "Ġc", + "ycl" + ], + [ + "Ġcy", + "cl" + ], + [ + "e", + "met" + ], + [ + "em", + "et" + ], + [ + "eme", + "t" + ], + [ + "Ġret", + "urning" + ], + [ + "Ġreturn", + "ing" + ], + [ + "u", + "ce" + ], + [ + "uc", + "e" + ], + [ + "-", + "K" + ], + [ + "Ġ", + "chip" + ], + [ + "Ġc", + "hip" + ], + [ + "Ġch", + "ip" + ], + [ + "Ġchi", + "p" + ], + [ + "Ġ", + "keys" + ], + [ + "Ġke", + "ys" + ], + [ + "Ġkey", + "s" + ], + [ + "Ġm", + "utations" + ], + [ + "Ġmut", + "ations" + ], + [ + "Ġmutation", + "s" + ], + [ + "Ġ", + "Aud" + ], + [ + "ĠA", + "ud" + ], + [ + "ĠAu", + "d" + ], + [ + "Ġdrain", + "age" + ], + [ + "Ġ", + "Ide" + ], + [ + "ĠI", + "de" + ], + [ + "ĠId", + "e" + ], + [ + "Ġse", + "arching" + ], + [ + "Ġsearch", + "ing" + ], + [ + "Ġsearc", + "hing" + ], + [ + "Ġ", + "Introduction" + ], + [ + "ĠInt", + "roduction" + ], + [ + "ĠIntro", + "duction" + ], + [ + "on", + "sin" + ], + [ + "ons", + "in" + ], + [ + "ad", + "equ" + ], + [ + "ade", + "qu" + ], + [ + "ivers", + "ary" + ], + [ + "Ġ", + "genus" + ], + [ + "Ġgen", + "us" + ], + [ + "Ġge", + "nus" + ], + [ + "Ġ", + "Az" + ], + [ + "ĠA", + "z" + ], + [ + "Ġre", + "son" + ], + [ + "Ġr", + "eson" + ], + [ + "Ġres", + "on" + ], + [ + "Ġc", + "affe" + ], + [ + "Ġca", + "ffe" + ], + [ + "Ġcaf", + "fe" + ], + [ + "Ġir", + "regular" + ], + [ + "Ġcame", + "ras" + ], + [ + "Ġcam", + "eras" + ], + [ + "Ġcamera", + "s" + ], + [ + "o", + "bs" + ], + [ + "ob", + "s" + ], + [ + "Ġprom", + "otes" + ], + [ + "Ġpromot", + "es" + ], + [ + "Ġpromote", + "s" + ], + [ + "Ġmed", + "itation" + ], + [ + "Ġtra", + "ditionally" + ], + [ + "Ġtradition", + "ally" + ], + [ + "Ġtraditional", + "ly" + ], + [ + "Ġ", + "Ren" + ], + [ + "ĠR", + "en" + ], + [ + "ĠRe", + "n" + ], + [ + "Ġdec", + "reases" + ], + [ + "Ġdecre", + "ases" + ], + [ + "Ġdecrease", + "s" + ], + [ + "Ġ", + "cloth" + ], + [ + "Ġcl", + "oth" + ], + [ + "Ġclot", + "h" + ], + [ + "Ġclo", + "th" + ], + [ + "l", + "uded" + ], + [ + "lud", + "ed" + ], + [ + "lu", + "ded" + ], + [ + "lude", + "d" + ], + [ + "-", + "hand" + ], + [ + "-h", + "and" + ], + [ + "uls", + "ion" + ], + [ + "-", + "line" + ], + [ + "-l", + "ine" + ], + [ + "Ġb", + "ind" + ], + [ + "Ġbi", + "nd" + ], + [ + "Ġbin", + "d" + ], + [ + "Ġsw", + "allow" + ], + [ + "Ġc", + "amps" + ], + [ + "Ġcamp", + "s" + ], + [ + "Ġcam", + "ps" + ], + [ + "Ġt", + "elescope" + ], + [ + "Ġtele", + "scope" + ], + [ + "Ġtelesc", + "ope" + ], + [ + "Ġoff", + "ices" + ], + [ + "Ġoffic", + "es" + ], + [ + "Ġoffice", + "s" + ], + [ + "Ġt", + "anks" + ], + [ + "Ġtank", + "s" + ], + [ + "Ġtan", + "ks" + ], + [ + "Ġint", + "elligent" + ], + [ + "Ġintellig", + "ent" + ], + [ + "Ġt", + "ubes" + ], + [ + "Ġtube", + "s" + ], + [ + "Ġtub", + "es" + ], + [ + "Ġtu", + "bes" + ], + [ + "Ġfe", + "min" + ], + [ + "Ġfem", + "in" + ], + [ + "Ġleg", + "acy" + ], + [ + "Ġ", + "yes" + ], + [ + "Ġy", + "es" + ], + [ + "Ġye", + "s" + ], + [ + "Ġtherap", + "ies" + ], + [ + "os", + "aur" + ], + [ + "osa", + "ur" + ], + [ + "ĠAf", + "ghan" + ], + [ + "ĠAfgh", + "an" + ], + [ + "Ġfe", + "ather" + ], + [ + "Ġfeat", + "her" + ], + [ + "isc", + "onsin" + ], + [ + "Ġ", + "Williams" + ], + [ + "ĠWill", + "iams" + ], + [ + "ĠWilliam", + "s" + ], + [ + "Ġpurs", + "ue" + ], + [ + "Ġd", + "angers" + ], + [ + "Ġdang", + "ers" + ], + [ + "Ġdanger", + "s" + ], + [ + "Ġdan", + "gers" + ], + [ + "Ġc", + "oral" + ], + [ + "Ġco", + "ral" + ], + [ + "Ġcor", + "al" + ], + [ + "ropri", + "ate" + ], + [ + "R", + "S" + ], + [ + "Ġ", + "Crit" + ], + [ + "ĠC", + "rit" + ], + [ + "ĠCr", + "it" + ], + [ + "Ġpre", + "vented" + ], + [ + "Ġprevent", + "ed" + ], + [ + "Ġprev", + "ented" + ], + [ + "Ġ", + "Sud" + ], + [ + "ĠS", + "ud" + ], + [ + "ĠSu", + "d" + ], + [ + "Â", + "©" + ], + [ + "Ġmod", + "eling" + ], + [ + "Ġmodel", + "ing" + ], + [ + "Ġmode", + "ling" + ], + [ + "at", + "ile" + ], + [ + "ati", + "le" + ], + [ + "Ġ", + "Event" + ], + [ + "ĠE", + "vent" + ], + [ + "ĠEven", + "t" + ], + [ + "ĠEv", + "ent" + ], + [ + "ĠEve", + "nt" + ], + [ + "Ġpers", + "pectives" + ], + [ + "Ġperspective", + "s" + ], + [ + "Ġ", + "ride" + ], + [ + "Ġr", + "ide" + ], + [ + "Ġrid", + "e" + ], + [ + "Ġwa", + "velength" + ], + [ + "Ġwave", + "length" + ], + [ + "Ġgen", + "tle" + ], + [ + "Ġgent", + "le" + ], + [ + "Ġ", + "arc" + ], + [ + "Ġa", + "rc" + ], + [ + "Ġar", + "c" + ], + [ + "Ġ", + "qualified" + ], + [ + "Ġqual", + "ified" + ], + [ + "Ġfor", + "ever" + ], + [ + "Ġfore", + "ver" + ], + [ + "osp", + "el" + ], + [ + "b", + "urn" + ], + [ + "bur", + "n" + ], + [ + "bu", + "rn" + ], + [ + "O", + "s" + ], + [ + "M", + "an" + ], + [ + "Ma", + "n" + ], + [ + "M", + "od" + ], + [ + "Mo", + "d" + ], + [ + "ĠD", + "yn" + ], + [ + "ĠDy", + "n" + ], + [ + "Ġf", + "ounder" + ], + [ + "Ġfound", + "er" + ], + [ + "Ġfo", + "under" + ], + [ + "Ġfou", + "nder" + ], + [ + "erc", + "ise" + ], + [ + "Ġin", + "term" + ], + [ + "Ġint", + "erm" + ], + [ + "Ġinter", + "m" + ], + [ + "Ġdemonstr", + "ates" + ], + [ + "Ġdemonstrate", + "s" + ], + [ + "Ġdemonst", + "rates" + ], + [ + "Ġorgan", + "isation" + ], + [ + "k", + "er" + ], + [ + "ke", + "r" + ], + [ + "Ġdi", + "stances" + ], + [ + "Ġdist", + "ances" + ], + [ + "Ġdistance", + "s" + ], + [ + "Ġind", + "icators" + ], + [ + "Ġindic", + "ators" + ], + [ + "Ġindicator", + "s" + ], + [ + "Ġ", + "inflammatory" + ], + [ + "Ġin", + "flammatory" + ], + [ + "Ġinflamm", + "atory" + ], + [ + "ĠG", + "h" + ], + [ + "sec", + "urity" + ], + [ + "Ġc", + "ope" + ], + [ + "Ġco", + "pe" + ], + [ + "Ġcop", + "e" + ], + [ + "o", + "tion" + ], + [ + "ot", + "ion" + ], + [ + "oti", + "on" + ], + [ + "Scient", + "ists" + ], + [ + "Ġhistor", + "ians" + ], + [ + "Ġhistorian", + "s" + ], + [ + "Ġorgan", + "isations" + ], + [ + "Ġorganisation", + "s" + ], + [ + "Ġmanufact", + "urer" + ], + [ + "Ġmanufacture", + "r" + ], + [ + "Ġ", + "termin" + ], + [ + "Ġter", + "min" + ], + [ + "Ġterm", + "in" + ], + [ + "Ġfe", + "atured" + ], + [ + "Ġfeature", + "d" + ], + [ + "Ġfeat", + "ured" + ], + [ + "Ġ", + "Symptoms" + ], + [ + "ĠSym", + "ptoms" + ], + [ + "ĠSymptom", + "s" + ], + [ + "G", + "S" + ], + [ + "a", + "ver" + ], + [ + "av", + "er" + ], + [ + "ave", + "r" + ], + [ + "Ġmin", + "ister" + ], + [ + "Ġmini", + "ster" + ], + [ + ".", + "âĢĻĊ" + ], + [ + ".âĢĻ", + "Ċ" + ], + [ + "uss", + "ion" + ], + [ + "we", + "et" + ], + [ + "Ġauthent", + "ic" + ], + [ + "w", + "orth" + ], + [ + "wort", + "h" + ], + [ + "Ġinc", + "redibly" + ], + [ + "Ġincred", + "ibly" + ], + [ + "Ġd", + "emocratic" + ], + [ + "Ġdem", + "ocratic" + ], + [ + "Ġdemocr", + "atic" + ], + [ + "Ġdemo", + "cratic" + ], + [ + "Ġdemocrat", + "ic" + ], + [ + "Ġdef", + "ects" + ], + [ + "Ġdefect", + "s" + ], + [ + "Ġdefec", + "ts" + ], + [ + "oc", + "ument" + ], + [ + "ocum", + "ent" + ], + [ + "Ġgen", + "erating" + ], + [ + "Ġgener", + "ating" + ], + [ + "Ġgene", + "rating" + ], + [ + "Ġgenera", + "ting" + ], + [ + "Ġd", + "uties" + ], + [ + "Ġdu", + "ties" + ], + [ + "Ġdut", + "ies" + ], + [ + "Ġ", + "Luc" + ], + [ + "ĠL", + "uc" + ], + [ + "ĠLu", + "c" + ], + [ + "Ġexp", + "ressions" + ], + [ + "Ġexpress", + "ions" + ], + [ + "Ġexpression", + "s" + ], + [ + "Ġrac", + "ism" + ], + [ + "Ġmy", + "stery" + ], + [ + "Ġmyst", + "ery" + ], + [ + "Ġmyster", + "y" + ], + [ + "Ġmys", + "tery" + ], + [ + "B", + "ack" + ], + [ + "Ba", + "ck" + ], + [ + "Ġutil", + "ize" + ], + [ + "C", + "I" + ], + [ + "i", + "ors" + ], + [ + "io", + "rs" + ], + [ + "ior", + "s" + ], + [ + "Ġv", + "ice" + ], + [ + "Ġvic", + "e" + ], + [ + "Ġvi", + "ce" + ], + [ + "Ġre", + "call" + ], + [ + "Ġrec", + "all" + ], + [ + "Ġsystem", + "atic" + ], + [ + "Ġsyst", + "ematic" + ], + [ + "Ġpack", + "aging" + ], + [ + "Ġpers", + "istent" + ], + [ + "Ġpersist", + "ent" + ], + [ + "Ġm", + "obility" + ], + [ + "Ġmob", + "ility" + ], + [ + "Ġmobil", + "ity" + ], + [ + "Ġe", + "lections" + ], + [ + "Ġelect", + "ions" + ], + [ + "Ġele", + "ctions" + ], + [ + "Ġel", + "ections" + ], + [ + "Ġelection", + "s" + ], + [ + "a", + "ven" + ], + [ + "av", + "en" + ], + [ + "ave", + "n" + ], + [ + "Ġ", + "Student" + ], + [ + "ĠStud", + "ent" + ], + [ + "em", + "ies" + ], + [ + "emi", + "es" + ], + [ + "a", + "zz" + ], + [ + "az", + "z" + ], + [ + "Ġdistinct", + "ive" + ], + [ + "Ġ", + "ES" + ], + [ + "ĠE", + "S" + ], + [ + "Ġ", + "bladder" + ], + [ + "Ġbl", + "adder" + ], + [ + "Ġ", + "Bern" + ], + [ + "ĠB", + "ern" + ], + [ + "ĠBe", + "rn" + ], + [ + "ĠBer", + "n" + ], + [ + "Ġavoid", + "ed" + ], + [ + "l", + "ist" + ], + [ + "li", + "st" + ], + [ + "lis", + "t" + ], + [ + "Ġem", + "bedded" + ], + [ + "Ġembed", + "ded" + ], + [ + "ĠCl", + "ub" + ], + [ + "H", + "igh" + ], + [ + "Hi", + "gh" + ], + [ + "Ġt", + "ied" + ], + [ + "Ġtie", + "d" + ], + [ + "Ġti", + "ed" + ], + [ + "is", + "ition" + ], + [ + "isi", + "tion" + ], + [ + "e", + "fits" + ], + [ + "ef", + "its" + ], + [ + "efit", + "s" + ], + [ + "Ġass", + "essed" + ], + [ + "Ġassess", + "ed" + ], + [ + "Ġ", + "Did" + ], + [ + "ĠD", + "id" + ], + [ + "ĠDi", + "d" + ], + [ + "a", + "yer" + ], + [ + "ay", + "er" + ], + [ + "aye", + "r" + ], + [ + "Ġprog", + "ressive" + ], + [ + "Ġprogress", + "ive" + ], + [ + "i", + "atric" + ], + [ + "iat", + "ric" + ], + [ + "ot", + "ten" + ], + [ + "ott", + "en" + ], + [ + "otte", + "n" + ], + [ + "Ġ", + "apple" + ], + [ + "Ġapp", + "le" + ], + [ + "Ġap", + "ple" + ], + [ + "Ġappl", + "e" + ], + [ + "a", + "than" + ], + [ + "at", + "han" + ], + [ + "ath", + "an" + ], + [ + "atha", + "n" + ], + [ + "Ġme", + "nu" + ], + [ + "Ġmen", + "u" + ], + [ + "ed", + "ge" + ], + [ + "Ġ", + "ine" + ], + [ + "Ġin", + "e" + ], + [ + "Ġi", + "ne" + ], + [ + "Ġdiagn", + "ose" + ], + [ + "is", + "tically" + ], + [ + "ist", + "ically" + ], + [ + "istic", + "ally" + ], + [ + "istical", + "ly" + ], + [ + "M", + "I" + ], + [ + "Ġen", + "abling" + ], + [ + "Ġenab", + "ling" + ], + [ + "Ġpl", + "asma" + ], + [ + "Ġplasm", + "a" + ], + [ + "Ġplas", + "ma" + ], + [ + "Ġdial", + "ogue" + ], + [ + "Ġdialog", + "ue" + ], + [ + "o", + "a" + ], + [ + "Ġ", + "RNA" + ], + [ + "ĠR", + "NA" + ], + [ + "ĠRN", + "A" + ], + [ + "Ġsub", + "mit" + ], + [ + "Ġsubm", + "it" + ], + [ + "Ġa", + "ids" + ], + [ + "Ġaid", + "s" + ], + [ + "Ġai", + "ds" + ], + [ + "Ġ", + "rats" + ], + [ + "Ġr", + "ats" + ], + [ + "Ġra", + "ts" + ], + [ + "Ġrat", + "s" + ], + [ + "Ġ", + "·" + ], + [ + "ĠÂ", + "·" + ], + [ + "Ġins", + "piration" + ], + [ + "Ġinsp", + "iration" + ], + [ + "Ġinspir", + "ation" + ], + [ + "Ġ", + "cooked" + ], + [ + "Ġc", + "ooked" + ], + [ + "Ġco", + "oked" + ], + [ + "Ġcook", + "ed" + ], + [ + "Ġconduct", + "ing" + ], + [ + "Ġ", + "Mother" + ], + [ + "ĠM", + "other" + ], + [ + "ĠMo", + "ther" + ], + [ + "ĠMot", + "her" + ], + [ + "ĠMoth", + "er" + ], + [ + "Ġ", + "Neg" + ], + [ + "ĠN", + "eg" + ], + [ + "ĠNe", + "g" + ], + [ + "W", + "ater" + ], + [ + "Wa", + "ter" + ], + [ + "Ð", + "µ" + ], + [ + "Ġ", + "Jack" + ], + [ + "ĠJ", + "ack" + ], + [ + "ĠJac", + "k" + ], + [ + "ĠJa", + "ck" + ], + [ + "he", + "et" + ], + [ + "hee", + "t" + ], + [ + "Ġl", + "unch" + ], + [ + "Ġlun", + "ch" + ], + [ + "Ġwh", + "ales" + ], + [ + "Ġwhale", + "s" + ], + [ + "T", + "rans" + ], + [ + "Tra", + "ns" + ], + [ + "Tr", + "ans" + ], + [ + "um", + "ns" + ], + [ + "umn", + "s" + ], + [ + "Ġ", + "Charl" + ], + [ + "ĠChar", + "l" + ], + [ + "Ġh", + "arsh" + ], + [ + "Ġhar", + "sh" + ], + [ + "Ġhars", + "h" + ], + [ + "Th", + "ough" + ], + [ + "Thou", + "gh" + ], + [ + "-", + "gen" + ], + [ + "-g", + "en" + ], + [ + "-ge", + "n" + ], + [ + "v", + "i" + ], + [ + "Ġex", + "port" + ], + [ + "Ġexp", + "ort" + ], + [ + "M", + "ar" + ], + [ + "Ma", + "r" + ], + [ + "r", + "ac" + ], + [ + "ra", + "c" + ], + [ + "Ġg", + "au" + ], + [ + "Ġga", + "u" + ], + [ + "-", + "made" + ], + [ + "-m", + "ade" + ], + [ + "-ma", + "de" + ], + [ + "Ġ", + "orientation" + ], + [ + "Ġorient", + "ation" + ], + [ + "Ġpot", + "atoes" + ], + [ + "Ġpotato", + "es" + ], + [ + "Ġ", + "hip" + ], + [ + "Ġh", + "ip" + ], + [ + "Ġhi", + "p" + ], + [ + "ĠC", + "orpor" + ], + [ + "ĠCor", + "por" + ], + [ + "ĠCorp", + "or" + ], + [ + "Ġs", + "overe" + ], + [ + "Ġso", + "vere" + ], + [ + "Ġfil", + "ters" + ], + [ + "Ġfilter", + "s" + ], + [ + "Ġfilt", + "ers" + ], + [ + "s", + "k" + ], + [ + "Ġexpl", + "ored" + ], + [ + "Ġexplore", + "d" + ], + [ + "Ġexplo", + "red" + ], + [ + "Ġexplor", + "ed" + ], + [ + "Ġ", + "Import" + ], + [ + "ĠIm", + "port" + ], + [ + "ĠImp", + "ort" + ], + [ + "Ġcontrovers", + "ial" + ], + [ + "Ġ", + "Turkey" + ], + [ + "ĠTur", + "key" + ], + [ + "ĠTurk", + "ey" + ], + [ + "Ġtw", + "elve" + ], + [ + "Ġmult", + "ip" + ], + [ + "Ġmulti", + "p" + ], + [ + "Ġmul", + "tip" + ], + [ + "Ġ", + "Much" + ], + [ + "ĠM", + "uch" + ], + [ + "ĠMu", + "ch" + ], + [ + "ĠMuc", + "h" + ], + [ + "Ġ", + "Story" + ], + [ + "ĠSt", + "ory" + ], + [ + "ĠSto", + "ry" + ], + [ + "ĠStor", + "y" + ], + [ + "Ġsp", + "reads" + ], + [ + "Ġspread", + "s" + ], + [ + "Ġspr", + "eads" + ], + [ + "ab", + "ilitation" + ], + [ + "abil", + "itation" + ], + [ + "at", + "ories" + ], + [ + "ator", + "ies" + ], + [ + "ato", + "ries" + ], + [ + "x", + "ual" + ], + [ + "Ġ", + "(\"" + ], + [ + "Ġ(", + "\"" + ], + [ + "Ġ", + "Write" + ], + [ + "ĠW", + "rite" + ], + [ + "ĠWrit", + "e" + ], + [ + "Ġ", + "Hem" + ], + [ + "ĠH", + "em" + ], + [ + "ĠHe", + "m" + ], + [ + "Ġmon", + "ument" + ], + [ + "Ġcom", + "paring" + ], + [ + "Ġcomp", + "aring" + ], + [ + "Ġcompar", + "ing" + ], + [ + "p", + "lan" + ], + [ + "pl", + "an" + ], + [ + "Ġdist", + "inction" + ], + [ + "Ġdistinct", + "ion" + ], + [ + "D", + "ep" + ], + [ + "De", + "p" + ], + [ + "Ġcap", + "ability" + ], + [ + "Ġ", + "hill" + ], + [ + "Ġh", + "ill" + ], + [ + "Ġhi", + "ll" + ], + [ + "Ġ", + "Future" + ], + [ + "ĠF", + "uture" + ], + [ + "ĠFut", + "ure" + ], + [ + "Ġ", + "Object" + ], + [ + "ĠOb", + "ject" + ], + [ + "st", + "orm" + ], + [ + "Ġadapt", + "ation" + ], + [ + "Ġh", + "unger" + ], + [ + "Ġhun", + "ger" + ], + [ + "Ġhung", + "er" + ], + [ + "I", + "nc" + ], + [ + "In", + "c" + ], + [ + "Ġde", + "hyd" + ], + [ + "Ġg", + "land" + ], + [ + "Ġgl", + "and" + ], + [ + "Ġcomp", + "letion" + ], + [ + "Ġcomple", + "tion" + ], + [ + "Ġd", + "ollar" + ], + [ + "Ġdoll", + "ar" + ], + [ + "Ġdol", + "lar" + ], + [ + "Ġt", + "ribe" + ], + [ + "Ġtr", + "ibe" + ], + [ + "Ġtri", + "be" + ], + [ + "Ġtrib", + "e" + ], + [ + "Ġmet", + "res" + ], + [ + "Ġmetre", + "s" + ], + [ + "Ġanti", + "biotic" + ], + [ + "Ġantib", + "iotic" + ], + [ + "Ġantibiot", + "ic" + ], + [ + "Ġ", + "holy" + ], + [ + "Ġh", + "oly" + ], + [ + "Ġho", + "ly" + ], + [ + "Ġhol", + "y" + ], + [ + "Ġ", + "Scientific" + ], + [ + "ĠScient", + "ific" + ], + [ + "Ġ", + "Turn" + ], + [ + "ĠT", + "urn" + ], + [ + "ĠTur", + "n" + ], + [ + "ĠTu", + "rn" + ], + [ + "Ġal", + "uminum" + ], + [ + "Ġalumin", + "um" + ], + [ + "Ġalum", + "inum" + ], + [ + "Ġth", + "irty" + ], + [ + "Ġthir", + "ty" + ], + [ + "o", + "ting" + ], + [ + "ot", + "ing" + ], + [ + "otin", + "g" + ], + [ + "oti", + "ng" + ], + [ + "Ġen", + "lar" + ], + [ + "Ġenl", + "ar" + ], + [ + "Ġ", + "Log" + ], + [ + "ĠL", + "og" + ], + [ + "ĠLo", + "g" + ], + [ + "Ġfall", + "en" + ], + [ + "Ġfal", + "len" + ], + [ + "Ġdi", + "vine" + ], + [ + "Ġdiv", + "ine" + ], + [ + "t", + "hal" + ], + [ + "th", + "al" + ], + [ + "tha", + "l" + ], + [ + "Ġm", + "ethane" + ], + [ + "Ġmeth", + "ane" + ], + [ + "Ġport", + "ray" + ], + [ + "I", + "ST" + ], + [ + "IS", + "T" + ], + [ + "form", + "ed" + ], + [ + "for", + "med" + ], + [ + "Ġarr", + "anged" + ], + [ + "Ġarrange", + "d" + ], + [ + "Ġcl", + "uster" + ], + [ + "Ġclust", + "er" + ], + [ + "h", + "an" + ], + [ + "ha", + "n" + ], + [ + "er", + "mat" + ], + [ + "erm", + "at" + ], + [ + "erma", + "t" + ], + [ + "for", + "ced" + ], + [ + "force", + "d" + ], + [ + "Ġ", + "rocket" + ], + [ + "Ġr", + "ocket" + ], + [ + "Ġrock", + "et" + ], + [ + "Ġher", + "bs" + ], + [ + "Ġherb", + "s" + ], + [ + "Ġin", + "tr" + ], + [ + "Ġint", + "r" + ], + [ + "P", + "D" + ], + [ + "Ġ", + "educated" + ], + [ + "Ġeduc", + "ated" + ], + [ + "Ġeducate", + "d" + ], + [ + "u", + "rated" + ], + [ + "ur", + "ated" + ], + [ + "ura", + "ted" + ], + [ + "urate", + "d" + ], + [ + "urat", + "ed" + ], + [ + "Ġ", + "atomic" + ], + [ + "Ġat", + "omic" + ], + [ + "Ġatom", + "ic" + ], + [ + "Ġ", + "Index" + ], + [ + "ĠInd", + "ex" + ], + [ + "Ġ", + "por" + ], + [ + "Ġp", + "or" + ], + [ + "Ġpo", + "r" + ], + [ + "Ġvac", + "uum" + ], + [ + "Ġvacu", + "um" + ], + [ + "Ġen", + "abled" + ], + [ + "Ġenable", + "d" + ], + [ + "Ġenab", + "led" + ], + [ + "F", + "inally" + ], + [ + "Fin", + "ally" + ], + [ + "Final", + "ly" + ], + [ + "il", + "lance" + ], + [ + "ill", + "ance" + ], + [ + "illa", + "nce" + ], + [ + "Ġj", + "uris" + ], + [ + "Ġju", + "ris" + ], + [ + "Ġjur", + "is" + ], + [ + "B", + "oth" + ], + [ + "Bo", + "th" + ], + [ + "Bot", + "h" + ], + [ + "Ġn", + "ort" + ], + [ + "Ġno", + "rt" + ], + [ + "Ġnor", + "t" + ], + [ + "Ġres", + "olve" + ], + [ + "Ġprog", + "ression" + ], + [ + "Ġprogress", + "ion" + ], + [ + "Ġ", + "Working" + ], + [ + "ĠWor", + "king" + ], + [ + "ĠWork", + "ing" + ], + [ + "im", + "als" + ], + [ + "imal", + "s" + ], + [ + "ima", + "ls" + ], + [ + "Ġover", + "weight" + ], + [ + "Ġoverw", + "eight" + ], + [ + "Ġw", + "age" + ], + [ + "Ġwa", + "ge" + ], + [ + "Ġex", + "ch" + ], + [ + "Ġexc", + "h" + ], + [ + "B", + "I" + ], + [ + "Ġde", + "pr" + ], + [ + "Ġdep", + "r" + ], + [ + "ĠMary", + "land" + ], + [ + "Ġ", + "Clinical" + ], + [ + "ĠCl", + "inical" + ], + [ + "ĠClin", + "ical" + ], + [ + "ĠClinic", + "al" + ], + [ + "Ġsub", + "sequently" + ], + [ + "Ġsubsequ", + "ently" + ], + [ + "Ġsubsequent", + "ly" + ], + [ + "Ġt", + "orn" + ], + [ + "Ġto", + "rn" + ], + [ + "Ġtor", + "n" + ], + [ + "Ġop", + "erational" + ], + [ + "Ġoper", + "ational" + ], + [ + "Ġoperation", + "al" + ], + [ + "o", + "wa" + ], + [ + "ow", + "a" + ], + [ + "Ġcalcul", + "ations" + ], + [ + "Ġcalc", + "ulations" + ], + [ + "Ġcalculation", + "s" + ], + [ + "Ġ", + "Core" + ], + [ + "ĠC", + "ore" + ], + [ + "ĠCo", + "re" + ], + [ + "ĠCor", + "e" + ], + [ + "ins", + "ula" + ], + [ + "Ġcr", + "imes" + ], + [ + "Ġcrime", + "s" + ], + [ + "Ġcrim", + "es" + ], + [ + "ĠN", + "ether" + ], + [ + "ĠNe", + "ther" + ], + [ + "ĠNet", + "her" + ], + [ + "Ġaccompl", + "ished" + ], + [ + "Ġaccomp", + "lished" + ], + [ + "Ġaccomplish", + "ed" + ], + [ + "Ġ", + "Different" + ], + [ + "ĠD", + "ifferent" + ], + [ + "ĠDiff", + "erent" + ], + [ + "Ġ", + "×" + ], + [ + "Ġp", + "ushed" + ], + [ + "Ġpush", + "ed" + ], + [ + "Ġpus", + "hed" + ], + [ + "Ġt", + "alks" + ], + [ + "Ġtalk", + "s" + ], + [ + "Ġtal", + "ks" + ], + [ + "Ġstake", + "holders" + ], + [ + "Ġstakeholder", + "s" + ], + [ + "ar", + "ters" + ], + [ + "art", + "ers" + ], + [ + "arter", + "s" + ], + [ + "arte", + "rs" + ], + [ + "a", + "cle" + ], + [ + "ac", + "le" + ], + [ + "acl", + "e" + ], + [ + "Ġ", + "Trump" + ], + [ + "ĠTr", + "ump" + ], + [ + "ĠTru", + "mp" + ], + [ + "u", + "v" + ], + [ + "Ġc", + "atal" + ], + [ + "Ġca", + "tal" + ], + [ + "Ġcat", + "al" + ], + [ + "emet", + "ery" + ], + [ + "eme", + "tery" + ], + [ + "Ġ", + "%" + ], + [ + "Ġ", + "@" + ], + [ + "n", + "ected" + ], + [ + "nect", + "ed" + ], + [ + "Ġth", + "ickness" + ], + [ + "Ġthick", + "ness" + ], + [ + "ow", + "ners" + ], + [ + "own", + "ers" + ], + [ + "owner", + "s" + ], + [ + "E", + "ST" + ], + [ + "ES", + "T" + ], + [ + "Ġphenomen", + "a" + ], + [ + "Ġs", + "ket" + ], + [ + "Ġsk", + "et" + ], + [ + "Ġske", + "t" + ], + [ + "Ġ", + "Questions" + ], + [ + "ĠQu", + "estions" + ], + [ + "ĠQuestion", + "s" + ], + [ + "ĠQuest", + "ions" + ], + [ + "Ġaf", + "raid" + ], + [ + "\"", + ")" + ], + [ + "Ġ", + "bin" + ], + [ + "Ġb", + "in" + ], + [ + "Ġbi", + "n" + ], + [ + "Ġ", + "Integ" + ], + [ + "ĠIn", + "teg" + ], + [ + "ĠInt", + "eg" + ], + [ + "Ġ", + "frog" + ], + [ + "Ġf", + "rog" + ], + [ + "Ġfr", + "og" + ], + [ + "Ġfro", + "g" + ], + [ + "Ġinc", + "redible" + ], + [ + "Ġincred", + "ible" + ], + [ + "he", + "astern" + ], + [ + "heast", + "ern" + ], + [ + "hea", + "stern" + ], + [ + "Ġ", + "Pope" + ], + [ + "ĠP", + "ope" + ], + [ + "ĠPo", + "pe" + ], + [ + "ĠPop", + "e" + ], + [ + "Ġtrans", + "formed" + ], + [ + "Ġtransform", + "ed" + ], + [ + "onom", + "ous" + ], + [ + "Ġ", + "gear" + ], + [ + "Ġg", + "ear" + ], + [ + "Ġge", + "ar" + ], + [ + "Ġconcent", + "rated" + ], + [ + "Ġconcentrate", + "d" + ], + [ + "Ġple", + "asure" + ], + [ + "Ġpleas", + "ure" + ], + [ + "Ġ", + "Jefferson" + ], + [ + "ĠJeff", + "erson" + ], + [ + "Ġ", + "Flow" + ], + [ + "ĠF", + "low" + ], + [ + "ĠFl", + "ow" + ], + [ + "ĠFlo", + "w" + ], + [ + "Ġpat", + "ent" + ], + [ + "Ġt", + "ired" + ], + [ + "Ġtire", + "d" + ], + [ + "Ġti", + "red" + ], + [ + "ch", + "ron" + ], + [ + "Ġin", + "stant" + ], + [ + "Ġinst", + "ant" + ], + [ + "Ġb", + "owel" + ], + [ + "Ġbo", + "wel" + ], + [ + "Ġbow", + "el" + ], + [ + "f", + "ire" + ], + [ + "fi", + "re" + ], + [ + "fir", + "e" + ], + [ + "v", + "y" + ], + [ + "Ġs", + "le" + ], + [ + "Ġsl", + "e" + ], + [ + "Ġ", + "Risk" + ], + [ + "ĠR", + "isk" + ], + [ + "ĠRi", + "sk" + ], + [ + "ĠRis", + "k" + ], + [ + "Ġart", + "if" + ], + [ + "Ġgal", + "axy" + ], + [ + "Ġgalax", + "y" + ], + [ + "Ġ", + "Fer" + ], + [ + "ĠF", + "er" + ], + [ + "ĠFe", + "r" + ], + [ + "Ġpe", + "nal" + ], + [ + "Ġpen", + "al" + ], + [ + "Ġf", + "ertility" + ], + [ + "Ġfert", + "ility" + ], + [ + "Ġfertil", + "ity" + ], + [ + "Ġrecy", + "cled" + ], + [ + "Ġrecycle", + "d" + ], + [ + "Ġrecycl", + "ed" + ], + [ + "Ġprec", + "ision" + ], + [ + "Ġg", + "athering" + ], + [ + "Ġgather", + "ing" + ], + [ + "Ġp", + "ubl" + ], + [ + "Ġpub", + "l" + ], + [ + "Ġpu", + "bl" + ], + [ + "Ġsk", + "ull" + ], + [ + "Ġ", + "Text" + ], + [ + "ĠT", + "ext" + ], + [ + "ĠTe", + "xt" + ], + [ + "ĠTex", + "t" + ], + [ + "at", + "tered" + ], + [ + "att", + "ered" + ], + [ + "atter", + "ed" + ], + [ + "Ġ", + "MA" + ], + [ + "ĠM", + "A" + ], + [ + "Ġ", + "Full" + ], + [ + "ĠF", + "ull" + ], + [ + "ĠFu", + "ll" + ], + [ + "ĠFul", + "l" + ], + [ + "Ġinteg", + "ral" + ], + [ + "Ġintegr", + "al" + ], + [ + "P", + "rof" + ], + [ + "Pro", + "f" + ], + [ + "Pr", + "of" + ], + [ + "Ġr", + "hythm" + ], + [ + "Ġrhyth", + "m" + ], + [ + "Ġag", + "greg" + ], + [ + "Ġagg", + "reg" + ], + [ + "i", + "ously" + ], + [ + "ious", + "ly" + ], + [ + "Ġass", + "ault" + ], + [ + "Ġ", + "thank" + ], + [ + "Ġth", + "ank" + ], + [ + "Ġthan", + "k" + ], + [ + "Ġcontinuous", + "ly" + ], + [ + "Ġ", + "WW" + ], + [ + "ĠW", + "W" + ], + [ + "p", + "lex" + ], + [ + "pl", + "ex" + ], + [ + "ple", + "x" + ], + [ + "Ġorig", + "inated" + ], + [ + "Ġorigin", + "ated" + ], + [ + "Ġoriginate", + "d" + ], + [ + "Ġ", + "Victoria" + ], + [ + "ĠVict", + "oria" + ], + [ + "ĠVictor", + "ia" + ], + [ + "Ġprot", + "ects" + ], + [ + "Ġprotect", + "s" + ], + [ + "Ġadminist", + "ered" + ], + [ + "Ġadmin", + "istered" + ], + [ + "Ġadminister", + "ed" + ], + [ + "Ġ", + "steady" + ], + [ + "Ġste", + "ady" + ], + [ + "Ġstead", + "y" + ], + [ + "Ġdest", + "ination" + ], + [ + "Ġcon", + "stra" + ], + [ + "Ġcons", + "tra" + ], + [ + "Ġconst", + "ra" + ], + [ + "Ġ", + "Applic" + ], + [ + "ĠApp", + "lic" + ], + [ + "ĠAp", + "plic" + ], + [ + "ĠAppl", + "ic" + ], + [ + "Ġ", + "Talk" + ], + [ + "ĠT", + "alk" + ], + [ + "ĠTal", + "k" + ], + [ + "Ġ", + "~" + ], + [ + "Ġp", + "upp" + ], + [ + "Ġpup", + "p" + ], + [ + "Ġpu", + "pp" + ], + [ + "Ġ", + "Source" + ], + [ + "ĠS", + "ource" + ], + [ + "ĠSour", + "ce" + ], + [ + "Ġ", + "Sleep" + ], + [ + "ĠS", + "leep" + ], + [ + "ĠSle", + "ep" + ], + [ + "Ġ", + "Berlin" + ], + [ + "ĠBer", + "lin" + ], + [ + "Ġens", + "ures" + ], + [ + "Ġensure", + "s" + ], + [ + "Ġarg", + "ues" + ], + [ + "Ġargue", + "s" + ], + [ + "Ġargu", + "es" + ], + [ + "Ġ", + "AC" + ], + [ + "ĠA", + "C" + ], + [ + "Ġ", + "AIDS" + ], + [ + "ĠA", + "IDS" + ], + [ + "ĠAI", + "DS" + ], + [ + "Ġhead", + "aches" + ], + [ + "Ġheadache", + "s" + ], + [ + "Ġ", + "Understanding" + ], + [ + "ĠUnder", + "standing" + ], + [ + "ĠUnderstand", + "ing" + ], + [ + "Ġ", + "Physics" + ], + [ + "ĠPh", + "ysics" + ], + [ + "ĠPhys", + "ics" + ], + [ + "g", + "ered" + ], + [ + "ge", + "red" + ], + [ + "ger", + "ed" + ], + [ + "Ġnot", + "able" + ], + [ + "Ġno", + "table" + ], + [ + "Ġ", + "Local" + ], + [ + "ĠL", + "ocal" + ], + [ + "ĠLo", + "cal" + ], + [ + "ĠLoc", + "al" + ], + [ + "u", + "ble" + ], + [ + "ub", + "le" + ], + [ + "ubl", + "e" + ], + [ + "Ġop", + "ens" + ], + [ + "Ġopen", + "s" + ], + [ + "Ġ", + "morph" + ], + [ + "Ġm", + "orph" + ], + [ + "Ġmor", + "ph" + ], + [ + "Ġmorp", + "h" + ], + [ + "Ġoverwhel", + "ming" + ], + [ + "Ġoverwhelm", + "ing" + ], + [ + "j", + "a" + ], + [ + "Ġc", + "ensus" + ], + [ + "Ġcens", + "us" + ], + [ + "Ġ", + "uter" + ], + [ + "Ġu", + "ter" + ], + [ + "Ġut", + "er" + ], + [ + "Ġ", + "Peace" + ], + [ + "ĠPe", + "ace" + ], + [ + "ay", + "lor" + ], + [ + "Ġg", + "ains" + ], + [ + "Ġgain", + "s" + ], + [ + "Ġga", + "ins" + ], + [ + "Ġpre", + "school" + ], + [ + "Ġpres", + "chool" + ], + [ + "ĠW", + "isconsin" + ], + [ + "g", + "ged" + ], + [ + "gg", + "ed" + ], + [ + "Ġthor", + "ough" + ], + [ + "Ġc", + "ourage" + ], + [ + "Ġcour", + "age" + ], + [ + "Ġcou", + "rage" + ], + [ + "Ġ", + "Tree" + ], + [ + "ĠT", + "ree" + ], + [ + "ĠTr", + "ee" + ], + [ + "ĠTre", + "e" + ], + [ + "Ġrel", + "atives" + ], + [ + "Ġrelative", + "s" + ], + [ + "Ġrelat", + "ives" + ], + [ + "or", + "iginal" + ], + [ + "orig", + "inal" + ], + [ + "origin", + "al" + ], + [ + "Ġ", + "Ash" + ], + [ + "ĠA", + "sh" + ], + [ + "ĠAs", + "h" + ], + [ + "Ġs", + "ampling" + ], + [ + "Ġsam", + "pling" + ], + [ + "Ġmir", + "ror" + ], + [ + "Ġf", + "les" + ], + [ + "Ġfl", + "es" + ], + [ + "Ġfle", + "s" + ], + [ + "Ġ", + "flies" + ], + [ + "Ġf", + "lies" + ], + [ + "Ġfl", + "ies" + ], + [ + "Ġ", + "boards" + ], + [ + "Ġbo", + "ards" + ], + [ + "Ġboard", + "s" + ], + [ + "Ġboar", + "ds" + ], + [ + "s", + "pec" + ], + [ + "sp", + "ec" + ], + [ + "spe", + "c" + ], + [ + "a", + "gger" + ], + [ + "ag", + "ger" + ], + [ + "agg", + "er" + ], + [ + "Ġpoor", + "ly" + ], + [ + "W", + "ill" + ], + [ + "Wil", + "l" + ], + [ + "Wi", + "ll" + ], + [ + "Ġs", + "ail" + ], + [ + "Ġsa", + "il" + ], + [ + "Ġd", + "igit" + ], + [ + "Ġdi", + "git" + ], + [ + "Ġdig", + "it" + ], + [ + "Ġ", + "pipes" + ], + [ + "Ġp", + "ipes" + ], + [ + "Ġpi", + "pes" + ], + [ + "Ġpip", + "es" + ], + [ + "Ġpipe", + "s" + ], + [ + "Ġ", + "coin" + ], + [ + "Ġc", + "oin" + ], + [ + "Ġco", + "in" + ], + [ + "Ġlic", + "ense" + ], + [ + "Ġem", + "power" + ], + [ + "Ġemp", + "ower" + ], + [ + "F", + "urther" + ], + [ + "Ġout", + "doors" + ], + [ + "Ġoutdoor", + "s" + ], + [ + "Ġs", + "cal" + ], + [ + "Ġsc", + "al" + ], + [ + "Ġpoll", + "utants" + ], + [ + "Ġpollut", + "ants" + ], + [ + "Ġpollutant", + "s" + ], + [ + "Ġ", + "Aqu" + ], + [ + "ĠA", + "qu" + ], + [ + "p", + "hal" + ], + [ + "ph", + "al" + ], + [ + "pha", + "l" + ], + [ + "Ġse", + "asons" + ], + [ + "Ġsea", + "sons" + ], + [ + "Ġseason", + "s" + ], + [ + "Ġseas", + "ons" + ], + [ + "oc", + "aust" + ], + [ + "oca", + "ust" + ], + [ + "l", + "am" + ], + [ + "la", + "m" + ], + [ + "-", + "he" + ], + [ + "-h", + "e" + ], + [ + "p", + "re" + ], + [ + "pr", + "e" + ], + [ + "F", + "S" + ], + [ + "a", + "rians" + ], + [ + "ar", + "ians" + ], + [ + "arian", + "s" + ], + [ + "ari", + "ans" + ], + [ + "aria", + "ns" + ], + [ + "Ġmult", + "ipl" + ], + [ + "Ġmulti", + "pl" + ], + [ + "Ġmultip", + "l" + ], + [ + "Ġen", + "comp" + ], + [ + "Ġenc", + "omp" + ], + [ + "ar", + "ded" + ], + [ + "ard", + "ed" + ], + [ + "arde", + "d" + ], + [ + "Ġbr", + "others" + ], + [ + "Ġbro", + "thers" + ], + [ + "Ġbrother", + "s" + ], + [ + "Ġbroth", + "ers" + ], + [ + "C", + "al" + ], + [ + "Ca", + "l" + ], + [ + "L", + "S" + ], + [ + "i", + "sons" + ], + [ + "is", + "ons" + ], + [ + "ison", + "s" + ], + [ + "iso", + "ns" + ], + [ + "i", + "meter" + ], + [ + "im", + "eter" + ], + [ + "ime", + "ter" + ], + [ + "imet", + "er" + ], + [ + "r", + "ics" + ], + [ + "ri", + "cs" + ], + [ + "ric", + "s" + ], + [ + "Ġz", + "inc" + ], + [ + "Ġ", + "Number" + ], + [ + "ĠN", + "umber" + ], + [ + "ĠNum", + "ber" + ], + [ + "ĠNu", + "mber" + ], + [ + "Ġ", + "Shakespeare" + ], + [ + "ĠSh", + "akespeare" + ], + [ + "Ġ", + "golden" + ], + [ + "Ġgold", + "en" + ], + [ + "Ġgol", + "den" + ], + [ + "Ġmur", + "der" + ], + [ + "Ġmurd", + "er" + ], + [ + "ic", + "ting" + ], + [ + "ict", + "ing" + ], + [ + "Ġ", + "Following" + ], + [ + "ĠF", + "ollowing" + ], + [ + "ĠFollow", + "ing" + ], + [ + "ĠFol", + "lowing" + ], + [ + "Ġinvest", + "ors" + ], + [ + "Ġinvestor", + "s" + ], + [ + "Ġ", + "Month" + ], + [ + "ĠMon", + "th" + ], + [ + "ĠMont", + "h" + ], + [ + "Ġcounter", + "part" + ], + [ + "l", + "i" + ], + [ + "a", + "sal" + ], + [ + "as", + "al" + ], + [ + "asa", + "l" + ], + [ + "Ġ", + "tech" + ], + [ + "Ġt", + "ech" + ], + [ + "Ġte", + "ch" + ], + [ + "Ġst", + "uck" + ], + [ + "Ġdam", + "aging" + ], + [ + "bur", + "gh" + ], + [ + "burg", + "h" + ], + [ + "Ġ", + "brid" + ], + [ + "Ġb", + "rid" + ], + [ + "Ġbr", + "id" + ], + [ + "Ġbri", + "d" + ], + [ + "M", + "D" + ], + [ + ")", + ":Ċ" + ], + [ + "):", + "Ċ" + ], + [ + "Ġ", + "GDP" + ], + [ + "ĠG", + "DP" + ], + [ + "ĠGD", + "P" + ], + [ + "i", + "ative" + ], + [ + "iat", + "ive" + ], + [ + "a", + "gle" + ], + [ + "ag", + "le" + ], + [ + "Ġsole", + "ly" + ], + [ + "reat", + "ment" + ], + [ + "Ġsn", + "ake" + ], + [ + "Ġgen", + "etically" + ], + [ + "Ġgenetic", + "ally" + ], + [ + "Ġgene", + "tically" + ], + [ + "Ġgenet", + "ically" + ], + [ + "r", + "ying" + ], + [ + "ry", + "ing" + ], + [ + "-", + "dep" + ], + [ + "-d", + "ep" + ], + [ + "-de", + "p" + ], + [ + "Ġdel", + "iber" + ], + [ + "a", + "gus" + ], + [ + "ag", + "us" + ], + [ + "agu", + "s" + ], + [ + "Ġ", + "Op" + ], + [ + "ĠO", + "p" + ], + [ + "Ġmal", + "aria" + ], + [ + "Ġmis", + "take" + ], + [ + "Ġmist", + "ake" + ], + [ + "Ġsat", + "ellites" + ], + [ + "Ġsatell", + "ites" + ], + [ + "Ġsatellite", + "s" + ], + [ + "Ġs", + "ustained" + ], + [ + "Ġsust", + "ained" + ], + [ + "Ġsustain", + "ed" + ], + [ + "ĠCar", + "ibbean" + ], + [ + "ĠCarib", + "bean" + ], + [ + "om", + "ical" + ], + [ + "omic", + "al" + ], + [ + "omi", + "cal" + ], + [ + "Ġ", + "yard" + ], + [ + "Ġy", + "ard" + ], + [ + "Ġyar", + "d" + ], + [ + "Ġya", + "rd" + ], + [ + "Ġ", + "Gre" + ], + [ + "ĠG", + "re" + ], + [ + "ĠGr", + "e" + ], + [ + "Ġg", + "raphic" + ], + [ + "Ġgraph", + "ic" + ], + [ + "F", + "ind" + ], + [ + "Fin", + "d" + ], + [ + "Fi", + "nd" + ], + [ + "Ġb", + "rill" + ], + [ + "Ġbr", + "ill" + ], + [ + "Ġbri", + "ll" + ], + [ + "Ġc", + "erv" + ], + [ + "Ġcer", + "v" + ], + [ + "Ġtrans", + "actions" + ], + [ + "Ġtransact", + "ions" + ], + [ + "Ġtransaction", + "s" + ], + [ + "i", + "ph" + ], + [ + "ip", + "h" + ], + [ + "Ġcount", + "ies" + ], + [ + "Ġcoun", + "ties" + ], + [ + "Ġf", + "ault" + ], + [ + "Ġfa", + "ult" + ], + [ + "a", + "cher" + ], + [ + "ac", + "her" + ], + [ + "ach", + "er" + ], + [ + "ache", + "r" + ], + [ + "Ġ", + "Animal" + ], + [ + "ĠAn", + "imal" + ], + [ + "ĠAnim", + "al" + ], + [ + "Ġhist", + "orian" + ], + [ + "Ġhistor", + "ian" + ], + [ + "Ġemer", + "ge" + ], + [ + "u", + "fficient" + ], + [ + "uff", + "icient" + ], + [ + "Ġ", + "Beg" + ], + [ + "ĠB", + "eg" + ], + [ + "ĠBe", + "g" + ], + [ + "g", + "reen" + ], + [ + "gre", + "en" + ], + [ + "gr", + "een" + ], + [ + "Ġ", + "Sem" + ], + [ + "ĠS", + "em" + ], + [ + "ĠSe", + "m" + ], + [ + "Ġoccup", + "ation" + ], + [ + "Ġ", + "Wilson" + ], + [ + "ĠW", + "ilson" + ], + [ + "ĠWil", + "son" + ], + [ + "ĠWi", + "lson" + ], + [ + "Ġbroad", + "cast" + ], + [ + "v", + "ae" + ], + [ + "va", + "e" + ], + [ + "Ġdev", + "oted" + ], + [ + "Ġdevote", + "d" + ], + [ + "i", + "kes" + ], + [ + "ike", + "s" + ], + [ + "ik", + "es" + ], + [ + "Ġ", + "Bell" + ], + [ + "ĠB", + "ell" + ], + [ + "ĠBe", + "ll" + ], + [ + "ĠBel", + "l" + ], + [ + "Ġ", + "Cape" + ], + [ + "ĠC", + "ape" + ], + [ + "ĠCa", + "pe" + ], + [ + "ĠCap", + "e" + ], + [ + "Ġ", + "Nic" + ], + [ + "ĠN", + "ic" + ], + [ + "ĠNi", + "c" + ], + [ + "Ġeconom", + "ies" + ], + [ + "Ġs", + "tops" + ], + [ + "Ġst", + "ops" + ], + [ + "Ġstop", + "s" + ], + [ + "Ġsto", + "ps" + ], + [ + "Ġ", + "Romans" + ], + [ + "ĠR", + "omans" + ], + [ + "ĠRoman", + "s" + ], + [ + "ĠRo", + "mans" + ], + [ + "ĠRom", + "ans" + ], + [ + "ĠRoma", + "ns" + ], + [ + "Ġt", + "ape" + ], + [ + "Ġtap", + "e" + ], + [ + "Ġta", + "pe" + ], + [ + "Ġ", + "binding" + ], + [ + "Ġb", + "inding" + ], + [ + "Ġbind", + "ing" + ], + [ + "Ġbin", + "ding" + ], + [ + "Ġaccomp", + "any" + ], + [ + "Ġaccompan", + "y" + ], + [ + "st", + "ead" + ], + [ + "ste", + "ad" + ], + [ + "u", + "ana" + ], + [ + "ua", + "na" + ], + [ + "uan", + "a" + ], + [ + "Ġt", + "racks" + ], + [ + "Ġtra", + "cks" + ], + [ + "Ġtr", + "acks" + ], + [ + "Ġtrack", + "s" + ], + [ + "io", + "let" + ], + [ + "iol", + "et" + ], + [ + "iole", + "t" + ], + [ + "Ġc", + "rust" + ], + [ + "Ġcr", + "ust" + ], + [ + "Ġcru", + "st" + ], + [ + "Ġcrus", + "t" + ], + [ + "Ġpath", + "ways" + ], + [ + "Ġpathway", + "s" + ], + [ + "Ġ", + "Indonesia" + ], + [ + "ĠIndones", + "ia" + ], + [ + "ĠIndo", + "nesia" + ], + [ + "Ġ", + "bits" + ], + [ + "Ġb", + "its" + ], + [ + "Ġbi", + "ts" + ], + [ + "Ġbit", + "s" + ], + [ + "Ġ", + "Jim" + ], + [ + "ĠJ", + "im" + ], + [ + "ĠJi", + "m" + ], + [ + "Ġ", + "lift" + ], + [ + "Ġl", + "ift" + ], + [ + "Ġlif", + "t" + ], + [ + "Ġli", + "ft" + ], + [ + "Ġeduc", + "ate" + ], + [ + "Ġ", + "Create" + ], + [ + "ĠC", + "reate" + ], + [ + "ĠCre", + "ate" + ], + [ + "ĠCreat", + "e" + ], + [ + "a", + "ying" + ], + [ + "ay", + "ing" + ], + [ + "ayi", + "ng" + ], + [ + "Ġco", + "ordination" + ], + [ + "Ġcoord", + "ination" + ], + [ + "u", + "clear" + ], + [ + "uc", + "lear" + ], + [ + "ucle", + "ar" + ], + [ + "Ġ", + "PL" + ], + [ + "ĠP", + "L" + ], + [ + "Ġbas", + "ics" + ], + [ + "Ġbasic", + "s" + ], + [ + "ist", + "ent" + ], + [ + "iste", + "nt" + ], + [ + "Ġ", + "Select" + ], + [ + "ĠS", + "elect" + ], + [ + "ĠSe", + "lect" + ], + [ + "ĠSel", + "ect" + ], + [ + "ĠK", + "orean" + ], + [ + "ĠKore", + "an" + ], + [ + "ĠKorea", + "n" + ], + [ + "ĠKor", + "ean" + ], + [ + "Ġg", + "astro" + ], + [ + "Ġgast", + "ro" + ], + [ + "Ġth", + "reshold" + ], + [ + "Ġthres", + "hold" + ], + [ + "Ġ", + "Poland" + ], + [ + "ĠP", + "oland" + ], + [ + "ĠPol", + "and" + ], + [ + "ĠPo", + "land" + ], + [ + "Ġextra", + "ordinary" + ], + [ + "Ġextraord", + "inary" + ], + [ + ".", + "edu" + ], + [ + ".e", + "du" + ], + [ + ".ed", + "u" + ], + [ + "M", + "ake" + ], + [ + "Ma", + "ke" + ], + [ + "Ġwar", + "mer" + ], + [ + "Ġwarm", + "er" + ], + [ + "Ġrepresent", + "atives" + ], + [ + "Ġrepresentative", + "s" + ], + [ + "Ġ", + "Guard" + ], + [ + "ĠGu", + "ard" + ], + [ + "ĠGuar", + "d" + ], + [ + "i", + "otic" + ], + [ + "io", + "tic" + ], + [ + "iot", + "ic" + ], + [ + "Ġst", + "iff" + ], + [ + "Ġstif", + "f" + ], + [ + "ĠH", + "ig" + ], + [ + "ĠHi", + "g" + ], + [ + "Ġl", + "ocally" + ], + [ + "Ġloc", + "ally" + ], + [ + "Ġlocal", + "ly" + ], + [ + "g", + "regation" + ], + [ + "greg", + "ation" + ], + [ + "Ġ", + "Mental" + ], + [ + "ĠM", + "ental" + ], + [ + "ĠMen", + "tal" + ], + [ + "ĠMent", + "al" + ], + [ + "Ġe", + "labor" + ], + [ + "Ġel", + "abor" + ], + [ + "Ġind", + "icating" + ], + [ + "Ġindic", + "ating" + ], + [ + "Ġindica", + "ting" + ], + [ + "Ġman", + "uscript" + ], + [ + "Ġpro", + "state" + ], + [ + "Ġprost", + "ate" + ], + [ + "Ġat", + "tain" + ], + [ + "Ġatt", + "ain" + ], + [ + "Ġl", + "ith" + ], + [ + "Ġlit", + "h" + ], + [ + "Ġli", + "th" + ], + [ + "ĠAs", + "sembly" + ], + [ + "ĠAssemb", + "ly" + ], + [ + "ic", + "ides" + ], + [ + "icide", + "s" + ], + [ + "ici", + "des" + ], + [ + "Ġ", + "abol" + ], + [ + "Ġa", + "bol" + ], + [ + "Ġab", + "ol" + ], + [ + "Ġastron", + "aut" + ], + [ + "Ġdevast", + "ating" + ], + [ + "Ġ", + "makers" + ], + [ + "Ġm", + "akers" + ], + [ + "Ġmake", + "rs" + ], + [ + "Ġma", + "kers" + ], + [ + "Ġmaker", + "s" + ], + [ + "Ġmak", + "ers" + ], + [ + "Ġ", + "asks" + ], + [ + "Ġas", + "ks" + ], + [ + "Ġask", + "s" + ], + [ + "Ġ", + "bugs" + ], + [ + "Ġb", + "ugs" + ], + [ + "Ġbu", + "gs" + ], + [ + "Ġbug", + "s" + ], + [ + "Ġdis", + "par" + ], + [ + "Ġdisp", + "ar" + ], + [ + "Ġpo", + "ems" + ], + [ + "Ġpoem", + "s" + ], + [ + "sp", + "ring" + ], + [ + "Ġexec", + "ution" + ], + [ + "Ġexecut", + "ion" + ], + [ + "Ġ", + "Sweden" + ], + [ + "ĠSwed", + "en" + ], + [ + "ĠSwe", + "den" + ], + [ + "q", + "ues" + ], + [ + "qu", + "es" + ], + [ + "que", + "s" + ], + [ + "Ġblock", + "chain" + ], + [ + "Ġ", + "Real" + ], + [ + "ĠR", + "eal" + ], + [ + "ĠRe", + "al" + ], + [ + "Ġequ", + "ations" + ], + [ + "Ġequation", + "s" + ], + [ + "Ġtext", + "ure" + ], + [ + "Ġdiscover", + "ies" + ], + [ + "Ġdiscove", + "ries" + ], + [ + "x", + "ic" + ], + [ + "xi", + "c" + ], + [ + "Ġ", + "Mrs" + ], + [ + "ĠM", + "rs" + ], + [ + "ĠMr", + "s" + ], + [ + "up", + "iter" + ], + [ + "Ġimm", + "igration" + ], + [ + "Ġimmig", + "ration" + ], + [ + "Ġ", + "Cold" + ], + [ + "ĠC", + "old" + ], + [ + "ĠCol", + "d" + ], + [ + "ĠCo", + "ld" + ], + [ + "Ġaff", + "airs" + ], + [ + "Ġaffair", + "s" + ], + [ + "Ġsh", + "opping" + ], + [ + "Ġshop", + "ping" + ], + [ + "Ġsho", + "pping" + ], + [ + "Ġalph", + "abet" + ], + [ + "Ġalpha", + "bet" + ], + [ + "ar", + "ts" + ], + [ + "art", + "s" + ], + [ + "Ġsub", + "mitted" + ], + [ + "Ġsubmit", + "ted" + ], + [ + "Ġsubm", + "itted" + ], + [ + "Ġf", + "acial" + ], + [ + "Ġfac", + "ial" + ], + [ + "Ġfa", + "cial" + ], + [ + "-d", + "imensional" + ], + [ + "Ġ", + "ISBN" + ], + [ + "ĠIS", + "BN" + ], + [ + "Ġass", + "ignments" + ], + [ + "Ġassign", + "ments" + ], + [ + "Ġassignment", + "s" + ], + [ + "Ġaqu", + "atic" + ], + [ + "Ġph", + "rases" + ], + [ + "Ġphr", + "ases" + ], + [ + "Ġphrase", + "s" + ], + [ + "Ġ", + "hang" + ], + [ + "Ġh", + "ang" + ], + [ + "Ġha", + "ng" + ], + [ + "Ġhan", + "g" + ], + [ + "Ġ", + "Similarly" + ], + [ + "ĠSimilar", + "ly" + ], + [ + "Ġ", + "Kn" + ], + [ + "ĠK", + "n" + ], + [ + "Ġ", + "Chall" + ], + [ + "ĠC", + "hall" + ], + [ + "ĠCh", + "all" + ], + [ + "ĠCha", + "ll" + ], + [ + "ĠChal", + "l" + ], + [ + "Ġ", + "Jones" + ], + [ + "ĠJ", + "ones" + ], + [ + "ĠJo", + "nes" + ], + [ + "ĠJon", + "es" + ], + [ + "Ġ", + "Third" + ], + [ + "ĠTh", + "ird" + ], + [ + "ĠThir", + "d" + ], + [ + "ĠThi", + "rd" + ], + [ + "best", + "os" + ], + [ + "Ġillust", + "rated" + ], + [ + "Ġillustrate", + "d" + ], + [ + "au", + "sea" + ], + [ + "ause", + "a" + ], + [ + "aus", + "ea" + ], + [ + "r", + "ole" + ], + [ + "ro", + "le" + ], + [ + "rol", + "e" + ], + [ + "Ġ", + "Individual" + ], + [ + "ĠInd", + "ividual" + ], + [ + "n", + "edy" + ], + [ + "ne", + "dy" + ], + [ + "ned", + "y" + ], + [ + "Ġ", + "Theory" + ], + [ + "ĠThe", + "ory" + ], + [ + "ĠTheo", + "ry" + ], + [ + "Ġ", + "Kansas" + ], + [ + "ĠK", + "ansas" + ], + [ + "Ġpreval", + "ent" + ], + [ + "Ġ", + "?" + ], + [ + "n", + "als" + ], + [ + "nal", + "s" + ], + [ + "na", + "ls" + ], + [ + "a", + "rer" + ], + [ + "ar", + "er" + ], + [ + "are", + "r" + ], + [ + "Ġconvers", + "ations" + ], + [ + "Ġconversation", + "s" + ], + [ + "Ġ", + "Jon" + ], + [ + "ĠJ", + "on" + ], + [ + "ĠJo", + "n" + ], + [ + "Ġcomm", + "ands" + ], + [ + "Ġcommand", + "s" + ], + [ + "Ġmet", + "ap" + ], + [ + "Ġmeta", + "p" + ], + [ + "r", + "iction" + ], + [ + "ri", + "ction" + ], + [ + "ric", + "tion" + ], + [ + "rict", + "ion" + ], + [ + "l", + "eton" + ], + [ + "le", + "ton" + ], + [ + "let", + "on" + ], + [ + "E", + "RS" + ], + [ + "ER", + "S" + ], + [ + "w", + "a" + ], + [ + "Ġ", + "CR" + ], + [ + "ĠC", + "R" + ], + [ + "Ġ", + "Hitler" + ], + [ + "ĠHit", + "ler" + ], + [ + "Ġadvert", + "ising" + ], + [ + "Ġgl", + "obally" + ], + [ + "Ġglobal", + "ly" + ], + [ + "Ġglob", + "ally" + ], + [ + "P", + "V" + ], + [ + "Ġe", + "mission" + ], + [ + "Ġem", + "ission" + ], + [ + "Ġemiss", + "ion" + ], + [ + "Ġspecial", + "ists" + ], + [ + "Ġspecialist", + "s" + ], + [ + "Ġ", + "ethics" + ], + [ + "Ġeth", + "ics" + ], + [ + "Ġethic", + "s" + ], + [ + "Ġy", + "ields" + ], + [ + "Ġyield", + "s" + ], + [ + "Ġcon", + "figuration" + ], + [ + "Ġconfig", + "uration" + ], + [ + "Ġ", + "CS" + ], + [ + "ĠC", + "S" + ], + [ + "Ġ", + "Cond" + ], + [ + "ĠC", + "ond" + ], + [ + "ĠCon", + "d" + ], + [ + "ĠCo", + "nd" + ], + [ + "ag", + "ine" + ], + [ + "agin", + "e" + ], + [ + "agi", + "ne" + ], + [ + "Ġc", + "ommod" + ], + [ + "Ġcom", + "mod" + ], + [ + "Ġcomm", + "od" + ], + [ + "p", + "sy" + ], + [ + "ps", + "y" + ], + [ + "Ġ", + "ic" + ], + [ + "Ġi", + "c" + ], + [ + "Ġexpl", + "aining" + ], + [ + "Ġexplain", + "ing" + ], + [ + "sequ", + "ently" + ], + [ + "sequent", + "ly" + ], + [ + "Ġ", + "Trade" + ], + [ + "ĠT", + "rade" + ], + [ + "ĠTr", + "ade" + ], + [ + "ĠTra", + "de" + ], + [ + "ĠTrad", + "e" + ], + [ + "Ġ", + "Hop" + ], + [ + "ĠH", + "op" + ], + [ + "ĠHo", + "p" + ], + [ + "Ġc", + "hips" + ], + [ + "Ġch", + "ips" + ], + [ + "Ġchip", + "s" + ], + [ + "Ġchi", + "ps" + ], + [ + "Ġd", + "iver" + ], + [ + "Ġdi", + "ver" + ], + [ + "Ġdiv", + "er" + ], + [ + "Ġdive", + "r" + ], + [ + "Ġcollabor", + "ative" + ], + [ + "ĠO", + "tt" + ], + [ + "ĠOt", + "t" + ], + [ + "Ġir", + "re" + ], + [ + "Ġ", + "cel" + ], + [ + "Ġc", + "el" + ], + [ + "Ġce", + "l" + ], + [ + "Ġdiscuss", + "ing" + ], + [ + "Ġpath", + "ogens" + ], + [ + "Ġpathogen", + "s" + ], + [ + "Ġpur", + "ple" + ], + [ + "Ġpurp", + "le" + ], + [ + "Ġc", + "affeine" + ], + [ + "Ġcaffe", + "ine" + ], + [ + "Ġdis", + "cl" + ], + [ + "Ġdisc", + "l" + ], + [ + "Ġpro", + "test" + ], + [ + "Ġprot", + "est" + ], + [ + "Ġprote", + "st" + ], + [ + "C", + "N" + ], + [ + "Ġneed", + "le" + ], + [ + "a", + "kh" + ], + [ + "ak", + "h" + ], + [ + "-s", + "ized" + ], + [ + "-size", + "d" + ], + [ + "ĠTur", + "k" + ], + [ + "Ġf", + "oster" + ], + [ + "Ġfo", + "ster" + ], + [ + "Ġfost", + "er" + ], + [ + "Ġstim", + "ulate" + ], + [ + "Ġstimul", + "ate" + ], + [ + "Ġl", + "act" + ], + [ + "Ġla", + "ct" + ], + [ + "Ġlac", + "t" + ], + [ + "Ġ", + "âĨ" + ], + [ + "Ġâ", + "Ĩ" + ], + [ + "Ġ", + "Scottish" + ], + [ + "ĠScott", + "ish" + ], + [ + "Ġpres", + "ervation" + ], + [ + "Ġpreserv", + "ation" + ], + [ + "i", + "y" + ], + [ + "Ġ", + "render" + ], + [ + "Ġre", + "nder" + ], + [ + "Ġr", + "ender" + ], + [ + "Ġrend", + "er" + ], + [ + "Ġren", + "der" + ], + [ + "r", + "els" + ], + [ + "re", + "ls" + ], + [ + "rel", + "s" + ], + [ + "ĠMat", + "hemat" + ], + [ + "ĠMath", + "emat" + ], + [ + "Ġocc", + "urrence" + ], + [ + "Ġoccur", + "rence" + ], + [ + "Ġ", + "à¤" + ], + [ + "Ġà", + "¤" + ], + [ + "Ġs", + "enses" + ], + [ + "Ġsens", + "es" + ], + [ + "Ġsense", + "s" + ], + [ + "Ġsen", + "ses" + ], + [ + "Ġin", + "jection" + ], + [ + "Ġinj", + "ection" + ], + [ + "Ġinject", + "ion" + ], + [ + "s", + "wered" + ], + [ + "sw", + "ered" + ], + [ + "swe", + "red" + ], + [ + "swer", + "ed" + ], + [ + "in", + "ator" + ], + [ + "ina", + "tor" + ], + [ + "Ġmark", + "ers" + ], + [ + "Ġmar", + "kers" + ], + [ + "Ġmarker", + "s" + ], + [ + "Ġ", + "WHO" + ], + [ + "ĠW", + "HO" + ], + [ + "ĠWH", + "O" + ], + [ + "Ġob", + "viously" + ], + [ + "Ġobvious", + "ly" + ], + [ + "w", + "arf" + ], + [ + "war", + "f" + ], + [ + "-", + "out" + ], + [ + "-o", + "ut" + ], + [ + "e", + "term" + ], + [ + "et", + "erm" + ], + [ + "eter", + "m" + ], + [ + "ete", + "rm" + ], + [ + "Ġp", + "alm" + ], + [ + "Ġpal", + "m" + ], + [ + "Ġpa", + "lm" + ], + [ + "/", + "h" + ], + [ + "Ġm", + "ud" + ], + [ + "Ġmu", + "d" + ], + [ + "Ġd", + "ispers" + ], + [ + "Ġdis", + "pers" + ], + [ + "Ġdisp", + "ers" + ], + [ + "atur", + "day" + ], + [ + "Ġtim", + "ing" + ], + [ + "Ġti", + "ming" + ], + [ + "Ġf", + "illing" + ], + [ + "Ġfil", + "ling" + ], + [ + "Ġfill", + "ing" + ], + [ + "Ġfi", + "lling" + ], + [ + "em", + "ics" + ], + [ + "emic", + "s" + ], + [ + "emi", + "cs" + ], + [ + "Ġde", + "terior" + ], + [ + "Ġdet", + "erior" + ], + [ + "Ġdeter", + "ior" + ], + [ + "ĠS", + "av" + ], + [ + "ĠSa", + "v" + ], + [ + "Ġapp", + "etite" + ], + [ + "Ġappet", + "ite" + ], + [ + "t", + "here" + ], + [ + "th", + "ere" + ], + [ + "ther", + "e" + ], + [ + "the", + "re" + ], + [ + "Ġ", + "symb" + ], + [ + "Ġsy", + "mb" + ], + [ + "Ġsym", + "b" + ], + [ + "/", + "w" + ], + [ + "Ġt", + "imber" + ], + [ + "Ġtim", + "ber" + ], + [ + "Ġti", + "mber" + ], + [ + "Ġ", + "guides" + ], + [ + "Ġgu", + "ides" + ], + [ + "Ġguid", + "es" + ], + [ + "Ġguide", + "s" + ], + [ + "y", + "ard" + ], + [ + "ya", + "rd" + ], + [ + "yar", + "d" + ], + [ + "Ġ", + "Iron" + ], + [ + "ĠI", + "ron" + ], + [ + "ĠIr", + "on" + ], + [ + "Ġdig", + "estion" + ], + [ + "Ġdigest", + "ion" + ], + [ + "s", + "wer" + ], + [ + "sw", + "er" + ], + [ + "swe", + "r" + ], + [ + "Ġfurn", + "iture" + ], + [ + "ĠNether", + "lands" + ], + [ + "-", + "per" + ], + [ + "-p", + "er" + ], + [ + "-pe", + "r" + ], + [ + "ess", + "ional" + ], + [ + "ession", + "al" + ], + [ + "Ġcompl", + "iance" + ], + [ + "Ġ", + "Culture" + ], + [ + "ĠC", + "ulture" + ], + [ + "ĠCult", + "ure" + ], + [ + "u", + "lates" + ], + [ + "ul", + "ates" + ], + [ + "ulate", + "s" + ], + [ + "ula", + "tes" + ], + [ + "Ġ", + "Bon" + ], + [ + "ĠB", + "on" + ], + [ + "ĠBo", + "n" + ], + [ + "roph", + "ic" + ], + [ + "Ġspec", + "imens" + ], + [ + "Ġspecimen", + "s" + ], + [ + "ĠN", + "azi" + ], + [ + "ĠNaz", + "i" + ], + [ + "ĠNa", + "zi" + ], + [ + "p", + "m" + ], + [ + "Ġdis", + "asters" + ], + [ + "Ġdisaster", + "s" + ], + [ + "Ġdisas", + "ters" + ], + [ + "Ġ", + "Quality" + ], + [ + "ĠQ", + "uality" + ], + [ + "ĠQu", + "ality" + ], + [ + "ĠQual", + "ity" + ], + [ + "Ġ", + "Marsh" + ], + [ + "ĠM", + "arsh" + ], + [ + "ĠMar", + "sh" + ], + [ + "ĠMars", + "h" + ], + [ + "âĢĿ", + ")" + ], + [ + "Ġ", + "rises" + ], + [ + "Ġr", + "ises" + ], + [ + "Ġris", + "es" + ], + [ + "Ġrise", + "s" + ], + [ + "Ġdisp", + "osal" + ], + [ + "Ġchar", + "ges" + ], + [ + "Ġcharge", + "s" + ], + [ + "Ġinflu", + "ential" + ], + [ + "-", + "indu" + ], + [ + "-in", + "du" + ], + [ + "-ind", + "u" + ], + [ + "us", + "hes" + ], + [ + "ush", + "es" + ], + [ + "Ġ", + "Ent" + ], + [ + "ĠE", + "nt" + ], + [ + "ĠEn", + "t" + ], + [ + "Ġ", + "ON" + ], + [ + "ĠO", + "N" + ], + [ + "r", + "eating" + ], + [ + "re", + "ating" + ], + [ + "reat", + "ing" + ], + [ + "rea", + "ting" + ], + [ + "Ġpublic", + "ations" + ], + [ + "Ġpublication", + "s" + ], + [ + "Ġpubl", + "ications" + ], + [ + "P", + "L" + ], + [ + "Ġ", + "mart" + ], + [ + "Ġm", + "art" + ], + [ + "Ġma", + "rt" + ], + [ + "Ġmar", + "t" + ], + [ + "A", + "RT" + ], + [ + "AR", + "T" + ], + [ + "Ġign", + "ore" + ], + [ + "Ġignor", + "e" + ], + [ + "Ġc", + "avity" + ], + [ + "Ġca", + "vity" + ], + [ + "Ġcav", + "ity" + ], + [ + "Ġ", + "Daily" + ], + [ + "ĠD", + "aily" + ], + [ + "ĠDa", + "ily" + ], + [ + "ĠDai", + "ly" + ], + [ + "Ġadminist", + "rative" + ], + [ + "Ġadministr", + "ative" + ], + [ + "Ġt", + "ang" + ], + [ + "Ġtan", + "g" + ], + [ + "Ġta", + "ng" + ], + [ + "g", + "ebra" + ], + [ + "ge", + "bra" + ], + [ + "Ġcomb", + "ust" + ], + [ + "Ġbre", + "athe" + ], + [ + "Ġbreat", + "he" + ], + [ + "Ġbreath", + "e" + ], + [ + "Ġwh", + "ilst" + ], + [ + "Ġst", + "ressed" + ], + [ + "Ġstr", + "essed" + ], + [ + "Ġstress", + "ed" + ], + [ + "Ġexp", + "enses" + ], + [ + "Ġexpense", + "s" + ], + [ + "Ġdistingu", + "ished" + ], + [ + "Ġdistinguish", + "ed" + ], + [ + "Im", + "age" + ], + [ + "T", + "ake" + ], + [ + "Ta", + "ke" + ], + [ + "u", + "ine" + ], + [ + "ui", + "ne" + ], + [ + "uin", + "e" + ], + [ + "Ġpre", + "cious" + ], + [ + "Ġpr", + "ecious" + ], + [ + "Ġprec", + "ious" + ], + [ + "Ġpl", + "aque" + ], + [ + "Ġpla", + "que" + ], + [ + "Ġ", + "Adam" + ], + [ + "ĠA", + "dam" + ], + [ + "ĠAd", + "am" + ], + [ + "ĠAda", + "m" + ], + [ + "Ġgen", + "etics" + ], + [ + "Ġgenetic", + "s" + ], + [ + "Ġgene", + "tics" + ], + [ + "Ġgenet", + "ics" + ], + [ + "Ġingred", + "ient" + ], + [ + "Ġsac", + "rifice" + ], + [ + "Ġsacr", + "ifice" + ], + [ + "Ġsacrific", + "e" + ], + [ + "Ġp", + "icked" + ], + [ + "Ġpick", + "ed" + ], + [ + "Ġpi", + "cked" + ], + [ + "Ġpic", + "ked" + ], + [ + "Ġ", + "shield" + ], + [ + "Ġsh", + "ield" + ], + [ + "Ġshi", + "eld" + ], + [ + "v", + "elt" + ], + [ + "ve", + "lt" + ], + [ + "vel", + "t" + ], + [ + "Ġinvest", + "igated" + ], + [ + "Ġinvestig", + "ated" + ], + [ + "Ġinvestigate", + "d" + ], + [ + "'", + "." + ], + [ + "h", + "ops" + ], + [ + "hop", + "s" + ], + [ + "ho", + "ps" + ], + [ + "Ġd", + "ominated" + ], + [ + "Ġdom", + "inated" + ], + [ + "Ġdomin", + "ated" + ], + [ + "Ġdominate", + "d" + ], + [ + "iscipl", + "inary" + ], + [ + "Ġn", + "urse" + ], + [ + "Ġnurs", + "e" + ], + [ + "Ġ", + "Encyclopedia" + ], + [ + "ĠEn", + "cyclopedia" + ], + [ + "ĠEncyclop", + "edia" + ], + [ + "Ġsusp", + "ected" + ], + [ + "Ġsuspect", + "ed" + ], + [ + "r", + "ass" + ], + [ + "ra", + "ss" + ], + [ + "ras", + "s" + ], + [ + "Ã", + "¨" + ], + [ + "isp", + "here" + ], + [ + "!", + "!" + ], + [ + "Ġpros", + "pect" + ], + [ + "Ġprosp", + "ect" + ], + [ + "H", + "z" + ], + [ + "Ġst", + "aying" + ], + [ + "Ġstay", + "ing" + ], + [ + "Ġsta", + "ying" + ], + [ + "s", + "un" + ], + [ + "su", + "n" + ], + [ + "Ġ", + "cer" + ], + [ + "Ġc", + "er" + ], + [ + "Ġce", + "r" + ], + [ + "Ġal", + "arm" + ], + [ + "en", + "ders" + ], + [ + "end", + "ers" + ], + [ + "ender", + "s" + ], + [ + "ende", + "rs" + ], + [ + "Ġtreat", + "y" + ], + [ + "Ġtre", + "aty" + ], + [ + "Ġground", + "water" + ], + [ + "Ġm", + "asses" + ], + [ + "Ġmass", + "es" + ], + [ + "Ġmas", + "ses" + ], + [ + "Ġmasse", + "s" + ], + [ + "w", + "ho" + ], + [ + "wh", + "o" + ], + [ + "Ġrel", + "ieve" + ], + [ + "Ġrelie", + "ve" + ], + [ + "H", + "T" + ], + [ + "i", + "gm" + ], + [ + "ig", + "m" + ], + [ + "Ġatt", + "racted" + ], + [ + "Ġattract", + "ed" + ], + [ + "Ġterrit", + "ories" + ], + [ + "Ġ", + "Mand" + ], + [ + "ĠM", + "and" + ], + [ + "ĠMan", + "d" + ], + [ + "ĠMa", + "nd" + ], + [ + "Ġcar", + "eg" + ], + [ + "Ġca", + "reg" + ], + [ + "Ġcare", + "g" + ], + [ + "Ġcol", + "umns" + ], + [ + "Ġcolumn", + "s" + ], + [ + "a", + "uc" + ], + [ + "au", + "c" + ], + [ + "Ġ", + "Isa" + ], + [ + "ĠI", + "sa" + ], + [ + "ĠIs", + "a" + ], + [ + "Ġd", + "inner" + ], + [ + "Ġdin", + "ner" + ], + [ + "Ġvol", + "umes" + ], + [ + "Ġvolume", + "s" + ], + [ + "Ġ", + "Rose" + ], + [ + "ĠR", + "ose" + ], + [ + "ĠRo", + "se" + ], + [ + "ĠRos", + "e" + ], + [ + "Ġinv", + "ited" + ], + [ + "Ġinvite", + "d" + ], + [ + "Ġgal", + "axies" + ], + [ + "Ġgalax", + "ies" + ], + [ + "P", + "ublic" + ], + [ + "Pub", + "lic" + ], + [ + "o", + "ard" + ], + [ + "oa", + "rd" + ], + [ + "Ġth", + "inks" + ], + [ + "Ġthink", + "s" + ], + [ + "Ġthin", + "ks" + ], + [ + "Ġper", + "f" + ], + [ + "b", + "ul" + ], + [ + "bu", + "l" + ], + [ + "e", + "tics" + ], + [ + "et", + "ics" + ], + [ + "etic", + "s" + ], + [ + "eti", + "cs" + ], + [ + "Wh", + "ich" + ], + [ + "Ġdis", + "appear" + ], + [ + "Ġdisapp", + "ear" + ], + [ + "n", + "eg" + ], + [ + "ne", + "g" + ], + [ + "Ġ", + "oxide" + ], + [ + "Ġox", + "ide" + ], + [ + "Ġoxid", + "e" + ], + [ + "Ġre", + "ceptors" + ], + [ + "Ġrecept", + "ors" + ], + [ + "Ġreceptor", + "s" + ], + [ + "i", + "tar" + ], + [ + "it", + "ar" + ], + [ + "ita", + "r" + ], + [ + "Ġ", + "Balt" + ], + [ + "ĠB", + "alt" + ], + [ + "ĠBa", + "lt" + ], + [ + "ĠBal", + "t" + ], + [ + "Ġde", + "comp" + ], + [ + "Ġdec", + "omp" + ], + [ + "Ġdeco", + "mp" + ], + [ + "E", + "CT" + ], + [ + "EC", + "T" + ], + [ + "Ġl", + "iberal" + ], + [ + "Ġlib", + "eral" + ], + [ + "Ġliber", + "al" + ], + [ + "o", + "ved" + ], + [ + "ove", + "d" + ], + [ + "ov", + "ed" + ], + [ + "Ġv", + "iable" + ], + [ + "Ġvia", + "ble" + ], + [ + "Ġvi", + "able" + ], + [ + "u", + "ns" + ], + [ + "un", + "s" + ], + [ + "Ġorgan", + "ize" + ], + [ + "O", + "rig" + ], + [ + "Or", + "ig" + ], + [ + "Ori", + "g" + ], + [ + "âĢĶ", + "a" + ], + [ + "Ġ", + "Franklin" + ], + [ + "ĠFrank", + "lin" + ], + [ + "r", + "ell" + ], + [ + "re", + "ll" + ], + [ + "rel", + "l" + ], + [ + "r", + "ock" + ], + [ + "ro", + "ck" + ], + [ + "roc", + "k" + ], + [ + "id", + "ae" + ], + [ + "ida", + "e" + ], + [ + "e", + "gu" + ], + [ + "eg", + "u" + ], + [ + "âĢĻ", + ".Ċ" + ], + [ + "âĢĻ.", + "Ċ" + ], + [ + "Ġ", + "NY" + ], + [ + "ĠN", + "Y" + ], + [ + "Ġsit", + "uated" + ], + [ + "Ġsitu", + "ated" + ], + [ + "Ġimp", + "lies" + ], + [ + "Ġimpl", + "ies" + ], + [ + "Ġob", + "ser" + ], + [ + "Ġobs", + "er" + ], + [ + "Ġbul", + "k" + ], + [ + "Ġ", + "Interest" + ], + [ + "ĠInt", + "erest" + ], + [ + "ĠInter", + "est" + ], + [ + "Ġsub", + "tle" + ], + [ + "Ġsubt", + "le" + ], + [ + "s", + "cience" + ], + [ + "sc", + "ience" + ], + [ + "sci", + "ence" + ], + [ + "Ġpoison", + "ing" + ], + [ + "N", + "ext" + ], + [ + "Ne", + "xt" + ], + [ + "Ġp", + "owered" + ], + [ + "Ġpo", + "wered" + ], + [ + "Ġpower", + "ed" + ], + [ + "Ġpow", + "ered" + ], + [ + "Ġ", + "Darwin" + ], + [ + "ĠDar", + "win" + ], + [ + "?", + "âĢĿĊ" + ], + [ + "?âĢĿ", + "Ċ" + ], + [ + "Ġsh", + "ipping" + ], + [ + "Ġship", + "ping" + ], + [ + "Ġshi", + "pping" + ], + [ + "Ġ", + "geographic" + ], + [ + "Ġge", + "ographic" + ], + [ + "Ġ", + "Tar" + ], + [ + "ĠT", + "ar" + ], + [ + "ĠTa", + "r" + ], + [ + "ĠP", + "rize" + ], + [ + "ĠPr", + "ize" + ], + [ + "ĠPri", + "ze" + ], + [ + "Ġatt", + "acked" + ], + [ + "Ġattack", + "ed" + ], + [ + "Ġr", + "otation" + ], + [ + "Ġrot", + "ation" + ], + [ + "Ġhe", + "pat" + ], + [ + "Ġhep", + "at" + ], + [ + "Ġaccept", + "ance" + ], + [ + "y", + "lon" + ], + [ + "yl", + "on" + ], + [ + "at", + "ible" + ], + [ + "ati", + "ble" + ], + [ + "Ġdist", + "ribut" + ], + [ + "Ġins", + "pect" + ], + [ + "Ġinsp", + "ect" + ], + [ + "Ġemploy", + "ers" + ], + [ + "Ġemployer", + "s" + ], + [ + "t", + "te" + ], + [ + "tt", + "e" + ], + [ + "Ġso", + "ap" + ], + [ + "Ġjuris", + "d" + ], + [ + "Ġexp", + "los" + ], + [ + "Ġexpl", + "os" + ], + [ + "Ġexplo", + "s" + ], + [ + "Ġsmall", + "est" + ], + [ + "Ġ", + "chains" + ], + [ + "Ġch", + "ains" + ], + [ + "Ġchain", + "s" + ], + [ + "Ġcha", + "ins" + ], + [ + "Ġexam", + "ining" + ], + [ + "Ġhard", + "ly" + ], + [ + "Ġ", + "Diabetes" + ], + [ + "ĠD", + "iabetes" + ], + [ + "ĠDi", + "abetes" + ], + [ + "Ġf", + "irms" + ], + [ + "Ġfirm", + "s" + ], + [ + "Ġfir", + "ms" + ], + [ + "Ġar", + "teries" + ], + [ + "Ġart", + "eries" + ], + [ + "Ġarter", + "ies" + ], + [ + "Ġarte", + "ries" + ], + [ + "Ġann", + "iversary" + ], + [ + "ent", + "ieth" + ], + [ + "Ġext", + "rem" + ], + [ + "Ġextr", + "em" + ], + [ + "Ġin", + "adequ" + ], + [ + "Ġch", + "apters" + ], + [ + "Ġchapter", + "s" + ], + [ + "Ġchap", + "ters" + ], + [ + "Ġ", + "orn" + ], + [ + "Ġo", + "rn" + ], + [ + "Ġor", + "n" + ], + [ + "Ġ", + "Soft" + ], + [ + "ĠS", + "oft" + ], + [ + "ĠSo", + "ft" + ], + [ + "ĠSof", + "t" + ], + [ + "Ġ", + "angles" + ], + [ + "Ġang", + "les" + ], + [ + "Ġangle", + "s" + ], + [ + "Ġp", + "ap" + ], + [ + "Ġpa", + "p" + ], + [ + "Ġ", + "Death" + ], + [ + "ĠDe", + "ath" + ], + [ + "Ġ", + "Statistics" + ], + [ + "ĠStat", + "istics" + ], + [ + "Ġ", + "Lower" + ], + [ + "ĠL", + "ower" + ], + [ + "ĠLow", + "er" + ], + [ + "ĠLo", + "wer" + ], + [ + "ĠLowe", + "r" + ], + [ + "Ġ", + "Depression" + ], + [ + "ĠDep", + "ression" + ], + [ + "Ġwe", + "apon" + ], + [ + "Ġweap", + "on" + ], + [ + "ose", + "velt" + ], + [ + "Ġcol", + "ours" + ], + [ + "Ġcolour", + "s" + ], + [ + "Ġbuild", + "s" + ], + [ + "Ġbuil", + "ds" + ], + [ + "Ġan", + "ten" + ], + [ + "Ġant", + "en" + ], + [ + "Ġante", + "n" + ], + [ + "A", + "ct" + ], + [ + "Ac", + "t" + ], + [ + "O", + "b" + ], + [ + "Ġin", + "clusion" + ], + [ + "Ġinc", + "lusion" + ], + [ + "Ġincl", + "usion" + ], + [ + "Ġinclus", + "ion" + ], + [ + "Ġs", + "pir" + ], + [ + "Ġsp", + "ir" + ], + [ + "Ġspi", + "r" + ], + [ + "Ġcat", + "aly" + ], + [ + "Ġcatal", + "y" + ], + [ + "-", + "part" + ], + [ + "-p", + "art" + ], + [ + "-par", + "t" + ], + [ + "Ġres", + "erves" + ], + [ + "Ġreserv", + "es" + ], + [ + "Ġreserve", + "s" + ], + [ + "Ġlim", + "iting" + ], + [ + "Ġlimit", + "ing" + ], + [ + "Ġcard", + "iac" + ], + [ + "Ġcardi", + "ac" + ], + [ + "Ġdeterm", + "ines" + ], + [ + "Ġdetermine", + "s" + ], + [ + "Ġdetermin", + "es" + ], + [ + "Ġdeter", + "mines" + ], + [ + "Ġpay", + "ments" + ], + [ + "Ġpayment", + "s" + ], + [ + "Ġst", + "rand" + ], + [ + "Ġstr", + "and" + ], + [ + "Ġstra", + "nd" + ], + [ + "Ġ", + "Contact" + ], + [ + "ĠCont", + "act" + ], + [ + "B", + "el" + ], + [ + "Be", + "l" + ], + [ + "Ġt", + "odd" + ], + [ + "Ġto", + "dd" + ], + [ + "Ġg", + "aining" + ], + [ + "Ġgain", + "ing" + ], + [ + "Ġga", + "ining" + ], + [ + "Ġ", + "geography" + ], + [ + "Ġge", + "ography" + ], + [ + "I", + "II" + ], + [ + "II", + "I" + ], + [ + "Ġ", + "Prince" + ], + [ + "ĠPr", + "ince" + ], + [ + "ĠPrinc", + "e" + ], + [ + "ĠPri", + "nce" + ], + [ + "i", + "nian" + ], + [ + "in", + "ian" + ], + [ + "ini", + "an" + ], + [ + "inia", + "n" + ], + [ + "Ġc", + "annab" + ], + [ + "Ġcann", + "ab" + ], + [ + "Ġb", + "eta" + ], + [ + "Ġbe", + "ta" + ], + [ + "Ġbet", + "a" + ], + [ + "Ġ", + "Altern" + ], + [ + "ĠAl", + "tern" + ], + [ + "ĠAlt", + "ern" + ], + [ + "ĠAlter", + "n" + ], + [ + "Ġanaly", + "zing" + ], + [ + "E", + "W" + ], + [ + "Ġun", + "employment" + ], + [ + "Ġunem", + "ployment" + ], + [ + "an", + "gel" + ], + [ + "ang", + "el" + ], + [ + "ange", + "l" + ], + [ + "Ġre", + "production" + ], + [ + "Ġrep", + "roduction" + ], + [ + "Ġreprodu", + "ction" + ], + [ + "Ġreproduc", + "tion" + ], + [ + "Ġcost", + "ly" + ], + [ + "p", + "ower" + ], + [ + "po", + "wer" + ], + [ + "c", + "eeds" + ], + [ + "ce", + "eds" + ], + [ + "ceed", + "s" + ], + [ + "Ġ", + "hills" + ], + [ + "Ġh", + "ills" + ], + [ + "Ġhill", + "s" + ], + [ + "Ġf", + "lowing" + ], + [ + "Ġfl", + "owing" + ], + [ + "Ġflow", + "ing" + ], + [ + "Ġflo", + "wing" + ], + [ + "Ġ", + "Hot" + ], + [ + "ĠH", + "ot" + ], + [ + "ĠHo", + "t" + ], + [ + "Ġmanufact", + "ured" + ], + [ + "Ġmanufacture", + "d" + ], + [ + "Ġ", + "Yellow" + ], + [ + "ĠY", + "ellow" + ], + [ + "ĠYel", + "low" + ], + [ + "Ġo", + "verse" + ], + [ + "Ġover", + "se" + ], + [ + "Ġovers", + "e" + ], + [ + "Ġcir", + "cles" + ], + [ + "Ġcirc", + "les" + ], + [ + "Ġcircle", + "s" + ], + [ + "Ġ", + "rou" + ], + [ + "Ġr", + "ou" + ], + [ + "Ġro", + "u" + ], + [ + "Ġreal", + "istic" + ], + [ + "Ġrealist", + "ic" + ], + [ + "ĠM", + "ountains" + ], + [ + "ĠMount", + "ains" + ], + [ + "ĠMountain", + "s" + ], + [ + "Ġd", + "ow" + ], + [ + "Ġdo", + "w" + ], + [ + "Ġ", + "Bush" + ], + [ + "ĠB", + "ush" + ], + [ + "ĠBu", + "sh" + ], + [ + "ĠBus", + "h" + ], + [ + "on", + "ent" + ], + [ + "one", + "nt" + ], + [ + "Ġd", + "eals" + ], + [ + "Ġde", + "als" + ], + [ + "Ġdeal", + "s" + ], + [ + "Ġ", + "Stone" + ], + [ + "ĠSt", + "one" + ], + [ + "ĠSton", + "e" + ], + [ + "ĠSto", + "ne" + ], + [ + "?", + "\"" + ], + [ + "a", + "cular" + ], + [ + "ac", + "ular" + ], + [ + "Ġ", + "mira" + ], + [ + "Ġm", + "ira" + ], + [ + "Ġmir", + "a" + ], + [ + "Ġmi", + "ra" + ], + [ + "ation", + "ally" + ], + [ + "ational", + "ly" + ], + [ + "Ġdiscuss", + "es" + ], + [ + "Ġdra", + "wings" + ], + [ + "Ġdraw", + "ings" + ], + [ + "Ġdrawing", + "s" + ], + [ + "Ġ", + "Ult" + ], + [ + "ĠU", + "lt" + ], + [ + "ĠUl", + "t" + ], + [ + "Ġp", + "ollen" + ], + [ + "Ġpol", + "len" + ], + [ + "Ġpoll", + "en" + ], + [ + "Ġillust", + "rate" + ], + [ + "b", + "ro" + ], + [ + "br", + "o" + ], + [ + "o", + "cent" + ], + [ + "oc", + "ent" + ], + [ + "Ġ", + "quote" + ], + [ + "Ġqu", + "ote" + ], + [ + "Ġquot", + "e" + ], + [ + "Ġquo", + "te" + ], + [ + "th", + "ening" + ], + [ + "the", + "ning" + ], + [ + "then", + "ing" + ], + [ + "m", + "od" + ], + [ + "mo", + "d" + ], + [ + "Ġ", + "Enter" + ], + [ + "ĠEn", + "ter" + ], + [ + "ĠEnt", + "er" + ], + [ + "Ġ", + "mes" + ], + [ + "Ġm", + "es" + ], + [ + "Ġme", + "s" + ], + [ + "Ġdesign", + "ers" + ], + [ + "Ġdesigner", + "s" + ], + [ + "Ġ", + "mail" + ], + [ + "Ġm", + "ail" + ], + [ + "Ġma", + "il" + ], + [ + "Ġ", + "grace" + ], + [ + "Ġg", + "race" + ], + [ + "Ġgra", + "ce" + ], + [ + "Ġgr", + "ace" + ], + [ + "Ġs", + "ore" + ], + [ + "Ġso", + "re" + ], + [ + "Ġsor", + "e" + ], + [ + "st", + "ration" + ], + [ + "str", + "ation" + ], + [ + "stra", + "tion" + ], + [ + "Ġ", + "Thursday" + ], + [ + "ĠTh", + "ursday" + ], + [ + "H", + "is" + ], + [ + "Hi", + "s" + ], + [ + "osa", + "urs" + ], + [ + "osaur", + "s" + ], + [ + "Ġy", + "east" + ], + [ + "Ġye", + "ast" + ], + [ + "Ġ", + "Unit" + ], + [ + "ĠU", + "nit" + ], + [ + "ĠUn", + "it" + ], + [ + "Ġ", + "Years" + ], + [ + "ĠY", + "ears" + ], + [ + "ĠYear", + "s" + ], + [ + "ĠYe", + "ars" + ], + [ + "Ġs", + "ervers" + ], + [ + "Ġserv", + "ers" + ], + [ + "Ġser", + "vers" + ], + [ + "Ġserve", + "rs" + ], + [ + "Ġserver", + "s" + ], + [ + "Ġ", + "Healthy" + ], + [ + "ĠHealth", + "y" + ], + [ + "ĠHeal", + "thy" + ], + [ + "Ġb", + "eer" + ], + [ + "Ġbe", + "er" + ], + [ + "Ġbee", + "r" + ], + [ + "Ġsynt", + "hesis" + ], + [ + "Ġsynthes", + "is" + ], + [ + "Ġsynth", + "esis" + ], + [ + "Ġ", + "Ni" + ], + [ + "ĠN", + "i" + ], + [ + "Ġim", + "perial" + ], + [ + "Ġimper", + "ial" + ], + [ + "Ġimpe", + "rial" + ], + [ + "is", + "ible" + ], + [ + "isi", + "ble" + ], + [ + "Ġprol", + "onged" + ], + [ + "Ġprolong", + "ed" + ], + [ + "Ġ", + "âĢĿ" + ], + [ + "ĠâĢ", + "Ŀ" + ], + [ + "Ġad", + "ul" + ], + [ + "Ġ", + "Species" + ], + [ + "ĠSpec", + "ies" + ], + [ + "ĠSpe", + "cies" + ], + [ + "st", + "rate" + ], + [ + "str", + "ate" + ], + [ + "stra", + "te" + ], + [ + "Ġ", + "Bh" + ], + [ + "ĠB", + "h" + ], + [ + "Ġ", + "Rub" + ], + [ + "ĠR", + "ub" + ], + [ + "ĠRu", + "b" + ], + [ + "Ġ", + "Large" + ], + [ + "ĠL", + "arge" + ], + [ + "ĠLar", + "ge" + ], + [ + "Ġinher", + "ited" + ], + [ + "Ġinherit", + "ed" + ], + [ + "a", + "lo" + ], + [ + "al", + "o" + ], + [ + "a", + "rest" + ], + [ + "ar", + "est" + ], + [ + "are", + "st" + ], + [ + "ares", + "t" + ], + [ + "Ġcat", + "ast" + ], + [ + "Ġprison", + "ers" + ], + [ + "Ġprisoner", + "s" + ], + [ + "Ġ", + "Cit" + ], + [ + "ĠC", + "it" + ], + [ + "ĠCi", + "t" + ], + [ + "Ġ", + "Emperor" + ], + [ + "ĠEm", + "peror" + ], + [ + "organ", + "isms" + ], + [ + "organism", + "s" + ], + [ + "Ġ", + "Tuesday" + ], + [ + "ĠT", + "uesday" + ], + [ + "an", + "th" + ], + [ + "ant", + "h" + ], + [ + "Ġ", + "Cut" + ], + [ + "ĠC", + "ut" + ], + [ + "ĠCu", + "t" + ], + [ + "ount", + "ered" + ], + [ + "oun", + "tered" + ], + [ + "ounter", + "ed" + ], + [ + "Ġcon", + "stitutional" + ], + [ + "Ġconstitution", + "al" + ], + [ + "Ġ", + "Parents" + ], + [ + "ĠP", + "arents" + ], + [ + "ĠPar", + "ents" + ], + [ + "ĠParent", + "s" + ], + [ + "ĠParen", + "ts" + ], + [ + "hed", + "ral" + ], + [ + "hedra", + "l" + ], + [ + "ĠInt", + "ellig" + ], + [ + "ĠIntel", + "lig" + ], + [ + "o", + "synt" + ], + [ + "osy", + "nt" + ], + [ + "t", + "ics" + ], + [ + "tic", + "s" + ], + [ + "ti", + "cs" + ], + [ + "Ġ", + "sel" + ], + [ + "Ġs", + "el" + ], + [ + "Ġse", + "l" + ], + [ + "Ð", + "¸" + ], + [ + "Ġcomp", + "act" + ], + [ + "Ġph", + "ases" + ], + [ + "Ġphase", + "s" + ], + [ + ".", + "last" + ], + [ + ".l", + "ast" + ], + [ + "Ch", + "rist" + ], + [ + "Chris", + "t" + ], + [ + "Ġf", + "ate" + ], + [ + "Ġfat", + "e" + ], + [ + "Ġfa", + "te" + ], + [ + "or", + "dan" + ], + [ + "ord", + "an" + ], + [ + "Ġsupp", + "lied" + ], + [ + "Ġsuppl", + "ied" + ], + [ + "Ġ", + "°" + ], + [ + "ĠÂ", + "°" + ], + [ + "Ġunc", + "ertainty" + ], + [ + "Ġuncertain", + "ty" + ], + [ + "Ġl", + "apt" + ], + [ + "Ġla", + "pt" + ], + [ + "Ġlap", + "t" + ], + [ + "Ġ", + "answered" + ], + [ + "Ġan", + "swered" + ], + [ + "Ġansw", + "ered" + ], + [ + "Ġanswer", + "ed" + ], + [ + "Ġ", + "Davis" + ], + [ + "ĠD", + "avis" + ], + [ + "ĠDav", + "is" + ], + [ + "ĠDa", + "vis" + ], + [ + "R", + "L" + ], + [ + "g", + "rim" + ], + [ + "gr", + "im" + ], + [ + "Ġ", + "Matthew" + ], + [ + "ĠMat", + "thew" + ], + [ + "ĠMatt", + "hew" + ], + [ + "ĠMatth", + "ew" + ], + [ + "Ġexpl", + "ores" + ], + [ + "Ġexplore", + "s" + ], + [ + "Ġexplo", + "res" + ], + [ + "Ġexplor", + "es" + ], + [ + "Ġdec", + "lined" + ], + [ + "Ġdecl", + "ined" + ], + [ + "Ġdecline", + "d" + ], + [ + "Ġ", + "Observ" + ], + [ + "ĠObs", + "erv" + ], + [ + "r", + "uctive" + ], + [ + "ru", + "ctive" + ], + [ + "ruct", + "ive" + ], + [ + "ab", + "etic" + ], + [ + "abet", + "ic" + ], + [ + "abe", + "tic" + ], + [ + "er", + "enn" + ], + [ + "ere", + "nn" + ], + [ + "eren", + "n" + ], + [ + "Ġfest", + "ival" + ], + [ + "l", + "try" + ], + [ + "lt", + "ry" + ], + [ + "Ġw", + "ra" + ], + [ + "Ġwr", + "a" + ], + [ + "Ġsevere", + "ly" + ], + [ + "u", + "tri" + ], + [ + "ut", + "ri" + ], + [ + "ĠF", + "ram" + ], + [ + "ĠFr", + "am" + ], + [ + "ĠFra", + "m" + ], + [ + "-", + "use" + ], + [ + "-us", + "e" + ], + [ + "-u", + "se" + ], + [ + "Ġ", + "vector" + ], + [ + "Ġv", + "ector" + ], + [ + "Ġve", + "ctor" + ], + [ + "osp", + "here" + ], + [ + "osph", + "ere" + ], + [ + "Ġn", + "ineteenth" + ], + [ + "Ġnine", + "teenth" + ], + [ + "Ġninet", + "eenth" + ], + [ + "Ġnineteen", + "th" + ], + [ + "o", + "ri" + ], + [ + "or", + "i" + ], + [ + "Ġess", + "ence" + ], + [ + "Ġg", + "rey" + ], + [ + "Ġgr", + "ey" + ], + [ + "Ġgre", + "y" + ], + [ + "Ġ", + "CN" + ], + [ + "ĠC", + "N" + ], + [ + "Ġme", + "ets" + ], + [ + "Ġmeet", + "s" + ], + [ + "-", + "Ċ" + ], + [ + "Ġ", + "lying" + ], + [ + "Ġl", + "ying" + ], + [ + "Ġly", + "ing" + ], + [ + ".last", + "name" + ], + [ + "Ġ", + "Anne" + ], + [ + "ĠAn", + "ne" + ], + [ + "ĠAnn", + "e" + ], + [ + "Ġc", + "ement" + ], + [ + "Ġce", + "ment" + ], + [ + "es", + "see" + ], + [ + "ess", + "ee" + ], + [ + "esse", + "e" + ], + [ + "Ġre", + "ar" + ], + [ + "Ġr", + "ear" + ], + [ + "Ġ", + "lig" + ], + [ + "Ġl", + "ig" + ], + [ + "Ġli", + "g" + ], + [ + "Ph", + "oto" + ], + [ + "Phot", + "o" + ], + [ + "Ġ", + "Script" + ], + [ + "ĠS", + "cript" + ], + [ + "ĠSc", + "ript" + ], + [ + "D", + "id" + ], + [ + "Di", + "d" + ], + [ + "Ġwrit", + "ings" + ], + [ + "Ġwriting", + "s" + ], + [ + "Ġd", + "ictionary" + ], + [ + "Ġdic", + "tionary" + ], + [ + "Ġdiction", + "ary" + ], + [ + "o", + "uring" + ], + [ + "ou", + "ring" + ], + [ + "our", + "ing" + ], + [ + "ouri", + "ng" + ], + [ + "Ġin", + "correct" + ], + [ + "Ġinc", + "orrect" + ], + [ + "Ġprec", + "ipitation" + ], + [ + "Ġprecip", + "itation" + ], + [ + "Ġ", + "plastics" + ], + [ + "Ġpl", + "astics" + ], + [ + "Ġplastic", + "s" + ], + [ + "Ġplas", + "tics" + ], + [ + "Ġplast", + "ics" + ], + [ + "Ġ", + "GP" + ], + [ + "ĠG", + "P" + ], + [ + "Ġimp", + "ression" + ], + [ + "Ġimpress", + "ion" + ], + [ + "Ġc", + "arcin" + ], + [ + "Ġcar", + "cin" + ], + [ + "Ġcarc", + "in" + ], + [ + "Ġconsider", + "ably" + ], + [ + "d", + "a" + ], + [ + "Ġ", + "Ho" + ], + [ + "ĠH", + "o" + ], + [ + "ĠLe", + "ague" + ], + [ + "ĠLea", + "gue" + ], + [ + "Ġ", + "Wednesday" + ], + [ + "ĠWed", + "nesday" + ], + [ + "Ġb", + "ike" + ], + [ + "Ġbi", + "ke" + ], + [ + "Ġmom", + "ents" + ], + [ + "Ġmo", + "ments" + ], + [ + "Ġmoment", + "s" + ], + [ + "Ġ", + "Bridge" + ], + [ + "ĠB", + "ridge" + ], + [ + "ĠBr", + "idge" + ], + [ + "ĠBrid", + "ge" + ], + [ + "/", + "f" + ], + [ + "Ġ", + "Path" + ], + [ + "ĠP", + "ath" + ], + [ + "ĠPat", + "h" + ], + [ + "ĠPa", + "th" + ], + [ + "i", + "vals" + ], + [ + "iv", + "als" + ], + [ + "ival", + "s" + ], + [ + "iva", + "ls" + ], + [ + "Ġ", + "Nep" + ], + [ + "ĠN", + "ep" + ], + [ + "ĠNe", + "p" + ], + [ + "Ġ", + "intra" + ], + [ + "Ġin", + "tra" + ], + [ + "Ġint", + "ra" + ], + [ + "Ġintr", + "a" + ], + [ + "Ġenc", + "ountered" + ], + [ + "Ġencounter", + "ed" + ], + [ + "o", + "matic" + ], + [ + "om", + "atic" + ], + [ + "oma", + "tic" + ], + [ + "omat", + "ic" + ], + [ + "os", + "ity" + ], + [ + "osit", + "y" + ], + [ + "osi", + "ty" + ], + [ + "Ġtack", + "le" + ], + [ + "Ġtac", + "kle" + ], + [ + "U", + "M" + ], + [ + "b", + "ral" + ], + [ + "br", + "al" + ], + [ + "bra", + "l" + ], + [ + "Ġcolle", + "ges" + ], + [ + "Ġcollege", + "s" + ], + [ + "act", + "ivity" + ], + [ + "Ġac", + "knowledge" + ], + [ + "Ġacknow", + "ledge" + ], + [ + "Ġacknowled", + "ge" + ], + [ + "Ġun", + "necessary" + ], + [ + "Ġunn", + "ecessary" + ], + [ + "g", + "ian" + ], + [ + "gia", + "n" + ], + [ + "gi", + "an" + ], + [ + "Ġqu", + "ad" + ], + [ + "Ġ", + "Francis" + ], + [ + "ĠFranc", + "is" + ], + [ + "c", + "ut" + ], + [ + "cu", + "t" + ], + [ + "y", + "an" + ], + [ + "ya", + "n" + ], + [ + "Ġ", + "Han" + ], + [ + "ĠH", + "an" + ], + [ + "ĠHa", + "n" + ], + [ + "Ġ", + "Jun" + ], + [ + "ĠJ", + "un" + ], + [ + "ĠJu", + "n" + ], + [ + "Ġche", + "cking" + ], + [ + "Ġcheck", + "ing" + ], + [ + "Ġkid", + "neys" + ], + [ + "Ġkidney", + "s" + ], + [ + "Ġ", + "MP" + ], + [ + "ĠM", + "P" + ], + [ + "Ġ", + "atom" + ], + [ + "Ġa", + "tom" + ], + [ + "Ġat", + "om" + ], + [ + "Ġind", + "icator" + ], + [ + "Ġindic", + "ator" + ], + [ + "Ġindica", + "tor" + ], + [ + "Ġexec", + "uted" + ], + [ + "Ġexecute", + "d" + ], + [ + "Ġexecut", + "ed" + ], + [ + "Ġ", + "Oil" + ], + [ + "ĠO", + "il" + ], + [ + "Ġoper", + "ators" + ], + [ + "Ġoperator", + "s" + ], + [ + "Ġp", + "ortions" + ], + [ + "Ġport", + "ions" + ], + [ + "Ġportion", + "s" + ], + [ + "Ġ", + "rings" + ], + [ + "Ġr", + "ings" + ], + [ + "Ġring", + "s" + ], + [ + "ĠRes", + "erve" + ], + [ + "ĠReserv", + "e" + ], + [ + "Ġp", + "anic" + ], + [ + "Ġpan", + "ic" + ], + [ + "Ġpa", + "nic" + ], + [ + "-", + "ac" + ], + [ + "-a", + "c" + ], + [ + "C", + "s" + ], + [ + "Ġext", + "ends" + ], + [ + "Ġextend", + "s" + ], + [ + "Ġin", + "fin" + ], + [ + "Ġinf", + "in" + ], + [ + "Ġp", + "ushing" + ], + [ + "Ġpush", + "ing" + ], + [ + "Ġpus", + "hing" + ], + [ + "Ġcoron", + "avirus" + ], + [ + "Ġcorona", + "virus" + ], + [ + "Ġarchae", + "ological" + ], + [ + "W", + "ell" + ], + [ + "We", + "ll" + ], + [ + "Wel", + "l" + ], + [ + "Ġg", + "lands" + ], + [ + "Ġgl", + "ands" + ], + [ + "Ġgland", + "s" + ], + [ + "u", + "ming" + ], + [ + "um", + "ing" + ], + [ + "umin", + "g" + ], + [ + "umi", + "ng" + ], + [ + "Ġ", + "Governor" + ], + [ + "ĠGovern", + "or" + ], + [ + "Ġs", + "orts" + ], + [ + "Ġsort", + "s" + ], + [ + "Ġsor", + "ts" + ], + [ + "form", + "ance" + ], + [ + "re", + "strial" + ], + [ + "rest", + "rial" + ], + [ + "tern", + "oon" + ], + [ + "Ġl", + "oyal" + ], + [ + "Ġlo", + "yal" + ], + [ + "-", + "k" + ], + [ + "Ġ", + "Lewis" + ], + [ + "ĠL", + "ewis" + ], + [ + "ĠLew", + "is" + ], + [ + "Ġstreng", + "ths" + ], + [ + "Ġstrength", + "s" + ], + [ + "Ġ", + "Electric" + ], + [ + "ĠE", + "lectric" + ], + [ + "ĠElect", + "ric" + ], + [ + "Ġphot", + "ograp" + ], + [ + "Ġwealth", + "y" + ], + [ + "th", + "odox" + ], + [ + "thod", + "ox" + ], + [ + "Ġ", + "Na" + ], + [ + "ĠN", + "a" + ], + [ + "Ġc", + "ounting" + ], + [ + "Ġco", + "unting" + ], + [ + "Ġcount", + "ing" + ], + [ + "Ġcoun", + "ting" + ], + [ + "Ġexclus", + "ively" + ], + [ + "Ġexclusive", + "ly" + ], + [ + "Ġrest", + "ored" + ], + [ + "Ġrestore", + "d" + ], + [ + "Ġcoun", + "cil" + ], + [ + "Ġantioxid", + "ants" + ], + [ + "Ġantioxidant", + "s" + ], + [ + "A", + "nt" + ], + [ + "An", + "t" + ], + [ + "Ġt", + "ear" + ], + [ + "Ġte", + "ar" + ], + [ + "Ġtea", + "r" + ], + [ + "Ġ", + "anch" + ], + [ + "Ġan", + "ch" + ], + [ + "Ġanc", + "h" + ], + [ + "Ġ", + "Dun" + ], + [ + "ĠD", + "un" + ], + [ + "ĠDu", + "n" + ], + [ + "as", + "ures" + ], + [ + "asure", + "s" + ], + [ + "asu", + "res" + ], + [ + "asur", + "es" + ], + [ + "Ġ", + "doi" + ], + [ + "Ġd", + "oi" + ], + [ + "Ġdo", + "i" + ], + [ + "Ġlo", + "ans" + ], + [ + "Ġloan", + "s" + ], + [ + "Ġpolit", + "icians" + ], + [ + "Ġpolitician", + "s" + ], + [ + "Ġpolitic", + "ians" + ], + [ + "Ġsub", + "stitute" + ], + [ + "Ġsubst", + "itute" + ], + [ + "Ġsubstit", + "ute" + ], + [ + "a", + "pped" + ], + [ + "ap", + "ped" + ], + [ + "app", + "ed" + ], + [ + "Ġarrange", + "ment" + ], + [ + "o", + "il" + ], + [ + "oi", + "l" + ], + [ + "ĠT", + "ro" + ], + [ + "ĠTr", + "o" + ], + [ + "Ġ", + "Bat" + ], + [ + "ĠB", + "at" + ], + [ + "ĠBa", + "t" + ], + [ + "Ġann", + "ounce" + ], + [ + "Ġ", + "heated" + ], + [ + "Ġh", + "eated" + ], + [ + "Ġhe", + "ated" + ], + [ + "Ġheat", + "ed" + ], + [ + "Ġs", + "eeks" + ], + [ + "Ġse", + "eks" + ], + [ + "Ġsee", + "ks" + ], + [ + "Ġseek", + "s" + ], + [ + "Ġmen", + "stru" + ], + [ + "onym", + "ous" + ], + [ + "E", + "m" + ], + [ + "Ġ", + "ger" + ], + [ + "Ġg", + "er" + ], + [ + "Ġge", + "r" + ], + [ + "Ġview", + "ing" + ], + [ + "Ġvie", + "wing" + ], + [ + "Ġ", + "namely" + ], + [ + "Ġname", + "ly" + ], + [ + "Ġ", + "Enc" + ], + [ + "ĠE", + "nc" + ], + [ + "ĠEn", + "c" + ], + [ + "Th", + "ose" + ], + [ + "Ġassoci", + "ations" + ], + [ + "Ġassociation", + "s" + ], + [ + "re", + "ement" + ], + [ + "ree", + "ment" + ], + [ + "Ġland", + "f" + ], + [ + "Ġlan", + "df" + ], + [ + "f", + "ront" + ], + [ + "fr", + "ont" + ], + [ + "Ġm", + "im" + ], + [ + "Ġmi", + "m" + ], + [ + "a", + "ze" + ], + [ + "az", + "e" + ], + [ + "Ġdocument", + "ation" + ], + [ + "Ġfoot", + "ball" + ], + [ + "A", + "ss" + ], + [ + "As", + "s" + ], + [ + "D", + "R" + ], + [ + "A", + "merican" + ], + [ + "America", + "n" + ], + [ + "i", + "nea" + ], + [ + "in", + "ea" + ], + [ + "ine", + "a" + ], + [ + "Ġsil", + "icon" + ], + [ + "Ġsilic", + "on" + ], + [ + "Ġ", + "Kennedy" + ], + [ + "ĠKen", + "nedy" + ], + [ + "ĠKenn", + "edy" + ], + [ + "Ġv", + "apor" + ], + [ + "Ġvap", + "or" + ], + [ + "Ġva", + "por" + ], + [ + "Ġ", + "Living" + ], + [ + "ĠL", + "iving" + ], + [ + "ĠLi", + "ving" + ], + [ + "ĠLiv", + "ing" + ], + [ + "Ġ", + "rend" + ], + [ + "Ġre", + "nd" + ], + [ + "Ġr", + "end" + ], + [ + "Ġren", + "d" + ], + [ + "Ġd", + "ishes" + ], + [ + "Ġdis", + "hes" + ], + [ + "Ġdish", + "es" + ], + [ + "Ġcar", + "eers" + ], + [ + "Ġcare", + "ers" + ], + [ + "Ġcareer", + "s" + ], + [ + "Ġ", + "bars" + ], + [ + "Ġb", + "ars" + ], + [ + "Ġbar", + "s" + ], + [ + "Ġba", + "rs" + ], + [ + "Ġ", + "ric" + ], + [ + "Ġr", + "ic" + ], + [ + "or", + "ney" + ], + [ + "orn", + "ey" + ], + [ + "orne", + "y" + ], + [ + "Ġexped", + "ition" + ], + [ + "Ġ", + "rows" + ], + [ + "Ġr", + "ows" + ], + [ + "Ġro", + "ws" + ], + [ + "Ġrow", + "s" + ], + [ + "a", + "tre" + ], + [ + "at", + "re" + ], + [ + "atr", + "e" + ], + [ + "Ġw", + "ages" + ], + [ + "Ġwa", + "ges" + ], + [ + "Ġwage", + "s" + ], + [ + "Ġelect", + "rom" + ], + [ + "Ġelectr", + "om" + ], + [ + "Ġelectro", + "m" + ], + [ + "Ġarchitect", + "ural" + ], + [ + "Ġf", + "ears" + ], + [ + "Ġfe", + "ars" + ], + [ + "Ġfear", + "s" + ], + [ + "Ġ", + "Watch" + ], + [ + "ĠW", + "atch" + ], + [ + "ĠWat", + "ch" + ], + [ + "Ġ", + "NG" + ], + [ + "ĠN", + "G" + ], + [ + "o", + "T" + ], + [ + "Ġ", + "Chemical" + ], + [ + "ĠC", + "hemical" + ], + [ + "ĠChem", + "ical" + ], + [ + "ra", + "sound" + ], + [ + "ras", + "ound" + ], + [ + "Ġde", + "gen" + ], + [ + "Ġdeg", + "en" + ], + [ + "Ġche", + "aper" + ], + [ + "Ġcheap", + "er" + ], + [ + "Ġf", + "loating" + ], + [ + "Ġflo", + "ating" + ], + [ + "Ġfloat", + "ing" + ], + [ + "Ġre", + "jected" + ], + [ + "Ġreject", + "ed" + ], + [ + "Ġin", + "ver" + ], + [ + "Ġinv", + "er" + ], + [ + "Ġd", + "irt" + ], + [ + "Ġdi", + "rt" + ], + [ + "Ġdir", + "t" + ], + [ + "Ġ", + "Ele" + ], + [ + "ĠE", + "le" + ], + [ + "ĠEl", + "e" + ], + [ + ".", + "R" + ], + [ + "Ġs", + "killed" + ], + [ + "Ġsk", + "illed" + ], + [ + "Ġskill", + "ed" + ], + [ + "Ġskil", + "led" + ], + [ + "Ġ", + "Exec" + ], + [ + "ĠEx", + "ec" + ], + [ + "Ġre", + "ferring" + ], + [ + "Ġrefer", + "ring" + ], + [ + "u", + "ster" + ], + [ + "us", + "ter" + ], + [ + "ust", + "er" + ], + [ + "Ġ", + "belt" + ], + [ + "Ġb", + "elt" + ], + [ + "Ġbe", + "lt" + ], + [ + "Ġbel", + "t" + ], + [ + "Ġtun", + "nel" + ], + [ + "Ġ", + "Mes" + ], + [ + "ĠM", + "es" + ], + [ + "ĠMe", + "s" + ], + [ + "Ġ", + "Arm" + ], + [ + "ĠA", + "rm" + ], + [ + "ĠAr", + "m" + ], + [ + "Ġc", + "hecked" + ], + [ + "Ġch", + "ecked" + ], + [ + "Ġche", + "cked" + ], + [ + "Ġcheck", + "ed" + ], + [ + "Ġcon", + "junction" + ], + [ + "Ġconj", + "unction" + ], + [ + "Ġconjunct", + "ion" + ], + [ + "Ġ", + "Census" + ], + [ + "ĠC", + "ensus" + ], + [ + "an", + "cial" + ], + [ + "anc", + "ial" + ], + [ + "Ġtravel", + "ed" + ], + [ + "C", + "urrent" + ], + [ + "Cur", + "rent" + ], + [ + "o", + "mon" + ], + [ + "om", + "on" + ], + [ + "omo", + "n" + ], + [ + "o", + "pathy" + ], + [ + "op", + "athy" + ], + [ + "opa", + "thy" + ], + [ + "opath", + "y" + ], + [ + "Ġ", + "Pu" + ], + [ + "ĠP", + "u" + ], + [ + "Ġ", + "Jupiter" + ], + [ + "ĠJ", + "upiter" + ], + [ + "ĠJup", + "iter" + ], + [ + "Ġworks", + "heet" + ], + [ + "Ġworkshe", + "et" + ], + [ + "Ġv", + "oting" + ], + [ + "Ġvo", + "ting" + ], + [ + "Ġvot", + "ing" + ], + [ + "Ġ", + "beds" + ], + [ + "Ġb", + "eds" + ], + [ + "Ġbe", + "ds" + ], + [ + "Ġbed", + "s" + ], + [ + "ĠD", + "emocratic" + ], + [ + "ĠDem", + "ocratic" + ], + [ + "ĠDemocr", + "atic" + ], + [ + "ĠDemocrat", + "ic" + ], + [ + "Ġbott", + "les" + ], + [ + "Ġbot", + "tles" + ], + [ + "Ġbottle", + "s" + ], + [ + "ĠG", + "ir" + ], + [ + "ĠGi", + "r" + ], + [ + "Ġab", + "dominal" + ], + [ + "Ġabdom", + "inal" + ], + [ + "o", + "rie" + ], + [ + "or", + "ie" + ], + [ + "ori", + "e" + ], + [ + "Ġde", + "leg" + ], + [ + "Ġdel", + "eg" + ], + [ + "Ġdele", + "g" + ], + [ + "Ġveter", + "in" + ], + [ + "v", + "asive" + ], + [ + "vas", + "ive" + ], + [ + "Ġim", + "bal" + ], + [ + "Ġimb", + "al" + ], + [ + "Ġw", + "eren" + ], + [ + "Ġwe", + "ren" + ], + [ + "Ġwere", + "n" + ], + [ + "a", + "way" + ], + [ + "aw", + "ay" + ], + [ + "awa", + "y" + ], + [ + "v", + "iously" + ], + [ + "vious", + "ly" + ], + [ + "vi", + "ously" + ], + [ + "Ġtrem", + "endous" + ], + [ + "Ġtremend", + "ous" + ], + [ + "Ġ", + "Search" + ], + [ + "ĠS", + "earch" + ], + [ + "ĠSe", + "arch" + ], + [ + "ĠSear", + "ch" + ], + [ + "Ġ", + "Poll" + ], + [ + "ĠP", + "oll" + ], + [ + "ĠPol", + "l" + ], + [ + "ĠPo", + "ll" + ], + [ + "Ġ", + "Hom" + ], + [ + "ĠH", + "om" + ], + [ + "ĠHo", + "m" + ], + [ + "Ġ", + "Behavior" + ], + [ + "ĠBe", + "havior" + ], + [ + "ĠBehav", + "ior" + ], + [ + "Ġbl", + "acks" + ], + [ + "Ġblack", + "s" + ], + [ + "a", + "con" + ], + [ + "ac", + "on" + ], + [ + "aco", + "n" + ], + [ + "Ġpurch", + "asing" + ], + [ + "ke", + "ys" + ], + [ + "key", + "s" + ], + [ + "Ġsp", + "ell" + ], + [ + "Ġspe", + "ll" + ], + [ + "Ġimm", + "ense" + ], + [ + "less", + "ly" + ], + [ + "Ġmicro", + "bes" + ], + [ + "Ġmicrob", + "es" + ], + [ + "Ġmicrobe", + "s" + ], + [ + "Ġb", + "rick" + ], + [ + "Ġbr", + "ick" + ], + [ + "Ġbri", + "ck" + ], + [ + "Ġmosquit", + "o" + ], + [ + "i", + "agn" + ], + [ + "ia", + "gn" + ], + [ + "Ġres", + "ilience" + ], + [ + "Ġresil", + "ience" + ], + [ + "Ġrefrig", + "er" + ], + [ + "Ġ", + "lining" + ], + [ + "Ġl", + "ining" + ], + [ + "Ġlin", + "ing" + ], + [ + "Ġli", + "ning" + ], + [ + "Ġmach", + "inery" + ], + [ + "Ġmachine", + "ry" + ], + [ + "Ġvol", + "canic" + ], + [ + "Ġvolcan", + "ic" + ], + [ + "Ġr", + "escue" + ], + [ + "Ġres", + "cue" + ], + [ + "Ġresc", + "ue" + ], + [ + "epend", + "ent" + ], + [ + "Ġneigh", + "bors" + ], + [ + "Ġneighb", + "ors" + ], + [ + "Ġneighbor", + "s" + ], + [ + "Ġprotocol", + "s" + ], + [ + "Ġ", + "stack" + ], + [ + "Ġst", + "ack" + ], + [ + "Ġsta", + "ck" + ], + [ + "Ġcor", + "relation" + ], + [ + "Ġcorrel", + "ation" + ], + [ + "Ġs", + "lide" + ], + [ + "Ġsl", + "ide" + ], + [ + "Ġslid", + "e" + ], + [ + "Ġcomm", + "emor" + ], + [ + "Ġsc", + "enes" + ], + [ + "Ġscen", + "es" + ], + [ + "Ġscene", + "s" + ], + [ + "Ġ", + "Stephen" + ], + [ + "ĠSte", + "phen" + ], + [ + "ĠStep", + "hen" + ], + [ + "v", + "als" + ], + [ + "val", + "s" + ], + [ + "va", + "ls" + ], + [ + "Ġbe", + "ef" + ], + [ + "Ġbee", + "f" + ], + [ + "ĠF", + "a" + ], + [ + "unc", + "iation" + ], + [ + "Ġprogram", + "mes" + ], + [ + "Ġprogramme", + "s" + ], + [ + "Ġdep", + "artments" + ], + [ + "Ġdepartment", + "s" + ], + [ + "Ġdepart", + "ments" + ], + [ + "ĠNo", + "bel" + ], + [ + "ĠNob", + "el" + ], + [ + "r", + "isk" + ], + [ + "ri", + "sk" + ], + [ + "ris", + "k" + ], + [ + "Ġco", + "inc" + ], + [ + "Ġcoin", + "c" + ], + [ + "â", + "Ħ" + ], + [ + "s", + "ection" + ], + [ + "se", + "ction" + ], + [ + "sect", + "ion" + ], + [ + "sec", + "tion" + ], + [ + "Ġillust", + "rations" + ], + [ + "Ġillustration", + "s" + ], + [ + "Ġass", + "umptions" + ], + [ + "Ġassum", + "ptions" + ], + [ + "Ġassumption", + "s" + ], + [ + "in", + "stein" + ], + [ + "ins", + "tein" + ], + [ + "Ġob", + "ese" + ], + [ + "Ġobe", + "se" + ], + [ + "Ġp", + "ulled" + ], + [ + "Ġpul", + "led" + ], + [ + "Ġpull", + "ed" + ], + [ + "e", + "duc" + ], + [ + "ed", + "uc" + ], + [ + "edu", + "c" + ], + [ + "Ġun", + "healthy" + ], + [ + "Gen", + "eral" + ], + [ + "Gene", + "ral" + ], + [ + "Ġcons", + "ensus" + ], + [ + "Ġgovern", + "or" + ], + [ + "Ġgover", + "nor" + ], + [ + "Ġre", + "placing" + ], + [ + "Ġrepl", + "acing" + ], + [ + "Ġ", + "guided" + ], + [ + "Ġgu", + "ided" + ], + [ + "Ġguid", + "ed" + ], + [ + "Ġguide", + "d" + ], + [ + "Ġ", + "Plants" + ], + [ + "ĠPl", + "ants" + ], + [ + "ĠPlan", + "ts" + ], + [ + "ĠPlant", + "s" + ], + [ + "ij", + "uana" + ], + [ + "Ġc", + "ertified" + ], + [ + "Ġcert", + "ified" + ], + [ + "Ġ", + "mi" + ], + [ + "Ġm", + "i" + ], + [ + "Ġ", + "Utah" + ], + [ + "ĠUt", + "ah" + ], + [ + "r", + "ets" + ], + [ + "re", + "ts" + ], + [ + "ret", + "s" + ], + [ + "t", + "eenth" + ], + [ + "te", + "enth" + ], + [ + "teen", + "th" + ], + [ + "Ġd", + "rag" + ], + [ + "Ġdr", + "ag" + ], + [ + "Ġdra", + "g" + ], + [ + "an", + "gers" + ], + [ + "ang", + "ers" + ], + [ + "ange", + "rs" + ], + [ + "anger", + "s" + ], + [ + "Ġm", + "ounted" + ], + [ + "Ġmount", + "ed" + ], + [ + "Ġmo", + "unted" + ], + [ + "Ġcomp", + "assion" + ], + [ + "Ġcompass", + "ion" + ], + [ + "Ġa", + "broad" + ], + [ + "Ġab", + "road" + ], + [ + "Ġabr", + "oad" + ], + [ + "ogn", + "ition" + ], + [ + "Ġb", + "asket" + ], + [ + "Ġbas", + "ket" + ], + [ + "-", + "long" + ], + [ + "-l", + "ong" + ], + [ + "-lo", + "ng" + ], + [ + "Ġflu", + "ctu" + ], + [ + "e", + "av" + ], + [ + "ea", + "v" + ], + [ + "Ġpar", + "liament" + ], + [ + "-", + "inflammatory" + ], + [ + "-in", + "flammatory" + ], + [ + "Ġ", + "Tri" + ], + [ + "ĠT", + "ri" + ], + [ + "ĠTr", + "i" + ], + [ + "u", + "ty" + ], + [ + "ut", + "y" + ], + [ + "Ġ", + "structured" + ], + [ + "Ġst", + "ructured" + ], + [ + "Ġstruct", + "ured" + ], + [ + "Ġstructure", + "d" + ], + [ + "Ġ", + "Teacher" + ], + [ + "ĠTe", + "acher" + ], + [ + "ĠTeac", + "her" + ], + [ + "ĠTeach", + "er" + ], + [ + "ĠTea", + "cher" + ], + [ + "Ġb", + "utt" + ], + [ + "Ġbut", + "t" + ], + [ + "Ġbu", + "tt" + ], + [ + "Ġhistor", + "ically" + ], + [ + "Ġhistorical", + "ly" + ], + [ + "Ġhistoric", + "ally" + ], + [ + "Ġprem", + "ature" + ], + [ + "se", + "ud" + ], + [ + "ĠW", + "ars" + ], + [ + "ĠWar", + "s" + ], + [ + "ĠWa", + "rs" + ], + [ + "Ġins", + "ulation" + ], + [ + "Ġcrit", + "icism" + ], + [ + "Ġcritic", + "ism" + ], + [ + "ĠS", + "ens" + ], + [ + "ĠSe", + "ns" + ], + [ + "ĠSen", + "s" + ], + [ + "Ġde", + "cent" + ], + [ + "Ġdec", + "ent" + ], + [ + "Ġdece", + "nt" + ], + [ + "Ġobs", + "erving" + ], + [ + "Ġobserv", + "ing" + ], + [ + "Ġobser", + "ving" + ], + [ + "Ġs", + "au" + ], + [ + "Ġsa", + "u" + ], + [ + "Ġf", + "ungi" + ], + [ + "Ġfun", + "gi" + ], + [ + "Ġfung", + "i" + ], + [ + "Ġradio", + "active" + ], + [ + "ar", + "se" + ], + [ + "ars", + "e" + ], + [ + "Ġcross", + "ing" + ], + [ + "Ġcros", + "sing" + ], + [ + "Ġnew", + "born" + ], + [ + "f", + "are" + ], + [ + "far", + "e" + ], + [ + "fa", + "re" + ], + [ + "Ġtrans", + "f" + ], + [ + "Ġtele", + "phone" + ], + [ + "on", + "to" + ], + [ + "ont", + "o" + ], + [ + "Ġ", + "Therapy" + ], + [ + "ĠT", + "herapy" + ], + [ + "ĠThe", + "rapy" + ], + [ + "ĠTherap", + "y" + ], + [ + "ab", + "ama" + ], + [ + "aba", + "ma" + ], + [ + "Ġ", + "Jacob" + ], + [ + "ĠJac", + "ob" + ], + [ + ",", + "'" + ], + [ + "Ġ", + "heter" + ], + [ + "Ġh", + "eter" + ], + [ + "Ġhe", + "ter" + ], + [ + "Ġmot", + "ivated" + ], + [ + "Ġmotiv", + "ated" + ], + [ + "Ġmotivate", + "d" + ], + [ + "Ġ", + "Nig" + ], + [ + "ĠN", + "ig" + ], + [ + "ĠNi", + "g" + ], + [ + "-", + "foot" + ], + [ + "-f", + "oot" + ], + [ + "Ġhead", + "ache" + ], + [ + "Ġp", + "ride" + ], + [ + "Ġpr", + "ide" + ], + [ + "Ġpri", + "de" + ], + [ + "Ġc", + "urious" + ], + [ + "Ġcur", + "ious" + ], + [ + "Ġcu", + "rious" + ], + [ + "Ġpass", + "ive" + ], + [ + "Ġ", + "paths" + ], + [ + "Ġp", + "aths" + ], + [ + "Ġpat", + "hs" + ], + [ + "Ġpath", + "s" + ], + [ + "Ġpa", + "ths" + ], + [ + "Ġhighlight", + "ed" + ], + [ + "ig", + "ma" + ], + [ + "igm", + "a" + ], + [ + "Ġext", + "raction" + ], + [ + "Ġextra", + "ction" + ], + [ + "Ġextract", + "ion" + ], + [ + "Ġextr", + "action" + ], + [ + "Ġextrac", + "tion" + ], + [ + "i", + "lib" + ], + [ + "il", + "ib" + ], + [ + "ili", + "b" + ], + [ + "go", + "vern" + ], + [ + "Ġmain", + "stream" + ], + [ + "Ġ", + "Du" + ], + [ + "ĠD", + "u" + ], + [ + "Ġlar", + "vae" + ], + [ + "Ġlarva", + "e" + ], + [ + "-", + "wide" + ], + [ + "-w", + "ide" + ], + [ + "Ġ", + "indo" + ], + [ + "Ġin", + "do" + ], + [ + "Ġind", + "o" + ], + [ + "an", + "na" + ], + [ + "ann", + "a" + ], + [ + "Ġinteg", + "rate" + ], + [ + "Ġintegr", + "ate" + ], + [ + "Ġupd", + "ates" + ], + [ + "Ġupdate", + "s" + ], + [ + "Ġ", + "Pap" + ], + [ + "ĠP", + "ap" + ], + [ + "ĠPa", + "p" + ], + [ + "Ġ", + "Carbon" + ], + [ + "ĠC", + "arbon" + ], + [ + "ĠCar", + "bon" + ], + [ + "ĠCarb", + "on" + ], + [ + "Ġ", + "verbal" + ], + [ + "Ġver", + "bal" + ], + [ + "Ġverb", + "al" + ], + [ + "Ġbio", + "mass" + ], + [ + "Ġbiom", + "ass" + ], + [ + "Ġp", + "itch" + ], + [ + "Ġpit", + "ch" + ], + [ + "-", + "life" + ], + [ + "-l", + "ife" + ], + [ + "Ġnews", + "papers" + ], + [ + "Ġnewsp", + "apers" + ], + [ + "Ġnewspaper", + "s" + ], + [ + "K", + "ey" + ], + [ + "Ke", + "y" + ], + [ + "Ġmarg", + "inal" + ], + [ + "Ġmargin", + "al" + ], + [ + "Ġ", + "Independence" + ], + [ + "ĠInd", + "ependence" + ], + [ + "ĠIndepend", + "ence" + ], + [ + "Ġ", + "Bio" + ], + [ + "ĠB", + "io" + ], + [ + "ĠBi", + "o" + ], + [ + "Ġ", + "FOR" + ], + [ + "ĠF", + "OR" + ], + [ + "ĠFO", + "R" + ], + [ + "Ġcont", + "rad" + ], + [ + "Ġcontra", + "d" + ], + [ + "iff", + "erent" + ], + [ + "iffe", + "rent" + ], + [ + "iffer", + "ent" + ], + [ + "p", + "ress" + ], + [ + "pr", + "ess" + ], + [ + "pre", + "ss" + ], + [ + "pres", + "s" + ], + [ + "Ġ", + "lon" + ], + [ + "Ġl", + "on" + ], + [ + "Ġlo", + "n" + ], + [ + "Ġv", + "ow" + ], + [ + "Ġvo", + "w" + ], + [ + "Ġphot", + "ography" + ], + [ + "Ġphotograph", + "y" + ], + [ + "Ġphotograp", + "hy" + ], + [ + "T", + "A" + ], + [ + "Ġapplic", + "able" + ], + [ + "Ġappl", + "icable" + ], + [ + "Ġclose", + "st" + ], + [ + "Ġclos", + "est" + ], + [ + "Ġcloses", + "t" + ], + [ + "Ġsim", + "ulation" + ], + [ + "er", + "ness" + ], + [ + "ern", + "ess" + ], + [ + "e", + "nh" + ], + [ + "en", + "h" + ], + [ + "ĠHis", + "pan" + ], + [ + "ĠHi", + "span" + ], + [ + "-", + "em" + ], + [ + "-e", + "m" + ], + [ + "Ġ", + "Leon" + ], + [ + "ĠL", + "eon" + ], + [ + "ĠLe", + "on" + ], + [ + "ĠLeo", + "n" + ], + [ + "Ġang", + "ry" + ], + [ + "f", + "ol" + ], + [ + "fo", + "l" + ], + [ + "Ġret", + "ire" + ], + [ + "Ġ", + "Order" + ], + [ + "ĠOr", + "der" + ], + [ + "ĠOrd", + "er" + ], + [ + "Ġcom", + "parable" + ], + [ + "Ġcompar", + "able" + ], + [ + "Ġinter", + "views" + ], + [ + "Ġinterview", + "s" + ], + [ + "Ġ", + "Samuel" + ], + [ + "ĠSam", + "uel" + ], + [ + "Ġ", + "Knowledge" + ], + [ + "ĠK", + "nowledge" + ], + [ + "ĠKnow", + "ledge" + ], + [ + "Ġ", + "odd" + ], + [ + "Ġo", + "dd" + ], + [ + "Ġod", + "d" + ], + [ + "Ġ", + "bands" + ], + [ + "Ġb", + "ands" + ], + [ + "Ġban", + "ds" + ], + [ + "Ġband", + "s" + ], + [ + "e", + "med" + ], + [ + "em", + "ed" + ], + [ + "eme", + "d" + ], + [ + "Ġmean", + "ings" + ], + [ + "Ġmeaning", + "s" + ], + [ + "Ġ", + "Industrial" + ], + [ + "ĠIndust", + "rial" + ], + [ + "c", + "ase" + ], + [ + "ca", + "se" + ], + [ + "cas", + "e" + ], + [ + "Ġ", + "Transport" + ], + [ + "ĠTrans", + "port" + ], + [ + "Ġtrig", + "gers" + ], + [ + "Ġtrigger", + "s" + ], + [ + "Ġsu", + "gars" + ], + [ + "Ġsugar", + "s" + ], + [ + "Ġsug", + "ars" + ], + [ + "l", + "etter" + ], + [ + "let", + "ter" + ], + [ + "lett", + "er" + ], + [ + "lette", + "r" + ], + [ + "Ġ", + "Kentucky" + ], + [ + "ĠKent", + "ucky" + ], + [ + "G", + "u" + ], + [ + "Ġ", + "castle" + ], + [ + "Ġcast", + "le" + ], + [ + "Ġcas", + "tle" + ], + [ + "i", + "can" + ], + [ + "ic", + "an" + ], + [ + "ica", + "n" + ], + [ + "Ġ", + "Pit" + ], + [ + "ĠP", + "it" + ], + [ + "ĠPi", + "t" + ], + [ + "est", + "inal" + ], + [ + "Ġmel", + "ting" + ], + [ + "Ġmelt", + "ing" + ], + [ + "Ġ", + "Given" + ], + [ + "ĠG", + "iven" + ], + [ + "ĠGive", + "n" + ], + [ + "ĠGi", + "ven" + ], + [ + "in", + "ates" + ], + [ + "ina", + "tes" + ], + [ + "inate", + "s" + ], + [ + "Ġ", + "Tib" + ], + [ + "ĠT", + "ib" + ], + [ + "ĠTi", + "b" + ], + [ + "Ġp", + "atch" + ], + [ + "Ġpat", + "ch" + ], + [ + "Ġre", + "leases" + ], + [ + "Ġrele", + "ases" + ], + [ + "Ġrelease", + "s" + ], + [ + "Ġcampaign", + "s" + ], + [ + "Ġ", + "Norway" + ], + [ + "ĠNor", + "way" + ], + [ + "Ġ", + "Nation" + ], + [ + "ĠN", + "ation" + ], + [ + "ĠNa", + "tion" + ], + [ + "ĠNat", + "ion" + ], + [ + "Ġpart", + "icipated" + ], + [ + "Ġparticip", + "ated" + ], + [ + "Ġparticipate", + "d" + ], + [ + "Ġrepeated", + "ly" + ], + [ + "Ġ", + "cher" + ], + [ + "Ġc", + "her" + ], + [ + "Ġch", + "er" + ], + [ + "Ġche", + "r" + ], + [ + "Ġd", + "egradation" + ], + [ + "Ġdegrad", + "ation" + ], + [ + "Ġcere", + "mony" + ], + [ + "Ġceremon", + "y" + ], + [ + "-", + "V" + ], + [ + "Ġb", + "icy" + ], + [ + "Ġbi", + "cy" + ], + [ + "Ġbic", + "y" + ], + [ + "Ġp", + "atri" + ], + [ + "Ġpat", + "ri" + ], + [ + "Ġpa", + "tri" + ], + [ + "Ġc", + "him" + ], + [ + "Ġch", + "im" + ], + [ + "Ġchi", + "m" + ], + [ + "Ġ", + "Dom" + ], + [ + "ĠD", + "om" + ], + [ + "ĠDo", + "m" + ], + [ + "Ġ", + "UC" + ], + [ + "ĠU", + "C" + ], + [ + "Ġf", + "eas" + ], + [ + "Ġfe", + "as" + ], + [ + "i", + "encies" + ], + [ + "ien", + "cies" + ], + [ + "Ġ", + "Ark" + ], + [ + "ĠAr", + "k" + ], + [ + "Ġ", + "Usually" + ], + [ + "ĠUs", + "ually" + ], + [ + "A", + "g" + ], + [ + "r", + "ise" + ], + [ + "ri", + "se" + ], + [ + "ris", + "e" + ], + [ + "ĠTenn", + "essee" + ], + [ + "il", + "ly" + ], + [ + "ill", + "y" + ], + [ + "Ġ", + "Hung" + ], + [ + "ĠH", + "ung" + ], + [ + "ĠHun", + "g" + ], + [ + "ĠHu", + "ng" + ], + [ + "Ġl", + "ocate" + ], + [ + "Ġloc", + "ate" + ], + [ + "Ġ", + "enters" + ], + [ + "Ġen", + "ters" + ], + [ + "Ġent", + "ers" + ], + [ + "Ġenter", + "s" + ], + [ + "i", + "gs" + ], + [ + "ig", + "s" + ], + [ + "Ġrec", + "overed" + ], + [ + "Ġrecover", + "ed" + ], + [ + "Ġpro", + "jected" + ], + [ + "Ġproject", + "ed" + ], + [ + "Ġcl", + "usters" + ], + [ + "Ġclust", + "ers" + ], + [ + "Ġcluster", + "s" + ], + [ + "Ġpractition", + "ers" + ], + [ + "Ġpractitioner", + "s" + ], + [ + "Ġ", + "Give" + ], + [ + "ĠG", + "ive" + ], + [ + "ĠGi", + "ve" + ], + [ + "Ġfrequ", + "encies" + ], + [ + "Ġgraph", + "ics" + ], + [ + "Ġgraphic", + "s" + ], + [ + "Ġign", + "ored" + ], + [ + "Ġignore", + "d" + ], + [ + "Ġignor", + "ed" + ], + [ + "Ġ", + "Arabic" + ], + [ + "ĠA", + "rabic" + ], + [ + "ĠAr", + "abic" + ], + [ + "ĠArab", + "ic" + ], + [ + "ĠAra", + "bic" + ], + [ + "Ġsym", + "met" + ], + [ + "Ġ", + "Bol" + ], + [ + "ĠB", + "ol" + ], + [ + "ĠBo", + "l" + ], + [ + "Ġenvironment", + "ally" + ], + [ + "Ġenvironmental", + "ly" + ], + [ + "app", + "ropriate" + ], + [ + "appropri", + "ate" + ], + [ + "u", + "ction" + ], + [ + "uc", + "tion" + ], + [ + "uct", + "ion" + ], + [ + "Ġunder", + "go" + ], + [ + "Ġunderg", + "o" + ], + [ + "Ġs", + "yll" + ], + [ + "Ġsy", + "ll" + ], + [ + "Ġcirc", + "uits" + ], + [ + "Ġcircuit", + "s" + ], + [ + "Ġ", + "wax" + ], + [ + "Ġw", + "ax" + ], + [ + "Ġwa", + "x" + ], + [ + "Ġgen", + "uine" + ], + [ + "Ġf", + "ounding" + ], + [ + "Ġfound", + "ing" + ], + [ + "Ġfo", + "unding" + ], + [ + "o", + "technology" + ], + [ + "ote", + "chnology" + ], + [ + "otechn", + "ology" + ], + [ + "-", + "te" + ], + [ + "-t", + "e" + ], + [ + "A", + "v" + ], + [ + "Ġm", + "ul" + ], + [ + "Ġmu", + "l" + ], + [ + "ced", + "ented" + ], + [ + "Ġ", + "Protest" + ], + [ + "ĠPro", + "test" + ], + [ + "ĠProt", + "est" + ], + [ + "ĠProte", + "st" + ], + [ + "o", + "in" + ], + [ + "oi", + "n" + ], + [ + "Ġ", + "Sep" + ], + [ + "ĠS", + "ep" + ], + [ + "ĠSe", + "p" + ], + [ + "Ġ", + "cong" + ], + [ + "Ġc", + "ong" + ], + [ + "Ġcon", + "g" + ], + [ + "Ġco", + "ng" + ], + [ + "r", + "ades" + ], + [ + "ra", + "des" + ], + [ + "rad", + "es" + ], + [ + "rade", + "s" + ], + [ + "ar", + "ding" + ], + [ + "ard", + "ing" + ], + [ + "ardi", + "ng" + ], + [ + "ardin", + "g" + ], + [ + "p", + "y" + ], + [ + "Ġd", + "atas" + ], + [ + "Ġdata", + "s" + ], + [ + "Ġdat", + "as" + ], + [ + "Ġda", + "tas" + ], + [ + "com", + "fort" + ], + [ + "ĠHol", + "ocaust" + ], + [ + "h", + "as" + ], + [ + "ha", + "s" + ], + [ + "Ġ", + "Taylor" + ], + [ + "ĠT", + "aylor" + ], + [ + "ĠTay", + "lor" + ], + [ + "r", + "ubs" + ], + [ + "ru", + "bs" + ], + [ + "rub", + "s" + ], + [ + "Ġr", + "uling" + ], + [ + "Ġrul", + "ing" + ], + [ + "Ġru", + "ling" + ], + [ + "Ġgr", + "ocer" + ], + [ + "Ġgro", + "cer" + ], + [ + "Ġdef", + "eat" + ], + [ + "Ġdefe", + "at" + ], + [ + "ĠPhilipp", + "ines" + ], + [ + "ĠPhilippine", + "s" + ], + [ + "M", + "E" + ], + [ + "a", + "days" + ], + [ + "ad", + "ays" + ], + [ + "ada", + "ys" + ], + [ + "aday", + "s" + ], + [ + "Ġdi", + "stress" + ], + [ + "Ġdist", + "ress" + ], + [ + "Ġ", + "cyt" + ], + [ + "Ġc", + "yt" + ], + [ + "Ġcy", + "t" + ], + [ + "Ġ", + "Nevertheless" + ], + [ + "ĠNever", + "theless" + ], + [ + "Ġshort", + "ly" + ], + [ + "E", + "SS" + ], + [ + "ES", + "S" + ], + [ + "Ġfar", + "mer" + ], + [ + "Ġfarm", + "er" + ], + [ + "Ġc", + "ategor" + ], + [ + "Ġcateg", + "or" + ], + [ + "Ġcate", + "gor" + ], + [ + "Ġ", + "ore" + ], + [ + "Ġo", + "re" + ], + [ + "Ġor", + "e" + ], + [ + "Ġ", + "FA" + ], + [ + "ĠF", + "A" + ], + [ + "i", + "ki" + ], + [ + "ik", + "i" + ], + [ + "Ġattempt", + "ing" + ], + [ + "Ġfoot", + "print" + ], + [ + "Ġbel", + "onging" + ], + [ + "Ġbelong", + "ing" + ], + [ + "Ġf", + "eat" + ], + [ + "Ġfe", + "at" + ], + [ + "ĠCor", + "ps" + ], + [ + "ĠCorp", + "s" + ], + [ + "n", + "on" + ], + [ + "no", + "n" + ], + [ + "Ġ", + "trap" + ], + [ + "Ġt", + "rap" + ], + [ + "Ġtra", + "p" + ], + [ + "Ġtr", + "ap" + ], + [ + "Ġd", + "atabases" + ], + [ + "Ġdatab", + "ases" + ], + [ + "Ġdatabase", + "s" + ], + [ + "a", + "ppy" + ], + [ + "ap", + "py" + ], + [ + "app", + "y" + ], + [ + "am", + "mad" + ], + [ + "amm", + "ad" + ], + [ + "amma", + "d" + ], + [ + "Ġenthus", + "i" + ], + [ + "Ġenth", + "usi" + ], + [ + "Ġsm", + "ok" + ], + [ + "Ġsmo", + "k" + ], + [ + "f", + "ather" + ], + [ + "fa", + "ther" + ], + [ + "fat", + "her" + ], + [ + "Ġ", + "sequences" + ], + [ + "Ġsequ", + "ences" + ], + [ + "Ġsequence", + "s" + ], + [ + "Ġ", + "Cra" + ], + [ + "ĠC", + "ra" + ], + [ + "ĠCr", + "a" + ], + [ + "Ġ", + "Guid" + ], + [ + "ĠG", + "uid" + ], + [ + "ĠGu", + "id" + ], + [ + "ĠRo", + "osevelt" + ], + [ + "Ġ", + "Duke" + ], + [ + "ĠD", + "uke" + ], + [ + "ĠDu", + "ke" + ], + [ + "Ġwor", + "ried" + ], + [ + "Ġs", + "inging" + ], + [ + "Ġsing", + "ing" + ], + [ + "Ġsin", + "ging" + ], + [ + "Ġtrans", + "parent" + ], + [ + "Ġtransp", + "arent" + ], + [ + "il", + "ton" + ], + [ + "ilt", + "on" + ], + [ + "iz", + "ational" + ], + [ + "ization", + "al" + ], + [ + "Ġc", + "rash" + ], + [ + "Ġcr", + "ash" + ], + [ + "Ġcra", + "sh" + ], + [ + "mon", + "ary" + ], + [ + "Ġv", + "oices" + ], + [ + "Ġvo", + "ices" + ], + [ + "Ġvoice", + "s" + ], + [ + "Ġvoic", + "es" + ], + [ + "Ġad", + "vised" + ], + [ + "Ġadv", + "ised" + ], + [ + "Ġadvis", + "ed" + ], + [ + "Ġadvise", + "d" + ], + [ + "Ġphys", + "iological" + ], + [ + "Ġphysi", + "ological" + ], + [ + "Ġphysiologic", + "al" + ], + [ + "Ġvolunt", + "eer" + ], + [ + "ĠGerm", + "ans" + ], + [ + "ĠGerman", + "s" + ], + [ + "ĠGer", + "mans" + ], + [ + "Ġneur", + "ological" + ], + [ + "Ġneu", + "rological" + ], + [ + "Ġneurolog", + "ical" + ], + [ + "Ġneurologic", + "al" + ], + [ + "on", + "tin" + ], + [ + "ont", + "in" + ], + [ + "Ġ", + "chron" + ], + [ + "Ġch", + "ron" + ], + [ + "Ġcomprehens", + "ion" + ], + [ + "form", + "ing" + ], + [ + "for", + "ming" + ], + [ + "formin", + "g" + ], + [ + "Ġ", + "Six" + ], + [ + "ĠS", + "ix" + ], + [ + "ĠSi", + "x" + ], + [ + "ap", + "ore" + ], + [ + "apor", + "e" + ], + [ + "apo", + "re" + ], + [ + "Ġbel", + "ongs" + ], + [ + "Ġbelong", + "s" + ], + [ + "Ġ", + "Iowa" + ], + [ + "ĠI", + "owa" + ], + [ + "ĠIo", + "wa" + ], + [ + "Ġrel", + "igions" + ], + [ + "Ġrelig", + "ions" + ], + [ + "Ġreligion", + "s" + ], + [ + ".", + ")," + ], + [ + ".)", + "," + ], + [ + "Ġrevolution", + "ary" + ], + [ + "Ġas", + "pir" + ], + [ + "Ġasp", + "ir" + ], + [ + "v", + "ity" + ], + [ + "vi", + "ty" + ], + [ + "vit", + "y" + ], + [ + "Ġra", + "ises" + ], + [ + "Ġraise", + "s" + ], + [ + "Ġrais", + "es" + ], + [ + "!", + "âĢĿ" + ], + [ + "Ġbreak", + "fast" + ], + [ + "Ġcont", + "rary" + ], + [ + "Ġcontra", + "ry" + ], + [ + "Ġm", + "ovies" + ], + [ + "Ġmov", + "ies" + ], + [ + "Ġmovie", + "s" + ], + [ + "gra", + "duate" + ], + [ + "gradu", + "ate" + ], + [ + "Ġ", + "Account" + ], + [ + "ĠAc", + "count" + ], + [ + "ĠAcc", + "ount" + ], + [ + "Ġm", + "ixing" + ], + [ + "Ġmix", + "ing" + ], + [ + "Ġmi", + "xing" + ], + [ + "Ġen", + "act" + ], + [ + "Ġper", + "ipher" + ], + [ + "Ġperi", + "pher" + ], + [ + "Ġbreast", + "f" + ], + [ + "Ġfra", + "ud" + ], + [ + "Ġfr", + "aud" + ], + [ + "ing", + "ton" + ], + [ + "Ex", + "pl" + ], + [ + "Exp", + "l" + ], + [ + "ĠLouis", + "iana" + ], + [ + "Ġo", + "mega" + ], + [ + "Ġom", + "ega" + ], + [ + "Ġome", + "ga" + ], + [ + "Ġ", + "hypertension" + ], + [ + "Ġhyper", + "tension" + ], + [ + "Ġhypert", + "ension" + ], + [ + "i", + "ating" + ], + [ + "ia", + "ting" + ], + [ + "iat", + "ing" + ], + [ + "ut", + "ter" + ], + [ + "utt", + "er" + ], + [ + "Ġfra", + "gment" + ], + [ + "Ġfrag", + "ment" + ], + [ + "Ġ", + "Making" + ], + [ + "ĠM", + "aking" + ], + [ + "ĠMa", + "king" + ], + [ + "ĠMak", + "ing" + ], + [ + "Ġres", + "erve" + ], + [ + "Ġreserv", + "e" + ], + [ + "Ġprom", + "oted" + ], + [ + "Ġpromot", + "ed" + ], + [ + "Ġpromote", + "d" + ], + [ + "Ġbrill", + "iant" + ], + [ + "Ġ", + "bay" + ], + [ + "Ġb", + "ay" + ], + [ + "Ġba", + "y" + ], + [ + "et", + "ween" + ], + [ + "Ġ", + "Grant" + ], + [ + "ĠG", + "rant" + ], + [ + "ĠGra", + "nt" + ], + [ + "ĠGr", + "ant" + ], + [ + "ĠGran", + "t" + ], + [ + "Ġ", + "Opt" + ], + [ + "ĠO", + "pt" + ], + [ + "ĠOp", + "t" + ], + [ + "Ġ", + "HTML" + ], + [ + "ĠHT", + "ML" + ], + [ + "Ġhepat", + "itis" + ], + [ + "Ġhep", + "atitis" + ], + [ + "a", + "lling" + ], + [ + "al", + "ling" + ], + [ + "all", + "ing" + ], + [ + "alli", + "ng" + ], + [ + "Ġ", + "Flu" + ], + [ + "ĠF", + "lu" + ], + [ + "ĠFl", + "u" + ], + [ + "Ġcomp", + "leting" + ], + [ + "Ġcomple", + "ting" + ], + [ + "Ġcompl", + "eting" + ], + [ + "Ġ", + "Psychology" + ], + [ + "ĠPsych", + "ology" + ], + [ + "F", + "A" + ], + [ + "S", + "ometimes" + ], + [ + "Some", + "times" + ], + [ + "ic", + "iency" + ], + [ + "ici", + "ency" + ], + [ + "Ġ", + "Ak" + ], + [ + "ĠA", + "k" + ], + [ + "Ġ", + "static" + ], + [ + "Ġst", + "atic" + ], + [ + "Ġstat", + "ic" + ], + [ + "Ġsta", + "tic" + ], + [ + "Ġ", + "icon" + ], + [ + "Ġi", + "con" + ], + [ + "Ġic", + "on" + ], + [ + "Ġ", + "shadow" + ], + [ + "Ġsh", + "adow" + ], + [ + "Ġshad", + "ow" + ], + [ + "Ġge", + "ographical" + ], + [ + "Ġgeographic", + "al" + ], + [ + "/", + "her" + ], + [ + "/h", + "er" + ], + [ + "/he", + "r" + ], + [ + "a", + "ug" + ], + [ + "au", + "g" + ], + [ + "Ġun", + "ited" + ], + [ + "Ġunit", + "ed" + ], + [ + "Ġunite", + "d" + ], + [ + "Ġed", + "iting" + ], + [ + "Ġedit", + "ing" + ], + [ + "Ġ", + "Mos" + ], + [ + "ĠM", + "os" + ], + [ + "ĠMo", + "s" + ], + [ + "\"", + "It" + ], + [ + "\"I", + "t" + ], + [ + "Ġ", + "ought" + ], + [ + "Ġo", + "ught" + ], + [ + "Ġc", + "ups" + ], + [ + "Ġcup", + "s" + ], + [ + "Ġcu", + "ps" + ], + [ + "Ġwh", + "ale" + ], + [ + "l", + "ux" + ], + [ + "lu", + "x" + ], + [ + "Ġ", + "aster" + ], + [ + "Ġa", + "ster" + ], + [ + "Ġas", + "ter" + ], + [ + "Ġast", + "er" + ], + [ + "Ġful", + "fill" + ], + [ + "Ġfulf", + "ill" + ], + [ + "Ġfulfil", + "l" + ], + [ + "a", + "ft" + ], + [ + "af", + "t" + ], + [ + "Ġass", + "umption" + ], + [ + "Ġassum", + "ption" + ], + [ + "Ġ", + "hind" + ], + [ + "Ġh", + "ind" + ], + [ + "Ġhi", + "nd" + ], + [ + "Ġ", + "Win" + ], + [ + "ĠW", + "in" + ], + [ + "ĠWi", + "n" + ], + [ + "o", + "gl" + ], + [ + "og", + "l" + ], + [ + "Ġnav", + "igate" + ], + [ + "Ġnavig", + "ate" + ], + [ + "C", + "ommon" + ], + [ + "Com", + "mon" + ], + [ + "Comm", + "on" + ], + [ + "Ġcons", + "ervative" + ], + [ + "Ġconserv", + "ative" + ], + [ + "Ġc", + "oding" + ], + [ + "Ġco", + "ding" + ], + [ + "Ġcod", + "ing" + ], + [ + "Ġc", + "aring" + ], + [ + "Ġcar", + "ing" + ], + [ + "Ġca", + "ring" + ], + [ + "Ġpract", + "icing" + ], + [ + "r", + "oleum" + ], + [ + "role", + "um" + ], + [ + "Ġf", + "ails" + ], + [ + "Ġfail", + "s" + ], + [ + "Ġfa", + "ils" + ], + [ + "h", + "ell" + ], + [ + "he", + "ll" + ], + [ + "hel", + "l" + ], + [ + "Hist", + "ory" + ], + [ + "Histor", + "y" + ], + [ + "Hi", + "story" + ], + [ + "Ġint", + "roducing" + ], + [ + "Ġintrodu", + "cing" + ], + [ + "Ġ", + "folk" + ], + [ + "Ġf", + "olk" + ], + [ + "Ġfol", + "k" + ], + [ + "Ġph", + "armaceutical" + ], + [ + "Ġpharm", + "aceutical" + ], + [ + "Ġ", + "lean" + ], + [ + "Ġl", + "ean" + ], + [ + "Ġle", + "an" + ], + [ + "Ġinc", + "idents" + ], + [ + "Ġincident", + "s" + ], + [ + "Ġsuc", + "ceeded" + ], + [ + "Ġsucceed", + "ed" + ], + [ + "y", + "o" + ], + [ + "Ġmat", + "rix" + ], + [ + "Ġin", + "stitutional" + ], + [ + "Ġinstitution", + "al" + ], + [ + "ar", + "p" + ], + [ + "Ġbreak", + "down" + ], + [ + "Ġ", + "Carl" + ], + [ + "ĠCar", + "l" + ], + [ + "Ch", + "apter" + ], + [ + "Chap", + "ter" + ], + [ + "Ġ", + "Advanced" + ], + [ + "ĠAdv", + "anced" + ], + [ + "ĠAdvance", + "d" + ], + [ + "Ġ", + "Sac" + ], + [ + "ĠS", + "ac" + ], + [ + "ĠSa", + "c" + ], + [ + "ĠS", + "pe" + ], + [ + "ĠSp", + "e" + ], + [ + "Ġ", + "Period" + ], + [ + "ĠPer", + "iod" + ], + [ + "Ġy", + "oga" + ], + [ + "Ġyog", + "a" + ], + [ + "Ġyo", + "ga" + ], + [ + "w", + "eed" + ], + [ + "we", + "ed" + ], + [ + "Ġs", + "aturated" + ], + [ + "Ġsat", + "urated" + ], + [ + "Ġ", + "Os" + ], + [ + "ĠO", + "s" + ], + [ + ".", + "P" + ], + [ + "ar", + "ms" + ], + [ + "arm", + "s" + ], + [ + "ur", + "red" + ], + [ + "Ear", + "ly" + ], + [ + "D", + "own" + ], + [ + "Do", + "wn" + ], + [ + "Ġ", + "wed" + ], + [ + "Ġw", + "ed" + ], + [ + "Ġwe", + "d" + ], + [ + "Ġbl", + "ame" + ], + [ + "Ġres", + "pective" + ], + [ + "Ġresp", + "ective" + ], + [ + "Ġrespect", + "ive" + ], + [ + "Ġl", + "unar" + ], + [ + "Ġlun", + "ar" + ], + [ + "Ġc", + "aution" + ], + [ + "Ġca", + "ution" + ], + [ + "Ġcaut", + "ion" + ], + [ + "Ġaf", + "ternoon" + ], + [ + "Ġph", + "armac" + ], + [ + "Ġpharm", + "ac" + ], + [ + "Ġ", + "Pay" + ], + [ + "ĠP", + "ay" + ], + [ + "ĠPa", + "y" + ], + [ + "Ġde", + "scriptions" + ], + [ + "Ġdes", + "criptions" + ], + [ + "Ġdesc", + "riptions" + ], + [ + "Ġdescription", + "s" + ], + [ + "Ġdescript", + "ions" + ], + [ + "Ġ", + "mast" + ], + [ + "Ġm", + "ast" + ], + [ + "Ġma", + "st" + ], + [ + "Ġmas", + "t" + ], + [ + "e", + "water" + ], + [ + "ew", + "ater" + ], + [ + "ewa", + "ter" + ], + [ + "Ġ", + "verse" + ], + [ + "Ġver", + "se" + ], + [ + "Ġvers", + "e" + ], + [ + "a", + "ments" + ], + [ + "am", + "ents" + ], + [ + "ament", + "s" + ], + [ + "amen", + "ts" + ], + [ + "Ġun", + "pre" + ], + [ + "Ġunp", + "re" + ], + [ + "ĠHaw", + "aii" + ], + [ + "ĠHawai", + "i" + ], + [ + "Ġt", + "ender" + ], + [ + "Ġte", + "nder" + ], + [ + "Ġtend", + "er" + ], + [ + "Ġten", + "der" + ], + [ + "Ġ", + "Prime" + ], + [ + "ĠPr", + "ime" + ], + [ + "ĠPrim", + "e" + ], + [ + "ĠPri", + "me" + ], + [ + "Ġ", + "Hon" + ], + [ + "ĠH", + "on" + ], + [ + "ĠHo", + "n" + ], + [ + "la", + "ration" + ], + [ + "lar", + "ation" + ], + [ + "Ġ", + "PH" + ], + [ + "ĠP", + "H" + ], + [ + "Ġaut", + "omatic" + ], + [ + "Ġautom", + "atic" + ], + [ + "Ġauto", + "matic" + ], + [ + "Ġth", + "umb" + ], + [ + "Ġn", + "ausea" + ], + [ + "Ġnause", + "a" + ], + [ + "Ġ", + "LG" + ], + [ + "ĠL", + "G" + ], + [ + "Ġper", + "mitted" + ], + [ + "Ġperm", + "itted" + ], + [ + "Ġpermit", + "ted" + ], + [ + "Ġm", + "utation" + ], + [ + "Ġmut", + "ation" + ], + [ + "Ġw", + "inning" + ], + [ + "Ġwin", + "ning" + ], + [ + "V", + "iew" + ], + [ + "Vi", + "ew" + ], + [ + "o", + "chemical" + ], + [ + "oc", + "hemical" + ], + [ + "ochem", + "ical" + ], + [ + "Ġad", + "mitted" + ], + [ + "Ġadm", + "itted" + ], + [ + "Ġadmit", + "ted" + ], + [ + "Ġdiscipl", + "ines" + ], + [ + "Ġdiscipline", + "s" + ], + [ + "Ġ", + "Lind" + ], + [ + "ĠL", + "ind" + ], + [ + "ĠLin", + "d" + ], + [ + "ĠLi", + "nd" + ], + [ + "Ġan", + "alog" + ], + [ + "Ġanal", + "og" + ], + [ + "Ġana", + "log" + ], + [ + "Ġ", + "loads" + ], + [ + "Ġlo", + "ads" + ], + [ + "Ġload", + "s" + ], + [ + "e", + "roids" + ], + [ + "er", + "oids" + ], + [ + "ero", + "ids" + ], + [ + "Ġmonit", + "ored" + ], + [ + "Ġmonitor", + "ed" + ], + [ + "Ù", + "Ħ" + ], + [ + "Ġdream", + "s" + ], + [ + "Ġdre", + "ams" + ], + [ + "e", + "land" + ], + [ + "el", + "and" + ], + [ + "ela", + "nd" + ], + [ + "elan", + "d" + ], + [ + "ol", + "ly" + ], + [ + "oll", + "y" + ], + [ + "Ġ", + "lets" + ], + [ + "Ġl", + "ets" + ], + [ + "Ġle", + "ts" + ], + [ + "Ġlet", + "s" + ], + [ + "er", + "ves" + ], + [ + "erv", + "es" + ], + [ + "erve", + "s" + ], + [ + "Ġs", + "lower" + ], + [ + "Ġsl", + "ower" + ], + [ + "Ġslow", + "er" + ], + [ + "Ġ", + "Bow" + ], + [ + "ĠB", + "ow" + ], + [ + "ĠBo", + "w" + ], + [ + "-", + "O" + ], + [ + "Ġ", + "ly" + ], + [ + "Ġl", + "y" + ], + [ + "Ġ", + "Body" + ], + [ + "ĠB", + "ody" + ], + [ + "ĠBo", + "dy" + ], + [ + "ĠBod", + "y" + ], + [ + "r", + "up" + ], + [ + "ru", + "p" + ], + [ + "Ġ", + "guns" + ], + [ + "Ġg", + "uns" + ], + [ + "Ġgu", + "ns" + ], + [ + "Ġgun", + "s" + ], + [ + "Ġ", + "NS" + ], + [ + "ĠN", + "S" + ], + [ + "Ġm", + "ush" + ], + [ + "Ġmus", + "h" + ], + [ + "Ġmu", + "sh" + ], + [ + ".", + "N" + ], + [ + "Ġex", + "ams" + ], + [ + "Ġexam", + "s" + ], + [ + "Ġpred", + "ictions" + ], + [ + "Ġpredict", + "ions" + ], + [ + "Ġprediction", + "s" + ], + [ + "ang", + "ular" + ], + [ + "angu", + "lar" + ], + [ + "Ġ", + "Chile" + ], + [ + "ĠCh", + "ile" + ], + [ + "ĠChi", + "le" + ], + [ + "ĠChil", + "e" + ], + [ + "Ġ", + "Show" + ], + [ + "ĠS", + "how" + ], + [ + "ĠSh", + "ow" + ], + [ + "ĠSho", + "w" + ], + [ + "Ġcas", + "ual" + ], + [ + "Ġd", + "etermination" + ], + [ + "Ġde", + "termination" + ], + [ + "Ġdeterm", + "ination" + ], + [ + "Ġdetermin", + "ation" + ], + [ + "Ġdeter", + "mination" + ], + [ + "ĠAm", + "endment" + ], + [ + "s", + "hore" + ], + [ + "sh", + "ore" + ], + [ + "Ġ", + "duct" + ], + [ + "Ġd", + "uct" + ], + [ + "Ġdu", + "ct" + ], + [ + "Ġduc", + "t" + ], + [ + "Ġpath", + "way" + ], + [ + "Ġt", + "rips" + ], + [ + "Ġtr", + "ips" + ], + [ + "Ġtri", + "ps" + ], + [ + "Ġtrip", + "s" + ], + [ + "Ġ", + "ions" + ], + [ + "Ġi", + "ons" + ], + [ + "Ġion", + "s" + ], + [ + "Ġio", + "ns" + ], + [ + "/", + "Ċ" + ], + [ + "och", + "ond" + ], + [ + "ĠAfghan", + "istan" + ], + [ + "Ġ", + "abd" + ], + [ + "Ġab", + "d" + ], + [ + "o", + "ths" + ], + [ + "ot", + "hs" + ], + [ + "oth", + "s" + ], + [ + "or", + "b" + ], + [ + "Ġ", + "Marc" + ], + [ + "ĠM", + "arc" + ], + [ + "ĠMar", + "c" + ], + [ + "ĠMa", + "rc" + ], + [ + "C", + "opyright" + ], + [ + "Copy", + "right" + ], + [ + "o", + "en" + ], + [ + "oe", + "n" + ], + [ + "Ġgovern", + "ance" + ], + [ + "Ġgover", + "nance" + ], + [ + "Ġaff", + "il" + ], + [ + "Ġaf", + "fil" + ], + [ + "Ġ", + "magic" + ], + [ + "Ġm", + "agic" + ], + [ + "Ġma", + "gic" + ], + [ + "Ġmag", + "ic" + ], + [ + "Ġl", + "enses" + ], + [ + "Ġlens", + "es" + ], + [ + "Ġlen", + "ses" + ], + [ + "âĢľ", + "This" + ], + [ + "âĢľT", + "his" + ], + [ + "Ġm", + "elan" + ], + [ + "Ġme", + "lan" + ], + [ + "Ġmel", + "an" + ], + [ + "Ġlib", + "erty" + ], + [ + "Ġliber", + "ty" + ], + [ + "Ġlibert", + "y" + ], + [ + "e", + "theless" + ], + [ + "eth", + "eless" + ], + [ + "ethe", + "less" + ], + [ + "Ġdo", + "zen" + ], + [ + "Ġ", + "Deep" + ], + [ + "ĠDe", + "ep" + ], + [ + "ĠDee", + "p" + ], + [ + "Ġseem", + "ingly" + ], + [ + "Ġseeming", + "ly" + ], + [ + "Ġcomp", + "ete" + ], + [ + "Ġcompet", + "e" + ], + [ + "Ġquant", + "itative" + ], + [ + "Ġd", + "ign" + ], + [ + "Ġdi", + "gn" + ], + [ + "Ġdig", + "n" + ], + [ + "Ġterm", + "inal" + ], + [ + "Ġtermin", + "al" + ], + [ + "i", + "asis" + ], + [ + "ia", + "sis" + ], + [ + "ias", + "is" + ], + [ + "Ġ", + "Ce" + ], + [ + "ĠC", + "e" + ], + [ + "Ġv", + "ocal" + ], + [ + "Ġvo", + "cal" + ], + [ + "Ġvoc", + "al" + ], + [ + "Ġimp", + "acted" + ], + [ + "Ġimpact", + "ed" + ], + [ + "Ġdec", + "reasing" + ], + [ + "Ġdecre", + "asing" + ], + [ + ".", + "||" + ], + [ + ".|", + "|" + ], + [ + "Ġn", + "ecessity" + ], + [ + "Ġnecess", + "ity" + ], + [ + "Ġpress", + "ures" + ], + [ + "Ġpressure", + "s" + ], + [ + "Ġpressur", + "es" + ], + [ + "Ġmethod", + "ology" + ], + [ + "Ġp", + "ound" + ], + [ + "Ġpo", + "und" + ], + [ + "Ġpou", + "nd" + ], + [ + "o", + "ping" + ], + [ + "op", + "ing" + ], + [ + "opin", + "g" + ], + [ + "igh", + "ters" + ], + [ + "ight", + "ers" + ], + [ + "ighter", + "s" + ], + [ + "Ġse", + "arc" + ], + [ + "Ġsea", + "rc" + ], + [ + "Ġc", + "ounts" + ], + [ + "Ġco", + "unts" + ], + [ + "Ġcount", + "s" + ], + [ + "Ġcoun", + "ts" + ], + [ + "Ġ", + "ok" + ], + [ + "Ġo", + "k" + ], + [ + "Ġdef", + "ining" + ], + [ + "Ġdefin", + "ing" + ], + [ + "Ġ", + "bold" + ], + [ + "Ġb", + "old" + ], + [ + "Ġbo", + "ld" + ], + [ + "Ġbol", + "d" + ], + [ + "Ġ", + "grave" + ], + [ + "Ġgra", + "ve" + ], + [ + "Ġgr", + "ave" + ], + [ + "Ġgrav", + "e" + ], + [ + "-", + "def" + ], + [ + "-d", + "ef" + ], + [ + "-de", + "f" + ], + [ + "Ġk", + "ings" + ], + [ + "Ġking", + "s" + ], + [ + "Ġkin", + "gs" + ], + [ + "i", + "otics" + ], + [ + "io", + "tics" + ], + [ + "iot", + "ics" + ], + [ + "iotic", + "s" + ], + [ + "Ġ", + "Bad" + ], + [ + "ĠB", + "ad" + ], + [ + "ĠBa", + "d" + ], + [ + "Ġ", + "licensed" + ], + [ + "Ġlic", + "ensed" + ], + [ + "Ġlicense", + "d" + ], + [ + "Ġm", + "elt" + ], + [ + "Ġme", + "lt" + ], + [ + "Ġmel", + "t" + ], + [ + "Ġ", + "Copyright" + ], + [ + "ĠC", + "opyright" + ], + [ + "ĠCopy", + "right" + ], + [ + "ff", + "iciency" + ], + [ + "ffic", + "iency" + ], + [ + "-", + "mon" + ], + [ + "-m", + "on" + ], + [ + "ĠSy", + "ria" + ], + [ + "i", + "bration" + ], + [ + "ib", + "ration" + ], + [ + "ibr", + "ation" + ], + [ + "Ġenter", + "prise" + ], + [ + "a", + "tab" + ], + [ + "at", + "ab" + ], + [ + "ata", + "b" + ], + [ + "i", + "media" + ], + [ + "im", + "edia" + ], + [ + "ime", + "dia" + ], + [ + "imed", + "ia" + ], + [ + "ĠAl", + "abama" + ], + [ + "Ġ", + "Jean" + ], + [ + "ĠJ", + "ean" + ], + [ + "ĠJe", + "an" + ], + [ + "W", + "orld" + ], + [ + "i", + "cked" + ], + [ + "ic", + "ked" + ], + [ + "ick", + "ed" + ], + [ + "icke", + "d" + ], + [ + "Ġnav", + "igation" + ], + [ + "Ġnavig", + "ation" + ], + [ + "Ġf", + "ifty" + ], + [ + "Ġfif", + "ty" + ], + [ + "Ġfi", + "fty" + ], + [ + "s", + "ome" + ], + [ + "so", + "me" + ], + [ + "l", + "em" + ], + [ + "le", + "m" + ], + [ + "Ġ", + "Bir" + ], + [ + "ĠB", + "ir" + ], + [ + "ĠBi", + "r" + ], + [ + "Ġland", + "scapes" + ], + [ + "Ġlandsc", + "apes" + ], + [ + "Ġlandscape", + "s" + ], + [ + "E", + "V" + ], + [ + "Ġ", + "Things" + ], + [ + "ĠTh", + "ings" + ], + [ + "ĠThing", + "s" + ], + [ + "ĠThin", + "gs" + ], + [ + "Ġex", + "pend" + ], + [ + "Ġexp", + "end" + ], + [ + "e", + "xts" + ], + [ + "ex", + "ts" + ], + [ + "ext", + "s" + ], + [ + "g", + "ic" + ], + [ + "gi", + "c" + ], + [ + "Ġ", + "carp" + ], + [ + "Ġc", + "arp" + ], + [ + "Ġcar", + "p" + ], + [ + "Ġschedule", + "d" + ], + [ + "Ġsched", + "uled" + ], + [ + "Ġ", + "Materials" + ], + [ + "ĠM", + "aterials" + ], + [ + "ĠMaterial", + "s" + ], + [ + "ĠMater", + "ials" + ], + [ + "Ġ", + "Educational" + ], + [ + "ĠEduc", + "ational" + ], + [ + "ĠEducation", + "al" + ], + [ + "Ġconc", + "lude" + ], + [ + "Ġconclud", + "e" + ], + [ + "Ġ", + "Magn" + ], + [ + "ĠM", + "agn" + ], + [ + "ĠMa", + "gn" + ], + [ + "ĠMag", + "n" + ], + [ + "Ġcomb", + "ining" + ], + [ + "C", + "har" + ], + [ + "Ch", + "ar" + ], + [ + "Ġ", + "Kim" + ], + [ + "ĠK", + "im" + ], + [ + "ĠKi", + "m" + ], + [ + "Ġco", + "ating" + ], + [ + "Ġcoat", + "ing" + ], + [ + "Ġp", + "ix" + ], + [ + "Ġpi", + "x" + ], + [ + "ig", + "ration" + ], + [ + "Ġent", + "ity" + ], + [ + "Ġentit", + "y" + ], + [ + "Ġge", + "ometry" + ], + [ + "Ġgeomet", + "ry" + ], + [ + "Ġgeo", + "metry" + ], + [ + "Ġgeom", + "etry" + ], + [ + "Ġsu", + "ited" + ], + [ + "Ġsuit", + "ed" + ], + [ + "Ġsuite", + "d" + ], + [ + "Ġmod", + "ify" + ], + [ + "Ġcor", + "ros" + ], + [ + "Ġcorro", + "s" + ], + [ + "Ġ", + "Urban" + ], + [ + "ĠUr", + "ban" + ], + [ + "Ġunpre", + "cedented" + ], + [ + "E", + "l" + ], + [ + "Ġs", + "ho" + ], + [ + "Ġsh", + "o" + ], + [ + "ĠBudd", + "h" + ], + [ + "ĠBud", + "dh" + ], + [ + "Ġw", + "ool" + ], + [ + "Ġwoo", + "l" + ], + [ + "Ġwo", + "ol" + ], + [ + "Ġ", + "Cook" + ], + [ + "ĠC", + "ook" + ], + [ + "ĠCo", + "ok" + ], + [ + "Ġ", + "firstname" + ], + [ + "Ġfirst", + "name" + ], + [ + "Ġepis", + "ode" + ], + [ + ".", + ")." + ], + [ + ".)", + "." + ], + [ + "Ġ", + "Astron" + ], + [ + "ĠAst", + "ron" + ], + [ + "Ġ", + "Py" + ], + [ + "ĠP", + "y" + ], + [ + "Ġgen", + "erator" + ], + [ + "Ġgener", + "ator" + ], + [ + "Ġgene", + "rator" + ], + [ + "Ġgenera", + "tor" + ], + [ + "ĠRepublic", + "an" + ], + [ + "Ġ", + "charts" + ], + [ + "Ġch", + "arts" + ], + [ + "Ġchar", + "ts" + ], + [ + "Ġchart", + "s" + ], + [ + "M", + "C" + ], + [ + "Ġp", + "ulse" + ], + [ + "Ġpul", + "se" + ], + [ + "Ġpuls", + "e" + ], + [ + "Lear", + "ning" + ], + [ + "Le", + "arning" + ], + [ + "Learn", + "ing" + ], + [ + "e", + "sign" + ], + [ + "es", + "ign" + ], + [ + "esi", + "gn" + ], + [ + "i", + "cul" + ], + [ + "ic", + "ul" + ], + [ + "a", + "und" + ], + [ + "au", + "nd" + ], + [ + "Ġpro", + "visions" + ], + [ + "Ġprov", + "isions" + ], + [ + "Ġprovision", + "s" + ], + [ + "Ġ", + "PA" + ], + [ + "ĠP", + "A" + ], + [ + "Ġpract", + "iced" + ], + [ + "Ġpractice", + "d" + ], + [ + "Ġ", + "alb" + ], + [ + "Ġa", + "lb" + ], + [ + "Ġal", + "b" + ], + [ + "Ġbat", + "tles" + ], + [ + "Ġbattle", + "s" + ], + [ + "Ġbatt", + "les" + ], + [ + "-", + "one" + ], + [ + "-on", + "e" + ], + [ + "-o", + "ne" + ], + [ + "Ġ", + "Ty" + ], + [ + "ĠT", + "y" + ], + [ + "Ġt", + "raged" + ], + [ + "Ġtra", + "ged" + ], + [ + "Ġtr", + "aged" + ], + [ + "Ġhe", + "arts" + ], + [ + "Ġheart", + "s" + ], + [ + "Ġhear", + "ts" + ], + [ + "Ġpres", + "enting" + ], + [ + "Ġpresent", + "ing" + ], + [ + "Ġ", + "Marg" + ], + [ + "ĠM", + "arg" + ], + [ + "ĠMar", + "g" + ], + [ + "Ġtalk", + "ed" + ], + [ + "Ġtal", + "ked" + ], + [ + "Ġearth", + "quakes" + ], + [ + "Ġearthqu", + "akes" + ], + [ + "Ġearthquake", + "s" + ], + [ + "id", + "th" + ], + [ + "Ġ", + "Jane" + ], + [ + "ĠJ", + "ane" + ], + [ + "ĠJan", + "e" + ], + [ + "ĠJa", + "ne" + ], + [ + "Ġb", + "asin" + ], + [ + "Ġbas", + "in" + ], + [ + "Ġba", + "sin" + ], + [ + "T", + "able" + ], + [ + "Ta", + "ble" + ], + [ + "he", + "el" + ], + [ + "hee", + "l" + ], + [ + "Ġ", + "Team" + ], + [ + "ĠTe", + "am" + ], + [ + "ĠTea", + "m" + ], + [ + "ĠSy", + "ndrome" + ], + [ + "ĠSynd", + "rome" + ], + [ + "Ġb", + "iof" + ], + [ + "Ġbi", + "of" + ], + [ + "Ġbio", + "f" + ], + [ + "Ġ", + "intestinal" + ], + [ + "Ġint", + "estinal" + ], + [ + "Ġintest", + "inal" + ], + [ + "M", + "R" + ], + [ + "Ġp", + "igs" + ], + [ + "Ġpi", + "gs" + ], + [ + "Ġpig", + "s" + ], + [ + "Ġ", + "cro" + ], + [ + "Ġc", + "ro" + ], + [ + "Ġcr", + "o" + ], + [ + "Ġperson", + "ally" + ], + [ + "Ġpersonal", + "ly" + ], + [ + "Ġg", + "rants" + ], + [ + "Ġgr", + "ants" + ], + [ + "Ġgrant", + "s" + ], + [ + "Ġgran", + "ts" + ], + [ + "Ġc", + "ows" + ], + [ + "Ġco", + "ws" + ], + [ + "Ġcow", + "s" + ], + [ + "Ġb", + "ats" + ], + [ + "Ġbat", + "s" + ], + [ + "Ġba", + "ts" + ], + [ + "Ġas", + "set" + ], + [ + "Ġass", + "et" + ], + [ + "Ġasse", + "t" + ], + [ + "Ġ", + "cha" + ], + [ + "Ġc", + "ha" + ], + [ + "Ġch", + "a" + ], + [ + "Ġexp", + "ense" + ], + [ + "Ġal", + "kal" + ], + [ + "Ġalk", + "al" + ], + [ + "Ġ", + "Series" + ], + [ + "ĠS", + "eries" + ], + [ + "ĠSe", + "ries" + ], + [ + "ĠSer", + "ies" + ], + [ + "Ġun", + "clear" + ], + [ + "Ġunc", + "lear" + ], + [ + "Ġuncle", + "ar" + ], + [ + "Ġuncl", + "ear" + ], + [ + "Ġ", + "Cert" + ], + [ + "ĠC", + "ert" + ], + [ + "ĠCe", + "rt" + ], + [ + "ĠCer", + "t" + ], + [ + "Ġ", + "Ċ" + ], + [ + "Ġ", + "ink" + ], + [ + "Ġin", + "k" + ], + [ + "Ġtra", + "vels" + ], + [ + "Ġtravel", + "s" + ], + [ + "am", + "ous" + ], + [ + "amo", + "us" + ], + [ + "Ġp", + "riest" + ], + [ + "Ġpr", + "iest" + ], + [ + "Ġpries", + "t" + ], + [ + "Ġpri", + "est" + ], + [ + "Ġfound", + "ations" + ], + [ + "Ġfoundation", + "s" + ], + [ + "Ġcom", + "press" + ], + [ + "Ġcomp", + "ress" + ], + [ + "Ġsurviv", + "ors" + ], + [ + "Ġsurvivor", + "s" + ], + [ + "Ġinter", + "rupt" + ], + [ + "Ġn", + "ode" + ], + [ + "Ġno", + "de" + ], + [ + "Ġnod", + "e" + ], + [ + "Ġde", + "ple" + ], + [ + "Ġdep", + "le" + ], + [ + "Ġdepl", + "e" + ], + [ + "Ġma", + "cro" + ], + [ + "Ġmac", + "ro" + ], + [ + "Ġ", + "Has" + ], + [ + "ĠH", + "as" + ], + [ + "ĠHa", + "s" + ], + [ + "Ġ", + "Image" + ], + [ + "ĠIm", + "age" + ], + [ + "ĠImag", + "e" + ], + [ + "Ġ", + "Tax" + ], + [ + "ĠT", + "ax" + ], + [ + "ĠTa", + "x" + ], + [ + "Ġste", + "ep" + ], + [ + "Ġart", + "ifacts" + ], + [ + "Ġartif", + "acts" + ], + [ + "Ġartifact", + "s" + ], + [ + "Ġm", + "arch" + ], + [ + "Ġmar", + "ch" + ], + [ + "Ġmarc", + "h" + ], + [ + "Ġ", + "Ages" + ], + [ + "ĠA", + "ges" + ], + [ + "ĠAg", + "es" + ], + [ + "ĠAge", + "s" + ], + [ + "Ġbu", + "lbs" + ], + [ + "Ġbul", + "bs" + ], + [ + "Ġbulb", + "s" + ], + [ + "Ġ", + "AN" + ], + [ + "ĠA", + "N" + ], + [ + "Ġ", + "weed" + ], + [ + "Ġw", + "eed" + ], + [ + "Ġwe", + "ed" + ], + [ + "Ġwee", + "d" + ], + [ + "p", + "son" + ], + [ + "ps", + "on" + ], + [ + "Ġs", + "ensation" + ], + [ + "Ġsens", + "ation" + ], + [ + "Ġcalcul", + "ation" + ], + [ + "Ġcalc", + "ulation" + ], + [ + "l", + "ades" + ], + [ + "la", + "des" + ], + [ + "lad", + "es" + ], + [ + "Ġ", + "Front" + ], + [ + "ĠF", + "ront" + ], + [ + "ĠFr", + "ont" + ], + [ + "ĠFro", + "nt" + ], + [ + "o", + "por" + ], + [ + "op", + "or" + ], + [ + "opo", + "r" + ], + [ + "Ġt", + "empt" + ], + [ + "Ġtem", + "pt" + ], + [ + "Ġtemp", + "t" + ], + [ + "he", + "ets" + ], + [ + "heet", + "s" + ], + [ + "hee", + "ts" + ], + [ + "Ġ", + "Facts" + ], + [ + "ĠF", + "acts" + ], + [ + "ĠFact", + "s" + ], + [ + "ĠFac", + "ts" + ], + [ + "Ġen", + "emies" + ], + [ + "t", + "hey" + ], + [ + "th", + "ey" + ], + [ + "the", + "y" + ], + [ + "F", + "ig" + ], + [ + "Fi", + "g" + ], + [ + "Ġmod", + "ules" + ], + [ + "Ġmodule", + "s" + ], + [ + "Ġbe", + "half" + ], + [ + "Ġbeh", + "alf" + ], + [ + "Ġautom", + "ated" + ], + [ + "Ġautomate", + "d" + ], + [ + "Ġd", + "imension" + ], + [ + "Ġdimens", + "ion" + ], + [ + "Ġdim", + "ension" + ], + [ + "u", + "rally" + ], + [ + "ur", + "ally" + ], + [ + "ural", + "ly" + ], + [ + "Ġ", + "Opp" + ], + [ + "ĠO", + "pp" + ], + [ + "ĠOp", + "p" + ], + [ + "Ġt", + "ries" + ], + [ + "Ġtr", + "ies" + ], + [ + "Ġtri", + "es" + ], + [ + "Ġwaters", + "hed" + ], + [ + "ke", + "ley" + ], + [ + "kel", + "ey" + ], + [ + "u", + "cks" + ], + [ + "uc", + "ks" + ], + [ + "uck", + "s" + ], + [ + "Ġe", + "vac" + ], + [ + "Ġev", + "ac" + ], + [ + ".", + "B" + ], + [ + "u", + "i" + ], + [ + "Ġequ", + "ity" + ], + [ + "ĠM", + "emorial" + ], + [ + "ĠMem", + "orial" + ], + [ + "ĠMemor", + "ial" + ], + [ + "Ġre", + "lates" + ], + [ + "Ġrel", + "ates" + ], + [ + "Ġrelate", + "s" + ], + [ + "Ġrelat", + "es" + ], + [ + "Ġo", + "zone" + ], + [ + "Ġoz", + "one" + ], + [ + "ol", + "ith" + ], + [ + "oli", + "th" + ], + [ + "p", + "pers" + ], + [ + "pp", + "ers" + ], + [ + "pper", + "s" + ], + [ + "ppe", + "rs" + ], + [ + "Ġ", + "Game" + ], + [ + "ĠG", + "ame" + ], + [ + "ĠGa", + "me" + ], + [ + "ĠGam", + "e" + ], + [ + "Ġmis", + "sed" + ], + [ + "Ġmiss", + "ed" + ], + [ + "Ġsubstant", + "ially" + ], + [ + "Ġsubstantial", + "ly" + ], + [ + "Ġ", + "Mission" + ], + [ + "ĠM", + "ission" + ], + [ + "ĠMiss", + "ion" + ], + [ + "Ġ", + "GPS" + ], + [ + "ĠG", + "PS" + ], + [ + "ĠGP", + "S" + ], + [ + "w", + "hen" + ], + [ + "wh", + "en" + ], + [ + "Ġde", + "ce" + ], + [ + "Ġdec", + "e" + ], + [ + "Ġt", + "et" + ], + [ + "Ġte", + "t" + ], + [ + "Ġres", + "idence" + ], + [ + "Ġresid", + "ence" + ], + [ + "Ġreside", + "nce" + ], + [ + "Ġ", + "Always" + ], + [ + "ĠAl", + "ways" + ], + [ + "Ġmosquit", + "oes" + ], + [ + "Ġmosquito", + "es" + ], + [ + "or", + "ce" + ], + [ + "Ġ", + "ty" + ], + [ + "Ġt", + "y" + ], + [ + "r", + "osis" + ], + [ + "ro", + "sis" + ], + [ + "ros", + "is" + ], + [ + "Ġim", + "agery" + ], + [ + "Ġimage", + "ry" + ], + [ + "Ġimag", + "ery" + ], + [ + "P", + "P" + ], + [ + "W", + "ork" + ], + [ + "Ġc", + "od" + ], + [ + "Ġco", + "d" + ], + [ + "Ġwh", + "ites" + ], + [ + "Ġwhite", + "s" + ], + [ + "Ġwhit", + "es" + ], + [ + "ol", + "escent" + ], + [ + "oles", + "cent" + ], + [ + "olesc", + "ent" + ], + [ + "Ġin", + "itiated" + ], + [ + "Ġinit", + "iated" + ], + [ + "Ġiniti", + "ated" + ], + [ + "Ġinitiate", + "d" + ], + [ + "Ġb", + "owl" + ], + [ + "Ġbo", + "wl" + ], + [ + "Ġbow", + "l" + ], + [ + "Ġl", + "abeled" + ], + [ + "Ġlab", + "eled" + ], + [ + "Ġlabel", + "ed" + ], + [ + "Ġ", + "regulated" + ], + [ + "Ġreg", + "ulated" + ], + [ + "Ġregul", + "ated" + ], + [ + "Ġregulate", + "d" + ], + [ + "Ġ", + "Ethiop" + ], + [ + "ĠEth", + "iop" + ], + [ + "T", + "C" + ], + [ + "z", + "ens" + ], + [ + "ze", + "ns" + ], + [ + "zen", + "s" + ], + [ + "Ġ", + "OR" + ], + [ + "ĠO", + "R" + ], + [ + "Ġconcent", + "rate" + ], + [ + "ĠDi", + "ego" + ], + [ + "ĠDie", + "go" + ], + [ + "Ġtrig", + "gered" + ], + [ + "Ġtrigger", + "ed" + ], + [ + "ĠCast", + "le" + ], + [ + "ĠCas", + "tle" + ], + [ + "V", + "D" + ], + [ + "d", + "on" + ], + [ + "do", + "n" + ], + [ + "Ġst", + "ir" + ], + [ + "Ġ", + "Saturday" + ], + [ + "ĠS", + "aturday" + ], + [ + "ĠSatur", + "day" + ], + [ + "Ġ", + "boats" + ], + [ + "Ġbo", + "ats" + ], + [ + "Ġboat", + "s" + ], + [ + "Ġoper", + "ates" + ], + [ + "Ġoperate", + "s" + ], + [ + "Ġopera", + "tes" + ], + [ + "Ġe", + "fficacy" + ], + [ + "Ġeffic", + "acy" + ], + [ + "Ġ", + "Site" + ], + [ + "ĠS", + "ite" + ], + [ + "ĠSi", + "te" + ], + [ + "ĠSit", + "e" + ], + [ + "Ġneg", + "atively" + ], + [ + "Ġnegative", + "ly" + ], + [ + "h", + "eat" + ], + [ + "he", + "at" + ], + [ + "hea", + "t" + ], + [ + "In", + "tern" + ], + [ + "Int", + "ern" + ], + [ + "Inter", + "n" + ], + [ + "r", + "age" + ], + [ + "ra", + "ge" + ], + [ + "rag", + "e" + ], + [ + "Ġsu", + "bur" + ], + [ + "Ġsub", + "ur" + ], + [ + "Ġ", + "Polish" + ], + [ + "ĠPol", + "ish" + ], + [ + "ĠPo", + "lish" + ], + [ + "Ġ", + "Sustainable" + ], + [ + "ĠS", + "ustainable" + ], + [ + "Ġ", + "Conc" + ], + [ + "ĠCon", + "c" + ], + [ + "ĠCo", + "nc" + ], + [ + "K", + "now" + ], + [ + "Kn", + "ow" + ], + [ + "Ġ", + "Greg" + ], + [ + "ĠG", + "reg" + ], + [ + "ĠGr", + "eg" + ], + [ + "ĠGre", + "g" + ], + [ + "Ġcon", + "texts" + ], + [ + "Ġcont", + "exts" + ], + [ + "Ġcontext", + "s" + ], + [ + "Ġrel", + "iability" + ], + [ + "Ġs", + "oda" + ], + [ + "Ġso", + "da" + ], + [ + "Ġsod", + "a" + ], + [ + "Ġc", + "ater" + ], + [ + "Ġca", + "ter" + ], + [ + "Ġcat", + "er" + ], + [ + "Ġcate", + "r" + ], + [ + "r", + "aul" + ], + [ + "ra", + "ul" + ], + [ + "Ġexpl", + "osion" + ], + [ + "Ġexplos", + "ion" + ], + [ + "S", + "pec" + ], + [ + "Sp", + "ec" + ], + [ + "Ġar", + "tery" + ], + [ + "Ġart", + "ery" + ], + [ + "Ġarter", + "y" + ], + [ + "Ġarte", + "ry" + ], + [ + "Ġr", + "adar" + ], + [ + "Ġra", + "dar" + ], + [ + "Ġrad", + "ar" + ], + [ + "D", + "ata" + ], + [ + "Da", + "ta" + ], + [ + "ĠE", + "dition" + ], + [ + "ĠEd", + "ition" + ], + [ + "ĠEdit", + "ion" + ], + [ + "Ġob", + "sc" + ], + [ + "Ġobs", + "c" + ], + [ + "Ġnurs", + "es" + ], + [ + "Ġnurse", + "s" + ], + [ + "Ġf", + "lesh" + ], + [ + "Ġfl", + "esh" + ], + [ + "Ġfle", + "sh" + ], + [ + "Ġfles", + "h" + ], + [ + "Ġg", + "ifts" + ], + [ + "Ġgif", + "ts" + ], + [ + "Ġgift", + "s" + ], + [ + "Ġgi", + "fts" + ], + [ + "Ġ", + "Movement" + ], + [ + "ĠM", + "ovement" + ], + [ + "ĠMo", + "vement" + ], + [ + "ĠMove", + "ment" + ], + [ + "ĠMov", + "ement" + ], + [ + "Ġ", + "Patients" + ], + [ + "ĠPat", + "ients" + ], + [ + "ĠPatient", + "s" + ], + [ + "Ġpass", + "engers" + ], + [ + "Ġpassenger", + "s" + ], + [ + "Ġastron", + "omers" + ], + [ + "Ġastronomer", + "s" + ], + [ + "Ġin", + "doors" + ], + [ + "Ġindoor", + "s" + ], + [ + "Ġindo", + "ors" + ], + [ + "h", + "end" + ], + [ + "he", + "nd" + ], + [ + "hen", + "d" + ], + [ + "r", + "eas" + ], + [ + "re", + "as" + ], + [ + "rea", + "s" + ], + [ + "o", + "pt" + ], + [ + "op", + "t" + ], + [ + "Ġ", + "Five" + ], + [ + "ĠF", + "ive" + ], + [ + "ĠFi", + "ve" + ], + [ + "ĠConfed", + "erate" + ], + [ + "ĠConfeder", + "ate" + ], + [ + "u", + "ct" + ], + [ + "uc", + "t" + ], + [ + "w", + "all" + ], + [ + "wa", + "ll" + ], + [ + "wal", + "l" + ], + [ + "il", + "ateral" + ], + [ + "ila", + "teral" + ], + [ + "ilate", + "ral" + ], + [ + "f", + "orestation" + ], + [ + "fore", + "station" + ], + [ + "for", + "estation" + ], + [ + "forest", + "ation" + ], + [ + "ï", + "¼" + ], + [ + "Ġ", + "Ban" + ], + [ + "ĠB", + "an" + ], + [ + "ĠBa", + "n" + ], + [ + "h", + "ard" + ], + [ + "ha", + "rd" + ], + [ + "har", + "d" + ], + [ + "o", + "ub" + ], + [ + "ou", + "b" + ], + [ + "Ġl", + "ighter" + ], + [ + "Ġlight", + "er" + ], + [ + "a", + "ctic" + ], + [ + "ac", + "tic" + ], + [ + "act", + "ic" + ], + [ + "Ġk", + "ne" + ], + [ + "Ġkn", + "e" + ], + [ + "Ġphilos", + "ophical" + ], + [ + "Ġphilosoph", + "ical" + ], + [ + "Ġsurve", + "illance" + ], + [ + "ilib", + "rium" + ], + [ + "Ġ", + "Case" + ], + [ + "ĠC", + "ase" + ], + [ + "ĠCa", + "se" + ], + [ + "ĠCas", + "e" + ], + [ + "Ġex", + "amines" + ], + [ + "Ġexam", + "ines" + ], + [ + "Ġexamine", + "s" + ], + [ + "Ġ", + "Architect" + ], + [ + "ĠArch", + "itect" + ], + [ + "Ġcert", + "ification" + ], + [ + "Ġcertific", + "ation" + ], + [ + "Ġent", + "ities" + ], + [ + "Ġentit", + "ies" + ], + [ + "Ġout", + "breaks" + ], + [ + "Ġoutbre", + "aks" + ], + [ + "Ġoutbreak", + "s" + ], + [ + "e", + "ous" + ], + [ + "eo", + "us" + ], + [ + "Ġw", + "ast" + ], + [ + "Ġwas", + "t" + ], + [ + "Ġwa", + "st" + ], + [ + "Ġpro", + "fits" + ], + [ + "Ġprof", + "its" + ], + [ + "Ġprofit", + "s" + ], + [ + "Ġ", + "Depending" + ], + [ + "ĠDep", + "ending" + ], + [ + "Ġse", + "lecting" + ], + [ + "Ġselect", + "ing" + ], + [ + "Ġsel", + "ecting" + ], + [ + "Ġentertain", + "ment" + ], + [ + "e", + "ared" + ], + [ + "ear", + "ed" + ], + [ + "ea", + "red" + ], + [ + "Ġ", + "Rog" + ], + [ + "ĠR", + "og" + ], + [ + "ĠRo", + "g" + ], + [ + "Ġ", + "info" + ], + [ + "Ġin", + "fo" + ], + [ + "Ġinf", + "o" + ], + [ + "is", + "cal" + ], + [ + "isc", + "al" + ], + [ + "Ġ", + "Sher" + ], + [ + "ĠS", + "her" + ], + [ + "ĠSh", + "er" + ], + [ + "ĠShe", + "r" + ], + [ + "Ġ", + "Date" + ], + [ + "ĠD", + "ate" + ], + [ + "ĠDa", + "te" + ], + [ + "ĠDat", + "e" + ], + [ + "i", + "nton" + ], + [ + "in", + "ton" + ], + [ + "int", + "on" + ], + [ + "into", + "n" + ], + [ + "ĠIm", + "per" + ], + [ + "ĠImp", + "er" + ], + [ + "S", + "ym" + ], + [ + "Sy", + "m" + ], + [ + "Ġh", + "ur" + ], + [ + "Ġhu", + "r" + ], + [ + "Ġfle", + "et" + ], + [ + "Ġflee", + "t" + ], + [ + "Ġext", + "inct" + ], + [ + "Ġ", + "Smart" + ], + [ + "ĠS", + "mart" + ], + [ + "ĠSm", + "art" + ], + [ + "Ġ", + "Sound" + ], + [ + "ĠS", + "ound" + ], + [ + "ĠSo", + "und" + ], + [ + "ĠSou", + "nd" + ], + [ + "am", + "ily" + ], + [ + "ami", + "ly" + ], + [ + "amil", + "y" + ], + [ + "Ġre", + "sur" + ], + [ + "Ġres", + "ur" + ], + [ + "Ġcomb", + "inations" + ], + [ + "Ġcombination", + "s" + ], + [ + "kl", + "ah" + ], + [ + "Ġfund", + "ament" + ], + [ + "Ġ", + "unders" + ], + [ + "Ġun", + "ders" + ], + [ + "Ġunder", + "s" + ], + [ + "Ġund", + "ers" + ], + [ + "Ġb", + "ases" + ], + [ + "Ġbas", + "es" + ], + [ + "Ġbase", + "s" + ], + [ + "Ġba", + "ses" + ], + [ + "Ġpre", + "sum" + ], + [ + "Ġpres", + "um" + ], + [ + "-h", + "our" + ], + [ + "Ġ", + "PR" + ], + [ + "ĠP", + "R" + ], + [ + "Ġoff", + "spring" + ], + [ + "Ġinsp", + "ire" + ], + [ + "Ġinspir", + "e" + ], + [ + "Ġ", + "Creative" + ], + [ + "ĠC", + "reative" + ], + [ + "ĠCre", + "ative" + ], + [ + "ĠCreat", + "ive" + ], + [ + "Ġ", + "Ah" + ], + [ + "ĠA", + "h" + ], + [ + "âĦ", + "¢" + ], + [ + "D", + "isc" + ], + [ + "Dis", + "c" + ], + [ + "Di", + "sc" + ], + [ + "Ġth", + "rown" + ], + [ + "Ġthr", + "own" + ], + [ + "Ġthrow", + "n" + ], + [ + "Ġthro", + "wn" + ], + [ + "Ġ", + "wells" + ], + [ + "Ġw", + "ells" + ], + [ + "Ġwell", + "s" + ], + [ + "Ġwel", + "ls" + ], + [ + "ak", + "ota" + ], + [ + "ako", + "ta" + ], + [ + "Ġadv", + "ocate" + ], + [ + "Ġadvoc", + "ate" + ], + [ + "Un", + "fortunately" + ], + [ + "Ġ", + "ank" + ], + [ + "Ġan", + "k" + ], + [ + "Ġwet", + "lands" + ], + [ + "Ġwetland", + "s" + ], + [ + "u", + "z" + ], + [ + "Ġt", + "rapped" + ], + [ + "Ġtra", + "pped" + ], + [ + "Ġtr", + "apped" + ], + [ + "Ġtrap", + "ped" + ], + [ + "i", + "etal" + ], + [ + "ie", + "tal" + ], + [ + "iet", + "al" + ], + [ + "Ġch", + "allenged" + ], + [ + "Ġchall", + "enged" + ], + [ + "Ġchalleng", + "ed" + ], + [ + "Ġchallenge", + "d" + ], + [ + "-", + "bl" + ], + [ + "-b", + "l" + ], + [ + "H", + "el" + ], + [ + "He", + "l" + ], + [ + "a", + "ret" + ], + [ + "ar", + "et" + ], + [ + "are", + "t" + ], + [ + "ar", + "ning" + ], + [ + "arn", + "ing" + ], + [ + "Ġaut", + "umn" + ], + [ + "Ġto", + "ilet" + ], + [ + "Ġtoile", + "t" + ], + [ + "Ġtoil", + "et" + ], + [ + "ĠR", + "and" + ], + [ + "ĠRa", + "nd" + ], + [ + "ĠRan", + "d" + ], + [ + "Ġgard", + "ening" + ], + [ + "Ġgarden", + "ing" + ], + [ + "s", + "ets" + ], + [ + "se", + "ts" + ], + [ + "set", + "s" + ], + [ + "Ġg", + "ross" + ], + [ + "Ġgr", + "oss" + ], + [ + "Ġgro", + "ss" + ], + [ + "a", + "sted" + ], + [ + "as", + "ted" + ], + [ + "ast", + "ed" + ], + [ + "aste", + "d" + ], + [ + "Ġf", + "ee" + ], + [ + "Ġfe", + "e" + ], + [ + "Ġatt", + "ending" + ], + [ + "Ġattend", + "ing" + ], + [ + "Ġatten", + "ding" + ], + [ + "Ġ", + "USDA" + ], + [ + "ĠUS", + "DA" + ], + [ + "ĠUSD", + "A" + ], + [ + "Ġre", + "lies" + ], + [ + "Ġrel", + "ies" + ], + [ + "Ġrelie", + "s" + ], + [ + "A", + "mong" + ], + [ + "Am", + "ong" + ], + [ + "l", + "av" + ], + [ + "la", + "v" + ], + [ + "Ġ", + "von" + ], + [ + "Ġv", + "on" + ], + [ + "Ġvo", + "n" + ], + [ + "Ġsoc", + "ially" + ], + [ + "Ġsocial", + "ly" + ], + [ + "-", + "mail" + ], + [ + "-m", + "ail" + ], + [ + "-ma", + "il" + ], + [ + "St", + "art" + ], + [ + "Star", + "t" + ], + [ + "Ġdial", + "ect" + ], + [ + "Ġdia", + "lect" + ], + [ + "u", + "gar" + ], + [ + "ug", + "ar" + ], + [ + "uga", + "r" + ], + [ + "Ġaccord", + "ance" + ], + [ + "Ġpou", + "ltry" + ], + [ + "Ġpoult", + "ry" + ], + [ + "i", + "ser" + ], + [ + "is", + "er" + ], + [ + "ise", + "r" + ], + [ + "Ġb", + "urns" + ], + [ + "Ġbur", + "ns" + ], + [ + "Ġburn", + "s" + ], + [ + "Ġappl", + "iances" + ], + [ + "Ġappliance", + "s" + ], + [ + "in", + "ced" + ], + [ + "ince", + "d" + ], + [ + "inc", + "ed" + ], + [ + "Ġworks", + "hops" + ], + [ + "Ġworkshop", + "s" + ], + [ + "Ġread", + "ings" + ], + [ + "Ġreading", + "s" + ], + [ + "Ġop", + "erator" + ], + [ + "Ġoper", + "ator" + ], + [ + "Ġopera", + "tor" + ], + [ + "l", + "yn" + ], + [ + "ly", + "n" + ], + [ + "Ġ", + "plug" + ], + [ + "Ġpl", + "ug" + ], + [ + "ĠO", + "m" + ], + [ + "Ġin", + "formal" + ], + [ + "Ġinf", + "ormal" + ], + [ + "Ġinform", + "al" + ], + [ + "Ġrespond", + "ed" + ], + [ + "u", + "lative" + ], + [ + "ul", + "ative" + ], + [ + "Ġint", + "rig" + ], + [ + "Ġintr", + "ig" + ], + [ + "Ġg", + "lasses" + ], + [ + "Ġgl", + "asses" + ], + [ + "Ġglass", + "es" + ], + [ + "Ġconf", + "ined" + ], + [ + "Ġconfine", + "d" + ], + [ + "Ġtut", + "orial" + ], + [ + "Ġtutor", + "ial" + ], + [ + "Ġantioxid", + "ant" + ], + [ + "Ġ", + "Pa" + ], + [ + "ĠP", + "a" + ], + [ + "Ġind", + "ication" + ], + [ + "Ġindic", + "ation" + ], + [ + "Ġindica", + "tion" + ], + [ + "Ġstandard", + "ized" + ], + [ + "Ġstandardize", + "d" + ], + [ + "Ġteen", + "agers" + ], + [ + "Ġteenage", + "rs" + ], + [ + "Ġteenager", + "s" + ], + [ + "Ġinterf", + "ere" + ], + [ + "Ġinterfer", + "e" + ], + [ + "Ġ", + "Allah" + ], + [ + "ĠAll", + "ah" + ], + [ + "r", + "uce" + ], + [ + "ru", + "ce" + ], + [ + "ruc", + "e" + ], + [ + "Ġinter", + "preted" + ], + [ + "Ġinterpret", + "ed" + ], + [ + "Ġinterpre", + "ted" + ], + [ + "Ġ", + "ecology" + ], + [ + "Ġe", + "cology" + ], + [ + "Ġec", + "ology" + ], + [ + "Ġconsult", + "ation" + ], + [ + "Ġ", + "ate" + ], + [ + "Ġa", + "te" + ], + [ + "Ġat", + "e" + ], + [ + "Ġfra", + "gments" + ], + [ + "Ġfrag", + "ments" + ], + [ + "Ġfragment", + "s" + ], + [ + "Ġtomat", + "oes" + ], + [ + "Ġtom", + "atoes" + ], + [ + "Ġtomato", + "es" + ], + [ + "o", + "ice" + ], + [ + "oi", + "ce" + ], + [ + "oic", + "e" + ], + [ + "a", + "bs" + ], + [ + "ab", + "s" + ], + [ + "Ġ", + "Games" + ], + [ + "ĠG", + "ames" + ], + [ + "ĠGame", + "s" + ], + [ + "ĠGa", + "mes" + ], + [ + "ĠGam", + "es" + ], + [ + "Ġmed", + "ian" + ], + [ + "Ġmedia", + "n" + ], + [ + "Ġmedi", + "an" + ], + [ + "Ġcert", + "ificate" + ], + [ + "Ġcertific", + "ate" + ], + [ + "Ġf", + "art" + ], + [ + "Ġfar", + "t" + ], + [ + "Ġfa", + "rt" + ], + [ + "Ġ", + "Ten" + ], + [ + "ĠT", + "en" + ], + [ + "ĠTe", + "n" + ], + [ + "yp", + "ical" + ], + [ + "Ġ", + "Represent" + ], + [ + "ĠRe", + "present" + ], + [ + "ĠRep", + "resent" + ], + [ + "p", + "lus" + ], + [ + "pl", + "us" + ], + [ + "Ġt", + "itled" + ], + [ + "Ġtit", + "led" + ], + [ + "Ġtitle", + "d" + ], + [ + "Ġmut", + "ual" + ], + [ + "Ġin", + "quiry" + ], + [ + "Ġinqu", + "iry" + ], + [ + "Ġcon", + "vention" + ], + [ + "Ġconv", + "ention" + ], + [ + "Ġconven", + "tion" + ], + [ + "Ġconvent", + "ion" + ], + [ + "Ġ", + "Innov" + ], + [ + "ĠIn", + "nov" + ], + [ + "ĠInn", + "ov" + ], + [ + "Ġ", + "Kenya" + ], + [ + "ĠKen", + "ya" + ], + [ + "ĠKeny", + "a" + ], + [ + "Ġo", + "live" + ], + [ + "Ġol", + "ive" + ], + [ + "Ġoliv", + "e" + ], + [ + ".", + "d" + ], + [ + "Ġnucle", + "us" + ], + [ + "Ġban", + "ned" + ], + [ + "Ġexplan", + "ations" + ], + [ + "Ġexplanation", + "s" + ], + [ + "g", + "ood" + ], + [ + "go", + "od" + ], + [ + "goo", + "d" + ], + [ + "Ġw", + "ounds" + ], + [ + "Ġwound", + "s" + ], + [ + "Ġwo", + "unds" + ], + [ + "Ġext", + "ending" + ], + [ + "Ġextend", + "ing" + ], + [ + "Ġel", + "igible" + ], + [ + "imm", + "une" + ], + [ + "immun", + "e" + ], + [ + "z", + "es" + ], + [ + "ze", + "s" + ], + [ + "Ġrequ", + "ests" + ], + [ + "Ġrequest", + "s" + ], + [ + "Ġdemon", + "stration" + ], + [ + "Ġdemonstr", + "ation" + ], + [ + "Ġdemonst", + "ration" + ], + [ + "Ġt", + "itles" + ], + [ + "Ġtit", + "les" + ], + [ + "Ġtitle", + "s" + ], + [ + "Ġti", + "tles" + ], + [ + "Ġ", + "Communication" + ], + [ + "ĠC", + "ommunication" + ], + [ + "ĠCommun", + "ication" + ], + [ + "Ġd", + "isput" + ], + [ + "Ġdis", + "put" + ], + [ + "Ġdisp", + "ut" + ], + [ + "Ġ", + "berries" + ], + [ + "Ġber", + "ries" + ], + [ + "it", + "ives" + ], + [ + "itive", + "s" + ], + [ + "iti", + "ves" + ], + [ + "a", + "mel" + ], + [ + "am", + "el" + ], + [ + "ame", + "l" + ], + [ + "oc", + "occ" + ], + [ + "oco", + "cc" + ], + [ + "Ġ", + "Nap" + ], + [ + "ĠN", + "ap" + ], + [ + "ĠNa", + "p" + ], + [ + "Ġfun", + "gus" + ], + [ + "Ġfung", + "us" + ], + [ + "it", + "ational" + ], + [ + "itation", + "al" + ], + [ + "Ġl", + "ongest" + ], + [ + "Ġlong", + "est" + ], + [ + "Ġlon", + "gest" + ], + [ + "Ġ", + "rolling" + ], + [ + "Ġro", + "lling" + ], + [ + "Ġroll", + "ing" + ], + [ + "Ġw", + "ires" + ], + [ + "Ġwire", + "s" + ], + [ + "Ġwi", + "res" + ], + [ + "Ġ", + "placement" + ], + [ + "Ġplace", + "ment" + ], + [ + "Ġplac", + "ement" + ], + [ + "Ġbe", + "have" + ], + [ + "Ġbeh", + "ave" + ], + [ + "Ġbehav", + "e" + ], + [ + "Ġdirect", + "ory" + ], + [ + "Ġdirector", + "y" + ], + [ + "klah", + "oma" + ], + [ + "-", + "ass" + ], + [ + "-a", + "ss" + ], + [ + "-as", + "s" + ], + [ + "r", + "ots" + ], + [ + "ro", + "ts" + ], + [ + "rot", + "s" + ], + [ + "Ġtable", + "ts" + ], + [ + "Ġtab", + "lets" + ], + [ + "Ġtablet", + "s" + ], + [ + "Ġtabl", + "ets" + ], + [ + "Ġc", + "ram" + ], + [ + "Ġcr", + "am" + ], + [ + "Ġcra", + "m" + ], + [ + "Ġ", + "Chemistry" + ], + [ + "ĠC", + "hemistry" + ], + [ + "ĠChem", + "istry" + ], + [ + "A", + "RS" + ], + [ + "AR", + "S" + ], + [ + "Ġ", + "Collection" + ], + [ + "ĠCol", + "lection" + ], + [ + "ĠColle", + "ction" + ], + [ + "ĠColl", + "ection" + ], + [ + "ĠCollect", + "ion" + ], + [ + "Ġele", + "vation" + ], + [ + "Ġelev", + "ation" + ], + [ + "F", + "ood" + ], + [ + "Ġtherap", + "ist" + ], + [ + "Ġ", + "Volume" + ], + [ + "ĠVol", + "ume" + ], + [ + "o", + "llo" + ], + [ + "ol", + "lo" + ], + [ + "oll", + "o" + ], + [ + "el", + "lar" + ], + [ + "ell", + "ar" + ], + [ + "ella", + "r" + ], + [ + "Ġh", + "osts" + ], + [ + "Ġhost", + "s" + ], + [ + "Ġho", + "sts" + ], + [ + "Ġ", + "Bitcoin" + ], + [ + "ĠBit", + "coin" + ], + [ + "Ġ", + "bridges" + ], + [ + "Ġb", + "ridges" + ], + [ + "Ġbridge", + "s" + ], + [ + "Ġbrid", + "ges" + ], + [ + "Ġ", + "pec" + ], + [ + "Ġp", + "ec" + ], + [ + "Ġpe", + "c" + ], + [ + "Ġar", + "bit" + ], + [ + "Ġarb", + "it" + ], + [ + "Ġles", + "ions" + ], + [ + "Ġlesion", + "s" + ], + [ + "(", + ")" + ], + [ + "t", + "ically" + ], + [ + "tical", + "ly" + ], + [ + "tic", + "ally" + ], + [ + "am", + "bo" + ], + [ + "amb", + "o" + ], + [ + "Ġcon", + "dem" + ], + [ + "Ġcond", + "em" + ], + [ + "Ġcomp", + "ensation" + ], + [ + "Ġcompens", + "ation" + ], + [ + "Ġbrief", + "ly" + ], + [ + "Sec", + "ond" + ], + [ + "Ġdism", + "iss" + ], + [ + "Ġwell", + "being" + ], + [ + "ĠDec", + "laration" + ], + [ + "Ġinher", + "it" + ], + [ + "Ġ", + "Argent" + ], + [ + "ĠAr", + "gent" + ], + [ + "ĠArg", + "ent" + ], + [ + "A", + "dd" + ], + [ + "Ad", + "d" + ], + [ + "Ġsh", + "ifts" + ], + [ + "Ġshift", + "s" + ], + [ + "Ġshif", + "ts" + ], + [ + "Ġshi", + "fts" + ], + [ + "â", + "Ĥ¬" + ], + [ + "âĤ", + "¬" + ], + [ + "Ġtw", + "entieth" + ], + [ + "Ġ", + "Excel" + ], + [ + "ĠEx", + "cel" + ], + [ + "ĠExc", + "el" + ], + [ + "Ġforg", + "otten" + ], + [ + "Ġforgot", + "ten" + ], + [ + "Ġsimilar", + "ities" + ], + [ + "an", + "nel" + ], + [ + "ann", + "el" + ], + [ + "anne", + "l" + ], + [ + "m", + "ates" + ], + [ + "ma", + "tes" + ], + [ + "mat", + "es" + ], + [ + "mate", + "s" + ], + [ + "Ġp", + "erenn" + ], + [ + "Ġper", + "enn" + ], + [ + "Ġpere", + "nn" + ], + [ + "ant", + "ine" + ], + [ + "anti", + "ne" + ], + [ + "C", + "heck" + ], + [ + "Ch", + "eck" + ], + [ + "Che", + "ck" + ], + [ + "Ġd", + "ual" + ], + [ + "Ġdu", + "al" + ], + [ + "Ġs", + "crew" + ], + [ + "Ġsc", + "rew" + ], + [ + "Ġscr", + "ew" + ], + [ + "-", + "world" + ], + [ + "-w", + "orld" + ], + [ + "Ġpeace", + "ful" + ], + [ + "Ã", + "§" + ], + [ + "Ġres", + "ident" + ], + [ + "Ġresid", + "ent" + ], + [ + "Ġreside", + "nt" + ], + [ + "Ġg", + "rab" + ], + [ + "Ġgra", + "b" + ], + [ + "Ġgr", + "ab" + ], + [ + "Ġe", + "valuating" + ], + [ + "Ġevalu", + "ating" + ], + [ + "Ġb", + "illions" + ], + [ + "Ġbillion", + "s" + ], + [ + "Ġbill", + "ions" + ], + [ + "e", + "naissance" + ], + [ + "ena", + "issance" + ], + [ + "r", + "ob" + ], + [ + "ro", + "b" + ], + [ + "u", + "nes" + ], + [ + "un", + "es" + ], + [ + "une", + "s" + ], + [ + "Ġsc", + "rap" + ], + [ + "Ġscr", + "ap" + ], + [ + "Ġscra", + "p" + ], + [ + "Ġmar", + "gin" + ], + [ + "Ġmarg", + "in" + ], + [ + "Ġim", + "plant" + ], + [ + "Ġimpl", + "ant" + ], + [ + "b", + "acks" + ], + [ + "back", + "s" + ], + [ + "ba", + "cks" + ], + [ + "Ġ", + "Golden" + ], + [ + "ĠGold", + "en" + ], + [ + "ĠGol", + "den" + ], + [ + "Ġcomp", + "ression" + ], + [ + "Ġcompress", + "ion" + ], + [ + "Ġend", + "eav" + ], + [ + "Ġext", + "racted" + ], + [ + "Ġextract", + "ed" + ], + [ + "Ġextr", + "acted" + ], + [ + "Ġextrac", + "ted" + ], + [ + "Ġparas", + "ites" + ], + [ + "Ġparasite", + "s" + ], + [ + "Ġparasit", + "es" + ], + [ + "u", + "ate" + ], + [ + "ua", + "te" + ], + [ + "Ġ", + "Sri" + ], + [ + "ĠS", + "ri" + ], + [ + "ĠSr", + "i" + ], + [ + "ĠM", + "aine" + ], + [ + "ĠMa", + "ine" + ], + [ + "ĠMain", + "e" + ], + [ + "ĠMai", + "ne" + ], + [ + "Ġ", + "weeds" + ], + [ + "Ġw", + "eeds" + ], + [ + "Ġwe", + "eds" + ], + [ + "Ġwee", + "ds" + ], + [ + "Ġweed", + "s" + ], + [ + "Ġinf", + "rared" + ], + [ + "Ġinfra", + "red" + ], + [ + "Ġsurv", + "iving" + ], + [ + "Ġsurviv", + "ing" + ], + [ + "Ġ", + "ren" + ], + [ + "Ġre", + "n" + ], + [ + "Ġr", + "en" + ], + [ + "Ġgener", + "ates" + ], + [ + "Ġgene", + "rates" + ], + [ + "Ġgenerate", + "s" + ], + [ + "Ġgenera", + "tes" + ], + [ + "Ġ", + "actors" + ], + [ + "Ġa", + "ctors" + ], + [ + "Ġact", + "ors" + ], + [ + "Ġactor", + "s" + ], + [ + "Ġfl", + "owering" + ], + [ + "Ġflow", + "ering" + ], + [ + "Ġflower", + "ing" + ], + [ + "Ġ", + "crafts" + ], + [ + "Ġc", + "rafts" + ], + [ + "Ġcr", + "afts" + ], + [ + "Ġcra", + "fts" + ], + [ + "Ġcraft", + "s" + ], + [ + "P", + "at" + ], + [ + "Pa", + "t" + ], + [ + "Ġd", + "ump" + ], + [ + "Ġdu", + "mp" + ], + [ + "Ġdum", + "p" + ], + [ + "Ġ", + "Bird" + ], + [ + "ĠB", + "ird" + ], + [ + "ĠBi", + "rd" + ], + [ + "ĠBir", + "d" + ], + [ + "r", + "anch" + ], + [ + "ran", + "ch" + ], + [ + "Ġ", + "fits" + ], + [ + "Ġf", + "its" + ], + [ + "Ġfit", + "s" + ], + [ + "Ġfi", + "ts" + ], + [ + "est", + "hes" + ], + [ + "b", + "ird" + ], + [ + "bi", + "rd" + ], + [ + "o", + "rious" + ], + [ + "or", + "ious" + ], + [ + "ori", + "ous" + ], + [ + "orio", + "us" + ], + [ + "Ġ", + "Dor" + ], + [ + "ĠD", + "or" + ], + [ + "ĠDo", + "r" + ], + [ + "Ġpublic", + "ly" + ], + [ + "s", + "cill" + ], + [ + "sc", + "ill" + ], + [ + "sci", + "ll" + ], + [ + "Ī", + "Ĵ" + ], + [ + "Ġ", + "Pear" + ], + [ + "ĠP", + "ear" + ], + [ + "ĠPe", + "ar" + ], + [ + "Ġp", + "acked" + ], + [ + "Ġpack", + "ed" + ], + [ + "Ġpa", + "cked" + ], + [ + "Ġpac", + "ked" + ], + [ + "ĠFr", + "eder" + ], + [ + "ĠFre", + "der" + ], + [ + "ĠFred", + "er" + ], + [ + "Ġ", + "kin" + ], + [ + "Ġk", + "in" + ], + [ + "Ġki", + "n" + ], + [ + "Ġin", + "clusive" + ], + [ + "Ġincl", + "usive" + ], + [ + "Ġinclus", + "ive" + ], + [ + "Ġse", + "af" + ], + [ + "Ġsea", + "f" + ], + [ + "if", + "fs" + ], + [ + "iff", + "s" + ], + [ + "ĠDef", + "ense" + ], + [ + "Ġem", + "ergence" + ], + [ + "Ġemer", + "gence" + ], + [ + "Ġemerge", + "nce" + ], + [ + "-", + "com" + ], + [ + "-c", + "om" + ], + [ + "-co", + "m" + ], + [ + "Ġwork", + "force" + ], + [ + "Ġ", + "Choose" + ], + [ + "ĠCho", + "ose" + ], + [ + "Ġ", + "Pas" + ], + [ + "ĠP", + "as" + ], + [ + "ĠPa", + "s" + ], + [ + "k", + "o" + ], + [ + "ar", + "th" + ], + [ + "art", + "h" + ], + [ + "Ġ", + "rating" + ], + [ + "Ġr", + "ating" + ], + [ + "Ġra", + "ting" + ], + [ + "Ġrat", + "ing" + ], + [ + "Ġ", + "refined" + ], + [ + "Ġr", + "efined" + ], + [ + "Ġref", + "ined" + ], + [ + "Ġrefine", + "d" + ], + [ + "Ġrefin", + "ed" + ], + [ + "Ġ", + "Resource" + ], + [ + "ĠRe", + "source" + ], + [ + "ĠRes", + "ource" + ], + [ + "j", + "amin" + ], + [ + "ja", + "min" + ], + [ + "jam", + "in" + ], + [ + "Ġfresh", + "water" + ], + [ + "Ġl", + "uck" + ], + [ + "Ġluc", + "k" + ], + [ + "ry", + "ption" + ], + [ + "rypt", + "ion" + ], + [ + "Ġ", + "mines" + ], + [ + "Ġm", + "ines" + ], + [ + "Ġmin", + "es" + ], + [ + "Ġmine", + "s" + ], + [ + "Ġmi", + "nes" + ], + [ + "Ġ", + "Cham" + ], + [ + "ĠC", + "ham" + ], + [ + "ĠCh", + "am" + ], + [ + "ĠCha", + "m" + ], + [ + "-", + "min" + ], + [ + "-m", + "in" + ], + [ + "Ġsurround", + "ings" + ], + [ + "Ġsurrounding", + "s" + ], + [ + "ĠDou", + "gl" + ], + [ + "ĠDoug", + "l" + ], + [ + "F", + "L" + ], + [ + "O", + "U" + ], + [ + "Ġ", + "Market" + ], + [ + "ĠMar", + "ket" + ], + [ + "ĠMark", + "et" + ], + [ + "Ġ", + "Summer" + ], + [ + "ĠS", + "ummer" + ], + [ + "ĠSum", + "mer" + ], + [ + "ĠSumm", + "er" + ], + [ + "Ġc", + "rystal" + ], + [ + "Ġcryst", + "al" + ], + [ + "Ġsold", + "ier" + ], + [ + "Ġrein", + "force" + ], + [ + "Ġreinfor", + "ce" + ], + [ + "k", + "m" + ], + [ + "ur", + "ring" + ], + [ + "il", + "ty" + ], + [ + "ilt", + "y" + ], + [ + "p", + "ert" + ], + [ + "per", + "t" + ], + [ + "pe", + "rt" + ], + [ + "Ġim", + "ported" + ], + [ + "Ġimp", + "orted" + ], + [ + "Ġimport", + "ed" + ], + [ + "Ġsn", + "akes" + ], + [ + "Ġsnake", + "s" + ], + [ + "ĠR", + "us" + ], + [ + "ĠRu", + "s" + ], + [ + "a", + "ki" + ], + [ + "ak", + "i" + ], + [ + "ath", + "ic" + ], + [ + "athi", + "c" + ], + [ + "Ġ", + "Visual" + ], + [ + "ĠVis", + "ual" + ], + [ + "Ġ", + "jet" + ], + [ + "Ġj", + "et" + ], + [ + "Ġje", + "t" + ], + [ + "Ġin", + "adequate" + ], + [ + "Ġinadequ", + "ate" + ], + [ + "J", + "an" + ], + [ + "Ġ", + "headed" + ], + [ + "Ġhe", + "aded" + ], + [ + "Ġhead", + "ed" + ], + [ + "/", + "t" + ], + [ + "Ġin", + "ability" + ], + [ + "Ġl", + "esser" + ], + [ + "Ġless", + "er" + ], + [ + "Ġles", + "ser" + ], + [ + "om", + "ething" + ], + [ + "ome", + "thing" + ], + [ + "omet", + "hing" + ], + [ + "ometh", + "ing" + ], + [ + "Ġ", + "Pil" + ], + [ + "ĠP", + "il" + ], + [ + "ĠPi", + "l" + ], + [ + "Ġcl", + "osing" + ], + [ + "Ġclos", + "ing" + ], + [ + "Ġclo", + "sing" + ], + [ + "Ġ", + "Singapore" + ], + [ + "ĠSing", + "apore" + ], + [ + "Ġf", + "led" + ], + [ + "Ġfl", + "ed" + ], + [ + "Ġfle", + "d" + ], + [ + "Ġp", + "neumonia" + ], + [ + "Ġpneum", + "onia" + ], + [ + "Ġ", + "screens" + ], + [ + "Ġsc", + "reens" + ], + [ + "Ġscreen", + "s" + ], + [ + "Ġscree", + "ns" + ], + [ + "Ġt", + "urtles" + ], + [ + "Ġtur", + "tles" + ], + [ + "Ġturtle", + "s" + ], + [ + "Ġs", + "urgeon" + ], + [ + "Ġsur", + "geon" + ], + [ + "Ġsurge", + "on" + ], + [ + "ĠTib", + "et" + ], + [ + "ĠTi", + "bet" + ], + [ + "Ġ", + "Build" + ], + [ + "ĠB", + "uild" + ], + [ + "ĠBu", + "ild" + ], + [ + "ass", + "ment" + ], + [ + "Ġ", + "tale" + ], + [ + "Ġt", + "ale" + ], + [ + "Ġtal", + "e" + ], + [ + "Ġta", + "le" + ], + [ + "Ġs", + "ends" + ], + [ + "Ġsend", + "s" + ], + [ + "Ġsen", + "ds" + ], + [ + "Ġp", + "olymer" + ], + [ + "Ġpoly", + "mer" + ], + [ + "o", + "ds" + ], + [ + "od", + "s" + ], + [ + "Ġd", + "rying" + ], + [ + "Ġdr", + "ying" + ], + [ + "Ġdry", + "ing" + ], + [ + "Ġconv", + "inced" + ], + [ + "Ġconvince", + "d" + ], + [ + "Ġconvinc", + "ed" + ], + [ + "Ġha", + "sn" + ], + [ + "Ġhas", + "n" + ], + [ + "Ġ", + "juven" + ], + [ + "Ġj", + "uven" + ], + [ + "Ġju", + "ven" + ], + [ + "ĠTreat", + "y" + ], + [ + "ĠTre", + "aty" + ], + [ + "Ġor", + "ch" + ], + [ + "Ġtem", + "plate" + ], + [ + "Ġtemp", + "late" + ], + [ + "Ġas", + "bestos" + ], + [ + "Ġ", + "Jordan" + ], + [ + "ĠJ", + "ordan" + ], + [ + "ĠJord", + "an" + ], + [ + "Ġ", + "Basic" + ], + [ + "ĠB", + "asic" + ], + [ + "ĠBas", + "ic" + ], + [ + "ĠBa", + "sic" + ], + [ + "i", + "sa" + ], + [ + "is", + "a" + ], + [ + "Ġ", + "Collect" + ], + [ + "ĠCol", + "lect" + ], + [ + "ĠColle", + "ct" + ], + [ + "ĠColl", + "ect" + ], + [ + "Ġcon", + "ceptual" + ], + [ + "Ġconcept", + "ual" + ], + [ + "Ġ", + "Stanford" + ], + [ + "ĠStan", + "ford" + ], + [ + "Ġ", + "Easter" + ], + [ + "ĠE", + "aster" + ], + [ + "ĠEast", + "er" + ], + [ + "ĠEas", + "ter" + ], + [ + "Ġmod", + "est" + ], + [ + "Ġmo", + "dest" + ], + [ + "Ġmode", + "st" + ], + [ + "Ġmodes", + "t" + ], + [ + "Ġfunction", + "ality" + ], + [ + "Ġfunctional", + "ity" + ], + [ + "Ġin", + "tu" + ], + [ + "Ġint", + "u" + ], + [ + "ivid", + "ually" + ], + [ + "ividual", + "ly" + ], + [ + "p", + "ton" + ], + [ + "pt", + "on" + ], + [ + "Ġout", + "standing" + ], + [ + "Ġoutst", + "anding" + ], + [ + "Ñ", + "Ĥ" + ], + [ + "h", + "eres" + ], + [ + "he", + "res" + ], + [ + "her", + "es" + ], + [ + "here", + "s" + ], + [ + "Ġ", + "Tok" + ], + [ + "ĠT", + "ok" + ], + [ + "ĠTo", + "k" + ], + [ + "Ġ", + "Ford" + ], + [ + "ĠF", + "ord" + ], + [ + "ĠFor", + "d" + ], + [ + "ĠFo", + "rd" + ], + [ + "u", + "ese" + ], + [ + "ue", + "se" + ], + [ + "ues", + "e" + ], + [ + "ĠN", + "ort" + ], + [ + "ĠNo", + "rt" + ], + [ + "ĠNor", + "t" + ], + [ + "Ġunt", + "reated" + ], + [ + "Ġre", + "habilitation" + ], + [ + "Ġreh", + "abilitation" + ], + [ + "Ġrehab", + "ilitation" + ], + [ + "Ġrehabilit", + "ation" + ], + [ + "Ġcompris", + "ed" + ], + [ + "Ġcomprise", + "d" + ], + [ + "Ġ", + "Had" + ], + [ + "ĠH", + "ad" + ], + [ + "ĠHa", + "d" + ], + [ + "ĠL", + "t" + ], + [ + "v", + "as" + ], + [ + "va", + "s" + ], + [ + "Ġjournal", + "s" + ], + [ + "Ġjour", + "nals" + ], + [ + "in", + "f" + ], + [ + "Ġ", + "Es" + ], + [ + "ĠE", + "s" + ], + [ + "Ġsp", + "here" + ], + [ + "Ġsph", + "ere" + ], + [ + "Ġ", + "Skills" + ], + [ + "ĠSk", + "ills" + ], + [ + "ĠSkill", + "s" + ], + [ + "Ġ", + "ecl" + ], + [ + "Ġe", + "cl" + ], + [ + "Ġec", + "l" + ], + [ + "Ġcont", + "racts" + ], + [ + "Ġcontract", + "s" + ], + [ + "-", + "we" + ], + [ + "-w", + "e" + ], + [ + "o", + "gene" + ], + [ + "og", + "ene" + ], + [ + "ogen", + "e" + ], + [ + "oge", + "ne" + ], + [ + "Ġd", + "iesel" + ], + [ + "Ġdie", + "sel" + ], + [ + "Ġdies", + "el" + ], + [ + "Ġimpair", + "ment" + ], + [ + "Ġbr", + "eeds" + ], + [ + "Ġbre", + "eds" + ], + [ + "Ġbreed", + "s" + ], + [ + "Ġbree", + "ds" + ], + [ + "T", + "ube" + ], + [ + "Tu", + "be" + ], + [ + "s", + "creen" + ], + [ + "sc", + "reen" + ], + [ + "Ġp", + "ries" + ], + [ + "Ġpr", + "ies" + ], + [ + "Ġpri", + "es" + ], + [ + "Ġgall", + "ons" + ], + [ + "Ġgallon", + "s" + ], + [ + "Ġinv", + "esting" + ], + [ + "Ġinvest", + "ing" + ], + [ + "Ġinput", + "s" + ], + [ + "Ġup", + "set" + ], + [ + "Ġups", + "et" + ], + [ + "Ġimp", + "aired" + ], + [ + "Ġimpair", + "ed" + ], + [ + "Ġsur", + "re" + ], + [ + "Ġ", + "reads" + ], + [ + "Ġre", + "ads" + ], + [ + "Ġr", + "eads" + ], + [ + "Ġread", + "s" + ], + [ + "Ġst", + "rip" + ], + [ + "Ġstr", + "ip" + ], + [ + "Ġstri", + "p" + ], + [ + "itzer", + "land" + ], + [ + "Ġ", + "Besides" + ], + [ + "ĠB", + "esides" + ], + [ + "ĠBes", + "ides" + ], + [ + "Ġre", + "public" + ], + [ + "Ġrep", + "ublic" + ], + [ + "D", + "is" + ], + [ + "Di", + "s" + ], + [ + "Ġ", + "Hay" + ], + [ + "ĠH", + "ay" + ], + [ + "ĠHa", + "y" + ], + [ + "Ġwar", + "ned" + ], + [ + "Ġwarn", + "ed" + ], + [ + "Ġb", + "om" + ], + [ + "Ġbo", + "m" + ], + [ + "Ġ", + "SD" + ], + [ + "ĠS", + "D" + ], + [ + "Ġ", + "Barb" + ], + [ + "ĠB", + "arb" + ], + [ + "ĠBar", + "b" + ], + [ + "Ġpy", + "ram" + ], + [ + "r", + "ones" + ], + [ + "ro", + "nes" + ], + [ + "ron", + "es" + ], + [ + "rone", + "s" + ], + [ + "o", + "las" + ], + [ + "ol", + "as" + ], + [ + "ola", + "s" + ], + [ + "Ġp", + "robe" + ], + [ + "Ġpro", + "be" + ], + [ + "Ġpr", + "obe" + ], + [ + "Ġprob", + "e" + ], + [ + "Ġ", + "alien" + ], + [ + "Ġal", + "ien" + ], + [ + "Ġali", + "en" + ], + [ + "Ġdesign", + "er" + ], + [ + "Ġ", + "Chap" + ], + [ + "ĠCh", + "ap" + ], + [ + "ĠCha", + "p" + ], + [ + "Ġ", + "Vers" + ], + [ + "ĠV", + "ers" + ], + [ + "ĠVer", + "s" + ], + [ + "ĠVe", + "rs" + ], + [ + "Ġsaf", + "egu" + ], + [ + "Ġsafe", + "gu" + ], + [ + "o", + "kes" + ], + [ + "ok", + "es" + ], + [ + "oke", + "s" + ], + [ + "Ġ", + "strings" + ], + [ + "Ġst", + "rings" + ], + [ + "Ġstr", + "ings" + ], + [ + "Ġstring", + "s" + ], + [ + "ĠH", + "unt" + ], + [ + "ĠHun", + "t" + ], + [ + "ĠHu", + "nt" + ], + [ + "Ġident", + "ifies" + ], + [ + "Ġ", + "Primary" + ], + [ + "ĠP", + "rimary" + ], + [ + "ĠPrim", + "ary" + ], + [ + "ĠPri", + "mary" + ], + [ + "Ġh", + "ate" + ], + [ + "Ġha", + "te" + ], + [ + "Ġhat", + "e" + ], + [ + "Ġt", + "ribal" + ], + [ + "Ġtr", + "ibal" + ], + [ + "Ġtri", + "bal" + ], + [ + "Ġtrib", + "al" + ], + [ + "Ġ", + "bore" + ], + [ + "Ġb", + "ore" + ], + [ + "Ġbo", + "re" + ], + [ + "Ġbor", + "e" + ], + [ + "i", + "mity" + ], + [ + "im", + "ity" + ], + [ + "imi", + "ty" + ], + [ + "Ġpres", + "idential" + ], + [ + "Ġpresident", + "ial" + ], + [ + "Ġ", + "Comb" + ], + [ + "ĠC", + "omb" + ], + [ + "ĠCo", + "mb" + ], + [ + "ĠCom", + "b" + ], + [ + "Ġ", + "Present" + ], + [ + "ĠP", + "resent" + ], + [ + "ĠPres", + "ent" + ], + [ + "ĠPre", + "sent" + ], + [ + "Ġch", + "amp" + ], + [ + "Ġcham", + "p" + ], + [ + "Ġcha", + "mp" + ], + [ + "Ġ", + "Pi" + ], + [ + "ĠP", + "i" + ], + [ + "Ġ", + "Parkinson" + ], + [ + "ĠPar", + "kinson" + ], + [ + "ĠPark", + "inson" + ], + [ + "Ġpresent", + "ations" + ], + [ + "Ġpresentation", + "s" + ], + [ + "Ġinnov", + "ations" + ], + [ + "Ġinnovation", + "s" + ], + [ + "Ġv", + "oters" + ], + [ + "Ġvo", + "ters" + ], + [ + "Ġvot", + "ers" + ], + [ + "Ġvote", + "rs" + ], + [ + "Ġvoter", + "s" + ], + [ + "lement", + "ary" + ], + [ + "lem", + "entary" + ], + [ + "ĠP", + "ow" + ], + [ + "ĠPo", + "w" + ], + [ + "Ġunder", + "taken" + ], + [ + "Ġundert", + "aken" + ], + [ + "Ġundertake", + "n" + ], + [ + "Ġd", + "rew" + ], + [ + "Ġdr", + "ew" + ], + [ + "Ġdre", + "w" + ], + [ + "Ġ", + "Certain" + ], + [ + "ĠC", + "ertain" + ], + [ + "ĠCert", + "ain" + ], + [ + "ĠCer", + "tain" + ], + [ + "Ġcrow", + "d" + ], + [ + "Ġcro", + "wd" + ], + [ + "Ġo", + "vert" + ], + [ + "Ġover", + "t" + ], + [ + "Ġov", + "ert" + ], + [ + "Ġove", + "rt" + ], + [ + "r", + "ology" + ], + [ + "rol", + "ogy" + ], + [ + "rolog", + "y" + ], + [ + "Ġint", + "act" + ], + [ + "Ġl", + "acking" + ], + [ + "Ġla", + "cking" + ], + [ + "Ġlack", + "ing" + ], + [ + "Ġlac", + "king" + ], + [ + "Ġrec", + "ipe" + ], + [ + "Ġrecip", + "e" + ], + [ + "Ġper", + "sec" + ], + [ + "Ġpers", + "ec" + ], + [ + "Ġinter", + "vals" + ], + [ + "Ġinterval", + "s" + ], + [ + "/", + "l" + ], + [ + "Ġ", + "Particip" + ], + [ + "ĠPart", + "icip" + ], + [ + "Ġ", + "Very" + ], + [ + "ĠV", + "ery" + ], + [ + "ĠVer", + "y" + ], + [ + "ĠVe", + "ry" + ], + [ + "i", + "kh" + ], + [ + "ik", + "h" + ], + [ + "Ġp", + "umps" + ], + [ + "Ġpump", + "s" + ], + [ + "Ġpum", + "ps" + ], + [ + "Ġcorpor", + "ations" + ], + [ + "Ġcorporation", + "s" + ], + [ + "Ġcorp", + "orations" + ], + [ + "Ġ", + "gang" + ], + [ + "Ġg", + "ang" + ], + [ + "Ġga", + "ng" + ], + [ + "ri", + "ends" + ], + [ + "riend", + "s" + ], + [ + "rien", + "ds" + ], + [ + "Ġ", + "Dur" + ], + [ + "ĠD", + "ur" + ], + [ + "ĠDu", + "r" + ], + [ + "Ġfl", + "oods" + ], + [ + "Ġflood", + "s" + ], + [ + "Ġflo", + "ods" + ], + [ + "S", + "ur" + ], + [ + "Su", + "r" + ], + [ + "os", + "ures" + ], + [ + "osure", + "s" + ], + [ + "Ġm", + "arker" + ], + [ + "Ġmark", + "er" + ], + [ + "Ġmar", + "ker" + ], + [ + "Ġcurrent", + "s" + ], + [ + "]", + ".Ċ" + ], + [ + "].", + "Ċ" + ], + [ + "p", + "age" + ], + [ + "pa", + "ge" + ], + [ + "ul", + "ent" + ], + [ + "ule", + "nt" + ], + [ + "Ġ", + "unity" + ], + [ + "Ġun", + "ity" + ], + [ + "Ġunit", + "y" + ], + [ + "Ġ", + "Executive" + ], + [ + "ĠExec", + "utive" + ], + [ + "Ġaut", + "onomous" + ], + [ + "Ġautonom", + "ous" + ], + [ + "Ġint", + "estine" + ], + [ + "Ġintest", + "ine" + ], + [ + "Ġaccommod", + "ate" + ], + [ + "Ġh", + "ungry" + ], + [ + "Ġhung", + "ry" + ], + [ + "ad", + "ic" + ], + [ + "adi", + "c" + ], + [ + "o", + "pter" + ], + [ + "op", + "ter" + ], + [ + "opt", + "er" + ], + [ + "int", + "estinal" + ], + [ + "Ġp", + "atches" + ], + [ + "Ġpat", + "ches" + ], + [ + "Ġpatch", + "es" + ], + [ + "Ġab", + "sent" + ], + [ + "Ġabs", + "ent" + ], + [ + "c", + "m" + ], + [ + "Ġun", + "comfort" + ], + [ + "Ġuncom", + "fort" + ], + [ + "Ġcomb", + "ustion" + ], + [ + "Ġcombust", + "ion" + ], + [ + "Ġre", + "cru" + ], + [ + "Ġrec", + "ru" + ], + [ + "Ġ", + "slope" + ], + [ + "Ġsl", + "ope" + ], + [ + "Ġ", + "|Ċ" + ], + [ + "Ġ|", + "Ċ" + ], + [ + "Ġ", + "paste" + ], + [ + "Ġp", + "aste" + ], + [ + "Ġpast", + "e" + ], + [ + "Ġpa", + "ste" + ], + [ + "Ġpas", + "te" + ], + [ + "ĠDen", + "mark" + ], + [ + "Ġd", + "edu" + ], + [ + "Ġde", + "du" + ], + [ + "ĠBang", + "lades" + ], + [ + "ĠBan", + "glades" + ], + [ + "Ġcon", + "sp" + ], + [ + "Ġcons", + "p" + ], + [ + "Ġ", + "Veter" + ], + [ + "ĠV", + "eter" + ], + [ + "ĠVe", + "ter" + ], + [ + "ĠVet", + "er" + ], + [ + "Ġf", + "ossils" + ], + [ + "Ġfoss", + "ils" + ], + [ + "Ġfossil", + "s" + ], + [ + "p", + "ose" + ], + [ + "po", + "se" + ], + [ + "Ġ", + "Pediatric" + ], + [ + "ĠP", + "ediatric" + ], + [ + "ĠPed", + "iatric" + ], + [ + "Ġ", + "accessed" + ], + [ + "Ġacc", + "essed" + ], + [ + "Ġaccess", + "ed" + ], + [ + "Ġaccum", + "ulation" + ], + [ + "ĠC", + "irc" + ], + [ + "ĠCir", + "c" + ], + [ + "ĠCi", + "rc" + ], + [ + "g", + "iving" + ], + [ + "gi", + "ving" + ], + [ + "Ġd", + "warf" + ], + [ + "Ġdw", + "arf" + ], + [ + "Ġde", + "structive" + ], + [ + "Ġdest", + "ructive" + ], + [ + "Ġdestruct", + "ive" + ], + [ + "Ġdys", + "function" + ], + [ + "Ġp", + "uzzle" + ], + [ + "Ġpuzz", + "le" + ], + [ + "Ġpu", + "zzle" + ], + [ + "b", + "its" + ], + [ + "bit", + "s" + ], + [ + "bi", + "ts" + ], + [ + "Ġt", + "oll" + ], + [ + "Ġto", + "ll" + ], + [ + "Ġ", + "Cultural" + ], + [ + "ĠC", + "ultural" + ], + [ + "ĠCult", + "ural" + ], + [ + "Ġspe", + "aks" + ], + [ + "Ġspeak", + "s" + ], + [ + "-res", + "istant" + ], + [ + "ĠInit", + "iative" + ], + [ + "Ġ", + "ties" + ], + [ + "Ġt", + "ies" + ], + [ + "Ġtie", + "s" + ], + [ + "Ġti", + "es" + ], + [ + "Ġ", + "Lady" + ], + [ + "ĠL", + "ady" + ], + [ + "ĠLa", + "dy" + ], + [ + "ĠLad", + "y" + ], + [ + "Ġint", + "erd" + ], + [ + "Ġinter", + "d" + ], + [ + "is", + "hers" + ], + [ + "ish", + "ers" + ], + [ + "isher", + "s" + ], + [ + "Ġy", + "og" + ], + [ + "Ġyo", + "g" + ], + [ + "Ġ", + "Requ" + ], + [ + "ĠR", + "equ" + ], + [ + "ĠRe", + "qu" + ], + [ + "Ġconsider", + "ations" + ], + [ + "Ġconsid", + "erations" + ], + [ + "Ġconsideration", + "s" + ], + [ + "Ġair", + "port" + ], + [ + "Ġbu", + "rial" + ], + [ + "Ġbur", + "ial" + ], + [ + "Ġd", + "amp" + ], + [ + "Ġdam", + "p" + ], + [ + "Ġda", + "mp" + ], + [ + "Ġ", + "Fem" + ], + [ + "ĠF", + "em" + ], + [ + "ĠFe", + "m" + ], + [ + "Ġ", + "gel" + ], + [ + "Ġg", + "el" + ], + [ + "Ġge", + "l" + ], + [ + "-", + "tra" + ], + [ + "-t", + "ra" + ], + [ + "-tr", + "a" + ], + [ + "a", + "utions" + ], + [ + "aut", + "ions" + ], + [ + "aution", + "s" + ], + [ + "Ġ", + "Draw" + ], + [ + "ĠD", + "raw" + ], + [ + "ĠDr", + "aw" + ], + [ + "ĠDra", + "w" + ], + [ + "Ġ", + "watering" + ], + [ + "Ġwater", + "ing" + ], + [ + "Ġwa", + "tering" + ], + [ + "Ġwat", + "ering" + ], + [ + "S", + "ign" + ], + [ + "Si", + "gn" + ], + [ + "Ġag", + "enda" + ], + [ + "Ġage", + "nda" + ], + [ + "Ġde", + "light" + ], + [ + "Ġdel", + "ight" + ], + [ + "Ġ", + "Diseases" + ], + [ + "ĠD", + "iseases" + ], + [ + "ĠDise", + "ases" + ], + [ + "ĠDisease", + "s" + ], + [ + "opor", + "osis" + ], + [ + "opo", + "rosis" + ], + [ + "-", + "risk" + ], + [ + "-r", + "isk" + ], + [ + "ro", + "ach" + ], + [ + "roa", + "ch" + ], + [ + "Ġelimin", + "ated" + ], + [ + "Ġeliminate", + "d" + ], + [ + "Ġvol", + "untary" + ], + [ + "Ġvolunt", + "ary" + ], + [ + "Ġw", + "atched" + ], + [ + "Ġwatch", + "ed" + ], + [ + "Ġwat", + "ched" + ], + [ + "Ġ", + "Albert" + ], + [ + "ĠAl", + "bert" + ], + [ + "ĠAlb", + "ert" + ], + [ + "ĠAlber", + "t" + ], + [ + "Ġ", + "Analy" + ], + [ + "ĠAn", + "aly" + ], + [ + "ĠAnal", + "y" + ], + [ + "ĠAna", + "ly" + ], + [ + "Ġter", + "rible" + ], + [ + "Ġterr", + "ible" + ], + [ + "Ġ", + "Ze" + ], + [ + "ĠZ", + "e" + ], + [ + "Ġtri", + "angle" + ], + [ + "Ġtriang", + "le" + ], + [ + "Ġ", + "Bot" + ], + [ + "ĠB", + "ot" + ], + [ + "ĠBo", + "t" + ], + [ + "Ġconst", + "itu" + ], + [ + "Ġconstit", + "u" + ], + [ + "Ġsystem", + "ic" + ], + [ + "Ġsyst", + "emic" + ], + [ + "Ġass", + "essing" + ], + [ + "Ġassess", + "ing" + ], + [ + "Ġlo", + "aded" + ], + [ + "Ġload", + "ed" + ], + [ + "Ġp", + "iano" + ], + [ + "Ġpi", + "ano" + ], + [ + "Ġpian", + "o" + ], + [ + "/", + "L" + ], + [ + "Ġcre", + "ature" + ], + [ + "Ġcreat", + "ure" + ], + [ + "Ġb", + "locked" + ], + [ + "Ġbl", + "ocked" + ], + [ + "Ġblock", + "ed" + ], + [ + "Ġblo", + "cked" + ], + [ + "Ġbloc", + "ked" + ], + [ + "Ġinter", + "val" + ], + [ + "Ġvari", + "ants" + ], + [ + "Ġvariant", + "s" + ], + [ + "Ġprom", + "otion" + ], + [ + "Ġpromot", + "ion" + ], + [ + "Ġad", + "min" + ], + [ + "Ġadm", + "in" + ], + [ + "Ġsn", + "ack" + ], + [ + "Ġac", + "quisition" + ], + [ + "Ġacqu", + "isition" + ], + [ + "Ġacquis", + "ition" + ], + [ + "Ġ", + "Bob" + ], + [ + "ĠB", + "ob" + ], + [ + "ĠBo", + "b" + ], + [ + "Ġcontin", + "ually" + ], + [ + "Ġcontinual", + "ly" + ], + [ + "Ġb", + "loom" + ], + [ + "Ġbl", + "oom" + ], + [ + "Ġblo", + "om" + ], + [ + "Ġ", + "traumatic" + ], + [ + "Ġtra", + "umatic" + ], + [ + "Ġtraum", + "atic" + ], + [ + "Ġtrauma", + "tic" + ], + [ + "Ġ", + ":Ċ" + ], + [ + "Ġ:", + "Ċ" + ], + [ + "as", + "ia" + ], + [ + "asi", + "a" + ], + [ + "ot", + "ional" + ], + [ + "otion", + "al" + ], + [ + "oti", + "onal" + ], + [ + "Ġcor", + "ruption" + ], + [ + "Ġcorrupt", + "ion" + ], + [ + "S", + "everal" + ], + [ + "for", + "ward" + ], + [ + "Ġsatis", + "faction" + ], + [ + "Ġsatisf", + "action" + ], + [ + "Ġsatisfact", + "ion" + ], + [ + "ven", + "ue" + ], + [ + "Ġ", + "Qur" + ], + [ + "ĠQ", + "ur" + ], + [ + "ĠQu", + "r" + ], + [ + "Ġ", + "Maybe" + ], + [ + "ĠMay", + "be" + ], + [ + "ĠM", + "uh" + ], + [ + "ĠMu", + "h" + ], + [ + "Ġse", + "ats" + ], + [ + "Ġsea", + "ts" + ], + [ + "Ġseat", + "s" + ], + [ + "Ġtrans", + "action" + ], + [ + "Ġtransact", + "ion" + ], + [ + "Ġ", + "silent" + ], + [ + "Ġsil", + "ent" + ], + [ + "Ġ", + "stocks" + ], + [ + "Ġst", + "ocks" + ], + [ + "Ġstock", + "s" + ], + [ + "Ġsto", + "cks" + ], + [ + "Ġ", + "Credit" + ], + [ + "ĠC", + "redit" + ], + [ + "ĠCr", + "edit" + ], + [ + "ĠCred", + "it" + ], + [ + "Ġ", + "artic" + ], + [ + "Ġar", + "tic" + ], + [ + "Ġart", + "ic" + ], + [ + "Ġconst", + "raints" + ], + [ + "Ġconstra", + "ints" + ], + [ + "Ġconstraint", + "s" + ], + [ + "Ġconstrain", + "ts" + ], + [ + "l", + "ation" + ], + [ + "la", + "tion" + ], + [ + "lat", + "ion" + ], + [ + "Ġ", + "Sex" + ], + [ + "ĠS", + "ex" + ], + [ + "ĠSe", + "x" + ], + [ + "Ġstim", + "ulation" + ], + [ + "Ġstimul", + "ation" + ], + [ + "Ġem", + "pathy" + ], + [ + "Ġemp", + "athy" + ], + [ + "Ġempath", + "y" + ], + [ + "j", + "an" + ], + [ + "ja", + "n" + ], + [ + "o", + "unded" + ], + [ + "ound", + "ed" + ], + [ + "oun", + "ded" + ], + [ + "Ġpot", + "ato" + ], + [ + "Ġprefer", + "ences" + ], + [ + "Ġpref", + "erences" + ], + [ + "Ġpreference", + "s" + ], + [ + "Ġal", + "together" + ], + [ + "Ġalt", + "ogether" + ], + [ + "Ġ", + "fusion" + ], + [ + "Ġf", + "usion" + ], + [ + "Ġfus", + "ion" + ], + [ + "if", + "iers" + ], + [ + "ifier", + "s" + ], + [ + "ifi", + "ers" + ], + [ + "Ġdel", + "icate" + ], + [ + "Ġdelic", + "ate" + ], + [ + "Ġb", + "itter" + ], + [ + "Ġbit", + "ter" + ], + [ + "Ġadv", + "ocates" + ], + [ + "Ġadvoc", + "ates" + ], + [ + "Ġadvocate", + "s" + ], + [ + "Ġ", + "Upd" + ], + [ + "ĠU", + "pd" + ], + [ + "ĠUp", + "d" + ], + [ + "Ġ", + "edit" + ], + [ + "Ġed", + "it" + ], + [ + "Ġun", + "common" + ], + [ + "Ġunc", + "ommon" + ], + [ + "Ġuncom", + "mon" + ], + [ + "h", + "igh" + ], + [ + "hi", + "gh" + ], + [ + "Ġse", + "gments" + ], + [ + "Ġsegment", + "s" + ], + [ + "-e", + "steem" + ], + [ + "-est", + "eem" + ], + [ + "Ġ", + "MRI" + ], + [ + "ĠM", + "RI" + ], + [ + "ĠMR", + "I" + ], + [ + "Ġl", + "ikes" + ], + [ + "Ġlike", + "s" + ], + [ + "Ġlik", + "es" + ], + [ + "Ġli", + "kes" + ], + [ + "Ġcontrovers", + "y" + ], + [ + "m", + "outh" + ], + [ + "mo", + "uth" + ], + [ + "Ġs", + "ink" + ], + [ + "Ġsin", + "k" + ], + [ + "Ġ", + "binary" + ], + [ + "Ġb", + "inary" + ], + [ + "Ġbin", + "ary" + ], + [ + "Ġt", + "omb" + ], + [ + "Ġto", + "mb" + ], + [ + "Ġtom", + "b" + ], + [ + "Ġs", + "eas" + ], + [ + "Ġse", + "as" + ], + [ + "Ġsea", + "s" + ], + [ + "re", + "gn" + ], + [ + "reg", + "n" + ], + [ + "Ġc", + "ous" + ], + [ + "Ġco", + "us" + ], + [ + "Ġcou", + "s" + ], + [ + "Ġm", + "urd" + ], + [ + "Ġmur", + "d" + ], + [ + "Ġmu", + "rd" + ], + [ + "ĠL", + "akes" + ], + [ + "ĠLa", + "kes" + ], + [ + "ĠLake", + "s" + ], + [ + "ĠLak", + "es" + ], + [ + "c", + "oma" + ], + [ + "com", + "a" + ], + [ + "co", + "ma" + ], + [ + "Ġme", + "chanics" + ], + [ + "Ġmechan", + "ics" + ], + [ + "Ġmechanic", + "s" + ], + [ + "Ġ", + "Together" + ], + [ + "ĠT", + "ogether" + ], + [ + "Ġ", + "Love" + ], + [ + "ĠL", + "ove" + ], + [ + "ĠLo", + "ve" + ], + [ + "ĠLov", + "e" + ], + [ + "Ġ", + "Youth" + ], + [ + "ĠY", + "outh" + ], + [ + "ĠYou", + "th" + ], + [ + "ĠYo", + "uth" + ], + [ + "a", + "sis" + ], + [ + "as", + "is" + ], + [ + "asi", + "s" + ], + [ + "ĠR", + "enaissance" + ], + [ + "ĠRe", + "naissance" + ], + [ + "Ġev", + "olve" + ], + [ + "Ġcar", + "rier" + ], + [ + "ĠCorpor", + "ation" + ], + [ + "ĠCorp", + "oration" + ], + [ + "i", + "nar" + ], + [ + "in", + "ar" + ], + [ + "ina", + "r" + ], + [ + "en", + "nis" + ], + [ + "enn", + "is" + ], + [ + "ĠBudd", + "hist" + ], + [ + "ĠBuddh", + "ist" + ], + [ + "D", + "oes" + ], + [ + "Do", + "es" + ], + [ + "Ġ", + "Generally" + ], + [ + "ĠGen", + "erally" + ], + [ + "ĠGeneral", + "ly" + ], + [ + "ĠGener", + "ally" + ], + [ + "ĠGene", + "rally" + ], + [ + "Ġcons", + "isted" + ], + [ + "Ġconsist", + "ed" + ], + [ + "ad", + "ian" + ], + [ + "adi", + "an" + ], + [ + "adia", + "n" + ], + [ + "qu", + "arters" + ], + [ + "quart", + "ers" + ], + [ + "Ġsc", + "attered" + ], + [ + "Ġscatter", + "ed" + ], + [ + "Ġgra", + "sp" + ], + [ + "Ġgr", + "asp" + ], + [ + "Ġgras", + "p" + ], + [ + "P", + "C" + ], + [ + "Ġst", + "retching" + ], + [ + "Ġstret", + "ching" + ], + [ + "Ġstretch", + "ing" + ], + [ + "Ġ", + "Follow" + ], + [ + "ĠF", + "ollow" + ], + [ + "ĠFol", + "low" + ], + [ + "Ġve", + "ins" + ], + [ + "Ġvein", + "s" + ], + [ + "Y", + "et" + ], + [ + "Ye", + "t" + ], + [ + "ĠW", + "y" + ], + [ + "Ġworld", + "s" + ], + [ + "Ġcust", + "oms" + ], + [ + "Ġcustom", + "s" + ], + [ + "Ġsym", + "bolic" + ], + [ + "Ġsymbol", + "ic" + ], + [ + "Ġsymb", + "olic" + ], + [ + ".", + "J" + ], + [ + "F", + "ollowing" + ], + [ + "Follow", + "ing" + ], + [ + "Ġf", + "orb" + ], + [ + "Ġfor", + "b" + ], + [ + "ĠH", + "ou" + ], + [ + "ĠHo", + "u" + ], + [ + "Ġt", + "ruck" + ], + [ + "Ġtr", + "uck" + ], + [ + "Ġtru", + "ck" + ], + [ + "Ġ", + "altitude" + ], + [ + "Ġalt", + "itude" + ], + [ + "Ġf", + "rost" + ], + [ + "Ġfr", + "ost" + ], + [ + "Ġfro", + "st" + ], + [ + "Ġde", + "emed" + ], + [ + "Ġdeem", + "ed" + ], + [ + "Ġsimilar", + "ly" + ], + [ + "Ġ", + "Maria" + ], + [ + "ĠM", + "aria" + ], + [ + "ĠMar", + "ia" + ], + [ + "ĠMa", + "ria" + ], + [ + "ĠMari", + "a" + ], + [ + "Ġ", + "Regional" + ], + [ + "ĠReg", + "ional" + ], + [ + "ĠRegion", + "al" + ], + [ + "Ġchem", + "otherapy" + ], + [ + "Ġchemo", + "therapy" + ], + [ + "Ġchemotherap", + "y" + ], + [ + "T", + "ER" + ], + [ + "TE", + "R" + ], + [ + "V", + "is" + ], + [ + "Vi", + "s" + ], + [ + "Ġ", + "Indiana" + ], + [ + "ĠInd", + "iana" + ], + [ + "ĠIndia", + "na" + ], + [ + "ĠIndian", + "a" + ], + [ + "-", + "cell" + ], + [ + "-c", + "ell" + ], + [ + "-ce", + "ll" + ], + [ + "T", + "hus" + ], + [ + "Th", + "us" + ], + [ + "Thu", + "s" + ], + [ + "Ġact", + "ivists" + ], + [ + "Ġactiv", + "ists" + ], + [ + "Ġactivist", + "s" + ], + [ + "e", + "lson" + ], + [ + "el", + "son" + ], + [ + "els", + "on" + ], + [ + "ĠV", + "irt" + ], + [ + "ĠVir", + "t" + ], + [ + "ĠVi", + "rt" + ], + [ + "Ġcount", + "less" + ], + [ + "Ġ", + "Arthur" + ], + [ + "ĠAr", + "thur" + ], + [ + "ĠArth", + "ur" + ], + [ + "Ġm", + "ilit" + ], + [ + "Ġmil", + "it" + ], + [ + "Ġmi", + "lit" + ], + [ + "Ġ", + "Philos" + ], + [ + "ĠPh", + "ilos" + ], + [ + "ĠPhil", + "os" + ], + [ + "ĠPhi", + "los" + ], + [ + "Ġ", + "IC" + ], + [ + "ĠI", + "C" + ], + [ + "Ġ", + "Moh" + ], + [ + "ĠM", + "oh" + ], + [ + "ĠMo", + "h" + ], + [ + "Ġ", + "Ball" + ], + [ + "ĠB", + "all" + ], + [ + "ĠBa", + "ll" + ], + [ + "ĠBal", + "l" + ], + [ + "Ġachieve", + "ments" + ], + [ + "Ġachievement", + "s" + ], + [ + "Ġden", + "ied" + ], + [ + "ĠT", + "orah" + ], + [ + "ĠTo", + "rah" + ], + [ + "ĠTor", + "ah" + ], + [ + "Ġ", + "Boy" + ], + [ + "ĠB", + "oy" + ], + [ + "ĠBo", + "y" + ], + [ + "Ġ", + "Raj" + ], + [ + "ĠR", + "aj" + ], + [ + "ĠRa", + "j" + ], + [ + "Ġf", + "ees" + ], + [ + "Ġfe", + "es" + ], + [ + "Ġfee", + "s" + ], + [ + "Ġsupp", + "l" + ], + [ + "Ġsup", + "pl" + ], + [ + "Ġ", + "ventilation" + ], + [ + "Ġvent", + "ilation" + ], + [ + "Ġventil", + "ation" + ], + [ + "Ġ", + "Brook" + ], + [ + "ĠBr", + "ook" + ], + [ + "ĠBro", + "ok" + ], + [ + "I", + "O" + ], + [ + "Ġwar", + "rant" + ], + [ + "Ġelimin", + "ating" + ], + [ + "-", + "rays" + ], + [ + "-r", + "ays" + ], + [ + "-ray", + "s" + ], + [ + "-ra", + "ys" + ], + [ + "Ġdark", + "ness" + ], + [ + "ĠM", + "ong" + ], + [ + "ĠMon", + "g" + ], + [ + "ĠMo", + "ng" + ], + [ + "Ġ", + "Clark" + ], + [ + "ĠCl", + "ark" + ], + [ + "ĠClar", + "k" + ], + [ + "Ġinvest", + "igations" + ], + [ + "Ġinvestig", + "ations" + ], + [ + "Ġinvestigation", + "s" + ], + [ + "ĠB", + "apt" + ], + [ + "ĠBa", + "pt" + ], + [ + "Ġ", + "jack" + ], + [ + "Ġj", + "ack" + ], + [ + "Ġja", + "ck" + ], + [ + "Ġex", + "ert" + ], + [ + "Ġdes", + "irable" + ], + [ + "Ġe", + "pit" + ], + [ + "Ġep", + "it" + ], + [ + "ĠInt", + "elligence" + ], + [ + "ĠIntellig", + "ence" + ], + [ + "Ġfor", + "ty" + ], + [ + "Ġfort", + "y" + ], + [ + "Ġ", + "Arist" + ], + [ + "ĠA", + "rist" + ], + [ + "ĠAr", + "ist" + ], + [ + "ĠAri", + "st" + ], + [ + "Ġrecogn", + "ised" + ], + [ + "Ġrecognise", + "d" + ], + [ + "a", + "grams" + ], + [ + "ag", + "rams" + ], + [ + "agram", + "s" + ], + [ + "agra", + "ms" + ], + [ + "Ġmill", + "enn" + ], + [ + "Ġleg", + "ally" + ], + [ + "Ġlegal", + "ly" + ], + [ + "Ġ", + "Historic" + ], + [ + "ĠHist", + "oric" + ], + [ + "ĠHistor", + "ic" + ], + [ + "Ġ", + "Patrick" + ], + [ + "ĠPat", + "rick" + ], + [ + "ĠPatri", + "ck" + ], + [ + "ĠPatric", + "k" + ], + [ + "i", + "ley" + ], + [ + "il", + "ey" + ], + [ + "ile", + "y" + ], + [ + "Ġill", + "um" + ], + [ + "Ġil", + "lum" + ], + [ + "o", + "lia" + ], + [ + "ol", + "ia" + ], + [ + "oli", + "a" + ], + [ + "Ġcrit", + "ically" + ], + [ + "Ġcritical", + "ly" + ], + [ + "Ġcritic", + "ally" + ], + [ + "Ġ", + "Fall" + ], + [ + "ĠF", + "all" + ], + [ + "ĠFa", + "ll" + ], + [ + "ĠFal", + "l" + ], + [ + "Ġret", + "rie" + ], + [ + "Ġprop", + "os" + ], + [ + "Ġinstru", + "ctor" + ], + [ + "Ġinstruct", + "or" + ], + [ + "S", + "upp" + ], + [ + "Su", + "pp" + ], + [ + "Sup", + "p" + ], + [ + "Ġ", + "rash" + ], + [ + "Ġr", + "ash" + ], + [ + "Ġra", + "sh" + ], + [ + "-", + "type" + ], + [ + "-t", + "ype" + ], + [ + "Ġ", + "Country" + ], + [ + "ĠC", + "ountry" + ], + [ + "ĠCount", + "ry" + ], + [ + "ĠCoun", + "try" + ], + [ + "r", + "opolitan" + ], + [ + "rop", + "olitan" + ], + [ + "ropol", + "itan" + ], + [ + "Ġd", + "iamond" + ], + [ + "Ġdiam", + "ond" + ], + [ + "Ġdia", + "mond" + ], + [ + "E", + "X" + ], + [ + "M", + "on" + ], + [ + "Mo", + "n" + ], + [ + "Ġair", + "pl" + ], + [ + "Ġ", + "»" + ], + [ + "ĠÂ", + "»" + ], + [ + "Ġ", + "Below" + ], + [ + "ĠB", + "elow" + ], + [ + "ĠBe", + "low" + ], + [ + "ĠBel", + "ow" + ], + [ + "Ġ", + "chat" + ], + [ + "Ġc", + "hat" + ], + [ + "Ġch", + "at" + ], + [ + "Ġcha", + "t" + ], + [ + "Ġact", + "ivated" + ], + [ + "Ġactiv", + "ated" + ], + [ + "Ġactivate", + "d" + ], + [ + "Ġdr", + "illing" + ], + [ + "Ġdri", + "lling" + ], + [ + "Ġdrill", + "ing" + ], + [ + "Ġth", + "reatening" + ], + [ + "Ġthreat", + "ening" + ], + [ + "Ġthreaten", + "ing" + ], + [ + "C", + "ar" + ], + [ + "Ca", + "r" + ], + [ + "Ġm", + "atching" + ], + [ + "Ġmat", + "ching" + ], + [ + "Ġmatch", + "ing" + ], + [ + "ĠNig", + "eria" + ], + [ + "ĠNiger", + "ia" + ], + [ + "Ġdoct", + "rine" + ], + [ + "Ġdoctr", + "ine" + ], + [ + "S", + "cience" + ], + [ + "Sc", + "ience" + ], + [ + "Sci", + "ence" + ], + [ + "p", + "hen" + ], + [ + "ph", + "en" + ], + [ + "phe", + "n" + ], + [ + "ol", + "utions" + ], + [ + "olution", + "s" + ], + [ + "Ġl", + "itter" + ], + [ + "Ġlit", + "ter" + ], + [ + "Ġlitt", + "er" + ], + [ + "Ġlay", + "out" + ], + [ + "Ġfract", + "ure" + ], + [ + "Ġ", + "Lawrence" + ], + [ + "ĠLaw", + "rence" + ], + [ + "a", + "rency" + ], + [ + "ar", + "ency" + ], + [ + "aren", + "cy" + ], + [ + "Ġp", + "ean" + ], + [ + "Ġpe", + "an" + ], + [ + "Ġpea", + "n" + ], + [ + "o", + "cking" + ], + [ + "oc", + "king" + ], + [ + "ock", + "ing" + ], + [ + "om", + "nia" + ], + [ + "omn", + "ia" + ], + [ + "Ġ", + "apples" + ], + [ + "Ġapp", + "les" + ], + [ + "Ġap", + "ples" + ], + [ + "Ġappl", + "es" + ], + [ + "Ġapple", + "s" + ], + [ + "Ġ", + "races" + ], + [ + "Ġr", + "aces" + ], + [ + "Ġra", + "ces" + ], + [ + "Ġrace", + "s" + ], + [ + "Ġrac", + "es" + ], + [ + "Ġprov", + "inces" + ], + [ + "Ġprovince", + "s" + ], + [ + "am", + "ma" + ], + [ + "amm", + "a" + ], + [ + "ĠArch", + "ives" + ], + [ + "ĠArchive", + "s" + ], + [ + "Ġprosper", + "ity" + ], + [ + "Ġ", + "Mit" + ], + [ + "ĠM", + "it" + ], + [ + "ĠMi", + "t" + ], + [ + "Ġ", + "Kind" + ], + [ + "ĠK", + "ind" + ], + [ + "ĠKin", + "d" + ], + [ + "ĠKi", + "nd" + ], + [ + "Ġvar", + "iability" + ], + [ + "Ġvari", + "ability" + ], + [ + "ĠH", + "ind" + ], + [ + "ĠHi", + "nd" + ], + [ + "ĠHin", + "d" + ], + [ + "a", + "vy" + ], + [ + "av", + "y" + ], + [ + "c", + "ription" + ], + [ + "cript", + "ion" + ], + [ + "Ġ", + "Kat" + ], + [ + "ĠK", + "at" + ], + [ + "ĠKa", + "t" + ], + [ + "augh", + "ters" + ], + [ + "aught", + "ers" + ], + [ + "aughter", + "s" + ], + [ + "Ġ", + "Coal" + ], + [ + "ĠCo", + "al" + ], + [ + "u", + "ma" + ], + [ + "um", + "a" + ], + [ + "Ġnot", + "ably" + ], + [ + "Ġpro", + "blematic" + ], + [ + "Ġproble", + "matic" + ], + [ + "Ġproblem", + "atic" + ], + [ + "o", + "cur" + ], + [ + "oc", + "ur" + ], + [ + "A", + "V" + ], + [ + "Ġunder", + "water" + ], + [ + "Ġunderw", + "ater" + ], + [ + "Ġcur", + "iosity" + ], + [ + "Ġs", + "emic" + ], + [ + "Ġse", + "mic" + ], + [ + "Ġsem", + "ic" + ], + [ + "Ġsemi", + "c" + ], + [ + "Ġ", + "RF" + ], + [ + "ĠR", + "F" + ], + [ + "Ġ", + "Mathematics" + ], + [ + "ĠMat", + "hematics" + ], + [ + "ĠMath", + "ematics" + ], + [ + "ĠMathemat", + "ics" + ], + [ + "ĠMathematic", + "s" + ], + [ + "i", + "ented" + ], + [ + "ient", + "ed" + ], + [ + "ien", + "ted" + ], + [ + "Ġt", + "races" + ], + [ + "Ġtra", + "ces" + ], + [ + "Ġtr", + "aces" + ], + [ + "Ġtrace", + "s" + ], + [ + "Ġr", + "iding" + ], + [ + "Ġrid", + "ing" + ], + [ + "Ġ", + "Oklahoma" + ], + [ + "ĠO", + "klahoma" + ], + [ + "Ġsynt", + "hes" + ], + [ + "Ġsynth", + "es" + ], + [ + "i", + "cut" + ], + [ + "ic", + "ut" + ], + [ + "Ġsepar", + "ately" + ], + [ + "Ġseparate", + "ly" + ], + [ + "Ġextensive", + "ly" + ], + [ + "Ġut", + "ilizing" + ], + [ + "Ġutil", + "izing" + ], + [ + "ĠEx", + "tension" + ], + [ + "ĠExt", + "ension" + ], + [ + "Ġse", + "izures" + ], + [ + "Ġseiz", + "ures" + ], + [ + "Ġseizure", + "s" + ], + [ + "D", + "ec" + ], + [ + "De", + "c" + ], + [ + "Ġm", + "odes" + ], + [ + "Ġmod", + "es" + ], + [ + "Ġmo", + "des" + ], + [ + "Ġmode", + "s" + ], + [ + "Ġ", + "ports" + ], + [ + "Ġp", + "orts" + ], + [ + "Ġport", + "s" + ], + [ + "Ġpor", + "ts" + ], + [ + "ĠTer", + "rit" + ], + [ + "H", + "er" + ], + [ + "He", + "r" + ], + [ + "Ġ", + "Gas" + ], + [ + "ĠG", + "as" + ], + [ + "ĠGa", + "s" + ], + [ + "Ġform", + "ats" + ], + [ + "Ġformat", + "s" + ], + [ + "F", + "l" + ], + [ + "w", + "riting" + ], + [ + "Ġ", + "Neuro" + ], + [ + "ĠNe", + "uro" + ], + [ + "ĠNeu", + "ro" + ], + [ + "ĠNeur", + "o" + ], + [ + "he", + "um" + ], + [ + "ix", + "ed" + ], + [ + "Ġnut", + "rit" + ], + [ + "Ġnutri", + "t" + ], + [ + "Ġsure", + "ly" + ], + [ + "r", + "ef" + ], + [ + "re", + "f" + ], + [ + "Ġac", + "idic" + ], + [ + "Ġacid", + "ic" + ], + [ + "Ġ", + "Ray" + ], + [ + "ĠR", + "ay" + ], + [ + "ĠRa", + "y" + ], + [ + "Ġt", + "rash" + ], + [ + "Ġtra", + "sh" + ], + [ + "Ġtr", + "ash" + ], + [ + "Ġ", + "Tai" + ], + [ + "ĠT", + "ai" + ], + [ + "ĠTa", + "i" + ], + [ + "Ġen", + "roll" + ], + [ + "Ġenrol", + "l" + ], + [ + "Ġpositive", + "ly" + ], + [ + "Ġposit", + "ively" + ], + [ + "Ġ", + "Relations" + ], + [ + "ĠRel", + "ations" + ], + [ + "ĠRelation", + "s" + ], + [ + "Ġpoint", + "ing" + ], + [ + "a", + "uses" + ], + [ + "au", + "ses" + ], + [ + "ause", + "s" + ], + [ + "aus", + "es" + ], + [ + "Ġtrans", + "ported" + ], + [ + "Ġtransport", + "ed" + ], + [ + "Ġtransp", + "orted" + ], + [ + "Ġtranspor", + "ted" + ], + [ + "Ġabd", + "omen" + ], + [ + "Ġabdom", + "en" + ], + [ + "Ġprot", + "otype" + ], + [ + "Ġproto", + "type" + ], + [ + "Ġwalk", + "ed" + ], + [ + "Ġwal", + "ked" + ], + [ + "Ġ", + "rip" + ], + [ + "Ġr", + "ip" + ], + [ + "Ġdef", + "eated" + ], + [ + "Ġdefe", + "ated" + ], + [ + "Ġdefeat", + "ed" + ], + [ + "Ġconn", + "ects" + ], + [ + "Ġconnect", + "s" + ], + [ + "Ġrem", + "edy" + ], + [ + "Ġremed", + "y" + ], + [ + "Ġoccasion", + "s" + ], + [ + "Ġoccas", + "ions" + ], + [ + "iz", + "oph" + ], + [ + "izo", + "ph" + ], + [ + "Ġhand", + "ful" + ], + [ + "Ġc", + "rystals" + ], + [ + "Ġcryst", + "als" + ], + [ + "Ġcrystal", + "s" + ], + [ + "Ġ", + "bon" + ], + [ + "Ġb", + "on" + ], + [ + "Ġbo", + "n" + ], + [ + "Ġg", + "ay" + ], + [ + "Ġga", + "y" + ], + [ + "j", + "ective" + ], + [ + "ject", + "ive" + ], + [ + "je", + "ctive" + ], + [ + "Ġf", + "reed" + ], + [ + "Ġfree", + "d" + ], + [ + "Ġfre", + "ed" + ], + [ + "Ġfr", + "eed" + ], + [ + "Ġb", + "anking" + ], + [ + "Ġbank", + "ing" + ], + [ + "Ġban", + "king" + ], + [ + "P", + "T" + ], + [ + "Ġsh", + "ower" + ], + [ + "Ġshow", + "er" + ], + [ + "Ġsho", + "wer" + ], + [ + "Ġsh", + "ark" + ], + [ + "Ġshar", + "k" + ], + [ + "Ġin", + "visible" + ], + [ + "Ġinv", + "isible" + ], + [ + "Ġinvis", + "ible" + ], + [ + "Ġg", + "rat" + ], + [ + "Ġgra", + "t" + ], + [ + "Ġgr", + "at" + ], + [ + "Ġ", + "gently" + ], + [ + "Ġg", + "ently" + ], + [ + "Ġgent", + "ly" + ], + [ + "ĠS", + "outheast" + ], + [ + "ĠSouth", + "east" + ], + [ + "ĠSout", + "heast" + ], + [ + "Ġ", + "Rain" + ], + [ + "ĠR", + "ain" + ], + [ + "ĠRa", + "in" + ], + [ + "ĠRai", + "n" + ], + [ + "ĠUn", + "iverse" + ], + [ + "ĠUnivers", + "e" + ], + [ + "Ġem", + "peror" + ], + [ + "Ġb", + "rut" + ], + [ + "Ġbr", + "ut" + ], + [ + "Ġbru", + "t" + ], + [ + "-", + "inch" + ], + [ + "-in", + "ch" + ], + [ + "-inc", + "h" + ], + [ + "Ġ", + "Adams" + ], + [ + "ĠAd", + "ams" + ], + [ + "ĠAdam", + "s" + ], + [ + "ĠAda", + "ms" + ], + [ + "ĠAust", + "ria" + ], + [ + "c", + "ons" + ], + [ + "con", + "s" + ], + [ + "co", + "ns" + ], + [ + "o", + "dd" + ], + [ + "od", + "d" + ], + [ + "Ġ", + "BBC" + ], + [ + "ĠB", + "BC" + ], + [ + "ĠBB", + "C" + ], + [ + "e", + "eds" + ], + [ + "ee", + "ds" + ], + [ + "eed", + "s" + ], + [ + "Ġn", + "asal" + ], + [ + "Ġna", + "sal" + ], + [ + "Ġnas", + "al" + ], + [ + "Ġg", + "ri" + ], + [ + "Ġgr", + "i" + ], + [ + "Ġind", + "ividually" + ], + [ + "Ġindividual", + "ly" + ], + [ + "Ġgas", + "oline" + ], + [ + "=", + "=" + ], + [ + "od", + "ge" + ], + [ + "Ġ", + "Kit" + ], + [ + "ĠK", + "it" + ], + [ + "ĠKi", + "t" + ], + [ + "Ġ", + "pronounced" + ], + [ + "Ġpron", + "ounced" + ], + [ + "Ġpronoun", + "ced" + ], + [ + "Ġpronounce", + "d" + ], + [ + "igh", + "ting" + ], + [ + "ight", + "ing" + ], + [ + "Ġobst", + "acles" + ], + [ + "Ġobstacle", + "s" + ], + [ + "n", + "ames" + ], + [ + "na", + "mes" + ], + [ + "name", + "s" + ], + [ + "nam", + "es" + ], + [ + "Ġtr", + "unk" + ], + [ + "Re", + "member" + ], + [ + "Rem", + "ember" + ], + [ + "Ġs", + "its" + ], + [ + "Ġsit", + "s" + ], + [ + "Ġsi", + "ts" + ], + [ + "Ġcon", + "tra" + ], + [ + "Ġcont", + "ra" + ], + [ + "Ġl", + "asts" + ], + [ + "Ġlast", + "s" + ], + [ + "Ġla", + "sts" + ], + [ + "Ġlas", + "ts" + ], + [ + "Ġf", + "olks" + ], + [ + "Ġfol", + "ks" + ], + [ + "Ġfolk", + "s" + ], + [ + "Ġharvest", + "ed" + ], + [ + "Ġadult", + "hood" + ], + [ + "Ġadul", + "thood" + ], + [ + "U", + "D" + ], + [ + "i", + "rs" + ], + [ + "ir", + "s" + ], + [ + "Ġad", + "mit" + ], + [ + "Ġadm", + "it" + ], + [ + "Ġlegisl", + "ative" + ], + [ + "Ð", + "½" + ], + [ + "a", + "rity" + ], + [ + "ar", + "ity" + ], + [ + "ari", + "ty" + ], + [ + "e", + "try" + ], + [ + "et", + "ry" + ], + [ + "er", + "ship" + ], + [ + "ers", + "hip" + ], + [ + "ĠA", + "boriginal" + ], + [ + "ĠAb", + "original" + ], + [ + "ĠAborig", + "inal" + ], + [ + "Ġ", + "orth" + ], + [ + "Ġor", + "th" + ], + [ + "o", + "psy" + ], + [ + "op", + "sy" + ], + [ + "ops", + "y" + ], + [ + "o", + "grams" + ], + [ + "og", + "rams" + ], + [ + "ogram", + "s" + ], + [ + "izoph", + "ren" + ], + [ + "a", + "ran" + ], + [ + "ar", + "an" + ], + [ + "ara", + "n" + ], + [ + "Ġbreak", + "through" + ], + [ + "Ġp", + "romised" + ], + [ + "Ġprom", + "ised" + ], + [ + "Ġpromise", + "d" + ], + [ + "Ġvar", + "iant" + ], + [ + "Ġvari", + "ant" + ], + [ + "Ġfe", + "athers" + ], + [ + "Ġfeather", + "s" + ], + [ + "Ġfeat", + "hers" + ], + [ + "Ġuncomfort", + "able" + ], + [ + "a", + "nic" + ], + [ + "an", + "ic" + ], + [ + "ani", + "c" + ], + [ + "Ġ", + "ket" + ], + [ + "Ġk", + "et" + ], + [ + "Ġke", + "t" + ], + [ + "Ġper", + "ceive" + ], + [ + "Ġperce", + "ive" + ], + [ + "-", + "al" + ], + [ + "-a", + "l" + ], + [ + "Ġ", + "sor" + ], + [ + "Ġs", + "or" + ], + [ + "Ġso", + "r" + ], + [ + "Ġd", + "rill" + ], + [ + "Ġdr", + "ill" + ], + [ + "Ġdri", + "ll" + ], + [ + "Ġret", + "ention" + ], + [ + "Ġ", + "`" + ], + [ + "i", + "ens" + ], + [ + "ie", + "ns" + ], + [ + "ien", + "s" + ], + [ + "Ġod", + "ds" + ], + [ + "Ġodd", + "s" + ], + [ + "ar", + "ma" + ], + [ + "arm", + "a" + ], + [ + "Ġbe", + "verages" + ], + [ + "Ġbeverage", + "s" + ], + [ + "Ġs", + "ucc" + ], + [ + "Ġsu", + "cc" + ], + [ + "Ġsuc", + "c" + ], + [ + "Ġd", + "well" + ], + [ + "Ġdw", + "ell" + ], + [ + "Ġ", + "amph" + ], + [ + "Ġa", + "mph" + ], + [ + "Ġam", + "ph" + ], + [ + "Ġamp", + "h" + ], + [ + "i", + "mb" + ], + [ + "im", + "b" + ], + [ + "Ġk", + "ern" + ], + [ + "Ġke", + "rn" + ], + [ + "Ġker", + "n" + ], + [ + "Ġimp", + "osed" + ], + [ + "Ġimpose", + "d" + ], + [ + "Ġter", + "rain" + ], + [ + "Ġterr", + "ain" + ], + [ + "Ġterra", + "in" + ], + [ + "G", + "ood" + ], + [ + "Go", + "od" + ], + [ + "Ġs", + "our" + ], + [ + "Ġso", + "ur" + ], + [ + "Ġsou", + "r" + ], + [ + "Ġs", + "olved" + ], + [ + "Ġsol", + "ved" + ], + [ + "Ġsolve", + "d" + ], + [ + "ĠBer", + "keley" + ], + [ + "Ġrec", + "ipes" + ], + [ + "Ġrecip", + "es" + ], + [ + "Ġrecipe", + "s" + ], + [ + "\"", + "I" + ], + [ + "Ġ", + "Fisher" + ], + [ + "ĠF", + "isher" + ], + [ + "ĠFish", + "er" + ], + [ + "Ġ", + "Ra" + ], + [ + "ĠR", + "a" + ], + [ + "Ġl", + "ateral" + ], + [ + "Ġlater", + "al" + ], + [ + "Ġla", + "teral" + ], + [ + "Ġlate", + "ral" + ], + [ + "Ġlat", + "eral" + ], + [ + "h", + "ematic" + ], + [ + "he", + "matic" + ], + [ + "hem", + "atic" + ], + [ + "hemat", + "ic" + ], + [ + "hema", + "tic" + ], + [ + "Ġharvest", + "ing" + ], + [ + "Ġch", + "ecks" + ], + [ + "Ġche", + "cks" + ], + [ + "Ġcheck", + "s" + ], + [ + "Ġstrugg", + "les" + ], + [ + "Ġstruggle", + "s" + ], + [ + "ĠMal", + "ays" + ], + [ + "ĠMalay", + "s" + ], + [ + "Ġapp", + "reciation" + ], + [ + "Ġapprec", + "iation" + ], + [ + "Ġstrict", + "ly" + ], + [ + "Ġc", + "lot" + ], + [ + "Ġcl", + "ot" + ], + [ + "Ġclo", + "t" + ], + [ + "In", + "ter" + ], + [ + "Int", + "er" + ], + [ + "Ġre", + "ceptor" + ], + [ + "Ġrece", + "ptor" + ], + [ + "Ġrecept", + "or" + ], + [ + "ro", + "ups" + ], + [ + "rou", + "ps" + ], + [ + "roup", + "s" + ], + [ + "Ġelect", + "romagnetic" + ], + [ + "Ġelectro", + "magnetic" + ], + [ + "Ġelectrom", + "agnetic" + ], + [ + "Ġelectromagnet", + "ic" + ], + [ + "Ġ", + "phon" + ], + [ + "Ġp", + "hon" + ], + [ + "Ġph", + "on" + ], + [ + "ather", + "ine" + ], + [ + "athe", + "rine" + ], + [ + "Ġmicro", + "organisms" + ], + [ + "Ġmicroorganism", + "s" + ], + [ + "Ġmicro", + "w" + ], + [ + "Ġmic", + "row" + ], + [ + "Ġmi", + "crow" + ], + [ + "Ġst", + "ayed" + ], + [ + "Ġstay", + "ed" + ], + [ + "Ġsta", + "yed" + ], + [ + "Ġsett", + "lements" + ], + [ + "Ġsettle", + "ments" + ], + [ + "Ġsettlement", + "s" + ], + [ + "H", + "aving" + ], + [ + "Ha", + "ving" + ], + [ + "Ġ", + "cock" + ], + [ + "Ġc", + "ock" + ], + [ + "Ġco", + "ck" + ], + [ + "Ġcoc", + "k" + ], + [ + "Ġ", + "forcing" + ], + [ + "Ġfor", + "cing" + ], + [ + "Ġforc", + "ing" + ], + [ + "Ġtr", + "illion" + ], + [ + "Ġtril", + "lion" + ], + [ + "Ġport", + "able" + ], + [ + "Ġpor", + "table" + ], + [ + "Ġnet", + "working" + ], + [ + "Ġnetwork", + "ing" + ], + [ + "Ġmicro", + "scope" + ], + [ + "Ġmic", + "roscope" + ], + [ + "Ġmicrosc", + "ope" + ], + [ + "W", + "hether" + ], + [ + "Wh", + "ether" + ], + [ + "at", + "ivity" + ], + [ + "ati", + "vity" + ], + [ + "Ġdep", + "icted" + ], + [ + "Ġdepict", + "ed" + ], + [ + "Ġdam", + "ages" + ], + [ + "Ġdamage", + "s" + ], + [ + "ĠSw", + "itzerland" + ], + [ + "Ġ", + "TB" + ], + [ + "ĠT", + "B" + ], + [ + "Ġton", + "nes" + ], + [ + "Ġtonne", + "s" + ], + [ + "Ġ", + "Along" + ], + [ + "ĠA", + "long" + ], + [ + "ĠAl", + "ong" + ], + [ + "Ġ", + "Stress" + ], + [ + "ĠSt", + "ress" + ], + [ + "ĠStr", + "ess" + ], + [ + "ĠStre", + "ss" + ], + [ + "h", + "ot" + ], + [ + "ho", + "t" + ], + [ + "Ġnation", + "wide" + ], + [ + "i", + "rical" + ], + [ + "ir", + "ical" + ], + [ + "iri", + "cal" + ], + [ + "Ġinvest", + "igating" + ], + [ + "Ġinvestig", + "ating" + ], + [ + "Ġ", + "Sa" + ], + [ + "ĠS", + "a" + ], + [ + "Ġ", + "worms" + ], + [ + "Ġw", + "orms" + ], + [ + "Ġwor", + "ms" + ], + [ + "Ġworm", + "s" + ], + [ + "O", + "UR" + ], + [ + "OU", + "R" + ], + [ + "Ġ", + "Cru" + ], + [ + "ĠC", + "ru" + ], + [ + "ĠCr", + "u" + ], + [ + "Ġ", + "Command" + ], + [ + "ĠComm", + "and" + ], + [ + "ĠCom", + "mand" + ], + [ + "Ġt", + "ouching" + ], + [ + "Ġtou", + "ching" + ], + [ + "Ġtouch", + "ing" + ], + [ + "Ġdel", + "ivering" + ], + [ + "Ġdeliver", + "ing" + ], + [ + "-", + "ad" + ], + [ + "-a", + "d" + ], + [ + "h", + "al" + ], + [ + "ha", + "l" + ], + [ + "Ġcy", + "linder" + ], + [ + "Ġcyl", + "inder" + ], + [ + "Ġcylind", + "er" + ], + [ + "b", + "one" + ], + [ + "bon", + "e" + ], + [ + "bo", + "ne" + ], + [ + "Ġdo", + "zens" + ], + [ + "Ġdozen", + "s" + ], + [ + "Ġmaint", + "ains" + ], + [ + "Ġmaintain", + "s" + ], + [ + "Ġcoll", + "aps" + ], + [ + "Ġre", + "forms" + ], + [ + "Ġref", + "orms" + ], + [ + "Ġreform", + "s" + ], + [ + "Ù", + "İ" + ], + [ + "ĠE", + "val" + ], + [ + "ĠEv", + "al" + ], + [ + "ĠEva", + "l" + ], + [ + "Ġ", + "Gil" + ], + [ + "ĠG", + "il" + ], + [ + "ĠGi", + "l" + ], + [ + "Ġar", + "sen" + ], + [ + "ĠO", + "d" + ], + [ + "Ġ", + "bench" + ], + [ + "Ġb", + "ench" + ], + [ + "Ġben", + "ch" + ], + [ + "i", + "age" + ], + [ + "ia", + "ge" + ], + [ + "Ġgl", + "uten" + ], + [ + "Ġglut", + "en" + ], + [ + "Ġglute", + "n" + ], + [ + "Ġpot", + "ent" + ], + [ + "Ġp", + "rophe" + ], + [ + "Ġpro", + "phe" + ], + [ + "Ġpr", + "ophe" + ], + [ + "Ġprop", + "he" + ], + [ + "Ġcitizens", + "hip" + ], + [ + "Ġcitizen", + "ship" + ], + [ + "ó", + "n" + ], + [ + "u", + "ccess" + ], + [ + "uc", + "cess" + ], + [ + "ucc", + "ess" + ], + [ + "Ġ", + "Planning" + ], + [ + "ĠPlan", + "ning" + ], + [ + "Ġ", + "Miller" + ], + [ + "ĠM", + "iller" + ], + [ + "ĠMil", + "ler" + ], + [ + "ĠMill", + "er" + ], + [ + "ĠMi", + "ller" + ], + [ + "Ġs", + "tain" + ], + [ + "Ġst", + "ain" + ], + [ + "Ġsta", + "in" + ], + [ + ".", + "T" + ], + [ + "Ġ", + "bes" + ], + [ + "Ġb", + "es" + ], + [ + "Ġbe", + "s" + ], + [ + "Ġfollow", + "ers" + ], + [ + "Ġfol", + "lowers" + ], + [ + "Ġfollower", + "s" + ], + [ + "h", + "ost" + ], + [ + "ho", + "st" + ], + [ + "Ġm", + "aternal" + ], + [ + "Ġma", + "ternal" + ], + [ + "Ġmat", + "ernal" + ], + [ + "Ġmater", + "nal" + ], + [ + "Ġpre", + "jud" + ], + [ + "Ġ", + "Constant" + ], + [ + "ĠCon", + "stant" + ], + [ + "ĠConst", + "ant" + ], + [ + "Ġfree", + "zing" + ], + [ + "Ġcolor", + "ful" + ], + [ + "or", + "rh" + ], + [ + "orr", + "h" + ], + [ + "e", + "z" + ], + [ + "Ġ", + "Was" + ], + [ + "ĠW", + "as" + ], + [ + "ĠWa", + "s" + ], + [ + "Ġcook", + "ies" + ], + [ + "Ġcookie", + "s" + ], + [ + "Ġcomp", + "iled" + ], + [ + "Ġcompile", + "d" + ], + [ + "Ġsh", + "arks" + ], + [ + "Ġshar", + "ks" + ], + [ + "Ġshark", + "s" + ], + [ + "Ġinstruct", + "ional" + ], + [ + "Ġinstruction", + "al" + ], + [ + "r", + "ove" + ], + [ + "ro", + "ve" + ], + [ + "rov", + "e" + ], + [ + "ache", + "lor" + ], + [ + "Ġ", + "lux" + ], + [ + "Ġl", + "ux" + ], + [ + "-", + "school" + ], + [ + "-s", + "chool" + ], + [ + "Ġn", + "orms" + ], + [ + "Ġnorm", + "s" + ], + [ + "Ġnor", + "ms" + ], + [ + "Ġrail", + "road" + ], + [ + "Ġpe", + "dest" + ], + [ + "Ġped", + "est" + ], + [ + "P", + "DF" + ], + [ + "PD", + "F" + ], + [ + "Ñ", + "ģ" + ], + [ + "Ġ", + "MIT" + ], + [ + "ĠM", + "IT" + ], + [ + "ĠMI", + "T" + ], + [ + "Ġ", + "Dub" + ], + [ + "ĠD", + "ub" + ], + [ + "ĠDu", + "b" + ], + [ + "Ġ", + "ED" + ], + [ + "ĠE", + "D" + ], + [ + "Ġremember", + "ed" + ], + [ + "Ġremem", + "bered" + ], + [ + "%", + ".Ċ" + ], + [ + "%.", + "Ċ" + ], + [ + "Ġins", + "ufficient" + ], + [ + "Ġprior", + "it" + ], + [ + "Ġpriori", + "t" + ], + [ + ".", + "-" + ], + [ + "Ġ", + "Swedish" + ], + [ + "ĠSwed", + "ish" + ], + [ + "Ġent", + "repreneurs" + ], + [ + "Ġentreprene", + "urs" + ], + [ + "Ġentrepreneur", + "s" + ], + [ + "Ġcounter", + "parts" + ], + [ + "Ġcounterpart", + "s" + ], + [ + "t", + "hs" + ], + [ + "th", + "s" + ], + [ + "ip", + "se" + ], + [ + "ips", + "e" + ], + [ + "Ġ", + "heading" + ], + [ + "Ġhe", + "ading" + ], + [ + "Ġhead", + "ing" + ], + [ + "Ġ", + "Currently" + ], + [ + "ĠCurrent", + "ly" + ], + [ + "Ġ", + "________" + ], + [ + "Ġ____", + "____" + ], + [ + "Ġ_____", + "___" + ], + [ + "Ġ______", + "__" + ], + [ + "Ġ___", + "_____" + ], + [ + "Ġ__", + "______" + ], + [ + "Ġ_______", + "_" + ], + [ + "n", + "atural" + ], + [ + "nat", + "ural" + ], + [ + "ĠT", + "al" + ], + [ + "ĠTa", + "l" + ], + [ + "Ġdis", + "abled" + ], + [ + "Ġdisable", + "d" + ], + [ + "Ġp", + "ressing" + ], + [ + "Ġpr", + "essing" + ], + [ + "Ġpres", + "sing" + ], + [ + "Ġpress", + "ing" + ], + [ + "Ġqu", + "ot" + ], + [ + "Ġquo", + "t" + ], + [ + "Ġd", + "ependence" + ], + [ + "Ġdepend", + "ence" + ], + [ + "Ġepis", + "odes" + ], + [ + "Ġepisode", + "s" + ], + [ + "b", + "irds" + ], + [ + "bird", + "s" + ], + [ + "per", + "ature" + ], + [ + "Ġm", + "ant" + ], + [ + "Ġman", + "t" + ], + [ + "Ġma", + "nt" + ], + [ + "vers", + "ion" + ], + [ + "Ġ", + "Freedom" + ], + [ + "ĠFre", + "edom" + ], + [ + "ĠFree", + "dom" + ], + [ + "ĠFreed", + "om" + ], + [ + "Ġagg", + "ression" + ], + [ + "Ġaggress", + "ion" + ], + [ + "Ġcult", + "ivation" + ], + [ + "Ġcultiv", + "ation" + ], + [ + "v", + "ance" + ], + [ + "van", + "ce" + ], + [ + "va", + "nce" + ], + [ + "Ġpr", + "inter" + ], + [ + "Ġprint", + "er" + ], + [ + "Ġmon", + "etary" + ], + [ + "Ġmonet", + "ary" + ], + [ + "Ġs", + "ilk" + ], + [ + "Ġsil", + "k" + ], + [ + "ne", + "ath" + ], + [ + "nea", + "th" + ], + [ + "Ġtrans", + "late" + ], + [ + "Ġtransl", + "ate" + ], + [ + "Ġelectr", + "oly" + ], + [ + "Ġelectro", + "ly" + ], + [ + "A", + "F" + ], + [ + "Ġdown", + "t" + ], + [ + "Ġdow", + "nt" + ], + [ + "Ġin", + "tens" + ], + [ + "Ġint", + "ens" + ], + [ + "M", + "at" + ], + [ + "Ma", + "t" + ], + [ + "Ġsp", + "ont" + ], + [ + "Ġspo", + "nt" + ], + [ + "Ġkind", + "ergarten" + ], + [ + "Ġkindergart", + "en" + ], + [ + "u", + "f" + ], + [ + "r", + "od" + ], + [ + "ro", + "d" + ], + [ + "Ġ", + "Bor" + ], + [ + "ĠB", + "or" + ], + [ + "ĠBo", + "r" + ], + [ + "Ġsacr", + "ific" + ], + [ + "Ġele", + "phant" + ], + [ + "Ġeleph", + "ant" + ], + [ + "Ġ", + "Box" + ], + [ + "ĠB", + "ox" + ], + [ + "ĠBo", + "x" + ], + [ + "Ġ", + "Fun" + ], + [ + "ĠF", + "un" + ], + [ + "ĠFu", + "n" + ], + [ + "ĠAll", + "iance" + ], + [ + "Ġcult", + "ivated" + ], + [ + "Ġcultiv", + "ated" + ], + [ + "Ġcultivate", + "d" + ], + [ + "or", + "ship" + ], + [ + "ors", + "hip" + ], + [ + "Ġ", + "Archae" + ], + [ + "ĠArch", + "ae" + ], + [ + "Ġ", + "Agricultural" + ], + [ + "ĠAg", + "ricultural" + ], + [ + "ĠAgricult", + "ural" + ], + [ + "ĠAgri", + "cultural" + ], + [ + "ĠAgric", + "ultural" + ], + [ + "Ġdel", + "ayed" + ], + [ + "Ġdelay", + "ed" + ], + [ + "Ġb", + "ip" + ], + [ + "Ġbi", + "p" + ], + [ + "Ġint", + "oler" + ], + [ + "Ġinto", + "ler" + ], + [ + "ĠB", + "each" + ], + [ + "ĠBe", + "ach" + ], + [ + "Ġre", + "bell" + ], + [ + "Ġreb", + "ell" + ], + [ + "Ġrebel", + "l" + ], + [ + "Ġs", + "mile" + ], + [ + "Ġsm", + "ile" + ], + [ + "Ġ", + "bush" + ], + [ + "Ġb", + "ush" + ], + [ + "Ġbu", + "sh" + ], + [ + "Ġbus", + "h" + ], + [ + "Ġaster", + "oid" + ], + [ + "Ñ", + "Ģ" + ], + [ + "Ġeas", + "iest" + ], + [ + "Ġw", + "astewater" + ], + [ + "Ġwaste", + "water" + ], + [ + "Ġwast", + "ewater" + ], + [ + "R", + "NA" + ], + [ + "RN", + "A" + ], + [ + "c", + "ommun" + ], + [ + "com", + "mun" + ], + [ + "comm", + "un" + ], + [ + "Ġbirth", + "day" + ], + [ + "Ġwitness", + "ed" + ], + [ + "Ġ", + "Literature" + ], + [ + "ĠLiter", + "ature" + ], + [ + "Ġsign", + "ature" + ], + [ + "Ġsig", + "nature" + ], + [ + "ĠBudd", + "ha" + ], + [ + "ĠBuddh", + "a" + ], + [ + "Ġ", + "Impact" + ], + [ + "ĠImp", + "act" + ], + [ + "Ġunder", + "m" + ], + [ + "Ġund", + "erm" + ], + [ + "Ġc", + "oupled" + ], + [ + "Ġcou", + "pled" + ], + [ + "Ġcouple", + "d" + ], + [ + "Ġcoup", + "led" + ], + [ + "Ġv", + "ulnerability" + ], + [ + "Ġvulner", + "ability" + ], + [ + "S", + "E" + ], + [ + "Ġ", + "Loc" + ], + [ + "ĠL", + "oc" + ], + [ + "ĠLo", + "c" + ], + [ + "Ġcomb", + "ines" + ], + [ + "Ġcombine", + "s" + ], + [ + "B", + "en" + ], + [ + "Be", + "n" + ], + [ + "Ġimp", + "ul" + ], + [ + "Ġreg", + "istration" + ], + [ + "Ġregist", + "ration" + ], + [ + "Ġcl", + "ues" + ], + [ + "Ġclue", + "s" + ], + [ + "-p", + "owered" + ], + [ + "-power", + "ed" + ], + [ + "-po", + "wered" + ], + [ + "Ġinsert", + "ed" + ], + [ + "os", + "itory" + ], + [ + "osit", + "ory" + ], + [ + "m", + "arks" + ], + [ + "mar", + "ks" + ], + [ + "mark", + "s" + ], + [ + "Ġincent", + "ives" + ], + [ + "Ġincentive", + "s" + ], + [ + "Ġincentiv", + "es" + ], + [ + "Ġn", + "oble" + ], + [ + "Ġno", + "ble" + ], + [ + "Ġnob", + "le" + ], + [ + "ac", + "erb" + ], + [ + "acer", + "b" + ], + [ + "Ġ", + "Ger" + ], + [ + "ĠG", + "er" + ], + [ + "ĠGe", + "r" + ], + [ + "Ġj", + "oining" + ], + [ + "Ġjo", + "ining" + ], + [ + "Ġjoin", + "ing" + ], + [ + "Ġin", + "spection" + ], + [ + "Ġinsp", + "ection" + ], + [ + "Ġinspect", + "ion" + ], + [ + "P", + "E" + ], + [ + "Ġ", + "oct" + ], + [ + "Ġo", + "ct" + ], + [ + "Ġ", + "Dog" + ], + [ + "ĠD", + "og" + ], + [ + "ĠDo", + "g" + ], + [ + "Ġ", + "EC" + ], + [ + "ĠE", + "C" + ], + [ + "l", + "etal" + ], + [ + "le", + "tal" + ], + [ + "let", + "al" + ], + [ + "p", + "ers" + ], + [ + "per", + "s" + ], + [ + "pe", + "rs" + ], + [ + "Ġ", + "Pict" + ], + [ + "ĠP", + "ict" + ], + [ + "ĠPi", + "ct" + ], + [ + "ĠPic", + "t" + ], + [ + "Ġ", + "wheels" + ], + [ + "Ġw", + "heels" + ], + [ + "Ġwhe", + "els" + ], + [ + "Ġwheel", + "s" + ], + [ + "Ġwhee", + "ls" + ], + [ + "Ġgl", + "ue" + ], + [ + "Ġeconom", + "ically" + ], + [ + "Ġeconomic", + "ally" + ], + [ + "Ġeconomical", + "ly" + ], + [ + "Ġsix", + "th" + ], + [ + "Ġinter", + "ference" + ], + [ + "Ġinterf", + "erence" + ], + [ + "Ġinterfere", + "nce" + ], + [ + "Ġinterfer", + "ence" + ], + [ + "Ġ", + "Nich" + ], + [ + "ĠN", + "ich" + ], + [ + "ĠNic", + "h" + ], + [ + "ĠNi", + "ch" + ], + [ + "Ġmembers", + "hip" + ], + [ + "Ġmember", + "ship" + ], + [ + "Ġ", + "Si" + ], + [ + "ĠS", + "i" + ], + [ + "Ġ", + "Eat" + ], + [ + "ĠE", + "at" + ], + [ + "Ġf", + "ailing" + ], + [ + "Ġfail", + "ing" + ], + [ + "Ġfa", + "iling" + ], + [ + "w", + "ill" + ], + [ + "wi", + "ll" + ], + [ + "Ġh", + "ob" + ], + [ + "Ġho", + "b" + ], + [ + "re", + "nal" + ], + [ + "ren", + "al" + ], + [ + "Ġ", + "pole" + ], + [ + "Ġp", + "ole" + ], + [ + "Ġpo", + "le" + ], + [ + "Ġpol", + "e" + ], + [ + "ĠA", + "ward" + ], + [ + "ĠAw", + "ard" + ], + [ + "in", + "cial" + ], + [ + "inc", + "ial" + ], + [ + "Ġ", + "frames" + ], + [ + "Ġfram", + "es" + ], + [ + "Ġfra", + "mes" + ], + [ + "Ġfr", + "ames" + ], + [ + "Ġframe", + "s" + ], + [ + "Ġtox", + "icity" + ], + [ + "Ġtoxic", + "ity" + ], + [ + "Ke", + "ep" + ], + [ + "Ġ", + "aug" + ], + [ + "Ġa", + "ug" + ], + [ + "Ġau", + "g" + ], + [ + "Ġdec", + "lar" + ], + [ + "Ġdecl", + "ar" + ], + [ + "Ġhome", + "less" + ], + [ + "Ġhom", + "eless" + ], + [ + "Ġinter", + "mediate" + ], + [ + "Ġinterm", + "ediate" + ], + [ + "Ġintermedi", + "ate" + ], + [ + "Î", + "±" + ], + [ + "Ġpro", + "claim" + ], + [ + "Ġproc", + "laim" + ], + [ + "Ġind", + "uced" + ], + [ + "Ġindu", + "ced" + ], + [ + "Ġinduce", + "d" + ], + [ + "Ġth", + "rone" + ], + [ + "Ġthr", + "one" + ], + [ + "Ġthro", + "ne" + ], + [ + "-dep", + "th" + ], + [ + "e", + "sy" + ], + [ + "es", + "y" + ], + [ + "ĠK", + "ong" + ], + [ + "ĠKon", + "g" + ], + [ + "ĠKo", + "ng" + ], + [ + "u", + "ters" + ], + [ + "ut", + "ers" + ], + [ + "ute", + "rs" + ], + [ + "uter", + "s" + ], + [ + "o", + "pol" + ], + [ + "op", + "ol" + ], + [ + "opo", + "l" + ], + [ + "ĠE", + "ve" + ], + [ + "ĠEv", + "e" + ], + [ + "un", + "ks" + ], + [ + "unk", + "s" + ], + [ + "Ġ", + "Kal" + ], + [ + "ĠK", + "al" + ], + [ + "ĠKa", + "l" + ], + [ + "l", + "ihood" + ], + [ + "li", + "hood" + ], + [ + "u", + "las" + ], + [ + "ul", + "as" + ], + [ + "ula", + "s" + ], + [ + "e", + "llo" + ], + [ + "el", + "lo" + ], + [ + "ell", + "o" + ], + [ + "Ġcons", + "iders" + ], + [ + "Ġconsider", + "s" + ], + [ + "Ġconsid", + "ers" + ], + [ + "Ġt", + "uber" + ], + [ + "Ġtube", + "r" + ], + [ + "Ġtub", + "er" + ], + [ + "Ġtu", + "ber" + ], + [ + "Ġ", + "Words" + ], + [ + "ĠW", + "ords" + ], + [ + "ĠWor", + "ds" + ], + [ + "ĠWord", + "s" + ], + [ + "Ġ", + "Staff" + ], + [ + "ĠSt", + "aff" + ], + [ + "ĠSta", + "ff" + ], + [ + "Ġal", + "lev" + ], + [ + "Ġall", + "ev" + ], + [ + "Ġalle", + "v" + ], + [ + "in", + "ters" + ], + [ + "int", + "ers" + ], + [ + "inter", + "s" + ], + [ + "inte", + "rs" + ], + [ + "Ġ", + "Deb" + ], + [ + "ĠD", + "eb" + ], + [ + "ĠDe", + "b" + ], + [ + "Ġinvent", + "ory" + ], + [ + "Ġinventor", + "y" + ], + [ + "B", + "lack" + ], + [ + "Bl", + "ack" + ], + [ + "ole", + "cular" + ], + [ + "k", + "g" + ], + [ + "Ġ", + "Tech" + ], + [ + "ĠT", + "ech" + ], + [ + "ĠTe", + "ch" + ], + [ + "ĠTec", + "h" + ], + [ + "Ġ", + "Lic" + ], + [ + "ĠL", + "ic" + ], + [ + "ĠLi", + "c" + ], + [ + "Ġ", + "peas" + ], + [ + "Ġp", + "eas" + ], + [ + "Ġpe", + "as" + ], + [ + "Ġpea", + "s" + ], + [ + "r", + "ophy" + ], + [ + "ro", + "phy" + ], + [ + "rop", + "hy" + ], + [ + "roph", + "y" + ], + [ + "Ġcross", + "ed" + ], + [ + "Ġcros", + "sed" + ], + [ + "Ġrestaur", + "ants" + ], + [ + "Ġrestaurant", + "s" + ], + [ + "r", + "ish" + ], + [ + "ri", + "sh" + ], + [ + "ris", + "h" + ], + [ + "Ġf", + "riction" + ], + [ + "Ġfri", + "ction" + ], + [ + "Ġfr", + "iction" + ], + [ + "a", + "sa" + ], + [ + "as", + "a" + ], + [ + "Ġsp", + "ite" + ], + [ + "Ġspit", + "e" + ], + [ + "Ġspi", + "te" + ], + [ + "s", + "ub" + ], + [ + "su", + "b" + ], + [ + "Ġ", + "Strateg" + ], + [ + "ĠStr", + "ateg" + ], + [ + "ĠStra", + "teg" + ], + [ + "ĠStrat", + "eg" + ], + [ + "e", + "rated" + ], + [ + "er", + "ated" + ], + [ + "era", + "ted" + ], + [ + "erate", + "d" + ], + [ + "erat", + "ed" + ], + [ + "Ġed", + "ited" + ], + [ + "Ġedit", + "ed" + ], + [ + "á", + "¹" + ], + [ + "h", + "ew" + ], + [ + "he", + "w" + ], + [ + "T", + "HE" + ], + [ + "TH", + "E" + ], + [ + "Ġ", + "Hal" + ], + [ + "ĠH", + "al" + ], + [ + "ĠHa", + "l" + ], + [ + "Ġacc", + "used" + ], + [ + "Ġaccus", + "ed" + ], + [ + "Ġaccuse", + "d" + ], + [ + "Ġr", + "uler" + ], + [ + "Ġrule", + "r" + ], + [ + "Ġrul", + "er" + ], + [ + "Ġru", + "ler" + ], + [ + "Ġb", + "od" + ], + [ + "Ġbo", + "d" + ], + [ + "o", + "wing" + ], + [ + "ow", + "ing" + ], + [ + "Ġ", + "Chronic" + ], + [ + "ĠCh", + "ronic" + ], + [ + "ĠChron", + "ic" + ], + [ + "Ġ", + "Cass" + ], + [ + "ĠC", + "ass" + ], + [ + "ĠCa", + "ss" + ], + [ + "ĠCas", + "s" + ], + [ + "ĠQue", + "ens" + ], + [ + "ĠQueen", + "s" + ], + [ + "Ġgro", + "cery" + ], + [ + "Ġgrocer", + "y" + ], + [ + "i", + "erce" + ], + [ + "ier", + "ce" + ], + [ + "Ġdr", + "aws" + ], + [ + "Ġdra", + "ws" + ], + [ + "Ġdraw", + "s" + ], + [ + "Ġult", + "rasound" + ], + [ + "Ġultra", + "sound" + ], + [ + "Ġultras", + "ound" + ], + [ + "Å", + "į" + ], + [ + "Ġ", + "appropriately" + ], + [ + "Ġappropri", + "ately" + ], + [ + "Ġappropriate", + "ly" + ], + [ + "ar", + "tz" + ], + [ + "art", + "z" + ], + [ + "Ġ", + "Partners" + ], + [ + "ĠPart", + "ners" + ], + [ + "ĠPartner", + "s" + ], + [ + "or", + "se" + ], + [ + "ors", + "e" + ], + [ + "Ġn", + "urt" + ], + [ + "Ġnu", + "rt" + ], + [ + "Ġco", + "oler" + ], + [ + "Ġcool", + "er" + ], + [ + "Ġ", + "balls" + ], + [ + "Ġb", + "alls" + ], + [ + "Ġbal", + "ls" + ], + [ + "Ġball", + "s" + ], + [ + "Ġ", + "Toronto" + ], + [ + "ĠTor", + "onto" + ], + [ + "E", + "duc" + ], + [ + "Ed", + "uc" + ], + [ + "a", + "unt" + ], + [ + "au", + "nt" + ], + [ + "Ġblood", + "stream" + ], + [ + "Ġst", + "opping" + ], + [ + "Ġstop", + "ping" + ], + [ + "Ġsto", + "pping" + ], + [ + "Ġ", + "Anti" + ], + [ + "ĠAn", + "ti" + ], + [ + "ĠAnt", + "i" + ], + [ + "m", + "atic" + ], + [ + "ma", + "tic" + ], + [ + "mat", + "ic" + ], + [ + "Ġ", + "ana" + ], + [ + "Ġa", + "na" + ], + [ + "Ġan", + "a" + ], + [ + "Ġ", + "Upper" + ], + [ + "ĠU", + "pper" + ], + [ + "ĠUp", + "per" + ], + [ + "Ġorgan", + "izational" + ], + [ + "Ġorganization", + "al" + ], + [ + "Ġmar", + "ijuana" + ], + [ + "Ġ", + "Defin" + ], + [ + "ĠD", + "efin" + ], + [ + "ĠDe", + "fin" + ], + [ + "ĠDef", + "in" + ], + [ + "Ġ", + "Captain" + ], + [ + "ĠCap", + "tain" + ], + [ + "ĠCapt", + "ain" + ], + [ + "u", + "ated" + ], + [ + "ua", + "ted" + ], + [ + "uate", + "d" + ], + [ + "Ġ", + "ants" + ], + [ + "Ġan", + "ts" + ], + [ + "Ġant", + "s" + ], + [ + "Ġt", + "rains" + ], + [ + "Ġtra", + "ins" + ], + [ + "Ġtr", + "ains" + ], + [ + "Ġtrain", + "s" + ], + [ + "Ġ", + "Block" + ], + [ + "ĠB", + "lock" + ], + [ + "ĠBl", + "ock" + ], + [ + "ĠBlo", + "ck" + ], + [ + "Ġholid", + "ays" + ], + [ + "Ġholiday", + "s" + ], + [ + "il", + "age" + ], + [ + "ila", + "ge" + ], + [ + "l", + "ict" + ], + [ + "lic", + "t" + ], + [ + "li", + "ct" + ], + [ + "Ġsupport", + "ive" + ], + [ + "reat", + "ening" + ], + [ + "reate", + "ning" + ], + [ + "Ġdin", + "osaurs" + ], + [ + "Ġdinosaur", + "s" + ], + [ + "Ġm", + "ankind" + ], + [ + "Ġman", + "kind" + ], + [ + "Ġ", + "EN" + ], + [ + "ĠE", + "N" + ], + [ + "ys", + "ics" + ], + [ + "Ġur", + "gent" + ], + [ + "Ġurge", + "nt" + ], + [ + "Ġco", + "ordinate" + ], + [ + "Ġcoord", + "inate" + ], + [ + "Ġs", + "hells" + ], + [ + "Ġsh", + "ells" + ], + [ + "Ġshel", + "ls" + ], + [ + "Ġshell", + "s" + ], + [ + "Ġun", + "wanted" + ], + [ + "Ġunw", + "anted" + ], + [ + "Ġan", + "emia" + ], + [ + "Ġanem", + "ia" + ], + [ + "e", + "ering" + ], + [ + "ee", + "ring" + ], + [ + "eer", + "ing" + ], + [ + "Ġre", + "vised" + ], + [ + "Ġrev", + "ised" + ], + [ + "Ġrevis", + "ed" + ], + [ + "Ġrevise", + "d" + ], + [ + "Ġrail", + "way" + ], + [ + "it", + "ches" + ], + [ + "itch", + "es" + ], + [ + "Ġpost", + "ure" + ], + [ + "ĠBang", + "ladesh" + ], + [ + "ĠBanglades", + "h" + ], + [ + "Ġ", + "Personal" + ], + [ + "ĠP", + "ersonal" + ], + [ + "ĠPers", + "onal" + ], + [ + "ĠPerson", + "al" + ], + [ + "Ġlect", + "ures" + ], + [ + "Ġlecture", + "s" + ], + [ + "Ġveterin", + "arian" + ], + [ + "ĠH", + "un" + ], + [ + "ĠHu", + "n" + ], + [ + "Ġ", + "Video" + ], + [ + "ĠV", + "ideo" + ], + [ + "ĠVid", + "eo" + ], + [ + "Ġcent", + "res" + ], + [ + "Ġcentre", + "s" + ], + [ + "Ġcentr", + "es" + ], + [ + "Ġpul", + "p" + ], + [ + "w", + "ind" + ], + [ + "win", + "d" + ], + [ + "wi", + "nd" + ], + [ + "Ġis", + "ot" + ], + [ + "Ġiso", + "t" + ], + [ + "Ġout", + "lined" + ], + [ + "Ġoutl", + "ined" + ], + [ + "Ġoutline", + "d" + ], + [ + "ĠAff", + "airs" + ], + [ + "ier", + "ra" + ], + [ + "Ġrep", + "roduce" + ], + [ + "Ġreprodu", + "ce" + ], + [ + "Ġreproduc", + "e" + ], + [ + "a", + "di" + ], + [ + "ad", + "i" + ], + [ + "cer", + "pt" + ], + [ + "Ġ", + "Cro" + ], + [ + "ĠC", + "ro" + ], + [ + "ĠCr", + "o" + ], + [ + "as", + "tically" + ], + [ + "ast", + "ically" + ], + [ + "astic", + "ally" + ], + [ + "astical", + "ly" + ], + [ + "Ġgl", + "ory" + ], + [ + "Ġglor", + "y" + ], + [ + "Ġglo", + "ry" + ], + [ + "o", + "ys" + ], + [ + "oy", + "s" + ], + [ + "Ġ", + "Wi" + ], + [ + "ĠW", + "i" + ], + [ + "p", + "ler" + ], + [ + "pl", + "er" + ], + [ + "ple", + "r" + ], + [ + "Ġ", + "Images" + ], + [ + "ĠIm", + "ages" + ], + [ + "ĠImage", + "s" + ], + [ + "ĠImag", + "es" + ], + [ + "Ġsex", + "ually" + ], + [ + "Ġsexual", + "ly" + ], + [ + "ĠG", + "reeks" + ], + [ + "ĠGree", + "ks" + ], + [ + "ĠGreek", + "s" + ], + [ + "ĠGr", + "eeks" + ], + [ + "ĠGre", + "eks" + ], + [ + "re", + "hend" + ], + [ + "ĠV", + "ill" + ], + [ + "ĠVi", + "ll" + ], + [ + "ĠVil", + "l" + ], + [ + "Ġex", + "clusive" + ], + [ + "Ġexclus", + "ive" + ], + [ + "Ġt", + "oy" + ], + [ + "Ġto", + "y" + ], + [ + "Ġ", + "Fat" + ], + [ + "ĠF", + "at" + ], + [ + "ĠFa", + "t" + ], + [ + "Ġstat", + "ue" + ], + [ + "ĠNorth", + "west" + ], + [ + "Ġcommun", + "icating" + ], + [ + "Ġcommunic", + "ating" + ], + [ + "-dr", + "iven" + ], + [ + "-drive", + "n" + ], + [ + "Ġ", + "dated" + ], + [ + "Ġd", + "ated" + ], + [ + "Ġdate", + "d" + ], + [ + "Ġdat", + "ed" + ], + [ + "Ġda", + "ted" + ], + [ + "u", + "rities" + ], + [ + "ur", + "ities" + ], + [ + "uri", + "ties" + ], + [ + "Ġ", + "SQL" + ], + [ + "ĠS", + "QL" + ], + [ + "Ġperm", + "its" + ], + [ + "Ġpermit", + "s" + ], + [ + "Ġam", + "bit" + ], + [ + "Ġamb", + "it" + ], + [ + "Ġto", + "urists" + ], + [ + "Ġtou", + "rists" + ], + [ + "Ġtour", + "ists" + ], + [ + "Ġtourist", + "s" + ], + [ + "Ġph", + "osphorus" + ], + [ + "Ġphosph", + "orus" + ], + [ + "Ġphosphor", + "us" + ], + [ + "Ġign", + "or" + ], + [ + "Ġig", + "nor" + ], + [ + "e", + "ld" + ], + [ + "el", + "d" + ], + [ + "Ġcondition", + "ing" + ], + [ + "G", + "reen" + ], + [ + "Gr", + "een" + ], + [ + "Gre", + "en" + ], + [ + "i", + "time" + ], + [ + "it", + "ime" + ], + [ + "iti", + "me" + ], + [ + "itim", + "e" + ], + [ + "Ġd", + "ermat" + ], + [ + "Ġder", + "mat" + ], + [ + "Ġin", + "fest" + ], + [ + "Ġinf", + "est" + ], + [ + "Ġl", + "asted" + ], + [ + "Ġlast", + "ed" + ], + [ + "Ġla", + "sted" + ], + [ + "Ġlas", + "ted" + ], + [ + "Ġkey", + "board" + ], + [ + "Ġfol", + "iage" + ], + [ + "Ġl", + "inguistic" + ], + [ + "Ġlingu", + "istic" + ], + [ + "Ġling", + "uistic" + ], + [ + "Ġlinguist", + "ic" + ], + [ + "Ġinter", + "con" + ], + [ + "Ġinterc", + "on" + ], + [ + "Ġ", + "oun" + ], + [ + "Ġo", + "un" + ], + [ + "Ġou", + "n" + ], + [ + "art", + "icles" + ], + [ + "article", + "s" + ], + [ + "artic", + "les" + ], + [ + "arti", + "cles" + ], + [ + "Ġcomp", + "eting" + ], + [ + "Ġcompet", + "ing" + ], + [ + "Ġhor", + "izon" + ], + [ + "Ġhoriz", + "on" + ], + [ + "Ġde", + "ployed" + ], + [ + "Ġdeploy", + "ed" + ], + [ + "Ġexplicit", + "ly" + ], + [ + "ov", + "id" + ], + [ + "Ġ", + "Machine" + ], + [ + "ĠM", + "achine" + ], + [ + "ĠMac", + "hine" + ], + [ + "ĠMach", + "ine" + ], + [ + "Ġc", + "ervical" + ], + [ + "Ġcerv", + "ical" + ], + [ + "L", + "C" + ], + [ + "r", + "osc" + ], + [ + "ro", + "sc" + ], + [ + "ros", + "c" + ], + [ + "Ġeleph", + "ants" + ], + [ + "Ġelephant", + "s" + ], + [ + "Ġ", + "Hong" + ], + [ + "ĠH", + "ong" + ], + [ + "ĠHo", + "ng" + ], + [ + "ĠHon", + "g" + ], + [ + "Ġp", + "roc" + ], + [ + "Ġpro", + "c" + ], + [ + "Ġpr", + "oc" + ], + [ + "Ġharm", + "ony" + ], + [ + "Ġhar", + "mony" + ], + [ + "Ġharmon", + "y" + ], + [ + "Ġsh", + "ooting" + ], + [ + "Ġshoot", + "ing" + ], + [ + "Ġsho", + "oting" + ], + [ + "Ġemb", + "race" + ], + [ + "Ġembra", + "ce" + ], + [ + "r", + "ost" + ], + [ + "ro", + "st" + ], + [ + "ros", + "t" + ], + [ + "Ġpass", + "enger" + ], + [ + "Ġcompan", + "ion" + ], + [ + "Ġpip", + "eline" + ], + [ + "Ġpipe", + "line" + ], + [ + "Ġm", + "icrobial" + ], + [ + "Ġmicro", + "bial" + ], + [ + "Ġmicrob", + "ial" + ], + [ + "Ġmicrobi", + "al" + ], + [ + "Ġr", + "het" + ], + [ + "Ġrh", + "et" + ], + [ + "Ġrhe", + "t" + ], + [ + "Ġpub", + "lishing" + ], + [ + "Ġpubl", + "ishing" + ], + [ + "Ġpublish", + "ing" + ], + [ + "sec", + "ond" + ], + [ + "Ġ", + "rust" + ], + [ + "Ġr", + "ust" + ], + [ + "Ġru", + "st" + ], + [ + "Ġcom", + "prises" + ], + [ + "Ġcomp", + "rises" + ], + [ + "Ġcompris", + "es" + ], + [ + "Ġcomprise", + "s" + ], + [ + "Ġ", + "hub" + ], + [ + "Ġh", + "ub" + ], + [ + "Ġhu", + "b" + ], + [ + "Ġfact", + "ories" + ], + [ + "Ġfactor", + "ies" + ], + [ + "Ġfacto", + "ries" + ], + [ + "N", + "ASA" + ], + [ + "NA", + "SA" + ], + [ + "NAS", + "A" + ], + [ + "Ġleg", + "itimate" + ], + [ + "Ġlegit", + "imate" + ], + [ + "Ġlegitim", + "ate" + ], + [ + "Ġ", + "dot" + ], + [ + "Ġd", + "ot" + ], + [ + "Ġdo", + "t" + ], + [ + "Ġoff", + "set" + ], + [ + "Ġdiss", + "olved" + ], + [ + "Ġdissolve", + "d" + ], + [ + "Ġgrav", + "itational" + ], + [ + "Ġgravitation", + "al" + ], + [ + "ĠCl", + "inic" + ], + [ + "ĠClin", + "ic" + ], + [ + "D", + "efin" + ], + [ + "De", + "fin" + ], + [ + "Def", + "in" + ], + [ + "Ġe", + "nerg" + ], + [ + "Ġen", + "erg" + ], + [ + "Ġemploy", + "er" + ], + [ + "Ġdem", + "anding" + ], + [ + "Ġdemand", + "ing" + ], + [ + "og", + "lob" + ], + [ + "ogl", + "ob" + ], + [ + "raul", + "ic" + ], + [ + "Ġ", + "Bibl" + ], + [ + "ĠB", + "ibl" + ], + [ + "ĠBi", + "bl" + ], + [ + "ĠBib", + "l" + ], + [ + "Ġ", + "acre" + ], + [ + "Ġac", + "re" + ], + [ + "Ġcl", + "inic" + ], + [ + "Ġclin", + "ic" + ], + [ + "Ġcol", + "oring" + ], + [ + "Ġcolor", + "ing" + ], + [ + "Ġ", + "YouTube" + ], + [ + "ĠYou", + "Tube" + ], + [ + "Ġh", + "oping" + ], + [ + "Ġhop", + "ing" + ], + [ + "Ġho", + "ping" + ], + [ + "Ġse", + "ism" + ], + [ + "l", + "udes" + ], + [ + "lud", + "es" + ], + [ + "lu", + "des" + ], + [ + "lude", + "s" + ], + [ + "Ġsupp", + "ress" + ], + [ + "Ġsup", + "press" + ], + [ + "o", + "wed" + ], + [ + "ow", + "ed" + ], + [ + "owe", + "d" + ], + [ + "Ġcon", + "stitute" + ], + [ + "Ġconst", + "itute" + ], + [ + "Ġconstit", + "ute" + ], + [ + "Ġconstitu", + "te" + ], + [ + "rox", + "imately" + ], + [ + "n", + "ut" + ], + [ + "nu", + "t" + ], + [ + "as", + "sing" + ], + [ + "ass", + "ing" + ], + [ + "assi", + "ng" + ], + [ + "Ġst", + "rengthening" + ], + [ + "Ġstreng", + "thening" + ], + [ + "Ġstrength", + "ening" + ], + [ + "Ġstrengthen", + "ing" + ], + [ + "Ġmy", + "ths" + ], + [ + "Ġmyth", + "s" + ], + [ + "Ġ", + "Einstein" + ], + [ + "ĠE", + "instein" + ], + [ + "ĠEin", + "stein" + ], + [ + "Ġ", + "jun" + ], + [ + "Ġj", + "un" + ], + [ + "Ġju", + "n" + ], + [ + "Ġequ", + "ilibrium" + ], + [ + "Ġrad", + "ius" + ], + [ + "Ġradi", + "us" + ], + [ + "Ġjew", + "el" + ], + [ + "Ġje", + "wel" + ], + [ + "r", + "idge" + ], + [ + "rid", + "ge" + ], + [ + "Ġst", + "ays" + ], + [ + "Ġstay", + "s" + ], + [ + "Ġsta", + "ys" + ], + [ + "i", + "rie" + ], + [ + "ir", + "ie" + ], + [ + "iri", + "e" + ], + [ + "unct", + "ure" + ], + [ + "Ġt", + "ears" + ], + [ + "Ġte", + "ars" + ], + [ + "Ġtea", + "rs" + ], + [ + "Ġtear", + "s" + ], + [ + "Ġperman", + "ently" + ], + [ + "Ġpermanent", + "ly" + ], + [ + "Ġp", + "reference" + ], + [ + "Ġpre", + "ference" + ], + [ + "Ġprefer", + "ence" + ], + [ + "Ġpref", + "erence" + ], + [ + "Ġ", + "Typically" + ], + [ + "ĠT", + "ypically" + ], + [ + "ĠTypical", + "ly" + ], + [ + "ĠTyp", + "ically" + ], + [ + "Ġ", + "rept" + ], + [ + "Ġre", + "pt" + ], + [ + "Ġr", + "ept" + ], + [ + "Ġrep", + "t" + ], + [ + "Ġsp", + "ider" + ], + [ + "Ġspi", + "der" + ], + [ + "Ġbas", + "eline" + ], + [ + "Ġbase", + "line" + ], + [ + "Ġaccording", + "ly" + ], + [ + "Ġaccord", + "ingly" + ], + [ + "Ġ", + "Military" + ], + [ + "ĠM", + "ilitary" + ], + [ + "ĠMil", + "itary" + ], + [ + "ĠMilit", + "ary" + ], + [ + "Ġ", + "Ros" + ], + [ + "ĠR", + "os" + ], + [ + "ĠRo", + "s" + ], + [ + "red", + "ict" + ], + [ + "Ġtrans", + "it" + ], + [ + "Ġtran", + "sit" + ], + [ + "Ġagree", + "ments" + ], + [ + "Ġagreement", + "s" + ], + [ + "Ġ", + "LGBT" + ], + [ + "ĠLG", + "BT" + ], + [ + "Ġ", + "Loss" + ], + [ + "ĠL", + "oss" + ], + [ + "ĠLo", + "ss" + ], + [ + "ĠLos", + "s" + ], + [ + "Ġan", + "imation" + ], + [ + "Ġanim", + "ation" + ], + [ + "Ġhar", + "ness" + ], + [ + "Ġrig", + "id" + ], + [ + "Ġ", + "Broad" + ], + [ + "ĠB", + "road" + ], + [ + "ĠBr", + "oad" + ], + [ + "ĠBro", + "ad" + ], + [ + "Ġ", + "Rout" + ], + [ + "ĠR", + "out" + ], + [ + "ĠRo", + "ut" + ], + [ + "ĠRou", + "t" + ], + [ + "Ġs", + "word" + ], + [ + "Ġsw", + "ord" + ], + [ + "Ġillust", + "rates" + ], + [ + "Ġillustrate", + "s" + ], + [ + "Ġ", + "pad" + ], + [ + "Ġp", + "ad" + ], + [ + "Ġpa", + "d" + ], + [ + "Ġmis", + "con" + ], + [ + "Ġmisc", + "on" + ], + [ + "Ġmetap", + "hor" + ], + [ + "Ġmeta", + "phor" + ], + [ + "Ġmetaph", + "or" + ], + [ + "a", + "gu" + ], + [ + "ag", + "u" + ], + [ + "ĠDis", + "order" + ], + [ + "Ġrecon", + "struct" + ], + [ + "Ġd", + "isse" + ], + [ + "Ġdis", + "se" + ], + [ + "Ġdiss", + "e" + ], + [ + "Ġ", + "Activity" + ], + [ + "ĠAct", + "ivity" + ], + [ + "Ġgod", + "dess" + ], + [ + "Ġdesc", + "endants" + ], + [ + "Ġdescend", + "ants" + ], + [ + "Ġdescendant", + "s" + ], + [ + "Ġ", + "bug" + ], + [ + "Ġb", + "ug" + ], + [ + "Ġbu", + "g" + ], + [ + "Ġcontamin", + "ants" + ], + [ + "Ġcontaminant", + "s" + ], + [ + "Ġ", + "Fig" + ], + [ + "ĠF", + "ig" + ], + [ + "ĠFi", + "g" + ], + [ + "Ġfail", + "ures" + ], + [ + "Ġfailure", + "s" + ], + [ + "ĠPers", + "ian" + ], + [ + "ĠPersia", + "n" + ], + [ + "Ġfant", + "astic" + ], + [ + "Ġfantas", + "tic" + ], + [ + "Ġex", + "acerb" + ], + [ + "Ġen", + "rich" + ], + [ + "Ġu", + "nst" + ], + [ + "Ġun", + "st" + ], + [ + "Ġuns", + "t" + ], + [ + "ĠT", + "ool" + ], + [ + "ĠTo", + "ol" + ], + [ + "ĠToo", + "l" + ], + [ + "ad", + "ows" + ], + [ + "ado", + "ws" + ], + [ + "adow", + "s" + ], + [ + "Ġqu", + "een" + ], + [ + "Ġque", + "en" + ], + [ + "Ġ", + "Clear" + ], + [ + "ĠC", + "lear" + ], + [ + "ĠCl", + "ear" + ], + [ + "ĠCle", + "ar" + ], + [ + "-", + "an" + ], + [ + "-a", + "n" + ], + [ + "a", + "us" + ], + [ + "au", + "s" + ], + [ + "s", + "els" + ], + [ + "se", + "ls" + ], + [ + "sel", + "s" + ], + [ + "Ġ", + "Plus" + ], + [ + "ĠP", + "lus" + ], + [ + "ĠPl", + "us" + ], + [ + "Ġp", + "raise" + ], + [ + "Ġpr", + "aise" + ], + [ + "Ġpra", + "ise" + ], + [ + "ĠC", + "EO" + ], + [ + "ĠCE", + "O" + ], + [ + "Ġ", + "Exercise" + ], + [ + "ĠEx", + "ercise" + ], + [ + "ĠExerc", + "ise" + ], + [ + "Ġ", + "eco" + ], + [ + "Ġe", + "co" + ], + [ + "Ġec", + "o" + ], + [ + "Ġ", + "Philip" + ], + [ + "ĠPhil", + "ip" + ], + [ + "ĠPhi", + "lip" + ], + [ + "esthes", + "ia" + ], + [ + "Ġ", + "rum" + ], + [ + "Ġr", + "um" + ], + [ + "Ġru", + "m" + ], + [ + "Ġ", + "valued" + ], + [ + "Ġval", + "ued" + ], + [ + "Ġvalue", + "d" + ], + [ + "Ġvalu", + "ed" + ], + [ + "ĠEurope", + "ans" + ], + [ + "ĠEuropean", + "s" + ], + [ + "Ġneighborhood", + "s" + ], + [ + "us", + "ions" + ], + [ + "usion", + "s" + ], + [ + "usi", + "ons" + ], + [ + "Ġ", + "Ross" + ], + [ + "ĠR", + "oss" + ], + [ + "ĠRo", + "ss" + ], + [ + "ĠRos", + "s" + ], + [ + "ĠS", + "yd" + ], + [ + "ĠSy", + "d" + ], + [ + "Ġmunicip", + "al" + ], + [ + "ot", + "ive" + ], + [ + "oti", + "ve" + ], + [ + "Ġ", + "Portuguese" + ], + [ + "ĠPortug", + "uese" + ], + [ + "/", + "b" + ], + [ + "Ġ", + "Available" + ], + [ + "ĠAv", + "ailable" + ], + [ + "Ġc", + "ongest" + ], + [ + "Ġcon", + "gest" + ], + [ + "Ġcong", + "est" + ], + [ + "ove", + "nant" + ], + [ + "oven", + "ant" + ], + [ + "P", + "res" + ], + [ + "Pre", + "s" + ], + [ + "Pr", + "es" + ], + [ + "Ġa", + "sleep" + ], + [ + "Ġas", + "leep" + ], + [ + "e", + "ctor" + ], + [ + "ect", + "or" + ], + [ + "ec", + "tor" + ], + [ + "ol", + "ds" + ], + [ + "old", + "s" + ], + [ + "Ġut", + "erus" + ], + [ + "Ġuter", + "us" + ], + [ + "e", + "ded" + ], + [ + "ed", + "ed" + ], + [ + "ede", + "d" + ], + [ + "Ġ", + "Conn" + ], + [ + "ĠCon", + "n" + ], + [ + "ĠCo", + "nn" + ], + [ + "Ġ", + "Improve" + ], + [ + "ĠImp", + "rove" + ], + [ + "ĠImpro", + "ve" + ], + [ + "Ġfish", + "eries" + ], + [ + "Ġfisher", + "ies" + ], + [ + "h", + "r" + ], + [ + "on", + "duct" + ], + [ + "ond", + "uct" + ], + [ + "Ġm", + "asks" + ], + [ + "Ġmask", + "s" + ], + [ + "Ġmas", + "ks" + ], + [ + "Ġsp", + "ecially" + ], + [ + "Ġspec", + "ially" + ], + [ + "Ġspecial", + "ly" + ], + [ + "ĠAl", + "f" + ], + [ + "pe", + "aking" + ], + [ + "peak", + "ing" + ], + [ + "pea", + "king" + ], + [ + "c", + "ar" + ], + [ + "ca", + "r" + ], + [ + "Ġde", + "af" + ], + [ + "Ġpub", + "lish" + ], + [ + "Ġpubl", + "ish" + ], + [ + "Ġv", + "otes" + ], + [ + "Ġvo", + "tes" + ], + [ + "Ġvot", + "es" + ], + [ + "Ġvote", + "s" + ], + [ + "c", + "tica" + ], + [ + "ct", + "ica" + ], + [ + "ctic", + "a" + ], + [ + "Ġst", + "ew" + ], + [ + "Ġste", + "w" + ], + [ + "Ġscar", + "ce" + ], + [ + "D", + "ownload" + ], + [ + "Down", + "load" + ], + [ + "|", + "S" + ], + [ + "Ġapp", + "roaching" + ], + [ + "Ġappro", + "aching" + ], + [ + "Ġapproach", + "ing" + ], + [ + "Ġmit", + "igate" + ], + [ + "f", + "lower" + ], + [ + "fl", + "ower" + ], + [ + "flow", + "er" + ], + [ + "'", + "Ċ" + ], + [ + "A", + "ug" + ], + [ + "o", + "vers" + ], + [ + "ove", + "rs" + ], + [ + "ov", + "ers" + ], + [ + "over", + "s" + ], + [ + "ĠK", + "ings" + ], + [ + "ĠKing", + "s" + ], + [ + "ĠKin", + "gs" + ], + [ + "Ġ", + "Tips" + ], + [ + "ĠT", + "ips" + ], + [ + "ĠTi", + "ps" + ], + [ + "ĠTip", + "s" + ], + [ + "Ġ", + "hes" + ], + [ + "Ġh", + "es" + ], + [ + "Ġhe", + "s" + ], + [ + "Ġ", + "Evolution" + ], + [ + "ĠE", + "volution" + ], + [ + "ĠEv", + "olution" + ], + [ + "Ġdes", + "per" + ], + [ + "Ġdesp", + "er" + ], + [ + "Ġcl", + "arity" + ], + [ + "Ġclar", + "ity" + ], + [ + "Ġprodu", + "cer" + ], + [ + "Ġproduce", + "r" + ], + [ + "Ġcar", + "ved" + ], + [ + "Ġcarve", + "d" + ], + [ + "Ġwar", + "fare" + ], + [ + "Ġwarf", + "are" + ], + [ + "Ġ", + "letting" + ], + [ + "Ġl", + "etting" + ], + [ + "Ġle", + "tting" + ], + [ + "Ġlet", + "ting" + ], + [ + "Ġarr", + "ested" + ], + [ + "Ġarrest", + "ed" + ], + [ + "Ġst", + "oring" + ], + [ + "Ġsto", + "ring" + ], + [ + "ĠCons", + "erv" + ], + [ + "ĠProt", + "ocol" + ], + [ + "ĠProto", + "col" + ], + [ + "Ġ", + "Wolf" + ], + [ + "ĠW", + "olf" + ], + [ + "ĠWol", + "f" + ], + [ + "Ġsc", + "hemes" + ], + [ + "Ġsch", + "emes" + ], + [ + "Ġsche", + "mes" + ], + [ + "Ġscheme", + "s" + ], + [ + "Ġschem", + "es" + ], + [ + "Ġst", + "amp" + ], + [ + "Ġsta", + "mp" + ], + [ + "Ġstam", + "p" + ], + [ + "Ġp", + "relim" + ], + [ + "Ġpre", + "lim" + ], + [ + "Ġconf", + "using" + ], + [ + "Ġun", + "conscious" + ], + [ + "Ġunc", + "onscious" + ], + [ + "Ġuncons", + "cious" + ], + [ + "eg", + "ree" + ], + [ + "ĠPe", + "ru" + ], + [ + "ĠPer", + "u" + ], + [ + "Ġfract", + "ures" + ], + [ + "Ġfracture", + "s" + ], + [ + "Ġ", + "bol" + ], + [ + "Ġb", + "ol" + ], + [ + "Ġbo", + "l" + ], + [ + "im", + "ated" + ], + [ + "imate", + "d" + ], + [ + "ima", + "ted" + ], + [ + "imat", + "ed" + ], + [ + "Ġpass", + "ages" + ], + [ + "Ġpassage", + "s" + ], + [ + "Ġ", + "Hamilton" + ], + [ + "ĠH", + "amilton" + ], + [ + "ĠHam", + "ilton" + ], + [ + "Th", + "ree" + ], + [ + "oc", + "ide" + ], + [ + "oci", + "de" + ], + [ + "Ġcon", + "solid" + ], + [ + "Ġcons", + "olid" + ], + [ + "Ġre", + "alm" + ], + [ + "Ġreal", + "m" + ], + [ + "Ġs", + "ulfur" + ], + [ + "Ġsulf", + "ur" + ], + [ + "Ġsul", + "fur" + ], + [ + "f", + "ound" + ], + [ + "fo", + "und" + ], + [ + "r", + "each" + ], + [ + "re", + "ach" + ], + [ + "rea", + "ch" + ], + [ + "o", + "nut" + ], + [ + "on", + "ut" + ], + [ + "ard", + "less" + ], + [ + "r", + "essions" + ], + [ + "ress", + "ions" + ], + [ + "ression", + "s" + ], + [ + "Ġ", + "burst" + ], + [ + "Ġb", + "urst" + ], + [ + "Ġbur", + "st" + ], + [ + "Ġburs", + "t" + ], + [ + "Ġcl", + "imb" + ], + [ + "Ġclim", + "b" + ], + [ + "Ġt", + "ire" + ], + [ + "Ġti", + "re" + ], + [ + "an", + "cies" + ], + [ + "anc", + "ies" + ], + [ + "Ġquestion", + "na" + ], + [ + "Ġr", + "anks" + ], + [ + "Ġrank", + "s" + ], + [ + "Ġran", + "ks" + ], + [ + "Ġs", + "cans" + ], + [ + "Ġsc", + "ans" + ], + [ + "Ġscan", + "s" + ], + [ + "Ġex", + "em" + ], + [ + "Ġ", + "EV" + ], + [ + "ĠE", + "V" + ], + [ + "Ġprior", + "ities" + ], + [ + "Ġpriorit", + "ies" + ], + [ + "Ġpriori", + "ties" + ], + [ + "ĠB", + "asin" + ], + [ + "ĠBas", + "in" + ], + [ + "ĠBa", + "sin" + ], + [ + "Ġ", + "Imperial" + ], + [ + "ĠIm", + "perial" + ], + [ + "ĠImper", + "ial" + ], + [ + "Ġ", + "Nurs" + ], + [ + "ĠN", + "urs" + ], + [ + "ĠNu", + "rs" + ], + [ + "ĠNur", + "s" + ], + [ + "z", + "ech" + ], + [ + "ze", + "ch" + ], + [ + "Ġmoment", + "um" + ], + [ + "Ġop", + "io" + ], + [ + "Ġ", + "Photo" + ], + [ + "ĠPh", + "oto" + ], + [ + "ĠPhot", + "o" + ], + [ + "c", + "hy" + ], + [ + "ch", + "y" + ], + [ + "Ġ", + "Curriculum" + ], + [ + "ĠCur", + "riculum" + ], + [ + "Ġ", + "Tour" + ], + [ + "ĠT", + "our" + ], + [ + "ĠTo", + "ur" + ], + [ + "ĠTou", + "r" + ], + [ + "Ġ", + "Winter" + ], + [ + "ĠW", + "inter" + ], + [ + "ĠWin", + "ter" + ], + [ + "Ġstr", + "ikes" + ], + [ + "Ġstri", + "kes" + ], + [ + "Ġstrike", + "s" + ], + [ + "-", + "end" + ], + [ + "-e", + "nd" + ], + [ + "-en", + "d" + ], + [ + "r", + "ace" + ], + [ + "ra", + "ce" + ], + [ + "rac", + "e" + ], + [ + "ar", + "do" + ], + [ + "ard", + "o" + ], + [ + "Ġto", + "urist" + ], + [ + "Ġtou", + "rist" + ], + [ + "Ġtour", + "ist" + ], + [ + "b", + "ial" + ], + [ + "bi", + "al" + ], + [ + "bia", + "l" + ], + [ + "v", + "ia" + ], + [ + "vi", + "a" + ], + [ + "Ġsh", + "rubs" + ], + [ + "Ġshr", + "ubs" + ], + [ + "Ġshrub", + "s" + ], + [ + "-", + "down" + ], + [ + "-d", + "own" + ], + [ + "-do", + "wn" + ], + [ + "Ġanaly", + "tical" + ], + [ + "Ġanalytic", + "al" + ], + [ + "Ġad", + "justed" + ], + [ + "Ġadjust", + "ed" + ], + [ + "Ġ", + "Marx" + ], + [ + "ĠMar", + "x" + ], + [ + "Ġc", + "licking" + ], + [ + "Ġcl", + "icking" + ], + [ + "Ġclick", + "ing" + ], + [ + "Ġ", + "Radio" + ], + [ + "ĠRad", + "io" + ], + [ + "ĠRadi", + "o" + ], + [ + "Ġ", + "IoT" + ], + [ + "ĠI", + "oT" + ], + [ + "ĠIo", + "T" + ], + [ + "Ġ", + "Brad" + ], + [ + "ĠB", + "rad" + ], + [ + "ĠBra", + "d" + ], + [ + "ĠBr", + "ad" + ], + [ + "e", + "man" + ], + [ + "em", + "an" + ], + [ + "ema", + "n" + ], + [ + "Ġposs", + "ession" + ], + [ + "Ġpossess", + "ion" + ], + [ + "Ġ", + "Question" + ], + [ + "ĠQu", + "estion" + ], + [ + "ĠQuest", + "ion" + ], + [ + "Ġ", + "plural" + ], + [ + "Ġpl", + "ural" + ], + [ + "Ġplur", + "al" + ], + [ + "Ġspec", + "ify" + ], + [ + "Ġ", + "Better" + ], + [ + "ĠB", + "etter" + ], + [ + "ĠBet", + "ter" + ], + [ + "Ġreg", + "ards" + ], + [ + "Ġregard", + "s" + ], + [ + "Ġc", + "igarettes" + ], + [ + "Ġcigare", + "ttes" + ], + [ + "Ġcigarette", + "s" + ], + [ + "Ġcigar", + "ettes" + ], + [ + "Ġnutrit", + "ious" + ], + [ + "ĠO", + "w" + ], + [ + "Ġs", + "helf" + ], + [ + "Ġsh", + "elf" + ], + [ + "Ġshel", + "f" + ], + [ + "v", + "ised" + ], + [ + "vis", + "ed" + ], + [ + "vi", + "sed" + ], + [ + "Ġsome", + "how" + ], + [ + "ĠC", + "uba" + ], + [ + "ĠCub", + "a" + ], + [ + "ĠCu", + "ba" + ], + [ + "O", + "ut" + ], + [ + "Ġ", + "Skin" + ], + [ + "ĠS", + "kin" + ], + [ + "ĠSk", + "in" + ], + [ + "ĠSki", + "n" + ], + [ + "Ġ", + "Ot" + ], + [ + "ĠO", + "t" + ], + [ + "Ġmon", + "arch" + ], + [ + "Ġdep", + "ressed" + ], + [ + "Ġdepr", + "essed" + ], + [ + "Ġdepress", + "ed" + ], + [ + "n", + "i" + ], + [ + "ist", + "ence" + ], + [ + "iste", + "nce" + ], + [ + "Ġmyster", + "ious" + ], + [ + "Ġmys", + "terious" + ], + [ + "W", + "H" + ], + [ + "Ġ", + "Stock" + ], + [ + "ĠSt", + "ock" + ], + [ + "ĠSto", + "ck" + ], + [ + "B", + "L" + ], + [ + "t", + "ings" + ], + [ + "ting", + "s" + ], + [ + "tin", + "gs" + ], + [ + "is", + "ol" + ], + [ + "iso", + "l" + ], + [ + "in", + "ge" + ], + [ + "ing", + "e" + ], + [ + "Ġmet", + "all" + ], + [ + "Ġmetal", + "l" + ], + [ + "Ġmeta", + "ll" + ], + [ + "Ġ", + "Benjamin" + ], + [ + "ĠBen", + "jamin" + ], + [ + "s", + "ex" + ], + [ + "se", + "x" + ], + [ + "Ġpre", + "diction" + ], + [ + "Ġpred", + "iction" + ], + [ + "Ġpredict", + "ion" + ], + [ + "Ġpredic", + "tion" + ], + [ + "Ġem", + "phasize" + ], + [ + "Ġemphas", + "ize" + ], + [ + "Ġadv", + "enture" + ], + [ + "Ġadvent", + "ure" + ], + [ + "Ġrec", + "reational" + ], + [ + "Ġrecre", + "ational" + ], + [ + "Ġrecreation", + "al" + ], + [ + "!", + ")" + ], + [ + "Ġ", + "lion" + ], + [ + "Ġl", + "ion" + ], + [ + "Ġli", + "on" + ], + [ + "Ġinst", + "inct" + ], + [ + "Ġmon", + "aster" + ], + [ + "Ġcons", + "tell" + ], + [ + "Ġconst", + "ell" + ], + [ + "Ġrecommend", + "ation" + ], + [ + "Ġspect", + "acular" + ], + [ + "ot", + "ine" + ], + [ + "otin", + "e" + ], + [ + "oti", + "ne" + ], + [ + "Ġ", + "odor" + ], + [ + "Ġo", + "dor" + ], + [ + "Ġod", + "or" + ], + [ + "Ġa", + "rom" + ], + [ + "Ġar", + "om" + ], + [ + "Ġf", + "ired" + ], + [ + "Ġfire", + "d" + ], + [ + "Ġfir", + "ed" + ], + [ + "Ġfi", + "red" + ], + [ + "Ġint", + "ric" + ], + [ + "Ġintr", + "ic" + ], + [ + "en", + "sing" + ], + [ + "ens", + "ing" + ], + [ + "ensin", + "g" + ], + [ + "Ġ", + "ram" + ], + [ + "Ġr", + "am" + ], + [ + "Ġra", + "m" + ], + [ + "n", + "owned" + ], + [ + "now", + "ned" + ], + [ + "nown", + "ed" + ], + [ + "Ġ", + "responding" + ], + [ + "Ġresp", + "onding" + ], + [ + "Ġrespond", + "ing" + ], + [ + "Ġabnormal", + "ities" + ], + [ + "Ġabnorm", + "alities" + ], + [ + "ke", + "eping" + ], + [ + "keep", + "ing" + ], + [ + "kee", + "ping" + ], + [ + "Ġlim", + "bs" + ], + [ + "Ġlimb", + "s" + ], + [ + "Ġacknow", + "ledged" + ], + [ + "Ġacknowled", + "ged" + ], + [ + "Ġacknowledge", + "d" + ], + [ + "Ġ", + "Emergency" + ], + [ + "ĠEmer", + "gency" + ], + [ + "Ġse", + "cular" + ], + [ + "Ġsec", + "ular" + ], + [ + "Ġexcept", + "ional" + ], + [ + "Ġexception", + "al" + ], + [ + "L", + "ife" + ], + [ + "Li", + "fe" + ], + [ + "Ġf", + "ans" + ], + [ + "Ġfa", + "ns" + ], + [ + "Ġfan", + "s" + ], + [ + "ve", + "lation" + ], + [ + "vel", + "ation" + ], + [ + "ĠAuthor", + "ity" + ], + [ + "Ġ", + "Eating" + ], + [ + "ĠE", + "ating" + ], + [ + "ĠEat", + "ing" + ], + [ + "Ġl", + "owering" + ], + [ + "Ġlow", + "ering" + ], + [ + "Ġlower", + "ing" + ], + [ + "Ġqu", + "iz" + ], + [ + "Ġqui", + "z" + ], + [ + "Ġdet", + "rim" + ], + [ + "Ġsan", + "itation" + ], + [ + "Ġsanit", + "ation" + ], + [ + "Ġamb", + "itious" + ], + [ + "Ġambit", + "ious" + ], + [ + "Ġd", + "ivisions" + ], + [ + "Ġdi", + "visions" + ], + [ + "Ġdiv", + "isions" + ], + [ + "Ġdivision", + "s" + ], + [ + "ĠN", + "ev" + ], + [ + "ĠNe", + "v" + ], + [ + "D", + "esc" + ], + [ + "De", + "sc" + ], + [ + "Des", + "c" + ], + [ + "Ġ", + "Explain" + ], + [ + "ĠEx", + "plain" + ], + [ + "ĠExpl", + "ain" + ], + [ + "ĠExp", + "lain" + ], + [ + "Ġcommission", + "ed" + ], + [ + "Ġcommiss", + "ioned" + ], + [ + "osynt", + "hesis" + ], + [ + "Ġ", + "thy" + ], + [ + "Ġt", + "hy" + ], + [ + "Ġth", + "y" + ], + [ + "o", + "rest" + ], + [ + "or", + "est" + ], + [ + "ore", + "st" + ], + [ + "ores", + "t" + ], + [ + "ang", + "les" + ], + [ + "angle", + "s" + ], + [ + "Ġunder", + "g" + ], + [ + "Ġund", + "erg" + ], + [ + "Ġprom", + "ises" + ], + [ + "Ġpromise", + "s" + ], + [ + "el", + "ta" + ], + [ + "elt", + "a" + ], + [ + "Ġde", + "riv" + ], + [ + "Ġder", + "iv" + ], + [ + "Ġ", + "Ay" + ], + [ + "ĠA", + "y" + ], + [ + "Ġur", + "inary" + ], + [ + "Ġ", + "Ï" + ], + [ + "ĠK", + "ir" + ], + [ + "ĠKi", + "r" + ], + [ + "Ġp", + "arking" + ], + [ + "Ġpar", + "king" + ], + [ + "Ġpark", + "ing" + ], + [ + "Ġwith", + "drawal" + ], + [ + "Ġwithdraw", + "al" + ], + [ + "Ġp", + "reliminary" + ], + [ + "Ġprelim", + "inary" + ], + [ + "d", + "ue" + ], + [ + "du", + "e" + ], + [ + "Ġ", + "Prevent" + ], + [ + "ĠPr", + "event" + ], + [ + "ĠPre", + "vent" + ], + [ + "ĠPrev", + "ent" + ], + [ + "Ġc", + "raw" + ], + [ + "Ġcr", + "aw" + ], + [ + "Ġcra", + "w" + ], + [ + "b", + "led" + ], + [ + "ble", + "d" + ], + [ + "bl", + "ed" + ], + [ + "Ġ", + "Hope" + ], + [ + "ĠH", + "ope" + ], + [ + "ĠHop", + "e" + ], + [ + "ĠHo", + "pe" + ], + [ + "ĠD", + "akota" + ], + [ + "ĠDak", + "ota" + ], + [ + "Ġtreat", + "s" + ], + [ + "Ġtre", + "ats" + ], + [ + "re", + "ate" + ], + [ + "reat", + "e" + ], + [ + "rea", + "te" + ], + [ + "Ġam", + "mon" + ], + [ + "Ġcounsel", + "ing" + ], + [ + "Ġv", + "oy" + ], + [ + "Ġvo", + "y" + ], + [ + "Ġenh", + "ancing" + ], + [ + "l", + "aim" + ], + [ + "la", + "im" + ], + [ + "Ġ", + "jar" + ], + [ + "Ġj", + "ar" + ], + [ + "Ġja", + "r" + ], + [ + "Ġ", + "Alb" + ], + [ + "ĠA", + "lb" + ], + [ + "ĠAl", + "b" + ], + [ + "Ġinev", + "itable" + ], + [ + "S", + "ocial" + ], + [ + "So", + "cial" + ], + [ + "Soc", + "ial" + ], + [ + "Soci", + "al" + ], + [ + "Ġ", + "Joh" + ], + [ + "ĠJ", + "oh" + ], + [ + "ĠJo", + "h" + ], + [ + "Ġ", + "wre" + ], + [ + "Ġw", + "re" + ], + [ + "Ġwr", + "e" + ], + [ + "Ġ", + "Rac" + ], + [ + "ĠR", + "ac" + ], + [ + "ĠRa", + "c" + ], + [ + "The", + "ir" + ], + [ + "Ġqu", + "otes" + ], + [ + "Ġquote", + "s" + ], + [ + "Ġquot", + "es" + ], + [ + "Ġquo", + "tes" + ], + [ + "Ġd", + "rum" + ], + [ + "Ġdr", + "um" + ], + [ + "Ġdru", + "m" + ], + [ + "Ġ", + "Tell" + ], + [ + "ĠT", + "ell" + ], + [ + "ĠTe", + "ll" + ], + [ + "ĠTel", + "l" + ], + [ + "Ġ", + "Pra" + ], + [ + "ĠP", + "ra" + ], + [ + "ĠPr", + "a" + ], + [ + "a", + "iland" + ], + [ + "ail", + "and" + ], + [ + "ai", + "land" + ], + [ + "Ġ", + "charging" + ], + [ + "Ġchar", + "ging" + ], + [ + "W", + "omen" + ], + [ + "c", + "al" + ], + [ + "ca", + "l" + ], + [ + "Ġte", + "stim" + ], + [ + "Ġtest", + "im" + ], + [ + "Ġtes", + "tim" + ], + [ + "Ġp", + "unct" + ], + [ + "Ġpun", + "ct" + ], + [ + "Ġirrit", + "ation" + ], + [ + "o", + "bia" + ], + [ + "ob", + "ia" + ], + [ + "obi", + "a" + ], + [ + "et", + "hyl" + ], + [ + "eth", + "yl" + ], + [ + "Ġatt", + "ribute" + ], + [ + "Ġattribut", + "e" + ], + [ + "Ġevery", + "body" + ], + [ + "-pro", + "fit" + ], + [ + "-prof", + "it" + ], + [ + "Ġge", + "ological" + ], + [ + "Ġgeologic", + "al" + ], + [ + "P", + "ublished" + ], + [ + "Pub", + "lished" + ], + [ + "Ġ", + "Prior" + ], + [ + "ĠP", + "rior" + ], + [ + "ĠPr", + "ior" + ], + [ + "ĠPri", + "or" + ], + [ + "Ġweek", + "end" + ], + [ + "Ġf", + "ibre" + ], + [ + "Ġfib", + "re" + ], + [ + "Ġfibr", + "e" + ], + [ + "Ġfi", + "bre" + ], + [ + "Ġgu", + "ilty" + ], + [ + "Ġguilt", + "y" + ], + [ + "Ġ", + "Saturn" + ], + [ + "ĠSat", + "urn" + ], + [ + "ĠSa", + "turn" + ], + [ + "ĠSatur", + "n" + ], + [ + "ĠSyd", + "ney" + ], + [ + "F", + "e" + ], + [ + "T", + "ime" + ], + [ + "Tim", + "e" + ], + [ + "Ti", + "me" + ], + [ + "ĠZ", + "h" + ], + [ + "Ġan", + "xious" + ], + [ + "Ġanx", + "ious" + ], + [ + "Ġcub", + "ic" + ], + [ + "Ġcu", + "bic" + ], + [ + "i", + "vic" + ], + [ + "iv", + "ic" + ], + [ + "ivi", + "c" + ], + [ + "a", + "ga" + ], + [ + "ag", + "a" + ], + [ + "exp", + "ensive" + ], + [ + "Ġt", + "utor" + ], + [ + "Ġtut", + "or" + ], + [ + "Ġtu", + "tor" + ], + [ + "g", + "ram" + ], + [ + "gra", + "m" + ], + [ + "gr", + "am" + ], + [ + "p", + "ill" + ], + [ + "pi", + "ll" + ], + [ + "r", + "ator" + ], + [ + "ra", + "tor" + ], + [ + "rat", + "or" + ], + [ + "C", + "le" + ], + [ + "Cl", + "e" + ], + [ + "us", + "ually" + ], + [ + "usual", + "ly" + ], + [ + "G", + "od" + ], + [ + "Go", + "d" + ], + [ + "es", + "ting" + ], + [ + "est", + "ing" + ], + [ + "ign", + "ment" + ], + [ + "Ġsequ", + "encing" + ], + [ + "Ġ", + "Planet" + ], + [ + "ĠPlan", + "et" + ], + [ + "ĠPlane", + "t" + ], + [ + "L", + "ess" + ], + [ + "Le", + "ss" + ], + [ + "Les", + "s" + ], + [ + "h", + "ave" + ], + [ + "ha", + "ve" + ], + [ + "hav", + "e" + ], + [ + "Ġr", + "ival" + ], + [ + "Ġunder", + "neath" + ], + [ + "Ġ", + "âĢĻ" + ], + [ + "ĠâĢ", + "Ļ" + ], + [ + "-", + "step" + ], + [ + "-st", + "ep" + ], + [ + "-ste", + "p" + ], + [ + "du", + "ino" + ], + [ + "Ġbl", + "end" + ], + [ + "Ġble", + "nd" + ], + [ + "Ġprec", + "autions" + ], + [ + "Ġprecaution", + "s" + ], + [ + "Ġdef", + "icit" + ], + [ + "Ġdefic", + "it" + ], + [ + "Ġdisapp", + "eared" + ], + [ + "Ġdisappear", + "ed" + ], + [ + "O", + "ct" + ], + [ + "y", + "stem" + ], + [ + "ys", + "tem" + ], + [ + "yst", + "em" + ], + [ + "Ġ", + "wolf" + ], + [ + "Ġw", + "olf" + ], + [ + "Ġwhere", + "ver" + ], + [ + "o", + "tle" + ], + [ + "ot", + "le" + ], + [ + "a", + "chers" + ], + [ + "ac", + "hers" + ], + [ + "ach", + "ers" + ], + [ + "ache", + "rs" + ], + [ + "acher", + "s" + ], + [ + "Ġ", + "Foreign" + ], + [ + "ĠFore", + "ign" + ], + [ + "F", + "ree" + ], + [ + "Fr", + "ee" + ], + [ + "Fre", + "e" + ], + [ + "Ġlive", + "lihood" + ], + [ + "Ġliv", + "elihood" + ], + [ + "ester", + "day" + ], + [ + "-", + "oriented" + ], + [ + "-or", + "iented" + ], + [ + "Ġc", + "itation" + ], + [ + "Ġcit", + "ation" + ], + [ + "ĠObserv", + "atory" + ], + [ + "mer", + "cial" + ], + [ + "merc", + "ial" + ], + [ + "Ġcr", + "itics" + ], + [ + "Ġcrit", + "ics" + ], + [ + "Ġcritic", + "s" + ], + [ + "ata", + "base" + ], + [ + "atab", + "ase" + ], + [ + "b", + "ling" + ], + [ + "bl", + "ing" + ], + [ + "Ġt", + "imely" + ], + [ + "Ġtime", + "ly" + ], + [ + "Ġany", + "way" + ], + [ + "Ġsw", + "eat" + ], + [ + "Ġswe", + "at" + ], + [ + "I", + "H" + ], + [ + "Ġp", + "oster" + ], + [ + "Ġpo", + "ster" + ], + [ + "Ġpos", + "ter" + ], + [ + "Ġpost", + "er" + ], + [ + "Ġstress", + "ful" + ], + [ + "I", + "d" + ], + [ + "p", + "o" + ], + [ + "a", + "nia" + ], + [ + "an", + "ia" + ], + [ + "ani", + "a" + ], + [ + "Ġt", + "rusted" + ], + [ + "Ġtru", + "sted" + ], + [ + "Ġtrust", + "ed" + ], + [ + "Ġrem", + "edies" + ], + [ + "Ġremed", + "ies" + ], + [ + "Ġ", + "Hu" + ], + [ + "ĠH", + "u" + ], + [ + "Ġdel", + "icious" + ], + [ + "Ġdelic", + "ious" + ], + [ + "Ġ", + "Apollo" + ], + [ + "ĠAp", + "ollo" + ], + [ + "ĠApoll", + "o" + ], + [ + "Ġent", + "ries" + ], + [ + "Ġsub", + "jected" + ], + [ + "Ġsubject", + "ed" + ], + [ + "Ġ", + "sq" + ], + [ + "Ġs", + "q" + ], + [ + "Ġ", + "planes" + ], + [ + "Ġpl", + "anes" + ], + [ + "Ġplan", + "es" + ], + [ + "Ġplane", + "s" + ], + [ + "Ġpla", + "nes" + ], + [ + "l", + "ass" + ], + [ + "la", + "ss" + ], + [ + "las", + "s" + ], + [ + "Ġt", + "sun" + ], + [ + "Ġts", + "un" + ], + [ + "Ġhigh", + "way" + ], + [ + "i", + "nsic" + ], + [ + "in", + "sic" + ], + [ + "ins", + "ic" + ], + [ + "Ġbu", + "lb" + ], + [ + "Ġbul", + "b" + ], + [ + "Ġ", + "dos" + ], + [ + "Ġd", + "os" + ], + [ + "Ġdo", + "s" + ], + [ + "Ġ", + "Pack" + ], + [ + "ĠP", + "ack" + ], + [ + "ĠPa", + "ck" + ], + [ + "ĠPac", + "k" + ], + [ + "a", + "xis" + ], + [ + "ax", + "is" + ], + [ + "urop", + "ean" + ], + [ + "urope", + "an" + ], + [ + "Ġstraight", + "forward" + ], + [ + "D", + "evelop" + ], + [ + "De", + "velop" + ], + [ + "i", + "meters" + ], + [ + "im", + "eters" + ], + [ + "ime", + "ters" + ], + [ + "imeter", + "s" + ], + [ + "imet", + "ers" + ], + [ + "Ġcomp", + "elling" + ], + [ + "Ġcompel", + "ling" + ], + [ + "Ġ", + "surprisingly" + ], + [ + "Ġsur", + "prisingly" + ], + [ + "Ġsurpris", + "ingly" + ], + [ + "Ġsurprising", + "ly" + ], + [ + "m", + "ill" + ], + [ + "mi", + "ll" + ], + [ + "mil", + "l" + ], + [ + "Ġb", + "ub" + ], + [ + "Ġbu", + "b" + ], + [ + "Ġg", + "ig" + ], + [ + "Ġgi", + "g" + ], + [ + "Ġtrou", + "bles" + ], + [ + "Ġtrouble", + "s" + ], + [ + "Ġd", + "olph" + ], + [ + "Ġdol", + "ph" + ], + [ + "Ġsp", + "otted" + ], + [ + "Ġspot", + "ted" + ], + [ + "it", + "oring" + ], + [ + "itor", + "ing" + ], + [ + "ito", + "ring" + ], + [ + "i", + "go" + ], + [ + "ig", + "o" + ], + [ + "Ġ", + "Cust" + ], + [ + "ĠC", + "ust" + ], + [ + "ĠCu", + "st" + ], + [ + "ĠCus", + "t" + ], + [ + "Ġc", + "rude" + ], + [ + "Ġcr", + "ude" + ], + [ + "Ġcru", + "de" + ], + [ + "Ġcle", + "aner" + ], + [ + "Ġclean", + "er" + ], + [ + "Ġb", + "aking" + ], + [ + "Ġba", + "king" + ], + [ + "Ġbak", + "ing" + ], + [ + "Ġmuseum", + "s" + ], + [ + "Ġmuse", + "ums" + ], + [ + "Ġp", + "ile" + ], + [ + "Ġpi", + "le" + ], + [ + "Ġpil", + "e" + ], + [ + "Ġe", + "ager" + ], + [ + "Ġne", + "arest" + ], + [ + "Ġnear", + "est" + ], + [ + "ĠConnect", + "icut" + ], + [ + "Ġa", + "sym" + ], + [ + "Ġas", + "ym" + ], + [ + "Ġ", + "Weight" + ], + [ + "ĠW", + "eight" + ], + [ + "ĠWe", + "ight" + ], + [ + "Ġg", + "auge" + ], + [ + "Ġgau", + "ge" + ], + [ + "Ġga", + "uge" + ], + [ + "Ġ", + "Mu" + ], + [ + "ĠM", + "u" + ], + [ + "Ġexerc", + "ising" + ], + [ + "Ġm", + "obil" + ], + [ + "Ġmob", + "il" + ], + [ + "Ġmo", + "bil" + ], + [ + "H", + "ome" + ], + [ + "Hom", + "e" + ], + [ + "Ho", + "me" + ], + [ + "Ġret", + "ained" + ], + [ + "Ġretain", + "ed" + ], + [ + "Ġnon", + "pro" + ], + [ + "Ġ", + "Testing" + ], + [ + "ĠT", + "esting" + ], + [ + "ĠTest", + "ing" + ], + [ + "ocy", + "tes" + ], + [ + "ocyte", + "s" + ], + [ + "ocyt", + "es" + ], + [ + "Ġs", + "pill" + ], + [ + "Ġsp", + "ill" + ], + [ + "Ġspi", + "ll" + ], + [ + "Ġ", + "Results" + ], + [ + "ĠRes", + "ults" + ], + [ + "ĠResult", + "s" + ], + [ + "Ġmit", + "ochond" + ], + [ + "a", + "ron" + ], + [ + "ar", + "on" + ], + [ + "aro", + "n" + ], + [ + "Ġs", + "ymp" + ], + [ + "Ġsy", + "mp" + ], + [ + "Ġsym", + "p" + ], + [ + "A", + "TE" + ], + [ + "AT", + "E" + ], + [ + "Ġ", + "Region" + ], + [ + "ĠReg", + "ion" + ], + [ + "-", + "third" + ], + [ + "-th", + "ird" + ], + [ + "Ġbare", + "ly" + ], + [ + "Ġg", + "low" + ], + [ + "Ġgl", + "ow" + ], + [ + "Ġglo", + "w" + ], + [ + "Ġev", + "olving" + ], + [ + "Ġst", + "rat" + ], + [ + "Ġstr", + "at" + ], + [ + "Ġstra", + "t" + ], + [ + "Ġ", + "Software" + ], + [ + "ĠSoft", + "ware" + ], + [ + "r", + "ative" + ], + [ + "rat", + "ive" + ], + [ + "-th", + "reatening" + ], + [ + "Ġ", + "Download" + ], + [ + "ĠD", + "ownload" + ], + [ + "ĠDown", + "load" + ], + [ + "ĠAl", + "ber" + ], + [ + "ĠAlb", + "er" + ], + [ + "Ġ", + "Activities" + ], + [ + "ĠAct", + "ivities" + ], + [ + ".", + "L" + ], + [ + "Ġ", + "Allen" + ], + [ + "ĠAl", + "len" + ], + [ + "ĠAll", + "en" + ], + [ + "ĠAlle", + "n" + ], + [ + "Ġcour", + "tesy" + ], + [ + "Ġcourt", + "esy" + ], + [ + "Ġcourte", + "sy" + ], + [ + "Ġ", + "Gram" + ], + [ + "ĠG", + "ram" + ], + [ + "ĠGra", + "m" + ], + [ + "ĠGr", + "am" + ], + [ + "Ġ", + "PV" + ], + [ + "ĠP", + "V" + ], + [ + "Ġmedic", + "inal" + ], + [ + "ol", + "len" + ], + [ + "oll", + "en" + ], + [ + "b", + "rev" + ], + [ + "br", + "ev" + ], + [ + "bre", + "v" + ], + [ + "Ġtra", + "gedy" + ], + [ + "Ġtraged", + "y" + ], + [ + "Ġs", + "ake" + ], + [ + "Ġsa", + "ke" + ], + [ + "Ġ", + "Term" + ], + [ + "ĠT", + "erm" + ], + [ + "ĠTe", + "rm" + ], + [ + "ĠTer", + "m" + ], + [ + "Ġ", + "Eye" + ], + [ + "ĠE", + "ye" + ], + [ + "ĠEy", + "e" + ], + [ + "es", + "ar" + ], + [ + "esa", + "r" + ], + [ + "Ġ", + "hay" + ], + [ + "Ġh", + "ay" + ], + [ + "Ġha", + "y" + ], + [ + "Ġh", + "ect" + ], + [ + "Ġhe", + "ct" + ], + [ + "Ġlear", + "ner" + ], + [ + "Ġlearn", + "er" + ], + [ + "i", + "more" + ], + [ + "im", + "ore" + ], + [ + "imo", + "re" + ], + [ + "i", + "mination" + ], + [ + "im", + "ination" + ], + [ + "imin", + "ation" + ], + [ + "imi", + "nation" + ], + [ + "Ġexc", + "ite" + ], + [ + "Ġexcit", + "e" + ], + [ + "Ġ", + "Course" + ], + [ + "ĠC", + "ourse" + ], + [ + "ĠCo", + "urse" + ], + [ + "ĠCour", + "se" + ], + [ + "ĠCours", + "e" + ], + [ + "Ġh", + "oped" + ], + [ + "Ġhope", + "d" + ], + [ + "Ġhop", + "ed" + ], + [ + "Ġho", + "ped" + ], + [ + "Ġalle", + "ged" + ], + [ + "Ġalleg", + "ed" + ], + [ + "Ġ", + "Newton" + ], + [ + "ĠNew", + "ton" + ], + [ + "Ġ", + "poses" + ], + [ + "Ġp", + "oses" + ], + [ + "Ġpo", + "ses" + ], + [ + "Ġpos", + "es" + ], + [ + "Ġpose", + "s" + ], + [ + "ĠA", + "nton" + ], + [ + "ĠAn", + "ton" + ], + [ + "ĠAnt", + "on" + ], + [ + "ĠAnto", + "n" + ], + [ + "Ġc", + "ortex" + ], + [ + "Ġcor", + "tex" + ], + [ + "Ġcort", + "ex" + ], + [ + "Ġbron", + "ch" + ], + [ + "Ġ", + "mad" + ], + [ + "Ġm", + "ad" + ], + [ + "Ġma", + "d" + ], + [ + "Ġ", + "lin" + ], + [ + "Ġl", + "in" + ], + [ + "Ġli", + "n" + ], + [ + "a", + "city" + ], + [ + "ac", + "ity" + ], + [ + "aci", + "ty" + ], + [ + "ub", + "ric" + ], + [ + "Ġbr", + "ushing" + ], + [ + "Ġbrush", + "ing" + ], + [ + "Ġbrus", + "hing" + ], + [ + "Ġgar", + "lic" + ], + [ + "Ġm", + "emorial" + ], + [ + "Ġmem", + "orial" + ], + [ + "Ġmemor", + "ial" + ], + [ + "Ġmemo", + "rial" + ], + [ + "Ġr", + "esting" + ], + [ + "Ġres", + "ting" + ], + [ + "Ġrest", + "ing" + ], + [ + "Ġcon", + "sec" + ], + [ + "Ġcons", + "ec" + ], + [ + "Ġ", + "Past" + ], + [ + "ĠP", + "ast" + ], + [ + "ĠPa", + "st" + ], + [ + "ĠPas", + "t" + ], + [ + "Ġ", + "Mechan" + ], + [ + "ĠMe", + "chan" + ], + [ + "ĠMec", + "han" + ], + [ + "Ġpal", + "ace" + ], + [ + "Ġocc", + "asional" + ], + [ + "Ġoccasion", + "al" + ], + [ + "Ġoccas", + "ional" + ], + [ + "y", + "st" + ], + [ + "ys", + "t" + ], + [ + "Ġsp", + "rou" + ], + [ + "Ġspr", + "ou" + ], + [ + "o", + "va" + ], + [ + "ov", + "a" + ], + [ + "Ġprim", + "itive" + ], + [ + "Ġ", + "Hans" + ], + [ + "ĠH", + "ans" + ], + [ + "ĠHa", + "ns" + ], + [ + "ĠHan", + "s" + ], + [ + "Ġmot", + "ors" + ], + [ + "Ġmotor", + "s" + ], + [ + "Under", + "standing" + ], + [ + "Understand", + "ing" + ], + [ + "o", + "z" + ], + [ + "Ġo", + "scill" + ], + [ + "Ġos", + "cill" + ], + [ + "Ġ", + "OK" + ], + [ + "ĠO", + "K" + ], + [ + "Ġ", + "Until" + ], + [ + "ĠU", + "ntil" + ], + [ + "ĠUnt", + "il" + ], + [ + "rodu", + "cing" + ], + [ + "rod", + "ucing" + ], + [ + "|", + "C" + ], + [ + "Ġd", + "op" + ], + [ + "Ġdo", + "p" + ], + [ + "Ġup", + "coming" + ], + [ + "Ġp", + "rocessor" + ], + [ + "Ġprocess", + "or" + ], + [ + "Ġproc", + "essor" + ], + [ + "Ġport", + "rait" + ], + [ + "Ġastron", + "auts" + ], + [ + "Ġastronaut", + "s" + ], + [ + "k", + "h" + ], + [ + "Ġ", + "Aer" + ], + [ + "ĠA", + "er" + ], + [ + "ĠAe", + "r" + ], + [ + "Ġbehavi", + "ours" + ], + [ + "Ġbehaviour", + "s" + ], + [ + "Ġbibl", + "ical" + ], + [ + "Ġbibli", + "cal" + ], + [ + "Ġ", + "dirty" + ], + [ + "Ġd", + "irty" + ], + [ + "Ġdirt", + "y" + ], + [ + "Ġdir", + "ty" + ], + [ + "r", + "okes" + ], + [ + "ro", + "kes" + ], + [ + "roke", + "s" + ], + [ + "ens", + "ions" + ], + [ + "ension", + "s" + ], + [ + "Ġc", + "oping" + ], + [ + "Ġco", + "ping" + ], + [ + "Ġcop", + "ing" + ], + [ + "Ġdisp", + "ute" + ], + [ + "Ġdisput", + "e" + ], + [ + "rav", + "iolet" + ], + [ + "Ġi", + "P" + ], + [ + "M", + "us" + ], + [ + "Mu", + "s" + ], + [ + "i", + "lies" + ], + [ + "il", + "ies" + ], + [ + "ili", + "es" + ], + [ + "Ġ", + "Rap" + ], + [ + "ĠR", + "ap" + ], + [ + "ĠRa", + "p" + ], + [ + "Ġ", + "Live" + ], + [ + "ĠL", + "ive" + ], + [ + "ĠLi", + "ve" + ], + [ + "ĠLiv", + "e" + ], + [ + "Ġtra", + "ced" + ], + [ + "Ġtr", + "aced" + ], + [ + "Ġtrace", + "d" + ], + [ + "Ġ", + "esoph" + ], + [ + "Ġes", + "oph" + ], + [ + "izophren", + "ia" + ], + [ + "Ġsw", + "itching" + ], + [ + "Ġswitch", + "ing" + ], + [ + "Ġswit", + "ching" + ], + [ + "Ġreef", + "s" + ], + [ + "Ġree", + "fs" + ], + [ + "b", + "ola" + ], + [ + "bo", + "la" + ], + [ + "bol", + "a" + ], + [ + "Ġcomp", + "romise" + ], + [ + "Ġcomprom", + "ise" + ], + [ + "Ġgastro", + "intestinal" + ], + [ + "Ġf", + "arther" + ], + [ + "Ġfar", + "ther" + ], + [ + "Ġfart", + "her" + ], + [ + "c", + "r" + ], + [ + "w", + "ich" + ], + [ + "wic", + "h" + ], + [ + "wi", + "ch" + ], + [ + "Th", + "anks" + ], + [ + "Thank", + "s" + ], + [ + "Ġdis", + "place" + ], + [ + "Ġdispl", + "ace" + ], + [ + "ĠO", + "lympic" + ], + [ + "ĠOlymp", + "ic" + ], + [ + "Ġtem", + "ples" + ], + [ + "Ġtemple", + "s" + ], + [ + "Ġtemp", + "les" + ], + [ + "Ġaff", + "irm" + ], + [ + "Un", + "iversity" + ], + [ + "Univers", + "ity" + ], + [ + "Ġ", + "Industry" + ], + [ + "ĠIndust", + "ry" + ], + [ + "ĠIndus", + "try" + ], + [ + "M", + "M" + ], + [ + "Ġsimple", + "st" + ], + [ + "Ġsimpl", + "est" + ], + [ + "Ġ", + "Eventually" + ], + [ + "ĠEvent", + "ually" + ], + [ + "Ġd", + "ignity" + ], + [ + "Ġdign", + "ity" + ], + [ + "Ġ", + "IBM" + ], + [ + "ĠI", + "BM" + ], + [ + "ĠIB", + "M" + ], + [ + "Ġ", + "secured" + ], + [ + "Ġsec", + "ured" + ], + [ + "Ġsecure", + "d" + ], + [ + "P", + "oint" + ], + [ + "Po", + "int" + ], + [ + "Ġ", + "Graph" + ], + [ + "ĠG", + "raph" + ], + [ + "ĠGra", + "ph" + ], + [ + "ĠGr", + "aph" + ], + [ + "ĠGrap", + "h" + ], + [ + "Ġ", + "Oak" + ], + [ + "ĠO", + "ak" + ], + [ + "Ġl", + "anded" + ], + [ + "Ġland", + "ed" + ], + [ + "Ġlan", + "ded" + ], + [ + "ĠIsrael", + "i" + ], + [ + "en", + "gu" + ], + [ + "eng", + "u" + ], + [ + "Aut", + "hor" + ], + [ + "Ġref", + "lecting" + ], + [ + "Ġreflect", + "ing" + ], + [ + "A", + "ND" + ], + [ + "AN", + "D" + ], + [ + "Ġsusp", + "ended" + ], + [ + "Ġsuspend", + "ed" + ], + [ + "Eng", + "lish" + ], + [ + "Ġ", + "Mercury" + ], + [ + "ĠM", + "ercury" + ], + [ + "ĠMerc", + "ury" + ], + [ + "Ġt", + "rim" + ], + [ + "Ġtr", + "im" + ], + [ + "Ġtri", + "m" + ], + [ + ".", + "(" + ], + [ + "Â", + "½" + ], + [ + "Ġfast", + "est" + ], + [ + "Ġteaching", + "s" + ], + [ + "Ġteach", + "ings" + ], + [ + "Ġturb", + "ine" + ], + [ + "ĠIce", + "land" + ], + [ + "ĠIc", + "eland" + ], + [ + "Ġpass", + "words" + ], + [ + "Ġpassword", + "s" + ], + [ + "Ġelabor", + "ate" + ], + [ + "Ġin", + "com" + ], + [ + "Ġinc", + "om" + ], + [ + "Ġinco", + "m" + ], + [ + "Ġshort", + "age" + ], + [ + "Ġ", + "Meanwhile" + ], + [ + "ĠMe", + "anwhile" + ], + [ + "ĠMean", + "while" + ], + [ + "P", + "ar" + ], + [ + "Pa", + "r" + ], + [ + "o", + "uch" + ], + [ + "ou", + "ch" + ], + [ + "Ġcon", + "form" + ], + [ + "Ġconf", + "orm" + ], + [ + "Ġ", + "Houston" + ], + [ + "ĠH", + "ouston" + ], + [ + "ĠHou", + "ston" + ], + [ + ".", + "K" + ], + [ + "Ġ", + "meg" + ], + [ + "Ġm", + "eg" + ], + [ + "Ġme", + "g" + ], + [ + "ĠM", + "uhammad" + ], + [ + "ĠMuh", + "ammad" + ], + [ + "Ġtext", + "book" + ], + [ + "Ġn", + "esting" + ], + [ + "Ġnest", + "ing" + ], + [ + ".", + "H" + ], + [ + "i", + "ge" + ], + [ + "ig", + "e" + ], + [ + "ĠA", + "ra" + ], + [ + "ĠAr", + "a" + ], + [ + "Ġf", + "ost" + ], + [ + "Ġfo", + "st" + ], + [ + "ĠC", + "amb" + ], + [ + "ĠCam", + "b" + ], + [ + "ĠCa", + "mb" + ], + [ + "Ġw", + "ashed" + ], + [ + "Ġwas", + "hed" + ], + [ + "Ġwash", + "ed" + ], + [ + "Ġback", + "grounds" + ], + [ + "Ġbackground", + "s" + ], + [ + "Ġo", + "ak" + ], + [ + "Ġ", + "CF" + ], + [ + "ĠC", + "F" + ], + [ + "ol", + "ding" + ], + [ + "old", + "ing" + ], + [ + "M", + "et" + ], + [ + "Me", + "t" + ], + [ + "Ġ", + "Haz" + ], + [ + "ĠH", + "az" + ], + [ + "ĠHa", + "z" + ], + [ + "Ġ", + "Rod" + ], + [ + "ĠR", + "od" + ], + [ + "ĠRo", + "d" + ], + [ + "Ġh", + "anging" + ], + [ + "Ġhang", + "ing" + ], + [ + "Ġhan", + "ging" + ], + [ + "Ġal", + "igned" + ], + [ + "Ġalign", + "ed" + ], + [ + "Ġrun", + "off" + ], + [ + "Ġw", + "ounded" + ], + [ + "Ġwound", + "ed" + ], + [ + "Ġwo", + "unded" + ], + [ + "-indu", + "ced" + ], + [ + "-ind", + "uced" + ], + [ + "Ġ", + "Venus" + ], + [ + "ĠVen", + "us" + ], + [ + "ĠVe", + "nus" + ], + [ + "oc", + "ate" + ], + [ + "oca", + "te" + ], + [ + "p", + "ha" + ], + [ + "ph", + "a" + ], + [ + "Ġ", + "maturity" + ], + [ + "Ġmat", + "urity" + ], + [ + "Ġe", + "pic" + ], + [ + "Ġep", + "ic" + ], + [ + "Ġex", + "ploitation" + ], + [ + "Ġexplo", + "itation" + ], + [ + "Ġexploit", + "ation" + ], + [ + "Ġp", + "ocket" + ], + [ + "Ġpock", + "et" + ], + [ + "w", + "idth" + ], + [ + "wid", + "th" + ], + [ + "Ġexhib", + "its" + ], + [ + "Ġexhibit", + "s" + ], + [ + "Ġ", + "Lesson" + ], + [ + "ĠL", + "esson" + ], + [ + "ĠLe", + "sson" + ], + [ + "ĠLess", + "on" + ], + [ + "ĠLes", + "son" + ], + [ + "ĠS", + "ant" + ], + [ + "ĠSan", + "t" + ], + [ + "ĠSa", + "nt" + ], + [ + "act", + "eria" + ], + [ + "acter", + "ia" + ], + [ + "On", + "ly" + ], + [ + "Ġincorpor", + "ating" + ], + [ + "/", + "C" + ], + [ + "Ġ", + "Taking" + ], + [ + "ĠT", + "aking" + ], + [ + "ĠTa", + "king" + ], + [ + "ĠTak", + "ing" + ], + [ + "ĠB", + "ah" + ], + [ + "ĠBa", + "h" + ], + [ + "Ġstr", + "ongest" + ], + [ + "Ġstrong", + "est" + ], + [ + "Ġmaxim", + "ize" + ], + [ + "ĠUk", + "raine" + ], + [ + "ĠUkrain", + "e" + ], + [ + "Ġp", + "icking" + ], + [ + "Ġpick", + "ing" + ], + [ + "Ġpi", + "cking" + ], + [ + "Ġpic", + "king" + ], + [ + "Ġb", + "ites" + ], + [ + "Ġbi", + "tes" + ], + [ + "Ġbit", + "es" + ], + [ + "Ġbite", + "s" + ], + [ + "Ġ", + "Function" + ], + [ + "ĠF", + "unction" + ], + [ + "ĠFun", + "ction" + ], + [ + "Ġc", + "rus" + ], + [ + "Ġcr", + "us" + ], + [ + "Ġcru", + "s" + ], + [ + "Ġcr", + "uel" + ], + [ + "Ġcru", + "el" + ], + [ + "Ġ", + "formerly" + ], + [ + "Ġform", + "erly" + ], + [ + "Ġformer", + "ly" + ], + [ + "S", + "imilar" + ], + [ + "Sim", + "ilar" + ], + [ + "b", + "rates" + ], + [ + "br", + "ates" + ], + [ + "bra", + "tes" + ], + [ + "brate", + "s" + ], + [ + "Ġdocument", + "ary" + ], + [ + "Ġf", + "lee" + ], + [ + "Ġfl", + "ee" + ], + [ + "Ġfle", + "e" + ], + [ + "Ġsim", + "pler" + ], + [ + "Ġsimple", + "r" + ], + [ + "Ġsimpl", + "er" + ], + [ + "Ġe", + "ruption" + ], + [ + "Ġeru", + "ption" + ], + [ + "Ġerupt", + "ion" + ], + [ + "iling", + "ual" + ], + [ + "+", + "+" + ], + [ + "Ġprox", + "imity" + ], + [ + "Ġflu", + "oride" + ], + [ + "Ġfluor", + "ide" + ], + [ + "y", + "ers" + ], + [ + "ye", + "rs" + ], + [ + "yer", + "s" + ], + [ + "e", + "long" + ], + [ + "el", + "ong" + ], + [ + "elo", + "ng" + ], + [ + "elon", + "g" + ], + [ + "Ġfl", + "ags" + ], + [ + "Ġflag", + "s" + ], + [ + "ES", + "CO" + ], + [ + "ESC", + "O" + ], + [ + "Ġ", + "File" + ], + [ + "ĠF", + "ile" + ], + [ + "ĠFil", + "e" + ], + [ + "ĠFi", + "le" + ], + [ + "Ġrequ", + "ested" + ], + [ + "Ġrequest", + "ed" + ], + [ + "Ġadminist", + "rators" + ], + [ + "Ġadministr", + "ators" + ], + [ + "Ġadministrator", + "s" + ], + [ + "Sym", + "ptoms" + ], + [ + "Ġ", + "Link" + ], + [ + "ĠL", + "ink" + ], + [ + "ĠLin", + "k" + ], + [ + "ĠAr", + "men" + ], + [ + "ĠArm", + "en" + ], + [ + "e", + "ton" + ], + [ + "et", + "on" + ], + [ + "eto", + "n" + ], + [ + "Ġ", + "Tele" + ], + [ + "ĠT", + "ele" + ], + [ + "ĠTe", + "le" + ], + [ + "ĠTel", + "e" + ], + [ + "Ġd", + "rama" + ], + [ + "Ġdr", + "ama" + ], + [ + "Ġdra", + "ma" + ], + [ + "Ġdram", + "a" + ], + [ + "Ġcl", + "imates" + ], + [ + "Ġclimate", + "s" + ], + [ + "Ġclim", + "ates" + ], + [ + "Ġclimat", + "es" + ], + [ + "Ġb", + "rands" + ], + [ + "Ġbr", + "ands" + ], + [ + "Ġbrand", + "s" + ], + [ + "Ġbran", + "ds" + ], + [ + "G", + "R" + ], + [ + "Ġvol", + "cano" + ], + [ + "Ġvolcan", + "o" + ], + [ + "Ġtom", + "orrow" + ], + [ + "Ġwell", + "ness" + ], + [ + "ĠTur", + "kish" + ], + [ + "ĠTurk", + "ish" + ], + [ + "ĠBudd", + "hism" + ], + [ + "ĠBuddh", + "ism" + ], + [ + "m", + "akers" + ], + [ + "ma", + "kers" + ], + [ + "maker", + "s" + ], + [ + "make", + "rs" + ], + [ + "Ġn", + "oting" + ], + [ + "Ġnot", + "ing" + ], + [ + "Ġno", + "ting" + ], + [ + "ĠP", + "arks" + ], + [ + "ĠPar", + "ks" + ], + [ + "ĠPark", + "s" + ], + [ + "Ġdisapp", + "oint" + ], + [ + "Ġ", + "greens" + ], + [ + "Ġg", + "reens" + ], + [ + "Ġgre", + "ens" + ], + [ + "Ġgreen", + "s" + ], + [ + "i", + "pt" + ], + [ + "ip", + "t" + ], + [ + "Ġ", + "overs" + ], + [ + "Ġo", + "vers" + ], + [ + "Ġover", + "s" + ], + [ + "Ġov", + "ers" + ], + [ + "Ġove", + "rs" + ], + [ + "Ġhand", + "led" + ], + [ + "Ġhandle", + "d" + ], + [ + "Ġim", + "mers" + ], + [ + "Ġimm", + "ers" + ], + [ + "Ġimme", + "rs" + ], + [ + "Ġ", + "Snow" + ], + [ + "ĠS", + "now" + ], + [ + "ĠSn", + "ow" + ], + [ + "Ġver", + "ify" + ], + [ + "Ġpet", + "roleum" + ], + [ + "Ġpure", + "ly" + ], + [ + "Ġnumer", + "ical" + ], + [ + "Ġnumeric", + "al" + ], + [ + "Ġse", + "am" + ], + [ + "Ġsea", + "m" + ], + [ + "ust", + "ral" + ], + [ + "Ġtempor", + "arily" + ], + [ + "Ġtempo", + "rarily" + ], + [ + "c", + "ils" + ], + [ + "cil", + "s" + ], + [ + "ci", + "ls" + ], + [ + "Ġ", + "Ts" + ], + [ + "ĠT", + "s" + ], + [ + "Ġret", + "ired" + ], + [ + "Ġretire", + "d" + ], + [ + "an", + "ny" + ], + [ + "ann", + "y" + ], + [ + "Ġde", + "hydration" + ], + [ + "Ġdehyd", + "ration" + ], + [ + "Ġsh", + "oulders" + ], + [ + "Ġshould", + "ers" + ], + [ + "Ġshoulder", + "s" + ], + [ + "ĠCol", + "omb" + ], + [ + "ĠColo", + "mb" + ], + [ + "Ġn", + "aval" + ], + [ + "Ġnav", + "al" + ], + [ + "Ġna", + "val" + ], + [ + "ĠProp", + "het" + ], + [ + "ĠProphe", + "t" + ], + [ + "Ġ", + "sticks" + ], + [ + "Ġst", + "icks" + ], + [ + "Ġstick", + "s" + ], + [ + "Ġturb", + "ines" + ], + [ + "Ġturbine", + "s" + ], + [ + "u", + "ly" + ], + [ + "ul", + "y" + ], + [ + "Ġpack", + "ages" + ], + [ + "Ġpackage", + "s" + ], + [ + "ĠAntar", + "ctica" + ], + [ + "ĠAntarctic", + "a" + ], + [ + "ĠB", + "eng" + ], + [ + "ĠBe", + "ng" + ], + [ + "ĠBen", + "g" + ], + [ + "Ġdis", + "char" + ], + [ + "Ġdisc", + "har" + ], + [ + "Ġbul", + "let" + ], + [ + "Ġbull", + "et" + ], + [ + "Ġ", + "tales" + ], + [ + "Ġt", + "ales" + ], + [ + "Ġtal", + "es" + ], + [ + "Ġtale", + "s" + ], + [ + "Ġta", + "les" + ], + [ + "Ġ", + "Person" + ], + [ + "ĠP", + "erson" + ], + [ + "ĠPer", + "son" + ], + [ + "ĠPers", + "on" + ], + [ + "Ġle", + "ather" + ], + [ + "Ġ", + "Effects" + ], + [ + "ĠE", + "ffects" + ], + [ + "ĠEffect", + "s" + ], + [ + "ĠEff", + "ects" + ], + [ + "Ġ", + "mol" + ], + [ + "Ġm", + "ol" + ], + [ + "Ġmo", + "l" + ], + [ + "pl", + "ants" + ], + [ + "plant", + "s" + ], + [ + "plan", + "ts" + ], + [ + "Ġsub", + "strate" + ], + [ + "Ġsubst", + "rate" + ], + [ + "Ġsubstr", + "ate" + ], + [ + "Ġ", + "Sche" + ], + [ + "ĠS", + "che" + ], + [ + "ĠSc", + "he" + ], + [ + "ĠSch", + "e" + ], + [ + "E", + "RE" + ], + [ + "ER", + "E" + ], + [ + "Ġ", + "Dental" + ], + [ + "ĠD", + "ental" + ], + [ + "ĠDen", + "tal" + ], + [ + "ĠDent", + "al" + ], + [ + "Ġ", + "Problems" + ], + [ + "ĠPro", + "blems" + ], + [ + "ĠProble", + "ms" + ], + [ + "ĠProblem", + "s" + ], + [ + "Ġcannab", + "is" + ], + [ + "Ġaqu", + "arium" + ], + [ + "p", + "her" + ], + [ + "ph", + "er" + ], + [ + "phe", + "r" + ], + [ + "Ġ", + "estrogen" + ], + [ + "Ġest", + "rogen" + ], + [ + "Ġst", + "resses" + ], + [ + "Ġstr", + "esses" + ], + [ + "Ġstress", + "es" + ], + [ + "Ġcle", + "aned" + ], + [ + "Ġclean", + "ed" + ], + [ + "Ġ", + "Swiss" + ], + [ + "ĠSw", + "iss" + ], + [ + "Ġ", + "mas" + ], + [ + "Ġm", + "as" + ], + [ + "Ġma", + "s" + ], + [ + "Ġint", + "roduces" + ], + [ + "Ġintrodu", + "ces" + ], + [ + "Ġintroduce", + "s" + ], + [ + "Ġneighb", + "oring" + ], + [ + "Ġneighbor", + "ing" + ], + [ + "Ġb", + "apt" + ], + [ + "Ġba", + "pt" + ], + [ + "Ġl", + "imb" + ], + [ + "Ġlim", + "b" + ], + [ + "Ġli", + "mb" + ], + [ + "en", + "ny" + ], + [ + "enn", + "y" + ], + [ + "p", + "ost" + ], + [ + "po", + "st" + ], + [ + "ig", + "ion" + ], + [ + "igi", + "on" + ], + [ + "Ġcon", + "ve" + ], + [ + "Ġconv", + "e" + ], + [ + "Ġform", + "ally" + ], + [ + "Ġformal", + "ly" + ], + [ + "Ġ", + "metric" + ], + [ + "Ġm", + "etric" + ], + [ + "Ġmet", + "ric" + ], + [ + "Ġbreast", + "feeding" + ], + [ + "Ġbreastf", + "eeding" + ], + [ + "Ġbreastfeed", + "ing" + ], + [ + "Ġ", + "que" + ], + [ + "Ġqu", + "e" + ], + [ + "Ġq", + "ue" + ], + [ + "Ġlight", + "ning" + ], + [ + "Ġin", + "tim" + ], + [ + "Ġint", + "im" + ], + [ + "Ġ", + "Dal" + ], + [ + "ĠD", + "al" + ], + [ + "ĠDa", + "l" + ], + [ + "Ġfriends", + "hip" + ], + [ + "Ġfriend", + "ship" + ], + [ + "Ġ", + "Benefits" + ], + [ + "ĠBen", + "efits" + ], + [ + "ĠBene", + "fits" + ], + [ + "ĠBenefit", + "s" + ], + [ + "ĠBenef", + "its" + ], + [ + "r", + "agon" + ], + [ + "ra", + "gon" + ], + [ + "rag", + "on" + ], + [ + "H", + "ar" + ], + [ + "Ha", + "r" + ], + [ + "S", + "D" + ], + [ + "Ġpro", + "sec" + ], + [ + "Ġpr", + "osec" + ], + [ + "Ġpros", + "ec" + ], + [ + "Ġprose", + "c" + ], + [ + "Ġ", + "Ø" + ], + [ + "a", + "by" + ], + [ + "ab", + "y" + ], + [ + "Ġs", + "hops" + ], + [ + "Ġsh", + "ops" + ], + [ + "Ġshop", + "s" + ], + [ + "Ġsho", + "ps" + ], + [ + "Ġ", + "Political" + ], + [ + "ĠP", + "olitical" + ], + [ + "ĠPol", + "itical" + ], + [ + "ĠPolit", + "ical" + ], + [ + "am", + "ation" + ], + [ + "ama", + "tion" + ], + [ + "Ġprevent", + "ive" + ], + [ + "Ġprev", + "entive" + ], + [ + "Ġimp", + "erative" + ], + [ + "Ġimper", + "ative" + ], + [ + "Ġimpe", + "rative" + ], + [ + "m", + "us" + ], + [ + "mu", + "s" + ], + [ + "ĠT", + "rib" + ], + [ + "ĠTr", + "ib" + ], + [ + "ĠTri", + "b" + ], + [ + "if", + "iable" + ], + [ + "ifi", + "able" + ], + [ + "r", + "ett" + ], + [ + "re", + "tt" + ], + [ + "ret", + "t" + ], + [ + "ot", + "yp" + ], + [ + "oty", + "p" + ], + [ + "Ġmembr", + "anes" + ], + [ + "Ġmembrane", + "s" + ], + [ + "Ġsim", + "ulations" + ], + [ + "Ġsimulation", + "s" + ], + [ + "There", + "fore" + ], + [ + "f", + "ting" + ], + [ + "ft", + "ing" + ], + [ + "Ġ", + "Ground" + ], + [ + "ĠG", + "round" + ], + [ + "ĠGr", + "ound" + ], + [ + "ĠGro", + "und" + ], + [ + "Ġper", + "ceptions" + ], + [ + "Ġperce", + "ptions" + ], + [ + "Ġperception", + "s" + ], + [ + "Ġpercept", + "ions" + ], + [ + "à", + "¸" + ], + [ + ".", + "t" + ], + [ + "i", + "li" + ], + [ + "il", + "i" + ], + [ + "ĠR", + "oc" + ], + [ + "ĠRo", + "c" + ], + [ + "Ġrestaur", + "ant" + ], + [ + "Ġ", + "Weather" + ], + [ + "ĠWe", + "ather" + ], + [ + "Ä", + "«" + ], + [ + "ig", + "ital" + ], + [ + "igit", + "al" + ], + [ + "igi", + "tal" + ], + [ + "Ġphilos", + "opher" + ], + [ + "Ġphilosoph", + "er" + ], + [ + "Ġ", + "Financial" + ], + [ + "ĠFin", + "ancial" + ], + [ + "Ġd", + "orm" + ], + [ + "Ġdo", + "rm" + ], + [ + "w", + "elling" + ], + [ + "we", + "lling" + ], + [ + "well", + "ing" + ], + [ + "wel", + "ling" + ], + [ + "Ġdec", + "lining" + ], + [ + "Ġdecl", + "ining" + ], + [ + "Ġcor", + "rosion" + ], + [ + "Ġcorros", + "ion" + ], + [ + "O", + "V" + ], + [ + "Ġal", + "ignment" + ], + [ + "Ġalign", + "ment" + ], + [ + "er", + "k" + ], + [ + "ĠF", + "ah" + ], + [ + "ĠFa", + "h" + ], + [ + "Ġ", + "NC" + ], + [ + "ĠN", + "C" + ], + [ + "Ġdiff", + "ers" + ], + [ + "Ġdiffer", + "s" + ], + [ + "we", + "alth" + ], + [ + "Ġmod", + "ification" + ], + [ + "Ġgu", + "itar" + ], + [ + "Ġpurs", + "uit" + ], + [ + "l", + "en" + ], + [ + "le", + "n" + ], + [ + "Ġ", + "Chen" + ], + [ + "ĠC", + "hen" + ], + [ + "ĠCh", + "en" + ], + [ + "ĠChe", + "n" + ], + [ + "Ġass", + "ass" + ], + [ + "acter", + "ial" + ], + [ + "acteria", + "l" + ], + [ + "Ġ", + "CE" + ], + [ + "ĠC", + "E" + ], + [ + "u", + "ning" + ], + [ + "un", + "ing" + ], + [ + "uni", + "ng" + ], + [ + "Ġrecogn", + "izing" + ], + [ + "Ġ", + "Success" + ], + [ + "ĠS", + "uccess" + ], + [ + "ĠSu", + "ccess" + ], + [ + "ĠSuc", + "cess" + ], + [ + "ĠSucc", + "ess" + ], + [ + "c", + "ha" + ], + [ + "ch", + "a" + ], + [ + "ĠAmeric", + "as" + ], + [ + "ĠAmerica", + "s" + ], + [ + "ĠAmer", + "icas" + ], + [ + "Ġob", + "taining" + ], + [ + "Ġobt", + "aining" + ], + [ + "Ġobtain", + "ing" + ], + [ + "ĠProgram", + "me" + ], + [ + "Ġth", + "rust" + ], + [ + "Ġthr", + "ust" + ], + [ + "Ġthru", + "st" + ], + [ + "Ġ", + "Sarah" + ], + [ + "ĠS", + "arah" + ], + [ + "ĠSar", + "ah" + ], + [ + "ĠSa", + "rah" + ], + [ + "ĠSara", + "h" + ], + [ + "-", + "ph" + ], + [ + "-p", + "h" + ], + [ + "Ġ", + "Vacc" + ], + [ + "ĠV", + "acc" + ], + [ + "ĠVa", + "cc" + ], + [ + "ĠVac", + "c" + ], + [ + "Ġpil", + "grim" + ], + [ + "s", + "tan" + ], + [ + "st", + "an" + ], + [ + "sta", + "n" + ], + [ + "Ġ", + "Ms" + ], + [ + "ĠM", + "s" + ], + [ + "Ġ", + "Domin" + ], + [ + "ĠD", + "omin" + ], + [ + "ĠDo", + "min" + ], + [ + "ĠDom", + "in" + ], + [ + "Ġh", + "osted" + ], + [ + "Ġhost", + "ed" + ], + [ + "Ġho", + "sted" + ], + [ + "Ġclim", + "bing" + ], + [ + "Ġclimb", + "ing" + ], + [ + "f", + "ires" + ], + [ + "fire", + "s" + ], + [ + "fi", + "res" + ], + [ + "fir", + "es" + ], + [ + "Ġt", + "ie" + ], + [ + "Ġti", + "e" + ], + [ + "Ġ", + "resolved" + ], + [ + "Ġres", + "olved" + ], + [ + "Ġresolve", + "d" + ], + [ + "Ġ", + "Prep" + ], + [ + "ĠP", + "rep" + ], + [ + "ĠPr", + "ep" + ], + [ + "ĠPre", + "p" + ], + [ + "Ġp", + "lag" + ], + [ + "Ġpl", + "ag" + ], + [ + "Ġpla", + "g" + ], + [ + "Ġorgan", + "izing" + ], + [ + "ĠS", + "quare" + ], + [ + "ĠSqu", + "are" + ], + [ + "f", + "erence" + ], + [ + "fer", + "ence" + ], + [ + "fe", + "rence" + ], + [ + "Ġ", + "Travel" + ], + [ + "ĠT", + "ravel" + ], + [ + "ĠTra", + "vel" + ], + [ + ".", + ":" + ], + [ + "Ġc", + "ouples" + ], + [ + "Ġcou", + "ples" + ], + [ + "Ġcouple", + "s" + ], + [ + "Ġcoup", + "les" + ], + [ + "Per", + "haps" + ], + [ + "ĠAnt", + "arctic" + ], + [ + "ĠAntar", + "ctic" + ], + [ + "i", + "san" + ], + [ + "is", + "an" + ], + [ + "isa", + "n" + ], + [ + "e", + "men" + ], + [ + "em", + "en" + ], + [ + "eme", + "n" + ], + [ + "ĠTh", + "ailand" + ], + [ + "ĠThai", + "land" + ], + [ + "D", + "ate" + ], + [ + "Da", + "te" + ], + [ + "Ġn", + "ests" + ], + [ + "Ġne", + "sts" + ], + [ + "Ġnest", + "s" + ], + [ + "Ġpres", + "erving" + ], + [ + "Ġpreserv", + "ing" + ], + [ + "Ġmod", + "ifications" + ], + [ + "Ġmodification", + "s" + ], + [ + "e", + "span" + ], + [ + "es", + "pan" + ], + [ + "esp", + "an" + ], + [ + "Ġ", + "Around" + ], + [ + "ĠA", + "round" + ], + [ + "ĠAr", + "ound" + ], + [ + "-min", + "ute" + ], + [ + "Ġc", + "arn" + ], + [ + "Ġcar", + "n" + ], + [ + "Ġca", + "rn" + ], + [ + "-", + "state" + ], + [ + "-st", + "ate" + ], + [ + "Ġoccup", + "ational" + ], + [ + "Ġoccupation", + "al" + ], + [ + "Ġg", + "arb" + ], + [ + "Ġgar", + "b" + ], + [ + "Ġaltern", + "ate" + ], + [ + "-", + "grade" + ], + [ + "-g", + "rade" + ], + [ + "-gra", + "de" + ], + [ + "ĠDem", + "ocr" + ], + [ + "Ġpestic", + "ide" + ], + [ + "Ġpest", + "icide" + ], + [ + "Ġ", + "Song" + ], + [ + "ĠS", + "ong" + ], + [ + "ĠSo", + "ng" + ], + [ + "ĠSon", + "g" + ], + [ + "Ġ", + "Dry" + ], + [ + "ĠD", + "ry" + ], + [ + "ĠDr", + "y" + ], + [ + "w", + "alk" + ], + [ + "wal", + "k" + ], + [ + "Ġab", + "ortion" + ], + [ + "Ġabort", + "ion" + ], + [ + "c", + "at" + ], + [ + "ca", + "t" + ], + [ + "Ġl", + "inking" + ], + [ + "Ġlink", + "ing" + ], + [ + "Ġlin", + "king" + ], + [ + "ĠG", + "and" + ], + [ + "ĠGa", + "nd" + ], + [ + "ĠGan", + "d" + ], + [ + "Ġatt", + "achment" + ], + [ + "Ġattach", + "ment" + ], + [ + "Ġn", + "ights" + ], + [ + "Ġnight", + "s" + ], + [ + "Ġ", + "Hyper" + ], + [ + "ĠHy", + "per" + ], + [ + "ĠHyp", + "er" + ], + [ + "Ġin", + "expensive" + ], + [ + "erv", + "ice" + ], + [ + "Ġunder", + "graduate" + ], + [ + "Ġacceler", + "ate" + ], + [ + "Ġspirit", + "s" + ], + [ + "Ġspir", + "its" + ], + [ + "Ġspi", + "rits" + ], + [ + ".", + "uk" + ], + [ + ".u", + "k" + ], + [ + "Ġlike", + "wise" + ], + [ + "Ġperiod", + "ic" + ], + [ + "Ġperi", + "odic" + ], + [ + "Ġadvoc", + "acy" + ], + [ + "Ġret", + "irement" + ], + [ + "Ġretire", + "ment" + ], + [ + "Ġ", + "Bed" + ], + [ + "ĠB", + "ed" + ], + [ + "ĠBe", + "d" + ], + [ + "L", + "ist" + ], + [ + "Li", + "st" + ], + [ + "Ġatt", + "orney" + ], + [ + "o", + "gical" + ], + [ + "og", + "ical" + ], + [ + "ogic", + "al" + ], + [ + "ogi", + "cal" + ], + [ + "ĠN", + "ile" + ], + [ + "ĠNi", + "le" + ], + [ + "ĠNil", + "e" + ], + [ + "Ġ", + "Consequently" + ], + [ + "ĠCon", + "sequently" + ], + [ + "ĠAng", + "lo" + ], + [ + "ĠAngl", + "o" + ], + [ + "Ġ", + "SC" + ], + [ + "ĠS", + "C" + ], + [ + "Ġ", + "vascular" + ], + [ + "Ġv", + "ascular" + ], + [ + "Ġvas", + "cular" + ], + [ + "Ġvascul", + "ar" + ], + [ + "Ġ", + "Luke" + ], + [ + "ĠL", + "uke" + ], + [ + "ĠLu", + "ke" + ], + [ + "ĠLuk", + "e" + ], + [ + "ĠMag", + "azine" + ], + [ + "Ġ", + "respected" + ], + [ + "Ġresp", + "ected" + ], + [ + "Ġrespect", + "ed" + ], + [ + "Ġafter", + "wards" + ], + [ + "Ġafterward", + "s" + ], + [ + "less", + "ness" + ], + [ + "amb", + "oo" + ], + [ + "ambo", + "o" + ], + [ + "Ġjud", + "ges" + ], + [ + "Ġjudge", + "s" + ], + [ + "Ġoverse", + "as" + ], + [ + "Ġovers", + "eas" + ], + [ + "Ġbase", + "ball" + ], + [ + "Ġ", + "mate" + ], + [ + "Ġm", + "ate" + ], + [ + "Ġma", + "te" + ], + [ + "Ġmat", + "e" + ], + [ + "Ġd", + "ye" + ], + [ + "Ġdy", + "e" + ], + [ + "o", + "unding" + ], + [ + "ound", + "ing" + ], + [ + "oun", + "ding" + ], + [ + "Ġ", + "planetary" + ], + [ + "Ġplan", + "etary" + ], + [ + "Ġplanet", + "ary" + ], + [ + "G", + "A" + ], + [ + "Ġrem", + "inder" + ], + [ + "Ġremind", + "er" + ], + [ + "Ġremin", + "der" + ], + [ + "Ġtre", + "asure" + ], + [ + "Ġ", + "Additional" + ], + [ + "ĠAd", + "ditional" + ], + [ + "ĠAddition", + "al" + ], + [ + "Ġp", + "onds" + ], + [ + "Ġpond", + "s" + ], + [ + "i", + "ms" + ], + [ + "im", + "s" + ], + [ + "ĠL", + "ank" + ], + [ + "ĠLan", + "k" + ], + [ + "Ġk", + "een" + ], + [ + "Ġke", + "en" + ], + [ + "Ġre", + "vision" + ], + [ + "Ġrev", + "ision" + ], + [ + "Ġrevis", + "ion" + ], + [ + "le", + "ys" + ], + [ + "ley", + "s" + ], + [ + "ig", + "nt" + ], + [ + "ign", + "t" + ], + [ + "Ġ", + "Bu" + ], + [ + "ĠB", + "u" + ], + [ + "-", + "cons" + ], + [ + "-c", + "ons" + ], + [ + "-con", + "s" + ], + [ + "-co", + "ns" + ], + [ + "-", + "five" + ], + [ + "-f", + "ive" + ], + [ + "-fi", + "ve" + ], + [ + "osc", + "ow" + ], + [ + "Ġkilomet", + "res" + ], + [ + "Ġkilometre", + "s" + ], + [ + "Ġsatis", + "fied" + ], + [ + "Ġsatisf", + "ied" + ], + [ + "Ġsc", + "ratch" + ], + [ + "Ġscr", + "atch" + ], + [ + "Ġdis", + "agree" + ], + [ + "Ġdisag", + "ree" + ], + [ + "ĠC", + "zech" + ], + [ + "ĠCz", + "ech" + ], + [ + "Ġ", + "Foot" + ], + [ + "ĠF", + "oot" + ], + [ + "ĠFo", + "ot" + ], + [ + "ĠV", + "erm" + ], + [ + "ĠVer", + "m" + ], + [ + "ĠVe", + "rm" + ], + [ + "R", + "EE" + ], + [ + "RE", + "E" + ], + [ + "Ġd", + "urable" + ], + [ + "Ġdu", + "rable" + ], + [ + "Ġdur", + "able" + ], + [ + "Ġim", + "ped" + ], + [ + "Ġimp", + "ed" + ], + [ + "Ġimpe", + "d" + ], + [ + "Ġun", + "fortunately" + ], + [ + "Ġunf", + "ortunately" + ], + [ + "Ġunfortunate", + "ly" + ], + [ + "Ġ", + "Diagn" + ], + [ + "ĠD", + "iagn" + ], + [ + "ĠDi", + "agn" + ], + [ + "ĠDia", + "gn" + ], + [ + "Ġal", + "gebra" + ], + [ + "Ġalg", + "ebra" + ], + [ + "Ġbo", + "iling" + ], + [ + "Ġboil", + "ing" + ], + [ + "Ġdyn", + "asty" + ], + [ + "Ġpron", + "unciation" + ], + [ + "ĠProtest", + "ant" + ], + [ + "ĠProte", + "stant" + ], + [ + "Ġvis", + "ually" + ], + [ + "Ġvisual", + "ly" + ], + [ + "Ġ", + "pots" + ], + [ + "Ġp", + "ots" + ], + [ + "Ġpo", + "ts" + ], + [ + "Ġpot", + "s" + ], + [ + "Ġcav", + "ities" + ], + [ + "f", + "irst" + ], + [ + "fir", + "st" + ], + [ + "Ġbe", + "aches" + ], + [ + "Ġbeach", + "es" + ], + [ + "ĠM", + "un" + ], + [ + "ĠMu", + "n" + ], + [ + "a", + "ux" + ], + [ + "au", + "x" + ], + [ + "he", + "aded" + ], + [ + "head", + "ed" + ], + [ + "hea", + "ded" + ], + [ + "Ġ", + "Economics" + ], + [ + "ĠEconom", + "ics" + ], + [ + "ĠEc", + "onomics" + ], + [ + "ĠEconomic", + "s" + ], + [ + "Ġw", + "ishes" + ], + [ + "Ġwish", + "es" + ], + [ + "Ġwis", + "hes" + ], + [ + "Ġmand", + "atory" + ], + [ + "N", + "et" + ], + [ + "Ne", + "t" + ], + [ + "he", + "it" + ], + [ + "row", + "se" + ], + [ + "rows", + "e" + ], + [ + "ard", + "ship" + ], + [ + "ards", + "hip" + ], + [ + "Ġdefin", + "itive" + ], + [ + "Ġanti", + "body" + ], + [ + "Ġantib", + "ody" + ], + [ + "Ġp", + "ulling" + ], + [ + "Ġpul", + "ling" + ], + [ + "Ġpull", + "ing" + ], + [ + "Ġpu", + "lling" + ], + [ + "Ġ", + "upt" + ], + [ + "Ġu", + "pt" + ], + [ + "Ġup", + "t" + ], + [ + "Ġadv", + "ise" + ], + [ + "Ġadvis", + "e" + ], + [ + "Ġadjust", + "ments" + ], + [ + "Ġadjustment", + "s" + ], + [ + "Ġp", + "ools" + ], + [ + "Ġpo", + "ols" + ], + [ + "Ġpool", + "s" + ], + [ + "Ġpoo", + "ls" + ], + [ + "Ġpredomin", + "antly" + ], + [ + "Ġpredominant", + "ly" + ], + [ + "Ġ", + "q" + ], + [ + ".", + "W" + ], + [ + "v", + "ic" + ], + [ + "vi", + "c" + ], + [ + "Ġt", + "hir" + ], + [ + "Ġth", + "ir" + ], + [ + "Ġthi", + "r" + ], + [ + "Ġs", + "hots" + ], + [ + "Ġsh", + "ots" + ], + [ + "Ġshot", + "s" + ], + [ + "Ġsho", + "ts" + ], + [ + "-", + "fat" + ], + [ + "-f", + "at" + ], + [ + "Ġ", + "Professional" + ], + [ + "ĠProf", + "essional" + ], + [ + "Ġ", + "Everyone" + ], + [ + "ĠEvery", + "one" + ], + [ + "Un", + "like" + ], + [ + "Ġf", + "ool" + ], + [ + "Ġfo", + "ol" + ], + [ + "Ġfoo", + "l" + ], + [ + "Ġbl", + "ade" + ], + [ + "Ġ", + "Hug" + ], + [ + "ĠH", + "ug" + ], + [ + "ĠHu", + "g" + ], + [ + "Ġ", + "Esp" + ], + [ + "ĠE", + "sp" + ], + [ + "ĠEs", + "p" + ], + [ + "Ġ", + "Fest" + ], + [ + "ĠF", + "est" + ], + [ + "ĠFe", + "st" + ], + [ + "Ġ", + "Focus" + ], + [ + "ĠF", + "ocus" + ], + [ + "ĠFo", + "cus" + ], + [ + "Ġ", + "Calcul" + ], + [ + "ĠC", + "alcul" + ], + [ + "ĠCal", + "cul" + ], + [ + "ĠCalc", + "ul" + ], + [ + "Ġa", + "rises" + ], + [ + "Ġar", + "ises" + ], + [ + "Ġarise", + "s" + ], + [ + "Ġm", + "atches" + ], + [ + "Ġmat", + "ches" + ], + [ + "Ġmatch", + "es" + ], + [ + "at", + "urated" + ], + [ + "atur", + "ated" + ], + [ + "atu", + "rated" + ], + [ + "atura", + "ted" + ], + [ + "Ġcos", + "mic" + ], + [ + "Ġcosm", + "ic" + ], + [ + "an", + "cer" + ], + [ + "ance", + "r" + ], + [ + "anc", + "er" + ], + [ + "Ġ", + "Aware" + ], + [ + "ĠA", + "ware" + ], + [ + "ĠAw", + "are" + ], + [ + "Ġ", + "Sel" + ], + [ + "ĠS", + "el" + ], + [ + "ĠSe", + "l" + ], + [ + "Ġs", + "hame" + ], + [ + "Ġsh", + "ame" + ], + [ + "Ġsham", + "e" + ], + [ + "e", + "ft" + ], + [ + "ef", + "t" + ], + [ + "Ġb", + "oil" + ], + [ + "Ġbo", + "il" + ], + [ + "Ġillust", + "ration" + ], + [ + "Ġd", + "ens" + ], + [ + "Ġde", + "ns" + ], + [ + "Ġden", + "s" + ], + [ + "Ġ", + "umb" + ], + [ + "Ġu", + "mb" + ], + [ + "Ġum", + "b" + ], + [ + "Ġcomp", + "osite" + ], + [ + "Ġcompos", + "ite" + ], + [ + "Ġsh", + "ifting" + ], + [ + "Ġshift", + "ing" + ], + [ + "Ġshif", + "ting" + ], + [ + "Ġshi", + "fting" + ], + [ + "-", + "point" + ], + [ + "-p", + "oint" + ], + [ + "-po", + "int" + ], + [ + "Ġ", + "Character" + ], + [ + "ĠChar", + "acter" + ], + [ + "Ġre", + "gen" + ], + [ + "Ġreg", + "en" + ], + [ + "Ġsur", + "f" + ], + [ + "Ġp", + "etition" + ], + [ + "Ġpet", + "ition" + ], + [ + "l", + "an" + ], + [ + "la", + "n" + ], + [ + "Ġ", + "nail" + ], + [ + "Ġn", + "ail" + ], + [ + "Ġna", + "il" + ], + [ + "Ġsan", + "ct" + ], + [ + "Ġcart", + "ilage" + ], + [ + "Ġcartil", + "age" + ], + [ + "Ġepid", + "em" + ], + [ + "Ġvirt", + "ue" + ], + [ + "Ġvirtu", + "e" + ], + [ + "Ġliqu", + "ids" + ], + [ + "Ġliquid", + "s" + ], + [ + "Ġsuppl", + "iers" + ], + [ + "Ġsupplier", + "s" + ], + [ + "Ġ", + "Lie" + ], + [ + "ĠL", + "ie" + ], + [ + "ĠLi", + "e" + ], + [ + "Ġjuris", + "diction" + ], + [ + "Ġjurisd", + "iction" + ], + [ + "Ġex", + "ports" + ], + [ + "Ġexp", + "orts" + ], + [ + "Ġexport", + "s" + ], + [ + "Ġwild", + "erness" + ], + [ + "Ġc", + "ruc" + ], + [ + "Ġcr", + "uc" + ], + [ + "Ġcru", + "c" + ], + [ + "R", + "ed" + ], + [ + "Re", + "d" + ], + [ + "Ġh", + "urricane" + ], + [ + "Ġ", + "AB" + ], + [ + "ĠA", + "B" + ], + [ + "Ġmon", + "uments" + ], + [ + "Ġmonument", + "s" + ], + [ + "Ġcont", + "acts" + ], + [ + "Ġcontact", + "s" + ], + [ + "Ġc", + "ables" + ], + [ + "Ġca", + "bles" + ], + [ + "Ġcab", + "les" + ], + [ + "Ġcable", + "s" + ], + [ + "le", + "ans" + ], + [ + "lean", + "s" + ], + [ + "Ġrec", + "ruit" + ], + [ + "Ġrecru", + "it" + ], + [ + "Ġ", + "EM" + ], + [ + "ĠE", + "M" + ], + [ + "Ġt", + "rait" + ], + [ + "Ġtra", + "it" + ], + [ + "Ġtr", + "ait" + ], + [ + "com", + "put" + ], + [ + "comp", + "ut" + ], + [ + "Ġce", + "iling" + ], + [ + "ĠVict", + "orian" + ], + [ + "ĠVictor", + "ian" + ], + [ + "ĠVictoria", + "n" + ], + [ + "Ġ", + "walks" + ], + [ + "Ġw", + "alks" + ], + [ + "Ġwalk", + "s" + ], + [ + "Ġwal", + "ks" + ], + [ + "/", + "j" + ], + [ + "=", + "\"" + ], + [ + "h", + "ouses" + ], + [ + "house", + "s" + ], + [ + "hou", + "ses" + ], + [ + "ho", + "uses" + ], + [ + "hous", + "es" + ], + [ + "Ġd", + "aughters" + ], + [ + "Ġdaughter", + "s" + ], + [ + "Ġwith", + "stand" + ], + [ + "Ġ", + "vic" + ], + [ + "Ġv", + "ic" + ], + [ + "Ġvi", + "c" + ], + [ + "ĠD", + "ick" + ], + [ + "ĠDi", + "ck" + ], + [ + "ĠDic", + "k" + ], + [ + "a", + "za" + ], + [ + "az", + "a" + ], + [ + "Ġa", + "esthetic" + ], + [ + "Ġaesthet", + "ic" + ], + [ + "Ġl", + "augh" + ], + [ + "Ġla", + "ugh" + ], + [ + "Ġlaug", + "h" + ], + [ + "Ġf", + "eeds" + ], + [ + "Ġfe", + "eds" + ], + [ + "Ġfeed", + "s" + ], + [ + "Ġfee", + "ds" + ], + [ + "Ġpen", + "cil" + ], + [ + "Ġ", + "wolves" + ], + [ + "Ġw", + "olves" + ], + [ + "Ġk", + "ills" + ], + [ + "Ġkill", + "s" + ], + [ + "Ġkil", + "ls" + ], + [ + "Ġne", + "wer" + ], + [ + "Ġnew", + "er" + ], + [ + "ĠBel", + "g" + ], + [ + "Ġfirm", + "ly" + ], + [ + "a", + "tics" + ], + [ + "at", + "ics" + ], + [ + "atic", + "s" + ], + [ + "ati", + "cs" + ], + [ + "ul", + "ph" + ], + [ + "est", + "het" + ], + [ + "Ġm", + "arrow" + ], + [ + "Ġmar", + "row" + ], + [ + "Ġnav", + "ig" + ], + [ + "Ġna", + "vig" + ], + [ + "Ġ", + "Population" + ], + [ + "ĠP", + "opulation" + ], + [ + "ĠPop", + "ulation" + ], + [ + "r", + "ians" + ], + [ + "ri", + "ans" + ], + [ + "ria", + "ns" + ], + [ + "rian", + "s" + ], + [ + "Ġd", + "escent" + ], + [ + "Ġdes", + "cent" + ], + [ + "Ġdesc", + "ent" + ], + [ + "Ġ", + "Whit" + ], + [ + "ĠW", + "hit" + ], + [ + "ĠWh", + "it" + ], + [ + "Ġ", + "vaccinated" + ], + [ + "Ġvacc", + "inated" + ], + [ + "Ġvaccinate", + "d" + ], + [ + "ĠPen", + "insula" + ], + [ + "Ġp", + "rize" + ], + [ + "Ġpr", + "ize" + ], + [ + "Ġpri", + "ze" + ], + [ + "o", + "len" + ], + [ + "ol", + "en" + ], + [ + "ole", + "n" + ], + [ + "Ġ", + "Syn" + ], + [ + "ĠS", + "yn" + ], + [ + "ĠSy", + "n" + ], + [ + "ign", + "ty" + ], + [ + "ignt", + "y" + ], + [ + "Ġf", + "right" + ], + [ + "Ġfr", + "ight" + ], + [ + "Ġfrig", + "ht" + ], + [ + "Ġg", + "ym" + ], + [ + "Ġgy", + "m" + ], + [ + "mer", + "icans" + ], + [ + "meric", + "ans" + ], + [ + "merican", + "s" + ], + [ + "merica", + "ns" + ], + [ + "Ġcom", + "mercially" + ], + [ + "Ġcommerc", + "ially" + ], + [ + "Ġcommercial", + "ly" + ], + [ + "B", + "ook" + ], + [ + "Bo", + "ok" + ], + [ + "r", + "of" + ], + [ + "ro", + "f" + ], + [ + "Ġ", + "CL" + ], + [ + "ĠC", + "L" + ], + [ + "Ġ", + "Ye" + ], + [ + "ĠY", + "e" + ], + [ + "Ġapp", + "earing" + ], + [ + "Ġappear", + "ing" + ], + [ + "Ġappe", + "aring" + ], + [ + "-", + "reg" + ], + [ + "-re", + "g" + ], + [ + "-r", + "eg" + ], + [ + "o", + "ustic" + ], + [ + "ou", + "stic" + ], + [ + "ous", + "tic" + ], + [ + "oust", + "ic" + ], + [ + "g", + "encies" + ], + [ + "gen", + "cies" + ], + [ + "-", + "inf" + ], + [ + "-in", + "f" + ], + [ + "Ġas", + "sembled" + ], + [ + "Ġassemb", + "led" + ], + [ + "Ġassemble", + "d" + ], + [ + "Ġassembl", + "ed" + ], + [ + "Ġmental", + "ly" + ], + [ + "Ġment", + "ally" + ], + [ + "Ġd", + "ive" + ], + [ + "Ġdi", + "ve" + ], + [ + "Ġdiv", + "e" + ], + [ + "Ġbroad", + "ly" + ], + [ + "Ġchrom", + "osome" + ], + [ + "Ġchromos", + "ome" + ], + [ + "iz", + "able" + ], + [ + "iza", + "ble" + ], + [ + "h", + "ess" + ], + [ + "he", + "ss" + ], + [ + "hes", + "s" + ], + [ + "Ġsoc", + "ietal" + ], + [ + "Ġveter", + "ans" + ], + [ + "Ġveteran", + "s" + ], + [ + "i", + "via" + ], + [ + "iv", + "ia" + ], + [ + "ivi", + "a" + ], + [ + "Ġqu", + "ery" + ], + [ + "Ġque", + "ry" + ], + [ + "Ġquer", + "y" + ], + [ + "Ġp", + "ulmonary" + ], + [ + "Ġpul", + "monary" + ], + [ + "Ġcare", + "givers" + ], + [ + "Ġcareg", + "ivers" + ], + [ + "Ġcaregiver", + "s" + ], + [ + "m", + "other" + ], + [ + "mo", + "ther" + ], + [ + "mot", + "her" + ], + [ + "Ġ", + "Bron" + ], + [ + "ĠB", + "ron" + ], + [ + "ĠBr", + "on" + ], + [ + "ĠBro", + "n" + ], + [ + "Ġcomp", + "atible" + ], + [ + "W", + "eb" + ], + [ + "We", + "b" + ], + [ + "Ġ", + "Inv" + ], + [ + "ĠIn", + "v" + ], + [ + "Ġ", + "Example" + ], + [ + "ĠEx", + "ample" + ], + [ + "ĠExam", + "ple" + ], + [ + "Ġ", + "elastic" + ], + [ + "Ġel", + "astic" + ], + [ + "Ġelast", + "ic" + ], + [ + "Ġ", + "verbs" + ], + [ + "Ġver", + "bs" + ], + [ + "Ġverb", + "s" + ], + [ + "Ġinst", + "alling" + ], + [ + "Ġinstall", + "ing" + ], + [ + "Ġf", + "itted" + ], + [ + "Ġfit", + "ted" + ], + [ + "âĢĻ", + "Ċ" + ], + [ + "Ġ", + "Types" + ], + [ + "ĠT", + "ypes" + ], + [ + "ĠType", + "s" + ], + [ + "ĠTy", + "pes" + ], + [ + "ĠTyp", + "es" + ], + [ + "i", + "ller" + ], + [ + "il", + "ler" + ], + [ + "ill", + "er" + ], + [ + "ille", + "r" + ], + [ + "ĠL", + "anc" + ], + [ + "ĠLa", + "nc" + ], + [ + "ĠLan", + "c" + ], + [ + "i", + "nus" + ], + [ + "in", + "us" + ], + [ + "inu", + "s" + ], + [ + "Ġ", + "Ky" + ], + [ + "ĠK", + "y" + ], + [ + "Ġredu", + "ctions" + ], + [ + "Ġreduction", + "s" + ], + [ + "Ġreduct", + "ions" + ], + [ + "oc", + "ene" + ], + [ + "..", + "......" + ], + [ + "...", + "....." + ], + [ + "....", + "...." + ], + [ + ".....", + "..." + ], + [ + "......", + ".." + ], + [ + "Ġper", + "ipheral" + ], + [ + "Ġperipher", + "al" + ], + [ + "Ġ", + "ail" + ], + [ + "Ġa", + "il" + ], + [ + "Ġai", + "l" + ], + [ + "Ġv", + "end" + ], + [ + "Ġve", + "nd" + ], + [ + "Ġven", + "d" + ], + [ + "Ġal", + "lies" + ], + [ + "Ġall", + "ies" + ], + [ + "av", + "id" + ], + [ + "avi", + "d" + ], + [ + "Ġdem", + "ographic" + ], + [ + "iol", + "ence" + ], + [ + "iole", + "nce" + ], + [ + "Ġ", + "Reference" + ], + [ + "ĠRe", + "ference" + ], + [ + "ĠRef", + "erence" + ], + [ + "ĠRefer", + "ence" + ], + [ + "Ġpro", + "hibited" + ], + [ + "Ġprohib", + "ited" + ], + [ + "Ġprohibit", + "ed" + ], + [ + "Ġmulti", + "ply" + ], + [ + "Ġmultip", + "ly" + ], + [ + "Ġmultipl", + "y" + ], + [ + "R", + "et" + ], + [ + "Re", + "t" + ], + [ + "Ġed", + "itors" + ], + [ + "Ġeditor", + "s" + ], + [ + "Ġedit", + "ors" + ], + [ + "Ġ", + "Soil" + ], + [ + "ĠS", + "oil" + ], + [ + "ĠSo", + "il" + ], + [ + "Ġbutter", + "flies" + ], + [ + "Ġbutterf", + "lies" + ], + [ + "Ġf", + "ungal" + ], + [ + "Ġfun", + "gal" + ], + [ + "Ġfung", + "al" + ], + [ + "Ġ", + "Catal" + ], + [ + "ĠC", + "atal" + ], + [ + "ĠCa", + "tal" + ], + [ + "ĠCat", + "al" + ], + [ + "Ġ", + "vet" + ], + [ + "Ġv", + "et" + ], + [ + "Ġve", + "t" + ], + [ + "Ġ", + "menstrual" + ], + [ + "Ġmen", + "strual" + ], + [ + "Ġmenstru", + "al" + ], + [ + "-", + "month" + ], + [ + "-mon", + "th" + ], + [ + "\"", + "This" + ], + [ + "is", + "tle" + ], + [ + "ist", + "le" + ], + [ + "Ġ", + "RE" + ], + [ + "ĠR", + "E" + ], + [ + "Ġ", + "Run" + ], + [ + "ĠR", + "un" + ], + [ + "ĠRu", + "n" + ], + [ + "O", + "K" + ], + [ + "Ġ", + "Stage" + ], + [ + "ĠS", + "tage" + ], + [ + "ĠSt", + "age" + ], + [ + "ĠSta", + "ge" + ], + [ + "er", + "to" + ], + [ + "ert", + "o" + ], + [ + "Ġtrans", + "cript" + ], + [ + "Ġtransc", + "ript" + ], + [ + "Ġtran", + "script" + ], + [ + "Ġsufficient", + "ly" + ], + [ + "ĠB", + "ud" + ], + [ + "ĠBu", + "d" + ], + [ + "r", + "encies" + ], + [ + "ren", + "cies" + ], + [ + "ĠDel", + "hi" + ], + [ + "Ġpar", + "ental" + ], + [ + "Ġparent", + "al" + ], + [ + "Ġparen", + "tal" + ], + [ + "Ġast", + "ronomy" + ], + [ + "Ġastron", + "omy" + ], + [ + "ĠPal", + "estine" + ], + [ + "ĠPalest", + "ine" + ], + [ + "-", + "op" + ], + [ + "-o", + "p" + ], + [ + "h", + "is" + ], + [ + "hi", + "s" + ], + [ + "Ġ", + "toes" + ], + [ + "Ġt", + "oes" + ], + [ + "Ġto", + "es" + ], + [ + "Ġtoe", + "s" + ], + [ + "r", + "yst" + ], + [ + "ry", + "st" + ], + [ + "rys", + "t" + ], + [ + "Ġtr", + "ucks" + ], + [ + "Ġtru", + "cks" + ], + [ + "Ġtruck", + "s" + ], + [ + "Ġ", + "Genesis" + ], + [ + "ĠGen", + "esis" + ], + [ + "ĠGene", + "sis" + ], + [ + "ĠGenes", + "is" + ], + [ + "Ġin", + "hab" + ], + [ + "Ġinh", + "ab" + ], + [ + "Ġ", + "Chi" + ], + [ + "ĠC", + "hi" + ], + [ + "ĠCh", + "i" + ], + [ + "g", + "ets" + ], + [ + "ge", + "ts" + ], + [ + "get", + "s" + ], + [ + "Ġgra", + "zing" + ], + [ + "Ġgr", + "azing" + ], + [ + "Ġ", + "â̦Ċ" + ], + [ + "Ġâ̦", + "Ċ" + ], + [ + "i", + "jing" + ], + [ + "ij", + "ing" + ], + [ + "iji", + "ng" + ], + [ + "Ġgrow", + "ers" + ], + [ + "Ġgr", + "owers" + ], + [ + "Ġgro", + "wers" + ], + [ + "Ġgrower", + "s" + ], + [ + "ific", + "ant" + ], + [ + "-", + "for" + ], + [ + "-f", + "or" + ], + [ + "Ġind", + "uce" + ], + [ + "Ġindu", + "ce" + ], + [ + "Ġ", + "Flore" + ], + [ + "ĠF", + "lore" + ], + [ + "ĠFl", + "ore" + ], + [ + "ĠFlor", + "e" + ], + [ + "ĠFlo", + "re" + ], + [ + "Ġpar", + "ameter" + ], + [ + "Ġparam", + "eter" + ], + [ + "Ġpara", + "meter" + ], + [ + "Ġl", + "ucky" + ], + [ + "Ġluck", + "y" + ], + [ + "Ġluc", + "ky" + ], + [ + "Ġun", + "int" + ], + [ + "Ġunin", + "t" + ], + [ + "/", + "S" + ], + [ + "-", + "author" + ], + [ + "-aut", + "hor" + ], + [ + "T", + "op" + ], + [ + "To", + "p" + ], + [ + "Ġde", + "forestation" + ], + [ + "Ġdef", + "orestation" + ], + [ + "m", + "ath" + ], + [ + "ma", + "th" + ], + [ + "mat", + "h" + ], + [ + "an", + "te" + ], + [ + "ant", + "e" + ], + [ + "ex", + "pl" + ], + [ + "exp", + "l" + ], + [ + "Ġ", + "unto" + ], + [ + "Ġun", + "to" + ], + [ + "Ġunt", + "o" + ], + [ + "E", + "xt" + ], + [ + "Ex", + "t" + ], + [ + "p", + "iece" + ], + [ + "pie", + "ce" + ], + [ + "Ġconc", + "ludes" + ], + [ + "Ġconclud", + "es" + ], + [ + "Ġconclude", + "s" + ], + [ + "Ġ", + "URL" + ], + [ + "ĠU", + "RL" + ], + [ + "ĠUR", + "L" + ], + [ + "Ġ", + "arrow" + ], + [ + "Ġar", + "row" + ], + [ + "Ġarr", + "ow" + ], + [ + "O", + "RD" + ], + [ + "OR", + "D" + ], + [ + "Ġ", + "Protect" + ], + [ + "ĠProt", + "ect" + ], + [ + "ĠProte", + "ct" + ], + [ + "Ġ", + "iv" + ], + [ + "Ġi", + "v" + ], + [ + "Ġf", + "iscal" + ], + [ + "Ġ", + "Simon" + ], + [ + "ĠS", + "imon" + ], + [ + "ĠSim", + "on" + ], + [ + "ĠSi", + "mon" + ], + [ + "-", + "work" + ], + [ + "-w", + "ork" + ], + [ + "ĠAg", + "reement" + ], + [ + "ĠAgree", + "ment" + ], + [ + "Ġ", + "Title" + ], + [ + "ĠT", + "itle" + ], + [ + "ĠTi", + "tle" + ], + [ + "ĠTit", + "le" + ], + [ + "Ġad", + "hes" + ], + [ + "Ġqu", + "oted" + ], + [ + "Ġquote", + "d" + ], + [ + "Ġquot", + "ed" + ], + [ + "Ġquo", + "ted" + ], + [ + "Ġrecogn", + "ise" + ], + [ + "-th", + "irds" + ], + [ + "-third", + "s" + ], + [ + "Ġ", + "Columbus" + ], + [ + "ĠColumb", + "us" + ], + [ + "Ġ", + "Gi" + ], + [ + "ĠG", + "i" + ], + [ + "Ġre", + "semble" + ], + [ + "Ġrese", + "mble" + ], + [ + "Ġresemb", + "le" + ], + [ + "Ġm", + "arking" + ], + [ + "Ġmark", + "ing" + ], + [ + "Ġmar", + "king" + ], + [ + "Ġpath", + "ogen" + ], + [ + "Ġfrag", + "ile" + ], + [ + "Ġritual", + "s" + ], + [ + "Ġrit", + "uals" + ], + [ + "G", + "iven" + ], + [ + "Give", + "n" + ], + [ + "Gi", + "ven" + ], + [ + "ĠW", + "right" + ], + [ + "Ġen", + "velop" + ], + [ + "Ġ", + "Orthodox" + ], + [ + "ĠOr", + "thodox" + ], + [ + "ĠOrth", + "odox" + ], + [ + "Ġarrange", + "ments" + ], + [ + "Ġarrangement", + "s" + ], + [ + "d", + "am" + ], + [ + "da", + "m" + ], + [ + "o", + "thel" + ], + [ + "ot", + "hel" + ], + [ + "oth", + "el" + ], + [ + "othe", + "l" + ], + [ + "Ġ", + "Share" + ], + [ + "ĠS", + "hare" + ], + [ + "ĠSh", + "are" + ], + [ + "ĠShar", + "e" + ], + [ + "ĠSha", + "re" + ], + [ + "Ġsuper", + "vision" + ], + [ + "Ġsupervis", + "ion" + ], + [ + "Ġsuperv", + "ision" + ], + [ + "Ġ", + "ethanol" + ], + [ + "Ġeth", + "anol" + ], + [ + "Ġ", + "Joint" + ], + [ + "ĠJ", + "oint" + ], + [ + "ĠJo", + "int" + ], + [ + "ĠJoin", + "t" + ], + [ + "Ġe", + "lite" + ], + [ + "Ġel", + "ite" + ], + [ + "St", + "ate" + ], + [ + "Stat", + "e" + ], + [ + "Ġan", + "atomy" + ], + [ + "Ġanat", + "omy" + ], + [ + "Ġanatom", + "y" + ], + [ + "Ġ", + "Nuclear" + ], + [ + "ĠN", + "uclear" + ], + [ + "ĠNu", + "clear" + ], + [ + "ĠNucle", + "ar" + ], + [ + "Ġgradu", + "al" + ], + [ + "Ġgrad", + "ual" + ], + [ + "Ġlith", + "ium" + ], + [ + "Ġprop", + "osals" + ], + [ + "Ġproposal", + "s" + ], + [ + "Ġpropos", + "als" + ], + [ + "H", + "uman" + ], + [ + "Hum", + "an" + ], + [ + "Hu", + "man" + ], + [ + "Ġter", + "restrial" + ], + [ + "Ġsqu", + "ee" + ], + [ + "Ġsque", + "e" + ], + [ + "Ġdestro", + "ying" + ], + [ + "Ġdestroy", + "ing" + ], + [ + "Ġ", + "Foods" + ], + [ + "ĠF", + "oods" + ], + [ + "ĠFood", + "s" + ], + [ + "ĠFo", + "ods" + ], + [ + "Ġpriest", + "s" + ], + [ + "Ġpries", + "ts" + ], + [ + "Ġpri", + "ests" + ], + [ + "Ġoff", + "shore" + ], + [ + "Ġrese", + "arching" + ], + [ + "Ġresearch", + "ing" + ], + [ + "Ġresearc", + "hing" + ], + [ + "Ġd", + "arker" + ], + [ + "Ġdark", + "er" + ], + [ + "Ġdar", + "ker" + ], + [ + "Ġtable", + "t" + ], + [ + "Ġtab", + "let" + ], + [ + "Ġtabl", + "et" + ], + [ + "Ġrad", + "icals" + ], + [ + "Ġradical", + "s" + ], + [ + "Ġ", + "iod" + ], + [ + "Ġi", + "od" + ], + [ + "Ġio", + "d" + ], + [ + "a", + "ic" + ], + [ + "ai", + "c" + ], + [ + "l", + "ong" + ], + [ + "lo", + "ng" + ], + [ + "lon", + "g" + ], + [ + "u", + "mm" + ], + [ + "um", + "m" + ], + [ + "ĠC", + "hair" + ], + [ + "ĠCh", + "air" + ], + [ + "ĠCha", + "ir" + ], + [ + "Ġrel", + "uct" + ], + [ + "Ġmind", + "fulness" + ], + [ + "Ġmindful", + "ness" + ], + [ + "Ġ", + "Manager" + ], + [ + "ĠMan", + "ager" + ], + [ + "ĠManage", + "r" + ], + [ + "Ġ", + "Used" + ], + [ + "ĠU", + "sed" + ], + [ + "ĠUs", + "ed" + ], + [ + "ĠUse", + "d" + ], + [ + "op", + "ause" + ], + [ + "opa", + "use" + ], + [ + "ĠFin", + "land" + ], + [ + "Ġauto", + "immune" + ], + [ + "Ġ", + "IL" + ], + [ + "ĠI", + "L" + ], + [ + "Ġenc", + "ryption" + ], + [ + "Ġencrypt", + "ion" + ], + [ + "Ġ", + "woods" + ], + [ + "Ġw", + "oods" + ], + [ + "Ġwood", + "s" + ], + [ + "Ġwoo", + "ds" + ], + [ + "Ġwo", + "ods" + ], + [ + "Ġadvert", + "ise" + ], + [ + "Ġobl", + "igations" + ], + [ + "Ġoblig", + "ations" + ], + [ + "Ġobligation", + "s" + ], + [ + "Ġman", + "ure" + ], + [ + "Ġc", + "redits" + ], + [ + "Ġcred", + "its" + ], + [ + "Ġcredit", + "s" + ], + [ + "Ġl", + "iber" + ], + [ + "Ġlib", + "er" + ], + [ + "Ġli", + "ber" + ], + [ + "Ġb", + "esides" + ], + [ + "Ġbes", + "ides" + ], + [ + "Ġbeside", + "s" + ], + [ + "Ġ", + "Editor" + ], + [ + "ĠEd", + "itor" + ], + [ + "ĠEdit", + "or" + ], + [ + "a", + "ism" + ], + [ + "ai", + "sm" + ], + [ + "ais", + "m" + ], + [ + "o", + "tte" + ], + [ + "ot", + "te" + ], + [ + "ott", + "e" + ], + [ + "Ġtra", + "ff" + ], + [ + "Ġtr", + "aff" + ], + [ + "Ġ", + "Anth" + ], + [ + "ĠAn", + "th" + ], + [ + "ĠAnt", + "h" + ], + [ + "els", + "ius" + ], + [ + "Ġs", + "ap" + ], + [ + "Ġsa", + "p" + ], + [ + "Ġh", + "its" + ], + [ + "Ġhit", + "s" + ], + [ + "Ġhi", + "ts" + ], + [ + "Ġs", + "quir" + ], + [ + "Ġsqu", + "ir" + ], + [ + "ĠAlex", + "and" + ], + [ + "ĠAlexa", + "nd" + ], + [ + "Ġe", + "ternal" + ], + [ + "Ġet", + "ernal" + ], + [ + "an", + "sk" + ], + [ + "ans", + "k" + ], + [ + "Ġp", + "seud" + ], + [ + "Ġ", + "Anderson" + ], + [ + "ĠAnd", + "erson" + ], + [ + "ĠAnders", + "on" + ], + [ + "Ġ", + "Too" + ], + [ + "ĠT", + "oo" + ], + [ + "ĠTo", + "o" + ], + [ + "â̦", + "." + ], + [ + "od", + "us" + ], + [ + "ĠH", + "ait" + ], + [ + "ĠHa", + "it" + ], + [ + "ĠHai", + "t" + ], + [ + "cul", + "osis" + ], + [ + "Ġ", + "adaptive" + ], + [ + "Ġadapt", + "ive" + ], + [ + "h", + "oe" + ], + [ + "ho", + "e" + ], + [ + "o", + "pa" + ], + [ + "op", + "a" + ], + [ + "Ġex", + "pose" + ], + [ + "Ġexp", + "ose" + ], + [ + "Ġh", + "erd" + ], + [ + "Ġhe", + "rd" + ], + [ + "Ġher", + "d" + ], + [ + "Ġve", + "in" + ], + [ + "re", + "tion" + ], + [ + "ret", + "ion" + ], + [ + "Be", + "ing" + ], + [ + "as", + "tes" + ], + [ + "ast", + "es" + ], + [ + "aste", + "s" + ], + [ + "Ġover", + "d" + ], + [ + "Ġov", + "erd" + ], + [ + "Ġove", + "rd" + ], + [ + "o", + "nder" + ], + [ + "on", + "der" + ], + [ + "ond", + "er" + ], + [ + "onde", + "r" + ], + [ + "an", + "nah" + ], + [ + "ann", + "ah" + ], + [ + "anna", + "h" + ], + [ + "Ġ", + "Safe" + ], + [ + "ĠS", + "afe" + ], + [ + "ĠSaf", + "e" + ], + [ + "ĠSa", + "fe" + ], + [ + "u", + "rate" + ], + [ + "ur", + "ate" + ], + [ + "ura", + "te" + ], + [ + "urat", + "e" + ], + [ + "Ġadvance", + "ment" + ], + [ + "Ġb", + "ureau" + ], + [ + "Ġbure", + "au" + ], + [ + "Ġdi", + "abetic" + ], + [ + "Ġhist", + "ories" + ], + [ + "Ġhistor", + "ies" + ], + [ + "Ġhi", + "stories" + ], + [ + "ĠS", + "pect" + ], + [ + "ĠSp", + "ect" + ], + [ + "ĠSpec", + "t" + ], + [ + "ĠSpe", + "ct" + ], + [ + ".", + "s" + ], + [ + "Ġch", + "arity" + ], + [ + "Ġchar", + "ity" + ], + [ + "Ġcha", + "rity" + ], + [ + "Ġw", + "hit" + ], + [ + "Ġwh", + "it" + ], + [ + "Ġ", + "Cloud" + ], + [ + "ĠCl", + "oud" + ], + [ + "ĠClo", + "ud" + ], + [ + "T", + "SD" + ], + [ + "TS", + "D" + ], + [ + "o", + "dia" + ], + [ + "od", + "ia" + ], + [ + "odi", + "a" + ], + [ + "Ġ", + "Technical" + ], + [ + "ĠTechn", + "ical" + ], + [ + "Ġ", + "Fried" + ], + [ + "ĠF", + "ried" + ], + [ + "ĠFr", + "ied" + ], + [ + "ĠFri", + "ed" + ], + [ + "Ġ", + "coe" + ], + [ + "Ġc", + "oe" + ], + [ + "Ġco", + "e" + ], + [ + "ĠOr", + "leans" + ], + [ + "i", + "oned" + ], + [ + "ion", + "ed" + ], + [ + "io", + "ned" + ], + [ + "ione", + "d" + ], + [ + "Ġ", + "Les" + ], + [ + "ĠL", + "es" + ], + [ + "ĠLe", + "s" + ], + [ + "ĠIn", + "stitutes" + ], + [ + "ĠInstit", + "utes" + ], + [ + "ĠInstitute", + "s" + ], + [ + "ĠInstitut", + "es" + ], + [ + "M", + "r" + ], + [ + "Ġsmart", + "phone" + ], + [ + "Ġ", + "Joe" + ], + [ + "ĠJ", + "oe" + ], + [ + "ĠJo", + "e" + ], + [ + "Ġ", + "Moore" + ], + [ + "ĠMo", + "ore" + ], + [ + "ĠMoor", + "e" + ], + [ + "a", + "tis" + ], + [ + "at", + "is" + ], + [ + "ati", + "s" + ], + [ + "Ġ", + "Salt" + ], + [ + "ĠS", + "alt" + ], + [ + "ĠSal", + "t" + ], + [ + "ĠSa", + "lt" + ], + [ + "Ġ", + "Hart" + ], + [ + "ĠH", + "art" + ], + [ + "ĠHar", + "t" + ], + [ + "ĠHa", + "rt" + ], + [ + "Ġ", + "Animals" + ], + [ + "ĠAn", + "imals" + ], + [ + "ĠAnimal", + "s" + ], + [ + "ĠAnim", + "als" + ], + [ + "Ġre", + "treat" + ], + [ + "Ġret", + "reat" + ], + [ + "Ġs", + "lides" + ], + [ + "Ġsl", + "ides" + ], + [ + "Ġslide", + "s" + ], + [ + "Ġslid", + "es" + ], + [ + "Ġ", + "Consult" + ], + [ + "ĠCons", + "ult" + ], + [ + "Ġ", + "rounded" + ], + [ + "Ġr", + "ounded" + ], + [ + "Ġro", + "unded" + ], + [ + "Ġround", + "ed" + ], + [ + "e", + "ted" + ], + [ + "et", + "ed" + ], + [ + "ete", + "d" + ], + [ + "Ġlim", + "estone" + ], + [ + "Ġlime", + "stone" + ], + [ + "B", + "ased" + ], + [ + "Bas", + "ed" + ], + [ + "Base", + "d" + ], + [ + "Ba", + "sed" + ], + [ + "n", + "utrition" + ], + [ + "nut", + "rition" + ], + [ + "Ġcom", + "ply" + ], + [ + "Ġcomp", + "ly" + ], + [ + "Ġcompl", + "y" + ], + [ + "Ġcrypt", + "ocur" + ], + [ + "Ġcrypto", + "cur" + ], + [ + "Ġre", + "ass" + ], + [ + "Ġreas", + "s" + ], + [ + "Ġ", + "Ens" + ], + [ + "ĠE", + "ns" + ], + [ + "ĠEn", + "s" + ], + [ + "Ġpe", + "pper" + ], + [ + "Ġpepp", + "er" + ], + [ + "Ġse", + "venth" + ], + [ + "Ġseven", + "th" + ], + [ + "Ġsevent", + "h" + ], + [ + "Ġl", + "aptop" + ], + [ + "Ġlapt", + "op" + ], + [ + "Ġlap", + "top" + ], + [ + "Ġ", + "TR" + ], + [ + "ĠT", + "R" + ], + [ + "ĠC", + "ab" + ], + [ + "ĠCa", + "b" + ], + [ + "Ġcon", + "front" + ], + [ + "Ġconf", + "ront" + ], + [ + "Ġconfron", + "t" + ], + [ + "Ġap", + "nea" + ], + [ + "Ġno", + "vels" + ], + [ + "Ġnovel", + "s" + ], + [ + "Ġnov", + "els" + ], + [ + "Ġdec", + "iding" + ], + [ + "Ġdisc", + "iples" + ], + [ + "Ġdiscipl", + "es" + ], + [ + "Ġdisciple", + "s" + ], + [ + "Ġend", + "less" + ], + [ + "Ġcons", + "istency" + ], + [ + "Ġconsist", + "ency" + ], + [ + "H", + "C" + ], + [ + "M", + "s" + ], + [ + "Ġre", + "ceiver" + ], + [ + "Ġrece", + "iver" + ], + [ + "Ġreceive", + "r" + ], + [ + "light", + "en" + ], + [ + "Ġv", + "enture" + ], + [ + "Ġvent", + "ure" + ], + [ + "Ġab", + "st" + ], + [ + "Ġabs", + "t" + ], + [ + "Ġf", + "oam" + ], + [ + "Ġfo", + "am" + ], + [ + "B", + "as" + ], + [ + "Ba", + "s" + ], + [ + "er", + "ce" + ], + [ + "erc", + "e" + ], + [ + "Ġl", + "aying" + ], + [ + "Ġlay", + "ing" + ], + [ + "Ġla", + "ying" + ], + [ + "Ġport", + "fol" + ], + [ + "ĠFed", + "eration" + ], + [ + "ĠFeder", + "ation" + ], + [ + "Ġ", + "quit" + ], + [ + "Ġqu", + "it" + ], + [ + "Ġq", + "uit" + ], + [ + "Ġqui", + "t" + ], + [ + "-", + "care" + ], + [ + "-c", + "are" + ], + [ + "-ca", + "re" + ], + [ + "-car", + "e" + ], + [ + "Ġde", + "termin" + ], + [ + "Ġdeterm", + "in" + ], + [ + "Ġdeter", + "min" + ], + [ + "Ġautom", + "ation" + ], + [ + "Ġcomp", + "romised" + ], + [ + "Ġcomprom", + "ised" + ], + [ + "Ġcompromise", + "d" + ], + [ + "ĠC", + "PU" + ], + [ + "ĠCP", + "U" + ], + [ + "oub", + "ted" + ], + [ + "oubt", + "ed" + ], + [ + "Ġ", + "Titan" + ], + [ + "ĠT", + "itan" + ], + [ + "ĠTi", + "tan" + ], + [ + "ĠTit", + "an" + ], + [ + "Ġinv", + "ested" + ], + [ + "Ġinvest", + "ed" + ], + [ + "Ġch", + "ord" + ], + [ + "Ġcho", + "rd" + ], + [ + "Ġchor", + "d" + ], + [ + "o", + "thy" + ], + [ + "ot", + "hy" + ], + [ + "oth", + "y" + ], + [ + "ĠComp", + "an" + ], + [ + "ĠCom", + "pan" + ], + [ + "Ġguarant", + "eed" + ], + [ + "Ġguarantee", + "d" + ], + [ + "ig", + "nant" + ], + [ + "ign", + "ant" + ], + [ + "Ġin", + "jected" + ], + [ + "Ġinj", + "ected" + ], + [ + "Ġinject", + "ed" + ], + [ + "Ġ", + "da" + ], + [ + "Ġd", + "a" + ], + [ + "Ġ", + "True" + ], + [ + "ĠT", + "rue" + ], + [ + "ĠTr", + "ue" + ], + [ + "ĠTru", + "e" + ], + [ + "Ġact", + "ivation" + ], + [ + "Ġactiv", + "ation" + ], + [ + "Ġ", + "Simple" + ], + [ + "ĠSim", + "ple" + ], + [ + "ĠSimpl", + "e" + ], + [ + "C", + "lass" + ], + [ + "Cl", + "ass" + ], + [ + "Cla", + "ss" + ], + [ + "Ġbutter", + "fly" + ], + [ + "Ġbutterf", + "ly" + ], + [ + "Ġh", + "ollow" + ], + [ + "Ġhol", + "low" + ], + [ + "Ġ", + "Growth" + ], + [ + "ĠG", + "rowth" + ], + [ + "ĠGrow", + "th" + ], + [ + "Ġ", + "fathers" + ], + [ + "Ġf", + "athers" + ], + [ + "Ġfat", + "hers" + ], + [ + "Ġfa", + "thers" + ], + [ + "Ġfather", + "s" + ], + [ + "Ġsculpt", + "ure" + ], + [ + "i", + "del" + ], + [ + "id", + "el" + ], + [ + "ide", + "l" + ], + [ + "Ġ", + "Content" + ], + [ + "ĠCont", + "ent" + ], + [ + "Ġtal", + "ent" + ], + [ + "Ġtale", + "nt" + ], + [ + "ĠL", + "td" + ], + [ + "ĠLt", + "d" + ], + [ + "Ġaccess", + "ibility" + ], + [ + "Ġf", + "ox" + ], + [ + "Ġfo", + "x" + ], + [ + "Ġal", + "leg" + ], + [ + "Ġall", + "eg" + ], + [ + "Ġalle", + "g" + ], + [ + "Ġcon", + "ception" + ], + [ + "Ġconcept", + "ion" + ], + [ + "Ġconce", + "ption" + ], + [ + "Ġsal", + "ary" + ], + [ + "Ġb", + "locking" + ], + [ + "Ġbl", + "ocking" + ], + [ + "Ġblock", + "ing" + ], + [ + "Ġblo", + "cking" + ], + [ + "Ġbloc", + "king" + ], + [ + "Ġ", + "Base" + ], + [ + "ĠB", + "ase" + ], + [ + "ĠBas", + "e" + ], + [ + "ĠBa", + "se" + ], + [ + "Ġ", + "Fox" + ], + [ + "ĠF", + "ox" + ], + [ + "ĠFo", + "x" + ], + [ + "Ġ", + "continental" + ], + [ + "Ġcontin", + "ental" + ], + [ + "Ġcontinent", + "al" + ], + [ + "Ġ", + "weights" + ], + [ + "Ġwe", + "ights" + ], + [ + "Ġweight", + "s" + ], + [ + "Ġweigh", + "ts" + ], + [ + "o", + "op" + ], + [ + "oo", + "p" + ], + [ + "o", + "lis" + ], + [ + "ol", + "is" + ], + [ + "oli", + "s" + ], + [ + "Ġ", + "Poor" + ], + [ + "ĠP", + "oor" + ], + [ + "ĠPo", + "or" + ], + [ + "Ġ", + "Dark" + ], + [ + "ĠD", + "ark" + ], + [ + "ĠDar", + "k" + ], + [ + "Ġrig", + "orous" + ], + [ + "Ġrigor", + "ous" + ], + [ + "Ġc", + "atalog" + ], + [ + "Ġcat", + "alog" + ], + [ + "Ġcatal", + "og" + ], + [ + "ĠNev", + "ada" + ], + [ + "e", + "ches" + ], + [ + "ec", + "hes" + ], + [ + "ech", + "es" + ], + [ + "eche", + "s" + ], + [ + "Ġintern", + "ationally" + ], + [ + "Ġinternational", + "ly" + ], + [ + "Ġtarget", + "ing" + ], + [ + "Ġtrans", + "parency" + ], + [ + "Ġtransp", + "arency" + ], + [ + "a", + "yers" + ], + [ + "ay", + "ers" + ], + [ + "ayer", + "s" + ], + [ + "aye", + "rs" + ], + [ + "Ġinter", + "ven" + ], + [ + "i", + "cultural" + ], + [ + "ic", + "ultural" + ], + [ + "icult", + "ural" + ], + [ + "Ġdeb", + "ates" + ], + [ + "Ġdebate", + "s" + ], + [ + "Ġ", + "Howard" + ], + [ + "ĠHow", + "ard" + ], + [ + "ĠHo", + "ward" + ], + [ + "Ġparticip", + "ant" + ], + [ + "Ġ", + "Recent" + ], + [ + "ĠRe", + "cent" + ], + [ + "ĠRec", + "ent" + ], + [ + "ĠRece", + "nt" + ], + [ + "Ġexec", + "ute" + ], + [ + "Ġexecut", + "e" + ], + [ + "Ġrelax", + "ation" + ], + [ + "u", + "ru" + ], + [ + "ur", + "u" + ], + [ + "ĠS", + "ierra" + ], + [ + "Ġ", + "Throughout" + ], + [ + "ĠThrough", + "out" + ], + [ + "Ġl", + "ady" + ], + [ + "Ġla", + "dy" + ], + [ + "Ġlad", + "y" + ], + [ + "Ġtra", + "gic" + ], + [ + "Ġtr", + "agic" + ], + [ + "Ġdo", + "nor" + ], + [ + "Ġdon", + "or" + ], + [ + "Ġsal", + "iva" + ], + [ + "Ġcomm", + "ander" + ], + [ + "Ġcommand", + "er" + ], + [ + "Ġcomma", + "nder" + ], + [ + "Ġout", + "lines" + ], + [ + "Ġoutl", + "ines" + ], + [ + "Ġoutline", + "s" + ], + [ + "Ġ", + "Emb" + ], + [ + "ĠE", + "mb" + ], + [ + "ĠEm", + "b" + ], + [ + "Ġ", + "Elementary" + ], + [ + "ĠE", + "lementary" + ], + [ + "ĠElement", + "ary" + ], + [ + "Ġspec", + "imen" + ], + [ + "Ġsil", + "ence" + ], + [ + "Ġ", + "Douglas" + ], + [ + "ĠDou", + "glas" + ], + [ + "ĠDougl", + "as" + ], + [ + "ĠDoug", + "las" + ], + [ + "-", + "man" + ], + [ + "-m", + "an" + ], + [ + "-ma", + "n" + ], + [ + "Ġ", + "nour" + ], + [ + "Ġn", + "our" + ], + [ + "Ġno", + "ur" + ], + [ + "Ġnou", + "r" + ], + [ + "ig", + "uous" + ], + [ + "igu", + "ous" + ], + [ + "Ġ", + "yards" + ], + [ + "Ġy", + "ards" + ], + [ + "Ġyard", + "s" + ], + [ + "Ġyar", + "ds" + ], + [ + "th", + "ink" + ], + [ + "thin", + "k" + ], + [ + "Ġev", + "apor" + ], + [ + "Ġevap", + "or" + ], + [ + "Ġ", + "coh" + ], + [ + "Ġc", + "oh" + ], + [ + "Ġco", + "h" + ], + [ + "Ġter", + "med" + ], + [ + "Ġterm", + "ed" + ], + [ + "-", + "ups" + ], + [ + "-up", + "s" + ], + [ + "-u", + "ps" + ], + [ + "Ġre", + "nowned" + ], + [ + "Ġren", + "owned" + ], + [ + "Ġrenown", + "ed" + ], + [ + "end", + "ix" + ], + [ + "endi", + "x" + ], + [ + "verse", + "ly" + ], + [ + "Ġe", + "rupt" + ], + [ + "Ġer", + "upt" + ], + [ + "Ġeru", + "pt" + ], + [ + "Ġ", + "Cand" + ], + [ + "ĠC", + "and" + ], + [ + "ĠCan", + "d" + ], + [ + "ĠCa", + "nd" + ], + [ + "Ġg", + "over" + ], + [ + "Ġgo", + "ver" + ], + [ + "Ġs", + "ynchron" + ], + [ + "Ġsyn", + "chron" + ], + [ + "Ġped", + "ag" + ], + [ + "(", + "a" + ], + [ + "In", + "stead" + ], + [ + "Inst", + "ead" + ], + [ + "Ġpar", + "ish" + ], + [ + "Ġpa", + "rish" + ], + [ + "Ġwe", + "akened" + ], + [ + "Ġweak", + "ened" + ], + [ + "Ġweaken", + "ed" + ], + [ + "N", + "on" + ], + [ + "No", + "n" + ], + [ + "Ġsupp", + "orters" + ], + [ + "Ġsupport", + "ers" + ], + [ + "Ġsupporter", + "s" + ], + [ + "Ġdis", + "count" + ], + [ + "Ġdisc", + "ount" + ], + [ + "ĠSe", + "attle" + ], + [ + "ĠSeat", + "tle" + ], + [ + "F", + "eb" + ], + [ + "Fe", + "b" + ], + [ + "V", + "ol" + ], + [ + "Ġt", + "ent" + ], + [ + "Ġte", + "nt" + ], + [ + "Ġten", + "t" + ], + [ + "Ġw", + "ondering" + ], + [ + "Ġwond", + "ering" + ], + [ + "Ġwonder", + "ing" + ], + [ + "il", + "les" + ], + [ + "ill", + "es" + ], + [ + "ille", + "s" + ], + [ + "ac", + "eous" + ], + [ + "ace", + "ous" + ], + [ + "Ġtext", + "books" + ], + [ + "Ġtextbook", + "s" + ], + [ + "S", + "w" + ], + [ + "g", + "ia" + ], + [ + "gi", + "a" + ], + [ + "Ġ", + "Burn" + ], + [ + "ĠB", + "urn" + ], + [ + "ĠBur", + "n" + ], + [ + "ĠBu", + "rn" + ], + [ + "iv", + "ated" + ], + [ + "iva", + "ted" + ], + [ + "ivate", + "d" + ], + [ + "Ġb", + "iography" + ], + [ + "Ġbi", + "ography" + ], + [ + "Ġsing", + "ular" + ], + [ + "S", + "M" + ], + [ + "Ġl", + "amp" + ], + [ + "Ġla", + "mp" + ], + [ + "Ġlam", + "p" + ], + [ + "ul", + "iar" + ], + [ + "uli", + "ar" + ], + [ + "ulia", + "r" + ], + [ + "ĠV", + "ien" + ], + [ + "ĠVi", + "en" + ], + [ + "ĠVie", + "n" + ], + [ + "Ġball", + "oon" + ], + [ + "ĠGreen", + "land" + ], + [ + "Ġ", + "Legisl" + ], + [ + "ĠLeg", + "isl" + ], + [ + "Ġ", + "SM" + ], + [ + "ĠS", + "M" + ], + [ + "Ġ", + "Walter" + ], + [ + "ĠW", + "alter" + ], + [ + "ĠWal", + "ter" + ], + [ + "ĠWalt", + "er" + ], + [ + "Ġcent", + "ered" + ], + [ + "Ġcenter", + "ed" + ], + [ + "Ġcen", + "tered" + ], + [ + "Ġpre", + "mium" + ], + [ + "Ġprem", + "ium" + ], + [ + "Ġb", + "uffer" + ], + [ + "Ġbu", + "ffer" + ], + [ + "Ġbuff", + "er" + ], + [ + "Ġ", + "tags" + ], + [ + "Ġt", + "ags" + ], + [ + "Ġtag", + "s" + ], + [ + "Ġta", + "gs" + ], + [ + "Ġ", + "Manufact" + ], + [ + "ĠMan", + "ufact" + ], + [ + "ĠManu", + "fact" + ], + [ + "Ġ", + "Mas" + ], + [ + "ĠM", + "as" + ], + [ + "ĠMa", + "s" + ], + [ + "Ġover", + "night" + ], + [ + "up", + "uncture" + ], + [ + "-", + "water" + ], + [ + "-w", + "ater" + ], + [ + "-wa", + "ter" + ], + [ + "Ġexpect", + "ancy" + ], + [ + "Ġd", + "ancing" + ], + [ + "Ġdan", + "cing" + ], + [ + "i", + "fting" + ], + [ + "if", + "ting" + ], + [ + "ift", + "ing" + ], + [ + "Ġinc", + "ub" + ], + [ + "Ġ", + "VI" + ], + [ + "ĠV", + "I" + ], + [ + "Ġprot", + "ests" + ], + [ + "Ġprote", + "sts" + ], + [ + "Ġprotest", + "s" + ], + [ + "Ġqual", + "itative" + ], + [ + "Ġ", + "Server" + ], + [ + "ĠS", + "erver" + ], + [ + "ĠServ", + "er" + ], + [ + "ĠSer", + "ver" + ], + [ + "ĠServe", + "r" + ], + [ + "Ġroutine", + "ly" + ], + [ + "Ġmit", + "igation" + ], + [ + "Ġcarb", + "ohydrate" + ], + [ + "Ġcarbohyd", + "rate" + ], + [ + "b", + "es" + ], + [ + "be", + "s" + ], + [ + "h", + "erence" + ], + [ + "he", + "rence" + ], + [ + "her", + "ence" + ], + [ + "here", + "nce" + ], + [ + "Ġe", + "xit" + ], + [ + "Ġex", + "it" + ], + [ + "Ġur", + "anium" + ], + [ + "Ġsatisf", + "y" + ], + [ + "Ġart", + "work" + ], + [ + "ĠH", + "ispanic" + ], + [ + "ĠHispan", + "ic" + ], + [ + "A", + "f" + ], + [ + "Ġenc", + "rypt" + ], + [ + "Ġt", + "win" + ], + [ + "Ġtw", + "in" + ], + [ + "Ġ", + "edible" + ], + [ + "Ġed", + "ible" + ], + [ + "Ġm", + "igrants" + ], + [ + "Ġmig", + "rants" + ], + [ + "Ġmigrant", + "s" + ], + [ + "%", + ")," + ], + [ + "%)", + "," + ], + [ + ".", + "net" + ], + [ + ".n", + "et" + ], + [ + "Ġ", + "AF" + ], + [ + "ĠA", + "F" + ], + [ + "Ġde", + "ployment" + ], + [ + "Ġdeploy", + "ment" + ], + [ + "ens", + "itive" + ], + [ + "ensit", + "ive" + ], + [ + "Ġb", + "und" + ], + [ + "Ġbu", + "nd" + ], + [ + "Ġbun", + "d" + ], + [ + "Ġher", + "bal" + ], + [ + "Ġherb", + "al" + ], + [ + "Ġrob", + "otic" + ], + [ + "Ġrobot", + "ic" + ], + [ + "P", + "N" + ], + [ + "ĠM", + "oscow" + ], + [ + "Ġ", + "humid" + ], + [ + "Ġhum", + "id" + ], + [ + "Ġhu", + "mid" + ], + [ + "Ġc", + "racks" + ], + [ + "Ġcr", + "acks" + ], + [ + "Ġcra", + "cks" + ], + [ + "Ġcrack", + "s" + ], + [ + "Ġer", + "ected" + ], + [ + "Ġerect", + "ed" + ], + [ + "M", + "in" + ], + [ + "Mi", + "n" + ], + [ + "g", + "rade" + ], + [ + "gra", + "de" + ], + [ + "gr", + "ade" + ], + [ + "Ġ", + "Sports" + ], + [ + "ĠS", + "ports" + ], + [ + "ĠSp", + "orts" + ], + [ + "ĠSport", + "s" + ], + [ + "Ġexc", + "luded" + ], + [ + "Ġexclude", + "d" + ], + [ + "Ġdemonstr", + "ating" + ], + [ + "Ġdemonst", + "rating" + ], + [ + "Ġt", + "emporal" + ], + [ + "Ġtempor", + "al" + ], + [ + "Ġtemp", + "oral" + ], + [ + "Ġtempo", + "ral" + ], + [ + "ri", + "ages" + ], + [ + "riage", + "s" + ], + [ + "ria", + "ges" + ], + [ + "Ġrespond", + "ents" + ], + [ + "Ġrespondent", + "s" + ], + [ + "Ġ", + "ware" + ], + [ + "Ġw", + "are" + ], + [ + "Ġwar", + "e" + ], + [ + "Ġwa", + "re" + ], + [ + "Ġin", + "appropriate" + ], + [ + "Ġgen", + "re" + ], + [ + "Ġnegot", + "iations" + ], + [ + "Ġnegotiation", + "s" + ], + [ + "Ġc", + "lip" + ], + [ + "Ġcl", + "ip" + ], + [ + "Ġe", + "leg" + ], + [ + "Ġele", + "g" + ], + [ + "Ġel", + "eg" + ], + [ + "ul", + "ator" + ], + [ + "ula", + "tor" + ], + [ + "Ġover", + "looked" + ], + [ + "Ġoverl", + "ooked" + ], + [ + "Ġoverlook", + "ed" + ], + [ + "Ġ", + "Higher" + ], + [ + "ĠH", + "igher" + ], + [ + "ĠHigh", + "er" + ], + [ + "ĠHig", + "her" + ], + [ + "Ġunder", + "w" + ], + [ + "ert", + "ility" + ], + [ + "ertil", + "ity" + ], + [ + "Ġexp", + "ressing" + ], + [ + "Ġexpress", + "ing" + ], + [ + "Ġhot", + "el" + ], + [ + "Ġho", + "tel" + ], + [ + "i", + "mental" + ], + [ + "im", + "ental" + ], + [ + "iment", + "al" + ], + [ + "imen", + "tal" + ], + [ + "Ġ", + "acted" + ], + [ + "Ġact", + "ed" + ], + [ + "Ġac", + "ted" + ], + [ + "Ġpract", + "ically" + ], + [ + "Ġpractical", + "ly" + ], + [ + "Ġmus", + "icians" + ], + [ + "Ġmusic", + "ians" + ], + [ + "Ġmusician", + "s" + ], + [ + "Ex", + "ample" + ], + [ + "Exam", + "ple" + ], + [ + "Ġ", + "Visit" + ], + [ + "ĠVis", + "it" + ], + [ + "ĠVi", + "sit" + ], + [ + "Ġscan", + "ning" + ], + [ + "Ġ", + "Alcohol" + ], + [ + "ĠAl", + "cohol" + ], + [ + "Ġf", + "iled" + ], + [ + "Ġfil", + "ed" + ], + [ + "Ġfile", + "d" + ], + [ + "Ġfi", + "led" + ], + [ + "Ġc", + "rystall" + ], + [ + "Ġcry", + "stall" + ], + [ + "Ġcryst", + "all" + ], + [ + "Ġcrystal", + "l" + ], + [ + "P", + "osted" + ], + [ + "Post", + "ed" + ], + [ + "Po", + "sted" + ], + [ + "on", + "dition" + ], + [ + "ond", + "ition" + ], + [ + "Ġh", + "andy" + ], + [ + "Ġhand", + "y" + ], + [ + "Ġhan", + "dy" + ], + [ + "Ġlaw", + "yer" + ], + [ + "Ġemotional", + "ly" + ], + [ + "Ġemotion", + "ally" + ], + [ + "Ġgarb", + "age" + ], + [ + "e", + "some" + ], + [ + "es", + "ome" + ], + [ + "al", + "ks" + ], + [ + "alk", + "s" + ], + [ + "Ġ", + "Kid" + ], + [ + "ĠK", + "id" + ], + [ + "ĠKi", + "d" + ], + [ + "Ġseed", + "lings" + ], + [ + "Ġseedling", + "s" + ], + [ + "F", + "orm" + ], + [ + "For", + "m" + ], + [ + "T", + "O" + ], + [ + "Ġc", + "emetery" + ], + [ + "Ġ", + "Classroom" + ], + [ + "ĠClass", + "room" + ], + [ + "Ġ", + "ÃĹ" + ], + [ + "ĠÃ", + "Ĺ" + ], + [ + "Ġl", + "ips" + ], + [ + "Ġlip", + "s" + ], + [ + "Ġli", + "ps" + ], + [ + "an", + "try" + ], + [ + "ant", + "ry" + ], + [ + "Ġ", + "Almost" + ], + [ + "ĠAl", + "most" + ], + [ + "ĠAlm", + "ost" + ], + [ + "Ġ", + "Compar" + ], + [ + "ĠComp", + "ar" + ], + [ + "ĠCom", + "par" + ], + [ + "Ġgr", + "asses" + ], + [ + "Ġgrass", + "es" + ], + [ + "Ġgras", + "ses" + ], + [ + "ĠEthiop", + "ia" + ], + [ + "Ġ", + "oven" + ], + [ + "Ġo", + "ven" + ], + [ + "Ġov", + "en" + ], + [ + "Ġove", + "n" + ], + [ + "l", + "ower" + ], + [ + "low", + "er" + ], + [ + "lo", + "wer" + ], + [ + "Ġoste", + "oporosis" + ], + [ + "Ġpanc", + "reas" + ], + [ + "Ġ", + "Margaret" + ], + [ + "ĠMarg", + "aret" + ], + [ + "ĠMargar", + "et" + ], + [ + "Ġdr", + "ople" + ], + [ + "Ġdrop", + "le" + ], + [ + "Ġdro", + "ple" + ], + [ + "Ġfif", + "teen" + ], + [ + "Ġbee", + "tles" + ], + [ + "Ġbeet", + "les" + ], + [ + "Ġbeetle", + "s" + ], + [ + "|", + "P" + ], + [ + "Ġ", + "tense" + ], + [ + "Ġt", + "ense" + ], + [ + "Ġten", + "se" + ], + [ + "Ġtens", + "e" + ], + [ + "Ġup", + "ward" + ], + [ + "Ġm", + "arry" + ], + [ + "Ġmar", + "ry" + ], + [ + "Ġ", + "zo" + ], + [ + "Ġz", + "o" + ], + [ + "Ex", + "per" + ], + [ + "Exp", + "er" + ], + [ + "Ġh", + "unters" + ], + [ + "Ġhunt", + "ers" + ], + [ + "Ġhun", + "ters" + ], + [ + "Ġhunter", + "s" + ], + [ + "Ġab", + "andon" + ], + [ + "Ġaband", + "on" + ], + [ + "Ġpl", + "ague" + ], + [ + "Ġpla", + "gue" + ], + [ + "Ġplag", + "ue" + ], + [ + "Ġex", + "ceptions" + ], + [ + "Ġexcept", + "ions" + ], + [ + "Ġexception", + "s" + ], + [ + "Ġgerm", + "s" + ], + [ + "Ġger", + "ms" + ], + [ + "Ġins", + "omnia" + ], + [ + "uls", + "ive" + ], + [ + "Ġcoron", + "ary" + ], + [ + "Ġcorona", + "ry" + ], + [ + "ĠT", + "ob" + ], + [ + "ĠTo", + "b" + ], + [ + "el", + "come" + ], + [ + "Ġset", + "up" + ], + [ + "o", + "rescent" + ], + [ + "or", + "escent" + ], + [ + "ores", + "cent" + ], + [ + "oresc", + "ent" + ], + [ + "oresce", + "nt" + ], + [ + "Ġglac", + "iers" + ], + [ + "Ġglacier", + "s" + ], + [ + "Ġchrom", + "osomes" + ], + [ + "Ġchromos", + "omes" + ], + [ + "Ġchromosome", + "s" + ], + [ + "Ġt", + "we" + ], + [ + "Ġtw", + "e" + ], + [ + "Ġd", + "ub" + ], + [ + "Ġdu", + "b" + ], + [ + "Ġin", + "cons" + ], + [ + "Ġinc", + "ons" + ], + [ + "Ġincon", + "s" + ], + [ + "Ġinco", + "ns" + ], + [ + "Ġ", + "Thank" + ], + [ + "ĠTh", + "ank" + ], + [ + "ĠThan", + "k" + ], + [ + "Ġhuman", + "itarian" + ], + [ + "Ġre", + "actor" + ], + [ + "Ġreact", + "or" + ], + [ + "M", + "arch" + ], + [ + "Mar", + "ch" + ], + [ + "Marc", + "h" + ], + [ + "ĠS", + "ab" + ], + [ + "ĠSa", + "b" + ], + [ + "B", + "elow" + ], + [ + "Be", + "low" + ], + [ + "Bel", + "ow" + ], + [ + "Ġf", + "lights" + ], + [ + "Ġfl", + "ights" + ], + [ + "Ġflight", + "s" + ], + [ + "Ġf", + "ertile" + ], + [ + "Ġfert", + "ile" + ], + [ + "Ġfertil", + "e" + ], + [ + "Ġstim", + "ulus" + ], + [ + "Ġstimul", + "us" + ], + [ + "Ġe", + "mitted" + ], + [ + "Ġem", + "itted" + ], + [ + "Ġemit", + "ted" + ], + [ + "re", + "present" + ], + [ + "rep", + "resent" + ], + [ + "Ġ", + "Frederick" + ], + [ + "ĠFred", + "erick" + ], + [ + "ĠFreder", + "ick" + ], + [ + "ĠFrederic", + "k" + ], + [ + "ren", + "heit" + ], + [ + "A", + "pril" + ], + [ + "Ap", + "ril" + ], + [ + "Apr", + "il" + ], + [ + "Ġf", + "reeze" + ], + [ + "Ġfree", + "ze" + ], + [ + "Ġfre", + "eze" + ], + [ + "Ġfr", + "eeze" + ], + [ + "Ġrep", + "etitive" + ], + [ + "Ġrepet", + "itive" + ], + [ + "Ġs", + "ie" + ], + [ + "Ġsi", + "e" + ], + [ + "Ġk", + "ick" + ], + [ + "Ġki", + "ck" + ], + [ + "v", + "eland" + ], + [ + "ve", + "land" + ], + [ + "vel", + "and" + ], + [ + "Ġres", + "ort" + ], + [ + "A", + "ST" + ], + [ + "AS", + "T" + ], + [ + "ĠC", + "itiz" + ], + [ + "ĠCit", + "iz" + ], + [ + "Ġad", + "olescent" + ], + [ + "Ġadolesc", + "ent" + ], + [ + "st", + "ock" + ], + [ + "Ġen", + "rolled" + ], + [ + "Ġenroll", + "ed" + ], + [ + "Ġenrol", + "led" + ], + [ + "Ġ", + "Lam" + ], + [ + "ĠL", + "am" + ], + [ + "ĠLa", + "m" + ], + [ + "Ġun", + "ions" + ], + [ + "Ġunion", + "s" + ], + [ + "ĠF", + "orum" + ], + [ + "ĠFor", + "um" + ], + [ + "ĠFo", + "rum" + ], + [ + "ĠB", + "CE" + ], + [ + "ĠBC", + "E" + ], + [ + "ĠPub", + "lishing" + ], + [ + "ĠPubl", + "ishing" + ], + [ + "Ġ", + "Brand" + ], + [ + "ĠB", + "rand" + ], + [ + "ĠBra", + "nd" + ], + [ + "ĠBr", + "and" + ], + [ + "ĠBran", + "d" + ], + [ + "Ġt", + "ide" + ], + [ + "Ġtid", + "e" + ], + [ + "Ġti", + "de" + ], + [ + "Ġc", + "ues" + ], + [ + "Ġcue", + "s" + ], + [ + "Ġcu", + "es" + ], + [ + "Ġv", + "oted" + ], + [ + "Ġvo", + "ted" + ], + [ + "Ġvot", + "ed" + ], + [ + "Ġvote", + "d" + ], + [ + "W", + "A" + ], + [ + "Ġch", + "arter" + ], + [ + "Ġchar", + "ter" + ], + [ + "Ġchart", + "er" + ], + [ + "a", + "tern" + ], + [ + "at", + "ern" + ], + [ + "ate", + "rn" + ], + [ + "ater", + "n" + ], + [ + "Ġd", + "ams" + ], + [ + "Ġdam", + "s" + ], + [ + "Ġda", + "ms" + ], + [ + "Ġobl", + "igation" + ], + [ + "Ġoblig", + "ation" + ], + [ + "t", + "r" + ], + [ + "Ġm", + "ating" + ], + [ + "Ġma", + "ting" + ], + [ + "Ġmat", + "ing" + ], + [ + "Ġh", + "iding" + ], + [ + "Ġhid", + "ing" + ], + [ + "Ġhi", + "ding" + ], + [ + "Ġ", + "Capital" + ], + [ + "ĠCap", + "ital" + ], + [ + "q", + "uis" + ], + [ + "qu", + "is" + ], + [ + "qui", + "s" + ], + [ + "a", + "cked" + ], + [ + "ac", + "ked" + ], + [ + "ack", + "ed" + ], + [ + "Ġconst", + "ipation" + ], + [ + "ove", + "ring" + ], + [ + "ov", + "ering" + ], + [ + "over", + "ing" + ], + [ + "S", + "um" + ], + [ + "Su", + "m" + ], + [ + "it", + "ated" + ], + [ + "ita", + "ted" + ], + [ + "itate", + "d" + ], + [ + "Ġneed", + "les" + ], + [ + "Ġneedle", + "s" + ], + [ + "Ġbi", + "opsy" + ], + [ + "Ġbio", + "psy" + ], + [ + "Ġbiop", + "sy" + ], + [ + "Ġ", + "Lyme" + ], + [ + "ĠLy", + "me" + ], + [ + "Ġequ", + "als" + ], + [ + "Ġequal", + "s" + ], + [ + "st", + "rong" + ], + [ + "str", + "ong" + ], + [ + "-", + "style" + ], + [ + "-st", + "yle" + ], + [ + "Ġallev", + "iate" + ], + [ + "Ġallevi", + "ate" + ], + [ + "Ġp", + "osed" + ], + [ + "Ġpo", + "sed" + ], + [ + "Ġpos", + "ed" + ], + [ + "Ġpose", + "d" + ], + [ + "Ġd", + "ots" + ], + [ + "Ġdo", + "ts" + ], + [ + "Ġdot", + "s" + ], + [ + "Ġ", + "Rabb" + ], + [ + "ĠR", + "abb" + ], + [ + "ĠRa", + "bb" + ], + [ + "ĠRab", + "b" + ], + [ + "Ġ", + "Shel" + ], + [ + "ĠS", + "hel" + ], + [ + "ĠSh", + "el" + ], + [ + "ĠShe", + "l" + ], + [ + "oubted", + "ly" + ], + [ + "Ġappro", + "ached" + ], + [ + "Ġapproach", + "ed" + ], + [ + "ple", + "asant" + ], + [ + "Ġcal", + "orie" + ], + [ + "Ġcalor", + "ie" + ], + [ + "Ġ", + "Regular" + ], + [ + "ĠReg", + "ular" + ], + [ + "Ġb", + "ru" + ], + [ + "Ġbr", + "u" + ], + [ + "Ġ", + "cycling" + ], + [ + "Ġc", + "ycling" + ], + [ + "Ġcy", + "cling" + ], + [ + "Ġcycl", + "ing" + ], + [ + "°", + "F" + ], + [ + "ĠF", + "requ" + ], + [ + "ĠFr", + "equ" + ], + [ + "ĠFre", + "qu" + ], + [ + "Ġdef", + "ence" + ], + [ + "Ġdefe", + "nce" + ], + [ + "rop", + "ortion" + ], + [ + "âĢľ", + "In" + ], + [ + "âĢľI", + "n" + ], + [ + "Ġw", + "anting" + ], + [ + "Ġwant", + "ing" + ], + [ + "Ġmanip", + "ulation" + ], + [ + "m", + "aking" + ], + [ + "ma", + "king" + ], + [ + "Ġ", + "MR" + ], + [ + "ĠM", + "R" + ], + [ + "il", + "lery" + ], + [ + "ill", + "ery" + ], + [ + "ille", + "ry" + ], + [ + "iller", + "y" + ], + [ + "Ġc", + "argo" + ], + [ + "Ġcar", + "go" + ], + [ + "ĠGal", + "lery" + ], + [ + "ĠGall", + "ery" + ], + [ + "ĠGalle", + "ry" + ], + [ + "Ġl", + "emon" + ], + [ + "Ġle", + "mon" + ], + [ + "Ġlem", + "on" + ], + [ + "Ġre", + "levance" + ], + [ + "Ġrele", + "vance" + ], + [ + "Ġp", + "ropri" + ], + [ + "Ġprop", + "ri" + ], + [ + "Ġl", + "ogging" + ], + [ + "Ġlo", + "gging" + ], + [ + "Ġlog", + "ging" + ], + [ + "Ġcivil", + "ian" + ], + [ + "Ġciv", + "ilian" + ], + [ + "Ġjuven", + "ile" + ], + [ + "r", + "ea" + ], + [ + "re", + "a" + ], + [ + "ile", + "psy" + ], + [ + "ĠHop", + "kins" + ], + [ + "Ġ", + "Ther" + ], + [ + "ĠT", + "her" + ], + [ + "ĠThe", + "r" + ], + [ + "ĠTh", + "er" + ], + [ + "ab", + "lished" + ], + [ + "ablish", + "ed" + ], + [ + "abl", + "ished" + ], + [ + "Ġl", + "isting" + ], + [ + "Ġlist", + "ing" + ], + [ + "Ġlis", + "ting" + ], + [ + "Ġ", + "urge" + ], + [ + "Ġur", + "ge" + ], + [ + "Ġkn", + "ock" + ], + [ + "Ġru", + "ins" + ], + [ + "Ġruin", + "s" + ], + [ + "Ġsh", + "ifted" + ], + [ + "Ġshift", + "ed" + ], + [ + "Ġshif", + "ted" + ], + [ + "Ġshi", + "fted" + ], + [ + "ĠBalt", + "imore" + ], + [ + "Ġwel", + "ding" + ], + [ + "Ġweld", + "ing" + ], + [ + "Ġmanip", + "ulate" + ], + [ + "Ġex", + "otic" + ], + [ + "Ġ", + "Dead" + ], + [ + "ĠD", + "ead" + ], + [ + "ĠDe", + "ad" + ], + [ + "Ġm", + "uscular" + ], + [ + "Ġmus", + "cular" + ], + [ + "Ġmuscul", + "ar" + ], + [ + "Ġcon", + "cert" + ], + [ + "Ġconcer", + "t" + ], + [ + "Ġconc", + "ert" + ], + [ + "Ġconce", + "rt" + ], + [ + "Ġl", + "oves" + ], + [ + "Ġlo", + "ves" + ], + [ + "Ġlove", + "s" + ], + [ + "Ġlov", + "es" + ], + [ + "Ġdis", + "advantages" + ], + [ + "Ġdisadvant", + "ages" + ], + [ + "Ġdisadvantage", + "s" + ], + [ + "ĠT", + "elescope" + ], + [ + "ĠTele", + "scope" + ], + [ + "bo", + "ards" + ], + [ + "board", + "s" + ], + [ + "Ġhe", + "avier" + ], + [ + "Ġheav", + "ier" + ], + [ + "Ġult", + "ra" + ], + [ + "Ġul", + "tra" + ], + [ + "Ġstead", + "ily" + ], + [ + "S", + "uch" + ], + [ + "Su", + "ch" + ], + [ + "Ġde", + "alt" + ], + [ + "Ġdeal", + "t" + ], + [ + "Ġ", + "Fle" + ], + [ + "ĠF", + "le" + ], + [ + "ĠFl", + "e" + ], + [ + "Ġcomp", + "ressed" + ], + [ + "Ġcompress", + "ed" + ], + [ + "Ġsurvey", + "ed" + ], + [ + "Ġsurve", + "yed" + ], + [ + "S", + "chool" + ], + [ + "Sch", + "ool" + ], + [ + "r", + "ange" + ], + [ + "ran", + "ge" + ], + [ + "rang", + "e" + ], + [ + "Ġ", + "pm" + ], + [ + "Ġp", + "m" + ], + [ + "Ġb", + "end" + ], + [ + "Ġbe", + "nd" + ], + [ + "Ġben", + "d" + ], + [ + "Ġre", + "wards" + ], + [ + "Ġreward", + "s" + ], + [ + "Ġrew", + "ards" + ], + [ + "Ġ", + "Gib" + ], + [ + "ĠG", + "ib" + ], + [ + "ĠGi", + "b" + ], + [ + "u", + "lus" + ], + [ + "ul", + "us" + ], + [ + "ulu", + "s" + ], + [ + "Ġ", + "Nan" + ], + [ + "ĠN", + "an" + ], + [ + "ĠNa", + "n" + ], + [ + "Ġ", + "Android" + ], + [ + "ĠAnd", + "roid" + ], + [ + "ĠAndr", + "oid" + ], + [ + "Ġ", + "Moz" + ], + [ + "ĠM", + "oz" + ], + [ + "ĠMo", + "z" + ], + [ + "heum", + "at" + ], + [ + "it", + "ably" + ], + [ + "ita", + "bly" + ], + [ + "Ġl", + "ubric" + ], + [ + "op", + "hers" + ], + [ + "oph", + "ers" + ], + [ + "opher", + "s" + ], + [ + "ophe", + "rs" + ], + [ + "Ġ", + "Biological" + ], + [ + "ĠB", + "iological" + ], + [ + "ĠBi", + "ological" + ], + [ + "ĠBiol", + "ogical" + ], + [ + "g", + "ly" + ], + [ + "gl", + "y" + ], + [ + "ur", + "b" + ], + [ + "ĠC", + "elsius" + ], + [ + "Ġcon", + "tag" + ], + [ + "Ġcont", + "ag" + ], + [ + "Ġclaim", + "ing" + ], + [ + "Ġhyd", + "raulic" + ], + [ + "Ġhydraul", + "ic" + ], + [ + "Ġtur", + "tle" + ], + [ + "Ġnonpro", + "fit" + ], + [ + "ĠP", + "rote" + ], + [ + "ĠPro", + "te" + ], + [ + "ĠPr", + "ote" + ], + [ + "ĠProt", + "e" + ], + [ + "eng", + "ine" + ], + [ + "Ġfe", + "aturing" + ], + [ + "Ġfeat", + "uring" + ], + [ + "S", + "C" + ], + [ + "v", + "o" + ], + [ + "ĠGu", + "inea" + ], + [ + "ĠGuin", + "ea" + ], + [ + "ĠGuine", + "a" + ], + [ + "Ġs", + "ickness" + ], + [ + "Ġsick", + "ness" + ], + [ + "Ġd", + "eter" + ], + [ + "Ġde", + "ter" + ], + [ + "Ġdet", + "er" + ], + [ + "Ġ", + "Concept" + ], + [ + "ĠCon", + "cept" + ], + [ + "ĠConc", + "ept" + ], + [ + "ĠAd", + "vis" + ], + [ + "ĠAdv", + "is" + ], + [ + "Ġs", + "ooner" + ], + [ + "Ġsoon", + "er" + ], + [ + "uss", + "ian" + ], + [ + "ussia", + "n" + ], + [ + "Ġdep", + "ths" + ], + [ + "Ġdepth", + "s" + ], + [ + "Ġtact", + "ics" + ], + [ + "Ġtactic", + "s" + ], + [ + "Ġtac", + "tics" + ], + [ + "e", + "u" + ], + [ + "Ġf", + "ut" + ], + [ + "Ġfu", + "t" + ], + [ + "Ġch", + "ickens" + ], + [ + "Ġchick", + "ens" + ], + [ + "Ġchicken", + "s" + ], + [ + "T", + "ype" + ], + [ + "Ty", + "pe" + ], + [ + "ĠD", + "ra" + ], + [ + "ĠDr", + "a" + ], + [ + "Ġun", + "con" + ], + [ + "Ġunc", + "on" + ], + [ + "Ġunco", + "n" + ], + [ + "Ġter", + "ritorial" + ], + [ + "Ġterrit", + "orial" + ], + [ + "Ġl", + "iked" + ], + [ + "Ġlike", + "d" + ], + [ + "Ġlik", + "ed" + ], + [ + "Ġli", + "ked" + ], + [ + "e", + "lle" + ], + [ + "el", + "le" + ], + [ + "ell", + "e" + ], + [ + "ĠHigh", + "way" + ], + [ + "ĠDis", + "orders" + ], + [ + "ĠDisorder", + "s" + ], + [ + "org", + "anic" + ], + [ + "organ", + "ic" + ], + [ + "Ġin", + "complete" + ], + [ + "Ġincom", + "plete" + ], + [ + "Ġincomp", + "lete" + ], + [ + "Ġu", + "plo" + ], + [ + "Ġup", + "lo" + ], + [ + "Ġupl", + "o" + ], + [ + "Ġ", + "poles" + ], + [ + "Ġp", + "oles" + ], + [ + "Ġpo", + "les" + ], + [ + "Ġpol", + "es" + ], + [ + "Ġpole", + "s" + ], + [ + "ĠA", + "thens" + ], + [ + "ĠAt", + "hens" + ], + [ + "ĠAth", + "ens" + ], + [ + "ĠAthen", + "s" + ], + [ + "ĠAthe", + "ns" + ], + [ + "O", + "G" + ], + [ + "Ġhier", + "archy" + ], + [ + "Ġhierarch", + "y" + ], + [ + "Ġmin", + "istry" + ], + [ + "Ġmini", + "stry" + ], + [ + "ĠAr", + "duino" + ], + [ + "Ġmagn", + "ific" + ], + [ + "Ġf", + "asting" + ], + [ + "Ġfast", + "ing" + ], + [ + "Ġemphas", + "ized" + ], + [ + "Ġemphasize", + "d" + ], + [ + "Ġ", + "loading" + ], + [ + "Ġlo", + "ading" + ], + [ + "Ġload", + "ing" + ], + [ + "Ġ", + "Literacy" + ], + [ + "ĠL", + "iteracy" + ], + [ + "ĠLiter", + "acy" + ], + [ + "Ġ", + "Heat" + ], + [ + "ĠH", + "eat" + ], + [ + "ĠHe", + "at" + ], + [ + "Ġre", + "leasing" + ], + [ + "Ġrele", + "asing" + ], + [ + "h", + "older" + ], + [ + "hold", + "er" + ], + [ + "hol", + "der" + ], + [ + "Ġfavour", + "ite" + ], + [ + "Ġadminist", + "er" + ], + [ + "Ġadmin", + "ister" + ], + [ + "c", + "hi" + ], + [ + "ch", + "i" + ], + [ + "ch", + "ildren" + ], + [ + "child", + "ren" + ], + [ + "Ġpar", + "enting" + ], + [ + "Ġparent", + "ing" + ], + [ + "Ġparen", + "ting" + ], + [ + "Ġcalcul", + "ator" + ], + [ + "Ġcalc", + "ulator" + ], + [ + "Ġs", + "lic" + ], + [ + "Ġsl", + "ic" + ], + [ + "Ġp", + "iv" + ], + [ + "Ġpi", + "v" + ], + [ + "h", + "att" + ], + [ + "hat", + "t" + ], + [ + "ha", + "tt" + ], + [ + "Ġcont", + "roller" + ], + [ + "Ġcontrol", + "ler" + ], + [ + "Ġcontroll", + "er" + ], + [ + "ĠNor", + "we" + ], + [ + "Ġsum", + "mit" + ], + [ + "Ġsumm", + "it" + ], + [ + "Ġlength", + "s" + ], + [ + "Ġleng", + "ths" + ], + [ + "Ġmicro", + "scopic" + ], + [ + "Ġmic", + "roscopic" + ], + [ + "Ġmicrosc", + "opic" + ], + [ + "Ġdec", + "orated" + ], + [ + "Ġdecor", + "ated" + ], + [ + "Ġdecorate", + "d" + ], + [ + "Ġdeco", + "rated" + ], + [ + "Ġatt", + "raction" + ], + [ + "Ġattract", + "ion" + ], + [ + "Ġsub", + "mar" + ], + [ + "Ġsubm", + "ar" + ], + [ + "e", + "nsis" + ], + [ + "en", + "sis" + ], + [ + "ens", + "is" + ], + [ + "-", + "wh" + ], + [ + "-w", + "h" + ], + [ + "ĠT", + "ower" + ], + [ + "ĠTo", + "wer" + ], + [ + "ĠTow", + "er" + ], + [ + "Ġ", + "worthy" + ], + [ + "Ġw", + "orthy" + ], + [ + "Ġwor", + "thy" + ], + [ + "Ġworth", + "y" + ], + [ + "Ġwort", + "hy" + ], + [ + "Ġ", + "Organic" + ], + [ + "ĠOrgan", + "ic" + ], + [ + "Ġgl", + "yc" + ], + [ + "Ġgly", + "c" + ], + [ + "s", + "l" + ], + [ + "v", + "ol" + ], + [ + "vo", + "l" + ], + [ + "r", + "oit" + ], + [ + "ro", + "it" + ], + [ + "re", + "ading" + ], + [ + "read", + "ing" + ], + [ + "rea", + "ding" + ], + [ + "Ġc", + "andy" + ], + [ + "Ġcan", + "dy" + ], + [ + "Ġcand", + "y" + ], + [ + "Ġ", + "PRO" + ], + [ + "ĠP", + "RO" + ], + [ + "ĠPR", + "O" + ], + [ + "Ġ", + "Liver" + ], + [ + "ĠL", + "iver" + ], + [ + "ĠLi", + "ver" + ], + [ + "ĠLive", + "r" + ], + [ + "ĠLiv", + "er" + ], + [ + "r", + "iter" + ], + [ + "ri", + "ter" + ], + [ + "rit", + "er" + ], + [ + "rite", + "r" + ], + [ + "Ġ", + "Eric" + ], + [ + "ĠE", + "ric" + ], + [ + "ĠEr", + "ic" + ], + [ + "Ġcon", + "test" + ], + [ + "Ġcont", + "est" + ], + [ + "à¤", + "¾" + ], + [ + "Ġrom", + "antic" + ], + [ + "Ġroman", + "tic" + ], + [ + "ĠArk", + "ansas" + ], + [ + "Ġ", + "Christopher" + ], + [ + "ĠChrist", + "opher" + ], + [ + "ĠChristoph", + "er" + ], + [ + "Ġgraph", + "s" + ], + [ + "Ġgrap", + "hs" + ], + [ + "Ġ", + "Evidence" + ], + [ + "ĠEv", + "idence" + ], + [ + "âĢ", + "²" + ], + [ + "Ġtomat", + "o" + ], + [ + "Ġtom", + "ato" + ], + [ + "s", + "tones" + ], + [ + "st", + "ones" + ], + [ + "ston", + "es" + ], + [ + "stone", + "s" + ], + [ + "o", + "pard" + ], + [ + "op", + "ard" + ], + [ + "opa", + "rd" + ], + [ + "Ġ", + "Band" + ], + [ + "ĠB", + "and" + ], + [ + "ĠBa", + "nd" + ], + [ + "ĠBan", + "d" + ], + [ + "Ġnan", + "op" + ], + [ + "Ġnano", + "p" + ], + [ + "trans", + "mit" + ], + [ + "Ġre", + "use" + ], + [ + "Ġ", + "Dogs" + ], + [ + "ĠD", + "ogs" + ], + [ + "ĠDo", + "gs" + ], + [ + "ĠDog", + "s" + ], + [ + "Ġ", + "Histor" + ], + [ + "ĠH", + "istor" + ], + [ + "ĠHis", + "tor" + ], + [ + "ĠHist", + "or" + ], + [ + "Ġsew", + "age" + ], + [ + "s", + "hip" + ], + [ + "sh", + "ip" + ], + [ + "shi", + "p" + ], + [ + "Ġcomp", + "rehend" + ], + [ + "Ġreg", + "ulating" + ], + [ + "Ġregul", + "ating" + ], + [ + "Ġ", + "Total" + ], + [ + "ĠT", + "otal" + ], + [ + "ĠTo", + "tal" + ], + [ + "ĠTot", + "al" + ], + [ + "Ġs", + "emiconduct" + ], + [ + "Ġsemi", + "conduct" + ], + [ + "Ġsemic", + "onduct" + ], + [ + "i", + "den" + ], + [ + "id", + "en" + ], + [ + "ide", + "n" + ], + [ + "Ġse", + "gregation" + ], + [ + "Ġsegreg", + "ation" + ], + [ + "Ġ", + "Near" + ], + [ + "ĠN", + "ear" + ], + [ + "ĠNe", + "ar" + ], + [ + "Ġdiff", + "erential" + ], + [ + "Ġdifferent", + "ial" + ], + [ + "Ġdiffer", + "ential" + ], + [ + "Ġgr", + "inding" + ], + [ + "Ġgrind", + "ing" + ], + [ + "ĠMc", + "K" + ], + [ + "Ġbron", + "ze" + ], + [ + "Ġref", + "use" + ], + [ + "Ġ", + "belly" + ], + [ + "Ġb", + "elly" + ], + [ + "Ġbel", + "ly" + ], + [ + "Ġbell", + "y" + ], + [ + "ĠMont", + "ana" + ], + [ + "m", + "ay" + ], + [ + "ma", + "y" + ], + [ + "ĠS", + "aud" + ], + [ + "ĠSa", + "ud" + ], + [ + "ĠSau", + "d" + ], + [ + "Ġ", + "Could" + ], + [ + "ĠC", + "ould" + ], + [ + "ĠCo", + "uld" + ], + [ + "ĠCou", + "ld" + ], + [ + "ĠCoul", + "d" + ], + [ + "Ġc", + "hop" + ], + [ + "Ġch", + "op" + ], + [ + "Ġcho", + "p" + ], + [ + "Ġ", + "Complete" + ], + [ + "ĠComp", + "lete" + ], + [ + "ĠCom", + "plete" + ], + [ + "ĠCompl", + "ete" + ], + [ + "ĠComple", + "te" + ], + [ + "Ġ", + "rush" + ], + [ + "Ġr", + "ush" + ], + [ + "Ġru", + "sh" + ], + [ + "Ġlabor", + "atories" + ], + [ + "Ġsouth", + "west" + ], + [ + "Ġper", + "forms" + ], + [ + "Ġperform", + "s" + ], + [ + "Ġperf", + "orms" + ], + [ + "Ġperfor", + "ms" + ], + [ + "Ġt", + "ightly" + ], + [ + "Ġtight", + "ly" + ], + [ + "Ġc", + "ite" + ], + [ + "Ġcit", + "e" + ], + [ + "Ġin", + "ferior" + ], + [ + "Ġinf", + "erior" + ], + [ + "Ġinfer", + "ior" + ], + [ + "Ġmis", + "under" + ], + [ + "Ġp", + "ist" + ], + [ + "Ġpi", + "st" + ], + [ + "u", + "sc" + ], + [ + "us", + "c" + ], + [ + "o", + "using" + ], + [ + "ou", + "sing" + ], + [ + "ous", + "ing" + ], + [ + "Ġc", + "ounted" + ], + [ + "Ġco", + "unted" + ], + [ + "Ġcount", + "ed" + ], + [ + "Ġcoun", + "ted" + ], + [ + "Ġm", + "aj" + ], + [ + "Ġma", + "j" + ], + [ + "on", + "yms" + ], + [ + "ony", + "ms" + ], + [ + "onym", + "s" + ], + [ + "ĠCommun", + "ications" + ], + [ + "ĠCommunication", + "s" + ], + [ + "Ġdesc", + "riptive" + ], + [ + "Ġdescript", + "ive" + ], + [ + "l", + "ie" + ], + [ + "li", + "e" + ], + [ + "Ġ", + "Bishop" + ], + [ + "ĠB", + "ishop" + ], + [ + "ĠBis", + "hop" + ], + [ + "lo", + "ads" + ], + [ + "load", + "s" + ], + [ + "Ġadequ", + "ately" + ], + [ + "Ġadequate", + "ly" + ], + [ + "Ġcyl", + "ind" + ], + [ + "Ġp", + "erennial" + ], + [ + "Ġper", + "ennial" + ], + [ + "Ġperenn", + "ial" + ], + [ + "Ġ", + "Harry" + ], + [ + "ĠH", + "arry" + ], + [ + "ĠHar", + "ry" + ], + [ + "Ġblo", + "oms" + ], + [ + "Ġbloom", + "s" + ], + [ + "-", + "effective" + ], + [ + "-e", + "ffective" + ], + [ + "-effect", + "ive" + ], + [ + "Ġemp", + "irical" + ], + [ + "Ġempir", + "ical" + ], + [ + "Ġre", + "flex" + ], + [ + "Ġref", + "lex" + ], + [ + "Ġc", + "leans" + ], + [ + "Ġcle", + "ans" + ], + [ + "Ġclean", + "s" + ], + [ + "Ġ", + "Recon" + ], + [ + "ĠRe", + "con" + ], + [ + "ĠRec", + "on" + ], + [ + "ĠArab", + "ia" + ], + [ + "ĠAra", + "bia" + ], + [ + "D", + "C" + ], + [ + "Ġthe", + "or" + ], + [ + "Ġth", + "eor" + ], + [ + "Ġ", + "Ron" + ], + [ + "ĠR", + "on" + ], + [ + "ĠRo", + "n" + ], + [ + "m", + "ap" + ], + [ + "ma", + "p" + ], + [ + "a", + "ders" + ], + [ + "ad", + "ers" + ], + [ + "ade", + "rs" + ], + [ + "ader", + "s" + ], + [ + "Ġtrans", + "ist" + ], + [ + "Ġcor", + "rection" + ], + [ + "Ġcorrect", + "ion" + ], + [ + "Ġaer", + "ial" + ], + [ + "Ġae", + "rial" + ], + [ + "Ġt", + "ires" + ], + [ + "Ġtire", + "s" + ], + [ + "Ġti", + "res" + ], + [ + "r", + "esses" + ], + [ + "res", + "ses" + ], + [ + "ress", + "es" + ], + [ + "Ġ", + "Memory" + ], + [ + "ĠMem", + "ory" + ], + [ + "ĠMemor", + "y" + ], + [ + "Ġscholars", + "hip" + ], + [ + "Ġscholar", + "ship" + ], + [ + "Ġ", + "Guidelines" + ], + [ + "ĠGuide", + "lines" + ], + [ + "ĠGuid", + "elines" + ], + [ + "ĠGuideline", + "s" + ], + [ + "-", + "way" + ], + [ + "-w", + "ay" + ], + [ + "-wa", + "y" + ], + [ + "Ġ", + "Programs" + ], + [ + "ĠPro", + "grams" + ], + [ + "ĠPr", + "ograms" + ], + [ + "ĠProg", + "rams" + ], + [ + "ĠProgram", + "s" + ], + [ + "Ġf", + "easible" + ], + [ + "Ġfeas", + "ible" + ], + [ + "i", + "w" + ], + [ + "Ġt", + "elesc" + ], + [ + "Ġtele", + "sc" + ], + [ + "Ġtel", + "esc" + ], + [ + "Ġ", + "Ta" + ], + [ + "ĠT", + "a" + ], + [ + "ur", + "g" + ], + [ + "Ġme", + "ats" + ], + [ + "Ġmeat", + "s" + ], + [ + "Ġpat", + "ron" + ], + [ + "-", + "Ch" + ], + [ + "-C", + "h" + ], + [ + "in", + "ence" + ], + [ + "ine", + "nce" + ], + [ + "inen", + "ce" + ], + [ + "pt", + "ember" + ], + [ + "Ġdis", + "ruption" + ], + [ + "Ġdisrupt", + "ion" + ], + [ + "pl", + "icity" + ], + [ + "plic", + "ity" + ], + [ + "plicit", + "y" + ], + [ + "Ġfertil", + "izers" + ], + [ + "Ġfertilizer", + "s" + ], + [ + "Ġfertilize", + "rs" + ], + [ + "Ġt", + "owers" + ], + [ + "Ġto", + "wers" + ], + [ + "Ġtow", + "ers" + ], + [ + "Ġtower", + "s" + ], + [ + "ĠFah", + "renheit" + ], + [ + "Ġf", + "ont" + ], + [ + "Ġfo", + "nt" + ], + [ + "a", + "sers" + ], + [ + "as", + "ers" + ], + [ + "ase", + "rs" + ], + [ + "aser", + "s" + ], + [ + "о", + "Ð" + ], + [ + "Ġcomp", + "utational" + ], + [ + "Ġcomput", + "ational" + ], + [ + "Ġcomputation", + "al" + ], + [ + "Ġsuggest", + "ion" + ], + [ + "Ġcor", + "ners" + ], + [ + "Ġcorn", + "ers" + ], + [ + "Ġcorner", + "s" + ], + [ + "Ġcorne", + "rs" + ], + [ + "Ġres", + "ilient" + ], + [ + "Ġresil", + "ient" + ], + [ + "Ġ", + "Problem" + ], + [ + "ĠPro", + "blem" + ], + [ + "ĠProble", + "m" + ], + [ + "ĠProb", + "lem" + ], + [ + "h", + "ol" + ], + [ + "ho", + "l" + ], + [ + "it", + "ol" + ], + [ + "ito", + "l" + ], + [ + "Ġb", + "att" + ], + [ + "Ġbat", + "t" + ], + [ + "Ġba", + "tt" + ], + [ + "Ġut", + "ilities" + ], + [ + "Ġutil", + "ities" + ], + [ + "Ġfin", + "ancing" + ], + [ + "Ġfinanc", + "ing" + ], + [ + "âĢ", + "³" + ], + [ + "Ġoff", + "ensive" + ], + [ + "Ġf", + "law" + ], + [ + "Ġfl", + "aw" + ], + [ + "Ġs", + "ensing" + ], + [ + "Ġsens", + "ing" + ], + [ + "Ġsen", + "sing" + ], + [ + "Ġ", + "SO" + ], + [ + "ĠS", + "O" + ], + [ + "Ġ", + "RA" + ], + [ + "ĠR", + "A" + ], + [ + "ĠNa", + "pole" + ], + [ + "ĠNap", + "ole" + ], + [ + "Ġkn", + "ife" + ], + [ + "ĠFram", + "ework" + ], + [ + "ĠFrame", + "work" + ], + [ + "Ġinf", + "inite" + ], + [ + "Ġinfin", + "ite" + ], + [ + "ĠAware", + "ness" + ], + [ + "a", + "ro" + ], + [ + "ar", + "o" + ], + [ + "Ġapp", + "ar" + ], + [ + "Ġap", + "par" + ], + [ + "Ġany", + "more" + ], + [ + "Ġf", + "older" + ], + [ + "Ġfol", + "der" + ], + [ + "Ġfold", + "er" + ], + [ + "Ġd", + "eck" + ], + [ + "Ġde", + "ck" + ], + [ + "Ġdec", + "k" + ], + [ + "Ġsqu", + "ares" + ], + [ + "Ġsquare", + "s" + ], + [ + "Ġ", + "Robinson" + ], + [ + "ĠRob", + "inson" + ], + [ + "ĠRobin", + "son" + ], + [ + "ĠRobins", + "on" + ], + [ + "t", + "elling" + ], + [ + "te", + "lling" + ], + [ + "tel", + "ling" + ], + [ + "tell", + "ing" + ], + [ + "B", + "o" + ], + [ + "u", + "ser" + ], + [ + "us", + "er" + ], + [ + "use", + "r" + ], + [ + "Î", + "½" + ], + [ + "Ġ", + "tan" + ], + [ + "Ġt", + "an" + ], + [ + "Ġta", + "n" + ], + [ + "Ġ", + "Allow" + ], + [ + "ĠAl", + "low" + ], + [ + "ĠAll", + "ow" + ], + [ + "Ġret", + "ina" + ], + [ + "Ġretin", + "a" + ], + [ + "Ġs", + "lip" + ], + [ + "Ġsl", + "ip" + ], + [ + "Ġf", + "lux" + ], + [ + "Ġfl", + "ux" + ], + [ + "Ġflu", + "x" + ], + [ + "Ġd", + "eny" + ], + [ + "Ġde", + "ny" + ], + [ + "Ġden", + "y" + ], + [ + "Ġpartners", + "hips" + ], + [ + "Ġpartner", + "ships" + ], + [ + "Ġpartnership", + "s" + ], + [ + "Ġd", + "awn" + ], + [ + "Ġda", + "wn" + ], + [ + "Ġp", + "rest" + ], + [ + "Ġpre", + "st" + ], + [ + "Ġpr", + "est" + ], + [ + "Ġpres", + "t" + ], + [ + "Ġath", + "lete" + ], + [ + "Ġathlet", + "e" + ], + [ + "Ġ", + "Night" + ], + [ + "ĠN", + "ight" + ], + [ + "ĠNig", + "ht" + ], + [ + "Ġfl", + "ame" + ], + [ + "Ġweak", + "nesses" + ], + [ + "Ġweakness", + "es" + ], + [ + "F", + "C" + ], + [ + "Ġdis", + "course" + ], + [ + "Ġdisc", + "ourse" + ], + [ + "Ġs", + "wing" + ], + [ + "Ġsw", + "ing" + ], + [ + "Ġaccount", + "ability" + ], + [ + "Ġ", + "Ka" + ], + [ + "ĠK", + "a" + ], + [ + "m", + "etic" + ], + [ + "me", + "tic" + ], + [ + "met", + "ic" + ], + [ + "Ġ", + "lag" + ], + [ + "Ġl", + "ag" + ], + [ + "Ġla", + "g" + ], + [ + "ĠH", + "ell" + ], + [ + "ĠHe", + "ll" + ], + [ + "ĠHel", + "l" + ], + [ + "Ġcr", + "imin" + ], + [ + "Ġcrim", + "in" + ], + [ + "Ġ", + "Records" + ], + [ + "ĠRec", + "ords" + ], + [ + "ĠRecord", + "s" + ], + [ + "r", + "un" + ], + [ + "ru", + "n" + ], + [ + "od", + "ium" + ], + [ + "odi", + "um" + ], + [ + "Ġdist", + "ribute" + ], + [ + "Ġdistribut", + "e" + ], + [ + "a", + "ho" + ], + [ + "ah", + "o" + ], + [ + "Ġp", + "ear" + ], + [ + "Ġpe", + "ar" + ], + [ + "Ġpea", + "r" + ], + [ + "a", + "lin" + ], + [ + "al", + "in" + ], + [ + "ali", + "n" + ], + [ + "Ġc", + "hew" + ], + [ + "Ġch", + "ew" + ], + [ + "Ġche", + "w" + ], + [ + "Ġ", + "lifting" + ], + [ + "Ġl", + "ifting" + ], + [ + "Ġlif", + "ting" + ], + [ + "Ġlift", + "ing" + ], + [ + "Ġli", + "fting" + ], + [ + "Ġ", + "Immun" + ], + [ + "ĠIm", + "mun" + ], + [ + "ĠImm", + "un" + ], + [ + "Ġim", + "balance" + ], + [ + "Ġimbal", + "ance" + ], + [ + "Ġ", + "Virtual" + ], + [ + "ĠV", + "irtual" + ], + [ + "ĠVirt", + "ual" + ], + [ + "r", + "ings" + ], + [ + "ring", + "s" + ], + [ + "rin", + "gs" + ], + [ + "u", + "to" + ], + [ + "ut", + "o" + ], + [ + "Ġesc", + "aped" + ], + [ + "Ġescape", + "d" + ], + [ + "Ġ", + "pleasant" + ], + [ + "Ġple", + "asant" + ], + [ + "Ġpleas", + "ant" + ], + [ + "Ġn", + "ails" + ], + [ + "Ġnail", + "s" + ], + [ + "Ġna", + "ils" + ], + [ + "Ġpack", + "et" + ], + [ + "Ġpac", + "ket" + ], + [ + "Will", + "iam" + ], + [ + "Wil", + "liam" + ], + [ + "ĠArgent", + "ina" + ], + [ + "J", + "une" + ], + [ + "Jun", + "e" + ], + [ + "Ġ", + "IU" + ], + [ + "ĠI", + "U" + ], + [ + "ateg", + "ory" + ], + [ + "ategor", + "y" + ], + [ + "Ġst", + "rips" + ], + [ + "Ġstr", + "ips" + ], + [ + "Ġstri", + "ps" + ], + [ + "Ġstrip", + "s" + ], + [ + "Ġsch", + "izophrenia" + ], + [ + "Ġschizophren", + "ia" + ], + [ + "Ġ", + "anticipated" + ], + [ + "Ġant", + "icipated" + ], + [ + "Ġanticip", + "ated" + ], + [ + "Ġanticipate", + "d" + ], + [ + "ĠPal", + "ace" + ], + [ + "Ġc", + "igarette" + ], + [ + "Ġcigare", + "tte" + ], + [ + "Ġcigar", + "ette" + ], + [ + "Ġn", + "ortheast" + ], + [ + "Ġnorth", + "east" + ], + [ + "Ġnort", + "heast" + ], + [ + "Ġan", + "kle" + ], + [ + "Ġank", + "le" + ], + [ + "oglob", + "in" + ], + [ + "Ġan", + "tim" + ], + [ + "Ġant", + "im" + ], + [ + "Ġanti", + "m" + ], + [ + "ib", + "lings" + ], + [ + "ibl", + "ings" + ], + [ + "Ġ", + "rated" + ], + [ + "Ġr", + "ated" + ], + [ + "Ġra", + "ted" + ], + [ + "Ġrate", + "d" + ], + [ + "Ġrat", + "ed" + ], + [ + "Ġprompt", + "ed" + ], + [ + "e", + "rers" + ], + [ + "er", + "ers" + ], + [ + "ere", + "rs" + ], + [ + "erer", + "s" + ], + [ + "Ġstim", + "uli" + ], + [ + "Ġstimul", + "i" + ], + [ + "Ġconven", + "ience" + ], + [ + "ĠBe", + "ijing" + ], + [ + "Ġacceler", + "ation" + ], + [ + "os", + "terone" + ], + [ + "oster", + "one" + ], + [ + "oste", + "rone" + ], + [ + "Ġ", + "Would" + ], + [ + "ĠW", + "ould" + ], + [ + "ĠWo", + "uld" + ], + [ + "p", + "rises" + ], + [ + "pr", + "ises" + ], + [ + "pris", + "es" + ], + [ + "prise", + "s" + ], + [ + "Ġ", + "locked" + ], + [ + "Ġl", + "ocked" + ], + [ + "Ġloc", + "ked" + ], + [ + "Ġlo", + "cked" + ], + [ + "Ġlock", + "ed" + ], + [ + "F", + "T" + ], + [ + "o", + "tics" + ], + [ + "ot", + "ics" + ], + [ + "otic", + "s" + ], + [ + "oti", + "cs" + ], + [ + "Ġf", + "lora" + ], + [ + "Ġfl", + "ora" + ], + [ + "Ġflo", + "ra" + ], + [ + "Ġflor", + "a" + ], + [ + "Ġlife", + "long" + ], + [ + "Ġlif", + "elong" + ], + [ + "-", + "de" + ], + [ + "-d", + "e" + ], + [ + "Ġfav", + "orable" + ], + [ + "Ġfavor", + "able" + ], + [ + "Ġ", + "Discovery" + ], + [ + "ĠDisc", + "overy" + ], + [ + "ĠDiscover", + "y" + ], + [ + "f", + "oot" + ], + [ + "fo", + "ot" + ], + [ + "Ġ", + "athe" + ], + [ + "Ġa", + "the" + ], + [ + "Ġat", + "he" + ], + [ + "Ġath", + "e" + ], + [ + "Ġte", + "rr" + ], + [ + "Ġter", + "r" + ], + [ + "p", + "roof" + ], + [ + "pr", + "oof" + ], + [ + "pro", + "of" + ], + [ + "Ġ", + "Police" + ], + [ + "ĠPol", + "ice" + ], + [ + "ĠPolic", + "e" + ], + [ + "e", + "nez" + ], + [ + "en", + "ez" + ], + [ + "ene", + "z" + ], + [ + "ĠT", + "rail" + ], + [ + "ĠTr", + "ail" + ], + [ + "ĠTra", + "il" + ], + [ + "Ġr", + "ulers" + ], + [ + "Ġrule", + "rs" + ], + [ + "Ġrul", + "ers" + ], + [ + "Ġru", + "lers" + ], + [ + "Ġruler", + "s" + ], + [ + "T", + "ypes" + ], + [ + "Type", + "s" + ], + [ + "Ty", + "pes" + ], + [ + "u", + "table" + ], + [ + "ut", + "able" + ], + [ + "uta", + "ble" + ], + [ + "Ġu", + "pg" + ], + [ + "Ġup", + "g" + ], + [ + "Ġpro", + "files" + ], + [ + "Ġprof", + "iles" + ], + [ + "Ġprofile", + "s" + ], + [ + "Ġ", + "Cart" + ], + [ + "ĠC", + "art" + ], + [ + "ĠCar", + "t" + ], + [ + "ĠCa", + "rt" + ], + [ + "Ġav", + "iation" + ], + [ + "Ġ", + "Manual" + ], + [ + "ĠMan", + "ual" + ], + [ + "ĠManu", + "al" + ], + [ + "D", + "s" + ], + [ + "Ġg", + "loss" + ], + [ + "Ġgl", + "oss" + ], + [ + "Ġglo", + "ss" + ], + [ + "Ġhead", + "quarters" + ], + [ + "Ġblind", + "ness" + ], + [ + "D", + "ue" + ], + [ + "Du", + "e" + ], + [ + "h", + "eld" + ], + [ + "he", + "ld" + ], + [ + "hel", + "d" + ], + [ + "Ġrock", + "y" + ], + [ + "ix", + "ty" + ], + [ + "ixt", + "y" + ], + [ + "Ġtoler", + "ate" + ], + [ + "Ġg", + "am" + ], + [ + "Ġga", + "m" + ], + [ + "Ġ", + "Delta" + ], + [ + "ĠD", + "elta" + ], + [ + "ĠDel", + "ta" + ], + [ + "Ġmicro", + "wave" + ], + [ + "Ġmic", + "rowave" + ], + [ + "Ġmicrow", + "ave" + ], + [ + "Ġ", + "Fortunately" + ], + [ + "ĠF", + "ortunately" + ], + [ + "Ġ", + "Lu" + ], + [ + "ĠL", + "u" + ], + [ + "ĠBr", + "other" + ], + [ + "ĠBro", + "ther" + ], + [ + "ol", + "ithic" + ], + [ + "olith", + "ic" + ], + [ + "Ġdi", + "agrams" + ], + [ + "Ġdiagram", + "s" + ], + [ + "Ġdia", + "grams" + ], + [ + "Ġd", + "isl" + ], + [ + "Ġdis", + "l" + ], + [ + "Ġdi", + "sl" + ], + [ + "o", + "thermal" + ], + [ + "oth", + "ermal" + ], + [ + "other", + "mal" + ], + [ + "Ġgl", + "oves" + ], + [ + "Ġglove", + "s" + ], + [ + "Ġglo", + "ves" + ], + [ + "Ġinter", + "acting" + ], + [ + "Ġinteract", + "ing" + ], + [ + "ro", + "tein" + ], + [ + "rote", + "in" + ], + [ + "Ġpriv", + "ilege" + ], + [ + "Ġprivile", + "ge" + ], + [ + "L", + "Y" + ], + [ + "N", + "O" + ], + [ + "Ġrandom", + "ly" + ], + [ + "en", + "erative" + ], + [ + "ene", + "rative" + ], + [ + "ener", + "ative" + ], + [ + "a", + "culture" + ], + [ + "ac", + "ulture" + ], + [ + "ĠH", + "ud" + ], + [ + "ĠHu", + "d" + ], + [ + "Ġ", + "Multiple" + ], + [ + "ĠMult", + "iple" + ], + [ + "ĠMulti", + "ple" + ], + [ + "ĠMultip", + "le" + ], + [ + "Ġ", + "Challenge" + ], + [ + "ĠChall", + "enge" + ], + [ + "Ġaud", + "iences" + ], + [ + "Ġaudience", + "s" + ], + [ + "Ġaudi", + "ences" + ], + [ + "Ġl", + "oving" + ], + [ + "Ġlo", + "ving" + ], + [ + "Ġlov", + "ing" + ], + [ + "ĠNe", + "pal" + ], + [ + "ĠNep", + "al" + ], + [ + "au", + "coma" + ], + [ + "auc", + "oma" + ], + [ + "Ġ", + "Vision" + ], + [ + "ĠV", + "ision" + ], + [ + "ĠVis", + "ion" + ], + [ + "a", + "ths" + ], + [ + "at", + "hs" + ], + [ + "ath", + "s" + ], + [ + "ĠCo", + "ord" + ], + [ + "Ġs", + "outheast" + ], + [ + "Ġsouth", + "east" + ], + [ + "Ġsout", + "heast" + ], + [ + "r", + "ame" + ], + [ + "ra", + "me" + ], + [ + "ram", + "e" + ], + [ + "Ġlife", + "span" + ], + [ + "Ġlif", + "espan" + ], + [ + "Ġlifes", + "pan" + ], + [ + "Ġ", + "Friends" + ], + [ + "ĠF", + "riends" + ], + [ + "ĠFri", + "ends" + ], + [ + "ĠFriend", + "s" + ], + [ + "Ġ", + "UNESCO" + ], + [ + "ĠUN", + "ESCO" + ], + [ + "-", + "I" + ], + [ + "in", + "ators" + ], + [ + "inator", + "s" + ], + [ + "Ġ", + "Range" + ], + [ + "ĠR", + "ange" + ], + [ + "ĠRan", + "ge" + ], + [ + "ĠRang", + "e" + ], + [ + "Ġin", + "just" + ], + [ + "Ġinj", + "ust" + ], + [ + "Ġt", + "ended" + ], + [ + "Ġtend", + "ed" + ], + [ + "Ġten", + "ded" + ], + [ + "i", + "ped" + ], + [ + "ip", + "ed" + ], + [ + "ipe", + "d" + ], + [ + "Ġc", + "urt" + ], + [ + "Ġcur", + "t" + ], + [ + "Ġcu", + "rt" + ], + [ + "Ġnotice", + "able" + ], + [ + "-", + "round" + ], + [ + "-r", + "ound" + ], + [ + "-ro", + "und" + ], + [ + "ĠE", + "bola" + ], + [ + "ĠEb", + "ola" + ], + [ + "Ġpsych", + "iatric" + ], + [ + "Ġpsychiat", + "ric" + ], + [ + "Ġkn", + "ees" + ], + [ + "Ġknee", + "s" + ], + [ + "Ġkne", + "es" + ], + [ + "Ġgra", + "pes" + ], + [ + "Ġgr", + "apes" + ], + [ + "Ġgrape", + "s" + ], + [ + "Ġgrap", + "es" + ], + [ + "ĠC", + "anal" + ], + [ + "ĠCan", + "al" + ], + [ + "ĠCa", + "nal" + ], + [ + "Ġ", + "USS" + ], + [ + "ĠU", + "SS" + ], + [ + "ĠUS", + "S" + ], + [ + "Ġsp", + "onsored" + ], + [ + "Ġspons", + "ored" + ], + [ + "Ġsponsor", + "ed" + ], + [ + "ĠMal", + "aysia" + ], + [ + "ĠMalays", + "ia" + ], + [ + "Ġex", + "terior" + ], + [ + "Ġext", + "erior" + ], + [ + "Ġ", + "Nelson" + ], + [ + "ĠN", + "elson" + ], + [ + "ĠNe", + "lson" + ], + [ + "Ġ", + "Universal" + ], + [ + "ĠUnivers", + "al" + ], + [ + "b", + "oth" + ], + [ + "bo", + "th" + ], + [ + "bot", + "h" + ], + [ + "h", + "n" + ], + [ + "Ġa", + "rose" + ], + [ + "Ġar", + "ose" + ], + [ + "Ġ", + "strokes" + ], + [ + "Ġst", + "rokes" + ], + [ + "Ġstr", + "okes" + ], + [ + "Ġstroke", + "s" + ], + [ + "Ġstro", + "kes" + ], + [ + "Ġdevelop", + "er" + ], + [ + "Ġob", + "struct" + ], + [ + "Ġobst", + "ruct" + ], + [ + "Ġp", + "opulated" + ], + [ + "Ġpop", + "ulated" + ], + [ + "Ġpopul", + "ated" + ], + [ + "Ġpopulate", + "d" + ], + [ + "Ġacc", + "ounted" + ], + [ + "Ġaccount", + "ed" + ], + [ + "x", + "iety" + ], + [ + "xi", + "ety" + ], + [ + "Ġ", + "ot" + ], + [ + "Ġo", + "t" + ], + [ + "o", + "tox" + ], + [ + "ot", + "ox" + ], + [ + "oto", + "x" + ], + [ + "Ġv", + "ivid" + ], + [ + "Ġviv", + "id" + ], + [ + "Ġco", + "operative" + ], + [ + "Ġcooper", + "ative" + ], + [ + "Ġcoop", + "erative" + ], + [ + "Ġd", + "ragon" + ], + [ + "Ġdr", + "agon" + ], + [ + "Ġdra", + "gon" + ], + [ + "Ġdrag", + "on" + ], + [ + "Ġremain", + "der" + ], + [ + "M", + "ark" + ], + [ + "Mar", + "k" + ], + [ + "Ġpsych", + "ologist" + ], + [ + "Ġim", + "plants" + ], + [ + "Ġimpl", + "ants" + ], + [ + "Ġimplant", + "s" + ], + [ + "Cont", + "act" + ], + [ + "Ġparas", + "ite" + ], + [ + "Ġpara", + "site" + ], + [ + "Ġparasit", + "e" + ], + [ + "Ġs", + "oup" + ], + [ + "Ġso", + "up" + ], + [ + "Ġsou", + "p" + ], + [ + "Ġdetrim", + "ental" + ], + [ + "Ġdetriment", + "al" + ], + [ + "l", + "og" + ], + [ + "lo", + "g" + ], + [ + "Ġ", + "Member" + ], + [ + "ĠM", + "ember" + ], + [ + "ĠMe", + "mber" + ], + [ + "ĠMem", + "ber" + ], + [ + "Ġ", + "Alt" + ], + [ + "ĠA", + "lt" + ], + [ + "ĠAl", + "t" + ], + [ + "Ġ", + "Identify" + ], + [ + "ĠIdent", + "ify" + ], + [ + "Ġsp", + "rings" + ], + [ + "Ġspring", + "s" + ], + [ + "Ġspr", + "ings" + ], + [ + "Ġr", + "outer" + ], + [ + "Ġro", + "uter" + ], + [ + "Ġrout", + "er" + ], + [ + "Ġroute", + "r" + ], + [ + "Ġrou", + "ter" + ], + [ + "r", + "ong" + ], + [ + "ro", + "ng" + ], + [ + "ron", + "g" + ], + [ + "Ġre", + "mn" + ], + [ + "Ġr", + "emn" + ], + [ + "Ġrem", + "n" + ], + [ + "Ġwar", + "nings" + ], + [ + "Ġwarning", + "s" + ], + [ + "Ġwarn", + "ings" + ], + [ + "Ġsuper", + "f" + ], + [ + "Ġrem", + "oves" + ], + [ + "Ġremov", + "es" + ], + [ + "Ġremove", + "s" + ], + [ + "Ġcompar", + "ative" + ], + [ + "Ġ", + "Solutions" + ], + [ + "ĠS", + "olutions" + ], + [ + "ĠSol", + "utions" + ], + [ + "ĠSolution", + "s" + ], + [ + "Ġin", + "land" + ], + [ + "Ġinl", + "and" + ], + [ + "t", + "ha" + ], + [ + "th", + "a" + ], + [ + "Ġsp", + "iders" + ], + [ + "Ġspider", + "s" + ], + [ + "Ġspi", + "ders" + ], + [ + "Ġ", + "utter" + ], + [ + "Ġut", + "ter" + ], + [ + "Ġcoord", + "inates" + ], + [ + "Ġcoordinate", + "s" + ], + [ + "h", + "uman" + ], + [ + "hu", + "man" + ], + [ + "hum", + "an" + ], + [ + "ĠG", + "ospel" + ], + [ + "Ġjust", + "ify" + ], + [ + "Ġpro", + "jections" + ], + [ + "Ġproject", + "ions" + ], + [ + "Ġprojection", + "s" + ], + [ + "Ġ", + "authorized" + ], + [ + "Ġauthor", + "ized" + ], + [ + "Ġauthorize", + "d" + ], + [ + "Ġno", + "body" + ], + [ + "Ġnob", + "ody" + ], + [ + "Ġg", + "overning" + ], + [ + "Ġgovern", + "ing" + ], + [ + "Ġgover", + "ning" + ], + [ + "a", + "cies" + ], + [ + "ac", + "ies" + ], + [ + "aci", + "es" + ], + [ + "cc", + "oli" + ], + [ + "an", + "ga" + ], + [ + "ang", + "a" + ], + [ + "Ġac", + "ne" + ], + [ + "Ġre", + "construction" + ], + [ + "Ġrecon", + "struction" + ], + [ + "Ġreconstruct", + "ion" + ], + [ + "point", + "s" + ], + [ + "po", + "ints" + ], + [ + "Ġrepresent", + "ations" + ], + [ + "Ġrepresentation", + "s" + ], + [ + "Ġsn", + "acks" + ], + [ + "Ġsnack", + "s" + ], + [ + "Ġpec", + "uliar" + ], + [ + "d", + "y" + ], + [ + "at", + "ts" + ], + [ + "att", + "s" + ], + [ + "hist", + "oric" + ], + [ + "Ġamph", + "ib" + ], + [ + "Ġamp", + "hib" + ], + [ + "Ġ", + "worm" + ], + [ + "Ġw", + "orm" + ], + [ + "Ġwor", + "m" + ], + [ + "Ġwo", + "rm" + ], + [ + "r", + "inge" + ], + [ + "ring", + "e" + ], + [ + "rin", + "ge" + ], + [ + "lim", + "ited" + ], + [ + "P", + "M" + ], + [ + "c", + "ard" + ], + [ + "ca", + "rd" + ], + [ + "car", + "d" + ], + [ + "e", + "at" + ], + [ + "ea", + "t" + ], + [ + "ot", + "onin" + ], + [ + "oto", + "nin" + ], + [ + "oton", + "in" + ], + [ + "Ġ", + "Ps" + ], + [ + "ĠP", + "s" + ], + [ + "Ġover", + "head" + ], + [ + "Ġoverhe", + "ad" + ], + [ + "Ġoverh", + "ead" + ], + [ + "az", + "ines" + ], + [ + "azine", + "s" + ], + [ + "azi", + "nes" + ], + [ + "ĠGal", + "ile" + ], + [ + "Ġcur", + "ves" + ], + [ + "Ġcurve", + "s" + ], + [ + "Ġcurv", + "es" + ], + [ + "Ġro", + "oted" + ], + [ + "Ġroot", + "ed" + ], + [ + "Ġ", + "Discuss" + ], + [ + "ĠDisc", + "uss" + ], + [ + "Ġ", + "Rot" + ], + [ + "ĠR", + "ot" + ], + [ + "ĠRo", + "t" + ], + [ + "Ġad", + "mission" + ], + [ + "Ġadm", + "ission" + ], + [ + "Ġ", + "alpha" + ], + [ + "Ġal", + "pha" + ], + [ + "Ġalph", + "a" + ], + [ + "Ġalp", + "ha" + ], + [ + "Ġk", + "ernel" + ], + [ + "Ġkern", + "el" + ], + [ + "Ġker", + "nel" + ], + [ + "A", + "I" + ], + [ + "L", + "ong" + ], + [ + "Lo", + "ng" + ], + [ + "le", + "vant" + ], + [ + "lev", + "ant" + ], + [ + "Ġbir", + "ths" + ], + [ + "Ġbirth", + "s" + ], + [ + "f", + "ree" + ], + [ + "fr", + "ee" + ], + [ + "fre", + "e" + ], + [ + "Ġ", + "outs" + ], + [ + "Ġo", + "uts" + ], + [ + "Ġout", + "s" + ], + [ + "Ġou", + "ts" + ], + [ + "Ġun", + "pleasant" + ], + [ + "c", + "lass" + ], + [ + "cl", + "ass" + ], + [ + "Ġ", + "Geographic" + ], + [ + "ĠGe", + "ographic" + ], + [ + "Ġemb", + "arr" + ], + [ + "Ġ", + "Silver" + ], + [ + "ĠSil", + "ver" + ], + [ + ")", + ";Ċ" + ], + [ + ");", + "Ċ" + ], + [ + "r", + "ategy" + ], + [ + "rate", + "gy" + ], + [ + "Ġ", + "aver" + ], + [ + "Ġa", + "ver" + ], + [ + "Ġav", + "er" + ], + [ + "ĠA", + "venue" + ], + [ + "ĠAven", + "ue" + ], + [ + "Ġimm", + "igrant" + ], + [ + "Ġimmig", + "rant" + ], + [ + "Ġbad", + "ly" + ], + [ + "Ġ", + "Annual" + ], + [ + "ĠAnn", + "ual" + ], + [ + "Ġchlor", + "ine" + ], + [ + "Ġs", + "ins" + ], + [ + "Ġsin", + "s" + ], + [ + "Ġsi", + "ns" + ], + [ + "i", + "lis" + ], + [ + "il", + "is" + ], + [ + "ili", + "s" + ], + [ + "Ġm", + "oder" + ], + [ + "Ġmod", + "er" + ], + [ + "Ġmo", + "der" + ], + [ + "Ġmode", + "r" + ], + [ + "i", + "tics" + ], + [ + "it", + "ics" + ], + [ + "itic", + "s" + ], + [ + "iti", + "cs" + ], + [ + "Ġ", + "Beyond" + ], + [ + "ĠBe", + "yond" + ], + [ + "Ġmal", + "ware" + ], + [ + "Ġmyth", + "ology" + ], + [ + "x", + "x" + ], + [ + "ĠIn", + "stitution" + ], + [ + "ĠInstit", + "ution" + ], + [ + "ĠInst", + "itution" + ], + [ + "ĠInstitut", + "ion" + ], + [ + "Ġult", + "raviolet" + ], + [ + "Ġ", + "Rule" + ], + [ + "ĠR", + "ule" + ], + [ + "ĠRu", + "le" + ], + [ + "Ġp", + "lots" + ], + [ + "Ġpl", + "ots" + ], + [ + "Ġplot", + "s" + ], + [ + "Ġstim", + "ulating" + ], + [ + "Ġstimul", + "ating" + ], + [ + "Ġ", + "Nam" + ], + [ + "ĠN", + "am" + ], + [ + "ĠNa", + "m" + ], + [ + "i", + "atry" + ], + [ + "ia", + "try" + ], + [ + "iat", + "ry" + ], + [ + "Ù", + "Ĩ" + ], + [ + "ĠR", + "io" + ], + [ + "ĠRi", + "o" + ], + [ + "Re", + "lated" + ], + [ + "Rel", + "ated" + ], + [ + "ĠF", + "if" + ], + [ + "ĠFi", + "f" + ], + [ + "P", + "hot" + ], + [ + "Ph", + "ot" + ], + [ + "amil", + "iar" + ], + [ + "Ġth", + "rowing" + ], + [ + "Ġthr", + "owing" + ], + [ + "Ġthrow", + "ing" + ], + [ + "Ġthro", + "wing" + ], + [ + "a", + "den" + ], + [ + "ad", + "en" + ], + [ + "ade", + "n" + ], + [ + "ar", + "ted" + ], + [ + "art", + "ed" + ], + [ + "arte", + "d" + ], + [ + "p", + "ine" + ], + [ + "pin", + "e" + ], + [ + "pi", + "ne" + ], + [ + "r", + "one" + ], + [ + "ro", + "ne" + ], + [ + "ron", + "e" + ], + [ + "Ġ", + "english" + ], + [ + "Ġeng", + "lish" + ], + [ + "Ġris", + "ky" + ], + [ + "Ġrisk", + "y" + ], + [ + "Prof", + "essor" + ], + [ + "Ġ", + "CC" + ], + [ + "ĠC", + "C" + ], + [ + "Ġt", + "ouched" + ], + [ + "Ġtou", + "ched" + ], + [ + "Ġtouch", + "ed" + ], + [ + "Ġemphas", + "izes" + ], + [ + "Ġemphasize", + "s" + ], + [ + "Ġne", + "urop" + ], + [ + "Ġneuro", + "p" + ], + [ + "Ġneur", + "op" + ], + [ + "Ġneu", + "rop" + ], + [ + "Ġrot", + "ating" + ], + [ + "Ġbod", + "ily" + ], + [ + "e", + "ur" + ], + [ + "eu", + "r" + ], + [ + "l", + "ink" + ], + [ + "lin", + "k" + ], + [ + "c", + "ephal" + ], + [ + "ce", + "phal" + ], + [ + "ceph", + "al" + ], + [ + "Ġsovere", + "ignty" + ], + [ + "Ġsovereign", + "ty" + ], + [ + "Ġc", + "aves" + ], + [ + "Ġca", + "ves" + ], + [ + "Ġcav", + "es" + ], + [ + "Ġcave", + "s" + ], + [ + "Ġ", + "SE" + ], + [ + "ĠS", + "E" + ], + [ + "Ġse", + "aled" + ], + [ + "Ġsea", + "led" + ], + [ + "Ġseal", + "ed" + ], + [ + "Ġcor", + "rupt" + ], + [ + "ĠCommun", + "ist" + ], + [ + "st", + "ud" + ], + [ + "Ġen", + "force" + ], + [ + "Ġenfor", + "ce" + ], + [ + "Ġenf", + "orce" + ], + [ + "Ġsc", + "roll" + ], + [ + "Ġscr", + "oll" + ], + [ + "Ġinstru", + "mental" + ], + [ + "Ġinstrument", + "al" + ], + [ + "ĠTai", + "wan" + ], + [ + "Ġsub", + "jective" + ], + [ + "Ġsubject", + "ive" + ], + [ + "Ġsh", + "aping" + ], + [ + "Ġshap", + "ing" + ], + [ + "Ġexcite", + "ment" + ], + [ + "Ġexcit", + "ement" + ], + [ + "b", + "ecause" + ], + [ + "be", + "cause" + ], + [ + "bec", + "ause" + ], + [ + "ly", + "wood" + ], + [ + "Ġdes", + "ires" + ], + [ + "Ġdesire", + "s" + ], + [ + "Ġval", + "ves" + ], + [ + "Ġvalve", + "s" + ], + [ + "Ġco", + "ordinated" + ], + [ + "Ġcoord", + "inated" + ], + [ + "Ġcoordinate", + "d" + ], + [ + "ĠSu", + "dan" + ], + [ + "ĠSud", + "an" + ], + [ + "ĠIsa", + "ac" + ], + [ + "Ġ", + "na" + ], + [ + "Ġn", + "a" + ], + [ + "Ġf", + "itting" + ], + [ + "Ġfit", + "ting" + ], + [ + "Ġfi", + "tting" + ], + [ + "Ġmis", + "taken" + ], + [ + "Ġmist", + "aken" + ], + [ + "Ġmistake", + "n" + ], + [ + "b", + "n" + ], + [ + "ke", + "ep" + ], + [ + "kee", + "p" + ], + [ + "Ġs", + "eals" + ], + [ + "Ġse", + "als" + ], + [ + "Ġsea", + "ls" + ], + [ + "Ġseal", + "s" + ], + [ + "Ġdon", + "ated" + ], + [ + "Ġdonate", + "d" + ], + [ + "ĠJud", + "aism" + ], + [ + "Ġdesk", + "top" + ], + [ + "Ġ", + "HPV" + ], + [ + "ĠH", + "PV" + ], + [ + "ĠHP", + "V" + ], + [ + "h", + "yl" + ], + [ + "hy", + "l" + ], + [ + "Ġ", + "Steve" + ], + [ + "ĠSte", + "ve" + ], + [ + "ĠStev", + "e" + ], + [ + "Ġparagraph", + "s" + ], + [ + "id", + "ency" + ], + [ + "iden", + "cy" + ], + [ + "o", + "gly" + ], + [ + "og", + "ly" + ], + [ + "ogl", + "y" + ], + [ + "Ġcom", + "merce" + ], + [ + "Ġcomm", + "erce" + ], + [ + "Ġcommerc", + "e" + ], + [ + "Ġ", + "Articles" + ], + [ + "ĠArt", + "icles" + ], + [ + "ĠArticle", + "s" + ], + [ + "ĠArtic", + "les" + ], + [ + "Ġ", + "Getting" + ], + [ + "ĠG", + "etting" + ], + [ + "ĠGe", + "tting" + ], + [ + "ĠGet", + "ting" + ], + [ + "Ġsp", + "iral" + ], + [ + "Ġspir", + "al" + ], + [ + "Ġspi", + "ral" + ], + [ + "Ġ", + "Gate" + ], + [ + "ĠG", + "ate" + ], + [ + "ĠGa", + "te" + ], + [ + "ĠGat", + "e" + ], + [ + "Ġl", + "abs" + ], + [ + "Ġlab", + "s" + ], + [ + "Ġla", + "bs" + ], + [ + "Ġspec", + "ifications" + ], + [ + "Ġspecific", + "ations" + ], + [ + "Ġspecification", + "s" + ], + [ + "Ġdem", + "anded" + ], + [ + "Ġdemand", + "ed" + ], + [ + "B", + "re" + ], + [ + "Br", + "e" + ], + [ + "Ġcollect", + "ively" + ], + [ + "Ġcollective", + "ly" + ], + [ + "Ġ", + "Methods" + ], + [ + "ĠMethod", + "s" + ], + [ + "ĠMeth", + "ods" + ], + [ + "V", + "I" + ], + [ + "i", + "nh" + ], + [ + "in", + "h" + ], + [ + "il", + "k" + ], + [ + "Ġ", + "Tools" + ], + [ + "ĠT", + "ools" + ], + [ + "ĠTo", + "ols" + ], + [ + "ĠTool", + "s" + ], + [ + "ĠToo", + "ls" + ], + [ + "Ġ", + "rope" + ], + [ + "Ġr", + "ope" + ], + [ + "Ġro", + "pe" + ], + [ + "Ġconf", + "ron" + ], + [ + "Ġdiv", + "orce" + ], + [ + "Ġdivor", + "ce" + ], + [ + "W", + "S" + ], + [ + "Ġ", + "Own" + ], + [ + "ĠO", + "wn" + ], + [ + "ĠOw", + "n" + ], + [ + "Ġdifferent", + "iate" + ], + [ + "Ġdiv", + "iding" + ], + [ + "Ġdivid", + "ing" + ], + [ + "ĠK", + "han" + ], + [ + "ĠKh", + "an" + ], + [ + "ir", + "ts" + ], + [ + "irt", + "s" + ], + [ + "Ġex", + "clusion" + ], + [ + "Ġexc", + "lusion" + ], + [ + "Ġexclus", + "ion" + ], + [ + "Ġc", + "omet" + ], + [ + "Ġcom", + "et" + ], + [ + "Ġco", + "met" + ], + [ + "Ġcome", + "t" + ], + [ + "Ġgu", + "ests" + ], + [ + "Ġguest", + "s" + ], + [ + "Ġdom", + "ains" + ], + [ + "Ġdomain", + "s" + ], + [ + "Ġw", + "rist" + ], + [ + "Ġwr", + "ist" + ], + [ + "a", + "man" + ], + [ + "am", + "an" + ], + [ + "ama", + "n" + ], + [ + "Ġf", + "east" + ], + [ + "Ġfe", + "ast" + ], + [ + "Ġfeas", + "t" + ], + [ + "Ġcar", + "riers" + ], + [ + "Ġcarrier", + "s" + ], + [ + "Ġrecogn", + "izes" + ], + [ + "Ġrecognize", + "s" + ], + [ + "Ġ", + "Price" + ], + [ + "ĠP", + "rice" + ], + [ + "ĠPr", + "ice" + ], + [ + "ĠPri", + "ce" + ], + [ + "Ġnorth", + "west" + ], + [ + "ĠMc", + "G" + ], + [ + "Ġminor", + "ities" + ], + [ + "ĠProv", + "ince" + ], + [ + "Ġcoll", + "ision" + ], + [ + "Ġh", + "oused" + ], + [ + "Ġhouse", + "d" + ], + [ + "Ġhous", + "ed" + ], + [ + "Ġho", + "used" + ], + [ + "E", + "v" + ], + [ + "Ġ", + "âĨĴ" + ], + [ + "ĠâĨ", + "Ĵ" + ], + [ + "b", + "irth" + ], + [ + "Ġc", + "um" + ], + [ + "Ġcu", + "m" + ], + [ + "Ġ", + "Database" + ], + [ + "ĠD", + "atabase" + ], + [ + "ĠData", + "base" + ], + [ + "Ġst", + "unning" + ], + [ + "Ġ", + "rains" + ], + [ + "Ġr", + "ains" + ], + [ + "Ġra", + "ins" + ], + [ + "Ġrain", + "s" + ], + [ + "Ġref", + "lux" + ], + [ + "ĠMar", + "shall" + ], + [ + "ĠMars", + "hall" + ], + [ + "ĠMarsh", + "all" + ], + [ + "ĠMarshal", + "l" + ], + [ + "ĠBapt", + "ist" + ], + [ + "Ġ", + "Bos" + ], + [ + "ĠB", + "os" + ], + [ + "ĠBo", + "s" + ], + [ + "in", + "ded" + ], + [ + "ind", + "ed" + ], + [ + "inde", + "d" + ], + [ + "Ġst", + "rive" + ], + [ + "Ġstr", + "ive" + ], + [ + "Ġstri", + "ve" + ], + [ + "C", + "ho" + ], + [ + "Ch", + "o" + ], + [ + "Ġm", + "orality" + ], + [ + "Ġmor", + "ality" + ], + [ + "Ġmo", + "rality" + ], + [ + "Ġmoral", + "ity" + ], + [ + "ĠLa", + "ure" + ], + [ + "ĠLaur", + "e" + ], + [ + "ĠLau", + "re" + ], + [ + "ĠAlbert", + "a" + ], + [ + "ĠAlb", + "erta" + ], + [ + "ĠAlber", + "ta" + ], + [ + "Ġnic", + "otine" + ], + [ + "c", + "ium" + ], + [ + "ci", + "um" + ], + [ + "Ġ", + "Tut" + ], + [ + "ĠT", + "ut" + ], + [ + "ĠTu", + "t" + ], + [ + "Ġel", + "imination" + ], + [ + "Ġelimin", + "ation" + ], + [ + "p", + "orted" + ], + [ + "port", + "ed" + ], + [ + "por", + "ted" + ], + [ + "Ġenjoy", + "ing" + ], + [ + "Ġenjo", + "ying" + ], + [ + "Ġyog", + "urt" + ], + [ + "Ġdet", + "ecting" + ], + [ + "Ġdetect", + "ing" + ], + [ + "u", + "mble" + ], + [ + "um", + "ble" + ], + [ + "umb", + "le" + ], + [ + "Ġre", + "sin" + ], + [ + "Ġres", + "in" + ], + [ + "Ġher", + "oes" + ], + [ + "Ġhero", + "es" + ], + [ + "f", + "ly" + ], + [ + "fl", + "y" + ], + [ + "j", + "ects" + ], + [ + "ject", + "s" + ], + [ + "Ġinst", + "antly" + ], + [ + "Ġinstant", + "ly" + ], + [ + "-", + "im" + ], + [ + "-i", + "m" + ], + [ + "In", + "f" + ], + [ + "Ġ", + "quarters" + ], + [ + "Ġqu", + "arters" + ], + [ + "Ġquar", + "ters" + ], + [ + "Ġquarter", + "s" + ], + [ + "Ġquart", + "ers" + ], + [ + "Ġ", + "Solomon" + ], + [ + "ĠSol", + "omon" + ], + [ + "Ġhol", + "istic" + ], + [ + "a", + "yan" + ], + [ + "ay", + "an" + ], + [ + "aya", + "n" + ], + [ + "Ġcons", + "erve" + ], + [ + "Ġconserv", + "e" + ], + [ + "Ġ", + "Doctor" + ], + [ + "ĠDo", + "ctor" + ], + [ + "ĠDoc", + "tor" + ], + [ + "ĠDoct", + "or" + ], + [ + "Ġdep", + "osit" + ], + [ + "Ġdepos", + "it" + ], + [ + "Ġ", + "Motor" + ], + [ + "ĠM", + "otor" + ], + [ + "ĠMo", + "tor" + ], + [ + "ĠMot", + "or" + ], + [ + "a", + "ryn" + ], + [ + "ar", + "yn" + ], + [ + "ary", + "n" + ], + [ + "ĠU", + "SB" + ], + [ + "ĠUS", + "B" + ], + [ + "Ġpro", + "noun" + ], + [ + "Ġpron", + "oun" + ], + [ + "im", + "ation" + ], + [ + "ima", + "tion" + ], + [ + "imat", + "ion" + ], + [ + "P", + "rov" + ], + [ + "Pro", + "v" + ], + [ + "Pr", + "ov" + ], + [ + "Ġ", + "Amb" + ], + [ + "ĠA", + "mb" + ], + [ + "ĠAm", + "b" + ], + [ + "Ġ", + "NOAA" + ], + [ + "ĠNO", + "AA" + ], + [ + "Ġ", + "cake" + ], + [ + "Ġc", + "ake" + ], + [ + "Ġca", + "ke" + ], + [ + "ĠP", + "harm" + ], + [ + "ĠPh", + "arm" + ], + [ + "ĠPhar", + "m" + ], + [ + "ĠPha", + "rm" + ], + [ + "br", + "aska" + ], + [ + "bra", + "ska" + ], + [ + "bras", + "ka" + ], + [ + "ĠBel", + "gium" + ], + [ + "ĠBelg", + "ium" + ], + [ + "Ġinst", + "ability" + ], + [ + "A", + "sk" + ], + [ + "As", + "k" + ], + [ + "Ġ", + "Academic" + ], + [ + "ĠAc", + "ademic" + ], + [ + "ĠAcad", + "emic" + ], + [ + "Ġ", + "Ga" + ], + [ + "ĠG", + "a" + ], + [ + "Ġp", + "rost" + ], + [ + "Ġpro", + "st" + ], + [ + "Ġpr", + "ost" + ], + [ + "Ġpros", + "t" + ], + [ + "ĠD", + "h" + ], + [ + "Ġp", + "lum" + ], + [ + "Ġpl", + "um" + ], + [ + "E", + "ss" + ], + [ + "Es", + "s" + ], + [ + "b", + "ably" + ], + [ + "ba", + "bly" + ], + [ + "Ġst", + "ating" + ], + [ + "Ġstat", + "ing" + ], + [ + "Ġsta", + "ting" + ], + [ + "Ġstatin", + "g" + ], + [ + "t", + "eg" + ], + [ + "te", + "g" + ], + [ + "i", + "asm" + ], + [ + "ia", + "sm" + ], + [ + "ias", + "m" + ], + [ + "Ġ", + "Pic" + ], + [ + "ĠP", + "ic" + ], + [ + "ĠPi", + "c" + ], + [ + "l", + "ected" + ], + [ + "lect", + "ed" + ], + [ + "Ġwon", + "dered" + ], + [ + "Ġwond", + "ered" + ], + [ + "Ġwonder", + "ed" + ], + [ + "n", + "ish" + ], + [ + "ni", + "sh" + ], + [ + "nis", + "h" + ], + [ + "Ġ", + "aph" + ], + [ + "Ġa", + "ph" + ], + [ + "Ġap", + "h" + ], + [ + "ĠZ", + "oo" + ], + [ + "ĠZo", + "o" + ], + [ + "s", + "onian" + ], + [ + "so", + "nian" + ], + [ + "son", + "ian" + ], + [ + "Ġadjust", + "ment" + ], + [ + "Ġf", + "ractions" + ], + [ + "Ġfra", + "ctions" + ], + [ + "Ġfr", + "actions" + ], + [ + "Ġfract", + "ions" + ], + [ + "Ġfraction", + "s" + ], + [ + "Ġrec", + "reation" + ], + [ + "Ġrecre", + "ation" + ], + [ + "Ġ", + "Pul" + ], + [ + "ĠP", + "ul" + ], + [ + "ĠPu", + "l" + ], + [ + "Ġbut", + "tons" + ], + [ + "Ġbutton", + "s" + ], + [ + "Ġbutt", + "ons" + ], + [ + "Ġsome", + "body" + ], + [ + "Ġopp", + "osing" + ], + [ + "Ġ", + "Veget" + ], + [ + "ĠVe", + "get" + ], + [ + "ĠVeg", + "et" + ], + [ + "Ġcong", + "ress" + ], + [ + "f", + "ig" + ], + [ + "fi", + "g" + ], + [ + "id", + "ation" + ], + [ + "ida", + "tion" + ], + [ + "Ġinform", + "ative" + ], + [ + "Ġgu", + "est" + ], + [ + "Ġharm", + "on" + ], + [ + "Ġhar", + "mon" + ], + [ + "Ġ", + "Determ" + ], + [ + "ĠD", + "eterm" + ], + [ + "ĠDe", + "term" + ], + [ + "ĠDet", + "erm" + ], + [ + "ĠDeter", + "m" + ], + [ + "Ġterm", + "inology" + ], + [ + "Ġtermin", + "ology" + ], + [ + "Ġback", + "up" + ], + [ + "Ġen", + "amel" + ], + [ + "Ġenam", + "el" + ], + [ + "Ġl", + "owered" + ], + [ + "Ġlow", + "ered" + ], + [ + "Ġlo", + "wered" + ], + [ + "Ġlower", + "ed" + ], + [ + "Ġrout", + "ines" + ], + [ + "Ġroutine", + "s" + ], + [ + "Ġcompl", + "aints" + ], + [ + "Ġcomplaint", + "s" + ], + [ + "Ġcomplain", + "ts" + ], + [ + "G", + "B" + ], + [ + "n", + "est" + ], + [ + "ne", + "st" + ], + [ + "nes", + "t" + ], + [ + "is", + "ure" + ], + [ + "Ġche", + "wing" + ], + [ + "Ġchew", + "ing" + ], + [ + "Ġaccompan", + "ying" + ], + [ + "Ġaccompany", + "ing" + ], + [ + "d", + "in" + ], + [ + "di", + "n" + ], + [ + "or", + "don" + ], + [ + "ord", + "on" + ], + [ + "m", + "itt" + ], + [ + "mit", + "t" + ], + [ + "mi", + "tt" + ], + [ + "Ġcon", + "verts" + ], + [ + "Ġconver", + "ts" + ], + [ + "Ġconv", + "erts" + ], + [ + "Ġconvert", + "s" + ], + [ + "Ġmuc", + "us" + ], + [ + "Ġmu", + "cus" + ], + [ + "Ġ", + "PD" + ], + [ + "ĠP", + "D" + ], + [ + "Ġfloor", + "s" + ], + [ + "Ġflo", + "ors" + ], + [ + ".ht", + "m" + ], + [ + "Ġ", + "Aristotle" + ], + [ + "ĠArist", + "otle" + ], + [ + "ĠAristot", + "le" + ], + [ + "d", + "is" + ], + [ + "di", + "s" + ], + [ + "Ġper", + "me" + ], + [ + "Ġperm", + "e" + ], + [ + "Ġde", + "tox" + ], + [ + "Ġdet", + "ox" + ], + [ + "Ġgen", + "eric" + ], + [ + "Ġgener", + "ic" + ], + [ + "Ġgene", + "ric" + ], + [ + "Ġschool", + "ing" + ], + [ + "Ġsch", + "ooling" + ], + [ + "view", + "ed" + ], + [ + "vie", + "wed" + ], + [ + "Int", + "erest" + ], + [ + "Inter", + "est" + ], + [ + "Ġ", + "Job" + ], + [ + "ĠJ", + "ob" + ], + [ + "ĠJo", + "b" + ], + [ + "el", + "sh" + ], + [ + "els", + "h" + ], + [ + "Ġmat", + "hematic" + ], + [ + "Ġmath", + "ematic" + ], + [ + "Ġmathemat", + "ic" + ], + [ + "Ġh", + "itting" + ], + [ + "Ġhit", + "ting" + ], + [ + "Ġhi", + "tting" + ], + [ + "O", + "ld" + ], + [ + "Ol", + "d" + ], + [ + "Ġm", + "arc" + ], + [ + "Ġma", + "rc" + ], + [ + "Ġmar", + "c" + ], + [ + "Ġ", + "masters" + ], + [ + "Ġm", + "asters" + ], + [ + "Ġma", + "sters" + ], + [ + "Ġmaster", + "s" + ], + [ + "Ġmast", + "ers" + ], + [ + "Ġmas", + "ters" + ], + [ + "o", + "gg" + ], + [ + "og", + "g" + ], + [ + "Ġ", + "coach" + ], + [ + "Ġco", + "ach" + ], + [ + "Ġp", + "ainter" + ], + [ + "Ġpain", + "ter" + ], + [ + "Ġpaint", + "er" + ], + [ + "Ġpa", + "inter" + ], + [ + "Ġf", + "ocal" + ], + [ + "Ġfo", + "cal" + ], + [ + "i", + "cus" + ], + [ + "ic", + "us" + ], + [ + "ĠCl", + "inton" + ], + [ + "ĠClin", + "ton" + ], + [ + "M", + "ult" + ], + [ + "Mul", + "t" + ], + [ + "Mu", + "lt" + ], + [ + "h", + "ind" + ], + [ + "hi", + "nd" + ], + [ + "hin", + "d" + ], + [ + "Ġdef", + "ensive" + ], + [ + "ĠGe", + "ological" + ], + [ + "ĠGeologic", + "al" + ], + [ + "G", + "reat" + ], + [ + "Gr", + "eat" + ], + [ + "Gre", + "at" + ], + [ + "Ġ", + "tu" + ], + [ + "Ġt", + "u" + ], + [ + "o", + "da" + ], + [ + "od", + "a" + ], + [ + "Ġpolit", + "ically" + ], + [ + "Ġpolitical", + "ly" + ], + [ + "Ġpolitic", + "ally" + ], + [ + "Ġpoli", + "tically" + ], + [ + "Ġancest", + "or" + ], + [ + ".", + "I" + ], + [ + "Ġ", + "backs" + ], + [ + "Ġb", + "acks" + ], + [ + "Ġback", + "s" + ], + [ + "Ġba", + "cks" + ], + [ + "Ġbac", + "ks" + ], + [ + "Ġ", + "Eu" + ], + [ + "ĠE", + "u" + ], + [ + "Ġsen", + "iors" + ], + [ + "Ġsenior", + "s" + ], + [ + "Ġpenal", + "ty" + ], + [ + "Ġf", + "loss" + ], + [ + "Ġfl", + "oss" + ], + [ + "Ġflo", + "ss" + ], + [ + "ĠBy", + "z" + ], + [ + "A", + "CT" + ], + [ + "AC", + "T" + ], + [ + "Ġb", + "icycle" + ], + [ + "Ġbi", + "cycle" + ], + [ + "Ġbicy", + "cle" + ], + [ + "Ġbic", + "ycle" + ], + [ + "Ġbicycl", + "e" + ], + [ + "Ġre", + "lied" + ], + [ + "Ġrel", + "ied" + ], + [ + "Ġrelie", + "d" + ], + [ + "Ġinv", + "ite" + ], + [ + "Ġm", + "ethyl" + ], + [ + "Ġmet", + "hyl" + ], + [ + "Ġmeth", + "yl" + ], + [ + "D", + "efinition" + ], + [ + "Defin", + "ition" + ], + [ + "Ġ", + "Yale" + ], + [ + "ĠY", + "ale" + ], + [ + "ĠYa", + "le" + ], + [ + "Ġcon", + "stitutes" + ], + [ + "Ġconstit", + "utes" + ], + [ + "Ġconstitu", + "tes" + ], + [ + "Ġconstitute", + "s" + ], + [ + "Ġth", + "under" + ], + [ + "Ġ", + "Beth" + ], + [ + "ĠB", + "eth" + ], + [ + "ĠBe", + "th" + ], + [ + "ĠBet", + "h" + ], + [ + "Ġreve", + "aling" + ], + [ + "Ġreveal", + "ing" + ], + [ + "Ġ", + "Notes" + ], + [ + "ĠN", + "otes" + ], + [ + "ĠNo", + "tes" + ], + [ + "ĠNot", + "es" + ], + [ + "ĠNote", + "s" + ], + [ + "Ġ", + "graduates" + ], + [ + "Ġgradu", + "ates" + ], + [ + "Ġgraduate", + "s" + ], + [ + "Ġgrad", + "uates" + ], + [ + "Ġm", + "imic" + ], + [ + "Ġmim", + "ic" + ], + [ + "Ġmi", + "mic" + ], + [ + "ĠQueens", + "land" + ], + [ + "m", + "ir" + ], + [ + "mi", + "r" + ], + [ + "ed", + "ience" + ], + [ + "edi", + "ence" + ], + [ + "Ġ", + "Ig" + ], + [ + "ĠI", + "g" + ], + [ + "Ġ", + "Birth" + ], + [ + "ĠB", + "irth" + ], + [ + "ĠBir", + "th" + ], + [ + "b", + "rate" + ], + [ + "br", + "ate" + ], + [ + "bra", + "te" + ], + [ + "b", + "ey" + ], + [ + "be", + "y" + ], + [ + "Ġs", + "isters" + ], + [ + "Ġsister", + "s" + ], + [ + "Ġsi", + "sters" + ], + [ + "Ġd", + "row" + ], + [ + "Ġdr", + "ow" + ], + [ + "Ġdro", + "w" + ], + [ + "an", + "ical" + ], + [ + "ani", + "cal" + ], + [ + "anic", + "al" + ], + [ + "Ġh", + "ired" + ], + [ + "Ġhire", + "d" + ], + [ + "Ġhi", + "red" + ], + [ + "Ġl", + "iz" + ], + [ + "Ġli", + "z" + ], + [ + "Ġab", + "brev" + ], + [ + "Ġposition", + "ed" + ], + [ + "Ġposit", + "ioned" + ], + [ + "Ġ", + "Provide" + ], + [ + "ĠProv", + "ide" + ], + [ + "Ġhem", + "isphere" + ], + [ + "Ġhemisp", + "here" + ], + [ + "ĠPortug", + "al" + ], + [ + "ĠC", + "ongo" + ], + [ + "ĠCon", + "go" + ], + [ + "ĠCong", + "o" + ], + [ + "Ġdisturb", + "ance" + ], + [ + "p", + "us" + ], + [ + "pu", + "s" + ], + [ + "Ġ", + "mites" + ], + [ + "Ġm", + "ites" + ], + [ + "Ġmit", + "es" + ], + [ + "Ġmi", + "tes" + ], + [ + "Ġmite", + "s" + ], + [ + "Wh", + "ite" + ], + [ + "Whit", + "e" + ], + [ + "bour", + "ne" + ], + [ + "n", + "orm" + ], + [ + "no", + "rm" + ], + [ + "nor", + "m" + ], + [ + "Î", + "¿" + ], + [ + "i", + "to" + ], + [ + "it", + "o" + ], + [ + "i", + "lia" + ], + [ + "il", + "ia" + ], + [ + "ili", + "a" + ], + [ + "Ġ", + "je" + ], + [ + "Ġj", + "e" + ], + [ + "â̦", + "â̦" + ], + [ + "Ġ", + "Reports" + ], + [ + "ĠRe", + "ports" + ], + [ + "ĠRep", + "orts" + ], + [ + "ĠReport", + "s" + ], + [ + "Ġt", + "endon" + ], + [ + "Ġte", + "ndon" + ], + [ + "Ġtend", + "on" + ], + [ + "Ġten", + "don" + ], + [ + "Ġrat", + "ios" + ], + [ + "Ġratio", + "s" + ], + [ + "M", + "icro" + ], + [ + "Mic", + "ro" + ], + [ + "Mi", + "cro" + ], + [ + "Ġl", + "iability" + ], + [ + "Ġli", + "ability" + ], + [ + "Ġa", + "board" + ], + [ + "Ġab", + "oard" + ], + [ + "Ġb", + "lu" + ], + [ + "Ġbl", + "u" + ], + [ + "Ġplace", + "bo" + ], + [ + "Ph", + "one" + ], + [ + "Ġ", + "rupt" + ], + [ + "Ġr", + "upt" + ], + [ + "Ġru", + "pt" + ], + [ + "Ġrup", + "t" + ], + [ + "Ġ", + "apt" + ], + [ + "Ġa", + "pt" + ], + [ + "Ġap", + "t" + ], + [ + "as", + "sed" + ], + [ + "ass", + "ed" + ], + [ + "asse", + "d" + ], + [ + "m", + "erce" + ], + [ + "mer", + "ce" + ], + [ + "merc", + "e" + ], + [ + "Ġform", + "ulas" + ], + [ + "Ġformula", + "s" + ], + [ + "Ġengine", + "ered" + ], + [ + "Ġengineer", + "ed" + ], + [ + "Ġval", + "idity" + ], + [ + "Ġvalid", + "ity" + ], + [ + "Ġ", + "Cos" + ], + [ + "ĠC", + "os" + ], + [ + "ĠCo", + "s" + ], + [ + "Ġ", + "Thinking" + ], + [ + "ĠTh", + "inking" + ], + [ + "ĠThink", + "ing" + ], + [ + "ĠThin", + "king" + ], + [ + "ĠCh", + "annel" + ], + [ + "ĠChan", + "nel" + ], + [ + "âĢľ", + "There" + ], + [ + "âĢľThe", + "re" + ], + [ + "âĢľT", + "here" + ], + [ + "Ġ", + "Teach" + ], + [ + "ĠT", + "each" + ], + [ + "ĠTe", + "ach" + ], + [ + "ĠTeac", + "h" + ], + [ + "ĠTea", + "ch" + ], + [ + "Ġ", + "Donald" + ], + [ + "ĠDon", + "ald" + ], + [ + "Ġ", + "wand" + ], + [ + "Ġw", + "and" + ], + [ + "Ġwa", + "nd" + ], + [ + "Ġm", + "ang" + ], + [ + "Ġman", + "g" + ], + [ + "Ġma", + "ng" + ], + [ + "Ġt", + "rails" + ], + [ + "Ġtra", + "ils" + ], + [ + "Ġtr", + "ails" + ], + [ + "Ġtrail", + "s" + ], + [ + "-s", + "olving" + ], + [ + "Ġse", + "lective" + ], + [ + "Ġselect", + "ive" + ], + [ + "Ġsel", + "ective" + ], + [ + "Ġw", + "ore" + ], + [ + "Ġwor", + "e" + ], + [ + "Ġwo", + "re" + ], + [ + "Ġ", + "Lang" + ], + [ + "ĠL", + "ang" + ], + [ + "ĠLa", + "ng" + ], + [ + "ĠLan", + "g" + ], + [ + "Ġtravel", + "ling" + ], + [ + "oc", + "rine" + ], + [ + "ocr", + "ine" + ], + [ + "ocrin", + "e" + ], + [ + "o", + "poly" + ], + [ + "op", + "oly" + ], + [ + "opol", + "y" + ], + [ + "opo", + "ly" + ], + [ + "Ġwork", + "out" + ], + [ + "Ġend", + "emic" + ], + [ + "Ġpro", + "pose" + ], + [ + "Ġprop", + "ose" + ], + [ + "Ġpropos", + "e" + ], + [ + "Ġprop", + "het" + ], + [ + "Ġprophe", + "t" + ], + [ + "Ġmind", + "set" + ], + [ + "Ġminds", + "et" + ], + [ + "Ġa", + "post" + ], + [ + "Ġap", + "ost" + ], + [ + "Ġapo", + "st" + ], + [ + "Ġcon", + "verting" + ], + [ + "Ġconver", + "ting" + ], + [ + "Ġconvert", + "ing" + ], + [ + "Ġmicro", + "bi" + ], + [ + "Ġmicrob", + "i" + ], + [ + "ĠC", + "any" + ], + [ + "ĠCan", + "y" + ], + [ + "ĠCa", + "ny" + ], + [ + "Ġn", + "aked" + ], + [ + "Ġna", + "ked" + ], + [ + "Ġc", + "atar" + ], + [ + "Ġca", + "tar" + ], + [ + "Ġcat", + "ar" + ], + [ + "Ġinter", + "section" + ], + [ + "Ġintersect", + "ion" + ], + [ + "Ġad", + "opting" + ], + [ + "Ġadop", + "ting" + ], + [ + "Ġadopt", + "ing" + ], + [ + "Ġr", + "anked" + ], + [ + "Ġrank", + "ed" + ], + [ + "Ġran", + "ked" + ], + [ + "Ġ", + "Late" + ], + [ + "ĠL", + "ate" + ], + [ + "ĠLa", + "te" + ], + [ + "ĠLat", + "e" + ], + [ + "Ġf", + "loat" + ], + [ + "Ġflo", + "at" + ], + [ + "Ġmul", + "ch" + ], + [ + "S", + "te" + ], + [ + "St", + "e" + ], + [ + "T", + "R" + ], + [ + "c", + "alled" + ], + [ + "cal", + "led" + ], + [ + "call", + "ed" + ], + [ + "Ġinter", + "faces" + ], + [ + "Ġinterf", + "aces" + ], + [ + "Ġinterface", + "s" + ], + [ + "Ġg", + "otten" + ], + [ + "Ġgot", + "ten" + ], + [ + "S", + "ch" + ], + [ + "Sc", + "h" + ], + [ + "ĠU", + "g" + ], + [ + "Ġsun", + "ny" + ], + [ + "O", + "pen" + ], + [ + "Op", + "en" + ], + [ + "Ġlear", + "ns" + ], + [ + "Ġlearn", + "s" + ], + [ + "Ġdis", + "placed" + ], + [ + "Ġdispl", + "aced" + ], + [ + "Ġdisplace", + "d" + ], + [ + ".", + ".Ċ" + ], + [ + "..", + "Ċ" + ], + [ + "Ġl", + "oses" + ], + [ + "Ġlo", + "ses" + ], + [ + "Ġlose", + "s" + ], + [ + "Ġlos", + "es" + ], + [ + "ab", + "lish" + ], + [ + "abl", + "ish" + ], + [ + "Ġ", + "Quant" + ], + [ + "ĠQ", + "uant" + ], + [ + "ĠQu", + "ant" + ], + [ + "R", + "OM" + ], + [ + "RO", + "M" + ], + [ + "ĠM", + "ort" + ], + [ + "ĠMor", + "t" + ], + [ + "ĠMo", + "rt" + ], + [ + "ĠF", + "alls" + ], + [ + "ĠFall", + "s" + ], + [ + "ĠFal", + "ls" + ], + [ + "Ġ", + "Bec" + ], + [ + "ĠB", + "ec" + ], + [ + "ĠBe", + "c" + ], + [ + "Ġaccept", + "ing" + ], + [ + "Ġaccum", + "ulate" + ], + [ + "g", + "ender" + ], + [ + "ge", + "nder" + ], + [ + "gen", + "der" + ], + [ + "Ġd", + "ip" + ], + [ + "Ġdi", + "p" + ], + [ + "Ġout", + "ward" + ], + [ + "-", + "comp" + ], + [ + "-c", + "omp" + ], + [ + "-com", + "p" + ], + [ + "-co", + "mp" + ], + [ + "Ġdef", + "iciencies" + ], + [ + "Ġdefic", + "iencies" + ], + [ + "Ġ", + "Ped" + ], + [ + "ĠP", + "ed" + ], + [ + "ĠPe", + "d" + ], + [ + "Ġb", + "oom" + ], + [ + "Ġbo", + "om" + ], + [ + "Ġboo", + "m" + ], + [ + "n", + "ews" + ], + [ + "ne", + "ws" + ], + [ + "new", + "s" + ], + [ + "O", + "RE" + ], + [ + "OR", + "E" + ], + [ + "Ġb", + "unch" + ], + [ + "Ġbun", + "ch" + ], + [ + "Ġf", + "ence" + ], + [ + "Ġfe", + "nce" + ], + [ + "Ġfen", + "ce" + ], + [ + "Ġn", + "od" + ], + [ + "Ġno", + "d" + ], + [ + "b", + "eat" + ], + [ + "be", + "at" + ], + [ + "Ġ", + "verses" + ], + [ + "Ġver", + "ses" + ], + [ + "Ġvers", + "es" + ], + [ + "Ġverse", + "s" + ], + [ + "Ġ", + "Applied" + ], + [ + "ĠApp", + "lied" + ], + [ + "ĠAppl", + "ied" + ], + [ + "Ġmid", + "st" + ], + [ + "Ġmids", + "t" + ], + [ + "Ġarchitect", + "s" + ], + [ + "Ġpro", + "lif" + ], + [ + "Ġprol", + "if" + ], + [ + "w", + "ick" + ], + [ + "wic", + "k" + ], + [ + "wi", + "ck" + ], + [ + "Ġprec", + "urs" + ], + [ + "Ġprint", + "able" + ], + [ + "i", + "othe" + ], + [ + "io", + "the" + ], + [ + "iot", + "he" + ], + [ + "Ġun", + "stable" + ], + [ + "Ġuns", + "table" + ], + [ + "Ġunst", + "able" + ], + [ + "Ġc", + "roc" + ], + [ + "Ġcr", + "oc" + ], + [ + "Ġcro", + "c" + ], + [ + "i", + "sta" + ], + [ + "is", + "ta" + ], + [ + "ist", + "a" + ], + [ + "Ġaut", + "onomy" + ], + [ + "Ġautonom", + "y" + ], + [ + "Ġc", + "redited" + ], + [ + "Ġcred", + "ited" + ], + [ + "Ġcredit", + "ed" + ], + [ + "Ġmig", + "rate" + ], + [ + "Ġcer", + "amic" + ], + [ + "v", + "ar" + ], + [ + "va", + "r" + ], + [ + "Ġt", + "une" + ], + [ + "Ġtun", + "e" + ], + [ + "Ġtu", + "ne" + ], + [ + "Ġdes", + "erve" + ], + [ + "Ġdisp", + "roportion" + ], + [ + "o", + "scopy" + ], + [ + "os", + "copy" + ], + [ + "osc", + "opy" + ], + [ + "Ġpi", + "lots" + ], + [ + "Ġpil", + "ots" + ], + [ + "Ġpilot", + "s" + ], + [ + "Ġthe", + "ft" + ], + [ + "Ġth", + "eft" + ], + [ + "a", + "val" + ], + [ + "av", + "al" + ], + [ + "ava", + "l" + ], + [ + "s", + "cape" + ], + [ + "sc", + "ape" + ], + [ + "Ġtr", + "iple" + ], + [ + "Ġtri", + "ple" + ], + [ + "Ġtrip", + "le" + ], + [ + "ĠM", + "organ" + ], + [ + "ĠMor", + "gan" + ], + [ + "ĠMorg", + "an" + ], + [ + "w", + "orms" + ], + [ + "worm", + "s" + ], + [ + "lighten", + "ment" + ], + [ + "Ġ", + "forum" + ], + [ + "Ġf", + "orum" + ], + [ + "Ġfor", + "um" + ], + [ + "Ġfo", + "rum" + ], + [ + "Ġenh", + "ances" + ], + [ + "Ġenhance", + "s" + ], + [ + "Ġpre", + "scribe" + ], + [ + "Ġpresc", + "ribe" + ], + [ + "ĠD", + "anish" + ], + [ + "ĠDan", + "ish" + ], + [ + "ĠDa", + "nish" + ], + [ + "Ġpart", + "ition" + ], + [ + "Ġex", + "tr" + ], + [ + "Ġext", + "r" + ], + [ + "i", + "ii" + ], + [ + "ii", + "i" + ], + [ + "Ġdop", + "amine" + ], + [ + "ĠC", + "rown" + ], + [ + "ĠCr", + "own" + ], + [ + "ĠCro", + "wn" + ], + [ + "ĠCrow", + "n" + ], + [ + "Ġcap", + "ita" + ], + [ + "Ġcapit", + "a" + ], + [ + "Ġg", + "ravel" + ], + [ + "Ġgra", + "vel" + ], + [ + "Ġgrav", + "el" + ], + [ + "Ġgrave", + "l" + ], + [ + "Ġparad", + "igm" + ], + [ + "T", + "reatment" + ], + [ + "Treat", + "ment" + ], + [ + "Ù", + "ħ" + ], + [ + "Ġ", + "esp" + ], + [ + "Ġe", + "sp" + ], + [ + "Ġes", + "p" + ], + [ + "Ġs", + "haft" + ], + [ + "Ġsh", + "aft" + ], + [ + "Ġt", + "raps" + ], + [ + "Ġtra", + "ps" + ], + [ + "Ġtr", + "aps" + ], + [ + "Ġtrap", + "s" + ], + [ + "Ġ", + "Occup" + ], + [ + "ĠOcc", + "up" + ], + [ + "ĠOc", + "cup" + ], + [ + "Ġdec", + "laration" + ], + [ + "Ġdeclar", + "ation" + ], + [ + "p", + "ret" + ], + [ + "pr", + "et" + ], + [ + "pre", + "t" + ], + [ + "Ġ", + "Ori" + ], + [ + "ĠO", + "ri" + ], + [ + "ĠOr", + "i" + ], + [ + "rodu", + "ced" + ], + [ + "rod", + "uced" + ], + [ + "roduce", + "d" + ], + [ + "Ġ", + "prints" + ], + [ + "Ġp", + "rints" + ], + [ + "Ġpr", + "ints" + ], + [ + "Ġprint", + "s" + ], + [ + "Ġ", + "Neu" + ], + [ + "ĠN", + "eu" + ], + [ + "ĠNe", + "u" + ], + [ + "W", + "atch" + ], + [ + "r", + "atory" + ], + [ + "rat", + "ory" + ], + [ + "rator", + "y" + ], + [ + "Ġf", + "iring" + ], + [ + "Ġfir", + "ing" + ], + [ + "Ġfi", + "ring" + ], + [ + "Ġtechn", + "ically" + ], + [ + "Ġtechnical", + "ly" + ], + [ + "h", + "eads" + ], + [ + "he", + "ads" + ], + [ + "head", + "s" + ], + [ + "hea", + "ds" + ], + [ + "Ġm", + "esh" + ], + [ + "Ġme", + "sh" + ], + [ + "Ġmes", + "h" + ], + [ + "Ġ", + "Sad" + ], + [ + "ĠS", + "ad" + ], + [ + "ĠSa", + "d" + ], + [ + "Ġy", + "early" + ], + [ + "Ġyear", + "ly" + ], + [ + "Ġ", + "Chris" + ], + [ + "ĠCh", + "ris" + ], + [ + "o", + "yd" + ], + [ + "oy", + "d" + ], + [ + "Ġc", + "urved" + ], + [ + "Ġcur", + "ved" + ], + [ + "Ġcurve", + "d" + ], + [ + "Ġcurv", + "ed" + ], + [ + "Ġ", + "Related" + ], + [ + "ĠRe", + "lated" + ], + [ + "ĠRel", + "ated" + ], + [ + "ĠPal", + "estinian" + ], + [ + "ĠPalest", + "inian" + ], + [ + "G", + "s" + ], + [ + "Ġland", + "mark" + ], + [ + "Ġadv", + "ancing" + ], + [ + "Ġp", + "ept" + ], + [ + "Ġpe", + "pt" + ], + [ + "Ġconnect", + "ivity" + ], + [ + "o", + "sexual" + ], + [ + "ose", + "xual" + ], + [ + "Ġc", + "oli" + ], + [ + "Ġcol", + "i" + ], + [ + "Ġco", + "li" + ], + [ + "eg", + "rad" + ], + [ + "Ġresp", + "onds" + ], + [ + "Ġrespond", + "s" + ], + [ + "Ġjewel", + "ry" + ], + [ + "c", + "ience" + ], + [ + "ci", + "ence" + ], + [ + "cie", + "nce" + ], + [ + "Ġ", + "mph" + ], + [ + "Ġm", + "ph" + ], + [ + "Ġmp", + "h" + ], + [ + "ill", + "ary" + ], + [ + "illa", + "ry" + ], + [ + "Ġref", + "lective" + ], + [ + "Ġreflect", + "ive" + ], + [ + "Ġ", + "Ath" + ], + [ + "ĠA", + "th" + ], + [ + "ĠAt", + "h" + ], + [ + "Ġwhere", + "by" + ], + [ + "Ġw", + "inner" + ], + [ + "Ġwin", + "ner" + ], + [ + "ansk", + "rit" + ], + [ + "p", + "in" + ], + [ + "pi", + "n" + ], + [ + "Ġse", + "rum" + ], + [ + "Ġser", + "um" + ], + [ + "Ġdel", + "ays" + ], + [ + "Ġdelay", + "s" + ], + [ + "Ġtooth", + "p" + ], + [ + "Ġ", + "Senior" + ], + [ + "ĠSen", + "ior" + ], + [ + "Ġdep", + "osited" + ], + [ + "Ġdepos", + "ited" + ], + [ + "Ġdeposit", + "ed" + ], + [ + "-", + "val" + ], + [ + "-v", + "al" + ], + [ + "a", + "rin" + ], + [ + "ar", + "in" + ], + [ + "ari", + "n" + ], + [ + "ol", + "ics" + ], + [ + "olic", + "s" + ], + [ + "oli", + "cs" + ], + [ + "Ġpop", + "ul" + ], + [ + "Ġim", + "proper" + ], + [ + "Ġimpro", + "per" + ], + [ + "Ġmon", + "itors" + ], + [ + "Ġmonit", + "ors" + ], + [ + "Ġmonitor", + "s" + ], + [ + "ĠB", + "uff" + ], + [ + "ĠBu", + "ff" + ], + [ + "ĠIn", + "j" + ], + [ + "Ġ", + "Lev" + ], + [ + "ĠL", + "ev" + ], + [ + "ĠLe", + "v" + ], + [ + "Ġb", + "rack" + ], + [ + "Ġbr", + "ack" + ], + [ + "Ġbra", + "ck" + ], + [ + "Ġj", + "umping" + ], + [ + "Ġjump", + "ing" + ], + [ + "ĠOtt", + "oman" + ], + [ + "ĠOtto", + "man" + ], + [ + "N", + "ever" + ], + [ + "Ne", + "ver" + ], + [ + "Ġ", + "adrenal" + ], + [ + "Ġad", + "renal" + ], + [ + "Ġadren", + "al" + ], + [ + "Ġjud", + "icial" + ], + [ + "Ġover", + "lap" + ], + [ + "Ġoverl", + "ap" + ], + [ + "Ġcater", + "pill" + ], + [ + "M", + "O" + ], + [ + "Ġ", + "EL" + ], + [ + "ĠE", + "L" + ], + [ + "ĠT", + "hom" + ], + [ + "ĠTh", + "om" + ], + [ + "Ġ", + "Production" + ], + [ + "ĠP", + "roduction" + ], + [ + "ĠPro", + "duction" + ], + [ + "ĠProduct", + "ion" + ], + [ + "ĠProdu", + "ction" + ], + [ + "Ġex", + "hibited" + ], + [ + "Ġexhib", + "ited" + ], + [ + "Ġexhibit", + "ed" + ], + [ + "Ġ", + "Accessed" + ], + [ + "ĠAcc", + "essed" + ], + [ + "ĠAccess", + "ed" + ], + [ + "ĠVien", + "na" + ], + [ + "ĠVi", + "enna" + ], + [ + "i", + "nos" + ], + [ + "in", + "os" + ], + [ + "ino", + "s" + ], + [ + "a", + "bel" + ], + [ + "ab", + "el" + ], + [ + "abe", + "l" + ], + [ + "Ġarm", + "ies" + ], + [ + "Ġpurs", + "uing" + ], + [ + "Ġ", + "Task" + ], + [ + "ĠT", + "ask" + ], + [ + "ĠTa", + "sk" + ], + [ + "ĠTas", + "k" + ], + [ + "d", + "up" + ], + [ + "du", + "p" + ], + [ + "out", + "heastern" + ], + [ + "outheast", + "ern" + ], + [ + "Ġmain", + "land" + ], + [ + "ĠBab", + "ylon" + ], + [ + "ĠBaby", + "lon" + ], + [ + "ĠBabyl", + "on" + ], + [ + "ff", + "ects" + ], + [ + "ffect", + "s" + ], + [ + "Ġcoc", + "onut" + ], + [ + "Ġtsun", + "ami" + ], + [ + "Ġd", + "ur" + ], + [ + "Ġdu", + "r" + ], + [ + "Ġtra", + "ject" + ], + [ + "Cons", + "ider" + ], + [ + "Ġcl", + "ubs" + ], + [ + "Ġclub", + "s" + ], + [ + "m", + "el" + ], + [ + "me", + "l" + ], + [ + "Ġb", + "ubble" + ], + [ + "Ġbub", + "ble" + ], + [ + "le", + "ading" + ], + [ + "lead", + "ing" + ], + [ + "Ġ", + "archives" + ], + [ + "Ġarch", + "ives" + ], + [ + "Ġarchive", + "s" + ], + [ + "Ġcon", + "sequently" + ], + [ + "Ġconsequ", + "ently" + ], + [ + "Ġconsequent", + "ly" + ], + [ + "Ad", + "ditionally" + ], + [ + "Additional", + "ly" + ], + [ + "Ġband", + "width" + ], + [ + "Or", + "gan" + ], + [ + "Org", + "an" + ], + [ + "Ġunc", + "overed" + ], + [ + "Ġuncover", + "ed" + ], + [ + "Ġunco", + "vered" + ], + [ + "Ġacceler", + "ated" + ], + [ + "Ġaccelerate", + "d" + ], + [ + "Ġ", + "hed" + ], + [ + "Ġh", + "ed" + ], + [ + "Ġhe", + "d" + ], + [ + ".", + "F" + ], + [ + "g", + "age" + ], + [ + "ga", + "ge" + ], + [ + "ro", + "pract" + ], + [ + "rop", + "ract" + ], + [ + "Ġdr", + "astically" + ], + [ + "Ġdrastic", + "ally" + ], + [ + "Ġ", + "Truth" + ], + [ + "ĠT", + "ruth" + ], + [ + "ĠTr", + "uth" + ], + [ + "ĠTru", + "th" + ], + [ + "ð", + "Ł" + ], + [ + "Ġ", + "Pun" + ], + [ + "ĠP", + "un" + ], + [ + "ĠPu", + "n" + ], + [ + "Ġs", + "cler" + ], + [ + "Ġsc", + "ler" + ], + [ + "Ġh", + "elic" + ], + [ + "Ġhe", + "lic" + ], + [ + "Ġhel", + "ic" + ], + [ + "Ġheli", + "c" + ], + [ + "Ġhar", + "assment" + ], + [ + "Ġharass", + "ment" + ], + [ + "Ġm", + "arsh" + ], + [ + "Ġmar", + "sh" + ], + [ + "Ġmars", + "h" + ], + [ + "er", + "get" + ], + [ + "erg", + "et" + ], + [ + "ĠB", + "rig" + ], + [ + "ĠBr", + "ig" + ], + [ + "ĠBri", + "g" + ], + [ + "Ġ", + "Document" + ], + [ + "ĠD", + "ocument" + ], + [ + "ĠDoc", + "ument" + ], + [ + "p", + "hy" + ], + [ + "ph", + "y" + ], + [ + "b", + "rush" + ], + [ + "br", + "ush" + ], + [ + "Ġsun", + "screen" + ], + [ + "Ġsuns", + "creen" + ], + [ + "d", + "oi" + ], + [ + "do", + "i" + ], + [ + "Ġveter", + "inary" + ], + [ + "Ġveterin", + "ary" + ], + [ + "Ġ", + "Innovation" + ], + [ + "ĠInnov", + "ation" + ], + [ + "ra", + "its" + ], + [ + "rait", + "s" + ], + [ + "rai", + "ts" + ], + [ + "Ġ", + "Gab" + ], + [ + "ĠG", + "ab" + ], + [ + "ĠGa", + "b" + ], + [ + "Ġgall", + "ery" + ], + [ + "Ġgal", + "lery" + ], + [ + "Ġgalle", + "ry" + ], + [ + "b", + "iqu" + ], + [ + "bi", + "qu" + ], + [ + "Ġ", + "tin" + ], + [ + "Ġt", + "in" + ], + [ + "Ġti", + "n" + ], + [ + "Ġ", + "anth" + ], + [ + "Ġan", + "th" + ], + [ + "Ġant", + "h" + ], + [ + "i", + "per" + ], + [ + "ip", + "er" + ], + [ + "ipe", + "r" + ], + [ + "it", + "ations" + ], + [ + "itation", + "s" + ], + [ + "ro", + "ads" + ], + [ + "road", + "s" + ], + [ + "roa", + "ds" + ], + [ + "Ġ", + "Pel" + ], + [ + "ĠP", + "el" + ], + [ + "ĠPe", + "l" + ], + [ + "Ġaud", + "itory" + ], + [ + "Ġaudit", + "ory" + ], + [ + "Ġauditor", + "y" + ], + [ + "Ġ", + "Autism" + ], + [ + "ĠAut", + "ism" + ], + [ + "oph", + "yll" + ], + [ + "ophy", + "ll" + ], + [ + "Ġpi", + "gment" + ], + [ + "Ġpig", + "ment" + ], + [ + "urric", + "anes" + ], + [ + "urricane", + "s" + ], + [ + "Ġy", + "esterday" + ], + [ + "Ġ", + "SARS" + ], + [ + "ĠS", + "ARS" + ], + [ + "ĠSA", + "RS" + ], + [ + "ĠSAR", + "S" + ], + [ + "Ġsecret", + "ary" + ], + [ + "Ġic", + "onic" + ], + [ + "Ġicon", + "ic" + ], + [ + "Ġ", + "cone" + ], + [ + "Ġc", + "one" + ], + [ + "Ġcon", + "e" + ], + [ + "Ġco", + "ne" + ], + [ + "Ġ", + "blast" + ], + [ + "Ġb", + "last" + ], + [ + "Ġbl", + "ast" + ], + [ + "Ġmal", + "icious" + ], + [ + "Ġpan", + "creat" + ], + [ + "Ġpanc", + "reat" + ], + [ + "ĠTok", + "yo" + ], + [ + "a", + "dies" + ], + [ + "ad", + "ies" + ], + [ + "adi", + "es" + ], + [ + "-", + "ins" + ], + [ + "-in", + "s" + ], + [ + "-i", + "ns" + ], + [ + "r", + "ipp" + ], + [ + "ri", + "pp" + ], + [ + "rip", + "p" + ], + [ + "n", + "ex" + ], + [ + "ne", + "x" + ], + [ + "U", + "C" + ], + [ + "Ġ", + "Bull" + ], + [ + "ĠB", + "ull" + ], + [ + "ĠBul", + "l" + ], + [ + "ĠBu", + "ll" + ], + [ + "Ġ", + "rif" + ], + [ + "Ġr", + "if" + ], + [ + "ĠAust", + "in" + ], + [ + "ĠAus", + "tin" + ], + [ + "Ġ", + "Desert" + ], + [ + "ĠDes", + "ert" + ], + [ + "et", + "ter" + ], + [ + "ette", + "r" + ], + [ + "ett", + "er" + ], + [ + "Ġ", + "MO" + ], + [ + "ĠM", + "O" + ], + [ + "Ġ", + "Money" + ], + [ + "ĠM", + "oney" + ], + [ + "ĠMon", + "ey" + ], + [ + "ĠMo", + "ney" + ], + [ + "ĠH", + "ubble" + ], + [ + "ĠHub", + "ble" + ], + [ + "Ġprop", + "ortions" + ], + [ + "Ġproport", + "ions" + ], + [ + "Ġproportion", + "s" + ], + [ + ".", + "pdf" + ], + [ + ".p", + "df" + ], + [ + "Ġul", + "cers" + ], + [ + "Ġulcer", + "s" + ], + [ + "Ġfr", + "ogs" + ], + [ + "Ġfro", + "gs" + ], + [ + "Ġfrog", + "s" + ], + [ + "|", + "L" + ], + [ + "Ġc", + "ivic" + ], + [ + "Ġciv", + "ic" + ], + [ + "Ġ", + "Egg" + ], + [ + "ĠE", + "gg" + ], + [ + "ĠEg", + "g" + ], + [ + "Ġg", + "uilt" + ], + [ + "Ġgu", + "ilt" + ], + [ + "Ġre", + "cycle" + ], + [ + "Ġr", + "ecycle" + ], + [ + "Ġrec", + "ycle" + ], + [ + "Ġrecy", + "cle" + ], + [ + "Ġrecycl", + "e" + ], + [ + "Ġcham", + "bers" + ], + [ + "Ġchamber", + "s" + ], + [ + "Ġcatast", + "rophic" + ], + [ + "Ġrebell", + "ion" + ], + [ + "Ġrebel", + "lion" + ], + [ + "v", + "oc" + ], + [ + "vo", + "c" + ], + [ + "or", + "esc" + ], + [ + "ore", + "sc" + ], + [ + "ores", + "c" + ], + [ + "Ġgovern", + "ed" + ], + [ + "Ġgover", + "ned" + ], + [ + "P", + "rot" + ], + [ + "Pro", + "t" + ], + [ + "Pr", + "ot" + ], + [ + "ĠT", + "un" + ], + [ + "ĠTu", + "n" + ], + [ + "Ġ", + "Measure" + ], + [ + "ĠMe", + "asure" + ], + [ + "S", + "L" + ], + [ + "Ġ", + "ell" + ], + [ + "Ġe", + "ll" + ], + [ + "Ġel", + "l" + ], + [ + "Ġs", + "uck" + ], + [ + "Ġsu", + "ck" + ], + [ + "Ġsuc", + "k" + ], + [ + "Ġ", + "Ever" + ], + [ + "ĠE", + "ver" + ], + [ + "ĠEv", + "er" + ], + [ + "ĠEve", + "r" + ], + [ + "r", + "iors" + ], + [ + "ri", + "ors" + ], + [ + "rior", + "s" + ], + [ + "rio", + "rs" + ], + [ + "viron", + "mental" + ], + [ + "vironment", + "al" + ], + [ + "Ġt", + "rium" + ], + [ + "Ġtr", + "ium" + ], + [ + "Ġtri", + "um" + ], + [ + "in", + "se" + ], + [ + "ins", + "e" + ], + [ + "Ġ", + "Acts" + ], + [ + "ĠAct", + "s" + ], + [ + "ĠAc", + "ts" + ], + [ + "Ġ", + "hopefully" + ], + [ + "Ġhope", + "fully" + ], + [ + "Ġhopeful", + "ly" + ], + [ + "Ġs", + "iblings" + ], + [ + "Ġsib", + "lings" + ], + [ + "Ġsibling", + "s" + ], + [ + "Ġw", + "rap" + ], + [ + "Ġwr", + "ap" + ], + [ + "Ġwra", + "p" + ], + [ + "Ġ", + "matched" + ], + [ + "Ġm", + "atched" + ], + [ + "Ġmat", + "ched" + ], + [ + "Ġmatch", + "ed" + ], + [ + "Ġopp", + "ression" + ], + [ + "Ġoppress", + "ion" + ], + [ + "Ġ", + "Increased" + ], + [ + "ĠInc", + "reased" + ], + [ + "ĠIncre", + "ased" + ], + [ + "ĠIncrease", + "d" + ], + [ + "Ġconf", + "idential" + ], + [ + "Ġconfident", + "ial" + ], + [ + "Ġass", + "isted" + ], + [ + "Ġassist", + "ed" + ], + [ + "ĠQue", + "bec" + ], + [ + "Ġneuro", + "transmit" + ], + [ + "T", + "ry" + ], + [ + "Tr", + "y" + ], + [ + "ur", + "ved" + ], + [ + "Ġbel", + "oved" + ], + [ + "Ġconv", + "ince" + ], + [ + "Ġconvinc", + "e" + ], + [ + "S", + "et" + ], + [ + "Se", + "t" + ], + [ + "Ġ", + "IR" + ], + [ + "ĠI", + "R" + ], + [ + "Ġ", + "Hyp" + ], + [ + "ĠH", + "yp" + ], + [ + "ĠHy", + "p" + ], + [ + "ĠAd", + "vent" + ], + [ + "ĠAdv", + "ent" + ], + [ + "Ġ", + "Tel" + ], + [ + "ĠT", + "el" + ], + [ + "ĠTe", + "l" + ], + [ + "roduct", + "s" + ], + [ + "Ġ", + "Products" + ], + [ + "ĠP", + "roducts" + ], + [ + "ĠProduct", + "s" + ], + [ + "c", + "omm" + ], + [ + "com", + "m" + ], + [ + "co", + "mm" + ], + [ + "Ġ", + "Side" + ], + [ + "ĠS", + "ide" + ], + [ + "ĠSi", + "de" + ], + [ + "ĠSid", + "e" + ], + [ + "Ġcl", + "ause" + ], + [ + "c", + "ler" + ], + [ + "cl", + "er" + ], + [ + "cle", + "r" + ], + [ + "Ġ", + "archive" + ], + [ + "Ġarch", + "ive" + ], + [ + "Ġcere", + "bral" + ], + [ + "Ġpun", + "ish" + ], + [ + "Ġpu", + "nish" + ], + [ + "is", + "ive" + ], + [ + "isi", + "ve" + ], + [ + "Ġex", + "agger" + ], + [ + "Ġbr", + "ave" + ], + [ + "Ġbra", + "ve" + ], + [ + "ĠRober", + "ts" + ], + [ + "ĠRobert", + "s" + ], + [ + "ĠRob", + "erts" + ], + [ + "Ġres", + "onance" + ], + [ + "Ġreson", + "ance" + ], + [ + "Ġland", + "fill" + ], + [ + "Ġlandf", + "ill" + ], + [ + "Ġ", + "?Ċ" + ], + [ + "Ġ?", + "Ċ" + ], + [ + "z", + "i" + ], + [ + "Ġ", + "Parent" + ], + [ + "ĠP", + "arent" + ], + [ + "ĠPar", + "ent" + ], + [ + "ĠPa", + "rent" + ], + [ + "ĠPare", + "nt" + ], + [ + "ĠParen", + "t" + ], + [ + "Ġ", + "dropping" + ], + [ + "Ġd", + "ropping" + ], + [ + "Ġdr", + "opping" + ], + [ + "Ġdrop", + "ping" + ], + [ + "Ġdro", + "pping" + ], + [ + "ute", + "nant" + ], + [ + "uten", + "ant" + ], + [ + "ĠNor", + "wegian" + ], + [ + "ĠNorwe", + "gian" + ], + [ + "Ġg", + "host" + ], + [ + "Ġgh", + "ost" + ], + [ + "Ġ", + "Changes" + ], + [ + "ĠCh", + "anges" + ], + [ + "ĠChange", + "s" + ], + [ + "ĠChan", + "ges" + ], + [ + "ĠChang", + "es" + ], + [ + "s", + "ystem" + ], + [ + "sy", + "stem" + ], + [ + "Ġdef", + "inite" + ], + [ + "Ġdefin", + "ite" + ], + [ + "Ġc", + "itations" + ], + [ + "Ġcit", + "ations" + ], + [ + "Ġcitation", + "s" + ], + [ + "Ġcorresp", + "onds" + ], + [ + "Ġcorrespond", + "s" + ], + [ + ".", + "j" + ], + [ + "Ġun", + "cont" + ], + [ + "Ġunc", + "ont" + ], + [ + "Ġuncon", + "t" + ], + [ + "Ġunco", + "nt" + ], + [ + "Ġ", + "Simply" + ], + [ + "ĠSim", + "ply" + ], + [ + "ĠSimpl", + "y" + ], + [ + "Ġcommod", + "ity" + ], + [ + "Ġvis", + "itor" + ], + [ + "Ġvisit", + "or" + ], + [ + "Ġem", + "ails" + ], + [ + "Ġemail", + "s" + ], + [ + "Ġr", + "endered" + ], + [ + "Ġrender", + "ed" + ], + [ + "Ġrend", + "ered" + ], + [ + "Ġren", + "dered" + ], + [ + "Ġf", + "og" + ], + [ + "Ġfo", + "g" + ], + [ + "Ġ", + "Stop" + ], + [ + "ĠS", + "top" + ], + [ + "ĠSt", + "op" + ], + [ + "ĠSto", + "p" + ], + [ + "ĠSt", + "rategy" + ], + [ + "ĠStr", + "ategy" + ], + [ + "ĠStrateg", + "y" + ], + [ + "Ġ", + "Soon" + ], + [ + "ĠS", + "oon" + ], + [ + "ĠSo", + "on" + ], + [ + "ĠAfric", + "ans" + ], + [ + "ĠAfrica", + "ns" + ], + [ + "ĠAfrican", + "s" + ], + [ + "o", + "meters" + ], + [ + "om", + "eters" + ], + [ + "ome", + "ters" + ], + [ + "omet", + "ers" + ], + [ + "ometer", + "s" + ], + [ + "utri", + "ents" + ], + [ + "utrient", + "s" + ], + [ + "M", + "c" + ], + [ + "Ġu", + "pl" + ], + [ + "Ġup", + "l" + ], + [ + "Ġ", + "Pale" + ], + [ + "ĠP", + "ale" + ], + [ + "ĠPal", + "e" + ], + [ + "ĠPa", + "le" + ], + [ + "Ġ", + "plains" + ], + [ + "Ġpl", + "ains" + ], + [ + "Ġpla", + "ins" + ], + [ + "Ġplain", + "s" + ], + [ + "Ġe", + "arning" + ], + [ + "Ġear", + "ning" + ], + [ + "Ġearn", + "ing" + ], + [ + "c", + "hell" + ], + [ + "ch", + "ell" + ], + [ + "che", + "ll" + ], + [ + "chel", + "l" + ], + [ + "-", + "speed" + ], + [ + "-sp", + "eed" + ], + [ + "Ġdis", + "con" + ], + [ + "Ġdisc", + "on" + ], + [ + "Ġcapital", + "ism" + ], + [ + "Ġcapit", + "alism" + ], + [ + "b", + "ian" + ], + [ + "bi", + "an" + ], + [ + "bia", + "n" + ], + [ + "Ġh", + "atch" + ], + [ + "Ġhat", + "ch" + ], + [ + "Ġg", + "amb" + ], + [ + "Ġgam", + "b" + ], + [ + "Ġga", + "mb" + ], + [ + "et", + "ric" + ], + [ + "Ġ", + "CM" + ], + [ + "ĠC", + "M" + ], + [ + "Ġce", + "real" + ], + [ + "Ġcere", + "al" + ], + [ + "Ġcer", + "eal" + ], + [ + "Ġex", + "empl" + ], + [ + "Ġexem", + "pl" + ], + [ + "ĠC", + "ovid" + ], + [ + "ĠCov", + "id" + ], + [ + "Ġcl", + "eared" + ], + [ + "Ġcle", + "ared" + ], + [ + "Ġclear", + "ed" + ], + [ + "ĠPh", + "oen" + ], + [ + "Ġ", + "Minor" + ], + [ + "ĠMin", + "or" + ], + [ + "ĠMi", + "nor" + ], + [ + "ĠMino", + "r" + ], + [ + "Ġcelebr", + "ating" + ], + [ + "Ġceleb", + "rating" + ], + [ + "Ġaccum", + "ulated" + ], + [ + "Ġaccumulate", + "d" + ], + [ + "Ġsw", + "itches" + ], + [ + "Ġswitch", + "es" + ], + [ + "Ġswit", + "ches" + ], + [ + "m", + "ination" + ], + [ + "min", + "ation" + ], + [ + "mi", + "nation" + ], + [ + "Ġ", + "ech" + ], + [ + "Ġe", + "ch" + ], + [ + "Ġec", + "h" + ], + [ + "Ġgener", + "ators" + ], + [ + "Ġgene", + "rators" + ], + [ + "Ġgenerator", + "s" + ], + [ + "Ġnever", + "theless" + ], + [ + "Ġvibr", + "ant" + ], + [ + "Ġvib", + "rant" + ], + [ + "ĠMich", + "el" + ], + [ + "ĠMic", + "hel" + ], + [ + "ĠMi", + "chel" + ], + [ + "ĠMiche", + "l" + ], + [ + ".", + "w" + ], + [ + "Ġ", + "Ok" + ], + [ + "ĠO", + "k" + ], + [ + "Ġpe", + "aks" + ], + [ + "Ġpeak", + "s" + ], + [ + "Ġpea", + "ks" + ], + [ + "Ġ", + "handed" + ], + [ + "Ġh", + "anded" + ], + [ + "Ġhand", + "ed" + ], + [ + "Ġhan", + "ded" + ], + [ + "Ġident", + "ities" + ], + [ + "Ġ", + "hammer" + ], + [ + "Ġham", + "mer" + ], + [ + "Ġhamm", + "er" + ], + [ + "Ġtelescope", + "s" + ], + [ + "Ġtelesc", + "opes" + ], + [ + "ĠCan", + "yon" + ], + [ + "ĠCany", + "on" + ], + [ + "Ġmon", + "keys" + ], + [ + "Ġmonkey", + "s" + ], + [ + "Ġbel", + "onged" + ], + [ + "Ġbelong", + "ed" + ], + [ + "Ġrec", + "ipient" + ], + [ + "Ġrecip", + "ient" + ], + [ + "\"", + ";" + ], + [ + "ĠP", + "ent" + ], + [ + "ĠPe", + "nt" + ], + [ + "ĠPen", + "t" + ], + [ + "Ġappe", + "aling" + ], + [ + "Ġappeal", + "ing" + ], + [ + "Ġ", + "dough" + ], + [ + "Ġd", + "ough" + ], + [ + "Ġdo", + "ugh" + ], + [ + "Ġdou", + "gh" + ], + [ + "ge", + "vity" + ], + [ + "gev", + "ity" + ], + [ + "Ġex", + "cerpt" + ], + [ + "e", + "mat" + ], + [ + "em", + "at" + ], + [ + "ema", + "t" + ], + [ + "Ġme", + "asles" + ], + [ + "Ġmeas", + "les" + ], + [ + "Ġcond", + "ens" + ], + [ + "Ġdou", + "bled" + ], + [ + "Ġdoub", + "led" + ], + [ + "Ġdouble", + "d" + ], + [ + "Ġ", + "Principles" + ], + [ + "ĠPrinc", + "iples" + ], + [ + "ĠPrinciple", + "s" + ], + [ + "ĠPrincip", + "les" + ], + [ + "Ġr", + "isen" + ], + [ + "Ġris", + "en" + ], + [ + "Ġrise", + "n" + ], + [ + "St", + "ill" + ], + [ + "e", + "ros" + ], + [ + "er", + "os" + ], + [ + "ero", + "s" + ], + [ + "ĠS", + "ax" + ], + [ + "ĠSa", + "x" + ], + [ + "Ġsal", + "vation" + ], + [ + "Ġsalv", + "ation" + ], + [ + "C", + "limate" + ], + [ + "Cl", + "imate" + ], + [ + "Clim", + "ate" + ], + [ + "m", + "ans" + ], + [ + "man", + "s" + ], + [ + "ma", + "ns" + ], + [ + "op", + "ia" + ], + [ + "Ġright", + "eous" + ], + [ + "Ġkind", + "ness" + ], + [ + "Ġ", + "Value" + ], + [ + "ĠVal", + "ue" + ], + [ + "Ġqual", + "ify" + ], + [ + "p", + "ot" + ], + [ + "po", + "t" + ], + [ + "ĠR", + "ivers" + ], + [ + "ĠRiver", + "s" + ], + [ + "ĠRi", + "vers" + ], + [ + "ĠRiv", + "ers" + ], + [ + "Ġex", + "pon" + ], + [ + "Ġexp", + "on" + ], + [ + "-", + "bit" + ], + [ + "-b", + "it" + ], + [ + "-bi", + "t" + ], + [ + "Ġ", + "escal" + ], + [ + "Ġesc", + "al" + ], + [ + "Ġes", + "cal" + ], + [ + "Ġfol", + "lic" + ], + [ + "Ġ", + "Members" + ], + [ + "ĠMem", + "bers" + ], + [ + "ĠMember", + "s" + ], + [ + "ĠCommon", + "wealth" + ], + [ + "izz", + "iness" + ], + [ + "Ġsea", + "food" + ], + [ + "Ġseaf", + "ood" + ], + [ + "ĠSt", + "ew" + ], + [ + "ĠSte", + "w" + ], + [ + "Ġinvest", + "igators" + ], + [ + "Ġinvestig", + "ators" + ], + [ + "Ġinvestigator", + "s" + ], + [ + "Ġpurch", + "ases" + ], + [ + "Ġpurchase", + "s" + ], + [ + "Ġcoal", + "ition" + ], + [ + "Ġrein", + "for" + ], + [ + "b", + "in" + ], + [ + "bi", + "n" + ], + [ + "Ġ", + "Record" + ], + [ + "ĠRec", + "ord" + ], + [ + "Ġrelax", + "ed" + ], + [ + "Ġen", + "erget" + ], + [ + "Ġenerg", + "et" + ], + [ + "ĠB", + "run" + ], + [ + "ĠBr", + "un" + ], + [ + "ĠBru", + "n" + ], + [ + "M", + "a" + ], + [ + "A", + "tt" + ], + [ + "At", + "t" + ], + [ + "Ġc", + "uc" + ], + [ + "Ġcu", + "c" + ], + [ + "Ġant", + "iqu" + ], + [ + "Ġanti", + "qu" + ], + [ + "add", + "le" + ], + [ + "Ġclar", + "ify" + ], + [ + "ĠS", + "ah" + ], + [ + "ĠSa", + "h" + ], + [ + "o", + "pen" + ], + [ + "op", + "en" + ], + [ + "ope", + "n" + ], + [ + "a", + "ccess" + ], + [ + "ac", + "cess" + ], + [ + "acc", + "ess" + ], + [ + "Ġb", + "lades" + ], + [ + "Ġbl", + "ades" + ], + [ + "Ġblade", + "s" + ], + [ + "abit", + "at" + ], + [ + "ĠCle", + "veland" + ], + [ + "Ġ", + "Panel" + ], + [ + "ĠP", + "anel" + ], + [ + "ĠPan", + "el" + ], + [ + "ĠPa", + "nel" + ], + [ + "Ġ", + "ward" + ], + [ + "Ġw", + "ard" + ], + [ + "Ġwar", + "d" + ], + [ + "Ġwa", + "rd" + ], + [ + "o", + "ria" + ], + [ + "or", + "ia" + ], + [ + "ori", + "a" + ], + [ + "Ġ", + "bent" + ], + [ + "Ġb", + "ent" + ], + [ + "Ġbe", + "nt" + ], + [ + "Ġben", + "t" + ], + [ + "Ġ", + "Dream" + ], + [ + "ĠD", + "ream" + ], + [ + "ĠDre", + "am" + ], + [ + "Ġsc", + "atter" + ], + [ + "Ġa", + "mid" + ], + [ + "Ġam", + "id" + ], + [ + "Ġ", + "assuming" + ], + [ + "Ġass", + "uming" + ], + [ + "Ġassum", + "ing" + ], + [ + "Ġ", + "Individuals" + ], + [ + "ĠIndividual", + "s" + ], + [ + "Ġok", + "ay" + ], + [ + "F", + "F" + ], + [ + "Ġm", + "ould" + ], + [ + "Ġmo", + "uld" + ], + [ + "Ġe", + "rad" + ], + [ + "Ġer", + "ad" + ], + [ + "Ġera", + "d" + ], + [ + "Ġwarm", + "th" + ], + [ + "-", + "date" + ], + [ + "-d", + "ate" + ], + [ + "Ġ", + "Application" + ], + [ + "ĠApp", + "lication" + ], + [ + "ĠAp", + "plication" + ], + [ + "ĠApplic", + "ation" + ], + [ + "ĠAppl", + "ication" + ], + [ + "E", + "st" + ], + [ + "Es", + "t" + ], + [ + "I", + "B" + ], + [ + "b", + "ad" + ], + [ + "ba", + "d" + ], + [ + "Ġ", + "hire" + ], + [ + "Ġh", + "ire" + ], + [ + "Ġhi", + "re" + ], + [ + "Ġan", + "esthesia" + ], + [ + "Ġanesthes", + "ia" + ], + [ + "a", + "zed" + ], + [ + "az", + "ed" + ], + [ + "aze", + "d" + ], + [ + "Ġ", + "ib" + ], + [ + "Ġi", + "b" + ], + [ + "a", + "der" + ], + [ + "ad", + "er" + ], + [ + "ade", + "r" + ], + [ + "Ġ", + "NE" + ], + [ + "ĠN", + "E" + ], + [ + "Ġ", + "Active" + ], + [ + "ĠA", + "ctive" + ], + [ + "ĠAct", + "ive" + ], + [ + "Ġcelebr", + "ations" + ], + [ + "Ġceleb", + "rations" + ], + [ + "Ġcelebration", + "s" + ], + [ + "Ġ", + "Causes" + ], + [ + "ĠC", + "auses" + ], + [ + "ĠCa", + "uses" + ], + [ + "ĠCause", + "s" + ], + [ + "ĠCau", + "ses" + ], + [ + "Ġ", + "Crime" + ], + [ + "ĠCr", + "ime" + ], + [ + "ĠCrim", + "e" + ], + [ + "Ġan", + "not" + ], + [ + "Ġann", + "ot" + ], + [ + "Ġdecl", + "are" + ], + [ + "Ġdeclar", + "e" + ], + [ + "Ġpoison", + "ous" + ], + [ + "In", + "formation" + ], + [ + "Inform", + "ation" + ], + [ + "Ġeduc", + "ator" + ], + [ + "-", + "cost" + ], + [ + "-c", + "ost" + ], + [ + "-co", + "st" + ], + [ + "Ġauthent", + "ication" + ], + [ + "Ġauthentic", + "ation" + ], + [ + "Ġ", + "Abs" + ], + [ + "ĠA", + "bs" + ], + [ + "ĠAb", + "s" + ], + [ + "Ġsl", + "opes" + ], + [ + "Ġslope", + "s" + ], + [ + "Ġc", + "rater" + ], + [ + "Ġcr", + "ater" + ], + [ + "Ġcra", + "ter" + ], + [ + "Ġcrate", + "r" + ], + [ + "ĠTechn", + "ologies" + ], + [ + "F", + "r" + ], + [ + "ect", + "ar" + ], + [ + "ec", + "tar" + ], + [ + "Ġsm", + "okers" + ], + [ + "Ġsmoke", + "rs" + ], + [ + "Ġsmok", + "ers" + ], + [ + "Ġsmo", + "kers" + ], + [ + "Ġsmoker", + "s" + ], + [ + "Ġ", + "SA" + ], + [ + "ĠS", + "A" + ], + [ + "Ġ", + "hered" + ], + [ + "Ġh", + "ered" + ], + [ + "Ġhe", + "red" + ], + [ + "Ġher", + "ed" + ], + [ + "Ġhere", + "d" + ], + [ + "Ġse", + "rial" + ], + [ + "Ġser", + "ial" + ], + [ + "Ġ", + "Published" + ], + [ + "ĠP", + "ublished" + ], + [ + "ĠPub", + "lished" + ], + [ + "ĠPubl", + "ished" + ], + [ + "Ġ", + "Susan" + ], + [ + "ĠS", + "usan" + ], + [ + "ĠSu", + "san" + ], + [ + "ĠSus", + "an" + ], + [ + "ĠL", + "anka" + ], + [ + "ĠLank", + "a" + ], + [ + "ĠLan", + "ka" + ], + [ + "Ġthe", + "ater" + ], + [ + "Ġtheat", + "er" + ], + [ + "Ġ", + "toe" + ], + [ + "Ġt", + "oe" + ], + [ + "Ġto", + "e" + ], + [ + "ew", + "able" + ], + [ + "ewa", + "ble" + ], + [ + "Ġim", + "ports" + ], + [ + "Ġimp", + "orts" + ], + [ + "Ġimport", + "s" + ], + [ + "ĠDel", + "aware" + ], + [ + "Ġt", + "icks" + ], + [ + "Ġtick", + "s" + ], + [ + "Ġti", + "cks" + ], + [ + "Ġtic", + "ks" + ], + [ + "Ġprov", + "incial" + ], + [ + "i", + "xon" + ], + [ + "ix", + "on" + ], + [ + "Ġequ", + "ator" + ], + [ + "Ġ", + "Overall" + ], + [ + "ĠOver", + "all" + ], + [ + "Ġint", + "entions" + ], + [ + "Ġintent", + "ions" + ], + [ + "Ġintention", + "s" + ], + [ + "Ġ", + "Philosophy" + ], + [ + "ĠPhilos", + "ophy" + ], + [ + "-", + "four" + ], + [ + "-f", + "our" + ], + [ + "Ġalkal", + "ine" + ], + [ + "Ġalk", + "aline" + ], + [ + "Ġalkali", + "ne" + ], + [ + "Ġ", + "Mobile" + ], + [ + "ĠM", + "obile" + ], + [ + "ĠMob", + "ile" + ], + [ + "Ġ", + "Waste" + ], + [ + "ĠW", + "aste" + ], + [ + "ĠWas", + "te" + ], + [ + "ĠWa", + "ste" + ], + [ + "Ġpolic", + "ym" + ], + [ + "Ġpolicy", + "m" + ], + [ + "d", + "i" + ], + [ + "Ġre", + "lying" + ], + [ + "Ġrel", + "ying" + ], + [ + "Ġrely", + "ing" + ], + [ + "f", + "orms" + ], + [ + "form", + "s" + ], + [ + "for", + "ms" + ], + [ + "o", + "space" + ], + [ + "os", + "pace" + ], + [ + "osp", + "ace" + ], + [ + "Ġ", + "Upon" + ], + [ + "ĠU", + "pon" + ], + [ + "ĠUp", + "on" + ], + [ + "Ġrefuge", + "e" + ], + [ + "Ġ", + "Collabor" + ], + [ + "ĠCol", + "labor" + ], + [ + "ĠColl", + "abor" + ], + [ + "C", + "ent" + ], + [ + "Ce", + "nt" + ], + [ + "Ġthe", + "atre" + ], + [ + "Ġtheat", + "re" + ], + [ + "ĠN", + "ag" + ], + [ + "ĠNa", + "g" + ], + [ + "Ġsign", + "aling" + ], + [ + "Ġsignal", + "ing" + ], + [ + "Ġ", + "Tu" + ], + [ + "ĠT", + "u" + ], + [ + "r", + "imp" + ], + [ + "ri", + "mp" + ], + [ + "rim", + "p" + ], + [ + "Ġ", + "Engineers" + ], + [ + "ĠEngine", + "ers" + ], + [ + "ĠEngineer", + "s" + ], + [ + "Ġvine", + "gar" + ], + [ + "Ġ", + "Bart" + ], + [ + "ĠB", + "art" + ], + [ + "ĠBar", + "t" + ], + [ + "ĠBa", + "rt" + ], + [ + "ort", + "ium" + ], + [ + "Ġre", + "dd" + ], + [ + "Ġred", + "d" + ], + [ + "Ġm", + "entions" + ], + [ + "Ġmention", + "s" + ], + [ + "Ġment", + "ions" + ], + [ + "Ġrab", + "bits" + ], + [ + "Ġrabbit", + "s" + ], + [ + "Ġrabbi", + "ts" + ], + [ + "Ġn", + "eat" + ], + [ + "Ġne", + "at" + ], + [ + "Ġref", + "eren" + ], + [ + "Ġrefer", + "en" + ], + [ + "Ġrefere", + "n" + ], + [ + "Ex", + "amples" + ], + [ + "Example", + "s" + ], + [ + "Exam", + "ples" + ], + [ + "Ġ", + "Everything" + ], + [ + "ĠEvery", + "thing" + ], + [ + "Ġwavelength", + "s" + ], + [ + "Ġ", + "Crow" + ], + [ + "ĠC", + "row" + ], + [ + "ĠCr", + "ow" + ], + [ + "ĠCro", + "w" + ], + [ + "Ġadd", + "ict" + ], + [ + "Ġc", + "oil" + ], + [ + "Ġco", + "il" + ], + [ + "Ġst", + "retched" + ], + [ + "Ġstr", + "etched" + ], + [ + "Ġstret", + "ched" + ], + [ + "Ġstretch", + "ed" + ], + [ + "Ġneigh", + "bour" + ], + [ + "Ġneighb", + "our" + ], + [ + "P", + "H" + ], + [ + "Ġsem", + "ester" + ], + [ + "Ġrein", + "forced" + ], + [ + "Ġreinforce", + "d" + ], + [ + "Ġreinfor", + "ced" + ], + [ + "Ġ", + "fake" + ], + [ + "Ġf", + "ake" + ], + [ + "Ġfa", + "ke" + ], + [ + "Ġserv", + "ants" + ], + [ + "Ġservant", + "s" + ], + [ + "ĠRail", + "road" + ], + [ + "-", + "ne" + ], + [ + "-n", + "e" + ], + [ + "Ġ", + "Sent" + ], + [ + "ĠS", + "ent" + ], + [ + "ĠSe", + "nt" + ], + [ + "ĠSen", + "t" + ], + [ + "Ġsh", + "rub" + ], + [ + "Ġshr", + "ub" + ], + [ + "Ġ", + "CON" + ], + [ + "ĠC", + "ON" + ], + [ + "ĠCO", + "N" + ], + [ + "Ġ", + "Der" + ], + [ + "ĠD", + "er" + ], + [ + "ĠDe", + "r" + ], + [ + "Ġtim", + "eline" + ], + [ + "Ġtime", + "line" + ], + [ + "Ġsp", + "rink" + ], + [ + "Ġspr", + "ink" + ], + [ + "Ġant", + "enna" + ], + [ + "Ġanten", + "na" + ], + [ + "Ġthreat", + "en" + ], + [ + "Ġfluctu", + "ations" + ], + [ + "Ġfluctuation", + "s" + ], + [ + "Ġ", + "Answer" + ], + [ + "ĠAn", + "swer" + ], + [ + "ĠAns", + "wer" + ], + [ + "Ġfront", + "ier" + ], + [ + "Ġmag", + "azines" + ], + [ + "Ġmagazine", + "s" + ], + [ + "Ġ", + "Transportation" + ], + [ + "ĠTrans", + "portation" + ], + [ + "ĠTransport", + "ation" + ], + [ + "Ġinher", + "itance" + ], + [ + "Ġinherit", + "ance" + ], + [ + "ed", + "ication" + ], + [ + "edi", + "cation" + ], + [ + "edic", + "ation" + ], + [ + "Ġd", + "rones" + ], + [ + "Ġdr", + "ones" + ], + [ + "Ġdro", + "nes" + ], + [ + "Ġdrone", + "s" + ], + [ + "ac", + "re" + ], + [ + "-", + "bre" + ], + [ + "-b", + "re" + ], + [ + "itud", + "inal" + ], + [ + "Ġtest", + "imony" + ], + [ + "Ġtestim", + "ony" + ], + [ + "Ġunder", + "going" + ], + [ + "Ġundergo", + "ing" + ], + [ + "Ġunderg", + "oing" + ], + [ + "Ġorgan", + "ised" + ], + [ + "Ġorganise", + "d" + ], + [ + "ĠCa", + "esar" + ], + [ + "ĠCaes", + "ar" + ], + [ + "Ġ", + "heel" + ], + [ + "Ġhe", + "el" + ], + [ + "Ġre", + "cession" + ], + [ + "Ġrec", + "ession" + ], + [ + "Ġrecess", + "ion" + ], + [ + "coh", + "olic" + ], + [ + "cohol", + "ic" + ], + [ + "Ġhorm", + "onal" + ], + [ + "Ġinh", + "abited" + ], + [ + "Ġinhabit", + "ed" + ], + [ + "Ġinhab", + "ited" + ], + [ + "or", + "thy" + ], + [ + "ort", + "hy" + ], + [ + "orth", + "y" + ], + [ + "Ġge", + "ology" + ], + [ + "Ġut", + "ilization" + ], + [ + "Ġutil", + "ization" + ], + [ + "Ġf", + "lew" + ], + [ + "Ġfl", + "ew" + ], + [ + "Ġfle", + "w" + ], + [ + "Ġwed", + "ding" + ], + [ + "Ġmagn", + "ificent" + ], + [ + "Ġmagnific", + "ent" + ], + [ + "ĠSa", + "udi" + ], + [ + "ĠSaud", + "i" + ], + [ + "ĠSau", + "di" + ], + [ + "n", + "ote" + ], + [ + "not", + "e" + ], + [ + "no", + "te" + ], + [ + "Ġas", + "sim" + ], + [ + "Ġass", + "im" + ], + [ + "Ġacc", + "essing" + ], + [ + "Ġaccess", + "ing" + ], + [ + "Ġl", + "ogs" + ], + [ + "Ġlo", + "gs" + ], + [ + "Ġlog", + "s" + ], + [ + "Ġdisc", + "overing" + ], + [ + "Ġdiscover", + "ing" + ], + [ + "Ġdiscove", + "ring" + ], + [ + "Ġin", + "con" + ], + [ + "Ġinc", + "on" + ], + [ + "Ġinco", + "n" + ], + [ + "Ġpat", + "ience" + ], + [ + "Ġfru", + "stration" + ], + [ + "Ġfrust", + "ration" + ], + [ + "s", + "im" + ], + [ + "si", + "m" + ], + [ + "Ġ", + "bor" + ], + [ + "Ġb", + "or" + ], + [ + "Ġbo", + "r" + ], + [ + "Ġpre", + "disp" + ], + [ + "Ġpred", + "isp" + ], + [ + "ĠHar", + "bor" + ], + [ + "Ġp", + "assionate" + ], + [ + "Ġpassion", + "ate" + ], + [ + "Ġdis", + "placement" + ], + [ + "Ġdisplace", + "ment" + ], + [ + "|", + "D" + ], + [ + "ert", + "ation" + ], + [ + "erta", + "tion" + ], + [ + "Ġact", + "ivate" + ], + [ + "Ġactiv", + "ate" + ], + [ + "Ġair", + "borne" + ], + [ + "Ġsw", + "ollen" + ], + [ + "i", + "racy" + ], + [ + "ir", + "acy" + ], + [ + "ira", + "cy" + ], + [ + "irac", + "y" + ], + [ + "Ġcollabor", + "ate" + ], + [ + "b", + "ot" + ], + [ + "bo", + "t" + ], + [ + "Ġ", + "Ul" + ], + [ + "ĠU", + "l" + ], + [ + "Ġattend", + "ance" + ], + [ + "ograph", + "er" + ], + [ + "ograp", + "her" + ], + [ + "Ġt", + "rop" + ], + [ + "Ġtr", + "op" + ], + [ + "Ġtro", + "p" + ], + [ + "or", + "ting" + ], + [ + "ort", + "ing" + ], + [ + "Ġad", + "ditionally" + ], + [ + "Ġaddition", + "ally" + ], + [ + "Ġadditional", + "ly" + ], + [ + "ĠAt", + "mosp" + ], + [ + "Ġsynt", + "ax" + ], + [ + "Ġsyn", + "tax" + ], + [ + "?", + "\"Ċ" + ], + [ + "?\"", + "Ċ" + ], + [ + "a", + "ire" + ], + [ + "air", + "e" + ], + [ + "ai", + "re" + ], + [ + "Ġ", + "Seven" + ], + [ + "ĠS", + "even" + ], + [ + "ĠSe", + "ven" + ], + [ + "Ġopt", + "imum" + ], + [ + "Ġoptim", + "um" + ], + [ + "Ġ", + "Likewise" + ], + [ + "ĠLike", + "wise" + ], + [ + "ĠL", + "aur" + ], + [ + "ĠLa", + "ur" + ], + [ + "ĠLau", + "r" + ], + [ + "ceed", + "ings" + ], + [ + "ceeding", + "s" + ], + [ + "Ġg", + "rief" + ], + [ + "Ġgr", + "ief" + ], + [ + "Ġgri", + "ef" + ], + [ + "Ġgrie", + "f" + ], + [ + "Ġ", + "Performance" + ], + [ + "ĠPer", + "formance" + ], + [ + "ĠPerform", + "ance" + ], + [ + "Ġnurs", + "ery" + ], + [ + "Ġnurse", + "ry" + ], + [ + "Ġarchae", + "ologists" + ], + [ + "Ġarchaeologist", + "s" + ], + [ + "f", + "old" + ], + [ + "fol", + "d" + ], + [ + "fo", + "ld" + ], + [ + "j", + "u" + ], + [ + "Ġproport", + "ional" + ], + [ + "Ġproportion", + "al" + ], + [ + "Ġs", + "inus" + ], + [ + "Ġsin", + "us" + ], + [ + "Ġsi", + "nus" + ], + [ + "Ġ", + "Issues" + ], + [ + "ĠIss", + "ues" + ], + [ + "ĠIssue", + "s" + ], + [ + "v", + "able" + ], + [ + "va", + "ble" + ], + [ + "Ġ", + "hook" + ], + [ + "Ġh", + "ook" + ], + [ + "Ġho", + "ok" + ], + [ + "Ġ", + "Hurricane" + ], + [ + "ĠH", + "urricane" + ], + [ + "p", + "rot" + ], + [ + "pr", + "ot" + ], + [ + "pro", + "t" + ], + [ + "Ġdet", + "ector" + ], + [ + "Ġdetect", + "or" + ], + [ + "Ġscholar", + "ly" + ], + [ + "Ġcontag", + "ious" + ], + [ + "Ġexp", + "osures" + ], + [ + "Ġexposure", + "s" + ], + [ + "ĠZ", + "ion" + ], + [ + "Ġhyp", + "oth" + ], + [ + "Ġhypot", + "h" + ], + [ + "Ġhypo", + "th" + ], + [ + "it", + "ous" + ], + [ + "ito", + "us" + ], + [ + "Ġ", + "rape" + ], + [ + "Ġr", + "ape" + ], + [ + "Ġra", + "pe" + ], + [ + "Ġrap", + "e" + ], + [ + "Ġ", + "VR" + ], + [ + "ĠV", + "R" + ], + [ + "Ġm", + "iners" + ], + [ + "Ġmin", + "ers" + ], + [ + "Ġmine", + "rs" + ], + [ + "Ġmi", + "ners" + ], + [ + "Ġminer", + "s" + ], + [ + "Ġb", + "uses" + ], + [ + "Ġbu", + "ses" + ], + [ + "Ġbus", + "es" + ], + [ + "Ġ", + "Response" + ], + [ + "ĠResp", + "onse" + ], + [ + "ĠRespons", + "e" + ], + [ + "Intern", + "ational" + ], + [ + "Inter", + "national" + ], + [ + "Ġl", + "ava" + ], + [ + "Ġla", + "va" + ], + [ + "Ġlav", + "a" + ], + [ + "s", + "cient" + ], + [ + "sc", + "ient" + ], + [ + "sci", + "ent" + ], + [ + "Ġsubsid", + "ies" + ], + [ + "e", + "ta" + ], + [ + "et", + "a" + ], + [ + "Ġup", + "right" + ], + [ + "Ġreason", + "ably" + ], + [ + "Ġsh", + "rink" + ], + [ + "Ġshr", + "ink" + ], + [ + "ount", + "ain" + ], + [ + "oun", + "tain" + ], + [ + "ograph", + "ies" + ], + [ + "Ġp", + "ressed" + ], + [ + "Ġpr", + "essed" + ], + [ + "Ġpres", + "sed" + ], + [ + "Ġpress", + "ed" + ], + [ + "Ġmar", + "gins" + ], + [ + "Ġmarg", + "ins" + ], + [ + "Ġmargin", + "s" + ], + [ + "f", + "in" + ], + [ + "fi", + "n" + ], + [ + "Ġethnic", + "ity" + ], + [ + "Ġethn", + "icity" + ], + [ + "C", + "ommun" + ], + [ + "Com", + "mun" + ], + [ + "Comm", + "un" + ], + [ + "N", + "atural" + ], + [ + "Nat", + "ural" + ], + [ + "a", + "cking" + ], + [ + "ac", + "king" + ], + [ + "ack", + "ing" + ], + [ + "Ġide", + "ology" + ], + [ + "Ġund", + "oubtedly" + ], + [ + "Ġ", + "Surgery" + ], + [ + "ĠS", + "urgery" + ], + [ + "ĠSur", + "gery" + ], + [ + "ĠSurg", + "ery" + ], + [ + "Ġcon", + "ceived" + ], + [ + "Ġconce", + "ived" + ], + [ + "Ġconceive", + "d" + ], + [ + "Ġsk", + "etch" + ], + [ + "Ġsket", + "ch" + ], + [ + "ĠR", + "idge" + ], + [ + "ĠRid", + "ge" + ], + [ + "Ġe", + "yel" + ], + [ + "Ġey", + "el" + ], + [ + "Ġeye", + "l" + ], + [ + "Ġcomm", + "anded" + ], + [ + "Ġcommand", + "ed" + ], + [ + "Ġse", + "ismic" + ], + [ + "Ġseism", + "ic" + ], + [ + "p", + "ur" + ], + [ + "pu", + "r" + ], + [ + "Ġb", + "acked" + ], + [ + "Ġback", + "ed" + ], + [ + "Ġba", + "cked" + ], + [ + "Ġbac", + "ked" + ], + [ + "Ġhect", + "ares" + ], + [ + "Ġhectare", + "s" + ], + [ + "i", + "sers" + ], + [ + "is", + "ers" + ], + [ + "ise", + "rs" + ], + [ + "iser", + "s" + ], + [ + "Ġ", + "Phill" + ], + [ + "ĠP", + "hill" + ], + [ + "ĠPh", + "ill" + ], + [ + "ĠPhil", + "l" + ], + [ + "ĠPhi", + "ll" + ], + [ + "Ġdig", + "its" + ], + [ + "Ġdigit", + "s" + ], + [ + "c", + "ellular" + ], + [ + "cell", + "ular" + ], + [ + "Ġst", + "icky" + ], + [ + "Ġstick", + "y" + ], + [ + "Ġdist", + "urbed" + ], + [ + "Ġdistur", + "bed" + ], + [ + "Ġdisturb", + "ed" + ], + [ + "p", + "op" + ], + [ + "po", + "p" + ], + [ + "Ġi", + "odine" + ], + [ + "Ġiod", + "ine" + ], + [ + "Ġ", + "hydroc" + ], + [ + "Ġhyd", + "roc" + ], + [ + "Ġhydro", + "c" + ], + [ + "pat", + "ient" + ], + [ + "à¥", + "į" + ], + [ + "Ġneg", + "lected" + ], + [ + "Ġneglect", + "ed" + ], + [ + "Ġnegl", + "ected" + ], + [ + "Ġl", + "acks" + ], + [ + "Ġla", + "cks" + ], + [ + "Ġlack", + "s" + ], + [ + "Ġlac", + "ks" + ], + [ + "Ġb", + "iologists" + ], + [ + "Ġbi", + "ologists" + ], + [ + "Ġbiologist", + "s" + ], + [ + "Ġpsych", + "ologists" + ], + [ + "Ġpsychologist", + "s" + ], + [ + "ĠColomb", + "ia" + ], + [ + "Ġtrans", + "m" + ], + [ + "Ġtran", + "sm" + ], + [ + "ĠP", + "lat" + ], + [ + "ĠPl", + "at" + ], + [ + "Ġ", + "Blog" + ], + [ + "ĠB", + "log" + ], + [ + "ĠBl", + "og" + ], + [ + "ĠBlo", + "g" + ], + [ + "Ġ", + "Letters" + ], + [ + "ĠLet", + "ters" + ], + [ + "ĠLetter", + "s" + ], + [ + "ĠLett", + "ers" + ], + [ + "Ġ", + "rolled" + ], + [ + "Ġroll", + "ed" + ], + [ + "Ġb", + "amboo" + ], + [ + "p", + "less" + ], + [ + "pl", + "ess" + ], + [ + "ple", + "ss" + ], + [ + "ples", + "s" + ], + [ + "-", + "person" + ], + [ + "-p", + "erson" + ], + [ + "-per", + "son" + ], + [ + "I", + "NE" + ], + [ + "IN", + "E" + ], + [ + "Ġ", + "nar" + ], + [ + "Ġn", + "ar" + ], + [ + "Ġna", + "r" + ], + [ + "Ġwa", + "ist" + ], + [ + "ĠH", + "udson" + ], + [ + "ĠHud", + "son" + ], + [ + "Ġthe", + "ology" + ], + [ + "Ġtheolog", + "y" + ], + [ + "i", + "lm" + ], + [ + "il", + "m" + ], + [ + "Ġdi", + "gging" + ], + [ + "Ġdig", + "ging" + ], + [ + "Ġsal", + "ts" + ], + [ + "Ġsalt", + "s" + ], + [ + "Ġviol", + "ation" + ], + [ + "Ġvi", + "olation" + ], + [ + "Ġautom", + "obile" + ], + [ + "Ġauto", + "mobile" + ], + [ + "abb", + "age" + ], + [ + "Ġexpl", + "oit" + ], + [ + "Ġexplo", + "it" + ], + [ + "ide", + "press" + ], + [ + "Me", + "anwhile" + ], + [ + "Mean", + "while" + ], + [ + "Gl", + "obal" + ], + [ + "Ġ", + "Cas" + ], + [ + "ĠC", + "as" + ], + [ + "ĠCa", + "s" + ], + [ + "Ġin", + "comp" + ], + [ + "Ġinc", + "omp" + ], + [ + "Ġincom", + "p" + ], + [ + "Ġinco", + "mp" + ], + [ + "ie", + "ve" + ], + [ + "iev", + "e" + ], + [ + "Ġcre", + "ator" + ], + [ + "Ġcreat", + "or" + ], + [ + "Ġstret", + "ches" + ], + [ + "Ġstretch", + "es" + ], + [ + "Ġske", + "leton" + ], + [ + "Ġcom", + "plementary" + ], + [ + "Ġcomp", + "lementary" + ], + [ + "Ġcomplement", + "ary" + ], + [ + "ĠNe", + "braska" + ], + [ + "Ġwe", + "aker" + ], + [ + "Ġweak", + "er" + ], + [ + "Ġannounce", + "ment" + ], + [ + "Ġl", + "ions" + ], + [ + "Ġlion", + "s" + ], + [ + "Ġli", + "ons" + ], + [ + "Ġp", + "ays" + ], + [ + "Ġpay", + "s" + ], + [ + "Ġpa", + "ys" + ], + [ + "Ġ", + "Speech" + ], + [ + "ĠSp", + "eech" + ], + [ + "ĠSpe", + "ech" + ], + [ + "Ġh", + "emorrh" + ], + [ + "Ġhem", + "orrh" + ], + [ + "Ġ", + "Ecology" + ], + [ + "ĠE", + "cology" + ], + [ + "ĠEc", + "ology" + ], + [ + "ount", + "ry" + ], + [ + "oun", + "try" + ], + [ + "Ġinterpret", + "ations" + ], + [ + "Ġinterpretation", + "s" + ], + [ + "Ġunp", + "redict" + ], + [ + "ĠNaz", + "is" + ], + [ + "ĠNazi", + "s" + ], + [ + "t", + "ees" + ], + [ + "te", + "es" + ], + [ + "tee", + "s" + ], + [ + "Ġtrans", + "lates" + ], + [ + "Ġtransl", + "ates" + ], + [ + "Ġtranslate", + "s" + ], + [ + "Ġ", + "Norman" + ], + [ + "ĠN", + "orman" + ], + [ + "ĠNor", + "man" + ], + [ + "ĠNorm", + "an" + ], + [ + "in", + "gle" + ], + [ + "ing", + "le" + ], + [ + "Ġbel", + "ieving" + ], + [ + "Ġbelie", + "ving" + ], + [ + "er", + "ald" + ], + [ + "eral", + "d" + ], + [ + "era", + "ld" + ], + [ + "a", + "si" + ], + [ + "as", + "i" + ], + [ + "Ġ", + "HD" + ], + [ + "ĠH", + "D" + ], + [ + "ri", + "bing" + ], + [ + "rib", + "ing" + ], + [ + "Ġtr", + "icky" + ], + [ + "Ġtrick", + "y" + ], + [ + "Ġtric", + "ky" + ], + [ + "L", + "ook" + ], + [ + "Lo", + "ok" + ], + [ + "Ġ", + "mills" + ], + [ + "Ġm", + "ills" + ], + [ + "Ġmil", + "ls" + ], + [ + "Ġmill", + "s" + ], + [ + "Ġ", + "Pages" + ], + [ + "ĠP", + "ages" + ], + [ + "ĠPage", + "s" + ], + [ + "ĠPa", + "ges" + ], + [ + "ĠPag", + "es" + ], + [ + "Ġre", + "fine" + ], + [ + "Ġref", + "ine" + ], + [ + "Ġrefin", + "e" + ], + [ + "Ġfaith", + "ful" + ], + [ + "Ġ", + "Save" + ], + [ + "ĠS", + "ave" + ], + [ + "ĠSav", + "e" + ], + [ + "ĠSa", + "ve" + ], + [ + "Ġ", + "Row" + ], + [ + "ĠR", + "ow" + ], + [ + "ĠRo", + "w" + ], + [ + "Ġam", + "endment" + ], + [ + "Ġamend", + "ment" + ], + [ + "of", + "ten" + ], + [ + "oft", + "en" + ], + [ + "Ġfire", + "f" + ], + [ + "Ġfir", + "ef" + ], + [ + "Ġfi", + "ref" + ], + [ + "Ġnews", + "letter" + ], + [ + "Ġobs", + "erver" + ], + [ + "Ġobserv", + "er" + ], + [ + "Ġobserve", + "r" + ], + [ + "Ġobser", + "ver" + ], + [ + "as", + "ury" + ], + [ + "asu", + "ry" + ], + [ + "asur", + "y" + ], + [ + "o", + "ba" + ], + [ + "ob", + "a" + ], + [ + "Ġinteg", + "rating" + ], + [ + "Ġintegr", + "ating" + ], + [ + "Ġ", + "Glass" + ], + [ + "ĠG", + "lass" + ], + [ + "ĠGl", + "ass" + ], + [ + "ĠGlas", + "s" + ], + [ + "Ġh", + "ackers" + ], + [ + "Ġha", + "ckers" + ], + [ + "Ġhack", + "ers" + ], + [ + "Ġhacker", + "s" + ], + [ + "ĠH", + "ills" + ], + [ + "ĠHill", + "s" + ], + [ + "ĠHil", + "ls" + ], + [ + "Ġn", + "ationally" + ], + [ + "Ġnational", + "ly" + ], + [ + "Ġnation", + "ally" + ], + [ + "Ġdi", + "alog" + ], + [ + "Ġdial", + "og" + ], + [ + "Ġdia", + "log" + ], + [ + "Ġtra", + "dem" + ], + [ + "Ġtr", + "adem" + ], + [ + "Ġtrade", + "m" + ], + [ + "Ġtrad", + "em" + ], + [ + "D", + "NA" + ], + [ + "DN", + "A" + ], + [ + "l", + "aw" + ], + [ + "la", + "w" + ], + [ + "Ġp", + "ork" + ], + [ + "Ġpor", + "k" + ], + [ + "Ġdown", + "stream" + ], + [ + "Ġ", + "Orange" + ], + [ + "ĠO", + "range" + ], + [ + "ĠOr", + "ange" + ], + [ + "ĠOrang", + "e" + ], + [ + "Ġth", + "irst" + ], + [ + "Ġthir", + "st" + ], + [ + "Ġ", + "Sky" + ], + [ + "ĠS", + "ky" + ], + [ + "ĠSk", + "y" + ], + [ + "Ġgen", + "ius" + ], + [ + "Ġd", + "onation" + ], + [ + "Ġdo", + "nation" + ], + [ + "Ġdon", + "ation" + ], + [ + "Ġharm", + "less" + ], + [ + "Ġs", + "ized" + ], + [ + "Ġsize", + "d" + ], + [ + "Ġsi", + "zed" + ], + [ + "Ġw", + "astes" + ], + [ + "Ġwas", + "tes" + ], + [ + "Ġwaste", + "s" + ], + [ + "Ġwast", + "es" + ], + [ + "Ġ", + "NAT" + ], + [ + "ĠN", + "AT" + ], + [ + "ĠNA", + "T" + ], + [ + "ĠNich", + "olas" + ], + [ + "a", + "dos" + ], + [ + "ad", + "os" + ], + [ + "ado", + "s" + ], + [ + "Ġ", + "Geography" + ], + [ + "ĠGe", + "ography" + ], + [ + "Ġhost", + "ile" + ], + [ + "Ġbath", + "room" + ], + [ + "Ġenthus", + "iasm" + ], + [ + "Ġenthusi", + "asm" + ], + [ + "ĠFest", + "ival" + ], + [ + "enez", + "uel" + ], + [ + "o", + "wers" + ], + [ + "ow", + "ers" + ], + [ + "ower", + "s" + ], + [ + "owe", + "rs" + ], + [ + "Ġ", + "Cel" + ], + [ + "ĠC", + "el" + ], + [ + "ĠCe", + "l" + ], + [ + "Ġbar", + "rel" + ], + [ + "W", + "ithin" + ], + [ + "With", + "in" + ], + [ + "Wi", + "thin" + ], + [ + "Ġeduc", + "ating" + ], + [ + "p", + "rints" + ], + [ + "pr", + "ints" + ], + [ + "print", + "s" + ], + [ + "Ġ", + "Definition" + ], + [ + "ĠD", + "efinition" + ], + [ + "ĠDefin", + "ition" + ], + [ + "Ġport", + "folio" + ], + [ + "Ġportfol", + "io" + ], + [ + "H", + "R" + ], + [ + "i", + "ti" + ], + [ + "it", + "i" + ], + [ + "ĠK", + "ash" + ], + [ + "ĠKa", + "sh" + ], + [ + "ĠKas", + "h" + ], + [ + "yroid", + "ism" + ], + [ + "b", + "en" + ], + [ + "be", + "n" + ], + [ + "Ġ", + "starch" + ], + [ + "Ġst", + "arch" + ], + [ + "Ġstar", + "ch" + ], + [ + "Ġ", + "ER" + ], + [ + "ĠE", + "R" + ], + [ + "le", + "xia" + ], + [ + "lex", + "ia" + ], + [ + ">", + "Ċ" + ], + [ + "Ġ", + "Pick" + ], + [ + "ĠP", + "ick" + ], + [ + "ĠPi", + "ck" + ], + [ + "ĠPic", + "k" + ], + [ + "Ġ", + "boot" + ], + [ + "Ġb", + "oot" + ], + [ + "Ġbo", + "ot" + ], + [ + "Ġboo", + "t" + ], + [ + "Ġcl", + "ever" + ], + [ + "Ġcle", + "ver" + ], + [ + "Ġth", + "reads" + ], + [ + "Ġthr", + "eads" + ], + [ + "Ġthread", + "s" + ], + [ + "Ġconst", + "ellation" + ], + [ + "Ġconstell", + "ation" + ], + [ + "Ġ", + "echo" + ], + [ + "Ġe", + "cho" + ], + [ + "Ġec", + "ho" + ], + [ + "Ġech", + "o" + ], + [ + "Ġ", + "Anna" + ], + [ + "ĠAn", + "na" + ], + [ + "ĠAnn", + "a" + ], + [ + "icro", + "bial" + ], + [ + "icrob", + "ial" + ], + [ + "Ġpup", + "il" + ], + [ + "Ġin", + "hibit" + ], + [ + "Ġinhib", + "it" + ], + [ + "J", + "uly" + ], + [ + "Jul", + "y" + ], + [ + "s", + "ur" + ], + [ + "su", + "r" + ], + [ + "Ġcom", + "prise" + ], + [ + "Ġcomp", + "rise" + ], + [ + "Ġcompris", + "e" + ], + [ + "Ġ", + "unch" + ], + [ + "Ġun", + "ch" + ], + [ + "Ġunc", + "h" + ], + [ + "Ġint", + "erc" + ], + [ + "Ġinter", + "c" + ], + [ + "-", + "rel" + ], + [ + "-re", + "l" + ], + [ + "-r", + "el" + ], + [ + "ĠM", + "aya" + ], + [ + "ĠMay", + "a" + ], + [ + "ĠMa", + "ya" + ], + [ + "Ġsp", + "inning" + ], + [ + "Ġspin", + "ning" + ], + [ + "'", + ".Ċ" + ], + [ + "'.", + "Ċ" + ], + [ + "Ġ", + "Bear" + ], + [ + "ĠB", + "ear" + ], + [ + "ĠBe", + "ar" + ], + [ + "e", + "mon" + ], + [ + "em", + "on" + ], + [ + "Ġ", + "sof" + ], + [ + "Ġs", + "of" + ], + [ + "Ġso", + "f" + ], + [ + "Ġ", + "Store" + ], + [ + "ĠSt", + "ore" + ], + [ + "ĠSto", + "re" + ], + [ + "ĠStor", + "e" + ], + [ + "o", + "verty" + ], + [ + "ov", + "erty" + ], + [ + "over", + "ty" + ], + [ + "ĠCan", + "adians" + ], + [ + "ĠCanad", + "ians" + ], + [ + "ĠCanadian", + "s" + ], + [ + "ou", + "ver" + ], + [ + "Ġd", + "ug" + ], + [ + "Ġdu", + "g" + ], + [ + "Ġ", + "lone" + ], + [ + "Ġl", + "one" + ], + [ + "Ġlo", + "ne" + ], + [ + "Ġlon", + "e" + ], + [ + "Ġdu", + "plic" + ], + [ + "Ġ", + "Various" + ], + [ + "ĠV", + "arious" + ], + [ + "ĠVar", + "ious" + ], + [ + "ĠVari", + "ous" + ], + [ + "ĠVa", + "rious" + ], + [ + "Ġ", + "Strong" + ], + [ + "ĠSt", + "rong" + ], + [ + "ĠStr", + "ong" + ], + [ + "ĠStro", + "ng" + ], + [ + "S", + "outh" + ], + [ + "So", + "uth" + ], + [ + "a", + "mon" + ], + [ + "am", + "on" + ], + [ + "amo", + "n" + ], + [ + "Ġ", + "Stay" + ], + [ + "ĠSt", + "ay" + ], + [ + "ĠSta", + "y" + ], + [ + "b", + "lem" + ], + [ + "ble", + "m" + ], + [ + "bl", + "em" + ], + [ + "Ġend", + "urance" + ], + [ + "Ġendu", + "rance" + ], + [ + "Ġinsp", + "iring" + ], + [ + "Ġinspir", + "ing" + ], + [ + "h", + "ill" + ], + [ + "hi", + "ll" + ], + [ + "Ġ", + "Trees" + ], + [ + "ĠT", + "rees" + ], + [ + "ĠTr", + "ees" + ], + [ + "ĠTre", + "es" + ], + [ + "ĠTree", + "s" + ], + [ + "ĠWorks", + "heets" + ], + [ + "ĠWorksheet", + "s" + ], + [ + "B", + "rit" + ], + [ + "Br", + "it" + ], + [ + "Ġ", + "cad" + ], + [ + "Ġc", + "ad" + ], + [ + "Ġca", + "d" + ], + [ + "Ġ", + "Lith" + ], + [ + "ĠL", + "ith" + ], + [ + "ĠLi", + "th" + ], + [ + "ĠLit", + "h" + ], + [ + "Ġam", + "end" + ], + [ + "Ġamen", + "d" + ], + [ + "Ġunder", + "stands" + ], + [ + "Ġunderstand", + "s" + ], + [ + "Ġ", + "Zone" + ], + [ + "ĠZ", + "one" + ], + [ + "ĠZo", + "ne" + ], + [ + "IT", + "Y" + ], + [ + "-", + "Co" + ], + [ + "-C", + "o" + ], + [ + "Ġp", + "leased" + ], + [ + "Ġplease", + "d" + ], + [ + "Ġple", + "ased" + ], + [ + "Ġpleas", + "ed" + ], + [ + "Ġplea", + "sed" + ], + [ + "Ġ", + "Baby" + ], + [ + "ĠB", + "aby" + ], + [ + "ĠBab", + "y" + ], + [ + "ĠBa", + "by" + ], + [ + "Ġcong", + "estion" + ], + [ + "Ġcongest", + "ion" + ], + [ + "Ġm", + "oss" + ], + [ + "Ġmo", + "ss" + ], + [ + "Ġmos", + "s" + ], + [ + "ĠR", + "at" + ], + [ + "ĠRa", + "t" + ], + [ + "é", + "s" + ], + [ + "Ġ", + "killer" + ], + [ + "Ġk", + "iller" + ], + [ + "Ġkill", + "er" + ], + [ + "Ġkil", + "ler" + ], + [ + "Ġki", + "ller" + ], + [ + "Stud", + "ies" + ], + [ + "e", + "an" + ], + [ + "ea", + "n" + ], + [ + "Ġsa", + "lad" + ], + [ + "Ġsal", + "ad" + ], + [ + "ess", + "ori" + ], + [ + "essor", + "i" + ], + [ + "Ġg", + "raders" + ], + [ + "Ġgra", + "ders" + ], + [ + "Ġgr", + "aders" + ], + [ + "Ġgrade", + "rs" + ], + [ + "Ġgrad", + "ers" + ], + [ + "Ġgrader", + "s" + ], + [ + "Ġ", + "Issue" + ], + [ + "ĠIss", + "ue" + ], + [ + "Ġ", + "UT" + ], + [ + "ĠU", + "T" + ], + [ + "Ġte", + "asp" + ], + [ + "Ġtea", + "sp" + ], + [ + "Ġteas", + "p" + ], + [ + "Ġc", + "aut" + ], + [ + "Ġca", + "ut" + ], + [ + "Ġstere", + "otypes" + ], + [ + "Ġstereotype", + "s" + ], + [ + "Ġstereo", + "types" + ], + [ + "Ġe", + "ighth" + ], + [ + "Ġeight", + "h" + ], + [ + "Ġ", + "CBD" + ], + [ + "ĠC", + "BD" + ], + [ + "ĠCB", + "D" + ], + [ + "pe", + "ople" + ], + [ + "Ġhigh", + "lighting" + ], + [ + "Ġhighlight", + "ing" + ], + [ + "Ġ", + "Walker" + ], + [ + "ĠWal", + "ker" + ], + [ + "ĠWalk", + "er" + ], + [ + "I", + "X" + ], + [ + "y", + "g" + ], + [ + "he", + "im" + ], + [ + "ĠC", + "rus" + ], + [ + "ĠCr", + "us" + ], + [ + "ĠCru", + "s" + ], + [ + "Ġant", + "iv" + ], + [ + "Ġanti", + "v" + ], + [ + "á", + "n" + ], + [ + "Ġ", + "Architecture" + ], + [ + "ĠArchitect", + "ure" + ], + [ + "/", + "P" + ], + [ + "Ġsp", + "ores" + ], + [ + "Ġspo", + "res" + ], + [ + "Ġspor", + "es" + ], + [ + "Ġspore", + "s" + ], + [ + "ĠV", + "ice" + ], + [ + "ĠVic", + "e" + ], + [ + "ĠVi", + "ce" + ], + [ + "Ġ", + "pie" + ], + [ + "Ġp", + "ie" + ], + [ + "Ġpi", + "e" + ], + [ + "âĢľ", + "If" + ], + [ + "âĢľI", + "f" + ], + [ + "Ġ", + "Associate" + ], + [ + "ĠAss", + "ociate" + ], + [ + "ĠAssoci", + "ate" + ], + [ + "ĠAssoc", + "iate" + ], + [ + "Ġarsen", + "ic" + ], + [ + "Ġhon", + "our" + ], + [ + "Ġho", + "nour" + ], + [ + "Ġlegisl", + "ature" + ], + [ + "Ġpr", + "ayers" + ], + [ + "Ġpray", + "ers" + ], + [ + "Ġpra", + "yers" + ], + [ + "Ġprayer", + "s" + ], + [ + "Further", + "more" + ], + [ + "Ġ", + "Alfred" + ], + [ + "ĠAl", + "fred" + ], + [ + "ĠAlf", + "red" + ], + [ + "Ġcon", + "gen" + ], + [ + "Ġcong", + "en" + ], + [ + "port", + "ant" + ], + [ + "Ġf", + "ortune" + ], + [ + "Ġfort", + "une" + ], + [ + "Ġfortun", + "e" + ], + [ + "oc", + "hemistry" + ], + [ + "ochem", + "istry" + ], + [ + "Ġ", + "Gender" + ], + [ + "ĠG", + "ender" + ], + [ + "ĠGe", + "nder" + ], + [ + "ĠGen", + "der" + ], + [ + "ot", + "tom" + ], + [ + "ott", + "om" + ], + [ + "otto", + "m" + ], + [ + "Ġsmart", + "phones" + ], + [ + "Ġsmartphone", + "s" + ], + [ + "Ġsur", + "render" + ], + [ + "Ġsurre", + "nder" + ], + [ + "Ġsurrend", + "er" + ], + [ + "m", + "n" + ], + [ + "y", + "ed" + ], + [ + "ye", + "d" + ], + [ + "Ġ", + "une" + ], + [ + "Ġu", + "ne" + ], + [ + "Ġun", + "e" + ], + [ + "Ġm", + "eta" + ], + [ + "Ġme", + "ta" + ], + [ + "Ġmet", + "a" + ], + [ + "Ġphys", + "iology" + ], + [ + "Ġphysi", + "ology" + ], + [ + "ĠAss", + "istant" + ], + [ + "ĠAssist", + "ant" + ], + [ + "ĠPu", + "erto" + ], + [ + "N", + "orth" + ], + [ + "Nor", + "th" + ], + [ + "Ġ", + "ACT" + ], + [ + "ĠA", + "CT" + ], + [ + "ĠAC", + "T" + ], + [ + "a", + "ca" + ], + [ + "ac", + "a" + ], + [ + "Ġaffect", + "ion" + ], + [ + "Ġaff", + "ection" + ], + [ + "Ġaf", + "fection" + ], + [ + "Ġclin", + "ics" + ], + [ + "Ġclinic", + "s" + ], + [ + "at", + "itis" + ], + [ + "ati", + "tis" + ], + [ + "Ġ", + "bishop" + ], + [ + "Ġb", + "ishop" + ], + [ + "Ġbis", + "hop" + ], + [ + "a", + "mer" + ], + [ + "am", + "er" + ], + [ + "ame", + "r" + ], + [ + "Ġ", + "chi" + ], + [ + "Ġc", + "hi" + ], + [ + "Ġch", + "i" + ], + [ + "ĠSt", + "yle" + ], + [ + "ĠSty", + "le" + ], + [ + "Ġunder", + "way" + ], + [ + "Ġunderw", + "ay" + ], + [ + "Ġp", + "umping" + ], + [ + "Ġpump", + "ing" + ], + [ + "Ġpum", + "ping" + ], + [ + "ĠG", + "andhi" + ], + [ + "ĠGand", + "hi" + ], + [ + "ĠGandh", + "i" + ], + [ + "a", + "phyl" + ], + [ + "ap", + "hyl" + ], + [ + "aph", + "yl" + ], + [ + "Ġstud", + "io" + ], + [ + "Ġg", + "rate" + ], + [ + "Ġgra", + "te" + ], + [ + "Ġgr", + "ate" + ], + [ + "Ġgrat", + "e" + ], + [ + "om", + "ics" + ], + [ + "omic", + "s" + ], + [ + "omi", + "cs" + ], + [ + "Ġ", + "PTSD" + ], + [ + "ĠP", + "TSD" + ], + [ + "ĠPT", + "SD" + ], + [ + "-", + "size" + ], + [ + "-s", + "ize" + ], + [ + "Ġur", + "ged" + ], + [ + "Ġurge", + "d" + ], + [ + "Ġox", + "idation" + ], + [ + "Ġoxid", + "ation" + ], + [ + "Ġintr", + "icate" + ], + [ + "Ġintric", + "ate" + ], + [ + "Ġu", + "biqu" + ], + [ + "Ġ", + "ABC" + ], + [ + "ĠA", + "BC" + ], + [ + "ĠAB", + "C" + ], + [ + "Ġ", + "aston" + ], + [ + "Ġa", + "ston" + ], + [ + "Ġas", + "ton" + ], + [ + "Ġast", + "on" + ], + [ + "Ġ", + "Harris" + ], + [ + "ĠHar", + "ris" + ], + [ + "Ġdec", + "orative" + ], + [ + "Ġdecor", + "ative" + ], + [ + "Ġdeco", + "rative" + ], + [ + "icular", + "ly" + ], + [ + "Ġsovere", + "ign" + ], + [ + "A", + "ugust" + ], + [ + "Aug", + "ust" + ], + [ + "Ġs", + "aves" + ], + [ + "Ġsa", + "ves" + ], + [ + "Ġsave", + "s" + ], + [ + "Ġsav", + "es" + ], + [ + "u", + "ling" + ], + [ + "ul", + "ing" + ], + [ + "ulin", + "g" + ], + [ + "uli", + "ng" + ], + [ + "an", + "ting" + ], + [ + "ant", + "ing" + ], + [ + "anti", + "ng" + ], + [ + "Ġs", + "olids" + ], + [ + "Ġso", + "lids" + ], + [ + "Ġsol", + "ids" + ], + [ + "Ġsolid", + "s" + ], + [ + "Ġd", + "rove" + ], + [ + "Ġdr", + "ove" + ], + [ + "Ġdro", + "ve" + ], + [ + "Ġ", + "hex" + ], + [ + "Ġh", + "ex" + ], + [ + "Ġhe", + "x" + ], + [ + "ain", + "ted" + ], + [ + "aint", + "ed" + ], + [ + "Ġman", + "ually" + ], + [ + "Ġmanual", + "ly" + ], + [ + "Ġchlor", + "ide" + ], + [ + "E", + "lect" + ], + [ + "El", + "ect" + ], + [ + "Ele", + "ct" + ], + [ + "mer", + "ica" + ], + [ + "meric", + "a" + ], + [ + "me", + "rica" + ], + [ + "un", + "ded" + ], + [ + "und", + "ed" + ], + [ + "unde", + "d" + ], + [ + "Ġ", + "Plate" + ], + [ + "ĠP", + "late" + ], + [ + "ĠPl", + "ate" + ], + [ + "ĠPlat", + "e" + ], + [ + "ĠH", + "amps" + ], + [ + "ĠHam", + "ps" + ], + [ + "ĠHamp", + "s" + ], + [ + "Ġear", + "nings" + ], + [ + "Ġearn", + "ings" + ], + [ + "Ġearning", + "s" + ], + [ + "Ġ", + "||" + ], + [ + "Ġ|", + "|" + ], + [ + "a", + "rus" + ], + [ + "ar", + "us" + ], + [ + "aru", + "s" + ], + [ + "e", + "works" + ], + [ + "ew", + "orks" + ], + [ + "ework", + "s" + ], + [ + "Ġ", + "ISO" + ], + [ + "ĠI", + "SO" + ], + [ + "ĠIS", + "O" + ], + [ + "Ġcomm", + "entary" + ], + [ + "Ġcomment", + "ary" + ], + [ + "Ġ", + "Salmon" + ], + [ + "ĠSal", + "mon" + ], + [ + "Ġ", + "pins" + ], + [ + "Ġp", + "ins" + ], + [ + "Ġpi", + "ns" + ], + [ + "Ġpin", + "s" + ], + [ + "u", + "ras" + ], + [ + "ur", + "as" + ], + [ + "ura", + "s" + ], + [ + "al", + "though" + ], + [ + "alth", + "ough" + ], + [ + "Ġtail", + "ored" + ], + [ + "Ġtailor", + "ed" + ], + [ + "C", + "ontin" + ], + [ + "Con", + "tin" + ], + [ + "Cont", + "in" + ], + [ + "Ġp", + "uzzles" + ], + [ + "Ġpuzz", + "les" + ], + [ + "Ġpuzzle", + "s" + ], + [ + "Ġpu", + "zzles" + ], + [ + "z", + "ema" + ], + [ + "ze", + "ma" + ], + [ + "Ġg", + "ates" + ], + [ + "Ġgate", + "s" + ], + [ + "Ġga", + "tes" + ], + [ + "r", + "awn" + ], + [ + "ra", + "wn" + ], + [ + "raw", + "n" + ], + [ + "Ġ", + "Feed" + ], + [ + "ĠF", + "eed" + ], + [ + "ĠFe", + "ed" + ], + [ + "ĠFee", + "d" + ], + [ + "Ġmon", + "ks" + ], + [ + "Ġmonk", + "s" + ], + [ + "Ġm", + "aths" + ], + [ + "Ġma", + "ths" + ], + [ + "Ġmat", + "hs" + ], + [ + "Ġmath", + "s" + ], + [ + "Ġ", + "Apart" + ], + [ + "ĠA", + "part" + ], + [ + "ĠAp", + "art" + ], + [ + "y", + "lum" + ], + [ + "yl", + "um" + ], + [ + "Ġdec", + "lines" + ], + [ + "Ġdecl", + "ines" + ], + [ + "Ġdecline", + "s" + ], + [ + "/", + "she" + ], + [ + "/s", + "he" + ], + [ + "/sh", + "e" + ], + [ + "Ġ", + "Greater" + ], + [ + "ĠGreat", + "er" + ], + [ + "ĠGre", + "ater" + ], + [ + "an", + "dal" + ], + [ + "and", + "al" + ], + [ + "anda", + "l" + ], + [ + "Ġt", + "raders" + ], + [ + "Ġtra", + "ders" + ], + [ + "Ġtr", + "aders" + ], + [ + "Ġtrade", + "rs" + ], + [ + "Ġtrad", + "ers" + ], + [ + "Ġtrader", + "s" + ], + [ + "Ġagg", + "regate" + ], + [ + "Ġaggreg", + "ate" + ], + [ + "ä", + "¸" + ], + [ + "Ġst", + "igma" + ], + [ + "r", + "itical" + ], + [ + "ri", + "tical" + ], + [ + "rit", + "ical" + ], + [ + "ritic", + "al" + ], + [ + "riti", + "cal" + ], + [ + "Ġmer", + "chant" + ], + [ + "Ġmerch", + "ant" + ], + [ + "Ġdeliber", + "ately" + ], + [ + "Ġdeliberate", + "ly" + ], + [ + "Ġp", + "ars" + ], + [ + "Ġpar", + "s" + ], + [ + "Ġpa", + "rs" + ], + [ + "p", + "orts" + ], + [ + "port", + "s" + ], + [ + "por", + "ts" + ], + [ + "Ġ", + "Register" + ], + [ + "ĠReg", + "ister" + ], + [ + "ĠRegist", + "er" + ], + [ + "spec", + "ies" + ], + [ + "spe", + "cies" + ], + [ + "Ġt", + "iger" + ], + [ + "Ġti", + "ger" + ], + [ + "Ġmult", + "iplication" + ], + [ + "Ġmulti", + "plication" + ], + [ + "Ġmultip", + "lication" + ], + [ + "Ġmultipl", + "ication" + ], + [ + "p", + "lement" + ], + [ + "pl", + "ement" + ], + [ + "ple", + "ment" + ], + [ + "Ġb", + "uil" + ], + [ + "Ġbu", + "il" + ], + [ + "Ġ", + "Construction" + ], + [ + "ĠCon", + "struction" + ], + [ + "ĠConst", + "ruction" + ], + [ + "ĠConstruct", + "ion" + ], + [ + "n", + "uts" + ], + [ + "nut", + "s" + ], + [ + "nu", + "ts" + ], + [ + "Ã", + "º" + ], + [ + "Ġout", + "lets" + ], + [ + "Ġoutl", + "ets" + ], + [ + "Ġoutlet", + "s" + ], + [ + "i", + "lem" + ], + [ + "il", + "em" + ], + [ + "ile", + "m" + ], + [ + "ib", + "eria" + ], + [ + "iber", + "ia" + ], + [ + "ibe", + "ria" + ], + [ + "Ġdin", + "osaur" + ], + [ + "Ġ", + "Respons" + ], + [ + "ĠResp", + "ons" + ], + [ + "d", + "ays" + ], + [ + "day", + "s" + ], + [ + "da", + "ys" + ], + [ + "r", + "ican" + ], + [ + "ri", + "can" + ], + [ + "ric", + "an" + ], + [ + "rica", + "n" + ], + [ + "oc", + "iated" + ], + [ + "oci", + "ated" + ], + [ + "ociate", + "d" + ], + [ + "ocia", + "ted" + ], + [ + "Ġde", + "mol" + ], + [ + "Ġdem", + "ol" + ], + [ + "Ġdemo", + "l" + ], + [ + "Ġ", + "eu" + ], + [ + "Ġe", + "u" + ], + [ + "Ġg", + "aming" + ], + [ + "Ġgam", + "ing" + ], + [ + "Ġga", + "ming" + ], + [ + "Ġ", + "Buck" + ], + [ + "ĠB", + "uck" + ], + [ + "ĠBu", + "ck" + ], + [ + "ĠBuc", + "k" + ], + [ + "Ġcl", + "earing" + ], + [ + "Ġcle", + "aring" + ], + [ + "Ġclear", + "ing" + ], + [ + "Ġ", + "Influ" + ], + [ + "ĠIn", + "flu" + ], + [ + "ĠInf", + "lu" + ], + [ + "ĠInfl", + "u" + ], + [ + "-", + "mile" + ], + [ + "-m", + "ile" + ], + [ + "Ġar", + "riving" + ], + [ + "Ġarr", + "iving" + ], + [ + "Ġun", + "safe" + ], + [ + "Ġuns", + "afe" + ], + [ + "Ġrem", + "inds" + ], + [ + "Ġremind", + "s" + ], + [ + "Ġremin", + "ds" + ], + [ + "Ġc", + "abin" + ], + [ + "Ġca", + "bin" + ], + [ + "Ġcab", + "in" + ], + [ + "Ġindirect", + "ly" + ], + [ + "ĠHamps", + "hire" + ], + [ + "ĠHamp", + "shire" + ], + [ + "Ġb", + "ass" + ], + [ + "Ġbas", + "s" + ], + [ + "Ġba", + "ss" + ], + [ + "a", + "gic" + ], + [ + "ag", + "ic" + ], + [ + "agi", + "c" + ], + [ + "Ġen", + "acted" + ], + [ + "Ġenact", + "ed" + ], + [ + "Ġammon", + "ia" + ], + [ + "Ġser", + "otonin" + ], + [ + "Ġphys", + "icist" + ], + [ + "Ġphysic", + "ist" + ], + [ + "F", + "ollow" + ], + [ + "Ġ", + "american" + ], + [ + "Ġa", + "merican" + ], + [ + "Ġamerica", + "n" + ], + [ + "Ġameric", + "an" + ], + [ + "Ġun", + "aware" + ], + [ + "Ġuna", + "ware" + ], + [ + "ĠOff", + "icer" + ], + [ + "ĠOffice", + "r" + ], + [ + "ĠOffic", + "er" + ], + [ + "ĠP", + "ier" + ], + [ + "ĠPi", + "er" + ], + [ + "ĠPie", + "r" + ], + [ + "Ġ", + "Num" + ], + [ + "ĠN", + "um" + ], + [ + "ĠNu", + "m" + ], + [ + "Ġbal", + "ancing" + ], + [ + "Ġf", + "etus" + ], + [ + "Ġfe", + "tus" + ], + [ + "Ġfet", + "us" + ], + [ + "Ġbub", + "bles" + ], + [ + "Ġbubble", + "s" + ], + [ + "Ã", + "ł" + ], + [ + "or", + "p" + ], + [ + "iv", + "ism" + ], + [ + "ivi", + "sm" + ], + [ + "âĢĶ", + "in" + ], + [ + "Ġtransl", + "ations" + ], + [ + "Ġtranslation", + "s" + ], + [ + "m", + "i" + ], + [ + "Ġ", + "Say" + ], + [ + "ĠS", + "ay" + ], + [ + "ĠSa", + "y" + ], + [ + "i", + "pes" + ], + [ + "ip", + "es" + ], + [ + "ipe", + "s" + ], + [ + "Ġgen", + "erous" + ], + [ + "Ġgener", + "ous" + ], + [ + "Ġgene", + "rous" + ], + [ + "Ġd", + "ominate" + ], + [ + "Ġdom", + "inate" + ], + [ + "Ġdomin", + "ate" + ], + [ + "Ġ", + "Photos" + ], + [ + "ĠPhot", + "os" + ], + [ + "ĠPhoto", + "s" + ], + [ + "at", + "eur" + ], + [ + "ate", + "ur" + ], + [ + "Ġopp", + "onents" + ], + [ + "Ġopponent", + "s" + ], + [ + "Don", + "ald" + ], + [ + "Ġen", + "closed" + ], + [ + "Ġencl", + "osed" + ], + [ + "Ġenclose", + "d" + ], + [ + "Ġsc", + "alp" + ], + [ + "Ġscal", + "p" + ], + [ + "Ġmush", + "rooms" + ], + [ + "Ġmushroom", + "s" + ], + [ + "Oct", + "ober" + ], + [ + "Ġim", + "ply" + ], + [ + "Ġimp", + "ly" + ], + [ + "Ġimpl", + "y" + ], + [ + "o", + "virus" + ], + [ + "ov", + "irus" + ], + [ + "ovir", + "us" + ], + [ + "o", + "unters" + ], + [ + "ount", + "ers" + ], + [ + "oun", + "ters" + ], + [ + "ounter", + "s" + ], + [ + "Ġroof", + "s" + ], + [ + "|", + "M" + ], + [ + "Ch", + "ina" + ], + [ + "Chi", + "na" + ], + [ + "Ġphilos", + "ophers" + ], + [ + "Ġphilosoph", + "ers" + ], + [ + "Ġphilosopher", + "s" + ], + [ + "ĠDyn", + "asty" + ], + [ + "ĠDyna", + "sty" + ], + [ + "Ġappar", + "atus" + ], + [ + "t", + "i" + ], + [ + "Ġ", + "Rab" + ], + [ + "ĠR", + "ab" + ], + [ + "ĠRa", + "b" + ], + [ + "Ġs", + "igning" + ], + [ + "Ġsign", + "ing" + ], + [ + "Ġsig", + "ning" + ], + [ + "Ġpersu", + "asive" + ], + [ + "Ġpersuas", + "ive" + ], + [ + "Ġsub", + "d" + ], + [ + "c", + "ycle" + ], + [ + "cy", + "cle" + ], + [ + "cycl", + "e" + ], + [ + "Ġpion", + "eer" + ], + [ + "Ġs", + "auce" + ], + [ + "Ġsa", + "uce" + ], + [ + "Ġsau", + "ce" + ], + [ + "Ġ", + "gon" + ], + [ + "Ġg", + "on" + ], + [ + "Ġgo", + "n" + ], + [ + "Ġ", + "Josh" + ], + [ + "ĠJ", + "osh" + ], + [ + "ĠJo", + "sh" + ], + [ + "ĠJos", + "h" + ], + [ + "Ġ", + "Ker" + ], + [ + "ĠK", + "er" + ], + [ + "ĠKe", + "r" + ], + [ + "Ġ", + "Continue" + ], + [ + "ĠContin", + "ue" + ], + [ + "Ġ", + "____" + ], + [ + "Ġ_", + "___" + ], + [ + "Ġ___", + "_" + ], + [ + "Ġ__", + "__" + ], + [ + "Ġcor", + "related" + ], + [ + "Ġcorrel", + "ated" + ], + [ + "Ġcorrelate", + "d" + ], + [ + "Go", + "ogle" + ], + [ + "Ġpractition", + "er" + ], + [ + "Ġb", + "ipolar" + ], + [ + "Ġbi", + "polar" + ], + [ + "Ġbip", + "olar" + ], + [ + "D", + "i" + ], + [ + "Ġ", + "BMI" + ], + [ + "ĠB", + "MI" + ], + [ + "ĠBM", + "I" + ], + [ + "Ġ", + "Plato" + ], + [ + "ĠPl", + "ato" + ], + [ + "ĠPlat", + "o" + ], + [ + "Ġw", + "onders" + ], + [ + "Ġwon", + "ders" + ], + [ + "Ġwond", + "ers" + ], + [ + "Ġwonder", + "s" + ], + [ + "Ġre", + "jection" + ], + [ + "Ġreject", + "ion" + ], + [ + "Ġunder", + "take" + ], + [ + "Ġundert", + "ake" + ], + [ + "Ġt", + "oss" + ], + [ + "Ġto", + "ss" + ], + [ + "ĠP", + "rad" + ], + [ + "ĠPr", + "ad" + ], + [ + "ĠPra", + "d" + ], + [ + "us", + "able" + ], + [ + "usa", + "ble" + ], + [ + "Ġ", + "Birds" + ], + [ + "ĠB", + "irds" + ], + [ + "ĠBir", + "ds" + ], + [ + "ĠBird", + "s" + ], + [ + "Ġcar", + "rots" + ], + [ + "Ġcarrot", + "s" + ], + [ + "/", + "n" + ], + [ + "Ġ", + "cage" + ], + [ + "Ġc", + "age" + ], + [ + "Ġca", + "ge" + ], + [ + "Ġd", + "ull" + ], + [ + "Ġdu", + "ll" + ], + [ + "s", + "earch" + ], + [ + "se", + "arch" + ], + [ + "a", + "my" + ], + [ + "am", + "y" + ], + [ + "ess", + "ive" + ], + [ + "Ġ", + "Imagine" + ], + [ + "ĠIm", + "agine" + ], + [ + "ĠImag", + "ine" + ], + [ + "(", + "b" + ], + [ + "w", + "er" + ], + [ + "we", + "r" + ], + [ + "Ġc", + "ents" + ], + [ + "Ġcent", + "s" + ], + [ + "Ġcen", + "ts" + ], + [ + "Ġp", + "ave" + ], + [ + "Ġpa", + "ve" + ], + [ + "Ġpav", + "e" + ], + [ + "Ġ", + "Oral" + ], + [ + "ĠO", + "ral" + ], + [ + "ĠOr", + "al" + ], + [ + "Ġ", + "Mayo" + ], + [ + "ĠM", + "ayo" + ], + [ + "ĠMay", + "o" + ], + [ + "ĠMa", + "yo" + ], + [ + "-", + "aut" + ], + [ + "-a", + "ut" + ], + [ + "Ġb", + "iologist" + ], + [ + "Ġbi", + "ologist" + ], + [ + "Ġen", + "sl" + ], + [ + "Ġens", + "l" + ], + [ + "Ġcapt", + "uring" + ], + [ + "Ġintrig", + "uing" + ], + [ + "Jan", + "uary" + ], + [ + "Ġ", + "intuitive" + ], + [ + "Ġint", + "uitive" + ], + [ + "Ġintu", + "itive" + ], + [ + "Ġc", + "ens" + ], + [ + "Ġce", + "ns" + ], + [ + "Ġcen", + "s" + ], + [ + "Ġ", + "Mike" + ], + [ + "ĠM", + "ike" + ], + [ + "ĠMi", + "ke" + ], + [ + "ĠMik", + "e" + ], + [ + "ĠB", + "att" + ], + [ + "ĠBa", + "tt" + ], + [ + "ĠBat", + "t" + ], + [ + "h", + "u" + ], + [ + "ã", + "Ĥ" + ], + [ + "Ġ", + "Hep" + ], + [ + "ĠH", + "ep" + ], + [ + "ĠHe", + "p" + ], + [ + "Ġmar", + "ble" + ], + [ + "Ġsuper", + "vis" + ], + [ + "Ġsuperv", + "is" + ], + [ + "Un", + "ited" + ], + [ + "Unit", + "ed" + ], + [ + "Ġ", + "venom" + ], + [ + "Ġve", + "nom" + ], + [ + "Ġven", + "om" + ], + [ + "o", + "qu" + ], + [ + "Ġgen", + "ocide" + ], + [ + "Ġgenoc", + "ide" + ], + [ + "Ġ", + "Arc" + ], + [ + "ĠA", + "rc" + ], + [ + "ĠAr", + "c" + ], + [ + "Ġ", + "Consumer" + ], + [ + "ĠCons", + "umer" + ], + [ + "ĠConsume", + "r" + ], + [ + "Ġ", + "orbital" + ], + [ + "Ġorbit", + "al" + ], + [ + "Ġorb", + "ital" + ], + [ + "Current", + "ly" + ], + [ + "Ġdisp", + "utes" + ], + [ + "Ġdisput", + "es" + ], + [ + "Ġdispute", + "s" + ], + [ + "u", + "cc" + ], + [ + "uc", + "c" + ], + [ + "l", + "oor" + ], + [ + "lo", + "or" + ], + [ + "loo", + "r" + ], + [ + "Ġbright", + "ness" + ], + [ + "a", + "bus" + ], + [ + "ab", + "us" + ], + [ + "ĠJohn", + "s" + ], + [ + "ĠJoh", + "ns" + ], + [ + "Ġacad", + "emics" + ], + [ + "Ġacademic", + "s" + ], + [ + "Ġinc", + "entive" + ], + [ + "Ġincent", + "ive" + ], + [ + "Ġincentiv", + "e" + ], + [ + "Ġf", + "ict" + ], + [ + "Ġfi", + "ct" + ], + [ + "Ġan", + "terior" + ], + [ + "Ġant", + "erior" + ], + [ + "Ġante", + "rior" + ], + [ + "Ġanter", + "ior" + ], + [ + "Ġ", + "Flight" + ], + [ + "ĠF", + "light" + ], + [ + "ĠFl", + "ight" + ], + [ + "Ġvisual", + "ization" + ], + [ + "Ġwet", + "land" + ], + [ + "Ġre", + "sembles" + ], + [ + "Ġresemb", + "les" + ], + [ + "Ġresemble", + "s" + ], + [ + "Ġex", + "h" + ], + [ + "Ġcor", + "rid" + ], + [ + "Ġben", + "ign" + ], + [ + "ĠAl", + "lied" + ], + [ + "ĠAll", + "ied" + ], + [ + "Ġann", + "oy" + ], + [ + "ĠScript", + "ure" + ], + [ + "Ġrep", + "airs" + ], + [ + "Ġrepair", + "s" + ], + [ + "Ġdown", + "ward" + ], + [ + "work", + "ing" + ], + [ + "os", + "aic" + ], + [ + "osa", + "ic" + ], + [ + "Ġout", + "look" + ], + [ + "Ġoutl", + "ook" + ], + [ + "Ġ", + "Critical" + ], + [ + "ĠC", + "ritical" + ], + [ + "ĠCr", + "itical" + ], + [ + "ĠCrit", + "ical" + ], + [ + "Ġpre", + "judice" + ], + [ + "Ġprejud", + "ice" + ], + [ + "(", + "c" + ], + [ + "Ġp", + "ads" + ], + [ + "Ġpad", + "s" + ], + [ + "Ġpa", + "ds" + ], + [ + "Ġ", + "ecc" + ], + [ + "Ġe", + "cc" + ], + [ + "Ġec", + "c" + ], + [ + "Ġin", + "comes" + ], + [ + "Ġinc", + "omes" + ], + [ + "Ġincome", + "s" + ], + [ + "Ġincom", + "es" + ], + [ + "Ġinco", + "mes" + ], + [ + "Ġr", + "amp" + ], + [ + "Ġra", + "mp" + ], + [ + "Ġram", + "p" + ], + [ + "Ġact", + "ivist" + ], + [ + "Ġactiv", + "ist" + ], + [ + "Ġint", + "roduct" + ], + [ + "Ġintrodu", + "ct" + ], + [ + "Ġintro", + "duct" + ], + [ + "Go", + "vern" + ], + [ + "Gov", + "ern" + ], + [ + "Ġen", + "larged" + ], + [ + "Ġenlar", + "ged" + ], + [ + "Ġenlarge", + "d" + ], + [ + "Ġtodd", + "lers" + ], + [ + "Ġtoddler", + "s" + ], + [ + "est", + "ial" + ], + [ + "Ġ", + "unh" + ], + [ + "Ġu", + "nh" + ], + [ + "Ġun", + "h" + ], + [ + "Ġpropag", + "anda" + ], + [ + "Inc", + "re" + ], + [ + "O", + "h" + ], + [ + "Ġg", + "ospel" + ], + [ + "ol", + "uble" + ], + [ + "olu", + "ble" + ], + [ + "ĠM", + "ason" + ], + [ + "ĠMa", + "son" + ], + [ + "ĠMas", + "on" + ], + [ + "E", + "RT" + ], + [ + "ER", + "T" + ], + [ + "Ġs", + "andy" + ], + [ + "Ġsand", + "y" + ], + [ + "Ġsan", + "dy" + ], + [ + "Ġdisturb", + "ances" + ], + [ + "Ġdisturbance", + "s" + ], + [ + "L", + "a" + ], + [ + "Ġphot", + "osynthesis" + ], + [ + "Ġphotosynt", + "hesis" + ], + [ + "Ġphotosynthes", + "is" + ], + [ + "Ġ", + "pdf" + ], + [ + "Ġp", + "df" + ], + [ + "Ġ", + "kits" + ], + [ + "Ġk", + "its" + ], + [ + "Ġkit", + "s" + ], + [ + "Ġki", + "ts" + ], + [ + "Ġ", + "Flood" + ], + [ + "ĠFl", + "ood" + ], + [ + "ĠFlo", + "od" + ], + [ + "Ġun", + "fair" + ], + [ + "Ġunf", + "air" + ], + [ + "Ġreven", + "ues" + ], + [ + "Ġrevenue", + "s" + ], + [ + "requ", + "ency" + ], + [ + "Ġcaps", + "ule" + ], + [ + "Ġp", + "ains" + ], + [ + "Ġpain", + "s" + ], + [ + "Ġpa", + "ins" + ], + [ + "Ġph", + "yt" + ], + [ + "Ġphy", + "t" + ], + [ + "âĢĶ", + "that" + ], + [ + "âĢĶt", + "hat" + ], + [ + "-s", + "peaking" + ], + [ + "Ġs", + "umm" + ], + [ + "Ġsu", + "mm" + ], + [ + "Ġsum", + "m" + ], + [ + "Ġep", + "ilepsy" + ], + [ + "Ġoptim", + "ize" + ], + [ + "Ġv", + "aginal" + ], + [ + "Ġvag", + "inal" + ], + [ + "Ġvagina", + "l" + ], + [ + "a", + "tra" + ], + [ + "at", + "ra" + ], + [ + "atr", + "a" + ], + [ + "a", + "ple" + ], + [ + "ap", + "le" + ], + [ + "Ġ", + "Areas" + ], + [ + "ĠA", + "reas" + ], + [ + "ĠAr", + "eas" + ], + [ + "ĠAre", + "as" + ], + [ + "ĠArea", + "s" + ], + [ + "Ġ", + "Important" + ], + [ + "ĠIm", + "portant" + ], + [ + "ĠImport", + "ant" + ], + [ + "Ġ", + "Anthony" + ], + [ + "ĠAnth", + "ony" + ], + [ + "Ġh", + "ipp" + ], + [ + "Ġhip", + "p" + ], + [ + "Ġhi", + "pp" + ], + [ + "ĠB", + "ry" + ], + [ + "ĠBr", + "y" + ], + [ + "Th", + "ink" + ], + [ + "Ġenter", + "prises" + ], + [ + "Ġenterprise", + "s" + ], + [ + "Ġinn", + "ocent" + ], + [ + "Ġinnoc", + "ent" + ], + [ + "Ġ", + "Thanksgiving" + ], + [ + "ĠThanks", + "giving" + ], + [ + "i", + "ably" + ], + [ + "ia", + "bly" + ], + [ + "iab", + "ly" + ], + [ + "a", + "gg" + ], + [ + "ag", + "g" + ], + [ + "Ġint", + "roductory" + ], + [ + "Ġintroduct", + "ory" + ], + [ + "Ġperform", + "ances" + ], + [ + "Ġperformance", + "s" + ], + [ + "Ġyoung", + "est" + ], + [ + "Ġecl", + "ipse" + ], + [ + "Ġeclips", + "e" + ], + [ + "t", + "w" + ], + [ + "ĠC", + "ris" + ], + [ + "ĠCr", + "is" + ], + [ + "ĠH", + "orn" + ], + [ + "ĠHor", + "n" + ], + [ + "ĠHo", + "rn" + ], + [ + "Ġopp", + "onent" + ], + [ + "Ġde", + "rive" + ], + [ + "Ġder", + "ive" + ], + [ + "Ġderiv", + "e" + ], + [ + "St", + "and" + ], + [ + "Stan", + "d" + ], + [ + "Ġf", + "ortun" + ], + [ + "Ġfor", + "tun" + ], + [ + "Ġfort", + "un" + ], + [ + "Ġ", + "BY" + ], + [ + "ĠB", + "Y" + ], + [ + "Ġ", + "Adapt" + ], + [ + "ĠAd", + "apt" + ], + [ + "ĠAda", + "pt" + ], + [ + "Ġatt", + "acking" + ], + [ + "Ġattack", + "ing" + ], + [ + "Ġ", + "Traditional" + ], + [ + "ĠTra", + "ditional" + ], + [ + "ĠTradition", + "al" + ], + [ + "Ġdispar", + "ities" + ], + [ + "ã", + "Ģ" + ], + [ + "a", + "rious" + ], + [ + "ar", + "ious" + ], + [ + "ari", + "ous" + ], + [ + "ario", + "us" + ], + [ + "int", + "end" + ], + [ + "inte", + "nd" + ], + [ + "Ġflu", + "orescent" + ], + [ + "Ġfluor", + "escent" + ], + [ + "Ġfluoresce", + "nt" + ], + [ + "Ġsuper", + "mark" + ], + [ + "Ġban", + "ana" + ], + [ + "Ġ", + "oriented" + ], + [ + "Ġor", + "iented" + ], + [ + "Ġorient", + "ed" + ], + [ + "F", + "our" + ], + [ + "Ġoccup", + "y" + ], + [ + "ara", + "oh" + ], + [ + "Ġelectr", + "odes" + ], + [ + "Ġelectro", + "des" + ], + [ + "Ġelectrode", + "s" + ], + [ + "Ġs", + "oluble" + ], + [ + "Ġsol", + "uble" + ], + [ + "Ġel", + "bow" + ], + [ + "Ġair", + "plane" + ], + [ + "Ġairpl", + "ane" + ], + [ + "ig", + "hed" + ], + [ + "igh", + "ed" + ], + [ + "Ġ", + "Alice" + ], + [ + "ĠAl", + "ice" + ], + [ + "ĠAli", + "ce" + ], + [ + "ĠAlic", + "e" + ], + [ + "Ġcult", + "urally" + ], + [ + "Ġcultural", + "ly" + ], + [ + "our", + "ses" + ], + [ + "ours", + "es" + ], + [ + "ourse", + "s" + ], + [ + "Ġin", + "stitute" + ], + [ + "Ġinst", + "itute" + ], + [ + "Ġinstit", + "ute" + ], + [ + "Ġ", + "Remove" + ], + [ + "ĠRe", + "move" + ], + [ + "ĠRem", + "ove" + ], + [ + "Ġ", + "Illust" + ], + [ + "ĠIll", + "ust" + ], + [ + "Ġ", + "lime" + ], + [ + "Ġl", + "ime" + ], + [ + "Ġlim", + "e" + ], + [ + "Ġli", + "me" + ], + [ + "u", + "lu" + ], + [ + "ul", + "u" + ], + [ + "ith", + "metic" + ], + [ + "I", + "VE" + ], + [ + "IV", + "E" + ], + [ + "Ġgu", + "iding" + ], + [ + "Ġguid", + "ing" + ], + [ + "Ġc", + "atching" + ], + [ + "Ġcat", + "ching" + ], + [ + "Ġcatch", + "ing" + ], + [ + "Art", + "icle" + ], + [ + "Ġm", + "our" + ], + [ + "Ġmo", + "ur" + ], + [ + "s", + "een" + ], + [ + "se", + "en" + ], + [ + "see", + "n" + ], + [ + "Ġqu", + "icker" + ], + [ + "Ġquick", + "er" + ], + [ + "Ġqui", + "cker" + ], + [ + "Ad", + "ditional" + ], + [ + "Ġ", + "Breast" + ], + [ + "ĠB", + "reast" + ], + [ + "ĠBr", + "east" + ], + [ + "ĠBre", + "ast" + ], + [ + "Ġembry", + "o" + ], + [ + "ĠLe", + "ban" + ], + [ + "ĠPit", + "ts" + ], + [ + "ĠPitt", + "s" + ], + [ + "r", + "ill" + ], + [ + "ri", + "ll" + ], + [ + "ril", + "l" + ], + [ + "Ġ", + "Mine" + ], + [ + "ĠM", + "ine" + ], + [ + "ĠMin", + "e" + ], + [ + "ĠMi", + "ne" + ], + [ + "ĠW", + "elsh" + ], + [ + "ĠWel", + "sh" + ], + [ + "Ġy", + "ours" + ], + [ + "Ġyou", + "rs" + ], + [ + "Ġyour", + "s" + ], + [ + "Ġyo", + "urs" + ], + [ + "Ġreg", + "ression" + ], + [ + "Ġhy", + "pot" + ], + [ + "Ġhyp", + "ot" + ], + [ + "Ġhypo", + "t" + ], + [ + "ĠTerrit", + "ory" + ], + [ + "Ġdrop", + "lets" + ], + [ + "Ġdrople", + "ts" + ], + [ + "Ġdroplet", + "s" + ], + [ + "Ġ", + "EX" + ], + [ + "ĠE", + "X" + ], + [ + "Ġint", + "olerance" + ], + [ + "Ġintoler", + "ance" + ], + [ + "Ġ", + "orph" + ], + [ + "Ġor", + "ph" + ], + [ + "Ġ(", + "$" + ], + [ + "Ġ", + "Eld" + ], + [ + "ĠE", + "ld" + ], + [ + "ĠEl", + "d" + ], + [ + "Ġle", + "ap" + ], + [ + "c", + "lamation" + ], + [ + "cl", + "amation" + ], + [ + "clam", + "ation" + ], + [ + "Ġacc", + "ountable" + ], + [ + "Ġaccount", + "able" + ], + [ + "Ġet", + "hn" + ], + [ + "Ġeth", + "n" + ], + [ + "Ġmer", + "cy" + ], + [ + "Ġmerc", + "y" + ], + [ + "Ġor", + "bits" + ], + [ + "Ġorbit", + "s" + ], + [ + "Ġorb", + "its" + ], + [ + "-", + "energy" + ], + [ + "-en", + "ergy" + ], + [ + "Ġ", + "Phase" + ], + [ + "ĠPh", + "ase" + ], + [ + "ĠPha", + "se" + ], + [ + "ĠDet", + "roit" + ], + [ + "g", + "rass" + ], + [ + "gra", + "ss" + ], + [ + "gr", + "ass" + ], + [ + "Ġp", + "ills" + ], + [ + "Ġpil", + "ls" + ], + [ + "Ġpill", + "s" + ], + [ + "Int", + "roduction" + ], + [ + "Ġgr", + "atitude" + ], + [ + "Ġgrat", + "itude" + ], + [ + "r", + "er" + ], + [ + "re", + "r" + ], + [ + "Ġ", + "Cover" + ], + [ + "ĠC", + "over" + ], + [ + "ĠCo", + "ver" + ], + [ + "ĠCov", + "er" + ], + [ + "ĠCove", + "r" + ], + [ + "Ġ", + "Made" + ], + [ + "ĠM", + "ade" + ], + [ + "ĠMa", + "de" + ], + [ + "ĠMad", + "e" + ], + [ + "Ġp", + "roves" + ], + [ + "Ġpro", + "ves" + ], + [ + "Ġprov", + "es" + ], + [ + "Ġpr", + "oves" + ], + [ + "Ġprove", + "s" + ], + [ + "Ġanaly", + "tics" + ], + [ + "Ġanalytic", + "s" + ], + [ + "Ġ", + "Otherwise" + ], + [ + "ĠOther", + "wise" + ], + [ + "Ġcompar", + "isons" + ], + [ + "Ġcomparison", + "s" + ], + [ + "ĠAtl", + "anta" + ], + [ + "V", + "itamin" + ], + [ + "in", + "cess" + ], + [ + "ince", + "ss" + ], + [ + "inc", + "ess" + ], + [ + "inces", + "s" + ], + [ + "Ġf", + "ame" + ], + [ + "Ġfam", + "e" + ], + [ + "Ġfa", + "me" + ], + [ + "Ġl", + "amps" + ], + [ + "Ġlamp", + "s" + ], + [ + "Ġlam", + "ps" + ], + [ + "p", + "lates" + ], + [ + "pl", + "ates" + ], + [ + "plate", + "s" + ], + [ + "Ġimag", + "ined" + ], + [ + "Ġimagine", + "d" + ], + [ + "Ġimagin", + "ed" + ], + [ + "ĠFlor", + "ence" + ], + [ + "ĠFlore", + "nce" + ], + [ + "ĠFlo", + "rence" + ], + [ + "Ġt", + "ours" + ], + [ + "Ġto", + "urs" + ], + [ + "Ġtou", + "rs" + ], + [ + "Ġtour", + "s" + ], + [ + "ly", + "cer" + ], + [ + "Ġhe", + "ights" + ], + [ + "Ġheight", + "s" + ], + [ + "Ġ", + "Jenn" + ], + [ + "ĠJ", + "enn" + ], + [ + "ĠJe", + "nn" + ], + [ + "ĠJen", + "n" + ], + [ + "Ġman", + "eu" + ], + [ + "Ġma", + "neu" + ], + [ + "Ġmane", + "u" + ], + [ + "i", + "eg" + ], + [ + "ie", + "g" + ], + [ + "Ġf", + "eared" + ], + [ + "Ġfe", + "ared" + ], + [ + "Ġfear", + "ed" + ], + [ + "Ġrese", + "arched" + ], + [ + "Ġresearch", + "ed" + ], + [ + "Ġresearc", + "hed" + ], + [ + "Ġtherap", + "ists" + ], + [ + "Ġtherapist", + "s" + ], + [ + "alu", + "able" + ], + [ + "Ġconv", + "inc" + ], + [ + "Ġf", + "etal" + ], + [ + "Ġfe", + "tal" + ], + [ + "Ġfet", + "al" + ], + [ + "Ġad", + "here" + ], + [ + "Ġrob", + "otics" + ], + [ + "Ġrobot", + "ics" + ], + [ + "Ġrobotic", + "s" + ], + [ + "P", + "ol" + ], + [ + "Po", + "l" + ], + [ + "p", + "ox" + ], + [ + "po", + "x" + ], + [ + "Â", + "²" + ], + [ + "Ġenjoy", + "able" + ], + [ + "Ġtra", + "fficking" + ], + [ + "Ġtraffic", + "king" + ], + [ + "Ġtraff", + "icking" + ], + [ + ")", + ")" + ], + [ + "Ġs", + "pike" + ], + [ + "Ġsp", + "ike" + ], + [ + "Ġspi", + "ke" + ], + [ + "Ġ", + "racing" + ], + [ + "Ġr", + "acing" + ], + [ + "Ġra", + "cing" + ], + [ + "Ġrac", + "ing" + ], + [ + "With", + "out" + ], + [ + "ĠMil", + "ky" + ], + [ + "ĠMilk", + "y" + ], + [ + "n", + "as" + ], + [ + "na", + "s" + ], + [ + "Ġ", + "mars" + ], + [ + "Ġm", + "ars" + ], + [ + "Ġma", + "rs" + ], + [ + "Ġmar", + "s" + ], + [ + "Ġcab", + "inet" + ], + [ + "Ġcabin", + "et" + ], + [ + "Ġle", + "isure" + ], + [ + "ĠEar", + "l" + ], + [ + "L", + "ooking" + ], + [ + "Look", + "ing" + ], + [ + "Lo", + "oking" + ], + [ + "oth", + "ic" + ], + [ + "s", + "hine" + ], + [ + "sh", + "ine" + ], + [ + "shi", + "ne" + ], + [ + "Ġcul", + "p" + ], + [ + "Ġmon", + "astery" + ], + [ + "Ġmonaster", + "y" + ], + [ + "-", + "j" + ], + [ + "-", + "growing" + ], + [ + "-g", + "rowing" + ], + [ + "Ġ", + "Summary" + ], + [ + "ĠSum", + "mary" + ], + [ + "ĠSummar", + "y" + ], + [ + "ĠSumm", + "ary" + ], + [ + "Ġcon", + "quered" + ], + [ + "Ġconqu", + "ered" + ], + [ + "Ġconquer", + "ed" + ], + [ + "-", + "born" + ], + [ + "-b", + "orn" + ], + [ + "-bo", + "rn" + ], + [ + "Ġprof", + "essors" + ], + [ + "Ġprofess", + "ors" + ], + [ + "Ġprofessor", + "s" + ], + [ + "Ġ", + "Creating" + ], + [ + "ĠC", + "reating" + ], + [ + "ĠCre", + "ating" + ], + [ + "ĠCreat", + "ing" + ], + [ + "ĠCr", + "eating" + ], + [ + "c", + "ards" + ], + [ + "car", + "ds" + ], + [ + "card", + "s" + ], + [ + "o", + "zo" + ], + [ + "oz", + "o" + ], + [ + "Ġb", + "loss" + ], + [ + "Ġbl", + "oss" + ], + [ + "Ġblo", + "ss" + ], + [ + "Ġmal", + "nutrition" + ], + [ + "Ġunf", + "amiliar" + ], + [ + "Ġp", + "ublisher" + ], + [ + "Ġpubl", + "isher" + ], + [ + "Ġpublish", + "er" + ], + [ + "Ġse", + "arches" + ], + [ + "Ġsearch", + "es" + ], + [ + "Ġsearc", + "hes" + ], + [ + "-", + "week" + ], + [ + "-w", + "eek" + ], + [ + "-we", + "ek" + ], + [ + "Ġbuild", + "up" + ], + [ + "Ġbuil", + "dup" + ], + [ + "t", + "wo" + ], + [ + "tw", + "o" + ], + [ + "Ġin", + "aug" + ], + [ + "o", + "cular" + ], + [ + "oc", + "ular" + ], + [ + "Ġadd", + "itives" + ], + [ + "Ġadditive", + "s" + ], + [ + "Ġwater", + "ways" + ], + [ + "Ġwaterway", + "s" + ], + [ + "r", + "ading" + ], + [ + "ra", + "ding" + ], + [ + "rad", + "ing" + ], + [ + "Ġb", + "rake" + ], + [ + "Ġbr", + "ake" + ], + [ + "Ġbra", + "ke" + ], + [ + "Ġcalcul", + "ating" + ], + [ + "Ġcalc", + "ulating" + ], + [ + "Ġ", + "blogs" + ], + [ + "Ġbl", + "ogs" + ], + [ + "Ġblog", + "s" + ], + [ + "Ġblo", + "gs" + ], + [ + "Ġ", + "pir" + ], + [ + "Ġp", + "ir" + ], + [ + "Ġpi", + "r" + ], + [ + "Ġall", + "iance" + ], + [ + "o", + "vol" + ], + [ + "ov", + "ol" + ], + [ + "ovo", + "l" + ], + [ + "Ġdec", + "ides" + ], + [ + "Ġdecide", + "s" + ], + [ + "Ġvoy", + "age" + ], + [ + "Ġall", + "oy" + ], + [ + "Ġdon", + "ors" + ], + [ + "Ġdonor", + "s" + ], + [ + "Ġov", + "arian" + ], + [ + "Ġcompens", + "ate" + ], + [ + "Ã", + "Ĥ" + ], + [ + "Ġ", + "Gray" + ], + [ + "ĠG", + "ray" + ], + [ + "ĠGra", + "y" + ], + [ + "ĠGr", + "ay" + ], + [ + "Ġh", + "umor" + ], + [ + "Ġhum", + "or" + ], + [ + "Ġhu", + "mor" + ], + [ + "ĠScient", + "ist" + ], + [ + "ĠP", + "CB" + ], + [ + "ĠPC", + "B" + ], + [ + "Ġencomp", + "asses" + ], + [ + "Ġencompass", + "es" + ], + [ + "/", + "M" + ], + [ + "Ġd", + "ele" + ], + [ + "Ġde", + "le" + ], + [ + "Ġdel", + "e" + ], + [ + "Ġ", + "acoustic" + ], + [ + "Ġac", + "oustic" + ], + [ + "Ġacoust", + "ic" + ], + [ + "Ġvis", + "ibility" + ], + [ + "Ġrept", + "iles" + ], + [ + "Ġreptile", + "s" + ], + [ + "Ġ", + "bid" + ], + [ + "Ġb", + "id" + ], + [ + "Ġbi", + "d" + ], + [ + "Ġ", + "GIS" + ], + [ + "ĠG", + "IS" + ], + [ + "ĠGI", + "S" + ], + [ + "ent", + "ials" + ], + [ + "ential", + "s" + ], + [ + "ĠEgypt", + "ians" + ], + [ + "ĠEgyptian", + "s" + ], + [ + "Ġ", + "nm" + ], + [ + "Ġn", + "m" + ], + [ + "v", + "erb" + ], + [ + "ver", + "b" + ], + [ + "Ġf", + "lip" + ], + [ + "Ġfl", + "ip" + ], + [ + "Ġ", + "Goals" + ], + [ + "ĠGo", + "als" + ], + [ + "ĠGoal", + "s" + ], + [ + "ĠGoa", + "ls" + ], + [ + "ĠPediatric", + "s" + ], + [ + "A", + "ir" + ], + [ + "Ġpos", + "terior" + ], + [ + "Ġpost", + "erior" + ], + [ + "Ġposter", + "ior" + ], + [ + "Ġcort", + "isol" + ], + [ + "Ġpenet", + "rate" + ], + [ + "Ġmet", + "allic" + ], + [ + "Ġmetal", + "lic" + ], + [ + "Ġmetall", + "ic" + ], + [ + "ĠJoh", + "ann" + ], + [ + "ĠJohan", + "n" + ], + [ + "Ġsur", + "plus" + ], + [ + "Ġs", + "ervant" + ], + [ + "Ġserv", + "ant" + ], + [ + "Ġser", + "vant" + ], + [ + "Ġen", + "gra" + ], + [ + "Ġeng", + "ra" + ], + [ + "Ġcr", + "ushed" + ], + [ + "Ġcrus", + "hed" + ], + [ + "Ġcrush", + "ed" + ], + [ + "Ġass", + "umes" + ], + [ + "Ġassum", + "es" + ], + [ + "Ġassume", + "s" + ], + [ + "ĠNeg", + "ro" + ], + [ + "Ġ", + "Faith" + ], + [ + "ĠF", + "aith" + ], + [ + "ĠFa", + "ith" + ], + [ + "Ġ", + "Cognitive" + ], + [ + "ĠC", + "ognitive" + ], + [ + "Ġ", + "Fra" + ], + [ + "ĠF", + "ra" + ], + [ + "ĠFr", + "a" + ], + [ + "Ġpro", + "bable" + ], + [ + "Ġprob", + "able" + ], + [ + "Ġ", + "Madison" + ], + [ + "ĠMad", + "ison" + ], + [ + "S", + "earch" + ], + [ + "Se", + "arch" + ], + [ + "r", + "iver" + ], + [ + "ri", + "ver" + ], + [ + "rive", + "r" + ], + [ + "riv", + "er" + ], + [ + "Ġout", + "let" + ], + [ + "Ġoutl", + "et" + ], + [ + "Ġpro", + "jection" + ], + [ + "Ġproject", + "ion" + ], + [ + "Ġone", + "self" + ], + [ + "Ġones", + "elf" + ], + [ + "Ġarbit", + "rary" + ], + [ + "Ġper", + "secution" + ], + [ + "Ġpersec", + "ution" + ], + [ + "Ġt", + "ennis" + ], + [ + "Ġten", + "nis" + ], + [ + "Ġman", + "ages" + ], + [ + "Ġmanage", + "s" + ], + [ + "ĠC", + "hand" + ], + [ + "ĠCh", + "and" + ], + [ + "ĠChan", + "d" + ], + [ + "ĠCha", + "nd" + ], + [ + "c", + "ession" + ], + [ + "cess", + "ion" + ], + [ + "Ġloc", + "als" + ], + [ + "Ġlocal", + "s" + ], + [ + "n", + "sic" + ], + [ + "ns", + "ic" + ], + [ + "Ġint", + "rinsic" + ], + [ + "Ġintr", + "insic" + ], + [ + "ogen", + "eous" + ], + [ + "ogene", + "ous" + ], + [ + "-", + "led" + ], + [ + "-l", + "ed" + ], + [ + "-le", + "d" + ], + [ + "m", + "g" + ], + [ + "Ġeven", + "ly" + ], + [ + "anc", + "ouver" + ], + [ + "Ġoverwhel", + "med" + ], + [ + "Ġoverwhelm", + "ed" + ], + [ + ".", + "f" + ], + [ + "Ġ", + "Dent" + ], + [ + "ĠD", + "ent" + ], + [ + "ĠDe", + "nt" + ], + [ + "ĠDen", + "t" + ], + [ + "Ġm", + "ening" + ], + [ + "Ġme", + "ning" + ], + [ + "Ġmen", + "ing" + ], + [ + "Ġlove", + "ly" + ], + [ + "Ġa", + "eros" + ], + [ + "Ġaer", + "os" + ], + [ + "Ġae", + "ros" + ], + [ + "Ġab", + "olition" + ], + [ + "Ġabol", + "ition" + ], + [ + "Ġt", + "uberculosis" + ], + [ + "Ġtuber", + "culosis" + ], + [ + "-", + "pl" + ], + [ + "-p", + "l" + ], + [ + "A", + "ccess" + ], + [ + "Ac", + "cess" + ], + [ + "Acc", + "ess" + ], + [ + "c", + "hest" + ], + [ + "ch", + "est" + ], + [ + "ches", + "t" + ], + [ + "che", + "st" + ], + [ + "Ġre", + "ply" + ], + [ + "Ġrep", + "ly" + ], + [ + "Ġrepl", + "y" + ], + [ + "Ġge", + "ometric" + ], + [ + "Ġgeomet", + "ric" + ], + [ + "Ġgeo", + "metric" + ], + [ + "Ġgeom", + "etric" + ], + [ + "Ġ", + "Electronic" + ], + [ + "ĠElect", + "ronic" + ], + [ + "ĠElectro", + "nic" + ], + [ + "ĠElectron", + "ic" + ], + [ + "Ġday", + "light" + ], + [ + "k", + "it" + ], + [ + "ki", + "t" + ], + [ + "u", + "men" + ], + [ + "um", + "en" + ], + [ + "ume", + "n" + ], + [ + "Ġ", + "WH" + ], + [ + "ĠW", + "H" + ], + [ + "C", + "DC" + ], + [ + "CD", + "C" + ], + [ + "ĠLib", + "erty" + ], + [ + "ĠLiber", + "ty" + ], + [ + "ĠLibert", + "y" + ], + [ + "T", + "E" + ], + [ + "e", + "ks" + ], + [ + "ek", + "s" + ], + [ + "o", + "died" + ], + [ + "od", + "ied" + ], + [ + "odi", + "ed" + ], + [ + "Ġ", + "Mt" + ], + [ + "ĠM", + "t" + ], + [ + "os", + "able" + ], + [ + "osa", + "ble" + ], + [ + "Ġ", + "Recovery" + ], + [ + "ĠRec", + "overy" + ], + [ + "ĠSmith", + "sonian" + ], + [ + "Ġ", + "nu" + ], + [ + "Ġn", + "u" + ], + [ + "Ġn", + "ectar" + ], + [ + "Ġnec", + "tar" + ], + [ + "Ġcent", + "r" + ], + [ + "Ġcen", + "tr" + ], + [ + "Ar", + "ch" + ], + [ + "Arc", + "h" + ], + [ + "Ġtrium", + "ph" + ], + [ + "Ġb", + "ricks" + ], + [ + "Ġbr", + "icks" + ], + [ + "Ġbrick", + "s" + ], + [ + "Ġbri", + "cks" + ], + [ + "r", + "iad" + ], + [ + "ri", + "ad" + ], + [ + "ria", + "d" + ], + [ + "Ġsubt", + "ract" + ], + [ + "ĠCor", + "nell" + ], + [ + "ĠCorn", + "ell" + ], + [ + ".", + "G" + ], + [ + "p", + "ent" + ], + [ + "pe", + "nt" + ], + [ + "pen", + "t" + ], + [ + "Ġjust", + "ified" + ], + [ + "Ġd", + "rone" + ], + [ + "Ġdr", + "one" + ], + [ + "Ġdro", + "ne" + ], + [ + "Ġ", + "Monitoring" + ], + [ + "ĠMon", + "itoring" + ], + [ + "ĠMonitor", + "ing" + ], + [ + "l", + "avery" + ], + [ + "la", + "very" + ], + [ + "lav", + "ery" + ], + [ + "Ġgrand", + "father" + ], + [ + "Ġcorpor", + "ation" + ], + [ + "Ġcorp", + "oration" + ], + [ + "Ġpy", + "ramid" + ], + [ + "Ġpyram", + "id" + ], + [ + "P", + "I" + ], + [ + "el", + "tic" + ], + [ + "elt", + "ic" + ], + [ + "ĠCamp", + "bell" + ], + [ + "o", + "card" + ], + [ + "oc", + "ard" + ], + [ + "oca", + "rd" + ], + [ + "Ġ", + "Thor" + ], + [ + "ĠT", + "hor" + ], + [ + "ĠTh", + "or" + ], + [ + "a", + "ceae" + ], + [ + "ace", + "ae" + ], + [ + "acea", + "e" + ], + [ + "Ġnow", + "adays" + ], + [ + "Ġprof", + "itable" + ], + [ + "Ġprofit", + "able" + ], + [ + "-", + "ca" + ], + [ + "-c", + "a" + ], + [ + "h", + "yth" + ], + [ + "hy", + "th" + ], + [ + "Ġvers", + "atile" + ], + [ + "Ġpersonal", + "ized" + ], + [ + "Ġpersonalize", + "d" + ], + [ + "Ġexpend", + "iture" + ], + [ + "Ġal", + "arming" + ], + [ + "Ġalarm", + "ing" + ], + [ + "Ġj", + "unk" + ], + [ + "Ġjun", + "k" + ], + [ + "Ġover", + "load" + ], + [ + "Ġoverl", + "oad" + ], + [ + "Ġ", + "Contents" + ], + [ + "ĠCont", + "ents" + ], + [ + "ĠContent", + "s" + ], + [ + "Ġcough", + "ing" + ], + [ + "ĠV", + "ermont" + ], + [ + "ĠVer", + "mont" + ], + [ + "ĠVerm", + "ont" + ], + [ + "ĠCat", + "hedral" + ], + [ + "m", + "ade" + ], + [ + "ma", + "de" + ], + [ + "mad", + "e" + ], + [ + "Ġb", + "eads" + ], + [ + "Ġbe", + "ads" + ], + [ + "Ġbead", + "s" + ], + [ + "Ġ", + "FL" + ], + [ + "ĠF", + "L" + ], + [ + "O", + "H" + ], + [ + "Ġin", + "coming" + ], + [ + "Ġinc", + "oming" + ], + [ + "Ġincom", + "ing" + ], + [ + "Ġinco", + "ming" + ], + [ + "Ġair", + "way" + ], + [ + "Ġ", + "Artificial" + ], + [ + "ĠArt", + "ificial" + ], + [ + "Through", + "out" + ], + [ + "Ġ", + "Size" + ], + [ + "ĠS", + "ize" + ], + [ + "ĠSi", + "ze" + ], + [ + "uccess", + "ful" + ], + [ + "ĠAnt", + "onio" + ], + [ + "ĠAnton", + "io" + ], + [ + "i", + "ates" + ], + [ + "ia", + "tes" + ], + [ + "iate", + "s" + ], + [ + "iat", + "es" + ], + [ + "Ġs", + "ulph" + ], + [ + "Ġsul", + "ph" + ], + [ + "Ġpo", + "ets" + ], + [ + "Ġpoet", + "s" + ], + [ + "aw", + "ning" + ], + [ + "awn", + "ing" + ], + [ + "Ġinev", + "itably" + ], + [ + "Ġt", + "idal" + ], + [ + "Ġtid", + "al" + ], + [ + "Ġti", + "dal" + ], + [ + "Ġ", + "MB" + ], + [ + "ĠM", + "B" + ], + [ + "Ġcan", + "vas" + ], + [ + "Ġcanv", + "as" + ], + [ + "Ġviol", + "ations" + ], + [ + "Ġviolation", + "s" + ], + [ + "a", + "tto" + ], + [ + "at", + "to" + ], + [ + "att", + "o" + ], + [ + "Ġ", + "vest" + ], + [ + "Ġv", + "est" + ], + [ + "Ġve", + "st" + ], + [ + "Ġves", + "t" + ], + [ + "s", + "wers" + ], + [ + "sw", + "ers" + ], + [ + "swe", + "rs" + ], + [ + "swer", + "s" + ], + [ + "F", + "R" + ], + [ + "Ġmon", + "oxide" + ], + [ + "e", + "ek" + ], + [ + "ee", + "k" + ], + [ + "Ġem", + "bark" + ], + [ + "Ġemb", + "ark" + ], + [ + "Ġprec", + "eding" + ], + [ + "Ġpreced", + "ing" + ], + [ + "Ġbe", + "verage" + ], + [ + "Ġbe", + "ams" + ], + [ + "Ġbeam", + "s" + ], + [ + "Ġsw", + "allowing" + ], + [ + "Ġswallow", + "ing" + ], + [ + "b", + "eth" + ], + [ + "be", + "th" + ], + [ + "bet", + "h" + ], + [ + "o", + "val" + ], + [ + "ov", + "al" + ], + [ + "ova", + "l" + ], + [ + "o", + "xy" + ], + [ + "ox", + "y" + ], + [ + "Ġ", + "Employ" + ], + [ + "ĠEm", + "ploy" + ], + [ + "Ġdeg", + "eneration" + ], + [ + "Ġdegen", + "eration" + ], + [ + "à¥į", + "à¤" + ], + [ + "g", + "ate" + ], + [ + "ga", + "te" + ], + [ + "a", + "round" + ], + [ + "ar", + "ound" + ], + [ + "aro", + "und" + ], + [ + "ot", + "ted" + ], + [ + "ott", + "ed" + ], + [ + "otte", + "d" + ], + [ + "ĠNap", + "oleon" + ], + [ + "ĠNapole", + "on" + ], + [ + "Ġide", + "als" + ], + [ + "Ġidea", + "ls" + ], + [ + "Ġideal", + "s" + ], + [ + "Ġid", + "eals" + ], + [ + "Ġgradu", + "ated" + ], + [ + "Ġgraduate", + "d" + ], + [ + "Ġgrad", + "uated" + ], + [ + "Ġb", + "rit" + ], + [ + "Ġbr", + "it" + ], + [ + "Ġbri", + "t" + ], + [ + "Ġg", + "rip" + ], + [ + "Ġgr", + "ip" + ], + [ + "Ġgri", + "p" + ], + [ + "Ġ", + "LE" + ], + [ + "ĠL", + "E" + ], + [ + "Ù", + "Ī" + ], + [ + "ic", + "ism" + ], + [ + "ici", + "sm" + ], + [ + "a", + "urus" + ], + [ + "au", + "rus" + ], + [ + "aur", + "us" + ], + [ + "ĠMor", + "ris" + ], + [ + "Ġl", + "oyalty" + ], + [ + "Ġloyal", + "ty" + ], + [ + "e", + "dy" + ], + [ + "ed", + "y" + ], + [ + "ĠP", + "le" + ], + [ + "ĠPl", + "e" + ], + [ + "Ġl", + "ever" + ], + [ + "Ġle", + "ver" + ], + [ + "Ġlev", + "er" + ], + [ + "Ġleve", + "r" + ], + [ + "bre", + "aking" + ], + [ + "break", + "ing" + ], + [ + "Ġapp", + "reciated" + ], + [ + "Ġapprec", + "iated" + ], + [ + "Ġappreciate", + "d" + ], + [ + "Ġrest", + "riction" + ], + [ + "Ġrestrict", + "ion" + ], + [ + "â", + "Ĺ" + ], + [ + "Ġt", + "iles" + ], + [ + "Ġtil", + "es" + ], + [ + "Ġtile", + "s" + ], + [ + "Ġti", + "les" + ], + [ + "Ġc", + "ognition" + ], + [ + "Ġcogn", + "ition" + ], + [ + "Ġex", + "empt" + ], + [ + "Ġexem", + "pt" + ], + [ + "Ġtext", + "ile" + ], + [ + "Ġrac", + "ist" + ], + [ + "Ġp", + "ockets" + ], + [ + "Ġpock", + "ets" + ], + [ + "Ġpocket", + "s" + ], + [ + "ur", + "pose" + ], + [ + "urp", + "ose" + ], + [ + "ch", + "ild" + ], + [ + "chi", + "ld" + ], + [ + "Ġsec", + "rets" + ], + [ + "Ġsecret", + "s" + ], + [ + "Ġsecre", + "ts" + ], + [ + "Ġg", + "lad" + ], + [ + "Ġgl", + "ad" + ], + [ + "Ġv", + "ibration" + ], + [ + "Ġvibr", + "ation" + ], + [ + "Ġvi", + "bration" + ], + [ + "Ġvib", + "ration" + ], + [ + "ĠPl", + "ains" + ], + [ + "ĠPlain", + "s" + ], + [ + "ĠR", + "oom" + ], + [ + "ĠRo", + "om" + ], + [ + "Ġrep", + "etition" + ], + [ + "Ġrepet", + "ition" + ], + [ + "W", + "HO" + ], + [ + "WH", + "O" + ], + [ + "Ġs", + "nee" + ], + [ + "Ġsn", + "ee" + ], + [ + "Ġsne", + "e" + ], + [ + "o", + "morph" + ], + [ + "om", + "orph" + ], + [ + "Ġ", + "Sugar" + ], + [ + "ĠS", + "ugar" + ], + [ + "ĠSu", + "gar" + ], + [ + "ĠSug", + "ar" + ], + [ + "Ġsupplement", + "ation" + ], + [ + "Ġsup", + "plementation" + ], + [ + "Ġsupple", + "mentation" + ], + [ + "M", + "uch" + ], + [ + "Mu", + "ch" + ], + [ + "o", + "wl" + ], + [ + "ow", + "l" + ], + [ + "Ġv", + "egg" + ], + [ + "Ġve", + "gg" + ], + [ + "Ġveg", + "g" + ], + [ + "Ġ", + "Progress" + ], + [ + "ĠProg", + "ress" + ], + [ + "Ġim", + "plicit" + ], + [ + "Ġimpl", + "icit" + ], + [ + "Ġimplic", + "it" + ], + [ + "Ġ", + "API" + ], + [ + "ĠA", + "PI" + ], + [ + "ĠAP", + "I" + ], + [ + "Ġ", + "Opportun" + ], + [ + "ĠOpp", + "ortun" + ], + [ + "Ġst", + "ainless" + ], + [ + "Ġstain", + "less" + ], + [ + "Ġre", + "nov" + ], + [ + "Ġren", + "ov" + ], + [ + "ter", + "ns" + ], + [ + "tern", + "s" + ], + [ + "Ġrest", + "oring" + ], + [ + "Ġfa", + "una" + ], + [ + "Ġcirc", + "ulating" + ], + [ + "Ġcircul", + "ating" + ], + [ + "Ġdim", + "inished" + ], + [ + "Ġdimin", + "ished" + ], + [ + "Ġdiminish", + "ed" + ], + [ + "H", + "G" + ], + [ + "Ã", + "Ĺ" + ], + [ + "An", + "swer" + ], + [ + "Ans", + "wer" + ], + [ + "Ġspin", + "ach" + ], + [ + "Ġspina", + "ch" + ], + [ + "N", + "As" + ], + [ + "NA", + "s" + ], + [ + "il", + "iary" + ], + [ + "ili", + "ary" + ], + [ + "ilia", + "ry" + ], + [ + "Ġle", + "aks" + ], + [ + "Ġleak", + "s" + ], + [ + "Ġinstru", + "ctors" + ], + [ + "Ġinstruct", + "ors" + ], + [ + "Ġinstructor", + "s" + ], + [ + "Ġrab", + "bit" + ], + [ + "Ġrabbi", + "t" + ], + [ + "e", + "nc" + ], + [ + "en", + "c" + ], + [ + "Ġ", + "DA" + ], + [ + "ĠD", + "A" + ], + [ + "Ġph", + "il" + ], + [ + "Ġdomin", + "ance" + ], + [ + "D", + "avid" + ], + [ + "Dav", + "id" + ], + [ + "N", + "R" + ], + [ + "u", + "tt" + ], + [ + "ut", + "t" + ], + [ + "Ġ", + "Nit" + ], + [ + "ĠN", + "it" + ], + [ + "ĠNi", + "t" + ], + [ + "Ġlear", + "nt" + ], + [ + "Ġlearn", + "t" + ], + [ + "Ġmult", + "itude" + ], + [ + "Ġmultit", + "ude" + ], + [ + "Ġvol", + "atile" + ], + [ + "Ġvolat", + "ile" + ], + [ + "Ġ", + "±" + ], + [ + "ĠÂ", + "±" + ], + [ + "ĠAt", + "las" + ], + [ + "ĠAtl", + "as" + ], + [ + "er", + "red" + ], + [ + "erre", + "d" + ], + [ + "ĠSh", + "ah" + ], + [ + "ĠSha", + "h" + ], + [ + "Ġl", + "atitude" + ], + [ + "Ġlat", + "itude" + ], + [ + "Ġremember", + "ing" + ], + [ + "Ġd", + "ataset" + ], + [ + "Ġdata", + "set" + ], + [ + "Ġdatas", + "et" + ], + [ + "c", + "hem" + ], + [ + "ch", + "em" + ], + [ + "che", + "m" + ], + [ + "Ġ", + "Matt" + ], + [ + "ĠM", + "att" + ], + [ + "ĠMat", + "t" + ], + [ + "ĠMa", + "tt" + ], + [ + "Ġpo", + "orer" + ], + [ + "Ġpoor", + "er" + ], + [ + "Ġpoo", + "rer" + ], + [ + "ĠCath", + "olics" + ], + [ + "ĠCatholic", + "s" + ], + [ + "Ġw", + "rapped" + ], + [ + "Ġwr", + "apped" + ], + [ + "Ġwra", + "pped" + ], + [ + "Ġwrap", + "ped" + ], + [ + "!", + "\"" + ], + [ + "!", + "âĢĿĊ" + ], + [ + "!âĢĿ", + "Ċ" + ], + [ + "Ġcompan", + "ions" + ], + [ + "Ġcompanion", + "s" + ], + [ + "co", + "al" + ], + [ + "p", + "a" + ], + [ + "es", + "la" + ], + [ + "Ġd", + "ressed" + ], + [ + "Ġdr", + "essed" + ], + [ + "Ġdress", + "ed" + ], + [ + "Ġj", + "azz" + ], + [ + "Ġja", + "zz" + ], + [ + "Ġapp", + "rent" + ], + [ + "Ġhel", + "met" + ], + [ + "Ġhelm", + "et" + ], + [ + "Ġul", + "cer" + ], + [ + "Ġin", + "ert" + ], + [ + "Ġine", + "rt" + ], + [ + "Ġ", + "Jay" + ], + [ + "ĠJ", + "ay" + ], + [ + "ĠJa", + "y" + ], + [ + "oc", + "cup" + ], + [ + "occ", + "up" + ], + [ + "Ġceremon", + "ies" + ], + [ + "-", + "govern" + ], + [ + "-go", + "vern" + ], + [ + ">", + ">" + ], + [ + "a", + "lam" + ], + [ + "al", + "am" + ], + [ + "ala", + "m" + ], + [ + "Ġ", + "Catherine" + ], + [ + "ĠC", + "atherine" + ], + [ + "Ġ", + "Lyn" + ], + [ + "ĠL", + "yn" + ], + [ + "ĠLy", + "n" + ], + [ + "Ġ", + "Ali" + ], + [ + "ĠA", + "li" + ], + [ + "ĠAl", + "i" + ], + [ + "Ġval", + "leys" + ], + [ + "Ġvalley", + "s" + ], + [ + "-", + "car" + ], + [ + "-c", + "ar" + ], + [ + "-ca", + "r" + ], + [ + "Ġpred", + "icting" + ], + [ + "Ġpredict", + "ing" + ], + [ + "Ġpredic", + "ting" + ], + [ + "Ġ", + "Private" + ], + [ + "ĠPr", + "ivate" + ], + [ + "ĠPriv", + "ate" + ], + [ + "Ġse", + "izure" + ], + [ + "Ġseiz", + "ure" + ], + [ + "Q", + "U" + ], + [ + "n", + "els" + ], + [ + "ne", + "ls" + ], + [ + "nel", + "s" + ], + [ + "Ġb", + "aked" + ], + [ + "Ġba", + "ked" + ], + [ + "Ġbake", + "d" + ], + [ + "Ġbak", + "ed" + ], + [ + "Ġf", + "orage" + ], + [ + "Ġfor", + "age" + ], + [ + "Ġfo", + "rage" + ], + [ + "Ġst", + "olen" + ], + [ + "Ġstole", + "n" + ], + [ + "Ġsto", + "len" + ], + [ + "Ġcompet", + "itors" + ], + [ + "Ġcompetitor", + "s" + ], + [ + "Over", + "all" + ], + [ + "in", + "formation" + ], + [ + "inform", + "ation" + ], + [ + "e", + "sters" + ], + [ + "es", + "ters" + ], + [ + "est", + "ers" + ], + [ + "ester", + "s" + ], + [ + "este", + "rs" + ], + [ + "Ġ", + "Pin" + ], + [ + "ĠP", + "in" + ], + [ + "ĠPi", + "n" + ], + [ + "Ġsh", + "ades" + ], + [ + "Ġshade", + "s" + ], + [ + "Ġshad", + "es" + ], + [ + "ĠPro", + "ceedings" + ], + [ + "ĠIn", + "do" + ], + [ + "ĠInd", + "o" + ], + [ + "ir", + "ected" + ], + [ + "irect", + "ed" + ], + [ + "Ġplay", + "ground" + ], + [ + "Ġ", + "Break" + ], + [ + "ĠBre", + "ak" + ], + [ + "Ġpod", + "cast" + ], + [ + "o", + "an" + ], + [ + "oa", + "n" + ], + [ + "Ġd", + "ome" + ], + [ + "Ġdo", + "me" + ], + [ + "Ġdom", + "e" + ], + [ + "Ġg", + "em" + ], + [ + "Ġge", + "m" + ], + [ + "a", + "cea" + ], + [ + "ac", + "ea" + ], + [ + "ace", + "a" + ], + [ + "Ġ", + "Autom" + ], + [ + "ĠAut", + "om" + ], + [ + "ĠAuto", + "m" + ], + [ + "ĠAu", + "tom" + ], + [ + "Ġcom", + "prising" + ], + [ + "Ġcomp", + "rising" + ], + [ + "Ġcompris", + "ing" + ], + [ + "Ġ", + "Fast" + ], + [ + "ĠF", + "ast" + ], + [ + "ĠFa", + "st" + ], + [ + "Ġcolon", + "ists" + ], + [ + "Ġ", + "Letter" + ], + [ + "ĠL", + "etter" + ], + [ + "ĠLet", + "ter" + ], + [ + "ĠLett", + "er" + ], + [ + "Ġ", + "Specifically" + ], + [ + "ĠSpec", + "ifically" + ], + [ + "ĠSpecific", + "ally" + ], + [ + "U", + "ntil" + ], + [ + "Unt", + "il" + ], + [ + "p", + "ace" + ], + [ + "pa", + "ce" + ], + [ + "Ġc", + "hol" + ], + [ + "Ġch", + "ol" + ], + [ + "Ġcho", + "l" + ], + [ + "ag", + "onal" + ], + [ + "ago", + "nal" + ], + [ + "agon", + "al" + ], + [ + "Ġ", + "Independent" + ], + [ + "ĠInd", + "ependent" + ], + [ + "ĠIndepend", + "ent" + ], + [ + "E", + "PA" + ], + [ + "EP", + "A" + ], + [ + "N", + "G" + ], + [ + "Ġ", + "tones" + ], + [ + "Ġt", + "ones" + ], + [ + "Ġto", + "nes" + ], + [ + "Ġton", + "es" + ], + [ + "Ġtone", + "s" + ], + [ + "r", + "ov" + ], + [ + "ro", + "v" + ], + [ + "Ġc", + "older" + ], + [ + "Ġcol", + "der" + ], + [ + "Ġcold", + "er" + ], + [ + "Ġdep", + "icts" + ], + [ + "Ġdepict", + "s" + ], + [ + "Ġcivil", + "ians" + ], + [ + "Ġcivilian", + "s" + ], + [ + "Ġciv", + "ilians" + ], + [ + "N", + "ews" + ], + [ + "New", + "s" + ], + [ + "Ne", + "ws" + ], + [ + "-", + "control" + ], + [ + "-c", + "ontrol" + ], + [ + "-cont", + "rol" + ], + [ + "Ġfund", + "amentally" + ], + [ + "Ġfundamental", + "ly" + ], + [ + "Ġfundament", + "ally" + ], + [ + "o", + "tor" + ], + [ + "ot", + "or" + ], + [ + "oto", + "r" + ], + [ + "Ġpe", + "ppers" + ], + [ + "Ġpepper", + "s" + ], + [ + "Ġpepp", + "ers" + ], + [ + "Ġ", + "Screen" + ], + [ + "ĠS", + "creen" + ], + [ + "ĠSc", + "reen" + ], + [ + "Ġan", + "swering" + ], + [ + "Ġansw", + "ering" + ], + [ + "Ġanswer", + "ing" + ], + [ + "Ġleaf", + "y" + ], + [ + "Ġsocio", + "economic" + ], + [ + "Ġen", + "large" + ], + [ + "Ġenlar", + "ge" + ], + [ + "Ġenl", + "arge" + ], + [ + "ic", + "idal" + ], + [ + "ici", + "dal" + ], + [ + "l", + "ights" + ], + [ + "light", + "s" + ], + [ + "Ġ", + "Cities" + ], + [ + "ĠC", + "ities" + ], + [ + "ĠCit", + "ies" + ], + [ + "ĠCi", + "ties" + ], + [ + "Ġint", + "imate" + ], + [ + "Ġintim", + "ate" + ], + [ + "Ġde", + "central" + ], + [ + "Ġdec", + "entral" + ], + [ + "Ġdecent", + "ral" + ], + [ + "ĠP", + "apers" + ], + [ + "ĠPaper", + "s" + ], + [ + "ĠPap", + "ers" + ], + [ + "ĠPa", + "pers" + ], + [ + "Ġcontin", + "ents" + ], + [ + "Ġcontinent", + "s" + ], + [ + "ĠG", + "hana" + ], + [ + "ĠGh", + "ana" + ], + [ + "Ġ", + "plantation" + ], + [ + "Ġplant", + "ation" + ], + [ + "Ġ", + "Flag" + ], + [ + "ĠF", + "lag" + ], + [ + "ĠFl", + "ag" + ], + [ + "ĠFla", + "g" + ], + [ + "Ġ", + "Volunt" + ], + [ + "ĠVol", + "unt" + ], + [ + "Ġ", + "Cyber" + ], + [ + "ĠCy", + "ber" + ], + [ + "Ġ", + "ounces" + ], + [ + "Ġoun", + "ces" + ], + [ + "Ġounce", + "s" + ], + [ + "Ġou", + "nces" + ], + [ + "J", + "oin" + ], + [ + "Jo", + "in" + ], + [ + "Ġ", + "Sanskrit" + ], + [ + "ĠS", + "anskrit" + ], + [ + "r", + "inging" + ], + [ + "ring", + "ing" + ], + [ + "rin", + "ging" + ], + [ + "Ġpast", + "ure" + ], + [ + "-", + "section" + ], + [ + "-s", + "ection" + ], + [ + "-se", + "ction" + ], + [ + "-sect", + "ion" + ], + [ + "k", + "ill" + ], + [ + "ki", + "ll" + ], + [ + "kil", + "l" + ], + [ + "Ġ", + "Nat" + ], + [ + "ĠN", + "at" + ], + [ + "ĠNa", + "t" + ], + [ + "ĠA", + "nat" + ], + [ + "ĠAn", + "at" + ], + [ + "ĠAna", + "t" + ], + [ + "Ġpred", + "ator" + ], + [ + "Ġconsult", + "ant" + ], + [ + "Ġg", + "ifted" + ], + [ + "Ġgif", + "ted" + ], + [ + "Ġgift", + "ed" + ], + [ + "Ġgi", + "fted" + ], + [ + "Ġenerg", + "etic" + ], + [ + "Ġenerget", + "ic" + ], + [ + "i", + "oma" + ], + [ + "io", + "ma" + ], + [ + "iom", + "a" + ], + [ + "o", + "ni" + ], + [ + "on", + "i" + ], + [ + "Ġc", + "ant" + ], + [ + "Ġcan", + "t" + ], + [ + "Ġca", + "nt" + ], + [ + "Ġsh", + "ipped" + ], + [ + "Ġship", + "ped" + ], + [ + "Ġshi", + "pped" + ], + [ + "Ġad", + "vers" + ], + [ + "Ġadv", + "ers" + ], + [ + "in", + "to" + ], + [ + "int", + "o" + ], + [ + "Ġb", + "uds" + ], + [ + "Ġbu", + "ds" + ], + [ + "Ġbud", + "s" + ], + [ + "Ġwe", + "ighing" + ], + [ + "Ġweigh", + "ing" + ], + [ + "Ġdis", + "infect" + ], + [ + "Ġdisin", + "fect" + ], + [ + "Ġobs", + "ervers" + ], + [ + "Ġobserv", + "ers" + ], + [ + "Ġobserve", + "rs" + ], + [ + "Ġobser", + "vers" + ], + [ + "Ġobserver", + "s" + ], + [ + "Ġign", + "orance" + ], + [ + "Ġignor", + "ance" + ], + [ + "Ã", + "¦" + ], + [ + "Ġ", + "Hold" + ], + [ + "ĠH", + "old" + ], + [ + "ĠHol", + "d" + ], + [ + "ĠHo", + "ld" + ], + [ + "a", + "tson" + ], + [ + "at", + "son" + ], + [ + "ats", + "on" + ], + [ + "Ġrecord", + "ings" + ], + [ + "Ġrecording", + "s" + ], + [ + "ĠSouth", + "west" + ], + [ + "Ġ", + "Internal" + ], + [ + "ĠIn", + "ternal" + ], + [ + "ĠIntern", + "al" + ], + [ + "ĠInt", + "ernal" + ], + [ + "ĠInter", + "nal" + ], + [ + "Ġjournal", + "ist" + ], + [ + "Ġdipl", + "om" + ], + [ + "iv", + "ores" + ], + [ + "ivore", + "s" + ], + [ + "ivo", + "res" + ], + [ + "ĠSt", + "ev" + ], + [ + "ĠSte", + "v" + ], + [ + "Ġmake", + "up" + ], + [ + "Ġ", + "angel" + ], + [ + "Ġan", + "gel" + ], + [ + "Ġang", + "el" + ], + [ + "L", + "ead" + ], + [ + "Le", + "ad" + ], + [ + "Ġp", + "our" + ], + [ + "Ġpo", + "ur" + ], + [ + "Ġpou", + "r" + ], + [ + "Ġ", + "Sin" + ], + [ + "ĠS", + "in" + ], + [ + "ĠSi", + "n" + ], + [ + "Ġ", + "Mir" + ], + [ + "ĠM", + "ir" + ], + [ + "ĠMi", + "r" + ], + [ + "Ġstiff", + "ness" + ], + [ + "Ġ", + "HR" + ], + [ + "ĠH", + "R" + ], + [ + "Ġ", + "Workers" + ], + [ + "ĠWor", + "kers" + ], + [ + "ĠWork", + "ers" + ], + [ + "ĠWorker", + "s" + ], + [ + "Ġmot", + "ivate" + ], + [ + "Ġmotiv", + "ate" + ], + [ + "Ġastron", + "omical" + ], + [ + "Ġ", + "Leadership" + ], + [ + "ĠLead", + "ership" + ], + [ + "ĠLeader", + "ship" + ], + [ + "ĠLeaders", + "hip" + ], + [ + "F", + "P" + ], + [ + "at", + "ched" + ], + [ + "atch", + "ed" + ], + [ + "atche", + "d" + ], + [ + "Ġout", + "reach" + ], + [ + "ĠV", + "enezuel" + ], + [ + "Ġprocess", + "ors" + ], + [ + "Ġproc", + "essors" + ], + [ + "Ġprocessor", + "s" + ], + [ + "Ġ", + "Alan" + ], + [ + "ĠA", + "lan" + ], + [ + "ĠAl", + "an" + ], + [ + "ĠAla", + "n" + ], + [ + "Ġunder", + "est" + ], + [ + "Ġund", + "erest" + ], + [ + "Ġundere", + "st" + ], + [ + "Ġdisadvant", + "age" + ], + [ + "ograph", + "s" + ], + [ + "ograp", + "hs" + ], + [ + "Ġclim", + "atic" + ], + [ + "Ġclimat", + "ic" + ], + [ + "o", + "scope" + ], + [ + "osc", + "ope" + ], + [ + "Ġfest", + "ivals" + ], + [ + "Ġfestival", + "s" + ], + [ + "Ġmir", + "rors" + ], + [ + "Ġmirror", + "s" + ], + [ + "Ġparad", + "ox" + ], + [ + "Ġ", + "lap" + ], + [ + "Ġl", + "ap" + ], + [ + "Ġla", + "p" + ], + [ + "Ġcan", + "on" + ], + [ + "Ġca", + "non" + ], + [ + "Ġev", + "ap" + ], + [ + "Ġback", + "ward" + ], + [ + "Ġbac", + "kward" + ], + [ + "Ġspec", + "ification" + ], + [ + "Ġspecific", + "ation" + ], + [ + "Ġveget", + "arian" + ], + [ + "Ġac", + "quiring" + ], + [ + "Ġacqu", + "iring" + ], + [ + "n", + "osis" + ], + [ + "no", + "sis" + ], + [ + "nos", + "is" + ], + [ + "v", + "ings" + ], + [ + "ving", + "s" + ], + [ + "vin", + "gs" + ], + [ + "Ġg", + "ad" + ], + [ + "Ġga", + "d" + ], + [ + "Ġ", + "Sit" + ], + [ + "ĠS", + "it" + ], + [ + "ĠSi", + "t" + ], + [ + "a", + "cial" + ], + [ + "ac", + "ial" + ], + [ + "acia", + "l" + ], + [ + "aci", + "al" + ], + [ + "hel", + "p" + ], + [ + "Ġcere", + "als" + ], + [ + "Ġcer", + "eals" + ], + [ + "Ġcereal", + "s" + ], + [ + "Ġ", + "haw" + ], + [ + "Ġh", + "aw" + ], + [ + "Ġha", + "w" + ], + [ + "Ġ", + "None" + ], + [ + "ĠN", + "one" + ], + [ + "ĠNo", + "ne" + ], + [ + "ĠNon", + "e" + ], + [ + "Ġsc", + "rut" + ], + [ + "Ġscr", + "ut" + ], + [ + "Ġa", + "wards" + ], + [ + "Ġaw", + "ards" + ], + [ + "Ġaward", + "s" + ], + [ + "Ġd", + "iving" + ], + [ + "Ġdi", + "ving" + ], + [ + "Ġdiv", + "ing" + ], + [ + "Ġs", + "tool" + ], + [ + "Ġst", + "ool" + ], + [ + "Ġsto", + "ol" + ], + [ + "Ġ", + "Mig" + ], + [ + "ĠM", + "ig" + ], + [ + "ĠMi", + "g" + ], + [ + "ĠWe", + "bs" + ], + [ + "ĠWeb", + "s" + ], + [ + "e", + "va" + ], + [ + "ev", + "a" + ], + [ + "More", + "over" + ], + [ + "S", + "O" + ], + [ + "Ġ", + "Molecular" + ], + [ + "ĠM", + "olecular" + ], + [ + "ĠMole", + "cular" + ], + [ + "âĢľ", + "A" + ], + [ + "-", + "war" + ], + [ + "-w", + "ar" + ], + [ + "-wa", + "r" + ], + [ + "Ġrein", + "forcement" + ], + [ + "Ġreinforce", + "ment" + ], + [ + "Ġanch", + "or" + ], + [ + "Ġanc", + "hor" + ], + [ + "Ġin", + "acc" + ], + [ + "Ġno", + "where" + ], + [ + "Ġnow", + "here" + ], + [ + "Ġmind", + "ful" + ], + [ + "Ġrender", + "ing" + ], + [ + "Ġrend", + "ering" + ], + [ + "Ġ", + "Rice" + ], + [ + "ĠR", + "ice" + ], + [ + "ĠRic", + "e" + ], + [ + "ĠRi", + "ce" + ], + [ + "Ġ", + "Gordon" + ], + [ + "ĠG", + "ordon" + ], + [ + "ĠGor", + "don" + ], + [ + "ĠGord", + "on" + ], + [ + "Ġre", + "actors" + ], + [ + "Ġreact", + "ors" + ], + [ + "Ġreactor", + "s" + ], + [ + "Ġh", + "airs" + ], + [ + "Ġha", + "irs" + ], + [ + "Ġhair", + "s" + ], + [ + "Ġincorpor", + "ates" + ], + [ + "Ġincorporate", + "s" + ], + [ + "Ġbehaviour", + "al" + ], + [ + "Ġ", + "Fourth" + ], + [ + "ĠFour", + "th" + ], + [ + "Ġrev", + "ersed" + ], + [ + "Ġreverse", + "d" + ], + [ + "Ġrevers", + "ed" + ], + [ + "Ġrever", + "sed" + ], + [ + "Ġtodd", + "ler" + ], + [ + "Ġb", + "ombs" + ], + [ + "Ġbomb", + "s" + ], + [ + "Ġbom", + "bs" + ], + [ + "-", + "app" + ], + [ + "-a", + "pp" + ], + [ + "m", + "ith" + ], + [ + "mit", + "h" + ], + [ + "mi", + "th" + ], + [ + "Ġ", + "maker" + ], + [ + "Ġm", + "aker" + ], + [ + "Ġmake", + "r" + ], + [ + "Ġma", + "ker" + ], + [ + "Ġmak", + "er" + ], + [ + "Ġg", + "olf" + ], + [ + "Ġgol", + "f" + ], + [ + "u", + "da" + ], + [ + "ud", + "a" + ], + [ + "Ġsk", + "ip" + ], + [ + "Ġski", + "p" + ], + [ + "Ġback", + "yard" + ], + [ + "ĠFor", + "ces" + ], + [ + "ĠForce", + "s" + ], + [ + "Ġconf", + "erences" + ], + [ + "Ġconference", + "s" + ], + [ + "Ġconfer", + "ences" + ], + [ + "Ġlaw", + "yers" + ], + [ + "Ġlawyer", + "s" + ], + [ + "ĠT", + "anz" + ], + [ + "ĠTan", + "z" + ], + [ + "Ġ", + "Insp" + ], + [ + "ĠIn", + "sp" + ], + [ + "ĠIns", + "p" + ], + [ + "-", + "side" + ], + [ + "-s", + "ide" + ], + [ + "Ġinit", + "iate" + ], + [ + "Ġiniti", + "ate" + ], + [ + "Ġc", + "rises" + ], + [ + "Ġcr", + "ises" + ], + [ + "Ġcris", + "es" + ], + [ + "o", + "ise" + ], + [ + "ois", + "e" + ], + [ + "oi", + "se" + ], + [ + "p", + "i" + ], + [ + "Ġmen", + "opause" + ], + [ + "um", + "bing" + ], + [ + "umb", + "ing" + ], + [ + "Ġcon", + "structing" + ], + [ + "Ġconstruct", + "ing" + ], + [ + "Ġw", + "iring" + ], + [ + "Ġwi", + "ring" + ], + [ + "Ġ", + "arist" + ], + [ + "Ġa", + "rist" + ], + [ + "Ġar", + "ist" + ], + [ + "Ġfore", + "most" + ], + [ + "Ġbar", + "rels" + ], + [ + "Ġbarrel", + "s" + ], + [ + "e", + "bra" + ], + [ + "eb", + "ra" + ], + [ + "Ġpul", + "ses" + ], + [ + "Ġpulse", + "s" + ], + [ + "Ġpuls", + "es" + ], + [ + "cl", + "usive" + ], + [ + "clus", + "ive" + ], + [ + "ĠBen", + "gal" + ], + [ + "ĠBeng", + "al" + ], + [ + "Ġ", + "á" + ], + [ + "Ġs", + "ting" + ], + [ + "Ġst", + "ing" + ], + [ + "Ġa", + "erobic" + ], + [ + "Ġaer", + "obic" + ], + [ + "Ġaerob", + "ic" + ], + [ + "Ġd", + "uck" + ], + [ + "Ġdu", + "ck" + ], + [ + "Ġduc", + "k" + ], + [ + "Ġd", + "iary" + ], + [ + "Ġdi", + "ary" + ], + [ + "Ġdia", + "ry" + ], + [ + "Ġde", + "position" + ], + [ + "Ġdep", + "osition" + ], + [ + "Ġdepos", + "ition" + ], + [ + "Ġdeposit", + "ion" + ], + [ + "Ġhome", + "owners" + ], + [ + "Ġhomeowner", + "s" + ], + [ + "Se", + "ptember" + ], + [ + "Sept", + "ember" + ], + [ + "Ġintest", + "ines" + ], + [ + "Ġintestine", + "s" + ], + [ + "l", + "een" + ], + [ + "le", + "en" + ], + [ + "lee", + "n" + ], + [ + "ĠA", + "ch" + ], + [ + "ĠAc", + "h" + ], + [ + "Ġb", + "ypass" + ], + [ + "Ġby", + "pass" + ], + [ + "Ġbyp", + "ass" + ], + [ + "Ġdec", + "imal" + ], + [ + "Ġsw", + "ift" + ], + [ + "Ġter", + "rorism" + ], + [ + "Ġterror", + "ism" + ], + [ + "Ġ", + "Concer" + ], + [ + "ĠCon", + "cer" + ], + [ + "ĠConc", + "er" + ], + [ + "ĠCl", + "aud" + ], + [ + "ĠCla", + "ud" + ], + [ + "Ġre", + "active" + ], + [ + "Ġreact", + "ive" + ], + [ + "Ġh", + "osting" + ], + [ + "Ġhost", + "ing" + ], + [ + "Ġstrugg", + "led" + ], + [ + "Ġstruggle", + "d" + ], + [ + "Ġh", + "unter" + ], + [ + "Ġhunt", + "er" + ], + [ + "Ġhun", + "ter" + ], + [ + "Ġpolic", + "ymakers" + ], + [ + "Ġpolicy", + "makers" + ], + [ + "Ġpolicym", + "akers" + ], + [ + "i", + "atic" + ], + [ + "ia", + "tic" + ], + [ + "iat", + "ic" + ], + [ + "i", + "ratory" + ], + [ + "ir", + "atory" + ], + [ + "Ġ", + "Cool" + ], + [ + "ĠC", + "ool" + ], + [ + "ĠCo", + "ol" + ], + [ + "Ġ", + "Gran" + ], + [ + "ĠG", + "ran" + ], + [ + "ĠGra", + "n" + ], + [ + "ĠGr", + "an" + ], + [ + "a", + "ctions" + ], + [ + "act", + "ions" + ], + [ + "action", + "s" + ], + [ + "Ġbe", + "side" + ], + [ + "Ġbes", + "ide" + ], + [ + "av", + "ailable" + ], + [ + "Ġa", + "voc" + ], + [ + "Ġav", + "oc" + ], + [ + "u", + "pus" + ], + [ + "up", + "us" + ], + [ + "Ġprog", + "resses" + ], + [ + "Ġprogress", + "es" + ], + [ + "Ġvolcan", + "oes" + ], + [ + "Ġvolcano", + "es" + ], + [ + "Ġlon", + "gevity" + ], + [ + "Id", + "ent" + ], + [ + "Ide", + "nt" + ], + [ + "w", + "ere" + ], + [ + "we", + "re" + ], + [ + "wer", + "e" + ], + [ + "Ġ", + "ICT" + ], + [ + "ĠI", + "CT" + ], + [ + "ĠIC", + "T" + ], + [ + "Ġ", + "Applications" + ], + [ + "ĠAp", + "plications" + ], + [ + "ĠApplic", + "ations" + ], + [ + "ĠApplication", + "s" + ], + [ + "ĠAppl", + "ications" + ], + [ + "Ġail", + "ments" + ], + [ + "Ġailment", + "s" + ], + [ + "Ġf", + "ilt" + ], + [ + "Ġfil", + "t" + ], + [ + "Ġfi", + "lt" + ], + [ + "Ġcommit", + "ments" + ], + [ + "Ġcommitment", + "s" + ], + [ + "en", + "ium" + ], + [ + "eni", + "um" + ], + [ + "Ġ", + "Structure" + ], + [ + "ĠSt", + "ructure" + ], + [ + "Ġsed", + "iments" + ], + [ + "Ġsediment", + "s" + ], + [ + "Ġmerch", + "ants" + ], + [ + "Ġmerchant", + "s" + ], + [ + "Ġs", + "hoe" + ], + [ + "Ġsh", + "oe" + ], + [ + "Ġsho", + "e" + ], + [ + "Ġsuff", + "ers" + ], + [ + "Ġsuffer", + "s" + ], + [ + "Ġcap", + "tain" + ], + [ + "Ġcapt", + "ain" + ], + [ + "Â", + "»" + ], + [ + "Ġw", + "omb" + ], + [ + "Ġwo", + "mb" + ], + [ + "os", + "itions" + ], + [ + "osition", + "s" + ], + [ + "osit", + "ions" + ], + [ + "Ġpo", + "orest" + ], + [ + "Ġpoor", + "est" + ], + [ + "Ġpoo", + "rest" + ], + [ + "ĠJ", + "uan" + ], + [ + "ĠJu", + "an" + ], + [ + "e", + "da" + ], + [ + "ed", + "a" + ], + [ + "Ġ", + "mint" + ], + [ + "Ġm", + "int" + ], + [ + "Ġmin", + "t" + ], + [ + "Ġmi", + "nt" + ], + [ + "Ġmar", + "itime" + ], + [ + "a", + "cious" + ], + [ + "ac", + "ious" + ], + [ + "acio", + "us" + ], + [ + "aci", + "ous" + ], + [ + "Ġd", + "rift" + ], + [ + "Ġdr", + "ift" + ], + [ + "Ġdri", + "ft" + ], + [ + "Ġlength", + "y" + ], + [ + "Ġleng", + "thy" + ], + [ + "sor", + "iasis" + ], + [ + "Ġ", + "Jonathan" + ], + [ + "ĠJon", + "athan" + ], + [ + "Ġt", + "ricks" + ], + [ + "Ġtr", + "icks" + ], + [ + "Ġtri", + "cks" + ], + [ + "Ġtrick", + "s" + ], + [ + "Ġtric", + "ks" + ], + [ + "Ġb", + "uzz" + ], + [ + "Ġbu", + "zz" + ], + [ + "-", + "sex" + ], + [ + "-s", + "ex" + ], + [ + "-se", + "x" + ], + [ + "ĠTh", + "ompson" + ], + [ + "ĠThom", + "pson" + ], + [ + "Ġ", + "Recomm" + ], + [ + "ĠRe", + "comm" + ], + [ + "ĠRec", + "omm" + ], + [ + "Ġrenew", + "ed" + ], + [ + "E", + "nd" + ], + [ + "En", + "d" + ], + [ + "i", + "ologist" + ], + [ + "m", + "aker" + ], + [ + "ma", + "ker" + ], + [ + "make", + "r" + ], + [ + "Ġopen", + "ly" + ], + [ + "Ġresid", + "ual" + ], + [ + "ĠHand", + "book" + ], + [ + "-", + "red" + ], + [ + "-re", + "d" + ], + [ + "-r", + "ed" + ], + [ + "Ġn", + "ons" + ], + [ + "Ġno", + "ns" + ], + [ + "Ġnon", + "s" + ], + [ + "Ġ", + "IM" + ], + [ + "ĠI", + "M" + ], + [ + "ould", + "er" + ], + [ + "oul", + "der" + ], + [ + "Ġr", + "over" + ], + [ + "Ġro", + "ver" + ], + [ + "Ġdis", + "contin" + ], + [ + "Ġdisc", + "ontin" + ], + [ + "Ġdiscon", + "tin" + ], + [ + "Ġdiscont", + "in" + ], + [ + "ĠComp", + "et" + ], + [ + "ĠCom", + "pet" + ], + [ + "ĠRepublic", + "ans" + ], + [ + "ĠRepublican", + "s" + ], + [ + "ĠBrazil", + "ian" + ], + [ + "Ġman", + "date" + ], + [ + "Ġmand", + "ate" + ], + [ + "l", + "ad" + ], + [ + "la", + "d" + ], + [ + "Ġ", + "Nick" + ], + [ + "ĠN", + "ick" + ], + [ + "ĠNic", + "k" + ], + [ + "ĠNi", + "ck" + ], + [ + "Ġf", + "lock" + ], + [ + "Ġfl", + "ock" + ], + [ + "Ġflo", + "ck" + ], + [ + "Ġap", + "artment" + ], + [ + "Ġapart", + "ment" + ], + [ + "Ġl", + "iberation" + ], + [ + "Ġlib", + "eration" + ], + [ + "Ġliber", + "ation" + ], + [ + "D", + "ef" + ], + [ + "De", + "f" + ], + [ + "Ġ", + "pa" + ], + [ + "Ġp", + "a" + ], + [ + "e", + "dar" + ], + [ + "ed", + "ar" + ], + [ + "eda", + "r" + ], + [ + "e", + "a" + ], + [ + "a", + "lion" + ], + [ + "al", + "ion" + ], + [ + "ali", + "on" + ], + [ + "Ġ", + "lid" + ], + [ + "Ġl", + "id" + ], + [ + "Ġli", + "d" + ], + [ + "Ġ", + "SU" + ], + [ + "ĠS", + "U" + ], + [ + "Ġ", + "BL" + ], + [ + "ĠB", + "L" + ], + [ + "e", + "rer" + ], + [ + "er", + "er" + ], + [ + "ere", + "r" + ], + [ + "r", + "ops" + ], + [ + "ro", + "ps" + ], + [ + "rop", + "s" + ], + [ + "Ġ", + "Steel" + ], + [ + "ĠSte", + "el" + ], + [ + "Ġso", + "uls" + ], + [ + "Ġsou", + "ls" + ], + [ + "Ġsoul", + "s" + ], + [ + "Educ", + "ation" + ], + [ + "Ġprol", + "iferation" + ], + [ + "Ġprolif", + "eration" + ], + [ + "Ġprolifer", + "ation" + ], + [ + "f", + "ile" + ], + [ + "fi", + "le" + ], + [ + "fil", + "e" + ], + [ + "â", + "ĪĴ" + ], + [ + "âĪ", + "Ĵ" + ], + [ + "Ġ", + "Reduce" + ], + [ + "ĠRed", + "uce" + ], + [ + "A", + "ustral" + ], + [ + "Aust", + "ral" + ], + [ + "N", + "C" + ], + [ + "Ġn", + "umb" + ], + [ + "Ġnum", + "b" + ], + [ + "Ġnu", + "mb" + ], + [ + "Ġnic", + "kel" + ], + [ + "Ġnick", + "el" + ], + [ + "ro", + "cess" + ], + [ + "roc", + "ess" + ], + [ + "Ġ", + "Nearly" + ], + [ + "ĠN", + "early" + ], + [ + "ĠNear", + "ly" + ], + [ + "Ġn", + "eeding" + ], + [ + "Ġne", + "eding" + ], + [ + "Ġneed", + "ing" + ], + [ + "Ġadj", + "usting" + ], + [ + "Ġadjust", + "ing" + ], + [ + "-", + "Fi" + ], + [ + "-F", + "i" + ], + [ + "o", + "ft" + ], + [ + "of", + "t" + ], + [ + "Ġh", + "urricanes" + ], + [ + "Ġhurricane", + "s" + ], + [ + "Ġl", + "ent" + ], + [ + "Ġle", + "nt" + ], + [ + "Ġlen", + "t" + ], + [ + "Ġ", + "lav" + ], + [ + "Ġl", + "av" + ], + [ + "Ġla", + "v" + ], + [ + "Ġ", + "Stories" + ], + [ + "ĠSt", + "ories" + ], + [ + "ĠSto", + "ries" + ], + [ + "ĠStor", + "ies" + ], + [ + "Ġre", + "called" + ], + [ + "Ġrec", + "alled" + ], + [ + "Ġrecall", + "ed" + ], + [ + "ject", + "ives" + ], + [ + "jective", + "s" + ], + [ + "Ġsuccess", + "ion" + ], + [ + "Ġsuc", + "cession" + ], + [ + "Ġsucc", + "ession" + ], + [ + "Ġd", + "izziness" + ], + [ + "ĠM", + "aur" + ], + [ + "ĠMa", + "ur" + ], + [ + "ĠMau", + "r" + ], + [ + "ri", + "bes" + ], + [ + "rib", + "es" + ], + [ + "ribe", + "s" + ], + [ + "Ġcar", + "bs" + ], + [ + "Ġcarb", + "s" + ], + [ + "Ġp", + "urity" + ], + [ + "Ġpur", + "ity" + ], + [ + "Ġpu", + "rity" + ], + [ + "ĠPrinc", + "eton" + ], + [ + "ĠPrince", + "ton" + ], + [ + "M", + "odern" + ], + [ + "Mod", + "ern" + ], + [ + "Mode", + "rn" + ], + [ + "l", + "ook" + ], + [ + "lo", + "ok" + ], + [ + "loo", + "k" + ], + [ + "i", + "nav" + ], + [ + "in", + "av" + ], + [ + "ina", + "v" + ], + [ + "Ġ", + "Round" + ], + [ + "ĠR", + "ound" + ], + [ + "ĠRo", + "und" + ], + [ + "ĠRou", + "nd" + ], + [ + "Ġacc", + "red" + ], + [ + "r", + "onics" + ], + [ + "ron", + "ics" + ], + [ + "ronic", + "s" + ], + [ + "Ġcell", + "ul" + ], + [ + "Ġstat", + "istically" + ], + [ + "Ġstatistical", + "ly" + ], + [ + "Ġstatistic", + "ally" + ], + [ + "Ġmig", + "raine" + ], + [ + "V", + "al" + ], + [ + "Ġs", + "tub" + ], + [ + "Ġst", + "ub" + ], + [ + "Ġ", + "Et" + ], + [ + "ĠE", + "t" + ], + [ + "Ġb", + "lessed" + ], + [ + "Ġbl", + "essed" + ], + [ + "Ġbless", + "ed" + ], + [ + "um", + "ption" + ], + [ + "ump", + "tion" + ], + [ + "f", + "fected" + ], + [ + "ff", + "ected" + ], + [ + "ffect", + "ed" + ], + [ + "Ġw", + "arn" + ], + [ + "Ġwar", + "n" + ], + [ + "Ġwa", + "rn" + ], + [ + "Ġden", + "omin" + ], + [ + "Ġ", + "Against" + ], + [ + "ĠAgain", + "st" + ], + [ + "Ġg", + "enital" + ], + [ + "Ġgen", + "ital" + ], + [ + "Ġme", + "rit" + ], + [ + "Ġmer", + "it" + ], + [ + "Ġinvent", + "or" + ], + [ + "Ġwilling", + "ness" + ], + [ + "Ġpre", + "historic" + ], + [ + "Ġcra", + "zy" + ], + [ + "Ġor", + "din" + ], + [ + "Ġord", + "in" + ], + [ + "Ġ", + "Encourage" + ], + [ + "ĠEnc", + "ourage" + ], + [ + "Ġrhet", + "oric" + ], + [ + "a", + "data" + ], + [ + "ad", + "ata" + ], + [ + "ada", + "ta" + ], + [ + "Ġle", + "thal" + ], + [ + "Ġlet", + "hal" + ], + [ + "Ġleth", + "al" + ], + [ + "Ġj", + "elly" + ], + [ + "Ġdet", + "ectors" + ], + [ + "Ġdetect", + "ors" + ], + [ + "Ġdetector", + "s" + ], + [ + "Ġancest", + "ry" + ], + [ + "Ġanc", + "estry" + ], + [ + "Ġad", + "olescence" + ], + [ + "Ġadolesc", + "ence" + ], + [ + "Ġ", + "Russell" + ], + [ + "ĠR", + "ussell" + ], + [ + "ĠRuss", + "ell" + ], + [ + "ĠRus", + "sell" + ], + [ + "N", + "ovember" + ], + [ + "Nov", + "ember" + ], + [ + "e", + "rative" + ], + [ + "er", + "ative" + ], + [ + "erat", + "ive" + ], + [ + "Ġdev", + "iation" + ], + [ + "Ġ", + "Legal" + ], + [ + "ĠL", + "egal" + ], + [ + "ĠLe", + "gal" + ], + [ + "ĠLeg", + "al" + ], + [ + "Ġent", + "repreneur" + ], + [ + "Ġentreprene", + "ur" + ], + [ + "G", + "M" + ], + [ + "s", + "oon" + ], + [ + "so", + "on" + ], + [ + "Ġlight", + "weight" + ], + [ + "Ġprot", + "ections" + ], + [ + "Ġprotect", + "ions" + ], + [ + "Ġprote", + "ctions" + ], + [ + "Ġprotection", + "s" + ], + [ + "ĠPort", + "land" + ], + [ + "Ġnarr", + "atives" + ], + [ + "Ġnarrative", + "s" + ], + [ + "Ġexpl", + "osive" + ], + [ + "Ġexplos", + "ive" + ], + [ + "A", + "st" + ], + [ + "As", + "t" + ], + [ + "-", + "white" + ], + [ + "-wh", + "ite" + ], + [ + "L", + "ow" + ], + [ + "Lo", + "w" + ], + [ + "M", + "aking" + ], + [ + "Ma", + "king" + ], + [ + "e", + "le" + ], + [ + "el", + "e" + ], + [ + "f", + "s" + ], + [ + "in", + "burgh" + ], + [ + "Ġ", + "Jos" + ], + [ + "ĠJ", + "os" + ], + [ + "ĠJo", + "s" + ], + [ + "Ġs", + "lowing" + ], + [ + "Ġsl", + "owing" + ], + [ + "Ġslow", + "ing" + ], + [ + "Ġcapt", + "ivity" + ], + [ + "ĠChurch", + "ill" + ], + [ + "Ġinn", + "ate" + ], + [ + "r", + "ament" + ], + [ + "ra", + "ment" + ], + [ + "ram", + "ent" + ], + [ + "rame", + "nt" + ], + [ + "Ġ", + "SAT" + ], + [ + "ĠS", + "AT" + ], + [ + "ĠSA", + "T" + ], + [ + "ĠP", + "eters" + ], + [ + "ĠPe", + "ters" + ], + [ + "ĠPeter", + "s" + ], + [ + "ĠPet", + "ers" + ], + [ + "ĠPete", + "rs" + ], + [ + "Ġsp", + "ices" + ], + [ + "Ġspice", + "s" + ], + [ + "Ġspi", + "ces" + ], + [ + "Ġspic", + "es" + ], + [ + "ruct", + "ures" + ], + [ + "ructure", + "s" + ], + [ + "Ġma", + "gical" + ], + [ + "Ġmag", + "ical" + ], + [ + "Ġmagic", + "al" + ], + [ + "ies", + "el" + ], + [ + "ie", + "sel" + ], + [ + "i", + "zza" + ], + [ + "iz", + "za" + ], + [ + "izz", + "a" + ], + [ + "ind", + "ex" + ], + [ + "inde", + "x" + ], + [ + "Ġun", + "equ" + ], + [ + "Ġune", + "qu" + ], + [ + "Ġdel", + "ivers" + ], + [ + "Ġdeliver", + "s" + ], + [ + "Ġ", + "Generation" + ], + [ + "ĠG", + "eneration" + ], + [ + "ĠGen", + "eration" + ], + [ + "ĠGener", + "ation" + ], + [ + "ĠGene", + "ration" + ], + [ + "Ġcha", + "os" + ], + [ + "Ġc", + "uis" + ], + [ + "Ġcu", + "is" + ], + [ + "Ġ", + "Cole" + ], + [ + "ĠC", + "ole" + ], + [ + "ĠCol", + "e" + ], + [ + "ĠCo", + "le" + ], + [ + "Ġs", + "ung" + ], + [ + "Ġsu", + "ng" + ], + [ + "Ġsun", + "g" + ], + [ + "Ġstat", + "ues" + ], + [ + "Ġstatue", + "s" + ], + [ + "Ġcompet", + "ence" + ], + [ + "Ġcompete", + "nce" + ], + [ + "Ġcrow", + "ded" + ], + [ + "Ġcrowd", + "ed" + ], + [ + "Ġrod", + "ents" + ], + [ + "Ġrodent", + "s" + ], + [ + "Ġrefrig", + "erator" + ], + [ + "Ġrefriger", + "ator" + ], + [ + "Ġj", + "ail" + ], + [ + "Ġja", + "il" + ], + [ + "Ġ", + "governmental" + ], + [ + "Ġgovern", + "mental" + ], + [ + "Ġgovernment", + "al" + ], + [ + "p", + "end" + ], + [ + "pe", + "nd" + ], + [ + "pen", + "d" + ], + [ + "ĠA", + "rn" + ], + [ + "ĠAr", + "n" + ], + [ + "Ġcit", + "rus" + ], + [ + "Ġcan", + "opy" + ], + [ + "Ġre", + "set" + ], + [ + "Ġres", + "et" + ], + [ + "Ġrese", + "t" + ], + [ + "ik", + "ipedia" + ], + [ + "be", + "it" + ], + [ + "Ġreserv", + "oirs" + ], + [ + "Ġreservoir", + "s" + ], + [ + "Ġ", + "ps" + ], + [ + "Ġp", + "s" + ], + [ + "Ġf", + "ierce" + ], + [ + "Ġfi", + "erce" + ], + [ + "u", + "tting" + ], + [ + "ut", + "ting" + ], + [ + "utt", + "ing" + ], + [ + "Ġ", + "BR" + ], + [ + "ĠB", + "R" + ], + [ + "Ġ", + "Wet" + ], + [ + "ĠW", + "et" + ], + [ + "ĠWe", + "t" + ], + [ + "Ġpr", + "inters" + ], + [ + "Ġprint", + "ers" + ], + [ + "Ġprinter", + "s" + ], + [ + "Ġ", + "Adults" + ], + [ + "ĠAd", + "ults" + ], + [ + "ĠAdult", + "s" + ], + [ + "Ġjournal", + "ists" + ], + [ + "Ġjournalist", + "s" + ], + [ + "Ġt", + "rout" + ], + [ + "Ġtr", + "out" + ], + [ + "Ġtrou", + "t" + ], + [ + "Ġtro", + "ut" + ], + [ + "Ġmur", + "dered" + ], + [ + "Ġmurder", + "ed" + ], + [ + "Ġmurd", + "ered" + ], + [ + "Ġ", + "Perm" + ], + [ + "ĠP", + "erm" + ], + [ + "ĠPe", + "rm" + ], + [ + "ĠPer", + "m" + ], + [ + "Ġ", + "Brian" + ], + [ + "ĠB", + "rian" + ], + [ + "ĠBr", + "ian" + ], + [ + "ĠBri", + "an" + ], + [ + "Ġrect", + "angular" + ], + [ + "Ġb", + "ucket" + ], + [ + "Ġbuck", + "et" + ], + [ + "Ġbuc", + "ket" + ], + [ + "il", + "ization" + ], + [ + "Ġ", + "SL" + ], + [ + "ĠS", + "L" + ], + [ + "Ġ", + "Pressure" + ], + [ + "ĠP", + "ressure" + ], + [ + "ĠPress", + "ure" + ], + [ + "Ġvig", + "orous" + ], + [ + "Ġvigor", + "ous" + ], + [ + "ĠC", + "yp" + ], + [ + "ĠCy", + "p" + ], + [ + "Ġtur", + "key" + ], + [ + "Ġcou", + "sin" + ], + [ + "Ġcous", + "in" + ], + [ + "Ġoffer", + "ings" + ], + [ + "Ġoffering", + "s" + ], + [ + "Ġfer", + "mentation" + ], + [ + "Ġferment", + "ation" + ], + [ + "Ġferm", + "entation" + ], + [ + "Ġeditor", + "ial" + ], + [ + "Ġedit", + "orial" + ], + [ + "Ġinter", + "disciplinary" + ], + [ + "Ġinterd", + "isciplinary" + ], + [ + "m", + "un" + ], + [ + "mu", + "n" + ], + [ + "ĠT", + "ang" + ], + [ + "ĠTa", + "ng" + ], + [ + "ĠTan", + "g" + ], + [ + "e", + "cd" + ], + [ + "ec", + "d" + ], + [ + "Ġcomp", + "ares" + ], + [ + "Ġcompar", + "es" + ], + [ + "Ġcompare", + "s" + ], + [ + "Ġsup", + "reme" + ], + [ + "Ġsuprem", + "e" + ], + [ + "Ġsupr", + "eme" + ], + [ + "Ġcomp", + "oser" + ], + [ + "Ġcompos", + "er" + ], + [ + "Ġcompose", + "r" + ], + [ + "Ġ", + "Version" + ], + [ + "ĠVers", + "ion" + ], + [ + "Ġb", + "achelor" + ], + [ + "ed", + "ical" + ], + [ + "edi", + "cal" + ], + [ + "edic", + "al" + ], + [ + "art", + "icle" + ], + [ + "artic", + "le" + ], + [ + "arti", + "cle" + ], + [ + "Ġsim", + "plicity" + ], + [ + "Ġsimpl", + "icity" + ], + [ + "-", + "supp" + ], + [ + "-s", + "upp" + ], + [ + "-su", + "pp" + ], + [ + "na", + "issance" + ], + [ + "ogen", + "esis" + ], + [ + "ogene", + "sis" + ], + [ + "ogenes", + "is" + ], + [ + "Ġ", + "Religion" + ], + [ + "ĠRel", + "igion" + ], + [ + "Ġquestion", + "naire" + ], + [ + "Ġquestionna", + "ire" + ], + [ + "'", + "'" + ], + [ + "|", + "B" + ], + [ + "Ġ", + "Eight" + ], + [ + "ĠE", + "ight" + ], + [ + "Ġfun", + "eral" + ], + [ + "Re", + "cent" + ], + [ + "Rec", + "ent" + ], + [ + "G", + "etting" + ], + [ + "Get", + "ting" + ], + [ + "Ge", + "tting" + ], + [ + "o", + "rable" + ], + [ + "or", + "able" + ], + [ + "ora", + "ble" + ], + [ + "ur", + "gical" + ], + [ + "urg", + "ical" + ], + [ + "ch", + "lor" + ], + [ + "Ġsc", + "rub" + ], + [ + "Ġscr", + "ub" + ], + [ + "Ġ", + "Excess" + ], + [ + "ĠEx", + "cess" + ], + [ + "ĠExc", + "ess" + ], + [ + "Ġc", + "yan" + ], + [ + "Ġcy", + "an" + ], + [ + "Ġdistur", + "bing" + ], + [ + "Ġdisturb", + "ing" + ], + [ + "Ġthir", + "teen" + ], + [ + "I", + "E" + ], + [ + "Ġbenef", + "ic" + ], + [ + "m", + "ingham" + ], + [ + "min", + "gham" + ], + [ + "ming", + "ham" + ], + [ + "Ġwor", + "sen" + ], + [ + "Ġworse", + "n" + ], + [ + "Ġwors", + "en" + ], + [ + "De", + "cember" + ], + [ + "Dec", + "ember" + ], + [ + "Ġacc", + "identally" + ], + [ + "Ġaccident", + "ally" + ], + [ + "Ġaccidental", + "ly" + ], + [ + "Ġ", + "Left" + ], + [ + "ĠL", + "eft" + ], + [ + "ĠLe", + "ft" + ], + [ + "ĠLef", + "t" + ], + [ + "s", + "over" + ], + [ + "so", + "ver" + ], + [ + "ĠK", + "az" + ], + [ + "ĠKa", + "z" + ], + [ + "Ġcol", + "oured" + ], + [ + "Ġcolour", + "ed" + ], + [ + "Ġgrou", + "ped" + ], + [ + "Ġgroup", + "ed" + ], + [ + "Ġc", + "ertainty" + ], + [ + "Ġcertain", + "ty" + ], + [ + "Ġcert", + "ainty" + ], + [ + "Ġsimilar", + "ity" + ], + [ + "Ġreview", + "ing" + ], + [ + "Ġunique", + "ly" + ], + [ + "ĠSing", + "h" + ], + [ + "ĠSin", + "gh" + ], + [ + "o", + "ro" + ], + [ + "or", + "o" + ], + [ + "Ġ", + "IQ" + ], + [ + "ĠI", + "Q" + ], + [ + "k", + "ee" + ], + [ + "ke", + "e" + ], + [ + "Ġcolle", + "ague" + ], + [ + "Ġ", + "User" + ], + [ + "ĠU", + "ser" + ], + [ + "ĠUs", + "er" + ], + [ + "ĠUse", + "r" + ], + [ + "/", + "AIDS" + ], + [ + "/A", + "IDS" + ], + [ + "Ġsel", + "dom" + ], + [ + "Ġ", + "Barbara" + ], + [ + "ĠBar", + "bara" + ], + [ + "ĠBarb", + "ara" + ], + [ + "ĠBarbar", + "a" + ], + [ + "Ġex", + "ceeds" + ], + [ + "Ġexc", + "eeds" + ], + [ + "Ġexceed", + "s" + ], + [ + "pl", + "aces" + ], + [ + "place", + "s" + ], + [ + "o", + "under" + ], + [ + "ou", + "nder" + ], + [ + "ound", + "er" + ], + [ + "oun", + "der" + ], + [ + "Ġgu", + "ys" + ], + [ + "Ġguy", + "s" + ], + [ + "g", + "raph" + ], + [ + "gra", + "ph" + ], + [ + "gr", + "aph" + ], + [ + "h", + "ou" + ], + [ + "ho", + "u" + ], + [ + "Ġ", + "RAM" + ], + [ + "ĠR", + "AM" + ], + [ + "ĠRA", + "M" + ], + [ + "Ġp", + "eat" + ], + [ + "Ġpe", + "at" + ], + [ + "Ġpea", + "t" + ], + [ + "Ġdifferent", + "iation" + ], + [ + "Ġher", + "pes" + ], + [ + "Ġf", + "inite" + ], + [ + "Ġfin", + "ite" + ], + [ + "Ġbro", + "ccoli" + ], + [ + "Ġtravel", + "ers" + ], + [ + "Ġtraveler", + "s" + ], + [ + "Ġ", + "Cooper" + ], + [ + "ĠCo", + "oper" + ], + [ + "Ġ", + "Acid" + ], + [ + "ĠAc", + "id" + ], + [ + "Ġrecon", + "cil" + ], + [ + "ĠDem", + "ocrats" + ], + [ + "ĠDemocr", + "ats" + ], + [ + "ĠDemocrat", + "s" + ], + [ + "Ġs", + "ores" + ], + [ + "Ġso", + "res" + ], + [ + "Ġsore", + "s" + ], + [ + "Ġsor", + "es" + ], + [ + "m", + "entioned" + ], + [ + "ment", + "ioned" + ], + [ + "Ġsupp", + "ose" + ], + [ + "Ġsup", + "pose" + ], + [ + "Ġ", + "Clay" + ], + [ + "ĠC", + "lay" + ], + [ + "ĠCl", + "ay" + ], + [ + "ĠCla", + "y" + ], + [ + "Ġadvance", + "ments" + ], + [ + "Ġadvancement", + "s" + ], + [ + "Ġstim", + "ulates" + ], + [ + "Ġstimul", + "ates" + ], + [ + "Ġstimulate", + "s" + ], + [ + "|", + "T" + ], + [ + "É", + "Ļ" + ], + [ + "Ġ", + "renal" + ], + [ + "Ġre", + "nal" + ], + [ + "Ġren", + "al" + ], + [ + "Ġ", + "Role" + ], + [ + "ĠR", + "ole" + ], + [ + "ĠRo", + "le" + ], + [ + "ĠRol", + "e" + ], + [ + "Ġs", + "hy" + ], + [ + "Ġsh", + "y" + ], + [ + "Ġ", + "Numbers" + ], + [ + "ĠN", + "umbers" + ], + [ + "ĠNumber", + "s" + ], + [ + "ĠNum", + "bers" + ], + [ + "Ġ", + "Looking" + ], + [ + "ĠL", + "ooking" + ], + [ + "ĠLo", + "oking" + ], + [ + "ĠLook", + "ing" + ], + [ + "Ġun", + "rest" + ], + [ + "Ġunre", + "st" + ], + [ + "I", + "ns" + ], + [ + "In", + "s" + ], + [ + "Ġdisc", + "oura" + ], + [ + "Ġmet", + "ast" + ], + [ + "Ġmeta", + "st" + ], + [ + "Ġemer", + "gencies" + ], + [ + "Ġ", + "Laws" + ], + [ + "ĠL", + "aws" + ], + [ + "ĠLaw", + "s" + ], + [ + "ĠLa", + "ws" + ], + [ + "Ġ", + "Factors" + ], + [ + "ĠF", + "actors" + ], + [ + "ĠFact", + "ors" + ], + [ + "ĠFa", + "ctors" + ], + [ + "ĠFactor", + "s" + ], + [ + "Ġc", + "ured" + ], + [ + "Ġcur", + "ed" + ], + [ + "Ġcure", + "d" + ], + [ + "Ġcu", + "red" + ], + [ + "a", + "bad" + ], + [ + "ab", + "ad" + ], + [ + "aba", + "d" + ], + [ + "-l", + "ived" + ], + [ + "Ġresid", + "ue" + ], + [ + "Ġl", + "ump" + ], + [ + "Ġlum", + "p" + ], + [ + "Ġ", + "Stra" + ], + [ + "ĠS", + "tra" + ], + [ + "ĠSt", + "ra" + ], + [ + "ĠStr", + "a" + ], + [ + "Ġ", + "acet" + ], + [ + "Ġac", + "et" + ], + [ + "Ġace", + "t" + ], + [ + "c", + "onduct" + ], + [ + "con", + "duct" + ], + [ + "Ġconc", + "ise" + ], + [ + "Ġ", + "ISS" + ], + [ + "ĠI", + "SS" + ], + [ + "ĠIS", + "S" + ], + [ + "ĠC", + "ampaign" + ], + [ + "ĠCamp", + "aign" + ], + [ + ".", + "b" + ], + [ + "r", + "omb" + ], + [ + "ro", + "mb" + ], + [ + "rom", + "b" + ], + [ + "Ġtem", + "perate" + ], + [ + "Ġtemper", + "ate" + ], + [ + "Ġtemp", + "erate" + ], + [ + "ro", + "ller" + ], + [ + "rol", + "ler" + ], + [ + "roll", + "er" + ], + [ + "Ġin", + "jections" + ], + [ + "Ġinj", + "ections" + ], + [ + "Ġinject", + "ions" + ], + [ + "Ġinjection", + "s" + ], + [ + "Ġst", + "up" + ], + [ + "is", + "hops" + ], + [ + "ish", + "ops" + ], + [ + "ishop", + "s" + ], + [ + "Ġcr", + "ashes" + ], + [ + "Ġcrash", + "es" + ], + [ + "i", + "graph" + ], + [ + "ig", + "raph" + ], + [ + "Ġv", + "ague" + ], + [ + "Ġvag", + "ue" + ], + [ + "Ġva", + "gue" + ], + [ + "Ġ", + "DNS" + ], + [ + "ĠD", + "NS" + ], + [ + "ĠDN", + "S" + ], + [ + "Ġcont", + "raction" + ], + [ + "Ġcontract", + "ion" + ], + [ + "Ġcontra", + "ction" + ], + [ + "l", + "icted" + ], + [ + "lic", + "ted" + ], + [ + "lict", + "ed" + ], + [ + "Ġpup", + "py" + ], + [ + "Ġpupp", + "y" + ], + [ + "Ġpu", + "ppy" + ], + [ + "t", + "uce" + ], + [ + "tu", + "ce" + ], + [ + "Ġ", + "lined" + ], + [ + "Ġl", + "ined" + ], + [ + "Ġline", + "d" + ], + [ + "Ġlin", + "ed" + ], + [ + "Ġli", + "ned" + ], + [ + "Ġ", + "Vin" + ], + [ + "ĠV", + "in" + ], + [ + "ĠVi", + "n" + ], + [ + "rint", + "ed" + ], + [ + "rin", + "ted" + ], + [ + "Ġportray", + "ed" + ], + [ + "C", + "reate" + ], + [ + "Creat", + "e" + ], + [ + "Ġb", + "ored" + ], + [ + "Ġbo", + "red" + ], + [ + "Ġbore", + "d" + ], + [ + "Ġbor", + "ed" + ], + [ + "Ġ", + "fishes" + ], + [ + "Ġf", + "ishes" + ], + [ + "Ġfish", + "es" + ], + [ + "as", + "se" + ], + [ + "ass", + "e" + ], + [ + "Ġt", + "hou" + ], + [ + "Ġth", + "ou" + ], + [ + "Ġn", + "atives" + ], + [ + "Ġnative", + "s" + ], + [ + "Ġnat", + "ives" + ], + [ + "u", + "ri" + ], + [ + "ur", + "i" + ], + [ + "Ġ", + "Hob" + ], + [ + "ĠH", + "ob" + ], + [ + "ĠHo", + "b" + ], + [ + "Ġsh", + "ores" + ], + [ + "Ġshore", + "s" + ], + [ + "Ġsho", + "res" + ], + [ + "a", + "ctor" + ], + [ + "ac", + "tor" + ], + [ + "act", + "or" + ], + [ + "Ġplant", + "ations" + ], + [ + "Ġplantation", + "s" + ], + [ + "-e", + "fficient" + ], + [ + "ĠEnd", + "angered" + ], + [ + "ĠRevolution", + "ary" + ], + [ + "ĠV", + "illage" + ], + [ + "ĠVill", + "age" + ], + [ + "ĠVilla", + "ge" + ], + [ + "io", + "diversity" + ], + [ + "iod", + "iversity" + ], + [ + "ĠAb", + "use" + ], + [ + "ĠAbu", + "se" + ], + [ + "Ġsupposed", + "ly" + ], + [ + "Feb", + "ruary" + ], + [ + "or", + "escence" + ], + [ + "ores", + "cence" + ], + [ + "oresc", + "ence" + ], + [ + "oresce", + "nce" + ], + [ + "-", + "economic" + ], + [ + "×", + "Ļ" + ], + [ + "Ġs", + "aint" + ], + [ + "Ġsa", + "int" + ], + [ + "Ġb", + "other" + ], + [ + "Ġbo", + "ther" + ], + [ + "Ġboth", + "er" + ], + [ + "Ġbot", + "her" + ], + [ + "Ġd", + "ors" + ], + [ + "Ġdo", + "rs" + ], + [ + "s", + "ea" + ], + [ + "se", + "a" + ], + [ + "Th", + "ank" + ], + [ + "Ġgl", + "aucoma" + ], + [ + "Ġdesign", + "ation" + ], + [ + "Ġhar", + "bor" + ], + [ + "Ġharb", + "or" + ], + [ + "ent", + "ary" + ], + [ + "enta", + "ry" + ], + [ + "ac", + "cept" + ], + [ + "acc", + "ept" + ], + [ + "Ġinv", + "aluable" + ], + [ + "Ġprevent", + "able" + ], + [ + "ri", + "ptions" + ], + [ + "ript", + "ions" + ], + [ + "ription", + "s" + ], + [ + "Ġsh", + "rimp" + ], + [ + "Ġshr", + "imp" + ], + [ + "Ġshrim", + "p" + ], + [ + "Ġ", + "jury" + ], + [ + "Ġj", + "ury" + ], + [ + "Ġju", + "ry" + ], + [ + "Ġjur", + "y" + ], + [ + "ĠZ", + "ika" + ], + [ + "Ġtra", + "cked" + ], + [ + "Ġtr", + "acked" + ], + [ + "Ġtrack", + "ed" + ], + [ + "Ġth", + "riving" + ], + [ + "Ġthr", + "iving" + ], + [ + "Ġ", + "esophagus" + ], + [ + "Ġes", + "ophagus" + ], + [ + "Ġesoph", + "agus" + ], + [ + "Å", + "«" + ], + [ + "Ġass", + "ured" + ], + [ + "Ġassure", + "d" + ], + [ + "Ġsim", + "ulate" + ], + [ + "Ġ", + "rew" + ], + [ + "Ġre", + "w" + ], + [ + "Ġr", + "ew" + ], + [ + "Ġ", + "Tan" + ], + [ + "ĠT", + "an" + ], + [ + "ĠTa", + "n" + ], + [ + "Ġ", + "Storm" + ], + [ + "ĠSt", + "orm" + ], + [ + "ĠSto", + "rm" + ], + [ + "ĠStor", + "m" + ], + [ + "ĠV", + "ancouver" + ], + [ + "Ġdist", + "racted" + ], + [ + "Ġdistract", + "ed" + ], + [ + "Ġtrans", + "fers" + ], + [ + "Ġtransfer", + "s" + ], + [ + "Ġtransf", + "ers" + ], + [ + "Ġcountry", + "side" + ], + [ + "Ġban", + "anas" + ], + [ + "Ġbanana", + "s" + ], + [ + "-", + "conf" + ], + [ + "-con", + "f" + ], + [ + "Ġscient", + "ifically" + ], + [ + "Ġscientific", + "ally" + ], + [ + "Ġ", + "optional" + ], + [ + "Ġopt", + "ional" + ], + [ + "Ġoption", + "al" + ], + [ + "Ġstory", + "telling" + ], + [ + "Ġstoryt", + "elling" + ], + [ + "-", + "years" + ], + [ + "-y", + "ears" + ], + [ + "-year", + "s" + ], + [ + "Ġrot", + "ate" + ], + [ + "Ġperiod", + "ically" + ], + [ + "Ġperiodic", + "ally" + ], + [ + "Ġperiodical", + "ly" + ], + [ + "f", + "alls" + ], + [ + "fall", + "s" + ], + [ + "fal", + "ls" + ], + [ + "Ġcon", + "quest" + ], + [ + "Ġconqu", + "est" + ], + [ + "Ġmanuscript", + "s" + ], + [ + "Ġ", + "SW" + ], + [ + "ĠS", + "W" + ], + [ + "ad", + "ium" + ], + [ + "adi", + "um" + ], + [ + "Ġ", + "Brief" + ], + [ + "ĠB", + "rief" + ], + [ + "ĠBr", + "ief" + ], + [ + "ĠBri", + "ef" + ], + [ + "Ġpr", + "ince" + ], + [ + "Ġprinc", + "e" + ], + [ + "Ġpri", + "nce" + ], + [ + "Ġenc", + "ounters" + ], + [ + "Ġencounter", + "s" + ], + [ + "Ġsp", + "okes" + ], + [ + "Ġspok", + "es" + ], + [ + "Ġspoke", + "s" + ], + [ + "Ġspo", + "kes" + ], + [ + "K", + "ing" + ], + [ + "Kin", + "g" + ], + [ + "ĠH", + "allow" + ], + [ + "ĠHall", + "ow" + ], + [ + "ĠHal", + "low" + ], + [ + "i", + "che" + ], + [ + "ic", + "he" + ], + [ + "ich", + "e" + ], + [ + "u", + "nn" + ], + [ + "un", + "n" + ], + [ + "Ġant", + "idepress" + ], + [ + "ĠAust", + "rian" + ], + [ + "ĠAustria", + "n" + ], + [ + "Ġtrans", + "forming" + ], + [ + "Ġtransform", + "ing" + ], + [ + "Ġdolph", + "ins" + ], + [ + "Ġdolphin", + "s" + ], + [ + "J", + "apan" + ], + [ + "Ġc", + "ovenant" + ], + [ + "Ġcove", + "nant" + ], + [ + "ĠJ", + "am" + ], + [ + "ĠJa", + "m" + ], + [ + "or", + "ns" + ], + [ + "orn", + "s" + ], + [ + "i", + "ami" + ], + [ + "ia", + "mi" + ], + [ + "iam", + "i" + ], + [ + "-S", + "ah" + ], + [ + "Ġv", + "entric" + ], + [ + "Ġvent", + "ric" + ], + [ + "h", + "eter" + ], + [ + "he", + "ter" + ], + [ + "het", + "er" + ], + [ + "Ġ", + "Mis" + ], + [ + "ĠM", + "is" + ], + [ + "ĠMi", + "s" + ], + [ + "ĠH", + "imal" + ], + [ + "ĠHim", + "al" + ], + [ + "ĠHi", + "mal" + ], + [ + "ans", + "om" + ], + [ + "Ġun", + "ified" + ], + [ + "Ġpro", + "ving" + ], + [ + "Ġprov", + "ing" + ], + [ + "Ġpr", + "oving" + ], + [ + "uss", + "ia" + ], + [ + "Ġfram", + "eworks" + ], + [ + "Ġframework", + "s" + ], + [ + "Ġframe", + "works" + ], + [ + "Ġun", + "des" + ], + [ + "Ġund", + "es" + ], + [ + "Ġ", + "Experts" + ], + [ + "ĠExper", + "ts" + ], + [ + "ĠExp", + "erts" + ], + [ + "ĠExpert", + "s" + ], + [ + "Ġt", + "ensions" + ], + [ + "Ġtens", + "ions" + ], + [ + "Ġtension", + "s" + ], + [ + "ĠM", + "anc" + ], + [ + "ĠMan", + "c" + ], + [ + "ĠMa", + "nc" + ], + [ + "an", + "do" + ], + [ + "and", + "o" + ], + [ + "ach", + "ment" + ], + [ + "Ġre", + "lay" + ], + [ + "Ġrel", + "ay" + ], + [ + "o", + "idal" + ], + [ + "oid", + "al" + ], + [ + "oi", + "dal" + ], + [ + "ĠC", + "arter" + ], + [ + "ĠCar", + "ter" + ], + [ + "ĠCart", + "er" + ], + [ + "Ġmiss", + "ile" + ], + [ + "Ġp", + "rospective" + ], + [ + "Ġpros", + "pective" + ], + [ + "Ġprospect", + "ive" + ], + [ + "Ġprosp", + "ective" + ], + [ + "d", + "eveloped" + ], + [ + "develop", + "ed" + ], + [ + "d", + "ec" + ], + [ + "de", + "c" + ], + [ + "e", + "liness" + ], + [ + "el", + "iness" + ], + [ + "elines", + "s" + ], + [ + "eline", + "ss" + ], + [ + "elin", + "ess" + ], + [ + "eli", + "ness" + ], + [ + "Ġ", + "PS" + ], + [ + "ĠP", + "S" + ], + [ + "ĠB", + "aker" + ], + [ + "ĠBa", + "ker" + ], + [ + "ĠBak", + "er" + ], + [ + "ĠBake", + "r" + ], + [ + "Ġrel", + "iance" + ], + [ + "Ġcivil", + "izations" + ], + [ + "Ġcivilization", + "s" + ], + [ + "P", + "lan" + ], + [ + "Pl", + "an" + ], + [ + "Ġsim", + "plified" + ], + [ + "Ġsimpl", + "ified" + ], + [ + "il", + "lin" + ], + [ + "ill", + "in" + ], + [ + "illi", + "n" + ], + [ + "Ġwar", + "riors" + ], + [ + "Ġwarrior", + "s" + ], + [ + "es", + "sed" + ], + [ + "ess", + "ed" + ], + [ + "esse", + "d" + ], + [ + "-m", + "inded" + ], + [ + "-min", + "ded" + ], + [ + "ĠA", + "post" + ], + [ + "ĠAp", + "ost" + ], + [ + "Ġ", + "ASD" + ], + [ + "ĠA", + "SD" + ], + [ + "ĠAS", + "D" + ], + [ + "Ġhe", + "ater" + ], + [ + "Ġheat", + "er" + ], + [ + "Ġsupp", + "ression" + ], + [ + "Ġsuppress", + "ion" + ], + [ + "_", + "__" + ], + [ + "__", + "_" + ], + [ + "ortun", + "ate" + ], + [ + "ĠRef", + "uge" + ], + [ + "Ġpros", + "pects" + ], + [ + "Ġprospect", + "s" + ], + [ + "Ġprosp", + "ects" + ], + [ + "b", + "ound" + ], + [ + "bo", + "und" + ], + [ + "Ġw", + "asted" + ], + [ + "Ġwas", + "ted" + ], + [ + "Ġwaste", + "d" + ], + [ + "Ġwa", + "sted" + ], + [ + "Ġwast", + "ed" + ], + [ + "Ġ", + "Few" + ], + [ + "ĠF", + "ew" + ], + [ + "ĠFe", + "w" + ], + [ + "Ġ", + "casting" + ], + [ + "Ġc", + "asting" + ], + [ + "Ġcast", + "ing" + ], + [ + "Ġcas", + "ting" + ], + [ + "Ġdeterior", + "ation" + ], + [ + "Ġ", + "Evaluation" + ], + [ + "ĠE", + "valuation" + ], + [ + "ĠEv", + "aluation" + ], + [ + "ĠEval", + "uation" + ], + [ + "?", + "?" + ], + [ + "Ġs", + "cary" + ], + [ + "Ġsc", + "ary" + ], + [ + "Ġscar", + "y" + ], + [ + "ĠBul", + "gar" + ], + [ + "Ġtrans", + "cription" + ], + [ + "Ġtransc", + "ription" + ], + [ + "Ġtranscript", + "ion" + ], + [ + "Ġtran", + "scription" + ], + [ + "Ġ", + "criminals" + ], + [ + "Ġc", + "riminals" + ], + [ + "Ġcrim", + "inals" + ], + [ + "Ġcriminal", + "s" + ], + [ + "Ġcrimin", + "als" + ], + [ + "Ġe", + "ats" + ], + [ + "Ġeat", + "s" + ], + [ + "Ġrem", + "inded" + ], + [ + "Ġremind", + "ed" + ], + [ + "Ġremin", + "ded" + ], + [ + "Ġcertific", + "ates" + ], + [ + "Ġcertificate", + "s" + ], + [ + "ĠHung", + "ary" + ], + [ + "ĠHun", + "gary" + ], + [ + "ĠLic", + "ense" + ], + [ + "Ġinter", + "connected" + ], + [ + "Ġintercon", + "nected" + ], + [ + "Ġinterconnect", + "ed" + ], + [ + "s", + "ky" + ], + [ + "sk", + "y" + ], + [ + "Ġ", + "Bruce" + ], + [ + "ĠB", + "ruce" + ], + [ + "ĠBr", + "uce" + ], + [ + "ĠBru", + "ce" + ], + [ + "o", + "uting" + ], + [ + "ou", + "ting" + ], + [ + "out", + "ing" + ], + [ + "outi", + "ng" + ], + [ + "Ġlit", + "eral" + ], + [ + "Ġliter", + "al" + ], + [ + "Ġli", + "teral" + ], + [ + "Ġeight", + "eenth" + ], + [ + "Ġeighteen", + "th" + ], + [ + "Ġg", + "amma" + ], + [ + "Ġgam", + "ma" + ], + [ + "Ġsy", + "rup" + ], + [ + "Ġinv", + "aded" + ], + [ + "Ġinvade", + "d" + ], + [ + "Ġtyp", + "ing" + ], + [ + "Ġty", + "ping" + ], + [ + "-c", + "olored" + ], + [ + "-col", + "ored" + ], + [ + "-color", + "ed" + ], + [ + "al", + "king" + ], + [ + "alk", + "ing" + ], + [ + "rodu", + "ctive" + ], + [ + "roduct", + "ive" + ], + [ + "rod", + "uctive" + ], + [ + "Ġ", + "Abd" + ], + [ + "ĠAb", + "d" + ], + [ + "Ġ", + "Meeting" + ], + [ + "ĠMe", + "eting" + ], + [ + "ĠMeet", + "ing" + ], + [ + "ĠMee", + "ting" + ], + [ + "ĠHawai", + "ian" + ], + [ + "ĠHawaii", + "an" + ], + [ + "Ġin", + "effective" + ], + [ + "Ġine", + "ffective" + ], + [ + "Ġineffect", + "ive" + ], + [ + "Ġdece", + "ased" + ], + [ + "Ġfl", + "ush" + ], + [ + "Ġflu", + "sh" + ], + [ + "Ġview", + "er" + ], + [ + "Ġvie", + "wer" + ], + [ + "Ġp", + "ricing" + ], + [ + "Ġpr", + "icing" + ], + [ + "Ġpric", + "ing" + ], + [ + "Ġpri", + "cing" + ], + [ + "Ġre", + "per" + ], + [ + "Ġr", + "eper" + ], + [ + "Ġrep", + "er" + ], + [ + "Ġrepe", + "r" + ], + [ + "ĠC", + "emetery" + ], + [ + "Ġ", + "DE" + ], + [ + "ĠD", + "E" + ], + [ + "Ġa", + "rising" + ], + [ + "Ġar", + "ising" + ], + [ + "Ġexam", + "inations" + ], + [ + "Ġexamination", + "s" + ], + [ + "Ġfun", + "ny" + ], + [ + "Ġquest", + "ioned" + ], + [ + "Ġquestion", + "ed" + ], + [ + "Ġb", + "acterium" + ], + [ + "Ġbacter", + "ium" + ], + [ + "Ġallerg", + "ens" + ], + [ + "Ġallergen", + "s" + ], + [ + "ĠId", + "aho" + ], + [ + "ĠIda", + "ho" + ], + [ + "Ġsp", + "are" + ], + [ + "Ġspar", + "e" + ], + [ + "Ġspa", + "re" + ], + [ + "Ġg", + "rape" + ], + [ + "Ġgra", + "pe" + ], + [ + "Ġgr", + "ape" + ], + [ + "Ġgrap", + "e" + ], + [ + "Ġm", + "inus" + ], + [ + "Ġmin", + "us" + ], + [ + "Ġmi", + "nus" + ], + [ + "Ġarg", + "uing" + ], + [ + "Ġargu", + "ing" + ], + [ + "Ġdemonstr", + "ations" + ], + [ + "Ġdemonstration", + "s" + ], + [ + "Ġdemonst", + "rations" + ], + [ + "Ġreg", + "ulators" + ], + [ + "Ġregul", + "ators" + ], + [ + "Ġregulator", + "s" + ], + [ + "Ġ", + "Knowing" + ], + [ + "ĠKnow", + "ing" + ], + [ + "ĠKn", + "owing" + ], + [ + "Ġcat", + "alyst" + ], + [ + "Ġcatal", + "yst" + ], + [ + "Ġcataly", + "st" + ], + [ + "Ġ", + "cin" + ], + [ + "Ġc", + "in" + ], + [ + "Ġc", + "ores" + ], + [ + "Ġco", + "res" + ], + [ + "Ġcor", + "es" + ], + [ + "Ġcore", + "s" + ], + [ + "id", + "ering" + ], + [ + "ide", + "ring" + ], + [ + "ider", + "ing" + ], + [ + "Ġs", + "pur" + ], + [ + "Ġsp", + "ur" + ], + [ + "i", + "pal" + ], + [ + "ip", + "al" + ], + [ + "ipa", + "l" + ], + [ + "Ġover", + "ly" + ], + [ + "Ġoverl", + "y" + ], + [ + "Ġov", + "erly" + ], + [ + "In", + "dia" + ], + [ + "Ind", + "ia" + ], + [ + "Ġinc", + "lined" + ], + [ + "Ġincl", + "ined" + ], + [ + "Ġincline", + "d" + ], + [ + "Ġinclin", + "ed" + ], + [ + "-", + "vol" + ], + [ + "-v", + "ol" + ], + [ + "Ġcop", + "ied" + ], + [ + "Ġin", + "hal" + ], + [ + "Ġinh", + "al" + ], + [ + "Ġ", + "lam" + ], + [ + "Ġl", + "am" + ], + [ + "Ġla", + "m" + ], + [ + "ĠF", + "u" + ], + [ + "Ġc", + "onson" + ], + [ + "Ġcon", + "son" + ], + [ + "Ġcons", + "on" + ], + [ + "a", + "hl" + ], + [ + "ah", + "l" + ], + [ + "W", + "ind" + ], + [ + "Win", + "d" + ], + [ + "Wi", + "nd" + ], + [ + "ð", + "Ŀ" + ], + [ + "Ġ", + "Doc" + ], + [ + "ĠD", + "oc" + ], + [ + "ĠDo", + "c" + ], + [ + "Ġ", + "Lock" + ], + [ + "ĠL", + "ock" + ], + [ + "ĠLo", + "ck" + ], + [ + "ĠLoc", + "k" + ], + [ + "Ġag", + "rees" + ], + [ + "Ġagree", + "s" + ], + [ + "ĠM", + "aj" + ], + [ + "ĠMa", + "j" + ], + [ + ".", + "]Ċ" + ], + [ + ".]", + "Ċ" + ], + [ + "w", + "orld" + ], + [ + "Ġc", + "ooled" + ], + [ + "Ġco", + "oled" + ], + [ + "Ġcool", + "ed" + ], + [ + "c", + "ott" + ], + [ + "co", + "tt" + ], + [ + "cot", + "t" + ], + [ + "c", + "ht" + ], + [ + "ch", + "t" + ], + [ + "Ġ", + "Len" + ], + [ + "ĠL", + "en" + ], + [ + "ĠLe", + "n" + ], + [ + "Ġcontribut", + "or" + ], + [ + "Sh", + "ort" + ], + [ + "ĠThe", + "od" + ], + [ + "ĠTheo", + "d" + ], + [ + "Ġ", + "Race" + ], + [ + "ĠR", + "ace" + ], + [ + "ĠRa", + "ce" + ], + [ + "ĠRac", + "e" + ], + [ + "Ġsu", + "bc" + ], + [ + "Ġsub", + "c" + ], + [ + "You", + "ng" + ], + [ + "I", + "ES" + ], + [ + "IE", + "S" + ], + [ + "Ġ", + "bred" + ], + [ + "Ġb", + "red" + ], + [ + "Ġbr", + "ed" + ], + [ + "Ġbre", + "d" + ], + [ + "Ġart", + "illery" + ], + [ + "Ġb", + "asal" + ], + [ + "Ġbas", + "al" + ], + [ + "Ġba", + "sal" + ], + [ + "Pro", + "ject" + ], + [ + "ĠN", + "aval" + ], + [ + "ĠNav", + "al" + ], + [ + "ĠNa", + "val" + ], + [ + "ĠNava", + "l" + ], + [ + "l", + "ide" + ], + [ + "li", + "de" + ], + [ + "lid", + "e" + ], + [ + "Ġt", + "astes" + ], + [ + "Ġtaste", + "s" + ], + [ + "Ġtast", + "es" + ], + [ + "Ġtas", + "tes" + ], + [ + "e", + "ners" + ], + [ + "en", + "ers" + ], + [ + "ene", + "rs" + ], + [ + "ener", + "s" + ], + [ + "ĠW", + "ard" + ], + [ + "ĠWar", + "d" + ], + [ + "ĠWa", + "rd" + ], + [ + "el", + "ls" + ], + [ + "ell", + "s" + ], + [ + "Ġcap", + "acities" + ], + [ + "Ġcapac", + "ities" + ], + [ + "Ġw", + "inters" + ], + [ + "Ġwinter", + "s" + ], + [ + "Ġwin", + "ters" + ], + [ + "Im", + "pro" + ], + [ + "Imp", + "ro" + ], + [ + "ĠP", + "ubl" + ], + [ + "ĠPub", + "l" + ], + [ + "ĠPu", + "bl" + ], + [ + "Ġembra", + "ced" + ], + [ + "Ġembrace", + "d" + ], + [ + ".", + "[" + ], + [ + "a", + "ned" + ], + [ + "an", + "ed" + ], + [ + "ane", + "d" + ], + [ + "Ġd", + "edication" + ], + [ + "Ġdedic", + "ation" + ], + [ + "Ġ", + "Tam" + ], + [ + "ĠT", + "am" + ], + [ + "ĠTa", + "m" + ], + [ + "Ġdyn", + "am" + ], + [ + "Ġdy", + "nam" + ], + [ + "U", + "lt" + ], + [ + "Ul", + "t" + ], + [ + "h", + "um" + ], + [ + "hu", + "m" + ], + [ + "Ġ", + "itching" + ], + [ + "Ġit", + "ching" + ], + [ + "Ġitch", + "ing" + ], + [ + "Ġ", + "Signs" + ], + [ + "ĠS", + "igns" + ], + [ + "ĠSign", + "s" + ], + [ + "ĠSig", + "ns" + ], + [ + "h", + "ored" + ], + [ + "hor", + "ed" + ], + [ + "ho", + "red" + ], + [ + "hore", + "d" + ], + [ + "Ġw", + "holes" + ], + [ + "Ġwh", + "oles" + ], + [ + "Ġwho", + "les" + ], + [ + "Ġwhole", + "s" + ], + [ + "Ġwhol", + "es" + ], + [ + "Ġ", + "Days" + ], + [ + "ĠD", + "ays" + ], + [ + "ĠDay", + "s" + ], + [ + "ĠDa", + "ys" + ], + [ + "Ġgo", + "ats" + ], + [ + "Ġgoat", + "s" + ], + [ + "Ġst", + "eal" + ], + [ + "Ġste", + "al" + ], + [ + "p", + "athetic" + ], + [ + "pat", + "hetic" + ], + [ + "path", + "etic" + ], + [ + "Ġ", + "Sheet" + ], + [ + "ĠS", + "heet" + ], + [ + "ĠShe", + "et" + ], + [ + "Ġstr", + "ipes" + ], + [ + "Ġstri", + "pes" + ], + [ + "Ġstrip", + "es" + ], + [ + "Ġstripe", + "s" + ], + [ + "Ġreward", + "ing" + ], + [ + "Ġrew", + "arding" + ], + [ + "Ġschedule", + "s" + ], + [ + "Ġsched", + "ules" + ], + [ + "Ġop", + "ioid" + ], + [ + "Ġopio", + "id" + ], + [ + "i", + "cient" + ], + [ + "ic", + "ient" + ], + [ + "ici", + "ent" + ], + [ + "Ġele", + "ven" + ], + [ + "Ġel", + "even" + ], + [ + "Ġelev", + "en" + ], + [ + "Ġne", + "gl" + ], + [ + "Ġneg", + "l" + ], + [ + "Ġpean", + "ut" + ], + [ + "Ġpea", + "nut" + ], + [ + "e", + "ered" + ], + [ + "ee", + "red" + ], + [ + "eer", + "ed" + ], + [ + "m", + "id" + ], + [ + "mi", + "d" + ], + [ + "Ġb", + "oring" + ], + [ + "Ġbo", + "ring" + ], + [ + "Ġbor", + "ing" + ], + [ + "Ġcontin", + "uity" + ], + [ + "-", + "site" + ], + [ + "-s", + "ite" + ], + [ + "Ġant", + "igen" + ], + [ + "Ġanti", + "gen" + ], + [ + "Ġ", + "Notice" + ], + [ + "ĠNot", + "ice" + ], + [ + "Ġbasket", + "ball" + ], + [ + "Ġlux", + "ury" + ], + [ + "Ġse", + "ab" + ], + [ + "Ġsea", + "b" + ], + [ + "Ġnarr", + "ator" + ], + [ + "Ġnar", + "rator" + ], + [ + "Ġbl", + "essing" + ], + [ + "Ġbless", + "ing" + ], + [ + "Ġdos", + "age" + ], + [ + "C", + "or" + ], + [ + "Co", + "r" + ], + [ + "Ġ", + "beats" + ], + [ + "Ġbe", + "ats" + ], + [ + "Ġbeat", + "s" + ], + [ + "Ġ", + "Cow" + ], + [ + "ĠC", + "ow" + ], + [ + "ĠCo", + "w" + ], + [ + "Ġu", + "seless" + ], + [ + "Ġus", + "eless" + ], + [ + "Ġuse", + "less" + ], + [ + "Ġb", + "rass" + ], + [ + "Ġbr", + "ass" + ], + [ + "Ġbra", + "ss" + ], + [ + "Ġl", + "ifted" + ], + [ + "Ġlif", + "ted" + ], + [ + "Ġlift", + "ed" + ], + [ + "Ġli", + "fted" + ], + [ + "Ġredd", + "ish" + ], + [ + "K", + "E" + ], + [ + "Ġ", + "lightly" + ], + [ + "Ġl", + "ightly" + ], + [ + "Ġlight", + "ly" + ], + [ + "Ġ", + "Instruction" + ], + [ + "ĠIn", + "struction" + ], + [ + "ĠInst", + "ruction" + ], + [ + "ĠInstruct", + "ion" + ], + [ + "ĠInstru", + "ction" + ], + [ + "Ġ", + "Understand" + ], + [ + "ĠUnder", + "stand" + ], + [ + "Ġinhib", + "itors" + ], + [ + "Ġinhibit", + "ors" + ], + [ + "Ġinhibitor", + "s" + ], + [ + "Ġ", + "Horse" + ], + [ + "ĠH", + "orse" + ], + [ + "ĠHor", + "se" + ], + [ + "ĠHors", + "e" + ], + [ + "r", + "ella" + ], + [ + "re", + "lla" + ], + [ + "rel", + "la" + ], + [ + "rell", + "a" + ], + [ + "B", + "ig" + ], + [ + "Bi", + "g" + ], + [ + "P", + "op" + ], + [ + "Po", + "p" + ], + [ + "a", + "tar" + ], + [ + "at", + "ar" + ], + [ + "ata", + "r" + ], + [ + "Ġ", + "Pred" + ], + [ + "ĠP", + "red" + ], + [ + "ĠPr", + "ed" + ], + [ + "ĠPre", + "d" + ], + [ + "Ġc", + "urric" + ], + [ + "Ġcur", + "ric" + ], + [ + "Ġpoll", + "uted" + ], + [ + "Ġpollut", + "ed" + ], + [ + "Ġpollute", + "d" + ], + [ + "Ġgradu", + "ation" + ], + [ + "Ġgrad", + "uation" + ], + [ + "S", + "elect" + ], + [ + "Se", + "lect" + ], + [ + "Sel", + "ect" + ], + [ + "g", + "roup" + ], + [ + "gr", + "oup" + ], + [ + "ĠK", + "u" + ], + [ + "Ġ", + "Kan" + ], + [ + "ĠK", + "an" + ], + [ + "ĠKa", + "n" + ], + [ + "Ġbo", + "iler" + ], + [ + "Ġboil", + "er" + ], + [ + "af", + "ety" + ], + [ + "afe", + "ty" + ], + [ + "un", + "gle" + ], + [ + "ung", + "le" + ], + [ + "Ġ", + "Intel" + ], + [ + "ĠIn", + "tel" + ], + [ + "ĠInt", + "el" + ], + [ + "E", + "xp" + ], + [ + "Ex", + "p" + ], + [ + "Ġill", + "eg" + ], + [ + "Ġille", + "g" + ], + [ + "Ġil", + "leg" + ], + [ + "Ġsym", + "metry" + ], + [ + "Ġsymmet", + "ry" + ], + [ + "iv", + "itis" + ], + [ + "ivi", + "tis" + ], + [ + "Ġref", + "ract" + ], + [ + "Ġpot", + "tery" + ], + [ + "Ġpotter", + "y" + ], + [ + "Ġfil", + "tering" + ], + [ + "Ġfilter", + "ing" + ], + [ + "Ġfilt", + "ering" + ], + [ + "Ġ", + "Wa" + ], + [ + "ĠW", + "a" + ], + [ + "Ġre", + "cur" + ], + [ + "Ġrec", + "ur" + ], + [ + "C", + "SE" + ], + [ + "CS", + "E" + ], + [ + "Ġ", + "Topics" + ], + [ + "ĠTop", + "ics" + ], + [ + "ĠTopic", + "s" + ], + [ + "Ġcul", + "min" + ], + [ + "Ġsp", + "ends" + ], + [ + "Ġspend", + "s" + ], + [ + "Ġmod", + "elling" + ], + [ + "Ġmodel", + "ling" + ], + [ + "Ġmode", + "lling" + ], + [ + "Ġref", + "ere" + ], + [ + "Ġrefer", + "e" + ], + [ + "Ġcoll", + "apsed" + ], + [ + "Ġcollapse", + "d" + ], + [ + "Ġcollaps", + "ed" + ], + [ + "re", + "ation" + ], + [ + "reat", + "ion" + ], + [ + "rea", + "tion" + ], + [ + "Ġs", + "ixty" + ], + [ + "Ġsix", + "ty" + ], + [ + "Ġhy", + "drop" + ], + [ + "Ġhyd", + "rop" + ], + [ + "Ġhydro", + "p" + ], + [ + "Ġ", + "Childhood" + ], + [ + "ĠChild", + "hood" + ], + [ + "Ġwitness", + "es" + ], + [ + "Ġwit", + "nesses" + ], + [ + "Qu", + "estion" + ], + [ + "Quest", + "ion" + ], + [ + "Ø", + "±" + ], + [ + "Ġf", + "aint" + ], + [ + "Ġfa", + "int" + ], + [ + "Ġ", + "ure" + ], + [ + "Ġu", + "re" + ], + [ + "Ġur", + "e" + ], + [ + "Ġ", + "NHS" + ], + [ + "ĠN", + "HS" + ], + [ + "ĠNH", + "S" + ], + [ + "ro", + "ughts" + ], + [ + "rough", + "ts" + ], + [ + "rought", + "s" + ], + [ + "Ġmig", + "ratory" + ], + [ + "Ġ", + "Complex" + ], + [ + "ĠComp", + "lex" + ], + [ + "ĠCom", + "plex" + ], + [ + "ĠCompl", + "ex" + ], + [ + "ĠComple", + "x" + ], + [ + "igh", + "thouse" + ], + [ + "ight", + "house" + ], + [ + "ighth", + "ouse" + ], + [ + "Ġs", + "lee" + ], + [ + "Ġsl", + "ee" + ], + [ + "Ġsle", + "e" + ], + [ + "Ġf", + "iltration" + ], + [ + "Ġfilt", + "ration" + ], + [ + "B", + "etween" + ], + [ + "Bet", + "ween" + ], + [ + "an", + "to" + ], + [ + "ant", + "o" + ], + [ + "Ġ", + "Da" + ], + [ + "ĠD", + "a" + ], + [ + "ĠD", + "iam" + ], + [ + "ĠDi", + "am" + ], + [ + "ĠDia", + "m" + ], + [ + "o", + "unted" + ], + [ + "ount", + "ed" + ], + [ + "oun", + "ted" + ], + [ + "Ġinf", + "ilt" + ], + [ + "Ġ", + "Kel" + ], + [ + "ĠK", + "el" + ], + [ + "ĠKe", + "l" + ], + [ + "Ġtw", + "ins" + ], + [ + "Ġtwin", + "s" + ], + [ + "Ġ", + "Adult" + ], + [ + "ĠAd", + "ult" + ], + [ + "Ġdefic", + "its" + ], + [ + "Ġdeficit", + "s" + ], + [ + "Ġaw", + "ake" + ], + [ + "Ġawa", + "ke" + ], + [ + "Ġcon", + "ventions" + ], + [ + "Ġconv", + "entions" + ], + [ + "Ġconvention", + "s" + ], + [ + "Ġconvent", + "ions" + ], + [ + "ur", + "nal" + ], + [ + "urn", + "al" + ], + [ + "Ġpredict", + "able" + ], + [ + "Ġpredic", + "table" + ], + [ + "Ġreg", + "ulates" + ], + [ + "Ġregul", + "ates" + ], + [ + "Ġregulate", + "s" + ], + [ + "Ġl", + "adder" + ], + [ + "Ġlad", + "der" + ], + [ + "Ġacc", + "ent" + ], + [ + "Ġac", + "cent" + ], + [ + "Î", + "¹" + ], + [ + "Ġim", + "pose" + ], + [ + "Ġimp", + "ose" + ], + [ + "Ġfinanc", + "ially" + ], + [ + "Ġfinancial", + "ly" + ], + [ + "Ġ", + "Quick" + ], + [ + "ĠQu", + "ick" + ], + [ + "Ġaw", + "esome" + ], + [ + "Ġawe", + "some" + ], + [ + "D", + "esign" + ], + [ + "De", + "sign" + ], + [ + "Des", + "ign" + ], + [ + "Ġ", + "Wang" + ], + [ + "ĠW", + "ang" + ], + [ + "ĠWa", + "ng" + ], + [ + "ĠWan", + "g" + ], + [ + "Ġun", + "ve" + ], + [ + "Ġp", + "aints" + ], + [ + "Ġpain", + "ts" + ], + [ + "Ġpaint", + "s" + ], + [ + "Ġpa", + "ints" + ], + [ + "Ġc", + "rying" + ], + [ + "Ġcr", + "ying" + ], + [ + "Ġcry", + "ing" + ], + [ + "Ġdiss", + "ertation" + ], + [ + "Ġamb", + "ient" + ], + [ + "n", + "amese" + ], + [ + "na", + "mese" + ], + [ + "name", + "se" + ], + [ + "nam", + "ese" + ], + [ + "names", + "e" + ], + [ + "Ġex", + "ile" + ], + [ + "Ġ", + "Effective" + ], + [ + "ĠE", + "ffective" + ], + [ + "ĠEffect", + "ive" + ], + [ + "ĠEff", + "ective" + ], + [ + "Ġ", + "Yoga" + ], + [ + "ĠY", + "oga" + ], + [ + "ĠYog", + "a" + ], + [ + "ĠYo", + "ga" + ], + [ + "ĠEx", + "cell" + ], + [ + "ĠExcel", + "l" + ], + [ + "ĠExc", + "ell" + ], + [ + "-", + "page" + ], + [ + "-p", + "age" + ], + [ + "Ġca", + "ptive" + ], + [ + "Ġcapt", + "ive" + ], + [ + "Ġle", + "verage" + ], + [ + "Ġlever", + "age" + ], + [ + "Ġleve", + "rage" + ], + [ + "an", + "cers" + ], + [ + "ance", + "rs" + ], + [ + "anc", + "ers" + ], + [ + "ancer", + "s" + ], + [ + "Ġdownload", + "ed" + ], + [ + "Y", + "ear" + ], + [ + "Ye", + "ar" + ], + [ + "Ġ", + "Projects" + ], + [ + "ĠPro", + "jects" + ], + [ + "ĠProject", + "s" + ], + [ + "Ġunpredict", + "able" + ], + [ + "Ġdiam", + "onds" + ], + [ + "Ġdiamond", + "s" + ], + [ + "Ġdia", + "monds" + ], + [ + "Ġin", + "verte" + ], + [ + "Ġinver", + "te" + ], + [ + "Ġinvert", + "e" + ], + [ + "Ġmelan", + "oma" + ], + [ + "d", + "ers" + ], + [ + "der", + "s" + ], + [ + "de", + "rs" + ], + [ + "Ġcoll", + "isions" + ], + [ + "Ġcollision", + "s" + ], + [ + "ĠPartners", + "hip" + ], + [ + "ĠPartner", + "ship" + ], + [ + "N", + "umber" + ], + [ + "Num", + "ber" + ], + [ + "p", + "arents" + ], + [ + "par", + "ents" + ], + [ + "parent", + "s" + ], + [ + "Ġ", + "nets" + ], + [ + "Ġn", + "ets" + ], + [ + "Ġne", + "ts" + ], + [ + "Ġnet", + "s" + ], + [ + "Ġ", + "Ale" + ], + [ + "ĠA", + "le" + ], + [ + "ĠAl", + "e" + ], + [ + "ow", + "ned" + ], + [ + "own", + "ed" + ], + [ + "Ġ", + "brew" + ], + [ + "Ġb", + "rew" + ], + [ + "Ġbr", + "ew" + ], + [ + "Ġbre", + "w" + ], + [ + "Ġhand", + "les" + ], + [ + "Ġhandle", + "s" + ], + [ + "Ġtal", + "ents" + ], + [ + "Ġtalent", + "s" + ], + [ + "ĠHa", + "iti" + ], + [ + "ĠHait", + "i" + ], + [ + "ĠHai", + "ti" + ], + [ + "on", + "ly" + ], + [ + "Ġe", + "agle" + ], + [ + "Ġ", + "Rules" + ], + [ + "ĠR", + "ules" + ], + [ + "ĠRule", + "s" + ], + [ + "ĠRu", + "les" + ], + [ + "Ġ", + "elong" + ], + [ + "Ġe", + "long" + ], + [ + "Ġel", + "ong" + ], + [ + "wh", + "ite" + ], + [ + "Ġcyber", + "security" + ], + [ + "Ġfrust", + "rated" + ], + [ + "Ġdown", + "town" + ], + [ + "Ġdow", + "ntown" + ], + [ + "Ġdownt", + "own" + ], + [ + "-Sah", + "aran" + ], + [ + "ĠB", + "eck" + ], + [ + "ĠBe", + "ck" + ], + [ + "ĠBec", + "k" + ], + [ + "u", + "matic" + ], + [ + "um", + "atic" + ], + [ + "uma", + "tic" + ], + [ + "p", + "lain" + ], + [ + "pl", + "ain" + ], + [ + "is", + "sa" + ], + [ + "iss", + "a" + ], + [ + "Ġo", + "bey" + ], + [ + "Ġob", + "ey" + ], + [ + "Ġobe", + "y" + ], + [ + "Ġv", + "irgin" + ], + [ + "Ġvir", + "gin" + ], + [ + "Ġexpect", + "ation" + ], + [ + "----", + "----" + ], + [ + "o", + "pping" + ], + [ + "op", + "ping" + ], + [ + "opp", + "ing" + ], + [ + "Ġ", + "Roy" + ], + [ + "ĠR", + "oy" + ], + [ + "ĠRo", + "y" + ], + [ + "Ġ", + "Clar" + ], + [ + "ĠC", + "lar" + ], + [ + "ĠCl", + "ar" + ], + [ + "ĠCla", + "r" + ], + [ + "Ġshort", + "ages" + ], + [ + "Ġshortage", + "s" + ], + [ + "Ġce", + "ase" + ], + [ + "Ġ", + "Electrical" + ], + [ + "ĠElect", + "rical" + ], + [ + "ĠElectric", + "al" + ], + [ + "D", + "ifferent" + ], + [ + "Diff", + "erent" + ], + [ + "Ġb", + "ump" + ], + [ + "Ġbu", + "mp" + ], + [ + "l", + "ee" + ], + [ + "le", + "e" + ], + [ + "a", + "geal" + ], + [ + "ag", + "eal" + ], + [ + "age", + "al" + ], + [ + "Ġal", + "located" + ], + [ + "Ġall", + "ocated" + ], + [ + "Ġallocate", + "d" + ], + [ + "Ġverte", + "bra" + ], + [ + "Ġvert", + "ebra" + ], + [ + "Ġvic", + "inity" + ], + [ + "ĠUg", + "anda" + ], + [ + "o", + "lin" + ], + [ + "ol", + "in" + ], + [ + "oli", + "n" + ], + [ + "Ġre", + "alities" + ], + [ + "Ġreal", + "ities" + ], + [ + "Ġ", + "Drive" + ], + [ + "ĠD", + "rive" + ], + [ + "ĠDr", + "ive" + ], + [ + "N", + "AL" + ], + [ + "NA", + "L" + ], + [ + "ĠVal", + "ent" + ], + [ + "ĠVale", + "nt" + ], + [ + "hat", + "tan" + ], + [ + "hatt", + "an" + ], + [ + "i", + "lated" + ], + [ + "il", + "ated" + ], + [ + "ila", + "ted" + ], + [ + "ilate", + "d" + ], + [ + "el", + "lite" + ], + [ + "ell", + "ite" + ], + [ + "elli", + "te" + ], + [ + "Ġsh", + "eer" + ], + [ + "Ġshe", + "er" + ], + [ + "Ġbr", + "ighter" + ], + [ + "Ġbright", + "er" + ], + [ + "Ġve", + "rification" + ], + [ + "Ġver", + "ification" + ], + [ + "Ġ", + "Programming" + ], + [ + "ĠProgram", + "ming" + ], + [ + "al", + "g" + ], + [ + "Ġl", + "amb" + ], + [ + "Ġla", + "mb" + ], + [ + "Ġlam", + "b" + ], + [ + "Ġh", + "umble" + ], + [ + "Ġhum", + "ble" + ], + [ + "Ġhu", + "mble" + ], + [ + "Ġinflu", + "encing" + ], + [ + "Ġinfluen", + "cing" + ], + [ + "ĠMont", + "essori" + ], + [ + "Ġsur", + "geons" + ], + [ + "Ġsurge", + "ons" + ], + [ + "Ġsurgeon", + "s" + ], + [ + ".", + "co" + ], + [ + ".c", + "o" + ], + [ + "Â", + "´" + ], + [ + "ĠC", + "ou" + ], + [ + "ĠCo", + "u" + ], + [ + "Ġen", + "jo" + ], + [ + "Ġquestion", + "ing" + ], + [ + "Ġvisual", + "ize" + ], + [ + "Ġadminist", + "rator" + ], + [ + "Ġadministr", + "ator" + ], + [ + "E", + "arth" + ], + [ + "Ear", + "th" + ], + [ + "Ġre", + "side" + ], + [ + "Ġres", + "ide" + ], + [ + "Ġresid", + "e" + ], + [ + "Ġ", + "rav" + ], + [ + "Ġr", + "av" + ], + [ + "Ġra", + "v" + ], + [ + "Ġ", + "Meaning" + ], + [ + "ĠMe", + "aning" + ], + [ + "ĠMean", + "ing" + ], + [ + "Ġcard", + "board" + ], + [ + "Ġ", + "Flash" + ], + [ + "ĠF", + "lash" + ], + [ + "ĠFl", + "ash" + ], + [ + "ĠFla", + "sh" + ], + [ + "Ġlegend", + "ary" + ], + [ + "Ġin", + "justice" + ], + [ + "Ġinjust", + "ice" + ], + [ + "R", + "ad" + ], + [ + "Ra", + "d" + ], + [ + "ĠW", + "aters" + ], + [ + "ĠWater", + "s" + ], + [ + "ĠWa", + "ters" + ], + [ + "ĠWat", + "ers" + ], + [ + "Ġcorrect", + "ed" + ], + [ + "Ġ", + "Secondary" + ], + [ + "ĠSecond", + "ary" + ], + [ + "Ġvac", + "ation" + ], + [ + "Ġva", + "cation" + ], + [ + "Ġprivile", + "ges" + ], + [ + "Ġprivilege", + "s" + ], + [ + "Public", + "ation" + ], + [ + "Pub", + "lication" + ], + [ + "c", + "ra" + ], + [ + "cr", + "a" + ], + [ + "l", + "iness" + ], + [ + "line", + "ss" + ], + [ + "lin", + "ess" + ], + [ + "lines", + "s" + ], + [ + "li", + "ness" + ], + [ + "Ġ", + "tel" + ], + [ + "Ġt", + "el" + ], + [ + "Ġte", + "l" + ], + [ + "Ġ", + "pic" + ], + [ + "Ġp", + "ic" + ], + [ + "Ġpi", + "c" + ], + [ + "Ġ", + "Sure" + ], + [ + "ĠS", + "ure" + ], + [ + "ĠSu", + "re" + ], + [ + "ĠSur", + "e" + ], + [ + "K", + "S" + ], + [ + "i", + "our" + ], + [ + "io", + "ur" + ], + [ + "m", + "ium" + ], + [ + "mi", + "um" + ], + [ + "m", + "ont" + ], + [ + "mon", + "t" + ], + [ + "mo", + "nt" + ], + [ + "x", + "ia" + ], + [ + "xi", + "a" + ], + [ + "i", + "sen" + ], + [ + "is", + "en" + ], + [ + "ise", + "n" + ], + [ + "Ġ", + "naming" + ], + [ + "Ġn", + "aming" + ], + [ + "Ġna", + "ming" + ], + [ + "Ġnam", + "ing" + ], + [ + "Ġ", + "bean" + ], + [ + "Ġb", + "ean" + ], + [ + "Ġbe", + "an" + ], + [ + "ĠC", + "eltic" + ], + [ + "ĠCel", + "tic" + ], + [ + "g", + "eon" + ], + [ + "ge", + "on" + ], + [ + "ov", + "ak" + ], + [ + "ova", + "k" + ], + [ + "On", + "line" + ], + [ + "Ġ", + "Recently" + ], + [ + "ĠRec", + "ently" + ], + [ + "ĠRecent", + "ly" + ], + [ + "L", + "ar" + ], + [ + "La", + "r" + ], + [ + "Ġ", + "hib" + ], + [ + "Ġh", + "ib" + ], + [ + "Ġhi", + "b" + ], + [ + "Ġt", + "angible" + ], + [ + "Ġtang", + "ible" + ], + [ + "Ġ", + "IF" + ], + [ + "ĠI", + "F" + ], + [ + "ate", + "mal" + ], + [ + "ĠH", + "erm" + ], + [ + "ĠHe", + "rm" + ], + [ + "ĠHer", + "m" + ], + [ + "Ġpack", + "ets" + ], + [ + "Ġpacket", + "s" + ], + [ + "Ġpac", + "kets" + ], + [ + "inn", + "itus" + ], + [ + "Ġfabric", + "s" + ], + [ + "u", + "gging" + ], + [ + "ug", + "ging" + ], + [ + "ugg", + "ing" + ], + [ + "Ġterror", + "ist" + ], + [ + "Ġ", + "Processing" + ], + [ + "ĠP", + "rocessing" + ], + [ + "ĠProcess", + "ing" + ], + [ + "ĠProc", + "essing" + ], + [ + "Ġ", + "Karl" + ], + [ + "ĠKar", + "l" + ], + [ + "Ġ", + "Participants" + ], + [ + "ĠParticip", + "ants" + ], + [ + "A", + "ng" + ], + [ + "An", + "g" + ], + [ + "ul", + "ence" + ], + [ + "ule", + "nce" + ], + [ + "q", + "uer" + ], + [ + "qu", + "er" + ], + [ + "que", + "r" + ], + [ + "Ġse", + "ized" + ], + [ + "Ġseiz", + "ed" + ], + [ + "Ġseize", + "d" + ], + [ + "Ġ", + "GI" + ], + [ + "ĠG", + "I" + ], + [ + "Ġ", + "actor" + ], + [ + "Ġa", + "ctor" + ], + [ + "Ġact", + "or" + ], + [ + "Ġac", + "tor" + ], + [ + "Ġre", + "named" + ], + [ + "Ġren", + "amed" + ], + [ + "Ġrename", + "d" + ], + [ + "Ġ", + "Names" + ], + [ + "ĠN", + "ames" + ], + [ + "ĠName", + "s" + ], + [ + "ĠNa", + "mes" + ], + [ + "ĠNam", + "es" + ], + [ + "ol", + "lar" + ], + [ + "oll", + "ar" + ], + [ + "olla", + "r" + ], + [ + "ĠMel", + "bourne" + ], + [ + "ĠV", + "eh" + ], + [ + "ĠVe", + "h" + ], + [ + "Ġembry", + "os" + ], + [ + "Ġembryo", + "s" + ], + [ + "Ġ", + "Sources" + ], + [ + "ĠS", + "ources" + ], + [ + "ĠSource", + "s" + ], + [ + "ĠSour", + "ces" + ], + [ + "Ġ", + "Harm" + ], + [ + "ĠH", + "arm" + ], + [ + "ĠHar", + "m" + ], + [ + "ĠHa", + "rm" + ], + [ + "Ġ", + "LDL" + ], + [ + "ĠL", + "DL" + ], + [ + "ĠLD", + "L" + ], + [ + "r", + "ys" + ], + [ + "ry", + "s" + ], + [ + "r", + "ophe" + ], + [ + "ro", + "phe" + ], + [ + "rop", + "he" + ], + [ + "roph", + "e" + ], + [ + "Ġdepr", + "ivation" + ], + [ + "B", + "esides" + ], + [ + "m", + "o" + ], + [ + "y", + "our" + ], + [ + "you", + "r" + ], + [ + "yo", + "ur" + ], + [ + "Ġb", + "oss" + ], + [ + "Ġbo", + "ss" + ], + [ + "Ġbos", + "s" + ], + [ + "Ġsh", + "ale" + ], + [ + "Ġ", + "Marie" + ], + [ + "ĠM", + "arie" + ], + [ + "ĠMar", + "ie" + ], + [ + "ĠMa", + "rie" + ], + [ + "ĠMari", + "e" + ], + [ + "Ġath", + "letic" + ], + [ + "Ġathlet", + "ic" + ], + [ + "Ġconsec", + "utive" + ], + [ + "Ġd", + "ilem" + ], + [ + "Ġdi", + "lem" + ], + [ + "Ġdil", + "em" + ], + [ + "Ġ", + "ray" + ], + [ + "Ġr", + "ay" + ], + [ + "Ġra", + "y" + ], + [ + "Ġcross", + "es" + ], + [ + "Ġcros", + "ses" + ], + [ + "ĠEconom", + "y" + ], + [ + "ĠEc", + "onomy" + ], + [ + "Ġhered", + "itary" + ], + [ + "Ġs", + "uits" + ], + [ + "Ġsu", + "its" + ], + [ + "Ġsuit", + "s" + ], + [ + "Ġ", + "Fern" + ], + [ + "ĠF", + "ern" + ], + [ + "ĠFe", + "rn" + ], + [ + "ĠFer", + "n" + ], + [ + "Ġsupp", + "lier" + ], + [ + "Ġsuppl", + "ier" + ], + [ + "Ġg", + "lance" + ], + [ + "Ġgl", + "ance" + ], + [ + "Ġhyd", + "rox" + ], + [ + "Ġhydro", + "x" + ], + [ + "Ġ", + "Pad" + ], + [ + "ĠP", + "ad" + ], + [ + "ĠPa", + "d" + ], + [ + "ĠD", + "ow" + ], + [ + "ĠDo", + "w" + ], + [ + "Ġ", + "Roll" + ], + [ + "ĠR", + "oll" + ], + [ + "ĠRo", + "ll" + ], + [ + "ĠRol", + "l" + ], + [ + "a", + "shi" + ], + [ + "as", + "hi" + ], + [ + "ash", + "i" + ], + [ + "Ġreported", + "ly" + ], + [ + "Ġske", + "letal" + ], + [ + "ü", + "r" + ], + [ + "Ġb", + "ust" + ], + [ + "Ġbu", + "st" + ], + [ + "Ġbus", + "t" + ], + [ + "Ġ", + "Pine" + ], + [ + "ĠP", + "ine" + ], + [ + "ĠPi", + "ne" + ], + [ + "ĠPin", + "e" + ], + [ + "sc", + "ribe" + ], + [ + "Ġ", + "Priv" + ], + [ + "ĠP", + "riv" + ], + [ + "ĠPr", + "iv" + ], + [ + "ĠPri", + "v" + ], + [ + "ĠMur", + "ray" + ], + [ + "ĠWy", + "oming" + ], + [ + "Ġ", + "uptake" + ], + [ + "Ġup", + "take" + ], + [ + "Ġupt", + "ake" + ], + [ + "G", + "I" + ], + [ + "er", + "ver" + ], + [ + "erv", + "er" + ], + [ + "erve", + "r" + ], + [ + "Ġ", + "bic" + ], + [ + "Ġb", + "ic" + ], + [ + "Ġbi", + "c" + ], + [ + "Ġ", + "Half" + ], + [ + "ĠH", + "alf" + ], + [ + "ĠHal", + "f" + ], + [ + "ress", + "ure" + ], + [ + "Ġ", + "formations" + ], + [ + "Ġform", + "ations" + ], + [ + "Ġformat", + "ions" + ], + [ + "Ġformation", + "s" + ], + [ + "Ġanal", + "ogy" + ], + [ + "Ġanalog", + "y" + ], + [ + "Ġculp", + "rit" + ], + [ + "Ġpr", + "uning" + ], + [ + "ĠB", + "rah" + ], + [ + "ĠBra", + "h" + ], + [ + "ĠBr", + "ah" + ], + [ + "I", + "ts" + ], + [ + "It", + "s" + ], + [ + "i", + "nas" + ], + [ + "in", + "as" + ], + [ + "ina", + "s" + ], + [ + "es", + "igned" + ], + [ + "esign", + "ed" + ], + [ + "Ġ", + "Tropical" + ], + [ + "ĠT", + "ropical" + ], + [ + "ĠTrop", + "ical" + ], + [ + "Ġmar", + "vel" + ], + [ + "agon", + "ist" + ], + [ + "Ġdipl", + "omatic" + ], + [ + "Ġdiplom", + "atic" + ], + [ + "Ġdiploma", + "tic" + ], + [ + "Ġdiplomat", + "ic" + ], + [ + "Ġpath", + "ology" + ], + [ + "ĠC", + "hes" + ], + [ + "ĠCh", + "es" + ], + [ + "ĠChe", + "s" + ], + [ + "ap", + "olis" + ], + [ + "apo", + "lis" + ], + [ + "en", + "son" + ], + [ + "ens", + "on" + ], + [ + "Ġen", + "during" + ], + [ + "Ġend", + "uring" + ], + [ + "Ġendu", + "ring" + ], + [ + "Ġapprox", + "imate" + ], + [ + "ĠBy", + "zantine" + ], + [ + "ĠByz", + "antine" + ], + [ + "ĠByzant", + "ine" + ], + [ + "Ġg", + "uy" + ], + [ + "Ġgu", + "y" + ], + [ + "i", + "pper" + ], + [ + "ip", + "per" + ], + [ + "ipp", + "er" + ], + [ + "ĠComp", + "rehens" + ], + [ + "ĠEd", + "inburgh" + ], + [ + "Ġfurn", + "ace" + ], + [ + "U", + "RE" + ], + [ + "UR", + "E" + ], + [ + "Ù", + "Ĭ" + ], + [ + "t", + "ering" + ], + [ + "ter", + "ing" + ], + [ + "te", + "ring" + ], + [ + "Ġ", + "aden" + ], + [ + "Ġa", + "den" + ], + [ + "Ġad", + "en" + ], + [ + "Ġall", + "ocation" + ], + [ + "Ġun", + "re" + ], + [ + "Ġtravel", + "led" + ], + [ + "Ġm", + "oons" + ], + [ + "Ġmo", + "ons" + ], + [ + "Ġmoon", + "s" + ], + [ + "A", + "LL" + ], + [ + "AL", + "L" + ], + [ + "D", + "ist" + ], + [ + "Dis", + "t" + ], + [ + "Di", + "st" + ], + [ + "Ġre", + "velation" + ], + [ + "Ġreve", + "lation" + ], + [ + "Ġrevel", + "ation" + ], + [ + "Ġab", + "norm" + ], + [ + "ploy", + "ed" + ], + [ + "plo", + "yed" + ], + [ + "Ġ", + "Companies" + ], + [ + "ĠComp", + "anies" + ], + [ + "ĠCompan", + "ies" + ], + [ + "Ġ", + "wives" + ], + [ + "Ġw", + "ives" + ], + [ + "Ġwi", + "ves" + ], + [ + "ĠD", + "VD" + ], + [ + "ĠDV", + "D" + ], + [ + "Ġ", + "Associated" + ], + [ + "ĠAss", + "ociated" + ], + [ + "ĠAssoci", + "ated" + ], + [ + "ĠAssociate", + "d" + ], + [ + "ĠAssoc", + "iated" + ], + [ + "Ġdis", + "playing" + ], + [ + "Ġdispl", + "aying" + ], + [ + "Ġdisplay", + "ing" + ], + [ + "Ġhob", + "by" + ], + [ + "r", + "il" + ], + [ + "ri", + "l" + ], + [ + "t", + "own" + ], + [ + "to", + "wn" + ], + [ + "tow", + "n" + ], + [ + "ar", + "thritis" + ], + [ + "arth", + "ritis" + ], + [ + "i", + "one" + ], + [ + "ion", + "e" + ], + [ + "io", + "ne" + ], + [ + "Ġst", + "amps" + ], + [ + "Ġstamp", + "s" + ], + [ + "Ġstam", + "ps" + ], + [ + "Ġcompet", + "ent" + ], + [ + "Ġcompete", + "nt" + ], + [ + "Read", + "ing" + ], + [ + "Re", + "ading" + ], + [ + "Ġ", + "Explore" + ], + [ + "ĠExpl", + "ore" + ], + [ + "ĠExp", + "lore" + ], + [ + "ĠExplo", + "re" + ], + [ + "ĠExplor", + "e" + ], + [ + "Ġcorrespond", + "ence" + ], + [ + "ustain", + "ability" + ], + [ + "ovol", + "ta" + ], + [ + "i", + "met" + ], + [ + "im", + "et" + ], + [ + "ime", + "t" + ], + [ + "Ġen", + "vision" + ], + [ + "Ġenv", + "ision" + ], + [ + "Ġenvis", + "ion" + ], + [ + "Ġ", + "intend" + ], + [ + "Ġint", + "end" + ], + [ + "ĠY", + "ang" + ], + [ + "ĠYan", + "g" + ], + [ + "ĠYa", + "ng" + ], + [ + "Ġ", + "Description" + ], + [ + "ĠDe", + "scription" + ], + [ + "ĠDes", + "cription" + ], + [ + "ĠDesc", + "ription" + ], + [ + "C", + "M" + ], + [ + "il", + "lation" + ], + [ + "ill", + "ation" + ], + [ + "illa", + "tion" + ], + [ + "ĠP", + "ole" + ], + [ + "ĠPol", + "e" + ], + [ + "ĠPo", + "le" + ], + [ + "or", + "tic" + ], + [ + "ort", + "ic" + ], + [ + "n", + "ered" + ], + [ + "ne", + "red" + ], + [ + "ner", + "ed" + ], + [ + "Ġposition", + "ing" + ], + [ + "Ġanal", + "ysed" + ], + [ + "Ġanaly", + "sed" + ], + [ + "Ġanalys", + "ed" + ], + [ + "Ġanalyse", + "d" + ], + [ + "ph", + "erd" + ], + [ + "pher", + "d" + ], + [ + "phe", + "rd" + ], + [ + "Ġtax", + "p" + ], + [ + "Ġta", + "xp" + ], + [ + "Ġim", + "agin" + ], + [ + "Ġimag", + "in" + ], + [ + "Ġis", + "olate" + ], + [ + "Ġisol", + "ate" + ], + [ + "Ġiso", + "late" + ], + [ + "Ġ", + "Humans" + ], + [ + "ĠHuman", + "s" + ], + [ + "ĠHum", + "ans" + ], + [ + "ĠHu", + "mans" + ], + [ + "r", + "atic" + ], + [ + "ra", + "tic" + ], + [ + "rat", + "ic" + ], + [ + "Ġ", + "Sed" + ], + [ + "ĠS", + "ed" + ], + [ + "ĠSe", + "d" + ], + [ + "he", + "rical" + ], + [ + "her", + "ical" + ], + [ + "heric", + "al" + ], + [ + "Ġ", + "Rs" + ], + [ + "ĠR", + "s" + ], + [ + "Ġafter", + "math" + ], + [ + "Ġver", + "sa" + ], + [ + "Ġvers", + "a" + ], + [ + "Ġre", + "plication" + ], + [ + "Ġrep", + "lication" + ], + [ + "Ġrepl", + "ication" + ], + [ + "Ġreplic", + "ation" + ], + [ + "Ġreplica", + "tion" + ], + [ + "k", + "ets" + ], + [ + "ke", + "ts" + ], + [ + "ket", + "s" + ], + [ + "Ġ", + "Easy" + ], + [ + "ĠE", + "asy" + ], + [ + "ĠEas", + "y" + ], + [ + "Ġ", + "LA" + ], + [ + "ĠL", + "A" + ], + [ + "Ġ", + "aven" + ], + [ + "Ġa", + "ven" + ], + [ + "Ġav", + "en" + ], + [ + "iqu", + "id" + ], + [ + "iq", + "uid" + ], + [ + "ĠSp", + "rings" + ], + [ + "ĠSpring", + "s" + ], + [ + "Ġge", + "othermal" + ], + [ + "Ġgeo", + "thermal" + ], + [ + "Ġin", + "structed" + ], + [ + "Ġinstruct", + "ed" + ], + [ + "Ġcont", + "racted" + ], + [ + "Ġcontract", + "ed" + ], + [ + "Ġprepar", + "ations" + ], + [ + "Ġpreparation", + "s" + ], + [ + "Ġ", + "Positive" + ], + [ + "ĠP", + "ositive" + ], + [ + "ĠPos", + "itive" + ], + [ + "Ġtw", + "ist" + ], + [ + "Ġnanop", + "articles" + ], + [ + "Ġnanoparticle", + "s" + ], + [ + "ĠAt", + "mospheric" + ], + [ + "ĠAtmosp", + "heric" + ], + [ + "%", + "Ċ" + ], + [ + "r", + "oot" + ], + [ + "ro", + "ot" + ], + [ + "Ġc", + "rab" + ], + [ + "Ġcr", + "ab" + ], + [ + "Ġcra", + "b" + ], + [ + "resp", + "ons" + ], + [ + "ĠGard", + "ens" + ], + [ + "ĠGarden", + "s" + ], + [ + "-", + "controlled" + ], + [ + "-cont", + "rolled" + ], + [ + "-control", + "led" + ], + [ + "Ġpres", + "umably" + ], + [ + "Ġpresum", + "ably" + ], + [ + "Ġimp", + "ressed" + ], + [ + "Ġimpress", + "ed" + ], + [ + "Ġtest", + "osterone" + ], + [ + "Ġs", + "laughter" + ], + [ + "Ġsl", + "aughter" + ], + [ + "Ġc", + "ache" + ], + [ + "Ġca", + "che" + ], + [ + "Ġcac", + "he" + ], + [ + "ce", + "ptive" + ], + [ + "cept", + "ive" + ], + [ + "Ġin", + "ventions" + ], + [ + "Ġinv", + "entions" + ], + [ + "Ġinvent", + "ions" + ], + [ + "Ġinvention", + "s" + ], + [ + "Ġp", + "ixels" + ], + [ + "Ġpix", + "els" + ], + [ + "Ġpixel", + "s" + ], + [ + "Ġsc", + "ored" + ], + [ + "Ġscore", + "d" + ], + [ + "Ġscor", + "ed" + ], + [ + "c", + "omed" + ], + [ + "com", + "ed" + ], + [ + "come", + "d" + ], + [ + "co", + "med" + ], + [ + "Ġview", + "ers" + ], + [ + "Ġviewer", + "s" + ], + [ + "Ġvie", + "wers" + ], + [ + "Ġp", + "asta" + ], + [ + "Ġpast", + "a" + ], + [ + "Ġpa", + "sta" + ], + [ + "Ġpas", + "ta" + ], + [ + "Ġfort", + "ified" + ], + [ + "Ġr", + "anking" + ], + [ + "Ġrank", + "ing" + ], + [ + "Ġran", + "king" + ], + [ + "Ġs", + "outheastern" + ], + [ + "Ġsoutheast", + "ern" + ], + [ + "Ġsout", + "heastern" + ], + [ + "Ġ", + "Maint" + ], + [ + "ĠM", + "aint" + ], + [ + "ĠMa", + "int" + ], + [ + "ĠMain", + "t" + ], + [ + "ĠMai", + "nt" + ], + [ + "ĠSc", + "and" + ], + [ + "ĠScan", + "d" + ], + [ + "I", + "CE" + ], + [ + "IC", + "E" + ], + [ + "Ġal", + "tar" + ], + [ + "Ġalt", + "ar" + ], + [ + "Ġpin", + "point" + ], + [ + "Ġb", + "ile" + ], + [ + "Ġbi", + "le" + ], + [ + "Ġbil", + "e" + ], + [ + "Ġst", + "aple" + ], + [ + "Ġsta", + "ple" + ], + [ + "Ġprof", + "iciency" + ], + [ + "-d", + "ependent" + ], + [ + "Ġ", + "Describe" + ], + [ + "ĠDe", + "scribe" + ], + [ + "ĠDesc", + "ribe" + ], + [ + "Ġlob", + "by" + ], + [ + "Ġs", + "often" + ], + [ + "Ġsoft", + "en" + ], + [ + "Ġsof", + "ten" + ], + [ + "Ġ", + "oy" + ], + [ + "Ġo", + "y" + ], + [ + "es", + "us" + ], + [ + "t", + "ym" + ], + [ + "ty", + "m" + ], + [ + "Ġmass", + "age" + ], + [ + "Ġse", + "xuality" + ], + [ + "Ġsex", + "uality" + ], + [ + "Ġsexual", + "ity" + ], + [ + "y", + "cle" + ], + [ + "yc", + "le" + ], + [ + "ycl", + "e" + ], + [ + "Ġl", + "uc" + ], + [ + "Ġrep", + "eating" + ], + [ + "Ġrepe", + "ating" + ], + [ + "Ġrepeat", + "ing" + ], + [ + "Im", + "agine" + ], + [ + "ĠExpl", + "orer" + ], + [ + "ĠExplore", + "r" + ], + [ + "ĠExplo", + "rer" + ], + [ + "ĠExplor", + "er" + ], + [ + "Ġd", + "ressing" + ], + [ + "Ġdr", + "essing" + ], + [ + "Ġdress", + "ing" + ], + [ + "ĠNi", + "ñ" + ], + [ + "ĠBir", + "mingham" + ], + [ + "ĠRepresent", + "atives" + ], + [ + "ĠRepresentative", + "s" + ], + [ + "R", + "ight" + ], + [ + "Rig", + "ht" + ], + [ + "S", + "QL" + ], + [ + "Ġ", + "Maps" + ], + [ + "ĠM", + "aps" + ], + [ + "ĠMa", + "ps" + ], + [ + "ĠMap", + "s" + ], + [ + "Ġ", + "Gent" + ], + [ + "ĠG", + "ent" + ], + [ + "ĠGe", + "nt" + ], + [ + "ĠGen", + "t" + ], + [ + "a", + "gos" + ], + [ + "ag", + "os" + ], + [ + "ago", + "s" + ], + [ + "uss", + "ions" + ], + [ + "ussion", + "s" + ], + [ + "-", + "green" + ], + [ + "-g", + "reen" + ], + [ + "Ġc", + "oup" + ], + [ + "Ġco", + "up" + ], + [ + "Ġcou", + "p" + ], + [ + "uk", + "emia" + ], + [ + "uke", + "mia" + ], + [ + "Ġbrut", + "al" + ], + [ + "Ġbru", + "tal" + ], + [ + "Of", + "ten" + ], + [ + "ा", + "à¤" + ], + [ + "Ġcong", + "enital" + ], + [ + "Ġcongen", + "ital" + ], + [ + "d", + "ef" + ], + [ + "de", + "f" + ], + [ + "ĠCh", + "ick" + ], + [ + "ĠChic", + "k" + ], + [ + "ĠChi", + "ck" + ], + [ + "an", + "che" + ], + [ + "anc", + "he" + ], + [ + "anch", + "e" + ], + [ + "Ġelect", + "rode" + ], + [ + "Ġelectr", + "ode" + ], + [ + "Ġelectro", + "de" + ], + [ + "Ġpra", + "irie" + ], + [ + "Sp", + "ecial" + ], + [ + "Spec", + "ial" + ], + [ + "Ġt", + "read" + ], + [ + "Ġtr", + "ead" + ], + [ + "Ġtre", + "ad" + ], + [ + "ĠA", + "x" + ], + [ + "Ġr", + "heumat" + ], + [ + "Ġ", + "Lack" + ], + [ + "ĠL", + "ack" + ], + [ + "ĠLa", + "ck" + ], + [ + "ĠLac", + "k" + ], + [ + "oun", + "cing" + ], + [ + "Ġsepar", + "ating" + ], + [ + "ĠP", + "and" + ], + [ + "ĠPan", + "d" + ], + [ + "ĠPa", + "nd" + ], + [ + "Ġim", + "part" + ], + [ + "Ġimp", + "art" + ], + [ + "en", + "gue" + ], + [ + "eng", + "ue" + ], + [ + "engu", + "e" + ], + [ + "Ġhome", + "school" + ], + [ + "Ġhomes", + "chool" + ], + [ + "Ġep", + "ithel" + ], + [ + "Ġepit", + "hel" + ], + [ + "Ġreg", + "eneration" + ], + [ + "Ġregen", + "eration" + ], + [ + "Ġregener", + "ation" + ], + [ + "r", + "oe" + ], + [ + "ro", + "e" + ], + [ + "u", + "sp" + ], + [ + "us", + "p" + ], + [ + "âĢĿ", + ")," + ], + [ + "âĢĿ)", + "," + ], + [ + "-", + "borne" + ], + [ + "-b", + "orne" + ], + [ + "-born", + "e" + ], + [ + "Ġ", + "responsive" + ], + [ + "Ġrespons", + "ive" + ], + [ + "Ġbee", + "tle" + ], + [ + "Ġbeet", + "le" + ], + [ + "Ġ", + "Å" + ], + [ + "U", + "ST" + ], + [ + "US", + "T" + ], + [ + "al", + "las" + ], + [ + "all", + "as" + ], + [ + "alla", + "s" + ], + [ + "ar", + "city" + ], + [ + "arc", + "ity" + ], + [ + "Ġ", + "illusion" + ], + [ + "Ġill", + "usion" + ], + [ + "Ġil", + "lusion" + ], + [ + "Ġillus", + "ion" + ], + [ + "Ġc", + "ran" + ], + [ + "Ġcr", + "an" + ], + [ + "Ġcra", + "n" + ], + [ + "Ġspe", + "eches" + ], + [ + "Ġspeech", + "es" + ], + [ + "Ġ", + "Experiment" + ], + [ + "ĠExper", + "iment" + ], + [ + "ĠPitts", + "burgh" + ], + [ + "l", + "ishes" + ], + [ + "lish", + "es" + ], + [ + "lis", + "hes" + ], + [ + "Ġc", + "ube" + ], + [ + "Ġcub", + "e" + ], + [ + "Ġcu", + "be" + ], + [ + "ĠS", + "old" + ], + [ + "ĠSo", + "ld" + ], + [ + "ĠSol", + "d" + ], + [ + "Ġup", + "wards" + ], + [ + "Ġupward", + "s" + ], + [ + "Ġ", + "Const" + ], + [ + "ĠCon", + "st" + ], + [ + "ĠCo", + "nst" + ], + [ + "ĠCons", + "t" + ], + [ + "Ġleg", + "ends" + ], + [ + "Ġlegend", + "s" + ], + [ + "Ġarr", + "ives" + ], + [ + "Ġarrive", + "s" + ], + [ + "Ġre", + "plicate" + ], + [ + "Ġrepl", + "icate" + ], + [ + "Ġreplic", + "ate" + ], + [ + "Ġreplica", + "te" + ], + [ + "o", + "cl" + ], + [ + "oc", + "l" + ], + [ + "Ġ", + "Inside" + ], + [ + "ĠIn", + "side" + ], + [ + "ĠIns", + "ide" + ], + [ + "Ġpe", + "el" + ], + [ + "Ġpee", + "l" + ], + [ + "Ġre", + "current" + ], + [ + "Ġrec", + "urrent" + ], + [ + "Ġrecur", + "rent" + ], + [ + "ĠK", + "il" + ], + [ + "ĠKi", + "l" + ], + [ + "Ġtechn", + "icians" + ], + [ + "Ġtechnician", + "s" + ], + [ + "Ġre", + "dist" + ], + [ + "Ġred", + "ist" + ], + [ + "hib", + "ition" + ], + [ + "hibit", + "ion" + ], + [ + "ĠComp", + "uting" + ], + [ + "Ġclin", + "icians" + ], + [ + "Ġclinic", + "ians" + ], + [ + "Ġclinician", + "s" + ], + [ + "ĠC", + "osta" + ], + [ + "ĠCo", + "sta" + ], + [ + "ĠCost", + "a" + ], + [ + "ĠCos", + "ta" + ], + [ + "Ġh", + "alt" + ], + [ + "Ġha", + "lt" + ], + [ + "Ġhal", + "t" + ], + [ + "Ġtrans", + "itions" + ], + [ + "Ġtransition", + "s" + ], + [ + "Ġtransit", + "ions" + ], + [ + "g", + "ging" + ], + [ + "gg", + "ing" + ], + [ + "Ġelect", + "oral" + ], + [ + "Ġele", + "ctoral" + ], + [ + "Ġelector", + "al" + ], + [ + "Ġenjoy", + "ment" + ], + [ + "Stud", + "y" + ], + [ + "Ġcult", + "ivate" + ], + [ + "Ġcultiv", + "ate" + ], + [ + "Ġsh", + "uttle" + ], + [ + "Ġshut", + "tle" + ], + [ + "iz", + "zes" + ], + [ + "izz", + "es" + ], + [ + "Ġ", + "Wash" + ], + [ + "ĠW", + "ash" + ], + [ + "ĠWas", + "h" + ], + [ + "ĠWa", + "sh" + ], + [ + "Ġch", + "arcoal" + ], + [ + "Ġchar", + "coal" + ], + [ + "Ġdepart", + "ure" + ], + [ + "ĠKash", + "mir" + ], + [ + "Ġ", + "Il" + ], + [ + "ĠI", + "l" + ], + [ + "os", + "ke" + ], + [ + "B", + "R" + ], + [ + "u", + "art" + ], + [ + "ua", + "rt" + ], + [ + "Ġ", + "Invent" + ], + [ + "ĠIn", + "vent" + ], + [ + "ĠInv", + "ent" + ], + [ + "-", + "counter" + ], + [ + "-c", + "ounter" + ], + [ + "-co", + "unter" + ], + [ + "Ġbar", + "ley" + ], + [ + "-cent", + "ered" + ], + [ + "-center", + "ed" + ], + [ + "Ġb", + "onding" + ], + [ + "Ġbond", + "ing" + ], + [ + "Ġbon", + "ding" + ], + [ + "p", + "ack" + ], + [ + "pa", + "ck" + ], + [ + "an", + "mar" + ], + [ + "Ġdiff", + "ering" + ], + [ + "Ġdiffer", + "ing" + ], + [ + "Ġanaly", + "se" + ], + [ + "Ġanalys", + "e" + ], + [ + "Ġ", + "Families" + ], + [ + "ĠF", + "amilies" + ], + [ + "ĠFam", + "ilies" + ], + [ + "ĠFamil", + "ies" + ], + [ + "Ġcart", + "oon" + ], + [ + "Ġen", + "ergies" + ], + [ + "Ġenerg", + "ies" + ], + [ + "P", + "arents" + ], + [ + "Par", + "ents" + ], + [ + "Parent", + "s" + ], + [ + "o", + "lation" + ], + [ + "ol", + "ation" + ], + [ + "ola", + "tion" + ], + [ + "a", + "bi" + ], + [ + "ab", + "i" + ], + [ + "Ġ", + "Nothing" + ], + [ + "ĠN", + "othing" + ], + [ + "ĠNo", + "thing" + ], + [ + "ĠNot", + "hing" + ], + [ + "Ġ", + "Kath" + ], + [ + "ĠK", + "ath" + ], + [ + "ĠKat", + "h" + ], + [ + "ĠKa", + "th" + ], + [ + "Ġsec", + "re" + ], + [ + "Ġsuccess", + "or" + ], + [ + "Ġsucc", + "essor" + ], + [ + "Ġphot", + "ons" + ], + [ + "Ġphoto", + "ns" + ], + [ + "Ġphoton", + "s" + ], + [ + "bo", + "rough" + ], + [ + "bor", + "ough" + ], + [ + "boro", + "ugh" + ], + [ + "o", + "plan" + ], + [ + "op", + "lan" + ], + [ + "opl", + "an" + ], + [ + "Ġ", + "Collins" + ], + [ + "ĠCol", + "lins" + ], + [ + "ĠColl", + "ins" + ], + [ + "Ġ", + "YOU" + ], + [ + "ĠY", + "OU" + ], + [ + "Ġ", + "glut" + ], + [ + "Ġgl", + "ut" + ], + [ + "Ġsuccess", + "ive" + ], + [ + "Ġsucc", + "essive" + ], + [ + "Ġposs", + "essed" + ], + [ + "Ġpossess", + "ed" + ], + [ + "ĠBer", + "nard" + ], + [ + "ĠBern", + "ard" + ], + [ + "S", + "H" + ], + [ + "d", + "ale" + ], + [ + "da", + "le" + ], + [ + "dal", + "e" + ], + [ + "Ġcar", + "ot" + ], + [ + "Ġca", + "rot" + ], + [ + "Ġsuccess", + "es" + ], + [ + "Ġsucc", + "esses" + ], + [ + "Ġar", + "gu" + ], + [ + "Ġarg", + "u" + ], + [ + "ĠH", + "ur" + ], + [ + "ĠHu", + "r" + ], + [ + "Ġ", + "DR" + ], + [ + "ĠD", + "R" + ], + [ + "en", + "ges" + ], + [ + "eng", + "es" + ], + [ + "enge", + "s" + ], + [ + "Ġext", + "racts" + ], + [ + "Ġextract", + "s" + ], + [ + "Ġextr", + "acts" + ], + [ + "Ġextrac", + "ts" + ], + [ + "ococc", + "us" + ], + [ + "at", + "ibility" + ], + [ + "Ġc", + "ath" + ], + [ + "Ġca", + "th" + ], + [ + "Ġcat", + "h" + ], + [ + "Ġ", + "lbs" + ], + [ + "Ġl", + "bs" + ], + [ + "Ġlb", + "s" + ], + [ + "u", + "ba" + ], + [ + "ub", + "a" + ], + [ + "-p", + "arty" + ], + [ + "-part", + "y" + ], + [ + "-par", + "ty" + ], + [ + "Ġ", + "BE" + ], + [ + "ĠB", + "E" + ], + [ + "Ġv", + "ap" + ], + [ + "Ġva", + "p" + ], + [ + "Ġ", + "cans" + ], + [ + "Ġc", + "ans" + ], + [ + "Ġcan", + "s" + ], + [ + "Ġca", + "ns" + ], + [ + "Ġ", + "DI" + ], + [ + "ĠD", + "I" + ], + [ + "ĠK", + "enn" + ], + [ + "ĠKe", + "nn" + ], + [ + "ĠKen", + "n" + ], + [ + "the", + "ir" + ], + [ + "ĠContin", + "ental" + ], + [ + "ĠContinent", + "al" + ], + [ + "W", + "ant" + ], + [ + "Wa", + "nt" + ], + [ + "in", + "ctions" + ], + [ + "inct", + "ions" + ], + [ + "inction", + "s" + ], + [ + "Ġal", + "oud" + ], + [ + "a", + "ba" + ], + [ + "ab", + "a" + ], + [ + "Ġc", + "urb" + ], + [ + "Ġcur", + "b" + ], + [ + "ograph", + "ics" + ], + [ + "ographic", + "s" + ], + [ + "-", + "all" + ], + [ + "-a", + "ll" + ], + [ + "-al", + "l" + ], + [ + "a", + "lid" + ], + [ + "al", + "id" + ], + [ + "ali", + "d" + ], + [ + "Ġc", + "locks" + ], + [ + "Ġcl", + "ocks" + ], + [ + "Ġclock", + "s" + ], + [ + "Ġclo", + "cks" + ], + [ + "Ġr", + "ods" + ], + [ + "Ġro", + "ds" + ], + [ + "Ġrod", + "s" + ], + [ + "Ġwhere", + "in" + ], + [ + "Ġmy", + "riad" + ], + [ + "Ġmyr", + "iad" + ], + [ + "âĢĶ", + "but" + ], + [ + "Ġfav", + "ored" + ], + [ + "Ġfavor", + "ed" + ], + [ + "Ġunf", + "ortunate" + ], + [ + "Ġsusp", + "ension" + ], + [ + "I", + "LL" + ], + [ + "IL", + "L" + ], + [ + "Ġan", + "omal" + ], + [ + "Ġexp", + "osing" + ], + [ + "-f", + "illed" + ], + [ + "-fil", + "led" + ], + [ + "Ġcontribut", + "ors" + ], + [ + "Ġcontributor", + "s" + ], + [ + "Ġmamm", + "al" + ], + [ + "Ġtort", + "ure" + ], + [ + "Ġcommod", + "ities" + ], + [ + "Ġper", + "fection" + ], + [ + "Ġperfect", + "ion" + ], + [ + "Ġperf", + "ection" + ], + [ + "Ġ", + "AV" + ], + [ + "ĠA", + "V" + ], + [ + "Ġdisc", + "arded" + ], + [ + "Ġdiscard", + "ed" + ], + [ + "Ġt", + "il" + ], + [ + "Ġti", + "l" + ], + [ + "Ġprogram", + "med" + ], + [ + "Ġprogramme", + "d" + ], + [ + "Ġpo", + "sters" + ], + [ + "Ġpos", + "ters" + ], + [ + "Ġpost", + "ers" + ], + [ + "Ġposter", + "s" + ], + [ + "Ġautom", + "otive" + ], + [ + "ĠVen", + "ice" + ], + [ + "ĠVe", + "nice" + ], + [ + "ĠPrad", + "esh" + ], + [ + "Ġ", + "ESA" + ], + [ + "ĠE", + "SA" + ], + [ + "ĠES", + "A" + ], + [ + "ĠPower", + "Point" + ], + [ + "R", + "ob" + ], + [ + "Ro", + "b" + ], + [ + "Ġh", + "emp" + ], + [ + "Ġhe", + "mp" + ], + [ + "Ġhem", + "p" + ], + [ + "Ġ", + "Threat" + ], + [ + "ĠTh", + "reat" + ], + [ + "e", + "gal" + ], + [ + "eg", + "al" + ], + [ + "ega", + "l" + ], + [ + "Ġim", + "mort" + ], + [ + "Ġimm", + "ort" + ], + [ + "ĠS", + "han" + ], + [ + "ĠSh", + "an" + ], + [ + "ĠSha", + "n" + ], + [ + "Every", + "one" + ], + [ + "Ġsw", + "itched" + ], + [ + "Ġswitch", + "ed" + ], + [ + "Ġswit", + "ched" + ], + [ + "Ġchair", + "man" + ], + [ + "pl", + "oys" + ], + [ + "ploy", + "s" + ], + [ + "plo", + "ys" + ], + [ + "Ġ", + "Omega" + ], + [ + "ĠO", + "mega" + ], + [ + "ĠOm", + "ega" + ], + [ + "R", + "ober" + ], + [ + "Rob", + "er" + ], + [ + "Ro", + "ber" + ], + [ + "ar", + "re" + ], + [ + "arr", + "e" + ], + [ + "Ġ", + "tops" + ], + [ + "Ġt", + "ops" + ], + [ + "Ġto", + "ps" + ], + [ + "Ġtop", + "s" + ], + [ + "ĠSt", + "reng" + ], + [ + "ĠStr", + "eng" + ], + [ + "ĠStre", + "ng" + ], + [ + "angu", + "ages" + ], + [ + "anguage", + "s" + ], + [ + "ĠA", + "then" + ], + [ + "ĠAt", + "hen" + ], + [ + "ĠAth", + "en" + ], + [ + "ĠAthe", + "n" + ], + [ + "Ġun", + "usually" + ], + [ + "Ġunus", + "ually" + ], + [ + "Ġunusual", + "ly" + ], + [ + "imp", + "se" + ], + [ + "imps", + "e" + ], + [ + "Ġex", + "changes" + ], + [ + "Ġexchange", + "s" + ], + [ + "Ġexch", + "anges" + ], + [ + "D", + "I" + ], + [ + "Ġ", + "Polar" + ], + [ + "ĠP", + "olar" + ], + [ + "ĠPol", + "ar" + ], + [ + "ĠPo", + "lar" + ], + [ + "Ġ", + "ample" + ], + [ + "Ġam", + "ple" + ], + [ + "Ġampl", + "e" + ], + [ + "Ġamp", + "le" + ], + [ + "Ġ", + "forestry" + ], + [ + "Ġfor", + "estry" + ], + [ + "Ġfore", + "stry" + ], + [ + "Ġforest", + "ry" + ], + [ + "Ġpurs", + "ued" + ], + [ + "Ġpursue", + "d" + ], + [ + "Ġexplo", + "ited" + ], + [ + "Ġexploit", + "ed" + ], + [ + "Ġconvinc", + "ing" + ], + [ + "Ã", + "´" + ], + [ + "Ġt", + "ribut" + ], + [ + "Ġtr", + "ibut" + ], + [ + "Ġtri", + "but" + ], + [ + "Ġtrib", + "ut" + ], + [ + "Ġ", + "Din" + ], + [ + "ĠD", + "in" + ], + [ + "ĠDi", + "n" + ], + [ + "Ġcommun", + "ist" + ], + [ + "ĠSur", + "v" + ], + [ + "Ġb", + "lowing" + ], + [ + "Ġbl", + "owing" + ], + [ + "Ġblow", + "ing" + ], + [ + "Ġblo", + "wing" + ], + [ + "Ġg", + "rateful" + ], + [ + "Ġgrate", + "ful" + ], + [ + "Ġ", + "Jour" + ], + [ + "ĠJ", + "our" + ], + [ + "ĠJo", + "ur" + ], + [ + "Ġ", + "VA" + ], + [ + "ĠV", + "A" + ], + [ + "ĠY", + "ah" + ], + [ + "ĠYa", + "h" + ], + [ + "a", + "iro" + ], + [ + "air", + "o" + ], + [ + "ai", + "ro" + ], + [ + "Ġtable", + "sp" + ], + [ + "Ġtables", + "p" + ], + [ + "Ġtabl", + "esp" + ], + [ + "-", + "me" + ], + [ + "-m", + "e" + ], + [ + "u", + "sk" + ], + [ + "us", + "k" + ], + [ + "Ġ", + "Ways" + ], + [ + "ĠW", + "ays" + ], + [ + "ĠWay", + "s" + ], + [ + "ĠWa", + "ys" + ], + [ + "ail", + "ure" + ], + [ + "Ġb", + "ald" + ], + [ + "Ġbal", + "d" + ], + [ + "Ġba", + "ld" + ], + [ + "al", + "ph" + ], + [ + "alp", + "h" + ], + [ + "Ġ", + "ling" + ], + [ + "Ġl", + "ing" + ], + [ + "Ġlin", + "g" + ], + [ + "Ġli", + "ng" + ], + [ + "ver", + "bs" + ], + [ + "verb", + "s" + ], + [ + "e", + "ws" + ], + [ + "ew", + "s" + ], + [ + "Ġ", + "Prec" + ], + [ + "ĠP", + "rec" + ], + [ + "ĠPr", + "ec" + ], + [ + "ĠPre", + "c" + ], + [ + "ĠC", + "ycle" + ], + [ + "ĠCy", + "cle" + ], + [ + "ĠCycl", + "e" + ], + [ + "Ġcel", + "estial" + ], + [ + "ĠR", + "w" + ], + [ + "Ġcoll", + "agen" + ], + [ + "Ġcollage", + "n" + ], + [ + "ub", + "erty" + ], + [ + "uber", + "ty" + ], + [ + "i", + "nals" + ], + [ + "in", + "als" + ], + [ + "inal", + "s" + ], + [ + "ina", + "ls" + ], + [ + "ĠBe", + "aut" + ], + [ + "ĠBeau", + "t" + ], + [ + "Ġ", + "Apply" + ], + [ + "ĠApp", + "ly" + ], + [ + "ĠAp", + "ply" + ], + [ + "ĠAppl", + "y" + ], + [ + "Ġneut", + "r" + ], + [ + "Ġneu", + "tr" + ], + [ + "Ġla", + "unching" + ], + [ + "Ġlaun", + "ching" + ], + [ + "Ġlaunch", + "ing" + ], + [ + "Ġ", + "Popular" + ], + [ + "ĠP", + "opular" + ], + [ + "ĠPop", + "ular" + ], + [ + "ا", + "ÙĦ" + ], + [ + "Ġp", + "agan" + ], + [ + "Ġpa", + "gan" + ], + [ + "Ġpag", + "an" + ], + [ + "Ġde", + "lete" + ], + [ + "Ġdel", + "ete" + ], + [ + "Ġdele", + "te" + ], + [ + "ĠW", + "oman" + ], + [ + "ĠWo", + "man" + ], + [ + "Ġ", + "FREE" + ], + [ + "ĠF", + "REE" + ], + [ + "ĠFR", + "EE" + ], + [ + "Ġ", + "calf" + ], + [ + "Ġc", + "alf" + ], + [ + "Ġcal", + "f" + ], + [ + "Ġt", + "oxin" + ], + [ + "Ġto", + "xin" + ], + [ + "Ġtox", + "in" + ], + [ + "Ġoptim", + "istic" + ], + [ + "Ġvig", + "il" + ], + [ + "Ġvi", + "gil" + ], + [ + "p", + "ool" + ], + [ + "po", + "ol" + ], + [ + "a", + "table" + ], + [ + "at", + "able" + ], + [ + "ata", + "ble" + ], + [ + "atab", + "le" + ], + [ + "Ġdisc", + "ern" + ], + [ + "ip", + "ple" + ], + [ + "ipp", + "le" + ], + [ + "fect", + "ious" + ], + [ + "Ġflood", + "ed" + ], + [ + "Ġflo", + "oded" + ], + [ + "-", + "art" + ], + [ + "-a", + "rt" + ], + [ + "-ar", + "t" + ], + [ + "Ġ", + "owing" + ], + [ + "Ġo", + "wing" + ], + [ + "Ġow", + "ing" + ], + [ + "od", + "ic" + ], + [ + "odi", + "c" + ], + [ + "e", + "mp" + ], + [ + "em", + "p" + ], + [ + "Ġexp", + "ands" + ], + [ + "Ġexpand", + "s" + ], + [ + "Ġco", + "ined" + ], + [ + "Ġcoin", + "ed" + ], + [ + "Ġphot", + "ographer" + ], + [ + "Ġphotograph", + "er" + ], + [ + "Ġphotograp", + "her" + ], + [ + "Ġcasual", + "ties" + ], + [ + "Ġinf", + "estation" + ], + [ + "Ġinfest", + "ation" + ], + [ + "ĠBibl", + "ical" + ], + [ + "ĠBibli", + "cal" + ], + [ + "ul", + "atory" + ], + [ + "ulator", + "y" + ], + [ + "ĠH", + "app" + ], + [ + "ĠHa", + "pp" + ], + [ + "r", + "uits" + ], + [ + "ru", + "its" + ], + [ + "ruit", + "s" + ], + [ + "Ġform", + "ulated" + ], + [ + "Ġformula", + "ted" + ], + [ + "Ġformulate", + "d" + ], + [ + "Ġbibl", + "iography" + ], + [ + "Ġbibli", + "ography" + ], + [ + "-Co", + "V" + ], + [ + "Ġ", + "closure" + ], + [ + "Ġcl", + "osure" + ], + [ + "Ġclos", + "ure" + ], + [ + "Ġsub", + "mer" + ], + [ + "Ġsubm", + "er" + ], + [ + "Ġtri", + "angles" + ], + [ + "Ġtriangle", + "s" + ], + [ + "Ġtriang", + "les" + ], + [ + "Ġsmooth", + "ly" + ], + [ + "J", + "ames" + ], + [ + "Ġ", + "woven" + ], + [ + "Ġw", + "oven" + ], + [ + "Ġwo", + "ven" + ], + [ + "Ġad", + "jective" + ], + [ + "Ġadj", + "ective" + ], + [ + "Ġun", + "lock" + ], + [ + "Ġunl", + "ock" + ], + [ + "Ġsk", + "ies" + ], + [ + "Ġski", + "es" + ], + [ + "l", + "uent" + ], + [ + "lu", + "ent" + ], + [ + "i", + "gers" + ], + [ + "ig", + "ers" + ], + [ + "iger", + "s" + ], + [ + "ige", + "rs" + ], + [ + "Ġon", + "ions" + ], + [ + "Ġonion", + "s" + ], + [ + "i", + "rc" + ], + [ + "ir", + "c" + ], + [ + "ag", + "ogue" + ], + [ + "ago", + "gue" + ], + [ + "Ġs", + "cra" + ], + [ + "Ġsc", + "ra" + ], + [ + "Ġscr", + "a" + ], + [ + "Ġsol", + "itary" + ], + [ + "Ġmis", + "leading" + ], + [ + "Ġmislead", + "ing" + ], + [ + "Ġ", + "Psychological" + ], + [ + "ĠPsych", + "ological" + ], + [ + "Ġsp", + "ontaneous" + ], + [ + "Ġspont", + "aneous" + ], + [ + "Ġpro", + "claimed" + ], + [ + "Ġproclaim", + "ed" + ], + [ + "M", + "al" + ], + [ + "Ma", + "l" + ], + [ + "Ġ", + "Grow" + ], + [ + "ĠG", + "row" + ], + [ + "ĠGr", + "ow" + ], + [ + "ĠGro", + "w" + ], + [ + "od", + "yn" + ], + [ + "ody", + "n" + ], + [ + "Ġ", + "guards" + ], + [ + "Ġgu", + "ards" + ], + [ + "Ġguard", + "s" + ], + [ + "Ġdon", + "ations" + ], + [ + "Ġdonation", + "s" + ], + [ + "Ġcoc", + "oa" + ], + [ + "Ġcoe", + "fficient" + ], + [ + "Ġtooth", + "paste" + ], + [ + "Ġtoothp", + "aste" + ], + [ + "B", + "i" + ], + [ + "j", + "e" + ], + [ + "Ġman", + "if" + ], + [ + "Ġ", + "Kelly" + ], + [ + "ĠK", + "elly" + ], + [ + "ĠKel", + "ly" + ], + [ + "ĠKell", + "y" + ], + [ + "Ġ", + "Doctors" + ], + [ + "ĠDo", + "ctors" + ], + [ + "ĠDoctor", + "s" + ], + [ + "ĠDoct", + "ors" + ], + [ + "Ġ", + "Overview" + ], + [ + "ĠOver", + "view" + ], + [ + "Ġoutput", + "s" + ], + [ + "Ġoutp", + "uts" + ], + [ + "Sm", + "all" + ], + [ + "Y", + "S" + ], + [ + "i", + "fers" + ], + [ + "if", + "ers" + ], + [ + "ife", + "rs" + ], + [ + "ifer", + "s" + ], + [ + "a", + "co" + ], + [ + "ac", + "o" + ], + [ + "Ġv", + "oid" + ], + [ + "Ġvo", + "id" + ], + [ + "Ġgen", + "eal" + ], + [ + "Ġgene", + "al" + ], + [ + "Ġlim", + "itation" + ], + [ + "Ġlimit", + "ation" + ], + [ + "il", + "itating" + ], + [ + "ilit", + "ating" + ], + [ + "Ġ", + "Strategies" + ], + [ + "ĠStrateg", + "ies" + ], + [ + "ĠT", + "amil" + ], + [ + "ĠTa", + "mil" + ], + [ + "ĠTam", + "il" + ], + [ + "Ġ", + "lord" + ], + [ + "Ġl", + "ord" + ], + [ + "Ġlo", + "rd" + ], + [ + "Ġlor", + "d" + ], + [ + "ĠB", + "rist" + ], + [ + "ĠBr", + "ist" + ], + [ + "ĠBris", + "t" + ], + [ + "ĠBri", + "st" + ], + [ + "Ġ", + "Ll" + ], + [ + "ĠL", + "l" + ], + [ + "Ġ", + "ads" + ], + [ + "Ġa", + "ds" + ], + [ + "Ġad", + "s" + ], + [ + "ĠB", + "lu" + ], + [ + "ĠBl", + "u" + ], + [ + "-", + "trans" + ], + [ + "-t", + "rans" + ], + [ + "-tra", + "ns" + ], + [ + "-tr", + "ans" + ], + [ + "he", + "tical" + ], + [ + "het", + "ical" + ], + [ + "hetic", + "al" + ], + [ + "Ġnit", + "rate" + ], + [ + "T", + "ech" + ], + [ + "Te", + "ch" + ], + [ + "D", + "irect" + ], + [ + "Di", + "rect" + ], + [ + "Ġp", + "aired" + ], + [ + "Ġpair", + "ed" + ], + [ + "Ġpa", + "ired" + ], + [ + "Ġ", + "GR" + ], + [ + "ĠG", + "R" + ], + [ + "Ġmean", + "time" + ], + [ + "Ġmeant", + "ime" + ], + [ + "Ġinter", + "preting" + ], + [ + "Ġinterpret", + "ing" + ], + [ + "Ġinterpre", + "ting" + ], + [ + "Ġ", + "ALL" + ], + [ + "ĠA", + "LL" + ], + [ + "ĠAL", + "L" + ], + [ + "ĠConf", + "eder" + ], + [ + "ĠConfed", + "er" + ], + [ + "m", + "aster" + ], + [ + "ma", + "ster" + ], + [ + "mas", + "ter" + ], + [ + "mast", + "er" + ], + [ + "ig", + "ating" + ], + [ + "iga", + "ting" + ], + [ + "Ġ", + "Seed" + ], + [ + "ĠS", + "eed" + ], + [ + "ĠSe", + "ed" + ], + [ + "ĠSee", + "d" + ], + [ + "ag", + "les" + ], + [ + "agle", + "s" + ], + [ + "i", + "nai" + ], + [ + "in", + "ai" + ], + [ + "ina", + "i" + ], + [ + "ĠS", + "uff" + ], + [ + "ĠSu", + "ff" + ], + [ + "ĠSuf", + "f" + ], + [ + "Ġcomp", + "uls" + ], + [ + "Ġs", + "cent" + ], + [ + "Ġsc", + "ent" + ], + [ + "Ġscen", + "t" + ], + [ + "âĢĶ", + "to" + ], + [ + "âĢĶt", + "o" + ], + [ + "Ġve", + "rified" + ], + [ + "Ġver", + "ified" + ], + [ + "Ġint", + "eger" + ], + [ + "Ġinteg", + "er" + ], + [ + "ĠRail", + "way" + ], + [ + "U", + "pd" + ], + [ + "Up", + "d" + ], + [ + "Ġsemiconduct", + "or" + ], + [ + "at", + "onin" + ], + [ + "ato", + "nin" + ], + [ + "aton", + "in" + ], + [ + "Ġloc", + "om" + ], + [ + "Ġlo", + "com" + ], + [ + "Ġmil", + "lig" + ], + [ + "Ġmill", + "ig" + ], + [ + "ĠH", + "alloween" + ], + [ + "ĠHallow", + "een" + ], + [ + "ĠH", + "at" + ], + [ + "ĠHa", + "t" + ], + [ + "a", + "que" + ], + [ + "aq", + "ue" + ], + [ + "aqu", + "e" + ], + [ + "âĢ", + "IJ" + ], + [ + "ĠC", + "auc" + ], + [ + "ĠCa", + "uc" + ], + [ + "ĠCau", + "c" + ], + [ + "Ġ", + "reck" + ], + [ + "Ġre", + "ck" + ], + [ + "Ġr", + "eck" + ], + [ + "Ġrec", + "k" + ], + [ + "ĠHe", + "aven" + ], + [ + "ĠHeav", + "en" + ], + [ + "Ġend", + "orse" + ], + [ + "Ġendors", + "e" + ], + [ + "Ġ", + "Beat" + ], + [ + "ĠB", + "eat" + ], + [ + "ĠBe", + "at" + ], + [ + "Ġinvest", + "igator" + ], + [ + "Ġinvestig", + "ator" + ], + [ + "Ġprem", + "ises" + ], + [ + "Ġpremise", + "s" + ], + [ + "Ġevapor", + "ation" + ], + [ + "Ġevap", + "oration" + ], + [ + "-", + "un" + ], + [ + "-u", + "n" + ], + [ + "l", + "as" + ], + [ + "la", + "s" + ], + [ + "Ġ", + "Aid" + ], + [ + "ĠA", + "id" + ], + [ + "ĠAi", + "d" + ], + [ + "Ġan", + "onymous" + ], + [ + "Ġanonym", + "ous" + ], + [ + "os", + "ting" + ], + [ + "ost", + "ing" + ], + [ + "Ġend", + "omet" + ], + [ + "Ġra", + "tings" + ], + [ + "Ġrat", + "ings" + ], + [ + "Ġrating", + "s" + ], + [ + "Ġ", + "Express" + ], + [ + "ĠEx", + "press" + ], + [ + "ĠExp", + "ress" + ], + [ + "Ġinher", + "ently" + ], + [ + "Ġinherent", + "ly" + ], + [ + "Ġ", + "Begin" + ], + [ + "ĠBe", + "gin" + ], + [ + "ĠBeg", + "in" + ], + [ + "h", + "o" + ], + [ + "o", + "gan" + ], + [ + "og", + "an" + ], + [ + "oga", + "n" + ], + [ + "r", + "ik" + ], + [ + "ri", + "k" + ], + [ + "ul", + "tan" + ], + [ + "ult", + "an" + ], + [ + "Ġac", + "upuncture" + ], + [ + "Ġacup", + "uncture" + ], + [ + "Ġacupunct", + "ure" + ], + [ + "Ġgra", + "ves" + ], + [ + "Ġgr", + "aves" + ], + [ + "Ġgrav", + "es" + ], + [ + "Ġgrave", + "s" + ], + [ + "a", + "ha" + ], + [ + "ah", + "a" + ], + [ + "Ġspecial", + "ty" + ], + [ + "o", + "dynamic" + ], + [ + "od", + "ynamic" + ], + [ + "odyn", + "amic" + ], + [ + "odynam", + "ic" + ], + [ + "im", + "mer" + ], + [ + "imm", + "er" + ], + [ + "Ġ", + "Whatever" + ], + [ + "ĠWh", + "atever" + ], + [ + "ĠWhat", + "ever" + ], + [ + "Ġdesc", + "ended" + ], + [ + "Ġdescend", + "ed" + ], + [ + "ĠMan", + "hattan" + ], + [ + "Ġaim", + "ing" + ], + [ + "Ġai", + "ming" + ], + [ + "ĠMor", + "oc" + ], + [ + "ĠMo", + "roc" + ], + [ + "Ġsculpt", + "ures" + ], + [ + "Ġsculpture", + "s" + ], + [ + "ĠDub", + "lin" + ], + [ + "ĠAd", + "m" + ], + [ + "Rec", + "ently" + ], + [ + "Recent", + "ly" + ], + [ + "ĠOlymp", + "ics" + ], + [ + "ĠOlympic", + "s" + ], + [ + "Ġn", + "otation" + ], + [ + "Ġnot", + "ation" + ], + [ + "Ġ", + "âĢĵĊ" + ], + [ + "ĠâĢĵ", + "Ċ" + ], + [ + "Ġinter", + "personal" + ], + [ + "Ġinterp", + "ersonal" + ], + [ + "Ġc", + "ocaine" + ], + [ + "Ġcoc", + "aine" + ], + [ + "Ġcoca", + "ine" + ], + [ + "Ġ", + "Conditions" + ], + [ + "ĠC", + "onditions" + ], + [ + "ĠCond", + "itions" + ], + [ + "ĠCondition", + "s" + ], + [ + "Ġt", + "enth" + ], + [ + "Ġten", + "th" + ], + [ + "Ġtent", + "h" + ], + [ + "Ġcan", + "als" + ], + [ + "Ġca", + "nals" + ], + [ + "Ġcanal", + "s" + ], + [ + "a", + "hn" + ], + [ + "ah", + "n" + ], + [ + "Ġde", + "vised" + ], + [ + "Ġdev", + "ised" + ], + [ + "Ġdevise", + "d" + ], + [ + "Ġvulner", + "abilities" + ], + [ + "Ġremote", + "ly" + ], + [ + "W", + "riting" + ], + [ + "|", + "The" + ], + [ + "|T", + "he" + ], + [ + "Ġc", + "iting" + ], + [ + "Ġcit", + "ing" + ], + [ + "ĠM", + "iami" + ], + [ + "ĠMi", + "ami" + ], + [ + "Ġprompt", + "s" + ], + [ + "Ġrec", + "overing" + ], + [ + "Ġrecover", + "ing" + ], + [ + "-", + "St" + ], + [ + "-S", + "t" + ], + [ + "/", + "g" + ], + [ + "N", + "ame" + ], + [ + "Na", + "me" + ], + [ + "Nam", + "e" + ], + [ + "r", + "iters" + ], + [ + "ri", + "ters" + ], + [ + "rit", + "ers" + ], + [ + "rite", + "rs" + ], + [ + "riter", + "s" + ], + [ + "Ġl", + "essen" + ], + [ + "Ġless", + "en" + ], + [ + "Ġles", + "sen" + ], + [ + "-", + "fold" + ], + [ + "-f", + "old" + ], + [ + "ĠEx", + "change" + ], + [ + "ĠDis", + "ney" + ], + [ + "Ġp", + "ixel" + ], + [ + "Ġpix", + "el" + ], + [ + "t", + "ail" + ], + [ + "ta", + "il" + ], + [ + "ĠSt", + "alin" + ], + [ + "ĠSta", + "lin" + ], + [ + "Ġmet", + "ropolitan" + ], + [ + "Ġsent", + "iment" + ], + [ + "eal", + "ous" + ], + [ + "Ġres", + "urrection" + ], + [ + "Ġresur", + "rection" + ], + [ + "Ġresurrect", + "ion" + ], + [ + "s", + "ever" + ], + [ + "se", + "ver" + ], + [ + "Ġmot", + "if" + ], + [ + "Ġpel", + "vic" + ], + [ + "Ġreluct", + "ant" + ], + [ + "Ġ", + "merc" + ], + [ + "Ġm", + "erc" + ], + [ + "Ġme", + "rc" + ], + [ + "Ġmer", + "c" + ], + [ + "Ġ", + "chin" + ], + [ + "Ġc", + "hin" + ], + [ + "Ġch", + "in" + ], + [ + "Ġchi", + "n" + ], + [ + "Ġmin", + "isters" + ], + [ + "Ġmini", + "sters" + ], + [ + "Ġminister", + "s" + ], + [ + "Ġteen", + "age" + ], + [ + "Ġ", + ".." + ], + [ + "Ġ.", + "." + ], + [ + "Ġ", + "lb" + ], + [ + "Ġl", + "b" + ], + [ + "Ġl", + "amin" + ], + [ + "Ġla", + "min" + ], + [ + "Ġlam", + "in" + ], + [ + "Ġ", + "arter" + ], + [ + "Ġar", + "ter" + ], + [ + "Ġart", + "er" + ], + [ + "Ġarte", + "r" + ], + [ + "Ġ", + "Creation" + ], + [ + "ĠC", + "reation" + ], + [ + "ĠCre", + "ation" + ], + [ + "ĠCreat", + "ion" + ], + [ + "Ġn", + "ouns" + ], + [ + "Ġno", + "uns" + ], + [ + "Ġnoun", + "s" + ], + [ + "Ġnou", + "ns" + ], + [ + "Ġorn", + "amental" + ], + [ + "Ġornament", + "al" + ], + [ + "Ġrecru", + "ited" + ], + [ + "Ġrecruit", + "ed" + ], + [ + "Ġgam", + "bling" + ], + [ + "Ġgamb", + "ling" + ], + [ + "Ġga", + "mbling" + ], + [ + "L", + "P" + ], + [ + "r", + "ators" + ], + [ + "rat", + "ors" + ], + [ + "rator", + "s" + ], + [ + "ĠT", + "esla" + ], + [ + "Ġcl", + "ergy" + ], + [ + "Ġcler", + "gy" + ], + [ + "Ġdis", + "crete" + ], + [ + "Ġdisc", + "rete" + ], + [ + "Ġ", + "Experience" + ], + [ + "ĠExper", + "ience" + ], + [ + "Ġhat", + "red" + ], + [ + "Ġmyst", + "eries" + ], + [ + "Ġmyster", + "ies" + ], + [ + "Ġmys", + "teries" + ], + [ + "Ġ", + "Ideas" + ], + [ + "ĠId", + "eas" + ], + [ + "ĠIde", + "as" + ], + [ + "ĠIdea", + "s" + ], + [ + "ĠGuard", + "ian" + ], + [ + "i", + "ri" + ], + [ + "ir", + "i" + ], + [ + "Ġm", + "apped" + ], + [ + "Ġma", + "pped" + ], + [ + "Ġmap", + "ped" + ], + [ + "Ġoccup", + "ations" + ], + [ + "Ġoccupation", + "s" + ], + [ + "Ġ", + "Classical" + ], + [ + "ĠC", + "lassical" + ], + [ + "ĠClass", + "ical" + ], + [ + "ĠClassic", + "al" + ], + [ + "Ġinf", + "ertility" + ], + [ + "-", + "law" + ], + [ + "-l", + "aw" + ], + [ + "-la", + "w" + ], + [ + "Ġemploy", + "ing" + ], + [ + "A", + "SH" + ], + [ + "AS", + "H" + ], + [ + "Ġsusp", + "icious" + ], + [ + "Ġsuspic", + "ious" + ], + [ + "Ġdi", + "lig" + ], + [ + "Ġdil", + "ig" + ], + [ + "ï", + "¬" + ], + [ + "Ġpat", + "ents" + ], + [ + "Ġpatent", + "s" + ], + [ + "Ġma", + "ize" + ], + [ + "Ġlot", + "tery" + ], + [ + "Ġmicro", + "biome" + ], + [ + "Ġmicrobi", + "ome" + ], + [ + "l", + "la" + ], + [ + "ll", + "a" + ], + [ + "Ġgl", + "impse" + ], + [ + "Ġglimps", + "e" + ], + [ + "Ġwel", + "comed" + ], + [ + "Ġwelcome", + "d" + ], + [ + "A", + "long" + ], + [ + "Al", + "ong" + ], + [ + "ĠC", + "amer" + ], + [ + "ĠCam", + "er" + ], + [ + "ĠCa", + "mer" + ], + [ + "ĠCame", + "r" + ], + [ + "Ġhypothes", + "es" + ], + [ + "Ġhypoth", + "eses" + ], + [ + "Ġhypot", + "heses" + ], + [ + "Ġpill", + "ars" + ], + [ + "Ġpillar", + "s" + ], + [ + "Ġdirect", + "ors" + ], + [ + "Ġdirector", + "s" + ], + [ + "Ġdire", + "ctors" + ], + [ + "Ġdir", + "ectors" + ], + [ + "Ġ", + "Single" + ], + [ + "ĠS", + "ingle" + ], + [ + "ĠSing", + "le" + ], + [ + "ĠSin", + "gle" + ], + [ + "Ð", + "º" + ], + [ + "Ġg", + "rounded" + ], + [ + "Ġgr", + "ounded" + ], + [ + "Ġground", + "ed" + ], + [ + "Ġgro", + "unded" + ], + [ + "Ġlab", + "eling" + ], + [ + "Ġlabel", + "ing" + ], + [ + "r", + "ide" + ], + [ + "ri", + "de" + ], + [ + "rid", + "e" + ], + [ + "Ġtr", + "ump" + ], + [ + "Ġtru", + "mp" + ], + [ + "Ġz", + "oom" + ], + [ + "Ġzo", + "om" + ], + [ + "Ġzoo", + "m" + ], + [ + "ĠIsrael", + "ites" + ], + [ + "ĠIsraeli", + "tes" + ], + [ + "ĠIsraelite", + "s" + ], + [ + "Ġmunicip", + "alities" + ], + [ + "Ġmunicipal", + "ities" + ], + [ + "ĠHem", + "isphere" + ], + [ + "-", + "Z" + ], + [ + "Ã", + "£" + ], + [ + "i", + "do" + ], + [ + "id", + "o" + ], + [ + "Ġgo", + "at" + ], + [ + "Ġcapt", + "ures" + ], + [ + "Ġcapture", + "s" + ], + [ + "Ġjud", + "ged" + ], + [ + "Ġjudge", + "d" + ], + [ + "Ġremark", + "ably" + ], + [ + "Ġst", + "rands" + ], + [ + "Ġstr", + "ands" + ], + [ + "Ġstrand", + "s" + ], + [ + "Ġwor", + "ries" + ], + [ + "ult", + "ures" + ], + [ + "ulture", + "s" + ], + [ + "Ġar", + "rays" + ], + [ + "Ġarr", + "ays" + ], + [ + "Ġarray", + "s" + ], + [ + "Ġfin", + "est" + ], + [ + "Ġfine", + "st" + ], + [ + "Ġfines", + "t" + ], + [ + "Ġfi", + "nest" + ], + [ + "ĠSen", + "ator" + ], + [ + "Ġv", + "owel" + ], + [ + "Ġvo", + "wel" + ], + [ + "Ġvow", + "el" + ], + [ + "D", + "ay" + ], + [ + "Da", + "y" + ], + [ + "e", + "lect" + ], + [ + "el", + "ect" + ], + [ + "ele", + "ct" + ], + [ + "o", + "rect" + ], + [ + "or", + "ect" + ], + [ + "ore", + "ct" + ], + [ + "o", + "ken" + ], + [ + "ok", + "en" + ], + [ + "oke", + "n" + ], + [ + "Ġeconom", + "ists" + ], + [ + "Ġeconomist", + "s" + ], + [ + "Ġ", + "Tea" + ], + [ + "ĠT", + "ea" + ], + [ + "ĠTe", + "a" + ], + [ + "Ġinf", + "antry" + ], + [ + "Ġinfant", + "ry" + ], + [ + "Ġgrad", + "ient" + ], + [ + "Ġ", + "overe" + ], + [ + "Ġo", + "vere" + ], + [ + "Ġover", + "e" + ], + [ + "Ġov", + "ere" + ], + [ + "Ġove", + "re" + ], + [ + "a", + "bolic" + ], + [ + "ab", + "olic" + ], + [ + "abol", + "ic" + ], + [ + "abo", + "lic" + ], + [ + "Ġ", + "Lect" + ], + [ + "ĠL", + "ect" + ], + [ + "ĠLe", + "ct" + ], + [ + "ĠLec", + "t" + ], + [ + "Ġsystem", + "atically" + ], + [ + "Ġsystematic", + "ally" + ], + [ + "Ġz", + "oo" + ], + [ + "Ġzo", + "o" + ], + [ + "Ġ", + "Developing" + ], + [ + "ĠDevelop", + "ing" + ], + [ + "ĠHor", + "iz" + ], + [ + "ĠHo", + "riz" + ], + [ + "ĠCh", + "amp" + ], + [ + "ĠCham", + "p" + ], + [ + "ĠCha", + "mp" + ], + [ + "Ġrep", + "lied" + ], + [ + "Ġrepl", + "ied" + ], + [ + "Ġint", + "entionally" + ], + [ + "Ġintention", + "ally" + ], + [ + "Ġintentional", + "ly" + ], + [ + "a", + "nus" + ], + [ + "an", + "us" + ], + [ + "anu", + "s" + ], + [ + "r", + "iel" + ], + [ + "ri", + "el" + ], + [ + "rie", + "l" + ], + [ + "Ġfin", + "ishing" + ], + [ + "Ġfinish", + "ing" + ], + [ + "un", + "ting" + ], + [ + "unt", + "ing" + ], + [ + "A", + "SE" + ], + [ + "AS", + "E" + ], + [ + "Ġ", + "Nik" + ], + [ + "ĠN", + "ik" + ], + [ + "ĠNi", + "k" + ], + [ + "ĠIns", + "urance" + ], + [ + "p", + "hene" + ], + [ + "ph", + "ene" + ], + [ + "phen", + "e" + ], + [ + "phe", + "ne" + ], + [ + "Ġtop", + "ical" + ], + [ + "Ġtopic", + "al" + ], + [ + "Ġang", + "els" + ], + [ + "Ġangel", + "s" + ], + [ + "Ġcomp", + "osting" + ], + [ + "Ġcompost", + "ing" + ], + [ + "Ġcompos", + "ting" + ], + [ + "Ġm", + "isc" + ], + [ + "Ġmis", + "c" + ], + [ + "Ġmi", + "sc" + ], + [ + "u", + "ded" + ], + [ + "ud", + "ed" + ], + [ + "ude", + "d" + ], + [ + "Ġgra", + "phene" + ], + [ + "Ġgraph", + "ene" + ], + [ + "Ġgrap", + "hene" + ], + [ + "ĠRich", + "mond" + ], + [ + "Ġmart", + "ial" + ], + [ + "Ġe", + "legant" + ], + [ + "Ġeleg", + "ant" + ], + [ + "Ġ", + "Return" + ], + [ + "ĠRe", + "turn" + ], + [ + "ĠRet", + "urn" + ], + [ + "Ġ", + "â" + ], + [ + "ĠÃ", + "¢" + ], + [ + "Ġdisse", + "min" + ], + [ + "Ð", + "»" + ], + [ + "Ġh", + "int" + ], + [ + "Ġhi", + "nt" + ], + [ + "ĠK", + "ra" + ], + [ + "ĠKr", + "a" + ], + [ + "Ġover", + "c" + ], + [ + "Ġov", + "erc" + ], + [ + "Ġove", + "rc" + ], + [ + "Ġco", + "herent" + ], + [ + "Ġcoh", + "erent" + ], + [ + "Ġsub", + "ord" + ], + [ + "Ġdep", + "icting" + ], + [ + "Ġdepict", + "ing" + ], + [ + "ĠGu", + "atemal" + ], + [ + "Ġec", + "zema" + ], + [ + "Ġexcav", + "ation" + ], + [ + "Hel", + "p" + ], + [ + "Ġab", + "used" + ], + [ + "Ġabuse", + "d" + ], + [ + "-s", + "aving" + ], + [ + "a", + "ffe" + ], + [ + "af", + "fe" + ], + [ + "aff", + "e" + ], + [ + "Ġpump", + "kin" + ], + [ + "ab", + "bath" + ], + [ + "abb", + "ath" + ], + [ + "abbat", + "h" + ], + [ + "ĠTanz", + "ania" + ], + [ + "Ġre", + "lic" + ], + [ + "Ġr", + "elic" + ], + [ + "Ġrel", + "ic" + ], + [ + "Ġ", + "cyst" + ], + [ + "Ġc", + "yst" + ], + [ + "Ġcy", + "st" + ], + [ + "in", + "oids" + ], + [ + "ino", + "ids" + ], + [ + "inoid", + "s" + ], + [ + "Ġtend", + "ons" + ], + [ + "Ġtendon", + "s" + ], + [ + "Ġtou", + "ches" + ], + [ + "Ġtouch", + "es" + ], + [ + "Ġth", + "icker" + ], + [ + "Ġthick", + "er" + ], + [ + "Ġthi", + "cker" + ], + [ + "htt", + "ps" + ], + [ + "http", + "s" + ], + [ + "-", + "tech" + ], + [ + "-t", + "ech" + ], + [ + "-te", + "ch" + ], + [ + "Ġend", + "ure" + ], + [ + "Ġendu", + "re" + ], + [ + "Ġleg", + "umes" + ], + [ + "Ġlegume", + "s" + ], + [ + "Ġin", + "ternally" + ], + [ + "Ġintern", + "ally" + ], + [ + "Ġinternal", + "ly" + ], + [ + "Ġ", + "XML" + ], + [ + "ĠX", + "ML" + ], + [ + "yl", + "oid" + ], + [ + "Ġsuscept", + "ibility" + ], + [ + "Ġjun", + "ior" + ], + [ + "Ġ", + "Dys" + ], + [ + "ĠD", + "ys" + ], + [ + "ĠDy", + "s" + ], + [ + "ruct", + "ose" + ], + [ + "Ġ", + "Close" + ], + [ + "ĠCl", + "ose" + ], + [ + "ĠClo", + "se" + ], + [ + "Ġunder", + "taking" + ], + [ + "Ġundert", + "aking" + ], + [ + "Î", + "µ" + ], + [ + "Ġd", + "roughts" + ], + [ + "Ġdro", + "ughts" + ], + [ + "Ġdrought", + "s" + ], + [ + "ct", + "oral" + ], + [ + "ctor", + "al" + ], + [ + "ur", + "ry" + ], + [ + "Ġevent", + "ual" + ], + [ + "Ġagg", + "rav" + ], + [ + ".", + "O" + ], + [ + "Ġp", + "rose" + ], + [ + "Ġpro", + "se" + ], + [ + "Ġpr", + "ose" + ], + [ + "Ġpros", + "e" + ], + [ + "Ġ", + "Medieval" + ], + [ + "ĠMed", + "ieval" + ], + [ + "Ġconsult", + "ing" + ], + [ + "Ġconsul", + "ting" + ], + [ + "ÃŃ", + "a" + ], + [ + "Ġorbit", + "ing" + ], + [ + "Ġorb", + "iting" + ], + [ + "Ġ", + ")Ċ" + ], + [ + "Ġ)", + "Ċ" + ], + [ + ")", + "(" + ], + [ + "Ġ", + "Cher" + ], + [ + "ĠC", + "her" + ], + [ + "ĠCh", + "er" + ], + [ + "ĠChe", + "r" + ], + [ + "em", + "perature" + ], + [ + "emper", + "ature" + ], + [ + "Ġun", + "limited" + ], + [ + "Ġthere", + "after" + ], + [ + "Ġ", + "Genetic" + ], + [ + "ĠGen", + "etic" + ], + [ + "ĠGene", + "tic" + ], + [ + "ĠGenet", + "ic" + ], + [ + "ĠViet", + "namese" + ], + [ + "ĠVietnam", + "ese" + ], + [ + "Ġoxid", + "ative" + ], + [ + "ĠGreg", + "ory" + ], + [ + "ĠGregor", + "y" + ], + [ + "Ġ", + "Tests" + ], + [ + "ĠT", + "ests" + ], + [ + "ĠTe", + "sts" + ], + [ + "ĠTest", + "s" + ], + [ + "ĠSy", + "rian" + ], + [ + "ĠSyria", + "n" + ], + [ + "Ġ", + "Difficult" + ], + [ + "ĠDiff", + "icult" + ], + [ + "U", + "K" + ], + [ + "Ë", + "Ī" + ], + [ + "Ġ", + "elic" + ], + [ + "Ġe", + "lic" + ], + [ + "Ġel", + "ic" + ], + [ + "Ġ", + "Wire" + ], + [ + "ĠW", + "ire" + ], + [ + "ĠWi", + "re" + ], + [ + "Ġ", + "Epid" + ], + [ + "ĠE", + "pid" + ], + [ + "ĠEp", + "id" + ], + [ + "ĠEpi", + "d" + ], + [ + "Ġ", + "Healthcare" + ], + [ + "ĠHealth", + "care" + ], + [ + "ĠFin", + "ance" + ], + [ + "ĠFi", + "nance" + ], + [ + "Ġju", + "ices" + ], + [ + "Ġjuice", + "s" + ], + [ + "Ġtun", + "nels" + ], + [ + "Ġtunnel", + "s" + ], + [ + "M", + "edical" + ], + [ + "Med", + "ical" + ], + [ + "Medic", + "al" + ], + [ + "ot", + "am" + ], + [ + "ota", + "m" + ], + [ + "an", + "dy" + ], + [ + "and", + "y" + ], + [ + "Ġt", + "ran" + ], + [ + "Ġtra", + "n" + ], + [ + "Ġtr", + "an" + ], + [ + "ud", + "dy" + ], + [ + "udd", + "y" + ], + [ + "S", + "k" + ], + [ + "en", + "try" + ], + [ + "ent", + "ry" + ], + [ + "i", + "di" + ], + [ + "id", + "i" + ], + [ + "Ġ", + "angular" + ], + [ + "Ġang", + "ular" + ], + [ + "Ġangu", + "lar" + ], + [ + "Ġphys", + "icists" + ], + [ + "Ġphysic", + "ists" + ], + [ + "Ġphysicist", + "s" + ], + [ + "Ġshel", + "ters" + ], + [ + "Ġshelter", + "s" + ], + [ + "F", + "O" + ], + [ + "or", + "f" + ], + [ + "Ġ", + "GA" + ], + [ + "ĠG", + "A" + ], + [ + "ri", + "ched" + ], + [ + "ric", + "hed" + ], + [ + "rich", + "ed" + ], + [ + "Work", + "ing" + ], + [ + "âĹ", + "ı" + ], + [ + "a", + "tum" + ], + [ + "at", + "um" + ], + [ + "atu", + "m" + ], + [ + "Ġ", + "gi" + ], + [ + "Ġg", + "i" + ], + [ + "Ġar", + "ithmetic" + ], + [ + "ĠK", + "am" + ], + [ + "ĠKa", + "m" + ], + [ + "Ġcar", + "pet" + ], + [ + "Ġcarp", + "et" + ], + [ + "Ġ", + "Bloom" + ], + [ + "ĠB", + "loom" + ], + [ + "ĠBl", + "oom" + ], + [ + "ĠBlo", + "om" + ], + [ + "Ġcompl", + "aint" + ], + [ + "Ġcomplain", + "t" + ], + [ + "ĠAr", + "abs" + ], + [ + "ĠArab", + "s" + ], + [ + "ĠAra", + "bs" + ], + [ + "Ġvend", + "ors" + ], + [ + "Ġvendor", + "s" + ], + [ + "Ġn", + "eon" + ], + [ + "Ġne", + "on" + ], + [ + "Ġneo", + "n" + ], + [ + "-c", + "igare" + ], + [ + "Ġpen", + "insula" + ], + [ + "j", + "ar" + ], + [ + "ja", + "r" + ], + [ + "Ġd", + "read" + ], + [ + "Ġdr", + "ead" + ], + [ + "Ġdre", + "ad" + ], + [ + "Ġn", + "ost" + ], + [ + "Ġno", + "st" + ], + [ + "Ġnos", + "t" + ], + [ + "Ġ", + "SH" + ], + [ + "ĠS", + "H" + ], + [ + "Ġde", + "form" + ], + [ + "Ġdef", + "orm" + ], + [ + "Ġ", + "Hearing" + ], + [ + "ĠH", + "earing" + ], + [ + "ĠHe", + "aring" + ], + [ + "ĠHear", + "ing" + ], + [ + "Ġ", + "Nar" + ], + [ + "ĠN", + "ar" + ], + [ + "ĠNa", + "r" + ], + [ + "ĠL", + "ibr" + ], + [ + "ĠLib", + "r" + ], + [ + "ĠLi", + "br" + ], + [ + "c", + "ontin" + ], + [ + "con", + "tin" + ], + [ + "cont", + "in" + ], + [ + "Te", + "chn" + ], + [ + "Tech", + "n" + ], + [ + "Ġs", + "cripts" + ], + [ + "Ġscript", + "s" + ], + [ + "Ġrhyth", + "ms" + ], + [ + "Ġrhythm", + "s" + ], + [ + "Ġ", + "Charlotte" + ], + [ + "ĠCharl", + "otte" + ], + [ + "ĠCharlott", + "e" + ], + [ + "Av", + "oid" + ], + [ + "h", + "ole" + ], + [ + "hol", + "e" + ], + [ + "ho", + "le" + ], + [ + "ĠF", + "el" + ], + [ + "ĠFe", + "l" + ], + [ + "ĠV", + "it" + ], + [ + "ĠVi", + "t" + ], + [ + "Ġconf", + "irms" + ], + [ + "Ġconfirm", + "s" + ], + [ + "ow", + "ship" + ], + [ + "ows", + "hip" + ], + [ + "Ġcum", + "ulative" + ], + [ + "Ġtraject", + "ory" + ], + [ + "D", + "igital" + ], + [ + "Dig", + "ital" + ], + [ + "r", + "ah" + ], + [ + "ra", + "h" + ], + [ + "Ġ", + "Material" + ], + [ + "ĠM", + "aterial" + ], + [ + "ĠMate", + "rial" + ], + [ + "ĠMater", + "ial" + ], + [ + "u", + "sch" + ], + [ + "us", + "ch" + ], + [ + "usc", + "h" + ], + [ + "Ġab", + "rupt" + ], + [ + "Ġabr", + "upt" + ], + [ + "Ġadd", + "itive" + ], + [ + "Ġbi", + "ases" + ], + [ + "Ġbias", + "es" + ], + [ + "Ġrain", + "forest" + ], + [ + "Ġ", + "ridge" + ], + [ + "Ġr", + "idge" + ], + [ + "Ġrid", + "ge" + ], + [ + "u", + "rers" + ], + [ + "ur", + "ers" + ], + [ + "ure", + "rs" + ], + [ + "urer", + "s" + ], + [ + "Ġin", + "cap" + ], + [ + "Ġinc", + "ap" + ], + [ + "Ġup", + "grade" + ], + [ + "Ġupg", + "rade" + ], + [ + "Ġ", + "Chart" + ], + [ + "ĠC", + "hart" + ], + [ + "ĠCh", + "art" + ], + [ + "ĠChar", + "t" + ], + [ + "ĠCha", + "rt" + ], + [ + "ff", + "icial" + ], + [ + "ffic", + "ial" + ], + [ + "Ġi", + "Phone" + ], + [ + "Ġas", + "pirin" + ], + [ + "Ġaspir", + "in" + ], + [ + "Ġs", + "ailing" + ], + [ + "Ġsa", + "iling" + ], + [ + "Ġsail", + "ing" + ], + [ + "Ġsh", + "ake" + ], + [ + "ĠN", + "ord" + ], + [ + "ĠNo", + "rd" + ], + [ + "ĠNor", + "d" + ], + [ + "ar", + "son" + ], + [ + "ars", + "on" + ], + [ + "-", + "building" + ], + [ + "-b", + "uilding" + ], + [ + "-build", + "ing" + ], + [ + "Ġb", + "reach" + ], + [ + "Ġbr", + "each" + ], + [ + "Ġbre", + "ach" + ], + [ + "Ġ", + "optic" + ], + [ + "Ġo", + "ptic" + ], + [ + "Ġop", + "tic" + ], + [ + "Ġopt", + "ic" + ], + [ + "enn", + "ial" + ], + [ + "in", + "ians" + ], + [ + "ini", + "ans" + ], + [ + "inian", + "s" + ], + [ + "inia", + "ns" + ], + [ + "ig", + "ator" + ], + [ + "iga", + "tor" + ], + [ + "e", + "stones" + ], + [ + "es", + "tones" + ], + [ + "est", + "ones" + ], + [ + "estone", + "s" + ], + [ + "eston", + "es" + ], + [ + "r", + "icting" + ], + [ + "ric", + "ting" + ], + [ + "rict", + "ing" + ], + [ + "Ġ", + "«" + ], + [ + "ĠÂ", + "«" + ], + [ + "Ġenvelop", + "e" + ], + [ + "Ġenv", + "elope" + ], + [ + "-", + "bearing" + ], + [ + "-b", + "earing" + ], + [ + "-be", + "aring" + ], + [ + "Ġcharacter", + "ize" + ], + [ + "r", + "ological" + ], + [ + "rol", + "ogical" + ], + [ + "rolog", + "ical" + ], + [ + "rologic", + "al" + ], + [ + "ĠSum", + "mit" + ], + [ + "ĠSumm", + "it" + ], + [ + "Ġ", + "Either" + ], + [ + "ĠE", + "ither" + ], + [ + "Ġ", + "hell" + ], + [ + "Ġh", + "ell" + ], + [ + "Ġhe", + "ll" + ], + [ + "Ġhel", + "l" + ], + [ + "ow", + "ner" + ], + [ + "own", + "er" + ], + [ + "Ġ", + "lowers" + ], + [ + "Ġl", + "owers" + ], + [ + "Ġlow", + "ers" + ], + [ + "Ġlo", + "wers" + ], + [ + "Ġlower", + "s" + ], + [ + "ĠGen", + "eva" + ], + [ + "ĠGene", + "va" + ], + [ + "Ġ", + "Starting" + ], + [ + "ĠStart", + "ing" + ], + [ + "ĠStar", + "ting" + ], + [ + "Ġ", + "Violence" + ], + [ + "ĠV", + "iolence" + ], + [ + "ĠViol", + "ence" + ], + [ + "Ġ", + "Scale" + ], + [ + "ĠS", + "cale" + ], + [ + "ĠSc", + "ale" + ], + [ + "ĠScal", + "e" + ], + [ + "Ġanticip", + "ate" + ], + [ + "Ġ", + "Roger" + ], + [ + "ĠRo", + "ger" + ], + [ + "ĠRog", + "er" + ], + [ + "Ġlivelihood", + "s" + ], + [ + "-", + "act" + ], + [ + "-a", + "ct" + ], + [ + "-ac", + "t" + ], + [ + "L", + "D" + ], + [ + "s", + "ett" + ], + [ + "se", + "tt" + ], + [ + "set", + "t" + ], + [ + "Ġst", + "agn" + ], + [ + "Ġsta", + "gn" + ], + [ + "Ġstag", + "n" + ], + [ + "Ġco", + "oper" + ], + [ + "Ġcoop", + "er" + ], + [ + "-", + "learning" + ], + [ + "-le", + "arning" + ], + [ + "-learn", + "ing" + ], + [ + "Ġ", + "Exposure" + ], + [ + "ĠExp", + "osure" + ], + [ + "Ġex", + "ceeded" + ], + [ + "Ġexceed", + "ed" + ], + [ + "Ġresid", + "ues" + ], + [ + "Ġresidue", + "s" + ], + [ + "Christ", + "ian" + ], + [ + "cle", + "rosis" + ], + [ + "cler", + "osis" + ], + [ + "Ġ", + "groom" + ], + [ + "Ġg", + "room" + ], + [ + "Ġgr", + "oom" + ], + [ + "Ġgro", + "om" + ], + [ + "ĠT", + "ol" + ], + [ + "ĠTo", + "l" + ], + [ + "Ġc", + "omic" + ], + [ + "Ġcom", + "ic" + ], + [ + "Ġco", + "mic" + ], + [ + "Ġ", + "kiss" + ], + [ + "Ġk", + "iss" + ], + [ + "Ġki", + "ss" + ], + [ + "Ġback", + "wards" + ], + [ + "Ġbackward", + "s" + ], + [ + "Ġs", + "orting" + ], + [ + "Ġsort", + "ing" + ], + [ + "Ġsor", + "ting" + ], + [ + "Ġ", + "Citizens" + ], + [ + "ĠC", + "itizens" + ], + [ + "ĠCit", + "izens" + ], + [ + "ĠCitiz", + "ens" + ], + [ + "ĠCitizen", + "s" + ], + [ + "Ġp", + "ier" + ], + [ + "Ġpi", + "er" + ], + [ + "Ġpie", + "r" + ], + [ + "Ġres", + "ume" + ], + [ + "a", + "van" + ], + [ + "av", + "an" + ], + [ + "ava", + "n" + ], + [ + "ro", + "lling" + ], + [ + "rol", + "ling" + ], + [ + "roll", + "ing" + ], + [ + "Ġpoll", + "inators" + ], + [ + "Ġpollinator", + "s" + ], + [ + "Ġwood", + "land" + ], + [ + "Ġprev", + "ailing" + ], + [ + "Ġprevail", + "ing" + ], + [ + "Ġ", + "DOI" + ], + [ + "ĠDO", + "I" + ], + [ + "-g", + "eneration" + ], + [ + "-gen", + "eration" + ], + [ + "Ġ", + "NT" + ], + [ + "ĠN", + "T" + ], + [ + "Ġun", + "even" + ], + [ + "Ġune", + "ven" + ], + [ + "Ġover", + "th" + ], + [ + "Ġovert", + "h" + ], + [ + "ĠRe", + "form" + ], + [ + "ĠRef", + "orm" + ], + [ + "Ġcon", + "quer" + ], + [ + "Ġconqu", + "er" + ], + [ + "Ġblood", + "y" + ], + [ + "Ġblo", + "ody" + ], + [ + "ĠRe", + "ef" + ], + [ + "ĠRee", + "f" + ], + [ + "s", + "hire" + ], + [ + "sh", + "ire" + ], + [ + "shi", + "re" + ], + [ + "Ġanaly", + "sts" + ], + [ + "Ġanalys", + "ts" + ], + [ + "Ġanalyst", + "s" + ], + [ + "Ġgard", + "eners" + ], + [ + "Ġgarden", + "ers" + ], + [ + "Ġgardener", + "s" + ], + [ + "Ġ", + "Specific" + ], + [ + "ĠS", + "pecific" + ], + [ + "ĠSp", + "ecific" + ], + [ + "ĠSpec", + "ific" + ], + [ + "e", + "very" + ], + [ + "ever", + "y" + ], + [ + "ev", + "ery" + ], + [ + "r", + "ational" + ], + [ + "ration", + "al" + ], + [ + "rat", + "ional" + ], + [ + "Ġ", + "Pregn" + ], + [ + "ĠP", + "regn" + ], + [ + "ĠPre", + "gn" + ], + [ + "u", + "med" + ], + [ + "um", + "ed" + ], + [ + "ume", + "d" + ], + [ + "Ġ", + "Rud" + ], + [ + "ĠR", + "ud" + ], + [ + "ĠRu", + "d" + ], + [ + "Ġex", + "pects" + ], + [ + "Ġexp", + "ects" + ], + [ + "Ġexpect", + "s" + ], + [ + "Ġval", + "idation" + ], + [ + "Ġvalid", + "ation" + ], + [ + "Ġancest", + "ral" + ], + [ + "Ġblank", + "et" + ], + [ + "A", + "cc" + ], + [ + "Ac", + "c" + ], + [ + "s", + "ometimes" + ], + [ + "some", + "times" + ], + [ + "he", + "id" + ], + [ + "e", + "ston" + ], + [ + "es", + "ton" + ], + [ + "est", + "on" + ], + [ + "ĠW", + "es" + ], + [ + "ĠWe", + "s" + ], + [ + "al", + "sy" + ], + [ + "als", + "y" + ], + [ + "Ġinter", + "change" + ], + [ + "Ġbi", + "ochemical" + ], + [ + "Ġbio", + "chemical" + ], + [ + "Ġbioc", + "hemical" + ], + [ + "Ġbiochem", + "ical" + ], + [ + "Ġden", + "ial" + ], + [ + "ĠOrgan", + "isation" + ], + [ + "Ġsed", + "entary" + ], + [ + "-", + "exp" + ], + [ + "-e", + "xp" + ], + [ + "-ex", + "p" + ], + [ + "Ġf", + "ancy" + ], + [ + "Ġfan", + "cy" + ], + [ + "Ġfanc", + "y" + ], + [ + "id", + "ian" + ], + [ + "idi", + "an" + ], + [ + "idia", + "n" + ], + [ + "i", + "za" + ], + [ + "iz", + "a" + ], + [ + "Ġv", + "isc" + ], + [ + "Ġvis", + "c" + ], + [ + "Ġvi", + "sc" + ], + [ + "Ġshar", + "ply" + ], + [ + "Ġsharp", + "ly" + ], + [ + "Ġfore", + "casts" + ], + [ + "Ġforecast", + "s" + ], + [ + "Ġhier", + "arch" + ], + [ + "Ġdeliber", + "ate" + ], + [ + "ir", + "uses" + ], + [ + "irus", + "es" + ], + [ + "iru", + "ses" + ], + [ + "Ġt", + "racing" + ], + [ + "Ġtra", + "cing" + ], + [ + "Ġtr", + "acing" + ], + [ + "Ġcon", + "science" + ], + [ + "Ġcons", + "cience" + ], + [ + "u", + "cing" + ], + [ + "uc", + "ing" + ], + [ + "Ġs", + "ocket" + ], + [ + "Ġsoc", + "ket" + ], + [ + "Ġsock", + "et" + ], + [ + "Ġday", + "time" + ], + [ + "Ġreal", + "izing" + ], + [ + "Ġfisher", + "men" + ], + [ + "Ġc", + "ategorized" + ], + [ + "Ġcategor", + "ized" + ], + [ + "Ġcategorize", + "d" + ], + [ + "C", + "all" + ], + [ + "Cal", + "l" + ], + [ + "Ca", + "ll" + ], + [ + "Ġc", + "hess" + ], + [ + "Ġch", + "ess" + ], + [ + "Ġche", + "ss" + ], + [ + "Ġsp", + "acing" + ], + [ + "Ġspac", + "ing" + ], + [ + "Ġspa", + "cing" + ], + [ + "ĠV", + "o" + ], + [ + "Ġ", + "rolls" + ], + [ + "Ġr", + "olls" + ], + [ + "Ġroll", + "s" + ], + [ + "Ġflav", + "ors" + ], + [ + "Ġflavor", + "s" + ], + [ + "Ġ", + "Operation" + ], + [ + "ĠOper", + "ation" + ], + [ + "ĠOp", + "eration" + ], + [ + "ĠOpera", + "tion" + ], + [ + "Ġ", + "Updated" + ], + [ + "ĠUp", + "dated" + ], + [ + "ĠUpd", + "ated" + ], + [ + "ĠUpdate", + "d" + ], + [ + "Ġf", + "ixt" + ], + [ + "Ġfix", + "t" + ], + [ + "Ġfi", + "xt" + ], + [ + "Ġ", + "Plastic" + ], + [ + "ĠPl", + "astic" + ], + [ + "e", + "book" + ], + [ + "eb", + "ook" + ], + [ + "Ġ", + "Statement" + ], + [ + "ĠSt", + "atement" + ], + [ + "ĠState", + "ment" + ], + [ + "ĠStat", + "ement" + ], + [ + "Ġ", + "Auto" + ], + [ + "ĠA", + "uto" + ], + [ + "ĠAut", + "o" + ], + [ + "ĠAu", + "to" + ], + [ + "b", + "lack" + ], + [ + "bl", + "ack" + ], + [ + "bla", + "ck" + ], + [ + "Ġbo", + "oster" + ], + [ + "Ġboost", + "er" + ], + [ + "Ġboo", + "ster" + ], + [ + "Ġ", + "fulfilled" + ], + [ + "Ġfulf", + "illed" + ], + [ + "Ġfulfill", + "ed" + ], + [ + "Ġfulfil", + "led" + ], + [ + "|", + "F" + ], + [ + "Ġal", + "coholic" + ], + [ + "Ġalcohol", + "ic" + ], + [ + "ĠD", + "ragon" + ], + [ + "ĠDr", + "agon" + ], + [ + "ĠDra", + "gon" + ], + [ + "ĠDrag", + "on" + ], + [ + "am", + "pus" + ], + [ + "amp", + "us" + ], + [ + "H", + "y" + ], + [ + "ĠG", + "ener" + ], + [ + "ĠGe", + "ner" + ], + [ + "ĠGen", + "er" + ], + [ + "ĠGene", + "r" + ], + [ + "Ġwild", + "fires" + ], + [ + "Ġwildfire", + "s" + ], + [ + "Ġra", + "iny" + ], + [ + "Ġrain", + "y" + ], + [ + "Ġconf", + "irmation" + ], + [ + "Ġconfirm", + "ation" + ], + [ + "Ġg", + "allon" + ], + [ + "Ġgall", + "on" + ], + [ + "Ġgal", + "lon" + ], + [ + "Ġt", + "olerant" + ], + [ + "Ġtoler", + "ant" + ], + [ + "Ġobst", + "acle" + ], + [ + "N", + "P" + ], + [ + "en", + "za" + ], + [ + "enz", + "a" + ], + [ + "Ġ", + "eg" + ], + [ + "Ġe", + "g" + ], + [ + "Ġ", + "BP" + ], + [ + "ĠB", + "P" + ], + [ + "qu", + "et" + ], + [ + "que", + "t" + ], + [ + "-", + "sm" + ], + [ + "-s", + "m" + ], + [ + "Ġaud", + "it" + ], + [ + "Ġaudi", + "t" + ], + [ + "Ġexcell", + "ence" + ], + [ + "Ġinequ", + "alities" + ], + [ + "W", + "ritten" + ], + [ + "ĠJ", + "ama" + ], + [ + "ĠJam", + "a" + ], + [ + "ĠJa", + "ma" + ], + [ + "ĠSt", + "rait" + ], + [ + "ĠStr", + "ait" + ], + [ + "ĠStra", + "it" + ], + [ + "Ġe", + "ruptions" + ], + [ + "Ġeru", + "ptions" + ], + [ + "Ġeruption", + "s" + ], + [ + "Ġerupt", + "ions" + ], + [ + "al", + "ach" + ], + [ + "ala", + "ch" + ], + [ + "th", + "alm" + ], + [ + "thal", + "m" + ], + [ + "tha", + "lm" + ], + [ + "Ġ", + "Diversity" + ], + [ + "ĠD", + "iversity" + ], + [ + "ĠDivers", + "ity" + ], + [ + "Ġsoc", + "cer" + ], + [ + "ĠD", + "eal" + ], + [ + "ĠDe", + "al" + ], + [ + "rim", + "inal" + ], + [ + "Ġstrength", + "ened" + ], + [ + "Ġstrengthen", + "ed" + ], + [ + "ĠCamb", + "odia" + ], + [ + "Ġt", + "high" + ], + [ + "Ġth", + "igh" + ], + [ + "Ġthi", + "gh" + ], + [ + "Ġse", + "aw" + ], + [ + "Ġsea", + "w" + ], + [ + "Ġcr", + "ushing" + ], + [ + "Ġcrus", + "hing" + ], + [ + "Ġcrush", + "ing" + ], + [ + "Ġconduct", + "ivity" + ], + [ + "é", + "e" + ], + [ + "Ġ", + "Milk" + ], + [ + "ĠM", + "ilk" + ], + [ + "ĠMil", + "k" + ], + [ + "Ġcrypt", + "ocurrency" + ], + [ + "Ġcryptocur", + "rency" + ], + [ + "B", + "O" + ], + [ + "o", + "arthritis" + ], + [ + "Ġb", + "ending" + ], + [ + "Ġben", + "ding" + ], + [ + "Ġbend", + "ing" + ], + [ + "Ġ", + "MC" + ], + [ + "ĠM", + "C" + ], + [ + "Ġ", + "Must" + ], + [ + "ĠM", + "ust" + ], + [ + "ĠMus", + "t" + ], + [ + "ĠMu", + "st" + ], + [ + "Ġ", + "Mira" + ], + [ + "ĠM", + "ira" + ], + [ + "ĠMir", + "a" + ], + [ + "ĠMi", + "ra" + ], + [ + "Ġpar", + "alysis" + ], + [ + "Ġpara", + "lysis" + ], + [ + "Ġparaly", + "sis" + ], + [ + "Ġparal", + "ysis" + ], + [ + "Ġhead", + "lines" + ], + [ + "Ġheadline", + "s" + ], + [ + "ia", + "rism" + ], + [ + "iar", + "ism" + ], + [ + "iari", + "sm" + ], + [ + "Ġhome", + "land" + ], + [ + "Ġhom", + "eland" + ], + [ + "Ġp", + "ige" + ], + [ + "Ġpi", + "ge" + ], + [ + "Ġpig", + "e" + ], + [ + "T", + "s" + ], + [ + "Ġup", + "stream" + ], + [ + "Ġpres", + "idency" + ], + [ + "Ġv", + "ectors" + ], + [ + "Ġve", + "ctors" + ], + [ + "Ġvector", + "s" + ], + [ + "Ġinstall", + "ations" + ], + [ + "Ġinstallation", + "s" + ], + [ + "ĠColon", + "el" + ], + [ + "ĠColo", + "nel" + ], + [ + "c", + "ribed" + ], + [ + "it", + "ating" + ], + [ + "ita", + "ting" + ], + [ + "Ġ", + "stance" + ], + [ + "Ġs", + "tance" + ], + [ + "Ġst", + "ance" + ], + [ + "Ġsta", + "nce" + ], + [ + "oc", + "key" + ], + [ + "ock", + "ey" + ], + [ + "Ġ", + "Anthrop" + ], + [ + "ĠAn", + "throp" + ], + [ + "ĠAnth", + "rop" + ], + [ + "S", + "pace" + ], + [ + "Sp", + "ace" + ], + [ + "Ġformat", + "ting" + ], + [ + "Ġaw", + "aken" + ], + [ + "Ġawake", + "n" + ], + [ + "Ġawa", + "ken" + ], + [ + "Ġforg", + "iveness" + ], + [ + "Ġforgive", + "ness" + ], + [ + "Ġforgiven", + "ess" + ], + [ + "r", + "oscopy" + ], + [ + "ro", + "scopy" + ], + [ + "ros", + "copy" + ], + [ + "rosc", + "opy" + ], + [ + "M", + "ich" + ], + [ + "Mic", + "h" + ], + [ + "Mi", + "ch" + ], + [ + "Ġ", + "wart" + ], + [ + "Ġw", + "art" + ], + [ + "Ġwar", + "t" + ], + [ + "Ġwa", + "rt" + ], + [ + "ĠG", + "ates" + ], + [ + "ĠGate", + "s" + ], + [ + "ĠGa", + "tes" + ], + [ + "ĠGat", + "es" + ], + [ + "Ġ", + "ours" + ], + [ + "Ġo", + "urs" + ], + [ + "Ġour", + "s" + ], + [ + "Ġou", + "rs" + ], + [ + "Ġarchae", + "ology" + ], + [ + "E", + "EE" + ], + [ + "EE", + "E" + ], + [ + "a", + "unting" + ], + [ + "aunt", + "ing" + ], + [ + "n", + "ell" + ], + [ + "ne", + "ll" + ], + [ + "nel", + "l" + ], + [ + "Ġc", + "ray" + ], + [ + "Ġcr", + "ay" + ], + [ + "Ġcra", + "y" + ], + [ + "Ġcon", + "gregation" + ], + [ + "Ġcong", + "regation" + ], + [ + "Ġcongreg", + "ation" + ], + [ + "em", + "porary" + ], + [ + "empor", + "ary" + ], + [ + "Ġsp", + "ear" + ], + [ + "Ġspe", + "ar" + ], + [ + "Ġin", + "duction" + ], + [ + "Ġind", + "uction" + ], + [ + "Ġindu", + "ction" + ], + [ + "Ġinduct", + "ion" + ], + [ + "Ġ", + "figured" + ], + [ + "Ġfig", + "ured" + ], + [ + "Ġfigure", + "d" + ], + [ + "Ġfigur", + "ed" + ], + [ + "ĠReg", + "iment" + ], + [ + "Ġdef", + "icient" + ], + [ + "Ġdefic", + "ient" + ], + [ + "ĠOper", + "ations" + ], + [ + "ĠOp", + "erations" + ], + [ + "ĠOperation", + "s" + ], + [ + "T", + "aking" + ], + [ + "Ta", + "king" + ], + [ + "Ġco", + "arse" + ], + [ + "Ġcoars", + "e" + ], + [ + "Ġ", + "Politics" + ], + [ + "ĠPol", + "itics" + ], + [ + "ĠPolit", + "ics" + ], + [ + "ĠPract", + "ices" + ], + [ + "ĠPractice", + "s" + ], + [ + "Ġ", + "Ensure" + ], + [ + "ĠEns", + "ure" + ], + [ + "Ġb", + "atch" + ], + [ + "Ġbat", + "ch" + ], + [ + "Ġ", + "Fresh" + ], + [ + "ĠF", + "resh" + ], + [ + "ĠFr", + "esh" + ], + [ + "ĠFre", + "sh" + ], + [ + "ĠFres", + "h" + ], + [ + "Ġeconom", + "ical" + ], + [ + "Ġeconomic", + "al" + ], + [ + "Ġdev", + "otion" + ], + [ + "a", + "scar" + ], + [ + "as", + "car" + ], + [ + "asc", + "ar" + ], + [ + "asca", + "r" + ], + [ + "ĠWorks", + "heet" + ], + [ + "Ġ", + "Origin" + ], + [ + "ĠOrig", + "in" + ], + [ + "ĠOri", + "gin" + ], + [ + "Ġ", + "Ultimately" + ], + [ + "ĠUlt", + "imately" + ], + [ + "ĠUltimate", + "ly" + ], + [ + "Ġubiqu", + "itous" + ], + [ + "C", + "are" + ], + [ + "Car", + "e" + ], + [ + "Ca", + "re" + ], + [ + "c", + "hin" + ], + [ + "ch", + "in" + ], + [ + "chi", + "n" + ], + [ + "Ġb", + "yp" + ], + [ + "Ġby", + "p" + ], + [ + "e", + "cal" + ], + [ + "ec", + "al" + ], + [ + "eca", + "l" + ], + [ + "Ġs", + "ometime" + ], + [ + "Ġsome", + "time" + ], + [ + "Ġsom", + "etime" + ], + [ + "Ġsomet", + "ime" + ], + [ + "Ġlifest", + "yles" + ], + [ + "Ġlifestyle", + "s" + ], + [ + "Ġadv", + "isable" + ], + [ + "Ġadvis", + "able" + ], + [ + "Ġ", + "omn" + ], + [ + "Ġo", + "mn" + ], + [ + "Ġom", + "n" + ], + [ + "ab", + "we" + ], + [ + "Ġ", + "Plans" + ], + [ + "ĠPl", + "ans" + ], + [ + "ĠPlan", + "s" + ], + [ + "Ġt", + "uned" + ], + [ + "Ġtun", + "ed" + ], + [ + "Ġtu", + "ned" + ], + [ + "Ġtune", + "d" + ], + [ + "en", + "z" + ], + [ + "q", + "uin" + ], + [ + "qu", + "in" + ], + [ + "qui", + "n" + ], + [ + "ĠF", + "uk" + ], + [ + "ĠFu", + "k" + ], + [ + "Ġf", + "amine" + ], + [ + "Ġfam", + "ine" + ], + [ + "Ġfa", + "mine" + ], + [ + "Ġsanct", + "uary" + ], + [ + "-", + "ed" + ], + [ + "-e", + "d" + ], + [ + "ĠT", + "as" + ], + [ + "ĠTa", + "s" + ], + [ + "Ġsie", + "ge" + ], + [ + "d", + "ep" + ], + [ + "de", + "p" + ], + [ + "a", + "morph" + ], + [ + "am", + "orph" + ], + [ + "ĠThe", + "rap" + ], + [ + "ĠTher", + "ap" + ], + [ + "ust", + "omed" + ], + [ + "Ġrecip", + "roc" + ], + [ + "________", + "________" + ], + [ + "ĠMan", + "chester" + ], + [ + "ĠManc", + "hester" + ], + [ + "ĠManch", + "ester" + ], + [ + "ĠScand", + "inav" + ], + [ + "Ġ", + "Mom" + ], + [ + "ĠM", + "om" + ], + [ + "ĠMo", + "m" + ], + [ + "Ġinter", + "mitt" + ], + [ + "Ġinterm", + "itt" + ], + [ + "Ġweigh", + "s" + ], + [ + "it", + "ching" + ], + [ + "itch", + "ing" + ], + [ + "Ġ", + "Wide" + ], + [ + "ĠW", + "ide" + ], + [ + "ĠWi", + "de" + ], + [ + "ĠWid", + "e" + ], + [ + "i", + "van" + ], + [ + "iv", + "an" + ], + [ + "iva", + "n" + ], + [ + "Ġ", + "Pros" + ], + [ + "ĠP", + "ros" + ], + [ + "ĠPro", + "s" + ], + [ + "ĠPr", + "os" + ], + [ + "S", + "hare" + ], + [ + "Sh", + "are" + ], + [ + "Sha", + "re" + ], + [ + "Ġaccommod", + "ation" + ], + [ + "Ġfor", + "bidden" + ], + [ + "Ġforb", + "idden" + ], + [ + "Ġforbid", + "den" + ], + [ + "ĠB", + "ranch" + ], + [ + "ĠBr", + "anch" + ], + [ + "ĠBran", + "ch" + ], + [ + "Ġ", + "Faculty" + ], + [ + "ĠFac", + "ulty" + ], + [ + "Expl", + "ore" + ], + [ + "Exp", + "lore" + ], + [ + "d", + "oms" + ], + [ + "dom", + "s" + ], + [ + "do", + "ms" + ], + [ + "er", + "obic" + ], + [ + "ero", + "bic" + ], + [ + "Ġ", + "ski" + ], + [ + "Ġs", + "ki" + ], + [ + "Ġsk", + "i" + ], + [ + "Ġfacilit", + "ates" + ], + [ + "Ġfacilitate", + "s" + ], + [ + "Ġ", + "Increase" + ], + [ + "ĠInc", + "rease" + ], + [ + "ĠIncre", + "ase" + ], + [ + "utri", + "ent" + ], + [ + "h", + "ad" + ], + [ + "ha", + "d" + ], + [ + "o", + "nian" + ], + [ + "on", + "ian" + ], + [ + "onia", + "n" + ], + [ + "oni", + "an" + ], + [ + "er", + "ly" + ], + [ + "erl", + "y" + ], + [ + "Ġ", + "Fruit" + ], + [ + "ĠF", + "ruit" + ], + [ + "ĠFr", + "uit" + ], + [ + "Ġcle", + "arer" + ], + [ + "Ġclear", + "er" + ], + [ + "E", + "CD" + ], + [ + "EC", + "D" + ], + [ + "Ġsa", + "nit" + ], + [ + "Ġsan", + "it" + ], + [ + "Ġ", + "Keeping" + ], + [ + "ĠKe", + "eping" + ], + [ + "ĠKeep", + "ing" + ], + [ + "ĠKee", + "ping" + ], + [ + "Ġsad", + "ness" + ], + [ + "R", + "esp" + ], + [ + "Res", + "p" + ], + [ + "Re", + "sp" + ], + [ + "b", + "ased" + ], + [ + "ba", + "sed" + ], + [ + "bas", + "ed" + ], + [ + "base", + "d" + ], + [ + "Ġ", + "Ald" + ], + [ + "ĠA", + "ld" + ], + [ + "ĠAl", + "d" + ], + [ + "Ġ", + "RO" + ], + [ + "ĠR", + "O" + ], + [ + "-", + "co" + ], + [ + "-c", + "o" + ], + [ + "Ġh", + "ardy" + ], + [ + "Ġhard", + "y" + ], + [ + "Ġhar", + "dy" + ], + [ + "Ġdep", + "rived" + ], + [ + "Ġdepr", + "ived" + ], + [ + "Ġdeprive", + "d" + ], + [ + "k", + "ers" + ], + [ + "ke", + "rs" + ], + [ + "ker", + "s" + ], + [ + "Ġin", + "security" + ], + [ + "Ġ", + "nov" + ], + [ + "Ġn", + "ov" + ], + [ + "Ġno", + "v" + ], + [ + "um", + "my" + ], + [ + "umm", + "y" + ], + [ + "Ġsur", + "pass" + ], + [ + "Ġd", + "onate" + ], + [ + "Ġdon", + "ate" + ], + [ + "br", + "ids" + ], + [ + "brid", + "s" + ], + [ + "bri", + "ds" + ], + [ + "Ġ", + "Matter" + ], + [ + "ĠM", + "atter" + ], + [ + "ĠMat", + "ter" + ], + [ + "ĠMatt", + "er" + ], + [ + "Ġve", + "ggies" + ], + [ + "Ġvegg", + "ies" + ], + [ + "Ġveg", + "gies" + ], + [ + "Ġveggie", + "s" + ], + [ + "H", + "um" + ], + [ + "Hu", + "m" + ], + [ + "t", + "ec" + ], + [ + "te", + "c" + ], + [ + "Ġre", + "usable" + ], + [ + "ĠV", + "ik" + ], + [ + "ĠVi", + "k" + ], + [ + "Ġm", + "edi" + ], + [ + "Ġme", + "di" + ], + [ + "Ġmed", + "i" + ], + [ + "Ġmult", + "id" + ], + [ + "Ġmulti", + "d" + ], + [ + "Ġ", + "Regardless" + ], + [ + "ĠReg", + "ardless" + ], + [ + "Ġre", + "built" + ], + [ + "Ġreb", + "uilt" + ], + [ + "Ġneut", + "ron" + ], + [ + "Ġneutr", + "on" + ], + [ + "inn", + "amon" + ], + [ + "Ġsail", + "ors" + ], + [ + "Ġsailor", + "s" + ], + [ + "Ġi", + "Pad" + ], + [ + "ĠiP", + "ad" + ], + [ + "B", + "ar" + ], + [ + "Ba", + "r" + ], + [ + "op", + "athic" + ], + [ + "opath", + "ic" + ], + [ + "Ġsim", + "ulated" + ], + [ + "Ġsimulate", + "d" + ], + [ + "Ġinfl", + "amed" + ], + [ + "Ġfat", + "alities" + ], + [ + "Ġfatal", + "ities" + ], + [ + "/", + "O" + ], + [ + "F", + "act" + ], + [ + "Fac", + "t" + ], + [ + "T", + "w" + ], + [ + "e", + "sty" + ], + [ + "es", + "ty" + ], + [ + "est", + "y" + ], + [ + "Ġ", + "phosphate" + ], + [ + "Ġph", + "osphate" + ], + [ + "Ġphosph", + "ate" + ], + [ + "Ġphosphat", + "e" + ], + [ + "Ġ", + "Interestingly" + ], + [ + "ĠInterest", + "ingly" + ], + [ + "ĠInteresting", + "ly" + ], + [ + "Ġ", + "Girls" + ], + [ + "ĠG", + "irls" + ], + [ + "ĠGir", + "ls" + ], + [ + "ĠGirl", + "s" + ], + [ + "Ġcaut", + "ious" + ], + [ + "ĠE", + "agle" + ], + [ + "Ġatt", + "ained" + ], + [ + "Ġattain", + "ed" + ], + [ + "Ġmon", + "ster" + ], + [ + "Ġmonst", + "er" + ], + [ + "-", + "face" + ], + [ + "-f", + "ace" + ], + [ + "Ġlet", + "tuce" + ], + [ + "b", + "rance" + ], + [ + "br", + "ance" + ], + [ + "bra", + "nce" + ], + [ + ")", + "-" + ], + [ + "Ġc", + "anine" + ], + [ + "Ġcan", + "ine" + ], + [ + "a", + "uer" + ], + [ + "au", + "er" + ], + [ + "ris", + "oned" + ], + [ + "rison", + "ed" + ], + [ + "Ġmar", + "riages" + ], + [ + "Ġmarriage", + "s" + ], + [ + "En", + "vironmental" + ], + [ + "Environment", + "al" + ], + [ + "Ġcr", + "amps" + ], + [ + "Ġcram", + "ps" + ], + [ + "ĠBrook", + "lyn" + ], + [ + "Ġdorm", + "ant" + ], + [ + "B", + "E" + ], + [ + "Ġp", + "ause" + ], + [ + "Ġpa", + "use" + ], + [ + "Ġpau", + "se" + ], + [ + "Ġst", + "yl" + ], + [ + "Ġsty", + "l" + ], + [ + "Ġdes", + "erves" + ], + [ + "Ġdeserve", + "s" + ], + [ + "Ġha", + "dn" + ], + [ + "Ġhad", + "n" + ], + [ + "Ġfore", + "front" + ], + [ + "Ġred", + "ness" + ], + [ + "Ġ", + "Genetics" + ], + [ + "ĠGen", + "etics" + ], + [ + "ĠGenetic", + "s" + ], + [ + "ĠGene", + "tics" + ], + [ + "ĠGenet", + "ics" + ], + [ + "Ġbank", + "rupt" + ], + [ + "Ġcritic", + "ized" + ], + [ + "Ġcriticize", + "d" + ], + [ + "Ġp", + "engu" + ], + [ + "Ġpen", + "gu" + ], + [ + "Ġwe", + "ighed" + ], + [ + "Ġweigh", + "ed" + ], + [ + "ign", + "ificant" + ], + [ + "Ġsocial", + "ist" + ], + [ + "Ġdiagn", + "oses" + ], + [ + "Ġdiagnose", + "s" + ], + [ + "Ġquiet", + "ly" + ], + [ + "Ġport", + "raits" + ], + [ + "Ġportrait", + "s" + ], + [ + "H", + "en" + ], + [ + "He", + "n" + ], + [ + "g", + "om" + ], + [ + "go", + "m" + ], + [ + "Ġt", + "raded" + ], + [ + "Ġtra", + "ded" + ], + [ + "Ġtr", + "aded" + ], + [ + "Ġtrade", + "d" + ], + [ + "Ġtrad", + "ed" + ], + [ + "Ġthink", + "ers" + ], + [ + "Ġthin", + "kers" + ], + [ + "Ġthinker", + "s" + ], + [ + "-w", + "inning" + ], + [ + "-win", + "ning" + ], + [ + "Ġf", + "ictional" + ], + [ + "Ġfiction", + "al" + ], + [ + "Ġfict", + "ional" + ], + [ + "f", + "n" + ], + [ + "ir", + "ming" + ], + [ + "irm", + "ing" + ], + [ + "Ġcomm", + "unal" + ], + [ + "Ġcommun", + "al" + ], + [ + "Ġunderstand", + "able" + ], + [ + "Ġco", + "rals" + ], + [ + "Ġcor", + "als" + ], + [ + "Ġcoral", + "s" + ], + [ + "Ġcoast", + "line" + ], + [ + "Ġchap", + "el" + ], + [ + "à", + "¦" + ], + [ + "Ġ", + "VII" + ], + [ + "ĠV", + "II" + ], + [ + "ĠVI", + "I" + ], + [ + "Ġdis", + "col" + ], + [ + "Ġdisc", + "ol" + ], + [ + "-", + "olds" + ], + [ + "-old", + "s" + ], + [ + "Ġp", + "iles" + ], + [ + "Ġpi", + "les" + ], + [ + "Ġpil", + "es" + ], + [ + "Ġpile", + "s" + ], + [ + "e", + "arth" + ], + [ + "ear", + "th" + ], + [ + "Ġcl", + "ue" + ], + [ + "Ġac", + "ron" + ], + [ + "-", + "bo" + ], + [ + "-b", + "o" + ], + [ + "Ġtru", + "ths" + ], + [ + "Ġtruth", + "s" + ], + [ + "iagn", + "osed" + ], + [ + "U", + "SA" + ], + [ + "US", + "A" + ], + [ + "Ġ", + "oval" + ], + [ + "Ġo", + "val" + ], + [ + "Ġov", + "al" + ], + [ + "ĠT", + "ru" + ], + [ + "ĠTr", + "u" + ], + [ + "Ġ", + "Whole" + ], + [ + "ĠW", + "hole" + ], + [ + "ĠWh", + "ole" + ], + [ + "ĠWho", + "le" + ], + [ + "Ġcollect", + "s" + ], + [ + "Ġcoll", + "ects" + ], + [ + "Ġ", + "Comment" + ], + [ + "ĠComm", + "ent" + ], + [ + "ĠCom", + "ment" + ], + [ + "Ġborrow", + "ed" + ], + [ + "Ġste", + "rile" + ], + [ + "Ġster", + "ile" + ], + [ + "Ġsteril", + "e" + ], + [ + "Ġcondem", + "ned" + ], + [ + "Ġcondemn", + "ed" + ], + [ + "Ġp", + "ant" + ], + [ + "Ġpan", + "t" + ], + [ + "Ġpa", + "nt" + ], + [ + "ic", + "ated" + ], + [ + "ica", + "ted" + ], + [ + "icate", + "d" + ], + [ + "t", + "han" + ], + [ + "th", + "an" + ], + [ + "tha", + "n" + ], + [ + "Ġd", + "eeds" + ], + [ + "Ġde", + "eds" + ], + [ + "Ġdeed", + "s" + ], + [ + "Ġc", + "lots" + ], + [ + "Ġcl", + "ots" + ], + [ + "Ġclot", + "s" + ], + [ + "Ġclo", + "ts" + ], + [ + "Ġco", + "hes" + ], + [ + "Ġcoh", + "es" + ], + [ + "Ġmal", + "ignant" + ], + [ + "Ġmalign", + "ant" + ], + [ + "Ġstim", + "ulated" + ], + [ + "Ġstimul", + "ated" + ], + [ + "Ġstimulate", + "d" + ], + [ + "Ġcand", + "les" + ], + [ + "Ġcandle", + "s" + ], + [ + "Ġdes", + "perate" + ], + [ + "Ġdesp", + "erate" + ], + [ + "Ġdesper", + "ate" + ], + [ + "Ġunder", + "gone" + ], + [ + "Ġundergo", + "ne" + ], + [ + "Ġunderg", + "one" + ], + [ + "c", + "op" + ], + [ + "co", + "p" + ], + [ + "Ġr", + "anged" + ], + [ + "Ġrange", + "d" + ], + [ + "Ġran", + "ged" + ], + [ + "Ġrang", + "ed" + ], + [ + "ĠN", + "iger" + ], + [ + "ĠNi", + "ger" + ], + [ + "ĠNig", + "er" + ], + [ + "Ġ", + "Answers" + ], + [ + "ĠAn", + "swers" + ], + [ + "ĠAnswer", + "s" + ], + [ + "ĠAns", + "wers" + ], + [ + "Ġfin", + "ances" + ], + [ + "Ġfinanc", + "es" + ], + [ + "Ġfinance", + "s" + ], + [ + "Ġsuff", + "erers" + ], + [ + "Ġsuffer", + "ers" + ], + [ + "Ġsufferer", + "s" + ], + [ + "ĠLa", + "bour" + ], + [ + "ĠLab", + "our" + ], + [ + "Ġacc", + "idental" + ], + [ + "Ġaccident", + "al" + ], + [ + "Ġel", + "ders" + ], + [ + "Ġeld", + "ers" + ], + [ + "Ġelder", + "s" + ], + [ + "Ġmir", + "acle" + ], + [ + "Ġmira", + "cle" + ], + [ + "Ġmi", + "racle" + ], + [ + "Ġlig", + "aments" + ], + [ + "Ġligament", + "s" + ], + [ + "i", + "ang" + ], + [ + "ia", + "ng" + ], + [ + "ian", + "g" + ], + [ + "op", + "otam" + ], + [ + "Ġ", + "RS" + ], + [ + "ĠR", + "S" + ], + [ + "Ġ", + "pled" + ], + [ + "Ġp", + "led" + ], + [ + "Ġpl", + "ed" + ], + [ + "Ġple", + "d" + ], + [ + "Ġhum", + "ming" + ], + [ + "ĠIn", + "terior" + ], + [ + "ĠInt", + "erior" + ], + [ + "ĠInter", + "ior" + ], + [ + "En", + "ergy" + ], + [ + "Ġa", + "esthet" + ], + [ + "Ġen", + "forced" + ], + [ + "Ġenforce", + "d" + ], + [ + "Ġenfor", + "ced" + ], + [ + "Ġ", + "junction" + ], + [ + "Ġj", + "unction" + ], + [ + "Ġjun", + "ction" + ], + [ + "Ġsens", + "ations" + ], + [ + "Ġsensation", + "s" + ], + [ + "Ġ", + "Countries" + ], + [ + "ĠCount", + "ries" + ], + [ + "Ġd", + "ependency" + ], + [ + "Ġdepend", + "ency" + ], + [ + "Ġder", + "ives" + ], + [ + "Ġderiv", + "es" + ], + [ + "Ġderive", + "s" + ], + [ + "Ġcomp", + "ositions" + ], + [ + "Ġcomposition", + "s" + ], + [ + "Ġcompos", + "itions" + ], + [ + "n", + "om" + ], + [ + "no", + "m" + ], + [ + "Ġ", + "Mamm" + ], + [ + "ĠM", + "amm" + ], + [ + "ĠMa", + "mm" + ], + [ + "ĠMam", + "m" + ], + [ + "Ġcon", + "ting" + ], + [ + "Ġcont", + "ing" + ], + [ + "Ġcontin", + "g" + ], + [ + "Ġdiff", + "usion" + ], + [ + "de", + "hy" + ], + [ + "O", + "RT" + ], + [ + "OR", + "T" + ], + [ + "Ġ", + "PHP" + ], + [ + "ĠP", + "HP" + ], + [ + "ĠPH", + "P" + ], + [ + "a", + "an" + ], + [ + "aa", + "n" + ], + [ + "Ġ", + "Normal" + ], + [ + "ĠN", + "ormal" + ], + [ + "ĠNor", + "mal" + ], + [ + "ĠNorm", + "al" + ], + [ + "Ġnational", + "ism" + ], + [ + "Ġnation", + "alism" + ], + [ + "Ġpred", + "ictive" + ], + [ + "Ġpredict", + "ive" + ], + [ + "ur", + "dy" + ], + [ + "urd", + "y" + ], + [ + "Ġpropag", + "ation" + ], + [ + "Ġestab", + "lishes" + ], + [ + "Ġestablish", + "es" + ], + [ + "Ġtext", + "iles" + ], + [ + "Ġtextile", + "s" + ], + [ + "Ġpred", + "icts" + ], + [ + "Ġpredict", + "s" + ], + [ + "Ġpredic", + "ts" + ], + [ + "Ġm", + "ounting" + ], + [ + "Ġmount", + "ing" + ], + [ + "Ġmo", + "unting" + ], + [ + "Ġal", + "tering" + ], + [ + "Ġalt", + "ering" + ], + [ + "Ġalter", + "ing" + ], + [ + "ĠLatin", + "o" + ], + [ + "ĠLat", + "ino" + ], + [ + "ĠN", + "ortheast" + ], + [ + "ĠNorth", + "east" + ], + [ + "ĠNort", + "heast" + ], + [ + "ĠAdvis", + "ory" + ], + [ + "ĠAdvisor", + "y" + ], + [ + "Ġ", + "aux" + ], + [ + "Ġa", + "ux" + ], + [ + "Ġau", + "x" + ], + [ + "Ġan", + "imated" + ], + [ + "Ġanim", + "ated" + ], + [ + "Ġanimate", + "d" + ], + [ + "y", + "lene" + ], + [ + "yle", + "ne" + ], + [ + "yl", + "ene" + ], + [ + "i", + "nis" + ], + [ + "in", + "is" + ], + [ + "ini", + "s" + ], + [ + "Ġf", + "res" + ], + [ + "Ġfre", + "s" + ], + [ + "Ġfr", + "es" + ], + [ + "Ġ", + "FR" + ], + [ + "ĠF", + "R" + ], + [ + "Ġsc", + "arcity" + ], + [ + "Ġscar", + "city" + ], + [ + "Ġve", + "gan" + ], + [ + "Ġveg", + "an" + ], + [ + "ĠApp", + "roach" + ], + [ + "-", + "Americans" + ], + [ + "-A", + "mericans" + ], + [ + "-American", + "s" + ], + [ + "Ġgrand", + "mother" + ], + [ + "ĠHol", + "land" + ], + [ + "ĠHoll", + "and" + ], + [ + "ĠDi", + "vine" + ], + [ + "ĠDiv", + "ine" + ], + [ + "Ġ", + "Status" + ], + [ + "ĠSt", + "atus" + ], + [ + "ĠStat", + "us" + ], + [ + "ĠSta", + "tus" + ], + [ + "ĠPear", + "l" + ], + [ + "l", + "ate" + ], + [ + "la", + "te" + ], + [ + "lat", + "e" + ], + [ + ")", + ",Ċ" + ], + [ + "),", + "Ċ" + ], + [ + "Ġaut", + "istic" + ], + [ + "Ġ", + "cancerous" + ], + [ + "Ġcancer", + "ous" + ], + [ + "Ġcance", + "rous" + ], + [ + "ĠTr", + "inity" + ], + [ + "ĠTrin", + "ity" + ], + [ + "Ġabsor", + "bing" + ], + [ + "Ġabsorb", + "ing" + ], + [ + "m", + "etry" + ], + [ + "me", + "try" + ], + [ + "met", + "ry" + ], + [ + "egrad", + "able" + ], + [ + "Ġ", + "viv" + ], + [ + "Ġv", + "iv" + ], + [ + "Ġvi", + "v" + ], + [ + "Ġbl", + "amed" + ], + [ + "Ġblame", + "d" + ], + [ + "Ġdiss", + "olve" + ], + [ + "Ġimp", + "lied" + ], + [ + "Ġimpl", + "ied" + ], + [ + "Ġdis", + "rupted" + ], + [ + "Ġdisrupt", + "ed" + ], + [ + "l", + "isted" + ], + [ + "list", + "ed" + ], + [ + "li", + "sted" + ], + [ + "lis", + "ted" + ], + [ + "Ġb", + "ilingual" + ], + [ + "ĠR", + "ou" + ], + [ + "ĠRo", + "u" + ], + [ + "Ġam", + "ateur" + ], + [ + "Ġm", + "agnets" + ], + [ + "Ġmagn", + "ets" + ], + [ + "Ġmag", + "nets" + ], + [ + "Ġmagnet", + "s" + ], + [ + "ĠCh", + "arter" + ], + [ + "ĠChar", + "ter" + ], + [ + "ĠChart", + "er" + ], + [ + "Ġagg", + "ress" + ], + [ + "Ġpion", + "eering" + ], + [ + "Ġpioneer", + "ing" + ], + [ + "an", + "throp" + ], + [ + "anth", + "rop" + ], + [ + "Ġm", + "ock" + ], + [ + "Ġmo", + "ck" + ], + [ + "Ġ", + "Gro" + ], + [ + "ĠG", + "ro" + ], + [ + "ĠGr", + "o" + ], + [ + "Ġspec", + "ulation" + ], + [ + "Ġind", + "ul" + ], + [ + "Ġindu", + "l" + ], + [ + "pl", + "ications" + ], + [ + "plic", + "ations" + ], + [ + "plication", + "s" + ], + [ + "ut", + "hors" + ], + [ + "uth", + "ors" + ], + [ + "i", + "mates" + ], + [ + "im", + "ates" + ], + [ + "imate", + "s" + ], + [ + "ima", + "tes" + ], + [ + "imat", + "es" + ], + [ + "Ġpro", + "active" + ], + [ + "Ġ", + "Root" + ], + [ + "ĠR", + "oot" + ], + [ + "ĠRo", + "ot" + ], + [ + "ĠL", + "ands" + ], + [ + "ĠLand", + "s" + ], + [ + "ĠLan", + "ds" + ], + [ + "Ġreg", + "iment" + ], + [ + "Ġregime", + "nt" + ], + [ + "Ġregimen", + "t" + ], + [ + "Ġ", + "numbered" + ], + [ + "Ġn", + "umbered" + ], + [ + "Ġnum", + "bered" + ], + [ + "Ġnumber", + "ed" + ], + [ + "Ġnumb", + "ered" + ], + [ + "-", + "mod" + ], + [ + "-m", + "od" + ], + [ + "Ġm", + "otions" + ], + [ + "Ġmot", + "ions" + ], + [ + "Ġmotion", + "s" + ], + [ + "Ġconduct", + "or" + ], + [ + "Ġcondu", + "ctor" + ], + [ + "Ġb", + "urd" + ], + [ + "Ġbu", + "rd" + ], + [ + "Ġbur", + "d" + ], + [ + "Ġr", + "uin" + ], + [ + "Ġru", + "in" + ], + [ + "re", + "quis" + ], + [ + "requ", + "is" + ], + [ + "ĠHug", + "hes" + ], + [ + "ĠHugh", + "es" + ], + [ + "orect", + "al" + ], + [ + "W", + "rite" + ], + [ + "Ġp", + "acks" + ], + [ + "Ġpack", + "s" + ], + [ + "Ġpa", + "cks" + ], + [ + "Ġpac", + "ks" + ], + [ + "s", + "ole" + ], + [ + "so", + "le" + ], + [ + "-p", + "roducing" + ], + [ + "Ġcolon", + "ization" + ], + [ + "Ġ", + "Coron" + ], + [ + "ĠC", + "oron" + ], + [ + "ĠCo", + "ron" + ], + [ + "ĠCor", + "on" + ], + [ + "-", + "Based" + ], + [ + "-B", + "ased" + ], + [ + "un", + "ctions" + ], + [ + "unction", + "s" + ], + [ + "unct", + "ions" + ], + [ + "i", + "culture" + ], + [ + "ic", + "ulture" + ], + [ + "icult", + "ure" + ], + [ + "Ġ", + "Doing" + ], + [ + "ĠD", + "oing" + ], + [ + "ĠDo", + "ing" + ], + [ + "Ġ", + "Colonial" + ], + [ + "ĠCol", + "onial" + ], + [ + "ĠColon", + "ial" + ], + [ + "De", + "scription" + ], + [ + "Desc", + "ription" + ], + [ + "Des", + "cription" + ], + [ + "Ġsh", + "adows" + ], + [ + "Ġshadow", + "s" + ], + [ + "Ġshad", + "ows" + ], + [ + "Ġbed", + "time" + ], + [ + "Ġint", + "entional" + ], + [ + "Ġintent", + "ional" + ], + [ + "Ġintention", + "al" + ], + [ + "D", + "O" + ], + [ + "P", + "ort" + ], + [ + "Po", + "rt" + ], + [ + "Por", + "t" + ], + [ + "Ġc", + "aste" + ], + [ + "Ġca", + "ste" + ], + [ + "Ġcast", + "e" + ], + [ + "Ġcas", + "te" + ], + [ + "ĠM", + "end" + ], + [ + "ĠMe", + "nd" + ], + [ + "ĠMen", + "d" + ], + [ + "Ġco", + "ated" + ], + [ + "Ġcoat", + "ed" + ], + [ + "Ġsw", + "eating" + ], + [ + "Ġswe", + "ating" + ], + [ + "Ġsweat", + "ing" + ], + [ + "Ġ", + "Coastal" + ], + [ + "ĠCo", + "astal" + ], + [ + "ĠCoast", + "al" + ], + [ + "Ġdub", + "bed" + ], + [ + "Ġp", + "oured" + ], + [ + "Ġpo", + "ured" + ], + [ + "Ġpou", + "red" + ], + [ + "Ġpour", + "ed" + ], + [ + "Ġ", + "Lung" + ], + [ + "ĠL", + "ung" + ], + [ + "ĠLu", + "ng" + ], + [ + "ĠLun", + "g" + ], + [ + "Ġcr", + "abs" + ], + [ + "Ġcra", + "bs" + ], + [ + "Ġcrab", + "s" + ], + [ + "Ġdismiss", + "ed" + ], + [ + "×", + "ķ" + ], + [ + "Ġ", + "ripe" + ], + [ + "Ġr", + "ipe" + ], + [ + "Ġrip", + "e" + ], + [ + "i", + "bia" + ], + [ + "ib", + "ia" + ], + [ + "ibi", + "a" + ], + [ + "Ġind", + "ications" + ], + [ + "Ġindic", + "ations" + ], + [ + "Ġindication", + "s" + ], + [ + "r", + "imination" + ], + [ + "ri", + "mination" + ], + [ + "rim", + "ination" + ], + [ + "Ġsoy", + "bean" + ], + [ + "b", + "ach" + ], + [ + "ba", + "ch" + ], + [ + "s", + "ource" + ], + [ + "Ġc", + "oop" + ], + [ + "Ġco", + "op" + ], + [ + "Ġ", + "Butter" + ], + [ + "ĠB", + "utter" + ], + [ + "ĠBut", + "ter" + ], + [ + "ĠButte", + "r" + ], + [ + "ĠButt", + "er" + ], + [ + "ĠTib", + "etan" + ], + [ + "ĠTibet", + "an" + ], + [ + "ĠH", + "ond" + ], + [ + "ĠHo", + "nd" + ], + [ + "ĠHon", + "d" + ], + [ + "Ġin", + "scription" + ], + [ + "Ġins", + "cription" + ], + [ + "Ġ", + "Arg" + ], + [ + "ĠAr", + "g" + ], + [ + "-", + "pres" + ], + [ + "-p", + "res" + ], + [ + "-pr", + "es" + ], + [ + "-pre", + "s" + ], + [ + "Ġsqu", + "ash" + ], + [ + "Ġl", + "acked" + ], + [ + "Ġla", + "cked" + ], + [ + "Ġlack", + "ed" + ], + [ + "Ġlac", + "ked" + ], + [ + "Ġ", + "Originally" + ], + [ + "ĠOrig", + "inally" + ], + [ + "ĠOrigin", + "ally" + ], + [ + "ĠOriginal", + "ly" + ], + [ + "Ġrec", + "ruitment" + ], + [ + "Ġrecruit", + "ment" + ], + [ + "Ġan", + "nex" + ], + [ + "Ġann", + "ex" + ], + [ + "Ġanne", + "x" + ], + [ + "ĠV", + "el" + ], + [ + "ĠVe", + "l" + ], + [ + "ĠV", + "iking" + ], + [ + "ĠVik", + "ing" + ], + [ + "ĠVi", + "king" + ], + [ + "Ġb", + "acking" + ], + [ + "Ġback", + "ing" + ], + [ + "Ġba", + "cking" + ], + [ + "Ġbac", + "king" + ], + [ + "Ġca", + "usal" + ], + [ + "Ġcaus", + "al" + ], + [ + "Ġrain", + "bow" + ], + [ + "Ġ", + "Communities" + ], + [ + "ĠCommun", + "ities" + ], + [ + "with", + "out" + ], + [ + "Ġsusp", + "ic" + ], + [ + "Ġsus", + "pic" + ], + [ + "Gen", + "erally" + ], + [ + "General", + "ly" + ], + [ + "Gene", + "rally" + ], + [ + "ĠC", + "ircle" + ], + [ + "ĠCir", + "cle" + ], + [ + "ĠCirc", + "le" + ], + [ + "Ġl", + "asers" + ], + [ + "Ġla", + "sers" + ], + [ + "Ġlaser", + "s" + ], + [ + "Ġlas", + "ers" + ], + [ + "Ġun", + "related" + ], + [ + "Ġunre", + "lated" + ], + [ + "Ġunrel", + "ated" + ], + [ + "Ġpo", + "lio" + ], + [ + "Ġpol", + "io" + ], + [ + "Ġpoli", + "o" + ], + [ + "Ġd", + "rains" + ], + [ + "Ġdr", + "ains" + ], + [ + "Ġdra", + "ins" + ], + [ + "Ġdrain", + "s" + ], + [ + "-", + "looking" + ], + [ + "-l", + "ooking" + ], + [ + "-lo", + "oking" + ], + [ + "Ġ", + "Especially" + ], + [ + "ĠEsp", + "ecially" + ], + [ + "B", + "est" + ], + [ + "Be", + "st" + ], + [ + "Ġt", + "hee" + ], + [ + "Ġthe", + "e" + ], + [ + "Ġth", + "ee" + ], + [ + "Ġ", + "Sample" + ], + [ + "ĠS", + "ample" + ], + [ + "ĠSam", + "ple" + ], + [ + "Ġrep", + "ository" + ], + [ + "Ġtum", + "our" + ], + [ + "Ġcont", + "empl" + ], + [ + "Ġcontem", + "pl" + ], + [ + "Ġ", + "Property" + ], + [ + "ĠProp", + "erty" + ], + [ + "ĠProper", + "ty" + ], + [ + ".", + "a" + ], + [ + "Ġf", + "ork" + ], + [ + "Ġfor", + "k" + ], + [ + "Ġ", + "CV" + ], + [ + "ĠC", + "V" + ], + [ + "Ġ", + "-Ċ" + ], + [ + "Ġ-", + "Ċ" + ], + [ + "Ġvacc", + "inations" + ], + [ + "Ġvaccination", + "s" + ], + [ + "Ġflat", + "ten" + ], + [ + "Ġminim", + "izing" + ], + [ + "ĠS", + "tein" + ], + [ + "ĠSte", + "in" + ], + [ + "Ġres", + "piration" + ], + [ + "Ġresp", + "iration" + ], + [ + "Ġrespir", + "ation" + ], + [ + "Ġnort", + "heastern" + ], + [ + "Ġnortheast", + "ern" + ], + [ + "Ġar", + "guably" + ], + [ + "Ġargu", + "ably" + ], + [ + "u", + "dal" + ], + [ + "ud", + "al" + ], + [ + "uda", + "l" + ], + [ + "ĠV", + "oy" + ], + [ + "ĠVo", + "y" + ], + [ + "Ġexpl", + "orers" + ], + [ + "Ġexplore", + "rs" + ], + [ + "Ġexplo", + "rers" + ], + [ + "Ġexplor", + "ers" + ], + [ + "Ġexplorer", + "s" + ], + [ + "M", + "em" + ], + [ + "Me", + "m" + ], + [ + "Ġ", + "tails" + ], + [ + "Ġt", + "ails" + ], + [ + "Ġtail", + "s" + ], + [ + "Ġta", + "ils" + ], + [ + "Ġtai", + "ls" + ], + [ + "Ġ", + "witch" + ], + [ + "Ġw", + "itch" + ], + [ + "Ġwit", + "ch" + ], + [ + "ur", + "face" + ], + [ + "Ġ", + "Mail" + ], + [ + "ĠM", + "ail" + ], + [ + "ĠMa", + "il" + ], + [ + "ĠMai", + "l" + ], + [ + "ĠW", + "atson" + ], + [ + "ĠWa", + "tson" + ], + [ + "ĠWat", + "son" + ], + [ + "ous", + "ands" + ], + [ + "ousand", + "s" + ], + [ + "Ġsec", + "uring" + ], + [ + "a", + "hu" + ], + [ + "ah", + "u" + ], + [ + "Ġbattle", + "field" + ], + [ + "Ġglac", + "ier" + ], + [ + "ĠLeban", + "on" + ], + [ + "Ġ", + "wit" + ], + [ + "Ġw", + "it" + ], + [ + "Ġwi", + "t" + ], + [ + "ĠC", + "roat" + ], + [ + "ĠCro", + "at" + ], + [ + "Ġ", + "Dest" + ], + [ + "ĠD", + "est" + ], + [ + "ĠDe", + "st" + ], + [ + "ĠDes", + "t" + ], + [ + "an", + "king" + ], + [ + "ank", + "ing" + ], + [ + "Ġreal", + "ise" + ], + [ + "ĠHar", + "rison" + ], + [ + "ĠHarris", + "on" + ], + [ + "Ġprem", + "ise" + ], + [ + "ĠSch", + "olar" + ], + [ + "Ġ", + "Limited" + ], + [ + "ĠLim", + "ited" + ], + [ + "ĠLimit", + "ed" + ], + [ + "(", + "d" + ], + [ + "Ġt", + "ribute" + ], + [ + "Ġtrib", + "ute" + ], + [ + "Ġtribut", + "e" + ], + [ + "i", + "gg" + ], + [ + "ig", + "g" + ], + [ + "Ġcan", + "ned" + ], + [ + "Ġcann", + "ed" + ], + [ + "Ġ", + "Fine" + ], + [ + "ĠF", + "ine" + ], + [ + "ĠFin", + "e" + ], + [ + "ĠFi", + "ne" + ], + [ + "Ġ", + "Ruth" + ], + [ + "ĠR", + "uth" + ], + [ + "ĠRu", + "th" + ], + [ + "ĠRut", + "h" + ], + [ + "Ġexc", + "use" + ], + [ + "Ġ", + "Anyone" + ], + [ + "ĠAny", + "one" + ], + [ + "Ġ", + "Alternatively" + ], + [ + "ĠAltern", + "atively" + ], + [ + "ĠAlternative", + "ly" + ], + [ + "\"", + ")," + ], + [ + "\")", + "," + ], + [ + "c", + "ap" + ], + [ + "ca", + "p" + ], + [ + "Ġ", + "Chem" + ], + [ + "ĠC", + "hem" + ], + [ + "ĠCh", + "em" + ], + [ + "ĠChe", + "m" + ], + [ + "j", + "ection" + ], + [ + "ject", + "ion" + ], + [ + "je", + "ction" + ], + [ + "v", + "enth" + ], + [ + "vent", + "h" + ], + [ + "ven", + "th" + ], + [ + "Ġmark", + "ings" + ], + [ + "Ġmarking", + "s" + ], + [ + "ĠWar", + "ren" + ], + [ + "Ġcolle", + "ctor" + ], + [ + "Ġcollect", + "or" + ], + [ + "Ġcoll", + "ector" + ], + [ + "Ġrain", + "water" + ], + [ + "ĠMont", + "real" + ], + [ + "Ġdermat", + "itis" + ], + [ + "u", + "ced" + ], + [ + "uc", + "ed" + ], + [ + "uce", + "d" + ], + [ + "on", + "ial" + ], + [ + "onia", + "l" + ], + [ + "oni", + "al" + ], + [ + "il", + "lus" + ], + [ + "ill", + "us" + ], + [ + "Ġ", + "Growing" + ], + [ + "ĠG", + "rowing" + ], + [ + "ĠGr", + "owing" + ], + [ + "ĠGrow", + "ing" + ], + [ + "ĠGro", + "wing" + ], + [ + "Ġ", + "Leave" + ], + [ + "ĠLe", + "ave" + ], + [ + "ĠLea", + "ve" + ], + [ + "ĠPan", + "ama" + ], + [ + "Ġ", + "Increasing" + ], + [ + "ĠInc", + "reasing" + ], + [ + "ĠIncre", + "asing" + ], + [ + "Ġ", + "Protein" + ], + [ + "ĠP", + "rotein" + ], + [ + "ĠPro", + "tein" + ], + [ + "ĠProte", + "in" + ], + [ + "f", + "ields" + ], + [ + "field", + "s" + ], + [ + "ĠT", + "ab" + ], + [ + "ĠTa", + "b" + ], + [ + "Ġ", + "Cats" + ], + [ + "ĠC", + "ats" + ], + [ + "ĠCa", + "ts" + ], + [ + "ĠCat", + "s" + ], + [ + "Ġany", + "time" + ], + [ + "Ġform", + "ulation" + ], + [ + "Ġformula", + "tion" + ], + [ + "Ġelimin", + "ates" + ], + [ + "Ġeliminate", + "s" + ], + [ + "pend", + "icular" + ], + [ + "Ġ", + "NH" + ], + [ + "ĠN", + "H" + ], + [ + "Ġher", + "ds" + ], + [ + "Ġherd", + "s" + ], + [ + "Ġbur", + "nt" + ], + [ + "Ġburn", + "t" + ], + [ + "-", + "stage" + ], + [ + "-s", + "tage" + ], + [ + "-st", + "age" + ], + [ + "s", + "elling" + ], + [ + "se", + "lling" + ], + [ + "sel", + "ling" + ], + [ + "sell", + "ing" + ], + [ + "Ġ", + "HE" + ], + [ + "ĠH", + "E" + ], + [ + "Ġclass", + "ify" + ], + [ + "Ġretail", + "ers" + ], + [ + "Ġretailer", + "s" + ], + [ + "Ġsub", + "marine" + ], + [ + "Ġsubmar", + "ine" + ], + [ + "Ġsubm", + "arine" + ], + [ + "er", + "gen" + ], + [ + "erg", + "en" + ], + [ + "ĠN", + "ixon" + ], + [ + "ĠNi", + "xon" + ], + [ + "stand", + "ard" + ], + [ + "stan", + "dard" + ], + [ + "âĢĶ", + "which" + ], + [ + "ank", + "ton" + ], + [ + "Ġmission", + "aries" + ], + [ + "Ġadvis", + "ory" + ], + [ + "Ġadvisor", + "y" + ], + [ + "Ġpanc", + "reatic" + ], + [ + "Ġpancreat", + "ic" + ], + [ + "Ġsp", + "ans" + ], + [ + "Ġspan", + "s" + ], + [ + "Ġspa", + "ns" + ], + [ + "Ġrecip", + "ients" + ], + [ + "Ġrecipient", + "s" + ], + [ + "ĠMid", + "west" + ], + [ + "Ġlandf", + "ills" + ], + [ + "Ġlandfill", + "s" + ], + [ + "ĠM", + "alt" + ], + [ + "ĠMa", + "lt" + ], + [ + "ĠMal", + "t" + ], + [ + "Ġwe", + "ird" + ], + [ + "Ġweir", + "d" + ], + [ + "Ġ", + "Bald" + ], + [ + "ĠB", + "ald" + ], + [ + "ĠBa", + "ld" + ], + [ + "ĠBal", + "d" + ], + [ + "âĢĿ", + ")." + ], + [ + "âĢĿ)", + "." + ], + [ + "ĠJ", + "oy" + ], + [ + "ĠJo", + "y" + ], + [ + "Ġjust", + "ification" + ], + [ + "p", + "aring" + ], + [ + "par", + "ing" + ], + [ + "pa", + "ring" + ], + [ + "parin", + "g" + ], + [ + "ĠNo", + "ah" + ], + [ + "Ġabsor", + "bs" + ], + [ + "Ġabsorb", + "s" + ], + [ + "Ġw", + "reck" + ], + [ + "Ġwr", + "eck" + ], + [ + "Ġwre", + "ck" + ], + [ + "i", + "sy" + ], + [ + "is", + "y" + ], + [ + "ar", + "get" + ], + [ + "arg", + "et" + ], + [ + "arge", + "t" + ], + [ + "Ġ", + "dock" + ], + [ + "Ġd", + "ock" + ], + [ + "Ġdo", + "ck" + ], + [ + "Ġdoc", + "k" + ], + [ + "Ġl", + "ays" + ], + [ + "Ġlay", + "s" + ], + [ + "Ġla", + "ys" + ], + [ + "c", + "emic" + ], + [ + "ce", + "mic" + ], + [ + "Ġ", + "Fib" + ], + [ + "ĠF", + "ib" + ], + [ + "ĠFi", + "b" + ], + [ + "-t", + "ailed" + ], + [ + "-tail", + "ed" + ], + [ + "Ġbas", + "ement" + ], + [ + "Ġbase", + "ment" + ], + [ + "ĠMy", + "anmar" + ], + [ + "Ġ", + "HTTP" + ], + [ + "ĠHT", + "TP" + ], + [ + "ĠR", + "ico" + ], + [ + "ĠRic", + "o" + ], + [ + "ĠRi", + "co" + ], + [ + "int", + "erest" + ], + [ + "inter", + "est" + ], + [ + "inte", + "rest" + ], + [ + "ĠV", + "ent" + ], + [ + "ĠVen", + "t" + ], + [ + "ĠVe", + "nt" + ], + [ + "ex", + "per" + ], + [ + "exp", + "er" + ], + [ + "Ġland", + "owners" + ], + [ + "Ġlandowner", + "s" + ], + [ + "Ġver", + "tically" + ], + [ + "Ġvertical", + "ly" + ], + [ + "Ġvert", + "ically" + ], + [ + "Ġbud", + "gets" + ], + [ + "Ġbudget", + "s" + ], + [ + "Ġt", + "art" + ], + [ + "Ġtar", + "t" + ], + [ + "Ġta", + "rt" + ], + [ + "Ġ", + "Cause" + ], + [ + "ĠC", + "ause" + ], + [ + "ĠCa", + "use" + ], + [ + "ĠCau", + "se" + ], + [ + "o", + "pus" + ], + [ + "op", + "us" + ], + [ + "Ġ", + "Gill" + ], + [ + "ĠG", + "ill" + ], + [ + "ĠGil", + "l" + ], + [ + "ĠGi", + "ll" + ], + [ + "Ġc", + "log" + ], + [ + "Ġcl", + "og" + ], + [ + "Ġclo", + "g" + ], + [ + "Ġdec", + "isive" + ], + [ + "Ġdecis", + "ive" + ], + [ + "-", + "wing" + ], + [ + "-w", + "ing" + ], + [ + "-win", + "g" + ], + [ + "Ġ", + "Religious" + ], + [ + "ĠRel", + "igious" + ], + [ + "Ġbomb", + "ing" + ], + [ + "Ġbom", + "bing" + ], + [ + "Ġm", + "antle" + ], + [ + "Ġman", + "tle" + ], + [ + "Ġmant", + "le" + ], + [ + "/", + "T" + ], + [ + "n", + "atal" + ], + [ + "na", + "tal" + ], + [ + "nat", + "al" + ], + [ + "an", + "ne" + ], + [ + "ann", + "e" + ], + [ + "Ġclass", + "mates" + ], + [ + "Ġclassmate", + "s" + ], + [ + "Ġth", + "inner" + ], + [ + "Ġthin", + "ner" + ], + [ + "Ġextreme", + "s" + ], + [ + "Ġextrem", + "es" + ], + [ + "Ġextr", + "emes" + ], + [ + "imb", + "abwe" + ], + [ + "Ġd", + "welling" + ], + [ + "Ġdwell", + "ing" + ], + [ + "Ġdw", + "elling" + ], + [ + "Ġ", + "Zero" + ], + [ + "ĠZ", + "ero" + ], + [ + "ĠZe", + "ro" + ], + [ + "ĠZer", + "o" + ], + [ + "u", + "shima" + ], + [ + "ush", + "ima" + ], + [ + "ushi", + "ma" + ], + [ + "Ġre", + "build" + ], + [ + "Ġreb", + "uild" + ], + [ + "ĠMet", + "eor" + ], + [ + "Ġsacr", + "ifices" + ], + [ + "Ġsacrifice", + "s" + ], + [ + "Ġsacrific", + "es" + ], + [ + "K", + "ids" + ], + [ + "Kid", + "s" + ], + [ + "Ġn", + "ap" + ], + [ + "Ġna", + "p" + ], + [ + "Ġ", + "stairs" + ], + [ + "Ġst", + "airs" + ], + [ + "Ġstair", + "s" + ], + [ + "Ġsta", + "irs" + ], + [ + "Ġcolle", + "ctors" + ], + [ + "Ġcollect", + "ors" + ], + [ + "Ġcoll", + "ectors" + ], + [ + "Ġcollector", + "s" + ], + [ + "ĠAustral", + "ians" + ], + [ + "ĠAustralia", + "ns" + ], + [ + "ĠAustralian", + "s" + ], + [ + "Ġm", + "astery" + ], + [ + "Ġma", + "stery" + ], + [ + "Ġmaster", + "y" + ], + [ + "Ġmast", + "ery" + ], + [ + "Ġmas", + "tery" + ], + [ + "Ġdur", + "ability" + ], + [ + "-", + "age" + ], + [ + "-a", + "ge" + ], + [ + "-ag", + "e" + ], + [ + "Ï", + "Ħ" + ], + [ + "Ġt", + "ect" + ], + [ + "Ġte", + "ct" + ], + [ + "ĠV", + "III" + ], + [ + "ĠVI", + "II" + ], + [ + "ĠVII", + "I" + ], + [ + "Ġem", + "ploys" + ], + [ + "Ġemploy", + "s" + ], + [ + "Ġref", + "res" + ], + [ + "Ġwar", + "rior" + ], + [ + "Ġcont", + "racting" + ], + [ + "Ġcontract", + "ing" + ], + [ + "Ġmas", + "cul" + ], + [ + "Ġmasc", + "ul" + ], + [ + "w", + "ear" + ], + [ + "we", + "ar" + ], + [ + "ce", + "ived" + ], + [ + "ceive", + "d" + ], + [ + "Ġst", + "ove" + ], + [ + "Ġsto", + "ve" + ], + [ + "Ġ", + "RT" + ], + [ + "ĠR", + "T" + ], + [ + "Ġne", + "west" + ], + [ + "Ġnew", + "est" + ], + [ + "Ġ", + "amp" + ], + [ + "Ġa", + "mp" + ], + [ + "Ġam", + "p" + ], + [ + "Ġ", + "Obesity" + ], + [ + "ĠOb", + "esity" + ], + [ + "R", + "ich" + ], + [ + "ĠC", + "ant" + ], + [ + "ĠCan", + "t" + ], + [ + "ĠCa", + "nt" + ], + [ + "Ġ", + "Buy" + ], + [ + "ĠB", + "uy" + ], + [ + "ĠBu", + "y" + ], + [ + "a", + "ky" + ], + [ + "ak", + "y" + ], + [ + "Ġp", + "osting" + ], + [ + "Ġpos", + "ting" + ], + [ + "Ġpost", + "ing" + ], + [ + "u", + "mbling" + ], + [ + "um", + "bling" + ], + [ + "umb", + "ling" + ], + [ + "er", + "gic" + ], + [ + "erg", + "ic" + ], + [ + "Ġscreen", + "ed" + ], + [ + "Ġscree", + "ned" + ], + [ + "Ġsw", + "ept" + ], + [ + "Ġswe", + "pt" + ], + [ + "-res", + "olution" + ], + [ + "Ġobs", + "cure" + ], + [ + "Ġobsc", + "ure" + ], + [ + "t", + "is" + ], + [ + "ti", + "s" + ], + [ + "Ġf", + "ighter" + ], + [ + "Ġfight", + "er" + ], + [ + "ĠG", + "em" + ], + [ + "ĠGe", + "m" + ], + [ + "Ġp", + "ores" + ], + [ + "Ġpo", + "res" + ], + [ + "Ġpor", + "es" + ], + [ + "Ġpore", + "s" + ], + [ + "ew", + "ish" + ], + [ + "ewis", + "h" + ], + [ + "Ġ", + "Jere" + ], + [ + "ĠJ", + "ere" + ], + [ + "ĠJer", + "e" + ], + [ + "ĠJe", + "re" + ], + [ + "Ġsc", + "aff" + ], + [ + "Ġp", + "ortal" + ], + [ + "Ġport", + "al" + ], + [ + "Ġpor", + "tal" + ], + [ + "Ġast", + "eroids" + ], + [ + "Ġaster", + "oids" + ], + [ + "Ġasteroid", + "s" + ], + [ + "Ġst", + "ationary" + ], + [ + "Ġstation", + "ary" + ], + [ + "Ġsta", + "tionary" + ], + [ + "ĠInf", + "antry" + ], + [ + "ĠInfant", + "ry" + ], + [ + "Ġ", + "Ethics" + ], + [ + "ĠEth", + "ics" + ], + [ + "ĠWall", + "ace" + ], + [ + "(", + "x" + ], + [ + "il", + "las" + ], + [ + "ill", + "as" + ], + [ + "illa", + "s" + ], + [ + "Ġredu", + "nd" + ], + [ + "Ġred", + "und" + ], + [ + "âĢľ", + "Our" + ], + [ + "ĠS", + "haw" + ], + [ + "ĠSh", + "aw" + ], + [ + "ĠSha", + "w" + ], + [ + "Ġprevent", + "ative" + ], + [ + "-", + "half" + ], + [ + "-h", + "alf" + ], + [ + "Ġinter", + "viewed" + ], + [ + "Ġinterview", + "ed" + ], + [ + "Ġmini", + "ature" + ], + [ + "Ġminiatur", + "e" + ], + [ + "ĠAst", + "ronomy" + ], + [ + "ĠAstron", + "omy" + ], + [ + "Ġ", + "laz" + ], + [ + "Ġl", + "az" + ], + [ + "Ġla", + "z" + ], + [ + "ĠL", + "ore" + ], + [ + "ĠLo", + "re" + ], + [ + "ĠLor", + "e" + ], + [ + "Ġbegin", + "nings" + ], + [ + "Ġbeginning", + "s" + ], + [ + "Ġbeg", + "innings" + ], + [ + "ap", + "ple" + ], + [ + "app", + "le" + ], + [ + "Ġ", + "Grass" + ], + [ + "ĠG", + "rass" + ], + [ + "ĠGra", + "ss" + ], + [ + "ĠGr", + "ass" + ], + [ + "ĠGras", + "s" + ], + [ + "gom", + "ery" + ], + [ + "/", + "B" + ], + [ + "u", + "ador" + ], + [ + "ua", + "dor" + ], + [ + "Ï", + "ģ" + ], + [ + "Ġ", + "rim" + ], + [ + "Ġr", + "im" + ], + [ + "Ġev", + "id" + ], + [ + "Ġqu", + "eries" + ], + [ + "Ġque", + "ries" + ], + [ + "Ġquer", + "ies" + ], + [ + "Ġde", + "pict" + ], + [ + "Ġdep", + "ict" + ], + [ + "Ġch", + "eer" + ], + [ + "Ġche", + "er" + ], + [ + "Ġm", + "yel" + ], + [ + "Ġmy", + "el" + ], + [ + "Ġshel", + "ves" + ], + [ + "Ġsub", + "scribe" + ], + [ + "Ġsubsc", + "ribe" + ], + [ + "*", + "Ċ" + ], + [ + "D", + "E" + ], + [ + "Ġany", + "body" + ], + [ + "Ġsupp", + "lying" + ], + [ + "Ġsupply", + "ing" + ], + [ + "Ġsuppl", + "ying" + ], + [ + "Ġhard", + "est" + ], + [ + "Ġhar", + "dest" + ], + [ + "Ġbu", + "yers" + ], + [ + "Ġbuy", + "ers" + ], + [ + "Ġbuyer", + "s" + ], + [ + "Ġencourage", + "ment" + ], + [ + "Ġimpul", + "ses" + ], + [ + "Ġimpulse", + "s" + ], + [ + "Ġimpuls", + "es" + ], + [ + "ĠAlexand", + "ria" + ], + [ + "G", + "L" + ], + [ + "y", + "on" + ], + [ + "yo", + "n" + ], + [ + "Ġ", + "Anxiety" + ], + [ + "ĠAn", + "xiety" + ], + [ + "Ġ", + "mighty" + ], + [ + "Ġm", + "ighty" + ], + [ + "Ġmight", + "y" + ], + [ + "am", + "med" + ], + [ + "amm", + "ed" + ], + [ + "Ġmort", + "gage" + ], + [ + "Ġmortg", + "age" + ], + [ + "Ġappoint", + "ments" + ], + [ + "Ġappointment", + "s" + ], + [ + "Ġp", + "laus" + ], + [ + "Ġpl", + "aus" + ], + [ + "Ġpla", + "us" + ], + [ + "Ġ", + "lipid" + ], + [ + "Ġlip", + "id" + ], + [ + "Ġli", + "pid" + ], + [ + "Ġc", + "abbage" + ], + [ + "Ġ", + "psy" + ], + [ + "Ġp", + "sy" + ], + [ + "Ġps", + "y" + ], + [ + "Ġ", + "Mix" + ], + [ + "ĠM", + "ix" + ], + [ + "ĠMi", + "x" + ], + [ + "c", + "omb" + ], + [ + "com", + "b" + ], + [ + "co", + "mb" + ], + [ + "Ġide", + "ally" + ], + [ + "Ġideal", + "ly" + ], + [ + "Ġs", + "lows" + ], + [ + "Ġsl", + "ows" + ], + [ + "Ġslow", + "s" + ], + [ + "Ġorig", + "inate" + ], + [ + "Ġorigin", + "ate" + ], + [ + "ĠG", + "raham" + ], + [ + "ĠGra", + "ham" + ], + [ + "Ġflour", + "ish" + ], + [ + "Ġsu", + "gary" + ], + [ + "Ġsugar", + "y" + ], + [ + "Ġsug", + "ary" + ], + [ + "f", + "lies" + ], + [ + "fl", + "ies" + ], + [ + "Ġp", + "uberty" + ], + [ + "Ġpub", + "erty" + ], + [ + "Ġ", + "AA" + ], + [ + "ĠA", + "A" + ], + [ + "Ġ", + "NIH" + ], + [ + "ĠN", + "IH" + ], + [ + "ĠNI", + "H" + ], + [ + "Ġ", + "Links" + ], + [ + "ĠL", + "inks" + ], + [ + "ĠLin", + "ks" + ], + [ + "ĠLink", + "s" + ], + [ + "Ġmon", + "key" + ], + [ + "Ġmonk", + "ey" + ], + [ + "Ġadapt", + "ations" + ], + [ + "Ġadaptation", + "s" + ], + [ + "m", + "und" + ], + [ + "mun", + "d" + ], + [ + "mu", + "nd" + ], + [ + "Ġ", + "Achie" + ], + [ + "ĠA", + "chie" + ], + [ + "ĠAch", + "ie" + ], + [ + "Ġ", + "Ring" + ], + [ + "ĠR", + "ing" + ], + [ + "ĠRi", + "ng" + ], + [ + "ĠRin", + "g" + ], + [ + "ag", + "ascar" + ], + [ + "aga", + "scar" + ], + [ + "ĠP", + "arker" + ], + [ + "ĠPar", + "ker" + ], + [ + "ĠPark", + "er" + ], + [ + "Ġwor", + "rying" + ], + [ + "Ġworry", + "ing" + ], + [ + "Ġc", + "aval" + ], + [ + "Ġca", + "val" + ], + [ + "Ġcav", + "al" + ], + [ + "ĠOl", + "iver" + ], + [ + "ĠOlive", + "r" + ], + [ + "ĠOliv", + "er" + ], + [ + "Ġ", + "Joshua" + ], + [ + "ĠJosh", + "ua" + ], + [ + "ĠJos", + "hua" + ], + [ + "Ġenjoy", + "s" + ], + [ + "Ġenjo", + "ys" + ], + [ + "Ġmillig", + "rams" + ], + [ + "Ġh", + "iring" + ], + [ + "Ġhi", + "ring" + ], + [ + "Ġ", + "Coc" + ], + [ + "ĠC", + "oc" + ], + [ + "ĠCo", + "c" + ], + [ + "Ġ", + "Lisa" + ], + [ + "ĠL", + "isa" + ], + [ + "ĠLi", + "sa" + ], + [ + "ĠLis", + "a" + ], + [ + "igh", + "ted" + ], + [ + "ight", + "ed" + ], + [ + "Ġsc", + "aling" + ], + [ + "Ġscal", + "ing" + ], + [ + "Ġins", + "isted" + ], + [ + "Ġinsist", + "ed" + ], + [ + "g", + "eries" + ], + [ + "ge", + "ries" + ], + [ + "ger", + "ies" + ], + [ + "Ġ", + "Nonetheless" + ], + [ + "ĠNon", + "etheless" + ], + [ + "ĠNone", + "theless" + ], + [ + "Ġsub", + "urban" + ], + [ + "Ġsubur", + "ban" + ], + [ + "Ġsuburb", + "an" + ], + [ + "Ġcoh", + "ort" + ], + [ + "ĠL", + "ud" + ], + [ + "ĠLu", + "d" + ], + [ + "ip", + "el" + ], + [ + "ipe", + "l" + ], + [ + "Ġglobal", + "ization" + ], + [ + "Ġsn", + "ails" + ], + [ + "Ġsnail", + "s" + ], + [ + "Ġun", + "cover" + ], + [ + "Ġunc", + "over" + ], + [ + "Ġunco", + "ver" + ], + [ + "-", + "range" + ], + [ + "-r", + "ange" + ], + [ + "Ge", + "orge" + ], + [ + "Ġgest", + "ures" + ], + [ + "Ġgesture", + "s" + ], + [ + "B", + "eg" + ], + [ + "Be", + "g" + ], + [ + "d", + "eg" + ], + [ + "de", + "g" + ], + [ + "on", + "ts" + ], + [ + "ont", + "s" + ], + [ + "Ġ", + "Adding" + ], + [ + "ĠAd", + "ding" + ], + [ + "ĠAdd", + "ing" + ], + [ + "he", + "lm" + ], + [ + "hel", + "m" + ], + [ + "Ġnucle", + "i" + ], + [ + "Ġnuc", + "lei" + ], + [ + "Ġ", + "Helen" + ], + [ + "ĠHe", + "len" + ], + [ + "ĠHel", + "en" + ], + [ + "Ġcrow", + "ds" + ], + [ + "Ġcrowd", + "s" + ], + [ + "ĠE", + "ra" + ], + [ + "ĠEr", + "a" + ], + [ + "ĠL", + "ORD" + ], + [ + "ĠLO", + "RD" + ], + [ + "Ġbel", + "ievers" + ], + [ + "Ġbelie", + "vers" + ], + [ + "Ġbelieve", + "rs" + ], + [ + "Ġbeliever", + "s" + ], + [ + "Ġavoid", + "ance" + ], + [ + "Ġex", + "pecting" + ], + [ + "Ġexp", + "ecting" + ], + [ + "Ġexpect", + "ing" + ], + [ + "Ġ", + "Join" + ], + [ + "ĠJ", + "oin" + ], + [ + "ĠJo", + "in" + ], + [ + "Ġstabil", + "ize" + ], + [ + "ne", + "gie" + ], + [ + "neg", + "ie" + ], + [ + "Ġc", + "ush" + ], + [ + "Ġcu", + "sh" + ], + [ + "Ġcus", + "h" + ], + [ + "Ġsub", + "mission" + ], + [ + "Ġsubm", + "ission" + ], + [ + "Ġsoc", + "iology" + ], + [ + "Ġstr", + "angers" + ], + [ + "Ġstrange", + "rs" + ], + [ + "Ġstranger", + "s" + ], + [ + "Ġstrang", + "ers" + ], + [ + "Ġl", + "overs" + ], + [ + "Ġlo", + "vers" + ], + [ + "Ġlove", + "rs" + ], + [ + "Ġlov", + "ers" + ], + [ + "Ġlover", + "s" + ], + [ + "A", + "NT" + ], + [ + "AN", + "T" + ], + [ + "Ġf", + "ertilization" + ], + [ + "Ġfert", + "ilization" + ], + [ + "Ġfertil", + "ization" + ], + [ + "Ġrandom", + "ized" + ], + [ + "f", + "lowers" + ], + [ + "fl", + "owers" + ], + [ + "flow", + "ers" + ], + [ + "flower", + "s" + ], + [ + "a", + "ternity" + ], + [ + "atern", + "ity" + ], + [ + "Ġprecurs", + "or" + ], + [ + "Ġ", + "Esc" + ], + [ + "ĠE", + "sc" + ], + [ + "ĠEs", + "c" + ], + [ + "Ġsec", + "retion" + ], + [ + "Ġsecret", + "ion" + ], + [ + "Ġsecre", + "tion" + ], + [ + "Ġs", + "clerosis" + ], + [ + "Ġscler", + "osis" + ], + [ + "Ġadd", + "ictive" + ], + [ + "Ġaddict", + "ive" + ], + [ + "r", + "end" + ], + [ + "re", + "nd" + ], + [ + "ren", + "d" + ], + [ + "Ġemer", + "ges" + ], + [ + "Ġemerge", + "s" + ], + [ + "Ad", + "v" + ], + [ + "m", + "atical" + ], + [ + "ma", + "tical" + ], + [ + "mat", + "ical" + ], + [ + "matic", + "al" + ], + [ + "Ind", + "ividual" + ], + [ + "Ġguarant", + "ees" + ], + [ + "Ġguarantee", + "s" + ], + [ + "flamm", + "ation" + ], + [ + "Ġs", + "tip" + ], + [ + "Ġst", + "ip" + ], + [ + "Ġre", + "sts" + ], + [ + "Ġr", + "ests" + ], + [ + "Ġres", + "ts" + ], + [ + "Ġrest", + "s" + ], + [ + "be", + "ans" + ], + [ + "bean", + "s" + ], + [ + "Ġ", + "Else" + ], + [ + "ĠEl", + "se" + ], + [ + "ĠEls", + "e" + ], + [ + "Ġ", + "Kevin" + ], + [ + "ĠK", + "evin" + ], + [ + "ĠKe", + "vin" + ], + [ + "Ġsummar", + "ize" + ], + [ + "J", + "ournal" + ], + [ + "Jo", + "urnal" + ], + [ + "Jour", + "nal" + ], + [ + "T", + "ext" + ], + [ + "Te", + "xt" + ], + [ + "Tex", + "t" + ], + [ + "ro", + "aches" + ], + [ + "roach", + "es" + ], + [ + "roa", + "ches" + ], + [ + "Ġ", + "Come" + ], + [ + "ĠC", + "ome" + ], + [ + "ĠCo", + "me" + ], + [ + "ĠCom", + "e" + ], + [ + "an", + "ners" + ], + [ + "ann", + "ers" + ], + [ + "anne", + "rs" + ], + [ + "Ġdeb", + "ated" + ], + [ + "Ġdebate", + "d" + ], + [ + "Ġp", + "uls" + ], + [ + "Ġpul", + "s" + ], + [ + "Ġpu", + "ls" + ], + [ + "Ġteen", + "ager" + ], + [ + "Ġteenage", + "r" + ], + [ + "Ġgran", + "ite" + ], + [ + "\"", + "In" + ], + [ + "\"I", + "n" + ], + [ + "l", + "ined" + ], + [ + "line", + "d" + ], + [ + "lin", + "ed" + ], + [ + "li", + "ned" + ], + [ + "ĠV", + "inc" + ], + [ + "ĠVin", + "c" + ], + [ + "ĠVi", + "nc" + ], + [ + "Ġsub", + "set" + ], + [ + "Ġsubs", + "et" + ], + [ + "Ġpolit", + "ician" + ], + [ + "Ġpolitic", + "ian" + ], + [ + "Ġ", + "Feel" + ], + [ + "ĠFe", + "el" + ], + [ + "ĠFee", + "l" + ], + [ + "Ġant", + "imicrobial" + ], + [ + "Ġantim", + "icrobial" + ], + [ + "o", + "late" + ], + [ + "ol", + "ate" + ], + [ + "ola", + "te" + ], + [ + "ract", + "ice" + ], + [ + "Ġprogram", + "mers" + ], + [ + "Ġprogramme", + "rs" + ], + [ + "Ġprogrammer", + "s" + ], + [ + "Ġsn", + "aps" + ], + [ + "Ġsnap", + "s" + ], + [ + "Ġexperim", + "entation" + ], + [ + "Ġexperiment", + "ation" + ], + [ + "ĠChe", + "roke" + ], + [ + "ĠCher", + "oke" + ], + [ + "Ġbo", + "osting" + ], + [ + "Ġboost", + "ing" + ], + [ + "Ġdata", + "sets" + ], + [ + "Ġdatas", + "ets" + ], + [ + "Ġdataset", + "s" + ], + [ + "Ġdep", + "letion" + ], + [ + "Ġdeple", + "tion" + ], + [ + "Ġs", + "aints" + ], + [ + "Ġsa", + "ints" + ], + [ + "Ġsaint", + "s" + ], + [ + "Ġ", + "Mi" + ], + [ + "ĠM", + "i" + ], + [ + "Ġ", + "Finding" + ], + [ + "ĠF", + "inding" + ], + [ + "ĠFin", + "ding" + ], + [ + "ĠFind", + "ing" + ], + [ + "p", + "rov" + ], + [ + "pr", + "ov" + ], + [ + "pro", + "v" + ], + [ + "Ġfoot", + "age" + ], + [ + "Ġfoo", + "tage" + ], + [ + "O", + "ff" + ], + [ + "Of", + "f" + ], + [ + "an", + "ti" + ], + [ + "ant", + "i" + ], + [ + "Ġsl", + "ice" + ], + [ + "Ġslic", + "e" + ], + [ + "develop", + "ment" + ], + [ + "ĠChap", + "el" + ], + [ + "o", + "rian" + ], + [ + "or", + "ian" + ], + [ + "ori", + "an" + ], + [ + "oria", + "n" + ], + [ + "Ġ", + "Soph" + ], + [ + "ĠS", + "oph" + ], + [ + "ĠSo", + "ph" + ], + [ + "Ġimp", + "risoned" + ], + [ + "Ġimprison", + "ed" + ], + [ + "Ġinf", + "ancy" + ], + [ + "Ġd", + "ifferentiated" + ], + [ + "Ġdifferent", + "iated" + ], + [ + "Ġdifferentiate", + "d" + ], + [ + "Ġnon", + "etheless" + ], + [ + "Ġnone", + "theless" + ], + [ + "Ġadapt", + "ing" + ], + [ + "Ġ", + "arche" + ], + [ + "Ġar", + "che" + ], + [ + "Ġarch", + "e" + ], + [ + "Ġarc", + "he" + ], + [ + "âĢĶ", + "or" + ], + [ + "Ġ", + "Exam" + ], + [ + "ĠEx", + "am" + ], + [ + "Ġexception", + "ally" + ], + [ + "Ġexceptional", + "ly" + ], + [ + "Ġdist", + "ributions" + ], + [ + "Ġdistribution", + "s" + ], + [ + "Ġdistribut", + "ions" + ], + [ + "o", + "ad" + ], + [ + "oa", + "d" + ], + [ + "Ġby", + "tes" + ], + [ + "Ġbyte", + "s" + ], + [ + "Ġb", + "oiled" + ], + [ + "Ġbo", + "iled" + ], + [ + "Ġboil", + "ed" + ], + [ + "Ġdev", + "ote" + ], + [ + "-", + "do" + ], + [ + "-d", + "o" + ], + [ + "Ġfig", + "ur" + ], + [ + "Ġfi", + "gur" + ], + [ + "ĠJud", + "ah" + ], + [ + "Ġposs", + "esses" + ], + [ + "Ġpossess", + "es" + ], + [ + "Ġdisadvant", + "aged" + ], + [ + "Ġdisadvantage", + "d" + ], + [ + "Ġdisp", + "ersed" + ], + [ + "Ġdispers", + "ed" + ], + [ + "Ġdisperse", + "d" + ], + [ + "Ġcuis", + "ine" + ], + [ + "ĠBrist", + "ol" + ], + [ + "b", + "as" + ], + [ + "ba", + "s" + ], + [ + "iv", + "orous" + ], + [ + "ivo", + "rous" + ], + [ + "Ġread", + "iness" + ], + [ + "-", + "lasting" + ], + [ + "-l", + "asting" + ], + [ + "Ġb", + "arn" + ], + [ + "Ġbar", + "n" + ], + [ + "Ġba", + "rn" + ], + [ + "?", + ")" + ], + [ + "Ġf", + "ond" + ], + [ + "Ġfo", + "nd" + ], + [ + "Ġmult", + "imedia" + ], + [ + "Ġmulti", + "media" + ], + [ + "Ġmultim", + "edia" + ], + [ + "Ġsuper", + "nov" + ], + [ + "<", + "/" + ], + [ + "Ġ", + "Tow" + ], + [ + "ĠT", + "ow" + ], + [ + "ĠTo", + "w" + ], + [ + "Ġpro", + "poses" + ], + [ + "Ġprop", + "oses" + ], + [ + "Ġpropos", + "es" + ], + [ + "Ġpropose", + "s" + ], + [ + "Ġ", + "Drinking" + ], + [ + "ĠDr", + "inking" + ], + [ + "ĠDrink", + "ing" + ], + [ + "Ġfac", + "ilitating" + ], + [ + "Ġfacilit", + "ating" + ], + [ + "Ġimp", + "ulse" + ], + [ + "Ġimpul", + "se" + ], + [ + "Ġimpuls", + "e" + ], + [ + "ã", + "ĥ" + ], + [ + "i", + "lic" + ], + [ + "il", + "ic" + ], + [ + "ili", + "c" + ], + [ + "Ġch", + "ords" + ], + [ + "Ġchord", + "s" + ], + [ + "Ġchor", + "ds" + ], + [ + "Ġass", + "ure" + ], + [ + "Ġ", + "owns" + ], + [ + "Ġown", + "s" + ], + [ + "Ġow", + "ns" + ], + [ + "Ġd", + "rained" + ], + [ + "Ġdr", + "ained" + ], + [ + "Ġdra", + "ined" + ], + [ + "Ġdrain", + "ed" + ], + [ + "-", + "language" + ], + [ + "-l", + "anguage" + ], + [ + "Ġcand", + "le" + ], + [ + "Ġ", + "awa" + ], + [ + "Ġa", + "wa" + ], + [ + "Ġaw", + "a" + ], + [ + "ĠG", + "irl" + ], + [ + "ĠGir", + "l" + ], + [ + "-", + "air" + ], + [ + "-a", + "ir" + ], + [ + ".", + "]" + ], + [ + "/", + "F" + ], + [ + "i", + "ots" + ], + [ + "io", + "ts" + ], + [ + "iot", + "s" + ], + [ + "Â", + "º" + ], + [ + "Ġan", + "ecd" + ], + [ + "ĠG", + "ast" + ], + [ + "ĠGas", + "t" + ], + [ + "ĠGa", + "st" + ], + [ + "Ġbeautiful", + "ly" + ], + [ + "Ġcontrad", + "ict" + ], + [ + "Ġ", + "Nursing" + ], + [ + "ĠN", + "ursing" + ], + [ + "ĠNurs", + "ing" + ], + [ + "ĠNur", + "sing" + ], + [ + "/", + "D" + ], + [ + "M", + "B" + ], + [ + "i", + "llo" + ], + [ + "il", + "lo" + ], + [ + "ill", + "o" + ], + [ + "ĠRock", + "y" + ], + [ + "ĠRoc", + "ky" + ], + [ + "-", + "defined" + ], + [ + "-d", + "efined" + ], + [ + "-def", + "ined" + ], + [ + "E", + "qu" + ], + [ + "Ġf", + "ighters" + ], + [ + "Ġfight", + "ers" + ], + [ + "Ġfighter", + "s" + ], + [ + "ĠF", + "itz" + ], + [ + "ĠFit", + "z" + ], + [ + "ĠFi", + "tz" + ], + [ + "Ġun", + "expl" + ], + [ + "Ġ", + "Toxic" + ], + [ + "ĠT", + "oxic" + ], + [ + "ĠTo", + "xic" + ], + [ + "ĠTox", + "ic" + ], + [ + "Ġ", + "ppm" + ], + [ + "Ġp", + "pm" + ], + [ + "Ġpp", + "m" + ], + [ + "Ġpro", + "ceedings" + ], + [ + "Ġproceed", + "ings" + ], + [ + "Ġproceeding", + "s" + ], + [ + "ĠC", + "risis" + ], + [ + "ĠCris", + "is" + ], + [ + "P", + "resent" + ], + [ + "Pre", + "sent" + ], + [ + "Pres", + "ent" + ], + [ + "it", + "ism" + ], + [ + "itis", + "m" + ], + [ + "iti", + "sm" + ], + [ + "id", + "uous" + ], + [ + "ĠW", + "heel" + ], + [ + "ĠWhe", + "el" + ], + [ + "Ġpack", + "aged" + ], + [ + "Ġpackage", + "d" + ], + [ + "Ġoptim", + "ization" + ], + [ + "C", + "y" + ], + [ + "Ġ", + "PE" + ], + [ + "ĠP", + "E" + ], + [ + "Ġ", + "Rural" + ], + [ + "ĠR", + "ural" + ], + [ + "ĠRu", + "ral" + ], + [ + "Ġacc", + "ustomed" + ], + [ + "Ġcor", + "ps" + ], + [ + "Ġcorp", + "s" + ], + [ + "Ġtick", + "et" + ], + [ + "Ġtic", + "ket" + ], + [ + "-", + "ra" + ], + [ + "-r", + "a" + ], + [ + "Ġs", + "ailed" + ], + [ + "Ġsa", + "iled" + ], + [ + "Ġsail", + "ed" + ], + [ + "Ġre", + "hab" + ], + [ + "Ġreh", + "ab" + ], + [ + "Ġsh", + "oots" + ], + [ + "Ġshoot", + "s" + ], + [ + "Ġsho", + "ots" + ], + [ + "!", + ")Ċ" + ], + [ + "!)", + "Ċ" + ], + [ + "w", + "ig" + ], + [ + "wi", + "g" + ], + [ + "Ġ", + "sten" + ], + [ + "Ġs", + "ten" + ], + [ + "Ġst", + "en" + ], + [ + "Ġste", + "n" + ], + [ + "Ġ", + "Cort" + ], + [ + "ĠC", + "ort" + ], + [ + "ĠCo", + "rt" + ], + [ + "ĠCor", + "t" + ], + [ + "e", + "lli" + ], + [ + "el", + "li" + ], + [ + "ell", + "i" + ], + [ + "Ġm", + "angan" + ], + [ + "Ġman", + "gan" + ], + [ + "Ġmang", + "an" + ], + [ + "Ġmanga", + "n" + ], + [ + "Ġauthor", + "itative" + ], + [ + "l", + "antic" + ], + [ + "lan", + "tic" + ], + [ + "at", + "ility" + ], + [ + "pp", + "ings" + ], + [ + "pping", + "s" + ], + [ + "A", + "RD" + ], + [ + "AR", + "D" + ], + [ + "Ġheight", + "ened" + ], + [ + "Ġheighten", + "ed" + ], + [ + "Te", + "aching" + ], + [ + "Teach", + "ing" + ], + [ + "Tea", + "ching" + ], + [ + "Ġp", + "umped" + ], + [ + "Ġpump", + "ed" + ], + [ + "Ġpum", + "ped" + ], + [ + "Ġper", + "taining" + ], + [ + "Ġpert", + "aining" + ], + [ + "Ġpertain", + "ing" + ], + [ + "Ġumb", + "rella" + ], + [ + "ĠVenezuel", + "a" + ], + [ + "p", + "res" + ], + [ + "pr", + "es" + ], + [ + "pre", + "s" + ], + [ + "Ġc", + "rick" + ], + [ + "Ġcr", + "ick" + ], + [ + "Ġsp", + "awn" + ], + [ + "Ġspa", + "wn" + ], + [ + "Ġ", + "Sequ" + ], + [ + "ĠS", + "equ" + ], + [ + "ĠSe", + "qu" + ], + [ + "Ġmorph", + "ology" + ], + [ + "s", + "eed" + ], + [ + "se", + "ed" + ], + [ + "see", + "d" + ], + [ + "ĠH", + "end" + ], + [ + "ĠHe", + "nd" + ], + [ + "ĠHen", + "d" + ], + [ + "vers", + "ible" + ], + [ + "Ġaltern", + "ating" + ], + [ + "Ph", + "ysical" + ], + [ + "Phys", + "ical" + ], + [ + "Ġexhaust", + "ed" + ], + [ + "Ġs", + "po" + ], + [ + "Ġsp", + "o" + ], + [ + "ĠPl", + "uto" + ], + [ + "ĠPlut", + "o" + ], + [ + "Ġv", + "olt" + ], + [ + "Ġvol", + "t" + ], + [ + "Ġvo", + "lt" + ], + [ + "A", + "SS" + ], + [ + "AS", + "S" + ], + [ + "Ġ", + "ingen" + ], + [ + "Ġin", + "gen" + ], + [ + "Ġing", + "en" + ], + [ + "ke", + "epers" + ], + [ + "keep", + "ers" + ], + [ + "kee", + "pers" + ], + [ + "keeper", + "s" + ], + [ + "G", + "old" + ], + [ + "Go", + "ld" + ], + [ + "H", + "ead" + ], + [ + "He", + "ad" + ], + [ + "P", + "O" + ], + [ + "S", + "al" + ], + [ + "Sa", + "l" + ], + [ + "T", + "r" + ], + [ + "h", + "ee" + ], + [ + "he", + "e" + ], + [ + "Ġ", + "Rate" + ], + [ + "ĠR", + "ate" + ], + [ + "ĠRa", + "te" + ], + [ + "ĠRat", + "e" + ], + [ + "Ġdr", + "unk" + ], + [ + "ĠAd", + "obe" + ], + [ + "n", + "otes" + ], + [ + "not", + "es" + ], + [ + "no", + "tes" + ], + [ + "note", + "s" + ], + [ + "Ġ", + "Instruct" + ], + [ + "ĠIn", + "struct" + ], + [ + "ĠInst", + "ruct" + ], + [ + "ĠInstru", + "ct" + ], + [ + "Pl", + "ant" + ], + [ + "Plan", + "t" + ], + [ + "ĠHol", + "lywood" + ], + [ + "ĠHolly", + "wood" + ], + [ + "ĠTur", + "ner" + ], + [ + "ĠTurn", + "er" + ], + [ + "P", + "age" + ], + [ + "Pa", + "ge" + ], + [ + "l", + "ia" + ], + [ + "li", + "a" + ], + [ + "y", + "ear" + ], + [ + "ye", + "ar" + ], + [ + "t", + "ech" + ], + [ + "te", + "ch" + ], + [ + "tec", + "h" + ], + [ + "Ġmouth", + "s" + ], + [ + "Ġconv", + "iction" + ], + [ + "Ġconvict", + "ion" + ], + [ + "Ġret", + "rieve" + ], + [ + "Ġretrie", + "ve" + ], + [ + "Ġ", + "borne" + ], + [ + "Ġb", + "orne" + ], + [ + "Ġborn", + "e" + ], + [ + "Ġbor", + "ne" + ], + [ + "Ġ", + "dess" + ], + [ + "Ġd", + "ess" + ], + [ + "Ġde", + "ss" + ], + [ + "Ġdes", + "s" + ], + [ + "Ġ", + "Elements" + ], + [ + "ĠE", + "lements" + ], + [ + "ĠEle", + "ments" + ], + [ + "ĠElement", + "s" + ], + [ + "Ġ", + "Previous" + ], + [ + "ĠPre", + "vious" + ], + [ + "ĠPrev", + "ious" + ], + [ + "Ġfa", + "ults" + ], + [ + "Ġfault", + "s" + ], + [ + "s", + "terdam" + ], + [ + "ster", + "dam" + ], + [ + "Ġfund", + "amentals" + ], + [ + "Ġfundamental", + "s" + ], + [ + "Ġfundament", + "als" + ], + [ + "rish", + "na" + ], + [ + "Ġb", + "eating" + ], + [ + "Ġbe", + "ating" + ], + [ + "Ġbeat", + "ing" + ], + [ + "ĠM", + "ak" + ], + [ + "ĠMa", + "k" + ], + [ + "Ġn", + "otions" + ], + [ + "Ġnot", + "ions" + ], + [ + "Ġnotion", + "s" + ], + [ + "a", + "wi" + ], + [ + "aw", + "i" + ], + [ + "Ġl", + "oops" + ], + [ + "Ġlo", + "ops" + ], + [ + "Ġloop", + "s" + ], + [ + "Ġstraw", + "berries" + ], + [ + "W", + "est" + ], + [ + "We", + "st" + ], + [ + "ir", + "l" + ], + [ + "ĠB", + "reat" + ], + [ + "ĠBr", + "eat" + ], + [ + "ĠBre", + "at" + ], + [ + "A", + "CE" + ], + [ + "AC", + "E" + ], + [ + "Ind", + "ian" + ], + [ + "India", + "n" + ], + [ + "Ġ", + "Beginning" + ], + [ + "ĠBeg", + "inning" + ], + [ + "ĠBegin", + "ning" + ], + [ + "C", + "V" + ], + [ + "|", + "A" + ], + [ + "Ġ", + "CI" + ], + [ + "ĠC", + "I" + ], + [ + "e", + "mail" + ], + [ + "em", + "ail" + ], + [ + "ema", + "il" + ], + [ + "ĠH", + "ousing" + ], + [ + "ĠHo", + "using" + ], + [ + "ĠHou", + "sing" + ], + [ + "Ġn", + "ec" + ], + [ + "Ġne", + "c" + ], + [ + "ĠL", + "as" + ], + [ + "ĠLa", + "s" + ], + [ + "Ġdec", + "oration" + ], + [ + "Ġdecor", + "ation" + ], + [ + "Ġdeco", + "ration" + ], + [ + "-", + "funded" + ], + [ + "-f", + "unded" + ], + [ + "Ġch", + "emically" + ], + [ + "Ġchem", + "ically" + ], + [ + "Ġchemical", + "ly" + ], + [ + "Ġ", + "vert" + ], + [ + "Ġv", + "ert" + ], + [ + "Ġve", + "rt" + ], + [ + "Ġver", + "t" + ], + [ + "Bl", + "ue" + ], + [ + "Ġmen", + "tor" + ], + [ + "Ġment", + "or" + ], + [ + "ĠGr", + "iff" + ], + [ + "ĠGri", + "ff" + ], + [ + "Ġsafe", + "guard" + ], + [ + "Ġsafegu", + "ard" + ], + [ + "ĠCoal", + "ition" + ], + [ + "Ġ", + "Grammar" + ], + [ + "ĠGram", + "mar" + ], + [ + "Ġf", + "ortunate" + ], + [ + "Ġfortun", + "ate" + ], + [ + "o", + "lo" + ], + [ + "ol", + "o" + ], + [ + "Ġ", + "CAD" + ], + [ + "ĠC", + "AD" + ], + [ + "ĠCA", + "D" + ], + [ + "Ġex", + "ting" + ], + [ + "Ġext", + "ing" + ], + [ + "Ġ", + "μ" + ], + [ + "ĠÎ", + "¼" + ], + [ + "ĠFish", + "eries" + ], + [ + "ĠFisher", + "ies" + ], + [ + "Al", + "most" + ], + [ + "Ġw", + "ished" + ], + [ + "Ġwish", + "ed" + ], + [ + "Ġwis", + "hed" + ], + [ + "Ġ", + "HV" + ], + [ + "ĠH", + "V" + ], + [ + "ph", + "thalm" + ], + [ + "phthal", + "m" + ], + [ + "Ġhel", + "ium" + ], + [ + "Ġheli", + "um" + ], + [ + "Ġsign", + "atures" + ], + [ + "Ġsignature", + "s" + ], + [ + "Ġsun", + "set" + ], + [ + "Ġsuns", + "et" + ], + [ + "Pl", + "ace" + ], + [ + "a", + "a" + ], + [ + "Ġsu", + "ite" + ], + [ + "Ġsuit", + "e" + ], + [ + "Ġ", + "HS" + ], + [ + "ĠH", + "S" + ], + [ + "Ġutil", + "izes" + ], + [ + "Ġutilize", + "s" + ], + [ + "Ġ", + "Integrated" + ], + [ + "ĠInteg", + "rated" + ], + [ + "-", + "," + ], + [ + "B", + "uilding" + ], + [ + "Build", + "ing" + ], + [ + "Bu", + "ilding" + ], + [ + "Ġ", + "Slow" + ], + [ + "ĠS", + "low" + ], + [ + "ĠSl", + "ow" + ], + [ + "ĠSlo", + "w" + ], + [ + "Ġc", + "ones" + ], + [ + "Ġcon", + "es" + ], + [ + "Ġco", + "nes" + ], + [ + "Ġcone", + "s" + ], + [ + "Ġ", + "MAT" + ], + [ + "ĠM", + "AT" + ], + [ + "ĠMA", + "T" + ], + [ + "r", + "ences" + ], + [ + "re", + "nces" + ], + [ + "ren", + "ces" + ], + [ + "rence", + "s" + ], + [ + "Ġsub", + "species" + ], + [ + "Ġcal", + "ves" + ], + [ + "sm", + "all" + ], + [ + "ĠCh", + "amber" + ], + [ + "ĠCham", + "ber" + ], + [ + "ĠCha", + "mber" + ], + [ + "Ġhand", + "writing" + ], + [ + "Ġre", + "taining" + ], + [ + "Ġret", + "aining" + ], + [ + "Ġretain", + "ing" + ], + [ + "man", + "ship" + ], + [ + "mans", + "hip" + ], + [ + "D", + "et" + ], + [ + "De", + "t" + ], + [ + "w", + "itz" + ], + [ + "wi", + "tz" + ], + [ + "wit", + "z" + ], + [ + "Ï", + "Ĥ" + ], + [ + "Ġre", + "charge" + ], + [ + "Ġn", + "ull" + ], + [ + "Ġnu", + "ll" + ], + [ + "e", + "tus" + ], + [ + "et", + "us" + ], + [ + "ul", + "ators" + ], + [ + "ulator", + "s" + ], + [ + "Ġbl", + "ended" + ], + [ + "Ġblend", + "ed" + ], + [ + "Ġreg", + "imen" + ], + [ + "Ġregime", + "n" + ], + [ + "Ġmod", + "eration" + ], + [ + "Ġmode", + "ration" + ], + [ + "Ġmoder", + "ation" + ], + [ + "ar", + "ently" + ], + [ + "arent", + "ly" + ], + [ + "Ġing", + "ested" + ], + [ + "Ġingest", + "ed" + ], + [ + "Ġ", + "Rabbi" + ], + [ + "ĠRabb", + "i" + ], + [ + "ĠRab", + "bi" + ], + [ + "ĠCauc", + "as" + ], + [ + "ĠCau", + "cas" + ], + [ + "H", + "yd" + ], + [ + "Hy", + "d" + ], + [ + "Ġh", + "iking" + ], + [ + "Ġhi", + "king" + ], + [ + "ĠM", + "orm" + ], + [ + "ĠMor", + "m" + ], + [ + "ĠMo", + "rm" + ], + [ + "Ġc", + "ared" + ], + [ + "Ġcar", + "ed" + ], + [ + "Ġca", + "red" + ], + [ + "Ġcare", + "d" + ], + [ + "Ġ", + "assemble" + ], + [ + "Ġas", + "semble" + ], + [ + "Ġasse", + "mble" + ], + [ + "Ġassemb", + "le" + ], + [ + "Ġassembl", + "e" + ], + [ + "Ġprison", + "er" + ], + [ + "Dep", + "ending" + ], + [ + "Ġ", + "gor" + ], + [ + "Ġg", + "or" + ], + [ + "Ġgo", + "r" + ], + [ + "Ġ", + "endocrine" + ], + [ + "Ġend", + "ocrine" + ], + [ + "Ġendocrin", + "e" + ], + [ + "o", + "urable" + ], + [ + "ou", + "rable" + ], + [ + "our", + "able" + ], + [ + "oura", + "ble" + ], + [ + "Ġconc", + "ussion" + ], + [ + "bre", + "ak" + ], + [ + "Ġchim", + "pan" + ], + [ + "Ġchimp", + "an" + ], + [ + "Ġ", + "Cele" + ], + [ + "ĠC", + "ele" + ], + [ + "ĠCe", + "le" + ], + [ + "ĠCel", + "e" + ], + [ + "V", + "ideo" + ], + [ + "Ã", + "¸" + ], + [ + "it", + "ian" + ], + [ + "iti", + "an" + ], + [ + "itia", + "n" + ], + [ + "Ġ", + "Euro" + ], + [ + "ĠE", + "uro" + ], + [ + "ĠEu", + "ro" + ], + [ + "ĠEur", + "o" + ], + [ + "Ġ", + "una" + ], + [ + "Ġu", + "na" + ], + [ + "Ġun", + "a" + ], + [ + "Ġreal", + "ization" + ], + [ + "ĠMed", + "ica" + ], + [ + "ĠMedic", + "a" + ], + [ + "Al", + "tern" + ], + [ + "Alt", + "ern" + ], + [ + "-", + "west" + ], + [ + "-w", + "est" + ], + [ + "-we", + "st" + ], + [ + "Ġsymbol", + "ism" + ], + [ + "W", + "ild" + ], + [ + "Wil", + "d" + ], + [ + "Wi", + "ld" + ], + [ + "on", + "ge" + ], + [ + "ong", + "e" + ], + [ + "ĠS", + "tre" + ], + [ + "ĠSt", + "re" + ], + [ + "ĠStr", + "e" + ], + [ + "Ġ", + "Enh" + ], + [ + "ĠE", + "nh" + ], + [ + "ĠEn", + "h" + ], + [ + "Ġenc", + "oding" + ], + [ + "Ġencod", + "ing" + ], + [ + "Ġastron", + "omer" + ], + [ + "i", + "ón" + ], + [ + "Ġar", + "rows" + ], + [ + "Ġarr", + "ows" + ], + [ + "Ġarrow", + "s" + ], + [ + "Ġrec", + "alls" + ], + [ + "Ġrecall", + "s" + ], + [ + "Ġfl", + "are" + ], + [ + "Ġlong", + "itudinal" + ], + [ + "âĢĶ", + "is" + ], + [ + "Ġcat", + "hedral" + ], + [ + "Ġ", + "Coff" + ], + [ + "ĠC", + "off" + ], + [ + "ĠCo", + "ff" + ], + [ + "Ġhem", + "oglobin" + ], + [ + "Ġenc", + "rypted" + ], + [ + "Ġencrypt", + "ed" + ], + [ + "Ġam", + "endments" + ], + [ + "Ġamendment", + "s" + ], + [ + "Ġamend", + "ments" + ], + [ + "L", + "ight" + ], + [ + "Ġp", + "soriasis" + ], + [ + "v", + "et" + ], + [ + "ve", + "t" + ], + [ + "Ġre", + "plen" + ], + [ + "Ġrep", + "len" + ], + [ + "Ġrepl", + "en" + ], + [ + "c", + "ology" + ], + [ + "col", + "ogy" + ], + [ + "Ġd", + "yes" + ], + [ + "Ġdye", + "s" + ], + [ + "Ġdy", + "es" + ], + [ + "Ġ", + "fulfilling" + ], + [ + "Ġfulf", + "illing" + ], + [ + "Ġfulfill", + "ing" + ], + [ + "Ġfulfil", + "ling" + ], + [ + "ic", + "illin" + ], + [ + "icill", + "in" + ], + [ + "Ġ", + "Mining" + ], + [ + "ĠM", + "ining" + ], + [ + "ĠMin", + "ing" + ], + [ + "ĠMi", + "ning" + ], + [ + "ĠMini", + "ng" + ], + [ + "e", + "made" + ], + [ + "em", + "ade" + ], + [ + "ema", + "de" + ], + [ + "âĢĶ", + "it" + ], + [ + "Ġprogress", + "ively" + ], + [ + "Ġprogressive", + "ly" + ], + [ + "Ġ", + "Listen" + ], + [ + "ĠList", + "en" + ], + [ + "ĠLi", + "sten" + ], + [ + "ĠLis", + "ten" + ], + [ + "Ġaccompl", + "ishments" + ], + [ + "Ġaccomplish", + "ments" + ], + [ + "Ġaccomplishment", + "s" + ], + [ + "Ġevac", + "uation" + ], + [ + "Ġmang", + "anese" + ], + [ + "Ġmangan", + "ese" + ], + [ + "Ġmanga", + "nese" + ], + [ + "c", + "or" + ], + [ + "co", + "r" + ], + [ + "Ġ", + "SR" + ], + [ + "ĠS", + "R" + ], + [ + "Ġr", + "ounds" + ], + [ + "Ġro", + "unds" + ], + [ + "Ġround", + "s" + ], + [ + "Ġdef", + "ending" + ], + [ + "Ġdefend", + "ing" + ], + [ + "Ġd", + "elta" + ], + [ + "Ġdel", + "ta" + ], + [ + "Ġ", + "Compare" + ], + [ + "ĠComp", + "are" + ], + [ + "ĠCompar", + "e" + ], + [ + "N", + "OT" + ], + [ + "NO", + "T" + ], + [ + "t", + "est" + ], + [ + "te", + "st" + ], + [ + "tes", + "t" + ], + [ + "Ġd", + "ear" + ], + [ + "Ġde", + "ar" + ], + [ + "Ġ", + "Alg" + ], + [ + "ĠAl", + "g" + ], + [ + "Ġbegin", + "ners" + ], + [ + "Ġbeginner", + "s" + ], + [ + "Ġtax", + "ation" + ], + [ + "Ġtaxa", + "tion" + ], + [ + "Ġ", + "LEDs" + ], + [ + "ĠLED", + "s" + ], + [ + "ĠLE", + "Ds" + ], + [ + "-", + "owned" + ], + [ + "u", + "rations" + ], + [ + "ur", + "ations" + ], + [ + "uration", + "s" + ], + [ + "urat", + "ions" + ], + [ + "ar", + "di" + ], + [ + "ard", + "i" + ], + [ + "Ġdis", + "cs" + ], + [ + "Ġdisc", + "s" + ], + [ + "Ġcat", + "heter" + ], + [ + "Ġcath", + "eter" + ], + [ + "Ġcathe", + "ter" + ], + [ + "o", + "physical" + ], + [ + "oph", + "ysical" + ], + [ + "ophys", + "ical" + ], + [ + "ĠUk", + "rain" + ], + [ + "Ġ", + "li" + ], + [ + "Ġl", + "i" + ], + [ + "ot", + "rop" + ], + [ + "Ġlocal", + "ized" + ], + [ + "Ġ", + "blown" + ], + [ + "Ġb", + "lown" + ], + [ + "Ġbl", + "own" + ], + [ + "Ġblow", + "n" + ], + [ + "Ġblo", + "wn" + ], + [ + "Ġh", + "orns" + ], + [ + "Ġhor", + "ns" + ], + [ + "Ġhorn", + "s" + ], + [ + "Ġc", + "ane" + ], + [ + "Ġcan", + "e" + ], + [ + "Ġca", + "ne" + ], + [ + "Ġwor", + "sh" + ], + [ + "Ġwors", + "h" + ], + [ + "Ġf", + "laws" + ], + [ + "Ġfl", + "aws" + ], + [ + "Ġflaw", + "s" + ], + [ + "ruct", + "ural" + ], + [ + "A", + "gain" + ], + [ + "Ag", + "ain" + ], + [ + "U", + "V" + ], + [ + "Ġhe", + "ir" + ], + [ + "ĠH", + "ERE" + ], + [ + "ĠHE", + "RE" + ], + [ + "ĠHER", + "E" + ], + [ + "Ġqu", + "artz" + ], + [ + "Ġquar", + "tz" + ], + [ + "Ġquart", + "z" + ], + [ + "ĠK", + "os" + ], + [ + "ĠKo", + "s" + ], + [ + "Ġexp", + "ans" + ], + [ + "Ġpriv", + "ately" + ], + [ + "Ġprivate", + "ly" + ], + [ + "Ġuns", + "ure" + ], + [ + "Ġunsu", + "re" + ], + [ + "Ġunsur", + "e" + ], + [ + "-", + "process" + ], + [ + "-p", + "rocess" + ], + [ + "-pro", + "cess" + ], + [ + ".", + "âĢĶ" + ], + [ + "Ġ", + "Sweet" + ], + [ + "ĠS", + "weet" + ], + [ + "ĠSwe", + "et" + ], + [ + "a", + "mas" + ], + [ + "am", + "as" + ], + [ + "ama", + "s" + ], + [ + "Ġ", + "vas" + ], + [ + "Ġv", + "as" + ], + [ + "Ġva", + "s" + ], + [ + "Ġ", + "Final" + ], + [ + "ĠF", + "inal" + ], + [ + "ĠFin", + "al" + ], + [ + "ĠFi", + "nal" + ], + [ + "Ġob", + "struction" + ], + [ + "Ġobst", + "ruction" + ], + [ + "Ġobstruct", + "ion" + ], + [ + "Ġcent", + "imeters" + ], + [ + "Ġcentimeter", + "s" + ], + [ + "ĠBe", + "hav" + ], + [ + "ĠBeh", + "av" + ], + [ + "Ġqual", + "ifications" + ], + [ + "Ġqualification", + "s" + ], + [ + "Con", + "f" + ], + [ + "-", + "only" + ], + [ + "-on", + "ly" + ], + [ + "M", + "W" + ], + [ + "Ġc", + "asc" + ], + [ + "Ġca", + "sc" + ], + [ + "Ġcas", + "c" + ], + [ + "Ġ", + "Born" + ], + [ + "ĠB", + "orn" + ], + [ + "ĠBo", + "rn" + ], + [ + "ĠBor", + "n" + ], + [ + "Ġass", + "urance" + ], + [ + "-d", + "egree" + ], + [ + "Ġcentral", + "ized" + ], + [ + "Ġf", + "airy" + ], + [ + "Ġfa", + "iry" + ], + [ + "Ġfair", + "y" + ], + [ + "ĠMedic", + "are" + ], + [ + "ĠMedica", + "re" + ], + [ + "Ġfrust", + "rating" + ], + [ + "Ġ", + "Sexual" + ], + [ + "ĠSe", + "xual" + ], + [ + "ĠSex", + "ual" + ], + [ + "Ġmoderate", + "ly" + ], + [ + "Ġmoder", + "ately" + ], + [ + "Ġ", + "Occupational" + ], + [ + "ĠOccup", + "ational" + ], + [ + "ĠOccupation", + "al" + ], + [ + "Ġp", + "izza" + ], + [ + "Ġpi", + "zza" + ], + [ + "Ġpizz", + "a" + ], + [ + "ĠS", + "inai" + ], + [ + "ĠSi", + "nai" + ], + [ + "ĠSin", + "ai" + ], + [ + "ĠMed", + "al" + ], + [ + "ĠMe", + "dal" + ], + [ + "Ġphot", + "ographic" + ], + [ + "Ġphotograph", + "ic" + ], + [ + "Ġperson", + "alities" + ], + [ + "Ġpersonal", + "ities" + ], + [ + "ĠB", + "oe" + ], + [ + "ĠBo", + "e" + ], + [ + "Pre", + "vious" + ], + [ + "Ġtack", + "ling" + ], + [ + "Ġtor", + "que" + ], + [ + "Ġtutorial", + "s" + ], + [ + "Ġtutor", + "ials" + ], + [ + "Ġd", + "orsal" + ], + [ + "Ġdors", + "al" + ], + [ + "c", + "lic" + ], + [ + "cl", + "ic" + ], + [ + "Ġre", + "ception" + ], + [ + "Ġrece", + "ption" + ], + [ + "Ġrecept", + "ion" + ], + [ + "a", + "tered" + ], + [ + "at", + "ered" + ], + [ + "ate", + "red" + ], + [ + "ater", + "ed" + ], + [ + "ĠL", + "un" + ], + [ + "ĠLu", + "n" + ], + [ + "so", + "lete" + ], + [ + "sole", + "te" + ], + [ + "Ġsc", + "ared" + ], + [ + "Ġscar", + "ed" + ], + [ + "Ġscare", + "d" + ], + [ + "ob", + "acter" + ], + [ + "oba", + "cter" + ], + [ + "Ġyoung", + "sters" + ], + [ + "Ġyoungster", + "s" + ], + [ + "Ġheart", + "beat" + ], + [ + "Ġher", + "oin" + ], + [ + "Ġhero", + "in" + ], + [ + "Ġteasp", + "oon" + ], + [ + "Ġm", + "oth" + ], + [ + "Ġmot", + "h" + ], + [ + "Ġmo", + "th" + ], + [ + "k", + "eeper" + ], + [ + "ke", + "eper" + ], + [ + "keep", + "er" + ], + [ + "kee", + "per" + ], + [ + "Ġ", + "lease" + ], + [ + "Ġle", + "ase" + ], + [ + "Ġtreat", + "ies" + ], + [ + "Ġexc", + "lude" + ], + [ + "ĠW", + "oods" + ], + [ + "ĠWood", + "s" + ], + [ + "ĠWo", + "ods" + ], + [ + "c", + "orn" + ], + [ + "co", + "rn" + ], + [ + "cor", + "n" + ], + [ + "ount", + "y" + ], + [ + "oun", + "ty" + ], + [ + "ĠS", + "tri" + ], + [ + "ĠSt", + "ri" + ], + [ + "ĠStr", + "i" + ], + [ + "Ġsl", + "owed" + ], + [ + "Ġslow", + "ed" + ], + [ + "Ġh", + "orr" + ], + [ + "Ġhor", + "r" + ], + [ + "Ġho", + "rr" + ], + [ + "Ġjournal", + "ism" + ], + [ + "Ġt", + "una" + ], + [ + "Ġtun", + "a" + ], + [ + "Ġtu", + "na" + ], + [ + "-", + "z" + ], + [ + "in", + "qu" + ], + [ + "Ġs", + "pp" + ], + [ + "Ġsp", + "p" + ], + [ + "a", + "mph" + ], + [ + "am", + "ph" + ], + [ + "amp", + "h" + ], + [ + "Ġwh", + "olly" + ], + [ + "Ġwhol", + "ly" + ], + [ + "o", + "urt" + ], + [ + "ou", + "rt" + ], + [ + "our", + "t" + ], + [ + "Ġbet", + "ray" + ], + [ + "Ġhot", + "els" + ], + [ + "Ġhotel", + "s" + ], + [ + "ĠJ", + "udge" + ], + [ + "ĠJud", + "ge" + ], + [ + "ĠCre", + "ator" + ], + [ + "ĠCreat", + "or" + ], + [ + "Ġ", + "Unless" + ], + [ + "ĠUn", + "less" + ], + [ + "Ġ", + "USD" + ], + [ + "ĠU", + "SD" + ], + [ + "ĠUS", + "D" + ], + [ + "Ġline", + "age" + ], + [ + "uff", + "s" + ], + [ + "uf", + "fs" + ], + [ + "Sh", + "ould" + ], + [ + "L", + "esson" + ], + [ + "Le", + "sson" + ], + [ + "Less", + "on" + ], + [ + "Les", + "son" + ], + [ + "Ġ", + "Voc" + ], + [ + "ĠV", + "oc" + ], + [ + "ĠVo", + "c" + ], + [ + "Ġfil", + "tered" + ], + [ + "Ġfilter", + "ed" + ], + [ + "Ġfilt", + "ered" + ], + [ + "ĠIn", + "stru" + ], + [ + "ĠInst", + "ru" + ], + [ + "Ġstar", + "vation" + ], + [ + "Ġre", + "cycl" + ], + [ + "Ġrec", + "ycl" + ], + [ + "Ġrecy", + "cl" + ], + [ + "Ġsub", + "scription" + ], + [ + "Ġsubs", + "cription" + ], + [ + "Ġsubsc", + "ription" + ], + [ + "Ġsubscript", + "ion" + ], + [ + "Ġremn", + "ants" + ], + [ + "Ġremnant", + "s" + ], + [ + "ropract", + "ic" + ], + [ + ".", + "ph" + ], + [ + ".p", + "h" + ], + [ + "Ġw", + "ins" + ], + [ + "Ġwin", + "s" + ], + [ + "Ġwi", + "ns" + ], + [ + "Ġ", + "hood" + ], + [ + "Ġh", + "ood" + ], + [ + "Ġho", + "od" + ], + [ + "Ġpsych", + "iat" + ], + [ + "Ġcom", + "plain" + ], + [ + "Ġcomp", + "lain" + ], + [ + "Ġcompl", + "ain" + ], + [ + "ĠWW", + "II" + ], + [ + "ĠWWI", + "I" + ], + [ + "Ġen", + "rollment" + ], + [ + "Ġenroll", + "ment" + ], + [ + "Ġpun", + "ctuation" + ], + [ + "Ġpunct", + "uation" + ], + [ + "Ġpunctu", + "ation" + ], + [ + "Ġh", + "ose" + ], + [ + "Ġho", + "se" + ], + [ + "ĠT", + "ong" + ], + [ + "ĠTo", + "ng" + ], + [ + "ĠTon", + "g" + ], + [ + "Ġch", + "alk" + ], + [ + "Ġchal", + "k" + ], + [ + "ood", + "le" + ], + [ + "Ġmon", + "archy" + ], + [ + "Ġmonarch", + "y" + ], + [ + "A", + "RE" + ], + [ + "AR", + "E" + ], + [ + "m", + "odern" + ], + [ + "mod", + "ern" + ], + [ + "Ġt", + "ant" + ], + [ + "Ġtan", + "t" + ], + [ + "Ġta", + "nt" + ], + [ + "ar", + "cer" + ], + [ + "arc", + "er" + ], + [ + "ĠMon", + "ument" + ], + [ + "Ġfib", + "res" + ], + [ + "Ġfibre", + "s" + ], + [ + "Ġfibr", + "es" + ], + [ + "Ġvast", + "ly" + ], + [ + "isp", + "ens" + ], + [ + "F", + "in" + ], + [ + "Fi", + "n" + ], + [ + "J", + "esus" + ], + [ + "n", + "ik" + ], + [ + "ni", + "k" + ], + [ + "Ġw", + "ipe" + ], + [ + "Ġwi", + "pe" + ], + [ + "Ġg", + "inger" + ], + [ + "Ġging", + "er" + ], + [ + "Ġgin", + "ger" + ], + [ + "Ġu", + "pris" + ], + [ + "Ġup", + "ris" + ], + [ + "Ġse", + "wer" + ], + [ + "Ġsew", + "er" + ], + [ + "i", + "otherapy" + ], + [ + "io", + "therapy" + ], + [ + "iot", + "herapy" + ], + [ + "iothe", + "rapy" + ], + [ + "iotherap", + "y" + ], + [ + "m", + "onds" + ], + [ + "mon", + "ds" + ], + [ + "mond", + "s" + ], + [ + "Ġl", + "upus" + ], + [ + "Ġlup", + "us" + ], + [ + "Ġn", + "arc" + ], + [ + "Ġna", + "rc" + ], + [ + "Ġnar", + "c" + ], + [ + "Ġe", + "mig" + ], + [ + "Ġem", + "ig" + ], + [ + "Ġass", + "isting" + ], + [ + "Ġassist", + "ing" + ], + [ + "Ġunivers", + "ally" + ], + [ + "Ġuniversal", + "ly" + ], + [ + "Ġbi", + "omedical" + ], + [ + "Ġbio", + "medical" + ], + [ + "Ġbiom", + "edical" + ], + [ + "dehy", + "de" + ], + [ + "Ġre", + "marks" + ], + [ + "Ġrem", + "arks" + ], + [ + "Ġremark", + "s" + ], + [ + "Ġremar", + "ks" + ], + [ + "ert", + "il" + ], + [ + "Ġw", + "rink" + ], + [ + "Ġwr", + "ink" + ], + [ + "ĠV", + "irus" + ], + [ + "ĠVir", + "us" + ], + [ + "ĠVi", + "rus" + ], + [ + "Ġfore", + "casting" + ], + [ + "Ġforecast", + "ing" + ], + [ + "Ġre", + "claim" + ], + [ + "Ġrec", + "laim" + ], + [ + "Ġrecl", + "aim" + ], + [ + "Ġequ", + "itable" + ], + [ + "Ġ", + "Infection" + ], + [ + "ĠIn", + "fection" + ], + [ + "ĠInf", + "ection" + ], + [ + "ĠInfect", + "ion" + ], + [ + "ĠTre", + "asury" + ], + [ + "C", + "ertain" + ], + [ + "Cert", + "ain" + ], + [ + "Cer", + "tain" + ], + [ + "Ġ", + "fried" + ], + [ + "Ġf", + "ried" + ], + [ + "Ġfri", + "ed" + ], + [ + "Ġfr", + "ied" + ], + [ + "Ġl", + "aund" + ], + [ + "Ġla", + "und" + ], + [ + "Ġlaun", + "d" + ], + [ + "Ġ", + "PO" + ], + [ + "ĠP", + "O" + ], + [ + "iss", + "ue" + ], + [ + "Ġstep", + "ped" + ], + [ + "Ġste", + "pped" + ], + [ + "Ġsteppe", + "d" + ], + [ + "-", + "changing" + ], + [ + "-ch", + "anging" + ], + [ + "Ġ", + "Lessons" + ], + [ + "ĠLess", + "ons" + ], + [ + "ĠLesson", + "s" + ], + [ + "ĠLes", + "sons" + ], + [ + "Ġrect", + "angle" + ], + [ + "-", + "rec" + ], + [ + "-re", + "c" + ], + [ + "-r", + "ec" + ], + [ + "ĠP", + "ray" + ], + [ + "ĠPr", + "ay" + ], + [ + "ĠPra", + "y" + ], + [ + "i", + "vable" + ], + [ + "iv", + "able" + ], + [ + "iva", + "ble" + ], + [ + "Ġa", + "rid" + ], + [ + "Ġar", + "id" + ], + [ + "Ġ", + "Kin" + ], + [ + "ĠK", + "in" + ], + [ + "ĠKi", + "n" + ], + [ + "uck", + "ily" + ], + [ + "Ġjoint", + "ly" + ], + [ + "I", + "TH" + ], + [ + "IT", + "H" + ], + [ + "Ġhon", + "ored" + ], + [ + "Ġhonor", + "ed" + ], + [ + "pris", + "ingly" + ], + [ + "prising", + "ly" + ], + [ + "eterm", + "ined" + ], + [ + "L", + "and" + ], + [ + "La", + "nd" + ], + [ + "P", + "ower" + ], + [ + "Po", + "wer" + ], + [ + "b", + "ee" + ], + [ + "be", + "e" + ], + [ + "a", + "be" + ], + [ + "ab", + "e" + ], + [ + "Ġ", + "Rig" + ], + [ + "ĠR", + "ig" + ], + [ + "ĠRi", + "g" + ], + [ + "Ġnot", + "ebook" + ], + [ + "Ġnote", + "book" + ], + [ + "Ġ", + "VPN" + ], + [ + "ĠV", + "PN" + ], + [ + "ĠVP", + "N" + ], + [ + "Ġrep", + "orter" + ], + [ + "Ġreport", + "er" + ], + [ + "Ġc", + "arbonate" + ], + [ + "Ġcarbon", + "ate" + ], + [ + "Ġcarb", + "onate" + ], + [ + "Ġvig", + "or" + ], + [ + "Ġvi", + "gor" + ], + [ + "ĠNG", + "Os" + ], + [ + "ĠNGO", + "s" + ], + [ + "Ġ", + "Female" + ], + [ + "ĠF", + "emale" + ], + [ + "ĠFe", + "male" + ], + [ + "ĠFem", + "ale" + ], + [ + "Ġ", + "Biodiversity" + ], + [ + "ĠB", + "iodiversity" + ], + [ + "ĠBio", + "diversity" + ], + [ + "ĠBiod", + "iversity" + ], + [ + "Ġc", + "lo" + ], + [ + "Ġcl", + "o" + ], + [ + "Ġre", + "gain" + ], + [ + "Ġreg", + "ain" + ], + [ + "Ġphot", + "ovolta" + ], + [ + "ĠMay", + "or" + ], + [ + "ĠMayo", + "r" + ], + [ + "Ġcal", + "culus" + ], + [ + "Ġcalcul", + "us" + ], + [ + "Ġcalc", + "ulus" + ], + [ + "Ġdead", + "line" + ], + [ + "Ġs", + "pectral" + ], + [ + "Ġspect", + "ral" + ], + [ + "Ġspectra", + "l" + ], + [ + "-re", + "viewed" + ], + [ + "-review", + "ed" + ], + [ + "Ġnegot", + "iate" + ], + [ + "Ġb", + "inds" + ], + [ + "Ġbind", + "s" + ], + [ + "Ġbin", + "ds" + ], + [ + "Ġ", + "Picture" + ], + [ + "ĠP", + "icture" + ], + [ + "ĠPict", + "ure" + ], + [ + "ess", + "ment" + ], + [ + "Ġch", + "icks" + ], + [ + "Ġchick", + "s" + ], + [ + "Ġchi", + "cks" + ], + [ + "Ġchic", + "ks" + ], + [ + "ĠV", + "ul" + ], + [ + "Ġreg", + "imes" + ], + [ + "Ġregime", + "s" + ], + [ + "Ġair", + "ways" + ], + [ + "Ġairway", + "s" + ], + [ + "Ġsepar", + "ates" + ], + [ + "Ġseparate", + "s" + ], + [ + "Ġpers", + "istence" + ], + [ + "Ġpersist", + "ence" + ], + [ + "ĠAy", + "urved" + ], + [ + "F", + "ull" + ], + [ + "Ġh", + "ast" + ], + [ + "Ġha", + "st" + ], + [ + "Ġhas", + "t" + ], + [ + "Ġ", + "ET" + ], + [ + "ĠE", + "T" + ], + [ + "ass", + "ador" + ], + [ + "assa", + "dor" + ], + [ + "ason", + "ry" + ], + [ + "Ġsp", + "arse" + ], + [ + "Ġspar", + "se" + ], + [ + "Ġ", + "Groups" + ], + [ + "ĠG", + "roups" + ], + [ + "ĠGroup", + "s" + ], + [ + "ĠGro", + "ups" + ], + [ + "r", + "ices" + ], + [ + "ri", + "ces" + ], + [ + "ric", + "es" + ], + [ + "rice", + "s" + ], + [ + "Ġdes", + "erts" + ], + [ + "Ġdesert", + "s" + ], + [ + "Ġv", + "itro" + ], + [ + "Ġvit", + "ro" + ], + [ + "Ġdoub", + "ts" + ], + [ + "Ġdoubt", + "s" + ], + [ + "Ġrelax", + "ing" + ], + [ + "Ġkin", + "etic" + ], + [ + "-", + "imp" + ], + [ + "-im", + "p" + ], + [ + "-i", + "mp" + ], + [ + "S", + "olar" + ], + [ + "So", + "lar" + ], + [ + "Sol", + "ar" + ], + [ + "th", + "ose" + ], + [ + "ast", + "rous" + ], + [ + "astro", + "us" + ], + [ + "Ġclin", + "ically" + ], + [ + "Ġclinical", + "ly" + ], + [ + "Ġclinic", + "ally" + ], + [ + "C", + "ur" + ], + [ + "Cu", + "r" + ], + [ + "ver", + "bal" + ], + [ + "verb", + "al" + ], + [ + "os", + "ium" + ], + [ + "osi", + "um" + ], + [ + "Ġ", + "Voice" + ], + [ + "ĠV", + "oice" + ], + [ + "ĠVo", + "ice" + ], + [ + "Ġorder", + "ing" + ], + [ + "Ġord", + "ering" + ], + [ + "Ġ", + "Synt" + ], + [ + "ĠSy", + "nt" + ], + [ + "ĠSyn", + "t" + ], + [ + "Ġre", + "produced" + ], + [ + "Ġrep", + "roduced" + ], + [ + "Ġreprodu", + "ced" + ], + [ + "Ġreproduce", + "d" + ], + [ + "Ġreproduc", + "ed" + ], + [ + "ĠW", + "ells" + ], + [ + "ĠWell", + "s" + ], + [ + "ĠWel", + "ls" + ], + [ + "Ġcommemor", + "ate" + ], + [ + "Pres", + "ident" + ], + [ + "S", + "un" + ], + [ + "Su", + "n" + ], + [ + "ĠS", + "ic" + ], + [ + "ĠSi", + "c" + ], + [ + "Ġ", + "Approximately" + ], + [ + "ĠApp", + "roximately" + ], + [ + "ĠApprox", + "imately" + ], + [ + "Ġcustom", + "ized" + ], + [ + "Ġcustomize", + "d" + ], + [ + "Ġdisp", + "osable" + ], + [ + "Ġchol", + "era" + ], + [ + "Ġchole", + "ra" + ], + [ + "Ġcholer", + "a" + ], + [ + "Th", + "omas" + ], + [ + "Ġ[", + "â̦" + ], + [ + "Ġ", + "Antib" + ], + [ + "ĠAnt", + "ib" + ], + [ + "ĠAnti", + "b" + ], + [ + "Ġ", + "roller" + ], + [ + "Ġro", + "ller" + ], + [ + "Ġroll", + "er" + ], + [ + "Ġ", + "micron" + ], + [ + "Ġmicro", + "n" + ], + [ + "Ġmic", + "ron" + ], + [ + "Ġ", + "Cells" + ], + [ + "ĠC", + "ells" + ], + [ + "ĠCell", + "s" + ], + [ + "ĠCel", + "ls" + ], + [ + "ĠB", + "uffalo" + ], + [ + "ĠBuff", + "alo" + ], + [ + "-", + "as" + ], + [ + "-a", + "s" + ], + [ + "en", + "ergy" + ], + [ + "ener", + "gy" + ], + [ + "a", + "lia" + ], + [ + "al", + "ia" + ], + [ + "ali", + "a" + ], + [ + "Ġst", + "air" + ], + [ + "Ġsta", + "ir" + ], + [ + "Ġwar", + "ns" + ], + [ + "Ġwarn", + "s" + ], + [ + "Ġneighb", + "ouring" + ], + [ + "Ġneighbour", + "ing" + ], + [ + "ÃŃ", + "s" + ], + [ + "ĠDen", + "ver" + ], + [ + "Ġ", + "Double" + ], + [ + "ĠD", + "ouble" + ], + [ + "ĠDo", + "uble" + ], + [ + "ĠDou", + "ble" + ], + [ + "Ġensl", + "aved" + ], + [ + "in", + "gham" + ], + [ + "ing", + "ham" + ], + [ + "u", + "bl" + ], + [ + "ub", + "l" + ], + [ + "Ġce", + "ased" + ], + [ + "Ġcease", + "d" + ], + [ + "Ġexp", + "resses" + ], + [ + "Ġexpress", + "es" + ], + [ + "Ġmid", + "night" + ], + [ + "Ind", + "eed" + ], + [ + "u", + "er" + ], + [ + "ue", + "r" + ], + [ + "Ġ", + "Apr" + ], + [ + "ĠA", + "pr" + ], + [ + "ĠAp", + "r" + ], + [ + "Ġ", + "ker" + ], + [ + "Ġk", + "er" + ], + [ + "Ġke", + "r" + ], + [ + "Ġopen", + "ings" + ], + [ + "Ġopening", + "s" + ], + [ + "Ġ", + "Subject" + ], + [ + "ĠSub", + "ject" + ], + [ + "Ġ", + "âĪĴ" + ], + [ + "Ġâ", + "ĪĴ" + ], + [ + "ĠâĪ", + "Ĵ" + ], + [ + "S", + "elf" + ], + [ + "Sel", + "f" + ], + [ + "l", + "on" + ], + [ + "lo", + "n" + ], + [ + "Ġre", + "un" + ], + [ + "Ġ", + "Wear" + ], + [ + "ĠW", + "ear" + ], + [ + "ĠWe", + "ar" + ], + [ + "ex", + "cept" + ], + [ + "exc", + "ept" + ], + [ + "ĠArch", + "ive" + ], + [ + "Ġkil", + "ograms" + ], + [ + "Ġkilogram", + "s" + ], + [ + "Ġkilo", + "grams" + ], + [ + "th", + "odont" + ], + [ + "thod", + "ont" + ], + [ + "Ġintim", + "id" + ], + [ + "ĠPh", + "oenix" + ], + [ + "ĠPhoen", + "ix" + ], + [ + "Ġtrade", + "mark" + ], + [ + "Ġtrad", + "emark" + ], + [ + "Ġtradem", + "ark" + ], + [ + "f", + "ood" + ], + [ + "fo", + "od" + ], + [ + "on", + "ium" + ], + [ + "oni", + "um" + ], + [ + "Ġ", + "hips" + ], + [ + "Ġh", + "ips" + ], + [ + "Ġhip", + "s" + ], + [ + "Ġhi", + "ps" + ], + [ + "Ġsp", + "ikes" + ], + [ + "Ġspike", + "s" + ], + [ + "Ġspi", + "kes" + ], + [ + "Ġs", + "marter" + ], + [ + "Ġsm", + "arter" + ], + [ + "Ġsmart", + "er" + ], + [ + "ĠPro", + "ced" + ], + [ + "ĠProc", + "ed" + ], + [ + "Ġconcent", + "rating" + ], + [ + "ĠCommission", + "er" + ], + [ + "asp", + "berry" + ], + [ + "Ġth", + "rew" + ], + [ + "Ġthr", + "ew" + ], + [ + "Ġl", + "od" + ], + [ + "Ġlo", + "d" + ], + [ + "ĠZ", + "imbabwe" + ], + [ + "-", + "met" + ], + [ + "-m", + "et" + ], + [ + "-me", + "t" + ], + [ + "Ġl", + "ively" + ], + [ + "Ġlive", + "ly" + ], + [ + "Ġ", + "Radiation" + ], + [ + "ĠRad", + "iation" + ], + [ + "ĠRadi", + "ation" + ], + [ + "ĠCert", + "ific" + ], + [ + "U", + "P" + ], + [ + "Ġt", + "oken" + ], + [ + "Ġto", + "ken" + ], + [ + "Ġtok", + "en" + ], + [ + "Ġ", + "Insect" + ], + [ + "ĠIn", + "sect" + ], + [ + "ĠIns", + "ect" + ], + [ + "ĠSt", + "uart" + ], + [ + "Ġhe", + "ader" + ], + [ + "Ġhead", + "er" + ], + [ + "Ġpenet", + "ration" + ], + [ + "i", + "aries" + ], + [ + "ia", + "ries" + ], + [ + "iar", + "ies" + ], + [ + "iari", + "es" + ], + [ + "Ġ", + "ATP" + ], + [ + "ĠA", + "TP" + ], + [ + "ĠAT", + "P" + ], + [ + "ar", + "ta" + ], + [ + "art", + "a" + ], + [ + "ib", + "ular" + ], + [ + "ibu", + "lar" + ], + [ + "Ġ", + "obedience" + ], + [ + "Ġob", + "edience" + ], + [ + "Ġ", + "Essays" + ], + [ + "ĠEss", + "ays" + ], + [ + "ĠEssay", + "s" + ], + [ + "ĠEs", + "says" + ], + [ + "Ġ", + "Pollution" + ], + [ + "ĠPoll", + "ution" + ], + [ + "an", + "im" + ], + [ + "ani", + "m" + ], + [ + "a", + "thon" + ], + [ + "at", + "hon" + ], + [ + "ath", + "on" + ], + [ + "Ġcur", + "rencies" + ], + [ + "Ġstr", + "anger" + ], + [ + "Ġstrange", + "r" + ], + [ + "Ġstrang", + "er" + ], + [ + "Ġsol", + "vent" + ], + [ + "Ġsolve", + "nt" + ], + [ + "Ġ", + "IPCC" + ], + [ + "ĠIP", + "CC" + ], + [ + "ĠIPC", + "C" + ], + [ + "Ġover", + "dose" + ], + [ + "Ġoverd", + "ose" + ], + [ + "Ġoverdo", + "se" + ], + [ + "Ġit", + "chy" + ], + [ + "Ġitch", + "y" + ], + [ + "Ġre", + "comb" + ], + [ + "Ġrec", + "omb" + ], + [ + "A", + "nn" + ], + [ + "An", + "n" + ], + [ + "ograph", + "ers" + ], + [ + "ograp", + "hers" + ], + [ + "ographer", + "s" + ], + [ + "Ġcher", + "ry" + ], + [ + "othel", + "ioma" + ], + [ + "Ġmaneu", + "ver" + ], + [ + "D", + "an" + ], + [ + "Da", + "n" + ], + [ + "b", + "ishop" + ], + [ + "bish", + "op" + ], + [ + "bis", + "hop" + ], + [ + "i", + "fted" + ], + [ + "if", + "ted" + ], + [ + "ift", + "ed" + ], + [ + "Ġover", + "flow" + ], + [ + "Ġoverf", + "low" + ], + [ + "Ġm", + "orb" + ], + [ + "Ġmor", + "b" + ], + [ + "Ġ", + "Users" + ], + [ + "ĠU", + "sers" + ], + [ + "ĠUs", + "ers" + ], + [ + "ĠUse", + "rs" + ], + [ + "ĠUser", + "s" + ], + [ + "ĠReg", + "ist" + ], + [ + "IC", + "AL" + ], + [ + "ICA", + "L" + ], + [ + "Ġf", + "racking" + ], + [ + "Ġfra", + "cking" + ], + [ + "Ġfr", + "acking" + ], + [ + "otyp", + "ing" + ], + [ + "oty", + "ping" + ], + [ + "Ġ", + "Ä" + ], + [ + "u", + "itary" + ], + [ + "uit", + "ary" + ], + [ + "Ġ", + "MW" + ], + [ + "ĠM", + "W" + ], + [ + "ĠG", + "othic" + ], + [ + "ĠGoth", + "ic" + ], + [ + "Ġ", + "Lay" + ], + [ + "ĠL", + "ay" + ], + [ + "ĠLa", + "y" + ], + [ + "r", + "ica" + ], + [ + "ri", + "ca" + ], + [ + "ric", + "a" + ], + [ + "Ġadd", + "itions" + ], + [ + "Ġaddition", + "s" + ], + [ + "Ġne", + "uron" + ], + [ + "Ġneuro", + "n" + ], + [ + "Ġneur", + "on" + ], + [ + "Ġneu", + "ron" + ], + [ + "Ġg", + "lyph" + ], + [ + "Ġgly", + "ph" + ], + [ + "Ġcoat", + "ings" + ], + [ + "Ġcoating", + "s" + ], + [ + "ĠVeter", + "inary" + ], + [ + "ĠVeterin", + "ary" + ], + [ + "D", + "T" + ], + [ + "a", + "vers" + ], + [ + "av", + "ers" + ], + [ + "ave", + "rs" + ], + [ + "aver", + "s" + ], + [ + "Ġ", + "Bee" + ], + [ + "ĠB", + "ee" + ], + [ + "ĠBe", + "e" + ], + [ + "Ġimp", + "acting" + ], + [ + "Ġimpact", + "ing" + ], + [ + "ĠM", + "onte" + ], + [ + "ĠMon", + "te" + ], + [ + "ĠMont", + "e" + ], + [ + "Ġ", + "Essential" + ], + [ + "ĠEss", + "ential" + ], + [ + "ar", + "bons" + ], + [ + "arb", + "ons" + ], + [ + "arbon", + "s" + ], + [ + "Ġcroc", + "od" + ], + [ + "Ġ", + "bil" + ], + [ + "Ġb", + "il" + ], + [ + "Ġbi", + "l" + ], + [ + "f", + "ull" + ], + [ + "ful", + "l" + ], + [ + "fu", + "ll" + ], + [ + "l", + "ington" + ], + [ + "ling", + "ton" + ], + [ + "bl", + "adder" + ], + [ + "neg", + "ative" + ], + [ + "Orig", + "inally" + ], + [ + "Origin", + "ally" + ], + [ + "Original", + "ly" + ], + [ + "\"", + "There" + ], + [ + "\"The", + "re" + ], + [ + "a", + "mines" + ], + [ + "am", + "ines" + ], + [ + "amin", + "es" + ], + [ + "amine", + "s" + ], + [ + "ami", + "nes" + ], + [ + "iv", + "ial" + ], + [ + "ivia", + "l" + ], + [ + "ivi", + "al" + ], + [ + "if", + "ference" + ], + [ + "iff", + "erence" + ], + [ + "iffe", + "rence" + ], + [ + "iffer", + "ence" + ], + [ + "Ġpl", + "anners" + ], + [ + "Ġplan", + "ners" + ], + [ + "Ġplanner", + "s" + ], + [ + "Ġquant", + "ify" + ], + [ + "O", + "x" + ], + [ + "b", + "uilding" + ], + [ + "build", + "ing" + ], + [ + "bu", + "ilding" + ], + [ + "d", + "r" + ], + [ + "Ġt", + "am" + ], + [ + "Ġta", + "m" + ], + [ + "o", + "urge" + ], + [ + "our", + "ge" + ], + [ + "ar", + "med" + ], + [ + "arm", + "ed" + ], + [ + "Ġrece", + "ipt" + ], + [ + "ogen", + "ous" + ], + [ + "Ġmicro", + "scopy" + ], + [ + "Ġmic", + "roscopy" + ], + [ + "Ġmicrosc", + "opy" + ], + [ + "Ġmicros", + "copy" + ], + [ + "ĠGal", + "ileo" + ], + [ + "ĠGalile", + "o" + ], + [ + "Ġ", + "Cer" + ], + [ + "ĠC", + "er" + ], + [ + "ĠCe", + "r" + ], + [ + "os", + "lav" + ], + [ + "osl", + "av" + ], + [ + "r", + "aded" + ], + [ + "ra", + "ded" + ], + [ + "rad", + "ed" + ], + [ + "rade", + "d" + ], + [ + "Ġevalu", + "ations" + ], + [ + "Ġevaluation", + "s" + ], + [ + "ĠCub", + "an" + ], + [ + "ĠCuba", + "n" + ], + [ + "ĠCu", + "ban" + ], + [ + "Ġde", + "pleted" + ], + [ + "Ġdep", + "leted" + ], + [ + "Ġdeple", + "ted" + ], + [ + "Ġdeplete", + "d" + ], + [ + "Ġdepl", + "eted" + ], + [ + ")", + "?Ċ" + ], + [ + ")?", + "Ċ" + ], + [ + "ing", + "les" + ], + [ + "ingle", + "s" + ], + [ + "Ġ", + "Rosen" + ], + [ + "ĠR", + "osen" + ], + [ + "ĠRo", + "sen" + ], + [ + "ĠRose", + "n" + ], + [ + "ĠRos", + "en" + ], + [ + "Ġ", + "shine" + ], + [ + "Ġs", + "hine" + ], + [ + "Ġsh", + "ine" + ], + [ + "Ġshin", + "e" + ], + [ + "Ġshi", + "ne" + ], + [ + "Ġsuper", + "st" + ], + [ + "Ġsupers", + "t" + ], + [ + "p", + "rocess" + ], + [ + "pro", + "cess" + ], + [ + "Ġprest", + "igious" + ], + [ + "b", + "ies" + ], + [ + "bi", + "es" + ], + [ + "bie", + "s" + ], + [ + "Ġ", + "ML" + ], + [ + "ĠM", + "L" + ], + [ + "Ġ", + "Dial" + ], + [ + "ĠD", + "ial" + ], + [ + "ĠDi", + "al" + ], + [ + "ĠDia", + "l" + ], + [ + "ograph", + "ically" + ], + [ + "ographic", + "ally" + ], + [ + "ographical", + "ly" + ], + [ + "Ġperiod", + "ontal" + ], + [ + "Ġperiodont", + "al" + ], + [ + "Ġ", + "Neither" + ], + [ + "ĠN", + "either" + ], + [ + "ĠNe", + "ither" + ], + [ + "Ġc", + "redible" + ], + [ + "Ġcr", + "edible" + ], + [ + "Ġcred", + "ible" + ], + [ + "im", + "entary" + ], + [ + "iment", + "ary" + ], + [ + "ĠAir", + "port" + ], + [ + "Ġsolid", + "arity" + ], + [ + "Ġvibr", + "ations" + ], + [ + "Ġvibration", + "s" + ], + [ + "Ġvib", + "rations" + ], + [ + "Ġpiv", + "otal" + ], + [ + "Ġpivot", + "al" + ], + [ + "V", + "ery" + ], + [ + "Ve", + "ry" + ], + [ + "Ver", + "y" + ], + [ + "Ġd", + "ucks" + ], + [ + "Ġdu", + "cks" + ], + [ + "Ġduck", + "s" + ], + [ + "Ġduc", + "ks" + ], + [ + "Ġ", + "los" + ], + [ + "Ġl", + "os" + ], + [ + "Ġlo", + "s" + ], + [ + "Ġle", + "ukemia" + ], + [ + "Ġleuk", + "emia" + ], + [ + "ĠL", + "ane" + ], + [ + "ĠLa", + "ne" + ], + [ + "ĠLan", + "e" + ], + [ + "Ġrep", + "ell" + ], + [ + "Ġrepe", + "ll" + ], + [ + "Ġrepel", + "l" + ], + [ + "Ġ", + "holder" + ], + [ + "Ġh", + "older" + ], + [ + "Ġhold", + "er" + ], + [ + "Ġhol", + "der" + ], + [ + "Ġtri", + "glycer" + ], + [ + "Ġtrig", + "lycer" + ], + [ + "Ġ", + "Whereas" + ], + [ + "ĠWhere", + "as" + ], + [ + "ĠWhe", + "reas" + ], + [ + ".", + "'Ċ" + ], + [ + ".'", + "Ċ" + ], + [ + "N", + "E" + ], + [ + "Å", + "¡" + ], + [ + "Ġb", + "un" + ], + [ + "Ġbu", + "n" + ], + [ + "ĠB", + "ou" + ], + [ + "ĠBo", + "u" + ], + [ + "um", + "mer" + ], + [ + "umm", + "er" + ], + [ + "Ġ", + "usable" + ], + [ + "Ġus", + "able" + ], + [ + "Ġusa", + "ble" + ], + [ + "u", + "bes" + ], + [ + "ub", + "es" + ], + [ + "ube", + "s" + ], + [ + "Ġcho", + "oses" + ], + [ + "Ġchoose", + "s" + ], + [ + "ĠHar", + "per" + ], + [ + "ĠHarp", + "er" + ], + [ + "Ġ", + "folded" + ], + [ + "Ġfol", + "ded" + ], + [ + "Ġfold", + "ed" + ], + [ + "ĠMill", + "enn" + ], + [ + "ĠBol", + "ivia" + ], + [ + "m", + "any" + ], + [ + "man", + "y" + ], + [ + "ma", + "ny" + ], + [ + "Ġ", + "Mut" + ], + [ + "ĠM", + "ut" + ], + [ + "ĠMu", + "t" + ], + [ + "Ġdisc", + "ourage" + ], + [ + "Ġdiscoura", + "ge" + ], + [ + "-", + "power" + ], + [ + "-p", + "ower" + ], + [ + "-po", + "wer" + ], + [ + "Ġs", + "ensible" + ], + [ + "Ġsens", + "ible" + ], + [ + "Ġdest", + "inations" + ], + [ + "Ġdestination", + "s" + ], + [ + "Ġhor", + "ror" + ], + [ + "Ġhorr", + "or" + ], + [ + "ĠMit", + "chell" + ], + [ + "ĠMitch", + "ell" + ], + [ + "d", + "em" + ], + [ + "de", + "m" + ], + [ + "Ġb", + "iting" + ], + [ + "Ġbi", + "ting" + ], + [ + "Ġbit", + "ing" + ], + [ + "Ġsh", + "aking" + ], + [ + "Ġ", + "GO" + ], + [ + "ĠG", + "O" + ], + [ + "Ġper", + "pendicular" + ], + [ + "at", + "ican" + ], + [ + "atic", + "an" + ], + [ + "ati", + "can" + ], + [ + "IC", + "EF" + ], + [ + "ICE", + "F" + ], + [ + "Ġposs", + "essions" + ], + [ + "Ġpossess", + "ions" + ], + [ + "Ġpossession", + "s" + ], + [ + "Ġmem", + "orable" + ], + [ + "Ġmemor", + "able" + ], + [ + "Ġmemo", + "rable" + ], + [ + "accept", + "able" + ], + [ + "P", + "ress" + ], + [ + "Pre", + "ss" + ], + [ + "Pr", + "ess" + ], + [ + "Pres", + "s" + ], + [ + "ĠL", + "ot" + ], + [ + "ĠLo", + "t" + ], + [ + "Ġqu", + "izzes" + ], + [ + "Ġquiz", + "zes" + ], + [ + "Ġdep", + "ressive" + ], + [ + "Ġdepr", + "essive" + ], + [ + "Ġdepress", + "ive" + ], + [ + "Ġdef", + "enses" + ], + [ + "Ġdefense", + "s" + ], + [ + "âĢľ", + "When" + ], + [ + "Ġmethod", + "ologies" + ], + [ + "Ġvirt", + "ues" + ], + [ + "Ġvirtue", + "s" + ], + [ + "Ġvirtu", + "es" + ], + [ + "Ġs", + "porting" + ], + [ + "Ġsp", + "orting" + ], + [ + "Ġsport", + "ing" + ], + [ + "Ġspor", + "ting" + ], + [ + "Ġ", + "Trend" + ], + [ + "ĠT", + "rend" + ], + [ + "ĠTr", + "end" + ], + [ + "ĠTre", + "nd" + ], + [ + "ĠIndones", + "ian" + ], + [ + "ĠIndonesia", + "n" + ], + [ + "ĠIndo", + "nesian" + ], + [ + "c", + "ommon" + ], + [ + "com", + "mon" + ], + [ + "comm", + "on" + ], + [ + "ĠM", + "aced" + ], + [ + "ĠMa", + "ced" + ], + [ + "ĠMac", + "ed" + ], + [ + "Ġ", + "NR" + ], + [ + "ĠN", + "R" + ], + [ + "Ġpo", + "etic" + ], + [ + "Ġpoet", + "ic" + ], + [ + "Ġshort", + "ness" + ], + [ + "Ġrev", + "olt" + ], + [ + "Ġrevol", + "t" + ], + [ + "Ġunder", + "sc" + ], + [ + "Ġunders", + "c" + ], + [ + "Ġchamp", + "ion" + ], + [ + "comp", + "uter" + ], + [ + "comput", + "er" + ], + [ + "%", + ")." + ], + [ + "%)", + "." + ], + [ + "o", + "j" + ], + [ + "u", + "ating" + ], + [ + "ua", + "ting" + ], + [ + "Ġd", + "aunting" + ], + [ + "Ġda", + "unting" + ], + [ + "Ġfor", + "aging" + ], + [ + "Ġ", + "APA" + ], + [ + "ĠA", + "PA" + ], + [ + "ĠAP", + "A" + ], + [ + "Ġ", + "Pant" + ], + [ + "ĠP", + "ant" + ], + [ + "ĠPan", + "t" + ], + [ + "ĠPa", + "nt" + ], + [ + "Ġc", + "lan" + ], + [ + "Ġcl", + "an" + ], + [ + "Ġinform", + "ational" + ], + [ + "Ġinformation", + "al" + ], + [ + "Ġknowledge", + "able" + ], + [ + "Ġfacilit", + "ated" + ], + [ + "Ġfacilitate", + "d" + ], + [ + "&", + "D" + ], + [ + "t", + "able" + ], + [ + "ta", + "ble" + ], + [ + "tab", + "le" + ], + [ + "Ġfarm", + "land" + ], + [ + "Ġcook", + "ie" + ], + [ + "Ġbre", + "asts" + ], + [ + "Ġbreast", + "s" + ], + [ + "Ġuns", + "uccessful" + ], + [ + ".", + "In" + ], + [ + ".I", + "n" + ], + [ + "b", + "etween" + ], + [ + "bet", + "ween" + ], + [ + "Ġs", + "age" + ], + [ + "Ġsa", + "ge" + ], + [ + "Ġsag", + "e" + ], + [ + "Ġun", + "le" + ], + [ + "Ġunl", + "e" + ], + [ + "ody", + "nam" + ], + [ + "odyn", + "am" + ], + [ + "Ġ", + "Parad" + ], + [ + "ĠPar", + "ad" + ], + [ + "ĠPa", + "rad" + ], + [ + "ĠPara", + "d" + ], + [ + "Ġprompt", + "ly" + ], + [ + "Ġ", + "CCS" + ], + [ + "ĠC", + "CS" + ], + [ + "ĠCC", + "S" + ], + [ + "Ġde", + "ity" + ], + [ + "Ġdei", + "ty" + ], + [ + "Ġfound", + "ers" + ], + [ + "Ġfo", + "unders" + ], + [ + "Ġfounder", + "s" + ], + [ + "ĠSc", + "ots" + ], + [ + "ĠScot", + "s" + ], + [ + "Ġhy", + "brids" + ], + [ + "Ġhybrid", + "s" + ], + [ + "ĠRuss", + "ians" + ], + [ + "ĠRussia", + "ns" + ], + [ + "ĠRussian", + "s" + ], + [ + "ĠMart", + "ian" + ], + [ + "ĠSal", + "v" + ], + [ + "ĠSa", + "lv" + ], + [ + "Ġfem", + "inine" + ], + [ + "Ġfemin", + "ine" + ], + [ + "Ġine", + "fficient" + ], + [ + "U", + "E" + ], + [ + "g", + "ow" + ], + [ + "go", + "w" + ], + [ + "Ġ", + "cott" + ], + [ + "Ġc", + "ott" + ], + [ + "Ġco", + "tt" + ], + [ + "Ġcot", + "t" + ], + [ + "Ġ", + "Stream" + ], + [ + "ĠSt", + "ream" + ], + [ + "ĠStre", + "am" + ], + [ + "a", + "zi" + ], + [ + "az", + "i" + ], + [ + "Ġsun", + "shine" + ], + [ + "Ġsuns", + "hine" + ], + [ + "r", + "ines" + ], + [ + "ri", + "nes" + ], + [ + "rine", + "s" + ], + [ + "rin", + "es" + ], + [ + "Ġthe", + "ological" + ], + [ + "Ġtheolog", + "ical" + ], + [ + "Ġ", + "WA" + ], + [ + "ĠW", + "A" + ], + [ + "Ġout", + "we" + ], + [ + "Ġhe", + "aters" + ], + [ + "Ġheat", + "ers" + ], + [ + "Ġheater", + "s" + ], + [ + "Ġhyd", + "rated" + ], + [ + "Ġhydrate", + "d" + ], + [ + "ĠS", + "lav" + ], + [ + "ĠSl", + "av" + ], + [ + "Ġsk", + "ept" + ], + [ + "Ġske", + "pt" + ], + [ + "Ġ", + "albeit" + ], + [ + "Ġal", + "beit" + ], + [ + "Ġ", + "Honey" + ], + [ + "ĠH", + "oney" + ], + [ + "ĠHo", + "ney" + ], + [ + "ĠHon", + "ey" + ], + [ + "Ġb", + "rig" + ], + [ + "Ġbr", + "ig" + ], + [ + "Ġbri", + "g" + ], + [ + "yl", + "ogen" + ], + [ + "Ġadv", + "ocated" + ], + [ + "Ġadvoc", + "ated" + ], + [ + "Ġadvocate", + "d" + ], + [ + "Cho", + "ose" + ], + [ + "-", + "value" + ], + [ + "-val", + "ue" + ], + [ + "P", + "ot" + ], + [ + "Po", + "t" + ], + [ + "Ġb", + "ord" + ], + [ + "Ġbo", + "rd" + ], + [ + "Ġbor", + "d" + ], + [ + "ch", + "anical" + ], + [ + "chan", + "ical" + ], + [ + "ĠEc", + "uador" + ], + [ + "Ġleak", + "age" + ], + [ + "Ġderiv", + "ative" + ], + [ + "ĠLith", + "uan" + ], + [ + "f", + "eld" + ], + [ + "fe", + "ld" + ], + [ + "fel", + "d" + ], + [ + "Ġ", + "Alpha" + ], + [ + "ĠAl", + "pha" + ], + [ + "ĠAlph", + "a" + ], + [ + "Ġdr", + "astic" + ], + [ + "Ġdra", + "stic" + ], + [ + "m", + "eal" + ], + [ + "me", + "al" + ], + [ + "Ġ", + "Mean" + ], + [ + "ĠM", + "ean" + ], + [ + "ĠMe", + "an" + ], + [ + "at", + "inum" + ], + [ + "atin", + "um" + ], + [ + "ati", + "num" + ], + [ + "ĠVol", + "can" + ], + [ + "Ġc", + "rews" + ], + [ + "Ġcre", + "ws" + ], + [ + "Ġcr", + "ews" + ], + [ + "Ġcrew", + "s" + ], + [ + "ĠS", + "ites" + ], + [ + "ĠSite", + "s" + ], + [ + "ĠSi", + "tes" + ], + [ + "ĠSit", + "es" + ], + [ + "ir", + "k" + ], + [ + "Ġ", + "DM" + ], + [ + "ĠD", + "M" + ], + [ + "t", + "hem" + ], + [ + "th", + "em" + ], + [ + "the", + "m" + ], + [ + "Ġatt", + "ractions" + ], + [ + "Ġattract", + "ions" + ], + [ + "Ġattraction", + "s" + ], + [ + "Ġtal", + "ented" + ], + [ + "Ġtalent", + "ed" + ], + [ + "b", + "ig" + ], + [ + "bi", + "g" + ], + [ + "Ġc", + "act" + ], + [ + "Ġca", + "ct" + ], + [ + "Ġcac", + "t" + ], + [ + "i", + "cc" + ], + [ + "ic", + "c" + ], + [ + "Ġpro", + "ceeds" + ], + [ + "Ġproceed", + "s" + ], + [ + "Ġproc", + "eeds" + ], + [ + "Ġ", + "Gon" + ], + [ + "ĠG", + "on" + ], + [ + "ĠGo", + "n" + ], + [ + "Ġdes", + "tiny" + ], + [ + "Ġdest", + "iny" + ], + [ + "Ġbed", + "room" + ], + [ + "ĠN", + "ova" + ], + [ + "ĠNo", + "va" + ], + [ + "ĠNov", + "a" + ], + [ + "Ġ", + "lac" + ], + [ + "Ġl", + "ac" + ], + [ + "Ġla", + "c" + ], + [ + "Ġcy", + "sts" + ], + [ + "Ġcyst", + "s" + ], + [ + "Ġimag", + "inary" + ], + [ + "Ġimagin", + "ary" + ], + [ + "Ġcapital", + "ist" + ], + [ + "Ġcapita", + "list" + ], + [ + "greg", + "ated" + ], + [ + "gre", + "gated" + ], + [ + "Ġatt", + "ainment" + ], + [ + "Ġattain", + "ment" + ], + [ + "Ġdecomp", + "osition" + ], + [ + "Rob", + "ert" + ], + [ + "Rober", + "t" + ], + [ + "Ro", + "bert" + ], + [ + "Ġb", + "rowse" + ], + [ + "Ġbrows", + "e" + ], + [ + "Ġbrow", + "se" + ], + [ + "Ġ", + "AG" + ], + [ + "ĠA", + "G" + ], + [ + "op", + "ian" + ], + [ + "opia", + "n" + ], + [ + "s", + "pace" + ], + [ + "sp", + "ace" + ], + [ + "Ġtrans", + "porting" + ], + [ + "Ġtransport", + "ing" + ], + [ + "Ġtransp", + "orting" + ], + [ + "Ġtranspor", + "ting" + ], + [ + "Ph", + "il" + ], + [ + "Ġ", + "âĪ" + ], + [ + "Ġâ", + "Ī" + ], + [ + "ĠMont", + "gomery" + ], + [ + "Ġalt", + "erations" + ], + [ + "Ġalter", + "ations" + ], + [ + "Ġalteration", + "s" + ], + [ + "ĠK", + "ur" + ], + [ + "ĠKu", + "r" + ], + [ + "Ġ", + "Monitor" + ], + [ + "ĠMon", + "itor" + ], + [ + "Ġpi", + "gments" + ], + [ + "Ġpig", + "ments" + ], + [ + "Ġpigment", + "s" + ], + [ + "ĠS", + "andy" + ], + [ + "ĠSan", + "dy" + ], + [ + "ĠSand", + "y" + ], + [ + "\"", + "If" + ], + [ + "\"I", + "f" + ], + [ + "U", + "I" + ], + [ + "p", + "it" + ], + [ + "pi", + "t" + ], + [ + "Ġs", + "por" + ], + [ + "Ġsp", + "or" + ], + [ + "Ġspo", + "r" + ], + [ + "o", + "ku" + ], + [ + "ok", + "u" + ], + [ + "Ġ", + "->" + ], + [ + "Ġ-", + ">" + ], + [ + "ĠRe", + "ich" + ], + [ + "Ġcop", + "ying" + ], + [ + "Ġcopy", + "ing" + ], + [ + "Ġcom", + "mented" + ], + [ + "Ġcomm", + "ented" + ], + [ + "Ġcomment", + "ed" + ], + [ + "Ġacceler", + "ating" + ], + [ + "Ġexcav", + "ated" + ], + [ + "Ġexcavate", + "d" + ], + [ + "Ġgest", + "ure" + ], + [ + "Ġ", + "Condition" + ], + [ + "ĠC", + "ondition" + ], + [ + "ĠCon", + "dition" + ], + [ + "ĠCond", + "ition" + ], + [ + "ĠHot", + "el" + ], + [ + "ĠHo", + "tel" + ], + [ + "Ġ", + "Manufacturing" + ], + [ + "ĠMan", + "ufacturing" + ], + [ + "ĠManufact", + "uring" + ], + [ + "Ġunder", + "went" + ], + [ + "Ġunderw", + "ent" + ], + [ + "ĠSte", + "wart" + ], + [ + "ĠStew", + "art" + ], + [ + "Ġy", + "arn" + ], + [ + "Ġyar", + "n" + ], + [ + "Ġya", + "rn" + ], + [ + "Ġ", + "stellar" + ], + [ + "Ġst", + "ellar" + ], + [ + "ther", + "net" + ], + [ + "Ġdis", + "astrous" + ], + [ + "Ġ", + "Speed" + ], + [ + "ĠSp", + "eed" + ], + [ + "ĠSpe", + "ed" + ], + [ + "Ġret", + "inal" + ], + [ + "Ġretina", + "l" + ], + [ + "Ġretin", + "al" + ], + [ + "t", + "ta" + ], + [ + "tt", + "a" + ], + [ + "Ġre", + "acts" + ], + [ + "Ġreact", + "s" + ], + [ + "Ġref", + "lections" + ], + [ + "Ġreflect", + "ions" + ], + [ + "Ġreflection", + "s" + ], + [ + "Te", + "chnology" + ], + [ + "Techn", + "ology" + ], + [ + "Ġpersu", + "ade" + ], + [ + "M", + "ary" + ], + [ + "Mar", + "y" + ], + [ + "Ma", + "ry" + ], + [ + "e", + "ctomy" + ], + [ + "ect", + "omy" + ], + [ + "Ġ", + "GN" + ], + [ + "ĠG", + "N" + ], + [ + "Ġsett", + "ling" + ], + [ + "Ġmel", + "ted" + ], + [ + "Ġmelt", + "ed" + ], + [ + "Ġ", + "Terms" + ], + [ + "ĠTer", + "ms" + ], + [ + "ĠTerm", + "s" + ], + [ + "Ġyield", + "ed" + ], + [ + "Ġl", + "actose" + ], + [ + "Ġlact", + "ose" + ], + [ + "S", + "ection" + ], + [ + "Se", + "ction" + ], + [ + "Sec", + "tion" + ], + [ + "h", + "oot" + ], + [ + "ho", + "ot" + ], + [ + "Ġh", + "ull" + ], + [ + "Ġhu", + "ll" + ], + [ + "Ġpro", + "gnosis" + ], + [ + "Ġprog", + "nosis" + ], + [ + "Ġst", + "eering" + ], + [ + "Ġste", + "ering" + ], + [ + "Ġsteer", + "ing" + ], + [ + "Ġ", + "Recogn" + ], + [ + "ĠRec", + "ogn" + ], + [ + "Ġmanifest", + "ations" + ], + [ + "Ġmanifestation", + "s" + ], + [ + "Ġtoile", + "ts" + ], + [ + "Ġtoilet", + "s" + ], + [ + "Ġtoil", + "ets" + ], + [ + "-cons", + "uming" + ], + [ + "f", + "olk" + ], + [ + "fol", + "k" + ], + [ + "on", + "ies" + ], + [ + "oni", + "es" + ], + [ + "Ġsn", + "ap" + ], + [ + "Ġdisp", + "osed" + ], + [ + "Ġdispose", + "d" + ], + [ + "ĠMess", + "iah" + ], + [ + "Similar", + "ly" + ], + [ + "Ġs", + "ands" + ], + [ + "Ġsand", + "s" + ], + [ + "Ġsan", + "ds" + ], + [ + "Ġin", + "organic" + ], + [ + "a", + "gin" + ], + [ + "ag", + "in" + ], + [ + "agi", + "n" + ], + [ + "Ġimp", + "rison" + ], + [ + "ĠK", + "le" + ], + [ + "ĠKl", + "e" + ], + [ + "-", + "source" + ], + [ + "-s", + "ource" + ], + [ + "Ġb", + "enz" + ], + [ + "Ġben", + "z" + ], + [ + "Ġcrit", + "ique" + ], + [ + "o", + "psis" + ], + [ + "op", + "sis" + ], + [ + "ops", + "is" + ], + [ + "ĠP", + "atri" + ], + [ + "ĠPat", + "ri" + ], + [ + "ĠPa", + "tri" + ], + [ + "-", + "containing" + ], + [ + "-cont", + "aining" + ], + [ + "-con", + "taining" + ], + [ + "Ġl", + "ice" + ], + [ + "Ġlic", + "e" + ], + [ + "Ġli", + "ce" + ], + [ + "st", + "ick" + ], + [ + "stic", + "k" + ], + [ + "r", + "iet" + ], + [ + "ri", + "et" + ], + [ + "rie", + "t" + ], + [ + "Ġprepared", + "ness" + ], + [ + "ĠMad", + "agascar" + ], + [ + "Ġcaval", + "ry" + ], + [ + "ĠC", + "inc" + ], + [ + "ĠCin", + "c" + ], + [ + "ĠCi", + "nc" + ], + [ + "ĠF", + "al" + ], + [ + "ĠFa", + "l" + ], + [ + "Ġgen", + "omes" + ], + [ + "Ġgenome", + "s" + ], + [ + "Ġvill", + "agers" + ], + [ + "Ġvillage", + "rs" + ], + [ + "Ġvilla", + "gers" + ], + [ + "Ġ", + "Temperature" + ], + [ + "ĠT", + "emperature" + ], + [ + "ĠTem", + "perature" + ], + [ + "ĠTemper", + "ature" + ], + [ + "Ġdent", + "ists" + ], + [ + "Ġdentist", + "s" + ], + [ + "Ġvag", + "ina" + ], + [ + "Ġva", + "gina" + ], + [ + "Ġcos", + "metic" + ], + [ + "Ġcosm", + "etic" + ], + [ + "Ġl", + "umber" + ], + [ + "Ġlum", + "ber" + ], + [ + "ĠC", + "ord" + ], + [ + "ĠCo", + "rd" + ], + [ + "ĠCor", + "d" + ], + [ + "o", + "meg" + ], + [ + "om", + "eg" + ], + [ + "ome", + "g" + ], + [ + "Ġcl", + "ips" + ], + [ + "Ġclip", + "s" + ], + [ + "Ġfl", + "ames" + ], + [ + "Ġflame", + "s" + ], + [ + "-", + "fl" + ], + [ + "-f", + "l" + ], + [ + "lick", + "r" + ], + [ + "Ġ", + "Basically" + ], + [ + "ĠBas", + "ically" + ], + [ + "ĠBasic", + "ally" + ], + [ + "v", + "ier" + ], + [ + "vi", + "er" + ], + [ + "vie", + "r" + ], + [ + "ab", + "sor" + ], + [ + "abs", + "or" + ], + [ + "Ġad", + "herence" + ], + [ + "Ġadhere", + "nce" + ], + [ + "âĢĿ", + "âĢĶ" + ], + [ + "b", + "yter" + ], + [ + "by", + "ter" + ], + [ + "byte", + "r" + ], + [ + "Ġ", + "Gene" + ], + [ + "ĠG", + "ene" + ], + [ + "ĠGe", + "ne" + ], + [ + "ĠGen", + "e" + ], + [ + "Ġ", + "Commercial" + ], + [ + "ĠCom", + "mercial" + ], + [ + "Ġ", + "Steven" + ], + [ + "ĠSt", + "even" + ], + [ + "ĠSte", + "ven" + ], + [ + "ĠSteve", + "n" + ], + [ + "ĠStev", + "en" + ], + [ + "Ġsatisf", + "ying" + ], + [ + "Ġsatisfy", + "ing" + ], + [ + "Ed", + "it" + ], + [ + "Ġ", + "Drugs" + ], + [ + "ĠDr", + "ugs" + ], + [ + "ĠDrug", + "s" + ], + [ + "ĠDru", + "gs" + ], + [ + "Ġfe", + "minist" + ], + [ + "Ġfem", + "inist" + ], + [ + "Ġfemin", + "ist" + ], + [ + "Ġmitochond", + "rial" + ], + [ + "Ġmitochondria", + "l" + ], + [ + "m", + "ass" + ], + [ + "ma", + "ss" + ], + [ + "mas", + "s" + ], + [ + "Ġf", + "ills" + ], + [ + "Ġfil", + "ls" + ], + [ + "Ġfill", + "s" + ], + [ + "Ġ", + "Calcium" + ], + [ + "ĠCal", + "cium" + ], + [ + "ĠCalc", + "ium" + ], + [ + "Ġign", + "oring" + ], + [ + "Ġignor", + "ing" + ], + [ + "Ġfort", + "ress" + ], + [ + "Ġ", + "Address" + ], + [ + "ĠAd", + "dress" + ], + [ + "ĠAdd", + "ress" + ], + [ + "D", + "B" + ], + [ + "t", + "hens" + ], + [ + "th", + "ens" + ], + [ + "the", + "ns" + ], + [ + "then", + "s" + ], + [ + "a", + "lis" + ], + [ + "al", + "is" + ], + [ + "ali", + "s" + ], + [ + "ĠS", + "ikh" + ], + [ + "ĠSi", + "kh" + ], + [ + "ĠSik", + "h" + ], + [ + "ĠH", + "undred" + ], + [ + "Ġsp", + "ouse" + ], + [ + "Ġspo", + "use" + ], + [ + "t", + "lement" + ], + [ + "tle", + "ment" + ], + [ + "Ġcons", + "umes" + ], + [ + "Ġconsum", + "es" + ], + [ + "Ġconsume", + "s" + ], + [ + "ĠFin", + "nish" + ], + [ + "ĠFinn", + "ish" + ], + [ + "Ġdiv", + "ides" + ], + [ + "Ġdivid", + "es" + ], + [ + "Ġdivide", + "s" + ], + [ + "Ġb", + "ree" + ], + [ + "Ġbr", + "ee" + ], + [ + "Ġbre", + "e" + ], + [ + "Ġind", + "efin" + ], + [ + "Ġpl", + "ank" + ], + [ + "Ġplan", + "k" + ], + [ + "ĠNe", + "ander" + ], + [ + "Ġcompar", + "atively" + ], + [ + "Ġcomparative", + "ly" + ], + [ + "Ġdeleg", + "ates" + ], + [ + "Ġdelegate", + "s" + ], + [ + "ĠR", + "ol" + ], + [ + "ĠRo", + "l" + ], + [ + "igh", + "ty" + ], + [ + "ight", + "y" + ], + [ + "Ġco", + "aches" + ], + [ + "Ġcoach", + "es" + ], + [ + "Ġinter", + "cept" + ], + [ + "Ġinterc", + "ept" + ], + [ + "der", + "ived" + ], + [ + "de", + "rived" + ], + [ + "oc", + "used" + ], + [ + "ocus", + "ed" + ], + [ + "Ġ", + "Leaf" + ], + [ + "ĠLe", + "af" + ], + [ + "ĠLea", + "f" + ], + [ + "Ġtrans", + "ferring" + ], + [ + "Ġtransfer", + "ring" + ], + [ + "Ġbrows", + "ers" + ], + [ + "Ġbrowser", + "s" + ], + [ + "Ġbrowse", + "rs" + ], + [ + "Ġbrow", + "sers" + ], + [ + "Ġex", + "ceeding" + ], + [ + "Ġexc", + "eeding" + ], + [ + "Ġexceed", + "ing" + ], + [ + "a", + "ution" + ], + [ + "au", + "tion" + ], + [ + "aut", + "ion" + ], + [ + "Ġ", + "Severe" + ], + [ + "ĠSe", + "vere" + ], + [ + "ĠSever", + "e" + ], + [ + "commun", + "ications" + ], + [ + "communication", + "s" + ], + [ + "M", + "ac" + ], + [ + "Ma", + "c" + ], + [ + "d", + "ata" + ], + [ + "da", + "ta" + ], + [ + "Ġmarket", + "place" + ], + [ + "Ġdeb", + "ts" + ], + [ + "Ġdebt", + "s" + ], + [ + "ĠG", + "las" + ], + [ + "ĠGl", + "as" + ], + [ + "Ġenhance", + "ment" + ], + [ + "ĠHindu", + "ism" + ], + [ + "Vis", + "it" + ], + [ + "Vi", + "sit" + ], + [ + "ĠD", + "allas" + ], + [ + "ĠDal", + "las" + ], + [ + "ĠDall", + "as" + ], + [ + "d", + "ev" + ], + [ + "de", + "v" + ], + [ + "Ġ", + "Expert" + ], + [ + "ĠEx", + "pert" + ], + [ + "ĠExper", + "t" + ], + [ + "ĠExp", + "ert" + ], + [ + "Ġtorn", + "ado" + ], + [ + "Ġconf", + "ronted" + ], + [ + "Ġconfront", + "ed" + ], + [ + "Ġconfron", + "ted" + ], + [ + "Ġ", + "å" + ], + [ + "l", + "esi" + ], + [ + "le", + "si" + ], + [ + "les", + "i" + ], + [ + "Ġop", + "era" + ], + [ + "Ġoper", + "a" + ], + [ + "Ġem", + "bro" + ], + [ + "Ġemb", + "ro" + ], + [ + "A", + "round" + ], + [ + "Ar", + "ound" + ], + [ + "Ġ", + "bury" + ], + [ + "Ġb", + "ury" + ], + [ + "Ġbu", + "ry" + ], + [ + "Ġbur", + "y" + ], + [ + "ĠM", + "ack" + ], + [ + "ĠMa", + "ck" + ], + [ + "ĠMac", + "k" + ], + [ + "Ġ", + "RES" + ], + [ + "ĠR", + "ES" + ], + [ + "ĠRE", + "S" + ], + [ + "Ġ", + "Surface" + ], + [ + "ĠS", + "urface" + ], + [ + "ĠSur", + "face" + ], + [ + "Ġ", + "Initially" + ], + [ + "ĠInit", + "ially" + ], + [ + "ĠInitial", + "ly" + ], + [ + "ĠRh", + "ode" + ], + [ + "ĠRhod", + "e" + ], + [ + "Ġ", + "Behavioral" + ], + [ + "ĠBe", + "havioral" + ], + [ + "ĠBehavior", + "al" + ], + [ + "ĠRe", + "quire" + ], + [ + "ĠRequ", + "ire" + ], + [ + "-", + "In" + ], + [ + "-I", + "n" + ], + [ + "ĠR", + "u" + ], + [ + "Ġz", + "ebra" + ], + [ + "Ġze", + "bra" + ], + [ + "I", + "NT" + ], + [ + "IN", + "T" + ], + [ + "I", + "ONS" + ], + [ + "ION", + "S" + ], + [ + "IO", + "NS" + ], + [ + "en", + "cer" + ], + [ + "ence", + "r" + ], + [ + "enc", + "er" + ], + [ + "Ġm", + "osaic" + ], + [ + "Ġmos", + "aic" + ], + [ + "Ġ", + "Income" + ], + [ + "ĠIn", + "come" + ], + [ + "ĠInc", + "ome" + ], + [ + "Ġmay", + "or" + ], + [ + "Ġe", + "steem" + ], + [ + "Ġest", + "eem" + ], + [ + "Ġprep", + "ares" + ], + [ + "Ġprepar", + "es" + ], + [ + "Ġprepare", + "s" + ], + [ + "Ġlig", + "ament" + ], + [ + "Ġprop", + "hets" + ], + [ + "Ġprophe", + "ts" + ], + [ + "Ġprophet", + "s" + ], + [ + "Ben", + "efits" + ], + [ + "B", + "ritish" + ], + [ + "Brit", + "ish" + ], + [ + "Ġ", + "]" + ], + [ + "P", + "sych" + ], + [ + "Ps", + "ych" + ], + [ + "d", + "oor" + ], + [ + "do", + "or" + ], + [ + "Ġm", + "oths" + ], + [ + "Ġmot", + "hs" + ], + [ + "Ġmo", + "ths" + ], + [ + "Ġmoth", + "s" + ], + [ + "ĠRe", + "agan" + ], + [ + "Ġcred", + "ibility" + ], + [ + "Bl", + "ood" + ], + [ + "M", + "J" + ], + [ + "r", + "oved" + ], + [ + "ro", + "ved" + ], + [ + "rove", + "d" + ], + [ + "rov", + "ed" + ], + [ + "o", + "ter" + ], + [ + "ot", + "er" + ], + [ + "ote", + "r" + ], + [ + "ĠS", + "abbath" + ], + [ + "ĠSab", + "bath" + ], + [ + "Ġup", + "side" + ], + [ + "Ġups", + "ide" + ], + [ + "Ġed", + "itions" + ], + [ + "Ġedition", + "s" + ], + [ + "Ġedit", + "ions" + ], + [ + "ĠG", + "uy" + ], + [ + "ĠGu", + "y" + ], + [ + "Ġ", + "Reader" + ], + [ + "ĠRe", + "ader" + ], + [ + "ĠRead", + "er" + ], + [ + "Ġmiss", + "iles" + ], + [ + "Ġmissile", + "s" + ], + [ + "hi", + "story" + ], + [ + "hist", + "ory" + ], + [ + "ĠTas", + "man" + ], + [ + "-", + "General" + ], + [ + "v", + "ents" + ], + [ + "vent", + "s" + ], + [ + "ven", + "ts" + ], + [ + "Ġd", + "ining" + ], + [ + "Ġdi", + "ning" + ], + [ + "Ġdin", + "ing" + ], + [ + "i", + "bles" + ], + [ + "ib", + "les" + ], + [ + "ible", + "s" + ], + [ + "ibl", + "es" + ], + [ + "Ġsc", + "oring" + ], + [ + "Ġscor", + "ing" + ], + [ + "te", + "chn" + ], + [ + "tec", + "hn" + ], + [ + "tech", + "n" + ], + [ + "Ġ", + "doctoral" + ], + [ + "Ġdo", + "ctoral" + ], + [ + "Ġdoct", + "oral" + ], + [ + "Ġdoctor", + "al" + ], + [ + "Ġ", + "Discover" + ], + [ + "ĠDis", + "cover" + ], + [ + "ĠDisc", + "over" + ], + [ + "Ġtyp", + "h" + ], + [ + "Ġty", + "ph" + ], + [ + ".", + "V" + ], + [ + "Ġp", + "aved" + ], + [ + "Ġpave", + "d" + ], + [ + "Ġpa", + "ved" + ], + [ + "Ġpav", + "ed" + ], + [ + "rodu", + "ce" + ], + [ + "rod", + "uce" + ], + [ + "k", + "lore" + ], + [ + "kl", + "ore" + ], + [ + "Ġ", + "Laura" + ], + [ + "ĠL", + "aura" + ], + [ + "ĠLa", + "ura" + ], + [ + "ĠLaur", + "a" + ], + [ + "ĠLau", + "ra" + ], + [ + "M", + "ain" + ], + [ + "Ma", + "in" + ], + [ + "P", + "G" + ], + [ + "P", + "rim" + ], + [ + "Pr", + "im" + ], + [ + "Ñ", + "ĥ" + ], + [ + "ĠB", + "elt" + ], + [ + "ĠBe", + "lt" + ], + [ + "ĠBel", + "t" + ], + [ + "ĠH", + "us" + ], + [ + "ĠHu", + "s" + ], + [ + "ĠH", + "ipp" + ], + [ + "ĠHi", + "pp" + ], + [ + "ĠHip", + "p" + ], + [ + "ĠL", + "ion" + ], + [ + "ĠLi", + "on" + ], + [ + "Ġind", + "ispens" + ], + [ + "Ġshow", + "c" + ], + [ + "Ġequ", + "ip" + ], + [ + "Ġcru", + "ise" + ], + [ + "Ġneuro", + "science" + ], + [ + "Ġneur", + "oscience" + ], + [ + "Ġneuros", + "cience" + ], + [ + "Ġmush", + "room" + ], + [ + "T", + "ips" + ], + [ + "Tip", + "s" + ], + [ + "Ti", + "ps" + ], + [ + "Ġ", + "Fill" + ], + [ + "ĠF", + "ill" + ], + [ + "ĠFil", + "l" + ], + [ + "ĠFi", + "ll" + ], + [ + "Ġpro", + "tons" + ], + [ + "Ġprot", + "ons" + ], + [ + "Ġproton", + "s" + ], + [ + "Ġproto", + "ns" + ], + [ + "ĠRes", + "olution" + ], + [ + "Ġtit", + "anium" + ], + [ + "Ġtitan", + "ium" + ], + [ + "Ġatt", + "racts" + ], + [ + "Ġattract", + "s" + ], + [ + "C", + "reating" + ], + [ + "Cr", + "eating" + ], + [ + "Creat", + "ing" + ], + [ + "Ġd", + "ire" + ], + [ + "Ġdi", + "re" + ], + [ + "Ġdir", + "e" + ], + [ + "Ġhigh", + "ways" + ], + [ + "Ġhighway", + "s" + ], + [ + "Ġabs", + "cess" + ], + [ + "Ġsouth", + "western" + ], + [ + "Ġsouthwest", + "ern" + ], + [ + "ĠP", + "alm" + ], + [ + "ĠPal", + "m" + ], + [ + "ĠPa", + "lm" + ], + [ + "Ġas", + "certain" + ], + [ + "Ġasc", + "ertain" + ], + [ + "ĠMedic", + "aid" + ], + [ + "ĠMedica", + "id" + ], + [ + "G", + "erman" + ], + [ + "Germ", + "an" + ], + [ + "Ger", + "man" + ], + [ + "Ġw", + "aking" + ], + [ + "Ġwa", + "king" + ], + [ + "Ġwe", + "aving" + ], + [ + "ob", + "iles" + ], + [ + "obile", + "s" + ], + [ + "obil", + "es" + ], + [ + "obi", + "les" + ], + [ + "Ġn", + "oises" + ], + [ + "Ġno", + "ises" + ], + [ + "Ġnoise", + "s" + ], + [ + "Ġnois", + "es" + ], + [ + "Ġg", + "rading" + ], + [ + "Ġgra", + "ding" + ], + [ + "Ġgr", + "ading" + ], + [ + "Ġgrad", + "ing" + ], + [ + "Ġcur", + "v" + ], + [ + "Ġ", + "selfish" + ], + [ + "Ġself", + "ish" + ], + [ + "Ġsel", + "fish" + ], + [ + "ĠIm", + "aging" + ], + [ + "ĠImag", + "ing" + ], + [ + "Ġest", + "imation" + ], + [ + "Ġestim", + "ation" + ], + [ + "Ġdis", + "pose" + ], + [ + "Ġdisp", + "ose" + ], + [ + "I", + "mp" + ], + [ + "Im", + "p" + ], + [ + "Ġfant", + "asy" + ], + [ + "Ġfantas", + "y" + ], + [ + "Ġintr", + "aven" + ], + [ + "Ġintra", + "ven" + ], + [ + "Ġhapp", + "ier" + ], + [ + "ĠCar", + "negie" + ], + [ + "asion", + "ally" + ], + [ + "asional", + "ly" + ], + [ + "Ġmer", + "ged" + ], + [ + "Ġmerge", + "d" + ], + [ + "S", + "at" + ], + [ + "Sa", + "t" + ], + [ + "b", + "eck" + ], + [ + "be", + "ck" + ], + [ + "bec", + "k" + ], + [ + "d", + "rop" + ], + [ + "dr", + "op" + ], + [ + "dro", + "p" + ], + [ + "n", + "an" + ], + [ + "na", + "n" + ], + [ + "ĠM", + "ol" + ], + [ + "ĠMo", + "l" + ], + [ + "ĠH", + "omer" + ], + [ + "ĠHome", + "r" + ], + [ + "ĠHo", + "mer" + ], + [ + "ĠHom", + "er" + ], + [ + "Ġbl", + "ues" + ], + [ + "Ġblue", + "s" + ], + [ + "Ġblu", + "es" + ], + [ + "Ġop", + "pose" + ], + [ + "Ġopp", + "ose" + ], + [ + "Ġpet", + "als" + ], + [ + "Ġpetal", + "s" + ], + [ + "Ġ", + "idi" + ], + [ + "Ġi", + "di" + ], + [ + "Ġid", + "i" + ], + [ + "Ġampl", + "itude" + ], + [ + "ar", + "g" + ], + [ + "u", + "tan" + ], + [ + "ut", + "an" + ], + [ + "uta", + "n" + ], + [ + "Ġ", + "Fuel" + ], + [ + "ĠF", + "uel" + ], + [ + "ĠFu", + "el" + ], + [ + "ĠFue", + "l" + ], + [ + "Ġp", + "atrol" + ], + [ + "Ġpat", + "rol" + ], + [ + "Ġflu", + "ency" + ], + [ + "Ġrich", + "est" + ], + [ + "Ġric", + "hest" + ], + [ + "Ġriches", + "t" + ], + [ + "d", + "isc" + ], + [ + "dis", + "c" + ], + [ + "di", + "sc" + ], + [ + "Ġl", + "adies" + ], + [ + "Ġla", + "dies" + ], + [ + "Ġlad", + "ies" + ], + [ + "Ġ", + "Something" + ], + [ + "ĠS", + "omething" + ], + [ + "ĠSome", + "thing" + ], + [ + "ĠSom", + "ething" + ], + [ + "i", + "ppers" + ], + [ + "ip", + "pers" + ], + [ + "ipp", + "ers" + ], + [ + "ipper", + "s" + ], + [ + "ow", + "ski" + ], + [ + "ows", + "ki" + ], + [ + "Ġcoord", + "inator" + ], + [ + "ĠB", + "urg" + ], + [ + "ĠBur", + "g" + ], + [ + "r", + "ud" + ], + [ + "ru", + "d" + ], + [ + "Ä", + "±" + ], + [ + "Ġ", + "Todd" + ], + [ + "ĠT", + "odd" + ], + [ + "ĠTo", + "dd" + ], + [ + "ĠTod", + "d" + ], + [ + "Ġme", + "asurable" + ], + [ + "Ġmeas", + "urable" + ], + [ + "ĠApp", + "alach" + ], + [ + "Ġsubmer", + "ged" + ], + [ + "L", + "ittle" + ], + [ + "Lit", + "tle" + ], + [ + "e", + "rable" + ], + [ + "er", + "able" + ], + [ + "era", + "ble" + ], + [ + "o", + "gh" + ], + [ + "og", + "h" + ], + [ + "Ġ", + "Storage" + ], + [ + "ĠSt", + "orage" + ], + [ + "ĠSto", + "rage" + ], + [ + "ĠStor", + "age" + ], + [ + "-", + "cal" + ], + [ + "-c", + "al" + ], + [ + "-ca", + "l" + ], + [ + "ĠAugust", + "ine" + ], + [ + "-", + "European" + ], + [ + "-E", + "uropean" + ], + [ + "Ġse", + "arched" + ], + [ + "Ġsearch", + "ed" + ], + [ + "Ġsearc", + "hed" + ], + [ + "Re", + "turn" + ], + [ + "Ret", + "urn" + ], + [ + "Ġhelic", + "opter" + ], + [ + "p", + "g" + ], + [ + "Ġst", + "agger" + ], + [ + "Ġsta", + "gger" + ], + [ + "Ġstag", + "ger" + ], + [ + "Ġ", + "Behind" + ], + [ + "ĠBe", + "hind" + ], + [ + "ĠBeh", + "ind" + ], + [ + "Ġpro", + "biotics" + ], + [ + "Ġprob", + "iotics" + ], + [ + "Ġprobiotic", + "s" + ], + [ + "urch", + "ase" + ], + [ + "Ġmus", + "ician" + ], + [ + "Ġmusic", + "ian" + ], + [ + "Ġres", + "pects" + ], + [ + "Ġresp", + "ects" + ], + [ + "Ġrespect", + "s" + ], + [ + "ĠQu", + "arter" + ], + [ + "ĠQuart", + "er" + ], + [ + "ĠQuar", + "ter" + ], + [ + "Ġatt", + "racting" + ], + [ + "Ġattract", + "ing" + ], + [ + "ĠRo", + "gers" + ], + [ + "ĠRog", + "ers" + ], + [ + "ĠRoger", + "s" + ], + [ + "n", + "amed" + ], + [ + "na", + "med" + ], + [ + "name", + "d" + ], + [ + "nam", + "ed" + ], + [ + "Ġ", + "Mang" + ], + [ + "ĠM", + "ang" + ], + [ + "ĠMan", + "g" + ], + [ + "ĠMa", + "ng" + ], + [ + "Ġneighbour", + "hood" + ], + [ + "ĠN", + "ATO" + ], + [ + "ĠNA", + "TO" + ], + [ + "ĠNAT", + "O" + ], + [ + "-", + "aged" + ], + [ + "-a", + "ged" + ], + [ + "-age", + "d" + ], + [ + "-ag", + "ed" + ], + [ + "Ġ", + "pent" + ], + [ + "Ġp", + "ent" + ], + [ + "Ġpe", + "nt" + ], + [ + "Ġpen", + "t" + ], + [ + "Ġm", + "alf" + ], + [ + "Ġmal", + "f" + ], + [ + "Ġall", + "oys" + ], + [ + "Ġalloy", + "s" + ], + [ + "anc", + "ipation" + ], + [ + "ancip", + "ation" + ], + [ + "par", + "ation" + ], + [ + "pa", + "ration" + ], + [ + "para", + "tion" + ], + [ + "Ġ", + "runners" + ], + [ + "Ġrun", + "ners" + ], + [ + "Ġrunner", + "s" + ], + [ + "-", + "house" + ], + [ + "-h", + "ouse" + ], + [ + "Ġmission", + "ary" + ], + [ + "Ġ", + "Older" + ], + [ + "ĠOld", + "er" + ], + [ + "ĠOl", + "der" + ], + [ + "Ġval", + "idate" + ], + [ + "Ġvalid", + "ate" + ], + [ + "Ġpre", + "fix" + ], + [ + "Ġpref", + "ix" + ], + [ + "Ġh", + "ort" + ], + [ + "Ġhor", + "t" + ], + [ + "Ġho", + "rt" + ], + [ + "ĠS", + "om" + ], + [ + "ĠSo", + "m" + ], + [ + "i", + "fts" + ], + [ + "if", + "ts" + ], + [ + "ift", + "s" + ], + [ + "Ġ", + "Mul" + ], + [ + "ĠM", + "ul" + ], + [ + "ĠMu", + "l" + ], + [ + "Ġpl", + "acent" + ], + [ + "Ġplace", + "nt" + ], + [ + "Ġpla", + "cent" + ], + [ + "Ġplac", + "ent" + ], + [ + "Ġph", + "onics" + ], + [ + "Ġphon", + "ics" + ], + [ + "Ġgen", + "res" + ], + [ + "Ġgenre", + "s" + ], + [ + "I", + "nit" + ], + [ + "In", + "it" + ], + [ + "Ġexp", + "lor" + ], + [ + "Ġexpl", + "or" + ], + [ + "Ġexplo", + "r" + ], + [ + "-", + "carbon" + ], + [ + "-c", + "arbon" + ], + [ + "-car", + "bon" + ], + [ + "-carb", + "on" + ], + [ + "Ġfre", + "ight" + ], + [ + "Ġfr", + "eight" + ], + [ + "Ġw", + "inding" + ], + [ + "Ġwind", + "ing" + ], + [ + "Ġwin", + "ding" + ], + [ + "Ġbless", + "ings" + ], + [ + "Ġblessing", + "s" + ], + [ + "ĠSac", + "rament" + ], + [ + "Ġs", + "orry" + ], + [ + "Ġsor", + "ry" + ], + [ + "Ġ", + "Written" + ], + [ + "ĠW", + "ritten" + ], + [ + "ĠWrit", + "ten" + ], + [ + "ĠHe", + "in" + ], + [ + "Ġ", + "Conduct" + ], + [ + "ĠC", + "onduct" + ], + [ + "ĠCon", + "duct" + ], + [ + "ĠCond", + "uct" + ], + [ + "Ġ", + "External" + ], + [ + "ĠEx", + "ternal" + ], + [ + "ĠExt", + "ernal" + ], + [ + "Ġmod", + "eled" + ], + [ + "Ġmodel", + "ed" + ], + [ + "Ġmode", + "led" + ], + [ + "ĠAm", + "sterdam" + ], + [ + "Ġhope", + "less" + ], + [ + "Ġhop", + "eless" + ], + [ + "Ġcrus", + "her" + ], + [ + "Ġcrush", + "er" + ], + [ + "C", + "ong" + ], + [ + "Con", + "g" + ], + [ + "Co", + "ng" + ], + [ + "y", + "ll" + ], + [ + "yl", + "l" + ], + [ + "Ġ", + "dad" + ], + [ + "Ġd", + "ad" + ], + [ + "Ġda", + "d" + ], + [ + "Ġelect", + "roc" + ], + [ + "Ġelectr", + "oc" + ], + [ + "Ġelectro", + "c" + ], + [ + "-f", + "ired" + ], + [ + "-fi", + "red" + ], + [ + "-fire", + "d" + ], + [ + "ĠAp", + "ache" + ], + [ + "Ġ", + "Format" + ], + [ + "ĠFor", + "mat" + ], + [ + "ĠForm", + "at" + ], + [ + "Ġunder", + "mine" + ], + [ + "Ġunderm", + "ine" + ], + [ + "M", + "ENT" + ], + [ + "ME", + "NT" + ], + [ + "Ġover", + "see" + ], + [ + "Ġoverse", + "e" + ], + [ + "Ġovers", + "ee" + ], + [ + "Ġcirc", + "adian" + ], + [ + "En", + "ter" + ], + [ + "Ent", + "er" + ], + [ + "Ġsuperf", + "icial" + ], + [ + "Ġf", + "eces" + ], + [ + "Ġfe", + "ces" + ], + [ + "Ġ", + "sty" + ], + [ + "Ġs", + "ty" + ], + [ + "Ġst", + "y" + ], + [ + "ĠW", + "at" + ], + [ + "ĠWa", + "t" + ], + [ + "Ġgen", + "omic" + ], + [ + "Ġs", + "wings" + ], + [ + "Ġsw", + "ings" + ], + [ + "Ġswing", + "s" + ], + [ + "Ġjud", + "gments" + ], + [ + "Ġjudgment", + "s" + ], + [ + "ĠSur", + "ve" + ], + [ + "ĠSurv", + "e" + ], + [ + "Ġ", + "Supply" + ], + [ + "ĠS", + "upply" + ], + [ + "ĠSupp", + "ly" + ], + [ + "ĠSup", + "ply" + ], + [ + "ĠSuppl", + "y" + ], + [ + "Ġ", + "Difference" + ], + [ + "ĠD", + "ifference" + ], + [ + "ĠDiff", + "erence" + ], + [ + "Ġgiant", + "s" + ], + [ + "Ġgi", + "ants" + ], + [ + "Ġ", + "_" + ], + [ + "C", + "oll" + ], + [ + "Col", + "l" + ], + [ + "Co", + "ll" + ], + [ + "u", + "ria" + ], + [ + "ur", + "ia" + ], + [ + "uri", + "a" + ], + [ + "s", + "che" + ], + [ + "sc", + "he" + ], + [ + "sch", + "e" + ], + [ + "Ġre", + "vival" + ], + [ + "Ġrev", + "ival" + ], + [ + "Ġexperim", + "enting" + ], + [ + "Ġexperiment", + "ing" + ], + [ + "-", + "ref" + ], + [ + "-re", + "f" + ], + [ + "-r", + "ef" + ], + [ + "opl", + "ankton" + ], + [ + "Ġp", + "roxy" + ], + [ + "Ġpro", + "xy" + ], + [ + "Ġpr", + "oxy" + ], + [ + "Ġprox", + "y" + ], + [ + "Ġelectro", + "lyte" + ], + [ + "Ġelectroly", + "te" + ], + [ + "Ġrupt", + "ure" + ], + [ + "W", + "ood" + ], + [ + "o", + "ust" + ], + [ + "ou", + "st" + ], + [ + "ous", + "t" + ], + [ + "as", + "so" + ], + [ + "ass", + "o" + ], + [ + "r", + "able" + ], + [ + "ra", + "ble" + ], + [ + "rab", + "le" + ], + [ + "Ġ", + "ME" + ], + [ + "ĠM", + "E" + ], + [ + "me", + "aning" + ], + [ + "mean", + "ing" + ], + [ + "Ġ", + "login" + ], + [ + "Ġlo", + "gin" + ], + [ + "Ġlog", + "in" + ], + [ + "Ġsurround", + "s" + ], + [ + "ĠWorks", + "hop" + ], + [ + "Ġ", + "Maths" + ], + [ + "ĠM", + "aths" + ], + [ + "ĠMat", + "hs" + ], + [ + "ĠMa", + "ths" + ], + [ + "ĠMath", + "s" + ], + [ + "B", + "P" + ], + [ + "r", + "ase" + ], + [ + "ra", + "se" + ], + [ + "ras", + "e" + ], + [ + "h", + "ero" + ], + [ + "he", + "ro" + ], + [ + "her", + "o" + ], + [ + "Ġ", + "fel" + ], + [ + "Ġf", + "el" + ], + [ + "Ġfe", + "l" + ], + [ + "Ġpres", + "idents" + ], + [ + "Ġpresident", + "s" + ], + [ + "ĠF", + "rances" + ], + [ + "ĠFr", + "ances" + ], + [ + "ĠFrance", + "s" + ], + [ + "ĠFranc", + "es" + ], + [ + "ĠFra", + "nces" + ], + [ + "ĠFran", + "ces" + ], + [ + "ĠFre", + "ud" + ], + [ + "Ġleg", + "itim" + ], + [ + "Ġlegit", + "im" + ], + [ + "Ġd", + "ances" + ], + [ + "Ġdance", + "s" + ], + [ + "Ġda", + "nces" + ], + [ + "Ġdan", + "ces" + ], + [ + "Ġcont", + "ractors" + ], + [ + "Ġcontract", + "ors" + ], + [ + "Ġcontra", + "ctors" + ], + [ + "Ġcontractor", + "s" + ], + [ + "aph", + "rag" + ], + [ + "Ġ", + "glacial" + ], + [ + "Ġgl", + "acial" + ], + [ + "Ġglac", + "ial" + ], + [ + "Ġprosper", + "ous" + ], + [ + "Ġprosp", + "erous" + ], + [ + "Ġtrans", + "cend" + ], + [ + "Ġtransc", + "end" + ], + [ + "Ġsc", + "ream" + ], + [ + "con", + "f" + ], + [ + "Ġ", + "Spot" + ], + [ + "ĠS", + "pot" + ], + [ + "ĠSp", + "ot" + ], + [ + "Ġgraph", + "ical" + ], + [ + "Ġgraphic", + "al" + ], + [ + "E", + "LL" + ], + [ + "EL", + "L" + ], + [ + "Ġexcav", + "ations" + ], + [ + "Ġexcavation", + "s" + ], + [ + "b", + "us" + ], + [ + "bu", + "s" + ], + [ + "h", + "ome" + ], + [ + "ho", + "me" + ], + [ + "hom", + "e" + ], + [ + "s", + "tance" + ], + [ + "st", + "ance" + ], + [ + "stan", + "ce" + ], + [ + "sta", + "nce" + ], + [ + "Ġpart", + "iculate" + ], + [ + "Ġpartic", + "ulate" + ], + [ + "iv", + "ided" + ], + [ + "ivid", + "ed" + ], + [ + "ivi", + "ded" + ], + [ + "Ġr", + "adically" + ], + [ + "Ġrad", + "ically" + ], + [ + "Ġradical", + "ly" + ], + [ + "Ġb", + "arg" + ], + [ + "Ġbar", + "g" + ], + [ + "Ġbroad", + "band" + ], + [ + "Ġ", + "Obviously" + ], + [ + "ĠOb", + "viously" + ], + [ + "Ġ", + "Symbol" + ], + [ + "ĠSym", + "bol" + ], + [ + "Ġped", + "estrian" + ], + [ + "Ġpedest", + "rian" + ], + [ + "M", + "en" + ], + [ + "Me", + "n" + ], + [ + "a", + "dal" + ], + [ + "ad", + "al" + ], + [ + "ada", + "l" + ], + [ + "Ġrec", + "urring" + ], + [ + "Ġrecur", + "ring" + ], + [ + "Ġ", + "Changing" + ], + [ + "ĠCh", + "anging" + ], + [ + "ĠChan", + "ging" + ], + [ + "ĠChang", + "ing" + ], + [ + "-s", + "ensitive" + ], + [ + "Ch", + "ild" + ], + [ + "Chi", + "ld" + ], + [ + "Ġir", + "rad" + ], + [ + "Ġenthusi", + "asts" + ], + [ + "Ġenthusiast", + "s" + ], + [ + "Ġf", + "ights" + ], + [ + "Ġfight", + "s" + ], + [ + "ĠB", + "ened" + ], + [ + "ĠBe", + "ned" + ], + [ + "ĠBen", + "ed" + ], + [ + "ĠBene", + "d" + ], + [ + "Ġad", + "versely" + ], + [ + "Ġadverse", + "ly" + ], + [ + "ĠFil", + "ip" + ], + [ + "ĠFi", + "lip" + ], + [ + "Ġn", + "iche" + ], + [ + "Ġnic", + "he" + ], + [ + "Ġni", + "che" + ], + [ + "Ġdis", + "charged" + ], + [ + "Ġdischarge", + "d" + ], + [ + "Ġdischar", + "ged" + ], + [ + "ĠS", + "omal" + ], + [ + "ĠSo", + "mal" + ], + [ + "ĠSom", + "al" + ], + [ + "Ġsp", + "herical" + ], + [ + "Ġ", + "aches" + ], + [ + "Ġa", + "ches" + ], + [ + "Ġac", + "hes" + ], + [ + "Ġache", + "s" + ], + [ + "Ġach", + "es" + ], + [ + "Ġs", + "ympathetic" + ], + [ + "Ġsym", + "pathetic" + ], + [ + "Ġsymp", + "athetic" + ], + [ + "Ġsympath", + "etic" + ], + [ + "h", + "olding" + ], + [ + "hold", + "ing" + ], + [ + "hol", + "ding" + ], + [ + "Ġwid", + "ow" + ], + [ + "Ġ", + "âī" + ], + [ + "Ġâ", + "ī" + ], + [ + "Ġpion", + "eers" + ], + [ + "Ġpioneer", + "s" + ], + [ + "Ġ", + "Website" + ], + [ + "ĠWe", + "bsite" + ], + [ + "ĠWeb", + "site" + ], + [ + "ĠWebs", + "ite" + ], + [ + "?", + "âĢĻ" + ], + [ + "Ġ", + "Ign" + ], + [ + "ĠI", + "gn" + ], + [ + "ĠIg", + "n" + ], + [ + "Ġ", + "Shell" + ], + [ + "ĠS", + "hell" + ], + [ + "ĠSh", + "ell" + ], + [ + "ĠShe", + "ll" + ], + [ + "ĠShel", + "l" + ], + [ + "ĠDis", + "abilities" + ], + [ + "Ġgrass", + "lands" + ], + [ + "Ġgrassland", + "s" + ], + [ + "Ġspl", + "end" + ], + [ + "Ġveter", + "an" + ], + [ + "-", + "run" + ], + [ + "-r", + "un" + ], + [ + "Ġg", + "astric" + ], + [ + "Ġgast", + "ric" + ], + [ + "ĠYellow", + "stone" + ], + [ + "ic", + "ulous" + ], + [ + "icul", + "ous" + ], + [ + "ac", + "char" + ], + [ + "acc", + "har" + ], + [ + "Ġ", + "Raw" + ], + [ + "ĠR", + "aw" + ], + [ + "ĠRa", + "w" + ], + [ + "Ġsp", + "oon" + ], + [ + "Ġspo", + "on" + ], + [ + "Ġen", + "tails" + ], + [ + "Ġent", + "ails" + ], + [ + "Ġentail", + "s" + ], + [ + "c", + "lock" + ], + [ + "cl", + "ock" + ], + [ + "Ġcourse", + "work" + ], + [ + "Ġsum", + "mers" + ], + [ + "Ġsummer", + "s" + ], + [ + "Ġsumm", + "ers" + ], + [ + "Ġreg", + "ulator" + ], + [ + "Ġregul", + "ator" + ], + [ + "Ġdys", + "lexia" + ], + [ + "ĠGuatemal", + "a" + ], + [ + "Ġt", + "ile" + ], + [ + "Ġtil", + "e" + ], + [ + "Ġti", + "le" + ], + [ + "Ġon", + "ion" + ], + [ + "is", + "hn" + ], + [ + "ish", + "n" + ], + [ + "Ġpres", + "erv" + ], + [ + "Ġconv", + "icted" + ], + [ + "Ġconvict", + "ed" + ], + [ + "Ġ", + "Copper" + ], + [ + "ĠC", + "opper" + ], + [ + "ĠCo", + "pper" + ], + [ + "ĠCop", + "per" + ], + [ + "Ġvertebra", + "e" + ], + [ + "\"", + ")." + ], + [ + "\")", + "." + ], + [ + "F", + "i" + ], + [ + "S", + "u" + ], + [ + "p", + "aper" + ], + [ + "pa", + "per" + ], + [ + "Ġp", + "ushes" + ], + [ + "Ġpush", + "es" + ], + [ + "Ġpus", + "hes" + ], + [ + "Ġin", + "ward" + ], + [ + "Ġc", + "rest" + ], + [ + "Ġcre", + "st" + ], + [ + "Ġcr", + "est" + ], + [ + "Ġ", + "Email" + ], + [ + "ĠE", + "mail" + ], + [ + "ĠEm", + "ail" + ], + [ + "Ġmis", + "use" + ], + [ + "Ġpre", + "ceded" + ], + [ + "Ġprec", + "eded" + ], + [ + "Ġpreced", + "ed" + ], + [ + "Ġprecede", + "d" + ], + [ + "pl", + "astic" + ], + [ + "Ġc", + "oy" + ], + [ + "Ġco", + "y" + ], + [ + "Ġf", + "ixing" + ], + [ + "Ġfix", + "ing" + ], + [ + "Ġfi", + "xing" + ], + [ + "r", + "ogram" + ], + [ + "ro", + "gram" + ], + [ + "rog", + "ram" + ], + [ + "Ġ", + "Isaiah" + ], + [ + "ĠIsa", + "iah" + ], + [ + "-", + "edge" + ], + [ + "-ed", + "ge" + ], + [ + "S", + "uper" + ], + [ + "Su", + "per" + ], + [ + "Sup", + "er" + ], + [ + "g", + "rams" + ], + [ + "gra", + "ms" + ], + [ + "gram", + "s" + ], + [ + "gr", + "ams" + ], + [ + "Ġs", + "erm" + ], + [ + "Ġse", + "rm" + ], + [ + "Ġser", + "m" + ], + [ + "Ġ", + "excel" + ], + [ + "Ġex", + "cel" + ], + [ + "Ġexc", + "el" + ], + [ + "Ġd", + "isks" + ], + [ + "Ġdis", + "ks" + ], + [ + "Ġdisk", + "s" + ], + [ + "Ġdis", + "reg" + ], + [ + "i", + "eu" + ], + [ + "ie", + "u" + ], + [ + "Ġins", + "ist" + ], + [ + "Ġpur", + "ification" + ], + [ + "Ġpu", + "rification" + ], + [ + "ĠR", + "eh" + ], + [ + "ĠRe", + "h" + ], + [ + "as", + "ket" + ], + [ + "ask", + "et" + ], + [ + "Ġac", + "idity" + ], + [ + "Ġacid", + "ity" + ], + [ + "Ġdestro", + "ys" + ], + [ + "Ġdestroy", + "s" + ], + [ + "U", + "r" + ], + [ + "l", + "eft" + ], + [ + "le", + "ft" + ], + [ + "i", + "dy" + ], + [ + "id", + "y" + ], + [ + "ort", + "ions" + ], + [ + "ortion", + "s" + ], + [ + "Ġapp", + "end" + ], + [ + "Ġap", + "pend" + ], + [ + "Ġappe", + "nd" + ], + [ + "ur", + "ned" + ], + [ + "urn", + "ed" + ], + [ + "-s", + "ided" + ], + [ + "-side", + "d" + ], + [ + "Ġmig", + "rated" + ], + [ + "Ġmigrate", + "d" + ], + [ + "Ġmut", + "ually" + ], + [ + "Ġmutual", + "ly" + ], + [ + "ĠEv", + "ans" + ], + [ + "ĠEvan", + "s" + ], + [ + "ĠEva", + "ns" + ], + [ + "Ġgate", + "way" + ], + [ + "s", + "uper" + ], + [ + "su", + "per" + ], + [ + "sup", + "er" + ], + [ + "Ġr", + "ansom" + ], + [ + "Ġrans", + "om" + ], + [ + "ang", + "led" + ], + [ + "angle", + "d" + ], + [ + "Ġge", + "ologic" + ], + [ + "Ġ", + "µ" + ], + [ + "ĠÂ", + "µ" + ], + [ + "Ġpoly", + "mers" + ], + [ + "Ġpolymer", + "s" + ], + [ + "Ġhib", + "ern" + ], + [ + "Ġhi", + "bern" + ], + [ + "ã", + "o" + ], + [ + "Ġ", + "ðŁ" + ], + [ + "e", + "lectric" + ], + [ + "elect", + "ric" + ], + [ + "ĠT", + "rou" + ], + [ + "ĠTr", + "ou" + ], + [ + "ĠTro", + "u" + ], + [ + "r", + "ains" + ], + [ + "ra", + "ins" + ], + [ + "rain", + "s" + ], + [ + "rai", + "ns" + ], + [ + "o", + "sit" + ], + [ + "os", + "it" + ], + [ + "osi", + "t" + ], + [ + "Ġr", + "anc" + ], + [ + "Ġra", + "nc" + ], + [ + "Ġran", + "c" + ], + [ + "pl", + "asia" + ], + [ + "-", + "flow" + ], + [ + "-f", + "low" + ], + [ + "-fl", + "ow" + ], + [ + "Ġdeb", + "ilitating" + ], + [ + "ĠExpl", + "oration" + ], + [ + "ĠExplo", + "ration" + ], + [ + "ĠExplor", + "ation" + ], + [ + "L", + "ocal" + ], + [ + "Lo", + "cal" + ], + [ + "Loc", + "al" + ], + [ + "ĠL", + "ives" + ], + [ + "ĠLi", + "ves" + ], + [ + "ĠLive", + "s" + ], + [ + "ĠLiv", + "es" + ], + [ + "Ġal", + "lied" + ], + [ + "Ġall", + "ied" + ], + [ + "Ġin", + "sur" + ], + [ + "Ġins", + "ur" + ], + [ + "Ġstate", + "wide" + ], + [ + "Ġm", + "att" + ], + [ + "Ġma", + "tt" + ], + [ + "Ġmat", + "t" + ], + [ + "Ġ", + "Accept" + ], + [ + "ĠAc", + "cept" + ], + [ + "ĠAcc", + "ept" + ], + [ + "Ġr", + "ockets" + ], + [ + "Ġrock", + "ets" + ], + [ + "Ġrocket", + "s" + ], + [ + "Be", + "yond" + ], + [ + "Ġsup", + "rem" + ], + [ + "Ġsupr", + "em" + ], + [ + "Ġmillenn", + "ia" + ], + [ + "Ġcomp", + "ute" + ], + [ + "Ġcomput", + "e" + ], + [ + "Ġsur", + "geries" + ], + [ + "Ġsurge", + "ries" + ], + [ + "Ġspark", + "ed" + ], + [ + "Ġspar", + "ked" + ], + [ + "Ġlapt", + "ops" + ], + [ + "Ġlaptop", + "s" + ], + [ + "Ġlap", + "tops" + ], + [ + "b", + "iology" + ], + [ + "bi", + "ology" + ], + [ + "ĠN", + "eb" + ], + [ + "ĠNe", + "b" + ], + [ + "Ġconf", + "licting" + ], + [ + "Ġconflic", + "ting" + ], + [ + "Ġconflict", + "ing" + ], + [ + "ĠTrans", + "fer" + ], + [ + "ĠB", + "rus" + ], + [ + "ĠBr", + "us" + ], + [ + "ĠBru", + "s" + ], + [ + "Ġen", + "closure" + ], + [ + "Ġencl", + "osure" + ], + [ + "Ġ", + "Rapid" + ], + [ + "ĠRa", + "pid" + ], + [ + "ĠRap", + "id" + ], + [ + "c", + "emia" + ], + [ + "ce", + "mia" + ], + [ + "Ġ", + "Hub" + ], + [ + "ĠH", + "ub" + ], + [ + "ĠHu", + "b" + ], + [ + "ĠV", + "atican" + ], + [ + "Ġpro", + "ton" + ], + [ + "Ġpr", + "oton" + ], + [ + "Ġprot", + "on" + ], + [ + "Ġproto", + "n" + ], + [ + "Ġide", + "ological" + ], + [ + "Ġb", + "ully" + ], + [ + "Ġbul", + "ly" + ], + [ + "Ġbull", + "y" + ], + [ + "Ġlic", + "ensing" + ], + [ + "Ġbear", + "ings" + ], + [ + "Ġbearing", + "s" + ], + [ + "Ġde", + "graded" + ], + [ + "Ġdeg", + "raded" + ], + [ + "Ġdegrad", + "ed" + ], + [ + "Ġdegrade", + "d" + ], + [ + "Ġsummar", + "ized" + ], + [ + "Ġsummarize", + "d" + ], + [ + "Ġundes", + "irable" + ], + [ + "Ġ", + "ging" + ], + [ + "Ġg", + "ing" + ], + [ + "Ġgi", + "ng" + ], + [ + "Ġgin", + "g" + ], + [ + "Ġrep", + "aired" + ], + [ + "Ġrepair", + "ed" + ], + [ + "Ġmon", + "opoly" + ], + [ + "Ġmonopol", + "y" + ], + [ + "Ġmono", + "poly" + ], + [ + "Ġview", + "point" + ], + [ + "Ġmillenn", + "ium" + ], + [ + "Ġpean", + "uts" + ], + [ + "Ġpeanut", + "s" + ], + [ + "Ġpea", + "nuts" + ], + [ + "-", + "headed" + ], + [ + "-he", + "aded" + ], + [ + "-head", + "ed" + ], + [ + "Ġn", + "inth" + ], + [ + "ĠC", + "up" + ], + [ + "ĠCu", + "p" + ], + [ + "Ġ", + "CSS" + ], + [ + "ĠC", + "SS" + ], + [ + "ĠCS", + "S" + ], + [ + "Ġ", + "Male" + ], + [ + "ĠM", + "ale" + ], + [ + "ĠMa", + "le" + ], + [ + "ĠMal", + "e" + ], + [ + "Ġ", + "Bus" + ], + [ + "ĠB", + "us" + ], + [ + "ĠBu", + "s" + ], + [ + "Ġv", + "ines" + ], + [ + "Ġvine", + "s" + ], + [ + "Ġvi", + "nes" + ], + [ + "Ġvin", + "es" + ], + [ + "Ġun", + "rel" + ], + [ + "Ġunre", + "l" + ], + [ + "Ġsy", + "nd" + ], + [ + "Ġsyn", + "d" + ], + [ + "Th", + "ird" + ], + [ + "Ġj", + "umped" + ], + [ + "Ġjump", + "ed" + ], + [ + "Ġembry", + "onic" + ], + [ + "Ġembryo", + "nic" + ], + [ + "Ġm", + "arched" + ], + [ + "Ġmar", + "ched" + ], + [ + "Ġmarch", + "ed" + ], + [ + "Ġmarc", + "hed" + ], + [ + "Ġc", + "ords" + ], + [ + "Ġcor", + "ds" + ], + [ + "Ġcord", + "s" + ], + [ + "Ġas", + "ylum" + ], + [ + "Ġ", + "Gross" + ], + [ + "ĠG", + "ross" + ], + [ + "ĠGr", + "oss" + ], + [ + "ĠGro", + "ss" + ], + [ + "ĠGros", + "s" + ], + [ + "ĠT", + "hai" + ], + [ + "ĠTh", + "ai" + ], + [ + "Ġv", + "oter" + ], + [ + "Ġvo", + "ter" + ], + [ + "Ġvot", + "er" + ], + [ + "Ġvote", + "r" + ], + [ + "-ca", + "using" + ], + [ + "Ġbr", + "ittle" + ], + [ + "Ġbrit", + "tle" + ], + [ + "e", + "lia" + ], + [ + "el", + "ia" + ], + [ + "eli", + "a" + ], + [ + "Ġ", + "Lost" + ], + [ + "ĠL", + "ost" + ], + [ + "ĠLo", + "st" + ], + [ + "ĠLos", + "t" + ], + [ + "l", + "lor" + ], + [ + "ll", + "or" + ], + [ + "llo", + "r" + ], + [ + "Ġunder", + "p" + ], + [ + "Ġfour", + "teen" + ], + [ + "Ġst", + "icking" + ], + [ + "Ġstick", + "ing" + ], + [ + "Ġ", + "Film" + ], + [ + "ĠF", + "ilm" + ], + [ + "ĠFil", + "m" + ], + [ + "ĠFi", + "lm" + ], + [ + "Ġincons", + "istent" + ], + [ + "Ġinconsist", + "ent" + ], + [ + "Ġ", + "pits" + ], + [ + "Ġp", + "its" + ], + [ + "Ġpi", + "ts" + ], + [ + "Ġpit", + "s" + ], + [ + "Ġ", + "ml" + ], + [ + "Ġm", + "l" + ], + [ + "Ġsimpl", + "ify" + ], + [ + "Ġtrans", + "mitting" + ], + [ + "Ġtransmit", + "ting" + ], + [ + "Ġtransm", + "itting" + ], + [ + "Ġfish", + "ery" + ], + [ + "Ġfisher", + "y" + ], + [ + "Ġdist", + "ractions" + ], + [ + "Ġdistract", + "ions" + ], + [ + "Ġdistraction", + "s" + ], + [ + "Ġ", + "Domestic" + ], + [ + "ĠDom", + "estic" + ], + [ + "ĠDome", + "stic" + ], + [ + "ĠDomes", + "tic" + ], + [ + "M", + "ass" + ], + [ + "Ma", + "ss" + ], + [ + "Mas", + "s" + ], + [ + "Ġt", + "rench" + ], + [ + "Ġtr", + "ench" + ], + [ + "Ġ", + "Were" + ], + [ + "ĠW", + "ere" + ], + [ + "ĠWe", + "re" + ], + [ + "ĠWer", + "e" + ], + [ + "Ġper", + "vasive" + ], + [ + "Ġperv", + "asive" + ], + [ + "Ġs", + "ensit" + ], + [ + "Ġsens", + "it" + ], + [ + "Ġsen", + "sit" + ], + [ + "Ġpro", + "position" + ], + [ + "Ġprop", + "osition" + ], + [ + "Ġpropos", + "ition" + ], + [ + "ĠS", + "ocrates" + ], + [ + "ĠSoc", + "rates" + ], + [ + "ĠCo", + "operative" + ], + [ + "ĠCooper", + "ative" + ], + [ + "Ġn", + "avy" + ], + [ + "Ġnav", + "y" + ], + [ + "Ġna", + "vy" + ], + [ + "Ġirre", + "levant" + ], + [ + "o", + "i" + ], + [ + "Ġ", + "arous" + ], + [ + "Ġa", + "rous" + ], + [ + "Ġar", + "ous" + ], + [ + "Ġsh", + "iny" + ], + [ + "Ġshin", + "y" + ], + [ + "Ġshi", + "ny" + ], + [ + "g", + "ene" + ], + [ + "ge", + "ne" + ], + [ + "gen", + "e" + ], + [ + "ĠBrit", + "ann" + ], + [ + "Ġworth", + "while" + ], + [ + "Ġ", + "Patient" + ], + [ + "ĠPat", + "ient" + ], + [ + "Mat", + "thew" + ], + [ + "Matt", + "hew" + ], + [ + "W", + "ar" + ], + [ + "Wa", + "r" + ], + [ + "Ġ", + "oh" + ], + [ + "Ġo", + "h" + ], + [ + "e", + "gas" + ], + [ + "eg", + "as" + ], + [ + "ega", + "s" + ], + [ + "Ġstat", + "istic" + ], + [ + "Ġjo", + "ins" + ], + [ + "Ġjoin", + "s" + ], + [ + "ĠCon", + "stitutional" + ], + [ + "ĠConstitution", + "al" + ], + [ + "requ", + "ently" + ], + [ + "requent", + "ly" + ], + [ + "Ġconstitu", + "ents" + ], + [ + "Ġconstituent", + "s" + ], + [ + "C", + "omm" + ], + [ + "Com", + "m" + ], + [ + "Co", + "mm" + ], + [ + "r", + "ina" + ], + [ + "ri", + "na" + ], + [ + "rin", + "a" + ], + [ + "Ġ", + "Seeds" + ], + [ + "ĠS", + "eeds" + ], + [ + "ĠSe", + "eds" + ], + [ + "ĠSee", + "ds" + ], + [ + "ĠSeed", + "s" + ], + [ + "Ġ", + "(-" + ], + [ + "Ġ(", + "-" + ], + [ + "r", + "ometer" + ], + [ + "ro", + "meter" + ], + [ + "rom", + "eter" + ], + [ + "rome", + "ter" + ], + [ + "Ġdeep", + "est" + ], + [ + "i", + "ji" + ], + [ + "ij", + "i" + ], + [ + "Ġsyll", + "abus" + ], + [ + ".", + ").Ċ" + ], + [ + ".)", + ".Ċ" + ], + [ + ".).", + "Ċ" + ], + [ + "Ġl", + "end" + ], + [ + "Ġle", + "nd" + ], + [ + "Ġlen", + "d" + ], + [ + "Res", + "ults" + ], + [ + "-", + "educ" + ], + [ + "-e", + "duc" + ], + [ + "-ed", + "uc" + ], + [ + "Ġnot", + "orious" + ], + [ + "Ġnotor", + "ious" + ], + [ + "Ġrel", + "ativity" + ], + [ + "Ġrelat", + "ivity" + ], + [ + "Ġs", + "wine" + ], + [ + "Ġsw", + "ine" + ], + [ + "Ġcommit", + "tees" + ], + [ + "Ġcommittee", + "s" + ], + [ + "ĠG", + "lac" + ], + [ + "ĠGl", + "ac" + ], + [ + "Ġval", + "idated" + ], + [ + "Ġvalid", + "ated" + ], + [ + "Ġvalidate", + "d" + ], + [ + "Ġun", + "changed" + ], + [ + "Ġunch", + "anged" + ], + [ + "á", + "»" + ], + [ + "Ġ", + "Solution" + ], + [ + "ĠS", + "olution" + ], + [ + "ĠSol", + "ution" + ], + [ + "Ġret", + "ard" + ], + [ + "Ġ", + "Season" + ], + [ + "ĠSe", + "ason" + ], + [ + "ĠSea", + "son" + ], + [ + "ĠSeas", + "on" + ], + [ + "Ġ", + "Compared" + ], + [ + "ĠComp", + "ared" + ], + [ + "ĠCompar", + "ed" + ], + [ + "ĠCompare", + "d" + ], + [ + "Ġthreat", + "ens" + ], + [ + "Ġthreaten", + "s" + ], + [ + "-", + "ion" + ], + [ + "-i", + "on" + ], + [ + "G", + "H" + ], + [ + "ĠA", + "aron" + ], + [ + "ĠAar", + "on" + ], + [ + "Ġ", + "Pink" + ], + [ + "ĠP", + "ink" + ], + [ + "ĠPin", + "k" + ], + [ + "ĠB", + "anks" + ], + [ + "ĠBank", + "s" + ], + [ + "ĠBan", + "ks" + ], + [ + "Ġm", + "etrics" + ], + [ + "Ġmet", + "rics" + ], + [ + "Ġmetric", + "s" + ], + [ + "ĠZ", + "o" + ], + [ + "ĠTechn", + "iques" + ], + [ + "ĠTechnique", + "s" + ], + [ + "Ġneighb", + "ours" + ], + [ + "Ġneighbour", + "s" + ], + [ + "Ġamb", + "ition" + ], + [ + "Ġambit", + "ion" + ], + [ + "Ġmis", + "car" + ], + [ + "Ġmi", + "scar" + ], + [ + "Ġmisc", + "ar" + ], + [ + "D", + "raw" + ], + [ + "Dr", + "aw" + ], + [ + "Ġ", + "chairs" + ], + [ + "Ġch", + "airs" + ], + [ + "Ġchair", + "s" + ], + [ + "Ġcha", + "irs" + ], + [ + "ĠY", + "an" + ], + [ + "ĠYa", + "n" + ], + [ + "E", + "RD" + ], + [ + "ER", + "D" + ], + [ + "Ġpath", + "ogenic" + ], + [ + "Ġpathogen", + "ic" + ], + [ + "Ġmel", + "atonin" + ], + [ + "o", + "rative" + ], + [ + "or", + "ative" + ], + [ + "Ġpers", + "ists" + ], + [ + "Ġpersist", + "s" + ], + [ + "Ġ", + "Assignment" + ], + [ + "ĠAss", + "ignment" + ], + [ + "ĠAssign", + "ment" + ], + [ + "ĠKe", + "pler" + ], + [ + "Ġcircum", + "ference" + ], + [ + "ĠBul", + "let" + ], + [ + "ĠBull", + "et" + ], + [ + "ĠStan", + "ley" + ], + [ + "Pat", + "ients" + ], + [ + "Patient", + "s" + ], + [ + "Ġ", + "Kidney" + ], + [ + "ĠK", + "idney" + ], + [ + "ĠKid", + "ney" + ], + [ + "Ġt", + "innitus" + ], + [ + "Ġf", + "ins" + ], + [ + "Ġfin", + "s" + ], + [ + "Ġfi", + "ns" + ], + [ + "o", + "pal" + ], + [ + "op", + "al" + ], + [ + "opa", + "l" + ], + [ + "Ġchild", + "birth" + ], + [ + "Ġco", + "ats" + ], + [ + "Ġcoat", + "s" + ], + [ + "Ġ", + "Alternative" + ], + [ + "ĠAltern", + "ative" + ], + [ + "ĠAlter", + "native" + ], + [ + "F", + "rench" + ], + [ + "Fr", + "ench" + ], + [ + "Ġ", + "fal" + ], + [ + "Ġf", + "al" + ], + [ + "Ġfa", + "l" + ], + [ + "iv", + "ist" + ], + [ + "ivi", + "st" + ], + [ + "ĠP", + "rodu" + ], + [ + "ĠPro", + "du" + ], + [ + "a", + "xy" + ], + [ + "ax", + "y" + ], + [ + "en", + "non" + ], + [ + "enn", + "on" + ], + [ + "Ġf", + "abrication" + ], + [ + "Ġfabric", + "ation" + ], + [ + "Ġref", + "erenced" + ], + [ + "Ġrefer", + "enced" + ], + [ + "Ġreference", + "d" + ], + [ + "Ġreferen", + "ced" + ], + [ + "Ġlone", + "ly" + ], + [ + "D", + "M" + ], + [ + "Ġk", + "not" + ], + [ + "Ġkn", + "ot" + ], + [ + "ĠO", + "ptions" + ], + [ + "ĠOpt", + "ions" + ], + [ + "ĠOption", + "s" + ], + [ + "oc", + "ket" + ], + [ + "ock", + "et" + ], + [ + "Ġadvent", + "ures" + ], + [ + "Ġadventure", + "s" + ], + [ + "Ġhipp", + "oc" + ], + [ + "-", + "so" + ], + [ + "-s", + "o" + ], + [ + "M", + "ethod" + ], + [ + "Me", + "thod" + ], + [ + "Meth", + "od" + ], + [ + "ĠB", + "enn" + ], + [ + "ĠBe", + "nn" + ], + [ + "ĠBen", + "n" + ], + [ + "Ġj", + "aws" + ], + [ + "Ġjaw", + "s" + ], + [ + "Ġja", + "ws" + ], + [ + "Ġmess", + "aging" + ], + [ + "Ġtend", + "encies" + ], + [ + "Ġn", + "ano" + ], + [ + "Ġnan", + "o" + ], + [ + "Ġna", + "no" + ], + [ + "Ġ", + "ONE" + ], + [ + "ĠO", + "NE" + ], + [ + "ĠON", + "E" + ], + [ + "==", + "==" + ], + [ + "T", + "er" + ], + [ + "Te", + "r" + ], + [ + "Ġc", + "ute" + ], + [ + "Ġcut", + "e" + ], + [ + "Ġcu", + "te" + ], + [ + "Ġl", + "umin" + ], + [ + "Ġlum", + "in" + ], + [ + "Ġst", + "ark" + ], + [ + "Ġstar", + "k" + ], + [ + "Ġ", + "Soci" + ], + [ + "ĠS", + "oci" + ], + [ + "ĠSo", + "ci" + ], + [ + "ĠSoc", + "i" + ], + [ + "Ġ", + "env" + ], + [ + "Ġen", + "v" + ], + [ + "Ġinc", + "arcer" + ], + [ + "Ġdis", + "gu" + ], + [ + "Ġdisg", + "u" + ], + [ + "Ġper", + "oxide" + ], + [ + "Ġperox", + "ide" + ], + [ + "Ġj", + "ungle" + ], + [ + "Ġjun", + "gle" + ], + [ + "ĠK", + "um" + ], + [ + "ĠKu", + "m" + ], + [ + "Ġdisc", + "rep" + ], + [ + "Ġdesp", + "air" + ], + [ + "Ġassass", + "ination" + ], + [ + "Ġassassin", + "ation" + ], + [ + "P", + "rior" + ], + [ + "Pr", + "ior" + ], + [ + "W", + "elcome" + ], + [ + "Wel", + "come" + ], + [ + "Ġh", + "ives" + ], + [ + "Ġhive", + "s" + ], + [ + "Ġhi", + "ves" + ], + [ + "Ġst", + "urdy" + ], + [ + "Ġsturd", + "y" + ], + [ + "Ġhel", + "pless" + ], + [ + "Ġhelp", + "less" + ], + [ + "Ġinter", + "sect" + ], + [ + "Ġl", + "ogo" + ], + [ + "Ġlo", + "go" + ], + [ + "Ġlog", + "o" + ], + [ + "I", + "CS" + ], + [ + "IC", + "S" + ], + [ + "Ġly", + "rics" + ], + [ + "Ġlyric", + "s" + ], + [ + "is", + "ks" + ], + [ + "isk", + "s" + ], + [ + "r", + "az" + ], + [ + "ra", + "z" + ], + [ + "ĠS", + "ut" + ], + [ + "ĠSu", + "t" + ], + [ + "ĠC", + "ave" + ], + [ + "ĠCa", + "ve" + ], + [ + "ĠCav", + "e" + ], + [ + "Ġ", + "BI" + ], + [ + "ĠB", + "I" + ], + [ + "Ġen", + "riched" + ], + [ + "Ġenrich", + "ed" + ], + [ + "Ġover", + "use" + ], + [ + "w", + "eb" + ], + [ + "we", + "b" + ], + [ + "Ġse", + "xes" + ], + [ + "Ġsex", + "es" + ], + [ + "ĠEd", + "ison" + ], + [ + "A", + "G" + ], + [ + "H", + "ER" + ], + [ + "HE", + "R" + ], + [ + "m", + "ake" + ], + [ + "ma", + "ke" + ], + [ + "as", + "uring" + ], + [ + "asu", + "ring" + ], + [ + "asur", + "ing" + ], + [ + "im", + "ming" + ], + [ + "imm", + "ing" + ], + [ + "ur", + "ized" + ], + [ + "uri", + "zed" + ], + [ + "Ġd", + "evil" + ], + [ + "Ġde", + "vil" + ], + [ + "Ġdev", + "il" + ], + [ + "ĠD", + "ean" + ], + [ + "ĠDe", + "an" + ], + [ + "Ġbrain", + "storm" + ], + [ + "Ġ", + "Publication" + ], + [ + "ĠPublic", + "ation" + ], + [ + "ĠPub", + "lication" + ], + [ + "ĠPubl", + "ication" + ], + [ + "m", + "ain" + ], + [ + "ma", + "in" + ], + [ + "Ġinf", + "amous" + ], + [ + "Ġdist", + "orted" + ], + [ + "Ġdistort", + "ed" + ], + [ + "Ġpro", + "bes" + ], + [ + "Ġprob", + "es" + ], + [ + "Ġprobe", + "s" + ], + [ + "Ġir", + "res" + ], + [ + "Ġirre", + "s" + ], + [ + "Ġ", + "Smoking" + ], + [ + "ĠSm", + "oking" + ], + [ + "ĠSmok", + "ing" + ], + [ + "Ġdis", + "ruptive" + ], + [ + "Ġdisrupt", + "ive" + ], + [ + "S", + "an" + ], + [ + "Sa", + "n" + ], + [ + "es", + "ian" + ], + [ + "esi", + "an" + ], + [ + "esia", + "n" + ], + [ + "Ġpl", + "un" + ], + [ + "Ġ", + "Karen" + ], + [ + "ĠK", + "aren" + ], + [ + "ĠKar", + "en" + ], + [ + "ĠKa", + "ren" + ], + [ + "ĠKare", + "n" + ], + [ + "Ġsur", + "name" + ], + [ + "Ġsub", + "m" + ], + [ + "-", + "six" + ], + [ + "-s", + "ix" + ], + [ + "Ġbenef", + "ited" + ], + [ + "Ġbenefit", + "ed" + ], + [ + "Ġ", + "Reason" + ], + [ + "ĠRe", + "ason" + ], + [ + "Ġbegin", + "ner" + ], + [ + "Ġbeg", + "inner" + ], + [ + "Ġwin", + "ners" + ], + [ + "Ġwinner", + "s" + ], + [ + "Ġr", + "abies" + ], + [ + "Ġra", + "bies" + ], + [ + "Ġrab", + "ies" + ], + [ + "s", + "he" + ], + [ + "sh", + "e" + ], + [ + "in", + "ol" + ], + [ + "ino", + "l" + ], + [ + "o", + "rum" + ], + [ + "or", + "um" + ], + [ + "Ġ", + "dash" + ], + [ + "Ġd", + "ash" + ], + [ + "Ġda", + "sh" + ], + [ + "Ġdas", + "h" + ], + [ + "Ġ", + "Tag" + ], + [ + "ĠT", + "ag" + ], + [ + "ĠTa", + "g" + ], + [ + "Ġor", + "anges" + ], + [ + "Ġorange", + "s" + ], + [ + "Ġorang", + "es" + ], + [ + "Ġpl", + "umbing" + ], + [ + "Ġplum", + "bing" + ], + [ + "Ġplumb", + "ing" + ], + [ + "ĠAs", + "sy" + ], + [ + "ĠAss", + "y" + ], + [ + "Ġcele", + "brates" + ], + [ + "Ġcelebr", + "ates" + ], + [ + "Ġcelebrate", + "s" + ], + [ + "Ġceleb", + "rates" + ], + [ + "Ġgram", + "matical" + ], + [ + "-", + "o" + ], + [ + "il", + "ian" + ], + [ + "ili", + "an" + ], + [ + "ilia", + "n" + ], + [ + "Ġaut", + "ob" + ], + [ + "Ġauto", + "b" + ], + [ + "un", + "gal" + ], + [ + "ung", + "al" + ], + [ + "unga", + "l" + ], + [ + "Ġenter", + "taining" + ], + [ + "Ġentertain", + "ing" + ], + [ + "Ġt", + "asty" + ], + [ + "Ġta", + "sty" + ], + [ + "Ġtast", + "y" + ], + [ + "Ġtas", + "ty" + ], + [ + "Ġpar", + "ade" + ], + [ + "Ġparad", + "e" + ], + [ + "Ġpa", + "rade" + ], + [ + "Ġpara", + "de" + ], + [ + "Ġorig", + "inates" + ], + [ + "Ġorigin", + "ates" + ], + [ + "Ġoriginate", + "s" + ], + [ + "Ġ", + "PCR" + ], + [ + "ĠP", + "CR" + ], + [ + "ĠPC", + "R" + ], + [ + "Ġlon", + "eliness" + ], + [ + "Ġlone", + "liness" + ], + [ + "Ġcomp", + "ulsory" + ], + [ + "Ġcompuls", + "ory" + ], + [ + "is", + "cus" + ], + [ + "isc", + "us" + ], + [ + "Ġexerc", + "ised" + ], + [ + "Ġexercise", + "d" + ], + [ + "Te", + "achers" + ], + [ + "Teacher", + "s" + ], + [ + "Teach", + "ers" + ], + [ + "Tea", + "chers" + ], + [ + "in", + "gling" + ], + [ + "ing", + "ling" + ], + [ + "v", + "els" + ], + [ + "ve", + "ls" + ], + [ + "vel", + "s" + ], + [ + "Ġass", + "ists" + ], + [ + "Ġassist", + "s" + ], + [ + "Ġatt", + "acker" + ], + [ + "Ġattack", + "er" + ], + [ + "Ġrenew", + "ables" + ], + [ + "Ġrenewable", + "s" + ], + [ + "Ġres", + "istor" + ], + [ + "Ġresist", + "or" + ], + [ + "Ġenthusi", + "astic" + ], + [ + "Ġenthusiast", + "ic" + ], + [ + "pert", + "ure" + ], + [ + "Ġ", + "Kindergarten" + ], + [ + "ĠKind", + "ergarten" + ], + [ + "ĠUS", + "SR" + ], + [ + "ĠUSS", + "R" + ], + [ + "Ġ", + "Ship" + ], + [ + "ĠS", + "hip" + ], + [ + "ĠSh", + "ip" + ], + [ + "ĠShi", + "p" + ], + [ + "ĠCh", + "ron" + ], + [ + "Ġtrans", + "gender" + ], + [ + "Ġtransg", + "ender" + ], + [ + "Ġpat", + "ented" + ], + [ + "Ġpatent", + "ed" + ], + [ + "ap", + "ses" + ], + [ + "aps", + "es" + ], + [ + "apse", + "s" + ], + [ + "un", + "ted" + ], + [ + "unt", + "ed" + ], + [ + "Ġ", + "preferably" + ], + [ + "Ġpre", + "ferably" + ], + [ + "Ġprefer", + "ably" + ], + [ + "Ġstorm", + "water" + ], + [ + "Ġpun", + "ished" + ], + [ + "Ġpunish", + "ed" + ], + [ + "Ġpu", + "nished" + ], + [ + "Ġ", + "Demon" + ], + [ + "ĠD", + "emon" + ], + [ + "ĠDe", + "mon" + ], + [ + "ĠDem", + "on" + ], + [ + "Ġ", + "Separ" + ], + [ + "ĠSe", + "par" + ], + [ + "ĠSep", + "ar" + ], + [ + "o", + "mi" + ], + [ + "om", + "i" + ], + [ + "Ġ", + "Bright" + ], + [ + "ĠB", + "right" + ], + [ + "ĠBr", + "ight" + ], + [ + "ĠBrig", + "ht" + ], + [ + "Ġb", + "asil" + ], + [ + "Ġbas", + "il" + ], + [ + "Ġba", + "sil" + ], + [ + "-", + "makers" + ], + [ + "-m", + "akers" + ], + [ + "-maker", + "s" + ], + [ + "-ma", + "kers" + ], + [ + "Ġ", + "''" + ], + [ + "Ġ'", + "'" + ], + [ + "Ġconn", + "ective" + ], + [ + "Ġconnect", + "ive" + ], + [ + "ĠPublic", + "ations" + ], + [ + "ĠPubl", + "ications" + ], + [ + "ĠPublication", + "s" + ], + [ + "Ġher", + "oic" + ], + [ + "Ġhero", + "ic" + ], + [ + "Ġinn", + "oc" + ], + [ + "Ġ", + "Levels" + ], + [ + "ĠLe", + "vels" + ], + [ + "ĠLevel", + "s" + ], + [ + "ĠLev", + "els" + ], + [ + "ch", + "estra" + ], + [ + "ches", + "tra" + ], + [ + "che", + "stra" + ], + [ + "chest", + "ra" + ], + [ + "m", + "ail" + ], + [ + "ma", + "il" + ], + [ + "i", + "dad" + ], + [ + "id", + "ad" + ], + [ + "ida", + "d" + ], + [ + "Ġ", + "sta" + ], + [ + "Ġs", + "ta" + ], + [ + "Ġst", + "a" + ], + [ + "Ġ", + "hash" + ], + [ + "Ġh", + "ash" + ], + [ + "Ġha", + "sh" + ], + [ + "Ġhas", + "h" + ], + [ + "Ġ", + "Events" + ], + [ + "ĠE", + "vents" + ], + [ + "ĠEven", + "ts" + ], + [ + "ĠEv", + "ents" + ], + [ + "ĠEvent", + "s" + ], + [ + "Ġanthrop", + "ology" + ], + [ + "Ġl", + "izards" + ], + [ + "Ġliz", + "ards" + ], + [ + "Ġlizard", + "s" + ], + [ + "y", + "ards" + ], + [ + "yard", + "s" + ], + [ + "yar", + "ds" + ], + [ + "Ġw", + "icked" + ], + [ + "Ġwick", + "ed" + ], + [ + "Ġwi", + "cked" + ], + [ + "ĠJ", + "en" + ], + [ + "ĠJe", + "n" + ], + [ + "ren", + "ches" + ], + [ + "rench", + "es" + ], + [ + "Ġthere", + "of" + ], + [ + "Ġlist", + "ened" + ], + [ + "Ġlisten", + "ed" + ], + [ + "iction", + "aries" + ], + [ + "Ġac", + "cepts" + ], + [ + "Ġaccept", + "s" + ], + [ + "ros", + "clerosis" + ], + [ + "Ġtooth", + "brush" + ], + [ + "Ġ", + "Democracy" + ], + [ + "ĠDem", + "ocracy" + ], + [ + "ĠDemocr", + "acy" + ], + [ + "Ġad", + "visor" + ], + [ + "Ġadv", + "isor" + ], + [ + "Ġadvis", + "or" + ], + [ + "Ġaspir", + "ations" + ], + [ + "Ġaspiration", + "s" + ], + [ + "Ġbio", + "fuels" + ], + [ + "Ġbiof", + "uels" + ], + [ + "Ġbiofuel", + "s" + ], + [ + "ĠZe", + "us" + ], + [ + "Ġmitochond", + "ria" + ], + [ + "Ġ", + "bride" + ], + [ + "Ġb", + "ride" + ], + [ + "Ġbr", + "ide" + ], + [ + "Ġbrid", + "e" + ], + [ + "Ġbri", + "de" + ], + [ + "Ġgrand", + "parents" + ], + [ + "Ġgrandparent", + "s" + ], + [ + "Ġparas", + "itic" + ], + [ + "Ġparasit", + "ic" + ], + [ + "E", + "conom" + ], + [ + "Ec", + "onom" + ], + [ + "Eco", + "nom" + ], + [ + "F", + "ive" + ], + [ + "Fi", + "ve" + ], + [ + "m", + "orph" + ], + [ + "mor", + "ph" + ], + [ + "th", + "ree" + ], + [ + "Ġ", + "Exodus" + ], + [ + "ĠEx", + "odus" + ], + [ + "Ġfib", + "rosis" + ], + [ + "Ġfibro", + "sis" + ], + [ + "Ġfibr", + "osis" + ], + [ + "Ġt", + "owel" + ], + [ + "Ġto", + "wel" + ], + [ + "Ġtow", + "el" + ], + [ + "Ġoverl", + "apping" + ], + [ + "Ġoverlap", + "ping" + ], + [ + "/", + "st" + ], + [ + "/s", + "t" + ], + [ + "Ġp", + "unch" + ], + [ + "Ġpun", + "ch" + ], + [ + "Ġ", + "Crypt" + ], + [ + "ĠC", + "rypt" + ], + [ + "ĠCry", + "pt" + ], + [ + "iz", + "ard" + ], + [ + "iza", + "rd" + ], + [ + "Ġ", + "builders" + ], + [ + "Ġbuild", + "ers" + ], + [ + "Ġbuil", + "ders" + ], + [ + "Ġbuilder", + "s" + ], + [ + "Ġsal", + "aries" + ], + [ + "Ġsm", + "ells" + ], + [ + "Ġsmell", + "s" + ], + [ + "Ġsmel", + "ls" + ], + [ + "Ġ", + "Potential" + ], + [ + "ĠPot", + "ential" + ], + [ + "Ġc", + "ubes" + ], + [ + "Ġcub", + "es" + ], + [ + "Ġcube", + "s" + ], + [ + "Ġcu", + "bes" + ], + [ + "Ġsquir", + "rels" + ], + [ + "Ġsquirrel", + "s" + ], + [ + "ĠP", + "ierre" + ], + [ + "ĠPi", + "erre" + ], + [ + "ĠPier", + "re" + ], + [ + "C", + "auses" + ], + [ + "Ca", + "uses" + ], + [ + "Cause", + "s" + ], + [ + "Ġc", + "urs" + ], + [ + "Ġcur", + "s" + ], + [ + "Ġcu", + "rs" + ], + [ + "min", + "ster" + ], + [ + "Ġcred", + "entials" + ], + [ + "Ġcredential", + "s" + ], + [ + "Ġlaws", + "uit" + ], + [ + "Ġr", + "otor" + ], + [ + "Ġro", + "tor" + ], + [ + "Ġrot", + "or" + ], + [ + "c", + "olor" + ], + [ + "co", + "lor" + ], + [ + "col", + "or" + ], + [ + "Ġbe", + "aten" + ], + [ + "Ġbeat", + "en" + ], + [ + "Ġr", + "icher" + ], + [ + "Ġrich", + "er" + ], + [ + "Ġric", + "her" + ], + [ + "Ġh", + "inder" + ], + [ + "Ġhind", + "er" + ], + [ + "Ġhi", + "nder" + ], + [ + "Ġh", + "ints" + ], + [ + "Ġhint", + "s" + ], + [ + "Ġ", + "lev" + ], + [ + "Ġl", + "ev" + ], + [ + "Ġle", + "v" + ], + [ + "Ġ", + "belts" + ], + [ + "Ġbel", + "ts" + ], + [ + "Ġbelt", + "s" + ], + [ + "-", + "positive" + ], + [ + "-p", + "ositive" + ], + [ + "Ġ", + "USGS" + ], + [ + "ĠUS", + "GS" + ], + [ + "epend", + "ence" + ], + [ + "Ġdiagn", + "osing" + ], + [ + "Ġ", + "Emily" + ], + [ + "ĠEm", + "ily" + ], + [ + "ĠEmil", + "y" + ], + [ + "u", + "ka" + ], + [ + "uk", + "a" + ], + [ + "o", + "plasm" + ], + [ + "opl", + "asm" + ], + [ + "oplas", + "m" + ], + [ + "Ġtrigger", + "ing" + ], + [ + "S", + "il" + ], + [ + "Si", + "l" + ], + [ + "n", + "ational" + ], + [ + "nat", + "ional" + ], + [ + "nation", + "al" + ], + [ + "ĠB", + "od" + ], + [ + "ĠBo", + "d" + ], + [ + "Ġ", + "Bone" + ], + [ + "ĠB", + "one" + ], + [ + "ĠBo", + "ne" + ], + [ + "ĠBon", + "e" + ], + [ + "ĠB", + "ath" + ], + [ + "ĠBa", + "th" + ], + [ + "ĠBat", + "h" + ], + [ + "Ġage", + "ing" + ], + [ + "-", + "two" + ], + [ + "-t", + "wo" + ], + [ + "-tw", + "o" + ], + [ + "organ", + "ized" + ], + [ + "Ġ", + "Cycl" + ], + [ + "ĠC", + "ycl" + ], + [ + "ĠCy", + "cl" + ], + [ + "Ġhes", + "itate" + ], + [ + "Ġhesit", + "ate" + ], + [ + "Ġpl", + "ausible" + ], + [ + "Ġplaus", + "ible" + ], + [ + "c", + "ode" + ], + [ + "co", + "de" + ], + [ + "ic", + "uous" + ], + [ + "Ġ", + "Ted" + ], + [ + "ĠT", + "ed" + ], + [ + "ĠTe", + "d" + ], + [ + "r", + "acle" + ], + [ + "ra", + "cle" + ], + [ + "rac", + "le" + ], + [ + "Ġv", + "ault" + ], + [ + "Ġva", + "ult" + ], + [ + "Ġhum", + "il" + ], + [ + "Ġhu", + "mil" + ], + [ + "Ġdep", + "uty" + ], + [ + "Ġtem", + "plates" + ], + [ + "Ġtemplate", + "s" + ], + [ + "Ġtemp", + "lates" + ], + [ + "Ġ", + "Install" + ], + [ + "ĠIn", + "stall" + ], + [ + "ĠInst", + "all" + ], + [ + "Ġlib", + "ert" + ], + [ + "Ġliber", + "t" + ], + [ + "Ġli", + "bert" + ], + [ + "G", + "ive" + ], + [ + "Gi", + "ve" + ], + [ + "Ġhard", + "ness" + ], + [ + "ot", + "test" + ], + [ + "ott", + "est" + ], + [ + "otte", + "st" + ], + [ + "A", + "NS" + ], + [ + "AN", + "S" + ], + [ + "w", + "orthy" + ], + [ + "worth", + "y" + ], + [ + "wort", + "hy" + ], + [ + "Ġf", + "ostering" + ], + [ + "Ġfoster", + "ing" + ], + [ + "Ġfost", + "ering" + ], + [ + "h", + "oea" + ], + [ + "hoe", + "a" + ], + [ + "ho", + "ea" + ], + [ + "s", + "upp" + ], + [ + "su", + "pp" + ], + [ + "sup", + "p" + ], + [ + "w", + "aters" + ], + [ + "water", + "s" + ], + [ + "wa", + "ters" + ], + [ + "Ġa", + "ided" + ], + [ + "Ġaid", + "ed" + ], + [ + "Ġaide", + "d" + ], + [ + "Ġai", + "ded" + ], + [ + "ĠV", + "as" + ], + [ + "ĠVa", + "s" + ], + [ + "Ġb", + "ran" + ], + [ + "Ġbr", + "an" + ], + [ + "Ġbra", + "n" + ], + [ + "Ġ", + "Sci" + ], + [ + "ĠS", + "ci" + ], + [ + "ĠSc", + "i" + ], + [ + "Ġan", + "tip" + ], + [ + "Ġant", + "ip" + ], + [ + "Ġanti", + "p" + ], + [ + "Ġ", + "Classification" + ], + [ + "ĠClass", + "ification" + ], + [ + "ĠHam", + "let" + ], + [ + "ĠArm", + "strong" + ], + [ + "ĠG", + "rey" + ], + [ + "ĠGr", + "ey" + ], + [ + "ĠGre", + "y" + ], + [ + "Ġwild", + "fire" + ], + [ + "Ġswe", + "eping" + ], + [ + "Ġsweep", + "ing" + ], + [ + "ĠCor", + "inth" + ], + [ + "Re", + "view" + ], + [ + "Rev", + "iew" + ], + [ + "Ġdimin", + "ish" + ], + [ + "Ġ", + "Clearly" + ], + [ + "ĠCl", + "early" + ], + [ + "ĠClear", + "ly" + ], + [ + "ĠFuk", + "ushima" + ], + [ + "/", + "re" + ], + [ + "/r", + "e" + ], + [ + "M", + "RI" + ], + [ + "MR", + "I" + ], + [ + "k", + "ward" + ], + [ + "kw", + "ard" + ], + [ + "Ġp", + "alsy" + ], + [ + "Ġpal", + "sy" + ], + [ + "Ġpals", + "y" + ], + [ + "ĠT", + "oy" + ], + [ + "ĠTo", + "y" + ], + [ + "Ġ", + "Sustainability" + ], + [ + "ĠS", + "ustainability" + ], + [ + "Ġ", + "Category" + ], + [ + "ĠC", + "ategory" + ], + [ + "Ġse", + "wing" + ], + [ + "Ġsew", + "ing" + ], + [ + "Ġsp", + "ong" + ], + [ + "Ġspo", + "ng" + ], + [ + "Ġdist", + "ortion" + ], + [ + "Ġdistort", + "ion" + ], + [ + "Ġcor", + "nea" + ], + [ + "Ġcorn", + "ea" + ], + [ + "Ġcorne", + "a" + ], + [ + "Ġreal", + "ised" + ], + [ + "Ġrealise", + "d" + ], + [ + "Ġsix", + "teen" + ], + [ + "m", + "etics" + ], + [ + "me", + "tics" + ], + [ + "met", + "ics" + ], + [ + "metic", + "s" + ], + [ + "Ġherb", + "icides" + ], + [ + "Ġherbicide", + "s" + ], + [ + "Ġ", + "Properties" + ], + [ + "ĠProper", + "ties" + ], + [ + "Ġempower", + "ment" + ], + [ + "B", + "orn" + ], + [ + "Bo", + "rn" + ], + [ + "Bor", + "n" + ], + [ + "Ġa", + "fore" + ], + [ + "Ġaf", + "ore" + ], + [ + "Ġa", + "verages" + ], + [ + "Ġaverage", + "s" + ], + [ + "Ġaver", + "ages" + ], + [ + "Ġob", + "solete" + ], + [ + "Ġco", + "aching" + ], + [ + "Ġcoach", + "ing" + ], + [ + "Ġeconom", + "ist" + ], + [ + "Ġ", + "Rein" + ], + [ + "ĠRe", + "in" + ], + [ + "Ġever", + "green" + ], + [ + "um", + "bled" + ], + [ + "umb", + "led" + ], + [ + "umble", + "d" + ], + [ + "Ġaff", + "air" + ], + [ + "Ġaf", + "fair" + ], + [ + "Ġan", + "alyst" + ], + [ + "Ġanal", + "yst" + ], + [ + "Ġanaly", + "st" + ], + [ + "Ġanalys", + "t" + ], + [ + "Ġ", + "Flat" + ], + [ + "ĠF", + "lat" + ], + [ + "ĠFl", + "at" + ], + [ + "ĠFla", + "t" + ], + [ + "-", + "effect" + ], + [ + "-e", + "ffect" + ], + [ + "Ġ", + "Discussion" + ], + [ + "ĠDisc", + "ussion" + ], + [ + "ĠDiscuss", + "ion" + ], + [ + "Ġirre", + "versible" + ], + [ + "ĠMor", + "occo" + ], + [ + "ĠMoroc", + "co" + ], + [ + "e", + "de" + ], + [ + "ed", + "e" + ], + [ + "Ġ", + "gy" + ], + [ + "Ġg", + "y" + ], + [ + "Ġ", + "Tet" + ], + [ + "ĠT", + "et" + ], + [ + "ĠTe", + "t" + ], + [ + "o", + "pp" + ], + [ + "op", + "p" + ], + [ + "Ġ", + "Nine" + ], + [ + "ĠN", + "ine" + ], + [ + "ĠNi", + "ne" + ], + [ + "ĠNin", + "e" + ], + [ + "ĠT", + "han" + ], + [ + "ĠTh", + "an" + ], + [ + "Ġun", + "just" + ], + [ + "b", + "ery" + ], + [ + "ber", + "y" + ], + [ + "be", + "ry" + ], + [ + "ĠC", + "hin" + ], + [ + "ĠCh", + "in" + ], + [ + "ĠChi", + "n" + ], + [ + "Ġconf", + "use" + ], + [ + "Ġfore", + "nsic" + ], + [ + "Ġthought", + "ful" + ], + [ + "Ġ", + "Actually" + ], + [ + "ĠAct", + "ually" + ], + [ + "ĠActual", + "ly" + ], + [ + "Ġ", + "Emotional" + ], + [ + "ĠEm", + "otional" + ], + [ + "ĠEmotion", + "al" + ], + [ + "Ġir", + "rational" + ], + [ + "Ġ", + "Normally" + ], + [ + "ĠNorm", + "ally" + ], + [ + "ĠNormal", + "ly" + ], + [ + "ĠArmen", + "ian" + ], + [ + "ĠArmenia", + "n" + ], + [ + "Ġinterven", + "e" + ], + [ + "Ġh", + "urd" + ], + [ + "Ġhur", + "d" + ], + [ + "Ġhu", + "rd" + ], + [ + "ent", + "ric" + ], + [ + "ur", + "gy" + ], + [ + "urg", + "y" + ], + [ + "Ġn", + "oct" + ], + [ + "Ġno", + "ct" + ], + [ + "et", + "yl" + ], + [ + "ety", + "l" + ], + [ + "Ġmicro", + "phone" + ], + [ + "Ġdocument", + "ing" + ], + [ + "Ġassist", + "ants" + ], + [ + "Ġassistant", + "s" + ], + [ + "Ġmanifest", + "ation" + ], + [ + "Ġmanif", + "estation" + ], + [ + "Ġdial", + "ects" + ], + [ + "Ġdialect", + "s" + ], + [ + "L", + "ab" + ], + [ + "La", + "b" + ], + [ + "y", + "cling" + ], + [ + "yc", + "ling" + ], + [ + "ycl", + "ing" + ], + [ + "Ġcon", + "greg" + ], + [ + "Ġcong", + "reg" + ], + [ + "Ġcharacter", + "ization" + ], + [ + "Ġ", + "Drink" + ], + [ + "ĠD", + "rink" + ], + [ + "ĠDr", + "ink" + ], + [ + "Ġstep", + "ping" + ], + [ + "Ġste", + "pping" + ], + [ + "Ġexec", + "ut" + ], + [ + "Ġ", + "Known" + ], + [ + "ĠK", + "nown" + ], + [ + "ĠKnow", + "n" + ], + [ + "ĠKn", + "own" + ], + [ + "ĠC", + "ircuit" + ], + [ + "ĠCirc", + "uit" + ], + [ + "-", + "ord" + ], + [ + "-or", + "d" + ], + [ + "-o", + "rd" + ], + [ + "Ġ", + "fu" + ], + [ + "Ġf", + "u" + ], + [ + "ĠN", + "athan" + ], + [ + "ĠNa", + "than" + ], + [ + "ĠNat", + "han" + ], + [ + "ĠNath", + "an" + ], + [ + "Ġr", + "outing" + ], + [ + "Ġro", + "uting" + ], + [ + "Ġrout", + "ing" + ], + [ + "Ġrou", + "ting" + ], + [ + "ĠB", + "arn" + ], + [ + "ĠBar", + "n" + ], + [ + "ĠBa", + "rn" + ], + [ + "Ġ", + "Includes" + ], + [ + "ĠInc", + "ludes" + ], + [ + "ĠInclude", + "s" + ], + [ + "Ġpl", + "ateau" + ], + [ + "Ġplate", + "au" + ], + [ + "r", + "ason" + ], + [ + "ra", + "son" + ], + [ + "ras", + "on" + ], + [ + "Ġcomp", + "elled" + ], + [ + "Ġcompel", + "led" + ], + [ + "Ġres", + "olutions" + ], + [ + "Ġresolution", + "s" + ], + [ + "th", + "ese" + ], + [ + "the", + "se" + ], + [ + "Ġsw", + "amp" + ], + [ + "Ġswam", + "p" + ], + [ + "iol", + "ent" + ], + [ + "iole", + "nt" + ], + [ + "Ġs", + "upervised" + ], + [ + "Ġsuper", + "vised" + ], + [ + "Ġsupervis", + "ed" + ], + [ + "Ġsuperv", + "ised" + ], + [ + "Ġsupervise", + "d" + ], + [ + "ĠIr", + "anian" + ], + [ + "ĠIran", + "ian" + ], + [ + "ĠIra", + "nian" + ], + [ + "author", + "ized" + ], + [ + "ĠArchae", + "ology" + ], + [ + "intend", + "ent" + ], + [ + "Ġinacc", + "urate" + ], + [ + "Ġinaccur", + "ate" + ], + [ + "T", + "T" + ], + [ + "Ġ", + "IX" + ], + [ + "ĠI", + "X" + ], + [ + "Ġcol", + "orectal" + ], + [ + "Ġrel", + "iably" + ], + [ + "Ġ", + "Repeat" + ], + [ + "ĠRep", + "eat" + ], + [ + "EN", + "CE" + ], + [ + "Ġ", + "Scholars" + ], + [ + "ĠSch", + "olars" + ], + [ + "ĠScholar", + "s" + ], + [ + "Ġshore", + "line" + ], + [ + ".", + "l" + ], + [ + "f", + "ection" + ], + [ + "fect", + "ion" + ], + [ + "fe", + "ction" + ], + [ + "Ä", + "ĵ" + ], + [ + "es", + "cent" + ], + [ + "esc", + "ent" + ], + [ + "Ġw", + "rest" + ], + [ + "Ġwr", + "est" + ], + [ + "Ġwre", + "st" + ], + [ + "c", + "hair" + ], + [ + "ch", + "air" + ], + [ + "cha", + "ir" + ], + [ + "Ġ", + "Cad" + ], + [ + "ĠC", + "ad" + ], + [ + "ĠCa", + "d" + ], + [ + "ĠM", + "ead" + ], + [ + "ĠMe", + "ad" + ], + [ + "ĠI", + "nn" + ], + [ + "ĠIn", + "n" + ], + [ + "r", + "acted" + ], + [ + "ract", + "ed" + ], + [ + "rac", + "ted" + ], + [ + "Ġcont", + "acted" + ], + [ + "Ġcontact", + "ed" + ], + [ + "Ġ", + "rud" + ], + [ + "Ġr", + "ud" + ], + [ + "Ġru", + "d" + ], + [ + "Ġfl", + "ea" + ], + [ + "Ġfle", + "a" + ], + [ + "Ġ", + "uterine" + ], + [ + "Ġu", + "terine" + ], + [ + "Ġuter", + "ine" + ], + [ + "ĠLie", + "utenant" + ], + [ + "Ġsp", + "aced" + ], + [ + "Ġspace", + "d" + ], + [ + "Ġspac", + "ed" + ], + [ + "Ġspa", + "ced" + ], + [ + "Ġk", + "ale" + ], + [ + "Ġka", + "le" + ], + [ + "Ġkal", + "e" + ], + [ + "ĠJ", + "obs" + ], + [ + "ĠJo", + "bs" + ], + [ + "ĠJob", + "s" + ], + [ + "er", + "most" + ], + [ + "erm", + "ost" + ], + [ + "ermo", + "st" + ], + [ + "ĠAl", + "ban" + ], + [ + "ĠAlb", + "an" + ], + [ + "ĠAlba", + "n" + ], + [ + "Ġinf", + "lux" + ], + [ + "Ġinfl", + "ux" + ], + [ + "Ġinflu", + "x" + ], + [ + "Ġcon", + "structive" + ], + [ + "Ġconst", + "ructive" + ], + [ + "Ġconstruct", + "ive" + ], + [ + "be", + "lie" + ], + [ + "bel", + "ie" + ], + [ + "Ġendeav", + "or" + ], + [ + "Ġiv", + "ory" + ], + [ + "D", + "D" + ], + [ + "P", + "aul" + ], + [ + "Pa", + "ul" + ], + [ + "R", + "ev" + ], + [ + "Re", + "v" + ], + [ + "Ġm", + "yc" + ], + [ + "Ġmy", + "c" + ], + [ + "Ġlog", + "istics" + ], + [ + "Ġlogistic", + "s" + ], + [ + "Ġout", + "dated" + ], + [ + "Ġoutd", + "ated" + ], + [ + "Ġb", + "inge" + ], + [ + "Ġbin", + "ge" + ], + [ + "ĠF", + "ell" + ], + [ + "ĠFe", + "ll" + ], + [ + "ĠFel", + "l" + ], + [ + "Ġ", + "encephal" + ], + [ + "Ġen", + "cephal" + ], + [ + "Ġenc", + "ephal" + ], + [ + "Ġ", + "Jet" + ], + [ + "ĠJ", + "et" + ], + [ + "ĠJe", + "t" + ], + [ + "Ġ", + "KB" + ], + [ + "ĠK", + "B" + ], + [ + "tern", + "ally" + ], + [ + "ternal", + "ly" + ], + [ + "Ġmil", + "estone" + ], + [ + "Ġmile", + "stone" + ], + [ + "ĠP", + "lain" + ], + [ + "ĠPl", + "ain" + ], + [ + "Ġvol", + "ts" + ], + [ + "Ġvolt", + "s" + ], + [ + "Ġhot", + "ter" + ], + [ + "Ġsh", + "ocked" + ], + [ + "Ġshock", + "ed" + ], + [ + "Ġsho", + "cked" + ], + [ + "-int", + "ensive" + ], + [ + "Ġtechn", + "ician" + ], + [ + "Ġs", + "kins" + ], + [ + "Ġsk", + "ins" + ], + [ + "Ġskin", + "s" + ], + [ + "Ġski", + "ns" + ], + [ + "s", + "car" + ], + [ + "sc", + "ar" + ], + [ + "c", + "elain" + ], + [ + "ce", + "lain" + ], + [ + "cel", + "ain" + ], + [ + "Ġcaterpill", + "ars" + ], + [ + "Ġcaterpillar", + "s" + ], + [ + "Ġrefer", + "end" + ], + [ + "Ġreferen", + "d" + ], + [ + "Ġrefere", + "nd" + ], + [ + "-", + "read" + ], + [ + "-re", + "ad" + ], + [ + "-r", + "ead" + ], + [ + "/", + "kg" + ], + [ + "/k", + "g" + ], + [ + "a", + "bol" + ], + [ + "ab", + "ol" + ], + [ + "abo", + "l" + ], + [ + "ĠR", + "alph" + ], + [ + "Ġ", + "Giant" + ], + [ + "ĠG", + "iant" + ], + [ + "ĠGi", + "ant" + ], + [ + "ĠGian", + "t" + ], + [ + "Ġafter", + "ward" + ], + [ + "Ġpres", + "ently" + ], + [ + "Ġpresent", + "ly" + ], + [ + "Ġ", + "Someone" + ], + [ + "ĠSome", + "one" + ], + [ + "Ġmark", + "eted" + ], + [ + "Ġmarket", + "ed" + ], + [ + "y", + "dia" + ], + [ + "yd", + "ia" + ], + [ + "Ġnan", + "ot" + ], + [ + "Ġna", + "not" + ], + [ + "Ġnano", + "t" + ], + [ + "Ġ", + "References" + ], + [ + "ĠRef", + "erences" + ], + [ + "ĠReference", + "s" + ], + [ + "ĠRefer", + "ences" + ], + [ + "Ġparliament", + "ary" + ], + [ + "ĠQ", + "uran" + ], + [ + "ĠQu", + "ran" + ], + [ + "ĠQur", + "an" + ], + [ + "Ġh", + "edge" + ], + [ + "Ġhed", + "ge" + ], + [ + "ĠT", + "CP" + ], + [ + "ĠTC", + "P" + ], + [ + "Ġ", + "Cu" + ], + [ + "ĠC", + "u" + ], + [ + "ĠB", + "our" + ], + [ + "ĠBo", + "ur" + ], + [ + "ĠBou", + "r" + ], + [ + "Ġcom", + "pose" + ], + [ + "Ġcomp", + "ose" + ], + [ + "Ġcompos", + "e" + ], + [ + "Ġ", + "cliff" + ], + [ + "Ġcl", + "iff" + ], + [ + "Ġsc", + "av" + ], + [ + "Ġt", + "oug" + ], + [ + "Ġto", + "ug" + ], + [ + "Ġtou", + "g" + ], + [ + "Ġdistingu", + "ishing" + ], + [ + "Ġdistinguish", + "ing" + ], + [ + "Ġspreads", + "heet" + ], + [ + "ĠBal", + "tic" + ], + [ + "ĠBalt", + "ic" + ], + [ + "Ġd", + "yst" + ], + [ + "Ġdys", + "t" + ], + [ + "Ġdy", + "st" + ], + [ + "r", + "ites" + ], + [ + "ri", + "tes" + ], + [ + "rit", + "es" + ], + [ + "rite", + "s" + ], + [ + "Ġgood", + "ness" + ], + [ + "ĠRe", + "ality" + ], + [ + "ĠReal", + "ity" + ], + [ + "Ġ", + "Career" + ], + [ + "ĠCar", + "eer" + ], + [ + "ĠCare", + "er" + ], + [ + "Ġnewborn", + "s" + ], + [ + "Ġantiqu", + "ity" + ], + [ + "ĠCheroke", + "e" + ], + [ + "F", + "ortunately" + ], + [ + "Ġf", + "ern" + ], + [ + "Ġfe", + "rn" + ], + [ + "Ġfer", + "n" + ], + [ + "ĠC", + "od" + ], + [ + "ĠCo", + "d" + ], + [ + "Ġso", + "ak" + ], + [ + "Ġun", + "man" + ], + [ + "Ġunm", + "an" + ], + [ + "Ġ", + "amen" + ], + [ + "Ġa", + "men" + ], + [ + "Ġam", + "en" + ], + [ + "Ġcomp", + "utation" + ], + [ + "Ġcomput", + "ation" + ], + [ + "a", + "utical" + ], + [ + "au", + "tical" + ], + [ + "aut", + "ical" + ], + [ + "Ġblock", + "age" + ], + [ + "Ġdomestic", + "ated" + ], + [ + "Ġdomest", + "icated" + ], + [ + "ad", + "dy" + ], + [ + "add", + "y" + ], + [ + "Ġb", + "athing" + ], + [ + "Ġbat", + "hing" + ], + [ + "Ġbath", + "ing" + ], + [ + "Ġba", + "thing" + ], + [ + "t", + "z" + ], + [ + "Ġ", + "cakes" + ], + [ + "Ġc", + "akes" + ], + [ + "Ġca", + "kes" + ], + [ + "Ġcake", + "s" + ], + [ + "Ġ", + "inqu" + ], + [ + "Ġin", + "qu" + ], + [ + "-", + "home" + ], + [ + "-h", + "ome" + ], + [ + "stitution", + "al" + ], + [ + "stitut", + "ional" + ], + [ + "Ġ", + "ridges" + ], + [ + "Ġrid", + "ges" + ], + [ + "Ġridge", + "s" + ], + [ + "Ġsubur", + "bs" + ], + [ + "Ġsuburb", + "s" + ], + [ + "Ġ", + "Jennifer" + ], + [ + "ĠJenn", + "ifer" + ], + [ + "L", + "ater" + ], + [ + "La", + "ter" + ], + [ + "Lat", + "er" + ], + [ + "Late", + "r" + ], + [ + "he", + "art" + ], + [ + "hea", + "rt" + ], + [ + "hear", + "t" + ], + [ + "Ġan", + "onym" + ], + [ + "Ġr", + "inse" + ], + [ + "Ġrins", + "e" + ], + [ + "Ġ", + "Rare" + ], + [ + "ĠR", + "are" + ], + [ + "ĠRa", + "re" + ], + [ + "Ġ", + "Lamb" + ], + [ + "ĠL", + "amb" + ], + [ + "ĠLa", + "mb" + ], + [ + "ĠLam", + "b" + ], + [ + "Ġj", + "ealous" + ], + [ + "ĠK", + "night" + ], + [ + "ĠKn", + "ight" + ], + [ + "ĠY", + "emen" + ], + [ + "ĠYe", + "men" + ], + [ + "Ġt", + "emp" + ], + [ + "Ġte", + "mp" + ], + [ + "Ġtem", + "p" + ], + [ + "ĠA", + "bu" + ], + [ + "ĠAb", + "u" + ], + [ + "I", + "ND" + ], + [ + "IN", + "D" + ], + [ + "Ġsil", + "ica" + ], + [ + "Ġsilic", + "a" + ], + [ + "Ġsi", + "lica" + ], + [ + "ĠComm", + "erce" + ], + [ + "ĠCom", + "merce" + ], + [ + "Ġelev", + "ations" + ], + [ + "Ġelevation", + "s" + ], + [ + "ĠMet", + "ropolitan" + ], + [ + "Ġsp", + "raying" + ], + [ + "Ġspray", + "ing" + ], + [ + "Ġspr", + "aying" + ], + [ + "o", + "rr" + ], + [ + "or", + "r" + ], + [ + "a", + "pa" + ], + [ + "ap", + "a" + ], + [ + "Ġtrans", + "ient" + ], + [ + "Ġend", + "ors" + ], + [ + "Ġcon", + "fine" + ], + [ + "Ġconf", + "ine" + ], + [ + "Ġind", + "icative" + ], + [ + "Ġindic", + "ative" + ], + [ + "Ġobserv", + "ational" + ], + [ + "Ġobservation", + "al" + ], + [ + "Char", + "les" + ], + [ + "Charl", + "es" + ], + [ + "Ġ", + "Drawing" + ], + [ + "ĠD", + "rawing" + ], + [ + "ĠDr", + "awing" + ], + [ + "ĠDraw", + "ing" + ], + [ + "ĠDra", + "wing" + ], + [ + "ent", + "iful" + ], + [ + "u", + "sers" + ], + [ + "us", + "ers" + ], + [ + "use", + "rs" + ], + [ + "user", + "s" + ], + [ + "qu", + "are" + ], + [ + "qua", + "re" + ], + [ + "Ġ", + "Resistance" + ], + [ + "ĠRes", + "istance" + ], + [ + "ĠResist", + "ance" + ], + [ + "Ġ", + "Abstract" + ], + [ + "ĠAb", + "stract" + ], + [ + "ĠAbst", + "ract" + ], + [ + "Ġtri", + "angular" + ], + [ + "Ġtriang", + "ular" + ], + [ + "Ġin", + "vertebrates" + ], + [ + "Ġinverte", + "brates" + ], + [ + "Ġinvertebrate", + "s" + ], + [ + "W", + "ashington" + ], + [ + "Wash", + "ington" + ], + [ + "Ġp", + "ri" + ], + [ + "Ġpr", + "i" + ], + [ + "Ġp", + "orous" + ], + [ + "Ġpo", + "rous" + ], + [ + "Ġpor", + "ous" + ], + [ + "i", + "chi" + ], + [ + "ic", + "hi" + ], + [ + "ich", + "i" + ], + [ + "Ġmult", + "if" + ], + [ + "Ġmulti", + "f" + ], + [ + "Ġco", + "asts" + ], + [ + "Ġcoast", + "s" + ], + [ + "Ġexpl", + "orer" + ], + [ + "Ġexplore", + "r" + ], + [ + "Ġexplo", + "rer" + ], + [ + "Ġexplor", + "er" + ], + [ + "Ġbed", + "ding" + ], + [ + "Ġflav", + "our" + ], + [ + "Ġconfig", + "urations" + ], + [ + "Ġconfiguration", + "s" + ], + [ + "Ġnom", + "inal" + ], + [ + "Ġnomin", + "al" + ], + [ + "ĠBron", + "ze" + ], + [ + "Ġindispens", + "able" + ], + [ + "-", + "set" + ], + [ + "-s", + "et" + ], + [ + "-se", + "t" + ], + [ + "Ġf", + "oul" + ], + [ + "Ġfo", + "ul" + ], + [ + "Ġfou", + "l" + ], + [ + "Ġ", + "Hi" + ], + [ + "ĠH", + "i" + ], + [ + "ĠL", + "ex" + ], + [ + "ĠLe", + "x" + ], + [ + "ĠL", + "LC" + ], + [ + "ĠLL", + "C" + ], + [ + "Ġ", + "Ing" + ], + [ + "ĠI", + "ng" + ], + [ + "ĠIn", + "g" + ], + [ + "Ġun", + "im" + ], + [ + "ĠRe", + "formation" + ], + [ + "ĠReform", + "ation" + ], + [ + "ae", + "us" + ], + [ + "Ch", + "inese" + ], + [ + "Chi", + "nese" + ], + [ + "ĠAb", + "bey" + ], + [ + "ĠAbb", + "ey" + ], + [ + "bo", + "at" + ], + [ + "boa", + "t" + ], + [ + "Ġ", + "Experimental" + ], + [ + "ĠExper", + "imental" + ], + [ + "ĠExperiment", + "al" + ], + [ + "Cal", + "ifornia" + ], + [ + "Ġn", + "umbness" + ], + [ + "Ġnumb", + "ness" + ], + [ + "L", + "L" + ], + [ + "Ġs", + "eated" + ], + [ + "Ġse", + "ated" + ], + [ + "Ġsea", + "ted" + ], + [ + "Ġseat", + "ed" + ], + [ + "iz", + "arre" + ], + [ + "Ġexp", + "elled" + ], + [ + "Ġexpel", + "led" + ], + [ + "Ġdist", + "raction" + ], + [ + "Ġdistract", + "ion" + ], + [ + "Ġsqu", + "ad" + ], + [ + "S", + "how" + ], + [ + "Sh", + "ow" + ], + [ + "t", + "esy" + ], + [ + "te", + "sy" + ], + [ + "tes", + "y" + ], + [ + "Ġoptim", + "ized" + ], + [ + "Ġoptimize", + "d" + ], + [ + "Ġnick", + "name" + ], + [ + "p", + "ath" + ], + [ + "pat", + "h" + ], + [ + "pa", + "th" + ], + [ + "Ġ", + "Solid" + ], + [ + "ĠS", + "olid" + ], + [ + "ĠSo", + "lid" + ], + [ + "ĠSol", + "id" + ], + [ + "Ġsp", + "elled" + ], + [ + "Ġspell", + "ed" + ], + [ + "Ġoff", + "enders" + ], + [ + "Ġoffender", + "s" + ], + [ + "Ġoffend", + "ers" + ], + [ + "Ġsuper", + "b" + ], + [ + "Ġsup", + "erb" + ], + [ + "ĠBur", + "ma" + ], + [ + "ia", + "gnosis" + ], + [ + "iagn", + "osis" + ], + [ + "ĠRw", + "anda" + ], + [ + "R", + "edu" + ], + [ + "Re", + "du" + ], + [ + "Red", + "u" + ], + [ + "W", + "ord" + ], + [ + "g", + "i" + ], + [ + "t", + "ain" + ], + [ + "ta", + "in" + ], + [ + "a", + "ndel" + ], + [ + "an", + "del" + ], + [ + "and", + "el" + ], + [ + "ande", + "l" + ], + [ + "Ġ", + "Jason" + ], + [ + "ĠJ", + "ason" + ], + [ + "ĠJa", + "son" + ], + [ + "ĠJas", + "on" + ], + [ + "ert", + "iary" + ], + [ + "f", + "acts" + ], + [ + "fact", + "s" + ], + [ + "fac", + "ts" + ], + [ + "Ġb", + "race" + ], + [ + "Ġbr", + "ace" + ], + [ + "Ġbra", + "ce" + ], + [ + "-", + "stud" + ], + [ + "-st", + "ud" + ], + [ + "Ġ", + "Twenty" + ], + [ + "ĠTw", + "enty" + ], + [ + "F", + "ire" + ], + [ + "Fi", + "re" + ], + [ + "Ġad", + "jectives" + ], + [ + "Ġadjective", + "s" + ], + [ + "Ġper", + "imeter" + ], + [ + "Ġperi", + "meter" + ], + [ + "i", + "sha" + ], + [ + "is", + "ha" + ], + [ + "ish", + "a" + ], + [ + "Ġ", + "biased" + ], + [ + "Ġbi", + "ased" + ], + [ + "Ġbias", + "ed" + ], + [ + "Ġfa", + "ulty" + ], + [ + "Ġfault", + "y" + ], + [ + "F", + "OR" + ], + [ + "FO", + "R" + ], + [ + "Ġ", + "ost" + ], + [ + "Ġo", + "st" + ], + [ + "Ġos", + "t" + ], + [ + "ĠK", + "on" + ], + [ + "ĠKo", + "n" + ], + [ + "Ġex", + "ported" + ], + [ + "Ġexp", + "orted" + ], + [ + "Ġexport", + "ed" + ], + [ + "Ġinv", + "ade" + ], + [ + "Ġgen", + "era" + ], + [ + "Ġgener", + "a" + ], + [ + "Ġgene", + "ra" + ], + [ + "Ġmon", + "soon" + ], + [ + "Ġmonso", + "on" + ], + [ + "Ġg", + "rouping" + ], + [ + "Ġgrou", + "ping" + ], + [ + "Ġgroup", + "ing" + ], + [ + "Ġheav", + "ens" + ], + [ + "Ġheaven", + "s" + ], + [ + "c", + "riptions" + ], + [ + "cript", + "ions" + ], + [ + "cription", + "s" + ], + [ + "S", + "igns" + ], + [ + "Sign", + "s" + ], + [ + "Ġpriorit", + "ize" + ], + [ + "Ġmiscon", + "ceptions" + ], + [ + "Ġmisconception", + "s" + ], + [ + "â", + "ĸ" + ], + [ + "Ġare", + "na" + ], + [ + "Ġar", + "ena" + ], + [ + "Ġaren", + "a" + ], + [ + "ĠB", + "ond" + ], + [ + "ĠBo", + "nd" + ], + [ + "ĠBon", + "d" + ], + [ + "Ġc", + "olds" + ], + [ + "Ġcol", + "ds" + ], + [ + "Ġcold", + "s" + ], + [ + "ract", + "ical" + ], + [ + "rac", + "tical" + ], + [ + "Ġdisc", + "retion" + ], + [ + "Ġtop", + "ography" + ], + [ + "Ġ", + "holders" + ], + [ + "Ġhold", + "ers" + ], + [ + "Ġhol", + "ders" + ], + [ + "Ġholder", + "s" + ], + [ + "Ġ", + "FAO" + ], + [ + "ĠF", + "AO" + ], + [ + "ĠFA", + "O" + ], + [ + "Ġstagger", + "ing" + ], + [ + "á", + "¸" + ], + [ + "Ġl", + "anes" + ], + [ + "Ġla", + "nes" + ], + [ + "Ġlane", + "s" + ], + [ + "Ġlan", + "es" + ], + [ + "Ġ", + "Oste" + ], + [ + "ĠO", + "ste" + ], + [ + "ĠOs", + "te" + ], + [ + "ĠOst", + "e" + ], + [ + "Ġatt", + "ent" + ], + [ + "Ġatten", + "t" + ], + [ + "Ġ", + "Heavy" + ], + [ + "ĠHe", + "avy" + ], + [ + "ĠHeav", + "y" + ], + [ + "Ġtre", + "asures" + ], + [ + "Ġtreasure", + "s" + ], + [ + "ann", + "ab" + ], + [ + "anna", + "b" + ], + [ + "Ġ", + "Curiosity" + ], + [ + "ĠCur", + "iosity" + ], + [ + "ĠS", + "atan" + ], + [ + "ĠSat", + "an" + ], + [ + "ĠSa", + "tan" + ], + [ + "u", + "gged" + ], + [ + "ug", + "ged" + ], + [ + "ugg", + "ed" + ], + [ + "Ġ", + "Leonardo" + ], + [ + "ĠLeon", + "ardo" + ], + [ + "ĠLeonard", + "o" + ], + [ + "o", + "dynamics" + ], + [ + "od", + "ynamics" + ], + [ + "odyn", + "amics" + ], + [ + "odynamic", + "s" + ], + [ + "odynam", + "ics" + ], + [ + "Ġ", + "fare" + ], + [ + "Ġf", + "are" + ], + [ + "Ġfar", + "e" + ], + [ + "Ġfa", + "re" + ], + [ + "Ġw", + "his" + ], + [ + "Ġwh", + "is" + ], + [ + "Ġsp", + "heres" + ], + [ + "Ġsphere", + "s" + ], + [ + "Ġsph", + "eres" + ], + [ + "a", + "tha" + ], + [ + "at", + "ha" + ], + [ + "ath", + "a" + ], + [ + "ĠCon", + "vers" + ], + [ + "ĠConver", + "s" + ], + [ + "ĠConv", + "ers" + ], + [ + "Ġprof", + "essions" + ], + [ + "Ġprofess", + "ions" + ], + [ + "Ġprofession", + "s" + ], + [ + "Ġcon", + "current" + ], + [ + "Ġconc", + "urrent" + ], + [ + "Ġconcur", + "rent" + ], + [ + "Ġs", + "ulfate" + ], + [ + "Ġsulf", + "ate" + ], + [ + "ĠHung", + "arian" + ], + [ + "Ġamphib", + "ians" + ], + [ + "Ġamphibian", + "s" + ], + [ + "W", + "R" + ], + [ + "e", + "male" + ], + [ + "em", + "ale" + ], + [ + "ema", + "le" + ], + [ + "Ġ", + "Hz" + ], + [ + "ĠH", + "z" + ], + [ + "Ġ", + "Wel" + ], + [ + "ĠW", + "el" + ], + [ + "ĠWe", + "l" + ], + [ + "Pro", + "per" + ], + [ + "Pr", + "oper" + ], + [ + "Prop", + "er" + ], + [ + "Ġfasc", + "inated" + ], + [ + "st", + "orms" + ], + [ + "storm", + "s" + ], + [ + "M", + "T" + ], + [ + "Ġs", + "arc" + ], + [ + "Ġsa", + "rc" + ], + [ + "Ġsar", + "c" + ], + [ + "Ġ", + "SN" + ], + [ + "ĠS", + "N" + ], + [ + "Ġex", + "oplan" + ], + [ + "Ġsl", + "ender" + ], + [ + "Ġsle", + "nder" + ], + [ + "Ġre", + "stra" + ], + [ + "Ġr", + "estra" + ], + [ + "Ġres", + "tra" + ], + [ + "Ġrest", + "ra" + ], + [ + "Ġgar", + "ment" + ], + [ + "Ġsim", + "ultaneous" + ], + [ + "Ġsimult", + "aneous" + ], + [ + "Ġ", + "Views" + ], + [ + "ĠView", + "s" + ], + [ + "ĠVi", + "ews" + ], + [ + "ĠVie", + "ws" + ], + [ + "Ġgerm", + "ination" + ], + [ + "Ġger", + "mination" + ], + [ + "Ġincorrect", + "ly" + ], + [ + "Ġp", + "ension" + ], + [ + "Ġpens", + "ion" + ], + [ + "ic", + "able" + ], + [ + "ica", + "ble" + ], + [ + "Ġ", + "Hair" + ], + [ + "ĠH", + "air" + ], + [ + "ĠHa", + "ir" + ], + [ + "ĠHai", + "r" + ], + [ + "ĠO", + "g" + ], + [ + "Ġc", + "af" + ], + [ + "Ġca", + "f" + ], + [ + "Ġext", + "ensions" + ], + [ + "Ġextension", + "s" + ], + [ + "Ġ", + "avian" + ], + [ + "Ġa", + "vian" + ], + [ + "Ġav", + "ian" + ], + [ + "ĠCal", + "vin" + ], + [ + "ĠG", + "eor" + ], + [ + "ĠGe", + "or" + ], + [ + "ĠGeo", + "r" + ], + [ + "P", + "o" + ], + [ + "l", + "asses" + ], + [ + "lass", + "es" + ], + [ + "las", + "ses" + ], + [ + "m", + "ad" + ], + [ + "ma", + "d" + ], + [ + "s", + "u" + ], + [ + "Ġ", + "Host" + ], + [ + "ĠH", + "ost" + ], + [ + "ĠHo", + "st" + ], + [ + "ĠHos", + "t" + ], + [ + "a", + "cht" + ], + [ + "ac", + "ht" + ], + [ + "ach", + "t" + ], + [ + "fact", + "ory" + ], + [ + "factor", + "y" + ], + [ + "Part", + "icip" + ], + [ + "Ġdism", + "ant" + ], + [ + "ryst", + "al" + ], + [ + "rys", + "tal" + ], + [ + "Ġ", + "ba" + ], + [ + "Ġb", + "a" + ], + [ + "el", + "les" + ], + [ + "ell", + "es" + ], + [ + "elle", + "s" + ], + [ + "Ġun", + "acceptable" + ], + [ + "Ġrespect", + "ful" + ], + [ + "engine", + "ering" + ], + [ + "T", + "otal" + ], + [ + "To", + "tal" + ], + [ + "Ġm", + "ound" + ], + [ + "Ġmo", + "und" + ], + [ + "ĠB", + "ent" + ], + [ + "ĠBe", + "nt" + ], + [ + "ĠBen", + "t" + ], + [ + "Ġcom", + "pass" + ], + [ + "Ġcomp", + "ass" + ], + [ + "Ġinit", + "iation" + ], + [ + "Ġiniti", + "ation" + ], + [ + "-S", + "ax" + ], + [ + "Ġmathemat", + "ician" + ], + [ + "Ġmathematic", + "ian" + ], + [ + "c", + "os" + ], + [ + "co", + "s" + ], + [ + "f", + "rame" + ], + [ + "fr", + "ame" + ], + [ + "fram", + "e" + ], + [ + "fra", + "me" + ], + [ + "Ġ", + "lane" + ], + [ + "Ġl", + "ane" + ], + [ + "Ġla", + "ne" + ], + [ + "Ġlan", + "e" + ], + [ + "ĠF", + "ellow" + ], + [ + "ĠFel", + "low" + ], + [ + "ĠFell", + "ow" + ], + [ + "a", + "ksh" + ], + [ + "ak", + "sh" + ], + [ + "aks", + "h" + ], + [ + "Ġ", + "Qual" + ], + [ + "ĠQ", + "ual" + ], + [ + "ĠQu", + "al" + ], + [ + "ape", + "ake" + ], + [ + "Ġchief", + "ly" + ], + [ + "ĠCap", + "itol" + ], + [ + "ĠRest", + "oration" + ], + [ + "Hen", + "ry" + ], + [ + "ipel", + "ago" + ], + [ + "b", + "ands" + ], + [ + "ban", + "ds" + ], + [ + "band", + "s" + ], + [ + "r", + "oots" + ], + [ + "ro", + "ots" + ], + [ + "root", + "s" + ], + [ + "is", + "tles" + ], + [ + "ist", + "les" + ], + [ + "istle", + "s" + ], + [ + "Ġ", + "GE" + ], + [ + "ĠG", + "E" + ], + [ + "ĠL", + "anguages" + ], + [ + "ĠLanguage", + "s" + ], + [ + "Ġshow", + "case" + ], + [ + "Ġshowc", + "ase" + ], + [ + "Ġ", + "Expect" + ], + [ + "ĠEx", + "pect" + ], + [ + "ĠExp", + "ect" + ], + [ + "Ġcut", + "tings" + ], + [ + "Ġcutting", + "s" + ], + [ + "Ġrev", + "enge" + ], + [ + "Ġreven", + "ge" + ], + [ + "ĠPy", + "ram" + ], + [ + "ĠPyr", + "am" + ], + [ + "Ġbapt", + "ism" + ], + [ + "Ġm", + "eningitis" + ], + [ + "Ġmening", + "itis" + ], + [ + "ĠAd", + "miral" + ], + [ + "ĠAdm", + "iral" + ], + [ + "D", + "em" + ], + [ + "De", + "m" + ], + [ + "P", + "F" + ], + [ + "Ġ", + "stalk" + ], + [ + "Ġs", + "talk" + ], + [ + "Ġst", + "alk" + ], + [ + "Ġstal", + "k" + ], + [ + "Ġ", + "Wool" + ], + [ + "ĠW", + "ool" + ], + [ + "ĠWo", + "ol" + ], + [ + "oss", + "ibly" + ], + [ + "ĠAll", + "ergy" + ], + [ + "Ġpre", + "fers" + ], + [ + "Ġprefer", + "s" + ], + [ + "Ġpref", + "ers" + ], + [ + "Ġsh", + "ocking" + ], + [ + "Ġshock", + "ing" + ], + [ + "Ġsho", + "cking" + ], + [ + "Ġappl", + "iance" + ], + [ + "Ġabol", + "ished" + ], + [ + "Ġabolish", + "ed" + ], + [ + "ĠVeter", + "ans" + ], + [ + "ĠVeteran", + "s" + ], + [ + "Ġaston", + "ishing" + ], + [ + "V", + "A" + ], + [ + "Ġ", + "Poverty" + ], + [ + "ĠP", + "overty" + ], + [ + "ĠPo", + "verty" + ], + [ + "ĠCh", + "ance" + ], + [ + "ĠChan", + "ce" + ], + [ + "ĠCha", + "nce" + ], + [ + "Ġsuper", + "conduct" + ], + [ + "Ġviol", + "ated" + ], + [ + "Ġvi", + "olated" + ], + [ + "Ġviolate", + "d" + ], + [ + "Ġcustom", + "ary" + ], + [ + "Ġm", + "igrant" + ], + [ + "Ġmig", + "rant" + ], + [ + "Ġpenal", + "ties" + ], + [ + "Ġpro", + "cure" + ], + [ + "Ġproc", + "ure" + ], + [ + "Ġbund", + "le" + ], + [ + "ĠVin", + "cent" + ], + [ + "ĠVinc", + "ent" + ], + [ + "o", + "am" + ], + [ + "oa", + "m" + ], + [ + "ver", + "ted" + ], + [ + "vert", + "ed" + ], + [ + "verte", + "d" + ], + [ + "Ġ", + "BPA" + ], + [ + "ĠB", + "PA" + ], + [ + "ĠBP", + "A" + ], + [ + "Ġ", + "Lit" + ], + [ + "ĠL", + "it" + ], + [ + "ĠLi", + "t" + ], + [ + "e", + "worthy" + ], + [ + "ew", + "orthy" + ], + [ + "Ġserv", + "ings" + ], + [ + "Ġser", + "vings" + ], + [ + "Ġserving", + "s" + ], + [ + "Ġpr", + "imates" + ], + [ + "Ġprim", + "ates" + ], + [ + "Ġpri", + "mates" + ], + [ + "Ġprimate", + "s" + ], + [ + "O", + "RY" + ], + [ + "OR", + "Y" + ], + [ + "Ġprofound", + "ly" + ], + [ + "Ġ", + "Target" + ], + [ + "ĠT", + "arget" + ], + [ + "ĠTar", + "get" + ], + [ + "m", + "ate" + ], + [ + "ma", + "te" + ], + [ + "mat", + "e" + ], + [ + "|", + "This" + ], + [ + "|T", + "his" + ], + [ + "ĠS", + "aints" + ], + [ + "ĠSaint", + "s" + ], + [ + "ĠSa", + "ints" + ], + [ + "ĠSain", + "ts" + ], + [ + "ail", + "ability" + ], + [ + "osp", + "els" + ], + [ + "ospel", + "s" + ], + [ + "Ġ", + "Include" + ], + [ + "ĠInc", + "lude" + ], + [ + "Ġi", + "cons" + ], + [ + "Ġic", + "ons" + ], + [ + "Ġicon", + "s" + ], + [ + "ĠPass", + "over" + ], + [ + "ĠPas", + "sover" + ], + [ + "ĠB", + "udget" + ], + [ + "ĠBud", + "get" + ], + [ + "Ġdilem", + "ma" + ], + [ + "D", + "el" + ], + [ + "De", + "l" + ], + [ + "Ã", + "ª" + ], + [ + "Ġb", + "ilateral" + ], + [ + "Ġbil", + "ateral" + ], + [ + "av", + "oid" + ], + [ + "avo", + "id" + ], + [ + "Ġm", + "aple" + ], + [ + "Ġma", + "ple" + ], + [ + "Ġmap", + "le" + ], + [ + "B", + "s" + ], + [ + "I", + "AL" + ], + [ + "IA", + "L" + ], + [ + "if", + "erous" + ], + [ + "ife", + "rous" + ], + [ + "ifer", + "ous" + ], + [ + "Ġle", + "ague" + ], + [ + "Ġins", + "ult" + ], + [ + "Ġpract", + "ise" + ], + [ + "ĠEx", + "ped" + ], + [ + "ĠExp", + "ed" + ], + [ + "Ġkey", + "words" + ], + [ + "Ġkeyword", + "s" + ], + [ + "I", + "SE" + ], + [ + "IS", + "E" + ], + [ + "Ġcra", + "wl" + ], + [ + "Ġcraw", + "l" + ], + [ + "r", + "é" + ], + [ + "Ġp", + "uff" + ], + [ + "Ġpu", + "ff" + ], + [ + "Ġimp", + "osing" + ], + [ + "Ġbook", + "let" + ], + [ + "am", + "bia" + ], + [ + "amb", + "ia" + ], + [ + "ambi", + "a" + ], + [ + "Ġfl", + "eas" + ], + [ + "Ġfle", + "as" + ], + [ + "Ġflea", + "s" + ], + [ + "o", + "scopic" + ], + [ + "osc", + "opic" + ], + [ + "Ġmanip", + "ulated" + ], + [ + "Ġmanipulate", + "d" + ], + [ + "Ġbio", + "mark" + ], + [ + "Ġbiom", + "ark" + ], + [ + "Ġdis", + "closure" + ], + [ + "Ġdiscl", + "osure" + ], + [ + "Ġinter", + "rupted" + ], + [ + "Ġinterrupt", + "ed" + ], + [ + "n", + "ie" + ], + [ + "ni", + "e" + ], + [ + "Ġ", + "OCD" + ], + [ + "ĠO", + "CD" + ], + [ + "ĠOC", + "D" + ], + [ + "Ġfl", + "ax" + ], + [ + "Ġinv", + "aders" + ], + [ + "Ġinvade", + "rs" + ], + [ + "Ġinvader", + "s" + ], + [ + "Ġground", + "breaking" + ], + [ + "Ġc", + "ollar" + ], + [ + "Ġcol", + "lar" + ], + [ + "Ġcoll", + "ar" + ], + [ + "Ġo", + "ats" + ], + [ + "Ġoat", + "s" + ], + [ + "Ġd", + "engue" + ], + [ + "Ġden", + "gue" + ], + [ + "o", + "mo" + ], + [ + "om", + "o" + ], + [ + "a", + "yed" + ], + [ + "ay", + "ed" + ], + [ + "aye", + "d" + ], + [ + "Ġ", + "acry" + ], + [ + "Ġac", + "ry" + ], + [ + "Ġ", + "Metal" + ], + [ + "ĠM", + "etal" + ], + [ + "ĠMe", + "tal" + ], + [ + "ĠMet", + "al" + ], + [ + "ĠMeta", + "l" + ], + [ + "ĠForm", + "ation" + ], + [ + "ĠFormat", + "ion" + ], + [ + "Ġjudge", + "ment" + ], + [ + "-", + "established" + ], + [ + "-est", + "ablished" + ], + [ + "-establish", + "ed" + ], + [ + "Ġcurric", + "ula" + ], + [ + "Ġt", + "ric" + ], + [ + "Ġtr", + "ic" + ], + [ + "Ġtri", + "c" + ], + [ + "a", + "rea" + ], + [ + "ar", + "ea" + ], + [ + "are", + "a" + ], + [ + "o", + "ka" + ], + [ + "ok", + "a" + ], + [ + "Ġprop", + "ulsion" + ], + [ + "Ġapp", + "eals" + ], + [ + "Ġappe", + "als" + ], + [ + "Ġappeal", + "s" + ], + [ + "Ġbench", + "mark" + ], + [ + "N", + "ET" + ], + [ + "NE", + "T" + ], + [ + "Ġv", + "icious" + ], + [ + "Ġvic", + "ious" + ], + [ + "Ġvi", + "cious" + ], + [ + "Ġpl", + "entiful" + ], + [ + "Th", + "ings" + ], + [ + "Ġtur", + "f" + ], + [ + "Ġpregn", + "ancies" + ], + [ + "Ġ", + "Incorpor" + ], + [ + "ĠInc", + "orpor" + ], + [ + "Ġ", + "Steps" + ], + [ + "ĠSt", + "eps" + ], + [ + "ĠSte", + "ps" + ], + [ + "ĠStep", + "s" + ], + [ + "-", + "associated" + ], + [ + "-ass", + "ociated" + ], + [ + "l", + "ance" + ], + [ + "la", + "nce" + ], + [ + "lan", + "ce" + ], + [ + "st", + "art" + ], + [ + "star", + "t" + ], + [ + "sta", + "rt" + ], + [ + "Ġ", + "Failure" + ], + [ + "ĠF", + "ailure" + ], + [ + "ĠFail", + "ure" + ], + [ + "Ġtra", + "iner" + ], + [ + "Ġtr", + "ainer" + ], + [ + "Ġtrain", + "er" + ], + [ + "Ġtraine", + "r" + ], + [ + "Ġ", + "owl" + ], + [ + "Ġo", + "wl" + ], + [ + "Ġow", + "l" + ], + [ + "Ġ", + "Prepare" + ], + [ + "ĠPrep", + "are" + ], + [ + "ĠPrepar", + "e" + ], + [ + "C", + "am" + ], + [ + "Ca", + "m" + ], + [ + "Ġb", + "ishops" + ], + [ + "Ġbishop", + "s" + ], + [ + "Ġbis", + "hops" + ], + [ + "i", + "mo" + ], + [ + "im", + "o" + ], + [ + "Ġl", + "over" + ], + [ + "Ġlo", + "ver" + ], + [ + "Ġlove", + "r" + ], + [ + "Ġlov", + "er" + ], + [ + "Ġfeed", + "ers" + ], + [ + "Ġfee", + "ders" + ], + [ + "Ġfeeder", + "s" + ], + [ + "ĠMes", + "opotam" + ], + [ + "Ġderiv", + "atives" + ], + [ + "Ġderivative", + "s" + ], + [ + "s", + "ay" + ], + [ + "sa", + "y" + ], + [ + "ot", + "ation" + ], + [ + "ota", + "tion" + ], + [ + "e", + "stead" + ], + [ + "est", + "ead" + ], + [ + "este", + "ad" + ], + [ + "Ġ", + "helm" + ], + [ + "Ġhe", + "lm" + ], + [ + "Ġhel", + "m" + ], + [ + "Ġoff", + "ense" + ], + [ + "Ġsupp", + "ressed" + ], + [ + "Ġsuppress", + "ed" + ], + [ + "Ġ", + "locks" + ], + [ + "Ġl", + "ocks" + ], + [ + "Ġloc", + "ks" + ], + [ + "Ġlo", + "cks" + ], + [ + "Ġlock", + "s" + ], + [ + "Ġm", + "ined" + ], + [ + "Ġmin", + "ed" + ], + [ + "Ġmine", + "d" + ], + [ + "Ġmi", + "ned" + ], + [ + "Ġens", + "ured" + ], + [ + "Ġensure", + "d" + ], + [ + "Ġp", + "acking" + ], + [ + "Ġpack", + "ing" + ], + [ + "Ġpa", + "cking" + ], + [ + "Ġpac", + "king" + ], + [ + "ĠG", + "race" + ], + [ + "ĠGra", + "ce" + ], + [ + "ĠGr", + "ace" + ], + [ + "Ġfam", + "ously" + ], + [ + "Ġfamous", + "ly" + ], + [ + "Ġrib", + "bon" + ], + [ + "Ġcous", + "ins" + ], + [ + "Ġcousin", + "s" + ], + [ + "a", + "does" + ], + [ + "ad", + "oes" + ], + [ + "ado", + "es" + ], + [ + "Ġ", + "Homes" + ], + [ + "ĠH", + "omes" + ], + [ + "ĠHome", + "s" + ], + [ + "ĠHo", + "mes" + ], + [ + "ĠHom", + "es" + ], + [ + "Ġ", + "Conversely" + ], + [ + "ĠCon", + "versely" + ], + [ + "-", + "brown" + ], + [ + "-b", + "rown" + ], + [ + "-bro", + "wn" + ], + [ + "ĠCl", + "are" + ], + [ + "ĠClar", + "e" + ], + [ + "ĠCla", + "re" + ], + [ + "Ġprog", + "ressed" + ], + [ + "Ġprogress", + "ed" + ], + [ + "ĠAtt", + "ribution" + ], + [ + "Ġcyt", + "ok" + ], + [ + "Ġmil", + "itia" + ], + [ + "Ġmilit", + "ia" + ], + [ + "Ġpeas", + "ants" + ], + [ + "Ġpeasant", + "s" + ], + [ + "p", + "ol" + ], + [ + "po", + "l" + ], + [ + "Ġ", + "Municip" + ], + [ + "ĠM", + "unicip" + ], + [ + "ĠMun", + "icip" + ], + [ + "Ġw", + "ears" + ], + [ + "Ġwe", + "ars" + ], + [ + "Ġwear", + "s" + ], + [ + "ĠC", + "han" + ], + [ + "ĠCh", + "an" + ], + [ + "ĠCha", + "n" + ], + [ + "ĠEd", + "wards" + ], + [ + "ĠEdward", + "s" + ], + [ + "ĠRich", + "ards" + ], + [ + "ĠRichard", + "s" + ], + [ + "Ġrhy", + "me" + ], + [ + "Ġreward", + "ed" + ], + [ + "Ġrew", + "arded" + ], + [ + "Ġenrich", + "ment" + ], + [ + "Ġa", + "uction" + ], + [ + "Ġau", + "ction" + ], + [ + "Ġw", + "iped" + ], + [ + "Ġwipe", + "d" + ], + [ + "Ġwi", + "ped" + ], + [ + "s", + "ten" + ], + [ + "st", + "en" + ], + [ + "ste", + "n" + ], + [ + "Ġre", + "vis" + ], + [ + "Ġrev", + "is" + ], + [ + "Ġbrows", + "ing" + ], + [ + "Ġbrow", + "sing" + ], + [ + "ĠCh", + "oice" + ], + [ + "ĠCho", + "ice" + ], + [ + "ĠChoi", + "ce" + ], + [ + "Ġ", + "Farmers" + ], + [ + "ĠFar", + "mers" + ], + [ + "ĠFarm", + "ers" + ], + [ + "ĠFarmer", + "s" + ], + [ + "ĠH", + "omo" + ], + [ + "ĠHo", + "mo" + ], + [ + "ĠHom", + "o" + ], + [ + ")", + "âĢĶ" + ], + [ + "Ġha", + "voc" + ], + [ + "Ġpl", + "aster" + ], + [ + "Ġpla", + "ster" + ], + [ + "Ġplas", + "ter" + ], + [ + "Ġplast", + "er" + ], + [ + "l", + "udge" + ], + [ + "lud", + "ge" + ], + [ + "ĠY", + "ug" + ], + [ + "ĠYu", + "g" + ], + [ + "iss", + "ors" + ], + [ + "ĠInst", + "agram" + ], + [ + "-", + "analysis" + ], + [ + "-an", + "alysis" + ], + [ + "Ġcle", + "ansing" + ], + [ + "Ġclean", + "sing" + ], + [ + "Ġcleans", + "ing" + ], + [ + "ĠAr", + "nold" + ], + [ + "ĠArn", + "old" + ], + [ + "w", + "ould" + ], + [ + "wo", + "uld" + ], + [ + "Ġ", + "Theore" + ], + [ + "ĠThe", + "ore" + ], + [ + "ĠTheo", + "re" + ], + [ + "Ġ", + "Pont" + ], + [ + "ĠP", + "ont" + ], + [ + "ĠPo", + "nt" + ], + [ + "ĠPon", + "t" + ], + [ + "Ġ", + "Laser" + ], + [ + "ĠL", + "aser" + ], + [ + "ĠLa", + "ser" + ], + [ + "ĠLas", + "er" + ], + [ + "Ġb", + "oots" + ], + [ + "Ġbo", + "ots" + ], + [ + "Ġboot", + "s" + ], + [ + "Ġboo", + "ts" + ], + [ + "Ġs", + "olo" + ], + [ + "Ġso", + "lo" + ], + [ + "Ġsol", + "o" + ], + [ + "Ġs", + "inger" + ], + [ + "Ġsing", + "er" + ], + [ + "Ġsin", + "ger" + ], + [ + "Ġp", + "ulls" + ], + [ + "Ġpul", + "ls" + ], + [ + "Ġpull", + "s" + ], + [ + "Ġbo", + "nus" + ], + [ + "Ġbon", + "us" + ], + [ + ".p", + "hp" + ], + [ + ".ph", + "p" + ], + [ + "B", + "ra" + ], + [ + "Br", + "a" + ], + [ + "Ġ", + "lem" + ], + [ + "Ġl", + "em" + ], + [ + "Ġle", + "m" + ], + [ + "ĠN", + "ancy" + ], + [ + "ĠNan", + "cy" + ], + [ + "ph", + "ilis" + ], + [ + "phi", + "lis" + ], + [ + "Ġinvest", + "or" + ], + [ + "r", + "ador" + ], + [ + "ra", + "dor" + ], + [ + "rad", + "or" + ], + [ + "rado", + "r" + ], + [ + "Ġbur", + "sts" + ], + [ + "Ġburst", + "s" + ], + [ + "Ġburs", + "ts" + ], + [ + "Ġbal", + "ances" + ], + [ + "Ġbalance", + "s" + ], + [ + "ĠReg", + "ulation" + ], + [ + "Ġ", + "Module" + ], + [ + "ĠMod", + "ule" + ], + [ + "ĠMo", + "dule" + ], + [ + "u", + "zzle" + ], + [ + "uzz", + "le" + ], + [ + "Ġanomal", + "ies" + ], + [ + "u", + "fficiency" + ], + [ + "uff", + "iciency" + ], + [ + "ĠR", + "ick" + ], + [ + "ĠRic", + "k" + ], + [ + "ĠRi", + "ck" + ], + [ + "ĠR", + "yan" + ], + [ + "ĠRy", + "an" + ], + [ + "Ġill", + "umin" + ], + [ + "Ġillum", + "in" + ], + [ + "Ġf", + "olate" + ], + [ + "Ġfol", + "ate" + ], + [ + "Ġfo", + "late" + ], + [ + "Ġfree", + "doms" + ], + [ + "Ġfreedom", + "s" + ], + [ + "Ġfreed", + "oms" + ], + [ + "Ġaug", + "mented" + ], + [ + "Ġau", + "gmented" + ], + [ + "Ġaugment", + "ed" + ], + [ + "Ġsqu", + "eeze" + ], + [ + "Ġsquee", + "ze" + ], + [ + "Ġsque", + "eze" + ], + [ + "in", + "ars" + ], + [ + "ina", + "rs" + ], + [ + "inar", + "s" + ], + [ + "a", + "ton" + ], + [ + "at", + "on" + ], + [ + "ato", + "n" + ], + [ + "en", + "te" + ], + [ + "ent", + "e" + ], + [ + "ĠC", + "PR" + ], + [ + "ĠCP", + "R" + ], + [ + "ĠL", + "ayer" + ], + [ + "ĠLa", + "yer" + ], + [ + "ĠLay", + "er" + ], + [ + "ĠPe", + "ak" + ], + [ + "Ġdisproportion", + "ately" + ], + [ + "Ġdisproportionate", + "ly" + ], + [ + "-", + "aware" + ], + [ + "-a", + "ware" + ], + [ + "-awa", + "re" + ], + [ + "-aw", + "are" + ], + [ + "Ġth", + "romb" + ], + [ + "Ġthr", + "omb" + ], + [ + "Ġthro", + "mb" + ], + [ + "Ġthrom", + "b" + ], + [ + "os", + "ate" + ], + [ + "osa", + "te" + ], + [ + "Ġr", + "oses" + ], + [ + "Ġro", + "ses" + ], + [ + "Ġrose", + "s" + ], + [ + "Ġros", + "es" + ], + [ + "Ġcl", + "earance" + ], + [ + "Ġclear", + "ance" + ], + [ + "St", + "at" + ], + [ + "Ġcont", + "ractor" + ], + [ + "Ġcontract", + "or" + ], + [ + "Ġcontra", + "ctor" + ], + [ + "Ġfib", + "ro" + ], + [ + "Ġfibr", + "o" + ], + [ + "Ġfi", + "bro" + ], + [ + "ĠPsych", + "iatry" + ], + [ + "Ġtick", + "ets" + ], + [ + "Ġticket", + "s" + ], + [ + "Ġtic", + "kets" + ], + [ + "ĠEnter", + "prise" + ], + [ + "b", + "ia" + ], + [ + "bi", + "a" + ], + [ + "Ġal", + "erts" + ], + [ + "Ġalert", + "s" + ], + [ + "r", + "escent" + ], + [ + "res", + "cent" + ], + [ + "Ġp", + "ope" + ], + [ + "Ġpo", + "pe" + ], + [ + "Ġpop", + "e" + ], + [ + "Ġadv", + "ises" + ], + [ + "Ġadvis", + "es" + ], + [ + "Ġadvise", + "s" + ], + [ + "Ġsal", + "inity" + ], + [ + "Ġf", + "olds" + ], + [ + "Ġfol", + "ds" + ], + [ + "Ġfold", + "s" + ], + [ + "Ġexplos", + "ions" + ], + [ + "Ġexplosion", + "s" + ], + [ + "Ġ", + "»Ċ" + ], + [ + "Ġ»", + "Ċ" + ], + [ + "M", + "art" + ], + [ + "Mar", + "t" + ], + [ + "Ma", + "rt" + ], + [ + "a", + "tri" + ], + [ + "at", + "ri" + ], + [ + "atr", + "i" + ], + [ + "Ġ", + "pend" + ], + [ + "Ġp", + "end" + ], + [ + "Ġpe", + "nd" + ], + [ + "Ġpen", + "d" + ], + [ + "Ġin", + "active" + ], + [ + "Ġinact", + "ive" + ], + [ + "Ġd", + "unes" + ], + [ + "Ġdu", + "nes" + ], + [ + "Ġdune", + "s" + ], + [ + "Ġdun", + "es" + ], + [ + "Ġon", + "wards" + ], + [ + "Ġonward", + "s" + ], + [ + "ĠB", + "ru" + ], + [ + "ĠBr", + "u" + ], + [ + "ĠR", + "av" + ], + [ + "ĠRa", + "v" + ], + [ + "Ġstart", + "up" + ], + [ + "ĠBut", + "ler" + ], + [ + "ĠPl", + "aces" + ], + [ + "ĠPlace", + "s" + ], + [ + "-", + "east" + ], + [ + "-e", + "ast" + ], + [ + "Ġdent", + "istry" + ], + [ + "Ġdentist", + "ry" + ], + [ + "Ġsupplement", + "al" + ], + [ + "Ġsupple", + "mental" + ], + [ + "Ġ", + "Dietary" + ], + [ + "ĠDi", + "etary" + ], + [ + "ĠDiet", + "ary" + ], + [ + "it", + "ures" + ], + [ + "iture", + "s" + ], + [ + "itu", + "res" + ], + [ + "Ġf", + "ructose" + ], + [ + "Ġg", + "out" + ], + [ + "Ġgo", + "ut" + ], + [ + "Ġgou", + "t" + ], + [ + "Ġ", + "hen" + ], + [ + "Ġh", + "en" + ], + [ + "Ġhe", + "n" + ], + [ + "Ġinv", + "alid" + ], + [ + "ĠCont", + "ract" + ], + [ + "ĠContra", + "ct" + ], + [ + "Ġhall", + "uc" + ], + [ + "ĠTim", + "othy" + ], + [ + "E", + "th" + ], + [ + "Et", + "h" + ], + [ + "Ġt", + "igers" + ], + [ + "Ġtiger", + "s" + ], + [ + "Ġti", + "gers" + ], + [ + "Ġ", + "MT" + ], + [ + "ĠM", + "T" + ], + [ + "Ġinh", + "aled" + ], + [ + "Ġinhal", + "ed" + ], + [ + "Ġinhale", + "d" + ], + [ + "inn", + "ati" + ], + [ + "Ġcon", + "figured" + ], + [ + "Ġconfig", + "ured" + ], + [ + "Ġconfigure", + "d" + ], + [ + "bul", + "lying" + ], + [ + "bull", + "ying" + ], + [ + "Key", + "words" + ], + [ + "k", + "ar" + ], + [ + "ka", + "r" + ], + [ + "in", + "ety" + ], + [ + "ine", + "ty" + ], + [ + "inet", + "y" + ], + [ + "Ġspec", + "ifies" + ], + [ + "Ġcal", + "ibr" + ], + [ + "unt", + "ary" + ], + [ + "unta", + "ry" + ], + [ + "pe", + "ace" + ], + [ + "pea", + "ce" + ], + [ + "Ġcap", + "acitor" + ], + [ + "Ġcapac", + "itor" + ], + [ + "Ġkil", + "ogram" + ], + [ + "Ġkilo", + "gram" + ], + [ + "Ġth", + "inning" + ], + [ + "Ġthin", + "ning" + ], + [ + "Us", + "ually" + ], + [ + "Ġpron", + "ounce" + ], + [ + "Ġpronoun", + "ce" + ], + [ + "ocument", + "ed" + ], + [ + "ocum", + "ented" + ], + [ + "Ġlaun", + "dry" + ], + [ + "Ġlaund", + "ry" + ], + [ + "e", + "nic" + ], + [ + "en", + "ic" + ], + [ + "eni", + "c" + ], + [ + "Ġal", + "arms" + ], + [ + "Ġalarm", + "s" + ], + [ + "ist", + "ine" + ], + [ + "ĠG", + "CSE" + ], + [ + "ĠGC", + "SE" + ], + [ + "ĠK", + "l" + ], + [ + "Ġpo", + "inter" + ], + [ + "Ġpoint", + "er" + ], + [ + "a", + "wed" + ], + [ + "aw", + "ed" + ], + [ + "ĠGlas", + "gow" + ], + [ + "Ġb", + "ison" + ], + [ + "Ġbi", + "son" + ], + [ + "Ġbis", + "on" + ], + [ + "Ġdef", + "ended" + ], + [ + "Ġdefend", + "ed" + ], + [ + "Ġorig", + "inating" + ], + [ + "Ġorigin", + "ating" + ], + [ + "Ġemp", + "owered" + ], + [ + "Ġempower", + "ed" + ], + [ + "Ġaw", + "kward" + ], + [ + "Ġbread", + "th" + ], + [ + "Ġexhaust", + "ion" + ], + [ + "Ġspan", + "ning" + ], + [ + "Ġrational", + "e" + ], + [ + "Ġration", + "ale" + ], + [ + "Ġtrans", + "istor" + ], + [ + "Ġtransist", + "or" + ], + [ + "Ġrheumat", + "oid" + ], + [ + "R", + "NAs" + ], + [ + "RNA", + "s" + ], + [ + "RN", + "As" + ], + [ + "Ġb", + "east" + ], + [ + "Ġbe", + "ast" + ], + [ + "ig", + "mat" + ], + [ + "igm", + "at" + ], + [ + "igma", + "t" + ], + [ + "Ġst", + "am" + ], + [ + "Ġsta", + "m" + ], + [ + "Ġ", + "Nest" + ], + [ + "ĠN", + "est" + ], + [ + "ĠNe", + "st" + ], + [ + "ĠNes", + "t" + ], + [ + "ĠG", + "ay" + ], + [ + "ĠGa", + "y" + ], + [ + "c", + "ker" + ], + [ + "ck", + "er" + ], + [ + "cke", + "r" + ], + [ + "ĠL", + "eo" + ], + [ + "ĠLe", + "o" + ], + [ + "b", + "log" + ], + [ + "bl", + "og" + ], + [ + "blo", + "g" + ], + [ + "pt", + "omatic" + ], + [ + "ptom", + "atic" + ], + [ + "Ġ", + "Renewable" + ], + [ + "ĠRen", + "ewable" + ], + [ + "ĠRenew", + "able" + ], + [ + "Ġinter", + "course" + ], + [ + "Ġinterc", + "ourse" + ], + [ + "Ġplacent", + "a" + ], + [ + "Ġplac", + "enta" + ], + [ + "I", + "ll" + ], + [ + "Il", + "l" + ], + [ + "Ù", + "ĩ" + ], + [ + "o", + "rers" + ], + [ + "or", + "ers" + ], + [ + "ore", + "rs" + ], + [ + "orer", + "s" + ], + [ + "ĠB", + "omb" + ], + [ + "ĠBo", + "mb" + ], + [ + "ĠBom", + "b" + ], + [ + "Ġ", + "ros" + ], + [ + "Ġr", + "os" + ], + [ + "Ġro", + "s" + ], + [ + "ĠB", + "asil" + ], + [ + "ĠBas", + "il" + ], + [ + "ĠBa", + "sil" + ], + [ + "-", + "acre" + ], + [ + "-ac", + "re" + ], + [ + "ĠRo", + "ute" + ], + [ + "ĠRout", + "e" + ], + [ + "ĠRou", + "te" + ], + [ + "Ġrecon", + "ciliation" + ], + [ + "Ġreconcil", + "iation" + ], + [ + "ĠLl", + "oyd" + ], + [ + "Ġinter", + "mittent" + ], + [ + "Ġintermitt", + "ent" + ], + [ + "ĠThe", + "atre" + ], + [ + "o", + "uted" + ], + [ + "ou", + "ted" + ], + [ + "out", + "ed" + ], + [ + "Ġad", + "orn" + ], + [ + "Ġ", + "Vari" + ], + [ + "ĠV", + "ari" + ], + [ + "ĠVar", + "i" + ], + [ + "ĠVa", + "ri" + ], + [ + "Ġbas", + "ins" + ], + [ + "Ġbasin", + "s" + ], + [ + "Ġexcess", + "ively" + ], + [ + "Ġexcessive", + "ly" + ], + [ + "Ġc", + "arcinoma" + ], + [ + "Ġcarcin", + "oma" + ], + [ + "represent", + "ed" + ], + [ + "l", + "ett" + ], + [ + "le", + "tt" + ], + [ + "let", + "t" + ], + [ + "Ġt", + "rades" + ], + [ + "Ġtra", + "des" + ], + [ + "Ġtr", + "ades" + ], + [ + "Ġtrade", + "s" + ], + [ + "Ġtrad", + "es" + ], + [ + "Ġadd", + "icted" + ], + [ + "Ġaddict", + "ed" + ], + [ + "-", + "frequency" + ], + [ + "-f", + "requency" + ], + [ + "-", + "dis" + ], + [ + "-d", + "is" + ], + [ + "-di", + "s" + ], + [ + "Ġconsult", + "ed" + ], + [ + "Ġconsul", + "ted" + ], + [ + "N", + "otes" + ], + [ + "No", + "tes" + ], + [ + "Not", + "es" + ], + [ + "Note", + "s" + ], + [ + "Ġseven", + "ty" + ], + [ + "Ġsevent", + "y" + ], + [ + "Ġtherm", + "ometer" + ], + [ + "Ġthermo", + "meter" + ], + [ + "Ġpedest", + "rians" + ], + [ + "Ġpedestrian", + "s" + ], + [ + "Ġmol", + "ten" + ], + [ + "Ġmolt", + "en" + ], + [ + "Ġext", + "ingu" + ], + [ + "Ġexting", + "u" + ], + [ + "Ð", + "²" + ], + [ + "ĠD", + "ance" + ], + [ + "ĠDan", + "ce" + ], + [ + "ĠDa", + "nce" + ], + [ + "Ġw", + "asting" + ], + [ + "Ġwas", + "ting" + ], + [ + "Ġwast", + "ing" + ], + [ + "ĠG", + "ary" + ], + [ + "ĠGar", + "y" + ], + [ + "ĠGa", + "ry" + ], + [ + "Ġ", + "Jess" + ], + [ + "ĠJ", + "ess" + ], + [ + "ĠJes", + "s" + ], + [ + "ĠJe", + "ss" + ], + [ + "iss", + "ible" + ], + [ + "Ġ", + "Comments" + ], + [ + "ĠComm", + "ents" + ], + [ + "ĠCom", + "ments" + ], + [ + "ĠComment", + "s" + ], + [ + "ĠTur", + "ks" + ], + [ + "ĠTurk", + "s" + ], + [ + "ĠIn", + "jury" + ], + [ + "ĠInj", + "ury" + ], + [ + "Ġ", + "Aw" + ], + [ + "ĠA", + "w" + ], + [ + "i", + "vision" + ], + [ + "iv", + "ision" + ], + [ + "ĠW", + "ol" + ], + [ + "ĠWo", + "l" + ], + [ + "Ġ", + "Eco" + ], + [ + "ĠE", + "co" + ], + [ + "ĠEc", + "o" + ], + [ + "as", + "sic" + ], + [ + "ass", + "ic" + ], + [ + "assi", + "c" + ], + [ + "Ġdise", + "ased" + ], + [ + "Ġdisease", + "d" + ], + [ + "Ġcom", + "mitting" + ], + [ + "Ġcomm", + "itting" + ], + [ + "Ġcommit", + "ting" + ], + [ + "Ġswe", + "ets" + ], + [ + "Ġsweet", + "s" + ], + [ + "Ġsoy", + "beans" + ], + [ + "Ġsoybean", + "s" + ], + [ + "ru", + "sted" + ], + [ + "rus", + "ted" + ], + [ + "rust", + "ed" + ], + [ + "enh", + "agen" + ], + [ + "Ġblue", + "p" + ], + [ + "Ġblu", + "ep" + ], + [ + "Ġ", + "Diamond" + ], + [ + "ĠD", + "iamond" + ], + [ + "ĠDiam", + "ond" + ], + [ + "ĠDia", + "mond" + ], + [ + "-", + "text" + ], + [ + "-t", + "ext" + ], + [ + "-te", + "xt" + ], + [ + "Ġ", + "hats" + ], + [ + "Ġh", + "ats" + ], + [ + "Ġha", + "ts" + ], + [ + "Ġhat", + "s" + ], + [ + "Ġl", + "iable" + ], + [ + "Ġli", + "able" + ], + [ + "Ġlia", + "ble" + ], + [ + "Ġ", + "Train" + ], + [ + "ĠT", + "rain" + ], + [ + "ĠTr", + "ain" + ], + [ + "ĠTra", + "in" + ], + [ + "Ġbi", + "ologically" + ], + [ + "Ġbiological", + "ly" + ], + [ + "Ġbiologic", + "ally" + ], + [ + "Ġey", + "eb" + ], + [ + "Ġeye", + "b" + ], + [ + "Can", + "ada" + ], + [ + "ĠO", + "dys" + ], + [ + "ĠOd", + "ys" + ], + [ + "ĠKy", + "oto" + ], + [ + "a", + "mo" + ], + [ + "am", + "o" + ], + [ + "ĠR", + "ica" + ], + [ + "ĠRic", + "a" + ], + [ + "ĠRi", + "ca" + ], + [ + "p", + "lication" + ], + [ + "pl", + "ication" + ], + [ + "plic", + "ation" + ], + [ + "Ġcomp", + "uted" + ], + [ + "Ġcomput", + "ed" + ], + [ + "Ġcompute", + "d" + ], + [ + "Ġcommun", + "icated" + ], + [ + "Ġcommunic", + "ated" + ], + [ + "Ġcommunicate", + "d" + ], + [ + "Ġdense", + "ly" + ], + [ + "Ġ", + "Random" + ], + [ + "ĠR", + "andom" + ], + [ + "ĠRand", + "om" + ], + [ + "ĠRa", + "ndom" + ], + [ + "ĠRan", + "dom" + ], + [ + "T", + "om" + ], + [ + "To", + "m" + ], + [ + "Ġ", + "Horm" + ], + [ + "ĠH", + "orm" + ], + [ + "ĠHor", + "m" + ], + [ + "ĠHo", + "rm" + ], + [ + "Ġt", + "ray" + ], + [ + "Ġtra", + "y" + ], + [ + "Ġtr", + "ay" + ], + [ + "Ġcharacter", + "ised" + ], + [ + "Ġcharacterise", + "d" + ], + [ + "Ġbal", + "lot" + ], + [ + "Ġball", + "ot" + ], + [ + "ĠAz", + "tec" + ], + [ + "L", + "eg" + ], + [ + "Le", + "g" + ], + [ + "Ġ", + "az" + ], + [ + "Ġa", + "z" + ], + [ + "is", + "ans" + ], + [ + "isa", + "ns" + ], + [ + "isan", + "s" + ], + [ + "u", + "mers" + ], + [ + "um", + "ers" + ], + [ + "ume", + "rs" + ], + [ + "umer", + "s" + ], + [ + "Ġa", + "top" + ], + [ + "Ġat", + "op" + ], + [ + "u", + "ez" + ], + [ + "ue", + "z" + ], + [ + "Ġgar", + "ments" + ], + [ + "Ġgarment", + "s" + ], + [ + "Ġshr", + "inking" + ], + [ + "Ġshrink", + "ing" + ], + [ + "Mus", + "ic" + ], + [ + "Mu", + "sic" + ], + [ + "Ġcyl", + "inders" + ], + [ + "Ġcylinder", + "s" + ], + [ + "Ġcylind", + "ers" + ], + [ + "o", + "ux" + ], + [ + "ou", + "x" + ], + [ + "Ġh", + "ottest" + ], + [ + "Ġhot", + "test" + ], + [ + "o", + "ped" + ], + [ + "op", + "ed" + ], + [ + "ope", + "d" + ], + [ + "Ġch", + "unks" + ], + [ + "Ġchunk", + "s" + ], + [ + "ĠD", + "im" + ], + [ + "ĠDi", + "m" + ], + [ + "ef", + "ined" + ], + [ + "efin", + "ed" + ], + [ + "ab", + "etics" + ], + [ + "abet", + "ics" + ], + [ + "abetic", + "s" + ], + [ + "abe", + "tics" + ], + [ + "Ġ", + "figuring" + ], + [ + "Ġfig", + "uring" + ], + [ + "Ġfigur", + "ing" + ], + [ + "Ġuse", + "fulness" + ], + [ + "Ġuseful", + "ness" + ], + [ + "ĠM", + "ilton" + ], + [ + "ĠMil", + "ton" + ], + [ + "ĠC", + "ruz" + ], + [ + "ĠCr", + "uz" + ], + [ + "ĠCru", + "z" + ], + [ + "Ġt", + "ides" + ], + [ + "Ġtide", + "s" + ], + [ + "Ġtid", + "es" + ], + [ + "Ġti", + "des" + ], + [ + "Ġ", + "ally" + ], + [ + "Ġal", + "ly" + ], + [ + "Ġall", + "y" + ], + [ + "Ġs", + "py" + ], + [ + "Ġsp", + "y" + ], + [ + "Ġmod", + "ular" + ], + [ + "oph", + "obia" + ], + [ + "Ġbr", + "akes" + ], + [ + "Ġbra", + "kes" + ], + [ + "Ġbrake", + "s" + ], + [ + "Ġrich", + "ness" + ], + [ + "Ġantib", + "acterial" + ], + [ + "Ġ", + "âĤ¬" + ], + [ + "Ġâ", + "Ĥ¬" + ], + [ + "h", + "ey" + ], + [ + "he", + "y" + ], + [ + "Ġc", + "ob" + ], + [ + "Ġco", + "b" + ], + [ + "ĠM", + "ob" + ], + [ + "ĠMo", + "b" + ], + [ + "In", + "vest" + ], + [ + "Inv", + "est" + ], + [ + "Ġ", + "Importance" + ], + [ + "ĠImport", + "ance" + ], + [ + "Ġbin", + "ocular" + ], + [ + "Exper", + "ts" + ], + [ + "Exp", + "erts" + ], + [ + "Expert", + "s" + ], + [ + "it", + "ted" + ], + [ + "itt", + "ed" + ], + [ + "itte", + "d" + ], + [ + "Ġp", + "ens" + ], + [ + "Ġpe", + "ns" + ], + [ + "Ġpen", + "s" + ], + [ + "Ġ", + "rap" + ], + [ + "Ġr", + "ap" + ], + [ + "Ġra", + "p" + ], + [ + "ĠF", + "ran" + ], + [ + "ĠFr", + "an" + ], + [ + "ĠFra", + "n" + ], + [ + "Ġ", + "Multi" + ], + [ + "ĠMult", + "i" + ], + [ + "ĠMul", + "ti" + ], + [ + "Ġampl", + "ifier" + ], + [ + "Ġcr", + "owns" + ], + [ + "Ġcrow", + "ns" + ], + [ + "Ġcrown", + "s" + ], + [ + "Ġterm", + "inals" + ], + [ + "Ġtermin", + "als" + ], + [ + "Ġterminal", + "s" + ], + [ + "ĠK", + "irk" + ], + [ + "ĠKir", + "k" + ], + [ + "Ġp", + "rag" + ], + [ + "Ġpr", + "ag" + ], + [ + "Ġpra", + "g" + ], + [ + "ect", + "ing" + ], + [ + "ec", + "ting" + ], + [ + "ectin", + "g" + ], + [ + "o", + "unts" + ], + [ + "ount", + "s" + ], + [ + "oun", + "ts" + ], + [ + "Ġpre", + "natal" + ], + [ + "ĠV", + "ern" + ], + [ + "ĠVer", + "n" + ], + [ + "ĠVe", + "rn" + ], + [ + "ĠPhill", + "ips" + ], + [ + "ĠPhillip", + "s" + ], + [ + "Ġ", + "\\" + ], + [ + "\"", + "A" + ], + [ + "Ġ", + "Above" + ], + [ + "ĠAb", + "ove" + ], + [ + "Ġcom", + "plication" + ], + [ + "Ġcomp", + "lication" + ], + [ + "Ġcomplic", + "ation" + ], + [ + "Ġcompl", + "ication" + ], + [ + "Ġaqu", + "aculture" + ], + [ + "Ġcounsel", + "or" + ], + [ + "Ma", + "jor" + ], + [ + "Ġwar", + "time" + ], + [ + "Ġwart", + "ime" + ], + [ + "ĠN", + "ad" + ], + [ + "ĠNa", + "d" + ], + [ + "Ġp", + "ledge" + ], + [ + "Ġpl", + "edge" + ], + [ + "Ġpled", + "ge" + ], + [ + "Ġur", + "gency" + ], + [ + "Ġcompet", + "itions" + ], + [ + "Ġcompetition", + "s" + ], + [ + "E", + "ND" + ], + [ + "EN", + "D" + ], + [ + "-", + "native" + ], + [ + "-n", + "ative" + ], + [ + "Ġgar", + "age" + ], + [ + "Ġga", + "rage" + ], + [ + "Ġaer", + "ospace" + ], + [ + "Ġaeros", + "pace" + ], + [ + "ĠNi", + "ño" + ], + [ + "ĠNiñ", + "o" + ], + [ + "Ġw", + "ines" + ], + [ + "Ġwin", + "es" + ], + [ + "Ġwine", + "s" + ], + [ + "Ġwi", + "nes" + ], + [ + "ĠC", + "arm" + ], + [ + "ĠCar", + "m" + ], + [ + "ĠCa", + "rm" + ], + [ + "ĠR", + "ic" + ], + [ + "ĠRi", + "c" + ], + [ + "ĠIn", + "fectious" + ], + [ + "ĠInfect", + "ious" + ], + [ + "ĠP", + "rob" + ], + [ + "ĠPro", + "b" + ], + [ + "ĠPr", + "ob" + ], + [ + "Ġgeneral", + "ized" + ], + [ + "Ġgeneralize", + "d" + ], + [ + "Ġfer", + "mented" + ], + [ + "Ġferment", + "ed" + ], + [ + "Ġferm", + "ented" + ], + [ + "Ġal", + "uminium" + ], + [ + "Ġalumin", + "ium" + ], + [ + "Ġalum", + "inium" + ], + [ + "Ġpred", + "ominant" + ], + [ + "Ġpredomin", + "ant" + ], + [ + "r", + "opolis" + ], + [ + "rop", + "olis" + ], + [ + "ropol", + "is" + ], + [ + "ĠBr", + "others" + ], + [ + "ĠBro", + "thers" + ], + [ + "ĠBrother", + "s" + ], + [ + ".", + "ca" + ], + [ + ".c", + "a" + ], + [ + "Ġs", + "ne" + ], + [ + "Ġsn", + "e" + ], + [ + "o", + "shi" + ], + [ + "os", + "hi" + ], + [ + "osh", + "i" + ], + [ + "Ġmod", + "ifying" + ], + [ + "Ġmodify", + "ing" + ], + [ + "Ġpl", + "agiarism" + ], + [ + "Ġplag", + "iarism" + ], + [ + "Ġplagiar", + "ism" + ], + [ + "Ġfright", + "ening" + ], + [ + "Ġfrighten", + "ing" + ], + [ + "omeg", + "ran" + ], + [ + "st", + "ad" + ], + [ + "sta", + "d" + ], + [ + "ut", + "ory" + ], + [ + "uto", + "ry" + ], + [ + "utor", + "y" + ], + [ + "Ġsp", + "ills" + ], + [ + "Ġspill", + "s" + ], + [ + "g", + "hai" + ], + [ + "gh", + "ai" + ], + [ + "gha", + "i" + ], + [ + "os", + "sil" + ], + [ + "oss", + "il" + ], + [ + "Ġvar", + "iance" + ], + [ + "Ġvari", + "ance" + ], + [ + "Ġceremon", + "ial" + ], + [ + "ĠL", + "inda" + ], + [ + "ĠLin", + "da" + ], + [ + "ĠLi", + "nda" + ], + [ + "ĠLind", + "a" + ], + [ + "ĠConstant", + "in" + ], + [ + "WH", + "AT" + ], + [ + "r", + "esa" + ], + [ + "re", + "sa" + ], + [ + "res", + "a" + ], + [ + "ĠN", + "ut" + ], + [ + "ĠNu", + "t" + ], + [ + "Ġdiff", + "use" + ], + [ + "Ġdi", + "aphrag" + ], + [ + "Ġend", + "ured" + ], + [ + "Ġendure", + "d" + ], + [ + "Ġendu", + "red" + ], + [ + "Ġshort", + "ened" + ], + [ + "Ġshorten", + "ed" + ], + [ + "A", + "RC" + ], + [ + "AR", + "C" + ], + [ + "Ġcont", + "rollers" + ], + [ + "Ġcontrol", + "lers" + ], + [ + "Ġcontroll", + "ers" + ], + [ + "Ġcontroller", + "s" + ], + [ + "ellect", + "ual" + ], + [ + "Ġunw", + "illing" + ], + [ + "ĠL", + "iberal" + ], + [ + "ĠLib", + "eral" + ], + [ + "ĠLiber", + "al" + ], + [ + "ĠN", + "eeds" + ], + [ + "ĠNe", + "eds" + ], + [ + "ĠNeed", + "s" + ], + [ + "ĠâĨ", + "ij" + ], + [ + "Ġu", + "nm" + ], + [ + "Ġun", + "m" + ], + [ + "Ġfl", + "ank" + ], + [ + "Ġfound", + "ational" + ], + [ + "Ġfoundation", + "al" + ], + [ + "Ġdep", + "ended" + ], + [ + "Ġdepend", + "ed" + ], + [ + "Ġdest", + "ined" + ], + [ + "Ġsket", + "ches" + ], + [ + "Ġsketch", + "es" + ], + [ + "Ġaff", + "iliated" + ], + [ + "Ġaffil", + "iated" + ], + [ + "Ġaffiliate", + "d" + ], + [ + "s", + "ocial" + ], + [ + "so", + "cial" + ], + [ + "soc", + "ial" + ], + [ + "on", + "line" + ], + [ + "en", + "berg" + ], + [ + "enb", + "erg" + ], + [ + "r", + "aines" + ], + [ + "ra", + "ines" + ], + [ + "rain", + "es" + ], + [ + "raine", + "s" + ], + [ + "rai", + "nes" + ], + [ + "Ġ", + "Soy" + ], + [ + "ĠS", + "oy" + ], + [ + "ĠSo", + "y" + ], + [ + "âĢĿ", + ";" + ], + [ + "Ġp", + "review" + ], + [ + "Ġpre", + "view" + ], + [ + "Ġprev", + "iew" + ], + [ + "Ġdi", + "vert" + ], + [ + "Ġdiv", + "ert" + ], + [ + "Ġdiver", + "t" + ], + [ + "Ġdive", + "rt" + ], + [ + "vant", + "ages" + ], + [ + "vantage", + "s" + ], + [ + "ĠRe", + "duction" + ], + [ + "ĠRed", + "uction" + ], + [ + "ĠPalest", + "inians" + ], + [ + "ĠPalestinian", + "s" + ], + [ + "Ġ", + "IUCN" + ], + [ + "ĠIU", + "CN" + ], + [ + "Ġsusp", + "icion" + ], + [ + "Ġsuspic", + "ion" + ], + [ + "Ġev", + "angel" + ], + [ + "en", + "sor" + ], + [ + "ens", + "or" + ], + [ + "Ġprof", + "icient" + ], + [ + "Ġstream", + "ing" + ], + [ + "Ġstre", + "aming" + ], + [ + "Ġr", + "ugged" + ], + [ + "Ġru", + "gged" + ], + [ + "Ġrug", + "ged" + ], + [ + "Ġoste", + "oarthritis" + ], + [ + "ĠHindu", + "s" + ], + [ + "ĠHind", + "us" + ], + [ + "Ġdens", + "ities" + ], + [ + "Ġsea", + "water" + ], + [ + "Ġseaw", + "ater" + ], + [ + "re", + "asing" + ], + [ + "reas", + "ing" + ], + [ + "rea", + "sing" + ], + [ + "Ġs", + "ab" + ], + [ + "Ġsa", + "b" + ], + [ + "Ġl", + "ending" + ], + [ + "Ġlend", + "ing" + ], + [ + "Ġlen", + "ding" + ], + [ + "Ġ", + "Average" + ], + [ + "ĠA", + "verage" + ], + [ + "ĠAve", + "rage" + ], + [ + "ĠAver", + "age" + ], + [ + "Ġref", + "ining" + ], + [ + "Ġrefin", + "ing" + ], + [ + "Ġact", + "ivism" + ], + [ + "Ġactiv", + "ism" + ], + [ + "Ġhome", + "made" + ], + [ + "Ġhom", + "emade" + ], + [ + "Ġ", + "Distribution" + ], + [ + "ĠDist", + "ribution" + ], + [ + "Ġs", + "ells" + ], + [ + "Ġsell", + "s" + ], + [ + "Ġsel", + "ls" + ], + [ + "Ġnurt", + "ure" + ], + [ + "Ġimprison", + "ment" + ], + [ + "C", + "ap" + ], + [ + "Ca", + "p" + ], + [ + "i", + "git" + ], + [ + "ig", + "it" + ], + [ + "igi", + "t" + ], + [ + "em", + "ption" + ], + [ + "empt", + "ion" + ], + [ + "emp", + "tion" + ], + [ + "Ġs", + "hear" + ], + [ + "Ġsh", + "ear" + ], + [ + "Ġshe", + "ar" + ], + [ + "-", + "first" + ], + [ + "-f", + "irst" + ], + [ + "le", + "tons" + ], + [ + "let", + "ons" + ], + [ + "leton", + "s" + ], + [ + "Ġstr", + "essors" + ], + [ + "Ġstress", + "ors" + ], + [ + "Ġstressor", + "s" + ], + [ + "Ġ", + "Across" + ], + [ + "ĠA", + "cross" + ], + [ + "ĠAc", + "ross" + ], + [ + "Ġsecure", + "ly" + ], + [ + "ĠN", + "orse" + ], + [ + "ĠNor", + "se" + ], + [ + "Ġpra", + "ised" + ], + [ + "Ġpraise", + "d" + ], + [ + "Ġov", + "ulation" + ], + [ + "ĠOtt", + "awa" + ], + [ + "Ġscrut", + "iny" + ], + [ + "Ġscrutin", + "y" + ], + [ + "E", + "ating" + ], + [ + "Eat", + "ing" + ], + [ + "M", + "ill" + ], + [ + "Mil", + "l" + ], + [ + "Mi", + "ll" + ], + [ + "S", + "am" + ], + [ + "Sa", + "m" + ], + [ + "Ġnucle", + "ot" + ], + [ + "Ġt", + "ombs" + ], + [ + "Ġtom", + "bs" + ], + [ + "Ġtomb", + "s" + ], + [ + "Ġ", + "Strategic" + ], + [ + "ĠStrateg", + "ic" + ], + [ + "ĠVal", + "entine" + ], + [ + "ĠValent", + "ine" + ], + [ + "Ġdet", + "erg" + ], + [ + "Ġdeter", + "g" + ], + [ + "Ġeng", + "ages" + ], + [ + "Ġengage", + "s" + ], + [ + "Ġ", + "Info" + ], + [ + "ĠIn", + "fo" + ], + [ + "ĠInf", + "o" + ], + [ + "Ġ", + "Extreme" + ], + [ + "ĠExt", + "reme" + ], + [ + "ĠExtrem", + "e" + ], + [ + "Ġov", + "aries" + ], + [ + "Ed", + "itor" + ], + [ + "Edit", + "or" + ], + [ + "Ġtransmit", + "ter" + ], + [ + "Ġtransm", + "itter" + ], + [ + "Ġpel", + "lets" + ], + [ + "Ġpellet", + "s" + ], + [ + "Ġre", + "sembling" + ], + [ + "Ġrese", + "mbling" + ], + [ + "Ġresemb", + "ling" + ], + [ + "Ġcond", + "emn" + ], + [ + "Ġcondem", + "n" + ], + [ + "Ġerad", + "icate" + ], + [ + "Ġeradic", + "ate" + ], + [ + "E", + "r" + ], + [ + "ï", + "¿" + ], + [ + "Ġsh", + "ining" + ], + [ + "Ġshin", + "ing" + ], + [ + "Ġshi", + "ning" + ], + [ + "ull", + "ivan" + ], + [ + "ĠPh", + "araoh" + ], + [ + "Ġche", + "mist" + ], + [ + "Ġchem", + "ist" + ], + [ + "Ġsight", + "ings" + ], + [ + "Ġsighting", + "s" + ], + [ + "Ġsigh", + "tings" + ], + [ + "Ġpropri", + "etary" + ], + [ + "Ġpropriet", + "ary" + ], + [ + "Ġs", + "inking" + ], + [ + "Ġsin", + "king" + ], + [ + "Ġsink", + "ing" + ], + [ + "Ġ", + "Fly" + ], + [ + "ĠF", + "ly" + ], + [ + "ĠFl", + "y" + ], + [ + "ĠR", + "y" + ], + [ + "os", + "tics" + ], + [ + "ost", + "ics" + ], + [ + "ostic", + "s" + ], + [ + "ou", + "tube" + ], + [ + "out", + "ube" + ], + [ + "outu", + "be" + ], + [ + "Ġ", + "Inform" + ], + [ + "ĠIn", + "form" + ], + [ + "ĠInf", + "orm" + ], + [ + "ĠInfo", + "rm" + ], + [ + "âĢľ", + "What" + ], + [ + "Ġg", + "ras" + ], + [ + "Ġgra", + "s" + ], + [ + "Ġgr", + "as" + ], + [ + "ĠSch", + "w" + ], + [ + "ĠMad", + "rid" + ], + [ + "ĠEc", + "osystem" + ], + [ + "ĠEco", + "system" + ], + [ + "Ġmaster", + "ed" + ], + [ + "Ġmast", + "ered" + ], + [ + "Ġmas", + "tered" + ], + [ + "/", + "day" + ], + [ + "/d", + "ay" + ], + [ + "m", + "os" + ], + [ + "mo", + "s" + ], + [ + "r", + "ights" + ], + [ + "right", + "s" + ], + [ + "Ġre", + "jo" + ], + [ + "Ġr", + "esides" + ], + [ + "Ġres", + "ides" + ], + [ + "Ġresid", + "es" + ], + [ + "Ġreside", + "s" + ], + [ + "Ġ", + "rage" + ], + [ + "Ġr", + "age" + ], + [ + "Ġra", + "ge" + ], + [ + "Ġrag", + "e" + ], + [ + "Ġ", + "Exc" + ], + [ + "ĠEx", + "c" + ], + [ + "ĠPe", + "oples" + ], + [ + "ĠPeople", + "s" + ], + [ + "Ġcontext", + "ual" + ], + [ + "irt", + "ual" + ], + [ + "c", + "olm" + ], + [ + "co", + "lm" + ], + [ + "col", + "m" + ], + [ + "Ġad", + "missions" + ], + [ + "Ġadm", + "issions" + ], + [ + "Ġadmission", + "s" + ], + [ + "Ġ", + "NSW" + ], + [ + "ĠN", + "SW" + ], + [ + "ĠNS", + "W" + ], + [ + "Ġ", + "Rachel" + ], + [ + "ĠRa", + "chel" + ], + [ + "ĠRac", + "hel" + ], + [ + "ĠRach", + "el" + ], + [ + "Ġcan", + "cell" + ], + [ + "Ġcancel", + "l" + ], + [ + "Ġcance", + "ll" + ], + [ + "Ġ", + "Happy" + ], + [ + "ĠH", + "appy" + ], + [ + "ĠHa", + "ppy" + ], + [ + "ĠHapp", + "y" + ], + [ + "oc", + "ations" + ], + [ + "ocation", + "s" + ], + [ + "ĠE", + "is" + ], + [ + "ĠV", + "a" + ], + [ + "Ġpercent", + "ages" + ], + [ + "Ġpercentage", + "s" + ], + [ + "Ġs", + "ustaining" + ], + [ + "Ġsust", + "aining" + ], + [ + "Ġsustain", + "ing" + ], + [ + "Ġsus", + "taining" + ], + [ + "Ġing", + "estion" + ], + [ + "Ġingest", + "ion" + ], + [ + "Ġmountain", + "ous" + ], + [ + "Ġ", + "Details" + ], + [ + "ĠDe", + "tails" + ], + [ + "ĠDet", + "ails" + ], + [ + "ĠDetail", + "s" + ], + [ + "Ġflour", + "ished" + ], + [ + "Ġflourish", + "ed" + ], + [ + "Ġpit", + "uitary" + ], + [ + "Ġ", + "foil" + ], + [ + "Ġf", + "oil" + ], + [ + "Ġfo", + "il" + ], + [ + "Orig", + "in" + ], + [ + "Ori", + "gin" + ], + [ + "Î", + "»" + ], + [ + "a", + "nor" + ], + [ + "an", + "or" + ], + [ + "ano", + "r" + ], + [ + "Ġ", + "stern" + ], + [ + "Ġs", + "tern" + ], + [ + "Ġst", + "ern" + ], + [ + "Ġste", + "rn" + ], + [ + "Ġster", + "n" + ], + [ + "Ġse", + "ptic" + ], + [ + "Ġsept", + "ic" + ], + [ + "Ġsep", + "tic" + ], + [ + "Ġtw", + "isted" + ], + [ + "Ġtwist", + "ed" + ], + [ + "ict", + "ure" + ], + [ + "ĠB", + "rid" + ], + [ + "ĠBr", + "id" + ], + [ + "ĠBri", + "d" + ], + [ + "Ġ", + "Interactive" + ], + [ + "ĠInter", + "active" + ], + [ + "found", + "land" + ], + [ + "Ġacron", + "ym" + ], + [ + "'", + ")" + ], + [ + "N", + "T" + ], + [ + "Ġm", + "oles" + ], + [ + "Ġmole", + "s" + ], + [ + "Ġmo", + "les" + ], + [ + "Ġmol", + "es" + ], + [ + "o", + "phys" + ], + [ + "oph", + "ys" + ], + [ + "ophy", + "s" + ], + [ + "ĠMark", + "eting" + ], + [ + "ĠMarket", + "ing" + ], + [ + "Ġkn", + "ots" + ], + [ + "Ġknot", + "s" + ], + [ + "Ġsan", + "ctions" + ], + [ + "Ġsanct", + "ions" + ], + [ + "Ġsanction", + "s" + ], + [ + "ĠB", + "ak" + ], + [ + "ĠBa", + "k" + ], + [ + "Ġ", + "Diss" + ], + [ + "ĠD", + "iss" + ], + [ + "ĠDis", + "s" + ], + [ + "ĠDi", + "ss" + ], + [ + "Ġ", + "NSA" + ], + [ + "ĠN", + "SA" + ], + [ + "ĠNS", + "A" + ], + [ + "Ġover", + "he" + ], + [ + "Ġoverh", + "e" + ], + [ + "Ġequ", + "ival" + ], + [ + "p", + "rim" + ], + [ + "pr", + "im" + ], + [ + "Ġviol", + "in" + ], + [ + "Ġvi", + "olin" + ], + [ + "Ġking", + "doms" + ], + [ + "Ġkingdom", + "s" + ], + [ + "Ġrenew", + "al" + ], + [ + "Ġ", + "Poetry" + ], + [ + "ĠPo", + "etry" + ], + [ + "ĠPoe", + "try" + ], + [ + "ĠPoet", + "ry" + ], + [ + "Ġdict", + "ators" + ], + [ + "Ġdictator", + "s" + ], + [ + "Ġh", + "ive" + ], + [ + "Ġhi", + "ve" + ], + [ + "Ġat", + "ten" + ], + [ + "Ġatt", + "en" + ], + [ + "Ġ", + "Dave" + ], + [ + "ĠD", + "ave" + ], + [ + "ĠDav", + "e" + ], + [ + "ĠDa", + "ve" + ], + [ + "ĠAl", + "ph" + ], + [ + "Ġapp", + "rove" + ], + [ + "Ġappro", + "ve" + ], + [ + "-", + "dem" + ], + [ + "-d", + "em" + ], + [ + "-de", + "m" + ], + [ + "Ġstreng", + "thens" + ], + [ + "Ġstrength", + "ens" + ], + [ + "Ġstrengthen", + "s" + ], + [ + "Ġexhib", + "itions" + ], + [ + "Ġexhibit", + "ions" + ], + [ + "Ġexhibition", + "s" + ], + [ + "ĠEqu", + "ipment" + ], + [ + "Ġtheore", + "m" + ], + [ + "Ġtheor", + "em" + ], + [ + "Comp", + "uter" + ], + [ + "ĠT", + "HC" + ], + [ + "ĠTH", + "C" + ], + [ + "Ġimpair", + "ments" + ], + [ + "Ġimpairment", + "s" + ], + [ + "T", + "est" + ], + [ + "Te", + "st" + ], + [ + "Ġ", + "PET" + ], + [ + "ĠP", + "ET" + ], + [ + "ĠPE", + "T" + ], + [ + "ĠY", + "OUR" + ], + [ + "ĠYOU", + "R" + ], + [ + "Ġdec", + "iduous" + ], + [ + "st", + "itute" + ], + [ + "stit", + "ute" + ], + [ + "stitut", + "e" + ], + [ + "Ġo", + "lig" + ], + [ + "Ġol", + "ig" + ], + [ + "-", + "derived" + ], + [ + "-de", + "rived" + ], + [ + "S", + "leep" + ], + [ + "l", + "ated" + ], + [ + "la", + "ted" + ], + [ + "late", + "d" + ], + [ + "lat", + "ed" + ], + [ + "Ġt", + "yr" + ], + [ + "Ġty", + "r" + ], + [ + "n", + "da" + ], + [ + "nd", + "a" + ], + [ + "ĠS", + "ou" + ], + [ + "ĠSo", + "u" + ], + [ + "Ġwas", + "ps" + ], + [ + "Ġwasp", + "s" + ], + [ + "ĠHer", + "bert" + ], + [ + "ĠHerb", + "ert" + ], + [ + "AC", + "K" + ], + [ + "c", + "heck" + ], + [ + "ch", + "eck" + ], + [ + "che", + "ck" + ], + [ + "Ġpip", + "elines" + ], + [ + "Ġpipe", + "lines" + ], + [ + "Ġpipeline", + "s" + ], + [ + "ĠLe", + "ader" + ], + [ + "ĠLead", + "er" + ], + [ + "ĠLea", + "der" + ], + [ + "Ġphot", + "ovoltaic" + ], + [ + "Ġphotovolta", + "ic" + ], + [ + "âĢĻ", + ")" + ], + [ + "Ġf", + "lown" + ], + [ + "Ġfl", + "own" + ], + [ + "Ġflow", + "n" + ], + [ + "Ġflo", + "wn" + ], + [ + "ĠO", + "rion" + ], + [ + "ĠOr", + "ion" + ], + [ + "ĠOri", + "on" + ], + [ + "Ġf", + "rontal" + ], + [ + "Ġfront", + "al" + ], + [ + "Ġfr", + "ontal" + ], + [ + "Ġfron", + "tal" + ], + [ + "Ġh", + "unted" + ], + [ + "Ġhunt", + "ed" + ], + [ + "Ġhun", + "ted" + ], + [ + "ĠH", + "unter" + ], + [ + "ĠHunt", + "er" + ], + [ + "ĠHun", + "ter" + ], + [ + "Ġu", + "pload" + ], + [ + "Ġup", + "load" + ], + [ + "Ġuplo", + "ad" + ], + [ + "Ġupl", + "oad" + ], + [ + "Ġ", + "Comprehensive" + ], + [ + "ĠComp", + "rehensive" + ], + [ + "ĠComprehens", + "ive" + ], + [ + "ig", + "ibility" + ], + [ + "on", + "go" + ], + [ + "ong", + "o" + ], + [ + "Ġpre", + "requis" + ], + [ + "Ġim", + "planted" + ], + [ + "Ġimpl", + "anted" + ], + [ + "Ġimplant", + "ed" + ], + [ + "ĠMac", + "beth" + ], + [ + "ĠLo", + "cke" + ], + [ + "ĠLoc", + "ke" + ], + [ + "ĠLock", + "e" + ], + [ + "Ġcatar", + "acts" + ], + [ + "Ġcataract", + "s" + ], + [ + "-", + "ind" + ], + [ + "-in", + "d" + ], + [ + "-i", + "nd" + ], + [ + "Ġsm", + "oked" + ], + [ + "Ġsmoke", + "d" + ], + [ + "Ġsmok", + "ed" + ], + [ + "Ġsmo", + "ked" + ], + [ + "Ġprogram", + "mer" + ], + [ + "Ġprogramme", + "r" + ], + [ + "Ġ", + "Whenever" + ], + [ + "ĠWhen", + "ever" + ], + [ + "ĠWhe", + "never" + ], + [ + "Ġg", + "rease" + ], + [ + "Ġgre", + "ase" + ], + [ + "Ġ", + "Conflict" + ], + [ + "ĠConf", + "lict" + ], + [ + "Ġ", + "Decision" + ], + [ + "ĠDec", + "ision" + ], + [ + "Ġar", + "mor" + ], + [ + "Ġarm", + "or" + ], + [ + "Ġspirit", + "uality" + ], + [ + "Ġspiritual", + "ity" + ], + [ + "Ġpro", + "ceeded" + ], + [ + "Ġproceed", + "ed" + ], + [ + "Ġste", + "ril" + ], + [ + "Ġster", + "il" + ], + [ + "Ġp", + "ods" + ], + [ + "Ġpo", + "ds" + ], + [ + "Ġpod", + "s" + ], + [ + "Ġdecentral", + "ized" + ], + [ + "P", + "ut" + ], + [ + "Pu", + "t" + ], + [ + "ĠS", + "ew" + ], + [ + "ĠSe", + "w" + ], + [ + "i", + "nda" + ], + [ + "in", + "da" + ], + [ + "ind", + "a" + ], + [ + "Ġrev", + "ise" + ], + [ + "Ġrevis", + "e" + ], + [ + "Ġbright", + "est" + ], + [ + "Ġdi", + "alysis" + ], + [ + "Ġdial", + "ysis" + ], + [ + "Ġdia", + "lysis" + ], + [ + "E", + "nc" + ], + [ + "En", + "c" + ], + [ + "ĠConserv", + "ancy" + ], + [ + "ĠUkrain", + "ian" + ], + [ + "Ġ", + "akin" + ], + [ + "Ġa", + "kin" + ], + [ + "Ġak", + "in" + ], + [ + "ĠL", + "ag" + ], + [ + "ĠLa", + "g" + ], + [ + "Ġcre", + "ators" + ], + [ + "Ġcreat", + "ors" + ], + [ + "Ġcreator", + "s" + ], + [ + "Ġcontrast", + "ing" + ], + [ + "Ġun", + "fold" + ], + [ + "Ġunf", + "old" + ], + [ + "Ġirrit", + "ability" + ], + [ + "Ġ", + "Advance" + ], + [ + "ĠAd", + "vance" + ], + [ + "ĠAdv", + "ance" + ], + [ + "Ġfeas", + "ibility" + ], + [ + "ĠCra", + "ig" + ], + [ + "ï¬", + "ģ" + ], + [ + "l", + "ections" + ], + [ + "le", + "ctions" + ], + [ + "lect", + "ions" + ], + [ + "lection", + "s" + ], + [ + "Ġprec", + "aution" + ], + [ + "-", + "Sem" + ], + [ + "-S", + "em" + ], + [ + "-Se", + "m" + ], + [ + "Ġir", + "ony" + ], + [ + "Ġiron", + "y" + ], + [ + "Ġsyn", + "agogue" + ], + [ + "Ġanat", + "omical" + ], + [ + "Ġanatom", + "ical" + ], + [ + "Ġanatomic", + "al" + ], + [ + "Ġapp", + "rentices" + ], + [ + "Ġapprent", + "ices" + ], + [ + "Ġapprentice", + "s" + ], + [ + "Ġ", + "SI" + ], + [ + "ĠS", + "I" + ], + [ + "Ġen", + "light" + ], + [ + "Ġenl", + "ight" + ], + [ + "i", + "enced" + ], + [ + "ience", + "d" + ], + [ + "ien", + "ced" + ], + [ + "Ġret", + "ains" + ], + [ + "Ġretain", + "s" + ], + [ + "-", + "fed" + ], + [ + "-f", + "ed" + ], + [ + "-fe", + "d" + ], + [ + "Ġoccup", + "ies" + ], + [ + "Ġf", + "rank" + ], + [ + "Ġfr", + "ank" + ], + [ + "Ġworse", + "ning" + ], + [ + "Ġwors", + "ening" + ], + [ + "Ġworsen", + "ing" + ], + [ + "ĠSpecial", + "ist" + ], + [ + "Ġles", + "ion" + ], + [ + "ĠCol", + "lections" + ], + [ + "ĠColle", + "ctions" + ], + [ + "ĠColl", + "ections" + ], + [ + "ĠCollection", + "s" + ], + [ + "ĠCollect", + "ions" + ], + [ + "Ġcl", + "otting" + ], + [ + "Ġclot", + "ting" + ], + [ + "Ġclo", + "tting" + ], + [ + "Ġ", + "cess" + ], + [ + "Ġc", + "ess" + ], + [ + "Ġce", + "ss" + ], + [ + "Ġst", + "ained" + ], + [ + "Ġstain", + "ed" + ], + [ + "Ġsta", + "ined" + ], + [ + "Ġ", + "quo" + ], + [ + "Ġqu", + "o" + ], + [ + "Ġq", + "uo" + ], + [ + "Ġm", + "onk" + ], + [ + "Ġmon", + "k" + ], + [ + "Ġ", + "Scar" + ], + [ + "ĠS", + "car" + ], + [ + "ĠSc", + "ar" + ], + [ + "aly", + "pt" + ], + [ + "Ġsyn", + "onymous" + ], + [ + "Ġsynonym", + "ous" + ], + [ + "Ġmicro", + "p" + ], + [ + "Ġmic", + "rop" + ], + [ + "Ġcons", + "piracy" + ], + [ + "Ġconsp", + "iracy" + ], + [ + "Ġconspir", + "acy" + ], + [ + "Ġhypot", + "hetical" + ], + [ + "Ġa", + "we" + ], + [ + "Ġaw", + "e" + ], + [ + "Ġ", + "rally" + ], + [ + "Ġr", + "ally" + ], + [ + "Ġrall", + "y" + ], + [ + "Ġn", + "oon" + ], + [ + "Ġno", + "on" + ], + [ + "Ġno", + "isy" + ], + [ + "Ġnois", + "y" + ], + [ + "E", + "RN" + ], + [ + "ER", + "N" + ], + [ + "Ġ", + "Values" + ], + [ + "ĠVal", + "ues" + ], + [ + "ĠValue", + "s" + ], + [ + "Ġth", + "ermost" + ], + [ + "Ġther", + "most" + ], + [ + "Ġtherm", + "ost" + ], + [ + "Ġthermo", + "st" + ], + [ + "n", + "aments" + ], + [ + "na", + "ments" + ], + [ + "nam", + "ents" + ], + [ + "nament", + "s" + ], + [ + "Ġbul", + "lied" + ], + [ + "Ġbull", + "ied" + ], + [ + "Ġ", + "Fifth" + ], + [ + "ĠF", + "ifth" + ], + [ + "ĠFif", + "th" + ], + [ + "ut", + "ral" + ], + [ + "utra", + "l" + ], + [ + "Ġapp", + "ra" + ], + [ + "ont", + "ally" + ], + [ + "ontal", + "ly" + ], + [ + "Ġo", + "ptics" + ], + [ + "Ġop", + "tics" + ], + [ + "Ġopt", + "ics" + ], + [ + "Ġoptic", + "s" + ], + [ + "Ġshell", + "fish" + ], + [ + "Ġadvertise", + "ments" + ], + [ + "Ġadvertisement", + "s" + ], + [ + "Ġ", + "cellulose" + ], + [ + "Ġcell", + "ulose" + ], + [ + "Ġcellul", + "ose" + ], + [ + "-", + "standing" + ], + [ + "-st", + "anding" + ], + [ + "ĠK", + "or" + ], + [ + "ĠKo", + "r" + ], + [ + "Ġsuper", + "natural" + ], + [ + "A", + "MA" + ], + [ + "AM", + "A" + ], + [ + "Ġpret", + "end" + ], + [ + "Ġspr", + "outs" + ], + [ + "Ġsprou", + "ts" + ], + [ + "Ġsprout", + "s" + ], + [ + "ĠD", + "ickens" + ], + [ + "ĠDick", + "ens" + ], + [ + "ĠVin", + "ci" + ], + [ + "ĠVinc", + "i" + ], + [ + "ag", + "ne" + ], + [ + "agn", + "e" + ], + [ + "âĢĶ", + "as" + ], + [ + "âĢĶa", + "s" + ], + [ + "Ġpoll", + "ination" + ], + [ + "Ġgall", + "bladder" + ], + [ + "ĠFor", + "estry" + ], + [ + "ĠFore", + "stry" + ], + [ + "ĠForest", + "ry" + ], + [ + "Ġtheore", + "tically" + ], + [ + "Ġtheoretical", + "ly" + ], + [ + "Ġtheor", + "etically" + ], + [ + "Ġcr", + "acked" + ], + [ + "Ġcra", + "cked" + ], + [ + "Ġcrack", + "ed" + ], + [ + "Ġ", + "Ruby" + ], + [ + "ĠRub", + "y" + ], + [ + "ĠRu", + "by" + ], + [ + "e", + "res" + ], + [ + "er", + "es" + ], + [ + "ere", + "s" + ], + [ + "Ġin", + "verse" + ], + [ + "Ġinver", + "se" + ], + [ + "art", + "ments" + ], + [ + "artment", + "s" + ], + [ + "Ġmet", + "aph" + ], + [ + "Ġmetap", + "h" + ], + [ + "Ġmeta", + "ph" + ], + [ + "Ġiss", + "uing" + ], + [ + "Ġseven", + "teenth" + ], + [ + "Ġsevent", + "eenth" + ], + [ + "Ġseventeen", + "th" + ], + [ + "ĠRon", + "ald" + ], + [ + "ĠS", + "eg" + ], + [ + "ĠSe", + "g" + ], + [ + "Ġ", + "Eff" + ], + [ + "ĠE", + "ff" + ], + [ + "ĠEf", + "f" + ], + [ + "ĠN", + "ash" + ], + [ + "ĠNa", + "sh" + ], + [ + "ĠNas", + "h" + ], + [ + "Ġspecial", + "izes" + ], + [ + "Ġspecialize", + "s" + ], + [ + "Ġ", + "Ord" + ], + [ + "ĠO", + "rd" + ], + [ + "ĠOr", + "d" + ], + [ + "ĠPer", + "ry" + ], + [ + "ĠPres", + "idential" + ], + [ + "ĠPresident", + "ial" + ], + [ + "Ġman", + "ageable" + ], + [ + "Ġmanage", + "able" + ], + [ + "Ġ", + "Mechanical" + ], + [ + "ĠMe", + "chanical" + ], + [ + "ĠMechan", + "ical" + ], + [ + "B", + "ER" + ], + [ + "BE", + "R" + ], + [ + "ĠM", + "all" + ], + [ + "ĠMa", + "ll" + ], + [ + "ĠMal", + "l" + ], + [ + "Ġbi", + "otechnology" + ], + [ + "Ġbio", + "technology" + ], + [ + "Ġapplic", + "ants" + ], + [ + "Ġapplicant", + "s" + ], + [ + "ch", + "ief" + ], + [ + "chie", + "f" + ], + [ + "chi", + "ef" + ], + [ + "Ġmig", + "rating" + ], + [ + "Ġsand", + "stone" + ], + [ + "Ġsubt", + "raction" + ], + [ + "Ġsubtract", + "ion" + ], + [ + "Ġpediatric", + "ian" + ], + [ + "Ġimbal", + "ances" + ], + [ + "Ġimbalance", + "s" + ], + [ + "ococc", + "al" + ], + [ + "Ġimagin", + "ative" + ], + [ + "ĠJama", + "ica" + ], + [ + "a", + "rius" + ], + [ + "ar", + "ius" + ], + [ + "ari", + "us" + ], + [ + "ĠD", + "aw" + ], + [ + "ĠDa", + "w" + ], + [ + "ĠF", + "ul" + ], + [ + "ĠFu", + "l" + ], + [ + "ĠK", + "ant" + ], + [ + "ĠKa", + "nt" + ], + [ + "ĠKan", + "t" + ], + [ + "ĠReg", + "ulations" + ], + [ + "ĠRegulation", + "s" + ], + [ + "Ġcultiv", + "ars" + ], + [ + "Ġcultivar", + "s" + ], + [ + "Ġtrans", + "plantation" + ], + [ + "Ġtransplant", + "ation" + ], + [ + "Ġmultip", + "lied" + ], + [ + "Ġmultipl", + "ied" + ], + [ + "Ġcare", + "giver" + ], + [ + "Ġcareg", + "iver" + ], + [ + "Ġ", + "CNN" + ], + [ + "ĠC", + "NN" + ], + [ + "ĠCN", + "N" + ], + [ + "Ġoutwe", + "igh" + ], + [ + "Ġb", + "og" + ], + [ + "Ġbo", + "g" + ], + [ + "ĠB", + "rew" + ], + [ + "ĠBr", + "ew" + ], + [ + "ĠBre", + "w" + ], + [ + "ĠSc", + "out" + ], + [ + "Ġrecogn", + "izable" + ], + [ + "Ġabs", + "urd" + ], + [ + "ĠStud", + "io" + ], + [ + "Ġdiss", + "ip" + ], + [ + "Ġsatis", + "factory" + ], + [ + "Ġsatisfact", + "ory" + ], + [ + "ĠMong", + "ol" + ], + [ + "ĠMongo", + "l" + ], + [ + "Ġt", + "atto" + ], + [ + "Ġta", + "tto" + ], + [ + "ĠI", + "EEE" + ], + [ + "ĠIE", + "EE" + ], + [ + "Ġ", + "False" + ], + [ + "ĠF", + "alse" + ], + [ + "ĠFal", + "se" + ], + [ + "Ġf", + "ramed" + ], + [ + "Ġfram", + "ed" + ], + [ + "Ġfra", + "med" + ], + [ + "Ġfr", + "amed" + ], + [ + "Ġframe", + "d" + ], + [ + "Ġ", + "Myth" + ], + [ + "ĠM", + "yth" + ], + [ + "ĠMy", + "th" + ], + [ + "Ġfair", + "ness" + ], + [ + "Ġm", + "alt" + ], + [ + "Ġma", + "lt" + ], + [ + "Ġmal", + "t" + ], + [ + "Ġdou", + "bling" + ], + [ + "Ġdoub", + "ling" + ], + [ + "ocy", + "te" + ], + [ + "ocyt", + "e" + ], + [ + "Ġ", + "Balance" + ], + [ + "ĠBa", + "lance" + ], + [ + "ĠBal", + "ance" + ], + [ + "ĠBala", + "nce" + ], + [ + "Ġjurisd", + "ictions" + ], + [ + "Ġjurisdiction", + "s" + ], + [ + "um", + "ping" + ], + [ + "ump", + "ing" + ], + [ + "Ġcond", + "uctive" + ], + [ + "Ġconduct", + "ive" + ], + [ + "Ġcondu", + "ctive" + ], + [ + "Ġcon", + "stituted" + ], + [ + "Ġconstit", + "uted" + ], + [ + "Ġconstitu", + "ted" + ], + [ + "Ġconstitute", + "d" + ], + [ + "Ġvoc", + "ational" + ], + [ + "Ġvocation", + "al" + ], + [ + "aryn", + "x" + ], + [ + ".", + "This" + ], + [ + ".T", + "his" + ], + [ + "f", + "amily" + ], + [ + "fam", + "ily" + ], + [ + "Ġ", + "owe" + ], + [ + "Ġo", + "we" + ], + [ + "Ġow", + "e" + ], + [ + "o", + "con" + ], + [ + "oc", + "on" + ], + [ + "oco", + "n" + ], + [ + "Ġsp", + "ice" + ], + [ + "Ġspi", + "ce" + ], + [ + "Ġspic", + "e" + ], + [ + "a", + "sha" + ], + [ + "as", + "ha" + ], + [ + "ash", + "a" + ], + [ + "Ġf", + "iling" + ], + [ + "Ġfil", + "ing" + ], + [ + "Ġfi", + "ling" + ], + [ + "Ġscript", + "ure" + ], + [ + "-d", + "riving" + ], + [ + "-dr", + "iving" + ], + [ + "Ġcatast", + "rophe" + ], + [ + "Ġware", + "house" + ], + [ + "ĠW", + "ald" + ], + [ + "ĠWal", + "d" + ], + [ + "ĠWa", + "ld" + ], + [ + "Ġ", + "Gov" + ], + [ + "ĠG", + "ov" + ], + [ + "ĠGo", + "v" + ], + [ + "Ġab", + "uses" + ], + [ + "Ġabuse", + "s" + ], + [ + "Ġ", + "OECD" + ], + [ + "ĠO", + "ECD" + ], + [ + "S", + "AT" + ], + [ + "SA", + "T" + ], + [ + "I", + "SH" + ], + [ + "IS", + "H" + ], + [ + "Ġ", + "Harvest" + ], + [ + "ĠHar", + "vest" + ], + [ + "ĠR", + "omania" + ], + [ + "ĠRoman", + "ia" + ], + [ + "ĠRom", + "ania" + ], + [ + "ĠRoma", + "nia" + ], + [ + "ĠRomani", + "a" + ], + [ + "Ġrub", + "bing" + ], + [ + "Ġc", + "annon" + ], + [ + "Ġcan", + "non" + ], + [ + "Ġcann", + "on" + ], + [ + "Ġ", + "Excessive" + ], + [ + "ĠExcess", + "ive" + ], + [ + "ĠExc", + "essive" + ], + [ + "Ġ", + "//" + ], + [ + "Ġ/", + "/" + ], + [ + "L", + "ink" + ], + [ + "c", + "over" + ], + [ + "co", + "ver" + ], + [ + "o", + "path" + ], + [ + "op", + "ath" + ], + [ + "opa", + "th" + ], + [ + "ĠH", + "ort" + ], + [ + "ĠHor", + "t" + ], + [ + "ĠHo", + "rt" + ], + [ + "an", + "ding" + ], + [ + "and", + "ing" + ], + [ + "andi", + "ng" + ], + [ + "Ġsec", + "urities" + ], + [ + "Ġgr", + "ind" + ], + [ + "Ġgri", + "nd" + ], + [ + "-", + "mark" + ], + [ + "-m", + "ark" + ], + [ + "-mar", + "k" + ], + [ + "Ġ", + "Orth" + ], + [ + "ĠOr", + "th" + ], + [ + "ĠOrt", + "h" + ], + [ + "Ġ", + "Going" + ], + [ + "ĠG", + "oing" + ], + [ + "ĠGo", + "ing" + ], + [ + "z", + "ees" + ], + [ + "ze", + "es" + ], + [ + "zee", + "s" + ], + [ + "Ġ", + "Preschool" + ], + [ + "ĠPres", + "chool" + ], + [ + "ĠPre", + "school" + ], + [ + "Ġice", + "berg" + ], + [ + "-", + "than" + ], + [ + "-t", + "han" + ], + [ + "-th", + "an" + ], + [ + "Tra", + "ditional" + ], + [ + "B", + "asic" + ], + [ + "Bas", + "ic" + ], + [ + "Ba", + "sic" + ], + [ + "Ġe", + "rupted" + ], + [ + "Ġerupt", + "ed" + ], + [ + "ĠKaz", + "akh" + ], + [ + "ĠCinc", + "innati" + ], + [ + "L", + "ondon" + ], + [ + "Lo", + "ndon" + ], + [ + "l", + "ay" + ], + [ + "la", + "y" + ], + [ + "Ġst", + "eroids" + ], + [ + "Ġste", + "roids" + ], + [ + "Ġster", + "oids" + ], + [ + "Ġsteroid", + "s" + ], + [ + "iv", + "ating" + ], + [ + "iva", + "ting" + ], + [ + "on", + "gs" + ], + [ + "ong", + "s" + ], + [ + "ag", + "ner" + ], + [ + "agn", + "er" + ], + [ + "agne", + "r" + ], + [ + "b", + "ees" + ], + [ + "be", + "es" + ], + [ + "bee", + "s" + ], + [ + "A", + "RY" + ], + [ + "AR", + "Y" + ], + [ + "m", + "etric" + ], + [ + "met", + "ric" + ], + [ + "ĠBas", + "ics" + ], + [ + "ĠBasic", + "s" + ], + [ + "Ġlist", + "eners" + ], + [ + "Ġlisten", + "ers" + ], + [ + "Ġlistener", + "s" + ], + [ + "Ġman", + "dated" + ], + [ + "Ġmand", + "ated" + ], + [ + "Ġmandate", + "d" + ], + [ + "ĠChes", + "apeake" + ], + [ + "/", + "index" + ], + [ + "N", + "ature" + ], + [ + "Nat", + "ure" + ], + [ + "Î", + "¼" + ], + [ + "ot", + "ism" + ], + [ + "otis", + "m" + ], + [ + "oti", + "sm" + ], + [ + "Ġsc", + "aled" + ], + [ + "Ġscale", + "d" + ], + [ + "Ġscal", + "ed" + ], + [ + "ĠA", + "nal" + ], + [ + "ĠAn", + "al" + ], + [ + "ĠAna", + "l" + ], + [ + "ĠS", + "har" + ], + [ + "ĠSh", + "ar" + ], + [ + "ĠSha", + "r" + ], + [ + "Ġel", + "usive" + ], + [ + "Ġ", + "hydration" + ], + [ + "Ġhyd", + "ration" + ], + [ + "se", + "cure" + ], + [ + "sec", + "ure" + ], + [ + "Ġneut", + "rons" + ], + [ + "Ġneutr", + "ons" + ], + [ + "Ġneutron", + "s" + ], + [ + "r", + "izes" + ], + [ + "ri", + "zes" + ], + [ + "riz", + "es" + ], + [ + "rize", + "s" + ], + [ + "Ġ", + "Flowers" + ], + [ + "ĠF", + "lowers" + ], + [ + "ĠFl", + "owers" + ], + [ + "ĠFlow", + "ers" + ], + [ + "ĠFlower", + "s" + ], + [ + "ĠFlo", + "wers" + ], + [ + "Ġprophe", + "cy" + ], + [ + "Ġ", + "Hepatitis" + ], + [ + "ĠHep", + "atitis" + ], + [ + "F", + "amily" + ], + [ + "G", + "P" + ], + [ + "l", + "ides" + ], + [ + "li", + "des" + ], + [ + "lide", + "s" + ], + [ + "lid", + "es" + ], + [ + "×", + "¨" + ], + [ + "Ġv", + "iability" + ], + [ + "Ġvi", + "ability" + ], + [ + "ons", + "ored" + ], + [ + "onso", + "red" + ], + [ + "onsor", + "ed" + ], + [ + "Ġ", + "Release" + ], + [ + "ĠRe", + "lease" + ], + [ + "Ġsal", + "ads" + ], + [ + "Ġsalad", + "s" + ], + [ + "Ġconduct", + "s" + ], + [ + "Ġsam", + "pled" + ], + [ + "Ġsample", + "d" + ], + [ + "Ġmess", + "enger" + ], + [ + "ĠPres", + "byter" + ], + [ + "-", + "how" + ], + [ + "-h", + "ow" + ], + [ + "Ġeight", + "een" + ], + [ + "Ġcon", + "verter" + ], + [ + "Ġconver", + "ter" + ], + [ + "Ġconvert", + "er" + ], + [ + "Ġu", + "gly" + ], + [ + "Ġ", + "hemat" + ], + [ + "Ġh", + "emat" + ], + [ + "Ġhe", + "mat" + ], + [ + "Ġhem", + "at" + ], + [ + "p", + "pe" + ], + [ + "pp", + "e" + ], + [ + "Ġwood", + "y" + ], + [ + "Ġwoo", + "dy" + ], + [ + "Ġwo", + "ody" + ], + [ + "Ġc", + "amping" + ], + [ + "Ġcamp", + "ing" + ], + [ + "Ġcam", + "ping" + ], + [ + "i", + "ota" + ], + [ + "io", + "ta" + ], + [ + "iot", + "a" + ], + [ + "Ġstr", + "ipped" + ], + [ + "Ġstri", + "pped" + ], + [ + "Ġstrip", + "ped" + ], + [ + "Ġcaps", + "ules" + ], + [ + "Ġcapsule", + "s" + ], + [ + "ĠNeuro", + "science" + ], + [ + "ĠNeur", + "oscience" + ], + [ + "ĠNeuros", + "cience" + ], + [ + "Ġ", + "vern" + ], + [ + "Ġv", + "ern" + ], + [ + "Ġve", + "rn" + ], + [ + "Ġver", + "n" + ], + [ + "ĠP", + "yth" + ], + [ + "ĠPy", + "th" + ], + [ + "ac", + "ic" + ], + [ + "aci", + "c" + ], + [ + "Ġun", + "ite" + ], + [ + "Ġunit", + "e" + ], + [ + "ĠRes", + "erved" + ], + [ + "ĠReserve", + "d" + ], + [ + "ĠReserv", + "ed" + ], + [ + "Ġsun", + "flower" + ], + [ + "ĠF", + "actor" + ], + [ + "ĠFact", + "or" + ], + [ + "ĠFac", + "tor" + ], + [ + "ĠFa", + "ctor" + ], + [ + "Ġmuc", + "ous" + ], + [ + "Ġincon", + "ven" + ], + [ + "-conf", + "idence" + ], + [ + "-", + "axis" + ], + [ + "-a", + "xis" + ], + [ + "ĠAl", + "lies" + ], + [ + "ĠAll", + "ies" + ], + [ + "Al", + "ways" + ], + [ + "Ph", + "ys" + ], + [ + "Phy", + "s" + ], + [ + "Ġpar", + "amount" + ], + [ + "Ġparam", + "ount" + ], + [ + "Ġpara", + "mount" + ], + [ + "Ġ", + "Statistical" + ], + [ + "ĠStat", + "istical" + ], + [ + "ĠVacc", + "ine" + ], + [ + "ĠVac", + "cine" + ], + [ + "x", + "uality" + ], + [ + "xual", + "ity" + ], + [ + "Ġf", + "ines" + ], + [ + "Ġfin", + "es" + ], + [ + "Ġfine", + "s" + ], + [ + "Ġfi", + "nes" + ], + [ + "ra", + "vel" + ], + [ + "rav", + "el" + ], + [ + "ĠL", + "em" + ], + [ + "ĠLe", + "m" + ], + [ + "Ġres", + "ervation" + ], + [ + "Ġreserv", + "ation" + ], + [ + "c", + "ester" + ], + [ + "ce", + "ster" + ], + [ + "ces", + "ter" + ], + [ + "cest", + "er" + ], + [ + "uc", + "alypt" + ], + [ + "Ġmicro", + "f" + ], + [ + "Ġmic", + "rof" + ], + [ + "-", + "human" + ], + [ + "-h", + "uman" + ], + [ + "-hum", + "an" + ], + [ + "Ġswe", + "ep" + ], + [ + "Ġdis", + "integ" + ], + [ + "Ġdisin", + "teg" + ], + [ + "ĠCharles", + "ton" + ], + [ + "ĠCharl", + "eston" + ], + [ + "Ġgad", + "gets" + ], + [ + "Ġgadget", + "s" + ], + [ + "g", + "rowth" + ], + [ + "grow", + "th" + ], + [ + "e", + "des" + ], + [ + "ed", + "es" + ], + [ + "ede", + "s" + ], + [ + "ĠC", + "ob" + ], + [ + "ĠCo", + "b" + ], + [ + "Ġs", + "ums" + ], + [ + "Ġsu", + "ms" + ], + [ + "Ġsum", + "s" + ], + [ + "r", + "ien" + ], + [ + "ri", + "en" + ], + [ + "rie", + "n" + ], + [ + "Ġsc", + "ram" + ], + [ + "Ġscr", + "am" + ], + [ + "Ġscra", + "m" + ], + [ + "l", + "ective" + ], + [ + "le", + "ctive" + ], + [ + "lect", + "ive" + ], + [ + "Ġre", + "pay" + ], + [ + "Ġrep", + "ay" + ], + [ + "Ġsuper", + "v" + ], + [ + "Ġsup", + "erv" + ], + [ + "Ġ", + "Asthma" + ], + [ + "ĠAst", + "hma" + ], + [ + "Ġadm", + "ire" + ], + [ + "ĠPun", + "j" + ], + [ + "-", + "at" + ], + [ + "-a", + "t" + ], + [ + "H", + "ard" + ], + [ + "Har", + "d" + ], + [ + "Ha", + "rd" + ], + [ + "W", + "D" + ], + [ + "w", + "oman" + ], + [ + "wo", + "man" + ], + [ + "ĠB", + "ert" + ], + [ + "ĠBe", + "rt" + ], + [ + "ĠBer", + "t" + ], + [ + "Ġstat", + "ute" + ], + [ + "part", + "icularly" + ], + [ + "Ġsched", + "uling" + ], + [ + "mun", + "ition" + ], + [ + "M", + "ax" + ], + [ + "Ma", + "x" + ], + [ + "Ġt", + "heat" + ], + [ + "Ġthe", + "at" + ], + [ + "Ġth", + "eat" + ], + [ + "at", + "ches" + ], + [ + "atch", + "es" + ], + [ + "atche", + "s" + ], + [ + "om", + "aly" + ], + [ + "oma", + "ly" + ], + [ + "omal", + "y" + ], + [ + "ĠP", + "ly" + ], + [ + "ĠPl", + "y" + ], + [ + "Ġ", + "Pod" + ], + [ + "ĠP", + "od" + ], + [ + "ĠPo", + "d" + ], + [ + "Ġhon", + "ors" + ], + [ + "Ġhonor", + "s" + ], + [ + "Ġmonument", + "al" + ], + [ + "-", + "over" + ], + [ + "-o", + "ver" + ], + [ + "-", + "ev" + ], + [ + "-e", + "v" + ], + [ + "E", + "p" + ], + [ + "Ġpe", + "asant" + ], + [ + "Ġpeas", + "ant" + ], + [ + "Ġprom", + "inence" + ], + [ + "Ġbo", + "osts" + ], + [ + "Ġboost", + "s" + ], + [ + "Ġboo", + "sts" + ], + [ + "Ġconstit", + "uent" + ], + [ + "Ġconstitu", + "ent" + ], + [ + "Ġr", + "ifle" + ], + [ + "Ġrif", + "le" + ], + [ + "Ġc", + "ripp" + ], + [ + "Ġcr", + "ipp" + ], + [ + "Ġf", + "ibr" + ], + [ + "Ġfib", + "r" + ], + [ + "Ġfi", + "br" + ], + [ + "Ġn", + "emat" + ], + [ + "Ġne", + "mat" + ], + [ + "Ġc", + "arc" + ], + [ + "Ġcar", + "c" + ], + [ + "Ġca", + "rc" + ], + [ + "Ġrefer", + "ral" + ], + [ + "Ġbit", + "coin" + ], + [ + "Ġ", + "Muscle" + ], + [ + "ĠMus", + "cle" + ], + [ + "ĠMusc", + "le" + ], + [ + "all", + "el" + ], + [ + "alle", + "l" + ], + [ + "Ġt", + "uning" + ], + [ + "Ġtun", + "ing" + ], + [ + "Ġtu", + "ning" + ], + [ + "Ġr", + "iders" + ], + [ + "Ġrid", + "ers" + ], + [ + "Ġride", + "rs" + ], + [ + "Ġrider", + "s" + ], + [ + "C", + "olor" + ], + [ + "Col", + "or" + ], + [ + "Co", + "lor" + ], + [ + "ĠCop", + "enhagen" + ], + [ + "Ġpilgrim", + "age" + ], + [ + "Ġun", + "equal" + ], + [ + "Ġune", + "qual" + ], + [ + "Ġunequ", + "al" + ], + [ + "W", + "ed" + ], + [ + "We", + "d" + ], + [ + "W", + "orks" + ], + [ + "Work", + "s" + ], + [ + "ĠM", + "ills" + ], + [ + "ĠMil", + "ls" + ], + [ + "ĠMill", + "s" + ], + [ + "Ġ", + "GL" + ], + [ + "ĠG", + "L" + ], + [ + "Ġph", + "ylogen" + ], + [ + "Ġback", + "bone" + ], + [ + "Ġv", + "itality" + ], + [ + "Ġvit", + "ality" + ], + [ + "Ġvital", + "ity" + ], + [ + "Ġlymph", + "oma" + ], + [ + "Ġsu", + "pers" + ], + [ + "Ġsuper", + "s" + ], + [ + "Ġsup", + "ers" + ], + [ + "Ġtrans", + "istors" + ], + [ + "Ġtransist", + "ors" + ], + [ + "Ġtransistor", + "s" + ], + [ + "B", + "ooks" + ], + [ + "Book", + "s" + ], + [ + "Bo", + "oks" + ], + [ + "ĠMor", + "mon" + ], + [ + "ĠMorm", + "on" + ], + [ + "-", + "play" + ], + [ + "-p", + "lay" + ], + [ + "-pl", + "ay" + ], + [ + "Ġfor", + "ums" + ], + [ + "Ġfo", + "rums" + ], + [ + "Ġforum", + "s" + ], + [ + "Ġ", + "Ble" + ], + [ + "ĠB", + "le" + ], + [ + "ĠBl", + "e" + ], + [ + "Ġj", + "oke" + ], + [ + "Ġjo", + "ke" + ], + [ + "ĠK", + "ay" + ], + [ + "ĠKa", + "y" + ], + [ + "p", + "sis" + ], + [ + "ps", + "is" + ], + [ + "ĠEngine", + "er" + ], + [ + "Ġb", + "iodegradable" + ], + [ + "Ġbiod", + "egradable" + ], + [ + "Ġc", + "ortic" + ], + [ + "Ġcor", + "tic" + ], + [ + "Ġcort", + "ic" + ], + [ + "Ġ", + "ureth" + ], + [ + "Ġu", + "reth" + ], + [ + "Ġur", + "eth" + ], + [ + "Ġure", + "th" + ], + [ + "M", + "o" + ], + [ + "O", + "bs" + ], + [ + "Ob", + "s" + ], + [ + "ĠS", + "ultan" + ], + [ + "ĠSul", + "tan" + ], + [ + "y", + "ss" + ], + [ + "ys", + "s" + ], + [ + "Ġm", + "otives" + ], + [ + "Ġmot", + "ives" + ], + [ + "Ġmotiv", + "es" + ], + [ + "Ġmotive", + "s" + ], + [ + "ĠCongress", + "ional" + ], + [ + "Ġadv", + "ocating" + ], + [ + "Ġadvoc", + "ating" + ], + [ + "Ġconscious", + "ly" + ], + [ + "Ġpel", + "vis" + ], + [ + "Ġpubl", + "ishers" + ], + [ + "Ġpublish", + "ers" + ], + [ + "Ġpublisher", + "s" + ], + [ + "Ġ", + "!" + ], + [ + "Ġre", + "sign" + ], + [ + "Ġr", + "esign" + ], + [ + "Ġres", + "ign" + ], + [ + "Ġimp", + "urities" + ], + [ + "Ġu", + "tens" + ], + [ + "Ġut", + "ens" + ], + [ + "Ġguid", + "eline" + ], + [ + "Ġguide", + "line" + ], + [ + "ĠPlan", + "ck" + ], + [ + "Ġscan", + "ner" + ], + [ + "Ġ", + "bells" + ], + [ + "Ġb", + "ells" + ], + [ + "Ġbel", + "ls" + ], + [ + "Ġbell", + "s" + ], + [ + "Ġc", + "rystalline" + ], + [ + "Ġcrystal", + "line" + ], + [ + "Ġcrystall", + "ine" + ], + [ + "Ġf", + "use" + ], + [ + "Ġfu", + "se" + ], + [ + "Ġfus", + "e" + ], + [ + "Ġco", + "ex" + ], + [ + "Ġcoe", + "x" + ], + [ + "Ġmer", + "ge" + ], + [ + "Ġmor", + "tar" + ], + [ + "Ġmort", + "ar" + ], + [ + "Ġnegot", + "iation" + ], + [ + "Ġsym", + "pathy" + ], + [ + "Ġsymp", + "athy" + ], + [ + "Ġsympath", + "y" + ], + [ + "M", + "ap" + ], + [ + "Ma", + "p" + ], + [ + "N", + "eed" + ], + [ + "Ne", + "ed" + ], + [ + "Ġimp", + "ressions" + ], + [ + "Ġimpression", + "s" + ], + [ + "Ġimpress", + "ions" + ], + [ + "Ġout", + "c" + ], + [ + "Ġexpl", + "oded" + ], + [ + "Ġexplo", + "ded" + ], + [ + "Ġexplode", + "d" + ], + [ + "ĠGod", + "dess" + ], + [ + "id", + "ding" + ], + [ + "idd", + "ing" + ], + [ + "Ġm", + "ixtures" + ], + [ + "Ġmixt", + "ures" + ], + [ + "Ġmixture", + "s" + ], + [ + "Ġcon", + "jug" + ], + [ + "Ġconj", + "ug" + ], + [ + "ovak", + "ia" + ], + [ + "O", + "cc" + ], + [ + "w", + "hether" + ], + [ + "wh", + "ether" + ], + [ + "Ġ", + "Fear" + ], + [ + "ĠF", + "ear" + ], + [ + "ĠFe", + "ar" + ], + [ + "Ġen", + "for" + ], + [ + "Ġenf", + "or" + ], + [ + "Ġheart", + "burn" + ], + [ + "Ġacknowled", + "ges" + ], + [ + "Ġacknowledge", + "s" + ], + [ + "B", + "er" + ], + [ + "Be", + "r" + ], + [ + "l", + "ab" + ], + [ + "la", + "b" + ], + [ + "Ġb", + "izarre" + ], + [ + "ĠS", + "r" + ], + [ + "Ġ", + "CAN" + ], + [ + "ĠC", + "AN" + ], + [ + "ĠCA", + "N" + ], + [ + "Ġ", + "WE" + ], + [ + "ĠW", + "E" + ], + [ + "Ġun", + "real" + ], + [ + "Ġunre", + "al" + ], + [ + "s", + "worth" + ], + [ + "sw", + "orth" + ], + [ + "ĠAss", + "istance" + ], + [ + "ĠAssist", + "ance" + ], + [ + "u", + "cker" + ], + [ + "uc", + "ker" + ], + [ + "uck", + "er" + ], + [ + "h", + "aus" + ], + [ + "ha", + "us" + ], + [ + "Ġherb", + "icide" + ], + [ + "C", + "entral" + ], + [ + "Cent", + "ral" + ], + [ + "-", + "second" + ], + [ + "c", + "f" + ], + [ + "i", + "gens" + ], + [ + "ig", + "ens" + ], + [ + "igen", + "s" + ], + [ + "ige", + "ns" + ], + [ + "Ġ", + "BO" + ], + [ + "ĠB", + "O" + ], + [ + "Ġ", + "rack" + ], + [ + "Ġr", + "ack" + ], + [ + "Ġra", + "ck" + ], + [ + "Ġrac", + "k" + ], + [ + "o", + "vo" + ], + [ + "ov", + "o" + ], + [ + "ĠMan", + "it" + ], + [ + "ĠMa", + "nit" + ], + [ + "Ġpsych", + "otherapy" + ], + [ + "Ġpsycho", + "therapy" + ], + [ + "Ġpsychotherap", + "y" + ], + [ + "Ġc", + "racking" + ], + [ + "Ġcr", + "acking" + ], + [ + "Ġcra", + "cking" + ], + [ + "Ġcrack", + "ing" + ], + [ + "Ġa", + "xes" + ], + [ + "Ġax", + "es" + ], + [ + "Ġaxe", + "s" + ], + [ + "Ġ", + ")." + ], + [ + "Ġ)", + "." + ], + [ + "in", + "oid" + ], + [ + "ino", + "id" + ], + [ + "Ġin", + "oc" + ], + [ + "as", + "ms" + ], + [ + "asm", + "s" + ], + [ + "Ġde", + "ities" + ], + [ + "Ġdei", + "ties" + ], + [ + "Ġwithd", + "rawn" + ], + [ + "Ġwithdraw", + "n" + ], + [ + "Ġpat", + "riarch" + ], + [ + "Ġpatri", + "arch" + ], + [ + "ĠH", + "indi" + ], + [ + "ĠHind", + "i" + ], + [ + "ĠHin", + "di" + ], + [ + "Ġstew", + "ardship" + ], + [ + "Ġstewards", + "hip" + ], + [ + "Ġsteward", + "ship" + ], + [ + "ĠCert", + "ificate" + ], + [ + "ĠCertific", + "ate" + ], + [ + "O", + "k" + ], + [ + "i", + "nia" + ], + [ + "in", + "ia" + ], + [ + "ini", + "a" + ], + [ + "o", + "bl" + ], + [ + "ob", + "l" + ], + [ + "Ġre", + "pent" + ], + [ + "Ġrep", + "ent" + ], + [ + "Ġrepe", + "nt" + ], + [ + "Ġtrans", + "plants" + ], + [ + "Ġtransplant", + "s" + ], + [ + "Ġdem", + "ise" + ], + [ + "Ġ", + "ze" + ], + [ + "Ġz", + "e" + ], + [ + "h", + "etto" + ], + [ + "he", + "tto" + ], + [ + "het", + "to" + ], + [ + "hett", + "o" + ], + [ + "Ġtur", + "meric" + ], + [ + "Ġrest", + "rictive" + ], + [ + "Ġrestrict", + "ive" + ], + [ + "Ġsel", + "enium" + ], + [ + "Ġ", + "Domain" + ], + [ + "ĠDo", + "main" + ], + [ + "ĠDom", + "ain" + ], + [ + "N", + "ative" + ], + [ + "Nat", + "ive" + ], + [ + "×", + "Ķ" + ], + [ + "Ġ", + "wired" + ], + [ + "Ġw", + "ired" + ], + [ + "Ġwire", + "d" + ], + [ + "Ġwi", + "red" + ], + [ + "Ġ", + "ego" + ], + [ + "Ġe", + "go" + ], + [ + "Ġeg", + "o" + ], + [ + "Ġ", + "Amy" + ], + [ + "ĠA", + "my" + ], + [ + "ĠAm", + "y" + ], + [ + "He", + "art" + ], + [ + "Hear", + "t" + ], + [ + "Ġ", + "Features" + ], + [ + "ĠFe", + "atures" + ], + [ + "ĠFeature", + "s" + ], + [ + "Dep", + "artment" + ], + [ + "ĠZ", + "hang" + ], + [ + "ĠZh", + "ang" + ], + [ + "Ġsc", + "attering" + ], + [ + "Ġscatter", + "ing" + ], + [ + "ĠBened", + "ict" + ], + [ + "a", + "rag" + ], + [ + "ar", + "ag" + ], + [ + "ara", + "g" + ], + [ + "le", + "ge" + ], + [ + "leg", + "e" + ], + [ + "Ġre", + "int" + ], + [ + "Ġrein", + "t" + ], + [ + "Ġr", + "ider" + ], + [ + "Ġrid", + "er" + ], + [ + "Ġride", + "r" + ], + [ + "Ġam", + "yloid" + ], + [ + "Ġg", + "raft" + ], + [ + "Ġgra", + "ft" + ], + [ + "Ġgr", + "aft" + ], + [ + "Ġin", + "scribed" + ], + [ + "Ġins", + "cribed" + ], + [ + "z", + "ek" + ], + [ + "ze", + "k" + ], + [ + "Ġ", + "Quiz" + ], + [ + "ĠQu", + "iz" + ], + [ + "Ġhom", + "osexual" + ], + [ + "Ġhomo", + "sexual" + ], + [ + "Ġimmun", + "ization" + ], + [ + "Ġcomp", + "ressor" + ], + [ + "Ġcompress", + "or" + ], + [ + "ĠHV", + "AC" + ], + [ + "Ġp", + "ac" + ], + [ + "Ġpa", + "c" + ], + [ + "Ġ", + "Habitat" + ], + [ + "ĠH", + "abitat" + ], + [ + "ĠHabit", + "at" + ], + [ + "Ġ", + "Kate" + ], + [ + "ĠK", + "ate" + ], + [ + "ĠKat", + "e" + ], + [ + "ĠKa", + "te" + ], + [ + "Ġl", + "ogged" + ], + [ + "Ġlo", + "gged" + ], + [ + "Ġlog", + "ged" + ], + [ + "ĠHar", + "old" + ], + [ + "Ġinsect", + "icides" + ], + [ + "Ġinsecticide", + "s" + ], + [ + "Ġp", + "alms" + ], + [ + "Ġpal", + "ms" + ], + [ + "Ġpalm", + "s" + ], + [ + "or", + "ry" + ], + [ + "orr", + "y" + ], + [ + "Ġex", + "changed" + ], + [ + "Ġexchange", + "d" + ], + [ + "Ġexch", + "anged" + ], + [ + "Ġemp", + "owering" + ], + [ + "Ġempower", + "ing" + ], + [ + "ĠSalmon", + "ella" + ], + [ + "Ġcent", + "rif" + ], + [ + "Ġcentr", + "if" + ], + [ + "Ġcentri", + "f" + ], + [ + "Ġdiscoura", + "ged" + ], + [ + "Ġdiscourage", + "d" + ], + [ + "M", + "el" + ], + [ + "Me", + "l" + ], + [ + "M", + "aster" + ], + [ + "Ma", + "ster" + ], + [ + "Mas", + "ter" + ], + [ + "Ġ", + "oz" + ], + [ + "Ġo", + "z" + ], + [ + "u", + "rer" + ], + [ + "ur", + "er" + ], + [ + "ure", + "r" + ], + [ + "ĠR", + "ut" + ], + [ + "ĠRu", + "t" + ], + [ + "Ġ", + "encyclopedia" + ], + [ + "Ġen", + "cyclopedia" + ], + [ + "Ġencyclop", + "edia" + ], + [ + "ac", + "hine" + ], + [ + "ach", + "ine" + ], + [ + "achi", + "ne" + ], + [ + "Ġd", + "rank" + ], + [ + "Ġdr", + "ank" + ], + [ + "Ġstand", + "point" + ], + [ + "Ġpast", + "ures" + ], + [ + "Ġpasture", + "s" + ], + [ + "Ġtrou", + "bled" + ], + [ + "Ġtrouble", + "d" + ], + [ + "Ġoptim", + "ism" + ], + [ + "Ġb", + "loating" + ], + [ + "Ġblo", + "ating" + ], + [ + "Ġbloat", + "ing" + ], + [ + "G", + "IS" + ], + [ + "GI", + "S" + ], + [ + "|", + "R" + ], + [ + "Ġ", + "Wonder" + ], + [ + "ĠW", + "onder" + ], + [ + "ĠWon", + "der" + ], + [ + "ĠWo", + "nder" + ], + [ + "Ġim", + "perfect" + ], + [ + "Ġimper", + "fect" + ], + [ + "Ġchlor", + "ophyll" + ], + [ + "ĠM", + "ons" + ], + [ + "ĠMon", + "s" + ], + [ + "ĠMo", + "ns" + ], + [ + "âĢĿ", + ":" + ], + [ + "Ġ", + "resent" + ], + [ + "Ġre", + "sent" + ], + [ + "Ġres", + "ent" + ], + [ + "Ġrese", + "nt" + ], + [ + "Ġcl", + "iffs" + ], + [ + "Ġcliff", + "s" + ], + [ + "e", + "fit" + ], + [ + "ef", + "it" + ], + [ + "Ġcur", + "ator" + ], + [ + "Ġcu", + "rator" + ], + [ + "Ġfear", + "ful" + ], + [ + "Ġten", + "ure" + ], + [ + "Ġ", + "Extra" + ], + [ + "ĠEx", + "tra" + ], + [ + "ĠExt", + "ra" + ], + [ + "Ġpale", + "ont" + ], + [ + "Ġpaleo", + "nt" + ], + [ + "Ġis", + "otope" + ], + [ + "Ġisot", + "ope" + ], + [ + "ĠYug", + "oslav" + ], + [ + "Ġbl", + "urred" + ], + [ + "Ġblur", + "red" + ], + [ + "ĠA", + "lm" + ], + [ + "ĠAl", + "m" + ], + [ + "-", + "body" + ], + [ + "-b", + "ody" + ], + [ + "-bo", + "dy" + ], + [ + "Ġspecial", + "ize" + ], + [ + "Ġhar", + "bour" + ], + [ + "Ġharb", + "our" + ], + [ + "bl", + "ood" + ], + [ + "blo", + "od" + ], + [ + "Ġshed", + "ding" + ], + [ + "Ġ", + "Presentation" + ], + [ + "ĠPres", + "entation" + ], + [ + "ĠPresent", + "ation" + ], + [ + "Ġair", + "planes" + ], + [ + "Ġairpl", + "anes" + ], + [ + "Ġairplane", + "s" + ], + [ + "Ġe", + "ject" + ], + [ + "i", + "lus" + ], + [ + "il", + "us" + ], + [ + "ĠR", + "ush" + ], + [ + "ĠRus", + "h" + ], + [ + "ĠRu", + "sh" + ], + [ + "Ġprot", + "agonist" + ], + [ + "-", + "pressure" + ], + [ + "-p", + "ressure" + ], + [ + "ĠHar", + "vey" + ], + [ + "resp", + "ond" + ], + [ + "opa", + "usal" + ], + [ + "Ġfiref", + "ighters" + ], + [ + "Ġfirefighter", + "s" + ], + [ + "Ġmarsh", + "es" + ], + [ + "Ġmars", + "hes" + ], + [ + "c", + "urrent" + ], + [ + "cur", + "rent" + ], + [ + "ĠS", + "aw" + ], + [ + "ĠSa", + "w" + ], + [ + "ĠM", + "erc" + ], + [ + "ĠMe", + "rc" + ], + [ + "ĠMer", + "c" + ], + [ + "as", + "tical" + ], + [ + "ast", + "ical" + ], + [ + "astic", + "al" + ], + [ + "-", + "built" + ], + [ + "-b", + "uilt" + ], + [ + "zz", + "le" + ], + [ + "Ġt", + "racts" + ], + [ + "Ġtr", + "acts" + ], + [ + "Ġtract", + "s" + ], + [ + "Ġwall", + "et" + ], + [ + "Ġwal", + "let" + ], + [ + "'", + "S" + ], + [ + "b", + "lo" + ], + [ + "bl", + "o" + ], + [ + "n", + "umber" + ], + [ + "num", + "ber" + ], + [ + "nu", + "mber" + ], + [ + "Ġc", + "innamon" + ], + [ + "Ġt", + "ok" + ], + [ + "Ġto", + "k" + ], + [ + "oc", + "ating" + ], + [ + "oca", + "ting" + ], + [ + "Ġ", + "Location" + ], + [ + "ĠL", + "ocation" + ], + [ + "ĠLo", + "cation" + ], + [ + "ĠLoc", + "ation" + ], + [ + "e", + "ca" + ], + [ + "ec", + "a" + ], + [ + "ateg", + "ories" + ], + [ + "ategor", + "ies" + ], + [ + "Ġcer", + "amics" + ], + [ + "Ġceramic", + "s" + ], + [ + "Ġcooper", + "ate" + ], + [ + "Ġcoop", + "erate" + ], + [ + "f", + "ar" + ], + [ + "fa", + "r" + ], + [ + "Ġs", + "ib" + ], + [ + "Ġsi", + "b" + ], + [ + "v", + "ement" + ], + [ + "ve", + "ment" + ], + [ + "u", + "sa" + ], + [ + "us", + "a" + ], + [ + "Ġt", + "raction" + ], + [ + "Ġtra", + "ction" + ], + [ + "Ġtr", + "action" + ], + [ + "Ġtract", + "ion" + ], + [ + "-", + "pr" + ], + [ + "-p", + "r" + ], + [ + "ob", + "alt" + ], + [ + "obal", + "t" + ], + [ + "oba", + "lt" + ], + [ + "ĠCo", + "hen" + ], + [ + "ĠCoh", + "en" + ], + [ + "Ġf", + "raming" + ], + [ + "Ġfram", + "ing" + ], + [ + "Ġfra", + "ming" + ], + [ + "Ġfr", + "aming" + ], + [ + "Ġbo", + "ttled" + ], + [ + "Ġbott", + "led" + ], + [ + "Ġbottle", + "d" + ], + [ + "Ġcomp", + "osers" + ], + [ + "Ġcompos", + "ers" + ], + [ + "Ġcomposer", + "s" + ], + [ + "Ġcompose", + "rs" + ], + [ + "Ġana", + "erobic" + ], + [ + "ĠM", + "ann" + ], + [ + "ĠMan", + "n" + ], + [ + "ĠMa", + "nn" + ], + [ + "Ġa", + "br" + ], + [ + "Ġab", + "r" + ], + [ + "Ġtr", + "ivial" + ], + [ + "Ġtrivia", + "l" + ], + [ + "n", + "erg" + ], + [ + "ner", + "g" + ], + [ + "Ġpal", + "ate" + ], + [ + "Ġpa", + "late" + ], + [ + "Ġre", + "bel" + ], + [ + "Ġreb", + "el" + ], + [ + "ĠLeg", + "ion" + ], + [ + "Ġdec", + "orations" + ], + [ + "Ġdecor", + "ations" + ], + [ + "Ġdecoration", + "s" + ], + [ + "Ġdeco", + "rations" + ], + [ + "I", + "ron" + ], + [ + "Ir", + "on" + ], + [ + "Ġdis", + "g" + ], + [ + "at", + "ured" + ], + [ + "ature", + "d" + ], + [ + "atur", + "ed" + ], + [ + "atu", + "red" + ], + [ + "uc", + "kle" + ], + [ + "uck", + "le" + ], + [ + "Ġast", + "roph" + ], + [ + "Ġdecl", + "aring" + ], + [ + "Ġdeclar", + "ing" + ], + [ + "Ġc", + "ravings" + ], + [ + "Ġcr", + "avings" + ], + [ + "Ġcra", + "vings" + ], + [ + "Ġcraving", + "s" + ], + [ + "Ġ", + "Readers" + ], + [ + "ĠRe", + "aders" + ], + [ + "ĠRead", + "ers" + ], + [ + "ĠReader", + "s" + ], + [ + "Ġhoriz", + "ontally" + ], + [ + "Ġhorizontal", + "ly" + ], + [ + "o", + "saurus" + ], + [ + "os", + "aurus" + ], + [ + "osa", + "urus" + ], + [ + "osaur", + "us" + ], + [ + "Ġdisp", + "arity" + ], + [ + "Ġdispar", + "ity" + ], + [ + "o", + "que" + ], + [ + "oqu", + "e" + ], + [ + "Ġ", + "Cere" + ], + [ + "ĠC", + "ere" + ], + [ + "ĠCe", + "re" + ], + [ + "ĠCer", + "e" + ], + [ + "Ġ", + "NEW" + ], + [ + "ĠN", + "EW" + ], + [ + "ĠNE", + "W" + ], + [ + "a", + "gain" + ], + [ + "ag", + "ain" + ], + [ + "aga", + "in" + ], + [ + "Ġreg", + "ret" + ], + [ + "Ex", + "ercise" + ], + [ + "Exerc", + "ise" + ], + [ + "Ġautom", + "obiles" + ], + [ + "Ġautomobile", + "s" + ], + [ + "à¤", + "¿" + ], + [ + "Ġsem", + "antic" + ], + [ + "Ġre", + "bels" + ], + [ + "Ġreb", + "els" + ], + [ + "Ġrebel", + "s" + ], + [ + "osph", + "ate" + ], + [ + "H", + "istor" + ], + [ + "Hist", + "or" + ], + [ + "His", + "tor" + ], + [ + "Ġcos", + "mos" + ], + [ + "Ġcosm", + "os" + ], + [ + "Ġis", + "otopes" + ], + [ + "Ġisot", + "opes" + ], + [ + "Ġisotope", + "s" + ], + [ + "Ġd", + "rowning" + ], + [ + "Ġdr", + "owning" + ], + [ + "Ġdrow", + "ning" + ], + [ + "Ġdrown", + "ing" + ], + [ + "Ġexagger", + "ated" + ], + [ + "Ġexaggerate", + "d" + ], + [ + "Ġcurv", + "ature" + ], + [ + "Ġs", + "inks" + ], + [ + "Ġsin", + "ks" + ], + [ + "Ġsink", + "s" + ], + [ + "t", + "hora" + ], + [ + "th", + "ora" + ], + [ + "thor", + "a" + ], + [ + "Ġab", + "usive" + ], + [ + "ĠNew", + "foundland" + ], + [ + "Ġtext", + "ual" + ], + [ + "Ġcomple", + "xes" + ], + [ + "Ġcomplex", + "es" + ], + [ + "Ġfriends", + "hips" + ], + [ + "Ġfriend", + "ships" + ], + [ + "Ġfriendship", + "s" + ], + [ + "Ġim", + "plicated" + ], + [ + "Ġimpl", + "icated" + ], + [ + "Ġimplic", + "ated" + ], + [ + "ĠJul", + "ius" + ], + [ + "Ġr", + "hin" + ], + [ + "Ġrh", + "in" + ], + [ + "Ġcatal", + "ogue" + ], + [ + "Ġcatalog", + "ue" + ], + [ + "Ġover", + "sight" + ], + [ + "Ġovers", + "ight" + ], + [ + "D", + "iet" + ], + [ + "Di", + "et" + ], + [ + "Die", + "t" + ], + [ + "od", + "erm" + ], + [ + "ode", + "rm" + ], + [ + "oder", + "m" + ], + [ + "Ġl", + "eth" + ], + [ + "Ġle", + "th" + ], + [ + "Ġlet", + "h" + ], + [ + "ĠL", + "is" + ], + [ + "ĠLi", + "s" + ], + [ + "Ġdirect", + "ing" + ], + [ + "Ġdir", + "ecting" + ], + [ + "Ġpost", + "p" + ], + [ + "Ġpay", + "load" + ], + [ + "ĠPr", + "incess" + ], + [ + "ĠPrinc", + "ess" + ], + [ + "ĠPrince", + "ss" + ], + [ + "ĠPrinces", + "s" + ], + [ + "Ġs", + "plitting" + ], + [ + "Ġspl", + "itting" + ], + [ + "Ġsplit", + "ting" + ], + [ + "Ġcont", + "empor" + ], + [ + "Ġcontem", + "por" + ], + [ + "Ġdef", + "endant" + ], + [ + "Ġdefend", + "ant" + ], + [ + "Ġ", + "SSL" + ], + [ + "ĠS", + "SL" + ], + [ + "ĠSS", + "L" + ], + [ + "Intern", + "et" + ], + [ + "Inter", + "net" + ], + [ + "Ġ", + "Privacy" + ], + [ + "ĠPriv", + "acy" + ], + [ + "E", + "s" + ], + [ + "Ġre", + "app" + ], + [ + "Ġreap", + "p" + ], + [ + "Ġ", + "HDL" + ], + [ + "ĠH", + "DL" + ], + [ + "ĠHD", + "L" + ], + [ + "Ġform", + "ative" + ], + [ + "Ġformat", + "ive" + ], + [ + "Ġmet", + "amorph" + ], + [ + "Ġmeta", + "morph" + ], + [ + "Ġmetam", + "orph" + ], + [ + "Ġsl", + "iding" + ], + [ + "Ġslid", + "ing" + ], + [ + "Ġpup", + "pies" + ], + [ + "Ġpupp", + "ies" + ], + [ + "Ġpu", + "ppies" + ], + [ + "M", + "yth" + ], + [ + "My", + "th" + ], + [ + "b", + "ank" + ], + [ + "ban", + "k" + ], + [ + "o", + "uble" + ], + [ + "ou", + "ble" + ], + [ + "oub", + "le" + ], + [ + "o", + "protein" + ], + [ + "op", + "rotein" + ], + [ + "Ġsh", + "rine" + ], + [ + "Ġshr", + "ine" + ], + [ + "ec", + "essor" + ], + [ + "eces", + "sor" + ], + [ + "ecess", + "or" + ], + [ + "Ġcommun", + "ism" + ], + [ + "Ġin", + "scriptions" + ], + [ + "Ġins", + "criptions" + ], + [ + "Ġinscription", + "s" + ], + [ + "Ġme", + "tre" + ], + [ + "Ġmet", + "re" + ], + [ + "Ġmet", + "adata" + ], + [ + "Ġmeta", + "data" + ], + [ + "Ġsa", + "fest" + ], + [ + "Ġsaf", + "est" + ], + [ + "Ġsafe", + "st" + ], + [ + "Ġnon", + "f" + ], + [ + "Ġsal", + "ty" + ], + [ + "Ġsalt", + "y" + ], + [ + "ĠEd", + "mund" + ], + [ + "Ġpro", + "hibition" + ], + [ + "Ġprohib", + "ition" + ], + [ + "Ġprohibit", + "ion" + ], + [ + "Ġd", + "imensional" + ], + [ + "Ġdimens", + "ional" + ], + [ + "Ġdimension", + "al" + ], + [ + "-", + "handed" + ], + [ + "-h", + "anded" + ], + [ + "-hand", + "ed" + ], + [ + "ĠBrus", + "sels" + ], + [ + ".", + "asp" + ], + [ + ".a", + "sp" + ], + [ + "O", + "per" + ], + [ + "Op", + "er" + ], + [ + "T", + "alk" + ], + [ + "Ù", + "IJ" + ], + [ + "Ġf", + "ade" + ], + [ + "Ġfa", + "de" + ], + [ + "Ġfad", + "e" + ], + [ + "Ġ", + "ashes" + ], + [ + "Ġas", + "hes" + ], + [ + "Ġash", + "es" + ], + [ + "Ġ", + "Dust" + ], + [ + "ĠD", + "ust" + ], + [ + "ĠDu", + "st" + ], + [ + "ph", + "alt" + ], + [ + "phal", + "t" + ], + [ + "pha", + "lt" + ], + [ + "Ġph", + "oton" + ], + [ + "Ġphot", + "on" + ], + [ + "Ġphoto", + "n" + ], + [ + "Ġcloud", + "y" + ], + [ + "ĠMethod", + "ist" + ], + [ + "Ġor", + "nament" + ], + [ + "Ġorn", + "ament" + ], + [ + "Ġdeg", + "enerative" + ], + [ + "Ġdegen", + "erative" + ], + [ + "ĠCass", + "ini" + ], + [ + "M", + "ichael" + ], + [ + "Mich", + "ael" + ], + [ + "Mic", + "hael" + ], + [ + "T", + "ur" + ], + [ + "Tu", + "r" + ], + [ + "i", + "sal" + ], + [ + "is", + "al" + ], + [ + "isa", + "l" + ], + [ + "a", + "bies" + ], + [ + "ab", + "ies" + ], + [ + "abi", + "es" + ], + [ + "r", + "iosis" + ], + [ + "ri", + "osis" + ], + [ + "rio", + "sis" + ], + [ + "rios", + "is" + ], + [ + "ĠG", + "un" + ], + [ + "ĠGu", + "n" + ], + [ + "Ġindividual", + "ized" + ], + [ + "Ġmil", + "estones" + ], + [ + "Ġmiles", + "tones" + ], + [ + "Ġmile", + "stones" + ], + [ + "Ġmilestone", + "s" + ], + [ + "Ġb", + "ushes" + ], + [ + "Ġbus", + "hes" + ], + [ + "Ġbush", + "es" + ], + [ + "-", + "lar" + ], + [ + "-l", + "ar" + ], + [ + "-la", + "r" + ], + [ + "ĠS", + "iberia" + ], + [ + "ĠSib", + "eria" + ], + [ + "Ġsu", + "icidal" + ], + [ + "o", + "ser" + ], + [ + "os", + "er" + ], + [ + "ose", + "r" + ], + [ + "Ġch", + "rist" + ], + [ + "pt", + "une" + ], + [ + "e", + "conom" + ], + [ + "ec", + "onom" + ], + [ + "eco", + "nom" + ], + [ + "Ġoff", + "line" + ], + [ + "par", + "agus" + ], + [ + "para", + "gus" + ], + [ + "sh", + "adow" + ], + [ + "l", + "ining" + ], + [ + "lin", + "ing" + ], + [ + "li", + "ning" + ], + [ + "Ġg", + "aze" + ], + [ + "Ġga", + "ze" + ], + [ + "Ġgaz", + "e" + ], + [ + "ĠD", + "ew" + ], + [ + "ĠDe", + "w" + ], + [ + "u", + "ni" + ], + [ + "un", + "i" + ], + [ + "Ġt", + "rapping" + ], + [ + "Ġtra", + "pping" + ], + [ + "Ġtr", + "apping" + ], + [ + "Ġtrap", + "ping" + ], + [ + "ĠY", + "am" + ], + [ + "ĠYa", + "m" + ], + [ + "Ġcollabor", + "ators" + ], + [ + "Ġcollaborator", + "s" + ], + [ + "Ġaccompl", + "ishment" + ], + [ + "Ġaccomplish", + "ment" + ], + [ + "W", + "ould" + ], + [ + "Ġc", + "ites" + ], + [ + "Ġcit", + "es" + ], + [ + "Ġcite", + "s" + ], + [ + "Ġp", + "icks" + ], + [ + "Ġpick", + "s" + ], + [ + "Ġpi", + "cks" + ], + [ + "Ġpic", + "ks" + ], + [ + "Ġ", + "raid" + ], + [ + "Ġr", + "aid" + ], + [ + "Ġra", + "id" + ], + [ + "ĠBar", + "ack" + ], + [ + "ĠBa", + "rack" + ], + [ + "Ġcos", + "metics" + ], + [ + "Ġcosm", + "etics" + ], + [ + "Ġcosmetic", + "s" + ], + [ + "Ġbreed", + "ers" + ], + [ + "Ġbree", + "ders" + ], + [ + "Ġbreeder", + "s" + ], + [ + "Ġnice", + "ly" + ], + [ + "Ġb", + "uffalo" + ], + [ + "Ġbuff", + "alo" + ], + [ + "Ġ", + "icy" + ], + [ + "Ġi", + "cy" + ], + [ + "Ġic", + "y" + ], + [ + "e", + "rion" + ], + [ + "er", + "ion" + ], + [ + "eri", + "on" + ], + [ + "Ġl", + "obe" + ], + [ + "Ġlo", + "be" + ], + [ + "Ġlob", + "e" + ], + [ + "am", + "ide" + ], + [ + "ami", + "de" + ], + [ + "g", + "ee" + ], + [ + "ge", + "e" + ], + [ + "Ġsp", + "awning" + ], + [ + "Ġspawn", + "ing" + ], + [ + "ĠL", + "ent" + ], + [ + "ĠLe", + "nt" + ], + [ + "ĠLen", + "t" + ], + [ + "Ġdep", + "iction" + ], + [ + "Ġdepict", + "ion" + ], + [ + "rep", + "ared" + ], + [ + "Ġ", + "Respiratory" + ], + [ + "ĠResp", + "iratory" + ], + [ + "Ġaccommod", + "ations" + ], + [ + "Ġaccommodation", + "s" + ], + [ + "Ġdiarr", + "hoea" + ], + [ + "-", + "existing" + ], + [ + "-ex", + "isting" + ], + [ + "-exist", + "ing" + ], + [ + "Ġw", + "atches" + ], + [ + "Ġwatch", + "es" + ], + [ + "Ġwat", + "ches" + ], + [ + "Ġduct", + "s" + ], + [ + "Ġduc", + "ts" + ], + [ + "Ġrec", + "urrence" + ], + [ + "Ġrecur", + "rence" + ], + [ + "H", + "and" + ], + [ + "Ha", + "nd" + ], + [ + "Han", + "d" + ], + [ + "N", + "F" + ], + [ + "Ã", + "«" + ], + [ + "Ġ", + "Sense" + ], + [ + "ĠS", + "ense" + ], + [ + "ĠSen", + "se" + ], + [ + "ĠSens", + "e" + ], + [ + "Ġ", + "lex" + ], + [ + "Ġl", + "ex" + ], + [ + "Ġle", + "x" + ], + [ + "ary", + "ng" + ], + [ + "aryn", + "g" + ], + [ + "Ġph", + "ishing" + ], + [ + "Ġsub", + "str" + ], + [ + "Ġsubst", + "r" + ], + [ + "Ġsubs", + "tr" + ], + [ + "f", + "ty" + ], + [ + "ft", + "y" + ], + [ + "Ġs", + "well" + ], + [ + "Ġsw", + "ell" + ], + [ + "Ġswe", + "ll" + ], + [ + "Ġtrans", + "former" + ], + [ + "Ġtransform", + "er" + ], + [ + "Ġdef", + "ective" + ], + [ + "Ġdefect", + "ive" + ], + [ + "Ġdefe", + "ctive" + ], + [ + "ĠFA", + "Q" + ], + [ + "s", + "tra" + ], + [ + "st", + "ra" + ], + [ + "str", + "a" + ], + [ + "Ġ", + "MHz" + ], + [ + "ĠM", + "Hz" + ], + [ + "ĠMH", + "z" + ], + [ + "Ġ", + "arches" + ], + [ + "Ġar", + "ches" + ], + [ + "Ġarch", + "es" + ], + [ + "Ġarc", + "hes" + ], + [ + "Ġarche", + "s" + ], + [ + "Ġs", + "cars" + ], + [ + "Ġsc", + "ars" + ], + [ + "Ġscar", + "s" + ], + [ + "Ġreg", + "isters" + ], + [ + "Ġregist", + "ers" + ], + [ + "Ġregister", + "s" + ], + [ + "Ġpain", + "ters" + ], + [ + "Ġpaint", + "ers" + ], + [ + "Ġpainter", + "s" + ], + [ + "Ġpa", + "inters" + ], + [ + "-", + "cancer" + ], + [ + "-c", + "ancer" + ], + [ + "-can", + "cer" + ], + [ + "ĠTr", + "uman" + ], + [ + "ĠTru", + "man" + ], + [ + "Ġcoun", + "cils" + ], + [ + "Ġcouncil", + "s" + ], + [ + "Ġhor", + "rible" + ], + [ + "Ġhorr", + "ible" + ], + [ + "ĠSocial", + "ist" + ], + [ + "ĠG", + "MO" + ], + [ + "ĠGM", + "O" + ], + [ + "idel", + "ity" + ], + [ + "P", + "al" + ], + [ + "Pa", + "l" + ], + [ + "f", + "a" + ], + [ + "h", + "aw" + ], + [ + "ha", + "w" + ], + [ + "Ġ", + "osm" + ], + [ + "Ġo", + "sm" + ], + [ + "Ġos", + "m" + ], + [ + "Ġb", + "ounce" + ], + [ + "Ġbou", + "nce" + ], + [ + "Ġe", + "agles" + ], + [ + "Ġeagle", + "s" + ], + [ + "ĠSt", + "ars" + ], + [ + "ĠStar", + "s" + ], + [ + "ĠSta", + "rs" + ], + [ + "Ġgl", + "orious" + ], + [ + "Ġglor", + "ious" + ], + [ + "Ġglo", + "rious" + ], + [ + "Ġhum", + "ankind" + ], + [ + "Ġhuman", + "kind" + ], + [ + "Ġstring", + "ent" + ], + [ + "Ġcond", + "ensation" + ], + [ + "Ġcondens", + "ation" + ], + [ + "G", + "C" + ], + [ + "w", + "ave" + ], + [ + "wa", + "ve" + ], + [ + "Ġo", + "at" + ], + [ + "ĠA", + "ging" + ], + [ + "ĠAg", + "ing" + ], + [ + "ad", + "vert" + ], + [ + "adv", + "ert" + ], + [ + "Ġ", + "Warm" + ], + [ + "ĠW", + "arm" + ], + [ + "ĠWar", + "m" + ], + [ + "ĠWa", + "rm" + ], + [ + "Ġter", + "ra" + ], + [ + "Ġterr", + "a" + ], + [ + "ar", + "iat" + ], + [ + "ari", + "at" + ], + [ + "aria", + "t" + ], + [ + "L", + "at" + ], + [ + "La", + "t" + ], + [ + "h", + "s" + ], + [ + "o", + "S" + ], + [ + "Ġf", + "onts" + ], + [ + "Ġfont", + "s" + ], + [ + "Ġsh", + "red" + ], + [ + "Ġshr", + "ed" + ], + [ + "i", + "ae" + ], + [ + "ia", + "e" + ], + [ + "Ġacc", + "laim" + ], + [ + "Ġac", + "claim" + ], + [ + "Ġcontin", + "uation" + ], + [ + "Ġ", + "Replace" + ], + [ + "ĠRe", + "place" + ], + [ + "bo", + "urg" + ], + [ + "bour", + "g" + ], + [ + "ĠF", + "athers" + ], + [ + "ĠFather", + "s" + ], + [ + "ĠFa", + "thers" + ], + [ + "ĠFat", + "hers" + ], + [ + "Ġexpend", + "itures" + ], + [ + "Ġexpenditure", + "s" + ], + [ + "Ġspont", + "aneously" + ], + [ + "Ġspontaneous", + "ly" + ], + [ + "Ġnoct", + "urnal" + ], + [ + "A", + "merica" + ], + [ + "g", + "ically" + ], + [ + "gical", + "ly" + ], + [ + "gic", + "ally" + ], + [ + "l", + "ater" + ], + [ + "la", + "ter" + ], + [ + "late", + "r" + ], + [ + "lat", + "er" + ], + [ + "in", + "ical" + ], + [ + "ini", + "cal" + ], + [ + "inic", + "al" + ], + [ + "Ġf", + "olic" + ], + [ + "Ġfol", + "ic" + ], + [ + "Ġfo", + "lic" + ], + [ + "ble", + "ms" + ], + [ + "bl", + "ems" + ], + [ + "blem", + "s" + ], + [ + "Ġmult", + "ic" + ], + [ + "Ġmulti", + "c" + ], + [ + "Ġmul", + "tic" + ], + [ + "ĠCal", + "if" + ], + [ + "ĠCa", + "lif" + ], + [ + "Ġs", + "orted" + ], + [ + "Ġsort", + "ed" + ], + [ + "Ġsor", + "ted" + ], + [ + "Ġ", + "Secondly" + ], + [ + "ĠSecond", + "ly" + ], + [ + "-", + "proof" + ], + [ + "-p", + "roof" + ], + [ + "-pro", + "of" + ], + [ + "-pr", + "oof" + ], + [ + "ï¼", + "Į" + ], + [ + "Ġsuper", + "market" + ], + [ + "Ġsupermark", + "et" + ], + [ + "Ġrefer", + "endum" + ], + [ + "Ġreferend", + "um" + ], + [ + "Ġp", + "amph" + ], + [ + "Ġpa", + "mph" + ], + [ + "om", + "inated" + ], + [ + "omin", + "ated" + ], + [ + "ominate", + "d" + ], + [ + "Ġam", + "put" + ], + [ + "Ġamp", + "ut" + ], + [ + "Ġsince", + "re" + ], + [ + "Ġsin", + "cere" + ], + [ + "be", + "fore" + ], + [ + "Ġexp", + "ressive" + ], + [ + "Ġexpress", + "ive" + ], + [ + "Ġ", + "Edge" + ], + [ + "ĠEd", + "ge" + ], + [ + "ĠGerm", + "anic" + ], + [ + "ĠGerman", + "ic" + ], + [ + "Ġ", + "Governments" + ], + [ + "ĠGovern", + "ments" + ], + [ + "ĠGovernment", + "s" + ], + [ + "Ġjour", + "neys" + ], + [ + "Ġjourney", + "s" + ], + [ + "Ġbot", + "anical" + ], + [ + "Ġbotan", + "ical" + ], + [ + "ĠLGBT", + "Q" + ], + [ + "Ġar", + "omatic" + ], + [ + "Ġarom", + "atic" + ], + [ + "Ġaroma", + "tic" + ], + [ + "Ġde", + "leted" + ], + [ + "Ġdel", + "eted" + ], + [ + "Ġdele", + "ted" + ], + [ + "Ġdelete", + "d" + ], + [ + "L", + "im" + ], + [ + "Li", + "m" + ], + [ + "ĠT", + "ud" + ], + [ + "ĠTu", + "d" + ], + [ + "os", + "eph" + ], + [ + "ose", + "ph" + ], + [ + "Ġun", + "att" + ], + [ + "Ġuna", + "tt" + ], + [ + "Ġcust", + "ody" + ], + [ + "-", + "--" + ], + [ + "--", + "-" + ], + [ + "Ġ", + "Parts" + ], + [ + "ĠP", + "arts" + ], + [ + "ĠPar", + "ts" + ], + [ + "ĠPart", + "s" + ], + [ + "Stand", + "ard" + ], + [ + "Stan", + "dard" + ], + [ + "o", + "rate" + ], + [ + "or", + "ate" + ], + [ + "ora", + "te" + ], + [ + "Ġ", + "MLA" + ], + [ + "ĠM", + "LA" + ], + [ + "ĠML", + "A" + ], + [ + "Ġ", + "vi" + ], + [ + "Ġv", + "i" + ], + [ + "Ġch", + "ores" + ], + [ + "Ġcho", + "res" + ], + [ + "Ġchore", + "s" + ], + [ + "Ġchor", + "es" + ], + [ + "Ġinv", + "ading" + ], + [ + "s", + "son" + ], + [ + "ss", + "on" + ], + [ + "Ġart", + "ific" + ], + [ + "Ġartif", + "ic" + ], + [ + "Ġp", + "alp" + ], + [ + "Ġpal", + "p" + ], + [ + "Ġemb", + "racing" + ], + [ + "Ġembra", + "cing" + ], + [ + "Ġauthent", + "icity" + ], + [ + "Ġauthentic", + "ity" + ], + [ + "n", + "ection" + ], + [ + "ne", + "ction" + ], + [ + "nect", + "ion" + ], + [ + "Ġg", + "orge" + ], + [ + "Ġgor", + "ge" + ], + [ + "Ġ", + "ADA" + ], + [ + "ĠA", + "DA" + ], + [ + "ĠAD", + "A" + ], + [ + "Ġ", + "CB" + ], + [ + "ĠC", + "B" + ], + [ + "ĠH", + "iro" + ], + [ + "ĠHi", + "ro" + ], + [ + "ĠHir", + "o" + ], + [ + "Ġ", + "WOR" + ], + [ + "ĠW", + "OR" + ], + [ + "or", + "tex" + ], + [ + "ort", + "ex" + ], + [ + "o", + "gas" + ], + [ + "og", + "as" + ], + [ + "oga", + "s" + ], + [ + "Ġ", + "Ko" + ], + [ + "ĠK", + "o" + ], + [ + "Ġfac", + "ets" + ], + [ + "Ġface", + "ts" + ], + [ + "Ġfacet", + "s" + ], + [ + "Ġsuff", + "ix" + ], + [ + "Ġcheck", + "list" + ], + [ + "Ġut", + "most" + ], + [ + "Ġ", + "Boys" + ], + [ + "ĠB", + "oys" + ], + [ + "ĠBo", + "ys" + ], + [ + "ĠBoy", + "s" + ], + [ + "ĠHe", + "rod" + ], + [ + "ĠHer", + "od" + ], + [ + "ĠHero", + "d" + ], + [ + "u", + "ki" + ], + [ + "uk", + "i" + ], + [ + "ĠL", + "abs" + ], + [ + "ĠLa", + "bs" + ], + [ + "ĠLab", + "s" + ], + [ + "ĠRe", + "views" + ], + [ + "ĠReview", + "s" + ], + [ + "Ġdisse", + "mination" + ], + [ + "Ġdissemin", + "ation" + ], + [ + "Ġ", + "اÙĦ" + ], + [ + "F", + "inding" + ], + [ + "Find", + "ing" + ], + [ + "Fin", + "ding" + ], + [ + "it", + "ched" + ], + [ + "itch", + "ed" + ], + [ + "Ġh", + "ike" + ], + [ + "Ġhi", + "ke" + ], + [ + "ĠF", + "oster" + ], + [ + "ĠFo", + "ster" + ], + [ + "ĠFos", + "ter" + ], + [ + "Ġall", + "ergen" + ], + [ + "Ġallerg", + "en" + ], + [ + "Ġ", + "cling" + ], + [ + "Ġc", + "ling" + ], + [ + "Ġcl", + "ing" + ], + [ + "Ġclin", + "g" + ], + [ + "Ġcor", + "pus" + ], + [ + "Ġcorp", + "us" + ], + [ + "Ġret", + "ro" + ], + [ + "Ġ", + "Enjoy" + ], + [ + "ĠEn", + "joy" + ], + [ + "Ġtext", + "ures" + ], + [ + "Ġtexture", + "s" + ], + [ + "Ġ", + "Prem" + ], + [ + "ĠP", + "rem" + ], + [ + "ĠPr", + "em" + ], + [ + "ĠPre", + "m" + ], + [ + "Ġhope", + "ful" + ], + [ + "Ġloose", + "ly" + ], + [ + "Ġ", + "privileged" + ], + [ + "Ġpriv", + "ileged" + ], + [ + "Ġprivile", + "ged" + ], + [ + "Ġprivilege", + "d" + ], + [ + "Ġmes", + "othelioma" + ], + [ + "Ġ", + "Diagnosis" + ], + [ + "ĠD", + "iagnosis" + ], + [ + "ĠDiagn", + "osis" + ], + [ + "ĠDia", + "gnosis" + ], + [ + "Ġ", + "Tobacco" + ], + [ + "ĠT", + "obacco" + ], + [ + "ĠTob", + "acco" + ], + [ + "Ġun", + "controlled" + ], + [ + "Ġuncont", + "rolled" + ], + [ + "Ġuncontroll", + "ed" + ], + [ + "Ġin", + "fer" + ], + [ + "Ġinf", + "er" + ], + [ + "Ġacc", + "us" + ], + [ + "Ġac", + "cus" + ], + [ + "ox", + "id" + ], + [ + "s", + "pe" + ], + [ + "sp", + "e" + ], + [ + "Ġ", + "Uses" + ], + [ + "ĠU", + "ses" + ], + [ + "ĠUs", + "es" + ], + [ + "ĠUse", + "s" + ], + [ + "Ġfuel", + "ed" + ], + [ + "Ġfu", + "eled" + ], + [ + "ĠMc", + "Donald" + ], + [ + "ĠMcDon", + "ald" + ], + [ + "O", + "Cs" + ], + [ + "OC", + "s" + ], + [ + "Ġpl", + "aques" + ], + [ + "Ġpla", + "ques" + ], + [ + "Ġplaque", + "s" + ], + [ + "ĠWil", + "helm" + ], + [ + "Any", + "one" + ], + [ + "Ġunve", + "iled" + ], + [ + "Ġunveil", + "ed" + ], + [ + "Ġworld", + "view" + ], + [ + "ĠInd", + "ic" + ], + [ + "-", + "conscious" + ], + [ + "-c", + "onscious" + ], + [ + "-cons", + "cious" + ], + [ + "Ġtum", + "ours" + ], + [ + "Ġtumour", + "s" + ], + [ + "bl", + "ue" + ], + [ + "ĠEl", + "eph" + ], + [ + "ĠEle", + "ph" + ], + [ + "Ġacc", + "redited" + ], + [ + "Ġaccred", + "ited" + ], + [ + "X", + "X" + ], + [ + "i", + "ologists" + ], + [ + "iologist", + "s" + ], + [ + "es", + "oph" + ], + [ + "Ġ", + "lan" + ], + [ + "Ġl", + "an" + ], + [ + "Ġla", + "n" + ], + [ + "Ġg", + "ears" + ], + [ + "Ġge", + "ars" + ], + [ + "Ġgear", + "s" + ], + [ + "Ġ(", + "âĢĺ" + ], + [ + "Ġme", + "dal" + ], + [ + "Ġmed", + "al" + ], + [ + "-", + "cultural" + ], + [ + "-c", + "ultural" + ], + [ + "Ġb", + "races" + ], + [ + "Ġbr", + "aces" + ], + [ + "Ġbra", + "ces" + ], + [ + "Ġbrace", + "s" + ], + [ + "Ġow", + "ls" + ], + [ + "Ġowl", + "s" + ], + [ + "Ġalb", + "um" + ], + [ + "Ġsl", + "ices" + ], + [ + "Ġslic", + "es" + ], + [ + "Ġslice", + "s" + ], + [ + "h", + "olm" + ], + [ + "hol", + "m" + ], + [ + "ho", + "lm" + ], + [ + "din", + "and" + ], + [ + "N", + "early" + ], + [ + "Near", + "ly" + ], + [ + "h", + "l" + ], + [ + "Ñ", + "ı" + ], + [ + "Ġp", + "all" + ], + [ + "Ġpal", + "l" + ], + [ + "Ġpa", + "ll" + ], + [ + "ou", + "fl" + ], + [ + "ĠA", + "ur" + ], + [ + "ĠAu", + "r" + ], + [ + "Ġsh", + "ingles" + ], + [ + "Ġshingle", + "s" + ], + [ + "ĠG", + "az" + ], + [ + "ĠGa", + "z" + ], + [ + "Ġinter", + "acts" + ], + [ + "Ġinteract", + "s" + ], + [ + "ĠConstantin", + "ople" + ], + [ + "Ġt", + "ilt" + ], + [ + "Ġtil", + "t" + ], + [ + "Ġti", + "lt" + ], + [ + "a", + "dan" + ], + [ + "ad", + "an" + ], + [ + "ada", + "n" + ], + [ + "pl", + "anted" + ], + [ + "plant", + "ed" + ], + [ + "plan", + "ted" + ], + [ + "ĠC", + "ha" + ], + [ + "ĠCh", + "a" + ], + [ + "âĢľ", + "You" + ], + [ + "an", + "non" + ], + [ + "ann", + "on" + ], + [ + "Ġemb", + "odied" + ], + [ + "Ġembod", + "ied" + ], + [ + "Ġin", + "stituted" + ], + [ + "Ġinstit", + "uted" + ], + [ + "Ġinstitute", + "d" + ], + [ + "ST", + "EM" + ], + [ + "STE", + "M" + ], + [ + "do", + "ctoral" + ], + [ + "Ġ", + "Attention" + ], + [ + "ĠAtt", + "ention" + ], + [ + "ĠAtten", + "tion" + ], + [ + "ĠGal", + "axy" + ], + [ + "Ġlect", + "urer" + ], + [ + "Ġlecture", + "r" + ], + [ + "Ġunem", + "ployed" + ], + [ + "Ġad", + "hesive" + ], + [ + "Ġadhes", + "ive" + ], + [ + "ĠBul", + "letin" + ], + [ + "ĠBull", + "etin" + ], + [ + "ĠBullet", + "in" + ], + [ + "-", + "inter" + ], + [ + "-in", + "ter" + ], + [ + "-int", + "er" + ], + [ + "C", + "he" + ], + [ + "Ch", + "e" + ], + [ + "Ġs", + "ow" + ], + [ + "Ġso", + "w" + ], + [ + "Ġcomp", + "iler" + ], + [ + "Ġcompile", + "r" + ], + [ + "ĠK", + "rist" + ], + [ + "ĠKr", + "ist" + ], + [ + "ĠKri", + "st" + ], + [ + "ĠKris", + "t" + ], + [ + "i", + "sexual" + ], + [ + "ise", + "xual" + ], + [ + "Ġcommon", + "place" + ], + [ + "a", + "han" + ], + [ + "ah", + "an" + ], + [ + "aha", + "n" + ], + [ + "Ġ", + "Adjust" + ], + [ + "ĠAd", + "just" + ], + [ + "ĠAdj", + "ust" + ], + [ + "Ġ", + "Teen" + ], + [ + "ĠT", + "een" + ], + [ + "ĠTe", + "en" + ], + [ + "ĠDis", + "ability" + ], + [ + "Ġign", + "ition" + ], + [ + "Ġs", + "ourced" + ], + [ + "Ġsource", + "d" + ], + [ + "Ġsour", + "ced" + ], + [ + "ĠGil", + "bert" + ], + [ + "Ġqu", + "otation" + ], + [ + "Ġquot", + "ation" + ], + [ + "Ġquota", + "tion" + ], + [ + "A", + "p" + ], + [ + "ĠB", + "order" + ], + [ + "ĠBor", + "der" + ], + [ + "ĠBord", + "er" + ], + [ + "ĠE", + "thernet" + ], + [ + "ind", + "le" + ], + [ + "Ġsign", + "ifies" + ], + [ + "Ġsh", + "owers" + ], + [ + "Ġshow", + "ers" + ], + [ + "Ġsho", + "wers" + ], + [ + "Ġshower", + "s" + ], + [ + "Ġcal", + "ibration" + ], + [ + "Ġcalibr", + "ation" + ], + [ + "App", + "lic" + ], + [ + "Ap", + "plic" + ], + [ + "ĠChair", + "man" + ], + [ + "Ġu", + "prising" + ], + [ + "Ġup", + "rising" + ], + [ + "Ġupris", + "ing" + ], + [ + "L", + "og" + ], + [ + "Lo", + "g" + ], + [ + "ĠH", + "ugh" + ], + [ + "ĠHu", + "gh" + ], + [ + "ĠHug", + "h" + ], + [ + "ĠF", + "ROM" + ], + [ + "ĠFR", + "OM" + ], + [ + "Ġur", + "ging" + ], + [ + "Ġs", + "aline" + ], + [ + "Ġsa", + "line" + ], + [ + "Ġsal", + "ine" + ], + [ + "Ġs", + "illy" + ], + [ + "Ġsil", + "ly" + ], + [ + "Ġsill", + "y" + ], + [ + "-", + "gl" + ], + [ + "-g", + "l" + ], + [ + "Ġfol", + "klore" + ], + [ + "Ġfolk", + "lore" + ], + [ + "Ab", + "stract" + ], + [ + "Ġexped", + "itions" + ], + [ + "Ġexpedition", + "s" + ], + [ + "ĠMun", + "ich" + ], + [ + "-", + "Q" + ], + [ + ".", + "k" + ], + [ + "a", + "yas" + ], + [ + "ay", + "as" + ], + [ + "aya", + "s" + ], + [ + "os", + "omes" + ], + [ + "osome", + "s" + ], + [ + "oso", + "mes" + ], + [ + "osom", + "es" + ], + [ + "ĠAv", + "iation" + ], + [ + "Ġch", + "opped" + ], + [ + "Ġcho", + "pped" + ], + [ + "Ġchop", + "ped" + ], + [ + "Ġfl", + "awed" + ], + [ + "Ġflaw", + "ed" + ], + [ + "L", + "arge" + ], + [ + "Lar", + "ge" + ], + [ + "M", + "ind" + ], + [ + "Min", + "d" + ], + [ + "Mi", + "nd" + ], + [ + "m", + "ax" + ], + [ + "ma", + "x" + ], + [ + "e", + "der" + ], + [ + "ed", + "er" + ], + [ + "ede", + "r" + ], + [ + "ĠC", + "ret" + ], + [ + "ĠCre", + "t" + ], + [ + "ĠCr", + "et" + ], + [ + "Ġ", + "Grid" + ], + [ + "ĠG", + "rid" + ], + [ + "ĠGr", + "id" + ], + [ + "ĠGri", + "d" + ], + [ + "Ġpre", + "aching" + ], + [ + "Ġpreach", + "ing" + ], + [ + "ple", + "mentation" + ], + [ + "plement", + "ation" + ], + [ + "Ġenc", + "aps" + ], + [ + "Ġd", + "omination" + ], + [ + "Ġdo", + "mination" + ], + [ + "Ġdom", + "ination" + ], + [ + "Ġdomin", + "ation" + ], + [ + "Ġest", + "imating" + ], + [ + "Ġestim", + "ating" + ], + [ + "alm", + "ud" + ], + [ + "ا", + "Ø" + ], + [ + "Pr", + "inc" + ], + [ + "Ġun", + "happy" + ], + [ + "Ġunh", + "appy" + ], + [ + "ĠClark", + "e" + ], + [ + "ĠClar", + "ke" + ], + [ + "Ġf", + "ron" + ], + [ + "Ġfr", + "on" + ], + [ + "Ġfro", + "n" + ], + [ + "Ġ", + "Ster" + ], + [ + "ĠS", + "ter" + ], + [ + "ĠSt", + "er" + ], + [ + "ĠSte", + "r" + ], + [ + "ĠS", + "hen" + ], + [ + "ĠSh", + "en" + ], + [ + "ĠShe", + "n" + ], + [ + "âĢĻ", + "an" + ], + [ + "âĢĻa", + "n" + ], + [ + "ĠF", + "ab" + ], + [ + "ĠFa", + "b" + ], + [ + "Ġdet", + "ailing" + ], + [ + "Ġdetail", + "ing" + ], + [ + "Ġ", + "§" + ], + [ + "ĠÂ", + "§" + ], + [ + "Ġguard", + "ians" + ], + [ + "Ġguardian", + "s" + ], + [ + "Ġantiv", + "iral" + ], + [ + "Ġ", + "Numerous" + ], + [ + "ĠNum", + "erous" + ], + [ + "ĠNumer", + "ous" + ], + [ + ":", + ":" + ], + [ + "Ġt", + "renches" + ], + [ + "Ġtrench", + "es" + ], + [ + "it", + "ans" + ], + [ + "itan", + "s" + ], + [ + "ita", + "ns" + ], + [ + "Ġ", + "Topic" + ], + [ + "ĠT", + "opic" + ], + [ + "ĠTo", + "pic" + ], + [ + "ĠTop", + "ic" + ], + [ + "ur", + "ban" + ], + [ + "urb", + "an" + ], + [ + "ruct", + "ured" + ], + [ + "ructure", + "d" + ], + [ + "Ġmag", + "ma" + ], + [ + "Ġf", + "olding" + ], + [ + "Ġfol", + "ding" + ], + [ + "Ġfold", + "ing" + ], + [ + "Ġbronch", + "itis" + ], + [ + "Ġbronchi", + "tis" + ], + [ + "ĠCon", + "cepts" + ], + [ + "ĠConcept", + "s" + ], + [ + "V", + "s" + ], + [ + "d", + "ist" + ], + [ + "dis", + "t" + ], + [ + "di", + "st" + ], + [ + "Ġm", + "RNA" + ], + [ + "Ġ", + "hots" + ], + [ + "Ġh", + "ots" + ], + [ + "Ġhot", + "s" + ], + [ + "Ġho", + "ts" + ], + [ + "Ġ", + "SY" + ], + [ + "ĠS", + "Y" + ], + [ + "Ġ", + "PT" + ], + [ + "ĠP", + "T" + ], + [ + "qu", + "est" + ], + [ + "que", + "st" + ], + [ + "ques", + "t" + ], + [ + "Ġover", + "coming" + ], + [ + "Ġoverc", + "oming" + ], + [ + "Ġcre", + "ep" + ], + [ + "Ġsocial", + "ism" + ], + [ + "Ġfore", + "head" + ], + [ + "it", + "erate" + ], + [ + "ite", + "rate" + ], + [ + "iter", + "ate" + ], + [ + "Ġlist", + "ener" + ], + [ + "Ġlisten", + "er" + ], + [ + "Ġt", + "aller" + ], + [ + "Ġtal", + "ler" + ], + [ + "Ġtall", + "er" + ], + [ + "Ġta", + "ller" + ], + [ + "Ġaverage", + "d" + ], + [ + "Ġaver", + "aged" + ], + [ + "Ġhyp", + "othyroidism" + ], + [ + "Ġhypoth", + "yroidism" + ], + [ + "Ġhypo", + "thyroidism" + ], + [ + "ĠVeh", + "icle" + ], + [ + "-", + "see" + ], + [ + "-s", + "ee" + ], + [ + "-se", + "e" + ], + [ + "/", + "R" + ], + [ + "Ġm", + "ism" + ], + [ + "Ġmis", + "m" + ], + [ + "Ġmi", + "sm" + ], + [ + "e", + "tooth" + ], + [ + "et", + "ooth" + ], + [ + "eto", + "oth" + ], + [ + "Ġc", + "hill" + ], + [ + "Ġch", + "ill" + ], + [ + "Ġchi", + "ll" + ], + [ + "Ġ", + "Gut" + ], + [ + "ĠG", + "ut" + ], + [ + "ĠGu", + "t" + ], + [ + "a", + "chi" + ], + [ + "ac", + "hi" + ], + [ + "ach", + "i" + ], + [ + "ident", + "ified" + ], + [ + "Ġoccup", + "ants" + ], + [ + "Ġoccupant", + "s" + ], + [ + "Con", + "nect" + ], + [ + "Conn", + "ect" + ], + [ + "ĠRo", + "bin" + ], + [ + "ĠRob", + "in" + ], + [ + "U", + "pon" + ], + [ + "Up", + "on" + ], + [ + "F", + "ore" + ], + [ + "For", + "e" + ], + [ + "il", + "itary" + ], + [ + "ilit", + "ary" + ], + [ + "ilitar", + "y" + ], + [ + "id", + "ium" + ], + [ + "idi", + "um" + ], + [ + "Ġ", + "ARE" + ], + [ + "ĠA", + "RE" + ], + [ + "ĠAR", + "E" + ], + [ + "Ġun", + "used" + ], + [ + "Ġunus", + "ed" + ], + [ + "Ġcollabor", + "ating" + ], + [ + "Ġf", + "ridge" + ], + [ + "Ġfr", + "idge" + ], + [ + "j", + "et" + ], + [ + "je", + "t" + ], + [ + "u", + "rious" + ], + [ + "ur", + "ious" + ], + [ + "uri", + "ous" + ], + [ + "ĠS", + "ons" + ], + [ + "ĠSo", + "ns" + ], + [ + "ĠSon", + "s" + ], + [ + "Ġ", + "DV" + ], + [ + "ĠD", + "V" + ], + [ + "s", + "oil" + ], + [ + "so", + "il" + ], + [ + "ens", + "itivity" + ], + [ + "ensit", + "ivity" + ], + [ + "Ġenc", + "oded" + ], + [ + "Ġencode", + "d" + ], + [ + "Ġencod", + "ed" + ], + [ + "Ġur", + "ination" + ], + [ + "Ġarter", + "ial" + ], + [ + "Ġarte", + "rial" + ], + [ + "b", + "ows" + ], + [ + "bo", + "ws" + ], + [ + "bow", + "s" + ], + [ + "g", + "reat" + ], + [ + "gre", + "at" + ], + [ + "gr", + "eat" + ], + [ + "ig", + "her" + ], + [ + "igh", + "er" + ], + [ + "Ġ", + "Appendix" + ], + [ + "ĠApp", + "endix" + ], + [ + "ĠAppend", + "ix" + ], + [ + "Ġbit", + "ten" + ], + [ + "ĠWest", + "minster" + ], + [ + "Is", + "rael" + ], + [ + "ĠMand", + "ela" + ], + [ + "ĠMandel", + "a" + ], + [ + ")", + "/" + ], + [ + "ch", + "le" + ], + [ + "Ġsm", + "ugg" + ], + [ + "Ġsuff", + "rage" + ], + [ + "Ġsuffrag", + "e" + ], + [ + "Ġ", + "Perfect" + ], + [ + "ĠPer", + "fect" + ], + [ + "Ġemphas", + "izing" + ], + [ + "Ġminim", + "ally" + ], + [ + "Ġminimal", + "ly" + ], + [ + "Ġ", + "Principle" + ], + [ + "ĠPrinc", + "iple" + ], + [ + "ĠPrincip", + "le" + ], + [ + "Ġsuperior", + "ity" + ], + [ + "Ġw", + "atts" + ], + [ + "Ġwat", + "ts" + ], + [ + "Ġwatt", + "s" + ], + [ + "ĠL", + "iu" + ], + [ + "ĠLi", + "u" + ], + [ + "Ġillum", + "inated" + ], + [ + "Ġillumin", + "ated" + ], + [ + "Ġilluminate", + "d" + ], + [ + "-", + "it" + ], + [ + "-i", + "t" + ], + [ + "Ġ", + "Cotton" + ], + [ + "ĠC", + "otton" + ], + [ + "ĠCott", + "on" + ], + [ + "ĠCot", + "ton" + ], + [ + "ĠM", + "é" + ], + [ + "Ġsh", + "irt" + ], + [ + "Ġshi", + "rt" + ], + [ + "Ġs", + "ocks" + ], + [ + "Ġso", + "cks" + ], + [ + "Ġsoc", + "ks" + ], + [ + "Ġsock", + "s" + ], + [ + "ĠAl", + "ger" + ], + [ + "ĠAlg", + "er" + ], + [ + "-", + "click" + ], + [ + "-c", + "lick" + ], + [ + "-cl", + "ick" + ], + [ + "Ġkey", + "word" + ], + [ + "A", + "CH" + ], + [ + "AC", + "H" + ], + [ + "Ġbu", + "yer" + ], + [ + "Ġbuy", + "er" + ], + [ + "Ġtransition", + "al" + ], + [ + "Ġtransit", + "ional" + ], + [ + "Ġparalle", + "ls" + ], + [ + "Ġparallel", + "s" + ], + [ + "Ġim", + "pedance" + ], + [ + "Ġimped", + "ance" + ], + [ + "al", + "amus" + ], + [ + "ala", + "mus" + ], + [ + "alam", + "us" + ], + [ + "B", + "usiness" + ], + [ + "Bus", + "iness" + ], + [ + "Ġa", + "perture" + ], + [ + "Ġ", + "BA" + ], + [ + "ĠB", + "A" + ], + [ + "Ġsp", + "onge" + ], + [ + "Ġspong", + "e" + ], + [ + "Ġra", + "don" + ], + [ + "Ġrad", + "on" + ], + [ + "ĠOr", + "b" + ], + [ + "Ġ", + "Essentially" + ], + [ + "ĠEss", + "entially" + ], + [ + "ĠEssential", + "ly" + ], + [ + "Ġ", + "Blockchain" + ], + [ + "ĠBlock", + "chain" + ], + [ + "C", + "lear" + ], + [ + "Cl", + "ear" + ], + [ + "Cle", + "ar" + ], + [ + "-c", + "igarettes" + ], + [ + "-cigare", + "ttes" + ], + [ + "-cigarette", + "s" + ], + [ + "re", + "ased" + ], + [ + "reas", + "ed" + ], + [ + "rea", + "sed" + ], + [ + "rease", + "d" + ], + [ + "a", + "gar" + ], + [ + "ag", + "ar" + ], + [ + "aga", + "r" + ], + [ + "Ġun", + "authorized" + ], + [ + "Ġam", + "munition" + ], + [ + "Ġimm", + "inent" + ], + [ + "ĠAng", + "lic" + ], + [ + "ĠAngl", + "ic" + ], + [ + "Re", + "comm" + ], + [ + "Rec", + "omm" + ], + [ + "Ġ", + "α" + ], + [ + "ĠÎ", + "±" + ], + [ + "Ġ", + "Operating" + ], + [ + "ĠOper", + "ating" + ], + [ + "ĠOp", + "erating" + ], + [ + "ĠOpera", + "ting" + ], + [ + "Ġmunicip", + "ality" + ], + [ + "Ġmunicipal", + "ity" + ], + [ + "H", + "F" + ], + [ + "Ġ", + "Bring" + ], + [ + "ĠB", + "ring" + ], + [ + "ĠBr", + "ing" + ], + [ + "ĠBri", + "ng" + ], + [ + "oc", + "ese" + ], + [ + "-", + "taking" + ], + [ + "-t", + "aking" + ], + [ + "Ġdraw", + "backs" + ], + [ + "Ġdrawback", + "s" + ], + [ + "Ġ", + "UNICEF" + ], + [ + "ĠUN", + "ICEF" + ], + [ + "ĠLand", + "scape" + ], + [ + "ĠLands", + "cape" + ], + [ + "Ġop", + "ioids" + ], + [ + "Ġopio", + "ids" + ], + [ + "Ġopioid", + "s" + ], + [ + "ĠExcell", + "ence" + ], + [ + "en", + "stein" + ], + [ + "ens", + "tein" + ], + [ + "l", + "ev" + ], + [ + "le", + "v" + ], + [ + "st", + "ellar" + ], + [ + "Ġcl", + "auses" + ], + [ + "Ġclause", + "s" + ], + [ + "Ġm", + "anners" + ], + [ + "Ġman", + "ners" + ], + [ + "Ġmanner", + "s" + ], + [ + "Ġref", + "usal" + ], + [ + "ĠAugust", + "us" + ], + [ + "Ġden", + "ying" + ], + [ + "Ġdeny", + "ing" + ], + [ + "b", + "rand" + ], + [ + "br", + "and" + ], + [ + "bra", + "nd" + ], + [ + "Ġ", + "AMD" + ], + [ + "ĠA", + "MD" + ], + [ + "ĠAM", + "D" + ], + [ + "S", + "mart" + ], + [ + "Sm", + "art" + ], + [ + "e", + "ach" + ], + [ + "ea", + "ch" + ], + [ + "p", + "erson" + ], + [ + "per", + "son" + ], + [ + "pers", + "on" + ], + [ + "r", + "ush" + ], + [ + "ru", + "sh" + ], + [ + "rus", + "h" + ], + [ + "ç", + "ļ" + ], + [ + "ch", + "ant" + ], + [ + "chan", + "t" + ], + [ + "cha", + "nt" + ], + [ + "Ġde", + "formation" + ], + [ + "Ġdeform", + "ation" + ], + [ + "Ġ", + "Fiber" + ], + [ + "ĠF", + "iber" + ], + [ + "ĠFib", + "er" + ], + [ + "ĠFi", + "ber" + ], + [ + "Ġ", + "Chlor" + ], + [ + "ĠCh", + "lor" + ], + [ + "Ġ", + "phy" + ], + [ + "Ġp", + "hy" + ], + [ + "Ġph", + "y" + ], + [ + "Ġmor", + "ally" + ], + [ + "Ġmo", + "rally" + ], + [ + "Ġmoral", + "ly" + ], + [ + "Ġvol", + "untarily" + ], + [ + "Ġvolunt", + "arily" + ], + [ + "Ġp", + "avement" + ], + [ + "Ġpave", + "ment" + ], + [ + "Ġpa", + "vement" + ], + [ + "Ġpav", + "ement" + ], + [ + "Ġshort", + "est" + ], + [ + "Ġl", + "att" + ], + [ + "Ġla", + "tt" + ], + [ + "Ġlat", + "t" + ], + [ + "Ġ", + "Practical" + ], + [ + "ĠP", + "ractical" + ], + [ + "ĠPract", + "ical" + ], + [ + "Ġneurotransmit", + "ters" + ], + [ + "Ġneurotransmitter", + "s" + ], + [ + "J", + "e" + ], + [ + "i", + "the" + ], + [ + "it", + "he" + ], + [ + "ith", + "e" + ], + [ + "Ġp", + "ython" + ], + [ + "Ġpy", + "thon" + ], + [ + "Ġpyth", + "on" + ], + [ + "Ġ", + "GHG" + ], + [ + "ĠG", + "HG" + ], + [ + "ĠGH", + "G" + ], + [ + "Ġfact", + "ual" + ], + [ + "Ġteam", + "work" + ], + [ + "Ġ", + "Marriage" + ], + [ + "ĠMar", + "riage" + ], + [ + "/", + "N" + ], + [ + "st", + "atic" + ], + [ + "stat", + "ic" + ], + [ + "sta", + "tic" + ], + [ + "Ġinc", + "ision" + ], + [ + "o", + "sec" + ], + [ + "os", + "ec" + ], + [ + "ose", + "c" + ], + [ + "Ġcont", + "ractions" + ], + [ + "Ġcontract", + "ions" + ], + [ + "Ġcontra", + "ctions" + ], + [ + "Ġcontraction", + "s" + ], + [ + "ĠW", + "ayne" + ], + [ + "ĠWay", + "ne" + ], + [ + "ĠEpid", + "em" + ], + [ + "ĠEpi", + "dem" + ], + [ + "Ġl", + "ighthouse" + ], + [ + "Ġlight", + "house" + ], + [ + "e", + "te" + ], + [ + "et", + "e" + ], + [ + "an", + "gs" + ], + [ + "ang", + "s" + ], + [ + "Ġc", + "urse" + ], + [ + "Ġcur", + "se" + ], + [ + "Ġcurs", + "e" + ], + [ + "Ġair", + "flow" + ], + [ + "Ġassoci", + "ates" + ], + [ + "Ġassociate", + "s" + ], + [ + "u", + "cked" + ], + [ + "uc", + "ked" + ], + [ + "uck", + "ed" + ], + [ + "Ġst", + "eer" + ], + [ + "Ġste", + "er" + ], + [ + "sh", + "ort" + ], + [ + "Ġe", + "scaping" + ], + [ + "Ġesc", + "aping" + ], + [ + "Ġflav", + "on" + ], + [ + "Ġc", + "eliac" + ], + [ + "Ġcel", + "iac" + ], + [ + "Ġpedag", + "ogy" + ], + [ + "C", + "arbon" + ], + [ + "Car", + "bon" + ], + [ + "Carb", + "on" + ], + [ + "ess", + "ential" + ], + [ + "ĠH", + "amm" + ], + [ + "ĠHam", + "m" + ], + [ + "ĠHa", + "mm" + ], + [ + "ĠE", + "rie" + ], + [ + "ĠEr", + "ie" + ], + [ + "Ġrel", + "ational" + ], + [ + "Ġrelation", + "al" + ], + [ + "Ġrelat", + "ional" + ], + [ + "Ġam", + "azed" + ], + [ + "Ġamaze", + "d" + ], + [ + "Ġ", + "Tooth" + ], + [ + "ĠT", + "ooth" + ], + [ + "ĠTo", + "oth" + ], + [ + "ĠToo", + "th" + ], + [ + "p", + "rof" + ], + [ + "pr", + "of" + ], + [ + "pro", + "f" + ], + [ + "ĠGra", + "duate" + ], + [ + "ĠGradu", + "ate" + ], + [ + "ĠGrad", + "uate" + ], + [ + "ĠNet", + "works" + ], + [ + "ĠNetwork", + "s" + ], + [ + "Ġmarginal", + "ized" + ], + [ + "d", + "el" + ], + [ + "de", + "l" + ], + [ + "Ġ", + "Want" + ], + [ + "ĠW", + "ant" + ], + [ + "ĠWa", + "nt" + ], + [ + "ĠWan", + "t" + ], + [ + "Ġimp", + "over" + ], + [ + "Ġrep", + "orters" + ], + [ + "Ġreport", + "ers" + ], + [ + "Ġreporter", + "s" + ], + [ + "Ġl", + "iters" + ], + [ + "Ġlit", + "ers" + ], + [ + "Ġliter", + "s" + ], + [ + "Ġli", + "ters" + ], + [ + "ĠEn", + "lightenment" + ], + [ + "Ġsent", + "enced" + ], + [ + "Ġsentence", + "d" + ], + [ + "ĠCoun", + "sel" + ], + [ + "Ġp", + "leasing" + ], + [ + "Ġple", + "asing" + ], + [ + "Ġpleas", + "ing" + ], + [ + "Ġplea", + "sing" + ], + [ + "Ġlic", + "enses" + ], + [ + "Ġlicense", + "s" + ], + [ + "Ġ", + "ambiguous" + ], + [ + "Ġamb", + "iguous" + ], + [ + "Ġambig", + "uous" + ], + [ + "Ġmira", + "cul" + ], + [ + "eth", + "ylene" + ], + [ + "ethyl", + "ene" + ], + [ + "ĠBrit", + "annica" + ], + [ + "ĠBritann", + "ica" + ], + [ + "-", + "order" + ], + [ + "-or", + "der" + ], + [ + "-ord", + "er" + ], + [ + "Ġcre", + "ations" + ], + [ + "Ġcreat", + "ions" + ], + [ + "Ġcreation", + "s" + ], + [ + "Ġs", + "ilic" + ], + [ + "Ġsil", + "ic" + ], + [ + "Ġsi", + "lic" + ], + [ + "Ġper", + "mitting" + ], + [ + "Ġperm", + "itting" + ], + [ + "Ġpermit", + "ting" + ], + [ + "so", + "ever" + ], + [ + "Ġland", + "l" + ], + [ + "Ġlan", + "dl" + ], + [ + "Ġme", + "anwhile" + ], + [ + "Ġmean", + "while" + ], + [ + "Ġra", + "dial" + ], + [ + "Ġrad", + "ial" + ], + [ + "Ġradi", + "al" + ], + [ + "Ġg", + "eared" + ], + [ + "Ġge", + "ared" + ], + [ + "Ġgear", + "ed" + ], + [ + "Ġcerv", + "ix" + ], + [ + "Ġsur", + "rend" + ], + [ + "Ġsurre", + "nd" + ], + [ + "Ġfloss", + "ing" + ], + [ + "Ġsnee", + "zing" + ], + [ + "F", + "re" + ], + [ + "Fr", + "e" + ], + [ + "ĠG", + "ap" + ], + [ + "ĠGa", + "p" + ], + [ + "Ġball", + "oons" + ], + [ + "Ġballoon", + "s" + ], + [ + "ĠE", + "quality" + ], + [ + "ĠEqu", + "ality" + ], + [ + "ĠEqual", + "ity" + ], + [ + "Ġsynthes", + "ized" + ], + [ + "Ġsynthesize", + "d" + ], + [ + "w", + "alks" + ], + [ + "walk", + "s" + ], + [ + "wal", + "ks" + ], + [ + "Ġin", + "ception" + ], + [ + "ut", + "tle" + ], + [ + "utt", + "le" + ], + [ + "Ġ", + "Chest" + ], + [ + "ĠC", + "hest" + ], + [ + "ĠCh", + "est" + ], + [ + "ĠChe", + "st" + ], + [ + "ĠChes", + "t" + ], + [ + "Ġ", + "Position" + ], + [ + "ĠP", + "osition" + ], + [ + "ĠPos", + "ition" + ], + [ + "ĠW", + "ing" + ], + [ + "ĠWin", + "g" + ], + [ + "ĠWi", + "ng" + ], + [ + "o", + "uns" + ], + [ + "ou", + "ns" + ], + [ + "oun", + "s" + ], + [ + "eed", + "back" + ], + [ + "ĠSh", + "iva" + ], + [ + "ĠShi", + "va" + ], + [ + "ĠShiv", + "a" + ], + [ + "Ġ", + "COPD" + ], + [ + "ĠCO", + "PD" + ], + [ + "ĠCOP", + "D" + ], + [ + "Ġaff", + "inity" + ], + [ + "Ġ", + "Mini" + ], + [ + "ĠM", + "ini" + ], + [ + "ĠMin", + "i" + ], + [ + "ĠMi", + "ni" + ], + [ + "Ġh", + "arb" + ], + [ + "Ġhar", + "b" + ], + [ + "Ġresc", + "ued" + ], + [ + "Ġrescue", + "d" + ], + [ + "Health", + "y" + ], + [ + "Ġrh", + "iz" + ], + [ + "Ġ", + "Official" + ], + [ + "ĠO", + "fficial" + ], + [ + "ĠOff", + "icial" + ], + [ + "ĠOffic", + "ial" + ], + [ + "Ġfulfill", + "ment" + ], + [ + "ĠLanc", + "et" + ], + [ + "ĠLance", + "t" + ], + [ + "ĠRe", + "construction" + ], + [ + "ĠRecon", + "struction" + ], + [ + "ĠB", + "oeing" + ], + [ + "ĠBoe", + "ing" + ], + [ + "Ġendorse", + "d" + ], + [ + "Ġendors", + "ed" + ], + [ + "S", + "U" + ], + [ + "h", + "art" + ], + [ + "ha", + "rt" + ], + [ + "har", + "t" + ], + [ + "Ġn", + "ep" + ], + [ + "Ġne", + "p" + ], + [ + "Ġ", + "Flex" + ], + [ + "ĠF", + "lex" + ], + [ + "ĠFl", + "ex" + ], + [ + "ĠFle", + "x" + ], + [ + "ĠL", + "ux" + ], + [ + "ĠLu", + "x" + ], + [ + "ĠK", + "ap" + ], + [ + "ĠKa", + "p" + ], + [ + "Ġadapt", + "able" + ], + [ + "Ġblue", + "berries" + ], + [ + "Ġ", + "Webster" + ], + [ + "ĠWeb", + "ster" + ], + [ + "ĠWebs", + "ter" + ], + [ + "Ġtrans", + "formations" + ], + [ + "Ġtransform", + "ations" + ], + [ + "Ġtransformation", + "s" + ], + [ + "Ġinhib", + "its" + ], + [ + "Ġinhibit", + "s" + ], + [ + "Ġ", + "Hydrogen" + ], + [ + "ĠHyd", + "rogen" + ], + [ + "ĠHydro", + "gen" + ], + [ + "Ġlaw", + "ns" + ], + [ + "Ġlawn", + "s" + ], + [ + "govern", + "mental" + ], + [ + "government", + "al" + ], + [ + "Ġp", + "iston" + ], + [ + "Ġpi", + "ston" + ], + [ + "Ġpist", + "on" + ], + [ + "o", + "toxic" + ], + [ + "ot", + "oxic" + ], + [ + "oto", + "xic" + ], + [ + "otox", + "ic" + ], + [ + "Ġ", + "Determine" + ], + [ + "ĠDeterm", + "ine" + ], + [ + "ĠDeter", + "mine" + ], + [ + "ĠGab", + "riel" + ], + [ + "ĠGabri", + "el" + ], + [ + "Ġantidepress", + "ants" + ], + [ + "Ġantidepressant", + "s" + ], + [ + "ĠPly", + "mouth" + ], + [ + "Ġ", + "CBS" + ], + [ + "ĠC", + "BS" + ], + [ + "ĠCB", + "S" + ], + [ + "ĠD", + "egree" + ], + [ + "ĠDeg", + "ree" + ], + [ + "ĠR", + "eed" + ], + [ + "ĠRe", + "ed" + ], + [ + "ĠRee", + "d" + ], + [ + "Ġsp", + "raw" + ], + [ + "Ġspr", + "aw" + ], + [ + "Ġres", + "iding" + ], + [ + "Ġresid", + "ing" + ], + [ + "Ġj", + "ars" + ], + [ + "Ġjar", + "s" + ], + [ + "Ġja", + "rs" + ], + [ + "Ġdr", + "illed" + ], + [ + "Ġdrill", + "ed" + ], + [ + "ĠC", + "arn" + ], + [ + "ĠCar", + "n" + ], + [ + "ĠCa", + "rn" + ], + [ + "Ġcircum", + "stance" + ], + [ + "Ġcircumst", + "ance" + ], + [ + "ĠDev", + "ices" + ], + [ + "ĠDevice", + "s" + ], + [ + "ĠDevi", + "ces" + ], + [ + "Ġaph", + "ids" + ], + [ + "Ġaphid", + "s" + ], + [ + "Ġneurotransmit", + "ter" + ], + [ + "Ġ", + "Coffee" + ], + [ + "ĠCoff", + "ee" + ], + [ + "A", + "lex" + ], + [ + "Al", + "ex" + ], + [ + "Ale", + "x" + ], + [ + "r", + "ists" + ], + [ + "ri", + "sts" + ], + [ + "ris", + "ts" + ], + [ + "rist", + "s" + ], + [ + "Ġs", + "orrow" + ], + [ + "Ġsor", + "row" + ], + [ + "o", + "ras" + ], + [ + "or", + "as" + ], + [ + "ora", + "s" + ], + [ + "ĠS", + "id" + ], + [ + "ĠSi", + "d" + ], + [ + "Ġcons", + "ortium" + ], + [ + "Ġconsort", + "ium" + ], + [ + "Ġap", + "olog" + ], + [ + "Ġapo", + "log" + ], + [ + "Ġm", + "acular" + ], + [ + "Ġma", + "cular" + ], + [ + "Ġmac", + "ular" + ], + [ + "Ġmacula", + "r" + ], + [ + "Ġd", + "raining" + ], + [ + "Ġdr", + "aining" + ], + [ + "Ġdra", + "ining" + ], + [ + "Ġdrain", + "ing" + ], + [ + "Scient", + "ific" + ], + [ + "Ġ", + "Update" + ], + [ + "ĠUp", + "date" + ], + [ + "ĠUpd", + "ate" + ], + [ + "prot", + "ected" + ], + [ + "tym", + "ology" + ], + [ + "o", + "der" + ], + [ + "od", + "er" + ], + [ + "ode", + "r" + ], + [ + "Ġ", + "heels" + ], + [ + "Ġhe", + "els" + ], + [ + "Ġheel", + "s" + ], + [ + "Ġ", + "NW" + ], + [ + "ĠN", + "W" + ], + [ + "Ġox", + "ides" + ], + [ + "Ġoxid", + "es" + ], + [ + "Ġoxide", + "s" + ], + [ + "Ġalt", + "eration" + ], + [ + "Ġalter", + "ation" + ], + [ + "ur", + "ricular" + ], + [ + "urric", + "ular" + ], + [ + "ĠHo", + "nor" + ], + [ + "ĠHon", + "or" + ], + [ + "Ġspokes", + "man" + ], + [ + "/", + "." + ], + [ + "w", + "hy" + ], + [ + "wh", + "y" + ], + [ + "ĠM", + "asters" + ], + [ + "ĠMa", + "sters" + ], + [ + "ĠMaster", + "s" + ], + [ + "ĠMas", + "ters" + ], + [ + "ĠMast", + "ers" + ], + [ + "ac", + "illus" + ], + [ + "ĠG", + "or" + ], + [ + "ĠGo", + "r" + ], + [ + "Ġper", + "cept" + ], + [ + "Ġperce", + "pt" + ], + [ + "Ġperc", + "ept" + ], + [ + "Ġde", + "prec" + ], + [ + "Ġdep", + "rec" + ], + [ + "Ġdepr", + "ec" + ], + [ + "Ġ", + "Zen" + ], + [ + "ĠZ", + "en" + ], + [ + "ĠZe", + "n" + ], + [ + "Ġi", + "OS" + ], + [ + "Ġh", + "arms" + ], + [ + "Ġharm", + "s" + ], + [ + "Ġhar", + "ms" + ], + [ + "Ġspect", + "roscopy" + ], + [ + "Ġcomfort", + "ably" + ], + [ + "Ġprol", + "ific" + ], + [ + "Ġprolif", + "ic" + ], + [ + "Ġphot", + "ographed" + ], + [ + "Ġphotograph", + "ed" + ], + [ + "Ġphotograp", + "hed" + ], + [ + "Ġnurt", + "uring" + ], + [ + "M", + "edic" + ], + [ + "Med", + "ic" + ], + [ + "t", + "ar" + ], + [ + "ta", + "r" + ], + [ + "Ġo", + "rally" + ], + [ + "Ġor", + "ally" + ], + [ + "Ġoral", + "ly" + ], + [ + "Ġen", + "listed" + ], + [ + "Ġenlist", + "ed" + ], + [ + "Ġenl", + "isted" + ], + [ + "Ġmem", + "oir" + ], + [ + "Ġmemo", + "ir" + ], + [ + "Ġmust", + "ard" + ], + [ + "Ġcor", + "ro" + ], + [ + "Ġ", + "Interview" + ], + [ + "ĠInter", + "view" + ], + [ + "Ġchim", + "ney" + ], + [ + "Ġ", + "Certainly" + ], + [ + "ĠCertain", + "ly" + ], + [ + "Ġphil", + "anthrop" + ], + [ + "ï¿", + "½" + ], + [ + "C", + "lin" + ], + [ + "Cl", + "in" + ], + [ + "t", + "ype" + ], + [ + "ty", + "pe" + ], + [ + "Ġs", + "ludge" + ], + [ + "Ġsl", + "udge" + ], + [ + "at", + "che" + ], + [ + "atch", + "e" + ], + [ + "Ġp", + "ants" + ], + [ + "Ġpan", + "ts" + ], + [ + "Ġpant", + "s" + ], + [ + "a", + "rers" + ], + [ + "ar", + "ers" + ], + [ + "are", + "rs" + ], + [ + "arer", + "s" + ], + [ + "Ġco", + "ils" + ], + [ + "Ġcoil", + "s" + ], + [ + "ĠS", + "hi" + ], + [ + "ĠSh", + "i" + ], + [ + "e", + "nes" + ], + [ + "en", + "es" + ], + [ + "ene", + "s" + ], + [ + "Ġm", + "ell" + ], + [ + "Ġme", + "ll" + ], + [ + "Ġmel", + "l" + ], + [ + "s", + "tery" + ], + [ + "st", + "ery" + ], + [ + "ster", + "y" + ], + [ + "ste", + "ry" + ], + [ + "Ġim", + "press" + ], + [ + "Ġimp", + "ress" + ], + [ + "ose", + "xuality" + ], + [ + "osexual", + "ity" + ], + [ + "r", + "itic" + ], + [ + "ri", + "tic" + ], + [ + "rit", + "ic" + ], + [ + "riti", + "c" + ], + [ + "ĠAs", + "per" + ], + [ + "ĠAsp", + "er" + ], + [ + "um", + "bar" + ], + [ + "umb", + "ar" + ], + [ + "umba", + "r" + ], + [ + "Ġdown", + "loading" + ], + [ + "Ġdownload", + "ing" + ], + [ + "Ġcru", + "elty" + ], + [ + "Ġcruel", + "ty" + ], + [ + "Ġcylind", + "rical" + ], + [ + "Ġtax", + "payers" + ], + [ + "Ġtaxp", + "ayers" + ], + [ + "Ġtaxpayer", + "s" + ], + [ + "Ġr", + "elics" + ], + [ + "Ġrel", + "ics" + ], + [ + "Ġrelic", + "s" + ], + [ + "L", + "ocation" + ], + [ + "Lo", + "cation" + ], + [ + "Loc", + "ation" + ], + [ + "Ġre", + "ap" + ], + [ + "Ġat", + "roc" + ], + [ + "Ġsp", + "rays" + ], + [ + "Ġspray", + "s" + ], + [ + "Ġspr", + "ays" + ], + [ + "o", + "sts" + ], + [ + "os", + "ts" + ], + [ + "ost", + "s" + ], + [ + "yn", + "chron" + ], + [ + "Ġ", + "Managing" + ], + [ + "ĠMan", + "aging" + ], + [ + "Ġrod", + "ent" + ], + [ + "Ġrode", + "nt" + ], + [ + "âĤ¬", + "âĦ¢" + ], + [ + "Ġw", + "andering" + ], + [ + "Ġwand", + "ering" + ], + [ + "Ġwander", + "ing" + ], + [ + "Ġannoy", + "ing" + ], + [ + "c", + "hat" + ], + [ + "ch", + "at" + ], + [ + "cha", + "t" + ], + [ + "Ġor", + "thodont" + ], + [ + "Ġorth", + "odont" + ], + [ + "Ġcontin", + "ual" + ], + [ + "Ġident", + "ifiable" + ], + [ + "ĠDe", + "af" + ], + [ + "Ġsix", + "teenth" + ], + [ + "Ġsixteen", + "th" + ], + [ + "ĠNe", + "igh" + ], + [ + "Ġanaly", + "zes" + ], + [ + "Ġanalyze", + "s" + ], + [ + "Ġcounter", + "act" + ], + [ + "Ġnarrow", + "ing" + ], + [ + "Ġnarr", + "owing" + ], + [ + "Ġnar", + "rowing" + ], + [ + "ĠLegisl", + "ature" + ], + [ + "/", + "v" + ], + [ + "Ġse", + "gregated" + ], + [ + "Ġsegreg", + "ated" + ], + [ + "Ġ", + "Grades" + ], + [ + "ĠG", + "rades" + ], + [ + "ĠGra", + "des" + ], + [ + "ĠGr", + "ades" + ], + [ + "ĠGrade", + "s" + ], + [ + "ĠGrad", + "es" + ], + [ + "Ġt", + "ram" + ], + [ + "Ġtra", + "m" + ], + [ + "Ġtr", + "am" + ], + [ + "Ġdist", + "ancing" + ], + [ + "Ġdr", + "ills" + ], + [ + "Ġdrill", + "s" + ], + [ + "ĠM", + "orning" + ], + [ + "ĠMor", + "ning" + ], + [ + "Ġbow", + "ls" + ], + [ + "Ġbowl", + "s" + ], + [ + "Ġalt", + "itudes" + ], + [ + "Ġaltitude", + "s" + ], + [ + "Ġid", + "ol" + ], + [ + "Ġ", + "Principal" + ], + [ + "ĠPrinc", + "ipal" + ], + [ + "ĠPrincip", + "al" + ], + [ + "ĠFac", + "ility" + ], + [ + "ĠFacilit", + "y" + ], + [ + "Ġ", + "ESL" + ], + [ + "ĠE", + "SL" + ], + [ + "ĠES", + "L" + ], + [ + "sever", + "ance" + ], + [ + "a", + "q" + ], + [ + "as", + "ured" + ], + [ + "asure", + "d" + ], + [ + "asu", + "red" + ], + [ + "asur", + "ed" + ], + [ + "ĠP", + "rison" + ], + [ + "ĠPr", + "ison" + ], + [ + "ĠPri", + "son" + ], + [ + "ĠPris", + "on" + ], + [ + "Ġh", + "acking" + ], + [ + "Ġha", + "cking" + ], + [ + "Ġhack", + "ing" + ], + [ + "ph", + "rine" + ], + [ + "Ġinv", + "itation" + ], + [ + "Ġcar", + "ving" + ], + [ + "un", + "ding" + ], + [ + "und", + "ing" + ], + [ + "undi", + "ng" + ], + [ + "Ġret", + "rieved" + ], + [ + "Ġretrie", + "ved" + ], + [ + "Ġretrieve", + "d" + ], + [ + "Ġd", + "elve" + ], + [ + "Ġdel", + "ve" + ], + [ + "-", + "disc" + ], + [ + "-d", + "isc" + ], + [ + "-dis", + "c" + ], + [ + "-di", + "sc" + ], + [ + "ĠTra", + "ffic" + ], + [ + "Ġme", + "rits" + ], + [ + "Ġmer", + "its" + ], + [ + "Ġmerit", + "s" + ], + [ + "Ġmel", + "ody" + ], + [ + "Ġmelod", + "y" + ], + [ + "Stud", + "ent" + ], + [ + "ĠPhilipp", + "ine" + ], + [ + "ĠPhilip", + "pine" + ], + [ + "Ġ", + "Walking" + ], + [ + "ĠW", + "alking" + ], + [ + "ĠWal", + "king" + ], + [ + "ĠWalk", + "ing" + ], + [ + "ĠSalv", + "ador" + ], + [ + "P", + "rop" + ], + [ + "Pro", + "p" + ], + [ + "Pr", + "op" + ], + [ + "ĠS", + "ask" + ], + [ + "ĠSa", + "sk" + ], + [ + "ĠSas", + "k" + ], + [ + "t", + "house" + ], + [ + "th", + "ouse" + ], + [ + "ĠH", + "ers" + ], + [ + "ĠHe", + "rs" + ], + [ + "ĠHer", + "s" + ], + [ + "en", + "sen" + ], + [ + "ens", + "en" + ], + [ + "ense", + "n" + ], + [ + "Ġsc", + "issors" + ], + [ + "ĠUn", + "its" + ], + [ + "ĠUnit", + "s" + ], + [ + "edi", + "ately" + ], + [ + "ediate", + "ly" + ], + [ + "Ġharm", + "onic" + ], + [ + "Ġhar", + "monic" + ], + [ + "Ġharmon", + "ic" + ], + [ + "Ġtail", + "or" + ], + [ + "Ġtai", + "lor" + ], + [ + "Ġ", + "Listening" + ], + [ + "ĠList", + "ening" + ], + [ + "ĠListen", + "ing" + ], + [ + "ĠWar", + "saw" + ], + [ + "ĠWars", + "aw" + ], + [ + "Ġintu", + "ition" + ], + [ + "Interest", + "ingly" + ], + [ + "Interesting", + "ly" + ], + [ + "Never", + "theless" + ], + [ + "ĠPeter", + "sburg" + ], + [ + "ĠPeters", + "burg" + ], + [ + "Ġg", + "rit" + ], + [ + "Ġgr", + "it" + ], + [ + "Ġgri", + "t" + ], + [ + "o", + "tting" + ], + [ + "ot", + "ting" + ], + [ + "ott", + "ing" + ], + [ + "otti", + "ng" + ], + [ + "ĠW", + "ake" + ], + [ + "ĠWa", + "ke" + ], + [ + "ĠWak", + "e" + ], + [ + "ish", + "able" + ], + [ + "isha", + "ble" + ], + [ + "ĠK", + "rishna" + ], + [ + "ĠKrish", + "na" + ], + [ + "Ġdec", + "ree" + ], + [ + "Ġdecre", + "e" + ], + [ + "Ġhuman", + "ities" + ], + [ + "Ġcal", + "ming" + ], + [ + "Ġcalm", + "ing" + ], + [ + "i", + "ked" + ], + [ + "ike", + "d" + ], + [ + "ik", + "ed" + ], + [ + "Ġaccess", + "ories" + ], + [ + "Ġhospital", + "ized" + ], + [ + "Ġexpon", + "entially" + ], + [ + "Ġexponential", + "ly" + ], + [ + "Ġexponent", + "ially" + ], + [ + "f", + "u" + ], + [ + "p", + "ublic" + ], + [ + "pub", + "lic" + ], + [ + "s", + "ch" + ], + [ + "sc", + "h" + ], + [ + "t", + "hus" + ], + [ + "th", + "us" + ], + [ + "Ġ", + "Rib" + ], + [ + "ĠR", + "ib" + ], + [ + "ĠRi", + "b" + ], + [ + "Ġ", + "flamm" + ], + [ + "Ġfl", + "amm" + ], + [ + "-", + "service" + ], + [ + "-s", + "ervice" + ], + [ + "Ġoccur", + "rences" + ], + [ + "Ġoccurrence", + "s" + ], + [ + "Ġclean", + "up" + ], + [ + "Ġcontrast", + "s" + ], + [ + "Ġcontra", + "sts" + ], + [ + "Ġ", + "Equal" + ], + [ + "ĠE", + "qual" + ], + [ + "ĠEqu", + "al" + ], + [ + "I", + "SA" + ], + [ + "IS", + "A" + ], + [ + "P", + "ass" + ], + [ + "Pa", + "ss" + ], + [ + "Pas", + "s" + ], + [ + "c", + "ue" + ], + [ + "cu", + "e" + ], + [ + "Ġ", + "aur" + ], + [ + "Ġa", + "ur" + ], + [ + "Ġau", + "r" + ], + [ + "i", + "date" + ], + [ + "id", + "ate" + ], + [ + "ida", + "te" + ], + [ + "o", + "social" + ], + [ + "os", + "ocial" + ], + [ + "oso", + "cial" + ], + [ + "Ġr", + "ashes" + ], + [ + "Ġrash", + "es" + ], + [ + "Ġle", + "aking" + ], + [ + "Ġleak", + "ing" + ], + [ + "Ġr", + "ightly" + ], + [ + "Ġright", + "ly" + ], + [ + "Ġgr", + "ids" + ], + [ + "Ġgrid", + "s" + ], + [ + "Ġgri", + "ds" + ], + [ + "ĠComm", + "ander" + ], + [ + "ĠCommand", + "er" + ], + [ + "A", + "RN" + ], + [ + "AR", + "N" + ], + [ + "Ġdet", + "ects" + ], + [ + "Ġdetect", + "s" + ], + [ + "Ġfine", + "ly" + ], + [ + "Ġass", + "ertion" + ], + [ + "Ġassert", + "ion" + ], + [ + "ĠSh", + "erman" + ], + [ + "ĠSher", + "man" + ], + [ + "Ġdisp", + "uted" + ], + [ + "Ġdisput", + "ed" + ], + [ + "Ġdispute", + "d" + ], + [ + "Ġ", + "Quantum" + ], + [ + "ĠQuant", + "um" + ], + [ + "occup", + "ied" + ], + [ + "C", + "F" + ], + [ + "l", + "m" + ], + [ + "is", + "se" + ], + [ + "iss", + "e" + ], + [ + "Ġ", + "dB" + ], + [ + "Ġd", + "B" + ], + [ + "le", + "af" + ], + [ + "Ġ", + "lyn" + ], + [ + "Ġl", + "yn" + ], + [ + "Ġly", + "n" + ], + [ + "Ġ", + "gle" + ], + [ + "Ġg", + "le" + ], + [ + "Ġgl", + "e" + ], + [ + "i", + "mir" + ], + [ + "im", + "ir" + ], + [ + "imi", + "r" + ], + [ + "e", + "mb" + ], + [ + "em", + "b" + ], + [ + "ĠR", + "oh" + ], + [ + "ĠRo", + "h" + ], + [ + "u", + "nal" + ], + [ + "un", + "al" + ], + [ + "una", + "l" + ], + [ + "Ġ", + "arte" + ], + [ + "Ġar", + "te" + ], + [ + "Ġart", + "e" + ], + [ + "Ġinv", + "iting" + ], + [ + "Ġyellow", + "ish" + ], + [ + "qu", + "iries" + ], + [ + "quir", + "ies" + ], + [ + "qui", + "ries" + ], + [ + "ĠWeek", + "ly" + ], + [ + "ĠP", + "rinting" + ], + [ + "ĠPrint", + "ing" + ], + [ + "Ġvow", + "els" + ], + [ + "Ġvowel", + "s" + ], + [ + "ĠUC", + "LA" + ], + [ + "ĠUCL", + "A" + ], + [ + "Ġillum", + "ination" + ], + [ + "Ġillumin", + "ation" + ], + [ + "Ġcongress", + "ional" + ], + [ + "Ġavoc", + "ado" + ], + [ + "mi", + "dt" + ], + [ + "mid", + "t" + ], + [ + "l", + "it" + ], + [ + "li", + "t" + ], + [ + "le", + "arning" + ], + [ + "learn", + "ing" + ], + [ + "lear", + "ning" + ], + [ + "Ġl", + "ately" + ], + [ + "Ġlate", + "ly" + ], + [ + "ĠT", + "ak" + ], + [ + "ĠTa", + "k" + ], + [ + "ĠJ", + "ar" + ], + [ + "ĠJa", + "r" + ], + [ + "an", + "go" + ], + [ + "ang", + "o" + ], + [ + "Ġhand", + "ic" + ], + [ + "-", + "gu" + ], + [ + "-g", + "u" + ], + [ + "-", + "breaking" + ], + [ + "-bre", + "aking" + ], + [ + "ĠL", + "ibraries" + ], + [ + "ĠLibr", + "aries" + ], + [ + "ĠLibra", + "ries" + ], + [ + "Ġartificial", + "ly" + ], + [ + "Ġartif", + "icially" + ], + [ + "Ġartific", + "ially" + ], + [ + "Ġ", + "manned" + ], + [ + "Ġman", + "ned" + ], + [ + "Ġ", + "quart" + ], + [ + "Ġqu", + "art" + ], + [ + "Ġquar", + "t" + ], + [ + "Ġq", + "uart" + ], + [ + "Ġcar", + "riage" + ], + [ + "Ġcomplex", + "ities" + ], + [ + "Ġdevast", + "ated" + ], + [ + "Ġdevastate", + "d" + ], + [ + "ĠSom", + "alia" + ], + [ + "ĠSomal", + "ia" + ], + [ + "ĠSomali", + "a" + ], + [ + "Ġo", + "ath" + ], + [ + "Ġoat", + "h" + ], + [ + "Ġb", + "umps" + ], + [ + "Ġbump", + "s" + ], + [ + "Ġ", + "Same" + ], + [ + "ĠS", + "ame" + ], + [ + "ĠSam", + "e" + ], + [ + "ĠSa", + "me" + ], + [ + "e", + "ctive" + ], + [ + "ect", + "ive" + ], + [ + "os", + "omal" + ], + [ + "oso", + "mal" + ], + [ + "osom", + "al" + ], + [ + "osoma", + "l" + ], + [ + "Ġlaw", + "makers" + ], + [ + "ĠMod", + "els" + ], + [ + "ĠModel", + "s" + ], + [ + "ĠMode", + "ls" + ], + [ + "Ġpreced", + "ent" + ], + [ + "Ġprecede", + "nt" + ], + [ + "Ġ", + "Points" + ], + [ + "ĠPo", + "ints" + ], + [ + "ĠPoint", + "s" + ], + [ + "C", + "ES" + ], + [ + "CE", + "S" + ], + [ + "Ġs", + "ights" + ], + [ + "Ġsight", + "s" + ], + [ + "Ġsigh", + "ts" + ], + [ + "Ġf", + "ist" + ], + [ + "Ġfi", + "st" + ], + [ + "a", + "rine" + ], + [ + "ar", + "ine" + ], + [ + "ari", + "ne" + ], + [ + "arin", + "e" + ], + [ + "ĠT", + "ony" + ], + [ + "ĠTo", + "ny" + ], + [ + "ĠTon", + "y" + ], + [ + "ĠF", + "ol" + ], + [ + "ĠFo", + "l" + ], + [ + "Ġ", + "ups" + ], + [ + "Ġu", + "ps" + ], + [ + "Ġup", + "s" + ], + [ + "Ġwork", + "flow" + ], + [ + "r", + "opy" + ], + [ + "ro", + "py" + ], + [ + "rop", + "y" + ], + [ + "Ġp", + "rogen" + ], + [ + "Ġpro", + "gen" + ], + [ + "Ġpr", + "ogen" + ], + [ + "Ġprog", + "en" + ], + [ + "duc", + "ive" + ], + [ + "Ġsymbol", + "izes" + ], + [ + "Ġsymbolize", + "s" + ], + [ + "ĠC", + "orp" + ], + [ + "ĠCor", + "p" + ], + [ + "Ġirrit", + "able" + ], + [ + "Ġ", + "Leaders" + ], + [ + "ĠLe", + "aders" + ], + [ + "ĠLead", + "ers" + ], + [ + "ĠLeader", + "s" + ], + [ + "ĠLea", + "ders" + ], + [ + "arb", + "onate" + ], + [ + "arbon", + "ate" + ], + [ + "Ġ", + "Background" + ], + [ + "ĠBack", + "ground" + ], + [ + "May", + "be" + ], + [ + "Ġborrow", + "ing" + ], + [ + "Ġbor", + "rowing" + ], + [ + "Ġhon", + "esty" + ], + [ + "Ġho", + "nesty" + ], + [ + "Ġhonest", + "y" + ], + [ + "Ġhone", + "sty" + ], + [ + "Ġair", + "ports" + ], + [ + "Ġairport", + "s" + ], + [ + "ĠLiver", + "pool" + ], + [ + "Ġtrop", + "ics" + ], + [ + "Ġch", + "ase" + ], + [ + "Ġcha", + "se" + ], + [ + "Ġpred", + "ecessor" + ], + [ + "sh", + "ould" + ], + [ + "Ġinc", + "ubation" + ], + [ + "Ġincub", + "ation" + ], + [ + "Ġ", + "Recommend" + ], + [ + "ĠRecomm", + "end" + ], + [ + "usch", + "witz" + ], + [ + "Ġ", + "String" + ], + [ + "ĠSt", + "ring" + ], + [ + "ĠStr", + "ing" + ], + [ + "ĠStri", + "ng" + ], + [ + "Ġ", + "Chat" + ], + [ + "ĠC", + "hat" + ], + [ + "ĠCh", + "at" + ], + [ + "ĠCha", + "t" + ], + [ + "Ġd", + "owns" + ], + [ + "Ġdown", + "s" + ], + [ + "Ġdow", + "ns" + ], + [ + "ator", + "ium" + ], + [ + "ato", + "rium" + ], + [ + "Ġpast", + "oral" + ], + [ + "Ġpastor", + "al" + ], + [ + "Ġins", + "ertion" + ], + [ + "Ġinsert", + "ion" + ], + [ + "Ġinterpret", + "er" + ], + [ + "Ġinterpre", + "ter" + ], + [ + "ĠMR", + "SA" + ], + [ + "ĠShan", + "ghai" + ], + [ + "ĠShang", + "hai" + ], + [ + "-", + "form" + ], + [ + "-f", + "orm" + ], + [ + "-for", + "m" + ], + [ + "Ġre", + "he" + ], + [ + "Ġreh", + "e" + ], + [ + "Ġ", + "AST" + ], + [ + "ĠA", + "ST" + ], + [ + "ĠAS", + "T" + ], + [ + "Ġcon", + "sole" + ], + [ + "Ġcons", + "ole" + ], + [ + "ic", + "als" + ], + [ + "ical", + "s" + ], + [ + "ica", + "ls" + ], + [ + "Ġimp", + "lements" + ], + [ + "Ġimplement", + "s" + ], + [ + "-", + "high" + ], + [ + "-h", + "igh" + ], + [ + "Ġrail", + "roads" + ], + [ + "Ġrailroad", + "s" + ], + [ + "-", + "season" + ], + [ + "-se", + "ason" + ], + [ + "-sea", + "son" + ], + [ + "Ġn", + "obility" + ], + [ + "Ġnob", + "ility" + ], + [ + "Ġburden", + "s" + ], + [ + "Ġburd", + "ens" + ], + [ + "V", + "e" + ], + [ + "b", + "ons" + ], + [ + "bon", + "s" + ], + [ + "bo", + "ns" + ], + [ + "ĠP", + "ere" + ], + [ + "ĠPe", + "re" + ], + [ + "ĠPer", + "e" + ], + [ + "ud", + "ge" + ], + [ + "Ġ", + "cler" + ], + [ + "Ġc", + "ler" + ], + [ + "Ġcl", + "er" + ], + [ + "Ġcle", + "r" + ], + [ + "Ġf", + "locks" + ], + [ + "Ġfl", + "ocks" + ], + [ + "Ġflo", + "cks" + ], + [ + "Ġflock", + "s" + ], + [ + "Ġp", + "otting" + ], + [ + "Ġpo", + "tting" + ], + [ + "Ġpot", + "ting" + ], + [ + "Ġmus", + "cul" + ], + [ + "Ġnorth", + "western" + ], + [ + "Ġnorthwest", + "ern" + ], + [ + "EN", + "TS" + ], + [ + "ENT", + "S" + ], + [ + "Ġre", + "building" + ], + [ + "Ġreb", + "uilding" + ], + [ + "Ġrebuild", + "ing" + ], + [ + "Ġ", + "Setting" + ], + [ + "ĠS", + "etting" + ], + [ + "ĠSe", + "tting" + ], + [ + "ĠSet", + "ting" + ], + [ + "ĠSett", + "ing" + ], + [ + "Ġ", + "Identification" + ], + [ + "ĠIdent", + "ification" + ], + [ + "ĠPM", + "ID" + ], + [ + "Ke", + "eping" + ], + [ + "Keep", + "ing" + ], + [ + "ĠConstant", + "ine" + ], + [ + "ĠConst", + "antine" + ], + [ + "ĠConstantin", + "e" + ], + [ + "ĠExped", + "ition" + ], + [ + "n", + "or" + ], + [ + "no", + "r" + ], + [ + "â", + "Ī" + ], + [ + "Ġc", + "reek" + ], + [ + "Ġcre", + "ek" + ], + [ + "Ġcr", + "eek" + ], + [ + "a", + "rist" + ], + [ + "ar", + "ist" + ], + [ + "ari", + "st" + ], + [ + "aris", + "t" + ], + [ + "Ġst", + "alks" + ], + [ + "Ġstalk", + "s" + ], + [ + "Ġstal", + "ks" + ], + [ + "a", + "dh" + ], + [ + "ad", + "h" + ], + [ + "e", + "mann" + ], + [ + "em", + "ann" + ], + [ + "ema", + "nn" + ], + [ + "eman", + "n" + ], + [ + "ĠH", + "av" + ], + [ + "ĠHa", + "v" + ], + [ + "Ġun", + "anim" + ], + [ + "ĠJul", + "ian" + ], + [ + "ĠJulia", + "n" + ], + [ + "ĠB", + "urns" + ], + [ + "ĠBur", + "ns" + ], + [ + "ĠBurn", + "s" + ], + [ + "Ġfuture", + "s" + ], + [ + "Ġfut", + "ures" + ], + [ + "Ġpron", + "ouns" + ], + [ + "Ġpronoun", + "s" + ], + [ + "Ġ", + "ted" + ], + [ + "Ġt", + "ed" + ], + [ + "Ġte", + "d" + ], + [ + "ĠP", + "ue" + ], + [ + "ĠPu", + "e" + ], + [ + "ĠB", + "un" + ], + [ + "ĠBu", + "n" + ], + [ + "Ġcomp", + "atibility" + ], + [ + "Ġser", + "pent" + ], + [ + "Ġre", + "alism" + ], + [ + "Ġreal", + "ism" + ], + [ + "Ġs", + "aturation" + ], + [ + "Ġsat", + "uration" + ], + [ + "I", + "mm" + ], + [ + "Im", + "m" + ], + [ + "Ġ", + "Sudden" + ], + [ + "ĠSud", + "den" + ], + [ + "Ġphot", + "ographers" + ], + [ + "Ġphotograph", + "ers" + ], + [ + "Ġphotograp", + "hers" + ], + [ + "Ġphotographer", + "s" + ], + [ + "R", + "eal" + ], + [ + "Re", + "al" + ], + [ + "Ġ", + "Mold" + ], + [ + "ĠM", + "old" + ], + [ + "ĠMo", + "ld" + ], + [ + "ĠMol", + "d" + ], + [ + "ĠB", + "und" + ], + [ + "ĠBu", + "nd" + ], + [ + "ĠBun", + "d" + ], + [ + "ĠH", + "ash" + ], + [ + "ĠHa", + "sh" + ], + [ + "ĠHas", + "h" + ], + [ + "re", + "ative" + ], + [ + "reat", + "ive" + ], + [ + "as", + "sy" + ], + [ + "ass", + "y" + ], + [ + "Ġdet", + "ention" + ], + [ + "Ġconst", + "rained" + ], + [ + "Ġconstra", + "ined" + ], + [ + "Ġconstrain", + "ed" + ], + [ + "Ġm", + "otto" + ], + [ + "Ġmot", + "to" + ], + [ + "Ġmo", + "tto" + ], + [ + "Ġmott", + "o" + ], + [ + "Ġprop", + "onents" + ], + [ + "Ġproponent", + "s" + ], + [ + "Ġ", + "Reducing" + ], + [ + "ĠR", + "educing" + ], + [ + "ĠRed", + "ucing" + ], + [ + "Ġ", + "Organizations" + ], + [ + "ĠOrgan", + "izations" + ], + [ + "ĠOrganization", + "s" + ], + [ + "l", + "arge" + ], + [ + "lar", + "ge" + ], + [ + "Get", + "ty" + ], + [ + "Ġcirc", + "ulate" + ], + [ + "Ġcircul", + "ate" + ], + [ + "uis", + "ance" + ], + [ + "Ġt", + "etra" + ], + [ + "Ġte", + "tra" + ], + [ + "Ġtet", + "ra" + ], + [ + "in", + "atory" + ], + [ + "inator", + "y" + ], + [ + "Ġ", + "vents" + ], + [ + "Ġv", + "ents" + ], + [ + "Ġvent", + "s" + ], + [ + "Ġven", + "ts" + ], + [ + "Ġsp", + "leen" + ], + [ + "Ġspl", + "een" + ], + [ + "Ġam", + "ended" + ], + [ + "Ġamend", + "ed" + ], + [ + "Ġamen", + "ded" + ], + [ + "Ġfl", + "ashes" + ], + [ + "Ġflash", + "es" + ], + [ + "ou", + "nces" + ], + [ + "oun", + "ces" + ], + [ + "ounce", + "s" + ], + [ + "Ġhy", + "pers" + ], + [ + "Ġhyp", + "ers" + ], + [ + "Ġhyper", + "s" + ], + [ + "Ġhype", + "rs" + ], + [ + "ĠDis", + "aster" + ], + [ + "Ġb", + "lows" + ], + [ + "Ġbl", + "ows" + ], + [ + "Ġblow", + "s" + ], + [ + "Ġblo", + "ws" + ], + [ + "Ġ", + "Establish" + ], + [ + "ĠEst", + "ablish" + ], + [ + "L", + "aw" + ], + [ + "La", + "w" + ], + [ + "Ġb", + "rom" + ], + [ + "Ġbr", + "om" + ], + [ + "Ġbro", + "m" + ], + [ + "g", + "eal" + ], + [ + "ge", + "al" + ], + [ + "o", + "unting" + ], + [ + "ount", + "ing" + ], + [ + "oun", + "ting" + ], + [ + "Ġrem", + "inis" + ], + [ + "Ġremin", + "is" + ], + [ + "ĠPres", + "ervation" + ], + [ + "Ġrat", + "ified" + ], + [ + "ĠBel", + "arus" + ], + [ + "ĠHol", + "mes" + ], + [ + "Ġscript", + "ures" + ], + [ + "Ġscripture", + "s" + ], + [ + "enh", + "ower" + ], + [ + "ĠFried", + "rich" + ], + [ + "ĠConfeder", + "acy" + ], + [ + "Ġm", + "orbidity" + ], + [ + "Ġmorb", + "idity" + ], + [ + "Ġmorbid", + "ity" + ], + [ + "-Sax", + "on" + ], + [ + "Ġre", + "de" + ], + [ + "Ġr", + "ede" + ], + [ + "Ġred", + "e" + ], + [ + "ir", + "ling" + ], + [ + "irl", + "ing" + ], + [ + "Ġ", + "Meth" + ], + [ + "ĠM", + "eth" + ], + [ + "ĠMe", + "th" + ], + [ + "ĠMet", + "h" + ], + [ + "an", + "tis" + ], + [ + "ant", + "is" + ], + [ + "anti", + "s" + ], + [ + "ĠH", + "ack" + ], + [ + "ĠHa", + "ck" + ], + [ + "Ġ", + "LAN" + ], + [ + "ĠL", + "AN" + ], + [ + "ĠLA", + "N" + ], + [ + "ĠV", + "lad" + ], + [ + "E", + "RY" + ], + [ + "ER", + "Y" + ], + [ + "ĠG", + "len" + ], + [ + "ĠGl", + "en" + ], + [ + "ĠGle", + "n" + ], + [ + "Ġindustrial", + "ized" + ], + [ + "Ġforeign", + "ers" + ], + [ + "Ġforeigner", + "s" + ], + [ + "ĠH", + "azard" + ], + [ + "ĠHaz", + "ard" + ], + [ + "Ġpilgrim", + "s" + ], + [ + "Ġhydroc", + "arbons" + ], + [ + "Ġhydrocarbon", + "s" + ], + [ + "s", + "chool" + ], + [ + "sch", + "ool" + ], + [ + "Ġ", + "Sales" + ], + [ + "ĠS", + "ales" + ], + [ + "ĠSal", + "es" + ], + [ + "ĠSa", + "les" + ], + [ + "ĠSale", + "s" + ], + [ + "ĠP", + "ip" + ], + [ + "ĠPi", + "p" + ], + [ + "ore", + "xia" + ], + [ + "u", + "ned" + ], + [ + "un", + "ed" + ], + [ + "une", + "d" + ], + [ + "Ġfree", + "zer" + ], + [ + "Ġfreeze", + "r" + ], + [ + "Ġer", + "adic" + ], + [ + "Ġerad", + "ic" + ], + [ + "Ġ", + "starter" + ], + [ + "Ġst", + "arter" + ], + [ + "Ġstart", + "er" + ], + [ + "Ġstar", + "ter" + ], + [ + "oc", + "yan" + ], + [ + "ocy", + "an" + ], + [ + "gu", + "ard" + ], + [ + "Ġexpon", + "ential" + ], + [ + "Ġexponent", + "ial" + ], + [ + "R", + "F" + ], + [ + "ĠB", + "av" + ], + [ + "ĠBa", + "v" + ], + [ + "ĠL", + "uis" + ], + [ + "ĠLu", + "is" + ], + [ + "ĠU", + "ran" + ], + [ + "ĠUr", + "an" + ], + [ + "Ġpres", + "erves" + ], + [ + "Ġpreserve", + "s" + ], + [ + "Ġpreserv", + "es" + ], + [ + "ib", + "erian" + ], + [ + "iber", + "ian" + ], + [ + "iberia", + "n" + ], + [ + "ibe", + "rian" + ], + [ + "Ġ", + "Accordingly" + ], + [ + "ĠAccording", + "ly" + ], + [ + "ĠAccord", + "ingly" + ], + [ + "ĠBel", + "gian" + ], + [ + "ĠBelg", + "ian" + ], + [ + "ĠBulgar", + "ia" + ], + [ + "Ġla", + "zy" + ], + [ + "Ġlaz", + "y" + ], + [ + "O", + "p" + ], + [ + "O", + "pt" + ], + [ + "Op", + "t" + ], + [ + "al", + "ism" + ], + [ + "ali", + "sm" + ], + [ + "alis", + "m" + ], + [ + "ĠL", + "if" + ], + [ + "ĠLi", + "f" + ], + [ + "Ġ", + "Lip" + ], + [ + "ĠL", + "ip" + ], + [ + "ĠLi", + "p" + ], + [ + "ĠI", + "tal" + ], + [ + "ĠIt", + "al" + ], + [ + "Ġav", + "oids" + ], + [ + "Ġavoid", + "s" + ], + [ + "Ġorgan", + "izers" + ], + [ + "Ġorganize", + "rs" + ], + [ + "Ġorganizer", + "s" + ], + [ + "I", + "Ds" + ], + [ + "ID", + "s" + ], + [ + "Ġcamp", + "uses" + ], + [ + "Ġcampus", + "es" + ], + [ + "Ġm", + "ixes" + ], + [ + "Ġmix", + "es" + ], + [ + "Ġmi", + "xes" + ], + [ + "ĠB", + "iography" + ], + [ + "ĠBi", + "ography" + ], + [ + "Ġsupplement", + "ed" + ], + [ + "Ġsupple", + "mented" + ], + [ + "Ġb", + "aths" + ], + [ + "Ġbat", + "hs" + ], + [ + "Ġbath", + "s" + ], + [ + "Ġba", + "ths" + ], + [ + "H", + "L" + ], + [ + "w", + "ritten" + ], + [ + "Ï", + "ĥ" + ], + [ + "Ġs", + "way" + ], + [ + "Ġsw", + "ay" + ], + [ + "ĠH", + "olid" + ], + [ + "ĠHol", + "id" + ], + [ + "ĠHo", + "lid" + ], + [ + "ĠHoli", + "d" + ], + [ + "Ġwork", + "ings" + ], + [ + "Ġworking", + "s" + ], + [ + "Ġ", + "assay" + ], + [ + "Ġas", + "say" + ], + [ + "Ġass", + "ay" + ], + [ + "Ġ", + "Gradu" + ], + [ + "ĠGra", + "du" + ], + [ + "ĠGr", + "adu" + ], + [ + "ĠGrad", + "u" + ], + [ + "w", + "oods" + ], + [ + "wood", + "s" + ], + [ + "wo", + "ods" + ], + [ + "Ġ", + "ambig" + ], + [ + "Ġam", + "big" + ], + [ + "Ġamb", + "ig" + ], + [ + "Ġpor", + "celain" + ], + [ + "Af", + "rican" + ], + [ + "Africa", + "n" + ], + [ + "T", + "L" + ], + [ + "r", + "ances" + ], + [ + "ra", + "nces" + ], + [ + "ran", + "ces" + ], + [ + "rance", + "s" + ], + [ + "t", + "ens" + ], + [ + "te", + "ns" + ], + [ + "ten", + "s" + ], + [ + "Ġse", + "ize" + ], + [ + "Ġseiz", + "e" + ], + [ + "r", + "owning" + ], + [ + "row", + "ning" + ], + [ + "rown", + "ing" + ], + [ + "Ġwater", + "y" + ], + [ + "Ġwa", + "tery" + ], + [ + "Ġwat", + "ery" + ], + [ + "Ġne", + "uropathy" + ], + [ + "Ġneuro", + "pathy" + ], + [ + "Ġneur", + "opathy" + ], + [ + "Ġneu", + "ropathy" + ], + [ + "Ġneurop", + "athy" + ], + [ + "Ġneuropath", + "y" + ], + [ + "|", + "W" + ], + [ + "Ġon", + "board" + ], + [ + "Ġ", + "PF" + ], + [ + "ĠP", + "F" + ], + [ + "Ġnot", + "eworthy" + ], + [ + "Ġnote", + "worthy" + ], + [ + "or", + "ms" + ], + [ + "orm", + "s" + ], + [ + "Ġrel", + "apse" + ], + [ + "as", + "king" + ], + [ + "ask", + "ing" + ], + [ + "aski", + "ng" + ], + [ + "Ġlip", + "ids" + ], + [ + "Ġlipid", + "s" + ], + [ + "Ġacknowled", + "ging" + ], + [ + "ĠTheod", + "ore" + ], + [ + "ĠTheodor", + "e" + ], + [ + "E", + "uropean" + ], + [ + "Europe", + "an" + ], + [ + "z", + "el" + ], + [ + "ze", + "l" + ], + [ + "st", + "ice" + ], + [ + "stic", + "e" + ], + [ + "Ġun", + "know" + ], + [ + "Ġ", + "Context" + ], + [ + "ĠCon", + "text" + ], + [ + "ĠCont", + "ext" + ], + [ + "u", + "kary" + ], + [ + "uk", + "ary" + ], + [ + "uka", + "ry" + ], + [ + "Ġacad", + "emia" + ], + [ + "-", + "three" + ], + [ + "-th", + "ree" + ], + [ + "Ġscan", + "ned" + ], + [ + "ĠScot", + "ia" + ], + [ + "Qu", + "estions" + ], + [ + "Question", + "s" + ], + [ + "Quest", + "ions" + ], + [ + "b", + "aum" + ], + [ + "ba", + "um" + ], + [ + ".n", + "ih" + ], + [ + "Ġ", + "Damage" + ], + [ + "ĠDam", + "age" + ], + [ + "Ġentrepreneurs", + "hip" + ], + [ + "Ġentrepreneur", + "ship" + ], + [ + "Ġsquir", + "rel" + ], + [ + "Ġtu", + "ition" + ], + [ + "hyth", + "m" + ], + [ + "Ġsulph", + "ur" + ], + [ + "Ġ", + "^" + ], + [ + "w", + "right" + ], + [ + "e", + "same" + ], + [ + "es", + "ame" + ], + [ + "esa", + "me" + ], + [ + "Ġal", + "monds" + ], + [ + "Ġalmond", + "s" + ], + [ + "ĠB", + "og" + ], + [ + "ĠBo", + "g" + ], + [ + "Ġhum", + "ane" + ], + [ + "Ġhuman", + "e" + ], + [ + "im", + "ester" + ], + [ + "ime", + "ster" + ], + [ + "imes", + "ter" + ], + [ + "Ġmult", + "icultural" + ], + [ + "Ġmulti", + "cultural" + ], + [ + "Ġmultic", + "ultural" + ], + [ + "a", + "ptic" + ], + [ + "ap", + "tic" + ], + [ + "apt", + "ic" + ], + [ + "Ġsa", + "lv" + ], + [ + "Ġsal", + "v" + ], + [ + "Ġprefer", + "able" + ], + [ + "Ġpref", + "erable" + ], + [ + "ĠMal", + "colm" + ], + [ + "Ġquestion", + "naires" + ], + [ + "Ġquestionna", + "ires" + ], + [ + "Ġquestionnaire", + "s" + ], + [ + "ĠGlac", + "ier" + ], + [ + "Ġcess", + "ation" + ], + [ + "ĠT", + "hem" + ], + [ + "ĠThe", + "m" + ], + [ + "ĠTh", + "em" + ], + [ + "u", + "son" + ], + [ + "us", + "on" + ], + [ + "uso", + "n" + ], + [ + "an", + "ders" + ], + [ + "and", + "ers" + ], + [ + "ander", + "s" + ], + [ + "ande", + "rs" + ], + [ + "Ġweb", + "page" + ], + [ + "amb", + "ique" + ], + [ + "ambi", + "que" + ], + [ + "b", + "lock" + ], + [ + "bl", + "ock" + ], + [ + "blo", + "ck" + ], + [ + "Ġr", + "ubric" + ], + [ + "Ġrub", + "ric" + ], + [ + "Ġminim", + "ise" + ], + [ + "Ġrib", + "s" + ], + [ + "Ġcomp", + "assionate" + ], + [ + "Ġcompassion", + "ate" + ], + [ + "Ġcatar", + "act" + ], + [ + "l", + "ysis" + ], + [ + "ly", + "sis" + ], + [ + "lys", + "is" + ], + [ + "Ġ", + "gn" + ], + [ + "Ġg", + "n" + ], + [ + "Ġ", + "Males" + ], + [ + "ĠM", + "ales" + ], + [ + "ĠMa", + "les" + ], + [ + "ĠMal", + "es" + ], + [ + "ĠMale", + "s" + ], + [ + "p", + "ta" + ], + [ + "pt", + "a" + ], + [ + "Ġsub", + "stitution" + ], + [ + "Ġsubst", + "itution" + ], + [ + "Ġsubstit", + "ution" + ], + [ + "ĠB", + "lake" + ], + [ + "ĠBl", + "ake" + ], + [ + "â̦", + "âĢĿ" + ], + [ + "Ġyou", + "ths" + ], + [ + "Ġyouth", + "s" + ], + [ + "Reg", + "ardless" + ], + [ + "U", + "CT" + ], + [ + "UC", + "T" + ], + [ + "p", + "arent" + ], + [ + "par", + "ent" + ], + [ + "pa", + "rent" + ], + [ + "Ġ", + "wagon" + ], + [ + "Ġw", + "agon" + ], + [ + "Ġwa", + "gon" + ], + [ + "Ġ", + "Moving" + ], + [ + "ĠM", + "oving" + ], + [ + "ĠMo", + "ving" + ], + [ + "ĠMov", + "ing" + ], + [ + "ĠB", + "alk" + ], + [ + "ĠBal", + "k" + ], + [ + "i", + "var" + ], + [ + "iv", + "ar" + ], + [ + "iva", + "r" + ], + [ + "Ġun", + "not" + ], + [ + "Ġunn", + "ot" + ], + [ + "Ġc", + "aul" + ], + [ + "Ġca", + "ul" + ], + [ + "Ġrest", + "ricting" + ], + [ + "Ġrestrict", + "ing" + ], + [ + "Ġ", + "runner" + ], + [ + "Ġrun", + "ner" + ], + [ + "Ġge", + "ese" + ], + [ + "Ġste", + "aling" + ], + [ + "Ġsteal", + "ing" + ], + [ + "ĠJul", + "iet" + ], + [ + "ĠJulie", + "t" + ], + [ + "Ġ", + "Challenges" + ], + [ + "ĠChall", + "enges" + ], + [ + "ĠChallenge", + "s" + ], + [ + "F", + "rank" + ], + [ + "Fr", + "ank" + ], + [ + "S", + "n" + ], + [ + "k", + "an" + ], + [ + "ka", + "n" + ], + [ + "a", + "the" + ], + [ + "at", + "he" + ], + [ + "ath", + "e" + ], + [ + "ĠT", + "all" + ], + [ + "ĠTal", + "l" + ], + [ + "ĠTa", + "ll" + ], + [ + "ĠC", + "riminal" + ], + [ + "ĠCrim", + "inal" + ], + [ + "a", + "tech" + ], + [ + "at", + "ech" + ], + [ + "ate", + "ch" + ], + [ + "Ġ", + "Por" + ], + [ + "ĠP", + "or" + ], + [ + "ĠPo", + "r" + ], + [ + "ĠG", + "rove" + ], + [ + "ĠGr", + "ove" + ], + [ + "ĠGro", + "ve" + ], + [ + "Ġcomp", + "ile" + ], + [ + "Ġcomp", + "artment" + ], + [ + "a", + "ceans" + ], + [ + "ace", + "ans" + ], + [ + "acea", + "ns" + ], + [ + "acean", + "s" + ], + [ + "Ġ", + "Stem" + ], + [ + "ĠS", + "tem" + ], + [ + "ĠSt", + "em" + ], + [ + "ĠSte", + "m" + ], + [ + "ĠC", + "hal" + ], + [ + "ĠCh", + "al" + ], + [ + "ĠCha", + "l" + ], + [ + "Ġref", + "using" + ], + [ + "Ġ", + "visions" + ], + [ + "Ġv", + "isions" + ], + [ + "Ġvis", + "ions" + ], + [ + "Ġvision", + "s" + ], + [ + "-", + "meter" + ], + [ + "-m", + "eter" + ], + [ + "-me", + "ter" + ], + [ + "-met", + "er" + ], + [ + "-", + "through" + ], + [ + "-th", + "rough" + ], + [ + "ife", + "style" + ], + [ + "ifest", + "yle" + ], + [ + "ĠPo", + "ison" + ], + [ + "Ġanthrop", + "ogenic" + ], + [ + ")", + "?" + ], + [ + "p", + "eck" + ], + [ + "pe", + "ck" + ], + [ + "pec", + "k" + ], + [ + "r", + "als" + ], + [ + "ra", + "ls" + ], + [ + "ral", + "s" + ], + [ + "Ġem", + "its" + ], + [ + "Ġemit", + "s" + ], + [ + "l", + "essed" + ], + [ + "les", + "sed" + ], + [ + "less", + "ed" + ], + [ + "ĠNor", + "folk" + ], + [ + "Ġpro", + "hibit" + ], + [ + "Ġprohib", + "it" + ], + [ + "Ġ", + "ART" + ], + [ + "ĠA", + "RT" + ], + [ + "ĠAR", + "T" + ], + [ + "ĠConc", + "ord" + ], + [ + "Ġ", + "ounce" + ], + [ + "Ġoun", + "ce" + ], + [ + "Ġou", + "nce" + ], + [ + "Ġafore", + "mentioned" + ], + [ + "Ġ", + "cue" + ], + [ + "Ġc", + "ue" + ], + [ + "Ġcu", + "e" + ], + [ + "Ġl", + "ou" + ], + [ + "Ġlo", + "u" + ], + [ + "ĠC", + "lement" + ], + [ + "ĠCl", + "ement" + ], + [ + "ĠCle", + "ment" + ], + [ + "u", + "li" + ], + [ + "ul", + "i" + ], + [ + "Ġform", + "ulate" + ], + [ + "Ġformula", + "te" + ], + [ + "in", + "sky" + ], + [ + "ins", + "ky" + ], + [ + "insk", + "y" + ], + [ + "Ġdem", + "ocr" + ], + [ + "Ġdemo", + "cr" + ], + [ + "o", + "tta" + ], + [ + "ot", + "ta" + ], + [ + "ott", + "a" + ], + [ + "Ġre", + "members" + ], + [ + "Ġremember", + "s" + ], + [ + "Ġremem", + "bers" + ], + [ + "Ġtorn", + "adoes" + ], + [ + "Ġtornado", + "es" + ], + [ + "Ġmetap", + "hors" + ], + [ + "Ġmetaphor", + "s" + ], + [ + "Ġmetaph", + "ors" + ], + [ + "Sum", + "mary" + ], + [ + "Ġfollic", + "les" + ], + [ + "Ġfollicle", + "s" + ], + [ + "S", + "ystem" + ], + [ + "Sy", + "stem" + ], + [ + "in", + "ently" + ], + [ + "inent", + "ly" + ], + [ + "Ġout", + "right" + ], + [ + "ĠLear", + "ners" + ], + [ + "ĠLearn", + "ers" + ], + [ + "ĠLearner", + "s" + ], + [ + "Ġ", + "Hero" + ], + [ + "ĠH", + "ero" + ], + [ + "ĠHe", + "ro" + ], + [ + "ĠHer", + "o" + ], + [ + "ork", + "shire" + ], + [ + "orks", + "hire" + ], + [ + "Ġcon", + "ceive" + ], + [ + "Ġconce", + "ive" + ], + [ + "Ġinsp", + "ections" + ], + [ + "Ġinspect", + "ions" + ], + [ + "Ġinspection", + "s" + ], + [ + "Ġart", + "iculate" + ], + [ + "Ġartic", + "ulate" + ], + [ + "ĠTr", + "ends" + ], + [ + "ĠTrend", + "s" + ], + [ + "Ö", + "¼" + ], + [ + "Ġ", + "Wheat" + ], + [ + "ĠW", + "heat" + ], + [ + "ĠWh", + "eat" + ], + [ + "ĠWhe", + "at" + ], + [ + "Ġaut", + "hored" + ], + [ + "Ġauthor", + "ed" + ], + [ + "ĠEm", + "ployment" + ], + [ + "ĠEmploy", + "ment" + ], + [ + "ĠE", + "den" + ], + [ + "ĠEd", + "en" + ], + [ + "S", + "mith" + ], + [ + "Sm", + "ith" + ], + [ + "ĠImpro", + "vement" + ], + [ + "ĠImprove", + "ment" + ], + [ + "Ġcor", + "ridor" + ], + [ + "Ġcorrid", + "or" + ], + [ + "ĠDifficult", + "y" + ], + [ + "Ġw", + "att" + ], + [ + "Ġwa", + "tt" + ], + [ + "Ġwat", + "t" + ], + [ + "Ġf", + "used" + ], + [ + "Ġfu", + "sed" + ], + [ + "Ġfuse", + "d" + ], + [ + "Ġfus", + "ed" + ], + [ + "an", + "za" + ], + [ + "anz", + "a" + ], + [ + "e", + "mis" + ], + [ + "em", + "is" + ], + [ + "emi", + "s" + ], + [ + "Ġt", + "imer" + ], + [ + "Ġtim", + "er" + ], + [ + "Ġtime", + "r" + ], + [ + "Ġti", + "mer" + ], + [ + "Ġ", + "Probably" + ], + [ + "ĠPro", + "bably" + ], + [ + "ĠProb", + "ably" + ], + [ + "Ġ", + "Reuters" + ], + [ + "ĠRe", + "uters" + ], + [ + "-d", + "ensity" + ], + [ + "ĠEm", + "ma" + ], + [ + "Ġ", + "Ideally" + ], + [ + "ĠIde", + "ally" + ], + [ + "ĠIdeal", + "ly" + ], + [ + "Ġel", + "asticity" + ], + [ + "Ġelastic", + "ity" + ], + [ + "Ġelast", + "icity" + ], + [ + "Ġevidence", + "d" + ], + [ + "Ġevid", + "enced" + ], + [ + "ĠR", + "ise" + ], + [ + "ĠRi", + "se" + ], + [ + "ĠRis", + "e" + ], + [ + "Ġ", + "rails" + ], + [ + "Ġr", + "ails" + ], + [ + "Ġra", + "ils" + ], + [ + "Ġrail", + "s" + ], + [ + "Ġ", + "Sport" + ], + [ + "ĠS", + "port" + ], + [ + "ĠSp", + "ort" + ], + [ + "ĠAr", + "med" + ], + [ + "ĠArm", + "ed" + ], + [ + "Ġobserv", + "atory" + ], + [ + "Ġalcohol", + "ism" + ], + [ + "Ġqu", + "arantine" + ], + [ + "Ġquar", + "antine" + ], + [ + "Ġquarant", + "ine" + ], + [ + "Ġcul", + "inary" + ], + [ + "ĠIdent", + "ity" + ], + [ + "A", + "part" + ], + [ + "Ap", + "art" + ], + [ + "F", + "ar" + ], + [ + "R", + "est" + ], + [ + "Res", + "t" + ], + [ + "Re", + "st" + ], + [ + "k", + "ah" + ], + [ + "ka", + "h" + ], + [ + "s", + "omething" + ], + [ + "some", + "thing" + ], + [ + "Ġh", + "alls" + ], + [ + "Ġhall", + "s" + ], + [ + "Ġhal", + "ls" + ], + [ + "Ġ", + "jam" + ], + [ + "Ġj", + "am" + ], + [ + "Ġja", + "m" + ], + [ + "ĠSt", + "ick" + ], + [ + "Ġover", + "f" + ], + [ + "Ġbl", + "unt" + ], + [ + "Ġblu", + "nt" + ], + [ + "-f", + "ounder" + ], + [ + "-found", + "er" + ], + [ + "reg", + "ation" + ], + [ + "Ġd", + "rier" + ], + [ + "Ġdr", + "ier" + ], + [ + "Ġdri", + "er" + ], + [ + "Sp", + "ring" + ], + [ + "ĠRel", + "ief" + ], + [ + "umber", + "land" + ], + [ + "Ġstub", + "born" + ], + [ + "Ġsuprem", + "acy" + ], + [ + "Ġsupremac", + "y" + ], + [ + "(", + "\"" + ], + [ + "G", + "erm" + ], + [ + "Ge", + "rm" + ], + [ + "Ger", + "m" + ], + [ + "â", + "Ĩ" + ], + [ + "i", + "national" + ], + [ + "in", + "ational" + ], + [ + "ination", + "al" + ], + [ + "Ġ", + "TE" + ], + [ + "ĠT", + "E" + ], + [ + "Ġ", + "Migration" + ], + [ + "ĠM", + "igration" + ], + [ + "ĠMig", + "ration" + ], + [ + "Ġ", + "Wisdom" + ], + [ + "ĠW", + "isdom" + ], + [ + "ĠWis", + "dom" + ], + [ + "ĠE", + "y" + ], + [ + "Ġint", + "ends" + ], + [ + "Ġintend", + "s" + ], + [ + "Ġp", + "rud" + ], + [ + "Ġpr", + "ud" + ], + [ + "Ġcon", + "figure" + ], + [ + "Ġconf", + "igure" + ], + [ + "Ġconfig", + "ure" + ], + [ + "line", + "ar" + ], + [ + "lin", + "ear" + ], + [ + "li", + "near" + ], + [ + "er", + "ala" + ], + [ + "eral", + "a" + ], + [ + "era", + "la" + ], + [ + "Ġel", + "k" + ], + [ + "Ġsem", + "inar" + ], + [ + "Ġsemi", + "nar" + ], + [ + "Ġsemin", + "ar" + ], + [ + "Ġhyper", + "activity" + ], + [ + "ĠEc", + "ological" + ], + [ + "Ġ", + "DB" + ], + [ + "ĠD", + "B" + ], + [ + "el", + "lers" + ], + [ + "ell", + "ers" + ], + [ + "eller", + "s" + ], + [ + "elle", + "rs" + ], + [ + "Ġsc", + "andal" + ], + [ + "Ġscan", + "dal" + ], + [ + "Ġag", + "ro" + ], + [ + "Ġread", + "able" + ], + [ + "ort", + "une" + ], + [ + "ortun", + "e" + ], + [ + "IS", + "PR" + ], + [ + "ISP", + "R" + ], + [ + "Ġ", + "Satellite" + ], + [ + "ĠS", + "atellite" + ], + [ + "ĠSat", + "ellite" + ], + [ + "Ġrein", + "forcing" + ], + [ + "Ġreinfor", + "cing" + ], + [ + "Ġillegal", + "ly" + ], + [ + "Ġilleg", + "ally" + ], + [ + "Ġl", + "ax" + ], + [ + "Ġla", + "x" + ], + [ + "Ġre", + "tin" + ], + [ + "Ġr", + "etin" + ], + [ + "Ġret", + "in" + ], + [ + "Ġ", + "Leaves" + ], + [ + "ĠLe", + "aves" + ], + [ + "ĠLeave", + "s" + ], + [ + "ĠLea", + "ves" + ], + [ + "What", + "ever" + ], + [ + "Wh", + "atever" + ], + [ + "Ġpil", + "lar" + ], + [ + "Ġpill", + "ar" + ], + [ + "Ġ", + "Lastly" + ], + [ + "ĠLast", + "ly" + ], + [ + "ole", + "rance" + ], + [ + "oler", + "ance" + ], + [ + "Ġre", + "plicated" + ], + [ + "Ġrepl", + "icated" + ], + [ + "Ġreplic", + "ated" + ], + [ + "Ġreplicate", + "d" + ], + [ + "Ġreplica", + "ted" + ], + [ + "Ġ", + "Audio" + ], + [ + "ĠAud", + "io" + ], + [ + "ĠAudi", + "o" + ], + [ + "Ġdwell", + "ings" + ], + [ + "Ġdwelling", + "s" + ], + [ + "ĠDI", + "Y" + ], + [ + "T", + "ypically" + ], + [ + "Typical", + "ly" + ], + [ + "Ġp", + "ouring" + ], + [ + "Ġpo", + "uring" + ], + [ + "Ġpou", + "ring" + ], + [ + "Ġpour", + "ing" + ], + [ + "Ġ", + "rug" + ], + [ + "Ġr", + "ug" + ], + [ + "Ġru", + "g" + ], + [ + "Ġse", + "psis" + ], + [ + "Ġsep", + "sis" + ], + [ + "ĠR", + "aspberry" + ], + [ + "u", + "ndra" + ], + [ + "und", + "ra" + ], + [ + "Ġobs", + "erves" + ], + [ + "Ġobserv", + "es" + ], + [ + "Ġobserve", + "s" + ], + [ + "Ġobser", + "ves" + ], + [ + "Ġdisapp", + "earing" + ], + [ + "Ġdisappear", + "ing" + ], + [ + "Ġoblig", + "ed" + ], + [ + "Ġaux", + "iliary" + ], + [ + "çļ", + "Ħ" + ], + [ + "L", + "iving" + ], + [ + "Li", + "ving" + ], + [ + "d", + "ered" + ], + [ + "der", + "ed" + ], + [ + "de", + "red" + ], + [ + "ĠG", + "ust" + ], + [ + "ĠGu", + "st" + ], + [ + "ĠGus", + "t" + ], + [ + "Ġ", + "KS" + ], + [ + "ĠK", + "S" + ], + [ + "ĠCon", + "cent" + ], + [ + "ĠConc", + "ent" + ], + [ + "al", + "fa" + ], + [ + "alf", + "a" + ], + [ + "Ġ", + "excluding" + ], + [ + "Ġexc", + "luding" + ], + [ + "Ġcompet", + "encies" + ], + [ + "Ġdis", + "position" + ], + [ + "Ġdisp", + "osition" + ], + [ + "ĠT", + "owns" + ], + [ + "ĠTown", + "s" + ], + [ + "ĠTow", + "ns" + ], + [ + "!", + "\"Ċ" + ], + [ + "!\"", + "Ċ" + ], + [ + "F", + "DA" + ], + [ + "FD", + "A" + ], + [ + "i", + "ners" + ], + [ + "in", + "ers" + ], + [ + "ine", + "rs" + ], + [ + "iner", + "s" + ], + [ + "ĠT", + "rip" + ], + [ + "ĠTr", + "ip" + ], + [ + "ĠTri", + "p" + ], + [ + "Ġ", + "Paint" + ], + [ + "ĠP", + "aint" + ], + [ + "ĠPain", + "t" + ], + [ + "ĠPa", + "int" + ], + [ + "ĠPai", + "nt" + ], + [ + "Ġinter", + "rog" + ], + [ + "Ġter", + "mites" + ], + [ + "Ġterm", + "ites" + ], + [ + "Ġtermite", + "s" + ], + [ + "I", + "ME" + ], + [ + "IM", + "E" + ], + [ + "ĠMillenn", + "ium" + ], + [ + "U", + "ND" + ], + [ + "UN", + "D" + ], + [ + "Ġ", + "bins" + ], + [ + "Ġb", + "ins" + ], + [ + "Ġbi", + "ns" + ], + [ + "Ġbin", + "s" + ], + [ + "ĠT", + "almud" + ], + [ + "Ġwater", + "proof" + ], + [ + "Ġre", + "places" + ], + [ + "Ġrepl", + "aces" + ], + [ + "Ġreplace", + "s" + ], + [ + "ĠM", + "alay" + ], + [ + "ĠMa", + "lay" + ], + [ + "ĠMal", + "ay" + ], + [ + "ĠTown", + "ship" + ], + [ + "ĠTowns", + "hip" + ], + [ + "-", + "Al" + ], + [ + "-A", + "l" + ], + [ + "b", + "oy" + ], + [ + "bo", + "y" + ], + [ + "p", + "df" + ], + [ + "pd", + "f" + ], + [ + "r", + "ocy" + ], + [ + "ro", + "cy" + ], + [ + "roc", + "y" + ], + [ + "Ġn", + "asty" + ], + [ + "Ġna", + "sty" + ], + [ + "Ġnas", + "ty" + ], + [ + "Ġst", + "ray" + ], + [ + "Ġstr", + "ay" + ], + [ + "Ġstra", + "y" + ], + [ + "ĠI", + "an" + ], + [ + "ĠIa", + "n" + ], + [ + "er", + "mis" + ], + [ + "erm", + "is" + ], + [ + "Ġentire", + "ty" + ], + [ + "Ġh", + "abitable" + ], + [ + "Ġhabit", + "able" + ], + [ + "Ġhab", + "itable" + ], + [ + "Ġtransl", + "ating" + ], + [ + "Ġim", + "plication" + ], + [ + "Ġimp", + "lication" + ], + [ + "Ġimpl", + "ication" + ], + [ + "Ġimplic", + "ation" + ], + [ + "o", + "science" + ], + [ + "os", + "cience" + ], + [ + "osc", + "ience" + ], + [ + "Ġr", + "hythmic" + ], + [ + "Ġrhyth", + "mic" + ], + [ + "Ġrhythm", + "ic" + ], + [ + "Eng", + "ine" + ], + [ + "Ġb", + "looming" + ], + [ + "Ġblo", + "oming" + ], + [ + "Ġbloom", + "ing" + ], + [ + "Ġpyram", + "ids" + ], + [ + "Ġpyramid", + "s" + ], + [ + "Ġintra", + "venous" + ], + [ + "Ġintraven", + "ous" + ], + [ + "C", + "omb" + ], + [ + "Com", + "b" + ], + [ + "Co", + "mb" + ], + [ + "or", + "neys" + ], + [ + "orne", + "ys" + ], + [ + "orney", + "s" + ], + [ + "ou", + "rism" + ], + [ + "our", + "ism" + ], + [ + "ouri", + "sm" + ], + [ + "a", + "fer" + ], + [ + "af", + "er" + ], + [ + "afe", + "r" + ], + [ + "Ġlat", + "itudes" + ], + [ + "Ġlatitude", + "s" + ], + [ + "Ġ", + "Acute" + ], + [ + "ĠAc", + "ute" + ], + [ + "Ġep", + "igen" + ], + [ + "Ġepig", + "en" + ], + [ + "Ġland", + "scaping" + ], + [ + "Ġlandsc", + "aping" + ], + [ + "Ġmotiv", + "ations" + ], + [ + "Ġmotivation", + "s" + ], + [ + "Ġhospital", + "ization" + ], + [ + "Ġgall", + "eries" + ], + [ + "Ġgalle", + "ries" + ], + [ + "Ġun", + "intended" + ], + [ + "Ġunint", + "ended" + ], + [ + "ĠS", + "pectrum" + ], + [ + "ĠSpect", + "rum" + ], + [ + "Ġ", + "Eggs" + ], + [ + "ĠEgg", + "s" + ], + [ + "ĠEg", + "gs" + ], + [ + "Ġa", + "esthetics" + ], + [ + "Ġaesthetic", + "s" + ], + [ + "Ġaesthet", + "ics" + ], + [ + "ĠN", + "J" + ], + [ + "Ġh", + "erald" + ], + [ + "Ġher", + "ald" + ], + [ + "Ġ", + "Exerc" + ], + [ + "ĠEx", + "erc" + ], + [ + "-", + "Sh" + ], + [ + "-S", + "h" + ], + [ + "Ġmos", + "que" + ], + [ + "Ġ", + "Limit" + ], + [ + "ĠLim", + "it" + ], + [ + "ĠLi", + "mit" + ], + [ + "sp", + "ecial" + ], + [ + "spec", + "ial" + ], + [ + "spe", + "cial" + ], + [ + "ĠScript", + "ures" + ], + [ + "ĠScripture", + "s" + ], + [ + "ĠC", + "ertified" + ], + [ + "ĠCert", + "ified" + ], + [ + "ĠVik", + "ings" + ], + [ + "ĠViking", + "s" + ], + [ + "orrh", + "ea" + ], + [ + "orr", + "hea" + ], + [ + "b", + "ie" + ], + [ + "bi", + "e" + ], + [ + "o", + "ing" + ], + [ + "oin", + "g" + ], + [ + "oi", + "ng" + ], + [ + "Ġc", + "is" + ], + [ + "Ġc", + "uring" + ], + [ + "Ġcur", + "ing" + ], + [ + "Ġcu", + "ring" + ], + [ + "Ġg", + "ait" + ], + [ + "Ġga", + "it" + ], + [ + "Ġcon", + "duction" + ], + [ + "Ġcond", + "uction" + ], + [ + "Ġconduct", + "ion" + ], + [ + "Ġcondu", + "ction" + ], + [ + "ĠP", + "est" + ], + [ + "ĠPe", + "st" + ], + [ + "ĠPes", + "t" + ], + [ + "Ġout", + "patient" + ], + [ + "âĢĶ", + "for" + ], + [ + "Ġ", + "Atomic" + ], + [ + "ĠAt", + "omic" + ], + [ + "ĠAtom", + "ic" + ], + [ + "Ġsurvey", + "ing" + ], + [ + "Ġsurve", + "ying" + ], + [ + "ĠConf", + "uc" + ], + [ + "Ġgrass", + "land" + ], + [ + "ĠPot", + "ter" + ], + [ + "Ġcin", + "ema" + ], + [ + "-", + "U" + ], + [ + "P", + "rint" + ], + [ + "Pr", + "int" + ], + [ + "b", + "ore" + ], + [ + "bo", + "re" + ], + [ + "bor", + "e" + ], + [ + "o", + "lon" + ], + [ + "ol", + "on" + ], + [ + "olo", + "n" + ], + [ + "Ġcon", + "ducive" + ], + [ + "Ġ", + "âĢľâ̦" + ], + [ + "ĠâĢľ", + "â̦" + ], + [ + "aw", + "atts" + ], + [ + "awatt", + "s" + ], + [ + "awat", + "ts" + ], + [ + "Ġ", + "Spread" + ], + [ + "ĠSp", + "read" + ], + [ + "Ġp", + "arach" + ], + [ + "Ġpar", + "ach" + ], + [ + "Ġpa", + "rach" + ], + [ + "Ġpara", + "ch" + ], + [ + "-", + "cut" + ], + [ + "-c", + "ut" + ], + [ + "Ġcrit", + "erion" + ], + [ + "-", + "lim" + ], + [ + "-l", + "im" + ], + [ + "Ġ", + "Carb" + ], + [ + "ĠC", + "arb" + ], + [ + "ĠCar", + "b" + ], + [ + "S", + "oft" + ], + [ + "So", + "ft" + ], + [ + "p", + "rising" + ], + [ + "pr", + "ising" + ], + [ + "pris", + "ing" + ], + [ + "-", + "Y" + ], + [ + "=", + "âĢĿ" + ], + [ + "S", + "ources" + ], + [ + "Source", + "s" + ], + [ + "T", + "im" + ], + [ + "Ti", + "m" + ], + [ + "w", + "ild" + ], + [ + "wi", + "ld" + ], + [ + "i", + "tance" + ], + [ + "it", + "ance" + ], + [ + "itan", + "ce" + ], + [ + "ita", + "nce" + ], + [ + "Ġbe", + "ak" + ], + [ + "i", + "man" + ], + [ + "im", + "an" + ], + [ + "ima", + "n" + ], + [ + "Ġ", + "Bacteria" + ], + [ + "ĠB", + "acteria" + ], + [ + "ĠBacter", + "ia" + ], + [ + "ĠBact", + "eria" + ], + [ + "ĠL", + "or" + ], + [ + "ĠLo", + "r" + ], + [ + "Ġ", + "resh" + ], + [ + "Ġre", + "sh" + ], + [ + "Ġr", + "esh" + ], + [ + "Ġres", + "h" + ], + [ + "ĠV", + "ed" + ], + [ + "ĠVe", + "d" + ], + [ + "Ġs", + "mo" + ], + [ + "Ġsm", + "o" + ], + [ + "Ġsqu", + "id" + ], + [ + "Ġsq", + "uid" + ], + [ + "Ġful", + "fil" + ], + [ + "Ġfulf", + "il" + ], + [ + "i", + "abetes" + ], + [ + "iab", + "etes" + ], + [ + "i", + "sch" + ], + [ + "is", + "ch" + ], + [ + "isc", + "h" + ], + [ + "Ġb", + "ikes" + ], + [ + "Ġbi", + "kes" + ], + [ + "Ġbike", + "s" + ], + [ + "Ġ", + "Ana" + ], + [ + "ĠA", + "na" + ], + [ + "ĠAn", + "a" + ], + [ + "Ġ", + "Suggest" + ], + [ + "ĠSu", + "ggest" + ], + [ + "ĠSug", + "gest" + ], + [ + "I", + "SS" + ], + [ + "IS", + "S" + ], + [ + "ĠV", + "enet" + ], + [ + "ĠVen", + "et" + ], + [ + "ĠVe", + "net" + ], + [ + "Ġpedag", + "ogical" + ], + [ + "I", + "de" + ], + [ + "Id", + "e" + ], + [ + "Ġt", + "rough" + ], + [ + "Ġtr", + "ough" + ], + [ + "Ġtrou", + "gh" + ], + [ + "Ġtro", + "ugh" + ], + [ + "as", + "ser" + ], + [ + "ass", + "er" + ], + [ + "asse", + "r" + ], + [ + "Ġs", + "lim" + ], + [ + "Ġsl", + "im" + ], + [ + "Ġsyn", + "onyms" + ], + [ + "Ġsynonym", + "s" + ], + [ + "Ġassemb", + "lies" + ], + [ + "Ġassembl", + "ies" + ], + [ + "Ġturb", + "ulent" + ], + [ + "Ġsh", + "eds" + ], + [ + "Ġshe", + "ds" + ], + [ + "Ġshed", + "s" + ], + [ + "Ġdict", + "ate" + ], + [ + "Ġassert", + "ed" + ], + [ + "Ġdisag", + "reement" + ], + [ + "Ġdisagree", + "ment" + ], + [ + "Ġsuper", + "visor" + ], + [ + "Ġsupervis", + "or" + ], + [ + "Ġsuperv", + "isor" + ], + [ + "/", + "news" + ], + [ + "/n", + "ews" + ], + [ + "B", + "rown" + ], + [ + "Bro", + "wn" + ], + [ + "Br", + "own" + ], + [ + "Ġ", + "ta" + ], + [ + "Ġt", + "a" + ], + [ + "Ġ", + "UP" + ], + [ + "ĠU", + "P" + ], + [ + "o", + "ker" + ], + [ + "ok", + "er" + ], + [ + "oke", + "r" + ], + [ + "Ġbl", + "isters" + ], + [ + "Ġblister", + "s" + ], + [ + "ĠV", + "ic" + ], + [ + "ĠVi", + "c" + ], + [ + "Ġin", + "significant" + ], + [ + "Ġins", + "ignificant" + ], + [ + "Ġinsign", + "ificant" + ], + [ + "Ġd", + "rums" + ], + [ + "Ġdr", + "ums" + ], + [ + "Ġdrum", + "s" + ], + [ + "Ġdru", + "ms" + ], + [ + "l", + "oqu" + ], + [ + "lo", + "qu" + ], + [ + "Ch", + "ronic" + ], + [ + "Ġlo", + "gically" + ], + [ + "Ġlog", + "ically" + ], + [ + "Ġlogic", + "ally" + ], + [ + "Ġlogical", + "ly" + ], + [ + "Ġbl", + "eed" + ], + [ + "Ġble", + "ed" + ], + [ + "Ġsan", + "ction" + ], + [ + "Ġsanct", + "ion" + ], + [ + "Ġ", + "Supplement" + ], + [ + "ĠSupp", + "lement" + ], + [ + "ĠSup", + "plement" + ], + [ + "ĠSuppl", + "ement" + ], + [ + "Ġathe", + "rosclerosis" + ], + [ + "Q", + "ue" + ], + [ + "Qu", + "e" + ], + [ + "Ġa", + "neur" + ], + [ + "Ġan", + "eur" + ], + [ + "r", + "omes" + ], + [ + "ro", + "mes" + ], + [ + "rom", + "es" + ], + [ + "rome", + "s" + ], + [ + "Ġlit", + "res" + ], + [ + "Ġlitre", + "s" + ], + [ + "Ġviol", + "ate" + ], + [ + "Ġvi", + "olate" + ], + [ + "Ġ", + "Neil" + ], + [ + "ĠNe", + "il" + ], + [ + "E", + "NS" + ], + [ + "EN", + "S" + ], + [ + "Ġmig", + "raines" + ], + [ + "Ġmigraine", + "s" + ], + [ + "Ġ", + "Transition" + ], + [ + "ĠTrans", + "ition" + ], + [ + "ĠTransit", + "ion" + ], + [ + "Ġepid", + "emics" + ], + [ + "Ġepidemic", + "s" + ], + [ + "Ġepidem", + "ics" + ], + [ + "ĠM", + "agic" + ], + [ + "ĠMa", + "gic" + ], + [ + "ĠMag", + "ic" + ], + [ + "ĠMagi", + "c" + ], + [ + "Ġabstract", + "ion" + ], + [ + "Ġabst", + "raction" + ], + [ + "Ġdiaphrag", + "m" + ], + [ + ".", + "Y" + ], + [ + "B", + "V" + ], + [ + "r", + "t" + ], + [ + "h", + "ett" + ], + [ + "he", + "tt" + ], + [ + "het", + "t" + ], + [ + "in", + "ology" + ], + [ + "inol", + "ogy" + ], + [ + "Ġ", + "bolt" + ], + [ + "Ġb", + "olt" + ], + [ + "Ġbo", + "lt" + ], + [ + "Ġbol", + "t" + ], + [ + "Ġf", + "ecal" + ], + [ + "Ġfe", + "cal" + ], + [ + "Ġan", + "omaly" + ], + [ + "Ġanomal", + "y" + ], + [ + "ĠB", + "erg" + ], + [ + "ĠBer", + "g" + ], + [ + "Ġbu", + "oy" + ], + [ + "-", + "food" + ], + [ + "-f", + "ood" + ], + [ + "Ġm", + "illing" + ], + [ + "Ġmil", + "ling" + ], + [ + "Ġmill", + "ing" + ], + [ + "Ġmi", + "lling" + ], + [ + "Ġurban", + "ization" + ], + [ + "Ġspot", + "light" + ], + [ + "Ġdisapp", + "ears" + ], + [ + "Ġdisappear", + "s" + ], + [ + "Ġaqu", + "ifer" + ], + [ + "Ġdent", + "ures" + ], + [ + "Ġdenture", + "s" + ], + [ + "Ġblank", + "ets" + ], + [ + "Ġblanket", + "s" + ], + [ + "Ġdemol", + "ished" + ], + [ + "Ġdemo", + "lished" + ], + [ + "Ġmal", + "function" + ], + [ + "Ġmalf", + "unction" + ], + [ + "M", + "or" + ], + [ + "Mo", + "r" + ], + [ + "b", + "rain" + ], + [ + "br", + "ain" + ], + [ + "bra", + "in" + ], + [ + "f", + "owl" + ], + [ + "fo", + "wl" + ], + [ + "Ġm", + "ounds" + ], + [ + "Ġmo", + "unds" + ], + [ + "Ġmound", + "s" + ], + [ + "Ġ", + "Send" + ], + [ + "ĠS", + "end" + ], + [ + "ĠSe", + "nd" + ], + [ + "ĠSen", + "d" + ], + [ + "ec", + "ca" + ], + [ + "ecc", + "a" + ], + [ + "Ġdirect", + "s" + ], + [ + "Ġdir", + "ects" + ], + [ + "Ġbr", + "och" + ], + [ + "Ġbro", + "ch" + ], + [ + "Ġcorrect", + "ions" + ], + [ + "Ġcorrection", + "s" + ], + [ + "ite", + "racy" + ], + [ + "iter", + "acy" + ], + [ + "Ġconvey", + "ed" + ], + [ + "Ġconve", + "yed" + ], + [ + "ĠJoh", + "annes" + ], + [ + "ĠJohann", + "es" + ], + [ + "ĠJohan", + "nes" + ], + [ + "d", + "al" + ], + [ + "da", + "l" + ], + [ + "Ġd", + "ice" + ], + [ + "Ġdi", + "ce" + ], + [ + "Ġdic", + "e" + ], + [ + "Ġal", + "iens" + ], + [ + "Ġalien", + "s" + ], + [ + "Ġali", + "ens" + ], + [ + "ab", + "ove" + ], + [ + "abo", + "ve" + ], + [ + "Ġ", + "NF" + ], + [ + "ĠN", + "F" + ], + [ + "ber", + "ger" + ], + [ + "berg", + "er" + ], + [ + "Ġam", + "alg" + ], + [ + "Ġmass", + "acre" + ], + [ + "-in", + "vasive" + ], + [ + "ĠNe", + "ptune" + ], + [ + "Ġright", + "eousness" + ], + [ + "Ġrighteous", + "ness" + ], + [ + "S", + "er" + ], + [ + "Se", + "r" + ], + [ + "Ġg", + "ru" + ], + [ + "Ġgr", + "u" + ], + [ + "Ġsp", + "oil" + ], + [ + "Ġspo", + "il" + ], + [ + "Ġcomp", + "ilation" + ], + [ + "Ġinv", + "ites" + ], + [ + "Ġinvite", + "s" + ], + [ + "Ġimm", + "ature" + ], + [ + "Ġhuge", + "ly" + ], + [ + "Ġ", + "Providing" + ], + [ + "ĠProv", + "iding" + ], + [ + "ĠPers", + "ia" + ], + [ + "Ġdu", + "plicate" + ], + [ + "Ġduplic", + "ate" + ], + [ + "b", + "ase" + ], + [ + "ba", + "se" + ], + [ + "bas", + "e" + ], + [ + "w", + "ash" + ], + [ + "was", + "h" + ], + [ + "wa", + "sh" + ], + [ + "Ġ", + "TA" + ], + [ + "ĠT", + "A" + ], + [ + "Ġst", + "ains" + ], + [ + "Ġstain", + "s" + ], + [ + "Ġsta", + "ins" + ], + [ + "Ġcom", + "ets" + ], + [ + "Ġcome", + "ts" + ], + [ + "Ġcomet", + "s" + ], + [ + "ĠW", + "agner" + ], + [ + "ĠWag", + "ner" + ], + [ + "g", + "enic" + ], + [ + "ge", + "nic" + ], + [ + "gen", + "ic" + ], + [ + "ĠIs", + "le" + ], + [ + "ĠIsl", + "e" + ], + [ + "Ġhapp", + "ily" + ], + [ + "Ġmid", + "w" + ], + [ + "âĢĺ", + "s" + ], + [ + "Ġdep", + "arted" + ], + [ + "Ġdepart", + "ed" + ], + [ + "ĠAcc", + "ounting" + ], + [ + "ĠAccount", + "ing" + ], + [ + "Ġfo", + "xes" + ], + [ + "Ġfox", + "es" + ], + [ + "Ġcuc", + "umbers" + ], + [ + "Ġcucumber", + "s" + ], + [ + "ĠEl", + "der" + ], + [ + "ĠEld", + "er" + ], + [ + "Ġth", + "rows" + ], + [ + "Ġthr", + "ows" + ], + [ + "Ġthrow", + "s" + ], + [ + "Ġthro", + "ws" + ], + [ + "o", + "mans" + ], + [ + "om", + "ans" + ], + [ + "oman", + "s" + ], + [ + "oma", + "ns" + ], + [ + "Ġ", + "ACL" + ], + [ + "ĠA", + "CL" + ], + [ + "ĠAC", + "L" + ], + [ + "u", + "ler" + ], + [ + "ul", + "er" + ], + [ + "ule", + "r" + ], + [ + "od", + "end" + ], + [ + "ode", + "nd" + ], + [ + "oden", + "d" + ], + [ + "ĠM", + "eg" + ], + [ + "ĠMe", + "g" + ], + [ + "ĠF", + "erg" + ], + [ + "ĠFer", + "g" + ], + [ + "ĠN", + "ava" + ], + [ + "ĠNav", + "a" + ], + [ + "ĠNa", + "va" + ], + [ + "ĠK", + "et" + ], + [ + "ĠKe", + "t" + ], + [ + "Ġ", + "graded" + ], + [ + "Ġg", + "raded" + ], + [ + "Ġgra", + "ded" + ], + [ + "Ġgr", + "aded" + ], + [ + "Ġgrade", + "d" + ], + [ + "Ġgrad", + "ed" + ], + [ + "s", + "yn" + ], + [ + "sy", + "n" + ], + [ + "Ġuncertain", + "ties" + ], + [ + "ĠCar", + "los" + ], + [ + "ĠCarl", + "os" + ], + [ + "ĠCarlo", + "s" + ], + [ + "Ġmiscon", + "ception" + ], + [ + "Ġa", + "roma" + ], + [ + "Ġar", + "oma" + ], + [ + "Ġarom", + "a" + ], + [ + "ĠRo", + "chester" + ], + [ + "ĠRoc", + "hester" + ], + [ + "ĠRoche", + "ster" + ], + [ + "Ġf", + "umes" + ], + [ + "Ġfu", + "mes" + ], + [ + "Ġfum", + "es" + ], + [ + "Ġre", + "used" + ], + [ + "Ġreuse", + "d" + ], + [ + "st", + "all" + ], + [ + "sta", + "ll" + ], + [ + "ĠB", + "achelor" + ], + [ + "q", + "ual" + ], + [ + "qu", + "al" + ], + [ + "qua", + "l" + ], + [ + "Ġout", + "rage" + ], + [ + "Ġra", + "ids" + ], + [ + "Ġraid", + "s" + ], + [ + "ĠAl", + "gebra" + ], + [ + "ĠAlg", + "ebra" + ], + [ + "ĠMar", + "tha" + ], + [ + "ĠMart", + "ha" + ], + [ + "ĠCons", + "ortium" + ], + [ + "Ġnan", + "otechnology" + ], + [ + "Ġnano", + "technology" + ], + [ + "Ġlock", + "down" + ], + [ + "ĠEr", + "nest" + ], + [ + "Ġc", + "rafted" + ], + [ + "Ġcra", + "fted" + ], + [ + "Ġcraft", + "ed" + ], + [ + "ĠInvest", + "ig" + ], + [ + "Ġexacerb", + "ated" + ], + [ + "Ġexacerbate", + "d" + ], + [ + "........", + "........" + ], + [ + "Ġimm", + "ortal" + ], + [ + "Ġimmort", + "al" + ], + [ + "Ġchimpan", + "zees" + ], + [ + "Ġchimpanzee", + "s" + ], + [ + ".", + "au" + ], + [ + ".a", + "u" + ], + [ + "ĠD", + "ol" + ], + [ + "ĠDo", + "l" + ], + [ + "Ġ", + "Frog" + ], + [ + "ĠF", + "rog" + ], + [ + "ĠFr", + "og" + ], + [ + "ĠFro", + "g" + ], + [ + "par", + "able" + ], + [ + "pa", + "rable" + ], + [ + "para", + "ble" + ], + [ + "Ġd", + "rip" + ], + [ + "Ġdr", + "ip" + ], + [ + "Ġdri", + "p" + ], + [ + "Ġ", + "Remote" + ], + [ + "ĠRem", + "ote" + ], + [ + "ch", + "ery" + ], + [ + "che", + "ry" + ], + [ + "cher", + "y" + ], + [ + "Ġm", + "olds" + ], + [ + "Ġmold", + "s" + ], + [ + "Ġmol", + "ds" + ], + [ + "Ear", + "lier" + ], + [ + "ĠMax", + "im" + ], + [ + "ĠSacrament", + "o" + ], + [ + "Ġutens", + "ils" + ], + [ + "F", + "low" + ], + [ + "Fl", + "ow" + ], + [ + "in", + "ox" + ], + [ + "ino", + "x" + ], + [ + "i", + "stem" + ], + [ + "is", + "tem" + ], + [ + "ist", + "em" + ], + [ + "iste", + "m" + ], + [ + "ĠH", + "od" + ], + [ + "ĠHo", + "d" + ], + [ + "ĠW", + "ITH" + ], + [ + "ĠWI", + "TH" + ], + [ + "ĠWIT", + "H" + ], + [ + "ĠC", + "ann" + ], + [ + "ĠCan", + "n" + ], + [ + "ĠCa", + "nn" + ], + [ + "ĠG", + "ods" + ], + [ + "ĠGod", + "s" + ], + [ + "ĠGo", + "ds" + ], + [ + "Ġde", + "grade" + ], + [ + "Ġdeg", + "rade" + ], + [ + "Ġdegrad", + "e" + ], + [ + "Ġclean", + "ers" + ], + [ + "Ġcleaner", + "s" + ], + [ + "Ġ", + "COP" + ], + [ + "ĠC", + "OP" + ], + [ + "ĠCO", + "P" + ], + [ + "qu", + "eous" + ], + [ + "que", + "ous" + ], + [ + "Ġinterm", + "edi" + ], + [ + "r", + "ofen" + ], + [ + "ro", + "fen" + ], + [ + "rof", + "en" + ], + [ + "Ġm", + "oll" + ], + [ + "Ġmo", + "ll" + ], + [ + "Ġmol", + "l" + ], + [ + "st", + "ring" + ], + [ + "str", + "ing" + ], + [ + "stri", + "ng" + ], + [ + "Ġint", + "ro" + ], + [ + "Ġintr", + "o" + ], + [ + "o", + "cker" + ], + [ + "oc", + "ker" + ], + [ + "ock", + "er" + ], + [ + "Ġpred", + "ation" + ], + [ + "Ġsun", + "burn" + ], + [ + "Ġ", + "Physicians" + ], + [ + "ĠPhys", + "icians" + ], + [ + "ĠPhysician", + "s" + ], + [ + "Ġcolour", + "ful" + ], + [ + "Ġ", + "Babies" + ], + [ + "ĠB", + "abies" + ], + [ + "ĠBab", + "ies" + ], + [ + "ĠBa", + "bies" + ], + [ + "Ġ", + "guardian" + ], + [ + "Ġguard", + "ian" + ], + [ + "Ġst", + "upid" + ], + [ + "Ġstup", + "id" + ], + [ + "Ġincap", + "able" + ], + [ + "Ġmulti", + "disciplinary" + ], + [ + "Ġmultid", + "isciplinary" + ], + [ + "c", + "uts" + ], + [ + "cut", + "s" + ], + [ + "cu", + "ts" + ], + [ + "Å", + "Ĥ" + ], + [ + "i", + "late" + ], + [ + "il", + "ate" + ], + [ + "ila", + "te" + ], + [ + "Ġl", + "ute" + ], + [ + "ĠA", + "uschwitz" + ], + [ + "ĠC", + "ards" + ], + [ + "ĠCar", + "ds" + ], + [ + "ĠCard", + "s" + ], + [ + "Ġ", + "RC" + ], + [ + "ĠR", + "C" + ], + [ + "Ġgo", + "ose" + ], + [ + "Ġfib", + "rous" + ], + [ + "Ġfibro", + "us" + ], + [ + "Ġfibr", + "ous" + ], + [ + "Ġdipl", + "oma" + ], + [ + "Ġdiplom", + "a" + ], + [ + "Ġwe", + "akening" + ], + [ + "Ġweak", + "ening" + ], + [ + "Ġweaken", + "ing" + ], + [ + "Ġfrag", + "mentation" + ], + [ + "Ġfragment", + "ation" + ], + [ + "Ġneut", + "rality" + ], + [ + "Ġneutral", + "ity" + ], + [ + "Ġneutr", + "ality" + ], + [ + "I", + "Z" + ], + [ + "V", + "er" + ], + [ + "Ve", + "r" + ], + [ + "o", + "os" + ], + [ + "oo", + "s" + ], + [ + "ĠB", + "ag" + ], + [ + "ĠBa", + "g" + ], + [ + "ĠE", + "ston" + ], + [ + "ĠEst", + "on" + ], + [ + "ĠEs", + "ton" + ], + [ + "Ġs", + "care" + ], + [ + "Ġsc", + "are" + ], + [ + "Ġscar", + "e" + ], + [ + "Ġwhat", + "soever" + ], + [ + "Ġass", + "erts" + ], + [ + "Ġassert", + "s" + ], + [ + "Ġpo", + "lished" + ], + [ + "Ġpol", + "ished" + ], + [ + "Ġpolish", + "ed" + ], + [ + "Ġprog", + "ester" + ], + [ + "-", + "back" + ], + [ + "-b", + "ack" + ], + [ + "ĠFor", + "ests" + ], + [ + "ĠFore", + "sts" + ], + [ + "ĠForest", + "s" + ], + [ + "P", + "lay" + ], + [ + "Pl", + "ay" + ], + [ + "Ref", + "erences" + ], + [ + "Reference", + "s" + ], + [ + "Refer", + "ences" + ], + [ + "igraph", + "y" + ], + [ + "P", + "rimary" + ], + [ + "Prim", + "ary" + ], + [ + "Ġaneur", + "ys" + ], + [ + "i", + "nel" + ], + [ + "in", + "el" + ], + [ + "ine", + "l" + ], + [ + "r", + "ers" + ], + [ + "re", + "rs" + ], + [ + "rer", + "s" + ], + [ + "Ġ", + "laughter" + ], + [ + "Ġl", + "aughter" + ], + [ + "Ġlaugh", + "ter" + ], + [ + "ĠP", + "av" + ], + [ + "ĠPa", + "v" + ], + [ + "ĠL", + "odge" + ], + [ + "ĠLod", + "ge" + ], + [ + "Ġin", + "contin" + ], + [ + "Ġinc", + "ontin" + ], + [ + "Ġincon", + "tin" + ], + [ + "âĢľ", + "They" + ], + [ + "âĢľThe", + "y" + ], + [ + "âĢľT", + "hey" + ], + [ + "ĠMon", + "roe" + ], + [ + "Ġconn", + "ector" + ], + [ + "Ġconnect", + "or" + ], + [ + "ĠAr", + "abian" + ], + [ + "ĠArab", + "ian" + ], + [ + "ĠAra", + "bian" + ], + [ + "ĠArabia", + "n" + ], + [ + "Ġrepair", + "ing" + ], + [ + "Ġbibl", + "i" + ], + [ + "Ġanten", + "nas" + ], + [ + "Ġantenna", + "s" + ], + [ + "C", + "redit" + ], + [ + "Cr", + "edit" + ], + [ + "Ġt", + "earing" + ], + [ + "Ġte", + "aring" + ], + [ + "Ġtea", + "ring" + ], + [ + "Ġtear", + "ing" + ], + [ + "Ġc", + "oded" + ], + [ + "Ġco", + "ded" + ], + [ + "Ġcode", + "d" + ], + [ + "Ġcod", + "ed" + ], + [ + "ĠT", + "iger" + ], + [ + "ĠTi", + "ger" + ], + [ + "ĠTig", + "er" + ], + [ + "ĠI", + "bn" + ], + [ + "ĠIb", + "n" + ], + [ + "ĠC", + "ovenant" + ], + [ + "ĠCove", + "nant" + ], + [ + "Ġ", + "EP" + ], + [ + "ĠE", + "P" + ], + [ + "ĠK", + "ill" + ], + [ + "ĠKil", + "l" + ], + [ + "ĠKi", + "ll" + ], + [ + "Ġin", + "dig" + ], + [ + "Ġind", + "ig" + ], + [ + "âĢĶ", + "including" + ], + [ + "Ġc", + "orne" + ], + [ + "Ġcor", + "ne" + ], + [ + "Ġcorn", + "e" + ], + [ + "ason", + "able" + ], + [ + "-f", + "ocused" + ], + [ + "-focus", + "ed" + ], + [ + "Ġperform", + "ers" + ], + [ + "Ġperfor", + "mers" + ], + [ + "Ġperformer", + "s" + ], + [ + "Ġm", + "otive" + ], + [ + "Ġmot", + "ive" + ], + [ + "Ġmotiv", + "e" + ], + [ + "ĠS", + "yl" + ], + [ + "ĠSy", + "l" + ], + [ + "Ġrequ", + "esting" + ], + [ + "Ġrequest", + "ing" + ], + [ + "Ġdisapp", + "ointed" + ], + [ + "Ġdisappoint", + "ed" + ], + [ + "ĠDomin", + "ican" + ], + [ + "ĠDominic", + "an" + ], + [ + "ĠMoz", + "art" + ], + [ + "Ġ", + "Historically" + ], + [ + "ĠHistorical", + "ly" + ], + [ + "ĠHistoric", + "ally" + ], + [ + "ĠHistor", + "ically" + ], + [ + "ä", + "º" + ], + [ + "ĠG", + "ol" + ], + [ + "ĠGo", + "l" + ], + [ + "ĠBl", + "acks" + ], + [ + "ĠBlack", + "s" + ], + [ + "Ġper", + "missions" + ], + [ + "Ġperm", + "issions" + ], + [ + "Ġpermission", + "s" + ], + [ + "Ġwise", + "ly" + ], + [ + "ĠBatt", + "alion" + ], + [ + "ĠManit", + "oba" + ], + [ + "C", + "AD" + ], + [ + "CA", + "D" + ], + [ + "G", + "rowing" + ], + [ + "Gr", + "owing" + ], + [ + "Grow", + "ing" + ], + [ + "Gro", + "wing" + ], + [ + "N", + "L" + ], + [ + "S", + "y" + ], + [ + "Ġf", + "ences" + ], + [ + "Ġfe", + "nces" + ], + [ + "Ġfence", + "s" + ], + [ + "Ġfen", + "ces" + ], + [ + "Ġh", + "ath" + ], + [ + "Ġha", + "th" + ], + [ + "Ġhat", + "h" + ], + [ + "Ġn", + "otor" + ], + [ + "Ġnot", + "or" + ], + [ + "Ġno", + "tor" + ], + [ + "Ġtreat", + "able" + ], + [ + "Ġtre", + "atable" + ], + [ + "ĠRe", + "yn" + ], + [ + "ĠRey", + "n" + ], + [ + "Ġlab", + "elled" + ], + [ + "Ġlabel", + "led" + ], + [ + "ĠCal", + "endar" + ], + [ + "Ġv", + "erd" + ], + [ + "Ġve", + "rd" + ], + [ + "Ġver", + "d" + ], + [ + "Ġadvantage", + "ous" + ], + [ + "Ġpre", + "scriptions" + ], + [ + "Ġpres", + "criptions" + ], + [ + "Ġpresc", + "riptions" + ], + [ + "Ġprescription", + "s" + ], + [ + "Ġcoord", + "inating" + ], + [ + "Ġext", + "racting" + ], + [ + "Ġextract", + "ing" + ], + [ + "Ġextr", + "acting" + ], + [ + "Ġextrac", + "ting" + ], + [ + "Ġin", + "hibition" + ], + [ + "Ġinhib", + "ition" + ], + [ + "Ġinhibit", + "ion" + ], + [ + "Ġpert", + "inent" + ], + [ + "Ġsc", + "rews" + ], + [ + "Ġscr", + "ews" + ], + [ + "Ġscrew", + "s" + ], + [ + "Govern", + "ment" + ], + [ + "Ġpro", + "gesterone" + ], + [ + "Ġprogester", + "one" + ], + [ + "S", + "ix" + ], + [ + "Si", + "x" + ], + [ + "T", + "ell" + ], + [ + "Te", + "ll" + ], + [ + "Tel", + "l" + ], + [ + "ĠR", + "osa" + ], + [ + "ĠRo", + "sa" + ], + [ + "ĠRos", + "a" + ], + [ + "Ġc", + "ares" + ], + [ + "Ġcar", + "es" + ], + [ + "Ġca", + "res" + ], + [ + "Ġcare", + "s" + ], + [ + "ĠGen", + "ome" + ], + [ + "-", + "story" + ], + [ + "-st", + "ory" + ], + [ + "ĠSpace", + "X" + ], + [ + "Ġmamm", + "alian" + ], + [ + "Ġmammal", + "ian" + ], + [ + "Ġ", + "Motion" + ], + [ + "ĠM", + "otion" + ], + [ + "ĠMo", + "tion" + ], + [ + "ĠMot", + "ion" + ], + [ + "Ġpersu", + "aded" + ], + [ + "Ġpersuade", + "d" + ], + [ + "ĠIn", + "vestment" + ], + [ + "ĠInvest", + "ment" + ], + [ + "Ġsed", + "imentary" + ], + [ + "Ġsediment", + "ary" + ], + [ + "ĠOpportun", + "ity" + ], + [ + "Ġexecutive", + "s" + ], + [ + "Ġexecut", + "ives" + ], + [ + "/", + "Getty" + ], + [ + "c", + "ould" + ], + [ + "co", + "uld" + ], + [ + "it", + "iveness" + ], + [ + "itive", + "ness" + ], + [ + "u", + "tor" + ], + [ + "ut", + "or" + ], + [ + "uto", + "r" + ], + [ + "Ġst", + "akes" + ], + [ + "Ġstake", + "s" + ], + [ + "Ġsta", + "kes" + ], + [ + "ĠN", + "g" + ], + [ + "Ġ", + "Got" + ], + [ + "ĠG", + "ot" + ], + [ + "ĠGo", + "t" + ], + [ + "i", + "ban" + ], + [ + "ib", + "an" + ], + [ + "iba", + "n" + ], + [ + "Ġr", + "esigned" + ], + [ + "Ġres", + "igned" + ], + [ + "Ġresign", + "ed" + ], + [ + "Ġsustain", + "ably" + ], + [ + "Ġbl", + "each" + ], + [ + "Ġble", + "ach" + ], + [ + "Ġje", + "opard" + ], + [ + "Ġincontin", + "ence" + ], + [ + "c", + "ro" + ], + [ + "cr", + "o" + ], + [ + "h", + "im" + ], + [ + "hi", + "m" + ], + [ + "en", + "ary" + ], + [ + "ena", + "ry" + ], + [ + "st", + "eps" + ], + [ + "ste", + "ps" + ], + [ + "step", + "s" + ], + [ + "Ġ", + "Tap" + ], + [ + "ĠT", + "ap" + ], + [ + "ĠTa", + "p" + ], + [ + "ĠB", + "oulder" + ], + [ + "ĠBoul", + "der" + ], + [ + "Ġind", + "ent" + ], + [ + "Ġprot", + "otypes" + ], + [ + "Ġprototype", + "s" + ], + [ + "Ġproto", + "types" + ], + [ + "Ġg", + "uer" + ], + [ + "Ġgu", + "er" + ], + [ + "Ġc", + "rush" + ], + [ + "Ġcr", + "ush" + ], + [ + "Ġcru", + "sh" + ], + [ + "Ġcrus", + "h" + ], + [ + "Ġquestion", + "able" + ], + [ + "ĠGe", + "ology" + ], + [ + "Ġmess", + "y" + ], + [ + "Ġmes", + "sy" + ], + [ + "Ġfertil", + "ized" + ], + [ + "Ġfertilize", + "d" + ], + [ + "Ġpreschool", + "ers" + ], + [ + "Ġpreschooler", + "s" + ], + [ + "Ġpharmac", + "ist" + ], + [ + "Ġ", + "``" + ], + [ + "Ġ`", + "`" + ], + [ + "-", + "weight" + ], + [ + "-w", + "eight" + ], + [ + "-we", + "ight" + ], + [ + "F", + "lu" + ], + [ + "Fl", + "u" + ], + [ + "N", + "or" + ], + [ + "No", + "r" + ], + [ + "P", + "ers" + ], + [ + "Pe", + "rs" + ], + [ + "Per", + "s" + ], + [ + "T", + "M" + ], + [ + "r", + "ex" + ], + [ + "re", + "x" + ], + [ + "ĠT", + "aj" + ], + [ + "ĠTa", + "j" + ], + [ + "ĠH", + "off" + ], + [ + "ĠHo", + "ff" + ], + [ + "ĠHof", + "f" + ], + [ + "ĠE", + "ur" + ], + [ + "ĠEu", + "r" + ], + [ + "Ġ", + "rode" + ], + [ + "Ġr", + "ode" + ], + [ + "Ġro", + "de" + ], + [ + "Ġrod", + "e" + ], + [ + "Ġrel", + "ent" + ], + [ + "Ġrele", + "nt" + ], + [ + "Ġturn", + "over" + ], + [ + "p", + "ora" + ], + [ + "por", + "a" + ], + [ + "po", + "ra" + ], + [ + "Ġspecial", + "ised" + ], + [ + "Ġspecialise", + "d" + ], + [ + "Ġfire", + "works" + ], + [ + "Ġfir", + "eworks" + ], + [ + "Ġinsect", + "icide" + ], + [ + "Ġrepe", + "ats" + ], + [ + "Ġrepeat", + "s" + ], + [ + "Ġencomp", + "ass" + ], + [ + "Ġimm", + "ersed" + ], + [ + "Ġimmers", + "ed" + ], + [ + "Ġimmerse", + "d" + ], + [ + "Ġpe", + "ptide" + ], + [ + "Ġpept", + "ide" + ], + [ + "B", + "io" + ], + [ + "Bi", + "o" + ], + [ + "e", + "ither" + ], + [ + "ei", + "ther" + ], + [ + "en", + "burg" + ], + [ + "enb", + "urg" + ], + [ + "a", + "mis" + ], + [ + "am", + "is" + ], + [ + "ami", + "s" + ], + [ + "Ġ", + "Ov" + ], + [ + "ĠO", + "v" + ], + [ + "Ġ", + "Interm" + ], + [ + "ĠIn", + "term" + ], + [ + "ĠInt", + "erm" + ], + [ + "ĠInter", + "m" + ], + [ + "Ġdec", + "ipher" + ], + [ + "Ġdecip", + "her" + ], + [ + "Ġdom", + "est" + ], + [ + "Ġdome", + "st" + ], + [ + "Ġdomes", + "t" + ], + [ + "Ġ", + "Contribut" + ], + [ + "ĠCont", + "ribut" + ], + [ + "a", + "iser" + ], + [ + "ai", + "ser" + ], + [ + "ais", + "er" + ], + [ + "aise", + "r" + ], + [ + "Ġd", + "rafted" + ], + [ + "Ġdra", + "fted" + ], + [ + "Ġdraft", + "ed" + ], + [ + "claim", + "er" + ], + [ + "Ġaer", + "osol" + ], + [ + "Ġaeros", + "ol" + ], + [ + "oske", + "letal" + ], + [ + "m", + "em" + ], + [ + "me", + "m" + ], + [ + "Ġb", + "ait" + ], + [ + "Ġba", + "it" + ], + [ + "ĠM", + "au" + ], + [ + "ĠMa", + "u" + ], + [ + "un", + "ity" + ], + [ + "uni", + "ty" + ], + [ + "unit", + "y" + ], + [ + "Ġlab", + "orers" + ], + [ + "Ġlabor", + "ers" + ], + [ + "Ġlaborer", + "s" + ], + [ + "oint", + "ed" + ], + [ + "oin", + "ted" + ], + [ + "Ġstat", + "utory" + ], + [ + "Ġqual", + "ification" + ], + [ + "Ġtoler", + "ated" + ], + [ + "Ġtolerate", + "d" + ], + [ + "Ġ", + "seller" + ], + [ + "Ġs", + "eller" + ], + [ + "Ġse", + "ller" + ], + [ + "Ġsell", + "er" + ], + [ + "Ġsel", + "ler" + ], + [ + "Ġ", + "Original" + ], + [ + "ĠOr", + "iginal" + ], + [ + "ĠOrig", + "inal" + ], + [ + "ĠOrigin", + "al" + ], + [ + "Ġl", + "inguistics" + ], + [ + "Ġlingu", + "istics" + ], + [ + "Ġlinguistic", + "s" + ], + [ + "Ġlinguist", + "ics" + ], + [ + "ĠP", + "owers" + ], + [ + "ĠPower", + "s" + ], + [ + "ĠPo", + "wers" + ], + [ + "ĠPow", + "ers" + ], + [ + "Ġpr", + "ized" + ], + [ + "Ġprize", + "d" + ], + [ + "Ġpri", + "zed" + ], + [ + "s", + "ki" + ], + [ + "sk", + "i" + ], + [ + "Ġb", + "ail" + ], + [ + "Ġba", + "il" + ], + [ + "Ġ", + "Und" + ], + [ + "ĠU", + "nd" + ], + [ + "ĠUn", + "d" + ], + [ + "Ġco", + "erc" + ], + [ + "Ġcoe", + "rc" + ], + [ + "Ġcoer", + "c" + ], + [ + "Ġhum", + "ility" + ], + [ + "Ġhumil", + "ity" + ], + [ + "Ġdist", + "inctions" + ], + [ + "Ġdistinct", + "ions" + ], + [ + "Ġdistinction", + "s" + ], + [ + "Ġsmall", + "pox" + ], + [ + "Ġnational", + "ity" + ], + [ + "Ġnation", + "ality" + ], + [ + "Ġneuro", + "nal" + ], + [ + "Ġneur", + "onal" + ], + [ + "Ġneuron", + "al" + ], + [ + "Ġchron", + "ological" + ], + [ + "Ġchamp", + "ions" + ], + [ + "Ġchampion", + "s" + ], + [ + "Ġ", + "alk" + ], + [ + "Ġal", + "k" + ], + [ + "ĠF", + "ou" + ], + [ + "ĠFo", + "u" + ], + [ + "Ġrep", + "eal" + ], + [ + "Ġrepe", + "al" + ], + [ + "Ġext", + "ant" + ], + [ + "Ġch", + "ees" + ], + [ + "Ġche", + "es" + ], + [ + "ĠRe", + "bec" + ], + [ + "ĠReb", + "ec" + ], + [ + "Ġ", + "Phone" + ], + [ + "ĠPh", + "one" + ], + [ + "ĠPhon", + "e" + ], + [ + "Ġb", + "ios" + ], + [ + "Ġbi", + "os" + ], + [ + "Ġbio", + "s" + ], + [ + "Ġb", + "ioc" + ], + [ + "Ġbi", + "oc" + ], + [ + "Ġbio", + "c" + ], + [ + "elf", + "th" + ], + [ + "Ġ", + "sequential" + ], + [ + "Ġsequ", + "ential" + ], + [ + "Ġt", + "asked" + ], + [ + "Ġtask", + "ed" + ], + [ + "Ġtas", + "ked" + ], + [ + "Ġdis", + "sent" + ], + [ + "Ġdiss", + "ent" + ], + [ + "Ġdisse", + "nt" + ], + [ + "ĠAtt", + "orney" + ], + [ + "Ġdis", + "ruptions" + ], + [ + "Ġdisrupt", + "ions" + ], + [ + "Ġdisruption", + "s" + ], + [ + "Ġretrie", + "val" + ], + [ + "Ġhippoc", + "ampus" + ], + [ + "B", + "ur" + ], + [ + "Bu", + "r" + ], + [ + "E", + "vent" + ], + [ + "Even", + "t" + ], + [ + "Ev", + "ent" + ], + [ + "G", + "F" + ], + [ + "Ã", + "¯" + ], + [ + "res", + "pect" + ], + [ + "resp", + "ect" + ], + [ + "o", + "sin" + ], + [ + "os", + "in" + ], + [ + "osi", + "n" + ], + [ + "ĠN", + "y" + ], + [ + "r", + "eeks" + ], + [ + "re", + "eks" + ], + [ + "ree", + "ks" + ], + [ + "reek", + "s" + ], + [ + "Ġl", + "ocating" + ], + [ + "Ġloc", + "ating" + ], + [ + "Ġcour", + "ty" + ], + [ + "Ġcourt", + "y" + ], + [ + "Ġ", + "Considering" + ], + [ + "ĠCons", + "idering" + ], + [ + "ĠConsider", + "ing" + ], + [ + "ĠDi", + "gest" + ], + [ + "ĠDig", + "est" + ], + [ + "Ġid", + "le" + ], + [ + "ĠPra", + "irie" + ], + [ + "Ġpe", + "ptides" + ], + [ + "Ġpept", + "ides" + ], + [ + "Ġpeptide", + "s" + ], + [ + "Ġglyph", + "osate" + ], + [ + "Ġthe", + "olog" + ], + [ + "Ġh", + "ears" + ], + [ + "Ġhe", + "ars" + ], + [ + "Ġhear", + "s" + ], + [ + "r", + "ika" + ], + [ + "ri", + "ka" + ], + [ + "rik", + "a" + ], + [ + "Ġpr", + "isons" + ], + [ + "Ġprison", + "s" + ], + [ + "Ġpri", + "sons" + ], + [ + "Ġdi", + "ode" + ], + [ + "Ġdio", + "de" + ], + [ + "Ġwa", + "ited" + ], + [ + "Ġwait", + "ed" + ], + [ + "Ġ", + "Firstly" + ], + [ + "ĠFirst", + "ly" + ], + [ + "Ġjack", + "et" + ], + [ + "Ġw", + "ander" + ], + [ + "Ġwa", + "nder" + ], + [ + "Ġwand", + "er" + ], + [ + "Ġd", + "ancers" + ], + [ + "Ġdance", + "rs" + ], + [ + "Ġdancer", + "s" + ], + [ + "Ġdan", + "cers" + ], + [ + "se", + "mble" + ], + [ + "semb", + "le" + ], + [ + "sem", + "ble" + ], + [ + "Ġen", + "lightenment" + ], + [ + "Ġenlighten", + "ment" + ], + [ + "ĠG", + "arc" + ], + [ + "ĠGar", + "c" + ], + [ + "ĠGa", + "rc" + ], + [ + "Ġc", + "laws" + ], + [ + "Ġcl", + "aws" + ], + [ + "Ġclaw", + "s" + ], + [ + "af", + "rost" + ], + [ + "-", + "eating" + ], + [ + "-e", + "ating" + ], + [ + "-eat", + "ing" + ], + [ + "ĠHuman", + "ities" + ], + [ + "-", + "prot" + ], + [ + "-p", + "rot" + ], + [ + "-pro", + "t" + ], + [ + "-pr", + "ot" + ], + [ + "Ġ", + "Forms" + ], + [ + "ĠF", + "orms" + ], + [ + "ĠFor", + "ms" + ], + [ + "ĠForm", + "s" + ], + [ + "Ġpseud", + "o" + ], + [ + "b", + "ard" + ], + [ + "bar", + "d" + ], + [ + "ba", + "rd" + ], + [ + "on", + "na" + ], + [ + "en", + "ch" + ], + [ + "enc", + "h" + ], + [ + "ĠC", + "av" + ], + [ + "ĠCa", + "v" + ], + [ + "ĠH", + "ood" + ], + [ + "ĠHo", + "od" + ], + [ + "Ġro", + "oft" + ], + [ + "Ġroof", + "t" + ], + [ + "ĠCh", + "rome" + ], + [ + "ĠChrom", + "e" + ], + [ + "-", + "function" + ], + [ + "-f", + "unction" + ], + [ + "Ġupd", + "ating" + ], + [ + "ĠM", + "ao" + ], + [ + "ĠMa", + "o" + ], + [ + "Ġwest", + "ward" + ], + [ + "ĠMil", + "an" + ], + [ + "ĠMi", + "lan" + ], + [ + "Ġgather", + "ings" + ], + [ + "Ġgathering", + "s" + ], + [ + "Ġpion", + "eered" + ], + [ + "Ġpioneer", + "ed" + ], + [ + "Ġrhet", + "orical" + ], + [ + "Ġrhetoric", + "al" + ], + [ + "Ult", + "imately" + ], + [ + "P", + "ER" + ], + [ + "PE", + "R" + ], + [ + "P", + "oly" + ], + [ + "Pol", + "y" + ], + [ + "Po", + "ly" + ], + [ + "Ġh", + "ards" + ], + [ + "Ġhard", + "s" + ], + [ + "Ġhar", + "ds" + ], + [ + "Ġd", + "eed" + ], + [ + "Ġde", + "ed" + ], + [ + "ĠY", + "orkshire" + ], + [ + "ĠYork", + "shire" + ], + [ + "Ġref", + "uses" + ], + [ + "Ġrefuse", + "s" + ], + [ + "Ġbefore", + "hand" + ], + [ + "-p", + "urpose" + ], + [ + "-pur", + "pose" + ], + [ + "IC", + "K" + ], + [ + "-", + "eight" + ], + [ + "-e", + "ight" + ], + [ + "ĠElect", + "ronics" + ], + [ + "ĠElectronic", + "s" + ], + [ + "ĠElectron", + "ics" + ], + [ + "Ġs", + "ickle" + ], + [ + "Ġsick", + "le" + ], + [ + "Ġscar", + "ring" + ], + [ + "ĠLib", + "ya" + ], + [ + "Ġign", + "orant" + ], + [ + "Ġignor", + "ant" + ], + [ + "Ġneg", + "lig" + ], + [ + "Ġnegl", + "ig" + ], + [ + "Ġsurrender", + "ed" + ], + [ + "Ġsurrend", + "ered" + ], + [ + "H", + "ope" + ], + [ + "Ho", + "pe" + ], + [ + "Hop", + "e" + ], + [ + "i", + "gated" + ], + [ + "ig", + "ated" + ], + [ + "igate", + "d" + ], + [ + "iga", + "ted" + ], + [ + "ay", + "ana" + ], + [ + "aya", + "na" + ], + [ + "ayan", + "a" + ], + [ + "Ġ", + "HA" + ], + [ + "ĠH", + "A" + ], + [ + "Ġcl", + "oses" + ], + [ + "Ġclose", + "s" + ], + [ + "Ġclos", + "es" + ], + [ + "Ġclo", + "ses" + ], + [ + "ag", + "net" + ], + [ + "agn", + "et" + ], + [ + "agne", + "t" + ], + [ + "ĠF", + "ranz" + ], + [ + "ĠFr", + "anz" + ], + [ + "ĠFran", + "z" + ], + [ + "f", + "action" + ], + [ + "fact", + "ion" + ], + [ + "fa", + "ction" + ], + [ + "fac", + "tion" + ], + [ + "o", + "electric" + ], + [ + "oe", + "lectric" + ], + [ + "oelect", + "ric" + ], + [ + "Sp", + "anish" + ], + [ + "ĠIn", + "fections" + ], + [ + "ĠInf", + "ections" + ], + [ + "ĠInfection", + "s" + ], + [ + "ĠInfect", + "ions" + ], + [ + "ĠOcean", + "ic" + ], + [ + "Ġ", + "Persons" + ], + [ + "ĠPer", + "sons" + ], + [ + "ĠPers", + "ons" + ], + [ + "ĠPerson", + "s" + ], + [ + "Ġdevast", + "ation" + ], + [ + "Ġ", + "ALS" + ], + [ + "ĠA", + "LS" + ], + [ + "ĠAL", + "S" + ], + [ + "Ġbio", + "fuel" + ], + [ + "Ġbiof", + "uel" + ], + [ + "Up", + "dated" + ], + [ + "Upd", + "ated" + ], + [ + "Update", + "d" + ], + [ + "k", + "inson" + ], + [ + "kin", + "son" + ], + [ + "kins", + "on" + ], + [ + "Ġm", + "asonry" + ], + [ + "Ġmason", + "ry" + ], + [ + "Ġl", + "eng" + ], + [ + "Ġle", + "ng" + ], + [ + "Ġlen", + "g" + ], + [ + "Ġme", + "adows" + ], + [ + "Ġmeadow", + "s" + ], + [ + "Ġback", + "drop" + ], + [ + "Ġill", + "icit" + ], + [ + "Ġneuro", + "deg" + ], + [ + "Ġmemor", + "ize" + ], + [ + "Ġmemo", + "rize" + ], + [ + "Ġmorph", + "ological" + ], + [ + "ĠPil", + "grim" + ], + [ + "Ġv", + "ivo" + ], + [ + "Ġviv", + "o" + ], + [ + "Ġvi", + "vo" + ], + [ + "Ġnep", + "hew" + ], + [ + "Ġneph", + "ew" + ], + [ + "F", + "ederal" + ], + [ + "Fed", + "eral" + ], + [ + "Ġb", + "ob" + ], + [ + "Ġbo", + "b" + ], + [ + "an", + "ine" + ], + [ + "ani", + "ne" + ], + [ + "ĠC", + "ox" + ], + [ + "ĠCo", + "x" + ], + [ + "ĠG", + "am" + ], + [ + "ĠGa", + "m" + ], + [ + "per", + "ors" + ], + [ + "pe", + "rors" + ], + [ + "peror", + "s" + ], + [ + "Ġmed", + "ically" + ], + [ + "Ġmedical", + "ly" + ], + [ + "Ġmedic", + "ally" + ], + [ + "Ġopp", + "ressed" + ], + [ + "Ġoppress", + "ed" + ], + [ + "Ġ", + "Teens" + ], + [ + "ĠTe", + "ens" + ], + [ + "ĠTeen", + "s" + ], + [ + "Ġmach", + "ining" + ], + [ + "Ġ", + "pictured" + ], + [ + "Ġpict", + "ured" + ], + [ + "Ġpicture", + "d" + ], + [ + "Ġcollabor", + "ated" + ], + [ + "Ġcollaborate", + "d" + ], + [ + "-re", + "aching" + ], + [ + "-reach", + "ing" + ], + [ + "ĠRoman", + "tic" + ], + [ + "ĠRom", + "antic" + ], + [ + "ĠHim", + "self" + ], + [ + "Ġro", + "uters" + ], + [ + "Ġrout", + "ers" + ], + [ + "Ġroute", + "rs" + ], + [ + "Ġrou", + "ters" + ], + [ + "Ġrouter", + "s" + ], + [ + "Ġ", + "Pregnancy" + ], + [ + "ĠP", + "regnancy" + ], + [ + "ĠPregn", + "ancy" + ], + [ + "-", + "equ" + ], + [ + "-e", + "qu" + ], + [ + "|", + "G" + ], + [ + "Ġ", + "fir" + ], + [ + "Ġf", + "ir" + ], + [ + "Ġfi", + "r" + ], + [ + "Ġfor", + "c" + ], + [ + "Ġfo", + "rc" + ], + [ + "ĠW", + "orth" + ], + [ + "ĠWor", + "th" + ], + [ + "ĠWort", + "h" + ], + [ + "Ġsh", + "amp" + ], + [ + "Ġsham", + "p" + ], + [ + "Ġ", + "GRE" + ], + [ + "ĠG", + "RE" + ], + [ + "ĠGR", + "E" + ], + [ + "Ġ", + "Led" + ], + [ + "ĠL", + "ed" + ], + [ + "ĠLe", + "d" + ], + [ + "ĠIn", + "dies" + ], + [ + "ĠInd", + "ies" + ], + [ + "Ġ", + "biome" + ], + [ + "Ġbi", + "ome" + ], + [ + "Ġbio", + "me" + ], + [ + "Ġbiom", + "e" + ], + [ + "ĠTe", + "leg" + ], + [ + "ĠTele", + "g" + ], + [ + "ĠTel", + "eg" + ], + [ + "Pre", + "vent" + ], + [ + "Pr", + "event" + ], + [ + "i", + "osis" + ], + [ + "io", + "sis" + ], + [ + "ios", + "is" + ], + [ + "Ġh", + "ardship" + ], + [ + "Ġhard", + "ship" + ], + [ + "Ġhards", + "hip" + ], + [ + "v", + "erts" + ], + [ + "ver", + "ts" + ], + [ + "vert", + "s" + ], + [ + "ain", + "ting" + ], + [ + "aint", + "ing" + ], + [ + "Ġ", + "Vert" + ], + [ + "ĠV", + "ert" + ], + [ + "ĠVer", + "t" + ], + [ + "ĠVe", + "rt" + ], + [ + "t", + "ole" + ], + [ + "to", + "le" + ], + [ + "Ġtrou", + "bling" + ], + [ + "H", + "OW" + ], + [ + "HO", + "W" + ], + [ + "Ġdil", + "uted" + ], + [ + "Ġdilute", + "d" + ], + [ + "Ġcirc", + "ulatory" + ], + [ + "Ġcircul", + "atory" + ], + [ + "Ġ", + "Schedule" + ], + [ + "ĠSche", + "dule" + ], + [ + "ĠSched", + "ule" + ], + [ + "ĠSte", + "vens" + ], + [ + "ĠSteve", + "ns" + ], + [ + "ĠStev", + "ens" + ], + [ + "ĠSteven", + "s" + ], + [ + "Ġaven", + "ues" + ], + [ + "Ġavenue", + "s" + ], + [ + "a", + "there" + ], + [ + "at", + "here" + ], + [ + "ath", + "ere" + ], + [ + "ather", + "e" + ], + [ + "athe", + "re" + ], + [ + "s", + "ections" + ], + [ + "se", + "ctions" + ], + [ + "sect", + "ions" + ], + [ + "section", + "s" + ], + [ + "o", + "bacteria" + ], + [ + "ob", + "acteria" + ], + [ + "obacter", + "ia" + ], + [ + "Ġspecific", + "ity" + ], + [ + "Ġeye", + "sight" + ], + [ + "Ġeyes", + "ight" + ], + [ + "Ġanal", + "ysing" + ], + [ + "Ġanaly", + "sing" + ], + [ + "Ġanalys", + "ing" + ], + [ + "Ġ", + "Tourism" + ], + [ + "ĠT", + "ourism" + ], + [ + "ĠTour", + "ism" + ], + [ + "ĠTou", + "rism" + ], + [ + "Ġdolph", + "in" + ], + [ + "Ġdol", + "phin" + ], + [ + "-", + "go" + ], + [ + "-g", + "o" + ], + [ + ".", + "y" + ], + [ + "J", + "ul" + ], + [ + "W", + "as" + ], + [ + "Wa", + "s" + ], + [ + "d", + "ie" + ], + [ + "di", + "e" + ], + [ + "e", + "pt" + ], + [ + "ep", + "t" + ], + [ + "Ġ", + "au" + ], + [ + "Ġa", + "u" + ], + [ + "Ġ", + "ont" + ], + [ + "Ġo", + "nt" + ], + [ + "Ġon", + "t" + ], + [ + "Ġ", + "Agg" + ], + [ + "ĠA", + "gg" + ], + [ + "ĠAg", + "g" + ], + [ + "an", + "tics" + ], + [ + "ant", + "ics" + ], + [ + "antic", + "s" + ], + [ + "anti", + "cs" + ], + [ + "an", + "dem" + ], + [ + "and", + "em" + ], + [ + "ande", + "m" + ], + [ + "ĠSp", + "encer" + ], + [ + "ĠSpence", + "r" + ], + [ + "Ġplan", + "tar" + ], + [ + "Ġplant", + "ar" + ], + [ + "Ġalleged", + "ly" + ], + [ + "ĠAch", + "illes" + ], + [ + "/", + "in" + ], + [ + "/i", + "n" + ], + [ + "E", + "nt" + ], + [ + "En", + "t" + ], + [ + "L", + "anguage" + ], + [ + "M", + "onday" + ], + [ + "Mon", + "day" + ], + [ + "T", + "I" + ], + [ + "É", + "ª" + ], + [ + "Ġt", + "ingling" + ], + [ + "Ġtin", + "gling" + ], + [ + "in", + "ine" + ], + [ + "ini", + "ne" + ], + [ + "inin", + "e" + ], + [ + "Ġin", + "access" + ], + [ + "Ġinacc", + "ess" + ], + [ + "Ġd", + "wind" + ], + [ + "Ġdw", + "ind" + ], + [ + "ter", + "bury" + ], + [ + "âĢĻ", + "S" + ], + [ + "Ġ", + "Whilst" + ], + [ + "ĠWh", + "ilst" + ], + [ + "ĠS", + "eal" + ], + [ + "ĠSe", + "al" + ], + [ + "ĠSea", + "l" + ], + [ + "Ġcam", + "oufl" + ], + [ + "ĠSer", + "bia" + ], + [ + "ĠSerb", + "ia" + ], + [ + "Ġ", + "Silicon" + ], + [ + "ĠSil", + "icon" + ], + [ + "m", + "elon" + ], + [ + "me", + "lon" + ], + [ + "mel", + "on" + ], + [ + "ĠC", + "IA" + ], + [ + "ĠCI", + "A" + ], + [ + "ĠP", + "ries" + ], + [ + "ĠPr", + "ies" + ], + [ + "ĠPri", + "es" + ], + [ + "Ġ", + "Luckily" + ], + [ + "ĠL", + "uckily" + ], + [ + "ĠLuck", + "ily" + ], + [ + "Ġper", + "il" + ], + [ + "Ġpe", + "ril" + ], + [ + "Ġperi", + "l" + ], + [ + "Ġgre", + "ener" + ], + [ + "Ġgreen", + "er" + ], + [ + "Ġargument", + "ative" + ], + [ + "Ġshut", + "down" + ], + [ + "ĠWin", + "ston" + ], + [ + "ĠWins", + "ton" + ], + [ + "Ġcons", + "picuous" + ], + [ + "Ġconsp", + "icuous" + ], + [ + "ĠO", + "wen" + ], + [ + "ĠOw", + "en" + ], + [ + "Ġind", + "ices" + ], + [ + "Ġindic", + "es" + ], + [ + "r", + "ibers" + ], + [ + "ri", + "bers" + ], + [ + "rib", + "ers" + ], + [ + "ribe", + "rs" + ], + [ + "riber", + "s" + ], + [ + "Ġins", + "ulated" + ], + [ + "Ġinsulate", + "d" + ], + [ + "Ġpast", + "or" + ], + [ + "Ġpas", + "tor" + ], + [ + "Ġauthor", + "itarian" + ], + [ + "Ġfe", + "eder" + ], + [ + "Ġfeed", + "er" + ], + [ + "Ġfee", + "der" + ], + [ + "Ġge", + "omet" + ], + [ + "Ġgeo", + "met" + ], + [ + "Ġgeom", + "et" + ], + [ + "ĠNe", + "olithic" + ], + [ + "Ġexec", + "uting" + ], + [ + "Ġexecut", + "ing" + ], + [ + "Ġ", + "Helps" + ], + [ + "ĠHel", + "ps" + ], + [ + "ĠHelp", + "s" + ], + [ + "ĠDirect", + "ory" + ], + [ + "ĠDirector", + "y" + ], + [ + "Ġsubs", + "istence" + ], + [ + "Ġspray", + "ed" + ], + [ + "Ġspr", + "ayed" + ], + [ + "ĠFer", + "dinand" + ], + [ + "Ġorph", + "an" + ], + [ + "Ġelong", + "ated" + ], + [ + "Ġelongate", + "d" + ], + [ + "ि", + "à¤" + ], + [ + "-", + "forming" + ], + [ + "-for", + "ming" + ], + [ + "-form", + "ing" + ], + [ + "oc", + "ative" + ], + [ + "ĠE", + "fficiency" + ], + [ + "ĠEff", + "iciency" + ], + [ + "ag", + "ara" + ], + [ + "aga", + "ra" + ], + [ + "agar", + "a" + ], + [ + "u", + "bs" + ], + [ + "ub", + "s" + ], + [ + "Ġf", + "amed" + ], + [ + "Ġfam", + "ed" + ], + [ + "Ġfa", + "med" + ], + [ + "Ġfame", + "d" + ], + [ + "cast", + "le" + ], + [ + "cas", + "tle" + ], + [ + "p", + "sych" + ], + [ + "ps", + "ych" + ], + [ + "psy", + "ch" + ], + [ + "ĠCyp", + "rus" + ], + [ + "C", + "ON" + ], + [ + "CO", + "N" + ], + [ + "H", + "ouse" + ], + [ + "Ho", + "use" + ], + [ + "m", + "ult" + ], + [ + "mu", + "lt" + ], + [ + "p", + "ron" + ], + [ + "pr", + "on" + ], + [ + "pro", + "n" + ], + [ + "Ã", + "¥" + ], + [ + "Ġlate", + "nt" + ], + [ + "Ġlat", + "ent" + ], + [ + "ĠMain", + "tenance" + ], + [ + "ĠMaint", + "enance" + ], + [ + "Ġmir", + "acles" + ], + [ + "Ġmira", + "cles" + ], + [ + "Ġmiracle", + "s" + ], + [ + "op", + "tera" + ], + [ + "opt", + "era" + ], + [ + "opter", + "a" + ], + [ + "Ġunrel", + "iable" + ], + [ + "C", + "ite" + ], + [ + "Cit", + "e" + ], + [ + "S", + "en" + ], + [ + "Se", + "n" + ], + [ + "V", + "E" + ], + [ + "a", + "ten" + ], + [ + "at", + "en" + ], + [ + "ate", + "n" + ], + [ + "Ġl", + "ush" + ], + [ + "Ġs", + "pat" + ], + [ + "Ġsp", + "at" + ], + [ + "Ġspa", + "t" + ], + [ + "Ġs", + "oot" + ], + [ + "Ġso", + "ot" + ], + [ + "Ġchar", + "itable" + ], + [ + "Ġret", + "ros" + ], + [ + "Ġretro", + "s" + ], + [ + "Ġfore", + "ground" + ], + [ + "o", + "tech" + ], + [ + "ot", + "ech" + ], + [ + "ote", + "ch" + ], + [ + "Ġd", + "eline" + ], + [ + "Ġde", + "line" + ], + [ + "Ġdel", + "ine" + ], + [ + "ĠDevelop", + "mental" + ], + [ + "ĠDevelopment", + "al" + ], + [ + "Ġ", + "vertebrates" + ], + [ + "Ġverte", + "brates" + ], + [ + "Ġvertebra", + "tes" + ], + [ + "Ġvertebrate", + "s" + ], + [ + "Ġcha", + "otic" + ], + [ + "Ġrecon", + "structed" + ], + [ + "Ġreconstruct", + "ed" + ], + [ + "-", + "going" + ], + [ + "-g", + "oing" + ], + [ + "-go", + "ing" + ], + [ + "n", + "don" + ], + [ + "nd", + "on" + ], + [ + "ens", + "ory" + ], + [ + "ensor", + "y" + ], + [ + "yn", + "ec" + ], + [ + "Ġf", + "armed" + ], + [ + "Ġfar", + "med" + ], + [ + "Ġfarm", + "ed" + ], + [ + "Ġgrand", + "son" + ], + [ + "ĠLab", + "rador" + ], + [ + "ĠLabrad", + "or" + ], + [ + "Ġpharm", + "acy" + ], + [ + "Ġpharmac", + "y" + ], + [ + "Ġdigital", + "ly" + ], + [ + "Ġdigit", + "ally" + ], + [ + "ĠMong", + "olia" + ], + [ + "ĠMongol", + "ia" + ], + [ + "ĠMongo", + "lia" + ], + [ + "Ġ", + "ì" + ], + [ + "ic", + "iary" + ], + [ + "icia", + "ry" + ], + [ + "ici", + "ary" + ], + [ + "Ġso", + "fter" + ], + [ + "Ġsoft", + "er" + ], + [ + "Ġsof", + "ter" + ], + [ + "Ġover", + "st" + ], + [ + "Ġovers", + "t" + ], + [ + "Ġant", + "igens" + ], + [ + "Ġanti", + "gens" + ], + [ + "Ġantigen", + "s" + ], + [ + "Ġtemper", + "ament" + ], + [ + "Ġcr", + "aters" + ], + [ + "Ġcra", + "ters" + ], + [ + "Ġcrater", + "s" + ], + [ + "Ġcrate", + "rs" + ], + [ + "Ġsun", + "rise" + ], + [ + "Ġ", + "Disp" + ], + [ + "ĠD", + "isp" + ], + [ + "ĠDis", + "p" + ], + [ + "ĠDi", + "sp" + ], + [ + "Ġbr", + "ightly" + ], + [ + "Ġbright", + "ly" + ], + [ + "Ġsweet", + "eners" + ], + [ + "Ġsweetener", + "s" + ], + [ + "Ġpers", + "isted" + ], + [ + "Ġpersist", + "ed" + ], + [ + "ĠGeorg", + "ian" + ], + [ + "ĠGeorgia", + "n" + ], + [ + "ĠGeor", + "gian" + ], + [ + "Ġcorrel", + "ate" + ], + [ + "Start", + "ing" + ], + [ + "Star", + "ting" + ], + [ + "Ġdesper", + "ately" + ], + [ + "Ġdesperate", + "ly" + ], + [ + "Ġasym", + "ptomatic" + ], + [ + "Ġasympt", + "omatic" + ], + [ + "Austral", + "ia" + ], + [ + "Ġ", + "Vocabulary" + ], + [ + "ĠVoc", + "abulary" + ], + [ + "Ġhelmet", + "s" + ], + [ + "Ġhelm", + "ets" + ], + [ + "O", + "B" + ], + [ + "T", + "urn" + ], + [ + "Tur", + "n" + ], + [ + "Tu", + "rn" + ], + [ + "Ġin", + "mates" + ], + [ + "Ġinmate", + "s" + ], + [ + "Ġin", + "advert" + ], + [ + "Ġl", + "ur" + ], + [ + "ĠP", + "BS" + ], + [ + "ĠPB", + "S" + ], + [ + "Ġfe", + "udal" + ], + [ + "Ġfeud", + "al" + ], + [ + "Ġin", + "stitutes" + ], + [ + "Ġinstit", + "utes" + ], + [ + "Ġinstitute", + "s" + ], + [ + "Ġun", + "det" + ], + [ + "Ġund", + "et" + ], + [ + "I", + "TE" + ], + [ + "IT", + "E" + ], + [ + "Ġoccup", + "ying" + ], + [ + "Ġoccupy", + "ing" + ], + [ + "Ġtele", + "communications" + ], + [ + "Ġtelecommunication", + "s" + ], + [ + "Ġ", + "Outside" + ], + [ + "ĠOut", + "side" + ], + [ + "ĠOuts", + "ide" + ], + [ + "Gen", + "esis" + ], + [ + "Gene", + "sis" + ], + [ + "Ġadm", + "ired" + ], + [ + "Ġadmire", + "d" + ], + [ + "ĠLuc", + "y" + ], + [ + "ĠLu", + "cy" + ], + [ + "ĠJun", + "ior" + ], + [ + "Ġtempt", + "ation" + ], + [ + "Ġ", + "Custom" + ], + [ + "ĠCust", + "om" + ], + [ + "ĠCus", + "tom" + ], + [ + "Ġhydro", + "power" + ], + [ + "Ġhydrop", + "ower" + ], + [ + "S", + "ep" + ], + [ + "Se", + "p" + ], + [ + "Ġsy", + "philis" + ], + [ + "Ġcons", + "erved" + ], + [ + "Ġconserv", + "ed" + ], + [ + "Ġconserve", + "d" + ], + [ + "Ġgra", + "pp" + ], + [ + "Ġgr", + "app" + ], + [ + "Ġgrap", + "p" + ], + [ + "up", + "rofen" + ], + [ + "-", + "million" + ], + [ + "-m", + "illion" + ], + [ + "-mill", + "ion" + ], + [ + "ar", + "iably" + ], + [ + "ari", + "ably" + ], + [ + "aria", + "bly" + ], + [ + "N", + "OTE" + ], + [ + "NO", + "TE" + ], + [ + "NOT", + "E" + ], + [ + "j", + "ug" + ], + [ + "ju", + "g" + ], + [ + "Ġd", + "ictionaries" + ], + [ + "Ġdiction", + "aries" + ], + [ + "o", + "some" + ], + [ + "os", + "ome" + ], + [ + "oso", + "me" + ], + [ + "osom", + "e" + ], + [ + "Ġa", + "ctu" + ], + [ + "Ġact", + "u" + ], + [ + "Ġac", + "tu" + ], + [ + "ur", + "opa" + ], + [ + "urop", + "a" + ], + [ + "uro", + "pa" + ], + [ + "A", + "TH" + ], + [ + "AT", + "H" + ], + [ + "Ġla", + "unches" + ], + [ + "Ġlaun", + "ches" + ], + [ + "Ġlaunch", + "es" + ], + [ + "ĠRob", + "otics" + ], + [ + "ĠRobot", + "ics" + ], + [ + "ĠRobotic", + "s" + ], + [ + "ĠRobo", + "tics" + ], + [ + "Ġdisapp", + "earance" + ], + [ + "Ġdisappear", + "ance" + ], + [ + "Ġvap", + "our" + ], + [ + "Ġmas", + "culine" + ], + [ + "Ġmascul", + "ine" + ], + [ + "ĠBe", + "haviour" + ], + [ + "ĠBehav", + "iour" + ], + [ + "Ġpl", + "ankton" + ], + [ + "Ġplank", + "ton" + ], + [ + ".", + "|" + ], + [ + "S", + "l" + ], + [ + "a", + "ris" + ], + [ + "ar", + "is" + ], + [ + "ari", + "s" + ], + [ + "Ġ", + "Touch" + ], + [ + "ĠT", + "ouch" + ], + [ + "ĠTo", + "uch" + ], + [ + "ĠTou", + "ch" + ], + [ + "ĠB", + "ark" + ], + [ + "ĠBar", + "k" + ], + [ + "ĠG", + "aza" + ], + [ + "ĠGa", + "za" + ], + [ + "ĠGaz", + "a" + ], + [ + "Ġcl", + "amp" + ], + [ + "Ġclam", + "p" + ], + [ + "ed", + "iated" + ], + [ + "edi", + "ated" + ], + [ + "edia", + "ted" + ], + [ + "ediate", + "d" + ], + [ + "Ġhold", + "ings" + ], + [ + "Ġholding", + "s" + ], + [ + "Ġhol", + "dings" + ], + [ + "ĠSw", + "ift" + ], + [ + "ĠWe", + "bb" + ], + [ + "ĠWeb", + "b" + ], + [ + "Ġmanip", + "ulating" + ], + [ + "Ġtown", + "ship" + ], + [ + "Ġtowns", + "hip" + ], + [ + "Ġdist", + "ributing" + ], + [ + "Ġdistribut", + "ing" + ], + [ + "-", + "infected" + ], + [ + "-in", + "fected" + ], + [ + "-inf", + "ected" + ], + [ + "Ġcuc", + "umber" + ], + [ + "ĠCollabor", + "ative" + ], + [ + "Ġmo", + "urning" + ], + [ + "Ġmour", + "ning" + ], + [ + "Ġmourn", + "ing" + ], + [ + "Ġtect", + "onic" + ], + [ + ".", + "It" + ], + [ + ".I", + "t" + ], + [ + "M", + "ath" + ], + [ + "Mat", + "h" + ], + [ + "Ma", + "th" + ], + [ + "N", + "orm" + ], + [ + "No", + "rm" + ], + [ + "Nor", + "m" + ], + [ + "Ġ", + "mates" + ], + [ + "Ġm", + "ates" + ], + [ + "Ġma", + "tes" + ], + [ + "Ġmat", + "es" + ], + [ + "Ġmate", + "s" + ], + [ + "i", + "cine" + ], + [ + "ic", + "ine" + ], + [ + "icin", + "e" + ], + [ + "ici", + "ne" + ], + [ + "a", + "bl" + ], + [ + "ab", + "l" + ], + [ + "ĠW", + "it" + ], + [ + "ĠWi", + "t" + ], + [ + "Ġant", + "agon" + ], + [ + "Ġflu", + "orescence" + ], + [ + "Ġfluor", + "escence" + ], + [ + "Ġfluoresce", + "nce" + ], + [ + "Ġcon", + "ditional" + ], + [ + "Ġcondition", + "al" + ], + [ + "Ġuniform", + "s" + ], + [ + "Ġ", + "Cardi" + ], + [ + "ĠC", + "ardi" + ], + [ + "ĠCar", + "di" + ], + [ + "ĠCard", + "i" + ], + [ + "ĠC", + "NC" + ], + [ + "ĠCN", + "C" + ], + [ + "Ġgig", + "antic" + ], + [ + "ĠRebec", + "ca" + ], + [ + "ĠReb", + "ecca" + ], + [ + "K", + "A" + ], + [ + "ur", + "bed" + ], + [ + "urb", + "ed" + ], + [ + "ĠI", + "van" + ], + [ + "ĠIv", + "an" + ], + [ + "ĠM", + "int" + ], + [ + "ĠMin", + "t" + ], + [ + "ĠMi", + "nt" + ], + [ + "ĠH", + "erald" + ], + [ + "ĠHer", + "ald" + ], + [ + "ĠHera", + "ld" + ], + [ + "Ġc", + "hore" + ], + [ + "Ġch", + "ore" + ], + [ + "Ġcho", + "re" + ], + [ + "Ġchor", + "e" + ], + [ + "ĠL", + "an" + ], + [ + "ĠLa", + "n" + ], + [ + "Ġp", + "lac" + ], + [ + "Ġpl", + "ac" + ], + [ + "Ġpla", + "c" + ], + [ + "es", + "person" + ], + [ + "esp", + "erson" + ], + [ + "an", + "ni" + ], + [ + "ann", + "i" + ], + [ + "Ġf", + "illings" + ], + [ + "Ġfil", + "lings" + ], + [ + "Ġfill", + "ings" + ], + [ + "Ġfilling", + "s" + ], + [ + "ĠGrand", + "e" + ], + [ + "ĠGr", + "ande" + ], + [ + "ĠGran", + "de" + ], + [ + "ĠIraq", + "i" + ], + [ + "ĠIra", + "qi" + ], + [ + "ĠBat", + "tery" + ], + [ + "ĠBatt", + "ery" + ], + [ + "Ġpres", + "umed" + ], + [ + "Ġpresum", + "ed" + ], + [ + "Ġpresume", + "d" + ], + [ + "Ġ", + "Pictures" + ], + [ + "ĠPict", + "ures" + ], + [ + "ĠPicture", + "s" + ], + [ + "ourge", + "ois" + ], + [ + "o", + "fficial" + ], + [ + "off", + "icial" + ], + [ + "offic", + "ial" + ], + [ + "Ġf", + "ooth" + ], + [ + "Ġfoot", + "h" + ], + [ + "Ġfo", + "oth" + ], + [ + "Ġfoo", + "th" + ], + [ + "Ġre", + "vel" + ], + [ + "Ġrev", + "el" + ], + [ + "Ġreve", + "l" + ], + [ + "ĠM", + "ing" + ], + [ + "ĠMin", + "g" + ], + [ + "ĠMi", + "ng" + ], + [ + "ĠM", + "ood" + ], + [ + "ĠMo", + "od" + ], + [ + "Ġpl", + "ut" + ], + [ + "a", + "gged" + ], + [ + "ag", + "ged" + ], + [ + "agg", + "ed" + ], + [ + "Ġper", + "for" + ], + [ + "Ġperf", + "or" + ], + [ + "a", + "vor" + ], + [ + "av", + "or" + ], + [ + "avo", + "r" + ], + [ + "Ġe", + "states" + ], + [ + "Ġest", + "ates" + ], + [ + "Ġestate", + "s" + ], + [ + "-s", + "oluble" + ], + [ + "St", + "ress" + ], + [ + "Str", + "ess" + ], + [ + "Ġ", + "Into" + ], + [ + "ĠIn", + "to" + ], + [ + "ĠInt", + "o" + ], + [ + "Ġ", + "Edit" + ], + [ + "ĠEd", + "it" + ], + [ + "Ġarchae", + "ologist" + ], + [ + "Ġprof", + "itability" + ], + [ + "Ġprofit", + "ability" + ], + [ + "ĠJ", + "ulia" + ], + [ + "ĠJu", + "lia" + ], + [ + "ĠJul", + "ia" + ], + [ + "Ġdel", + "ighted" + ], + [ + "Ġdelight", + "ed" + ], + [ + "Ġg", + "riev" + ], + [ + "Ġgr", + "iev" + ], + [ + "Ġgri", + "ev" + ], + [ + "Ġgrie", + "v" + ], + [ + "Ġrep", + "erto" + ], + [ + "Ġreper", + "to" + ], + [ + "Ġsuper", + "nova" + ], + [ + "Ġsupernov", + "a" + ], + [ + "ras", + "onic" + ], + [ + "rason", + "ic" + ], + [ + "Ġ", + "æ" + ], + [ + "Ġc", + "harm" + ], + [ + "Ġch", + "arm" + ], + [ + "Ġchar", + "m" + ], + [ + "Ġcha", + "rm" + ], + [ + "p", + "erm" + ], + [ + "per", + "m" + ], + [ + "pe", + "rm" + ], + [ + "i", + "ential" + ], + [ + "ient", + "ial" + ], + [ + "o", + "yle" + ], + [ + "oy", + "le" + ], + [ + "oyl", + "e" + ], + [ + "Ġlit", + "igation" + ], + [ + "i", + "ko" + ], + [ + "ik", + "o" + ], + [ + "ĠS", + "ho" + ], + [ + "ĠSh", + "o" + ], + [ + "a", + "tta" + ], + [ + "at", + "ta" + ], + [ + "att", + "a" + ], + [ + "Ġtow", + "els" + ], + [ + "Ġtowel", + "s" + ], + [ + "Ġrel", + "ieved" + ], + [ + "Ġrelie", + "ved" + ], + [ + "Ġrelieve", + "d" + ], + [ + "Ġconst", + "raint" + ], + [ + "Ġconstra", + "int" + ], + [ + "Ġconstrain", + "t" + ], + [ + "Ġanalog", + "ous" + ], + [ + "Char", + "acter" + ], + [ + "ĠEis", + "enhower" + ], + [ + "Ġunnot", + "iced" + ], + [ + "F", + "ew" + ], + [ + "Fe", + "w" + ], + [ + "b", + "ly" + ], + [ + "bl", + "y" + ], + [ + "j", + "un" + ], + [ + "ju", + "n" + ], + [ + "ter", + "min" + ], + [ + "term", + "in" + ], + [ + "ĠM", + "ugh" + ], + [ + "ĠMu", + "gh" + ], + [ + "ĠMug", + "h" + ], + [ + "Ġ", + "quake" + ], + [ + "Ġqu", + "ake" + ], + [ + "Ġinter", + "tw" + ], + [ + "Ġintert", + "w" + ], + [ + "Ġ", + "eds" + ], + [ + "Ġe", + "ds" + ], + [ + "Ġed", + "s" + ], + [ + "g", + "gle" + ], + [ + "gg", + "le" + ], + [ + "rad", + "le" + ], + [ + "Ġ", + "β" + ], + [ + "ĠÎ", + "²" + ], + [ + "Ġneuro", + "m" + ], + [ + "Ġneur", + "om" + ], + [ + "Ġneu", + "rom" + ], + [ + "IG", + "HT" + ], + [ + "IGH", + "T" + ], + [ + "Ġtempt", + "ed" + ], + [ + "Ġtemp", + "ted" + ], + [ + "ĠDur", + "ham" + ], + [ + "ĠCoord", + "inator" + ], + [ + "-", + "Ind" + ], + [ + "-I", + "nd" + ], + [ + "-In", + "d" + ], + [ + "id", + "able" + ], + [ + "ida", + "ble" + ], + [ + "ĠV", + "es" + ], + [ + "ĠVe", + "s" + ], + [ + "Ġ", + "Aside" + ], + [ + "ĠA", + "side" + ], + [ + "ĠAs", + "ide" + ], + [ + "Ġappear", + "ances" + ], + [ + "Ġappearance", + "s" + ], + [ + "Ġg", + "reed" + ], + [ + "Ġgr", + "eed" + ], + [ + "Ġgre", + "ed" + ], + [ + "Ġur", + "ges" + ], + [ + "Ġurge", + "s" + ], + [ + "ĠMar", + "itime" + ], + [ + "ĠMari", + "time" + ], + [ + "Ġmenstru", + "ation" + ], + [ + "pret", + "ation" + ], + [ + "!", + ")." + ], + [ + "!)", + "." + ], + [ + "(", + "n" + ], + [ + "w", + "ana" + ], + [ + "wan", + "a" + ], + [ + "wa", + "na" + ], + [ + "t", + "hy" + ], + [ + "th", + "y" + ], + [ + "ĠB", + "ound" + ], + [ + "ĠBo", + "und" + ], + [ + "ĠBou", + "nd" + ], + [ + "p", + "hyl" + ], + [ + "ph", + "yl" + ], + [ + "phy", + "l" + ], + [ + "Ġspec", + "ulate" + ], + [ + "Ġbo", + "asts" + ], + [ + "Ġboast", + "s" + ], + [ + "Ġg", + "eo" + ], + [ + "Ġge", + "o" + ], + [ + "Ġ", + "ii" + ], + [ + "Ġi", + "i" + ], + [ + "Ġs", + "nail" + ], + [ + "Ġsn", + "ail" + ], + [ + "Ġhost", + "ility" + ], + [ + "Ġ", + "Nowadays" + ], + [ + "ĠNow", + "adays" + ], + [ + "S", + "ea" + ], + [ + "Se", + "a" + ], + [ + "Ġmanifest", + "ed" + ], + [ + "Ġmanif", + "ested" + ], + [ + "Ġsusp", + "ects" + ], + [ + "Ġsus", + "pects" + ], + [ + "Ġsuspect", + "s" + ], + [ + "Ġgerm", + "inate" + ], + [ + "Ġfra", + "gmented" + ], + [ + "Ġfrag", + "mented" + ], + [ + "Ġfragment", + "ed" + ], + [ + "Ġtend", + "erness" + ], + [ + "Ġtender", + "ness" + ], + [ + "Ġc", + "ac" + ], + [ + "Ġca", + "c" + ], + [ + "o", + "mat" + ], + [ + "om", + "at" + ], + [ + "oma", + "t" + ], + [ + "st", + "ill" + ], + [ + "or", + "ean" + ], + [ + "ore", + "an" + ], + [ + "orea", + "n" + ], + [ + "a", + "cia" + ], + [ + "ac", + "ia" + ], + [ + "aci", + "a" + ], + [ + "Ġ", + "Wait" + ], + [ + "ĠW", + "ait" + ], + [ + "ĠWa", + "it" + ], + [ + "ĠWai", + "t" + ], + [ + "oc", + "uss" + ], + [ + "ocus", + "s" + ], + [ + "ĠL", + "ines" + ], + [ + "ĠLin", + "es" + ], + [ + "ĠLi", + "nes" + ], + [ + "ĠLine", + "s" + ], + [ + "e", + "cl" + ], + [ + "ec", + "l" + ], + [ + "Ġel", + "igibility" + ], + [ + "Ġ", + "Earlier" + ], + [ + "ĠEar", + "lier" + ], + [ + "ĠEarl", + "ier" + ], + [ + "Ġla", + "tex" + ], + [ + "Ġlate", + "x" + ], + [ + "Ġlat", + "ex" + ], + [ + "Ġap", + "ex" + ], + [ + "Ġape", + "x" + ], + [ + "p", + "arts" + ], + [ + "par", + "ts" + ], + [ + "part", + "s" + ], + [ + "Ġrec", + "tum" + ], + [ + "Ġrect", + "um" + ], + [ + "Ġcolonial", + "ism" + ], + [ + "Ġhierarch", + "ical" + ], + [ + "Ġf", + "ixtures" + ], + [ + "Ġfixt", + "ures" + ], + [ + "Ġfixture", + "s" + ], + [ + "Ġpengu", + "ins" + ], + [ + "Ġpenguin", + "s" + ], + [ + "Ġ", + "Ti" + ], + [ + "ĠT", + "i" + ], + [ + "Ġo", + "nc" + ], + [ + "Ġon", + "c" + ], + [ + "ĠP", + "ull" + ], + [ + "ĠPu", + "ll" + ], + [ + "ĠPul", + "l" + ], + [ + "ĠH", + "ole" + ], + [ + "ĠHol", + "e" + ], + [ + "ĠHo", + "le" + ], + [ + "Ġ", + "Chrom" + ], + [ + "ĠCh", + "rom" + ], + [ + "ĠQ", + "ing" + ], + [ + "ĠQi", + "ng" + ], + [ + "ĠQin", + "g" + ], + [ + "Ġfer", + "ment" + ], + [ + "Ġferm", + "ent" + ], + [ + "Ġ", + "THIS" + ], + [ + "ĠTH", + "IS" + ], + [ + "Ġsc", + "raps" + ], + [ + "Ġscr", + "aps" + ], + [ + "Ġscrap", + "s" + ], + [ + "Ġscra", + "ps" + ], + [ + "ĠPresbyter", + "ian" + ], + [ + "Ġr", + "ides" + ], + [ + "Ġrid", + "es" + ], + [ + "Ġride", + "s" + ], + [ + "Ġwork", + "places" + ], + [ + "Ġworkplace", + "s" + ], + [ + "Ġpro", + "cession" + ], + [ + "Ġprocess", + "ion" + ], + [ + "Ġproc", + "ession" + ], + [ + "Ġallow", + "ance" + ], + [ + "Ġkid", + "n" + ], + [ + "Ġki", + "dn" + ], + [ + "ĠArch", + "bishop" + ], + [ + "Ġs", + "anitary" + ], + [ + "Ġsan", + "itary" + ], + [ + "Ġsanit", + "ary" + ], + [ + "Ġsol", + "emn" + ], + [ + "Ġsole", + "mn" + ], + [ + "Ġgr", + "anting" + ], + [ + "Ġgrant", + "ing" + ], + [ + "Ġgran", + "ting" + ], + [ + "Ġmultip", + "lying" + ], + [ + "Ġmultipl", + "ying" + ], + [ + "Ġmultiply", + "ing" + ], + [ + "in", + "fo" + ], + [ + "inf", + "o" + ], + [ + "Ġaggressive", + "ly" + ], + [ + "Ġaggress", + "ively" + ], + [ + "Ġskept", + "ical" + ], + [ + "Ġskeptic", + "al" + ], + [ + "it", + "iz" + ], + [ + "iti", + "z" + ], + [ + "Ġh", + "ockey" + ], + [ + "Ġhoc", + "key" + ], + [ + "ĠS", + "ullivan" + ], + [ + "Ġdi", + "ure" + ], + [ + "Ġin", + "forms" + ], + [ + "Ġinf", + "orms" + ], + [ + "Ġinform", + "s" + ], + [ + "l", + "etes" + ], + [ + "le", + "tes" + ], + [ + "let", + "es" + ], + [ + "lete", + "s" + ], + [ + "ĠDep", + "uty" + ], + [ + "Ġlat", + "ency" + ], + [ + "Ġ", + "ADD" + ], + [ + "ĠA", + "DD" + ], + [ + "ĠAD", + "D" + ], + [ + "Ġ", + "Oxygen" + ], + [ + "ĠOx", + "ygen" + ], + [ + "ĠOxy", + "gen" + ], + [ + "Ġ", + "Speaking" + ], + [ + "ĠS", + "peaking" + ], + [ + "ĠSpe", + "aking" + ], + [ + "ĠSpeak", + "ing" + ], + [ + "Ġflee", + "ing" + ], + [ + "-", + "ground" + ], + [ + "-g", + "round" + ], + [ + "h", + "og" + ], + [ + "ho", + "g" + ], + [ + "ĠI", + "b" + ], + [ + "ĠM", + "ell" + ], + [ + "ĠMe", + "ll" + ], + [ + "ĠMel", + "l" + ], + [ + "ĠW", + "elfare" + ], + [ + "ĠWel", + "fare" + ], + [ + "a", + "ndra" + ], + [ + "and", + "ra" + ], + [ + "Ġ", + "REM" + ], + [ + "ĠR", + "EM" + ], + [ + "ĠRE", + "M" + ], + [ + "ĠL", + "az" + ], + [ + "ĠLa", + "z" + ], + [ + "er", + "ton" + ], + [ + "ert", + "on" + ], + [ + "erto", + "n" + ], + [ + "Ġre", + "fresh" + ], + [ + "Ġref", + "resh" + ], + [ + "Ġrefres", + "h" + ], + [ + "-", + "bound" + ], + [ + "-b", + "ound" + ], + [ + "-bo", + "und" + ], + [ + "-", + "book" + ], + [ + "-b", + "ook" + ], + [ + "-bo", + "ok" + ], + [ + "Ġplay", + "ful" + ], + [ + "ĠEl", + "len" + ], + [ + "ĠEll", + "en" + ], + [ + "Ġdetermin", + "ants" + ], + [ + "Ġdeterminant", + "s" + ], + [ + "ĠMoz", + "ambique" + ], + [ + "Ġtriglycer", + "ides" + ], + [ + "Ġtriglyceride", + "s" + ], + [ + "/", + "H" + ], + [ + "g", + "rown" + ], + [ + "gr", + "own" + ], + [ + "grow", + "n" + ], + [ + "n", + "is" + ], + [ + "ni", + "s" + ], + [ + "n", + "st" + ], + [ + "ns", + "t" + ], + [ + "Ġ", + "pus" + ], + [ + "Ġp", + "us" + ], + [ + "Ġpu", + "s" + ], + [ + "Ġ", + "MORE" + ], + [ + "ĠM", + "ORE" + ], + [ + "ĠMO", + "RE" + ], + [ + "ĠY", + "ose" + ], + [ + "ĠYo", + "se" + ], + [ + "Ġan", + "imations" + ], + [ + "Ġanim", + "ations" + ], + [ + "Ġanimation", + "s" + ], + [ + ".", + "...Ċ" + ], + [ + "..", + "..Ċ" + ], + [ + "...", + ".Ċ" + ], + [ + "....", + "Ċ" + ], + [ + "ĠIP", + "v" + ], + [ + "ĠCard", + "inal" + ], + [ + "ĠCardi", + "nal" + ], + [ + "Ġ", + "Origins" + ], + [ + "ĠOrig", + "ins" + ], + [ + "ĠOri", + "gins" + ], + [ + "ĠOrigin", + "s" + ], + [ + "ĠL", + "unar" + ], + [ + "ĠLu", + "nar" + ], + [ + "ĠLun", + "ar" + ], + [ + "ĠLuna", + "r" + ], + [ + "w", + "ic" + ], + [ + "wi", + "c" + ], + [ + "Ġ", + "shocks" + ], + [ + "Ġsh", + "ocks" + ], + [ + "Ġshock", + "s" + ], + [ + "Ġsho", + "cks" + ], + [ + "o", + "gging" + ], + [ + "og", + "ging" + ], + [ + "ogg", + "ing" + ], + [ + "Ġreg", + "istry" + ], + [ + "Ġregist", + "ry" + ], + [ + "Ġ", + "Sharing" + ], + [ + "ĠSh", + "aring" + ], + [ + "ĠShar", + "ing" + ], + [ + "ĠSha", + "ring" + ], + [ + "um", + "bered" + ], + [ + "umb", + "ered" + ], + [ + "umber", + "ed" + ], + [ + "ĠPar", + "ish" + ], + [ + "ĠParis", + "h" + ], + [ + "ĠPa", + "rish" + ], + [ + "Ġ", + "Apparently" + ], + [ + "ĠApp", + "arently" + ], + [ + "Ġfinger", + "print" + ], + [ + "B", + "ro" + ], + [ + "Br", + "o" + ], + [ + "I", + "U" + ], + [ + "g", + "ently" + ], + [ + "gent", + "ly" + ], + [ + "is", + "ional" + ], + [ + "ision", + "al" + ], + [ + "isi", + "onal" + ], + [ + "ĠP", + "ew" + ], + [ + "ĠPe", + "w" + ], + [ + "em", + "per" + ], + [ + "emp", + "er" + ], + [ + "ĠJ", + "a" + ], + [ + "au", + "kee" + ], + [ + "auk", + "ee" + ], + [ + "ĠSe", + "lection" + ], + [ + "ĠSelect", + "ion" + ], + [ + "ĠSel", + "ection" + ], + [ + "cel", + "ona" + ], + [ + "o", + "cyt" + ], + [ + "oc", + "yt" + ], + [ + "ocy", + "t" + ], + [ + "Ġcon", + "vection" + ], + [ + "Ġconv", + "ection" + ], + [ + "Ġconve", + "ction" + ], + [ + "-", + "phase" + ], + [ + "-ph", + "ase" + ], + [ + "Ġramp", + "ant" + ], + [ + "b", + "uild" + ], + [ + "bu", + "ild" + ], + [ + "it", + "ality" + ], + [ + "ital", + "ity" + ], + [ + "Ġ", + "IBS" + ], + [ + "ĠI", + "BS" + ], + [ + "ĠIB", + "S" + ], + [ + "an", + "gi" + ], + [ + "ang", + "i" + ], + [ + "Ġref", + "rain" + ], + [ + "Ġland", + "marks" + ], + [ + "Ġlandmark", + "s" + ], + [ + "Ġ", + "olds" + ], + [ + "Ġold", + "s" + ], + [ + "Ġol", + "ds" + ], + [ + "Ġdoct", + "rines" + ], + [ + "Ġdoctrine", + "s" + ], + [ + "Ġdoctr", + "ines" + ], + [ + "Ġtar", + "iffs" + ], + [ + "Ġtariff", + "s" + ], + [ + "-", + "eye" + ], + [ + "-e", + "ye" + ], + [ + "Ġchrom", + "ium" + ], + [ + "Ġresemb", + "lance" + ], + [ + "Ġexacerb", + "ate" + ], + [ + "ĠBrig", + "ade" + ], + [ + "Ġdisgu", + "st" + ], + [ + "Ġdisg", + "ust" + ], + [ + "in", + "form" + ], + [ + "inf", + "orm" + ], + [ + "info", + "rm" + ], + [ + "ent", + "ional" + ], + [ + "ention", + "al" + ], + [ + "ĠS", + "pl" + ], + [ + "ĠSp", + "l" + ], + [ + "i", + "fix" + ], + [ + "if", + "ix" + ], + [ + "ifi", + "x" + ], + [ + "ĠP", + "ars" + ], + [ + "ĠPar", + "s" + ], + [ + "ĠPa", + "rs" + ], + [ + "qu", + "isition" + ], + [ + "quis", + "ition" + ], + [ + "Ġch", + "unk" + ], + [ + "Ġ", + "Running" + ], + [ + "ĠR", + "unning" + ], + [ + "ĠRun", + "ning" + ], + [ + "Ġw", + "hee" + ], + [ + "Ġwh", + "ee" + ], + [ + "Ġwhe", + "e" + ], + [ + "Ġsurv", + "ives" + ], + [ + "Ġsurvive", + "s" + ], + [ + "Ġsurviv", + "es" + ], + [ + "D", + "AY" + ], + [ + "DA", + "Y" + ], + [ + "Ġde", + "note" + ], + [ + "Ġden", + "ote" + ], + [ + "C", + "ancer" + ], + [ + "Can", + "cer" + ], + [ + "Ġamb", + "itions" + ], + [ + "Ġambit", + "ions" + ], + [ + "Ġambition", + "s" + ], + [ + "ĠSoviet", + "s" + ], + [ + "Ġso", + "ups" + ], + [ + "Ġsou", + "ps" + ], + [ + "Ġsoup", + "s" + ], + [ + "Ġlo", + "bes" + ], + [ + "Ġlob", + "es" + ], + [ + "Ġlobe", + "s" + ], + [ + "ĠDun", + "can" + ], + [ + "ĠF", + "unctions" + ], + [ + "ĠFun", + "ctions" + ], + [ + "ĠFunction", + "s" + ], + [ + "ĠSur", + "vival" + ], + [ + "ĠSurv", + "ival" + ], + [ + "ĠSurviv", + "al" + ], + [ + "Ġlegitim", + "acy" + ], + [ + "D", + "ev" + ], + [ + "De", + "v" + ], + [ + "W", + "E" + ], + [ + "d", + "oc" + ], + [ + "do", + "c" + ], + [ + "f", + "riend" + ], + [ + "fri", + "end" + ], + [ + "y", + "rs" + ], + [ + "yr", + "s" + ], + [ + "Ġst", + "itch" + ], + [ + "Ġp", + "light" + ], + [ + "Ġpl", + "ight" + ], + [ + "ĠTh", + "ames" + ], + [ + "Ġpoll", + "uting" + ], + [ + "Ġpollut", + "ing" + ], + [ + "-e", + "yed" + ], + [ + "-eye", + "d" + ], + [ + "Ġsy", + "nc" + ], + [ + "Ġsyn", + "c" + ], + [ + "ĠBur", + "ke" + ], + [ + "ĠBurk", + "e" + ], + [ + "Ġdr", + "agons" + ], + [ + "Ġdrag", + "ons" + ], + [ + "Ġdragon", + "s" + ], + [ + "aryn", + "geal" + ], + [ + "aryng", + "eal" + ], + [ + "Ġre", + "cess" + ], + [ + "Ġr", + "ecess" + ], + [ + "Ġrec", + "ess" + ], + [ + "Ġrece", + "ss" + ], + [ + "r", + "enched" + ], + [ + "ren", + "ched" + ], + [ + "rench", + "ed" + ], + [ + "Ġch", + "eek" + ], + [ + "Ġche", + "ek" + ], + [ + "Ġ", + "Scan" + ], + [ + "ĠS", + "can" + ], + [ + "ĠSc", + "an" + ], + [ + "Ġb", + "askets" + ], + [ + "Ġbas", + "kets" + ], + [ + "Ġbasket", + "s" + ], + [ + "ĠSan", + "ct" + ], + [ + "Ġ", + "Translation" + ], + [ + "ĠTrans", + "lation" + ], + [ + "ĠTransl", + "ation" + ], + [ + "Ġban", + "ner" + ], + [ + "Ġam", + "bul" + ], + [ + "Ġamb", + "ul" + ], + [ + "ĠSuper", + "ior" + ], + [ + "ĠSup", + "erior" + ], + [ + "Ġ", + "Occasionally" + ], + [ + "ĠOcc", + "asionally" + ], + [ + "Ġmot", + "ifs" + ], + [ + "Ġmotif", + "s" + ], + [ + ".", + "v" + ], + [ + "Ġa", + "ure" + ], + [ + "Ġaur", + "e" + ], + [ + "Ġau", + "re" + ], + [ + "in", + "ner" + ], + [ + "inn", + "er" + ], + [ + "Ġn", + "uisance" + ], + [ + "ĠP", + "ig" + ], + [ + "ĠPi", + "g" + ], + [ + "Ġ", + "rites" + ], + [ + "Ġr", + "ites" + ], + [ + "Ġrite", + "s" + ], + [ + "Ġrit", + "es" + ], + [ + "o", + "cin" + ], + [ + "oc", + "in" + ], + [ + "oci", + "n" + ], + [ + "ĠG", + "ren" + ], + [ + "ĠGr", + "en" + ], + [ + "ĠGre", + "n" + ], + [ + "Ġun", + "ravel" + ], + [ + "l", + "ecting" + ], + [ + "lect", + "ing" + ], + [ + "Ġmod", + "ulation" + ], + [ + "Ġ", + "Arthritis" + ], + [ + "ĠAr", + "thritis" + ], + [ + "ĠArth", + "ritis" + ], + [ + "Ġwe", + "ighted" + ], + [ + "Ġweight", + "ed" + ], + [ + "Ġweigh", + "ted" + ], + [ + "ĠNorth", + "western" + ], + [ + "ĠNorthwest", + "ern" + ], + [ + "ĠT", + "rial" + ], + [ + "ĠTr", + "ial" + ], + [ + "ĠTri", + "al" + ], + [ + "Ġ", + "apes" + ], + [ + "Ġa", + "pes" + ], + [ + "Ġap", + "es" + ], + [ + "Ġape", + "s" + ], + [ + "ĠB", + "arry" + ], + [ + "ĠBar", + "ry" + ], + [ + "ĠBarr", + "y" + ], + [ + "f", + "lation" + ], + [ + "fl", + "ation" + ], + [ + "flat", + "ion" + ], + [ + "r", + "ogens" + ], + [ + "ro", + "gens" + ], + [ + "rogen", + "s" + ], + [ + "rog", + "ens" + ], + [ + "r", + "usive" + ], + [ + "rus", + "ive" + ], + [ + "ĠInf", + "rastructure" + ], + [ + "Ġp", + "raying" + ], + [ + "Ġpr", + "aying" + ], + [ + "Ġpray", + "ing" + ], + [ + "Ġpra", + "ying" + ], + [ + "Ġl", + "inen" + ], + [ + "Ġline", + "n" + ], + [ + "Ġlin", + "en" + ], + [ + "Ġli", + "nen" + ], + [ + "×Ļ", + "×" + ], + [ + "Ġlatt", + "ice" + ], + [ + "C", + "ould" + ], + [ + "Co", + "uld" + ], + [ + "C", + "ell" + ], + [ + "Ce", + "ll" + ], + [ + "Cel", + "l" + ], + [ + "Ġf", + "ountain" + ], + [ + "Ġ(", + "+" + ], + [ + "Ġpr", + "istine" + ], + [ + "Ġcost", + "umes" + ], + [ + "Ġcostume", + "s" + ], + [ + "Ġtra", + "iners" + ], + [ + "Ġtrain", + "ers" + ], + [ + "Ġtrainer", + "s" + ], + [ + "Ġtraine", + "rs" + ], + [ + "Ġdistingu", + "ishes" + ], + [ + "Ġdistinguish", + "es" + ], + [ + "Ġdec", + "orate" + ], + [ + "Ġdecor", + "ate" + ], + [ + "Ġdeco", + "rate" + ], + [ + "Ġ", + "Sadly" + ], + [ + "ĠSad", + "ly" + ], + [ + "E", + "U" + ], + [ + "g", + "roups" + ], + [ + "group", + "s" + ], + [ + "l", + "ib" + ], + [ + "li", + "b" + ], + [ + "al", + "ms" + ], + [ + "alm", + "s" + ], + [ + "Ġcomp", + "osing" + ], + [ + "Ġcompos", + "ing" + ], + [ + "i", + "az" + ], + [ + "ia", + "z" + ], + [ + "Ġbl", + "ending" + ], + [ + "Ġblend", + "ing" + ], + [ + "Ġnational", + "ist" + ], + [ + "Ġarch", + "ival" + ], + [ + "Ġmention", + "ing" + ], + [ + "Ess", + "ay" + ], + [ + "Es", + "say" + ], + [ + "-", + "att" + ], + [ + "-a", + "tt" + ], + [ + "-at", + "t" + ], + [ + ".", + "h" + ], + [ + "s", + "ince" + ], + [ + "sin", + "ce" + ], + [ + "si", + "nce" + ], + [ + "Ġb", + "ounds" + ], + [ + "Ġbo", + "unds" + ], + [ + "Ġbound", + "s" + ], + [ + "st", + "ore" + ], + [ + "i", + "ga" + ], + [ + "ig", + "a" + ], + [ + "Ġ", + "SEL" + ], + [ + "ĠS", + "EL" + ], + [ + "ĠSE", + "L" + ], + [ + "Ġc", + "ancel" + ], + [ + "Ġcan", + "cel" + ], + [ + "Ġcance", + "l" + ], + [ + "ĠInter", + "face" + ], + [ + "In", + "teg" + ], + [ + "Int", + "eg" + ], + [ + "ĠSch", + "eme" + ], + [ + "ĠSche", + "me" + ], + [ + "Ġli", + "abilities" + ], + [ + "Ġtoken", + "s" + ], + [ + "Ġtok", + "ens" + ], + [ + "B", + "ul" + ], + [ + "Bu", + "l" + ], + [ + "Ġp", + "rizes" + ], + [ + "Ġpr", + "izes" + ], + [ + "Ġprize", + "s" + ], + [ + "Ġpri", + "zes" + ], + [ + "ur", + "p" + ], + [ + "ot", + "omy" + ], + [ + "oto", + "my" + ], + [ + "otom", + "y" + ], + [ + "c", + "hus" + ], + [ + "ch", + "us" + ], + [ + "chu", + "s" + ], + [ + "Ġas", + "phalt" + ], + [ + "r", + "uff" + ], + [ + "ru", + "ff" + ], + [ + "ĠS", + "eb" + ], + [ + "ĠSe", + "b" + ], + [ + "Ġ", + "Teeth" + ], + [ + "ĠTe", + "eth" + ], + [ + "Ġs", + "older" + ], + [ + "Ġsol", + "der" + ], + [ + "Ġsold", + "er" + ], + [ + "Ġc", + "oupling" + ], + [ + "Ġcou", + "pling" + ], + [ + "Ġcoup", + "ling" + ], + [ + "Ġske", + "letons" + ], + [ + "Ġskeleton", + "s" + ], + [ + "Ġgly", + "cemic" + ], + [ + "Ġglyc", + "emic" + ], + [ + "Ġ", + "Improving" + ], + [ + "ĠImpro", + "ving" + ], + [ + "Ġ", + "owning" + ], + [ + "Ġown", + "ing" + ], + [ + "Ġow", + "ning" + ], + [ + "V", + "arious" + ], + [ + "Var", + "ious" + ], + [ + "Vari", + "ous" + ], + [ + "á", + "½" + ], + [ + "op", + "edic" + ], + [ + "oped", + "ic" + ], + [ + "ĠD", + "ermat" + ], + [ + "ĠDer", + "mat" + ], + [ + "ĠDerm", + "at" + ], + [ + "ĠF", + "BI" + ], + [ + "ĠFB", + "I" + ], + [ + "Ġthe", + "irs" + ], + [ + "Ġtheir", + "s" + ], + [ + "Ġcont", + "end" + ], + [ + "Ġro", + "asted" + ], + [ + "Ġroast", + "ed" + ], + [ + "Ġpur", + "ified" + ], + [ + "Ġpu", + "rified" + ], + [ + "ĠB", + "aron" + ], + [ + "ĠBar", + "on" + ], + [ + "ĠBa", + "ron" + ], + [ + "Ġbed", + "rock" + ], + [ + "Ġlymph", + "atic" + ], + [ + "E", + "ver" + ], + [ + "Ev", + "er" + ], + [ + "b", + "ugs" + ], + [ + "bug", + "s" + ], + [ + "bu", + "gs" + ], + [ + "c", + "hens" + ], + [ + "ch", + "ens" + ], + [ + "che", + "ns" + ], + [ + "chen", + "s" + ], + [ + "p", + "rop" + ], + [ + "pr", + "op" + ], + [ + "pro", + "p" + ], + [ + "Ġp", + "ending" + ], + [ + "Ġpen", + "ding" + ], + [ + "Ġpend", + "ing" + ], + [ + "Ġ", + "Ment" + ], + [ + "ĠM", + "ent" + ], + [ + "ĠMe", + "nt" + ], + [ + "ĠMen", + "t" + ], + [ + "Ġv", + "ain" + ], + [ + "Ġva", + "in" + ], + [ + "Ġsp", + "ines" + ], + [ + "Ġspin", + "es" + ], + [ + "Ġspine", + "s" + ], + [ + "Ġspi", + "nes" + ], + [ + "Ġpl", + "atinum" + ], + [ + "Ġplat", + "inum" + ], + [ + "fore", + "sts" + ], + [ + "for", + "ests" + ], + [ + "forest", + "s" + ], + [ + "ĠCol", + "ony" + ], + [ + "ĠColon", + "y" + ], + [ + "ĠColo", + "ny" + ], + [ + "I", + "DE" + ], + [ + "ID", + "E" + ], + [ + "Ġ", + "Traditionally" + ], + [ + "ĠTra", + "ditionally" + ], + [ + "ĠTraditional", + "ly" + ], + [ + "ĠTradition", + "ally" + ], + [ + "ĠUnder", + "ground" + ], + [ + "Ġscr", + "atching" + ], + [ + "Ġscratch", + "ing" + ], + [ + "Reg", + "ular" + ], + [ + "Ġmerch", + "and" + ], + [ + "Ġmerc", + "hand" + ], + [ + "Ġsurviv", + "or" + ], + [ + "ĠCon", + "nection" + ], + [ + "ĠConnect", + "ion" + ], + [ + "ĠConn", + "ection" + ], + [ + "c", + "i" + ], + [ + "f", + "its" + ], + [ + "fit", + "s" + ], + [ + "fi", + "ts" + ], + [ + "Ġs", + "ank" + ], + [ + "Ġsan", + "k" + ], + [ + "v", + "ered" + ], + [ + "ve", + "red" + ], + [ + "ver", + "ed" + ], + [ + "vere", + "d" + ], + [ + "Ġ", + "Pret" + ], + [ + "ĠP", + "ret" + ], + [ + "ĠPr", + "et" + ], + [ + "ĠPre", + "t" + ], + [ + "Ġn", + "eo" + ], + [ + "Ġne", + "o" + ], + [ + "and", + "escent" + ], + [ + "ie", + "ves" + ], + [ + "ieve", + "s" + ], + [ + "iev", + "es" + ], + [ + "Ġfederal", + "ly" + ], + [ + "Ġfed", + "erally" + ], + [ + "Ġ", + "Females" + ], + [ + "ĠFem", + "ales" + ], + [ + "ĠFemale", + "s" + ], + [ + "Ġ", + "Functional" + ], + [ + "ĠF", + "unctional" + ], + [ + "ĠFunction", + "al" + ], + [ + "Ġutter", + "ly" + ], + [ + "ĠPl", + "ateau" + ], + [ + "ĠPlate", + "au" + ], + [ + "´", + "s" + ], + [ + "Ġover", + "crow" + ], + [ + "Ġoverc", + "row" + ], + [ + "ĠSic", + "ily" + ], + [ + "r", + "c" + ], + [ + "e", + "no" + ], + [ + "en", + "o" + ], + [ + "Ġ", + "Slavery" + ], + [ + "ĠS", + "lavery" + ], + [ + "ĠSl", + "avery" + ], + [ + "ĠSlav", + "ery" + ], + [ + "ĠSlave", + "ry" + ], + [ + "ĠB", + "ach" + ], + [ + "ĠBa", + "ch" + ], + [ + "ĠBac", + "h" + ], + [ + "Ġ", + "Hands" + ], + [ + "ĠH", + "ands" + ], + [ + "ĠHand", + "s" + ], + [ + "ĠHan", + "ds" + ], + [ + "ĠD", + "ipl" + ], + [ + "ĠDi", + "pl" + ], + [ + "ĠDip", + "l" + ], + [ + "Ġ", + "âĢľ[" + ], + [ + "ĠâĢľ", + "[" + ], + [ + "Ġs", + "ober" + ], + [ + "Ġso", + "ber" + ], + [ + "ĠSt", + "roke" + ], + [ + "ĠStr", + "oke" + ], + [ + "ĠStro", + "ke" + ], + [ + "Ġ", + "para" + ], + [ + "Ġp", + "ara" + ], + [ + "Ġpar", + "a" + ], + [ + "Ġpa", + "ra" + ], + [ + "Ġpost", + "doctoral" + ], + [ + "Ġ", + "Carp" + ], + [ + "ĠC", + "arp" + ], + [ + "ĠCar", + "p" + ], + [ + "Ġe", + "ighty" + ], + [ + "Ġeight", + "y" + ], + [ + "Ġliqu", + "or" + ], + [ + "Every", + "thing" + ], + [ + "Ġflash", + "cards" + ], + [ + "Ġsyll", + "ables" + ], + [ + "Ġsyllable", + "s" + ], + [ + "ĠMc", + "Kin" + ], + [ + "ĠMcK", + "in" + ], + [ + "t", + "ys" + ], + [ + "ty", + "s" + ], + [ + "a", + "long" + ], + [ + "al", + "ong" + ], + [ + "alo", + "ng" + ], + [ + "alon", + "g" + ], + [ + "r", + "oy" + ], + [ + "ro", + "y" + ], + [ + "Ġpo", + "aching" + ], + [ + "Ġact", + "ivates" + ], + [ + "Ġactiv", + "ates" + ], + [ + "Ġactivate", + "s" + ], + [ + "An", + "cient" + ], + [ + "ĠC", + "och" + ], + [ + "ĠCo", + "ch" + ], + [ + "ĠCoc", + "h" + ], + [ + "Ġstrateg", + "ically" + ], + [ + "Ġstrategic", + "ally" + ], + [ + "char", + "acter" + ], + [ + "Ġun", + "sustainable" + ], + [ + "Ġuns", + "ustainable" + ], + [ + "Ġ", + "Ãī" + ], + [ + "ĠÃ", + "ī" + ], + [ + "uzz", + "y" + ], + [ + "uz", + "zy" + ], + [ + "Ġ", + "Characteristics" + ], + [ + "ĠCharacter", + "istics" + ], + [ + "ĠJour", + "ney" + ], + [ + "c", + "am" + ], + [ + "ca", + "m" + ], + [ + "od", + "ont" + ], + [ + "odon", + "t" + ], + [ + "odo", + "nt" + ], + [ + "Ġnot", + "icing" + ], + [ + "a", + "rel" + ], + [ + "ar", + "el" + ], + [ + "are", + "l" + ], + [ + "in", + "ked" + ], + [ + "ink", + "ed" + ], + [ + "r", + "actions" + ], + [ + "ra", + "ctions" + ], + [ + "ract", + "ions" + ], + [ + "raction", + "s" + ], + [ + "Ġbar", + "ren" + ], + [ + "Ġrev", + "ital" + ], + [ + "ĠS", + "uz" + ], + [ + "ĠSu", + "z" + ], + [ + "v", + "isible" + ], + [ + "vis", + "ible" + ], + [ + "Ab", + "ove" + ], + [ + "Ġnegot", + "iated" + ], + [ + "Ġnegotiate", + "d" + ], + [ + "Ġhyd", + "roelectric" + ], + [ + "Ġhydro", + "electric" + ], + [ + "Ġh", + "acker" + ], + [ + "Ġha", + "cker" + ], + [ + "Ġhack", + "er" + ], + [ + "ĠNic", + "arag" + ], + [ + "ĠPl", + "atform" + ], + [ + "ĠPlat", + "form" + ], + [ + "Ġtran", + "qu" + ], + [ + "ĠRequ", + "irements" + ], + [ + "ĠRequire", + "ments" + ], + [ + "ĠRequirement", + "s" + ], + [ + "\"", + "Our" + ], + [ + "/", + "en" + ], + [ + "/e", + "n" + ], + [ + "F", + "s" + ], + [ + "Ġ", + "bony" + ], + [ + "Ġb", + "ony" + ], + [ + "Ġbo", + "ny" + ], + [ + "Ġbon", + "y" + ], + [ + "Ġf", + "ission" + ], + [ + "Ġfiss", + "ion" + ], + [ + "Ġd", + "red" + ], + [ + "Ġdr", + "ed" + ], + [ + "Ġdre", + "d" + ], + [ + "Ġ", + "Typical" + ], + [ + "ĠT", + "ypical" + ], + [ + "ĠTyp", + "ical" + ], + [ + "ĠC", + "asc" + ], + [ + "ĠCa", + "sc" + ], + [ + "ĠCas", + "c" + ], + [ + "Ġpart", + "nered" + ], + [ + "Ġpartner", + "ed" + ], + [ + "l", + "ler" + ], + [ + "ll", + "er" + ], + [ + "lle", + "r" + ], + [ + "Ġtr", + "imester" + ], + [ + "Ġtrim", + "ester" + ], + [ + "cl", + "osure" + ], + [ + "Ġan", + "tit" + ], + [ + "Ġant", + "it" + ], + [ + "Ġanti", + "t" + ], + [ + "Ġ", + "Advert" + ], + [ + "ĠAd", + "vert" + ], + [ + "ĠAdv", + "ert" + ], + [ + "Ġtext", + "ing" + ], + [ + "Ġgr", + "ounding" + ], + [ + "Ġground", + "ing" + ], + [ + "Ġgro", + "unding" + ], + [ + "Ch", + "ange" + ], + [ + "Ġ", + "iris" + ], + [ + "Ġir", + "is" + ], + [ + "Ġi", + "ris" + ], + [ + "ĠIndust", + "ries" + ], + [ + "Ġsummar", + "izes" + ], + [ + "Ġsummarize", + "s" + ], + [ + "Ġheaven", + "ly" + ], + [ + "Ġ", + "Objects" + ], + [ + "ĠOb", + "jects" + ], + [ + "ĠObject", + "s" + ], + [ + "Ġ", + "Electricity" + ], + [ + "ĠElectric", + "ity" + ], + [ + "Ġsib", + "ling" + ], + [ + "Ġsi", + "bling" + ], + [ + "-", + "developed" + ], + [ + "-d", + "eveloped" + ], + [ + "F", + "ort" + ], + [ + "For", + "t" + ], + [ + "c", + "umin" + ], + [ + "cu", + "min" + ], + [ + "d", + "ard" + ], + [ + "da", + "rd" + ], + [ + "dar", + "d" + ], + [ + "if", + "th" + ], + [ + "ift", + "h" + ], + [ + "Ġc", + "lad" + ], + [ + "Ġcl", + "ad" + ], + [ + "ĠK", + "i" + ], + [ + "Ġdi", + "agonal" + ], + [ + "Ġdiagon", + "al" + ], + [ + "Ġsl", + "ept" + ], + [ + "Ġsle", + "pt" + ], + [ + "Ġdis", + "close" + ], + [ + "Ġdiscl", + "ose" + ], + [ + "ĠCamer", + "on" + ], + [ + "ĠCame", + "ron" + ], + [ + "M", + "iss" + ], + [ + "Mis", + "s" + ], + [ + "Mi", + "ss" + ], + [ + "ĠB", + "uch" + ], + [ + "ĠBu", + "ch" + ], + [ + "ĠBuc", + "h" + ], + [ + "Ġ", + "Drop" + ], + [ + "ĠD", + "rop" + ], + [ + "ĠDr", + "op" + ], + [ + "ĠDro", + "p" + ], + [ + "Ġ", + "Fruits" + ], + [ + "ĠF", + "ruits" + ], + [ + "ĠFr", + "uits" + ], + [ + "ĠFruit", + "s" + ], + [ + "ĠJ", + "ur" + ], + [ + "ĠJu", + "r" + ], + [ + "Ġdiff", + "ered" + ], + [ + "Ġdiffere", + "d" + ], + [ + "Ġdiffer", + "ed" + ], + [ + "Ġrep", + "utable" + ], + [ + "Ġdi", + "abetics" + ], + [ + "Ġdiabetic", + "s" + ], + [ + "Ġm", + "ats" + ], + [ + "Ġma", + "ts" + ], + [ + "Ġmat", + "s" + ], + [ + "O", + "NE" + ], + [ + "ON", + "E" + ], + [ + "Ġdecl", + "ares" + ], + [ + "Ġdeclar", + "es" + ], + [ + "Ġdeclare", + "s" + ], + [ + "Ġstat", + "ioned" + ], + [ + "Ġstation", + "ed" + ], + [ + "Ġbond", + "ed" + ], + [ + "Ġbon", + "ded" + ], + [ + "Ġsub", + "stitutes" + ], + [ + "Ġsubstit", + "utes" + ], + [ + "Ġsubstitute", + "s" + ], + [ + "Ġd", + "umping" + ], + [ + "Ġdump", + "ing" + ], + [ + "Ġdum", + "ping" + ], + [ + "ĠW", + "esley" + ], + [ + "ĠWes", + "ley" + ], + [ + "Ġcush", + "ion" + ], + [ + "/", + "G" + ], + [ + "i", + "nant" + ], + [ + "in", + "ant" + ], + [ + "ina", + "nt" + ], + [ + "im", + "age" + ], + [ + "ima", + "ge" + ], + [ + "ĠEarth", + "qu" + ], + [ + "Ġexc", + "re" + ], + [ + "I", + "SC" + ], + [ + "IS", + "C" + ], + [ + "Ġre", + "vered" + ], + [ + "Ġrev", + "ered" + ], + [ + "Ġreve", + "red" + ], + [ + "Ġrever", + "ed" + ], + [ + "Ġrevere", + "d" + ], + [ + "ĠL", + "arry" + ], + [ + "ĠLar", + "ry" + ], + [ + "Ġsw", + "allowed" + ], + [ + "Ġswallow", + "ed" + ], + [ + "Ġdeleg", + "ation" + ], + [ + "ĠPe", + "arson" + ], + [ + "ĠPear", + "son" + ], + [ + "E", + "c" + ], + [ + "Ġ", + "Wave" + ], + [ + "ĠW", + "ave" + ], + [ + "ĠWa", + "ve" + ], + [ + "ĠR", + "anch" + ], + [ + "ĠRan", + "ch" + ], + [ + "Ġdem", + "ographics" + ], + [ + "Ġdemographic", + "s" + ], + [ + "Ġc", + "atches" + ], + [ + "Ġcat", + "ches" + ], + [ + "Ġcatch", + "es" + ], + [ + "Ġinteg", + "ers" + ], + [ + "Ġinteger", + "s" + ], + [ + "Ġh", + "arming" + ], + [ + "Ġharm", + "ing" + ], + [ + "Ġhar", + "ming" + ], + [ + "Ġ", + "Meet" + ], + [ + "ĠMe", + "et" + ], + [ + "ĠMee", + "t" + ], + [ + "Ġc", + "rowned" + ], + [ + "Ġcr", + "owned" + ], + [ + "Ġcrow", + "ned" + ], + [ + "Ġcrown", + "ed" + ], + [ + "Ġst", + "acked" + ], + [ + "Ġstack", + "ed" + ], + [ + "Ġsta", + "cked" + ], + [ + "Know", + "ing" + ], + [ + "Kn", + "owing" + ], + [ + "ĠArchae", + "ological" + ], + [ + "ĠElse", + "vier" + ], + [ + "b", + "ite" + ], + [ + "bit", + "e" + ], + [ + "bi", + "te" + ], + [ + "Ġs", + "ang" + ], + [ + "Ġsa", + "ng" + ], + [ + "Ġsan", + "g" + ], + [ + "Ġ", + "lum" + ], + [ + "Ġl", + "um" + ], + [ + "ĠP", + "ond" + ], + [ + "ĠPo", + "nd" + ], + [ + "ĠPon", + "d" + ], + [ + "Ġsp", + "am" + ], + [ + "Ġspa", + "m" + ], + [ + "Ġ", + "Length" + ], + [ + "ĠL", + "ength" + ], + [ + "ag", + "ons" + ], + [ + "ago", + "ns" + ], + [ + "agon", + "s" + ], + [ + "Ġchild", + "care" + ], + [ + "Ġfurn", + "ish" + ], + [ + "Ġfur", + "nish" + ], + [ + "U", + "B" + ], + [ + "Ġp", + "enny" + ], + [ + "Ġpen", + "ny" + ], + [ + "Ġpenn", + "y" + ], + [ + "Ġ", + "GB" + ], + [ + "ĠG", + "B" + ], + [ + "ĠG", + "ur" + ], + [ + "ĠGu", + "r" + ], + [ + "ood", + "les" + ], + [ + "oodle", + "s" + ], + [ + "Ġres", + "olving" + ], + [ + "man", + "uel" + ], + [ + "Ġ", + "forested" + ], + [ + "Ġfor", + "ested" + ], + [ + "Ġfore", + "sted" + ], + [ + "Ġforest", + "ed" + ], + [ + "Ġsea", + "weed" + ], + [ + "Ġseaw", + "eed" + ], + [ + "Ġmand", + "ates" + ], + [ + "Ġmandate", + "s" + ], + [ + "Ġst", + "uffed" + ], + [ + "Ġstuff", + "ed" + ], + [ + "ĠPhotos", + "hop" + ], + [ + "ĠPubl", + "ishers" + ], + [ + "ĠPublisher", + "s" + ], + [ + "o", + "don" + ], + [ + "od", + "on" + ], + [ + "odo", + "n" + ], + [ + "ĠH", + "aven" + ], + [ + "ĠHave", + "n" + ], + [ + "ĠHa", + "ven" + ], + [ + "ĠHav", + "en" + ], + [ + "ar", + "te" + ], + [ + "art", + "e" + ], + [ + "Ġb", + "light" + ], + [ + "Ġbl", + "ight" + ], + [ + "ise", + "ase" + ], + [ + "Ġcult", + "ured" + ], + [ + "Ġculture", + "d" + ], + [ + "Ġachie", + "vable" + ], + [ + "Ġtrans", + "forms" + ], + [ + "Ġtransform", + "s" + ], + [ + "Ġtransf", + "orms" + ], + [ + "Ġvisc", + "osity" + ], + [ + "ĠHond", + "uras" + ], + [ + "Ð", + "¼" + ], + [ + "l", + "ys" + ], + [ + "ly", + "s" + ], + [ + "Ġ", + "ACE" + ], + [ + "ĠA", + "CE" + ], + [ + "ĠAC", + "E" + ], + [ + "qu", + "estion" + ], + [ + "ques", + "tion" + ], + [ + "quest", + "ion" + ], + [ + "ĠW", + "ise" + ], + [ + "ĠWi", + "se" + ], + [ + "ĠWis", + "e" + ], + [ + "Ġse", + "aling" + ], + [ + "Ġsea", + "ling" + ], + [ + "Ġseal", + "ing" + ], + [ + "Ġup", + "hold" + ], + [ + "Ġuphol", + "d" + ], + [ + "Ġg", + "lor" + ], + [ + "Ġgl", + "or" + ], + [ + "Ġglo", + "r" + ], + [ + "ĠCon", + "struct" + ], + [ + "ĠConst", + "ruct" + ], + [ + "s", + "wick" + ], + [ + "sw", + "ick" + ], + [ + "Ġdeep", + "en" + ], + [ + "Ġocean", + "ic" + ], + [ + "Ġd", + "igested" + ], + [ + "Ġdig", + "ested" + ], + [ + "Ġdigest", + "ed" + ], + [ + "ĠC", + "ampus" + ], + [ + "ĠCam", + "pus" + ], + [ + "ĠCamp", + "us" + ], + [ + "Com", + "ments" + ], + [ + "Comm", + "ents" + ], + [ + "Comment", + "s" + ], + [ + "Ġinfest", + "ations" + ], + [ + "Ġinfestation", + "s" + ], + [ + "Ġbureau", + "cr" + ], + [ + "Ġlet", + "har" + ], + [ + "Ġleth", + "ar" + ], + [ + "w", + "aukee" + ], + [ + "Ġ", + "BS" + ], + [ + "ĠB", + "S" + ], + [ + "ĠF", + "ever" + ], + [ + "ĠFe", + "ver" + ], + [ + "Ġ", + "Thousands" + ], + [ + "ĠTh", + "ousands" + ], + [ + "ĠThousand", + "s" + ], + [ + "Ġimp", + "ending" + ], + [ + "ĠS", + "hore" + ], + [ + "ĠSh", + "ore" + ], + [ + "ĠSho", + "re" + ], + [ + "Ġs", + "ounding" + ], + [ + "Ġso", + "unding" + ], + [ + "Ġsound", + "ing" + ], + [ + "el", + "lington" + ], + [ + "ell", + "ington" + ], + [ + "elling", + "ton" + ], + [ + "Ġmis", + "ery" + ], + [ + "Ġmiser", + "y" + ], + [ + "Ġlegisl", + "ators" + ], + [ + "Ġlegislator", + "s" + ], + [ + "Ġsk", + "ew" + ], + [ + "Ġske", + "w" + ], + [ + "Ġ", + "Immune" + ], + [ + "ĠImm", + "une" + ], + [ + "ĠImmun", + "e" + ], + [ + "Ġt", + "agged" + ], + [ + "Ġtag", + "ged" + ], + [ + "Ġta", + "gged" + ], + [ + "ĠArm", + "enia" + ], + [ + "ĠArmen", + "ia" + ], + [ + "Ġcorrid", + "ors" + ], + [ + "Ġcorridor", + "s" + ], + [ + "Ġflatten", + "ed" + ], + [ + "Ġrecycl", + "able" + ], + [ + "ĠPunj", + "ab" + ], + [ + "(", + "A" + ], + [ + "Ñ", + "Į" + ], + [ + "a", + "tas" + ], + [ + "at", + "as" + ], + [ + "ata", + "s" + ], + [ + "Ġ", + "oft" + ], + [ + "Ġo", + "ft" + ], + [ + "Ġof", + "t" + ], + [ + "ĠB", + "ug" + ], + [ + "ĠBu", + "g" + ], + [ + "Ġ", + "Built" + ], + [ + "ĠB", + "uilt" + ], + [ + "ĠBu", + "ilt" + ], + [ + "Ġ", + "Naturally" + ], + [ + "ĠN", + "aturally" + ], + [ + "ĠNatural", + "ly" + ], + [ + "ĠNat", + "urally" + ], + [ + "ĠNatur", + "ally" + ], + [ + "Ġ", + "GW" + ], + [ + "ĠG", + "W" + ], + [ + "Ġ", + "OH" + ], + [ + "ĠO", + "H" + ], + [ + "Ġ", + "Thirty" + ], + [ + "ĠTh", + "irty" + ], + [ + "ĠThir", + "ty" + ], + [ + "Ġj", + "ets" + ], + [ + "Ġjet", + "s" + ], + [ + "Ġje", + "ts" + ], + [ + "Ġ", + "arth" + ], + [ + "Ġar", + "th" + ], + [ + "Ġart", + "h" + ], + [ + "ĠC", + "hang" + ], + [ + "ĠCh", + "ang" + ], + [ + "ĠChan", + "g" + ], + [ + "ĠCha", + "ng" + ], + [ + "in", + "tage" + ], + [ + "int", + "age" + ], + [ + "inta", + "ge" + ], + [ + "Ġ", + "headings" + ], + [ + "Ġhead", + "ings" + ], + [ + "Ġheading", + "s" + ], + [ + "a", + "ea" + ], + [ + "ae", + "a" + ], + [ + "ĠT", + "rig" + ], + [ + "ĠTr", + "ig" + ], + [ + "ĠTri", + "g" + ], + [ + "Ġcompl", + "ained" + ], + [ + "Ġcomplain", + "ed" + ], + [ + "Ġdiss", + "atis" + ], + [ + "Ġgrand", + "children" + ], + [ + "ar", + "nation" + ], + [ + "arn", + "ation" + ], + [ + "Ġ", + "Negative" + ], + [ + "ĠNeg", + "ative" + ], + [ + "Ġob", + "structive" + ], + [ + "Ġobst", + "ructive" + ], + [ + "Ġobstruct", + "ive" + ], + [ + "Rich", + "ard" + ], + [ + "Ġ", + "nas" + ], + [ + "Ġn", + "as" + ], + [ + "Ġna", + "s" + ], + [ + "ĠM", + "Äģ" + ], + [ + "Ġex", + "quis" + ], + [ + "Ġso", + "othing" + ], + [ + "Ġsoot", + "hing" + ], + [ + "ĠK", + "erala" + ], + [ + "ĠKer", + "ala" + ], + [ + "-d", + "irected" + ], + [ + "-direct", + "ed" + ], + [ + "Ġbr", + "aking" + ], + [ + "Ġbra", + "king" + ], + [ + "Ġ", + "Display" + ], + [ + "ĠDis", + "play" + ], + [ + "ĠDisp", + "lay" + ], + [ + "Ġ", + "Correct" + ], + [ + "ĠC", + "orrect" + ], + [ + "ĠCor", + "rect" + ], + [ + "Ar", + "thur" + ], + [ + "ĠTitan", + "ic" + ], + [ + "ĠTit", + "anic" + ], + [ + "D", + "iabetes" + ], + [ + "Di", + "abetes" + ], + [ + "lesi", + "astical" + ], + [ + "R", + "a" + ], + [ + "ĠC", + "airo" + ], + [ + "ĠCa", + "iro" + ], + [ + "ĠCair", + "o" + ], + [ + "ĠCai", + "ro" + ], + [ + "ĠP", + "ion" + ], + [ + "ĠPi", + "on" + ], + [ + "Ġreg", + "enerative" + ], + [ + "Ġregen", + "erative" + ], + [ + "Ġregener", + "ative" + ], + [ + "Ġcre", + "ams" + ], + [ + "Ġcream", + "s" + ], + [ + "ĠSh", + "arp" + ], + [ + "ĠShar", + "p" + ], + [ + "Ġgraph", + "ite" + ], + [ + "-", + "spec" + ], + [ + "-s", + "pec" + ], + [ + "-sp", + "ec" + ], + [ + "Ġapart", + "heid" + ], + [ + "Ġm", + "oods" + ], + [ + "Ġmo", + "ods" + ], + [ + "Ġmood", + "s" + ], + [ + "Ġru", + "ined" + ], + [ + "Ġruin", + "ed" + ], + [ + "Ġcryptocur", + "rencies" + ], + [ + "Ġvig", + "ilant" + ], + [ + "Ġvigil", + "ant" + ], + [ + "e", + "rations" + ], + [ + "er", + "ations" + ], + [ + "eration", + "s" + ], + [ + "erat", + "ions" + ], + [ + "Ġin", + "ex" + ], + [ + "Ġi", + "nex" + ], + [ + "Ġine", + "x" + ], + [ + "ic", + "um" + ], + [ + "og", + "ues" + ], + [ + "ogue", + "s" + ], + [ + "e", + "ph" + ], + [ + "ep", + "h" + ], + [ + "o", + "ya" + ], + [ + "oy", + "a" + ], + [ + "Ġbi", + "ographies" + ], + [ + "ĠPal", + "mer" + ], + [ + "ĠPalm", + "er" + ], + [ + "ĠJeff", + "rey" + ], + [ + "Ġ", + "venous" + ], + [ + "Ġven", + "ous" + ], + [ + "ĠOri", + "ental" + ], + [ + "ĠOrient", + "al" + ], + [ + "Ġbankrupt", + "cy" + ], + [ + "-", + "oper" + ], + [ + "-op", + "er" + ], + [ + "-o", + "per" + ], + [ + "d", + "raw" + ], + [ + "dr", + "aw" + ], + [ + "Ġp", + "rick" + ], + [ + "Ġpr", + "ick" + ], + [ + "Ġpric", + "k" + ], + [ + "Ġpri", + "ck" + ], + [ + "Ġm", + "L" + ], + [ + "u", + "ta" + ], + [ + "ut", + "a" + ], + [ + "ĠM", + "ull" + ], + [ + "ĠMu", + "ll" + ], + [ + "ĠMul", + "l" + ], + [ + "Ġpat", + "rons" + ], + [ + "Ġpatron", + "s" + ], + [ + "Ġd", + "elic" + ], + [ + "Ġde", + "lic" + ], + [ + "Ġdel", + "ic" + ], + [ + "Ġpen", + "cils" + ], + [ + "Ġpencil", + "s" + ], + [ + "ĠCorn", + "wall" + ], + [ + "Ġre", + "create" + ], + [ + "Ġrec", + "reate" + ], + [ + "Ġrecre", + "ate" + ], + [ + "è", + "re" + ], + [ + "ar", + "thy" + ], + [ + "art", + "hy" + ], + [ + "arth", + "y" + ], + [ + "Ġerad", + "ication" + ], + [ + "Ġeradic", + "ation" + ], + [ + "ĠVoy", + "ager" + ], + [ + "ĠVoyage", + "r" + ], + [ + "&", + "M" + ], + [ + "-", + "health" + ], + [ + "-he", + "alth" + ], + [ + "R", + "equ" + ], + [ + "Re", + "qu" + ], + [ + "i", + "ob" + ], + [ + "io", + "b" + ], + [ + "Ġc", + "edar" + ], + [ + "Ġce", + "dar" + ], + [ + "Ġced", + "ar" + ], + [ + "Ġcan", + "yon" + ], + [ + "Ġcany", + "on" + ], + [ + "eth", + "oven" + ], + [ + "âĢĶ", + "are" + ], + [ + "âĢĶa", + "re" + ], + [ + "-", + "system" + ], + [ + "-s", + "ystem" + ], + [ + "-sy", + "stem" + ], + [ + "Ġrese", + "arches" + ], + [ + "Ġresearch", + "es" + ], + [ + "Ġresearc", + "hes" + ], + [ + "Ġ", + "Medium" + ], + [ + "ĠMed", + "ium" + ], + [ + "isc", + "opal" + ], + [ + "isco", + "pal" + ], + [ + "iscop", + "al" + ], + [ + "Ġ", + "Recycling" + ], + [ + "ĠRe", + "cycling" + ], + [ + "ĠRec", + "ycling" + ], + [ + "ĠRecy", + "cling" + ], + [ + "ĠM", + "usk" + ], + [ + "ĠMus", + "k" + ], + [ + "ĠMu", + "sk" + ], + [ + "Ġapprox", + "imation" + ], + [ + "Ġse", + "quest" + ], + [ + "Ġsequ", + "est" + ], + [ + "Ġaw", + "ful" + ], + [ + "ĠAst", + "roph" + ], + [ + "ĠPur", + "due" + ], + [ + "ĠKenn", + "eth" + ], + [ + "P", + "et" + ], + [ + "Pe", + "t" + ], + [ + "R", + "o" + ], + [ + "W", + "eek" + ], + [ + "We", + "ek" + ], + [ + "m", + "iah" + ], + [ + "mia", + "h" + ], + [ + "mi", + "ah" + ], + [ + "p", + "resent" + ], + [ + "pre", + "sent" + ], + [ + "pres", + "ent" + ], + [ + "i", + "lion" + ], + [ + "il", + "ion" + ], + [ + "ili", + "on" + ], + [ + "ilio", + "n" + ], + [ + "ĠP", + "omp" + ], + [ + "ĠPo", + "mp" + ], + [ + "ĠPom", + "p" + ], + [ + "a", + "cs" + ], + [ + "ac", + "s" + ], + [ + "ĠH", + "osp" + ], + [ + "ĠHo", + "sp" + ], + [ + "ĠHos", + "p" + ], + [ + "ĠW", + "inn" + ], + [ + "ĠWin", + "n" + ], + [ + "ĠWi", + "nn" + ], + [ + "Ġ", + "ka" + ], + [ + "Ġk", + "a" + ], + [ + "ĠO", + "z" + ], + [ + "er", + "name" + ], + [ + "ern", + "ame" + ], + [ + "Ġc", + "osting" + ], + [ + "Ġcost", + "ing" + ], + [ + "Ġcos", + "ting" + ], + [ + "Ġs", + "words" + ], + [ + "Ġsw", + "ords" + ], + [ + "Ġsword", + "s" + ], + [ + "Ġ", + "Goal" + ], + [ + "ĠGo", + "al" + ], + [ + "ĠGoa", + "l" + ], + [ + "Ġ", + "Ready" + ], + [ + "ĠRe", + "ady" + ], + [ + "ĠRead", + "y" + ], + [ + "Ġtele", + "graph" + ], + [ + "Ġ", + "Define" + ], + [ + "ĠDe", + "fine" + ], + [ + "ĠDef", + "ine" + ], + [ + "ĠDefin", + "e" + ], + [ + "Ġ", + "Addiction" + ], + [ + "ĠAd", + "diction" + ], + [ + "ĠAdd", + "iction" + ], + [ + "Ġexhaust", + "ive" + ], + [ + "Ġdehyd", + "rated" + ], + [ + "ĠP", + "owell" + ], + [ + "ĠPo", + "well" + ], + [ + "ĠPow", + "ell" + ], + [ + "Ġl", + "izard" + ], + [ + "Ġliz", + "ard" + ], + [ + "i", + "u" + ], + [ + "id", + "ine" + ], + [ + "idi", + "ne" + ], + [ + "idin", + "e" + ], + [ + "ver", + "te" + ], + [ + "vert", + "e" + ], + [ + "Ġr", + "att" + ], + [ + "Ġra", + "tt" + ], + [ + "Ġrat", + "t" + ], + [ + "Ġsp", + "icy" + ], + [ + "Ġspi", + "cy" + ], + [ + "Ġspic", + "y" + ], + [ + "Ġ", + "mediation" + ], + [ + "Ġmed", + "iation" + ], + [ + "Ġmedia", + "tion" + ], + [ + "Ġmedi", + "ation" + ], + [ + "-", + "product" + ], + [ + "-p", + "roduct" + ], + [ + "-pro", + "duct" + ], + [ + "Ġshare", + "holders" + ], + [ + "Ġshareholder", + "s" + ], + [ + "b", + "oro" + ], + [ + "bo", + "ro" + ], + [ + "bor", + "o" + ], + [ + "am", + "ba" + ], + [ + "amb", + "a" + ], + [ + "Ġsand", + "wich" + ], + [ + "Ġsandwic", + "h" + ], + [ + "Ġ", + "Optim" + ], + [ + "ĠOp", + "tim" + ], + [ + "ĠOpt", + "im" + ], + [ + "ĠS", + "acred" + ], + [ + "ĠSac", + "red" + ], + [ + "Ġbreakthrough", + "s" + ], + [ + "R", + "ather" + ], + [ + "Ra", + "ther" + ], + [ + "T", + "itle" + ], + [ + "Ti", + "tle" + ], + [ + "p", + "hot" + ], + [ + "ph", + "ot" + ], + [ + "Ġ", + "eman" + ], + [ + "Ġe", + "man" + ], + [ + "Ġem", + "an" + ], + [ + "Ġsol", + "vents" + ], + [ + "Ġsolvent", + "s" + ], + [ + "-", + "designed" + ], + [ + "-d", + "esigned" + ], + [ + "-design", + "ed" + ], + [ + "-des", + "igned" + ], + [ + "Ġfoot", + "prints" + ], + [ + "Ġfootprint", + "s" + ], + [ + "Ġel", + "dest" + ], + [ + "Ġeld", + "est" + ], + [ + "-int", + "ensity" + ], + [ + "Ġaeros", + "ols" + ], + [ + "Ġaerosol", + "s" + ], + [ + "V", + "ER" + ], + [ + "VE", + "R" + ], + [ + "Ñ", + "ĭ" + ], + [ + "c", + "els" + ], + [ + "ce", + "ls" + ], + [ + "cel", + "s" + ], + [ + "Ġ", + "IA" + ], + [ + "ĠI", + "A" + ], + [ + "Ġ", + "Pump" + ], + [ + "ĠP", + "ump" + ], + [ + "ĠPu", + "mp" + ], + [ + "um", + "per" + ], + [ + "ump", + "er" + ], + [ + "ĠH", + "erc" + ], + [ + "ĠHe", + "rc" + ], + [ + "ĠHer", + "c" + ], + [ + "Ġ", + "pea" + ], + [ + "Ġp", + "ea" + ], + [ + "Ġpe", + "a" + ], + [ + "âĢľ", + "As" + ], + [ + "âĢľA", + "s" + ], + [ + "ĠRe", + "ce" + ], + [ + "ĠRec", + "e" + ], + [ + "Ġshort", + "en" + ], + [ + "ĠDi", + "agram" + ], + [ + "ĠDia", + "gram" + ], + [ + "Ġrig", + "or" + ], + [ + "Ġ", + "Literary" + ], + [ + "ĠLiter", + "ary" + ], + [ + "ĠLit", + "erary" + ], + [ + "ĠDev", + "ice" + ], + [ + "ĠDevi", + "ce" + ], + [ + "Ġattribut", + "able" + ], + [ + "Ġmisunder", + "stood" + ], + [ + "Ġ", + "Psalm" + ], + [ + "ĠPs", + "alm" + ], + [ + "ĠP", + "rayer" + ], + [ + "ĠPr", + "ayer" + ], + [ + "ĠPra", + "yer" + ], + [ + "ĠPray", + "er" + ], + [ + "ucalypt", + "us" + ], + [ + "E", + "lectric" + ], + [ + "Elect", + "ric" + ], + [ + "d", + "c" + ], + [ + "n", + "ets" + ], + [ + "ne", + "ts" + ], + [ + "net", + "s" + ], + [ + "Ġ", + "ove" + ], + [ + "Ġo", + "ve" + ], + [ + "Ġov", + "e" + ], + [ + "Ġ", + "Pure" + ], + [ + "ĠP", + "ure" + ], + [ + "ĠPur", + "e" + ], + [ + "ĠPu", + "re" + ], + [ + "Ġ", + "byte" + ], + [ + "Ġby", + "te" + ], + [ + "Ġ", + "riot" + ], + [ + "Ġr", + "iot" + ], + [ + "Ġcomm", + "enced" + ], + [ + "Ġcommence", + "d" + ], + [ + "-", + "case" + ], + [ + "-c", + "ase" + ], + [ + "-ca", + "se" + ], + [ + "ĠMet", + "ro" + ], + [ + "ĠIns", + "pect" + ], + [ + "ĠInsp", + "ect" + ], + [ + "ĠAnd", + "rews" + ], + [ + "ĠAndrew", + "s" + ], + [ + "ĠAndre", + "ws" + ], + [ + "ĠAndr", + "ews" + ], + [ + "ĠO", + "tto" + ], + [ + "ĠOtt", + "o" + ], + [ + "ĠOt", + "to" + ], + [ + ".", + "us" + ], + [ + ".u", + "s" + ], + [ + "m", + "oil" + ], + [ + "mo", + "il" + ], + [ + "Ġre", + "arr" + ], + [ + "Ġrear", + "r" + ], + [ + "ĠC", + "ourses" + ], + [ + "ĠCour", + "ses" + ], + [ + "ĠCourse", + "s" + ], + [ + "ĠCours", + "es" + ], + [ + "Ġ", + "orthodox" + ], + [ + "Ġor", + "thodox" + ], + [ + "Ġorth", + "odox" + ], + [ + "Ġ", + "Possible" + ], + [ + "ĠP", + "ossible" + ], + [ + "ĠPoss", + "ible" + ], + [ + "i", + "pot" + ], + [ + "ip", + "ot" + ], + [ + "Ġe", + "mitting" + ], + [ + "Ġem", + "itting" + ], + [ + "Ġemit", + "ting" + ], + [ + "reg", + "ulated" + ], + [ + "Ġtal", + "lest" + ], + [ + "Ġtall", + "est" + ], + [ + "Ġcons", + "erving" + ], + [ + "Ġconserv", + "ing" + ], + [ + "Ġ", + "Initial" + ], + [ + "ĠInit", + "ial" + ], + [ + "Sim", + "ply" + ], + [ + "rh", + "osis" + ], + [ + "ĠAqu", + "arium" + ], + [ + "ĠAqua", + "rium" + ], + [ + "Ġtempt", + "ing" + ], + [ + "Ġtemp", + "ting" + ], + [ + "Ġdis", + "connect" + ], + [ + "Ġdiscon", + "nect" + ], + [ + "Ġin", + "halation" + ], + [ + "Ġinhal", + "ation" + ], + [ + "Ġp", + "ledged" + ], + [ + "Ġpled", + "ged" + ], + [ + "Ġpledge", + "d" + ], + [ + "-", + "ar" + ], + [ + "-a", + "r" + ], + [ + "-", + "par" + ], + [ + "-p", + "ar" + ], + [ + "Ï", + "Ģ" + ], + [ + "Ġr", + "ushed" + ], + [ + "Ġrush", + "ed" + ], + [ + "Ġpl", + "aint" + ], + [ + "Ġpla", + "int" + ], + [ + "Ġplain", + "t" + ], + [ + "Ġem", + "inent" + ], + [ + "Ġinter", + "stellar" + ], + [ + "Ġtest", + "ament" + ], + [ + "Ġspec", + "tra" + ], + [ + "Ġspect", + "ra" + ], + [ + "a", + "isy" + ], + [ + "ai", + "sy" + ], + [ + "ais", + "y" + ], + [ + "Ġunder", + "side" + ], + [ + "Ġunders", + "ide" + ], + [ + "Ġepidem", + "iology" + ], + [ + "p", + "ieces" + ], + [ + "piece", + "s" + ], + [ + "pi", + "eces" + ], + [ + "pie", + "ces" + ], + [ + "k", + "el" + ], + [ + "ke", + "l" + ], + [ + "k", + "ov" + ], + [ + "ko", + "v" + ], + [ + "il", + "ts" + ], + [ + "ilt", + "s" + ], + [ + "ĠC", + "hester" + ], + [ + "ĠCh", + "ester" + ], + [ + "ĠChe", + "ster" + ], + [ + "ĠChes", + "ter" + ], + [ + "ĠChest", + "er" + ], + [ + "Ġ", + "PP" + ], + [ + "ĠP", + "P" + ], + [ + "Ġpre", + "ached" + ], + [ + "Ġpreach", + "ed" + ], + [ + "âĢľ", + "These" + ], + [ + "âĢľThe", + "se" + ], + [ + "Ġfore", + "see" + ], + [ + "Ġled", + "ger" + ], + [ + "Ġledge", + "r" + ], + [ + "ĠAnt", + "iqu" + ], + [ + "ĠAnti", + "qu" + ], + [ + "Ġprincip", + "ally" + ], + [ + "Ġprincipal", + "ly" + ], + [ + "Ġsynthes", + "ize" + ], + [ + "Ġconfidential", + "ity" + ], + [ + "'", + "an" + ], + [ + "'a", + "n" + ], + [ + "g", + "re" + ], + [ + "gr", + "e" + ], + [ + "ĠT", + "ao" + ], + [ + "ĠTa", + "o" + ], + [ + "Ġ", + "Magnetic" + ], + [ + "ĠM", + "agnetic" + ], + [ + "ĠMagn", + "etic" + ], + [ + "ĠMagnet", + "ic" + ], + [ + "ĠP", + "rag" + ], + [ + "ĠPr", + "ag" + ], + [ + "ĠPra", + "g" + ], + [ + "ĠB", + "in" + ], + [ + "ĠBi", + "n" + ], + [ + "Ġcan", + "oe" + ], + [ + "Ġ", + "brushes" + ], + [ + "Ġbr", + "ushes" + ], + [ + "Ġbrush", + "es" + ], + [ + "Ġbrus", + "hes" + ], + [ + "Ġcontin", + "uum" + ], + [ + "St", + "ay" + ], + [ + "Ġobserv", + "ance" + ], + [ + "Ġobser", + "vance" + ], + [ + "E", + "RC" + ], + [ + "ER", + "C" + ], + [ + "Ġprog", + "ressing" + ], + [ + "Ġprogress", + "ing" + ], + [ + "Ġestablish", + "ments" + ], + [ + "Ġestablishment", + "s" + ], + [ + "irect", + "ional" + ], + [ + "irection", + "al" + ], + [ + "Ġpl", + "eas" + ], + [ + "Ġple", + "as" + ], + [ + "Ġplea", + "s" + ], + [ + "Ġ", + "Beta" + ], + [ + "ĠB", + "eta" + ], + [ + "ĠBe", + "ta" + ], + [ + "ĠBet", + "a" + ], + [ + "Ġflour", + "ishing" + ], + [ + "Ġflourish", + "ing" + ], + [ + "ec", + "essors" + ], + [ + "ecess", + "ors" + ], + [ + "ecessor", + "s" + ], + [ + "ĠSn", + "ake" + ], + [ + "aund", + "ice" + ], + [ + "i", + "onic" + ], + [ + "ion", + "ic" + ], + [ + "io", + "nic" + ], + [ + "ioni", + "c" + ], + [ + "ĠG", + "w" + ], + [ + "ar", + "den" + ], + [ + "ard", + "en" + ], + [ + "arde", + "n" + ], + [ + "Ġ", + "Unc" + ], + [ + "ĠU", + "nc" + ], + [ + "ĠUn", + "c" + ], + [ + "Ġ", + "antis" + ], + [ + "Ġan", + "tis" + ], + [ + "Ġant", + "is" + ], + [ + "Ġanti", + "s" + ], + [ + "Ġparticip", + "atory" + ], + [ + "é", + "n" + ], + [ + "Ġj", + "udging" + ], + [ + "Ġjud", + "ging" + ], + [ + "Ġhom", + "ogeneous" + ], + [ + "Ġhomogen", + "eous" + ], + [ + "Ġchief", + "s" + ], + [ + "Ġsad", + "ly" + ], + [ + "Ġab", + "normally" + ], + [ + "Ġabnormal", + "ly" + ], + [ + "Ġabnorm", + "ally" + ], + [ + "ĠBlue", + "tooth" + ], + [ + "ĠBlu", + "etooth" + ], + [ + "L", + "ine" + ], + [ + "Li", + "ne" + ], + [ + "P", + "eter" + ], + [ + "Pe", + "ter" + ], + [ + "Pet", + "er" + ], + [ + "t", + "rue" + ], + [ + "tr", + "ue" + ], + [ + "á", + "º" + ], + [ + "se", + "xual" + ], + [ + "sex", + "ual" + ], + [ + "Ġ", + "Mode" + ], + [ + "ĠM", + "ode" + ], + [ + "ĠMod", + "e" + ], + [ + "ĠMo", + "de" + ], + [ + "uc", + "ose" + ], + [ + "uco", + "se" + ], + [ + "us", + "sis" + ], + [ + "uss", + "is" + ], + [ + "Ġfil", + "ament" + ], + [ + "ĠBl", + "ind" + ], + [ + "T", + "oo" + ], + [ + "To", + "o" + ], + [ + "Ġdistinct", + "ly" + ], + [ + "Ġreserv", + "ations" + ], + [ + "Ġreservation", + "s" + ], + [ + "Ġtheor", + "ists" + ], + [ + "Ġtheorist", + "s" + ], + [ + "ĠSa", + "xon" + ], + [ + "ĠSax", + "on" + ], + [ + "Ġassim", + "ilation" + ], + [ + "atche", + "wan" + ], + [ + "P", + "rom" + ], + [ + "Pro", + "m" + ], + [ + "Pr", + "om" + ], + [ + "Ġt", + "ertiary" + ], + [ + "ĠT", + "rad" + ], + [ + "ĠTr", + "ad" + ], + [ + "ĠTra", + "d" + ], + [ + "Ġs", + "tools" + ], + [ + "Ġst", + "ools" + ], + [ + "Ġstool", + "s" + ], + [ + "Ġsto", + "ols" + ], + [ + "ĠA", + "gn" + ], + [ + "ĠAg", + "n" + ], + [ + "Ġnot", + "ification" + ], + [ + "r", + "io" + ], + [ + "ri", + "o" + ], + [ + "ĠK", + "as" + ], + [ + "ĠKa", + "s" + ], + [ + "Ġest", + "u" + ], + [ + "Ġes", + "tu" + ], + [ + "c", + "lean" + ], + [ + "cl", + "ean" + ], + [ + "cle", + "an" + ], + [ + "ĠFl", + "int" + ], + [ + "ĠBar", + "rier" + ], + [ + "ĠBarr", + "ier" + ], + [ + "Im", + "ages" + ], + [ + "Image", + "s" + ], + [ + "Ġwel", + "coming" + ], + [ + "Ġ", + "Feeling" + ], + [ + "ĠFe", + "eling" + ], + [ + "ĠFeel", + "ing" + ], + [ + "ĠFee", + "ling" + ], + [ + "Ġtom", + "ography" + ], + [ + "ĠChar", + "lie" + ], + [ + "ĠCharl", + "ie" + ], + [ + "-", + "performance" + ], + [ + "-per", + "formance" + ], + [ + "Ġbrack", + "ets" + ], + [ + "Ġbracket", + "s" + ], + [ + "W", + "C" + ], + [ + "p", + "ots" + ], + [ + "po", + "ts" + ], + [ + "pot", + "s" + ], + [ + "Ġc", + "ures" + ], + [ + "Ġcur", + "es" + ], + [ + "Ġcure", + "s" + ], + [ + "Ġcu", + "res" + ], + [ + "Ġ", + "phe" + ], + [ + "Ġp", + "he" + ], + [ + "Ġph", + "e" + ], + [ + "o", + "ug" + ], + [ + "ou", + "g" + ], + [ + "Ġst", + "itches" + ], + [ + "Ġstitch", + "es" + ], + [ + "Ġ", + "HI" + ], + [ + "ĠH", + "I" + ], + [ + "âĢĿ", + "?" + ], + [ + "Ġst", + "riving" + ], + [ + "Ġstr", + "iving" + ], + [ + "Ġstri", + "ving" + ], + [ + "-", + "length" + ], + [ + "-l", + "ength" + ], + [ + "Ġ", + "Contemporary" + ], + [ + "ĠCont", + "emporary" + ], + [ + "ession", + "als" + ], + [ + "essional", + "s" + ], + [ + "Ġsc", + "enic" + ], + [ + "Ġscen", + "ic" + ], + [ + "ĠJer", + "ry" + ], + [ + "ĠProp", + "ulsion" + ], + [ + "Ġ", + "Flower" + ], + [ + "ĠF", + "lower" + ], + [ + "ĠFl", + "ower" + ], + [ + "ĠFlow", + "er" + ], + [ + "ĠFlo", + "wer" + ], + [ + "Ġmiscar", + "riage" + ], + [ + "-", + "ended" + ], + [ + "-en", + "ded" + ], + [ + "-end", + "ed" + ], + [ + "O", + "UT" + ], + [ + "OU", + "T" + ], + [ + "m", + "ph" + ], + [ + "mp", + "h" + ], + [ + "w", + "re" + ], + [ + "Ġo", + "phthalm" + ], + [ + "Ġf", + "eral" + ], + [ + "Ġfe", + "ral" + ], + [ + "Ġfer", + "al" + ], + [ + "Ġr", + "iots" + ], + [ + "Ġriot", + "s" + ], + [ + "Ġover", + "r" + ], + [ + "Ġove", + "rr" + ], + [ + "Ġstart", + "ling" + ], + [ + "Ġopen", + "ness" + ], + [ + "ĠCan", + "aan" + ], + [ + "sh", + "ima" + ], + [ + "shi", + "ma" + ], + [ + "ĠM", + "atters" + ], + [ + "ĠMat", + "ters" + ], + [ + "ĠMatt", + "ers" + ], + [ + "ĠMatter", + "s" + ], + [ + "Ġconc", + "luding" + ], + [ + "Ġconclud", + "ing" + ], + [ + "Ġmicrob", + "iota" + ], + [ + "Ġmicrobi", + "ota" + ], + [ + "Ġd", + "umped" + ], + [ + "Ġdump", + "ed" + ], + [ + "Ġdum", + "ped" + ], + [ + "Ġcott", + "age" + ], + [ + "Ġcot", + "tage" + ], + [ + "o", + "carbon" + ], + [ + "oc", + "arbon" + ], + [ + "ar", + "thed" + ], + [ + "art", + "hed" + ], + [ + "arth", + "ed" + ], + [ + "Ġ", + "NP" + ], + [ + "ĠN", + "P" + ], + [ + "ĠN", + "ak" + ], + [ + "ĠNa", + "k" + ], + [ + "ar", + "sal" + ], + [ + "ars", + "al" + ], + [ + "Ġs", + "lab" + ], + [ + "Ġsl", + "ab" + ], + [ + "Ġgradu", + "ating" + ], + [ + "Ġgrad", + "uating" + ], + [ + "Ġ", + "Track" + ], + [ + "ĠT", + "rack" + ], + [ + "ĠTr", + "ack" + ], + [ + "ĠTra", + "ck" + ], + [ + "rab", + "ble" + ], + [ + "Ġ", + "Coral" + ], + [ + "ĠC", + "oral" + ], + [ + "ĠCo", + "ral" + ], + [ + "ĠCor", + "al" + ], + [ + "Ġclim", + "bed" + ], + [ + "Ġclimb", + "ed" + ], + [ + "ION", + "AL" + ], + [ + "IO", + "NAL" + ], + [ + "ĠCab", + "inet" + ], + [ + "ĠCabin", + "et" + ], + [ + "Ġcaterpill", + "ar" + ], + [ + "p", + "opulation" + ], + [ + "pop", + "ulation" + ], + [ + "Ġt", + "weet" + ], + [ + "Ġtwe", + "et" + ], + [ + "Ġw", + "ishing" + ], + [ + "Ġwish", + "ing" + ], + [ + "Ġwis", + "hing" + ], + [ + "ĠL", + "av" + ], + [ + "ĠLa", + "v" + ], + [ + "Ġ", + "Located" + ], + [ + "ĠL", + "ocated" + ], + [ + "ĠLoc", + "ated" + ], + [ + "ĠLocate", + "d" + ], + [ + "e", + "cycle" + ], + [ + "ec", + "ycle" + ], + [ + "Ġlar", + "val" + ], + [ + "Ġlarva", + "l" + ], + [ + "Ġhead", + "line" + ], + [ + "Ġpoly", + "ps" + ], + [ + "Ġpolyp", + "s" + ], + [ + "Ġdet", + "ectable" + ], + [ + "Ġdetect", + "able" + ], + [ + "Ġment", + "ors" + ], + [ + "Ġmentor", + "s" + ], + [ + "Ġwheel", + "chair" + ], + [ + "Ġman", + "grove" + ], + [ + "Ġmang", + "rove" + ], + [ + "Ġdiplom", + "acy" + ], + [ + "Ġdiploma", + "cy" + ], + [ + "Ġimpover", + "ished" + ], + [ + ".", + "x" + ], + [ + "f", + "our" + ], + [ + "fo", + "ur" + ], + [ + "s", + "aurus" + ], + [ + "sa", + "urus" + ], + [ + "u", + "tz" + ], + [ + "ut", + "z" + ], + [ + "ĠJ", + "ung" + ], + [ + "ĠJu", + "ng" + ], + [ + "ĠJun", + "g" + ], + [ + "Ġj", + "umps" + ], + [ + "Ġjump", + "s" + ], + [ + "Ġdet", + "ached" + ], + [ + "Ġdetach", + "ed" + ], + [ + "Ġstr", + "ides" + ], + [ + "Ġstri", + "des" + ], + [ + "Ġstride", + "s" + ], + [ + "-", + "temperature" + ], + [ + "-t", + "emperature" + ], + [ + "Ġ", + "Transl" + ], + [ + "ĠTrans", + "l" + ], + [ + "ĠTran", + "sl" + ], + [ + "Ġconver", + "gence" + ], + [ + "Ġconv", + "ergence" + ], + [ + "Ġconverge", + "nce" + ], + [ + "Ġfer", + "ry" + ], + [ + "Ġcoinc", + "idence" + ], + [ + "Ġcoincide", + "nce" + ], + [ + "Ġgenuine", + "ly" + ], + [ + "tr", + "l" + ], + [ + "S", + "ir" + ], + [ + "Si", + "r" + ], + [ + "c", + "racy" + ], + [ + "cr", + "acy" + ], + [ + "cra", + "cy" + ], + [ + "it", + "ates" + ], + [ + "ita", + "tes" + ], + [ + "itate", + "s" + ], + [ + "Ġ", + "ng" + ], + [ + "Ġn", + "g" + ], + [ + "ur", + "st" + ], + [ + "urs", + "t" + ], + [ + "Ġar", + "rog" + ], + [ + "Ġarr", + "og" + ], + [ + "Ġgen", + "erals" + ], + [ + "Ġgener", + "als" + ], + [ + "Ġgeneral", + "s" + ], + [ + "Ġgene", + "rals" + ], + [ + "Ġgenera", + "ls" + ], + [ + "Ġdesc", + "ending" + ], + [ + "Ġdescend", + "ing" + ], + [ + "-", + "cap" + ], + [ + "-c", + "ap" + ], + [ + "-ca", + "p" + ], + [ + "Ġey", + "ew" + ], + [ + "Ġeye", + "w" + ], + [ + "ĠG", + "oddard" + ], + [ + "ĠGod", + "dard" + ], + [ + "Ġpoly", + "nom" + ], + [ + "Ġ", + "boarding" + ], + [ + "Ġbo", + "arding" + ], + [ + "Ġboard", + "ing" + ], + [ + "Ġboar", + "ding" + ], + [ + "-", + "Pacific" + ], + [ + "-P", + "acific" + ], + [ + "Ġpe", + "dal" + ], + [ + "Ġped", + "al" + ], + [ + "Ġre", + "versal" + ], + [ + "Ġrevers", + "al" + ], + [ + "Ġrever", + "sal" + ], + [ + "Ġimmense", + "ly" + ], + [ + "Ġfool", + "ish" + ], + [ + "Ġfoo", + "lish" + ], + [ + "ĠPy", + "ramid" + ], + [ + "ĠPyram", + "id" + ], + [ + "Ġac", + "rylic" + ], + [ + "Ġacry", + "lic" + ], + [ + "B", + "ox" + ], + [ + "Bo", + "x" + ], + [ + "s", + "er" + ], + [ + "se", + "r" + ], + [ + "y", + "en" + ], + [ + "ye", + "n" + ], + [ + "Ġo", + "ily" + ], + [ + "Ġoil", + "y" + ], + [ + "Ġ", + "alf" + ], + [ + "Ġal", + "f" + ], + [ + "Ġ", + "DES" + ], + [ + "ĠD", + "ES" + ], + [ + "ĠDE", + "S" + ], + [ + "ĠF", + "ro" + ], + [ + "ĠFr", + "o" + ], + [ + "ĠN", + "PR" + ], + [ + "ĠNP", + "R" + ], + [ + "p", + "his" + ], + [ + "ph", + "is" + ], + [ + "phi", + "s" + ], + [ + "er", + "mal" + ], + [ + "erm", + "al" + ], + [ + "erma", + "l" + ], + [ + "ĠAd", + "olf" + ], + [ + "Ġ", + "Except" + ], + [ + "ĠEx", + "cept" + ], + [ + "ĠExc", + "ept" + ], + [ + "un", + "tu" + ], + [ + "unt", + "u" + ], + [ + "Ġbul", + "lets" + ], + [ + "Ġbull", + "ets" + ], + [ + "Ġbullet", + "s" + ], + [ + "Ġban", + "ning" + ], + [ + "Ġaff", + "orded" + ], + [ + "Ġafford", + "ed" + ], + [ + "Ġtut", + "oring" + ], + [ + "Ġtutor", + "ing" + ], + [ + "Ġg", + "lowing" + ], + [ + "Ġgl", + "owing" + ], + [ + "Ġglow", + "ing" + ], + [ + "Ġglo", + "wing" + ], + [ + "Ġ", + "Thermal" + ], + [ + "ĠTh", + "ermal" + ], + [ + "ĠTher", + "mal" + ], + [ + "ĠTherm", + "al" + ], + [ + "w", + "ait" + ], + [ + "wa", + "it" + ], + [ + "Ġhe", + "ats" + ], + [ + "Ġheat", + "s" + ], + [ + "e", + "cia" + ], + [ + "ec", + "ia" + ], + [ + "e", + "eper" + ], + [ + "ee", + "per" + ], + [ + "An", + "imal" + ], + [ + "Ġge", + "ographically" + ], + [ + "Ġgeographic", + "ally" + ], + [ + "Ġgeographical", + "ly" + ], + [ + "Ġre", + "marked" + ], + [ + "Ġremark", + "ed" + ], + [ + "Ġremar", + "ked" + ], + [ + "Ġ", + "Differences" + ], + [ + "ĠDiff", + "erences" + ], + [ + "ĠDifference", + "s" + ], + [ + "Ġg", + "estation" + ], + [ + "Ġge", + "station" + ], + [ + "Ġgest", + "ation" + ], + [ + "ĠCr", + "ohn" + ], + [ + "ĠCro", + "hn" + ], + [ + "am", + "pton" + ], + [ + "amp", + "ton" + ], + [ + "Ġ", + "MI" + ], + [ + "ĠM", + "I" + ], + [ + "u", + "ds" + ], + [ + "ud", + "s" + ], + [ + "ĠSc", + "outs" + ], + [ + "ĠScout", + "s" + ], + [ + "ĠD", + "eer" + ], + [ + "ĠDe", + "er" + ], + [ + "ĠDee", + "r" + ], + [ + "Ġsum", + "mon" + ], + [ + "Ġsumm", + "on" + ], + [ + "Ġpoly", + "morph" + ], + [ + "Supp", + "ort" + ], + [ + "Sup", + "port" + ], + [ + "-", + "era" + ], + [ + "-e", + "ra" + ], + [ + "-er", + "a" + ], + [ + "d", + "og" + ], + [ + "do", + "g" + ], + [ + "ĠT", + "um" + ], + [ + "ĠTu", + "m" + ], + [ + "Ġ", + "sept" + ], + [ + "Ġs", + "ept" + ], + [ + "Ġse", + "pt" + ], + [ + "Ġsep", + "t" + ], + [ + "Ġim", + "itate" + ], + [ + "Ġp", + "erc" + ], + [ + "Ġper", + "c" + ], + [ + "Ġpe", + "rc" + ], + [ + "Ġgener", + "osity" + ], + [ + "Ġg", + "rap" + ], + [ + "Ġgra", + "p" + ], + [ + "Ġgr", + "ap" + ], + [ + "id", + "son" + ], + [ + "ids", + "on" + ], + [ + "Ġgu", + "inea" + ], + [ + "Ġobserv", + "able" + ], + [ + "Ġobser", + "vable" + ], + [ + "Ġbar", + "bar" + ], + [ + "Ġbarb", + "ar" + ], + [ + "Ġinteg", + "rates" + ], + [ + "Ġintegr", + "ates" + ], + [ + "Ġintegrate", + "s" + ], + [ + "Ġre", + "vol" + ], + [ + "Ġr", + "evol" + ], + [ + "Ġrev", + "ol" + ], + [ + "Ġ", + "Meat" + ], + [ + "ĠM", + "eat" + ], + [ + "ĠMe", + "at" + ], + [ + "ĠM", + "eyer" + ], + [ + "ĠMe", + "yer" + ], + [ + "ĠM", + "yc" + ], + [ + "ĠMy", + "c" + ], + [ + "Ġpow", + "dered" + ], + [ + "Ġpowder", + "ed" + ], + [ + "Ġover", + "look" + ], + [ + "Ġoverl", + "ook" + ], + [ + "Ġsub", + "conscious" + ], + [ + "Ġsubc", + "onscious" + ], + [ + "ĠWaters", + "hed" + ], + [ + "Ġpsych", + "iatrist" + ], + [ + "Ġpsychiat", + "rist" + ], + [ + "M", + "ad" + ], + [ + "Ma", + "d" + ], + [ + "W", + "estern" + ], + [ + "We", + "stern" + ], + [ + "West", + "ern" + ], + [ + "Û", + "Į" + ], + [ + "Ġ", + "itch" + ], + [ + "Ġit", + "ch" + ], + [ + "ĠD", + "art" + ], + [ + "ĠDar", + "t" + ], + [ + "ĠDa", + "rt" + ], + [ + "Ġc", + "rane" + ], + [ + "Ġcr", + "ane" + ], + [ + "Ġcra", + "ne" + ], + [ + "Ġcran", + "e" + ], + [ + "Ġpred", + "ecessors" + ], + [ + "Ġpredecessor", + "s" + ], + [ + "Ġ", + "Visitors" + ], + [ + "ĠVis", + "itors" + ], + [ + "ĠVisit", + "ors" + ], + [ + "ĠVisitor", + "s" + ], + [ + "Ġcorner", + "stone" + ], + [ + "Ġec", + "centric" + ], + [ + "Ġecc", + "entric" + ], + [ + "Ġ", + "aunt" + ], + [ + "Ġa", + "unt" + ], + [ + "Ġau", + "nt" + ], + [ + "Ġb", + "ible" + ], + [ + "Ġbi", + "ble" + ], + [ + "Ġbibl", + "e" + ], + [ + "r", + "ax" + ], + [ + "ra", + "x" + ], + [ + "ĠSp", + "ani" + ], + [ + "ĠSpan", + "i" + ], + [ + "ĠSpa", + "ni" + ], + [ + "ĠPr", + "ussia" + ], + [ + "Ġselect", + "ively" + ], + [ + "Ġselective", + "ly" + ], + [ + "Ġbott", + "len" + ], + [ + "Ġbottle", + "n" + ], + [ + "Ġmot", + "ivating" + ], + [ + "Ġmotiv", + "ating" + ], + [ + "um", + "inum" + ], + [ + "umin", + "um" + ], + [ + "umi", + "num" + ], + [ + "Ġpub", + "lishes" + ], + [ + "Ġpubl", + "ishes" + ], + [ + "Ġpublish", + "es" + ], + [ + "ĠCro", + "atia" + ], + [ + "ĠCroat", + "ia" + ], + [ + "ĠKazakh", + "stan" + ], + [ + "J", + "ud" + ], + [ + "at", + "ization" + ], + [ + "Ġ", + "CAR" + ], + [ + "ĠC", + "AR" + ], + [ + "ĠCA", + "R" + ], + [ + "ĠF", + "ields" + ], + [ + "ĠField", + "s" + ], + [ + "Ġ", + "RN" + ], + [ + "ĠR", + "N" + ], + [ + "Ġre", + "located" + ], + [ + "Ġrel", + "ocated" + ], + [ + "Ġrelocate", + "d" + ], + [ + "l", + "anders" + ], + [ + "land", + "ers" + ], + [ + "lan", + "ders" + ], + [ + "lander", + "s" + ], + [ + "-", + "facing" + ], + [ + "-f", + "acing" + ], + [ + "o", + "fer" + ], + [ + "of", + "er" + ], + [ + "Ġep", + "och" + ], + [ + "Ġgard", + "ener" + ], + [ + "Ġgarden", + "er" + ], + [ + "Ġfamiliar", + "ity" + ], + [ + "Ġcounsel", + "ors" + ], + [ + "Ġcounselor", + "s" + ], + [ + "à¥", + "ĩ" + ], + [ + "Ġdispers", + "al" + ], + [ + "ĠRepresent", + "ative" + ], + [ + "Ġbol", + "ts" + ], + [ + "Ġbolt", + "s" + ], + [ + "ĠInvent", + "ory" + ], + [ + "ĠInventor", + "y" + ], + [ + "G", + "al" + ], + [ + "Ga", + "l" + ], + [ + "S", + "ex" + ], + [ + "Se", + "x" + ], + [ + "se", + "us" + ], + [ + "Ġ(", + "@" + ], + [ + "Ġn", + "eph" + ], + [ + "Ġne", + "ph" + ], + [ + "Ġnep", + "h" + ], + [ + "Ġnot", + "ify" + ], + [ + "o", + "bil" + ], + [ + "ob", + "il" + ], + [ + "obi", + "l" + ], + [ + "ert", + "ified" + ], + [ + "ĠAl", + "ps" + ], + [ + "Ġlaws", + "uits" + ], + [ + "Ġlawsuit", + "s" + ], + [ + "Ġillust", + "rating" + ], + [ + "Ġinterf", + "ering" + ], + [ + "Ġinterfer", + "ing" + ], + [ + "ĠS", + "ilk" + ], + [ + "ĠSil", + "k" + ], + [ + "Ġfor", + "give" + ], + [ + "Ġforg", + "ive" + ], + [ + "Ġsyll", + "able" + ], + [ + "b", + "ler" + ], + [ + "ble", + "r" + ], + [ + "bl", + "er" + ], + [ + "th", + "ren" + ], + [ + "Ġ", + "Gly" + ], + [ + "ĠG", + "ly" + ], + [ + "ĠGl", + "y" + ], + [ + "Ġcomm", + "ence" + ], + [ + "r", + "ama" + ], + [ + "ra", + "ma" + ], + [ + "ram", + "a" + ], + [ + "Ġtrans", + "planted" + ], + [ + "Ġtransplant", + "ed" + ], + [ + "Ġbre", + "aches" + ], + [ + "Ġbreach", + "es" + ], + [ + "Ġair", + "line" + ], + [ + "Ġcomb", + "ating" + ], + [ + "Ġcombat", + "ing" + ], + [ + "ĠKe", + "ith" + ], + [ + "Ġprofessional", + "ly" + ], + [ + "Ġprofession", + "ally" + ], + [ + "Ġ", + "Exploring" + ], + [ + "ĠExpl", + "oring" + ], + [ + "ĠExplo", + "ring" + ], + [ + "ĠExplor", + "ing" + ], + [ + "Ġb", + "otan" + ], + [ + "Ġbo", + "tan" + ], + [ + "Ġbot", + "an" + ], + [ + "Ġinsert", + "ing" + ], + [ + "Ġcath", + "ode" + ], + [ + "Ġsubst", + "rates" + ], + [ + "Ġsubstrate", + "s" + ], + [ + "Ġsubstr", + "ates" + ], + [ + "F", + "ocus" + ], + [ + "M", + "exic" + ], + [ + "Me", + "xic" + ], + [ + "f", + "at" + ], + [ + "fa", + "t" + ], + [ + "s", + "ign" + ], + [ + "si", + "gn" + ], + [ + "e", + "nos" + ], + [ + "en", + "os" + ], + [ + "eno", + "s" + ], + [ + "ĠH", + "ale" + ], + [ + "ĠHa", + "le" + ], + [ + "ĠHal", + "e" + ], + [ + "Ġ", + "GERD" + ], + [ + "ĠG", + "ERD" + ], + [ + "ĠGE", + "RD" + ], + [ + "ĠGER", + "D" + ], + [ + "Ġin", + "fusion" + ], + [ + "Ġinf", + "usion" + ], + [ + "ĠLe", + "one" + ], + [ + "ĠLeon", + "e" + ], + [ + "ĠLeo", + "ne" + ], + [ + "P", + "rogram" + ], + [ + "Pro", + "gram" + ], + [ + "Pr", + "ogram" + ], + [ + "Prog", + "ram" + ], + [ + "Ġinterf", + "eres" + ], + [ + "Ġinterfere", + "s" + ], + [ + "Ġinterfer", + "es" + ], + [ + "Ġcycl", + "ists" + ], + [ + "Ġcyclist", + "s" + ], + [ + "Ġdispers", + "ion" + ], + [ + "Human", + "s" + ], + [ + "Hum", + "ans" + ], + [ + "Hu", + "mans" + ], + [ + "C", + "ost" + ], + [ + "Co", + "st" + ], + [ + "Cos", + "t" + ], + [ + "L", + "T" + ], + [ + "Ġw", + "ary" + ], + [ + "Ġwar", + "y" + ], + [ + "Ġwa", + "ry" + ], + [ + "Ġw", + "atered" + ], + [ + "Ġwater", + "ed" + ], + [ + "Ġwa", + "tered" + ], + [ + "Ġwat", + "ered" + ], + [ + "i", + "dia" + ], + [ + "id", + "ia" + ], + [ + "idi", + "a" + ], + [ + "th", + "als" + ], + [ + "thal", + "s" + ], + [ + "tha", + "ls" + ], + [ + "ide", + "os" + ], + [ + "ideo", + "s" + ], + [ + "Ġinv", + "ariably" + ], + [ + "Ġinvar", + "iably" + ], + [ + "app", + "rox" + ], + [ + "Ġre", + "direct" + ], + [ + "Ġred", + "irect" + ], + [ + "IN", + "K" + ], + [ + "Ġde", + "notes" + ], + [ + "Ġden", + "otes" + ], + [ + "Ġdenote", + "s" + ], + [ + "r", + "iday" + ], + [ + "ri", + "day" + ], + [ + "rid", + "ay" + ], + [ + "rida", + "y" + ], + [ + "olk", + "ien" + ], + [ + "Ġrip", + "arian" + ], + [ + "Ġgl", + "ossary" + ], + [ + "Ġgloss", + "ary" + ], + [ + "in", + "go" + ], + [ + "ing", + "o" + ], + [ + "Ġd", + "ich" + ], + [ + "Ġdi", + "ch" + ], + [ + "Ġdic", + "h" + ], + [ + "ĠS", + "ET" + ], + [ + "ĠSE", + "T" + ], + [ + "ĠP", + "aste" + ], + [ + "ĠPa", + "ste" + ], + [ + "ĠPas", + "te" + ], + [ + "ĠPast", + "e" + ], + [ + "iv", + "ore" + ], + [ + "ivo", + "re" + ], + [ + "Ġ", + "Hib" + ], + [ + "ĠH", + "ib" + ], + [ + "ĠHi", + "b" + ], + [ + "ĠJ", + "ain" + ], + [ + "ĠJa", + "in" + ], + [ + "-", + "skin" + ], + [ + "-s", + "kin" + ], + [ + "-sk", + "in" + ], + [ + "Ġpoly", + "phen" + ], + [ + "Ġpolyp", + "hen" + ], + [ + "Ġ", + "Anything" + ], + [ + "ĠAny", + "thing" + ], + [ + "De", + "ep" + ], + [ + "-", + "Earth" + ], + [ + "-E", + "arth" + ], + [ + "g", + "iene" + ], + [ + "gien", + "e" + ], + [ + "gi", + "ene" + ], + [ + "gie", + "ne" + ], + [ + "Ġ", + "Joan" + ], + [ + "ĠJ", + "oan" + ], + [ + "ĠJo", + "an" + ], + [ + "ĠJoa", + "n" + ], + [ + "Re", + "ference" + ], + [ + "Ref", + "erence" + ], + [ + "Refer", + "ence" + ], + [ + "Ġ", + "berry" + ], + [ + "Ġber", + "ry" + ], + [ + "Ġcarcin", + "ogenic" + ], + [ + "Ġcarcinogen", + "ic" + ], + [ + "ĠLeon", + "ard" + ], + [ + "ĠLeo", + "nard" + ], + [ + "Ġsym", + "metrical" + ], + [ + "Ġsymmet", + "rical" + ], + [ + "Ġsymmetric", + "al" + ], + [ + "ĠL", + "inked" + ], + [ + "ĠLin", + "ked" + ], + [ + "ĠLink", + "ed" + ], + [ + "Ġliber", + "ties" + ], + [ + "Ġlibert", + "ies" + ], + [ + "i", + "ologic" + ], + [ + "iol", + "ogic" + ], + [ + "t", + "u" + ], + [ + "Ġh", + "ides" + ], + [ + "Ġhide", + "s" + ], + [ + "Ġhid", + "es" + ], + [ + "Ġhi", + "des" + ], + [ + "ort", + "ment" + ], + [ + "Ġsh", + "aded" + ], + [ + "Ġshade", + "d" + ], + [ + "Ġshad", + "ed" + ], + [ + "ĠTh", + "ought" + ], + [ + "ĠThough", + "t" + ], + [ + "Ġform", + "idable" + ], + [ + "Ġinvol", + "untary" + ], + [ + "Ġ", + "grim" + ], + [ + "Ġg", + "rim" + ], + [ + "Ġgr", + "im" + ], + [ + "Ġgri", + "m" + ], + [ + "c", + "asting" + ], + [ + "cast", + "ing" + ], + [ + "cas", + "ting" + ], + [ + "O", + "SS" + ], + [ + "OS", + "S" + ], + [ + "Ġmil", + "dew" + ], + [ + "Ġmild", + "ew" + ], + [ + "Ġimperial", + "ism" + ], + [ + "ĠPic", + "asso" + ], + [ + "ĠM", + "alta" + ], + [ + "ĠMal", + "ta" + ], + [ + "ĠMalt", + "a" + ], + [ + "!", + "!Ċ" + ], + [ + "!!", + "Ċ" + ], + [ + "Ġ", + "IND" + ], + [ + "ĠI", + "ND" + ], + [ + "ĠIN", + "D" + ], + [ + "ĠP", + "f" + ], + [ + "Ġex", + "ternally" + ], + [ + "Ġexternal", + "ly" + ], + [ + "Ġextern", + "ally" + ], + [ + "âĢĶ", + "not" + ], + [ + "âĢĶno", + "t" + ], + [ + "Ġelev", + "ate" + ], + [ + "Ġod", + "ors" + ], + [ + "Ġodor", + "s" + ], + [ + "Ġgal", + "van" + ], + [ + "Ġles", + "bian" + ], + [ + "Ġrein", + "forces" + ], + [ + "Ġreinforce", + "s" + ], + [ + "Ġreinfor", + "ces" + ], + [ + "ĠBrun", + "swick" + ], + [ + "Ù", + "Ĵ" + ], + [ + "o", + "nation" + ], + [ + "on", + "ation" + ], + [ + "ona", + "tion" + ], + [ + "ay", + "ette" + ], + [ + "aye", + "tte" + ], + [ + "Ġ", + "Cult" + ], + [ + "ĠC", + "ult" + ], + [ + "ĠCu", + "lt" + ], + [ + "ĠCul", + "t" + ], + [ + "ĠE", + "yes" + ], + [ + "ĠEye", + "s" + ], + [ + "ĠEy", + "es" + ], + [ + "Ġm", + "ediated" + ], + [ + "Ġmed", + "iated" + ], + [ + "Ġmedia", + "ted" + ], + [ + "Ġmedi", + "ated" + ], + [ + "Ġmediate", + "d" + ], + [ + "Ġtur", + "moil" + ], + [ + "ĠGl", + "obe" + ], + [ + "ĠGlob", + "e" + ], + [ + "Ġple", + "thora" + ], + [ + "ĠC", + "lasses" + ], + [ + "ĠCl", + "asses" + ], + [ + "ĠClass", + "es" + ], + [ + "Or", + "iginal" + ], + [ + "Orig", + "inal" + ], + [ + "Origin", + "al" + ], + [ + "Ġelectroly", + "tes" + ], + [ + "Ġelectrolyte", + "s" + ], + [ + "Ġmanifest", + "s" + ], + [ + "Ġmanif", + "ests" + ], + [ + "Ġcrick", + "et" + ], + [ + "C", + "ivil" + ], + [ + "Ġf", + "auc" + ], + [ + "Ġfa", + "uc" + ], + [ + "Ġ", + "CBT" + ], + [ + "ĠC", + "BT" + ], + [ + "ĠCB", + "T" + ], + [ + "Ġcom", + "edy" + ], + [ + "Ġcome", + "dy" + ], + [ + "Ġcomed", + "y" + ], + [ + "r", + "ivers" + ], + [ + "ri", + "vers" + ], + [ + "river", + "s" + ], + [ + "rive", + "rs" + ], + [ + "riv", + "ers" + ], + [ + "Ġun", + "l" + ], + [ + "Ġoff", + "ence" + ], + [ + "com", + "ings" + ], + [ + "coming", + "s" + ], + [ + "Ġf", + "iner" + ], + [ + "Ġfin", + "er" + ], + [ + "Ġfine", + "r" + ], + [ + "Ġfi", + "ner" + ], + [ + "Ġsymbol", + "ize" + ], + [ + "ĠPap", + "ua" + ], + [ + "Ġun", + "manned" + ], + [ + "Ġunman", + "ned" + ], + [ + "ĠCret", + "aceous" + ], + [ + "Ġflamm", + "able" + ], + [ + "D", + "iff" + ], + [ + "Di", + "ff" + ], + [ + "L", + "R" + ], + [ + "Ġt", + "opped" + ], + [ + "Ġto", + "pped" + ], + [ + "Ġtop", + "ped" + ], + [ + "Ġtopp", + "ed" + ], + [ + "ĠM", + "az" + ], + [ + "ĠMa", + "z" + ], + [ + "ĠL", + "act" + ], + [ + "ĠLa", + "ct" + ], + [ + "ĠLac", + "t" + ], + [ + "Ġun", + "sc" + ], + [ + "Ġuns", + "c" + ], + [ + "ond", + "itions" + ], + [ + "ondition", + "s" + ], + [ + "az", + "ard" + ], + [ + "aza", + "rd" + ], + [ + "azar", + "d" + ], + [ + "ĠEx", + "amination" + ], + [ + "ĠExam", + "ination" + ], + [ + "ĠExamin", + "ation" + ], + [ + "ĠBar", + "celona" + ], + [ + "I", + "TES" + ], + [ + "IT", + "ES" + ], + [ + "ITE", + "S" + ], + [ + "ĠC", + "astro" + ], + [ + "ĠCast", + "ro" + ], + [ + "Ġste", + "roid" + ], + [ + "Ġster", + "oid" + ], + [ + "Ġsacrifice", + "d" + ], + [ + "Ġsacrific", + "ed" + ], + [ + "Ġconfine", + "ment" + ], + [ + "V", + "ar" + ], + [ + "Ġp", + "add" + ], + [ + "Ġpad", + "d" + ], + [ + "Ġpa", + "dd" + ], + [ + "ĠA", + "ffect" + ], + [ + "ĠAf", + "fect" + ], + [ + "ĠAff", + "ect" + ], + [ + "Ġp", + "rod" + ], + [ + "Ġpro", + "d" + ], + [ + "Ġpr", + "od" + ], + [ + "ĠW", + "arming" + ], + [ + "ĠWar", + "ming" + ], + [ + "ĠWarm", + "ing" + ], + [ + "Ġ", + "GD" + ], + [ + "ĠG", + "D" + ], + [ + "Ġfun", + "nel" + ], + [ + "en", + "na" + ], + [ + "enn", + "a" + ], + [ + "Ġo", + "vary" + ], + [ + "Ġov", + "ary" + ], + [ + "Ġunder", + "goes" + ], + [ + "Ġundergo", + "es" + ], + [ + "Ġunderg", + "oes" + ], + [ + "Ġv", + "endor" + ], + [ + "Ġven", + "dor" + ], + [ + "Ġvend", + "or" + ], + [ + "Ġbinocular", + "s" + ], + [ + "ĠPyth", + "ag" + ], + [ + "ĠNav", + "ajo" + ], + [ + "ĠNava", + "jo" + ], + [ + "c", + "us" + ], + [ + "cu", + "s" + ], + [ + "c", + "ence" + ], + [ + "ce", + "nce" + ], + [ + "ĠM", + "akes" + ], + [ + "ĠMa", + "kes" + ], + [ + "ĠMake", + "s" + ], + [ + "ĠMak", + "es" + ], + [ + "ĠP", + "iet" + ], + [ + "ĠPi", + "et" + ], + [ + "ĠPie", + "t" + ], + [ + "ĠL", + "ingu" + ], + [ + "ĠLin", + "gu" + ], + [ + "ĠLing", + "u" + ], + [ + "Ġt", + "eas" + ], + [ + "Ġte", + "as" + ], + [ + "Ġtea", + "s" + ], + [ + "i", + "ola" + ], + [ + "io", + "la" + ], + [ + "iol", + "a" + ], + [ + "Ġ", + "Peer" + ], + [ + "ĠP", + "eer" + ], + [ + "ĠPe", + "er" + ], + [ + "ĠPee", + "r" + ], + [ + "Ġwood", + "lands" + ], + [ + "Ġwoodland", + "s" + ], + [ + "umb", + "ai" + ], + [ + "umba", + "i" + ], + [ + "ar", + "rative" + ], + [ + "arr", + "ative" + ], + [ + "Ġvict", + "ories" + ], + [ + "Ġvictor", + "ies" + ], + [ + "Ġfresh", + "ly" + ], + [ + "Ġcirc", + "ulated" + ], + [ + "Ġcircul", + "ated" + ], + [ + "Ġcirculate", + "d" + ], + [ + "Ġkn", + "ocked" + ], + [ + "Ġknock", + "ed" + ], + [ + "S", + "ave" + ], + [ + "Sa", + "ve" + ], + [ + "o", + "ining" + ], + [ + "oin", + "ing" + ], + [ + "oi", + "ning" + ], + [ + "Ġpro", + "clamation" + ], + [ + "Ġproc", + "lamation" + ], + [ + "ĠW", + "end" + ], + [ + "ĠWe", + "nd" + ], + [ + "ĠWen", + "d" + ], + [ + "as", + "eous" + ], + [ + "ase", + "ous" + ], + [ + "Ġop", + "aque" + ], + [ + "ĠIs", + "les" + ], + [ + "ĠIsl", + "es" + ], + [ + "ĠIsle", + "s" + ], + [ + "-", + "carb" + ], + [ + "-c", + "arb" + ], + [ + "-car", + "b" + ], + [ + "Ġw", + "rath" + ], + [ + "Ġwr", + "ath" + ], + [ + "Ġwra", + "th" + ], + [ + "Ġmicro", + "cont" + ], + [ + "Ġmicroc", + "ont" + ], + [ + "Ġsecret", + "ions" + ], + [ + "Ġsecretion", + "s" + ], + [ + "Ġdiscrim", + "inate" + ], + [ + "E", + "mer" + ], + [ + "Em", + "er" + ], + [ + "Ġl", + "ust" + ], + [ + "ĠM", + "ouse" + ], + [ + "ĠMo", + "use" + ], + [ + "ĠMou", + "se" + ], + [ + "Ġ", + "Writer" + ], + [ + "ĠW", + "riter" + ], + [ + "ĠWrite", + "r" + ], + [ + "ĠWrit", + "er" + ], + [ + "ĠIn", + "uit" + ], + [ + "ĠS", + "tim" + ], + [ + "ĠSt", + "im" + ], + [ + "Ġcr", + "ashed" + ], + [ + "Ġcrash", + "ed" + ], + [ + "Ġfire", + "wall" + ], + [ + "Ġfir", + "ewall" + ], + [ + "Ġbirth", + "place" + ], + [ + "ĠDef", + "ence" + ], + [ + "ĠCam", + "era" + ], + [ + "ĠCamer", + "a" + ], + [ + "ĠCame", + "ra" + ], + [ + "lu", + "ence" + ], + [ + "s", + "um" + ], + [ + "su", + "m" + ], + [ + "Ù", + "ı" + ], + [ + "Ġp", + "omegran" + ], + [ + "Ġb", + "ans" + ], + [ + "Ġban", + "s" + ], + [ + "Ġba", + "ns" + ], + [ + "Ġ", + "SCI" + ], + [ + "ĠS", + "CI" + ], + [ + "ĠSC", + "I" + ], + [ + "o", + "den" + ], + [ + "od", + "en" + ], + [ + "ode", + "n" + ], + [ + "Ġ", + "ration" + ], + [ + "Ġr", + "ation" + ], + [ + "Ġra", + "tion" + ], + [ + "Ġrat", + "ion" + ], + [ + "Ġratio", + "n" + ], + [ + "a", + "lla" + ], + [ + "al", + "la" + ], + [ + "all", + "a" + ], + [ + "an", + "son" + ], + [ + "ans", + "on" + ], + [ + "oss", + "ary" + ], + [ + "ossa", + "ry" + ], + [ + "Ġconf", + "irming" + ], + [ + "Ġconfirm", + "ing" + ], + [ + "an", + "ched" + ], + [ + "anc", + "hed" + ], + [ + "anch", + "ed" + ], + [ + "anche", + "d" + ], + [ + "-d", + "igit" + ], + [ + "-di", + "git" + ], + [ + "-dig", + "it" + ], + [ + "Ġur", + "gently" + ], + [ + "Ġurgent", + "ly" + ], + [ + "Ġp", + "anor" + ], + [ + "Ġpan", + "or" + ], + [ + "Ġpa", + "nor" + ], + [ + "Ġmis", + "d" + ], + [ + "Ġrail", + "ways" + ], + [ + "Ġrailway", + "s" + ], + [ + "Ġprompt", + "ing" + ], + [ + "Ġnegot", + "iating" + ], + [ + "ĠCR", + "ISPR" + ], + [ + "Ġw", + "arranted" + ], + [ + "Ġwarrant", + "ed" + ], + [ + "Ġhome", + "lessness" + ], + [ + "Ġhomeless", + "ness" + ], + [ + "Ġconsolid", + "ated" + ], + [ + "Ġconsolidate", + "d" + ], + [ + "Ġdischarge", + "s" + ], + [ + "Ġdischar", + "ges" + ], + [ + "Ġ", + "Maintain" + ], + [ + "ĠMain", + "tain" + ], + [ + "ĠMaint", + "ain" + ], + [ + "R", + "oman" + ], + [ + "Ro", + "man" + ], + [ + "Rom", + "an" + ], + [ + "Ġt", + "andem" + ], + [ + "Ġtan", + "dem" + ], + [ + "Ġa", + "queous" + ], + [ + "Ġaqu", + "eous" + ], + [ + "il", + "lon" + ], + [ + "ill", + "on" + ], + [ + "illo", + "n" + ], + [ + "Ġme", + "dial" + ], + [ + "Ġmed", + "ial" + ], + [ + "Ġmedia", + "l" + ], + [ + "Ġmedi", + "al" + ], + [ + "Ġpar", + "aph" + ], + [ + "Ġpa", + "raph" + ], + [ + "Ġpara", + "ph" + ], + [ + "Ġparap", + "h" + ], + [ + "Ġ", + "Really" + ], + [ + "ĠRe", + "ally" + ], + [ + "ĠReal", + "ly" + ], + [ + "Ġcard", + "inal" + ], + [ + "Ġcardi", + "nal" + ], + [ + "Ġc", + "ools" + ], + [ + "Ġco", + "ols" + ], + [ + "Ġcool", + "s" + ], + [ + "Ġexhib", + "iting" + ], + [ + "Ġexhibit", + "ing" + ], + [ + "Ġfavor", + "ites" + ], + [ + "Ġfavorite", + "s" + ], + [ + "Ġmaster", + "piece" + ], + [ + "Ġmarked", + "ly" + ], + [ + "Ġundert", + "ook" + ], + [ + "Ġn", + "ominated" + ], + [ + "Ġnom", + "inated" + ], + [ + "Ġnomin", + "ated" + ], + [ + "Ġnominate", + "d" + ], + [ + "ĠUnivers", + "ities" + ], + [ + "ĠUniversit", + "ies" + ], + [ + "ĠE", + "llis" + ], + [ + "ĠEl", + "lis" + ], + [ + "ĠEll", + "is" + ], + [ + "Ġaff", + "iliate" + ], + [ + "Ġaffil", + "iate" + ], + [ + "Ġmajor", + "s" + ], + [ + "Ġmaj", + "ors" + ], + [ + "Ġeye", + "lids" + ], + [ + "Ġeyel", + "ids" + ], + [ + "Ġeyelid", + "s" + ], + [ + "Ġepithel", + "ial" + ], + [ + "C", + "a" + ], + [ + "s", + "ite" + ], + [ + "si", + "te" + ], + [ + "sit", + "e" + ], + [ + "u", + "rai" + ], + [ + "ur", + "ai" + ], + [ + "ura", + "i" + ], + [ + "o", + "dor" + ], + [ + "od", + "or" + ], + [ + "odo", + "r" + ], + [ + "g", + "hum" + ], + [ + "gh", + "um" + ], + [ + "a", + "ku" + ], + [ + "ak", + "u" + ], + [ + "o", + "mson" + ], + [ + "om", + "son" + ], + [ + "oms", + "on" + ], + [ + "Ġprop", + "osing" + ], + [ + "Ġpropos", + "ing" + ], + [ + "Ġ", + "Secure" + ], + [ + "ĠSe", + "cure" + ], + [ + "ĠSec", + "ure" + ], + [ + "Ġsn", + "iff" + ], + [ + "Ġres", + "isted" + ], + [ + "Ġresist", + "ed" + ], + [ + "er", + "encing" + ], + [ + "eren", + "cing" + ], + [ + "-", + "quarters" + ], + [ + "-qu", + "arters" + ], + [ + "-quarter", + "s" + ], + [ + "ĠImm", + "igration" + ], + [ + "Ġregen", + "erate" + ], + [ + "Ġregener", + "ate" + ], + [ + "umm", + "ies" + ], + [ + "Contin", + "ue" + ], + [ + "Ġreminis", + "cent" + ], + [ + "Ġreminisc", + "ent" + ], + [ + "P", + "ersonal" + ], + [ + "Pers", + "onal" + ], + [ + "Person", + "al" + ], + [ + "v", + "ine" + ], + [ + "vin", + "e" + ], + [ + "vi", + "ne" + ], + [ + "Ġp", + "ups" + ], + [ + "Ġpup", + "s" + ], + [ + "Ġpu", + "ps" + ], + [ + "Ġf", + "ocuss" + ], + [ + "Ġfocus", + "s" + ], + [ + "ow", + "ulf" + ], + [ + "es", + "sim" + ], + [ + "ess", + "im" + ], + [ + "ĠP", + "tole" + ], + [ + "ĠPt", + "ole" + ], + [ + "Ġ", + "rins" + ], + [ + "Ġr", + "ins" + ], + [ + "ĠFr", + "aser" + ], + [ + "ĠFra", + "ser" + ], + [ + "Ġm", + "ortal" + ], + [ + "Ġmor", + "tal" + ], + [ + "Ġmort", + "al" + ], + [ + "ĠSte", + "am" + ], + [ + "Ġcor", + "relations" + ], + [ + "Ġcorrel", + "ations" + ], + [ + "Ġcorrelation", + "s" + ], + [ + "Ġpro", + "ceeding" + ], + [ + "Ġproceed", + "ing" + ], + [ + "Ġproc", + "eeding" + ], + [ + "Ġappe", + "aled" + ], + [ + "Ġappeal", + "ed" + ], + [ + "Ġ", + "owed" + ], + [ + "Ġo", + "wed" + ], + [ + "Ġow", + "ed" + ], + [ + "Ġowe", + "d" + ], + [ + "ĠLuther", + "an" + ], + [ + "ĠMur", + "phy" + ], + [ + "-", + "held" + ], + [ + "-h", + "eld" + ], + [ + "-he", + "ld" + ], + [ + "-hel", + "d" + ], + [ + "Ġsh", + "ields" + ], + [ + "Ġshield", + "s" + ], + [ + "on", + "do" + ], + [ + "ond", + "o" + ], + [ + "eth", + "nic" + ], + [ + "Ġf", + "reel" + ], + [ + "Ġfree", + "l" + ], + [ + "Ġfre", + "el" + ], + [ + "Ġcondition", + "ed" + ], + [ + "ĠGu", + "ides" + ], + [ + "ĠGuide", + "s" + ], + [ + "ĠGuid", + "es" + ], + [ + "a", + "uri" + ], + [ + "au", + "ri" + ], + [ + "aur", + "i" + ], + [ + "Pl", + "ants" + ], + [ + "Plan", + "ts" + ], + [ + "Plant", + "s" + ], + [ + "Not", + "ice" + ], + [ + "Ġaff", + "irmative" + ], + [ + "Ġaffirm", + "ative" + ], + [ + "ĠBe", + "auty" + ], + [ + "ĠBeaut", + "y" + ], + [ + "ĠBeau", + "ty" + ], + [ + "ĠMesopotam", + "ia" + ], + [ + "C", + "ity" + ], + [ + "Cit", + "y" + ], + [ + "G", + "rade" + ], + [ + "Gra", + "de" + ], + [ + "Gr", + "ade" + ], + [ + "[", + "change" + ], + [ + "`", + "s" + ], + [ + "w", + "atch" + ], + [ + "en", + "times" + ], + [ + "ent", + "imes" + ], + [ + "ĠA", + "e" + ], + [ + "ĠW", + "u" + ], + [ + "ĠD", + "w" + ], + [ + "Ġ", + "FO" + ], + [ + "ĠF", + "O" + ], + [ + "Ġin", + "forming" + ], + [ + "Ġinform", + "ing" + ], + [ + "raph", + "ic" + ], + [ + "Ġpass", + "ions" + ], + [ + "Ġpassion", + "s" + ], + [ + "isc", + "overed" + ], + [ + "isco", + "vered" + ], + [ + "ĠHealth", + "wise" + ], + [ + "Ġpath", + "ological" + ], + [ + "Ġpathologic", + "al" + ], + [ + "L", + "AB" + ], + [ + "LA", + "B" + ], + [ + "Ġ", + "Anatomy" + ], + [ + "ĠAn", + "atomy" + ], + [ + "ĠAnat", + "omy" + ], + [ + "Ġreperto", + "ire" + ], + [ + "B", + "rain" + ], + [ + "Bra", + "in" + ], + [ + "Br", + "ain" + ], + [ + "m", + "are" + ], + [ + "ma", + "re" + ], + [ + "mar", + "e" + ], + [ + "re", + "ase" + ], + [ + "reas", + "e" + ], + [ + "rea", + "se" + ], + [ + "Ġh", + "ij" + ], + [ + "Ġhi", + "j" + ], + [ + "Ġ", + "Rising" + ], + [ + "ĠR", + "ising" + ], + [ + "ĠRi", + "sing" + ], + [ + "ĠRis", + "ing" + ], + [ + "Ġ", + "Giving" + ], + [ + "ĠG", + "iving" + ], + [ + "ĠGi", + "ving" + ], + [ + "Ġmus", + "sels" + ], + [ + "Ġmussel", + "s" + ], + [ + "Ġt", + "rek" + ], + [ + "Ġtr", + "ek" + ], + [ + "Ġtre", + "k" + ], + [ + "Ġcost", + "ume" + ], + [ + "Ġe", + "loqu" + ], + [ + "Ġel", + "oqu" + ], + [ + "Ġre", + "acting" + ], + [ + "Ġreact", + "ing" + ], + [ + "Ġenvironmental", + "ists" + ], + [ + "Ġenvironmentalist", + "s" + ], + [ + "Ġt", + "utors" + ], + [ + "Ġtut", + "ors" + ], + [ + "Ġtutor", + "s" + ], + [ + "Ġear", + "nest" + ], + [ + "Ġearn", + "est" + ], + [ + "Ġadm", + "its" + ], + [ + "Ġadmit", + "s" + ], + [ + "Sim", + "ple" + ], + [ + "Mult", + "iple" + ], + [ + "Multi", + "ple" + ], + [ + "Ġcontradict", + "ory" + ], + [ + "ĠP", + "orter" + ], + [ + "ĠPort", + "er" + ], + [ + "ĠPor", + "ter" + ], + [ + "Ġ", + "vin" + ], + [ + "Ġv", + "in" + ], + [ + "Ġvi", + "n" + ], + [ + "ĠH", + "annah" + ], + [ + "ĠHan", + "nah" + ], + [ + "ĠHann", + "ah" + ], + [ + "ĠHanna", + "h" + ], + [ + "Ġtr", + "unks" + ], + [ + "Ġtrunk", + "s" + ], + [ + "Ġfl", + "ushing" + ], + [ + "Ġflush", + "ing" + ], + [ + "hy", + "per" + ], + [ + "hyp", + "er" + ], + [ + "Ġcondition", + "er" + ], + [ + "Ġelect", + "rically" + ], + [ + "Ġelectric", + "ally" + ], + [ + "Ġelectr", + "ically" + ], + [ + "Ġelectrical", + "ly" + ], + [ + "Ġwal", + "nuts" + ], + [ + "Ġwalnut", + "s" + ], + [ + "Ġparad", + "ise" + ], + [ + "ĠN", + "GO" + ], + [ + "ĠNG", + "O" + ], + [ + "Ġirres", + "pective" + ], + [ + "Ġinaccess", + "ible" + ], + [ + "Ġ", + ")," + ], + [ + "Ġ)", + "," + ], + [ + "c", + "hel" + ], + [ + "ch", + "el" + ], + [ + "che", + "l" + ], + [ + "Ġo", + "mitted" + ], + [ + "Ġom", + "itted" + ], + [ + "Ġomit", + "ted" + ], + [ + "Ġ", + "Tip" + ], + [ + "ĠT", + "ip" + ], + [ + "ĠTi", + "p" + ], + [ + "ĠB", + "il" + ], + [ + "ĠBi", + "l" + ], + [ + "i", + "ping" + ], + [ + "ip", + "ing" + ], + [ + "Ġdist", + "illed" + ], + [ + "Ġdistill", + "ed" + ], + [ + "Ġend", + "othel" + ], + [ + "-p", + "ound" + ], + [ + "-po", + "und" + ], + [ + "Ġfav", + "ourable" + ], + [ + "Ġfavour", + "able" + ], + [ + "Ġacqu", + "aint" + ], + [ + "Ġaug", + "ment" + ], + [ + "Ġau", + "gment" + ], + [ + "Ġmathemat", + "icians" + ], + [ + "Ġmathematic", + "ians" + ], + [ + "Ġmathematician", + "s" + ], + [ + "ty", + "sburg" + ], + [ + "tys", + "burg" + ], + [ + "Î", + "²" + ], + [ + "i", + "tles" + ], + [ + "it", + "les" + ], + [ + "itle", + "s" + ], + [ + "Ġf", + "rig" + ], + [ + "Ġfri", + "g" + ], + [ + "Ġfr", + "ig" + ], + [ + "ou", + "ched" + ], + [ + "ouch", + "ed" + ], + [ + "Ġ", + "RD" + ], + [ + "ĠR", + "D" + ], + [ + "Ġun", + "seen" + ], + [ + "Ġuns", + "een" + ], + [ + "Ġunse", + "en" + ], + [ + "Ġbre", + "wing" + ], + [ + "Ġbrew", + "ing" + ], + [ + "ĠRe", + "vere" + ], + [ + "ĠRev", + "ere" + ], + [ + "ĠReve", + "re" + ], + [ + "ole", + "cules" + ], + [ + "olecule", + "s" + ], + [ + "Ġg", + "reet" + ], + [ + "Ġgre", + "et" + ], + [ + "Ġconstruction", + "s" + ], + [ + "Ġconstruct", + "ions" + ], + [ + "Ġqu", + "arry" + ], + [ + "Ġquar", + "ry" + ], + [ + "Te", + "acher" + ], + [ + "Teach", + "er" + ], + [ + "Tea", + "cher" + ], + [ + "a", + "ja" + ], + [ + "aj", + "a" + ], + [ + "Ġske", + "ptic" + ], + [ + "Ġskept", + "ic" + ], + [ + "-", + "interest" + ], + [ + "-int", + "erest" + ], + [ + "-inter", + "est" + ], + [ + "e", + "termination" + ], + [ + "eter", + "mination" + ], + [ + "eterm", + "ination" + ], + [ + "Ġ", + "Screening" + ], + [ + "ĠScreen", + "ing" + ], + [ + "Ġatroc", + "ities" + ], + [ + "T", + "en" + ], + [ + "Te", + "n" + ], + [ + "×", + "ľ" + ], + [ + "s", + "ted" + ], + [ + "st", + "ed" + ], + [ + "ste", + "d" + ], + [ + "o", + "witz" + ], + [ + "ow", + "itz" + ], + [ + "ĠS", + "AM" + ], + [ + "ĠSA", + "M" + ], + [ + "um", + "bs" + ], + [ + "umb", + "s" + ], + [ + "Ġnot", + "ified" + ], + [ + "Ġs", + "ounded" + ], + [ + "Ġso", + "unded" + ], + [ + "Ġsound", + "ed" + ], + [ + "ĠA", + "bb" + ], + [ + "ĠAb", + "b" + ], + [ + "Ġ", + "Temper" + ], + [ + "ĠT", + "emper" + ], + [ + "ĠTem", + "per" + ], + [ + "ĠTemp", + "er" + ], + [ + "Ġ", + "Asked" + ], + [ + "ĠAs", + "ked" + ], + [ + "ĠAsk", + "ed" + ], + [ + "Ġadminist", + "ering" + ], + [ + "Ġadminister", + "ing" + ], + [ + "Ġengra", + "ved" + ], + [ + "Ġwholes", + "ale" + ], + [ + "Ġoy", + "sters" + ], + [ + "Ġoyster", + "s" + ], + [ + "ĠS", + "ick" + ], + [ + "ĠSi", + "ck" + ], + [ + "ĠSic", + "k" + ], + [ + "ĠN", + "urse" + ], + [ + "ĠNurs", + "e" + ], + [ + "ĠNur", + "se" + ], + [ + "ĠJohn", + "ston" + ], + [ + "ĠJohns", + "ton" + ], + [ + "Ġla", + "ure" + ], + [ + "ĠTun", + "is" + ], + [ + "ĠTu", + "nis" + ], + [ + "ĠMeasure", + "ment" + ], + [ + "j", + "uven" + ], + [ + "ju", + "ven" + ], + [ + "Ġcons", + "onant" + ], + [ + "Ġconson", + "ant" + ], + [ + "Ġend", + "ometriosis" + ], + [ + "Ġendomet", + "riosis" + ], + [ + "em", + "ically" + ], + [ + "emic", + "ally" + ], + [ + "per", + "haps" + ], + [ + "Ġ", + "mega" + ], + [ + "Ġm", + "ega" + ], + [ + "Ġme", + "ga" + ], + [ + "Ġmeg", + "a" + ], + [ + "Ġso", + "aked" + ], + [ + "Ġsoak", + "ed" + ], + [ + "Ġf", + "undra" + ], + [ + "Ġfund", + "ra" + ], + [ + "Ġfu", + "ndra" + ], + [ + "Ġs", + "unk" + ], + [ + "Ġsun", + "k" + ], + [ + "Ġearth", + "ly" + ], + [ + "AT", + "ED" + ], + [ + "ATE", + "D" + ], + [ + "co", + "ins" + ], + [ + "coin", + "s" + ], + [ + "Ġin", + "jecting" + ], + [ + "Ġinj", + "ecting" + ], + [ + "Ġinject", + "ing" + ], + [ + "Ġinhib", + "itor" + ], + [ + "Ġinhibit", + "or" + ], + [ + "Ġconc", + "eal" + ], + [ + "Ġconce", + "al" + ], + [ + "Ġattach", + "ments" + ], + [ + "Ġattachment", + "s" + ], + [ + "Ġrec", + "ruiting" + ], + [ + "Ġrecru", + "iting" + ], + [ + "Ġrecruit", + "ing" + ], + [ + "Ġmonaster", + "ies" + ], + [ + "Ġnav", + "igating" + ], + [ + "Ġnavig", + "ating" + ], + [ + "ich", + "ever" + ], + [ + "iche", + "ver" + ], + [ + "Hy", + "per" + ], + [ + "Hyp", + "er" + ], + [ + "Ġsn", + "apshot" + ], + [ + "Ġsnaps", + "hot" + ], + [ + "Ġsnap", + "shot" + ], + [ + "B", + "uild" + ], + [ + "Bu", + "ild" + ], + [ + "Ġb", + "isexual" + ], + [ + "Ġbi", + "sexual" + ], + [ + "Ġf", + "iss" + ], + [ + "Ġfi", + "ss" + ], + [ + "Ġin", + "act" + ], + [ + "Ġwh", + "istle" + ], + [ + "Ġwhis", + "tle" + ], + [ + "our", + "cing" + ], + [ + "ens", + "ation" + ], + [ + "Ġt", + "hematic" + ], + [ + "Ġthe", + "matic" + ], + [ + "Ġth", + "ematic" + ], + [ + "Ġthem", + "atic" + ], + [ + "ĠSt", + "ru" + ], + [ + "ĠStr", + "u" + ], + [ + "Ġfl", + "oral" + ], + [ + "Ġflo", + "ral" + ], + [ + "Ġflora", + "l" + ], + [ + "Ġflor", + "al" + ], + [ + "Ġfin", + "ishes" + ], + [ + "Ġfinish", + "es" + ], + [ + "ĠBe", + "au" + ], + [ + "Ġs", + "alam" + ], + [ + "Ġsa", + "lam" + ], + [ + "Ġsal", + "am" + ], + [ + "Ġatt", + "ackers" + ], + [ + "Ġattack", + "ers" + ], + [ + "Ġattacker", + "s" + ], + [ + "Ġacid", + "ification" + ], + [ + "Ġconstruct", + "s" + ], + [ + "Ġcart", + "oons" + ], + [ + "Ġcartoon", + "s" + ], + [ + "ĠRome", + "o" + ], + [ + "ĠRom", + "eo" + ], + [ + "Ġ", + "Logic" + ], + [ + "ĠL", + "ogic" + ], + [ + "ĠLo", + "gic" + ], + [ + "ĠLog", + "ic" + ], + [ + "Ġblue", + "print" + ], + [ + "Ġblu", + "eprint" + ], + [ + "Ġbluep", + "rint" + ], + [ + "R", + "Y" + ], + [ + "it", + "ious" + ], + [ + "iti", + "ous" + ], + [ + "ĠG", + "aul" + ], + [ + "ĠGa", + "ul" + ], + [ + "ĠGau", + "l" + ], + [ + "Ġwill", + "ow" + ], + [ + "Ġwil", + "low" + ], + [ + "Ġj", + "okes" + ], + [ + "Ġjo", + "kes" + ], + [ + "Ġjoke", + "s" + ], + [ + "Ġant", + "if" + ], + [ + "Ġanti", + "f" + ], + [ + "Ġrun", + "ny" + ], + [ + "Ġsw", + "amps" + ], + [ + "Ġswamp", + "s" + ], + [ + "Ġswam", + "ps" + ], + [ + "o", + "xic" + ], + [ + "ox", + "ic" + ], + [ + "ĠCar", + "roll" + ], + [ + "ĠCarr", + "oll" + ], + [ + "Ġ", + "Educators" + ], + [ + "ĠEduc", + "ators" + ], + [ + "ĠEducator", + "s" + ], + [ + "Ġresp", + "onders" + ], + [ + "Ġrespond", + "ers" + ], + [ + "Ġ", + ">>" + ], + [ + "Ġ>", + ">" + ], + [ + "Ġpharmaceutical", + "s" + ], + [ + "Ġp", + "igeon" + ], + [ + "Ġpi", + "geon" + ], + [ + "Ġpig", + "eon" + ], + [ + "Ġpige", + "on" + ], + [ + "is", + "le" + ], + [ + "isl", + "e" + ], + [ + "Ġ", + "Cash" + ], + [ + "ĠC", + "ash" + ], + [ + "ĠCa", + "sh" + ], + [ + "ĠCas", + "h" + ], + [ + "Ġ", + "Mapping" + ], + [ + "ĠM", + "apping" + ], + [ + "ĠMa", + "pping" + ], + [ + "ĠMap", + "ping" + ], + [ + "op", + "old" + ], + [ + "opol", + "d" + ], + [ + "opo", + "ld" + ], + [ + "ĠL", + "CD" + ], + [ + "ĠLC", + "D" + ], + [ + "act", + "ly" + ], + [ + "ĠIn", + "ner" + ], + [ + "ĠInn", + "er" + ], + [ + "ĠK", + "ol" + ], + [ + "ĠKo", + "l" + ], + [ + "Ġhalf", + "way" + ], + [ + "Ġindex", + "es" + ], + [ + "ol", + "iosis" + ], + [ + "oli", + "osis" + ], + [ + "Ġcopyright", + "ed" + ], + [ + "Ġbroad", + "casting" + ], + [ + "Ġbroadcast", + "ing" + ], + [ + "ĠRF", + "ID" + ], + [ + "Ġrem", + "nant" + ], + [ + "Ġremn", + "ant" + ], + [ + "M", + "er" + ], + [ + "Me", + "r" + ], + [ + "f", + "light" + ], + [ + "fl", + "ight" + ], + [ + "r", + "ink" + ], + [ + "rin", + "k" + ], + [ + "e", + "nance" + ], + [ + "en", + "ance" + ], + [ + "ena", + "nce" + ], + [ + "enan", + "ce" + ], + [ + "ĠM", + "illion" + ], + [ + "ĠMil", + "lion" + ], + [ + "ĠMill", + "ion" + ], + [ + "o", + "phen" + ], + [ + "op", + "hen" + ], + [ + "oph", + "en" + ], + [ + "ophe", + "n" + ], + [ + "Ġ", + "kel" + ], + [ + "Ġk", + "el" + ], + [ + "Ġke", + "l" + ], + [ + "l", + "li" + ], + [ + "ll", + "i" + ], + [ + "w", + "eek" + ], + [ + "we", + "ek" + ], + [ + "-", + "brain" + ], + [ + "-b", + "rain" + ], + [ + "Ġpublic", + "ity" + ], + [ + "Ġpubl", + "icity" + ], + [ + "Ġhard", + "ened" + ], + [ + "Ġharden", + "ed" + ], + [ + "Ġrev", + "ived" + ], + [ + "Ġrevive", + "d" + ], + [ + "Ġ", + "Acceler" + ], + [ + "ĠAc", + "celer" + ], + [ + "ĠAcc", + "eler" + ], + [ + "c", + "ancer" + ], + [ + "can", + "cer" + ], + [ + "ĠDirect", + "ive" + ], + [ + "ĠDir", + "ective" + ], + [ + "Ġ", + "Wiki" + ], + [ + "ĠW", + "iki" + ], + [ + "ĠWik", + "i" + ], + [ + "ĠWi", + "ki" + ], + [ + "Ġprohib", + "its" + ], + [ + "Ġprohibit", + "s" + ], + [ + "ĠD", + "ynamics" + ], + [ + "ĠDyn", + "amics" + ], + [ + "ĠDynamic", + "s" + ], + [ + "Ġillum", + "inate" + ], + [ + "Ġillumin", + "ate" + ], + [ + "ĠH", + "ellen" + ], + [ + "ĠHel", + "len" + ], + [ + "ĠHell", + "en" + ], + [ + "Ġmell", + "itus" + ], + [ + "Ġ", + "mund" + ], + [ + "Ġm", + "und" + ], + [ + "Ġmun", + "d" + ], + [ + "Ġmu", + "nd" + ], + [ + "Ġfor", + "ged" + ], + [ + "Ġforg", + "ed" + ], + [ + "Ġforge", + "d" + ], + [ + "ĠA", + "ber" + ], + [ + "ĠAb", + "er" + ], + [ + "ĠAbe", + "r" + ], + [ + "ĠE", + "g" + ], + [ + "Ġ", + "Flying" + ], + [ + "ĠF", + "lying" + ], + [ + "ĠFl", + "ying" + ], + [ + "ĠFly", + "ing" + ], + [ + "Ġf", + "luent" + ], + [ + "Ġfl", + "uent" + ], + [ + "Ġflu", + "ent" + ], + [ + "Ġflue", + "nt" + ], + [ + "N", + "AT" + ], + [ + "NA", + "T" + ], + [ + "o", + "phone" + ], + [ + "oph", + "one" + ], + [ + "ophon", + "e" + ], + [ + "ĠCo", + "operation" + ], + [ + "ĠCooper", + "ation" + ], + [ + "rec", + "ogn" + ], + [ + "Im", + "port" + ], + [ + "Imp", + "ort" + ], + [ + "Ġdis", + "rupting" + ], + [ + "Ġdisrupt", + "ing" + ], + [ + "Ġtact", + "ical" + ], + [ + "Ġtactic", + "al" + ], + [ + "Ġtac", + "tical" + ], + [ + "-gen", + "erated" + ], + [ + "ĠS", + "oldiers" + ], + [ + "ĠSold", + "iers" + ], + [ + "ĠSoldier", + "s" + ], + [ + "l", + "ip" + ], + [ + "li", + "p" + ], + [ + "Ġs", + "ender" + ], + [ + "Ġse", + "nder" + ], + [ + "Ġsend", + "er" + ], + [ + "Ġsen", + "der" + ], + [ + "ĠT", + "X" + ], + [ + "k", + "ef" + ], + [ + "ke", + "f" + ], + [ + "ĠR", + "oma" + ], + [ + "ĠRo", + "ma" + ], + [ + "ĠRom", + "a" + ], + [ + "Ġinf", + "rast" + ], + [ + "Ġinfra", + "st" + ], + [ + "Ġc", + "amel" + ], + [ + "Ġca", + "mel" + ], + [ + "Ġcame", + "l" + ], + [ + "Ġcam", + "el" + ], + [ + "A", + "ge" + ], + [ + "Ag", + "e" + ], + [ + "c", + "ock" + ], + [ + "co", + "ck" + ], + [ + "c", + "ross" + ], + [ + "cr", + "oss" + ], + [ + "cro", + "ss" + ], + [ + "at", + "ology" + ], + [ + "i", + "mon" + ], + [ + "im", + "on" + ], + [ + "imo", + "n" + ], + [ + "r", + "out" + ], + [ + "ro", + "ut" + ], + [ + "rou", + "t" + ], + [ + "p", + "lane" + ], + [ + "pl", + "ane" + ], + [ + "plan", + "e" + ], + [ + "Ġout", + "fit" + ], + [ + "on", + "ement" + ], + [ + "one", + "ment" + ], + [ + "-", + "fuel" + ], + [ + "-f", + "uel" + ], + [ + "Ġdra", + "fting" + ], + [ + "Ġdraft", + "ing" + ], + [ + "Ġh", + "armed" + ], + [ + "Ġharm", + "ed" + ], + [ + "Ġhar", + "med" + ], + [ + "l", + "son" + ], + [ + "ls", + "on" + ], + [ + "Ġc", + "ounters" + ], + [ + "Ġco", + "unters" + ], + [ + "Ġcount", + "ers" + ], + [ + "Ġcoun", + "ters" + ], + [ + "Ġcounter", + "s" + ], + [ + "ĠC", + "ompl" + ], + [ + "ĠComp", + "l" + ], + [ + "ĠCom", + "pl" + ], + [ + "âĢĶ", + "they" + ], + [ + "âĢĶthe", + "y" + ], + [ + "âĢĶt", + "hey" + ], + [ + "Ġbo", + "ilers" + ], + [ + "Ġboil", + "ers" + ], + [ + "Ġboiler", + "s" + ], + [ + "Ġ", + "pg" + ], + [ + "Ġp", + "g" + ], + [ + "Ġe", + "ukary" + ], + [ + "Ġeu", + "kary" + ], + [ + "s", + "tar" + ], + [ + "st", + "ar" + ], + [ + "sta", + "r" + ], + [ + "âĢĶ", + "âĢĶ" + ], + [ + "Ġpar", + "aly" + ], + [ + "Ġpara", + "ly" + ], + [ + "Ġparal", + "y" + ], + [ + "r", + "ington" + ], + [ + "ring", + "ton" + ], + [ + "Ġ", + "XX" + ], + [ + "ĠX", + "X" + ], + [ + "P", + "rocess" + ], + [ + "Pro", + "cess" + ], + [ + "a", + "elic" + ], + [ + "ae", + "lic" + ], + [ + "ael", + "ic" + ], + [ + "ĠBr", + "ooks" + ], + [ + "ĠBro", + "oks" + ], + [ + "ĠBrook", + "s" + ], + [ + "Ġ", + "Improved" + ], + [ + "ĠImp", + "roved" + ], + [ + "ĠImpro", + "ved" + ], + [ + "ĠImprove", + "d" + ], + [ + "Ġh", + "urts" + ], + [ + "Ġhurt", + "s" + ], + [ + "Ġhur", + "ts" + ], + [ + "Ġadvert", + "isement" + ], + [ + "Ġadvertise", + "ment" + ], + [ + "ĠF", + "requency" + ], + [ + "ĠFrequ", + "ency" + ], + [ + "Ġbenefic", + "iaries" + ], + [ + "ĠDocument", + "s" + ], + [ + "ĠDoc", + "uments" + ], + [ + "W", + "W" + ], + [ + "w", + "ald" + ], + [ + "wa", + "ld" + ], + [ + "wal", + "d" + ], + [ + "×", + "IJ" + ], + [ + "Ġt", + "apping" + ], + [ + "Ġtap", + "ping" + ], + [ + "Ġta", + "pping" + ], + [ + "Ġd", + "end" + ], + [ + "Ġde", + "nd" + ], + [ + "Ġden", + "d" + ], + [ + "u", + "mann" + ], + [ + "um", + "ann" + ], + [ + "uman", + "n" + ], + [ + "uma", + "nn" + ], + [ + "ĠO", + "racle" + ], + [ + "ĠOr", + "acle" + ], + [ + "Ġ", + "arctic" + ], + [ + "Ġar", + "ctic" + ], + [ + "Ġarc", + "tic" + ], + [ + "S", + "oil" + ], + [ + "So", + "il" + ], + [ + "ĠAssoci", + "ates" + ], + [ + "ĠAssociate", + "s" + ], + [ + "ĠAssoc", + "iates" + ], + [ + "Ġpe", + "nis" + ], + [ + "Ġpen", + "is" + ], + [ + "P", + "lus" + ], + [ + "Pl", + "us" + ], + [ + "Ġfasc", + "ination" + ], + [ + "ĠPers", + "pective" + ], + [ + "ĠEst", + "her" + ], + [ + "ĠEs", + "ther" + ], + [ + "Ġterror", + "ists" + ], + [ + "Ġterrorist", + "s" + ], + [ + "C", + "at" + ], + [ + "Ca", + "t" + ], + [ + "G", + "ra" + ], + [ + "Gr", + "a" + ], + [ + "r", + "oves" + ], + [ + "ro", + "ves" + ], + [ + "rove", + "s" + ], + [ + "rov", + "es" + ], + [ + "a", + "mate" + ], + [ + "am", + "ate" + ], + [ + "ama", + "te" + ], + [ + "ĠP", + "ir" + ], + [ + "ĠPi", + "r" + ], + [ + "a", + "gging" + ], + [ + "ag", + "ging" + ], + [ + "agg", + "ing" + ], + [ + "Ġ", + "UTC" + ], + [ + "ĠU", + "TC" + ], + [ + "ĠUT", + "C" + ], + [ + "ÃŃ", + "n" + ], + [ + "Ġalleg", + "iance" + ], + [ + "Ġrest", + "raint" + ], + [ + "Ġrestra", + "int" + ], + [ + "Ġrestrain", + "t" + ], + [ + "ĠP", + "oe" + ], + [ + "ĠPo", + "e" + ], + [ + "Ġv", + "aping" + ], + [ + "Ġvap", + "ing" + ], + [ + "Ġva", + "ping" + ], + [ + "ĠW", + "alt" + ], + [ + "ĠWal", + "t" + ], + [ + "ĠWa", + "lt" + ], + [ + "Ġ", + "Fasc" + ], + [ + "ĠF", + "asc" + ], + [ + "ĠFa", + "sc" + ], + [ + "ou", + "sand" + ], + [ + "ous", + "and" + ], + [ + "ousa", + "nd" + ], + [ + "Ġspec", + "ulative" + ], + [ + "Ġsm", + "og" + ], + [ + "Ġsmo", + "g" + ], + [ + "Ġins", + "ulating" + ], + [ + "ĠAr", + "ms" + ], + [ + "ĠArm", + "s" + ], + [ + "am", + "inated" + ], + [ + "amin", + "ated" + ], + [ + "aminate", + "d" + ], + [ + "Ġ", + "Computers" + ], + [ + "ĠComp", + "uters" + ], + [ + "ĠComputer", + "s" + ], + [ + "U", + "nit" + ], + [ + "Un", + "it" + ], + [ + "ĠCatholic", + "ism" + ], + [ + "ĠCons", + "ervative" + ], + [ + "ĠConserv", + "ative" + ], + [ + "Ġvigorous", + "ly" + ], + [ + "Ġvigor", + "ously" + ], + [ + "x", + "i" + ], + [ + "Ġs", + "ilt" + ], + [ + "Ġsil", + "t" + ], + [ + "Ġsi", + "lt" + ], + [ + "il", + "ience" + ], + [ + "ili", + "ence" + ], + [ + "ist", + "ries" + ], + [ + "e", + "mer" + ], + [ + "em", + "er" + ], + [ + "eme", + "r" + ], + [ + "ĠD", + "uck" + ], + [ + "ĠDu", + "ck" + ], + [ + "ĠDuc", + "k" + ], + [ + "r", + "ile" + ], + [ + "ri", + "le" + ], + [ + "ril", + "e" + ], + [ + "pl", + "aced" + ], + [ + "place", + "d" + ], + [ + "Ġun", + "available" + ], + [ + "ar", + "ching" + ], + [ + "arch", + "ing" + ], + [ + "arc", + "hing" + ], + [ + "Ġim", + "prov" + ], + [ + "Ġimp", + "rov" + ], + [ + "Ġimpro", + "v" + ], + [ + "Ġsl", + "ipp" + ], + [ + "Ġslip", + "p" + ], + [ + "Ġnight", + "time" + ], + [ + "cont", + "inent" + ], + [ + "contin", + "ent" + ], + [ + "A", + "BA" + ], + [ + "AB", + "A" + ], + [ + "ĠBa", + "iley" + ], + [ + "ĠBai", + "ley" + ], + [ + "ĠBail", + "ey" + ], + [ + "A", + "ud" + ], + [ + "N", + "eg" + ], + [ + "Ne", + "g" + ], + [ + "Ġf", + "ry" + ], + [ + "Ġfr", + "y" + ], + [ + "e", + "led" + ], + [ + "el", + "ed" + ], + [ + "ele", + "d" + ], + [ + "ĠW", + "ellington" + ], + [ + "ĠWell", + "ington" + ], + [ + "ĠWel", + "lington" + ], + [ + "e", + "teries" + ], + [ + "et", + "eries" + ], + [ + "eter", + "ies" + ], + [ + "ete", + "ries" + ], + [ + "Ġscreen", + "ings" + ], + [ + "Ġscreening", + "s" + ], + [ + "Ġscree", + "nings" + ], + [ + "Ġmis", + "information" + ], + [ + "cont", + "ent" + ], + [ + "Ġdiss", + "olution" + ], + [ + "Ġneuro", + "scient" + ], + [ + "Ġneur", + "oscient" + ], + [ + "Ġneuros", + "cient" + ], + [ + "Ġlib", + "rarian" + ], + [ + "Ġlibr", + "arian" + ], + [ + "Ġanticip", + "ation" + ], + [ + "Ġantic", + "ipation" + ], + [ + "Ġremem", + "brance" + ], + [ + "Ġendeav", + "ors" + ], + [ + "Ġendeavor", + "s" + ], + [ + "Ġtar", + "tar" + ], + [ + "Ġtart", + "ar" + ], + [ + "-", + "ro" + ], + [ + "-r", + "o" + ], + [ + "U", + "G" + ], + [ + "ĠM", + "ennon" + ], + [ + "ĠMen", + "non" + ], + [ + "ĠP", + "OW" + ], + [ + "ĠPO", + "W" + ], + [ + "u", + "der" + ], + [ + "ud", + "er" + ], + [ + "ude", + "r" + ], + [ + "Ġdet", + "achment" + ], + [ + "Ġdetach", + "ment" + ], + [ + "ute", + "ronomy" + ], + [ + "uter", + "onomy" + ], + [ + "Ġpolar", + "ization" + ], + [ + "Ġperm", + "afrost" + ], + [ + "Ġ", + "Comparison" + ], + [ + "ĠCompar", + "ison" + ], + [ + "c", + "ile" + ], + [ + "cil", + "e" + ], + [ + "ci", + "le" + ], + [ + "h", + "oles" + ], + [ + "hol", + "es" + ], + [ + "ho", + "les" + ], + [ + "hole", + "s" + ], + [ + "Ã", + "ĥ" + ], + [ + "ind", + "eer" + ], + [ + "inde", + "er" + ], + [ + "Ġcom", + "ma" + ], + [ + "Ġcomm", + "a" + ], + [ + "Ġbl", + "ends" + ], + [ + "Ġblend", + "s" + ], + [ + "Ġob", + "jection" + ], + [ + "Ġobject", + "ion" + ], + [ + "Ġspecific", + "s" + ], + [ + "Ġstat", + "utes" + ], + [ + "Ġstatute", + "s" + ], + [ + "Ġrev", + "olutions" + ], + [ + "Ġrevolution", + "s" + ], + [ + "Ġrevol", + "utions" + ], + [ + "r", + "ews" + ], + [ + "re", + "ws" + ], + [ + "rew", + "s" + ], + [ + "Ġx", + "en" + ], + [ + "Ġincorpor", + "ation" + ], + [ + "-", + "Day" + ], + [ + "-D", + "ay" + ], + [ + "Ġinstru", + "mentation" + ], + [ + "Ġinstrument", + "ation" + ], + [ + "Ġ", + "OSHA" + ], + [ + "ĠOS", + "HA" + ], + [ + "Ġr", + "ental" + ], + [ + "Ġrent", + "al" + ], + [ + "Ġren", + "tal" + ], + [ + "Ast", + "ron" + ], + [ + "Ġtablesp", + "oon" + ], + [ + "ĠL", + "oren" + ], + [ + "ĠLo", + "ren" + ], + [ + "ĠLore", + "n" + ], + [ + "ĠLor", + "en" + ], + [ + "s", + "n" + ], + [ + "Ġh", + "ue" + ], + [ + "Ġhu", + "e" + ], + [ + "Ġh", + "ep" + ], + [ + "Ġhe", + "p" + ], + [ + "Ġs", + "ucking" + ], + [ + "Ġsu", + "cking" + ], + [ + "Ġsuc", + "king" + ], + [ + "Ġsuck", + "ing" + ], + [ + "Ġex", + "poses" + ], + [ + "Ġexp", + "oses" + ], + [ + "Ġexpose", + "s" + ], + [ + "Ġin", + "vas" + ], + [ + "Ġinv", + "as" + ], + [ + "u", + "ga" + ], + [ + "ug", + "a" + ], + [ + "osp", + "heric" + ], + [ + "osph", + "eric" + ], + [ + "re", + "lim" + ], + [ + "rel", + "im" + ], + [ + "Ġpopular", + "ly" + ], + [ + "Ġh", + "airy" + ], + [ + "Ġha", + "iry" + ], + [ + "Ġhair", + "y" + ], + [ + "à¤", + "°" + ], + [ + "Ġrot", + "ational" + ], + [ + "Ġrotation", + "al" + ], + [ + "i", + "jah" + ], + [ + "ij", + "ah" + ], + [ + "ija", + "h" + ], + [ + "Ġhus", + "bands" + ], + [ + "Ġhusband", + "s" + ], + [ + "Ġpropag", + "ate" + ], + [ + "Ġorch", + "ids" + ], + [ + "Ġorchid", + "s" + ], + [ + "D", + "es" + ], + [ + "De", + "s" + ], + [ + "H", + "I" + ], + [ + "Y", + "C" + ], + [ + "Ġc", + "obalt" + ], + [ + "Ġcob", + "alt" + ], + [ + "it", + "ant" + ], + [ + "itan", + "t" + ], + [ + "ita", + "nt" + ], + [ + "Ġis", + "chem" + ], + [ + "ĠK", + "oh" + ], + [ + "ĠKo", + "h" + ], + [ + "Th", + "ursday" + ], + [ + "Ġart", + "works" + ], + [ + "Ġartwork", + "s" + ], + [ + "Ġbuild", + "er" + ], + [ + "Ġbuil", + "der" + ], + [ + "ĠTor", + "res" + ], + [ + "Ġcyber", + "bullying" + ], + [ + "Ġ", + "Talking" + ], + [ + "ĠT", + "alking" + ], + [ + "ĠTalk", + "ing" + ], + [ + "ĠTal", + "king" + ], + [ + "ĠAnthrop", + "ology" + ], + [ + "Ġun", + "explained" + ], + [ + "Ġunexpl", + "ained" + ], + [ + "ĠG", + "NU" + ], + [ + "ĠGN", + "U" + ], + [ + "H", + "P" + ], + [ + "ic", + "ist" + ], + [ + "ici", + "st" + ], + [ + "od", + "iac" + ], + [ + "odia", + "c" + ], + [ + "odi", + "ac" + ], + [ + "r", + "acts" + ], + [ + "ract", + "s" + ], + [ + "rac", + "ts" + ], + [ + "iqu", + "eness" + ], + [ + "ique", + "ness" + ], + [ + "ĠAn", + "dy" + ], + [ + "ĠAnd", + "y" + ], + [ + "ffic", + "ients" + ], + [ + "fficient", + "s" + ], + [ + "Ġsw", + "ap" + ], + [ + "l", + "oo" + ], + [ + "lo", + "o" + ], + [ + "ĠReg", + "istry" + ], + [ + "ĠRegist", + "ry" + ], + [ + "ph", + "asis" + ], + [ + "phas", + "is" + ], + [ + "pha", + "sis" + ], + [ + "Ġmotor", + "cycle" + ], + [ + "ĠLanc", + "aster" + ], + [ + "ĠLan", + "caster" + ], + [ + "Ġembark", + "ed" + ], + [ + "N", + "I" + ], + [ + "Ġ", + "mun" + ], + [ + "Ġm", + "un" + ], + [ + "Ġmu", + "n" + ], + [ + "l", + "yss" + ], + [ + "ly", + "ss" + ], + [ + "lys", + "s" + ], + [ + "e", + "tes" + ], + [ + "et", + "es" + ], + [ + "ete", + "s" + ], + [ + "e", + "ttes" + ], + [ + "et", + "tes" + ], + [ + "ette", + "s" + ], + [ + "ett", + "es" + ], + [ + "Ġhe", + "aled" + ], + [ + "Ġheal", + "ed" + ], + [ + "ĠD", + "ion" + ], + [ + "ĠDi", + "on" + ], + [ + "ĠD", + "awn" + ], + [ + "ĠDa", + "wn" + ], + [ + "ĠDaw", + "n" + ], + [ + "Ġk", + "icked" + ], + [ + "Ġkick", + "ed" + ], + [ + "Ġki", + "cked" + ], + [ + "ĠK", + "aiser" + ], + [ + "ĠKa", + "iser" + ], + [ + "ĠKai", + "ser" + ], + [ + "th", + "ought" + ], + [ + "though", + "t" + ], + [ + "Ġe", + "rase" + ], + [ + "Ġer", + "ase" + ], + [ + "Ġera", + "se" + ], + [ + "Ġeras", + "e" + ], + [ + "other", + "ap" + ], + [ + "othe", + "rap" + ], + [ + "Ġr", + "oyalty" + ], + [ + "Ġroyal", + "ty" + ], + [ + "Ġre", + "versible" + ], + [ + "Ġrevers", + "ible" + ], + [ + "ĠLithuan", + "ia" + ], + [ + "Ġc", + "actus" + ], + [ + "Ġcact", + "us" + ], + [ + "Ġcac", + "tus" + ], + [ + "Ġnanot", + "ubes" + ], + [ + "Ġnanotube", + "s" + ], + [ + "Ġf", + "ronts" + ], + [ + "Ġfront", + "s" + ], + [ + "Ġfr", + "onts" + ], + [ + "Ġfron", + "ts" + ], + [ + "C", + "ross" + ], + [ + "Cr", + "oss" + ], + [ + "Cro", + "ss" + ], + [ + "M", + "iddle" + ], + [ + "n", + "our" + ], + [ + "no", + "ur" + ], + [ + "i", + "cans" + ], + [ + "ic", + "ans" + ], + [ + "ica", + "ns" + ], + [ + "ican", + "s" + ], + [ + "st", + "ory" + ], + [ + "i", + "gl" + ], + [ + "ig", + "l" + ], + [ + "Ġv", + "ene" + ], + [ + "Ġve", + "ne" + ], + [ + "Ġven", + "e" + ], + [ + "Ġ", + "OT" + ], + [ + "ĠO", + "T" + ], + [ + "Ġapp", + "endix" + ], + [ + "Ġappend", + "ix" + ], + [ + "Ġtra", + "vers" + ], + [ + "Ġtr", + "avers" + ], + [ + "Ġatt", + "orneys" + ], + [ + "Ġattorney", + "s" + ], + [ + "ĠAn", + "des" + ], + [ + "ĠAnd", + "es" + ], + [ + "Ġer", + "oded" + ], + [ + "Ġerode", + "d" + ], + [ + "Ġpsych", + "iatry" + ], + [ + "Ġpsychiat", + "ry" + ], + [ + "Ġcircum", + "c" + ], + [ + "ĠPhys", + "iology" + ], + [ + "Ġhard", + "ships" + ], + [ + "Ġhards", + "hips" + ], + [ + "Ġhardship", + "s" + ], + [ + "d", + "esc" + ], + [ + "de", + "sc" + ], + [ + "des", + "c" + ], + [ + "h", + "ra" + ], + [ + "hr", + "a" + ], + [ + "n", + "ering" + ], + [ + "ne", + "ring" + ], + [ + "ner", + "ing" + ], + [ + "a", + "tz" + ], + [ + "at", + "z" + ], + [ + "Ġth", + "irds" + ], + [ + "Ġthird", + "s" + ], + [ + "Ġthir", + "ds" + ], + [ + "i", + "dated" + ], + [ + "id", + "ated" + ], + [ + "ida", + "ted" + ], + [ + "idate", + "d" + ], + [ + "ac", + "eted" + ], + [ + "ace", + "ted" + ], + [ + "acet", + "ed" + ], + [ + "Ġresult", + "ant" + ], + [ + "Ġind", + "uces" + ], + [ + "Ġindu", + "ces" + ], + [ + "Ġinduce", + "s" + ], + [ + "l", + "oom" + ], + [ + "lo", + "om" + ], + [ + "loo", + "m" + ], + [ + "é", + "t" + ], + [ + "A", + "CP" + ], + [ + "AC", + "P" + ], + [ + "ĠPat", + "ent" + ], + [ + "Ġscen", + "ery" + ], + [ + "Ġscene", + "ry" + ], + [ + "Ġfell", + "owship" + ], + [ + "Ġfellow", + "ship" + ], + [ + "Ġfellows", + "hip" + ], + [ + "Ġ", + "ringing" + ], + [ + "Ġr", + "inging" + ], + [ + "Ġring", + "ing" + ], + [ + "Ġ", + "DOE" + ], + [ + "ĠD", + "OE" + ], + [ + "ĠDO", + "E" + ], + [ + "Ġn", + "umeric" + ], + [ + "Ġnum", + "eric" + ], + [ + "Ġnumer", + "ic" + ], + [ + "Ġnu", + "meric" + ], + [ + "Ġ", + "Hydro" + ], + [ + "ĠHy", + "dro" + ], + [ + "ĠHyd", + "ro" + ], + [ + "Ġ", + "ÏĢ" + ], + [ + "ĠÏ", + "Ģ" + ], + [ + "Ġpi", + "rates" + ], + [ + "Ġpir", + "ates" + ], + [ + "Ġpirate", + "s" + ], + [ + "-", + "government" + ], + [ + "-govern", + "ment" + ], + [ + "Ġswift", + "ly" + ], + [ + "T", + "ON" + ], + [ + "TO", + "N" + ], + [ + "b", + "ish" + ], + [ + "bi", + "sh" + ], + [ + "bis", + "h" + ], + [ + "Ġ", + "wiki" + ], + [ + "Ġw", + "iki" + ], + [ + "Ġwik", + "i" + ], + [ + "Ġwi", + "ki" + ], + [ + "ĠP", + "ill" + ], + [ + "ĠPil", + "l" + ], + [ + "ĠPi", + "ll" + ], + [ + "Ġ", + "Perman" + ], + [ + "ĠP", + "erman" + ], + [ + "ĠPer", + "man" + ], + [ + "ĠPerm", + "an" + ], + [ + "ĠF", + "iles" + ], + [ + "ĠFil", + "es" + ], + [ + "ĠFile", + "s" + ], + [ + "ĠFi", + "les" + ], + [ + "Ġ", + "Vi" + ], + [ + "ĠV", + "i" + ], + [ + "a", + "har" + ], + [ + "ah", + "ar" + ], + [ + "aha", + "r" + ], + [ + "Ġpos", + "tal" + ], + [ + "Ġpost", + "al" + ], + [ + "Ġnecess", + "ities" + ], + [ + "Ġcorrect", + "ing" + ], + [ + "mar", + "ked" + ], + [ + "mark", + "ed" + ], + [ + "U", + "SE" + ], + [ + "US", + "E" + ], + [ + "Ġincl", + "ination" + ], + [ + "Ġinclin", + "ation" + ], + [ + "Ġcult", + "ivating" + ], + [ + "Ġcultiv", + "ating" + ], + [ + "Ġrel", + "ieving" + ], + [ + "Ġrelie", + "ving" + ], + [ + "plan", + "ned" + ], + [ + "Ġimmers", + "ion" + ], + [ + "Ġbloss", + "oms" + ], + [ + "Ġblossom", + "s" + ], + [ + "imet", + "res" + ], + [ + "imetre", + "s" + ], + [ + "-", + "negative" + ], + [ + "/", + "E" + ], + [ + "L", + "uke" + ], + [ + "Lu", + "ke" + ], + [ + "ĠT", + "on" + ], + [ + "ĠTo", + "n" + ], + [ + "ot", + "ions" + ], + [ + "otion", + "s" + ], + [ + "oti", + "ons" + ], + [ + "ĠE", + "lection" + ], + [ + "ĠEl", + "ection" + ], + [ + "ĠElect", + "ion" + ], + [ + "ĠEle", + "ction" + ], + [ + "Ġsign", + "ify" + ], + [ + "-", + "fe" + ], + [ + "-f", + "e" + ], + [ + "Ġcal", + "end" + ], + [ + "-d", + "rained" + ], + [ + "-dr", + "ained" + ], + [ + "Ġp", + "olls" + ], + [ + "Ġpol", + "ls" + ], + [ + "Ġpoll", + "s" + ], + [ + "ĠEd", + "gar" + ], + [ + "Ġcomm", + "anders" + ], + [ + "Ġcommand", + "ers" + ], + [ + "Ġcommander", + "s" + ], + [ + "ĠSt", + "rat" + ], + [ + "ĠStr", + "at" + ], + [ + "ĠStra", + "t" + ], + [ + "Ġsub", + "mitting" + ], + [ + "Ġsubmit", + "ting" + ], + [ + "Ġsubm", + "itting" + ], + [ + "Disc", + "over" + ], + [ + "Dis", + "cover" + ], + [ + "ĠN", + "orton" + ], + [ + "ĠNor", + "ton" + ], + [ + "ĠNort", + "on" + ], + [ + "Ġd", + "educt" + ], + [ + "Ġde", + "duct" + ], + [ + "Ġdedu", + "ct" + ], + [ + "Ġintens", + "ified" + ], + [ + "ubl", + "isher" + ], + [ + "Ġcontempor", + "aries" + ], + [ + "D", + "aily" + ], + [ + "Da", + "ily" + ], + [ + "Ġ", + "pect" + ], + [ + "Ġp", + "ect" + ], + [ + "Ġpe", + "ct" + ], + [ + "Ġpec", + "t" + ], + [ + "Ġp", + "ans" + ], + [ + "Ġpan", + "s" + ], + [ + "Ġpa", + "ns" + ], + [ + "h", + "ering" + ], + [ + "he", + "ring" + ], + [ + "her", + "ing" + ], + [ + "Ġv", + "anish" + ], + [ + "Ġvan", + "ish" + ], + [ + "Ġva", + "nish" + ], + [ + "ĠF", + "lickr" + ], + [ + "ĠCh", + "ain" + ], + [ + "ĠCha", + "in" + ], + [ + "erv", + "ices" + ], + [ + "ervice", + "s" + ], + [ + "Ġmar", + "ital" + ], + [ + "Ġ", + "termination" + ], + [ + "Ġter", + "mination" + ], + [ + "Ġterm", + "ination" + ], + [ + "Ġtermin", + "ation" + ], + [ + "Ġwarm", + "est" + ], + [ + "Ġcomm", + "anding" + ], + [ + "Ġcommand", + "ing" + ], + [ + "Ġmeteor", + "ological" + ], + [ + "Ġlent", + "ils" + ], + [ + "relim", + "inary" + ], + [ + "N", + "one" + ], + [ + "No", + "ne" + ], + [ + "Non", + "e" + ], + [ + "id", + "ic" + ], + [ + "idi", + "c" + ], + [ + "ĠD", + "airy" + ], + [ + "ĠDa", + "iry" + ], + [ + "ĠDai", + "ry" + ], + [ + "Ġpl", + "ume" + ], + [ + "Ġplum", + "e" + ], + [ + "r", + "ibly" + ], + [ + "ri", + "bly" + ], + [ + "rib", + "ly" + ], + [ + "Ġsupp", + "orter" + ], + [ + "Ġsupport", + "er" + ], + [ + "Ġinter", + "im" + ], + [ + "Ġmult", + "inational" + ], + [ + "Ġmulti", + "national" + ], + [ + "E", + "MA" + ], + [ + "EM", + "A" + ], + [ + "ĠInter", + "vention" + ], + [ + "Ġrem", + "inders" + ], + [ + "Ġremind", + "ers" + ], + [ + "Ġreminder", + "s" + ], + [ + "Ġremin", + "ders" + ], + [ + "ĠG", + "host" + ], + [ + "ĠGh", + "ost" + ], + [ + "Ġoverth", + "row" + ], + [ + "ĠAnglic", + "an" + ], + [ + "ĠAngl", + "ican" + ], + [ + "t", + "ake" + ], + [ + "ta", + "ke" + ], + [ + "Ġth", + "ro" + ], + [ + "Ġthr", + "o" + ], + [ + "op", + "ters" + ], + [ + "opt", + "ers" + ], + [ + "opter", + "s" + ], + [ + "em", + "eteries" + ], + [ + "emet", + "eries" + ], + [ + "eme", + "teries" + ], + [ + "ĠD", + "eg" + ], + [ + "ĠDe", + "g" + ], + [ + "ĠS", + "wan" + ], + [ + "ĠSw", + "an" + ], + [ + "ĠMa", + "ori" + ], + [ + "ĠMao", + "ri" + ], + [ + "Ġp", + "iping" + ], + [ + "Ġpi", + "ping" + ], + [ + "Ġpip", + "ing" + ], + [ + "ab", + "ulous" + ], + [ + "abul", + "ous" + ], + [ + "ĠInteg", + "ration" + ], + [ + "ĠAlb", + "any" + ], + [ + "ĠAlban", + "y" + ], + [ + "ĠAlba", + "ny" + ], + [ + "Ġcens", + "orship" + ], + [ + "Ġsupermark", + "ets" + ], + [ + "Ġsupermarket", + "s" + ], + [ + "ĠOpportun", + "ities" + ], + [ + "Ġjelly", + "fish" + ], + [ + "ĠSt", + "rength" + ], + [ + "ĠStr", + "ength" + ], + [ + "ĠStreng", + "th" + ], + [ + "Ġtribut", + "aries" + ], + [ + "ĠAy", + "urveda" + ], + [ + "ĠAyurved", + "a" + ], + [ + "ĠSask", + "atchewan" + ], + [ + "T", + "uesday" + ], + [ + "e", + "net" + ], + [ + "en", + "et" + ], + [ + "ene", + "t" + ], + [ + "Ġl", + "umbar" + ], + [ + "Ġlum", + "bar" + ], + [ + "ĠF", + "arming" + ], + [ + "ĠFar", + "ming" + ], + [ + "ĠFarm", + "ing" + ], + [ + "ĠK", + "w" + ], + [ + "a", + "wing" + ], + [ + "aw", + "ing" + ], + [ + "awi", + "ng" + ], + [ + "Ġfin", + "anced" + ], + [ + "Ġfinanc", + "ed" + ], + [ + "Ġfinance", + "d" + ], + [ + "Ġel", + "uc" + ], + [ + "Ġ", + "cystic" + ], + [ + "Ġcy", + "stic" + ], + [ + "Ġcyst", + "ic" + ], + [ + "s", + "pot" + ], + [ + "sp", + "ot" + ], + [ + "-", + "top" + ], + [ + "-t", + "op" + ], + [ + "-to", + "p" + ], + [ + "Ġmor", + "als" + ], + [ + "Ġmo", + "rals" + ], + [ + "Ġmoral", + "s" + ], + [ + "Ġ", + "XP" + ], + [ + "ĠX", + "P" + ], + [ + "Res", + "ources" + ], + [ + "Resource", + "s" + ], + [ + "ĠMal", + "awi" + ], + [ + "ĠWild", + "erness" + ], + [ + "ĠWilder", + "ness" + ], + [ + "erb", + "ai" + ], + [ + "erba", + "i" + ], + [ + "u", + "vian" + ], + [ + "uv", + "ian" + ], + [ + "ĠPh", + "armac" + ], + [ + "ĠPharm", + "ac" + ], + [ + "ĠPhar", + "mac" + ], + [ + "ĠPharma", + "c" + ], + [ + "Ġsummar", + "ies" + ], + [ + "Ġsumm", + "aries" + ], + [ + "g", + "el" + ], + [ + "ge", + "l" + ], + [ + "Ġw", + "arts" + ], + [ + "Ġwar", + "ts" + ], + [ + "Ġwart", + "s" + ], + [ + "Ġ", + "inse" + ], + [ + "Ġin", + "se" + ], + [ + "Ġins", + "e" + ], + [ + "a", + "ras" + ], + [ + "ar", + "as" + ], + [ + "ara", + "s" + ], + [ + "o", + "ppy" + ], + [ + "op", + "py" + ], + [ + "opp", + "y" + ], + [ + "u", + "bon" + ], + [ + "ub", + "on" + ], + [ + "ubo", + "n" + ], + [ + "Ġlong", + "itude" + ], + [ + "-", + "feeding" + ], + [ + "-f", + "eeding" + ], + [ + "-fe", + "eding" + ], + [ + "-feed", + "ing" + ], + [ + "az", + "ingly" + ], + [ + "azing", + "ly" + ], + [ + "a", + "fts" + ], + [ + "af", + "ts" + ], + [ + "aft", + "s" + ], + [ + "Ġw", + "armed" + ], + [ + "Ġwar", + "med" + ], + [ + "Ġwarm", + "ed" + ], + [ + "Ġwithd", + "rew" + ], + [ + "Ġmyst", + "ical" + ], + [ + "Ġmystic", + "al" + ], + [ + "Ġmys", + "tical" + ], + [ + "ĠAppalach", + "ian" + ], + [ + "ĠAppalachia", + "n" + ], + [ + ":", + "-Ċ" + ], + [ + ":-", + "Ċ" + ], + [ + "Ġd", + "itch" + ], + [ + "Ġdit", + "ch" + ], + [ + "ĠS", + "aul" + ], + [ + "ĠSa", + "ul" + ], + [ + "ĠSau", + "l" + ], + [ + "ĠC", + "ran" + ], + [ + "ĠCr", + "an" + ], + [ + "ĠCra", + "n" + ], + [ + "Ġ", + "dew" + ], + [ + "Ġd", + "ew" + ], + [ + "Ġde", + "w" + ], + [ + "Ġ", + "Wid" + ], + [ + "ĠW", + "id" + ], + [ + "ĠWi", + "d" + ], + [ + "ĠL", + "af" + ], + [ + "ĠLa", + "f" + ], + [ + "ĠJ", + "ak" + ], + [ + "ĠJa", + "k" + ], + [ + "a", + "chy" + ], + [ + "ac", + "hy" + ], + [ + "ach", + "y" + ], + [ + "Ġauthor", + "ization" + ], + [ + "Ġun", + "den" + ], + [ + "Ġund", + "en" + ], + [ + "ĠSim", + "pson" + ], + [ + "Ġindustrial", + "ization" + ], + [ + "Ġintense", + "ly" + ], + [ + "T", + "ip" + ], + [ + "Ti", + "p" + ], + [ + "e", + "rie" + ], + [ + "er", + "ie" + ], + [ + "eri", + "e" + ], + [ + "i", + "tas" + ], + [ + "it", + "as" + ], + [ + "ita", + "s" + ], + [ + "Ġst", + "ren" + ], + [ + "Ġstr", + "en" + ], + [ + "Ġstre", + "n" + ], + [ + "a", + "nton" + ], + [ + "an", + "ton" + ], + [ + "ant", + "on" + ], + [ + "anto", + "n" + ], + [ + "ĠO", + "scar" + ], + [ + "ĠOs", + "car" + ], + [ + "Ġbe", + "hold" + ], + [ + "Ġbeh", + "old" + ], + [ + "Ġfamil", + "ial" + ], + [ + "Ġstock", + "p" + ], + [ + "Ġturb", + "ulence" + ], + [ + "Ġcoinc", + "ide" + ], + [ + "ĠBuilding", + "s" + ], + [ + "ĠBuild", + "ings" + ], + [ + "Dan", + "iel" + ], + [ + "ĠRe", + "habilitation" + ], + [ + "ĠReh", + "abilitation" + ], + [ + "Wed", + "nesday" + ], + [ + "Ġambig", + "uity" + ], + [ + "ĠReyn", + "olds" + ], + [ + "Ġc", + "ogn" + ], + [ + "Ġco", + "gn" + ], + [ + "Ġcog", + "n" + ], + [ + "Ġre", + "organ" + ], + [ + "Ġbe", + "asts" + ], + [ + "Ġbeast", + "s" + ], + [ + "et", + "c" + ], + [ + "Ġ", + "SF" + ], + [ + "ĠS", + "F" + ], + [ + "Ġinc", + "urred" + ], + [ + "Ġincur", + "red" + ], + [ + "Ġinc", + "andescent" + ], + [ + "Ġdis", + "sect" + ], + [ + "Ġdiss", + "ect" + ], + [ + "Ġdisse", + "ct" + ], + [ + "Ġest", + "uary" + ], + [ + "Ġestu", + "ary" + ], + [ + "Ġshort", + "comings" + ], + [ + "S", + "tar" + ], + [ + "St", + "ar" + ], + [ + "Ġcr", + "isp" + ], + [ + "Ġcris", + "p" + ], + [ + "uls", + "ions" + ], + [ + "ulsion", + "s" + ], + [ + "Do", + "ctors" + ], + [ + "Doctor", + "s" + ], + [ + "ĠSl", + "ave" + ], + [ + "ĠSlav", + "e" + ], + [ + "Ġhurt", + "ing" + ], + [ + "Ġhur", + "ting" + ], + [ + "Ġchi", + "ropractic" + ], + [ + "Ġchiropract", + "ic" + ], + [ + "r", + "ez" + ], + [ + "re", + "z" + ], + [ + "ĠT", + "ribe" + ], + [ + "ĠTr", + "ibe" + ], + [ + "ĠTri", + "be" + ], + [ + "ĠTrib", + "e" + ], + [ + "e", + "tically" + ], + [ + "et", + "ically" + ], + [ + "etic", + "ally" + ], + [ + "ĠS", + "ul" + ], + [ + "ĠSu", + "l" + ], + [ + "Ġper", + "severance" + ], + [ + "Ġu", + "nin" + ], + [ + "Ġun", + "in" + ], + [ + "Ġun", + "avoid" + ], + [ + "on", + "de" + ], + [ + "ond", + "e" + ], + [ + "H", + "eat" + ], + [ + "He", + "at" + ], + [ + "At", + "lantic" + ], + [ + "Atl", + "antic" + ], + [ + "-e", + "ffects" + ], + [ + "-effect", + "s" + ], + [ + "In", + "dust" + ], + [ + "Ind", + "ust" + ], + [ + "Ġmyth", + "ical" + ], + [ + "Ġmythic", + "al" + ], + [ + "Ġsuc", + "ceeding" + ], + [ + "Ġsucceed", + "ing" + ], + [ + "Ġsucc", + "eeding" + ], + [ + "Ġgran", + "ular" + ], + [ + "Ġgranul", + "ar" + ], + [ + "Ġup", + "graded" + ], + [ + "Ġupg", + "raded" + ], + [ + "Ġupgrade", + "d" + ], + [ + "Ġvoltage", + "s" + ], + [ + "Ġvolt", + "ages" + ], + [ + "ĠGon", + "z" + ], + [ + "d", + "ifferent" + ], + [ + "diff", + "erent" + ], + [ + "Ġ", + "cu" + ], + [ + "Ġc", + "u" + ], + [ + "ĠA", + "wards" + ], + [ + "ĠAward", + "s" + ], + [ + "ĠAw", + "ards" + ], + [ + "ĠC", + "aval" + ], + [ + "ĠCa", + "val" + ], + [ + "ĠCav", + "al" + ], + [ + "em", + "por" + ], + [ + "emp", + "or" + ], + [ + "Ġ", + "ranch" + ], + [ + "Ġr", + "anch" + ], + [ + "Ġran", + "ch" + ], + [ + "Ġranc", + "h" + ], + [ + "ar", + "don" + ], + [ + "ard", + "on" + ], + [ + "ardo", + "n" + ], + [ + "Ġwork", + "outs" + ], + [ + "Ġworkout", + "s" + ], + [ + "Ġfire", + "wood" + ], + [ + "I", + "sa" + ], + [ + "Is", + "a" + ], + [ + "Ġ", + "Standing" + ], + [ + "ĠSt", + "anding" + ], + [ + "ĠStand", + "ing" + ], + [ + "ĠStan", + "ding" + ], + [ + "ash", + "ioned" + ], + [ + "ashion", + "ed" + ], + [ + "ashi", + "oned" + ], + [ + "-", + "ranging" + ], + [ + "-r", + "anging" + ], + [ + "A", + "BLE" + ], + [ + "AB", + "LE" + ], + [ + "Ġstraw", + "berry" + ], + [ + "Ġrep", + "lica" + ], + [ + "Ġrepl", + "ica" + ], + [ + "Ġreplic", + "a" + ], + [ + "ĠTro", + "jan" + ], + [ + "Ġureth", + "ra" + ], + [ + "/", + ".Ċ" + ], + [ + "/.", + "Ċ" + ], + [ + "ĠT", + "ank" + ], + [ + "ĠTan", + "k" + ], + [ + "r", + "acks" + ], + [ + "ra", + "cks" + ], + [ + "rac", + "ks" + ], + [ + "rack", + "s" + ], + [ + "Ġwe", + "ave" + ], + [ + "Ġall", + "ocate" + ], + [ + "ĠU", + "b" + ], + [ + "Ġun", + "protected" + ], + [ + "i", + "nae" + ], + [ + "in", + "ae" + ], + [ + "ina", + "e" + ], + [ + "Ġrom", + "ance" + ], + [ + "Ġroman", + "ce" + ], + [ + "Ġmart", + "yr" + ], + [ + "Ġmarty", + "r" + ], + [ + "Ġinstinct", + "s" + ], + [ + "Ġpro", + "secution" + ], + [ + "Ġprosec", + "ution" + ], + [ + "-", + "low" + ], + [ + "-l", + "ow" + ], + [ + "-lo", + "w" + ], + [ + "f", + "i" + ], + [ + "m", + "able" + ], + [ + "ma", + "ble" + ], + [ + "Ġ", + "Authors" + ], + [ + "ĠA", + "uthors" + ], + [ + "ĠAut", + "hors" + ], + [ + "ĠAuthor", + "s" + ], + [ + "Ġan", + "aphyl" + ], + [ + "Ġana", + "phyl" + ], + [ + "ĠD", + "j" + ], + [ + "Ġwork", + "load" + ], + [ + "Ġco", + "chle" + ], + [ + "t", + "erson" + ], + [ + "ter", + "son" + ], + [ + "ters", + "on" + ], + [ + "Ġl", + "iterate" + ], + [ + "Ġlit", + "erate" + ], + [ + "Ġliter", + "ate" + ], + [ + "Ġcont", + "ainment" + ], + [ + "Ġcontain", + "ment" + ], + [ + "ĠMin", + "eral" + ], + [ + "ĠMine", + "ral" + ], + [ + "ĠQu", + "ad" + ], + [ + "Ġin", + "gest" + ], + [ + "Ġing", + "est" + ], + [ + "ĠEqu", + "ity" + ], + [ + "Ġpine", + "apple" + ], + [ + "ĠT", + "roy" + ], + [ + "ĠTr", + "oy" + ], + [ + "ĠTro", + "y" + ], + [ + "Ġ", + "Wireless" + ], + [ + "ĠWire", + "less" + ], + [ + "Ġb", + "acon" + ], + [ + "Ġba", + "con" + ], + [ + "Ġbac", + "on" + ], + [ + "Ġin", + "box" + ], + [ + "Ġh", + "ated" + ], + [ + "Ġha", + "ted" + ], + [ + "Ġhat", + "ed" + ], + [ + "Ġhate", + "d" + ], + [ + "Ġ", + "CAT" + ], + [ + "ĠC", + "AT" + ], + [ + "ĠCA", + "T" + ], + [ + "ĠD", + "op" + ], + [ + "ĠDo", + "p" + ], + [ + "ĠF", + "old" + ], + [ + "ĠFol", + "d" + ], + [ + "ĠFo", + "ld" + ], + [ + "ĠO", + "st" + ], + [ + "ĠOs", + "t" + ], + [ + "Ġa", + "ffective" + ], + [ + "Ġaffect", + "ive" + ], + [ + "Ġaff", + "ective" + ], + [ + "amp", + "ered" + ], + [ + "Ġ", + "Clim" + ], + [ + "ĠC", + "lim" + ], + [ + "ĠCl", + "im" + ], + [ + "Ġrad", + "ios" + ], + [ + "Ġradio", + "s" + ], + [ + "Ġradi", + "os" + ], + [ + "Ġrot", + "ary" + ], + [ + "ĠSav", + "annah" + ], + [ + "-", + "insp" + ], + [ + "-in", + "sp" + ], + [ + "-ins", + "p" + ], + [ + "Ġ", + "Gastro" + ], + [ + "ĠG", + "astro" + ], + [ + "ĠGast", + "ro" + ], + [ + "c", + "as" + ], + [ + "ca", + "s" + ], + [ + "ĠT", + "ou" + ], + [ + "ĠTo", + "u" + ], + [ + "ĠT", + "olkien" + ], + [ + "Ġor", + "chestra" + ], + [ + "Ġorch", + "estra" + ], + [ + "Ġorche", + "stra" + ], + [ + "Ġorchestr", + "a" + ], + [ + "Ġorchest", + "ra" + ], + [ + "ĠM", + "ü" + ], + [ + "Ġp", + "eb" + ], + [ + "Ġpe", + "b" + ], + [ + "Ġwho", + "ever" + ], + [ + "âĢĶ", + "an" + ], + [ + "âĢĶa", + "n" + ], + [ + "Ġer", + "rone" + ], + [ + "Ġerr", + "one" + ], + [ + "ĠKe", + "yn" + ], + [ + "ĠKey", + "n" + ], + [ + "ĠForm", + "ula" + ], + [ + "Ġam", + "plified" + ], + [ + "Ġampl", + "ified" + ], + [ + "Ġevac", + "uated" + ], + [ + "Ġevacuate", + "d" + ], + [ + "Ġexert", + "ed" + ], + [ + "ĠPersonal", + "ity" + ], + [ + "ĠPerson", + "ality" + ], + [ + "Ġepidem", + "iological" + ], + [ + "Ġepidemiologic", + "al" + ], + [ + "ĠS", + "ie" + ], + [ + "ĠSi", + "e" + ], + [ + "Ġan", + "ode" + ], + [ + "Ġanod", + "e" + ], + [ + "w", + "eh" + ], + [ + "we", + "h" + ], + [ + "i", + "ery" + ], + [ + "ie", + "ry" + ], + [ + "ier", + "y" + ], + [ + "most", + "ly" + ], + [ + "l", + "ora" + ], + [ + "lo", + "ra" + ], + [ + "lor", + "a" + ], + [ + "Ġre", + "visions" + ], + [ + "Ġrev", + "isions" + ], + [ + "Ġrevision", + "s" + ], + [ + "Ġrevis", + "ions" + ], + [ + "Ġwitness", + "ing" + ], + [ + "Ġre", + "ceptive" + ], + [ + "Ġrece", + "ptive" + ], + [ + "Ġrecept", + "ive" + ], + [ + "Ġperpet", + "ual" + ], + [ + "ranch", + "ise" + ], + [ + "l", + "ag" + ], + [ + "la", + "g" + ], + [ + "t", + "ub" + ], + [ + "tu", + "b" + ], + [ + "Ġ", + "si" + ], + [ + "Ġs", + "i" + ], + [ + "a", + "lone" + ], + [ + "al", + "one" + ], + [ + "alo", + "ne" + ], + [ + "alon", + "e" + ], + [ + "Ġd", + "umb" + ], + [ + "Ġdu", + "mb" + ], + [ + "Ġdum", + "b" + ], + [ + "Ġ", + "BAS" + ], + [ + "ĠB", + "AS" + ], + [ + "ĠBA", + "S" + ], + [ + "Ġ", + "plugs" + ], + [ + "Ġpl", + "ugs" + ], + [ + "Ġplug", + "s" + ], + [ + "ĠY", + "u" + ], + [ + "Ġv", + "aric" + ], + [ + "Ġvar", + "ic" + ], + [ + "Ġvari", + "c" + ], + [ + "Ġva", + "ric" + ], + [ + "Ġre", + "sted" + ], + [ + "Ġr", + "ested" + ], + [ + "Ġres", + "ted" + ], + [ + "Ġrest", + "ed" + ], + [ + "Ġcal", + "oric" + ], + [ + "Ġcalor", + "ic" + ], + [ + "Ġpar", + "rot" + ], + [ + "Ġpro", + "biotic" + ], + [ + "Ġprob", + "iotic" + ], + [ + "f", + "erred" + ], + [ + "fer", + "red" + ], + [ + "Ġtrust", + "worthy" + ], + [ + "Ġpal", + "ette" + ], + [ + "Ġpale", + "tte" + ], + [ + "Ġpa", + "lette" + ], + [ + "Ġkil", + "ow" + ], + [ + "Ġki", + "low" + ], + [ + "Ġkilo", + "w" + ], + [ + "ĠGet", + "tysburg" + ], + [ + "ĠGetty", + "sburg" + ], + [ + "Ġchrom", + "at" + ], + [ + "U", + "NT" + ], + [ + "UN", + "T" + ], + [ + "Ġ", + "Purple" + ], + [ + "ĠPur", + "ple" + ], + [ + "Ġexpans", + "ive" + ], + [ + "ĠFerg", + "uson" + ], + [ + "-", + "hyd" + ], + [ + "-h", + "yd" + ], + [ + "-", + "operation" + ], + [ + "-op", + "eration" + ], + [ + "-oper", + "ation" + ], + [ + "Â", + "¼" + ], + [ + "Ġb", + "ourgeois" + ], + [ + "ĠS", + "or" + ], + [ + "ĠSo", + "r" + ], + [ + "Ġun", + "b" + ], + [ + "Ġag", + "itation" + ], + [ + "Ġde", + "port" + ], + [ + "Ġdep", + "ort" + ], + [ + "Ġch", + "eeks" + ], + [ + "Ġche", + "eks" + ], + [ + "Ġcheek", + "s" + ], + [ + "||", + "$" + ], + [ + "ĠBe", + "ethoven" + ], + [ + "Ġred", + "emption" + ], + [ + "Ġsecret", + "ly" + ], + [ + "ĠOut", + "look" + ], + [ + "Ġsh", + "utter" + ], + [ + "Ġshut", + "ter" + ], + [ + "Ġ", + "Diagnostic" + ], + [ + "ĠDiagn", + "ostic" + ], + [ + "ĠS", + "ahara" + ], + [ + "ĠSa", + "hara" + ], + [ + "ĠSah", + "ara" + ], + [ + "Ġenvision", + "ed" + ], + [ + "Ġenvis", + "ioned" + ], + [ + "Ġsub", + "ordinate" + ], + [ + "Ġsubord", + "inate" + ], + [ + "A", + "E" + ], + [ + "S", + "I" + ], + [ + "Ġ", + "mu" + ], + [ + "Ġm", + "u" + ], + [ + "Ġ", + "mite" + ], + [ + "Ġm", + "ite" + ], + [ + "Ġmit", + "e" + ], + [ + "Ġmi", + "te" + ], + [ + "ĠO", + "ceans" + ], + [ + "ĠOcean", + "s" + ], + [ + "Ġqu", + "int" + ], + [ + "Ġqui", + "nt" + ], + [ + "ĠM", + "ahar" + ], + [ + "ĠMa", + "har" + ], + [ + "ĠMah", + "ar" + ], + [ + "Ġ", + "Identifying" + ], + [ + "ĠIdent", + "ifying" + ], + [ + "ĠIdentify", + "ing" + ], + [ + "Ġsym", + "ptomatic" + ], + [ + "Ġsymptom", + "atic" + ], + [ + "l", + "amation" + ], + [ + "lam", + "ation" + ], + [ + "Ġsp", + "ells" + ], + [ + "Ġspell", + "s" + ], + [ + "Ex", + "plain" + ], + [ + "Expl", + "ain" + ], + [ + "Exp", + "lain" + ], + [ + "Ġprest", + "ige" + ], + [ + "Ġ", + "Influenza" + ], + [ + "ĠInflu", + "enza" + ], + [ + "Ġtrump", + "et" + ], + [ + "b", + "ug" + ], + [ + "bu", + "g" + ], + [ + "Ġp", + "enn" + ], + [ + "Ġpe", + "nn" + ], + [ + "Ġpen", + "n" + ], + [ + "ĠA", + "ph" + ], + [ + "ĠAp", + "h" + ], + [ + "Ġs", + "uction" + ], + [ + "Ġsu", + "ction" + ], + [ + "Ġsuc", + "tion" + ], + [ + "an", + "ded" + ], + [ + "and", + "ed" + ], + [ + "ande", + "d" + ], + [ + "iz", + "zy" + ], + [ + "izz", + "y" + ], + [ + "ord", + "able" + ], + [ + "Ġre", + "mod" + ], + [ + "Ġrem", + "od" + ], + [ + "A", + "side" + ], + [ + "As", + "ide" + ], + [ + "Al", + "cohol" + ], + [ + "Ġse", + "lections" + ], + [ + "Ġselect", + "ions" + ], + [ + "Ġselection", + "s" + ], + [ + "Ġsel", + "ections" + ], + [ + "w", + "ithin" + ], + [ + "with", + "in" + ], + [ + "wi", + "thin" + ], + [ + "wit", + "hin" + ], + [ + "ĠSal", + "em" + ], + [ + "ĠSa", + "lem" + ], + [ + "ĠSale", + "m" + ], + [ + "Ġy", + "ielding" + ], + [ + "Ġyield", + "ing" + ], + [ + "Ġ", + "Magnesium" + ], + [ + "ĠMagn", + "esium" + ], + [ + "&", + "T" + ], + [ + "V", + "ict" + ], + [ + "Vi", + "ct" + ], + [ + "Ġg", + "ull" + ], + [ + "Ġgu", + "ll" + ], + [ + "Ġgul", + "l" + ], + [ + "Ġr", + "ivals" + ], + [ + "Ġrival", + "s" + ], + [ + "ĠD", + "uc" + ], + [ + "ĠDu", + "c" + ], + [ + "Ġ", + "EST" + ], + [ + "ĠE", + "ST" + ], + [ + "ĠES", + "T" + ], + [ + "Ġsh", + "akespeare" + ], + [ + "Ġhand", + "book" + ], + [ + "Ġunderstand", + "ings" + ], + [ + "Ġunderstanding", + "s" + ], + [ + "c", + "limate" + ], + [ + "cl", + "imate" + ], + [ + "g", + "ener" + ], + [ + "ge", + "ner" + ], + [ + "gen", + "er" + ], + [ + "gene", + "r" + ], + [ + "oc", + "iation" + ], + [ + "oci", + "ation" + ], + [ + "ocia", + "tion" + ], + [ + "Ġ", + "Revelation" + ], + [ + "ĠRe", + "velation" + ], + [ + "ĠReve", + "lation" + ], + [ + "Ġf", + "abricated" + ], + [ + "Ġfabric", + "ated" + ], + [ + "Ġfabricate", + "d" + ], + [ + "Ġrhy", + "mes" + ], + [ + "Ġrhyme", + "s" + ], + [ + "Ġforth", + "coming" + ], + [ + "Ġre", + "mediation" + ], + [ + "Ġremed", + "iation" + ], + [ + "Ġneutral", + "ize" + ], + [ + "Ġ", + "Maximum" + ], + [ + "ĠMax", + "imum" + ], + [ + "ĠMaxim", + "um" + ], + [ + "Ġen", + "compassing" + ], + [ + "Ġencomp", + "assing" + ], + [ + "Ġencompass", + "ing" + ], + [ + "Ġtherm", + "ostat" + ], + [ + "Ġthermost", + "at" + ], + [ + "Ġthermo", + "stat" + ], + [ + "J", + "oseph" + ], + [ + "Jos", + "eph" + ], + [ + "Jose", + "ph" + ], + [ + "ĠP", + "asc" + ], + [ + "ĠPa", + "sc" + ], + [ + "ĠPas", + "c" + ], + [ + "ĠN", + "u" + ], + [ + "Ġ", + "NAS" + ], + [ + "ĠN", + "AS" + ], + [ + "ĠNA", + "S" + ], + [ + "h", + "ene" + ], + [ + "he", + "ne" + ], + [ + "hen", + "e" + ], + [ + "-", + "commun" + ], + [ + "-c", + "ommun" + ], + [ + "-com", + "mun" + ], + [ + "-comm", + "un" + ], + [ + "Ġacad", + "emy" + ], + [ + "Ġirrit", + "ated" + ], + [ + "Ġirritate", + "d" + ], + [ + "Ġ", + "Dynamic" + ], + [ + "ĠD", + "ynamic" + ], + [ + "ĠDyn", + "amic" + ], + [ + "ĠDyna", + "mic" + ], + [ + "Ġsafegu", + "arding" + ], + [ + "Ġsafeguard", + "ing" + ], + [ + "ĠMich", + "elle" + ], + [ + "ĠMic", + "helle" + ], + [ + "ĠMichel", + "le" + ], + [ + "ĠMiche", + "lle" + ], + [ + "(", + "i" + ], + [ + "G", + "reek" + ], + [ + "Gr", + "eek" + ], + [ + "Gre", + "ek" + ], + [ + "c", + "ale" + ], + [ + "ca", + "le" + ], + [ + "cal", + "e" + ], + [ + "Ġf", + "eline" + ], + [ + "Ġfe", + "line" + ], + [ + "Ġfel", + "ine" + ], + [ + "Ġ", + "EF" + ], + [ + "ĠE", + "F" + ], + [ + "ĠF", + "erm" + ], + [ + "ĠFe", + "rm" + ], + [ + "ĠFer", + "m" + ], + [ + "a", + "gi" + ], + [ + "ag", + "i" + ], + [ + "at", + "orial" + ], + [ + "ator", + "ial" + ], + [ + "ato", + "rial" + ], + [ + "ĠAl", + "lan" + ], + [ + "ĠAll", + "an" + ], + [ + "Ġmill", + "imeters" + ], + [ + "Ġmillimeter", + "s" + ], + [ + "Ġrot", + "ated" + ], + [ + "Ġrotate", + "d" + ], + [ + "ĠPlan", + "etary" + ], + [ + "ĠPlanet", + "ary" + ], + [ + "Ġpres", + "cribing" + ], + [ + "Ġpresc", + "ribing" + ], + [ + "Ġ", + "Ãł" + ], + [ + "ĠÃ", + "ł" + ], + [ + "Ġdiscrim", + "inatory" + ], + [ + "ö", + "r" + ], + [ + "Ġdimin", + "ishing" + ], + [ + "Ġdiminish", + "ing" + ], + [ + "Ġrefrig", + "eration" + ], + [ + "Ġrefriger", + "ation" + ], + [ + "ĠMat", + "hematical" + ], + [ + "ĠMathemat", + "ical" + ], + [ + "ĠMathematic", + "al" + ], + [ + "ĠMathematica", + "l" + ], + [ + "Ġhorr", + "ific" + ], + [ + "N", + "um" + ], + [ + "i", + "sec" + ], + [ + "is", + "ec" + ], + [ + "ise", + "c" + ], + [ + "o", + "ride" + ], + [ + "or", + "ide" + ], + [ + "ori", + "de" + ], + [ + "Ġhe", + "ap" + ], + [ + "Ġch", + "oking" + ], + [ + "Ġcho", + "king" + ], + [ + "ost", + "eroids" + ], + [ + "oster", + "oids" + ], + [ + "oste", + "roids" + ], + [ + "osteroid", + "s" + ], + [ + "ĠC", + "had" + ], + [ + "ĠCh", + "ad" + ], + [ + "ĠCha", + "d" + ], + [ + "h", + "eng" + ], + [ + "he", + "ng" + ], + [ + "hen", + "g" + ], + [ + "e", + "verse" + ], + [ + "ever", + "se" + ], + [ + "in", + "ches" + ], + [ + "inc", + "hes" + ], + [ + "inch", + "es" + ], + [ + "ĠIm", + "plementation" + ], + [ + "ĠImplement", + "ation" + ], + [ + "Ġproud", + "ly" + ], + [ + "-", + "color" + ], + [ + "-c", + "olor" + ], + [ + "-col", + "or" + ], + [ + "-co", + "lor" + ], + [ + "Ġst", + "randed" + ], + [ + "Ġstr", + "anded" + ], + [ + "Ġstrand", + "ed" + ], + [ + "ĠHo", + "over" + ], + [ + "Ġwatershed", + "s" + ], + [ + "Vis", + "ual" + ], + [ + "Ġ", + "Hopefully" + ], + [ + "ĠHope", + "fully" + ], + [ + "ĠGaz", + "ette" + ], + [ + "L", + "AN" + ], + [ + "LA", + "N" + ], + [ + "M", + "AN" + ], + [ + "MA", + "N" + ], + [ + "l", + "ot" + ], + [ + "lo", + "t" + ], + [ + "Ġb", + "urs" + ], + [ + "Ġbu", + "rs" + ], + [ + "Ġbur", + "s" + ], + [ + "ĠT", + "ul" + ], + [ + "ĠTu", + "l" + ], + [ + "Ġim", + "itation" + ], + [ + "Ġcar", + "rot" + ], + [ + "Ġgreat", + "ness" + ], + [ + "âĢľ", + "For" + ], + [ + "âĢľF", + "or" + ], + [ + "-", + "fiction" + ], + [ + "-f", + "iction" + ], + [ + "-fi", + "ction" + ], + [ + "Ġmor", + "ale" + ], + [ + "Ġmoral", + "e" + ], + [ + "mar", + "ried" + ], + [ + "Ġ", + "Herb" + ], + [ + "ĠH", + "erb" + ], + [ + "ĠHer", + "b" + ], + [ + "Ġhom", + "osexuality" + ], + [ + "Ġhomosexual", + "ity" + ], + [ + "ĠTer", + "ry" + ], + [ + "Ġout", + "lining" + ], + [ + "Ġoutl", + "ining" + ], + [ + "Äģ", + "n" + ], + [ + "ĠDet", + "ection" + ], + [ + "ĠDetect", + "ion" + ], + [ + "Ġunderest", + "imate" + ], + [ + "Ġsecret", + "ed" + ], + [ + "Ġsecre", + "ted" + ], + [ + "Ġsecrete", + "d" + ], + [ + "ĠAlpha", + "bet" + ], + [ + "ĠAlph", + "abet" + ], + [ + "d", + "ad" + ], + [ + "da", + "d" + ], + [ + "s", + "a" + ], + [ + "h", + "emer" + ], + [ + "he", + "mer" + ], + [ + "hem", + "er" + ], + [ + "ĠC", + "ec" + ], + [ + "ĠCe", + "c" + ], + [ + "ĠC", + "raft" + ], + [ + "ĠCr", + "aft" + ], + [ + "ĠCra", + "ft" + ], + [ + "ĠK", + "un" + ], + [ + "ĠKu", + "n" + ], + [ + "Ġshe", + "ath" + ], + [ + "Ġ", + "erg" + ], + [ + "Ġer", + "g" + ], + [ + "Sub", + "scribe" + ], + [ + "Ġfem", + "inism" + ], + [ + "Ġfemin", + "ism" + ], + [ + "Ġcorn", + "eal" + ], + [ + "Ġcornea", + "l" + ], + [ + "Ġcorne", + "al" + ], + [ + "F", + "acts" + ], + [ + "Fact", + "s" + ], + [ + "Fac", + "ts" + ], + [ + "c", + "lick" + ], + [ + "cl", + "ick" + ], + [ + "clic", + "k" + ], + [ + "d", + "irect" + ], + [ + "di", + "rect" + ], + [ + "dir", + "ect" + ], + [ + "f", + "igure" + ], + [ + "fig", + "ure" + ], + [ + "r", + "ather" + ], + [ + "ra", + "ther" + ], + [ + "rat", + "her" + ], + [ + "rath", + "er" + ], + [ + "Ġin", + "und" + ], + [ + "Ġor", + "naments" + ], + [ + "Ġorn", + "aments" + ], + [ + "Ġornament", + "s" + ], + [ + "Ġ", + "Purchase" + ], + [ + "ĠP", + "urchase" + ], + [ + "ĠPurch", + "ase" + ], + [ + "com", + "plete" + ], + [ + "comp", + "lete" + ], + [ + "compl", + "ete" + ], + [ + "ĠB", + "lo" + ], + [ + "ĠBl", + "o" + ], + [ + "ĠShe", + "pherd" + ], + [ + "ĠPar", + "ties" + ], + [ + "ĠPart", + "ies" + ], + [ + "Ġins", + "pir" + ], + [ + "Ġinsp", + "ir" + ], + [ + "Ġhome", + "stead" + ], + [ + "Ġhom", + "estead" + ], + [ + "Ġdef", + "enders" + ], + [ + "Ġdefend", + "ers" + ], + [ + "Ġdefender", + "s" + ], + [ + "ĠHeb", + "rews" + ], + [ + "ĠHebrew", + "s" + ], + [ + "ĠHebr", + "ews" + ], + [ + "Ġ", + "Calculate" + ], + [ + "ĠCalcul", + "ate" + ], + [ + "ĠCalc", + "ulate" + ], + [ + "ĠYugoslav", + "ia" + ], + [ + "S", + "yn" + ], + [ + "Sy", + "n" + ], + [ + "Y", + "P" + ], + [ + "st", + "ances" + ], + [ + "stan", + "ces" + ], + [ + "stance", + "s" + ], + [ + "sta", + "nces" + ], + [ + "op", + "edia" + ], + [ + "ope", + "dia" + ], + [ + "oped", + "ia" + ], + [ + "Ġemp", + "ires" + ], + [ + "Ġempire", + "s" + ], + [ + "Ġempir", + "es" + ], + [ + "Ġshel", + "tered" + ], + [ + "Ġshelter", + "ed" + ], + [ + "Ġelev", + "ator" + ], + [ + "o", + "plasty" + ], + [ + "opl", + "asty" + ], + [ + "oplas", + "ty" + ], + [ + "Ġ", + "Hybrid" + ], + [ + "ĠHy", + "brid" + ], + [ + "Ġcon", + "junct" + ], + [ + "Ġconj", + "unct" + ], + [ + "Ġas", + "piration" + ], + [ + "Ġasp", + "iration" + ], + [ + "Ġaspir", + "ation" + ], + [ + "ĠC", + "itizen" + ], + [ + "ĠCit", + "izen" + ], + [ + "ĠCitiz", + "en" + ], + [ + "Ġworship", + "ped" + ], + [ + "Ġworsh", + "ipped" + ], + [ + "Ġprocure", + "ment" + ], + [ + "/", + "a" + ], + [ + "C", + "ourse" + ], + [ + "Co", + "urse" + ], + [ + "Cour", + "se" + ], + [ + "R", + "s" + ], + [ + "z", + "h" + ], + [ + "at", + "io" + ], + [ + "ati", + "o" + ], + [ + "le", + "hem" + ], + [ + "us", + "cular" + ], + [ + "usc", + "ular" + ], + [ + "Ġ", + "Writers" + ], + [ + "ĠW", + "riters" + ], + [ + "ĠWrite", + "rs" + ], + [ + "ĠWriter", + "s" + ], + [ + "ĠWrit", + "ers" + ], + [ + "Ġinf", + "ographic" + ], + [ + "Ġr", + "acc" + ], + [ + "Ġra", + "cc" + ], + [ + "Ġrac", + "c" + ], + [ + "Ġc", + "rank" + ], + [ + "Ġcr", + "ank" + ], + [ + "Ġcran", + "k" + ], + [ + "Ġpet", + "rol" + ], + [ + "E", + "MS" + ], + [ + "EM", + "S" + ], + [ + "Ġh", + "omin" + ], + [ + "Ġhom", + "in" + ], + [ + "Ġho", + "min" + ], + [ + "Ġcircuit", + "ry" + ], + [ + "-", + "child" + ], + [ + "-ch", + "ild" + ], + [ + "Ġcomp", + "romising" + ], + [ + "Ġcomprom", + "ising" + ], + [ + "ĠS", + "PF" + ], + [ + "ĠSP", + "F" + ], + [ + "Ġsk", + "ulls" + ], + [ + "Ġskull", + "s" + ], + [ + "ĠHispan", + "ics" + ], + [ + "ĠHispanic", + "s" + ], + [ + "ĠTasman", + "ia" + ], + [ + "Ġcentrif", + "ug" + ], + [ + "?", + ")Ċ" + ], + [ + "?)", + "Ċ" + ], + [ + "B", + "ay" + ], + [ + "Ba", + "y" + ], + [ + "o", + "uis" + ], + [ + "ou", + "is" + ], + [ + "ic", + "ists" + ], + [ + "icist", + "s" + ], + [ + "ici", + "sts" + ], + [ + "Ġg", + "our" + ], + [ + "Ġgo", + "ur" + ], + [ + "Ġgou", + "r" + ], + [ + "o", + "do" + ], + [ + "od", + "o" + ], + [ + "Ġ", + "Pup" + ], + [ + "ĠP", + "up" + ], + [ + "ĠPu", + "p" + ], + [ + "e", + "stry" + ], + [ + "es", + "try" + ], + [ + "est", + "ry" + ], + [ + "ost", + "asis" + ], + [ + "osta", + "sis" + ], + [ + "ĠO", + "re" + ], + [ + "ĠOr", + "e" + ], + [ + "ĠK", + "arn" + ], + [ + "ĠKar", + "n" + ], + [ + "ĠKa", + "rn" + ], + [ + "ĠI", + "mag" + ], + [ + "ĠIm", + "ag" + ], + [ + "Ġarch", + "ipelago" + ], + [ + "Ġbur", + "row" + ], + [ + "Ġaff", + "licted" + ], + [ + "Ġafflict", + "ed" + ], + [ + "Ġcoun", + "selling" + ], + [ + "Ġcounsel", + "ling" + ], + [ + "Ġcounsell", + "ing" + ], + [ + "ĠPat", + "terns" + ], + [ + "ĠPattern", + "s" + ], + [ + "Ġconsult", + "ants" + ], + [ + "Ġconsultant", + "s" + ], + [ + "with", + "standing" + ], + [ + "Ġ", + "Refer" + ], + [ + "ĠR", + "efer" + ], + [ + "ĠRe", + "fer" + ], + [ + "ĠRef", + "er" + ], + [ + "ĠW", + "ikimedia" + ], + [ + "ĠWik", + "imedia" + ], + [ + "ĠWiki", + "media" + ], + [ + "Ġstabil", + "ization" + ], + [ + "Ġstab", + "ilization" + ], + [ + "ĠMar", + "cus" + ], + [ + "ĠMarc", + "us" + ], + [ + "ĠBot", + "anical" + ], + [ + "ĠBotanic", + "al" + ], + [ + "Ġpop", + "ulous" + ], + [ + "Ġpopul", + "ous" + ], + [ + "Ġannot", + "ated" + ], + [ + "Ġannotate", + "d" + ], + [ + "Ġl", + "odge" + ], + [ + "Ġlod", + "ge" + ], + [ + "Ġg", + "ira" + ], + [ + "Ġgir", + "a" + ], + [ + "Ġgi", + "ra" + ], + [ + "Ġ", + "Session" + ], + [ + "ĠS", + "ession" + ], + [ + "ge", + "ons" + ], + [ + "geon", + "s" + ], + [ + "o", + "sl" + ], + [ + "os", + "l" + ], + [ + "Ġ", + "edema" + ], + [ + "Ġed", + "ema" + ], + [ + "Ġcomp", + "letes" + ], + [ + "Ġcomple", + "tes" + ], + [ + "Ġcomplete", + "s" + ], + [ + "Ġcompl", + "etes" + ], + [ + "ĠCan", + "terbury" + ], + [ + "ĠC", + "arth" + ], + [ + "ĠCar", + "th" + ], + [ + "ĠCart", + "h" + ], + [ + "Ġdiagn", + "ostics" + ], + [ + "Ġdiagnostic", + "s" + ], + [ + "Ġbur", + "rows" + ], + [ + "Ġburrow", + "s" + ], + [ + "ĠCar", + "oline" + ], + [ + "ĠCarol", + "ine" + ], + [ + "ĠS", + "ymp" + ], + [ + "ĠSy", + "mp" + ], + [ + "ĠSym", + "p" + ], + [ + "Ġsubt", + "ropical" + ], + [ + "Ġ", + "Become" + ], + [ + "ĠBe", + "come" + ], + [ + "ĠBec", + "ome" + ], + [ + "Ġune", + "arthed" + ], + [ + "Ġunearth", + "ed" + ], + [ + "Ġel", + "icit" + ], + [ + "Ġelic", + "it" + ], + [ + "R", + "en" + ], + [ + "Re", + "n" + ], + [ + "e", + "lin" + ], + [ + "el", + "in" + ], + [ + "eli", + "n" + ], + [ + "ab", + "lishing" + ], + [ + "ablish", + "ing" + ], + [ + "abl", + "ishing" + ], + [ + "Ġh", + "ail" + ], + [ + "Ġha", + "il" + ], + [ + "ĠN", + "eck" + ], + [ + "ĠNe", + "ck" + ], + [ + "ĠNec", + "k" + ], + [ + "o", + "vich" + ], + [ + "ov", + "ich" + ], + [ + "ovic", + "h" + ], + [ + "Ġmon", + "opol" + ], + [ + "Ġmono", + "pol" + ], + [ + "Ġsp", + "eeding" + ], + [ + "Ġspe", + "eding" + ], + [ + "Ġspeed", + "ing" + ], + [ + "ĠKe", + "ys" + ], + [ + "ĠKey", + "s" + ], + [ + "Ġweb", + "inar" + ], + [ + "Ġinsp", + "ected" + ], + [ + "Ġinspect", + "ed" + ], + [ + "Ġw", + "earable" + ], + [ + "Ġwear", + "able" + ], + [ + "Ġposs", + "essing" + ], + [ + "Ġpossess", + "ing" + ], + [ + "ĠD", + "evil" + ], + [ + "ĠDe", + "vil" + ], + [ + "ĠDev", + "il" + ], + [ + "ĠDevi", + "l" + ], + [ + "Ġdict", + "ated" + ], + [ + "Ġdictate", + "d" + ], + [ + "Ġcasc", + "ade" + ], + [ + "S", + "peaking" + ], + [ + "Speak", + "ing" + ], + [ + "ĠB", + "erm" + ], + [ + "ĠBe", + "rm" + ], + [ + "ĠBer", + "m" + ], + [ + "ĠN", + "umer" + ], + [ + "ĠNum", + "er" + ], + [ + "ĠNu", + "mer" + ], + [ + "Ġun", + "born" + ], + [ + "Ġunb", + "orn" + ], + [ + "Ġexpl", + "ode" + ], + [ + "Ġexplo", + "de" + ], + [ + "ex", + "c" + ], + [ + "t", + "oxic" + ], + [ + "to", + "xic" + ], + [ + "tox", + "ic" + ], + [ + "S", + "tr" + ], + [ + "St", + "r" + ], + [ + "Ġweek", + "ends" + ], + [ + "Ġweekend", + "s" + ], + [ + "ĠIm", + "plement" + ], + [ + "ĠImp", + "lement" + ], + [ + "k", + "nowledge" + ], + [ + "know", + "ledge" + ], + [ + "Ġcommun", + "icates" + ], + [ + "Ġcommunic", + "ates" + ], + [ + "Ġcommunicate", + "s" + ], + [ + "Ġkn", + "ives" + ], + [ + "e", + "duct" + ], + [ + "ed", + "uct" + ], + [ + "edu", + "ct" + ], + [ + "educ", + "t" + ], + [ + "Ġ", + "Purpose" + ], + [ + "ĠP", + "urpose" + ], + [ + "ĠPur", + "pose" + ], + [ + "there", + "um" + ], + [ + "Ġconsolid", + "ation" + ], + [ + "ry", + "stall" + ], + [ + "ryst", + "all" + ], + [ + "rystal", + "l" + ], + [ + "/", + "e" + ], + [ + "g", + "as" + ], + [ + "ga", + "s" + ], + [ + "ĠH", + "ab" + ], + [ + "ĠHa", + "b" + ], + [ + "Ġ", + "RED" + ], + [ + "ĠR", + "ED" + ], + [ + "ĠRE", + "D" + ], + [ + "ĠG", + "uru" + ], + [ + "ĠGu", + "ru" + ], + [ + "ĠGur", + "u" + ], + [ + "Ġtra", + "che" + ], + [ + "Ġtr", + "ache" + ], + [ + "Ġtrach", + "e" + ], + [ + "Ġprov", + "oke" + ], + [ + "Ġrecomm", + "ending" + ], + [ + "Ġrecommend", + "ing" + ], + [ + "Ġpsych", + "o" + ], + [ + "Ġpsy", + "cho" + ], + [ + "Ġtax", + "a" + ], + [ + "Ġhand", + "some" + ], + [ + "Ġhands", + "ome" + ], + [ + "Ġdec", + "aying" + ], + [ + "Ġdecay", + "ing" + ], + [ + "ĠRelations", + "hips" + ], + [ + "ĠRelationship", + "s" + ], + [ + "ĠRelation", + "ships" + ], + [ + "Ġdisreg", + "ard" + ], + [ + "H", + "ello" + ], + [ + "He", + "llo" + ], + [ + "Hel", + "lo" + ], + [ + "T", + "rue" + ], + [ + "Tr", + "ue" + ], + [ + "Ġ", + "Sounds" + ], + [ + "ĠS", + "ounds" + ], + [ + "ĠSo", + "unds" + ], + [ + "ĠSound", + "s" + ], + [ + "Ġ", + "HF" + ], + [ + "ĠH", + "F" + ], + [ + "Ġam", + "use" + ], + [ + "Ġf", + "lap" + ], + [ + "Ġfl", + "ap" + ], + [ + "b", + "ek" + ], + [ + "be", + "k" + ], + [ + "Ġ", + "Warning" + ], + [ + "ĠW", + "arning" + ], + [ + "ĠWar", + "ning" + ], + [ + "Ġge", + "ologists" + ], + [ + "Ġgeologist", + "s" + ], + [ + "ĠGu", + "jar" + ], + [ + "Ġmel", + "ts" + ], + [ + "Ġmelt", + "s" + ], + [ + "Ġ", + "Seeing" + ], + [ + "ĠSee", + "ing" + ], + [ + "Ġsub", + "surface" + ], + [ + "Ġsubs", + "urface" + ], + [ + "ĠInvest", + "igation" + ], + [ + "ĠInvestig", + "ation" + ], + [ + ",", + "''" + ], + [ + ",'", + "'" + ], + [ + "Ġ", + "Therm" + ], + [ + "ĠThe", + "rm" + ], + [ + "ĠTh", + "erm" + ], + [ + "ĠTher", + "m" + ], + [ + "Ġuna", + "ffected" + ], + [ + "Ġunaff", + "ected" + ], + [ + "Ġf", + "ret" + ], + [ + "Ġfre", + "t" + ], + [ + "Ġfr", + "et" + ], + [ + "et", + "ch" + ], + [ + "etc", + "h" + ], + [ + "Ġ", + "Hour" + ], + [ + "ĠH", + "our" + ], + [ + "ĠHo", + "ur" + ], + [ + "ĠHou", + "r" + ], + [ + "o", + "kers" + ], + [ + "ok", + "ers" + ], + [ + "oke", + "rs" + ], + [ + "oker", + "s" + ], + [ + "ĠK", + "au" + ], + [ + "ĠKa", + "u" + ], + [ + "Ġloc", + "ality" + ], + [ + "Ġlocal", + "ity" + ], + [ + "N", + "AS" + ], + [ + "NA", + "S" + ], + [ + "Ġfoot", + "wear" + ], + [ + "ĠHen", + "ri" + ], + [ + "EL", + "TS" + ], + [ + "ĠIll", + "ness" + ], + [ + "Ġadv", + "iser" + ], + [ + "Ġadvis", + "er" + ], + [ + "Ġadvise", + "r" + ], + [ + "Ġ", + "IDE" + ], + [ + "ĠI", + "DE" + ], + [ + "ĠID", + "E" + ], + [ + "Ġ", + "Printable" + ], + [ + "ĠPrint", + "able" + ], + [ + "S", + "ummer" + ], + [ + "Sum", + "mer" + ], + [ + "Ġsubmar", + "ines" + ], + [ + "Ġsubmarine", + "s" + ], + [ + "Photo", + "s" + ], + [ + "Phot", + "os" + ], + [ + "Ġdictators", + "hip" + ], + [ + "Ġdictator", + "ship" + ], + [ + "L", + "o" + ], + [ + "g", + "un" + ], + [ + "gu", + "n" + ], + [ + "Ð", + "´" + ], + [ + "Ġm", + "la" + ], + [ + "Ġml", + "a" + ], + [ + "ĠT", + "ub" + ], + [ + "ĠTu", + "b" + ], + [ + "Ġ", + "forts" + ], + [ + "Ġf", + "orts" + ], + [ + "Ġfor", + "ts" + ], + [ + "Ġfort", + "s" + ], + [ + "ir", + "ls" + ], + [ + "irl", + "s" + ], + [ + "Ġc", + "hills" + ], + [ + "Ġch", + "ills" + ], + [ + "Ġchill", + "s" + ], + [ + "ĠR", + "oth" + ], + [ + "ĠRo", + "th" + ], + [ + "ĠRot", + "h" + ], + [ + "Ġ", + "UI" + ], + [ + "ĠU", + "I" + ], + [ + "ount", + "ains" + ], + [ + "ountain", + "s" + ], + [ + "h", + "enge" + ], + [ + "hen", + "ge" + ], + [ + "heng", + "e" + ], + [ + "Ġhyp", + "ogly" + ], + [ + "Ġhypo", + "gly" + ], + [ + "Ġnarrow", + "er" + ], + [ + "Ġnarr", + "ower" + ], + [ + "Ġ", + "Choosing" + ], + [ + "ĠCho", + "osing" + ], + [ + "lam", + "ydia" + ], + [ + "Ġtrouble", + "shoot" + ], + [ + "Ġtroubles", + "hoot" + ], + [ + "Ġdisproportion", + "ate" + ], + [ + "I", + "r" + ], + [ + "V", + "C" + ], + [ + "t", + "ight" + ], + [ + "Ġn", + "ymph" + ], + [ + "Ġny", + "mph" + ], + [ + "e", + "tal" + ], + [ + "et", + "al" + ], + [ + "eta", + "l" + ], + [ + "Ġst", + "ature" + ], + [ + "Ġstat", + "ure" + ], + [ + "Ġal", + "mond" + ], + [ + "op", + "ular" + ], + [ + "Ġatt", + "aches" + ], + [ + "Ġattach", + "es" + ], + [ + "aw", + "k" + ], + [ + "Ġdown", + "side" + ], + [ + "Ġdowns", + "ide" + ], + [ + "Ġhyd", + "roph" + ], + [ + "Ġhydro", + "ph" + ], + [ + "Ġhydrop", + "h" + ], + [ + "o", + "lysis" + ], + [ + "ol", + "ysis" + ], + [ + "oly", + "sis" + ], + [ + "Ġnarrow", + "ed" + ], + [ + "Ġnarr", + "owed" + ], + [ + "ĠFle", + "et" + ], + [ + "Ġluc", + "rative" + ], + [ + "Ġindefin", + "itely" + ], + [ + "Ġindefinite", + "ly" + ], + [ + "Ġcyt", + "okines" + ], + [ + "Ġcytok", + "ines" + ], + [ + "Ġcytokine", + "s" + ], + [ + "-aware", + "ness" + ], + [ + "C", + "ut" + ], + [ + "Cu", + "t" + ], + [ + "b", + "ane" + ], + [ + "ban", + "e" + ], + [ + "ba", + "ne" + ], + [ + "f", + "il" + ], + [ + "fi", + "l" + ], + [ + "m", + "ust" + ], + [ + "mus", + "t" + ], + [ + "mu", + "st" + ], + [ + "n", + "em" + ], + [ + "ne", + "m" + ], + [ + "Ã", + "°" + ], + [ + "ĠS", + "ara" + ], + [ + "ĠSar", + "a" + ], + [ + "ĠSa", + "ra" + ], + [ + "Ġwh", + "aling" + ], + [ + "l", + "own" + ], + [ + "low", + "n" + ], + [ + "lo", + "wn" + ], + [ + "Ġfil", + "aments" + ], + [ + "Ġfilament", + "s" + ], + [ + "ĠLe", + "vi" + ], + [ + "ĠLev", + "i" + ], + [ + "ir", + "med" + ], + [ + "irm", + "ed" + ], + [ + "Ġ", + "Reporting" + ], + [ + "ĠRe", + "porting" + ], + [ + "ĠRep", + "orting" + ], + [ + "ĠReport", + "ing" + ], + [ + "Re", + "port" + ], + [ + "Rep", + "ort" + ], + [ + "Ġ", + "Combined" + ], + [ + "ĠComb", + "ined" + ], + [ + "ĠCombine", + "d" + ], + [ + "Ġ", + "Vegetables" + ], + [ + "ĠVeget", + "ables" + ], + [ + "ĠVegetable", + "s" + ], + [ + "ĠB", + "ennett" + ], + [ + "ĠBen", + "nett" + ], + [ + "ĠBenn", + "ett" + ], + [ + "Ġaure", + "us" + ], + [ + "M", + "ur" + ], + [ + "Mu", + "r" + ], + [ + "b", + "ps" + ], + [ + "s", + "ight" + ], + [ + "Ġt", + "undra" + ], + [ + "Ġtu", + "ndra" + ], + [ + "Ġ", + "hing" + ], + [ + "Ġh", + "ing" + ], + [ + "Ġhi", + "ng" + ], + [ + "ĠR", + "escue" + ], + [ + "ĠRes", + "cue" + ], + [ + "Ġpred", + "atory" + ], + [ + "Ġpredator", + "y" + ], + [ + "Ġcont", + "acting" + ], + [ + "Ġcontact", + "ing" + ], + [ + "Ġfav", + "ors" + ], + [ + "Ġfavor", + "s" + ], + [ + "Ġrot", + "ates" + ], + [ + "Ġrotate", + "s" + ], + [ + "Ġinvent", + "ors" + ], + [ + "Ġinventor", + "s" + ], + [ + "Ġfract", + "uring" + ], + [ + "Ġplag", + "ued" + ], + [ + "Ġplague", + "d" + ], + [ + "Ġen", + "forcing" + ], + [ + "Ġenfor", + "cing" + ], + [ + "H", + "IV" + ], + [ + "HI", + "V" + ], + [ + "M", + "ental" + ], + [ + "Men", + "tal" + ], + [ + "Ment", + "al" + ], + [ + "Ġg", + "aseous" + ], + [ + "Ġgas", + "eous" + ], + [ + "u", + "racy" + ], + [ + "ur", + "acy" + ], + [ + "ura", + "cy" + ], + [ + "ad", + "emic" + ], + [ + "ade", + "mic" + ], + [ + "adem", + "ic" + ], + [ + "ĠB", + "ast" + ], + [ + "ĠBas", + "t" + ], + [ + "ĠBa", + "st" + ], + [ + "Ġre", + "cons" + ], + [ + "Ġrec", + "ons" + ], + [ + "Ġrecon", + "s" + ], + [ + "ob", + "edience" + ], + [ + "obed", + "ience" + ], + [ + "Ġtyp", + "ed" + ], + [ + "Ġtype", + "d" + ], + [ + "Ġty", + "ped" + ], + [ + "ĠAd", + "ela" + ], + [ + "ĠAde", + "la" + ], + [ + "ĠAdel", + "a" + ], + [ + "Ġl", + "ayered" + ], + [ + "Ġlay", + "ered" + ], + [ + "Ġlayer", + "ed" + ], + [ + "Ġmeaning", + "less" + ], + [ + "Ġinvestig", + "ates" + ], + [ + "Ġinvestigate", + "s" + ], + [ + "bal", + "anced" + ], + [ + "balance", + "d" + ], + [ + "i", + "hu" + ], + [ + "ih", + "u" + ], + [ + "Ġnom", + "adic" + ], + [ + "ĠBh", + "utan" + ], + [ + "-", + "governmental" + ], + [ + "-govern", + "mental" + ], + [ + "-government", + "al" + ], + [ + "Ġred", + "undant" + ], + [ + "Ġredund", + "ant" + ], + [ + "Histor", + "ically" + ], + [ + "Historical", + "ly" + ], + [ + "Historic", + "ally" + ], + [ + "R", + "T" + ], + [ + "Ö", + "¸" + ], + [ + "Ġb", + "if" + ], + [ + "Ġbi", + "f" + ], + [ + "Ġcon", + "ject" + ], + [ + "Ġconj", + "ect" + ], + [ + "ĠP", + "engu" + ], + [ + "ĠPen", + "gu" + ], + [ + "ĠPeng", + "u" + ], + [ + "u", + "mi" + ], + [ + "um", + "i" + ], + [ + "Ġcl", + "erk" + ], + [ + "Ġcler", + "k" + ], + [ + "a", + "pper" + ], + [ + "ap", + "per" + ], + [ + "app", + "er" + ], + [ + "Ġaff", + "luent" + ], + [ + "Ġ", + "Advoc" + ], + [ + "ĠAd", + "voc" + ], + [ + "ĠAdv", + "oc" + ], + [ + "ĠKn", + "ights" + ], + [ + "ĠKnight", + "s" + ], + [ + "-", + "operative" + ], + [ + "-op", + "erative" + ], + [ + "-oper", + "ative" + ], + [ + "P", + "aper" + ], + [ + "Pa", + "per" + ], + [ + "Pap", + "er" + ], + [ + "g", + "ie" + ], + [ + "gi", + "e" + ], + [ + "a", + "rie" + ], + [ + "ar", + "ie" + ], + [ + "ari", + "e" + ], + [ + "Ġ", + "SB" + ], + [ + "ĠS", + "B" + ], + [ + "ĠC", + "hel" + ], + [ + "ĠCh", + "el" + ], + [ + "ĠChe", + "l" + ], + [ + "ĠF", + "ut" + ], + [ + "ĠFu", + "t" + ], + [ + "Ġ", + "Liquid" + ], + [ + "ĠL", + "iquid" + ], + [ + "ĠLiqu", + "id" + ], + [ + "p", + "lot" + ], + [ + "pl", + "ot" + ], + [ + "plo", + "t" + ], + [ + "h", + "eses" + ], + [ + "he", + "ses" + ], + [ + "hes", + "es" + ], + [ + "Ġp", + "ainless" + ], + [ + "Ġpain", + "less" + ], + [ + "ar", + "cin" + ], + [ + "arc", + "in" + ], + [ + "Ġbal", + "let" + ], + [ + "Ġball", + "et" + ], + [ + "Ġf", + "ortunes" + ], + [ + "Ġfort", + "unes" + ], + [ + "Ġfortune", + "s" + ], + [ + "Ġfortun", + "es" + ], + [ + "Ġelectronic", + "ally" + ], + [ + "Ġelectron", + "ically" + ], + [ + "Ġtor", + "ped" + ], + [ + "Ġ", + "Message" + ], + [ + "ĠMess", + "age" + ], + [ + "Ġsp", + "onsor" + ], + [ + "Ġspons", + "or" + ], + [ + "Ġconfront", + "ation" + ], + [ + "-lar", + "gest" + ], + [ + "-large", + "st" + ], + [ + "N", + "H" + ], + [ + "b", + "red" + ], + [ + "br", + "ed" + ], + [ + "bre", + "d" + ], + [ + "l", + "iving" + ], + [ + "li", + "ving" + ], + [ + "p", + "ersonal" + ], + [ + "pers", + "onal" + ], + [ + "person", + "al" + ], + [ + "h", + "ev" + ], + [ + "he", + "v" + ], + [ + "Ġs", + "id" + ], + [ + "Ġsi", + "d" + ], + [ + "Ġl", + "ace" + ], + [ + "Ġla", + "ce" + ], + [ + "Ġlac", + "e" + ], + [ + "ĠA", + "ram" + ], + [ + "ĠAr", + "am" + ], + [ + "ĠAra", + "m" + ], + [ + "ĠC", + "rop" + ], + [ + "ĠCr", + "op" + ], + [ + "ĠCro", + "p" + ], + [ + "ĠM", + "iles" + ], + [ + "ĠMil", + "es" + ], + [ + "ĠMi", + "les" + ], + [ + "ĠMile", + "s" + ], + [ + "ĠB", + "es" + ], + [ + "ĠBe", + "s" + ], + [ + "Ġoff", + "ender" + ], + [ + "Ġoffend", + "er" + ], + [ + "Ġex", + "trap" + ], + [ + "Ġext", + "rap" + ], + [ + "Ġextra", + "p" + ], + [ + "Ġextr", + "ap" + ], + [ + "Ġhand", + "held" + ], + [ + "-", + "wheel" + ], + [ + "-w", + "heel" + ], + [ + "Ġ", + "Twelve" + ], + [ + "ĠTw", + "elve" + ], + [ + "ĠLabor", + "atories" + ], + [ + "B", + "lock" + ], + [ + "Bl", + "ock" + ], + [ + "Ġintellect", + "uals" + ], + [ + "Ġintellectual", + "s" + ], + [ + "ĠYoung", + "er" + ], + [ + "ĠYo", + "unger" + ], + [ + "-", + "volume" + ], + [ + "-vol", + "ume" + ], + [ + "W", + "ords" + ], + [ + "Word", + "s" + ], + [ + "g", + "r" + ], + [ + "k", + "n" + ], + [ + "Â", + "¢" + ], + [ + "e", + "do" + ], + [ + "ed", + "o" + ], + [ + "l", + "ead" + ], + [ + "le", + "ad" + ], + [ + "Ġg", + "enders" + ], + [ + "Ġgen", + "ders" + ], + [ + "Ġgender", + "s" + ], + [ + "o", + "ton" + ], + [ + "ot", + "on" + ], + [ + "oto", + "n" + ], + [ + "Ġ", + "Saving" + ], + [ + "ĠS", + "aving" + ], + [ + "ĠSav", + "ing" + ], + [ + "ĠSa", + "ving" + ], + [ + "Ġ", + "EEG" + ], + [ + "ĠE", + "EG" + ], + [ + "ĠEE", + "G" + ], + [ + "Ġl", + "ept" + ], + [ + "Ġle", + "pt" + ], + [ + "r", + "ities" + ], + [ + "ri", + "ties" + ], + [ + "rit", + "ies" + ], + [ + "riti", + "es" + ], + [ + "Ġc", + "left" + ], + [ + "Ġcl", + "eft" + ], + [ + "Ġcle", + "ft" + ], + [ + "-", + "fin" + ], + [ + "-f", + "in" + ], + [ + "-fi", + "n" + ], + [ + "Ġ", + "Shop" + ], + [ + "ĠS", + "hop" + ], + [ + "ĠSh", + "op" + ], + [ + "ĠSho", + "p" + ], + [ + "-", + "dest" + ], + [ + "-d", + "est" + ], + [ + "-de", + "st" + ], + [ + "-des", + "t" + ], + [ + "Ġcomputer", + "ized" + ], + [ + "v", + "aluation" + ], + [ + "val", + "uation" + ], + [ + "valu", + "ation" + ], + [ + "ĠM", + "ayan" + ], + [ + "ĠMay", + "an" + ], + [ + "ĠMa", + "yan" + ], + [ + "ĠMaya", + "n" + ], + [ + "ĠMe", + "asures" + ], + [ + "ĠMeasure", + "s" + ], + [ + "I", + "CT" + ], + [ + "IC", + "T" + ], + [ + "Ġten", + "ants" + ], + [ + "Ġtenant", + "s" + ], + [ + "ĠMc", + "L" + ], + [ + "-le", + "gged" + ], + [ + "-leg", + "ged" + ], + [ + "Ġmicro", + "m" + ], + [ + "Ġmic", + "rom" + ], + [ + "ĠMod", + "eling" + ], + [ + "ĠModel", + "ing" + ], + [ + "ĠMode", + "ling" + ], + [ + "Ġapost", + "les" + ], + [ + "Ġapostle", + "s" + ], + [ + "c", + "ia" + ], + [ + "ci", + "a" + ], + [ + "n", + "ament" + ], + [ + "na", + "ment" + ], + [ + "name", + "nt" + ], + [ + "nam", + "ent" + ], + [ + "Ġc", + "uff" + ], + [ + "Ġcu", + "ff" + ], + [ + "Ġ", + "reed" + ], + [ + "Ġre", + "ed" + ], + [ + "Ġr", + "eed" + ], + [ + "Ġree", + "d" + ], + [ + "ĠI", + "ber" + ], + [ + "ĠIb", + "er" + ], + [ + "Ġan", + "esthetic" + ], + [ + "Ġanesthet", + "ic" + ], + [ + "Ġso", + "aking" + ], + [ + "Ġsoak", + "ing" + ], + [ + "Ġj", + "ul" + ], + [ + "Ġju", + "l" + ], + [ + "Ġ", + "locking" + ], + [ + "Ġl", + "ocking" + ], + [ + "Ġloc", + "king" + ], + [ + "Ġlo", + "cking" + ], + [ + "Ġlock", + "ing" + ], + [ + "-", + "bal" + ], + [ + "-b", + "al" + ], + [ + "Ġconf", + "isc" + ], + [ + "Ġel", + "ites" + ], + [ + "Ġelite", + "s" + ], + [ + "-", + "poll" + ], + [ + "-p", + "oll" + ], + [ + "-po", + "ll" + ], + [ + "-pol", + "l" + ], + [ + "Ġtransl", + "ator" + ], + [ + "Ġord", + "ained" + ], + [ + "Ġacqu", + "ainted" + ], + [ + "Ġacquaint", + "ed" + ], + [ + "ĠDe", + "mand" + ], + [ + "ĠDem", + "and" + ], + [ + "Ġ", + "Legend" + ], + [ + "ĠLeg", + "end" + ], + [ + "Ġfashion", + "able" + ], + [ + "C", + "lean" + ], + [ + "Cl", + "ean" + ], + [ + "Cle", + "an" + ], + [ + "s", + "il" + ], + [ + "si", + "l" + ], + [ + "Ġh", + "one" + ], + [ + "Ġhon", + "e" + ], + [ + "Ġho", + "ne" + ], + [ + "ĠM", + "oor" + ], + [ + "ĠMo", + "or" + ], + [ + "Ġsp", + "ruce" + ], + [ + "Ġspr", + "uce" + ], + [ + "Ġinf", + "ringe" + ], + [ + "Ġwater", + "fowl" + ], + [ + "Ġpsych", + "osocial" + ], + [ + "Ġpsycho", + "social" + ], + [ + "ĠHar", + "lem" + ], + [ + "Ġal", + "gal" + ], + [ + "Ġalg", + "al" + ], + [ + "Ġalga", + "l" + ], + [ + "Ġ", + "Homework" + ], + [ + "ĠHome", + "work" + ], + [ + "ĠHom", + "ework" + ], + [ + "Ġdil", + "ute" + ], + [ + "ĠO", + "live" + ], + [ + "ĠOl", + "ive" + ], + [ + "ĠOliv", + "e" + ], + [ + "Ġperenn", + "ials" + ], + [ + "Ġperennial", + "s" + ], + [ + "y", + "the" + ], + [ + "yth", + "e" + ], + [ + "yt", + "he" + ], + [ + "Ġd", + "usk" + ], + [ + "Ġdu", + "sk" + ], + [ + "Ġn", + "oses" + ], + [ + "Ġno", + "ses" + ], + [ + "Ġnose", + "s" + ], + [ + "Ġnos", + "es" + ], + [ + "ĠM", + "ov" + ], + [ + "ĠMo", + "v" + ], + [ + "e", + "stown" + ], + [ + "es", + "town" + ], + [ + "est", + "own" + ], + [ + "ĠUn", + "ix" + ], + [ + "Ġmon", + "astic" + ], + [ + "Ġc", + "arers" + ], + [ + "Ġcar", + "ers" + ], + [ + "Ġca", + "rers" + ], + [ + "Ġcare", + "rs" + ], + [ + "Ġcarer", + "s" + ], + [ + "ĠNew", + "sp" + ], + [ + "ĠNews", + "p" + ], + [ + "Ġtool", + "kit" + ], + [ + "Ġ", + "COMM" + ], + [ + "ĠCO", + "MM" + ], + [ + "ĠCOM", + "M" + ], + [ + "Ġbr", + "avery" + ], + [ + "Ġbra", + "very" + ], + [ + "Ġbrave", + "ry" + ], + [ + "Ġ", + "Window" + ], + [ + "ĠWind", + "ow" + ], + [ + "Ġmac", + "roph" + ], + [ + "Ġmacro", + "ph" + ], + [ + "ĠId", + "ea" + ], + [ + "ĠIde", + "a" + ], + [ + "Ġin", + "verted" + ], + [ + "Ġinver", + "ted" + ], + [ + "Ġinverte", + "d" + ], + [ + "Ġinvert", + "ed" + ], + [ + "L", + "ove" + ], + [ + "Lo", + "ve" + ], + [ + "l", + "ich" + ], + [ + "lic", + "h" + ], + [ + "li", + "ch" + ], + [ + "m", + "ite" + ], + [ + "mit", + "e" + ], + [ + "mi", + "te" + ], + [ + "m", + "icro" + ], + [ + "mic", + "ro" + ], + [ + "mi", + "cro" + ], + [ + "ĠT", + "ah" + ], + [ + "ĠTa", + "h" + ], + [ + "Ġ", + "Cooking" + ], + [ + "ĠC", + "ooking" + ], + [ + "ĠCo", + "oking" + ], + [ + "ĠCook", + "ing" + ], + [ + "o", + "che" + ], + [ + "oc", + "he" + ], + [ + "och", + "e" + ], + [ + "Ġ", + "kins" + ], + [ + "Ġk", + "ins" + ], + [ + "Ġkin", + "s" + ], + [ + "Ġki", + "ns" + ], + [ + "o", + "usse" + ], + [ + "ous", + "se" + ], + [ + "ouss", + "e" + ], + [ + "Ġform", + "ulations" + ], + [ + "Ġformulation", + "s" + ], + [ + "Ġdown", + "loads" + ], + [ + "Ġdownload", + "s" + ], + [ + "Ġrest", + "orative" + ], + [ + "o", + "ides" + ], + [ + "oid", + "es" + ], + [ + "oi", + "des" + ], + [ + "-m", + "ediated" + ], + [ + "-med", + "iated" + ], + [ + "-media", + "ted" + ], + [ + "r", + "ontal" + ], + [ + "ron", + "tal" + ], + [ + "ront", + "al" + ], + [ + "ri", + "ptive" + ], + [ + "ript", + "ive" + ], + [ + "Ġsn", + "oring" + ], + [ + "ĠMor", + "rison" + ], + [ + "ĠMorris", + "on" + ], + [ + "o", + "scale" + ], + [ + "os", + "cale" + ], + [ + "osc", + "ale" + ], + [ + "ĠH", + "ampton" + ], + [ + "ĠHam", + "pton" + ], + [ + "ĠHamp", + "ton" + ], + [ + "Ġgest", + "ational" + ], + [ + "Ġgestation", + "al" + ], + [ + "ĠProtest", + "ants" + ], + [ + "ĠProtestant", + "s" + ], + [ + "ĠC", + "rafts" + ], + [ + "ĠCr", + "afts" + ], + [ + "ĠCra", + "fts" + ], + [ + "ĠCraft", + "s" + ], + [ + "J", + "apanese" + ], + [ + "Japan", + "ese" + ], + [ + "Ġbiomark", + "ers" + ], + [ + "Ġbiomarker", + "s" + ], + [ + "J", + "un" + ], + [ + "Ð", + "¿" + ], + [ + "it", + "one" + ], + [ + "ito", + "ne" + ], + [ + "iton", + "e" + ], + [ + "Ġf", + "aded" + ], + [ + "Ġfa", + "ded" + ], + [ + "Ġfade", + "d" + ], + [ + "Ġfad", + "ed" + ], + [ + "e", + "day" + ], + [ + "ed", + "ay" + ], + [ + "eda", + "y" + ], + [ + "o", + "mination" + ], + [ + "om", + "ination" + ], + [ + "omin", + "ation" + ], + [ + "omi", + "nation" + ], + [ + "ĠC", + "raw" + ], + [ + "ĠCr", + "aw" + ], + [ + "ĠCra", + "w" + ], + [ + "Ġas", + "paragus" + ], + [ + "o", + "co" + ], + [ + "oc", + "o" + ], + [ + "ang", + "erous" + ], + [ + "ange", + "rous" + ], + [ + "anger", + "ous" + ], + [ + "Ġtw", + "igs" + ], + [ + "Ġtwig", + "s" + ], + [ + "Ġide", + "ologies" + ], + [ + "am", + "mers" + ], + [ + "amm", + "ers" + ], + [ + "Ġacad", + "emically" + ], + [ + "Ġacademic", + "ally" + ], + [ + "Ġ", + "Household" + ], + [ + "ĠHouse", + "hold" + ], + [ + "ĠLou", + "ise" + ], + [ + "ĠLouis", + "e" + ], + [ + "ĠWell", + "ness" + ], + [ + "Ġfrag", + "rance" + ], + [ + "Ġcomp", + "ounded" + ], + [ + "Ġcompound", + "ed" + ], + [ + "Ġuniform", + "ly" + ], + [ + "ĠTri", + "angle" + ], + [ + "Ġjuven", + "iles" + ], + [ + "Ġjuvenile", + "s" + ], + [ + "ĠRelations", + "hip" + ], + [ + "ĠRelation", + "ship" + ], + [ + "Ġtel", + "ome" + ], + [ + "'", + "T" + ], + [ + "Ġc", + "ried" + ], + [ + "Ġcr", + "ied" + ], + [ + "Ġp", + "orn" + ], + [ + "Ġpo", + "rn" + ], + [ + "Ġpor", + "n" + ], + [ + "a", + "rial" + ], + [ + "ar", + "ial" + ], + [ + "ari", + "al" + ], + [ + "aria", + "l" + ], + [ + "Ġ", + "CAM" + ], + [ + "ĠC", + "AM" + ], + [ + "ĠCA", + "M" + ], + [ + "ĠP", + "on" + ], + [ + "ĠPo", + "n" + ], + [ + "ĠE", + "state" + ], + [ + "ĠEst", + "ate" + ], + [ + "Ġ", + "Risks" + ], + [ + "ĠR", + "isks" + ], + [ + "ĠRisk", + "s" + ], + [ + "ĠRis", + "ks" + ], + [ + "ĠL", + "ights" + ], + [ + "ĠLight", + "s" + ], + [ + "Ġrec", + "essive" + ], + [ + "Ġrecess", + "ive" + ], + [ + "Ġgovern", + "ors" + ], + [ + "Ġgovernor", + "s" + ], + [ + "Ġsocial", + "ization" + ], + [ + "Ġs", + "lot" + ], + [ + "Ġsl", + "ot" + ], + [ + "ĠMil", + "waukee" + ], + [ + "Ġmil", + "der" + ], + [ + "Ġmild", + "er" + ], + [ + "er", + "ential" + ], + [ + "erent", + "ial" + ], + [ + "Ġg", + "ymn" + ], + [ + "Ġgym", + "n" + ], + [ + "Ġgy", + "mn" + ], + [ + "ĠNam", + "ibia" + ], + [ + "ĠNamib", + "ia" + ], + [ + "oz", + "oic" + ], + [ + "ozo", + "ic" + ], + [ + "Ġgro", + "oming" + ], + [ + "Ġgroom", + "ing" + ], + [ + "Ġautob", + "iography" + ], + [ + "Ġarte", + "facts" + ], + [ + "Ġartefact", + "s" + ], + [ + "Ġb", + "ead" + ], + [ + "Ġbe", + "ad" + ], + [ + "ĠT", + "ED" + ], + [ + "ĠTE", + "D" + ], + [ + "ĠS", + "tern" + ], + [ + "ĠSt", + "ern" + ], + [ + "ĠSte", + "rn" + ], + [ + "ĠSter", + "n" + ], + [ + "Ġ", + "NM" + ], + [ + "ĠN", + "M" + ], + [ + "Ġdesign", + "ate" + ], + [ + "at", + "su" + ], + [ + "ats", + "u" + ], + [ + "Ġob", + "jections" + ], + [ + "Ġobject", + "ions" + ], + [ + "Ġobjection", + "s" + ], + [ + "Ġcompet", + "ency" + ], + [ + "ĠSch", + "midt" + ], + [ + "ĠSer", + "ge" + ], + [ + "ĠSerg", + "e" + ], + [ + "Ġmit", + "igating" + ], + [ + "O", + "ME" + ], + [ + "OM", + "E" + ], + [ + "Ġor", + "chid" + ], + [ + "Ġorch", + "id" + ], + [ + "Ġ", + "esophageal" + ], + [ + "Ġes", + "ophageal" + ], + [ + "Ġesoph", + "ageal" + ], + [ + "ish", + "nu" + ], + [ + "ishn", + "u" + ], + [ + "-", + "is" + ], + [ + "-i", + "s" + ], + [ + "c", + "ussions" + ], + [ + "Ä", + "į" + ], + [ + "Ġfact", + "o" + ], + [ + "Ġfac", + "to" + ], + [ + "Ġbi", + "ochemistry" + ], + [ + "Ġbioc", + "hemistry" + ], + [ + "Ġbiochem", + "istry" + ], + [ + "h", + "ya" + ], + [ + "hy", + "a" + ], + [ + "S", + "top" + ], + [ + "St", + "op" + ], + [ + "Ġ", + "COMP" + ], + [ + "ĠCO", + "MP" + ], + [ + "ĠCOM", + "P" + ], + [ + "ste", + "ine" + ], + [ + "stein", + "e" + ], + [ + "Ġtransform", + "ative" + ], + [ + "Ġble", + "aching" + ], + [ + "Ġbleach", + "ing" + ], + [ + "C", + "ommunity" + ], + [ + "Commun", + "ity" + ], + [ + "Comm", + "unity" + ], + [ + "yg", + "d" + ], + [ + "Ġw", + "edge" + ], + [ + "Ġwed", + "ge" + ], + [ + "a", + "men" + ], + [ + "am", + "en" + ], + [ + "ame", + "n" + ], + [ + "Ġ", + "HP" + ], + [ + "ĠH", + "P" + ], + [ + "Ġ", + "Horses" + ], + [ + "ĠH", + "orses" + ], + [ + "ĠHor", + "ses" + ], + [ + "ĠHorse", + "s" + ], + [ + "ĠHors", + "es" + ], + [ + "Ġsp", + "asms" + ], + [ + "Ġspasm", + "s" + ], + [ + "Ġ", + "UW" + ], + [ + "ĠU", + "W" + ], + [ + "Ġinf", + "licted" + ], + [ + "Ġinfl", + "icted" + ], + [ + "Ġinflict", + "ed" + ], + [ + "Ġover", + "p" + ], + [ + "Ġclass", + "ifications" + ], + [ + "Ġclassification", + "s" + ], + [ + "ĠSh", + "uttle" + ], + [ + "ĠShut", + "tle" + ], + [ + "Ġs", + "warm" + ], + [ + "Ġsw", + "arm" + ], + [ + "Ġdry", + "ness" + ], + [ + "Ġpol", + "yg" + ], + [ + "Ġpoly", + "g" + ], + [ + "Ġgrass", + "roots" + ], + [ + "Ġcourage", + "ous" + ], + [ + "Ġ", + "NSF" + ], + [ + "ĠN", + "SF" + ], + [ + "ĠNS", + "F" + ], + [ + "Ġlaugh", + "ing" + ], + [ + "Ġlaug", + "hing" + ], + [ + "-", + "less" + ], + [ + "-l", + "ess" + ], + [ + "-le", + "ss" + ], + [ + "-", + "right" + ], + [ + "-r", + "ight" + ], + [ + "-rig", + "ht" + ], + [ + "/", + "-" + ], + [ + "m", + "and" + ], + [ + "man", + "d" + ], + [ + "ma", + "nd" + ], + [ + "Ä", + "ĩ" + ], + [ + "Ġt", + "ipping" + ], + [ + "Ġtip", + "ping" + ], + [ + "Ġti", + "pping" + ], + [ + "i", + "ton" + ], + [ + "it", + "on" + ], + [ + "ito", + "n" + ], + [ + "Ġp", + "ian" + ], + [ + "Ġpi", + "an" + ], + [ + "Ġm", + "oms" + ], + [ + "Ġmom", + "s" + ], + [ + "Ġmo", + "ms" + ], + [ + "Ġ", + "anus" + ], + [ + "Ġa", + "nus" + ], + [ + "Ġan", + "us" + ], + [ + "ĠL", + "on" + ], + [ + "ĠLo", + "n" + ], + [ + "Ġincre", + "mental" + ], + [ + "Ġincrement", + "al" + ], + [ + "Ġc", + "rev" + ], + [ + "Ġcre", + "v" + ], + [ + "Ġcr", + "ev" + ], + [ + "-", + "moving" + ], + [ + "-m", + "oving" + ], + [ + "Ġvolunt", + "eering" + ], + [ + "Ġvolunteer", + "ing" + ], + [ + "Ġvent", + "ures" + ], + [ + "Ġventure", + "s" + ], + [ + "Ġminim", + "ized" + ], + [ + "Ġminimize", + "d" + ], + [ + "Ġscholars", + "hips" + ], + [ + "Ġscholar", + "ships" + ], + [ + "Ġscholarship", + "s" + ], + [ + "Ġ", + "Linear" + ], + [ + "ĠLin", + "ear" + ], + [ + "ĠLi", + "near" + ], + [ + "ĠLine", + "ar" + ], + [ + "ĠFal", + "con" + ], + [ + "C", + "apt" + ], + [ + "Cap", + "t" + ], + [ + "Ca", + "pt" + ], + [ + "E", + "AR" + ], + [ + "EA", + "R" + ], + [ + "l", + "ocal" + ], + [ + "lo", + "cal" + ], + [ + "loc", + "al" + ], + [ + "Ø", + "ª" + ], + [ + "Ġs", + "ine" + ], + [ + "Ġsin", + "e" + ], + [ + "Ġsi", + "ne" + ], + [ + "ĠB", + "end" + ], + [ + "ĠBe", + "nd" + ], + [ + "ĠBen", + "d" + ], + [ + "ĠE", + "b" + ], + [ + "en", + "ging" + ], + [ + "eng", + "ing" + ], + [ + "u", + "cking" + ], + [ + "uc", + "king" + ], + [ + "uck", + "ing" + ], + [ + "-", + "wave" + ], + [ + "-w", + "ave" + ], + [ + "-wa", + "ve" + ], + [ + "rid", + "ges" + ], + [ + "ridge", + "s" + ], + [ + "ĠNa", + "ples" + ], + [ + "ĠNap", + "les" + ], + [ + "Ġun", + "conventional" + ], + [ + "Ġuncon", + "ventional" + ], + [ + "ĠCoron", + "avirus" + ], + [ + "ĠCorona", + "virus" + ], + [ + "ol", + "astic" + ], + [ + "ola", + "stic" + ], + [ + "olas", + "tic" + ], + [ + "ĠF", + "olk" + ], + [ + "ĠFol", + "k" + ], + [ + "Ġpr", + "incess" + ], + [ + "Ġprinc", + "ess" + ], + [ + "Ġprince", + "ss" + ], + [ + "Ġprinces", + "s" + ], + [ + "resp", + "onse" + ], + [ + "respons", + "e" + ], + [ + "Im", + "portant" + ], + [ + "Import", + "ant" + ], + [ + "ĠLa", + "unch" + ], + [ + "Ġmental", + "ity" + ], + [ + "Ġment", + "ality" + ], + [ + "Ġpoll", + "utant" + ], + [ + "Ġpollut", + "ant" + ], + [ + "Ġpremature", + "ly" + ], + [ + "Ġecl", + "ips" + ], + [ + "ogene", + "ity" + ], + [ + "Ġnour", + "ishment" + ], + [ + "Ġnourish", + "ment" + ], + [ + "Ġr", + "ansomware" + ], + [ + "Ġransom", + "ware" + ], + [ + "Ġnon", + "fiction" + ], + [ + "Ġnonf", + "iction" + ], + [ + "ynchron", + "ous" + ], + [ + "German", + "y" + ], + [ + "Germ", + "any" + ], + [ + "Ger", + "many" + ], + [ + "F", + "ish" + ], + [ + "Fi", + "sh" + ], + [ + "G", + "roup" + ], + [ + "Gr", + "oup" + ], + [ + "Gro", + "up" + ], + [ + "å", + "ı" + ], + [ + "in", + "ism" + ], + [ + "ini", + "sm" + ], + [ + "inis", + "m" + ], + [ + "ĠB", + "ris" + ], + [ + "ĠBr", + "is" + ], + [ + "ĠBri", + "s" + ], + [ + "eth", + "ical" + ], + [ + "Ġ", + "hern" + ], + [ + "Ġh", + "ern" + ], + [ + "Ġhe", + "rn" + ], + [ + "Ġher", + "n" + ], + [ + "Ġf", + "acet" + ], + [ + "Ġfac", + "et" + ], + [ + "Ġface", + "t" + ], + [ + "ĠC", + "arr" + ], + [ + "ĠCar", + "r" + ], + [ + "ĠCa", + "rr" + ], + [ + "Ġpl", + "otted" + ], + [ + "Ġplot", + "ted" + ], + [ + "o", + "medical" + ], + [ + "om", + "edical" + ], + [ + "omed", + "ical" + ], + [ + "ĠEthiop", + "ian" + ], + [ + "ĠEthiopia", + "n" + ], + [ + "ĠHunt", + "ington" + ], + [ + "ĠHunting", + "ton" + ], + [ + "F", + "ile" + ], + [ + "Fi", + "le" + ], + [ + "Fil", + "e" + ], + [ + "v", + "olution" + ], + [ + "vol", + "ution" + ], + [ + "e", + "tz" + ], + [ + "et", + "z" + ], + [ + "Ġ", + "kar" + ], + [ + "Ġk", + "ar" + ], + [ + "Ġka", + "r" + ], + [ + "l", + "lo" + ], + [ + "ll", + "o" + ], + [ + "Ġre", + "tal" + ], + [ + "Ġr", + "etal" + ], + [ + "Ġret", + "al" + ], + [ + "Ġfl", + "owed" + ], + [ + "Ġflow", + "ed" + ], + [ + "Ġflo", + "wed" + ], + [ + "Ġtr", + "oop" + ], + [ + "Ġtro", + "op" + ], + [ + "ĠProv", + "idence" + ], + [ + "ĠProvide", + "nce" + ], + [ + "ĠWi", + "Fi" + ], + [ + "Ġfo", + "sters" + ], + [ + "Ġfoster", + "s" + ], + [ + "Ġfost", + "ers" + ], + [ + "\"", + "When" + ], + [ + "C", + "r" + ], + [ + "h", + "aving" + ], + [ + "ha", + "ving" + ], + [ + "hav", + "ing" + ], + [ + "Ġt", + "onic" + ], + [ + "Ġto", + "nic" + ], + [ + "Ġton", + "ic" + ], + [ + "ĠC", + "arson" + ], + [ + "ĠCar", + "son" + ], + [ + "ĠCars", + "on" + ], + [ + "i", + "ao" + ], + [ + "ia", + "o" + ], + [ + "Ġt", + "raine" + ], + [ + "Ġtra", + "ine" + ], + [ + "Ġtr", + "aine" + ], + [ + "Ġtrain", + "e" + ], + [ + "ffic", + "acy" + ], + [ + "Ġcond", + "ensed" + ], + [ + "Ġcondens", + "ed" + ], + [ + "Ġcondense", + "d" + ], + [ + "Ġbir", + "ch" + ], + [ + "o", + "lean" + ], + [ + "ol", + "ean" + ], + [ + "ole", + "an" + ], + [ + "is", + "cher" + ], + [ + "isc", + "her" + ], + [ + "isch", + "er" + ], + [ + "ische", + "r" + ], + [ + "ĠT", + "rin" + ], + [ + "ĠTr", + "in" + ], + [ + "ĠTri", + "n" + ], + [ + "-", + "grown" + ], + [ + "-g", + "rown" + ], + [ + "Last", + "ly" + ], + [ + "ĠOper", + "a" + ], + [ + "ĠOp", + "era" + ], + [ + "Ġham", + "let" + ], + [ + "Ġoverwhelming", + "ly" + ], + [ + "Ġoverwhelm", + "ingly" + ], + [ + "Ġu", + "ploaded" + ], + [ + "Ġuplo", + "aded" + ], + [ + "Ġupload", + "ed" + ], + [ + "Ġ", + "á¼" + ], + [ + "Ġá", + "¼" + ], + [ + "Ġrefres", + "hing" + ], + [ + "Ġrefresh", + "ing" + ], + [ + "on", + "aut" + ], + [ + "ona", + "ut" + ], + [ + "Ġst", + "aged" + ], + [ + "Ġstage", + "d" + ], + [ + "Ġsta", + "ged" + ], + [ + "Ġstag", + "ed" + ], + [ + "ĠA", + "u" + ], + [ + "ĠD", + "HA" + ], + [ + "ĠDH", + "A" + ], + [ + "ĠU", + "PS" + ], + [ + "ĠUP", + "S" + ], + [ + "Ġcl", + "umps" + ], + [ + "Ġclump", + "s" + ], + [ + "ount", + "able" + ], + [ + "oun", + "table" + ], + [ + "ĠK", + "och" + ], + [ + "ĠKo", + "ch" + ], + [ + "c", + "eral" + ], + [ + "ce", + "ral" + ], + [ + "cer", + "al" + ], + [ + "Ġdep", + "ictions" + ], + [ + "Ġdepict", + "ions" + ], + [ + "Ġdepiction", + "s" + ], + [ + "Ġent", + "ropy" + ], + [ + "Ġd", + "rafts" + ], + [ + "Ġdr", + "afts" + ], + [ + "Ġdra", + "fts" + ], + [ + "Ġdraft", + "s" + ], + [ + "ĠMan", + "ila" + ], + [ + "Ġres", + "pecting" + ], + [ + "Ġresp", + "ecting" + ], + [ + "Ġrespect", + "ing" + ], + [ + "Ġcustom", + "ize" + ], + [ + "Ad", + "apt" + ], + [ + "Ġinit", + "iating" + ], + [ + "Ġiniti", + "ating" + ], + [ + "Ġfing", + "ert" + ], + [ + "Ġfinger", + "t" + ], + [ + "Ġplate", + "lets" + ], + [ + "Ġplatelet", + "s" + ], + [ + "Ġaccum", + "ulating" + ], + [ + "ĠSqu", + "ad" + ], + [ + "Ġmonarch", + "s" + ], + [ + "Ġfright", + "ened" + ], + [ + "Ġfrighten", + "ed" + ], + [ + "Ġext", + "rater" + ], + [ + "Ġextra", + "ter" + ], + [ + "Ġextr", + "ater" + ], + [ + "Ġtablesp", + "oons" + ], + [ + "Ġtablespoon", + "s" + ], + [ + "kef", + "eller" + ], + [ + "L", + "atin" + ], + [ + "La", + "tin" + ], + [ + "Lat", + "in" + ], + [ + "w", + "y" + ], + [ + "Ġt", + "int" + ], + [ + "Ġtin", + "t" + ], + [ + "Ġti", + "nt" + ], + [ + "ĠS", + "ag" + ], + [ + "ĠSa", + "g" + ], + [ + "ĠD", + "ame" + ], + [ + "ĠDam", + "e" + ], + [ + "ĠDa", + "me" + ], + [ + "ĠL", + "ep" + ], + [ + "ĠLe", + "p" + ], + [ + "Ġcont", + "empt" + ], + [ + "Ġcontem", + "pt" + ], + [ + "o", + "nda" + ], + [ + "on", + "da" + ], + [ + "ond", + "a" + ], + [ + "o", + "vis" + ], + [ + "ov", + "is" + ], + [ + "Ġ", + "Counter" + ], + [ + "ĠC", + "ounter" + ], + [ + "ĠCo", + "unter" + ], + [ + "ĠCount", + "er" + ], + [ + "ĠCoun", + "ter" + ], + [ + "Ġtub", + "ing" + ], + [ + "Ġtu", + "bing" + ], + [ + "Ġfor", + "got" + ], + [ + "Ġforg", + "ot" + ], + [ + "Ġforgo", + "t" + ], + [ + "Ġsculpt", + "or" + ], + [ + "ĠB", + "owl" + ], + [ + "ĠBo", + "wl" + ], + [ + "ĠBow", + "l" + ], + [ + "Ġbureau", + "cracy" + ], + [ + "Ġbureaucr", + "acy" + ], + [ + "ĠEpidem", + "iology" + ], + [ + "Ġcourt", + "yard" + ], + [ + "Ġcourty", + "ard" + ], + [ + "Ġstren", + "uous" + ], + [ + "Ġbe", + "ets" + ], + [ + "Ġbee", + "ts" + ], + [ + "Ġbeet", + "s" + ], + [ + "u", + "rus" + ], + [ + "ur", + "us" + ], + [ + "uru", + "s" + ], + [ + "i", + "ths" + ], + [ + "it", + "hs" + ], + [ + "ith", + "s" + ], + [ + "Ġ", + "Mist" + ], + [ + "ĠM", + "ist" + ], + [ + "ĠMis", + "t" + ], + [ + "ĠMi", + "st" + ], + [ + "r", + "iam" + ], + [ + "ri", + "am" + ], + [ + "ria", + "m" + ], + [ + "Ġen", + "tom" + ], + [ + "Ġent", + "om" + ], + [ + "Ġ", + "Preparation" + ], + [ + "ĠPre", + "paration" + ], + [ + "ĠPrepar", + "ation" + ], + [ + "Ġe", + "fficiencies" + ], + [ + "Ġeff", + "iciencies" + ], + [ + "Ġeffic", + "iencies" + ], + [ + "rupt", + "ed" + ], + [ + "rup", + "ted" + ], + [ + "ĠFr", + "anco" + ], + [ + "ĠFranc", + "o" + ], + [ + "ĠFran", + "co" + ], + [ + "ĠExp", + "ression" + ], + [ + "ĠExpress", + "ion" + ], + [ + "ĠRh", + "odes" + ], + [ + "ĠRhode", + "s" + ], + [ + "ĠRhod", + "es" + ], + [ + "Ġdict", + "ates" + ], + [ + "Ġdictate", + "s" + ], + [ + "Ġdesc", + "endant" + ], + [ + "Ġdescend", + "ant" + ], + [ + "ĠMess", + "enger" + ], + [ + "Ġmeteor", + "ite" + ], + [ + "Ġextrem", + "ities" + ], + [ + "Ġ", + "Speak" + ], + [ + "ĠS", + "peak" + ], + [ + "ĠSpe", + "ak" + ], + [ + "List", + "en" + ], + [ + "Li", + "sten" + ], + [ + "Ġneon", + "atal" + ], + [ + "Ġneo", + "natal" + ], + [ + "ĠLud", + "wig" + ], + [ + "C", + "amp" + ], + [ + "Cam", + "p" + ], + [ + "Ca", + "mp" + ], + [ + "I", + "K" + ], + [ + "p", + "iration" + ], + [ + "pi", + "ration" + ], + [ + "pir", + "ation" + ], + [ + "|", + "H" + ], + [ + "in", + "arily" + ], + [ + "ina", + "rily" + ], + [ + "inar", + "ily" + ], + [ + "it", + "é" + ], + [ + "ĠD", + "ennis" + ], + [ + "ĠDen", + "nis" + ], + [ + "Ġinf", + "ested" + ], + [ + "Ġinfest", + "ed" + ], + [ + "ang", + "ible" + ], + [ + "angi", + "ble" + ], + [ + "ĠY", + "uk" + ], + [ + "ĠYu", + "k" + ], + [ + "is", + "matic" + ], + [ + "ism", + "atic" + ], + [ + "isma", + "tic" + ], + [ + "a", + "vement" + ], + [ + "av", + "ement" + ], + [ + "ave", + "ment" + ], + [ + "Ġdirect", + "ive" + ], + [ + "Ġdire", + "ctive" + ], + [ + "Ġdir", + "ective" + ], + [ + "Ġ", + "Driving" + ], + [ + "ĠD", + "riving" + ], + [ + "ĠDr", + "iving" + ], + [ + "zz", + "ly" + ], + [ + "Ġcast", + "les" + ], + [ + "Ġcas", + "tles" + ], + [ + "Ġcastle", + "s" + ], + [ + "Ġsp", + "onsors" + ], + [ + "Ġspons", + "ors" + ], + [ + "Ġsponsor", + "s" + ], + [ + "ĠOak", + "land" + ], + [ + "ĠPe", + "dro" + ], + [ + "ĠPed", + "ro" + ], + [ + "Ġgeneal", + "ogy" + ], + [ + "Ġgenealog", + "y" + ], + [ + "Â", + "ł" + ], + [ + "ĠI", + "v" + ], + [ + "ĠR", + "SS" + ], + [ + "ĠRS", + "S" + ], + [ + "ĠL", + "iberia" + ], + [ + "ĠLib", + "eria" + ], + [ + "ĠLiber", + "ia" + ], + [ + "i", + "pers" + ], + [ + "ip", + "ers" + ], + [ + "ipe", + "rs" + ], + [ + "iper", + "s" + ], + [ + "Ġ", + "commons" + ], + [ + "Ġcom", + "mons" + ], + [ + "Ġcomm", + "ons" + ], + [ + "Ġcommon", + "s" + ], + [ + "Ġre", + "col" + ], + [ + "Ġrec", + "ol" + ], + [ + "om", + "mission" + ], + [ + "omm", + "ission" + ], + [ + "ull", + "ah" + ], + [ + "ulla", + "h" + ], + [ + "Ġsome", + "day" + ], + [ + "Ġsom", + "eday" + ], + [ + "a", + "ney" + ], + [ + "an", + "ey" + ], + [ + "ane", + "y" + ], + [ + "Ġh", + "ym" + ], + [ + "Ġhy", + "m" + ], + [ + "Ġ", + "Autumn" + ], + [ + "ĠAut", + "umn" + ], + [ + "Ġs", + "eminal" + ], + [ + "Ġsem", + "inal" + ], + [ + "Ġsemi", + "nal" + ], + [ + "Ġsemin", + "al" + ], + [ + "S", + "cott" + ], + [ + "Sc", + "ott" + ], + [ + "Scot", + "t" + ], + [ + "ĠB", + "agh" + ], + [ + "ĠBa", + "gh" + ], + [ + "ĠBag", + "h" + ], + [ + "Ġartif", + "act" + ], + [ + "Ġheter", + "ogeneous" + ], + [ + "ĠEu", + "gene" + ], + [ + "ĠEugen", + "e" + ], + [ + "Ġunreal", + "istic" + ], + [ + "ĠItalian", + "s" + ], + [ + "ĠItal", + "ians" + ], + [ + "ĠNicarag", + "ua" + ], + [ + "f", + "ied" + ], + [ + "fi", + "ed" + ], + [ + "w", + "al" + ], + [ + "wa", + "l" + ], + [ + "ĠT", + "ort" + ], + [ + "ĠTo", + "rt" + ], + [ + "ĠTor", + "t" + ], + [ + "ĠT", + "rent" + ], + [ + "ĠTr", + "ent" + ], + [ + "ĠTre", + "nt" + ], + [ + "ot", + "ene" + ], + [ + "ote", + "ne" + ], + [ + "oten", + "e" + ], + [ + "us", + "ks" + ], + [ + "usk", + "s" + ], + [ + "ĠW", + "iley" + ], + [ + "ĠWil", + "ey" + ], + [ + "ĠWi", + "ley" + ], + [ + "ĠG", + "ospels" + ], + [ + "ĠGospel", + "s" + ], + [ + "i", + "shi" + ], + [ + "is", + "hi" + ], + [ + "ish", + "i" + ], + [ + "Ġspec", + "ulated" + ], + [ + "Ġspeculate", + "d" + ], + [ + "Ġsoc", + "iological" + ], + [ + "Ġdirect", + "ories" + ], + [ + "Ġdirector", + "ies" + ], + [ + "val", + "ue" + ], + [ + "valu", + "e" + ], + [ + "Ġm", + "utant" + ], + [ + "Ġmut", + "ant" + ], + [ + "Ġisol", + "ates" + ], + [ + "Ġisolate", + "s" + ], + [ + "Ġiso", + "lates" + ], + [ + "ĠD", + "iscrimination" + ], + [ + "ĠDisc", + "rimination" + ], + [ + "ĠPe", + "terson" + ], + [ + "ĠPeter", + "son" + ], + [ + "ĠPet", + "erson" + ], + [ + "ĠPeters", + "on" + ], + [ + "Ġcycl", + "one" + ], + [ + "ĠRay", + "mond" + ], + [ + "Develop", + "ing" + ], + [ + "ãĢ", + "Ĥ" + ], + [ + "a", + "lus" + ], + [ + "al", + "us" + ], + [ + "alu", + "s" + ], + [ + "Ġ", + "coma" + ], + [ + "Ġc", + "oma" + ], + [ + "Ġcom", + "a" + ], + [ + "Ġco", + "ma" + ], + [ + "Ġbelie", + "ver" + ], + [ + "Ġbelieve", + "r" + ], + [ + "Ġdev", + "ise" + ], + [ + "-", + "distance" + ], + [ + "-d", + "istance" + ], + [ + "-dis", + "tance" + ], + [ + "-di", + "stance" + ], + [ + "-dist", + "ance" + ], + [ + "Ġst", + "arters" + ], + [ + "Ġstart", + "ers" + ], + [ + "Ġstar", + "ters" + ], + [ + "Ġstarter", + "s" + ], + [ + "Ġpr", + "ayed" + ], + [ + "Ġpray", + "ed" + ], + [ + "Ġpra", + "yed" + ], + [ + "Ġc", + "ortical" + ], + [ + "Ġcor", + "tical" + ], + [ + "Ġcort", + "ical" + ], + [ + "Ġcortic", + "al" + ], + [ + "Ġev", + "idently" + ], + [ + "Ġevident", + "ly" + ], + [ + "Ġevid", + "ently" + ], + [ + "Ġt", + "actic" + ], + [ + "Ġtact", + "ic" + ], + [ + "Ġta", + "ctic" + ], + [ + "Ġtac", + "tic" + ], + [ + "ĠG", + "PU" + ], + [ + "ĠGP", + "U" + ], + [ + "Ġveterin", + "arians" + ], + [ + "Ġveterinarian", + "s" + ], + [ + "ut", + "tering" + ], + [ + "utter", + "ing" + ], + [ + "utt", + "ering" + ], + [ + "Ġaff", + "iliation" + ], + [ + "Ġaffil", + "iation" + ], + [ + "ĠTal", + "iban" + ], + [ + "ĠStock", + "holm" + ], + [ + "Ġ", + "CONT" + ], + [ + "ĠC", + "ONT" + ], + [ + "ĠCO", + "NT" + ], + [ + "ĠCON", + "T" + ], + [ + "Ġdenomin", + "ations" + ], + [ + "Ġdenomination", + "s" + ], + [ + "Ġinnoc", + "ence" + ], + [ + "A", + "GE" + ], + [ + "AG", + "E" + ], + [ + "E", + "at" + ], + [ + "F", + "riday" + ], + [ + "Fr", + "iday" + ], + [ + "Fri", + "day" + ], + [ + "g", + "old" + ], + [ + "go", + "ld" + ], + [ + "ul", + "se" + ], + [ + "uls", + "e" + ], + [ + "Ġ", + "Feeding" + ], + [ + "ĠF", + "eeding" + ], + [ + "ĠFe", + "eding" + ], + [ + "ĠFeed", + "ing" + ], + [ + "ĠFee", + "ding" + ], + [ + "ĠG", + "reens" + ], + [ + "ĠGree", + "ns" + ], + [ + "ĠGreen", + "s" + ], + [ + "ĠGre", + "ens" + ], + [ + "per", + "se" + ], + [ + "pers", + "e" + ], + [ + "Ġ", + "circa" + ], + [ + "Ġcir", + "ca" + ], + [ + "Ġcirc", + "a" + ], + [ + "ĠIs", + "lander" + ], + [ + "ĠIsland", + "er" + ], + [ + "ĠIsl", + "ander" + ], + [ + "ĠIsla", + "nder" + ], + [ + "Ġaccum", + "ulates" + ], + [ + "Ġaccumulate", + "s" + ], + [ + "am", + "ilies" + ], + [ + "ami", + "lies" + ], + [ + "amil", + "ies" + ], + [ + "ip", + "tical" + ], + [ + "ipt", + "ical" + ], + [ + "iptic", + "al" + ], + [ + "-", + "management" + ], + [ + "-man", + "agement" + ], + [ + "Ġpredisp", + "osition" + ], + [ + "Ġpreserv", + "atives" + ], + [ + "Ġpreservative", + "s" + ], + [ + "Ġalf", + "alfa" + ], + [ + "-", + "occ" + ], + [ + "-o", + "cc" + ], + [ + "n", + "ick" + ], + [ + "nic", + "k" + ], + [ + "ni", + "ck" + ], + [ + "or", + "ption" + ], + [ + "orp", + "tion" + ], + [ + "ĠT", + "ale" + ], + [ + "ĠTal", + "e" + ], + [ + "ĠTa", + "le" + ], + [ + "ur", + "geon" + ], + [ + "urg", + "eon" + ], + [ + "urge", + "on" + ], + [ + "Ġ", + "MED" + ], + [ + "ĠM", + "ED" + ], + [ + "ĠME", + "D" + ], + [ + "Ġ", + "Grap" + ], + [ + "ĠG", + "rap" + ], + [ + "ĠGra", + "p" + ], + [ + "ĠGr", + "ap" + ], + [ + "i", + "ret" + ], + [ + "ir", + "et" + ], + [ + "ire", + "t" + ], + [ + "ĠV", + "ander" + ], + [ + "ĠVan", + "der" + ], + [ + "ĠVa", + "nder" + ], + [ + "ĠVand", + "er" + ], + [ + "Ġca", + "ption" + ], + [ + "Ġcap", + "tion" + ], + [ + "Ġcapt", + "ion" + ], + [ + "t", + "oo" + ], + [ + "to", + "o" + ], + [ + "Ġleft", + "over" + ], + [ + "ĠCon", + "tain" + ], + [ + "ĠCont", + "ain" + ], + [ + "Ġevalu", + "ates" + ], + [ + "Ġevaluate", + "s" + ], + [ + "Ġbro", + "aden" + ], + [ + "Ġbroad", + "en" + ], + [ + "Ġ", + "hypert" + ], + [ + "Ġhy", + "pert" + ], + [ + "Ġhyp", + "ert" + ], + [ + "Ġhyper", + "t" + ], + [ + "Ġhype", + "rt" + ], + [ + "Ġprem", + "ier" + ], + [ + "ĠSet", + "tings" + ], + [ + "ĠSetting", + "s" + ], + [ + "ĠSett", + "ings" + ], + [ + "Ġ", + "riches" + ], + [ + "Ġrich", + "es" + ], + [ + "Ġric", + "hes" + ], + [ + "Ġcher", + "ries" + ], + [ + "ĠGi", + "ov" + ], + [ + "ĠBeth", + "lehem" + ], + [ + "Ġ", + "Nitrogen" + ], + [ + "ĠN", + "itrogen" + ], + [ + "ĠNit", + "rogen" + ], + [ + "Ġabnormal", + "ity" + ], + [ + "Ġabnorm", + "ality" + ], + [ + "Â", + "§" + ], + [ + "Ġc", + "ages" + ], + [ + "Ġca", + "ges" + ], + [ + "Ġcage", + "s" + ], + [ + "ĠH", + "ut" + ], + [ + "ĠHu", + "t" + ], + [ + "ĠF", + "CC" + ], + [ + "ĠFC", + "C" + ], + [ + "Ġfl", + "akes" + ], + [ + "Ġflake", + "s" + ], + [ + "form", + "erly" + ], + [ + "former", + "ly" + ], + [ + "i", + "quette" + ], + [ + "iqu", + "ette" + ], + [ + "ique", + "tte" + ], + [ + "Ġcre", + "atively" + ], + [ + "Ġcreat", + "ively" + ], + [ + "Ġcreative", + "ly" + ], + [ + "urs", + "ion" + ], + [ + "Ġdi", + "version" + ], + [ + "Ġdivers", + "ion" + ], + [ + "Hist", + "orical" + ], + [ + "Histor", + "ical" + ], + [ + "Historic", + "al" + ], + [ + "Ġ", + "Figures" + ], + [ + "ĠFigure", + "s" + ], + [ + "ĠFig", + "ures" + ], + [ + "Ġplum", + "age" + ], + [ + "Ġabbrev", + "iation" + ], + [ + "Ġre", + "ferencing" + ], + [ + "Ġref", + "erencing" + ], + [ + "Ġrefer", + "encing" + ], + [ + "Ġreferen", + "cing" + ], + [ + "Ġcontin", + "gent" + ], + [ + "Ġconting", + "ent" + ], + [ + "l", + "iter" + ], + [ + "li", + "ter" + ], + [ + "lit", + "er" + ], + [ + "lite", + "r" + ], + [ + "t", + "ypically" + ], + [ + "typical", + "ly" + ], + [ + "Ġe", + "uth" + ], + [ + "Ġeu", + "th" + ], + [ + "Ġeut", + "h" + ], + [ + "v", + "eh" + ], + [ + "ve", + "h" + ], + [ + "r", + "ious" + ], + [ + "ri", + "ous" + ], + [ + "rio", + "us" + ], + [ + "th", + "ermal" + ], + [ + "ther", + "mal" + ], + [ + "therm", + "al" + ], + [ + "Ġwill", + "iam" + ], + [ + "Ġwil", + "liam" + ], + [ + "Ġher", + "ring" + ], + [ + "Ġorgan", + "izer" + ], + [ + "Ġorganize", + "r" + ], + [ + "Ġdev", + "oid" + ], + [ + "Ġ", + "uric" + ], + [ + "Ġu", + "ric" + ], + [ + "Ġur", + "ic" + ], + [ + "Ġann", + "ih" + ], + [ + "Ġ", + "STE" + ], + [ + "ĠS", + "TE" + ], + [ + "ĠST", + "E" + ], + [ + "Ġb", + "reads" + ], + [ + "Ġbr", + "eads" + ], + [ + "Ġbre", + "ads" + ], + [ + "Ġbread", + "s" + ], + [ + "Ġfol", + "ders" + ], + [ + "Ġfold", + "ers" + ], + [ + "Ġfolder", + "s" + ], + [ + "Ag", + "ricult" + ], + [ + "-", + "workers" + ], + [ + "-work", + "ers" + ], + [ + "-worker", + "s" + ], + [ + "Ġmaj", + "estic" + ], + [ + "Beg", + "inning" + ], + [ + "Begin", + "ning" + ], + [ + "ĠHend", + "erson" + ], + [ + "/", + "pro" + ], + [ + "/p", + "ro" + ], + [ + "P", + "RO" + ], + [ + "PR", + "O" + ], + [ + "n", + "m" + ], + [ + "t", + "or" + ], + [ + "to", + "r" + ], + [ + "Ġa", + "iding" + ], + [ + "Ġaid", + "ing" + ], + [ + "Ġai", + "ding" + ], + [ + "in", + "ux" + ], + [ + "inu", + "x" + ], + [ + "a", + "tan" + ], + [ + "at", + "an" + ], + [ + "ata", + "n" + ], + [ + "Ġp", + "essim" + ], + [ + "Ġpes", + "sim" + ], + [ + "ĠT", + "ales" + ], + [ + "ĠTal", + "es" + ], + [ + "ĠTa", + "les" + ], + [ + "ĠTale", + "s" + ], + [ + "a", + "mong" + ], + [ + "am", + "ong" + ], + [ + "amon", + "g" + ], + [ + "amo", + "ng" + ], + [ + "ĠP", + "hen" + ], + [ + "ĠPh", + "en" + ], + [ + "ĠPhe", + "n" + ], + [ + "ĠD", + "ale" + ], + [ + "ĠDal", + "e" + ], + [ + "ĠDa", + "le" + ], + [ + "Ġall", + "iances" + ], + [ + "Ġalliance", + "s" + ], + [ + "Ġcont", + "ested" + ], + [ + "Ġcontest", + "ed" + ], + [ + "Ġcur", + "sor" + ], + [ + "Ġcurs", + "or" + ], + [ + "cl", + "inical" + ], + [ + "az", + "ole" + ], + [ + "azo", + "le" + ], + [ + "-c", + "overed" + ], + [ + "-co", + "vered" + ], + [ + "-cover", + "ed" + ], + [ + "ĠAg", + "enda" + ], + [ + "ĠAge", + "nda" + ], + [ + "Ġsequ", + "enced" + ], + [ + "Ġsequence", + "d" + ], + [ + "ĠLa", + "os" + ], + [ + "ĠLao", + "s" + ], + [ + "ĠLeg", + "acy" + ], + [ + "Ġexplo", + "its" + ], + [ + "Ġexploit", + "s" + ], + [ + "Ġampl", + "ification" + ], + [ + "Ġdis", + "hon" + ], + [ + "Ġdish", + "on" + ], + [ + "Ġsc", + "hema" + ], + [ + "Ġsch", + "ema" + ], + [ + "Ġsche", + "ma" + ], + [ + "Ġschem", + "a" + ], + [ + "Ġdecomp", + "ose" + ], + [ + "Ġheter", + "osexual" + ], + [ + "Ġartic", + "ulated" + ], + [ + "Ġarticulate", + "d" + ], + [ + ",", + "." + ], + [ + "?", + "," + ], + [ + "e", + "nia" + ], + [ + "en", + "ia" + ], + [ + "eni", + "a" + ], + [ + "i", + "lo" + ], + [ + "il", + "o" + ], + [ + "ĠC", + "hern" + ], + [ + "ĠCh", + "ern" + ], + [ + "ĠChe", + "rn" + ], + [ + "ĠCher", + "n" + ], + [ + "ĠP", + "SA" + ], + [ + "ĠPS", + "A" + ], + [ + "Ġass", + "ortment" + ], + [ + "Ġcompet", + "itiveness" + ], + [ + "Ġcompetitive", + "ness" + ], + [ + "ĠNo", + "vel" + ], + [ + "ĠNov", + "el" + ], + [ + "ĠCo", + "urts" + ], + [ + "ĠCour", + "ts" + ], + [ + "ĠCourt", + "s" + ], + [ + "Ġphen", + "otype" + ], + [ + "Q", + "uant" + ], + [ + "Qu", + "ant" + ], + [ + "Ġ", + "Playing" + ], + [ + "ĠPl", + "aying" + ], + [ + "ĠPlay", + "ing" + ], + [ + "Ġtact", + "ile" + ], + [ + "ĠAer", + "ospace" + ], + [ + "ĠAero", + "space" + ], + [ + "Ġconson", + "ants" + ], + [ + "Ġconsonant", + "s" + ], + [ + "Ġrepell", + "ent" + ], + [ + "Ġneurodeg", + "enerative" + ], + [ + "-", + "rate" + ], + [ + "-r", + "ate" + ], + [ + "-ra", + "te" + ], + [ + "Ø", + "¯" + ], + [ + "Ġh", + "ooked" + ], + [ + "Ġho", + "oked" + ], + [ + "Ġhook", + "ed" + ], + [ + "Ġn", + "omin" + ], + [ + "Ġno", + "min" + ], + [ + "Ġnom", + "in" + ], + [ + "ĠC", + "erv" + ], + [ + "ĠCer", + "v" + ], + [ + "ul", + "ous" + ], + [ + "ulo", + "us" + ], + [ + "Ġ", + "PAR" + ], + [ + "ĠP", + "AR" + ], + [ + "ĠPA", + "R" + ], + [ + "ĠL", + "ac" + ], + [ + "ĠLa", + "c" + ], + [ + "ĠU", + "CS" + ], + [ + "ĠUC", + "S" + ], + [ + "Ġdis", + "like" + ], + [ + "Ġdisl", + "ike" + ], + [ + "i", + "polar" + ], + [ + "ip", + "olar" + ], + [ + "a", + "vian" + ], + [ + "av", + "ian" + ], + [ + "avi", + "an" + ], + [ + "avia", + "n" + ], + [ + "Ġatt", + "aching" + ], + [ + "Ġattach", + "ing" + ], + [ + "ĠFor", + "ward" + ], + [ + "Ġconf", + "ess" + ], + [ + "ip", + "ples" + ], + [ + "ipp", + "les" + ], + [ + "ipple", + "s" + ], + [ + "Ġlife", + "cycle" + ], + [ + "Ġlif", + "ecycle" + ], + [ + "Ġveget", + "ative" + ], + [ + "Ġmagn", + "ification" + ], + [ + "Ġmagnific", + "ation" + ], + [ + "Ġdi", + "vor" + ], + [ + "Ġdiv", + "or" + ], + [ + "Ġexplo", + "iting" + ], + [ + "Ġexploit", + "ing" + ], + [ + "Ġ", + "Concrete" + ], + [ + "ĠCon", + "crete" + ], + [ + "ĠConc", + "rete" + ], + [ + "Ġqu", + "otations" + ], + [ + "Ġquot", + "ations" + ], + [ + "Ġquotation", + "s" + ], + [ + "ogg", + "les" + ], + [ + "oggle", + "s" + ], + [ + "Mar", + "tin" + ], + [ + "Mart", + "in" + ], + [ + "E", + "le" + ], + [ + "El", + "e" + ], + [ + "H", + "eb" + ], + [ + "He", + "b" + ], + [ + "Î", + "º" + ], + [ + "Ġ", + "oint" + ], + [ + "Ġo", + "int" + ], + [ + "en", + "ta" + ], + [ + "ent", + "a" + ], + [ + "ad", + "ena" + ], + [ + "ade", + "na" + ], + [ + "aden", + "a" + ], + [ + "ĠM", + "umbai" + ], + [ + "o", + "po" + ], + [ + "op", + "o" + ], + [ + "ĠH", + "es" + ], + [ + "ĠHe", + "s" + ], + [ + "Ġne", + "bul" + ], + [ + "Ġneb", + "ul" + ], + [ + "Ġfl", + "ashing" + ], + [ + "Ġflash", + "ing" + ], + [ + "Ġshe", + "pherd" + ], + [ + "Ġsl", + "ogan" + ], + [ + "Ġslog", + "an" + ], + [ + "-", + "dose" + ], + [ + "-d", + "ose" + ], + [ + "-do", + "se" + ], + [ + "Ġ", + "QU" + ], + [ + "ĠQ", + "U" + ], + [ + "urs", + "ive" + ], + [ + "ĠSub", + "sequently" + ], + [ + "ĠSubsequent", + "ly" + ], + [ + "Ġcont", + "aminate" + ], + [ + "Ġcontamin", + "ate" + ], + [ + "-", + "Le" + ], + [ + "-L", + "e" + ], + [ + "Ġ", + "Created" + ], + [ + "ĠC", + "reated" + ], + [ + "ĠCre", + "ated" + ], + [ + "ĠCreat", + "ed" + ], + [ + "ĠCr", + "eated" + ], + [ + "ĠCreate", + "d" + ], + [ + "-", + "offs" + ], + [ + "-of", + "fs" + ], + [ + "-off", + "s" + ], + [ + "Ġ", + "Shortly" + ], + [ + "ĠShort", + "ly" + ], + [ + "Ġrum", + "ors" + ], + [ + "Ġrumor", + "s" + ], + [ + "Develop", + "ment" + ], + [ + "Ġterr", + "ifying" + ], + [ + "abol", + "ism" + ], + [ + "ĠH", + "ouses" + ], + [ + "ĠHouse", + "s" + ], + [ + "ĠHo", + "uses" + ], + [ + "ĠHou", + "ses" + ], + [ + "ĠG", + "aelic" + ], + [ + "ĠGa", + "elic" + ], + [ + "Ġdo", + "omed" + ], + [ + "Ġdoom", + "ed" + ], + [ + "i", + "ffe" + ], + [ + "if", + "fe" + ], + [ + "iff", + "e" + ], + [ + "Ġ", + "Meditation" + ], + [ + "ĠMed", + "itation" + ], + [ + "A", + "ns" + ], + [ + "An", + "s" + ], + [ + "Ġsupp", + "lementary" + ], + [ + "Ġsupplement", + "ary" + ], + [ + "Ġsup", + "plementary" + ], + [ + "Ġp", + "inch" + ], + [ + "Ġpin", + "ch" + ], + [ + "Ġpinc", + "h" + ], + [ + "ĠMax", + "well" + ], + [ + "Ġcontra", + "ception" + ], + [ + "aby", + "tes" + ], + [ + "abyte", + "s" + ], + [ + "Ġib", + "uprofen" + ], + [ + "ĠHimal", + "ayan" + ], + [ + "ĠHimalaya", + "n" + ], + [ + "ĠNeander", + "thals" + ], + [ + "ĠNeanderthal", + "s" + ], + [ + "-cal", + "orie" + ], + [ + "Ġser", + "mon" + ], + [ + "Ġserm", + "on" + ], + [ + "Recomm", + "ended" + ], + [ + "Recommend", + "ed" + ], + [ + "p", + "ir" + ], + [ + "pi", + "r" + ], + [ + "u", + "itive" + ], + [ + "uit", + "ive" + ], + [ + "Ġg", + "ems" + ], + [ + "Ġge", + "ms" + ], + [ + "Ġgem", + "s" + ], + [ + "r", + "acies" + ], + [ + "ra", + "cies" + ], + [ + "rac", + "ies" + ], + [ + "ĠS", + "K" + ], + [ + "ĠS", + "ever" + ], + [ + "ĠSe", + "ver" + ], + [ + "ĠF", + "ur" + ], + [ + "ĠFu", + "r" + ], + [ + "ĠN", + "ano" + ], + [ + "ĠNa", + "no" + ], + [ + "ĠNan", + "o" + ], + [ + "Ġm", + "ono" + ], + [ + "Ġmon", + "o" + ], + [ + "Ġmo", + "no" + ], + [ + "Ġm", + "aturation" + ], + [ + "Ġmat", + "uration" + ], + [ + "Ġch", + "oir" + ], + [ + "Ġcho", + "ir" + ], + [ + "Ġdr", + "agged" + ], + [ + "Ġdra", + "gged" + ], + [ + "Ġdrag", + "ged" + ], + [ + "oph", + "ical" + ], + [ + "ĠPro", + "file" + ], + [ + "ĠProf", + "ile" + ], + [ + "Ġflo", + "ats" + ], + [ + "Ġfloat", + "s" + ], + [ + "Ġpil", + "low" + ], + [ + "Ġpill", + "ow" + ], + [ + "ole", + "rant" + ], + [ + "oler", + "ant" + ], + [ + "Ġhal", + "ves" + ], + [ + "Ġhalve", + "s" + ], + [ + "Ġphilosoph", + "ies" + ], + [ + "Ġunexpected", + "ly" + ], + [ + "br", + "oken" + ], + [ + "bro", + "ken" + ], + [ + "Ġinf", + "iltration" + ], + [ + "Ġinfilt", + "ration" + ], + [ + "affe", + "ine" + ], + [ + "ĠNord", + "ic" + ], + [ + "ĠSanct", + "uary" + ], + [ + "Ġg", + "ust" + ], + [ + "Ġgu", + "st" + ], + [ + "i", + "gar" + ], + [ + "ig", + "ar" + ], + [ + "iga", + "r" + ], + [ + "if", + "era" + ], + [ + "ife", + "ra" + ], + [ + "ifer", + "a" + ], + [ + "Ġal", + "ve" + ], + [ + "Ġs", + "ph" + ], + [ + "Ġsp", + "h" + ], + [ + "Ġ", + "VM" + ], + [ + "ĠV", + "M" + ], + [ + "Ġh", + "ump" + ], + [ + "Ġhum", + "p" + ], + [ + "Ġhu", + "mp" + ], + [ + "A", + "TA" + ], + [ + "AT", + "A" + ], + [ + "m", + "edicine" + ], + [ + "med", + "icine" + ], + [ + "ĠCl", + "assic" + ], + [ + "ĠClass", + "ic" + ], + [ + "Ġk", + "night" + ], + [ + "Ġkn", + "ight" + ], + [ + "Ġfloor", + "ing" + ], + [ + "Ġflo", + "oring" + ], + [ + "ĠAstron", + "omical" + ], + [ + "ĠDem", + "ocrat" + ], + [ + "ĠDemocr", + "at" + ], + [ + "\"", + "What" + ], + [ + "N", + "ov" + ], + [ + "No", + "v" + ], + [ + "P", + "y" + ], + [ + "l", + "os" + ], + [ + "lo", + "s" + ], + [ + "w", + "omen" + ], + [ + "wo", + "men" + ], + [ + "Ġ", + "CAP" + ], + [ + "ĠC", + "AP" + ], + [ + "ĠCA", + "P" + ], + [ + "Ġ", + "Mild" + ], + [ + "ĠM", + "ild" + ], + [ + "ĠMil", + "d" + ], + [ + "ĠMi", + "ld" + ], + [ + "a", + "gia" + ], + [ + "ag", + "ia" + ], + [ + "agi", + "a" + ], + [ + "Ġmy", + "ocard" + ], + [ + "-b", + "acked" + ], + [ + "-back", + "ed" + ], + [ + "Ġm", + "ete" + ], + [ + "Ġme", + "te" + ], + [ + "Ġmet", + "e" + ], + [ + "Ġhere", + "in" + ], + [ + "Ġec", + "ologically" + ], + [ + "Ġecological", + "ly" + ], + [ + "I", + "NS" + ], + [ + "IN", + "S" + ], + [ + "Ġhyp", + "oc" + ], + [ + "Ġhypo", + "c" + ], + [ + "ĠR", + "oots" + ], + [ + "ĠRo", + "ots" + ], + [ + "ĠRoot", + "s" + ], + [ + "Ġnit", + "ric" + ], + [ + "-sp", + "onsored" + ], + [ + "ĠJac", + "ques" + ], + [ + "ĠJacqu", + "es" + ], + [ + "Ġgastro", + "enter" + ], + [ + "Ġcoe", + "fficients" + ], + [ + "Ġcoefficient", + "s" + ], + [ + "Ġby", + "product" + ], + [ + "Ġbyp", + "roduct" + ], + [ + "Ġco", + "hesion" + ], + [ + "Ġcohes", + "ion" + ], + [ + "Ġran", + "chers" + ], + [ + "Ġranc", + "hers" + ], + [ + "Ġranch", + "ers" + ], + [ + "Ġrancher", + "s" + ], + [ + "G", + "ER" + ], + [ + "GE", + "R" + ], + [ + "P", + "LE" + ], + [ + "PL", + "E" + ], + [ + "æ", + "ľ" + ], + [ + "ĠM", + "oss" + ], + [ + "ĠMo", + "ss" + ], + [ + "ĠMos", + "s" + ], + [ + "Ġ", + "FM" + ], + [ + "ĠF", + "M" + ], + [ + "ĠK", + "ab" + ], + [ + "ĠKa", + "b" + ], + [ + "Ġcir", + "rhosis" + ], + [ + "Ġens", + "uing" + ], + [ + "s", + "how" + ], + [ + "sh", + "ow" + ], + [ + "Ġcart", + "ridge" + ], + [ + "Ġspok", + "esperson" + ], + [ + "Ġspokes", + "person" + ], + [ + "Ġprev", + "ail" + ], + [ + "br", + "ook" + ], + [ + "bro", + "ok" + ], + [ + "Ġ", + "Cutting" + ], + [ + "ĠC", + "utting" + ], + [ + "ĠCut", + "ting" + ], + [ + "ĠCu", + "tting" + ], + [ + "Av", + "ailable" + ], + [ + "Ġsho", + "vel" + ], + [ + "Ġbapt", + "ized" + ], + [ + "Ġconvey", + "s" + ], + [ + "Ġconve", + "ys" + ], + [ + "Ġinadvert", + "ently" + ], + [ + "-", + "vis" + ], + [ + "-v", + "is" + ], + [ + "L", + "ord" + ], + [ + "Lo", + "rd" + ], + [ + "c", + "ible" + ], + [ + "ci", + "ble" + ], + [ + "k", + "illed" + ], + [ + "kill", + "ed" + ], + [ + "kil", + "led" + ], + [ + "Ġsp", + "indle" + ], + [ + "Ġspind", + "le" + ], + [ + "ĠG", + "it" + ], + [ + "ĠGi", + "t" + ], + [ + "Ġrep", + "ression" + ], + [ + "Ġrepress", + "ion" + ], + [ + "ĠCl", + "ara" + ], + [ + "ĠClar", + "a" + ], + [ + "ĠCla", + "ra" + ], + [ + "Ġbeh", + "aves" + ], + [ + "Ġbehav", + "es" + ], + [ + "Ġbehave", + "s" + ], + [ + "ro", + "rism" + ], + [ + "ror", + "ism" + ], + [ + "Ġmer", + "ger" + ], + [ + "Ġmerge", + "r" + ], + [ + "Ġap", + "artments" + ], + [ + "Ġapart", + "ments" + ], + [ + "Ġapartment", + "s" + ], + [ + "ĠRam", + "adan" + ], + [ + "ĠRama", + "dan" + ], + [ + "-", + "traumatic" + ], + [ + "-tra", + "umatic" + ], + [ + "Ġup", + "grades" + ], + [ + "Ġupg", + "rades" + ], + [ + "Ġupgrade", + "s" + ], + [ + "Individual", + "s" + ], + [ + "F", + "ound" + ], + [ + "M", + "other" + ], + [ + "Mo", + "ther" + ], + [ + "Mot", + "her" + ], + [ + "c", + "g" + ], + [ + "Ö", + "°" + ], + [ + "er", + "ner" + ], + [ + "ern", + "er" + ], + [ + "Ġ", + "ect" + ], + [ + "Ġe", + "ct" + ], + [ + "Ġec", + "t" + ], + [ + "ir", + "cle" + ], + [ + "irc", + "le" + ], + [ + "Ġch", + "arming" + ], + [ + "Ġchar", + "ming" + ], + [ + "Ġcharm", + "ing" + ], + [ + "ĠE", + "uropa" + ], + [ + "ĠEuro", + "pa" + ], + [ + "ĠEur", + "opa" + ], + [ + "sc", + "reens" + ], + [ + "screen", + "s" + ], + [ + "ĠOr", + "ch" + ], + [ + "ĠT", + "race" + ], + [ + "ĠTr", + "ace" + ], + [ + "ĠTra", + "ce" + ], + [ + "Ġmis", + "erable" + ], + [ + "Ġmiser", + "able" + ], + [ + "Ġmig", + "rations" + ], + [ + "Ġmigration", + "s" + ], + [ + "Ġw", + "eld" + ], + [ + "Ġwe", + "ld" + ], + [ + "Ġwel", + "d" + ], + [ + "ĠAtt", + "ack" + ], + [ + "hyd", + "ration" + ], + [ + "Ġm", + "arching" + ], + [ + "Ġmar", + "ching" + ], + [ + "Ġmarch", + "ing" + ], + [ + "Ġmarc", + "hing" + ], + [ + "ĠKat", + "rina" + ], + [ + "ĠTele", + "vision" + ], + [ + "Ġ", + "Frequently" + ], + [ + "ĠF", + "requently" + ], + [ + "ĠFrequ", + "ently" + ], + [ + "ĠFrequent", + "ly" + ], + [ + "-section", + "al" + ], + [ + "-sect", + "ional" + ], + [ + "Ġadvers", + "ity" + ], + [ + "Ġoy", + "ster" + ], + [ + "Ġging", + "ivitis" + ], + [ + "/", + "J" + ], + [ + "U", + "t" + ], + [ + "ĠI", + "EP" + ], + [ + "ĠIE", + "P" + ], + [ + "i", + "vary" + ], + [ + "iv", + "ary" + ], + [ + "iva", + "ry" + ], + [ + "ivar", + "y" + ], + [ + "Ġ", + "Rank" + ], + [ + "ĠR", + "ank" + ], + [ + "ĠRan", + "k" + ], + [ + "p", + "land" + ], + [ + "pl", + "and" + ], + [ + "plan", + "d" + ], + [ + "Ġper", + "ch" + ], + [ + "Ġperc", + "h" + ], + [ + "Ġbl", + "ister" + ], + [ + "Ġpr", + "une" + ], + [ + "ĠUn", + "ity" + ], + [ + "ĠUnit", + "y" + ], + [ + "Ġrest", + "less" + ], + [ + "p", + "ects" + ], + [ + "pect", + "s" + ], + [ + "pec", + "ts" + ], + [ + "Ġ", + "Reduced" + ], + [ + "ĠRed", + "uced" + ], + [ + "ĠReduce", + "d" + ], + [ + "ĠHy", + "giene" + ], + [ + "requ", + "ent" + ], + [ + "yr", + "inth" + ], + [ + "Ġ", + "venue" + ], + [ + "Ġven", + "ue" + ], + [ + "Ġint", + "rusion" + ], + [ + "Ġintr", + "usion" + ], + [ + "Ġsym", + "path" + ], + [ + "Ġsymp", + "ath" + ], + [ + "Ġdetox", + "ification" + ], + [ + "x", + "y" + ], + [ + "|", + "âĢ¢" + ], + [ + "Ê", + "»" + ], + [ + "Ġb", + "unk" + ], + [ + "Ġbun", + "k" + ], + [ + "ĠC", + "ul" + ], + [ + "ĠCu", + "l" + ], + [ + "Ġpro", + "phyl" + ], + [ + "Ġprop", + "hyl" + ], + [ + "Ġ", + "BT" + ], + [ + "ĠB", + "T" + ], + [ + "i", + "ane" + ], + [ + "ia", + "ne" + ], + [ + "ian", + "e" + ], + [ + "Ġdis", + "card" + ], + [ + "Ġdisc", + "ard" + ], + [ + "ĠInd", + "us" + ], + [ + "Ġconcent", + "rates" + ], + [ + "Ġconcentrate", + "s" + ], + [ + "Ġun", + "dist" + ], + [ + "Ġund", + "ist" + ], + [ + "Ġpor", + "ch" + ], + [ + "Ġc", + "ropping" + ], + [ + "Ġcr", + "opping" + ], + [ + "Ġcrop", + "ping" + ], + [ + "Ġcro", + "pping" + ], + [ + "ĠDent", + "istry" + ], + [ + "ĠDentist", + "ry" + ], + [ + "ĠMunicip", + "al" + ], + [ + "Ġmerchand", + "ise" + ], + [ + "Ġb", + "ang" + ], + [ + "Ġban", + "g" + ], + [ + "Ġba", + "ng" + ], + [ + "Ġin", + "let" + ], + [ + "Ġinl", + "et" + ], + [ + "ĠC", + "rystal" + ], + [ + "o", + "def" + ], + [ + "od", + "ef" + ], + [ + "ode", + "f" + ], + [ + "Ġv", + "iolet" + ], + [ + "Ġviol", + "et" + ], + [ + "ĠE", + "z" + ], + [ + "Ġmore", + "over" + ], + [ + "ĠU", + "tt" + ], + [ + "ĠUt", + "t" + ], + [ + "Ġin", + "ference" + ], + [ + "Ġinf", + "erence" + ], + [ + "Ġinfer", + "ence" + ], + [ + "Ġhealth", + "ful" + ], + [ + "Ġ", + "Electro" + ], + [ + "ĠElect", + "ro" + ], + [ + "Ġassemb", + "l" + ], + [ + "h", + "ecked" + ], + [ + "he", + "cked" + ], + [ + "heck", + "ed" + ], + [ + "ĠS", + "peaker" + ], + [ + "ĠSpe", + "aker" + ], + [ + "ĠSpeak", + "er" + ], + [ + "Ġech", + "oes" + ], + [ + "Ġecho", + "es" + ], + [ + "Ġ", + "Lecture" + ], + [ + "ĠLect", + "ure" + ], + [ + "Ġ", + "Cannab" + ], + [ + "ĠC", + "annab" + ], + [ + "ĠCann", + "ab" + ], + [ + "r", + "atch" + ], + [ + "rat", + "ch" + ], + [ + "Ġc", + "ries" + ], + [ + "Ġcr", + "ies" + ], + [ + "ĠT", + "uc" + ], + [ + "ĠTu", + "c" + ], + [ + "Ġ", + "stall" + ], + [ + "Ġst", + "all" + ], + [ + "Ġsta", + "ll" + ], + [ + "Ġstal", + "l" + ], + [ + "Ġst", + "oves" + ], + [ + "Ġstove", + "s" + ], + [ + "Ġsto", + "ves" + ], + [ + "Ġ", + "Citation" + ], + [ + "ĠC", + "itation" + ], + [ + "ĠCit", + "ation" + ], + [ + "ĠB", + "acon" + ], + [ + "ĠBa", + "con" + ], + [ + "ĠBac", + "on" + ], + [ + "ĠG", + "n" + ], + [ + "ap", + "agos" + ], + [ + "apa", + "gos" + ], + [ + "ĠT", + "hir" + ], + [ + "ĠTh", + "ir" + ], + [ + "ĠThi", + "r" + ], + [ + "Ġinter", + "play" + ], + [ + "Ġinterp", + "lay" + ], + [ + "Ġ", + "Proof" + ], + [ + "ĠP", + "roof" + ], + [ + "ĠPro", + "of" + ], + [ + "ĠPr", + "oof" + ], + [ + "Ġcon", + "fer" + ], + [ + "Ġconf", + "er" + ], + [ + "-", + "products" + ], + [ + "-p", + "roducts" + ], + [ + "-product", + "s" + ], + [ + "Ġspecial", + "ization" + ], + [ + "Ġfire", + "arms" + ], + [ + "Ġfirearm", + "s" + ], + [ + "Ġs", + "quat" + ], + [ + "Ġsqu", + "at" + ], + [ + "-", + "grand" + ], + [ + "-g", + "rand" + ], + [ + "-gra", + "nd" + ], + [ + "Ġexperim", + "ented" + ], + [ + "Ġexperiment", + "ed" + ], + [ + "Ġ", + "Designed" + ], + [ + "ĠD", + "esigned" + ], + [ + "ĠDes", + "igned" + ], + [ + "ĠDesign", + "ed" + ], + [ + "ĠStep", + "han" + ], + [ + "Ġhypothes", + "ized" + ], + [ + "Ġhypothesize", + "d" + ], + [ + "Le", + "ave" + ], + [ + "ĠAz", + "erbai" + ], + [ + "ĠP", + "VC" + ], + [ + "ĠPV", + "C" + ], + [ + "Ev", + "idence" + ], + [ + "Ġlav", + "ender" + ], + [ + "ĠSpani", + "ards" + ], + [ + "\"", + ":" + ], + [ + "H", + "ot" + ], + [ + "Ho", + "t" + ], + [ + "Ġa", + "usp" + ], + [ + "Ġau", + "sp" + ], + [ + "ĠA", + "j" + ], + [ + "Ġ", + "Swe" + ], + [ + "ĠS", + "we" + ], + [ + "ĠSw", + "e" + ], + [ + "Ġ", + "DH" + ], + [ + "ĠD", + "H" + ], + [ + "Ġcl", + "over" + ], + [ + "Ġclo", + "ver" + ], + [ + "Ġclove", + "r" + ], + [ + "Ġout", + "set" + ], + [ + "Ġouts", + "et" + ], + [ + "ĠP", + "aram" + ], + [ + "ĠPar", + "am" + ], + [ + "ĠPa", + "ram" + ], + [ + "ĠPara", + "m" + ], + [ + "o", + "lytic" + ], + [ + "oly", + "tic" + ], + [ + "ĠAP", + "Is" + ], + [ + "ĠAPI", + "s" + ], + [ + "Ġtens", + "ile" + ], + [ + "ĠIV", + "F" + ], + [ + "Back", + "ground" + ], + [ + "Ġ", + "Objectives" + ], + [ + "ĠOb", + "jectives" + ], + [ + "ĠObject", + "ives" + ], + [ + "ĠObjective", + "s" + ], + [ + "Ġd", + "otted" + ], + [ + "Ġdot", + "ted" + ], + [ + "Ġconstell", + "ations" + ], + [ + "Ġconstellation", + "s" + ], + [ + "Austral", + "ian" + ], + [ + "Australia", + "n" + ], + [ + "Ġsung", + "lasses" + ], + [ + "Ġmicro", + "process" + ], + [ + "Ġmicrop", + "rocess" + ], + [ + "Ġc", + "ove" + ], + [ + "Ġco", + "ve" + ], + [ + "Ġal", + "ters" + ], + [ + "Ġalt", + "ers" + ], + [ + "Ġalter", + "s" + ], + [ + "ĠE", + "uc" + ], + [ + "ĠEu", + "c" + ], + [ + "our", + "ced" + ], + [ + "ource", + "d" + ], + [ + "Ġexper", + "iential" + ], + [ + "Ġmon", + "sters" + ], + [ + "Ġmonster", + "s" + ], + [ + "Ġmonst", + "ers" + ], + [ + "âĢĶ", + "from" + ], + [ + "-f", + "ashioned" + ], + [ + "Ġsent", + "iments" + ], + [ + "Ġsentiment", + "s" + ], + [ + "ĠPres", + "idents" + ], + [ + "ĠPresident", + "s" + ], + [ + "fect", + "ure" + ], + [ + "ĠF", + "lora" + ], + [ + "ĠFl", + "ora" + ], + [ + "ĠFlor", + "a" + ], + [ + "ĠFlo", + "ra" + ], + [ + "Ġ", + "Potassium" + ], + [ + "ĠPot", + "assium" + ], + [ + "Le", + "vel" + ], + [ + "Lev", + "el" + ], + [ + "Ġ", + "Error" + ], + [ + "ĠEr", + "ror" + ], + [ + "ĠO", + "pin" + ], + [ + "ĠOp", + "in" + ], + [ + "Ġpatri", + "otic" + ], + [ + "Ġpatriot", + "ic" + ], + [ + "Ġstir", + "ring" + ], + [ + "ĠCalcul", + "ator" + ], + [ + "ĠCalc", + "ulator" + ], + [ + "Ġenlarge", + "ment" + ], + [ + "Ġnegl", + "igible" + ], + [ + "Ġneglig", + "ible" + ], + [ + "Ġ", + "Chicken" + ], + [ + "ĠCh", + "icken" + ], + [ + "ĠChic", + "ken" + ], + [ + "ĠChi", + "cken" + ], + [ + "ĠChick", + "en" + ], + [ + "B", + "ill" + ], + [ + "Bi", + "ll" + ], + [ + "c", + "ur" + ], + [ + "cu", + "r" + ], + [ + "r", + "ice" + ], + [ + "ri", + "ce" + ], + [ + "ric", + "e" + ], + [ + "h", + "eed" + ], + [ + "he", + "ed" + ], + [ + "hee", + "d" + ], + [ + "s", + "top" + ], + [ + "st", + "op" + ], + [ + "Ġu", + "nic" + ], + [ + "Ġun", + "ic" + ], + [ + "Ġ", + "Reb" + ], + [ + "ĠR", + "eb" + ], + [ + "ĠRe", + "b" + ], + [ + "Ġbi", + "ogas" + ], + [ + "Ġbio", + "gas" + ], + [ + "let", + "ters" + ], + [ + "letter", + "s" + ], + [ + "lett", + "ers" + ], + [ + "lette", + "rs" + ], + [ + "Ġ", + "Paras" + ], + [ + "ĠP", + "aras" + ], + [ + "ĠPar", + "as" + ], + [ + "ĠPa", + "ras" + ], + [ + "ĠPara", + "s" + ], + [ + "Ġtax", + "onomy" + ], + [ + "Ġtaxon", + "omy" + ], + [ + "Ġtaxonom", + "y" + ], + [ + "ĠD", + "oct" + ], + [ + "ĠDo", + "ct" + ], + [ + "ĠDoc", + "t" + ], + [ + "Ġ", + "Intellectual" + ], + [ + "ĠInt", + "ellectual" + ], + [ + "Ġconn", + "ectors" + ], + [ + "Ġconnect", + "ors" + ], + [ + "Ġconnector", + "s" + ], + [ + "-", + "sea" + ], + [ + "-s", + "ea" + ], + [ + "-se", + "a" + ], + [ + "Ġinhib", + "iting" + ], + [ + "Ġinhibit", + "ing" + ], + [ + "G", + "oing" + ], + [ + "Go", + "ing" + ], + [ + "Ġincons", + "ist" + ], + [ + "system", + "s" + ], + [ + "rov", + "iral" + ], + [ + "ĠChance", + "llor" + ], + [ + "ĠTu", + "dor" + ], + [ + "ĠTud", + "or" + ], + [ + "Ġintertw", + "ined" + ], + [ + "Ġwhee", + "zing" + ], + [ + "i", + "ya" + ], + [ + "iy", + "a" + ], + [ + "Ġ", + "Till" + ], + [ + "ĠT", + "ill" + ], + [ + "ĠTi", + "ll" + ], + [ + "ĠTil", + "l" + ], + [ + "Ġcon", + "du" + ], + [ + "Ġcond", + "u" + ], + [ + "Ġ", + "Hidden" + ], + [ + "ĠH", + "idden" + ], + [ + "Ġnot", + "ices" + ], + [ + "Ġnotice", + "s" + ], + [ + "ĠK", + "urd" + ], + [ + "ĠKu", + "rd" + ], + [ + "ĠKur", + "d" + ], + [ + "os", + "por" + ], + [ + "osp", + "or" + ], + [ + "Ġrece", + "ivers" + ], + [ + "Ġreceive", + "rs" + ], + [ + "Ġreceiver", + "s" + ], + [ + "o", + "chrom" + ], + [ + "och", + "rom" + ], + [ + "Ġment", + "oring" + ], + [ + "Ġmentor", + "ing" + ], + [ + "Ġ", + "ashore" + ], + [ + "Ġa", + "shore" + ], + [ + "Ġas", + "hore" + ], + [ + "Ġash", + "ore" + ], + [ + "Ġawa", + "iting" + ], + [ + "Ġawait", + "ing" + ], + [ + "Ġ", + "pes" + ], + [ + "Ġp", + "es" + ], + [ + "Ġpe", + "s" + ], + [ + "al", + "most" + ], + [ + "alm", + "ost" + ], + [ + "em", + "oration" + ], + [ + "emor", + "ation" + ], + [ + "ĠF", + "ont" + ], + [ + "ĠFo", + "nt" + ], + [ + "ĠFon", + "t" + ], + [ + "Ġint", + "akes" + ], + [ + "Ġintake", + "s" + ], + [ + "Ġsm", + "iling" + ], + [ + "Ġc", + "alam" + ], + [ + "Ġca", + "lam" + ], + [ + "Ġcal", + "am" + ], + [ + "Ġme", + "nus" + ], + [ + "Ġmen", + "us" + ], + [ + "Ġmenu", + "s" + ], + [ + "-", + "toxic" + ], + [ + "-t", + "oxic" + ], + [ + "-to", + "xic" + ], + [ + "ĠJes", + "uit" + ], + [ + "Ġass", + "igning" + ], + [ + "Ġassign", + "ing" + ], + [ + "Ġdivid", + "ends" + ], + [ + "Ġdividend", + "s" + ], + [ + "char", + "ged" + ], + [ + "charge", + "d" + ], + [ + "Ġsp", + "otting" + ], + [ + "Ġspot", + "ting" + ], + [ + "Ġspo", + "tting" + ], + [ + "Ġ", + "Treatments" + ], + [ + "ĠTreat", + "ments" + ], + [ + "ĠTreatment", + "s" + ], + [ + "Ġexceed", + "ingly" + ], + [ + "Ġexceeding", + "ly" + ], + [ + "Ġun", + "natural" + ], + [ + "Ġunn", + "atural" + ], + [ + "ĠPut", + "in" + ], + [ + "ĠPu", + "tin" + ], + [ + "Ġor", + "chard" + ], + [ + "Ġorch", + "ard" + ], + [ + "Ġ", + "Successful" + ], + [ + "ĠS", + "uccessful" + ], + [ + "ĠSuccess", + "ful" + ], + [ + "Ġlib", + "erated" + ], + [ + "Ġliber", + "ated" + ], + [ + "Ġliberate", + "d" + ], + [ + "Ġwrink", + "les" + ], + [ + "Ġwrinkle", + "s" + ], + [ + "ĠFilip", + "ino" + ], + [ + "ĠPue", + "blo" + ], + [ + "/", + "W" + ], + [ + "M", + "ont" + ], + [ + "Mon", + "t" + ], + [ + "Mo", + "nt" + ], + [ + "M", + "aint" + ], + [ + "Ma", + "int" + ], + [ + "Main", + "t" + ], + [ + "P", + "ark" + ], + [ + "Par", + "k" + ], + [ + "ĠC", + "red" + ], + [ + "ĠCre", + "d" + ], + [ + "ĠCr", + "ed" + ], + [ + "Ġ", + "MOD" + ], + [ + "ĠM", + "OD" + ], + [ + "ĠMO", + "D" + ], + [ + "Ġh", + "aul" + ], + [ + "Ġha", + "ul" + ], + [ + "Ġ", + "neb" + ], + [ + "Ġn", + "eb" + ], + [ + "Ġne", + "b" + ], + [ + "Ġ", + "rude" + ], + [ + "Ġr", + "ude" + ], + [ + "Ġru", + "de" + ], + [ + "Ġrud", + "e" + ], + [ + "oc", + "racies" + ], + [ + "ocr", + "acies" + ], + [ + "Ġre", + "fin" + ], + [ + "Ġr", + "efin" + ], + [ + "Ġref", + "in" + ], + [ + "Ġexist", + "ential" + ], + [ + "le", + "tion" + ], + [ + "let", + "ion" + ], + [ + "Ġlic", + "ence" + ], + [ + "Ġli", + "cence" + ], + [ + "Ġlice", + "nce" + ], + [ + "S", + "cript" + ], + [ + "Sc", + "ript" + ], + [ + "Ġsubsid", + "iary" + ], + [ + "Ġgent", + "leman" + ], + [ + "Ġgentle", + "man" + ], + [ + "Ġdi", + "verted" + ], + [ + "Ġdiver", + "ted" + ], + [ + "Ġdivert", + "ed" + ], + [ + "Ac", + "ts" + ], + [ + "Act", + "s" + ], + [ + "Ġqueen", + "s" + ], + [ + "Ġque", + "ens" + ], + [ + "ĠLegisl", + "ative" + ], + [ + "Ġmis", + "understanding" + ], + [ + "Ġmisunder", + "standing" + ], + [ + "Ġmisunderstand", + "ing" + ], + [ + "Ġharmon", + "ious" + ], + [ + "Ġperme", + "ability" + ], + [ + "Ġ", + "Cardiovascular" + ], + [ + "ĠCardi", + "ovascular" + ], + [ + "Ġunavoid", + "able" + ], + [ + "â", + "ľ" + ], + [ + "Ġin", + "secure" + ], + [ + "Ġinse", + "cure" + ], + [ + "ir", + "gin" + ], + [ + "a", + "blo" + ], + [ + "ab", + "lo" + ], + [ + "abl", + "o" + ], + [ + "ĠL", + "ords" + ], + [ + "ĠLord", + "s" + ], + [ + "ĠLor", + "ds" + ], + [ + "ĠL", + "EG" + ], + [ + "ĠLE", + "G" + ], + [ + "Ġun", + "belie" + ], + [ + "ĠK", + "atherine" + ], + [ + "Ġspec", + "ifying" + ], + [ + "Ġspecify", + "ing" + ], + [ + "app", + "roximately" + ], + [ + "approx", + "imately" + ], + [ + "ĠCount", + "ies" + ], + [ + "ĠCoun", + "ties" + ], + [ + "Ġmis", + "f" + ], + [ + "Ġpenet", + "rating" + ], + [ + "ĠNorm", + "andy" + ], + [ + "ĠNorman", + "dy" + ], + [ + "P", + "oor" + ], + [ + "Po", + "or" + ], + [ + "R", + "R" + ], + [ + "S", + "ize" + ], + [ + "Si", + "ze" + ], + [ + "Ġre", + "im" + ], + [ + "st", + "ation" + ], + [ + "stat", + "ion" + ], + [ + "sta", + "tion" + ], + [ + "Ġs", + "und" + ], + [ + "Ġsu", + "nd" + ], + [ + "Ġsun", + "d" + ], + [ + "Ġno", + "zzle" + ], + [ + "ĠA", + "rr" + ], + [ + "ĠAr", + "r" + ], + [ + "Ġrespons", + "ibly" + ], + [ + "Ġdiet", + "itian" + ], + [ + "Ġ", + "Previously" + ], + [ + "ĠPre", + "viously" + ], + [ + "ĠPrevious", + "ly" + ], + [ + "ĠPrev", + "iously" + ], + [ + "Ġun", + "condition" + ], + [ + "Ġunc", + "ondition" + ], + [ + "Ġuncon", + "dition" + ], + [ + "ĠMem", + "phis" + ], + [ + "Ġscal", + "able" + ], + [ + "Ġtan", + "ning" + ], + [ + "Ġtann", + "ing" + ], + [ + "Ġtannin", + "g" + ], + [ + "Ġstagn", + "ant" + ], + [ + "Ġstag", + "nant" + ], + [ + "ĠCon", + "versation" + ], + [ + "ĠConvers", + "ation" + ], + [ + "Cl", + "inical" + ], + [ + "Clin", + "ical" + ], + [ + "Ġted", + "ious" + ], + [ + "R", + "isk" + ], + [ + "Ġe", + "uro" + ], + [ + "Ġeu", + "ro" + ], + [ + "ol", + "itical" + ], + [ + "oli", + "tical" + ], + [ + "u", + "des" + ], + [ + "ud", + "es" + ], + [ + "ude", + "s" + ], + [ + "Ġse", + "ep" + ], + [ + "Ġsee", + "p" + ], + [ + "ĠG", + "ain" + ], + [ + "ĠGa", + "in" + ], + [ + "at", + "hering" + ], + [ + "ath", + "ering" + ], + [ + "ather", + "ing" + ], + [ + "athe", + "ring" + ], + [ + "Ġprot", + "esters" + ], + [ + "Ġprote", + "sters" + ], + [ + "Ġprotest", + "ers" + ], + [ + "ĠRes", + "erv" + ], + [ + "-p", + "aced" + ], + [ + "Ġp", + "resses" + ], + [ + "Ġpr", + "esses" + ], + [ + "Ġpres", + "ses" + ], + [ + "Ġpress", + "es" + ], + [ + "ĠAf", + "ro" + ], + [ + "An", + "alysis" + ], + [ + "Analy", + "sis" + ], + [ + "Ana", + "lysis" + ], + [ + "Ġ", + "zip" + ], + [ + "Ġz", + "ip" + ], + [ + "Ġ", + "Smoke" + ], + [ + "ĠSm", + "oke" + ], + [ + "ĠSmok", + "e" + ], + [ + "of", + "fs" + ], + [ + "off", + "s" + ], + [ + "ĠGreen", + "house" + ], + [ + "Ġcompl", + "iant" + ], + [ + "Ġpoison", + "ed" + ], + [ + "Ġ", + "INT" + ], + [ + "ĠI", + "NT" + ], + [ + "ĠIN", + "T" + ], + [ + "Qu", + "ick" + ], + [ + "Ġ", + "Doug" + ], + [ + "ĠD", + "oug" + ], + [ + "ĠDo", + "ug" + ], + [ + "ĠDou", + "g" + ], + [ + "Ġt", + "abs" + ], + [ + "Ġtab", + "s" + ], + [ + "Ġta", + "bs" + ], + [ + "b", + "elow" + ], + [ + "be", + "low" + ], + [ + "bel", + "ow" + ], + [ + "B", + "reast" + ], + [ + "Bre", + "ast" + ], + [ + "Br", + "east" + ], + [ + "ĠBabylon", + "ian" + ], + [ + "ĠBabyl", + "onian" + ], + [ + "ĠBabylonia", + "n" + ], + [ + "Ġeye", + "lid" + ], + [ + "Ġeyel", + "id" + ], + [ + "Ġb", + "reeze" + ], + [ + "Ġbr", + "eeze" + ], + [ + "Ġbre", + "eze" + ], + [ + "Ġbree", + "ze" + ], + [ + "Ġpre", + "requisite" + ], + [ + "Ġprerequis", + "ite" + ], + [ + "F", + "uture" + ], + [ + "Ġp", + "aving" + ], + [ + "Ġpa", + "ving" + ], + [ + "Ġpav", + "ing" + ], + [ + "Ġp", + "addle" + ], + [ + "Ġpadd", + "le" + ], + [ + "Ġ", + "bos" + ], + [ + "Ġb", + "os" + ], + [ + "Ġbo", + "s" + ], + [ + "Ġ", + "Coming" + ], + [ + "ĠC", + "oming" + ], + [ + "ĠCo", + "ming" + ], + [ + "ĠCom", + "ing" + ], + [ + "ĠP", + "orts" + ], + [ + "ĠPort", + "s" + ], + [ + "ĠPor", + "ts" + ], + [ + "Ġsh", + "ines" + ], + [ + "Ġshine", + "s" + ], + [ + "Ġshin", + "es" + ], + [ + "Ġshi", + "nes" + ], + [ + "ag", + "ul" + ], + [ + "agu", + "l" + ], + [ + "Ġ", + "Input" + ], + [ + "ĠIn", + "put" + ], + [ + "l", + "ling" + ], + [ + "ll", + "ing" + ], + [ + "lli", + "ng" + ], + [ + "omen", + "cl" + ], + [ + "i", + "sche" + ], + [ + "is", + "che" + ], + [ + "isc", + "he" + ], + [ + "isch", + "e" + ], + [ + "Ġrain", + "forests" + ], + [ + "Ġrainforest", + "s" + ], + [ + "n", + "esia" + ], + [ + "nes", + "ia" + ], + [ + "ĠOut", + "line" + ], + [ + "Ġstim", + "ulant" + ], + [ + "Ġstimul", + "ant" + ], + [ + "Ġscar", + "let" + ], + [ + "y", + "algia" + ], + [ + "yal", + "gia" + ], + [ + "Ġ", + "Bullying" + ], + [ + "ĠBul", + "lying" + ], + [ + "ĠBull", + "ying" + ], + [ + "U", + "LL" + ], + [ + "UL", + "L" + ], + [ + "ĠJos", + "é" + ], + [ + "Ġmatt", + "ress" + ], + [ + "Ġenlight", + "ened" + ], + [ + "Ġenlighten", + "ed" + ], + [ + "ĠHiro", + "shima" + ], + [ + "T", + "or" + ], + [ + "To", + "r" + ], + [ + "i", + "tu" + ], + [ + "it", + "u" + ], + [ + "Ġf", + "abulous" + ], + [ + "Ġm", + "all" + ], + [ + "Ġma", + "ll" + ], + [ + "Ġmal", + "l" + ], + [ + "Ġ", + "ga" + ], + [ + "Ġg", + "a" + ], + [ + "ĠP", + "am" + ], + [ + "ĠPa", + "m" + ], + [ + "ĠB", + "read" + ], + [ + "ĠBr", + "ead" + ], + [ + "ĠBre", + "ad" + ], + [ + "ac", + "id" + ], + [ + "aci", + "d" + ], + [ + "rom", + "yalgia" + ], + [ + "romy", + "algia" + ], + [ + "ib", + "ou" + ], + [ + "ibo", + "u" + ], + [ + "Ġqu", + "itting" + ], + [ + "Ġquit", + "ting" + ], + [ + "Ġqui", + "tting" + ], + [ + "Ġ", + "agon" + ], + [ + "Ġa", + "gon" + ], + [ + "Ġag", + "on" + ], + [ + "Ġago", + "n" + ], + [ + "Ġpar", + "ap" + ], + [ + "Ġpa", + "rap" + ], + [ + "Ġpara", + "p" + ], + [ + "Ġconduct", + "ors" + ], + [ + "Ġconductor", + "s" + ], + [ + "Ġcondu", + "ctors" + ], + [ + "er", + "glass" + ], + [ + "erg", + "lass" + ], + [ + "ĠDe", + "sk" + ], + [ + "ĠDes", + "k" + ], + [ + "á", + "s" + ], + [ + "Ġ", + "Provides" + ], + [ + "ĠProv", + "ides" + ], + [ + "ĠProvide", + "s" + ], + [ + "ĠPers", + "pectives" + ], + [ + "ĠPerspective", + "s" + ], + [ + "l", + "ocking" + ], + [ + "lo", + "cking" + ], + [ + "lock", + "ing" + ], + [ + "loc", + "king" + ], + [ + "Ġasc", + "ending" + ], + [ + "Ġascend", + "ing" + ], + [ + "Ġhob", + "bies" + ], + [ + "Ġsp", + "rout" + ], + [ + "Ġspr", + "out" + ], + [ + "Ġsprou", + "t" + ], + [ + "Ġabandon", + "ment" + ], + [ + "D", + "ry" + ], + [ + "Dr", + "y" + ], + [ + "G", + "N" + ], + [ + "e", + "me" + ], + [ + "em", + "e" + ], + [ + "ĠD", + "um" + ], + [ + "ĠDu", + "m" + ], + [ + "Ġd", + "isable" + ], + [ + "Ġdis", + "able" + ], + [ + "en", + "dered" + ], + [ + "end", + "ered" + ], + [ + "ender", + "ed" + ], + [ + "ende", + "red" + ], + [ + "a", + "reth" + ], + [ + "ar", + "eth" + ], + [ + "are", + "th" + ], + [ + "aret", + "h" + ], + [ + "Ġ", + "JP" + ], + [ + "ĠJ", + "P" + ], + [ + "an", + "gar" + ], + [ + "ang", + "ar" + ], + [ + "anga", + "r" + ], + [ + "Ġrem", + "inding" + ], + [ + "Ġremind", + "ing" + ], + [ + "Ġremin", + "ding" + ], + [ + "ron", + "gh" + ], + [ + "rong", + "h" + ], + [ + "i", + "xing" + ], + [ + "ix", + "ing" + ], + [ + "idd", + "les" + ], + [ + "iddle", + "s" + ], + [ + "Ġprob", + "abilities" + ], + [ + "er", + "gies" + ], + [ + "erg", + "ies" + ], + [ + "Ġclin", + "ician" + ], + [ + "Ġclinic", + "ian" + ], + [ + "E", + "MENT" + ], + [ + "EM", + "ENT" + ], + [ + "Ġkn", + "itting" + ], + [ + "Ġknit", + "ting" + ], + [ + "Ġ", + "Suppose" + ], + [ + "ĠSupp", + "ose" + ], + [ + "ĠSup", + "pose" + ], + [ + "ĠHam", + "burg" + ], + [ + "Ġ", + "sellers" + ], + [ + "Ġs", + "ellers" + ], + [ + "Ġsell", + "ers" + ], + [ + "Ġsel", + "lers" + ], + [ + "Ġseller", + "s" + ], + [ + "Ġbiod", + "iesel" + ], + [ + "ĠL", + "iberation" + ], + [ + "ĠLib", + "eration" + ], + [ + "ĠLiber", + "ation" + ], + [ + "Ġ", + "ionic" + ], + [ + "Ġi", + "onic" + ], + [ + "Ġion", + "ic" + ], + [ + "Ġio", + "nic" + ], + [ + "Ġ", + "WWF" + ], + [ + "ĠW", + "WF" + ], + [ + "ĠWW", + "F" + ], + [ + "Ġbrut", + "ality" + ], + [ + "Ġbrutal", + "ity" + ], + [ + "Vol", + "ume" + ], + [ + "Ġcar", + "oten" + ], + [ + "Ġcarot", + "en" + ], + [ + "ĠVlad", + "imir" + ], + [ + "d", + "oes" + ], + [ + "do", + "es" + ], + [ + "re", + "search" + ], + [ + "res", + "earch" + ], + [ + "rese", + "arch" + ], + [ + "Ġl", + "ament" + ], + [ + "Ġla", + "ment" + ], + [ + "Ġlam", + "ent" + ], + [ + "Ġlame", + "nt" + ], + [ + "Ġ", + "Copy" + ], + [ + "ĠC", + "opy" + ], + [ + "ĠCo", + "py" + ], + [ + "ĠCop", + "y" + ], + [ + "ĠB", + "har" + ], + [ + "ĠBh", + "ar" + ], + [ + "d", + "ust" + ], + [ + "du", + "st" + ], + [ + "Ġ", + "OP" + ], + [ + "ĠO", + "P" + ], + [ + "ne", + "apolis" + ], + [ + "ik", + "imedia" + ], + [ + "iki", + "media" + ], + [ + "ĠGe", + "ometry" + ], + [ + "ĠGeo", + "metry" + ], + [ + "Ġclean", + "liness" + ], + [ + "ĠJust", + "in" + ], + [ + "R", + "EL" + ], + [ + "RE", + "L" + ], + [ + "ĠCert", + "ification" + ], + [ + "ĠCertific", + "ation" + ], + [ + "ĠSi", + "oux" + ], + [ + "Ġendorse", + "ment" + ], + [ + "Ġendors", + "ement" + ], + [ + "Ġprag", + "matic" + ], + [ + "E", + "ast" + ], + [ + "f", + "red" + ], + [ + "fr", + "ed" + ], + [ + "fre", + "d" + ], + [ + "Ġb", + "isc" + ], + [ + "Ġbi", + "sc" + ], + [ + "Ġbis", + "c" + ], + [ + "i", + "lot" + ], + [ + "il", + "ot" + ], + [ + "ilo", + "t" + ], + [ + "Ġg", + "rie" + ], + [ + "Ġgr", + "ie" + ], + [ + "Ġgri", + "e" + ], + [ + "ow", + "der" + ], + [ + "ĠA", + "ry" + ], + [ + "ĠAr", + "y" + ], + [ + "op", + "ecia" + ], + [ + "ope", + "cia" + ], + [ + "Ġ", + "Hear" + ], + [ + "ĠH", + "ear" + ], + [ + "ĠHe", + "ar" + ], + [ + "e", + "cost" + ], + [ + "ec", + "ost" + ], + [ + "eco", + "st" + ], + [ + "Ġcol", + "itis" + ], + [ + "Ġcoli", + "tis" + ], + [ + "Ġat", + "tic" + ], + [ + "Ġatt", + "ic" + ], + [ + "Ġchar", + "ities" + ], + [ + "Ġcha", + "rities" + ], + [ + "Ġc", + "orp" + ], + [ + "Ġcor", + "p" + ], + [ + "Ġreal", + "izes" + ], + [ + "Ġrealize", + "s" + ], + [ + "Ġcon", + "doms" + ], + [ + "Ġcond", + "oms" + ], + [ + "Ġcondom", + "s" + ], + [ + "Ġhon", + "oring" + ], + [ + "Ġhonor", + "ing" + ], + [ + "mar", + "ket" + ], + [ + "mark", + "et" + ], + [ + "Ġprincip", + "als" + ], + [ + "Ġprincipal", + "s" + ], + [ + "eut", + "ics" + ], + [ + "eutic", + "s" + ], + [ + "eu", + "tics" + ], + [ + "Ġstere", + "otype" + ], + [ + "Ġstereo", + "type" + ], + [ + "HT", + "ML" + ], + [ + "Ġdis", + "connected" + ], + [ + "Ġdiscon", + "nected" + ], + [ + "Ġdisconnect", + "ed" + ], + [ + "Ġhydro", + "carbon" + ], + [ + "Ġhydroc", + "arbon" + ], + [ + "A", + "qu" + ], + [ + "g", + "ated" + ], + [ + "ga", + "ted" + ], + [ + "gate", + "d" + ], + [ + "v", + "il" + ], + [ + "vi", + "l" + ], + [ + "Ã", + "®" + ], + [ + "ur", + "istic" + ], + [ + "uris", + "tic" + ], + [ + "uri", + "stic" + ], + [ + "urist", + "ic" + ], + [ + "Ġev", + "oke" + ], + [ + "u", + "bin" + ], + [ + "ub", + "in" + ], + [ + "-", + "pat" + ], + [ + "-p", + "at" + ], + [ + "Ġtar", + "iff" + ], + [ + "ĠTrans", + "form" + ], + [ + "Ġkil", + "n" + ], + [ + "Ġki", + "ln" + ], + [ + "ab", + "bat" + ], + [ + "abb", + "at" + ], + [ + "Ġgu", + "arded" + ], + [ + "Ġguard", + "ed" + ], + [ + "ĠProcess", + "es" + ], + [ + "ĠProc", + "esses" + ], + [ + "Ġh", + "oof" + ], + [ + "Ġho", + "of" + ], + [ + "o", + "centric" + ], + [ + "oc", + "entric" + ], + [ + "ocent", + "ric" + ], + [ + "Ġ", + "Mosquit" + ], + [ + "ĠMos", + "quit" + ], + [ + "C", + "ount" + ], + [ + "Co", + "unt" + ], + [ + "Coun", + "t" + ], + [ + "F", + "E" + ], + [ + "ad", + "ors" + ], + [ + "ado", + "rs" + ], + [ + "ador", + "s" + ], + [ + "ĠThe", + "ater" + ], + [ + "ect", + "s" + ], + [ + "ec", + "ts" + ], + [ + "el", + "lery" + ], + [ + "ell", + "ery" + ], + [ + "eller", + "y" + ], + [ + "elle", + "ry" + ], + [ + "ĠV", + "edic" + ], + [ + "ĠVed", + "ic" + ], + [ + "Ġs", + "ymph" + ], + [ + "Ġsy", + "mph" + ], + [ + "Ġsym", + "ph" + ], + [ + "Ġsymp", + "h" + ], + [ + "Ġinsp", + "ires" + ], + [ + "Ġinspire", + "s" + ], + [ + "Ġinspir", + "es" + ], + [ + "ĠB", + "rush" + ], + [ + "ĠBr", + "ush" + ], + [ + "ĠBrus", + "h" + ], + [ + "ĠBru", + "sh" + ], + [ + "-", + "screen" + ], + [ + "-s", + "creen" + ], + [ + "-sc", + "reen" + ], + [ + "Ġsub", + "stituted" + ], + [ + "Ġsubstit", + "uted" + ], + [ + "Ġsubstitute", + "d" + ], + [ + "Ġampl", + "ify" + ], + [ + "Ġtrem", + "ors" + ], + [ + "Ġtremor", + "s" + ], + [ + "w", + "ashing" + ], + [ + "was", + "hing" + ], + [ + "wash", + "ing" + ], + [ + "or", + "ient" + ], + [ + "ori", + "ent" + ], + [ + "orie", + "nt" + ], + [ + "Ġp", + "inn" + ], + [ + "Ġpi", + "nn" + ], + [ + "Ġpin", + "n" + ], + [ + "Ġ", + "TS" + ], + [ + "ĠT", + "S" + ], + [ + "ĠB", + "ord" + ], + [ + "ĠBo", + "rd" + ], + [ + "ĠBor", + "d" + ], + [ + "ĠB", + "ols" + ], + [ + "ĠBo", + "ls" + ], + [ + "ĠBol", + "s" + ], + [ + "ĠF", + "iction" + ], + [ + "ĠFi", + "ction" + ], + [ + "p", + "hin" + ], + [ + "ph", + "in" + ], + [ + "phi", + "n" + ], + [ + "a", + "thi" + ], + [ + "at", + "hi" + ], + [ + "ath", + "i" + ], + [ + "Ġorder", + "ly" + ], + [ + "Ġord", + "erly" + ], + [ + "in", + "oa" + ], + [ + "ino", + "a" + ], + [ + "Ġnorth", + "ward" + ], + [ + "br", + "eeding" + ], + [ + "bre", + "eding" + ], + [ + "breed", + "ing" + ], + [ + "z", + "yg" + ], + [ + "zy", + "g" + ], + [ + "Ġroof", + "ing" + ], + [ + "à¥", + "Ģ" + ], + [ + "ĠDou", + "glass" + ], + [ + "ĠDougl", + "ass" + ], + [ + "ĠDouglas", + "s" + ], + [ + "ĠDoug", + "lass" + ], + [ + "Inc", + "reasing" + ], + [ + "Incre", + "asing" + ], + [ + "ygd", + "ala" + ], + [ + "-", + "appropriate" + ], + [ + "-app", + "ropriate" + ], + [ + "ĠTh", + "omson" + ], + [ + "ĠThom", + "son" + ], + [ + "ĠV", + "ine" + ], + [ + "ĠVin", + "e" + ], + [ + "ĠVi", + "ne" + ], + [ + "Ġp", + "osit" + ], + [ + "Ġpo", + "sit" + ], + [ + "Ġpos", + "it" + ], + [ + "Ġpar", + "cel" + ], + [ + "op", + "sies" + ], + [ + "ops", + "ies" + ], + [ + "ĠGree", + "ne" + ], + [ + "ĠGreen", + "e" + ], + [ + "ĠGre", + "ene" + ], + [ + "Ġ", + "Berry" + ], + [ + "ĠBer", + "ry" + ], + [ + "Ġve", + "ntil" + ], + [ + "Ġvent", + "il" + ], + [ + "Ġtor", + "ch" + ], + [ + "Ġhonest", + "ly" + ], + [ + "ĠKn", + "ox" + ], + [ + "Ġtrouble", + "some" + ], + [ + "Ġtroubles", + "ome" + ], + [ + "Ġsl", + "iced" + ], + [ + "Ġslic", + "ed" + ], + [ + "Ġslice", + "d" + ], + [ + "Ġabbrev", + "iated" + ], + [ + "Ġsplend", + "id" + ], + [ + "Ġplut", + "onium" + ], + [ + "C", + "hemical" + ], + [ + "Chem", + "ical" + ], + [ + "Ġc", + "emeteries" + ], + [ + "Ġ", + "bis" + ], + [ + "Ġb", + "is" + ], + [ + "Ġbi", + "s" + ], + [ + "o", + "lite" + ], + [ + "ol", + "ite" + ], + [ + "oli", + "te" + ], + [ + "ot", + "ations" + ], + [ + "otation", + "s" + ], + [ + "ĠG", + "est" + ], + [ + "ĠGe", + "st" + ], + [ + "ĠGes", + "t" + ], + [ + "ĠAr", + "bor" + ], + [ + "ĠArb", + "or" + ], + [ + "-", + "linked" + ], + [ + "-l", + "inked" + ], + [ + "Ġthr", + "ives" + ], + [ + "Ġthrive", + "s" + ], + [ + "Ġ", + "Cleaning" + ], + [ + "ĠCle", + "aning" + ], + [ + "ĠClean", + "ing" + ], + [ + "Ġ", + "Divide" + ], + [ + "ĠDiv", + "ide" + ], + [ + "ĠDivid", + "e" + ], + [ + "Ġbre", + "aths" + ], + [ + "Ġbreat", + "hs" + ], + [ + "Ġbreath", + "s" + ], + [ + "rint", + "ing" + ], + [ + "rin", + "ting" + ], + [ + "Ġlibr", + "arians" + ], + [ + "Ġlibrarian", + "s" + ], + [ + "r", + "inos" + ], + [ + "ri", + "nos" + ], + [ + "rin", + "os" + ], + [ + "rino", + "s" + ], + [ + "ĠGuid", + "ance" + ], + [ + "Ġdisapp", + "ointment" + ], + [ + "Ġdisappoint", + "ment" + ], + [ + "Ġdess", + "ert" + ], + [ + "V", + "M" + ], + [ + "d", + "ate" + ], + [ + "da", + "te" + ], + [ + "g", + "ins" + ], + [ + "gin", + "s" + ], + [ + "gi", + "ns" + ], + [ + "Ġ", + "Bottom" + ], + [ + "ĠB", + "ottom" + ], + [ + "ĠBot", + "tom" + ], + [ + "ĠBott", + "om" + ], + [ + "ĠD", + "as" + ], + [ + "ĠDa", + "s" + ], + [ + "Ġ", + "ND" + ], + [ + "ĠN", + "D" + ], + [ + "Ġu", + "phe" + ], + [ + "Ġup", + "he" + ], + [ + "ĠK", + "re" + ], + [ + "ĠKr", + "e" + ], + [ + "ĠK", + "od" + ], + [ + "ĠKo", + "d" + ], + [ + "ow", + "ns" + ], + [ + "own", + "s" + ], + [ + "id", + "ery" + ], + [ + "ide", + "ry" + ], + [ + "ider", + "y" + ], + [ + "Ġview", + "points" + ], + [ + "Ġviewpoint", + "s" + ], + [ + "Ġobs", + "essive" + ], + [ + "Ġside", + "walk" + ], + [ + "Ġir", + "onic" + ], + [ + "Ġi", + "ronic" + ], + [ + "Ġiron", + "ic" + ], + [ + "Ġk", + "illings" + ], + [ + "Ġkill", + "ings" + ], + [ + "Ġkil", + "lings" + ], + [ + "Ġkilling", + "s" + ], + [ + "Ġfract", + "ured" + ], + [ + "Ġfracture", + "d" + ], + [ + "Ġw", + "rapping" + ], + [ + "Ġwr", + "apping" + ], + [ + "Ġwra", + "pping" + ], + [ + "Ġwrap", + "ping" + ], + [ + "Ġac", + "claimed" + ], + [ + "Ġacclaim", + "ed" + ], + [ + "ĠAdela", + "ide" + ], + [ + "h", + "ots" + ], + [ + "hot", + "s" + ], + [ + "ho", + "ts" + ], + [ + "Ġh", + "atching" + ], + [ + "Ġhat", + "ching" + ], + [ + "Ġhatch", + "ing" + ], + [ + "Ġl", + "ign" + ], + [ + "Ġlig", + "n" + ], + [ + "Ġli", + "gn" + ], + [ + "Ġat", + "rophy" + ], + [ + "ĠF", + "lo" + ], + [ + "ĠFl", + "o" + ], + [ + "Ġme", + "adow" + ], + [ + "Ġc", + "rem" + ], + [ + "Ġcre", + "m" + ], + [ + "Ġcr", + "em" + ], + [ + "Ġ", + "Bees" + ], + [ + "ĠB", + "ees" + ], + [ + "ĠBe", + "es" + ], + [ + "ĠBee", + "s" + ], + [ + "stit", + "utions" + ], + [ + "stitution", + "s" + ], + [ + "stitut", + "ions" + ], + [ + "-", + "test" + ], + [ + "-t", + "est" + ], + [ + "-te", + "st" + ], + [ + "Ġproced", + "ural" + ], + [ + "ĠMon", + "arch" + ], + [ + "Ġkit", + "tens" + ], + [ + "Ġkitten", + "s" + ], + [ + "C", + "ontrol" + ], + [ + "Cont", + "rol" + ], + [ + "Ġf", + "ashioned" + ], + [ + "Ġfashion", + "ed" + ], + [ + "Ġdeterior", + "ate" + ], + [ + "Ġsucc", + "umb" + ], + [ + "ĠRoc", + "kefeller" + ], + [ + "Ġhurd", + "les" + ], + [ + "Ġhurdle", + "s" + ], + [ + "C", + "ase" + ], + [ + "Ca", + "se" + ], + [ + "Cas", + "e" + ], + [ + "s", + "ing" + ], + [ + "sin", + "g" + ], + [ + "si", + "ng" + ], + [ + "ĠM", + "outh" + ], + [ + "ĠMo", + "uth" + ], + [ + "ĠMou", + "th" + ], + [ + "Ġ", + "('" + ], + [ + "Ġ(", + "'" + ], + [ + "Ġj", + "ohn" + ], + [ + "Ġjo", + "hn" + ], + [ + "Ġpartic", + "iple" + ], + [ + "Ġparticip", + "le" + ], + [ + "Ġ", + "Spelling" + ], + [ + "ĠSp", + "elling" + ], + [ + "ĠSpe", + "lling" + ], + [ + "ĠSpell", + "ing" + ], + [ + "ĠNew", + "castle" + ], + [ + "Ġp", + "roductions" + ], + [ + "Ġprodu", + "ctions" + ], + [ + "Ġproduct", + "ions" + ], + [ + "Ġproduction", + "s" + ], + [ + "Ġanal", + "ges" + ], + [ + "Ġ", + "Sha" + ], + [ + "ĠS", + "ha" + ], + [ + "ĠSh", + "a" + ], + [ + "b", + "right" + ], + [ + "br", + "ight" + ], + [ + "ĠZ", + "ur" + ], + [ + "ĠP", + "atric" + ], + [ + "ĠPat", + "ric" + ], + [ + "ĠPatri", + "c" + ], + [ + "Ġaqu", + "ifers" + ], + [ + "Ġaquifer", + "s" + ], + [ + "Ġ", + "galactic" + ], + [ + "Ġgal", + "actic" + ], + [ + "in", + "eteenth" + ], + [ + "ine", + "teenth" + ], + [ + "inet", + "eenth" + ], + [ + "ineteen", + "th" + ], + [ + "Ġover", + "looking" + ], + [ + "Ġoverl", + "ooking" + ], + [ + "Ġoverlook", + "ing" + ], + [ + "Ġven", + "ues" + ], + [ + "Ġvenue", + "s" + ], + [ + "Ġcontrad", + "iction" + ], + [ + "Ġcontra", + "diction" + ], + [ + "Ġcontradict", + "ion" + ], + [ + "otyp", + "ic" + ], + [ + "oty", + "pic" + ], + [ + "D", + "om" + ], + [ + "Do", + "m" + ], + [ + "M", + "aterials" + ], + [ + "Material", + "s" + ], + [ + "a", + "ise" + ], + [ + "ai", + "se" + ], + [ + "ais", + "e" + ], + [ + "w", + "aves" + ], + [ + "wa", + "ves" + ], + [ + "wave", + "s" + ], + [ + "ĠF", + "rost" + ], + [ + "ĠFr", + "ost" + ], + [ + "ĠFro", + "st" + ], + [ + "Ġcl", + "oning" + ], + [ + "Ġclo", + "ning" + ], + [ + "Ġatt", + "ribution" + ], + [ + "Ġattribut", + "ion" + ], + [ + "Ġprom", + "inently" + ], + [ + "Ġprominent", + "ly" + ], + [ + "ĠZ", + "ambia" + ], + [ + "ĠZam", + "bia" + ], + [ + "Ġdrink", + "ers" + ], + [ + "Ġdrinker", + "s" + ], + [ + "Ġvis", + "uals" + ], + [ + "Ġvisual", + "s" + ], + [ + "Ġcollabor", + "atively" + ], + [ + "Ġcollaborative", + "ly" + ], + [ + "Un", + "less" + ], + [ + "Ġ", + "п" + ], + [ + "ĠÐ", + "¿" + ], + [ + "Ġgu", + "essed" + ], + [ + "Ġguess", + "ed" + ], + [ + "U", + "LT" + ], + [ + "UL", + "T" + ], + [ + "Ġmistaken", + "ly" + ], + [ + "Ġrenov", + "ation" + ], + [ + ".", + "Read" + ], + [ + ".R", + "ead" + ], + [ + "/", + "," + ], + [ + ":", + "-" + ], + [ + "N", + "a" + ], + [ + "on", + "ucle" + ], + [ + "st", + "ep" + ], + [ + "ste", + "p" + ], + [ + "Ġdead", + "lines" + ], + [ + "Ġdeadline", + "s" + ], + [ + "ĠPat", + "tern" + ], + [ + "ĠPatt", + "ern" + ], + [ + "Ġcounter", + "fe" + ], + [ + "Ġsur", + "prises" + ], + [ + "Ġsurpris", + "es" + ], + [ + "Ġsurprise", + "s" + ], + [ + "Ġrid", + "iculous" + ], + [ + "Ġridic", + "ulous" + ], + [ + "ĠFire", + "f" + ], + [ + "ĠFi", + "ref" + ], + [ + "ĠFir", + "ef" + ], + [ + "Ġr", + "oman" + ], + [ + "Ġro", + "man" + ], + [ + "Ġrom", + "an" + ], + [ + "Ġtremend", + "ously" + ], + [ + "Ġtremendous", + "ly" + ], + [ + "Ġembarr", + "assment" + ], + [ + "Ġembarrass", + "ment" + ], + [ + "ĠInj", + "uries" + ], + [ + "Ġfollic", + "le" + ], + [ + "ĠChronic", + "le" + ], + [ + "ĠChron", + "icle" + ], + [ + "Ġflav", + "onoids" + ], + [ + "Ġflavon", + "oids" + ], + [ + "Ġflavonoid", + "s" + ], + [ + "Ġmiracul", + "ous" + ], + [ + "C", + "ome" + ], + [ + "Com", + "e" + ], + [ + "Co", + "me" + ], + [ + "T", + "ex" + ], + [ + "Te", + "x" + ], + [ + "ĠM", + "ik" + ], + [ + "ĠMi", + "k" + ], + [ + "ill", + "aries" + ], + [ + "illa", + "ries" + ], + [ + "ĠB", + "illy" + ], + [ + "ĠBill", + "y" + ], + [ + "ĠBil", + "ly" + ], + [ + "n", + "ton" + ], + [ + "nt", + "on" + ], + [ + "i", + "ev" + ], + [ + "ie", + "v" + ], + [ + "ph", + "oto" + ], + [ + "phot", + "o" + ], + [ + "ĠWe", + "ber" + ], + [ + "ĠWeb", + "er" + ], + [ + "ĠAs", + "ians" + ], + [ + "ĠAsia", + "ns" + ], + [ + "ĠAsian", + "s" + ], + [ + "Ġend", + "owed" + ], + [ + "Ġendow", + "ed" + ], + [ + "ap", + "sed" + ], + [ + "aps", + "ed" + ], + [ + "apse", + "d" + ], + [ + "Ġchem", + "ists" + ], + [ + "Ġchemist", + "s" + ], + [ + "ER", + "G" + ], + [ + "ĠX", + "V" + ], + [ + "Ġsqu", + "ared" + ], + [ + "Ġsquare", + "d" + ], + [ + "Ġpredict", + "or" + ], + [ + "Ġpredic", + "tor" + ], + [ + "Ġdou", + "bles" + ], + [ + "Ġdoub", + "les" + ], + [ + "Ġdouble", + "s" + ], + [ + "ĠDist", + "ingu" + ], + [ + "st", + "ructured" + ], + [ + "struct", + "ured" + ], + [ + "structure", + "d" + ], + [ + "Ġhospital", + "ity" + ], + [ + "Ġhosp", + "itality" + ], + [ + "Ġthreshold", + "s" + ], + [ + "Ġant", + "ivirus" + ], + [ + "Ġanti", + "virus" + ], + [ + "Ġantiv", + "irus" + ], + [ + "L", + "ED" + ], + [ + "LE", + "D" + ], + [ + "V", + "R" + ], + [ + "×", + "ª" + ], + [ + "Ġd", + "iph" + ], + [ + "Ġdi", + "ph" + ], + [ + "Ġdip", + "h" + ], + [ + "Ġs", + "ham" + ], + [ + "Ġsh", + "am" + ], + [ + "Ġpl", + "ugged" + ], + [ + "Ġplug", + "ged" + ], + [ + "Ġun", + "law" + ], + [ + "Ġunl", + "aw" + ], + [ + "Ġp", + "reach" + ], + [ + "Ġpre", + "ach" + ], + [ + "Ġpr", + "each" + ], + [ + "Ġph", + "obia" + ], + [ + "Ġlo", + "osen" + ], + [ + "Ġloose", + "n" + ], + [ + "Ġloos", + "en" + ], + [ + "Ġb", + "iographical" + ], + [ + "Ġbi", + "ographical" + ], + [ + "ĠBy", + "ron" + ], + [ + "ĠByr", + "on" + ], + [ + "-", + "hist" + ], + [ + "-h", + "ist" + ], + [ + "I", + "CA" + ], + [ + "IC", + "A" + ], + [ + "ĠEv", + "angel" + ], + [ + "ĠEvan", + "gel" + ], + [ + "Ġbudget", + "ing" + ], + [ + "Ġcon", + "clusive" + ], + [ + "Ġconclus", + "ive" + ], + [ + "s", + "mart" + ], + [ + "sm", + "art" + ], + [ + "Ġce", + "lery" + ], + [ + "Ġcele", + "ry" + ], + [ + "Ġcel", + "ery" + ], + [ + "Ġanch", + "ored" + ], + [ + "Ġanchor", + "ed" + ], + [ + "Ġanc", + "hored" + ], + [ + "Adv", + "anced" + ], + [ + "Advance", + "d" + ], + [ + "ĠSurve", + "illance" + ], + [ + "N", + "othing" + ], + [ + "No", + "thing" + ], + [ + "Not", + "hing" + ], + [ + "l", + "ittle" + ], + [ + "lit", + "tle" + ], + [ + "Ġst", + "adium" + ], + [ + "ĠM", + "ant" + ], + [ + "ĠMan", + "t" + ], + [ + "ĠMa", + "nt" + ], + [ + "ĠH", + "ook" + ], + [ + "ĠHo", + "ok" + ], + [ + "Ġ", + "DS" + ], + [ + "ĠD", + "S" + ], + [ + "in", + "ders" + ], + [ + "ind", + "ers" + ], + [ + "inder", + "s" + ], + [ + "inde", + "rs" + ], + [ + "Ġout", + "bur" + ], + [ + "o", + "ko" + ], + [ + "ok", + "o" + ], + [ + "Ġfull", + "er" + ], + [ + "Ġful", + "ler" + ], + [ + "Ġfu", + "ller" + ], + [ + "Ġre", + "design" + ], + [ + "Ġred", + "esign" + ], + [ + "Ġrede", + "sign" + ], + [ + "ĠGen", + "eal" + ], + [ + "ĠGene", + "al" + ], + [ + "ĠA", + "mph" + ], + [ + "ĠAm", + "ph" + ], + [ + "ĠAmp", + "h" + ], + [ + "Ġsand", + "wic" + ], + [ + "Ġsee", + "kers" + ], + [ + "Ġseek", + "ers" + ], + [ + "Ġseeker", + "s" + ], + [ + "Ġdownload", + "able" + ], + [ + "Ġirrit", + "ating" + ], + [ + "Ġpatri", + "otism" + ], + [ + "Ġpatriot", + "ism" + ], + [ + "Ġneat", + "ly" + ], + [ + "Ġhalluc", + "inations" + ], + [ + "Ġhallucin", + "ations" + ], + [ + "H", + "yp" + ], + [ + "Hy", + "p" + ], + [ + "h", + "ift" + ], + [ + "hi", + "ft" + ], + [ + "Ġb", + "umble" + ], + [ + "Ġbu", + "mble" + ], + [ + "ut", + "ations" + ], + [ + "utation", + "s" + ], + [ + "ĠM", + "ans" + ], + [ + "ĠMan", + "s" + ], + [ + "ĠMa", + "ns" + ], + [ + "ear", + "ance" + ], + [ + "ea", + "rance" + ], + [ + "i", + "ba" + ], + [ + "ib", + "a" + ], + [ + "Ġ", + "Inflammation" + ], + [ + "ĠIn", + "flammation" + ], + [ + "Ġfl", + "ipped" + ], + [ + "Ġflip", + "ped" + ], + [ + "Ġloc", + "alities" + ], + [ + "Ġlocal", + "ities" + ], + [ + "Ġarch", + "aic" + ], + [ + "Ġrev", + "erence" + ], + [ + "Ġreve", + "rence" + ], + [ + "Ġrever", + "ence" + ], + [ + "Ġrevere", + "nce" + ], + [ + "r", + "igation" + ], + [ + "rig", + "ation" + ], + [ + "r", + "ochemical" + ], + [ + "ro", + "chemical" + ], + [ + "roc", + "hemical" + ], + [ + "Ġhem", + "isp" + ], + [ + "Ġconce", + "aled" + ], + [ + "Ġconceal", + "ed" + ], + [ + "ĠAud", + "ubon" + ], + [ + "Ġpup", + "pet" + ], + [ + "Ġpupp", + "et" + ], + [ + "Ġexplos", + "ives" + ], + [ + "Ġexplosive", + "s" + ], + [ + "Ġreciproc", + "al" + ], + [ + "ĠMugh", + "al" + ], + [ + "ĠMug", + "hal" + ], + [ + "B", + "al" + ], + [ + "Ba", + "l" + ], + [ + "W", + "N" + ], + [ + "at", + "hetic" + ], + [ + "ath", + "etic" + ], + [ + "athe", + "tic" + ], + [ + "es", + "are" + ], + [ + "esar", + "e" + ], + [ + "esa", + "re" + ], + [ + "ar", + "ith" + ], + [ + "ari", + "th" + ], + [ + "Ġse", + "cession" + ], + [ + "Ġsec", + "ession" + ], + [ + "ĠCh", + "urches" + ], + [ + "ĠChurch", + "es" + ], + [ + "Ġnew", + "com" + ], + [ + "Ġem", + "blem" + ], + [ + "Ġemb", + "lem" + ], + [ + "ĠHe", + "aling" + ], + [ + "ĠHeal", + "ing" + ], + [ + "ĠCan", + "on" + ], + [ + "ĠCa", + "non" + ], + [ + "ĠAust", + "en" + ], + [ + "ĠAu", + "sten" + ], + [ + "ĠAus", + "ten" + ], + [ + "Ġsyn", + "onym" + ], + [ + "Ġrub", + "bish" + ], + [ + "Ġrecon", + "cile" + ], + [ + "Ġreconcil", + "e" + ], + [ + "Ġcorrel", + "ates" + ], + [ + "Ġcorrelate", + "s" + ], + [ + "Ġh", + "ooks" + ], + [ + "Ġho", + "oks" + ], + [ + "Ġhook", + "s" + ], + [ + "ĠAh", + "med" + ], + [ + "Ġ", + "Graphic" + ], + [ + "ĠG", + "raphic" + ], + [ + "ĠGraph", + "ic" + ], + [ + "ĠInter", + "mediate" + ], + [ + "ĠInterm", + "ediate" + ], + [ + "G", + "O" + ], + [ + "l", + "ists" + ], + [ + "list", + "s" + ], + [ + "li", + "sts" + ], + [ + "lis", + "ts" + ], + [ + "et", + "ah" + ], + [ + "eta", + "h" + ], + [ + "ĠV", + "ishnu" + ], + [ + "ĠVish", + "nu" + ], + [ + "Ġp", + "opping" + ], + [ + "Ġpo", + "pping" + ], + [ + "Ġpop", + "ping" + ], + [ + "âĢĶ", + "even" + ], + [ + "Ġhard", + "wood" + ], + [ + "ĠS", + "heets" + ], + [ + "ĠShe", + "ets" + ], + [ + "ĠSheet", + "s" + ], + [ + "ĠComp", + "osition" + ], + [ + "ĠCom", + "position" + ], + [ + "Ġmechan", + "ically" + ], + [ + "Ġmechanical", + "ly" + ], + [ + "Ġmechanic", + "ally" + ], + [ + "ĠGl", + "enn" + ], + [ + "ĠGlen", + "n" + ], + [ + "ĠGle", + "nn" + ], + [ + "Ġ", + "vertebrate" + ], + [ + "Ġverte", + "brate" + ], + [ + "Ġvertebra", + "te" + ], + [ + "ĠS", + "anti" + ], + [ + "ĠSan", + "ti" + ], + [ + "ĠSant", + "i" + ], + [ + "ĠTun", + "nel" + ], + [ + "ĠVolunt", + "eer" + ], + [ + "ĠHimal", + "ayas" + ], + [ + "ĠHimalaya", + "s" + ], + [ + "/", + "article" + ], + [ + "d", + "uring" + ], + [ + "du", + "ring" + ], + [ + "Ġl", + "umps" + ], + [ + "Ġlump", + "s" + ], + [ + "Ġlum", + "ps" + ], + [ + "ĠB", + "orne" + ], + [ + "ĠBor", + "ne" + ], + [ + "ĠBorn", + "e" + ], + [ + "ĠE", + "thereum" + ], + [ + "un", + "ned" + ], + [ + "unn", + "ed" + ], + [ + "Ġres", + "umed" + ], + [ + "Ġresume", + "d" + ], + [ + "e", + "phal" + ], + [ + "ep", + "hal" + ], + [ + "eph", + "al" + ], + [ + "Ġs", + "cap" + ], + [ + "Ġsc", + "ap" + ], + [ + "ĠY", + "a" + ], + [ + "x", + "ton" + ], + [ + "xt", + "on" + ], + [ + "Ġgre", + "eting" + ], + [ + "Ġgreet", + "ing" + ], + [ + "Ġz", + "eal" + ], + [ + "Ġze", + "al" + ], + [ + "Ġdr", + "yer" + ], + [ + "Ġdry", + "er" + ], + [ + "ĠAir", + "craft" + ], + [ + "isp", + "anic" + ], + [ + "ĠPakistan", + "i" + ], + [ + "Comp", + "lete" + ], + [ + "Com", + "plete" + ], + [ + "Ġsea", + "floor" + ], + [ + "Ġseaf", + "loor" + ], + [ + "-", + "processing" + ], + [ + "-p", + "rocessing" + ], + [ + "-process", + "ing" + ], + [ + "-", + "The" + ], + [ + "-T", + "he" + ], + [ + "-Th", + "e" + ], + [ + "d", + "et" + ], + [ + "de", + "t" + ], + [ + "r", + "ils" + ], + [ + "ri", + "ls" + ], + [ + "ril", + "s" + ], + [ + "Ġbe", + "aver" + ], + [ + "Ġ", + "IB" + ], + [ + "ĠI", + "B" + ], + [ + "Ġh", + "ailed" + ], + [ + "Ġha", + "iled" + ], + [ + "Ġhail", + "ed" + ], + [ + "o", + "city" + ], + [ + "oc", + "ity" + ], + [ + "oci", + "ty" + ], + [ + "re", + "ath" + ], + [ + "reat", + "h" + ], + [ + "rea", + "th" + ], + [ + "ob", + "ally" + ], + [ + "obal", + "ly" + ], + [ + "ar", + "mac" + ], + [ + "arm", + "ac" + ], + [ + "arma", + "c" + ], + [ + "Ġdis", + "tal" + ], + [ + "Ġdist", + "al" + ], + [ + "ĠAn", + "ch" + ], + [ + "Ġkind", + "ly" + ], + [ + "im", + "ensions" + ], + [ + "imens", + "ions" + ], + [ + "imension", + "s" + ], + [ + "CO", + "VID" + ], + [ + "ĠInf", + "ant" + ], + [ + "Ġt", + "ractor" + ], + [ + "Ġtra", + "ctor" + ], + [ + "Ġtr", + "actor" + ], + [ + "Ġtract", + "or" + ], + [ + "Ġsafe", + "guards" + ], + [ + "Ġsafegu", + "ards" + ], + [ + "Ġsafeguard", + "s" + ], + [ + "ĠTrib", + "une" + ], + [ + "ĠTele", + "graph" + ], + [ + "ĠTeleg", + "raph" + ], + [ + "H", + "i" + ], + [ + "M", + "edia" + ], + [ + "Me", + "dia" + ], + [ + "Med", + "ia" + ], + [ + "Ġf", + "lick" + ], + [ + "Ġfl", + "ick" + ], + [ + "Ġf", + "uzzy" + ], + [ + "Ġ", + "hid" + ], + [ + "Ġh", + "id" + ], + [ + "Ġhi", + "d" + ], + [ + "ĠH", + "ann" + ], + [ + "ĠHa", + "nn" + ], + [ + "ĠHan", + "n" + ], + [ + "Ġ", + "Alert" + ], + [ + "ĠAl", + "ert" + ], + [ + "ĠAle", + "rt" + ], + [ + "Ġlow", + "land" + ], + [ + "Ġwood", + "ed" + ], + [ + "Ġwoo", + "ded" + ], + [ + "Ġwo", + "oded" + ], + [ + "Ġtax", + "onomic" + ], + [ + "Ġtaxon", + "omic" + ], + [ + "Ġtaxonom", + "ic" + ], + [ + "ĠEd", + "win" + ], + [ + "Ġdangerous", + "ly" + ], + [ + "Ġdanger", + "ously" + ], + [ + "US", + "DA" + ], + [ + "USD", + "A" + ], + [ + "Ġamb", + "assador" + ], + [ + "C", + "op" + ], + [ + "Co", + "p" + ], + [ + "C", + "ard" + ], + [ + "Car", + "d" + ], + [ + "Ca", + "rd" + ], + [ + "L", + "ocated" + ], + [ + "Loc", + "ated" + ], + [ + "Ġ", + "Ske" + ], + [ + "ĠS", + "ke" + ], + [ + "ĠSk", + "e" + ], + [ + "ĠM", + "AC" + ], + [ + "ĠMA", + "C" + ], + [ + "as", + "san" + ], + [ + "ass", + "an" + ], + [ + "assa", + "n" + ], + [ + "ĠSt", + "ef" + ], + [ + "ĠSte", + "f" + ], + [ + "cept", + "s" + ], + [ + "Ġins", + "ure" + ], + [ + "Ġinsur", + "e" + ], + [ + "Ġm", + "aze" + ], + [ + "Ġma", + "ze" + ], + [ + "g", + "erald" + ], + [ + "ger", + "ald" + ], + [ + "a", + "stery" + ], + [ + "as", + "tery" + ], + [ + "ast", + "ery" + ], + [ + "aster", + "y" + ], + [ + "aste", + "ry" + ], + [ + "Ġass", + "esses" + ], + [ + "Ġassess", + "es" + ], + [ + "ĠComp", + "le" + ], + [ + "ĠCom", + "ple" + ], + [ + "ĠCompl", + "e" + ], + [ + "q", + "uez" + ], + [ + "qu", + "ez" + ], + [ + "que", + "z" + ], + [ + "Ġdust", + "y" + ], + [ + "Ġdu", + "sty" + ], + [ + "Ġ", + "ASC" + ], + [ + "ĠA", + "SC" + ], + [ + "ĠAS", + "C" + ], + [ + "Ġcrypt", + "o" + ], + [ + "Ġvan", + "ished" + ], + [ + "Ġvanish", + "ed" + ], + [ + "Ġva", + "nished" + ], + [ + "-", + "industrial" + ], + [ + "-indu", + "strial" + ], + [ + "Ġbomb", + "ers" + ], + [ + "Ġbom", + "bers" + ], + [ + "Ġbomber", + "s" + ], + [ + "pher", + "ds" + ], + [ + "pherd", + "s" + ], + [ + "Ġunder", + "estimated" + ], + [ + "Ġunderest", + "imated" + ], + [ + "Ġunderestimate", + "d" + ], + [ + "Ġabrupt", + "ly" + ], + [ + "-", + "used" + ], + [ + "-use", + "d" + ], + [ + "-us", + "ed" + ], + [ + "-u", + "sed" + ], + [ + "D", + "rug" + ], + [ + "Dr", + "ug" + ], + [ + "F", + "ast" + ], + [ + "i", + "lings" + ], + [ + "il", + "ings" + ], + [ + "iling", + "s" + ], + [ + "ilin", + "gs" + ], + [ + "r", + "ack" + ], + [ + "ra", + "ck" + ], + [ + "rac", + "k" + ], + [ + "ĠS", + "isters" + ], + [ + "ĠSi", + "sters" + ], + [ + "ĠSister", + "s" + ], + [ + "ĠSis", + "ters" + ], + [ + "Ġ", + "Sodium" + ], + [ + "ĠS", + "odium" + ], + [ + "ĠSod", + "ium" + ], + [ + "ĠC", + "ic" + ], + [ + "ĠCi", + "c" + ], + [ + "oc", + "iety" + ], + [ + "oci", + "ety" + ], + [ + "Ġsh", + "ading" + ], + [ + "Ġshad", + "ing" + ], + [ + "ĠJ", + "azz" + ], + [ + "ĠJa", + "zz" + ], + [ + "ub", + "ility" + ], + [ + "Ġup", + "held" + ], + [ + "Ġuphe", + "ld" + ], + [ + "ov", + "sk" + ], + [ + "St", + "ory" + ], + [ + "Ġbusiness", + "man" + ], + [ + "Ġem", + "body" + ], + [ + "Ġemb", + "ody" + ], + [ + "Ġembod", + "y" + ], + [ + "Ġun", + "fav" + ], + [ + "Ġunf", + "av" + ], + [ + "Ġship", + "wre" + ], + [ + "ĠPl", + "ayers" + ], + [ + "ĠPlay", + "ers" + ], + [ + "ĠPlayer", + "s" + ], + [ + "Ġtired", + "ness" + ], + [ + "ĠSix", + "th" + ], + [ + "Ġbatt", + "alion" + ], + [ + "Ġc", + "ranial" + ], + [ + "Ġcran", + "ial" + ], + [ + "K", + "en" + ], + [ + "Ke", + "n" + ], + [ + "Ġs", + "addle" + ], + [ + "Ġsadd", + "le" + ], + [ + "Ġb", + "ake" + ], + [ + "Ġba", + "ke" + ], + [ + "Ġbak", + "e" + ], + [ + "ct", + "omy" + ], + [ + "Ġs", + "taining" + ], + [ + "Ġst", + "aining" + ], + [ + "Ġstain", + "ing" + ], + [ + "Ġsta", + "ining" + ], + [ + "ĠT", + "hesis" + ], + [ + "ĠThe", + "sis" + ], + [ + "ĠTh", + "esis" + ], + [ + "ĠG", + "erald" + ], + [ + "ĠGer", + "ald" + ], + [ + "Ġad", + "ip" + ], + [ + "ĠIn", + "quiry" + ], + [ + "r", + "itz" + ], + [ + "ri", + "tz" + ], + [ + "rit", + "z" + ], + [ + "Ġtw", + "isting" + ], + [ + "Ġtwist", + "ing" + ], + [ + "u", + "ca" + ], + [ + "uc", + "a" + ], + [ + "Ġhigh", + "lands" + ], + [ + "Ġhighland", + "s" + ], + [ + "i", + "etz" + ], + [ + "ie", + "tz" + ], + [ + "iet", + "z" + ], + [ + "Ġapplic", + "ant" + ], + [ + "Ġpred", + "etermined" + ], + [ + "Ġadj", + "oining" + ], + [ + "Ġank", + "les" + ], + [ + "Ġankle", + "s" + ], + [ + "Ġdwell", + "ers" + ], + [ + "Ġdw", + "ellers" + ], + [ + "Ġrept", + "ile" + ], + [ + "Wind", + "ows" + ], + [ + "Window", + "s" + ], + [ + "ĠScandinav", + "ian" + ], + [ + "ĠScandinavia", + "n" + ], + [ + "Ġcoy", + "otes" + ], + [ + "Ġcoyote", + "s" + ], + [ + "f", + "air" + ], + [ + "fa", + "ir" + ], + [ + "im", + "ating" + ], + [ + "ima", + "ting" + ], + [ + "imat", + "ing" + ], + [ + "et", + "itive" + ], + [ + "ĠR", + "ew" + ], + [ + "ĠRe", + "w" + ], + [ + "ĠR", + "ates" + ], + [ + "ĠRa", + "tes" + ], + [ + "ĠRat", + "es" + ], + [ + "ĠRate", + "s" + ], + [ + "ph", + "ys" + ], + [ + "phy", + "s" + ], + [ + "ĠHe", + "ights" + ], + [ + "ĠHeight", + "s" + ], + [ + "augh", + "tered" + ], + [ + "aught", + "ered" + ], + [ + "aughter", + "ed" + ], + [ + "ĠM", + "arian" + ], + [ + "ĠMar", + "ian" + ], + [ + "ĠMa", + "rian" + ], + [ + "ĠMaria", + "n" + ], + [ + "ĠMari", + "an" + ], + [ + "ĠCons", + "umption" + ], + [ + "O", + "ND" + ], + [ + "ON", + "D" + ], + [ + "Ġnovel", + "ty" + ], + [ + "Ġnov", + "elty" + ], + [ + "-sh", + "aring" + ], + [ + "Ġ", + "Ethnic" + ], + [ + "ĠEth", + "nic" + ], + [ + "ĠEthn", + "ic" + ], + [ + "Ġ", + "Fundamental" + ], + [ + "ĠFund", + "amental" + ], + [ + "Ġrevers", + "ing" + ], + [ + "Ġrever", + "sing" + ], + [ + "Dep", + "ression" + ], + [ + "Ġdenomin", + "ator" + ], + [ + "ad", + "ier" + ], + [ + "adi", + "er" + ], + [ + "Ġ", + "Pseud" + ], + [ + "ĠP", + "seud" + ], + [ + "ĠB", + "ots" + ], + [ + "ĠBo", + "ts" + ], + [ + "ĠBot", + "s" + ], + [ + "ĠD", + "ob" + ], + [ + "ĠDo", + "b" + ], + [ + "Ġad", + "sor" + ], + [ + "Ġads", + "or" + ], + [ + "ĠJ", + "AMA" + ], + [ + "ĠJA", + "MA" + ], + [ + "r", + "yn" + ], + [ + "ry", + "n" + ], + [ + "Ġtrans", + "g" + ], + [ + "Ġv", + "eto" + ], + [ + "Ġve", + "to" + ], + [ + "Ġvet", + "o" + ], + [ + "Ġz", + "oning" + ], + [ + "Ġzo", + "ning" + ], + [ + "N", + "AP" + ], + [ + "NA", + "P" + ], + [ + "Ġ", + "Geo" + ], + [ + "ĠG", + "eo" + ], + [ + "ĠGe", + "o" + ], + [ + "Ġge", + "opol" + ], + [ + "Ġgeo", + "pol" + ], + [ + "Ġcorrect", + "ive" + ], + [ + "ĠGl", + "ou" + ], + [ + "Ġmill", + "isec" + ], + [ + "ĠBar", + "oque" + ], + [ + "Ġdivers", + "ified" + ], + [ + "Ġconv", + "ened" + ], + [ + "Ġconven", + "ed" + ], + [ + "Ġconve", + "ned" + ], + [ + "Ġconvene", + "d" + ], + [ + "Ġp", + "ouch" + ], + [ + "Ġpo", + "uch" + ], + [ + "Ġpou", + "ch" + ], + [ + "Ġdelight", + "ful" + ], + [ + "Ġincomp", + "atible" + ], + [ + "N", + "utrition" + ], + [ + "b", + "is" + ], + [ + "bi", + "s" + ], + [ + "c", + "up" + ], + [ + "cu", + "p" + ], + [ + "Ġ", + "ether" + ], + [ + "Ġe", + "ther" + ], + [ + "Ġet", + "her" + ], + [ + "Ġeth", + "er" + ], + [ + "ĠM", + "N" + ], + [ + "ĠR", + "ah" + ], + [ + "ĠRa", + "h" + ], + [ + "Ġsp", + "ac" + ], + [ + "Ġspa", + "c" + ], + [ + "Ġj", + "ur" + ], + [ + "Ġju", + "r" + ], + [ + "Ġv", + "isa" + ], + [ + "Ġvis", + "a" + ], + [ + "Ġvi", + "sa" + ], + [ + "i", + "kers" + ], + [ + "ike", + "rs" + ], + [ + "ik", + "ers" + ], + [ + "iker", + "s" + ], + [ + "as", + "cus" + ], + [ + "asc", + "us" + ], + [ + "ĠAnt", + "io" + ], + [ + "ĠAnti", + "o" + ], + [ + "Un", + "ivers" + ], + [ + "ĠM", + "ali" + ], + [ + "ĠMa", + "li" + ], + [ + "ĠMal", + "i" + ], + [ + "Ġbomb", + "ard" + ], + [ + "Ġbom", + "bard" + ], + [ + "yt", + "ocin" + ], + [ + "Ġr", + "enders" + ], + [ + "Ġrender", + "s" + ], + [ + "Ġrend", + "ers" + ], + [ + "Ġren", + "ders" + ], + [ + "Ġsa", + "uces" + ], + [ + "Ġsau", + "ces" + ], + [ + "Ġsauce", + "s" + ], + [ + "Ġrehab", + "ilit" + ], + [ + "Ġdiscrep", + "ancy" + ], + [ + "m", + "uch" + ], + [ + "mu", + "ch" + ], + [ + "i", + "nic" + ], + [ + "in", + "ic" + ], + [ + "ini", + "c" + ], + [ + "ĠT", + "ables" + ], + [ + "ĠTable", + "s" + ], + [ + "ĠTa", + "bles" + ], + [ + "ĠTab", + "les" + ], + [ + "ver", + "ting" + ], + [ + "vert", + "ing" + ], + [ + "Ġ", + "Mg" + ], + [ + "ĠM", + "g" + ], + [ + "Ġ", + "Pron" + ], + [ + "ĠP", + "ron" + ], + [ + "ĠPro", + "n" + ], + [ + "ĠPr", + "on" + ], + [ + "Ġ", + "Distance" + ], + [ + "ĠD", + "istance" + ], + [ + "ĠDis", + "tance" + ], + [ + "ĠDi", + "stance" + ], + [ + "ĠDist", + "ance" + ], + [ + "Ġpre", + "term" + ], + [ + "Ġpr", + "eterm" + ], + [ + "Ġpret", + "erm" + ], + [ + "Ġsur", + "gically" + ], + [ + "Ġsurgical", + "ly" + ], + [ + "Ġat", + "taining" + ], + [ + "Ġatt", + "aining" + ], + [ + "Ġattain", + "ing" + ], + [ + "Ġim", + "porting" + ], + [ + "Ġimp", + "orting" + ], + [ + "Ġimport", + "ing" + ], + [ + "Ġcr", + "anes" + ], + [ + "Ġcra", + "nes" + ], + [ + "Ġcran", + "es" + ], + [ + "Ġcrane", + "s" + ], + [ + "C", + "hall" + ], + [ + "Ch", + "all" + ], + [ + "Ġbal", + "con" + ], + [ + "-", + "group" + ], + [ + "-g", + "roup" + ], + [ + "ĠNo", + "tre" + ], + [ + "ĠNot", + "re" + ], + [ + "ĠJ", + "uven" + ], + [ + "ĠJu", + "ven" + ], + [ + "Ġmetab", + "olites" + ], + [ + "Ġmetabol", + "ites" + ], + [ + "Ġmetabolite", + "s" + ], + [ + "?", + "'" + ], + [ + "C", + "G" + ], + [ + "E", + "gg" + ], + [ + "J", + "ack" + ], + [ + "Jac", + "k" + ], + [ + "as", + "aki" + ], + [ + "asa", + "ki" + ], + [ + "Ġ", + "plasm" + ], + [ + "Ġpl", + "asm" + ], + [ + "Ġpla", + "sm" + ], + [ + "Ġplas", + "m" + ], + [ + "l", + "owing" + ], + [ + "low", + "ing" + ], + [ + "lo", + "wing" + ], + [ + "Ġrep", + "el" + ], + [ + "Ġrepe", + "l" + ], + [ + "ĠSp", + "ider" + ], + [ + "Ġ", + "Score" + ], + [ + "ĠS", + "core" + ], + [ + "ĠSc", + "ore" + ], + [ + "Ġpro", + "jecting" + ], + [ + "Ġproject", + "ing" + ], + [ + "Ġp", + "arity" + ], + [ + "Ġpar", + "ity" + ], + [ + "Ġpa", + "rity" + ], + [ + "Ġbr", + "ood" + ], + [ + "Ġbro", + "od" + ], + [ + "Ġ", + "Minimum" + ], + [ + "ĠMin", + "imum" + ], + [ + "ĠMinim", + "um" + ], + [ + "h", + "elf" + ], + [ + "hel", + "f" + ], + [ + "Ġcr", + "aving" + ], + [ + "Ġcra", + "ving" + ], + [ + "Ġ", + "Medications" + ], + [ + "ĠMed", + "ications" + ], + [ + "ĠMedic", + "ations" + ], + [ + "ĠMedication", + "s" + ], + [ + "-", + "reported" + ], + [ + "-re", + "ported" + ], + [ + "-rep", + "orted" + ], + [ + "-report", + "ed" + ], + [ + "reprene", + "urs" + ], + [ + "repreneur", + "s" + ], + [ + "Ġ", + "Optical" + ], + [ + "ĠOp", + "tical" + ], + [ + "ĠOpt", + "ical" + ], + [ + "Ġ", + "Feedback" + ], + [ + "ĠF", + "eedback" + ], + [ + "ĠFeed", + "back" + ], + [ + "Ġhydrox", + "ide" + ], + [ + "s", + "afe" + ], + [ + "sa", + "fe" + ], + [ + "z", + "ers" + ], + [ + "ze", + "rs" + ], + [ + "zer", + "s" + ], + [ + "Ġf", + "encing" + ], + [ + "Ġfen", + "cing" + ], + [ + "o", + "up" + ], + [ + "ou", + "p" + ], + [ + "Ġre", + "juven" + ], + [ + "Ġ", + "lys" + ], + [ + "Ġl", + "ys" + ], + [ + "Ġly", + "s" + ], + [ + "Ġn", + "inety" + ], + [ + "Ġnine", + "ty" + ], + [ + "Ġninet", + "y" + ], + [ + "o", + "lor" + ], + [ + "ol", + "or" + ], + [ + "olo", + "r" + ], + [ + "ĠC", + "rom" + ], + [ + "ĠCr", + "om" + ], + [ + "ĠCro", + "m" + ], + [ + "ĠP", + "estic" + ], + [ + "ĠPe", + "stic" + ], + [ + "ĠPest", + "ic" + ], + [ + "ĠPes", + "tic" + ], + [ + "an", + "tes" + ], + [ + "ant", + "es" + ], + [ + "ante", + "s" + ], + [ + "Ġsp", + "ared" + ], + [ + "Ġspare", + "d" + ], + [ + "Ġspar", + "ed" + ], + [ + "Ġspa", + "red" + ], + [ + "Ġj", + "ava" + ], + [ + "Ġja", + "va" + ], + [ + "Ġt", + "imed" + ], + [ + "Ġtim", + "ed" + ], + [ + "Ġtime", + "d" + ], + [ + "Ġti", + "med" + ], + [ + "Ġinter", + "fer" + ], + [ + "Ġinterf", + "er" + ], + [ + "Ġdisc", + "overs" + ], + [ + "Ġdiscover", + "s" + ], + [ + "Ġdiscove", + "rs" + ], + [ + "ash", + "tra" + ], + [ + "osp", + "atial" + ], + [ + "Ġfac", + "ult" + ], + [ + "Ġfa", + "cult" + ], + [ + "ĠNe", + "ural" + ], + [ + "ĠNeu", + "ral" + ], + [ + "ĠNeur", + "al" + ], + [ + "Ġfruit", + "ful" + ], + [ + "Ad", + "ding" + ], + [ + "Add", + "ing" + ], + [ + "Ġd", + "olls" + ], + [ + "Ġdoll", + "s" + ], + [ + "Ġdol", + "ls" + ], + [ + "osy", + "nthetic" + ], + [ + "osynt", + "hetic" + ], + [ + "respons", + "ible" + ], + [ + "Ġ", + "CCSS" + ], + [ + "ĠC", + "CSS" + ], + [ + "ĠCC", + "SS" + ], + [ + "ĠCCS", + "S" + ], + [ + "Ġ", + "Hundreds" + ], + [ + "ĠH", + "undreds" + ], + [ + "ĠHundred", + "s" + ], + [ + "Ġencephal", + "itis" + ], + [ + "D", + "en" + ], + [ + "De", + "n" + ], + [ + "l", + "oss" + ], + [ + "lo", + "ss" + ], + [ + "los", + "s" + ], + [ + "w", + "alls" + ], + [ + "wall", + "s" + ], + [ + "wal", + "ls" + ], + [ + "Ġp", + "ag" + ], + [ + "Ġpa", + "g" + ], + [ + "Ġre", + "think" + ], + [ + "ce", + "ae" + ], + [ + "cea", + "e" + ], + [ + "Ġ", + "FI" + ], + [ + "ĠF", + "I" + ], + [ + "Ġsy", + "nerg" + ], + [ + "Ġsyn", + "erg" + ], + [ + "Ġ", + "Structural" + ], + [ + "ĠSt", + "ructural" + ], + [ + "ie", + "ving" + ], + [ + "iev", + "ing" + ], + [ + "ĠK", + "ah" + ], + [ + "ĠKa", + "h" + ], + [ + "Ġp", + "olite" + ], + [ + "Ġpo", + "lite" + ], + [ + "Ġpol", + "ite" + ], + [ + "Ġpolit", + "e" + ], + [ + "Ġpoli", + "te" + ], + [ + "-", + "burning" + ], + [ + "-b", + "urning" + ], + [ + "Ġspecial", + "izing" + ], + [ + "ĠMan", + "uel" + ], + [ + "ĠManu", + "el" + ], + [ + "-", + "word" + ], + [ + "-w", + "ord" + ], + [ + "Ġwe", + "athering" + ], + [ + "Ġweather", + "ing" + ], + [ + "Ġinh", + "ale" + ], + [ + "Ġinhal", + "e" + ], + [ + "ĠTur", + "tle" + ], + [ + "Ġ", + "Gardening" + ], + [ + "ĠGard", + "ening" + ], + [ + "ĠGarden", + "ing" + ], + [ + "Ġclar", + "ification" + ], + [ + "OL", + "OG" + ], + [ + "Ġsubsc", + "ribers" + ], + [ + "Ġsubscribe", + "rs" + ], + [ + "Ġsubscriber", + "s" + ], + [ + "ĠMcC", + "arthy" + ], + [ + "Ġportray", + "al" + ], + [ + "Ġcorros", + "ive" + ], + [ + "Ġcur", + "tain" + ], + [ + "Ġcurt", + "ain" + ], + [ + "Imp", + "act" + ], + [ + "Ġtyr", + "anny" + ], + [ + "Ġtyrann", + "y" + ], + [ + "&", + "A" + ], + [ + "D", + "ogs" + ], + [ + "Do", + "gs" + ], + [ + "Dog", + "s" + ], + [ + "i", + "si" + ], + [ + "is", + "i" + ], + [ + "Ġf", + "idelity" + ], + [ + "a", + "das" + ], + [ + "ad", + "as" + ], + [ + "ada", + "s" + ], + [ + "ĠR", + "an" + ], + [ + "ĠRa", + "n" + ], + [ + "Ġ", + "raz" + ], + [ + "Ġr", + "az" + ], + [ + "Ġra", + "z" + ], + [ + "o", + "vere" + ], + [ + "ove", + "re" + ], + [ + "ov", + "ere" + ], + [ + "over", + "e" + ], + [ + "Ġbo", + "ils" + ], + [ + "Ġboil", + "s" + ], + [ + "Ġopp", + "ressive" + ], + [ + "Ġoppress", + "ive" + ], + [ + "y", + "mp" + ], + [ + "ym", + "p" + ], + [ + "u", + "ntil" + ], + [ + "unt", + "il" + ], + [ + "Ġtravel", + "lers" + ], + [ + "Ġtraveller", + "s" + ], + [ + "ĠG", + "lad" + ], + [ + "ĠGl", + "ad" + ], + [ + "ot", + "hered" + ], + [ + "oth", + "ered" + ], + [ + "other", + "ed" + ], + [ + "othe", + "red" + ], + [ + "gra", + "du" + ], + [ + "gr", + "adu" + ], + [ + "Ġfor", + "getting" + ], + [ + "Ġforget", + "ting" + ], + [ + "Ġforg", + "etting" + ], + [ + "Ġforge", + "tting" + ], + [ + "I", + "GN" + ], + [ + "IG", + "N" + ], + [ + "Art", + "ificial" + ], + [ + "ĠB", + "ryan" + ], + [ + "ĠBr", + "yan" + ], + [ + "ĠBry", + "an" + ], + [ + "ĠAlg", + "orith" + ], + [ + "a", + "ith" + ], + [ + "ai", + "th" + ], + [ + "ait", + "h" + ], + [ + "f", + "eeding" + ], + [ + "fe", + "eding" + ], + [ + "feed", + "ing" + ], + [ + "i", + "ere" + ], + [ + "ie", + "re" + ], + [ + "ier", + "e" + ], + [ + "v", + "ag" + ], + [ + "va", + "g" + ], + [ + "Å", + "Ľ" + ], + [ + "Ġt", + "asting" + ], + [ + "Ġtast", + "ing" + ], + [ + "Ġtas", + "ting" + ], + [ + "Ġor", + "che" + ], + [ + "Ġorch", + "e" + ], + [ + "ĠP", + "ush" + ], + [ + "ĠPu", + "sh" + ], + [ + "os", + "ine" + ], + [ + "osin", + "e" + ], + [ + "osi", + "ne" + ], + [ + "Ġ", + "LD" + ], + [ + "ĠL", + "D" + ], + [ + "Ġprov", + "oked" + ], + [ + "Ġprovoke", + "d" + ], + [ + "Ġ", + "Weak" + ], + [ + "ĠWe", + "ak" + ], + [ + "Ġpop", + "corn" + ], + [ + "ĠNew", + "port" + ], + [ + "Ġant", + "ise" + ], + [ + "Ġanti", + "se" + ], + [ + "Ġantis", + "e" + ], + [ + "Ġmicro", + "s" + ], + [ + "Ġmic", + "ros" + ], + [ + "Ġ", + "burg" + ], + [ + "Ġb", + "urg" + ], + [ + "Ġbur", + "g" + ], + [ + "Ġalt", + "ru" + ], + [ + "Ġmicro", + "ns" + ], + [ + "Ġmic", + "rons" + ], + [ + "Ġmicron", + "s" + ], + [ + "Or", + "der" + ], + [ + "Ord", + "er" + ], + [ + "Ġveloc", + "ities" + ], + [ + "AT", + "IONS" + ], + [ + "ATION", + "S" + ], + [ + "á¹", + "ĩ" + ], + [ + "Ġ", + "Jeremiah" + ], + [ + "ĠJere", + "miah" + ], + [ + "ec", + "onomics" + ], + [ + "economic", + "s" + ], + [ + "econom", + "ics" + ], + [ + "-", + "organ" + ], + [ + "-or", + "gan" + ], + [ + "B", + "B" + ], + [ + "C", + "ust" + ], + [ + "Cu", + "st" + ], + [ + "G", + "ender" + ], + [ + "Gen", + "der" + ], + [ + "Ge", + "nder" + ], + [ + "M", + "ic" + ], + [ + "Mi", + "c" + ], + [ + "it", + "ability" + ], + [ + "Ġ", + "AU" + ], + [ + "ĠA", + "U" + ], + [ + "ul", + "ae" + ], + [ + "ula", + "e" + ], + [ + "Ġs", + "eeding" + ], + [ + "Ġse", + "eding" + ], + [ + "Ġsee", + "ding" + ], + [ + "Ġseed", + "ing" + ], + [ + "Ġwater", + "melon" + ], + [ + "ident", + "ally" + ], + [ + "idental", + "ly" + ], + [ + "Ġ", + "aval" + ], + [ + "Ġa", + "val" + ], + [ + "Ġav", + "al" + ], + [ + "Ġs", + "olic" + ], + [ + "Ġso", + "lic" + ], + [ + "Ġsol", + "ic" + ], + [ + "Ġsl", + "ugg" + ], + [ + "Ġslug", + "g" + ], + [ + "Ġcivil", + "isation" + ], + [ + "Ġharvest", + "s" + ], + [ + "-", + "seven" + ], + [ + "-s", + "even" + ], + [ + "-se", + "ven" + ], + [ + "Ġ", + "Continuous" + ], + [ + "ĠContin", + "uous" + ], + [ + "Ġcat", + "alytic" + ], + [ + "Ġcataly", + "tic" + ], + [ + "ĠRober", + "tson" + ], + [ + "ĠRobert", + "son" + ], + [ + "ĠRoberts", + "on" + ], + [ + "Ġ", + "à" + ], + [ + "O", + "A" + ], + [ + "a", + "ñ" + ], + [ + "Ġ", + "america" + ], + [ + "Ġa", + "merica" + ], + [ + "Ġameric", + "a" + ], + [ + "Ġ", + "TW" + ], + [ + "ĠT", + "W" + ], + [ + "ĠR", + "ama" + ], + [ + "ĠRam", + "a" + ], + [ + "ĠRa", + "ma" + ], + [ + "e", + "ced" + ], + [ + "ec", + "ed" + ], + [ + "Ġun", + "load" + ], + [ + "Ġunl", + "oad" + ], + [ + "Ġ", + "Uncle" + ], + [ + "ĠUn", + "cle" + ], + [ + "ĠUnc", + "le" + ], + [ + "Ġnote", + "books" + ], + [ + "Ġnotebook", + "s" + ], + [ + "ĠO", + "ffer" + ], + [ + "ĠOf", + "fer" + ], + [ + "ĠOff", + "er" + ], + [ + "Ġconv", + "ictions" + ], + [ + "Ġconviction", + "s" + ], + [ + "Ġconvict", + "ions" + ], + [ + "Ġpurs", + "uits" + ], + [ + "Ġpursuit", + "s" + ], + [ + "it", + "arianism" + ], + [ + "itarian", + "ism" + ], + [ + "itar", + "ianism" + ], + [ + "-", + "Jewish" + ], + [ + "-J", + "ewish" + ], + [ + "Ġperpet", + "rators" + ], + [ + "Ġperpetrator", + "s" + ], + [ + "ĠMoh", + "ammed" + ], + [ + "-", + "ton" + ], + [ + "-t", + "on" + ], + [ + "-to", + "n" + ], + [ + "W", + "inter" + ], + [ + "Win", + "ter" + ], + [ + "n", + "ear" + ], + [ + "ne", + "ar" + ], + [ + "nea", + "r" + ], + [ + "Ġm", + "ater" + ], + [ + "Ġma", + "ter" + ], + [ + "Ġmat", + "er" + ], + [ + "Ġmate", + "r" + ], + [ + "qu", + "ired" + ], + [ + "quir", + "ed" + ], + [ + "quire", + "d" + ], + [ + "qui", + "red" + ], + [ + "or", + "ta" + ], + [ + "ort", + "a" + ], + [ + "Ġr", + "opes" + ], + [ + "Ġro", + "pes" + ], + [ + "Ġrope", + "s" + ], + [ + "Ġdi", + "odes" + ], + [ + "Ġdiode", + "s" + ], + [ + "Ġdio", + "des" + ], + [ + "Ġincre", + "ment" + ], + [ + "Ġer", + "yth" + ], + [ + "Ġphot", + "oc" + ], + [ + "Ġphoto", + "c" + ], + [ + "Ġpoly", + "gon" + ], + [ + "Ġpolyg", + "on" + ], + [ + "Ġ", + "Biom" + ], + [ + "ĠB", + "iom" + ], + [ + "ĠBi", + "om" + ], + [ + "ĠBio", + "m" + ], + [ + "ĠH", + "awk" + ], + [ + "ĠHaw", + "k" + ], + [ + "Ġ", + "Corporate" + ], + [ + "ĠC", + "orporate" + ], + [ + "ĠCorpor", + "ate" + ], + [ + "ĠCorp", + "orate" + ], + [ + "Ġartic", + "ulation" + ], + [ + "á¹", + "£" + ], + [ + "Ġconsolid", + "ate" + ], + [ + "ĠCh", + "andra" + ], + [ + "ĠChand", + "ra" + ], + [ + "ĠCha", + "ndra" + ], + [ + "Ġsyndrome", + "s" + ], + [ + "Ġsynd", + "romes" + ], + [ + "B", + "uy" + ], + [ + "Bu", + "y" + ], + [ + "w", + "ax" + ], + [ + "wa", + "x" + ], + [ + "i", + "lers" + ], + [ + "il", + "ers" + ], + [ + "ile", + "rs" + ], + [ + "iler", + "s" + ], + [ + "Ġre", + "aring" + ], + [ + "Ġr", + "earing" + ], + [ + "Ġrear", + "ing" + ], + [ + "Ġl", + "ends" + ], + [ + "Ġlend", + "s" + ], + [ + "Ġlen", + "ds" + ], + [ + "us", + "ual" + ], + [ + "ĠL", + "iber" + ], + [ + "ĠLib", + "er" + ], + [ + "ĠLi", + "ber" + ], + [ + "Ġcont", + "our" + ], + [ + "ens", + "ible" + ], + [ + "ific", + "ance" + ], + [ + "Ġre", + "mission" + ], + [ + "Ġrem", + "ission" + ], + [ + "ĠA", + "lam" + ], + [ + "ĠAl", + "am" + ], + [ + "ĠAla", + "m" + ], + [ + "-", + "field" + ], + [ + "-f", + "ield" + ], + [ + "-fi", + "eld" + ], + [ + "ĠAd", + "olesc" + ], + [ + "yn", + "amic" + ], + [ + "yna", + "mic" + ], + [ + "m", + "ony" + ], + [ + "mon", + "y" + ], + [ + "mo", + "ny" + ], + [ + "Ġimplement", + "ations" + ], + [ + "Ġimplementation", + "s" + ], + [ + "Ġstar", + "ving" + ], + [ + "Ġmaster", + "ing" + ], + [ + "Ġmast", + "ering" + ], + [ + "Ġmas", + "tering" + ], + [ + "AD", + "HD" + ], + [ + "ĠBi", + "otechnology" + ], + [ + "ĠBio", + "technology" + ], + [ + "Ġadm", + "iration" + ], + [ + "Ġcr", + "ackers" + ], + [ + "Ġcra", + "ckers" + ], + [ + "Ġcrack", + "ers" + ], + [ + "ĠComp", + "etition" + ], + [ + "ĠCompet", + "ition" + ], + [ + "Ġdiscol", + "oration" + ], + [ + "Ġ", + "ie" + ], + [ + "Ġi", + "e" + ], + [ + "!", + ")," + ], + [ + "!)", + "," + ], + [ + "H", + "ence" + ], + [ + "He", + "nce" + ], + [ + "Hen", + "ce" + ], + [ + "b", + "c" + ], + [ + "Ġl", + "ure" + ], + [ + "Ġlur", + "e" + ], + [ + "Ġl", + "ily" + ], + [ + "Ġli", + "ly" + ], + [ + "Ġlil", + "y" + ], + [ + "ĠS", + "iberian" + ], + [ + "ĠSiberia", + "n" + ], + [ + "ĠSib", + "erian" + ], + [ + "Ġan", + "orexia" + ], + [ + "ĠH", + "MS" + ], + [ + "ĠHM", + "S" + ], + [ + "Ġen", + "vy" + ], + [ + "Ġenv", + "y" + ], + [ + "Ġr", + "oam" + ], + [ + "Ġro", + "am" + ], + [ + "Ġfl", + "ats" + ], + [ + "Ġflat", + "s" + ], + [ + "Ġsol", + "stice" + ], + [ + "Ġachie", + "ves" + ], + [ + "Ġachieve", + "s" + ], + [ + "Ġach", + "ieves" + ], + [ + "oph", + "ilia" + ], + [ + "ophil", + "ia" + ], + [ + "Ġde", + "but" + ], + [ + "Ġdeb", + "ut" + ], + [ + "Ġ", + "Trauma" + ], + [ + "ĠTra", + "uma" + ], + [ + "Ġb", + "lew" + ], + [ + "Ġbl", + "ew" + ], + [ + "Ġble", + "w" + ], + [ + "ĠExt", + "ended" + ], + [ + "Ġenorm", + "ously" + ], + [ + "Ġenormous", + "ly" + ], + [ + "Ob", + "viously" + ], + [ + "Ġpersec", + "uted" + ], + [ + "Ġhemorrh", + "age" + ], + [ + "Ġmund", + "ane" + ], + [ + "-", + "kind" + ], + [ + "-k", + "ind" + ], + [ + "/", + "articles" + ], + [ + "/article", + "s" + ], + [ + "R", + "ain" + ], + [ + "Ra", + "in" + ], + [ + "e", + "rating" + ], + [ + "er", + "ating" + ], + [ + "era", + "ting" + ], + [ + "erat", + "ing" + ], + [ + "Ġus", + "ername" + ], + [ + "Ġuser", + "name" + ], + [ + "Ġso", + "aring" + ], + [ + "Ġsoar", + "ing" + ], + [ + "ath", + "olic" + ], + [ + "Ġb", + "rine" + ], + [ + "Ġbr", + "ine" + ], + [ + "Ġbri", + "ne" + ], + [ + "..", + ".\"" + ], + [ + "...", + "\"" + ], + [ + "ĠS", + "part" + ], + [ + "ĠSp", + "art" + ], + [ + "ĠSpa", + "rt" + ], + [ + "ĠSpar", + "t" + ], + [ + "ĠIs", + "ab" + ], + [ + "ĠIsa", + "b" + ], + [ + "ĠSh", + "ark" + ], + [ + "ĠShar", + "k" + ], + [ + "un", + "time" + ], + [ + "unt", + "ime" + ], + [ + "Ġast", + "ounding" + ], + [ + "Ġcard", + "io" + ], + [ + "Ġcardi", + "o" + ], + [ + "r", + "osion" + ], + [ + "ros", + "ion" + ], + [ + "Ġ", + "plasticity" + ], + [ + "Ġpl", + "asticity" + ], + [ + "Ġplastic", + "ity" + ], + [ + "Ġplast", + "icity" + ], + [ + "Ġ", + "Helping" + ], + [ + "ĠHel", + "ping" + ], + [ + "ĠHelp", + "ing" + ], + [ + "Ġthor", + "acic" + ], + [ + "Ġ", + "Nobody" + ], + [ + "ĠNo", + "body" + ], + [ + "ĠNob", + "ody" + ], + [ + "em", + "orrh" + ], + [ + "emor", + "rh" + ], + [ + "Ġnick", + "named" + ], + [ + "Ġnickname", + "d" + ], + [ + "ĠParad", + "ise" + ], + [ + "Ġ", + "ig" + ], + [ + "Ġi", + "g" + ], + [ + "Ġ", + "]Ċ" + ], + [ + "Ġ]", + "Ċ" + ], + [ + "S", + "omething" + ], + [ + "Some", + "thing" + ], + [ + "as", + "per" + ], + [ + "asp", + "er" + ], + [ + "ac", + "et" + ], + [ + "ace", + "t" + ], + [ + "ĠH", + "ours" + ], + [ + "ĠHo", + "urs" + ], + [ + "ĠHou", + "rs" + ], + [ + "ĠHour", + "s" + ], + [ + "Ġat", + "rial" + ], + [ + "Ġatria", + "l" + ], + [ + "Ġc", + "lash" + ], + [ + "Ġcl", + "ash" + ], + [ + "Ġclas", + "h" + ], + [ + "Ġcom", + "missions" + ], + [ + "Ġcomm", + "issions" + ], + [ + "Ġcommission", + "s" + ], + [ + "Ġcommiss", + "ions" + ], + [ + "Ġt", + "rays" + ], + [ + "Ġtra", + "ys" + ], + [ + "Ġtr", + "ays" + ], + [ + "Ġtray", + "s" + ], + [ + "o", + "thermia" + ], + [ + "other", + "mia" + ], + [ + "ring", + "es" + ], + [ + "rin", + "ges" + ], + [ + "ringe", + "s" + ], + [ + "idd", + "ish" + ], + [ + "on", + "set" + ], + [ + "ons", + "et" + ], + [ + "onse", + "t" + ], + [ + "S", + "TR" + ], + [ + "ST", + "R" + ], + [ + "ĠH", + "unger" + ], + [ + "ĠHung", + "er" + ], + [ + "ĠHun", + "ger" + ], + [ + "ĠSymp", + "osium" + ], + [ + "L", + "ev" + ], + [ + "Le", + "v" + ], + [ + "a", + "log" + ], + [ + "al", + "og" + ], + [ + "alo", + "g" + ], + [ + "il", + "ical" + ], + [ + "ili", + "cal" + ], + [ + "ilic", + "al" + ], + [ + "Ġ", + "WR" + ], + [ + "ĠW", + "R" + ], + [ + "Ġr", + "ye" + ], + [ + "Ġry", + "e" + ], + [ + "ag", + "ulation" + ], + [ + "agu", + "lation" + ], + [ + "agul", + "ation" + ], + [ + "-", + "social" + ], + [ + "-s", + "ocial" + ], + [ + "-so", + "cial" + ], + [ + "Ġdev", + "iations" + ], + [ + "Ġdeviation", + "s" + ], + [ + "Ġind", + "ucing" + ], + [ + "Ġindu", + "cing" + ], + [ + "Ġz", + "omb" + ], + [ + "Ġzo", + "mb" + ], + [ + "Ġcolon", + "ized" + ], + [ + "Ġcolonize", + "d" + ], + [ + "Ġap", + "opt" + ], + [ + "Ġapo", + "pt" + ], + [ + "ĠHar", + "riet" + ], + [ + "Ġtong", + "ues" + ], + [ + "Ġtongue", + "s" + ], + [ + "ĠP", + "olicies" + ], + [ + "ĠPolic", + "ies" + ], + [ + "ĠConfed", + "eration" + ], + [ + "ĠConfeder", + "ation" + ], + [ + "uns", + "aturated" + ], + [ + "ĠAnaly", + "tics" + ], + [ + "A", + "VE" + ], + [ + "AV", + "E" + ], + [ + "Cho", + "osing" + ], + [ + "Ġpopul", + "ace" + ], + [ + "-", + "authors" + ], + [ + "-a", + "uthors" + ], + [ + "-author", + "s" + ], + [ + "-aut", + "hors" + ], + [ + "a", + "rah" + ], + [ + "ar", + "ah" + ], + [ + "ara", + "h" + ], + [ + "Ġw", + "asp" + ], + [ + "Ġwas", + "p" + ], + [ + "Ġwa", + "sp" + ], + [ + "ĠGe", + "off" + ], + [ + "ĠGeo", + "ff" + ], + [ + "Ġlink", + "age" + ], + [ + "Ġdoct", + "orate" + ], + [ + "Ġdoctor", + "ate" + ], + [ + "ĠTra", + "dition" + ], + [ + "ĠTrad", + "ition" + ], + [ + "ĠDav", + "idson" + ], + [ + "ĠDavid", + "son" + ], + [ + "ĠOb", + "st" + ], + [ + "ĠObs", + "t" + ], + [ + "ĠSub", + "stance" + ], + [ + "ĠSubs", + "tance" + ], + [ + "ĠOut", + "comes" + ], + [ + "ĠOutcome", + "s" + ], + [ + "Ġcrypt", + "ography" + ], + [ + "Ġw", + "inged" + ], + [ + "Ġwin", + "ged" + ], + [ + "Ġwing", + "ed" + ], + [ + "Ġmur", + "ders" + ], + [ + "Ġmurder", + "s" + ], + [ + "Ġmurd", + "ers" + ], + [ + "Ġbund", + "les" + ], + [ + "Ġbundle", + "s" + ], + [ + "Ġpear", + "l" + ], + [ + "Ġ", + "borough" + ], + [ + "Ġbo", + "rough" + ], + [ + "Ġbor", + "ough" + ], + [ + "ĠOdys", + "sey" + ], + [ + "ĠF", + "ranç" + ], + [ + "ĠFran", + "ç" + ], + [ + "A", + "h" + ], + [ + "Ġ", + "Aster" + ], + [ + "ĠA", + "ster" + ], + [ + "ĠAs", + "ter" + ], + [ + "ĠAst", + "er" + ], + [ + "ĠP", + "K" + ], + [ + "r", + "ometry" + ], + [ + "ro", + "metry" + ], + [ + "rom", + "etry" + ], + [ + "rome", + "try" + ], + [ + "an", + "tom" + ], + [ + "ant", + "om" + ], + [ + "anto", + "m" + ], + [ + "Ġ", + "GS" + ], + [ + "ĠG", + "S" + ], + [ + "ib", + "eral" + ], + [ + "iber", + "al" + ], + [ + "ibe", + "ral" + ], + [ + "e", + "rey" + ], + [ + "er", + "ey" + ], + [ + "ere", + "y" + ], + [ + "Ġorgan", + "ise" + ], + [ + "p", + "orting" + ], + [ + "port", + "ing" + ], + [ + "por", + "ting" + ], + [ + "Ġcol", + "oration" + ], + [ + "Ġcolor", + "ation" + ], + [ + "Ġtrans", + "ports" + ], + [ + "Ġtransport", + "s" + ], + [ + "Ġtransp", + "orts" + ], + [ + "Ġtranspor", + "ts" + ], + [ + "Ġst", + "ripe" + ], + [ + "Ġstr", + "ipe" + ], + [ + "Ġstri", + "pe" + ], + [ + "Ġstrip", + "e" + ], + [ + "Ġ", + "Artist" + ], + [ + "ĠArt", + "ist" + ], + [ + "Ġvict", + "orious" + ], + [ + "Ġvictor", + "ious" + ], + [ + "Ġ", + "Moral" + ], + [ + "ĠM", + "oral" + ], + [ + "ĠMor", + "al" + ], + [ + "ĠMo", + "ral" + ], + [ + "ĠFre", + "eman" + ], + [ + "ĠFree", + "man" + ], + [ + "ĠFreem", + "an" + ], + [ + "ĠMicro", + "biology" + ], + [ + "ĠMic", + "robiology" + ], + [ + "ĠMicrob", + "iology" + ], + [ + "Cont", + "ent" + ], + [ + "Ġn", + "omination" + ], + [ + "Ġno", + "mination" + ], + [ + "Ġnom", + "ination" + ], + [ + "Ġnomin", + "ation" + ], + [ + "Ġdigit", + "ized" + ], + [ + "Ġi", + "vy" + ], + [ + "Ġiv", + "y" + ], + [ + "og", + "lyph" + ], + [ + "ogly", + "ph" + ], + [ + "Ġi", + "bn" + ], + [ + "Ġib", + "n" + ], + [ + "Ġentrepreneur", + "ial" + ], + [ + "Ġinterchange", + "ably" + ], + [ + "Ġbranch", + "ing" + ], + [ + "Ġbran", + "ching" + ], + [ + "Ġtough", + "er" + ], + [ + "Ġtoug", + "her" + ], + [ + "ĠRichard", + "son" + ], + [ + "ĠRichards", + "on" + ], + [ + "-", + "market" + ], + [ + "-mark", + "et" + ], + [ + "-mar", + "ket" + ], + [ + "omencl", + "ature" + ], + [ + "G", + "T" + ], + [ + "S", + "afety" + ], + [ + "Safe", + "ty" + ], + [ + "Saf", + "ety" + ], + [ + "Ġre", + "ds" + ], + [ + "Ġr", + "eds" + ], + [ + "Ġred", + "s" + ], + [ + "Ġen", + "dings" + ], + [ + "Ġend", + "ings" + ], + [ + "Ġending", + "s" + ], + [ + "ĠEm", + "erson" + ], + [ + "ĠEmer", + "son" + ], + [ + "Ġm", + "isal" + ], + [ + "Ġmis", + "al" + ], + [ + "Ġmi", + "sal" + ], + [ + "Ġleaf", + "lets" + ], + [ + "Ġleaflet", + "s" + ], + [ + "ĠDe", + "nis" + ], + [ + "ĠDen", + "is" + ], + [ + "Ġ", + "Photography" + ], + [ + "ĠPhot", + "ography" + ], + [ + "ĠPhotograph", + "y" + ], + [ + "ĠN", + "GC" + ], + [ + "ĠNG", + "C" + ], + [ + "Ġin", + "verter" + ], + [ + "Ġinver", + "ter" + ], + [ + "Ġinverte", + "r" + ], + [ + "Ġinvert", + "er" + ], + [ + "-", + "blood" + ], + [ + "-bl", + "ood" + ], + [ + "Ġcad", + "mium" + ], + [ + "Ġinert", + "ia" + ], + [ + "Ġreper", + "cussions" + ], + [ + "Ġspong", + "es" + ], + [ + "Ġsponge", + "s" + ], + [ + "\"", + ">" + ], + [ + "-", + "new" + ], + [ + "-n", + "ew" + ], + [ + "-ne", + "w" + ], + [ + "D", + "eb" + ], + [ + "De", + "b" + ], + [ + "at", + "ism" + ], + [ + "ati", + "sm" + ], + [ + "atis", + "m" + ], + [ + "ĠP", + "ri" + ], + [ + "ĠPr", + "i" + ], + [ + "Ġ", + "JA" + ], + [ + "ĠJ", + "A" + ], + [ + "a", + "vier" + ], + [ + "av", + "ier" + ], + [ + "avi", + "er" + ], + [ + "ĠK", + "ern" + ], + [ + "ĠKe", + "rn" + ], + [ + "ĠKer", + "n" + ], + [ + "Ġ", + "Already" + ], + [ + "ĠAl", + "ready" + ], + [ + "Ġins", + "oluble" + ], + [ + "Ġinsol", + "uble" + ], + [ + "Ġsl", + "aughtered" + ], + [ + "Ġslaughter", + "ed" + ], + [ + "Ġt", + "reason" + ], + [ + "Ġtre", + "ason" + ], + [ + "Ġsw", + "ab" + ], + [ + "Ġprop", + "eller" + ], + [ + "Ġpropel", + "ler" + ], + [ + "oph", + "ysics" + ], + [ + "ophys", + "ics" + ], + [ + "bo", + "ats" + ], + [ + "boat", + "s" + ], + [ + "boa", + "ts" + ], + [ + "Ġfire", + "place" + ], + [ + "ĠMod", + "ified" + ], + [ + "ĠModi", + "fied" + ], + [ + "Ġfix", + "ation" + ], + [ + "Ġkn", + "ights" + ], + [ + "Ġknight", + "s" + ], + [ + "Ġswim", + "mers" + ], + [ + "Ġswimmer", + "s" + ], + [ + "Per", + "iod" + ], + [ + "ĠUV", + "B" + ], + [ + "ĠDor", + "othy" + ], + [ + "Ġseam", + "less" + ], + [ + "ĠCollabor", + "ation" + ], + [ + "Init", + "ially" + ], + [ + "Initial", + "ly" + ], + [ + "le", + "ased" + ], + [ + "lease", + "d" + ], + [ + "Ġn", + "ylon" + ], + [ + "Ġny", + "lon" + ], + [ + "Ġp", + "row" + ], + [ + "Ġpro", + "w" + ], + [ + "Ġpr", + "ow" + ], + [ + "Ġch", + "ina" + ], + [ + "Ġchi", + "na" + ], + [ + "Ġchin", + "a" + ], + [ + "as", + "ties" + ], + [ + "ast", + "ies" + ], + [ + "Ġev", + "olves" + ], + [ + "Ġevolve", + "s" + ], + [ + "Ġse", + "crete" + ], + [ + "Ġsec", + "rete" + ], + [ + "Ġsecret", + "e" + ], + [ + "Ġsecre", + "te" + ], + [ + "Ġ", + "Reasons" + ], + [ + "ĠRe", + "asons" + ], + [ + "ĠReason", + "s" + ], + [ + "Ġpr", + "imer" + ], + [ + "Ġprim", + "er" + ], + [ + "Ġprime", + "r" + ], + [ + "Ġpri", + "mer" + ], + [ + "Ġstr", + "iped" + ], + [ + "Ġstri", + "ped" + ], + [ + "Ġstrip", + "ed" + ], + [ + "Ġstripe", + "d" + ], + [ + "Ġhear", + "ings" + ], + [ + "Ġhearing", + "s" + ], + [ + "Pre", + "vention" + ], + [ + "Prevent", + "ion" + ], + [ + "ĠR", + "hine" + ], + [ + "ĠRh", + "ine" + ], + [ + "ĠRhin", + "e" + ], + [ + "cut", + "aneous" + ], + [ + "edu", + "cation" + ], + [ + "educ", + "ation" + ], + [ + "ĠYah", + "weh" + ], + [ + "ĠBe", + "autiful" + ], + [ + "ĠBeaut", + "iful" + ], + [ + "ĠCorinth", + "ians" + ], + [ + "-", + "earth" + ], + [ + "-e", + "arth" + ], + [ + "-ear", + "th" + ], + [ + "F", + "I" + ], + [ + "k", + "t" + ], + [ + "at", + "aka" + ], + [ + "ata", + "ka" + ], + [ + "ĠH", + "ast" + ], + [ + "ĠHa", + "st" + ], + [ + "ĠHas", + "t" + ], + [ + "Ġdiff", + "raction" + ], + [ + "Ġsur", + "rog" + ], + [ + "h", + "orse" + ], + [ + "hor", + "se" + ], + [ + "hors", + "e" + ], + [ + "ox", + "ygen" + ], + [ + "oxy", + "gen" + ], + [ + "ĠLe", + "opold" + ], + [ + "Ġb", + "ounded" + ], + [ + "Ġbo", + "unded" + ], + [ + "Ġbound", + "ed" + ], + [ + "Ġnan", + "om" + ], + [ + "Ġna", + "nom" + ], + [ + "Ġnano", + "m" + ], + [ + "ĠStep", + "hens" + ], + [ + "ĠStephen", + "s" + ], + [ + "Ġfrag", + "rant" + ], + [ + "-", + "access" + ], + [ + "-a", + "ccess" + ], + [ + "-ac", + "cess" + ], + [ + "-acc", + "ess" + ], + [ + "Ġorch", + "ards" + ], + [ + "Ġorchard", + "s" + ], + [ + "Ġbrig", + "ade" + ], + [ + "ĠK", + "lein" + ], + [ + "ĠKle", + "in" + ], + [ + "D", + "eterm" + ], + [ + "De", + "term" + ], + [ + "Det", + "erm" + ], + [ + "l", + "id" + ], + [ + "li", + "d" + ], + [ + "o", + "ises" + ], + [ + "ois", + "es" + ], + [ + "oise", + "s" + ], + [ + "oi", + "ses" + ], + [ + "Ġa", + "ortic" + ], + [ + "i", + "flower" + ], + [ + "if", + "lower" + ], + [ + "ĠB", + "ass" + ], + [ + "ĠBas", + "s" + ], + [ + "ĠBa", + "ss" + ], + [ + "Ġs", + "pins" + ], + [ + "Ġsp", + "ins" + ], + [ + "Ġspin", + "s" + ], + [ + "Ġspi", + "ns" + ], + [ + "o", + "used" + ], + [ + "ou", + "sed" + ], + [ + "ous", + "ed" + ], + [ + "ouse", + "d" + ], + [ + "ĠJ", + "aw" + ], + [ + "ĠJa", + "w" + ], + [ + "Ġwork", + "book" + ], + [ + "Ġam", + "ygdala" + ], + [ + "Ġp", + "oop" + ], + [ + "Ġpo", + "op" + ], + [ + "Ġpoo", + "p" + ], + [ + "Ġtop", + "ology" + ], + [ + "Ġrad", + "iant" + ], + [ + "Ġradi", + "ant" + ], + [ + "ER", + "V" + ], + [ + "Ġwild", + "ly" + ], + [ + "Ġst", + "rained" + ], + [ + "Ġstr", + "ained" + ], + [ + "Ġstra", + "ined" + ], + [ + "Ġstrain", + "ed" + ], + [ + "ĠRec", + "reation" + ], + [ + "E", + "CH" + ], + [ + "EC", + "H" + ], + [ + "Ġconservation", + "ists" + ], + [ + "Ġconservationist", + "s" + ], + [ + "Cl", + "oud" + ], + [ + "I", + "LE" + ], + [ + "IL", + "E" + ], + [ + "Ġ", + "Ethical" + ], + [ + "ĠEth", + "ical" + ], + [ + "ĠN", + "oble" + ], + [ + "ĠNo", + "ble" + ], + [ + "ĠNob", + "le" + ], + [ + "ĠMand", + "arin" + ], + [ + "f", + "ill" + ], + [ + "fi", + "ll" + ], + [ + "fil", + "l" + ], + [ + "w", + "art" + ], + [ + "war", + "t" + ], + [ + "wa", + "rt" + ], + [ + "e", + "rian" + ], + [ + "er", + "ian" + ], + [ + "eria", + "n" + ], + [ + "eri", + "an" + ], + [ + "a", + "nan" + ], + [ + "an", + "an" + ], + [ + "ana", + "n" + ], + [ + "Ġa", + "nem" + ], + [ + "Ġan", + "em" + ], + [ + "ĠF", + "ight" + ], + [ + "ĠFig", + "ht" + ], + [ + "ĠR", + "id" + ], + [ + "ĠRi", + "d" + ], + [ + "Ġ", + "Chocolate" + ], + [ + "ĠCh", + "ocolate" + ], + [ + "Ġreg", + "iments" + ], + [ + "Ġregiment", + "s" + ], + [ + "Ġregimen", + "ts" + ], + [ + "het", + "amine" + ], + [ + "Ġem", + "bell" + ], + [ + "Ġemb", + "ell" + ], + [ + "C", + "CC" + ], + [ + "CC", + "C" + ], + [ + "d", + "oing" + ], + [ + "do", + "ing" + ], + [ + "doi", + "ng" + ], + [ + "ĠAn", + "nie" + ], + [ + "ĠAnn", + "ie" + ], + [ + "Ġcelebr", + "ities" + ], + [ + "Ġceleb", + "rities" + ], + [ + "ĠEditor", + "ial" + ], + [ + "ĠEdit", + "orial" + ], + [ + "Ġd", + "rowned" + ], + [ + "Ġdr", + "owned" + ], + [ + "Ġdrow", + "ned" + ], + [ + "Ġdrown", + "ed" + ], + [ + "ĠM", + "orton" + ], + [ + "ĠMor", + "ton" + ], + [ + "ĠMort", + "on" + ], + [ + "ĠAbs", + "olute" + ], + [ + "aphyl", + "ococcus" + ], + [ + "Particip", + "ants" + ], + [ + "p", + "ipe" + ], + [ + "pi", + "pe" + ], + [ + "r", + "ints" + ], + [ + "rint", + "s" + ], + [ + "rin", + "ts" + ], + [ + "Ġs", + "owing" + ], + [ + "Ġso", + "wing" + ], + [ + "Ġsow", + "ing" + ], + [ + "Ġf", + "erv" + ], + [ + "Ġfer", + "v" + ], + [ + "Ġ", + "ms" + ], + [ + "Ġm", + "s" + ], + [ + "o", + "mac" + ], + [ + "om", + "ac" + ], + [ + "oma", + "c" + ], + [ + "o", + "go" + ], + [ + "og", + "o" + ], + [ + "al", + "lows" + ], + [ + "all", + "ows" + ], + [ + "allow", + "s" + ], + [ + "allo", + "ws" + ], + [ + "m", + "erc" + ], + [ + "mer", + "c" + ], + [ + "me", + "rc" + ], + [ + "Ġtreat", + "ise" + ], + [ + "ĠAn", + "cest" + ], + [ + "Ġprof", + "iling" + ], + [ + "o", + "xin" + ], + [ + "ox", + "in" + ], + [ + "Ġcont", + "entious" + ], + [ + "Ġcontent", + "ious" + ], + [ + "-", + "Sp" + ], + [ + "-S", + "p" + ], + [ + "Ġmer", + "ging" + ], + [ + "Ġsem", + "inars" + ], + [ + "Ġseminar", + "s" + ], + [ + "Ġsemin", + "ars" + ], + [ + "ĠF", + "east" + ], + [ + "ĠFe", + "ast" + ], + [ + "o", + "plastic" + ], + [ + "opl", + "astic" + ], + [ + "oplas", + "tic" + ], + [ + "har", + "dt" + ], + [ + "hard", + "t" + ], + [ + "Disc", + "uss" + ], + [ + "ĠKit", + "chen" + ], + [ + "Micro", + "soft" + ], + [ + "Ġuncont", + "roll" + ], + [ + "Ġecc", + "lesiastical" + ], + [ + "Ġantidepress", + "ant" + ], + [ + "L", + "y" + ], + [ + "Ġt", + "ann" + ], + [ + "Ġtan", + "n" + ], + [ + "Ġta", + "nn" + ], + [ + "Ġw", + "rought" + ], + [ + "Ġwr", + "ought" + ], + [ + "im", + "ilar" + ], + [ + "imi", + "lar" + ], + [ + "Ġcon", + "ced" + ], + [ + "Ġconc", + "ed" + ], + [ + "Ġconce", + "d" + ], + [ + "i", + "fty" + ], + [ + "if", + "ty" + ], + [ + "ift", + "y" + ], + [ + "Ġv", + "ou" + ], + [ + "Ġvo", + "u" + ], + [ + "Ġle", + "opard" + ], + [ + "Ġk", + "icking" + ], + [ + "Ġkick", + "ing" + ], + [ + "Ġki", + "cking" + ], + [ + "Ġun", + "he" + ], + [ + "Ġunh", + "e" + ], + [ + "Ġfl", + "ares" + ], + [ + "Ġflare", + "s" + ], + [ + "Ġlar", + "va" + ], + [ + "ar", + "ches" + ], + [ + "arch", + "es" + ], + [ + "arc", + "hes" + ], + [ + "arche", + "s" + ], + [ + "Ġmar", + "athon" + ], + [ + "Ġhard", + "ening" + ], + [ + "Ġharden", + "ing" + ], + [ + "Ġrec", + "order" + ], + [ + "Ġrecord", + "er" + ], + [ + "b", + "ye" + ], + [ + "by", + "e" + ], + [ + "Ġport", + "rays" + ], + [ + "Ġportray", + "s" + ], + [ + "Ġess", + "entials" + ], + [ + "Ġessential", + "s" + ], + [ + "Ġdraw", + "back" + ], + [ + "Ġmal", + "ign" + ], + [ + "r", + "ums" + ], + [ + "ru", + "ms" + ], + [ + "rum", + "s" + ], + [ + "Ġ", + "Subt" + ], + [ + "ĠSu", + "bt" + ], + [ + "ĠSub", + "t" + ], + [ + "d", + "esign" + ], + [ + "de", + "sign" + ], + [ + "des", + "ign" + ], + [ + "Ġkit", + "chens" + ], + [ + "Ġkitchen", + "s" + ], + [ + "Ġ", + "Respect" + ], + [ + "ĠRes", + "pect" + ], + [ + "ĠResp", + "ect" + ], + [ + "ĠHig", + "gs" + ], + [ + "ĠP", + "repared" + ], + [ + "ĠPrep", + "ared" + ], + [ + "ĠPrepare", + "d" + ], + [ + "ĠPrepar", + "ed" + ], + [ + "Ġplum", + "met" + ], + [ + "Organ", + "ic" + ], + [ + "Org", + "anic" + ], + [ + "ĠIM", + "F" + ], + [ + "ĠAdvance", + "ment" + ], + [ + "v", + "re" + ], + [ + "z", + "ig" + ], + [ + "zi", + "g" + ], + [ + "a", + "rum" + ], + [ + "ar", + "um" + ], + [ + "aru", + "m" + ], + [ + "ore", + "au" + ], + [ + "orea", + "u" + ], + [ + "Ġ", + "kW" + ], + [ + "Ġk", + "W" + ], + [ + "Ġ", + "Straw" + ], + [ + "ĠSt", + "raw" + ], + [ + "ĠStr", + "aw" + ], + [ + "ĠStra", + "w" + ], + [ + "Ġmon", + "oc" + ], + [ + "Ġmono", + "c" + ], + [ + "un", + "day" + ], + [ + "und", + "ay" + ], + [ + "unda", + "y" + ], + [ + "-", + "square" + ], + [ + "-s", + "quare" + ], + [ + "-squ", + "are" + ], + [ + "ĠAd", + "olescent" + ], + [ + "ĠAdolesc", + "ent" + ], + [ + "Ġnatural", + "ist" + ], + [ + "sequ", + "ences" + ], + [ + "sequence", + "s" + ], + [ + "Ġ", + "Switch" + ], + [ + "ĠS", + "witch" + ], + [ + "ĠSw", + "itch" + ], + [ + "ĠProt", + "ected" + ], + [ + "ĠProtect", + "ed" + ], + [ + "A", + "LS" + ], + [ + "AL", + "S" + ], + [ + "r", + "ologic" + ], + [ + "rol", + "ogic" + ], + [ + "rolog", + "ic" + ], + [ + "n", + "ett" + ], + [ + "ne", + "tt" + ], + [ + "net", + "t" + ], + [ + "/d", + "L" + ], + [ + "ĠJo", + "el" + ], + [ + "ĠJoe", + "l" + ], + [ + "ĠEss", + "ex" + ], + [ + "ĠEs", + "sex" + ], + [ + "Ġsor", + "ghum" + ], + [ + "Ġprop", + "riet" + ], + [ + "Ġpropri", + "et" + ], + [ + "Ġdiscontin", + "ued" + ], + [ + "Ġdiscontinue", + "d" + ], + [ + "ðĿ", + "IJ" + ], + [ + "%", + ").Ċ" + ], + [ + "%)", + ".Ċ" + ], + [ + "%).", + "Ċ" + ], + [ + "k", + "w" + ], + [ + "r", + "ude" + ], + [ + "ru", + "de" + ], + [ + "rud", + "e" + ], + [ + "Ï", + "ħ" + ], + [ + "at", + "ized" + ], + [ + "ati", + "zed" + ], + [ + "atize", + "d" + ], + [ + "ĠT", + "us" + ], + [ + "ĠTu", + "s" + ], + [ + "ĠS", + "ally" + ], + [ + "ĠSal", + "ly" + ], + [ + "ĠSall", + "y" + ], + [ + "ĠM", + "uss" + ], + [ + "ĠMus", + "s" + ], + [ + "ĠMu", + "ss" + ], + [ + "ist", + "ocene" + ], + [ + "Ġfree", + "w" + ], + [ + "Ġfre", + "ew" + ], + [ + "r", + "ugu" + ], + [ + "ru", + "gu" + ], + [ + "rug", + "u" + ], + [ + "ĠO", + "rn" + ], + [ + "ĠOr", + "n" + ], + [ + "Ġcap", + "acitors" + ], + [ + "Ġcapac", + "itors" + ], + [ + "Ġcapacitor", + "s" + ], + [ + "Ġgar", + "rison" + ], + [ + "ĠGal", + "apagos" + ], + [ + "stan", + "bul" + ], + [ + "Ġhypoth", + "alamus" + ], + [ + "B", + "ec" + ], + [ + "Be", + "c" + ], + [ + "B", + "etter" + ], + [ + "Bet", + "ter" + ], + [ + "P", + "ast" + ], + [ + "Pa", + "st" + ], + [ + "Pas", + "t" + ], + [ + "ar", + "coma" + ], + [ + "arc", + "oma" + ], + [ + "arco", + "ma" + ], + [ + "Ġg", + "yp" + ], + [ + "Ġgy", + "p" + ], + [ + "Ġs", + "tab" + ], + [ + "Ġst", + "ab" + ], + [ + "Ġsta", + "b" + ], + [ + "ĠN", + "un" + ], + [ + "ĠNu", + "n" + ], + [ + "Ġ", + "GHz" + ], + [ + "ĠG", + "Hz" + ], + [ + "ĠGH", + "z" + ], + [ + "p", + "ering" + ], + [ + "per", + "ing" + ], + [ + "pe", + "ring" + ], + [ + "tern", + "ity" + ], + [ + "ĠCl", + "uster" + ], + [ + "W", + "eight" + ], + [ + "We", + "ight" + ], + [ + "r", + "etched" + ], + [ + "ret", + "ched" + ], + [ + "retch", + "ed" + ], + [ + "Ġde", + "alers" + ], + [ + "Ġdeal", + "ers" + ], + [ + "Ġdealer", + "s" + ], + [ + "ĠRem", + "oval" + ], + [ + "ĠP", + "Cs" + ], + [ + "ĠPC", + "s" + ], + [ + "Ġprev", + "ailed" + ], + [ + "Ġprevail", + "ed" + ], + [ + "-", + "chain" + ], + [ + "-ch", + "ain" + ], + [ + "ĠSus", + "sex" + ], + [ + "Ġpap", + "ill" + ], + [ + "Ġpa", + "pill" + ], + [ + "ĠM", + "arco" + ], + [ + "ĠMar", + "co" + ], + [ + "ĠMarc", + "o" + ], + [ + "Ġaver", + "aging" + ], + [ + "ĠNeu", + "rology" + ], + [ + "ĠNeur", + "ology" + ], + [ + "Ġsur", + "passed" + ], + [ + "Ġsurpass", + "ed" + ], + [ + "ĠPro", + "cedure" + ], + [ + "ĠProced", + "ure" + ], + [ + "Ġincarcer", + "ation" + ], + [ + "Ġnotorious", + "ly" + ], + [ + "Ġnotor", + "iously" + ], + [ + "W", + "al" + ], + [ + "Wa", + "l" + ], + [ + "b", + "org" + ], + [ + "bor", + "g" + ], + [ + "Ġp", + "ore" + ], + [ + "Ġpo", + "re" + ], + [ + "Ġpor", + "e" + ], + [ + "ul", + "ents" + ], + [ + "ulent", + "s" + ], + [ + "ĠB", + "oh" + ], + [ + "ĠBo", + "h" + ], + [ + "ĠH", + "utch" + ], + [ + "ĠHut", + "ch" + ], + [ + "ert", + "ile" + ], + [ + "ertil", + "e" + ], + [ + "ont", + "ology" + ], + [ + "-", + "living" + ], + [ + "-l", + "iving" + ], + [ + "Ġpot", + "entials" + ], + [ + "Ġpotential", + "s" + ], + [ + "Ġpotent", + "ials" + ], + [ + "ĠPar", + "agu" + ], + [ + "ĠPara", + "gu" + ], + [ + "Ġ", + "Insert" + ], + [ + "ĠIns", + "ert" + ], + [ + "Ġstake", + "holder" + ], + [ + "havior", + "al" + ], + [ + "Ġell", + "iptical" + ], + [ + "Ġelliptic", + "al" + ], + [ + "-", + "needed" + ], + [ + "-ne", + "eded" + ], + [ + "-need", + "ed" + ], + [ + "-app", + "roved" + ], + [ + "Ġhumming", + "birds" + ], + [ + "Ġhummingbird", + "s" + ], + [ + "b", + "ots" + ], + [ + "bo", + "ts" + ], + [ + "bot", + "s" + ], + [ + "u", + "pt" + ], + [ + "up", + "t" + ], + [ + "Ġf", + "rench" + ], + [ + "Ġfr", + "ench" + ], + [ + "Ġfren", + "ch" + ], + [ + "ĠS", + "au" + ], + [ + "ĠSa", + "u" + ], + [ + "ĠM", + "ats" + ], + [ + "ĠMat", + "s" + ], + [ + "ĠMa", + "ts" + ], + [ + "ĠP", + "oles" + ], + [ + "ĠPol", + "es" + ], + [ + "ĠPo", + "les" + ], + [ + "ĠPole", + "s" + ], + [ + "ĠF", + "ork" + ], + [ + "ĠFor", + "k" + ], + [ + "Ġ", + "LC" + ], + [ + "ĠL", + "C" + ], + [ + "p", + "ty" + ], + [ + "pt", + "y" + ], + [ + "Ġpe", + "aked" + ], + [ + "Ġpeak", + "ed" + ], + [ + "Ġpea", + "ked" + ], + [ + "Ġpo", + "inters" + ], + [ + "Ġpoint", + "ers" + ], + [ + "Ġpointer", + "s" + ], + [ + "Ġmod", + "alities" + ], + [ + "Ġmodal", + "ities" + ], + [ + "Ġshort", + "ening" + ], + [ + "Ġshorten", + "ing" + ], + [ + "ĠProg", + "ressive" + ], + [ + "ĠProgress", + "ive" + ], + [ + "ĠL", + "ego" + ], + [ + "ĠLe", + "go" + ], + [ + "ĠLeg", + "o" + ], + [ + "Ġlie", + "utenant" + ], + [ + "ĠC", + "osts" + ], + [ + "ĠCo", + "sts" + ], + [ + "ĠCost", + "s" + ], + [ + "ĠCos", + "ts" + ], + [ + "Ġalgebra", + "ic" + ], + [ + "ifix", + "ion" + ], + [ + "-", + "cycle" + ], + [ + "-c", + "ycle" + ], + [ + "-cy", + "cle" + ], + [ + "T", + "ogether" + ], + [ + "r", + "ically" + ], + [ + "ric", + "ally" + ], + [ + "rical", + "ly" + ], + [ + "Ġd", + "ex" + ], + [ + "Ġde", + "x" + ], + [ + "ĠB", + "ever" + ], + [ + "ĠBe", + "ver" + ], + [ + "Ġp", + "osing" + ], + [ + "Ġpo", + "sing" + ], + [ + "Ġpos", + "ing" + ], + [ + "An", + "aly" + ], + [ + "Ana", + "ly" + ], + [ + "rel", + "ations" + ], + [ + "relation", + "s" + ], + [ + "â̦", + ".Ċ" + ], + [ + "â̦.", + "Ċ" + ], + [ + "ol", + "ls" + ], + [ + "oll", + "s" + ], + [ + "r", + "ength" + ], + [ + "reng", + "th" + ], + [ + "Ġ", + "Consumers" + ], + [ + "ĠCons", + "umers" + ], + [ + "ĠConsumer", + "s" + ], + [ + "ĠConsume", + "rs" + ], + [ + "Ġblock", + "ade" + ], + [ + "Ġautom", + "ate" + ], + [ + "Ġauto", + "mate" + ], + [ + "ĠMc", + "N" + ], + [ + "par", + "tum" + ], + [ + "part", + "um" + ], + [ + "Ġcatch", + "ment" + ], + [ + "Ġ", + "Larger" + ], + [ + "ĠLar", + "ger" + ], + [ + "ĠLarge", + "r" + ], + [ + "ĠEp", + "iscopal" + ], + [ + "Ġbul", + "lies" + ], + [ + "Ġbull", + "ies" + ], + [ + "ĠW", + "WI" + ], + [ + "ĠWW", + "I" + ], + [ + "Ñģ", + "ÑĤ" + ], + [ + "r", + "oscopic" + ], + [ + "ro", + "scopic" + ], + [ + "rosc", + "opic" + ], + [ + "Ġz", + "oos" + ], + [ + "Ġzo", + "os" + ], + [ + "Ġzoo", + "s" + ], + [ + "Ġtwe", + "ets" + ], + [ + "Ġtweet", + "s" + ], + [ + "Ġamid", + "st" + ], + [ + "N", + "ob" + ], + [ + "No", + "b" + ], + [ + "O", + "l" + ], + [ + "Ġd", + "are" + ], + [ + "Ġda", + "re" + ], + [ + "Ġdar", + "e" + ], + [ + "im", + "ages" + ], + [ + "ima", + "ges" + ], + [ + "image", + "s" + ], + [ + "Ġ", + "Fossil" + ], + [ + "ĠF", + "ossil" + ], + [ + "ĠFos", + "sil" + ], + [ + "un", + "less" + ], + [ + "un", + "ched" + ], + [ + "unch", + "ed" + ], + [ + "unc", + "hed" + ], + [ + "Ġem", + "ancipation" + ], + [ + "Ġemancip", + "ation" + ], + [ + "m", + "ean" + ], + [ + "me", + "an" + ], + [ + "ĠSh", + "ield" + ], + [ + "ĠShi", + "eld" + ], + [ + "uck", + "land" + ], + [ + "ĠSch", + "ne" + ], + [ + "ĠSchn", + "e" + ], + [ + "Ġfasc", + "ia" + ], + [ + "Ġdom", + "inates" + ], + [ + "Ġdomin", + "ates" + ], + [ + "Ġdominate", + "s" + ], + [ + "ĠPas", + "adena" + ], + [ + "â̦â̦", + "â̦â̦" + ], + [ + "-", + "impact" + ], + [ + "-imp", + "act" + ], + [ + "J", + "eff" + ], + [ + "Je", + "ff" + ], + [ + "Ġskept", + "icism" + ], + [ + "Ġskeptic", + "ism" + ], + [ + "S", + "ad" + ], + [ + "Sa", + "d" + ], + [ + "c", + "ountry" + ], + [ + "count", + "ry" + ], + [ + "r", + "arian" + ], + [ + "ra", + "rian" + ], + [ + "rar", + "ian" + ], + [ + "Ġb", + "iking" + ], + [ + "Ġbi", + "king" + ], + [ + "Ġd", + "aring" + ], + [ + "Ġda", + "ring" + ], + [ + "Ġdar", + "ing" + ], + [ + "Ġst", + "aring" + ], + [ + "Ġstar", + "ing" + ], + [ + "Ġsta", + "ring" + ], + [ + "Ġst", + "rongh" + ], + [ + "Ġstrong", + "h" + ], + [ + "i", + "ries" + ], + [ + "ir", + "ies" + ], + [ + "irie", + "s" + ], + [ + "iri", + "es" + ], + [ + "ĠP", + "all" + ], + [ + "ĠPal", + "l" + ], + [ + "ĠPa", + "ll" + ], + [ + "Ġsp", + "urred" + ], + [ + "Ġspur", + "red" + ], + [ + "Ġ", + "NI" + ], + [ + "ĠN", + "I" + ], + [ + "te", + "acher" + ], + [ + "teach", + "er" + ], + [ + "Ġr", + "ais" + ], + [ + "Ġra", + "is" + ], + [ + "Ġrel", + "iant" + ], + [ + "Ġst", + "rata" + ], + [ + "Ġstr", + "ata" + ], + [ + "Ġstra", + "ta" + ], + [ + "Ġstrat", + "a" + ], + [ + "i", + "ker" + ], + [ + "ike", + "r" + ], + [ + "ik", + "er" + ], + [ + "ĠEx", + "hibition" + ], + [ + "ĠExhib", + "ition" + ], + [ + "ĠExhibit", + "ion" + ], + [ + "ĠCl", + "iff" + ], + [ + "work", + "ers" + ], + [ + "worker", + "s" + ], + [ + "Ġ", + "Included" + ], + [ + "ĠInc", + "luded" + ], + [ + "ĠInclude", + "d" + ], + [ + "Ġcommand", + "ments" + ], + [ + "Ġcommandment", + "s" + ], + [ + "Ġfa", + "iths" + ], + [ + "Ġfaith", + "s" + ], + [ + "Ġspl", + "its" + ], + [ + "Ġsplit", + "s" + ], + [ + "Ġvac", + "ant" + ], + [ + "I", + "GH" + ], + [ + "IG", + "H" + ], + [ + "Ġbuck", + "ets" + ], + [ + "Ġbucket", + "s" + ], + [ + "Ġbuc", + "kets" + ], + [ + "Ġcycl", + "ones" + ], + [ + "Ġcyclone", + "s" + ], + [ + "Ġbatt", + "ling" + ], + [ + "Ġambul", + "ance" + ], + [ + "s", + "hips" + ], + [ + "sh", + "ips" + ], + [ + "ship", + "s" + ], + [ + "shi", + "ps" + ], + [ + "ic", + "ago" + ], + [ + "ica", + "go" + ], + [ + "Ġat", + "las" + ], + [ + "Ġatl", + "as" + ], + [ + "ĠD", + "ad" + ], + [ + "ĠDa", + "d" + ], + [ + "Ġdis", + "perse" + ], + [ + "Ġdispers", + "e" + ], + [ + "Ġres", + "ins" + ], + [ + "Ġresin", + "s" + ], + [ + "u", + "cent" + ], + [ + "uc", + "ent" + ], + [ + "uce", + "nt" + ], + [ + ".", + "...." + ], + [ + "..", + "..." + ], + [ + "...", + ".." + ], + [ + "....", + "." + ], + [ + "ĠP", + "lot" + ], + [ + "ĠPl", + "ot" + ], + [ + "Ġrev", + "ive" + ], + [ + "ĠMy", + "SQL" + ], + [ + "ĠF", + "ounding" + ], + [ + "ĠFound", + "ing" + ], + [ + "ĠFo", + "unding" + ], + [ + "ĠRe", + "mem" + ], + [ + "ĠRem", + "em" + ], + [ + "Ġyouth", + "ful" + ], + [ + "Ġ", + "casts" + ], + [ + "Ġc", + "asts" + ], + [ + "Ġca", + "sts" + ], + [ + "Ġcast", + "s" + ], + [ + "Ġcas", + "ts" + ], + [ + "ĠAtl", + "antis" + ], + [ + "ĠGard", + "ner" + ], + [ + "Ġirrit", + "ate" + ], + [ + "Ġquad", + "r" + ], + [ + ".t", + "xt" + ], + [ + "ĠPh", + "armaceutical" + ], + [ + "ĠPharm", + "aceutical" + ], + [ + "Ġap", + "hid" + ], + [ + "Ġaph", + "id" + ], + [ + "Ġnod", + "ules" + ], + [ + "Ġnodule", + "s" + ], + [ + "Ġbloss", + "om" + ], + [ + "Ġref", + "ractive" + ], + [ + "Ġrefract", + "ive" + ], + [ + "ĠBloom", + "berg" + ], + [ + "Ġhym", + "ns" + ], + [ + "Ġhymn", + "s" + ], + [ + "/", + "he" + ], + [ + "/h", + "e" + ], + [ + "u", + "j" + ], + [ + "w", + "heel" + ], + [ + "ĠT", + "uring" + ], + [ + "ĠTur", + "ing" + ], + [ + "ĠTu", + "ring" + ], + [ + "ĠTurin", + "g" + ], + [ + "ĠL", + "ap" + ], + [ + "ĠLa", + "p" + ], + [ + "v", + "ell" + ], + [ + "ve", + "ll" + ], + [ + "vel", + "l" + ], + [ + "Ġd", + "iaries" + ], + [ + "Ġdi", + "aries" + ], + [ + "Ġdia", + "ries" + ], + [ + "Ġpo", + "lish" + ], + [ + "Ġpol", + "ish" + ], + [ + "Ġpoli", + "sh" + ], + [ + "g", + "etown" + ], + [ + "ge", + "town" + ], + [ + "get", + "own" + ], + [ + "ĠQ", + "i" + ], + [ + "Ġen", + "code" + ], + [ + "Ġenc", + "ode" + ], + [ + "Ġencod", + "e" + ], + [ + "o", + "oting" + ], + [ + "oot", + "ing" + ], + [ + "oo", + "ting" + ], + [ + "Ġnovel", + "ist" + ], + [ + "Ġseed", + "ling" + ], + [ + "ĠArch", + "ived" + ], + [ + "ĠArchive", + "d" + ], + [ + "Ġrevolution", + "ized" + ], + [ + "Ġrevolutionize", + "d" + ], + [ + "Ġcoff", + "in" + ], + [ + "ad", + "ders" + ], + [ + "add", + "ers" + ], + [ + "adder", + "s" + ], + [ + "at", + "tering" + ], + [ + "att", + "ering" + ], + [ + "atter", + "ing" + ], + [ + "ĠPL", + "oS" + ], + [ + "Ġr", + "ivalry" + ], + [ + "Ġrival", + "ry" + ], + [ + "ĠZion", + "ist" + ], + [ + "Ġordin", + "ance" + ], + [ + "Ġingen", + "uity" + ], + [ + "ĠMÄģ", + "ori" + ], + [ + "Ġ", + "il" + ], + [ + "Ġi", + "l" + ], + [ + "Î", + "³" + ], + [ + "Ġs", + "ard" + ], + [ + "Ġsa", + "rd" + ], + [ + "Ġsar", + "d" + ], + [ + "Ġd", + "rap" + ], + [ + "Ġdr", + "ap" + ], + [ + "Ġdra", + "p" + ], + [ + "Ġ", + "ebook" + ], + [ + "Ġe", + "book" + ], + [ + "Ġeb", + "ook" + ], + [ + "Ġs", + "tal" + ], + [ + "Ġst", + "al" + ], + [ + "Ġsta", + "l" + ], + [ + "ĠS", + "ak" + ], + [ + "ĠSa", + "k" + ], + [ + "ĠF", + "an" + ], + [ + "ĠFa", + "n" + ], + [ + "ĠR", + "i" + ], + [ + "Ġthere", + "in" + ], + [ + "ĠV", + "est" + ], + [ + "ĠVe", + "st" + ], + [ + "ĠVes", + "t" + ], + [ + "ĠV", + "egas" + ], + [ + "ĠVe", + "gas" + ], + [ + "ĠVega", + "s" + ], + [ + "ĠVeg", + "as" + ], + [ + "t", + "eness" + ], + [ + "te", + "ness" + ], + [ + "ten", + "ess" + ], + [ + "Ġfood", + "borne" + ], + [ + "Ġconst", + "ants" + ], + [ + "Ġconstant", + "s" + ], + [ + "ĠWh", + "ale" + ], + [ + "Ġperiod", + "ont" + ], + [ + "Ġperi", + "odont" + ], + [ + "as", + "kan" + ], + [ + "ask", + "an" + ], + [ + "aska", + "n" + ], + [ + "Ġ", + "Perform" + ], + [ + "ĠPer", + "form" + ], + [ + "ĠIn", + "ca" + ], + [ + "ĠInc", + "a" + ], + [ + "Ġ", + "âĸ" + ], + [ + "Ġâ", + "ĸ" + ], + [ + "Ġmamm", + "oth" + ], + [ + "op", + "las" + ], + [ + "opl", + "as" + ], + [ + "Ġpy", + "lor" + ], + [ + "Ġlymph", + "ocytes" + ], + [ + "Ġas", + "cend" + ], + [ + "Ġasc", + "end" + ], + [ + "Ġseven", + "teen" + ], + [ + "Ġsevent", + "een" + ], + [ + "Ġdeploy", + "ing" + ], + [ + "Ġdist", + "racting" + ], + [ + "Ġdistract", + "ing" + ], + [ + "Ġcrust", + "aceans" + ], + [ + "Ġcrustacean", + "s" + ], + [ + "Ġad", + "hesion" + ], + [ + "Ġadhes", + "ion" + ], + [ + "Ġavoc", + "ados" + ], + [ + "Ġavocado", + "s" + ], + [ + "ĠLe", + "nin" + ], + [ + "ĠLen", + "in" + ], + [ + "Ġover", + "ex" + ], + [ + "Ġovere", + "x" + ], + [ + "Ġove", + "rex" + ], + [ + "Cl", + "early" + ], + [ + "Clear", + "ly" + ], + [ + "/", + "min" + ], + [ + "/m", + "in" + ], + [ + "Ġch", + "orus" + ], + [ + "Ġcho", + "rus" + ], + [ + "Ġchor", + "us" + ], + [ + "ĠD", + "rag" + ], + [ + "ĠDr", + "ag" + ], + [ + "ĠDra", + "g" + ], + [ + "ould", + "ers" + ], + [ + "oul", + "ders" + ], + [ + "oulder", + "s" + ], + [ + "Ġm", + "anor" + ], + [ + "Ġman", + "or" + ], + [ + "Ġma", + "nor" + ], + [ + "Ġem", + "perors" + ], + [ + "Ġemperor", + "s" + ], + [ + "ĠAl", + "leg" + ], + [ + "ĠAll", + "eg" + ], + [ + "ĠAlle", + "g" + ], + [ + "-", + "sub" + ], + [ + "-s", + "ub" + ], + [ + "-su", + "b" + ], + [ + "Ġar", + "ranging" + ], + [ + "Ġarr", + "anging" + ], + [ + "Ġcivil", + "ized" + ], + [ + "ĠRec", + "ognition" + ], + [ + "ĠRecogn", + "ition" + ], + [ + "ĠHigh", + "lands" + ], + [ + "ĠHighland", + "s" + ], + [ + "Ġtr", + "usting" + ], + [ + "Ġtrust", + "ing" + ], + [ + "ĠNews", + "letter" + ], + [ + "O", + "thers" + ], + [ + "Other", + "s" + ], + [ + "Ot", + "hers" + ], + [ + "Ġrecon", + "naissance" + ], + [ + "Ġ", + "" + ], + [ + ".", + "ac" + ], + [ + ".a", + "c" + ], + [ + "l", + "est" + ], + [ + "le", + "st" + ], + [ + "les", + "t" + ], + [ + "Ġt", + "id" + ], + [ + "Ġti", + "d" + ], + [ + "Ġd", + "ung" + ], + [ + "Ġdu", + "ng" + ], + [ + "Ġdun", + "g" + ], + [ + "a", + "ctors" + ], + [ + "act", + "ors" + ], + [ + "actor", + "s" + ], + [ + "Ġres", + "ided" + ], + [ + "Ġresid", + "ed" + ], + [ + "Ġreside", + "d" + ], + [ + "Ġimp", + "lying" + ], + [ + "Ġimpl", + "ying" + ], + [ + "Ġimply", + "ing" + ], + [ + "Ġj", + "aundice" + ], + [ + "Ġent", + "renched" + ], + [ + "Ġsuccess", + "ors" + ], + [ + "Ġsucc", + "essors" + ], + [ + "Ġsuccessor", + "s" + ], + [ + "Ġdr", + "agging" + ], + [ + "Ġdra", + "gging" + ], + [ + "Ġdrag", + "ging" + ], + [ + "Ġ", + "Quite" + ], + [ + "ĠQu", + "ite" + ], + [ + "ĠQuit", + "e" + ], + [ + "Ġseason", + "ed" + ], + [ + "Ġseas", + "oned" + ], + [ + "Ġs", + "emen" + ], + [ + "Ġse", + "men" + ], + [ + "Ġsem", + "en" + ], + [ + "Ġ", + "Seek" + ], + [ + "ĠS", + "eek" + ], + [ + "ĠSe", + "ek" + ], + [ + "ĠSee", + "k" + ], + [ + "Ġaccomp", + "anies" + ], + [ + "Ġaccompan", + "ies" + ], + [ + "Ġuniform", + "ity" + ], + [ + "Ġverb", + "ally" + ], + [ + "Ġverbal", + "ly" + ], + [ + "ĠOffice", + "rs" + ], + [ + "ĠOffic", + "ers" + ], + [ + "ĠOfficer", + "s" + ], + [ + "Ġoutside", + "rs" + ], + [ + "Ġouts", + "iders" + ], + [ + "Ġoutsider", + "s" + ], + [ + "ĠInstru", + "ments" + ], + [ + "ĠInstrument", + "s" + ], + [ + "Ġstam", + "ina" + ], + [ + "ĠPr", + "ague" + ], + [ + "ĠPra", + "gue" + ], + [ + "ĠPrag", + "ue" + ], + [ + "\"", + "These" + ], + [ + "\"The", + "se" + ], + [ + "R", + "ub" + ], + [ + "Ù", + "ģ" + ], + [ + "in", + "ous" + ], + [ + "ino", + "us" + ], + [ + "Ġp", + "aternal" + ], + [ + "Ġpat", + "ernal" + ], + [ + "Ġpa", + "ternal" + ], + [ + "ed", + "it" + ], + [ + "edi", + "t" + ], + [ + "ĠS", + "ams" + ], + [ + "ĠSam", + "s" + ], + [ + "ĠSa", + "ms" + ], + [ + "ĠH", + "ern" + ], + [ + "ĠHe", + "rn" + ], + [ + "ĠHer", + "n" + ], + [ + "Ġle", + "ve" + ], + [ + "Ġlev", + "e" + ], + [ + "a", + "vi" + ], + [ + "av", + "i" + ], + [ + "Ġdisc", + "iple" + ], + [ + "Ġdiscipl", + "e" + ], + [ + "u", + "pon" + ], + [ + "up", + "on" + ], + [ + "Ġhy", + "ster" + ], + [ + "ap", + "pa" + ], + [ + "app", + "a" + ], + [ + "r", + "olls" + ], + [ + "rol", + "ls" + ], + [ + "roll", + "s" + ], + [ + "ĠFranc", + "isc" + ], + [ + "ĠFrancis", + "c" + ], + [ + "struct", + "ed" + ], + [ + "ĠJac", + "obs" + ], + [ + "ĠJacob", + "s" + ], + [ + "ĠH", + "ardy" + ], + [ + "ĠHar", + "dy" + ], + [ + "ĠHard", + "y" + ], + [ + "ĠL", + "ogan" + ], + [ + "ĠLo", + "gan" + ], + [ + "ĠLog", + "an" + ], + [ + "Ġg", + "angs" + ], + [ + "Ġgang", + "s" + ], + [ + "Ġthunder", + "storms" + ], + [ + "Ġthunderstorm", + "s" + ], + [ + "Ġcyan", + "ide" + ], + [ + "C", + "orn" + ], + [ + "Co", + "rn" + ], + [ + "Cor", + "n" + ], + [ + "i", + "ad" + ], + [ + "ia", + "d" + ], + [ + "Ë", + "IJ" + ], + [ + "u", + "ron" + ], + [ + "ur", + "on" + ], + [ + "uro", + "n" + ], + [ + "ĠI", + "on" + ], + [ + "ĠIo", + "n" + ], + [ + "Ġexp", + "ository" + ], + [ + "Ġinter", + "ruption" + ], + [ + "Ġinterrupt", + "ion" + ], + [ + "ce", + "ptor" + ], + [ + "cept", + "or" + ], + [ + "Ġelect", + "roph" + ], + [ + "Ġelectr", + "oph" + ], + [ + "Ġelectro", + "ph" + ], + [ + "Ġplan", + "tings" + ], + [ + "Ġplant", + "ings" + ], + [ + "Ġplanting", + "s" + ], + [ + "ĠMar", + "ines" + ], + [ + "ĠMa", + "rines" + ], + [ + "ĠMarine", + "s" + ], + [ + "ĠMarin", + "es" + ], + [ + "ĠMari", + "nes" + ], + [ + "ĠGu", + "adal" + ], + [ + "Ġemb", + "od" + ], + [ + "it", + "erated" + ], + [ + "ite", + "rated" + ], + [ + "iter", + "ated" + ], + [ + "iterate", + "d" + ], + [ + "Ġwide", + "ning" + ], + [ + "Ġwid", + "ening" + ], + [ + "Ġwiden", + "ing" + ], + [ + "Ġsyn", + "apses" + ], + [ + "Ġsynapse", + "s" + ], + [ + "-", + "black" + ], + [ + "-b", + "lack" + ], + [ + "-bl", + "ack" + ], + [ + "ĠCommand", + "ments" + ], + [ + "Ġmeg", + "awatts" + ], + [ + "Ġmegawatt", + "s" + ], + [ + "ĠMeteor", + "ological" + ], + [ + "ĠJess", + "ica" + ], + [ + "F", + "at" + ], + [ + "M", + "ars" + ], + [ + "Mar", + "s" + ], + [ + "Ma", + "rs" + ], + [ + "Ġre", + "indeer" + ], + [ + "ĠD", + "y" + ], + [ + "Ġm", + "ango" + ], + [ + "Ġman", + "go" + ], + [ + "Ġmang", + "o" + ], + [ + "Ġ", + "\"Ċ" + ], + [ + "Ġ\"", + "Ċ" + ], + [ + "Ġ", + "Vac" + ], + [ + "ĠV", + "ac" + ], + [ + "ĠVa", + "c" + ], + [ + "ĠPro", + "clamation" + ], + [ + "ĠProc", + "lamation" + ], + [ + "Ġgl", + "are" + ], + [ + "Ġb", + "risk" + ], + [ + "Ġbr", + "isk" + ], + [ + "Ġbri", + "sk" + ], + [ + "Ġs", + "late" + ], + [ + "Ġsl", + "ate" + ], + [ + "Ġnon", + "v" + ], + [ + "Ġtax", + "i" + ], + [ + "Ġta", + "xi" + ], + [ + "O", + "RS" + ], + [ + "OR", + "S" + ], + [ + "Ġ", + "Including" + ], + [ + "ĠInc", + "luding" + ], + [ + "Ġcelebr", + "ity" + ], + [ + "Ġceleb", + "rity" + ], + [ + "Ġmicro", + "biology" + ], + [ + "Ġmicrob", + "iology" + ], + [ + "Ġmic", + "robiology" + ], + [ + "Ġmicrobi", + "ology" + ], + [ + "ĠSl", + "oven" + ], + [ + "ĠSlo", + "ven" + ], + [ + "Ġ", + "Planting" + ], + [ + "ĠPl", + "anting" + ], + [ + "ĠPlan", + "ting" + ], + [ + "ĠPlant", + "ing" + ], + [ + "Comp", + "ared" + ], + [ + "Compar", + "ed" + ], + [ + "Compare", + "d" + ], + [ + "Ġcompens", + "ated" + ], + [ + "Ġcompensate", + "d" + ], + [ + "ĠUr", + "du" + ], + [ + "Ġman", + "uals" + ], + [ + "Ġmanual", + "s" + ], + [ + "bi", + "ased" + ], + [ + "bia", + "sed" + ], + [ + "Ġpert", + "ussis" + ], + [ + "Ġsore", + "ness" + ], + [ + "Ġsor", + "eness" + ], + [ + "Ġprecurs", + "ors" + ], + [ + "Ġprecursor", + "s" + ], + [ + "ur", + "asian" + ], + [ + "uras", + "ian" + ], + [ + "Ġlobby", + "ing" + ], + [ + "Cong", + "ress" + ], + [ + "Method", + "s" + ], + [ + "Meth", + "ods" + ], + [ + "ietz", + "sche" + ], + [ + "m", + "ese" + ], + [ + "me", + "se" + ], + [ + "mes", + "e" + ], + [ + "Ġre", + "ag" + ], + [ + "ĠS", + "age" + ], + [ + "ĠSa", + "ge" + ], + [ + "ĠSag", + "e" + ], + [ + "Ġ", + "Cube" + ], + [ + "ĠC", + "ube" + ], + [ + "ĠCub", + "e" + ], + [ + "ĠCu", + "be" + ], + [ + "ĠG", + "ob" + ], + [ + "ĠGo", + "b" + ], + [ + "ĠCh", + "au" + ], + [ + "ĠCha", + "u" + ], + [ + "Ġag", + "ility" + ], + [ + "Ġworld", + "ly" + ], + [ + "Ġ", + "mont" + ], + [ + "Ġm", + "ont" + ], + [ + "Ġmon", + "t" + ], + [ + "Ġmo", + "nt" + ], + [ + "u", + "gu" + ], + [ + "ug", + "u" + ], + [ + "ĠRe", + "ve" + ], + [ + "ĠRev", + "e" + ], + [ + "Ġfl", + "uff" + ], + [ + "Ġflu", + "ff" + ], + [ + "I", + "DA" + ], + [ + "ID", + "A" + ], + [ + "Ġanti", + "hist" + ], + [ + "Ġem", + "powers" + ], + [ + "Ġemp", + "owers" + ], + [ + "Ġempower", + "s" + ], + [ + "T", + "each" + ], + [ + "Te", + "ach" + ], + [ + "Tea", + "ch" + ], + [ + "Ġ", + "Insulin" + ], + [ + "ĠIns", + "ulin" + ], + [ + "Ġirrig", + "ated" + ], + [ + "Ġirrigate", + "d" + ], + [ + "ĠFar", + "mer" + ], + [ + "ĠFarm", + "er" + ], + [ + "Ġ", + "Mindfulness" + ], + [ + "ĠMind", + "fulness" + ], + [ + "ĠMindful", + "ness" + ], + [ + "Ġconvenient", + "ly" + ], + [ + "Ġmis", + "understand" + ], + [ + "Ġmisunder", + "stand" + ], + [ + "NO", + "AA" + ], + [ + "ĠN", + "adu" + ], + [ + "ĠNa", + "du" + ], + [ + "ĠNad", + "u" + ], + [ + "c", + "atch" + ], + [ + "cat", + "ch" + ], + [ + "d", + "ings" + ], + [ + "ding", + "s" + ], + [ + "din", + "gs" + ], + [ + "Ġin", + "activity" + ], + [ + "Ġinact", + "ivity" + ], + [ + "Ġn", + "autical" + ], + [ + "Ġna", + "utical" + ], + [ + "ĠG", + "rim" + ], + [ + "ĠGr", + "im" + ], + [ + "ĠGri", + "m" + ], + [ + "Ġcont", + "ention" + ], + [ + "Ġcontent", + "ion" + ], + [ + "Ġcomp", + "ulsive" + ], + [ + "Ġcompuls", + "ive" + ], + [ + "Ġas", + "says" + ], + [ + "Ġass", + "ays" + ], + [ + "Ġassay", + "s" + ], + [ + "ur", + "ns" + ], + [ + "urn", + "s" + ], + [ + "Ġbo", + "ast" + ], + [ + "Ġw", + "arp" + ], + [ + "Ġwar", + "p" + ], + [ + "am", + "pa" + ], + [ + "amp", + "a" + ], + [ + "Ġcr", + "unch" + ], + [ + "ĠPet", + "roleum" + ], + [ + "ĠPetr", + "oleum" + ], + [ + "John", + "son" + ], + [ + "Ġdispar", + "ate" + ], + [ + "ĠFl", + "uid" + ], + [ + "ĠFlu", + "id" + ], + [ + "ĠD", + "rake" + ], + [ + "ĠDr", + "ake" + ], + [ + "ĠDra", + "ke" + ], + [ + "ĠInf", + "luence" + ], + [ + "ĠInflu", + "ence" + ], + [ + "å", + "¤" + ], + [ + "a", + "las" + ], + [ + "al", + "as" + ], + [ + "ala", + "s" + ], + [ + "Ġm", + "ansion" + ], + [ + "Ġmans", + "ion" + ], + [ + "a", + "get" + ], + [ + "ag", + "et" + ], + [ + "age", + "t" + ], + [ + "Ġad", + "ept" + ], + [ + "Ġ", + "partisan" + ], + [ + "Ġp", + "artisan" + ], + [ + "Ġpart", + "isan" + ], + [ + "Ġnumber", + "ing" + ], + [ + "Ġnumb", + "ering" + ], + [ + "Ġindividual", + "ity" + ], + [ + "Ġant", + "ique" + ], + [ + "Ġanti", + "que" + ], + [ + "Ġantiqu", + "e" + ], + [ + "Ġfull", + "ness" + ], + [ + "Ġneg", + "atives" + ], + [ + "Ġnegative", + "s" + ], + [ + "Ġmodern", + "ization" + ], + [ + "Ġe", + "aters" + ], + [ + "Ġeat", + "ers" + ], + [ + "Ġeater", + "s" + ], + [ + "Ġthick", + "ening" + ], + [ + "Ġthicken", + "ing" + ], + [ + "bal", + "ance" + ], + [ + "ba", + "lance" + ], + [ + "ĠJud", + "ith" + ], + [ + "Ġall", + "ele" + ], + [ + "Ġalle", + "le" + ], + [ + "Ġcataly", + "sts" + ], + [ + "Ġcatalyst", + "s" + ], + [ + "Ġmim", + "ics" + ], + [ + "Ġmimic", + "s" + ], + [ + "Ġdeleg", + "ate" + ], + [ + "Ġdele", + "gate" + ], + [ + "Ġmad", + "ness" + ], + [ + "Bas", + "ically" + ], + [ + "Basic", + "ally" + ], + [ + "ĠGate", + "way" + ], + [ + "ĠGat", + "eway" + ], + [ + "ĠNash", + "ville" + ], + [ + "ĠDion", + "ys" + ], + [ + "h", + "ab" + ], + [ + "ha", + "b" + ], + [ + "Ï", + "ī" + ], + [ + "Ø", + "¨" + ], + [ + "Ġw", + "itches" + ], + [ + "Ġwitch", + "es" + ], + [ + "Ġwit", + "ches" + ], + [ + "l", + "egal" + ], + [ + "le", + "gal" + ], + [ + "leg", + "al" + ], + [ + "ĠS", + "ymph" + ], + [ + "ĠSy", + "mph" + ], + [ + "ĠSym", + "ph" + ], + [ + "ĠSymp", + "h" + ], + [ + "e", + "lman" + ], + [ + "el", + "man" + ], + [ + "is", + "tered" + ], + [ + "ist", + "ered" + ], + [ + "ister", + "ed" + ], + [ + "iste", + "red" + ], + [ + "ĠH", + "ier" + ], + [ + "ĠHi", + "er" + ], + [ + "Ġdis", + "obedience" + ], + [ + "Ġs", + "aus" + ], + [ + "Ġsa", + "us" + ], + [ + "Ġsau", + "s" + ], + [ + "ĠA", + "sc" + ], + [ + "ĠAs", + "c" + ], + [ + "-", + "pre" + ], + [ + "-p", + "re" + ], + [ + "-pr", + "e" + ], + [ + "Ġl", + "oos" + ], + [ + "Ġlo", + "os" + ], + [ + "ĠBe", + "et" + ], + [ + "ĠBee", + "t" + ], + [ + "Ġsing", + "ers" + ], + [ + "Ġsin", + "gers" + ], + [ + "Ġsinger", + "s" + ], + [ + "Ġcle", + "anse" + ], + [ + "Ġclean", + "se" + ], + [ + "Ġcleans", + "e" + ], + [ + "P", + "AC" + ], + [ + "PA", + "C" + ], + [ + "gl", + "obal" + ], + [ + "ĠFact", + "ory" + ], + [ + "ĠFactor", + "y" + ], + [ + "ĠStone", + "henge" + ], + [ + "Ġnon", + "sense" + ], + [ + "Ġnons", + "ense" + ], + [ + "Ġski", + "ing" + ], + [ + "Ġexoplan", + "ets" + ], + [ + "Ġexoplanet", + "s" + ], + [ + "ĠMons", + "anto" + ], + [ + "Ġforc", + "ibly" + ], + [ + "L", + "ate" + ], + [ + "La", + "te" + ], + [ + "Lat", + "e" + ], + [ + "N", + "Y" + ], + [ + "P", + "icture" + ], + [ + "Pict", + "ure" + ], + [ + "]", + ")" + ], + [ + "l", + "ain" + ], + [ + "la", + "in" + ], + [ + "Ù", + "Ĥ" + ], + [ + "Ġt", + "ents" + ], + [ + "Ġten", + "ts" + ], + [ + "Ġtent", + "s" + ], + [ + "se", + "in" + ], + [ + "ĠA", + "de" + ], + [ + "ĠAd", + "e" + ], + [ + "ĠC", + "oca" + ], + [ + "ĠCo", + "ca" + ], + [ + "ĠCoc", + "a" + ], + [ + "ĠM", + "ecca" + ], + [ + "ĠMec", + "ca" + ], + [ + "op", + "atra" + ], + [ + "opa", + "tra" + ], + [ + "Ġmet", + "ro" + ], + [ + "op", + "han" + ], + [ + "oph", + "an" + ], + [ + "in", + "tering" + ], + [ + "int", + "ering" + ], + [ + "inter", + "ing" + ], + [ + "inte", + "ring" + ], + [ + "pr", + "oper" + ], + [ + "pro", + "per" + ], + [ + "prop", + "er" + ], + [ + "a", + "lytic" + ], + [ + "aly", + "tic" + ], + [ + "Ġpair", + "ing" + ], + [ + "Ġpa", + "iring" + ], + [ + "Ġ", + "ASP" + ], + [ + "ĠA", + "SP" + ], + [ + "ĠAS", + "P" + ], + [ + "-", + "connected" + ], + [ + "-con", + "nected" + ], + [ + "Ġaggreg", + "ates" + ], + [ + "Ġaggregate", + "s" + ], + [ + "Ġarsen", + "al" + ], + [ + "ĠGraph", + "ics" + ], + [ + "ĠGraphic", + "s" + ], + [ + "Ġembarr", + "assing" + ], + [ + "Ġembarrass", + "ing" + ], + [ + "ĠNig", + "erian" + ], + [ + "ĠNigeria", + "n" + ], + [ + "ĠNiger", + "ian" + ], + [ + "ĠSeb", + "ast" + ], + [ + "e", + "ch" + ], + [ + "ec", + "h" + ], + [ + "h", + "m" + ], + [ + "t", + "ml" + ], + [ + "h", + "ets" + ], + [ + "he", + "ts" + ], + [ + "het", + "s" + ], + [ + "Ġ", + "ocular" + ], + [ + "Ġo", + "cular" + ], + [ + "Ġ", + "nat" + ], + [ + "Ġn", + "at" + ], + [ + "Ġna", + "t" + ], + [ + "Ġde", + "ception" + ], + [ + "Ġdece", + "ption" + ], + [ + "ac", + "ión" + ], + [ + "aci", + "ón" + ], + [ + "Ġa", + "bound" + ], + [ + "Ġab", + "ound" + ], + [ + "Ġper", + "ished" + ], + [ + "Ġperish", + "ed" + ], + [ + "Ġinf", + "inity" + ], + [ + "Ġinfin", + "ity" + ], + [ + "Ġt", + "raw" + ], + [ + "Ġtra", + "w" + ], + [ + "Ġtr", + "aw" + ], + [ + "Ġgen", + "omics" + ], + [ + "Ġgenomic", + "s" + ], + [ + "ĠU", + "nic" + ], + [ + "ĠUn", + "ic" + ], + [ + "Ġ", + "Unknown" + ], + [ + "ĠUn", + "known" + ], + [ + "ĠEng", + "agement" + ], + [ + "ĠEngage", + "ment" + ], + [ + "Ġb", + "roth" + ], + [ + "Ġbr", + "oth" + ], + [ + "Ġbro", + "th" + ], + [ + "ĠBe", + "owulf" + ], + [ + "s", + "hot" + ], + [ + "sh", + "ot" + ], + [ + "Ġbo", + "osted" + ], + [ + "Ġboost", + "ed" + ], + [ + "Ġboo", + "sted" + ], + [ + "Ġr", + "ubble" + ], + [ + "Ġrub", + "ble" + ], + [ + "Ġacceler", + "ator" + ], + [ + "ĠProv", + "incial" + ], + [ + "ĠAdminist", + "rator" + ], + [ + "Ġfurn", + "ished" + ], + [ + "Ġfur", + "nished" + ], + [ + "Ġfurnish", + "ed" + ], + [ + "Ġadvert", + "ised" + ], + [ + "Ġadvertise", + "d" + ], + [ + "ĠResp", + "ond" + ], + [ + "ĠMot", + "ors" + ], + [ + "ĠMotor", + "s" + ], + [ + "ĠSm", + "aller" + ], + [ + "ĠSmall", + "er" + ], + [ + "Ġsc", + "hematic" + ], + [ + "Ġsch", + "ematic" + ], + [ + "Ġsche", + "matic" + ], + [ + "Ġschem", + "atic" + ], + [ + "Ġschema", + "tic" + ], + [ + "an", + "asia" + ], + [ + "anas", + "ia" + ], + [ + "Ġjew", + "ellery" + ], + [ + "Ġjewel", + "lery" + ], + [ + "ĠN", + "YC" + ], + [ + "ĠNY", + "C" + ], + [ + "Ġassass", + "inated" + ], + [ + "Ġassassin", + "ated" + ], + [ + "-car", + "otene" + ], + [ + "Econom", + "ic" + ], + [ + "Ec", + "onomic" + ], + [ + "B", + "Y" + ], + [ + "f", + "orth" + ], + [ + "for", + "th" + ], + [ + "fort", + "h" + ], + [ + "ä", + "»" + ], + [ + "h", + "ex" + ], + [ + "he", + "x" + ], + [ + "Ġc", + "rescent" + ], + [ + "Ġcr", + "escent" + ], + [ + "Ġm", + "ailing" + ], + [ + "Ġma", + "iling" + ], + [ + "Ġmail", + "ing" + ], + [ + "Ġo", + "rang" + ], + [ + "Ġor", + "ang" + ], + [ + "Ġora", + "ng" + ], + [ + "Ġus", + "ability" + ], + [ + "Ġb", + "lot" + ], + [ + "Ġbl", + "ot" + ], + [ + "Ġblo", + "t" + ], + [ + "Ġmod", + "em" + ], + [ + "Ġmo", + "dem" + ], + [ + "Ġmode", + "m" + ], + [ + "Ġbo", + "oming" + ], + [ + "Ġboom", + "ing" + ], + [ + "Ġboo", + "ming" + ], + [ + "âĢľ", + "That" + ], + [ + "âĢľT", + "hat" + ], + [ + "o", + "techn" + ], + [ + "ote", + "chn" + ], + [ + "otech", + "n" + ], + [ + "a", + "ccording" + ], + [ + "acc", + "ording" + ], + [ + "Ġcompet", + "itor" + ], + [ + "ĠBar", + "rett" + ], + [ + "ĠBarr", + "ett" + ], + [ + "ĠS", + "TD" + ], + [ + "ĠST", + "D" + ], + [ + "Ġ", + "axial" + ], + [ + "Ġax", + "ial" + ], + [ + "Ġaxi", + "al" + ], + [ + "j", + "iang" + ], + [ + "ji", + "ang" + ], + [ + "b", + "ellum" + ], + [ + "bell", + "um" + ], + [ + "bel", + "lum" + ], + [ + "Ġtet", + "anus" + ], + [ + "-ass", + "isted" + ], + [ + "ĠH", + "unting" + ], + [ + "ĠHunt", + "ing" + ], + [ + "ĠHun", + "ting" + ], + [ + "ĠIceland", + "ic" + ], + [ + "Ill", + "ust" + ], + [ + "/", + "V" + ], + [ + "R", + "P" + ], + [ + "k", + "k" + ], + [ + "Î", + "·" + ], + [ + "â", + "ģ" + ], + [ + "Ġc", + "reeks" + ], + [ + "Ġcre", + "eks" + ], + [ + "Ġcr", + "eeks" + ], + [ + "Ġcreek", + "s" + ], + [ + "c", + "hart" + ], + [ + "ch", + "art" + ], + [ + "char", + "t" + ], + [ + "cha", + "rt" + ], + [ + "o", + "ption" + ], + [ + "op", + "tion" + ], + [ + "opt", + "ion" + ], + [ + "act", + "ively" + ], + [ + "active", + "ly" + ], + [ + "Ġout", + "flow" + ], + [ + "ĠH", + "owe" + ], + [ + "ĠHow", + "e" + ], + [ + "ĠHo", + "we" + ], + [ + "Ġc", + "yclic" + ], + [ + "Ġcy", + "clic" + ], + [ + "Ġcycl", + "ic" + ], + [ + "en", + "nel" + ], + [ + "enn", + "el" + ], + [ + "enne", + "l" + ], + [ + "p", + "ez" + ], + [ + "pe", + "z" + ], + [ + "Ġfa", + "ç" + ], + [ + "Ġ", + "Transmission" + ], + [ + "ĠTrans", + "mission" + ], + [ + "Ġcurt", + "ains" + ], + [ + "Ġcurtain", + "s" + ], + [ + "ĠApost", + "les" + ], + [ + "ĠApostle", + "s" + ], + [ + "ĠE", + "stonia" + ], + [ + "ĠEst", + "onia" + ], + [ + "ĠEston", + "ia" + ], + [ + "N", + "EW" + ], + [ + "NE", + "W" + ], + [ + "Ġs", + "ut" + ], + [ + "Ġsu", + "t" + ], + [ + "Ġg", + "ird" + ], + [ + "Ġgir", + "d" + ], + [ + "Ġgi", + "rd" + ], + [ + "Ġ", + "Ack" + ], + [ + "ĠA", + "ck" + ], + [ + "ĠAc", + "k" + ], + [ + "Ġl", + "each" + ], + [ + "Ġle", + "ach" + ], + [ + "ĠR", + "ocks" + ], + [ + "ĠRo", + "cks" + ], + [ + "ĠRock", + "s" + ], + [ + "ĠRoc", + "ks" + ], + [ + "ĠL", + "ob" + ], + [ + "ĠLo", + "b" + ], + [ + "ell", + "ular" + ], + [ + "âĢĿ", + ").Ċ" + ], + [ + "âĢĿ)", + ".Ċ" + ], + [ + "âĢĿ).", + "Ċ" + ], + [ + "i", + "ckers" + ], + [ + "ic", + "kers" + ], + [ + "ick", + "ers" + ], + [ + "icker", + "s" + ], + [ + "icke", + "rs" + ], + [ + "v", + "erest" + ], + [ + "ve", + "rest" + ], + [ + "ver", + "est" + ], + [ + "vere", + "st" + ], + [ + "Ġrev", + "olves" + ], + [ + "Ġrevol", + "ves" + ], + [ + "Ġrevolve", + "s" + ], + [ + "-", + "stop" + ], + [ + "-s", + "top" + ], + [ + "-st", + "op" + ], + [ + "ĠTer", + "ra" + ], + [ + "-", + "prov" + ], + [ + "-p", + "rov" + ], + [ + "-pro", + "v" + ], + [ + "-pr", + "ov" + ], + [ + "Ġno", + "bles" + ], + [ + "Ġnob", + "les" + ], + [ + "Ġnoble", + "s" + ], + [ + "ĠSign", + "al" + ], + [ + "ĠSig", + "nal" + ], + [ + "ol", + "tz" + ], + [ + "olt", + "z" + ], + [ + "sk", + "irts" + ], + [ + "Ġpap", + "al" + ], + [ + "Ġpa", + "pal" + ], + [ + "i", + "wi" + ], + [ + "iw", + "i" + ], + [ + "Arch", + "ae" + ], + [ + "ĠAl", + "mighty" + ], + [ + "ĠAlm", + "ighty" + ], + [ + "g", + "ang" + ], + [ + "gan", + "g" + ], + [ + "ga", + "ng" + ], + [ + "p", + "rom" + ], + [ + "pr", + "om" + ], + [ + "pro", + "m" + ], + [ + "Ġw", + "ilt" + ], + [ + "Ġwil", + "t" + ], + [ + "Ġwi", + "lt" + ], + [ + "Ġ", + "Welcome" + ], + [ + "ĠW", + "elcome" + ], + [ + "ĠWel", + "come" + ], + [ + "ĠD", + "rought" + ], + [ + "ĠDr", + "ought" + ], + [ + "ĠDro", + "ught" + ], + [ + "Ġsc", + "iatic" + ], + [ + "Ġsci", + "atic" + ], + [ + "Ġback", + "pack" + ], + [ + "Ġbackp", + "ack" + ], + [ + "Ġsl", + "ugs" + ], + [ + "Ġslug", + "s" + ], + [ + "Ġinj", + "ure" + ], + [ + "Ġ", + "Contrary" + ], + [ + "ĠCont", + "rary" + ], + [ + "ĠContra", + "ry" + ], + [ + "Now", + "adays" + ], + [ + "itz", + "v" + ], + [ + "Can", + "adian" + ], + [ + "Ġdys", + "plasia" + ], + [ + "Ġintra", + "cellular" + ], + [ + "Ġintrac", + "ellular" + ], + [ + "Ġneuro", + "psych" + ], + [ + "Ġneurop", + "sych" + ], + [ + "ĠIllust", + "rated" + ], + [ + "Ġgo", + "rillas" + ], + [ + "Ġgor", + "illas" + ], + [ + "Ġgorilla", + "s" + ], + [ + "ĠH", + "oliday" + ], + [ + "ĠHol", + "iday" + ], + [ + "ĠHolid", + "ay" + ], + [ + "ĠHoli", + "day" + ], + [ + "nour", + "ished" + ], + [ + "ĠBerm", + "uda" + ], + [ + "S", + "W" + ], + [ + "d", + "iv" + ], + [ + "di", + "v" + ], + [ + "h", + "yp" + ], + [ + "hy", + "p" + ], + [ + "Ø", + "¹" + ], + [ + "Ġt", + "ying" + ], + [ + "Ġty", + "ing" + ], + [ + "i", + "nished" + ], + [ + "in", + "ished" + ], + [ + "inis", + "hed" + ], + [ + "o", + "ling" + ], + [ + "ol", + "ing" + ], + [ + "oli", + "ng" + ], + [ + "olin", + "g" + ], + [ + "o", + "thed" + ], + [ + "ot", + "hed" + ], + [ + "oth", + "ed" + ], + [ + "othe", + "d" + ], + [ + "o", + "dial" + ], + [ + "od", + "ial" + ], + [ + "odia", + "l" + ], + [ + "odi", + "al" + ], + [ + "o", + "so" + ], + [ + "os", + "o" + ], + [ + "ĠH", + "abit" + ], + [ + "ĠHa", + "bit" + ], + [ + "ĠHab", + "it" + ], + [ + "Ġs", + "ep" + ], + [ + "Ġse", + "p" + ], + [ + "Ġsh", + "outing" + ], + [ + "Ġsho", + "uting" + ], + [ + "Ġshout", + "ing" + ], + [ + "i", + "pus" + ], + [ + "ip", + "us" + ], + [ + "Ġde", + "sal" + ], + [ + "Ġdes", + "al" + ], + [ + "Ġcomm", + "union" + ], + [ + "Ġcommun", + "ion" + ], + [ + "âĢĶ", + "one" + ], + [ + "âĢĶon", + "e" + ], + [ + "ĠAnd", + "rea" + ], + [ + "ĠAndre", + "a" + ], + [ + "ĠAndr", + "ea" + ], + [ + "sc", + "opic" + ], + [ + "ĠEn", + "cyclop" + ], + [ + "oph", + "ila" + ], + [ + "ophil", + "a" + ], + [ + "Ġele", + "mental" + ], + [ + "Ġelement", + "al" + ], + [ + "Ġr", + "idic" + ], + [ + "Ġrid", + "ic" + ], + [ + "-", + "Eng" + ], + [ + "-E", + "ng" + ], + [ + "Ġ", + "ÎĶ" + ], + [ + "ĠÎ", + "Ķ" + ], + [ + "Ġherb", + "ivores" + ], + [ + "Ġherbivore", + "s" + ], + [ + "ĠR", + "aman" + ], + [ + "ĠRam", + "an" + ], + [ + "ĠRa", + "man" + ], + [ + "ĠRama", + "n" + ], + [ + "ĠFil", + "ter" + ], + [ + "ĠP", + "ainting" + ], + [ + "ĠPain", + "ting" + ], + [ + "ĠPaint", + "ing" + ], + [ + "Ġinfin", + "itely" + ], + [ + "Ġinfinite", + "ly" + ], + [ + "ĠBibl", + "iography" + ], + [ + "ĠBibli", + "ography" + ], + [ + "Ġ", + "Recommended" + ], + [ + "ĠRecomm", + "ended" + ], + [ + "ĠRecommend", + "ed" + ], + [ + "Ġvert", + "ices" + ], + [ + "Ġ[â̦", + "]Ċ" + ], + [ + "Ġ[â̦]", + "Ċ" + ], + [ + "ĠHein", + "rich" + ], + [ + "Ġfib", + "roids" + ], + [ + "Ġfibro", + "ids" + ], + [ + "Ġfibr", + "oids" + ], + [ + "ipot", + "ent" + ], + [ + "Ġmicrocont", + "roller" + ], + [ + "A", + "bs" + ], + [ + "Ab", + "s" + ], + [ + "L", + "iter" + ], + [ + "Li", + "ter" + ], + [ + "Lit", + "er" + ], + [ + "_", + "t" + ], + [ + "Â", + "±" + ], + [ + "se", + "vere" + ], + [ + "sever", + "e" + ], + [ + "o", + "lip" + ], + [ + "ol", + "ip" + ], + [ + "oli", + "p" + ], + [ + "Ġex", + "iled" + ], + [ + "Ġexile", + "d" + ], + [ + "Ġ", + "ko" + ], + [ + "Ġk", + "o" + ], + [ + "ough", + "ton" + ], + [ + "ought", + "on" + ], + [ + "Ġnon", + "linear" + ], + [ + "Ġlab", + "ou" + ], + [ + "Ġsal", + "ivary" + ], + [ + "Ġsaliva", + "ry" + ], + [ + "ĠColle", + "ges" + ], + [ + "ĠCollege", + "s" + ], + [ + "Rec", + "ogn" + ], + [ + "Ġpit", + "cher" + ], + [ + "Ġpitch", + "er" + ], + [ + "Ġad", + "visors" + ], + [ + "Ġadv", + "isors" + ], + [ + "Ġadvis", + "ors" + ], + [ + "Ġadvisor", + "s" + ], + [ + "ecess", + "arily" + ], + [ + "Ġgu", + "essing" + ], + [ + "Ġguess", + "ing" + ], + [ + "ĠPent", + "ecost" + ], + [ + "st", + "adt" + ], + [ + "stad", + "t" + ], + [ + "sta", + "dt" + ], + [ + "Ġapprentices", + "hip" + ], + [ + "Ġapprentice", + "ship" + ], + [ + "ĠRecommend", + "ations" + ], + [ + "ĠRecommendation", + "s" + ], + [ + "Ġc", + "acao" + ], + [ + "Ġcac", + "ao" + ], + [ + "Ġinvasion", + "s" + ], + [ + "Ġinvas", + "ions" + ], + [ + "ĠGiov", + "anni" + ], + [ + "H", + "appy" + ], + [ + "Ha", + "ppy" + ], + [ + "R", + "ussian" + ], + [ + "Russia", + "n" + ], + [ + "n", + "ai" + ], + [ + "na", + "i" + ], + [ + "s", + "town" + ], + [ + "st", + "own" + ], + [ + "Ġg", + "hetto" + ], + [ + "Ġgh", + "etto" + ], + [ + "u", + "rous" + ], + [ + "ur", + "ous" + ], + [ + "uro", + "us" + ], + [ + "Ġs", + "eating" + ], + [ + "Ġse", + "ating" + ], + [ + "Ġsea", + "ting" + ], + [ + "Ġseat", + "ing" + ], + [ + "Ġsc", + "anners" + ], + [ + "Ġscan", + "ners" + ], + [ + "Ġscanner", + "s" + ], + [ + "Ġ", + "Array" + ], + [ + "ĠAr", + "ray" + ], + [ + "ĠArr", + "ay" + ], + [ + "ĠNew", + "man" + ], + [ + "Ġequ", + "inox" + ], + [ + "Ġpract", + "ised" + ], + [ + "Ġpractise", + "d" + ], + [ + "Ġth", + "inker" + ], + [ + "Ġthink", + "er" + ], + [ + "Ġthin", + "ker" + ], + [ + "Ġpar", + "rots" + ], + [ + "Ġparrot", + "s" + ], + [ + "ĠBl", + "air" + ], + [ + "Ġ", + "breaker" + ], + [ + "Ġbre", + "aker" + ], + [ + "Ġbreak", + "er" + ], + [ + "Ġviol", + "ently" + ], + [ + "Ġviolent", + "ly" + ], + [ + "Ġing", + "esting" + ], + [ + "Ġingest", + "ing" + ], + [ + "cl", + "usions" + ], + [ + "clus", + "ions" + ], + [ + "clusion", + "s" + ], + [ + "ĠSp", + "ringer" + ], + [ + "ĠSpring", + "er" + ], + [ + "Ġdis", + "closed" + ], + [ + "Ġdiscl", + "osed" + ], + [ + "Ġdisclose", + "d" + ], + [ + "Ġtrans", + "fusion" + ], + [ + "Ġtransf", + "usion" + ], + [ + "Ġcon", + "formity" + ], + [ + "Ġconform", + "ity" + ], + [ + "Ġnour", + "ish" + ], + [ + "Ġnou", + "rish" + ], + [ + "Ident", + "ify" + ], + [ + "ĠCitizens", + "hip" + ], + [ + "ĠCitizen", + "ship" + ], + [ + "ĠLux", + "em" + ], + [ + "T", + "el" + ], + [ + "Te", + "l" + ], + [ + "Ġw", + "il" + ], + [ + "Ġwi", + "l" + ], + [ + "ĠT", + "at" + ], + [ + "ĠTa", + "t" + ], + [ + "ĠC", + "ov" + ], + [ + "ĠCo", + "v" + ], + [ + "i", + "fax" + ], + [ + "if", + "ax" + ], + [ + "ifa", + "x" + ], + [ + "Ġ", + "Maker" + ], + [ + "ĠM", + "aker" + ], + [ + "ĠMa", + "ker" + ], + [ + "ĠMake", + "r" + ], + [ + "ĠMak", + "er" + ], + [ + "Ġd", + "ove" + ], + [ + "Ġdo", + "ve" + ], + [ + "Ġ", + "Conclusion" + ], + [ + "ĠCon", + "clusion" + ], + [ + "ĠConc", + "lusion" + ], + [ + "arc", + "ane" + ], + [ + "arca", + "ne" + ], + [ + "Ġpercent", + "ile" + ], + [ + "Ġtravel", + "er" + ], + [ + "Ġ", + "Measuring" + ], + [ + "ĠMe", + "asuring" + ], + [ + "ĠEl", + "iot" + ], + [ + "ĠEli", + "ot" + ], + [ + "ĠMo", + "ist" + ], + [ + "i", + "acin" + ], + [ + "ia", + "cin" + ], + [ + "iac", + "in" + ], + [ + "Ġcosm", + "ology" + ], + [ + "ĠFer", + "ry" + ], + [ + "ĠFerr", + "y" + ], + [ + "ĠMonth", + "ly" + ], + [ + "ĠEle", + "anor" + ], + [ + "Ġstir", + "red" + ], + [ + "E", + "XT" + ], + [ + "EX", + "T" + ], + [ + "Ġcarn", + "ivores" + ], + [ + "Ġcarnivore", + "s" + ], + [ + "Ġgloss", + "y" + ], + [ + "ot", + "oxins" + ], + [ + "otox", + "ins" + ], + [ + "otoxin", + "s" + ], + [ + "ĠOr", + "ient" + ], + [ + "ĠOri", + "ent" + ], + [ + "Ġscrut", + "in" + ], + [ + "Ġslee", + "ves" + ], + [ + "Ġsleeve", + "s" + ], + [ + "Ġ", + "Maintaining" + ], + [ + "ĠMain", + "taining" + ], + [ + "ĠMaint", + "aining" + ], + [ + "ĠMaintain", + "ing" + ], + [ + "Ġste", + "nosis" + ], + [ + "Ġsten", + "osis" + ], + [ + "Ġ[â̦", + "]" + ], + [ + "Ġpend", + "ulum" + ], + [ + "+", + "-" + ], + [ + "N", + "ormal" + ], + [ + "Nor", + "mal" + ], + [ + "Norm", + "al" + ], + [ + "c", + "s" + ], + [ + "ĠC", + "CD" + ], + [ + "ĠCC", + "D" + ], + [ + "Ġby", + "stand" + ], + [ + "ĠF", + "alk" + ], + [ + "ĠFal", + "k" + ], + [ + "un", + "ken" + ], + [ + "unk", + "en" + ], + [ + "ĠK", + "end" + ], + [ + "ĠKe", + "nd" + ], + [ + "ĠKen", + "d" + ], + [ + "Ġpo", + "ised" + ], + [ + "Ġcar", + "vings" + ], + [ + "Ġcarving", + "s" + ], + [ + "pect", + "rum" + ], + [ + "-", + "dec" + ], + [ + "-d", + "ec" + ], + [ + "-de", + "c" + ], + [ + "i", + "ppings" + ], + [ + "ipp", + "ings" + ], + [ + "ipping", + "s" + ], + [ + "ĠHer", + "z" + ], + [ + "ĠJ", + "esse" + ], + [ + "ĠJes", + "se" + ], + [ + "ĠJess", + "e" + ], + [ + "Ġep", + "istem" + ], + [ + "Ġepis", + "tem" + ], + [ + "Ġepist", + "em" + ], + [ + "Ġrep", + "roducing" + ], + [ + "Ġreprodu", + "cing" + ], + [ + "Ġreproduc", + "ing" + ], + [ + "Ġ", + "Robot" + ], + [ + "ĠR", + "obot" + ], + [ + "ĠRo", + "bot" + ], + [ + "ĠRob", + "ot" + ], + [ + "ĠRobo", + "t" + ], + [ + "Ġproof", + "s" + ], + [ + "a", + "unders" + ], + [ + "aund", + "ers" + ], + [ + "aunder", + "s" + ], + [ + "c", + "ommunication" + ], + [ + "commun", + "ication" + ], + [ + "Ġex", + "emption" + ], + [ + "Ġexem", + "ption" + ], + [ + "Ġexempt", + "ion" + ], + [ + "Ġcraw", + "ling" + ], + [ + "Ġcrawl", + "ing" + ], + [ + "ĠAdvent", + "ures" + ], + [ + "ĠAdventure", + "s" + ], + [ + "Ġv", + "entricular" + ], + [ + "Ġvent", + "ricular" + ], + [ + "Ġventric", + "ular" + ], + [ + "Ġosm", + "osis" + ], + [ + "ĠAlg", + "eria" + ], + [ + "ĠAlger", + "ia" + ], + [ + "S", + "end" + ], + [ + "Se", + "nd" + ], + [ + "Sen", + "d" + ], + [ + "l", + "inks" + ], + [ + "lin", + "ks" + ], + [ + "link", + "s" + ], + [ + "om", + "ial" + ], + [ + "omi", + "al" + ], + [ + "omia", + "l" + ], + [ + "Ġ", + "lords" + ], + [ + "Ġl", + "ords" + ], + [ + "Ġlord", + "s" + ], + [ + "Ġlor", + "ds" + ], + [ + "Ġ", + "beard" + ], + [ + "Ġbe", + "ard" + ], + [ + "Ġbear", + "d" + ], + [ + "o", + "trans" + ], + [ + "ot", + "rans" + ], + [ + "otra", + "ns" + ], + [ + "Ġeven", + "ings" + ], + [ + "Ġevening", + "s" + ], + [ + "Ġeve", + "nings" + ], + [ + "o", + "xia" + ], + [ + "ox", + "ia" + ], + [ + "Ġcoll", + "ateral" + ], + [ + "Ġeth", + "ic" + ], + [ + "ĠBar", + "nes" + ], + [ + "ĠBarn", + "es" + ], + [ + "Ġh", + "alted" + ], + [ + "Ġhal", + "ted" + ], + [ + "Ġhalt", + "ed" + ], + [ + "or", + "bid" + ], + [ + "orb", + "id" + ], + [ + "Ġpa", + "ediatric" + ], + [ + "-", + "zero" + ], + [ + "-z", + "ero" + ], + [ + "Ġover", + "heating" + ], + [ + "Ġoverhe", + "ating" + ], + [ + "Ġoverh", + "eating" + ], + [ + "Ġoverheat", + "ing" + ], + [ + "Ġroof", + "top" + ], + [ + "Ġrooft", + "op" + ], + [ + "ĠGujar", + "at" + ], + [ + "M", + "IT" + ], + [ + "MI", + "T" + ], + [ + "h", + "all" + ], + [ + "ha", + "ll" + ], + [ + "hal", + "l" + ], + [ + "p", + "ole" + ], + [ + "po", + "le" + ], + [ + "pol", + "e" + ], + [ + "u", + "ties" + ], + [ + "ut", + "ies" + ], + [ + "uti", + "es" + ], + [ + "ĠM", + "ile" + ], + [ + "ĠMil", + "e" + ], + [ + "ĠMi", + "le" + ], + [ + "es", + "sing" + ], + [ + "ess", + "ing" + ], + [ + "ĠP", + "oss" + ], + [ + "ĠPo", + "ss" + ], + [ + "ĠPos", + "s" + ], + [ + "Ġen", + "list" + ], + [ + "Ġenl", + "ist" + ], + [ + "Ġs", + "pun" + ], + [ + "Ġsp", + "un" + ], + [ + "Ġout", + "skirts" + ], + [ + "Ġr", + "apt" + ], + [ + "Ġra", + "pt" + ], + [ + "Ġrap", + "t" + ], + [ + "r", + "active" + ], + [ + "ra", + "ctive" + ], + [ + "ract", + "ive" + ], + [ + "i", + "cker" + ], + [ + "ic", + "ker" + ], + [ + "ick", + "er" + ], + [ + "icke", + "r" + ], + [ + "ĠS", + "pan" + ], + [ + "ĠSp", + "an" + ], + [ + "ĠSpa", + "n" + ], + [ + "Ġeng", + "ulf" + ], + [ + "Ġcap", + "illaries" + ], + [ + "Ġpos", + "itives" + ], + [ + "Ġpositive", + "s" + ], + [ + "Ġposit", + "ives" + ], + [ + "Ġ", + "Noise" + ], + [ + "ĠN", + "oise" + ], + [ + "ĠNo", + "ise" + ], + [ + "Ġ", + "Highly" + ], + [ + "ĠHigh", + "ly" + ], + [ + "Gen", + "etic" + ], + [ + "Gene", + "tic" + ], + [ + "Ġ", + "Entry" + ], + [ + "ĠEn", + "try" + ], + [ + "ĠEnt", + "ry" + ], + [ + "ĠChronic", + "les" + ], + [ + "ĠChron", + "icles" + ], + [ + "ĠChronicle", + "s" + ], + [ + "Ġm", + "obilization" + ], + [ + "Ġmob", + "ilization" + ], + [ + "Ġmobil", + "ization" + ], + [ + "ĠMe", + "chanics" + ], + [ + "ĠMechan", + "ics" + ], + [ + "Ġculmin", + "ating" + ], + [ + "Ġcl", + "ogged" + ], + [ + "Ġclog", + "ged" + ], + [ + "Ġclo", + "gged" + ], + [ + "C", + "rit" + ], + [ + "Cr", + "it" + ], + [ + "Y", + "e" + ], + [ + "Ġc", + "asing" + ], + [ + "Ġca", + "sing" + ], + [ + "Ġcas", + "ing" + ], + [ + "os", + "us" + ], + [ + "ff", + "iti" + ], + [ + "Ġso", + "othe" + ], + [ + "Ġsoot", + "he" + ], + [ + "u", + "pe" + ], + [ + "up", + "e" + ], + [ + "ĠRep", + "air" + ], + [ + "A", + "TER" + ], + [ + "AT", + "ER" + ], + [ + "ATE", + "R" + ], + [ + "-", + "informed" + ], + [ + "-in", + "formed" + ], + [ + "A", + "PP" + ], + [ + "AP", + "P" + ], + [ + "Ġfell", + "ows" + ], + [ + "Ġfellow", + "s" + ], + [ + "Ġfel", + "lows" + ], + [ + "Ġres", + "idences" + ], + [ + "Ġresid", + "ences" + ], + [ + "Ġresidence", + "s" + ], + [ + "Ġreside", + "nces" + ], + [ + "ö", + "n" + ], + [ + "Act", + "ivity" + ], + [ + "Ġtoss", + "ed" + ], + [ + "Ġaw", + "akening" + ], + [ + "Ġawake", + "ning" + ], + [ + "Ġawaken", + "ing" + ], + [ + "*", + "," + ], + [ + "-", + "ob" + ], + [ + "-o", + "b" + ], + [ + "M", + "att" + ], + [ + "Mat", + "t" + ], + [ + "Ma", + "tt" + ], + [ + "Ġp", + "ears" + ], + [ + "Ġpe", + "ars" + ], + [ + "Ġpear", + "s" + ], + [ + "Ġpea", + "rs" + ], + [ + "Ġre", + "aff" + ], + [ + "ĠT", + "omb" + ], + [ + "ĠTo", + "mb" + ], + [ + "ĠTom", + "b" + ], + [ + "ĠL", + "ah" + ], + [ + "ĠLa", + "h" + ], + [ + "Ġ", + "Lifestyle" + ], + [ + "ĠL", + "ifestyle" + ], + [ + "ĠLife", + "style" + ], + [ + "Ġac", + "etyl" + ], + [ + "Ġacet", + "yl" + ], + [ + "Ġexp", + "ulsion" + ], + [ + "ĠHe", + "ath" + ], + [ + "ĠHeat", + "h" + ], + [ + "ĠA", + "mes" + ], + [ + "ĠAm", + "es" + ], + [ + "ĠX", + "i" + ], + [ + "ĠMin", + "isters" + ], + [ + "ĠMinister", + "s" + ], + [ + "ĠMini", + "sters" + ], + [ + "ĠAut", + "onomous" + ], + [ + "Ġign", + "ite" + ], + [ + "Ġnarrow", + "ly" + ], + [ + "Ġclust", + "ered" + ], + [ + "Ġcluster", + "ed" + ], + [ + "Ġ", + "Advances" + ], + [ + "ĠAdv", + "ances" + ], + [ + "ĠAdvance", + "s" + ], + [ + "Ġ", + "Funding" + ], + [ + "ĠF", + "unding" + ], + [ + "ĠFund", + "ing" + ], + [ + "ĠFun", + "ding" + ], + [ + "ĠUt", + "il" + ], + [ + "Ġjar", + "gon" + ], + [ + "ĠLy", + "nn" + ], + [ + "ĠLyn", + "n" + ], + [ + "Ġ", + "Breathing" + ], + [ + "ĠB", + "reathing" + ], + [ + "ĠBre", + "athing" + ], + [ + "ĠBreat", + "hing" + ], + [ + "ĠBreath", + "ing" + ], + [ + "Ġembro", + "idery" + ], + [ + "b", + "ilt" + ], + [ + "bi", + "lt" + ], + [ + "bil", + "t" + ], + [ + "r", + "ity" + ], + [ + "ri", + "ty" + ], + [ + "rit", + "y" + ], + [ + "Â", + "£" + ], + [ + "ĠT", + "ig" + ], + [ + "ĠTi", + "g" + ], + [ + "Ġ", + "Hg" + ], + [ + "ĠH", + "g" + ], + [ + "ĠO", + "ber" + ], + [ + "ĠOb", + "er" + ], + [ + "Ġd", + "ias" + ], + [ + "Ġdi", + "as" + ], + [ + "Ġdia", + "s" + ], + [ + "Ġent", + "rusted" + ], + [ + "Ġentrust", + "ed" + ], + [ + "âĢĶ", + "such" + ], + [ + "âĢĶs", + "uch" + ], + [ + "ĠRe", + "venue" + ], + [ + "ĠReven", + "ue" + ], + [ + "Ġterm", + "inated" + ], + [ + "Ġtermin", + "ated" + ], + [ + "Ġterminate", + "d" + ], + [ + "Ġeff", + "luent" + ], + [ + "Ġefflu", + "ent" + ], + [ + "Ġ", + "Neut" + ], + [ + "ĠN", + "eut" + ], + [ + "ĠNe", + "ut" + ], + [ + "ĠNeu", + "t" + ], + [ + "Ġan", + "alytic" + ], + [ + "Ġanaly", + "tic" + ], + [ + "Ġana", + "lytic" + ], + [ + "Ġcame", + "ls" + ], + [ + "Ġcam", + "els" + ], + [ + "Ġcamel", + "s" + ], + [ + "O", + "SH" + ], + [ + "OS", + "H" + ], + [ + "Ġoptim", + "izing" + ], + [ + "ĠPers", + "ians" + ], + [ + "ĠPersian", + "s" + ], + [ + "ĠPersia", + "ns" + ], + [ + "Ġd", + "resses" + ], + [ + "Ġdr", + "esses" + ], + [ + "Ġdress", + "es" + ], + [ + "-ex", + "istent" + ], + [ + "-exist", + "ent" + ], + [ + "Ġstr", + "aws" + ], + [ + "Ġstra", + "ws" + ], + [ + "Ġstraw", + "s" + ], + [ + "Ġdis", + "infection" + ], + [ + "Ġdisin", + "fection" + ], + [ + "Ġdisinfect", + "ion" + ], + [ + "Ġevac", + "uate" + ], + [ + "-", + "ident" + ], + [ + "J", + "er" + ], + [ + "Je", + "r" + ], + [ + "Ġf", + "uss" + ], + [ + "Ġfu", + "ss" + ], + [ + "Ġfus", + "s" + ], + [ + "Ġ", + "Blessed" + ], + [ + "ĠB", + "lessed" + ], + [ + "ĠBl", + "essed" + ], + [ + "ĠBless", + "ed" + ], + [ + "ĠW", + "atts" + ], + [ + "ĠWat", + "ts" + ], + [ + "ĠWatt", + "s" + ], + [ + "in", + "ker" + ], + [ + "ink", + "er" + ], + [ + "Ġland", + "ings" + ], + [ + "Ġlanding", + "s" + ], + [ + "Ġlan", + "dings" + ], + [ + "Ġdon", + "ating" + ], + [ + "Ġrun", + "away" + ], + [ + "ĠCal", + "iforn" + ], + [ + "ĠCalif", + "orn" + ], + [ + "ĠSu", + "icide" + ], + [ + "Ġex", + "planatory" + ], + [ + "Ġexplan", + "atory" + ], + [ + "Ġsubstant", + "ive" + ], + [ + "Ġto", + "night" + ], + [ + "Ġton", + "ight" + ], + [ + "Ġdict", + "ator" + ], + [ + "Ġtraged", + "ies" + ], + [ + "Ġpriest", + "hood" + ], + [ + "Ġpries", + "thood" + ], + [ + "ĠLes", + "lie" + ], + [ + "Ġbru", + "ising" + ], + [ + "scient", + "ific" + ], + [ + "Ġreplen", + "ish" + ], + [ + "ĠVer", + "non" + ], + [ + "ĠVern", + "on" + ], + [ + "Ġvern", + "acular" + ], + [ + "Ġundist", + "urbed" + ], + [ + "/", + "the" + ], + [ + "/t", + "he" + ], + [ + "Ġs", + "cept" + ], + [ + "Ġsc", + "ept" + ], + [ + "r", + "oqu" + ], + [ + "ro", + "qu" + ], + [ + "st", + "roke" + ], + [ + "str", + "oke" + ], + [ + "ur", + "gery" + ], + [ + "urg", + "ery" + ], + [ + "urge", + "ry" + ], + [ + "c", + "hu" + ], + [ + "ch", + "u" + ], + [ + "est", + "ine" + ], + [ + "i", + "gham" + ], + [ + "ig", + "ham" + ], + [ + "igh", + "am" + ], + [ + "ĠV", + "on" + ], + [ + "ĠVo", + "n" + ], + [ + "ĠV", + "ital" + ], + [ + "ĠVit", + "al" + ], + [ + "ĠVi", + "tal" + ], + [ + "Ġcent", + "red" + ], + [ + "Ġcentre", + "d" + ], + [ + "Ġcentr", + "ed" + ], + [ + "Ġin", + "duct" + ], + [ + "Ġind", + "uct" + ], + [ + "Ġindu", + "ct" + ], + [ + "ĠSh", + "aron" + ], + [ + "ĠShar", + "on" + ], + [ + "ĠSha", + "ron" + ], + [ + "ĠPr", + "ussian" + ], + [ + "ĠPrussia", + "n" + ], + [ + "ĠGra", + "ves" + ], + [ + "ĠGr", + "aves" + ], + [ + "ĠGrav", + "es" + ], + [ + "ĠGrave", + "s" + ], + [ + "ĠWind", + "sor" + ], + [ + "ĠWinds", + "or" + ], + [ + "Ġinf", + "ects" + ], + [ + "Ġinfect", + "s" + ], + [ + "Ġtrans", + "cribed" + ], + [ + "Ġtransc", + "ribed" + ], + [ + "Ġtran", + "scribed" + ], + [ + "An", + "ti" + ], + [ + "Ant", + "i" + ], + [ + "Ġrepublic", + "an" + ], + [ + "Ġimp", + "ede" + ], + [ + "Ġimped", + "e" + ], + [ + "Ġimpe", + "de" + ], + [ + "Ġembarr", + "assed" + ], + [ + "Ġembarrass", + "ed" + ], + [ + "Ġinaug", + "ural" + ], + [ + "Ġhomeschool", + "ing" + ], + [ + "ĠJer", + "emy" + ], + [ + "ĠJere", + "my" + ], + [ + "Ġbrainstorm", + "ing" + ], + [ + "Ġn", + "ucleotide" + ], + [ + "Ġnucle", + "otide" + ], + [ + "Ġnucleot", + "ide" + ], + [ + "Ġdeter", + "gent" + ], + [ + "Ġdeterg", + "ent" + ], + [ + "-Sem", + "itism" + ], + [ + "-", + "ab" + ], + [ + "-a", + "b" + ], + [ + "o", + "rah" + ], + [ + "or", + "ah" + ], + [ + "ora", + "h" + ], + [ + "ĠK", + "om" + ], + [ + "ĠKo", + "m" + ], + [ + "ĠY", + "iddish" + ], + [ + "in", + "ski" + ], + [ + "ins", + "ki" + ], + [ + "insk", + "i" + ], + [ + "e", + "ger" + ], + [ + "eg", + "er" + ], + [ + "St", + "ock" + ], + [ + "Ġdest", + "abil" + ], + [ + "reg", + "ulation" + ], + [ + "Ġtax", + "ed" + ], + [ + "ĠB", + "arth" + ], + [ + "ĠBar", + "th" + ], + [ + "ĠBart", + "h" + ], + [ + "-", + "Cent" + ], + [ + "-C", + "ent" + ], + [ + "Ġple", + "asures" + ], + [ + "Ġpleasure", + "s" + ], + [ + "Ġpleas", + "ures" + ], + [ + "Ġ", + "valuation" + ], + [ + "Ġv", + "aluation" + ], + [ + "Ġval", + "uation" + ], + [ + "Ġvalu", + "ation" + ], + [ + "Ġun", + "popular" + ], + [ + "Ġunp", + "opular" + ], + [ + "ĠLuc", + "as" + ], + [ + "ĠLu", + "cas" + ], + [ + "ĠBed", + "ford" + ], + [ + "á¸", + "¥" + ], + [ + ",", + "and" + ], + [ + "-", + "sect" + ], + [ + "-s", + "ect" + ], + [ + "-se", + "ct" + ], + [ + "D", + "H" + ], + [ + "â", + "Ļ" + ], + [ + "in", + "ist" + ], + [ + "ini", + "st" + ], + [ + "inis", + "t" + ], + [ + "Ġh", + "over" + ], + [ + "Ġho", + "ver" + ], + [ + "Ġ", + "ital" + ], + [ + "Ġit", + "al" + ], + [ + "Ġi", + "tal" + ], + [ + "Ġ(", + "." + ], + [ + "Ġ", + "Node" + ], + [ + "ĠN", + "ode" + ], + [ + "ĠNo", + "de" + ], + [ + "ĠNod", + "e" + ], + [ + "Ġt", + "imet" + ], + [ + "Ġtim", + "et" + ], + [ + "Ġtime", + "t" + ], + [ + "Ġti", + "met" + ], + [ + "Ġsc", + "ant" + ], + [ + "Ġscan", + "t" + ], + [ + "u", + "chi" + ], + [ + "uc", + "hi" + ], + [ + "uch", + "i" + ], + [ + "Ġ", + "Dementia" + ], + [ + "ĠDe", + "mentia" + ], + [ + "Ġpol", + "icing" + ], + [ + "Ġpolic", + "ing" + ], + [ + "Ġpoli", + "cing" + ], + [ + "Ġjud", + "iciary" + ], + [ + "-", + "Hung" + ], + [ + "-H", + "ung" + ], + [ + "ohyd", + "rate" + ], + [ + "Ġ", + "Millions" + ], + [ + "ĠM", + "illions" + ], + [ + "ĠMill", + "ions" + ], + [ + "ĠMillion", + "s" + ], + [ + "Ġs", + "ulfide" + ], + [ + "Ġsulf", + "ide" + ], + [ + "str", + "ual" + ], + [ + "stru", + "al" + ], + [ + "ĠRaj", + "as" + ], + [ + "ĠRa", + "jas" + ], + [ + "ĠRaja", + "s" + ], + [ + "Ġo", + "verest" + ], + [ + "Ġover", + "est" + ], + [ + "Ġov", + "erest" + ], + [ + "Ġovere", + "st" + ], + [ + "Ġove", + "rest" + ], + [ + "-de", + "mand" + ], + [ + "-dem", + "and" + ], + [ + "ĠPtole", + "my" + ], + [ + "á", + "¿" + ], + [ + "Ġ", + "aka" + ], + [ + "Ġa", + "ka" + ], + [ + "Ġak", + "a" + ], + [ + "Ġ", + "mans" + ], + [ + "Ġm", + "ans" + ], + [ + "Ġman", + "s" + ], + [ + "Ġma", + "ns" + ], + [ + "st", + "rom" + ], + [ + "str", + "om" + ], + [ + "ĠT", + "yr" + ], + [ + "ĠTy", + "r" + ], + [ + "ĠI", + "o" + ], + [ + "Ġs", + "ued" + ], + [ + "Ġsu", + "ed" + ], + [ + "Ġsue", + "d" + ], + [ + "qu", + "ire" + ], + [ + "quir", + "e" + ], + [ + "qui", + "re" + ], + [ + "Ġr", + "asp" + ], + [ + "Ġra", + "sp" + ], + [ + "Ġsh", + "afts" + ], + [ + "Ġshaft", + "s" + ], + [ + "Ġoff", + "enses" + ], + [ + "Ġoffense", + "s" + ], + [ + "Ġpur", + "ify" + ], + [ + "ĠC", + "laim" + ], + [ + "ĠCl", + "aim" + ], + [ + "ĠCla", + "im" + ], + [ + "Ġch", + "oke" + ], + [ + "Ġcho", + "ke" + ], + [ + "Ġpsych", + "oan" + ], + [ + "Ġpsycho", + "an" + ], + [ + "Ġcol", + "dest" + ], + [ + "Ġcold", + "est" + ], + [ + "Ġcommun", + "icative" + ], + [ + "Ġcommunic", + "ative" + ], + [ + "Ġmotor", + "ists" + ], + [ + "Ġfort", + "ifications" + ], + [ + "Ġfortification", + "s" + ], + [ + "Ġs", + "plash" + ], + [ + "Ġsp", + "lash" + ], + [ + "Ġspl", + "ash" + ], + [ + "I", + "LD" + ], + [ + "IL", + "D" + ], + [ + "Ġarr", + "ests" + ], + [ + "Ġarrest", + "s" + ], + [ + "Ġm", + "agnetism" + ], + [ + "Ġmagnet", + "ism" + ], + [ + "Ġfraud", + "ulent" + ], + [ + "Ġupg", + "rading" + ], + [ + "Ġu", + "pland" + ], + [ + "Ġup", + "land" + ], + [ + "Ġupl", + "and" + ], + [ + "Ġoat", + "meal" + ], + [ + "T", + "V" + ], + [ + "Ġ", + "dia" + ], + [ + "Ġd", + "ia" + ], + [ + "Ġdi", + "a" + ], + [ + "Ġg", + "eck" + ], + [ + "Ġge", + "ck" + ], + [ + "ut", + "ational" + ], + [ + "utation", + "al" + ], + [ + "Ġ", + "SAD" + ], + [ + "ĠS", + "AD" + ], + [ + "ĠSA", + "D" + ], + [ + "Ġ", + "hens" + ], + [ + "Ġh", + "ens" + ], + [ + "Ġhe", + "ns" + ], + [ + "Ġhen", + "s" + ], + [ + "Ġs", + "cor" + ], + [ + "Ġsc", + "or" + ], + [ + "ĠCh", + "ase" + ], + [ + "ĠCha", + "se" + ], + [ + "ons", + "ai" + ], + [ + "Ġ", + "ache" + ], + [ + "Ġa", + "che" + ], + [ + "Ġac", + "he" + ], + [ + "Ġach", + "e" + ], + [ + "Ġac", + "uity" + ], + [ + "Ġ", + "keeper" + ], + [ + "Ġk", + "eeper" + ], + [ + "Ġke", + "eper" + ], + [ + "Ġkeep", + "er" + ], + [ + "ĠLe", + "ices" + ], + [ + "Ġextra", + "cellular" + ], + [ + "Ġextrac", + "ellular" + ], + [ + "Ġim", + "agining" + ], + [ + "Ġimag", + "ining" + ], + [ + "Ġimagin", + "ing" + ], + [ + "Ġpen", + "icillin" + ], + [ + "Ġvolunt", + "eered" + ], + [ + "Ġvolunteer", + "ed" + ], + [ + "Ġ", + "*Ċ" + ], + [ + "Ġ*", + "Ċ" + ], + [ + "ĠSet", + "tlement" + ], + [ + "ĠSett", + "lement" + ], + [ + "ĠSettle", + "ment" + ], + [ + "Ġo", + "vens" + ], + [ + "Ġov", + "ens" + ], + [ + "Ġoven", + "s" + ], + [ + "Ġove", + "ns" + ], + [ + "Ġp", + "onder" + ], + [ + "Ġpo", + "nder" + ], + [ + "Ġpond", + "er" + ], + [ + "Ġsym", + "metric" + ], + [ + "Ġsymmet", + "ric" + ], + [ + "ĠNurs", + "es" + ], + [ + "ĠNurse", + "s" + ], + [ + "ĠNur", + "ses" + ], + [ + "ĠRod", + "rig" + ], + [ + "Ġpsych", + "e" + ], + [ + "Ġpsy", + "che" + ], + [ + "Ġsilicon", + "e" + ], + [ + "Ġsilic", + "one" + ], + [ + "ĠDoct", + "rine" + ], + [ + "b", + "ringing" + ], + [ + "br", + "inging" + ], + [ + "bring", + "ing" + ], + [ + "m", + "ind" + ], + [ + "min", + "d" + ], + [ + "mi", + "nd" + ], + [ + "Ġs", + "ails" + ], + [ + "Ġsa", + "ils" + ], + [ + "Ġsail", + "s" + ], + [ + "Ġg", + "oss" + ], + [ + "Ġgo", + "ss" + ], + [ + "el", + "ope" + ], + [ + "elo", + "pe" + ], + [ + "qu", + "ist" + ], + [ + "quis", + "t" + ], + [ + "qui", + "st" + ], + [ + "Ġ", + "UF" + ], + [ + "ĠU", + "F" + ], + [ + "ĠSt", + "ructures" + ], + [ + "ĠStructure", + "s" + ], + [ + "Ġ", + "google" + ], + [ + "Ġgo", + "ogle" + ], + [ + "cept", + "ors" + ], + [ + "ceptor", + "s" + ], + [ + "ĠCon", + "rad" + ], + [ + "Ġcap", + "illary" + ], + [ + "Ġ", + "Shift" + ], + [ + "ĠS", + "hift" + ], + [ + "ĠSh", + "ift" + ], + [ + "ĠShi", + "ft" + ], + [ + "Ġmult", + "it" + ], + [ + "Ġmulti", + "t" + ], + [ + "Ġmul", + "tit" + ], + [ + "Ġgreen", + "ish" + ], + [ + "r", + "aders" + ], + [ + "ra", + "ders" + ], + [ + "rad", + "ers" + ], + [ + "rade", + "rs" + ], + [ + "Ġeth", + "os" + ], + [ + "Ġmis", + "inter" + ], + [ + "Ġp", + "riced" + ], + [ + "Ġpr", + "iced" + ], + [ + "Ġprice", + "d" + ], + [ + "Ġpric", + "ed" + ], + [ + "Ġpri", + "ced" + ], + [ + "Ġconsult", + "ations" + ], + [ + "Ġconsultation", + "s" + ], + [ + "Ġsen", + "ators" + ], + [ + "Ġsenator", + "s" + ], + [ + "Ġworse", + "ned" + ], + [ + "Ġwors", + "ened" + ], + [ + "Ġworsen", + "ed" + ], + [ + "ĠL", + "oad" + ], + [ + "ĠLo", + "ad" + ], + [ + "Ġre", + "sembled" + ], + [ + "Ġresemb", + "led" + ], + [ + "Ġresemble", + "d" + ], + [ + "zek", + "iel" + ], + [ + "Ġinspiration", + "al" + ], + [ + "Ġinspir", + "ational" + ], + [ + "Ġ", + "é" + ], + [ + "ĠÃ", + "©" + ], + [ + "(", + "'" + ], + [ + "B", + "ot" + ], + [ + "Bo", + "t" + ], + [ + "J", + "D" + ], + [ + "Ġp", + "ity" + ], + [ + "Ġpi", + "ty" + ], + [ + "Ġpit", + "y" + ], + [ + "o", + "reg" + ], + [ + "or", + "eg" + ], + [ + "ore", + "g" + ], + [ + "Ġc", + "hor" + ], + [ + "Ġch", + "or" + ], + [ + "Ġcho", + "r" + ], + [ + "ĠE", + "ure" + ], + [ + "ĠEu", + "re" + ], + [ + "ĠEur", + "e" + ], + [ + "ĠE", + "lement" + ], + [ + "ĠEl", + "ement" + ], + [ + "ĠEle", + "ment" + ], + [ + "Ġout", + "going" + ], + [ + "Ġrec", + "ite" + ], + [ + "Ġsm", + "ear" + ], + [ + "ĠWe", + "alth" + ], + [ + "S", + "tage" + ], + [ + "St", + "age" + ], + [ + "ĠMe", + "ans" + ], + [ + "ĠMean", + "s" + ], + [ + "Ġdivers", + "ification" + ], + [ + "Ġdro", + "ppings" + ], + [ + "Ġdropping", + "s" + ], + [ + "Ġst", + "ickers" + ], + [ + "Ġstick", + "ers" + ], + [ + "Ġsticker", + "s" + ], + [ + "-", + "Pres" + ], + [ + "-P", + "res" + ], + [ + "-Pr", + "es" + ], + [ + "ĠEmer", + "ging" + ], + [ + "comp", + "uters" + ], + [ + "comput", + "ers" + ], + [ + "computer", + "s" + ], + [ + "Norm", + "ally" + ], + [ + "Normal", + "ly" + ], + [ + "ĠAzerbai", + "jan" + ], + [ + ".", + "âĢľ" + ], + [ + "C", + "old" + ], + [ + "Col", + "d" + ], + [ + "Co", + "ld" + ], + [ + "f", + "und" + ], + [ + "fu", + "nd" + ], + [ + "fun", + "d" + ], + [ + "it", + "imate" + ], + [ + "iti", + "mate" + ], + [ + "itim", + "ate" + ], + [ + "Ġb", + "aff" + ], + [ + "Ġba", + "ff" + ], + [ + "Ġ", + "thorn" + ], + [ + "Ġt", + "horn" + ], + [ + "Ġth", + "orn" + ], + [ + "Ġthor", + "n" + ], + [ + "ĠS", + "ue" + ], + [ + "ĠSu", + "e" + ], + [ + "am", + "oto" + ], + [ + "amo", + "to" + ], + [ + "e", + "lic" + ], + [ + "el", + "ic" + ], + [ + "eli", + "c" + ], + [ + "Ġ", + "MET" + ], + [ + "ĠM", + "ET" + ], + [ + "ĠME", + "T" + ], + [ + "ac", + "ting" + ], + [ + "act", + "ing" + ], + [ + "actin", + "g" + ], + [ + "Ġ", + "kan" + ], + [ + "Ġk", + "an" + ], + [ + "Ġka", + "n" + ], + [ + "en", + "das" + ], + [ + "end", + "as" + ], + [ + "enda", + "s" + ], + [ + "a", + "vis" + ], + [ + "av", + "is" + ], + [ + "avi", + "s" + ], + [ + "Ġins", + "ured" + ], + [ + "Ġinsur", + "ed" + ], + [ + "Ġinsure", + "d" + ], + [ + "Ġinf", + "lated" + ], + [ + "Ġinfl", + "ated" + ], + [ + "Ġinflate", + "d" + ], + [ + "ĠZ", + "ones" + ], + [ + "ĠZone", + "s" + ], + [ + "ĠZo", + "nes" + ], + [ + "pe", + "ak" + ], + [ + "pea", + "k" + ], + [ + "Ġcompl", + "iment" + ], + [ + "ĠPaul", + "o" + ], + [ + "ĠPa", + "ulo" + ], + [ + "ĠPau", + "lo" + ], + [ + "Ġre", + "jecting" + ], + [ + "Ġreject", + "ing" + ], + [ + "Ġorth", + "opedic" + ], + [ + "es", + "ophageal" + ], + [ + "esoph", + "ageal" + ], + [ + "ĠUr", + "anus" + ], + [ + "ĠUran", + "us" + ], + [ + "`", + "`" + ], + [ + "Ġ", + "bots" + ], + [ + "Ġb", + "ots" + ], + [ + "Ġbo", + "ts" + ], + [ + "Ġbot", + "s" + ], + [ + "Ġd", + "rown" + ], + [ + "Ġdr", + "own" + ], + [ + "Ġdro", + "wn" + ], + [ + "Ġdrow", + "n" + ], + [ + "ĠB", + "iden" + ], + [ + "ĠBi", + "den" + ], + [ + "ĠBid", + "en" + ], + [ + "ĠD", + "one" + ], + [ + "ĠDo", + "ne" + ], + [ + "ĠDon", + "e" + ], + [ + "ĠD", + "ensity" + ], + [ + "Ġsh", + "attered" + ], + [ + "Ġshatter", + "ed" + ], + [ + "a", + "kk" + ], + [ + "ak", + "k" + ], + [ + "Ġk", + "Hz" + ], + [ + "an", + "sen" + ], + [ + "ans", + "en" + ], + [ + "anse", + "n" + ], + [ + "Ġ", + "jer" + ], + [ + "Ġj", + "er" + ], + [ + "Ġje", + "r" + ], + [ + "Ġar", + "throp" + ], + [ + "Ġarth", + "rop" + ], + [ + "Ġinf", + "erences" + ], + [ + "Ġinfer", + "ences" + ], + [ + "Ġinference", + "s" + ], + [ + "ian", + "ism" + ], + [ + "iani", + "sm" + ], + [ + "o", + "oling" + ], + [ + "ool", + "ing" + ], + [ + "oo", + "ling" + ], + [ + "Ġmod", + "erated" + ], + [ + "Ġmode", + "rated" + ], + [ + "Ġmoderate", + "d" + ], + [ + "Ġmoder", + "ated" + ], + [ + "Ch", + "anges" + ], + [ + "Change", + "s" + ], + [ + "Ġviol", + "ating" + ], + [ + "Ġvi", + "olating" + ], + [ + "Ġbul", + "ky" + ], + [ + "Ġbulk", + "y" + ], + [ + "b", + "urse" + ], + [ + "bur", + "se" + ], + [ + "Ġrat", + "ification" + ], + [ + "ĠBel", + "ize" + ], + [ + "Ġmoist", + "ur" + ], + [ + "Ġt", + "unes" + ], + [ + "Ġtun", + "es" + ], + [ + "Ġtu", + "nes" + ], + [ + "Ġtune", + "s" + ], + [ + "Ġ", + "Melan" + ], + [ + "ĠM", + "elan" + ], + [ + "ĠMe", + "lan" + ], + [ + "ĠMel", + "an" + ], + [ + "-", + "kil" + ], + [ + "-k", + "il" + ], + [ + "Ġh", + "urry" + ], + [ + "Ġhur", + "ry" + ], + [ + "ĠBrad", + "ley" + ], + [ + "Ġevapor", + "ate" + ], + [ + "Ġevap", + "orate" + ], + [ + "ĠCompar", + "ative" + ], + [ + "Ġcray", + "fish" + ], + [ + "Ġ", + "Ùħ" + ], + [ + "S", + "ure" + ], + [ + "Sur", + "e" + ], + [ + "Su", + "re" + ], + [ + "l", + "ion" + ], + [ + "li", + "on" + ], + [ + "lio", + "n" + ], + [ + "á", + "ĥ" + ], + [ + "Ġt", + "ad" + ], + [ + "Ġta", + "d" + ], + [ + "an", + "other" + ], + [ + "ano", + "ther" + ], + [ + "ĠH", + "ang" + ], + [ + "ĠHa", + "ng" + ], + [ + "ĠHan", + "g" + ], + [ + "Ġ", + "ruth" + ], + [ + "Ġr", + "uth" + ], + [ + "Ġru", + "th" + ], + [ + "Ġrut", + "h" + ], + [ + "ĠD", + "iana" + ], + [ + "ĠDi", + "ana" + ], + [ + "ĠDian", + "a" + ], + [ + "ĠDia", + "na" + ], + [ + "Ġs", + "pit" + ], + [ + "Ġsp", + "it" + ], + [ + "Ġspi", + "t" + ], + [ + "o", + "vine" + ], + [ + "ov", + "ine" + ], + [ + "Ġhand", + "out" + ], + [ + "par", + "alle" + ], + [ + "para", + "lle" + ], + [ + "o", + "ea" + ], + [ + "oe", + "a" + ], + [ + "Ġutil", + "ised" + ], + [ + "Ġutilise", + "d" + ], + [ + "Ġinh", + "aling" + ], + [ + "Ġinhal", + "ing" + ], + [ + "Ġkil", + "ometer" + ], + [ + "Ġkilomet", + "er" + ], + [ + "Ġkilo", + "meter" + ], + [ + "Ġfest", + "ivities" + ], + [ + "Ġche", + "apest" + ], + [ + "Ġcheap", + "est" + ], + [ + "claim", + "ed" + ], + [ + "Ġmeteor", + "ites" + ], + [ + "Ġmeteorite", + "s" + ], + [ + "Ġcarcin", + "ogens" + ], + [ + "Ġcarcinogen", + "s" + ], + [ + "Ġ", + "Manufacturers" + ], + [ + "ĠManufact", + "urers" + ], + [ + "Ġdep", + "reciation" + ], + [ + "Ġdeprec", + "iation" + ], + [ + "I", + "AN" + ], + [ + "IA", + "N" + ], + [ + "er", + "sen" + ], + [ + "ers", + "en" + ], + [ + "a", + "cons" + ], + [ + "ac", + "ons" + ], + [ + "acon", + "s" + ], + [ + "aco", + "ns" + ], + [ + "Ġle", + "aning" + ], + [ + "Ġlean", + "ing" + ], + [ + "ĠG", + "ul" + ], + [ + "ĠGu", + "l" + ], + [ + "Ġpe", + "ac" + ], + [ + "Ġpea", + "c" + ], + [ + "Ġtra", + "iler" + ], + [ + "Ġtrail", + "er" + ], + [ + "ob", + "yl" + ], + [ + "oby", + "l" + ], + [ + "Ġin", + "disc" + ], + [ + "Ġind", + "isc" + ], + [ + "Ġcir", + "cus" + ], + [ + "Ġcirc", + "us" + ], + [ + "Ġvers", + "atility" + ], + [ + "Ġ", + "apa" + ], + [ + "Ġa", + "pa" + ], + [ + "Ġap", + "a" + ], + [ + "Ġfoot", + "steps" + ], + [ + "Ġmill", + "imeter" + ], + [ + "Ġ", + "Tracking" + ], + [ + "ĠT", + "racking" + ], + [ + "ĠTr", + "acking" + ], + [ + "ĠTra", + "cking" + ], + [ + "ĠTrack", + "ing" + ], + [ + "Ġd", + "irectional" + ], + [ + "Ġdirect", + "ional" + ], + [ + "Ġdirection", + "al" + ], + [ + "T", + "ele" + ], + [ + "Te", + "le" + ], + [ + "Tel", + "e" + ], + [ + "U", + "TH" + ], + [ + "UT", + "H" + ], + [ + "Ġm", + "asking" + ], + [ + "Ġmask", + "ing" + ], + [ + "Ġmas", + "king" + ], + [ + "Ġdynamic", + "ally" + ], + [ + "Ġdynam", + "ically" + ], + [ + "Ġdynamical", + "ly" + ], + [ + "Ġverd", + "ict" + ], + [ + "ĠHellen", + "istic" + ], + [ + "-", + "help" + ], + [ + "-hel", + "p" + ], + [ + "S", + "kin" + ], + [ + "Sk", + "in" + ], + [ + "Ġb", + "ends" + ], + [ + "Ġben", + "ds" + ], + [ + "Ġbend", + "s" + ], + [ + "a", + "san" + ], + [ + "as", + "an" + ], + [ + "asa", + "n" + ], + [ + "Ġv", + "intage" + ], + [ + "Ġvin", + "tage" + ], + [ + "Ġ", + "Hip" + ], + [ + "ĠH", + "ip" + ], + [ + "ĠHi", + "p" + ], + [ + "Ġ", + "ard" + ], + [ + "Ġa", + "rd" + ], + [ + "Ġar", + "d" + ], + [ + "Ġcomm", + "emoration" + ], + [ + "Ġcommemor", + "ation" + ], + [ + "Ġqu", + "ilt" + ], + [ + "Ġq", + "uilt" + ], + [ + "Ġquil", + "t" + ], + [ + "Ġqui", + "lt" + ], + [ + "Ġdist", + "illation" + ], + [ + "Ġdistill", + "ation" + ], + [ + "Ġins", + "erts" + ], + [ + "Ġinsert", + "s" + ], + [ + "Ġim", + "moral" + ], + [ + "Ġimm", + "oral" + ], + [ + "Ġprop", + "ensity" + ], + [ + "Ġarch", + "ived" + ], + [ + "Ġarchive", + "d" + ], + [ + "Ġcontrast", + "ed" + ], + [ + "Ġcontra", + "sted" + ], + [ + "Ġun", + "finished" + ], + [ + "Ġunf", + "inished" + ], + [ + "Ġstere", + "o" + ], + [ + "Ġster", + "eo" + ], + [ + "ĠCop", + "ern" + ], + [ + "ĠCope", + "rn" + ], + [ + "ĠT", + "ribes" + ], + [ + "ĠTri", + "bes" + ], + [ + "ĠTrib", + "es" + ], + [ + "ĠTribe", + "s" + ], + [ + "ĠPent", + "agon" + ], + [ + "Ġcalibr", + "ated" + ], + [ + "Ġcalibrate", + "d" + ], + [ + "Ø", + "³" + ], + [ + "å", + "ħ" + ], + [ + "Ġre", + "naissance" + ], + [ + "Ġr", + "enaissance" + ], + [ + "ĠC", + "omet" + ], + [ + "ĠCo", + "met" + ], + [ + "ĠCom", + "et" + ], + [ + "ĠCome", + "t" + ], + [ + "ĠL", + "ub" + ], + [ + "ĠLu", + "b" + ], + [ + "ĠL", + "omb" + ], + [ + "ĠLo", + "mb" + ], + [ + "ĠLom", + "b" + ], + [ + "Ġover", + "arching" + ], + [ + "-p", + "rone" + ], + [ + "-pro", + "ne" + ], + [ + "-pr", + "one" + ], + [ + "Ġmass", + "ively" + ], + [ + "Ġmassive", + "ly" + ], + [ + "Ġpath", + "ologist" + ], + [ + "Ġsuper", + "intendent" + ], + [ + "Ġsuperintend", + "ent" + ], + [ + "ĠN", + "eo" + ], + [ + "ĠNe", + "o" + ], + [ + "ĠRoman", + "ian" + ], + [ + "ĠRom", + "anian" + ], + [ + "ĠRomania", + "n" + ], + [ + "ĠRoma", + "nian" + ], + [ + "ĠRomani", + "an" + ], + [ + "Ġ", + "Outdoor" + ], + [ + "ĠOut", + "door" + ], + [ + "Ġall", + "eles" + ], + [ + "Ġalle", + "les" + ], + [ + "Ġallele", + "s" + ], + [ + "ĠG", + "MT" + ], + [ + "ĠGM", + "T" + ], + [ + "Ġtort", + "ured" + ], + [ + "Ġtorture", + "d" + ], + [ + "Ġassault", + "s" + ], + [ + "Ġ", + "Sensory" + ], + [ + "ĠS", + "ensory" + ], + [ + "ĠSens", + "ory" + ], + [ + "ĠSensor", + "y" + ], + [ + "ĠChap", + "man" + ], + [ + "ĠFat", + "igue" + ], + [ + "ĠFried", + "man" + ], + [ + "ĠMc", + "Gill" + ], + [ + "ĠMcG", + "ill" + ], + [ + "Ġbrack", + "et" + ], + [ + "ĠKu", + "wait" + ], + [ + "Ġcongregation", + "s" + ], + [ + "Ġcongreg", + "ations" + ], + [ + "Ġp", + "omegranate" + ], + [ + "Ġpomegran", + "ate" + ], + [ + "B", + "an" + ], + [ + "Ba", + "n" + ], + [ + "M", + "ove" + ], + [ + "Mo", + "ve" + ], + [ + "P", + "ay" + ], + [ + "Pa", + "y" + ], + [ + "T", + "reat" + ], + [ + "Tr", + "eat" + ], + [ + "Tre", + "at" + ], + [ + "j", + "ury" + ], + [ + "ju", + "ry" + ], + [ + "Ġb", + "oulders" + ], + [ + "Ġboulder", + "s" + ], + [ + "th", + "yroidism" + ], + [ + "Ġcont", + "ests" + ], + [ + "Ġcontest", + "s" + ], + [ + "r", + "ued" + ], + [ + "ru", + "ed" + ], + [ + "rue", + "d" + ], + [ + "Ġex", + "piration" + ], + [ + "Ġexp", + "iration" + ], + [ + "ĠAn", + "k" + ], + [ + "-", + "fighting" + ], + [ + "-f", + "ighting" + ], + [ + "ĠYour", + "self" + ], + [ + "ĠYours", + "elf" + ], + [ + "h", + "ael" + ], + [ + "ha", + "el" + ], + [ + "Ġcra", + "fting" + ], + [ + "Ġcraft", + "ing" + ], + [ + "Ġ", + "::" + ], + [ + "Ġ:", + ":" + ], + [ + "ĠMuseum", + "s" + ], + [ + "ĠMuse", + "ums" + ], + [ + "Ġdi", + "electric" + ], + [ + "Ġdie", + "lectric" + ], + [ + "Ġmot", + "ivates" + ], + [ + "Ġmotiv", + "ates" + ], + [ + "Ġmotivate", + "s" + ], + [ + "Ġsed", + "ation" + ], + [ + "F", + "oods" + ], + [ + "Food", + "s" + ], + [ + "Ġammon", + "ium" + ], + [ + "ĠStev", + "enson" + ], + [ + "ĠSteven", + "son" + ], + [ + "ĠStevens", + "on" + ], + [ + "Ġsecre", + "cy" + ], + [ + "Ġamalg", + "am" + ], + [ + "ĠEarth", + "quake" + ], + [ + "ĠEarthqu", + "ake" + ], + [ + "-", + "place" + ], + [ + "-pl", + "ace" + ], + [ + "M", + "rs" + ], + [ + "Mr", + "s" + ], + [ + "N", + "an" + ], + [ + "Na", + "n" + ], + [ + "S", + "outhern" + ], + [ + "South", + "ern" + ], + [ + "b", + "elt" + ], + [ + "be", + "lt" + ], + [ + "bel", + "t" + ], + [ + "p", + "ies" + ], + [ + "pi", + "es" + ], + [ + "pie", + "s" + ], + [ + "Ġ", + "AW" + ], + [ + "ĠA", + "W" + ], + [ + "ĠI", + "ELTS" + ], + [ + "i", + "lli" + ], + [ + "il", + "li" + ], + [ + "ill", + "i" + ], + [ + "ĠN", + "em" + ], + [ + "ĠNe", + "m" + ], + [ + "Ġ", + "Lymph" + ], + [ + "ĠL", + "ymph" + ], + [ + "ĠLy", + "mph" + ], + [ + "p", + "hi" + ], + [ + "ph", + "i" + ], + [ + "ph", + "ysical" + ], + [ + "phys", + "ical" + ], + [ + "Ġs", + "mel" + ], + [ + "Ġsm", + "el" + ], + [ + "Ġco", + "ax" + ], + [ + "Ġp", + "oppy" + ], + [ + "Ġpo", + "ppy" + ], + [ + "Ġpop", + "py" + ], + [ + "|", + "|-" + ], + [ + "||", + "-" + ], + [ + "Ġop", + "ium" + ], + [ + "Ġret", + "reated" + ], + [ + "Ġretreat", + "ed" + ], + [ + "Ġbre", + "thren" + ], + [ + "ĠC", + "laus" + ], + [ + "ĠCl", + "aus" + ], + [ + "ĠCla", + "us" + ], + [ + "ĠPres", + "erve" + ], + [ + "ĠTw", + "ain" + ], + [ + "Ġrevolution", + "ize" + ], + [ + "Ġod", + "our" + ], + [ + "Ġre", + "jects" + ], + [ + "Ġreject", + "s" + ], + [ + "Ġgr", + "oin" + ], + [ + "Ġgro", + "in" + ], + [ + "Ġcannab", + "inoids" + ], + [ + "Ġcannabinoid", + "s" + ], + [ + "ĠS", + "ensor" + ], + [ + "ĠSen", + "sor" + ], + [ + "ĠSens", + "or" + ], + [ + "ĠArgent", + "ine" + ], + [ + "ĠArg", + "entine" + ], + [ + "Ġ", + "vinyl" + ], + [ + "Ġvin", + "yl" + ], + [ + "%", + ")Ċ" + ], + [ + "%)", + "Ċ" + ], + [ + "B", + "r" + ], + [ + "B", + "rien" + ], + [ + "Br", + "ien" + ], + [ + "g", + "kin" + ], + [ + "Ö", + "·" + ], + [ + "in", + "v" + ], + [ + "is", + "ational" + ], + [ + "isation", + "al" + ], + [ + "Ġp", + "iety" + ], + [ + "Ġpi", + "ety" + ], + [ + "Ġpie", + "ty" + ], + [ + "Ġst", + "acks" + ], + [ + "Ġstack", + "s" + ], + [ + "Ġsta", + "cks" + ], + [ + "od", + "der" + ], + [ + "odd", + "er" + ], + [ + "ĠF", + "ashion" + ], + [ + "ĠG", + "el" + ], + [ + "ĠGe", + "l" + ], + [ + "Ġint", + "imately" + ], + [ + "Ġintim", + "ately" + ], + [ + "Ġintimate", + "ly" + ], + [ + "Ġhas", + "ht" + ], + [ + "Ġhash", + "t" + ], + [ + "ap", + "ons" + ], + [ + "apon", + "s" + ], + [ + "apo", + "ns" + ], + [ + "Ġne", + "edy" + ], + [ + "Ġneed", + "y" + ], + [ + "âĢľ", + "But" + ], + [ + "âĢľB", + "ut" + ], + [ + "ĠMont", + "erey" + ], + [ + "ĠMonte", + "rey" + ], + [ + "Ġcritic", + "isms" + ], + [ + "Ġcriticism", + "s" + ], + [ + "Ġtight", + "ness" + ], + [ + "Ġprohib", + "iting" + ], + [ + "Ġprohibit", + "ing" + ], + [ + "Ġinsight", + "ful" + ], + [ + "Ġash", + "amed" + ], + [ + "Ġo", + "wes" + ], + [ + "Ġow", + "es" + ], + [ + "Ġowe", + "s" + ], + [ + "Ġdiver", + "gent" + ], + [ + "Ġdiverge", + "nt" + ], + [ + "ĠChamp", + "ions" + ], + [ + "ĠChampion", + "s" + ], + [ + "Ġhome", + "town" + ], + [ + "Ġhom", + "etown" + ], + [ + "Ġhomet", + "own" + ], + [ + "/", + "k" + ], + [ + "R", + "D" + ], + [ + "l", + "ash" + ], + [ + "la", + "sh" + ], + [ + "las", + "h" + ], + [ + "Î", + "¸" + ], + [ + "e", + "dies" + ], + [ + "ed", + "ies" + ], + [ + "edi", + "es" + ], + [ + "Ġst", + "ink" + ], + [ + "ĠA", + "uckland" + ], + [ + "Ġ", + "Via" + ], + [ + "ĠV", + "ia" + ], + [ + "ĠVi", + "a" + ], + [ + "a", + "ways" + ], + [ + "aw", + "ays" + ], + [ + "awa", + "ys" + ], + [ + "away", + "s" + ], + [ + "-", + "produced" + ], + [ + "-p", + "roduced" + ], + [ + "-", + "condition" + ], + [ + "-c", + "ondition" + ], + [ + "-con", + "dition" + ], + [ + "Ġsil", + "ently" + ], + [ + "Ġsilent", + "ly" + ], + [ + "ĠEl", + "ijah" + ], + [ + "ĠEli", + "jah" + ], + [ + "ĠST", + "UD" + ], + [ + "Ġis", + "olating" + ], + [ + "Ġisol", + "ating" + ], + [ + "Com", + "ment" + ], + [ + "Comm", + "ent" + ], + [ + "Ġstabil", + "ized" + ], + [ + "Ġstabilize", + "d" + ], + [ + "ĠStaff", + "ord" + ], + [ + "Ġsap", + "iens" + ], + [ + "Ġr", + "ifles" + ], + [ + "Ġrif", + "les" + ], + [ + "Ġrifle", + "s" + ], + [ + "s", + "imilar" + ], + [ + "sim", + "ilar" + ], + [ + "ĠCaucas", + "us" + ], + [ + "Fin", + "ancial" + ], + [ + "ĠQuarter", + "ly" + ], + [ + "ĠQuart", + "erly" + ], + [ + "Ġphylogen", + "etic" + ], + [ + "ĠUb", + "untu" + ], + [ + "ĠPatri", + "cia" + ], + [ + "ĠPatric", + "ia" + ], + [ + "F", + "red" + ], + [ + "Fr", + "ed" + ], + [ + "Fre", + "d" + ], + [ + "w", + "en" + ], + [ + "we", + "n" + ], + [ + "Ġ(", + "~" + ], + [ + "Ġha", + "em" + ], + [ + "ĠD", + "J" + ], + [ + "u", + "nit" + ], + [ + "un", + "it" + ], + [ + "uni", + "t" + ], + [ + "Ġ", + "OUT" + ], + [ + "ĠO", + "UT" + ], + [ + "ĠOU", + "T" + ], + [ + "Ġcl", + "utch" + ], + [ + "Ġclut", + "ch" + ], + [ + "n", + "eed" + ], + [ + "ne", + "ed" + ], + [ + "nee", + "d" + ], + [ + "ĠTr", + "ials" + ], + [ + "ĠTri", + "als" + ], + [ + "ĠTrial", + "s" + ], + [ + "ĠSen", + "egal" + ], + [ + "Ġsu", + "itability" + ], + [ + "Ġsuit", + "ability" + ], + [ + "Ġ", + "Nutritional" + ], + [ + "ĠNutrition", + "al" + ], + [ + "Ġex", + "ertion" + ], + [ + "Ġexert", + "ion" + ], + [ + "ĠPle", + "istocene" + ], + [ + "Ġventric", + "le" + ], + [ + "Ġatt", + "entive" + ], + [ + "Ġattent", + "ive" + ], + [ + "Ġfingert", + "ips" + ], + [ + "k", + "ed" + ], + [ + "ke", + "d" + ], + [ + "k", + "ner" + ], + [ + "kn", + "er" + ], + [ + "r", + "illa" + ], + [ + "ri", + "lla" + ], + [ + "rill", + "a" + ], + [ + "ril", + "la" + ], + [ + "Å", + "ĵ" + ], + [ + "Ġf", + "ading" + ], + [ + "Ġfa", + "ding" + ], + [ + "Ġfad", + "ing" + ], + [ + "r", + "obe" + ], + [ + "ro", + "be" + ], + [ + "rob", + "e" + ], + [ + "ĠA", + "BS" + ], + [ + "ĠAB", + "S" + ], + [ + "o", + "dal" + ], + [ + "od", + "al" + ], + [ + "oda", + "l" + ], + [ + "Ġ", + "HO" + ], + [ + "ĠH", + "O" + ], + [ + "Ġk", + "icks" + ], + [ + "Ġkick", + "s" + ], + [ + "Ġki", + "cks" + ], + [ + "ĠSp", + "ray" + ], + [ + "Ġpot", + "ency" + ], + [ + "Ġ[", + "..." + ], + [ + "sequ", + "ent" + ], + [ + "ĠComp", + "act" + ], + [ + "Ġep", + "hemer" + ], + [ + "Ġassist", + "ive" + ], + [ + "Ġas", + "sembling" + ], + [ + "Ġasse", + "mbling" + ], + [ + "Ġassemb", + "ling" + ], + [ + "Ġassembl", + "ing" + ], + [ + "Ġlands", + "lides" + ], + [ + "Ġlandslide", + "s" + ], + [ + "Ġ", + "Experiments" + ], + [ + "ĠExper", + "iments" + ], + [ + "ĠExperiment", + "s" + ], + [ + "Ġin", + "hibited" + ], + [ + "Ġinhib", + "ited" + ], + [ + "Ġinhibit", + "ed" + ], + [ + "ĠTre", + "asure" + ], + [ + "Ġ", + "Supporting" + ], + [ + "ĠSupp", + "orting" + ], + [ + "ĠSup", + "porting" + ], + [ + "ĠSupport", + "ing" + ], + [ + "ĠDam", + "ascus" + ], + [ + "tra", + "ditional" + ], + [ + "S", + "etting" + ], + [ + "Se", + "tting" + ], + [ + "Set", + "ting" + ], + [ + "Ġpun", + "ishments" + ], + [ + "Ġpunishment", + "s" + ], + [ + "Ġpunish", + "ments" + ], + [ + "ĠMaur", + "ice" + ], + [ + "ĠMau", + "rice" + ], + [ + "ĠVenet", + "ian" + ], + [ + "K", + "D" + ], + [ + "b", + "at" + ], + [ + "ba", + "t" + ], + [ + "d", + "igital" + ], + [ + "dig", + "ital" + ], + [ + "r", + "ar" + ], + [ + "ra", + "r" + ], + [ + "Ñ", + "ĩ" + ], + [ + "en", + "ital" + ], + [ + "eni", + "tal" + ], + [ + "ĠS", + "IM" + ], + [ + "ĠSI", + "M" + ], + [ + "Ġ", + "ante" + ], + [ + "Ġan", + "te" + ], + [ + "Ġant", + "e" + ], + [ + "Ġwe", + "arer" + ], + [ + "Ġwear", + "er" + ], + [ + "Ġen", + "rol" + ], + [ + "Ġw", + "hey" + ], + [ + "Ġwh", + "ey" + ], + [ + "Ġwhe", + "y" + ], + [ + "ĠU", + "rugu" + ], + [ + "ĠUr", + "ugu" + ], + [ + "Ġdis", + "pro" + ], + [ + "Ġdisp", + "ro" + ], + [ + "i", + "be" + ], + [ + "ib", + "e" + ], + [ + "Ġpe", + "pp" + ], + [ + "ĠCh", + "rys" + ], + [ + "Ġinter", + "state" + ], + [ + "Ġc", + "aret" + ], + [ + "Ġcar", + "et" + ], + [ + "Ġca", + "ret" + ], + [ + "Ġcare", + "t" + ], + [ + "-s", + "ufficient" + ], + [ + "-su", + "fficient" + ], + [ + "ar", + "ched" + ], + [ + "arch", + "ed" + ], + [ + "arc", + "hed" + ], + [ + "arche", + "d" + ], + [ + "Ġb", + "urge" + ], + [ + "Ġbur", + "ge" + ], + [ + "Ġburg", + "e" + ], + [ + "Ġbad", + "ge" + ], + [ + "Ġ", + "Courtesy" + ], + [ + "ĠCour", + "tesy" + ], + [ + "ĠCourt", + "esy" + ], + [ + "Ġ", + "Subjects" + ], + [ + "ĠSub", + "jects" + ], + [ + "ĠSubject", + "s" + ], + [ + "Ġfertil", + "ize" + ], + [ + "ĠSpirit", + "ual" + ], + [ + "ĠSpir", + "itual" + ], + [ + "iscipl", + "ine" + ], + [ + "ĠM", + "PH" + ], + [ + "ĠMP", + "H" + ], + [ + "ĠChile", + "an" + ], + [ + "ĠChi", + "lean" + ], + [ + "ĠChil", + "ean" + ], + [ + "Ġsubd", + "ivided" + ], + [ + "Ġvert", + "igo" + ], + [ + "ĠReserv", + "oir" + ], + [ + "D", + "iagnosis" + ], + [ + "Diagn", + "osis" + ], + [ + "P", + "ractice" + ], + [ + "Pract", + "ice" + ], + [ + "×", + "©" + ], + [ + "Ġe", + "ternity" + ], + [ + "id", + "ences" + ], + [ + "ide", + "nces" + ], + [ + "idence", + "s" + ], + [ + "iden", + "ces" + ], + [ + "a", + "day" + ], + [ + "ad", + "ay" + ], + [ + "ada", + "y" + ], + [ + "Ġwh", + "isk" + ], + [ + "Ġwhis", + "k" + ], + [ + "Ġ", + "alpine" + ], + [ + "Ġal", + "pine" + ], + [ + "Ġalp", + "ine" + ], + [ + "Ġle", + "aching" + ], + [ + "Ġleach", + "ing" + ], + [ + "ĠR", + "as" + ], + [ + "ĠRa", + "s" + ], + [ + "Ġ", + "JS" + ], + [ + "ĠJ", + "S" + ], + [ + "Ġsur", + "names" + ], + [ + "Ġsurname", + "s" + ], + [ + "aw", + "att" + ], + [ + "awa", + "tt" + ], + [ + "awat", + "t" + ], + [ + "Ġsleep", + "y" + ], + [ + "Ġslee", + "py" + ], + [ + "ĠPat", + "terson" + ], + [ + "ĠPatt", + "erson" + ], + [ + "Ġslight", + "est" + ], + [ + "c", + "asts" + ], + [ + "cast", + "s" + ], + [ + "ca", + "sts" + ], + [ + "cas", + "ts" + ], + [ + "ĠPot", + "omac" + ], + [ + "Ġol", + "factory" + ], + [ + "Ġpolymer", + "ase" + ], + [ + "Ġacre", + "age" + ], + [ + "Ġsymp", + "osium" + ], + [ + "Ġengra", + "ving" + ], + [ + "Ġimpart", + "ial" + ], + [ + "Ġdissemin", + "ated" + ], + [ + "Ġdisseminate", + "d" + ], + [ + "Techn", + "ical" + ], + [ + "Ġparach", + "ute" + ], + [ + "Ġche", + "eses" + ], + [ + "Ġcheese", + "s" + ], + [ + "Ġchees", + "es" + ], + [ + "G", + "round" + ], + [ + "Gr", + "ound" + ], + [ + "Gro", + "und" + ], + [ + "s", + "aid" + ], + [ + "sa", + "id" + ], + [ + "it", + "amins" + ], + [ + "itamin", + "s" + ], + [ + "s", + "ty" + ], + [ + "st", + "y" + ], + [ + "Ġan", + "arch" + ], + [ + "os", + "ites" + ], + [ + "osite", + "s" + ], + [ + "osit", + "es" + ], + [ + "osi", + "tes" + ], + [ + "ĠH", + "ert" + ], + [ + "ĠHe", + "rt" + ], + [ + "ĠHer", + "t" + ], + [ + "a", + "kov" + ], + [ + "ak", + "ov" + ], + [ + "ako", + "v" + ], + [ + "en", + "sit" + ], + [ + "ens", + "it" + ], + [ + "Ġsc", + "oliosis" + ], + [ + "Ġde", + "ported" + ], + [ + "Ġdep", + "orted" + ], + [ + "Ġdeport", + "ed" + ], + [ + "ĠEx", + "hib" + ], + [ + "ĠSe", + "oul" + ], + [ + "Ġpsych", + "ologically" + ], + [ + "Ġpsychological", + "ly" + ], + [ + "p", + "rogram" + ], + [ + "pr", + "ogram" + ], + [ + "pro", + "gram" + ], + [ + "prog", + "ram" + ], + [ + "Ġnucle", + "ic" + ], + [ + "Ġnuclei", + "c" + ], + [ + "ĠMc", + "Cl" + ], + [ + "ĠMcC", + "l" + ], + [ + "Ġexperiment", + "ally" + ], + [ + "Ġexperimental", + "ly" + ], + [ + "Ġbur", + "ner" + ], + [ + "Ġburn", + "er" + ], + [ + "Ġclim", + "ax" + ], + [ + "Ġneut", + "rinos" + ], + [ + "Ġneutr", + "inos" + ], + [ + "Ġneutrino", + "s" + ], + [ + "Ġmyth", + "ological" + ], + [ + ".", + "nc" + ], + [ + ".n", + "c" + ], + [ + "Ġperipher", + "y" + ], + [ + "Ġconfront", + "ing" + ], + [ + "Ġconfron", + "ting" + ], + [ + "ĠThreat", + "ened" + ], + [ + "ĠBald", + "win" + ], + [ + "osit", + "ories" + ], + [ + "ĠK", + "umar" + ], + [ + "ĠKu", + "mar" + ], + [ + "ĠKum", + "ar" + ], + [ + "ĠLex", + "ington" + ], + [ + "Ġneglig", + "ence" + ], + [ + "ĠRebell", + "ion" + ], + [ + "ĠRebel", + "lion" + ], + [ + "d", + "iff" + ], + [ + "di", + "ff" + ], + [ + "f", + "r" + ], + [ + "t", + "ails" + ], + [ + "ta", + "ils" + ], + [ + "tail", + "s" + ], + [ + "y", + "ang" + ], + [ + "ya", + "ng" + ], + [ + "yan", + "g" + ], + [ + "y", + "ellow" + ], + [ + "yel", + "low" + ], + [ + "Ġw", + "agons" + ], + [ + "Ġwagon", + "s" + ], + [ + "th", + "ia" + ], + [ + "thi", + "a" + ], + [ + "ĠP", + "ius" + ], + [ + "ĠPi", + "us" + ], + [ + "ĠW", + "ine" + ], + [ + "ĠWin", + "e" + ], + [ + "ĠWi", + "ne" + ], + [ + "ĠL", + "inn" + ], + [ + "ĠLin", + "n" + ], + [ + "ĠLi", + "nn" + ], + [ + "th", + "eria" + ], + [ + "ther", + "ia" + ], + [ + "the", + "ria" + ], + [ + "Ġun", + "inter" + ], + [ + "Ġunint", + "er" + ], + [ + "Ġunin", + "ter" + ], + [ + "olog", + "ous" + ], + [ + "a", + "tham" + ], + [ + "at", + "ham" + ], + [ + "ath", + "am" + ], + [ + "atha", + "m" + ], + [ + "Ġhead", + "phones" + ], + [ + "ĠArt", + "emis" + ], + [ + "h", + "ematics" + ], + [ + "he", + "matics" + ], + [ + "hem", + "atics" + ], + [ + "hemat", + "ics" + ], + [ + "hematic", + "s" + ], + [ + "hema", + "tics" + ], + [ + "Ġhour", + "ly" + ], + [ + "Ġ", + "Famous" + ], + [ + "ĠF", + "amous" + ], + [ + "ĠFam", + "ous" + ], + [ + "н", + "и" + ], + [ + "ĠDe", + "bt" + ], + [ + "ĠDeb", + "t" + ], + [ + "ĠRespons", + "ibility" + ], + [ + "E", + "ffects" + ], + [ + "Effect", + "s" + ], + [ + "Eff", + "ects" + ], + [ + "Ġ", + "hog" + ], + [ + "Ġh", + "og" + ], + [ + "Ġho", + "g" + ], + [ + "Ġg", + "oggles" + ], + [ + "ĠH", + "il" + ], + [ + "ĠHi", + "l" + ], + [ + "ĠR", + "ex" + ], + [ + "ĠRe", + "x" + ], + [ + "u", + "sters" + ], + [ + "us", + "ters" + ], + [ + "ust", + "ers" + ], + [ + "uster", + "s" + ], + [ + "Ġdes", + "ks" + ], + [ + "Ġdesk", + "s" + ], + [ + "Ġprot", + "rud" + ], + [ + "iel", + "ding" + ], + [ + "ield", + "ing" + ], + [ + "Ġ", + "Sevent" + ], + [ + "ĠS", + "event" + ], + [ + "ĠSe", + "vent" + ], + [ + "ĠSeven", + "t" + ], + [ + "ĠX", + "IV" + ], + [ + "ĠXI", + "V" + ], + [ + "Ġunc", + "hecked" + ], + [ + "Ġunch", + "ecked" + ], + [ + "ĠPol", + "it" + ], + [ + "ĠPo", + "lit" + ], + [ + "Ġinterpret", + "ive" + ], + [ + "Ġfif", + "teenth" + ], + [ + "Ġfifteen", + "th" + ], + [ + "Ġpictures", + "que" + ], + [ + "ĠFull", + "er" + ], + [ + "ĠFu", + "ller" + ], + [ + "ĠFul", + "ler" + ], + [ + "ĠChemical", + "s" + ], + [ + "ĠChem", + "icals" + ], + [ + "Ġcoinc", + "ided" + ], + [ + "Ġcoincide", + "d" + ], + [ + "Ġgel", + "atin" + ], + [ + "Ġram", + "ifications" + ], + [ + "Ġseam", + "lessly" + ], + [ + "Ġseamless", + "ly" + ], + [ + "Ġail", + "ment" + ], + [ + "Ġglyc", + "ogen" + ], + [ + "ĠA", + "xis" + ], + [ + "ĠAx", + "is" + ], + [ + "Ġmanif", + "old" + ], + [ + "ĠCher", + "ry" + ], + [ + "Ġendothel", + "ial" + ], + [ + "Tex", + "as" + ], + [ + "paralle", + "led" + ], + [ + "V", + "irtual" + ], + [ + "W", + "P" + ], + [ + "Ġf", + "ug" + ], + [ + "Ġfu", + "g" + ], + [ + "Ġth", + "ieves" + ], + [ + "Ġ", + "nam" + ], + [ + "Ġn", + "am" + ], + [ + "Ġna", + "m" + ], + [ + "Ġg", + "asses" + ], + [ + "Ġgas", + "ses" + ], + [ + "Ġ", + "heed" + ], + [ + "Ġh", + "eed" + ], + [ + "Ġhe", + "ed" + ], + [ + "Ġcan", + "ola" + ], + [ + "ĠG", + "ore" + ], + [ + "ĠGo", + "re" + ], + [ + "ĠGor", + "e" + ], + [ + "t", + "ingham" + ], + [ + "ting", + "ham" + ], + [ + "tin", + "gham" + ], + [ + "Ġsk", + "ys" + ], + [ + "Ġsky", + "s" + ], + [ + "Ġur", + "inate" + ], + [ + "ĠShe", + "ffield" + ], + [ + "Ġcon", + "cussions" + ], + [ + "Ġconc", + "ussions" + ], + [ + "Ġconcussion", + "s" + ], + [ + "Ġ", + "Elimin" + ], + [ + "ĠEl", + "imin" + ], + [ + "ĠEli", + "min" + ], + [ + "Ġrich", + "ly" + ], + [ + "ad", + "oop" + ], + [ + "ado", + "op" + ], + [ + "Ġsin", + "uses" + ], + [ + "Ġsinus", + "es" + ], + [ + "osph", + "orus" + ], + [ + "ĠPsych", + "iatric" + ], + [ + "ĠU", + "VA" + ], + [ + "ĠUV", + "A" + ], + [ + "bel", + "ief" + ], + [ + "belie", + "f" + ], + [ + "ĠTerm", + "inal" + ], + [ + "Ġwhite", + "ning" + ], + [ + "Ġwhit", + "ening" + ], + [ + "Ġconcer", + "ted" + ], + [ + "Ġconcert", + "ed" + ], + [ + "Ġcrocod", + "iles" + ], + [ + "Ġcrocodile", + "s" + ], + [ + "Ur", + "ban" + ], + [ + "Ġindig", + "estion" + ], + [ + "F", + "arm" + ], + [ + "Far", + "m" + ], + [ + "c", + "asters" + ], + [ + "cast", + "ers" + ], + [ + "ca", + "sters" + ], + [ + "cas", + "ters" + ], + [ + "caster", + "s" + ], + [ + "v", + "on" + ], + [ + "vo", + "n" + ], + [ + "|", + "N" + ], + [ + "ĠR", + "app" + ], + [ + "ĠRa", + "pp" + ], + [ + "ĠRap", + "p" + ], + [ + "Ġs", + "par" + ], + [ + "Ġsp", + "ar" + ], + [ + "Ġspa", + "r" + ], + [ + "Ġ", + "clam" + ], + [ + "Ġc", + "lam" + ], + [ + "Ġcl", + "am" + ], + [ + "Ġs", + "urm" + ], + [ + "Ġsu", + "rm" + ], + [ + "Ġsur", + "m" + ], + [ + "Ġco", + "herence" + ], + [ + "Ġcoh", + "erence" + ], + [ + "l", + "ando" + ], + [ + "land", + "o" + ], + [ + "lan", + "do" + ], + [ + "Ġde", + "mons" + ], + [ + "Ġdem", + "ons" + ], + [ + "Ġdemon", + "s" + ], + [ + "Ġdemo", + "ns" + ], + [ + "Ġbenef", + "iting" + ], + [ + "Ġbenefit", + "ing" + ], + [ + "ung", + "sten" + ], + [ + "ungs", + "ten" + ], + [ + "Ġcolor", + "less" + ], + [ + "ĠB", + "ooth" + ], + [ + "ĠBo", + "oth" + ], + [ + "ĠBoot", + "h" + ], + [ + "ĠA", + "gent" + ], + [ + "ĠAg", + "ent" + ], + [ + "ĠAge", + "nt" + ], + [ + "ĠAut", + "hent" + ], + [ + "Ġre", + "birth" + ], + [ + "Ġreb", + "irth" + ], + [ + "Ġhorse", + "back" + ], + [ + "Ġ", + "Label" + ], + [ + "ĠL", + "abel" + ], + [ + "ĠLa", + "bel" + ], + [ + "ĠLab", + "el" + ], + [ + "Ġneck", + "l" + ], + [ + "Ġnec", + "kl" + ], + [ + "Ġ", + "Leading" + ], + [ + "ĠLe", + "ading" + ], + [ + "ĠLead", + "ing" + ], + [ + "ĠLea", + "ding" + ], + [ + "efin", + "ition" + ], + [ + "ĠP", + "rompt" + ], + [ + "ĠProm", + "pt" + ], + [ + "ĠJo", + "nah" + ], + [ + "ĠJon", + "ah" + ], + [ + "Ġfacult", + "ies" + ], + [ + "D", + "ar" + ], + [ + "Da", + "r" + ], + [ + "H", + "V" + ], + [ + "M", + "oving" + ], + [ + "Mo", + "ving" + ], + [ + "O", + "il" + ], + [ + "P", + "a" + ], + [ + "R", + "h" + ], + [ + "T", + "raining" + ], + [ + "Tra", + "ining" + ], + [ + "Tr", + "aining" + ], + [ + "Train", + "ing" + ], + [ + "l", + "at" + ], + [ + "la", + "t" + ], + [ + "al", + "ds" + ], + [ + "ald", + "s" + ], + [ + "Ġ", + "dh" + ], + [ + "Ġd", + "h" + ], + [ + "st", + "at" + ], + [ + "sta", + "t" + ], + [ + "u", + "ran" + ], + [ + "ur", + "an" + ], + [ + "ura", + "n" + ], + [ + "ĠB", + "ott" + ], + [ + "ĠBo", + "tt" + ], + [ + "ĠBot", + "t" + ], + [ + "ath", + "ione" + ], + [ + "athi", + "one" + ], + [ + "Ġhealth", + "iest" + ], + [ + "b", + "anks" + ], + [ + "ban", + "ks" + ], + [ + "bank", + "s" + ], + [ + "Ġund", + "ocumented" + ], + [ + "Ġmo", + "ose" + ], + [ + "Ġs", + "ighted" + ], + [ + "Ġsight", + "ed" + ], + [ + "Ġsigh", + "ted" + ], + [ + "Comp", + "ar" + ], + [ + "Com", + "par" + ], + [ + "Ġconvey", + "ing" + ], + [ + "Ġconve", + "ying" + ], + [ + "Ġsupervis", + "e" + ], + [ + "Ġsuperv", + "ise" + ], + [ + "ĠBagh", + "dad" + ], + [ + "ĠZur", + "ich" + ], + [ + "B", + "G" + ], + [ + "P", + "erson" + ], + [ + "Per", + "son" + ], + [ + "Pers", + "on" + ], + [ + "i", + "fle" + ], + [ + "if", + "le" + ], + [ + "ĠN", + "as" + ], + [ + "ĠNa", + "s" + ], + [ + "ĠTh", + "under" + ], + [ + "ĠThu", + "nder" + ], + [ + "l", + "lis" + ], + [ + "ll", + "is" + ], + [ + "lli", + "s" + ], + [ + "de", + "ep" + ], + [ + "Ġline", + "ages" + ], + [ + "Ġlineage", + "s" + ], + [ + "-", + "lo" + ], + [ + "-l", + "o" + ], + [ + "Ġde", + "aler" + ], + [ + "Ġdeal", + "er" + ], + [ + "ĠM", + "yers" + ], + [ + "ĠMy", + "ers" + ], + [ + "ĠUN", + "IX" + ], + [ + "Ġdedic", + "ate" + ], + [ + "ĠDel", + "ivery" + ], + [ + "Me", + "aning" + ], + [ + "Mean", + "ing" + ], + [ + "orph", + "ins" + ], + [ + "Ġmicrosc", + "opes" + ], + [ + "Ġmicroscope", + "s" + ], + [ + "Ġf", + "urry" + ], + [ + "Ġfur", + "ry" + ], + [ + "Ġ", + "Putting" + ], + [ + "ĠP", + "utting" + ], + [ + "ĠPut", + "ting" + ], + [ + "ĠPu", + "tting" + ], + [ + "Ġfles", + "hy" + ], + [ + "Ġflesh", + "y" + ], + [ + "ĠS", + "ongs" + ], + [ + "ĠSon", + "gs" + ], + [ + "ĠSong", + "s" + ], + [ + "Ġmang", + "roves" + ], + [ + "Ġmangrove", + "s" + ], + [ + "Ġculmin", + "ated" + ], + [ + "Ġculminate", + "d" + ], + [ + "Ġnec", + "rosis" + ], + [ + "Ġper", + "ceptual" + ], + [ + "Ġpercept", + "ual" + ], + [ + "iret", + "roviral" + ], + [ + "Ġunlaw", + "ful" + ], + [ + "C", + "itation" + ], + [ + "Cit", + "ation" + ], + [ + "k", + "ong" + ], + [ + "ko", + "ng" + ], + [ + "kon", + "g" + ], + [ + "on", + "so" + ], + [ + "ons", + "o" + ], + [ + "Ġc", + "ass" + ], + [ + "Ġca", + "ss" + ], + [ + "Ġcas", + "s" + ], + [ + "ĠC", + "ars" + ], + [ + "ĠCar", + "s" + ], + [ + "ĠCa", + "rs" + ], + [ + "Ġ", + "Gy" + ], + [ + "ĠG", + "y" + ], + [ + "Ġdis", + "respect" + ], + [ + "âĢĿ", + "?Ċ" + ], + [ + "âĢĿ?", + "Ċ" + ], + [ + "ise", + "ases" + ], + [ + "isease", + "s" + ], + [ + "ruct", + "uring" + ], + [ + "Ġlook", + "out" + ], + [ + "Ġb", + "atter" + ], + [ + "Ġbat", + "ter" + ], + [ + "Ġbatt", + "er" + ], + [ + "Ġhor", + "rors" + ], + [ + "Ġhorr", + "ors" + ], + [ + "Ġhorror", + "s" + ], + [ + "e", + "vol" + ], + [ + "ev", + "ol" + ], + [ + "ĠProf", + "essionals" + ], + [ + "ĠProfessional", + "s" + ], + [ + "Ġattend", + "ees" + ], + [ + "Ġf", + "estive" + ], + [ + "Ġfest", + "ive" + ], + [ + "Ġrh", + "inos" + ], + [ + "Ġrhin", + "os" + ], + [ + "Ġrhino", + "s" + ], + [ + "Ġcyt", + "oplasm" + ], + [ + "ĠHa", + "yes" + ], + [ + "ĠHay", + "es" + ], + [ + "Ġumb", + "ilical" + ], + [ + "Inc", + "reased" + ], + [ + "Incre", + "ased" + ], + [ + "Increase", + "d" + ], + [ + "Ġbic", + "arbonate" + ], + [ + "F", + "il" + ], + [ + "Fi", + "l" + ], + [ + "b", + "eg" + ], + [ + "be", + "g" + ], + [ + "l", + "é" + ], + [ + "s", + "in" + ], + [ + "si", + "n" + ], + [ + "Ġf", + "orge" + ], + [ + "Ġfor", + "ge" + ], + [ + "Ġforg", + "e" + ], + [ + "ĠS", + "lo" + ], + [ + "ĠSl", + "o" + ], + [ + "e", + "ware" + ], + [ + "ew", + "are" + ], + [ + "ewa", + "re" + ], + [ + "eth", + "ane" + ], + [ + "âĢĶ", + "all" + ], + [ + "âĢĶa", + "ll" + ], + [ + "ĠCol", + "ors" + ], + [ + "ĠColor", + "s" + ], + [ + "ĠColo", + "rs" + ], + [ + "Ġ", + "Medication" + ], + [ + "ĠM", + "edication" + ], + [ + "ĠMed", + "ication" + ], + [ + "ĠMedic", + "ation" + ], + [ + "ĠMedica", + "tion" + ], + [ + "-t", + "reated" + ], + [ + "-tr", + "eated" + ], + [ + "-treat", + "ed" + ], + [ + "val", + "ence" + ], + [ + "vale", + "nce" + ], + [ + "Ġadapt", + "ability" + ], + [ + "Ġagree", + "ing" + ], + [ + "Ġarchitect", + "ures" + ], + [ + "Ġarchitecture", + "s" + ], + [ + "Ġtr", + "igon" + ], + [ + "Ġtri", + "gon" + ], + [ + "Ġtrig", + "on" + ], + [ + "Ġvul", + "gar" + ], + [ + "Ġbrown", + "ish" + ], + [ + "Ġbrow", + "nish" + ], + [ + "rid", + "ged" + ], + [ + "ridge", + "d" + ], + [ + "Ġpref", + "rontal" + ], + [ + "Ġnut", + "shell" + ], + [ + "Ġnuts", + "hell" + ], + [ + "Ġcomp", + "osites" + ], + [ + "Ġcompos", + "ites" + ], + [ + "Ġcomposite", + "s" + ], + [ + "Ġp", + "uncture" + ], + [ + "Ġpunct", + "ure" + ], + [ + "Ġpunctu", + "re" + ], + [ + "Ġ", + "Vaccines" + ], + [ + "ĠVacc", + "ines" + ], + [ + "ĠVaccine", + "s" + ], + [ + "Ġware", + "houses" + ], + [ + "Ġwarehouse", + "s" + ], + [ + "Ġtrade", + "marks" + ], + [ + "Ġtradem", + "arks" + ], + [ + "Ġtrademark", + "s" + ], + [ + "ĠAdapt", + "ation" + ], + [ + "Ġtribut", + "ary" + ], + [ + "ĠNeb", + "ula" + ], + [ + "Ġsensit", + "ivities" + ], + [ + "Ġlethar", + "gy" + ], + [ + "T", + "esting" + ], + [ + "Test", + "ing" + ], + [ + "g", + "ary" + ], + [ + "gar", + "y" + ], + [ + "ga", + "ry" + ], + [ + "y", + "c" + ], + [ + "Ġt", + "ending" + ], + [ + "Ġtend", + "ing" + ], + [ + "Ġten", + "ding" + ], + [ + "o", + "well" + ], + [ + "ow", + "ell" + ], + [ + "owe", + "ll" + ], + [ + "owel", + "l" + ], + [ + "Ġ", + "CNS" + ], + [ + "ĠC", + "NS" + ], + [ + "ĠCN", + "S" + ], + [ + "o", + "pin" + ], + [ + "op", + "in" + ], + [ + "and", + "um" + ], + [ + "Ġ", + "Fri" + ], + [ + "ĠF", + "ri" + ], + [ + "ĠFr", + "i" + ], + [ + "Ġ", + "Cholesterol" + ], + [ + "ĠCh", + "olesterol" + ], + [ + "Ġ", + "Isn" + ], + [ + "ĠI", + "sn" + ], + [ + "ĠIs", + "n" + ], + [ + "Ġter", + "ribly" + ], + [ + "Ġterr", + "ibly" + ], + [ + "Ġpost", + "war" + ], + [ + "Ġdisp", + "atched" + ], + [ + "Ġdispatch", + "ed" + ], + [ + "Ġformat", + "ted" + ], + [ + "Ġcomment", + "ators" + ], + [ + "Ġcommentator", + "s" + ], + [ + "ĠJu", + "lie" + ], + [ + "ĠJul", + "ie" + ], + [ + "it", + "icus" + ], + [ + "itic", + "us" + ], + [ + "iti", + "cus" + ], + [ + "Ġanthrop", + "ologist" + ], + [ + "Act", + "ually" + ], + [ + "Ġspelling", + "s" + ], + [ + "Ġspell", + "ings" + ], + [ + "Spec", + "ies" + ], + [ + "Ġbol", + "ster" + ], + [ + "Ġbolst", + "er" + ], + [ + "Ġdeter", + "rent" + ], + [ + "i", + "otherap" + ], + [ + "iothe", + "rap" + ], + [ + "Ġshamp", + "oo" + ], + [ + "\"", + ").Ċ" + ], + [ + "\")", + ".Ċ" + ], + [ + "\").", + "Ċ" + ], + [ + "S", + "ample" + ], + [ + "Sam", + "ple" + ], + [ + "i", + "cile" + ], + [ + "ic", + "ile" + ], + [ + "ici", + "le" + ], + [ + "o", + "we" + ], + [ + "ow", + "e" + ], + [ + "ĠS", + "ays" + ], + [ + "ĠSa", + "ys" + ], + [ + "ĠSay", + "s" + ], + [ + "ĠS", + "OC" + ], + [ + "ĠSO", + "C" + ], + [ + "ĠM", + "ast" + ], + [ + "ĠMa", + "st" + ], + [ + "ĠMas", + "t" + ], + [ + "ac", + "red" + ], + [ + "acre", + "d" + ], + [ + "Ġab", + "ide" + ], + [ + "Ġad", + "herent" + ], + [ + "Ġadhere", + "nt" + ], + [ + "y", + "ses" + ], + [ + "ys", + "es" + ], + [ + "ĠV", + "all" + ], + [ + "ĠVal", + "l" + ], + [ + "ĠVa", + "ll" + ], + [ + "Ġsur", + "ges" + ], + [ + "Ġsurge", + "s" + ], + [ + "Ġfl", + "ute" + ], + [ + "Ġflu", + "te" + ], + [ + "r", + "acting" + ], + [ + "ract", + "ing" + ], + [ + "rac", + "ting" + ], + [ + "Ġp", + "ops" + ], + [ + "Ġpo", + "ps" + ], + [ + "Ġpop", + "s" + ], + [ + "ol", + "icy" + ], + [ + "olic", + "y" + ], + [ + "oli", + "cy" + ], + [ + "Ġfe", + "mur" + ], + [ + "Ġfem", + "ur" + ], + [ + "Ġpict", + "orial" + ], + [ + "um", + "bent" + ], + [ + "umb", + "ent" + ], + [ + "à¤", + "¤" + ], + [ + "Ġ", + "unsaturated" + ], + [ + "Ġuns", + "aturated" + ], + [ + "Ġp", + "itched" + ], + [ + "Ġpit", + "ched" + ], + [ + "Ġpitch", + "ed" + ], + [ + "I", + "FE" + ], + [ + "IF", + "E" + ], + [ + "Ġle", + "aky" + ], + [ + "Ġleak", + "y" + ], + [ + "ĠMo", + "she" + ], + [ + "ĠMos", + "he" + ], + [ + "ĠP", + "ilot" + ], + [ + "ĠPil", + "ot" + ], + [ + "ĠPi", + "lot" + ], + [ + "Ġterr", + "ific" + ], + [ + "Ġby", + "products" + ], + [ + "Ġbyp", + "roducts" + ], + [ + "Ġbyproduct", + "s" + ], + [ + "Ġcrocod", + "ile" + ], + [ + "Ġpolyphen", + "ols" + ], + [ + "-", + "ag" + ], + [ + "-a", + "g" + ], + [ + "L", + "ower" + ], + [ + "Low", + "er" + ], + [ + "Lo", + "wer" + ], + [ + "u", + "ance" + ], + [ + "ua", + "nce" + ], + [ + "uan", + "ce" + ], + [ + "Ð", + "¹" + ], + [ + "an", + "se" + ], + [ + "ans", + "e" + ], + [ + "ĠA", + "ub" + ], + [ + "ĠAu", + "b" + ], + [ + "r", + "ule" + ], + [ + "ru", + "le" + ], + [ + "Ġ", + "JF" + ], + [ + "ĠJ", + "F" + ], + [ + "ind", + "ividual" + ], + [ + "Ġadd", + "ictions" + ], + [ + "Ġaddiction", + "s" + ], + [ + "Ġaddict", + "ions" + ], + [ + "ĠDe", + "bor" + ], + [ + "ĠDeb", + "or" + ], + [ + "Ġshort", + "cut" + ], + [ + "A", + "sh" + ], + [ + "As", + "h" + ], + [ + "ĠMon", + "astery" + ], + [ + "ĠMona", + "stery" + ], + [ + "Ġpoly", + "ester" + ], + [ + "Ġradio", + "activity" + ], + [ + "Ġunf", + "olding" + ], + [ + "Ġunfold", + "ing" + ], + [ + "-", + "centric" + ], + [ + "-c", + "entric" + ], + [ + "-cent", + "ric" + ], + [ + "Ġasp", + "iring" + ], + [ + "Ġaspir", + "ing" + ], + [ + "Ġaspirin", + "g" + ], + [ + "Ġsubs", + "idy" + ], + [ + "Ġsubsid", + "y" + ], + [ + "icul", + "ously" + ], + [ + "iculous", + "ly" + ], + [ + "K", + "nown" + ], + [ + "Know", + "n" + ], + [ + "Kn", + "own" + ], + [ + "Ġcalendar", + "s" + ], + [ + "Ġcalend", + "ars" + ], + [ + "L", + "O" + ], + [ + "P", + "rep" + ], + [ + "Pre", + "p" + ], + [ + "Pr", + "ep" + ], + [ + "S", + "afe" + ], + [ + "Sa", + "fe" + ], + [ + "Saf", + "e" + ], + [ + "g", + "ard" + ], + [ + "gar", + "d" + ], + [ + "ga", + "rd" + ], + [ + "ar", + "ray" + ], + [ + "arr", + "ay" + ], + [ + "Ġ", + "ABA" + ], + [ + "ĠA", + "BA" + ], + [ + "ĠAB", + "A" + ], + [ + "Ġas", + "cent" + ], + [ + "Ġasc", + "ent" + ], + [ + "ĠG", + "ale" + ], + [ + "ĠGal", + "e" + ], + [ + "ĠGa", + "le" + ], + [ + "ĠO", + "kin" + ], + [ + "ĠOk", + "in" + ], + [ + "Ġun", + "biased" + ], + [ + "Ġp", + "owering" + ], + [ + "Ġpower", + "ing" + ], + [ + "Ġpow", + "ering" + ], + [ + "Ġtem", + "po" + ], + [ + "Ġtemp", + "o" + ], + [ + "ĠP", + "har" + ], + [ + "ĠPh", + "ar" + ], + [ + "ĠPha", + "r" + ], + [ + "Ġlaw", + "ful" + ], + [ + "Ġprop", + "ane" + ], + [ + "m", + "ares" + ], + [ + "ma", + "res" + ], + [ + "mar", + "es" + ], + [ + "mare", + "s" + ], + [ + "Ġ", + "glycer" + ], + [ + "Ġg", + "lycer" + ], + [ + "Ġgly", + "cer" + ], + [ + "Ġglyc", + "er" + ], + [ + "Ġconvey", + "or" + ], + [ + "Ġrefriger", + "ant" + ], + [ + "ĠEvolution", + "ary" + ], + [ + "ĠO", + "wl" + ], + [ + "ĠOw", + "l" + ], + [ + "Mem", + "bers" + ], + [ + "Member", + "s" + ], + [ + "Ġdess", + "erts" + ], + [ + "Ġdessert", + "s" + ], + [ + "Ġinfrastructure", + "s" + ], + [ + "Ġinfrast", + "ructures" + ], + [ + "Ġinfra", + "structures" + ], + [ + "Ġmacroph", + "ages" + ], + [ + "ĠBots", + "wana" + ], + [ + "N", + "IH" + ], + [ + "NI", + "H" + ], + [ + "o", + "rations" + ], + [ + "or", + "ations" + ], + [ + "oration", + "s" + ], + [ + "Ġb", + "ef" + ], + [ + "Ġbe", + "f" + ], + [ + "Ġ", + "TN" + ], + [ + "ĠT", + "N" + ], + [ + "u", + "san" + ], + [ + "us", + "an" + ], + [ + "usa", + "n" + ], + [ + "Ġover", + "ha" + ], + [ + "Ġoverh", + "a" + ], + [ + "Ġsk", + "ipping" + ], + [ + "Ġskip", + "ping" + ], + [ + "Ġski", + "pping" + ], + [ + "Ġloc", + "ust" + ], + [ + "Ġlo", + "cust" + ], + [ + "Ġlocus", + "t" + ], + [ + "Ġhist", + "amine" + ], + [ + "cl", + "air" + ], + [ + "ĠC", + "olored" + ], + [ + "ĠCol", + "ored" + ], + [ + "ĠColor", + "ed" + ], + [ + "ĠColo", + "red" + ], + [ + "Ġlife", + "s" + ], + [ + "Ġlif", + "es" + ], + [ + "cell", + "aneous" + ], + [ + "Ġfor", + "wards" + ], + [ + "Ġforward", + "s" + ], + [ + "Ġs", + "avage" + ], + [ + "Ġsav", + "age" + ], + [ + "b", + "alls" + ], + [ + "bal", + "ls" + ], + [ + "ball", + "s" + ], + [ + "Comp", + "are" + ], + [ + "Compar", + "e" + ], + [ + "second", + "ary" + ], + [ + "Ġtrans", + "cripts" + ], + [ + "Ġtranscript", + "s" + ], + [ + "Ġna", + "ive" + ], + [ + "ĠWheel", + "er" + ], + [ + "ĠWhe", + "eler" + ], + [ + "Ġrelent", + "less" + ], + [ + "B", + "ird" + ], + [ + "Bi", + "rd" + ], + [ + "Bir", + "d" + ], + [ + "ĠA", + "mer" + ], + [ + "ĠAm", + "er" + ], + [ + "Ġv", + "ested" + ], + [ + "Ġve", + "sted" + ], + [ + "Ġves", + "ted" + ], + [ + "Ġvest", + "ed" + ], + [ + "Ġ", + "HIST" + ], + [ + "ĠH", + "IST" + ], + [ + "ĠHI", + "ST" + ], + [ + "ĠHIS", + "T" + ], + [ + "ĠR", + "ust" + ], + [ + "ĠRus", + "t" + ], + [ + "ĠRu", + "st" + ], + [ + "ĠN", + "FT" + ], + [ + "ĠNF", + "T" + ], + [ + "i", + "pur" + ], + [ + "ip", + "ur" + ], + [ + "Ġhand", + "ler" + ], + [ + "Ġhandle", + "r" + ], + [ + "Ġconf", + "luence" + ], + [ + "Ġ", + "Deut" + ], + [ + "ĠD", + "eut" + ], + [ + "ĠDe", + "ut" + ], + [ + "l", + "ette" + ], + [ + "le", + "tte" + ], + [ + "let", + "te" + ], + [ + "lett", + "e" + ], + [ + "Ġw", + "ording" + ], + [ + "Ġwor", + "ding" + ], + [ + "Ġword", + "ing" + ], + [ + "Ġfield", + "work" + ], + [ + "val", + "uate" + ], + [ + "valu", + "ate" + ], + [ + "rows", + "iness" + ], + [ + "Ġa", + "xi" + ], + [ + "Ġax", + "i" + ], + [ + "Ġalle", + "vi" + ], + [ + "Ġallev", + "i" + ], + [ + "Ġpersu", + "asion" + ], + [ + "Ġpersuas", + "ion" + ], + [ + "ĠMach", + "ines" + ], + [ + "ĠMachine", + "s" + ], + [ + "Ġsea", + "bed" + ], + [ + "Ġseab", + "ed" + ], + [ + "-", + "acting" + ], + [ + "-ac", + "ting" + ], + [ + "-act", + "ing" + ], + [ + "ĠYose", + "mite" + ], + [ + "P", + "ython" + ], + [ + "Py", + "thon" + ], + [ + "b", + "ins" + ], + [ + "bi", + "ns" + ], + [ + "bin", + "s" + ], + [ + "p", + "ages" + ], + [ + "page", + "s" + ], + [ + "pa", + "ges" + ], + [ + "r", + "ification" + ], + [ + "rif", + "ication" + ], + [ + "z", + "ee" + ], + [ + "ze", + "e" + ], + [ + "Ã", + "Ł" + ], + [ + "Ġs", + "ire" + ], + [ + "Ġsi", + "re" + ], + [ + "Ġsir", + "e" + ], + [ + "a", + "lon" + ], + [ + "al", + "on" + ], + [ + "alo", + "n" + ], + [ + "Ġb", + "arc" + ], + [ + "Ġbar", + "c" + ], + [ + "Ġba", + "rc" + ], + [ + "Ġv", + "iz" + ], + [ + "Ġvi", + "z" + ], + [ + "un", + "ya" + ], + [ + "Ġel", + "bows" + ], + [ + "Ġelbow", + "s" + ], + [ + "Ġprop", + "el" + ], + [ + "ĠSouth", + "western" + ], + [ + "ĠSouthwest", + "ern" + ], + [ + "ĠM", + "arks" + ], + [ + "ĠMar", + "ks" + ], + [ + "ĠMark", + "s" + ], + [ + "ĠAng", + "ola" + ], + [ + "Ġcontamin", + "ant" + ], + [ + "Ġ", + "Creativity" + ], + [ + "ĠCre", + "ativity" + ], + [ + "ĠCreat", + "ivity" + ], + [ + "Ġmaxim", + "izing" + ], + [ + "Ġl", + "actic" + ], + [ + "Ġla", + "ctic" + ], + [ + "Ġlact", + "ic" + ], + [ + "Ġlac", + "tic" + ], + [ + "ĠParticip", + "ation" + ], + [ + "ĠBroad", + "way" + ], + [ + "Ġ", + "ÏĦ" + ], + [ + "ĠÏ", + "Ħ" + ], + [ + "Ġsur", + "fing" + ], + [ + "Ġsurf", + "ing" + ], + [ + "Ġuncon", + "stitutional" + ], + [ + "Ġdem", + "olition" + ], + [ + "Ġdemol", + "ition" + ], + [ + "-author", + "ed" + ], + [ + "-aut", + "hored" + ], + [ + "H", + "ol" + ], + [ + "Ho", + "l" + ], + [ + "e", + "ated" + ], + [ + "eat", + "ed" + ], + [ + "ea", + "ted" + ], + [ + "z", + "on" + ], + [ + "zo", + "n" + ], + [ + "Ġ", + "ale" + ], + [ + "Ġa", + "le" + ], + [ + "Ġal", + "e" + ], + [ + "ĠS", + "ig" + ], + [ + "ĠSi", + "g" + ], + [ + "Ġcon", + "cessions" + ], + [ + "Ġconc", + "essions" + ], + [ + "Ġconcession", + "s" + ], + [ + "ĠF", + "AA" + ], + [ + "ĠFA", + "A" + ], + [ + "Ġ", + "LM" + ], + [ + "ĠL", + "M" + ], + [ + "Ġtra", + "der" + ], + [ + "Ġtr", + "ader" + ], + [ + "Ġtrade", + "r" + ], + [ + "Ġtrad", + "er" + ], + [ + "Ġch", + "ef" + ], + [ + "Ġche", + "f" + ], + [ + "Ġmin", + "ors" + ], + [ + "Ġminor", + "s" + ], + [ + "Ġe", + "lective" + ], + [ + "Ġelect", + "ive" + ], + [ + "Ġele", + "ctive" + ], + [ + "Ġel", + "ective" + ], + [ + "Ġadv", + "ising" + ], + [ + "Ġadvis", + "ing" + ], + [ + "Ġsl", + "ipped" + ], + [ + "Ġslip", + "ped" + ], + [ + "Ġslipp", + "ed" + ], + [ + "ĠChrist", + "ine" + ], + [ + "ĠChristi", + "ne" + ], + [ + "ĠQu", + "aker" + ], + [ + "And", + "rew" + ], + [ + "ĠReg", + "ulatory" + ], + [ + "Ġstream", + "lined" + ], + [ + "Ġstreamline", + "d" + ], + [ + "Ġfib", + "erglass" + ], + [ + "Ġfiber", + "glass" + ], + [ + "Ġ", + "Attempt" + ], + [ + "ĠAtt", + "empt" + ], + [ + "Ġcul", + "mination" + ], + [ + "Ġculmin", + "ation" + ], + [ + "Ġresur", + "gence" + ], + [ + "Ġ", + "Preventing" + ], + [ + "ĠPre", + "venting" + ], + [ + "ĠPrevent", + "ing" + ], + [ + "ĠPrev", + "enting" + ], + [ + "eros", + "ene" + ], + [ + "Ġpi", + "rate" + ], + [ + "Ġpir", + "ate" + ], + [ + "Ġpic", + "nic" + ], + [ + "Ġpicn", + "ic" + ], + [ + "Ġco", + "hesive" + ], + [ + "Ġcohes", + "ive" + ], + [ + "ĠEz", + "ra" + ], + [ + "D", + "er" + ], + [ + "De", + "r" + ], + [ + "Ġc", + "iv" + ], + [ + "r", + "opping" + ], + [ + "ro", + "pping" + ], + [ + "rop", + "ping" + ], + [ + "Ġh", + "ither" + ], + [ + "Ġhit", + "her" + ], + [ + "Ġhi", + "ther" + ], + [ + "r", + "ach" + ], + [ + "ra", + "ch" + ], + [ + "rac", + "h" + ], + [ + "Ġst", + "ump" + ], + [ + "od", + "il" + ], + [ + "odi", + "l" + ], + [ + "ĠW", + "att" + ], + [ + "ĠWa", + "tt" + ], + [ + "ĠWat", + "t" + ], + [ + "ak", + "ra" + ], + [ + "i", + "bal" + ], + [ + "ib", + "al" + ], + [ + "iba", + "l" + ], + [ + "Ġ", + "Thyroid" + ], + [ + "ĠTh", + "yroid" + ], + [ + "ĠThy", + "roid" + ], + [ + "Ġt", + "rich" + ], + [ + "Ġtr", + "ich" + ], + [ + "Ġtri", + "ch" + ], + [ + "Ġtric", + "h" + ], + [ + "Ġ", + "Indoor" + ], + [ + "ĠIn", + "door" + ], + [ + "ĠInd", + "oor" + ], + [ + "ĠIndo", + "or" + ], + [ + "Ġg", + "uild" + ], + [ + "Ġgu", + "ild" + ], + [ + "-", + "protein" + ], + [ + "-p", + "rotein" + ], + [ + "-pro", + "tein" + ], + [ + "r", + "icken" + ], + [ + "ri", + "cken" + ], + [ + "ric", + "ken" + ], + [ + "rick", + "en" + ], + [ + "Ġworth", + "less" + ], + [ + "Ġquarter", + "ly" + ], + [ + "Ġquart", + "erly" + ], + [ + "Ġ", + "Avoiding" + ], + [ + "ĠAvoid", + "ing" + ], + [ + "Ġvan", + "illa" + ], + [ + "Ġ", + "Selected" + ], + [ + "ĠSe", + "lected" + ], + [ + "ĠSelect", + "ed" + ], + [ + "ĠSel", + "ected" + ], + [ + "ĠPrevent", + "ive" + ], + [ + "ĠPrev", + "entive" + ], + [ + "ĠHu", + "go" + ], + [ + "ĠHug", + "o" + ], + [ + "Ġcabin", + "ets" + ], + [ + "Ġcabinet", + "s" + ], + [ + "Ġundet", + "ected" + ], + [ + "R", + "educing" + ], + [ + "Red", + "ucing" + ], + [ + "Redu", + "cing" + ], + [ + "S", + "ingle" + ], + [ + "Sing", + "le" + ], + [ + "Sin", + "gle" + ], + [ + "z", + "ero" + ], + [ + "ze", + "ro" + ], + [ + "zer", + "o" + ], + [ + "è", + "¯" + ], + [ + "Ġa", + "typical" + ], + [ + "Ġat", + "ypical" + ], + [ + "Ġout", + "per" + ], + [ + "Ġoutp", + "er" + ], + [ + "ĠSt", + "amp" + ], + [ + "ĠSta", + "mp" + ], + [ + "ĠStam", + "p" + ], + [ + "Ġma", + "iden" + ], + [ + "Ġmaid", + "en" + ], + [ + "n", + "ery" + ], + [ + "ne", + "ry" + ], + [ + "ner", + "y" + ], + [ + "ole", + "um" + ], + [ + "Ġver", + "ge" + ], + [ + "Ġdet", + "ective" + ], + [ + "Ġdetect", + "ive" + ], + [ + "Ġdisrupt", + "s" + ], + [ + "Ġc", + "ubs" + ], + [ + "Ġcub", + "s" + ], + [ + "Ġcu", + "bs" + ], + [ + "ĠSpring", + "field" + ], + [ + "-", + "alone" + ], + [ + "-a", + "lone" + ], + [ + "-al", + "one" + ], + [ + "rod", + "ite" + ], + [ + "-", + "regulation" + ], + [ + "-reg", + "ulation" + ], + [ + "Ġpatron", + "age" + ], + [ + "n", + "esty" + ], + [ + "ne", + "sty" + ], + [ + "nes", + "ty" + ], + [ + "nest", + "y" + ], + [ + "Ġexcerpt", + "s" + ], + [ + "ĠIn", + "spection" + ], + [ + "ĠInsp", + "ection" + ], + [ + "ĠInspect", + "ion" + ], + [ + "Ġ", + "Publisher" + ], + [ + "ĠP", + "ublisher" + ], + [ + "ĠPubl", + "isher" + ], + [ + "Ġun", + "reasonable" + ], + [ + "Ġunre", + "asonable" + ], + [ + "Ġtaxp", + "ayer" + ], + [ + "Ġre", + "visit" + ], + [ + "Ġrevis", + "it" + ], + [ + "Ġrepent", + "ance" + ], + [ + "Ġburge", + "oning" + ], + [ + "-", + "Atlantic" + ], + [ + "A", + "verage" + ], + [ + "D", + "ark" + ], + [ + "Dar", + "k" + ], + [ + "H", + "aw" + ], + [ + "Ha", + "w" + ], + [ + "S", + "aint" + ], + [ + "Sa", + "int" + ], + [ + "Ġp", + "lywood" + ], + [ + "Ġply", + "wood" + ], + [ + "an", + "ity" + ], + [ + "ani", + "ty" + ], + [ + "a", + "nese" + ], + [ + "an", + "ese" + ], + [ + "ane", + "se" + ], + [ + "anes", + "e" + ], + [ + "ĠT", + "hess" + ], + [ + "ĠThe", + "ss" + ], + [ + "ĠTh", + "ess" + ], + [ + "ĠB", + "ac" + ], + [ + "ĠBa", + "c" + ], + [ + "ĠE", + "sk" + ], + [ + "ĠEs", + "k" + ], + [ + "Ġso", + "aps" + ], + [ + "Ġsoap", + "s" + ], + [ + "r", + "ens" + ], + [ + "re", + "ns" + ], + [ + "ren", + "s" + ], + [ + "Ġover", + "time" + ], + [ + "Ġovert", + "ime" + ], + [ + "s", + "eless" + ], + [ + "se", + "less" + ], + [ + "sel", + "ess" + ], + [ + "Ġs", + "kim" + ], + [ + "Ġsk", + "im" + ], + [ + "Ġski", + "m" + ], + [ + "Ġdr", + "ifting" + ], + [ + "Ġdri", + "fting" + ], + [ + "Ġdrift", + "ing" + ], + [ + "an", + "cock" + ], + [ + "anc", + "ock" + ], + [ + "anco", + "ck" + ], + [ + "ĠMar", + "ion" + ], + [ + "ĠMa", + "rion" + ], + [ + "ĠMario", + "n" + ], + [ + "ĠMari", + "on" + ], + [ + "AR", + "PA" + ], + [ + "ARP", + "A" + ], + [ + "ĠC", + "onscious" + ], + [ + "ĠCons", + "cious" + ], + [ + "Ġhost", + "ilities" + ], + [ + "Ġ", + "Technological" + ], + [ + "ĠTechn", + "ological" + ], + [ + "ĠHel", + "ena" + ], + [ + "ĠHelen", + "a" + ], + [ + "Ġ", + "Findings" + ], + [ + "ĠFin", + "dings" + ], + [ + "ĠFind", + "ings" + ], + [ + "ĠFinding", + "s" + ], + [ + "Ġfinger", + "prints" + ], + [ + "Ġfingerprint", + "s" + ], + [ + ".n", + "lm" + ], + [ + "Man", + "aging" + ], + [ + "Ġpancreat", + "itis" + ], + [ + "omorph", + "ic" + ], + [ + "ĠApost", + "le" + ], + [ + "Ġannex", + "ed" + ], + [ + "-", + "engine" + ], + [ + "-eng", + "ine" + ], + [ + "al", + "gia" + ], + [ + "alg", + "ia" + ], + [ + "Ġ", + "SV" + ], + [ + "ĠS", + "V" + ], + [ + "ĠS", + "ieg" + ], + [ + "ĠSi", + "eg" + ], + [ + "ĠSie", + "g" + ], + [ + "ĠC", + "umberland" + ], + [ + "Ġ", + "Items" + ], + [ + "ĠIt", + "ems" + ], + [ + "ĠItem", + "s" + ], + [ + "os", + "sal" + ], + [ + "oss", + "al" + ], + [ + "ossa", + "l" + ], + [ + "Ġent", + "ang" + ], + [ + "Ġins", + "ane" + ], + [ + "Ġre", + "alms" + ], + [ + "Ġreal", + "ms" + ], + [ + "Ġrealm", + "s" + ], + [ + "ĠCl", + "ause" + ], + [ + "ĠClaus", + "e" + ], + [ + "ĠCla", + "use" + ], + [ + "p", + "ecting" + ], + [ + "pect", + "ing" + ], + [ + "pec", + "ting" + ], + [ + "ĠCol", + "oring" + ], + [ + "ĠColor", + "ing" + ], + [ + "ĠColo", + "ring" + ], + [ + "ĠHar", + "bour" + ], + [ + "ĠEm", + "power" + ], + [ + "ĠEmp", + "ower" + ], + [ + "Ġ", + "Immediately" + ], + [ + "ĠImm", + "ediately" + ], + [ + "ĠImmediate", + "ly" + ], + [ + "-", + "blind" + ], + [ + "-bl", + "ind" + ], + [ + "ĠAsper", + "ger" + ], + [ + "onaut", + "ics" + ], + [ + "M", + "AP" + ], + [ + "MA", + "P" + ], + [ + "Ġa", + "lum" + ], + [ + "Ġal", + "um" + ], + [ + "i", + "zal" + ], + [ + "iz", + "al" + ], + [ + "iza", + "l" + ], + [ + "Ġbl", + "ur" + ], + [ + "Ġblu", + "r" + ], + [ + "ĠV", + "ideos" + ], + [ + "ĠVideo", + "s" + ], + [ + "Ġinv", + "oke" + ], + [ + "Ġstr", + "ife" + ], + [ + "Ġstri", + "fe" + ], + [ + "cl", + "ose" + ], + [ + "âĢĶ", + "with" + ], + [ + "ĠAnd", + "re" + ], + [ + "ĠAndr", + "e" + ], + [ + "Ġsl", + "abs" + ], + [ + "Ġslab", + "s" + ], + [ + "ĠSe", + "venth" + ], + [ + "ĠSeven", + "th" + ], + [ + "ĠSevent", + "h" + ], + [ + "Ġre", + "def" + ], + [ + "Ġred", + "ef" + ], + [ + "Ġrede", + "f" + ], + [ + "Ġ", + "Parallel" + ], + [ + "ĠPar", + "allel" + ], + [ + "-", + "states" + ], + [ + "-st", + "ates" + ], + [ + "-state", + "s" + ], + [ + "Ġem", + "pir" + ], + [ + "Ġemp", + "ir" + ], + [ + "-n", + "ine" + ], + [ + "-", + "space" + ], + [ + "-s", + "pace" + ], + [ + "-sp", + "ace" + ], + [ + "Ġ", + "Evaluate" + ], + [ + "ĠE", + "valuate" + ], + [ + "ĠEval", + "uate" + ], + [ + "Ġconv", + "ex" + ], + [ + "Ġconve", + "x" + ], + [ + "Ġinterven", + "ing" + ], + [ + "ĠClaud", + "e" + ], + [ + "ĠCla", + "ude" + ], + [ + "ĠParagu", + "ay" + ], + [ + "-", + "ter" + ], + [ + "-t", + "er" + ], + [ + "-te", + "r" + ], + [ + "-", + "verbal" + ], + [ + "G", + "ar" + ], + [ + "Ga", + "r" + ], + [ + "G", + "ene" + ], + [ + "Gen", + "e" + ], + [ + "Ge", + "ne" + ], + [ + "S", + "orry" + ], + [ + "k", + "u" + ], + [ + "o", + "ct" + ], + [ + "oc", + "t" + ], + [ + "Ġh", + "ug" + ], + [ + "Ġhu", + "g" + ], + [ + "ĠS", + "OL" + ], + [ + "ĠSO", + "L" + ], + [ + "ĠC", + "ly" + ], + [ + "ĠCl", + "y" + ], + [ + "ĠC", + "rete" + ], + [ + "ĠCre", + "te" + ], + [ + "ĠCr", + "ete" + ], + [ + "ĠCret", + "e" + ], + [ + "ĠC", + "rane" + ], + [ + "ĠCr", + "ane" + ], + [ + "ĠCra", + "ne" + ], + [ + "ĠCran", + "e" + ], + [ + "Ġde", + "formed" + ], + [ + "Ġdeform", + "ed" + ], + [ + "ĠB", + "ren" + ], + [ + "ĠBr", + "en" + ], + [ + "ĠBre", + "n" + ], + [ + "Ġ", + "Ecc" + ], + [ + "ĠE", + "cc" + ], + [ + "ĠEc", + "c" + ], + [ + "Ġun", + "married" + ], + [ + "Ġin", + "far" + ], + [ + "Ġinf", + "ar" + ], + [ + "ĠK", + "ell" + ], + [ + "ĠKe", + "ll" + ], + [ + "ĠKel", + "l" + ], + [ + "Ġen", + "tail" + ], + [ + "Ġent", + "ail" + ], + [ + "Ġtop", + "ographic" + ], + [ + "Ġtre", + "asury" + ], + [ + "m", + "itting" + ], + [ + "mit", + "ting" + ], + [ + "mitt", + "ing" + ], + [ + "mi", + "tting" + ], + [ + "ĠMy", + "stery" + ], + [ + "ĠMyster", + "y" + ], + [ + "ĠMys", + "tery" + ], + [ + "Ġspect", + "acle" + ], + [ + "Ġ", + "killers" + ], + [ + "Ġkill", + "ers" + ], + [ + "Ġkil", + "lers" + ], + [ + "Ġkiller", + "s" + ], + [ + "Pl", + "astic" + ], + [ + "um", + "inous" + ], + [ + "umin", + "ous" + ], + [ + "v", + "isor" + ], + [ + "vis", + "or" + ], + [ + "vi", + "sor" + ], + [ + "Ġpump", + "kins" + ], + [ + "Ġpumpkin", + "s" + ], + [ + "Ġsimpl", + "istic" + ], + [ + "gu", + "ided" + ], + [ + "guide", + "d" + ], + [ + "guid", + "ed" + ], + [ + "amps", + "ia" + ], + [ + "ĠMa", + "hal" + ], + [ + "ĠMah", + "al" + ], + [ + "Ġunderm", + "ined" + ], + [ + "Ġundermine", + "d" + ], + [ + "Ġfoster", + "ed" + ], + [ + "Ġfost", + "ered" + ], + [ + "Ġabst", + "inence" + ], + [ + "ĠR", + "atio" + ], + [ + "ĠRat", + "io" + ], + [ + "ĠConc", + "ern" + ], + [ + "ĠConcer", + "n" + ], + [ + "Ġborder", + "ing" + ], + [ + "Ġbord", + "ering" + ], + [ + "Ġerad", + "icated" + ], + [ + "Ġeradicate", + "d" + ], + [ + "Ġeradic", + "ated" + ], + [ + ".", + "/" + ], + [ + "h", + "ak" + ], + [ + "ha", + "k" + ], + [ + "t", + "ops" + ], + [ + "to", + "ps" + ], + [ + "top", + "s" + ], + [ + "×", + "ij" + ], + [ + "le", + "in" + ], + [ + "lei", + "n" + ], + [ + "ig", + "rant" + ], + [ + "ĠS", + "aunders" + ], + [ + "ĠSa", + "unders" + ], + [ + "Ġtw", + "elfth" + ], + [ + "Ġin", + "dist" + ], + [ + "Ġind", + "ist" + ], + [ + "Ġc", + "ooks" + ], + [ + "Ġco", + "oks" + ], + [ + "Ġcook", + "s" + ], + [ + "Ġh", + "arden" + ], + [ + "Ġhard", + "en" + ], + [ + "Ġhar", + "den" + ], + [ + "ĠP", + "ride" + ], + [ + "ĠPr", + "ide" + ], + [ + "ĠPri", + "de" + ], + [ + "ist", + "eria" + ], + [ + "ister", + "ia" + ], + [ + "iste", + "ria" + ], + [ + ".", + "Contin" + ], + [ + ".C", + "ontin" + ], + [ + "UT", + "ION" + ], + [ + "Ġgro", + "oves" + ], + [ + "Ġgroove", + "s" + ], + [ + "l", + "ocked" + ], + [ + "lo", + "cked" + ], + [ + "lock", + "ed" + ], + [ + "loc", + "ked" + ], + [ + "Ġmelt", + "down" + ], + [ + "ĠFitz", + "gerald" + ], + [ + "ĠDop", + "pler" + ], + [ + "ĠBorn", + "eo" + ], + [ + "ĠBorne", + "o" + ], + [ + "Ġunsu", + "itable" + ], + [ + "-", + "ren" + ], + [ + "-re", + "n" + ], + [ + "-r", + "en" + ], + [ + "J", + "ECT" + ], + [ + "P", + "ositive" + ], + [ + "g", + "reens" + ], + [ + "green", + "s" + ], + [ + "gre", + "ens" + ], + [ + "j", + "ee" + ], + [ + "je", + "e" + ], + [ + "l", + "asting" + ], + [ + "last", + "ing" + ], + [ + "las", + "ting" + ], + [ + "Ġs", + "own" + ], + [ + "Ġso", + "wn" + ], + [ + "Ġsow", + "n" + ], + [ + "Ġ", + "hi" + ], + [ + "Ġh", + "i" + ], + [ + "Ġ", + "Taken" + ], + [ + "ĠT", + "aken" + ], + [ + "ĠTake", + "n" + ], + [ + "ĠTa", + "ken" + ], + [ + "ĠTak", + "en" + ], + [ + "ĠS", + "ector" + ], + [ + "ĠSe", + "ctor" + ], + [ + "ĠSec", + "tor" + ], + [ + "res", + "olved" + ], + [ + "iv", + "ists" + ], + [ + "ivist", + "s" + ], + [ + "ivi", + "sts" + ], + [ + "ĠG", + "ang" + ], + [ + "ĠGa", + "ng" + ], + [ + "ĠGan", + "g" + ], + [ + "Ġdis", + "abling" + ], + [ + "Ġre", + "par" + ], + [ + "Ġrep", + "ar" + ], + [ + "ins", + "ically" + ], + [ + "insic", + "ally" + ], + [ + "der", + "abad" + ], + [ + "dera", + "bad" + ], + [ + "urs", + "ions" + ], + [ + "ursion", + "s" + ], + [ + "Ġbar", + "red" + ], + [ + "Ġh", + "arp" + ], + [ + "Ġhar", + "p" + ], + [ + "Ġte", + "nant" + ], + [ + "Ġten", + "ant" + ], + [ + "Ġvirt", + "uous" + ], + [ + "Ġvirtu", + "ous" + ], + [ + "Ad", + "ult" + ], + [ + "O", + "SE" + ], + [ + "OS", + "E" + ], + [ + "ĠAdminist", + "rative" + ], + [ + "Ġcritic", + "ize" + ], + [ + "plant", + "ation" + ], + [ + "Ġpropag", + "ated" + ], + [ + "Ġpropagate", + "d" + ], + [ + "Ġslee", + "ve" + ], + [ + "ĠCamer", + "oon" + ], + [ + "Ġcaf", + "eter" + ], + [ + "Ġcafe", + "ter" + ], + [ + "ĠGar", + "cia" + ], + [ + "ĠGarc", + "ia" + ], + [ + "-", + "under" + ], + [ + "-un", + "der" + ], + [ + "-u", + "nder" + ], + [ + "e", + "velop" + ], + [ + "t", + "imes" + ], + [ + "time", + "s" + ], + [ + "ti", + "mes" + ], + [ + "tim", + "es" + ], + [ + "Ġn", + "ond" + ], + [ + "Ġno", + "nd" + ], + [ + "Ġnon", + "d" + ], + [ + "ĠS", + "oul" + ], + [ + "ĠSo", + "ul" + ], + [ + "ĠSou", + "l" + ], + [ + "Ġ", + "LT" + ], + [ + "ĠL", + "T" + ], + [ + "Ġcl", + "ump" + ], + [ + "ov", + "ah" + ], + [ + "ova", + "h" + ], + [ + "Ġdec", + "oding" + ], + [ + "Ġdeco", + "ding" + ], + [ + "u", + "lla" + ], + [ + "ul", + "la" + ], + [ + "ull", + "a" + ], + [ + "Ġben", + "evol" + ], + [ + "Ġbene", + "vol" + ], + [ + "Ġh", + "ymn" + ], + [ + "Ġhy", + "mn" + ], + [ + "Ġhym", + "n" + ], + [ + "Ġter", + "mite" + ], + [ + "Ġterm", + "ite" + ], + [ + "ĠL", + "eh" + ], + [ + "ĠLe", + "h" + ], + [ + "pl", + "icit" + ], + [ + "plic", + "it" + ], + [ + "ĠAs", + "sign" + ], + [ + "ĠAss", + "ign" + ], + [ + "Ġvo", + "iced" + ], + [ + "Ġvoice", + "d" + ], + [ + "Ġvoic", + "ed" + ], + [ + "Ġacceler", + "ates" + ], + [ + "Ġaccelerate", + "s" + ], + [ + "Ġrank", + "ings" + ], + [ + "Ġranking", + "s" + ], + [ + "Ġgro", + "ove" + ], + [ + "Ġmaxim", + "ise" + ], + [ + "Ġcrafts", + "men" + ], + [ + "Ġcor", + "rupted" + ], + [ + "Ġcorrupt", + "ed" + ], + [ + "Ġ", + "_____" + ], + [ + "Ġ____", + "_" + ], + [ + "Ġ_", + "____" + ], + [ + "Ġ___", + "__" + ], + [ + "Ġ__", + "___" + ], + [ + "ĠClaud", + "ius" + ], + [ + "Ġscaff", + "old" + ], + [ + "Ġbarg", + "aining" + ], + [ + "Ġbargain", + "ing" + ], + [ + "-", + "educated" + ], + [ + "-educ", + "ated" + ], + [ + "-", + "onset" + ], + [ + "-on", + "set" + ], + [ + "-ons", + "et" + ], + [ + ".", + "â̦" + ], + [ + "J", + "ac" + ], + [ + "]", + ";" + ], + [ + "o", + "ic" + ], + [ + "oi", + "c" + ], + [ + "y", + "ears" + ], + [ + "ye", + "ars" + ], + [ + "year", + "s" + ], + [ + "Ġon", + "ward" + ], + [ + "ĠS", + "overe" + ], + [ + "ĠSo", + "vere" + ], + [ + "i", + "ris" + ], + [ + "ir", + "is" + ], + [ + "iri", + "s" + ], + [ + "th", + "orne" + ], + [ + "thorn", + "e" + ], + [ + "thor", + "ne" + ], + [ + "Ġen", + "cyclop" + ], + [ + "Ġad", + "apter" + ], + [ + "Ġadapt", + "er" + ], + [ + "Ġcl", + "ut" + ], + [ + "Ġbu", + "ys" + ], + [ + "Ġbuy", + "s" + ], + [ + "un", + "di" + ], + [ + "und", + "i" + ], + [ + "Ġcaus", + "ative" + ], + [ + "Ġtre", + "acher" + ], + [ + "Ġmicro", + "ch" + ], + [ + "Ġmicroc", + "h" + ], + [ + "é", + "r" + ], + [ + "Ġlog", + "arith" + ], + [ + "Ġext", + "rac" + ], + [ + "Ġextra", + "c" + ], + [ + "Ġextr", + "ac" + ], + [ + "Ġ", + "Ironically" + ], + [ + "ĠIron", + "ically" + ], + [ + "ang", + "elo" + ], + [ + "ange", + "lo" + ], + [ + "angel", + "o" + ], + [ + "ĠBh", + "ag" + ], + [ + "Ġg", + "onna" + ], + [ + "Ġgon", + "na" + ], + [ + "contin", + "ental" + ], + [ + "continent", + "al" + ], + [ + "Ġscaff", + "olding" + ], + [ + "Ġscaffold", + "ing" + ], + [ + "ĠEnh", + "ance" + ], + [ + "Ġ", + "Antibiotics" + ], + [ + "ĠAnti", + "biotics" + ], + [ + "ĠAntib", + "iotics" + ], + [ + "ĠAntibiotic", + "s" + ], + [ + "Ġdivorce", + "d" + ], + [ + "Ġdivor", + "ced" + ], + [ + "E", + "urope" + ], + [ + "Eu", + "rope" + ], + [ + "Euro", + "pe" + ], + [ + "Ġe", + "ve" + ], + [ + "Ġev", + "e" + ], + [ + "Ġ", + "Solving" + ], + [ + "ĠS", + "olving" + ], + [ + "ĠSol", + "ving" + ], + [ + "ĠC", + "yn" + ], + [ + "ĠCy", + "n" + ], + [ + "Ġv", + "amp" + ], + [ + "Ġva", + "mp" + ], + [ + "ĠH", + "abits" + ], + [ + "ĠHa", + "bits" + ], + [ + "ĠHab", + "its" + ], + [ + "ĠHabit", + "s" + ], + [ + "Ġne", + "arer" + ], + [ + "Ġnear", + "er" + ], + [ + "a", + "ndan" + ], + [ + "an", + "dan" + ], + [ + "and", + "an" + ], + [ + "anda", + "n" + ], + [ + "ar", + "ton" + ], + [ + "art", + "on" + ], + [ + "Ġexp", + "ired" + ], + [ + "Ġexpire", + "d" + ], + [ + "ix", + "el" + ], + [ + "Ġclass", + "ifying" + ], + [ + "Ġclassify", + "ing" + ], + [ + "Ġfree", + "ing" + ], + [ + "Ġobject", + "ively" + ], + [ + "Ġobjective", + "ly" + ], + [ + "Ġgre", + "eted" + ], + [ + "Ġgreet", + "ed" + ], + [ + "-", + "waste" + ], + [ + "-w", + "aste" + ], + [ + "-wa", + "ste" + ], + [ + "rim", + "inals" + ], + [ + "riminal", + "s" + ], + [ + "IT", + "ION" + ], + [ + "Ġ", + "Posted" + ], + [ + "ĠP", + "osted" + ], + [ + "ĠPost", + "ed" + ], + [ + "ĠPo", + "sted" + ], + [ + "ĠPos", + "ted" + ], + [ + "Ġworse", + "ns" + ], + [ + "Ġwors", + "ens" + ], + [ + "Ġworsen", + "s" + ], + [ + "i", + "had" + ], + [ + "ih", + "ad" + ], + [ + "Cons", + "idering" + ], + [ + "Consider", + "ing" + ], + [ + "Ġmuc", + "osa" + ], + [ + "Ġim", + "plantation" + ], + [ + "Ġimplant", + "ation" + ], + [ + "Ġlubric", + "ation" + ], + [ + "Ġimmort", + "ality" + ], + [ + "Ġimmortal", + "ity" + ], + [ + "ĠGeorge", + "town" + ], + [ + "ĠGeorg", + "etown" + ], + [ + "ĠGeor", + "getown" + ], + [ + "!", + ").Ċ" + ], + [ + "!)", + ".Ċ" + ], + [ + "!).", + "Ċ" + ], + [ + "-", + "lying" + ], + [ + "-l", + "ying" + ], + [ + "F", + "un" + ], + [ + "W", + "ikipedia" + ], + [ + "i", + "ptic" + ], + [ + "ip", + "tic" + ], + [ + "ipt", + "ic" + ], + [ + "y", + "u" + ], + [ + "Ġt", + "ier" + ], + [ + "Ġtie", + "r" + ], + [ + "Ġti", + "er" + ], + [ + "i", + "light" + ], + [ + "il", + "ight" + ], + [ + "im", + "ps" + ], + [ + "imp", + "s" + ], + [ + "ĠS", + "z" + ], + [ + "ĠP", + "ied" + ], + [ + "ĠPi", + "ed" + ], + [ + "ĠPie", + "d" + ], + [ + "ĠH", + "ull" + ], + [ + "ĠHu", + "ll" + ], + [ + "ĠHul", + "l" + ], + [ + "Ġsh", + "ipment" + ], + [ + "Ġship", + "ment" + ], + [ + "Ġpre", + "acher" + ], + [ + "Ġpreach", + "er" + ], + [ + "Ġqu", + "ota" + ], + [ + "Ġquot", + "a" + ], + [ + "Ġquo", + "ta" + ], + [ + "Ġhum", + "orous" + ], + [ + "Ġhumor", + "ous" + ], + [ + "Ġ", + "Surgical" + ], + [ + "ĠS", + "urgical" + ], + [ + "ĠSur", + "gical" + ], + [ + "ĠSurg", + "ical" + ], + [ + "Ġpoly", + "ethylene" + ], + [ + "Ġspirit", + "ually" + ], + [ + "Ġspiritual", + "ly" + ], + [ + "-", + "national" + ], + [ + "-n", + "ational" + ], + [ + "ĠW", + "ilde" + ], + [ + "ĠWild", + "e" + ], + [ + "ĠWil", + "de" + ], + [ + "Ġt", + "owering" + ], + [ + "Ġtow", + "ering" + ], + [ + "Ġtower", + "ing" + ], + [ + "Ġplate", + "let" + ], + [ + "U", + "TC" + ], + [ + "UT", + "C" + ], + [ + "Ġrec", + "tal" + ], + [ + "Ġrect", + "al" + ], + [ + "Ġchrom", + "osomal" + ], + [ + "Ġchromos", + "omal" + ], + [ + "Ne", + "uro" + ], + [ + "Neu", + "ro" + ], + [ + "ĠBuddh", + "ists" + ], + [ + "ĠBuddhist", + "s" + ], + [ + "ĠCompan", + "ion" + ], + [ + "ĠLyn", + "ch" + ], + [ + "F", + "ORM" + ], + [ + "FO", + "RM" + ], + [ + "FOR", + "M" + ], + [ + "d", + "x" + ], + [ + "f", + "re" + ], + [ + "fr", + "e" + ], + [ + "p", + "osition" + ], + [ + "u", + "gin" + ], + [ + "ug", + "in" + ], + [ + "ugi", + "n" + ], + [ + "Ġ", + "Called" + ], + [ + "ĠC", + "alled" + ], + [ + "ĠCal", + "led" + ], + [ + "ĠCall", + "ed" + ], + [ + "os", + "her" + ], + [ + "osh", + "er" + ], + [ + "Ġch", + "ili" + ], + [ + "Ġchi", + "li" + ], + [ + "ĠF", + "en" + ], + [ + "ĠFe", + "n" + ], + [ + "ĠN", + "arrative" + ], + [ + "ĠNar", + "rative" + ], + [ + "ĠNarr", + "ative" + ], + [ + "Ġind", + "ifference" + ], + [ + "Ġtrans", + "du" + ], + [ + "Ġent", + "angled" + ], + [ + "Ġentang", + "led" + ], + [ + "âĢľ", + "One" + ], + [ + "âĢľOn", + "e" + ], + [ + "Ġdel", + "inqu" + ], + [ + "Ġquant", + "ified" + ], + [ + "Ġtru", + "sts" + ], + [ + "Ġtrust", + "s" + ], + [ + "ĠInter", + "action" + ], + [ + "part", + "ame" + ], + [ + "Ġminim", + "izes" + ], + [ + "Ġminimize", + "s" + ], + [ + "ĠUl", + "ster" + ], + [ + "t", + "ons" + ], + [ + "to", + "ns" + ], + [ + "ton", + "s" + ], + [ + "Ã", + "ī" + ], + [ + "Ġs", + "esame" + ], + [ + "Ġse", + "same" + ], + [ + "Ġses", + "ame" + ], + [ + "i", + "tin" + ], + [ + "it", + "in" + ], + [ + "iti", + "n" + ], + [ + "Ġc", + "omics" + ], + [ + "Ġcom", + "ics" + ], + [ + "Ġcomic", + "s" + ], + [ + "ke", + "rel" + ], + [ + "ker", + "el" + ], + [ + "Ġpart", + "nering" + ], + [ + "Ġpartner", + "ing" + ], + [ + "ĠSt", + "ret" + ], + [ + "ĠStr", + "et" + ], + [ + "ĠStre", + "t" + ], + [ + "t", + "hel" + ], + [ + "th", + "el" + ], + [ + "the", + "l" + ], + [ + "t", + "hello" + ], + [ + "th", + "ello" + ], + [ + "the", + "llo" + ], + [ + "thel", + "lo" + ], + [ + "|", + "|Ċ" + ], + [ + "||", + "Ċ" + ], + [ + "Ġhome", + "ostasis" + ], + [ + "ĠGo", + "ethe" + ], + [ + "Ġpopular", + "ized" + ], + [ + "ĠTechn", + "ique" + ], + [ + "u", + "kh" + ], + [ + "uk", + "h" + ], + [ + "Ġdivid", + "end" + ], + [ + "Ġdivide", + "nd" + ], + [ + "Ġ", + "âĻ" + ], + [ + "Ġâ", + "Ļ" + ], + [ + "Ġfle", + "ets" + ], + [ + "Ġfleet", + "s" + ], + [ + "Ġflee", + "ts" + ], + [ + "ĠTem", + "plate" + ], + [ + "ĠTempl", + "ate" + ], + [ + "ĠTemp", + "late" + ], + [ + "App", + "le" + ], + [ + "Ap", + "ple" + ], + [ + "Ġsoph", + "ist" + ], + [ + "Ġsop", + "hist" + ], + [ + "A", + "cross" + ], + [ + "Ac", + "ross" + ], + [ + "ĠFront", + "ier" + ], + [ + "Second", + "ly" + ], + [ + "Ġincom", + "pet" + ], + [ + "Ġincomp", + "et" + ], + [ + "P", + "opulation" + ], + [ + "Pop", + "ulation" + ], + [ + "Ġdisgu", + "ise" + ], + [ + "F", + "D" + ], + [ + "P", + "ain" + ], + [ + "Pa", + "in" + ], + [ + "w", + "heat" + ], + [ + "wh", + "eat" + ], + [ + "Ġ", + "ole" + ], + [ + "Ġo", + "le" + ], + [ + "Ġol", + "e" + ], + [ + "Ġf", + "als" + ], + [ + "Ġfa", + "ls" + ], + [ + "Ġfal", + "s" + ], + [ + "Ġe", + "ard" + ], + [ + "Ġear", + "d" + ], + [ + "i", + "land" + ], + [ + "il", + "and" + ], + [ + "ila", + "nd" + ], + [ + "ĠM", + "ald" + ], + [ + "ĠMa", + "ld" + ], + [ + "ĠMal", + "d" + ], + [ + "ĠD", + "ana" + ], + [ + "ĠDan", + "a" + ], + [ + "ĠDa", + "na" + ], + [ + "ĠN", + "ab" + ], + [ + "ĠNa", + "b" + ], + [ + "ĠG", + "ru" + ], + [ + "ĠGr", + "u" + ], + [ + "ĠL", + "amp" + ], + [ + "ĠLa", + "mp" + ], + [ + "ĠLam", + "p" + ], + [ + "ĠL", + "enn" + ], + [ + "ĠLe", + "nn" + ], + [ + "ĠLen", + "n" + ], + [ + "ĠL", + "ighthouse" + ], + [ + "ĠLight", + "house" + ], + [ + "Ġ", + "Unt" + ], + [ + "ĠU", + "nt" + ], + [ + "ĠUn", + "t" + ], + [ + "Ġoff", + "ending" + ], + [ + "Ġoffend", + "ing" + ], + [ + "Ġac", + "oust" + ], + [ + "Ġc", + "heat" + ], + [ + "Ġch", + "eat" + ], + [ + "Ġche", + "at" + ], + [ + "Ġlit", + "urgical" + ], + [ + "Ġvis", + "ceral" + ], + [ + "Ġvisc", + "eral" + ], + [ + "ĠRe", + "id" + ], + [ + "Ġstruct", + "urally" + ], + [ + "Ġstructural", + "ly" + ], + [ + "Ġoptim", + "ally" + ], + [ + "Ġoptimal", + "ly" + ], + [ + "ĠPass", + "age" + ], + [ + "ĠA", + "TM" + ], + [ + "ĠAT", + "M" + ], + [ + "Ġdeterior", + "ating" + ], + [ + "Ġbul", + "letin" + ], + [ + "Ġbull", + "etin" + ], + [ + "Ġbullet", + "in" + ], + [ + "Ġlever", + "aging" + ], + [ + "Ġ", + "Vitamins" + ], + [ + "ĠV", + "itamins" + ], + [ + "ĠVitamin", + "s" + ], + [ + "ĠVit", + "amins" + ], + [ + "Ġamuse", + "ment" + ], + [ + "ĠBris", + "bane" + ], + [ + "M", + "ah" + ], + [ + "Ma", + "h" + ], + [ + "b", + "ill" + ], + [ + "bi", + "ll" + ], + [ + "bil", + "l" + ], + [ + "c", + "ore" + ], + [ + "co", + "re" + ], + [ + "cor", + "e" + ], + [ + "il", + "ant" + ], + [ + "ila", + "nt" + ], + [ + "a", + "ndom" + ], + [ + "an", + "dom" + ], + [ + "and", + "om" + ], + [ + "ando", + "m" + ], + [ + "ĠE", + "urasian" + ], + [ + "ĠEur", + "asian" + ], + [ + "ĠEurasia", + "n" + ], + [ + "Ġnot", + "ifications" + ], + [ + "Ġnotification", + "s" + ], + [ + "ĠN", + "ietzsche" + ], + [ + "ĠL", + "ily" + ], + [ + "ĠLi", + "ly" + ], + [ + "ĠLil", + "y" + ], + [ + "Ġ", + "ark" + ], + [ + "Ġar", + "k" + ], + [ + "Ġsub", + "way" + ], + [ + "Ġtechn", + "ologically" + ], + [ + "Ġtechnological", + "ly" + ], + [ + "Ġnorm", + "ative" + ], + [ + "pl", + "icated" + ], + [ + "plic", + "ated" + ], + [ + "plicate", + "d" + ], + [ + "Ġdom", + "inating" + ], + [ + "Ġdomin", + "ating" + ], + [ + "Ġf", + "igs" + ], + [ + "Ġfig", + "s" + ], + [ + "Ġfi", + "gs" + ], + [ + "Ġblock", + "ers" + ], + [ + "Ġblo", + "ckers" + ], + [ + "Ġbloc", + "kers" + ], + [ + "Ġblocker", + "s" + ], + [ + "Ġm", + "alle" + ], + [ + "Ġma", + "lle" + ], + [ + "Ġmal", + "le" + ], + [ + "Ġmall", + "e" + ], + [ + "-", + "selling" + ], + [ + "-s", + "elling" + ], + [ + "-se", + "lling" + ], + [ + "ĠDirect", + "orate" + ], + [ + "ĠDirector", + "ate" + ], + [ + "Cons", + "ervation" + ], + [ + "-en", + "abled" + ], + [ + "Ġdial", + "ogues" + ], + [ + "Ġdialogue", + "s" + ], + [ + "Ġdialog", + "ues" + ], + [ + "ĠRabb", + "it" + ], + [ + "ĠRab", + "bit" + ], + [ + "ĠRabbi", + "t" + ], + [ + "ĠHoriz", + "ons" + ], + [ + "ĠHorizon", + "s" + ], + [ + "Ġjealous", + "y" + ], + [ + "Ġthromb", + "osis" + ], + [ + "Ġthrombo", + "sis" + ], + [ + "Ġorche", + "str" + ], + [ + "Ġorchest", + "r" + ], + [ + ".", + "Continue" + ], + [ + ".Contin", + "ue" + ], + [ + "N", + "s" + ], + [ + "v", + "acc" + ], + [ + "va", + "cc" + ], + [ + "vac", + "c" + ], + [ + "y", + "rus" + ], + [ + "yr", + "us" + ], + [ + "Ð", + "·" + ], + [ + "Ġc", + "rows" + ], + [ + "Ġcr", + "ows" + ], + [ + "Ġcrow", + "s" + ], + [ + "Ġcro", + "ws" + ], + [ + "i", + "cz" + ], + [ + "ic", + "z" + ], + [ + "ĠT", + "ick" + ], + [ + "ĠTi", + "ck" + ], + [ + "ĠTic", + "k" + ], + [ + "ĠC", + "ock" + ], + [ + "ĠCo", + "ck" + ], + [ + "ĠCoc", + "k" + ], + [ + "ĠD", + "res" + ], + [ + "ĠDr", + "es" + ], + [ + "ĠDre", + "s" + ], + [ + "ĠD", + "ollar" + ], + [ + "ĠDol", + "lar" + ], + [ + "ĠDoll", + "ar" + ], + [ + "Ġs", + "paring" + ], + [ + "Ġsp", + "aring" + ], + [ + "Ġspar", + "ing" + ], + [ + "Ġspa", + "ring" + ], + [ + "Ġsp", + "ouses" + ], + [ + "Ġspo", + "uses" + ], + [ + "Ġspouse", + "s" + ], + [ + "Ġp", + "eri" + ], + [ + "Ġper", + "i" + ], + [ + "Ġpe", + "ri" + ], + [ + "Ġdes", + "erved" + ], + [ + "Ġdeserve", + "d" + ], + [ + "Ġcur", + "cumin" + ], + [ + "g", + "ger" + ], + [ + "gg", + "er" + ], + [ + "ĠPro", + "to" + ], + [ + "ĠPr", + "oto" + ], + [ + "ĠProt", + "o" + ], + [ + "cient", + "ious" + ], + [ + "ci", + "entious" + ], + [ + "Ġsust", + "enance" + ], + [ + "Ġsus", + "tenance" + ], + [ + "I", + "CH" + ], + [ + "IC", + "H" + ], + [ + "Ġep", + "oxy" + ], + [ + "ĠRo", + "ads" + ], + [ + "ĠRoad", + "s" + ], + [ + "Ġinf", + "ecting" + ], + [ + "Ġinfect", + "ing" + ], + [ + "Ġpit", + "falls" + ], + [ + "ĠP", + "owder" + ], + [ + "ĠPow", + "der" + ], + [ + "ĠRain", + "bow" + ], + [ + "Ġ", + "READ" + ], + [ + "ĠRE", + "AD" + ], + [ + "Ġamen", + "ities" + ], + [ + "ĠDeb", + "orah" + ], + [ + "ĠDebor", + "ah" + ], + [ + "-", + "room" + ], + [ + "-r", + "oom" + ], + [ + "-ro", + "om" + ], + [ + "T", + "ax" + ], + [ + "Ta", + "x" + ], + [ + "Ġc", + "radle" + ], + [ + "al", + "ted" + ], + [ + "alt", + "ed" + ], + [ + "Ġ", + "TI" + ], + [ + "ĠT", + "I" + ], + [ + "ĠS", + "EC" + ], + [ + "ĠSE", + "C" + ], + [ + "Ġ", + "DT" + ], + [ + "ĠD", + "T" + ], + [ + "ĠR", + "GB" + ], + [ + "ĠRG", + "B" + ], + [ + "ĠY", + "om" + ], + [ + "ĠYo", + "m" + ], + [ + "i", + "sson" + ], + [ + "is", + "son" + ], + [ + "iss", + "on" + ], + [ + "Ġbest", + "owed" + ], + [ + "Ġbestow", + "ed" + ], + [ + "Ġopportun", + "istic" + ], + [ + "ĠAm", + "anda" + ], + [ + "O", + "NG" + ], + [ + "ON", + "G" + ], + [ + "Ġlike", + "ness" + ], + [ + "Ġlik", + "eness" + ], + [ + "ĠCust", + "omer" + ], + [ + "ĠCustom", + "er" + ], + [ + "ĠShel", + "ley" + ], + [ + "ĠShell", + "ey" + ], + [ + "Ġprost", + "hetic" + ], + [ + "ĠCol", + "eman" + ], + [ + "ĠCo", + "leman" + ], + [ + "ĠCole", + "man" + ], + [ + "ot", + "ropic" + ], + [ + "otrop", + "ic" + ], + [ + "Ġextrater", + "restrial" + ], + [ + "ĠHas", + "tings" + ], + [ + "ĠHast", + "ings" + ], + [ + "F", + "rance" + ], + [ + "Fr", + "ance" + ], + [ + "Franc", + "e" + ], + [ + "Fra", + "nce" + ], + [ + "r", + "ash" + ], + [ + "ra", + "sh" + ], + [ + "ras", + "h" + ], + [ + "v", + "or" + ], + [ + "vo", + "r" + ], + [ + "Ġc", + "ork" + ], + [ + "Ġcor", + "k" + ], + [ + "e", + "name" + ], + [ + "en", + "ame" + ], + [ + "ena", + "me" + ], + [ + "Ġb", + "inder" + ], + [ + "Ġbi", + "nder" + ], + [ + "Ġbind", + "er" + ], + [ + "Ġbin", + "der" + ], + [ + "es", + "ses" + ], + [ + "ess", + "es" + ], + [ + "esse", + "s" + ], + [ + "Ġem", + "ulate" + ], + [ + "Ġsign", + "alling" + ], + [ + "Ġsignal", + "ling" + ], + [ + "Ġproject", + "ile" + ], + [ + "-", + "factor" + ], + [ + "-f", + "actor" + ], + [ + "-fact", + "or" + ], + [ + "ĠCol", + "umn" + ], + [ + "-", + "design" + ], + [ + "-d", + "esign" + ], + [ + "-de", + "sign" + ], + [ + "-des", + "ign" + ], + [ + "Ġreason", + "ed" + ], + [ + "Ġreas", + "oned" + ], + [ + "Ġmanufact", + "ures" + ], + [ + "Ġmanufacture", + "s" + ], + [ + "ĠCommun", + "ism" + ], + [ + "Ġthr", + "illed" + ], + [ + "Ġthrill", + "ed" + ], + [ + "Ġcompl", + "aining" + ], + [ + "Ġcomplain", + "ing" + ], + [ + "Ġeast", + "ward" + ], + [ + "ĠBur", + "mese" + ], + [ + "Ġun", + "published" + ], + [ + "Ġunp", + "ublished" + ], + [ + "Ġdel", + "aying" + ], + [ + "Ġdelay", + "ing" + ], + [ + "Ġt", + "illage" + ], + [ + "Ġtill", + "age" + ], + [ + "Ġana", + "emia" + ], + [ + "Ġque", + "ue" + ], + [ + "-supp", + "orted" + ], + [ + "-support", + "ed" + ], + [ + "Ġcoerc", + "ion" + ], + [ + "%", + "|Ċ" + ], + [ + "S", + "ay" + ], + [ + "Sa", + "y" + ], + [ + "×", + "ŀ" + ], + [ + "Ġ", + "liner" + ], + [ + "Ġl", + "iner" + ], + [ + "Ġline", + "r" + ], + [ + "Ġlin", + "er" + ], + [ + "Ġli", + "ner" + ], + [ + "ĠI", + "stanbul" + ], + [ + "ad", + "apt" + ], + [ + "ada", + "pt" + ], + [ + "od", + "ian" + ], + [ + "odia", + "n" + ], + [ + "odi", + "an" + ], + [ + "Ġsp", + "illed" + ], + [ + "Ġspill", + "ed" + ], + [ + "i", + "bo" + ], + [ + "ib", + "o" + ], + [ + "Ġun", + "paralleled" + ], + [ + "or", + "ded" + ], + [ + "ord", + "ed" + ], + [ + "orde", + "d" + ], + [ + "Ġwater", + "fall" + ], + [ + "Ġint", + "erl" + ], + [ + "Ġinter", + "l" + ], + [ + "Ġocc", + "ult" + ], + [ + "Ġgroup", + "ings" + ], + [ + "Ġgrouping", + "s" + ], + [ + "ĠS", + "hir" + ], + [ + "ĠSh", + "ir" + ], + [ + "ĠShi", + "r" + ], + [ + "Ġer", + "ratic" + ], + [ + "Ġerr", + "atic" + ], + [ + "ĠKing", + "ston" + ], + [ + "ĠKings", + "ton" + ], + [ + "Ġden", + "oted" + ], + [ + "Ġdenote", + "d" + ], + [ + "Ġsen", + "ator" + ], + [ + "Ġsweet", + "ness" + ], + [ + "Ġintellect", + "ually" + ], + [ + "Ġintellectual", + "ly" + ], + [ + "Ġ", + "Businesses" + ], + [ + "ĠBusiness", + "es" + ], + [ + "Ġpel", + "let" + ], + [ + "ĠSav", + "ior" + ], + [ + "Ġgrace", + "ful" + ], + [ + "ĠBrad", + "ford" + ], + [ + "Sk", + "ip" + ], + [ + "ĠSlav", + "ic" + ], + [ + "Ġlo", + "uder" + ], + [ + "Ġloud", + "er" + ], + [ + "Ġlou", + "der" + ], + [ + "ĠAram", + "aic" + ], + [ + "Ġapopt", + "osis" + ], + [ + "Ġimmunos", + "upp" + ], + [ + "Ġimmuno", + "supp" + ], + [ + "L", + "ibrary" + ], + [ + "Lib", + "rary" + ], + [ + "b", + "uilt" + ], + [ + "bu", + "ilt" + ], + [ + "i", + "itis" + ], + [ + "ii", + "tis" + ], + [ + "Î", + "¯" + ], + [ + "st", + "ay" + ], + [ + "sta", + "y" + ], + [ + "i", + "fa" + ], + [ + "if", + "a" + ], + [ + "Ġsh", + "ady" + ], + [ + "Ġshad", + "y" + ], + [ + "Ġsh", + "irts" + ], + [ + "Ġshirt", + "s" + ], + [ + "Ġtr", + "uss" + ], + [ + "Ġtru", + "ss" + ], + [ + "or", + "nings" + ], + [ + "orn", + "ings" + ], + [ + "orning", + "s" + ], + [ + "Ġdem", + "ocracies" + ], + [ + "Ġdemocr", + "acies" + ], + [ + "Ġpain", + "killers" + ], + [ + "Ġpainkiller", + "s" + ], + [ + "ĠTe", + "resa" + ], + [ + "ĠTer", + "esa" + ], + [ + "ĠTere", + "sa" + ], + [ + "âĢĵ", + "and" + ], + [ + "âĢĵa", + "nd" + ], + [ + "St", + "rong" + ], + [ + "Str", + "ong" + ], + [ + "Ġ", + "eras" + ], + [ + "Ġe", + "ras" + ], + [ + "Ġer", + "as" + ], + [ + "Ġera", + "s" + ], + [ + "ĠAb", + "normal" + ], + [ + "Ġtour", + "nament" + ], + [ + "ĠDan", + "ube" + ], + [ + "Ġfurn", + "aces" + ], + [ + "Ġfurnace", + "s" + ], + [ + "Ġ", + "Estimates" + ], + [ + "ĠEst", + "imates" + ], + [ + "ĠEstimate", + "s" + ], + [ + "®", + "," + ], + [ + "Ġradio", + "carbon" + ], + [ + "Ġradi", + "ocarbon" + ], + [ + "Ġex", + "changing" + ], + [ + "Ġexch", + "anging" + ], + [ + "Ġflag", + "ship" + ], + [ + "Ġflags", + "hip" + ], + [ + "Ġlag", + "oon" + ], + [ + "Ġlav", + "ish" + ], + [ + "ĠH", + "appiness" + ], + [ + "ĠHapp", + "iness" + ], + [ + "ĠIn", + "sects" + ], + [ + "ĠIns", + "ects" + ], + [ + "ĠInsect", + "s" + ], + [ + "Ġnemat", + "odes" + ], + [ + "Ġnematode", + "s" + ], + [ + "Ġpamph", + "let" + ], + [ + "Ġret", + "inopathy" + ], + [ + "Ġretin", + "opathy" + ], + [ + "graduate", + "s" + ], + [ + "gradu", + "ates" + ], + [ + "-", + "ext" + ], + [ + "-e", + "xt" + ], + [ + "-ex", + "t" + ], + [ + "H", + "ub" + ], + [ + "Hu", + "b" + ], + [ + "L", + "i" + ], + [ + "O", + "F" + ], + [ + "b", + "ottom" + ], + [ + "bot", + "tom" + ], + [ + "c", + "hester" + ], + [ + "ch", + "ester" + ], + [ + "ches", + "ter" + ], + [ + "che", + "ster" + ], + [ + "chest", + "er" + ], + [ + "p", + "ositive" + ], + [ + "e", + "rd" + ], + [ + "er", + "d" + ], + [ + "e", + "ri" + ], + [ + "er", + "i" + ], + [ + "Ġc", + "ider" + ], + [ + "Ġle", + "aked" + ], + [ + "Ġleak", + "ed" + ], + [ + "id", + "ea" + ], + [ + "ide", + "a" + ], + [ + "Ġh", + "ass" + ], + [ + "Ġha", + "ss" + ], + [ + "Ġhas", + "s" + ], + [ + "ĠK", + "ru" + ], + [ + "ĠKr", + "u" + ], + [ + "Ġgen", + "otype" + ], + [ + "Ġg", + "love" + ], + [ + "Ġgl", + "ove" + ], + [ + "Ġglo", + "ve" + ], + [ + "ral", + "tar" + ], + [ + "gen", + "eral" + ], + [ + "gene", + "ral" + ], + [ + "gener", + "al" + ], + [ + "Ġop", + "press" + ], + [ + "Ġopp", + "ress" + ], + [ + "ĠShe", + "ep" + ], + [ + "Ġresp", + "ectable" + ], + [ + "Ġrespect", + "able" + ], + [ + "Ġfront", + "iers" + ], + [ + "Ġfrontier", + "s" + ], + [ + "Ġroad", + "ways" + ], + [ + "Ġroadway", + "s" + ], + [ + "Ġcon", + "versions" + ], + [ + "Ġconvers", + "ions" + ], + [ + "Ġconversion", + "s" + ], + [ + "Ġb", + "udding" + ], + [ + "Ġbud", + "ding" + ], + [ + "Ġbudd", + "ing" + ], + [ + "ĠC", + "yrus" + ], + [ + "ĠCy", + "rus" + ], + [ + "Ġclar", + "ified" + ], + [ + "-", + "West" + ], + [ + "-W", + "est" + ], + [ + "-We", + "st" + ], + [ + "ĠHum", + "ph" + ], + [ + "ĠHu", + "mph" + ], + [ + "ĠHump", + "h" + ], + [ + "C", + "our" + ], + [ + "Co", + "ur" + ], + [ + "R", + "ussia" + ], + [ + "_", + "s" + ], + [ + "p", + "ublished" + ], + [ + "pub", + "lished" + ], + [ + "Å", + "Ł" + ], + [ + "Ġp", + "aws" + ], + [ + "Ġpa", + "ws" + ], + [ + "Ġpaw", + "s" + ], + [ + "Ġto", + "ast" + ], + [ + "ĠT", + "ac" + ], + [ + "ĠTa", + "c" + ], + [ + "o", + "lated" + ], + [ + "ol", + "ated" + ], + [ + "ola", + "ted" + ], + [ + "olate", + "d" + ], + [ + "ĠP", + "sy" + ], + [ + "ĠPs", + "y" + ], + [ + "ĠB", + "ering" + ], + [ + "ĠBe", + "ring" + ], + [ + "ĠBer", + "ing" + ], + [ + "Ġr", + "ushing" + ], + [ + "Ġrush", + "ing" + ], + [ + "Ġ", + "Dip" + ], + [ + "ĠD", + "ip" + ], + [ + "ĠDi", + "p" + ], + [ + "ar", + "then" + ], + [ + "art", + "hen" + ], + [ + "arth", + "en" + ], + [ + "Ġc", + "lone" + ], + [ + "Ġcl", + "one" + ], + [ + "Ġclo", + "ne" + ], + [ + "Ġm", + "anic" + ], + [ + "Ġman", + "ic" + ], + [ + "Ġma", + "nic" + ], + [ + "ĠS", + "ton" + ], + [ + "ĠSt", + "on" + ], + [ + "ĠSto", + "n" + ], + [ + "-", + "wise" + ], + [ + "-w", + "ise" + ], + [ + "ĠHe", + "lm" + ], + [ + "ĠHel", + "m" + ], + [ + "ĠM", + "issing" + ], + [ + "ĠMiss", + "ing" + ], + [ + "ĠMis", + "sing" + ], + [ + "Ġ", + "pigmentation" + ], + [ + "Ġpig", + "mentation" + ], + [ + "Ġpigment", + "ation" + ], + [ + "-ch", + "oice" + ], + [ + "-qu", + "arter" + ], + [ + "Ġracial", + "ly" + ], + [ + "Ġrac", + "ially" + ], + [ + "Ġrefine", + "ment" + ], + [ + "Ġrefin", + "ement" + ], + [ + "Ġ", + "Registration" + ], + [ + "ĠReg", + "istration" + ], + [ + "ĠRegist", + "ration" + ], + [ + "La", + "test" + ], + [ + "Lat", + "est" + ], + [ + "Late", + "st" + ], + [ + "odend", + "ron" + ], + [ + "oden", + "dron" + ], + [ + "Ġ", + "ip" + ], + [ + "Ġi", + "p" + ], + [ + "-", + "oxid" + ], + [ + "g", + "ive" + ], + [ + "gi", + "ve" + ], + [ + "m", + "eg" + ], + [ + "me", + "g" + ], + [ + "v", + "ous" + ], + [ + "vo", + "us" + ], + [ + "at", + "omic" + ], + [ + "ato", + "mic" + ], + [ + "atom", + "ic" + ], + [ + "Ġm", + "uff" + ], + [ + "Ġmu", + "ff" + ], + [ + "Ġd", + "ol" + ], + [ + "Ġdo", + "l" + ], + [ + "âĢ", + "ij" + ], + [ + "ĠT", + "il" + ], + [ + "ĠTi", + "l" + ], + [ + "ol", + "ini" + ], + [ + "oli", + "ni" + ], + [ + "olin", + "i" + ], + [ + "ow", + "ment" + ], + [ + "ĠA", + "Z" + ], + [ + "ĠS", + "PA" + ], + [ + "ĠSP", + "A" + ], + [ + "r", + "oma" + ], + [ + "ro", + "ma" + ], + [ + "rom", + "a" + ], + [ + "o", + "comp" + ], + [ + "oc", + "omp" + ], + [ + "oco", + "mp" + ], + [ + "ĠD", + "olph" + ], + [ + "ĠDol", + "ph" + ], + [ + "r", + "ips" + ], + [ + "ri", + "ps" + ], + [ + "rip", + "s" + ], + [ + "Ġnum", + "erals" + ], + [ + "Ġnumer", + "als" + ], + [ + "Ġnumeral", + "s" + ], + [ + "Ġcap", + "itals" + ], + [ + "Ġcapital", + "s" + ], + [ + "Ġcapita", + "ls" + ], + [ + "Ġcapit", + "als" + ], + [ + "-", + "flight" + ], + [ + "-f", + "light" + ], + [ + "-fl", + "ight" + ], + [ + "ĠR", + "each" + ], + [ + "ĠRe", + "ach" + ], + [ + "Ġfall", + "acy" + ], + [ + "Ġint", + "roductions" + ], + [ + "Ġintrodu", + "ctions" + ], + [ + "Ġintroduction", + "s" + ], + [ + "Ġintroduct", + "ions" + ], + [ + "Ġdepend", + "encies" + ], + [ + "Ġball", + "istic" + ], + [ + "Over", + "view" + ], + [ + "First", + "ly" + ], + [ + "Ġcontrovers", + "ies" + ], + [ + "Ġsub", + "types" + ], + [ + "Ġsubt", + "ypes" + ], + [ + "Ġsubtype", + "s" + ], + [ + "Ġconserv", + "atives" + ], + [ + "Ġconservative", + "s" + ], + [ + "Ġcher", + "ished" + ], + [ + "Ġcherish", + "ed" + ], + [ + "ĠAh", + "mad" + ], + [ + "Ġdeaf", + "ness" + ], + [ + "ĠSM", + "ART" + ], + [ + "ĠSMA", + "RT" + ], + [ + "Ġh", + "awks" + ], + [ + "Ġhaw", + "ks" + ], + [ + "Ġhawk", + "s" + ], + [ + "ĠHer", + "cules" + ], + [ + "ĠHerc", + "ules" + ], + [ + "Ġantise", + "ptic" + ], + [ + "A", + "mericans" + ], + [ + "American", + "s" + ], + [ + "America", + "ns" + ], + [ + "E", + "mb" + ], + [ + "Em", + "b" + ], + [ + "e", + "sch" + ], + [ + "es", + "ch" + ], + [ + "esc", + "h" + ], + [ + "Ġp", + "aw" + ], + [ + "Ġpa", + "w" + ], + [ + "Ġf", + "ringe" + ], + [ + "Ġfr", + "inge" + ], + [ + "Ġst", + "ric" + ], + [ + "Ġstr", + "ic" + ], + [ + "Ġstri", + "c" + ], + [ + "Ġ", + "hey" + ], + [ + "Ġh", + "ey" + ], + [ + "Ġhe", + "y" + ], + [ + "ĠW", + "itness" + ], + [ + "ĠWit", + "ness" + ], + [ + "Ġsp", + "arks" + ], + [ + "Ġspark", + "s" + ], + [ + "Ġspar", + "ks" + ], + [ + "red", + "ited" + ], + [ + "redit", + "ed" + ], + [ + "ĠSc", + "ene" + ], + [ + "ĠScen", + "e" + ], + [ + "Ġpass", + "port" + ], + [ + "Ġox", + "ytocin" + ], + [ + "Ġmess", + "engers" + ], + [ + "Ġmessenger", + "s" + ], + [ + "ĠDav", + "ies" + ], + [ + "P", + "rog" + ], + [ + "Pro", + "g" + ], + [ + "Pr", + "og" + ], + [ + "ĠNA", + "ACP" + ], + [ + "Ġbi", + "oge" + ], + [ + "Ġbio", + "ge" + ], + [ + "Ġax", + "e" + ], + [ + "Ġperpet", + "uate" + ], + [ + "Ġn", + "ineteen" + ], + [ + "Ġnine", + "teen" + ], + [ + "Ġninet", + "een" + ], + [ + "Ġcarcin", + "ogen" + ], + [ + "ĠB", + "arton" + ], + [ + "ĠBar", + "ton" + ], + [ + "ĠBart", + "on" + ], + [ + "Ġdilig", + "ence" + ], + [ + "Ġ", + "Towards" + ], + [ + "ĠTo", + "wards" + ], + [ + "ĠTow", + "ards" + ], + [ + "ĠToward", + "s" + ], + [ + "ĠJen", + "kins" + ], + [ + "B", + "ase" + ], + [ + "Bas", + "e" + ], + [ + "Ba", + "se" + ], + [ + "P", + "arent" + ], + [ + "Par", + "ent" + ], + [ + "Pa", + "rent" + ], + [ + "d", + "ead" + ], + [ + "de", + "ad" + ], + [ + "h", + "on" + ], + [ + "ho", + "n" + ], + [ + "w", + "riter" + ], + [ + "write", + "r" + ], + [ + "e", + "ti" + ], + [ + "et", + "i" + ], + [ + "ĠC", + "ove" + ], + [ + "ĠCo", + "ve" + ], + [ + "ĠCov", + "e" + ], + [ + "Ġ", + "iteration" + ], + [ + "Ġit", + "eration" + ], + [ + "Ġiter", + "ation" + ], + [ + "Ġex", + "termin" + ], + [ + "ĠF", + "irm" + ], + [ + "ĠFi", + "rm" + ], + [ + "ĠFir", + "m" + ], + [ + "p", + "lings" + ], + [ + "pl", + "ings" + ], + [ + "pling", + "s" + ], + [ + "plin", + "gs" + ], + [ + "an", + "swered" + ], + [ + "ans", + "wered" + ], + [ + "answer", + "ed" + ], + [ + "Ġp", + "each" + ], + [ + "Ġpe", + "ach" + ], + [ + "Ġpea", + "ch" + ], + [ + "Ġpeac", + "h" + ], + [ + "Ġrep", + "uted" + ], + [ + "Ġfac", + "ade" + ], + [ + "-d", + "ollar" + ], + [ + "ĠP", + "artner" + ], + [ + "ĠPart", + "ner" + ], + [ + "Ġarm", + "our" + ], + [ + "Ġ", + "CDs" + ], + [ + "ĠC", + "Ds" + ], + [ + "ĠCD", + "s" + ], + [ + "ĠF", + "reed" + ], + [ + "ĠFr", + "eed" + ], + [ + "ĠFre", + "ed" + ], + [ + "ĠFree", + "d" + ], + [ + "Ġg", + "athers" + ], + [ + "Ġgather", + "s" + ], + [ + "Ġga", + "thers" + ], + [ + "Ġemb", + "races" + ], + [ + "Ġembra", + "ces" + ], + [ + "Ġembrace", + "s" + ], + [ + "Com", + "mercial" + ], + [ + "B", + "MI" + ], + [ + "BM", + "I" + ], + [ + "*", + "***" + ], + [ + "**", + "**" + ], + [ + "***", + "*" + ], + [ + "ĠTy", + "ler" + ], + [ + "Ġvest", + "ibular" + ], + [ + "Ġvestib", + "ular" + ], + [ + "air", + "obi" + ], + [ + "airo", + "bi" + ], + [ + "Ġmicron", + "utrients" + ], + [ + "Ġmicronutrient", + "s" + ], + [ + "Ġkilow", + "att" + ], + [ + "ĠSquad", + "ron" + ], + [ + "Ġmeteor", + "s" + ], + [ + "Ġmete", + "ors" + ], + [ + "C", + "ognitive" + ], + [ + "E", + "ye" + ], + [ + "J", + "V" + ], + [ + "T", + "her" + ], + [ + "The", + "r" + ], + [ + "Th", + "er" + ], + [ + "m", + "ills" + ], + [ + "mill", + "s" + ], + [ + "mil", + "ls" + ], + [ + "Ġt", + "au" + ], + [ + "Ġta", + "u" + ], + [ + "in", + "ging" + ], + [ + "ing", + "ing" + ], + [ + "ĠT", + "ian" + ], + [ + "ĠTi", + "an" + ], + [ + "ĠS", + "MS" + ], + [ + "ĠSM", + "S" + ], + [ + "ĠR", + "af" + ], + [ + "ĠRa", + "f" + ], + [ + "ĠG", + "au" + ], + [ + "ĠGa", + "u" + ], + [ + "o", + "vic" + ], + [ + "ov", + "ic" + ], + [ + "Ġgovern", + "s" + ], + [ + "Ġgover", + "ns" + ], + [ + "Ġsl", + "ipping" + ], + [ + "Ġslip", + "ping" + ], + [ + "Ġslipp", + "ing" + ], + [ + "o", + "flav" + ], + [ + "of", + "lav" + ], + [ + "ĠNe", + "hru" + ], + [ + "Ġconvers", + "ational" + ], + [ + "Ġconversation", + "al" + ], + [ + "ĠPort", + "rait" + ], + [ + "Ġbrief", + "ing" + ], + [ + "ĠLatin", + "os" + ], + [ + "ĠLat", + "inos" + ], + [ + "ĠLatino", + "s" + ], + [ + "Ġdiscipl", + "ined" + ], + [ + "Ġdiscipline", + "d" + ], + [ + "Ġscript", + "ing" + ], + [ + "EE", + "K" + ], + [ + "Ġster", + "ilization" + ], + [ + "Ġsteril", + "ization" + ], + [ + "Ġr", + "ented" + ], + [ + "Ġrent", + "ed" + ], + [ + "Ġren", + "ted" + ], + [ + "Ġsquee", + "zed" + ], + [ + "Ġsqueeze", + "d" + ], + [ + "ĠBase", + "ball" + ], + [ + "Af", + "rica" + ], + [ + "ĠAmb", + "assador" + ], + [ + "Ġeu", + "ph" + ], + [ + "Ġapp", + "raisal" + ], + [ + "Ġappra", + "isal" + ], + [ + "Ġre", + "consider" + ], + [ + "Ġrecons", + "ider" + ], + [ + "Ġ", + "Cannabis" + ], + [ + "ĠCannab", + "is" + ], + [ + "Ġ", + "Ñģ" + ], + [ + "ĠÑ", + "ģ" + ], + [ + "A", + "uthors" + ], + [ + "Aut", + "hors" + ], + [ + "Author", + "s" + ], + [ + "l", + "ite" + ], + [ + "li", + "te" + ], + [ + "lit", + "e" + ], + [ + "in", + "tern" + ], + [ + "int", + "ern" + ], + [ + "inter", + "n" + ], + [ + "inte", + "rn" + ], + [ + "ch", + "ini" + ], + [ + "chi", + "ni" + ], + [ + "chin", + "i" + ], + [ + "Ġwh", + "opping" + ], + [ + "Ġwho", + "pping" + ], + [ + "ĠP", + "upp" + ], + [ + "ĠPu", + "pp" + ], + [ + "ĠPup", + "p" + ], + [ + "Ġ", + "washes" + ], + [ + "Ġw", + "ashes" + ], + [ + "Ġwas", + "hes" + ], + [ + "Ġwash", + "es" + ], + [ + "Ġ", + "NZ" + ], + [ + "ĠN", + "Z" + ], + [ + "ĠU", + "lysses" + ], + [ + "Ġun", + "structured" + ], + [ + "Ġunst", + "ructured" + ], + [ + "Ġunder", + "pin" + ], + [ + "Ġunderp", + "in" + ], + [ + "l", + "icking" + ], + [ + "lic", + "king" + ], + [ + "lick", + "ing" + ], + [ + "li", + "cking" + ], + [ + "g", + "ano" + ], + [ + "gan", + "o" + ], + [ + "ga", + "no" + ], + [ + "Ġs", + "olves" + ], + [ + "Ġsol", + "ves" + ], + [ + "Ġsolve", + "s" + ], + [ + "Ġfore", + "arm" + ], + [ + "Ġcon", + "dom" + ], + [ + "Ġco", + "ndom" + ], + [ + "Ġcond", + "om" + ], + [ + "ter", + "mination" + ], + [ + "term", + "ination" + ], + [ + "termin", + "ation" + ], + [ + "A", + "CS" + ], + [ + "AC", + "S" + ], + [ + "S", + "pecific" + ], + [ + "Sp", + "ecific" + ], + [ + "Spec", + "ific" + ], + [ + "Ġdeliver", + "ies" + ], + [ + "ĠBur", + "k" + ], + [ + "Ġ", + "Propag" + ], + [ + "ĠProp", + "ag" + ], + [ + "Ġoverw", + "helm" + ], + [ + "Ġoverwhel", + "m" + ], + [ + "Ġentertain", + "ed" + ], + [ + "Ġprox", + "imal" + ], + [ + "agu", + "ar" + ], + [ + "ĠE", + "Vs" + ], + [ + "ĠEV", + "s" + ], + [ + "ĠSuff", + "olk" + ], + [ + "ĠSuf", + "folk" + ], + [ + "Ġmed", + "iator" + ], + [ + "Ġmedia", + "tor" + ], + [ + "Ġmedi", + "ator" + ], + [ + "F", + "ield" + ], + [ + "Fi", + "eld" + ], + [ + "Ġ", + "lore" + ], + [ + "Ġl", + "ore" + ], + [ + "Ġlo", + "re" + ], + [ + "Ġlor", + "e" + ], + [ + "ĠC", + "PA" + ], + [ + "ĠCP", + "A" + ], + [ + "el", + "ius" + ], + [ + "eli", + "us" + ], + [ + "ĠP", + "itt" + ], + [ + "ĠPit", + "t" + ], + [ + "ĠPi", + "tt" + ], + [ + "Ġ", + "rite" + ], + [ + "Ġr", + "ite" + ], + [ + "Ġrit", + "e" + ], + [ + "ĠD", + "DT" + ], + [ + "ĠDD", + "T" + ], + [ + "ĠR", + "um" + ], + [ + "ĠRu", + "m" + ], + [ + "ĠU", + "AV" + ], + [ + "ĠUA", + "V" + ], + [ + "le", + "sn" + ], + [ + "les", + "n" + ], + [ + "ob", + "ias" + ], + [ + "obia", + "s" + ], + [ + "obi", + "as" + ], + [ + "Ġc", + "url" + ], + [ + "Ġcur", + "l" + ], + [ + "ĠAr", + "lington" + ], + [ + "a", + "ird" + ], + [ + "air", + "d" + ], + [ + "ai", + "rd" + ], + [ + "Ġrun", + "way" + ], + [ + "du", + "cers" + ], + [ + "duc", + "ers" + ], + [ + "Ġinvestig", + "ative" + ], + [ + "ers", + "onic" + ], + [ + "erson", + "ic" + ], + [ + "u", + "ku" + ], + [ + "uk", + "u" + ], + [ + "Ġdu", + "plication" + ], + [ + "Ġduplic", + "ation" + ], + [ + "Ġepid", + "ermis" + ], + [ + "Ġrig", + "idity" + ], + [ + "Ġrigid", + "ity" + ], + [ + "ĠS", + "SH" + ], + [ + "ĠSS", + "H" + ], + [ + "P", + "rice" + ], + [ + "Pr", + "ice" + ], + [ + "Ġex", + "porting" + ], + [ + "Ġexp", + "orting" + ], + [ + "Ġexport", + "ing" + ], + [ + "Ġbenz", + "ene" + ], + [ + "Ġcarc", + "asses" + ], + [ + "Ġcarcass", + "es" + ], + [ + "(", + "B" + ], + [ + "Ġ", + "heres" + ], + [ + "Ġh", + "eres" + ], + [ + "Ġhe", + "res" + ], + [ + "Ġher", + "es" + ], + [ + "Ġhere", + "s" + ], + [ + "Ġ", + "PI" + ], + [ + "ĠP", + "I" + ], + [ + "Ġ", + "BD" + ], + [ + "ĠB", + "D" + ], + [ + "ĠW", + "ad" + ], + [ + "ĠWa", + "d" + ], + [ + "en", + "cephal" + ], + [ + "ence", + "phal" + ], + [ + "enc", + "ephal" + ], + [ + "Ġre", + "gener" + ], + [ + "Ġreg", + "ener" + ], + [ + "Ġregen", + "er" + ], + [ + "Ġat", + "test" + ], + [ + "Ġatt", + "est" + ], + [ + "Ġin", + "still" + ], + [ + "Ġinst", + "ill" + ], + [ + "Ġdet", + "ained" + ], + [ + "Ġdetain", + "ed" + ], + [ + "u", + "lling" + ], + [ + "ul", + "ling" + ], + [ + "ull", + "ing" + ], + [ + "Ġrest", + "ricts" + ], + [ + "Ġrestrict", + "s" + ], + [ + "Ġbr", + "oker" + ], + [ + "Ġbro", + "ker" + ], + [ + "Ġbroke", + "r" + ], + [ + "Ġspace", + "flight" + ], + [ + "ĠSy", + "rac" + ], + [ + "Ġign", + "ited" + ], + [ + "Ġignite", + "d" + ], + [ + "Ġtransmit", + "ters" + ], + [ + "Ġtransm", + "itters" + ], + [ + "Ġtransmitter", + "s" + ], + [ + "Col", + "lege" + ], + [ + "Ġalert", + "ness" + ], + [ + "Ġcontra", + "ceptive" + ], + [ + "ĠE", + "DT" + ], + [ + "ĠED", + "T" + ], + [ + "Ġb", + "oron" + ], + [ + "Ġbo", + "ron" + ], + [ + "Ġbor", + "on" + ], + [ + "Ġemig", + "rated" + ], + [ + "Ġemigrate", + "d" + ], + [ + "Ġhibern", + "ation" + ], + [ + "ĠToy", + "ota" + ], + [ + "Ġbroch", + "ure" + ], + [ + "g", + "il" + ], + [ + "gi", + "l" + ], + [ + "ĠE", + "nce" + ], + [ + "ĠEn", + "ce" + ], + [ + "ĠEnc", + "e" + ], + [ + "Ġ", + "FT" + ], + [ + "ĠF", + "T" + ], + [ + "Ġ", + "Invasive" + ], + [ + "ĠIn", + "vasive" + ], + [ + "ĠInv", + "asive" + ], + [ + "Ġapp", + "rehens" + ], + [ + "ĠK", + "urt" + ], + [ + "ĠKu", + "rt" + ], + [ + "ĠKur", + "t" + ], + [ + "Ġrel", + "ocate" + ], + [ + "Ġf", + "lor" + ], + [ + "Ġfl", + "or" + ], + [ + "Ġflo", + "r" + ], + [ + "Ġf", + "actions" + ], + [ + "Ġfact", + "ions" + ], + [ + "Ġfa", + "ctions" + ], + [ + "Ġfaction", + "s" + ], + [ + "Ġde", + "press" + ], + [ + "Ġdep", + "ress" + ], + [ + "Ġdepr", + "ess" + ], + [ + "Ġequ", + "ine" + ], + [ + "Ġsecond", + "hand" + ], + [ + "Ġbe", + "having" + ], + [ + "Ġbeh", + "aving" + ], + [ + "Ġbehav", + "ing" + ], + [ + "Ġbehavi", + "ng" + ], + [ + "am", + "mu" + ], + [ + "amm", + "u" + ], + [ + "ĠM", + "eh" + ], + [ + "ĠMe", + "h" + ], + [ + "e", + "volution" + ], + [ + "ev", + "olution" + ], + [ + "evol", + "ution" + ], + [ + "ament", + "als" + ], + [ + "amental", + "s" + ], + [ + "Ġlegisl", + "atures" + ], + [ + "Ġlegislature", + "s" + ], + [ + "ĠAn", + "nals" + ], + [ + "ĠAnn", + "als" + ], + [ + "ĠAnna", + "ls" + ], + [ + "Ġcommission", + "er" + ], + [ + "Ġc", + "oughs" + ], + [ + "Ġcough", + "s" + ], + [ + "ad", + "vantages" + ], + [ + "advant", + "ages" + ], + [ + "Ġpreced", + "ence" + ], + [ + "Ġprecede", + "nce" + ], + [ + "Ġrec", + "ruits" + ], + [ + "Ġrecru", + "its" + ], + [ + "Ġrecruit", + "s" + ], + [ + "Ġre", + "write" + ], + [ + "Ġrew", + "rite" + ], + [ + "ĠMaj", + "esty" + ], + [ + "ĠPion", + "eer" + ], + [ + "ĠPomp", + "e" + ], + [ + "ĠPom", + "pe" + ], + [ + "Ġover", + "eating" + ], + [ + "Ġovere", + "ating" + ], + [ + "Ġove", + "reating" + ], + [ + "Ġovereat", + "ing" + ], + [ + "ĠChern", + "obyl" + ], + [ + "G", + "U" + ], + [ + "Ġt", + "outed" + ], + [ + "Ġto", + "uted" + ], + [ + "Ġtou", + "ted" + ], + [ + "Ġtout", + "ed" + ], + [ + "a", + "thed" + ], + [ + "at", + "hed" + ], + [ + "ath", + "ed" + ], + [ + "athe", + "d" + ], + [ + "Ġf", + "iery" + ], + [ + "Ġfi", + "ery" + ], + [ + "Ġh", + "anged" + ], + [ + "Ġhang", + "ed" + ], + [ + "Ġhan", + "ged" + ], + [ + "s", + "taking" + ], + [ + "st", + "aking" + ], + [ + "sta", + "king" + ], + [ + "Ġ", + "MAN" + ], + [ + "ĠM", + "AN" + ], + [ + "ĠMA", + "N" + ], + [ + "ag", + "ogues" + ], + [ + "agogue", + "s" + ], + [ + "i", + "bus" + ], + [ + "ib", + "us" + ], + [ + "ibu", + "s" + ], + [ + "Ġt", + "witter" + ], + [ + "Ġtw", + "itter" + ], + [ + "hat", + "ma" + ], + [ + "Ġlong", + "standing" + ], + [ + "Ġ", + "lander" + ], + [ + "Ġl", + "ander" + ], + [ + "Ġland", + "er" + ], + [ + "Ġla", + "nder" + ], + [ + "Ġlan", + "der" + ], + [ + "ĠSh", + "ap" + ], + [ + "ĠSha", + "p" + ], + [ + "ĠS", + "eas" + ], + [ + "ĠSe", + "as" + ], + [ + "ĠSea", + "s" + ], + [ + "Ġobs", + "essed" + ], + [ + "Ġ", + "closures" + ], + [ + "Ġcl", + "osures" + ], + [ + "Ġclos", + "ures" + ], + [ + "Ġclosure", + "s" + ], + [ + "ath", + "yroid" + ], + [ + "athy", + "roid" + ], + [ + "Ġtransition", + "ing" + ], + [ + "Ġloud", + "ly" + ], + [ + "ĠF", + "rame" + ], + [ + "ĠFr", + "ame" + ], + [ + "ĠFram", + "e" + ], + [ + "ĠFra", + "me" + ], + [ + "Ġc", + "ongru" + ], + [ + "Ġcong", + "ru" + ], + [ + "Ġ", + "SDGs" + ], + [ + "ĠSD", + "Gs" + ], + [ + "ĠSDG", + "s" + ], + [ + "ĠMarx", + "ist" + ], + [ + "Ġdisinfect", + "ant" + ], + [ + "ĠAth", + "ena" + ], + [ + "ĠAthen", + "a" + ], + [ + "ĠAthe", + "na" + ], + [ + "Ġf", + "ixture" + ], + [ + "Ġfixt", + "ure" + ], + [ + "Ġabr", + "asive" + ], + [ + "Ġabras", + "ive" + ], + [ + "Ġaccus", + "ations" + ], + [ + "Ġaccusation", + "s" + ], + [ + "ĠGust", + "av" + ], + [ + "/", + "IP" + ], + [ + "/I", + "P" + ], + [ + "N", + "orthern" + ], + [ + "North", + "ern" + ], + [ + "Ġth", + "ym" + ], + [ + "Ġthy", + "m" + ], + [ + "ĠB", + "rom" + ], + [ + "ĠBr", + "om" + ], + [ + "ĠBro", + "m" + ], + [ + "Ġstud", + "ios" + ], + [ + "Ġstudio", + "s" + ], + [ + "â̦", + "âĢĿĊ" + ], + [ + "â̦âĢĿ", + "Ċ" + ], + [ + "Ġselect", + "s" + ], + [ + "Ġsel", + "ects" + ], + [ + "Ġspect", + "ators" + ], + [ + "Ġspectator", + "s" + ], + [ + "ĠBel", + "ief" + ], + [ + "ĠDef", + "iciency" + ], + [ + "ĠSum", + "atra" + ], + [ + "ĠNav", + "igation" + ], + [ + "just", + "ed" + ], + [ + "ju", + "sted" + ], + [ + "-", + "enh" + ], + [ + "-e", + "nh" + ], + [ + "-en", + "h" + ], + [ + "Ġtort", + "oises" + ], + [ + "Ġtortoise", + "s" + ], + [ + "ĠLat", + "via" + ], + [ + "/", + "watch" + ], + [ + "/w", + "atch" + ], + [ + "Ġdermat", + "ologist" + ], + [ + "cephal", + "us" + ], + [ + "ceph", + "alus" + ], + [ + "Ġsinus", + "itis" + ], + [ + "h", + "etti" + ], + [ + "he", + "tti" + ], + [ + "het", + "ti" + ], + [ + "hett", + "i" + ], + [ + "\"", + ")Ċ" + ], + [ + "\")", + "Ċ" + ], + [ + "-", + "plus" + ], + [ + "-p", + "lus" + ], + [ + "-pl", + "us" + ], + [ + "P", + "en" + ], + [ + "Pe", + "n" + ], + [ + "s", + "ic" + ], + [ + "si", + "c" + ], + [ + "Ġthe", + "aters" + ], + [ + "Ġtheater", + "s" + ], + [ + "Ġtheat", + "ers" + ], + [ + "it", + "rogen" + ], + [ + "itr", + "ogen" + ], + [ + "itro", + "gen" + ], + [ + "Ġb", + "ounty" + ], + [ + "Ġbount", + "y" + ], + [ + "Ġb", + "othered" + ], + [ + "Ġboth", + "ered" + ], + [ + "Ġbot", + "hered" + ], + [ + "Ġbother", + "ed" + ], + [ + "Ġ", + "ACS" + ], + [ + "ĠA", + "CS" + ], + [ + "ĠAC", + "S" + ], + [ + "ĠP", + "erc" + ], + [ + "ĠPe", + "rc" + ], + [ + "ĠPer", + "c" + ], + [ + "ĠP", + "ierce" + ], + [ + "ĠPi", + "erce" + ], + [ + "ĠPier", + "ce" + ], + [ + "Ġ", + "Eph" + ], + [ + "ĠE", + "ph" + ], + [ + "ĠEp", + "h" + ], + [ + "il", + "da" + ], + [ + "ild", + "a" + ], + [ + "Ġwater", + "way" + ], + [ + "Ġc", + "heating" + ], + [ + "Ġch", + "eating" + ], + [ + "Ġche", + "ating" + ], + [ + "Ġcheat", + "ing" + ], + [ + "Ġstart", + "ups" + ], + [ + "Ġstartup", + "s" + ], + [ + "-t", + "olerant" + ], + [ + "l", + "etic" + ], + [ + "le", + "tic" + ], + [ + "let", + "ic" + ], + [ + "Ġfat", + "ality" + ], + [ + "Ġfatal", + "ity" + ], + [ + "ĠAss", + "ist" + ], + [ + "f", + "lat" + ], + [ + "fl", + "at" + ], + [ + "-e", + "astern" + ], + [ + "-east", + "ern" + ], + [ + "AL", + "TH" + ], + [ + "ALT", + "H" + ], + [ + "Ġcol", + "ouring" + ], + [ + "Ġcolour", + "ing" + ], + [ + "c", + "utta" + ], + [ + "cut", + "ta" + ], + [ + "cu", + "tta" + ], + [ + "Em", + "ploy" + ], + [ + "Ġcr", + "amping" + ], + [ + "Ġcram", + "ping" + ], + [ + "ĠEu", + "ph" + ], + [ + "Cy", + "ber" + ], + [ + "Ġf", + "ibrillation" + ], + [ + "Ġfibr", + "illation" + ], + [ + "ĠYu", + "kon" + ], + [ + "ĠYuk", + "on" + ], + [ + "A", + "ctive" + ], + [ + "Act", + "ive" + ], + [ + "L", + "ake" + ], + [ + "La", + "ke" + ], + [ + "L", + "ES" + ], + [ + "LE", + "S" + ], + [ + "f", + "ew" + ], + [ + "fe", + "w" + ], + [ + "l", + "usion" + ], + [ + "lus", + "ion" + ], + [ + "on", + "ite" + ], + [ + "oni", + "te" + ], + [ + "ĠT", + "issue" + ], + [ + "ĠT", + "MJ" + ], + [ + "ĠTM", + "J" + ], + [ + "Ġ(", + "Ċ" + ], + [ + "Ġ", + "FE" + ], + [ + "ĠF", + "E" + ], + [ + "Ġ", + "GU" + ], + [ + "ĠG", + "U" + ], + [ + "Ġcomp", + "artments" + ], + [ + "Ġcompartment", + "s" + ], + [ + "Ġ", + "Height" + ], + [ + "ĠH", + "eight" + ], + [ + "ĠHe", + "ight" + ], + [ + "con", + "nect" + ], + [ + "An", + "imals" + ], + [ + "Animal", + "s" + ], + [ + "Ġimag", + "inations" + ], + [ + "Ġimagination", + "s" + ], + [ + "Ġimagin", + "ations" + ], + [ + "ĠEx", + "plan" + ], + [ + "ĠExpl", + "an" + ], + [ + "ĠExp", + "lan" + ], + [ + "b", + "iosis" + ], + [ + "bi", + "osis" + ], + [ + "bio", + "sis" + ], + [ + "Ġinstant", + "aneous" + ], + [ + "Ġ", + "CSI" + ], + [ + "ĠC", + "SI" + ], + [ + "ĠCS", + "I" + ], + [ + "Ġgoddess", + "es" + ], + [ + "ĠVeget", + "able" + ], + [ + "Ġir", + "radiation" + ], + [ + "Ġirrad", + "iation" + ], + [ + "B", + "rowse" + ], + [ + "m", + "or" + ], + [ + "mo", + "r" + ], + [ + "à", + "®" + ], + [ + "Ġp", + "ane" + ], + [ + "Ġpan", + "e" + ], + [ + "Ġpa", + "ne" + ], + [ + "Ġd", + "ancer" + ], + [ + "Ġdance", + "r" + ], + [ + "Ġdan", + "cer" + ], + [ + "en", + "ties" + ], + [ + "ent", + "ies" + ], + [ + "ĠD", + "ual" + ], + [ + "ĠDu", + "al" + ], + [ + "ĠF", + "ry" + ], + [ + "ĠFr", + "y" + ], + [ + "ĠL", + "und" + ], + [ + "ĠLu", + "nd" + ], + [ + "ĠLun", + "d" + ], + [ + "a", + "via" + ], + [ + "av", + "ia" + ], + [ + "avi", + "a" + ], + [ + "Ġsc", + "orp" + ], + [ + "Ġscor", + "p" + ], + [ + "ĠK", + "lan" + ], + [ + "ĠKl", + "an" + ], + [ + "ĠV", + "il" + ], + [ + "ĠVi", + "l" + ], + [ + "Ġper", + "former" + ], + [ + "Ġperform", + "er" + ], + [ + "Ġperfor", + "mer" + ], + [ + "-", + "che" + ], + [ + "-c", + "he" + ], + [ + "-ch", + "e" + ], + [ + "Ġte", + "amed" + ], + [ + "Ġteam", + "ed" + ], + [ + "Ġtea", + "med" + ], + [ + "Ġ=", + ">" + ], + [ + "s", + "hi" + ], + [ + "sh", + "i" + ], + [ + "ĠPer", + "kins" + ], + [ + "ĠQ", + "uin" + ], + [ + "ĠQu", + "in" + ], + [ + "Ġsouth", + "ward" + ], + [ + "Ġwe", + "akens" + ], + [ + "Ġweak", + "ens" + ], + [ + "Ġweaken", + "s" + ], + [ + "place", + "ment" + ], + [ + "Ġ", + "STAT" + ], + [ + "ĠST", + "AT" + ], + [ + "Ġbelong", + "ings" + ], + [ + "Ġbelonging", + "s" + ], + [ + "Ġblog", + "ger" + ], + [ + "Ġblo", + "gger" + ], + [ + "Ġ", + "Malaria" + ], + [ + "ĠMal", + "aria" + ], + [ + "Ġmort", + "g" + ], + [ + "a", + "ji" + ], + [ + "aj", + "i" + ], + [ + "ĠPract", + "ition" + ], + [ + "ĠProm", + "ote" + ], + [ + "Ġsemiconduct", + "ors" + ], + [ + "Ġsemiconductor", + "s" + ], + [ + "Ġredist", + "ribution" + ], + [ + "ĠSchw", + "artz" + ], + [ + "ĠSchwar", + "tz" + ], + [ + "Ġamp", + "utation" + ], + [ + "Ġamput", + "ation" + ], + [ + "Ġbureau", + "cratic" + ], + [ + "Ġbureaucr", + "atic" + ], + [ + "ĠRevere", + "nd" + ], + [ + "ĠReve", + "rend" + ], + [ + "Ġrefine", + "ries" + ], + [ + "Ġrefin", + "eries" + ], + [ + "angar", + "oo" + ], + [ + "S", + "aturday" + ], + [ + "p", + "arency" + ], + [ + "par", + "ency" + ], + [ + "pa", + "rency" + ], + [ + "en", + "f" + ], + [ + "Ġb", + "ast" + ], + [ + "Ġbas", + "t" + ], + [ + "Ġba", + "st" + ], + [ + "r", + "oval" + ], + [ + "ro", + "val" + ], + [ + "rov", + "al" + ], + [ + "c", + "eph" + ], + [ + "ce", + "ph" + ], + [ + "ĠI", + "roqu" + ], + [ + "ĠIr", + "oqu" + ], + [ + "t", + "horn" + ], + [ + "th", + "orn" + ], + [ + "thor", + "n" + ], + [ + "is", + "tor" + ], + [ + "ist", + "or" + ], + [ + "isto", + "r" + ], + [ + "oc", + "annab" + ], + [ + "an", + "de" + ], + [ + "and", + "e" + ], + [ + "Ġsim", + "ulator" + ], + [ + "Ġca", + "vern" + ], + [ + "Ġcav", + "ern" + ], + [ + "Ġcave", + "rn" + ], + [ + "Ġprot", + "otyping" + ], + [ + "cl", + "osed" + ], + [ + "close", + "d" + ], + [ + "-", + "su" + ], + [ + "-s", + "u" + ], + [ + "Ġpaper", + "work" + ], + [ + "Ġexc", + "itation" + ], + [ + "Ġexcit", + "ation" + ], + [ + "Ġcoun", + "sell" + ], + [ + "Ġcounsel", + "l" + ], + [ + "Ġmamm", + "ography" + ], + [ + "Ġunp", + "aid" + ], + [ + "Ġunint", + "entional" + ], + [ + "Ġpier", + "cing" + ], + [ + "Ġpengu", + "in" + ], + [ + "esar", + "ean" + ], + [ + "esare", + "an" + ], + [ + "ĠRemem", + "brance" + ], + [ + "W", + "M" + ], + [ + "d", + "ry" + ], + [ + "dr", + "y" + ], + [ + "h", + "ang" + ], + [ + "ha", + "ng" + ], + [ + "han", + "g" + ], + [ + "n", + "ae" + ], + [ + "na", + "e" + ], + [ + "Ġa", + "rable" + ], + [ + "Ġar", + "able" + ], + [ + "Ġara", + "ble" + ], + [ + "Ġarab", + "le" + ], + [ + "Ġc", + "ipher" + ], + [ + "Ġcip", + "her" + ], + [ + "ed", + "ipus" + ], + [ + "edi", + "pus" + ], + [ + "ĠM", + "am" + ], + [ + "ĠMa", + "m" + ], + [ + "ĠM", + "ight" + ], + [ + "ĠMig", + "ht" + ], + [ + "Ġk", + "ay" + ], + [ + "Ġka", + "y" + ], + [ + "olog", + "ne" + ], + [ + "Ġprov", + "ocative" + ], + [ + "Ġext", + "inctions" + ], + [ + "Ġextinction", + "s" + ], + [ + "Ġextinct", + "ions" + ], + [ + "ĠAl", + "askan" + ], + [ + "ĠAlaska", + "n" + ], + [ + "ĠAlas", + "kan" + ], + [ + "Ġs", + "lit" + ], + [ + "Ġsl", + "it" + ], + [ + "Ġbas", + "alt" + ], + [ + "Ġbasal", + "t" + ], + [ + "Ġba", + "salt" + ], + [ + "Ġbi", + "osphere" + ], + [ + "ĠOr", + "well" + ], + [ + "c", + "ulus" + ], + [ + "cul", + "us" + ], + [ + "cu", + "lus" + ], + [ + "-l", + "oving" + ], + [ + "-lo", + "ving" + ], + [ + "ĠIndian", + "apolis" + ], + [ + "ĠCur", + "tis" + ], + [ + "ĠCurt", + "is" + ], + [ + "ĠMat", + "rix" + ], + [ + "Ġfertil", + "iser" + ], + [ + "De", + "ath" + ], + [ + "Ġcre", + "amy" + ], + [ + "Ġcream", + "y" + ], + [ + "Ġprecaution", + "ary" + ], + [ + "ĠMel", + "lon" + ], + [ + "ĠMell", + "on" + ], + [ + "ĠKarn", + "ataka" + ], + [ + "L", + "ack" + ], + [ + "La", + "ck" + ], + [ + "O", + "ral" + ], + [ + "Or", + "al" + ], + [ + "O", + "cean" + ], + [ + "a", + "illes" + ], + [ + "ail", + "les" + ], + [ + "aille", + "s" + ], + [ + "c", + "ount" + ], + [ + "co", + "unt" + ], + [ + "h", + "id" + ], + [ + "hi", + "d" + ], + [ + "a", + "ler" + ], + [ + "al", + "er" + ], + [ + "ale", + "r" + ], + [ + "Ġb", + "ays" + ], + [ + "Ġbay", + "s" + ], + [ + "Ġba", + "ys" + ], + [ + "o", + "tus" + ], + [ + "ot", + "us" + ], + [ + "ir", + "cular" + ], + [ + "irc", + "ular" + ], + [ + "ircul", + "ar" + ], + [ + "Ġ", + "GH" + ], + [ + "ĠG", + "H" + ], + [ + "ĠL", + "ama" + ], + [ + "ĠLa", + "ma" + ], + [ + "ĠLam", + "a" + ], + [ + "l", + "icts" + ], + [ + "lic", + "ts" + ], + [ + "lict", + "s" + ], + [ + "ins", + "eng" + ], + [ + "inse", + "ng" + ], + [ + "Ġde", + "mo" + ], + [ + "Ġdem", + "o" + ], + [ + "Ġmult", + "iv" + ], + [ + "Ġmulti", + "v" + ], + [ + "ĠWar", + "ner" + ], + [ + "ĠMan", + "age" + ], + [ + "ĠMa", + "nage" + ], + [ + "Ġwild", + "flowers" + ], + [ + "Ġwildflower", + "s" + ], + [ + "ĠMon", + "etary" + ], + [ + "ĠMonet", + "ary" + ], + [ + "Ġf", + "ixes" + ], + [ + "Ġfix", + "es" + ], + [ + "Ġfi", + "xes" + ], + [ + "r", + "abic" + ], + [ + "ra", + "bic" + ], + [ + "rab", + "ic" + ], + [ + "Ġhom", + "age" + ], + [ + "Ġwave", + "form" + ], + [ + "En", + "joy" + ], + [ + "ĠWord", + "Press" + ], + [ + "Ġresur", + "rect" + ], + [ + "-com", + "merce" + ], + [ + "-comm", + "erce" + ], + [ + "ĠC", + "atalog" + ], + [ + "ĠCat", + "alog" + ], + [ + "ĠCatal", + "og" + ], + [ + "ĠCand", + "ida" + ], + [ + "Ġmeta", + "static" + ], + [ + "Ġmetast", + "atic" + ], + [ + "Ġde", + "formity" + ], + [ + "Ġdeform", + "ity" + ], + [ + "Ġwitch", + "craft" + ], + [ + "Ox", + "ford" + ], + [ + "Ġreceipt", + "s" + ], + [ + "ĠAur", + "ora" + ], + [ + "Ġsophist", + "ication" + ], + [ + "J", + "o" + ], + [ + "Ġm", + "ish" + ], + [ + "Ġmis", + "h" + ], + [ + "Ġmi", + "sh" + ], + [ + "Ġd", + "itches" + ], + [ + "Ġditch", + "es" + ], + [ + "Ġdit", + "ches" + ], + [ + "Ġ", + "Witt" + ], + [ + "ĠW", + "itt" + ], + [ + "ĠWi", + "tt" + ], + [ + "ĠWit", + "t" + ], + [ + "ĠE", + "verest" + ], + [ + "ĠEv", + "erest" + ], + [ + "ĠEve", + "rest" + ], + [ + "ĠEver", + "est" + ], + [ + "Ġint", + "rusive" + ], + [ + "Ġintr", + "usive" + ], + [ + "a", + "sta" + ], + [ + "as", + "ta" + ], + [ + "ast", + "a" + ], + [ + "Ġout", + "post" + ], + [ + "Ġoutp", + "ost" + ], + [ + "Ġe", + "vils" + ], + [ + "Ġev", + "ils" + ], + [ + "Ġevil", + "s" + ], + [ + "Ġset", + "backs" + ], + [ + "Ġsetback", + "s" + ], + [ + "Ġ", + "maid" + ], + [ + "Ġm", + "aid" + ], + [ + "Ġma", + "id" + ], + [ + "Ġplan", + "ner" + ], + [ + "Ġintern", + "ship" + ], + [ + "Ġinterns", + "hip" + ], + [ + "ĠB", + "eer" + ], + [ + "ĠBe", + "er" + ], + [ + "ĠBee", + "r" + ], + [ + "ĠD", + "rum" + ], + [ + "ĠDr", + "um" + ], + [ + "ĠDru", + "m" + ], + [ + "Ġserious", + "ness" + ], + [ + "Ġwood", + "peck" + ], + [ + "I", + "SM" + ], + [ + "IS", + "M" + ], + [ + "Ġ", + "Usage" + ], + [ + "ĠUs", + "age" + ], + [ + "Ġcommand", + "ment" + ], + [ + "Ġvision", + "ary" + ], + [ + "Ġdiss", + "olves" + ], + [ + "Ġdissolve", + "s" + ], + [ + "Ġha", + "zel" + ], + [ + "Ġhaz", + "el" + ], + [ + "Ġhaze", + "l" + ], + [ + "Con", + "struction" + ], + [ + "Const", + "ruction" + ], + [ + "h", + "taking" + ], + [ + "ht", + "aking" + ], + [ + "Ġ", + "INTER" + ], + [ + "ĠIN", + "TER" + ], + [ + "ĠINT", + "ER" + ], + [ + "Prov", + "ide" + ], + [ + "Ġarist", + "ocracy" + ], + [ + "Ġingen", + "ious" + ], + [ + "Ġexpl", + "orations" + ], + [ + "Ġexplo", + "rations" + ], + [ + "Ġexploration", + "s" + ], + [ + "Ġexplor", + "ations" + ], + [ + "P", + "ath" + ], + [ + "Pat", + "h" + ], + [ + "Pa", + "th" + ], + [ + "ç", + "Ķ" + ], + [ + "Ġ", + "las" + ], + [ + "Ġl", + "as" + ], + [ + "Ġla", + "s" + ], + [ + "Ġ", + "lest" + ], + [ + "Ġl", + "est" + ], + [ + "Ġle", + "st" + ], + [ + "Ġles", + "t" + ], + [ + "th", + "ings" + ], + [ + "thing", + "s" + ], + [ + "thin", + "gs" + ], + [ + "ĠE", + "cl" + ], + [ + "ĠEc", + "l" + ], + [ + "Ġdown", + "fall" + ], + [ + "a", + "hi" + ], + [ + "ah", + "i" + ], + [ + "Ġhome", + "opathic" + ], + [ + "Ġanal", + "ogue" + ], + [ + "Ġanalog", + "ue" + ], + [ + "Ġwind", + "y" + ], + [ + "Ġwin", + "dy" + ], + [ + "ĠGen", + "ocide" + ], + [ + "m", + "berg" + ], + [ + "mber", + "g" + ], + [ + "mb", + "erg" + ], + [ + "sh", + "ield" + ], + [ + "shi", + "eld" + ], + [ + "ĠNot", + "tingham" + ], + [ + "Ġth", + "rived" + ], + [ + "Ġthr", + "ived" + ], + [ + "Ġthrive", + "d" + ], + [ + "Ġ", + "STR" + ], + [ + "ĠS", + "TR" + ], + [ + "ĠST", + "R" + ], + [ + "Ġf", + "iller" + ], + [ + "Ġfil", + "ler" + ], + [ + "Ġfill", + "er" + ], + [ + "Ġfi", + "ller" + ], + [ + "Ġdream", + "ed" + ], + [ + "Ġdre", + "amed" + ], + [ + "Ġperm", + "issible" + ], + [ + "Ġtor", + "rent" + ], + [ + "ĠiP", + "ads" + ], + [ + "ĠiPad", + "s" + ], + [ + "Ġabbrev", + "iations" + ], + [ + "Ġabbreviation", + "s" + ], + [ + "âĨ", + "Ĵ" + ], + [ + "ĠJur", + "assic" + ], + [ + "Ġ", + "Permanent" + ], + [ + "ĠPer", + "manent" + ], + [ + "ĠPerman", + "ent" + ], + [ + "ĠPengu", + "in" + ], + [ + "ĠPeng", + "uin" + ], + [ + "\"", + "?" + ], + [ + "c", + "oll" + ], + [ + "co", + "ll" + ], + [ + "col", + "l" + ], + [ + "s", + "kin" + ], + [ + "sk", + "in" + ], + [ + "ski", + "n" + ], + [ + "en", + "eration" + ], + [ + "ene", + "ration" + ], + [ + "ener", + "ation" + ], + [ + "Ġ", + "TM" + ], + [ + "ĠT", + "M" + ], + [ + "c", + "ere" + ], + [ + "ce", + "re" + ], + [ + "cer", + "e" + ], + [ + "ĠS", + "ony" + ], + [ + "ĠSo", + "ny" + ], + [ + "ĠSon", + "y" + ], + [ + "ĠP", + "PE" + ], + [ + "ĠPP", + "E" + ], + [ + "Ġ", + "HM" + ], + [ + "ĠH", + "M" + ], + [ + "u", + "ren" + ], + [ + "ur", + "en" + ], + [ + "ure", + "n" + ], + [ + "Ġdef", + "ences" + ], + [ + "Ġdefe", + "nces" + ], + [ + "Ġdefence", + "s" + ], + [ + "Ġmodern", + "ity" + ], + [ + "Ġpoll", + "ute" + ], + [ + "Ġpollut", + "e" + ], + [ + "bor", + "hood" + ], + [ + "Ex", + "odus" + ], + [ + "Ġroad", + "way" + ], + [ + "row", + "ser" + ], + [ + "rows", + "er" + ], + [ + "rowse", + "r" + ], + [ + "ul", + "fur" + ], + [ + "ulf", + "ur" + ], + [ + "ĠCle", + "opatra" + ], + [ + "ING", + "TON" + ], + [ + "ut", + "sch" + ], + [ + "uts", + "ch" + ], + [ + "Ġ", + "Former" + ], + [ + "ĠFor", + "mer" + ], + [ + "ĠForm", + "er" + ], + [ + "Ġ________", + "____" + ], + [ + "Ġ____", + "________" + ], + [ + "Ġ______", + "______" + ], + [ + "Ġ__________", + "__" + ], + [ + "Ġ_______", + "_____" + ], + [ + "Ġ_________", + "___" + ], + [ + "Ġ___________", + "_" + ], + [ + "ÑĢ", + "а" + ], + [ + "Ġh", + "ubs" + ], + [ + "Ġhub", + "s" + ], + [ + "Ġhu", + "bs" + ], + [ + "-", + "neutral" + ], + [ + "-ne", + "utral" + ], + [ + "Ġabolition", + "ist" + ], + [ + "ĠArg", + "ument" + ], + [ + "ĠCoch", + "rane" + ], + [ + "Ġperc", + "ussion" + ], + [ + "ĠMahar", + "ashtra" + ], + [ + "J", + "C" + ], + [ + "m", + "ilk" + ], + [ + "mil", + "k" + ], + [ + "o", + "zyg" + ], + [ + "oz", + "yg" + ], + [ + "v", + "ens" + ], + [ + "ve", + "ns" + ], + [ + "ven", + "s" + ], + [ + "Ġm", + "olars" + ], + [ + "Ġmol", + "ars" + ], + [ + "Ġmolar", + "s" + ], + [ + "Ġh", + "ues" + ], + [ + "Ġhue", + "s" + ], + [ + "Ġhu", + "es" + ], + [ + "ĠT", + "art" + ], + [ + "ĠTar", + "t" + ], + [ + "ĠTa", + "rt" + ], + [ + "ir", + "con" + ], + [ + "irc", + "on" + ], + [ + "ĠB", + "row" + ], + [ + "ĠBr", + "ow" + ], + [ + "ĠBro", + "w" + ], + [ + "o", + "cious" + ], + [ + "oc", + "ious" + ], + [ + "oci", + "ous" + ], + [ + "ĠG", + "ull" + ], + [ + "ĠGu", + "ll" + ], + [ + "ĠGul", + "l" + ], + [ + "id", + "ental" + ], + [ + "ident", + "al" + ], + [ + "iden", + "tal" + ], + [ + "âĢĶ", + "especially" + ], + [ + "Ġpur", + "ported" + ], + [ + "Ġpurp", + "orted" + ], + [ + "é", + "bec" + ], + [ + "-", + "gra" + ], + [ + "-g", + "ra" + ], + [ + "Ġsnow", + "fall" + ], + [ + "Ġnan", + "oscale" + ], + [ + "Ġnano", + "scale" + ], + [ + "Ġnanos", + "cale" + ], + [ + "Ġax", + "le" + ], + [ + "u", + "han" + ], + [ + "uh", + "an" + ], + [ + "Ġdish", + "was" + ], + [ + "Ġh", + "angs" + ], + [ + "Ġhang", + "s" + ], + [ + "Ġhan", + "gs" + ], + [ + "ĠE", + "CG" + ], + [ + "ĠEC", + "G" + ], + [ + "h", + "ews" + ], + [ + "he", + "ws" + ], + [ + "hew", + "s" + ], + [ + "ĠNurs", + "ery" + ], + [ + "ĠNurse", + "ry" + ], + [ + "Ġnu", + "anced" + ], + [ + "Ġnuance", + "d" + ], + [ + "Impro", + "ving" + ], + [ + "Ġpatriarch", + "al" + ], + [ + "emp", + "oral" + ], + [ + "empor", + "al" + ], + [ + "?", + "v" + ], + [ + "ĠC", + "ERN" + ], + [ + "ĠCE", + "RN" + ], + [ + "ĠCER", + "N" + ], + [ + "a", + "dia" + ], + [ + "ad", + "ia" + ], + [ + "adi", + "a" + ], + [ + "ĠF", + "ault" + ], + [ + "ĠFa", + "ult" + ], + [ + "ĠFaul", + "t" + ], + [ + "ĠFau", + "lt" + ], + [ + "f", + "fer" + ], + [ + "ff", + "er" + ], + [ + "ffe", + "r" + ], + [ + "Ġun", + "sett" + ], + [ + "Ġuns", + "ett" + ], + [ + "Ġunse", + "tt" + ], + [ + "Ġher", + "nia" + ], + [ + "Ġhern", + "ia" + ], + [ + "Ġgrow", + "er" + ], + [ + "Ġgr", + "ower" + ], + [ + "Ġgro", + "wer" + ], + [ + "r", + "eads" + ], + [ + "re", + "ads" + ], + [ + "read", + "s" + ], + [ + "rea", + "ds" + ], + [ + "Ġfree", + "zes" + ], + [ + "Ġfreeze", + "s" + ], + [ + "o", + "ley" + ], + [ + "ol", + "ey" + ], + [ + "ole", + "y" + ], + [ + "o", + "lyn" + ], + [ + "ol", + "yn" + ], + [ + "oly", + "n" + ], + [ + "ĠJan", + "et" + ], + [ + "ĠJane", + "t" + ], + [ + "ĠJa", + "net" + ], + [ + "ĠAnt", + "ig" + ], + [ + "ĠAnti", + "g" + ], + [ + "ĠWater", + "loo" + ], + [ + "ĠR", + "oof" + ], + [ + "ĠRo", + "of" + ], + [ + "Ġcert", + "ifications" + ], + [ + "Ġcertific", + "ations" + ], + [ + "Ġcertification", + "s" + ], + [ + "Ġc", + "arts" + ], + [ + "Ġcar", + "ts" + ], + [ + "Ġcart", + "s" + ], + [ + "Ġmild", + "ly" + ], + [ + "ĠAng", + "ela" + ], + [ + "ĠAngel", + "a" + ], + [ + "ĠS", + "anders" + ], + [ + "ĠSan", + "ders" + ], + [ + "ĠSand", + "ers" + ], + [ + "hand", + "le" + ], + [ + "Ġnumer", + "acy" + ], + [ + "Ġdeterior", + "ated" + ], + [ + "Ġdeteriorate", + "d" + ], + [ + "ĠMos", + "que" + ], + [ + "h", + "ells" + ], + [ + "hel", + "ls" + ], + [ + "hell", + "s" + ], + [ + "OUR", + "CE" + ], + [ + "Ġvoy", + "ages" + ], + [ + "Ġvoyage", + "s" + ], + [ + "-", + "voltage" + ], + [ + "-vol", + "tage" + ], + [ + "-volt", + "age" + ], + [ + "ĠF", + "uj" + ], + [ + "ĠFu", + "j" + ], + [ + "cop", + "ene" + ], + [ + "/", + "km" + ], + [ + "/k", + "m" + ], + [ + "N", + "ear" + ], + [ + "Ne", + "ar" + ], + [ + "c", + "het" + ], + [ + "ch", + "et" + ], + [ + "che", + "t" + ], + [ + "r", + "ath" + ], + [ + "ra", + "th" + ], + [ + "rat", + "h" + ], + [ + "r", + "eth" + ], + [ + "re", + "th" + ], + [ + "ret", + "h" + ], + [ + "ĠS", + "ale" + ], + [ + "ĠSal", + "e" + ], + [ + "ĠSa", + "le" + ], + [ + "o", + "phe" + ], + [ + "op", + "he" + ], + [ + "oph", + "e" + ], + [ + "ĠB", + "ears" + ], + [ + "ĠBe", + "ars" + ], + [ + "ĠBear", + "s" + ], + [ + "ĠD", + "ul" + ], + [ + "ĠDu", + "l" + ], + [ + "ĠD", + "ong" + ], + [ + "ĠDo", + "ng" + ], + [ + "ĠDon", + "g" + ], + [ + "us", + "taining" + ], + [ + "ust", + "aining" + ], + [ + "ustain", + "ing" + ], + [ + "Ġde", + "con" + ], + [ + "Ġdec", + "on" + ], + [ + "Ġdeco", + "n" + ], + [ + "Ġs", + "omatic" + ], + [ + "Ġso", + "matic" + ], + [ + "Ġsom", + "atic" + ], + [ + "Ġprogram", + "mable" + ], + [ + "Ġenc", + "roach" + ], + [ + "app", + "iness" + ], + [ + "app", + "ropri" + ], + [ + "-", + "western" + ], + [ + "-w", + "estern" + ], + [ + "-we", + "stern" + ], + [ + "-west", + "ern" + ], + [ + "Ġsuc", + "rose" + ], + [ + "Ġ", + "Detailed" + ], + [ + "ĠDet", + "ailed" + ], + [ + "ĠDetail", + "ed" + ], + [ + "Ġpolar", + "ized" + ], + [ + "ĠL", + "ighting" + ], + [ + "ĠLight", + "ing" + ], + [ + "Ġgau", + "ges" + ], + [ + "Ġgauge", + "s" + ], + [ + "Ġga", + "uges" + ], + [ + "Ġannounce", + "ments" + ], + [ + "Ġannouncement", + "s" + ], + [ + "run", + "ner" + ], + [ + "Ġteasp", + "oons" + ], + [ + "Ġteaspoon", + "s" + ], + [ + "Pres", + "entation" + ], + [ + "Present", + "ation" + ], + [ + "ĠCaval", + "ry" + ], + [ + "Ġembod", + "iment" + ], + [ + "Ġfaç", + "ade" + ], + [ + "Ġ", + "ï¬ģ" + ], + [ + "-", + "not" + ], + [ + "-n", + "ot" + ], + [ + "-no", + "t" + ], + [ + "c", + "ape" + ], + [ + "ca", + "pe" + ], + [ + "cap", + "e" + ], + [ + "c", + "ritical" + ], + [ + "cr", + "itical" + ], + [ + "x", + "in" + ], + [ + "xi", + "n" + ], + [ + "Ġm", + "umps" + ], + [ + "Ġmum", + "ps" + ], + [ + "Ġst", + "unted" + ], + [ + "Ġstunt", + "ed" + ], + [ + "ĠS", + "ind" + ], + [ + "ĠSi", + "nd" + ], + [ + "ĠSin", + "d" + ], + [ + "Ġr", + "ipple" + ], + [ + "Ġrip", + "ple" + ], + [ + "ĠD", + "uch" + ], + [ + "ĠDu", + "ch" + ], + [ + "ĠDuc", + "h" + ], + [ + "Ġse", + "ag" + ], + [ + "Ġsea", + "g" + ], + [ + "ĠF", + "ris" + ], + [ + "ĠFr", + "is" + ], + [ + "ĠFri", + "s" + ], + [ + "Ġen", + "umer" + ], + [ + "Ġenum", + "er" + ], + [ + "Ġcl", + "ans" + ], + [ + "Ġclan", + "s" + ], + [ + "Ġun", + "inh" + ], + [ + "Ġunin", + "h" + ], + [ + "Ġinter", + "related" + ], + [ + "ĠS", + "hin" + ], + [ + "ĠSh", + "in" + ], + [ + "ĠShi", + "n" + ], + [ + "-d", + "welling" + ], + [ + "-", + "loss" + ], + [ + "-l", + "oss" + ], + [ + "-lo", + "ss" + ], + [ + "Ġsum", + "med" + ], + [ + "Ġsumm", + "ed" + ], + [ + "ĠGu", + "ang" + ], + [ + "ĠGuan", + "g" + ], + [ + "Ġaud", + "its" + ], + [ + "Ġaudit", + "s" + ], + [ + "Ġaudi", + "ts" + ], + [ + "-", + "growth" + ], + [ + "-g", + "rowth" + ], + [ + "Ġcon", + "sequent" + ], + [ + "Ġconsequ", + "ent" + ], + [ + "ĠGovern", + "ance" + ], + [ + "Ġaltern", + "atively" + ], + [ + "Ġalternative", + "ly" + ], + [ + "Ġshar", + "pen" + ], + [ + "Ġsharp", + "en" + ], + [ + "Ġ", + "PubMed" + ], + [ + "ĠPub", + "Med" + ], + [ + "ĠF", + "arms" + ], + [ + "ĠFar", + "ms" + ], + [ + "ĠFarm", + "s" + ], + [ + "Ġmemor", + "ials" + ], + [ + "Ġmemorial", + "s" + ], + [ + "Ġsm", + "oker" + ], + [ + "Ġsmoke", + "r" + ], + [ + "Ġsmok", + "er" + ], + [ + "Ġsmo", + "ker" + ], + [ + "Web", + "ster" + ], + [ + "F", + "air" + ], + [ + "z", + "an" + ], + [ + "za", + "n" + ], + [ + "ĠP", + "ets" + ], + [ + "ĠPe", + "ts" + ], + [ + "ĠPet", + "s" + ], + [ + "ĠR", + "ide" + ], + [ + "ĠRid", + "e" + ], + [ + "ĠRi", + "de" + ], + [ + "Ġbr", + "anched" + ], + [ + "Ġbranch", + "ed" + ], + [ + "Ġbran", + "ched" + ], + [ + "Ġ", + "Resilience" + ], + [ + "ĠRes", + "ilience" + ], + [ + "a", + "uts" + ], + [ + "au", + "ts" + ], + [ + "aut", + "s" + ], + [ + "Ġrecogn", + "ising" + ], + [ + "ĠIm", + "plications" + ], + [ + "Ġmicro", + "grams" + ], + [ + "lex", + "ible" + ], + [ + "ĠSu", + "ite" + ], + [ + "Ġ", + "Minim" + ], + [ + "ĠMin", + "im" + ], + [ + "ĠMini", + "m" + ], + [ + "Ġhabit", + "ual" + ], + [ + "Ġhab", + "itual" + ], + [ + "Ġburn", + "out" + ], + [ + "Ġsin", + "ful" + ], + [ + "Ġrhy", + "ming" + ], + [ + "Ġboy", + "cott" + ], + [ + "Under", + "stand" + ], + [ + "Ġcoll", + "apses" + ], + [ + "Ġcollapse", + "s" + ], + [ + "Ġcollaps", + "es" + ], + [ + "Ġcoll", + "apsing" + ], + [ + "Ġcollaps", + "ing" + ], + [ + "ĠRo", + "uge" + ], + [ + "ĠRou", + "ge" + ], + [ + "P", + "ur" + ], + [ + "Pu", + "r" + ], + [ + "S", + "unday" + ], + [ + "Sun", + "day" + ], + [ + "b", + "ull" + ], + [ + "bul", + "l" + ], + [ + "bu", + "ll" + ], + [ + "l", + "ove" + ], + [ + "lo", + "ve" + ], + [ + "lov", + "e" + ], + [ + "m", + "ere" + ], + [ + "mer", + "e" + ], + [ + "me", + "re" + ], + [ + "Ġt", + "apped" + ], + [ + "Ġtap", + "ped" + ], + [ + "Ġta", + "pped" + ], + [ + "ed", + "ient" + ], + [ + "edi", + "ent" + ], + [ + "Ġd", + "ean" + ], + [ + "Ġde", + "an" + ], + [ + "Ġsh", + "out" + ], + [ + "Ġsho", + "ut" + ], + [ + "r", + "ouse" + ], + [ + "ro", + "use" + ], + [ + "rou", + "se" + ], + [ + "rous", + "e" + ], + [ + "ap", + "ters" + ], + [ + "apt", + "ers" + ], + [ + "apter", + "s" + ], + [ + "ĠEn", + "forcement" + ], + [ + "Ġ", + "Contrast" + ], + [ + "ĠCont", + "rast" + ], + [ + "ĠContra", + "st" + ], + [ + "Ġveget", + "arians" + ], + [ + "Ġvegetarian", + "s" + ], + [ + "ed", + "icated" + ], + [ + "edic", + "ated" + ], + [ + "Ġn", + "ested" + ], + [ + "Ġne", + "sted" + ], + [ + "Ġnest", + "ed" + ], + [ + "Ġunn", + "ecessarily" + ], + [ + "e", + "tti" + ], + [ + "et", + "ti" + ], + [ + "ett", + "i" + ], + [ + "fe", + "el" + ], + [ + "Ġscr", + "aping" + ], + [ + "Ġscrap", + "ing" + ], + [ + "Ġscra", + "ping" + ], + [ + "Ġpars", + "ley" + ], + [ + "ĠButter", + "fly" + ], + [ + "andel", + "ion" + ], + [ + "ande", + "lion" + ], + [ + "Ġsyst", + "olic" + ], + [ + "b", + "iotics" + ], + [ + "bi", + "otics" + ], + [ + "biotic", + "s" + ], + [ + "bio", + "tics" + ], + [ + "å", + "Ń" + ], + [ + "at", + "osis" + ], + [ + "ato", + "sis" + ], + [ + "atos", + "is" + ], + [ + "ch", + "urch" + ], + [ + "Ġhe", + "ge" + ], + [ + "Ġ", + "PER" + ], + [ + "ĠP", + "ER" + ], + [ + "ĠPE", + "R" + ], + [ + "Ġab", + "ortions" + ], + [ + "Ġabortion", + "s" + ], + [ + "Ġabort", + "ions" + ], + [ + "ĠL", + "ima" + ], + [ + "ĠLim", + "a" + ], + [ + "ĠLi", + "ma" + ], + [ + "Ġcl", + "ippings" + ], + [ + "Ġclipping", + "s" + ], + [ + "Ġp", + "rism" + ], + [ + "Ġpr", + "ism" + ], + [ + "Ġpri", + "sm" + ], + [ + "Ġd", + "ecks" + ], + [ + "Ġde", + "cks" + ], + [ + "Ġdec", + "ks" + ], + [ + "Ġdeck", + "s" + ], + [ + "i", + "cken" + ], + [ + "ic", + "ken" + ], + [ + "ick", + "en" + ], + [ + "icke", + "n" + ], + [ + "Ġl", + "ocus" + ], + [ + "Ġloc", + "us" + ], + [ + "Ġlo", + "cus" + ], + [ + "Ġ", + "requis" + ], + [ + "Ġre", + "quis" + ], + [ + "Ġrequ", + "is" + ], + [ + "Ġsol", + "ubility" + ], + [ + "Ġ", + "Spin" + ], + [ + "ĠS", + "pin" + ], + [ + "ĠSp", + "in" + ], + [ + "ĠC", + "olin" + ], + [ + "ĠCol", + "in" + ], + [ + "ĠCo", + "lin" + ], + [ + "-c", + "ertified" + ], + [ + "ĠU", + "SC" + ], + [ + "ĠUS", + "C" + ], + [ + "Ġprop", + "elled" + ], + [ + "Ġpropel", + "led" + ], + [ + "Ġ", + "---" + ], + [ + "Ġ-", + "--" + ], + [ + "Ġ--", + "-" + ], + [ + "Ġstabil", + "izing" + ], + [ + "Ġstab", + "ilizing" + ], + [ + "Ġcaution", + "ed" + ], + [ + "Ġcaut", + "ioned" + ], + [ + "Ġgri", + "zzly" + ], + [ + "a", + "merican" + ], + [ + "ame", + "rican" + ], + [ + "amer", + "ican" + ], + [ + "america", + "n" + ], + [ + "ĠVeh", + "icles" + ], + [ + "ĠVehicle", + "s" + ], + [ + "ĠPrem", + "ier" + ], + [ + "Ġhot", + "spots" + ], + [ + "Ġhots", + "pots" + ], + [ + "Ġhotspot", + "s" + ], + [ + "-", + "cy" + ], + [ + "-c", + "y" + ], + [ + "D", + "ig" + ], + [ + "Di", + "g" + ], + [ + "G", + "D" + ], + [ + "x", + "on" + ], + [ + "at", + "ist" + ], + [ + "ati", + "st" + ], + [ + "atis", + "t" + ], + [ + "Ġ", + "PLA" + ], + [ + "ĠP", + "LA" + ], + [ + "ĠPL", + "A" + ], + [ + "pl", + "acing" + ], + [ + "as", + "sis" + ], + [ + "ass", + "is" + ], + [ + "assi", + "s" + ], + [ + "Ġwh", + "ooping" + ], + [ + "Ġwho", + "oping" + ], + [ + "ĠV", + "oting" + ], + [ + "ĠVo", + "ting" + ], + [ + "is", + "sing" + ], + [ + "iss", + "ing" + ], + [ + "Ġh", + "erm" + ], + [ + "Ġhe", + "rm" + ], + [ + "Ġher", + "m" + ], + [ + "Ġm", + "ilitar" + ], + [ + "Ġmil", + "itar" + ], + [ + "Ġmilit", + "ar" + ], + [ + "oph", + "ilus" + ], + [ + "ophil", + "us" + ], + [ + "ĠMin", + "erals" + ], + [ + "ĠMine", + "rals" + ], + [ + "ĠMineral", + "s" + ], + [ + "Ex", + "cess" + ], + [ + "Exc", + "ess" + ], + [ + "ĠT", + "win" + ], + [ + "ĠTw", + "in" + ], + [ + "ĠMus", + "ical" + ], + [ + "ĠMusic", + "al" + ], + [ + "ĠG", + "ravity" + ], + [ + "ĠGra", + "vity" + ], + [ + "ĠGr", + "avity" + ], + [ + "ĠGrav", + "ity" + ], + [ + "Ġ", + "Getty" + ], + [ + "ĠGet", + "ty" + ], + [ + "-pro", + "file" + ], + [ + "-prof", + "ile" + ], + [ + "Ġmold", + "ed" + ], + [ + "Ġmol", + "ded" + ], + [ + "ĠObs", + "ervation" + ], + [ + "ĠObserv", + "ation" + ], + [ + "Ġsug", + "arcane" + ], + [ + "Ġdys", + "functional" + ], + [ + "Ġdysfunction", + "al" + ], + [ + "Ġinter", + "connect" + ], + [ + "Ġintercon", + "nect" + ], + [ + "Ġmobil", + "ize" + ], + [ + "ĠRA", + "ID" + ], + [ + "ĠConfederate", + "s" + ], + [ + "ĠConfeder", + "ates" + ], + [ + "Ġindul", + "ge" + ], + [ + "exper", + "ienced" + ], + [ + "experience", + "d" + ], + [ + "Ġanecd", + "otal" + ], + [ + "Ġros", + "acea" + ], + [ + "Ġlan", + "tern" + ], + [ + "B", + "ad" + ], + [ + "Ba", + "d" + ], + [ + "u", + "ations" + ], + [ + "uation", + "s" + ], + [ + "Ġ", + "plex" + ], + [ + "Ġp", + "lex" + ], + [ + "Ġpl", + "ex" + ], + [ + "Ġple", + "x" + ], + [ + "Ġd", + "é" + ], + [ + "Ġg", + "az" + ], + [ + "Ġga", + "z" + ], + [ + "i", + "dis" + ], + [ + "id", + "is" + ], + [ + "idi", + "s" + ], + [ + "ur", + "rection" + ], + [ + "Ġy", + "olk" + ], + [ + "Ġs", + "tole" + ], + [ + "Ġst", + "ole" + ], + [ + "Ġsto", + "le" + ], + [ + "Ġall", + "otted" + ], + [ + "Ġallot", + "ted" + ], + [ + "Ġtra", + "iling" + ], + [ + "Ġtr", + "ailing" + ], + [ + "Ġtrail", + "ing" + ], + [ + "r", + "owned" + ], + [ + "row", + "ned" + ], + [ + "rown", + "ed" + ], + [ + "Ġre", + "printed" + ], + [ + "Ġrep", + "rinted" + ], + [ + "Ġreprint", + "ed" + ], + [ + "ov", + "sky" + ], + [ + "ovsk", + "y" + ], + [ + "Ġinter", + "oper" + ], + [ + "Ġhome", + "owner" + ], + [ + "lo", + "at" + ], + [ + "ĠP", + "ortal" + ], + [ + "ĠPort", + "al" + ], + [ + "ĠPor", + "tal" + ], + [ + "ĠB", + "urning" + ], + [ + "ĠBur", + "ning" + ], + [ + "ĠBurn", + "ing" + ], + [ + "Ġaer", + "odynamic" + ], + [ + "ĠFrank", + "enstein" + ], + [ + "hop", + "pers" + ], + [ + "ho", + "ppers" + ], + [ + "hopper", + "s" + ], + [ + "Ġdimin", + "ishes" + ], + [ + "Ġdiminish", + "es" + ], + [ + "Ġ", + "EMF" + ], + [ + "ĠEM", + "F" + ], + [ + "Ġinjust", + "ices" + ], + [ + "Ġinjustice", + "s" + ], + [ + "Ġredund", + "ancy" + ], + [ + "Ġcancell", + "ed" + ], + [ + "Ġcancel", + "led" + ], + [ + "ĠRut", + "gers" + ], + [ + "H", + "on" + ], + [ + "Ho", + "n" + ], + [ + "g", + "ling" + ], + [ + "gl", + "ing" + ], + [ + "Ġs", + "izable" + ], + [ + "ĠC", + "rick" + ], + [ + "ĠCr", + "ick" + ], + [ + "ĠD", + "river" + ], + [ + "ĠDr", + "iver" + ], + [ + "ĠDrive", + "r" + ], + [ + "re", + "athing" + ], + [ + "reat", + "hing" + ], + [ + "rea", + "thing" + ], + [ + "reath", + "ing" + ], + [ + "Ġun", + "regulated" + ], + [ + "Ġpro", + "visional" + ], + [ + "Ġprov", + "isional" + ], + [ + "Ġprovision", + "al" + ], + [ + "Ġ", + "Unique" + ], + [ + "ĠUn", + "ique" + ], + [ + "Ġdown", + "wards" + ], + [ + "Ġdownward", + "s" + ], + [ + "ĠRe", + "action" + ], + [ + "ĠReact", + "ion" + ], + [ + "h", + "ema" + ], + [ + "he", + "ma" + ], + [ + "hem", + "a" + ], + [ + "ĠMan", + "ifest" + ], + [ + "Ġco", + "vert" + ], + [ + "Ġcover", + "t" + ], + [ + "Ġcove", + "rt" + ], + [ + "Ġlo", + "gos" + ], + [ + "Ġlog", + "os" + ], + [ + "Ġlogo", + "s" + ], + [ + "I", + "TS" + ], + [ + "IT", + "S" + ], + [ + "ĠMexic", + "ans" + ], + [ + "ĠMexican", + "s" + ], + [ + "A", + "CC" + ], + [ + "AC", + "C" + ], + [ + "Ġ", + "Revised" + ], + [ + "ĠRe", + "vised" + ], + [ + "ĠRev", + "ised" + ], + [ + "ĠRevis", + "ed" + ], + [ + "Ġ", + "Forty" + ], + [ + "ĠFor", + "ty" + ], + [ + "ĠFort", + "y" + ], + [ + "ĠDe", + "von" + ], + [ + "ĠDev", + "on" + ], + [ + "ipher", + "al" + ], + [ + "iph", + "eral" + ], + [ + "N", + "either" + ], + [ + "Ne", + "ither" + ], + [ + "Ġh", + "acked" + ], + [ + "Ġha", + "cked" + ], + [ + "Ġhack", + "ed" + ], + [ + "ĠCon", + "nections" + ], + [ + "ĠConnect", + "ions" + ], + [ + "ĠConn", + "ections" + ], + [ + "ĠConnection", + "s" + ], + [ + "Ġapt", + "itude" + ], + [ + "Ġinaug", + "urated" + ], + [ + "ĠY", + "ahoo" + ], + [ + "ĠYah", + "oo" + ], + [ + "Stat", + "istics" + ], + [ + "Ġunanim", + "ously" + ], + [ + "Ġunanimous", + "ly" + ], + [ + "Ġinfringe", + "ment" + ], + [ + "Â", + "«" + ], + [ + "ve", + "get" + ], + [ + "Ġp", + "rops" + ], + [ + "Ġpro", + "ps" + ], + [ + "Ġpr", + "ops" + ], + [ + "Ġprop", + "s" + ], + [ + "ĠP", + "interest" + ], + [ + "Ġ", + "leuk" + ], + [ + "Ġle", + "uk" + ], + [ + "Ġcont", + "ours" + ], + [ + "Ġcontour", + "s" + ], + [ + "Ġafter", + "life" + ], + [ + "ĠSc", + "ratch" + ], + [ + "Ġpain", + "staking" + ], + [ + "Ġpains", + "taking" + ], + [ + "-", + "present" + ], + [ + "-p", + "resent" + ], + [ + "-pres", + "ent" + ], + [ + "-pre", + "sent" + ], + [ + "-", + "hours" + ], + [ + "-h", + "ours" + ], + [ + "-hour", + "s" + ], + [ + "Ġl", + "iking" + ], + [ + "Ġlik", + "ing" + ], + [ + "Ġli", + "king" + ], + [ + "Ġcomm", + "enting" + ], + [ + "Ġcomment", + "ing" + ], + [ + "Ġtight", + "en" + ], + [ + "Ġbond", + "age" + ], + [ + "Ġt", + "apes" + ], + [ + "Ġtap", + "es" + ], + [ + "Ġtape", + "s" + ], + [ + "Ġta", + "pes" + ], + [ + "ĠProm", + "otion" + ], + [ + "ĠAqu", + "atic" + ], + [ + "ĠAqua", + "tic" + ], + [ + "Ġsym", + "biotic" + ], + [ + "Ġsymb", + "iotic" + ], + [ + "Ant", + "ib" + ], + [ + "Anti", + "b" + ], + [ + "Ġcock", + "roaches" + ], + [ + "Ġcockroach", + "es" + ], + [ + "Ġtsun", + "amis" + ], + [ + "Ġtsunami", + "s" + ], + [ + "Ġreluct", + "ance" + ], + [ + "Ġretard", + "ation" + ], + [ + "Ġillum", + "inating" + ], + [ + "Ġillumin", + "ating" + ], + [ + "Ġexcre", + "ted" + ], + [ + "Ġexcrete", + "d" + ], + [ + "Ġexcret", + "ed" + ], + [ + "Ġpolynom", + "ial" + ], + [ + "Ġkel", + "p" + ], + [ + "F", + "unction" + ], + [ + "Fun", + "ction" + ], + [ + "V", + "an" + ], + [ + "g", + "row" + ], + [ + "gr", + "ow" + ], + [ + "h", + "off" + ], + [ + "ho", + "ff" + ], + [ + "hof", + "f" + ], + [ + "is", + "put" + ], + [ + "isp", + "ut" + ], + [ + "Ġd", + "azz" + ], + [ + "Ġda", + "zz" + ], + [ + "as", + "ian" + ], + [ + "asia", + "n" + ], + [ + "asi", + "an" + ], + [ + "Ġth", + "istle" + ], + [ + "Ġthis", + "tle" + ], + [ + "i", + "din" + ], + [ + "id", + "in" + ], + [ + "idi", + "n" + ], + [ + "o", + "typical" + ], + [ + "ot", + "ypical" + ], + [ + "otyp", + "ical" + ], + [ + "otypic", + "al" + ], + [ + "Ġw", + "hip" + ], + [ + "Ġwh", + "ip" + ], + [ + "ĠM", + "uk" + ], + [ + "ĠMu", + "k" + ], + [ + "ĠN", + "ino" + ], + [ + "ĠNi", + "no" + ], + [ + "ĠNin", + "o" + ], + [ + "ĠN", + "atal" + ], + [ + "ĠNa", + "tal" + ], + [ + "ĠNat", + "al" + ], + [ + "ĠN", + "utrient" + ], + [ + "ĠNutr", + "ient" + ], + [ + "Ġr", + "app" + ], + [ + "Ġra", + "pp" + ], + [ + "Ġrap", + "p" + ], + [ + "iss", + "ive" + ], + [ + "Ġdevelopment", + "ally" + ], + [ + "Ġdevelopmental", + "ly" + ], + [ + "g", + "ina" + ], + [ + "gin", + "a" + ], + [ + "gi", + "na" + ], + [ + "-d", + "uty" + ], + [ + "-du", + "ty" + ], + [ + "ĠOn", + "cology" + ], + [ + "let", + "cher" + ], + [ + "Ġf", + "ooting" + ], + [ + "Ġfoot", + "ing" + ], + [ + "Ġfo", + "oting" + ], + [ + "Ġfoo", + "ting" + ], + [ + "-", + "your" + ], + [ + "-y", + "our" + ], + [ + "-you", + "r" + ], + [ + "Ġtransl", + "ucent" + ], + [ + "bur", + "ger" + ], + [ + "burg", + "er" + ], + [ + "Ġ", + "Surprisingly" + ], + [ + "ĠSur", + "prisingly" + ], + [ + "à¤", + "¨" + ], + [ + "ĠD", + "iscipl" + ], + [ + "ĠDisc", + "ipl" + ], + [ + "g", + "lass" + ], + [ + "gl", + "ass" + ], + [ + "glas", + "s" + ], + [ + "Ġhoriz", + "ons" + ], + [ + "Ġhorizon", + "s" + ], + [ + "Ġclust", + "ering" + ], + [ + "Ġcluster", + "ing" + ], + [ + "Ġdesert", + "ed" + ], + [ + "Ġf", + "etch" + ], + [ + "Ġfet", + "ch" + ], + [ + "ĠCol", + "onies" + ], + [ + "ĠColon", + "ies" + ], + [ + "ĠS", + "avings" + ], + [ + "ĠSav", + "ings" + ], + [ + "ĠSa", + "vings" + ], + [ + "ĠSaving", + "s" + ], + [ + "Gu", + "ide" + ], + [ + "Guid", + "e" + ], + [ + "Ġtrim", + "med" + ], + [ + "Ġintim", + "idation" + ], + [ + "Ġintimid", + "ation" + ], + [ + "Ġalleg", + "ations" + ], + [ + "c", + "ardia" + ], + [ + "car", + "dia" + ], + [ + "card", + "ia" + ], + [ + "Ġecho", + "ed" + ], + [ + "u", + "en" + ], + [ + "ue", + "n" + ], + [ + "Ġc", + "yp" + ], + [ + "Ġcy", + "p" + ], + [ + "Ġh", + "eals" + ], + [ + "Ġhe", + "als" + ], + [ + "Ġheal", + "s" + ], + [ + "ud", + "ding" + ], + [ + "udd", + "ing" + ], + [ + "uddin", + "g" + ], + [ + "ĠF", + "ame" + ], + [ + "ĠFam", + "e" + ], + [ + "ĠFa", + "me" + ], + [ + "ĠR", + "EP" + ], + [ + "ĠRE", + "P" + ], + [ + "o", + "ki" + ], + [ + "ok", + "i" + ], + [ + "Ġinf", + "used" + ], + [ + "Ġinfuse", + "d" + ], + [ + "o", + "oled" + ], + [ + "ool", + "ed" + ], + [ + "oo", + "led" + ], + [ + "ic", + "ky" + ], + [ + "ick", + "y" + ], + [ + "Ġsub", + "continent" + ], + [ + "Ġsubcont", + "inent" + ], + [ + "Ġtest", + "ify" + ], + [ + "Ġprot", + "ozo" + ], + [ + "Ġproto", + "zo" + ], + [ + "Ġhome", + "page" + ], + [ + "Ġlow", + "ercase" + ], + [ + "Ġlower", + "case" + ], + [ + "Ġtot", + "als" + ], + [ + "Ġtotal", + "s" + ], + [ + "ĠAss", + "am" + ], + [ + "chan", + "ics" + ], + [ + "Ġreform", + "ers" + ], + [ + "Ġreformer", + "s" + ], + [ + "Ġcorrespond", + "ent" + ], + [ + "uber", + "culosis" + ], + [ + "Ġdil", + "ution" + ], + [ + "-", + "percent" + ], + [ + "-per", + "cent" + ], + [ + "Ġcategor", + "ize" + ], + [ + "ĠRand", + "olph" + ], + [ + "Ġ", + "Analyze" + ], + [ + "ĠAnaly", + "ze" + ], + [ + "Ġimmers", + "ive" + ], + [ + "Ġmetast", + "asis" + ], + [ + "Ġmetastas", + "is" + ], + [ + "Ġsanit", + "izer" + ], + [ + "Ġsanitize", + "r" + ], + [ + "ĠVander", + "bilt" + ], + [ + "ĠUrugu", + "ay" + ], + [ + "%", + "||" + ], + [ + "-", + "am" + ], + [ + "-a", + "m" + ], + [ + "L", + "ength" + ], + [ + "m", + "ega" + ], + [ + "me", + "ga" + ], + [ + "meg", + "a" + ], + [ + "p", + "ractice" + ], + [ + "pract", + "ice" + ], + [ + "Ġa", + "orta" + ], + [ + "Ġp", + "av" + ], + [ + "Ġpa", + "v" + ], + [ + "Ġin", + "version" + ], + [ + "o", + "lus" + ], + [ + "ol", + "us" + ], + [ + "olu", + "s" + ], + [ + "ĠC", + "attle" + ], + [ + "ĠCat", + "tle" + ], + [ + "ĠCatt", + "le" + ], + [ + "Ġ", + "Ctrl" + ], + [ + "ĠC", + "trl" + ], + [ + "u", + "ding" + ], + [ + "ud", + "ing" + ], + [ + "udi", + "ng" + ], + [ + "ĠF", + "riend" + ], + [ + "ĠFri", + "end" + ], + [ + "Ġex", + "position" + ], + [ + "Ġexp", + "osition" + ], + [ + "Ġdec", + "rypt" + ], + [ + "Ġpo", + "lishing" + ], + [ + "Ġpol", + "ishing" + ], + [ + "Ġpolish", + "ing" + ], + [ + "âĢľ", + "My" + ], + [ + "Ġdon", + "key" + ], + [ + "ĠPh", + "yt" + ], + [ + "ĠPhy", + "t" + ], + [ + "ĠCol", + "our" + ], + [ + "ĠColo", + "ur" + ], + [ + "Ġmult", + "ilateral" + ], + [ + "Ġmultil", + "ateral" + ], + [ + "Ġsuggest", + "ive" + ], + [ + "Ġprim", + "ordial" + ], + [ + "ĠIm", + "am" + ], + [ + "-", + "electric" + ], + [ + "-e", + "lectric" + ], + [ + "-elect", + "ric" + ], + [ + "Ġmel", + "odies" + ], + [ + "Ġmelod", + "ies" + ], + [ + "Ġ", + "Commonly" + ], + [ + "ĠComm", + "only" + ], + [ + "ĠCommon", + "ly" + ], + [ + "Ġs", + "ighting" + ], + [ + "Ġsight", + "ing" + ], + [ + "Ġsigh", + "ting" + ], + [ + "Ġ", + "δ" + ], + [ + "ĠÎ", + "´" + ], + [ + "Me", + "et" + ], + [ + "Ġsucc", + "ulents" + ], + [ + "Ġsucculent", + "s" + ], + [ + "Ġdub", + "ious" + ], + [ + "-", + "image" + ], + [ + "-im", + "age" + ], + [ + "P", + "opular" + ], + [ + "Pop", + "ular" + ], + [ + "ĠAssy", + "rian" + ], + [ + "ĠAssyria", + "n" + ], + [ + "Ġtatto", + "o" + ], + [ + "Ok", + "ay" + ], + [ + "Ġpylor", + "i" + ], + [ + "L", + "inks" + ], + [ + "Link", + "s" + ], + [ + "v", + "isions" + ], + [ + "vision", + "s" + ], + [ + "vis", + "ions" + ], + [ + "Ġt", + "ucked" + ], + [ + "Ġtu", + "cked" + ], + [ + "Ġtuck", + "ed" + ], + [ + "Ġs", + "ag" + ], + [ + "Ġsa", + "g" + ], + [ + "Ġ", + "linger" + ], + [ + "Ġl", + "inger" + ], + [ + "Ġlin", + "ger" + ], + [ + "Ġling", + "er" + ], + [ + "ĠT", + "ik" + ], + [ + "ĠTi", + "k" + ], + [ + "ul", + "monary" + ], + [ + "ter", + "ranean" + ], + [ + "ĠR", + "ams" + ], + [ + "ĠRam", + "s" + ], + [ + "ĠRa", + "ms" + ], + [ + "Ġsy", + "ringe" + ], + [ + "Ġ", + "amel" + ], + [ + "Ġa", + "mel" + ], + [ + "Ġam", + "el" + ], + [ + "Ġm", + "ains" + ], + [ + "Ġmain", + "s" + ], + [ + "Ġma", + "ins" + ], + [ + "Ġant", + "id" + ], + [ + "Ġanti", + "d" + ], + [ + "Ġshort", + "cuts" + ], + [ + "Ġshortcut", + "s" + ], + [ + "b", + "ras" + ], + [ + "br", + "as" + ], + [ + "bra", + "s" + ], + [ + "St", + "ring" + ], + [ + "Str", + "ing" + ], + [ + "un", + "ts" + ], + [ + "unt", + "s" + ], + [ + "Ġbar", + "bec" + ], + [ + "Ġbarb", + "ec" + ], + [ + "ĠSur", + "rey" + ], + [ + "ĠS", + "amples" + ], + [ + "ĠSam", + "ples" + ], + [ + "ĠSample", + "s" + ], + [ + "Ġdoubt", + "ful" + ], + [ + "Ġpl", + "otting" + ], + [ + "Ġplot", + "ting" + ], + [ + "Ġanthrop", + "ologists" + ], + [ + "Ġanthropologist", + "s" + ], + [ + "ECT", + "ION" + ], + [ + "ĠE", + "lev" + ], + [ + "ĠEl", + "ev" + ], + [ + "ĠEle", + "v" + ], + [ + "ĠK", + "imber" + ], + [ + "ĠKim", + "ber" + ], + [ + "ĠKi", + "mber" + ], + [ + "Ġaff", + "irmed" + ], + [ + "Ġaffirm", + "ed" + ], + [ + "Ġprem", + "iums" + ], + [ + "Ġpremium", + "s" + ], + [ + "ĠMort", + "ality" + ], + [ + "Ġnost", + "rils" + ], + [ + "Ġnostril", + "s" + ], + [ + "ĠBI", + "OS" + ], + [ + "ĠBIO", + "S" + ], + [ + "Ġest", + "uaries" + ], + [ + "Ġestu", + "aries" + ], + [ + "Ġtransdu", + "cer" + ], + [ + "h", + "alf" + ], + [ + "hal", + "f" + ], + [ + "Ġ", + "hops" + ], + [ + "Ġh", + "ops" + ], + [ + "Ġhop", + "s" + ], + [ + "Ġho", + "ps" + ], + [ + "Ġe", + "Book" + ], + [ + "ĠM", + "ish" + ], + [ + "ĠMis", + "h" + ], + [ + "ĠMi", + "sh" + ], + [ + "q", + "uart" + ], + [ + "qu", + "art" + ], + [ + "qua", + "rt" + ], + [ + "Ġ", + "Reverse" + ], + [ + "ĠR", + "everse" + ], + [ + "ĠRe", + "verse" + ], + [ + "Ġ", + "GC" + ], + [ + "ĠG", + "C" + ], + [ + "Ġde", + "code" + ], + [ + "Ġdec", + "ode" + ], + [ + "Ġdeco", + "de" + ], + [ + "Ġref", + "raction" + ], + [ + "Ġrefract", + "ion" + ], + [ + "Ġ", + "Conventional" + ], + [ + "ĠCon", + "ventional" + ], + [ + "ĠConvention", + "al" + ], + [ + "ĠConv", + "entional" + ], + [ + "âĢľ", + "To" + ], + [ + "âĢľT", + "o" + ], + [ + "It", + "alian" + ], + [ + "our", + "aging" + ], + [ + "oura", + "ging" + ], + [ + "b", + "oys" + ], + [ + "bo", + "ys" + ], + [ + "boy", + "s" + ], + [ + "Ġcross", + "ings" + ], + [ + "Ġcrossing", + "s" + ], + [ + "Ġinnov", + "ate" + ], + [ + "Ġexec", + "utions" + ], + [ + "Ġexecution", + "s" + ], + [ + "Ġexecut", + "ions" + ], + [ + "sec", + "ret" + ], + [ + "ĠSt", + "arted" + ], + [ + "ĠStart", + "ed" + ], + [ + "ĠStar", + "ted" + ], + [ + "i", + "opathic" + ], + [ + "iop", + "athic" + ], + [ + "uv", + "ial" + ], + [ + "Ġabol", + "ish" + ], + [ + "Ġcommemor", + "ating" + ], + [ + "ro", + "bat" + ], + [ + "rob", + "at" + ], + [ + "о", + "в" + ], + [ + "оÐ", + "²" + ], + [ + "Ġstair", + "case" + ], + [ + "ĠSTE", + "AM" + ], + [ + "]", + "[" + ], + [ + "t", + "um" + ], + [ + "tu", + "m" + ], + [ + "y", + "x" + ], + [ + "Ö", + "´" + ], + [ + "i", + "nit" + ], + [ + "in", + "it" + ], + [ + "ini", + "t" + ], + [ + "Ġm", + "uzzle" + ], + [ + "Ġmu", + "zzle" + ], + [ + "ĠD", + "ai" + ], + [ + "ĠDa", + "i" + ], + [ + "ĠF", + "o" + ], + [ + "Ġ", + "Option" + ], + [ + "ĠO", + "ption" + ], + [ + "ĠOp", + "tion" + ], + [ + "ĠOpt", + "ion" + ], + [ + "Ġp", + "eek" + ], + [ + "Ġpe", + "ek" + ], + [ + "Ġpee", + "k" + ], + [ + "ens", + "ors" + ], + [ + "ensor", + "s" + ], + [ + "Ġcre", + "eping" + ], + [ + "Ġcreep", + "ing" + ], + [ + "Ġacc", + "ession" + ], + [ + "Ġac", + "cession" + ], + [ + "Ġaccess", + "ion" + ], + [ + "Ġer", + "ythe" + ], + [ + "Ġeryth", + "e" + ], + [ + "Ġinnov", + "ators" + ], + [ + "Ġinnovator", + "s" + ], + [ + "Ġwide", + "st" + ], + [ + "Ġwid", + "est" + ], + [ + "Ġwi", + "dest" + ], + [ + "ohyd", + "rates" + ], + [ + "ohydrate", + "s" + ], + [ + "ĠHy", + "derabad" + ], + [ + "Ġtr", + "emor" + ], + [ + "Ġtre", + "mor" + ], + [ + "Ġtrem", + "or" + ], + [ + "Ġquad", + "ratic" + ], + [ + "Ġquadr", + "atic" + ], + [ + "ĠBeng", + "ali" + ], + [ + "ĠBengal", + "i" + ], + [ + "ĠBra", + "hman" + ], + [ + "ĠBrah", + "man" + ], + [ + "ĠBrahma", + "n" + ], + [ + "ĠBrahm", + "an" + ], + [ + "Ġtil", + "ted" + ], + [ + "Ġtilt", + "ed" + ], + [ + "ĠProced", + "ures" + ], + [ + "ĠProcedure", + "s" + ], + [ + "Ġcorro", + "bor" + ], + [ + "Qu", + "een" + ], + [ + "Que", + "en" + ], + [ + "Ġcircumc", + "ision" + ], + [ + "Ġrais", + "ins" + ], + [ + "f", + "inder" + ], + [ + "fin", + "der" + ], + [ + "fi", + "nder" + ], + [ + "find", + "er" + ], + [ + "i", + "ographical" + ], + [ + "n", + "ance" + ], + [ + "na", + "nce" + ], + [ + "nan", + "ce" + ], + [ + "Ġs", + "ack" + ], + [ + "Ġsa", + "ck" + ], + [ + "Ġsac", + "k" + ], + [ + "i", + "cia" + ], + [ + "ic", + "ia" + ], + [ + "ici", + "a" + ], + [ + "le", + "arn" + ], + [ + "lear", + "n" + ], + [ + "Ġ", + "urea" + ], + [ + "Ġu", + "rea" + ], + [ + "Ġur", + "ea" + ], + [ + "Ġure", + "a" + ], + [ + "Ġ(", + ">" + ], + [ + "ĠB", + "ash" + ], + [ + "ĠBas", + "h" + ], + [ + "ĠBa", + "sh" + ], + [ + "Ġv", + "enge" + ], + [ + "Ġven", + "ge" + ], + [ + "ĠH", + "ancock" + ], + [ + "ĠHan", + "cock" + ], + [ + "and", + "ering" + ], + [ + "ander", + "ing" + ], + [ + "ande", + "ring" + ], + [ + "Ġs", + "hook" + ], + [ + "Ġsh", + "ook" + ], + [ + "Ġsho", + "ok" + ], + [ + "Ġad", + "hering" + ], + [ + "Ġsm", + "iles" + ], + [ + "Ġsmile", + "s" + ], + [ + "h", + "esus" + ], + [ + "hes", + "us" + ], + [ + "Ġent", + "rances" + ], + [ + "Ġentrance", + "s" + ], + [ + "Ġsl", + "ips" + ], + [ + "Ġslip", + "s" + ], + [ + "Ġm", + "usk" + ], + [ + "Ġmus", + "k" + ], + [ + "Ġmu", + "sk" + ], + [ + "-f", + "ifth" + ], + [ + "-fif", + "th" + ], + [ + "Ġ", + "Deuteronomy" + ], + [ + "ĠDe", + "uteronomy" + ], + [ + "work", + "ed" + ], + [ + "Ġcr", + "ashing" + ], + [ + "Ġcrash", + "ing" + ], + [ + "Ġcon", + "ceptions" + ], + [ + "Ġconcept", + "ions" + ], + [ + "Ġconce", + "ptions" + ], + [ + "Ġconception", + "s" + ], + [ + "ĠG", + "uild" + ], + [ + "ĠGu", + "ild" + ], + [ + "ĠGuil", + "d" + ], + [ + "Ġte", + "nets" + ], + [ + "Ġten", + "ets" + ], + [ + "Ġtenet", + "s" + ], + [ + "Ġtene", + "ts" + ], + [ + "Ġign", + "eous" + ], + [ + "ĠO", + "uter" + ], + [ + "ĠOut", + "er" + ], + [ + "ĠOu", + "ter" + ], + [ + "Ġband", + "age" + ], + [ + "ĠE", + "pic" + ], + [ + "ĠEp", + "ic" + ], + [ + "ĠEpi", + "c" + ], + [ + "ĠHead", + "quarters" + ], + [ + "um", + "erable" + ], + [ + "ume", + "rable" + ], + [ + "umer", + "able" + ], + [ + "Ġ", + "Observations" + ], + [ + "ĠObserv", + "ations" + ], + [ + "ĠObservation", + "s" + ], + [ + "Ġcontrad", + "ictions" + ], + [ + "Ġcontradict", + "ions" + ], + [ + "Ġcontradiction", + "s" + ], + [ + "E", + "VER" + ], + [ + "EV", + "ER" + ], + [ + "Ġexem", + "ptions" + ], + [ + "Ġexempt", + "ions" + ], + [ + "Ġexemption", + "s" + ], + [ + "Ġh", + "awk" + ], + [ + "Ġhaw", + "k" + ], + [ + "====", + "====" + ], + [ + ".", + "Learn" + ], + [ + "m", + "ag" + ], + [ + "ma", + "g" + ], + [ + "p", + "al" + ], + [ + "pa", + "l" + ], + [ + "Ġt", + "aper" + ], + [ + "Ġtap", + "er" + ], + [ + "Ġtape", + "r" + ], + [ + "Ġta", + "per" + ], + [ + "h", + "eon" + ], + [ + "he", + "on" + ], + [ + "a", + "tu" + ], + [ + "at", + "u" + ], + [ + "Ġf", + "id" + ], + [ + "Ġfi", + "d" + ], + [ + "Ġn", + "ipple" + ], + [ + "Ġnip", + "ple" + ], + [ + "i", + "mus" + ], + [ + "im", + "us" + ], + [ + "Ġwh", + "ichever" + ], + [ + "Ġwhich", + "ever" + ], + [ + "Ġ", + "PU" + ], + [ + "ĠP", + "U" + ], + [ + "ĠP", + "neum" + ], + [ + "ĠF", + "abric" + ], + [ + "ĠFab", + "ric" + ], + [ + "ĠF", + "landers" + ], + [ + "ĠFl", + "anders" + ], + [ + "Ġqu", + "as" + ], + [ + "Ġtr", + "unc" + ], + [ + "Ġtru", + "nc" + ], + [ + "Ġdis", + "cont" + ], + [ + "Ġdisc", + "ont" + ], + [ + "Ġdiscon", + "t" + ], + [ + "ĠSh", + "annon" + ], + [ + "ĠShan", + "non" + ], + [ + "Ġpost", + "partum" + ], + [ + "b", + "rane" + ], + [ + "br", + "ane" + ], + [ + "bra", + "ne" + ], + [ + "-m", + "ounted" + ], + [ + "apt", + "ure" + ], + [ + "Ġ", + "Particularly" + ], + [ + "ĠPart", + "icularly" + ], + [ + "ĠParticular", + "ly" + ], + [ + "Ġbul", + "ge" + ], + [ + "Ġatmosp", + "heres" + ], + [ + "Ġatmosphere", + "s" + ], + [ + "/", + "public" + ], + [ + "/p", + "ublic" + ], + [ + "/pub", + "lic" + ], + [ + "Ob", + "esity" + ], + [ + "Ġdwarf", + "s" + ], + [ + "Ġexem", + "plified" + ], + [ + "Ġexempl", + "ified" + ], + [ + "Ġequ", + "atorial" + ], + [ + "Ġequator", + "ial" + ], + [ + "ĠBulgar", + "ian" + ], + [ + "ĠBulgaria", + "n" + ], + [ + "Up", + "date" + ], + [ + "Upd", + "ate" + ], + [ + "ĠLand", + "sat" + ], + [ + "ĠLands", + "at" + ], + [ + "ĠNeander", + "thal" + ], + [ + "ĠNeandert", + "hal" + ], + [ + "B", + "on" + ], + [ + "Bo", + "n" + ], + [ + "H", + "abitat" + ], + [ + "M", + "id" + ], + [ + "Mi", + "d" + ], + [ + "n", + "ar" + ], + [ + "na", + "r" + ], + [ + "Ġl", + "ilies" + ], + [ + "Ġli", + "lies" + ], + [ + "Ġlil", + "ies" + ], + [ + "ĠS", + "omer" + ], + [ + "ĠSo", + "mer" + ], + [ + "ĠSome", + "r" + ], + [ + "ĠSom", + "er" + ], + [ + "Ġ", + "MM" + ], + [ + "ĠM", + "M" + ], + [ + "ĠR", + "ating" + ], + [ + "ĠRa", + "ting" + ], + [ + "ĠRat", + "ing" + ], + [ + "pt", + "ive" + ], + [ + "Ġro", + "ast" + ], + [ + "Ġde", + "carbon" + ], + [ + "Ġdec", + "arbon" + ], + [ + "Ġprot", + "ested" + ], + [ + "Ġprote", + "sted" + ], + [ + "Ġprotest", + "ed" + ], + [ + "Ġant", + "iretroviral" + ], + [ + "Ġlab", + "yrinth" + ], + [ + "ĠT", + "eh" + ], + [ + "ĠTe", + "h" + ], + [ + "ĠB", + "ean" + ], + [ + "ĠBe", + "an" + ], + [ + "Ġbusiness", + "men" + ], + [ + "ilt", + "ration" + ], + [ + "Ġparticip", + "ates" + ], + [ + "Ġparticipate", + "s" + ], + [ + "Ġsuff", + "ice" + ], + [ + "Ġmor", + "atorium" + ], + [ + "Ġtur", + "keys" + ], + [ + "Ġturkey", + "s" + ], + [ + "Ġsil", + "hou" + ], + [ + "A", + "SP" + ], + [ + "AS", + "P" + ], + [ + "ĠInter", + "state" + ], + [ + "-H", + "ispanic" + ], + [ + "ĠTH", + "AT" + ], + [ + "Ob", + "ject" + ], + [ + "Ġharness", + "ing" + ], + [ + "ĠSurvey", + "s" + ], + [ + "ĠSurve", + "ys" + ], + [ + "Ġjul", + "iet" + ], + [ + "Ġ", + "rome" + ], + [ + "Ġr", + "ome" + ], + [ + "Ġro", + "me" + ], + [ + "Ġrom", + "e" + ], + [ + "L", + "V" + ], + [ + "P", + "ublisher" + ], + [ + "w", + "ort" + ], + [ + "wo", + "rt" + ], + [ + "Ġ", + "CRE" + ], + [ + "ĠC", + "RE" + ], + [ + "ĠCR", + "E" + ], + [ + "ak", + "able" + ], + [ + "aka", + "ble" + ], + [ + "Ġun", + "ethical" + ], + [ + "o", + "van" + ], + [ + "ov", + "an" + ], + [ + "ova", + "n" + ], + [ + "Ġl", + "oci" + ], + [ + "Ġloc", + "i" + ], + [ + "Ġlo", + "ci" + ], + [ + "Ġcon", + "ferred" + ], + [ + "Ġconf", + "erred" + ], + [ + "Ġconfer", + "red" + ], + [ + "Ġpract", + "ising" + ], + [ + "Ġd", + "ont" + ], + [ + "Ġdo", + "nt" + ], + [ + "Ġdon", + "t" + ], + [ + "Ġ", + "keepers" + ], + [ + "Ġke", + "epers" + ], + [ + "Ġkeep", + "ers" + ], + [ + "Ġkeeper", + "s" + ], + [ + "Ġbi", + "otech" + ], + [ + "Ġbio", + "tech" + ], + [ + "Ġcheck", + "ups" + ], + [ + "Ġcheckup", + "s" + ], + [ + "Ġrep", + "lies" + ], + [ + "Ġrepl", + "ies" + ], + [ + "ĠE", + "mir" + ], + [ + "ĠEm", + "ir" + ], + [ + "Ġswe", + "ats" + ], + [ + "Ġsweat", + "s" + ], + [ + "ĠC", + "urt" + ], + [ + "ĠCur", + "t" + ], + [ + "ĠCu", + "rt" + ], + [ + "Con", + "c" + ], + [ + "Co", + "nc" + ], + [ + "Ġneut", + "roph" + ], + [ + "Ġneutr", + "oph" + ], + [ + "Ġ", + ">>>" + ], + [ + "Ġ>", + ">>" + ], + [ + "Ġ>>", + ">" + ], + [ + "-cont", + "ained" + ], + [ + "ĠR", + "ocket" + ], + [ + "ĠRock", + "et" + ], + [ + "ĠRoc", + "ket" + ], + [ + "ĠM", + "aple" + ], + [ + "ĠMa", + "ple" + ], + [ + "ĠMap", + "le" + ], + [ + "El", + "izabeth" + ], + [ + "ï¼", + "ļ" + ], + [ + "Ġmeta", + "physical" + ], + [ + "Ġmetaph", + "ysical" + ], + [ + "ĠBav", + "aria" + ], + [ + "Num", + "erous" + ], + [ + "D", + "iv" + ], + [ + "Di", + "v" + ], + [ + "H", + "am" + ], + [ + "Ha", + "m" + ], + [ + "Ġb", + "outs" + ], + [ + "Ġbo", + "uts" + ], + [ + "Ġbou", + "ts" + ], + [ + "Ġbout", + "s" + ], + [ + "Ġh", + "olog" + ], + [ + "Ġho", + "log" + ], + [ + "Ġhol", + "og" + ], + [ + "Ġ(", + "<" + ], + [ + "Ġcom", + "f" + ], + [ + "Ġman", + "power" + ], + [ + "an", + "ya" + ], + [ + "any", + "a" + ], + [ + "Ġhard", + "iness" + ], + [ + "Ġexc", + "retion" + ], + [ + "Ġexcre", + "tion" + ], + [ + "Ġexcret", + "ion" + ], + [ + "Ġspect", + "rometer" + ], + [ + "b", + "lers" + ], + [ + "ble", + "rs" + ], + [ + "bl", + "ers" + ], + [ + "bler", + "s" + ], + [ + "C", + "OM" + ], + [ + "CO", + "M" + ], + [ + "Ġinterp", + "rets" + ], + [ + "Ġinterpret", + "s" + ], + [ + "Ġinterpre", + "ts" + ], + [ + "Ġintr", + "insically" + ], + [ + "Ġintrinsic", + "ally" + ], + [ + "Ġlux", + "urious" + ], + [ + "Ġhe", + "ctare" + ], + [ + "Ġhect", + "are" + ], + [ + "ĠImmun", + "ology" + ], + [ + "Ġcray", + "ons" + ], + [ + "Ġcrayon", + "s" + ], + [ + "F", + "actors" + ], + [ + "Fact", + "ors" + ], + [ + "Ġcaul", + "iflower" + ], + [ + "ĠAdvert", + "ising" + ], + [ + "Me", + "xico" + ], + [ + "Mexic", + "o" + ], + [ + "Ġuninter", + "rupted" + ], + [ + "F", + "lor" + ], + [ + "Fl", + "or" + ], + [ + "R", + "ap" + ], + [ + "Ra", + "p" + ], + [ + "W", + "alk" + ], + [ + "Wal", + "k" + ], + [ + "h", + "ore" + ], + [ + "hor", + "e" + ], + [ + "ho", + "re" + ], + [ + "i", + "mar" + ], + [ + "im", + "ar" + ], + [ + "ima", + "r" + ], + [ + "u", + "rist" + ], + [ + "ur", + "ist" + ], + [ + "uris", + "t" + ], + [ + "uri", + "st" + ], + [ + "Ġst", + "igmat" + ], + [ + "Ġstigma", + "t" + ], + [ + "ĠW", + "are" + ], + [ + "ĠWar", + "e" + ], + [ + "ĠWa", + "re" + ], + [ + "ĠF", + "urn" + ], + [ + "ĠFu", + "rn" + ], + [ + "ĠFur", + "n" + ], + [ + "Ġdec", + "imals" + ], + [ + "Ġdecimal", + "s" + ], + [ + "i", + "ku" + ], + [ + "ik", + "u" + ], + [ + "-", + "direct" + ], + [ + "-d", + "irect" + ], + [ + "-di", + "rect" + ], + [ + "Ġpoll", + "inator" + ], + [ + "Ġde", + "bit" + ], + [ + "Ġdeb", + "it" + ], + [ + "Ġmel", + "anch" + ], + [ + "Ġmelan", + "ch" + ], + [ + "Ġkit", + "ten" + ], + [ + "ĠJ", + "oa" + ], + [ + "ĠJo", + "a" + ], + [ + "Pr", + "ivate" + ], + [ + "Priv", + "ate" + ], + [ + "Ġ", + "Importantly" + ], + [ + "ĠImport", + "antly" + ], + [ + "ĠImportant", + "ly" + ], + [ + "Ġquad", + "ru" + ], + [ + "Ġquadr", + "u" + ], + [ + "Ġtraject", + "ories" + ], + [ + "Ġacc", + "reditation" + ], + [ + "Ġaccred", + "itation" + ], + [ + "Tw", + "enty" + ], + [ + "Ġsalv", + "age" + ], + [ + "Ġcrev", + "ices" + ], + [ + "Ġgeo", + "political" + ], + [ + "Ġgeopol", + "itical" + ], + [ + "oplasm", + "ic" + ], + [ + "oplas", + "mic" + ], + [ + "Ġ", + "ay" + ], + [ + "Ġa", + "y" + ], + [ + "ig", + "ms" + ], + [ + "igm", + "s" + ], + [ + "Ġst", + "anza" + ], + [ + "o", + "si" + ], + [ + "os", + "i" + ], + [ + "ĠR", + "ings" + ], + [ + "ĠRing", + "s" + ], + [ + "ĠRin", + "gs" + ], + [ + "ĠN", + "iel" + ], + [ + "ĠNi", + "el" + ], + [ + "ĠNie", + "l" + ], + [ + "r", + "iber" + ], + [ + "ri", + "ber" + ], + [ + "rib", + "er" + ], + [ + "ribe", + "r" + ], + [ + "Ġad", + "verb" + ], + [ + "Ġadv", + "erb" + ], + [ + "ĠJ", + "i" + ], + [ + "Ġun", + "ification" + ], + [ + "in", + "ki" + ], + [ + "ink", + "i" + ], + [ + "Ġpower", + "less" + ], + [ + "Ġland", + "owner" + ], + [ + "-", + "cor" + ], + [ + "-c", + "or" + ], + [ + "-co", + "r" + ], + [ + "Ġcat", + "fish" + ], + [ + "ap", + "anese" + ], + [ + "apan", + "ese" + ], + [ + "apa", + "nese" + ], + [ + "Ġhoney", + "bees" + ], + [ + "Ġhoneybee", + "s" + ], + [ + "Ġintens", + "ify" + ], + [ + "ĠHa", + "itian" + ], + [ + "ĠHait", + "ian" + ], + [ + "ĠHaiti", + "an" + ], + [ + "Ġ", + "Historians" + ], + [ + "ĠHistor", + "ians" + ], + [ + "ĠHistorian", + "s" + ], + [ + "ĠCauc", + "asian" + ], + [ + "ĠCaucas", + "ian" + ], + [ + "ĠHospital", + "s" + ], + [ + "ĠHosp", + "itals" + ], + [ + "Ġcorps", + "e" + ], + [ + "Ġcorp", + "se" + ], + [ + "J", + "on" + ], + [ + "Jo", + "n" + ], + [ + "i", + "ott" + ], + [ + "io", + "tt" + ], + [ + "iot", + "t" + ], + [ + "æ", + "ĸ" + ], + [ + "Ġc", + "ros" + ], + [ + "Ġcr", + "os" + ], + [ + "Ġcro", + "s" + ], + [ + "i", + "sel" + ], + [ + "is", + "el" + ], + [ + "ise", + "l" + ], + [ + "o", + "ris" + ], + [ + "or", + "is" + ], + [ + "ori", + "s" + ], + [ + "Ġd", + "rowsiness" + ], + [ + "Ġst", + "umbled" + ], + [ + "Ġstumble", + "d" + ], + [ + "i", + "vian" + ], + [ + "iv", + "ian" + ], + [ + "ivia", + "n" + ], + [ + "ivi", + "an" + ], + [ + "ĠN", + "airobi" + ], + [ + "Ġpl", + "umes" + ], + [ + "Ġplum", + "es" + ], + [ + "Ġplume", + "s" + ], + [ + "Ġk", + "erosene" + ], + [ + "Ġper", + "ish" + ], + [ + "Ġpe", + "rish" + ], + [ + "Ġperi", + "sh" + ], + [ + "Ġun", + "for" + ], + [ + "Ġunf", + "or" + ], + [ + "Ġhel", + "per" + ], + [ + "Ġhelp", + "er" + ], + [ + "Ġn", + "oxious" + ], + [ + "Ġno", + "xious" + ], + [ + "Ġinter", + "sp" + ], + [ + "Ġdist", + "ressing" + ], + [ + "Ġdistress", + "ing" + ], + [ + "Ġend", + "anger" + ], + [ + "Ġlot", + "teries" + ], + [ + "re", + "lation" + ], + [ + "rel", + "ation" + ], + [ + "Ġsleep", + "iness" + ], + [ + "oph", + "ilic" + ], + [ + "ophil", + "ic" + ], + [ + "Ġf", + "ruiting" + ], + [ + "Ġfru", + "iting" + ], + [ + "Ġfruit", + "ing" + ], + [ + "ĠX", + "er" + ], + [ + "Ġheav", + "iest" + ], + [ + "Ġqual", + "ifying" + ], + [ + "Ġqualify", + "ing" + ], + [ + "Ġcom", + "plicate" + ], + [ + "Ġcomplic", + "ate" + ], + [ + "Ġcompl", + "icate" + ], + [ + "Ġtransform", + "ers" + ], + [ + "Ġtransformer", + "s" + ], + [ + "Ġ", + "Designing" + ], + [ + "ĠDes", + "igning" + ], + [ + "ĠDesign", + "ing" + ], + [ + "ĠFrank", + "furt" + ], + [ + "Ġs", + "ourcing" + ], + [ + "Ġsour", + "cing" + ], + [ + "ĠWet", + "lands" + ], + [ + "ĠWetland", + "s" + ], + [ + "Ġfer", + "ns" + ], + [ + "Ġfern", + "s" + ], + [ + "Ġanonym", + "ity" + ], + [ + "D", + "ocument" + ], + [ + "Doc", + "ument" + ], + [ + "e", + "as" + ], + [ + "ea", + "s" + ], + [ + "t", + "otal" + ], + [ + "to", + "tal" + ], + [ + "Ġ", + "ores" + ], + [ + "Ġo", + "res" + ], + [ + "Ġor", + "es" + ], + [ + "Ġore", + "s" + ], + [ + "Ġ", + "mt" + ], + [ + "Ġm", + "t" + ], + [ + "ay", + "ama" + ], + [ + "aya", + "ma" + ], + [ + "ĠW", + "ade" + ], + [ + "ĠWa", + "de" + ], + [ + "ĠWad", + "e" + ], + [ + "ak", + "is" + ], + [ + "aki", + "s" + ], + [ + "Ġun", + "recogn" + ], + [ + "Ġag", + "endas" + ], + [ + "Ġagenda", + "s" + ], + [ + "i", + "ums" + ], + [ + "ium", + "s" + ], + [ + "iu", + "ms" + ], + [ + "cl", + "oth" + ], + [ + "Ġve", + "il" + ], + [ + "Ġaccess", + "ory" + ], + [ + "Ġ", + "loom" + ], + [ + "Ġl", + "oom" + ], + [ + "Ġlo", + "om" + ], + [ + "Ġfil", + "med" + ], + [ + "Ġfilm", + "ed" + ], + [ + "ĠApp", + "roaches" + ], + [ + "ĠApproach", + "es" + ], + [ + "m", + "arine" + ], + [ + "ma", + "rine" + ], + [ + "mar", + "ine" + ], + [ + "marin", + "e" + ], + [ + "OR", + "K" + ], + [ + "Ġad", + "junct" + ], + [ + "Ġadj", + "unct" + ], + [ + "oc", + "rates" + ], + [ + "ocr", + "ates" + ], + [ + "ocrat", + "es" + ], + [ + "Ġres", + "isting" + ], + [ + "Ġresist", + "ing" + ], + [ + "Ġmamm", + "ograms" + ], + [ + "Ġmammogram", + "s" + ], + [ + "Re", + "move" + ], + [ + "Rem", + "ove" + ], + [ + "Ġphone", + "tic" + ], + [ + "Ġphon", + "etic" + ], + [ + "Ġwhole", + "some" + ], + [ + "Ġwholes", + "ome" + ], + [ + "Ġwhol", + "esome" + ], + [ + "Ġrecomb", + "ination" + ], + [ + "Ġeyew", + "itness" + ], + [ + "ĠTunis", + "ia" + ], + [ + "Ġhepat", + "ic" + ], + [ + "Ġhep", + "atic" + ], + [ + "Ġ", + "ASA" + ], + [ + "ĠA", + "SA" + ], + [ + "ĠAS", + "A" + ], + [ + "Ġ(", + "#" + ], + [ + "u", + "do" + ], + [ + "ud", + "o" + ], + [ + "or", + "man" + ], + [ + "orm", + "an" + ], + [ + "av", + "iruses" + ], + [ + "avirus", + "es" + ], + [ + "avir", + "uses" + ], + [ + "ĠSt", + "aphylococcus" + ], + [ + "Ġqu", + "inoa" + ], + [ + "Ġover", + "ride" + ], + [ + "Ġoverr", + "ide" + ], + [ + "Ġdet", + "ach" + ], + [ + "ention", + "ally" + ], + [ + "entional", + "ly" + ], + [ + "Ġmar", + "rying" + ], + [ + "Ġmarry", + "ing" + ], + [ + "ĠSoc", + "ieties" + ], + [ + "Ġin", + "venting" + ], + [ + "Ġinv", + "enting" + ], + [ + "Ġinvent", + "ing" + ], + [ + "Ġliqu", + "idity" + ], + [ + "Ġliquid", + "ity" + ], + [ + "ĠB", + "elle" + ], + [ + "ĠBe", + "lle" + ], + [ + "ĠBel", + "le" + ], + [ + "ĠBell", + "e" + ], + [ + "ĠDirect", + "ors" + ], + [ + "ĠDirector", + "s" + ], + [ + "ĠDir", + "ectors" + ], + [ + "ĠE", + "pis" + ], + [ + "ĠEp", + "is" + ], + [ + "ĠEpi", + "s" + ], + [ + "Ġdeg", + "rading" + ], + [ + "Ġdegrad", + "ing" + ], + [ + "Ġencounter", + "ing" + ], + [ + "weet", + "ened" + ], + [ + "!", + "!!" + ], + [ + "!!", + "!" + ], + [ + "Ġinsp", + "ectors" + ], + [ + "Ġinspect", + "ors" + ], + [ + "Ġinspector", + "s" + ], + [ + "Ġfluctu", + "ate" + ], + [ + "ĠAccount", + "ability" + ], + [ + "ĠTool", + "kit" + ], + [ + "Ġtr", + "imming" + ], + [ + "Ġtrim", + "ming" + ], + [ + "Ġdisagree", + "ments" + ], + [ + "Ġdisagreement", + "s" + ], + [ + "Access", + "ed" + ], + [ + "Acc", + "essed" + ], + [ + "Ġarist", + "ocratic" + ], + [ + "Ġaristocrat", + "ic" + ], + [ + "Ġhumming", + "bird" + ], + [ + "Ġclo", + "ak" + ], + [ + "ĠPf", + "izer" + ], + [ + "ĠTrin", + "idad" + ], + [ + "ĠRajas", + "than" + ], + [ + "T", + "B" + ], + [ + "u", + "o" + ], + [ + "Î", + "¬" + ], + [ + "Ù", + "ij" + ], + [ + "Ġit", + "iner" + ], + [ + "ĠM", + "MR" + ], + [ + "ĠMM", + "R" + ], + [ + "ĠP", + "ec" + ], + [ + "ĠPe", + "c" + ], + [ + "ĠP", + "ose" + ], + [ + "ĠPo", + "se" + ], + [ + "ĠPos", + "e" + ], + [ + "ĠP", + "anc" + ], + [ + "ĠPan", + "c" + ], + [ + "ĠPa", + "nc" + ], + [ + "os", + "se" + ], + [ + "oss", + "e" + ], + [ + "Ġr", + "arity" + ], + [ + "Ġra", + "rity" + ], + [ + "Ġ", + "FP" + ], + [ + "ĠF", + "P" + ], + [ + "ĠG", + "ri" + ], + [ + "ĠGr", + "i" + ], + [ + "Ġs", + "cam" + ], + [ + "Ġsc", + "am" + ], + [ + "Ġup", + "bringing" + ], + [ + "-", + "treatment" + ], + [ + "-t", + "reatment" + ], + [ + "-treat", + "ment" + ], + [ + "ĠCal", + "cutta" + ], + [ + "ĠCalc", + "utta" + ], + [ + "ĠFl", + "oyd" + ], + [ + "ĠFlo", + "yd" + ], + [ + "ĠCh", + "arity" + ], + [ + "ĠChar", + "ity" + ], + [ + "ĠCha", + "rity" + ], + [ + "Ġsymbol", + "ized" + ], + [ + "Ġsymbolize", + "d" + ], + [ + "Ġbank", + "ers" + ], + [ + "Ġban", + "kers" + ], + [ + "Ġbanker", + "s" + ], + [ + "P", + "SC" + ], + [ + "PS", + "C" + ], + [ + "ĠL", + "anding" + ], + [ + "ĠLand", + "ing" + ], + [ + "ĠLan", + "ding" + ], + [ + "Ġcontem", + "plate" + ], + [ + "Ġcontempl", + "ate" + ], + [ + "Cont", + "rary" + ], + [ + "Ġchest", + "nut" + ], + [ + "ĠDesc", + "artes" + ], + [ + "Ġqu", + "otas" + ], + [ + "Ġquot", + "as" + ], + [ + "Ġquo", + "tas" + ], + [ + "Ġquota", + "s" + ], + [ + "Ġeager", + "ly" + ], + [ + "ĠT", + "ribal" + ], + [ + "ĠTr", + "ibal" + ], + [ + "ĠTri", + "bal" + ], + [ + "ĠTrib", + "al" + ], + [ + "ĠAbd", + "ul" + ], + [ + "Ġspawn", + "ed" + ], + [ + "Ġin", + "quire" + ], + [ + "Ġinqu", + "ire" + ], + [ + "Ġgrasp", + "ing" + ], + [ + "Ġgras", + "ping" + ], + [ + "Ġanaphyl", + "axis" + ], + [ + "rystal", + "line" + ], + [ + "rystall", + "ine" + ], + [ + "Ġdex", + "ter" + ], + [ + "Ġdext", + "er" + ], + [ + "R", + "ose" + ], + [ + "Ro", + "se" + ], + [ + "Ros", + "e" + ], + [ + "d", + "id" + ], + [ + "di", + "d" + ], + [ + "g", + "ue" + ], + [ + "gu", + "e" + ], + [ + "n", + "iotic" + ], + [ + "ni", + "otic" + ], + [ + "p", + "owder" + ], + [ + "r", + "ion" + ], + [ + "ri", + "on" + ], + [ + "rio", + "n" + ], + [ + "å", + "®" + ], + [ + "Ġ", + "PRE" + ], + [ + "ĠP", + "RE" + ], + [ + "ĠPR", + "E" + ], + [ + "ĠH", + "erman" + ], + [ + "ĠHer", + "man" + ], + [ + "ĠHerm", + "an" + ], + [ + "Ġn", + "ecks" + ], + [ + "Ġne", + "cks" + ], + [ + "Ġneck", + "s" + ], + [ + "Ġnec", + "ks" + ], + [ + "Ġpl", + "ur" + ], + [ + "ĠU", + "rs" + ], + [ + "ĠUr", + "s" + ], + [ + "Ġsk", + "irt" + ], + [ + "Ġski", + "rt" + ], + [ + "Ġmin", + "istries" + ], + [ + "-", + "mass" + ], + [ + "-m", + "ass" + ], + [ + "-ma", + "ss" + ], + [ + "Ġ", + "Amazing" + ], + [ + "ĠAm", + "azing" + ], + [ + "ĠAmaz", + "ing" + ], + [ + "ĠRe", + "productive" + ], + [ + "ĠRep", + "roductive" + ], + [ + "Ġmother", + "board" + ], + [ + "Ġappropri", + "ation" + ], + [ + "-", + "grid" + ], + [ + "-g", + "rid" + ], + [ + "h", + "ao" + ], + [ + "ha", + "o" + ], + [ + "Ġbreat", + "htaking" + ], + [ + "Ġbreath", + "taking" + ], + [ + "Pro", + "blems" + ], + [ + "Problem", + "s" + ], + [ + "Ġco", + "work" + ], + [ + "Ġcow", + "ork" + ], + [ + "Ġl", + "unches" + ], + [ + "Ġlun", + "ches" + ], + [ + "Ġlunch", + "es" + ], + [ + "ĠVers", + "ailles" + ], + [ + "ĠPC", + "Bs" + ], + [ + "ĠPCB", + "s" + ], + [ + "ĠAlb", + "ania" + ], + [ + "ĠAlban", + "ia" + ], + [ + "ĠAlba", + "nia" + ], + [ + "Ġphe", + "rom" + ], + [ + "ĠDres", + "den" + ], + [ + "F", + "all" + ], + [ + "L", + "M" + ], + [ + "O", + "ffic" + ], + [ + "Off", + "ic" + ], + [ + "S", + "ud" + ], + [ + "Su", + "d" + ], + [ + "f", + "ind" + ], + [ + "fin", + "d" + ], + [ + "fi", + "nd" + ], + [ + "en", + "b" + ], + [ + "Ġ", + "fi" + ], + [ + "Ġf", + "i" + ], + [ + "Ġh", + "oc" + ], + [ + "Ġho", + "c" + ], + [ + "et", + "ition" + ], + [ + "eti", + "tion" + ], + [ + "ĠB", + "elf" + ], + [ + "ĠBel", + "f" + ], + [ + "ĠR", + "AF" + ], + [ + "ĠRA", + "F" + ], + [ + "ĠN", + "BC" + ], + [ + "ĠNB", + "C" + ], + [ + "ĠG", + "RO" + ], + [ + "ĠGR", + "O" + ], + [ + "Ġcomp", + "action" + ], + [ + "Ġcompact", + "ion" + ], + [ + "Ġqu", + "oting" + ], + [ + "Ġquot", + "ing" + ], + [ + "Ġquo", + "ting" + ], + [ + "ĠUn", + "iform" + ], + [ + "Ġatt", + "ested" + ], + [ + "Ġattest", + "ed" + ], + [ + "Ġlit", + "urgy" + ], + [ + "c", + "line" + ], + [ + "cl", + "ine" + ], + [ + "Ġfunction", + "ed" + ], + [ + "l", + "ooks" + ], + [ + "lo", + "oks" + ], + [ + "look", + "s" + ], + [ + "loo", + "ks" + ], + [ + "c", + "iliation" + ], + [ + "cil", + "iation" + ], + [ + "Ġdead", + "liest" + ], + [ + "co", + "at" + ], + [ + "Ġ", + "synaptic" + ], + [ + "Ġsyn", + "aptic" + ], + [ + "ĠMa", + "cro" + ], + [ + "ĠMac", + "ro" + ], + [ + "ĠBi", + "har" + ], + [ + "g", + "lades" + ], + [ + "gl", + "ades" + ], + [ + "Sm", + "oking" + ], + [ + "ĠHard", + "ware" + ], + [ + "Ġper", + "fected" + ], + [ + "Ġperfect", + "ed" + ], + [ + "Ġperf", + "ected" + ], + [ + "Ġover", + "sees" + ], + [ + "Ġoverse", + "es" + ], + [ + "Ġovers", + "ees" + ], + [ + "Ġoversee", + "s" + ], + [ + "Ġm", + "antra" + ], + [ + "Ġman", + "tra" + ], + [ + "Ġmant", + "ra" + ], + [ + "Ġenerg", + "ized" + ], + [ + "ĠRiver", + "side" + ], + [ + "ĠRivers", + "ide" + ], + [ + "Ġid", + "ioms" + ], + [ + "Ġidi", + "oms" + ], + [ + "Ġidiom", + "s" + ], + [ + "Ġhort", + "iculture" + ], + [ + "Ġl", + "uminous" + ], + [ + "Ġlumin", + "ous" + ], + [ + "Ġlum", + "inous" + ], + [ + "Ġorthodont", + "ic" + ], + [ + "F", + "orest" + ], + [ + "For", + "est" + ], + [ + "Fore", + "st" + ], + [ + "t", + "alk" + ], + [ + "tal", + "k" + ], + [ + "z", + "ep" + ], + [ + "ze", + "p" + ], + [ + "Ġre", + "igned" + ], + [ + "Ġreign", + "ed" + ], + [ + "Ġex", + "its" + ], + [ + "Ġexit", + "s" + ], + [ + "ĠH", + "adoop" + ], + [ + "ĠHad", + "oop" + ], + [ + "ĠW", + "ILL" + ], + [ + "ĠWI", + "LL" + ], + [ + "Ġ", + "EE" + ], + [ + "ĠE", + "E" + ], + [ + "Ġout", + "ages" + ], + [ + "Ġoutage", + "s" + ], + [ + "Ġ", + "Item" + ], + [ + "ĠI", + "tem" + ], + [ + "ĠIt", + "em" + ], + [ + "c", + "enter" + ], + [ + "cent", + "er" + ], + [ + "Ġdef", + "ec" + ], + [ + "Ġdefe", + "c" + ], + [ + "-", + "band" + ], + [ + "-b", + "and" + ], + [ + "eb", + "ted" + ], + [ + "Ġrev", + "ising" + ], + [ + "Ġrevis", + "ing" + ], + [ + "A", + "TS" + ], + [ + "AT", + "S" + ], + [ + "I", + "SO" + ], + [ + "IS", + "O" + ], + [ + "-", + "you" + ], + [ + "-y", + "ou" + ], + [ + "fl", + "ix" + ], + [ + "Ġ", + "Developed" + ], + [ + "ĠD", + "eveloped" + ], + [ + "ĠDevelop", + "ed" + ], + [ + "ĠM", + "orse" + ], + [ + "ĠMor", + "se" + ], + [ + "Con", + "nor" + ], + [ + "Conn", + "or" + ], + [ + "Ġk", + "nit" + ], + [ + "Ġkn", + "it" + ], + [ + "ĠIr", + "ving" + ], + [ + "Ġble", + "ak" + ], + [ + "Ġ", + "Continuing" + ], + [ + "ĠContin", + "uing" + ], + [ + "ĠOs", + "lo" + ], + [ + "Ġjack", + "ets" + ], + [ + "Ġjacket", + "s" + ], + [ + "Ġbench", + "marks" + ], + [ + "Ġbenchmark", + "s" + ], + [ + "Ġpath", + "ogenesis" + ], + [ + "Ġpathogen", + "esis" + ], + [ + "ĠSom", + "ali" + ], + [ + "ĠSomal", + "i" + ], + [ + "Ġcondem", + "nation" + ], + [ + "Ġcondemn", + "ation" + ], + [ + "Ġe", + "jected" + ], + [ + "Ġeject", + "ed" + ], + [ + "Ġgriev", + "ances" + ], + [ + "Ġgrievance", + "s" + ], + [ + "(", + "ii" + ], + [ + "(i", + "i" + ], + [ + "+", + "," + ], + [ + "-", + "plan" + ], + [ + "-p", + "lan" + ], + [ + "-pl", + "an" + ], + [ + "C", + "ategory" + ], + [ + "Ġa", + "ustral" + ], + [ + "Ġaust", + "ral" + ], + [ + "Ġp", + "ines" + ], + [ + "Ġpi", + "nes" + ], + [ + "Ġpin", + "es" + ], + [ + "Ġpine", + "s" + ], + [ + "Ġf", + "ountains" + ], + [ + "Ġfountain", + "s" + ], + [ + "Ġg", + "ills" + ], + [ + "Ġgill", + "s" + ], + [ + "r", + "acial" + ], + [ + "ra", + "cial" + ], + [ + "rac", + "ial" + ], + [ + "Ġy", + "ell" + ], + [ + "Ġye", + "ll" + ], + [ + "Ġ", + "Sight" + ], + [ + "ĠS", + "ight" + ], + [ + "ĠSig", + "ht" + ], + [ + "e", + "lo" + ], + [ + "el", + "o" + ], + [ + "ĠR", + "anger" + ], + [ + "ĠRange", + "r" + ], + [ + "ĠRan", + "ger" + ], + [ + "ĠRang", + "er" + ], + [ + "o", + "gel" + ], + [ + "og", + "el" + ], + [ + "oge", + "l" + ], + [ + "ĠL", + "al" + ], + [ + "ĠLa", + "l" + ], + [ + "Ġun", + "question" + ], + [ + "Ġmod", + "elled" + ], + [ + "Ġmodel", + "led" + ], + [ + "-", + "ben" + ], + [ + "-b", + "en" + ], + [ + "-be", + "n" + ], + [ + "-", + "but" + ], + [ + "-b", + "ut" + ], + [ + "-", + "fi" + ], + [ + "-f", + "i" + ], + [ + "Ġ", + "Residents" + ], + [ + "ĠRes", + "idents" + ], + [ + "ĠResident", + "s" + ], + [ + "ĠResid", + "ents" + ], + [ + "sp", + "eed" + ], + [ + "spe", + "ed" + ], + [ + "-", + "win" + ], + [ + "-w", + "in" + ], + [ + "é", + "g" + ], + [ + "Ġroad", + "side" + ], + [ + "Ġroads", + "ide" + ], + [ + "Ġpoly", + "unsaturated" + ], + [ + "oc", + "rats" + ], + [ + "ocr", + "ats" + ], + [ + "ocrat", + "s" + ], + [ + "ĠEvery", + "day" + ], + [ + "ĠSupp", + "lements" + ], + [ + "ĠSupplement", + "s" + ], + [ + "ĠInf", + "rared" + ], + [ + "ĠHaw", + "king" + ], + [ + "ĠHawk", + "ing" + ], + [ + "ĠC", + "heng" + ], + [ + "ĠCh", + "eng" + ], + [ + "ĠChe", + "ng" + ], + [ + "ĠChen", + "g" + ], + [ + "Ġ", + "Pregnant" + ], + [ + "ĠP", + "regnant" + ], + [ + "ĠPregn", + "ant" + ], + [ + "Ġthigh", + "s" + ], + [ + "Ġgrape", + "fruit" + ], + [ + "Ġgrap", + "efruit" + ], + [ + "ĠASC", + "II" + ], + [ + "Ġstri", + "cter" + ], + [ + "Ġstrict", + "er" + ], + [ + "Ġstric", + "ter" + ], + [ + "-", + "standard" + ], + [ + "D", + "ear" + ], + [ + "De", + "ar" + ], + [ + "o", + "nce" + ], + [ + "on", + "ce" + ], + [ + "Ġb", + "out" + ], + [ + "Ġbo", + "ut" + ], + [ + "Ġbou", + "t" + ], + [ + "ĠC", + "in" + ], + [ + "ĠCi", + "n" + ], + [ + "ĠH", + "ess" + ], + [ + "ĠHe", + "ss" + ], + [ + "ĠHes", + "s" + ], + [ + "ĠW", + "rong" + ], + [ + "ĠF", + "DR" + ], + [ + "ĠFD", + "R" + ], + [ + "ĠG", + "ö" + ], + [ + "Ġpre", + "con" + ], + [ + "Ġprec", + "on" + ], + [ + "Ġem", + "igration" + ], + [ + "Ġemig", + "ration" + ], + [ + "ĠWe", + "iss" + ], + [ + "ĠWei", + "ss" + ], + [ + "-", + "south" + ], + [ + "-s", + "outh" + ], + [ + "-so", + "uth" + ], + [ + "Ġcour", + "thouse" + ], + [ + "Ġcourt", + "house" + ], + [ + "Ġam", + "ounted" + ], + [ + "Ġamount", + "ed" + ], + [ + "Ġconn", + "otations" + ], + [ + "Ġconnotation", + "s" + ], + [ + "ĠG", + "enes" + ], + [ + "ĠGe", + "nes" + ], + [ + "ĠGen", + "es" + ], + [ + "ĠGene", + "s" + ], + [ + "Ġbar", + "racks" + ], + [ + "Ġ", + "Glossary" + ], + [ + "ĠGl", + "ossary" + ], + [ + "ĠGloss", + "ary" + ], + [ + "-", + "star" + ], + [ + "-s", + "tar" + ], + [ + "-st", + "ar" + ], + [ + "-", + "start" + ], + [ + "-st", + "art" + ], + [ + "-star", + "t" + ], + [ + "-", + "Se" + ], + [ + "-S", + "e" + ], + [ + "Ġimmun", + "otherapy" + ], + [ + "Ġimmuno", + "therapy" + ], + [ + "Ġ", + "Treating" + ], + [ + "ĠT", + "reating" + ], + [ + "ĠTr", + "eating" + ], + [ + "ĠTreat", + "ing" + ], + [ + "ĠTre", + "ating" + ], + [ + "Ġ", + "Breeding" + ], + [ + "ĠBr", + "eeding" + ], + [ + "ĠBre", + "eding" + ], + [ + "ĠBreed", + "ing" + ], + [ + "Ġpra", + "iries" + ], + [ + "Ġprairie", + "s" + ], + [ + "ĠSuper", + "intendent" + ], + [ + "Ġbee", + "keeping" + ], + [ + "Ġcosm", + "ological" + ], + [ + "ĠFac", + "ilities" + ], + [ + "ĠFacilit", + "ies" + ], + [ + "ĠM", + "others" + ], + [ + "ĠMo", + "thers" + ], + [ + "ĠMot", + "hers" + ], + [ + "ĠMother", + "s" + ], + [ + "ĠMoth", + "ers" + ], + [ + "Ġliberal", + "ism" + ], + [ + "Ġliber", + "alism" + ], + [ + "Ġ", + "________________" + ], + [ + "Ġ________", + "________" + ], + [ + "Ġ____________", + "____" + ], + [ + "Ġ__________", + "______" + ], + [ + "Ġ___________", + "_____" + ], + [ + "Ġ", + "Definitions" + ], + [ + "ĠDefin", + "itions" + ], + [ + "ĠDefinition", + "s" + ], + [ + "Ġaggrav", + "ate" + ], + [ + "ĠVer", + "tical" + ], + [ + "ĠVert", + "ical" + ], + [ + "Ġcaroten", + "oids" + ], + [ + "Ġcarotenoid", + "s" + ], + [ + "-", + "English" + ], + [ + "-Eng", + "lish" + ], + [ + "Ġ", + "é" + ], + [ + "h", + "orn" + ], + [ + "hor", + "n" + ], + [ + "ho", + "rn" + ], + [ + "ot", + "ives" + ], + [ + "otive", + "s" + ], + [ + "oti", + "ves" + ], + [ + "ĠP", + "ou" + ], + [ + "ĠPo", + "u" + ], + [ + "ĠD", + "rain" + ], + [ + "ĠDr", + "ain" + ], + [ + "ĠDra", + "in" + ], + [ + "Ġ", + "leuc" + ], + [ + "Ġle", + "uc" + ], + [ + "Ġ", + "RP" + ], + [ + "ĠR", + "P" + ], + [ + "u", + "chs" + ], + [ + "uc", + "hs" + ], + [ + "uch", + "s" + ], + [ + "Ġt", + "hence" + ], + [ + "Ġthe", + "nce" + ], + [ + "Ġth", + "ence" + ], + [ + "Ġthen", + "ce" + ], + [ + "c", + "entral" + ], + [ + "cent", + "ral" + ], + [ + "e", + "go" + ], + [ + "eg", + "o" + ], + [ + "-b", + "odied" + ], + [ + "-bo", + "died" + ], + [ + "ĠSh", + "ock" + ], + [ + "ĠSho", + "ck" + ], + [ + "Ġet", + "iquette" + ], + [ + "ĠCal", + "gary" + ], + [ + "Ġre", + "activity" + ], + [ + "Ġreact", + "ivity" + ], + [ + "Ġaud", + "ible" + ], + [ + "Ġaudi", + "ble" + ], + [ + "ĠBo", + "ards" + ], + [ + "ĠBoard", + "s" + ], + [ + "ĠEven", + "ing" + ], + [ + "ĠEv", + "ening" + ], + [ + "ĠEve", + "ning" + ], + [ + "Ġcoinc", + "ides" + ], + [ + "Ġcoincide", + "s" + ], + [ + "Ġblu", + "ish" + ], + [ + "ĠLock", + "heed" + ], + [ + "--------", + "--------" + ], + [ + "r", + "ocytes" + ], + [ + "rocy", + "tes" + ], + [ + "rocyte", + "s" + ], + [ + "Ġtorped", + "o" + ], + [ + "ĠStephan", + "ie" + ], + [ + "-", + "response" + ], + [ + "al", + "c" + ], + [ + "i", + "line" + ], + [ + "il", + "ine" + ], + [ + "ili", + "ne" + ], + [ + "ilin", + "e" + ], + [ + "ot", + "rophic" + ], + [ + "otroph", + "ic" + ], + [ + "Ġcon", + "ical" + ], + [ + "Ġ", + "MY" + ], + [ + "ĠM", + "Y" + ], + [ + "Ġcan", + "oes" + ], + [ + "Ġcanoe", + "s" + ], + [ + "ĠE", + "ras" + ], + [ + "ĠEr", + "as" + ], + [ + "ĠEra", + "s" + ], + [ + "ĠG", + "ad" + ], + [ + "ĠGa", + "d" + ], + [ + "ĠG", + "ST" + ], + [ + "ĠGS", + "T" + ], + [ + "ĠL", + "oyal" + ], + [ + "ĠLo", + "yal" + ], + [ + "ĠLoy", + "al" + ], + [ + "Ġint", + "angible" + ], + [ + "er", + "vous" + ], + [ + "erv", + "ous" + ], + [ + "Ġche", + "etah" + ], + [ + "-", + "bul" + ], + [ + "-b", + "ul" + ], + [ + "Ġspecial", + "ties" + ], + [ + "ĠOr", + "lando" + ], + [ + "Ġw", + "intering" + ], + [ + "Ġwinter", + "ing" + ], + [ + "Ġwin", + "tering" + ], + [ + "ran", + "ial" + ], + [ + "ĠAir", + "lines" + ], + [ + "-", + "Mus" + ], + [ + "-M", + "us" + ], + [ + "Ġfort", + "ification" + ], + [ + "ĠAtt", + "end" + ], + [ + "ĠAtten", + "d" + ], + [ + "Ġprol", + "ifer" + ], + [ + "Ġprolif", + "er" + ], + [ + "Ġ", + "в" + ], + [ + "ĠÐ", + "²" + ], + [ + "Ġdress", + "ings" + ], + [ + "Ġdressing", + "s" + ], + [ + "Ġgrad", + "ients" + ], + [ + "Ġgradient", + "s" + ], + [ + "Ġregist", + "ering" + ], + [ + "Ġregister", + "ing" + ], + [ + "ĠBo", + "nn" + ], + [ + "ĠBon", + "n" + ], + [ + "Ġobsc", + "ured" + ], + [ + "Ġobscure", + "d" + ], + [ + "Ġbes", + "ie" + ], + [ + "ĠRout", + "ledge" + ], + [ + "ĠAy", + "urvedic" + ], + [ + "ĠAyurved", + "ic" + ], + [ + "ĠSym", + "phony" + ], + [ + "ĠSymph", + "ony" + ], + [ + "F", + "resh" + ], + [ + "Fr", + "esh" + ], + [ + "Fre", + "sh" + ], + [ + "P", + "red" + ], + [ + "Pre", + "d" + ], + [ + "Pr", + "ed" + ], + [ + "S", + "ide" + ], + [ + "Si", + "de" + ], + [ + "l", + "amic" + ], + [ + "la", + "mic" + ], + [ + "lam", + "ic" + ], + [ + "ĠP", + "ac" + ], + [ + "ĠPa", + "c" + ], + [ + "Ġref", + "urb" + ], + [ + "Ġgra", + "ze" + ], + [ + "Ġgr", + "aze" + ], + [ + "ĠPro", + "hibition" + ], + [ + "Ġprop", + "hetic" + ], + [ + "Ġprophe", + "tic" + ], + [ + "Ġprophet", + "ic" + ], + [ + "ĠLe", + "ib" + ], + [ + "Ġextra", + "vag" + ], + [ + "ĠMc", + "D" + ], + [ + "Pro", + "blem" + ], + [ + "Ġr", + "otten" + ], + [ + "Ġrot", + "ten" + ], + [ + "Ġden", + "ies" + ], + [ + "r", + "ograph" + ], + [ + "ro", + "graph" + ], + [ + "rog", + "raph" + ], + [ + "r", + "ologist" + ], + [ + "rolog", + "ist" + ], + [ + "ĠLouis", + "ville" + ], + [ + "ĠEconom", + "ist" + ], + [ + "S", + "even" + ], + [ + "Se", + "ven" + ], + [ + "Ġdec", + "orating" + ], + [ + "Ġdecor", + "ating" + ], + [ + "Ġdeco", + "rating" + ], + [ + "Ġpy", + "ro" + ], + [ + "Ġpol", + "arity" + ], + [ + "Ġpolar", + "ity" + ], + [ + "ĠL", + "yon" + ], + [ + "ĠLy", + "on" + ], + [ + "umber", + "some" + ], + [ + "umbers", + "ome" + ], + [ + "Ġm", + "orphine" + ], + [ + "Ġmorph", + "ine" + ], + [ + "Ġmorp", + "hine" + ], + [ + "Ġdis", + "claim" + ], + [ + "Ġdisc", + "laim" + ], + [ + "Ġdiscl", + "aim" + ], + [ + "ĠAcc", + "ounts" + ], + [ + "ĠAccount", + "s" + ], + [ + "Ġbo", + "mber" + ], + [ + "Ġbomb", + "er" + ], + [ + "Ġbom", + "ber" + ], + [ + "ĠInstruction", + "al" + ], + [ + "ĠInstruct", + "ional" + ], + [ + "+-", + "+-" + ], + [ + "ĠSyrac", + "use" + ], + [ + "Ġ", + "è" + ], + [ + "-", + ")" + ], + [ + "M", + "ess" + ], + [ + "Me", + "ss" + ], + [ + "Mes", + "s" + ], + [ + "Q", + "uality" + ], + [ + "Qu", + "ality" + ], + [ + "Qual", + "ity" + ], + [ + "R", + "un" + ], + [ + "i", + "ator" + ], + [ + "ia", + "tor" + ], + [ + "iat", + "or" + ], + [ + "n", + "oun" + ], + [ + "no", + "un" + ], + [ + "s", + "ame" + ], + [ + "sa", + "me" + ], + [ + "ĠT", + "IME" + ], + [ + "ĠTI", + "ME" + ], + [ + "ĠTIM", + "E" + ], + [ + "Ġ", + "Match" + ], + [ + "ĠM", + "atch" + ], + [ + "ĠMat", + "ch" + ], + [ + "Ġimp", + "ulsive" + ], + [ + "Ġimpuls", + "ive" + ], + [ + "ile", + "ptic" + ], + [ + "ĠC", + "hip" + ], + [ + "ĠCh", + "ip" + ], + [ + "ĠChi", + "p" + ], + [ + "Ġ", + "raft" + ], + [ + "Ġr", + "aft" + ], + [ + "Ġra", + "ft" + ], + [ + "Ġr", + "aging" + ], + [ + "Ġra", + "ging" + ], + [ + "Ġrag", + "ing" + ], + [ + "Ġinter", + "iors" + ], + [ + "Ġinterior", + "s" + ], + [ + "Ġcl", + "assed" + ], + [ + "Ġclass", + "ed" + ], + [ + "Ġclas", + "sed" + ], + [ + "Ġorgan", + "ically" + ], + [ + "Ġorganic", + "ally" + ], + [ + "ĠPl", + "asma" + ], + [ + "ĠPlasm", + "a" + ], + [ + "Ġyoung", + "ster" + ], + [ + "Ġgreen", + "houses" + ], + [ + "Ġgreenhouse", + "s" + ], + [ + "Ġearth", + "worms" + ], + [ + "Ġearthworm", + "s" + ], + [ + "e", + "ville" + ], + [ + "ev", + "ille" + ], + [ + "evil", + "le" + ], + [ + "og", + "enes" + ], + [ + "ogen", + "es" + ], + [ + "ogene", + "s" + ], + [ + "oge", + "nes" + ], + [ + "Ġre", + "bound" + ], + [ + "Ġreb", + "ound" + ], + [ + "Ġphenomen", + "al" + ], + [ + "Ġphenomena", + "l" + ], + [ + "Ġ", + "Advice" + ], + [ + "ĠAdv", + "ice" + ], + [ + "Ġinequ", + "ities" + ], + [ + "Mod", + "ule" + ], + [ + "Mo", + "dule" + ], + [ + "he", + "umatic" + ], + [ + "heum", + "atic" + ], + [ + "heumat", + "ic" + ], + [ + "Ġconsec", + "rated" + ], + [ + "Ġescal", + "ating" + ], + [ + "Ġnarc", + "iss" + ], + [ + "Ġsquad", + "ron" + ], + [ + "ĠCounsel", + "ing" + ], + [ + "Ġsumm", + "oned" + ], + [ + "Ġsummon", + "ed" + ], + [ + "ĠSchne", + "ider" + ], + [ + "l", + "ap" + ], + [ + "la", + "p" + ], + [ + "Ġe", + "tymology" + ], + [ + "Ġetym", + "ology" + ], + [ + "st", + "airs" + ], + [ + "sta", + "irs" + ], + [ + "ut", + "ors" + ], + [ + "uto", + "rs" + ], + [ + "utor", + "s" + ], + [ + "r", + "afts" + ], + [ + "ra", + "fts" + ], + [ + "raft", + "s" + ], + [ + "raf", + "ts" + ], + [ + "ul", + "ose" + ], + [ + "ulo", + "se" + ], + [ + "ĠF", + "ant" + ], + [ + "ĠFa", + "nt" + ], + [ + "ĠFan", + "t" + ], + [ + "ell", + "ant" + ], + [ + "ella", + "nt" + ], + [ + "ear", + "cher" + ], + [ + "earch", + "er" + ], + [ + "Ġwill", + "ingly" + ], + [ + "Ġwilling", + "ly" + ], + [ + "Ġrec", + "ounts" + ], + [ + "Ġrecount", + "s" + ], + [ + "Ġear", + "ns" + ], + [ + "Ġearn", + "s" + ], + [ + "Ġexpl", + "oding" + ], + [ + "Ġexplo", + "ding" + ], + [ + "-", + "member" + ], + [ + "-m", + "ember" + ], + [ + "-me", + "mber" + ], + [ + "-mem", + "ber" + ], + [ + "Ġ", + "Ability" + ], + [ + "ĠAb", + "ility" + ], + [ + "Ġ", + "Actions" + ], + [ + "ĠA", + "ctions" + ], + [ + "ĠAct", + "ions" + ], + [ + "ĠAction", + "s" + ], + [ + "Ġhyp", + "othermia" + ], + [ + "Ġhypo", + "thermia" + ], + [ + "Ġsa", + "cra" + ], + [ + "Ġsac", + "ra" + ], + [ + "Ġsacr", + "a" + ], + [ + "RE", + "AD" + ], + [ + "bl", + "ind" + ], + [ + "Ġship", + "ments" + ], + [ + "Ġshipment", + "s" + ], + [ + "L", + "ean" + ], + [ + "Le", + "an" + ], + [ + "Ġlip", + "oprotein" + ], + [ + "ĠMa", + "hab" + ], + [ + "ĠMah", + "ab" + ], + [ + "Ġde", + "duction" + ], + [ + "Ġdedu", + "ction" + ], + [ + "Ġdeduct", + "ion" + ], + [ + "Ġ", + "Fifty" + ], + [ + "ĠF", + "ifty" + ], + [ + "ĠFif", + "ty" + ], + [ + "ĠFi", + "fty" + ], + [ + "Ġup", + "lift" + ], + [ + "Ġupl", + "ift" + ], + [ + "oval", + "ent" + ], + [ + "Ident", + "ifying" + ], + [ + "Identify", + "ing" + ], + [ + "Ġrud", + "imentary" + ], + [ + "UCT", + "ION" + ], + [ + "ĠLeices", + "ter" + ], + [ + "Ġindisc", + "rim" + ], + [ + "H", + "a" + ], + [ + "Ġbe", + "acon" + ], + [ + "ĠT", + "ay" + ], + [ + "ĠTa", + "y" + ], + [ + "ĠP", + "aw" + ], + [ + "ĠPa", + "w" + ], + [ + "Ġwe", + "aning" + ], + [ + "Ġwean", + "ing" + ], + [ + "Ġ", + "Formal" + ], + [ + "ĠF", + "ormal" + ], + [ + "ĠFor", + "mal" + ], + [ + "ĠForm", + "al" + ], + [ + "ost", + "rid" + ], + [ + "Ġph", + "ased" + ], + [ + "Ġphase", + "d" + ], + [ + "in", + "kle" + ], + [ + "ink", + "le" + ], + [ + "ĠC", + "ommod" + ], + [ + "ĠComm", + "od" + ], + [ + "ĠCom", + "mod" + ], + [ + "stit", + "ial" + ], + [ + "P", + "AA" + ], + [ + "PA", + "A" + ], + [ + "om", + "yc" + ], + [ + "omy", + "c" + ], + [ + "ĠSun", + "ni" + ], + [ + "Ġdis", + "similar" + ], + [ + "Ġdiss", + "imilar" + ], + [ + "ĠHand", + "ling" + ], + [ + "Ġmur", + "als" + ], + [ + "Ġmu", + "rals" + ], + [ + "Ġmural", + "s" + ], + [ + "F", + "AO" + ], + [ + "FA", + "O" + ], + [ + "ĠGib", + "raltar" + ], + [ + "ĠHus", + "sein" + ], + [ + "T", + "ow" + ], + [ + "To", + "w" + ], + [ + "h", + "arm" + ], + [ + "ha", + "rm" + ], + [ + "har", + "m" + ], + [ + "Ġh", + "ampered" + ], + [ + "Ġhamper", + "ed" + ], + [ + "r", + "ak" + ], + [ + "ra", + "k" + ], + [ + "ad", + "v" + ], + [ + "Ġ", + "Mixed" + ], + [ + "ĠM", + "ixed" + ], + [ + "ĠMix", + "ed" + ], + [ + "ĠF", + "loor" + ], + [ + "ĠFl", + "oor" + ], + [ + "ĠFlo", + "or" + ], + [ + "Ġ", + "NIC" + ], + [ + "ĠN", + "IC" + ], + [ + "ĠNI", + "C" + ], + [ + "al", + "lon" + ], + [ + "all", + "on" + ], + [ + "allo", + "n" + ], + [ + "Ġun", + "resolved" + ], + [ + "Ġhum", + "our" + ], + [ + "-", + "surface" + ], + [ + "-s", + "urface" + ], + [ + "-sur", + "face" + ], + [ + "Ġm", + "ethanol" + ], + [ + "Ġmeth", + "anol" + ], + [ + "ĠS", + "ean" + ], + [ + "ĠSe", + "an" + ], + [ + "ĠSea", + "n" + ], + [ + "Ġw", + "rists" + ], + [ + "Ġwr", + "ists" + ], + [ + "Ġwrist", + "s" + ], + [ + "or", + "gia" + ], + [ + "org", + "ia" + ], + [ + "ĠX", + "II" + ], + [ + "ĠXI", + "I" + ], + [ + "Ġec", + "ologist" + ], + [ + "Ġnight", + "mares" + ], + [ + "Ġnightmare", + "s" + ], + [ + "Ġexec", + "utable" + ], + [ + "Ġexecut", + "able" + ], + [ + "Ġafford", + "ability" + ], + [ + "ĠJ", + "ude" + ], + [ + "ĠJu", + "de" + ], + [ + "ĠJud", + "e" + ], + [ + "ĠPo", + "ems" + ], + [ + "ĠPoe", + "ms" + ], + [ + "ĠPoem", + "s" + ], + [ + "Ġirregular", + "ities" + ], + [ + "Ġwarrant", + "y" + ], + [ + "Ġshrink", + "age" + ], + [ + "Ġp", + "si" + ], + [ + "Ġps", + "i" + ], + [ + "Ġmy", + "elin" + ], + [ + "Ġmyel", + "in" + ], + [ + "Ġhum", + "iliation" + ], + [ + "Ġhumil", + "iation" + ], + [ + "ocyt", + "osis" + ], + [ + "Ġerrone", + "ous" + ], + [ + "ĠEuch", + "arist" + ], + [ + "i", + "ators" + ], + [ + "iat", + "ors" + ], + [ + "iator", + "s" + ], + [ + "er", + "re" + ], + [ + "Ġl", + "akh" + ], + [ + "Ġla", + "kh" + ], + [ + "Ġl", + "arynx" + ], + [ + "ĠT", + "RI" + ], + [ + "ĠTR", + "I" + ], + [ + "ĠS", + "aid" + ], + [ + "ĠSa", + "id" + ], + [ + "ĠP", + "ablo" + ], + [ + "ĠPa", + "blo" + ], + [ + "Ġc", + "any" + ], + [ + "Ġcan", + "y" + ], + [ + "Ġca", + "ny" + ], + [ + "Ġout", + "st" + ], + [ + "Ġouts", + "t" + ], + [ + "ĠV", + "ector" + ], + [ + "ĠVe", + "ctor" + ], + [ + "h", + "ence" + ], + [ + "he", + "nce" + ], + [ + "hen", + "ce" + ], + [ + "ĠEx", + "eter" + ], + [ + "ĠC", + "lock" + ], + [ + "ĠCl", + "ock" + ], + [ + "ĠClo", + "ck" + ], + [ + "Ġadop", + "ts" + ], + [ + "Ġadopt", + "s" + ], + [ + "r", + "ano" + ], + [ + "ra", + "no" + ], + [ + "ran", + "o" + ], + [ + "amb", + "iguous" + ], + [ + "ambig", + "uous" + ], + [ + "Ġgr", + "assy" + ], + [ + "Ġgrass", + "y" + ], + [ + "Ġgras", + "sy" + ], + [ + "i", + "ja" + ], + [ + "ij", + "a" + ], + [ + "ĠRe", + "vival" + ], + [ + "ĠRev", + "ival" + ], + [ + "-", + "Roman" + ], + [ + "-R", + "oman" + ], + [ + "-", + "German" + ], + [ + "-G", + "erman" + ], + [ + "ĠT", + "rek" + ], + [ + "ĠTr", + "ek" + ], + [ + "ĠTre", + "k" + ], + [ + "Ġho", + "liness" + ], + [ + "Ġhol", + "iness" + ], + [ + "Ġres", + "onate" + ], + [ + "Ġreson", + "ate" + ], + [ + "ĠCrit", + "eria" + ], + [ + "ĠEn", + "tom" + ], + [ + "ĠEnt", + "om" + ], + [ + "Ġsub", + "urb" + ], + [ + "Ġsubur", + "b" + ], + [ + "Ġvivid", + "ly" + ], + [ + "E", + "volution" + ], + [ + "Ev", + "olution" + ], + [ + "ĠAutom", + "ation" + ], + [ + "ĠAthen", + "ian" + ], + [ + "ĠAthe", + "nian" + ], + [ + "-", + "balanced" + ], + [ + "-bal", + "anced" + ], + [ + "t", + "re" + ], + [ + "tr", + "e" + ], + [ + "Ġs", + "ided" + ], + [ + "Ġside", + "d" + ], + [ + "Ġsi", + "ded" + ], + [ + "Ġsid", + "ed" + ], + [ + "ar", + "go" + ], + [ + "arg", + "o" + ], + [ + "ĠT", + "BI" + ], + [ + "ĠTB", + "I" + ], + [ + "Ġst", + "arches" + ], + [ + "Ġstar", + "ches" + ], + [ + "Ġstarch", + "es" + ], + [ + "e", + "maker" + ], + [ + "em", + "aker" + ], + [ + "ema", + "ker" + ], + [ + "Ġs", + "eb" + ], + [ + "Ġse", + "b" + ], + [ + "ĠF", + "ishing" + ], + [ + "ĠFish", + "ing" + ], + [ + "ĠR", + "ousse" + ], + [ + "ĠRo", + "usse" + ], + [ + "ĠIn", + "equ" + ], + [ + "ass", + "adors" + ], + [ + "assador", + "s" + ], + [ + "Ġ", + "KE" + ], + [ + "ĠK", + "E" + ], + [ + "n", + "ever" + ], + [ + "ne", + "ver" + ], + [ + "nev", + "er" + ], + [ + "Ġorgan", + "isational" + ], + [ + "Ġorganisation", + "al" + ], + [ + "Ġs", + "lash" + ], + [ + "Ġsl", + "ash" + ], + [ + "Ġsun", + "screens" + ], + [ + "Ġsunscreen", + "s" + ], + [ + "m", + "ington" + ], + [ + "ming", + "ton" + ], + [ + "Ġstandard", + "ization" + ], + [ + "Ġprec", + "arious" + ], + [ + "AN", + "CE" + ], + [ + "ANC", + "E" + ], + [ + "ĠM", + "onica" + ], + [ + "ĠMon", + "ica" + ], + [ + "Ġsett", + "ler" + ], + [ + "Ġsettle", + "r" + ], + [ + "Ġvill", + "ain" + ], + [ + "Ġvilla", + "in" + ], + [ + "Ġvil", + "lain" + ], + [ + "ĠWork", + "place" + ], + [ + "ĠVol", + "tage" + ], + [ + "ĠVolta", + "ge" + ], + [ + "ĠVolt", + "age" + ], + [ + "Ġrub", + "ella" + ], + [ + "ĠFe", + "et" + ], + [ + "ĠFee", + "t" + ], + [ + "Ġ", + "INS" + ], + [ + "ĠI", + "NS" + ], + [ + "ĠIN", + "S" + ], + [ + "ĠMag", + "ell" + ], + [ + "Ġherb", + "aceous" + ], + [ + "Ġtack", + "led" + ], + [ + "Ġtackle", + "d" + ], + [ + "ĠPur", + "itan" + ], + [ + "ig", + "matic" + ], + [ + "igm", + "atic" + ], + [ + "igma", + "tic" + ], + [ + "igmat", + "ic" + ], + [ + "Supp", + "ose" + ], + [ + "Sup", + "pose" + ], + [ + "Ġm", + "arches" + ], + [ + "Ġmar", + "ches" + ], + [ + "Ġmarch", + "es" + ], + [ + "Ġmarc", + "hes" + ], + [ + "Ġorph", + "ans" + ], + [ + "Ġorphan", + "s" + ], + [ + "Ġret", + "rospective" + ], + [ + "Ġretros", + "pective" + ], + [ + "Ġretrospect", + "ive" + ], + [ + "Ġhypogly", + "cemia" + ], + [ + "Ġdias", + "pora" + ], + [ + "!", + "âĢĻ" + ], + [ + "-", + "head" + ], + [ + "-h", + "ead" + ], + [ + "-he", + "ad" + ], + [ + "B", + "ob" + ], + [ + "Bo", + "b" + ], + [ + "b", + "ars" + ], + [ + "bar", + "s" + ], + [ + "ba", + "rs" + ], + [ + "c", + "ultural" + ], + [ + "cult", + "ural" + ], + [ + "p", + "he" + ], + [ + "ph", + "e" + ], + [ + "u", + "ces" + ], + [ + "uc", + "es" + ], + [ + "uce", + "s" + ], + [ + "Ġb", + "ere" + ], + [ + "Ġbe", + "re" + ], + [ + "Ġber", + "e" + ], + [ + "Ġg", + "ul" + ], + [ + "Ġgu", + "l" + ], + [ + "im", + "pro" + ], + [ + "imp", + "ro" + ], + [ + "ur", + "rence" + ], + [ + "ĠC", + "ream" + ], + [ + "ĠCre", + "am" + ], + [ + "u", + "mines" + ], + [ + "um", + "ines" + ], + [ + "umin", + "es" + ], + [ + "umi", + "nes" + ], + [ + "ĠD", + "raft" + ], + [ + "ĠDr", + "aft" + ], + [ + "ĠDra", + "ft" + ], + [ + "Ġyour", + "selves" + ], + [ + "Ġtra", + "verse" + ], + [ + "Ġtravers", + "e" + ], + [ + "Ġdi", + "ast" + ], + [ + "Ġdias", + "t" + ], + [ + "Ġdia", + "st" + ], + [ + "ĠWe", + "in" + ], + [ + "ĠWei", + "n" + ], + [ + "ĠSc", + "en" + ], + [ + "Ġz", + "odiac" + ], + [ + "ĠEm", + "ancipation" + ], + [ + "Ġcool", + "ant" + ], + [ + "à¤", + "Ĥ" + ], + [ + "Ġwrong", + "ly" + ], + [ + "ot", + "hesis" + ], + [ + "oth", + "esis" + ], + [ + "othes", + "is" + ], + [ + "othe", + "sis" + ], + [ + "Ġ", + "Relative" + ], + [ + "ĠRe", + "lative" + ], + [ + "ĠRel", + "ative" + ], + [ + "-re", + "lease" + ], + [ + "ĠIr", + "vine" + ], + [ + "Ġobl", + "ique" + ], + [ + "Ġinhib", + "itory" + ], + [ + "Ġinhibit", + "ory" + ], + [ + "Ġinhibitor", + "y" + ], + [ + "an", + "thin" + ], + [ + "ant", + "hin" + ], + [ + "anth", + "in" + ], + [ + "ĠCh", + "apters" + ], + [ + "ĠChapter", + "s" + ], + [ + "ĠChap", + "ters" + ], + [ + "Ġcock", + "pit" + ], + [ + "Ġst", + "amped" + ], + [ + "Ġstamp", + "ed" + ], + [ + "Ġstam", + "ped" + ], + [ + "-", + "working" + ], + [ + "-work", + "ing" + ], + [ + "Ġtrans", + "missions" + ], + [ + "Ġtransmission", + "s" + ], + [ + "Ġtransm", + "issions" + ], + [ + "Ġsubt", + "racting" + ], + [ + "Ġsubtract", + "ing" + ], + [ + "dep", + "ending" + ], + [ + "Ġre", + "claimed" + ], + [ + "Ġreclaim", + "ed" + ], + [ + "ĠDistingu", + "ished" + ], + [ + "%", + "-" + ], + [ + "/", + "year" + ], + [ + "/y", + "ear" + ], + [ + "B", + "U" + ], + [ + "m", + "ons" + ], + [ + "mon", + "s" + ], + [ + "mo", + "ns" + ], + [ + "al", + "ions" + ], + [ + "ali", + "ons" + ], + [ + "alion", + "s" + ], + [ + "Ġe", + "el" + ], + [ + "st", + "aff" + ], + [ + "sta", + "ff" + ], + [ + "i", + "mi" + ], + [ + "im", + "i" + ], + [ + "ch", + "ronic" + ], + [ + "chron", + "ic" + ], + [ + "Ġ", + "IG" + ], + [ + "ĠI", + "G" + ], + [ + "ĠP", + "iano" + ], + [ + "ĠPi", + "ano" + ], + [ + "ĠPia", + "no" + ], + [ + "ĠJ", + "PL" + ], + [ + "ĠJP", + "L" + ], + [ + "a", + "vin" + ], + [ + "av", + "in" + ], + [ + "avi", + "n" + ], + [ + "Ġacc", + "ents" + ], + [ + "Ġaccent", + "s" + ], + [ + "Ġmar", + "gar" + ], + [ + "Ġmarg", + "ar" + ], + [ + "Ġm", + "ovable" + ], + [ + "Ġmov", + "able" + ], + [ + "Ġmo", + "vable" + ], + [ + "Ġtransl", + "ators" + ], + [ + "Ġtranslator", + "s" + ], + [ + "Ġiron", + "ically" + ], + [ + "Ġironic", + "ally" + ], + [ + "Ġwel", + "ded" + ], + [ + "Ġweld", + "ed" + ], + [ + "Ġimmun", + "odeficiency" + ], + [ + "Ġmamm", + "ogram" + ], + [ + "En", + "vironment" + ], + [ + "ĠAssess", + "ments" + ], + [ + "ĠAssessment", + "s" + ], + [ + "Ġ", + "NOW" + ], + [ + "ĠN", + "OW" + ], + [ + "ĠNO", + "W" + ], + [ + "Christ", + "mas" + ], + [ + "ĠHome", + "land" + ], + [ + "ĠHom", + "eland" + ], + [ + "Ġintim", + "acy" + ], + [ + "Ġimplicit", + "ly" + ], + [ + "ĠMAT", + "LAB" + ], + [ + "Ġsub", + "missions" + ], + [ + "Ġsubmission", + "s" + ], + [ + "Ġsubm", + "issions" + ], + [ + "Ġlex", + "ical" + ], + [ + "Ġlexic", + "al" + ], + [ + "ĠDig", + "estive" + ], + [ + "ĠDigest", + "ive" + ], + [ + "ĠUz", + "bek" + ], + [ + "C", + "ele" + ], + [ + "Ce", + "le" + ], + [ + "Cel", + "e" + ], + [ + "c", + "ulture" + ], + [ + "cult", + "ure" + ], + [ + "f", + "ried" + ], + [ + "fr", + "ied" + ], + [ + "fri", + "ed" + ], + [ + "f", + "ruit" + ], + [ + "fr", + "uit" + ], + [ + "p", + "oly" + ], + [ + "po", + "ly" + ], + [ + "pol", + "y" + ], + [ + "Ġl", + "aug" + ], + [ + "Ġla", + "ug" + ], + [ + "el", + "ian" + ], + [ + "elia", + "n" + ], + [ + "eli", + "an" + ], + [ + "el", + "iac" + ], + [ + "elia", + "c" + ], + [ + "eli", + "ac" + ], + [ + "ĠP", + "rices" + ], + [ + "ĠPr", + "ices" + ], + [ + "ĠPrice", + "s" + ], + [ + "ĠPri", + "ces" + ], + [ + "ant", + "ib" + ], + [ + "anti", + "b" + ], + [ + "Ġne", + "oc" + ], + [ + "Ġneo", + "c" + ], + [ + "ĠD", + "oll" + ], + [ + "ĠDo", + "ll" + ], + [ + "ĠDol", + "l" + ], + [ + "Ġ", + "JD" + ], + [ + "ĠJ", + "D" + ], + [ + "Ġqu", + "eer" + ], + [ + "Ġque", + "er" + ], + [ + "Ġover", + "shadow" + ], + [ + "Ġam", + "azingly" + ], + [ + "Ġamazing", + "ly" + ], + [ + "Ġm", + "iner" + ], + [ + "Ġmin", + "er" + ], + [ + "Ġmine", + "r" + ], + [ + "Ġmi", + "ner" + ], + [ + "ĠCon", + "ver" + ], + [ + "ĠConv", + "er" + ], + [ + "ĠAr", + "gon" + ], + [ + "ĠArg", + "on" + ], + [ + "IS", + "BN" + ], + [ + "Ġcapac", + "itance" + ], + [ + "Ġ", + "Moderate" + ], + [ + "ĠMod", + "erate" + ], + [ + "ĠMode", + "rate" + ], + [ + "-", + "Af" + ], + [ + "-A", + "f" + ], + [ + "Ph", + "ase" + ], + [ + "Ġann", + "uals" + ], + [ + "Ġannual", + "s" + ], + [ + "A", + "PH" + ], + [ + "AP", + "H" + ], + [ + "Ġh", + "unts" + ], + [ + "Ġhunt", + "s" + ], + [ + "Ġhun", + "ts" + ], + [ + "Read", + "y" + ], + [ + "Re", + "ady" + ], + [ + "Ġcann", + "ons" + ], + [ + "Ġcannon", + "s" + ], + [ + "Ġcommemor", + "ated" + ], + [ + "Ġcommemorate", + "d" + ], + [ + "Ġcong", + "rat" + ], + [ + "ĠGal", + "ilee" + ], + [ + "ĠGalile", + "e" + ], + [ + "Ġst", + "inging" + ], + [ + "Ġsting", + "ing" + ], + [ + "ĠIS", + "SN" + ], + [ + "ĠISS", + "N" + ], + [ + "ĠPat", + "riarch" + ], + [ + "ĠPatri", + "arch" + ], + [ + "abs", + "orption" + ], + [ + "absor", + "ption" + ], + [ + "mass", + "ive" + ], + [ + "Ġkin", + "ship" + ], + [ + "Ġkins", + "hip" + ], + [ + "B", + "a" + ], + [ + "E", + "gypt" + ], + [ + "f", + "ram" + ], + [ + "fr", + "am" + ], + [ + "fra", + "m" + ], + [ + "j", + "unct" + ], + [ + "jun", + "ct" + ], + [ + "l", + "ov" + ], + [ + "lo", + "v" + ], + [ + "r", + "ases" + ], + [ + "ra", + "ses" + ], + [ + "ras", + "es" + ], + [ + "rase", + "s" + ], + [ + "Ġp", + "aren" + ], + [ + "Ġpar", + "en" + ], + [ + "Ġpa", + "ren" + ], + [ + "ĠT", + "yp" + ], + [ + "ĠTy", + "p" + ], + [ + "Ġim", + "pat" + ], + [ + "Ġimp", + "at" + ], + [ + "Ġun", + "identified" + ], + [ + "Ġpe", + "aches" + ], + [ + "Ġpea", + "ches" + ], + [ + "Ġpeac", + "hes" + ], + [ + "Ġpeach", + "es" + ], + [ + "o", + "bos" + ], + [ + "ob", + "os" + ], + [ + "obo", + "s" + ], + [ + "Ġreg", + "ained" + ], + [ + "Ġregain", + "ed" + ], + [ + "e", + "eks" + ], + [ + "ee", + "ks" + ], + [ + "eek", + "s" + ], + [ + "Ġp", + "aran" + ], + [ + "Ġpar", + "an" + ], + [ + "Ġpa", + "ran" + ], + [ + "Ġpara", + "n" + ], + [ + "Ġpress", + "urized" + ], + [ + "Ġpressur", + "ized" + ], + [ + "Ġfat", + "ig" + ], + [ + "ĠMe", + "kong" + ], + [ + "Ġbal", + "last" + ], + [ + "Ġball", + "ast" + ], + [ + "Ġ", + "Believe" + ], + [ + "ĠBel", + "ieve" + ], + [ + "ĠSk", + "etch" + ], + [ + "ĠSket", + "ch" + ], + [ + "Ġphosph", + "orous" + ], + [ + "Ġphosphor", + "ous" + ], + [ + "Ġgu", + "arding" + ], + [ + "Ġguard", + "ing" + ], + [ + "-", + "increasing" + ], + [ + "-inc", + "reasing" + ], + [ + "Ġhydro", + "chlor" + ], + [ + "M", + "arine" + ], + [ + "Mar", + "ine" + ], + [ + "Ma", + "rine" + ], + [ + "Ġcoin", + "age" + ], + [ + "Ġ", + "Ultra" + ], + [ + "ĠUlt", + "ra" + ], + [ + "ĠUl", + "tra" + ], + [ + "Ġcarn", + "ivorous" + ], + [ + "Ġlubric", + "ant" + ], + [ + "Ġelect", + "rochemical" + ], + [ + "Ġelectr", + "ochemical" + ], + [ + "Ġelectro", + "chemical" + ], + [ + "Ġelectroc", + "hemical" + ], + [ + "Ġsa", + "bot" + ], + [ + "Ġsab", + "ot" + ], + [ + "Ġlength", + "en" + ], + [ + "Ġleng", + "then" + ], + [ + "it", + "izens" + ], + [ + "iti", + "zens" + ], + [ + "itiz", + "ens" + ], + [ + "itizen", + "s" + ], + [ + "Ġfundra", + "ising" + ], + [ + "ĠLE", + "GO" + ], + [ + "ĠLEG", + "O" + ], + [ + "-", + "road" + ], + [ + "-r", + "oad" + ], + [ + "-ro", + "ad" + ], + [ + "F", + "ER" + ], + [ + "FE", + "R" + ], + [ + "G", + "ard" + ], + [ + "Gar", + "d" + ], + [ + "Ga", + "rd" + ], + [ + "L", + "abor" + ], + [ + "La", + "bor" + ], + [ + "Lab", + "or" + ], + [ + "Ġc", + "umbersome" + ], + [ + "ĠT", + "rop" + ], + [ + "ĠTr", + "op" + ], + [ + "ĠTro", + "p" + ], + [ + "ĠS", + "ang" + ], + [ + "ĠSan", + "g" + ], + [ + "ĠSa", + "ng" + ], + [ + "ul", + "ner" + ], + [ + "Ġ", + "Theme" + ], + [ + "ĠThe", + "me" + ], + [ + "ĠTh", + "eme" + ], + [ + "ĠThem", + "e" + ], + [ + "Ġ", + "OA" + ], + [ + "ĠO", + "A" + ], + [ + "ĠHe", + "ather" + ], + [ + "ĠHeat", + "her" + ], + [ + "ĠHeath", + "er" + ], + [ + "Ġsk", + "ate" + ], + [ + "ĠAnd", + "reas" + ], + [ + "ĠAndrea", + "s" + ], + [ + "ĠAndre", + "as" + ], + [ + "ĠAndr", + "eas" + ], + [ + "ĠAd", + "rian" + ], + [ + "ĠAdri", + "an" + ], + [ + "ĠCl", + "aire" + ], + [ + "ĠClair", + "e" + ], + [ + "ĠCla", + "ire" + ], + [ + "-", + "disciplinary" + ], + [ + "-d", + "isciplinary" + ], + [ + "Ġparent", + "heses" + ], + [ + "Ġdeb", + "ating" + ], + [ + "ĠPe", + "pper" + ], + [ + "ĠPep", + "per" + ], + [ + "ĠPepp", + "er" + ], + [ + "Ġs", + "oldering" + ], + [ + "Ġsold", + "ering" + ], + [ + "Ġsolder", + "ing" + ], + [ + "-", + "Col" + ], + [ + "-C", + "ol" + ], + [ + "-Co", + "l" + ], + [ + "Ġun", + "sur" + ], + [ + "Ġuns", + "ur" + ], + [ + "Ġunsu", + "r" + ], + [ + "ĠMass", + "acre" + ], + [ + "ĠFr", + "eem" + ], + [ + "ĠFre", + "em" + ], + [ + "ĠFree", + "m" + ], + [ + "ĠBet", + "ty" + ], + [ + "Ġparas", + "it" + ], + [ + "Ġpara", + "sit" + ], + [ + "Ġretail", + "er" + ], + [ + "Ġ", + "Hemp" + ], + [ + "ĠH", + "emp" + ], + [ + "ĠHe", + "mp" + ], + [ + "ĠHem", + "p" + ], + [ + "Ġanten", + "nae" + ], + [ + "Ġantenna", + "e" + ], + [ + "-def", + "ense" + ], + [ + "Ġunderm", + "ining" + ], + [ + "ĠHal", + "ifax" + ], + [ + "Ġghost", + "s" + ], + [ + "Ġgh", + "osts" + ], + [ + "ĠCrime", + "a" + ], + [ + "ĠCrim", + "ea" + ], + [ + "Ġâī", + "¤" + ], + [ + "Ġretro", + "fit" + ], + [ + "Ġretrof", + "it" + ], + [ + "Ġdomestic", + "ation" + ], + [ + "Ġdomest", + "ication" + ], + [ + "ĠMennon", + "ite" + ], + [ + "D", + "ER" + ], + [ + "DE", + "R" + ], + [ + "H", + "g" + ], + [ + "P", + "rec" + ], + [ + "Pre", + "c" + ], + [ + "Pr", + "ec" + ], + [ + "c", + "old" + ], + [ + "co", + "ld" + ], + [ + "col", + "d" + ], + [ + "e", + "rick" + ], + [ + "er", + "ick" + ], + [ + "eri", + "ck" + ], + [ + "eric", + "k" + ], + [ + "Ġf", + "odder" + ], + [ + "i", + "das" + ], + [ + "id", + "as" + ], + [ + "ida", + "s" + ], + [ + "ĠC", + "U" + ], + [ + "ĠP", + "aine" + ], + [ + "ĠPain", + "e" + ], + [ + "ĠPa", + "ine" + ], + [ + "ĠPai", + "ne" + ], + [ + "ĠB", + "oot" + ], + [ + "ĠBo", + "ot" + ], + [ + "an", + "di" + ], + [ + "and", + "i" + ], + [ + "a", + "under" + ], + [ + "au", + "nder" + ], + [ + "aund", + "er" + ], + [ + "Ġpart", + "itions" + ], + [ + "Ġpartition", + "s" + ], + [ + "Ġrel", + "ocation" + ], + [ + "Ġform", + "ulating" + ], + [ + "Ġformula", + "ting" + ], + [ + "âĢĶ", + "Ċ" + ], + [ + "ive", + "ring" + ], + [ + "iv", + "ering" + ], + [ + "iver", + "ing" + ], + [ + "Ġpar", + "ishes" + ], + [ + "Ġparish", + "es" + ], + [ + "ĠSh", + "ows" + ], + [ + "ĠShow", + "s" + ], + [ + "ĠSho", + "ws" + ], + [ + "rol", + "lers" + ], + [ + "roll", + "ers" + ], + [ + "roller", + "s" + ], + [ + "ĠGu", + "am" + ], + [ + "Ġfit", + "tings" + ], + [ + "Ġfitting", + "s" + ], + [ + "Ġmotiv", + "ational" + ], + [ + "Ġmotivation", + "al" + ], + [ + "Ġcere", + "bro" + ], + [ + "Ġnit", + "rous" + ], + [ + "Ġst", + "ocking" + ], + [ + "Ġstock", + "ing" + ], + [ + "Ġsto", + "cking" + ], + [ + "U", + "ser" + ], + [ + "Us", + "er" + ], + [ + "Use", + "r" + ], + [ + "ĠNaz", + "areth" + ], + [ + "Ġp", + "itches" + ], + [ + "Ġpit", + "ches" + ], + [ + "Ġpitch", + "es" + ], + [ + "ir", + "sch" + ], + [ + "irs", + "ch" + ], + [ + "Ġthir", + "teenth" + ], + [ + "Ġthirteen", + "th" + ], + [ + "Ġanth", + "rax" + ], + [ + "Ġcanon", + "ical" + ], + [ + "Ġsea", + "birds" + ], + [ + "Ġseab", + "irds" + ], + [ + "Ġseabird", + "s" + ], + [ + "Ġdissemin", + "ate" + ], + [ + "ĠVol", + "cano" + ], + [ + "ĠVolcan", + "o" + ], + [ + "Ġstaple", + "s" + ], + [ + "Ġsta", + "ples" + ], + [ + "Ġdyst", + "rophy" + ], + [ + "Ve", + "get" + ], + [ + "Ġ", + "ë" + ], + [ + "V", + "en" + ], + [ + "Ve", + "n" + ], + [ + "e", + "als" + ], + [ + "eal", + "s" + ], + [ + "ea", + "ls" + ], + [ + "j", + "ib" + ], + [ + "ji", + "b" + ], + [ + "a", + "so" + ], + [ + "as", + "o" + ], + [ + "Ġ", + "um" + ], + [ + "Ġu", + "m" + ], + [ + "i", + "rium" + ], + [ + "ir", + "ium" + ], + [ + "iri", + "um" + ], + [ + "Ġh", + "aze" + ], + [ + "Ġha", + "ze" + ], + [ + "Ġhaz", + "e" + ], + [ + "Ġ", + "HER" + ], + [ + "ĠH", + "ER" + ], + [ + "ĠHE", + "R" + ], + [ + "Ġch", + "rys" + ], + [ + "and", + "als" + ], + [ + "anda", + "ls" + ], + [ + "andal", + "s" + ], + [ + "ĠF", + "ract" + ], + [ + "ĠFr", + "act" + ], + [ + "ĠFra", + "ct" + ], + [ + "ĠR", + "ee" + ], + [ + "ĠRe", + "e" + ], + [ + "ĠJ", + "ammu" + ], + [ + "ĠJam", + "mu" + ], + [ + "ĠTh", + "oreau" + ], + [ + "ĠK", + "ok" + ], + [ + "ĠKo", + "k" + ], + [ + "ĠY", + "in" + ], + [ + "ĠYi", + "n" + ], + [ + "In", + "sp" + ], + [ + "Ins", + "p" + ], + [ + "Ġsm", + "elling" + ], + [ + "Ġsmell", + "ing" + ], + [ + "Ġsmel", + "ling" + ], + [ + "Ġcent", + "imetres" + ], + [ + "-", + "box" + ], + [ + "-b", + "ox" + ], + [ + "-bo", + "x" + ], + [ + "t", + "oe" + ], + [ + "to", + "e" + ], + [ + "Ġbi", + "opsies" + ], + [ + "Ġbiop", + "sies" + ], + [ + "Ġlab", + "elling" + ], + [ + "Ġlabel", + "ling" + ], + [ + "Ġill", + "iterate" + ], + [ + "ĠGo", + "ose" + ], + [ + "Ġsuper", + "imp" + ], + [ + "Ġsuper", + "hero" + ], + [ + "Ġ", + "ape" + ], + [ + "Ġa", + "pe" + ], + [ + "Ġap", + "e" + ], + [ + "omy", + "cin" + ], + [ + "omyc", + "in" + ], + [ + "ĠVict", + "ory" + ], + [ + "ĠVictor", + "y" + ], + [ + "Like", + "wise" + ], + [ + "ĠAff", + "ordable" + ], + [ + "Ġdisag", + "reed" + ], + [ + "Ġdisagree", + "d" + ], + [ + "Ġ", + "selves" + ], + [ + "Ġsel", + "ves" + ], + [ + "Ġ", + "Protecting" + ], + [ + "ĠProt", + "ecting" + ], + [ + "ĠProtect", + "ing" + ], + [ + "ĠSudden", + "ly" + ], + [ + "F", + "oot" + ], + [ + "L", + "eft" + ], + [ + "Le", + "ft" + ], + [ + "r", + "ive" + ], + [ + "ri", + "ve" + ], + [ + "riv", + "e" + ], + [ + "Ð", + "³" + ], + [ + "it", + "eration" + ], + [ + "ite", + "ration" + ], + [ + "iter", + "ation" + ], + [ + "Ġm", + "ins" + ], + [ + "Ġmin", + "s" + ], + [ + "Ġmi", + "ns" + ], + [ + "Ġe", + "ucalyptus" + ], + [ + "Ġeucalypt", + "us" + ], + [ + "ĠM", + "d" + ], + [ + "op", + "ards" + ], + [ + "opard", + "s" + ], + [ + "ĠP", + "es" + ], + [ + "ĠPe", + "s" + ], + [ + "ĠR", + "aven" + ], + [ + "ĠRa", + "ven" + ], + [ + "ĠRav", + "en" + ], + [ + "ĠG", + "lor" + ], + [ + "ĠGl", + "or" + ], + [ + "a", + "gra" + ], + [ + "ag", + "ra" + ], + [ + "el", + "lation" + ], + [ + "ell", + "ation" + ], + [ + "ella", + "tion" + ], + [ + "Ġcomm", + "its" + ], + [ + "Ġcommit", + "s" + ], + [ + "ific", + "antly" + ], + [ + "ificant", + "ly" + ], + [ + "t", + "erness" + ], + [ + "ter", + "ness" + ], + [ + "tern", + "ess" + ], + [ + "te", + "neg" + ], + [ + "ten", + "eg" + ], + [ + "Ġnon", + "verbal" + ], + [ + "Ġs", + "wear" + ], + [ + "Ġsw", + "ear" + ], + [ + "Ġswe", + "ar" + ], + [ + "ĠTe", + "ams" + ], + [ + "ĠTeam", + "s" + ], + [ + "ĠTea", + "ms" + ], + [ + "-l", + "aden" + ], + [ + "-la", + "den" + ], + [ + "Ġleft", + "overs" + ], + [ + "Ġleftover", + "s" + ], + [ + "Ġmicro", + "plastics" + ], + [ + "Ġcr", + "ave" + ], + [ + "Ġcra", + "ve" + ], + [ + "Ġ", + "Automatic" + ], + [ + "ĠAut", + "omatic" + ], + [ + "ĠAutom", + "atic" + ], + [ + "ĠAuto", + "matic" + ], + [ + "Ġconver", + "ge" + ], + [ + "Ġcardi", + "omy" + ], + [ + "Ġcardio", + "my" + ], + [ + "Ġdef", + "endants" + ], + [ + "Ġdefend", + "ants" + ], + [ + "Ġdefendant", + "s" + ], + [ + "E", + "FL" + ], + [ + "EF", + "L" + ], + [ + "you", + "ng" + ], + [ + "yo", + "ung" + ], + [ + "Ġassert", + "ions" + ], + [ + "Ġassertion", + "s" + ], + [ + "Ne", + "ill" + ], + [ + "Neil", + "l" + ], + [ + "Ġcommemor", + "ates" + ], + [ + "Ġcommemorate", + "s" + ], + [ + "ĠWhit", + "man" + ], + [ + "Ġdisc", + "ounts" + ], + [ + "Ġdiscount", + "s" + ], + [ + "ri", + "pps" + ], + [ + "rip", + "ps" + ], + [ + "ripp", + "s" + ], + [ + "ĠPar", + "enting" + ], + [ + "ĠParent", + "ing" + ], + [ + "ĠParen", + "ting" + ], + [ + "Ġnarr", + "ated" + ], + [ + "Ġnar", + "rated" + ], + [ + "Ġnarrate", + "d" + ], + [ + "ĠMig", + "uel" + ], + [ + "Ġ", + ").Ċ" + ], + [ + "Ġ)", + ".Ċ" + ], + [ + "Ġ).", + "Ċ" + ], + [ + "b", + "olic" + ], + [ + "bo", + "lic" + ], + [ + "bol", + "ic" + ], + [ + "Ġ", + "cf" + ], + [ + "Ġc", + "f" + ], + [ + "ĠT", + "in" + ], + [ + "ĠTi", + "n" + ], + [ + "ĠA", + "way" + ], + [ + "ĠAw", + "ay" + ], + [ + "ĠB", + "ing" + ], + [ + "ĠBi", + "ng" + ], + [ + "ĠBin", + "g" + ], + [ + "Ġab", + "duct" + ], + [ + "Ġabd", + "uct" + ], + [ + "Ġd", + "oom" + ], + [ + "Ġdo", + "om" + ], + [ + "ĠJ", + "enny" + ], + [ + "ĠJenn", + "y" + ], + [ + "ĠJen", + "ny" + ], + [ + "Ġ", + "Thy" + ], + [ + "ĠT", + "hy" + ], + [ + "ĠTh", + "y" + ], + [ + "Ġ", + "ung" + ], + [ + "Ġu", + "ng" + ], + [ + "Ġun", + "g" + ], + [ + "ĠK", + "ot" + ], + [ + "ĠKo", + "t" + ], + [ + "Ġin", + "different" + ], + [ + "Ġind", + "ifferent" + ], + [ + "r", + "onomy" + ], + [ + "ron", + "omy" + ], + [ + "a", + "leigh" + ], + [ + "ale", + "igh" + ], + [ + "s", + "ym" + ], + [ + "sy", + "m" + ], + [ + "Ġfurther", + "more" + ], + [ + "Ġd", + "ispens" + ], + [ + "Ġdisp", + "ens" + ], + [ + "char", + "ging" + ], + [ + "i", + "oxide" + ], + [ + "iox", + "ide" + ], + [ + "ioxid", + "e" + ], + [ + "-", + "East" + ], + [ + "-E", + "ast" + ], + [ + "Ġst", + "rept" + ], + [ + "Ġstr", + "ept" + ], + [ + "Ġstre", + "pt" + ], + [ + "Ġstrep", + "t" + ], + [ + "Ġdef", + "eating" + ], + [ + "Ġdefe", + "ating" + ], + [ + "Ġdefeat", + "ing" + ], + [ + "Ġrect", + "angles" + ], + [ + "Ġrectangle", + "s" + ], + [ + "Ġsh", + "rines" + ], + [ + "Ġshr", + "ines" + ], + [ + "Ġshrine", + "s" + ], + [ + "Ġen", + "closures" + ], + [ + "Ġencl", + "osures" + ], + [ + "Ġenclosure", + "s" + ], + [ + "Ġtang", + "ent" + ], + [ + "Ġtan", + "gent" + ], + [ + "ĠInt", + "elligent" + ], + [ + "ĠIntellig", + "ent" + ], + [ + "Ġproc", + "rast" + ], + [ + "Ġtent", + "acles" + ], + [ + "Ġ", + "Thankfully" + ], + [ + "ĠThank", + "fully" + ], + [ + "ĠGe", + "mini" + ], + [ + "ĠGem", + "ini" + ], + [ + "Ġscream", + "ing" + ], + [ + "ĠPilgrim", + "s" + ], + [ + "Ġmillisec", + "onds" + ], + [ + "Ġmillisecond", + "s" + ], + [ + "L", + "ouis" + ], + [ + "Lo", + "uis" + ], + [ + "Lou", + "is" + ], + [ + "V", + "irgin" + ], + [ + "h", + "urst" + ], + [ + "Ļ", + "Ĥ" + ], + [ + "Ê", + "¿" + ], + [ + "he", + "els" + ], + [ + "heel", + "s" + ], + [ + "hee", + "ls" + ], + [ + "Ġf", + "rying" + ], + [ + "Ġfr", + "ying" + ], + [ + "Ġfry", + "ing" + ], + [ + "Ġv", + "ase" + ], + [ + "Ġvas", + "e" + ], + [ + "Ġva", + "se" + ], + [ + "ĠD", + "ating" + ], + [ + "ĠDa", + "ting" + ], + [ + "ĠDat", + "ing" + ], + [ + "Ġro", + "ost" + ], + [ + "om", + "me" + ], + [ + "omm", + "e" + ], + [ + "Ġrem", + "ovable" + ], + [ + "Ġremov", + "able" + ], + [ + "ĠPres", + "idency" + ], + [ + "-C", + "ola" + ], + [ + "-Co", + "la" + ], + [ + "-Col", + "a" + ], + [ + "O", + "TS" + ], + [ + "OT", + "S" + ], + [ + "ĠH", + "olly" + ], + [ + "ĠHol", + "ly" + ], + [ + "ĠHoll", + "y" + ], + [ + "ĠBur", + "ton" + ], + [ + "ĠBurt", + "on" + ], + [ + "Sub", + "ject" + ], + [ + "Ġ", + "Ideal" + ], + [ + "ĠI", + "deal" + ], + [ + "ĠId", + "eal" + ], + [ + "ĠIde", + "al" + ], + [ + "ĠIdea", + "l" + ], + [ + "Ġgrocer", + "ies" + ], + [ + "ĠBron", + "x" + ], + [ + "Ġ", + "Surely" + ], + [ + "ĠSure", + "ly" + ], + [ + "ĠSt", + "rike" + ], + [ + "ĠStr", + "ike" + ], + [ + "ĠStri", + "ke" + ], + [ + "ĠDaw", + "son" + ], + [ + "ĠP", + "riest" + ], + [ + "ĠPr", + "iest" + ], + [ + "ĠPries", + "t" + ], + [ + "ĠPri", + "est" + ], + [ + "F", + "inal" + ], + [ + "Fin", + "al" + ], + [ + "Fi", + "nal" + ], + [ + "Ġn", + "omenclature" + ], + [ + "e", + "tin" + ], + [ + "et", + "in" + ], + [ + "eti", + "n" + ], + [ + "Ġs", + "tings" + ], + [ + "Ġst", + "ings" + ], + [ + "Ġsting", + "s" + ], + [ + "ĠS", + "AF" + ], + [ + "ĠSA", + "F" + ], + [ + "ĠC", + "ough" + ], + [ + "ĠCo", + "ugh" + ], + [ + "ĠCou", + "gh" + ], + [ + "ĠC", + "VD" + ], + [ + "ĠCV", + "D" + ], + [ + "Ġover", + "growth" + ], + [ + "Ġro", + "asting" + ], + [ + "Ġroast", + "ing" + ], + [ + "Ġfirst", + "ly" + ], + [ + "Ġwater", + "falls" + ], + [ + "Ġwaterfall", + "s" + ], + [ + "-", + "fire" + ], + [ + "-f", + "ire" + ], + [ + "-fi", + "re" + ], + [ + "-p", + "eer" + ], + [ + "-pe", + "er" + ], + [ + "-", + "core" + ], + [ + "-c", + "ore" + ], + [ + "-co", + "re" + ], + [ + "-cor", + "e" + ], + [ + "Ġrad", + "iotherapy" + ], + [ + "Ġradio", + "therapy" + ], + [ + "Ġradi", + "otherapy" + ], + [ + "ĠAll", + "ergies" + ], + [ + "Ġer", + "ased" + ], + [ + "Ġera", + "sed" + ], + [ + "Ġerase", + "d" + ], + [ + "Ġeras", + "ed" + ], + [ + "Ġge", + "om" + ], + [ + "Ġgeo", + "m" + ], + [ + "Ġviol", + "ates" + ], + [ + "Ġviolate", + "s" + ], + [ + "Ġsn", + "out" + ], + [ + "-", + "gas" + ], + [ + "-g", + "as" + ], + [ + "Ġprom", + "oter" + ], + [ + "Ġpromot", + "er" + ], + [ + "Ġpromote", + "r" + ], + [ + "ĠBr", + "igham" + ], + [ + "ĠBrig", + "ham" + ], + [ + "ĠBri", + "gham" + ], + [ + "Ġauthor", + "ship" + ], + [ + "Ġauthors", + "hip" + ], + [ + "Ġuns", + "atis" + ], + [ + "Ġmed", + "iums" + ], + [ + "Ġmedium", + "s" + ], + [ + "Ġmedi", + "ums" + ], + [ + "Ġ", + "×IJ" + ], + [ + "Ġ×", + "IJ" + ], + [ + "Ġsacrific", + "ing" + ], + [ + "ĠB", + "LM" + ], + [ + "ĠBL", + "M" + ], + [ + "Ġacet", + "aminophen" + ], + [ + "ĠJames", + "town" + ], + [ + "ĠJam", + "estown" + ], + [ + "Ġneut", + "rino" + ], + [ + "Ġneutr", + "ino" + ], + [ + "Ġ", + "Instructions" + ], + [ + "ĠInstruction", + "s" + ], + [ + "ĠInstruct", + "ions" + ], + [ + "ĠInstru", + "ctions" + ], + [ + "o", + "unsaturated" + ], + [ + "ouns", + "aturated" + ], + [ + "Alex", + "ander" + ], + [ + "ĠEur", + "asia" + ], + [ + "Ġretal", + "iation" + ], + [ + "Ġuncon", + "ditional" + ], + [ + "Ġuncondition", + "al" + ], + [ + "V", + "S" + ], + [ + "ar", + "ck" + ], + [ + "arc", + "k" + ], + [ + "ĠS", + "ug" + ], + [ + "ĠSu", + "g" + ], + [ + "ĠC", + "oy" + ], + [ + "ĠCo", + "y" + ], + [ + "ĠW", + "inc" + ], + [ + "ĠWin", + "c" + ], + [ + "ĠWi", + "nc" + ], + [ + "ĠD", + "oyle" + ], + [ + "ĠDo", + "yle" + ], + [ + "Ġ", + "RH" + ], + [ + "ĠR", + "H" + ], + [ + "Ġpl", + "ough" + ], + [ + "Ġ", + "OB" + ], + [ + "ĠO", + "B" + ], + [ + "Ġun", + "answered" + ], + [ + "r", + "actors" + ], + [ + "ra", + "ctors" + ], + [ + "ract", + "ors" + ], + [ + "ractor", + "s" + ], + [ + "Ġb", + "oon" + ], + [ + "Ġbo", + "on" + ], + [ + "Ġboo", + "n" + ], + [ + "Ġend", + "orphins" + ], + [ + "ĠAnd", + "hra" + ], + [ + "Ġpar", + "ades" + ], + [ + "Ġparad", + "es" + ], + [ + "Ġpa", + "rades" + ], + [ + "Ġparade", + "s" + ], + [ + "Ġpara", + "des" + ], + [ + "ĠSouth", + "ampton" + ], + [ + "ĠSout", + "hampton" + ], + [ + "Ġ", + "Studying" + ], + [ + "ĠStud", + "ying" + ], + [ + "ĠStudy", + "ing" + ], + [ + "Ġdark", + "est" + ], + [ + "ĠReg", + "ions" + ], + [ + "ĠRegion", + "s" + ], + [ + "Ġass", + "igns" + ], + [ + "Ġassign", + "s" + ], + [ + "ick", + "sburg" + ], + [ + "icks", + "burg" + ], + [ + "ĠEx", + "position" + ], + [ + "ĠExp", + "osition" + ], + [ + "ĠInc", + "reases" + ], + [ + "ĠIncre", + "ases" + ], + [ + "ĠIncrease", + "s" + ], + [ + "Ġtherm", + "odynamics" + ], + [ + "Ġthermodynamic", + "s" + ], + [ + "Ġthermo", + "dynamics" + ], + [ + "Ġpharm", + "acies" + ], + [ + "Ġpharmac", + "ies" + ], + [ + "Ġsynchron", + "ization" + ], + [ + "Ġpear", + "ls" + ], + [ + "Ġpearl", + "s" + ], + [ + "Ġphyt", + "ochemical" + ], + [ + "Ġphyto", + "chemical" + ], + [ + "Ġinaug", + "uration" + ], + [ + "Ġunrest", + "ricted" + ], + [ + "Ġinterchange", + "able" + ], + [ + "Ġshow", + "cases" + ], + [ + "Ġshowc", + "ases" + ], + [ + "Ġshowcase", + "s" + ], + [ + "Ġbar", + "gain" + ], + [ + "Ġbarg", + "ain" + ], + [ + "ĠFour", + "ier" + ], + [ + "ĠFou", + "rier" + ], + [ + "ecl", + "ampsia" + ], + [ + "-", + "mentioned" + ], + [ + "-m", + "entioned" + ], + [ + "O", + "ste" + ], + [ + "Os", + "te" + ], + [ + "d", + "ar" + ], + [ + "da", + "r" + ], + [ + "t", + "oday" + ], + [ + "to", + "day" + ], + [ + "Ġm", + "aternity" + ], + [ + "Ġma", + "ternity" + ], + [ + "Ġd", + "osing" + ], + [ + "Ġdo", + "sing" + ], + [ + "Ġdos", + "ing" + ], + [ + "Ġth", + "ief" + ], + [ + "Ġthi", + "ef" + ], + [ + "i", + "dan" + ], + [ + "id", + "an" + ], + [ + "ida", + "n" + ], + [ + "Ġ", + "strap" + ], + [ + "Ġs", + "trap" + ], + [ + "Ġst", + "rap" + ], + [ + "Ġstr", + "ap" + ], + [ + "Ġstra", + "p" + ], + [ + "ĠA", + "ires" + ], + [ + "ĠAir", + "es" + ], + [ + "ĠAi", + "res" + ], + [ + "ĠC", + "MS" + ], + [ + "ĠCM", + "S" + ], + [ + "h", + "erty" + ], + [ + "her", + "ty" + ], + [ + "ĠD", + "ros" + ], + [ + "ĠDr", + "os" + ], + [ + "ĠDro", + "s" + ], + [ + "Ġsh", + "aken" + ], + [ + "Ġshake", + "n" + ], + [ + "per", + "fect" + ], + [ + "Ġcomp", + "iling" + ], + [ + "ĠIn", + "clusion" + ], + [ + "ĠInc", + "lusion" + ], + [ + "Ġc", + "olic" + ], + [ + "Ġcol", + "ic" + ], + [ + "Ġco", + "lic" + ], + [ + "Ġcoli", + "c" + ], + [ + "Ġag", + "rarian" + ], + [ + "Ġoff", + "ended" + ], + [ + "Ġoffend", + "ed" + ], + [ + "cy", + "stic" + ], + [ + "cyst", + "ic" + ], + [ + "Ġtrans", + "genic" + ], + [ + "Ġtransg", + "enic" + ], + [ + "c", + "ked" + ], + [ + "ck", + "ed" + ], + [ + "cke", + "d" + ], + [ + "d", + "era" + ], + [ + "der", + "a" + ], + [ + "de", + "ra" + ], + [ + "âĢľ", + "And" + ], + [ + "âĢľA", + "nd" + ], + [ + "âĢľAn", + "d" + ], + [ + "ĠWor", + "cester" + ], + [ + "St", + "ates" + ], + [ + "State", + "s" + ], + [ + "Stat", + "es" + ], + [ + "Ġterm", + "inate" + ], + [ + "Ġtermin", + "ate" + ], + [ + "Ġpay", + "roll" + ], + [ + "Ġadminist", + "rations" + ], + [ + "Ġadministration", + "s" + ], + [ + "Ġadministr", + "ations" + ], + [ + "ĠWeb", + "MD" + ], + [ + "ĠSe", + "rious" + ], + [ + "ĠSer", + "ious" + ], + [ + "ĠOut", + "reach" + ], + [ + "ĠKore", + "ans" + ], + [ + "ĠKorea", + "ns" + ], + [ + "ĠKorean", + "s" + ], + [ + "Ġs", + "weetened" + ], + [ + "Ġsweet", + "ened" + ], + [ + "Ġ", + ">Ċ" + ], + [ + "Ġ>", + "Ċ" + ], + [ + "Ġirrit", + "ants" + ], + [ + "Ġirritant", + "s" + ], + [ + "Ġtap", + "estry" + ], + [ + "Ġtape", + "stry" + ], + [ + "Ġtapes", + "try" + ], + [ + "Ġrepet", + "itions" + ], + [ + "Ġrepetition", + "s" + ], + [ + "Ob", + "jective" + ], + [ + "Object", + "ive" + ], + [ + "Ġamphib", + "ian" + ], + [ + "Fr", + "anc" + ], + [ + "Fra", + "nc" + ], + [ + "Ġglut", + "amate" + ], + [ + "Ġlocom", + "otive" + ], + [ + "Altern", + "atively" + ], + [ + "Alternative", + "ly" + ], + [ + "ĠStreet", + "s" + ], + [ + "ĠStre", + "ets" + ], + [ + "Ġhort", + "icultural" + ], + [ + "App", + "lication" + ], + [ + "Ap", + "plication" + ], + [ + "Applic", + "ation" + ], + [ + "Ġde", + "portation" + ], + [ + "Ġdeport", + "ation" + ], + [ + "(", + "The" + ], + [ + "(T", + "he" + ], + [ + "J", + "ob" + ], + [ + "Jo", + "b" + ], + [ + "V", + "P" + ], + [ + "b", + "able" + ], + [ + "ba", + "ble" + ], + [ + "d", + "or" + ], + [ + "do", + "r" + ], + [ + "p", + "ict" + ], + [ + "pi", + "ct" + ], + [ + "pic", + "t" + ], + [ + "Ġh", + "inge" + ], + [ + "Ġhing", + "e" + ], + [ + "Ġl", + "ender" + ], + [ + "Ġle", + "nder" + ], + [ + "Ġlend", + "er" + ], + [ + "Ġlen", + "der" + ], + [ + "Ġfor", + "ging" + ], + [ + "Ġforg", + "ing" + ], + [ + "ĠM", + "ask" + ], + [ + "ĠMa", + "sk" + ], + [ + "ĠMas", + "k" + ], + [ + "ĠW", + "izard" + ], + [ + "ĠF", + "rag" + ], + [ + "ĠFr", + "ag" + ], + [ + "ĠFra", + "g" + ], + [ + "Ġm", + "egal" + ], + [ + "Ġme", + "gal" + ], + [ + "Ġmeg", + "al" + ], + [ + "Ġmega", + "l" + ], + [ + "Ġapp", + "la" + ], + [ + "Ġappl", + "a" + ], + [ + "Ġun", + "balanced" + ], + [ + "Ġsc", + "aly" + ], + [ + "Ġscal", + "y" + ], + [ + "cept", + "ives" + ], + [ + "ceptive", + "s" + ], + [ + "Ġshe", + "pherds" + ], + [ + "Ġshepherd", + "s" + ], + [ + "Ġe", + "last" + ], + [ + "Ġel", + "ast" + ], + [ + "y", + "mn" + ], + [ + "ym", + "n" + ], + [ + "Ġdi", + "eting" + ], + [ + "Ġdiet", + "ing" + ], + [ + "Ġdie", + "ting" + ], + [ + "Ġliqu", + "ef" + ], + [ + "Ġfib", + "romyalgia" + ], + [ + "ĠI", + "SIS" + ], + [ + "ĠIS", + "IS" + ], + [ + "ĠPhys", + "ician" + ], + [ + "Ġstem", + "ming" + ], + [ + "ĠSl", + "ovakia" + ], + [ + "ĠSlovak", + "ia" + ], + [ + "ĠLy", + "ndon" + ], + [ + "ĠLyn", + "don" + ], + [ + "Sub", + "mitted" + ], + [ + "Submit", + "ted" + ], + [ + "Ġpneum", + "atic" + ], + [ + "Ġlob", + "ster" + ], + [ + "Ġhier", + "oglyph" + ], + [ + "ocking", + "bird" + ], + [ + "ĠT", + "utor" + ], + [ + "ĠTut", + "or" + ], + [ + "ĠTu", + "tor" + ], + [ + "Ġapost", + "le" + ], + [ + "Off", + "ice" + ], + [ + "Offic", + "e" + ], + [ + "Ġunim", + "agin" + ], + [ + "Ġequivalent", + "s" + ], + [ + "Ġequival", + "ents" + ], + [ + "Ġpeb", + "bles" + ], + [ + "Ġpebble", + "s" + ], + [ + "Ġlaugh", + "ed" + ], + [ + "Ġlaug", + "hed" + ], + [ + "K", + "B" + ], + [ + "P", + "regn" + ], + [ + "Pre", + "gn" + ], + [ + "Ù", + "ĥ" + ], + [ + "Ġb", + "ouncing" + ], + [ + "Ġ", + "anthem" + ], + [ + "Ġan", + "them" + ], + [ + "Ġant", + "hem" + ], + [ + "Ġanth", + "em" + ], + [ + "Ġanthe", + "m" + ], + [ + "ĠN", + "ure" + ], + [ + "ĠNu", + "re" + ], + [ + "ĠNur", + "e" + ], + [ + "pl", + "ified" + ], + [ + "Ġ", + "kh" + ], + [ + "Ġk", + "h" + ], + [ + "ĠO", + "man" + ], + [ + "ĠOm", + "an" + ], + [ + "Ġcol", + "ossal" + ], + [ + "ob", + "ility" + ], + [ + "obil", + "ity" + ], + [ + "uc", + "chini" + ], + [ + "i", + "enn" + ], + [ + "ie", + "nn" + ], + [ + "ien", + "n" + ], + [ + "Ġmat", + "rices" + ], + [ + "Ġmil", + "let" + ], + [ + "Ġmill", + "et" + ], + [ + "Ġ", + "looming" + ], + [ + "Ġlo", + "oming" + ], + [ + "Ġloom", + "ing" + ], + [ + "ov", + "erning" + ], + [ + "over", + "ning" + ], + [ + "Ġcr", + "itters" + ], + [ + "Ġcrit", + "ters" + ], + [ + "ma", + "jor" + ], + [ + "Ġf", + "airs" + ], + [ + "Ġfa", + "irs" + ], + [ + "Ġfair", + "s" + ], + [ + "ĠGreen", + "wich" + ], + [ + "Ġ", + "rollers" + ], + [ + "Ġroll", + "ers" + ], + [ + "Ġroller", + "s" + ], + [ + "-", + "normal" + ], + [ + "-n", + "ormal" + ], + [ + "Ġ", + "Turning" + ], + [ + "ĠT", + "urning" + ], + [ + "ĠTur", + "ning" + ], + [ + "ĠTurn", + "ing" + ], + [ + "IN", + "GS" + ], + [ + "ING", + "S" + ], + [ + "ĠHam", + "mer" + ], + [ + "ĠHamm", + "er" + ], + [ + "ĠM", + "emor" + ], + [ + "ĠMe", + "mor" + ], + [ + "ĠMem", + "or" + ], + [ + "ny", + "der" + ], + [ + "Ġoutl", + "awed" + ], + [ + "Ġoutlaw", + "ed" + ], + [ + "Ġsummar", + "izing" + ], + [ + "Ġgran", + "ules" + ], + [ + "Ġgranul", + "es" + ], + [ + "Ġres", + "onant" + ], + [ + "Ġreson", + "ant" + ], + [ + "Cal", + "cium" + ], + [ + "Calc", + "ium" + ], + [ + "Ġbroad", + "casts" + ], + [ + "Ġbroadcast", + "s" + ], + [ + "Ġsucc", + "inct" + ], + [ + "Ġacet", + "ate" + ], + [ + "Ġμ", + "m" + ], + [ + "ĠKos", + "ovo" + ], + [ + "Ġmultif", + "aceted" + ], + [ + "Ġ", + "Efforts" + ], + [ + "ĠEff", + "orts" + ], + [ + "ĠEf", + "forts" + ], + [ + "ĠEffort", + "s" + ], + [ + "Ġmyocard", + "ial" + ], + [ + "ĠFiref", + "ox" + ], + [ + "Ġunfav", + "orable" + ], + [ + "ĠIsab", + "ella" + ], + [ + "ĠIsabel", + "la" + ], + [ + ".", + "sh" + ], + [ + ".s", + "h" + ], + [ + "L", + "ive" + ], + [ + "Li", + "ve" + ], + [ + "d", + "b" + ], + [ + "o", + "nance" + ], + [ + "on", + "ance" + ], + [ + "ona", + "nce" + ], + [ + "Ġs", + "add" + ], + [ + "Ġsa", + "dd" + ], + [ + "Ġsad", + "d" + ], + [ + "es", + "que" + ], + [ + "Ġf", + "ries" + ], + [ + "Ġfri", + "es" + ], + [ + "Ġfr", + "ies" + ], + [ + "Ġn", + "ib" + ], + [ + "Ġni", + "b" + ], + [ + "âĢ", + "ļ" + ], + [ + "ol", + "ulu" + ], + [ + "olu", + "lu" + ], + [ + "Ġal", + "opecia" + ], + [ + "Ġc", + "ance" + ], + [ + "Ġcan", + "ce" + ], + [ + "Ġca", + "nce" + ], + [ + "ĠR", + "heumat" + ], + [ + "Ġres", + "olves" + ], + [ + "Ġresolve", + "s" + ], + [ + "Ġsc", + "ams" + ], + [ + "Ġscam", + "s" + ], + [ + "ĠK", + "aw" + ], + [ + "ĠKa", + "w" + ], + [ + "ro", + "wave" + ], + [ + "row", + "ave" + ], + [ + "ĠY", + "ard" + ], + [ + "ĠYa", + "rd" + ], + [ + "ĠYar", + "d" + ], + [ + "Ġfood", + "st" + ], + [ + "Ġfoods", + "t" + ], + [ + "Ġconf", + "ines" + ], + [ + "Ġconfine", + "s" + ], + [ + "-", + "sl" + ], + [ + "-s", + "l" + ], + [ + "Ġ", + "Institutions" + ], + [ + "ĠIn", + "stitutions" + ], + [ + "ĠInstit", + "utions" + ], + [ + "ĠInstitution", + "s" + ], + [ + "ĠInstitut", + "ions" + ], + [ + "af", + "fin" + ], + [ + "aff", + "in" + ], + [ + "ĠEduc", + "ator" + ], + [ + "Ġoccup", + "ancy" + ], + [ + "Ġcred", + "itors" + ], + [ + "Ġcredit", + "ors" + ], + [ + "Ġcreditor", + "s" + ], + [ + "Ġexchange", + "r" + ], + [ + "Ġexch", + "anger" + ], + [ + "Ġlact", + "ation" + ], + [ + "Ġadrenal", + "ine" + ], + [ + "Ġadren", + "aline" + ], + [ + ".j", + "pg" + ], + [ + "ĠBR", + "CA" + ], + [ + "ĠH", + "uron" + ], + [ + "ĠHu", + "ron" + ], + [ + "ĠHur", + "on" + ], + [ + "inform", + "atics" + ], + [ + "ĠJuven", + "ile" + ], + [ + "F", + "er" + ], + [ + "Fe", + "r" + ], + [ + "K", + "n" + ], + [ + "T", + "PS" + ], + [ + "TP", + "S" + ], + [ + "f", + "ive" + ], + [ + "fi", + "ve" + ], + [ + "om", + "bo" + ], + [ + "omb", + "o" + ], + [ + "ĠT", + "ric" + ], + [ + "ĠTr", + "ic" + ], + [ + "ĠTri", + "c" + ], + [ + "ut", + "il" + ], + [ + "uti", + "l" + ], + [ + "ĠI", + "BD" + ], + [ + "ĠIB", + "D" + ], + [ + "ĠB", + "ri" + ], + [ + "ĠBr", + "i" + ], + [ + "Ġ", + "Bacterial" + ], + [ + "ĠB", + "acterial" + ], + [ + "ĠBacteria", + "l" + ], + [ + "ĠBacter", + "ial" + ], + [ + "Ġv", + "andal" + ], + [ + "Ġvan", + "dal" + ], + [ + "ud", + "ence" + ], + [ + "ude", + "nce" + ], + [ + "Ġr", + "untime" + ], + [ + "Ġrun", + "time" + ], + [ + "a", + "gy" + ], + [ + "ag", + "y" + ], + [ + "Ġdis", + "eng" + ], + [ + "Ġdise", + "ng" + ], + [ + "i", + "peg" + ], + [ + "ip", + "eg" + ], + [ + "ipe", + "g" + ], + [ + "Ġcomm", + "ute" + ], + [ + "Ġcommut", + "e" + ], + [ + "Ġ", + "\"..." + ], + [ + "Ġ\"", + "..." + ], + [ + "Ġ\".", + ".." + ], + [ + "Ġplay", + "wright" + ], + [ + "Ġ", + "lows" + ], + [ + "Ġl", + "ows" + ], + [ + "Ġlow", + "s" + ], + [ + "Ġlo", + "ws" + ], + [ + "Ġprom", + "ul" + ], + [ + "port", + "ation" + ], + [ + "ĠEn", + "ough" + ], + [ + "Ġe", + "rode" + ], + [ + "Ġer", + "ode" + ], + [ + "Ġrecogn", + "ises" + ], + [ + "Ġrecognise", + "s" + ], + [ + "Ġcolon", + "oscopy" + ], + [ + "Ġx", + "yl" + ], + [ + "Ġw", + "iden" + ], + [ + "Ġwide", + "n" + ], + [ + "Ġwid", + "en" + ], + [ + "Ġwi", + "den" + ], + [ + "ĠF", + "ounder" + ], + [ + "ĠFound", + "er" + ], + [ + "ĠFou", + "nder" + ], + [ + "ĠFo", + "under" + ], + [ + "ĠCap", + "acity" + ], + [ + "Ġvibr", + "ate" + ], + [ + "Ġvi", + "brate" + ], + [ + "Ġvib", + "rate" + ], + [ + "Ġord", + "inarily" + ], + [ + "Ġordin", + "arily" + ], + [ + "ĠEs", + "cher" + ], + [ + "ĠEsc", + "her" + ], + [ + "Enc", + "ourage" + ], + [ + "Ġtrain", + "ees" + ], + [ + "Ġtraine", + "es" + ], + [ + "Ġtrainee", + "s" + ], + [ + "Ġcond", + "uit" + ], + [ + "Ġcondu", + "it" + ], + [ + "C", + "reative" + ], + [ + "Creat", + "ive" + ], + [ + "c", + "ivil" + ], + [ + "ci", + "vil" + ], + [ + "Ġ", + "aust" + ], + [ + "Ġa", + "ust" + ], + [ + "Ġau", + "st" + ], + [ + "e", + "nas" + ], + [ + "en", + "as" + ], + [ + "ena", + "s" + ], + [ + "al", + "om" + ], + [ + "alo", + "m" + ], + [ + "ar", + "f" + ], + [ + "Ġg", + "erman" + ], + [ + "Ġgerm", + "an" + ], + [ + "Ġger", + "man" + ], + [ + "Ġex", + "termination" + ], + [ + "Ġextermin", + "ation" + ], + [ + "ĠH", + "ume" + ], + [ + "ĠHum", + "e" + ], + [ + "ĠHu", + "me" + ], + [ + "Ġ", + "rive" + ], + [ + "Ġr", + "ive" + ], + [ + "ĠD", + "il" + ], + [ + "ĠDi", + "l" + ], + [ + "ĠD", + "ud" + ], + [ + "ĠDu", + "d" + ], + [ + "ĠG", + "ABA" + ], + [ + "ĠGA", + "BA" + ], + [ + "ĠL", + "SD" + ], + [ + "ĠLS", + "D" + ], + [ + "ĠT", + "hing" + ], + [ + "ĠTh", + "ing" + ], + [ + "ĠThin", + "g" + ], + [ + "ĠThi", + "ng" + ], + [ + "ĠV", + "ista" + ], + [ + "ĠVis", + "ta" + ], + [ + "ĠVi", + "sta" + ], + [ + "ract", + "able" + ], + [ + "rac", + "table" + ], + [ + "Ġhigh", + "s" + ], + [ + "Ġhig", + "hs" + ], + [ + "Ġhe", + "aders" + ], + [ + "Ġhead", + "ers" + ], + [ + "Ġheader", + "s" + ], + [ + "Ġet", + "ching" + ], + [ + "Ġetc", + "hing" + ], + [ + "Ġetch", + "ing" + ], + [ + "Ġ", + "Lean" + ], + [ + "ĠL", + "ean" + ], + [ + "ĠLe", + "an" + ], + [ + "ĠLea", + "n" + ], + [ + "Ġsal", + "ient" + ], + [ + "Ġnutrition", + "ist" + ], + [ + "Ġdivers", + "ify" + ], + [ + "ĠHuman", + "ity" + ], + [ + "ĠHum", + "anity" + ], + [ + "Ġhospital", + "izations" + ], + [ + "Ġhospitalization", + "s" + ], + [ + "Ġcart", + "ridges" + ], + [ + "Ġcartridge", + "s" + ], + [ + "ĠS", + "kill" + ], + [ + "ĠSk", + "ill" + ], + [ + "ĠSki", + "ll" + ], + [ + "Ġ", + "ARM" + ], + [ + "ĠA", + "RM" + ], + [ + "ĠAR", + "M" + ], + [ + "Ġrib", + "bons" + ], + [ + "Ġribbon", + "s" + ], + [ + "Prof", + "essional" + ], + [ + "Ġmart", + "yrs" + ], + [ + "Ġmartyr", + "s" + ], + [ + "Ġmarty", + "rs" + ], + [ + "Ġrebell", + "ious" + ], + [ + "ĠMcG", + "raw" + ], + [ + "hyth", + "mia" + ], + [ + "hythm", + "ia" + ], + [ + "Rad", + "io" + ], + [ + "Radi", + "o" + ], + [ + "Ġaggrav", + "ated" + ], + [ + "Ġaggravate", + "d" + ], + [ + "Ġresign", + "ation" + ], + [ + "Ġunden", + "iable" + ], + [ + "Ġhither", + "to" + ], + [ + "S", + "ound" + ], + [ + "So", + "und" + ], + [ + "S", + "EL" + ], + [ + "SE", + "L" + ], + [ + "q", + "l" + ], + [ + "à", + "°" + ], + [ + "Ġw", + "ob" + ], + [ + "Ġwo", + "b" + ], + [ + "Ġp", + "ious" + ], + [ + "Ġpi", + "ous" + ], + [ + "Ġf", + "ür" + ], + [ + "o", + "mile" + ], + [ + "om", + "ile" + ], + [ + "omi", + "le" + ], + [ + "Ġn", + "ave" + ], + [ + "Ġnav", + "e" + ], + [ + "Ġna", + "ve" + ], + [ + "s", + "ema" + ], + [ + "se", + "ma" + ], + [ + "sem", + "a" + ], + [ + "e", + "times" + ], + [ + "et", + "imes" + ], + [ + "etime", + "s" + ], + [ + "eti", + "mes" + ], + [ + "ĠC", + "ultures" + ], + [ + "ĠCulture", + "s" + ], + [ + "ĠCult", + "ures" + ], + [ + "em", + "ployment" + ], + [ + "employ", + "ment" + ], + [ + "ĠD", + "ome" + ], + [ + "ĠDo", + "me" + ], + [ + "ĠDom", + "e" + ], + [ + "ar", + "ty" + ], + [ + "art", + "y" + ], + [ + "a", + "pon" + ], + [ + "ap", + "on" + ], + [ + "apo", + "n" + ], + [ + "Ġcl", + "ams" + ], + [ + "Ġclam", + "s" + ], + [ + "ol", + "dt" + ], + [ + "old", + "t" + ], + [ + "led", + "ged" + ], + [ + "ledge", + "d" + ], + [ + "Ġ", + "Aluminum" + ], + [ + "ĠAl", + "uminum" + ], + [ + "Ġimpact", + "ful" + ], + [ + "Ġfall", + "opian" + ], + [ + "Ġcapital", + "ize" + ], + [ + "ĠS", + "chu" + ], + [ + "ĠSc", + "hu" + ], + [ + "ĠSch", + "u" + ], + [ + "ĠF", + "inn" + ], + [ + "ĠFin", + "n" + ], + [ + "ĠFi", + "nn" + ], + [ + "Ġcampaign", + "ing" + ], + [ + "Ġfing", + "ern" + ], + [ + "Ġfinger", + "n" + ], + [ + "ĠAccess", + "ibility" + ], + [ + "ĠCor", + "ner" + ], + [ + "ĠCorn", + "er" + ], + [ + "ĠTime", + "line" + ], + [ + "ĠTim", + "eline" + ], + [ + "Ġa", + "scribed" + ], + [ + "Ġas", + "cribed" + ], + [ + "Ġasc", + "ribed" + ], + [ + "Ġascribe", + "d" + ], + [ + "Ġsediment", + "ation" + ], + [ + "Ġ", + "Passive" + ], + [ + "ĠPass", + "ive" + ], + [ + "ĠBot", + "anic" + ], + [ + "ĠBu", + "enos" + ], + [ + "Ex", + "tra" + ], + [ + "Ext", + "ra" + ], + [ + "Ġculp", + "rits" + ], + [ + "Ġculprit", + "s" + ], + [ + "Ġexoplan", + "et" + ], + [ + "Ġdesal", + "ination" + ], + [ + "Ġ", + "ç" + ], + [ + "-", + "area" + ], + [ + "-a", + "rea" + ], + [ + "-ar", + "ea" + ], + [ + "-are", + "a" + ], + [ + "Ġf", + "anc" + ], + [ + "Ġfa", + "nc" + ], + [ + "Ġfan", + "c" + ], + [ + "ĠM", + "iz" + ], + [ + "ĠMi", + "z" + ], + [ + "ĠM", + "ice" + ], + [ + "ĠMic", + "e" + ], + [ + "ĠMi", + "ce" + ], + [ + "ĠP", + "ag" + ], + [ + "ĠPa", + "g" + ], + [ + "Ġch", + "illing" + ], + [ + "Ġchi", + "lling" + ], + [ + "Ġchill", + "ing" + ], + [ + "Ġ", + "LL" + ], + [ + "ĠL", + "L" + ], + [ + "Ġinc", + "iner" + ], + [ + "ĠT", + "hin" + ], + [ + "ĠTh", + "in" + ], + [ + "ĠThi", + "n" + ], + [ + "Ġpo", + "lling" + ], + [ + "Ġpol", + "ling" + ], + [ + "Ġpoll", + "ing" + ], + [ + "l", + "ander" + ], + [ + "land", + "er" + ], + [ + "la", + "nder" + ], + [ + "lan", + "der" + ], + [ + "Ġgra", + "ffiti" + ], + [ + "ĠS", + "cler" + ], + [ + "ĠSc", + "ler" + ], + [ + "am", + "ming" + ], + [ + "amm", + "ing" + ], + [ + "Ġem", + "path" + ], + [ + "Ġemp", + "ath" + ], + [ + "Ġ", + "Removing" + ], + [ + "ĠRe", + "moving" + ], + [ + "ĠRem", + "oving" + ], + [ + "-", + "Mart" + ], + [ + "-M", + "art" + ], + [ + "-Mar", + "t" + ], + [ + "-", + "natural" + ], + [ + "-n", + "atural" + ], + [ + "Ġsacr", + "ificial" + ], + [ + "Ġsacrific", + "ial" + ], + [ + "Ġborrow", + "ers" + ], + [ + "Ġborrower", + "s" + ], + [ + "Man", + "agement" + ], + [ + "ĠAsh", + "ley" + ], + [ + "-co", + "ated" + ], + [ + "Ġdiscrep", + "ancies" + ], + [ + "main", + "ly" + ], + [ + "ĠLis", + "bon" + ], + [ + "Pre", + "venting" + ], + [ + "Prevent", + "ing" + ], + [ + "ĠGDP", + "R" + ], + [ + "ĠGD", + "PR" + ], + [ + "Ġnewcom", + "ers" + ], + [ + "Ġnewcomer", + "s" + ], + [ + "Ġraz", + "or" + ], + [ + "Ġperiodont", + "itis" + ], + [ + "m", + "ong" + ], + [ + "mon", + "g" + ], + [ + "mo", + "ng" + ], + [ + "Ġ", + "tern" + ], + [ + "Ġt", + "ern" + ], + [ + "Ġte", + "rn" + ], + [ + "Ġter", + "n" + ], + [ + "Ġs", + "ul" + ], + [ + "Ġsu", + "l" + ], + [ + "Ġm", + "ornings" + ], + [ + "Ġmor", + "nings" + ], + [ + "Ġmorning", + "s" + ], + [ + "o", + "tin" + ], + [ + "ot", + "in" + ], + [ + "oti", + "n" + ], + [ + "ĠM", + "ud" + ], + [ + "ĠMu", + "d" + ], + [ + "ĠH", + "els" + ], + [ + "ĠHe", + "ls" + ], + [ + "ĠHel", + "s" + ], + [ + "Ġen", + "vis" + ], + [ + "Ġenv", + "is" + ], + [ + "a", + "po" + ], + [ + "ap", + "o" + ], + [ + "Ġp", + "ee" + ], + [ + "Ġpe", + "e" + ], + [ + "ob", + "ject" + ], + [ + "xt", + "ap" + ], + [ + "Ġcent", + "imeter" + ], + [ + "Ġc", + "reed" + ], + [ + "Ġcre", + "ed" + ], + [ + "Ġcr", + "eed" + ], + [ + "-", + "family" + ], + [ + "-f", + "amily" + ], + [ + "Ġdev", + "out" + ], + [ + "Ġlo", + "oph" + ], + [ + "Ġloop", + "h" + ], + [ + "ĠZ", + "oom" + ], + [ + "ĠZoo", + "m" + ], + [ + "ĠZo", + "om" + ], + [ + "ĠZ", + "immer" + ], + [ + "he", + "miah" + ], + [ + "hem", + "iah" + ], + [ + "ĠMed", + "ina" + ], + [ + "ip", + "pur" + ], + [ + "ipp", + "ur" + ], + [ + "Ġstory", + "t" + ], + [ + "Ġcapt", + "ivating" + ], + [ + "oe", + "uv" + ], + [ + "in", + "etics" + ], + [ + "ine", + "tics" + ], + [ + "inet", + "ics" + ], + [ + "fore", + "stry" + ], + [ + "for", + "estry" + ], + [ + "forest", + "ry" + ], + [ + "ĠPu", + "get" + ], + [ + "ĠPug", + "et" + ], + [ + "ĠRe", + "quired" + ], + [ + "ĠRequ", + "ired" + ], + [ + "ĠRequire", + "d" + ], + [ + "op", + "olitan" + ], + [ + "opol", + "itan" + ], + [ + "ĠWhit", + "ney" + ], + [ + "ĠAstroph", + "ysics" + ], + [ + "Ġeard", + "rum" + ], + [ + "-", + "rep" + ], + [ + "-re", + "p" + ], + [ + "-r", + "ep" + ], + [ + "y", + "ms" + ], + [ + "ym", + "s" + ], + [ + "z", + "hou" + ], + [ + "zh", + "ou" + ], + [ + "Ġo", + "aks" + ], + [ + "Ġoak", + "s" + ], + [ + "ĠA", + "min" + ], + [ + "ĠAm", + "in" + ], + [ + "i", + "fi" + ], + [ + "if", + "i" + ], + [ + "pt", + "ophan" + ], + [ + "r", + "uck" + ], + [ + "ru", + "ck" + ], + [ + "ruc", + "k" + ], + [ + "Ġexp", + "el" + ], + [ + "Ġfl", + "ask" + ], + [ + "Ġmet", + "iculous" + ], + [ + "ort", + "hand" + ], + [ + "orth", + "and" + ], + [ + "ĠP", + "hon" + ], + [ + "ĠPh", + "on" + ], + [ + "Ġsqu", + "amous" + ], + [ + "Ġem", + "bodies" + ], + [ + "Ġemb", + "odies" + ], + [ + "Ġembod", + "ies" + ], + [ + "ĠFound", + "ations" + ], + [ + "ĠFoundation", + "s" + ], + [ + "Ġleaf", + "let" + ], + [ + "Ġa", + "wait" + ], + [ + "Ġaw", + "ait" + ], + [ + "Ġawa", + "it" + ], + [ + "ĠTer", + "rier" + ], + [ + "-", + "Rel" + ], + [ + "-R", + "el" + ], + [ + "-Re", + "l" + ], + [ + "Ġsh", + "utting" + ], + [ + "Ġshut", + "ting" + ], + [ + "Ġfalse", + "ly" + ], + [ + "r", + "avity" + ], + [ + "ra", + "vity" + ], + [ + "rav", + "ity" + ], + [ + "Ġrab", + "bis" + ], + [ + "Ġrabbi", + "s" + ], + [ + "Ġreinforce", + "ments" + ], + [ + "Ġreinforcement", + "s" + ], + [ + "Ġoscill", + "ator" + ], + [ + "ĠConsult", + "ing" + ], + [ + "ĠLa", + "uren" + ], + [ + "ĠLaure", + "n" + ], + [ + "ĠLaur", + "en" + ], + [ + "ĠLau", + "ren" + ], + [ + "ĠHoff", + "man" + ], + [ + "Ġtelome", + "res" + ], + [ + "Ġtelomere", + "s" + ], + [ + "OLOG", + "Y" + ], + [ + "Ġextrac", + "urricular" + ], + [ + "-", + "user" + ], + [ + "-use", + "r" + ], + [ + "-us", + "er" + ], + [ + "-u", + "ser" + ], + [ + "/", + "u" + ], + [ + "A", + "H" + ], + [ + "a", + "verage" + ], + [ + "ave", + "rage" + ], + [ + "aver", + "age" + ], + [ + "e", + "h" + ], + [ + "Ġc", + "atech" + ], + [ + "Ġca", + "tech" + ], + [ + "Ġcat", + "ech" + ], + [ + "Ġcate", + "ch" + ], + [ + "ĠT", + "au" + ], + [ + "ĠTa", + "u" + ], + [ + "Ġ", + "Tube" + ], + [ + "ĠT", + "ube" + ], + [ + "ĠTu", + "be" + ], + [ + "ĠTub", + "e" + ], + [ + "ĠC", + "ain" + ], + [ + "ĠCa", + "in" + ], + [ + "ĠCai", + "n" + ], + [ + "ĠP", + "MS" + ], + [ + "ĠPM", + "S" + ], + [ + "ĠB", + "uzz" + ], + [ + "ĠBu", + "zz" + ], + [ + "ĠH", + "og" + ], + [ + "ĠHo", + "g" + ], + [ + "ĠF", + "Y" + ], + [ + "ĠL", + "ing" + ], + [ + "ĠLin", + "g" + ], + [ + "ĠLi", + "ng" + ], + [ + "Ġs", + "aff" + ], + [ + "Ġsa", + "ff" + ], + [ + "Ġsaf", + "f" + ], + [ + "Ġdec", + "ib" + ], + [ + "Ġ", + "charger" + ], + [ + "Ġchar", + "ger" + ], + [ + "Ġcharge", + "r" + ], + [ + "ern", + "acle" + ], + [ + "-", + "poor" + ], + [ + "-p", + "oor" + ], + [ + "-po", + "or" + ], + [ + "Ġmicro", + "be" + ], + [ + "Ġmicrob", + "e" + ], + [ + "Ġmic", + "robe" + ], + [ + "Ġ", + "Assuming" + ], + [ + "ĠAss", + "uming" + ], + [ + "Ġste", + "amed" + ], + [ + "Ġsteam", + "ed" + ], + [ + "Ġi", + "T" + ], + [ + "Ġ", + "Antioxid" + ], + [ + "ĠAnt", + "ioxid" + ], + [ + "ĠAnti", + "oxid" + ], + [ + "Ġden", + "ounced" + ], + [ + "Ġdenounce", + "d" + ], + [ + "ĠCor", + "respond" + ], + [ + "ĠL", + "oop" + ], + [ + "ĠLo", + "op" + ], + [ + "A", + "rea" + ], + [ + "Ar", + "ea" + ], + [ + "Are", + "a" + ], + [ + "Ġacknowledge", + "ment" + ], + [ + "Ġcar", + "pal" + ], + [ + "Ġcarp", + "al" + ], + [ + "Ġporn", + "ography" + ], + [ + "Ġuphe", + "aval" + ], + [ + "ĠSams", + "ung" + ], + [ + "ĠCopern", + "icus" + ], + [ + "Ġcanyon", + "s" + ], + [ + "Ġcany", + "ons" + ], + [ + "C", + "ultural" + ], + [ + "Cult", + "ural" + ], + [ + "G", + "W" + ], + [ + "G", + "re" + ], + [ + "Gr", + "e" + ], + [ + "L", + "ee" + ], + [ + "Le", + "e" + ], + [ + "l", + "eness" + ], + [ + "le", + "ness" + ], + [ + "len", + "ess" + ], + [ + "lene", + "ss" + ], + [ + "n", + "ip" + ], + [ + "ni", + "p" + ], + [ + "w", + "arm" + ], + [ + "war", + "m" + ], + [ + "wa", + "rm" + ], + [ + "Ġf", + "ranchise" + ], + [ + "Ġm", + "cg" + ], + [ + "Ġmc", + "g" + ], + [ + "ĠW", + "earing" + ], + [ + "ĠWe", + "aring" + ], + [ + "ĠWear", + "ing" + ], + [ + "Ġle", + "pro" + ], + [ + "ĠF", + "res" + ], + [ + "ĠFr", + "es" + ], + [ + "ĠFre", + "s" + ], + [ + "ĠN", + "FL" + ], + [ + "ĠNF", + "L" + ], + [ + "Ġ", + "LI" + ], + [ + "ĠL", + "I" + ], + [ + "Ġal", + "lot" + ], + [ + "Ġall", + "ot" + ], + [ + "form", + "in" + ], + [ + "for", + "min" + ], + [ + "Ġs", + "ockets" + ], + [ + "Ġsoc", + "kets" + ], + [ + "Ġsocket", + "s" + ], + [ + "Ġsock", + "ets" + ], + [ + "Ġdist", + "ortions" + ], + [ + "Ġdistortion", + "s" + ], + [ + "Ġdistort", + "ions" + ], + [ + "ar", + "co" + ], + [ + "arc", + "o" + ], + [ + "Ġant", + "ico" + ], + [ + "Ġanti", + "co" + ], + [ + "Ġantic", + "o" + ], + [ + "-", + "prop" + ], + [ + "-p", + "rop" + ], + [ + "-pro", + "p" + ], + [ + "-pr", + "op" + ], + [ + "ĠW", + "hats" + ], + [ + "ĠWh", + "ats" + ], + [ + "ĠWhat", + "s" + ], + [ + "stit", + "utes" + ], + [ + "stitute", + "s" + ], + [ + "stitut", + "es" + ], + [ + "ĠTrans", + "it" + ], + [ + "ĠTran", + "sit" + ], + [ + "ĠST", + "Ds" + ], + [ + "ĠSTD", + "s" + ], + [ + "Ġclim", + "bers" + ], + [ + "Ġclimb", + "ers" + ], + [ + "Ġclimber", + "s" + ], + [ + "h", + "tml" + ], + [ + "ht", + "ml" + ], + [ + "ĠWood", + "row" + ], + [ + "Ġid", + "ols" + ], + [ + "Ġidol", + "s" + ], + [ + "Ġpil", + "lows" + ], + [ + "Ġpill", + "ows" + ], + [ + "Ġpillow", + "s" + ], + [ + "Ġintensive", + "ly" + ], + [ + "Ġintens", + "ively" + ], + [ + "Ġsc", + "rolls" + ], + [ + "Ġscr", + "olls" + ], + [ + "Ġscroll", + "s" + ], + [ + "Ġthunder", + "storm" + ], + [ + "ĠCrime", + "an" + ], + [ + "ĠCrimea", + "n" + ], + [ + "ĠCrim", + "ean" + ], + [ + "Ġpod", + "casts" + ], + [ + "Ġpodcast", + "s" + ], + [ + "Ġordin", + "ances" + ], + [ + "Ġordinance", + "s" + ], + [ + "Ġser", + "mons" + ], + [ + "Ġserm", + "ons" + ], + [ + "Ġsermon", + "s" + ], + [ + "ĠMong", + "olian" + ], + [ + "ĠMongol", + "ian" + ], + [ + "ĠMongolia", + "n" + ], + [ + "-", + "ear" + ], + [ + "-e", + "ar" + ], + [ + "/", + "r" + ], + [ + "C", + "B" + ], + [ + "l", + "ack" + ], + [ + "la", + "ck" + ], + [ + "lac", + "k" + ], + [ + "Ġ", + "SAR" + ], + [ + "ĠS", + "AR" + ], + [ + "ĠSA", + "R" + ], + [ + "i", + "stice" + ], + [ + "ist", + "ice" + ], + [ + "istic", + "e" + ], + [ + "ĠB", + "ant" + ], + [ + "ĠBa", + "nt" + ], + [ + "ĠBan", + "t" + ], + [ + "Ġ", + "Jump" + ], + [ + "ĠJ", + "ump" + ], + [ + "ĠJu", + "mp" + ], + [ + "ĠNew", + "ark" + ], + [ + "ĠNe", + "wark" + ], + [ + "-b", + "illion" + ], + [ + "ĠSe", + "uss" + ], + [ + "Ġg", + "rill" + ], + [ + "Ġgr", + "ill" + ], + [ + "Ġgri", + "ll" + ], + [ + "ĠBl", + "ues" + ], + [ + "ĠBlue", + "s" + ], + [ + "ĠBlu", + "es" + ], + [ + "Ġcl", + "oset" + ], + [ + "Ġclose", + "t" + ], + [ + "Ġclos", + "et" + ], + [ + "Ġclo", + "set" + ], + [ + "ĠS", + "yll" + ], + [ + "ĠSy", + "ll" + ], + [ + "ĠSyl", + "l" + ], + [ + "r", + "add" + ], + [ + "ra", + "dd" + ], + [ + "rad", + "d" + ], + [ + "Ġmis", + "ses" + ], + [ + "Ġmiss", + "es" + ], + [ + "ĠBr", + "oken" + ], + [ + "ĠBro", + "ken" + ], + [ + "Ġt", + "ractors" + ], + [ + "Ġtra", + "ctors" + ], + [ + "Ġtr", + "actors" + ], + [ + "Ġtract", + "ors" + ], + [ + "Ġtractor", + "s" + ], + [ + "Ġ", + "Request" + ], + [ + "ĠRe", + "quest" + ], + [ + "ĠRequ", + "est" + ], + [ + "P", + "olitical" + ], + [ + "Pol", + "itical" + ], + [ + "ĠGriff", + "in" + ], + [ + "Ġdash", + "board" + ], + [ + "ivar", + "iate" + ], + [ + "Ġrasp", + "berries" + ], + [ + "J", + "im" + ], + [ + "r", + "ived" + ], + [ + "ri", + "ved" + ], + [ + "rive", + "d" + ], + [ + "riv", + "ed" + ], + [ + "Ġin", + "patient" + ], + [ + "Ġt", + "opp" + ], + [ + "Ġto", + "pp" + ], + [ + "Ġtop", + "p" + ], + [ + "o", + "lan" + ], + [ + "ol", + "an" + ], + [ + "ola", + "n" + ], + [ + "ig", + "rants" + ], + [ + "igrant", + "s" + ], + [ + "ĠC", + "isco" + ], + [ + "ĠCis", + "co" + ], + [ + "e", + "ctors" + ], + [ + "ect", + "ors" + ], + [ + "ector", + "s" + ], + [ + "ĠS", + "tones" + ], + [ + "ĠSt", + "ones" + ], + [ + "ĠStone", + "s" + ], + [ + "ĠSton", + "es" + ], + [ + "ĠSto", + "nes" + ], + [ + "Ġtr", + "illions" + ], + [ + "Ġtrillion", + "s" + ], + [ + "Ġdist", + "ressed" + ], + [ + "Ġdistress", + "ed" + ], + [ + "i", + "oid" + ], + [ + "io", + "id" + ], + [ + "Ġorgan", + "ising" + ], + [ + "ĠS", + "hak" + ], + [ + "ĠSh", + "ak" + ], + [ + "ĠSha", + "k" + ], + [ + ",", + "\"Ċ" + ], + [ + ",\"", + "Ċ" + ], + [ + "Ġp", + "rophes" + ], + [ + "Ġprop", + "hes" + ], + [ + "Ġprophe", + "s" + ], + [ + "Ġphot", + "ore" + ], + [ + "Ġphoto", + "re" + ], + [ + "Ġpay", + "able" + ], + [ + "Ġcondition", + "ers" + ], + [ + "Ġconditioner", + "s" + ], + [ + "Ġ", + "Guided" + ], + [ + "ĠGu", + "ided" + ], + [ + "ĠGuide", + "d" + ], + [ + "ĠGuid", + "ed" + ], + [ + "ĠX", + "en" + ], + [ + "Ġfacilit", + "ator" + ], + [ + "Ġatt", + "endant" + ], + [ + "Ġattend", + "ant" + ], + [ + "ĠEth", + "n" + ], + [ + "ĠEt", + "hn" + ], + [ + "ĠPlant", + "ation" + ], + [ + "Ġempt", + "ying" + ], + [ + "Ġempty", + "ing" + ], + [ + "Ġcrypt", + "ographic" + ], + [ + "Man", + "ufact" + ], + [ + "Ġoct", + "opus" + ], + [ + "Ġoctop", + "us" + ], + [ + "Ġunconscious", + "ly" + ], + [ + "ĠHart", + "ford" + ], + [ + "ĠPas", + "cal" + ], + [ + "ĠPasc", + "al" + ], + [ + "Sad", + "ly" + ], + [ + "ĠLuxem", + "bourg" + ], + [ + "'", + "-" + ], + [ + "C", + "AP" + ], + [ + "CA", + "P" + ], + [ + "E", + "astern" + ], + [ + "East", + "ern" + ], + [ + "Easter", + "n" + ], + [ + "S", + "ustainable" + ], + [ + "k", + "ary" + ], + [ + "ka", + "ry" + ], + [ + "kar", + "y" + ], + [ + "s", + "ingle" + ], + [ + "sing", + "le" + ], + [ + "sin", + "gle" + ], + [ + "u", + "ven" + ], + [ + "uv", + "en" + ], + [ + "Ġ", + "bows" + ], + [ + "Ġb", + "ows" + ], + [ + "Ġbo", + "ws" + ], + [ + "Ġbow", + "s" + ], + [ + "ĠT", + "ail" + ], + [ + "ĠTai", + "l" + ], + [ + "ĠTa", + "il" + ], + [ + "ĠC", + "ray" + ], + [ + "ĠCr", + "ay" + ], + [ + "ĠCra", + "y" + ], + [ + "her", + "st" + ], + [ + "hers", + "t" + ], + [ + "ĠE", + "k" + ], + [ + "Ġme", + "mo" + ], + [ + "Ġmem", + "o" + ], + [ + "Ġs", + "lots" + ], + [ + "Ġsl", + "ots" + ], + [ + "Ġslot", + "s" + ], + [ + "Ġ", + "Calc" + ], + [ + "ĠC", + "alc" + ], + [ + "ĠCal", + "c" + ], + [ + "Ġdeb", + "ugging" + ], + [ + "Ġdebug", + "ging" + ], + [ + "Ġ", + "Reproduction" + ], + [ + "ĠRe", + "production" + ], + [ + "ĠRep", + "roduction" + ], + [ + "é", + "d" + ], + [ + "Ġ", + "Mostly" + ], + [ + "ĠMost", + "ly" + ], + [ + "ĠQu", + "ébec" + ], + [ + "Ġwa", + "its" + ], + [ + "Ġwait", + "s" + ], + [ + "Ġmouth", + "wash" + ], + [ + "ĠBra", + "un" + ], + [ + "Ġr", + "ounding" + ], + [ + "Ġro", + "unding" + ], + [ + "Ġround", + "ing" + ], + [ + "ĠMer", + "riam" + ], + [ + "ĠCham", + "plain" + ], + [ + "ĠChamp", + "lain" + ], + [ + "Ġsucc", + "ulent" + ], + [ + "Ġpredisp", + "osed" + ], + [ + "Ġpredispose", + "d" + ], + [ + "Ġ", + "______" + ], + [ + "Ġ____", + "__" + ], + [ + "Ġ_", + "_____" + ], + [ + "Ġ_____", + "_" + ], + [ + "Ġ___", + "___" + ], + [ + "Ġ__", + "____" + ], + [ + "Ġlute", + "in" + ], + [ + "ĠDart", + "mouth" + ], + [ + "Ġhemisphere", + "s" + ], + [ + "Ġhemisp", + "heres" + ], + [ + "ĠSte", + "fan" + ], + [ + "ĠStef", + "an" + ], + [ + "ĠCzechosl", + "ovakia" + ], + [ + "F", + "M" + ], + [ + "K", + "ind" + ], + [ + "Kin", + "d" + ], + [ + "L", + "uc" + ], + [ + "Lu", + "c" + ], + [ + "P", + "oll" + ], + [ + "Pol", + "l" + ], + [ + "Po", + "ll" + ], + [ + "b", + "et" + ], + [ + "be", + "t" + ], + [ + "m", + "ine" + ], + [ + "min", + "e" + ], + [ + "mi", + "ne" + ], + [ + "Ï", + "Į" + ], + [ + "Ġin", + "att" + ], + [ + "i", + "mia" + ], + [ + "im", + "ia" + ], + [ + "imi", + "a" + ], + [ + "Ġ", + "AH" + ], + [ + "ĠA", + "H" + ], + [ + "ĠA", + "ri" + ], + [ + "ĠAr", + "i" + ], + [ + "ĠS", + "idd" + ], + [ + "ĠSi", + "dd" + ], + [ + "ĠSid", + "d" + ], + [ + "ĠS", + "IDS" + ], + [ + "ĠSI", + "DS" + ], + [ + "Ġcon", + "vent" + ], + [ + "Ġconv", + "ent" + ], + [ + "Ġconven", + "t" + ], + [ + "Ġconve", + "nt" + ], + [ + "Ġde", + "letion" + ], + [ + "Ġdele", + "tion" + ], + [ + "est", + "rian" + ], + [ + "Ġen", + "zym" + ], + [ + "i", + "lee" + ], + [ + "il", + "ee" + ], + [ + "ile", + "e" + ], + [ + "Ġunder", + "graduates" + ], + [ + "Ġundergraduate", + "s" + ], + [ + "Ġre", + "program" + ], + [ + "Ġrep", + "rogram" + ], + [ + "ĠAr", + "sen" + ], + [ + "ĠArs", + "en" + ], + [ + "ĠSh", + "ale" + ], + [ + "ĠSha", + "le" + ], + [ + "ĠSh", + "ared" + ], + [ + "ĠShare", + "d" + ], + [ + "ĠShar", + "ed" + ], + [ + "ĠSha", + "red" + ], + [ + "Ġfour", + "teenth" + ], + [ + "Ġfourteen", + "th" + ], + [ + "Ġmagn", + "ifying" + ], + [ + "Ġmagnify", + "ing" + ], + [ + "ĠPar", + "agraph" + ], + [ + "ĠPara", + "graph" + ], + [ + "ĠApp", + "ropriate" + ], + [ + "ĠAppropri", + "ate" + ], + [ + "Ġbo", + "xing" + ], + [ + "Ġbox", + "ing" + ], + [ + "Ġfaith", + "fully" + ], + [ + "Ġfaithful", + "ly" + ], + [ + "ĠSaf", + "ari" + ], + [ + "Ġflav", + "ored" + ], + [ + "Ġflavor", + "ed" + ], + [ + "Ġgrav", + "itation" + ], + [ + "ĠEqu", + "ation" + ], + [ + "Ġhonor", + "ary" + ], + [ + "Ġ", + "clockwise" + ], + [ + "Ġclock", + "wise" + ], + [ + "Ġscr", + "atches" + ], + [ + "Ġscratch", + "es" + ], + [ + "Ġfluctu", + "ating" + ], + [ + "ĠGreg", + "orian" + ], + [ + "ĠGregor", + "ian" + ], + [ + "Ġconv", + "entionally" + ], + [ + "Ġconventional", + "ly" + ], + [ + "Ġconvention", + "ally" + ], + [ + "Ġburst", + "ing" + ], + [ + "Ġburs", + "ting" + ], + [ + "Ġdisappoint", + "ing" + ], + [ + "ĠPs", + "alms" + ], + [ + "ĠPsalm", + "s" + ], + [ + "Ġapp", + "rentice" + ], + [ + "Ġapprent", + "ice" + ], + [ + "Ġsparse", + "ly" + ], + [ + "Ġsuperst", + "ition" + ], + [ + "Ġwrest", + "ling" + ], + [ + "Ġdwind", + "ling" + ], + [ + "Ġfauc", + "et" + ], + [ + "ĠAbb", + "ott" + ], + [ + "ĠAbbot", + "t" + ], + [ + "ĠLaf", + "ayette" + ], + [ + "d", + "aughter" + ], + [ + "f", + "ix" + ], + [ + "fi", + "x" + ], + [ + "Ġt", + "ighter" + ], + [ + "Ġtight", + "er" + ], + [ + "st", + "ructure" + ], + [ + "struct", + "ure" + ], + [ + "i", + "don" + ], + [ + "id", + "on" + ], + [ + "ido", + "n" + ], + [ + "ĠM", + "ush" + ], + [ + "ĠMus", + "h" + ], + [ + "ĠMu", + "sh" + ], + [ + "i", + "ste" + ], + [ + "is", + "te" + ], + [ + "ist", + "e" + ], + [ + "ĠH", + "ed" + ], + [ + "ĠHe", + "d" + ], + [ + "a", + "lli" + ], + [ + "al", + "li" + ], + [ + "all", + "i" + ], + [ + "ast", + "ro" + ], + [ + "Ġin", + "toxic" + ], + [ + "Ġint", + "oxic" + ], + [ + "Ġinto", + "xic" + ], + [ + "Ġintox", + "ic" + ], + [ + "Ġwater", + "color" + ], + [ + "Ġwatercol", + "or" + ], + [ + "Ġwaterc", + "olor" + ], + [ + "Ġcar", + "ve" + ], + [ + "g", + "etting" + ], + [ + "ge", + "tting" + ], + [ + "get", + "ting" + ], + [ + "gett", + "ing" + ], + [ + "ĠW", + "eed" + ], + [ + "ĠWe", + "ed" + ], + [ + "ĠQ", + "R" + ], + [ + "br", + "ushes" + ], + [ + "brush", + "es" + ], + [ + "b", + "een" + ], + [ + "be", + "en" + ], + [ + "bee", + "n" + ], + [ + "Ġpattern", + "ed" + ], + [ + "Ġpatter", + "ned" + ], + [ + "ĠM", + "ona" + ], + [ + "ĠMon", + "a" + ], + [ + "ĠMo", + "na" + ], + [ + "ĠAugust", + "a" + ], + [ + "Ġv", + "entral" + ], + [ + "Ġvent", + "ral" + ], + [ + "ĠMart", + "ine" + ], + [ + "ĠMartin", + "e" + ], + [ + "Ġaf", + "rican" + ], + [ + "Ġafrica", + "n" + ], + [ + "Ġjew", + "els" + ], + [ + "Ġjewel", + "s" + ], + [ + "ĠPath", + "ology" + ], + [ + "Defin", + "itions" + ], + [ + "Definition", + "s" + ], + [ + "ĠAdv", + "enture" + ], + [ + "ĠAdvent", + "ure" + ], + [ + "Ġbuzz", + "ing" + ], + [ + "ĠEt", + "rus" + ], + [ + "ĠStra", + "ight" + ], + [ + "ĠTol", + "edo" + ], + [ + "ĠH", + "SV" + ], + [ + "ĠHS", + "V" + ], + [ + "Ġrear", + "range" + ], + [ + "Ġrearr", + "ange" + ], + [ + "-", + "view" + ], + [ + "-v", + "iew" + ], + [ + "W", + "ASH" + ], + [ + "WA", + "SH" + ], + [ + "b", + "ag" + ], + [ + "ba", + "g" + ], + [ + "l", + "anguage" + ], + [ + "Ġ", + "inks" + ], + [ + "Ġin", + "ks" + ], + [ + "Ġink", + "s" + ], + [ + "Ġm", + "olar" + ], + [ + "Ġmo", + "lar" + ], + [ + "Ġmol", + "ar" + ], + [ + "en", + "ting" + ], + [ + "ent", + "ing" + ], + [ + "entin", + "g" + ], + [ + "i", + "gi" + ], + [ + "ig", + "i" + ], + [ + "ĠS", + "ão" + ], + [ + "ĠM", + "ond" + ], + [ + "ĠMon", + "d" + ], + [ + "ĠMo", + "nd" + ], + [ + "ĠM", + "aid" + ], + [ + "ĠMa", + "id" + ], + [ + "ĠMai", + "d" + ], + [ + "o", + "pies" + ], + [ + "op", + "ies" + ], + [ + "ĠP", + "is" + ], + [ + "ĠPi", + "s" + ], + [ + "ĠD", + "ante" + ], + [ + "ĠDan", + "te" + ], + [ + "ĠN", + "ina" + ], + [ + "ĠNi", + "na" + ], + [ + "ĠNin", + "a" + ], + [ + "ĠN", + "uts" + ], + [ + "ĠNut", + "s" + ], + [ + "ĠNu", + "ts" + ], + [ + "Ġ", + "LO" + ], + [ + "ĠL", + "O" + ], + [ + "Ġfe", + "vers" + ], + [ + "Ġfever", + "s" + ], + [ + "-", + "binding" + ], + [ + "-b", + "inding" + ], + [ + "Ġlo", + "fty" + ], + [ + "Ġloft", + "y" + ], + [ + "Ġfall", + "out" + ], + [ + "Ġann", + "ounces" + ], + [ + "Ġannounce", + "s" + ], + [ + "ĠMan", + "agers" + ], + [ + "ĠManager", + "s" + ], + [ + "ĠManage", + "rs" + ], + [ + "ĠComp", + "ost" + ], + [ + "ĠCom", + "post" + ], + [ + "ĠBo", + "ost" + ], + [ + "Ġ", + "ISP" + ], + [ + "ĠI", + "SP" + ], + [ + "ĠIS", + "P" + ], + [ + "Ġgall", + "stones" + ], + [ + "Ġadvent", + "urous" + ], + [ + "Ġsubsid", + "ized" + ], + [ + "Ġsubsidize", + "d" + ], + [ + "ĠSn", + "ap" + ], + [ + "E", + "VEL" + ], + [ + "EV", + "EL" + ], + [ + "ĠP", + "ilate" + ], + [ + "ĠPil", + "ate" + ], + [ + "ĠPi", + "late" + ], + [ + "Ġdevote", + "es" + ], + [ + "Ġdevotee", + "s" + ], + [ + "ĠReg", + "istered" + ], + [ + "ĠRegister", + "ed" + ], + [ + "ĠRegist", + "ered" + ], + [ + ",", + "," + ], + [ + "H", + "om" + ], + [ + "Ho", + "m" + ], + [ + "H", + "earing" + ], + [ + "He", + "aring" + ], + [ + "Hear", + "ing" + ], + [ + "l", + "ive" + ], + [ + "li", + "ve" + ], + [ + "Ġs", + "led" + ], + [ + "Ġsl", + "ed" + ], + [ + "Ġsle", + "d" + ], + [ + "Ġd", + "ips" + ], + [ + "Ġdi", + "ps" + ], + [ + "Ġdip", + "s" + ], + [ + "ĠT", + "ier" + ], + [ + "ĠTi", + "er" + ], + [ + "ĠTie", + "r" + ], + [ + "Ġ", + "HOW" + ], + [ + "ĠH", + "OW" + ], + [ + "ĠHO", + "W" + ], + [ + "un", + "ion" + ], + [ + "uni", + "on" + ], + [ + "ĠG", + "UI" + ], + [ + "ĠGU", + "I" + ], + [ + "Ġad", + "hered" + ], + [ + "Ġadhere", + "d" + ], + [ + "Ġre", + "cap" + ], + [ + "Ġr", + "ecap" + ], + [ + "Ġrec", + "ap" + ], + [ + "Ġ", + "agar" + ], + [ + "Ġa", + "gar" + ], + [ + "Ġag", + "ar" + ], + [ + "Ġdes", + "eg" + ], + [ + "Ġland", + "fall" + ], + [ + "Ġlandf", + "all" + ], + [ + "sc", + "apes" + ], + [ + "scape", + "s" + ], + [ + "ĠBl", + "anc" + ], + [ + "Ġnet", + "worked" + ], + [ + "Ġnetwork", + "ed" + ], + [ + "Ġpre", + "position" + ], + [ + "Ġprep", + "osition" + ], + [ + "Ġspe", + "edy" + ], + [ + "Ġspeed", + "y" + ], + [ + "Ġfast", + "ened" + ], + [ + "Ġfasten", + "ed" + ], + [ + "Ġf", + "earing" + ], + [ + "Ġfe", + "aring" + ], + [ + "Ġfear", + "ing" + ], + [ + "Ġden", + "omination" + ], + [ + "Ġdenomin", + "ation" + ], + [ + "A", + "MP" + ], + [ + "AM", + "P" + ], + [ + "Ġ", + "Subscribe" + ], + [ + "ĠSub", + "scribe" + ], + [ + "ĠSubsc", + "ribe" + ], + [ + "Ġsweet", + "ener" + ], + [ + "Re", + "viewed" + ], + [ + "Review", + "ed" + ], + [ + "Ġjoy", + "ful" + ], + [ + "Ġextrem", + "ity" + ], + [ + "Ġid", + "iom" + ], + [ + "Ġidi", + "om" + ], + [ + "D", + "rawing" + ], + [ + "Dr", + "awing" + ], + [ + "Draw", + "ing" + ], + [ + "Ġsanct", + "ioned" + ], + [ + "Ġsanction", + "ed" + ], + [ + "Ġdissatis", + "faction" + ], + [ + "Ġstrong", + "hold" + ], + [ + "Ġstrongh", + "old" + ], + [ + "-", + "entry" + ], + [ + "-en", + "try" + ], + [ + "-ent", + "ry" + ], + [ + "F", + "ill" + ], + [ + "Fi", + "ll" + ], + [ + "Fil", + "l" + ], + [ + "r", + "ut" + ], + [ + "ru", + "t" + ], + [ + "Ġt", + "amp" + ], + [ + "Ġtam", + "p" + ], + [ + "Ġta", + "mp" + ], + [ + "Ġa", + "vert" + ], + [ + "Ġav", + "ert" + ], + [ + "Ġaver", + "t" + ], + [ + "ĠC", + "ull" + ], + [ + "ĠCu", + "ll" + ], + [ + "ĠCul", + "l" + ], + [ + "ĠP", + "OL" + ], + [ + "ĠPO", + "L" + ], + [ + "us", + "oleum" + ], + [ + "Ġr", + "angers" + ], + [ + "Ġrange", + "rs" + ], + [ + "Ġran", + "gers" + ], + [ + "Ġranger", + "s" + ], + [ + "Ġrang", + "ers" + ], + [ + "ĠD", + "rivers" + ], + [ + "ĠDr", + "ivers" + ], + [ + "ĠDrive", + "rs" + ], + [ + "ĠDriver", + "s" + ], + [ + "ĠF", + "ix" + ], + [ + "ĠFi", + "x" + ], + [ + "ĠN", + "OR" + ], + [ + "ĠNO", + "R" + ], + [ + "ĠG", + "atsby" + ], + [ + "e", + "cks" + ], + [ + "ec", + "ks" + ], + [ + "eck", + "s" + ], + [ + "Ġar", + "du" + ], + [ + "Ġard", + "u" + ], + [ + "Ġb", + "link" + ], + [ + "Ġbl", + "ink" + ], + [ + "Ġrep", + "ositories" + ], + [ + "Ġdist", + "ort" + ], + [ + "Ġdef", + "iance" + ], + [ + "Ġc", + "urated" + ], + [ + "Ġcur", + "ated" + ], + [ + "Ġcu", + "rated" + ], + [ + "Ġconf", + "ession" + ], + [ + "Ġconfess", + "ion" + ], + [ + "gen", + "erally" + ], + [ + "gene", + "rally" + ], + [ + "gener", + "ally" + ], + [ + "general", + "ly" + ], + [ + "ĠSim", + "ulation" + ], + [ + "ĠSimul", + "ation" + ], + [ + "Ġutil", + "ise" + ], + [ + "Ġstream", + "line" + ], + [ + "ĠCor", + "pus" + ], + [ + "ĠCorp", + "us" + ], + [ + "Ġcomment", + "aries" + ], + [ + "Ġbre", + "eder" + ], + [ + "Ġbreed", + "er" + ], + [ + "Ġbree", + "der" + ], + [ + "ĠPur", + "itans" + ], + [ + "ĠPuritan", + "s" + ], + [ + "Ġal", + "armed" + ], + [ + "Ġalarm", + "ed" + ], + [ + "ĠC", + "ruc" + ], + [ + "ĠCr", + "uc" + ], + [ + "ĠCru", + "c" + ], + [ + "Ġasym", + "metric" + ], + [ + "ĠSent", + "inel" + ], + [ + "ĠB", + "ridges" + ], + [ + "ĠBridge", + "s" + ], + [ + "ĠBrid", + "ges" + ], + [ + "Ġbisc", + "uits" + ], + [ + "Ġbiscuit", + "s" + ], + [ + "Ġuncontroll", + "able" + ], + [ + "-", + "rest" + ], + [ + "-re", + "st" + ], + [ + "-r", + "est" + ], + [ + "-res", + "t" + ], + [ + "/", + "health" + ], + [ + "/he", + "alth" + ], + [ + "A", + "ction" + ], + [ + "Ac", + "tion" + ], + [ + "Act", + "ion" + ], + [ + "l", + "ord" + ], + [ + "lo", + "rd" + ], + [ + "lor", + "d" + ], + [ + "p", + "ossibly" + ], + [ + "Ġp", + "anda" + ], + [ + "Ġpan", + "da" + ], + [ + "Ġpand", + "a" + ], + [ + "Ġpa", + "nda" + ], + [ + "r", + "ored" + ], + [ + "ro", + "red" + ], + [ + "ror", + "ed" + ], + [ + "Ġn", + "oodles" + ], + [ + "Ġnoodle", + "s" + ], + [ + "an", + "tage" + ], + [ + "ant", + "age" + ], + [ + "anta", + "ge" + ], + [ + "ĠH", + "are" + ], + [ + "ĠHar", + "e" + ], + [ + "ĠHa", + "re" + ], + [ + "Ġ", + "Named" + ], + [ + "ĠN", + "amed" + ], + [ + "ĠName", + "d" + ], + [ + "ĠNa", + "med" + ], + [ + "ĠNam", + "ed" + ], + [ + "ine", + "phrine" + ], + [ + "Ġb", + "loc" + ], + [ + "Ġbl", + "oc" + ], + [ + "Ġblo", + "c" + ], + [ + "Ġfl", + "ushed" + ], + [ + "Ġflush", + "ed" + ], + [ + "ĠAnd", + "ean" + ], + [ + "ĠRes", + "ervation" + ], + [ + "ĠReserv", + "ation" + ], + [ + "Ġbi", + "ore" + ], + [ + "Ġbio", + "re" + ], + [ + "al", + "ese" + ], + [ + "ale", + "se" + ], + [ + "ales", + "e" + ], + [ + "ĠLe", + "vy" + ], + [ + "ĠLev", + "y" + ], + [ + "ĠA", + "mar" + ], + [ + "ĠAm", + "ar" + ], + [ + "ĠPre", + "mium" + ], + [ + "ĠPrem", + "ium" + ], + [ + "ĠPer", + "se" + ], + [ + "ĠPers", + "e" + ], + [ + "-", + "harm" + ], + [ + "-h", + "arm" + ], + [ + "-har", + "m" + ], + [ + "ĠVis", + "itor" + ], + [ + "ĠVisit", + "or" + ], + [ + "Ġmanage", + "rial" + ], + [ + "Ġmanager", + "ial" + ], + [ + "Ġparad", + "igms" + ], + [ + "Ġparadigm", + "s" + ], + [ + "Ġpharmac", + "ological" + ], + [ + "Ġendeav", + "our" + ], + [ + "Ġrip", + "en" + ], + [ + "Ġripe", + "n" + ], + [ + "Ġoscill", + "ations" + ], + [ + "Ġoscillation", + "s" + ], + [ + "ĠTheore", + "m" + ], + [ + "ĠTheo", + "rem" + ], + [ + "Ġdeterg", + "ents" + ], + [ + "Ġdetergent", + "s" + ], + [ + "Soft", + "ware" + ], + [ + "Ġ", + "...." + ], + [ + "Ġ.", + "..." + ], + [ + "Ġ...", + "." + ], + [ + "Ġ..", + ".." + ], + [ + "G", + "G" + ], + [ + "Â", + "¿" + ], + [ + "Ġm", + "owing" + ], + [ + "Ġmo", + "wing" + ], + [ + "Ġmow", + "ing" + ], + [ + "Ġst", + "are" + ], + [ + "Ġstar", + "e" + ], + [ + "Ġsta", + "re" + ], + [ + "ir", + "cul" + ], + [ + "irc", + "ul" + ], + [ + "ĠC", + "able" + ], + [ + "ĠCa", + "ble" + ], + [ + "ĠCab", + "le" + ], + [ + "ul", + "ism" + ], + [ + "uli", + "sm" + ], + [ + "ulis", + "m" + ], + [ + "Ġp", + "rolet" + ], + [ + "Ġpro", + "let" + ], + [ + "Ġprol", + "et" + ], + [ + "ĠL", + "och" + ], + [ + "ĠLo", + "ch" + ], + [ + "ĠLoc", + "h" + ], + [ + "ĠO", + "ng" + ], + [ + "ĠOn", + "g" + ], + [ + "en", + "de" + ], + [ + "end", + "e" + ], + [ + "ĠJ", + "ong" + ], + [ + "ĠJo", + "ng" + ], + [ + "ĠJon", + "g" + ], + [ + "ĠY", + "og" + ], + [ + "ĠYo", + "g" + ], + [ + "ĠH", + "egel" + ], + [ + "ĠHe", + "gel" + ], + [ + "Ġ", + "Added" + ], + [ + "ĠAd", + "ded" + ], + [ + "ĠAdd", + "ed" + ], + [ + "-", + "pe" + ], + [ + "-p", + "e" + ], + [ + "S", + "tan" + ], + [ + "St", + "an" + ], + [ + "Ġfull", + "est" + ], + [ + "Ġful", + "lest" + ], + [ + "ĠWorld", + "s" + ], + [ + "Ġ", + "COL" + ], + [ + "ĠC", + "OL" + ], + [ + "ĠCO", + "L" + ], + [ + "Ġsearch", + "able" + ], + [ + "ĠS", + "urgeon" + ], + [ + "ĠSur", + "geon" + ], + [ + "ĠSurg", + "eon" + ], + [ + "Ġtum", + "ult" + ], + [ + "Ġtu", + "mult" + ], + [ + "Ġfasc", + "iitis" + ], + [ + "Ġdiscrim", + "inated" + ], + [ + "Ġdiscriminate", + "d" + ], + [ + "Ġcomprom", + "ises" + ], + [ + "Ġcompromise", + "s" + ], + [ + "Ġfish", + "erman" + ], + [ + "Ġfisher", + "man" + ], + [ + "ĠImp", + "ression" + ], + [ + "ĠMc", + "Cle" + ], + [ + "ĠMcC", + "le" + ], + [ + "ĠMcCl", + "e" + ], + [ + "ĠHan", + "over" + ], + [ + "For", + "mat" + ], + [ + "Form", + "at" + ], + [ + "ĠTut", + "orial" + ], + [ + "ĠTutor", + "ial" + ], + [ + "ĠKath", + "leen" + ], + [ + "Ġvapor", + "s" + ], + [ + "Ġvap", + "ors" + ], + [ + "ob", + "acterium" + ], + [ + "obacter", + "ium" + ], + [ + "Ġshred", + "ded" + ], + [ + "Ġmortgage", + "s" + ], + [ + "Ġmortg", + "ages" + ], + [ + "%", + ";" + ], + [ + "-", + "healthy" + ], + [ + "-health", + "y" + ], + [ + "_", + "id" + ], + [ + "w", + "ara" + ], + [ + "war", + "a" + ], + [ + "wa", + "ra" + ], + [ + "Ġt", + "enses" + ], + [ + "Ġten", + "ses" + ], + [ + "Ġtens", + "es" + ], + [ + "Ġtense", + "s" + ], + [ + "al", + "tern" + ], + [ + "alt", + "ern" + ], + [ + "alter", + "n" + ], + [ + "ĠC", + "ork" + ], + [ + "ĠCor", + "k" + ], + [ + "ĠC", + "rest" + ], + [ + "ĠCre", + "st" + ], + [ + "ĠCr", + "est" + ], + [ + "od", + "ine" + ], + [ + "odi", + "ne" + ], + [ + "ĠM", + "ae" + ], + [ + "ĠMa", + "e" + ], + [ + "Ġ", + "Preliminary" + ], + [ + "ĠP", + "reliminary" + ], + [ + "ab", + "ets" + ], + [ + "abet", + "s" + ], + [ + "abe", + "ts" + ], + [ + "ĠF", + "lem" + ], + [ + "ĠFl", + "em" + ], + [ + "ĠFle", + "m" + ], + [ + "ĠN", + "ou" + ], + [ + "ĠNo", + "u" + ], + [ + "-", + "di" + ], + [ + "-d", + "i" + ], + [ + "ĠMin", + "utes" + ], + [ + "ĠMinute", + "s" + ], + [ + "ĠB", + "ras" + ], + [ + "ĠBra", + "s" + ], + [ + "ĠBr", + "as" + ], + [ + "met", + "rical" + ], + [ + "metric", + "al" + ], + [ + "U", + "sed" + ], + [ + "Us", + "ed" + ], + [ + "Use", + "d" + ], + [ + "ĠJud", + "ges" + ], + [ + "ĠJudge", + "s" + ], + [ + "ĠVict", + "ims" + ], + [ + "ĠVictim", + "s" + ], + [ + "ĠMag", + "dal" + ], + [ + "Ed", + "ward" + ], + [ + "bo", + "xes" + ], + [ + "box", + "es" + ], + [ + "ĠMars", + "hal" + ], + [ + "ĠMarsh", + "al" + ], + [ + "ĠRose", + "tta" + ], + [ + "ĠRos", + "etta" + ], + [ + "Ġw", + "raps" + ], + [ + "Ġwr", + "aps" + ], + [ + "Ġwra", + "ps" + ], + [ + "Ġwrap", + "s" + ], + [ + "omon", + "as" + ], + [ + "omo", + "nas" + ], + [ + "ĠDocument", + "ation" + ], + [ + "ĠSent", + "ence" + ], + [ + "ĠBomb", + "ay" + ], + [ + "ĠBom", + "bay" + ], + [ + "Ġo", + "ftentimes" + ], + [ + "Ġoften", + "times" + ], + [ + "Ġoft", + "entimes" + ], + [ + "ĠCrom", + "well" + ], + [ + "Ġsard", + "ines" + ], + [ + "B", + "at" + ], + [ + "Ba", + "t" + ], + [ + "C", + "ode" + ], + [ + "Co", + "de" + ], + [ + "E", + "sp" + ], + [ + "Es", + "p" + ], + [ + "H", + "igher" + ], + [ + "High", + "er" + ], + [ + "I", + "oT" + ], + [ + "T", + "arget" + ], + [ + "Tar", + "get" + ], + [ + "Y", + "ears" + ], + [ + "Year", + "s" + ], + [ + "Ye", + "ars" + ], + [ + "i", + "oph" + ], + [ + "io", + "ph" + ], + [ + "iop", + "h" + ], + [ + "Â", + "¬" + ], + [ + "a", + "nian" + ], + [ + "an", + "ian" + ], + [ + "ani", + "an" + ], + [ + "ania", + "n" + ], + [ + "en", + "tery" + ], + [ + "ent", + "ery" + ], + [ + "enter", + "y" + ], + [ + "ente", + "ry" + ], + [ + "ĠT", + "uls" + ], + [ + "ĠTu", + "ls" + ], + [ + "ĠTul", + "s" + ], + [ + "ĠF", + "aul" + ], + [ + "ĠFa", + "ul" + ], + [ + "ĠFau", + "l" + ], + [ + "ĠL", + "emon" + ], + [ + "ĠLe", + "mon" + ], + [ + "ĠLem", + "on" + ], + [ + "ĠO", + "zone" + ], + [ + "ĠOz", + "one" + ], + [ + "Ġj", + "ogging" + ], + [ + "Ġjo", + "gging" + ], + [ + "Ġjog", + "ging" + ], + [ + "Ġdec", + "ommission" + ], + [ + "Ġsub", + "jug" + ], + [ + "Ġgra", + "cious" + ], + [ + "Ġgr", + "acious" + ], + [ + "Ġ", + "Spinal" + ], + [ + "ĠSp", + "inal" + ], + [ + "ĠSpin", + "al" + ], + [ + "ĠZ", + "am" + ], + [ + "ĠCo", + "ach" + ], + [ + "ns", + "ics" + ], + [ + "nsic", + "s" + ], + [ + "Ġlog", + "istical" + ], + [ + "Ġlogistic", + "al" + ], + [ + "Ġap", + "ology" + ], + [ + "Ġapolog", + "y" + ], + [ + "-", + "har" + ], + [ + "-h", + "ar" + ], + [ + "Ġs", + "acs" + ], + [ + "Ġsa", + "cs" + ], + [ + "Ġsac", + "s" + ], + [ + "ĠRel", + "ax" + ], + [ + "Ġstim", + "ulants" + ], + [ + "Ġstimul", + "ants" + ], + [ + "Ġstimulant", + "s" + ], + [ + "Ġneur", + "ologist" + ], + [ + "Ġneu", + "rologist" + ], + [ + "Ġneurolog", + "ist" + ], + [ + "Re", + "public" + ], + [ + "Rep", + "ublic" + ], + [ + "ĠLuc", + "ia" + ], + [ + "ĠLu", + "cia" + ], + [ + "plan", + "ation" + ], + [ + "Ġrefrig", + "erated" + ], + [ + "Ġrefriger", + "ated" + ], + [ + "ĠZ", + "hou" + ], + [ + "ĠZh", + "ou" + ], + [ + "Ġadhes", + "ives" + ], + [ + "Ġadhesive", + "s" + ], + [ + "opa", + "edic" + ], + [ + "Val", + "ue" + ], + [ + "irc", + "uit" + ], + [ + "Ġdeform", + "ities" + ], + [ + "ĠSt", + "rept" + ], + [ + "ĠStr", + "ept" + ], + [ + "ĠStre", + "pt" + ], + [ + "Ġnucle", + "otides" + ], + [ + "Ġnucleot", + "ides" + ], + [ + "Ġnucleotide", + "s" + ], + [ + "hythm", + "ias" + ], + [ + "hythmia", + "s" + ], + [ + "Ġpenn", + "ies" + ], + [ + "Ġsandwich", + "es" + ], + [ + "Ġsandwic", + "hes" + ], + [ + "ĠPhar", + "ise" + ], + [ + "ĠPha", + "rise" + ], + [ + "F", + "und" + ], + [ + "Fun", + "d" + ], + [ + "N", + "ic" + ], + [ + "Ni", + "c" + ], + [ + "f", + "ax" + ], + [ + "fa", + "x" + ], + [ + "at", + "lantic" + ], + [ + "atl", + "antic" + ], + [ + "Ġto", + "fu" + ], + [ + "Ġ", + "gh" + ], + [ + "Ġg", + "h" + ], + [ + "Ġ", + "AAP" + ], + [ + "ĠA", + "AP" + ], + [ + "ĠAA", + "P" + ], + [ + "ĠS", + "CA" + ], + [ + "ĠSC", + "A" + ], + [ + "ĠThe", + "ology" + ], + [ + "est", + "rogen" + ], + [ + "estro", + "gen" + ], + [ + "ĠD", + "ere" + ], + [ + "ĠDe", + "re" + ], + [ + "ĠDer", + "e" + ], + [ + "Ġ", + "Vs" + ], + [ + "ĠV", + "s" + ], + [ + "ĠH", + "eating" + ], + [ + "ĠHe", + "ating" + ], + [ + "ĠHeat", + "ing" + ], + [ + "Ġtest", + "icular" + ], + [ + "-b", + "illed" + ], + [ + "Ġe", + "asing" + ], + [ + "Ġeas", + "ing" + ], + [ + "o", + "nese" + ], + [ + "on", + "ese" + ], + [ + "one", + "se" + ], + [ + "ones", + "e" + ], + [ + "ĠCar", + "lo" + ], + [ + "ĠCarl", + "o" + ], + [ + "ĠPr", + "att" + ], + [ + "ĠPra", + "tt" + ], + [ + "ĠPrat", + "t" + ], + [ + "ocol", + "ates" + ], + [ + "ocolate", + "s" + ], + [ + "oco", + "lates" + ], + [ + "Ġdyn", + "asties" + ], + [ + "enth", + "ic" + ], + [ + "ĠMar", + "kets" + ], + [ + "ĠMark", + "ets" + ], + [ + "ĠMarket", + "s" + ], + [ + "Ġfamiliar", + "ize" + ], + [ + "Cl", + "ose" + ], + [ + "st", + "ructive" + ], + [ + "str", + "uctive" + ], + [ + "struct", + "ive" + ], + [ + "stru", + "ctive" + ], + [ + "Ġob", + "long" + ], + [ + "Ġobl", + "ong" + ], + [ + "-", + "Hill" + ], + [ + "-H", + "ill" + ], + [ + "Ġpuzz", + "led" + ], + [ + "Ġpuzzle", + "d" + ], + [ + "Ġampl", + "ifiers" + ], + [ + "Ġamplifier", + "s" + ], + [ + "r", + "anded" + ], + [ + "ran", + "ded" + ], + [ + "rand", + "ed" + ], + [ + "C", + "ommunication" + ], + [ + "Commun", + "ication" + ], + [ + "Ġsn", + "eeze" + ], + [ + "Ġsnee", + "ze" + ], + [ + "Ġsne", + "eze" + ], + [ + "-c", + "igarette" + ], + [ + "-cigare", + "tte" + ], + [ + "Ġbetray", + "ed" + ], + [ + "ot", + "eric" + ], + [ + "ote", + "ric" + ], + [ + "oter", + "ic" + ], + [ + "Ġdisgu", + "ised" + ], + [ + "Ġdisguise", + "d" + ], + [ + "Ġcentrifug", + "al" + ], + [ + "ĠGlou", + "cester" + ], + [ + "Ġlabour", + "ers" + ], + [ + "Ġlabou", + "rers" + ], + [ + "-", + "Th" + ], + [ + "-T", + "h" + ], + [ + "u", + "ers" + ], + [ + "ue", + "rs" + ], + [ + "uer", + "s" + ], + [ + "Ġd", + "ella" + ], + [ + "Ġde", + "lla" + ], + [ + "Ġdel", + "la" + ], + [ + "Ġdell", + "a" + ], + [ + "le", + "vel" + ], + [ + "lev", + "el" + ], + [ + "ĠS", + "ore" + ], + [ + "ĠSo", + "re" + ], + [ + "ĠSor", + "e" + ], + [ + "ĠS", + "ik" + ], + [ + "ĠSi", + "k" + ], + [ + "ĠC", + "aps" + ], + [ + "ĠCa", + "ps" + ], + [ + "ĠCap", + "s" + ], + [ + "Ġimp", + "uls" + ], + [ + "Ġimpul", + "s" + ], + [ + "Ġatt", + "ire" + ], + [ + "Ġcell", + "phone" + ], + [ + "Ġ", + "Beans" + ], + [ + "ĠBe", + "ans" + ], + [ + "ĠBean", + "s" + ], + [ + "Ġpr", + "edic" + ], + [ + "Ġpred", + "ic" + ], + [ + "Ġ", + "iii" + ], + [ + "Ġi", + "ii" + ], + [ + "Ġii", + "i" + ], + [ + "Ġ", + "ethylene" + ], + [ + "Ġeth", + "ylene" + ], + [ + "Ġethyl", + "ene" + ], + [ + "m", + "edical" + ], + [ + "med", + "ical" + ], + [ + "Ġso", + "nar" + ], + [ + "Ġson", + "ar" + ], + [ + "Ġr", + "ooting" + ], + [ + "Ġro", + "oting" + ], + [ + "Ġroot", + "ing" + ], + [ + "n", + "esian" + ], + [ + "nes", + "ian" + ], + [ + "nesia", + "n" + ], + [ + "Ġbl", + "ogging" + ], + [ + "Ġblog", + "ging" + ], + [ + "Ġblo", + "gging" + ], + [ + "Ġinterview", + "ing" + ], + [ + "Ġaccompl", + "ishing" + ], + [ + "Ġaccomp", + "lishing" + ], + [ + "Ġaccomplish", + "ing" + ], + [ + "Ġcult", + "ivar" + ], + [ + "Ġcultiv", + "ar" + ], + [ + "iform", + "es" + ], + [ + "Ġcommission", + "ers" + ], + [ + "Ġcommissioner", + "s" + ], + [ + "Comp", + "anies" + ], + [ + "Ġcourt", + "ship" + ], + [ + "Ġcourts", + "hip" + ], + [ + "Ġmile", + "age" + ], + [ + "Co", + "al" + ], + [ + "opt", + "ional" + ], + [ + "option", + "al" + ], + [ + "est", + "hetics" + ], + [ + "esthetic", + "s" + ], + [ + "esthet", + "ics" + ], + [ + "odia", + "zep" + ], + [ + "ĠHorm", + "one" + ], + [ + "Ġischem", + "ic" + ], + [ + "O", + "fficial" + ], + [ + "Off", + "icial" + ], + [ + "Offic", + "ial" + ], + [ + "j", + "ans" + ], + [ + "ja", + "ns" + ], + [ + "jan", + "s" + ], + [ + "Ġs", + "iding" + ], + [ + "Ġsi", + "ding" + ], + [ + "Ġsid", + "ing" + ], + [ + "Ġ", + "bri" + ], + [ + "Ġb", + "ri" + ], + [ + "Ġbr", + "i" + ], + [ + "ĠS", + "eth" + ], + [ + "ĠSe", + "th" + ], + [ + "ĠSet", + "h" + ], + [ + "ĠB", + "asket" + ], + [ + "ĠBas", + "ket" + ], + [ + "an", + "dro" + ], + [ + "and", + "ro" + ], + [ + "u", + "reth" + ], + [ + "ur", + "eth" + ], + [ + "ure", + "th" + ], + [ + "pl", + "ains" + ], + [ + "plain", + "s" + ], + [ + "ber", + "ra" + ], + [ + "Ġsc", + "oot" + ], + [ + "mer", + "se" + ], + [ + "mers", + "e" + ], + [ + "Ġ", + "VS" + ], + [ + "ĠV", + "S" + ], + [ + "Ġexp", + "anse" + ], + [ + "Ġexpans", + "e" + ], + [ + "rop", + "hes" + ], + [ + "roph", + "es" + ], + [ + "rophe", + "s" + ], + [ + "Ġtrans", + "por" + ], + [ + "Ġtransp", + "or" + ], + [ + "Ġp", + "urse" + ], + [ + "Ġpur", + "se" + ], + [ + "Ġpurs", + "e" + ], + [ + "Ġtop", + "soil" + ], + [ + "Ġtops", + "oil" + ], + [ + "Ġele", + "venth" + ], + [ + "Ġelev", + "enth" + ], + [ + "Ġeleven", + "th" + ], + [ + "Ġob", + "jected" + ], + [ + "Ġobject", + "ed" + ], + [ + "-", + "det" + ], + [ + "-d", + "et" + ], + [ + "-de", + "t" + ], + [ + "Ġlocal", + "ization" + ], + [ + "Ġfunction", + "ally" + ], + [ + "Ġfunctional", + "ly" + ], + [ + "sp", + "inal" + ], + [ + "Ġaction", + "able" + ], + [ + "Ġconc", + "ave" + ], + [ + "Ġroad", + "map" + ], + [ + "ph", + "asia" + ], + [ + "phas", + "ia" + ], + [ + "Ġs", + "avvy" + ], + [ + "Ġsav", + "vy" + ], + [ + "ĠA", + "viv" + ], + [ + "ĠAv", + "iv" + ], + [ + "Ġs", + "odas" + ], + [ + "Ġso", + "das" + ], + [ + "Ġsod", + "as" + ], + [ + "Ġsoda", + "s" + ], + [ + "Ġdomin", + "ion" + ], + [ + "ĠP", + "ete" + ], + [ + "ĠPe", + "te" + ], + [ + "ĠPet", + "e" + ], + [ + "Ġh", + "alo" + ], + [ + "Ġha", + "lo" + ], + [ + "Ġhal", + "o" + ], + [ + "Ġmemor", + "ization" + ], + [ + "Ġrip", + "ening" + ], + [ + "Ġripe", + "ning" + ], + [ + "Ġripen", + "ing" + ], + [ + "Ġsur", + "faced" + ], + [ + "Ġsurface", + "d" + ], + [ + "Ġsurf", + "aced" + ], + [ + "ĠCro", + "atian" + ], + [ + "ĠCroat", + "ian" + ], + [ + "ĠCroatia", + "n" + ], + [ + "Ġpsych", + "iatrists" + ], + [ + "Ġpsychiat", + "rists" + ], + [ + "Ġpsychiatrist", + "s" + ], + [ + "Ġeyeb", + "rows" + ], + [ + "Ġabr", + "asion" + ], + [ + "Ġabras", + "ion" + ], + [ + "ĠCarp", + "enter" + ], + [ + "ĠIroqu", + "ois" + ], + [ + "Ġamel", + "ior" + ], + [ + "-", + "Muslim" + ], + [ + "-Mus", + "lim" + ], + [ + ".", + "ly" + ], + [ + ".l", + "y" + ], + [ + "e", + "i" + ], + [ + "s", + "i" + ], + [ + "s", + "al" + ], + [ + "sa", + "l" + ], + [ + "Ġt", + "ug" + ], + [ + "Ġtu", + "g" + ], + [ + "al", + "ien" + ], + [ + "ali", + "en" + ], + [ + "Ġg", + "uts" + ], + [ + "Ġgu", + "ts" + ], + [ + "Ġgut", + "s" + ], + [ + "Ġ", + "uk" + ], + [ + "Ġu", + "k" + ], + [ + "ĠS", + "of" + ], + [ + "ĠSo", + "f" + ], + [ + "h", + "erly" + ], + [ + "her", + "ly" + ], + [ + "Ġ", + "BM" + ], + [ + "ĠB", + "M" + ], + [ + "ĠB", + "ali" + ], + [ + "ĠBa", + "li" + ], + [ + "ĠBal", + "i" + ], + [ + "ĠF", + "ow" + ], + [ + "ĠFo", + "w" + ], + [ + "ĠF", + "IRST" + ], + [ + "Ġsh", + "alt" + ], + [ + "ĠG", + "amma" + ], + [ + "ĠGam", + "ma" + ], + [ + "on", + "ga" + ], + [ + "ong", + "a" + ], + [ + "ĠC", + "him" + ], + [ + "ĠCh", + "im" + ], + [ + "ĠChi", + "m" + ], + [ + "ĠSp", + "atial" + ], + [ + "âĢľ", + "With" + ], + [ + "ĠR", + "ey" + ], + [ + "ĠRe", + "y" + ], + [ + "ĠS", + "hu" + ], + [ + "ĠSh", + "u" + ], + [ + "Ġst", + "ressing" + ], + [ + "Ġstr", + "essing" + ], + [ + "Ġstress", + "ing" + ], + [ + "ĠCal", + "iph" + ], + [ + "ĠA", + "bel" + ], + [ + "ĠAb", + "el" + ], + [ + "ĠAbe", + "l" + ], + [ + "Ġwood", + "working" + ], + [ + "Ġillust", + "rator" + ], + [ + "ĠMedic", + "ines" + ], + [ + "ĠMedicine", + "s" + ], + [ + "ĠMedici", + "nes" + ], + [ + "ĠCon", + "fig" + ], + [ + "ĠConf", + "ig" + ], + [ + "Ġsuc", + "ceeds" + ], + [ + "Ġsucceed", + "s" + ], + [ + "Ġsucc", + "eeds" + ], + [ + ".'", + "'Ċ" + ], + [ + ".''", + "Ċ" + ], + [ + "ig", + "saw" + ], + [ + "igs", + "aw" + ], + [ + "Ġwed", + "dings" + ], + [ + "Ġwedding", + "s" + ], + [ + "ĠH", + "ermann" + ], + [ + "ĠHer", + "mann" + ], + [ + "ĠHerm", + "ann" + ], + [ + "ĠHerman", + "n" + ], + [ + "Ġd", + "readed" + ], + [ + "Ġdread", + "ed" + ], + [ + "Ġdre", + "aded" + ], + [ + "Ġincarcer", + "ated" + ], + [ + "Ġwhis", + "key" + ], + [ + "Ġwhisk", + "ey" + ], + [ + "ĠIncorpor", + "ated" + ], + [ + "ĠIncorporate", + "d" + ], + [ + ".", + "i" + ], + [ + "S", + "em" + ], + [ + "Se", + "m" + ], + [ + "ic", + "ulate" + ], + [ + "icul", + "ate" + ], + [ + "Ġd", + "ives" + ], + [ + "Ġdi", + "ves" + ], + [ + "Ġdiv", + "es" + ], + [ + "Ġdive", + "s" + ], + [ + "ĠS", + "ail" + ], + [ + "ĠSa", + "il" + ], + [ + "ĠS", + "igma" + ], + [ + "ĠSig", + "ma" + ], + [ + "ĠP", + "ool" + ], + [ + "ĠPo", + "ol" + ], + [ + "Ġs", + "ue" + ], + [ + "Ġsu", + "e" + ], + [ + "ĠB", + "ib" + ], + [ + "ĠBi", + "b" + ], + [ + "Ġ", + "Browse" + ], + [ + "ĠB", + "rowse" + ], + [ + "ĠBrow", + "se" + ], + [ + "Ġr", + "umin" + ], + [ + "Ġru", + "min" + ], + [ + "Ġrum", + "in" + ], + [ + "Ġres", + "usc" + ], + [ + "Ġun", + "ilateral" + ], + [ + "Ġunil", + "ateral" + ], + [ + "Ġcons", + "cientious" + ], + [ + "p", + "lease" + ], + [ + "ple", + "ase" + ], + [ + "Ġd", + "ipped" + ], + [ + "Ġdi", + "pped" + ], + [ + "Ġdip", + "ped" + ], + [ + "Ġ", + "amps" + ], + [ + "Ġam", + "ps" + ], + [ + "Ġamp", + "s" + ], + [ + "Ġpl", + "anter" + ], + [ + "Ġplan", + "ter" + ], + [ + "Ġplant", + "er" + ], + [ + "Ġcor", + "ona" + ], + [ + "Ġcoron", + "a" + ], + [ + "-", + "sw" + ], + [ + "-s", + "w" + ], + [ + "Ġrest", + "lessness" + ], + [ + "Ġrestless", + "ness" + ], + [ + "-", + "faced" + ], + [ + "-f", + "aced" + ], + [ + "-face", + "d" + ], + [ + "ĠS", + "amar" + ], + [ + "ĠSam", + "ar" + ], + [ + "ĠSa", + "mar" + ], + [ + "ĠSama", + "r" + ], + [ + "Ġtight", + "ening" + ], + [ + "Ġtighten", + "ing" + ], + [ + "Ġvibr", + "ating" + ], + [ + "Ġvib", + "rating" + ], + [ + ".c", + "dc" + ], + [ + "-", + "linear" + ], + [ + "-line", + "ar" + ], + [ + "-ass", + "essment" + ], + [ + "Ġmil", + "itant" + ], + [ + "Ġmilit", + "ant" + ], + [ + "Exp", + "osure" + ], + [ + "Ġplaint", + "iff" + ], + [ + "Ġcochle", + "ar" + ], + [ + "Ġcochlea", + "r" + ], + [ + "Str", + "ateg" + ], + [ + "Stra", + "teg" + ], + [ + "-", + "rad" + ], + [ + "-r", + "ad" + ], + [ + "-ra", + "d" + ], + [ + "b", + "iological" + ], + [ + "bi", + "ological" + ], + [ + "Ġt", + "rol" + ], + [ + "Ġtr", + "ol" + ], + [ + "Ġtro", + "l" + ], + [ + "Ġd", + "une" + ], + [ + "Ġdu", + "ne" + ], + [ + "Ġdun", + "e" + ], + [ + "Ġg", + "ynec" + ], + [ + "id", + "ase" + ], + [ + "ida", + "se" + ], + [ + "idas", + "e" + ], + [ + "et", + "rics" + ], + [ + "etric", + "s" + ], + [ + "Ġ", + "EIA" + ], + [ + "ĠE", + "IA" + ], + [ + "ĠEI", + "A" + ], + [ + "Ġind", + "ebted" + ], + [ + "Ġ", + "Hey" + ], + [ + "ĠH", + "ey" + ], + [ + "ĠHe", + "y" + ], + [ + "Ġdep", + "ressions" + ], + [ + "Ġdepression", + "s" + ], + [ + "Ġdepr", + "essions" + ], + [ + "Ġdepress", + "ions" + ], + [ + "ĠCon", + "version" + ], + [ + "ĠConvers", + "ion" + ], + [ + "e", + "space" + ], + [ + "es", + "pace" + ], + [ + "esp", + "ace" + ], + [ + "Ġens", + "hr" + ], + [ + "Ġcoll", + "age" + ], + [ + "ĠB", + "rut" + ], + [ + "ĠBr", + "ut" + ], + [ + "ĠBru", + "t" + ], + [ + "ĠS", + "inger" + ], + [ + "ĠSing", + "er" + ], + [ + "ĠSin", + "ger" + ], + [ + "gu", + "ide" + ], + [ + "guid", + "e" + ], + [ + "u", + "gger" + ], + [ + "ug", + "ger" + ], + [ + "ugg", + "er" + ], + [ + "Ġfur", + "the" + ], + [ + "Ġneur", + "ologic" + ], + [ + "Ġneu", + "rologic" + ], + [ + "Ġneurolog", + "ic" + ], + [ + "Aut", + "om" + ], + [ + "Auto", + "m" + ], + [ + "-", + "colonial" + ], + [ + "-col", + "onial" + ], + [ + "Ġenthusi", + "ast" + ], + [ + "Second", + "ary" + ], + [ + "Ġint", + "olerant" + ], + [ + "Ġintoler", + "ant" + ], + [ + "Ġ", + "Celebr" + ], + [ + "ĠCele", + "br" + ], + [ + "-skin", + "ned" + ], + [ + "Ġlepro", + "sy" + ], + [ + "E", + "ffect" + ], + [ + "Eff", + "ect" + ], + [ + "P", + "AR" + ], + [ + "PA", + "R" + ], + [ + "m", + "d" + ], + [ + "m", + "ot" + ], + [ + "mo", + "t" + ], + [ + "m", + "ove" + ], + [ + "mo", + "ve" + ], + [ + "Ġ", + "piracy" + ], + [ + "Ġp", + "iracy" + ], + [ + "Ġpi", + "racy" + ], + [ + "Ġpir", + "acy" + ], + [ + "Ġin", + "quis" + ], + [ + "Ġinqu", + "is" + ], + [ + "ĠC", + "odes" + ], + [ + "ĠCo", + "des" + ], + [ + "ĠCode", + "s" + ], + [ + "ĠCod", + "es" + ], + [ + "ĠP", + "assion" + ], + [ + "ĠPass", + "ion" + ], + [ + "Ġnot", + "withstanding" + ], + [ + "a", + "chal" + ], + [ + "ac", + "hal" + ], + [ + "ach", + "al" + ], + [ + "acha", + "l" + ], + [ + "Ġsc", + "out" + ], + [ + "ĠSt", + "yles" + ], + [ + "ĠStyle", + "s" + ], + [ + "ĠSty", + "les" + ], + [ + "Ġu", + "pro" + ], + [ + "Ġup", + "ro" + ], + [ + "Ġreg", + "urg" + ], + [ + "Ġ", + "Scope" + ], + [ + "ĠSc", + "ope" + ], + [ + "ĠWh", + "ites" + ], + [ + "ĠWhite", + "s" + ], + [ + "ĠWhit", + "es" + ], + [ + "Ġmicro", + "phones" + ], + [ + "Ġmicrophone", + "s" + ], + [ + "Ġlife", + "times" + ], + [ + "Ġlif", + "etimes" + ], + [ + "Ġlifetime", + "s" + ], + [ + "-", + "grain" + ], + [ + "-g", + "rain" + ], + [ + "-gra", + "in" + ], + [ + "Ġprom", + "otional" + ], + [ + "Ġpromot", + "ional" + ], + [ + "Ġpromotion", + "al" + ], + [ + "al", + "lets" + ], + [ + "all", + "ets" + ], + [ + "alle", + "ts" + ], + [ + "Ġwel", + "comes" + ], + [ + "Ġwelcome", + "s" + ], + [ + "Ġmac", + "kerel" + ], + [ + "ĠB", + "anking" + ], + [ + "ĠBank", + "ing" + ], + [ + "ĠBan", + "king" + ], + [ + "ĠP", + "layer" + ], + [ + "ĠPl", + "ayer" + ], + [ + "ĠPlay", + "er" + ], + [ + "Ġpor", + "osity" + ], + [ + "ĠTy", + "ph" + ], + [ + "ĠTyp", + "h" + ], + [ + "ĠCust", + "oms" + ], + [ + "ĠCustom", + "s" + ], + [ + "ĠCel", + "ts" + ], + [ + "ĠRound", + "up" + ], + [ + "Plan", + "ning" + ], + [ + "Ġconject", + "ure" + ], + [ + "ĠJeh", + "ovah" + ], + [ + "-", + "organisms" + ], + [ + "-organ", + "isms" + ], + [ + "C", + "reated" + ], + [ + "Create", + "d" + ], + [ + "Cr", + "eated" + ], + [ + "Creat", + "ed" + ], + [ + "S", + "now" + ], + [ + "Sn", + "ow" + ], + [ + "S", + "alt" + ], + [ + "Sal", + "t" + ], + [ + "Sa", + "lt" + ], + [ + "b", + "t" + ], + [ + "c", + "ot" + ], + [ + "co", + "t" + ], + [ + "c", + "end" + ], + [ + "ce", + "nd" + ], + [ + "g", + "ames" + ], + [ + "ga", + "mes" + ], + [ + "game", + "s" + ], + [ + "r", + "ank" + ], + [ + "ran", + "k" + ], + [ + "Ø", + "©" + ], + [ + "an", + "j" + ], + [ + "ĠS", + "ere" + ], + [ + "ĠSe", + "re" + ], + [ + "ĠSer", + "e" + ], + [ + "ĠI", + "z" + ], + [ + "Ġ", + "IRS" + ], + [ + "ĠI", + "RS" + ], + [ + "ĠIR", + "S" + ], + [ + "ĠM", + "ilit" + ], + [ + "ĠMil", + "it" + ], + [ + "ĠMi", + "lit" + ], + [ + "ĠB", + "ard" + ], + [ + "ĠBar", + "d" + ], + [ + "ĠBa", + "rd" + ], + [ + "ĠâĢ", + "ŀ" + ], + [ + "Ġnot", + "ch" + ], + [ + "ĠG", + "rad" + ], + [ + "ĠGra", + "d" + ], + [ + "ĠGr", + "ad" + ], + [ + "âĢĶ", + "like" + ], + [ + "An", + "ne" + ], + [ + "Ann", + "e" + ], + [ + "-t", + "ill" + ], + [ + "Ġ", + "Quest" + ], + [ + "ĠQu", + "est" + ], + [ + "ĠQue", + "st" + ], + [ + "Ġtele", + "visions" + ], + [ + "Ġtelevision", + "s" + ], + [ + "ĠM", + "eta" + ], + [ + "ĠMe", + "ta" + ], + [ + "ĠMet", + "a" + ], + [ + "ĠPer", + "su" + ], + [ + "ĠPers", + "u" + ], + [ + "Ġbath", + "rooms" + ], + [ + "Ġbathroom", + "s" + ], + [ + "Ġno", + "nex" + ], + [ + "Ġnon", + "ex" + ], + [ + "Ġnone", + "x" + ], + [ + "ĠNet", + "working" + ], + [ + "ĠNetwork", + "ing" + ], + [ + "semb", + "led" + ], + [ + "semble", + "d" + ], + [ + "sem", + "bled" + ], + [ + "Ġtab", + "oo" + ], + [ + "Ġpenet", + "rated" + ], + [ + "Ġpenetrate", + "d" + ], + [ + "Ac", + "ute" + ], + [ + "ĠEnt", + "repreneurs" + ], + [ + "Ġ", + "Interesting" + ], + [ + "ĠInter", + "esting" + ], + [ + "ĠInterest", + "ing" + ], + [ + "ĠFront", + "iers" + ], + [ + "ĠFrontier", + "s" + ], + [ + "ĠV", + "oices" + ], + [ + "ĠVo", + "ices" + ], + [ + "ĠVoice", + "s" + ], + [ + "Ġincon", + "venient" + ], + [ + "Ġinconven", + "ient" + ], + [ + "ĠCarth", + "age" + ], + [ + "ĠCarthag", + "e" + ], + [ + "&", + "E" + ], + [ + "T", + "erm" + ], + [ + "Te", + "rm" + ], + [ + "Ter", + "m" + ], + [ + "T", + "ypical" + ], + [ + "b", + "ags" + ], + [ + "ba", + "gs" + ], + [ + "bag", + "s" + ], + [ + "Ġd", + "omes" + ], + [ + "Ġdo", + "mes" + ], + [ + "Ġdom", + "es" + ], + [ + "Ġdome", + "s" + ], + [ + "ĠThe", + "ories" + ], + [ + "ĠTheo", + "ries" + ], + [ + "ĠM", + "urd" + ], + [ + "ĠMur", + "d" + ], + [ + "ĠMu", + "rd" + ], + [ + "ĠD", + "angerous" + ], + [ + "ĠDanger", + "ous" + ], + [ + "ĠL", + "ig" + ], + [ + "ĠLi", + "g" + ], + [ + "ĠO", + "y" + ], + [ + "ĠJ", + "ub" + ], + [ + "ĠJu", + "b" + ], + [ + "ĠY", + "or" + ], + [ + "ĠYo", + "r" + ], + [ + "is", + "san" + ], + [ + "iss", + "an" + ], + [ + "issa", + "n" + ], + [ + "e", + "fer" + ], + [ + "ef", + "er" + ], + [ + "sc", + "ope" + ], + [ + "Ġorig", + "ami" + ], + [ + "Ġturn", + "out" + ], + [ + "ĠT", + "rim" + ], + [ + "ĠTr", + "im" + ], + [ + "ĠTri", + "m" + ], + [ + "Ġcoll", + "ars" + ], + [ + "Ġcollar", + "s" + ], + [ + "e", + "qual" + ], + [ + "equ", + "al" + ], + [ + "ĠJes", + "uits" + ], + [ + "ĠJesuit", + "s" + ], + [ + "Ġsub", + "type" + ], + [ + "Ġsubt", + "ype" + ], + [ + "ĠSleep", + "ing" + ], + [ + "ĠSle", + "eping" + ], + [ + "Ġperf", + "ume" + ], + [ + "Ġblack", + "smith" + ], + [ + "Ġblacks", + "mith" + ], + [ + "De", + "scribe" + ], + [ + "Desc", + "ribe" + ], + [ + "Ġevapor", + "ates" + ], + [ + "Ġevaporate", + "s" + ], + [ + "Ġs", + "ynchronous" + ], + [ + "Ġsynchron", + "ous" + ], + [ + "Ġ", + "Comparing" + ], + [ + "ĠComp", + "aring" + ], + [ + "ĠCom", + "paring" + ], + [ + "ĠCompar", + "ing" + ], + [ + "en", + "cia" + ], + [ + "enc", + "ia" + ], + [ + "ðĿ", + "ij" + ], + [ + "Ġdilig", + "ent" + ], + [ + "Ġfu", + "sel" + ], + [ + "Ġfuse", + "l" + ], + [ + "Ġfus", + "el" + ], + [ + "ĠOrb", + "iter" + ], + [ + "ĠOrbit", + "er" + ], + [ + "-insp", + "ired" + ], + [ + "ĠWal", + "sh" + ], + [ + "ĠWals", + "h" + ], + [ + "-", + "vers" + ], + [ + "-v", + "ers" + ], + [ + "-ve", + "rs" + ], + [ + "B", + "aby" + ], + [ + "Ba", + "by" + ], + [ + "Bab", + "y" + ], + [ + "I", + "NA" + ], + [ + "IN", + "A" + ], + [ + "K", + "ar" + ], + [ + "Ka", + "r" + ], + [ + "K", + "ING" + ], + [ + "KI", + "NG" + ], + [ + "d", + "ouble" + ], + [ + "do", + "uble" + ], + [ + "v", + "at" + ], + [ + "va", + "t" + ], + [ + "ĠT", + "rading" + ], + [ + "ĠTr", + "ading" + ], + [ + "ĠTra", + "ding" + ], + [ + "ĠTrad", + "ing" + ], + [ + "ĠM", + "BA" + ], + [ + "ĠMB", + "A" + ], + [ + "op", + "ulation" + ], + [ + "ĠP", + "ok" + ], + [ + "ĠPo", + "k" + ], + [ + "ect", + "in" + ], + [ + "ec", + "tin" + ], + [ + "ĠW", + "itch" + ], + [ + "ĠWit", + "ch" + ], + [ + "and", + "ruff" + ], + [ + "Ġle", + "aps" + ], + [ + "Ġleap", + "s" + ], + [ + "Ġcl", + "oves" + ], + [ + "Ġclo", + "ves" + ], + [ + "Ġclove", + "s" + ], + [ + "Ġper", + "plex" + ], + [ + "Ġunder", + "lie" + ], + [ + "l", + "ication" + ], + [ + "lic", + "ation" + ], + [ + "li", + "cation" + ], + [ + "lica", + "tion" + ], + [ + "Ġsub", + "groups" + ], + [ + "Ġsubgroup", + "s" + ], + [ + "rent", + "ice" + ], + [ + "-", + "sur" + ], + [ + "-s", + "ur" + ], + [ + "-su", + "r" + ], + [ + "Ġm", + "inded" + ], + [ + "Ġmin", + "ded" + ], + [ + "Ġmind", + "ed" + ], + [ + "Ġr", + "arest" + ], + [ + "Ġra", + "rest" + ], + [ + "Ġrare", + "st" + ], + [ + "Ġfuel", + "ing" + ], + [ + "Ġfu", + "eling" + ], + [ + "u", + "ffer" + ], + [ + "uff", + "er" + ], + [ + "uf", + "fer" + ], + [ + "ĠMy", + "ster" + ], + [ + "ĠMys", + "ter" + ], + [ + "A", + "dam" + ], + [ + "Ad", + "am" + ], + [ + "ĠGreen", + "peace" + ], + [ + "Ġbow", + "els" + ], + [ + "Ġbowel", + "s" + ], + [ + "in", + "nings" + ], + [ + "inn", + "ings" + ], + [ + "inning", + "s" + ], + [ + "ĠT", + "empl" + ], + [ + "ĠTem", + "pl" + ], + [ + "ĠTemp", + "l" + ], + [ + "Ġobl", + "iv" + ], + [ + "ĠS", + "ett" + ], + [ + "ĠSe", + "tt" + ], + [ + "ĠSet", + "t" + ], + [ + "Ġresil", + "iency" + ], + [ + "Ġincent", + "iv" + ], + [ + "Ġvine", + "yards" + ], + [ + "Ġvineyard", + "s" + ], + [ + "Ġalphabet", + "ical" + ], + [ + "Ġalphabetic", + "al" + ], + [ + "Ass", + "essment" + ], + [ + "Assess", + "ment" + ], + [ + "ĠRespons", + "ible" + ], + [ + "Ġbenef", + "iciary" + ], + [ + "Ġbenefic", + "iary" + ], + [ + "Ġendomet", + "rial" + ], + [ + "ĠBasil", + "ica" + ], + [ + "ĠPast", + "eur" + ], + [ + "ĠPaste", + "ur" + ], + [ + "-", + "x" + ], + [ + "B", + "road" + ], + [ + "Bro", + "ad" + ], + [ + "Br", + "oad" + ], + [ + "C", + "oun" + ], + [ + "Co", + "un" + ], + [ + "N", + "uclear" + ], + [ + "P", + "ick" + ], + [ + "Pi", + "ck" + ], + [ + "Pic", + "k" + ], + [ + "Q", + "A" + ], + [ + "r", + "n" + ], + [ + "v", + "ig" + ], + [ + "vi", + "g" + ], + [ + "h", + "era" + ], + [ + "he", + "ra" + ], + [ + "her", + "a" + ], + [ + "Ġc", + "rib" + ], + [ + "Ġcr", + "ib" + ], + [ + "Ġ", + "cephal" + ], + [ + "Ġc", + "ephal" + ], + [ + "Ġce", + "phal" + ], + [ + "it", + "ius" + ], + [ + "iti", + "us" + ], + [ + "Ġf", + "um" + ], + [ + "Ġfu", + "m" + ], + [ + "a", + "num" + ], + [ + "an", + "um" + ], + [ + "anu", + "m" + ], + [ + "id", + "ates" + ], + [ + "ida", + "tes" + ], + [ + "idate", + "s" + ], + [ + "Ġ", + "ASS" + ], + [ + "ĠA", + "SS" + ], + [ + "ĠAS", + "S" + ], + [ + "ĠS", + "EO" + ], + [ + "ĠSE", + "O" + ], + [ + "ĠM", + "use" + ], + [ + "ĠMus", + "e" + ], + [ + "ĠMu", + "se" + ], + [ + "Ġ", + "RM" + ], + [ + "ĠR", + "M" + ], + [ + "ap", + "ia" + ], + [ + "api", + "a" + ], + [ + "Ġ", + "jug" + ], + [ + "Ġj", + "ug" + ], + [ + "Ġju", + "g" + ], + [ + "Ġfe", + "asts" + ], + [ + "Ġfeas", + "ts" + ], + [ + "Ġfeast", + "s" + ], + [ + "Ġgener", + "ously" + ], + [ + "Ġgenerous", + "ly" + ], + [ + "Ġfollow", + "er" + ], + [ + "Ġfol", + "lower" + ], + [ + "Ġ", + "Engage" + ], + [ + "ĠEng", + "age" + ], + [ + "ĠEn", + "gage" + ], + [ + "ik", + "ung" + ], + [ + "iku", + "ng" + ], + [ + "ĠR", + "ept" + ], + [ + "ĠRe", + "pt" + ], + [ + "ĠRep", + "t" + ], + [ + "-", + "yellow" + ], + [ + "-y", + "ellow" + ], + [ + "ĠE", + "li" + ], + [ + "ĠEl", + "i" + ], + [ + "Ġinit", + "iates" + ], + [ + "Ġiniti", + "ates" + ], + [ + "Ġinitiate", + "s" + ], + [ + "Res", + "ource" + ], + [ + "Re", + "source" + ], + [ + "Ġ", + "Anger" + ], + [ + "ĠAn", + "ger" + ], + [ + "ĠAng", + "er" + ], + [ + "ĠRef", + "lection" + ], + [ + "ĠReflect", + "ion" + ], + [ + "g", + "race" + ], + [ + "gra", + "ce" + ], + [ + "gr", + "ace" + ], + [ + "it", + "ania" + ], + [ + "itan", + "ia" + ], + [ + "ita", + "nia" + ], + [ + "ĠS", + "andra" + ], + [ + "ĠSand", + "ra" + ], + [ + "ĠSa", + "ndra" + ], + [ + "unning", + "ham" + ], + [ + "unn", + "ingham" + ], + [ + "ĠEll", + "iott" + ], + [ + "ĠElliot", + "t" + ], + [ + "Ġ", + "Opening" + ], + [ + "ĠOpen", + "ing" + ], + [ + "ĠOp", + "ening" + ], + [ + "Ġ", + "à¤ķ" + ], + [ + "Ġà¤", + "ķ" + ], + [ + "Ġcontra", + "ceptives" + ], + [ + "Ġcontraceptive", + "s" + ], + [ + "Educ", + "ational" + ], + [ + "Education", + "al" + ], + [ + "ĠHaz", + "ards" + ], + [ + "ĠHazard", + "s" + ], + [ + "ĠFel", + "ix" + ], + [ + "Ġker", + "atin" + ], + [ + "Ġkerat", + "in" + ], + [ + "Ġundersc", + "ores" + ], + [ + "Ġunderscore", + "s" + ], + [ + "Ġindefin", + "ite" + ], + [ + "Ġpres", + "ervative" + ], + [ + "Ġpreserv", + "ative" + ], + [ + "ĠCB", + "SE" + ], + [ + "ĠCBS", + "E" + ], + [ + "Ġforesee", + "able" + ], + [ + "Ġbalcon", + "y" + ], + [ + "A", + "ust" + ], + [ + "C", + "ritical" + ], + [ + "Cr", + "itical" + ], + [ + "Crit", + "ical" + ], + [ + "F", + "emale" + ], + [ + "Fe", + "male" + ], + [ + "Fem", + "ale" + ], + [ + "L", + "ib" + ], + [ + "Li", + "b" + ], + [ + "P", + "ros" + ], + [ + "Pro", + "s" + ], + [ + "Pr", + "os" + ], + [ + "a", + "gh" + ], + [ + "ag", + "h" + ], + [ + "g", + "ill" + ], + [ + "gi", + "ll" + ], + [ + "gil", + "l" + ], + [ + "Ã", + "¬" + ], + [ + "Ġ", + "oo" + ], + [ + "Ġo", + "o" + ], + [ + "Ġh", + "amm" + ], + [ + "Ġha", + "mm" + ], + [ + "Ġham", + "m" + ], + [ + "ĠI", + "con" + ], + [ + "ĠIc", + "on" + ], + [ + "ĠC", + "ivic" + ], + [ + "ĠCi", + "vic" + ], + [ + "ĠCiv", + "ic" + ], + [ + "per", + "ial" + ], + [ + "pe", + "rial" + ], + [ + "ĠV", + "iol" + ], + [ + "ĠVi", + "ol" + ], + [ + "Ġrel", + "inqu" + ], + [ + "Ġdec", + "is" + ], + [ + "âĢĶ", + "was" + ], + [ + "-", + "safe" + ], + [ + "-s", + "afe" + ], + [ + "Ġp", + "otted" + ], + [ + "Ġpot", + "ted" + ], + [ + "Ġs", + "lain" + ], + [ + "Ġsl", + "ain" + ], + [ + "Ġsl", + "oping" + ], + [ + "ĠBe", + "aver" + ], + [ + "Ġ", + "Radi" + ], + [ + "ĠR", + "adi" + ], + [ + "ĠRad", + "i" + ], + [ + "ĠRa", + "di" + ], + [ + "Rec", + "ord" + ], + [ + "Me", + "asure" + ], + [ + "Ġsp", + "rang" + ], + [ + "Ġspr", + "ang" + ], + [ + "ĠPL", + "OS" + ], + [ + "ĠS", + "ensing" + ], + [ + "ĠSen", + "sing" + ], + [ + "ĠSens", + "ing" + ], + [ + "Ġtransf", + "usions" + ], + [ + "Ġtransfusion", + "s" + ], + [ + "Ġstrat", + "osphere" + ], + [ + "Ġsquee", + "zing" + ], + [ + "Ġrupt", + "ured" + ], + [ + "Ġrupture", + "d" + ], + [ + "ĠSikh", + "s" + ], + [ + "ĠSik", + "hs" + ], + [ + "IU", + "CN" + ], + [ + "Ġbombard", + "ment" + ], + [ + "\"", + "As" + ], + [ + "\"A", + "s" + ], + [ + "-", + "reading" + ], + [ + "-re", + "ading" + ], + [ + "-read", + "ing" + ], + [ + "H", + "o" + ], + [ + "d", + "ied" + ], + [ + "di", + "ed" + ], + [ + "die", + "d" + ], + [ + "Ġt", + "idy" + ], + [ + "Ġtid", + "y" + ], + [ + "Ġti", + "dy" + ], + [ + "Ġ", + "aura" + ], + [ + "Ġa", + "ura" + ], + [ + "Ġaur", + "a" + ], + [ + "Ġau", + "ra" + ], + [ + "a", + "ty" + ], + [ + "at", + "y" + ], + [ + "Ġe", + "aves" + ], + [ + "Ġ", + "lia" + ], + [ + "Ġl", + "ia" + ], + [ + "Ġli", + "a" + ], + [ + "c", + "hal" + ], + [ + "ch", + "al" + ], + [ + "cha", + "l" + ], + [ + "at", + "ement" + ], + [ + "ate", + "ment" + ], + [ + "ens", + "ure" + ], + [ + "ĠY", + "ours" + ], + [ + "ĠYou", + "rs" + ], + [ + "ĠYour", + "s" + ], + [ + "ĠYo", + "urs" + ], + [ + "form", + "ations" + ], + [ + "formation", + "s" + ], + [ + "format", + "ions" + ], + [ + "in", + "sk" + ], + [ + "ins", + "k" + ], + [ + "g", + "gling" + ], + [ + "gg", + "ling" + ], + [ + "a", + "xia" + ], + [ + "ax", + "ia" + ], + [ + "-f", + "itting" + ], + [ + "-fi", + "tting" + ], + [ + "-fit", + "ting" + ], + [ + "Ġpost", + "ures" + ], + [ + "Ġposture", + "s" + ], + [ + "Ġast", + "rology" + ], + [ + "Ġastrolog", + "y" + ], + [ + "Ġir", + "responsible" + ], + [ + "A", + "NG" + ], + [ + "AN", + "G" + ], + [ + "ĠSystem", + "atic" + ], + [ + "Ġpredict", + "ors" + ], + [ + "Ġpredictor", + "s" + ], + [ + "ĠNet", + "flix" + ], + [ + "Ġabund", + "antly" + ], + [ + "Ġabundant", + "ly" + ], + [ + "-", + "Free" + ], + [ + "-F", + "ree" + ], + [ + "Ġfed", + "eration" + ], + [ + "Pre", + "viously" + ], + [ + "Previous", + "ly" + ], + [ + "Ġvo", + "mit" + ], + [ + "Ġvom", + "it" + ], + [ + "ĠJac", + "kie" + ], + [ + "ĠJack", + "ie" + ], + [ + "Ġdilig", + "ently" + ], + [ + "Ġdiligent", + "ly" + ], + [ + "ĠSoph", + "ia" + ], + [ + "Ġske", + "wed" + ], + [ + "Ġskew", + "ed" + ], + [ + "Ġbotan", + "ist" + ], + [ + "Ġeuth", + "anasia" + ], + [ + "Ġeuthan", + "asia" + ], + [ + ".", + "in" + ], + [ + ".i", + "n" + ], + [ + "E", + "AN" + ], + [ + "EA", + "N" + ], + [ + "G", + "rades" + ], + [ + "Grade", + "s" + ], + [ + "Gra", + "des" + ], + [ + "Gr", + "ades" + ], + [ + "H", + "alf" + ], + [ + "Hal", + "f" + ], + [ + "M", + "it" + ], + [ + "Mi", + "t" + ], + [ + "å", + "ľ" + ], + [ + "Ġh", + "ype" + ], + [ + "Ġhy", + "pe" + ], + [ + "Ġhyp", + "e" + ], + [ + "ot", + "ourism" + ], + [ + "ch", + "io" + ], + [ + "chi", + "o" + ], + [ + "Ġ", + "ston" + ], + [ + "Ġs", + "ton" + ], + [ + "Ġst", + "on" + ], + [ + "Ġsto", + "n" + ], + [ + "Ġpro", + "stitution" + ], + [ + "Ġprost", + "itution" + ], + [ + "Ġ", + "PG" + ], + [ + "ĠP", + "G" + ], + [ + "ĠR", + "DA" + ], + [ + "ĠRD", + "A" + ], + [ + "Ġc", + "law" + ], + [ + "Ġcl", + "aw" + ], + [ + "l", + "icting" + ], + [ + "lic", + "ting" + ], + [ + "lict", + "ing" + ], + [ + "ob", + "acillus" + ], + [ + "Ġsur", + "fact" + ], + [ + "Ġsurf", + "act" + ], + [ + "In", + "stitutions" + ], + [ + "Ġmon", + "og" + ], + [ + "Ġmono", + "g" + ], + [ + "ĠW", + "eeks" + ], + [ + "ĠWe", + "eks" + ], + [ + "ĠWeek", + "s" + ], + [ + "Ġpower", + "fully" + ], + [ + "Ġpowerful", + "ly" + ], + [ + "cl", + "iffe" + ], + [ + "cliff", + "e" + ], + [ + "sp", + "irit" + ], + [ + "Ġstates", + "man" + ], + [ + "Ġcomp", + "eted" + ], + [ + "Ġcompet", + "ed" + ], + [ + "Ġcompete", + "d" + ], + [ + "Ġvit", + "ally" + ], + [ + "Ġvital", + "ly" + ], + [ + "Ġcon", + "centric" + ], + [ + "Ġconc", + "entric" + ], + [ + "Ġconcent", + "ric" + ], + [ + "ĠAn", + "to" + ], + [ + "ĠAnt", + "o" + ], + [ + "r", + "osse" + ], + [ + "ross", + "e" + ], + [ + "ros", + "se" + ], + [ + "Ġlimit", + "less" + ], + [ + "Ġpoly", + "sacchar" + ], + [ + "a", + "raj" + ], + [ + "ar", + "aj" + ], + [ + "ara", + "j" + ], + [ + "Ġmilk", + "weed" + ], + [ + "Ġth", + "rill" + ], + [ + "Ġthr", + "ill" + ], + [ + "Ġp", + "iled" + ], + [ + "Ġpi", + "led" + ], + [ + "Ġpil", + "ed" + ], + [ + "Ġpile", + "d" + ], + [ + "ĠMet", + "abolic" + ], + [ + "ĠMeta", + "bolic" + ], + [ + "ĠMet", + "abolism" + ], + [ + "Ġmos", + "ques" + ], + [ + "Ġmosque", + "s" + ], + [ + "Ġhind", + "ered" + ], + [ + "Ġhinder", + "ed" + ], + [ + "Ġ", + "Raising" + ], + [ + "ĠRa", + "ising" + ], + [ + "ĠRais", + "ing" + ], + [ + "ĠRai", + "sing" + ], + [ + "ĠAd", + "visor" + ], + [ + "ĠAdv", + "isor" + ], + [ + "ĠAdvis", + "or" + ], + [ + "Ġ", + "Toward" + ], + [ + "ĠTo", + "ward" + ], + [ + "ĠTow", + "ard" + ], + [ + "Ġ", + "Recognizing" + ], + [ + "ĠRecogn", + "izing" + ], + [ + "Ġunatt", + "ended" + ], + [ + "ĠIb", + "erian" + ], + [ + "ĠIber", + "ian" + ], + [ + "sty", + "rene" + ], + [ + "ikung", + "unya" + ], + [ + "R", + "abb" + ], + [ + "Ra", + "bb" + ], + [ + "Rab", + "b" + ], + [ + "S", + "on" + ], + [ + "So", + "n" + ], + [ + "W", + "in" + ], + [ + "Wi", + "n" + ], + [ + "f", + "ections" + ], + [ + "fect", + "ions" + ], + [ + "fe", + "ctions" + ], + [ + "fection", + "s" + ], + [ + "v", + "s" + ], + [ + "en", + "vironment" + ], + [ + "Ġ", + "pc" + ], + [ + "Ġp", + "c" + ], + [ + "id", + "ious" + ], + [ + "idi", + "ous" + ], + [ + "idio", + "us" + ], + [ + "ĠThe", + "saurus" + ], + [ + "a", + "ndez" + ], + [ + "an", + "dez" + ], + [ + "and", + "ez" + ], + [ + "ande", + "z" + ], + [ + "ĠR", + "ash" + ], + [ + "ĠRa", + "sh" + ], + [ + "ĠRas", + "h" + ], + [ + "ĠN", + "ac" + ], + [ + "ĠNa", + "c" + ], + [ + "Ġun", + "ins" + ], + [ + "Ġunin", + "s" + ], + [ + "a", + "cker" + ], + [ + "ac", + "ker" + ], + [ + "ack", + "er" + ], + [ + "ĠAl", + "pine" + ], + [ + "Ġcar", + "eless" + ], + [ + "Ġcare", + "less" + ], + [ + "a", + "hua" + ], + [ + "ah", + "ua" + ], + [ + "ahu", + "a" + ], + [ + "Ġind", + "uctive" + ], + [ + "Ġindu", + "ctive" + ], + [ + "Ġinduct", + "ive" + ], + [ + "amp", + "hetamine" + ], + [ + "s", + "cript" + ], + [ + "sc", + "ript" + ], + [ + "ĠZ", + "ach" + ], + [ + "Ġlay", + "outs" + ], + [ + "Ġlayout", + "s" + ], + [ + "yl", + "ase" + ], + [ + "yla", + "se" + ], + [ + "ĠEd", + "ith" + ], + [ + "ĠEdit", + "h" + ], + [ + "Ġbott", + "oms" + ], + [ + "Ġbottom", + "s" + ], + [ + "Ġbul", + "ld" + ], + [ + "Ġbull", + "d" + ], + [ + "Ġun", + "due" + ], + [ + "Ġund", + "ue" + ], + [ + "-", + "Con" + ], + [ + "-C", + "on" + ], + [ + "-Co", + "n" + ], + [ + "Ġflood", + "plain" + ], + [ + "Ġwonder", + "fully" + ], + [ + "Ġwonderful", + "ly" + ], + [ + "ĠT", + "error" + ], + [ + "ĠTer", + "ror" + ], + [ + "Ġfor", + "given" + ], + [ + "Ġforg", + "iven" + ], + [ + "Ġforgive", + "n" + ], + [ + "r", + "avings" + ], + [ + "ra", + "vings" + ], + [ + "rav", + "ings" + ], + [ + "Ġorn", + "ate" + ], + [ + "Ġgrab", + "bed" + ], + [ + "Ġje", + "ans" + ], + [ + "ĠComprehens", + "ion" + ], + [ + "process", + "ed" + ], + [ + "Ġcoy", + "ote" + ], + [ + "Bra", + "zil" + ], + [ + "ig", + "matism" + ], + [ + "igm", + "atism" + ], + [ + "igmat", + "ism" + ], + [ + "ĠInd", + "icators" + ], + [ + "ĠIndic", + "ators" + ], + [ + "ĠIndicator", + "s" + ], + [ + "/", + "sh" + ], + [ + "/s", + "h" + ], + [ + "G", + "reg" + ], + [ + "Gr", + "eg" + ], + [ + "Gre", + "g" + ], + [ + "l", + "ane" + ], + [ + "la", + "ne" + ], + [ + "lan", + "e" + ], + [ + "ä", + "½" + ], + [ + "Ġ", + "ae" + ], + [ + "Ġa", + "e" + ], + [ + "Ġp", + "acing" + ], + [ + "Ġpa", + "cing" + ], + [ + "Ġpac", + "ing" + ], + [ + "st", + "ated" + ], + [ + "state", + "d" + ], + [ + "stat", + "ed" + ], + [ + "sta", + "ted" + ], + [ + "Ġf", + "orks" + ], + [ + "Ġfor", + "ks" + ], + [ + "Ġfork", + "s" + ], + [ + "ĠC", + "ologne" + ], + [ + "ĠH", + "umb" + ], + [ + "ĠHum", + "b" + ], + [ + "ĠHu", + "mb" + ], + [ + "Ġr", + "ipped" + ], + [ + "Ġrip", + "ped" + ], + [ + "ĠD", + "ahl" + ], + [ + "ĠDa", + "hl" + ], + [ + "ĠDah", + "l" + ], + [ + "ĠR", + "ect" + ], + [ + "ĠRe", + "ct" + ], + [ + "ĠRec", + "t" + ], + [ + "Ġab", + "bey" + ], + [ + "ĠL", + "iz" + ], + [ + "ĠLi", + "z" + ], + [ + "ib", + "ald" + ], + [ + "iba", + "ld" + ], + [ + "ibal", + "d" + ], + [ + "Ġj", + "ams" + ], + [ + "Ġjam", + "s" + ], + [ + "Ġja", + "ms" + ], + [ + "av", + "age" + ], + [ + "ava", + "ge" + ], + [ + "In", + "v" + ], + [ + "Ġsk", + "irm" + ], + [ + "Ġski", + "rm" + ], + [ + "Ġn", + "onin" + ], + [ + "Ġno", + "nin" + ], + [ + "Ġnon", + "in" + ], + [ + "-", + "dist" + ], + [ + "-d", + "ist" + ], + [ + "-dis", + "t" + ], + [ + "-di", + "st" + ], + [ + "Ġrespons", + "iveness" + ], + [ + "Ġresponsive", + "ness" + ], + [ + "Ġb", + "atches" + ], + [ + "Ġbat", + "ches" + ], + [ + "Ġbatch", + "es" + ], + [ + "ĠAm", + "mon" + ], + [ + "Ġap", + "oc" + ], + [ + "Ġapo", + "c" + ], + [ + "ĠPer", + "forming" + ], + [ + "ĠPerform", + "ing" + ], + [ + "Ġ", + "Regarding" + ], + [ + "ĠReg", + "arding" + ], + [ + "Ġchronic", + "les" + ], + [ + "Ġchron", + "icles" + ], + [ + "Ġchronicle", + "s" + ], + [ + "Ġrose", + "mary" + ], + [ + "Step", + "hen" + ], + [ + "Ste", + "phen" + ], + [ + "ñ", + "a" + ], + [ + "E", + "mail" + ], + [ + "Em", + "ail" + ], + [ + "Ġgrab", + "bing" + ], + [ + "ĠAnaly", + "tical" + ], + [ + "Ġmo", + "lasses" + ], + [ + "Ġmol", + "asses" + ], + [ + "Ġsynchron", + "ized" + ], + [ + "Ġsynchronize", + "d" + ], + [ + "p", + "inephrine" + ], + [ + "pine", + "phrine" + ], + [ + "ĠFern", + "ando" + ], + [ + "ĠFernand", + "o" + ], + [ + "Ġunhe", + "ard" + ], + [ + "ĠJoa", + "quin" + ], + [ + "G", + "as" + ], + [ + "Ga", + "s" + ], + [ + "M", + "obile" + ], + [ + "S", + "it" + ], + [ + "Si", + "t" + ], + [ + "c", + "arbon" + ], + [ + "car", + "bon" + ], + [ + "carb", + "on" + ], + [ + "f", + "o" + ], + [ + "j", + "ac" + ], + [ + "ja", + "c" + ], + [ + "l", + "le" + ], + [ + "ll", + "e" + ], + [ + "n", + "ostic" + ], + [ + "no", + "stic" + ], + [ + "nos", + "tic" + ], + [ + "×", + "ł" + ], + [ + "å", + "IJ" + ], + [ + "r", + "eb" + ], + [ + "re", + "b" + ], + [ + "on", + "ate" + ], + [ + "ona", + "te" + ], + [ + "Ġb", + "udd" + ], + [ + "Ġbu", + "dd" + ], + [ + "Ġbud", + "d" + ], + [ + "Ġ", + "eut" + ], + [ + "Ġe", + "ut" + ], + [ + "Ġeu", + "t" + ], + [ + "Ġ", + "IMP" + ], + [ + "ĠI", + "MP" + ], + [ + "ĠIM", + "P" + ], + [ + "h", + "ertz" + ], + [ + "her", + "tz" + ], + [ + "ĠM", + "U" + ], + [ + "ĠM", + "oll" + ], + [ + "ĠMo", + "ll" + ], + [ + "ĠMol", + "l" + ], + [ + "Ġch", + "ond" + ], + [ + "Ġcho", + "nd" + ], + [ + "Ġgra", + "der" + ], + [ + "Ġgr", + "ader" + ], + [ + "Ġgrade", + "r" + ], + [ + "Ġgrad", + "er" + ], + [ + "âĢĶ", + "you" + ], + [ + "Ġpot", + "ty" + ], + [ + "Ġrest", + "ructuring" + ], + [ + "ĠSh", + "adow" + ], + [ + "Ġcomp", + "utations" + ], + [ + "Ġcomput", + "ations" + ], + [ + "Ġcomputation", + "s" + ], + [ + "Ġsw", + "orn" + ], + [ + "-", + "tw" + ], + [ + "-t", + "w" + ], + [ + "Ġfeed", + "stock" + ], + [ + "ĠX", + "III" + ], + [ + "ĠXII", + "I" + ], + [ + "ĠXI", + "II" + ], + [ + "Ġste", + "els" + ], + [ + "Ġsteel", + "s" + ], + [ + "ĠMon", + "uments" + ], + [ + "ĠMonument", + "s" + ], + [ + "Ġt", + "ummy" + ], + [ + "Ġtum", + "my" + ], + [ + "U", + "SD" + ], + [ + "US", + "D" + ], + [ + "Ġnan", + "ometers" + ], + [ + "Ġnano", + "meters" + ], + [ + "Ġnanom", + "eters" + ], + [ + "Ġnanometer", + "s" + ], + [ + "Pe", + "ace" + ], + [ + "Ġpowder", + "y" + ], + [ + "Ġoxid", + "ized" + ], + [ + "Ġoxidize", + "d" + ], + [ + "Ġwar", + "ships" + ], + [ + "Ġwars", + "hips" + ], + [ + "Ġwarship", + "s" + ], + [ + "-", + "hearted" + ], + [ + "-he", + "arted" + ], + [ + "-heart", + "ed" + ], + [ + "-", + "emotional" + ], + [ + "-em", + "otional" + ], + [ + "ĠInnov", + "ative" + ], + [ + "ĠRac", + "ism" + ], + [ + "Ġdefinitive", + "ly" + ], + [ + "Ġcruc", + "ifixion" + ], + [ + "Ġstyl", + "istic" + ], + [ + "ĠRecogn", + "ize" + ], + [ + "x", + "it" + ], + [ + "xi", + "t" + ], + [ + "a", + "lore" + ], + [ + "al", + "ore" + ], + [ + "alo", + "re" + ], + [ + "Ġh", + "oses" + ], + [ + "Ġho", + "ses" + ], + [ + "Ġhose", + "s" + ], + [ + "Ġg", + "els" + ], + [ + "Ġge", + "ls" + ], + [ + "Ġgel", + "s" + ], + [ + "Ġ", + "anne" + ], + [ + "Ġan", + "ne" + ], + [ + "Ġann", + "e" + ], + [ + "ĠM", + "ines" + ], + [ + "ĠMin", + "es" + ], + [ + "ĠMine", + "s" + ], + [ + "ĠMi", + "nes" + ], + [ + "i", + "ston" + ], + [ + "is", + "ton" + ], + [ + "ist", + "on" + ], + [ + "isto", + "n" + ], + [ + "ĠR", + "osh" + ], + [ + "ĠRo", + "sh" + ], + [ + "ĠRos", + "h" + ], + [ + "ip", + "itation" + ], + [ + "o", + "by" + ], + [ + "ob", + "y" + ], + [ + "Ġgen", + "itals" + ], + [ + "Ġgenital", + "s" + ], + [ + "Ġdifferent", + "iating" + ], + [ + "Ġst", + "ride" + ], + [ + "Ġstr", + "ide" + ], + [ + "Ġstri", + "de" + ], + [ + "Ġh", + "anding" + ], + [ + "Ġhand", + "ing" + ], + [ + "Ġhan", + "ding" + ], + [ + "Ġcaus", + "ation" + ], + [ + "Ġdirect", + "ives" + ], + [ + "Ġdirective", + "s" + ], + [ + "Ġlow", + "lands" + ], + [ + "Ġlowland", + "s" + ], + [ + "ĠPl", + "aza" + ], + [ + "Ġsitu", + "ational" + ], + [ + "Ġsituation", + "al" + ], + [ + "Ġcapital", + "ists" + ], + [ + "Ġcapita", + "lists" + ], + [ + "Ġcapitalist", + "s" + ], + [ + "men", + "opausal" + ], + [ + "ĠP", + "olo" + ], + [ + "ĠPol", + "o" + ], + [ + "ĠPo", + "lo" + ], + [ + "Ġdiam", + "eters" + ], + [ + "Ġdiameter", + "s" + ], + [ + "Ġdia", + "meters" + ], + [ + "Ġinn", + "umerable" + ], + [ + "ĠL", + "owell" + ], + [ + "ĠLow", + "ell" + ], + [ + "ĠLo", + "well" + ], + [ + "ĠLowe", + "ll" + ], + [ + "ĠParliament", + "ary" + ], + [ + "Ġ", + "Officials" + ], + [ + "ĠOffic", + "ials" + ], + [ + "ĠOfficial", + "s" + ], + [ + "Ġinsp", + "ector" + ], + [ + "Ġinspect", + "or" + ], + [ + "Net", + "work" + ], + [ + "Ġcruc", + "ified" + ], + [ + "Ġ", + "NSAIDs" + ], + [ + "ĠNSA", + "IDs" + ], + [ + "Ġrevelation", + "s" + ], + [ + "Ġrevel", + "ations" + ], + [ + "Ġmun", + "itions" + ], + [ + "ĠOpin", + "ion" + ], + [ + "o", + "eb" + ], + [ + "oe", + "b" + ], + [ + "Ġ", + "hogs" + ], + [ + "Ġh", + "ogs" + ], + [ + "Ġho", + "gs" + ], + [ + "Ġhog", + "s" + ], + [ + "ĠT", + "end" + ], + [ + "ĠTe", + "nd" + ], + [ + "ĠTen", + "d" + ], + [ + "ol", + "ian" + ], + [ + "oli", + "an" + ], + [ + "olia", + "n" + ], + [ + "a", + "dam" + ], + [ + "ad", + "am" + ], + [ + "ada", + "m" + ], + [ + "ĠD", + "anes" + ], + [ + "ĠDan", + "es" + ], + [ + "ĠDa", + "nes" + ], + [ + "ĠDane", + "s" + ], + [ + "ĠN", + "erve" + ], + [ + "ĠNer", + "ve" + ], + [ + "Ġpe", + "els" + ], + [ + "Ġpeel", + "s" + ], + [ + "Ġpee", + "ls" + ], + [ + "ĠK", + "ick" + ], + [ + "ĠKi", + "ck" + ], + [ + "ĠV", + "ig" + ], + [ + "ĠVi", + "g" + ], + [ + "Ġjust", + "ices" + ], + [ + "Ġjustice", + "s" + ], + [ + "Ġst", + "rang" + ], + [ + "Ġstr", + "ang" + ], + [ + "Ġstra", + "ng" + ], + [ + "Ġcomple", + "teness" + ], + [ + "Ġcomplete", + "ness" + ], + [ + "oc", + "iate" + ], + [ + "oci", + "ate" + ], + [ + "ocia", + "te" + ], + [ + "ĠQ", + "atar" + ], + [ + "Ġvar", + "iously" + ], + [ + "Ġvarious", + "ly" + ], + [ + "Ġvari", + "ously" + ], + [ + "ĠX", + "ia" + ], + [ + "ĠXi", + "a" + ], + [ + "Ġforce", + "ful" + ], + [ + "ĠBo", + "at" + ], + [ + "ĠUSA", + "ID" + ], + [ + "ĠC", + "ircular" + ], + [ + "ĠCir", + "cular" + ], + [ + "ĠCirc", + "ular" + ], + [ + "ĠCircul", + "ar" + ], + [ + "Col", + "umb" + ], + [ + "ĠCom", + "bat" + ], + [ + "ĠComb", + "at" + ], + [ + "ĠMalays", + "ian" + ], + [ + "ĠMalaysia", + "n" + ], + [ + "Ġexh", + "ale" + ], + [ + "Ġrecomb", + "inant" + ], + [ + "ĠBalk", + "ans" + ], + [ + "ĠBalkan", + "s" + ], + [ + "-", + "SA" + ], + [ + "-S", + "A" + ], + [ + "B", + "attle" + ], + [ + "Bat", + "tle" + ], + [ + "W", + "all" + ], + [ + "Wal", + "l" + ], + [ + "Wa", + "ll" + ], + [ + "Ġt", + "oen" + ], + [ + "Ġto", + "en" + ], + [ + "Ġtoe", + "n" + ], + [ + "ĠT", + "rap" + ], + [ + "ĠTr", + "ap" + ], + [ + "ĠTra", + "p" + ], + [ + "ĠA", + "ren" + ], + [ + "ĠAr", + "en" + ], + [ + "ĠAre", + "n" + ], + [ + "Ġ", + "chant" + ], + [ + "Ġch", + "ant" + ], + [ + "Ġcha", + "nt" + ], + [ + "Ġ", + "leased" + ], + [ + "Ġle", + "ased" + ], + [ + "Ġlease", + "d" + ], + [ + "Ġk", + "osher" + ], + [ + "Ġinc", + "isions" + ], + [ + "Ġincision", + "s" + ], + [ + "ĠSt", + "rip" + ], + [ + "ĠStr", + "ip" + ], + [ + "ĠStri", + "p" + ], + [ + "ĠK", + "ahn" + ], + [ + "ĠKa", + "hn" + ], + [ + "ĠKah", + "n" + ], + [ + "Al", + "ready" + ], + [ + "Ġsil", + "very" + ], + [ + "Ġsilver", + "y" + ], + [ + "Ġexpress", + "ly" + ], + [ + "Ġaltern", + "ator" + ], + [ + "ĠE", + "do" + ], + [ + "ĠEd", + "o" + ], + [ + "in", + "cter" + ], + [ + "inc", + "ter" + ], + [ + "inct", + "er" + ], + [ + "ĠMon", + "teneg" + ], + [ + "ĠMonte", + "neg" + ], + [ + "ar", + "aja" + ], + [ + "ara", + "ja" + ], + [ + "araj", + "a" + ], + [ + "Ġweak", + "est" + ], + [ + "Ġ", + "STAR" + ], + [ + "ĠST", + "AR" + ], + [ + "Ġflo", + "ated" + ], + [ + "Ġfloat", + "ed" + ], + [ + "Ġfung", + "icide" + ], + [ + "Where", + "as" + ], + [ + "ĠVar", + "iable" + ], + [ + "ĠVari", + "able" + ], + [ + "ĠHas", + "hem" + ], + [ + "ĠHash", + "em" + ], + [ + "ĠNort", + "heastern" + ], + [ + "ĠNortheast", + "ern" + ], + [ + "Ġ________", + "__" + ], + [ + "Ġ____", + "______" + ], + [ + "Ġ_____", + "_____" + ], + [ + "Ġ______", + "____" + ], + [ + "Ġ__", + "________" + ], + [ + "Ġ_______", + "___" + ], + [ + "Ġ_________", + "_" + ], + [ + "Ġassim", + "ilated" + ], + [ + "Ġassimilate", + "d" + ], + [ + "ĠR", + "olls" + ], + [ + "ĠRoll", + "s" + ], + [ + "ĠRol", + "ls" + ], + [ + "Ġcooperative", + "s" + ], + [ + "Ġcooper", + "atives" + ], + [ + "Ġbu", + "rying" + ], + [ + "Ġbur", + "ying" + ], + [ + "Ġbury", + "ing" + ], + [ + "Ġcarc", + "ass" + ], + [ + "Ġspraw", + "l" + ], + [ + "Ġfurnish", + "ings" + ], + [ + "Ġfurnishing", + "s" + ], + [ + "ĠSomer", + "set" + ], + [ + "Ġard", + "uous" + ], + [ + "Ġardu", + "ous" + ], + [ + "/", + "K" + ], + [ + "M", + "ale" + ], + [ + "Ma", + "le" + ], + [ + "Mal", + "e" + ], + [ + "v", + "ideo" + ], + [ + "en", + "ol" + ], + [ + "eno", + "l" + ], + [ + "Ġ", + "MPs" + ], + [ + "ĠM", + "Ps" + ], + [ + "ĠMP", + "s" + ], + [ + "ĠB", + "ore" + ], + [ + "ĠBo", + "re" + ], + [ + "ĠBor", + "e" + ], + [ + "Ġc", + "anes" + ], + [ + "Ġcan", + "es" + ], + [ + "Ġca", + "nes" + ], + [ + "Ġcane", + "s" + ], + [ + "ĠR", + "EST" + ], + [ + "ĠRE", + "ST" + ], + [ + "ĠRES", + "T" + ], + [ + "is", + "mic" + ], + [ + "ism", + "ic" + ], + [ + "ĠS", + "ched" + ], + [ + "ĠSc", + "hed" + ], + [ + "ĠSch", + "ed" + ], + [ + "ĠSche", + "d" + ], + [ + "-s", + "pectrum" + ], + [ + "Ġmult", + "im" + ], + [ + "Ġmulti", + "m" + ], + [ + "Ġmul", + "tim" + ], + [ + "rib", + "utes" + ], + [ + "ribut", + "es" + ], + [ + "ribute", + "s" + ], + [ + "ĠC", + "oke" + ], + [ + "ĠCo", + "ke" + ], + [ + "Ġt", + "rio" + ], + [ + "Ġtr", + "io" + ], + [ + "Ġtri", + "o" + ], + [ + "Ġhabit", + "ation" + ], + [ + "Ġhabitat", + "ion" + ], + [ + "Ġhab", + "itation" + ], + [ + "Is", + "lamic" + ], + [ + "Islam", + "ic" + ], + [ + "ĠDec", + "isions" + ], + [ + "ĠDecision", + "s" + ], + [ + "ĠWor", + "ker" + ], + [ + "ĠWork", + "er" + ], + [ + "Ġinv", + "entive" + ], + [ + "Ġinvent", + "ive" + ], + [ + "ĠH", + "illary" + ], + [ + "ĠHill", + "ary" + ], + [ + "Ġchicken", + "pox" + ], + [ + "ĠC", + "irculation" + ], + [ + "ĠCirc", + "ulation" + ], + [ + "ĠCircul", + "ation" + ], + [ + "stud", + "y" + ], + [ + "Ġreck", + "less" + ], + [ + "Ann", + "ual" + ], + [ + "Ġcoex", + "ist" + ], + [ + "bra", + "ndt" + ], + [ + "brand", + "t" + ], + [ + "Ġspatial", + "ly" + ], + [ + "Ġspat", + "ially" + ], + [ + "Ġdiure", + "tic" + ], + [ + "ĠDw", + "ight" + ], + [ + "ĠKe", + "ynes" + ], + [ + "ĠKey", + "nes" + ], + [ + "ĠKeyn", + "es" + ], + [ + "ĠUnic", + "ode" + ], + [ + ".nc", + "bi" + ], + [ + "-", + "ring" + ], + [ + "-r", + "ing" + ], + [ + "W", + "G" + ], + [ + "f", + "ur" + ], + [ + "fu", + "r" + ], + [ + "k", + "or" + ], + [ + "ko", + "r" + ], + [ + "m", + "ale" + ], + [ + "ma", + "le" + ], + [ + "mal", + "e" + ], + [ + "i", + "nin" + ], + [ + "in", + "in" + ], + [ + "ini", + "n" + ], + [ + "Ġw", + "iping" + ], + [ + "Ġwi", + "ping" + ], + [ + "Ġb", + "ucks" + ], + [ + "Ġbu", + "cks" + ], + [ + "Ġbuck", + "s" + ], + [ + "Ġbuc", + "ks" + ], + [ + "ĠA", + "be" + ], + [ + "ĠAb", + "e" + ], + [ + "ĠC", + "ott" + ], + [ + "ĠCo", + "tt" + ], + [ + "ĠCot", + "t" + ], + [ + "g", + "ean" + ], + [ + "ge", + "an" + ], + [ + "Ġex", + "odus" + ], + [ + "res", + "ult" + ], + [ + "ĠW", + "alls" + ], + [ + "ĠWall", + "s" + ], + [ + "ĠWal", + "ls" + ], + [ + "ĠF", + "letcher" + ], + [ + "ĠR", + "ift" + ], + [ + "ĠRi", + "ft" + ], + [ + "Ġen", + "quiry" + ], + [ + "Ġdis", + "section" + ], + [ + "Ġdiss", + "ection" + ], + [ + "Ġdisse", + "ction" + ], + [ + "Ġdissect", + "ion" + ], + [ + "Ġe", + "mph" + ], + [ + "Ġem", + "ph" + ], + [ + "Ġemp", + "h" + ], + [ + "âĢĶ", + "can" + ], + [ + "âĢĶc", + "an" + ], + [ + "b", + "site" + ], + [ + "bs", + "ite" + ], + [ + "ĠRes", + "ult" + ], + [ + "Ġwaste", + "ful" + ], + [ + "ĠBo", + "one" + ], + [ + "ĠMy", + "ths" + ], + [ + "ĠMyth", + "s" + ], + [ + "ĠDec", + "reased" + ], + [ + "ĠDecrease", + "d" + ], + [ + "Ġnotice", + "ably" + ], + [ + "Con", + "clusion" + ], + [ + "Conc", + "lusion" + ], + [ + "ĠIr", + "rigation" + ], + [ + "re", + "member" + ], + [ + "reme", + "mber" + ], + [ + "rem", + "ember" + ], + [ + "Ġadv", + "isers" + ], + [ + "Ġadvis", + "ers" + ], + [ + "Ġadvise", + "rs" + ], + [ + "Ġadviser", + "s" + ], + [ + "-", + "average" + ], + [ + "-a", + "verage" + ], + [ + "Ġatt", + "ainable" + ], + [ + "Ġattain", + "able" + ], + [ + "Expl", + "oring" + ], + [ + "Ġb", + "oreal" + ], + [ + "Ġbo", + "real" + ], + [ + "Ġbore", + "al" + ], + [ + "Ġbor", + "eal" + ], + [ + "Ġoct", + "ave" + ], + [ + "O", + "VE" + ], + [ + "OV", + "E" + ], + [ + "Ġexempl", + "ary" + ], + [ + "Ġexemplar", + "y" + ], + [ + "Ġhemorrh", + "agic" + ], + [ + "Ġk", + "issing" + ], + [ + "Ġkiss", + "ing" + ], + [ + "Ġtroubleshoot", + "ing" + ], + [ + "-blood", + "ed" + ], + [ + "C", + "reat" + ], + [ + "Cr", + "eat" + ], + [ + "P", + "ossible" + ], + [ + "m", + "oon" + ], + [ + "mo", + "on" + ], + [ + "Î", + "´" + ], + [ + "Ġre", + "ver" + ], + [ + "Ġr", + "ever" + ], + [ + "Ġrev", + "er" + ], + [ + "Ġreve", + "r" + ], + [ + "Ġ", + "len" + ], + [ + "Ġl", + "en" + ], + [ + "Ġle", + "n" + ], + [ + "t", + "era" + ], + [ + "ter", + "a" + ], + [ + "te", + "ra" + ], + [ + "Ġcom", + "rades" + ], + [ + "ĠB", + "ates" + ], + [ + "ĠBa", + "tes" + ], + [ + "ĠBat", + "es" + ], + [ + "ĠB", + "iol" + ], + [ + "ĠBi", + "ol" + ], + [ + "ĠBio", + "l" + ], + [ + "ĠB", + "ene" + ], + [ + "ĠBe", + "ne" + ], + [ + "ĠBen", + "e" + ], + [ + "a", + "cl" + ], + [ + "ac", + "l" + ], + [ + "q", + "uate" + ], + [ + "qu", + "ate" + ], + [ + "qua", + "te" + ], + [ + "quat", + "e" + ], + [ + "ĠW", + "is" + ], + [ + "ĠWi", + "s" + ], + [ + "ĠE", + "h" + ], + [ + "Ġse", + "ams" + ], + [ + "Ġsea", + "ms" + ], + [ + "Ġseam", + "s" + ], + [ + "Ġ", + "Fighting" + ], + [ + "ĠF", + "ighting" + ], + [ + "ĠFight", + "ing" + ], + [ + "Ġ", + "ench" + ], + [ + "Ġen", + "ch" + ], + [ + "Ġenc", + "h" + ], + [ + "ĠL", + "ivestock" + ], + [ + "ĠLive", + "stock" + ], + [ + "Ġun", + "ambiguous" + ], + [ + "Ġ", + "artisan" + ], + [ + "Ġart", + "isan" + ], + [ + "i", + "enne" + ], + [ + "ien", + "ne" + ], + [ + "ienn", + "e" + ], + [ + "Ġair", + "tight" + ], + [ + "-", + "target" + ], + [ + "-t", + "arget" + ], + [ + "-", + "giving" + ], + [ + "-g", + "iving" + ], + [ + "Ġr", + "otations" + ], + [ + "Ġrot", + "ations" + ], + [ + "Ġrotation", + "s" + ], + [ + "Ph", + "ilos" + ], + [ + "Phil", + "os" + ], + [ + "Ġqu", + "arks" + ], + [ + "Ġquar", + "ks" + ], + [ + "Ġquark", + "s" + ], + [ + "Ġl", + "ichen" + ], + [ + "Ġlic", + "hen" + ], + [ + "Ġli", + "chen" + ], + [ + "Ġperce", + "ives" + ], + [ + "Ġperceive", + "s" + ], + [ + "Ġhon", + "orable" + ], + [ + "Ġhonor", + "able" + ], + [ + "Ġremed", + "ial" + ], + [ + "Pre", + "paring" + ], + [ + "Prep", + "aring" + ], + [ + "Ġse", + "gmented" + ], + [ + "Ġsegment", + "ed" + ], + [ + "Ġgentle", + "men" + ], + [ + "Ġorn", + "ith" + ], + [ + "Ġrenov", + "ated" + ], + [ + "Ġc", + "urricular" + ], + [ + "Ġcur", + "ricular" + ], + [ + "Ġcurric", + "ular" + ], + [ + "Ġcurricula", + "r" + ], + [ + "Ġcon", + "currently" + ], + [ + "Ġconcurrent", + "ly" + ], + [ + "Ġland", + "lord" + ], + [ + "Ġlandl", + "ord" + ], + [ + "ĠPythag", + "orean" + ], + [ + "Ġprow", + "ess" + ], + [ + ".", + "the" + ], + [ + ".t", + "he" + ], + [ + "E", + "asy" + ], + [ + "F", + "unding" + ], + [ + "Fun", + "ding" + ], + [ + "Fund", + "ing" + ], + [ + "S", + "R" + ], + [ + "c", + "orrect" + ], + [ + "cor", + "rect" + ], + [ + "Ġre", + "ared" + ], + [ + "Ġr", + "eared" + ], + [ + "Ġrear", + "ed" + ], + [ + "Ġal", + "umni" + ], + [ + "Ġalum", + "ni" + ], + [ + "Ġ", + "MAP" + ], + [ + "ĠM", + "AP" + ], + [ + "ĠMA", + "P" + ], + [ + "ĠD", + "ash" + ], + [ + "ĠDa", + "sh" + ], + [ + "ĠDas", + "h" + ], + [ + "Ġsp", + "ore" + ], + [ + "Ġspo", + "re" + ], + [ + "Ġspor", + "e" + ], + [ + "el", + "late" + ], + [ + "ell", + "ate" + ], + [ + "ella", + "te" + ], + [ + "a", + "pi" + ], + [ + "ap", + "i" + ], + [ + "Ġ", + "phthal" + ], + [ + "Ġph", + "thal" + ], + [ + "ĠUn", + "ified" + ], + [ + "In", + "nov" + ], + [ + "Ġplan", + "ters" + ], + [ + "Ġplant", + "ers" + ], + [ + "Ġplanter", + "s" + ], + [ + "ĠRes", + "idential" + ], + [ + "ĠResident", + "ial" + ], + [ + "ĠResid", + "ential" + ], + [ + "-d", + "rawn" + ], + [ + "-dr", + "awn" + ], + [ + "Ġtr", + "ipled" + ], + [ + "Ġtri", + "pled" + ], + [ + "Ġtrip", + "led" + ], + [ + "Ġtriple", + "d" + ], + [ + "ĠIsrael", + "is" + ], + [ + "ĠIsraeli", + "s" + ], + [ + "Ġpre", + "ferring" + ], + [ + "Ġprefer", + "ring" + ], + [ + "ĠM", + "arker" + ], + [ + "ĠMar", + "ker" + ], + [ + "ĠMark", + "er" + ], + [ + "A", + "DE" + ], + [ + "AD", + "E" + ], + [ + "Ġju", + "xtap" + ], + [ + "uther", + "ford" + ], + [ + "/", + "cm" + ], + [ + "/c", + "m" + ], + [ + "Ġso", + "uven" + ], + [ + "Ġsou", + "ven" + ], + [ + "-foot", + "ed" + ], + [ + "ĠHon", + "olulu" + ], + [ + "ĠMichel", + "angelo" + ], + [ + "Ġlam", + "bs" + ], + [ + "Ġlamb", + "s" + ], + [ + "Ġtyph", + "oid" + ], + [ + "ĠWinn", + "ipeg" + ], + [ + "Indust", + "rial" + ], + [ + "Ġgir", + "affe" + ], + [ + "Ġgira", + "ffe" + ], + [ + "ĠCraw", + "ford" + ], + [ + "-", + "As" + ], + [ + "-A", + "s" + ], + [ + "H", + "ep" + ], + [ + "He", + "p" + ], + [ + "K", + "G" + ], + [ + "y", + "re" + ], + [ + "yr", + "e" + ], + [ + "Ġ", + "ts" + ], + [ + "Ġt", + "s" + ], + [ + "Ġt", + "ame" + ], + [ + "Ġtam", + "e" + ], + [ + "Ġta", + "me" + ], + [ + "e", + "ric" + ], + [ + "er", + "ic" + ], + [ + "eri", + "c" + ], + [ + "Ġp", + "int" + ], + [ + "Ġpi", + "nt" + ], + [ + "Ġpin", + "t" + ], + [ + "ĠM", + "ate" + ], + [ + "ĠMat", + "e" + ], + [ + "ĠMa", + "te" + ], + [ + "o", + "pon" + ], + [ + "op", + "on" + ], + [ + "opo", + "n" + ], + [ + "ĠW", + "ick" + ], + [ + "ĠWi", + "ck" + ], + [ + "ĠWic", + "k" + ], + [ + "Ġpl", + "under" + ], + [ + "Ġplun", + "der" + ], + [ + "i", + "let" + ], + [ + "il", + "et" + ], + [ + "ile", + "t" + ], + [ + "ĠC", + "hatt" + ], + [ + "ĠCh", + "att" + ], + [ + "ĠCha", + "tt" + ], + [ + "ĠChat", + "t" + ], + [ + "Ġbl", + "iss" + ], + [ + "ĠSc", + "ulpt" + ], + [ + "Ġmaterial", + "ism" + ], + [ + "-t", + "ested" + ], + [ + "-te", + "sted" + ], + [ + "-test", + "ed" + ], + [ + "ĠB", + "ritt" + ], + [ + "ĠBrit", + "t" + ], + [ + "ĠBr", + "itt" + ], + [ + "ĠBri", + "tt" + ], + [ + "Ġdog", + "ma" + ], + [ + "Ġnational", + "s" + ], + [ + "Ġnation", + "als" + ], + [ + "Ġb", + "arb" + ], + [ + "Ġbar", + "b" + ], + [ + "go", + "ogle" + ], + [ + "goo", + "gle" + ], + [ + "m", + "bling" + ], + [ + "mb", + "ling" + ], + [ + "o", + "elect" + ], + [ + "oe", + "lect" + ], + [ + "ĠAn", + "gle" + ], + [ + "ĠAng", + "le" + ], + [ + "ĠAngl", + "e" + ], + [ + "Ġconver", + "ters" + ], + [ + "Ġconvert", + "ers" + ], + [ + "Ġconverter", + "s" + ], + [ + "O", + "TO" + ], + [ + "OT", + "O" + ], + [ + "ĠSk", + "ype" + ], + [ + "ĠSky", + "pe" + ], + [ + "Ġcritic", + "ised" + ], + [ + "Ġhusband", + "ry" + ], + [ + "Ġvine", + "yard" + ], + [ + "ĠD", + "harma" + ], + [ + "ĠDh", + "arma" + ], + [ + "ĠDharm", + "a" + ], + [ + "ĠByz", + "ant" + ], + [ + "Prot", + "ecting" + ], + [ + "Protect", + "ing" + ], + [ + "ĠPre", + "diction" + ], + [ + "ĠPred", + "iction" + ], + [ + "ĠPredict", + "ion" + ], + [ + "ĠðŁ", + "ĻĤ" + ], + [ + "ĠTr", + "ouble" + ], + [ + "ĠTro", + "uble" + ], + [ + "ĠTrou", + "ble" + ], + [ + "Occ", + "up" + ], + [ + "Ġhing", + "es" + ], + [ + "Ġhinge", + "s" + ], + [ + "ĠGeoff", + "rey" + ], + [ + "Ġ", + "ÙĪ" + ], + [ + "\"", + "For" + ], + [ + "j", + "ack" + ], + [ + "ja", + "ck" + ], + [ + "jac", + "k" + ], + [ + "m", + "ur" + ], + [ + "mu", + "r" + ], + [ + "å", + "Ī" + ], + [ + "ĠF", + "ischer" + ], + [ + "ĠR", + "aleigh" + ], + [ + "ĠRa", + "leigh" + ], + [ + "ĠL", + "ists" + ], + [ + "ĠList", + "s" + ], + [ + "ĠLi", + "sts" + ], + [ + "ĠLis", + "ts" + ], + [ + "olog", + "na" + ], + [ + "Ġf", + "eb" + ], + [ + "Ġfe", + "b" + ], + [ + "oss", + "ils" + ], + [ + "ossil", + "s" + ], + [ + "r", + "actor" + ], + [ + "ra", + "ctor" + ], + [ + "ract", + "or" + ], + [ + "rac", + "tor" + ], + [ + "Ġpro", + "to" + ], + [ + "Ġpr", + "oto" + ], + [ + "Ġprot", + "o" + ], + [ + "Ġhand", + "outs" + ], + [ + "Ġhandout", + "s" + ], + [ + "-", + "force" + ], + [ + "-f", + "orce" + ], + [ + "-for", + "ce" + ], + [ + "Ġ", + "Examine" + ], + [ + "ĠEx", + "amine" + ], + [ + "ĠExam", + "ine" + ], + [ + "ĠExamin", + "e" + ], + [ + "Ġter", + "race" + ], + [ + "Ġterr", + "ace" + ], + [ + "Ġterra", + "ce" + ], + [ + "ĠCl", + "ient" + ], + [ + "a", + "cci" + ], + [ + "ac", + "ci" + ], + [ + "acc", + "i" + ], + [ + "am", + "my" + ], + [ + "amm", + "y" + ], + [ + "Ġdisp", + "atch" + ], + [ + "Ġpet", + "ty" + ], + [ + "uk", + "kah" + ], + [ + "ĠGovern", + "ors" + ], + [ + "ĠGovernor", + "s" + ], + [ + "Ġcan", + "dies" + ], + [ + "Ġcand", + "ies" + ], + [ + "Ġhom", + "icide" + ], + [ + "Ġinvent", + "ories" + ], + [ + "Ġinventor", + "ies" + ], + [ + "ĠVol", + "ta" + ], + [ + "ĠVolt", + "a" + ], + [ + "Ġvirtual", + "ization" + ], + [ + "h", + "aven" + ], + [ + "ha", + "ven" + ], + [ + "hav", + "en" + ], + [ + "have", + "n" + ], + [ + "Ġrefriger", + "ators" + ], + [ + "Ġrefrigerator", + "s" + ], + [ + "O", + "UND" + ], + [ + "OU", + "ND" + ], + [ + "Ġdown", + "time" + ], + [ + "Ġdownt", + "ime" + ], + [ + "Ġwhit", + "ish" + ], + [ + "Ġann", + "otation" + ], + [ + "Ġannot", + "ation" + ], + [ + "Ġchi", + "ropract" + ], + [ + "Ġcent", + "rally" + ], + [ + "Ġcentral", + "ly" + ], + [ + "Ġcentr", + "ally" + ], + [ + "Dist", + "ribution" + ], + [ + "Ġcontin", + "gency" + ], + [ + "Ġconting", + "ency" + ], + [ + "-see", + "king" + ], + [ + "Ġtheolog", + "ians" + ], + [ + "Ġtheologian", + "s" + ], + [ + "Ġfoot", + "hills" + ], + [ + "Ġfooth", + "ills" + ], + [ + "ĠSloven", + "ia" + ], + [ + "z", + "ip" + ], + [ + "zi", + "p" + ], + [ + "a", + "teness" + ], + [ + "at", + "eness" + ], + [ + "ate", + "ness" + ], + [ + "aten", + "ess" + ], + [ + "Ġh", + "uts" + ], + [ + "Ġhut", + "s" + ], + [ + "Ġhu", + "ts" + ], + [ + "st", + "ere" + ], + [ + "ster", + "e" + ], + [ + "ste", + "re" + ], + [ + "Ġ", + "TT" + ], + [ + "ĠT", + "T" + ], + [ + "ĠB", + "ess" + ], + [ + "ĠBe", + "ss" + ], + [ + "ĠBes", + "s" + ], + [ + "ĠH", + "oll" + ], + [ + "ĠHol", + "l" + ], + [ + "ĠHo", + "ll" + ], + [ + "Ġ", + "rations" + ], + [ + "Ġr", + "ations" + ], + [ + "Ġrat", + "ions" + ], + [ + "Ġratio", + "ns" + ], + [ + "Ġration", + "s" + ], + [ + "ĠE", + "zekiel" + ], + [ + "Ġin", + "cur" + ], + [ + "Ġinc", + "ur" + ], + [ + "a", + "rez" + ], + [ + "ar", + "ez" + ], + [ + "are", + "z" + ], + [ + "Ġc", + "autions" + ], + [ + "Ġca", + "utions" + ], + [ + "Ġcaution", + "s" + ], + [ + "Ġcaut", + "ions" + ], + [ + "Ġ", + "Asbestos" + ], + [ + "ĠAs", + "bestos" + ], + [ + "Ġequ", + "ates" + ], + [ + "Ġequate", + "s" + ], + [ + "I", + "tem" + ], + [ + "It", + "em" + ], + [ + "Ġ", + "Advantages" + ], + [ + "ĠAd", + "vantages" + ], + [ + "ĠAdvantage", + "s" + ], + [ + "ĠS", + "ey" + ], + [ + "ĠSe", + "y" + ], + [ + "-", + "men" + ], + [ + "-m", + "en" + ], + [ + "-me", + "n" + ], + [ + "Ġsens", + "ational" + ], + [ + "Ġsensation", + "al" + ], + [ + "-", + "training" + ], + [ + "-t", + "raining" + ], + [ + "-tra", + "ining" + ], + [ + "-tr", + "aining" + ], + [ + "Al", + "ert" + ], + [ + "Ale", + "rt" + ], + [ + "Ġcat", + "ac" + ], + [ + "ĠAfter", + "wards" + ], + [ + "ĠAfterward", + "s" + ], + [ + "Ġrev", + "olving" + ], + [ + "Ġrevol", + "ving" + ], + [ + "Ġmis", + "be" + ], + [ + "Ġing", + "rained" + ], + [ + "Ġpick", + "up" + ], + [ + "gra", + "ve" + ], + [ + "gr", + "ave" + ], + [ + "Ġover", + "lay" + ], + [ + "Ġoverl", + "ay" + ], + [ + "OC", + "K" + ], + [ + "ĠObs", + "erve" + ], + [ + "ĠObserv", + "e" + ], + [ + "Ġol", + "ives" + ], + [ + "Ġolive", + "s" + ], + [ + "Ġoliv", + "es" + ], + [ + "ا", + "ÙĨ" + ], + [ + "Ġinterd", + "ependent" + ], + [ + "Ġdismant", + "led" + ], + [ + "Ġdismantle", + "d" + ], + [ + "Ġter", + "races" + ], + [ + "Ġterr", + "aces" + ], + [ + "Ġterra", + "ces" + ], + [ + "Ġterrace", + "s" + ], + [ + "Ġgeometric", + "al" + ], + [ + "Ġgeomet", + "rical" + ], + [ + "Ġgeo", + "metrical" + ], + [ + "-occ", + "urring" + ], + [ + "ĠNure", + "mberg" + ], + [ + "ĠNur", + "emberg" + ], + [ + ".", + "doi" + ], + [ + ".d", + "oi" + ], + [ + "D", + "am" + ], + [ + "Da", + "m" + ], + [ + "P", + "utting" + ], + [ + "Put", + "ting" + ], + [ + "Pu", + "tting" + ], + [ + "T", + "ree" + ], + [ + "Tr", + "ee" + ], + [ + "Tre", + "e" + ], + [ + "n", + "umbered" + ], + [ + "number", + "ed" + ], + [ + "num", + "bered" + ], + [ + "Ġw", + "aged" + ], + [ + "Ġwa", + "ged" + ], + [ + "Ġwage", + "d" + ], + [ + "Ġ", + "ping" + ], + [ + "Ġp", + "ing" + ], + [ + "Ġpi", + "ng" + ], + [ + "Ġpin", + "g" + ], + [ + "Ġg", + "ulf" + ], + [ + "Ġgul", + "f" + ], + [ + "r", + "acking" + ], + [ + "ra", + "cking" + ], + [ + "rac", + "king" + ], + [ + "rack", + "ing" + ], + [ + "em", + "pl" + ], + [ + "emp", + "l" + ], + [ + "ff", + "icking" + ], + [ + "ffic", + "king" + ], + [ + "ĠO", + "scill" + ], + [ + "ĠOs", + "cill" + ], + [ + "Ġsc", + "ribes" + ], + [ + "Ġscribe", + "s" + ], + [ + "Ġscrib", + "es" + ], + [ + "int", + "osh" + ], + [ + "into", + "sh" + ], + [ + "Ġoff", + "ences" + ], + [ + "Ġoffence", + "s" + ], + [ + "Ġoff", + "sets" + ], + [ + "Ġoffset", + "s" + ], + [ + "cy", + "cles" + ], + [ + "cycl", + "es" + ], + [ + "cycle", + "s" + ], + [ + "Ġvar", + "ieg" + ], + [ + "Ġvari", + "eg" + ], + [ + "Ġref", + "inery" + ], + [ + "Ġrefine", + "ry" + ], + [ + "Ġrefin", + "ery" + ], + [ + "ĠSc", + "orp" + ], + [ + "Ġen", + "cir" + ], + [ + "Ġenc", + "ir" + ], + [ + "Ġc", + "yn" + ], + [ + "Ġcy", + "n" + ], + [ + "Ġens", + "ued" + ], + [ + "Ġensue", + "d" + ], + [ + "a", + "ean" + ], + [ + "ae", + "an" + ], + [ + "aea", + "n" + ], + [ + "ĠJohn", + "ny" + ], + [ + "ĠGu", + "pta" + ], + [ + "ĠNe", + "urop" + ], + [ + "ĠNeuro", + "p" + ], + [ + "ĠNeu", + "rop" + ], + [ + "ĠNeur", + "op" + ], + [ + "Ġarm", + "ored" + ], + [ + "Ġarmor", + "ed" + ], + [ + "ĠB", + "ench" + ], + [ + "ĠBen", + "ch" + ], + [ + "ĠDesign", + "er" + ], + [ + "E", + "PT" + ], + [ + "EP", + "T" + ], + [ + "ĠFund", + "amentals" + ], + [ + "ĠFundamental", + "s" + ], + [ + "Ġasp", + "ire" + ], + [ + "Ġaspir", + "e" + ], + [ + "Ġbuff", + "ers" + ], + [ + "Ġbuffer", + "s" + ], + [ + "Ġneur", + "ology" + ], + [ + "Ġneu", + "rology" + ], + [ + "Ġneurolog", + "y" + ], + [ + "ĠTr", + "iple" + ], + [ + "ĠTri", + "ple" + ], + [ + "ĠTrip", + "le" + ], + [ + "Ġ", + "Becoming" + ], + [ + "ĠBe", + "coming" + ], + [ + "ĠBec", + "oming" + ], + [ + "Elect", + "ronic" + ], + [ + "Electro", + "nic" + ], + [ + "ig", + "raphic" + ], + [ + "igraph", + "ic" + ], + [ + "ĠGriff", + "ith" + ], + [ + "Ġrh", + "initis" + ], + [ + "Ġrhin", + "itis" + ], + [ + "Ġlept", + "in" + ], + [ + "ĠAdolesc", + "ents" + ], + [ + "ĠAdolescent", + "s" + ], + [ + "b", + "read" + ], + [ + "br", + "ead" + ], + [ + "bre", + "ad" + ], + [ + "c", + "ourse" + ], + [ + "co", + "urse" + ], + [ + "d", + "ia" + ], + [ + "di", + "a" + ], + [ + "p", + "c" + ], + [ + "p", + "ad" + ], + [ + "pa", + "d" + ], + [ + "s", + "ville" + ], + [ + "ch", + "rome" + ], + [ + "chrom", + "e" + ], + [ + "a", + "ye" + ], + [ + "ay", + "e" + ], + [ + "ĠM", + "are" + ], + [ + "ĠMar", + "e" + ], + [ + "ĠMa", + "re" + ], + [ + "us", + "r" + ], + [ + "Ġcan", + "ines" + ], + [ + "Ġcanine", + "s" + ], + [ + "ĠL", + "od" + ], + [ + "ĠLo", + "d" + ], + [ + "ĠL", + "us" + ], + [ + "ĠLu", + "s" + ], + [ + "ĠO", + "phthalm" + ], + [ + "Ġinc", + "arnation" + ], + [ + "Ġincarn", + "ation" + ], + [ + "Ġres", + "orts" + ], + [ + "Ġresort", + "s" + ], + [ + "Ġtime", + "frame" + ], + [ + "w", + "eeds" + ], + [ + "we", + "eds" + ], + [ + "weed", + "s" + ], + [ + "Ġfl", + "ue" + ], + [ + "Ġflu", + "e" + ], + [ + ")", + ".|Ċ" + ], + [ + ").", + "|Ċ" + ], + [ + "Ġsim", + "ulating" + ], + [ + "Ġback", + "lash" + ], + [ + "Ġbo", + "ating" + ], + [ + "Ġboat", + "ing" + ], + [ + "i", + "erre" + ], + [ + "ier", + "re" + ], + [ + "d", + "een" + ], + [ + "de", + "en" + ], + [ + "b", + "sp" + ], + [ + "bs", + "p" + ], + [ + "Ġlist", + "ings" + ], + [ + "Ġlisting", + "s" + ], + [ + "Ġlis", + "tings" + ], + [ + "Ch", + "anging" + ], + [ + "Ġexc", + "ludes" + ], + [ + "Ġexclude", + "s" + ], + [ + "ĠS", + "upper" + ], + [ + "ĠSu", + "pper" + ], + [ + "ĠSupp", + "er" + ], + [ + "ĠSup", + "per" + ], + [ + "Ġdocument", + "aries" + ], + [ + "A", + "CA" + ], + [ + "AC", + "A" + ], + [ + "ophy", + "tes" + ], + [ + "ophyte", + "s" + ], + [ + "Ġadjust", + "s" + ], + [ + "ĠMa", + "hatma" + ], + [ + "Ġdec", + "ayed" + ], + [ + "Ġdecay", + "ed" + ], + [ + "Ġmir", + "rored" + ], + [ + "Ġmirror", + "ed" + ], + [ + "Ġpuzz", + "ling" + ], + [ + "Ġal", + "igns" + ], + [ + "Ġalign", + "s" + ], + [ + "Ġnic", + "hes" + ], + [ + "Ġniche", + "s" + ], + [ + "Ġni", + "ches" + ], + [ + "Ġperpet", + "rator" + ], + [ + "Ġunders", + "erved" + ], + [ + "Ġenrich", + "ing" + ], + [ + "ĠP", + "rotective" + ], + [ + "ĠProt", + "ective" + ], + [ + "ĠProtect", + "ive" + ], + [ + "ĠProte", + "ctive" + ], + [ + "Ġ", + "Excellent" + ], + [ + "ĠEx", + "cellent" + ], + [ + "ĠExcell", + "ent" + ], + [ + "respons", + "ive" + ], + [ + "-pres", + "erved" + ], + [ + "Ġpsych", + "ed" + ], + [ + "Ġpsy", + "ched" + ], + [ + "Ġpsyche", + "d" + ], + [ + "Altern", + "ative" + ], + [ + "Ġmem", + "oirs" + ], + [ + "Ġmemoir", + "s" + ], + [ + "Ġmemo", + "irs" + ], + [ + "ĠGradu", + "ally" + ], + [ + "ĠGrad", + "ually" + ], + [ + "-", + "feet" + ], + [ + "-fe", + "et" + ], + [ + "Ġ", + "ãģ" + ], + [ + "a", + "qu" + ], + [ + "aq", + "u" + ], + [ + "c", + "ats" + ], + [ + "ca", + "ts" + ], + [ + "cat", + "s" + ], + [ + "c", + "aster" + ], + [ + "cast", + "er" + ], + [ + "ca", + "ster" + ], + [ + "cas", + "ter" + ], + [ + "f", + "ine" + ], + [ + "fin", + "e" + ], + [ + "fi", + "ne" + ], + [ + "f", + "alse" + ], + [ + "fal", + "se" + ], + [ + "i", + "oc" + ], + [ + "io", + "c" + ], + [ + "u", + "w" + ], + [ + "Ġm", + "itzv" + ], + [ + "le", + "ases" + ], + [ + "lease", + "s" + ], + [ + "Ġ", + "BU" + ], + [ + "ĠB", + "U" + ], + [ + "ĠE", + "du" + ], + [ + "ĠEd", + "u" + ], + [ + "ĠL", + "ens" + ], + [ + "ĠLe", + "ns" + ], + [ + "ĠLen", + "s" + ], + [ + "act", + "yl" + ], + [ + "ens", + "ibly" + ], + [ + "Ġin", + "tox" + ], + [ + "Ġint", + "ox" + ], + [ + "Ġinto", + "x" + ], + [ + "Ġunder", + "represented" + ], + [ + "Ġsol", + "itude" + ], + [ + "Ġchar", + "ismatic" + ], + [ + "ĠSc", + "rabble" + ], + [ + "man", + "ac" + ], + [ + "mana", + "c" + ], + [ + "Ġvol", + "ley" + ], + [ + "ym", + "pan" + ], + [ + "ymp", + "an" + ], + [ + "ĠA", + "mos" + ], + [ + "ĠAm", + "os" + ], + [ + "ĠX", + "VI" + ], + [ + "ĠXV", + "I" + ], + [ + "ĠSec", + "rets" + ], + [ + "ĠSecret", + "s" + ], + [ + "Ġblock", + "ages" + ], + [ + "Ġblockage", + "s" + ], + [ + "Ġ", + "angu" + ], + [ + "Ġan", + "gu" + ], + [ + "Ġang", + "u" + ], + [ + "Art", + "icles" + ], + [ + "Article", + "s" + ], + [ + "Ġrec", + "alling" + ], + [ + "Ġrecall", + "ing" + ], + [ + "Ġcock", + "tail" + ], + [ + "Bre", + "ak" + ], + [ + "phy", + "sema" + ], + [ + "phys", + "ema" + ], + [ + "Ġover", + "seeing" + ], + [ + "Ġoversee", + "ing" + ], + [ + "ĠGeorge", + "s" + ], + [ + "ĠGeorg", + "es" + ], + [ + "ĠGeor", + "ges" + ], + [ + "Ġland", + "lords" + ], + [ + "Ġlandl", + "ords" + ], + [ + "Ġlandlord", + "s" + ], + [ + "Ġcon", + "junctivitis" + ], + [ + "Ġconjunct", + "ivitis" + ], + [ + "ĠPorts", + "mouth" + ], + [ + ".", + "ÃĤ" + ], + [ + "J", + "A" + ], + [ + "b", + "iotic" + ], + [ + "bi", + "otic" + ], + [ + "bio", + "tic" + ], + [ + "g", + "ame" + ], + [ + "ga", + "me" + ], + [ + "u", + "ities" + ], + [ + "uit", + "ies" + ], + [ + "ui", + "ties" + ], + [ + "Ġd", + "uel" + ], + [ + "Ġdue", + "l" + ], + [ + "Ġdu", + "el" + ], + [ + "r", + "otic" + ], + [ + "ro", + "tic" + ], + [ + "rot", + "ic" + ], + [ + "Ġth", + "umbs" + ], + [ + "Ġthumb", + "s" + ], + [ + "Ġe", + "tym" + ], + [ + "Ġet", + "ym" + ], + [ + "Ġn", + "ud" + ], + [ + "Ġnu", + "d" + ], + [ + "Ġbe", + "gging" + ], + [ + "Ġbeg", + "ging" + ], + [ + "Ġbegg", + "ing" + ], + [ + "Ġ", + "TL" + ], + [ + "ĠT", + "L" + ], + [ + "ĠT", + "ours" + ], + [ + "ĠTo", + "urs" + ], + [ + "ĠTour", + "s" + ], + [ + "ĠTou", + "rs" + ], + [ + "Ġst", + "archy" + ], + [ + "Ġstar", + "chy" + ], + [ + "Ġstarch", + "y" + ], + [ + "ĠC", + "uc" + ], + [ + "ĠCu", + "c" + ], + [ + "Ġ", + "Fixed" + ], + [ + "ĠF", + "ixed" + ], + [ + "ĠFix", + "ed" + ], + [ + "Ġ", + "RR" + ], + [ + "ĠR", + "R" + ], + [ + "ĠG", + "ig" + ], + [ + "ĠGi", + "g" + ], + [ + "ag", + "hetti" + ], + [ + "agh", + "etti" + ], + [ + "Ġcl", + "ones" + ], + [ + "Ġclo", + "nes" + ], + [ + "Ġclone", + "s" + ], + [ + "Ġdi", + "agon" + ], + [ + "Ġdia", + "gon" + ], + [ + "Ġtrans", + "national" + ], + [ + "Ġend", + "ogenous" + ], + [ + "ĠBl", + "ank" + ], + [ + "pro", + "ject" + ], + [ + "Ex", + "ec" + ], + [ + "u", + "kes" + ], + [ + "uk", + "es" + ], + [ + "uke", + "s" + ], + [ + "Ġpl", + "ea" + ], + [ + "Ġple", + "a" + ], + [ + "-", + "no" + ], + [ + "-n", + "o" + ], + [ + "g", + "ravity" + ], + [ + "gra", + "vity" + ], + [ + "gr", + "avity" + ], + [ + "Sec", + "urity" + ], + [ + "Ġseal", + "ants" + ], + [ + "Ġsealant", + "s" + ], + [ + "ĠUlt", + "imate" + ], + [ + "Ġheter", + "ogeneity" + ], + [ + "ĠCham", + "bers" + ], + [ + "ĠChamber", + "s" + ], + [ + "Ġhes", + "itant" + ], + [ + "Ġhesit", + "ant" + ], + [ + "Ġsw", + "inging" + ], + [ + "Ġswing", + "ing" + ], + [ + "ot", + "oxin" + ], + [ + "oto", + "xin" + ], + [ + "otox", + "in" + ], + [ + "ĠDin", + "osaur" + ], + [ + "Ġlocom", + "otives" + ], + [ + "Ġlocomotive", + "s" + ], + [ + "ĠNathan", + "iel" + ], + [ + "ĠAdvoc", + "acy" + ], + [ + ".", + "*" + ], + [ + "L", + "INE" + ], + [ + "LI", + "NE" + ], + [ + "LIN", + "E" + ], + [ + "T", + "ools" + ], + [ + "To", + "ols" + ], + [ + "Too", + "ls" + ], + [ + "b", + "io" + ], + [ + "bi", + "o" + ], + [ + "Ġm", + "ash" + ], + [ + "Ġma", + "sh" + ], + [ + "Ġmas", + "h" + ], + [ + "id", + "ney" + ], + [ + "ĠS", + "ib" + ], + [ + "ĠSi", + "b" + ], + [ + "Ġ", + "incense" + ], + [ + "Ġinc", + "ense" + ], + [ + "Ġthe", + "med" + ], + [ + "Ġth", + "emed" + ], + [ + "Ġthem", + "ed" + ], + [ + "Ġtheme", + "d" + ], + [ + "Ġag", + "itated" + ], + [ + "Ġact", + "ress" + ], + [ + "Ġsub", + "du" + ], + [ + "Ġsubd", + "u" + ], + [ + "ĠSh", + "abbat" + ], + [ + "ĠShab", + "bat" + ], + [ + "ĠShabb", + "at" + ], + [ + "ĠEx", + "xon" + ], + [ + "-d", + "ense" + ], + [ + "-den", + "se" + ], + [ + "-", + "writing" + ], + [ + "-w", + "riting" + ], + [ + "ĠX", + "I" + ], + [ + "wh", + "ose" + ], + [ + "who", + "se" + ], + [ + "Ġeth", + "ically" + ], + [ + "Ġethical", + "ly" + ], + [ + "Ġethic", + "ally" + ], + [ + "Ġpal", + "ae" + ], + [ + "l", + "aus" + ], + [ + "la", + "us" + ], + [ + "lau", + "s" + ], + [ + "ĠP", + "CI" + ], + [ + "ĠPC", + "I" + ], + [ + "Ġbare", + "foot" + ], + [ + "Ġ", + "Combining" + ], + [ + "ĠComb", + "ining" + ], + [ + "Ġmetaphor", + "ical" + ], + [ + "Ġmetaph", + "orical" + ], + [ + "Ġaquarium", + "s" + ], + [ + "Ġper", + "meable" + ], + [ + "Ġperme", + "able" + ], + [ + "Ġsub", + "division" + ], + [ + "Ġsubd", + "ivision" + ], + [ + "Ġcorps", + "es" + ], + [ + "Ġcorp", + "ses" + ], + [ + "Ġcorpse", + "s" + ], + [ + "Ġprog", + "eny" + ], + [ + "Ġprogen", + "y" + ], + [ + "ĠPF", + "AS" + ], + [ + "Ġover", + "fishing" + ], + [ + "Ġoverf", + "ishing" + ], + [ + "Ġguer", + "rilla" + ], + [ + "Ġnas", + "cent" + ], + [ + "Ġcafeter", + "ia" + ], + [ + "cephal", + "y" + ], + [ + "ceph", + "aly" + ], + [ + "/", + "ex" + ], + [ + "/e", + "x" + ], + [ + "D", + "iagn" + ], + [ + "Di", + "agn" + ], + [ + "F", + "ac" + ], + [ + "H", + "ad" + ], + [ + "Ha", + "d" + ], + [ + "e", + "ating" + ], + [ + "eat", + "ing" + ], + [ + "ea", + "ting" + ], + [ + "p", + "ay" + ], + [ + "pa", + "y" + ], + [ + "q", + "i" + ], + [ + "a", + "su" + ], + [ + "as", + "u" + ], + [ + "om", + "bs" + ], + [ + "omb", + "s" + ], + [ + "Ġg", + "ib" + ], + [ + "Ġgi", + "b" + ], + [ + "ĠC", + "ind" + ], + [ + "ĠCin", + "d" + ], + [ + "ĠCi", + "nd" + ], + [ + "ĠC", + "rops" + ], + [ + "ĠCr", + "ops" + ], + [ + "ĠCro", + "ps" + ], + [ + "ĠCrop", + "s" + ], + [ + "e", + "mes" + ], + [ + "em", + "es" + ], + [ + "eme", + "s" + ], + [ + "ĠD", + "ocker" + ], + [ + "ĠDo", + "cker" + ], + [ + "ĠDoc", + "ker" + ], + [ + "ĠDock", + "er" + ], + [ + "Ġle", + "ash" + ], + [ + "Ġe", + "num" + ], + [ + "Ġen", + "um" + ], + [ + "ĠJ", + "iang" + ], + [ + "ĠJi", + "ang" + ], + [ + "ĠJian", + "g" + ], + [ + "ĠJia", + "ng" + ], + [ + "ĠV", + "OCs" + ], + [ + "ĠVO", + "Cs" + ], + [ + "ĠVOC", + "s" + ], + [ + "Ġlong", + "time" + ], + [ + "Ġ", + "myr" + ], + [ + "Ġm", + "yr" + ], + [ + "Ġmy", + "r" + ], + [ + "Ġl", + "itre" + ], + [ + "Ġlit", + "re" + ], + [ + "Ġli", + "tre" + ], + [ + "-", + "bar" + ], + [ + "-b", + "ar" + ], + [ + "ax", + "anthin" + ], + [ + "Ġbit", + "terness" + ], + [ + "Ġbitter", + "ness" + ], + [ + "oly", + "b" + ], + [ + "Ġunc", + "overing" + ], + [ + "Ġuncover", + "ing" + ], + [ + "ĠV", + "iral" + ], + [ + "ĠVir", + "al" + ], + [ + "ĠVi", + "ral" + ], + [ + "ĠSur", + "geons" + ], + [ + "ĠSurgeon", + "s" + ], + [ + "-", + "thinking" + ], + [ + "-th", + "inking" + ], + [ + "-thin", + "king" + ], + [ + "ĠB", + "asel" + ], + [ + "ĠBas", + "el" + ], + [ + "ĠBa", + "sel" + ], + [ + "ĠBase", + "l" + ], + [ + "ĠElect", + "ron" + ], + [ + "ĠElectro", + "n" + ], + [ + "Ġvent", + "ilated" + ], + [ + "Ġventil", + "ated" + ], + [ + "ĠE", + "vil" + ], + [ + "ĠEv", + "il" + ], + [ + "ĠMel", + "issa" + ], + [ + "Ġflash", + "light" + ], + [ + "ĠGall", + "up" + ], + [ + "-", + "general" + ], + [ + "-gen", + "eral" + ], + [ + "Ġcomp", + "resses" + ], + [ + "Ġcompress", + "es" + ], + [ + "Ġoscill", + "ation" + ], + [ + "Ġanth", + "ocyan" + ], + [ + "Ġcond", + "enser" + ], + [ + "Ġcondens", + "er" + ], + [ + "Ġcondense", + "r" + ], + [ + "acc", + "essed" + ], + [ + "access", + "ed" + ], + [ + "Ġaesthetic", + "ally" + ], + [ + "Ġaesthet", + "ically" + ], + [ + "Ġ", + "Synthetic" + ], + [ + "ĠSy", + "nthetic" + ], + [ + "ĠSynt", + "hetic" + ], + [ + "Ġ", + "Seasonal" + ], + [ + "ĠSeason", + "al" + ], + [ + "ĠSeas", + "onal" + ], + [ + "Ġinfar", + "ction" + ], + [ + "Ġrom", + "eo" + ], + [ + "Ġrome", + "o" + ], + [ + "(", + "D" + ], + [ + "S", + "ugar" + ], + [ + "Su", + "gar" + ], + [ + "c", + "amp" + ], + [ + "ca", + "mp" + ], + [ + "cam", + "p" + ], + [ + "Ġs", + "ings" + ], + [ + "Ġsing", + "s" + ], + [ + "Ġsin", + "gs" + ], + [ + "Ġ", + "wards" + ], + [ + "Ġw", + "ards" + ], + [ + "Ġwar", + "ds" + ], + [ + "Ġward", + "s" + ], + [ + "Ġf", + "ou" + ], + [ + "Ġfo", + "u" + ], + [ + "Ġ", + "yr" + ], + [ + "Ġy", + "r" + ], + [ + "ĠC", + "ure" + ], + [ + "ĠCur", + "e" + ], + [ + "ĠCu", + "re" + ], + [ + "Ġsu", + "icides" + ], + [ + "Ġsuicide", + "s" + ], + [ + "e", + "ste" + ], + [ + "es", + "te" + ], + [ + "est", + "e" + ], + [ + "um", + "bo" + ], + [ + "umb", + "o" + ], + [ + "Ġr", + "aster" + ], + [ + "Ġra", + "ster" + ], + [ + "ĠF", + "airy" + ], + [ + "ĠFair", + "y" + ], + [ + "ĠFa", + "iry" + ], + [ + "ĠF", + "iji" + ], + [ + "ĠFi", + "ji" + ], + [ + "Ġs", + "hin" + ], + [ + "Ġsh", + "in" + ], + [ + "Ġshi", + "n" + ], + [ + "ĠN", + "K" + ], + [ + "Ġ", + "NET" + ], + [ + "ĠN", + "ET" + ], + [ + "ĠNE", + "T" + ], + [ + "ĠG", + "ras" + ], + [ + "ĠGra", + "s" + ], + [ + "ĠGr", + "as" + ], + [ + "ar", + "dia" + ], + [ + "ard", + "ia" + ], + [ + "ardi", + "a" + ], + [ + "a", + "ko" + ], + [ + "ak", + "o" + ], + [ + "ĠJ", + "ill" + ], + [ + "ĠJi", + "ll" + ], + [ + "a", + "thing" + ], + [ + "at", + "hing" + ], + [ + "ath", + "ing" + ], + [ + "athi", + "ng" + ], + [ + "ra", + "matic" + ], + [ + "ram", + "atic" + ], + [ + "rama", + "tic" + ], + [ + "s", + "wald" + ], + [ + "sw", + "ald" + ], + [ + "un", + "ta" + ], + [ + "unt", + "a" + ], + [ + "ĠX", + "L" + ], + [ + "Pro", + "bably" + ], + [ + "bo", + "arding" + ], + [ + "board", + "ing" + ], + [ + "Ġhero", + "ism" + ], + [ + "Ġp", + "andas" + ], + [ + "Ġpan", + "das" + ], + [ + "Ġpand", + "as" + ], + [ + "Ġpanda", + "s" + ], + [ + "ĠP", + "anic" + ], + [ + "ĠPan", + "ic" + ], + [ + "ĠPa", + "nic" + ], + [ + "orph", + "ous" + ], + [ + "orp", + "hous" + ], + [ + "Ġno", + "mine" + ], + [ + "Ġnom", + "ine" + ], + [ + "Ġnomin", + "e" + ], + [ + "Ġwre", + "ak" + ], + [ + "Ġdrop", + "let" + ], + [ + "Ġdro", + "plet" + ], + [ + "Ġdrople", + "t" + ], + [ + "ĠRefuge", + "e" + ], + [ + "Ġtan", + "tal" + ], + [ + "Ġtant", + "al" + ], + [ + "Ġcact", + "i" + ], + [ + "Ġcac", + "ti" + ], + [ + "Ġhurd", + "le" + ], + [ + "-", + "guided" + ], + [ + "-gu", + "ided" + ], + [ + "lit", + "erally" + ], + [ + "liter", + "ally" + ], + [ + "lite", + "rally" + ], + [ + "Ġsurrog", + "ate" + ], + [ + "ĠSl", + "oan" + ], + [ + "ĠSlo", + "an" + ], + [ + "Ġ", + "requisite" + ], + [ + "Ġre", + "quisite" + ], + [ + "Ġrequis", + "ite" + ], + [ + "\"", + "That" + ], + [ + "G", + "PT" + ], + [ + "GP", + "T" + ], + [ + "S", + "weet" + ], + [ + "Swe", + "et" + ], + [ + "T", + "rees" + ], + [ + "Tr", + "ees" + ], + [ + "Tree", + "s" + ], + [ + "Tre", + "es" + ], + [ + "m", + "is" + ], + [ + "mi", + "s" + ], + [ + "v", + "iv" + ], + [ + "vi", + "v" + ], + [ + "a", + "line" + ], + [ + "al", + "ine" + ], + [ + "ali", + "ne" + ], + [ + "alin", + "e" + ], + [ + "ig", + "ree" + ], + [ + "ab", + "outs" + ], + [ + "about", + "s" + ], + [ + "abo", + "uts" + ], + [ + "ore", + "pinephrine" + ], + [ + "Ġc", + "anker" + ], + [ + "Ġcan", + "ker" + ], + [ + "ĠH", + "oughton" + ], + [ + "Ġun", + "official" + ], + [ + "ĠV", + "illa" + ], + [ + "ĠVill", + "a" + ], + [ + "ĠVi", + "lla" + ], + [ + "ĠVil", + "la" + ], + [ + "Ġfl", + "int" + ], + [ + "Ġsub", + "terranean" + ], + [ + "Ġmed", + "itate" + ], + [ + "i", + "eri" + ], + [ + "ie", + "ri" + ], + [ + "ier", + "i" + ], + [ + "-", + "base" + ], + [ + "-b", + "ase" + ], + [ + "Ġsl", + "urry" + ], + [ + "Ġslur", + "ry" + ], + [ + "-", + "prom" + ], + [ + "-p", + "rom" + ], + [ + "-pro", + "m" + ], + [ + "-pr", + "om" + ], + [ + "âĢĵ", + "the" + ], + [ + "Ġsim", + "plex" + ], + [ + "Ġsimple", + "x" + ], + [ + "Ġsimpl", + "ex" + ], + [ + "mon", + "ton" + ], + [ + "mont", + "on" + ], + [ + "mo", + "nton" + ], + [ + "-", + "store" + ], + [ + "-st", + "ore" + ], + [ + "Ġmis", + "guided" + ], + [ + "Ġmax", + "imal" + ], + [ + "Ġmaxim", + "al" + ], + [ + "Ġindex", + "ed" + ], + [ + "-", + "virus" + ], + [ + "-v", + "irus" + ], + [ + "à¥", + "ģ" + ], + [ + "Ġpediatric", + "ians" + ], + [ + "Ġpediatrician", + "s" + ], + [ + "Ġsc", + "rape" + ], + [ + "Ġscr", + "ape" + ], + [ + "Ġscrap", + "e" + ], + [ + "Ġscra", + "pe" + ], + [ + "Met", + "adata" + ], + [ + "ĠEver", + "glades" + ], + [ + "Arch", + "itect" + ], + [ + "roc", + "essing" + ], + [ + "rocess", + "ing" + ], + [ + "Ġanecd", + "otes" + ], + [ + "Ġanecdote", + "s" + ], + [ + "Free", + "dom" + ], + [ + "Fre", + "edom" + ], + [ + "Ġlur", + "king" + ], + [ + "Ġlurk", + "ing" + ], + [ + "C", + "BT" + ], + [ + "CB", + "T" + ], + [ + "×", + "ĵ" + ], + [ + "Ġ", + "lids" + ], + [ + "Ġl", + "ids" + ], + [ + "Ġlid", + "s" + ], + [ + "Ġli", + "ds" + ], + [ + "ĠB", + "illion" + ], + [ + "ĠBill", + "ion" + ], + [ + "ĠBil", + "lion" + ], + [ + "ĠF", + "inger" + ], + [ + "ĠFin", + "ger" + ], + [ + "ĠFing", + "er" + ], + [ + "ĠN", + "arc" + ], + [ + "ĠNa", + "rc" + ], + [ + "ĠNar", + "c" + ], + [ + "ert", + "ations" + ], + [ + "ertation", + "s" + ], + [ + "Ġcur", + "ly" + ], + [ + "Ġcurl", + "y" + ], + [ + "Ġcon", + "fed" + ], + [ + "Ġconf", + "ed" + ], + [ + "Ġdr", + "unken" + ], + [ + "Ġdrunk", + "en" + ], + [ + "Ġsl", + "ums" + ], + [ + "Ġslum", + "s" + ], + [ + "ĠPh", + "onics" + ], + [ + "ĠPhon", + "ics" + ], + [ + "We", + "ather" + ], + [ + "ĠOr", + "din" + ], + [ + "ĠOrd", + "in" + ], + [ + "Ġd", + "ocks" + ], + [ + "Ġdo", + "cks" + ], + [ + "Ġdoc", + "ks" + ], + [ + "Ġdock", + "s" + ], + [ + "ĠWill", + "is" + ], + [ + "ĠWil", + "lis" + ], + [ + "ĠWi", + "llis" + ], + [ + "Ġ", + "Useful" + ], + [ + "ĠUse", + "ful" + ], + [ + "Ġhyper", + "thyroidism" + ], + [ + "Ġre", + "formed" + ], + [ + "Ġreform", + "ed" + ], + [ + "ĠG", + "oods" + ], + [ + "ĠGo", + "ods" + ], + [ + "ĠGood", + "s" + ], + [ + "Ġpap", + "aya" + ], + [ + "govern", + "ment" + ], + [ + "Non", + "etheless" + ], + [ + "None", + "theless" + ], + [ + "p", + "lementary" + ], + [ + "plement", + "ary" + ], + [ + "hu", + "mid" + ], + [ + "hum", + "id" + ], + [ + "ĠSymbol", + "s" + ], + [ + "ĠAntiqu", + "ities" + ], + [ + "(", + "-" + ], + [ + "A", + "y" + ], + [ + "E", + "ight" + ], + [ + "l", + "is" + ], + [ + "li", + "s" + ], + [ + "z", + "burg" + ], + [ + "zb", + "urg" + ], + [ + "Ġt", + "ungsten" + ], + [ + "it", + "ution" + ], + [ + "itu", + "tion" + ], + [ + "ĠT", + "olerance" + ], + [ + "ut", + "ans" + ], + [ + "utan", + "s" + ], + [ + "uta", + "ns" + ], + [ + "ĠP", + "redict" + ], + [ + "ĠPred", + "ict" + ], + [ + "q", + "uality" + ], + [ + "qu", + "ality" + ], + [ + "qual", + "ity" + ], + [ + "ĠW", + "TO" + ], + [ + "ĠD", + "und" + ], + [ + "ĠDun", + "d" + ], + [ + "ĠDu", + "nd" + ], + [ + "Ġ", + "ROM" + ], + [ + "ĠR", + "OM" + ], + [ + "ĠRO", + "M" + ], + [ + "Ġre", + "cited" + ], + [ + "Ġrec", + "ited" + ], + [ + "Ġrecite", + "d" + ], + [ + "Ġbl", + "aming" + ], + [ + "ĠV", + "ascular" + ], + [ + "ĠVas", + "cular" + ], + [ + "d", + "eal" + ], + [ + "de", + "al" + ], + [ + "Ġ", + "opting" + ], + [ + "Ġop", + "ting" + ], + [ + "Ġopt", + "ing" + ], + [ + "ĠA", + "men" + ], + [ + "ĠAm", + "en" + ], + [ + "w", + "hole" + ], + [ + "wh", + "ole" + ], + [ + "who", + "le" + ], + [ + "ĠC", + "ounting" + ], + [ + "ĠCo", + "unting" + ], + [ + "ĠCount", + "ing" + ], + [ + "ĠCoun", + "ting" + ], + [ + "undred", + "s" + ], + [ + "onic", + "ot" + ], + [ + "oni", + "cot" + ], + [ + "Ġpand", + "emics" + ], + [ + "Ġpandemic", + "s" + ], + [ + "Ġtons", + "ils" + ], + [ + "Ġtonsil", + "s" + ], + [ + "ĠMer", + "ced" + ], + [ + "ĠMerc", + "ed" + ], + [ + "Ġgly", + "col" + ], + [ + "Ġglyc", + "ol" + ], + [ + "ĠImp", + "roves" + ], + [ + "ĠImpro", + "ves" + ], + [ + "ĠImprove", + "s" + ], + [ + "Ġpert", + "urb" + ], + [ + "Ġscal", + "ability" + ], + [ + "ĠC", + "eres" + ], + [ + "ĠCe", + "res" + ], + [ + "ĠCer", + "es" + ], + [ + "ĠCere", + "s" + ], + [ + "-", + "comput" + ], + [ + "-com", + "put" + ], + [ + "-comp", + "ut" + ], + [ + "Ġ", + "Quantitative" + ], + [ + "ĠQuant", + "itative" + ], + [ + "Ġsprink", + "ler" + ], + [ + "Ġsprinkle", + "r" + ], + [ + "-equ", + "ipped" + ], + [ + "Ġ", + "Pupils" + ], + [ + "ĠPup", + "ils" + ], + [ + "ĠPupil", + "s" + ], + [ + "Ġmicrop", + "rocessor" + ], + [ + "Ġmicroprocess", + "or" + ], + [ + "Ġhass", + "le" + ], + [ + ".", + "If" + ], + [ + ".I", + "f" + ], + [ + "D", + "oc" + ], + [ + "Do", + "c" + ], + [ + "S", + "ite" + ], + [ + "Si", + "te" + ], + [ + "Sit", + "e" + ], + [ + "a", + "nal" + ], + [ + "an", + "al" + ], + [ + "ana", + "l" + ], + [ + "e", + "tta" + ], + [ + "et", + "ta" + ], + [ + "ett", + "a" + ], + [ + "ĠF", + "ors" + ], + [ + "ĠFor", + "s" + ], + [ + "ĠFo", + "rs" + ], + [ + "ĠL", + "il" + ], + [ + "ĠLi", + "l" + ], + [ + "Ġout", + "ermost" + ], + [ + "Ġouter", + "most" + ], + [ + "Ġun", + "iting" + ], + [ + "Ġunit", + "ing" + ], + [ + "Ġ", + "Sty" + ], + [ + "ĠS", + "ty" + ], + [ + "ĠSt", + "y" + ], + [ + "Ġdiff", + "icile" + ], + [ + "Ġ", + "\"[" + ], + [ + "Ġ\"", + "[" + ], + [ + "Ġbr", + "istles" + ], + [ + "Ġbristle", + "s" + ], + [ + "ĠCon", + "sequences" + ], + [ + "Ġchar", + "iot" + ], + [ + "Ġcha", + "riot" + ], + [ + "Ġphys", + "i" + ], + [ + "Ġphy", + "si" + ], + [ + "a", + "mese" + ], + [ + "am", + "ese" + ], + [ + "ame", + "se" + ], + [ + "ames", + "e" + ], + [ + "ĠCent", + "auri" + ], + [ + "hel", + "ps" + ], + [ + "help", + "s" + ], + [ + "ingu", + "ishable" + ], + [ + "ĠFore", + "nsic" + ], + [ + "ĠMet", + "als" + ], + [ + "ĠMetal", + "s" + ], + [ + "ĠMeta", + "ls" + ], + [ + "ĠGold", + "man" + ], + [ + "last", + "oma" + ], + [ + "Ġtough", + "ness" + ], + [ + "ĠPoly", + "techn" + ], + [ + "ĠRe", + "new" + ], + [ + "ĠRen", + "ew" + ], + [ + "ĠRene", + "w" + ], + [ + "Ġs", + "lew" + ], + [ + "Ġsl", + "ew" + ], + [ + "Ġsle", + "w" + ], + [ + "Ġbrill", + "iance" + ], + [ + "ĠSe", + "min" + ], + [ + "ĠSem", + "in" + ], + [ + "ĠSemi", + "n" + ], + [ + "ĠBah", + "amas" + ], + [ + "ĠBaha", + "mas" + ], + [ + "rof", + "oam" + ], + [ + "Ġ", + "Ensuring" + ], + [ + "ĠEns", + "uring" + ], + [ + "Ġot", + "ters" + ], + [ + "Ġotter", + "s" + ], + [ + "Ġl", + "apar" + ], + [ + "Ġla", + "par" + ], + [ + "Ġlap", + "ar" + ], + [ + "Ġchromat", + "ography" + ], + [ + "-s", + "ector" + ], + [ + "-se", + "ctor" + ], + [ + "-sect", + "or" + ], + [ + "Ġfusel", + "age" + ], + [ + "/", + "res" + ], + [ + "/re", + "s" + ], + [ + "/r", + "es" + ], + [ + "?", + "." + ], + [ + "M", + "il" + ], + [ + "Mi", + "l" + ], + [ + "M", + "achine" + ], + [ + "Mac", + "hine" + ], + [ + "Mach", + "ine" + ], + [ + "S", + "ing" + ], + [ + "Si", + "ng" + ], + [ + "Sin", + "g" + ], + [ + "W", + "ire" + ], + [ + "Wi", + "re" + ], + [ + "c", + "riminals" + ], + [ + "k", + "ok" + ], + [ + "ko", + "k" + ], + [ + "Ġa", + "ide" + ], + [ + "Ġaid", + "e" + ], + [ + "Ġai", + "de" + ], + [ + "Ġp", + "act" + ], + [ + "Ġpa", + "ct" + ], + [ + "Ġpac", + "t" + ], + [ + "a", + "ru" + ], + [ + "ar", + "u" + ], + [ + "ar", + "ro" + ], + [ + "arr", + "o" + ], + [ + "ol", + "ks" + ], + [ + "olk", + "s" + ], + [ + "o", + "ty" + ], + [ + "ot", + "y" + ], + [ + "ĠM", + "osaic" + ], + [ + "ĠMos", + "aic" + ], + [ + "ĠW", + "ong" + ], + [ + "ĠWon", + "g" + ], + [ + "ĠWo", + "ng" + ], + [ + "r", + "ipe" + ], + [ + "ri", + "pe" + ], + [ + "rip", + "e" + ], + [ + "Ġim", + "print" + ], + [ + "Ġimp", + "rint" + ], + [ + "as", + "sa" + ], + [ + "ass", + "a" + ], + [ + "Ġev", + "ade" + ], + [ + "ĠS", + "ta" + ], + [ + "ĠSt", + "a" + ], + [ + "Ġup", + "front" + ], + [ + "Ġ", + "VO" + ], + [ + "ĠV", + "O" + ], + [ + "Ġcall", + "igraphy" + ], + [ + "ĠAl", + "to" + ], + [ + "ĠAlt", + "o" + ], + [ + "ĠA", + "rd" + ], + [ + "ĠAr", + "d" + ], + [ + "-b", + "order" + ], + [ + "ri", + "some" + ], + [ + "ris", + "ome" + ], + [ + "W", + "hole" + ], + [ + "Wh", + "ole" + ], + [ + "Who", + "le" + ], + [ + "Ġwall", + "paper" + ], + [ + "-", + "good" + ], + [ + "-g", + "ood" + ], + [ + "-go", + "od" + ], + [ + "O", + "NS" + ], + [ + "ON", + "S" + ], + [ + "Ex", + "cerpt" + ], + [ + "z", + "za" + ], + [ + "zz", + "a" + ], + [ + "Ġves", + "icles" + ], + [ + "osa", + "ics" + ], + [ + "osaic", + "s" + ], + [ + "Ġhorse", + "power" + ], + [ + "ĠSil", + "va" + ], + [ + "Ġneuro", + "s" + ], + [ + "Ġneur", + "os" + ], + [ + "Ġneu", + "ros" + ], + [ + "-con", + "cept" + ], + [ + "Ġrad", + "iating" + ], + [ + "Ġradi", + "ating" + ], + [ + "Ġtransplant", + "ing" + ], + [ + "-", + "blue" + ], + [ + "-bl", + "ue" + ], + [ + "Ġprop", + "ositions" + ], + [ + "Ġpropos", + "itions" + ], + [ + "Ġproposition", + "s" + ], + [ + "uc", + "ca" + ], + [ + "ucc", + "a" + ], + [ + "Impro", + "ve" + ], + [ + "Imp", + "rove" + ], + [ + "Pot", + "ential" + ], + [ + "Ġpl", + "unge" + ], + [ + "Ġplun", + "ge" + ], + [ + "Ġspraw", + "ling" + ], + [ + "Ġsprawl", + "ing" + ], + [ + "ĠFer", + "mi" + ], + [ + "ĠFerm", + "i" + ], + [ + "?", + ")," + ], + [ + "?)", + "," + ], + [ + "a", + "um" + ], + [ + "au", + "m" + ], + [ + "b", + "h" + ], + [ + "p", + "ast" + ], + [ + "pa", + "st" + ], + [ + "pas", + "t" + ], + [ + "p", + "roductive" + ], + [ + "product", + "ive" + ], + [ + "it", + "led" + ], + [ + "itle", + "d" + ], + [ + "Ġp", + "oth" + ], + [ + "Ġpo", + "th" + ], + [ + "Ġpot", + "h" + ], + [ + "Ġ", + "Tiny" + ], + [ + "ĠT", + "iny" + ], + [ + "ĠTi", + "ny" + ], + [ + "ĠTin", + "y" + ], + [ + "ĠI", + "li" + ], + [ + "ĠIl", + "i" + ], + [ + "Ġex", + "oske" + ], + [ + "ĠE", + "ls" + ], + [ + "ĠEl", + "s" + ], + [ + "ĠTh", + "ur" + ], + [ + "ĠThu", + "r" + ], + [ + "Ġac", + "orns" + ], + [ + "Ġacorn", + "s" + ], + [ + "Ġgra", + "fting" + ], + [ + "Ġgraft", + "ing" + ], + [ + "Ġaut", + "osomal" + ], + [ + "Ġmult", + "iples" + ], + [ + "Ġmultiple", + "s" + ], + [ + "Ġmulti", + "ples" + ], + [ + "Ġmultip", + "les" + ], + [ + "Ġmultipl", + "es" + ], + [ + "Ch", + "icago" + ], + [ + "Un", + "ion" + ], + [ + "ĠInter", + "pretation" + ], + [ + "ĠInterpret", + "ation" + ], + [ + "Ġboost", + "ers" + ], + [ + "Ġbooster", + "s" + ], + [ + "Ġboo", + "sters" + ], + [ + "ĠEm", + "press" + ], + [ + "ĠEmp", + "ress" + ], + [ + "ocy", + "steine" + ], + [ + "ĠCheck", + "list" + ], + [ + "ĠThough", + "ts" + ], + [ + "ĠThought", + "s" + ], + [ + "r", + "oxy" + ], + [ + "ro", + "xy" + ], + [ + "rox", + "y" + ], + [ + "Ġrab", + "bi" + ], + [ + "Ġm", + "atured" + ], + [ + "Ġmat", + "ured" + ], + [ + "Ġmature", + "d" + ], + [ + "Ġsalmon", + "ella" + ], + [ + "Ġoblig", + "atory" + ], + [ + "ct", + "uaries" + ], + [ + "ctu", + "aries" + ], + [ + "M", + "odel" + ], + [ + "Mod", + "el" + ], + [ + "Mo", + "del" + ], + [ + "Mode", + "l" + ], + [ + "Ġbrid", + "ging" + ], + [ + "ĠPeriod", + "ic" + ], + [ + "ĠBo", + "rough" + ], + [ + "ĠBor", + "ough" + ], + [ + "ĠFat", + "ty" + ], + [ + "ĠSax", + "ony" + ], + [ + "ĠSaxon", + "y" + ], + [ + "Gold", + "en" + ], + [ + "Ġinconven", + "ience" + ], + [ + "Ġovercrow", + "ded" + ], + [ + "Ġsalam", + "anders" + ], + [ + "Ġsalamander", + "s" + ], + [ + "-", + "angle" + ], + [ + "-an", + "gle" + ], + [ + "F", + "TA" + ], + [ + "FT", + "A" + ], + [ + "N", + "V" + ], + [ + "R", + "om" + ], + [ + "Ro", + "m" + ], + [ + "b", + "ush" + ], + [ + "bus", + "h" + ], + [ + "bu", + "sh" + ], + [ + "f", + "ight" + ], + [ + "fig", + "ht" + ], + [ + "r", + "arily" + ], + [ + "ra", + "rily" + ], + [ + "rar", + "ily" + ], + [ + "Ġm", + "ule" + ], + [ + "Ġmul", + "e" + ], + [ + "Ġmu", + "le" + ], + [ + "Ġe", + "arthen" + ], + [ + "Ġear", + "then" + ], + [ + "Ġearth", + "en" + ], + [ + "Ġl", + "aden" + ], + [ + "Ġla", + "den" + ], + [ + "Ġlad", + "en" + ], + [ + "Ġv", + "ultures" + ], + [ + "Ġvulture", + "s" + ], + [ + "Ġat", + "opic" + ], + [ + "Ġatop", + "ic" + ], + [ + "ĠF", + "TP" + ], + [ + "ĠFT", + "P" + ], + [ + "a", + "kin" + ], + [ + "ak", + "in" + ], + [ + "aki", + "n" + ], + [ + "ĠU", + "d" + ], + [ + "iff", + "lin" + ], + [ + "Ġl", + "onging" + ], + [ + "Ġlong", + "ing" + ], + [ + "Ġlon", + "ging" + ], + [ + "ĠF", + "org" + ], + [ + "ĠFor", + "g" + ], + [ + "Ġst", + "ructuring" + ], + [ + "Ġstruct", + "uring" + ], + [ + "pr", + "inc" + ], + [ + "Ġnational", + "ities" + ], + [ + "Ġnation", + "alities" + ], + [ + "Ġcolon", + "ize" + ], + [ + "ĠAc", + "ids" + ], + [ + "ĠAcid", + "s" + ], + [ + "ĠBi", + "ochemistry" + ], + [ + "Ġcheap", + "ly" + ], + [ + "Ġspr", + "ung" + ], + [ + "Aut", + "ism" + ], + [ + "Ġcombust", + "ible" + ], + [ + "Ġharness", + "ed" + ], + [ + "ĠBirth", + "day" + ], + [ + "ĠNeu", + "rological" + ], + [ + "ĠNeur", + "ological" + ], + [ + "Ġspr", + "inkle" + ], + [ + "Ġsprink", + "le" + ], + [ + "Col", + "lins" + ], + [ + "Coll", + "ins" + ], + [ + "-", + "study" + ], + [ + "-stud", + "y" + ], + [ + "Ġdissip", + "ate" + ], + [ + "ĠHers", + "chel" + ], + [ + "Ġentang", + "lement" + ], + [ + "-", + "change" + ], + [ + "-ch", + "ange" + ], + [ + "G", + "EN" + ], + [ + "GE", + "N" + ], + [ + "H", + "or" + ], + [ + "Ho", + "r" + ], + [ + "R", + "ES" + ], + [ + "RE", + "S" + ], + [ + "S", + "F" + ], + [ + "g", + "my" + ], + [ + "gm", + "y" + ], + [ + "t", + "ale" + ], + [ + "ta", + "le" + ], + [ + "tal", + "e" + ], + [ + "Ġa", + "isle" + ], + [ + "Ġais", + "le" + ], + [ + "st", + "oy" + ], + [ + "im", + "portant" + ], + [ + "import", + "ant" + ], + [ + "Ġs", + "training" + ], + [ + "Ġst", + "raining" + ], + [ + "Ġstr", + "aining" + ], + [ + "Ġstra", + "ining" + ], + [ + "Ġstrain", + "ing" + ], + [ + "Ġ", + "hare" + ], + [ + "Ġh", + "are" + ], + [ + "Ġha", + "re" + ], + [ + "Ġhar", + "e" + ], + [ + "ĠW", + "on" + ], + [ + "ĠWo", + "n" + ], + [ + "Ġr", + "pm" + ], + [ + "ĠD", + "iane" + ], + [ + "ĠDi", + "ane" + ], + [ + "ĠDian", + "e" + ], + [ + "ĠDia", + "ne" + ], + [ + "Ġ", + "EMS" + ], + [ + "ĠE", + "MS" + ], + [ + "ĠEM", + "S" + ], + [ + "Ġph", + "obias" + ], + [ + "Ġphobia", + "s" + ], + [ + "Ġpo", + "ignant" + ], + [ + "Ġwater", + "col" + ], + [ + "Ġwaterc", + "ol" + ], + [ + "Ġsub", + "lime" + ], + [ + "Ġsublim", + "e" + ], + [ + "Ġ", + "Proverbs" + ], + [ + "ĠPro", + "verbs" + ], + [ + "un", + "dy" + ], + [ + "und", + "y" + ], + [ + "Ġbl", + "oods" + ], + [ + "Ġblood", + "s" + ], + [ + "Ġblo", + "ods" + ], + [ + "Ġl", + "otus" + ], + [ + "Ġlo", + "tus" + ], + [ + "Ġlot", + "us" + ], + [ + "Ġ", + "etched" + ], + [ + "Ġet", + "ched" + ], + [ + "Ġetc", + "hed" + ], + [ + "Ġetch", + "ed" + ], + [ + "Ġtax", + "ing" + ], + [ + "Ġta", + "xing" + ], + [ + "Ġtaxi", + "ng" + ], + [ + "Ġcover", + "ings" + ], + [ + "Ġcovering", + "s" + ], + [ + "Ġcove", + "rings" + ], + [ + "Ġtur", + "bo" + ], + [ + "Ġturb", + "o" + ], + [ + "Ġ", + "Acupuncture" + ], + [ + "ĠAc", + "upuncture" + ], + [ + "Ġstar", + "ve" + ], + [ + "Ġmaster", + "pieces" + ], + [ + "Ġmasterpiece", + "s" + ], + [ + "ĠBas", + "que" + ], + [ + "ĠRock", + "ies" + ], + [ + "Ġt", + "onal" + ], + [ + "Ġto", + "nal" + ], + [ + "Ġton", + "al" + ], + [ + "Ġbee", + "keepers" + ], + [ + "Ġbeekeeper", + "s" + ], + [ + "Ġfract", + "ional" + ], + [ + "Ġfraction", + "al" + ], + [ + "develop", + "mental" + ], + [ + "development", + "al" + ], + [ + "ĠMe", + "so" + ], + [ + "ĠMes", + "o" + ], + [ + "Ġg", + "rips" + ], + [ + "Ġgr", + "ips" + ], + [ + "Ġgri", + "ps" + ], + [ + "Ġgrip", + "s" + ], + [ + "Ġreass", + "uring" + ], + [ + "Ġgly", + "cos" + ], + [ + "Ġglyc", + "os" + ], + [ + "Prov", + "iding" + ], + [ + "ĠHE", + "ALTH" + ], + [ + "Ġt", + "empered" + ], + [ + "Ġtemper", + "ed" + ], + [ + "Ġtemp", + "ered" + ], + [ + "Ġsne", + "ak" + ], + [ + "Import", + "ance" + ], + [ + "M", + "H" + ], + [ + "i", + "ak" + ], + [ + "ia", + "k" + ], + [ + "Ġc", + "ic" + ], + [ + "al", + "ways" + ], + [ + "Ġb", + "illing" + ], + [ + "Ġbi", + "lling" + ], + [ + "Ġbill", + "ing" + ], + [ + "Ġbil", + "ling" + ], + [ + "Ġas", + "ynchronous" + ], + [ + "os", + "ive" + ], + [ + "osi", + "ve" + ], + [ + "ĠW", + "iring" + ], + [ + "ĠWi", + "ring" + ], + [ + "Ġ", + "rut" + ], + [ + "Ġr", + "ut" + ], + [ + "Ġru", + "t" + ], + [ + "ĠG", + "ift" + ], + [ + "ĠGi", + "ft" + ], + [ + "ell", + "ites" + ], + [ + "ellite", + "s" + ], + [ + "elli", + "tes" + ], + [ + "Ġcl", + "utter" + ], + [ + "Ġclut", + "ter" + ], + [ + "Ġb", + "lat" + ], + [ + "Ġbl", + "at" + ], + [ + "Ġorgan", + "elles" + ], + [ + "Ġcal", + "iph" + ], + [ + "st", + "itis" + ], + [ + "stit", + "is" + ], + [ + "Ġpred", + "iabetes" + ], + [ + "ĠWar", + "wick" + ], + [ + "Ġw", + "etter" + ], + [ + "Ġwet", + "ter" + ], + [ + "Ġdiss", + "olving" + ], + [ + "Ġsnow", + "y" + ], + [ + "Ġb", + "anded" + ], + [ + "Ġban", + "ded" + ], + [ + "Ġband", + "ed" + ], + [ + "Ġrational", + "ity" + ], + [ + "Ġration", + "ality" + ], + [ + "Ġinteg", + "rative" + ], + [ + "Ġintegr", + "ative" + ], + [ + "Ġpenet", + "rates" + ], + [ + "Ġpenetrate", + "s" + ], + [ + "ä", + "t" + ], + [ + "ĠB", + "oyd" + ], + [ + "ĠBo", + "yd" + ], + [ + "ĠBoy", + "d" + ], + [ + "Ġdeclar", + "ations" + ], + [ + "Ġdeclaration", + "s" + ], + [ + "Ġtheor", + "ized" + ], + [ + "Ġtheorize", + "d" + ], + [ + "Ess", + "ential" + ], + [ + "Ġgon", + "orrhea" + ], + [ + "-", + "education" + ], + [ + "-educ", + "ation" + ], + [ + "Ġthroat", + "s" + ], + [ + "Ġthro", + "ats" + ], + [ + "Â", + "µ" + ], + [ + "Ġ", + "oss" + ], + [ + "Ġo", + "ss" + ], + [ + "Ġos", + "s" + ], + [ + "Ġin", + "experienced" + ], + [ + "o", + "ment" + ], + [ + "om", + "ent" + ], + [ + "ome", + "nt" + ], + [ + "omen", + "t" + ], + [ + "Ġ", + "lance" + ], + [ + "Ġl", + "ance" + ], + [ + "Ġla", + "nce" + ], + [ + "Ġlan", + "ce" + ], + [ + "ĠT", + "ir" + ], + [ + "ĠTi", + "r" + ], + [ + "ig", + "hest" + ], + [ + "igh", + "est" + ], + [ + "ĠA", + "ce" + ], + [ + "ĠAc", + "e" + ], + [ + "ĠS", + "add" + ], + [ + "ĠSa", + "dd" + ], + [ + "ĠSad", + "d" + ], + [ + "ĠD", + "SL" + ], + [ + "ĠDS", + "L" + ], + [ + "u", + "nh" + ], + [ + "un", + "h" + ], + [ + "ĠO", + "thello" + ], + [ + "ĠOt", + "hello" + ], + [ + "Ġinc", + "umbent" + ], + [ + "n", + "ext" + ], + [ + "ne", + "xt" + ], + [ + "nex", + "t" + ], + [ + "Ġdi", + "still" + ], + [ + "Ġdist", + "ill" + ], + [ + "Ġmen", + "iscus" + ], + [ + "Ġn", + "etting" + ], + [ + "Ġne", + "tting" + ], + [ + "Ġnet", + "ting" + ], + [ + "Ġz", + "eros" + ], + [ + "Ġzero", + "s" + ], + [ + "Ġze", + "ros" + ], + [ + "Ġzer", + "os" + ], + [ + "Ġv", + "era" + ], + [ + "Ġve", + "ra" + ], + [ + "Ġver", + "a" + ], + [ + "Ch", + "urch" + ], + [ + "ĠAb", + "ram" + ], + [ + "ĠMan", + "ip" + ], + [ + "ĠMa", + "nip" + ], + [ + "em", + "pty" + ], + [ + "empt", + "y" + ], + [ + "emp", + "ty" + ], + [ + "a", + "tti" + ], + [ + "at", + "ti" + ], + [ + "att", + "i" + ], + [ + "Ġgen", + "esis" + ], + [ + "Ġgene", + "sis" + ], + [ + "Ġgenes", + "is" + ], + [ + "Dr", + "inking" + ], + [ + "Drink", + "ing" + ], + [ + "Ġb", + "randed" + ], + [ + "Ġbr", + "anded" + ], + [ + "Ġbrand", + "ed" + ], + [ + "Ġbran", + "ded" + ], + [ + "ĠT", + "Vs" + ], + [ + "ĠTV", + "s" + ], + [ + "Ġrel", + "ieves" + ], + [ + "Ġrelie", + "ves" + ], + [ + "Ġrelieve", + "s" + ], + [ + "Ġinc", + "idental" + ], + [ + "Ġincident", + "al" + ], + [ + "Ġdist", + "ributes" + ], + [ + "Ġdistribut", + "es" + ], + [ + "Ġdistribute", + "s" + ], + [ + "Ġdedu", + "ctions" + ], + [ + "Ġdeduct", + "ions" + ], + [ + "Ġdeduction", + "s" + ], + [ + "ĠDal", + "ai" + ], + [ + "Ġ", + "fortunately" + ], + [ + "Ġf", + "ortunately" + ], + [ + "Ġfortun", + "ately" + ], + [ + "Ġfortunate", + "ly" + ], + [ + "Ġin", + "vertebrate" + ], + [ + "Ġinverte", + "brate" + ], + [ + "ĠVe", + "das" + ], + [ + "ĠVed", + "as" + ], + [ + "ĠVeda", + "s" + ], + [ + "jun", + "ctive" + ], + [ + "junct", + "ive" + ], + [ + "Ġreim", + "burse" + ], + [ + "Ġreimb", + "urse" + ], + [ + "Ġnanom", + "aterials" + ], + [ + "C", + "ats" + ], + [ + "Ca", + "ts" + ], + [ + "Cat", + "s" + ], + [ + "G", + "all" + ], + [ + "Gal", + "l" + ], + [ + "Ga", + "ll" + ], + [ + "h", + "els" + ], + [ + "he", + "ls" + ], + [ + "hel", + "s" + ], + [ + "in", + "itis" + ], + [ + "ini", + "tis" + ], + [ + "init", + "is" + ], + [ + "i", + "cent" + ], + [ + "ic", + "ent" + ], + [ + "ice", + "nt" + ], + [ + "le", + "uk" + ], + [ + "Ġh", + "illy" + ], + [ + "Ġhill", + "y" + ], + [ + "ĠS", + "ob" + ], + [ + "ĠSo", + "b" + ], + [ + "ĠS", + "nyder" + ], + [ + "e", + "matic" + ], + [ + "em", + "atic" + ], + [ + "ema", + "tic" + ], + [ + "emat", + "ic" + ], + [ + "ĠW", + "ille" + ], + [ + "ĠWill", + "e" + ], + [ + "ĠWil", + "le" + ], + [ + "ĠWi", + "lle" + ], + [ + "Ġle", + "opards" + ], + [ + "Ġleopard", + "s" + ], + [ + "ec", + "und" + ], + [ + "Ġtim", + "elines" + ], + [ + "Ġtime", + "lines" + ], + [ + "Ġtimeline", + "s" + ], + [ + "ĠY", + "uan" + ], + [ + "ĠYu", + "an" + ], + [ + "ĠP", + "rox" + ], + [ + "ĠPro", + "x" + ], + [ + "ĠPr", + "ox" + ], + [ + "Ġorgan", + "izes" + ], + [ + "Ġorganize", + "s" + ], + [ + "Ġcl", + "ears" + ], + [ + "Ġcle", + "ars" + ], + [ + "Ġclear", + "s" + ], + [ + "ĠSc", + "ripps" + ], + [ + "-", + "block" + ], + [ + "-b", + "lock" + ], + [ + "-bl", + "ock" + ], + [ + "Ġrad", + "iate" + ], + [ + "Ġradi", + "ate" + ], + [ + "-", + "most" + ], + [ + "-m", + "ost" + ], + [ + "ĠApp", + "les" + ], + [ + "ĠAp", + "ples" + ], + [ + "ĠApple", + "s" + ], + [ + "ĠAppl", + "es" + ], + [ + "v", + "antage" + ], + [ + "vant", + "age" + ], + [ + "van", + "tage" + ], + [ + "ĠMon", + "key" + ], + [ + "ĠMonk", + "ey" + ], + [ + "Ġcommercial", + "ization" + ], + [ + "ĠDef", + "icit" + ], + [ + "Ġpace", + "maker" + ], + [ + "Ġpac", + "emaker" + ], + [ + "Ġho", + "ax" + ], + [ + "ĠJane", + "iro" + ], + [ + "á¹", + "Ń" + ], + [ + "ĠVacc", + "ination" + ], + [ + "Ġilleg", + "itimate" + ], + [ + "ĠKel", + "vin" + ], + [ + "Ġdilem", + "mas" + ], + [ + "Ġdilemma", + "s" + ], + [ + "ĠGent", + "iles" + ], + [ + "ĠGentile", + "s" + ], + [ + "ĠVar", + "iations" + ], + [ + "ĠVari", + "ations" + ], + [ + "ĠVariation", + "s" + ], + [ + "Ġfocus", + "sed" + ], + [ + "Ġfocuss", + "ed" + ], + [ + "Ġparaly", + "zed" + ], + [ + "Ġdiph", + "theria" + ], + [ + "ĠHels", + "inki" + ], + [ + "at", + "ross" + ], + [ + "atro", + "ss" + ], + [ + "atr", + "oss" + ], + [ + "Ġ", + "Sitting" + ], + [ + "ĠS", + "itting" + ], + [ + "ĠSi", + "tting" + ], + [ + "ĠSit", + "ting" + ], + [ + "Ġcon", + "cession" + ], + [ + "Ġconc", + "ession" + ], + [ + "ĠB", + "is" + ], + [ + "ĠBi", + "s" + ], + [ + "nt", + "hetic" + ], + [ + "Ġch", + "ast" + ], + [ + "Ġcha", + "st" + ], + [ + "Ġch", + "assis" + ], + [ + "Ġad", + "orable" + ], + [ + "Ġbl", + "urry" + ], + [ + "Ġblur", + "ry" + ], + [ + "Ġre", + "fund" + ], + [ + "Ġref", + "und" + ], + [ + "Ġphys", + "iotherap" + ], + [ + "Ġphysi", + "otherap" + ], + [ + "Ġm", + "aturing" + ], + [ + "Ġmat", + "uring" + ], + [ + "rel", + "igious" + ], + [ + "Ġsam", + "urai" + ], + [ + "Ġst", + "raps" + ], + [ + "Ġstr", + "aps" + ], + [ + "Ġstra", + "ps" + ], + [ + "Ġstrap", + "s" + ], + [ + "p", + "eas" + ], + [ + "pe", + "as" + ], + [ + "pea", + "s" + ], + [ + "Ġsn", + "ipp" + ], + [ + "ĠRiver", + "a" + ], + [ + "ĠRiv", + "era" + ], + [ + "Ġdepend", + "able" + ], + [ + "Ġfinal", + "ized" + ], + [ + "Ġfinalize", + "d" + ], + [ + "à¤", + "ķ" + ], + [ + "ĠT", + "emp" + ], + [ + "ĠTe", + "mp" + ], + [ + "ĠTem", + "p" + ], + [ + "Ġbot", + "any" + ], + [ + "Ġbotan", + "y" + ], + [ + "Ġsw", + "immer" + ], + [ + "Ġswim", + "mer" + ], + [ + "Ġelect", + "rostatic" + ], + [ + "Ġelectr", + "ostatic" + ], + [ + "Ġelectro", + "static" + ], + [ + "Ġ", + "Strange" + ], + [ + "ĠSt", + "range" + ], + [ + "ĠStr", + "ange" + ], + [ + "Ġcyber", + "att" + ], + [ + "Reg", + "arding" + ], + [ + "Ġobl", + "igated" + ], + [ + "Ġoblig", + "ated" + ], + [ + "Ġ", + "cyclical" + ], + [ + "Ġcycl", + "ical" + ], + [ + "Ġcyclic", + "al" + ], + [ + "an", + "thus" + ], + [ + "ant", + "hus" + ], + [ + "anth", + "us" + ], + [ + "ĠPul", + "itzer" + ], + [ + "Ġrefract", + "ory" + ], + [ + "ĠRud", + "olf" + ], + [ + "Ġannex", + "ation" + ], + [ + "H", + "oly" + ], + [ + "Hol", + "y" + ], + [ + "Ho", + "ly" + ], + [ + "K", + "it" + ], + [ + "S", + "and" + ], + [ + "San", + "d" + ], + [ + "Sa", + "nd" + ], + [ + "n", + "ections" + ], + [ + "ne", + "ctions" + ], + [ + "nect", + "ions" + ], + [ + "nection", + "s" + ], + [ + "y", + "et" + ], + [ + "ye", + "t" + ], + [ + "Ġt", + "inct" + ], + [ + "Ġtin", + "ct" + ], + [ + "is", + "ors" + ], + [ + "iso", + "rs" + ], + [ + "isor", + "s" + ], + [ + "ch", + "ap" + ], + [ + "cha", + "p" + ], + [ + "ĠC", + "roc" + ], + [ + "ĠCr", + "oc" + ], + [ + "ĠCro", + "c" + ], + [ + "ĠD", + "ress" + ], + [ + "ĠDr", + "ess" + ], + [ + "ĠDres", + "s" + ], + [ + "ĠDre", + "ss" + ], + [ + "ĠD", + "warf" + ], + [ + "ĠDw", + "arf" + ], + [ + "art", + "isan" + ], + [ + "arti", + "san" + ], + [ + "Ġsh", + "uff" + ], + [ + "p", + "line" + ], + [ + "pl", + "ine" + ], + [ + "plin", + "e" + ], + [ + "Ġim", + "poses" + ], + [ + "Ġimp", + "oses" + ], + [ + "Ġimpose", + "s" + ], + [ + "ord", + "inary" + ], + [ + "Ġpre", + "face" + ], + [ + "Ġpref", + "ace" + ], + [ + "ĠK", + "nee" + ], + [ + "ĠKn", + "ee" + ], + [ + "ĠKne", + "e" + ], + [ + "Ġr", + "aped" + ], + [ + "Ġra", + "ped" + ], + [ + "Ġrape", + "d" + ], + [ + "Ġrap", + "ed" + ], + [ + "In", + "flu" + ], + [ + "Inf", + "lu" + ], + [ + "ick", + "ness" + ], + [ + "Ġmod", + "ulate" + ], + [ + "Ġp", + "atter" + ], + [ + "Ġpat", + "ter" + ], + [ + "Ġimm", + "obil" + ], + [ + "ĠOr", + "ders" + ], + [ + "ĠOrder", + "s" + ], + [ + "ĠOrd", + "ers" + ], + [ + "-", + "talk" + ], + [ + "-t", + "alk" + ], + [ + "Ġprint", + "ables" + ], + [ + "Ġprintable", + "s" + ], + [ + "Ġseason", + "ally" + ], + [ + "Ġseasonal", + "ly" + ], + [ + "-", + "stim" + ], + [ + "-s", + "tim" + ], + [ + "-st", + "im" + ], + [ + "Ġpet", + "itions" + ], + [ + "Ġpetition", + "s" + ], + [ + "Ġsupplement", + "ing" + ], + [ + "Ġsup", + "plementing" + ], + [ + "See", + "ing" + ], + [ + "fl", + "uid" + ], + [ + "flu", + "id" + ], + [ + "Ġelabor", + "ated" + ], + [ + "Ġelaborate", + "d" + ], + [ + "Ġcomp", + "acted" + ], + [ + "Ġcompact", + "ed" + ], + [ + "ĠR", + "FC" + ], + [ + "ĠRF", + "C" + ], + [ + "Ġdisl", + "ocation" + ], + [ + "ĠMir", + "anda" + ], + [ + "ĠMira", + "nda" + ], + [ + "ĠSebast", + "ian" + ], + [ + "B", + "irth" + ], + [ + "Bir", + "th" + ], + [ + "D", + "ifference" + ], + [ + "Diff", + "erence" + ], + [ + "G", + "DP" + ], + [ + "GD", + "P" + ], + [ + "U", + "AL" + ], + [ + "UA", + "L" + ], + [ + "c", + "ill" + ], + [ + "cil", + "l" + ], + [ + "ci", + "ll" + ], + [ + "c", + "ases" + ], + [ + "ca", + "ses" + ], + [ + "case", + "s" + ], + [ + "cas", + "es" + ], + [ + "o", + "of" + ], + [ + "oo", + "f" + ], + [ + "p", + "oor" + ], + [ + "po", + "or" + ], + [ + "Ġc", + "et" + ], + [ + "Ġce", + "t" + ], + [ + "e", + "sville" + ], + [ + "es", + "ville" + ], + [ + "Ġ", + "eb" + ], + [ + "Ġe", + "b" + ], + [ + "Ġse", + "wn" + ], + [ + "Ġsew", + "n" + ], + [ + "Ġun", + "fore" + ], + [ + "Ġunf", + "ore" + ], + [ + "Ġunfor", + "e" + ], + [ + "Ġun", + "comp" + ], + [ + "Ġunc", + "omp" + ], + [ + "Ġuncom", + "p" + ], + [ + "Ġunco", + "mp" + ], + [ + "Ġdec", + "imated" + ], + [ + "other", + "mic" + ], + [ + "Ġstate", + "hood" + ], + [ + "Ġrest", + "rained" + ], + [ + "Ġrestra", + "ined" + ], + [ + "Ġrestrain", + "ed" + ], + [ + "-", + "founded" + ], + [ + "-f", + "ounded" + ], + [ + "-found", + "ed" + ], + [ + "o", + "pez" + ], + [ + "op", + "ez" + ], + [ + "ope", + "z" + ], + [ + "Ġcharacter", + "izes" + ], + [ + "Ġcharacterize", + "s" + ], + [ + "Ġan", + "num" + ], + [ + "Ġann", + "um" + ], + [ + "Ch", + "ris" + ], + [ + "Ġce", + "ases" + ], + [ + "Ġcease", + "s" + ], + [ + "ĠE", + "mil" + ], + [ + "ĠEm", + "il" + ], + [ + "n", + "aire" + ], + [ + "na", + "ire" + ], + [ + "nai", + "re" + ], + [ + "ĠBra", + "ille" + ], + [ + "ĠBr", + "aille" + ], + [ + "Ġmer", + "idian" + ], + [ + "Ġcomfort", + "ing" + ], + [ + "Ġcomf", + "orting" + ], + [ + "b", + "last" + ], + [ + "bl", + "ast" + ], + [ + "bla", + "st" + ], + [ + "ĠSen", + "ators" + ], + [ + "ĠSenator", + "s" + ], + [ + "Ġstomach", + "s" + ], + [ + "ĠPers", + "istent" + ], + [ + "ĠLib", + "ert" + ], + [ + "ĠLi", + "bert" + ], + [ + "ĠLiber", + "t" + ], + [ + "-", + "exper" + ], + [ + "-ex", + "per" + ], + [ + "-exp", + "er" + ], + [ + "ĠNY", + "U" + ], + [ + "Ġbutt", + "ocks" + ], + [ + "Ġ", + "SDG" + ], + [ + "ĠSD", + "G" + ], + [ + "Ġmicro", + "waves" + ], + [ + "Ġmicrow", + "aves" + ], + [ + "Ġmicrowave", + "s" + ], + [ + "ĠOw", + "ens" + ], + [ + "ĠOwen", + "s" + ], + [ + "Ġter", + "rified" + ], + [ + "Ġterr", + "ified" + ], + [ + "ĠConcer", + "ns" + ], + [ + "ĠConcern", + "s" + ], + [ + "Ġmarvel", + "ous" + ], + [ + "Ġrep", + "ayment" + ], + [ + "Ġrepay", + "ment" + ], + [ + "Ġcripp", + "ling" + ], + [ + "again", + "st" + ], + [ + "Ġgoss", + "ip" + ], + [ + "-", + "harvest" + ], + [ + "-har", + "vest" + ], + [ + "-", + "er" + ], + [ + "-e", + "r" + ], + [ + ">", + "<" + ], + [ + "E", + "SA" + ], + [ + "ES", + "A" + ], + [ + "F", + "IG" + ], + [ + "FI", + "G" + ], + [ + "R", + "eb" + ], + [ + "Re", + "b" + ], + [ + "f", + "ing" + ], + [ + "fin", + "g" + ], + [ + "fi", + "ng" + ], + [ + "o", + "ters" + ], + [ + "ot", + "ers" + ], + [ + "ote", + "rs" + ], + [ + "oter", + "s" + ], + [ + "ot", + "roph" + ], + [ + "otrop", + "h" + ], + [ + "Ġst", + "ats" + ], + [ + "Ġstat", + "s" + ], + [ + "Ġsta", + "ts" + ], + [ + "Ġhe", + "ath" + ], + [ + "Ġheat", + "h" + ], + [ + "a", + "bh" + ], + [ + "ab", + "h" + ], + [ + "Ġex", + "erts" + ], + [ + "Ġexert", + "s" + ], + [ + "ĠH", + "ague" + ], + [ + "ĠHa", + "gue" + ], + [ + "ĠHag", + "ue" + ], + [ + "Ġ", + "plating" + ], + [ + "Ġpl", + "ating" + ], + [ + "Ġplat", + "ing" + ], + [ + "Ġpla", + "ting" + ], + [ + "pl", + "ug" + ], + [ + "ĠK", + "and" + ], + [ + "ĠKa", + "nd" + ], + [ + "ĠKan", + "d" + ], + [ + "Ġs", + "peck" + ], + [ + "Ġsp", + "eck" + ], + [ + "Ġspec", + "k" + ], + [ + "Ġspe", + "ck" + ], + [ + "Ġde", + "tain" + ], + [ + "Ġdet", + "ain" + ], + [ + "ĠSp", + "arta" + ], + [ + "ĠSpart", + "a" + ], + [ + "ĠSpar", + "ta" + ], + [ + "ĠAd", + "ri" + ], + [ + "-", + "political" + ], + [ + "-p", + "olitical" + ], + [ + "-pol", + "itical" + ], + [ + "-", + "layer" + ], + [ + "-l", + "ayer" + ], + [ + "-la", + "yer" + ], + [ + "ĠIn", + "tra" + ], + [ + "ĠInt", + "ra" + ], + [ + "Ġblue", + "berry" + ], + [ + "Ad", + "ults" + ], + [ + "Adult", + "s" + ], + [ + "-", + "leaf" + ], + [ + "-le", + "af" + ], + [ + "Ġgar", + "nered" + ], + [ + "Ġgarner", + "ed" + ], + [ + "Ġdoor", + "way" + ], + [ + "Ġborrow", + "er" + ], + [ + "ĠSem", + "inary" + ], + [ + "ĠSemin", + "ary" + ], + [ + "ĠSeminar", + "y" + ], + [ + "ĠPack", + "age" + ], + [ + "Ġ", + "AFP" + ], + [ + "ĠA", + "FP" + ], + [ + "ĠAF", + "P" + ], + [ + "ĠAztec", + "s" + ], + [ + "ARN", + "ING" + ], + [ + "-op", + "erated" + ], + [ + "-oper", + "ated" + ], + [ + "-", + "ounce" + ], + [ + "h", + "ana" + ], + [ + "ha", + "na" + ], + [ + "han", + "a" + ], + [ + "n", + "ail" + ], + [ + "na", + "il" + ], + [ + "nai", + "l" + ], + [ + "Ġt", + "ac" + ], + [ + "Ġta", + "c" + ], + [ + "Ġb", + "ovine" + ], + [ + "Ġbo", + "vine" + ], + [ + "Ġ", + "TP" + ], + [ + "ĠT", + "P" + ], + [ + "ĠT", + "iber" + ], + [ + "ĠTib", + "er" + ], + [ + "ĠTi", + "ber" + ], + [ + "ĠA", + "AA" + ], + [ + "ĠAA", + "A" + ], + [ + "ĠS", + "ister" + ], + [ + "ĠSi", + "ster" + ], + [ + "ĠSis", + "ter" + ], + [ + "ĠF", + "usion" + ], + [ + "ĠFus", + "ion" + ], + [ + "Ġar", + "bor" + ], + [ + "Ġarb", + "or" + ], + [ + "Ġin", + "dec" + ], + [ + "Ġind", + "ec" + ], + [ + "Ġfl", + "aming" + ], + [ + "ĠCan", + "berra" + ], + [ + "Ġmult", + "ilingual" + ], + [ + "ĠZ", + "ak" + ], + [ + "Ġ", + "==" + ], + [ + "Ġ=", + "=" + ], + [ + "ĠM", + "ario" + ], + [ + "ĠMar", + "io" + ], + [ + "ĠMa", + "rio" + ], + [ + "ĠMari", + "o" + ], + [ + "ĠIn", + "take" + ], + [ + "ĠInt", + "ake" + ], + [ + "ĠInter", + "pret" + ], + [ + "ĠInterpre", + "t" + ], + [ + "Ġsusp", + "end" + ], + [ + "Ġsus", + "pend" + ], + [ + "Ġbr", + "anding" + ], + [ + "Ġbrand", + "ing" + ], + [ + "Ġbran", + "ding" + ], + [ + "h", + "opper" + ], + [ + "hop", + "per" + ], + [ + "ho", + "pper" + ], + [ + "Me", + "asuring" + ], + [ + "ĠL", + "oan" + ], + [ + "ĠLo", + "an" + ], + [ + "ĠMot", + "ivation" + ], + [ + "Ġovert", + "urned" + ], + [ + "Ġoverturn", + "ed" + ], + [ + "ĠSk", + "inner" + ], + [ + "ĠSkin", + "ner" + ], + [ + "cr", + "ime" + ], + [ + "ĠColomb", + "ian" + ], + [ + "ĠColombia", + "n" + ], + [ + "Ġevapor", + "ated" + ], + [ + "Ġevap", + "orated" + ], + [ + "Ġevaporate", + "d" + ], + [ + "ο", + "ÏĤ" + ], + [ + "Ġgad", + "get" + ], + [ + "Ġsuperconduct", + "ing" + ], + [ + "Astron", + "omers" + ], + [ + "Ġprotrud", + "ing" + ], + [ + "Ġdis", + "content" + ], + [ + "Ġdiscont", + "ent" + ], + [ + "aund", + "ering" + ], + [ + "aunder", + "ing" + ], + [ + "ĠWin", + "chester" + ], + [ + "ĠWinc", + "hester" + ], + [ + "B", + "udd" + ], + [ + "Bu", + "dd" + ], + [ + "Ġm", + "asc" + ], + [ + "Ġma", + "sc" + ], + [ + "Ġmas", + "c" + ], + [ + "Ġbe", + "arded" + ], + [ + "Ġbear", + "ded" + ], + [ + "Ġbeard", + "ed" + ], + [ + "Ġ", + "stag" + ], + [ + "Ġs", + "tag" + ], + [ + "Ġst", + "ag" + ], + [ + "Ġsta", + "g" + ], + [ + "ĠC", + "atch" + ], + [ + "ĠCat", + "ch" + ], + [ + "Ġ", + "MIN" + ], + [ + "ĠM", + "IN" + ], + [ + "ĠMI", + "N" + ], + [ + "Ġhe", + "fty" + ], + [ + "ĠR", + "ican" + ], + [ + "ĠRica", + "n" + ], + [ + "ĠRic", + "an" + ], + [ + "ĠRi", + "can" + ], + [ + "Ġ", + "RNAs" + ], + [ + "ĠR", + "NAs" + ], + [ + "ĠRNA", + "s" + ], + [ + "ĠRN", + "As" + ], + [ + "Ġs", + "pies" + ], + [ + "Ġsp", + "ies" + ], + [ + "Ġspi", + "es" + ], + [ + "r", + "ike" + ], + [ + "ri", + "ke" + ], + [ + "rik", + "e" + ], + [ + "ĠG", + "inger" + ], + [ + "ĠGing", + "er" + ], + [ + "ĠGin", + "ger" + ], + [ + "i", + "chia" + ], + [ + "ich", + "ia" + ], + [ + "ichi", + "a" + ], + [ + "Ġad", + "verbs" + ], + [ + "Ġadverb", + "s" + ], + [ + "e", + "ret" + ], + [ + "er", + "et" + ], + [ + "ere", + "t" + ], + [ + "Ġper", + "ched" + ], + [ + "Ġperc", + "hed" + ], + [ + "Ġperch", + "ed" + ], + [ + "Ġinf", + "lict" + ], + [ + "Ġinfl", + "ict" + ], + [ + "ĠW", + "ei" + ], + [ + "ĠWe", + "i" + ], + [ + "an", + "yl" + ], + [ + "any", + "l" + ], + [ + "Ġtest", + "ified" + ], + [ + "Ġs", + "oles" + ], + [ + "Ġso", + "les" + ], + [ + "Ġsol", + "es" + ], + [ + "Ġsole", + "s" + ], + [ + "Ġserv", + "icing" + ], + [ + "Ġservic", + "ing" + ], + [ + "ĠAr", + "che" + ], + [ + "ĠArch", + "e" + ], + [ + "ĠArc", + "he" + ], + [ + "Ġpo", + "table" + ], + [ + "Ġpot", + "able" + ], + [ + "i", + "ken" + ], + [ + "ike", + "n" + ], + [ + "ik", + "en" + ], + [ + "Ġkey", + "boards" + ], + [ + "Ġkeyboard", + "s" + ], + [ + "Ġinter", + "acted" + ], + [ + "Ġinteract", + "ed" + ], + [ + "ext", + "reme" + ], + [ + "a", + "ura" + ], + [ + "au", + "ra" + ], + [ + "aur", + "a" + ], + [ + "Ġju", + "icy" + ], + [ + "Ġaqu", + "educt" + ], + [ + "ĠJu", + "das" + ], + [ + "ĠJud", + "as" + ], + [ + "IP", + "CC" + ], + [ + "Ġaband", + "oning" + ], + [ + "Ġabandon", + "ing" + ], + [ + "Ġ", + "Established" + ], + [ + "ĠEst", + "ablished" + ], + [ + "ĠEstablish", + "ed" + ], + [ + "Ġassert", + "ing" + ], + [ + "Ġspreads", + "heets" + ], + [ + "Ġspreadsheet", + "s" + ], + [ + "Act", + "ivities" + ], + [ + "Ġ", + "Ultrasound" + ], + [ + "ĠUlt", + "rasound" + ], + [ + "ĠUltra", + "sound" + ], + [ + "Ġy", + "ogh" + ], + [ + "Ġyog", + "h" + ], + [ + "Ġyo", + "gh" + ], + [ + "ĠB", + "oyle" + ], + [ + "ĠBo", + "yle" + ], + [ + "ĠBoy", + "le" + ], + [ + "ĠKer", + "ry" + ], + [ + "ĠKerr", + "y" + ], + [ + "Ġmo", + "urn" + ], + [ + "Ġmour", + "n" + ], + [ + "Ġluc", + "id" + ], + [ + "Ġpe", + "eled" + ], + [ + "Ġpeel", + "ed" + ], + [ + "Ġpee", + "led" + ], + [ + "Ġvigil", + "ance" + ], + [ + "Be", + "gin" + ], + [ + "Beg", + "in" + ], + [ + "Ġcrick", + "ets" + ], + [ + "Ġcricket", + "s" + ], + [ + "Ġgo", + "rilla" + ], + [ + "Ġgor", + "illa" + ], + [ + "Ġmisf", + "ortune" + ], + [ + "F", + "ruit" + ], + [ + "Fr", + "uit" + ], + [ + "J", + "ava" + ], + [ + "L", + "I" + ], + [ + "Ġd", + "ocking" + ], + [ + "Ġdo", + "cking" + ], + [ + "Ġdoc", + "king" + ], + [ + "Ġdock", + "ing" + ], + [ + "il", + "itation" + ], + [ + "ilit", + "ation" + ], + [ + "ly", + "ph" + ], + [ + "ĠC", + "rew" + ], + [ + "ĠCre", + "w" + ], + [ + "ĠCr", + "ew" + ], + [ + "ĠM", + "um" + ], + [ + "ĠMu", + "m" + ], + [ + "âĢĻ", + ":" + ], + [ + "ĠP", + "ie" + ], + [ + "ĠPi", + "e" + ], + [ + "ĠB", + "reed" + ], + [ + "ĠBr", + "eed" + ], + [ + "ĠBre", + "ed" + ], + [ + "ĠH", + "of" + ], + [ + "ĠHo", + "f" + ], + [ + "ĠE", + "ck" + ], + [ + "ĠEc", + "k" + ], + [ + "Ġ", + "EPS" + ], + [ + "ĠE", + "PS" + ], + [ + "ĠEP", + "S" + ], + [ + "ec", + "ological" + ], + [ + "ĠTh", + "ousand" + ], + [ + "ĠThou", + "sand" + ], + [ + "ĠK", + "r" + ], + [ + "ĠV", + "OC" + ], + [ + "ĠVO", + "C" + ], + [ + "Ġins", + "istence" + ], + [ + "Ġinsist", + "ence" + ], + [ + "ĠS", + "him" + ], + [ + "ĠSh", + "im" + ], + [ + "ĠShi", + "m" + ], + [ + "Ġpost", + "hum" + ], + [ + "Ġsuff", + "erer" + ], + [ + "Ġsuffer", + "er" + ], + [ + "Ġste", + "alth" + ], + [ + "Ġsteal", + "th" + ], + [ + "Ġdiv", + "inity" + ], + [ + "Ġm", + "ounts" + ], + [ + "Ġmount", + "s" + ], + [ + "Ġmo", + "unts" + ], + [ + "Ġro", + "bes" + ], + [ + "Ġrob", + "es" + ], + [ + "Ġrobe", + "s" + ], + [ + "-e", + "fficacy" + ], + [ + "ĠPal", + "ae" + ], + [ + "Ġtrust", + "ees" + ], + [ + "Ġtrustee", + "s" + ], + [ + "Ġdiss", + "ipation" + ], + [ + "Ġdissip", + "ation" + ], + [ + "ĠB", + "ayer" + ], + [ + "ĠBay", + "er" + ], + [ + "ĠBa", + "yer" + ], + [ + "Ġdys", + "p" + ], + [ + "Ġdy", + "sp" + ], + [ + "oven", + "ants" + ], + [ + "ovenant", + "s" + ], + [ + "Ġt", + "onne" + ], + [ + "Ġton", + "ne" + ], + [ + "Ġ", + "Trying" + ], + [ + "ĠT", + "rying" + ], + [ + "ĠTr", + "ying" + ], + [ + "ĠTry", + "ing" + ], + [ + "ĠPot", + "ato" + ], + [ + "Ġvel", + "vet" + ], + [ + "ĠR", + "ubber" + ], + [ + "ĠRub", + "ber" + ], + [ + "ĠS", + "ensitivity" + ], + [ + "ĠSens", + "itivity" + ], + [ + "G", + "uid" + ], + [ + "Gu", + "id" + ], + [ + "Ġdown", + "turn" + ], + [ + "Ġdownt", + "urn" + ], + [ + "Ġsulf", + "uric" + ], + [ + "Ġsulfur", + "ic" + ], + [ + "ĠMu", + "ir" + ], + [ + "Ġmobil", + "ized" + ], + [ + "Ġmobilize", + "d" + ], + [ + "Ġhope", + "lessness" + ], + [ + "Ġhopeless", + "ness" + ], + [ + "Ġracc", + "oons" + ], + [ + "Ġraccoon", + "s" + ], + [ + "ĠAnti", + "och" + ], + [ + "ĠAntio", + "ch" + ], + [ + "T", + "ests" + ], + [ + "Te", + "sts" + ], + [ + "Test", + "s" + ], + [ + "f", + "eedback" + ], + [ + "feed", + "back" + ], + [ + "x", + "es" + ], + [ + "Ġt", + "ipped" + ], + [ + "Ġtip", + "ped" + ], + [ + "Ġti", + "pped" + ], + [ + "Ġf", + "end" + ], + [ + "Ġfe", + "nd" + ], + [ + "Ġfen", + "d" + ], + [ + "ar", + "ctic" + ], + [ + "arc", + "tic" + ], + [ + "ol", + "ition" + ], + [ + "oli", + "tion" + ], + [ + "Ġfor", + "fe" + ], + [ + "Ġ", + "CBC" + ], + [ + "ĠC", + "BC" + ], + [ + "ĠCB", + "C" + ], + [ + "Ġ", + "PB" + ], + [ + "ĠP", + "B" + ], + [ + "oc", + "eros" + ], + [ + "ocer", + "os" + ], + [ + "ĠR", + "BC" + ], + [ + "ĠRB", + "C" + ], + [ + "ĠG", + "ott" + ], + [ + "ĠGo", + "tt" + ], + [ + "ĠGot", + "t" + ], + [ + "pt", + "ide" + ], + [ + "per", + "iod" + ], + [ + "e", + "wall" + ], + [ + "ew", + "all" + ], + [ + "ewa", + "ll" + ], + [ + "ass", + "uming" + ], + [ + "ĠK", + "ippur" + ], + [ + "Ġwater", + "front" + ], + [ + "Ġg", + "lide" + ], + [ + "Ġgl", + "ide" + ], + [ + "âĢľ", + "People" + ], + [ + "et", + "sy" + ], + [ + "ets", + "y" + ], + [ + "Ġpos", + "itivity" + ], + [ + "Ġposit", + "ivity" + ], + [ + "Ġapplic", + "ability" + ], + [ + "-", + "trade" + ], + [ + "-t", + "rade" + ], + [ + "-tra", + "de" + ], + [ + "-tr", + "ade" + ], + [ + "Ġphot", + "osynthetic" + ], + [ + "Ġphotosynt", + "hetic" + ], + [ + "ĠGu", + "ards" + ], + [ + "ĠGuard", + "s" + ], + [ + "ĠGuar", + "ds" + ], + [ + "y", + "lan" + ], + [ + "yl", + "an" + ], + [ + "yla", + "n" + ], + [ + "Ġs", + "que" + ], + [ + "Ġsqu", + "e" + ], + [ + "Ġsq", + "ue" + ], + [ + "Ġpen", + "ned" + ], + [ + "Ġpenn", + "ed" + ], + [ + "ĠT", + "urb" + ], + [ + "ĠTur", + "b" + ], + [ + "ĠLong", + "er" + ], + [ + "ĠLon", + "ger" + ], + [ + "Ġacute", + "ly" + ], + [ + "ĠSecret", + "ariat" + ], + [ + "Rel", + "igion" + ], + [ + "Ġsegment", + "ation" + ], + [ + "ĠEnt", + "ertain" + ], + [ + "ĠEnter", + "tain" + ], + [ + "ĠOm", + "aha" + ], + [ + "Ġeleg", + "ance" + ], + [ + "wer", + "p" + ], + [ + "ĠMuss", + "olini" + ], + [ + "M", + "ag" + ], + [ + "Ma", + "g" + ], + [ + "t", + "us" + ], + [ + "tu", + "s" + ], + [ + "Ñ", + "ĸ" + ], + [ + "Ġt", + "ast" + ], + [ + "Ġta", + "st" + ], + [ + "Ġtas", + "t" + ], + [ + "is", + "bury" + ], + [ + "id", + "ians" + ], + [ + "idi", + "ans" + ], + [ + "idian", + "s" + ], + [ + "idia", + "ns" + ], + [ + "Ġ", + "Cite" + ], + [ + "ĠC", + "ite" + ], + [ + "ĠCit", + "e" + ], + [ + "ĠCi", + "te" + ], + [ + "ĠH", + "ew" + ], + [ + "ĠHe", + "w" + ], + [ + "Ġam", + "niotic" + ], + [ + "Ġgood", + "bye" + ], + [ + "Ġaut", + "onomic" + ], + [ + "Ġautonom", + "ic" + ], + [ + "Ġgl", + "itter" + ], + [ + "Ġcomp", + "lements" + ], + [ + "Ġcomple", + "ments" + ], + [ + "Ġcomplement", + "s" + ], + [ + "ter", + "shire" + ], + [ + "ters", + "hire" + ], + [ + "Ġm", + "atures" + ], + [ + "Ġmat", + "ures" + ], + [ + "Ġmature", + "s" + ], + [ + "ĠSh", + "ack" + ], + [ + "ĠSha", + "ck" + ], + [ + "ĠSh", + "ipping" + ], + [ + "ĠShip", + "ping" + ], + [ + "ĠShi", + "pping" + ], + [ + "p", + "riv" + ], + [ + "pr", + "iv" + ], + [ + "Ġ", + "COM" + ], + [ + "ĠC", + "OM" + ], + [ + "ĠCO", + "M" + ], + [ + "Ġhyp", + "not" + ], + [ + "Ġanx", + "ieties" + ], + [ + "Ġ", + "Founded" + ], + [ + "ĠF", + "ounded" + ], + [ + "ĠFound", + "ed" + ], + [ + "ĠFo", + "unded" + ], + [ + "ĠSam", + "oa" + ], + [ + "E", + "nh" + ], + [ + "En", + "h" + ], + [ + "ĠR", + "adar" + ], + [ + "ĠRad", + "ar" + ], + [ + "ĠRa", + "dar" + ], + [ + "Ġ", + "Robots" + ], + [ + "ĠR", + "obots" + ], + [ + "ĠRo", + "bots" + ], + [ + "ĠRob", + "ots" + ], + [ + "ĠRobot", + "s" + ], + [ + "ĠRobo", + "ts" + ], + [ + "Ġinterpret", + "ers" + ], + [ + "Ġinterpre", + "ters" + ], + [ + "Ġinterpreter", + "s" + ], + [ + "Ġpert", + "ains" + ], + [ + "Ġpertain", + "s" + ], + [ + "Ġquad", + "rant" + ], + [ + "Ġquadr", + "ant" + ], + [ + "Ġfart", + "hest" + ], + [ + "ĠDick", + "inson" + ], + [ + "ĠDic", + "kinson" + ], + [ + "ĠFl", + "eming" + ], + [ + "ĠFle", + "ming" + ], + [ + "ĠFlem", + "ing" + ], + [ + "-", + "caused" + ], + [ + "-ca", + "used" + ], + [ + "-cause", + "d" + ], + [ + "Ġfierce", + "ly" + ], + [ + "Ġunders", + "core" + ], + [ + "Ġundersc", + "ore" + ], + [ + "Ġplun", + "ged" + ], + [ + "Ġplunge", + "d" + ], + [ + "Ġhot", + "spot" + ], + [ + "Ġhots", + "pot" + ], + [ + "ĠOrn", + "ith" + ], + [ + "M", + "os" + ], + [ + "Mo", + "s" + ], + [ + "g", + "or" + ], + [ + "go", + "r" + ], + [ + "n", + "ose" + ], + [ + "no", + "se" + ], + [ + "nos", + "e" + ], + [ + "É", + "Ľ" + ], + [ + "Ġre", + "using" + ], + [ + "Ġ", + "()" + ], + [ + "Ġ(", + ")" + ], + [ + "ĠP", + "our" + ], + [ + "ĠPo", + "ur" + ], + [ + "ĠPou", + "r" + ], + [ + "ĠP", + "anch" + ], + [ + "ĠPan", + "ch" + ], + [ + "ĠPanc", + "h" + ], + [ + "Ġwe", + "ary" + ], + [ + "Ġwear", + "y" + ], + [ + "ĠD", + "oor" + ], + [ + "ĠDo", + "or" + ], + [ + "ĠR", + "over" + ], + [ + "ĠRo", + "ver" + ], + [ + "ĠN", + "ucle" + ], + [ + "ĠNu", + "cle" + ], + [ + "i", + "bre" + ], + [ + "ib", + "re" + ], + [ + "ibr", + "e" + ], + [ + "v", + "ented" + ], + [ + "vent", + "ed" + ], + [ + "ven", + "ted" + ], + [ + "a", + "zes" + ], + [ + "az", + "es" + ], + [ + "aze", + "s" + ], + [ + "sy", + "mb" + ], + [ + "sym", + "b" + ], + [ + "Ġb", + "iop" + ], + [ + "Ġbi", + "op" + ], + [ + "Ġbio", + "p" + ], + [ + "Ġdeep", + "ening" + ], + [ + "Ġdeepen", + "ing" + ], + [ + "ĠAnt", + "ony" + ], + [ + "ĠAnton", + "y" + ], + [ + "ĠAnto", + "ny" + ], + [ + "Ġde", + "rog" + ], + [ + "Ġder", + "og" + ], + [ + "-e", + "fficiency" + ], + [ + "ĠTrans", + "formation" + ], + [ + "ĠTransform", + "ation" + ], + [ + "ĠTrans", + "actions" + ], + [ + "ĠTransaction", + "s" + ], + [ + "tion", + "ary" + ], + [ + "ĠB", + "rock" + ], + [ + "ĠBr", + "ock" + ], + [ + "ĠBro", + "ck" + ], + [ + "ĠBroc", + "k" + ], + [ + "Ġassert", + "ive" + ], + [ + "Ġradio", + "metric" + ], + [ + "Ġradi", + "ometric" + ], + [ + "Ġen", + "actment" + ], + [ + "Ġenact", + "ment" + ], + [ + "ocl", + "onal" + ], + [ + "Cam", + "bridge" + ], + [ + "-", + "secondary" + ], + [ + "-second", + "ary" + ], + [ + "-", + "Webster" + ], + [ + "B", + "ank" + ], + [ + "Ban", + "k" + ], + [ + "M", + "oney" + ], + [ + "Mon", + "ey" + ], + [ + "Mo", + "ney" + ], + [ + "T", + "ags" + ], + [ + "Tag", + "s" + ], + [ + "Ta", + "gs" + ], + [ + "b", + "u" + ], + [ + "Ö", + "¶" + ], + [ + "at", + "ellite" + ], + [ + "ir", + "ubin" + ], + [ + "iru", + "bin" + ], + [ + "ul", + "led" + ], + [ + "ull", + "ed" + ], + [ + "oc", + "ally" + ], + [ + "ocal", + "ly" + ], + [ + "ĠD", + "over" + ], + [ + "ĠDo", + "ver" + ], + [ + "ĠDove", + "r" + ], + [ + "un", + "its" + ], + [ + "uni", + "ts" + ], + [ + "unit", + "s" + ], + [ + "ĠG", + "amb" + ], + [ + "ĠGa", + "mb" + ], + [ + "ĠGam", + "b" + ], + [ + "ĠJ", + "al" + ], + [ + "ĠJa", + "l" + ], + [ + "Ġso", + "ared" + ], + [ + "Ġsoar", + "ed" + ], + [ + "Ġpre", + "occup" + ], + [ + "r", + "eeze" + ], + [ + "re", + "eze" + ], + [ + "ree", + "ze" + ], + [ + "Ġmod", + "ality" + ], + [ + "Ġmodal", + "ity" + ], + [ + "Ġright", + "ful" + ], + [ + "Ġgl", + "aze" + ], + [ + "Ġret", + "reating" + ], + [ + "Ġretreat", + "ing" + ], + [ + "Ġphys", + "iotherapy" + ], + [ + "Ġphysi", + "otherapy" + ], + [ + "Ġphysiotherap", + "y" + ], + [ + "Ġris", + "king" + ], + [ + "Ġrisk", + "ing" + ], + [ + "Ġbook", + "mark" + ], + [ + "Ġgeneral", + "ization" + ], + [ + "ed", + "ias" + ], + [ + "edi", + "as" + ], + [ + "edia", + "s" + ], + [ + "ĠAust", + "ro" + ], + [ + "Ġpoll", + "inate" + ], + [ + "Ġr", + "outed" + ], + [ + "Ġro", + "uted" + ], + [ + "Ġrout", + "ed" + ], + [ + "Ġroute", + "d" + ], + [ + "Ġrou", + "ted" + ], + [ + "ĠS", + "welling" + ], + [ + "ĠSw", + "elling" + ], + [ + "ĠSwe", + "lling" + ], + [ + "Ġsnow", + "fl" + ], + [ + "ĠAtt", + "acks" + ], + [ + "ĠAttack", + "s" + ], + [ + "Ġp", + "ooling" + ], + [ + "Ġpo", + "oling" + ], + [ + "Ġpool", + "ing" + ], + [ + "Ġpoo", + "ling" + ], + [ + "Ġprot", + "esting" + ], + [ + "Ġprotest", + "ing" + ], + [ + "ĠM", + "agna" + ], + [ + "ĠMag", + "na" + ], + [ + "ĠMagn", + "a" + ], + [ + "-c", + "elled" + ], + [ + "-cell", + "ed" + ], + [ + "Ġk", + "eto" + ], + [ + "Ġke", + "to" + ], + [ + "Ġket", + "o" + ], + [ + "Ġ", + "Okay" + ], + [ + "ĠOk", + "ay" + ], + [ + "Ġoverload", + "ed" + ], + [ + "Ġunequ", + "iv" + ], + [ + "Ġre", + "written" + ], + [ + "Ġrew", + "ritten" + ], + [ + "Ġar", + "oused" + ], + [ + "Ġarous", + "ed" + ], + [ + "Ġarouse", + "d" + ], + [ + "ĠP", + "roduce" + ], + [ + "ĠProdu", + "ce" + ], + [ + "Ġunknow", + "ingly" + ], + [ + "Ġalkal", + "i" + ], + [ + "Ġalk", + "ali" + ], + [ + "ĠDros", + "ophila" + ], + [ + "Ġintoxic", + "ation" + ], + [ + "Ġintox", + "ication" + ], + [ + "c", + "d" + ], + [ + "q", + "a" + ], + [ + "r", + "ift" + ], + [ + "ri", + "ft" + ], + [ + "rif", + "t" + ], + [ + "u", + "pper" + ], + [ + "up", + "per" + ], + [ + "upp", + "er" + ], + [ + "re", + "cht" + ], + [ + "rec", + "ht" + ], + [ + "im", + "oto" + ], + [ + "imo", + "to" + ], + [ + "Ġ", + "IO" + ], + [ + "ĠI", + "O" + ], + [ + "ĠP", + "eg" + ], + [ + "ĠPe", + "g" + ], + [ + "a", + "bay" + ], + [ + "ab", + "ay" + ], + [ + "aba", + "y" + ], + [ + "Ġen", + "igmatic" + ], + [ + "Ġenigma", + "tic" + ], + [ + "ag", + "land" + ], + [ + "er", + "mint" + ], + [ + "erm", + "int" + ], + [ + "Ġre", + "fuel" + ], + [ + "Ġref", + "uel" + ], + [ + "Ġcaus", + "ality" + ], + [ + "Ġcausal", + "ity" + ], + [ + "ĠAd", + "dition" + ], + [ + "ĠAdd", + "ition" + ], + [ + "ĠTh", + "atcher" + ], + [ + "ĠThat", + "cher" + ], + [ + "Ġre", + "dress" + ], + [ + "Ġred", + "ress" + ], + [ + "h", + "etics" + ], + [ + "he", + "tics" + ], + [ + "het", + "ics" + ], + [ + "hetic", + "s" + ], + [ + "Ġsat", + "ire" + ], + [ + "Ġsatir", + "e" + ], + [ + "Ġorig", + "inality" + ], + [ + "Ġorigin", + "ality" + ], + [ + "Ġoriginal", + "ity" + ], + [ + "Ġnews", + "letters" + ], + [ + "Ġnewsletter", + "s" + ], + [ + "Ġacqu", + "ires" + ], + [ + "Ġacquire", + "s" + ], + [ + "Ġun", + "fit" + ], + [ + "Ġunf", + "it" + ], + [ + "ĠH", + "olt" + ], + [ + "ĠHol", + "t" + ], + [ + "ĠHo", + "lt" + ], + [ + "Ġdu", + "oden" + ], + [ + "Ġduo", + "den" + ], + [ + "st", + "atement" + ], + [ + "state", + "ment" + ], + [ + "stat", + "ement" + ], + [ + "L", + "eon" + ], + [ + "Le", + "on" + ], + [ + "ĠC", + "ellular" + ], + [ + "ĠCell", + "ular" + ], + [ + "Ġassault", + "ed" + ], + [ + "ĠM", + "agnet" + ], + [ + "ĠMag", + "net" + ], + [ + "ĠMagn", + "et" + ], + [ + "Ġdetrim", + "ent" + ], + [ + "Ġnavigation", + "al" + ], + [ + "Ġnavig", + "ational" + ], + [ + "Ġ", + "Inspired" + ], + [ + "ĠInsp", + "ired" + ], + [ + "ĠInspire", + "d" + ], + [ + "Ġrav", + "aged" + ], + [ + "Init", + "ial" + ], + [ + "ĠS", + "utton" + ], + [ + "ĠSut", + "ton" + ], + [ + "ĠDemon", + "strate" + ], + [ + "ĠDemonstr", + "ate" + ], + [ + "ĠHome", + "school" + ], + [ + "ĠHomes", + "chool" + ], + [ + "p", + "rimary" + ], + [ + "prim", + "ary" + ], + [ + "Ġatten", + "uation" + ], + [ + "Ġcripp", + "led" + ], + [ + "ĠBl", + "eeding" + ], + [ + "ĠBle", + "eding" + ], + [ + "Ġeukary", + "otic" + ], + [ + "B", + "all" + ], + [ + "Bal", + "l" + ], + [ + "Ba", + "ll" + ], + [ + "d", + "an" + ], + [ + "da", + "n" + ], + [ + "h", + "igher" + ], + [ + "high", + "er" + ], + [ + "t", + "ree" + ], + [ + "tr", + "ee" + ], + [ + "tre", + "e" + ], + [ + "en", + "ching" + ], + [ + "enc", + "hing" + ], + [ + "ench", + "ing" + ], + [ + "Ġw", + "afer" + ], + [ + "Ġwa", + "fer" + ], + [ + "Ġwaf", + "er" + ], + [ + "Ġ", + "pies" + ], + [ + "Ġp", + "ies" + ], + [ + "Ġpi", + "es" + ], + [ + "Ġpie", + "s" + ], + [ + "ĠS", + "NAP" + ], + [ + "ĠSN", + "AP" + ], + [ + "Ġ", + "Caffeine" + ], + [ + "ĠC", + "affeine" + ], + [ + "Ġpro", + "actively" + ], + [ + "Ġproactive", + "ly" + ], + [ + "Ġit", + "erative" + ], + [ + "Ġiter", + "ative" + ], + [ + "ĠD", + "aisy" + ], + [ + "ĠDa", + "isy" + ], + [ + "ĠDai", + "sy" + ], + [ + "ĠN", + "gu" + ], + [ + "ĠNg", + "u" + ], + [ + "Ġ", + "NIST" + ], + [ + "ĠN", + "IST" + ], + [ + "ĠNI", + "ST" + ], + [ + "Ġwor", + "risome" + ], + [ + "Ġman", + "oeuv" + ], + [ + "Ġs", + "call" + ], + [ + "Ġsc", + "all" + ], + [ + "Ġscal", + "l" + ], + [ + "Ġro", + "amed" + ], + [ + "Ġroam", + "ed" + ], + [ + "Ġs", + "app" + ], + [ + "Ġsa", + "pp" + ], + [ + "Ġsap", + "p" + ], + [ + "ĠV", + "et" + ], + [ + "ĠVe", + "t" + ], + [ + "Ġlevel", + "ed" + ], + [ + "Ġlev", + "eled" + ], + [ + "Ġleve", + "led" + ], + [ + "Ġe", + "quate" + ], + [ + "Ġequ", + "ate" + ], + [ + "Ġwhite", + "board" + ], + [ + "E", + "RIC" + ], + [ + "ER", + "IC" + ], + [ + "Ġever", + "lasting" + ], + [ + "A", + "RM" + ], + [ + "AR", + "M" + ], + [ + "Ġcorrect", + "ness" + ], + [ + "Ġbad", + "ges" + ], + [ + "Ġbadge", + "s" + ], + [ + "Ġhyp", + "oxia" + ], + [ + "Ġhypo", + "xia" + ], + [ + "-", + "name" + ], + [ + "-n", + "ame" + ], + [ + "ĠExp", + "ansion" + ], + [ + "Ġ", + "CRP" + ], + [ + "ĠC", + "RP" + ], + [ + "ĠCR", + "P" + ], + [ + "Ġdeterm", + "inant" + ], + [ + "Ġdetermin", + "ant" + ], + [ + "ĠHist", + "orian" + ], + [ + "ĠHistor", + "ian" + ], + [ + "ĠKa", + "plan" + ], + [ + "ĠKap", + "lan" + ], + [ + "Ġrecharge", + "able" + ], + [ + "/", + "I" + ], + [ + "C", + "ore" + ], + [ + "Co", + "re" + ], + [ + "Cor", + "e" + ], + [ + "R", + "am" + ], + [ + "Ra", + "m" + ], + [ + "e", + "roy" + ], + [ + "er", + "oy" + ], + [ + "ero", + "y" + ], + [ + "Ġ", + "gill" + ], + [ + "Ġg", + "ill" + ], + [ + "Ġgi", + "ll" + ], + [ + "Ġ", + "TD" + ], + [ + "ĠT", + "D" + ], + [ + "ĠI", + "st" + ], + [ + "ĠIs", + "t" + ], + [ + "Ġas", + "partame" + ], + [ + "ĠM", + "ID" + ], + [ + "ĠMI", + "D" + ], + [ + "o", + "sum" + ], + [ + "os", + "um" + ], + [ + "Ġch", + "ocolates" + ], + [ + "Ġchocolate", + "s" + ], + [ + "ĠR", + "it" + ], + [ + "ĠRi", + "t" + ], + [ + "ĠR", + "iley" + ], + [ + "ĠRi", + "ley" + ], + [ + "ĠL", + "aksh" + ], + [ + "ĠLa", + "ksh" + ], + [ + "ĠLak", + "sh" + ], + [ + "out", + "put" + ], + [ + "Ġcont", + "ends" + ], + [ + "Ġcontend", + "s" + ], + [ + "Ġdis", + "band" + ], + [ + "Ġrep", + "urp" + ], + [ + "h", + "eny" + ], + [ + "he", + "ny" + ], + [ + "hen", + "y" + ], + [ + "ĠZ", + "ap" + ], + [ + "l", + "ightly" + ], + [ + "light", + "ly" + ], + [ + "Ġt", + "riad" + ], + [ + "Ġtr", + "iad" + ], + [ + "Ġtri", + "ad" + ], + [ + "Ġswe", + "eter" + ], + [ + "Ġsweet", + "er" + ], + [ + "ĠBar", + "ber" + ], + [ + "ĠBarb", + "er" + ], + [ + "Ġwid", + "ows" + ], + [ + "Ġwidow", + "s" + ], + [ + "Is", + "lam" + ], + [ + "Ġesc", + "ort" + ], + [ + "ĠBer", + "ger" + ], + [ + "ĠBerg", + "er" + ], + [ + "Ġlike", + "ned" + ], + [ + "Ġlik", + "ened" + ], + [ + "S", + "cot" + ], + [ + "Sc", + "ot" + ], + [ + "Ġspan", + "ned" + ], + [ + "Ġhydro", + "thermal" + ], + [ + "Ġm", + "asked" + ], + [ + "Ġmask", + "ed" + ], + [ + "Ġmas", + "ked" + ], + [ + "U", + "LD" + ], + [ + "UL", + "D" + ], + [ + "uper", + "vised" + ], + [ + "ĠArchitect", + "s" + ], + [ + "ĠRap", + "ids" + ], + [ + "ĠRapid", + "s" + ], + [ + "atern", + "ary" + ], + [ + "ĠIg", + "G" + ], + [ + "ĠWebs", + "ites" + ], + [ + "ĠWebsite", + "s" + ], + [ + "ĠB", + "ecker" + ], + [ + "ĠBe", + "cker" + ], + [ + "ĠBec", + "ker" + ], + [ + "ĠBeck", + "er" + ], + [ + "Ġglut", + "athione" + ], + [ + "ĠNeigh", + "borhood" + ], + [ + "ĠMcKin", + "ley" + ], + [ + "Ġhydroph", + "obic" + ], + [ + "Ġmisunderstanding", + "s" + ], + [ + "Ġmisunderstand", + "ings" + ], + [ + "Ġtime", + "table" + ], + [ + "Ġtimet", + "able" + ], + [ + "Ġher", + "esy" + ], + [ + "Ġhere", + "sy" + ], + [ + "Ġheres", + "y" + ], + [ + "ĠiT", + "unes" + ], + [ + "R", + "oyal" + ], + [ + "Ro", + "yal" + ], + [ + "Roy", + "al" + ], + [ + "â", + "ī" + ], + [ + "en", + "oid" + ], + [ + "eno", + "id" + ], + [ + "Ġw", + "ipes" + ], + [ + "Ġwipe", + "s" + ], + [ + "Ġwi", + "pes" + ], + [ + "Ġp", + "ung" + ], + [ + "Ġpun", + "g" + ], + [ + "Ġpu", + "ng" + ], + [ + "st", + "ress" + ], + [ + "str", + "ess" + ], + [ + "ĠT", + "RA" + ], + [ + "ĠTR", + "A" + ], + [ + "ch", + "re" + ], + [ + "Ġpro", + "sp" + ], + [ + "Ġpr", + "osp" + ], + [ + "Ġpros", + "p" + ], + [ + "er", + "sed" + ], + [ + "ers", + "ed" + ], + [ + "ĠB", + "ones" + ], + [ + "ĠBo", + "nes" + ], + [ + "ĠBon", + "es" + ], + [ + "ĠBone", + "s" + ], + [ + "ĠE", + "rit" + ], + [ + "ĠEr", + "it" + ], + [ + "ĠF", + "us" + ], + [ + "ĠFu", + "s" + ], + [ + "red", + "ients" + ], + [ + "ap", + "est" + ], + [ + "ape", + "st" + ], + [ + "apes", + "t" + ], + [ + "Ġout", + "p" + ], + [ + "Ġunder", + "developed" + ], + [ + "o", + "vir" + ], + [ + "ov", + "ir" + ], + [ + "Ġallow", + "able" + ], + [ + "Ġsocial", + "ize" + ], + [ + "ĠAm", + "herst" + ], + [ + "Ġhyd", + "rate" + ], + [ + "ĠDay", + "ton" + ], + [ + "Ġstr", + "ipping" + ], + [ + "Ġstri", + "pping" + ], + [ + "Ġstrip", + "ping" + ], + [ + "Ġrob", + "bery" + ], + [ + "Ġrobber", + "y" + ], + [ + "Ġmuc", + "osal" + ], + [ + "Ġmucosa", + "l" + ], + [ + "ighting", + "ale" + ], + [ + "Ġunder", + "world" + ], + [ + "Ġunderw", + "orld" + ], + [ + "ĠBrother", + "hood" + ], + [ + "Ġhierarch", + "ies" + ], + [ + "ĠM", + "oment" + ], + [ + "ĠMo", + "ment" + ], + [ + "ĠMom", + "ent" + ], + [ + "Ġunanim", + "ous" + ], + [ + "ĠLoren", + "zo" + ], + [ + "ĠLorenz", + "o" + ], + [ + "Ġ", + "Implementing" + ], + [ + "ĠIm", + "plementing" + ], + [ + "ĠImplement", + "ing" + ], + [ + "Ġ", + "ointment" + ], + [ + "Ġoint", + "ment" + ], + [ + "Ġcass", + "ava" + ], + [ + "ĠMcCl", + "ell" + ], + [ + "ĠMcCle", + "ll" + ], + [ + "L", + "s" + ], + [ + "R", + "out" + ], + [ + "Ro", + "ut" + ], + [ + "f", + "requency" + ], + [ + "h", + "ogs" + ], + [ + "ho", + "gs" + ], + [ + "hog", + "s" + ], + [ + "s", + "low" + ], + [ + "sl", + "ow" + ], + [ + "t", + "ags" + ], + [ + "ta", + "gs" + ], + [ + "tag", + "s" + ], + [ + "v", + "ir" + ], + [ + "vi", + "r" + ], + [ + "z", + "ar" + ], + [ + "za", + "r" + ], + [ + "Â", + "³" + ], + [ + "o", + "net" + ], + [ + "on", + "et" + ], + [ + "one", + "t" + ], + [ + "at", + "form" + ], + [ + "Ġp", + "ensions" + ], + [ + "Ġpension", + "s" + ], + [ + "Ġpens", + "ions" + ], + [ + "as", + "les" + ], + [ + "ĠC", + "rab" + ], + [ + "ĠCr", + "ab" + ], + [ + "ĠCra", + "b" + ], + [ + "es", + "sa" + ], + [ + "ess", + "a" + ], + [ + "ĠH", + "ollow" + ], + [ + "ĠHol", + "low" + ], + [ + "ĠHoll", + "ow" + ], + [ + "Ġ", + "Dear" + ], + [ + "ĠD", + "ear" + ], + [ + "ĠDe", + "ar" + ], + [ + "Ġ", + "DIS" + ], + [ + "ĠD", + "IS" + ], + [ + "ĠDI", + "S" + ], + [ + "ĠG", + "le" + ], + [ + "ĠGl", + "e" + ], + [ + "Ġcl", + "ashes" + ], + [ + "Ġclash", + "es" + ], + [ + "Ġclas", + "hes" + ], + [ + "ĠV", + "erb" + ], + [ + "ĠVer", + "b" + ], + [ + "Ġfe", + "ats" + ], + [ + "Ġfeat", + "s" + ], + [ + "Ġco", + "ales" + ], + [ + "Ġcoal", + "es" + ], + [ + "Ġinform", + "ally" + ], + [ + "Ġinformal", + "ly" + ], + [ + "Ġpers", + "ona" + ], + [ + "Ġperson", + "a" + ], + [ + "Ġpar", + "cels" + ], + [ + "Ġparcel", + "s" + ], + [ + "-", + "created" + ], + [ + "-c", + "reated" + ], + [ + "-create", + "d" + ], + [ + "-cr", + "eated" + ], + [ + "Ġsw", + "arms" + ], + [ + "Ġswarm", + "s" + ], + [ + "Ġbeh", + "aved" + ], + [ + "Ġbehav", + "ed" + ], + [ + "Ġbehave", + "d" + ], + [ + "Ġse", + "eming" + ], + [ + "Ġsee", + "ming" + ], + [ + "Ġseem", + "ing" + ], + [ + "Ġtry", + "ptophan" + ], + [ + "ĠPe", + "el" + ], + [ + "ĠPee", + "l" + ], + [ + "Ġpsych", + "otic" + ], + [ + "Ġpsycho", + "tic" + ], + [ + "Ġreview", + "ers" + ], + [ + "Ġreviewer", + "s" + ], + [ + "Ġ", + "Preparing" + ], + [ + "ĠPre", + "paring" + ], + [ + "ĠPrep", + "aring" + ], + [ + "ĠPrepar", + "ing" + ], + [ + "-", + "hop" + ], + [ + "-h", + "op" + ], + [ + "ĠE", + "lis" + ], + [ + "ĠEl", + "is" + ], + [ + "ĠEli", + "s" + ], + [ + "Ġ", + "Viruses" + ], + [ + "ĠV", + "iruses" + ], + [ + "ĠVir", + "uses" + ], + [ + "ĠVirus", + "es" + ], + [ + "Ġsurvey", + "or" + ], + [ + "Ġprepar", + "atory" + ], + [ + "Ġre", + "connect" + ], + [ + "Ġrecon", + "nect" + ], + [ + "Ġmac", + "ron" + ], + [ + "Ġmacro", + "n" + ], + [ + "Ġ", + "Breaking" + ], + [ + "ĠBre", + "aking" + ], + [ + "ĠBreak", + "ing" + ], + [ + "Ġste", + "amer" + ], + [ + "Ġsteam", + "er" + ], + [ + "Ġplain", + "ly" + ], + [ + "-col", + "oured" + ], + [ + "-colour", + "ed" + ], + [ + "Ġpediatric", + "s" + ], + [ + "ĠON", + "LY" + ], + [ + "ĠF", + "aust" + ], + [ + "ĠFa", + "ust" + ], + [ + "ĠFau", + "st" + ], + [ + "ĠS", + "ensors" + ], + [ + "ĠSens", + "ors" + ], + [ + "ĠSensor", + "s" + ], + [ + "Ġly", + "copene" + ], + [ + "Ġchamp", + "ioned" + ], + [ + "Ġchampion", + "ed" + ], + [ + "ĠS", + "iem" + ], + [ + "ĠSi", + "em" + ], + [ + "ĠSie", + "m" + ], + [ + "Ġunint", + "entionally" + ], + [ + "Ġunintentional", + "ly" + ], + [ + "Ġdisc", + "ounted" + ], + [ + "Ġdiscount", + "ed" + ], + [ + "Ġbatt", + "alions" + ], + [ + "Ġbattalion", + "s" + ], + [ + "Ġ", + "WHAT" + ], + [ + "ĠWH", + "AT" + ], + [ + "-w", + "inged" + ], + [ + "-wing", + "ed" + ], + [ + "-win", + "ged" + ], + [ + "Ġprophyl", + "axis" + ], + [ + "Ġadherent", + "s" + ], + [ + "&", + "C" + ], + [ + "-", + "ROM" + ], + [ + "-R", + "OM" + ], + [ + "C", + "ook" + ], + [ + "Co", + "ok" + ], + [ + "Ã", + "»" + ], + [ + "Ġt", + "ally" + ], + [ + "Ġtal", + "ly" + ], + [ + "Ġtall", + "y" + ], + [ + "Ġt", + "sp" + ], + [ + "Ġts", + "p" + ], + [ + "ct", + "uation" + ], + [ + "ctu", + "ation" + ], + [ + "Ġe", + "gypt" + ], + [ + "ĠT", + "itus" + ], + [ + "ĠTi", + "tus" + ], + [ + "ĠTit", + "us" + ], + [ + "ol", + "ome" + ], + [ + "olo", + "me" + ], + [ + "ĠC", + "ushing" + ], + [ + "ĠCush", + "ing" + ], + [ + "ĠCus", + "hing" + ], + [ + "ĠM", + "acc" + ], + [ + "ĠMa", + "cc" + ], + [ + "ĠMac", + "c" + ], + [ + "ĠH", + "os" + ], + [ + "ĠHo", + "s" + ], + [ + "Ġ", + "rup" + ], + [ + "Ġr", + "up" + ], + [ + "Ġru", + "p" + ], + [ + "a", + "pur" + ], + [ + "ap", + "ur" + ], + [ + "apu", + "r" + ], + [ + "am", + "ele" + ], + [ + "ame", + "le" + ], + [ + "amel", + "e" + ], + [ + "ĠSt", + "ages" + ], + [ + "ĠStage", + "s" + ], + [ + "ĠSta", + "ges" + ], + [ + "Ġ", + "diocese" + ], + [ + "Ġdi", + "ocese" + ], + [ + "Ġdioc", + "ese" + ], + [ + "Ġin", + "dia" + ], + [ + "Ġind", + "ia" + ], + [ + "Ġcomple", + "mented" + ], + [ + "Ġcomplement", + "ed" + ], + [ + "-", + "program" + ], + [ + "-p", + "rogram" + ], + [ + "-pro", + "gram" + ], + [ + "-pr", + "ogram" + ], + [ + "-prog", + "ram" + ], + [ + "-m", + "ode" + ], + [ + "-mod", + "e" + ], + [ + "-", + "loop" + ], + [ + "-l", + "oop" + ], + [ + "-lo", + "op" + ], + [ + "un", + "gs" + ], + [ + "ung", + "s" + ], + [ + "Ġce", + "mented" + ], + [ + "Ġcement", + "ed" + ], + [ + "ĠX", + "in" + ], + [ + "ĠXi", + "n" + ], + [ + "ĠF", + "la" + ], + [ + "ĠFl", + "a" + ], + [ + "-", + "Smith" + ], + [ + "-S", + "mith" + ], + [ + "U", + "sers" + ], + [ + "Us", + "ers" + ], + [ + "Use", + "rs" + ], + [ + "User", + "s" + ], + [ + "Ind", + "ex" + ], + [ + "Ġin", + "clus" + ], + [ + "Ġinc", + "lus" + ], + [ + "Ġincl", + "us" + ], + [ + "Ġcarb", + "ide" + ], + [ + "Ġstead", + "fast" + ], + [ + "Ġcalm", + "ly" + ], + [ + "Ġpupp", + "ets" + ], + [ + "Ġpuppet", + "s" + ], + [ + "ĠP", + "ayne" + ], + [ + "ĠPay", + "ne" + ], + [ + ".", + "NET" + ], + [ + ".N", + "ET" + ], + [ + "ĠArmen", + "ians" + ], + [ + "ĠArmenian", + "s" + ], + [ + "ĠArmenia", + "ns" + ], + [ + "ĠSold", + "ier" + ], + [ + "ĠIn", + "strument" + ], + [ + "ĠInstru", + "ment" + ], + [ + "Ġpamph", + "lets" + ], + [ + "Ġpamphlet", + "s" + ], + [ + "Ġsph", + "incter" + ], + [ + "Ġ", + "___" + ], + [ + "Ġ_", + "__" + ], + [ + "Ġ__", + "_" + ], + [ + "]", + ":" + ], + [ + "b", + "usiness" + ], + [ + "bus", + "iness" + ], + [ + "f", + "em" + ], + [ + "fe", + "m" + ], + [ + "t", + "el" + ], + [ + "te", + "l" + ], + [ + "Ġa", + "version" + ], + [ + "Ġ", + "pter" + ], + [ + "Ġp", + "ter" + ], + [ + "Ġpt", + "er" + ], + [ + "ion", + "age" + ], + [ + "io", + "nage" + ], + [ + "ch", + "oline" + ], + [ + "cho", + "line" + ], + [ + "ĠB", + "ios" + ], + [ + "ĠBi", + "os" + ], + [ + "ĠBio", + "s" + ], + [ + "ĠB", + "ipolar" + ], + [ + "ĠBi", + "polar" + ], + [ + "i", + "visions" + ], + [ + "iv", + "isions" + ], + [ + "ivision", + "s" + ], + [ + "ĠR", + "V" + ], + [ + "Ġ", + "Rational" + ], + [ + "ĠR", + "ational" + ], + [ + "ĠRat", + "ional" + ], + [ + "ĠRatio", + "nal" + ], + [ + "Ġsp", + "rains" + ], + [ + "Ġspr", + "ains" + ], + [ + "Ġsprain", + "s" + ], + [ + "ĠL", + "unch" + ], + [ + "ĠLun", + "ch" + ], + [ + "Ġp", + "eric" + ], + [ + "Ġper", + "ic" + ], + [ + "Ġpe", + "ric" + ], + [ + "Ġperi", + "c" + ], + [ + "Ġpress", + "ured" + ], + [ + "Ġpressure", + "d" + ], + [ + "Ġpressur", + "ed" + ], + [ + "Ġ", + "zen" + ], + [ + "Ġz", + "en" + ], + [ + "Ġze", + "n" + ], + [ + "ĠCal", + "tech" + ], + [ + "Ġver", + "ifying" + ], + [ + "Ġverify", + "ing" + ], + [ + "ĠDep", + "artments" + ], + [ + "ĠDepartment", + "s" + ], + [ + "-", + "hard" + ], + [ + "-h", + "ard" + ], + [ + "-har", + "d" + ], + [ + "ĠIsrael", + "ite" + ], + [ + "ĠIsraeli", + "te" + ], + [ + "Ġmel", + "odic" + ], + [ + "Ġmelod", + "ic" + ], + [ + "ocal", + "yp" + ], + [ + "ĠSub", + "sequent" + ], + [ + "ĠMac", + "Arthur" + ], + [ + "ĠC", + "amel" + ], + [ + "ĠCam", + "el" + ], + [ + "ĠCa", + "mel" + ], + [ + "ĠCame", + "l" + ], + [ + "Ġ", + "Addressing" + ], + [ + "ĠAdd", + "ressing" + ], + [ + "ĠAddress", + "ing" + ], + [ + "ĠSil", + "ent" + ], + [ + "Ġg", + "roves" + ], + [ + "Ġgr", + "oves" + ], + [ + "Ġgro", + "ves" + ], + [ + "Ġgrove", + "s" + ], + [ + "ĠIns", + "ights" + ], + [ + "ĠInsight", + "s" + ], + [ + "Ġmemor", + "izing" + ], + [ + "ĠH", + "arding" + ], + [ + "ĠHar", + "ding" + ], + [ + "ĠHard", + "ing" + ], + [ + "Ġspark", + "ling" + ], + [ + "Ġ", + "Promoting" + ], + [ + "ĠProm", + "oting" + ], + [ + "-", + "compl" + ], + [ + "-c", + "ompl" + ], + [ + "-com", + "pl" + ], + [ + "-comp", + "l" + ], + [ + "Ġ", + "Osteoporosis" + ], + [ + "ĠOste", + "oporosis" + ], + [ + ")", + "âĢĿ" + ], + [ + "C", + "Y" + ], + [ + "C", + "over" + ], + [ + "Co", + "ver" + ], + [ + "F", + "SA" + ], + [ + "FS", + "A" + ], + [ + "M", + "ount" + ], + [ + "Mo", + "unt" + ], + [ + "R", + "IC" + ], + [ + "RI", + "C" + ], + [ + "|", + "Date" + ], + [ + "|D", + "ate" + ], + [ + "Ã", + "²" + ], + [ + "ĠC", + "asp" + ], + [ + "ĠCa", + "sp" + ], + [ + "ĠCas", + "p" + ], + [ + "Ġit", + "erations" + ], + [ + "Ġiteration", + "s" + ], + [ + "Ġiter", + "ations" + ], + [ + "th", + "ird" + ], + [ + "thi", + "rd" + ], + [ + "âĢĻ", + ";" + ], + [ + "p", + "pm" + ], + [ + "pp", + "m" + ], + [ + "Ġch", + "illed" + ], + [ + "Ġchill", + "ed" + ], + [ + "ĠR", + "hy" + ], + [ + "ĠRh", + "y" + ], + [ + "Ġp", + "las" + ], + [ + "Ġpl", + "as" + ], + [ + "Ġpla", + "s" + ], + [ + "Ġpl", + "agues" + ], + [ + "Ġplag", + "ues" + ], + [ + "Ġplague", + "s" + ], + [ + "Ġ", + "peg" + ], + [ + "Ġp", + "eg" + ], + [ + "Ġpe", + "g" + ], + [ + "ĠC", + "hu" + ], + [ + "ĠCh", + "u" + ], + [ + "te", + "in" + ], + [ + "Ġp", + "oke" + ], + [ + "Ġpo", + "ke" + ], + [ + "Ġem", + "ulsion" + ], + [ + "Ġemuls", + "ion" + ], + [ + "Ġ", + "Engaging" + ], + [ + "ĠEng", + "aging" + ], + [ + "ĠSh", + "ank" + ], + [ + "ĠShan", + "k" + ], + [ + "ĠAb", + "orig" + ], + [ + "ĠM", + "anor" + ], + [ + "ĠMan", + "or" + ], + [ + "ĠMa", + "nor" + ], + [ + "ĠQu", + "akers" + ], + [ + "ĠQuaker", + "s" + ], + [ + "Ġ", + "Consuming" + ], + [ + "ĠCons", + "uming" + ], + [ + "ĠCh", + "arge" + ], + [ + "ĠChar", + "ge" + ], + [ + "ocr", + "inology" + ], + [ + "ocrin", + "ology" + ], + [ + "Ġkn", + "ocking" + ], + [ + "Ġknock", + "ing" + ], + [ + "Ġst", + "ocked" + ], + [ + "Ġstock", + "ed" + ], + [ + "Ġsto", + "cked" + ], + [ + "Ġfirm", + "ware" + ], + [ + "Ġfasc", + "ist" + ], + [ + "ĠStat", + "ue" + ], + [ + "o", + "cyst" + ], + [ + "oc", + "yst" + ], + [ + "ocy", + "st" + ], + [ + "ĠCh", + "oices" + ], + [ + "ĠCho", + "ices" + ], + [ + "ĠChoice", + "s" + ], + [ + "ĠChoi", + "ces" + ], + [ + "Ġ", + "Assessing" + ], + [ + "ĠAss", + "essing" + ], + [ + "ĠAssess", + "ing" + ], + [ + "Ġwings", + "pan" + ], + [ + "Ġwing", + "span" + ], + [ + "Ġhybrid", + "ization" + ], + [ + "an", + "tha" + ], + [ + "ant", + "ha" + ], + [ + "anth", + "a" + ], + [ + "Ġabsent", + "ee" + ], + [ + "Ġj", + "unctions" + ], + [ + "Ġjun", + "ctions" + ], + [ + "Ġjunction", + "s" + ], + [ + "Ġspr", + "outing" + ], + [ + "Ġsprou", + "ting" + ], + [ + "Ġsprout", + "ing" + ], + [ + "P", + "aris" + ], + [ + "Par", + "is" + ], + [ + "Pa", + "ris" + ], + [ + "Ġlib", + "erals" + ], + [ + "Ġliberal", + "s" + ], + [ + "Ġliber", + "als" + ], + [ + "Ġassim", + "ilate" + ], + [ + "ĠStra", + "uss" + ], + [ + "ime", + "tre" + ], + [ + "imet", + "re" + ], + [ + "Ġâī", + "¥" + ], + [ + "ĠJohannes", + "burg" + ], + [ + "Ġcounterfe", + "it" + ], + [ + "/", + "ch" + ], + [ + "/c", + "h" + ], + [ + "G", + "raph" + ], + [ + "Gra", + "ph" + ], + [ + "Gr", + "aph" + ], + [ + "Grap", + "h" + ], + [ + "Y", + "outh" + ], + [ + "You", + "th" + ], + [ + "Ġa", + "uster" + ], + [ + "Ġau", + "ster" + ], + [ + "Ġaust", + "er" + ], + [ + "Ġb", + "aker" + ], + [ + "Ġba", + "ker" + ], + [ + "Ġbake", + "r" + ], + [ + "Ġbak", + "er" + ], + [ + "Ġn", + "uns" + ], + [ + "Ġnu", + "ns" + ], + [ + "Ġnun", + "s" + ], + [ + "Ġn", + "iacin" + ], + [ + "Ġni", + "acin" + ], + [ + "r", + "af" + ], + [ + "ra", + "f" + ], + [ + "el", + "astic" + ], + [ + "ela", + "stic" + ], + [ + "ter", + "ious" + ], + [ + "te", + "rious" + ], + [ + "an", + "tan" + ], + [ + "ant", + "an" + ], + [ + "anta", + "n" + ], + [ + "ĠG", + "rain" + ], + [ + "ĠGra", + "in" + ], + [ + "ĠGr", + "ain" + ], + [ + "o", + "static" + ], + [ + "ost", + "atic" + ], + [ + "ostat", + "ic" + ], + [ + "osta", + "tic" + ], + [ + "he", + "dron" + ], + [ + "hed", + "ron" + ], + [ + "Ġexam", + "iner" + ], + [ + "Ġexamine", + "r" + ], + [ + "st", + "rings" + ], + [ + "str", + "ings" + ], + [ + "string", + "s" + ], + [ + "Ġlink", + "ages" + ], + [ + "Ġlinkage", + "s" + ], + [ + "-", + "with" + ], + [ + "-w", + "ith" + ], + [ + "h", + "etically" + ], + [ + "he", + "tically" + ], + [ + "het", + "ically" + ], + [ + "hetic", + "ally" + ], + [ + "hetical", + "ly" + ], + [ + "ĠP", + "ean" + ], + [ + "ĠPe", + "an" + ], + [ + "see", + "ing" + ], + [ + "à¤", + "®" + ], + [ + "o", + "genetic" + ], + [ + "ogen", + "etic" + ], + [ + "ogene", + "tic" + ], + [ + "a", + "ida" + ], + [ + "ai", + "da" + ], + [ + "aid", + "a" + ], + [ + "Ġpret", + "ending" + ], + [ + "Ġpretend", + "ing" + ], + [ + "ikh", + "ail" + ], + [ + "Ġintuitive", + "ly" + ], + [ + "lide", + "an" + ], + [ + "lid", + "ean" + ], + [ + "Ġvisc", + "ous" + ], + [ + "Ġcontempl", + "ation" + ], + [ + "ĠSequ", + "ence" + ], + [ + "Ġvas", + "cul" + ], + [ + "-", + "setting" + ], + [ + "-s", + "etting" + ], + [ + "-se", + "tting" + ], + [ + "-set", + "ting" + ], + [ + "Ġconfisc", + "ated" + ], + [ + "-", + "cle" + ], + [ + "-c", + "le" + ], + [ + "-cl", + "e" + ], + [ + "h", + "oun" + ], + [ + "hou", + "n" + ], + [ + "ho", + "un" + ], + [ + "r", + "usion" + ], + [ + "rus", + "ion" + ], + [ + "i", + "so" + ], + [ + "is", + "o" + ], + [ + "ĠC", + "ater" + ], + [ + "ĠCa", + "ter" + ], + [ + "ĠCat", + "er" + ], + [ + "ĠC", + "oding" + ], + [ + "ĠCo", + "ding" + ], + [ + "ĠCod", + "ing" + ], + [ + "Ġv", + "ind" + ], + [ + "Ġvi", + "nd" + ], + [ + "Ġvin", + "d" + ], + [ + "ĠE", + "ighth" + ], + [ + "ĠEight", + "h" + ], + [ + "Ġle", + "agues" + ], + [ + "Ġleague", + "s" + ], + [ + "Ġinf", + "requent" + ], + [ + "Ġre", + "cl" + ], + [ + "Ġr", + "ecl" + ], + [ + "Ġrec", + "l" + ], + [ + "ĠCh", + "arts" + ], + [ + "ĠChar", + "ts" + ], + [ + "ĠChart", + "s" + ], + [ + "Ġd", + "ipping" + ], + [ + "Ġdi", + "pping" + ], + [ + "Ġdip", + "ping" + ], + [ + "Ġreg", + "imens" + ], + [ + "Ġregime", + "ns" + ], + [ + "Ġregimen", + "s" + ], + [ + "Ġher", + "ding" + ], + [ + "Ġherd", + "ing" + ], + [ + "a", + "thers" + ], + [ + "at", + "hers" + ], + [ + "ath", + "ers" + ], + [ + "ather", + "s" + ], + [ + "athe", + "rs" + ], + [ + "Ġschool", + "children" + ], + [ + "ĠAn", + "ab" + ], + [ + "ĠAna", + "b" + ], + [ + "Ġvis", + "ibly" + ], + [ + "Ġdesign", + "ations" + ], + [ + "Ġdesignation", + "s" + ], + [ + "Ġmet", + "iculously" + ], + [ + "Ġmeticulous", + "ly" + ], + [ + "-", + "farm" + ], + [ + "-f", + "arm" + ], + [ + "am", + "ped" + ], + [ + "amp", + "ed" + ], + [ + "-", + "city" + ], + [ + "-c", + "ity" + ], + [ + "Ġill", + "usions" + ], + [ + "Ġillusion", + "s" + ], + [ + "Ġillus", + "ions" + ], + [ + "Ġz", + "oon" + ], + [ + "Ġzo", + "on" + ], + [ + "Ġzoo", + "n" + ], + [ + "Ġhouse", + "plants" + ], + [ + "Ġhouseplant", + "s" + ], + [ + "es", + "cue" + ], + [ + "esc", + "ue" + ], + [ + "Ġ", + "cutaneous" + ], + [ + "Ġcut", + "aneous" + ], + [ + "ĠComp", + "utational" + ], + [ + "ĠC", + "oin" + ], + [ + "ĠCo", + "in" + ], + [ + "ĠEm", + "ory" + ], + [ + "Ġrefer", + "rals" + ], + [ + "Ġreferral", + "s" + ], + [ + "ĠM", + "inh" + ], + [ + "ĠMin", + "h" + ], + [ + "ĠMi", + "nh" + ], + [ + "Ġthick", + "ened" + ], + [ + "Ġthicken", + "ed" + ], + [ + "ĠLou", + "vre" + ], + [ + "US", + "GS" + ], + [ + "Ġfossil", + "ized" + ], + [ + "ĠAnn", + "iversary" + ], + [ + "Ġcor", + "onation" + ], + [ + "Ġcoron", + "ation" + ], + [ + "Ġcorona", + "tion" + ], + [ + "ĠT", + "imber" + ], + [ + "ĠTim", + "ber" + ], + [ + "ĠTi", + "mber" + ], + [ + "Ġt", + "agging" + ], + [ + "Ġtag", + "ging" + ], + [ + "Ġta", + "gging" + ], + [ + "ĠInteg", + "rity" + ], + [ + "Ġnurt", + "ured" + ], + [ + "Ġnurture", + "d" + ], + [ + "Mus", + "lim" + ], + [ + "ĠCo", + "ordination" + ], + [ + "ĠCoord", + "ination" + ], + [ + "ĠAth", + "letes" + ], + [ + "comm", + "ittee" + ], + [ + "commit", + "tee" + ], + [ + "-rel", + "iance" + ], + [ + "Ġlocom", + "otion" + ], + [ + "ighted", + "ness" + ], + [ + "ĠAccept", + "ance" + ], + [ + "ĠOdys", + "seus" + ], + [ + "ĠCar", + "mel" + ], + [ + "ĠCarm", + "el" + ], + [ + "Ġpe", + "ctoral" + ], + [ + "Ġpect", + "oral" + ], + [ + "Ġnymph", + "s" + ], + [ + "Ġeclipse", + "s" + ], + [ + "Ġeclips", + "es" + ], + [ + "Main", + "taining" + ], + [ + "Maint", + "aining" + ], + [ + "Maintain", + "ing" + ], + [ + "Suggest", + "ed" + ], + [ + "Ġallev", + "iating" + ], + [ + "Ġallevi", + "ating" + ], + [ + "P", + "ont" + ], + [ + "Po", + "nt" + ], + [ + "a", + "er" + ], + [ + "ae", + "r" + ], + [ + "c", + "ognitive" + ], + [ + "n", + "ese" + ], + [ + "ne", + "se" + ], + [ + "nes", + "e" + ], + [ + "w", + "s" + ], + [ + "y", + "as" + ], + [ + "ya", + "s" + ], + [ + "à", + "¹" + ], + [ + "Ġp", + "inc" + ], + [ + "Ġpi", + "nc" + ], + [ + "Ġpin", + "c" + ], + [ + "Ġm", + "ummy" + ], + [ + "Ġmum", + "my" + ], + [ + "Ġmumm", + "y" + ], + [ + "Ġto", + "ads" + ], + [ + "Ġtoad", + "s" + ], + [ + "Ġon", + "cology" + ], + [ + "Ġonc", + "ology" + ], + [ + "ĠC", + "um" + ], + [ + "ĠCu", + "m" + ], + [ + "Ġde", + "celer" + ], + [ + "Ġdec", + "eler" + ], + [ + "Ġdece", + "ler" + ], + [ + "ight", + "ly" + ], + [ + "Ġpl", + "ums" + ], + [ + "Ġplum", + "s" + ], + [ + "Ġup", + "hill" + ], + [ + "ick", + "ory" + ], + [ + "Ġpre", + "supp" + ], + [ + "Ġpres", + "upp" + ], + [ + "Ġ", + "faction" + ], + [ + "Ġf", + "action" + ], + [ + "Ġfact", + "ion" + ], + [ + "Ġfac", + "tion" + ], + [ + "Ġfa", + "ction" + ], + [ + "Ġdown", + "hill" + ], + [ + "-", + "blown" + ], + [ + "-b", + "lown" + ], + [ + "-bl", + "own" + ], + [ + "âĢľ", + "At" + ], + [ + "âĢľA", + "t" + ], + [ + "h", + "ora" + ], + [ + "hor", + "a" + ], + [ + "ho", + "ra" + ], + [ + "ug", + "ust" + ], + [ + "ugu", + "st" + ], + [ + "Ġtool", + "box" + ], + [ + "ĠGe", + "ographical" + ], + [ + "ĠGeographic", + "al" + ], + [ + "Ġclean", + "ings" + ], + [ + "Ġcleaning", + "s" + ], + [ + "Ġsuper", + "computers" + ], + [ + "Ġsupercomputer", + "s" + ], + [ + "Ġarr", + "ivals" + ], + [ + "Ġarrival", + "s" + ], + [ + "Ġec", + "ologists" + ], + [ + "Ġecologist", + "s" + ], + [ + "Ġaff", + "ords" + ], + [ + "Ġafford", + "s" + ], + [ + "Ġaltern", + "ately" + ], + [ + "Ġalternate", + "ly" + ], + [ + "ĠMc", + "Don" + ], + [ + "ĠMcD", + "on" + ], + [ + "Ġstar", + "ved" + ], + [ + "Ġstarve", + "d" + ], + [ + "ĠMac", + "Donald" + ], + [ + "-", + "content" + ], + [ + "-cont", + "ent" + ], + [ + "ĠSun", + "days" + ], + [ + "ĠSund", + "ays" + ], + [ + "ĠSunday", + "s" + ], + [ + "ĠHor", + "ace" + ], + [ + "ĠHo", + "race" + ], + [ + "ĠNic", + "ole" + ], + [ + "ĠNi", + "cole" + ], + [ + "ĠNicol", + "e" + ], + [ + "i", + "ensis" + ], + [ + "ie", + "nsis" + ], + [ + "ien", + "sis" + ], + [ + "iens", + "is" + ], + [ + "ĠURL", + "s" + ], + [ + "ĠUR", + "Ls" + ], + [ + "Ġportfol", + "ios" + ], + [ + "Ġportfolio", + "s" + ], + [ + "ĠPal", + "eo" + ], + [ + "ĠPale", + "o" + ], + [ + "ĠNegro", + "es" + ], + [ + "ĠK", + "rak" + ], + [ + "ĠKra", + "k" + ], + [ + "ĠKr", + "ak" + ], + [ + "ĠH", + "azardous" + ], + [ + "ĠHazard", + "ous" + ], + [ + "ĠBel", + "fast" + ], + [ + "ĠBelf", + "ast" + ], + [ + "\"", + "âĢĶ" + ], + [ + "/", + "ml" + ], + [ + "/m", + "l" + ], + [ + "B", + "rief" + ], + [ + "Br", + "ief" + ], + [ + "P", + "roduct" + ], + [ + "Pro", + "duct" + ], + [ + "s", + "ix" + ], + [ + "si", + "x" + ], + [ + "|", + "-" + ], + [ + "Ġb", + "ac" + ], + [ + "Ġba", + "c" + ], + [ + "Ġin", + "ext" + ], + [ + "Ġi", + "next" + ], + [ + "Ġine", + "xt" + ], + [ + "Ġinex", + "t" + ], + [ + "le", + "igh" + ], + [ + "lei", + "gh" + ], + [ + "ur", + "l" + ], + [ + "ĠP", + "ep" + ], + [ + "ĠPe", + "p" + ], + [ + "ĠP", + "urs" + ], + [ + "ĠPur", + "s" + ], + [ + "ĠPu", + "rs" + ], + [ + "Ġ", + "vantage" + ], + [ + "Ġv", + "antage" + ], + [ + "Ġvan", + "tage" + ], + [ + "Ġ", + "HEL" + ], + [ + "ĠH", + "EL" + ], + [ + "ĠHE", + "L" + ], + [ + "Ġse", + "vered" + ], + [ + "Ġsever", + "ed" + ], + [ + "Ġsevere", + "d" + ], + [ + "Ġsh", + "orthand" + ], + [ + "Ġshort", + "hand" + ], + [ + "Ġsp", + "ew" + ], + [ + "Ġspe", + "w" + ], + [ + "ĠG", + "olf" + ], + [ + "ĠGol", + "f" + ], + [ + "Ġso", + "ar" + ], + [ + "t", + "sky" + ], + [ + "ts", + "ky" + ], + [ + "Ġm", + "odal" + ], + [ + "Ġmod", + "al" + ], + [ + "Ġmo", + "dal" + ], + [ + "ĠAl", + "ison" + ], + [ + "ĠAli", + "son" + ], + [ + "r", + "apers" + ], + [ + "ra", + "pers" + ], + [ + "rap", + "ers" + ], + [ + "rape", + "rs" + ], + [ + "ĠA", + "da" + ], + [ + "ĠAd", + "a" + ], + [ + "ĠIn", + "stitut" + ], + [ + "ĠInstit", + "ut" + ], + [ + "Ġdisp", + "osing" + ], + [ + "ĠSen", + "eca" + ], + [ + "ĠKh", + "mer" + ], + [ + "ĠWil", + "mington" + ], + [ + "fol", + "io" + ], + [ + "fo", + "lio" + ], + [ + "Ġ", + "ANY" + ], + [ + "ĠA", + "NY" + ], + [ + "ĠAN", + "Y" + ], + [ + "Ġunder", + "mines" + ], + [ + "Ġunderm", + "ines" + ], + [ + "Ġundermine", + "s" + ], + [ + "ĠCatal", + "onia" + ], + [ + "Ġinhabit", + "ing" + ], + [ + "Ġinhab", + "iting" + ], + [ + "Ġnour", + "ishing" + ], + [ + "Ġnourish", + "ing" + ], + [ + "ĠLe", + "vine" + ], + [ + "ĠLev", + "ine" + ], + [ + "ĠLevi", + "ne" + ], + [ + "ĠLevin", + "e" + ], + [ + "Ġcheer", + "ful" + ], + [ + "ĠInstruct", + "or" + ], + [ + "ĠInstru", + "ctor" + ], + [ + "ĠKurd", + "ish" + ], + [ + "Flor", + "ida" + ], + [ + "\"", + "But" + ], + [ + "K", + "im" + ], + [ + "w", + "ali" + ], + [ + "wa", + "li" + ], + [ + "wal", + "i" + ], + [ + "Ñ", + "ħ" + ], + [ + "×", + "¢" + ], + [ + "a", + "rat" + ], + [ + "ar", + "at" + ], + [ + "ara", + "t" + ], + [ + "Ġd", + "ared" + ], + [ + "Ġda", + "red" + ], + [ + "Ġdare", + "d" + ], + [ + "Ġdar", + "ed" + ], + [ + "ĠS", + "AS" + ], + [ + "ĠSA", + "S" + ], + [ + "ul", + "c" + ], + [ + "ĠK", + "af" + ], + [ + "ĠKa", + "f" + ], + [ + "ll", + "ium" + ], + [ + "lli", + "um" + ], + [ + "Ġtw", + "ilight" + ], + [ + "arch", + "ment" + ], + [ + ")", + ".âĢĿ" + ], + [ + ").", + "âĢĿ" + ], + [ + "Ġ", + "mediate" + ], + [ + "Ġm", + "ediate" + ], + [ + "Ġmed", + "iate" + ], + [ + "Ġmedia", + "te" + ], + [ + "Ġmedi", + "ate" + ], + [ + "Ġgra", + "vey" + ], + [ + "Ġgrav", + "ey" + ], + [ + "Ġgrave", + "y" + ], + [ + "Ġde", + "pot" + ], + [ + "Ġdep", + "ot" + ], + [ + "-", + "bed" + ], + [ + "-b", + "ed" + ], + [ + "-be", + "d" + ], + [ + "Ġexc", + "uses" + ], + [ + "Ġexcuse", + "s" + ], + [ + "A", + "RP" + ], + [ + "AR", + "P" + ], + [ + "ĠApp", + "l" + ], + [ + "ĠAp", + "pl" + ], + [ + "Ġappropri", + "ated" + ], + [ + "Ġappropriate", + "d" + ], + [ + "ĠM", + "onet" + ], + [ + "ĠMon", + "et" + ], + [ + "ĠMo", + "net" + ], + [ + "Ex", + "cept" + ], + [ + "Exc", + "ept" + ], + [ + "i", + "pling" + ], + [ + "ip", + "ling" + ], + [ + "ipl", + "ing" + ], + [ + "Ġ", + "sects" + ], + [ + "Ġs", + "ects" + ], + [ + "Ġsec", + "ts" + ], + [ + "Ġsect", + "s" + ], + [ + "Ad", + "ded" + ], + [ + "Add", + "ed" + ], + [ + "Ġem", + "pathetic" + ], + [ + "Ġemp", + "athetic" + ], + [ + "Ġempath", + "etic" + ], + [ + "Ġprom", + "otions" + ], + [ + "Ġpromot", + "ions" + ], + [ + "Ġpromotion", + "s" + ], + [ + "Ġspect", + "rometry" + ], + [ + "Con", + "cer" + ], + [ + "Conc", + "er" + ], + [ + "Ġk", + "nob" + ], + [ + "Ġkn", + "ob" + ], + [ + "Ġst", + "icker" + ], + [ + "Ġstick", + "er" + ], + [ + "-cent", + "red" + ], + [ + "Ġ", + "θ" + ], + [ + "ĠÎ", + "¸" + ], + [ + "Ġstre", + "aks" + ], + [ + "Ġstreak", + "s" + ], + [ + "ĠHy", + "de" + ], + [ + "ĠHyd", + "e" + ], + [ + "ĠTim", + "or" + ], + [ + "ĠTi", + "mor" + ], + [ + "Ġstriking", + "ly" + ], + [ + "Ġcommemor", + "ative" + ], + [ + "Ġbron", + "chial" + ], + [ + "Ġbronch", + "ial" + ], + [ + "Ġbronchi", + "al" + ], + [ + "-", + "rounded" + ], + [ + "-r", + "ounded" + ], + [ + "-round", + "ed" + ], + [ + "-ro", + "unded" + ], + [ + "Ġhemorrh", + "oids" + ], + [ + "Ġbald", + "ness" + ], + [ + "ĠSepar", + "ate" + ], + [ + "Character", + "istics" + ], + [ + "ĠCe", + "cil" + ], + [ + "ĠCec", + "il" + ], + [ + "Ġdi", + "aper" + ], + [ + "Ġdia", + "per" + ], + [ + "ostrid", + "ium" + ], + [ + "B", + "F" + ], + [ + "m", + "atically" + ], + [ + "ma", + "tically" + ], + [ + "mat", + "ically" + ], + [ + "matic", + "ally" + ], + [ + "matical", + "ly" + ], + [ + "Ġa", + "eration" + ], + [ + "Ġaer", + "ation" + ], + [ + "Ġae", + "ration" + ], + [ + "Ġ", + "pt" + ], + [ + "Ġp", + "t" + ], + [ + "ĠM", + "ifflin" + ], + [ + "ate", + "urs" + ], + [ + "ateur", + "s" + ], + [ + "ĠP", + "OS" + ], + [ + "ĠPO", + "S" + ], + [ + "ĠH", + "ide" + ], + [ + "ĠHi", + "de" + ], + [ + "Ġ", + "ESP" + ], + [ + "ĠE", + "SP" + ], + [ + "ĠES", + "P" + ], + [ + "Ġs", + "print" + ], + [ + "Ġsp", + "rint" + ], + [ + "Ġspr", + "int" + ], + [ + "ĠG", + "anes" + ], + [ + "ĠGa", + "nes" + ], + [ + "ĠGan", + "es" + ], + [ + "Ġsub", + "cutaneous" + ], + [ + "ĠAr", + "range" + ], + [ + "ĠArr", + "ange" + ], + [ + "Ġsay", + "ings" + ], + [ + "Ġsaying", + "s" + ], + [ + "i", + "amine" + ], + [ + "ia", + "mine" + ], + [ + "iam", + "ine" + ], + [ + "iami", + "ne" + ], + [ + "Ex", + "ternal" + ], + [ + "Ext", + "ernal" + ], + [ + "ĠF", + "lav" + ], + [ + "ĠFl", + "av" + ], + [ + "ĠFla", + "v" + ], + [ + "uff", + "y" + ], + [ + "water", + "ing" + ], + [ + "wa", + "tering" + ], + [ + "Ġwealth", + "ier" + ], + [ + "ĠProp", + "hets" + ], + [ + "ĠProphet", + "s" + ], + [ + "ĠProphe", + "ts" + ], + [ + "Ġ", + "н" + ], + [ + "ĠÐ", + "½" + ], + [ + "ĠS", + "aras" + ], + [ + "ĠSar", + "as" + ], + [ + "ĠSa", + "ras" + ], + [ + "ĠSara", + "s" + ], + [ + "Ġanthrop", + "ological" + ], + [ + "Ġcrafts", + "manship" + ], + [ + "Ġcraftsman", + "ship" + ], + [ + "Ġ", + "Yeah" + ], + [ + "ĠYe", + "ah" + ], + [ + "Ġapt", + "ly" + ], + [ + "ĠPed", + "ag" + ], + [ + "Ġescal", + "ate" + ], + [ + "Ġmatt", + "resses" + ], + [ + "Ġmattress", + "es" + ], + [ + "ĠTheore", + "tical" + ], + [ + "ĠHIST", + "ORY" + ], + [ + "A", + "z" + ], + [ + "h", + "air" + ], + [ + "ha", + "ir" + ], + [ + "hai", + "r" + ], + [ + "p", + "oles" + ], + [ + "po", + "les" + ], + [ + "pol", + "es" + ], + [ + "pole", + "s" + ], + [ + "Ġ", + "egal" + ], + [ + "Ġe", + "gal" + ], + [ + "Ġeg", + "al" + ], + [ + "il", + "iated" + ], + [ + "ili", + "ated" + ], + [ + "ilia", + "ted" + ], + [ + "iliate", + "d" + ], + [ + "Ġde", + "uter" + ], + [ + "u", + "di" + ], + [ + "ud", + "i" + ], + [ + "ĠD", + "ot" + ], + [ + "ĠDo", + "t" + ], + [ + "ĠG", + "aut" + ], + [ + "ĠGa", + "ut" + ], + [ + "ĠGau", + "t" + ], + [ + "ĠG", + "orge" + ], + [ + "ĠGor", + "ge" + ], + [ + "ĠGorg", + "e" + ], + [ + "Ġpe", + "eling" + ], + [ + "Ġpeel", + "ing" + ], + [ + "Ġpee", + "ling" + ], + [ + "Ġev", + "okes" + ], + [ + "Ġevoke", + "s" + ], + [ + "Ġcomm", + "end" + ], + [ + "Ġrec", + "eding" + ], + [ + "Ġrece", + "ding" + ], + [ + "ĠK", + "eller" + ], + [ + "ĠKe", + "ller" + ], + [ + "ĠKel", + "ler" + ], + [ + "ĠKell", + "er" + ], + [ + "ĠCh", + "ag" + ], + [ + "ĠCha", + "g" + ], + [ + "Ġbl", + "anks" + ], + [ + "Ġblank", + "s" + ], + [ + "Ġ", + "actin" + ], + [ + "Ġact", + "in" + ], + [ + "Ġac", + "tin" + ], + [ + "on", + "ders" + ], + [ + "ond", + "ers" + ], + [ + "onder", + "s" + ], + [ + "onde", + "rs" + ], + [ + "ĠY", + "uc" + ], + [ + "ĠYu", + "c" + ], + [ + "ĠUn", + "iv" + ], + [ + "Ġdef", + "y" + ], + [ + "Ġdef", + "ender" + ], + [ + "Ġdefe", + "nder" + ], + [ + "Ġdefend", + "er" + ], + [ + "Ġhand", + "written" + ], + [ + "m", + "eat" + ], + [ + "me", + "at" + ], + [ + "Ġpass", + "ively" + ], + [ + "Ġpassive", + "ly" + ], + [ + "Ġ", + "Exactly" + ], + [ + "ĠEx", + "actly" + ], + [ + "Ġpol", + "itic" + ], + [ + "Ġpolit", + "ic" + ], + [ + "Ġpoli", + "tic" + ], + [ + "Ġcut", + "ters" + ], + [ + "Ġcutter", + "s" + ], + [ + "Ġpro", + "bing" + ], + [ + "Ġprob", + "ing" + ], + [ + "Ġf", + "aire" + ], + [ + "Ġfa", + "ire" + ], + [ + "Ġfair", + "e" + ], + [ + "-", + "structured" + ], + [ + "-st", + "ructured" + ], + [ + "ixt", + "ure" + ], + [ + "Ġsyn", + "agogues" + ], + [ + "Ġsynagogue", + "s" + ], + [ + "ĠBen", + "efit" + ], + [ + "ĠBene", + "fit" + ], + [ + "ĠBenef", + "it" + ], + [ + "ĠSupp", + "orts" + ], + [ + "ĠSup", + "ports" + ], + [ + "ĠSupport", + "s" + ], + [ + "u", + "zzles" + ], + [ + "uzz", + "les" + ], + [ + "uzzle", + "s" + ], + [ + "ĠDoes", + "n" + ], + [ + "ĠDoe", + "sn" + ], + [ + "Ġorbit", + "er" + ], + [ + "Ġorb", + "iter" + ], + [ + "ĠRest", + "aur" + ], + [ + "ĠN", + "eph" + ], + [ + "ĠNe", + "ph" + ], + [ + "ĠNep", + "h" + ], + [ + "Hel", + "ping" + ], + [ + "Help", + "ing" + ], + [ + "uccess", + "fully" + ], + [ + "uccessful", + "ly" + ], + [ + "ĠRout", + "ine" + ], + [ + "ĠPr", + "osper" + ], + [ + "ĠPros", + "per" + ], + [ + "Emer", + "gency" + ], + [ + "ĠUt", + "tar" + ], + [ + "ĠUtt", + "ar" + ], + [ + "ĠOkin", + "awa" + ], + [ + "ĠEcl", + "ipse" + ], + [ + "-", + "Year" + ], + [ + "-Y", + "ear" + ], + [ + "W", + "alking" + ], + [ + "Wal", + "king" + ], + [ + "Walk", + "ing" + ], + [ + "h", + "ound" + ], + [ + "hou", + "nd" + ], + [ + "ho", + "und" + ], + [ + "houn", + "d" + ], + [ + "t", + "ze" + ], + [ + "tz", + "e" + ], + [ + "v", + "t" + ], + [ + "Ġt", + "ester" + ], + [ + "Ġte", + "ster" + ], + [ + "Ġtest", + "er" + ], + [ + "Ġtes", + "ter" + ], + [ + "Ġs", + "ir" + ], + [ + "Ġsi", + "r" + ], + [ + "e", + "san" + ], + [ + "es", + "an" + ], + [ + "esa", + "n" + ], + [ + "Ġb", + "ount" + ], + [ + "Ġbo", + "unt" + ], + [ + "Ġbou", + "nt" + ], + [ + "Ġf", + "ad" + ], + [ + "Ġfa", + "d" + ], + [ + "Ġh", + "ars" + ], + [ + "Ġha", + "rs" + ], + [ + "Ġhar", + "s" + ], + [ + "Ġch", + "lamydia" + ], + [ + "ĠE", + "ch" + ], + [ + "ĠEc", + "h" + ], + [ + "ĠF", + "ritz" + ], + [ + "ĠFr", + "itz" + ], + [ + "ĠFri", + "tz" + ], + [ + "ĠR", + "angers" + ], + [ + "ĠRange", + "rs" + ], + [ + "ĠRan", + "gers" + ], + [ + "ĠRanger", + "s" + ], + [ + "ĠRang", + "ers" + ], + [ + "Ġs", + "plic" + ], + [ + "Ġsp", + "lic" + ], + [ + "Ġspl", + "ic" + ], + [ + "ĠL", + "HC" + ], + [ + "ĠLH", + "C" + ], + [ + "ip", + "zig" + ], + [ + "il", + "ded" + ], + [ + "ild", + "ed" + ], + [ + "ilde", + "d" + ], + [ + "Ġcomm", + "uting" + ], + [ + "Ġcommut", + "ing" + ], + [ + "an", + "gan" + ], + [ + "ang", + "an" + ], + [ + "anga", + "n" + ], + [ + "Ġ", + "Staying" + ], + [ + "ĠSt", + "aying" + ], + [ + "ĠStay", + "ing" + ], + [ + "ĠSta", + "ying" + ], + [ + "ĠK", + "amp" + ], + [ + "ĠKa", + "mp" + ], + [ + "ĠKam", + "p" + ], + [ + "ĠK", + "ush" + ], + [ + "ĠKu", + "sh" + ], + [ + "ĠKus", + "h" + ], + [ + "Ġro", + "aming" + ], + [ + "Ġroam", + "ing" + ], + [ + "hen", + "yl" + ], + [ + "heny", + "l" + ], + [ + "a", + "wan" + ], + [ + "aw", + "an" + ], + [ + "awa", + "n" + ], + [ + "-", + "port" + ], + [ + "-p", + "ort" + ], + [ + "-po", + "rt" + ], + [ + "-", + "production" + ], + [ + "-p", + "roduction" + ], + [ + "-pro", + "duction" + ], + [ + "-product", + "ion" + ], + [ + "arr", + "hea" + ], + [ + "Ġegg", + "plant" + ], + [ + "ĠT", + "exts" + ], + [ + "ĠTe", + "xts" + ], + [ + "ĠTex", + "ts" + ], + [ + "ĠText", + "s" + ], + [ + "Ġdecided", + "ly" + ], + [ + "ĠSub", + "stances" + ], + [ + "ĠSubstance", + "s" + ], + [ + "ĠAdd", + "ison" + ], + [ + "ĠAddis", + "on" + ], + [ + "ĠCard", + "iology" + ], + [ + "ĠCardi", + "ology" + ], + [ + "Ġ", + "ESO" + ], + [ + "ĠE", + "SO" + ], + [ + "ĠES", + "O" + ], + [ + "Ġag", + "gregated" + ], + [ + "Ġaggreg", + "ated" + ], + [ + "Ġaggregate", + "d" + ], + [ + "Ġasym", + "metry" + ], + [ + "ĠConsult", + "ant" + ], + [ + "ĠIn", + "stitutional" + ], + [ + "ĠInstitution", + "al" + ], + [ + "ĠInstitut", + "ional" + ], + [ + "Ġdipl", + "omat" + ], + [ + "Ġdiplom", + "at" + ], + [ + "Ġdiploma", + "t" + ], + [ + "Ġtheolog", + "ian" + ], + [ + "itone", + "al" + ], + [ + "iton", + "eal" + ], + [ + "Ġvenge", + "ance" + ], + [ + "Ġdexter", + "ity" + ], + [ + "Ġfatigue", + "d" + ], + [ + "Ġfatig", + "ued" + ], + [ + "ĠHumb", + "oldt" + ], + [ + "B", + "ee" + ], + [ + "Be", + "e" + ], + [ + "R", + "ole" + ], + [ + "Ro", + "le" + ], + [ + "z", + "ac" + ], + [ + "za", + "c" + ], + [ + "at", + "onic" + ], + [ + "ato", + "nic" + ], + [ + "aton", + "ic" + ], + [ + "en", + "ters" + ], + [ + "ent", + "ers" + ], + [ + "enter", + "s" + ], + [ + "ente", + "rs" + ], + [ + "ĠS", + "uc" + ], + [ + "ĠSu", + "c" + ], + [ + "ĠP", + "ix" + ], + [ + "ĠPi", + "x" + ], + [ + "ac", + "inth" + ], + [ + "acin", + "th" + ], + [ + "ĠW", + "en" + ], + [ + "ĠWe", + "n" + ], + [ + "ĠE", + "fficient" + ], + [ + "ĠEff", + "icient" + ], + [ + "ĠN", + "LP" + ], + [ + "ĠNL", + "P" + ], + [ + "ĠL", + "ys" + ], + [ + "ĠLy", + "s" + ], + [ + "c", + "eded" + ], + [ + "ce", + "ded" + ], + [ + "ced", + "ed" + ], + [ + "cede", + "d" + ], + [ + "Ġ", + "Uns" + ], + [ + "ĠU", + "ns" + ], + [ + "ĠUn", + "s" + ], + [ + "Ġfl", + "oppy" + ], + [ + "Ġflo", + "ppy" + ], + [ + "Ġ", + "obe" + ], + [ + "Ġo", + "be" + ], + [ + "Ġob", + "e" + ], + [ + "Ġsub", + "group" + ], + [ + "t", + "herapy" + ], + [ + "the", + "rapy" + ], + [ + "Ġbr", + "ute" + ], + [ + "Ġbrut", + "e" + ], + [ + "Ġbru", + "te" + ], + [ + "Ġ", + "Convert" + ], + [ + "ĠCon", + "vert" + ], + [ + "ĠConver", + "t" + ], + [ + "ĠConv", + "ert" + ], + [ + "ĠCon", + "quest" + ], + [ + "Ġ", + "Spend" + ], + [ + "ĠS", + "pend" + ], + [ + "ĠSp", + "end" + ], + [ + "ĠSpe", + "nd" + ], + [ + "Ġp", + "arab" + ], + [ + "Ġpar", + "ab" + ], + [ + "Ġpa", + "rab" + ], + [ + "Ġpara", + "b" + ], + [ + "-", + "check" + ], + [ + "-c", + "heck" + ], + [ + "-ch", + "eck" + ], + [ + "-che", + "ck" + ], + [ + "-d", + "ocumented" + ], + [ + "â̦", + ".." + ], + [ + "â̦.", + "." + ], + [ + "Ġrev", + "olve" + ], + [ + "Ġrevol", + "ve" + ], + [ + "ĠApp", + "eals" + ], + [ + "ĠAppeal", + "s" + ], + [ + "Ex", + "c" + ], + [ + "Ġemphas", + "ise" + ], + [ + "Ġemphasis", + "e" + ], + [ + "Ġpar", + "ked" + ], + [ + "Ġpark", + "ed" + ], + [ + "ĠFederal", + "ist" + ], + [ + "ĠMer", + "cy" + ], + [ + "ĠMerc", + "y" + ], + [ + "just", + "ice" + ], + [ + "ju", + "stice" + ], + [ + "Ġconqu", + "ering" + ], + [ + "Ġconquer", + "ing" + ], + [ + "Ġd", + "ilated" + ], + [ + "Ġdi", + "lated" + ], + [ + "Ġdil", + "ated" + ], + [ + "Ġdilate", + "d" + ], + [ + "Ġshr", + "unk" + ], + [ + "-e", + "mitting" + ], + [ + "-em", + "itting" + ], + [ + "Ġchim", + "neys" + ], + [ + "Ġchimney", + "s" + ], + [ + "ĠPhilos", + "ophical" + ], + [ + "ĠEm", + "bed" + ], + [ + "ĠEmb", + "ed" + ], + [ + "ĠPharm", + "acy" + ], + [ + "ĠPharmac", + "y" + ], + [ + "ĠPharma", + "cy" + ], + [ + "Old", + "er" + ], + [ + "Ol", + "der" + ], + [ + "Ġmaneu", + "vers" + ], + [ + "Ġmaneuver", + "s" + ], + [ + "Ġcar", + "otid" + ], + [ + "Ġcarot", + "id" + ], + [ + "ĠEnh", + "anced" + ], + [ + "ĠEnhance", + "d" + ], + [ + "Ġnemat", + "ode" + ], + [ + "Ġhypers", + "ensitivity" + ], + [ + "Ġdelic", + "acy" + ], + [ + "Block", + "chain" + ], + [ + "ori", + "entation" + ], + [ + "orient", + "ation" + ], + [ + "Cour", + "tesy" + ], + [ + "Court", + "esy" + ], + [ + ".", + "U" + ], + [ + "Q", + "s" + ], + [ + "R", + "unning" + ], + [ + "Run", + "ning" + ], + [ + "b", + "ri" + ], + [ + "br", + "i" + ], + [ + "f", + "ollow" + ], + [ + "fol", + "low" + ], + [ + "o", + "C" + ], + [ + "ro", + "aching" + ], + [ + "roach", + "ing" + ], + [ + "roa", + "ching" + ], + [ + "ch", + "rom" + ], + [ + "Ġ", + "DD" + ], + [ + "ĠD", + "D" + ], + [ + "Ġsh", + "rou" + ], + [ + "Ġshr", + "ou" + ], + [ + "r", + "uv" + ], + [ + "ru", + "v" + ], + [ + "Ġun", + "planned" + ], + [ + "Ġsy", + "nov" + ], + [ + "Ġsyn", + "ov" + ], + [ + "ĠK", + "yr" + ], + [ + "ĠKy", + "r" + ], + [ + "o", + "bot" + ], + [ + "ob", + "ot" + ], + [ + "obo", + "t" + ], + [ + "Ġche", + "fs" + ], + [ + "Ġchef", + "s" + ], + [ + "ĠAn", + "imation" + ], + [ + "ĠAnim", + "ation" + ], + [ + "-f", + "iber" + ], + [ + "-fi", + "ber" + ], + [ + "-", + "pack" + ], + [ + "-p", + "ack" + ], + [ + "Ġ", + "Leaving" + ], + [ + "ĠLe", + "aving" + ], + [ + "ĠLea", + "ving" + ], + [ + "Ġslow", + "down" + ], + [ + "Ġfert", + "ilizing" + ], + [ + "Ġfertil", + "izing" + ], + [ + "ĠCommission", + "ers" + ], + [ + "ĠCommissioner", + "s" + ], + [ + "Ġsin", + "ners" + ], + [ + "Ġsinner", + "s" + ], + [ + "ĠFe", + "ature" + ], + [ + "ĠI", + "da" + ], + [ + "ĠId", + "a" + ], + [ + "Ġstre", + "ak" + ], + [ + "St", + "eps" + ], + [ + "Step", + "s" + ], + [ + "Ste", + "ps" + ], + [ + "Ġ", + "о" + ], + [ + "ĠÐ", + "¾" + ], + [ + "ĠMult", + "ip" + ], + [ + "ĠMul", + "tip" + ], + [ + "ĠMulti", + "p" + ], + [ + "Ġexhaust", + "ing" + ], + [ + "ĠKey", + "stone" + ], + [ + "Ġmultip", + "lier" + ], + [ + "Ġmultipl", + "ier" + ], + [ + "Ġanch", + "ors" + ], + [ + "Ġanchor", + "s" + ], + [ + "Ġanc", + "hors" + ], + [ + "Ġcasual", + "ty" + ], + [ + "Ġ", + "Ïĥ" + ], + [ + "ĠÏ", + "ĥ" + ], + [ + "-exp", + "ression" + ], + [ + "ĠCon", + "centration" + ], + [ + "ĠConcent", + "ration" + ], + [ + "C", + "RI" + ], + [ + "CR", + "I" + ], + [ + "m", + "u" + ], + [ + "t", + "aking" + ], + [ + "ta", + "king" + ], + [ + "Ġ", + "fen" + ], + [ + "Ġf", + "en" + ], + [ + "Ġfe", + "n" + ], + [ + "ent", + "ral" + ], + [ + "Ġl", + "adders" + ], + [ + "Ġladder", + "s" + ], + [ + "Ġlad", + "ders" + ], + [ + "r", + "ae" + ], + [ + "ra", + "e" + ], + [ + "ĠM", + "ys" + ], + [ + "ĠMy", + "s" + ], + [ + "ĠP", + "end" + ], + [ + "ĠPe", + "nd" + ], + [ + "ĠPen", + "d" + ], + [ + "ĠH", + "ok" + ], + [ + "ĠHo", + "k" + ], + [ + "ĠD", + "ias" + ], + [ + "ĠDi", + "as" + ], + [ + "ĠDia", + "s" + ], + [ + "ĠE", + "rik" + ], + [ + "ĠEr", + "ik" + ], + [ + "pl", + "ays" + ], + [ + "play", + "s" + ], + [ + "ĠU", + "FO" + ], + [ + "ĠUF", + "O" + ], + [ + "Th", + "inking" + ], + [ + "Think", + "ing" + ], + [ + "ĠWe", + "aver" + ], + [ + "Ġstand", + "alone" + ], + [ + "-", + "mill" + ], + [ + "-m", + "ill" + ], + [ + "Ġcat", + "ap" + ], + [ + "ĠQu", + "int" + ], + [ + "ĠQuin", + "t" + ], + [ + "Ġfra", + "ught" + ], + [ + "Ġfr", + "aught" + ], + [ + "Ġgold", + "fish" + ], + [ + "ux", + "ley" + ], + [ + "ĠL", + "ao" + ], + [ + "ĠLa", + "o" + ], + [ + "-", + "May" + ], + [ + "-M", + "ay" + ], + [ + "Ġimmun", + "izations" + ], + [ + "Ġimmunization", + "s" + ], + [ + "Ġsubstit", + "uting" + ], + [ + "Ġf", + "urious" + ], + [ + "Ġfur", + "ious" + ], + [ + "Ġfu", + "rious" + ], + [ + "jud", + "ice" + ], + [ + "ĠD", + "unn" + ], + [ + "ĠDun", + "n" + ], + [ + "ĠDu", + "nn" + ], + [ + "Ġen", + "rolling" + ], + [ + "Ġenroll", + "ing" + ], + [ + "Ġenrol", + "ling" + ], + [ + "Ġprophe", + "cies" + ], + [ + "ĠAer", + "onautics" + ], + [ + "ĠGen", + "tle" + ], + [ + "ĠGent", + "le" + ], + [ + "Ġzebra", + "fish" + ], + [ + "Ap", + "plications" + ], + [ + "Applic", + "ations" + ], + [ + "Application", + "s" + ], + [ + "Ġcl", + "adding" + ], + [ + "Ġclad", + "ding" + ], + [ + "ĠFrancis", + "can" + ], + [ + "ĠFrancisc", + "an" + ], + [ + "Ġdishwas", + "her" + ], + [ + "Ġenzym", + "atic" + ], + [ + "A", + "W" + ], + [ + "C", + "hem" + ], + [ + "Ch", + "em" + ], + [ + "Che", + "m" + ], + [ + "G", + "ET" + ], + [ + "GE", + "T" + ], + [ + "c", + "ity" + ], + [ + "ci", + "ty" + ], + [ + "r", + "ifice" + ], + [ + "rif", + "ice" + ], + [ + "Ġp", + "im" + ], + [ + "Ġpi", + "m" + ], + [ + "Ġb", + "orer" + ], + [ + "Ġbo", + "rer" + ], + [ + "Ġbore", + "r" + ], + [ + "Ġbor", + "er" + ], + [ + "Ġb", + "uddy" + ], + [ + "Ġbud", + "dy" + ], + [ + "Ġbudd", + "y" + ], + [ + "Ġe", + "rection" + ], + [ + "Ġer", + "ection" + ], + [ + "Ġerect", + "ion" + ], + [ + "Ġ", + "stalled" + ], + [ + "Ġst", + "alled" + ], + [ + "Ġstall", + "ed" + ], + [ + "Ġstal", + "led" + ], + [ + "Ġcom", + "orbid" + ], + [ + "Ġcomp", + "el" + ], + [ + "i", + "phy" + ], + [ + "ip", + "hy" + ], + [ + "iph", + "y" + ], + [ + "a", + "vings" + ], + [ + "av", + "ings" + ], + [ + "aving", + "s" + ], + [ + "avin", + "gs" + ], + [ + "ĠSt", + "omach" + ], + [ + "ĠV", + "AT" + ], + [ + "ĠVA", + "T" + ], + [ + "Ġc", + "apped" + ], + [ + "Ġca", + "pped" + ], + [ + "Ġcap", + "ped" + ], + [ + "ĠWe", + "apons" + ], + [ + "Ġtest", + "es" + ], + [ + "Ġtes", + "tes" + ], + [ + "Ġbo", + "ar" + ], + [ + "r", + "ette" + ], + [ + "re", + "tte" + ], + [ + "ret", + "te" + ], + [ + "rett", + "e" + ], + [ + "-", + "tr" + ], + [ + "-t", + "r" + ], + [ + "ĠLe", + "iden" + ], + [ + "val", + "bard" + ], + [ + "Ġb", + "rach" + ], + [ + "Ġbr", + "ach" + ], + [ + "Ġbra", + "ch" + ], + [ + "ĠGl", + "ory" + ], + [ + "ĠGlor", + "y" + ], + [ + "ĠGl", + "ucose" + ], + [ + "ĠGluc", + "ose" + ], + [ + "Ġ", + "Partial" + ], + [ + "ĠPart", + "ial" + ], + [ + "ĠM", + "yr" + ], + [ + "ĠMy", + "r" + ], + [ + "Ġexec", + "utes" + ], + [ + "Ġexecute", + "s" + ], + [ + "Ġexecut", + "es" + ], + [ + "Ġhon", + "oured" + ], + [ + "Ġhonour", + "ed" + ], + [ + "Ġgraph", + "ing" + ], + [ + "Ġgrap", + "hing" + ], + [ + "Ġbed", + "rooms" + ], + [ + "Ġbedroom", + "s" + ], + [ + "b", + "locks" + ], + [ + "bl", + "ocks" + ], + [ + "blo", + "cks" + ], + [ + "block", + "s" + ], + [ + "ÃŃ", + "t" + ], + [ + "ĠRad", + "ical" + ], + [ + "ĠRadi", + "cal" + ], + [ + "Ġ", + "и" + ], + [ + "ĠÐ", + "¸" + ], + [ + "Ġcon", + "ceivable" + ], + [ + "Ġconce", + "ivable" + ], + [ + "Ġw", + "axy" + ], + [ + "Ġwa", + "xy" + ], + [ + "Ġwax", + "y" + ], + [ + "Ġup", + "setting" + ], + [ + "Ġupset", + "ting" + ], + [ + "Ġups", + "etting" + ], + [ + "-car", + "rying" + ], + [ + "Ġl", + "aminated" + ], + [ + "Ġlam", + "inated" + ], + [ + "Ġlamin", + "ated" + ], + [ + "Ġlaminate", + "d" + ], + [ + "Ġlamina", + "ted" + ], + [ + "Ġµ", + "m" + ], + [ + "ĠInvest", + "igations" + ], + [ + "ĠInvestig", + "ations" + ], + [ + "ĠInvestigation", + "s" + ], + [ + "ĠAlam", + "os" + ], + [ + "ĠAla", + "mos" + ], + [ + "ĠAlamo", + "s" + ], + [ + "Prep", + "are" + ], + [ + "ĠRousse", + "au" + ], + [ + "B", + "ibl" + ], + [ + "Bi", + "bl" + ], + [ + "P", + "rotein" + ], + [ + "Pro", + "tein" + ], + [ + "d", + "ough" + ], + [ + "do", + "ugh" + ], + [ + "u", + "ates" + ], + [ + "ua", + "tes" + ], + [ + "uate", + "s" + ], + [ + "|", + "Number" + ], + [ + "|N", + "umber" + ], + [ + "in", + "ch" + ], + [ + "inc", + "h" + ], + [ + "Ġf", + "ray" + ], + [ + "Ġfra", + "y" + ], + [ + "Ġfr", + "ay" + ], + [ + "a", + "nah" + ], + [ + "an", + "ah" + ], + [ + "ana", + "h" + ], + [ + "Ġd", + "un" + ], + [ + "Ġdu", + "n" + ], + [ + "r", + "oids" + ], + [ + "ro", + "ids" + ], + [ + "roid", + "s" + ], + [ + "Ġre", + "est" + ], + [ + "Ġree", + "st" + ], + [ + "om", + "avirus" + ], + [ + "oma", + "virus" + ], + [ + "Ġ", + "PAD" + ], + [ + "ĠP", + "AD" + ], + [ + "ĠPA", + "D" + ], + [ + "ĠD", + "ock" + ], + [ + "ĠDo", + "ck" + ], + [ + "ĠDoc", + "k" + ], + [ + "an", + "swer" + ], + [ + "ans", + "wer" + ], + [ + "Ġt", + "ril" + ], + [ + "Ġtr", + "il" + ], + [ + "Ġtri", + "l" + ], + [ + "Ġdes", + "icc" + ], + [ + "ĠY", + "esh" + ], + [ + "ĠYes", + "h" + ], + [ + "ĠYe", + "sh" + ], + [ + "ol", + "der" + ], + [ + "old", + "er" + ], + [ + "Ġc", + "ellar" + ], + [ + "Ġcell", + "ar" + ], + [ + "Ġcel", + "lar" + ], + [ + "âĢĶ", + "at" + ], + [ + "âĢĶa", + "t" + ], + [ + "Ġleg", + "ion" + ], + [ + "ĠSh", + "rine" + ], + [ + "ĠShri", + "ne" + ], + [ + "Ġbi", + "ographer" + ], + [ + "ĠCont", + "rolled" + ], + [ + "ĠControl", + "led" + ], + [ + "A", + "TT" + ], + [ + "AT", + "T" + ], + [ + "sh", + "own" + ], + [ + "show", + "n" + ], + [ + "ĠEd", + "monton" + ], + [ + "ĠGl", + "ue" + ], + [ + "Ġin", + "clusions" + ], + [ + "Ġincl", + "usions" + ], + [ + "Ġinclusion", + "s" + ], + [ + "Ġinclus", + "ions" + ], + [ + "er", + "enced" + ], + [ + "erence", + "d" + ], + [ + "eren", + "ced" + ], + [ + "-", + "Term" + ], + [ + "-T", + "erm" + ], + [ + "ĠL", + "esser" + ], + [ + "ĠLess", + "er" + ], + [ + "ĠLes", + "ser" + ], + [ + "ĠEr", + "rors" + ], + [ + "ĠError", + "s" + ], + [ + "IF", + "IC" + ], + [ + "IFI", + "C" + ], + [ + "t", + "rack" + ], + [ + "tra", + "ck" + ], + [ + "tr", + "ack" + ], + [ + "Ġsn", + "acking" + ], + [ + "Ġsnack", + "ing" + ], + [ + "Ġnanop", + "article" + ], + [ + "Ġsprink", + "led" + ], + [ + "Ġsprinkle", + "d" + ], + [ + "ĠRefuge", + "es" + ], + [ + "ĠRefugee", + "s" + ], + [ + "ĠFeel", + "ings" + ], + [ + "ĠFeeling", + "s" + ], + [ + "ĠFee", + "lings" + ], + [ + "Ġlod", + "ged" + ], + [ + "Ġlodge", + "d" + ], + [ + "ĠDial", + "ogue" + ], + [ + "-", + "playing" + ], + [ + "-pl", + "aying" + ], + [ + "-play", + "ing" + ], + [ + "Ġoverha", + "ul" + ], + [ + "Ġoverh", + "aul" + ], + [ + "evelop", + "ed" + ], + [ + "oflav", + "in" + ], + [ + "-", + "Re" + ], + [ + "-R", + "e" + ], + [ + "N", + "SA" + ], + [ + "NS", + "A" + ], + [ + "S", + "N" + ], + [ + "Ġt", + "ibia" + ], + [ + "Ġti", + "bia" + ], + [ + "Ġm", + "arm" + ], + [ + "Ġma", + "rm" + ], + [ + "Ġmar", + "m" + ], + [ + "u", + "tum" + ], + [ + "ut", + "um" + ], + [ + "utu", + "m" + ], + [ + "c", + "ele" + ], + [ + "ce", + "le" + ], + [ + "cel", + "e" + ], + [ + "ĠS", + "ections" + ], + [ + "ĠSe", + "ctions" + ], + [ + "ĠSection", + "s" + ], + [ + "o", + "ptic" + ], + [ + "op", + "tic" + ], + [ + "opt", + "ic" + ], + [ + "Ġat", + "onement" + ], + [ + "ĠW", + "ins" + ], + [ + "ĠWin", + "s" + ], + [ + "ĠWi", + "ns" + ], + [ + "Ġ", + "GET" + ], + [ + "ĠG", + "ET" + ], + [ + "ĠGE", + "T" + ], + [ + "Ġim", + "merse" + ], + [ + "Ġimmers", + "e" + ], + [ + "t", + "hers" + ], + [ + "th", + "ers" + ], + [ + "ther", + "s" + ], + [ + "the", + "rs" + ], + [ + "ff", + "es" + ], + [ + "ffe", + "s" + ], + [ + "o", + "ods" + ], + [ + "ood", + "s" + ], + [ + "oo", + "ds" + ], + [ + "ul", + "tz" + ], + [ + "ult", + "z" + ], + [ + "a", + "vas" + ], + [ + "av", + "as" + ], + [ + "ava", + "s" + ], + [ + "Ġ", + "arched" + ], + [ + "Ġar", + "ched" + ], + [ + "Ġarch", + "ed" + ], + [ + "Ġarc", + "hed" + ], + [ + "Ġarche", + "d" + ], + [ + "âĢĶ", + "we" + ], + [ + "âĢľ", + "While" + ], + [ + "-", + "cutting" + ], + [ + "-c", + "utting" + ], + [ + "-cut", + "ting" + ], + [ + "Ġconn", + "otation" + ], + [ + "Ġcir", + "cling" + ], + [ + "Ġcirc", + "ling" + ], + [ + "St", + "atus" + ], + [ + "Stat", + "us" + ], + [ + "be", + "ats" + ], + [ + "beat", + "s" + ], + [ + "mon", + "th" + ], + [ + "mont", + "h" + ], + [ + "Ġ", + "Query" + ], + [ + "ĠQu", + "ery" + ], + [ + "ĠQue", + "ry" + ], + [ + "ellig", + "ence" + ], + [ + "elli", + "gence" + ], + [ + "b", + "edo" + ], + [ + "be", + "do" + ], + [ + "bed", + "o" + ], + [ + "s", + "eller" + ], + [ + "se", + "ller" + ], + [ + "sel", + "ler" + ], + [ + "sell", + "er" + ], + [ + "ĠAz", + "ure" + ], + [ + "Out", + "side" + ], + [ + "Ġdele", + "terious" + ], + [ + "Ġdelete", + "rious" + ], + [ + "Ġcompanion", + "ship" + ], + [ + "Ġcompanions", + "hip" + ], + [ + "-", + "books" + ], + [ + "-b", + "ooks" + ], + [ + "-bo", + "oks" + ], + [ + "-book", + "s" + ], + [ + "od", + "erma" + ], + [ + "oderm", + "a" + ], + [ + "oder", + "ma" + ], + [ + "Ġrhiz", + "omes" + ], + [ + "Ġrhizome", + "s" + ], + [ + "Ġactu", + "ators" + ], + [ + "Ġactuator", + "s" + ], + [ + "Ġdiure", + "tics" + ], + [ + "Ġdiuretic", + "s" + ], + [ + "Se", + "xual" + ], + [ + "Sex", + "ual" + ], + [ + "-", + "Level" + ], + [ + "-Le", + "vel" + ], + [ + "Ġaval", + "anche" + ], + [ + ".", + "de" + ], + [ + ".d", + "e" + ], + [ + "c", + "ans" + ], + [ + "can", + "s" + ], + [ + "ca", + "ns" + ], + [ + "d", + "ig" + ], + [ + "di", + "g" + ], + [ + "d", + "ream" + ], + [ + "i", + "Äĩ" + ], + [ + "n", + "orth" + ], + [ + "nor", + "th" + ], + [ + "Ġt", + "heses" + ], + [ + "Ġthe", + "ses" + ], + [ + "Ġth", + "eses" + ], + [ + "Ġthese", + "s" + ], + [ + "Ġm", + "ummies" + ], + [ + "Ġmumm", + "ies" + ], + [ + "c", + "hs" + ], + [ + "ch", + "s" + ], + [ + "e", + "lands" + ], + [ + "el", + "ands" + ], + [ + "eland", + "s" + ], + [ + "elan", + "ds" + ], + [ + "ĠB", + "arr" + ], + [ + "ĠBar", + "r" + ], + [ + "ĠBa", + "rr" + ], + [ + "ĠH", + "aj" + ], + [ + "ĠHa", + "j" + ], + [ + "ĠN", + "atives" + ], + [ + "ĠNative", + "s" + ], + [ + "ĠNat", + "ives" + ], + [ + "Ġsc", + "uba" + ], + [ + "ĠK", + "uh" + ], + [ + "ĠKu", + "h" + ], + [ + "Ġunder", + "weight" + ], + [ + "Ġunderw", + "eight" + ], + [ + "Ġrel", + "ays" + ], + [ + "Ġrelay", + "s" + ], + [ + "Ġtyp", + "ef" + ], + [ + "Ġtype", + "f" + ], + [ + "-s", + "lavery" + ], + [ + "-sl", + "avery" + ], + [ + "a", + "hs" + ], + [ + "ah", + "s" + ], + [ + "ak", + "ening" + ], + [ + "ake", + "ning" + ], + [ + "aken", + "ing" + ], + [ + "ate", + "gor" + ], + [ + "ateg", + "or" + ], + [ + "ĠGen", + "omics" + ], + [ + "ĠGenomic", + "s" + ], + [ + "ĠAm", + "az" + ], + [ + "ĠState", + "ments" + ], + [ + "ĠStatement", + "s" + ], + [ + "Ġmal", + "nourished" + ], + [ + "Ġtele", + "phones" + ], + [ + "Ġtelephone", + "s" + ], + [ + "Ġc", + "astes" + ], + [ + "Ġcast", + "es" + ], + [ + "Ġcas", + "tes" + ], + [ + "Ġcaste", + "s" + ], + [ + "Ġpun", + "itive" + ], + [ + "ĠDist", + "ricts" + ], + [ + "ĠDistrict", + "s" + ], + [ + "Ġimper", + "fections" + ], + [ + "Ġimperfect", + "ions" + ], + [ + "al", + "mart" + ], + [ + "alm", + "art" + ], + [ + "ä", + "r" + ], + [ + "Ġrad", + "iator" + ], + [ + "Ġradi", + "ator" + ], + [ + "ĠPass", + "word" + ], + [ + "Ġ", + "Critics" + ], + [ + "ĠCr", + "itics" + ], + [ + "ĠCrit", + "ics" + ], + [ + "ĠOw", + "ners" + ], + [ + "ĠOwn", + "ers" + ], + [ + "ĠOwner", + "s" + ], + [ + "Ġstagn", + "ation" + ], + [ + "Ġstag", + "nation" + ], + [ + "º", + "C" + ], + [ + "-me", + "tre" + ], + [ + "-met", + "re" + ], + [ + "Ġfrank", + "ly" + ], + [ + "Ġindist", + "inguishable" + ], + [ + "c", + "oes" + ], + [ + "co", + "es" + ], + [ + "coe", + "s" + ], + [ + "d", + "n" + ], + [ + "g", + "ens" + ], + [ + "ge", + "ns" + ], + [ + "gen", + "s" + ], + [ + "w", + "ife" + ], + [ + "wi", + "fe" + ], + [ + "re", + "ys" + ], + [ + "rey", + "s" + ], + [ + "r", + "are" + ], + [ + "ra", + "re" + ], + [ + "rar", + "e" + ], + [ + "Ġst", + "alls" + ], + [ + "Ġstall", + "s" + ], + [ + "Ġstal", + "ls" + ], + [ + "Ġ", + "((" + ], + [ + "Ġ(", + "(" + ], + [ + "um", + "ably" + ], + [ + "uma", + "bly" + ], + [ + "umab", + "ly" + ], + [ + "Ġwas", + "tage" + ], + [ + "Ġwa", + "stage" + ], + [ + "Ġwast", + "age" + ], + [ + "ĠR", + "im" + ], + [ + "ĠRi", + "m" + ], + [ + "ear", + "able" + ], + [ + "ea", + "rable" + ], + [ + "Ġgen", + "otypes" + ], + [ + "Ġgenotype", + "s" + ], + [ + "Ġob", + "edient" + ], + [ + "Ġins", + "urers" + ], + [ + "Ġinsur", + "ers" + ], + [ + "Ġinsure", + "rs" + ], + [ + "Ġinsurer", + "s" + ], + [ + "Ġ", + "Existing" + ], + [ + "ĠEx", + "isting" + ], + [ + "ĠExist", + "ing" + ], + [ + "ĠCan", + "ary" + ], + [ + "ĠAll", + "ison" + ], + [ + "Ġflu", + "ctuation" + ], + [ + "Ġfluctu", + "ation" + ], + [ + "ĠMan", + "uscript" + ], + [ + "ĠManu", + "script" + ], + [ + "Ġregular", + "ity" + ], + [ + "Ġregul", + "arity" + ], + [ + "gar", + "h" + ], + [ + "ga", + "rh" + ], + [ + "pe", + "aker" + ], + [ + "peak", + "er" + ], + [ + "pea", + "ker" + ], + [ + "Ġvisual", + "izations" + ], + [ + "Ġvisualization", + "s" + ], + [ + "uff", + "ed" + ], + [ + "uf", + "fed" + ], + [ + "Ġcon", + "stitutions" + ], + [ + "Ġconstit", + "utions" + ], + [ + "Ġconstitution", + "s" + ], + [ + "ĠDec", + "ide" + ], + [ + "ĠLand", + "mark" + ], + [ + "ĠExper", + "iences" + ], + [ + "ĠExperience", + "s" + ], + [ + "Ġsmooth", + "ies" + ], + [ + "Ġsmoothie", + "s" + ], + [ + "I", + "RC" + ], + [ + "IR", + "C" + ], + [ + "ĠObs", + "erver" + ], + [ + "ĠObserv", + "er" + ], + [ + "ĠObserve", + "r" + ], + [ + "Ġgu", + "esses" + ], + [ + "Ġguess", + "es" + ], + [ + "ade", + "quate" + ], + [ + "adequ", + "ate" + ], + [ + "Ġsket", + "ching" + ], + [ + "Ġsketch", + "ing" + ], + [ + "Ġdeleg", + "ated" + ], + [ + "Ġdele", + "gated" + ], + [ + "Ġdelegate", + "d" + ], + [ + "Ġcock", + "roach" + ], + [ + "ĠRap", + "hael" + ], + [ + "ĠMaur", + "itius" + ], + [ + "Ġgeneal", + "ogical" + ], + [ + "Ġgenealog", + "ical" + ], + [ + "Ġanti", + "psych" + ], + [ + "Ġantip", + "sych" + ], + [ + "Ġdisinteg", + "ration" + ], + [ + "ĠS", + "idney" + ], + [ + "ĠSid", + "ney" + ], + [ + "|W", + "ikimedia" + ], + [ + "qual", + "ified" + ], + [ + "Ġintermedi", + "ary" + ], + [ + "Isa", + "iah" + ], + [ + "Ġhump", + "back" + ], + [ + "quart", + "ered" + ], + [ + "WASH", + "INGTON" + ], + [ + "H", + "CR" + ], + [ + "HC", + "R" + ], + [ + "P", + "TSD" + ], + [ + "PT", + "SD" + ], + [ + "a", + "ires" + ], + [ + "air", + "es" + ], + [ + "ai", + "res" + ], + [ + "aire", + "s" + ], + [ + "f", + "an" + ], + [ + "fa", + "n" + ], + [ + "Ġw", + "aving" + ], + [ + "Ġwa", + "ving" + ], + [ + "Ġ", + "fax" + ], + [ + "Ġf", + "ax" + ], + [ + "Ġfa", + "x" + ], + [ + "Ġ", + "ni" + ], + [ + "Ġn", + "i" + ], + [ + "i", + "metry" + ], + [ + "im", + "etry" + ], + [ + "ime", + "try" + ], + [ + "imet", + "ry" + ], + [ + "ĠS", + "ach" + ], + [ + "ĠSac", + "h" + ], + [ + "ĠSa", + "ch" + ], + [ + "ĠM", + "ash" + ], + [ + "ĠMa", + "sh" + ], + [ + "ĠMas", + "h" + ], + [ + "Ġd", + "eem" + ], + [ + "Ġde", + "em" + ], + [ + "Ġ", + "PART" + ], + [ + "ĠP", + "ART" + ], + [ + "ĠPA", + "RT" + ], + [ + "ĠPAR", + "T" + ], + [ + "qu", + "ite" + ], + [ + "quit", + "e" + ], + [ + "qui", + "te" + ], + [ + "Ġ", + "Duration" + ], + [ + "ĠD", + "uration" + ], + [ + "ĠDu", + "ration" + ], + [ + "ĠDur", + "ation" + ], + [ + "ĠâĢ", + "º" + ], + [ + "ĠIn", + "quisition" + ], + [ + "Ġun", + "ifying" + ], + [ + "Ġunify", + "ing" + ], + [ + "te", + "chnology" + ], + [ + "techn", + "ology" + ], + [ + "Ġb", + "lasting" + ], + [ + "Ġbl", + "asting" + ], + [ + "Ġblast", + "ing" + ], + [ + "Ġdes", + "erving" + ], + [ + "Ġrep", + "atri" + ], + [ + "ov", + "ina" + ], + [ + "Ġg", + "lam" + ], + [ + "Ġgl", + "am" + ], + [ + "t", + "ones" + ], + [ + "to", + "nes" + ], + [ + "ton", + "es" + ], + [ + "Ġwar", + "rants" + ], + [ + "Ġwarrant", + "s" + ], + [ + "Ġ", + "operative" + ], + [ + "Ġop", + "erative" + ], + [ + "Ġoper", + "ative" + ], + [ + "Ġdis", + "ordered" + ], + [ + "Ġdisord", + "ered" + ], + [ + "Ġdisorder", + "ed" + ], + [ + "Ġem", + "bol" + ], + [ + "Ġemb", + "ol" + ], + [ + "Ġcoast", + "lines" + ], + [ + "Ġcoastline", + "s" + ], + [ + "ĠD", + "isk" + ], + [ + "ĠDis", + "k" + ], + [ + "ĠDi", + "sk" + ], + [ + "Ġrot", + "ator" + ], + [ + "Ġqual", + "ifies" + ], + [ + "udd", + "led" + ], + [ + "uddle", + "d" + ], + [ + "Ġhero", + "ine" + ], + [ + "Ġheroin", + "e" + ], + [ + "Ġad", + "mitting" + ], + [ + "Ġadm", + "itting" + ], + [ + "Ġadmit", + "ting" + ], + [ + "OUR", + "CES" + ], + [ + "OURCE", + "S" + ], + [ + "ĠC", + "FR" + ], + [ + "ĠCF", + "R" + ], + [ + "Ġgame", + "rs" + ], + [ + "Ġgam", + "ers" + ], + [ + "Ġga", + "mers" + ], + [ + "Ġot", + "ter" + ], + [ + "ĠCoc", + "onut" + ], + [ + "Ġchimpan", + "zee" + ], + [ + "Ġun", + "mist" + ], + [ + "Ġunm", + "ist" + ], + [ + "Ġpsycho", + "active" + ], + [ + "ĠHutch", + "inson" + ], + [ + "Ġfl", + "uffy" + ], + [ + "Ġfluff", + "y" + ], + [ + "ĠTeh", + "ran" + ], + [ + "ĠFaul", + "kner" + ], + [ + "Ġinext", + "ric" + ], + [ + "M", + "ade" + ], + [ + "Ma", + "de" + ], + [ + "Mad", + "e" + ], + [ + "b", + "ett" + ], + [ + "be", + "tt" + ], + [ + "bet", + "t" + ], + [ + "n", + "um" + ], + [ + "nu", + "m" + ], + [ + "u", + "ent" + ], + [ + "ue", + "nt" + ], + [ + "uen", + "t" + ], + [ + "Ġd", + "ilation" + ], + [ + "Ġdi", + "lation" + ], + [ + "Ġdil", + "ation" + ], + [ + "ig", + "ions" + ], + [ + "igion", + "s" + ], + [ + "igi", + "ons" + ], + [ + "ig", + "ail" + ], + [ + "iga", + "il" + ], + [ + "Ġ", + "yang" + ], + [ + "Ġy", + "ang" + ], + [ + "Ġya", + "ng" + ], + [ + "Ġs", + "tom" + ], + [ + "Ġst", + "om" + ], + [ + "Ġsto", + "m" + ], + [ + "ĠP", + "ike" + ], + [ + "ĠPi", + "ke" + ], + [ + "ĠB", + "uc" + ], + [ + "ĠBu", + "c" + ], + [ + "Ġ", + "OM" + ], + [ + "ĠO", + "M" + ], + [ + "Ġim", + "pe" + ], + [ + "Ġimp", + "e" + ], + [ + "Ġsc", + "ents" + ], + [ + "Ġscen", + "ts" + ], + [ + "Ġscent", + "s" + ], + [ + "ĠV", + "era" + ], + [ + "ĠVer", + "a" + ], + [ + "ĠVe", + "ra" + ], + [ + "Ġident", + "ifiers" + ], + [ + "Ġidentifier", + "s" + ], + [ + "ĠRes", + "urrection" + ], + [ + "-p", + "acked" + ], + [ + "-pack", + "ed" + ], + [ + "ĠEn", + "vironments" + ], + [ + "ĠEnvironment", + "s" + ], + [ + "ĠEnviron", + "ments" + ], + [ + "Ġmechan", + "ic" + ], + [ + "ĠHer", + "bal" + ], + [ + "ĠHerb", + "al" + ], + [ + "Ġ", + "Swimming" + ], + [ + "ĠSw", + "imming" + ], + [ + "ĠSwim", + "ming" + ], + [ + "omy", + "ces" + ], + [ + "omyc", + "es" + ], + [ + "Ġder", + "ivation" + ], + [ + "Ġderiv", + "ation" + ], + [ + "ĠCommun", + "ists" + ], + [ + "ĠCommunist", + "s" + ], + [ + "Ġcompl", + "imentary" + ], + [ + "Ġcompliment", + "ary" + ], + [ + "Ġtraining", + "s" + ], + [ + "Ġtrain", + "ings" + ], + [ + "Ġchar", + "tered" + ], + [ + "Ġchart", + "ered" + ], + [ + "Ġcharter", + "ed" + ], + [ + "r", + "usions" + ], + [ + "rus", + "ions" + ], + [ + "rusion", + "s" + ], + [ + "O", + "LD" + ], + [ + "OL", + "D" + ], + [ + "Ġempt", + "ied" + ], + [ + "ĠMe", + "nu" + ], + [ + "ĠMen", + "u" + ], + [ + "Ġaccompan", + "iment" + ], + [ + "ĠAuthor", + "ities" + ], + [ + "Ġco", + "ward" + ], + [ + "Ġcow", + "ard" + ], + [ + "Ġgran", + "ul" + ], + [ + "pr", + "eted" + ], + [ + "pre", + "ted" + ], + [ + "pret", + "ed" + ], + [ + "idel", + "berg" + ], + [ + "Ġfut", + "ile" + ], + [ + "-four", + "th" + ], + [ + "ĠB", + "reath" + ], + [ + "ĠBre", + "ath" + ], + [ + "ĠBreat", + "h" + ], + [ + "Ġ", + "BOOK" + ], + [ + "ĠBO", + "OK" + ], + [ + "ĠTowns", + "end" + ], + [ + "Ġta", + "vern" + ], + [ + "Ag", + "riculture" + ], + [ + "Agricult", + "ure" + ], + [ + "Ġruth", + "less" + ], + [ + "ĠUzbek", + "istan" + ], + [ + "olyb", + "den" + ], + [ + "ocalyp", + "se" + ], + [ + "g", + "ren" + ], + [ + "gre", + "n" + ], + [ + "gr", + "en" + ], + [ + "v", + "ascular" + ], + [ + "vas", + "cular" + ], + [ + "a", + "try" + ], + [ + "at", + "ry" + ], + [ + "atr", + "y" + ], + [ + "Ġp", + "auses" + ], + [ + "Ġpa", + "uses" + ], + [ + "Ġpause", + "s" + ], + [ + "Ġpau", + "ses" + ], + [ + "Ġre", + "vert" + ], + [ + "Ġrev", + "ert" + ], + [ + "Ġreve", + "rt" + ], + [ + "Ġrever", + "t" + ], + [ + "st", + "reet" + ], + [ + "Ġst", + "ent" + ], + [ + "Ġste", + "nt" + ], + [ + "Ġsten", + "t" + ], + [ + "ĠS", + "olve" + ], + [ + "ĠSol", + "ve" + ], + [ + "ĠC", + "oh" + ], + [ + "ĠCo", + "h" + ], + [ + "Ġ", + "END" + ], + [ + "ĠE", + "ND" + ], + [ + "ĠEN", + "D" + ], + [ + "ĠF", + "ortune" + ], + [ + "ĠFort", + "une" + ], + [ + "Ġs", + "having" + ], + [ + "Ġsh", + "aving" + ], + [ + "ĠL", + "MS" + ], + [ + "ĠLM", + "S" + ], + [ + "ac", + "ted" + ], + [ + "act", + "ed" + ], + [ + "Ġ", + "sci" + ], + [ + "Ġs", + "ci" + ], + [ + "Ġsc", + "i" + ], + [ + "ĠK", + "ub" + ], + [ + "ĠKu", + "b" + ], + [ + "Ġg", + "ob" + ], + [ + "Ġgo", + "b" + ], + [ + "ĠCh", + "ihu" + ], + [ + "ĠChi", + "hu" + ], + [ + "Ġde", + "cont" + ], + [ + "Ġdec", + "ont" + ], + [ + "Ġdecon", + "t" + ], + [ + "Ġdeco", + "nt" + ], + [ + "Ġc", + "aller" + ], + [ + "Ġca", + "ller" + ], + [ + "Ġcall", + "er" + ], + [ + "Ġcal", + "ler" + ], + [ + "Ġread", + "ability" + ], + [ + "-s", + "ustaining" + ], + [ + ".", + "St" + ], + [ + ".S", + "t" + ], + [ + "Ġaccount", + "ants" + ], + [ + "Ġaccountant", + "s" + ], + [ + "am", + "ino" + ], + [ + "amin", + "o" + ], + [ + "ami", + "no" + ], + [ + "ĠM", + "ayer" + ], + [ + "ĠMay", + "er" + ], + [ + "ĠMa", + "yer" + ], + [ + "y", + "na" + ], + [ + "yn", + "a" + ], + [ + "Ġste", + "ak" + ], + [ + "ĠInt", + "roduce" + ], + [ + "A", + "NN" + ], + [ + "AN", + "N" + ], + [ + "Ġtruth", + "ful" + ], + [ + "Ġflex", + "ion" + ], + [ + "S", + "creen" + ], + [ + "Sc", + "reen" + ], + [ + "bra", + "him" + ], + [ + "-", + "chip" + ], + [ + "-c", + "hip" + ], + [ + "-ch", + "ip" + ], + [ + "ĠO", + "lm" + ], + [ + "ĠOl", + "m" + ], + [ + "Ġty", + "res" + ], + [ + "Ġtyr", + "es" + ], + [ + "Ġtyre", + "s" + ], + [ + "Ġintens", + "ities" + ], + [ + "ĠChi", + "ropractic" + ], + [ + "ĠChiropract", + "ic" + ], + [ + "Ext", + "reme" + ], + [ + "Ġlod", + "ging" + ], + [ + "Ġun", + "folded" + ], + [ + "Ġunfold", + "ed" + ], + [ + "Ġple", + "asurable" + ], + [ + "Ġpleas", + "urable" + ], + [ + "Ġpanor", + "amic" + ], + [ + "ĠBoh", + "emia" + ], + [ + "ĠBohem", + "ia" + ], + [ + "Ġantihist", + "amines" + ], + [ + "Ġantihistamine", + "s" + ], + [ + "Ġkan", + "ji" + ], + [ + "ĠFlem", + "ish" + ], + [ + "Ġpun", + "gent" + ], + [ + "Ġpung", + "ent" + ], + [ + "M", + "oon" + ], + [ + "Mo", + "on" + ], + [ + "l", + "ost" + ], + [ + "lo", + "st" + ], + [ + "los", + "t" + ], + [ + "m", + "eter" + ], + [ + "me", + "ter" + ], + [ + "met", + "er" + ], + [ + "p", + "red" + ], + [ + "pr", + "ed" + ], + [ + "pre", + "d" + ], + [ + "w", + "rite" + ], + [ + "ì", + "Ŀ" + ], + [ + "r", + "eous" + ], + [ + "re", + "ous" + ], + [ + "ar", + "ry" + ], + [ + "arr", + "y" + ], + [ + "âĢĻ", + "clock" + ], + [ + "Ġh", + "aunted" + ], + [ + "Ġha", + "unted" + ], + [ + "Ġhaunt", + "ed" + ], + [ + "rom", + "ised" + ], + [ + "romise", + "d" + ], + [ + "q", + "uant" + ], + [ + "qu", + "ant" + ], + [ + "qua", + "nt" + ], + [ + "ĠL", + "ance" + ], + [ + "ĠLa", + "nce" + ], + [ + "ĠLanc", + "e" + ], + [ + "ĠLan", + "ce" + ], + [ + "us", + "tion" + ], + [ + "ust", + "ion" + ], + [ + "Ġp", + "erv" + ], + [ + "Ġper", + "v" + ], + [ + "vers", + "ive" + ], + [ + "Ġ", + "raining" + ], + [ + "Ġr", + "aining" + ], + [ + "Ġra", + "ining" + ], + [ + "Ġrain", + "ing" + ], + [ + "Ġunder", + "lined" + ], + [ + "Ġunderline", + "d" + ], + [ + "Ġdi", + "apers" + ], + [ + "Ġdia", + "pers" + ], + [ + "Ġdiaper", + "s" + ], + [ + "ot", + "ho" + ], + [ + "oth", + "o" + ], + [ + "Ġd", + "eco" + ], + [ + "Ġde", + "co" + ], + [ + "Ġdec", + "o" + ], + [ + "Ġfl", + "aps" + ], + [ + "Ġflap", + "s" + ], + [ + "Ġmon", + "ounsaturated" + ], + [ + "Ġmono", + "unsaturated" + ], + [ + "Ġtest", + "icles" + ], + [ + "Ġtesticle", + "s" + ], + [ + "o", + "cked" + ], + [ + "oc", + "ked" + ], + [ + "ock", + "ed" + ], + [ + "Ġs", + "lack" + ], + [ + "Ġsl", + "ack" + ], + [ + "Ġsecond", + "ly" + ], + [ + "Ġmar", + "bles" + ], + [ + "Ġmarble", + "s" + ], + [ + "Ġet", + "iology" + ], + [ + "Ġvir", + "ulent" + ], + [ + "Ġs", + "unken" + ], + [ + "Ġsun", + "ken" + ], + [ + "Ġsunk", + "en" + ], + [ + "ĠDe", + "pot" + ], + [ + "ĠDep", + "ot" + ], + [ + "ĠE", + "lm" + ], + [ + "ĠEl", + "m" + ], + [ + "ĠFl", + "ags" + ], + [ + "ĠFlag", + "s" + ], + [ + "ĠFla", + "gs" + ], + [ + "à¤", + "¸" + ], + [ + "ĠSan", + "itation" + ], + [ + "Ġrot", + "avirus" + ], + [ + "Ġnutrition", + "ally" + ], + [ + "Ġnutritional", + "ly" + ], + [ + "ĠControl", + "s" + ], + [ + "L", + "etter" + ], + [ + "Let", + "ter" + ], + [ + "Ġethnic", + "ities" + ], + [ + "Ġpra", + "ises" + ], + [ + "Ġpraise", + "s" + ], + [ + "Ġshoot", + "ings" + ], + [ + "Ġshooting", + "s" + ], + [ + "Ġ", + "×Ķ" + ], + [ + "Ġ×", + "Ķ" + ], + [ + "Em", + "otional" + ], + [ + "Ġt", + "yre" + ], + [ + "Ġty", + "re" + ], + [ + "Ġtyr", + "e" + ], + [ + "Ġaff", + "irmation" + ], + [ + "Ġaffirm", + "ation" + ], + [ + "ĠBu", + "ying" + ], + [ + "ĠBuy", + "ing" + ], + [ + "ĠInv", + "olve" + ], + [ + "Inter", + "esting" + ], + [ + "Interest", + "ing" + ], + [ + "ĠJournal", + "s" + ], + [ + "ĠJour", + "nals" + ], + [ + "ĠChamber", + "lain" + ], + [ + "ĠT", + "ongue" + ], + [ + "ĠTong", + "ue" + ], + [ + "ĠTon", + "gue" + ], + [ + "Ġtriglycer", + "ide" + ], + [ + "Ġpolyg", + "ons" + ], + [ + "Ġpolygon", + "s" + ], + [ + "No", + "body" + ], + [ + "Nob", + "ody" + ], + [ + "Virgin", + "ia" + ], + [ + "H", + "it" + ], + [ + "Hi", + "t" + ], + [ + "m", + "ac" + ], + [ + "ma", + "c" + ], + [ + "al", + "p" + ], + [ + "a", + "lers" + ], + [ + "al", + "ers" + ], + [ + "ale", + "rs" + ], + [ + "aler", + "s" + ], + [ + "o", + "upe" + ], + [ + "ou", + "pe" + ], + [ + "oup", + "e" + ], + [ + "Ġ", + "TC" + ], + [ + "ĠT", + "C" + ], + [ + "Ġcon", + "gl" + ], + [ + "Ġcong", + "l" + ], + [ + "ĠM", + "arm" + ], + [ + "ĠMar", + "m" + ], + [ + "ĠMa", + "rm" + ], + [ + "il", + "lusion" + ], + [ + "ill", + "usion" + ], + [ + "illus", + "ion" + ], + [ + "ĠL", + "um" + ], + [ + "ĠLu", + "m" + ], + [ + "ĠL", + "one" + ], + [ + "ĠLo", + "ne" + ], + [ + "ĠLon", + "e" + ], + [ + "ĠIn", + "her" + ], + [ + "ĠInh", + "er" + ], + [ + "Ġimp", + "airs" + ], + [ + "Ġimpair", + "s" + ], + [ + "Ġapp", + "arel" + ], + [ + "Ġappar", + "el" + ], + [ + "ĠS", + "to" + ], + [ + "ĠSt", + "o" + ], + [ + "ob", + "acco" + ], + [ + "und", + "ance" + ], + [ + "unda", + "nce" + ], + [ + "ex", + "isting" + ], + [ + "ĠEng", + "el" + ], + [ + "ĠEn", + "gel" + ], + [ + "-p", + "aying" + ], + [ + "-pay", + "ing" + ], + [ + "ĠAb", + "dominal" + ], + [ + "-g", + "rained" + ], + [ + "-gra", + "ined" + ], + [ + "-grain", + "ed" + ], + [ + "ĠJournal", + "ism" + ], + [ + "Ġenhance", + "ments" + ], + [ + "Ġenhancement", + "s" + ], + [ + "Ġdefe", + "ats" + ], + [ + "Ġdefeat", + "s" + ], + [ + "ĠRh", + "od" + ], + [ + "à¥", + "ĭ" + ], + [ + "Ġfluor", + "idation" + ], + [ + "Ġinter", + "ruptions" + ], + [ + "Ġinterrupt", + "ions" + ], + [ + "Ġinterruption", + "s" + ], + [ + "ĠHyper", + "tension" + ], + [ + "Ġincon", + "clusive" + ], + [ + "ĠFilip", + "inos" + ], + [ + "ĠFilipino", + "s" + ], + [ + "Cap", + "ital" + ], + [ + "ophys", + "iology" + ], + [ + "Ġrug", + "by" + ], + [ + "Hope", + "fully" + ], + [ + "Ġneurom", + "uscular" + ], + [ + "Ġrigorous", + "ly" + ], + [ + "Ġrigor", + "ously" + ], + [ + "ERG", + "Y" + ], + [ + "ĠConscious", + "ness" + ], + [ + "d", + "isciplinary" + ], + [ + "f", + "ed" + ], + [ + "fe", + "d" + ], + [ + "h", + "om" + ], + [ + "ho", + "m" + ], + [ + "p", + "ure" + ], + [ + "pur", + "e" + ], + [ + "pu", + "re" + ], + [ + "Ġs", + "izing" + ], + [ + "Ġsi", + "zing" + ], + [ + "Ġw", + "ield" + ], + [ + "Ġwi", + "eld" + ], + [ + "Ġt", + "oad" + ], + [ + "Ġto", + "ad" + ], + [ + "Ġh", + "itch" + ], + [ + "Ġhit", + "ch" + ], + [ + "Ġe", + "Learning" + ], + [ + "o", + "tom" + ], + [ + "ot", + "om" + ], + [ + "oto", + "m" + ], + [ + "Ġs", + "to" + ], + [ + "Ġst", + "o" + ], + [ + "ĠA", + "gencies" + ], + [ + "ĠAg", + "encies" + ], + [ + "ĠP", + "igs" + ], + [ + "ĠPi", + "gs" + ], + [ + "ĠPig", + "s" + ], + [ + "ĠB", + "t" + ], + [ + "Ġch", + "ased" + ], + [ + "Ġcha", + "sed" + ], + [ + "Ġchase", + "d" + ], + [ + "Ġout", + "age" + ], + [ + "Ġou", + "tage" + ], + [ + "Ġu", + "nob" + ], + [ + "Ġun", + "ob" + ], + [ + "Ġrec", + "uper" + ], + [ + "Ġfe", + "athered" + ], + [ + "Ġfeather", + "ed" + ], + [ + "Ġfeat", + "hered" + ], + [ + "Ġin", + "determ" + ], + [ + "Ġind", + "eterm" + ], + [ + ")", + ".âĢĿĊ" + ], + [ + ").", + "âĢĿĊ" + ], + [ + ").âĢĿ", + "Ċ" + ], + [ + "Ġc", + "aric" + ], + [ + "Ġcar", + "ic" + ], + [ + "Ġca", + "ric" + ], + [ + "gy", + "z" + ], + [ + "Ġday", + "care" + ], + [ + "Ġserv", + "o" + ], + [ + "Ġser", + "vo" + ], + [ + "ĠS", + "paces" + ], + [ + "ĠSp", + "aces" + ], + [ + "ĠSpace", + "s" + ], + [ + "ĠSpa", + "ces" + ], + [ + "ĠB", + "utton" + ], + [ + "ĠBut", + "ton" + ], + [ + "ĠButt", + "on" + ], + [ + "âĢĶ", + "c" + ], + [ + "Ġret", + "iring" + ], + [ + "Ġs", + "log" + ], + [ + "Ġsl", + "og" + ], + [ + "er", + "case" + ], + [ + "erc", + "ase" + ], + [ + "Ġpast", + "ry" + ], + [ + "Ġpa", + "stry" + ], + [ + "Ġpas", + "try" + ], + [ + "ĠBe", + "ef" + ], + [ + "ĠBee", + "f" + ], + [ + "Ġneg", + "ro" + ], + [ + "pro", + "blem" + ], + [ + "ĠHer", + "bs" + ], + [ + "ĠHerb", + "s" + ], + [ + "ĠSch", + "war" + ], + [ + "ĠSchw", + "ar" + ], + [ + "ĠH", + "elic" + ], + [ + "ĠHe", + "lic" + ], + [ + "ĠHel", + "ic" + ], + [ + "Ġ", + "ÃĤ" + ], + [ + "ĠÃ", + "Ĥ" + ], + [ + "ĠJose", + "f" + ], + [ + "ĠJos", + "ef" + ], + [ + "ĠExt", + "ensive" + ], + [ + "ĠEqu", + "ations" + ], + [ + "ĠEquation", + "s" + ], + [ + "-", + "after" + ], + [ + "-a", + "fter" + ], + [ + "Ġprecip", + "itate" + ], + [ + "ĠCP", + "Us" + ], + [ + "ĠCPU", + "s" + ], + [ + "Ġenthusi", + "astically" + ], + [ + "Ġenthusiastic", + "ally" + ], + [ + "Ġenthusiast", + "ically" + ], + [ + "Ġbreast", + "fed" + ], + [ + "Ġbreastf", + "ed" + ], + [ + "ĠB", + "owel" + ], + [ + "ĠBo", + "wel" + ], + [ + "ĠBow", + "el" + ], + [ + "Ess", + "entially" + ], + [ + "Essential", + "ly" + ], + [ + "Ġantif", + "ungal" + ], + [ + "Ġmelanch", + "oly" + ], + [ + "\"", + "?Ċ" + ], + [ + "\"?", + "Ċ" + ], + [ + "(", + "S" + ], + [ + "-", + "chief" + ], + [ + "-ch", + "ief" + ], + [ + "/", + "science" + ], + [ + "/s", + "cience" + ], + [ + "/sc", + "ience" + ], + [ + "G", + "ram" + ], + [ + "Gra", + "m" + ], + [ + "Gr", + "am" + ], + [ + "R", + "oot" + ], + [ + "Ro", + "ot" + ], + [ + "Ġh", + "overing" + ], + [ + "Ġhover", + "ing" + ], + [ + "ĠB", + "rent" + ], + [ + "ĠBr", + "ent" + ], + [ + "ĠBre", + "nt" + ], + [ + "ĠBren", + "t" + ], + [ + "ĠH", + "olding" + ], + [ + "ĠHol", + "ding" + ], + [ + "ĠHold", + "ing" + ], + [ + "Ġ", + "Watching" + ], + [ + "ĠW", + "atching" + ], + [ + "ĠWatch", + "ing" + ], + [ + "ĠWat", + "ching" + ], + [ + "Ġ", + "GEN" + ], + [ + "ĠG", + "EN" + ], + [ + "ĠGE", + "N" + ], + [ + "ĠU", + "CL" + ], + [ + "ĠUC", + "L" + ], + [ + "Ġtw", + "ists" + ], + [ + "Ġtwist", + "s" + ], + [ + "Ġem", + "itter" + ], + [ + "Ġemit", + "ter" + ], + [ + "Ġcommun", + "ists" + ], + [ + "Ġcommunist", + "s" + ], + [ + "man", + "ent" + ], + [ + "oring", + "a" + ], + [ + "ib", + "rill" + ], + [ + "ibr", + "ill" + ], + [ + "Ġemb", + "argo" + ], + [ + "ĠPer", + "cy" + ], + [ + "ĠPerc", + "y" + ], + [ + "v", + "eston" + ], + [ + "ve", + "ston" + ], + [ + "ves", + "ton" + ], + [ + "vest", + "on" + ], + [ + "P", + "SS" + ], + [ + "PS", + "S" + ], + [ + "ĠRem", + "brandt" + ], + [ + "Ġwealth", + "iest" + ], + [ + "R", + "OD" + ], + [ + "RO", + "D" + ], + [ + "T", + "een" + ], + [ + "Te", + "en" + ], + [ + "ĠJud", + "ea" + ], + [ + "ĠJude", + "a" + ], + [ + "Ġdys", + "entery" + ], + [ + "Ġath", + "letics" + ], + [ + "Ġathlet", + "ics" + ], + [ + "Ġathletic", + "s" + ], + [ + "Ac", + "cept" + ], + [ + "Acc", + "ept" + ], + [ + "è", + "s" + ], + [ + "Ġk", + "inase" + ], + [ + "Ġkin", + "ase" + ], + [ + "ÑĢ", + "е" + ], + [ + "a", + "unted" + ], + [ + "aunt", + "ed" + ], + [ + "ĠRecon", + "ciliation" + ], + [ + "ĠLithuan", + "ian" + ], + [ + "ĠLithuania", + "n" + ], + [ + "Ġabscess", + "es" + ], + [ + "ĠWend", + "y" + ], + [ + "ĠWen", + "dy" + ], + [ + "Ġinse", + "parable" + ], + [ + "ĠAph", + "rodite" + ], + [ + "Ġgr", + "ieving" + ], + [ + "Ġgriev", + "ing" + ], + [ + "Ġgrie", + "ving" + ], + [ + ")", + "\"" + ], + [ + "A", + "mb" + ], + [ + "Am", + "b" + ], + [ + "M", + "ercury" + ], + [ + "Ġb", + "ak" + ], + [ + "Ġba", + "k" + ], + [ + "Ġ", + "gin" + ], + [ + "Ġg", + "in" + ], + [ + "Ġgi", + "n" + ], + [ + "Ġg", + "reek" + ], + [ + "Ġgr", + "eek" + ], + [ + "Ġgre", + "ek" + ], + [ + "ĠS", + "HO" + ], + [ + "ĠSH", + "O" + ], + [ + "ĠS", + "outheastern" + ], + [ + "ĠSoutheast", + "ern" + ], + [ + "ĠSout", + "heastern" + ], + [ + "Ġde", + "odor" + ], + [ + "ist", + "ling" + ], + [ + "ĠB", + "ere" + ], + [ + "ĠBe", + "re" + ], + [ + "ĠBer", + "e" + ], + [ + "o", + "gies" + ], + [ + "og", + "ies" + ], + [ + "ogie", + "s" + ], + [ + "ogi", + "es" + ], + [ + "ĠG", + "anga" + ], + [ + "ĠGang", + "a" + ], + [ + "ĠGan", + "ga" + ], + [ + "Ġab", + "using" + ], + [ + "Ġ", + "UM" + ], + [ + "ĠU", + "M" + ], + [ + "ĠK", + "ang" + ], + [ + "ĠKa", + "ng" + ], + [ + "ĠKan", + "g" + ], + [ + "o", + "var" + ], + [ + "ov", + "ar" + ], + [ + "ova", + "r" + ], + [ + "ch", + "ner" + ], + [ + "chn", + "er" + ], + [ + "Ġmon", + "st" + ], + [ + "Ġmo", + "nst" + ], + [ + "Ġp", + "opped" + ], + [ + "Ġpo", + "pped" + ], + [ + "Ġpop", + "ped" + ], + [ + "v", + "ester" + ], + [ + "ve", + "ster" + ], + [ + "ves", + "ter" + ], + [ + "vest", + "er" + ], + [ + "âĢľ", + "So" + ], + [ + "âĢľS", + "o" + ], + [ + "-", + "mem" + ], + [ + "-m", + "em" + ], + [ + "-me", + "m" + ], + [ + "-", + "worth" + ], + [ + "-w", + "orth" + ], + [ + "Ġpsych", + "ic" + ], + [ + "Ġmagn", + "ified" + ], + [ + "ĠPres", + "ence" + ], + [ + "Ġr", + "arer" + ], + [ + "Ġra", + "rer" + ], + [ + "Ġrare", + "r" + ], + [ + "Ex", + "planation" + ], + [ + "ĠC", + "yt" + ], + [ + "ĠCy", + "t" + ], + [ + "ĠP", + "rinted" + ], + [ + "ĠPrint", + "ed" + ], + [ + "utter", + "stock" + ], + [ + "ĠP", + "roteins" + ], + [ + "ĠProte", + "ins" + ], + [ + "ĠProtein", + "s" + ], + [ + "l", + "inked" + ], + [ + "lin", + "ked" + ], + [ + "link", + "ed" + ], + [ + "VI", + "EW" + ], + [ + "Prot", + "ect" + ], + [ + "ĠSynt", + "hesis" + ], + [ + "Ġmism", + "atch" + ], + [ + "ĠAe", + "gean" + ], + [ + "ĠAeg", + "ean" + ], + [ + "Ġard", + "ent" + ], + [ + "C", + "AR" + ], + [ + "CA", + "R" + ], + [ + "b", + "ration" + ], + [ + "br", + "ation" + ], + [ + "bra", + "tion" + ], + [ + "c", + "ox" + ], + [ + "co", + "x" + ], + [ + "ĠM", + "aternal" + ], + [ + "ĠMat", + "ernal" + ], + [ + "ĠMa", + "ternal" + ], + [ + "ĠMater", + "nal" + ], + [ + "ĠB", + "orders" + ], + [ + "ĠBor", + "ders" + ], + [ + "ĠBorder", + "s" + ], + [ + "ĠBord", + "ers" + ], + [ + "Ġsp", + "asm" + ], + [ + "Ġspa", + "sm" + ], + [ + "Ġp", + "last" + ], + [ + "Ġpl", + "ast" + ], + [ + "Ġpla", + "st" + ], + [ + "Ġplas", + "t" + ], + [ + "i", + "bar" + ], + [ + "ib", + "ar" + ], + [ + "iba", + "r" + ], + [ + "ĠK", + "ew" + ], + [ + "ĠKe", + "w" + ], + [ + "Ġ", + "pox" + ], + [ + "Ġp", + "ox" + ], + [ + "Ġpo", + "x" + ], + [ + "ĠAn", + "not" + ], + [ + "ĠAnn", + "ot" + ], + [ + "Ġserv", + "itude" + ], + [ + "Ġs", + "lag" + ], + [ + "Ġsl", + "ag" + ], + [ + "Ġcal", + "ving" + ], + [ + "ĠW", + "orse" + ], + [ + "ĠWor", + "se" + ], + [ + "ĠWors", + "e" + ], + [ + "-", + "la" + ], + [ + "-l", + "a" + ], + [ + "Ġb", + "athe" + ], + [ + "Ġbat", + "he" + ], + [ + "Ġbath", + "e" + ], + [ + "Ġba", + "the" + ], + [ + "A", + "lt" + ], + [ + "Al", + "t" + ], + [ + "Ġpersonal", + "ised" + ], + [ + "Ġstandard", + "ised" + ], + [ + "h", + "aft" + ], + [ + "ha", + "ft" + ], + [ + "s", + "ects" + ], + [ + "sect", + "s" + ], + [ + "sec", + "ts" + ], + [ + "Ġadapt", + "s" + ], + [ + "i", + "plication" + ], + [ + "ip", + "lication" + ], + [ + "ipl", + "ication" + ], + [ + "Ġde", + "riving" + ], + [ + "Ġder", + "iving" + ], + [ + "Ġderiv", + "ing" + ], + [ + "Im", + "mun" + ], + [ + "Imm", + "un" + ], + [ + "ag", + "oons" + ], + [ + "ago", + "ons" + ], + [ + "Ġrevolution", + "aries" + ], + [ + "ĠP", + "osts" + ], + [ + "ĠPost", + "s" + ], + [ + "ĠPo", + "sts" + ], + [ + "ĠPos", + "ts" + ], + [ + "opl", + "asma" + ], + [ + "oplasm", + "a" + ], + [ + "oplas", + "ma" + ], + [ + "or", + "phy" + ], + [ + "orph", + "y" + ], + [ + "orp", + "hy" + ], + [ + "Ġjudge", + "ments" + ], + [ + "Ġjudgement", + "s" + ], + [ + "ĠElizabeth", + "an" + ], + [ + "Ġ", + "Garlic" + ], + [ + "ĠGar", + "lic" + ], + [ + "Ġport", + "raying" + ], + [ + "Ġportray", + "ing" + ], + [ + "Ġadult", + "ery" + ], + [ + "Ġadul", + "tery" + ], + [ + "Ġadulter", + "y" + ], + [ + "Ġdedu", + "ce" + ], + [ + "ĠCat", + "alan" + ], + [ + "ĠCatal", + "an" + ], + [ + "ĠEmb", + "ry" + ], + [ + "Ġext", + "rinsic" + ], + [ + "Ġextr", + "insic" + ], + [ + "Ġbrack", + "ish" + ], + [ + "Ġann", + "otations" + ], + [ + "Ġannot", + "ations" + ], + [ + "Ġannotation", + "s" + ], + [ + "ĠGen", + "erator" + ], + [ + "ĠGener", + "ator" + ], + [ + "ĠGene", + "rator" + ], + [ + "Ġev", + "idences" + ], + [ + "Ġevidence", + "s" + ], + [ + "Ġevid", + "ences" + ], + [ + "Ġbetray", + "al" + ], + [ + "ĠPar", + "sons" + ], + [ + "ĠPars", + "ons" + ], + [ + "Ġtran", + "quil" + ], + [ + "Ġtranqu", + "il" + ], + [ + "Ġrins", + "ing" + ], + [ + "/", + "un" + ], + [ + "/u", + "n" + ], + [ + "Ġ", + "hr" + ], + [ + "Ġh", + "r" + ], + [ + "i", + "lin" + ], + [ + "il", + "in" + ], + [ + "ili", + "n" + ], + [ + "ĠC", + "ron" + ], + [ + "ĠCr", + "on" + ], + [ + "ĠCro", + "n" + ], + [ + "ul", + "ina" + ], + [ + "ulin", + "a" + ], + [ + "uli", + "na" + ], + [ + "ĠP", + "t" + ], + [ + "ĠB", + "rick" + ], + [ + "ĠBr", + "ick" + ], + [ + "ĠBri", + "ck" + ], + [ + "a", + "ines" + ], + [ + "ain", + "es" + ], + [ + "ai", + "nes" + ], + [ + "aine", + "s" + ], + [ + "ĠE", + "isen" + ], + [ + "ĠEis", + "en" + ], + [ + "ĠK", + "ai" + ], + [ + "ĠKa", + "i" + ], + [ + "Ġem", + "physema" + ], + [ + "Ġsur", + "real" + ], + [ + "Ġsurre", + "al" + ], + [ + "Ġg", + "lo" + ], + [ + "Ġgl", + "o" + ], + [ + "âĢĶ", + "who" + ], + [ + "Ġdem", + "arc" + ], + [ + "Ġsun", + "flowers" + ], + [ + "Ġsunflower", + "s" + ], + [ + "i", + "oles" + ], + [ + "io", + "les" + ], + [ + "iol", + "es" + ], + [ + "iole", + "s" + ], + [ + "-g", + "raders" + ], + [ + "-grade", + "rs" + ], + [ + "-gra", + "ders" + ], + [ + "-grader", + "s" + ], + [ + "Ġ", + "undo" + ], + [ + "Ġun", + "do" + ], + [ + "Ġund", + "o" + ], + [ + "Ġhom", + "oph" + ], + [ + "Ġhomo", + "ph" + ], + [ + "Ġh", + "earth" + ], + [ + "Ġhe", + "arth" + ], + [ + "Ġheart", + "h" + ], + [ + "Ġhear", + "th" + ], + [ + "pat", + "rick" + ], + [ + "ĠJoseph", + "us" + ], + [ + "Ġquiet", + "er" + ], + [ + "Ġqui", + "eter" + ], + [ + "Ġalert", + "ed" + ], + [ + "ĠP", + "ulse" + ], + [ + "ĠPul", + "se" + ], + [ + "Ġanth", + "rac" + ], + [ + "Ġcaut", + "iously" + ], + [ + "Ġcautious", + "ly" + ], + [ + "ĠVari", + "ables" + ], + [ + "ĠVariable", + "s" + ], + [ + "Ġarrog", + "ant" + ], + [ + "Ġmisd", + "iagnosed" + ], + [ + "Ġz", + "ombie" + ], + [ + "Ġzomb", + "ie" + ], + [ + "Ġhash", + "tag" + ], + [ + "Ġhasht", + "ag" + ], + [ + "Ġenshr", + "ined" + ], + [ + "-", + "aging" + ], + [ + "-a", + "ging" + ], + [ + "-ag", + "ing" + ], + [ + "w", + "ire" + ], + [ + "wi", + "re" + ], + [ + "Ë", + "ļ" + ], + [ + "ï", + "¸" + ], + [ + "in", + "ite" + ], + [ + "ini", + "te" + ], + [ + "init", + "e" + ], + [ + "Ġs", + "iph" + ], + [ + "Ġsi", + "ph" + ], + [ + "Ġsip", + "h" + ], + [ + "Ġc", + "og" + ], + [ + "Ġco", + "g" + ], + [ + "an", + "imate" + ], + [ + "ani", + "mate" + ], + [ + "anim", + "ate" + ], + [ + "Ġm", + "osaics" + ], + [ + "Ġmosaic", + "s" + ], + [ + "Ġt", + "ore" + ], + [ + "Ġto", + "re" + ], + [ + "Ġtor", + "e" + ], + [ + "ĠB", + "am" + ], + [ + "ĠBa", + "m" + ], + [ + "Ġcl", + "oned" + ], + [ + "Ġclo", + "ned" + ], + [ + "Ġclone", + "d" + ], + [ + "Ġout", + "numbered" + ], + [ + "Ġoutnumber", + "ed" + ], + [ + "Ġun", + "well" + ], + [ + "Ġunw", + "ell" + ], + [ + "Ġrec", + "ounted" + ], + [ + "Ġrecount", + "ed" + ], + [ + "Ġam", + "using" + ], + [ + "Ġpo", + "achers" + ], + [ + "de", + "ath" + ], + [ + "s", + "cription" + ], + [ + "sc", + "ription" + ], + [ + "script", + "ion" + ], + [ + "ĠC", + "annon" + ], + [ + "ĠCan", + "non" + ], + [ + "ĠCann", + "on" + ], + [ + "ĠBrit", + "ons" + ], + [ + "ĠBri", + "tons" + ], + [ + "ĠCar", + "rier" + ], + [ + "ĠCarr", + "ier" + ], + [ + "ĠCarrie", + "r" + ], + [ + "Ġfire", + "arm" + ], + [ + "ĠGu", + "ill" + ], + [ + "ĠGuil", + "l" + ], + [ + "Ġvacc", + "inate" + ], + [ + "Ġconstit", + "uting" + ], + [ + "Ġconstitu", + "ting" + ], + [ + "Ġwide", + "ned" + ], + [ + "Ġwid", + "ened" + ], + [ + "Ġwiden", + "ed" + ], + [ + "Ġshar", + "per" + ], + [ + "Ġsharp", + "er" + ], + [ + "Ġgrand", + "eur" + ], + [ + "r", + "idor" + ], + [ + "ri", + "dor" + ], + [ + "rid", + "or" + ], + [ + "ĠJu", + "dy" + ], + [ + "ĠJud", + "y" + ], + [ + "Ġunp", + "repared" + ], + [ + "Ġadm", + "irable" + ], + [ + "Ġion", + "izing" + ], + [ + "-", + "acid" + ], + [ + "-ac", + "id" + ], + [ + "ab", + "sburg" + ], + [ + "abs", + "burg" + ], + [ + "ĠKat", + "ie" + ], + [ + "Ġket", + "tle" + ], + [ + "w", + "alking" + ], + [ + "walk", + "ing" + ], + [ + "wal", + "king" + ], + [ + "ĠS", + "abha" + ], + [ + "ĠSab", + "ha" + ], + [ + "Ġmed", + "iators" + ], + [ + "Ġmedi", + "ators" + ], + [ + "Ġmediator", + "s" + ], + [ + "Ġcontem", + "plating" + ], + [ + "Ġcontempl", + "ating" + ], + [ + "Ġsp", + "oiled" + ], + [ + "Ġspo", + "iled" + ], + [ + "Ġspoil", + "ed" + ], + [ + "Ġtatto", + "os" + ], + [ + "Ġtattoo", + "s" + ], + [ + "ĠRo", + "hing" + ], + [ + "ĠRoh", + "ing" + ], + [ + "Ġrepe", + "aled" + ], + [ + "Ġrepeal", + "ed" + ], + [ + "Ġacquaint", + "ance" + ], + [ + "Ġ", + "!Ċ" + ], + [ + "Ġ!", + "Ċ" + ], + [ + "Ġ", + "ester" + ], + [ + "Ġe", + "ster" + ], + [ + "Ġest", + "er" + ], + [ + "Ġes", + "ter" + ], + [ + "M", + "useum" + ], + [ + "V", + "ENT" + ], + [ + "VE", + "NT" + ], + [ + "VEN", + "T" + ], + [ + "c", + "rapers" + ], + [ + "cr", + "apers" + ], + [ + "cra", + "pers" + ], + [ + "craper", + "s" + ], + [ + "he", + "arted" + ], + [ + "heart", + "ed" + ], + [ + "hear", + "ted" + ], + [ + "u", + "tra" + ], + [ + "ut", + "ra" + ], + [ + "ĠC", + "ors" + ], + [ + "ĠCo", + "rs" + ], + [ + "ĠCor", + "s" + ], + [ + "ĠP", + "AT" + ], + [ + "ĠPA", + "T" + ], + [ + "i", + "virus" + ], + [ + "iv", + "irus" + ], + [ + "ivir", + "us" + ], + [ + "ivi", + "rus" + ], + [ + "Ġ", + "Fi" + ], + [ + "ĠF", + "i" + ], + [ + "e", + "co" + ], + [ + "ec", + "o" + ], + [ + "ew", + "is" + ], + [ + "Ġimp", + "regn" + ], + [ + "Ġco", + "agulation" + ], + [ + "Ġdef", + "lect" + ], + [ + "âĢľ", + "â̦" + ], + [ + "Ġmet", + "ropolis" + ], + [ + "Ġs", + "lated" + ], + [ + "Ġsl", + "ated" + ], + [ + "Ġslate", + "d" + ], + [ + "Ġre", + "stores" + ], + [ + "Ġrest", + "ores" + ], + [ + "Ġrestore", + "s" + ], + [ + "Ġreal", + "istically" + ], + [ + "Ġrealistic", + "ally" + ], + [ + "Ġrealist", + "ically" + ], + [ + "Ġlo", + "af" + ], + [ + "ox", + "one" + ], + [ + "Ġsh", + "orts" + ], + [ + "Ġshort", + "s" + ], + [ + "ĠAct", + "ing" + ], + [ + "ĠAc", + "ting" + ], + [ + "yl", + "obacter" + ], + [ + "r", + "ogenic" + ], + [ + "ro", + "genic" + ], + [ + "rogen", + "ic" + ], + [ + "rog", + "enic" + ], + [ + "ĠM", + "orph" + ], + [ + "ĠMor", + "ph" + ], + [ + "Ġrandom", + "ised" + ], + [ + "ĠCare", + "fully" + ], + [ + "ĠCareful", + "ly" + ], + [ + "ĠGood", + "man" + ], + [ + "ĠKen", + "yan" + ], + [ + "ĠKenya", + "n" + ], + [ + "ĠKeny", + "an" + ], + [ + "Ġpre", + "cede" + ], + [ + "Ġprec", + "ede" + ], + [ + "Ġpreced", + "e" + ], + [ + "ĠCard", + "iac" + ], + [ + "ĠCardi", + "ac" + ], + [ + "ethe", + "us" + ], + [ + "ĠCol", + "lective" + ], + [ + "ĠColle", + "ctive" + ], + [ + "ĠColl", + "ective" + ], + [ + "ĠCollect", + "ive" + ], + [ + "Ġplay", + "grounds" + ], + [ + "Ġplayground", + "s" + ], + [ + "ĠPrec", + "ision" + ], + [ + "Ġmascul", + "inity" + ], + [ + "Ġsupernov", + "ae" + ], + [ + "Ġsupernova", + "e" + ], + [ + "Ġtyr", + "ann" + ], + [ + "ĠSY", + "STEM" + ], + [ + "Ġdred", + "ging" + ], + [ + "achy", + "cardia" + ], + [ + "ĠRE", + "DD" + ], + [ + "ĠRED", + "D" + ], + [ + "ĠNews", + "paper" + ], + [ + "ĠNewsp", + "aper" + ], + [ + "ĠMosquit", + "o" + ], + [ + "ĠPharise", + "es" + ], + [ + "-", + "formed" + ], + [ + "-for", + "med" + ], + [ + "-form", + "ed" + ], + [ + ">", + "." + ], + [ + "C", + "rypt" + ], + [ + "Cry", + "pt" + ], + [ + "D", + "ouble" + ], + [ + "Do", + "uble" + ], + [ + "Dou", + "ble" + ], + [ + "G", + "rant" + ], + [ + "Gra", + "nt" + ], + [ + "Gr", + "ant" + ], + [ + "Gran", + "t" + ], + [ + "S", + "ervice" + ], + [ + "Ġ", + "pas" + ], + [ + "Ġp", + "as" + ], + [ + "Ġpa", + "s" + ], + [ + "Ġg", + "uru" + ], + [ + "Ġgu", + "ru" + ], + [ + "ĠA", + "unt" + ], + [ + "ĠAu", + "nt" + ], + [ + "Ġ", + "ICC" + ], + [ + "ĠI", + "CC" + ], + [ + "ĠIC", + "C" + ], + [ + "ĠC", + "unningham" + ], + [ + "ĠM", + "b" + ], + [ + "âĢĻ", + "i" + ], + [ + "ĠP", + "ace" + ], + [ + "ĠPa", + "ce" + ], + [ + "ĠPac", + "e" + ], + [ + "a", + "bar" + ], + [ + "ab", + "ar" + ], + [ + "aba", + "r" + ], + [ + "ĠW", + "uhan" + ], + [ + "ĠWu", + "han" + ], + [ + "Ġwas", + "her" + ], + [ + "Ġwash", + "er" + ], + [ + "ĠL", + "iv" + ], + [ + "ĠLi", + "v" + ], + [ + "ĠO", + "edipus" + ], + [ + "ĠI", + "nh" + ], + [ + "ĠIn", + "h" + ], + [ + "Ġapp", + "rehend" + ], + [ + "Ġant", + "lers" + ], + [ + "Ġantler", + "s" + ], + [ + "ĠPl", + "ague" + ], + [ + "an", + "nie" + ], + [ + "ann", + "ie" + ], + [ + "anni", + "e" + ], + [ + "ĠT", + "rich" + ], + [ + "ĠTr", + "ich" + ], + [ + "ĠTri", + "ch" + ], + [ + "ĠTric", + "h" + ], + [ + "ĠG", + "uin" + ], + [ + "ĠGu", + "in" + ], + [ + "ĠMin", + "ute" + ], + [ + "Ġforce", + "fully" + ], + [ + "Ġforceful", + "ly" + ], + [ + "Ġ", + "Bois" + ], + [ + "ĠB", + "ois" + ], + [ + "ĠBo", + "is" + ], + [ + "Ġmoment", + "ous" + ], + [ + "ĠIr", + "rit" + ], + [ + "Ġfasc", + "ism" + ], + [ + "ĠPost", + "al" + ], + [ + "ĠPos", + "tal" + ], + [ + "ĠProv", + "inces" + ], + [ + "ĠProvince", + "s" + ], + [ + "ĠM", + "iche" + ], + [ + "ĠMich", + "e" + ], + [ + "ĠMic", + "he" + ], + [ + "ĠMi", + "che" + ], + [ + "ĠA", + "qua" + ], + [ + "ĠAqu", + "a" + ], + [ + "Ġch", + "imps" + ], + [ + "Ġchim", + "ps" + ], + [ + "Ġchimp", + "s" + ], + [ + "ĠBir", + "ch" + ], + [ + "lass", + "ical" + ], + [ + "Ġenvelop", + "es" + ], + [ + "Ġenvelope", + "s" + ], + [ + "ip", + "edes" + ], + [ + "ipe", + "des" + ], + [ + "iped", + "es" + ], + [ + "ipede", + "s" + ], + [ + "Ġs", + "ucked" + ], + [ + "Ġsu", + "cked" + ], + [ + "Ġsuc", + "ked" + ], + [ + "Ġsuck", + "ed" + ], + [ + "Ġc", + "ursive" + ], + [ + "Ġcurs", + "ive" + ], + [ + "Sil", + "ver" + ], + [ + "ĠEc", + "osystems" + ], + [ + "ĠEco", + "systems" + ], + [ + "ĠEcosystem", + "s" + ], + [ + "ĠPip", + "eline" + ], + [ + "ĠPipe", + "line" + ], + [ + "ĠDermat", + "ology" + ], + [ + "ĠDerm", + "atology" + ], + [ + "ĠEntertain", + "ment" + ], + [ + "-", + "Up" + ], + [ + "-U", + "p" + ], + [ + ";", + "\"" + ], + [ + "B", + "oston" + ], + [ + "Bo", + "ston" + ], + [ + "Bos", + "ton" + ], + [ + "L", + "es" + ], + [ + "Le", + "s" + ], + [ + "W", + "T" + ], + [ + "b", + "ors" + ], + [ + "bo", + "rs" + ], + [ + "bor", + "s" + ], + [ + "m", + "iddle" + ], + [ + "Ġo", + "mission" + ], + [ + "Ġom", + "ission" + ], + [ + "Ġf", + "oe" + ], + [ + "Ġfo", + "e" + ], + [ + "ĠS", + "ow" + ], + [ + "ĠSo", + "w" + ], + [ + "Ġor", + "chest" + ], + [ + "Ġorch", + "est" + ], + [ + "Ġorche", + "st" + ], + [ + "ĠM", + "ERS" + ], + [ + "ĠME", + "RS" + ], + [ + "ĠMER", + "S" + ], + [ + "ĠP", + "IN" + ], + [ + "ĠPI", + "N" + ], + [ + "ĠP", + "ossibly" + ], + [ + "ĠPoss", + "ibly" + ], + [ + "ain", + "less" + ], + [ + "ĠG", + "ynec" + ], + [ + "ec", + "um" + ], + [ + "ĠU", + "AE" + ], + [ + "ĠUA", + "E" + ], + [ + "ĠCh", + "uck" + ], + [ + "ĠChu", + "ck" + ], + [ + "Ġhel", + "ix" + ], + [ + "Ġheli", + "x" + ], + [ + "l", + "iction" + ], + [ + "lic", + "tion" + ], + [ + "li", + "ction" + ], + [ + "lict", + "ion" + ], + [ + "Ġtw", + "enties" + ], + [ + "Ġam", + "orphous" + ], + [ + "ink", + "go" + ], + [ + "Ġtyp", + "ew" + ], + [ + "Ġtype", + "w" + ], + [ + "v", + "enting" + ], + [ + "vent", + "ing" + ], + [ + "ven", + "ting" + ], + [ + "ĠSp", + "ending" + ], + [ + "ĠSpend", + "ing" + ], + [ + "a", + "vez" + ], + [ + "av", + "ez" + ], + [ + "ave", + "z" + ], + [ + "Ġs", + "lime" + ], + [ + "Ġsl", + "ime" + ], + [ + "Ġslim", + "e" + ], + [ + "ĠChrist", + "ina" + ], + [ + "ĠChristi", + "na" + ], + [ + "An", + "xiety" + ], + [ + "Ġl", + "otion" + ], + [ + "Ġlo", + "tion" + ], + [ + "Ġlot", + "ion" + ], + [ + "Ġsust", + "ains" + ], + [ + "Ġsustain", + "s" + ], + [ + "ĠPr", + "eston" + ], + [ + "ĠPres", + "ton" + ], + [ + "ĠPre", + "ston" + ], + [ + "ĠPrest", + "on" + ], + [ + "Ġ", + "Globally" + ], + [ + "ĠGl", + "obally" + ], + [ + "ĠGlobal", + "ly" + ], + [ + "ĠGlob", + "ally" + ], + [ + "Ġbal", + "lots" + ], + [ + "Ġball", + "ots" + ], + [ + "Ġballot", + "s" + ], + [ + "-", + "Can" + ], + [ + "-C", + "an" + ], + [ + "ĠSocial", + "ism" + ], + [ + "ĠSoci", + "alism" + ], + [ + "Ġ", + "Everybody" + ], + [ + "ĠEvery", + "body" + ], + [ + "ĠWood", + "land" + ], + [ + "Ġ", + "Tomorrow" + ], + [ + "ĠTom", + "orrow" + ], + [ + "Ġtor", + "ment" + ], + [ + "Ġlingu", + "ists" + ], + [ + "Ġlinguist", + "s" + ], + [ + "Eng", + "land" + ], + [ + "spec", + "ifically" + ], + [ + "specific", + "ally" + ], + [ + "Ġmim", + "icking" + ], + [ + "Ġmimic", + "king" + ], + [ + "Ġcompress", + "ors" + ], + [ + "Ġcompressor", + "s" + ], + [ + "ĠDeb", + "ate" + ], + [ + "Ġana", + "esthetic" + ], + [ + "Short", + "ly" + ], + [ + "Ġpled", + "ges" + ], + [ + "Ġpledge", + "s" + ], + [ + "Ġpostp", + "oned" + ], + [ + "Ġpostpone", + "d" + ], + [ + "Ġsaus", + "age" + ], + [ + "olybden", + "um" + ], + [ + "A", + "pr" + ], + [ + "Ap", + "r" + ], + [ + "b", + "os" + ], + [ + "bo", + "s" + ], + [ + "ä", + "¹" + ], + [ + "Ġ", + "omin" + ], + [ + "Ġo", + "min" + ], + [ + "Ġom", + "in" + ], + [ + "Ġd", + "art" + ], + [ + "Ġda", + "rt" + ], + [ + "Ġdar", + "t" + ], + [ + "Ġ", + "ll" + ], + [ + "Ġl", + "l" + ], + [ + "im", + "aging" + ], + [ + "ima", + "ging" + ], + [ + "id", + "us" + ], + [ + "Ġst", + "out" + ], + [ + "Ġsto", + "ut" + ], + [ + "ver", + "bial" + ], + [ + "verb", + "ial" + ], + [ + "ĠI", + "rene" + ], + [ + "ĠIr", + "ene" + ], + [ + "ĠIren", + "e" + ], + [ + "Ġa", + "loe" + ], + [ + "Ġal", + "oe" + ], + [ + "ĠP", + "os" + ], + [ + "ĠPo", + "s" + ], + [ + "a", + "bo" + ], + [ + "ab", + "o" + ], + [ + "a", + "ber" + ], + [ + "ab", + "er" + ], + [ + "abe", + "r" + ], + [ + "Ġ", + "EB" + ], + [ + "ĠE", + "B" + ], + [ + "Ġ", + "JO" + ], + [ + "ĠJ", + "O" + ], + [ + "Ġcl", + "ipping" + ], + [ + "Ġclip", + "ping" + ], + [ + "Ġ", + "VC" + ], + [ + "ĠV", + "C" + ], + [ + "Ġexp", + "orter" + ], + [ + "Ġexport", + "er" + ], + [ + "Th", + "ousands" + ], + [ + "-", + "bel" + ], + [ + "-b", + "el" + ], + [ + "-be", + "l" + ], + [ + "ĠI", + "sh" + ], + [ + "ĠIs", + "h" + ], + [ + "a", + "fi" + ], + [ + "af", + "i" + ], + [ + "Ġbre", + "akers" + ], + [ + "Ġbreak", + "ers" + ], + [ + "Ġbreaker", + "s" + ], + [ + "Ġdra", + "wer" + ], + [ + "Ġdraw", + "er" + ], + [ + "ĠE", + "lon" + ], + [ + "ĠEl", + "on" + ], + [ + "ĠTra", + "umatic" + ], + [ + "ĠTrauma", + "tic" + ], + [ + "ĠD", + "eco" + ], + [ + "ĠDe", + "co" + ], + [ + "ĠDec", + "o" + ], + [ + "ĠJud", + "icial" + ], + [ + "Ġsubt", + "ly" + ], + [ + "App", + "endix" + ], + [ + "Ġth", + "readed" + ], + [ + "Ġthread", + "ed" + ], + [ + "ĠBul", + "ld" + ], + [ + "ĠBull", + "d" + ], + [ + "ĠFe", + "rr" + ], + [ + "ĠFer", + "r" + ], + [ + "Ġmacro", + "economic" + ], + [ + "ï¼", + "Ī" + ], + [ + "ĠR", + "aja" + ], + [ + "ĠRaj", + "a" + ], + [ + "ĠRa", + "ja" + ], + [ + "ĠRE", + "AL" + ], + [ + "ĠMir", + "ror" + ], + [ + "ĠZo", + "ology" + ], + [ + "Ġle", + "mons" + ], + [ + "Ġlemon", + "s" + ], + [ + "Ġlem", + "ons" + ], + [ + "Ġillum", + "inates" + ], + [ + "Ġillumin", + "ates" + ], + [ + "Ġilluminate", + "s" + ], + [ + "ĠFranç", + "ois" + ], + [ + "Bit", + "coin" + ], + [ + "ĠJF", + "K" + ], + [ + "ĠPompe", + "ii" + ], + [ + "Ġtrol", + "ley" + ], + [ + "+", + ")" + ], + [ + "x", + "is" + ], + [ + "xi", + "s" + ], + [ + "n", + "dt" + ], + [ + "nd", + "t" + ], + [ + "le", + "vard" + ], + [ + "lev", + "ard" + ], + [ + "ĠI", + "vy" + ], + [ + "ĠIv", + "y" + ], + [ + "Ġ", + "BB" + ], + [ + "ĠB", + "B" + ], + [ + "ĠH", + "uss" + ], + [ + "ĠHu", + "ss" + ], + [ + "ĠHus", + "s" + ], + [ + "ĠH", + "AVE" + ], + [ + "ĠHA", + "VE" + ], + [ + "ĠD", + "os" + ], + [ + "ĠDo", + "s" + ], + [ + "Ġsp", + "ears" + ], + [ + "Ġspe", + "ars" + ], + [ + "Ġspear", + "s" + ], + [ + "ĠN", + "ose" + ], + [ + "ĠNo", + "se" + ], + [ + "ĠNos", + "e" + ], + [ + "Ġ", + "GT" + ], + [ + "ĠG", + "T" + ], + [ + "ĠG", + "rants" + ], + [ + "ĠGr", + "ants" + ], + [ + "ĠGrant", + "s" + ], + [ + "ĠGran", + "ts" + ], + [ + "ĠG", + "iza" + ], + [ + "ĠGi", + "za" + ], + [ + "ĠL", + "ars" + ], + [ + "ĠLa", + "rs" + ], + [ + "ĠLar", + "s" + ], + [ + "Ġall", + "igator" + ], + [ + "Ġman", + "made" + ], + [ + "Ġim", + "position" + ], + [ + "Ġimp", + "osition" + ], + [ + "ĠK", + "iss" + ], + [ + "ĠKi", + "ss" + ], + [ + "ĠKis", + "s" + ], + [ + "Ġexp", + "onent" + ], + [ + "Ġexpon", + "ent" + ], + [ + "Ġre", + "fill" + ], + [ + "Ġref", + "ill" + ], + [ + "Ġprot", + "racted" + ], + [ + "ĠP", + "lum" + ], + [ + "ĠPl", + "um" + ], + [ + "ĠCo", + "at" + ], + [ + "Ġl", + "athe" + ], + [ + "Ġla", + "the" + ], + [ + "Ġlat", + "he" + ], + [ + "H", + "eight" + ], + [ + "He", + "ight" + ], + [ + "Ġsequ", + "ester" + ], + [ + "Ġsequest", + "er" + ], + [ + "-", + "Ass" + ], + [ + "-A", + "ss" + ], + [ + "-As", + "s" + ], + [ + "ĠL", + "awn" + ], + [ + "ĠLaw", + "n" + ], + [ + "ĠLa", + "wn" + ], + [ + "-", + "Mad" + ], + [ + "-M", + "ad" + ], + [ + "ix", + "ties" + ], + [ + "ixt", + "ies" + ], + [ + "ĠSal", + "isbury" + ], + [ + "Ġflav", + "ours" + ], + [ + "Ġflavour", + "s" + ], + [ + "Ġs", + "hoppers" + ], + [ + "Ġshop", + "pers" + ], + [ + "Ġsho", + "ppers" + ], + [ + "Se", + "vere" + ], + [ + "Ġtap", + "ered" + ], + [ + "Ġtape", + "red" + ], + [ + "Ġtaper", + "ed" + ], + [ + "ĠHT", + "TPS" + ], + [ + "ĠHTTP", + "S" + ], + [ + "m", + "odel" + ], + [ + "mod", + "el" + ], + [ + "mo", + "del" + ], + [ + "ĠJ", + "uno" + ], + [ + "ĠJu", + "no" + ], + [ + "ĠJun", + "o" + ], + [ + "mill", + "an" + ], + [ + "mil", + "lan" + ], + [ + "Ġcrus", + "hers" + ], + [ + "Ġcrusher", + "s" + ], + [ + "Ġcrush", + "ers" + ], + [ + "ĠNag", + "asaki" + ], + [ + "Ġ", + "Employers" + ], + [ + "ĠEmploy", + "ers" + ], + [ + "Ġneighbourhood", + "s" + ], + [ + "Ġlev", + "ied" + ], + [ + "ĠScholar", + "ship" + ], + [ + "ĠScholars", + "hip" + ], + [ + "Ġastroph", + "ys" + ], + [ + "ĠBound", + "ary" + ], + [ + "ĠMü", + "ller" + ], + [ + ",", + "the" + ], + [ + "S", + "arah" + ], + [ + "Sa", + "rah" + ], + [ + "Sar", + "ah" + ], + [ + "c", + "z" + ], + [ + "Ú", + "©" + ], + [ + "n", + "del" + ], + [ + "nd", + "el" + ], + [ + "Ġb", + "ale" + ], + [ + "Ġbal", + "e" + ], + [ + "Ġba", + "le" + ], + [ + "Ġf", + "ishers" + ], + [ + "Ġfish", + "ers" + ], + [ + "Ġfisher", + "s" + ], + [ + "in", + "gen" + ], + [ + "ing", + "en" + ], + [ + "inge", + "n" + ], + [ + "ĠT", + "ucker" + ], + [ + "ĠTu", + "cker" + ], + [ + "ĠTuc", + "ker" + ], + [ + "ĠTuck", + "er" + ], + [ + "ĠC", + "AS" + ], + [ + "ĠCA", + "S" + ], + [ + "Ġex", + "iting" + ], + [ + "Ġexit", + "ing" + ], + [ + "ain", + "ment" + ], + [ + "Ġsp", + "oons" + ], + [ + "Ġspo", + "ons" + ], + [ + "Ġspoon", + "s" + ], + [ + "Ġab", + "user" + ], + [ + "Ġabuse", + "r" + ], + [ + "Ġ", + "LS" + ], + [ + "ĠL", + "S" + ], + [ + "ĠK", + "NOW" + ], + [ + "Ġwork", + "able" + ], + [ + "Ġc", + "urry" + ], + [ + "Ġcur", + "ry" + ], + [ + "Ġ", + "Ans" + ], + [ + "ĠA", + "ns" + ], + [ + "ĠAn", + "s" + ], + [ + "Ġphys", + "ique" + ], + [ + "Ġphysi", + "que" + ], + [ + "me", + "able" + ], + [ + "Ġpres", + "enter" + ], + [ + "Ġpresent", + "er" + ], + [ + "-c", + "urricular" + ], + [ + "-cur", + "ricular" + ], + [ + "-d", + "iscipline" + ], + [ + "Ġz", + "ircon" + ], + [ + "lo", + "ating" + ], + [ + "loat", + "ing" + ], + [ + "Ġhar", + "assed" + ], + [ + "Ġharass", + "ed" + ], + [ + "Ġmis", + "used" + ], + [ + "Ġmisuse", + "d" + ], + [ + "Ġvisual", + "ized" + ], + [ + "Ġvisualize", + "d" + ], + [ + "Ġemphas", + "ised" + ], + [ + "Ġemphasis", + "ed" + ], + [ + "Ġemphasise", + "d" + ], + [ + "ĠB", + "rill" + ], + [ + "ĠBr", + "ill" + ], + [ + "ĠBri", + "ll" + ], + [ + "ĠSe", + "rial" + ], + [ + "ĠSer", + "ial" + ], + [ + "Ind", + "igenous" + ], + [ + "Ġmac", + "ros" + ], + [ + "Ġmacro", + "s" + ], + [ + "Ġshield", + "ed" + ], + [ + "ĠBarb", + "ados" + ], + [ + "ĠB", + "rady" + ], + [ + "ĠBra", + "dy" + ], + [ + "ĠBr", + "ady" + ], + [ + "ĠBrad", + "y" + ], + [ + "Fe", + "atured" + ], + [ + "Ġdos", + "ages" + ], + [ + "Ġdosage", + "s" + ], + [ + "represent", + "ation" + ], + [ + "may", + "be" + ], + [ + "ĠTu", + "fts" + ], + [ + "ĠLeban", + "ese" + ], + [ + "ĠSlow", + "ly" + ], + [ + "Ġshowc", + "asing" + ], + [ + "C", + "off" + ], + [ + "Co", + "ff" + ], + [ + "T", + "alking" + ], + [ + "Talk", + "ing" + ], + [ + "in", + "ities" + ], + [ + "ini", + "ties" + ], + [ + "init", + "ies" + ], + [ + "Ġw", + "allets" + ], + [ + "Ġwall", + "ets" + ], + [ + "Ġwal", + "lets" + ], + [ + "Ġwallet", + "s" + ], + [ + "ou", + "pled" + ], + [ + "oup", + "led" + ], + [ + "ouple", + "d" + ], + [ + "ĠC", + "hess" + ], + [ + "ĠCh", + "ess" + ], + [ + "ĠChe", + "ss" + ], + [ + "ĠChes", + "s" + ], + [ + "o", + "sic" + ], + [ + "os", + "ic" + ], + [ + "osi", + "c" + ], + [ + "q", + "ua" + ], + [ + "qu", + "a" + ], + [ + "Ġdis", + "d" + ], + [ + "r", + "uly" + ], + [ + "ru", + "ly" + ], + [ + "Ġacc", + "lim" + ], + [ + "Ġdep", + "ressing" + ], + [ + "Ġdepr", + "essing" + ], + [ + "Ġdepress", + "ing" + ], + [ + "ĠAr", + "row" + ], + [ + "ĠArr", + "ow" + ], + [ + "âĢĶ", + "if" + ], + [ + "Ġant", + "agonist" + ], + [ + "Ġantagon", + "ist" + ], + [ + "-", + "prec" + ], + [ + "-p", + "rec" + ], + [ + "-pr", + "ec" + ], + [ + "-pre", + "c" + ], + [ + "Ġarr", + "hythmias" + ], + [ + "Ġarrhythmia", + "s" + ], + [ + "ĠPre", + "fecture" + ], + [ + "Ġpurpose", + "fully" + ], + [ + "Ġpurposeful", + "ly" + ], + [ + "orpor", + "ate" + ], + [ + "orp", + "orate" + ], + [ + "Ġmal", + "formations" + ], + [ + "Ġmalformation", + "s" + ], + [ + "ĠDevelop", + "er" + ], + [ + "Ġin", + "structive" + ], + [ + "Ġinst", + "ructive" + ], + [ + "Ġinstru", + "ctive" + ], + [ + "Ġinstruct", + "ive" + ], + [ + "Ġphen", + "otypic" + ], + [ + "Con", + "ventional" + ], + [ + "Ġspace", + "ship" + ], + [ + "Ġspaces", + "hip" + ], + [ + "Ġdys", + "ph" + ], + [ + "Ġdysp", + "h" + ], + [ + "i", + "cycle" + ], + [ + "ic", + "ycle" + ], + [ + "icy", + "cle" + ], + [ + "icycl", + "e" + ], + [ + "Ġneutral", + "izing" + ], + [ + "ĠInvest", + "igator" + ], + [ + "ĠInvestig", + "ator" + ], + [ + "ĠF", + "acial" + ], + [ + "ĠFac", + "ial" + ], + [ + "ĠFa", + "cial" + ], + [ + "!", + "!!Ċ" + ], + [ + "!!", + "!Ċ" + ], + [ + "!!!", + "Ċ" + ], + [ + "Spec", + "ifically" + ], + [ + "Specific", + "ally" + ], + [ + "Ġbrut", + "ally" + ], + [ + "Ġbrutal", + "ly" + ], + [ + "ĠAlex", + "andra" + ], + [ + "ĠAlexand", + "ra" + ], + [ + "ĠAlexa", + "ndra" + ], + [ + "o", + "security" + ], + [ + "osec", + "urity" + ], + [ + "Ġovercrow", + "ding" + ], + [ + "Ġven", + "eer" + ], + [ + "Ġvene", + "er" + ], + [ + "Ġgastroenter", + "itis" + ], + [ + "Ġantid", + "ote" + ], + [ + "-", + "rated" + ], + [ + "-r", + "ated" + ], + [ + "-ra", + "ted" + ], + [ + "-rate", + "d" + ], + [ + "?", + "|Ċ" + ], + [ + "B", + "ring" + ], + [ + "Br", + "ing" + ], + [ + "B", + "arb" + ], + [ + "Bar", + "b" + ], + [ + "C", + "orrect" + ], + [ + "Cor", + "rect" + ], + [ + "P", + "enn" + ], + [ + "Pe", + "nn" + ], + [ + "Pen", + "n" + ], + [ + "w", + "et" + ], + [ + "we", + "t" + ], + [ + "at", + "ine" + ], + [ + "atin", + "e" + ], + [ + "ati", + "ne" + ], + [ + "Ġd", + "umps" + ], + [ + "Ġdump", + "s" + ], + [ + "Ġdum", + "ps" + ], + [ + "r", + "oth" + ], + [ + "ro", + "th" + ], + [ + "rot", + "h" + ], + [ + "ĠC", + "rescent" + ], + [ + "ĠCr", + "escent" + ], + [ + "a", + "mount" + ], + [ + "am", + "ount" + ], + [ + "amo", + "unt" + ], + [ + "Ġde", + "act" + ], + [ + "a", + "cas" + ], + [ + "ac", + "as" + ], + [ + "aca", + "s" + ], + [ + "Ġ", + "leases" + ], + [ + "Ġle", + "ases" + ], + [ + "Ġlease", + "s" + ], + [ + "ĠSt", + "ir" + ], + [ + "ĠY", + "ak" + ], + [ + "ĠYa", + "k" + ], + [ + "In", + "struct" + ], + [ + "Inst", + "ruct" + ], + [ + "c", + "oni" + ], + [ + "con", + "i" + ], + [ + "co", + "ni" + ], + [ + "Ġmain", + "stay" + ], + [ + "Ġ", + "valence" + ], + [ + "Ġval", + "ence" + ], + [ + "Ġelect", + "orate" + ], + [ + "Ġelector", + "ate" + ], + [ + "Ġtot", + "ality" + ], + [ + "Ġtotal", + "ity" + ], + [ + "Ġtot", + "aling" + ], + [ + "Ġtotal", + "ing" + ], + [ + "Ġw", + "alled" + ], + [ + "Ġwall", + "ed" + ], + [ + "Ġwal", + "led" + ], + [ + "ĠA", + "gu" + ], + [ + "ĠAg", + "u" + ], + [ + "i", + "rac" + ], + [ + "ir", + "ac" + ], + [ + "ira", + "c" + ], + [ + "Ġmist", + "ress" + ], + [ + "Ġmi", + "stress" + ], + [ + "ĠDist", + "ributed" + ], + [ + "Ġ", + "γ" + ], + [ + "ĠÎ", + "³" + ], + [ + "-", + "running" + ], + [ + "-r", + "unning" + ], + [ + "-run", + "ning" + ], + [ + "Ġprec", + "edes" + ], + [ + "Ġpreced", + "es" + ], + [ + "Ġprecede", + "s" + ], + [ + "ĠCar", + "diff" + ], + [ + "ĠCard", + "iff" + ], + [ + "ĠCardi", + "ff" + ], + [ + "M", + "arg" + ], + [ + "Mar", + "g" + ], + [ + "Ġdep", + "rive" + ], + [ + "Ġdepr", + "ive" + ], + [ + "Ġt", + "angled" + ], + [ + "Ġtang", + "led" + ], + [ + "Ġtangle", + "d" + ], + [ + "ĠM", + "esa" + ], + [ + "ĠMe", + "sa" + ], + [ + "ĠMes", + "a" + ], + [ + "-", + "track" + ], + [ + "-t", + "rack" + ], + [ + "-tra", + "ck" + ], + [ + "-tr", + "ack" + ], + [ + "Ġcush", + "ions" + ], + [ + "Ġcushion", + "s" + ], + [ + "ĠSoph", + "ie" + ], + [ + "Ġinteroper", + "ability" + ], + [ + "Ġdazz", + "ling" + ], + [ + "ĠIl", + "iad" + ], + [ + "ĠIli", + "ad" + ], + [ + "Ġunfore", + "seen" + ], + [ + "-", + "imm" + ], + [ + "-im", + "m" + ], + [ + "-i", + "mm" + ], + [ + "ĠT", + "ara" + ], + [ + "ĠTar", + "a" + ], + [ + "ĠTa", + "ra" + ], + [ + "ĠS", + "od" + ], + [ + "ĠSo", + "d" + ], + [ + "Ġ", + "CRC" + ], + [ + "ĠC", + "RC" + ], + [ + "ĠCR", + "C" + ], + [ + "op", + "roteins" + ], + [ + "oprotein", + "s" + ], + [ + "ĠH", + "LA" + ], + [ + "ĠHL", + "A" + ], + [ + "ĠD", + "rama" + ], + [ + "ĠDr", + "ama" + ], + [ + "ĠDra", + "ma" + ], + [ + "Ġ", + "incess" + ], + [ + "Ġin", + "cess" + ], + [ + "Ġinc", + "ess" + ], + [ + "end", + "ium" + ], + [ + "endi", + "um" + ], + [ + "Ġun", + "se" + ], + [ + "Ġuns", + "e" + ], + [ + "r", + "oughly" + ], + [ + "rough", + "ly" + ], + [ + "Ġpres", + "ided" + ], + [ + "con", + "fig" + ], + [ + "conf", + "ig" + ], + [ + "Ġend", + "ocannab" + ], + [ + "..", + ".\"Ċ" + ], + [ + "...", + "\"Ċ" + ], + [ + "...\"", + "Ċ" + ], + [ + "u", + "ges" + ], + [ + "ug", + "es" + ], + [ + "uge", + "s" + ], + [ + "ĠOr", + "chestra" + ], + [ + "ĠOrch", + "estra" + ], + [ + "or", + "esis" + ], + [ + "ore", + "sis" + ], + [ + "ores", + "is" + ], + [ + "ĠSw", + "amp" + ], + [ + "Ġ", + "UNEP" + ], + [ + "ĠUN", + "EP" + ], + [ + "Ġfile", + "system" + ], + [ + "Ġfiles", + "ystem" + ], + [ + "iat", + "rist" + ], + [ + "Ġion", + "ized" + ], + [ + "Ġdistribut", + "ors" + ], + [ + "Ġdistributor", + "s" + ], + [ + "Ġarbit", + "ration" + ], + [ + "Ġcontra", + "ind" + ], + [ + "Ġmis", + "conduct" + ], + [ + "Ġmiscon", + "duct" + ], + [ + "Ġmisc", + "onduct" + ], + [ + "Ġstrat", + "ification" + ], + [ + "Ġcru", + "cible" + ], + [ + "Ġcruc", + "ible" + ], + [ + "Prov", + "ides" + ], + [ + "Provide", + "s" + ], + [ + "ab", + "eled" + ], + [ + "abel", + "ed" + ], + [ + "abe", + "led" + ], + [ + "Ġbuoy", + "ancy" + ], + [ + "ĠLinked", + "In" + ], + [ + "Ġneuro", + "scientist" + ], + [ + "Ġneuroscient", + "ist" + ], + [ + "Ġrepar", + "ations" + ], + [ + "-", + "bullying" + ], + [ + "-bul", + "lying" + ], + [ + "D", + "a" + ], + [ + "g", + "rid" + ], + [ + "gr", + "id" + ], + [ + "z", + "ier" + ], + [ + "zi", + "er" + ], + [ + "zie", + "r" + ], + [ + "Â", + "¦" + ], + [ + "Ġt", + "rophy" + ], + [ + "Ġtr", + "ophy" + ], + [ + "Ġtro", + "phy" + ], + [ + "Ġtrop", + "hy" + ], + [ + "Ġtroph", + "y" + ], + [ + "o", + "ran" + ], + [ + "or", + "an" + ], + [ + "ora", + "n" + ], + [ + "Ġf", + "MRI" + ], + [ + "Ġst", + "unned" + ], + [ + "ĠB", + "ram" + ], + [ + "ĠBra", + "m" + ], + [ + "ĠBr", + "am" + ], + [ + "Ġr", + "angel" + ], + [ + "Ġrange", + "l" + ], + [ + "Ġran", + "gel" + ], + [ + "Ġrang", + "el" + ], + [ + "ĠD", + "ee" + ], + [ + "ĠDe", + "e" + ], + [ + "ĠD", + "ARPA" + ], + [ + "ĠE", + "ust" + ], + [ + "ĠEu", + "st" + ], + [ + "ĠE", + "ps" + ], + [ + "ĠEp", + "s" + ], + [ + "ĠR", + "utherford" + ], + [ + "Ġab", + "lation" + ], + [ + "Ġabl", + "ation" + ], + [ + "Ġout", + "wards" + ], + [ + "Ġoutward", + "s" + ], + [ + "Ġstand", + "by" + ], + [ + "-c", + "oding" + ], + [ + "-co", + "ding" + ], + [ + "Ġem", + "erald" + ], + [ + "Ġemer", + "ald" + ], + [ + "Ġox", + "al" + ], + [ + "Ġhyd", + "rog" + ], + [ + "Ġhydro", + "g" + ], + [ + "ĠQu", + "artz" + ], + [ + "ĠQuart", + "z" + ], + [ + "ĠQuar", + "tz" + ], + [ + "Ġe", + "pinephrine" + ], + [ + "Ġep", + "inephrine" + ], + [ + "Ġclim", + "bs" + ], + [ + "Ġclimb", + "s" + ], + [ + "igare", + "tte" + ], + [ + "iga", + "rette" + ], + [ + "igar", + "ette" + ], + [ + "ĠC", + "TE" + ], + [ + "ĠCT", + "E" + ], + [ + "ĠC", + "apture" + ], + [ + "ĠCapt", + "ure" + ], + [ + "Ġhes", + "itation" + ], + [ + "Ġhesit", + "ation" + ], + [ + "ĠMin", + "ority" + ], + [ + "ĠMinor", + "ity" + ], + [ + "ĠMino", + "rity" + ], + [ + "ĠInsp", + "ector" + ], + [ + "ĠInspect", + "or" + ], + [ + "Ġfrig", + "id" + ], + [ + "ĠCompl", + "iance" + ], + [ + "gen", + "erational" + ], + [ + "gene", + "rational" + ], + [ + "gener", + "ational" + ], + [ + "ĠNu", + "nav" + ], + [ + "ĠNun", + "av" + ], + [ + "Ġunimagin", + "able" + ], + [ + "Ġ", + "ile" + ], + [ + "Ġi", + "le" + ], + [ + "Ġil", + "e" + ], + [ + "-", + "acc" + ], + [ + "-a", + "cc" + ], + [ + "-ac", + "c" + ], + [ + ".", + "ex" + ], + [ + ".e", + "x" + ], + [ + "M", + "ot" + ], + [ + "Mo", + "t" + ], + [ + "R", + "are" + ], + [ + "Ra", + "re" + ], + [ + "T", + "reating" + ], + [ + "Tr", + "eating" + ], + [ + "Treat", + "ing" + ], + [ + "Tre", + "ating" + ], + [ + "c", + "all" + ], + [ + "ca", + "ll" + ], + [ + "cal", + "l" + ], + [ + "m", + "ess" + ], + [ + "me", + "ss" + ], + [ + "mes", + "s" + ], + [ + "o", + "nis" + ], + [ + "on", + "is" + ], + [ + "oni", + "s" + ], + [ + "o", + "ules" + ], + [ + "ou", + "les" + ], + [ + "oul", + "es" + ], + [ + "oule", + "s" + ], + [ + "Ġ", + "moor" + ], + [ + "Ġm", + "oor" + ], + [ + "Ġmo", + "or" + ], + [ + "a", + "sin" + ], + [ + "as", + "in" + ], + [ + "asi", + "n" + ], + [ + "Ġg", + "ospels" + ], + [ + "Ġgospel", + "s" + ], + [ + "ĠA", + "edes" + ], + [ + "ĠAe", + "des" + ], + [ + "ĠS", + "hips" + ], + [ + "ĠSh", + "ips" + ], + [ + "ĠShip", + "s" + ], + [ + "ĠShi", + "ps" + ], + [ + "ĠS", + "uez" + ], + [ + "ĠSu", + "ez" + ], + [ + "ĠSue", + "z" + ], + [ + "Ġcon", + "verse" + ], + [ + "Ġconvers", + "e" + ], + [ + "Ġconver", + "se" + ], + [ + "ĠB", + "ism" + ], + [ + "ĠBi", + "sm" + ], + [ + "ĠBis", + "m" + ], + [ + "i", + "vo" + ], + [ + "iv", + "o" + ], + [ + "ĠH", + "oy" + ], + [ + "ĠHo", + "y" + ], + [ + "ĠN", + "ightingale" + ], + [ + "o", + "sted" + ], + [ + "os", + "ted" + ], + [ + "ost", + "ed" + ], + [ + "oste", + "d" + ], + [ + "Ġm", + "ania" + ], + [ + "Ġman", + "ia" + ], + [ + "Ġma", + "nia" + ], + [ + "o", + "ble" + ], + [ + "ob", + "le" + ], + [ + "obl", + "e" + ], + [ + "ov", + "iruses" + ], + [ + "ovirus", + "es" + ], + [ + "ovir", + "uses" + ], + [ + "Ġform", + "ulae" + ], + [ + "Ġformula", + "e" + ], + [ + "Ġindividual", + "ism" + ], + [ + "Ġrad", + "iology" + ], + [ + "Ġradi", + "ology" + ], + [ + "Ġdeb", + "unk" + ], + [ + "Ġhyd", + "rological" + ], + [ + "Ġhydrologic", + "al" + ], + [ + "Ġsequ", + "el" + ], + [ + "Ġseq", + "uel" + ], + [ + "Ġconstruct", + "or" + ], + [ + "Ġ", + "UNC" + ], + [ + "ĠU", + "NC" + ], + [ + "ĠUN", + "C" + ], + [ + "Ġengage", + "ments" + ], + [ + "Ġengagement", + "s" + ], + [ + "Ġm", + "itosis" + ], + [ + "Ġmit", + "osis" + ], + [ + "-th", + "emed" + ], + [ + "-the", + "med" + ], + [ + "ĠNot", + "ebook" + ], + [ + "ĠNote", + "book" + ], + [ + "Le", + "af" + ], + [ + "Ġanticip", + "ating" + ], + [ + "Ġh", + "oop" + ], + [ + "Ġho", + "op" + ], + [ + "worth", + "iness" + ], + [ + "Ġsail", + "or" + ], + [ + "ĠNic", + "olas" + ], + [ + "ĠNicola", + "s" + ], + [ + "ĠNicol", + "as" + ], + [ + "ï¼", + "ī" + ], + [ + "ÑĤ", + "е" + ], + [ + "ĠGi", + "ants" + ], + [ + "ĠGiant", + "s" + ], + [ + "ĠGian", + "ts" + ], + [ + "Ġexagger", + "ation" + ], + [ + "-ed", + "ged" + ], + [ + "-edge", + "d" + ], + [ + "Ġtect", + "onics" + ], + [ + "Ġtectonic", + "s" + ], + [ + "Ġbiom", + "arker" + ], + [ + "Ġbiomark", + "er" + ], + [ + "Ġpian", + "ist" + ], + [ + "C", + "ountry" + ], + [ + "Count", + "ry" + ], + [ + "Coun", + "try" + ], + [ + "â", + "Ķ" + ], + [ + "Ġp", + "ardon" + ], + [ + "Ġpar", + "don" + ], + [ + "Ġpard", + "on" + ], + [ + "ed", + "ema" + ], + [ + "ede", + "ma" + ], + [ + "Ġm", + "um" + ], + [ + "Ġmu", + "m" + ], + [ + "Ġd", + "od" + ], + [ + "Ġdo", + "d" + ], + [ + "Ġh", + "ikers" + ], + [ + "Ġhike", + "rs" + ], + [ + "Ġhi", + "kers" + ], + [ + "ol", + "aryng" + ], + [ + "ch", + "anges" + ], + [ + "chan", + "ges" + ], + [ + "change", + "s" + ], + [ + "ĠB", + "ishops" + ], + [ + "ĠBishop", + "s" + ], + [ + "ĠBis", + "hops" + ], + [ + "ĠH", + "itt" + ], + [ + "ĠHit", + "t" + ], + [ + "ĠHi", + "tt" + ], + [ + "Ġr", + "ugs" + ], + [ + "Ġru", + "gs" + ], + [ + "Ġrug", + "s" + ], + [ + "Ġdis", + "obe" + ], + [ + "r", + "itt" + ], + [ + "ri", + "tt" + ], + [ + "rit", + "t" + ], + [ + "Ġbl", + "inking" + ], + [ + "Ġblink", + "ing" + ], + [ + "Ġchild", + "bearing" + ], + [ + "Ġp", + "rion" + ], + [ + "Ġpr", + "ion" + ], + [ + "Ġpri", + "on" + ], + [ + "Ġend", + "point" + ], + [ + "a", + "shire" + ], + [ + "as", + "hire" + ], + [ + "ash", + "ire" + ], + [ + "ashi", + "re" + ], + [ + "Ġfor", + "et" + ], + [ + "Ġfore", + "t" + ], + [ + "Ġfo", + "ret" + ], + [ + "ĠDe", + "leg" + ], + [ + "ĠDel", + "eg" + ], + [ + "ĠC", + "lan" + ], + [ + "ĠCl", + "an" + ], + [ + "ĠCla", + "n" + ], + [ + "ĠCl", + "erk" + ], + [ + "ĠCler", + "k" + ], + [ + "Ġcome", + "back" + ], + [ + "Ġdel", + "irium" + ], + [ + "Ġre", + "discovered" + ], + [ + "Ġred", + "iscovered" + ], + [ + "Ġredisc", + "overed" + ], + [ + "Al", + "low" + ], + [ + "All", + "ow" + ], + [ + "ĠEm", + "otions" + ], + [ + "ĠEmotion", + "s" + ], + [ + "ĠAnt", + "werp" + ], + [ + "ĠVir", + "gil" + ], + [ + "Ġin", + "structing" + ], + [ + "Ġinstruct", + "ing" + ], + [ + "Ġdig", + "esting" + ], + [ + "Ġdigest", + "ing" + ], + [ + "ĠRel", + "ativity" + ], + [ + "Ġsnow", + "pack" + ], + [ + "ĠSum", + "erian" + ], + [ + "ĠSumer", + "ian" + ], + [ + "Ġsatisf", + "ies" + ], + [ + "ĠPrinc", + "ip" + ], + [ + "Ġun", + "named" + ], + [ + "Ġunn", + "amed" + ], + [ + "C", + "LC" + ], + [ + "CL", + "C" + ], + [ + "Ne", + "il" + ], + [ + "Ġh", + "olly" + ], + [ + "Ġhol", + "ly" + ], + [ + "Ac", + "ademic" + ], + [ + "Acad", + "emic" + ], + [ + "Ġv", + "owed" + ], + [ + "Ġvo", + "wed" + ], + [ + "Ġvow", + "ed" + ], + [ + "Ad", + "dress" + ], + [ + "Add", + "ress" + ], + [ + "Ġphon", + "ological" + ], + [ + "Ġstip", + "ulated" + ], + [ + "-", + "metal" + ], + [ + "-m", + "etal" + ], + [ + "-me", + "tal" + ], + [ + "-met", + "al" + ], + [ + "-a", + "rid" + ], + [ + "-ar", + "id" + ], + [ + "ĠCic", + "ero" + ], + [ + "Ġre", + "opened" + ], + [ + "Ġreop", + "ened" + ], + [ + "Ġreopen", + "ed" + ], + [ + "A", + "K" + ], + [ + "N", + "N" + ], + [ + "T", + "ri" + ], + [ + "Tr", + "i" + ], + [ + "in", + "stead" + ], + [ + "Ġp", + "awn" + ], + [ + "Ġpa", + "wn" + ], + [ + "Ġpaw", + "n" + ], + [ + "ent", + "anyl" + ], + [ + "ĠS", + "valbard" + ], + [ + "ĠC", + "HO" + ], + [ + "ĠCH", + "O" + ], + [ + "Ġpro", + "verb" + ], + [ + "Ġprov", + "erb" + ], + [ + "ĠP", + "ipe" + ], + [ + "ĠPi", + "pe" + ], + [ + "ĠPip", + "e" + ], + [ + "a", + "cin" + ], + [ + "ac", + "in" + ], + [ + "aci", + "n" + ], + [ + "ĠG", + "ou" + ], + [ + "ĠGo", + "u" + ], + [ + "ĠL", + "IFE" + ], + [ + "ĠLI", + "FE" + ], + [ + "act", + "ually" + ], + [ + "Ġ", + "jan" + ], + [ + "Ġj", + "an" + ], + [ + "Ġja", + "n" + ], + [ + "now", + "ledge" + ], + [ + "nowled", + "ge" + ], + [ + "ĠV", + "augh" + ], + [ + "ĠVa", + "ugh" + ], + [ + "Ġspec", + "iation" + ], + [ + "I", + "nst" + ], + [ + "In", + "st" + ], + [ + "Ins", + "t" + ], + [ + "i", + "etic" + ], + [ + "ie", + "tic" + ], + [ + "iet", + "ic" + ], + [ + "ĠAn", + "onymous" + ], + [ + "ĠS", + "pir" + ], + [ + "ĠSp", + "ir" + ], + [ + "|", + "|(" + ], + [ + "||", + "(" + ], + [ + "âĢĶ", + "t" + ], + [ + "en", + "ged" + ], + [ + "eng", + "ed" + ], + [ + "enge", + "d" + ], + [ + "i", + "kan" + ], + [ + "ik", + "an" + ], + [ + "ika", + "n" + ], + [ + "Ġnatural", + "ized" + ], + [ + "Ġrele", + "gated" + ], + [ + "Ġdam", + "n" + ], + [ + "Ġda", + "mn" + ], + [ + "Ġtool", + "bar" + ], + [ + "ann", + "ual" + ], + [ + "Ġb", + "arge" + ], + [ + "Ġbar", + "ge" + ], + [ + "Ġbarg", + "e" + ], + [ + "er", + "gart" + ], + [ + "erg", + "art" + ], + [ + "sec", + "onds" + ], + [ + "second", + "s" + ], + [ + "A", + "MS" + ], + [ + "AM", + "S" + ], + [ + "-", + "Man" + ], + [ + "-M", + "an" + ], + [ + "Ġ", + "Diabetic" + ], + [ + "ĠDi", + "abetic" + ], + [ + "ĠHol", + "ocene" + ], + [ + "ĠK", + "hal" + ], + [ + "ĠKh", + "al" + ], + [ + "Ġprohib", + "itive" + ], + [ + "Ġprohibit", + "ive" + ], + [ + "ĠUt", + "ility" + ], + [ + "ĠUtil", + "ity" + ], + [ + "Ġhal", + "ogen" + ], + [ + "Ġhalo", + "gen" + ], + [ + "roduct", + "ory" + ], + [ + "Ġstere", + "otypical" + ], + [ + "Ġstereo", + "typical" + ], + [ + "Ġguarantee", + "ing" + ], + [ + "ĠSem", + "itic" + ], + [ + "ĠSemi", + "tic" + ], + [ + "Ġhill", + "side" + ], + [ + "Ġhills", + "ide" + ], + [ + "Ġca", + "tering" + ], + [ + "Ġcat", + "ering" + ], + [ + "Ġcater", + "ing" + ], + [ + "Ġcate", + "ring" + ], + [ + "Ġsupp", + "resses" + ], + [ + "Ġsuppress", + "es" + ], + [ + "-inf", + "rared" + ], + [ + "Ġinterven", + "ed" + ], + [ + "Ġintervene", + "d" + ], + [ + "ĠCM", + "OS" + ], + [ + "ãĢ", + "ģ" + ], + [ + "Ġinacc", + "ur" + ], + [ + "Ġventric", + "les" + ], + [ + "Ġventricle", + "s" + ], + [ + "ĠBeat", + "les" + ], + [ + "Ġfres", + "coes" + ], + [ + "Ġfresco", + "es" + ], + [ + "Ġsmugg", + "ling" + ], + [ + "Ġvaric", + "ose" + ], + [ + "ĠGeneal", + "ogy" + ], + [ + "A", + "DA" + ], + [ + "AD", + "A" + ], + [ + "J", + "P" + ], + [ + "W", + "I" + ], + [ + "W", + "ays" + ], + [ + "Way", + "s" + ], + [ + "Wa", + "ys" + ], + [ + "Z", + "ero" + ], + [ + "Ze", + "ro" + ], + [ + "p", + "ark" + ], + [ + "par", + "k" + ], + [ + "i", + "ones" + ], + [ + "ion", + "es" + ], + [ + "io", + "nes" + ], + [ + "ione", + "s" + ], + [ + "v", + "ez" + ], + [ + "ve", + "z" + ], + [ + "ve", + "au" + ], + [ + "Ġb", + "egg" + ], + [ + "Ġbe", + "gg" + ], + [ + "Ġbeg", + "g" + ], + [ + "r", + "apped" + ], + [ + "ra", + "pped" + ], + [ + "rap", + "ped" + ], + [ + "ĠA", + "ids" + ], + [ + "ĠAid", + "s" + ], + [ + "ĠAi", + "ds" + ], + [ + "Ġan", + "gina" + ], + [ + "Ġang", + "ina" + ], + [ + "Ġangi", + "na" + ], + [ + "ĠB", + "IM" + ], + [ + "ĠBI", + "M" + ], + [ + "ĠW", + "PA" + ], + [ + "ĠWP", + "A" + ], + [ + "Ġcomp", + "ressive" + ], + [ + "Ġcompress", + "ive" + ], + [ + "Ġincre", + "ments" + ], + [ + "Ġincrement", + "s" + ], + [ + "Ġgood", + "will" + ], + [ + "Ġhist", + "ogram" + ], + [ + "Ġd", + "riest" + ], + [ + "Ġdr", + "iest" + ], + [ + "Ġdri", + "est" + ], + [ + "Ġdries", + "t" + ], + [ + "âĢľ", + "He" + ], + [ + "âĢľH", + "e" + ], + [ + "Ġperiod", + "icals" + ], + [ + "Ġperiodic", + "als" + ], + [ + "Ġperiodical", + "s" + ], + [ + "Ġneg", + "ativity" + ], + [ + "Ġelectric", + "ian" + ], + [ + "Ġelectr", + "ician" + ], + [ + "ĠEl", + "k" + ], + [ + "Ġang", + "lers" + ], + [ + "Ġangle", + "rs" + ], + [ + "Ġangler", + "s" + ], + [ + "ar", + "ianism" + ], + [ + "arian", + "ism" + ], + [ + "ĠAng", + "els" + ], + [ + "ĠAngel", + "s" + ], + [ + "Ġd", + "enture" + ], + [ + "Ġdent", + "ure" + ], + [ + "C", + "SI" + ], + [ + "CS", + "I" + ], + [ + "ĠSpecial", + "ists" + ], + [ + "ĠSpecialist", + "s" + ], + [ + "Ġmini", + "atur" + ], + [ + "Ġcosm", + "opolitan" + ], + [ + "âĤ¬", + "Åĵ" + ], + [ + "Ġdis", + "charging" + ], + [ + "Ġdischar", + "ging" + ], + [ + "ĠShel", + "by" + ], + [ + ".", + "js" + ], + [ + ".j", + "s" + ], + [ + "Ġech", + "ocard" + ], + [ + "Ġecho", + "card" + ], + [ + "Ġhex", + "agonal" + ], + [ + "Ġhexagon", + "al" + ], + [ + "ĠR", + "oland" + ], + [ + "ĠRo", + "land" + ], + [ + "ĠRol", + "and" + ], + [ + "ĠAber", + "deen" + ], + [ + "arcin", + "oma" + ], + [ + "ĠCly", + "de" + ], + [ + "-", + "II" + ], + [ + "-I", + "I" + ], + [ + "C", + "ulture" + ], + [ + "Cult", + "ure" + ], + [ + "D", + "og" + ], + [ + "Do", + "g" + ], + [ + "j", + "ord" + ], + [ + "jor", + "d" + ], + [ + "jo", + "rd" + ], + [ + "m", + "ethod" + ], + [ + "me", + "thod" + ], + [ + "w", + "ings" + ], + [ + "win", + "gs" + ], + [ + "wing", + "s" + ], + [ + "â", + "ĺ" + ], + [ + "Ġ", + "ceded" + ], + [ + "Ġc", + "eded" + ], + [ + "Ġce", + "ded" + ], + [ + "Ġced", + "ed" + ], + [ + "Ġw", + "oke" + ], + [ + "Ġwo", + "ke" + ], + [ + "Ġth", + "orns" + ], + [ + "Ġthor", + "ns" + ], + [ + "Ġthorn", + "s" + ], + [ + "en", + "tin" + ], + [ + "ent", + "in" + ], + [ + "ol", + "ver" + ], + [ + "olve", + "r" + ], + [ + "Ġ", + "Categories" + ], + [ + "ĠC", + "ategories" + ], + [ + "Ġwh", + "ims" + ], + [ + "Ġwhim", + "s" + ], + [ + "Ġ", + "MH" + ], + [ + "ĠM", + "H" + ], + [ + "o", + "carp" + ], + [ + "oc", + "arp" + ], + [ + "ĠE", + "van" + ], + [ + "ĠEv", + "an" + ], + [ + "ĠEva", + "n" + ], + [ + "ĠF", + "GM" + ], + [ + "Ġad", + "mon" + ], + [ + "Ġadm", + "on" + ], + [ + "Ġme", + "alt" + ], + [ + "Ġmeal", + "t" + ], + [ + "ĠK", + "em" + ], + [ + "ĠKe", + "m" + ], + [ + "r", + "opod" + ], + [ + "rop", + "od" + ], + [ + "ĠS", + "cales" + ], + [ + "ĠSc", + "ales" + ], + [ + "ĠScale", + "s" + ], + [ + "ĠScal", + "es" + ], + [ + "o", + "hl" + ], + [ + "oh", + "l" + ], + [ + "Ġleg", + "ume" + ], + [ + "ĠS", + "ham" + ], + [ + "ĠSh", + "am" + ], + [ + "ĠSha", + "m" + ], + [ + "-", + "pur" + ], + [ + "-p", + "ur" + ], + [ + "Ġ", + "zig" + ], + [ + "Ġz", + "ig" + ], + [ + "Ġobserv", + "atories" + ], + [ + "a", + "ii" + ], + [ + "ai", + "i" + ], + [ + "Ġdark", + "ened" + ], + [ + "Ġdarken", + "ed" + ], + [ + "Ġinstall", + "ment" + ], + [ + "ĠRef", + "lect" + ], + [ + "Ġvoc", + "ab" + ], + [ + "ocy", + "tic" + ], + [ + "ocyt", + "ic" + ], + [ + "ĠJac", + "qu" + ], + [ + "ĠPhot", + "ographs" + ], + [ + "ĠPhotograph", + "s" + ], + [ + "Ġre", + "igns" + ], + [ + "Ġreign", + "s" + ], + [ + "Ġan", + "atom" + ], + [ + "Ġanat", + "om" + ], + [ + "Ġana", + "tom" + ], + [ + "ĠMar", + "xism" + ], + [ + "ĠMarx", + "ism" + ], + [ + "Ġ", + "ABOUT" + ], + [ + "ĠAB", + "OUT" + ], + [ + "Top", + "ics" + ], + [ + "Topic", + "s" + ], + [ + "Ġbru", + "ises" + ], + [ + "Ġbruise", + "s" + ], + [ + "Ġl", + "agging" + ], + [ + "Ġla", + "gging" + ], + [ + "Ġlag", + "ging" + ], + [ + "Ġdu", + "plicated" + ], + [ + "Ġduplic", + "ated" + ], + [ + "Ġduplicate", + "d" + ], + [ + "ĠBry", + "ant" + ], + [ + "ĠBryan", + "t" + ], + [ + "ĠAnat", + "olia" + ], + [ + "ĠAuto", + "CAD" + ], + [ + "ĠClar", + "ence" + ], + [ + "ĠClare", + "nce" + ], + [ + "ĠCla", + "rence" + ], + [ + "Ġevangel", + "ical" + ], + [ + "Ġoutbur", + "sts" + ], + [ + "Ġoutburst", + "s" + ], + [ + "Ġmarg", + "arine" + ], + [ + "Ġmargar", + "ine" + ], + [ + "/", + "(" + ], + [ + "K", + "a" + ], + [ + "R", + "iver" + ], + [ + "p", + "ard" + ], + [ + "par", + "d" + ], + [ + "pa", + "rd" + ], + [ + "Ġt", + "resp" + ], + [ + "Ġtr", + "esp" + ], + [ + "Ġtre", + "sp" + ], + [ + "Ġt", + "roph" + ], + [ + "Ġtr", + "oph" + ], + [ + "Ġtro", + "ph" + ], + [ + "Ġtrop", + "h" + ], + [ + "ĠS", + "UN" + ], + [ + "ĠSU", + "N" + ], + [ + "i", + "vir" + ], + [ + "iv", + "ir" + ], + [ + "ivi", + "r" + ], + [ + "Ġ", + "rift" + ], + [ + "Ġr", + "ift" + ], + [ + "Ġrif", + "t" + ], + [ + "Ġsp", + "acious" + ], + [ + "Ġspac", + "ious" + ], + [ + "Ġspa", + "cious" + ], + [ + "Ġ", + "NRC" + ], + [ + "ĠN", + "RC" + ], + [ + "ĠNR", + "C" + ], + [ + "end", + "ments" + ], + [ + "endment", + "s" + ], + [ + "ĠSt", + "ack" + ], + [ + "ĠSta", + "ck" + ], + [ + "ĠK", + "olk" + ], + [ + "ĠKol", + "k" + ], + [ + "Ġfl", + "anks" + ], + [ + "Ġflank", + "s" + ], + [ + "g", + "gio" + ], + [ + "gg", + "io" + ], + [ + "âĢľ", + "[" + ], + [ + "ĠS", + "hot" + ], + [ + "ĠSh", + "ot" + ], + [ + "ĠSho", + "t" + ], + [ + "s", + "cale" + ], + [ + "sc", + "ale" + ], + [ + "Ġl", + "oam" + ], + [ + "Ġlo", + "am" + ], + [ + "-", + "drug" + ], + [ + "-d", + "rug" + ], + [ + "-dr", + "ug" + ], + [ + "Ġprop", + "onent" + ], + [ + "Ġre", + "disc" + ], + [ + "Ġred", + "isc" + ], + [ + "ĠS", + "het" + ], + [ + "ĠSh", + "et" + ], + [ + "ĠShe", + "t" + ], + [ + "ĠMar", + "l" + ], + [ + "o", + "phon" + ], + [ + "op", + "hon" + ], + [ + "oph", + "on" + ], + [ + "Ġsn", + "apping" + ], + [ + "Ġsnap", + "ping" + ], + [ + "ĠBo", + "er" + ], + [ + "ĠBoe", + "r" + ], + [ + "Ġrespond", + "ent" + ], + [ + "a", + "chev" + ], + [ + "ac", + "hev" + ], + [ + "ach", + "ev" + ], + [ + "ache", + "v" + ], + [ + "Te", + "am" + ], + [ + "Tea", + "m" + ], + [ + "Ġrub", + "bed" + ], + [ + "gu", + "ably" + ], + [ + "ĠGr", + "eco" + ], + [ + "ĠGre", + "co" + ], + [ + "Ġdece", + "it" + ], + [ + "Ġf", + "orbid" + ], + [ + "Ġfor", + "bid" + ], + [ + "Ġforb", + "id" + ], + [ + "Ġste", + "wards" + ], + [ + "Ġstew", + "ards" + ], + [ + "Ġsteward", + "s" + ], + [ + "ĠTs", + "ar" + ], + [ + "ĠLaure", + "nt" + ], + [ + "ĠLaur", + "ent" + ], + [ + "ĠLauren", + "t" + ], + [ + "ĠLau", + "rent" + ], + [ + "Ġmar", + "sup" + ], + [ + "Ġmars", + "up" + ], + [ + "Wild", + "life" + ], + [ + "Ġesteem", + "ed" + ], + [ + "ĠL", + "inguistics" + ], + [ + "ĠLingu", + "istics" + ], + [ + "ĠLinguistic", + "s" + ], + [ + "ĠStru", + "ggle" + ], + [ + "ĠD", + "iscipline" + ], + [ + "ĠDiscipl", + "ine" + ], + [ + "Ġrever", + "ber" + ], + [ + "!", + "," + ], + [ + ")", + ")Ċ" + ], + [ + "))", + "Ċ" + ], + [ + "H", + "PV" + ], + [ + "HP", + "V" + ], + [ + "J", + "ean" + ], + [ + "Je", + "an" + ], + [ + "d", + "est" + ], + [ + "de", + "st" + ], + [ + "des", + "t" + ], + [ + "j", + "ing" + ], + [ + "ji", + "ng" + ], + [ + "jin", + "g" + ], + [ + "w", + "d" + ], + [ + "Ġ", + "os" + ], + [ + "Ġo", + "s" + ], + [ + "Ġ", + "dan" + ], + [ + "Ġd", + "an" + ], + [ + "Ġda", + "n" + ], + [ + "s", + "tage" + ], + [ + "st", + "age" + ], + [ + "sta", + "ge" + ], + [ + "stag", + "e" + ], + [ + "Ġg", + "hee" + ], + [ + "Ġgh", + "ee" + ], + [ + "o", + "try" + ], + [ + "ot", + "ry" + ], + [ + "ĠA", + "ure" + ], + [ + "ĠAur", + "e" + ], + [ + "ĠAu", + "re" + ], + [ + "ĠS", + "chn" + ], + [ + "ĠSc", + "hn" + ], + [ + "ĠSch", + "n" + ], + [ + "ĠL", + "ok" + ], + [ + "ĠLo", + "k" + ], + [ + "Ġinf", + "requently" + ], + [ + "Ġinfrequent", + "ly" + ], + [ + "ord", + "inate" + ], + [ + "Ġw", + "hence" + ], + [ + "Ġwh", + "ence" + ], + [ + "Ġwhe", + "nce" + ], + [ + "Ġwhen", + "ce" + ], + [ + "ĠH", + "ex" + ], + [ + "ĠHe", + "x" + ], + [ + "Ġvar", + "nish" + ], + [ + "Ġmon", + "othe" + ], + [ + "Ġmono", + "the" + ], + [ + "Ġmonot", + "he" + ], + [ + "Ġpost", + "ulated" + ], + [ + "Ġpostulate", + "d" + ], + [ + "-", + "lined" + ], + [ + "-l", + "ined" + ], + [ + "-line", + "d" + ], + [ + "om", + "ania" + ], + [ + "oman", + "ia" + ], + [ + "oma", + "nia" + ], + [ + "ĠMar", + "cell" + ], + [ + "ĠMarc", + "ell" + ], + [ + "ĠMarcel", + "l" + ], + [ + "Some", + "one" + ], + [ + "ĠF", + "inch" + ], + [ + "ĠFin", + "ch" + ], + [ + "Ġtr", + "ending" + ], + [ + "Ġtrend", + "ing" + ], + [ + "Ġskill", + "ful" + ], + [ + "-", + "Pr" + ], + [ + "-P", + "r" + ], + [ + "Ġbio", + "availability" + ], + [ + "agon", + "ists" + ], + [ + "agonist", + "s" + ], + [ + "Ġdriver", + "less" + ], + [ + "Ġbomb", + "arded" + ], + [ + "Ġbombard", + "ed" + ], + [ + "Ġscr", + "atched" + ], + [ + "Ġscratch", + "ed" + ], + [ + "ĠLim", + "estone" + ], + [ + "ĠLime", + "stone" + ], + [ + "ĠCa", + "sey" + ], + [ + "ĠCase", + "y" + ], + [ + "ĠCas", + "ey" + ], + [ + "Ġalien", + "ation" + ], + [ + "Ġgrat", + "ification" + ], + [ + "Ġjun", + "iper" + ], + [ + "ĠRegular", + "ly" + ], + [ + "Ġunle", + "ashed" + ], + [ + "Ġunleash", + "ed" + ], + [ + "Ġtheatre", + "s" + ], + [ + "Ġtheat", + "res" + ], + [ + "ĠBuch", + "anan" + ], + [ + "Ġmartyr", + "dom" + ], + [ + "ĠDesk", + "top" + ], + [ + "ĠMahab", + "har" + ], + [ + "Ġcancel", + "ed" + ], + [ + "Ġcance", + "led" + ], + [ + "L", + "oss" + ], + [ + "Lo", + "ss" + ], + [ + "Los", + "s" + ], + [ + "T", + "rust" + ], + [ + "Tr", + "ust" + ], + [ + "Ġp", + "antry" + ], + [ + "Ġpan", + "try" + ], + [ + "Ġpant", + "ry" + ], + [ + "st", + "icks" + ], + [ + "stic", + "ks" + ], + [ + "stick", + "s" + ], + [ + "Ġg", + "inseng" + ], + [ + "ĠP", + "atch" + ], + [ + "ĠPat", + "ch" + ], + [ + "ab", + "ridged" + ], + [ + "r", + "omy" + ], + [ + "ro", + "my" + ], + [ + "rom", + "y" + ], + [ + "Ġ", + "Hello" + ], + [ + "ĠH", + "ello" + ], + [ + "ĠHe", + "llo" + ], + [ + "ĠHel", + "lo" + ], + [ + "ĠHell", + "o" + ], + [ + "Ġr", + "ipples" + ], + [ + "Ġrip", + "ples" + ], + [ + "Ġripple", + "s" + ], + [ + "Ġle", + "vy" + ], + [ + "Ġlev", + "y" + ], + [ + "Ġ", + "FS" + ], + [ + "ĠF", + "S" + ], + [ + "ĠL", + "ipp" + ], + [ + "ĠLi", + "pp" + ], + [ + "ĠLip", + "p" + ], + [ + "Ġ", + "OCR" + ], + [ + "ĠO", + "CR" + ], + [ + "ĠOC", + "R" + ], + [ + "ĠO", + "dd" + ], + [ + "ĠOd", + "d" + ], + [ + "Ġsc", + "outs" + ], + [ + "Ġscout", + "s" + ], + [ + "Ġover", + "grown" + ], + [ + "Ġher", + "mit" + ], + [ + "Ġherm", + "it" + ], + [ + "Ġins", + "isting" + ], + [ + "Ġinsist", + "ing" + ], + [ + "ĠCl", + "ouds" + ], + [ + "ĠCloud", + "s" + ], + [ + "ĠClo", + "uds" + ], + [ + "o", + "flu" + ], + [ + "of", + "lu" + ], + [ + "es", + "cence" + ], + [ + "esc", + "ence" + ], + [ + "ĠApp", + "eal" + ], + [ + "Ġpoly", + "styrene" + ], + [ + "ĠP", + "atrol" + ], + [ + "ĠPat", + "rol" + ], + [ + "Ġutil", + "itarian" + ], + [ + "Ġimmig", + "rated" + ], + [ + "e", + "cker" + ], + [ + "ec", + "ker" + ], + [ + "eck", + "er" + ], + [ + "Ġt", + "ubs" + ], + [ + "Ġtub", + "s" + ], + [ + "Ġtu", + "bs" + ], + [ + "Ġfet", + "uses" + ], + [ + "Ġfetus", + "es" + ], + [ + "ĠRail", + "ways" + ], + [ + "ĠRailway", + "s" + ], + [ + "ĠWilliam", + "sburg" + ], + [ + "ĠWilliams", + "burg" + ], + [ + "Ġpap", + "yrus" + ], + [ + "Ġ________", + "________________" + ], + [ + "Ġ________________", + "________" + ], + [ + "ĠAutom", + "ated" + ], + [ + "M", + "illions" + ], + [ + "Mill", + "ions" + ], + [ + "ĠLaz", + "arus" + ], + [ + "-", + "species" + ], + [ + "-spec", + "ies" + ], + [ + "vacc", + "inated" + ], + [ + "Ġantico", + "agul" + ], + [ + "Ġyogh", + "urt" + ], + [ + "D", + "ES" + ], + [ + "DE", + "S" + ], + [ + "H", + "oney" + ], + [ + "Hon", + "ey" + ], + [ + "Ho", + "ney" + ], + [ + "U", + "ses" + ], + [ + "Us", + "es" + ], + [ + "Use", + "s" + ], + [ + "f", + "m" + ], + [ + "o", + "ge" + ], + [ + "og", + "e" + ], + [ + "p", + "ecific" + ], + [ + "pec", + "ific" + ], + [ + "v", + "ii" + ], + [ + "vi", + "i" + ], + [ + "an", + "imal" + ], + [ + "ani", + "mal" + ], + [ + "anim", + "al" + ], + [ + "st", + "ocks" + ], + [ + "stock", + "s" + ], + [ + "Ġch", + "illy" + ], + [ + "Ġchill", + "y" + ], + [ + "ĠD", + "RC" + ], + [ + "ĠDR", + "C" + ], + [ + "ĠR", + "oe" + ], + [ + "ĠRo", + "e" + ], + [ + "ĠR", + "EG" + ], + [ + "ĠRE", + "G" + ], + [ + "ĠL", + "atter" + ], + [ + "ĠLat", + "ter" + ], + [ + "ĠIn", + "k" + ], + [ + "Ġ", + "scribe" + ], + [ + "Ġsc", + "ribe" + ], + [ + "Ġscr", + "ibe" + ], + [ + "Ġscrib", + "e" + ], + [ + "ĠC", + "hit" + ], + [ + "ĠCh", + "it" + ], + [ + "ĠChi", + "t" + ], + [ + "o", + "bar" + ], + [ + "ob", + "ar" + ], + [ + "oba", + "r" + ], + [ + "-", + "des" + ], + [ + "-d", + "es" + ], + [ + "-de", + "s" + ], + [ + "Ġs", + "ensed" + ], + [ + "Ġsens", + "ed" + ], + [ + "Ġsense", + "d" + ], + [ + "Ġsen", + "sed" + ], + [ + "pr", + "ivate" + ], + [ + "priv", + "ate" + ], + [ + "l", + "oop" + ], + [ + "lo", + "op" + ], + [ + "loo", + "p" + ], + [ + "Ġinit", + "ials" + ], + [ + "Ġiniti", + "als" + ], + [ + "Ġinitial", + "s" + ], + [ + "ĠMar", + "ijuana" + ], + [ + "Ġcross", + "roads" + ], + [ + "Ġaud", + "iting" + ], + [ + "Ġaudit", + "ing" + ], + [ + "Ġaudi", + "ting" + ], + [ + "ĠEl", + "iza" + ], + [ + "ĠEli", + "za" + ], + [ + "ĠRec", + "ording" + ], + [ + "ĠRecord", + "ing" + ], + [ + "I", + "TT" + ], + [ + "IT", + "T" + ], + [ + "ĠM", + "odi" + ], + [ + "ĠMod", + "i" + ], + [ + "ĠMo", + "di" + ], + [ + "ophy", + "te" + ], + [ + "Sp", + "irit" + ], + [ + "Ab", + "raham" + ], + [ + "ĠB", + "enz" + ], + [ + "ĠBen", + "z" + ], + [ + "Ġfle", + "eting" + ], + [ + "Ġfleet", + "ing" + ], + [ + "Ġflee", + "ting" + ], + [ + "g", + "rand" + ], + [ + "gra", + "nd" + ], + [ + "gr", + "and" + ], + [ + "Cont", + "ribut" + ], + [ + "Ġfung", + "icides" + ], + [ + "Ġfungicide", + "s" + ], + [ + "Ġbreast", + "feed" + ], + [ + "Ġbreastf", + "eed" + ], + [ + "ĠR", + "aise" + ], + [ + "ĠRa", + "ise" + ], + [ + "ĠRais", + "e" + ], + [ + "ĠRai", + "se" + ], + [ + "Ġbol", + "st" + ], + [ + "Ġstrat", + "ified" + ], + [ + "ĠDal", + "ton" + ], + [ + "Ġwand", + "ered" + ], + [ + "Ġwander", + "ed" + ], + [ + "Ġun", + "easy" + ], + [ + "Ġune", + "asy" + ], + [ + "Ġuneas", + "y" + ], + [ + "ĠFe", + "wer" + ], + [ + "ĠFew", + "er" + ], + [ + "Ġdread", + "ful" + ], + [ + "ĠRe", + "placement" + ], + [ + "ĠReplace", + "ment" + ], + [ + "Ġp", + "rickly" + ], + [ + "Ġprick", + "ly" + ], + [ + "Ġpara", + "phrase" + ], + [ + "Ġparaph", + "rase" + ], + [ + "Ġeluc", + "idate" + ], + [ + "ĠIv", + "ory" + ], + [ + "Ġcongru", + "ent" + ], + [ + "-", + "aff" + ], + [ + "-a", + "ff" + ], + [ + "-", + "organized" + ], + [ + "-organ", + "ized" + ], + [ + "C", + "oming" + ], + [ + "Com", + "ing" + ], + [ + "Co", + "ming" + ], + [ + "C", + "atholic" + ], + [ + "Cath", + "olic" + ], + [ + "M", + "ust" + ], + [ + "Mus", + "t" + ], + [ + "Mu", + "st" + ], + [ + "Ð", + "±" + ], + [ + "Ġd", + "anced" + ], + [ + "Ġdance", + "d" + ], + [ + "Ġdan", + "ced" + ], + [ + "ĠC", + "FS" + ], + [ + "ĠCF", + "S" + ], + [ + "Ġ", + "alp" + ], + [ + "Ġal", + "p" + ], + [ + "Ġat", + "rium" + ], + [ + "Ġ", + "DF" + ], + [ + "ĠD", + "F" + ], + [ + "ĠE", + "UR" + ], + [ + "ĠEU", + "R" + ], + [ + "ĠG", + "os" + ], + [ + "ĠGo", + "s" + ], + [ + "ac", + "tus" + ], + [ + "act", + "us" + ], + [ + "Ġgl", + "omer" + ], + [ + "Ġglo", + "mer" + ], + [ + "Ġn", + "earing" + ], + [ + "Ġne", + "aring" + ], + [ + "Ġnear", + "ing" + ], + [ + "Ġmult", + "is" + ], + [ + "Ġmulti", + "s" + ], + [ + "Ġmul", + "tis" + ], + [ + "ĠL", + "evin" + ], + [ + "ĠLe", + "vin" + ], + [ + "ĠLev", + "in" + ], + [ + "ĠLevi", + "n" + ], + [ + "Ġmark", + "eters" + ], + [ + "Ġmarket", + "ers" + ], + [ + "Ġmodern", + "ist" + ], + [ + "ĠAct", + "ual" + ], + [ + "Ġ", + "Contains" + ], + [ + "ĠCont", + "ains" + ], + [ + "ĠContain", + "s" + ], + [ + "Ġhyd", + "rologic" + ], + [ + "Ġsil", + "icate" + ], + [ + "Ġsilica", + "te" + ], + [ + "Ġsilic", + "ate" + ], + [ + "Ġfa", + "eces" + ], + [ + "Ġvisual", + "izing" + ], + [ + "-", + "Cal" + ], + [ + "-C", + "al" + ], + [ + "P", + "late" + ], + [ + "Pl", + "ate" + ], + [ + "ĠBen", + "ef" + ], + [ + "ĠBene", + "f" + ], + [ + "ĠScot", + "ch" + ], + [ + "Ġhorses", + "hoe" + ], + [ + "Ġasc", + "ended" + ], + [ + "Ġascend", + "ed" + ], + [ + "Ġglob", + "ular" + ], + [ + "-", + "establish" + ], + [ + "-est", + "ablish" + ], + [ + "Ġrepublic", + "s" + ], + [ + "ĠP", + "ulmonary" + ], + [ + "ĠPul", + "monary" + ], + [ + "Ġdiplom", + "ats" + ], + [ + "Ġdiploma", + "ts" + ], + [ + "Ġdiplomat", + "s" + ], + [ + "Ġdisc", + "ouraging" + ], + [ + "Ġdiscoura", + "ging" + ], + [ + "ĠFranc", + "esco" + ], + [ + "ĠFrances", + "co" + ], + [ + "Ġratt", + "lesn" + ], + [ + "Ġrattle", + "sn" + ], + [ + "ĠPied", + "mont" + ], + [ + "-su", + "ited" + ], + [ + "ĠMartin", + "ez" + ], + [ + "ĠMartine", + "z" + ], + [ + "ĠMonteneg", + "ro" + ], + [ + "ĠSad", + "dam" + ], + [ + "ĠSadd", + "am" + ], + [ + "-", + "du" + ], + [ + "-d", + "u" + ], + [ + "-", + "development" + ], + [ + "M", + "ilk" + ], + [ + "Mil", + "k" + ], + [ + "f", + "am" + ], + [ + "fa", + "m" + ], + [ + "j", + "as" + ], + [ + "ja", + "s" + ], + [ + "r", + "ism" + ], + [ + "ri", + "sm" + ], + [ + "ris", + "m" + ], + [ + "i", + "num" + ], + [ + "in", + "um" + ], + [ + "inu", + "m" + ], + [ + "is", + "able" + ], + [ + "isa", + "ble" + ], + [ + "Ġf", + "iat" + ], + [ + "Ġfi", + "at" + ], + [ + "Ġd", + "andelion" + ], + [ + "l", + "ez" + ], + [ + "le", + "z" + ], + [ + "Ġ", + "gren" + ], + [ + "Ġg", + "ren" + ], + [ + "Ġgr", + "en" + ], + [ + "Ġgre", + "n" + ], + [ + "ĠT", + "ate" + ], + [ + "ĠTa", + "te" + ], + [ + "ĠTat", + "e" + ], + [ + "ĠT", + "ape" + ], + [ + "ĠTa", + "pe" + ], + [ + "ĠTap", + "e" + ], + [ + "ĠA", + "ragon" + ], + [ + "ĠAr", + "agon" + ], + [ + "ĠAra", + "gon" + ], + [ + "ĠArag", + "on" + ], + [ + "ĠC", + "one" + ], + [ + "ĠCon", + "e" + ], + [ + "ĠCo", + "ne" + ], + [ + "i", + "fol" + ], + [ + "if", + "ol" + ], + [ + "Ġ", + "FD" + ], + [ + "ĠF", + "D" + ], + [ + "Ġ", + "NV" + ], + [ + "ĠN", + "V" + ], + [ + "pl", + "ural" + ], + [ + "Ġk", + "ites" + ], + [ + "Ġkit", + "es" + ], + [ + "Ġkite", + "s" + ], + [ + "Ġki", + "tes" + ], + [ + "Ġinc", + "idences" + ], + [ + "Ġincidence", + "s" + ], + [ + "ĠJ", + "ag" + ], + [ + "ĠJa", + "g" + ], + [ + "Ġsc", + "rib" + ], + [ + "Ġscr", + "ib" + ], + [ + "oss", + "ibility" + ], + [ + "In", + "stall" + ], + [ + "Inst", + "all" + ], + [ + "Ġsoc", + "iologist" + ], + [ + "-", + "scient" + ], + [ + "-s", + "cient" + ], + [ + "-sc", + "ient" + ], + [ + "an", + "kind" + ], + [ + "ank", + "ind" + ], + [ + "pect", + "ral" + ], + [ + "ĠZ", + "oro" + ], + [ + "ĠZo", + "ro" + ], + [ + "Ġemb", + "assy" + ], + [ + "he", + "ading" + ], + [ + "head", + "ing" + ], + [ + "hea", + "ding" + ], + [ + "Ġforward", + "ed" + ], + [ + "ĠCom", + "fort" + ], + [ + "Ġcomprehens", + "ively" + ], + [ + "Ġcomprehensive", + "ly" + ], + [ + "ĠChe", + "ese" + ], + [ + "ĠRe", + "mind" + ], + [ + "ĠRem", + "ind" + ], + [ + "Pl", + "anting" + ], + [ + "Plan", + "ting" + ], + [ + "Plant", + "ing" + ], + [ + "Ġd", + "uly" + ], + [ + "Ġdu", + "ly" + ], + [ + "Ġsimpl", + "ifying" + ], + [ + "Ġsimplify", + "ing" + ], + [ + "Ġcontamin", + "ating" + ], + [ + "ĠMad", + "onna" + ], + [ + "ĠO", + "FF" + ], + [ + "ĠOF", + "F" + ], + [ + "ĠA", + "SL" + ], + [ + "ĠAS", + "L" + ], + [ + "Ġabstract", + "s" + ], + [ + "Ġabst", + "racts" + ], + [ + "Ġ", + "स" + ], + [ + "Ġà¤", + "¸" + ], + [ + "atab", + "ases" + ], + [ + "atabase", + "s" + ], + [ + "Ġintr", + "igue" + ], + [ + "Ġintrig", + "ue" + ], + [ + "ĠDub", + "ai" + ], + [ + "ĠB", + "oris" + ], + [ + "ĠBo", + "ris" + ], + [ + "ĠBor", + "is" + ], + [ + "ĠTele", + "phone" + ], + [ + "ĠCatal", + "ogue" + ], + [ + "ĠCatalog", + "ue" + ], + [ + "Ġdeterm", + "inism" + ], + [ + "Ġdetermin", + "ism" + ], + [ + "ĠDream", + "s" + ], + [ + "ĠDre", + "ams" + ], + [ + "Ġethn", + "ographic" + ], + [ + "ĠMalt", + "ese" + ], + [ + "prof", + "essional" + ], + [ + "ĠAg", + "nes" + ], + [ + "ĠAgn", + "es" + ], + [ + "ĠBeau", + "fort" + ], + [ + "ĠPrepared", + "ness" + ], + [ + "ĠFow", + "ler" + ], + [ + "T", + "opic" + ], + [ + "To", + "pic" + ], + [ + "Top", + "ic" + ], + [ + "b", + "eds" + ], + [ + "be", + "ds" + ], + [ + "bed", + "s" + ], + [ + "f", + "rey" + ], + [ + "fr", + "ey" + ], + [ + "fre", + "y" + ], + [ + "Ġc", + "occ" + ], + [ + "Ġco", + "cc" + ], + [ + "Ġcoc", + "c" + ], + [ + "ĠM", + "UST" + ], + [ + "ĠMU", + "ST" + ], + [ + "ĠMUS", + "T" + ], + [ + "ĠB", + "ologna" + ], + [ + "Ġsh", + "rew" + ], + [ + "Ġshr", + "ew" + ], + [ + "ĠN", + "utrients" + ], + [ + "ĠNutrient", + "s" + ], + [ + "ĠNutr", + "ients" + ], + [ + "ap", + "arte" + ], + [ + "apart", + "e" + ], + [ + "apar", + "te" + ], + [ + "ĠSt", + "anton" + ], + [ + "ĠStan", + "ton" + ], + [ + "ĠSta", + "nton" + ], + [ + "ĠK", + "ul" + ], + [ + "ĠKu", + "l" + ], + [ + "ĠK", + "athy" + ], + [ + "ĠKat", + "hy" + ], + [ + "ĠKa", + "thy" + ], + [ + "ĠKath", + "y" + ], + [ + "Ġover", + "active" + ], + [ + "Ġove", + "ractive" + ], + [ + "Ġsm", + "oot" + ], + [ + "Ġsmo", + "ot" + ], + [ + "Ġpartic", + "ulates" + ], + [ + "Ġparticulate", + "s" + ], + [ + "h", + "erson" + ], + [ + "her", + "son" + ], + [ + "hers", + "on" + ], + [ + "âĢĶ", + "so" + ], + [ + "âĢĶs", + "o" + ], + [ + "âĢľ", + "," + ], + [ + "Ġl", + "ighted" + ], + [ + "Ġlight", + "ed" + ], + [ + "Ġtre", + "asured" + ], + [ + "Ġtreasure", + "d" + ], + [ + "ĠT", + "oys" + ], + [ + "ĠTo", + "ys" + ], + [ + "ĠToy", + "s" + ], + [ + "-", + "dam" + ], + [ + "-d", + "am" + ], + [ + "Ġl", + "aterally" + ], + [ + "Ġlater", + "ally" + ], + [ + "Ġlate", + "rally" + ], + [ + "Ġlat", + "erally" + ], + [ + "Ġlateral", + "ly" + ], + [ + "Ġe", + "rr" + ], + [ + "Ġer", + "r" + ], + [ + "Ġemer", + "itus" + ], + [ + "s", + "hoot" + ], + [ + "sh", + "oot" + ], + [ + "ĠRed", + "uces" + ], + [ + "ĠReduce", + "s" + ], + [ + "Ġac", + "quis" + ], + [ + "Ġacqu", + "is" + ], + [ + "e", + "cked" + ], + [ + "ec", + "ked" + ], + [ + "eck", + "ed" + ], + [ + "-sh", + "irt" + ], + [ + "ĠHaw", + "thorne" + ], + [ + "-r", + "anking" + ], + [ + "/", + "doc" + ], + [ + "/d", + "oc" + ], + [ + "Ġalph", + "abets" + ], + [ + "Ġalphabet", + "s" + ], + [ + "App", + "ly" + ], + [ + "Ap", + "ply" + ], + [ + "Ġcann", + "ib" + ], + [ + "ĠS", + "SR" + ], + [ + "ĠSS", + "R" + ], + [ + "Ġham", + "per" + ], + [ + "/m", + "L" + ], + [ + "ĠPlace", + "ment" + ], + [ + "ĠLim", + "its" + ], + [ + "ĠLimit", + "s" + ], + [ + "stant", + "ial" + ], + [ + "Ġ", + "Latest" + ], + [ + "ĠLa", + "test" + ], + [ + "ĠLat", + "est" + ], + [ + "ĠLate", + "st" + ], + [ + "Ġarbit", + "rarily" + ], + [ + "ĠMong", + "ols" + ], + [ + "ĠMongol", + "s" + ], + [ + "ĠMongo", + "ls" + ], + [ + "-", + "regulated" + ], + [ + "-reg", + "ulated" + ], + [ + "Ġtheor", + "ist" + ], + [ + "Ġcur", + "tail" + ], + [ + "Ġcurt", + "ail" + ], + [ + "ĠSin", + "clair" + ], + [ + "-", + "independent" + ], + [ + "-ind", + "ependent" + ], + [ + "ĠScar", + "let" + ], + [ + "ĠHam", + "mond" + ], + [ + "ĠHamm", + "ond" + ], + [ + "Engine", + "ering" + ], + [ + "Ġophthalm", + "ologist" + ], + [ + "ĠGastro", + "enter" + ], + [ + "Ġremod", + "eling" + ], + [ + "ĠM", + "ovie" + ], + [ + "ĠMo", + "vie" + ], + [ + "ĠMov", + "ie" + ], + [ + "Ġinconsist", + "encies" + ], + [ + "Ġco", + "workers" + ], + [ + "Ġcowork", + "ers" + ], + [ + "-", + "plant" + ], + [ + "-pl", + "ant" + ], + [ + "-plan", + "t" + ], + [ + "-", + "action" + ], + [ + "-a", + "ction" + ], + [ + "-ac", + "tion" + ], + [ + "-act", + "ion" + ], + [ + "B", + "ell" + ], + [ + "Be", + "ll" + ], + [ + "Bel", + "l" + ], + [ + "C", + "oc" + ], + [ + "Co", + "c" + ], + [ + "E", + "ither" + ], + [ + "Ġ", + "pard" + ], + [ + "Ġp", + "ard" + ], + [ + "Ġpar", + "d" + ], + [ + "Ġpa", + "rd" + ], + [ + "Ġp", + "udd" + ], + [ + "Ġpu", + "dd" + ], + [ + "Ġre", + "eds" + ], + [ + "Ġr", + "eeds" + ], + [ + "Ġreed", + "s" + ], + [ + "Ġree", + "ds" + ], + [ + "u", + "sky" + ], + [ + "us", + "ky" + ], + [ + "usk", + "y" + ], + [ + "ĠR", + "ough" + ], + [ + "ĠRo", + "ugh" + ], + [ + "ĠRou", + "gh" + ], + [ + "ĠG", + "yp" + ], + [ + "ĠGy", + "p" + ], + [ + "ĠL", + "opez" + ], + [ + "ĠLo", + "pez" + ], + [ + "e", + "cology" + ], + [ + "ec", + "ology" + ], + [ + "Ġcom", + "mas" + ], + [ + "Ġcomm", + "as" + ], + [ + "Ġcomma", + "s" + ], + [ + "Ġwork", + "piece" + ], + [ + "Ġph", + "age" + ], + [ + "Ġphag", + "e" + ], + [ + "iss", + "ues" + ], + [ + "issue", + "s" + ], + [ + "Ġpres", + "ume" + ], + [ + "Ġpresum", + "e" + ], + [ + "âĢĶ", + "of" + ], + [ + "Ġpar", + "ables" + ], + [ + "Ġpara", + "bles" + ], + [ + "Ġparable", + "s" + ], + [ + "Ġparab", + "les" + ], + [ + "Ġ", + "Closed" + ], + [ + "ĠCl", + "osed" + ], + [ + "ĠClose", + "d" + ], + [ + "ĠClo", + "sed" + ], + [ + "Ġlist", + "ens" + ], + [ + "Ġlisten", + "s" + ], + [ + "Ġlis", + "tens" + ], + [ + "Ġlo", + "oms" + ], + [ + "Ġloom", + "s" + ], + [ + "Ġintern", + "ships" + ], + [ + "Ġinternship", + "s" + ], + [ + "Ġinterns", + "hips" + ], + [ + "i", + "ameter" + ], + [ + "ia", + "meter" + ], + [ + "iam", + "eter" + ], + [ + "ground", + "s" + ], + [ + "gr", + "ounds" + ], + [ + "ĠAc", + "robat" + ], + [ + "ĠEl", + "imination" + ], + [ + "ĠElimin", + "ation" + ], + [ + "ĠEli", + "mination" + ], + [ + "A", + "SC" + ], + [ + "AS", + "C" + ], + [ + "ĠSu", + "rin" + ], + [ + "ĠSur", + "in" + ], + [ + "Ġpun", + "ishing" + ], + [ + "Ġpunish", + "ing" + ], + [ + "ĠPort", + "able" + ], + [ + "ĠPor", + "table" + ], + [ + "ĠR", + "etail" + ], + [ + "ĠRe", + "tail" + ], + [ + "ĠRet", + "ail" + ], + [ + "Ġmit", + "igated" + ], + [ + "Ġmitigate", + "d" + ], + [ + "Ġax", + "ons" + ], + [ + "Ġaxon", + "s" + ], + [ + "Ġsmooth", + "ie" + ], + [ + "Ġion", + "ization" + ], + [ + "Ġbold", + "ly" + ], + [ + "ĠK", + "atz" + ], + [ + "ĠKat", + "z" + ], + [ + "ĠKa", + "tz" + ], + [ + "i", + "geon" + ], + [ + "ig", + "eon" + ], + [ + "ige", + "on" + ], + [ + "Ġ", + "DAY" + ], + [ + "ĠD", + "AY" + ], + [ + "ĠDA", + "Y" + ], + [ + "ĠBreak", + "fast" + ], + [ + "ĠComm", + "entary" + ], + [ + "ĠComment", + "ary" + ], + [ + "i", + "ggle" + ], + [ + "ig", + "gle" + ], + [ + "igg", + "le" + ], + [ + "Ġsta", + "unch" + ], + [ + "ĠSE", + "TI" + ], + [ + "ĠSET", + "I" + ], + [ + "Ġadip", + "ose" + ], + [ + "Ġauster", + "ity" + ], + [ + "B", + "ottom" + ], + [ + "Bot", + "tom" + ], + [ + "P", + "ract" + ], + [ + "Pr", + "act" + ], + [ + "Pra", + "ct" + ], + [ + "l", + "ore" + ], + [ + "lo", + "re" + ], + [ + "lor", + "e" + ], + [ + "s", + "ers" + ], + [ + "se", + "rs" + ], + [ + "ser", + "s" + ], + [ + "Ġn", + "orepinephrine" + ], + [ + "ĠT", + "sun" + ], + [ + "ĠTs", + "un" + ], + [ + "ĠM", + "ord" + ], + [ + "ĠMor", + "d" + ], + [ + "ĠMo", + "rd" + ], + [ + "ĠH", + "absburg" + ], + [ + "ĠHab", + "sburg" + ], + [ + "ĠD", + "EP" + ], + [ + "ĠDE", + "P" + ], + [ + "Ġme", + "iosis" + ], + [ + "ol", + "ogie" + ], + [ + "olog", + "ie" + ], + [ + "olo", + "gie" + ], + [ + "Ġ", + "quir" + ], + [ + "Ġqu", + "ir" + ], + [ + "Ġqui", + "r" + ], + [ + "r", + "itus" + ], + [ + "ri", + "tus" + ], + [ + "rit", + "us" + ], + [ + "te", + "achers" + ], + [ + "teacher", + "s" + ], + [ + "teach", + "ers" + ], + [ + "Ġcons", + "ort" + ], + [ + "Ġpr", + "uned" + ], + [ + "Ġprune", + "d" + ], + [ + "Ġmy", + "opia" + ], + [ + "Ġmet", + "at" + ], + [ + "Ġmeta", + "t" + ], + [ + "Ġmark", + "up" + ], + [ + "r", + "isy" + ], + [ + "ri", + "sy" + ], + [ + "ris", + "y" + ], + [ + "em", + "ptive" + ], + [ + "empt", + "ive" + ], + [ + "Ġ", + "-->" + ], + [ + "Ġ-", + "->" + ], + [ + "Ġ--", + ">" + ], + [ + "I", + "NC" + ], + [ + "IN", + "C" + ], + [ + "Ġ", + "angled" + ], + [ + "Ġang", + "led" + ], + [ + "Ġangle", + "d" + ], + [ + "Ġillust", + "rative" + ], + [ + "ĠMed", + "ici" + ], + [ + "ĠMedic", + "i" + ], + [ + "ĠBe", + "nin" + ], + [ + "ĠBen", + "in" + ], + [ + "comp", + "ared" + ], + [ + "compare", + "d" + ], + [ + "compar", + "ed" + ], + [ + "Ġre", + "former" + ], + [ + "Ġreform", + "er" + ], + [ + "ĠDown", + "loads" + ], + [ + "ĠDownload", + "s" + ], + [ + "ĠVer", + "te" + ], + [ + "ĠVert", + "e" + ], + [ + "Ġshr", + "inks" + ], + [ + "Ġshrink", + "s" + ], + [ + "Ġins", + "pecting" + ], + [ + "Ġinsp", + "ecting" + ], + [ + "Ġinspect", + "ing" + ], + [ + "Ġbio", + "film" + ], + [ + "Ġbiof", + "ilm" + ], + [ + "opt", + "imal" + ], + [ + "optim", + "al" + ], + [ + "Fe", + "atures" + ], + [ + "ĠNapole", + "onic" + ], + [ + "ĠNapoleon", + "ic" + ], + [ + "ĠNi", + "ña" + ], + [ + "ĠNiñ", + "a" + ], + [ + "ĠMamm", + "als" + ], + [ + "ĠMammal", + "s" + ], + [ + "ĠExpect", + "ations" + ], + [ + "Ġeman", + "ating" + ], + [ + "Ġassembl", + "age" + ], + [ + "ĠEscher", + "ichia" + ], + [ + "ĠSyll", + "abus" + ], + [ + "R", + "andom" + ], + [ + "Ra", + "ndom" + ], + [ + "d", + "h" + ], + [ + "h", + "are" + ], + [ + "ha", + "re" + ], + [ + "har", + "e" + ], + [ + "j", + "ah" + ], + [ + "ja", + "h" + ], + [ + "v", + "irtual" + ], + [ + "Ġt", + "ainted" + ], + [ + "o", + "ron" + ], + [ + "or", + "on" + ], + [ + "oro", + "n" + ], + [ + "Ġp", + "archment" + ], + [ + "Ġd", + "yed" + ], + [ + "Ġdye", + "d" + ], + [ + "Ġdy", + "ed" + ], + [ + "ĠT", + "ot" + ], + [ + "ĠTo", + "t" + ], + [ + "ĠM", + "og" + ], + [ + "ĠMo", + "g" + ], + [ + "Ġde", + "humid" + ], + [ + "ĠR", + "itual" + ], + [ + "ĠRit", + "ual" + ], + [ + "Ġsh", + "ack" + ], + [ + "Ġim", + "aged" + ], + [ + "Ġimage", + "d" + ], + [ + "Ġimag", + "ed" + ], + [ + "Ġc", + "lown" + ], + [ + "Ġcl", + "own" + ], + [ + "Ġclo", + "wn" + ], + [ + "Ġun", + "broken" + ], + [ + "Ġre", + "clamation" + ], + [ + "Ġrec", + "lamation" + ], + [ + "Ġrecl", + "amation" + ], + [ + "Ġbl", + "aze" + ], + [ + "ĠV", + "ij" + ], + [ + "ĠVi", + "j" + ], + [ + "Ġbr", + "ushed" + ], + [ + "Ġbrush", + "ed" + ], + [ + "Ġbrus", + "hed" + ], + [ + "âĢľ", + "By" + ], + [ + "âĢľB", + "y" + ], + [ + "-s", + "ufficiency" + ], + [ + "-su", + "fficiency" + ], + [ + "me", + "ans" + ], + [ + "mean", + "s" + ], + [ + "-", + "pass" + ], + [ + "-p", + "ass" + ], + [ + "Ġ", + "USE" + ], + [ + "ĠU", + "SE" + ], + [ + "ĠUS", + "E" + ], + [ + "y", + "men" + ], + [ + "ym", + "en" + ], + [ + "Ġcomplex", + "ion" + ], + [ + "ast", + "icity" + ], + [ + "astic", + "ity" + ], + [ + "Ġ", + "facebook" + ], + [ + "Ġfac", + "ebook" + ], + [ + "Ġface", + "book" + ], + [ + "Ġun", + "developed" + ], + [ + "Ġund", + "eveloped" + ], + [ + "vis", + "ual" + ], + [ + "Ġ", + "blem" + ], + [ + "Ġb", + "lem" + ], + [ + "Ġbl", + "em" + ], + [ + "Ġble", + "m" + ], + [ + "ĠSte", + "iner" + ], + [ + "ĠStein", + "er" + ], + [ + "Ġmac", + "beth" + ], + [ + "ĠPut", + "nam" + ], + [ + "ĠLind", + "say" + ], + [ + "Ġabs", + "tain" + ], + [ + "Ġabst", + "ain" + ], + [ + "Ġcoh", + "orts" + ], + [ + "Ġcohort", + "s" + ], + [ + "ĠRecon", + "naissance" + ], + [ + "Ġcr", + "ochet" + ], + [ + "Ġcro", + "chet" + ], + [ + "Ġcroc", + "het" + ], + [ + "Ġunfair", + "ly" + ], + [ + "ĠCo", + "verage" + ], + [ + "ĠCover", + "age" + ], + [ + "ĠCove", + "rage" + ], + [ + "s", + "everal" + ], + [ + "sever", + "al" + ], + [ + "Ġ", + "RSV" + ], + [ + "ĠR", + "SV" + ], + [ + "ĠRS", + "V" + ], + [ + "ĠSter", + "ling" + ], + [ + "ĠHI", + "PAA" + ], + [ + "ĠHIP", + "AA" + ], + [ + "ĠQuin", + "cy" + ], + [ + "'", + "i" + ], + [ + "-", + "ent" + ], + [ + "-e", + "nt" + ], + [ + "-en", + "t" + ], + [ + "-", + "active" + ], + [ + "-a", + "ctive" + ], + [ + "-act", + "ive" + ], + [ + "-", + "keeping" + ], + [ + "-ke", + "eping" + ], + [ + "I", + "rish" + ], + [ + "Ir", + "ish" + ], + [ + "N", + "urs" + ], + [ + "c", + "u" + ], + [ + "c", + "ars" + ], + [ + "ca", + "rs" + ], + [ + "car", + "s" + ], + [ + "Ġt", + "asted" + ], + [ + "Ġtaste", + "d" + ], + [ + "Ġta", + "sted" + ], + [ + "Ġtast", + "ed" + ], + [ + "Ġtas", + "ted" + ], + [ + "at", + "chers" + ], + [ + "atch", + "ers" + ], + [ + "atche", + "rs" + ], + [ + "atcher", + "s" + ], + [ + "it", + "ars" + ], + [ + "ita", + "rs" + ], + [ + "itar", + "s" + ], + [ + "ou", + "ple" + ], + [ + "oup", + "le" + ], + [ + "a", + "ram" + ], + [ + "ar", + "am" + ], + [ + "ara", + "m" + ], + [ + "l", + "eted" + ], + [ + "le", + "ted" + ], + [ + "let", + "ed" + ], + [ + "lete", + "d" + ], + [ + "Ġ", + "hp" + ], + [ + "Ġh", + "p" + ], + [ + "Ġl", + "agoons" + ], + [ + "Ġlag", + "oons" + ], + [ + "Ġlagoon", + "s" + ], + [ + "ĠC", + "AL" + ], + [ + "ĠCA", + "L" + ], + [ + "âĢĻ", + ")," + ], + [ + "âĢĻ)", + "," + ], + [ + "ĠF", + "ats" + ], + [ + "ĠFa", + "ts" + ], + [ + "ĠFat", + "s" + ], + [ + "Ġar", + "bore" + ], + [ + "Ġarbor", + "e" + ], + [ + "Ġarb", + "ore" + ], + [ + "ĠSt", + "ere" + ], + [ + "ĠSte", + "re" + ], + [ + "ĠSter", + "e" + ], + [ + "ĠS", + "train" + ], + [ + "ĠSt", + "rain" + ], + [ + "ĠStr", + "ain" + ], + [ + "ĠStra", + "in" + ], + [ + "o", + "bi" + ], + [ + "ob", + "i" + ], + [ + "Ġre", + "mitt" + ], + [ + "Ġrem", + "itt" + ], + [ + "or", + "ned" + ], + [ + "orn", + "ed" + ], + [ + "orne", + "d" + ], + [ + "Ġhand", + "lers" + ], + [ + "Ġhandle", + "rs" + ], + [ + "Ġhandler", + "s" + ], + [ + "-s", + "urgical" + ], + [ + "-sur", + "gical" + ], + [ + "me", + "asures" + ], + [ + "measure", + "s" + ], + [ + "l", + "inger" + ], + [ + "ling", + "er" + ], + [ + "lin", + "ger" + ], + [ + "r", + "eta" + ], + [ + "re", + "ta" + ], + [ + "ret", + "a" + ], + [ + "c", + "ula" + ], + [ + "cul", + "a" + ], + [ + "cu", + "la" + ], + [ + "Ġmakes", + "hift" + ], + [ + "Ġge", + "ospatial" + ], + [ + "Ġcop", + "ious" + ], + [ + "Ġdeal", + "ings" + ], + [ + "Ġdealing", + "s" + ], + [ + "ĠAssoci", + "ations" + ], + [ + "ĠAssociation", + "s" + ], + [ + "ĠAssoc", + "iations" + ], + [ + "Ġrelig", + "iously" + ], + [ + "Ġreligious", + "ly" + ], + [ + "Ġweak", + "ly" + ], + [ + "All", + "ah" + ], + [ + "Ġbo", + "arded" + ], + [ + "Ġboard", + "ed" + ], + [ + "Ġboar", + "ded" + ], + [ + "Ġin", + "hum" + ], + [ + "Ġinh", + "um" + ], + [ + "ĠLight", + "ning" + ], + [ + "ĠPe", + "nal" + ], + [ + "ĠPen", + "al" + ], + [ + "Ġobst", + "etric" + ], + [ + "Ġ", + "CSF" + ], + [ + "ĠC", + "SF" + ], + [ + "ĠCS", + "F" + ], + [ + "Ġwool", + "ly" + ], + [ + "Ġwo", + "olly" + ], + [ + "ĠArchitect", + "ural" + ], + [ + "ĠRain", + "forest" + ], + [ + "Ġlib", + "erate" + ], + [ + "Ġliber", + "ate" + ], + [ + "Ġorph", + "aned" + ], + [ + "Ġorphan", + "ed" + ], + [ + "ĠC", + "ooling" + ], + [ + "ĠCo", + "oling" + ], + [ + "ĠCool", + "ing" + ], + [ + "Ġequ", + "ivalence" + ], + [ + "Ġequival", + "ence" + ], + [ + "Ġmetamorph", + "osis" + ], + [ + "Ġpalp", + "itations" + ], + [ + "Ġarrog", + "ance" + ], + [ + "Ġgymn", + "astics" + ], + [ + "Ġcolloqu", + "ial" + ], + [ + "Ġcy", + "press" + ], + [ + "Ġcyp", + "ress" + ], + [ + "F", + "em" + ], + [ + "Fe", + "m" + ], + [ + "L", + "incoln" + ], + [ + "L", + "uckily" + ], + [ + "l", + "ang" + ], + [ + "la", + "ng" + ], + [ + "lan", + "g" + ], + [ + "Ġp", + "udding" + ], + [ + "Ġpudd", + "ing" + ], + [ + "Ġf", + "ined" + ], + [ + "Ġfin", + "ed" + ], + [ + "Ġfine", + "d" + ], + [ + "Ġfi", + "ned" + ], + [ + "Ġ", + "dar" + ], + [ + "Ġd", + "ar" + ], + [ + "Ġda", + "r" + ], + [ + "Ġd", + "ic" + ], + [ + "Ġdi", + "c" + ], + [ + "Ġd", + "ummy" + ], + [ + "Ġdum", + "my" + ], + [ + "Ġbe", + "wild" + ], + [ + "ot", + "ide" + ], + [ + "oti", + "de" + ], + [ + "otid", + "e" + ], + [ + "c", + "haft" + ], + [ + "ch", + "aft" + ], + [ + "cha", + "ft" + ], + [ + "ĠI", + "CD" + ], + [ + "ĠIC", + "D" + ], + [ + "Ġpro", + "kary" + ], + [ + "ĠP", + "ots" + ], + [ + "ĠPo", + "ts" + ], + [ + "ĠPot", + "s" + ], + [ + "ĠP", + "RI" + ], + [ + "ĠPR", + "I" + ], + [ + "ĠB", + "old" + ], + [ + "ĠBo", + "ld" + ], + [ + "ĠBol", + "d" + ], + [ + "ĠW", + "rit" + ], + [ + "ĠG", + "ear" + ], + [ + "ĠGe", + "ar" + ], + [ + "as", + "tal" + ], + [ + "ast", + "al" + ], + [ + "asta", + "l" + ], + [ + "i", + "zon" + ], + [ + "iz", + "on" + ], + [ + "izo", + "n" + ], + [ + "Ġinc", + "arn" + ], + [ + "i", + "eft" + ], + [ + "ie", + "ft" + ], + [ + "ief", + "t" + ], + [ + "Ġset", + "back" + ], + [ + "Ġpower", + "house" + ], + [ + "âĢĶ", + "this" + ], + [ + "âĢĶt", + "his" + ], + [ + "inc", + "lude" + ], + [ + "Ġant", + "eced" + ], + [ + "Ġante", + "ced" + ], + [ + "Ġe", + "lm" + ], + [ + "Ġel", + "m" + ], + [ + "Ġl", + "oft" + ], + [ + "Ġlo", + "ft" + ], + [ + "ĠSe", + "af" + ], + [ + "ĠSea", + "f" + ], + [ + "aut", + "iful" + ], + [ + "Ġ", + "xxx" + ], + [ + "Ġx", + "xx" + ], + [ + "Ġxx", + "x" + ], + [ + "Ġelect", + "rification" + ], + [ + "Ġelectr", + "ification" + ], + [ + "ĠInc", + "ident" + ], + [ + "Ġfresh", + "ness" + ], + [ + "ed", + "icine" + ], + [ + "edi", + "cine" + ], + [ + "edic", + "ine" + ], + [ + "Ġconv", + "ulsions" + ], + [ + "Pl", + "aying" + ], + [ + "Play", + "ing" + ], + [ + "Ġcl", + "imat" + ], + [ + "Ġclim", + "at" + ], + [ + "un", + "ker" + ], + [ + "unk", + "er" + ], + [ + "ĠUp", + "anish" + ], + [ + "Ġbl", + "inded" + ], + [ + "Ġblind", + "ed" + ], + [ + "Ġclar", + "ifying" + ], + [ + "Ġclarify", + "ing" + ], + [ + "Ġinner", + "most" + ], + [ + "Ġinn", + "ermost" + ], + [ + "ĠE", + "rin" + ], + [ + "ĠEr", + "in" + ], + [ + "ĠS", + "SD" + ], + [ + "ĠSS", + "D" + ], + [ + "izz", + "ard" + ], + [ + "izza", + "rd" + ], + [ + "Ġ", + "âĢĿĊ" + ], + [ + "ĠâĢĿ", + "Ċ" + ], + [ + "f", + "athers" + ], + [ + "father", + "s" + ], + [ + "fa", + "thers" + ], + [ + "fat", + "hers" + ], + [ + "ĠMechan", + "ism" + ], + [ + "Ġepic", + "enter" + ], + [ + "Ġreass", + "urance" + ], + [ + "stud", + "ent" + ], + [ + "Ġprost", + "hesis" + ], + [ + "Mult", + "i" + ], + [ + "Mul", + "ti" + ], + [ + "Certain", + "ly" + ], + [ + "ĠRo", + "lling" + ], + [ + "ĠRoll", + "ing" + ], + [ + "ĠRol", + "ling" + ], + [ + "ĠFel", + "lows" + ], + [ + "ĠFell", + "ows" + ], + [ + "ĠFellow", + "s" + ], + [ + "Ġanonymous", + "ly" + ], + [ + "Ġanonym", + "ously" + ], + [ + "ĠRare", + "ly" + ], + [ + "Ġost", + "ensibly" + ], + [ + "Ġprerequis", + "ites" + ], + [ + "Ġprerequisite", + "s" + ], + [ + "ĠSCI", + "ENCE" + ], + [ + "ĠMo", + "isture" + ], + [ + "ĠMoist", + "ure" + ], + [ + "Ġdiast", + "olic" + ], + [ + "ĠAnab", + "apt" + ], + [ + "D", + "u" + ], + [ + "D", + "esigned" + ], + [ + "Design", + "ed" + ], + [ + "Des", + "igned" + ], + [ + "R", + "ac" + ], + [ + "Ra", + "c" + ], + [ + "T", + "y" + ], + [ + "i", + "em" + ], + [ + "ie", + "m" + ], + [ + "w", + "i" + ], + [ + "ad", + "j" + ], + [ + "Ġ", + "MJ" + ], + [ + "ĠM", + "J" + ], + [ + "ĠM", + "aw" + ], + [ + "ĠMa", + "w" + ], + [ + "Ġde", + "plete" + ], + [ + "Ġdep", + "lete" + ], + [ + "Ġdeple", + "te" + ], + [ + "Ġdepl", + "ete" + ], + [ + "Ġwe", + "eping" + ], + [ + "Ġwee", + "ping" + ], + [ + "Ġweep", + "ing" + ], + [ + "ĠW", + "aves" + ], + [ + "ĠWa", + "ves" + ], + [ + "ĠWave", + "s" + ], + [ + "og", + "gy" + ], + [ + "ogg", + "y" + ], + [ + "e", + "way" + ], + [ + "ew", + "ay" + ], + [ + "ewa", + "y" + ], + [ + "ĠJ", + "em" + ], + [ + "ĠJe", + "m" + ], + [ + "ĠY", + "ar" + ], + [ + "ĠYa", + "r" + ], + [ + "Ġs", + "immer" + ], + [ + "Ġsim", + "mer" + ], + [ + "Ġsign", + "age" + ], + [ + "Ġsig", + "nage" + ], + [ + "arm", + "aceutical" + ], + [ + "Ġ", + "antic" + ], + [ + "Ġan", + "tic" + ], + [ + "Ġant", + "ic" + ], + [ + "Ġanti", + "c" + ], + [ + "Ġfore", + "shadow" + ], + [ + "T", + "ooth" + ], + [ + "To", + "oth" + ], + [ + "Too", + "th" + ], + [ + "S", + "AR" + ], + [ + "SA", + "R" + ], + [ + "Ġsleep", + "s" + ], + [ + "Ġsle", + "eps" + ], + [ + "Ġslee", + "ps" + ], + [ + "Ġpet", + "rochemical" + ], + [ + "alt", + "itude" + ], + [ + "Ġhom", + "ocysteine" + ], + [ + "Ġ", + "UNF" + ], + [ + "ĠU", + "NF" + ], + [ + "ĠUN", + "F" + ], + [ + "Ġsnow", + "m" + ], + [ + "Ġbow", + "ling" + ], + [ + "Ġbowl", + "ing" + ], + [ + "Do", + "ctor" + ], + [ + "Doc", + "tor" + ], + [ + "ĠOcean", + "ography" + ], + [ + "Ġgun", + "powder" + ], + [ + "Ġbomb", + "ed" + ], + [ + "Ġbom", + "bed" + ], + [ + "Ġtherm", + "ometers" + ], + [ + "Ġthermometer", + "s" + ], + [ + "Ġthermo", + "meters" + ], + [ + "ñ", + "o" + ], + [ + "Ġfant", + "as" + ], + [ + "Ġfan", + "tas" + ], + [ + "ĠH", + "eming" + ], + [ + "ĠHe", + "ming" + ], + [ + "ĠHem", + "ing" + ], + [ + "ĠAqu", + "inas" + ], + [ + "ĠK", + "indle" + ], + [ + "ĠKind", + "le" + ], + [ + "ĠWolf", + "gang" + ], + [ + "Ġover", + "saw" + ], + [ + "Ġovers", + "aw" + ], + [ + "ĠLank", + "an" + ], + [ + "ĠLanka", + "n" + ], + [ + "ĠLan", + "kan" + ], + [ + "ĠPel", + "opon" + ], + [ + "Ġincap", + "ac" + ], + [ + "ĠReason", + "ing" + ], + [ + "Ġmid", + "wife" + ], + [ + "Ġmidw", + "ife" + ], + [ + "A", + "ff" + ], + [ + "Af", + "f" + ], + [ + "H", + "all" + ], + [ + "Ha", + "ll" + ], + [ + "Hal", + "l" + ], + [ + "U", + "nd" + ], + [ + "Un", + "d" + ], + [ + "l", + "ob" + ], + [ + "lo", + "b" + ], + [ + "m", + "c" + ], + [ + "t", + "itle" + ], + [ + "ti", + "tle" + ], + [ + "tit", + "le" + ], + [ + "Â", + "¹" + ], + [ + "Ġs", + "ip" + ], + [ + "Ġsi", + "p" + ], + [ + "Ġb", + "row" + ], + [ + "Ġbr", + "ow" + ], + [ + "Ġbro", + "w" + ], + [ + "Ġin", + "versely" + ], + [ + "Ġinverse", + "ly" + ], + [ + "i", + "cher" + ], + [ + "ic", + "her" + ], + [ + "ich", + "er" + ], + [ + "iche", + "r" + ], + [ + "Ġb", + "eware" + ], + [ + "Ġbe", + "ware" + ], + [ + "ĠT", + "usc" + ], + [ + "ĠTu", + "sc" + ], + [ + "ĠTus", + "c" + ], + [ + "ch", + "ains" + ], + [ + "chain", + "s" + ], + [ + "cha", + "ins" + ], + [ + "ĠS", + "IG" + ], + [ + "ĠSI", + "G" + ], + [ + "Ġwh", + "irl" + ], + [ + "ab", + "ited" + ], + [ + "abit", + "ed" + ], + [ + "abi", + "ted" + ], + [ + "ĠH", + "ask" + ], + [ + "ĠHa", + "sk" + ], + [ + "ĠHas", + "k" + ], + [ + "Ġn", + "ears" + ], + [ + "Ġne", + "ars" + ], + [ + "Ġnear", + "s" + ], + [ + "Ġ", + "Thread" + ], + [ + "ĠTh", + "read" + ], + [ + "ig", + "non" + ], + [ + "ign", + "on" + ], + [ + "Ġcom", + "mens" + ], + [ + "Ġcomm", + "ens" + ], + [ + "ĠY", + "osh" + ], + [ + "ĠYo", + "sh" + ], + [ + "at", + "hom" + ], + [ + "ath", + "om" + ], + [ + "Ġsub", + "lim" + ], + [ + "u", + "pa" + ], + [ + "up", + "a" + ], + [ + "Ġre", + "tic" + ], + [ + "Ġr", + "etic" + ], + [ + "Ġret", + "ic" + ], + [ + "-", + "del" + ], + [ + "-d", + "el" + ], + [ + "-de", + "l" + ], + [ + "ĠQ", + "in" + ], + [ + "ĠQi", + "n" + ], + [ + "-", + "mal" + ], + [ + "-m", + "al" + ], + [ + "-ma", + "l" + ], + [ + "-", + "mot" + ], + [ + "-m", + "ot" + ], + [ + "Ġm", + "ott" + ], + [ + "Ġmot", + "t" + ], + [ + "Ġmo", + "tt" + ], + [ + "ĠLe", + "ipzig" + ], + [ + "â̦", + ")" + ], + [ + "Ġtotal", + "itarian" + ], + [ + "ĠChar", + "acters" + ], + [ + "ĠCharacter", + "s" + ], + [ + "Ġtra", + "cker" + ], + [ + "Ġtr", + "acker" + ], + [ + "Ġtrack", + "er" + ], + [ + "ĠPro", + "fit" + ], + [ + "ĠProf", + "it" + ], + [ + "Ġact", + "uality" + ], + [ + "Ġactual", + "ity" + ], + [ + "Ġactu", + "ality" + ], + [ + "Ġt", + "ouring" + ], + [ + "Ġto", + "uring" + ], + [ + "Ġtou", + "ring" + ], + [ + "Ġtour", + "ing" + ], + [ + "Ġvent", + "ured" + ], + [ + "Ġventure", + "d" + ], + [ + "ĠE", + "va" + ], + [ + "ĠEv", + "a" + ], + [ + "hma", + "el" + ], + [ + "hm", + "ael" + ], + [ + "ĠP", + "enny" + ], + [ + "ĠPenn", + "y" + ], + [ + "ĠPen", + "ny" + ], + [ + "Ġnervous", + "ness" + ], + [ + "Ġbl", + "inds" + ], + [ + "Ġblind", + "s" + ], + [ + "ĠBang", + "kok" + ], + [ + "Ġstrange", + "ly" + ], + [ + "r", + "ickson" + ], + [ + "rick", + "son" + ], + [ + "ricks", + "on" + ], + [ + "Ġcatal", + "ogs" + ], + [ + "Ġcatalog", + "s" + ], + [ + "ĠHad", + "rian" + ], + [ + "Ġbi", + "partisan" + ], + [ + "Ġbip", + "artisan" + ], + [ + "Ġflu", + "xes" + ], + [ + "Ġflux", + "es" + ], + [ + "ĠSent", + "ences" + ], + [ + "ĠSentence", + "s" + ], + [ + "ĠDVD", + "s" + ], + [ + "ĠDV", + "Ds" + ], + [ + "Ġun", + "important" + ], + [ + "Ġunim", + "portant" + ], + [ + "M", + "edicine" + ], + [ + "Med", + "icine" + ], + [ + "Medic", + "ine" + ], + [ + "Ġunbelie", + "vable" + ], + [ + "ĠAmph", + "ib" + ], + [ + "ĠAmp", + "hib" + ], + [ + "ĠCSI", + "RO" + ], + [ + "ĠEras", + "mus" + ], + [ + "frame", + "s" + ], + [ + "fr", + "ames" + ], + [ + "fram", + "es" + ], + [ + "fra", + "mes" + ], + [ + "Ġangu", + "ish" + ], + [ + "ĠKyr", + "gyz" + ], + [ + "*", + "." + ], + [ + "P", + "CR" + ], + [ + "PC", + "R" + ], + [ + "f", + "eed" + ], + [ + "fe", + "ed" + ], + [ + "n", + "it" + ], + [ + "ni", + "t" + ], + [ + "e", + "nton" + ], + [ + "en", + "ton" + ], + [ + "ent", + "on" + ], + [ + "ento", + "n" + ], + [ + "ĠS", + "essions" + ], + [ + "ĠSession", + "s" + ], + [ + "ĠS", + "quir" + ], + [ + "ĠSqu", + "ir" + ], + [ + "es", + "say" + ], + [ + "ess", + "ay" + ], + [ + "essa", + "y" + ], + [ + "ĠB", + "ose" + ], + [ + "ĠBo", + "se" + ], + [ + "ĠBos", + "e" + ], + [ + "ĠB", + "UT" + ], + [ + "ĠBU", + "T" + ], + [ + "ĠB", + "etsy" + ], + [ + "ĠBet", + "sy" + ], + [ + "o", + "cles" + ], + [ + "oc", + "les" + ], + [ + "ocl", + "es" + ], + [ + "ĠN", + "om" + ], + [ + "ĠNo", + "m" + ], + [ + "ĠN", + "ah" + ], + [ + "ĠNa", + "h" + ], + [ + "ĠG", + "PA" + ], + [ + "ĠGP", + "A" + ], + [ + "ĠL", + "au" + ], + [ + "ĠLa", + "u" + ], + [ + "ĠO", + "swald" + ], + [ + "ĠOs", + "wald" + ], + [ + "ĠJ", + "unction" + ], + [ + "ĠJun", + "ction" + ], + [ + "Ġs", + "cur" + ], + [ + "Ġsc", + "ur" + ], + [ + "Ġ", + "rovers" + ], + [ + "Ġr", + "overs" + ], + [ + "Ġro", + "vers" + ], + [ + "Ġrover", + "s" + ], + [ + "ĠY", + "ad" + ], + [ + "ĠYa", + "d" + ], + [ + "Ġinter", + "stitial" + ], + [ + "Ġserv", + "ic" + ], + [ + "Ġser", + "vic" + ], + [ + "gen", + "ics" + ], + [ + "genic", + "s" + ], + [ + "Ġme", + "tering" + ], + [ + "Ġmet", + "ering" + ], + [ + "Ġmeter", + "ing" + ], + [ + "Ġmete", + "ring" + ], + [ + "-", + "piece" + ], + [ + "-p", + "iece" + ], + [ + "-h", + "aired" + ], + [ + "cell", + "ent" + ], + [ + "Ġf", + "awn" + ], + [ + "Ġfa", + "wn" + ], + [ + "Ġj", + "oys" + ], + [ + "Ġjo", + "ys" + ], + [ + "Ġjoy", + "s" + ], + [ + "Ġset", + "tles" + ], + [ + "Ġsett", + "les" + ], + [ + "Ġsettle", + "s" + ], + [ + "Ġsav", + "anna" + ], + [ + "ur", + "tles" + ], + [ + "urt", + "les" + ], + [ + "ĠB", + "erk" + ], + [ + "ĠBer", + "k" + ], + [ + "Ġpers", + "istently" + ], + [ + "Ġpersist", + "ently" + ], + [ + "Ġpersistent", + "ly" + ], + [ + "S", + "imon" + ], + [ + "Sim", + "on" + ], + [ + "Si", + "mon" + ], + [ + "Ġb", + "eech" + ], + [ + "Ġbe", + "ech" + ], + [ + "Ġbee", + "ch" + ], + [ + "Ġhal", + "ting" + ], + [ + "Ġhalt", + "ing" + ], + [ + "Ġadopt", + "ive" + ], + [ + "Ġem", + "itters" + ], + [ + "Ġemit", + "ters" + ], + [ + "Ġemitter", + "s" + ], + [ + "Ġly", + "ric" + ], + [ + "Ġdedu", + "ced" + ], + [ + "Ġdeduce", + "d" + ], + [ + "ĠBapt", + "ists" + ], + [ + "ĠBaptist", + "s" + ], + [ + "ha", + "lation" + ], + [ + "hal", + "ation" + ], + [ + "Ġ", + "ع" + ], + [ + "ĠØ", + "¹" + ], + [ + "Ġ", + "Focusing" + ], + [ + "ĠFocus", + "ing" + ], + [ + "ĠCal", + "culus" + ], + [ + "ĠCalcul", + "us" + ], + [ + "ĠCalc", + "ulus" + ], + [ + "Ġps", + "alm" + ], + [ + "Ġunexpl", + "ored" + ], + [ + "p", + "olitical" + ], + [ + "pol", + "itical" + ], + [ + "Far", + "mers" + ], + [ + "Farm", + "ers" + ], + [ + "Ġbesie", + "ged" + ], + [ + "Ġphytochemical", + "s" + ], + [ + "/", + "sec" + ], + [ + "/s", + "ec" + ], + [ + "/se", + "c" + ], + [ + "/", + "content" + ], + [ + "/cont", + "ent" + ], + [ + "B", + "irds" + ], + [ + "Bird", + "s" + ], + [ + "Bir", + "ds" + ], + [ + "C", + "BD" + ], + [ + "CB", + "D" + ], + [ + "D", + "ys" + ], + [ + "h", + "ope" + ], + [ + "hop", + "e" + ], + [ + "ho", + "pe" + ], + [ + "o", + "no" + ], + [ + "on", + "o" + ], + [ + "Ġo", + "mit" + ], + [ + "Ġom", + "it" + ], + [ + "Ġw", + "avy" + ], + [ + "Ġwa", + "vy" + ], + [ + "i", + "cin" + ], + [ + "ic", + "in" + ], + [ + "ici", + "n" + ], + [ + "s", + "eeds" + ], + [ + "se", + "eds" + ], + [ + "see", + "ds" + ], + [ + "seed", + "s" + ], + [ + "Ġg", + "ou" + ], + [ + "Ġgo", + "u" + ], + [ + "im", + "ations" + ], + [ + "imation", + "s" + ], + [ + "imat", + "ions" + ], + [ + "Ġst", + "rep" + ], + [ + "Ġstr", + "ep" + ], + [ + "Ġstre", + "p" + ], + [ + "Ġ", + "CITES" + ], + [ + "ĠC", + "ITES" + ], + [ + "ĠCI", + "TES" + ], + [ + "ĠCIT", + "ES" + ], + [ + "ĠM", + "ikhail" + ], + [ + "us", + "pecting" + ], + [ + "usp", + "ecting" + ], + [ + "Ġc", + "hir" + ], + [ + "Ġch", + "ir" + ], + [ + "Ġchi", + "r" + ], + [ + "ĠR", + "iv" + ], + [ + "ĠRi", + "v" + ], + [ + "Ġab", + "ort" + ], + [ + "Ġint", + "onation" + ], + [ + "Ġinto", + "nation" + ], + [ + "ĠO", + "sm" + ], + [ + "ĠOs", + "m" + ], + [ + "Ġdis", + "arm" + ], + [ + "r", + "uz" + ], + [ + "ru", + "z" + ], + [ + "f", + "ters" + ], + [ + "fter", + "s" + ], + [ + "ft", + "ers" + ], + [ + "Ġsm", + "ashed" + ], + [ + "Ġsmash", + "ed" + ], + [ + "Ġsk", + "ipped" + ], + [ + "Ġskip", + "ped" + ], + [ + "Ġski", + "pped" + ], + [ + "i", + "ole" + ], + [ + "io", + "le" + ], + [ + "iol", + "e" + ], + [ + "ĠIs", + "hmael" + ], + [ + "Ġfor", + "eb" + ], + [ + "Ġfore", + "b" + ], + [ + "Ġfo", + "reb" + ], + [ + "St", + "ream" + ], + [ + "Ġcharacter", + "izing" + ], + [ + "Ġ", + "Controlling" + ], + [ + "ĠCont", + "rolling" + ], + [ + "ĠControl", + "ling" + ], + [ + "ĠArt", + "illery" + ], + [ + "Ġpick", + "les" + ], + [ + "Ġpi", + "ckles" + ], + [ + "Ġpickle", + "s" + ], + [ + "Ġpal", + "let" + ], + [ + "Ġpall", + "et" + ], + [ + "°", + "." + ], + [ + "Ġstem", + "med" + ], + [ + "Ġbrother", + "hood" + ], + [ + "ĠSal", + "ad" + ], + [ + "ĠSa", + "lad" + ], + [ + "organ", + "ism" + ], + [ + "Ġfor", + "giving" + ], + [ + "Ġforg", + "iving" + ], + [ + "Hist", + "oric" + ], + [ + "Histor", + "ic" + ], + [ + "uther", + "land" + ], + [ + "ĠBat", + "teries" + ], + [ + "ĠBatt", + "eries" + ], + [ + "Ġcong", + "estive" + ], + [ + "Ġcongest", + "ive" + ], + [ + "Ġplural", + "ity" + ], + [ + "Ġplur", + "ality" + ], + [ + "ĠEmb", + "assy" + ], + [ + "Ġdisinfect", + "ants" + ], + [ + "Ġdisinfectant", + "s" + ], + [ + "Ġaw", + "akened" + ], + [ + "Ġawake", + "ned" + ], + [ + "Ġawaken", + "ed" + ], + [ + "ĠMamm", + "al" + ], + [ + "ĠMam", + "mal" + ], + [ + "Ġcardiomy", + "opathy" + ], + [ + "/u", + "plo" + ], + [ + "Ġpattern", + "ing" + ], + [ + "Ġpatter", + "ning" + ], + [ + "M", + "Y" + ], + [ + "S", + "qu" + ], + [ + "S", + "eed" + ], + [ + "Se", + "ed" + ], + [ + "See", + "d" + ], + [ + "S", + "OURCE" + ], + [ + "j", + "in" + ], + [ + "ji", + "n" + ], + [ + "o", + "ffic" + ], + [ + "off", + "ic" + ], + [ + "w", + "oven" + ], + [ + "wo", + "ven" + ], + [ + "Ġw", + "rench" + ], + [ + "Ġwr", + "ench" + ], + [ + "l", + "ear" + ], + [ + "le", + "ar" + ], + [ + "Ġt", + "hru" + ], + [ + "Ġth", + "ru" + ], + [ + "Ġthr", + "u" + ], + [ + "e", + "li" + ], + [ + "el", + "i" + ], + [ + "Ġ", + "org" + ], + [ + "Ġor", + "g" + ], + [ + "ĠH", + "ag" + ], + [ + "ĠHa", + "g" + ], + [ + "ĠR", + "PM" + ], + [ + "ĠRP", + "M" + ], + [ + "ĠG", + "ros" + ], + [ + "ĠGr", + "os" + ], + [ + "ĠGro", + "s" + ], + [ + "ĠL", + "adies" + ], + [ + "ĠLa", + "dies" + ], + [ + "ĠLad", + "ies" + ], + [ + "i", + "cho" + ], + [ + "ic", + "ho" + ], + [ + "ich", + "o" + ], + [ + "Ġk", + "iwi" + ], + [ + "Ġki", + "wi" + ], + [ + "Ġkiw", + "i" + ], + [ + "Ġloc", + "ale" + ], + [ + "Ġlo", + "cale" + ], + [ + "Ġlocal", + "e" + ], + [ + "Ġmet", + "ac" + ], + [ + "Ġmeta", + "c" + ], + [ + "Ġs", + "lum" + ], + [ + "Ġsl", + "um" + ], + [ + "-", + "po" + ], + [ + "-p", + "o" + ], + [ + "Ġz", + "ucchini" + ], + [ + "ĠC", + "aled" + ], + [ + "ĠCal", + "ed" + ], + [ + "ĠCa", + "led" + ], + [ + "ĠMar", + "qu" + ], + [ + "Ġfire", + "walls" + ], + [ + "Ġfirewall", + "s" + ], + [ + "Ġste", + "aming" + ], + [ + "Ġsteam", + "ing" + ], + [ + "Ġaff", + "irms" + ], + [ + "Ġaffirm", + "s" + ], + [ + "ĠB", + "rass" + ], + [ + "ĠBra", + "ss" + ], + [ + "ĠBr", + "ass" + ], + [ + "ĠBras", + "s" + ], + [ + "-", + "night" + ], + [ + "-n", + "ight" + ], + [ + "Ġgut", + "ters" + ], + [ + "Ġgutter", + "s" + ], + [ + "Ġgutt", + "ers" + ], + [ + "Qu", + "est" + ], + [ + "Que", + "st" + ], + [ + "Ġcolumn", + "ist" + ], + [ + "ĠWik", + "tionary" + ], + [ + "/", + "dl" + ], + [ + "/d", + "l" + ], + [ + "ĠCh", + "oct" + ], + [ + "ĠCho", + "ct" + ], + [ + "ĠID", + "EA" + ], + [ + "ĠIDE", + "A" + ], + [ + "Ġse", + "wers" + ], + [ + "Ġsew", + "ers" + ], + [ + "Ġsewer", + "s" + ], + [ + "-", + "techn" + ], + [ + "-te", + "chn" + ], + [ + "-tech", + "n" + ], + [ + "Ġthy", + "me" + ], + [ + "Ġthym", + "e" + ], + [ + "c", + "alcul" + ], + [ + "cal", + "cul" + ], + [ + "calc", + "ul" + ], + [ + "ĠStew", + "ardship" + ], + [ + "Ġastroph", + "ysics" + ], + [ + "Ġastrophys", + "ics" + ], + [ + "Ġperf", + "orated" + ], + [ + "Ġperfor", + "ated" + ], + [ + "Ġvan", + "ishing" + ], + [ + "Ġvanish", + "ing" + ], + [ + "ĠSag", + "itt" + ], + [ + "Ġarth", + "ropods" + ], + [ + "Ġarthrop", + "ods" + ], + [ + "Ġarthropod", + "s" + ], + [ + "-", + "Related" + ], + [ + "-Rel", + "ated" + ], + [ + "-Re", + "lated" + ], + [ + "Metadata", + "Show" + ], + [ + "(", + "H" + ], + [ + ")", + ")." + ], + [ + "))", + "." + ], + [ + "F", + "ET" + ], + [ + "FE", + "T" + ], + [ + "J", + "osh" + ], + [ + "Jo", + "sh" + ], + [ + "Jos", + "h" + ], + [ + "L", + "ith" + ], + [ + "Li", + "th" + ], + [ + "Lit", + "h" + ], + [ + "U", + "pper" + ], + [ + "Up", + "per" + ], + [ + "W", + "et" + ], + [ + "We", + "t" + ], + [ + "g", + "ot" + ], + [ + "go", + "t" + ], + [ + "k", + "ids" + ], + [ + "ki", + "ds" + ], + [ + "kid", + "s" + ], + [ + "n", + "iz" + ], + [ + "ni", + "z" + ], + [ + "r", + "iv" + ], + [ + "ri", + "v" + ], + [ + "z", + "oelectric" + ], + [ + "zo", + "electric" + ], + [ + "Ġt", + "ympan" + ], + [ + "Ġm", + "nem" + ], + [ + "ĠS", + "ands" + ], + [ + "ĠSan", + "ds" + ], + [ + "ĠSand", + "s" + ], + [ + "ĠC", + "ited" + ], + [ + "ĠCit", + "ed" + ], + [ + "ĠCite", + "d" + ], + [ + "ĠCi", + "ted" + ], + [ + "Ġal", + "chem" + ], + [ + "ĠP", + "urch" + ], + [ + "ĠPur", + "ch" + ], + [ + "Ġv", + "ows" + ], + [ + "Ġvo", + "ws" + ], + [ + "Ġvow", + "s" + ], + [ + "Ġ", + "DP" + ], + [ + "ĠD", + "P" + ], + [ + "a", + "vir" + ], + [ + "av", + "ir" + ], + [ + "avi", + "r" + ], + [ + "on", + "son" + ], + [ + "ons", + "on" + ], + [ + "onso", + "n" + ], + [ + "Ġ", + "VP" + ], + [ + "ĠV", + "P" + ], + [ + "ĠV", + "ib" + ], + [ + "ĠVi", + "b" + ], + [ + "Ġind", + "igo" + ], + [ + "Ġindig", + "o" + ], + [ + "Ġins", + "ulator" + ], + [ + "Ġbo", + "asted" + ], + [ + "Ġboast", + "ed" + ], + [ + "-", + "critical" + ], + [ + "-c", + "ritical" + ], + [ + "-cr", + "itical" + ], + [ + "ĠOr", + "k" + ], + [ + "Ġaccount", + "ant" + ], + [ + "oph", + "agus" + ], + [ + "ĠNe", + "hemiah" + ], + [ + "Ġcopy", + "rights" + ], + [ + "Ġcopyright", + "s" + ], + [ + "Ġple", + "ural" + ], + [ + "Ġ", + "Directions" + ], + [ + "ĠDirect", + "ions" + ], + [ + "ĠDirection", + "s" + ], + [ + "ĠDir", + "ections" + ], + [ + "D", + "oing" + ], + [ + "Do", + "ing" + ], + [ + "Ġchrom", + "atic" + ], + [ + "Ġchromat", + "ic" + ], + [ + "Ġorient", + "ations" + ], + [ + "Ġorientation", + "s" + ], + [ + "ĠOper", + "ational" + ], + [ + "ĠOp", + "erational" + ], + [ + "ĠOperation", + "al" + ], + [ + "Ġre", + "plicating" + ], + [ + "Ġrepl", + "icating" + ], + [ + "Ġreplic", + "ating" + ], + [ + "Ġreplica", + "ting" + ], + [ + "Ġelectrom", + "agnet" + ], + [ + "Ġpharmac", + "ists" + ], + [ + "Ġpharmacist", + "s" + ], + [ + "Ġke", + "tones" + ], + [ + "Ġket", + "ones" + ], + [ + "Ġketo", + "nes" + ], + [ + "Ġketone", + "s" + ], + [ + "ĠO", + "din" + ], + [ + "ĠOd", + "in" + ], + [ + "his", + "att" + ], + [ + "Ġche", + "wed" + ], + [ + "Ġchew", + "ed" + ], + [ + "ĠC", + "arta" + ], + [ + "ĠCar", + "ta" + ], + [ + "ĠCart", + "a" + ], + [ + "Ġobstruct", + "ions" + ], + [ + "Ġobstruction", + "s" + ], + [ + "ĠLaure", + "nce" + ], + [ + "ĠLaur", + "ence" + ], + [ + "ĠLauren", + "ce" + ], + [ + "ĠLau", + "rence" + ], + [ + "ĠCos", + "mic" + ], + [ + "ĠCosm", + "ic" + ], + [ + "Ġl", + "aminate" + ], + [ + "Ġlam", + "inate" + ], + [ + "Ġlamin", + "ate" + ], + [ + "Ġlamina", + "te" + ], + [ + "ĠDys", + "lexia" + ], + [ + "ĠParad", + "ox" + ], + [ + "a", + "therapy" + ], + [ + "at", + "herapy" + ], + [ + "athe", + "rapy" + ], + [ + "ĠConfuc", + "ius" + ], + [ + "Ide", + "ally" + ], + [ + "Ideal", + "ly" + ], + [ + "Ġcommence", + "ment" + ], + [ + "Ġburs", + "itis" + ], + [ + "Face", + "book" + ], + [ + "Fac", + "ebook" + ], + [ + "B", + "uilt" + ], + [ + "Bu", + "ilt" + ], + [ + "D", + "AR" + ], + [ + "DA", + "R" + ], + [ + "T", + "em" + ], + [ + "Te", + "m" + ], + [ + "g", + "it" + ], + [ + "gi", + "t" + ], + [ + "p", + "ain" + ], + [ + "pa", + "in" + ], + [ + "Ġf", + "ainting" + ], + [ + "Ġfaint", + "ing" + ], + [ + "Ġ", + "AE" + ], + [ + "ĠA", + "E" + ], + [ + "Ġde", + "ceptive" + ], + [ + "Ġdece", + "ptive" + ], + [ + "ĠP", + "ang" + ], + [ + "ĠPan", + "g" + ], + [ + "ĠPa", + "ng" + ], + [ + "ĠB", + "ats" + ], + [ + "ĠBa", + "ts" + ], + [ + "ĠBat", + "s" + ], + [ + "Ġsp", + "rain" + ], + [ + "Ġspr", + "ain" + ], + [ + "ĠN", + "ervous" + ], + [ + "ĠNer", + "vous" + ], + [ + "ĠG", + "om" + ], + [ + "ĠGo", + "m" + ], + [ + "ĠL", + "akota" + ], + [ + "ĠLak", + "ota" + ], + [ + "Ġus", + "hered" + ], + [ + "Ġusher", + "ed" + ], + [ + "Ġp", + "low" + ], + [ + "Ġpl", + "ow" + ], + [ + "i", + "bial" + ], + [ + "ib", + "ial" + ], + [ + "ibia", + "l" + ], + [ + "ibi", + "al" + ], + [ + "ĠJ", + "ake" + ], + [ + "ĠJa", + "ke" + ], + [ + "ĠJak", + "e" + ], + [ + "r", + "yl" + ], + [ + "ry", + "l" + ], + [ + "Ġbut", + "cher" + ], + [ + "Ġsub", + "side" + ], + [ + "Ġsubs", + "ide" + ], + [ + "Ġsubsid", + "e" + ], + [ + "Ġsub", + "duction" + ], + [ + "Ġsubd", + "uction" + ], + [ + "Ġsubdu", + "ction" + ], + [ + "âĢľ", + "." + ], + [ + "Ġbre", + "ached" + ], + [ + "Ġbreach", + "ed" + ], + [ + "a", + "zzo" + ], + [ + "az", + "zo" + ], + [ + "azz", + "o" + ], + [ + "ĠP", + "lane" + ], + [ + "ĠPl", + "ane" + ], + [ + "ĠPlan", + "e" + ], + [ + "ĠZ", + "n" + ], + [ + "h", + "emes" + ], + [ + "he", + "mes" + ], + [ + "hem", + "es" + ], + [ + "ĠAb", + "bas" + ], + [ + "ĠAbb", + "as" + ], + [ + "Ġtherap", + "eutics" + ], + [ + "Ġtherapeutic", + "s" + ], + [ + "Ġ", + "uttered" + ], + [ + "Ġut", + "tered" + ], + [ + "Ġutter", + "ed" + ], + [ + "Ġcapt", + "ains" + ], + [ + "Ġcaptain", + "s" + ], + [ + "ĠLear", + "ner" + ], + [ + "ĠLearn", + "er" + ], + [ + "ĠSw", + "allow" + ], + [ + "ellig", + "ent" + ], + [ + "elli", + "gent" + ], + [ + "Ġsymbol", + "ically" + ], + [ + "Ġsymbolic", + "ally" + ], + [ + "ĠTrans", + "parency" + ], + [ + "Ġstaff", + "ing" + ], + [ + "Ġreprodu", + "cible" + ], + [ + "Ġreproduc", + "ible" + ], + [ + "Ġrub", + "y" + ], + [ + "Ġru", + "by" + ], + [ + "ĠRef", + "rig" + ], + [ + "Ġ", + "**" + ], + [ + "Ġ*", + "*" + ], + [ + "Sc", + "ope" + ], + [ + "ĠExpl", + "ained" + ], + [ + "ĠExplain", + "ed" + ], + [ + "Ġ", + "Reviewed" + ], + [ + "ĠRe", + "viewed" + ], + [ + "ĠReview", + "ed" + ], + [ + "Ġl", + "ieu" + ], + [ + "Ġlie", + "u" + ], + [ + "Ġli", + "eu" + ], + [ + "Ġembed", + "ding" + ], + [ + "ĠC", + "PI" + ], + [ + "ĠCP", + "I" + ], + [ + "Ġhol", + "ocaust" + ], + [ + "Ġencomp", + "assed" + ], + [ + "Ġencompass", + "ed" + ], + [ + "Ġb", + "icycl" + ], + [ + "Ġbi", + "cycl" + ], + [ + "Ġbicy", + "cl" + ], + [ + "Ġbic", + "ycl" + ], + [ + "or", + "bic" + ], + [ + "orb", + "ic" + ], + [ + "ĠBot", + "any" + ], + [ + "ĠNC", + "ERT" + ], + [ + "a", + "icin" + ], + [ + "ai", + "cin" + ], + [ + "aic", + "in" + ], + [ + "ĠHyp", + "othesis" + ], + [ + "Ġescal", + "ated" + ], + [ + "Ġescalate", + "d" + ], + [ + "Ġaffection", + "ate" + ], + [ + "comm", + "only" + ], + [ + "common", + "ly" + ], + [ + "Ġhelp", + "lessness" + ], + [ + "Ġhelpless", + "ness" + ], + [ + "ĠInstall", + "ation" + ], + [ + "Ġcl", + "inging" + ], + [ + "Ġclin", + "ging" + ], + [ + "Ġcling", + "ing" + ], + [ + "Ġfoodst", + "uffs" + ], + [ + "\"", + "..." + ], + [ + "\".", + ".." + ], + [ + "-", + "ready" + ], + [ + "-re", + "ady" + ], + [ + "-read", + "y" + ], + [ + "B", + "LE" + ], + [ + "BL", + "E" + ], + [ + "W", + "ay" + ], + [ + "Wa", + "y" + ], + [ + "r", + "ev" + ], + [ + "re", + "v" + ], + [ + "Ġc", + "unning" + ], + [ + "Ġw", + "ikipedia" + ], + [ + "Ġwik", + "ipedia" + ], + [ + "ol", + "ina" + ], + [ + "oli", + "na" + ], + [ + "olin", + "a" + ], + [ + "ol", + "ocation" + ], + [ + "olo", + "cation" + ], + [ + "ĠS", + "ER" + ], + [ + "ĠSE", + "R" + ], + [ + "ect", + "able" + ], + [ + "ec", + "table" + ], + [ + "a", + "cio" + ], + [ + "ac", + "io" + ], + [ + "aci", + "o" + ], + [ + "Ġ", + "WS" + ], + [ + "ĠW", + "S" + ], + [ + "ĠW", + "o" + ], + [ + "ĠR", + "ip" + ], + [ + "ĠRi", + "p" + ], + [ + "ĠR", + "uf" + ], + [ + "ĠRu", + "f" + ], + [ + "Ġen", + "l" + ], + [ + "ĠL", + "ayers" + ], + [ + "ĠLa", + "yers" + ], + [ + "ĠLay", + "ers" + ], + [ + "ĠLayer", + "s" + ], + [ + "Ġman", + "ate" + ], + [ + "Ġev", + "oked" + ], + [ + "Ġevoke", + "d" + ], + [ + "olog", + "ia" + ], + [ + "olo", + "gia" + ], + [ + "Ġin", + "var" + ], + [ + "Ġinv", + "ar" + ], + [ + "ĠS", + "chen" + ], + [ + "ĠSc", + "hen" + ], + [ + "ĠSch", + "en" + ], + [ + "ĠSche", + "n" + ], + [ + "ert", + "ainty" + ], + [ + "ertain", + "ty" + ], + [ + "Ġv", + "ols" + ], + [ + "Ġvol", + "s" + ], + [ + "Ġvo", + "ls" + ], + [ + "ĠZ", + "ar" + ], + [ + "Ġfru", + "ition" + ], + [ + "Ġfruit", + "ion" + ], + [ + "Ġhyd", + "rology" + ], + [ + "Ġcolon", + "el" + ], + [ + "Ġcapt", + "ives" + ], + [ + "Ġcaptive", + "s" + ], + [ + "Ġfav", + "oring" + ], + [ + "Ġfavor", + "ing" + ], + [ + "ĠAg", + "ree" + ], + [ + "ĠG", + "rav" + ], + [ + "ĠGra", + "v" + ], + [ + "ĠGr", + "av" + ], + [ + "ĠP", + "olk" + ], + [ + "ĠPol", + "k" + ], + [ + "ud", + "din" + ], + [ + "udd", + "in" + ], + [ + "Ġban", + "ished" + ], + [ + "Ġba", + "nished" + ], + [ + "Ġbanish", + "ed" + ], + [ + "ĠRe", + "vision" + ], + [ + "ĠRev", + "ision" + ], + [ + "ĠRevis", + "ion" + ], + [ + "ĠS", + "lides" + ], + [ + "ĠSl", + "ides" + ], + [ + "ĠSlide", + "s" + ], + [ + "Ġborder", + "line" + ], + [ + "Ġcrow", + "ding" + ], + [ + "Ġcrowd", + "ing" + ], + [ + "I", + "PP" + ], + [ + "IP", + "P" + ], + [ + "Ġsubt", + "itles" + ], + [ + "Ġsubtitle", + "s" + ], + [ + "Ġcom", + "posted" + ], + [ + "Ġcomp", + "osted" + ], + [ + "Ġcompost", + "ed" + ], + [ + "Ġcompos", + "ted" + ], + [ + "Ġtr", + "ickle" + ], + [ + "Ġtrick", + "le" + ], + [ + "Ġtric", + "kle" + ], + [ + "Ġrobust", + "ness" + ], + [ + "/", + "hr" + ], + [ + "/h", + "r" + ], + [ + "ĠMoh", + "ammad" + ], + [ + "Ġretrie", + "ving" + ], + [ + "Ġi", + "Pod" + ], + [ + "ĠiP", + "od" + ], + [ + "GR", + "APH" + ], + [ + "Ġ", + "ب" + ], + [ + "ĠØ", + "¨" + ], + [ + "-", + "religious" + ], + [ + "-rel", + "igious" + ], + [ + "Ġmin", + "ted" + ], + [ + "Ġmint", + "ed" + ], + [ + "ĠEstablish", + "ment" + ], + [ + "Ġgyp", + "sum" + ], + [ + "ozyg", + "ous" + ], + [ + "Ġplex", + "us" + ], + [ + "ĠCasp", + "ian" + ], + [ + "-", + "ending" + ], + [ + "-en", + "ding" + ], + [ + "-end", + "ing" + ], + [ + "R", + "omans" + ], + [ + "Ro", + "mans" + ], + [ + "Roman", + "s" + ], + [ + "Rom", + "ans" + ], + [ + "b", + "ius" + ], + [ + "bi", + "us" + ], + [ + "Ġb", + "enthic" + ], + [ + "ĠC", + "en" + ], + [ + "ĠCe", + "n" + ], + [ + "Ġs", + "ax" + ], + [ + "Ġsa", + "x" + ], + [ + "Ġfl", + "otation" + ], + [ + "Ġsign", + "aled" + ], + [ + "Ġsignal", + "ed" + ], + [ + "Ġref", + "ute" + ], + [ + "Ġallow", + "ances" + ], + [ + "Ġallowance", + "s" + ], + [ + "ĠDe", + "utsch" + ], + [ + "ĠDeut", + "sch" + ], + [ + "ur", + "opathic" + ], + [ + "urop", + "athic" + ], + [ + "Ġl", + "otions" + ], + [ + "Ġlot", + "ions" + ], + [ + "Ġlotion", + "s" + ], + [ + "ĠCO", + "UNT" + ], + [ + "Ġbe", + "gs" + ], + [ + "Ġbeg", + "s" + ], + [ + "Ġfresh", + "man" + ], + [ + "Ġfres", + "hman" + ], + [ + "ij", + "k" + ], + [ + "Ġunf", + "olds" + ], + [ + "Ġunfold", + "s" + ], + [ + "ĠMiss", + "ile" + ], + [ + "Ind", + "ones" + ], + [ + "ĠCross", + "ing" + ], + [ + "ĠCros", + "sing" + ], + [ + "ĠBang", + "alore" + ], + [ + "Ġ", + "Photograph" + ], + [ + "ĠPhot", + "ograph" + ], + [ + "ĠPhoto", + "graph" + ], + [ + "Rel", + "ations" + ], + [ + "Ġpriorit", + "izing" + ], + [ + "Ġelectr", + "olysis" + ], + [ + "Ġelectro", + "lysis" + ], + [ + "Ġelectroly", + "sis" + ], + [ + "Ġintens", + "ification" + ], + [ + "fin", + "ance" + ], + [ + "fi", + "nance" + ], + [ + "Ġinter", + "cultural" + ], + [ + "Ġinterc", + "ultural" + ], + [ + "Inc", + "rease" + ], + [ + "Incre", + "ase" + ], + [ + "ĠYang", + "tze" + ], + [ + "-ev", + "ident" + ], + [ + "Ġhar", + "bors" + ], + [ + "Ġharbor", + "s" + ], + [ + "Ġharb", + "ors" + ], + [ + "ĠHa", + "vana" + ], + [ + "ĠHav", + "ana" + ], + [ + "ĠSyl", + "via" + ], + [ + "Ġstockp", + "ile" + ], + [ + "Ġventil", + "ator" + ], + [ + "ĠCov", + "entry" + ], + [ + "unh", + "ofer" + ], + [ + "'", + ":" + ], + [ + "(", + "e" + ], + [ + ".", + "google" + ], + [ + ">", + ".Ċ" + ], + [ + ">.", + "Ċ" + ], + [ + "C", + "and" + ], + [ + "Can", + "d" + ], + [ + "Ca", + "nd" + ], + [ + "G", + "rowth" + ], + [ + "Grow", + "th" + ], + [ + "l", + "aws" + ], + [ + "la", + "ws" + ], + [ + "law", + "s" + ], + [ + "n", + "ard" + ], + [ + "na", + "rd" + ], + [ + "nar", + "d" + ], + [ + "n", + "early" + ], + [ + "near", + "ly" + ], + [ + "r", + "ified" + ], + [ + "ri", + "fied" + ], + [ + "rif", + "ied" + ], + [ + "r", + "insic" + ], + [ + "ri", + "nsic" + ], + [ + "rin", + "sic" + ], + [ + "rins", + "ic" + ], + [ + "Ġ", + "ara" + ], + [ + "Ġa", + "ra" + ], + [ + "Ġar", + "a" + ], + [ + "Ġw", + "akes" + ], + [ + "Ġwa", + "kes" + ], + [ + "Ġwake", + "s" + ], + [ + "it", + "ians" + ], + [ + "iti", + "ans" + ], + [ + "itian", + "s" + ], + [ + "itia", + "ns" + ], + [ + "i", + "less" + ], + [ + "il", + "ess" + ], + [ + "ile", + "ss" + ], + [ + "iles", + "s" + ], + [ + "ĠS", + "ank" + ], + [ + "ĠSan", + "k" + ], + [ + "Ġ", + "Serve" + ], + [ + "ĠS", + "erve" + ], + [ + "ĠServ", + "e" + ], + [ + "ĠSer", + "ve" + ], + [ + "ĠM", + "OS" + ], + [ + "ĠMO", + "S" + ], + [ + "ĠH", + "au" + ], + [ + "ĠHa", + "u" + ], + [ + "and", + "ibular" + ], + [ + "Ġ", + "âĢķ" + ], + [ + "ĠâĢ", + "ķ" + ], + [ + "Ġsh", + "outed" + ], + [ + "Ġsho", + "uted" + ], + [ + "Ġshout", + "ed" + ], + [ + "ĠG", + "orb" + ], + [ + "ĠGor", + "b" + ], + [ + "ĠL", + "ich" + ], + [ + "ĠLi", + "ch" + ], + [ + "ĠLic", + "h" + ], + [ + "a", + "gency" + ], + [ + "ag", + "ency" + ], + [ + "agen", + "cy" + ], + [ + "Ġres", + "orted" + ], + [ + "Ġresort", + "ed" + ], + [ + "ĠA", + "la" + ], + [ + "ĠAl", + "a" + ], + [ + "Ġlast", + "ly" + ], + [ + "ĠCl", + "air" + ], + [ + "ĠCla", + "ir" + ], + [ + "Ġb", + "ooking" + ], + [ + "Ġbo", + "oking" + ], + [ + "Ġbook", + "ing" + ], + [ + "Ġboo", + "king" + ], + [ + "Ġpast", + "el" + ], + [ + "Ġpaste", + "l" + ], + [ + "Ġpas", + "tel" + ], + [ + "-", + "lit" + ], + [ + "-l", + "it" + ], + [ + "um", + "py" + ], + [ + "ump", + "y" + ], + [ + "Ġb", + "alm" + ], + [ + "Ġbal", + "m" + ], + [ + "Ġba", + "lm" + ], + [ + "um", + "ba" + ], + [ + "umb", + "a" + ], + [ + "Ġwalk", + "ers" + ], + [ + "Ġwal", + "kers" + ], + [ + "Ġwalker", + "s" + ], + [ + "ĠEd", + "itors" + ], + [ + "ĠEditor", + "s" + ], + [ + "ĠEdit", + "ors" + ], + [ + "Ġpeace", + "keeping" + ], + [ + "Ġsed", + "ative" + ], + [ + "Ġindex", + "ing" + ], + [ + "Ġp", + "ooled" + ], + [ + "Ġpo", + "oled" + ], + [ + "Ġpool", + "ed" + ], + [ + "Ġpoo", + "led" + ], + [ + "an", + "oia" + ], + [ + "ano", + "ia" + ], + [ + "anoi", + "a" + ], + [ + "ĠF", + "unds" + ], + [ + "ĠFund", + "s" + ], + [ + "ĠFun", + "ds" + ], + [ + "ga", + "ard" + ], + [ + "ĠS", + "usp" + ], + [ + "ĠSu", + "sp" + ], + [ + "ĠSus", + "p" + ], + [ + "Ġfem", + "inists" + ], + [ + "Ġfemin", + "ists" + ], + [ + "Ġfeminist", + "s" + ], + [ + "Ġar", + "cs" + ], + [ + "Ġarc", + "s" + ], + [ + "ĠJo", + "nas" + ], + [ + "ĠJon", + "as" + ], + [ + "-per", + "forming" + ], + [ + "ĠHan", + "ukkah" + ], + [ + "Ġbrilliant", + "ly" + ], + [ + "Ġru", + "sty" + ], + [ + "Ġrust", + "y" + ], + [ + "Ġfut", + "uristic" + ], + [ + "ĠImmun", + "ization" + ], + [ + "Ġbun", + "ny" + ], + [ + "Ġbasil", + "ica" + ], + [ + "Ġ", + "SELECT" + ], + [ + "ĠSEL", + "ECT" + ], + [ + "ĠTemperature", + "s" + ], + [ + "ĠTemper", + "atures" + ], + [ + "Ġ", + "icing" + ], + [ + "Ġi", + "cing" + ], + [ + "Ġic", + "ing" + ], + [ + ".", + "For" + ], + [ + ".F", + "or" + ], + [ + ".", + "*Ċ" + ], + [ + ".*", + "Ċ" + ], + [ + "G", + "iving" + ], + [ + "Gi", + "ving" + ], + [ + "X", + "A" + ], + [ + "b", + "ians" + ], + [ + "bi", + "ans" + ], + [ + "bian", + "s" + ], + [ + "bia", + "ns" + ], + [ + "f", + "un" + ], + [ + "fu", + "n" + ], + [ + "l", + "ength" + ], + [ + "at", + "itude" + ], + [ + "om", + "otor" + ], + [ + "omo", + "tor" + ], + [ + "u", + "rian" + ], + [ + "ur", + "ian" + ], + [ + "uri", + "an" + ], + [ + "uria", + "n" + ], + [ + "Ġst", + "roll" + ], + [ + "Ġstr", + "oll" + ], + [ + "Ġstro", + "ll" + ], + [ + "ĠI", + "PA" + ], + [ + "ĠIP", + "A" + ], + [ + "ĠC", + "ourage" + ], + [ + "ĠCour", + "age" + ], + [ + "ĠCou", + "rage" + ], + [ + "Ġwh", + "ipped" + ], + [ + "Ġwhip", + "ped" + ], + [ + "ĠP", + "NG" + ], + [ + "ĠPN", + "G" + ], + [ + "Ġne", + "onicot" + ], + [ + "Ġ", + "FC" + ], + [ + "ĠF", + "C" + ], + [ + "ĠF", + "AC" + ], + [ + "ĠFA", + "C" + ], + [ + "ak", + "ings" + ], + [ + "aking", + "s" + ], + [ + "akin", + "gs" + ], + [ + "Ġpre", + "em" + ], + [ + "Ġpr", + "eem" + ], + [ + "Ġfl", + "ipping" + ], + [ + "Ġflip", + "ping" + ], + [ + ".", + ",Ċ" + ], + [ + ".,", + "Ċ" + ], + [ + "-", + "printed" + ], + [ + "-p", + "rinted" + ], + [ + "-print", + "ed" + ], + [ + "Ġheart", + "worm" + ], + [ + "St", + "one" + ], + [ + "ĠRep", + "eated" + ], + [ + "ĠRepeat", + "ed" + ], + [ + "Ġox", + "en" + ], + [ + "Ġbre", + "athed" + ], + [ + "Ġbreat", + "hed" + ], + [ + "Ġbreath", + "ed" + ], + [ + "Ġbreathe", + "d" + ], + [ + "vest", + "ment" + ], + [ + "Ġchance", + "llor" + ], + [ + "Ġchancel", + "lor" + ], + [ + "ĠPat", + "agon" + ], + [ + "ĠArch", + "ipelago" + ], + [ + "Ġcard", + "iologist" + ], + [ + "Ġcardi", + "ologist" + ], + [ + "Ġt", + "rove" + ], + [ + "Ġtr", + "ove" + ], + [ + "Ġtro", + "ve" + ], + [ + "/", + "pub" + ], + [ + "/p", + "ub" + ], + [ + "Ġdecomp", + "osing" + ], + [ + "ĠLam", + "bert" + ], + [ + "ĠLamb", + "ert" + ], + [ + "ĠZion", + "ism" + ], + [ + "Ġulcer", + "ative" + ], + [ + "ĠJos", + "iah" + ], + [ + "Resp", + "ons" + ], + [ + "-effective", + "ness" + ], + [ + "-effect", + "iveness" + ], + [ + "Ġven", + "eers" + ], + [ + "Ġvene", + "ers" + ], + [ + "Ġveneer", + "s" + ], + [ + "Ġtrache", + "a" + ], + [ + "Ġtrach", + "ea" + ], + [ + "Ġreag", + "ents" + ], + [ + "Ġreagent", + "s" + ], + [ + "Ġbene", + "volent" + ], + [ + "Ġbenevol", + "ent" + ], + [ + "pict", + "ured" + ], + [ + "picture", + "d" + ], + [ + "Ġtumult", + "uous" + ], + [ + "(", + "iii" + ], + [ + "(i", + "ii" + ], + [ + "(ii", + "i" + ], + [ + "?", + ")." + ], + [ + "?)", + "." + ], + [ + "B", + "iological" + ], + [ + "Bi", + "ological" + ], + [ + "P", + "ET" + ], + [ + "PE", + "T" + ], + [ + "P", + "urpose" + ], + [ + "Pur", + "pose" + ], + [ + "i", + "ander" + ], + [ + "ia", + "nder" + ], + [ + "ian", + "der" + ], + [ + "v", + "itamin" + ], + [ + "vit", + "amin" + ], + [ + "Ġ", + "aft" + ], + [ + "Ġa", + "ft" + ], + [ + "Ġaf", + "t" + ], + [ + "Ġ", + "aching" + ], + [ + "Ġa", + "ching" + ], + [ + "Ġac", + "hing" + ], + [ + "Ġach", + "ing" + ], + [ + "e", + "rator" + ], + [ + "er", + "ator" + ], + [ + "era", + "tor" + ], + [ + "erat", + "or" + ], + [ + "Ġs", + "ages" + ], + [ + "Ġsa", + "ges" + ], + [ + "Ġsage", + "s" + ], + [ + "Ġsag", + "es" + ], + [ + "e", + "si" + ], + [ + "es", + "i" + ], + [ + "ro", + "zen" + ], + [ + "st", + "ores" + ], + [ + "store", + "s" + ], + [ + "Ġst", + "ave" + ], + [ + "Ġsta", + "ve" + ], + [ + "Ġha", + "pl" + ], + [ + "ĠR", + "iding" + ], + [ + "ĠRid", + "ing" + ], + [ + "ĠRi", + "ding" + ], + [ + "ĠN", + "ero" + ], + [ + "ĠNe", + "ro" + ], + [ + "ĠNer", + "o" + ], + [ + "ĠG", + "ond" + ], + [ + "ĠGo", + "nd" + ], + [ + "ĠGon", + "d" + ], + [ + "ĠSt", + "adium" + ], + [ + "ĠC", + "hing" + ], + [ + "ĠCh", + "ing" + ], + [ + "ĠChi", + "ng" + ], + [ + "ĠChin", + "g" + ], + [ + "o", + "bo" + ], + [ + "ob", + "o" + ], + [ + "Ġa", + "cup" + ], + [ + "Ġac", + "up" + ], + [ + "Ġmod", + "ifies" + ], + [ + "ar", + "man" + ], + [ + "arm", + "an" + ], + [ + "arma", + "n" + ], + [ + "up", + "hem" + ], + [ + "Ġsl", + "ug" + ], + [ + "Ġele", + "gans" + ], + [ + "Ġeleg", + "ans" + ], + [ + "Ġ", + "biotic" + ], + [ + "Ġb", + "iotic" + ], + [ + "Ġbi", + "otic" + ], + [ + "Ġbio", + "tic" + ], + [ + "Ġpost", + "modern" + ], + [ + "E", + "SE" + ], + [ + "ES", + "E" + ], + [ + "Ġpatient", + "ly" + ], + [ + "ĠG", + "rab" + ], + [ + "ĠGra", + "b" + ], + [ + "ĠGr", + "ab" + ], + [ + "Ġcon", + "vict" + ], + [ + "Ġconv", + "ict" + ], + [ + "-", + "De" + ], + [ + "-D", + "e" + ], + [ + "U", + "RN" + ], + [ + "UR", + "N" + ], + [ + "Ġsubs", + "idence" + ], + [ + "Ġsubsid", + "ence" + ], + [ + "Ġsubside", + "nce" + ], + [ + "ĠEqu", + "ally" + ], + [ + "ĠEqual", + "ly" + ], + [ + "ĠAcc", + "uracy" + ], + [ + "ĠPop", + "ulations" + ], + [ + "ĠPopulation", + "s" + ], + [ + "ĠC", + "atar" + ], + [ + "ĠCa", + "tar" + ], + [ + "ĠCat", + "ar" + ], + [ + "ĠTrust", + "ees" + ], + [ + "Ġ", + "Investing" + ], + [ + "ĠInvest", + "ing" + ], + [ + "ĠInv", + "esting" + ], + [ + "Ġde", + "ceive" + ], + [ + "Ġdece", + "ive" + ], + [ + "Ġinterd", + "ependence" + ], + [ + "ĠLegisl", + "ation" + ], + [ + "Att", + "ention" + ], + [ + "sim", + "ple" + ], + [ + "Ġadvers", + "ary" + ], + [ + "ĠJ", + "amie" + ], + [ + "ĠJam", + "ie" + ], + [ + "Ġpier", + "ced" + ], + [ + "Ġpierce", + "d" + ], + [ + "FORM", + "ATION" + ], + [ + "Ġspar", + "ingly" + ], + [ + "Ġsparing", + "ly" + ], + [ + "Ġencroach", + "ment" + ], + [ + "Ġhege", + "mony" + ], + [ + "M", + "CA" + ], + [ + "MC", + "A" + ], + [ + "W", + "il" + ], + [ + "Wi", + "l" + ], + [ + "h", + "h" + ], + [ + "l", + "b" + ], + [ + "s", + "leep" + ], + [ + "w", + "ed" + ], + [ + "we", + "d" + ], + [ + "Ö", + "¹" + ], + [ + "æ", + "ĺ" + ], + [ + "en", + "heim" + ], + [ + "Ġh", + "rs" + ], + [ + "Ġhr", + "s" + ], + [ + "o", + "mia" + ], + [ + "om", + "ia" + ], + [ + "omi", + "a" + ], + [ + "r", + "ail" + ], + [ + "ra", + "il" + ], + [ + "rai", + "l" + ], + [ + "ĠA", + "AC" + ], + [ + "ĠAA", + "C" + ], + [ + "ĠS", + "ort" + ], + [ + "ĠSo", + "rt" + ], + [ + "ĠSor", + "t" + ], + [ + "Ġ", + "HL" + ], + [ + "ĠH", + "L" + ], + [ + "ĠL", + "ever" + ], + [ + "ĠLe", + "ver" + ], + [ + "ĠLev", + "er" + ], + [ + "ĠL", + "é" + ], + [ + "ost", + "omy" + ], + [ + "ostom", + "y" + ], + [ + "osto", + "my" + ], + [ + "ĠU", + "m" + ], + [ + "p", + "har" + ], + [ + "ph", + "ar" + ], + [ + "pha", + "r" + ], + [ + "ri", + "business" + ], + [ + "rib", + "usiness" + ], + [ + "âĢĶ", + "âĢľ" + ], + [ + "Ġfil", + "ming" + ], + [ + "Ġfilm", + "ing" + ], + [ + "Ġreflect", + "or" + ], + [ + "ĠMe", + "gan" + ], + [ + "ĠMeg", + "an" + ], + [ + "ĠMega", + "n" + ], + [ + "He", + "avy" + ], + [ + "ĠRec", + "ipes" + ], + [ + "ĠRecipe", + "s" + ], + [ + "ĠRecip", + "es" + ], + [ + "ST", + "OR" + ], + [ + "Ġphen", + "otypes" + ], + [ + "Ġphenotype", + "s" + ], + [ + "c", + "hev" + ], + [ + "ch", + "ev" + ], + [ + "che", + "v" + ], + [ + "Ġprice", + "less" + ], + [ + "Ġpric", + "eless" + ], + [ + "Ġsem", + "inary" + ], + [ + "Ġseminar", + "y" + ], + [ + "Ġsemin", + "ary" + ], + [ + "ĠÃ", + "ĸ" + ], + [ + "Ġ", + "rowing" + ], + [ + "Ġr", + "owing" + ], + [ + "Ġro", + "wing" + ], + [ + "Ġrow", + "ing" + ], + [ + "Ġtrip", + "od" + ], + [ + "-ch", + "annel" + ], + [ + "ĠFar", + "aday" + ], + [ + "r", + "ands" + ], + [ + "ran", + "ds" + ], + [ + "rand", + "s" + ], + [ + "Ġperpet", + "rated" + ], + [ + "plan", + "etary" + ], + [ + "planet", + "ary" + ], + [ + "e", + "zers" + ], + [ + "ez", + "ers" + ], + [ + "eze", + "rs" + ], + [ + "c", + "ommunity" + ], + [ + "commun", + "ity" + ], + [ + "comm", + "unity" + ], + [ + "ĠLanc", + "ashire" + ], + [ + "ĠBr", + "uno" + ], + [ + "ĠBrun", + "o" + ], + [ + "ĠBru", + "no" + ], + [ + "Ġspokes", + "woman" + ], + [ + "ĠHar", + "mony" + ], + [ + "ĠHarm", + "ony" + ], + [ + "ĠHarmon", + "y" + ], + [ + "Ġmetaph", + "ysics" + ], + [ + "Ġmid", + "wives" + ], + [ + "Ġmidw", + "ives" + ], + [ + "ĠF", + "rozen" + ], + [ + "ĠFro", + "zen" + ], + [ + "Ġmultit", + "asking" + ], + [ + "Ra", + "pid" + ], + [ + "Rap", + "id" + ], + [ + "Ġim", + "patient" + ], + [ + "Ġimpat", + "ient" + ], + [ + "ecund", + "ity" + ], + [ + ".", + "They" + ], + [ + ".The", + "y" + ], + [ + ".T", + "hey" + ], + [ + "R", + "os" + ], + [ + "Ro", + "s" + ], + [ + "m", + "illion" + ], + [ + "mill", + "ion" + ], + [ + "mil", + "lion" + ], + [ + "|", + "In" + ], + [ + "|I", + "n" + ], + [ + "in", + "eration" + ], + [ + "ine", + "ration" + ], + [ + "iner", + "ation" + ], + [ + "Ġs", + "ultan" + ], + [ + "Ġsul", + "tan" + ], + [ + "Ġsult", + "an" + ], + [ + "o", + "ule" + ], + [ + "ou", + "le" + ], + [ + "oul", + "e" + ], + [ + "Ġre", + "ins" + ], + [ + "Ġrein", + "s" + ], + [ + "ĠT", + "ae" + ], + [ + "ĠTa", + "e" + ], + [ + "o", + "lm" + ], + [ + "ol", + "m" + ], + [ + "Ġa", + "new" + ], + [ + "Ġan", + "ew" + ], + [ + "ĠM", + "org" + ], + [ + "ĠMor", + "g" + ], + [ + "ĠB", + "au" + ], + [ + "ĠBa", + "u" + ], + [ + "ĠB", + "ET" + ], + [ + "ĠBE", + "T" + ], + [ + "rom", + "eda" + ], + [ + "rome", + "da" + ], + [ + "romed", + "a" + ], + [ + "ĠD", + "ix" + ], + [ + "ĠDi", + "x" + ], + [ + "ĠD", + "iesel" + ], + [ + "ĠDie", + "sel" + ], + [ + "ĠDies", + "el" + ], + [ + "r", + "iac" + ], + [ + "ri", + "ac" + ], + [ + "ria", + "c" + ], + [ + "Ġpart", + "ake" + ], + [ + "Ġpar", + "take" + ], + [ + "ub", + "ation" + ], + [ + "uba", + "tion" + ], + [ + "i", + "ered" + ], + [ + "ie", + "red" + ], + [ + "ier", + "ed" + ], + [ + "iere", + "d" + ], + [ + "ph", + "ase" + ], + [ + "phas", + "e" + ], + [ + "pha", + "se" + ], + [ + "f", + "ulf" + ], + [ + "ful", + "f" + ], + [ + "Ġass", + "ures" + ], + [ + "Ġassure", + "s" + ], + [ + "Ġart", + "ich" + ], + [ + "Ġartic", + "h" + ], + [ + "Ġins", + "ulate" + ], + [ + "id", + "summer" + ], + [ + "ids", + "ummer" + ], + [ + "Ġleg", + "acies" + ], + [ + "r", + "inged" + ], + [ + "ring", + "ed" + ], + [ + "rin", + "ged" + ], + [ + "ringe", + "d" + ], + [ + "ru", + "gated" + ], + [ + "rug", + "ated" + ], + [ + "ĠChrist", + "ie" + ], + [ + "ĠChristi", + "e" + ], + [ + "ĠCal", + "ories" + ], + [ + "Ġmodern", + "ism" + ], + [ + "ĠP", + "review" + ], + [ + "ĠPre", + "view" + ], + [ + "ĠPrev", + "iew" + ], + [ + "Ġcit", + "ric" + ], + [ + "Ġpurpose", + "ly" + ], + [ + "ĠNot", + "ably" + ], + [ + "Ġinterest", + "ingly" + ], + [ + "Ġinteresting", + "ly" + ], + [ + "Ġmil", + "ky" + ], + [ + "Ġmilk", + "y" + ], + [ + "Ġinstruct", + "s" + ], + [ + "S", + "TE" + ], + [ + "ST", + "E" + ], + [ + "Ġ", + "Submit" + ], + [ + "ĠSub", + "mit" + ], + [ + "Ġatt", + "endants" + ], + [ + "Ġattend", + "ants" + ], + [ + "Ġattendant", + "s" + ], + [ + "Ġdesert", + "ification" + ], + [ + "Ġ", + "Significance" + ], + [ + "ĠSign", + "ificance" + ], + [ + ".n", + "asa" + ], + [ + "Ġ", + "NOTE" + ], + [ + "ĠN", + "OTE" + ], + [ + "ĠNO", + "TE" + ], + [ + "ĠNOT", + "E" + ], + [ + "ĠTer", + "ritorial" + ], + [ + "ĠTerrit", + "orial" + ], + [ + "ĠChen", + "nai" + ], + [ + "-", + "forward" + ], + [ + "-for", + "ward" + ], + [ + "Class", + "ification" + ], + [ + "Ġsl", + "icing" + ], + [ + "Ġslic", + "ing" + ], + [ + "Ġactu", + "ator" + ], + [ + "Ġeloqu", + "ent" + ], + [ + "Ġephemer", + "al" + ], + [ + "-", + "IV" + ], + [ + "-I", + "V" + ], + [ + "-", + "jud" + ], + [ + "-j", + "ud" + ], + [ + "-", + "letter" + ], + [ + "-l", + "etter" + ], + [ + "E", + "ds" + ], + [ + "Ed", + "s" + ], + [ + "K", + "K" + ], + [ + "Ġon", + "site" + ], + [ + "Ġ", + "ITS" + ], + [ + "ĠI", + "TS" + ], + [ + "ĠIT", + "S" + ], + [ + "Ġ", + "CCC" + ], + [ + "ĠC", + "CC" + ], + [ + "ĠCC", + "C" + ], + [ + "t", + "hor" + ], + [ + "th", + "or" + ], + [ + "Ġcl", + "ade" + ], + [ + "Ġclad", + "e" + ], + [ + "in", + "ka" + ], + [ + "ink", + "a" + ], + [ + "ĠAl", + "ter" + ], + [ + "ĠAlt", + "er" + ], + [ + "Ġshow", + "y" + ], + [ + "Ġsho", + "wy" + ], + [ + "Ġconf", + "essed" + ], + [ + "Ġconfess", + "ed" + ], + [ + "Ġimm", + "utable" + ], + [ + "-", + "fits" + ], + [ + "-f", + "its" + ], + [ + "-fi", + "ts" + ], + [ + "-fit", + "s" + ], + [ + "Ġunt", + "old" + ], + [ + "Ġunto", + "ld" + ], + [ + "Ġenc", + "odes" + ], + [ + "Ġencode", + "s" + ], + [ + "Ġencod", + "es" + ], + [ + "Ġgre", + "edy" + ], + [ + "Ġgreed", + "y" + ], + [ + "ap", + "ples" + ], + [ + "app", + "les" + ], + [ + "apple", + "s" + ], + [ + "Ġnormal", + "ize" + ], + [ + "Ġrob", + "bed" + ], + [ + "ĠHigh", + "light" + ], + [ + "Ġnames", + "ake" + ], + [ + "l", + "iner" + ], + [ + "line", + "r" + ], + [ + "lin", + "er" + ], + [ + "li", + "ner" + ], + [ + "Ġag", + "gl" + ], + [ + "Ġagg", + "l" + ], + [ + "RE", + "AT" + ], + [ + "C", + "OP" + ], + [ + "CO", + "P" + ], + [ + "Ġ", + "κ" + ], + [ + "ĠÎ", + "º" + ], + [ + "R", + "efer" + ], + [ + "Re", + "fer" + ], + [ + "Ref", + "er" + ], + [ + "Ġinstinct", + "ively" + ], + [ + "Ġinstinctive", + "ly" + ], + [ + "/", + "journal" + ], + [ + "/j", + "ournal" + ], + [ + "Ġnavig", + "able" + ], + [ + "Ġreass", + "ure" + ], + [ + "ĠMeasure", + "ments" + ], + [ + "ĠMeasurement", + "s" + ], + [ + "ĠBreast", + "feeding" + ], + [ + "Ġadvers", + "aries" + ], + [ + "ĠClay", + "ton" + ], + [ + "Ġske", + "ptics" + ], + [ + "Ġskept", + "ics" + ], + [ + "Ġskeptic", + "s" + ], + [ + "Ġµ", + "g" + ], + [ + "Ġreint", + "roduced" + ], + [ + "Ġreintroduce", + "d" + ], + [ + "Oper", + "ation" + ], + [ + "Op", + "eration" + ], + [ + "ĠKa", + "uf" + ], + [ + "ĠKau", + "f" + ], + [ + "Ġcove", + "ted" + ], + [ + "Ġ", + "Credits" + ], + [ + "ĠC", + "redits" + ], + [ + "ĠCredit", + "s" + ], + [ + "ĠCred", + "its" + ], + [ + "-prov", + "oking" + ], + [ + "ĠEmir", + "ates" + ], + [ + "ĠInequ", + "ality" + ], + [ + "B", + "abies" + ], + [ + "Ba", + "bies" + ], + [ + "Bab", + "ies" + ], + [ + "C", + "arb" + ], + [ + "Car", + "b" + ], + [ + "N", + "umbers" + ], + [ + "Number", + "s" + ], + [ + "Num", + "bers" + ], + [ + "P", + "ap" + ], + [ + "Pa", + "p" + ], + [ + "c", + "ool" + ], + [ + "co", + "ol" + ], + [ + "c", + "ourt" + ], + [ + "co", + "urt" + ], + [ + "u", + "ant" + ], + [ + "ua", + "nt" + ], + [ + "uan", + "t" + ], + [ + "Ø", + "Ń" + ], + [ + "Ġt", + "ors" + ], + [ + "Ġto", + "rs" + ], + [ + "Ġtor", + "s" + ], + [ + "Ġw", + "izard" + ], + [ + "ĠS", + "app" + ], + [ + "ĠSa", + "pp" + ], + [ + "ĠSap", + "p" + ], + [ + "Ġo", + "rator" + ], + [ + "Ġor", + "ator" + ], + [ + "Ġora", + "tor" + ], + [ + "ĠThe", + "resa" + ], + [ + "ĠThere", + "sa" + ], + [ + "ĠTher", + "esa" + ], + [ + "ĠW", + "ashing" + ], + [ + "ĠWas", + "hing" + ], + [ + "ĠWash", + "ing" + ], + [ + "ac", + "him" + ], + [ + "ach", + "im" + ], + [ + "achi", + "m" + ], + [ + "ĠK", + "ipling" + ], + [ + "ĠKi", + "pling" + ], + [ + "Ġr", + "ogue" + ], + [ + "Ġro", + "gue" + ], + [ + "Ġsk", + "ating" + ], + [ + "o", + "ha" + ], + [ + "oh", + "a" + ], + [ + "Ġret", + "rof" + ], + [ + "Ġretro", + "f" + ], + [ + "Ġeng", + "ravings" + ], + [ + "Ġengra", + "vings" + ], + [ + "Ġengraving", + "s" + ], + [ + "S", + "tem" + ], + [ + "St", + "em" + ], + [ + "Ste", + "m" + ], + [ + "Ġnecess", + "itates" + ], + [ + "Ġnecessitate", + "s" + ], + [ + "Ġavoid", + "able" + ], + [ + "Ġalcohol", + "s" + ], + [ + "Ġpick", + "led" + ], + [ + "Ġpickle", + "d" + ], + [ + "ĠC", + "hev" + ], + [ + "ĠCh", + "ev" + ], + [ + "ĠChe", + "v" + ], + [ + "Ġstorm", + "y" + ], + [ + "Ġsolid", + "ify" + ], + [ + "Ġconv", + "icts" + ], + [ + "Ġconvict", + "s" + ], + [ + "-re", + "active" + ], + [ + "Re", + "asons" + ], + [ + "Reason", + "s" + ], + [ + "ĠV", + "isible" + ], + [ + "ĠVis", + "ible" + ], + [ + "ĠGal", + "veston" + ], + [ + "Ġprov", + "enance" + ], + [ + "Ġprove", + "nance" + ], + [ + "Ġproven", + "ance" + ], + [ + "Ġempt", + "iness" + ], + [ + "ĠChief", + "s" + ], + [ + "Ġ", + "Connecting" + ], + [ + "ĠConnect", + "ing" + ], + [ + "ĠConn", + "ecting" + ], + [ + "ĠGP", + "Us" + ], + [ + "ĠGPU", + "s" + ], + [ + "Ġore", + "gano" + ], + [ + "ĠGround", + "water" + ], + [ + "Ġkidn", + "apped" + ], + [ + "Ġbottle", + "neck" + ], + [ + "Ġbottlen", + "eck" + ], + [ + "ĠP", + "esticides" + ], + [ + "ĠPest", + "icides" + ], + [ + "ĠPestic", + "ides" + ], + [ + "ĠPesticide", + "s" + ], + [ + "Ġsher", + "iff" + ], + [ + "Ġgeck", + "o" + ], + [ + "ĠThess", + "alon" + ], + [ + "ĠMald", + "ives" + ], + [ + "Ġovershadow", + "ed" + ], + [ + "Ġdecib", + "els" + ], + [ + ".", + "What" + ], + [ + ".W", + "hat" + ], + [ + "L", + "os" + ], + [ + "Lo", + "s" + ], + [ + "N", + "B" + ], + [ + "r", + "asing" + ], + [ + "ra", + "sing" + ], + [ + "ras", + "ing" + ], + [ + "v", + "ana" + ], + [ + "van", + "a" + ], + [ + "va", + "na" + ], + [ + "Ġw", + "ither" + ], + [ + "Ġwith", + "er" + ], + [ + "Ġwit", + "her" + ], + [ + "Ġwi", + "ther" + ], + [ + "an", + "alysis" + ], + [ + "ana", + "lysis" + ], + [ + "anal", + "ysis" + ], + [ + "analy", + "sis" + ], + [ + "Ġin", + "line" + ], + [ + "Ġinl", + "ine" + ], + [ + "Ġm", + "ug" + ], + [ + "Ġmu", + "g" + ], + [ + "Ġ", + "lad" + ], + [ + "Ġl", + "ad" + ], + [ + "Ġla", + "d" + ], + [ + "ĠT", + "aft" + ], + [ + "ĠTa", + "ft" + ], + [ + "ĠC", + "ree" + ], + [ + "ĠCre", + "e" + ], + [ + "ĠCr", + "ee" + ], + [ + "ĠB", + "ias" + ], + [ + "ĠBi", + "as" + ], + [ + "Ġr", + "heumatic" + ], + [ + "Ġrheumat", + "ic" + ], + [ + "Ġrhe", + "umatic" + ], + [ + "ĠE", + "Y" + ], + [ + "ĠF", + "avor" + ], + [ + "ĠFa", + "vor" + ], + [ + "ĠFav", + "or" + ], + [ + "ĠN", + "ineteenth" + ], + [ + "ĠNine", + "teenth" + ], + [ + "ĠNin", + "eteenth" + ], + [ + "ĠG", + "anges" + ], + [ + "ĠGang", + "es" + ], + [ + "ĠGan", + "ges" + ], + [ + "Ġdis", + "grace" + ], + [ + "Ġdisg", + "race" + ], + [ + "ĠK", + "its" + ], + [ + "ĠKit", + "s" + ], + [ + "ĠKi", + "ts" + ], + [ + "Ġover", + "land" + ], + [ + "Ġoverl", + "and" + ], + [ + "we", + "ather" + ], + [ + "Ġacc", + "retion" + ], + [ + "Ġexp", + "ires" + ], + [ + "Ġexpire", + "s" + ], + [ + "Ġins", + "ults" + ], + [ + "Ġinsult", + "s" + ], + [ + "Ġg", + "lab" + ], + [ + "Ġgl", + "ab" + ], + [ + "i", + "encing" + ], + [ + "ien", + "cing" + ], + [ + "Ġl", + "itt" + ], + [ + "Ġlit", + "t" + ], + [ + "Ġli", + "tt" + ], + [ + "ĠCon", + "nected" + ], + [ + "ĠConnect", + "ed" + ], + [ + "ĠConn", + "ected" + ], + [ + "Ġunderstand", + "ably" + ], + [ + "âĢĶ", + "has" + ], + [ + "ĠA", + "den" + ], + [ + "ĠAd", + "en" + ], + [ + "ĠAde", + "n" + ], + [ + "ĠRe", + "actions" + ], + [ + "ĠReaction", + "s" + ], + [ + "ĠReact", + "ions" + ], + [ + "t", + "ti" + ], + [ + "tt", + "i" + ], + [ + "ĠB", + "locks" + ], + [ + "ĠBl", + "ocks" + ], + [ + "ĠBlock", + "s" + ], + [ + "ĠBlo", + "cks" + ], + [ + "pr", + "udence" + ], + [ + "Ġge", + "ophysical" + ], + [ + "Ġgeo", + "physical" + ], + [ + "ĠWill", + "ow" + ], + [ + "ĠWil", + "low" + ], + [ + "Ġanaly", + "zer" + ], + [ + "Ġanalyze", + "r" + ], + [ + "Ġcenter", + "piece" + ], + [ + "Be", + "hind" + ], + [ + "Ġnan", + "ow" + ], + [ + "Ġna", + "now" + ], + [ + "Ġnano", + "w" + ], + [ + "Ġsan", + "ctuaries" + ], + [ + "Ġsanct", + "uaries" + ], + [ + "-", + "science" + ], + [ + "-s", + "cience" + ], + [ + "-sc", + "ience" + ], + [ + "Ġtoler", + "ances" + ], + [ + "Ġtolerance", + "s" + ], + [ + "Ġeas", + "ement" + ], + [ + "Ġease", + "ment" + ], + [ + "ĠEp", + "stein" + ], + [ + "ĠEps", + "tein" + ], + [ + "Ġca", + "bins" + ], + [ + "Ġcab", + "ins" + ], + [ + "Ġcabin", + "s" + ], + [ + "Ge", + "ography" + ], + [ + "-gen", + "erating" + ], + [ + "ĠP", + "iper" + ], + [ + "ĠPi", + "per" + ], + [ + "ĠPip", + "er" + ], + [ + "ĠPipe", + "r" + ], + [ + "Ñģ", + "к" + ], + [ + "Ġprosec", + "uted" + ], + [ + "Ġprosecute", + "d" + ], + [ + "S", + "wed" + ], + [ + "Sw", + "ed" + ], + [ + "Swe", + "d" + ], + [ + "ĠNan", + "otechnology" + ], + [ + "ĠNano", + "technology" + ], + [ + "Ġoutside", + "r" + ], + [ + "Ġouts", + "ider" + ], + [ + "Brit", + "ain" + ], + [ + "ĠAdapt", + "ive" + ], + [ + "ĠAda", + "ptive" + ], + [ + "Ġinund", + "ated" + ], + [ + "Ġtann", + "ins" + ], + [ + "Ġtannin", + "s" + ], + [ + "Ens", + "ure" + ], + [ + "-", + "New" + ], + [ + "-N", + "ew" + ], + [ + "-Ne", + "w" + ], + [ + "B", + "one" + ], + [ + "Bo", + "ne" + ], + [ + "Bon", + "e" + ], + [ + "L", + "DL" + ], + [ + "LD", + "L" + ], + [ + "M", + "AR" + ], + [ + "MA", + "R" + ], + [ + "a", + "edia" + ], + [ + "ae", + "dia" + ], + [ + "d", + "B" + ], + [ + "p", + "its" + ], + [ + "pi", + "ts" + ], + [ + "pit", + "s" + ], + [ + "Å", + "Ħ" + ], + [ + "Ġt", + "esters" + ], + [ + "Ġte", + "sters" + ], + [ + "Ġtest", + "ers" + ], + [ + "Ġtester", + "s" + ], + [ + "Ġtes", + "ters" + ], + [ + "Ġ", + "fowl" + ], + [ + "Ġf", + "owl" + ], + [ + "Ġfo", + "wl" + ], + [ + "Ġ", + "dir" + ], + [ + "Ġd", + "ir" + ], + [ + "Ġdi", + "r" + ], + [ + "ĠP", + "ocket" + ], + [ + "ĠPoc", + "ket" + ], + [ + "ĠH", + "ak" + ], + [ + "ĠHa", + "k" + ], + [ + "ĠW", + "almart" + ], + [ + "ĠWal", + "mart" + ], + [ + "ĠD", + "ag" + ], + [ + "ĠDa", + "g" + ], + [ + "ĠE", + "ternal" + ], + [ + "ĠEt", + "ernal" + ], + [ + "Ġ", + "LAB" + ], + [ + "ĠL", + "AB" + ], + [ + "ĠLA", + "B" + ], + [ + "Ġinc", + "urable" + ], + [ + "Ġincur", + "able" + ], + [ + "Ġover", + "h" + ], + [ + "Ġove", + "rh" + ], + [ + "ĠC", + "how" + ], + [ + "ĠCh", + "ow" + ], + [ + "ĠCho", + "w" + ], + [ + "Ġag", + "ron" + ], + [ + "Ġagro", + "n" + ], + [ + "Ġunder", + "line" + ], + [ + "Ġexp", + "ended" + ], + [ + "Ġexpend", + "ed" + ], + [ + "Ġd", + "eton" + ], + [ + "Ġde", + "ton" + ], + [ + "Ġdet", + "on" + ], + [ + "Ġpop", + "ulate" + ], + [ + "Ġpopul", + "ate" + ], + [ + "-f", + "ledged" + ], + [ + "Ġdesc", + "ends" + ], + [ + "Ġdescend", + "s" + ], + [ + "ĠPh", + "yll" + ], + [ + "ĠPhy", + "ll" + ], + [ + "-", + "parent" + ], + [ + "-p", + "arent" + ], + [ + "-par", + "ent" + ], + [ + "Ġb", + "room" + ], + [ + "Ġbr", + "oom" + ], + [ + "Ġbro", + "om" + ], + [ + "g", + "edy" + ], + [ + "ge", + "dy" + ], + [ + "ged", + "y" + ], + [ + "Ġcr", + "umbling" + ], + [ + "Ġcru", + "mbling" + ], + [ + "Ġcrumb", + "ling" + ], + [ + "Ġcrum", + "bling" + ], + [ + "Ġsize", + "able" + ], + [ + "Ġbar", + "ns" + ], + [ + "Ġbarn", + "s" + ], + [ + "ĠSu", + "fi" + ], + [ + "ĠSuf", + "i" + ], + [ + "om", + "inant" + ], + [ + "omin", + "ant" + ], + [ + "omi", + "nant" + ], + [ + "Ġnan", + "ost" + ], + [ + "Ġnano", + "st" + ], + [ + "Ġnanos", + "t" + ], + [ + "Ġ", + "grove" + ], + [ + "Ġg", + "rove" + ], + [ + "Ġgr", + "ove" + ], + [ + "Ġgro", + "ve" + ], + [ + "Ġcomp", + "ounding" + ], + [ + "Ġcompound", + "ing" + ], + [ + "ĠIns", + "ider" + ], + [ + "ĠInside", + "r" + ], + [ + "Ġtap", + "ew" + ], + [ + "Ġtape", + "w" + ], + [ + "indu", + "strial" + ], + [ + "Ġye", + "asts" + ], + [ + "Ġyeast", + "s" + ], + [ + "C", + "RC" + ], + [ + "CR", + "C" + ], + [ + "Ġun", + "clean" + ], + [ + "Ġunc", + "lean" + ], + [ + "Ġuncle", + "an" + ], + [ + "Ġuncl", + "ean" + ], + [ + "ĠConsider", + "ations" + ], + [ + "ĠâĨ", + "©" + ], + [ + "ĠMatthew", + "s" + ], + [ + "ĠMatt", + "hews" + ], + [ + "ĠMatth", + "ews" + ], + [ + "lem", + "agne" + ], + [ + "ĠTax", + "es" + ], + [ + "ĠTa", + "xes" + ], + [ + "don", + "ald" + ], + [ + "Ġfled", + "gling" + ], + [ + "Ġchat", + "bots" + ], + [ + "Ġchatbot", + "s" + ], + [ + "ĠBud", + "apest" + ], + [ + "ĠC", + "osm" + ], + [ + "ĠCo", + "sm" + ], + [ + "ĠCos", + "m" + ], + [ + "ĠLang", + "ley" + ], + [ + "ĠSur", + "viv" + ], + [ + "ĠSurv", + "iv" + ], + [ + "ĠGuy", + "ana" + ], + [ + "ĠBal", + "kan" + ], + [ + "ĠBalk", + "an" + ], + [ + "Ġpessim", + "istic" + ], + [ + "Ġausp", + "icious" + ], + [ + "-Cent", + "ury" + ], + [ + "Ġsabot", + "age" + ], + [ + "Ġnonex", + "istent" + ], + [ + "Ġsubd", + "ued" + ], + [ + "Ġsubdu", + "ed" + ], + [ + "Ġsubdue", + "d" + ], + [ + "\"", + "One" + ], + [ + "L", + "ect" + ], + [ + "Le", + "ct" + ], + [ + "P", + "ict" + ], + [ + "Pi", + "ct" + ], + [ + "Pic", + "t" + ], + [ + "l", + "um" + ], + [ + "lu", + "m" + ], + [ + "t", + "as" + ], + [ + "ta", + "s" + ], + [ + "í", + "ķ" + ], + [ + "a", + "tom" + ], + [ + "at", + "om" + ], + [ + "ato", + "m" + ], + [ + "Ġm", + "ashed" + ], + [ + "Ġmas", + "hed" + ], + [ + "Ġmash", + "ed" + ], + [ + "Ġe", + "igen" + ], + [ + "Ġl", + "aundering" + ], + [ + "Ġlaund", + "ering" + ], + [ + "s", + "try" + ], + [ + "st", + "ry" + ], + [ + "str", + "y" + ], + [ + "ac", + "res" + ], + [ + "acre", + "s" + ], + [ + "ĠN", + "ice" + ], + [ + "ĠNic", + "e" + ], + [ + "ĠNi", + "ce" + ], + [ + "ĠG", + "ert" + ], + [ + "ĠGe", + "rt" + ], + [ + "ĠGer", + "t" + ], + [ + "ĠL", + "B" + ], + [ + "ĠL", + "uk" + ], + [ + "ĠLu", + "k" + ], + [ + "ĠL", + "agos" + ], + [ + "ĠLa", + "gos" + ], + [ + "ĠLag", + "os" + ], + [ + "out", + "side" + ], + [ + "outs", + "ide" + ], + [ + "Ġdis", + "enf" + ], + [ + "Ġun", + "com" + ], + [ + "Ġunc", + "om" + ], + [ + "Ġunco", + "m" + ], + [ + "ĠK", + "ad" + ], + [ + "ĠKa", + "d" + ], + [ + "Ġhel", + "pers" + ], + [ + "Ġhelp", + "ers" + ], + [ + "Ġhelper", + "s" + ], + [ + "ĠY", + "is" + ], + [ + "ĠYi", + "s" + ], + [ + "in", + "kel" + ], + [ + "ink", + "el" + ], + [ + "o", + "thers" + ], + [ + "ot", + "hers" + ], + [ + "oth", + "ers" + ], + [ + "other", + "s" + ], + [ + "othe", + "rs" + ], + [ + "-p", + "itched" + ], + [ + "-pit", + "ched" + ], + [ + "-c", + "oded" + ], + [ + "-co", + "ded" + ], + [ + "-code", + "d" + ], + [ + "Ġintern", + "ment" + ], + [ + "ĠCent", + "ennial" + ], + [ + "Ġprop", + "ellant" + ], + [ + "Ġtext", + "ured" + ], + [ + "Ġtexture", + "d" + ], + [ + "Ġquick", + "est" + ], + [ + "r", + "ictions" + ], + [ + "ri", + "ctions" + ], + [ + "rict", + "ions" + ], + [ + "riction", + "s" + ], + [ + "Ġpath", + "ologists" + ], + [ + "Ġpathologist", + "s" + ], + [ + "Ġregion", + "ally" + ], + [ + "Ġregional", + "ly" + ], + [ + "ĠDep", + "th" + ], + [ + "ĠDept", + "h" + ], + [ + "ĠPer", + "ception" + ], + [ + "ĠEl", + "ias" + ], + [ + "ĠEli", + "as" + ], + [ + "IT", + "IES" + ], + [ + "ĠComm", + "union" + ], + [ + "ĠCommun", + "ion" + ], + [ + "Ġp", + "icky" + ], + [ + "Ġpick", + "y" + ], + [ + "Ġpic", + "ky" + ], + [ + "Ġfavor", + "ably" + ], + [ + "Ġpul", + "ver" + ], + [ + "Ġpul", + "ley" + ], + [ + "Ġpull", + "ey" + ], + [ + "-n", + "osed" + ], + [ + "-no", + "sed" + ], + [ + "ĠPower", + "ful" + ], + [ + "Ġthor", + "ium" + ], + [ + "Ġchrom", + "atin" + ], + [ + "Ġchromat", + "in" + ], + [ + "Ġpra", + "ising" + ], + [ + "Ġhygien", + "ic" + ], + [ + "Ġprecip", + "itated" + ], + [ + "Ġprecipitate", + "d" + ], + [ + "Ġb", + "arking" + ], + [ + "Ġbar", + "king" + ], + [ + "Ġbark", + "ing" + ], + [ + "Ġgau", + "ze" + ], + [ + "Ġpres", + "umption" + ], + [ + "Ġpresum", + "ption" + ], + [ + "ĠRand", + "all" + ], + [ + "ĠEs", + "per" + ], + [ + "ĠEsp", + "er" + ], + [ + "ĠArc", + "GIS" + ], + [ + "Ġanomal", + "ous" + ], + [ + "Ġembro", + "idered" + ], + [ + "ĠBurg", + "ess" + ], + [ + "it", + "izen" + ], + [ + "iti", + "zen" + ], + [ + "itiz", + "en" + ], + [ + "Ġaltru", + "ism" + ], + [ + "'", + ";" + ], + [ + "J", + "ane" + ], + [ + "Jan", + "e" + ], + [ + "g", + "iate" + ], + [ + "gia", + "te" + ], + [ + "gi", + "ate" + ], + [ + "Î", + "Ń" + ], + [ + "å", + "į" + ], + [ + "Ġa", + "mericans" + ], + [ + "Ġamerican", + "s" + ], + [ + "Ġamerica", + "ns" + ], + [ + "Ġameric", + "ans" + ], + [ + "at", + "ters" + ], + [ + "att", + "ers" + ], + [ + "atter", + "s" + ], + [ + "st", + "ations" + ], + [ + "station", + "s" + ], + [ + "stat", + "ions" + ], + [ + "st", + "asy" + ], + [ + "sta", + "sy" + ], + [ + "se", + "par" + ], + [ + "Ġal", + "ias" + ], + [ + "Ġali", + "as" + ], + [ + "ke", + "yp" + ], + [ + "key", + "p" + ], + [ + "ĠH", + "BV" + ], + [ + "ĠHB", + "V" + ], + [ + "ĠD", + "ioxide" + ], + [ + "ĠDi", + "oxide" + ], + [ + "ĠL", + "H" + ], + [ + "ag", + "inal" + ], + [ + "agin", + "al" + ], + [ + "agi", + "nal" + ], + [ + "Ġun", + "processed" + ], + [ + "Ġsc", + "ab" + ], + [ + "Ġph", + "ag" + ], + [ + "Ġc", + "oke" + ], + [ + "Ġco", + "ke" + ], + [ + "Ġaut", + "onom" + ], + [ + "Ġauto", + "nom" + ], + [ + "ĠFor", + "get" + ], + [ + "ĠForg", + "et" + ], + [ + "ĠForge", + "t" + ], + [ + "an", + "ca" + ], + [ + "anc", + "a" + ], + [ + "erc", + "etin" + ], + [ + "erce", + "tin" + ], + [ + "ĠRes", + "earcher" + ], + [ + "ĠResearch", + "er" + ], + [ + "ĠSe", + "ab" + ], + [ + "ĠSea", + "b" + ], + [ + "y", + "mal" + ], + [ + "ym", + "al" + ], + [ + "yma", + "l" + ], + [ + "un", + "ga" + ], + [ + "ung", + "a" + ], + [ + "ĠL", + "east" + ], + [ + "ĠLe", + "ast" + ], + [ + "ĠLea", + "st" + ], + [ + "ĠCont", + "inent" + ], + [ + "ĠContin", + "ent" + ], + [ + "ĠComp", + "onent" + ], + [ + "ex", + "tra" + ], + [ + "ext", + "ra" + ], + [ + "ĠHer", + "oes" + ], + [ + "ĠHero", + "es" + ], + [ + "Ġt", + "oured" + ], + [ + "Ġto", + "ured" + ], + [ + "Ġtou", + "red" + ], + [ + "Ġtour", + "ed" + ], + [ + "cont", + "act" + ], + [ + "ĠSch", + "ul" + ], + [ + "ĠSchu", + "l" + ], + [ + "ĠCur", + "ie" + ], + [ + "ĠCu", + "rie" + ], + [ + "Ġse", + "eded" + ], + [ + "Ġsee", + "ded" + ], + [ + "Ġseed", + "ed" + ], + [ + "Ġcoal", + "itions" + ], + [ + "Ġcoalition", + "s" + ], + [ + "Ġcampaign", + "ed" + ], + [ + "S", + "ept" + ], + [ + "Se", + "pt" + ], + [ + "Sep", + "t" + ], + [ + "-", + "Ray" + ], + [ + "-R", + "ay" + ], + [ + "pl", + "aying" + ], + [ + "play", + "ing" + ], + [ + "ĠFil", + "ters" + ], + [ + "ĠFilter", + "s" + ], + [ + "Ġrad", + "iative" + ], + [ + "Ġradi", + "ative" + ], + [ + "fe", + "et" + ], + [ + "ĠP", + "romise" + ], + [ + "ĠProm", + "ise" + ], + [ + "Inc", + "ludes" + ], + [ + "Include", + "s" + ], + [ + "ĠAk", + "bar" + ], + [ + "Disc", + "ussion" + ], + [ + "Discuss", + "ion" + ], + [ + "Mon", + "itoring" + ], + [ + "Monitor", + "ing" + ], + [ + "F", + "lash" + ], + [ + "Fl", + "ash" + ], + [ + "oglob", + "ulin" + ], + [ + "Ġtire", + "lessly" + ], + [ + "Ġtireless", + "ly" + ], + [ + "Ġintric", + "acies" + ], + [ + "ĠCrus", + "ade" + ], + [ + "ĠIllust", + "rator" + ], + [ + "De", + "tails" + ], + [ + "Det", + "ails" + ], + [ + "ĠMaced", + "onian" + ], + [ + "ĠMacedonia", + "n" + ], + [ + "ĠMacedon", + "ian" + ], + [ + "Ġfl", + "anked" + ], + [ + "Ġflank", + "ed" + ], + [ + "-", + "private" + ], + [ + "-pr", + "ivate" + ], + [ + "ĠTaj", + "ik" + ], + [ + "Ġdomestic", + "ally" + ], + [ + "Ġdomest", + "ically" + ], + [ + "Ġdomes", + "tically" + ], + [ + "ĠTrad", + "itions" + ], + [ + "ĠTradition", + "s" + ], + [ + "ĠSovere", + "ign" + ], + [ + "Ġcerebro", + "spinal" + ], + [ + ")", + "]" + ], + [ + ".", + "There" + ], + [ + ".The", + "re" + ], + [ + ".T", + "here" + ], + [ + "/", + ")" + ], + [ + "A", + "Y" + ], + [ + "n", + "ative" + ], + [ + "nat", + "ive" + ], + [ + "Â", + "¾" + ], + [ + "Ġd", + "izzy" + ], + [ + "ol", + "iberal" + ], + [ + "Ġ", + "CSA" + ], + [ + "ĠC", + "SA" + ], + [ + "ĠCS", + "A" + ], + [ + "ĠM", + "ega" + ], + [ + "ĠMe", + "ga" + ], + [ + "ĠMeg", + "a" + ], + [ + "ĠB", + "aja" + ], + [ + "ĠBa", + "ja" + ], + [ + "ĠBaj", + "a" + ], + [ + "ĠW", + "ent" + ], + [ + "ĠWe", + "nt" + ], + [ + "ĠWen", + "t" + ], + [ + "ĠW", + "ah" + ], + [ + "ĠWa", + "h" + ], + [ + "ĠN", + "EC" + ], + [ + "ĠNE", + "C" + ], + [ + "Ġint", + "ending" + ], + [ + "Ġintend", + "ing" + ], + [ + "a", + "part" + ], + [ + "ap", + "art" + ], + [ + "apa", + "rt" + ], + [ + "apar", + "t" + ], + [ + "Ġre", + "course" + ], + [ + "Ġrec", + "ourse" + ], + [ + "ĠK", + "emp" + ], + [ + "ĠKe", + "mp" + ], + [ + "ĠKem", + "p" + ], + [ + "ĠA", + "ls" + ], + [ + "ĠAl", + "s" + ], + [ + "Ġdr", + "ifted" + ], + [ + "Ġdri", + "fted" + ], + [ + "Ġdrift", + "ed" + ], + [ + "anc", + "ip" + ], + [ + "in", + "care" + ], + [ + "inc", + "are" + ], + [ + "ĠSh", + "arks" + ], + [ + "ĠShar", + "ks" + ], + [ + "ĠShark", + "s" + ], + [ + "Ġauthor", + "ize" + ], + [ + "Ġabs", + "ol" + ], + [ + "Al", + "bert" + ], + [ + "Alb", + "ert" + ], + [ + "ĠComp", + "assion" + ], + [ + "ĠCompass", + "ion" + ], + [ + "Ġarr", + "hythmia" + ], + [ + "Ġcred", + "ential" + ], + [ + "Ġbul", + "ging" + ], + [ + "Ġeffort", + "lessly" + ], + [ + "Ġeffortless", + "ly" + ], + [ + "ĠPat", + "ton" + ], + [ + "ĠPatt", + "on" + ], + [ + "Ġappe", + "ase" + ], + [ + "/", + "sub" + ], + [ + "/s", + "ub" + ], + [ + "Ġfabric", + "ate" + ], + [ + "ĠNe", + "got" + ], + [ + "ĠNeg", + "ot" + ], + [ + "er", + "ennial" + ], + [ + "erenn", + "ial" + ], + [ + "ĠBroad", + "casting" + ], + [ + "ĠBroadcast", + "ing" + ], + [ + "Ġ", + "Determining" + ], + [ + "ĠDeterm", + "ining" + ], + [ + "Elect", + "rical" + ], + [ + "Electric", + "al" + ], + [ + "Ġinert", + "ial" + ], + [ + "Ġinertia", + "l" + ], + [ + "Ġredist", + "ributed" + ], + [ + "Ġredistribute", + "d" + ], + [ + "Ġtough", + "est" + ], + [ + "Ġtoug", + "hest" + ], + [ + "Ġgrapp", + "ling" + ], + [ + "Ġgrap", + "pling" + ], + [ + "ĠDipl", + "oma" + ], + [ + "ĠDiplom", + "a" + ], + [ + "Ġ", + "__" + ], + [ + "Ġ_", + "_" + ], + [ + "G", + "a" + ], + [ + "J", + "S" + ], + [ + "O", + "O" + ], + [ + "W", + "ow" + ], + [ + "it", + "ine" + ], + [ + "iti", + "ne" + ], + [ + "itin", + "e" + ], + [ + "Ġb", + "oulder" + ], + [ + "Ġb", + "eers" + ], + [ + "Ġbe", + "ers" + ], + [ + "Ġbee", + "rs" + ], + [ + "Ġbeer", + "s" + ], + [ + "im", + "pl" + ], + [ + "imp", + "l" + ], + [ + "ĠS", + "DS" + ], + [ + "ĠSD", + "S" + ], + [ + "Ġal", + "ley" + ], + [ + "Ġall", + "ey" + ], + [ + "Ġalle", + "y" + ], + [ + "ill", + "age" + ], + [ + "illa", + "ge" + ], + [ + "qu", + "oise" + ], + [ + "quo", + "ise" + ], + [ + "ĠF", + "eng" + ], + [ + "ĠFe", + "ng" + ], + [ + "ĠFen", + "g" + ], + [ + "o", + "stat" + ], + [ + "ost", + "at" + ], + [ + "osta", + "t" + ], + [ + "Ġwill", + "power" + ], + [ + "Ġ", + "UR" + ], + [ + "ĠU", + "R" + ], + [ + "ĠSt", + "atic" + ], + [ + "ĠStat", + "ic" + ], + [ + "ĠSta", + "tic" + ], + [ + "er", + "ville" + ], + [ + "erv", + "ille" + ], + [ + "Ġtr", + "ivia" + ], + [ + "Ġtri", + "via" + ], + [ + "Ġph", + "antom" + ], + [ + "Ġdisc", + "ourses" + ], + [ + "Ġdiscourse", + "s" + ], + [ + "Ġs", + "kil" + ], + [ + "Ġsk", + "il" + ], + [ + "Ġski", + "l" + ], + [ + "Ġa", + "vant" + ], + [ + "Ġav", + "ant" + ], + [ + "Ġchar", + "gers" + ], + [ + "Ġcharge", + "rs" + ], + [ + "Ġcharger", + "s" + ], + [ + "Ġop", + "acity" + ], + [ + "ĠAd", + "ler" + ], + [ + "ĠEx", + "amin" + ], + [ + "ĠExam", + "in" + ], + [ + "ĠShe", + "ikh" + ], + [ + "ĠA", + "mp" + ], + [ + "ĠAm", + "p" + ], + [ + "Ġb", + "arium" + ], + [ + "Ġbar", + "ium" + ], + [ + "Ġba", + "rium" + ], + [ + "ĠCont", + "roller" + ], + [ + "ĠControl", + "ler" + ], + [ + "ĠComp", + "ound" + ], + [ + "Ġnormal", + "ized" + ], + [ + "Ġnormalize", + "d" + ], + [ + "Ġpsych", + "otherap" + ], + [ + "Ġdi", + "visible" + ], + [ + "Ġdiv", + "isible" + ], + [ + "A", + "NC" + ], + [ + "AN", + "C" + ], + [ + "E", + "DS" + ], + [ + "ED", + "S" + ], + [ + "Ġmid", + "day" + ], + [ + "Ġmouth", + "piece" + ], + [ + "Ġfear", + "less" + ], + [ + "Ġyellow", + "ing" + ], + [ + "Ġyell", + "owing" + ], + [ + "Ġuns", + "ightly" + ], + [ + "ĠD", + "iary" + ], + [ + "ĠDi", + "ary" + ], + [ + "ĠDia", + "ry" + ], + [ + "Ġbio", + "char" + ], + [ + "Ġbioc", + "har" + ], + [ + ".âĢĻ", + "âĢĿĊ" + ], + [ + ".âĢĻâĢĿ", + "Ċ" + ], + [ + "ĠCre", + "ole" + ], + [ + "I", + "RS" + ], + [ + "IR", + "S" + ], + [ + "Sec", + "ret" + ], + [ + "spec", + "ified" + ], + [ + "Ġdecomp", + "osed" + ], + [ + "Ġdecompose", + "d" + ], + [ + "Ġweapon", + "ry" + ], + [ + "Ġcod", + "ified" + ], + [ + "think", + "able" + ], + [ + "Ġreset", + "tlement" + ], + [ + "Ġcyan", + "obacteria" + ], + [ + "Ġmoll", + "usc" + ], + [ + "Ġimprov", + "isation" + ], + [ + "Ġover", + "exp" + ], + [ + "Ġovere", + "xp" + ], + [ + "Ġoverex", + "p" + ], + [ + "Ġresurrect", + "ed" + ], + [ + "R", + "ay" + ], + [ + "Ra", + "y" + ], + [ + "V", + "ers" + ], + [ + "Ve", + "rs" + ], + [ + "Ver", + "s" + ], + [ + "a", + "ah" + ], + [ + "aa", + "h" + ], + [ + "c", + "p" + ], + [ + "Ġ", + "ace" + ], + [ + "Ġa", + "ce" + ], + [ + "Ġac", + "e" + ], + [ + "Ġa", + "while" + ], + [ + "o", + "um" + ], + [ + "ou", + "m" + ], + [ + "Ġt", + "opping" + ], + [ + "Ġto", + "pping" + ], + [ + "Ġtop", + "ping" + ], + [ + "Ġtopp", + "ing" + ], + [ + "ĠC", + "umm" + ], + [ + "ĠCu", + "mm" + ], + [ + "ĠCum", + "m" + ], + [ + "Ġha", + "uled" + ], + [ + "Ġhaul", + "ed" + ], + [ + "Ġb", + "land" + ], + [ + "Ġbl", + "and" + ], + [ + "ĠV", + "id" + ], + [ + "ĠVi", + "d" + ], + [ + "ĠV", + "and" + ], + [ + "ĠVan", + "d" + ], + [ + "ĠVa", + "nd" + ], + [ + "ĠH", + "eads" + ], + [ + "ĠHe", + "ads" + ], + [ + "ĠHead", + "s" + ], + [ + "Ġtrans", + "atlantic" + ], + [ + "ce", + "rity" + ], + [ + "cer", + "ity" + ], + [ + "ash", + "ions" + ], + [ + "ashion", + "s" + ], + [ + "ashi", + "ons" + ], + [ + "-", + "frame" + ], + [ + "-f", + "rame" + ], + [ + "ĠPl", + "ug" + ], + [ + "Ġopt", + "omet" + ], + [ + "Ġsent", + "imental" + ], + [ + "Ġsentiment", + "al" + ], + [ + "Ġc", + "ampers" + ], + [ + "Ġcamp", + "ers" + ], + [ + "Ġcam", + "pers" + ], + [ + "ĠBo", + "olean" + ], + [ + "-", + "ster" + ], + [ + "-s", + "ter" + ], + [ + "-st", + "er" + ], + [ + "-ste", + "r" + ], + [ + "ĠS", + "word" + ], + [ + "ĠSw", + "ord" + ], + [ + "Ġcommerc", + "ials" + ], + [ + "Ġcommercial", + "s" + ], + [ + "Ġpol", + "yc" + ], + [ + "Ġpoly", + "c" + ], + [ + "Ġ", + ":-" + ], + [ + "Ġ:", + "-" + ], + [ + "Ġspring", + "time" + ], + [ + "Ġcounter", + "productive" + ], + [ + "Ġbattle", + "fields" + ], + [ + "Ġbattlefield", + "s" + ], + [ + "Ġ", + "duke" + ], + [ + "Ġd", + "uke" + ], + [ + "Ġdu", + "ke" + ], + [ + "Ġsin", + "ister" + ], + [ + "Ġ", + "Skip" + ], + [ + "ĠSk", + "ip" + ], + [ + "ĠSki", + "p" + ], + [ + "Ġunw", + "itting" + ], + [ + "Ġ", + "ARC" + ], + [ + "ĠA", + "RC" + ], + [ + "ĠAR", + "C" + ], + [ + "Ġp", + "ertain" + ], + [ + "Ġper", + "tain" + ], + [ + "Ġpert", + "ain" + ], + [ + "Ġjaw", + "bone" + ], + [ + "Ġchronic", + "le" + ], + [ + "Ġchron", + "icle" + ], + [ + "Fe", + "el" + ], + [ + "Ġf", + "ooled" + ], + [ + "Ġfo", + "oled" + ], + [ + "Ġfool", + "ed" + ], + [ + "Ġfoo", + "led" + ], + [ + "Ġzo", + "oplankton" + ], + [ + "ĠVeget", + "ation" + ], + [ + "Four", + "th" + ], + [ + "T", + "ruth" + ], + [ + "Tr", + "uth" + ], + [ + "ĠKur", + "ds" + ], + [ + "ĠKurd", + "s" + ], + [ + "Ġdismant", + "ling" + ], + [ + "Ġoverr", + "iding" + ], + [ + "Ġrall", + "ies" + ], + [ + "appropriate", + "ly" + ], + [ + "appropri", + "ately" + ], + [ + ",", + ")" + ], + [ + "-", + "absor" + ], + [ + "-ab", + "sor" + ], + [ + "A", + "BC" + ], + [ + "AB", + "C" + ], + [ + "B", + "oard" + ], + [ + "Bo", + "ard" + ], + [ + "f", + "riends" + ], + [ + "friend", + "s" + ], + [ + "fri", + "ends" + ], + [ + "n", + "ian" + ], + [ + "nia", + "n" + ], + [ + "ni", + "an" + ], + [ + "t", + "ube" + ], + [ + "tu", + "be" + ], + [ + "tub", + "e" + ], + [ + "v", + "ict" + ], + [ + "vi", + "ct" + ], + [ + "vic", + "t" + ], + [ + "w", + "rong" + ], + [ + "Å", + "¾" + ], + [ + "ĠT", + "act" + ], + [ + "ĠTa", + "ct" + ], + [ + "ĠTac", + "t" + ], + [ + "r", + "aise" + ], + [ + "ra", + "ise" + ], + [ + "rai", + "se" + ], + [ + "ĠM", + "ith" + ], + [ + "ĠMit", + "h" + ], + [ + "ĠMi", + "th" + ], + [ + "ĠP", + "ris" + ], + [ + "ĠPr", + "is" + ], + [ + "ĠPri", + "s" + ], + [ + "ĠH", + "in" + ], + [ + "ĠHi", + "n" + ], + [ + "ĠH", + "uxley" + ], + [ + "Ġch", + "aired" + ], + [ + "Ġchair", + "ed" + ], + [ + "Ġcha", + "ired" + ], + [ + "oc", + "ortic" + ], + [ + "ĠD", + "NR" + ], + [ + "ĠDN", + "R" + ], + [ + "Ġ", + "EAR" + ], + [ + "ĠE", + "AR" + ], + [ + "ĠEA", + "R" + ], + [ + "ĠN", + "ub" + ], + [ + "ĠNu", + "b" + ], + [ + "ĠG", + "aw" + ], + [ + "ĠGa", + "w" + ], + [ + "ĠL", + "NG" + ], + [ + "ĠL", + "ydia" + ], + [ + "ĠLy", + "dia" + ], + [ + "ĠLyd", + "ia" + ], + [ + "Ġk", + "arma" + ], + [ + "Ġkar", + "ma" + ], + [ + "Ġin", + "cline" + ], + [ + "Ġinc", + "line" + ], + [ + "Ġincl", + "ine" + ], + [ + "Ġinclin", + "e" + ], + [ + "Ġall", + "ocating" + ], + [ + "ong", + "yang" + ], + [ + "Ġ", + "rake" + ], + [ + "Ġr", + "ake" + ], + [ + "Ġra", + "ke" + ], + [ + "Ġbl", + "asted" + ], + [ + "Ġblast", + "ed" + ], + [ + "Ġim", + "portation" + ], + [ + "Ġimport", + "ation" + ], + [ + "Ġent", + "ice" + ], + [ + "Ġav", + "atar" + ], + [ + "i", + "kon" + ], + [ + "ik", + "on" + ], + [ + "iko", + "n" + ], + [ + "ĠSh", + "apes" + ], + [ + "ĠSha", + "pes" + ], + [ + "ĠShape", + "s" + ], + [ + "ĠShap", + "es" + ], + [ + "Ġperiod", + "ical" + ], + [ + "Ġperiodic", + "al" + ], + [ + "Ġhead", + "set" + ], + [ + "Ġheads", + "et" + ], + [ + "Ġprot", + "ectors" + ], + [ + "Ġprotect", + "ors" + ], + [ + "Ġprote", + "ctors" + ], + [ + "Ġprotector", + "s" + ], + [ + "Ġpred", + "icate" + ], + [ + "Ġpredic", + "ate" + ], + [ + "a", + "imon" + ], + [ + "aim", + "on" + ], + [ + "ai", + "mon" + ], + [ + "Ch", + "ief" + ], + [ + "Chi", + "ef" + ], + [ + "Ġsuper", + "massive" + ], + [ + "Ġfront", + "line" + ], + [ + "ĠP", + "article" + ], + [ + "ĠPart", + "icle" + ], + [ + "Ġsaw", + "dust" + ], + [ + "ĠCon", + "greg" + ], + [ + "ĠCong", + "reg" + ], + [ + "Ad", + "minist" + ], + [ + "ĠCur", + "ator" + ], + [ + "ĠCu", + "rator" + ], + [ + "ĠClass", + "ics" + ], + [ + "ĠClassic", + "s" + ], + [ + "ĠMac", + "intosh" + ], + [ + "U", + "SS" + ], + [ + "US", + "S" + ], + [ + "Ġsimpl", + "ifies" + ], + [ + "-", + "violent" + ], + [ + "-v", + "iolent" + ], + [ + "Ġicon", + "ography" + ], + [ + "Ġ", + "Astronomers" + ], + [ + "ĠAstron", + "omers" + ], + [ + "-", + "traditional" + ], + [ + "-tra", + "ditional" + ], + [ + "first", + "name" + ], + [ + "Ġcar", + "otene" + ], + [ + "Ġcarot", + "ene" + ], + [ + "Ġcaroten", + "e" + ], + [ + "ĠAch", + "ieve" + ], + [ + "ĠAchie", + "ve" + ], + [ + "Ġ", + "ontology" + ], + [ + "Ġont", + "ology" + ], + [ + "Ġfiss", + "ures" + ], + [ + "Ġfissure", + "s" + ], + [ + "Ġinact", + "ivated" + ], + [ + "Neg", + "ative" + ], + [ + "Ġnebul", + "ae" + ], + [ + "Ġneb", + "ulae" + ], + [ + "Ġnebula", + "e" + ], + [ + "Ġrap", + "port" + ], + [ + "Ġrapp", + "ort" + ], + [ + "Ġsuperimp", + "osed" + ], + [ + "ur", + "ethane" + ], + [ + "ureth", + "ane" + ], + [ + "Ġdecisive", + "ly" + ], + [ + "Ġdecis", + "ively" + ], + [ + "G", + "PS" + ], + [ + "GP", + "S" + ], + [ + "M", + "is" + ], + [ + "Mi", + "s" + ], + [ + "c", + "ke" + ], + [ + "ck", + "e" + ], + [ + "f", + "unctions" + ], + [ + "function", + "s" + ], + [ + "fun", + "ctions" + ], + [ + "n", + "ier" + ], + [ + "ni", + "er" + ], + [ + "nie", + "r" + ], + [ + "Ġ", + "aired" + ], + [ + "Ġa", + "ired" + ], + [ + "Ġair", + "ed" + ], + [ + "Ġai", + "red" + ], + [ + "at", + "uring" + ], + [ + "atur", + "ing" + ], + [ + "atu", + "ring" + ], + [ + "at", + "omy" + ], + [ + "ato", + "my" + ], + [ + "atom", + "y" + ], + [ + "Ġth", + "wart" + ], + [ + "Ġthw", + "art" + ], + [ + "Ġy", + "olks" + ], + [ + "Ġyolk", + "s" + ], + [ + "ĠB", + "j" + ], + [ + "Ġch", + "anting" + ], + [ + "Ġchant", + "ing" + ], + [ + "ĠE", + "cho" + ], + [ + "ĠEc", + "ho" + ], + [ + "ĠEch", + "o" + ], + [ + "Ġ", + "GF" + ], + [ + "ĠG", + "F" + ], + [ + "Ġk", + "cal" + ], + [ + "Ġall", + "uvial" + ], + [ + "ind", + "ler" + ], + [ + "indle", + "r" + ], + [ + "Ġtim", + "bers" + ], + [ + "Ġtimber", + "s" + ], + [ + "a", + "cean" + ], + [ + "ac", + "ean" + ], + [ + "ace", + "an" + ], + [ + "acea", + "n" + ], + [ + "Ġind", + "ign" + ], + [ + "Ġindig", + "n" + ], + [ + "it", + "su" + ], + [ + "its", + "u" + ], + [ + "Ġhand", + "sh" + ], + [ + "Ġhands", + "h" + ], + [ + "ĠZ", + "el" + ], + [ + "ĠZe", + "l" + ], + [ + "ĠFr", + "anks" + ], + [ + "ĠFrank", + "s" + ], + [ + "ĠFran", + "ks" + ], + [ + "Ġcross", + "word" + ], + [ + "ĠF", + "lip" + ], + [ + "ĠFl", + "ip" + ], + [ + "Ġcateg", + "orical" + ], + [ + "Ġcategor", + "ical" + ], + [ + "rehens", + "ible" + ], + [ + "ĠCour", + "thouse" + ], + [ + "ĠCourt", + "house" + ], + [ + "A", + "rm" + ], + [ + "Ar", + "m" + ], + [ + "Ġdig", + "estible" + ], + [ + "Ġdigest", + "ible" + ], + [ + "Ġuns", + "uspecting" + ], + [ + "Ġquar", + "ries" + ], + [ + "Ġelev", + "ators" + ], + [ + "Ġelevator", + "s" + ], + [ + "os", + "ciences" + ], + [ + "osc", + "iences" + ], + [ + "oscience", + "s" + ], + [ + "abil", + "istic" + ], + [ + "ĠBur", + "r" + ], + [ + "ĠBu", + "rr" + ], + [ + "Ġ", + "Provided" + ], + [ + "ĠProv", + "ided" + ], + [ + "ĠProvide", + "d" + ], + [ + "how", + "ever" + ], + [ + "ih", + "il" + ], + [ + "ĠR", + "hin" + ], + [ + "ĠRh", + "in" + ], + [ + "ĠPhilipp", + "e" + ], + [ + "ĠPhilip", + "pe" + ], + [ + "Ġacc", + "orded" + ], + [ + "Ġaccord", + "ed" + ], + [ + "Ġv", + "agus" + ], + [ + "Ġvag", + "us" + ], + [ + "Ġva", + "gus" + ], + [ + "h", + "asa" + ], + [ + "ha", + "sa" + ], + [ + "has", + "a" + ], + [ + "Har", + "vard" + ], + [ + "Ġhydrop", + "onic" + ], + [ + "Hyd", + "rogen" + ], + [ + "Hydro", + "gen" + ], + [ + "Ġirres", + "ist" + ], + [ + "ĠSe", + "paration" + ], + [ + "ĠSepar", + "ation" + ], + [ + "ĠM", + "obility" + ], + [ + "ĠMob", + "ility" + ], + [ + "Ġsteril", + "ized" + ], + [ + "Ġsterilize", + "d" + ], + [ + "Ġm", + "isman" + ], + [ + "Ġmis", + "man" + ], + [ + "Ġmism", + "an" + ], + [ + "ĠCasc", + "ade" + ], + [ + "ĠHeming", + "way" + ], + [ + "-", + "users" + ], + [ + "-use", + "rs" + ], + [ + "-user", + "s" + ], + [ + "-us", + "ers" + ], + [ + "-u", + "sers" + ], + [ + "S", + "ent" + ], + [ + "Se", + "nt" + ], + [ + "Sen", + "t" + ], + [ + "d", + "river" + ], + [ + "dr", + "iver" + ], + [ + "drive", + "r" + ], + [ + "p", + "rec" + ], + [ + "pr", + "ec" + ], + [ + "pre", + "c" + ], + [ + "Ġ", + "pu" + ], + [ + "Ġp", + "u" + ], + [ + "Ġt", + "haw" + ], + [ + "Ġth", + "aw" + ], + [ + "Ġe", + "ater" + ], + [ + "Ġeat", + "er" + ], + [ + "ay", + "ered" + ], + [ + "ayer", + "ed" + ], + [ + "aye", + "red" + ], + [ + "u", + "lo" + ], + [ + "ul", + "o" + ], + [ + "Ġcan", + "ning" + ], + [ + "Ġcann", + "ing" + ], + [ + "ĠN", + "inth" + ], + [ + "ĠNin", + "th" + ], + [ + "Ġpre", + "occupied" + ], + [ + "Ġpreoccup", + "ied" + ], + [ + "i", + "anic" + ], + [ + "ia", + "nic" + ], + [ + "ian", + "ic" + ], + [ + "iani", + "c" + ], + [ + "int", + "uitive" + ], + [ + "h", + "edema" + ], + [ + "hed", + "ema" + ], + [ + "eth", + "ics" + ], + [ + "i", + "lyn" + ], + [ + "il", + "yn" + ], + [ + "ily", + "n" + ], + [ + "Ġp", + "atio" + ], + [ + "Ġpat", + "io" + ], + [ + "Ġgra", + "bs" + ], + [ + "Ġgr", + "abs" + ], + [ + "Ġgrab", + "s" + ], + [ + "Ġdef", + "iant" + ], + [ + "Ġ", + "Alle" + ], + [ + "ĠA", + "lle" + ], + [ + "ĠAl", + "le" + ], + [ + "ĠAll", + "e" + ], + [ + "Ġin", + "sign" + ], + [ + "Ġins", + "ign" + ], + [ + "e", + "ele" + ], + [ + "ee", + "le" + ], + [ + "Ġcre", + "atine" + ], + [ + "Ġcreat", + "ine" + ], + [ + "ĠZ", + "ed" + ], + [ + "ĠZe", + "d" + ], + [ + "Ġwork", + "space" + ], + [ + "Ġworks", + "pace" + ], + [ + "umb", + "ria" + ], + [ + "ĠP", + "ref" + ], + [ + "ĠPr", + "ef" + ], + [ + "ĠPre", + "f" + ], + [ + "Ġ", + "Complications" + ], + [ + "ĠCom", + "plications" + ], + [ + "ĠCompl", + "ications" + ], + [ + "E", + "TS" + ], + [ + "ET", + "S" + ], + [ + "S", + "pain" + ], + [ + "Sp", + "ain" + ], + [ + "Con", + "sequently" + ], + [ + "Ġlic", + "hens" + ], + [ + "Ġli", + "chens" + ], + [ + "Ġlichen", + "s" + ], + [ + "ĠS", + "ampling" + ], + [ + "ĠSam", + "pling" + ], + [ + "-", + "Ed" + ], + [ + "-E", + "d" + ], + [ + "Ġadvert", + "isers" + ], + [ + "Ġadvertise", + "rs" + ], + [ + "gu", + "ards" + ], + [ + "guard", + "s" + ], + [ + "ĠCor", + "nish" + ], + [ + "ĠCorn", + "ish" + ], + [ + "ĠWal", + "ton" + ], + [ + "ĠWalt", + "on" + ], + [ + "Ġ", + "PLC" + ], + [ + "ĠP", + "LC" + ], + [ + "ĠPL", + "C" + ], + [ + "ĠCit", + "rus" + ], + [ + "ĠWolf", + "ram" + ], + [ + "ĠWol", + "fram" + ], + [ + "Ġpetition", + "ed" + ], + [ + "Ġhydrox", + "yl" + ], + [ + "Ġhydroxy", + "l" + ], + [ + "ĠFA", + "Qs" + ], + [ + "ĠFAQ", + "s" + ], + [ + "Ġzen", + "ith" + ], + [ + "-", + "eng" + ], + [ + "-e", + "ng" + ], + [ + "-en", + "g" + ], + [ + "-", + "outs" + ], + [ + "-out", + "s" + ], + [ + "-o", + "uts" + ], + [ + "a", + "eda" + ], + [ + "ae", + "da" + ], + [ + "Ġw", + "af" + ], + [ + "Ġwa", + "f" + ], + [ + "ĠT", + "rench" + ], + [ + "ĠTr", + "ench" + ], + [ + "ĠB", + "inary" + ], + [ + "ĠBin", + "ary" + ], + [ + "ĠN", + "PS" + ], + [ + "ĠNP", + "S" + ], + [ + "Ġab", + "users" + ], + [ + "Ġabuse", + "rs" + ], + [ + "Ġabuser", + "s" + ], + [ + "ast", + "rian" + ], + [ + "ĠU", + "mb" + ], + [ + "ĠUm", + "b" + ], + [ + "ĠâĢľ", + "Ċ" + ], + [ + "Ġwork", + "station" + ], + [ + "ĠY", + "outube" + ], + [ + "ĠYou", + "tube" + ], + [ + "Ġprov", + "oking" + ], + [ + "Th", + "reat" + ], + [ + "Ġd", + "efer" + ], + [ + "Ġde", + "fer" + ], + [ + "Ġdef", + "er" + ], + [ + "Ġdefe", + "r" + ], + [ + "Ġgl", + "azing" + ], + [ + "âĢľ", + "All" + ], + [ + "âĢľA", + "ll" + ], + [ + "Ġcons", + "train" + ], + [ + "Ġconst", + "rain" + ], + [ + "Ġconstra", + "in" + ], + [ + "Ġimpro", + "vised" + ], + [ + "Ġimprov", + "ised" + ], + [ + "Ġimprovise", + "d" + ], + [ + "ber", + "space" + ], + [ + "bers", + "pace" + ], + [ + "Ġfore", + "nsics" + ], + [ + "Ġforensic", + "s" + ], + [ + "St", + "ation" + ], + [ + "Stat", + "ion" + ], + [ + "Ġwind", + "shield" + ], + [ + "Ġvit", + "reous" + ], + [ + "-g", + "allon" + ], + [ + "-gal", + "lon" + ], + [ + "ĠConf", + "idence" + ], + [ + "-", + "left" + ], + [ + "-l", + "eft" + ], + [ + "-le", + "ft" + ], + [ + "-", + "leading" + ], + [ + "-le", + "ading" + ], + [ + "-lead", + "ing" + ], + [ + "ĠInter", + "actions" + ], + [ + "ĠInteraction", + "s" + ], + [ + "Ġ", + "Visiting" + ], + [ + "ĠVis", + "iting" + ], + [ + "ĠVisit", + "ing" + ], + [ + "Ġmetabol", + "ize" + ], + [ + "ĠWord", + "sworth" + ], + [ + "ĠWords", + "worth" + ], + [ + "Ġconqu", + "ests" + ], + [ + "Ġconquest", + "s" + ], + [ + "â", + "s" + ], + [ + "Ġpropag", + "ating" + ], + [ + "ĠNe", + "eded" + ], + [ + "ĠNeed", + "ed" + ], + [ + "Ġspons", + "orship" + ], + [ + "Ġsponsor", + "ship" + ], + [ + "Ġsponsors", + "hip" + ], + [ + "Ġirregular", + "ly" + ], + [ + "Ġgang", + "lion" + ], + [ + "-", + "adapt" + ], + [ + "-ad", + "apt" + ], + [ + "Ġpriorit", + "ized" + ], + [ + "Ġprioritize", + "d" + ], + [ + "Ġreconstruct", + "ions" + ], + [ + "Ġreconstruction", + "s" + ], + [ + "Ġpist", + "ol" + ], + [ + "Ġbust", + "ling" + ], + [ + "Ġbic", + "eps" + ], + [ + "Col", + "labor" + ], + [ + "Coll", + "abor" + ], + [ + "Ġgrasp", + "ed" + ], + [ + "Ġgras", + "ped" + ], + [ + "otox", + "icity" + ], + [ + "otoxic", + "ity" + ], + [ + "Ġperil", + "ous" + ], + [ + "ĠFuture", + "s" + ], + [ + "ĠFut", + "ures" + ], + [ + "ĠBols", + "hev" + ], + [ + "ĠAlgorith", + "ms" + ], + [ + "ĠAlgorithm", + "s" + ], + [ + "ĠHuff", + "ington" + ], + [ + "Ġtreacher", + "ous" + ], + [ + "ĠNgu", + "yen" + ], + [ + ".", + "r" + ], + [ + "P", + "ope" + ], + [ + "Pop", + "e" + ], + [ + "Po", + "pe" + ], + [ + "g", + "art" + ], + [ + "gar", + "t" + ], + [ + "ga", + "rt" + ], + [ + "p", + "x" + ], + [ + "Ġb", + "onsai" + ], + [ + "i", + "city" + ], + [ + "ic", + "ity" + ], + [ + "icit", + "y" + ], + [ + "ici", + "ty" + ], + [ + "a", + "mber" + ], + [ + "am", + "ber" + ], + [ + "amb", + "er" + ], + [ + "Ġcon", + "ifers" + ], + [ + "Ġconifer", + "s" + ], + [ + "ĠB", + "MC" + ], + [ + "ĠBM", + "C" + ], + [ + "Ġv", + "ulture" + ], + [ + "ĠD", + "oming" + ], + [ + "ĠDo", + "ming" + ], + [ + "ĠDom", + "ing" + ], + [ + "ĠDomin", + "g" + ], + [ + "Ġ", + "DEF" + ], + [ + "ĠD", + "EF" + ], + [ + "ĠDE", + "F" + ], + [ + "ĠF", + "ractions" + ], + [ + "ĠFr", + "actions" + ], + [ + "ĠFra", + "ctions" + ], + [ + "ĠFract", + "ions" + ], + [ + "ĠFraction", + "s" + ], + [ + "Ġ", + "RL" + ], + [ + "ĠR", + "L" + ], + [ + "ĠR", + "d" + ], + [ + "ĠG", + "ather" + ], + [ + "ĠGa", + "ther" + ], + [ + "ĠGat", + "her" + ], + [ + "Ġinf", + "irm" + ], + [ + "ĠK", + "iev" + ], + [ + "ĠKi", + "ev" + ], + [ + "ĠKie", + "v" + ], + [ + "Ġsign", + "ifying" + ], + [ + "Ġsignify", + "ing" + ], + [ + "c", + "ery" + ], + [ + "ce", + "ry" + ], + [ + "cer", + "y" + ], + [ + "ĠPro", + "long" + ], + [ + "ĠProl", + "ong" + ], + [ + "Ġback", + "ups" + ], + [ + "Ġbackup", + "s" + ], + [ + "ĠPl", + "astics" + ], + [ + "ĠPlastic", + "s" + ], + [ + "Ġnatural", + "istic" + ], + [ + "Ġnaturalist", + "ic" + ], + [ + "-d", + "ried" + ], + [ + "-dr", + "ied" + ], + [ + "-", + "door" + ], + [ + "-d", + "oor" + ], + [ + "-do", + "or" + ], + [ + "Ġsw", + "am" + ], + [ + "Ġmot", + "ility" + ], + [ + "Ġver", + "mic" + ], + [ + "ĠRe", + "ply" + ], + [ + "ĠRep", + "ly" + ], + [ + "Ġtur", + "ret" + ], + [ + "Ġsummer", + "time" + ], + [ + "Ġcommun", + "icable" + ], + [ + "Ġcommunic", + "able" + ], + [ + "Ġmotor", + "cycles" + ], + [ + "Ġmotorcycle", + "s" + ], + [ + "ĠInter", + "ventions" + ], + [ + "ĠIntervention", + "s" + ], + [ + "Ġin", + "human" + ], + [ + "Ġinh", + "uman" + ], + [ + "Ġinhum", + "an" + ], + [ + "olute", + "ly" + ], + [ + "Ġv", + "ocation" + ], + [ + "Ġvo", + "cation" + ], + [ + "Ġvoc", + "ation" + ], + [ + "U", + "RES" + ], + [ + "UR", + "ES" + ], + [ + "URE", + "S" + ], + [ + "Ġsculpt", + "ed" + ], + [ + "ĠEm", + "erald" + ], + [ + "ĠEmer", + "ald" + ], + [ + "Ġr", + "ents" + ], + [ + "Ġrent", + "s" + ], + [ + "Ġren", + "ts" + ], + [ + "Ġscal", + "ar" + ], + [ + "ĠBan", + "ner" + ], + [ + "ĠBann", + "er" + ], + [ + "-", + "commercial" + ], + [ + "-com", + "mercial" + ], + [ + "Ġp", + "adding" + ], + [ + "Ġpad", + "ding" + ], + [ + "Ġpadd", + "ing" + ], + [ + "Ġtestim", + "onies" + ], + [ + "ĠFoot", + "print" + ], + [ + "Vol", + "unt" + ], + [ + "Ġgem", + "stone" + ], + [ + "ĠAbd", + "ullah" + ], + [ + "quer", + "que" + ], + [ + "Ġsubord", + "inates" + ], + [ + "Ġsubordinate", + "s" + ], + [ + "Ġcooper", + "ating" + ], + [ + "Ġcoop", + "erating" + ], + [ + "ĠFresh", + "water" + ], + [ + "Ġreun", + "ited" + ], + [ + "Ġpatrol", + "s" + ], + [ + "Iron", + "ically" + ], + [ + "Ġherald", + "ed" + ], + [ + "-de", + "structive" + ], + [ + "-dest", + "ructive" + ], + [ + "o", + "region" + ], + [ + "oreg", + "ion" + ], + [ + "Ġ", + "Explanation" + ], + [ + "ĠEx", + "planation" + ], + [ + "ĠExplan", + "ation" + ], + [ + "odiazep", + "ines" + ], + [ + "-", + "altitude" + ], + [ + "E", + "ff" + ], + [ + "J", + "oe" + ], + [ + "Jo", + "e" + ], + [ + "d", + "ated" + ], + [ + "da", + "ted" + ], + [ + "date", + "d" + ], + [ + "m", + "ars" + ], + [ + "ma", + "rs" + ], + [ + "mar", + "s" + ], + [ + "r", + "if" + ], + [ + "ri", + "f" + ], + [ + "at", + "rol" + ], + [ + "atro", + "l" + ], + [ + "atr", + "ol" + ], + [ + "Ġw", + "aning" + ], + [ + "Ġwa", + "ning" + ], + [ + "Ġb", + "ogs" + ], + [ + "Ġbo", + "gs" + ], + [ + "Ġbog", + "s" + ], + [ + "Ġf", + "iddle" + ], + [ + "o", + "mod" + ], + [ + "om", + "od" + ], + [ + "omo", + "d" + ], + [ + "Ġ", + "lick" + ], + [ + "Ġl", + "ick" + ], + [ + "Ġlic", + "k" + ], + [ + "Ġli", + "ck" + ], + [ + "ĠS", + "art" + ], + [ + "ĠSar", + "t" + ], + [ + "ĠSa", + "rt" + ], + [ + "ĠS", + "ets" + ], + [ + "ĠSe", + "ts" + ], + [ + "ĠSet", + "s" + ], + [ + "ĠC", + "ary" + ], + [ + "ĠCar", + "y" + ], + [ + "ĠCa", + "ry" + ], + [ + "ĠM", + "ole" + ], + [ + "ĠMo", + "le" + ], + [ + "ĠMol", + "e" + ], + [ + "ĠM", + "eter" + ], + [ + "ĠMe", + "ter" + ], + [ + "ĠMet", + "er" + ], + [ + "op", + "ithe" + ], + [ + "ĠP", + "act" + ], + [ + "ĠPa", + "ct" + ], + [ + "ĠPac", + "t" + ], + [ + "ĠW", + "orship" + ], + [ + "ĠWor", + "ship" + ], + [ + "ĠWors", + "hip" + ], + [ + "ud", + "get" + ], + [ + "udge", + "t" + ], + [ + "u", + "nus" + ], + [ + "un", + "us" + ], + [ + "ĠN", + "ausea" + ], + [ + "ac", + "tin" + ], + [ + "act", + "in" + ], + [ + "ib", + "eration" + ], + [ + "iber", + "ation" + ], + [ + "ibe", + "ration" + ], + [ + "Ġte", + "ething" + ], + [ + "Ġteeth", + "ing" + ], + [ + "Ġh", + "eli" + ], + [ + "Ġhe", + "li" + ], + [ + "Ġhel", + "i" + ], + [ + "le", + "ctic" + ], + [ + "lect", + "ic" + ], + [ + "ĠA", + "she" + ], + [ + "ĠAs", + "he" + ], + [ + "ĠAsh", + "e" + ], + [ + "Ġv", + "ets" + ], + [ + "Ġve", + "ts" + ], + [ + "Ġvet", + "s" + ], + [ + "Ġrad", + "ishes" + ], + [ + "Ġradish", + "es" + ], + [ + "Ġpast", + "ime" + ], + [ + "Ġpas", + "time" + ], + [ + "Ġkey", + "note" + ], + [ + "Ġbreak", + "age" + ], + [ + "é", + "m" + ], + [ + "ĠJu", + "ice" + ], + [ + "at", + "uration" + ], + [ + "atur", + "ation" + ], + [ + "atu", + "ration" + ], + [ + "atura", + "tion" + ], + [ + "Ġr", + "ocking" + ], + [ + "Ġro", + "cking" + ], + [ + "Ġrock", + "ing" + ], + [ + "Ġlegal", + "ized" + ], + [ + "en", + "thal" + ], + [ + "ent", + "hal" + ], + [ + "enth", + "al" + ], + [ + "ĠMat", + "hematic" + ], + [ + "ĠMath", + "ematic" + ], + [ + "ĠMathemat", + "ic" + ], + [ + "k", + "eye" + ], + [ + "ke", + "ye" + ], + [ + "key", + "e" + ], + [ + "Ġ", + "melon" + ], + [ + "Ġm", + "elon" + ], + [ + "Ġme", + "lon" + ], + [ + "Ġmel", + "on" + ], + [ + "ĠIs", + "landers" + ], + [ + "ĠIsland", + "ers" + ], + [ + "ĠIsl", + "anders" + ], + [ + "ĠIslander", + "s" + ], + [ + "Ġsuffering", + "s" + ], + [ + "Ġsuffer", + "ings" + ], + [ + "ĠSal", + "vation" + ], + [ + "ĠSalv", + "ation" + ], + [ + "ĠAS", + "EAN" + ], + [ + "I", + "MP" + ], + [ + "IM", + "P" + ], + [ + "I", + "GO" + ], + [ + "IG", + "O" + ], + [ + "Ġcontrad", + "icts" + ], + [ + "Ġcontradict", + "s" + ], + [ + "rup", + "ulous" + ], + [ + "Ġalb", + "ums" + ], + [ + "Ġalbum", + "s" + ], + [ + "in", + "fection" + ], + [ + "inf", + "ection" + ], + [ + "infect", + "ion" + ], + [ + "ĠComb", + "ine" + ], + [ + "Ġcl", + "othed" + ], + [ + "Ġcloth", + "ed" + ], + [ + "Ġclot", + "hed" + ], + [ + "Ġclo", + "thed" + ], + [ + "ar", + "oos" + ], + [ + "aro", + "os" + ], + [ + "Ast", + "hma" + ], + [ + "ĠLect", + "ures" + ], + [ + "ĠLecture", + "s" + ], + [ + "Ġshowc", + "ased" + ], + [ + "Ġshowcase", + "d" + ], + [ + "Ġcle", + "rical" + ], + [ + "Ġcler", + "ical" + ], + [ + "Ġdissatis", + "fied" + ], + [ + "Dom", + "estic" + ], + [ + "ymph", + "edema" + ], + [ + "ymp", + "hedema" + ], + [ + "ĠRaf", + "ael" + ], + [ + "Offic", + "ials" + ], + [ + "Official", + "s" + ], + [ + "ali", + "enable" + ], + [ + "alien", + "able" + ], + [ + "L", + "inux" + ], + [ + "n", + "c" + ], + [ + "i", + "fs" + ], + [ + "if", + "s" + ], + [ + "ĠM", + "uc" + ], + [ + "ĠMu", + "c" + ], + [ + "ĠD", + "iod" + ], + [ + "ĠDi", + "od" + ], + [ + "ĠTh", + "row" + ], + [ + "ir", + "ement" + ], + [ + "ire", + "ment" + ], + [ + "t", + "enberg" + ], + [ + "ten", + "berg" + ], + [ + "f", + "ormal" + ], + [ + "form", + "al" + ], + [ + "for", + "mal" + ], + [ + "Ġaut", + "opsy" + ], + [ + "Ġauto", + "psy" + ], + [ + "Ġs", + "olute" + ], + [ + "Ġsol", + "ute" + ], + [ + "ĠAn", + "ac" + ], + [ + "ĠAna", + "c" + ], + [ + "ĠSp", + "otted" + ], + [ + "ĠSpot", + "ted" + ], + [ + "-", + "sugar" + ], + [ + "-s", + "ugar" + ], + [ + "-su", + "gar" + ], + [ + "Ġben", + "ches" + ], + [ + "Ġbench", + "es" + ], + [ + "Ġsocial", + "izing" + ], + [ + "Ġop", + "eras" + ], + [ + "Ġoper", + "as" + ], + [ + "Ġopera", + "s" + ], + [ + "Ġs", + "wan" + ], + [ + "Ġsw", + "an" + ], + [ + "ĠAf", + "rika" + ], + [ + "es", + "co" + ], + [ + "esc", + "o" + ], + [ + "ĠC", + "ald" + ], + [ + "ĠCal", + "d" + ], + [ + "ĠCa", + "ld" + ], + [ + "Ġsent", + "encing" + ], + [ + "Ġde", + "bug" + ], + [ + "Ġdeb", + "ug" + ], + [ + "Ġfoot", + "notes" + ], + [ + "Ġfootnote", + "s" + ], + [ + "ĠT", + "racy" + ], + [ + "ĠTr", + "acy" + ], + [ + "ĠTra", + "cy" + ], + [ + "Ġoxygen", + "ated" + ], + [ + "Ġtrou", + "sers" + ], + [ + "Ġtro", + "users" + ], + [ + "Ġclose", + "ness" + ], + [ + "Ġclos", + "eness" + ], + [ + "D", + "oS" + ], + [ + "Do", + "S" + ], + [ + "Ġaccommod", + "ated" + ], + [ + "Ġaccommodate", + "d" + ], + [ + "-a", + "ided" + ], + [ + "-aid", + "ed" + ], + [ + "Ġacknowled", + "gment" + ], + [ + "Ġcr", + "amped" + ], + [ + "Ġcram", + "ped" + ], + [ + "ĠCh", + "iang" + ], + [ + "ĠChi", + "ang" + ], + [ + "ĠChia", + "ng" + ], + [ + "Ġhed", + "ges" + ], + [ + "Ġhedge", + "s" + ], + [ + "ĠPale", + "olithic" + ], + [ + "ĠTol", + "stoy" + ], + [ + "Ġtant", + "rums" + ], + [ + "Ġtantrum", + "s" + ], + [ + "Ġre", + "organization" + ], + [ + "Ġreorgan", + "ization" + ], + [ + "Ġspace", + "time" + ], + [ + "Ġspac", + "etime" + ], + [ + "-", + "$" + ], + [ + "R", + "ange" + ], + [ + "o", + "ire" + ], + [ + "oir", + "e" + ], + [ + "oi", + "re" + ], + [ + "Ġe", + "els" + ], + [ + "Ġeel", + "s" + ], + [ + "Ġl", + "umen" + ], + [ + "Ġlum", + "en" + ], + [ + "ĠT", + "akes" + ], + [ + "ĠTake", + "s" + ], + [ + "ĠTa", + "kes" + ], + [ + "ĠTak", + "es" + ], + [ + "Ġy", + "elling" + ], + [ + "Ġye", + "lling" + ], + [ + "Ġyell", + "ing" + ], + [ + "Ġon", + "sl" + ], + [ + "ĠA", + "the" + ], + [ + "ĠAt", + "he" + ], + [ + "ĠAth", + "e" + ], + [ + "ĠB", + "MJ" + ], + [ + "ĠBM", + "J" + ], + [ + "u", + "nas" + ], + [ + "un", + "as" + ], + [ + "una", + "s" + ], + [ + "Ġk", + "idd" + ], + [ + "Ġkid", + "d" + ], + [ + "Ġki", + "dd" + ], + [ + "ĠO", + "le" + ], + [ + "ĠOl", + "e" + ], + [ + "ĠIn", + "jection" + ], + [ + "ĠInj", + "ection" + ], + [ + "a", + "cha" + ], + [ + "ac", + "ha" + ], + [ + "ach", + "a" + ], + [ + "Ġout", + "spoken" + ], + [ + "ĠK", + "ann" + ], + [ + "ĠKa", + "nn" + ], + [ + "ĠKan", + "n" + ], + [ + "Ġs", + "upper" + ], + [ + "Ġsu", + "pper" + ], + [ + "Ġsupp", + "er" + ], + [ + "Ġsup", + "per" + ], + [ + "Ġint", + "ert" + ], + [ + "Ġinter", + "t" + ], + [ + "âĢĶ", + "have" + ], + [ + "âĢľ", + "S" + ], + [ + "ĠCent", + "res" + ], + [ + "ĠCentre", + "s" + ], + [ + "Ġlay", + "ering" + ], + [ + "Ġlayer", + "ing" + ], + [ + "Ġd", + "estruct" + ], + [ + "Ġde", + "struct" + ], + [ + "Ġdest", + "ruct" + ], + [ + "ĠCont", + "rovers" + ], + [ + "Ġpoll", + "inated" + ], + [ + "Ġpollinate", + "d" + ], + [ + "Ġprofessional", + "ism" + ], + [ + "Ġprofession", + "alism" + ], + [ + "Ġmis", + "placed" + ], + [ + "bre", + "aks" + ], + [ + "break", + "s" + ], + [ + "ĠF", + "amil" + ], + [ + "ĠFam", + "il" + ], + [ + "ĠFa", + "mil" + ], + [ + "est", + "erly" + ], + [ + "ester", + "ly" + ], + [ + "d", + "ownload" + ], + [ + "down", + "load" + ], + [ + "Ġaer", + "ob" + ], + [ + "Ġae", + "rob" + ], + [ + "ĠMad", + "ame" + ], + [ + "Ġseal", + "ant" + ], + [ + "ĠHum", + "ming" + ], + [ + "ĠProp", + "erly" + ], + [ + "ĠProper", + "ly" + ], + [ + "ĠPaul", + "a" + ], + [ + "ĠPa", + "ula" + ], + [ + "ĠPau", + "la" + ], + [ + "Ġscreen", + "shot" + ], + [ + "Ġscreens", + "hot" + ], + [ + "aux", + "ite" + ], + [ + "Inter", + "ested" + ], + [ + "Interest", + "ed" + ], + [ + "op", + "enia" + ], + [ + "ope", + "nia" + ], + [ + "open", + "ia" + ], + [ + "ĠCrus", + "her" + ], + [ + "Ġbibli", + "ographic" + ], + [ + "Ġapric", + "ots" + ], + [ + "Ġapricot", + "s" + ], + [ + "Ġskys", + "crapers" + ], + [ + "Ġskyscraper", + "s" + ], + [ + "ilant", + "ro" + ], + [ + "Ġglo", + "omy" + ], + [ + "Ġgloom", + "y" + ], + [ + "/", + "con" + ], + [ + "/c", + "on" + ], + [ + "B", + "iology" + ], + [ + "Bi", + "ology" + ], + [ + "W", + "olf" + ], + [ + "g", + "ivers" + ], + [ + "gi", + "vers" + ], + [ + "give", + "rs" + ], + [ + "giver", + "s" + ], + [ + "m", + "ight" + ], + [ + "mig", + "ht" + ], + [ + "s", + "it" + ], + [ + "si", + "t" + ], + [ + "Ã", + "½" + ], + [ + "Ġa", + "phasia" + ], + [ + "Ġaph", + "asia" + ], + [ + "i", + "natal" + ], + [ + "in", + "atal" + ], + [ + "ina", + "tal" + ], + [ + "Ġc", + "ovalent" + ], + [ + "Ġp", + "yth" + ], + [ + "Ġpy", + "th" + ], + [ + "Ġf", + "ury" + ], + [ + "Ġfur", + "y" + ], + [ + "Ġfu", + "ry" + ], + [ + "Ġin", + "action" + ], + [ + "Ġinact", + "ion" + ], + [ + "Ġn", + "un" + ], + [ + "Ġnu", + "n" + ], + [ + "ĠT", + "orn" + ], + [ + "ĠTo", + "rn" + ], + [ + "ĠTor", + "n" + ], + [ + "ĠT", + "asks" + ], + [ + "ĠTask", + "s" + ], + [ + "ĠTas", + "ks" + ], + [ + "ĠA", + "J" + ], + [ + "ĠC", + "ot" + ], + [ + "ĠCo", + "t" + ], + [ + "Ġal", + "bedo" + ], + [ + "Ġalb", + "edo" + ], + [ + "ĠM", + "n" + ], + [ + "Ġat", + "axia" + ], + [ + "ĠD", + "rew" + ], + [ + "ĠDr", + "ew" + ], + [ + "ĠDre", + "w" + ], + [ + "ĠD", + "imensions" + ], + [ + "ĠDim", + "ensions" + ], + [ + "ĠDimension", + "s" + ], + [ + "Ġsh", + "aman" + ], + [ + "Ġsham", + "an" + ], + [ + "ĠU", + "DP" + ], + [ + "ĠUD", + "P" + ], + [ + "a", + "ckers" + ], + [ + "ac", + "kers" + ], + [ + "ack", + "ers" + ], + [ + "acker", + "s" + ], + [ + "ĠSt", + "irling" + ], + [ + "ĠStir", + "ling" + ], + [ + "er", + "va" + ], + [ + "erv", + "a" + ], + [ + "Ġind", + "ict" + ], + [ + "Ġindic", + "t" + ], + [ + "ic", + "kle" + ], + [ + "ick", + "le" + ], + [ + "ĠAl", + "gon" + ], + [ + "ĠAlg", + "on" + ], + [ + "Ġpo", + "ppies" + ], + [ + "Ġpop", + "pies" + ], + [ + "Ġvis", + "as" + ], + [ + "Ġvisa", + "s" + ], + [ + "com", + "be" + ], + [ + "comb", + "e" + ], + [ + "Ġres", + "train" + ], + [ + "Ġrest", + "rain" + ], + [ + "Ġrestra", + "in" + ], + [ + "Ġobject", + "ivity" + ], + [ + "Ch", + "lor" + ], + [ + "Ġtot", + "aled" + ], + [ + "Ġtotal", + "ed" + ], + [ + "l", + "exic" + ], + [ + "le", + "xic" + ], + [ + "lex", + "ic" + ], + [ + "Ġlo", + "gger" + ], + [ + "Ġlog", + "ger" + ], + [ + "-", + "great" + ], + [ + "-g", + "reat" + ], + [ + "ran", + "ç" + ], + [ + "om", + "yel" + ], + [ + "omy", + "el" + ], + [ + "ĠMc", + "Int" + ], + [ + "men", + "strual" + ], + [ + "Ġrat", + "ify" + ], + [ + "ĠTur", + "in" + ], + [ + "ĠTu", + "rin" + ], + [ + "AP", + "TER" + ], + [ + "Ġpil", + "oted" + ], + [ + "Ġpilot", + "ed" + ], + [ + "HO", + "OL" + ], + [ + "Ġshoot", + "er" + ], + [ + "Ġsho", + "oter" + ], + [ + "Ġhall", + "way" + ], + [ + "-", + "enc" + ], + [ + "-e", + "nc" + ], + [ + "-en", + "c" + ], + [ + "Ġre", + "verses" + ], + [ + "Ġreverse", + "s" + ], + [ + "Ġrevers", + "es" + ], + [ + "Ġrever", + "ses" + ], + [ + "ĠC", + "optic" + ], + [ + "ĠCo", + "ptic" + ], + [ + "ĠCop", + "tic" + ], + [ + "Ġwith", + "drawing" + ], + [ + "Ġwithd", + "rawing" + ], + [ + "Ġwithdraw", + "ing" + ], + [ + "Ġh", + "orned" + ], + [ + "Ġhor", + "ned" + ], + [ + "Ġhorn", + "ed" + ], + [ + "ĠText", + "book" + ], + [ + "ĠOtt", + "omans" + ], + [ + "ĠOttoman", + "s" + ], + [ + "ĠOtto", + "mans" + ], + [ + "/w", + "p" + ], + [ + "ĠBol", + "ton" + ], + [ + "ĠBolt", + "on" + ], + [ + "Ġincub", + "ator" + ], + [ + "Ġdrow", + "sy" + ], + [ + "Ġbil", + "irubin" + ], + [ + "Ġgo", + "urd" + ], + [ + "Ġgour", + "d" + ], + [ + "Ġgou", + "rd" + ], + [ + "Ġneckl", + "ace" + ], + [ + "B", + "ern" + ], + [ + "Be", + "rn" + ], + [ + "Ber", + "n" + ], + [ + "D", + "utch" + ], + [ + "d", + "ys" + ], + [ + "dy", + "s" + ], + [ + "l", + "op" + ], + [ + "lo", + "p" + ], + [ + "Ġthe", + "ta" + ], + [ + "Ġth", + "eta" + ], + [ + "Ġo", + "estrogen" + ], + [ + "en", + "ne" + ], + [ + "enn", + "e" + ], + [ + "nd", + "ra" + ], + [ + "Ġin", + "animate" + ], + [ + "Ġl", + "il" + ], + [ + "Ġli", + "l" + ], + [ + "ĠS", + "cy" + ], + [ + "ĠSc", + "y" + ], + [ + "Ġ", + "ICE" + ], + [ + "ĠI", + "CE" + ], + [ + "ĠIC", + "E" + ], + [ + "if", + "les" + ], + [ + "ifle", + "s" + ], + [ + "est", + "ive" + ], + [ + "Ġ", + "WI" + ], + [ + "ĠW", + "I" + ], + [ + "an", + "sing" + ], + [ + "ans", + "ing" + ], + [ + "ansi", + "ng" + ], + [ + "Ġw", + "ills" + ], + [ + "Ġwill", + "s" + ], + [ + "Ġwil", + "ls" + ], + [ + "Ġ", + "adam" + ], + [ + "Ġa", + "dam" + ], + [ + "Ġad", + "am" + ], + [ + "Ġco", + "aster" + ], + [ + "Ġcoast", + "er" + ], + [ + "Ġgl", + "iding" + ], + [ + "Ġma", + "usoleum" + ], + [ + "Ġsl", + "ider" + ], + [ + "Ġslide", + "r" + ], + [ + "Ġslid", + "er" + ], + [ + "ĠAt", + "kins" + ], + [ + "ĠCol", + "lier" + ], + [ + "ĠColl", + "ier" + ], + [ + "ĠCollie", + "r" + ], + [ + "om", + "etime" + ], + [ + "ome", + "time" + ], + [ + "omet", + "ime" + ], + [ + "Ġcheck", + "up" + ], + [ + "Ġdeb", + "atable" + ], + [ + "ĠX", + "u" + ], + [ + "Ġas", + "th" + ], + [ + "Ġast", + "h" + ], + [ + "ĠC", + "ONS" + ], + [ + "ĠCO", + "NS" + ], + [ + "ĠCON", + "S" + ], + [ + "Ġaff", + "lict" + ], + [ + "Ġbroad", + "est" + ], + [ + "rec", + "iation" + ], + [ + "Ġmut", + "ate" + ], + [ + "Ġsecret", + "ive" + ], + [ + "ome", + "rase" + ], + [ + "omer", + "ase" + ], + [ + "Ġcommission", + "ing" + ], + [ + "ĠMer", + "ck" + ], + [ + "ĠMerc", + "k" + ], + [ + "on", + "omics" + ], + [ + "onom", + "ics" + ], + [ + "onomic", + "s" + ], + [ + "Ġrh", + "od" + ], + [ + "ig", + "mund" + ], + [ + "igm", + "und" + ], + [ + "Ġpharmac", + "ology" + ], + [ + "ĠBan", + "ana" + ], + [ + "S", + "urface" + ], + [ + "Sur", + "face" + ], + [ + "Ġpedest", + "al" + ], + [ + "otype", + "d" + ], + [ + "otyp", + "ed" + ], + [ + "oty", + "ped" + ], + [ + "-", + "optic" + ], + [ + "-op", + "tic" + ], + [ + "-o", + "ptic" + ], + [ + "Ġincub", + "ated" + ], + [ + "Ġincubate", + "d" + ], + [ + "For", + "mer" + ], + [ + "Form", + "er" + ], + [ + "egrad", + "ation" + ], + [ + "oqu", + "ine" + ], + [ + "Ġethnic", + "ally" + ], + [ + "Ġethn", + "ically" + ], + [ + "ĠThor", + "nton" + ], + [ + "ĠThorn", + "ton" + ], + [ + "ĠYan", + "kee" + ], + [ + "Ġmulti", + "cellular" + ], + [ + "Ġmultic", + "ellular" + ], + [ + "y", + "enne" + ], + [ + "yen", + "ne" + ], + [ + "Ġneuro", + "scientists" + ], + [ + "Ġneuroscient", + "ists" + ], + [ + "Ġneuroscientist", + "s" + ], + [ + "ĠJ", + "akarta" + ], + [ + "ĠJak", + "arta" + ], + [ + "Ġbarbec", + "ue" + ], + [ + "Coff", + "ee" + ], + [ + "F", + "ounded" + ], + [ + "Found", + "ed" + ], + [ + "Y", + "PE" + ], + [ + "YP", + "E" + ], + [ + "h", + "in" + ], + [ + "hi", + "n" + ], + [ + "t", + "ypical" + ], + [ + "x", + "ism" + ], + [ + "xi", + "sm" + ], + [ + "xis", + "m" + ], + [ + "re", + "ases" + ], + [ + "reas", + "es" + ], + [ + "rea", + "ses" + ], + [ + "rease", + "s" + ], + [ + "r", + "aim" + ], + [ + "ra", + "im" + ], + [ + "rai", + "m" + ], + [ + "ĠC", + "uster" + ], + [ + "ĠCust", + "er" + ], + [ + "ĠCu", + "ster" + ], + [ + "ĠCus", + "ter" + ], + [ + "a", + "dec" + ], + [ + "ad", + "ec" + ], + [ + "ade", + "c" + ], + [ + "op", + "ods" + ], + [ + "opo", + "ds" + ], + [ + "opod", + "s" + ], + [ + "ĠP", + "uzzle" + ], + [ + "ĠPu", + "zzle" + ], + [ + "Ġex", + "alted" + ], + [ + "Ġexalt", + "ed" + ], + [ + "Ġ", + "comed" + ], + [ + "Ġc", + "omed" + ], + [ + "Ġcom", + "ed" + ], + [ + "Ġco", + "med" + ], + [ + "Ġcome", + "d" + ], + [ + "Ġh", + "aunt" + ], + [ + "Ġha", + "unt" + ], + [ + "Ġ", + "vor" + ], + [ + "Ġv", + "or" + ], + [ + "Ġvo", + "r" + ], + [ + "o", + "sacchar" + ], + [ + "os", + "acchar" + ], + [ + "Ġ", + "HC" + ], + [ + "ĠH", + "C" + ], + [ + "p", + "py" + ], + [ + "pp", + "y" + ], + [ + "u", + "nar" + ], + [ + "un", + "ar" + ], + [ + "una", + "r" + ], + [ + "ĠN", + "im" + ], + [ + "ĠNi", + "m" + ], + [ + "ĠL", + "ia" + ], + [ + "ĠLi", + "a" + ], + [ + "ĠIn", + "clusive" + ], + [ + "e", + "wa" + ], + [ + "ew", + "a" + ], + [ + "ĠSt", + "am" + ], + [ + "ĠSta", + "m" + ], + [ + "fore", + "ign" + ], + [ + "Ġt", + "ransitive" + ], + [ + "Ġtrans", + "itive" + ], + [ + "Ġtransit", + "ive" + ], + [ + "Ġde", + "flation" + ], + [ + "Ġdef", + "lation" + ], + [ + "Ġstand", + "still" + ], + [ + "Ġve", + "gans" + ], + [ + "Ġvegan", + "s" + ], + [ + "Ġveg", + "ans" + ], + [ + "ĠSh", + "il" + ], + [ + "ĠShi", + "l" + ], + [ + "Ġ", + "Zulu" + ], + [ + "ĠZ", + "ulu" + ], + [ + "Ġ", + "authorised" + ], + [ + "Ġauthor", + "ised" + ], + [ + "Ġa", + "pathy" + ], + [ + "Ġap", + "athy" + ], + [ + "Ġapa", + "thy" + ], + [ + "Ġdec", + "reed" + ], + [ + "Ġdecre", + "ed" + ], + [ + "Ġdecree", + "d" + ], + [ + "Ġ", + "xx" + ], + [ + "Ġx", + "x" + ], + [ + "Ġmis", + "sp" + ], + [ + "Ġmiss", + "p" + ], + [ + "Ġpol", + "yp" + ], + [ + "Ġpoly", + "p" + ], + [ + "Ġjournal", + "ing" + ], + [ + "Ġtooth", + "brushes" + ], + [ + "Ġtoothbrush", + "es" + ], + [ + "ĠPlan", + "ets" + ], + [ + "ĠPlanet", + "s" + ], + [ + "ĠPlane", + "ts" + ], + [ + "Ġfertil", + "isers" + ], + [ + "Ġfertiliser", + "s" + ], + [ + "osc", + "opes" + ], + [ + "oscope", + "s" + ], + [ + "Ġ", + "Ãģ" + ], + [ + "ĠÃ", + "ģ" + ], + [ + "ĠD", + "igit" + ], + [ + "ĠDi", + "git" + ], + [ + "ĠDig", + "it" + ], + [ + "u", + "hr" + ], + [ + "uh", + "r" + ], + [ + "Ġshore", + "lines" + ], + [ + "Ġshoreline", + "s" + ], + [ + "Ġhydro", + "lysis" + ], + [ + "Ġhydroly", + "sis" + ], + [ + "Ġterm", + "inus" + ], + [ + "Ġtermin", + "us" + ], + [ + "ĠD", + "urban" + ], + [ + "ĠDur", + "ban" + ], + [ + "ĠCirc", + "uits" + ], + [ + "ĠCircuit", + "s" + ], + [ + "Ġcong", + "ested" + ], + [ + "Ġcongest", + "ed" + ], + [ + "Ġposter", + "ity" + ], + [ + "Ġsulph", + "ate" + ], + [ + "Ġdisc", + "olored" + ], + [ + "Ġdiscol", + "ored" + ], + [ + "Ter", + "ms" + ], + [ + "Term", + "s" + ], + [ + "Ġrest", + "raints" + ], + [ + "Ġrestra", + "ints" + ], + [ + "Ġrestraint", + "s" + ], + [ + "Ġrestrain", + "ts" + ], + [ + "ĠQual", + "itative" + ], + [ + "Mind", + "fulness" + ], + [ + "Ġred", + "eem" + ], + [ + "Ġrede", + "em" + ], + [ + "Ġbroch", + "ures" + ], + [ + "Ġbrochure", + "s" + ], + [ + "Ġnon", + "violent" + ], + [ + "Ġnonv", + "iolent" + ], + [ + "Ġmulti", + "vitamin" + ], + [ + "Ġmultiv", + "itamin" + ], + [ + "Sud", + "den" + ], + [ + "ĠNac", + "ional" + ], + [ + ".", + "More" + ], + [ + ".M", + "ore" + ], + [ + "O", + "OD" + ], + [ + "OO", + "D" + ], + [ + "n", + "othing" + ], + [ + "not", + "hing" + ], + [ + "no", + "thing" + ], + [ + "e", + "ni" + ], + [ + "en", + "i" + ], + [ + "Ġw", + "reath" + ], + [ + "Ġwre", + "ath" + ], + [ + "Ġwreat", + "h" + ], + [ + "i", + "mony" + ], + [ + "im", + "ony" + ], + [ + "imo", + "ny" + ], + [ + "imon", + "y" + ], + [ + "a", + "meter" + ], + [ + "am", + "eter" + ], + [ + "ame", + "ter" + ], + [ + "ĠM", + "G" + ], + [ + "Ġr", + "anger" + ], + [ + "Ġrange", + "r" + ], + [ + "Ġran", + "ger" + ], + [ + "Ġrang", + "er" + ], + [ + "ĠD", + "OS" + ], + [ + "ĠDO", + "S" + ], + [ + "o", + "usa" + ], + [ + "ou", + "sa" + ], + [ + "ous", + "a" + ], + [ + "Ġinc", + "ite" + ], + [ + "Ġd", + "isson" + ], + [ + "Ġdis", + "son" + ], + [ + "Ġdi", + "sson" + ], + [ + "Ġdiss", + "on" + ], + [ + "Ġdis", + "illusion" + ], + [ + "Ġtra", + "mp" + ], + [ + "Ġtr", + "amp" + ], + [ + "Ġtram", + "p" + ], + [ + "Ġover", + "re" + ], + [ + "Ġov", + "erre" + ], + [ + "Ġoverr", + "e" + ], + [ + "ick", + "ens" + ], + [ + "icken", + "s" + ], + [ + "icke", + "ns" + ], + [ + "Ġdisc", + "reet" + ], + [ + "ĠAl", + "ien" + ], + [ + "ĠAli", + "en" + ], + [ + "h", + "orter" + ], + [ + "hor", + "ter" + ], + [ + "Ġill", + "iteracy" + ], + [ + "Ġcrit", + "iques" + ], + [ + "Ġcritique", + "s" + ], + [ + "s", + "pecific" + ], + [ + "sp", + "ecific" + ], + [ + "spec", + "ific" + ], + [ + "oph", + "ores" + ], + [ + "ophore", + "s" + ], + [ + "ophor", + "es" + ], + [ + "ĠEd", + "iting" + ], + [ + "ĠEdit", + "ing" + ], + [ + "-", + "stress" + ], + [ + "-st", + "ress" + ], + [ + "Ġs", + "aws" + ], + [ + "Ġsa", + "ws" + ], + [ + "Ġsaw", + "s" + ], + [ + "ĠBra", + "hma" + ], + [ + "ĠBrah", + "ma" + ], + [ + "ĠBrahm", + "a" + ], + [ + "Ġ", + "âĹ" + ], + [ + "Ġâ", + "Ĺ" + ], + [ + "ĠMac", + "millan" + ], + [ + "Ġimmun", + "ological" + ], + [ + "Ġformal", + "ized" + ], + [ + "ĠCar", + "eers" + ], + [ + "ĠCare", + "ers" + ], + [ + "ĠCareer", + "s" + ], + [ + "Ġth", + "orax" + ], + [ + "Ġthor", + "ax" + ], + [ + "Ġbag", + "gage" + ], + [ + "Ġasc", + "etic" + ], + [ + "Ġconclus", + "ively" + ], + [ + "Ġconclusive", + "ly" + ], + [ + "ĠWil", + "kinson" + ], + [ + "ĠWilkins", + "on" + ], + [ + "ĠEmer", + "itus" + ], + [ + "Ġcycl", + "ist" + ], + [ + "ĠBuild", + "er" + ], + [ + "S", + "urgery" + ], + [ + "Sur", + "gery" + ], + [ + "Ġcrus", + "ade" + ], + [ + "lad", + "us" + ], + [ + "ĠBegin", + "ners" + ], + [ + "ĠBeginner", + "s" + ], + [ + "Ġspear", + "headed" + ], + [ + "Ġtranscend", + "ental" + ], + [ + "Ġtranscendent", + "al" + ], + [ + "Ġc", + "ursed" + ], + [ + "Ġcur", + "sed" + ], + [ + "Ġcurs", + "ed" + ], + [ + "Ġcurse", + "d" + ], + [ + "ĠPro", + "bability" + ], + [ + "ĠProb", + "ability" + ], + [ + "Ġretros", + "pect" + ], + [ + "Se", + "par" + ], + [ + "Sep", + "ar" + ], + [ + "Quant", + "um" + ], + [ + "Ġsc", + "iatica" + ], + [ + "Ġsciatic", + "a" + ], + [ + "ĠEpis", + "ode" + ], + [ + "Ġinhum", + "ane" + ], + [ + "Ġinhuman", + "e" + ], + [ + ":", + "." + ], + [ + "b", + "ones" + ], + [ + "bon", + "es" + ], + [ + "bo", + "nes" + ], + [ + "bone", + "s" + ], + [ + "e", + "ye" + ], + [ + "ey", + "e" + ], + [ + "n", + "ature" + ], + [ + "nat", + "ure" + ], + [ + "t", + "to" + ], + [ + "tt", + "o" + ], + [ + "w", + "yn" + ], + [ + "wy", + "n" + ], + [ + "w", + "riters" + ], + [ + "writer", + "s" + ], + [ + "write", + "rs" + ], + [ + "Ġt", + "usks" + ], + [ + "Ġtusk", + "s" + ], + [ + "i", + "nu" + ], + [ + "in", + "u" + ], + [ + "Ġth", + "rom" + ], + [ + "Ġthr", + "om" + ], + [ + "Ġthro", + "m" + ], + [ + "et", + "ts" + ], + [ + "ett", + "s" + ], + [ + "e", + "lan" + ], + [ + "el", + "an" + ], + [ + "ela", + "n" + ], + [ + "ĠM", + "im" + ], + [ + "ĠMi", + "m" + ], + [ + "âĢĻ", + "a" + ], + [ + "iv", + "istic" + ], + [ + "ivist", + "ic" + ], + [ + "ivi", + "stic" + ], + [ + "ĠG", + "hetto" + ], + [ + "ĠGh", + "etto" + ], + [ + "ĠL", + "ak" + ], + [ + "ĠLa", + "k" + ], + [ + "ĠIn", + "flation" + ], + [ + "ĠInf", + "lation" + ], + [ + "ĠInfl", + "ation" + ], + [ + "ĠJ", + "h" + ], + [ + "Ġimp", + "unity" + ], + [ + "Ġ", + "raged" + ], + [ + "Ġr", + "aged" + ], + [ + "Ġra", + "ged" + ], + [ + "Ġrage", + "d" + ], + [ + "Ġrag", + "ed" + ], + [ + "In", + "ternal" + ], + [ + "Int", + "ernal" + ], + [ + "Intern", + "al" + ], + [ + "Inter", + "nal" + ], + [ + "ĠA", + "loe" + ], + [ + "ĠAl", + "oe" + ], + [ + "Ġdown", + "right" + ], + [ + "ĠCon", + "quer" + ], + [ + "Ġpl", + "anks" + ], + [ + "Ġplan", + "ks" + ], + [ + "Ġplank", + "s" + ], + [ + "âĢĶ", + "were" + ], + [ + "âĢĶwe", + "re" + ], + [ + "Ġmult", + "imeter" + ], + [ + "Ġmulti", + "meter" + ], + [ + "Ġmultim", + "eter" + ], + [ + "Ġsw", + "abs" + ], + [ + "Ġswab", + "s" + ], + [ + "An", + "th" + ], + [ + "Ant", + "h" + ], + [ + "Al", + "zheimer" + ], + [ + "Ġcoll", + "iding" + ], + [ + "Ġse", + "xism" + ], + [ + "Ġsex", + "ism" + ], + [ + "Sp", + "eech" + ], + [ + "Ġsouthern", + "most" + ], + [ + "m", + "atched" + ], + [ + "mat", + "ched" + ], + [ + "Gen", + "etics" + ], + [ + "Genetic", + "s" + ], + [ + "Gene", + "tics" + ], + [ + "ĠP", + "oster" + ], + [ + "ĠPost", + "er" + ], + [ + "ĠPo", + "ster" + ], + [ + "ĠPos", + "ter" + ], + [ + "ĠGal", + "actic" + ], + [ + "ĠMel", + "ville" + ], + [ + "all", + "owed" + ], + [ + "allow", + "ed" + ], + [ + "allo", + "wed" + ], + [ + "Ġ", + "Establishing" + ], + [ + "ĠEst", + "ablishing" + ], + [ + "ĠEstablish", + "ing" + ], + [ + "Ġsup", + "ersonic" + ], + [ + "Ġsupers", + "onic" + ], + [ + "ĠM", + "inds" + ], + [ + "ĠMin", + "ds" + ], + [ + "ĠMind", + "s" + ], + [ + "pr", + "eting" + ], + [ + "pre", + "ting" + ], + [ + "pret", + "ing" + ], + [ + "Ġst", + "acking" + ], + [ + "Ġstack", + "ing" + ], + [ + "Ġsta", + "cking" + ], + [ + "-ad", + "justed" + ], + [ + "ĠWolf", + "e" + ], + [ + "ĠWol", + "fe" + ], + [ + "Ġodor", + "less" + ], + [ + "ĠCust", + "omers" + ], + [ + "ĠCustom", + "ers" + ], + [ + "ĠCustomer", + "s" + ], + [ + "Ġtent", + "ative" + ], + [ + "Ġcondens", + "ate" + ], + [ + "Ġemb", + "arking" + ], + [ + "Ġembark", + "ing" + ], + [ + "Ġoverc", + "ame" + ], + [ + "Sam", + "uel" + ], + [ + "Ġcancell", + "ation" + ], + [ + "Ġcancel", + "lation" + ], + [ + "Ġencaps", + "ulated" + ], + [ + "Ġgle", + "aned" + ], + [ + "Ġglean", + "ed" + ], + [ + "Ġhypoc", + "risy" + ], + [ + "ĠGuadal", + "upe" + ], + [ + "Ġridic", + "ule" + ], + [ + "ĠCyn", + "thia" + ], + [ + "Ġmalle", + "able" + ], + [ + "R", + "og" + ], + [ + "Ro", + "g" + ], + [ + "V", + "ision" + ], + [ + "Vis", + "ion" + ], + [ + "l", + "ift" + ], + [ + "li", + "ft" + ], + [ + "lif", + "t" + ], + [ + "v", + "ik" + ], + [ + "vi", + "k" + ], + [ + "he", + "vi" + ], + [ + "hev", + "i" + ], + [ + "Ġs", + "igh" + ], + [ + "Ġsi", + "gh" + ], + [ + "Ġsig", + "h" + ], + [ + "Ġ", + "wick" + ], + [ + "Ġw", + "ick" + ], + [ + "Ġwi", + "ck" + ], + [ + "it", + "ute" + ], + [ + "itu", + "te" + ], + [ + "i", + "lon" + ], + [ + "il", + "on" + ], + [ + "ilo", + "n" + ], + [ + "ce", + "ive" + ], + [ + "Ġst", + "umbling" + ], + [ + "ill", + "ard" + ], + [ + "illa", + "rd" + ], + [ + "Ġwe", + "avers" + ], + [ + "Ġweave", + "rs" + ], + [ + "Ġweaver", + "s" + ], + [ + "Ġh", + "aunting" + ], + [ + "Ġha", + "unting" + ], + [ + "Ġhaunt", + "ing" + ], + [ + "Ġ", + "Bringing" + ], + [ + "ĠB", + "ringing" + ], + [ + "ĠBr", + "inging" + ], + [ + "ĠBring", + "ing" + ], + [ + "u", + "ders" + ], + [ + "ud", + "ers" + ], + [ + "ude", + "rs" + ], + [ + "uder", + "s" + ], + [ + "ĠR", + "ao" + ], + [ + "ĠRa", + "o" + ], + [ + "ĠR", + "SP" + ], + [ + "ĠRS", + "P" + ], + [ + "Ġun", + "ites" + ], + [ + "Ġunit", + "es" + ], + [ + "Ġunite", + "s" + ], + [ + "Ġin", + "flow" + ], + [ + "Ġinf", + "low" + ], + [ + "Ġinfl", + "ow" + ], + [ + "ber", + "gh" + ], + [ + "berg", + "h" + ], + [ + "en", + "sin" + ], + [ + "ens", + "in" + ], + [ + "i", + "ani" + ], + [ + "ia", + "ni" + ], + [ + "ian", + "i" + ], + [ + "Ġbl", + "ender" + ], + [ + "Ġble", + "nder" + ], + [ + "Ġblend", + "er" + ], + [ + "Ġdisc", + "ord" + ], + [ + "ĠAs", + "iatic" + ], + [ + "ĠAsia", + "tic" + ], + [ + "âĢĶ", + "The" + ], + [ + "ĠAm", + "pl" + ], + [ + "ĠAmp", + "l" + ], + [ + "ĠAc", + "quisition" + ], + [ + "Ġdrop", + "out" + ], + [ + "ĠRem", + "edies" + ], + [ + "ĠB", + "aylor" + ], + [ + "ĠBay", + "lor" + ], + [ + "Äģ", + "r" + ], + [ + "it", + "tal" + ], + [ + "itt", + "al" + ], + [ + "itta", + "l" + ], + [ + "Ġcirc", + "ulates" + ], + [ + "Ġcircul", + "ates" + ], + [ + "Ġcirculate", + "s" + ], + [ + "Reg", + "ional" + ], + [ + "Region", + "al" + ], + [ + "Ġcatast", + "rophes" + ], + [ + "Ġcatastrophe", + "s" + ], + [ + "ĠFlu", + "oride" + ], + [ + "ĠFluor", + "ide" + ], + [ + "Ġ", + "Leviticus" + ], + [ + "ĠLev", + "iticus" + ], + [ + "Ġtoss", + "ing" + ], + [ + "Ġfict", + "itious" + ], + [ + "ĠGran", + "ada" + ], + [ + "Ġmetamorph", + "ic" + ], + [ + "Ġfoot", + "hold" + ], + [ + "Ġfooth", + "old" + ], + [ + "ĠPump", + "kin" + ], + [ + "Ġanti", + "sem" + ], + [ + "Ġantis", + "em" + ], + [ + "Ġantise", + "m" + ], + [ + "ĠDuc", + "hess" + ], + [ + "ĠDuch", + "ess" + ], + [ + "Cap", + "tain" + ], + [ + "Capt", + "ain" + ], + [ + "Ġmt", + "DNA" + ], + [ + ".", + "blog" + ], + [ + ".b", + "log" + ], + [ + "M", + "ET" + ], + [ + "ME", + "T" + ], + [ + "R", + "ot" + ], + [ + "Ro", + "t" + ], + [ + "S", + "ports" + ], + [ + "Sp", + "orts" + ], + [ + "Sport", + "s" + ], + [ + "c", + "ert" + ], + [ + "ce", + "rt" + ], + [ + "cer", + "t" + ], + [ + "h", + "ade" + ], + [ + "ha", + "de" + ], + [ + "had", + "e" + ], + [ + "Ġ", + "ain" + ], + [ + "Ġa", + "in" + ], + [ + "Ġai", + "n" + ], + [ + "in", + "flammation" + ], + [ + "o", + "rated" + ], + [ + "or", + "ated" + ], + [ + "ora", + "ted" + ], + [ + "orate", + "d" + ], + [ + "Ġd", + "ashed" + ], + [ + "Ġdash", + "ed" + ], + [ + "Ġdas", + "hed" + ], + [ + "Ġ", + "nos" + ], + [ + "Ġn", + "os" + ], + [ + "Ġno", + "s" + ], + [ + "Ġor", + "deal" + ], + [ + "Ġord", + "eal" + ], + [ + "ĠM", + "ama" + ], + [ + "ĠMa", + "ma" + ], + [ + "ĠMam", + "a" + ], + [ + "ĠD", + "ove" + ], + [ + "ĠDo", + "ve" + ], + [ + "ĠF", + "riendly" + ], + [ + "ĠFriend", + "ly" + ], + [ + "Ġsh", + "roud" + ], + [ + "Ġshr", + "oud" + ], + [ + "Ġshrou", + "d" + ], + [ + "ĠSt", + "arb" + ], + [ + "ĠStar", + "b" + ], + [ + "Ġcur", + "ling" + ], + [ + "Ġcurl", + "ing" + ], + [ + "Ġb", + "ooth" + ], + [ + "Ġbo", + "oth" + ], + [ + "Ġboot", + "h" + ], + [ + "Ġboo", + "th" + ], + [ + "a", + "lez" + ], + [ + "al", + "ez" + ], + [ + "ale", + "z" + ], + [ + "ĠThere", + "after" + ], + [ + "Ġret", + "rog" + ], + [ + "Ġretro", + "g" + ], + [ + "Ġcal", + "iber" + ], + [ + "-", + "can" + ], + [ + "-c", + "an" + ], + [ + "-ca", + "n" + ], + [ + "ĠL", + "ey" + ], + [ + "ĠLe", + "y" + ], + [ + "ĠCo", + "oke" + ], + [ + "ĠCook", + "e" + ], + [ + "Ġlog", + "istic" + ], + [ + "-h", + "undred" + ], + [ + "n", + "aires" + ], + [ + "na", + "ires" + ], + [ + "nai", + "res" + ], + [ + "naire", + "s" + ], + [ + "ĠAg", + "ri" + ], + [ + "ĠLear", + "ned" + ], + [ + "ĠLearn", + "ed" + ], + [ + "ĠPat", + "el" + ], + [ + "ĠPa", + "tel" + ], + [ + "z", + "zar" + ], + [ + "zz", + "ar" + ], + [ + "zza", + "r" + ], + [ + "Ġmer", + "ry" + ], + [ + "Ġpal", + "atable" + ], + [ + "Ġgrass", + "hoppers" + ], + [ + "Ġgrasshopper", + "s" + ], + [ + "Ġide", + "alism" + ], + [ + "Ġideal", + "ism" + ], + [ + "Go", + "al" + ], + [ + "-", + "contact" + ], + [ + "-cont", + "act" + ], + [ + "Ġsales", + "man" + ], + [ + "ĠUt", + "ilities" + ], + [ + "ĠUtil", + "ities" + ], + [ + "ĠIm", + "mediate" + ], + [ + "ĠImm", + "ediate" + ], + [ + "Ġirrig", + "ate" + ], + [ + "-", + "conduct" + ], + [ + "-c", + "onduct" + ], + [ + "-con", + "duct" + ], + [ + "Ġworship", + "ed" + ], + [ + "Ġworsh", + "iped" + ], + [ + "Ġal", + "igning" + ], + [ + "Ġalign", + "ing" + ], + [ + "Ge", + "orgia" + ], + [ + "е", + "н" + ], + [ + "Ġcr", + "ooked" + ], + [ + "Ġcro", + "oked" + ], + [ + "Ġinter", + "rupting" + ], + [ + "Ġinterrupt", + "ing" + ], + [ + "Ġdismiss", + "al" + ], + [ + "Ġepidem", + "iologist" + ], + [ + "com", + "mons" + ], + [ + "comm", + "ons" + ], + [ + "common", + "s" + ], + [ + "Direct", + "or" + ], + [ + "Ġsuperst", + "itions" + ], + [ + "Ġsuperstition", + "s" + ], + [ + "Phil", + "ipp" + ], + [ + "Philip", + "p" + ], + [ + "Ġfar", + "ewell" + ], + [ + "Ġfare", + "well" + ], + [ + "Er", + "ror" + ], + [ + "Ġrejo", + "ice" + ], + [ + "Ġphyt", + "on" + ], + [ + "Ġphy", + "ton" + ], + [ + "Ġphyto", + "n" + ], + [ + "Ġonc", + "ologist" + ], + [ + "-", + "renewable" + ], + [ + "-ren", + "ewable" + ], + [ + "Ġdis", + "claimer" + ], + [ + "Ġdisclaim", + "er" + ], + [ + "Ġprosper", + "ed" + ], + [ + "Ġprosp", + "ered" + ], + [ + "Ġinextric", + "ably" + ], + [ + "-", + "Madison" + ], + [ + "-Mad", + "ison" + ], + [ + "-", + "land" + ], + [ + "-l", + "and" + ], + [ + "-la", + "nd" + ], + [ + ".", + "un" + ], + [ + ".u", + "n" + ], + [ + "D", + "ou" + ], + [ + "Do", + "u" + ], + [ + "T", + "ok" + ], + [ + "To", + "k" + ], + [ + "Ġd", + "andruff" + ], + [ + "Ġbe", + "aks" + ], + [ + "Ġbeak", + "s" + ], + [ + "Ġg", + "own" + ], + [ + "Ġgo", + "wn" + ], + [ + "o", + "lson" + ], + [ + "ol", + "son" + ], + [ + "ols", + "on" + ], + [ + "ver", + "atrol" + ], + [ + "ĠC", + "GI" + ], + [ + "ĠCG", + "I" + ], + [ + "ke", + "gee" + ], + [ + "ĠW", + "rap" + ], + [ + "Ġsp", + "aghetti" + ], + [ + "o", + "uss" + ], + [ + "ou", + "ss" + ], + [ + "ous", + "s" + ], + [ + "Ġres", + "ists" + ], + [ + "Ġresist", + "s" + ], + [ + "i", + "anus" + ], + [ + "ia", + "nus" + ], + [ + "ian", + "us" + ], + [ + "erv", + "ative" + ], + [ + "ĠAs", + "king" + ], + [ + "ĠAsk", + "ing" + ], + [ + "i", + "ene" + ], + [ + "ie", + "ne" + ], + [ + "ien", + "e" + ], + [ + "cl", + "oud" + ], + [ + "Ġde", + "vils" + ], + [ + "Ġdev", + "ils" + ], + [ + "Ġdevil", + "s" + ], + [ + "Ġmen", + "ace" + ], + [ + "Ġpo", + "stage" + ], + [ + "Ġpos", + "tage" + ], + [ + "Ġpost", + "age" + ], + [ + "ĠL", + "ept" + ], + [ + "ĠLe", + "pt" + ], + [ + "ĠLep", + "t" + ], + [ + "ĠCal", + "houn" + ], + [ + "B", + "utter" + ], + [ + "But", + "ter" + ], + [ + "ĠX", + "Y" + ], + [ + "Ġexc", + "ursions" + ], + [ + "Ġexcursion", + "s" + ], + [ + "é", + "l" + ], + [ + "Ġp", + "allets" + ], + [ + "Ġpal", + "lets" + ], + [ + "Ġpall", + "ets" + ], + [ + "Ġpallet", + "s" + ], + [ + "Ġsong", + "birds" + ], + [ + "Con", + "nell" + ], + [ + "Conn", + "ell" + ], + [ + "-", + "real" + ], + [ + "-re", + "al" + ], + [ + "-r", + "eal" + ], + [ + "-", + "report" + ], + [ + "-re", + "port" + ], + [ + "-rep", + "ort" + ], + [ + "ĠS", + "alam" + ], + [ + "ĠSal", + "am" + ], + [ + "ĠSa", + "lam" + ], + [ + "ĠJud", + "gment" + ], + [ + "Ġbio", + "energy" + ], + [ + "Ġimper", + "vious" + ], + [ + "Ġfer", + "ret" + ], + [ + "Ġcyber", + "criminals" + ], + [ + "Ġmur", + "ky" + ], + [ + "ĠS", + "avage" + ], + [ + "ĠSav", + "age" + ], + [ + "Ġcannab", + "inoid" + ], + [ + "Ġinstitutional", + "ized" + ], + [ + "ĠC", + "ambrian" + ], + [ + "ĠCamb", + "rian" + ], + [ + "ĠLu", + "ft" + ], + [ + "Ste", + "ve" + ], + [ + "in", + "sett" + ], + [ + "ins", + "ett" + ], + [ + "inse", + "tt" + ], + [ + "ĠDer", + "by" + ], + [ + "ĠDerb", + "y" + ], + [ + "ĠJenn", + "ings" + ], + [ + "ĠJen", + "nings" + ], + [ + "âĸ", + "ł" + ], + [ + "-Sem", + "itic" + ], + [ + "es", + "ophagus" + ], + [ + "esoph", + "agus" + ], + [ + "Ġannih", + "ilation" + ], + [ + "ï¸", + "ı" + ], + [ + "B", + "u" + ], + [ + "N", + "aturally" + ], + [ + "Natural", + "ly" + ], + [ + "Nat", + "urally" + ], + [ + "Y", + "oga" + ], + [ + "g", + "le" + ], + [ + "gl", + "e" + ], + [ + "Ġt", + "rophic" + ], + [ + "Ġtroph", + "ic" + ], + [ + "Ġ", + "MON" + ], + [ + "ĠM", + "ON" + ], + [ + "ĠMO", + "N" + ], + [ + "Ġex", + "or" + ], + [ + "u", + "metric" + ], + [ + "um", + "etric" + ], + [ + "ĠR", + "ox" + ], + [ + "ĠRo", + "x" + ], + [ + "ĠJ", + "ing" + ], + [ + "ĠJin", + "g" + ], + [ + "ĠJi", + "ng" + ], + [ + "k", + "sh" + ], + [ + "ks", + "h" + ], + [ + "e", + "pid" + ], + [ + "ep", + "id" + ], + [ + "Ġtra", + "pez" + ], + [ + "Ġtrap", + "ez" + ], + [ + "Ġmon", + "oclonal" + ], + [ + "Ġcur", + "bing" + ], + [ + "Ġcurb", + "ing" + ], + [ + "ĠAs", + "pects" + ], + [ + "ĠAsp", + "ects" + ], + [ + "Ġpur", + "ifier" + ], + [ + "Ġbus", + "hels" + ], + [ + "Ġbush", + "els" + ], + [ + "Ġbushel", + "s" + ], + [ + "o", + "fen" + ], + [ + "of", + "en" + ], + [ + "Ġpre", + "defined" + ], + [ + "Ġpred", + "efined" + ], + [ + "ĠGe", + "oscience" + ], + [ + "ĠGeo", + "science" + ], + [ + "Ġcarbon", + "ated" + ], + [ + "Ġcarbonate", + "d" + ], + [ + "Ġca", + "ptions" + ], + [ + "Ġcapt", + "ions" + ], + [ + "Ġcaption", + "s" + ], + [ + "ĠCon", + "solid" + ], + [ + "ĠCons", + "olid" + ], + [ + "c", + "oe" + ], + [ + "co", + "e" + ], + [ + "-e", + "lection" + ], + [ + "-elect", + "ion" + ], + [ + "-el", + "ection" + ], + [ + "-ele", + "ction" + ], + [ + "Ġcand", + "ida" + ], + [ + "Ġcandid", + "a" + ], + [ + "O", + "TH" + ], + [ + "OT", + "H" + ], + [ + "ĠRock", + "well" + ], + [ + "ĠT", + "OP" + ], + [ + "ĠTO", + "P" + ], + [ + "Ġdeploy", + "ments" + ], + [ + "Ġdeployment", + "s" + ], + [ + "Ġmeteor", + "ology" + ], + [ + "ĠOs", + "aka" + ], + [ + "ĠBot", + "tle" + ], + [ + "ĠBott", + "le" + ], + [ + "ĠSant", + "os" + ], + [ + "ĠSanto", + "s" + ], + [ + "Ġinh", + "aler" + ], + [ + "Ġinhal", + "er" + ], + [ + "Ġinhale", + "r" + ], + [ + "Ġunderp", + "inning" + ], + [ + "Ġunderpin", + "ning" + ], + [ + "Ġcoex", + "istence" + ], + [ + "Ġcoexist", + "ence" + ], + [ + "ĠJP", + "EG" + ], + [ + "ĠClaim", + "s" + ], + [ + "ĠCla", + "ims" + ], + [ + "hev", + "iks" + ], + [ + "hevi", + "ks" + ], + [ + "?", + "!" + ], + [ + "F", + "riends" + ], + [ + "Fri", + "ends" + ], + [ + "]", + "|Ċ" + ], + [ + "c", + "se" + ], + [ + "cs", + "e" + ], + [ + "m", + "ut" + ], + [ + "mu", + "t" + ], + [ + "m", + "art" + ], + [ + "ma", + "rt" + ], + [ + "mar", + "t" + ], + [ + "n", + "eck" + ], + [ + "ne", + "ck" + ], + [ + "y", + "ah" + ], + [ + "ya", + "h" + ], + [ + "is", + "one" + ], + [ + "ison", + "e" + ], + [ + "iso", + "ne" + ], + [ + "Ġf", + "uses" + ], + [ + "Ġfu", + "ses" + ], + [ + "Ġfuse", + "s" + ], + [ + "Ġfus", + "es" + ], + [ + "Ġy", + "oke" + ], + [ + "Ġyo", + "ke" + ], + [ + "Ġ", + "Caring" + ], + [ + "ĠC", + "aring" + ], + [ + "ĠCar", + "ing" + ], + [ + "ĠCa", + "ring" + ], + [ + "ĠB", + "MP" + ], + [ + "ĠBM", + "P" + ], + [ + "ac", + "ute" + ], + [ + "Ġ", + "HB" + ], + [ + "ĠH", + "B" + ], + [ + "Ġr", + "ind" + ], + [ + "ĠR", + "het" + ], + [ + "ĠRh", + "et" + ], + [ + "ĠRhe", + "t" + ], + [ + "ĠN", + "arrow" + ], + [ + "ĠNar", + "row" + ], + [ + "ĠNarr", + "ow" + ], + [ + "ĠL", + "iqu" + ], + [ + "ĠLi", + "qu" + ], + [ + "ag", + "iarism" + ], + [ + "agia", + "rism" + ], + [ + "iff", + "any" + ], + [ + "Ġcons", + "oles" + ], + [ + "Ġconsole", + "s" + ], + [ + "hes", + "ians" + ], + [ + "Ġsub", + "mers" + ], + [ + "Ġsubmer", + "s" + ], + [ + "Ġsubm", + "ers" + ], + [ + "uc", + "had" + ], + [ + "uch", + "ad" + ], + [ + "ucha", + "d" + ], + [ + "cent", + "ury" + ], + [ + "an", + "ked" + ], + [ + "ank", + "ed" + ], + [ + "anke", + "d" + ], + [ + "Ġpain", + "fully" + ], + [ + "Ġpainful", + "ly" + ], + [ + "r", + "ayer" + ], + [ + "ra", + "yer" + ], + [ + "ray", + "er" + ], + [ + "Ġflu", + "ently" + ], + [ + "Ġfluent", + "ly" + ], + [ + "ĠLe", + "vant" + ], + [ + "ĠLev", + "ant" + ], + [ + "Ġ", + "Guest" + ], + [ + "ĠGu", + "est" + ], + [ + "Ġast", + "igmatism" + ], + [ + "ĠMe", + "iji" + ], + [ + "Ġquant", + "ifying" + ], + [ + "Ġquantify", + "ing" + ], + [ + "ĠT", + "rails" + ], + [ + "ĠTr", + "ails" + ], + [ + "ĠTra", + "ils" + ], + [ + "ĠTrail", + "s" + ], + [ + "Ġtra", + "ckers" + ], + [ + "Ġtr", + "ackers" + ], + [ + "Ġtrack", + "ers" + ], + [ + "Ġtracker", + "s" + ], + [ + "Ġemphas", + "ises" + ], + [ + "Ġemphasis", + "es" + ], + [ + "Ġemphasise", + "s" + ], + [ + "ĠSpec", + "ification" + ], + [ + "ĠSpecific", + "ation" + ], + [ + "ĠA", + "voc" + ], + [ + "ĠAv", + "oc" + ], + [ + "ĠMer", + "cer" + ], + [ + "ĠMerc", + "er" + ], + [ + "ĠIn", + "sight" + ], + [ + "ĠIns", + "ight" + ], + [ + "Ġrab", + "bin" + ], + [ + "Ġrabbi", + "n" + ], + [ + "Rel", + "igious" + ], + [ + "Ġgray", + "ish" + ], + [ + "ĠMicro", + "wave" + ], + [ + "ĠMic", + "rowave" + ], + [ + "Ġsl", + "eek" + ], + [ + "Ġsle", + "ek" + ], + [ + "Ġslee", + "k" + ], + [ + "ĠDomin", + "ion" + ], + [ + "Ġescal", + "ation" + ], + [ + "ĠBuck", + "ingham" + ], + [ + "Ġinfilt", + "rate" + ], + [ + "Ġawa", + "ited" + ], + [ + "Ġawait", + "ed" + ], + [ + "ĠLay", + "out" + ], + [ + "ĠPret", + "ty" + ], + [ + "Ġausp", + "ices" + ], + [ + "Egg", + "s" + ], + [ + "ĠMahabhar", + "ata" + ], + [ + "-", + "ice" + ], + [ + "-i", + "ce" + ], + [ + "H", + "s" + ], + [ + "Y", + "esterday" + ], + [ + "e", + "ment" + ], + [ + "em", + "ent" + ], + [ + "emen", + "t" + ], + [ + "eme", + "nt" + ], + [ + "m", + "aterial" + ], + [ + "mate", + "rial" + ], + [ + "t", + "ri" + ], + [ + "tr", + "i" + ], + [ + "Ġd", + "ru" + ], + [ + "Ġdr", + "u" + ], + [ + "il", + "ient" + ], + [ + "ili", + "ent" + ], + [ + "Ġg", + "endered" + ], + [ + "Ġgen", + "dered" + ], + [ + "Ġgender", + "ed" + ], + [ + "ĠT", + "ef" + ], + [ + "ĠTe", + "f" + ], + [ + "e", + "to" + ], + [ + "et", + "o" + ], + [ + "ĠA", + "ffected" + ], + [ + "ĠAf", + "fected" + ], + [ + "ĠAff", + "ected" + ], + [ + "ĠAffect", + "ed" + ], + [ + "ĠC", + "air" + ], + [ + "ĠCa", + "ir" + ], + [ + "ĠCai", + "r" + ], + [ + "il", + "lings" + ], + [ + "ill", + "ings" + ], + [ + "illing", + "s" + ], + [ + "illin", + "gs" + ], + [ + "i", + "stration" + ], + [ + "ist", + "ration" + ], + [ + "ĠF", + "ertility" + ], + [ + "ĠFertil", + "ity" + ], + [ + "ĠCh", + "avez" + ], + [ + "ĠCha", + "vez" + ], + [ + "ĠY", + "i" + ], + [ + "n", + "eur" + ], + [ + "ne", + "ur" + ], + [ + "neu", + "r" + ], + [ + "Ġins", + "ensitive" + ], + [ + "Ġhand", + "made" + ], + [ + "ĠBut", + "te" + ], + [ + "ĠBu", + "tte" + ], + [ + "ĠButt", + "e" + ], + [ + "Ġpublic", + "ized" + ], + [ + "Ġhome", + "opathy" + ], + [ + "Ġmeth", + "amphetamine" + ], + [ + "Ġopp", + "osites" + ], + [ + "Ġopposite", + "s" + ], + [ + "Ġbr", + "okers" + ], + [ + "Ġbro", + "kers" + ], + [ + "Ġbroke", + "rs" + ], + [ + "Ġbroker", + "s" + ], + [ + "ĠAll", + "ergic" + ], + [ + "Ġur", + "inating" + ], + [ + "ĠYork", + "ers" + ], + [ + "ĠYor", + "kers" + ], + [ + "ĠYorker", + "s" + ], + [ + "ĠE", + "mission" + ], + [ + "ĠEm", + "ission" + ], + [ + "Ġ/", + ">" + ], + [ + "ĠN", + "eur" + ], + [ + "ĠNe", + "ur" + ], + [ + "ĠNeu", + "r" + ], + [ + "âĢ¢", + "âĢ¢" + ], + [ + "ĠM", + "eal" + ], + [ + "ĠMe", + "al" + ], + [ + "Ġmix", + "er" + ], + [ + "Ġ", + "Congenital" + ], + [ + "ĠCong", + "enital" + ], + [ + "Ġattract", + "iveness" + ], + [ + "Ġattractive", + "ness" + ], + [ + "A", + "LE" + ], + [ + "AL", + "E" + ], + [ + "Ġdesp", + "ised" + ], + [ + "Ġdespise", + "d" + ], + [ + "ĠB", + "ergen" + ], + [ + "ĠBer", + "gen" + ], + [ + "ĠBerg", + "en" + ], + [ + "g", + "las" + ], + [ + "gl", + "as" + ], + [ + "ĠMo", + "ab" + ], + [ + "word", + "press" + ], + [ + "Ġfulf", + "ills" + ], + [ + "Ġfulfill", + "s" + ], + [ + "Ġfulfil", + "ls" + ], + [ + "ĠMel", + "inda" + ], + [ + "allow", + "ay" + ], + [ + "allo", + "way" + ], + [ + "Ġid", + "iopathic" + ], + [ + "Ġidi", + "opathic" + ], + [ + "pl", + "ayed" + ], + [ + "play", + "ed" + ], + [ + "Ġger", + "iatric" + ], + [ + "Ġgang", + "lia" + ], + [ + "ocur", + "rency" + ], + [ + "Ġdorm", + "ancy" + ], + [ + "Ġb", + "runt" + ], + [ + "Ġbr", + "unt" + ], + [ + "Ġbru", + "nt" + ], + [ + "Ġhibern", + "ate" + ], + [ + "ĠNut", + "r" + ], + [ + "ĠNu", + "tr" + ], + [ + "ĠLor", + "raine" + ], + [ + "draw", + "al" + ], + [ + "Ġunb", + "earable" + ], + [ + "ĠIm", + "agination" + ], + [ + "ĠImag", + "ination" + ], + [ + "Ġsym", + "phony" + ], + [ + "Ġsymph", + "ony" + ], + [ + "Ġanalges", + "ic" + ], + [ + "C", + "opper" + ], + [ + "Co", + "pper" + ], + [ + "Cop", + "per" + ], + [ + "-gathere", + "rs" + ], + [ + "-gatherer", + "s" + ], + [ + "ĠSpani", + "el" + ], + [ + "ĠSpan", + "iel" + ], + [ + "ĠHumph", + "rey" + ], + [ + "Ġsaff", + "ron" + ], + [ + "Ġautonomous", + "ly" + ], + [ + "Ġautonom", + "ously" + ], + [ + "/", + "ethnic" + ], + [ + "A", + "PA" + ], + [ + "AP", + "A" + ], + [ + "M", + "ode" + ], + [ + "Mod", + "e" + ], + [ + "Mo", + "de" + ], + [ + "b", + "il" + ], + [ + "bi", + "l" + ], + [ + "s", + "ugar" + ], + [ + "su", + "gar" + ], + [ + "t", + "em" + ], + [ + "te", + "m" + ], + [ + "u", + "ag" + ], + [ + "ua", + "g" + ], + [ + "Ġe", + "osin" + ], + [ + "om", + "iting" + ], + [ + "omi", + "ting" + ], + [ + "Ġ", + "TF" + ], + [ + "ĠT", + "F" + ], + [ + "ĠS", + "as" + ], + [ + "ĠSa", + "s" + ], + [ + "ĠS", + "ixty" + ], + [ + "ĠSix", + "ty" + ], + [ + "ul", + "atives" + ], + [ + "ulative", + "s" + ], + [ + "Ġcan", + "v" + ], + [ + "ĠH", + "ir" + ], + [ + "ĠHi", + "r" + ], + [ + "ĠH", + "eter" + ], + [ + "ĠHe", + "ter" + ], + [ + "ĠHet", + "er" + ], + [ + "ĠW", + "erner" + ], + [ + "ĠWer", + "ner" + ], + [ + "ĠWern", + "er" + ], + [ + "Ġr", + "anches" + ], + [ + "Ġran", + "ches" + ], + [ + "Ġranc", + "hes" + ], + [ + "Ġranch", + "es" + ], + [ + "Ġun", + "app" + ], + [ + "Ġuna", + "pp" + ], + [ + "Ġinf", + "ographics" + ], + [ + "Ġinfographic", + "s" + ], + [ + "ĠK", + "ri" + ], + [ + "ĠKr", + "i" + ], + [ + "Ġover", + "population" + ], + [ + "Ġoverp", + "opulation" + ], + [ + "In", + "stitute" + ], + [ + "Inst", + "itute" + ], + [ + "ĠAl", + "c" + ], + [ + "Ġg", + "rouse" + ], + [ + "Ġgrou", + "se" + ], + [ + "Ġgr", + "ouse" + ], + [ + "Ġgro", + "use" + ], + [ + "Ġconst", + "rued" + ], + [ + "Ġel", + "apsed" + ], + [ + "ap", + "top" + ], + [ + "apt", + "op" + ], + [ + "Ġstat", + "ins" + ], + [ + "Ġstatin", + "s" + ], + [ + "ĠCar", + "olyn" + ], + [ + "ĠCarol", + "yn" + ], + [ + "Ġnational", + "ists" + ], + [ + "Ġnationalist", + "s" + ], + [ + "ĠAm", + "endments" + ], + [ + "ĠAmendment", + "s" + ], + [ + "ĠCon", + "test" + ], + [ + "ĠCont", + "est" + ], + [ + "ĠComp", + "ression" + ], + [ + "ĠInt", + "ro" + ], + [ + "al", + "yst" + ], + [ + "aly", + "st" + ], + [ + "Ġobt", + "ains" + ], + [ + "Ġobtain", + "s" + ], + [ + "Ġun", + "discovered" + ], + [ + "Ġund", + "iscovered" + ], + [ + "Ġstraight", + "en" + ], + [ + "-", + "rese" + ], + [ + "-re", + "se" + ], + [ + "-r", + "ese" + ], + [ + "-res", + "e" + ], + [ + "Ġsyn", + "apse" + ], + [ + "ra", + "cycline" + ], + [ + "racy", + "cline" + ], + [ + "Ġprev", + "ails" + ], + [ + "Ġprevail", + "s" + ], + [ + "Ġfunction", + "alities" + ], + [ + "Ġfunctional", + "ities" + ], + [ + "hist", + "orical" + ], + [ + "historic", + "al" + ], + [ + "Ġaccommod", + "ating" + ], + [ + "ö", + "m" + ], + [ + "Ġrough", + "ness" + ], + [ + "Ġdetermin", + "istic" + ], + [ + "Ġamphib", + "ious" + ], + [ + "In", + "fo" + ], + [ + "Inf", + "o" + ], + [ + "Ġhered", + "ity" + ], + [ + "ĠThreat", + "s" + ], + [ + "................", + "................" + ], + [ + "Ġgr", + "apple" + ], + [ + "Ġgrapp", + "le" + ], + [ + "Ġgrap", + "ple" + ], + [ + "Ġvaric", + "ella" + ], + [ + "Ġbystand", + "ers" + ], + [ + "Ġbystander", + "s" + ], + [ + "ĠElimin", + "ate" + ], + [ + "Ġintersp", + "ersed" + ], + [ + "Ġderog", + "atory" + ], + [ + ".", + "info" + ], + [ + ".in", + "fo" + ], + [ + "C", + "ra" + ], + [ + "Cr", + "a" + ], + [ + "M", + "iller" + ], + [ + "Mill", + "er" + ], + [ + "Mil", + "ler" + ], + [ + "Mi", + "ller" + ], + [ + "P", + "hy" + ], + [ + "Ph", + "y" + ], + [ + "s", + "outh" + ], + [ + "so", + "uth" + ], + [ + "w", + "es" + ], + [ + "we", + "s" + ], + [ + "ĠT", + "aste" + ], + [ + "ĠTa", + "ste" + ], + [ + "ĠTas", + "te" + ], + [ + "ĠT", + "ears" + ], + [ + "ĠTe", + "ars" + ], + [ + "ĠTea", + "rs" + ], + [ + "ĠT", + "ampa" + ], + [ + "ĠTam", + "pa" + ], + [ + "ĠS", + "EM" + ], + [ + "ĠSE", + "M" + ], + [ + "ĠM", + "oy" + ], + [ + "ĠMo", + "y" + ], + [ + "o", + "pers" + ], + [ + "op", + "ers" + ], + [ + "ope", + "rs" + ], + [ + "oper", + "s" + ], + [ + "ĠB", + "rowning" + ], + [ + "ĠBr", + "owning" + ], + [ + "ĠBrown", + "ing" + ], + [ + "ĠBrow", + "ning" + ], + [ + "Ġj", + "ailed" + ], + [ + "Ġjail", + "ed" + ], + [ + "Ġja", + "iled" + ], + [ + "ĠSt", + "ations" + ], + [ + "ĠStat", + "ions" + ], + [ + "ĠStation", + "s" + ], + [ + "Ġag", + "ony" + ], + [ + "Ġago", + "ny" + ], + [ + "Ġagon", + "y" + ], + [ + "Ġ", + "hello" + ], + [ + "Ġh", + "ello" + ], + [ + "Ġhe", + "llo" + ], + [ + "Ġhel", + "lo" + ], + [ + "Ġhell", + "o" + ], + [ + "Ġ", + "amar" + ], + [ + "Ġa", + "mar" + ], + [ + "Ġam", + "ar" + ], + [ + "Ġam", + "aze" + ], + [ + "Ġem", + "uls" + ], + [ + "Ġexp", + "onents" + ], + [ + "Ġexpon", + "ents" + ], + [ + "Ġexponent", + "s" + ], + [ + "r", + "opic" + ], + [ + "ro", + "pic" + ], + [ + "rop", + "ic" + ], + [ + "Ġend", + "oscopy" + ], + [ + "Ġendos", + "copy" + ], + [ + "ĠI", + "sis" + ], + [ + "ĠIs", + "is" + ], + [ + "ĠC", + "lip" + ], + [ + "ĠCl", + "ip" + ], + [ + "Ġvir", + "ulence" + ], + [ + "s", + "pots" + ], + [ + "sp", + "ots" + ], + [ + "spot", + "s" + ], + [ + "Ġphot", + "od" + ], + [ + "Ġphoto", + "d" + ], + [ + "Ġglobal", + "isation" + ], + [ + "Ġexc", + "ursion" + ], + [ + "Sp", + "eed" + ], + [ + "Ġpun", + "ctu" + ], + [ + "Ġpunct", + "u" + ], + [ + "ĠEst", + "uary" + ], + [ + "Ġabs", + "orbent" + ], + [ + "Ġabsor", + "bent" + ], + [ + "Ġabsorb", + "ent" + ], + [ + "Ġ", + "׾" + ], + [ + "Ġ×", + "ľ" + ], + [ + "C", + "NN" + ], + [ + "CN", + "N" + ], + [ + "ĠP", + "riority" + ], + [ + "ĠPrior", + "ity" + ], + [ + "ĠPri", + "ority" + ], + [ + "ĠPriorit", + "y" + ], + [ + "ĠCamb", + "odian" + ], + [ + "ĠCambodia", + "n" + ], + [ + "Rad", + "iation" + ], + [ + "Radi", + "ation" + ], + [ + "haus", + "en" + ], + [ + "Ġprogen", + "itor" + ], + [ + "Recogn", + "izing" + ], + [ + "Compar", + "ison" + ], + [ + "ĠShir", + "ley" + ], + [ + "Ġfingern", + "ails" + ], + [ + "Ġslogan", + "s" + ], + [ + "Ġslog", + "ans" + ], + [ + "Ġ", + "ills" + ], + [ + "Ġill", + "s" + ], + [ + "Ġil", + "ls" + ], + [ + "+", + "Ċ" + ], + [ + "H", + "air" + ], + [ + "Ha", + "ir" + ], + [ + "W", + "L" + ], + [ + "a", + "ques" + ], + [ + "aque", + "s" + ], + [ + "aq", + "ues" + ], + [ + "aqu", + "es" + ], + [ + "c", + "ause" + ], + [ + "ca", + "use" + ], + [ + "Ġb", + "anners" + ], + [ + "Ġban", + "ners" + ], + [ + "Ġbanner", + "s" + ], + [ + "Ġd", + "uality" + ], + [ + "Ġdu", + "ality" + ], + [ + "Ġdual", + "ity" + ], + [ + "ĠT", + "ommy" + ], + [ + "ĠTom", + "my" + ], + [ + "r", + "aj" + ], + [ + "ra", + "j" + ], + [ + "Ġ", + "Cs" + ], + [ + "ĠC", + "s" + ], + [ + "ĠM", + "akers" + ], + [ + "ĠMa", + "kers" + ], + [ + "ĠMake", + "rs" + ], + [ + "ĠMak", + "ers" + ], + [ + "ĠMaker", + "s" + ], + [ + "Ġby", + "catch" + ], + [ + "Ġ", + "DL" + ], + [ + "ĠD", + "L" + ], + [ + "Ġsp", + "ondyl" + ], + [ + "ĠJ", + "ah" + ], + [ + "ĠJa", + "h" + ], + [ + "ĠK", + "ali" + ], + [ + "ĠKal", + "i" + ], + [ + "ĠKa", + "li" + ], + [ + "Ġdi", + "urnal" + ], + [ + "Ġelect", + "ors" + ], + [ + "Ġele", + "ctors" + ], + [ + "Ġel", + "ectors" + ], + [ + "Ġelector", + "s" + ], + [ + "Ġ", + "opal" + ], + [ + "Ġo", + "pal" + ], + [ + "Ġop", + "al" + ], + [ + "Ġant", + "elope" + ], + [ + "-", + "public" + ], + [ + "-p", + "ublic" + ], + [ + "-p", + "rong" + ], + [ + "-pro", + "ng" + ], + [ + "-pr", + "ong" + ], + [ + "Ġsw", + "ath" + ], + [ + "Ġswat", + "h" + ], + [ + "Ġer", + "oding" + ], + [ + "-t", + "enth" + ], + [ + "-ten", + "th" + ], + [ + "ĠD", + "rill" + ], + [ + "ĠDr", + "ill" + ], + [ + "ĠEm", + "phasis" + ], + [ + "I", + "SP" + ], + [ + "IS", + "P" + ], + [ + "Ġbul", + "imia" + ], + [ + "ĠB", + "arrow" + ], + [ + "ĠBar", + "row" + ], + [ + "ĠBarr", + "ow" + ], + [ + "ĠSch", + "we" + ], + [ + "ĠSchw", + "e" + ], + [ + "Ġ", + "melons" + ], + [ + "Ġmel", + "ons" + ], + [ + "Ġmelon", + "s" + ], + [ + "bl", + "asts" + ], + [ + "blast", + "s" + ], + [ + "bla", + "sts" + ], + [ + "Ġw", + "etting" + ], + [ + "Ġwe", + "tting" + ], + [ + "Ġwet", + "ting" + ], + [ + "Ġcere", + "bellum" + ], + [ + "C", + "OL" + ], + [ + "CO", + "L" + ], + [ + "Ġspl", + "int" + ], + [ + "Ġre", + "forming" + ], + [ + "Ġreform", + "ing" + ], + [ + "o", + "plane" + ], + [ + "op", + "lane" + ], + [ + "opl", + "ane" + ], + [ + "oplan", + "e" + ], + [ + "ĠTom", + "atoes" + ], + [ + "ĠTomato", + "es" + ], + [ + "-a", + "ffected" + ], + [ + "-aff", + "ected" + ], + [ + "s", + "mith" + ], + [ + "sm", + "ith" + ], + [ + "Ġalert", + "ing" + ], + [ + "T", + "HER" + ], + [ + "TH", + "ER" + ], + [ + "THE", + "R" + ], + [ + "ĠC", + "ement" + ], + [ + "ĠCe", + "ment" + ], + [ + "Ġsanct", + "ity" + ], + [ + "Ġmaj", + "esty" + ], + [ + "ĠLaure", + "l" + ], + [ + "ĠLaur", + "el" + ], + [ + "ĠLau", + "rel" + ], + [ + "ĠBattle", + "s" + ], + [ + "ĠBat", + "tles" + ], + [ + "ĠBatt", + "les" + ], + [ + "ĠFra", + "unhofer" + ], + [ + "r", + "ietta" + ], + [ + "ri", + "etta" + ], + [ + "rie", + "tta" + ], + [ + "riet", + "ta" + ], + [ + "ĠMo", + "ody" + ], + [ + "ĠMood", + "y" + ], + [ + "Ġrede", + "fine" + ], + [ + "Ġredef", + "ine" + ], + [ + "Ġapprehens", + "ion" + ], + [ + "Esp", + "ecially" + ], + [ + "Ġacquisition", + "s" + ], + [ + "Ġacquis", + "itions" + ], + [ + "(", + ")," + ], + [ + "()", + "," + ], + [ + "/", + "ha" + ], + [ + "/h", + "a" + ], + [ + "E", + "ll" + ], + [ + "El", + "l" + ], + [ + "O", + "rd" + ], + [ + "Or", + "d" + ], + [ + "c", + "ine" + ], + [ + "cin", + "e" + ], + [ + "ci", + "ne" + ], + [ + "Ġt", + "v" + ], + [ + "re", + "ally" + ], + [ + "real", + "ly" + ], + [ + "o", + "lins" + ], + [ + "ol", + "ins" + ], + [ + "oli", + "ns" + ], + [ + "olin", + "s" + ], + [ + "ĠI", + "brahim" + ], + [ + "ess", + "ler" + ], + [ + "ĠP", + "agan" + ], + [ + "ĠPa", + "gan" + ], + [ + "ĠPag", + "an" + ], + [ + "Ġv", + "ign" + ], + [ + "Ġvig", + "n" + ], + [ + "Ġvi", + "gn" + ], + [ + "ĠW", + "ATER" + ], + [ + "ĠWA", + "TER" + ], + [ + "Ġr", + "ushes" + ], + [ + "Ġrush", + "es" + ], + [ + "ĠE", + "chin" + ], + [ + "ĠEc", + "hin" + ], + [ + "ĠEch", + "in" + ], + [ + "Ġle", + "vers" + ], + [ + "Ġlever", + "s" + ], + [ + "Ġlev", + "ers" + ], + [ + "Ġleve", + "rs" + ], + [ + "ĠN", + "ass" + ], + [ + "ĠNa", + "ss" + ], + [ + "ĠNas", + "s" + ], + [ + "ĠIn", + "vention" + ], + [ + "ĠInv", + "ention" + ], + [ + "ĠInvent", + "ion" + ], + [ + "Ġj", + "igsaw" + ], + [ + "Ġjig", + "saw" + ], + [ + "Ġapp", + "alling" + ], + [ + "Ġinf", + "ertile" + ], + [ + "Ġass", + "orted" + ], + [ + "ĠAs", + "sets" + ], + [ + "ĠAss", + "ets" + ], + [ + "ĠAsset", + "s" + ], + [ + "Ġgl", + "aring" + ], + [ + "ex", + "am" + ], + [ + "-", + "pot" + ], + [ + "-p", + "ot" + ], + [ + "-po", + "t" + ], + [ + "-", + "cur" + ], + [ + "-c", + "ur" + ], + [ + "ur", + "sed" + ], + [ + "urs", + "ed" + ], + [ + "urse", + "d" + ], + [ + "irm", + "ation" + ], + [ + "h", + "elle" + ], + [ + "he", + "lle" + ], + [ + "hel", + "le" + ], + [ + "hell", + "e" + ], + [ + "ĠHer", + "pes" + ], + [ + "ĠSch", + "olastic" + ], + [ + "o", + "systems" + ], + [ + "osystem", + "s" + ], + [ + "Ġ", + "Defining" + ], + [ + "ĠDef", + "ining" + ], + [ + "ĠDefin", + "ing" + ], + [ + "ĠBur", + "lington" + ], + [ + "âĢĺ", + "The" + ], + [ + "Ġp", + "pb" + ], + [ + "Ġpp", + "b" + ], + [ + "Ġunw", + "elcome" + ], + [ + "Ġdescript", + "ors" + ], + [ + "Ġdescriptor", + "s" + ], + [ + "ĠEffect", + "iveness" + ], + [ + "ĠEffective", + "ness" + ], + [ + "Ġtransc", + "ends" + ], + [ + "Ġtranscend", + "s" + ], + [ + "ĠTr", + "otsky" + ], + [ + "ĠTro", + "tsky" + ], + [ + "ĠTri", + "assic" + ], + [ + "Ġp", + "ounding" + ], + [ + "Ġpo", + "unding" + ], + [ + "Ġpound", + "ing" + ], + [ + "Ġobsc", + "urity" + ], + [ + "s", + "urface" + ], + [ + "sur", + "face" + ], + [ + "Ġ", + "Lithium" + ], + [ + "ĠLith", + "ium" + ], + [ + "Ġhyd", + "roxy" + ], + [ + "Ġhydro", + "xy" + ], + [ + "Ġhydrox", + "y" + ], + [ + "ĠHapp", + "ens" + ], + [ + "ĠHappen", + "s" + ], + [ + "Ġerad", + "icating" + ], + [ + "Ġeradic", + "ating" + ], + [ + "ĠGit", + "Hub" + ], + [ + "Ġincompet", + "ent" + ], + [ + "ĠDu", + "chy" + ], + [ + "ĠDuc", + "hy" + ], + [ + "ĠDuch", + "y" + ], + [ + "(", + "g" + ], + [ + "-", + "key" + ], + [ + "-k", + "ey" + ], + [ + "-ke", + "y" + ], + [ + "P", + "ack" + ], + [ + "Pa", + "ck" + ], + [ + "S", + "che" + ], + [ + "Sc", + "he" + ], + [ + "Sch", + "e" + ], + [ + "Z", + "en" + ], + [ + "Ze", + "n" + ], + [ + "_", + "name" + ], + [ + "f", + "emale" + ], + [ + "fe", + "male" + ], + [ + "fem", + "ale" + ], + [ + "s", + "ignificant" + ], + [ + "sign", + "ificant" + ], + [ + "er", + "vers" + ], + [ + "erv", + "ers" + ], + [ + "erve", + "rs" + ], + [ + "erver", + "s" + ], + [ + "Ġs", + "lick" + ], + [ + "Ġsl", + "ick" + ], + [ + "Ġslic", + "k" + ], + [ + "Ġl", + "ouds" + ], + [ + "Ġlo", + "uds" + ], + [ + "Ġloud", + "s" + ], + [ + "Ġlou", + "ds" + ], + [ + "ĠS", + "ST" + ], + [ + "ĠSS", + "T" + ], + [ + "e", + "like" + ], + [ + "el", + "ike" + ], + [ + "eli", + "ke" + ], + [ + "Ġ", + "animate" + ], + [ + "Ġan", + "imate" + ], + [ + "Ġanim", + "ate" + ], + [ + "Ġ", + "Roughly" + ], + [ + "ĠR", + "oughly" + ], + [ + "ĠRough", + "ly" + ], + [ + "ost", + "rum" + ], + [ + "ul", + "ton" + ], + [ + "ult", + "on" + ], + [ + "Ġdis", + "ple" + ], + [ + "Ġdispl", + "e" + ], + [ + "Ġdisp", + "le" + ], + [ + "is", + "hman" + ], + [ + "ish", + "man" + ], + [ + "ri", + "ches" + ], + [ + "ric", + "hes" + ], + [ + "rich", + "es" + ], + [ + "ile", + "ged" + ], + [ + "ilege", + "d" + ], + [ + "Ġnew", + "found" + ], + [ + "er", + "mo" + ], + [ + "erm", + "o" + ], + [ + "Ġke", + "el" + ], + [ + "eg", + "ovina" + ], + [ + "Ġless", + "ened" + ], + [ + "Ġlessen", + "ed" + ], + [ + "ĠCon", + "ventions" + ], + [ + "ĠConvention", + "s" + ], + [ + "ĠConv", + "entions" + ], + [ + "Ġconf", + "ounding" + ], + [ + "Ġconfound", + "ing" + ], + [ + "Ġret", + "ribution" + ], + [ + "Ġpur", + "ifying" + ], + [ + "Ġpurify", + "ing" + ], + [ + ".", + "\"âĢĶ" + ], + [ + ".\"", + "âĢĶ" + ], + [ + "Ġ", + "âĢĶĊ" + ], + [ + "ĠâĢĶ", + "Ċ" + ], + [ + "re", + "turn" + ], + [ + "ret", + "urn" + ], + [ + "-", + "list" + ], + [ + "-l", + "ist" + ], + [ + "Ġpay", + "loads" + ], + [ + "Ġpayload", + "s" + ], + [ + "ĠAb", + "olition" + ], + [ + "ĠGu", + "arant" + ], + [ + "ĠGuar", + "ant" + ], + [ + "-", + "ste" + ], + [ + "-s", + "te" + ], + [ + "-st", + "e" + ], + [ + "Ġcapital", + "ized" + ], + [ + "Ġcapitalize", + "d" + ], + [ + "ĠGreat", + "est" + ], + [ + "Ġabsor", + "ber" + ], + [ + "Ġabsorb", + "er" + ], + [ + "Ġoccup", + "ant" + ], + [ + "ĠCor", + "ridor" + ], + [ + "ĠChe", + "yenne" + ], + [ + "Ġrul", + "ings" + ], + [ + "Ġru", + "lings" + ], + [ + "Ġruling", + "s" + ], + [ + "gl", + "ut" + ], + [ + "Ġcorrespond", + "ed" + ], + [ + "Ġrelax", + "es" + ], + [ + "Ġirrit", + "ant" + ], + [ + "Ġchlor", + "opl" + ], + [ + "Ġcompost", + "able" + ], + [ + "Ġcompos", + "table" + ], + [ + "ĠCorn", + "elius" + ], + [ + ".", + "py" + ], + [ + ".p", + "y" + ], + [ + "ĠS", + "emi" + ], + [ + "ĠSe", + "mi" + ], + [ + "ĠSem", + "i" + ], + [ + "ĠAn", + "nex" + ], + [ + "ĠAnn", + "ex" + ], + [ + "ĠAnne", + "x" + ], + [ + "Ġalkal", + "oids" + ], + [ + "Ġalkaloid", + "s" + ], + [ + "Ùİ", + "Ùij" + ], + [ + "Ġ", + "Synonyms" + ], + [ + "ĠSyn", + "onyms" + ], + [ + "ĠS", + "helf" + ], + [ + "ĠSh", + "elf" + ], + [ + "ĠShel", + "f" + ], + [ + "Ġdisl", + "iked" + ], + [ + "Ġdislike", + "d" + ], + [ + "uc", + "co" + ], + [ + "ucc", + "o" + ], + [ + "Ġmerc", + "iful" + ], + [ + "ĠMut", + "ual" + ], + [ + "Ġselfish", + "ness" + ], + [ + "-l", + "owering" + ], + [ + "-low", + "ering" + ], + [ + "Ġlev", + "ees" + ], + [ + "Ġleve", + "es" + ], + [ + "Ġlevee", + "s" + ], + [ + "-", + "President" + ], + [ + "-Pres", + "ident" + ], + [ + "Ġunrecogn", + "ized" + ], + [ + "ĠS", + "clerosis" + ], + [ + "ĠScler", + "osis" + ], + [ + "ĠNunav", + "ut" + ], + [ + ".", + "We" + ], + [ + ".W", + "e" + ], + [ + "L", + "egal" + ], + [ + "Le", + "gal" + ], + [ + "Leg", + "al" + ], + [ + "W", + "F" + ], + [ + "Ġc", + "aching" + ], + [ + "Ġca", + "ching" + ], + [ + "Ġcac", + "hing" + ], + [ + "Ġm", + "end" + ], + [ + "Ġme", + "nd" + ], + [ + "Ġmen", + "d" + ], + [ + "as", + "urable" + ], + [ + "asu", + "rable" + ], + [ + "asur", + "able" + ], + [ + "Ġ", + "lied" + ], + [ + "Ġl", + "ied" + ], + [ + "Ġlie", + "d" + ], + [ + "Ġli", + "ed" + ], + [ + "Ġbe", + "avers" + ], + [ + "Ġbeaver", + "s" + ], + [ + "i", + "med" + ], + [ + "im", + "ed" + ], + [ + "ime", + "d" + ], + [ + "u", + "ti" + ], + [ + "ut", + "i" + ], + [ + "Ġ", + "Sv" + ], + [ + "ĠS", + "v" + ], + [ + "Ġ", + "IE" + ], + [ + "ĠI", + "E" + ], + [ + "ĠC", + "FL" + ], + [ + "ĠCF", + "L" + ], + [ + "ĠThe", + "bes" + ], + [ + "ĠM", + "its" + ], + [ + "ĠMit", + "s" + ], + [ + "ĠMi", + "ts" + ], + [ + "ĠB", + "MW" + ], + [ + "ĠBM", + "W" + ], + [ + "ĠR", + "ag" + ], + [ + "ĠRa", + "g" + ], + [ + "Ġ", + "JC" + ], + [ + "ĠJ", + "C" + ], + [ + "Ġun", + "vaccinated" + ], + [ + "Ġsub", + "atomic" + ], + [ + "Ġsmall", + "holder" + ], + [ + "Ġtake", + "off" + ], + [ + "Ġtake", + "away" + ], + [ + "t", + "ochrome" + ], + [ + "to", + "chrome" + ], + [ + "Ġreal", + "isation" + ], + [ + "ĠAd", + "vantage" + ], + [ + "ĠAdv", + "antage" + ], + [ + "ĠSh", + "iv" + ], + [ + "ĠShi", + "v" + ], + [ + "ĠCl", + "ostridium" + ], + [ + "osp", + "itable" + ], + [ + "ospi", + "table" + ], + [ + "Ġcond", + "ense" + ], + [ + "Ġcondens", + "e" + ], + [ + "Ġb", + "attered" + ], + [ + "Ġbat", + "tered" + ], + [ + "Ġbatt", + "ered" + ], + [ + "Ġbatter", + "ed" + ], + [ + "Ġmicro", + "tub" + ], + [ + "Ġch", + "ecker" + ], + [ + "Ġche", + "cker" + ], + [ + "Ġcheck", + "er" + ], + [ + "Ġstep", + "pe" + ], + [ + "Ġste", + "ppe" + ], + [ + "er", + "gers" + ], + [ + "erg", + "ers" + ], + [ + "in", + "oza" + ], + [ + "ino", + "za" + ], + [ + "Ġbit", + "coins" + ], + [ + "Ġbitcoin", + "s" + ], + [ + "Ġsequ", + "entially" + ], + [ + "Ġsequential", + "ly" + ], + [ + "Ġth", + "rush" + ], + [ + "Ġthr", + "ush" + ], + [ + "Ġthru", + "sh" + ], + [ + "Ġnorthern", + "most" + ], + [ + "ĠDi", + "ocese" + ], + [ + "ĠDioc", + "ese" + ], + [ + "ĠS", + "alon" + ], + [ + "ĠSal", + "on" + ], + [ + "ĠSa", + "lon" + ], + [ + "Ġphosph", + "ory" + ], + [ + "Ġphosphor", + "y" + ], + [ + "ĠMethod", + "ology" + ], + [ + "ĠPack", + "aging" + ], + [ + "ĠProtestant", + "ism" + ], + [ + "comp", + "uting" + ], + [ + "comput", + "ing" + ], + [ + "ĠFriends", + "hip" + ], + [ + "ĠFriend", + "ship" + ], + [ + "-re", + "duction" + ], + [ + "-red", + "uction" + ], + [ + "Ġhib", + "iscus" + ], + [ + "ĠChamp", + "ion" + ], + [ + "ĠF", + "ully" + ], + [ + "ĠFull", + "y" + ], + [ + "ĠFul", + "ly" + ], + [ + "ĠN", + "EWS" + ], + [ + "ĠNE", + "WS" + ], + [ + "ĠNEW", + "S" + ], + [ + "ĠF", + "lexible" + ], + [ + "ĠFlex", + "ible" + ], + [ + "mem", + "bers" + ], + [ + "member", + "s" + ], + [ + "E", + "ARCH" + ], + [ + "EAR", + "CH" + ], + [ + "opo", + "ietic" + ], + [ + "Ġshipwre", + "ck" + ], + [ + "\"", + "And" + ], + [ + "\"A", + "nd" + ], + [ + "\"An", + "d" + ], + [ + "'", + "clock" + ], + [ + ".", + "sc" + ], + [ + ".s", + "c" + ], + [ + "/", + "?" + ], + [ + "M", + "aria" + ], + [ + "Mar", + "ia" + ], + [ + "Ma", + "ria" + ], + [ + "j", + "ournal" + ], + [ + "jo", + "urnal" + ], + [ + "jour", + "nal" + ], + [ + "x", + "ing" + ], + [ + "xi", + "ng" + ], + [ + "xin", + "g" + ], + [ + "Ġa", + "sexual" + ], + [ + "Ġase", + "xual" + ], + [ + "Ġ", + "oust" + ], + [ + "Ġo", + "ust" + ], + [ + "Ġou", + "st" + ], + [ + "an", + "itary" + ], + [ + "Ġbe", + "arer" + ], + [ + "Ġbear", + "er" + ], + [ + "e", + "tra" + ], + [ + "et", + "ra" + ], + [ + "u", + "ric" + ], + [ + "ur", + "ic" + ], + [ + "uri", + "c" + ], + [ + "ĠS", + "G" + ], + [ + "ĠD", + "up" + ], + [ + "ĠDu", + "p" + ], + [ + "ĠD", + "OM" + ], + [ + "ĠDO", + "M" + ], + [ + "ĠR", + "he" + ], + [ + "ĠRh", + "e" + ], + [ + "Ġim", + "itating" + ], + [ + "u", + "stic" + ], + [ + "us", + "tic" + ], + [ + "ust", + "ic" + ], + [ + "Ġ", + "OD" + ], + [ + "ĠO", + "D" + ], + [ + "ĠIn", + "ver" + ], + [ + "ĠInv", + "er" + ], + [ + "il", + "ever" + ], + [ + "ile", + "ver" + ], + [ + "Ġover", + "lying" + ], + [ + "Ġoverl", + "ying" + ], + [ + "Ġoverly", + "ing" + ], + [ + "Ġr", + "apes" + ], + [ + "Ġra", + "pes" + ], + [ + "Ġrape", + "s" + ], + [ + "Ġrap", + "es" + ], + [ + "o", + "vable" + ], + [ + "ov", + "able" + ], + [ + "ova", + "ble" + ], + [ + "Ġam", + "nesia" + ], + [ + "er", + "mann" + ], + [ + "erm", + "ann" + ], + [ + "erman", + "n" + ], + [ + "erma", + "nn" + ], + [ + "Ġmod", + "ifier" + ], + [ + "ĠCon", + "stit" + ], + [ + "ĠCons", + "tit" + ], + [ + "ĠConst", + "it" + ], + [ + "Ġch", + "arters" + ], + [ + "Ġchar", + "ters" + ], + [ + "Ġchart", + "ers" + ], + [ + "Ġcharter", + "s" + ], + [ + "-", + "bell" + ], + [ + "-b", + "ell" + ], + [ + "-be", + "ll" + ], + [ + "-bel", + "l" + ], + [ + "c", + "lay" + ], + [ + "cl", + "ay" + ], + [ + "Ġfore", + "sight" + ], + [ + "St", + "ructure" + ], + [ + "An", + "swers" + ], + [ + "Answer", + "s" + ], + [ + "Ans", + "wers" + ], + [ + "o", + "tti" + ], + [ + "ot", + "ti" + ], + [ + "ott", + "i" + ], + [ + "Ġre", + "defined" + ], + [ + "Ġred", + "efined" + ], + [ + "Ġredef", + "ined" + ], + [ + "Ġredefine", + "d" + ], + [ + "yn", + "amics" + ], + [ + "ynamic", + "s" + ], + [ + "Ġbar", + "bed" + ], + [ + "Ġbarb", + "ed" + ], + [ + "mar", + "riage" + ], + [ + "Ġlab", + "orious" + ], + [ + "Ġlabor", + "ious" + ], + [ + "ĠWilliam", + "son" + ], + [ + "ĠWilliams", + "on" + ], + [ + "ĠDevelop", + "ers" + ], + [ + "ĠDeveloper", + "s" + ], + [ + "Ġwr", + "ongs" + ], + [ + "Ġwrong", + "s" + ], + [ + "Ġm", + "utants" + ], + [ + "Ġmut", + "ants" + ], + [ + "Ġmutant", + "s" + ], + [ + "ĠCur", + "rency" + ], + [ + "Ġmotor", + "ized" + ], + [ + "Ġreb", + "elled" + ], + [ + "Ġrebell", + "ed" + ], + [ + "Ġrebel", + "led" + ], + [ + "ĠV", + "olks" + ], + [ + "ĠVol", + "ks" + ], + [ + "C", + "Ts" + ], + [ + "CT", + "s" + ], + [ + "Ġsw", + "ims" + ], + [ + "Ġswim", + "s" + ], + [ + "ĠMad", + "ras" + ], + [ + "ĠMad", + "hya" + ], + [ + "as", + "mine" + ], + [ + "asm", + "ine" + ], + [ + "ĠUnivers", + "it" + ], + [ + "i", + "yah" + ], + [ + "iy", + "ah" + ], + [ + "iya", + "h" + ], + [ + "Ġperf", + "umes" + ], + [ + "Ġperfume", + "s" + ], + [ + "ĠDarwin", + "ian" + ], + [ + "ĠLiving", + "ston" + ], + [ + "Ġanal", + "ogies" + ], + [ + "Ġanalog", + "ies" + ], + [ + "Ġde", + "ceived" + ], + [ + "Ġdece", + "ived" + ], + [ + "Ġdeceive", + "d" + ], + [ + "in", + "fected" + ], + [ + "inf", + "ected" + ], + [ + "infect", + "ed" + ], + [ + "ez", + "vous" + ], + [ + "Ġe", + "chin" + ], + [ + "Ġec", + "hin" + ], + [ + "Ġech", + "in" + ], + [ + "u", + "cci" + ], + [ + "uc", + "ci" + ], + [ + "ucc", + "i" + ], + [ + "ĠConc", + "erning" + ], + [ + "ĠConcer", + "ning" + ], + [ + "ĠConcern", + "ing" + ], + [ + "Ġboss", + "es" + ], + [ + "Ġbos", + "ses" + ], + [ + "ĠRos", + "enberg" + ], + [ + "ĠRosen", + "berg" + ], + [ + "Ġencephal", + "opathy" + ], + [ + "Ġresh", + "ape" + ], + [ + "ĠB", + "arker" + ], + [ + "ĠBar", + "ker" + ], + [ + "ĠBark", + "er" + ], + [ + "ĠSuz", + "anne" + ], + [ + "ĠC", + "ervical" + ], + [ + "ĠCerv", + "ical" + ], + [ + "ĠLa", + "hore" + ], + [ + "ĠLah", + "ore" + ], + [ + "ĠKolk", + "ata" + ], + [ + "/uplo", + "ads" + ], + [ + "ĠOrk", + "ney" + ], + [ + "-", + "iron" + ], + [ + "-i", + "ron" + ], + [ + "-ir", + "on" + ], + [ + "F", + "eed" + ], + [ + "Fe", + "ed" + ], + [ + "H", + "undreds" + ], + [ + "g", + "iven" + ], + [ + "gi", + "ven" + ], + [ + "give", + "n" + ], + [ + "o", + "it" + ], + [ + "oi", + "t" + ], + [ + "v", + "ary" + ], + [ + "va", + "ry" + ], + [ + "var", + "y" + ], + [ + "×", + "Ŀ" + ], + [ + "Ġm", + "ules" + ], + [ + "Ġmul", + "es" + ], + [ + "Ġmu", + "les" + ], + [ + "Ġmule", + "s" + ], + [ + "Ġd", + "w" + ], + [ + "il", + "ms" + ], + [ + "ilm", + "s" + ], + [ + "Ġl", + "apse" + ], + [ + "Ġlap", + "se" + ], + [ + "Ġlaps", + "e" + ], + [ + "i", + "mos" + ], + [ + "im", + "os" + ], + [ + "imo", + "s" + ], + [ + "ess", + "ors" + ], + [ + "essor", + "s" + ], + [ + "ĠB", + "are" + ], + [ + "ĠBar", + "e" + ], + [ + "ĠBa", + "re" + ], + [ + "p", + "po" + ], + [ + "pp", + "o" + ], + [ + "Ġsp", + "iny" + ], + [ + "Ġspin", + "y" + ], + [ + "Ġspi", + "ny" + ], + [ + "ĠG", + "ed" + ], + [ + "ĠGe", + "d" + ], + [ + "ĠG", + "ambia" + ], + [ + "ĠGam", + "bia" + ], + [ + "ĠGamb", + "ia" + ], + [ + "o", + "ste" + ], + [ + "os", + "te" + ], + [ + "ost", + "e" + ], + [ + "ich", + "uan" + ], + [ + "ult", + "aneously" + ], + [ + "ultaneous", + "ly" + ], + [ + "il", + "de" + ], + [ + "ild", + "e" + ], + [ + "ĠK", + "ak" + ], + [ + "ĠKa", + "k" + ], + [ + "hed", + "rals" + ], + [ + "hedral", + "s" + ], + [ + "hedra", + "ls" + ], + [ + "Ġins", + "idious" + ], + [ + "-", + "between" + ], + [ + "-b", + "etween" + ], + [ + "âĢĶ", + "he" + ], + [ + "com", + "mercial" + ], + [ + "Ġdev", + "otional" + ], + [ + "Ġdevotion", + "al" + ], + [ + "Ġpar", + "ietal" + ], + [ + "Ġpar", + "anoia" + ], + [ + "Ġparan", + "oia" + ], + [ + "ĠPl", + "asm" + ], + [ + "Ġhe", + "arty" + ], + [ + "Ġheart", + "y" + ], + [ + "Ġhear", + "ty" + ], + [ + "ox", + "yl" + ], + [ + "oxy", + "l" + ], + [ + "ival", + "ry" + ], + [ + "Ġex", + "commun" + ], + [ + "Ġexc", + "ommun" + ], + [ + "Ġdec", + "rees" + ], + [ + "Ġdecre", + "es" + ], + [ + "Ġdecree", + "s" + ], + [ + "Ġfoot", + "note" + ], + [ + "Ġad", + "jud" + ], + [ + "Ġadj", + "ud" + ], + [ + "ĠFin", + "ish" + ], + [ + "ĠFi", + "nish" + ], + [ + "ĠFound", + "ers" + ], + [ + "ĠFo", + "unders" + ], + [ + "ĠFounder", + "s" + ], + [ + "ĠOrgan", + "izational" + ], + [ + "ĠOrganization", + "al" + ], + [ + "Ġapprec", + "iating" + ], + [ + "Ġfer", + "rets" + ], + [ + "Ġferret", + "s" + ], + [ + "ĠFort", + "ress" + ], + [ + "ĠRoman", + "ce" + ], + [ + "ĠRom", + "ance" + ], + [ + "ĠRoma", + "nce" + ], + [ + "Ġmy", + "stic" + ], + [ + "Ġmyst", + "ic" + ], + [ + "Ġmys", + "tic" + ], + [ + "Ġh", + "oard" + ], + [ + "Ġho", + "ard" + ], + [ + "Sub", + "jects" + ], + [ + "Subject", + "s" + ], + [ + "Ġperpet", + "uated" + ], + [ + "Ġperpetuate", + "d" + ], + [ + "Ġbuck", + "wheat" + ], + [ + "Ġinfin", + "itive" + ], + [ + "ĠHome", + "less" + ], + [ + "ĠHom", + "eless" + ], + [ + "Ġcrop", + "land" + ], + [ + "Ġcro", + "pland" + ], + [ + "Pat", + "ient" + ], + [ + "Ġfrost", + "bite" + ], + [ + "M", + "etal" + ], + [ + "Me", + "tal" + ], + [ + "Met", + "al" + ], + [ + "Ġshame", + "ful" + ], + [ + "Ġt", + "weak" + ], + [ + "Ġtwe", + "ak" + ], + [ + "Will", + "iams" + ], + [ + "William", + "s" + ], + [ + "ĠIllust", + "rations" + ], + [ + "ĠIllustration", + "s" + ], + [ + "c", + "rafts" + ], + [ + "craft", + "s" + ], + [ + "cr", + "afts" + ], + [ + "cra", + "fts" + ], + [ + "ĠVo", + "IP" + ], + [ + "ĠTherap", + "ist" + ], + [ + "ĠMyth", + "ology" + ], + [ + "Ġgalvan", + "ized" + ], + [ + "ĠEuph", + "rates" + ], + [ + "ĠLeib", + "niz" + ], + [ + "Ġhydrochlor", + "ic" + ], + [ + "Ġmonst", + "rous" + ], + [ + "!", + "'" + ], + [ + "F", + "ine" + ], + [ + "Fin", + "e" + ], + [ + "Fi", + "ne" + ], + [ + "c", + "ad" + ], + [ + "ca", + "d" + ], + [ + "à", + "§" + ], + [ + "in", + "teg" + ], + [ + "int", + "eg" + ], + [ + "inte", + "g" + ], + [ + "Ġw", + "ik" + ], + [ + "Ġwi", + "k" + ], + [ + "Ġw", + "iser" + ], + [ + "Ġwise", + "r" + ], + [ + "Ġwi", + "ser" + ], + [ + "Ġwis", + "er" + ], + [ + "a", + "nos" + ], + [ + "an", + "os" + ], + [ + "ano", + "s" + ], + [ + "ĠT", + "uts" + ], + [ + "ĠTut", + "s" + ], + [ + "ĠTu", + "ts" + ], + [ + "u", + "rists" + ], + [ + "ur", + "ists" + ], + [ + "uris", + "ts" + ], + [ + "uri", + "sts" + ], + [ + "urist", + "s" + ], + [ + "ĠI", + "ris" + ], + [ + "ĠIr", + "is" + ], + [ + "ĠP", + "ound" + ], + [ + "ĠPo", + "und" + ], + [ + "ĠPou", + "nd" + ], + [ + "ĠD", + "U" + ], + [ + "ĠF", + "ires" + ], + [ + "ĠFire", + "s" + ], + [ + "ĠFi", + "res" + ], + [ + "ĠFir", + "es" + ], + [ + "un", + "ching" + ], + [ + "unch", + "ing" + ], + [ + "unc", + "hing" + ], + [ + "un", + "king" + ], + [ + "unk", + "ing" + ], + [ + "ĠG", + "ins" + ], + [ + "ĠGi", + "ns" + ], + [ + "ĠGin", + "s" + ], + [ + "ĠU", + "ber" + ], + [ + "ĠUb", + "er" + ], + [ + "ĠU", + "ML" + ], + [ + "ĠUM", + "L" + ], + [ + "at", + "erally" + ], + [ + "ate", + "rally" + ], + [ + "ater", + "ally" + ], + [ + "ateral", + "ly" + ], + [ + "av", + "u" + ], + [ + "Ġs", + "cented" + ], + [ + "Ġsc", + "ented" + ], + [ + "Ġscen", + "ted" + ], + [ + "Ġscent", + "ed" + ], + [ + "ph", + "ony" + ], + [ + "phon", + "y" + ], + [ + "ĠUn", + "limited" + ], + [ + "a", + "war" + ], + [ + "aw", + "ar" + ], + [ + "awa", + "r" + ], + [ + "Ġed", + "its" + ], + [ + "Ġedit", + "s" + ], + [ + "Ġgl", + "imps" + ], + [ + "Ġless", + "ening" + ], + [ + "Ġlessen", + "ing" + ], + [ + "or", + "no" + ], + [ + "orn", + "o" + ], + [ + "or", + "nis" + ], + [ + "orn", + "is" + ], + [ + "ĠS", + "pine" + ], + [ + "ĠSp", + "ine" + ], + [ + "ĠSpin", + "e" + ], + [ + "Ġhead", + "lights" + ], + [ + "Ġde", + "lim" + ], + [ + "Ġdel", + "im" + ], + [ + "Ġpost", + "cards" + ], + [ + "Ġpostcard", + "s" + ], + [ + "ĠZ", + "anz" + ], + [ + "Ġt", + "ooling" + ], + [ + "Ġto", + "oling" + ], + [ + "Ġtoo", + "ling" + ], + [ + "Ġtool", + "ing" + ], + [ + "ĠLe", + "ah" + ], + [ + "ĠLea", + "h" + ], + [ + "m", + "yth" + ], + [ + "my", + "th" + ], + [ + "ĠEm", + "otion" + ], + [ + "Ġexpect", + "ant" + ], + [ + "Ġsn", + "apped" + ], + [ + "Ġsnap", + "ped" + ], + [ + "-", + "game" + ], + [ + "-g", + "ame" + ], + [ + "m", + "arter" + ], + [ + "mar", + "ter" + ], + [ + "mart", + "er" + ], + [ + "Ġsac", + "rament" + ], + [ + "Ġsacr", + "ament" + ], + [ + "Ġsacra", + "ment" + ], + [ + "ul", + "sed" + ], + [ + "uls", + "ed" + ], + [ + "ulse", + "d" + ], + [ + "r", + "ologists" + ], + [ + "rolog", + "ists" + ], + [ + "rologist", + "s" + ], + [ + "Ġfra", + "ternity" + ], + [ + "Ġfr", + "aternity" + ], + [ + "soft", + "ware" + ], + [ + "Ġbomb", + "ings" + ], + [ + "Ġbombing", + "s" + ], + [ + "Ed", + "ited" + ], + [ + "Edit", + "ed" + ], + [ + "C", + "olon" + ], + [ + "Col", + "on" + ], + [ + "Co", + "lon" + ], + [ + "ĠGar", + "rison" + ], + [ + "-", + "orange" + ], + [ + "-or", + "ange" + ], + [ + "-o", + "range" + ], + [ + "Ġext", + "rusion" + ], + [ + "Ġextr", + "usion" + ], + [ + "ĠResponse", + "s" + ], + [ + "ĠRespons", + "es" + ], + [ + "æ", + "dia" + ], + [ + "Ġfuel", + "led" + ], + [ + "Ġfu", + "elled" + ], + [ + "Ġsupervis", + "ing" + ], + [ + "Ġsuperv", + "ising" + ], + [ + "Ġvolley", + "ball" + ], + [ + "ĠPolytechn", + "ic" + ], + [ + "B", + "ed" + ], + [ + "Be", + "d" + ], + [ + "W", + "arning" + ], + [ + "War", + "ning" + ], + [ + "b", + "road" + ], + [ + "br", + "oad" + ], + [ + "bro", + "ad" + ], + [ + "å", + "Ľ" + ], + [ + "Ġd", + "rib" + ], + [ + "Ġdr", + "ib" + ], + [ + "Ġdri", + "b" + ], + [ + "Ġth", + "awing" + ], + [ + "Ġthaw", + "ing" + ], + [ + "Ġ", + "licking" + ], + [ + "Ġl", + "icking" + ], + [ + "Ġlic", + "king" + ], + [ + "Ġli", + "cking" + ], + [ + "Ġlick", + "ing" + ], + [ + "ĠT", + "ie" + ], + [ + "ĠTi", + "e" + ], + [ + "an", + "them" + ], + [ + "ant", + "hem" + ], + [ + "anth", + "em" + ], + [ + "u", + "rea" + ], + [ + "ur", + "ea" + ], + [ + "ure", + "a" + ], + [ + "ĠR", + "osal" + ], + [ + "ĠRo", + "sal" + ], + [ + "ĠRos", + "al" + ], + [ + "ĠRosa", + "l" + ], + [ + "ĠN", + "il" + ], + [ + "ĠNi", + "l" + ], + [ + "ĠO", + "verse" + ], + [ + "ĠOver", + "se" + ], + [ + "ĠOvers", + "e" + ], + [ + "ĠO", + "aks" + ], + [ + "ĠOak", + "s" + ], + [ + "ĠIn", + "land" + ], + [ + "ok", + "ia" + ], + [ + "oki", + "a" + ], + [ + "ĠK", + "ui" + ], + [ + "ĠKu", + "i" + ], + [ + "Ġ", + "robe" + ], + [ + "Ġr", + "obe" + ], + [ + "Ġro", + "be" + ], + [ + "Ġrob", + "e" + ], + [ + "te", + "aching" + ], + [ + "teach", + "ing" + ], + [ + "ne", + "zzar" + ], + [ + "nez", + "zar" + ], + [ + "Ġr", + "espite" + ], + [ + "Ġresp", + "ite" + ], + [ + "Ġmon", + "olithic" + ], + [ + "Ġgl", + "adi" + ], + [ + "Ġglad", + "i" + ], + [ + "-", + "sign" + ], + [ + "-s", + "ign" + ], + [ + "Ġconst", + "rict" + ], + [ + "s", + "cribed" + ], + [ + "sc", + "ribed" + ], + [ + "scribe", + "d" + ], + [ + "As", + "ian" + ], + [ + "Asia", + "n" + ], + [ + "Ġsal", + "ute" + ], + [ + "Ġgreen", + "ery" + ], + [ + "Ġgreener", + "y" + ], + [ + "ĠM", + "arin" + ], + [ + "ĠMar", + "in" + ], + [ + "ĠMa", + "rin" + ], + [ + "ĠMari", + "n" + ], + [ + "ront", + "ium" + ], + [ + "ĠCons", + "idered" + ], + [ + "ĠConsider", + "ed" + ], + [ + "Ġs", + "onic" + ], + [ + "Ġso", + "nic" + ], + [ + "Ġson", + "ic" + ], + [ + "Ġillust", + "rious" + ], + [ + "ĠBlack", + "well" + ], + [ + "Ġdrive", + "way" + ], + [ + "-", + "lead" + ], + [ + "-l", + "ead" + ], + [ + "-le", + "ad" + ], + [ + "Ġbio", + "active" + ], + [ + "Ġoptim", + "ise" + ], + [ + "ĠProv", + "iders" + ], + [ + "ĠProvide", + "rs" + ], + [ + "ĠProvider", + "s" + ], + [ + "Ġbot", + "ulism" + ], + [ + "Ġfrag", + "ility" + ], + [ + "ĠAdv", + "ocate" + ], + [ + "ĠAdvoc", + "ate" + ], + [ + "Ġpin", + "ned" + ], + [ + "Ġpinn", + "ed" + ], + [ + "Ġrel", + "ievers" + ], + [ + "Ġrelie", + "vers" + ], + [ + "Ġrelieve", + "rs" + ], + [ + "Ġreliever", + "s" + ], + [ + "P", + "arts" + ], + [ + "Part", + "s" + ], + [ + "Par", + "ts" + ], + [ + "uy", + "gens" + ], + [ + "Ġes", + "oteric" + ], + [ + "Ġlob", + "sters" + ], + [ + "Ġlobster", + "s" + ], + [ + "Ġr", + "enting" + ], + [ + "Ġrent", + "ing" + ], + [ + "Ġren", + "ting" + ], + [ + "ĠRose", + "mary" + ], + [ + "ĠTro", + "jans" + ], + [ + "ĠTrojan", + "s" + ], + [ + "ĠVisual", + "ization" + ], + [ + "Ġgr", + "ipping" + ], + [ + "Ġgri", + "pping" + ], + [ + "Ġgrip", + "ping" + ], + [ + "ĠEve", + "rett" + ], + [ + "ĠEver", + "ett" + ], + [ + "Ġr", + "amps" + ], + [ + "Ġram", + "ps" + ], + [ + "Ġramp", + "s" + ], + [ + "ĠZ", + "hu" + ], + [ + "ĠZh", + "u" + ], + [ + "Ġgem", + "stones" + ], + [ + "Ġgems", + "tones" + ], + [ + "Ġgemstone", + "s" + ], + [ + "ĠDo", + "cs" + ], + [ + "ĠDoc", + "s" + ], + [ + "ĠTodd", + "lers" + ], + [ + "ĠToddler", + "s" + ], + [ + "ĠT", + "rout" + ], + [ + "ĠTr", + "out" + ], + [ + "ĠTro", + "ut" + ], + [ + "ĠTrou", + "t" + ], + [ + "Ġreint", + "roduction" + ], + [ + "Ġpall", + "iative" + ], + [ + "ĠHolid", + "ays" + ], + [ + "ĠHoliday", + "s" + ], + [ + "ĠHoli", + "days" + ], + [ + "Ġalve", + "olar" + ], + [ + "Ġassembl", + "ages" + ], + [ + "Ġassemblage", + "s" + ], + [ + "Count", + "ries" + ], + [ + "ĠEu", + "rek" + ], + [ + "ĠEur", + "ek" + ], + [ + "ĠEure", + "k" + ], + [ + "ĠAu", + "burn" + ], + [ + "ĠAub", + "urn" + ], + [ + "Ġlifes", + "aving" + ], + [ + "-", + "computer" + ], + [ + "-comp", + "uter" + ], + [ + "-comput", + "er" + ], + [ + "-", + "urban" + ], + [ + "P", + "ron" + ], + [ + "Pro", + "n" + ], + [ + "Pr", + "on" + ], + [ + "W", + "aste" + ], + [ + "Was", + "te" + ], + [ + "Wa", + "ste" + ], + [ + "h", + "ara" + ], + [ + "ha", + "ra" + ], + [ + "har", + "a" + ], + [ + "l", + "al" + ], + [ + "la", + "l" + ], + [ + "at", + "ius" + ], + [ + "ati", + "us" + ], + [ + "en", + "vironmental" + ], + [ + "environment", + "al" + ], + [ + "l", + "ew" + ], + [ + "le", + "w" + ], + [ + "st", + "ates" + ], + [ + "state", + "s" + ], + [ + "stat", + "es" + ], + [ + "sta", + "tes" + ], + [ + "Ġst", + "umble" + ], + [ + "ĠS", + "utherland" + ], + [ + "ĠI", + "ch" + ], + [ + "ĠIc", + "h" + ], + [ + "ĠI", + "th" + ], + [ + "ĠIt", + "h" + ], + [ + "ĠW", + "orm" + ], + [ + "ĠWor", + "m" + ], + [ + "ĠWo", + "rm" + ], + [ + "ri", + "ever" + ], + [ + "rie", + "ver" + ], + [ + "rieve", + "r" + ], + [ + "riev", + "er" + ], + [ + "âĢĿ", + ")Ċ" + ], + [ + "âĢĿ)", + "Ċ" + ], + [ + "Ġcl", + "ays" + ], + [ + "Ġclay", + "s" + ], + [ + "Ġ", + "unal" + ], + [ + "Ġu", + "nal" + ], + [ + "Ġun", + "al" + ], + [ + "Ġuna", + "l" + ], + [ + "ĠCh", + "opin" + ], + [ + "ĠCho", + "pin" + ], + [ + "ĠChop", + "in" + ], + [ + ")", + ",âĢĿ" + ], + [ + "),", + "âĢĿ" + ], + [ + "Ġhum", + "us" + ], + [ + "Ġhu", + "mus" + ], + [ + "Ġgl", + "azed" + ], + [ + "Ġglaze", + "d" + ], + [ + "Ġey", + "eg" + ], + [ + "Ġeye", + "g" + ], + [ + "-", + "maker" + ], + [ + "-m", + "aker" + ], + [ + "-ma", + "ker" + ], + [ + "Ġport", + "als" + ], + [ + "Ġportal", + "s" + ], + [ + "Ġem", + "bank" + ], + [ + "Ġemb", + "ank" + ], + [ + "Ġsc", + "hist" + ], + [ + "Ġsch", + "ist" + ], + [ + "ĠSur", + "round" + ], + [ + "oc", + "rin" + ], + [ + "ocr", + "in" + ], + [ + "A", + "LT" + ], + [ + "AL", + "T" + ], + [ + "bed", + "ded" + ], + [ + "Ġcl", + "icked" + ], + [ + "Ġclick", + "ed" + ], + [ + "ĠDi", + "wali" + ], + [ + "Con", + "text" + ], + [ + "Cont", + "ext" + ], + [ + "ĠCl", + "earing" + ], + [ + "ĠCle", + "aring" + ], + [ + "ĠClear", + "ing" + ], + [ + "Ġrub", + "rics" + ], + [ + "Ġrubric", + "s" + ], + [ + "Ġmamm", + "ary" + ], + [ + "asp", + "hem" + ], + [ + "-sh", + "irts" + ], + [ + "-shirt", + "s" + ], + [ + "C", + "SS" + ], + [ + "CS", + "S" + ], + [ + "Ġdin", + "ners" + ], + [ + "Ġdinner", + "s" + ], + [ + "ĠAcc", + "urate" + ], + [ + "Ġinc", + "identally" + ], + [ + "Ġincident", + "ally" + ], + [ + "Ġincidental", + "ly" + ], + [ + "Ġlect", + "urers" + ], + [ + "Ġlecture", + "rs" + ], + [ + "Ġlecturer", + "s" + ], + [ + "ĠE", + "SD" + ], + [ + "ĠES", + "D" + ], + [ + "ĠDe", + "aths" + ], + [ + "ĠDeath", + "s" + ], + [ + "Ġimperial", + "ist" + ], + [ + "Ġdign", + "ified" + ], + [ + "ĠMoh", + "awk" + ], + [ + "Ġquot", + "ient" + ], + [ + "Ben", + "jamin" + ], + [ + "Ġasym", + "metrical" + ], + [ + "Ġasymmetric", + "al" + ], + [ + "Ġprosec", + "utor" + ], + [ + "Ġs", + "ieve" + ], + [ + "Ġsie", + "ve" + ], + [ + "ch", + "elles" + ], + [ + "chell", + "es" + ], + [ + "chel", + "les" + ], + [ + "à¥į", + "र" + ], + [ + "à¥įà¤", + "°" + ], + [ + "Ġelic", + "ited" + ], + [ + "Ġelicit", + "ed" + ], + [ + "Ġacron", + "yms" + ], + [ + "Ġacronym", + "s" + ], + [ + "Ġp", + "ulsed" + ], + [ + "Ġpul", + "sed" + ], + [ + "Ġpulse", + "d" + ], + [ + "Ġpuls", + "ed" + ], + [ + "Ġpref", + "ixes" + ], + [ + "Ġprefix", + "es" + ], + [ + "Ġrud", + "der" + ], + [ + "current", + "ly" + ], + [ + "ĠSaw", + "yer" + ], + [ + "ĠBav", + "arian" + ], + [ + "ĠBavaria", + "n" + ], + [ + "Ġcalam", + "ity" + ], + [ + "Ġempirical", + "ly" + ], + [ + "Ġempir", + "ically" + ], + [ + "ĠStone", + "wall" + ], + [ + "ĠSton", + "ewall" + ], + [ + "Ġom", + "inous" + ], + [ + "Ġomin", + "ous" + ], + [ + "/", + "vol" + ], + [ + "/v", + "ol" + ], + [ + "B", + "ron" + ], + [ + "Bro", + "n" + ], + [ + "Br", + "on" + ], + [ + "G", + "rap" + ], + [ + "Gra", + "p" + ], + [ + "Gr", + "ap" + ], + [ + "M", + "es" + ], + [ + "Me", + "s" + ], + [ + "h", + "ands" + ], + [ + "hand", + "s" + ], + [ + "han", + "ds" + ], + [ + "p", + "ig" + ], + [ + "pi", + "g" + ], + [ + "p", + "oll" + ], + [ + "po", + "ll" + ], + [ + "pol", + "l" + ], + [ + "É", + "Ķ" + ], + [ + "s", + "em" + ], + [ + "se", + "m" + ], + [ + "ĠT", + "ract" + ], + [ + "ĠTr", + "act" + ], + [ + "ĠTra", + "ct" + ], + [ + "Ġy", + "in" + ], + [ + "ĠT", + "heses" + ], + [ + "ĠThe", + "ses" + ], + [ + "ĠTh", + "eses" + ], + [ + "ĠThese", + "s" + ], + [ + "Ġ", + "PN" + ], + [ + "ĠP", + "N" + ], + [ + "ĠB", + "LS" + ], + [ + "ĠBL", + "S" + ], + [ + "ĠB", + "enson" + ], + [ + "ĠBen", + "son" + ], + [ + "Ġ", + "OUR" + ], + [ + "ĠO", + "UR" + ], + [ + "ĠOU", + "R" + ], + [ + "ĠJ", + "R" + ], + [ + "ĠSt", + "ras" + ], + [ + "ĠStr", + "as" + ], + [ + "ĠStra", + "s" + ], + [ + "ĠK", + "ale" + ], + [ + "ĠKal", + "e" + ], + [ + "ĠKa", + "le" + ], + [ + "ins", + "ular" + ], + [ + "insula", + "r" + ], + [ + "c", + "ken" + ], + [ + "ck", + "en" + ], + [ + "cke", + "n" + ], + [ + "Ġext", + "ras" + ], + [ + "Ġextra", + "s" + ], + [ + "Ġextr", + "as" + ], + [ + "ax", + "ial" + ], + [ + "axia", + "l" + ], + [ + "ĠIs", + "abel" + ], + [ + "ĠIsa", + "bel" + ], + [ + "ĠIsab", + "el" + ], + [ + "Ġmil", + "ieu" + ], + [ + "Ġparticular", + "s" + ], + [ + "ĠAt", + "kinson" + ], + [ + "ĠAtkins", + "on" + ], + [ + "ĠE", + "xit" + ], + [ + "ĠEx", + "it" + ], + [ + "ĠEn", + "zymes" + ], + [ + "ĠEnzyme", + "s" + ], + [ + "Ġenc", + "ased" + ], + [ + "-m", + "ails" + ], + [ + "-mail", + "s" + ], + [ + "-ma", + "ils" + ], + [ + "Ġprop", + "ellers" + ], + [ + "Ġpropeller", + "s" + ], + [ + "Ġpropel", + "lers" + ], + [ + "ĠAm", + "elia" + ], + [ + "Ġ", + "acidosis" + ], + [ + "Ġacid", + "osis" + ], + [ + "AN", + "GE" + ], + [ + "ANG", + "E" + ], + [ + "ĠSm", + "ok" + ], + [ + "ĠSm", + "ooth" + ], + [ + "IT", + "ED" + ], + [ + "ITE", + "D" + ], + [ + "oc", + "rat" + ], + [ + "ocr", + "at" + ], + [ + "ĠAv", + "ailability" + ], + [ + "Ġhyper", + "active" + ], + [ + "Ġhype", + "ractive" + ], + [ + "Ġqu", + "arant" + ], + [ + "Ġquar", + "ant" + ], + [ + "ĠSer", + "bs" + ], + [ + "ĠSerb", + "s" + ], + [ + "Ġimmun", + "ology" + ], + [ + "Ġd", + "uo" + ], + [ + "Ġdu", + "o" + ], + [ + "under", + "standing" + ], + [ + "understand", + "ing" + ], + [ + "Ġoverl", + "aps" + ], + [ + "Ġoverlap", + "s" + ], + [ + "Ġrepl", + "icates" + ], + [ + "Ġreplic", + "ates" + ], + [ + "Ġreplicate", + "s" + ], + [ + "Ġreplica", + "tes" + ], + [ + "Ġwid", + "ths" + ], + [ + "Ġwidth", + "s" + ], + [ + "ĠSn", + "akes" + ], + [ + "ĠSnake", + "s" + ], + [ + "ĠN", + "icola" + ], + [ + "ĠNic", + "ola" + ], + [ + "ĠNicol", + "a" + ], + [ + "Ġlact", + "ate" + ], + [ + "ĠBra", + "ndon" + ], + [ + "ĠBr", + "andon" + ], + [ + "ĠBrand", + "on" + ], + [ + "ĠBran", + "don" + ], + [ + "Ġgame", + "tes" + ], + [ + "Ġgam", + "etes" + ], + [ + "ĠPun", + "ishment" + ], + [ + "ĠMoroc", + "can" + ], + [ + "Ġlumin", + "osity" + ], + [ + "Ġnano", + "tube" + ], + [ + "Ġnanot", + "ube" + ], + [ + "Ġscav", + "enger" + ], + [ + "Ġscavenge", + "r" + ], + [ + "Ġflax", + "seed" + ], + [ + "Ġtad", + "poles" + ], + [ + "Excess", + "ive" + ], + [ + "Exc", + "essive" + ], + [ + "Ġonsl", + "aught" + ], + [ + "uchad", + "nezzar" + ], + [ + "?", + ":" + ], + [ + "G", + "iant" + ], + [ + "Gi", + "ant" + ], + [ + "M", + "aterial" + ], + [ + "U", + "A" + ], + [ + "Ġt", + "achycardia" + ], + [ + "Ġp", + "ont" + ], + [ + "Ġpo", + "nt" + ], + [ + "ĠS", + "HA" + ], + [ + "ĠSH", + "A" + ], + [ + "ith", + "ic" + ], + [ + "g", + "ear" + ], + [ + "ge", + "ar" + ], + [ + "ĠM", + "olly" + ], + [ + "ĠMol", + "ly" + ], + [ + "ĠMoll", + "y" + ], + [ + "ill", + "ust" + ], + [ + "illus", + "t" + ], + [ + "ĠB", + "amboo" + ], + [ + "ĠB", + "rowser" + ], + [ + "ĠBrow", + "ser" + ], + [ + "ĠBrowse", + "r" + ], + [ + "ĠH", + "EPA" + ], + [ + "ĠHE", + "PA" + ], + [ + "ĠW", + "ired" + ], + [ + "ĠWi", + "red" + ], + [ + "ĠWire", + "d" + ], + [ + "Ġr", + "ationally" + ], + [ + "Ġrational", + "ly" + ], + [ + "Ġration", + "ally" + ], + [ + "ĠD", + "ell" + ], + [ + "ĠDe", + "ll" + ], + [ + "ĠDel", + "l" + ], + [ + "ĠD", + "ug" + ], + [ + "ĠDu", + "g" + ], + [ + "ĠF", + "ail" + ], + [ + "ĠFa", + "il" + ], + [ + "âĢĿ", + ":Ċ" + ], + [ + "âĢĿ:", + "Ċ" + ], + [ + "ap", + "onics" + ], + [ + "apon", + "ics" + ], + [ + "ĠJ", + "ab" + ], + [ + "ĠJa", + "b" + ], + [ + "ol", + "ogue" + ], + [ + "olog", + "ue" + ], + [ + "olo", + "gue" + ], + [ + "j", + "ected" + ], + [ + "ject", + "ed" + ], + [ + "Ġre", + "min" + ], + [ + "Ġrem", + "in" + ], + [ + "get", + "table" + ], + [ + "gett", + "able" + ], + [ + "Ġins", + "anity" + ], + [ + "Ġgu", + "itars" + ], + [ + "Ġguitar", + "s" + ], + [ + "ĠAnd", + "romeda" + ], + [ + "inc", + "ludes" + ], + [ + "include", + "s" + ], + [ + "ĠAd", + "option" + ], + [ + "ĠAdopt", + "ion" + ], + [ + "Ġcountry", + "men" + ], + [ + "Ġpost", + "graduate" + ], + [ + "Ġpost", + "menopausal" + ], + [ + "ĠZ", + "hao" + ], + [ + "ĠZh", + "ao" + ], + [ + "-", + "mouth" + ], + [ + "-m", + "outh" + ], + [ + "ĠG", + "eh" + ], + [ + "ĠGe", + "h" + ], + [ + "Ġfe", + "moral" + ], + [ + "Ġfem", + "oral" + ], + [ + "Ġhyd", + "range" + ], + [ + "Ġep", + "ileptic" + ], + [ + "Ġmis", + "trust" + ], + [ + "Ġmist", + "rust" + ], + [ + "Ġnit", + "rite" + ], + [ + "ĠRich", + "ter" + ], + [ + "ĠSam", + "son" + ], + [ + "ĠSa", + "mson" + ], + [ + "ĠSams", + "on" + ], + [ + "rem", + "lin" + ], + [ + "Ġamb", + "assadors" + ], + [ + "Ġambassador", + "s" + ], + [ + "ĠBre", + "xit" + ], + [ + "Ġ", + "Checking" + ], + [ + "ĠChe", + "cking" + ], + [ + "ĠCheck", + "ing" + ], + [ + "Ġorient", + "al" + ], + [ + "ĠPot", + "atoes" + ], + [ + "ĠPotato", + "es" + ], + [ + "u", + "tenberg" + ], + [ + "ut", + "enberg" + ], + [ + "uten", + "berg" + ], + [ + "Ġpneum", + "ococcal" + ], + [ + "ĠBal", + "anced" + ], + [ + "ĠBalance", + "d" + ], + [ + "Ġket", + "ogenic" + ], + [ + "Ġketo", + "genic" + ], + [ + "Ġproclaim", + "ing" + ], + [ + "ĠLic", + "ensed" + ], + [ + "ĠLicense", + "d" + ], + [ + "Ġk", + "erat" + ], + [ + "Ġke", + "rat" + ], + [ + "Ġker", + "at" + ], + [ + "Ġins", + "urrection" + ], + [ + "Ġinsur", + "rection" + ], + [ + "Ġaccus", + "ation" + ], + [ + "ĠC", + "PAP" + ], + [ + "ĠCP", + "AP" + ], + [ + "ĠCPA", + "P" + ], + [ + "Ġresusc", + "itation" + ], + [ + "ĠBritt", + "any" + ], + [ + "Ġgrave", + "yard" + ], + [ + "Ġgravey", + "ard" + ], + [ + ".", + "You" + ], + [ + ".Y", + "ou" + ], + [ + "C", + "ool" + ], + [ + "Co", + "ol" + ], + [ + "F", + "ear" + ], + [ + "Fe", + "ar" + ], + [ + "R", + "aw" + ], + [ + "Ra", + "w" + ], + [ + "g", + "one" + ], + [ + "go", + "ne" + ], + [ + "gon", + "e" + ], + [ + "Ä", + "Ł" + ], + [ + "Ġt", + "ai" + ], + [ + "Ġta", + "i" + ], + [ + "Ġc", + "igar" + ], + [ + "Ġn", + "aps" + ], + [ + "Ġna", + "ps" + ], + [ + "Ġnap", + "s" + ], + [ + "ĠS", + "anger" + ], + [ + "ĠSan", + "ger" + ], + [ + "ĠSang", + "er" + ], + [ + "e", + "ler" + ], + [ + "el", + "er" + ], + [ + "ele", + "r" + ], + [ + "ĠW", + "oll" + ], + [ + "ĠWol", + "l" + ], + [ + "ĠWo", + "ll" + ], + [ + "ĠO", + "ils" + ], + [ + "ĠOil", + "s" + ], + [ + "ĠSt", + "uff" + ], + [ + "ph", + "osphate" + ], + [ + "phosph", + "ate" + ], + [ + "Ġunder", + "lies" + ], + [ + "Ġunderlie", + "s" + ], + [ + "h", + "enes" + ], + [ + "he", + "nes" + ], + [ + "hen", + "es" + ], + [ + "hene", + "s" + ], + [ + "r", + "opods" + ], + [ + "rop", + "ods" + ], + [ + "ropod", + "s" + ], + [ + "Ġtake", + "over" + ], + [ + "âĢĶ", + "s" + ], + [ + "c", + "ompl" + ], + [ + "com", + "pl" + ], + [ + "comp", + "l" + ], + [ + "Ġimpro", + "bable" + ], + [ + "-", + "fact" + ], + [ + "-f", + "act" + ], + [ + "ĠS", + "harma" + ], + [ + "ĠSh", + "arma" + ], + [ + "ĠShar", + "ma" + ], + [ + "ĠCl", + "othing" + ], + [ + "ĠCloth", + "ing" + ], + [ + "ĠClo", + "thing" + ], + [ + "-p", + "repared" + ], + [ + "Ġpaper", + "back" + ], + [ + "Ġd", + "igs" + ], + [ + "Ġdi", + "gs" + ], + [ + "Ġdig", + "s" + ], + [ + "ĠPr", + "EP" + ], + [ + "Ġmagn", + "itudes" + ], + [ + "Ġmagnitude", + "s" + ], + [ + "ĠPre", + "judice" + ], + [ + "I", + "CO" + ], + [ + "IC", + "O" + ], + [ + "ĠIn", + "stant" + ], + [ + "ĠInst", + "ant" + ], + [ + "Ġgraph", + "ically" + ], + [ + "Ġgraphic", + "ally" + ], + [ + "Ġgraphical", + "ly" + ], + [ + "Ġden", + "oting" + ], + [ + "Ġinh", + "abits" + ], + [ + "Ġinhabit", + "s" + ], + [ + "Ġinhab", + "its" + ], + [ + "ĠAir", + "borne" + ], + [ + "Ġkil", + "ns" + ], + [ + "Ġkiln", + "s" + ], + [ + "n", + "icious" + ], + [ + "nic", + "ious" + ], + [ + "ni", + "cious" + ], + [ + "Ġ", + "Anyway" + ], + [ + "ĠAny", + "way" + ], + [ + "pat", + "ients" + ], + [ + "patient", + "s" + ], + [ + "Ġt", + "anker" + ], + [ + "Ġtank", + "er" + ], + [ + "Ġtan", + "ker" + ], + [ + "Se", + "ason" + ], + [ + "Sea", + "son" + ], + [ + "ĠS", + "inging" + ], + [ + "ĠSing", + "ing" + ], + [ + "ĠSin", + "ging" + ], + [ + "ĠPo", + "et" + ], + [ + "ĠPoe", + "t" + ], + [ + "rot", + "tle" + ], + [ + "C", + "HA" + ], + [ + "CH", + "A" + ], + [ + "s", + "weet" + ], + [ + "swe", + "et" + ], + [ + "ou", + "bt" + ], + [ + "oub", + "t" + ], + [ + "Ġalien", + "ated" + ], + [ + "ÑĢ", + "и" + ], + [ + "ĠYe", + "ats" + ], + [ + "fig", + "ured" + ], + [ + "figure", + "d" + ], + [ + "Ġell", + "ipse" + ], + [ + "Ġellips", + "e" + ], + [ + "ĠConcer", + "ned" + ], + [ + "ĠConcern", + "ed" + ], + [ + "ĠP", + "andemic" + ], + [ + "ĠPand", + "emic" + ], + [ + "Ġcytok", + "ine" + ], + [ + "prim", + "arily" + ], + [ + "Ġcler", + "ks" + ], + [ + "Ġclerk", + "s" + ], + [ + "-function", + "ing" + ], + [ + "ĠNews", + "papers" + ], + [ + "ĠNewsp", + "apers" + ], + [ + "ĠNewspaper", + "s" + ], + [ + "Ġorang", + "utans" + ], + [ + "Ġsmel", + "ting" + ], + [ + "Ġsmelt", + "ing" + ], + [ + "Ġbloods", + "hed" + ], + [ + "Ġdisd", + "ain" + ], + [ + "H", + "em" + ], + [ + "He", + "m" + ], + [ + "N", + "i" + ], + [ + "P", + "erm" + ], + [ + "Pe", + "rm" + ], + [ + "Per", + "m" + ], + [ + "f", + "rog" + ], + [ + "fr", + "og" + ], + [ + "f", + "inger" + ], + [ + "fin", + "ger" + ], + [ + "fing", + "er" + ], + [ + "f", + "oil" + ], + [ + "fo", + "il" + ], + [ + "k", + "ish" + ], + [ + "ki", + "sh" + ], + [ + "v", + "ara" + ], + [ + "va", + "ra" + ], + [ + "var", + "a" + ], + [ + "æ", + "Ī" + ], + [ + "in", + "te" + ], + [ + "int", + "e" + ], + [ + "Ġ", + "wi" + ], + [ + "Ġw", + "i" + ], + [ + "Ġ", + "fus" + ], + [ + "Ġf", + "us" + ], + [ + "Ġfu", + "s" + ], + [ + "Ġre", + "forestation" + ], + [ + "Ġref", + "orestation" + ], + [ + "ch", + "ins" + ], + [ + "chi", + "ns" + ], + [ + "chin", + "s" + ], + [ + "Ġ", + "yrs" + ], + [ + "Ġy", + "rs" + ], + [ + "Ġyr", + "s" + ], + [ + "ĠS", + "EN" + ], + [ + "ĠSE", + "N" + ], + [ + "Ġ", + "PAC" + ], + [ + "ĠP", + "AC" + ], + [ + "ĠPA", + "C" + ], + [ + "ĠB", + "ike" + ], + [ + "ĠBi", + "ke" + ], + [ + "ĠBik", + "e" + ], + [ + "ac", + "ids" + ], + [ + "acid", + "s" + ], + [ + "aci", + "ds" + ], + [ + "Ġse", + "ah" + ], + [ + "Ġsea", + "h" + ], + [ + "ĠG", + "an" + ], + [ + "ĠGa", + "n" + ], + [ + "ĠG", + "IF" + ], + [ + "ĠGI", + "F" + ], + [ + "Ġ", + "JM" + ], + [ + "ĠJ", + "M" + ], + [ + "Ġte", + "eming" + ], + [ + "or", + "dered" + ], + [ + "ord", + "ered" + ], + [ + "order", + "ed" + ], + [ + "orde", + "red" + ], + [ + "ces", + "tershire" + ], + [ + "cester", + "shire" + ], + [ + "Ġ", + "quakes" + ], + [ + "Ġqu", + "akes" + ], + [ + "Ġquake", + "s" + ], + [ + "ph", + "rase" + ], + [ + "ĠCh", + "ances" + ], + [ + "ĠChance", + "s" + ], + [ + "ĠChan", + "ces" + ], + [ + "ĠCha", + "nces" + ], + [ + "Ġexp", + "ire" + ], + [ + "Ġdef", + "lection" + ], + [ + "Ġdeflect", + "ion" + ], + [ + "Ġcur", + "ators" + ], + [ + "Ġcurator", + "s" + ], + [ + "Ġcu", + "rators" + ], + [ + "Ġg", + "loom" + ], + [ + "Ġgl", + "oom" + ], + [ + "Ġglo", + "om" + ], + [ + "Ġb", + "rim" + ], + [ + "Ġbr", + "im" + ], + [ + "Ġbri", + "m" + ], + [ + "-s", + "eries" + ], + [ + "-se", + "ries" + ], + [ + "-ser", + "ies" + ], + [ + "ug", + "reek" + ], + [ + "Ġhead", + "quartered" + ], + [ + "ox", + "if" + ], + [ + "b", + "ride" + ], + [ + "br", + "ide" + ], + [ + "brid", + "e" + ], + [ + "bri", + "de" + ], + [ + "Ġpath", + "ologies" + ], + [ + "ĠYork", + "er" + ], + [ + "ĠYor", + "ker" + ], + [ + "c", + "ells" + ], + [ + "cell", + "s" + ], + [ + "cel", + "ls" + ], + [ + "aly", + "ptic" + ], + [ + "alypt", + "ic" + ], + [ + "ĠH", + "era" + ], + [ + "ĠHe", + "ra" + ], + [ + "ĠHer", + "a" + ], + [ + "Ġhy", + "phen" + ], + [ + "Ġhyp", + "hen" + ], + [ + "Ġsurvey", + "ors" + ], + [ + "Ġsurveyor", + "s" + ], + [ + "-", + "August" + ], + [ + "-A", + "ugust" + ], + [ + "m", + "atics" + ], + [ + "ma", + "tics" + ], + [ + "mat", + "ics" + ], + [ + "matic", + "s" + ], + [ + "e", + "yer" + ], + [ + "ey", + "er" + ], + [ + "eye", + "r" + ], + [ + "Ġconsumer", + "ism" + ], + [ + "Ġconsume", + "rism" + ], + [ + "Every", + "body" + ], + [ + "ĠMer", + "chant" + ], + [ + "ĠMerch", + "ant" + ], + [ + "-", + "vacc" + ], + [ + "-v", + "acc" + ], + [ + "Ġneg", + "lecting" + ], + [ + "Ġneglect", + "ing" + ], + [ + "Ġnegl", + "ecting" + ], + [ + "Ġsp", + "arking" + ], + [ + "Ġspark", + "ing" + ], + [ + "Ġspar", + "king" + ], + [ + "Ġpat", + "riot" + ], + [ + "Ġpatri", + "ot" + ], + [ + "ĠY", + "eh" + ], + [ + "ĠYe", + "h" + ], + [ + "Ġantiqu", + "ities" + ], + [ + "Ins", + "ert" + ], + [ + "Ġimagin", + "able" + ], + [ + "ĠRud", + "olph" + ], + [ + "Port", + "ug" + ], + [ + "Ġintim", + "idated" + ], + [ + "Ġintimid", + "ated" + ], + [ + "Ġintimidate", + "d" + ], + [ + "Ġrepell", + "ents" + ], + [ + "Ġrepellent", + "s" + ], + [ + "Ġextingu", + "ished" + ], + [ + "Ġextinguish", + "ed" + ], + [ + "ĠBre", + "wer" + ], + [ + "ĠBrew", + "er" + ], + [ + "Ġlan", + "terns" + ], + [ + "Ġlantern", + "s" + ], + [ + "Ġdich", + "otomy" + ], + [ + "Ġdichotom", + "y" + ], + [ + "ĠBAS", + "IC" + ], + [ + "Ġhern", + "iated" + ], + [ + "Ġhernia", + "ted" + ], + [ + "ĠChau", + "cer" + ], + [ + "ĠAde", + "quate" + ], + [ + "ĠWhats", + "App" + ], + [ + "Ġinquis", + "itive" + ], + [ + ")", + "=" + ], + [ + "L", + "ots" + ], + [ + "Lo", + "ts" + ], + [ + "f", + "ected" + ], + [ + "fect", + "ed" + ], + [ + "g", + "ut" + ], + [ + "gu", + "t" + ], + [ + "t", + "rain" + ], + [ + "tra", + "in" + ], + [ + "tr", + "ain" + ], + [ + "Ê", + "Ĭ" + ], + [ + "à", + "´" + ], + [ + "on", + "autical" + ], + [ + "ona", + "utical" + ], + [ + "onaut", + "ical" + ], + [ + "o", + "rity" + ], + [ + "or", + "ity" + ], + [ + "ori", + "ty" + ], + [ + "Ġ", + "bh" + ], + [ + "Ġb", + "h" + ], + [ + "Ġf", + "ashions" + ], + [ + "Ġfashion", + "s" + ], + [ + "Ġe", + "jection" + ], + [ + "Ġeject", + "ion" + ], + [ + "ĠW", + "ax" + ], + [ + "ĠWa", + "x" + ], + [ + "Ġn", + "eem" + ], + [ + "Ġne", + "em" + ], + [ + "ĠD", + "ixon" + ], + [ + "ĠDi", + "xon" + ], + [ + "ĠDix", + "on" + ], + [ + "ĠE", + "FF" + ], + [ + "ĠEF", + "F" + ], + [ + "Ġ", + "Thou" + ], + [ + "ĠT", + "hou" + ], + [ + "ĠTh", + "ou" + ], + [ + "Ġper", + "ovsk" + ], + [ + "Ġun", + "ify" + ], + [ + "Ġin", + "fall" + ], + [ + "Ġinf", + "all" + ], + [ + "Ġpre", + "cepts" + ], + [ + "Ġtwo", + "fold" + ], + [ + "ĠHe", + "idelberg" + ], + [ + "g", + "ett" + ], + [ + "ge", + "tt" + ], + [ + "get", + "t" + ], + [ + "-s", + "itu" + ], + [ + "Ġpos", + "its" + ], + [ + "Ġposit", + "s" + ], + [ + "Ġdev", + "ising" + ], + [ + "Ġfore", + "runner" + ], + [ + "il", + "arious" + ], + [ + "ilar", + "ious" + ], + [ + "ila", + "rious" + ], + [ + "l", + "oe" + ], + [ + "lo", + "e" + ], + [ + "ĠNe", + "umann" + ], + [ + "ĠNeu", + "mann" + ], + [ + "r", + "osine" + ], + [ + "ros", + "ine" + ], + [ + "Ġtele", + "metry" + ], + [ + "Ġblog", + "gers" + ], + [ + "Ġblogger", + "s" + ], + [ + "Ġsen", + "ate" + ], + [ + "ĠOcean", + "ia" + ], + [ + "Ġper", + "ceiving" + ], + [ + "Ġperce", + "iving" + ], + [ + "Am", + "azon" + ], + [ + "Ġsubsc", + "riber" + ], + [ + "Ġsubscribe", + "r" + ], + [ + "ĠFair", + "fax" + ], + [ + "ĠProduct", + "ivity" + ], + [ + "ĠAltern", + "atives" + ], + [ + "ĠAlternative", + "s" + ], + [ + "ĠO", + "ptics" + ], + [ + "ĠOp", + "tics" + ], + [ + "ĠOpt", + "ics" + ], + [ + "ĠInnov", + "ations" + ], + [ + "ĠInnovation", + "s" + ], + [ + "Ġconstitu", + "ency" + ], + [ + "Ġ", + "Evaluating" + ], + [ + "ĠE", + "valuating" + ], + [ + "ĠEval", + "uating" + ], + [ + "Ġisot", + "opic" + ], + [ + "Ġr", + "ustic" + ], + [ + "Ġru", + "stic" + ], + [ + "Ġrust", + "ic" + ], + [ + "Har", + "vest" + ], + [ + "ĠFlor", + "ent" + ], + [ + "ĠFlore", + "nt" + ], + [ + "ĠFlo", + "rent" + ], + [ + "ĠImm", + "unity" + ], + [ + "ĠImmun", + "ity" + ], + [ + "ĠIg", + "E" + ], + [ + "ĠU", + "TI" + ], + [ + "ĠUT", + "I" + ], + [ + "Ġsp", + "oof" + ], + [ + "Ġspo", + "of" + ], + [ + "Ġunle", + "ash" + ], + [ + "ĠAlb", + "anian" + ], + [ + "ĠAlban", + "ian" + ], + [ + "ĠAlbania", + "n" + ], + [ + "ĠAlba", + "nian" + ], + [ + "Ġextingu", + "ish" + ], + [ + "Ġsupers", + "eded" + ], + [ + "Ġpale", + "ontologists" + ], + [ + "Ġpaleont", + "ologists" + ], + [ + "Ġpaleontologist", + "s" + ], + [ + "ĠS", + "plit" + ], + [ + "ĠSp", + "lit" + ], + [ + "ĠSpl", + "it" + ], + [ + "Ġpanor", + "ama" + ], + [ + "ĠRodrig", + "uez" + ], + [ + "Ġdeseg", + "regation" + ], + [ + "Ġfurthe", + "st" + ], + [ + "Ġunins", + "ured" + ], + [ + "-", + "Pro" + ], + [ + "-P", + "ro" + ], + [ + "-Pr", + "o" + ], + [ + "B", + "BC" + ], + [ + "BB", + "C" + ], + [ + "D", + "ead" + ], + [ + "De", + "ad" + ], + [ + "D", + "iseases" + ], + [ + "Disease", + "s" + ], + [ + "I", + "l" + ], + [ + "M", + "OD" + ], + [ + "MO", + "D" + ], + [ + "N", + "av" + ], + [ + "Na", + "v" + ], + [ + "P", + "ages" + ], + [ + "Page", + "s" + ], + [ + "Pa", + "ges" + ], + [ + "e", + "aux" + ], + [ + "ea", + "ux" + ], + [ + "t", + "it" + ], + [ + "ti", + "t" + ], + [ + "t", + "ow" + ], + [ + "to", + "w" + ], + [ + "h", + "eal" + ], + [ + "he", + "al" + ], + [ + "hea", + "l" + ], + [ + "on", + "acci" + ], + [ + "ona", + "cci" + ], + [ + "e", + "rus" + ], + [ + "er", + "us" + ], + [ + "en", + "zyme" + ], + [ + "ĠC", + "ognition" + ], + [ + "ĠP", + "ia" + ], + [ + "ĠPi", + "a" + ], + [ + "i", + "vol" + ], + [ + "iv", + "ol" + ], + [ + "ivo", + "l" + ], + [ + "Ġr", + "iddle" + ], + [ + "ĠF", + "H" + ], + [ + "Ġ", + "RI" + ], + [ + "ĠR", + "I" + ], + [ + "Ġsh", + "akes" + ], + [ + "Ġshake", + "s" + ], + [ + "ĠG", + "ing" + ], + [ + "ĠGi", + "ng" + ], + [ + "ĠGin", + "g" + ], + [ + "ĠY", + "ong" + ], + [ + "ĠYo", + "ng" + ], + [ + "ĠYon", + "g" + ], + [ + "o", + "yce" + ], + [ + "oy", + "ce" + ], + [ + "Ġend", + "lessly" + ], + [ + "Ġendless", + "ly" + ], + [ + "Ġca", + "pit" + ], + [ + "Ġcap", + "it" + ], + [ + "-", + "film" + ], + [ + "-f", + "ilm" + ], + [ + "-fi", + "lm" + ], + [ + "-fil", + "m" + ], + [ + "Ġcal", + "dera" + ], + [ + "ĠC", + "olt" + ], + [ + "ĠCol", + "t" + ], + [ + "ĠCo", + "lt" + ], + [ + "ox", + "ins" + ], + [ + "oxin", + "s" + ], + [ + "emic", + "onduct" + ], + [ + "emi", + "conduct" + ], + [ + "r", + "ady" + ], + [ + "ra", + "dy" + ], + [ + "rad", + "y" + ], + [ + "ĠEm", + "manuel" + ], + [ + "ĠBar", + "riers" + ], + [ + "ĠBarrier", + "s" + ], + [ + "ĠBarr", + "iers" + ], + [ + "ĠV", + "alle" + ], + [ + "ĠVal", + "le" + ], + [ + "ĠVa", + "lle" + ], + [ + "ĠVall", + "e" + ], + [ + "ĠWork", + "book" + ], + [ + "ĠSun", + "light" + ], + [ + "ĠHuman", + "itarian" + ], + [ + "-", + "net" + ], + [ + "-n", + "et" + ], + [ + "-ne", + "t" + ], + [ + "ĠE", + "lections" + ], + [ + "ĠEl", + "ections" + ], + [ + "ĠElect", + "ions" + ], + [ + "ĠEle", + "ctions" + ], + [ + "ĠElection", + "s" + ], + [ + "Ġdoubt", + "less" + ], + [ + "Ġinequ", + "ity" + ], + [ + "Ġran", + "ching" + ], + [ + "Ġranc", + "hing" + ], + [ + "Ġranch", + "ing" + ], + [ + "-", + "World" + ], + [ + "-W", + "orld" + ], + [ + "Ġbe", + "eh" + ], + [ + "Ġbee", + "h" + ], + [ + "Ġmemor", + "ized" + ], + [ + "Ġmemorize", + "d" + ], + [ + "Ġcav", + "eat" + ], + [ + "Ġcave", + "at" + ], + [ + "ĠB", + "aum" + ], + [ + "ĠBa", + "um" + ], + [ + "ĠBau", + "m" + ], + [ + "ĠH", + "iggins" + ], + [ + "ĠHig", + "gins" + ], + [ + "Ġh", + "inders" + ], + [ + "Ġhind", + "ers" + ], + [ + "Ġhinder", + "s" + ], + [ + "ĠP", + "ayment" + ], + [ + "ĠPay", + "ment" + ], + [ + "Ġhur", + "ried" + ], + [ + "ryst", + "als" + ], + [ + "rystal", + "s" + ], + [ + "Ġmod", + "erator" + ], + [ + "Ġmode", + "rator" + ], + [ + "Ġmoder", + "ator" + ], + [ + "Ġaston", + "ished" + ], + [ + "ĠHol", + "den" + ], + [ + "ĠHold", + "en" + ], + [ + "Impro", + "ved" + ], + [ + "Imp", + "roved" + ], + [ + "Improve", + "d" + ], + [ + "irc", + "um" + ], + [ + "Ġfigur", + "ines" + ], + [ + "ĠPO", + "ST" + ], + [ + "ĠPOS", + "T" + ], + [ + "supp", + "ort" + ], + [ + "sup", + "port" + ], + [ + "ĠMe", + "adows" + ], + [ + "ĠMead", + "ows" + ], + [ + "ĠMeadow", + "s" + ], + [ + "ĠExc", + "av" + ], + [ + "Ġatten", + "uated" + ], + [ + "Ġplacent", + "al" + ], + [ + "Ġplacenta", + "l" + ], + [ + "Ġplac", + "ental" + ], + [ + "Ġsuccumb", + "ed" + ], + [ + "Ġmisal", + "ignment" + ], + [ + "Ġplummet", + "ed" + ], + [ + "Ġsacr", + "aments" + ], + [ + "Ġsacra", + "ments" + ], + [ + "Ġsacrament", + "s" + ], + [ + "Ġvandal", + "ism" + ], + [ + "Great", + "er" + ], + [ + "Gre", + "ater" + ], + [ + "Ġprolet", + "ariat" + ], + [ + "Ġsynov", + "ial" + ], + [ + "/", + "about" + ], + [ + "J", + "ackson" + ], + [ + "Jack", + "son" + ], + [ + "d", + "ir" + ], + [ + "di", + "r" + ], + [ + "f", + "ollowing" + ], + [ + "fol", + "lowing" + ], + [ + "follow", + "ing" + ], + [ + "Ġo", + "asis" + ], + [ + "Ġp", + "ang" + ], + [ + "Ġpan", + "g" + ], + [ + "Ġpa", + "ng" + ], + [ + "Ġp", + "omp" + ], + [ + "Ġpo", + "mp" + ], + [ + "Ġpom", + "p" + ], + [ + "ic", + "itis" + ], + [ + "icit", + "is" + ], + [ + "ici", + "tis" + ], + [ + "ĠT", + "uberculosis" + ], + [ + "ĠA", + "ED" + ], + [ + "ĠAE", + "D" + ], + [ + "a", + "mus" + ], + [ + "am", + "us" + ], + [ + "amu", + "s" + ], + [ + "ĠThe", + "ological" + ], + [ + "u", + "mor" + ], + [ + "um", + "or" + ], + [ + "Ġ", + "rick" + ], + [ + "Ġr", + "ick" + ], + [ + "Ġric", + "k" + ], + [ + "ĠD", + "anger" + ], + [ + "ĠDan", + "ger" + ], + [ + "ĠF", + "AT" + ], + [ + "ĠFA", + "T" + ], + [ + "ĠIn", + "let" + ], + [ + "e", + "pad" + ], + [ + "ep", + "ad" + ], + [ + "epa", + "d" + ], + [ + "Ġout", + "raged" + ], + [ + "Ġoutrage", + "d" + ], + [ + "Ġun", + "met" + ], + [ + "Ġunm", + "et" + ], + [ + "Ġcar", + "riages" + ], + [ + "Ġcarriage", + "s" + ], + [ + "cept", + "ual" + ], + [ + "Ġc", + "urative" + ], + [ + "Ġcur", + "ative" + ], + [ + "Ġcu", + "rative" + ], + [ + "âĢľ", + "C" + ], + [ + "h", + "yn" + ], + [ + "hy", + "n" + ], + [ + "ĠC", + "arry" + ], + [ + "ĠCar", + "ry" + ], + [ + "ĠCarr", + "y" + ], + [ + "Ġtax", + "able" + ], + [ + "Ġtaxa", + "ble" + ], + [ + "ĠRe", + "clamation" + ], + [ + "ĠRec", + "lamation" + ], + [ + "Ġstar", + "ring" + ], + [ + "Ġforward", + "ing" + ], + [ + "rehens", + "ive" + ], + [ + "z", + "zo" + ], + [ + "zz", + "o" + ], + [ + "Ġthr", + "illing" + ], + [ + "Ġthrill", + "ing" + ], + [ + "Ġuns", + "upervised" + ], + [ + "Ġhyper", + "gly" + ], + [ + "oster", + "oid" + ], + [ + "oste", + "roid" + ], + [ + "ĠProv", + "ider" + ], + [ + "ĠProvide", + "r" + ], + [ + "ĠPract", + "icing" + ], + [ + "Ġmanip", + "ulations" + ], + [ + "Ġmanipulation", + "s" + ], + [ + "ĠD", + "arius" + ], + [ + "ĠDar", + "ius" + ], + [ + "ĠDa", + "rius" + ], + [ + "Ġprox", + "ies" + ], + [ + "ĠJackson", + "ville" + ], + [ + "ĠAud", + "it" + ], + [ + "ĠAudi", + "t" + ], + [ + "ĠInteg", + "rative" + ], + [ + "M", + "Es" + ], + [ + "ME", + "s" + ], + [ + "Ġthumb", + "nail" + ], + [ + "some", + "one" + ], + [ + "ĠAn", + "alyst" + ], + [ + "ĠAnaly", + "st" + ], + [ + "ĠAnal", + "yst" + ], + [ + "Ġcha", + "tting" + ], + [ + "Ġchat", + "ting" + ], + [ + "Ġst", + "eward" + ], + [ + "Ġste", + "ward" + ], + [ + "Ġstew", + "ard" + ], + [ + "a", + "byte" + ], + [ + "aby", + "te" + ], + [ + "ĠTrib", + "unal" + ], + [ + "-", + "Chief" + ], + [ + "-Ch", + "ief" + ], + [ + "Ġobey", + "ed" + ], + [ + "Ġobe", + "yed" + ], + [ + "ĠLib", + "rarian" + ], + [ + "ĠLibr", + "arian" + ], + [ + "ĠLibra", + "rian" + ], + [ + "ĠMack", + "enzie" + ], + [ + "ĠMe", + "adow" + ], + [ + "ĠMead", + "ow" + ], + [ + "Ġscram", + "bled" + ], + [ + "Ġscramble", + "d" + ], + [ + "ĠSuz", + "uki" + ], + [ + "Ġvamp", + "ire" + ], + [ + "Ġpav", + "ilion" + ], + [ + "F", + "eeding" + ], + [ + "Fe", + "eding" + ], + [ + "Feed", + "ing" + ], + [ + "[", + "edit" + ], + [ + "f", + "ilm" + ], + [ + "fi", + "lm" + ], + [ + "fil", + "m" + ], + [ + "o", + "ia" + ], + [ + "oi", + "a" + ], + [ + "es", + "ley" + ], + [ + "al", + "cul" + ], + [ + "alc", + "ul" + ], + [ + "al", + "oxone" + ], + [ + "Ġh", + "ikes" + ], + [ + "Ġhike", + "s" + ], + [ + "Ġhi", + "kes" + ], + [ + "ĠT", + "rium" + ], + [ + "ĠTr", + "ium" + ], + [ + "ĠTri", + "um" + ], + [ + "ĠP", + "eck" + ], + [ + "ĠPe", + "ck" + ], + [ + "ĠPec", + "k" + ], + [ + "ĠD", + "au" + ], + [ + "ĠDa", + "u" + ], + [ + "ĠG", + "unn" + ], + [ + "ĠGu", + "nn" + ], + [ + "ĠGun", + "n" + ], + [ + "Ġpl", + "ugging" + ], + [ + "Ġplug", + "ging" + ], + [ + "Ġcomp", + "lying" + ], + [ + "Ġcompl", + "ying" + ], + [ + "Ġcomply", + "ing" + ], + [ + "ĠJ", + "ensen" + ], + [ + "ĠJen", + "sen" + ], + [ + "Ġper", + "col" + ], + [ + "Ġperc", + "ol" + ], + [ + "ie", + "vers" + ], + [ + "ieve", + "rs" + ], + [ + "iev", + "ers" + ], + [ + "Ġover", + "due" + ], + [ + "Ġoverd", + "ue" + ], + [ + "ĠC", + "hol" + ], + [ + "ĠCh", + "ol" + ], + [ + "ĠCho", + "l" + ], + [ + "ĠV", + "ote" + ], + [ + "ĠVo", + "te" + ], + [ + "ict", + "ional" + ], + [ + "iction", + "al" + ], + [ + "Ġsoc", + "iologists" + ], + [ + "Ġsociologist", + "s" + ], + [ + "Ġschool", + "work" + ], + [ + "Ġequ", + "ated" + ], + [ + "Ġequate", + "d" + ], + [ + "-s", + "helf" + ], + [ + "-sh", + "elf" + ], + [ + "an", + "guard" + ], + [ + "angu", + "ard" + ], + [ + "Ġris", + "ked" + ], + [ + "Ġrisk", + "ed" + ], + [ + "Ġmus", + "sel" + ], + [ + "ĠPh", + "osphorus" + ], + [ + "ĠPhosph", + "orus" + ], + [ + "-", + "cross" + ], + [ + "-c", + "ross" + ], + [ + "-cr", + "oss" + ], + [ + "ĠBl", + "uff" + ], + [ + "ĠBlu", + "ff" + ], + [ + "ym", + "our" + ], + [ + "u", + "shi" + ], + [ + "us", + "hi" + ], + [ + "ush", + "i" + ], + [ + "Ġprim", + "ers" + ], + [ + "Ġprime", + "rs" + ], + [ + "Ġpri", + "mers" + ], + [ + "Ġprimer", + "s" + ], + [ + "Ġf", + "allow" + ], + [ + "Ġfall", + "ow" + ], + [ + "Ġfal", + "low" + ], + [ + "epend", + "ency" + ], + [ + "Ġl", + "atin" + ], + [ + "Ġla", + "tin" + ], + [ + "Ġlat", + "in" + ], + [ + "ĠEduc", + "ate" + ], + [ + "AN", + "K" + ], + [ + "ĠChar", + "lemagne" + ], + [ + "ĠNA", + "EP" + ], + [ + "D", + "AP" + ], + [ + "DA", + "P" + ], + [ + "Ġfilm", + "makers" + ], + [ + "Ġfilmmaker", + "s" + ], + [ + "Ġinh", + "ospitable" + ], + [ + "Ab", + "d" + ], + [ + "Ġval", + "idating" + ], + [ + "Ġvalid", + "ating" + ], + [ + "Ġfacilit", + "ators" + ], + [ + "Ġfacilitator", + "s" + ], + [ + "Ġtraum", + "as" + ], + [ + "Ġtrauma", + "s" + ], + [ + "Ġtight", + "ened" + ], + [ + "Ġtighten", + "ed" + ], + [ + "ĠPan", + "els" + ], + [ + "ĠPa", + "nels" + ], + [ + "ĠPanel", + "s" + ], + [ + "Ġepis", + "odic" + ], + [ + "ĠTom", + "ato" + ], + [ + "Ġ", + "ARP" + ], + [ + "ĠA", + "RP" + ], + [ + "ĠAR", + "P" + ], + [ + "Ġentit", + "lement" + ], + [ + "Ġadult", + "er" + ], + [ + "Ġadul", + "ter" + ], + [ + "ĠP", + "aso" + ], + [ + "ĠPa", + "so" + ], + [ + "ĠPas", + "o" + ], + [ + "ĠMit", + "igation" + ], + [ + "Ġphone", + "mes" + ], + [ + "Ġphon", + "emes" + ], + [ + "Ġphoneme", + "s" + ], + [ + "Ġoverd", + "oses" + ], + [ + "Ġoverdose", + "s" + ], + [ + "Ġoverdo", + "ses" + ], + [ + "Ġathe", + "ist" + ], + [ + "-comp", + "ulsive" + ], + [ + "Ġprolif", + "erate" + ], + [ + "Ġprolifer", + "ate" + ], + [ + "Ġsubd", + "ivisions" + ], + [ + "Ġsubdivision", + "s" + ], + [ + "ĠMillenn", + "ials" + ], + [ + "ĠOrd", + "inary" + ], + [ + "ĠOrdin", + "ary" + ], + [ + "-", + "functional" + ], + [ + "-f", + "unctional" + ], + [ + "-function", + "al" + ], + [ + "Ġfauc", + "ets" + ], + [ + "Ġfaucet", + "s" + ], + [ + "ĠStrept", + "ococcus" + ], + [ + "ĠGorb", + "achev" + ], + [ + "\"", + "-" + ], + [ + "A", + "rist" + ], + [ + "Ar", + "ist" + ], + [ + "L", + "IN" + ], + [ + "LI", + "N" + ], + [ + "P", + "olar" + ], + [ + "Pol", + "ar" + ], + [ + "Po", + "lar" + ], + [ + "P", + "akistan" + ], + [ + "f", + "usion" + ], + [ + "fus", + "ion" + ], + [ + "v", + "ian" + ], + [ + "vi", + "an" + ], + [ + "via", + "n" + ], + [ + "Ñ", + "Ĩ" + ], + [ + "Ö", + "µ" + ], + [ + "o", + "uin" + ], + [ + "ou", + "in" + ], + [ + "um", + "sy" + ], + [ + "ums", + "y" + ], + [ + "ĠD", + "ane" + ], + [ + "ĠDan", + "e" + ], + [ + "ĠDa", + "ne" + ], + [ + "ĠN", + "aw" + ], + [ + "ĠNa", + "w" + ], + [ + "an", + "sky" + ], + [ + "ans", + "ky" + ], + [ + "ansk", + "y" + ], + [ + "Ġqu", + "ilts" + ], + [ + "Ġquilt", + "s" + ], + [ + "Ġquil", + "ts" + ], + [ + "Ġover", + "board" + ], + [ + "Ġro", + "ar" + ], + [ + "Ġr", + "aven" + ], + [ + "Ġra", + "ven" + ], + [ + "Ġrav", + "en" + ], + [ + "w", + "ei" + ], + [ + "we", + "i" + ], + [ + "Ġrep", + "ressed" + ], + [ + "Ġrepress", + "ed" + ], + [ + "Ġear", + "l" + ], + [ + "Ġmod", + "ulated" + ], + [ + "Ġmodulate", + "d" + ], + [ + "Ġca", + "udal" + ], + [ + "Ġcaud", + "al" + ], + [ + "Ġ", + "skirts" + ], + [ + "Ġsk", + "irts" + ], + [ + "Ġskirt", + "s" + ], + [ + "c", + "entric" + ], + [ + "cent", + "ric" + ], + [ + "Ġart", + "icular" + ], + [ + "Ġartic", + "ular" + ], + [ + "Ġins", + "ider" + ], + [ + "Ġinside", + "r" + ], + [ + "un", + "dered" + ], + [ + "und", + "ered" + ], + [ + "under", + "ed" + ], + [ + "unde", + "red" + ], + [ + "Ġpoint", + "less" + ], + [ + "Ġgu", + "ise" + ], + [ + "i", + "kal" + ], + [ + "ik", + "al" + ], + [ + "ika", + "l" + ], + [ + "Ġ", + "Relevant" + ], + [ + "ĠRe", + "levant" + ], + [ + "ĠCan", + "vas" + ], + [ + "Ġassoci", + "ating" + ], + [ + "Ġred", + "ox" + ], + [ + "an", + "nels" + ], + [ + "ann", + "els" + ], + [ + "annel", + "s" + ], + [ + "anne", + "ls" + ], + [ + "ĠT", + "ran" + ], + [ + "ĠTr", + "an" + ], + [ + "ĠTra", + "n" + ], + [ + "Ġex", + "crete" + ], + [ + "Ġexc", + "rete" + ], + [ + "Ġexcre", + "te" + ], + [ + "Ġexcret", + "e" + ], + [ + "A", + "RI" + ], + [ + "AR", + "I" + ], + [ + "Ġmother", + "hood" + ], + [ + "he", + "matical" + ], + [ + "hem", + "atical" + ], + [ + "hemat", + "ical" + ], + [ + "hematic", + "al" + ], + [ + "hema", + "tical" + ], + [ + "Ġsymbol", + "izing" + ], + [ + "icip", + "ated" + ], + [ + "Ġtele", + "medicine" + ], + [ + "ĠGreen", + "wood" + ], + [ + "ĠAn", + "glia" + ], + [ + "ĠAng", + "lia" + ], + [ + "ĠAngl", + "ia" + ], + [ + "ĠS", + "ubs" + ], + [ + "ĠSu", + "bs" + ], + [ + "ĠSub", + "s" + ], + [ + "Ġ", + "Seeking" + ], + [ + "ĠSee", + "king" + ], + [ + "ĠSeek", + "ing" + ], + [ + "Ġ", + "Empathy" + ], + [ + "ĠEm", + "pathy" + ], + [ + "ĠEmp", + "athy" + ], + [ + "Stud", + "ying" + ], + [ + "Study", + "ing" + ], + [ + "I", + "LY" + ], + [ + "IL", + "Y" + ], + [ + "Ġ<", + "-" + ], + [ + "Qu", + "ery" + ], + [ + "Que", + "ry" + ], + [ + "Ġthanks", + "giving" + ], + [ + "Ġmetabol", + "ized" + ], + [ + "Ġmetabolize", + "d" + ], + [ + "ĠLy", + "ons" + ], + [ + "ĠLyon", + "s" + ], + [ + "ä", + "n" + ], + [ + "Ġ", + "esters" + ], + [ + "Ġe", + "sters" + ], + [ + "Ġest", + "ers" + ], + [ + "Ġes", + "ters" + ], + [ + "Ġester", + "s" + ], + [ + "rac", + "otta" + ], + [ + "ĠB", + "aden" + ], + [ + "ĠBa", + "den" + ], + [ + "ĠBad", + "en" + ], + [ + "Ġcr", + "ore" + ], + [ + "Ġcro", + "re" + ], + [ + "Less", + "ons" + ], + [ + "Lesson", + "s" + ], + [ + "Les", + "sons" + ], + [ + "ĠC", + "abin" + ], + [ + "ĠCa", + "bin" + ], + [ + "ĠCab", + "in" + ], + [ + "Ġensl", + "avement" + ], + [ + "ĠEmploy", + "ee" + ], + [ + "ĠFu", + "ji" + ], + [ + "ĠFuj", + "i" + ], + [ + "-ra", + "ising" + ], + [ + "Ġapolog", + "ize" + ], + [ + "ĠSupplement", + "al" + ], + [ + "Ġsober", + "ing" + ], + [ + "ĠCliff", + "ord" + ], + [ + "Ġse", + "agrass" + ], + [ + "Ġsea", + "grass" + ], + [ + "Ġseag", + "rass" + ], + [ + "Ġcyn", + "ical" + ], + [ + "Ġcynic", + "al" + ], + [ + "Ġzoon", + "otic" + ], + [ + ":", + "The" + ], + [ + "B", + "et" + ], + [ + "Be", + "t" + ], + [ + "D", + "ie" + ], + [ + "Di", + "e" + ], + [ + "S", + "ky" + ], + [ + "Sk", + "y" + ], + [ + "b", + "ent" + ], + [ + "be", + "nt" + ], + [ + "ben", + "t" + ], + [ + "f", + "elt" + ], + [ + "fe", + "lt" + ], + [ + "fel", + "t" + ], + [ + "f", + "ishes" + ], + [ + "fish", + "es" + ], + [ + "i", + "ogram" + ], + [ + "io", + "gram" + ], + [ + "r", + "ang" + ], + [ + "ra", + "ng" + ], + [ + "ran", + "g" + ], + [ + "w", + "olf" + ], + [ + "y", + "ar" + ], + [ + "ya", + "r" + ], + [ + "at", + "ists" + ], + [ + "ati", + "sts" + ], + [ + "atis", + "ts" + ], + [ + "atist", + "s" + ], + [ + "Ġin", + "appropriately" + ], + [ + "Ġinappropriate", + "ly" + ], + [ + "Ġd", + "aisy" + ], + [ + "Ġda", + "isy" + ], + [ + "Ġdais", + "y" + ], + [ + "Ġ", + "thi" + ], + [ + "Ġt", + "hi" + ], + [ + "Ġth", + "i" + ], + [ + "r", + "andom" + ], + [ + "ra", + "ndom" + ], + [ + "ran", + "dom" + ], + [ + "rand", + "om" + ], + [ + "Ġf", + "ors" + ], + [ + "Ġfor", + "s" + ], + [ + "Ġfo", + "rs" + ], + [ + "ĠC", + "rim" + ], + [ + "ĠCr", + "im" + ], + [ + "Ġcon", + "versely" + ], + [ + "Ġconverse", + "ly" + ], + [ + "o", + "prop" + ], + [ + "op", + "rop" + ], + [ + "âĢĻ", + "Brien" + ], + [ + "ĠB", + "ury" + ], + [ + "ĠBur", + "y" + ], + [ + "ĠBu", + "ry" + ], + [ + "ĠB", + "iod" + ], + [ + "ĠBi", + "od" + ], + [ + "ĠBio", + "d" + ], + [ + "ĠE", + "hr" + ], + [ + "ĠEh", + "r" + ], + [ + "ĠL", + "arson" + ], + [ + "ĠLar", + "son" + ], + [ + "ĠLars", + "on" + ], + [ + "pl", + "asm" + ], + [ + "Ġte", + "ase" + ], + [ + "Ġtea", + "se" + ], + [ + "Ġteas", + "e" + ], + [ + "Ġup", + "keep" + ], + [ + "ph", + "thal" + ], + [ + "Ġdes", + "ensit" + ], + [ + "Ġdec", + "ays" + ], + [ + "Ġdecay", + "s" + ], + [ + "Ġmed", + "itative" + ], + [ + "Ġdep", + "osed" + ], + [ + "Ġdepos", + "ed" + ], + [ + "ex", + "ternal" + ], + [ + "ext", + "ernal" + ], + [ + "âĢĶ", + "I" + ], + [ + "âĢľ", + "Most" + ], + [ + "Ġappro", + "ving" + ], + [ + "Ġpar", + "athyroid" + ], + [ + "Ġl", + "ooting" + ], + [ + "Ġlo", + "oting" + ], + [ + "Ġloot", + "ing" + ], + [ + "Ġfre", + "ak" + ], + [ + "Ġey", + "ep" + ], + [ + "Ġeye", + "p" + ], + [ + "um", + "ped" + ], + [ + "ump", + "ed" + ], + [ + "Ġa", + "string" + ], + [ + "Ġast", + "ring" + ], + [ + "-st", + "randed" + ], + [ + "E", + "DI" + ], + [ + "ED", + "I" + ], + [ + "med", + "iation" + ], + [ + "media", + "tion" + ], + [ + "io", + "syn" + ], + [ + "ios", + "yn" + ], + [ + "Ġhy", + "po" + ], + [ + "Ġhyp", + "o" + ], + [ + "Ph", + "ysics" + ], + [ + "Phys", + "ics" + ], + [ + "ĠRev", + "olt" + ], + [ + "Ġideal", + "ized" + ], + [ + "R", + "OP" + ], + [ + "RO", + "P" + ], + [ + "is", + "pers" + ], + [ + "isp", + "ers" + ], + [ + "ĠAcc", + "ident" + ], + [ + "Ġclar", + "inet" + ], + [ + "O", + "LL" + ], + [ + "OL", + "L" + ], + [ + "ó", + "w" + ], + [ + "App", + "arently" + ], + [ + "Ġde", + "grades" + ], + [ + "Ġdeg", + "rades" + ], + [ + "Ġdegrad", + "es" + ], + [ + "Ġdegrade", + "s" + ], + [ + "Ġpor", + "ridge" + ], + [ + "Ġ", + "×ŀ" + ], + [ + "Ġ×", + "ŀ" + ], + [ + "ĠC", + "SR" + ], + [ + "ĠCS", + "R" + ], + [ + "Ġslide", + "show" + ], + [ + "Ġslides", + "how" + ], + [ + "о", + "л" + ], + [ + "оÐ", + "»" + ], + [ + "Ġot", + "itis" + ], + [ + "Ġwr", + "ecked" + ], + [ + "Ġwre", + "cked" + ], + [ + "Ġwreck", + "ed" + ], + [ + "Ġrefres", + "hed" + ], + [ + "Ġrefresh", + "ed" + ], + [ + "ĠC", + "anton" + ], + [ + "ĠCan", + "ton" + ], + [ + "ĠCa", + "nton" + ], + [ + "ĠCant", + "on" + ], + [ + "Ġfal", + "con" + ], + [ + "Ġfalc", + "on" + ], + [ + "ĠB", + "enton" + ], + [ + "ĠBe", + "nton" + ], + [ + "ĠBen", + "ton" + ], + [ + "ĠBent", + "on" + ], + [ + "Ġconjug", + "ate" + ], + [ + "Di", + "etary" + ], + [ + "Diet", + "ary" + ], + [ + "Engine", + "ers" + ], + [ + "Ġspo", + "ilage" + ], + [ + "Ġspoil", + "age" + ], + [ + "Ġmicro", + "meters" + ], + [ + "Ġmic", + "rometers" + ], + [ + "Ġmicrom", + "eters" + ], + [ + "Ġmicrometer", + "s" + ], + [ + "Ġmicromet", + "ers" + ], + [ + "m", + "ercury" + ], + [ + "merc", + "ury" + ], + [ + "Magn", + "esium" + ], + [ + "Ġlia", + "ison" + ], + [ + "ĠRohing", + "ya" + ], + [ + "ĠEurek", + "Alert" + ], + [ + ":", + "\\" + ], + [ + "H", + "ay" + ], + [ + "Ha", + "y" + ], + [ + "f", + "uel" + ], + [ + "fu", + "el" + ], + [ + "v", + "ival" + ], + [ + "vi", + "val" + ], + [ + "viv", + "al" + ], + [ + "Ġs", + "alsa" + ], + [ + "Ġsal", + "sa" + ], + [ + "o", + "rax" + ], + [ + "or", + "ax" + ], + [ + "ora", + "x" + ], + [ + "Ġre", + "development" + ], + [ + "Ġg", + "ond" + ], + [ + "Ġgo", + "nd" + ], + [ + "Ġgon", + "d" + ], + [ + "ĠA", + "ene" + ], + [ + "ĠAe", + "ne" + ], + [ + "ĠS", + "CD" + ], + [ + "ĠSC", + "D" + ], + [ + "Ġ", + "ISA" + ], + [ + "ĠI", + "SA" + ], + [ + "ĠIS", + "A" + ], + [ + "Ġ", + "CG" + ], + [ + "ĠC", + "G" + ], + [ + "ĠC", + "ope" + ], + [ + "ĠCo", + "pe" + ], + [ + "ĠCop", + "e" + ], + [ + "âĢĻ", + ")." + ], + [ + "âĢĻ)", + "." + ], + [ + "ĠP", + "eps" + ], + [ + "ĠPe", + "ps" + ], + [ + "ĠPep", + "s" + ], + [ + "ĠB", + "uk" + ], + [ + "ĠBu", + "k" + ], + [ + "an", + "ty" + ], + [ + "ant", + "y" + ], + [ + "ĠD", + "ivid" + ], + [ + "ĠDiv", + "id" + ], + [ + "ĠD", + "EL" + ], + [ + "ĠDE", + "L" + ], + [ + "ĠE", + "MP" + ], + [ + "ĠEM", + "P" + ], + [ + "ĠF", + "iscal" + ], + [ + "Ġsh", + "one" + ], + [ + "Ġsho", + "ne" + ], + [ + "i", + "deal" + ], + [ + "id", + "eal" + ], + [ + "ide", + "al" + ], + [ + "idea", + "l" + ], + [ + "p", + "lit" + ], + [ + "pl", + "it" + ], + [ + "Ġup", + "holding" + ], + [ + "Ġuphold", + "ing" + ], + [ + "Ġuphol", + "ding" + ], + [ + "Ġ", + "blasts" + ], + [ + "Ġbl", + "asts" + ], + [ + "Ġblast", + "s" + ], + [ + "Ġd", + "iac" + ], + [ + "Ġdi", + "ac" + ], + [ + "Ġdia", + "c" + ], + [ + "arch", + "ive" + ], + [ + "r", + "amine" + ], + [ + "ra", + "mine" + ], + [ + "ram", + "ine" + ], + [ + "Ġsub", + "sets" + ], + [ + "Ġsubs", + "ets" + ], + [ + "Ġsubset", + "s" + ], + [ + "und", + "ant" + ], + [ + "unda", + "nt" + ], + [ + "Ġair", + "space" + ], + [ + "-", + "current" + ], + [ + "-c", + "urrent" + ], + [ + "-cur", + "rent" + ], + [ + "Ġsw", + "apping" + ], + [ + "Ġswap", + "ping" + ], + [ + "Ġcr", + "umb" + ], + [ + "Ġcru", + "mb" + ], + [ + "Ġcrum", + "b" + ], + [ + "re", + "lative" + ], + [ + "rel", + "ative" + ], + [ + "oon", + "er" + ], + [ + "oo", + "ner" + ], + [ + "A", + "RA" + ], + [ + "AR", + "A" + ], + [ + "like", + "ly" + ], + [ + "EN", + "GER" + ], + [ + "ENG", + "ER" + ], + [ + "Ġgenetic", + "ist" + ], + [ + "Ġgenet", + "icist" + ], + [ + "Ġfilm", + "maker" + ], + [ + "Ġ", + "STS" + ], + [ + "ĠS", + "TS" + ], + [ + "ĠST", + "S" + ], + [ + "Ġdeliver", + "ance" + ], + [ + "abric", + "ated" + ], + [ + "Ġsimpl", + "ification" + ], + [ + "O", + "range" + ], + [ + "Or", + "ange" + ], + [ + "ĠLo", + "vel" + ], + [ + "ĠLove", + "l" + ], + [ + "ĠLov", + "el" + ], + [ + "ĠObs", + "erving" + ], + [ + "ĠObserv", + "ing" + ], + [ + "Ġgland", + "ular" + ], + [ + "ĠP", + "LAN" + ], + [ + "ĠPL", + "AN" + ], + [ + "ĠPLA", + "N" + ], + [ + "-", + "Oct" + ], + [ + "-O", + "ct" + ], + [ + "Ġalkal", + "inity" + ], + [ + "ĠAl", + "bu" + ], + [ + "ĠAlb", + "u" + ], + [ + "Ġe", + "rupting" + ], + [ + "Ġerupt", + "ing" + ], + [ + "Ġesp", + "ionage" + ], + [ + "int", + "endo" + ], + [ + "intend", + "o" + ], + [ + "ĠPerm", + "ian" + ], + [ + "Ġcl", + "ogging" + ], + [ + "Ġclog", + "ging" + ], + [ + "Ġclo", + "gging" + ], + [ + "ĠCele", + "bration" + ], + [ + "ĠCelebr", + "ation" + ], + [ + "ĠChin", + "ook" + ], + [ + "Ġoutrage", + "ous" + ], + [ + "He", + "brew" + ], + [ + "Heb", + "rew" + ], + [ + "Ġpinn", + "acle" + ], + [ + "Ġsut", + "ures" + ], + [ + "Ġsuture", + "s" + ], + [ + "ĠProlong", + "ed" + ], + [ + "ĠProl", + "onged" + ], + [ + "C", + "onditions" + ], + [ + "Cond", + "itions" + ], + [ + "Condition", + "s" + ], + [ + "L", + "ady" + ], + [ + "La", + "dy" + ], + [ + "R", + "ome" + ], + [ + "Ro", + "me" + ], + [ + "Rom", + "e" + ], + [ + "p", + "ec" + ], + [ + "pe", + "c" + ], + [ + "Ġ", + "cumin" + ], + [ + "Ġc", + "umin" + ], + [ + "Ġcum", + "in" + ], + [ + "Ġcu", + "min" + ], + [ + "Ġf", + "ringes" + ], + [ + "Ġfringe", + "s" + ], + [ + "ĠC", + "ory" + ], + [ + "ĠCo", + "ry" + ], + [ + "ĠCor", + "y" + ], + [ + "ĠM", + "iy" + ], + [ + "ĠMi", + "y" + ], + [ + "ĠB", + "auer" + ], + [ + "ĠBa", + "uer" + ], + [ + "ĠBau", + "er" + ], + [ + "ĠW", + "ag" + ], + [ + "ĠWa", + "g" + ], + [ + "Ġ", + "chal" + ], + [ + "Ġc", + "hal" + ], + [ + "Ġch", + "al" + ], + [ + "Ġcha", + "l" + ], + [ + "Ġ", + "rang" + ], + [ + "Ġr", + "ang" + ], + [ + "Ġra", + "ng" + ], + [ + "Ġran", + "g" + ], + [ + "or", + "ton" + ], + [ + "ort", + "on" + ], + [ + "ĠR", + "az" + ], + [ + "ĠRa", + "z" + ], + [ + "ĠR", + "ita" + ], + [ + "ĠRi", + "ta" + ], + [ + "ĠRit", + "a" + ], + [ + "ĠR", + "EV" + ], + [ + "ĠRE", + "V" + ], + [ + "ĠL", + "ions" + ], + [ + "ĠLi", + "ons" + ], + [ + "ĠLion", + "s" + ], + [ + "p", + "tics" + ], + [ + "pt", + "ics" + ], + [ + "ptic", + "s" + ], + [ + "on", + "gue" + ], + [ + "ong", + "ue" + ], + [ + "ĠIn", + "visible" + ], + [ + "ĠInv", + "isible" + ], + [ + "r", + "essor" + ], + [ + "res", + "sor" + ], + [ + "ress", + "or" + ], + [ + "resso", + "r" + ], + [ + "ish", + "ments" + ], + [ + "ishment", + "s" + ], + [ + "u", + "ben" + ], + [ + "ub", + "en" + ], + [ + "ube", + "n" + ], + [ + "Ġro", + "aring" + ], + [ + "Ġroar", + "ing" + ], + [ + "ĠCh", + "uk" + ], + [ + "ĠChu", + "k" + ], + [ + "vers", + "ions" + ], + [ + "version", + "s" + ], + [ + "ob", + "ilization" + ], + [ + "obil", + "ization" + ], + [ + "Ġin", + "voice" + ], + [ + "Ġinv", + "oice" + ], + [ + "Ġgl", + "ider" + ], + [ + "Ġglide", + "r" + ], + [ + "com", + "plex" + ], + [ + "comp", + "lex" + ], + [ + "compl", + "ex" + ], + [ + "Ġprof", + "use" + ], + [ + "ff", + "iciencies" + ], + [ + "ffic", + "iencies" + ], + [ + "Ġturn", + "around" + ], + [ + "Ġ", + "zyg" + ], + [ + "Ġz", + "yg" + ], + [ + "Ġreact", + "ants" + ], + [ + "ĠJew", + "el" + ], + [ + "ĠJe", + "wel" + ], + [ + "Ġaud", + "itors" + ], + [ + "Ġaudit", + "ors" + ], + [ + "Ġauditor", + "s" + ], + [ + "Ġ", + "wares" + ], + [ + "Ġw", + "ares" + ], + [ + "Ġwar", + "es" + ], + [ + "Ġwa", + "res" + ], + [ + "Ġware", + "s" + ], + [ + "ĠLaw", + "son" + ], + [ + "ĠLaws", + "on" + ], + [ + "up", + "ply" + ], + [ + "upp", + "ly" + ], + [ + "Ġpan", + "cakes" + ], + [ + "Ġpanc", + "akes" + ], + [ + "Ġpancake", + "s" + ], + [ + "Ps", + "alm" + ], + [ + "ĠNa", + "omi" + ], + [ + "Ġdegen", + "erate" + ], + [ + "educ", + "ated" + ], + [ + "ĠY", + "east" + ], + [ + "ĠYe", + "ast" + ], + [ + "Ġtwe", + "ezers" + ], + [ + "Ġpopul", + "ist" + ], + [ + "Ġparadox", + "ical" + ], + [ + "Ġnost", + "algia" + ], + [ + "-", + "modern" + ], + [ + "-m", + "odern" + ], + [ + "-mod", + "ern" + ], + [ + "-mode", + "rn" + ], + [ + "ĠDemon", + "str" + ], + [ + "Ġpac", + "if" + ], + [ + "Ġidol", + "atry" + ], + [ + "Diff", + "icult" + ], + [ + "Ġbourgeois", + "ie" + ], + [ + "Ġracc", + "oon" + ], + [ + "ĠEvangel", + "ical" + ], + [ + "Ġads", + "orption" + ], + [ + "Ġadsor", + "ption" + ], + [ + "Ġmalign", + "ancy" + ], + [ + "ĠErit", + "rea" + ], + [ + "key", + "pox" + ], + [ + "keyp", + "ox" + ], + [ + "-", + "ten" + ], + [ + "-t", + "en" + ], + [ + "-te", + "n" + ], + [ + "/", + "blog" + ], + [ + "/b", + "log" + ], + [ + "E", + "ric" + ], + [ + "Er", + "ic" + ], + [ + "J", + "oh" + ], + [ + "Jo", + "h" + ], + [ + "T", + "ropical" + ], + [ + "c", + "ir" + ], + [ + "ci", + "r" + ], + [ + "c", + "opy" + ], + [ + "co", + "py" + ], + [ + "cop", + "y" + ], + [ + "h", + "idden" + ], + [ + "hid", + "den" + ], + [ + "l", + "io" + ], + [ + "li", + "o" + ], + [ + "t", + "urn" + ], + [ + "tu", + "rn" + ], + [ + "tur", + "n" + ], + [ + "â", + "Ł" + ], + [ + "Ġ", + "tics" + ], + [ + "Ġt", + "ics" + ], + [ + "Ġti", + "cs" + ], + [ + "Ġtic", + "s" + ], + [ + "e", + "rat" + ], + [ + "er", + "at" + ], + [ + "era", + "t" + ], + [ + "o", + "uter" + ], + [ + "ou", + "ter" + ], + [ + "out", + "er" + ], + [ + "ic", + "ates" + ], + [ + "ica", + "tes" + ], + [ + "icate", + "s" + ], + [ + "Ġ(", + "*" + ], + [ + "o", + "ren" + ], + [ + "or", + "en" + ], + [ + "ore", + "n" + ], + [ + "um", + "ab" + ], + [ + "uma", + "b" + ], + [ + "ĠH", + "b" + ], + [ + "Ġch", + "ieft" + ], + [ + "Ġchief", + "t" + ], + [ + "Ġchi", + "eft" + ], + [ + "ĠF", + "eld" + ], + [ + "ĠFe", + "ld" + ], + [ + "ĠFel", + "d" + ], + [ + "ĠR", + "anges" + ], + [ + "ĠRange", + "s" + ], + [ + "ĠRan", + "ges" + ], + [ + "ĠRang", + "es" + ], + [ + "ĠR", + "MS" + ], + [ + "ĠRM", + "S" + ], + [ + "ĠN", + "MR" + ], + [ + "ĠNM", + "R" + ], + [ + "Ġ", + "Lets" + ], + [ + "ĠL", + "ets" + ], + [ + "ĠLe", + "ts" + ], + [ + "ĠLet", + "s" + ], + [ + "all", + "ax" + ], + [ + "alla", + "x" + ], + [ + "Ġad", + "age" + ], + [ + "end", + "ish" + ], + [ + "endi", + "sh" + ], + [ + "r", + "ico" + ], + [ + "ri", + "co" + ], + [ + "ric", + "o" + ], + [ + "ĠK", + "ane" + ], + [ + "ĠKa", + "ne" + ], + [ + "ĠKan", + "e" + ], + [ + "ĠV", + "y" + ], + [ + "Ġinter", + "relations" + ], + [ + "Ġde", + "ferred" + ], + [ + "Ġdef", + "erred" + ], + [ + "Ġdefer", + "red" + ], + [ + "ĠAl", + "manac" + ], + [ + "ri", + "sis" + ], + [ + "ris", + "is" + ], + [ + "Ġleg", + "ality" + ], + [ + "Ġlegal", + "ity" + ], + [ + "val", + "ues" + ], + [ + "value", + "s" + ], + [ + "valu", + "es" + ], + [ + "Ġcheck", + "out" + ], + [ + "Ġinj", + "uring" + ], + [ + "AT", + "CH" + ], + [ + "ĠPre", + "valence" + ], + [ + "ĠTw", + "entieth" + ], + [ + "Ġstaff", + "ed" + ], + [ + "Ġv", + "oic" + ], + [ + "Ġvo", + "ic" + ], + [ + "Ġv", + "oids" + ], + [ + "Ġvo", + "ids" + ], + [ + "Ġvoid", + "s" + ], + [ + "ĠJust", + "inian" + ], + [ + "ĠJustin", + "ian" + ], + [ + "ĠCoun", + "cils" + ], + [ + "ĠCouncil", + "s" + ], + [ + "ĠP", + "alo" + ], + [ + "ĠPal", + "o" + ], + [ + "ĠPa", + "lo" + ], + [ + "Ġdestro", + "yer" + ], + [ + "Ġdestroy", + "er" + ], + [ + "Ġband", + "ages" + ], + [ + "Ġbandage", + "s" + ], + [ + "ĠIN", + "FORMATION" + ], + [ + "hav", + "iour" + ], + [ + "ĠBi", + "ggest" + ], + [ + "ĠBig", + "gest" + ], + [ + "flu", + "idic" + ], + [ + "fluid", + "ic" + ], + [ + "ĠMcC", + "orm" + ], + [ + "ĠSem", + "inar" + ], + [ + "ĠSemin", + "ar" + ], + [ + "ĠSemi", + "nar" + ], + [ + "Ġsp", + "irals" + ], + [ + "Ġspir", + "als" + ], + [ + "Ġspiral", + "s" + ], + [ + "Ġspi", + "rals" + ], + [ + "ĠUrban", + "a" + ], + [ + "Bre", + "aking" + ], + [ + "Break", + "ing" + ], + [ + "a", + "merica" + ], + [ + "ame", + "rica" + ], + [ + "amer", + "ica" + ], + [ + "ĠPle", + "asant" + ], + [ + "ĠMir", + "iam" + ], + [ + "ĠMi", + "riam" + ], + [ + "Ġsoft", + "ening" + ], + [ + "Ġsoften", + "ing" + ], + [ + "ĠToxic", + "ology" + ], + [ + "Ġbrace", + "lets" + ], + [ + "Ġbracelet", + "s" + ], + [ + "Obs", + "erv" + ], + [ + "Cust", + "om" + ], + [ + "Ġtrigon", + "ometry" + ], + [ + "ĠLen", + "nie" + ], + [ + "ĠLenn", + "ie" + ], + [ + "-direct", + "or" + ], + [ + "Ġextravag", + "ant" + ], + [ + "ĠAdri", + "atic" + ], + [ + "ĠMcClell", + "an" + ], + [ + "Ġembol", + "ism" + ], + [ + ";", + "âĢĿ" + ], + [ + "S", + "anta" + ], + [ + "San", + "ta" + ], + [ + "m", + "t" + ], + [ + "m", + "ens" + ], + [ + "me", + "ns" + ], + [ + "men", + "s" + ], + [ + "z", + "in" + ], + [ + "zi", + "n" + ], + [ + "he", + "ic" + ], + [ + "at", + "l" + ], + [ + "Ġ", + "lang" + ], + [ + "Ġl", + "ang" + ], + [ + "Ġla", + "ng" + ], + [ + "Ġlan", + "g" + ], + [ + "ĠP", + "BL" + ], + [ + "ĠPB", + "L" + ], + [ + "ac", + "itors" + ], + [ + "acitor", + "s" + ], + [ + "ĠH", + "irsch" + ], + [ + "ĠHir", + "sch" + ], + [ + "ĠW", + "orms" + ], + [ + "ĠWor", + "ms" + ], + [ + "ĠWorm", + "s" + ], + [ + "ĠN", + "ike" + ], + [ + "ĠNi", + "ke" + ], + [ + "ĠNik", + "e" + ], + [ + "ĠL", + "oy" + ], + [ + "ĠLo", + "y" + ], + [ + "Ġinc", + "ineration" + ], + [ + "Ġinciner", + "ation" + ], + [ + "Ġcomp", + "ulsion" + ], + [ + "Ġcompuls", + "ion" + ], + [ + "Ġj", + "agged" + ], + [ + "Ġja", + "gged" + ], + [ + "Ġsc", + "ourge" + ], + [ + "Ġscour", + "ge" + ], + [ + "ĠSt", + "ability" + ], + [ + "ĠStabil", + "ity" + ], + [ + "ft", + "entimes" + ], + [ + "Ġdesign", + "ating" + ], + [ + "âĢĶ", + "by" + ], + [ + "-", + "sk" + ], + [ + "-s", + "k" + ], + [ + "Ġplay", + "back" + ], + [ + "Ġreal", + "ising" + ], + [ + "ĠBe", + "am" + ], + [ + "-", + "med" + ], + [ + "-m", + "ed" + ], + [ + "-me", + "d" + ], + [ + "-", + "matter" + ], + [ + "-m", + "atter" + ], + [ + "-mat", + "ter" + ], + [ + "Ġhistor", + "iography" + ], + [ + "Ġut", + "ero" + ], + [ + "Ġuter", + "o" + ], + [ + "ĠSec", + "urities" + ], + [ + "Ġ", + "Introducing" + ], + [ + "ĠInt", + "roducing" + ], + [ + "ĠAug", + "mented" + ], + [ + "ĠAu", + "gmented" + ], + [ + "ĠRe", + "cession" + ], + [ + "ĠRec", + "ession" + ], + [ + "ĠFl", + "ores" + ], + [ + "ĠFlor", + "es" + ], + [ + "ĠFlore", + "s" + ], + [ + "ĠFlo", + "res" + ], + [ + "cont", + "rolled" + ], + [ + "control", + "led" + ], + [ + "Ġ:", + ":Ċ" + ], + [ + "Ġ::", + "Ċ" + ], + [ + "Al", + "len" + ], + [ + "All", + "en" + ], + [ + "Alle", + "n" + ], + [ + "Ġb", + "anker" + ], + [ + "Ġbank", + "er" + ], + [ + "Ġban", + "ker" + ], + [ + "Ġfly", + "by" + ], + [ + "ĠM", + "oj" + ], + [ + "ĠMo", + "j" + ], + [ + "iform", + "is" + ], + [ + "ĠPsych", + "ologist" + ], + [ + "ĠWood", + "ward" + ], + [ + "Ġmanip", + "ulative" + ], + [ + "Ġtown", + "ships" + ], + [ + "Ġtowns", + "hips" + ], + [ + "Ġtownship", + "s" + ], + [ + "-", + "rise" + ], + [ + "-r", + "ise" + ], + [ + "N", + "SF" + ], + [ + "NS", + "F" + ], + [ + "ĠWil", + "kins" + ], + [ + "Ġdimin", + "utive" + ], + [ + "Ġreson", + "ates" + ], + [ + "Ġresonate", + "s" + ], + [ + "ococc", + "i" + ], + [ + "oco", + "cci" + ], + [ + "ĠPi", + "aget" + ], + [ + "ĠPia", + "get" + ], + [ + "ĠNich", + "ols" + ], + [ + "ĠEN", + "ERGY" + ], + [ + "Ġflee", + "ce" + ], + [ + "-op", + "ening" + ], + [ + "-open", + "ing" + ], + [ + "Ġalleg", + "ory" + ], + [ + "Ġlever", + "aged" + ], + [ + "Ġleverage", + "d" + ], + [ + "Ġleve", + "raged" + ], + [ + "Mem", + "ory" + ], + [ + "ï", + "ve" + ], + [ + "Ġupper", + "case" + ], + [ + "Ġupp", + "ercase" + ], + [ + "ster", + "ectomy" + ], + [ + "stere", + "ctomy" + ], + [ + ".", + "wordpress" + ], + [ + "H", + "al" + ], + [ + "Ha", + "l" + ], + [ + "M", + "ilitary" + ], + [ + "Mil", + "itary" + ], + [ + "U", + "ns" + ], + [ + "Un", + "s" + ], + [ + "W", + "a" + ], + [ + "c", + "reate" + ], + [ + "creat", + "e" + ], + [ + "f", + "ac" + ], + [ + "fa", + "c" + ], + [ + "l", + "ative" + ], + [ + "lat", + "ive" + ], + [ + "t", + "an" + ], + [ + "ta", + "n" + ], + [ + "Ġb", + "anish" + ], + [ + "Ġban", + "ish" + ], + [ + "Ġba", + "nish" + ], + [ + "s", + "table" + ], + [ + "st", + "able" + ], + [ + "sta", + "ble" + ], + [ + "ĠT", + "it" + ], + [ + "ĠTi", + "t" + ], + [ + "i", + "gy" + ], + [ + "ig", + "y" + ], + [ + "ĠA", + "very" + ], + [ + "ĠAv", + "ery" + ], + [ + "ĠAve", + "ry" + ], + [ + "ĠAver", + "y" + ], + [ + "i", + "ry" + ], + [ + "ir", + "y" + ], + [ + "Ġ", + "IPS" + ], + [ + "ĠI", + "PS" + ], + [ + "ĠIP", + "S" + ], + [ + "ĠT", + "hemes" + ], + [ + "ĠThe", + "mes" + ], + [ + "ĠTh", + "emes" + ], + [ + "ĠThem", + "es" + ], + [ + "ĠTheme", + "s" + ], + [ + "ĠW", + "er" + ], + [ + "ĠWe", + "r" + ], + [ + "Ġse", + "izing" + ], + [ + "Ġseiz", + "ing" + ], + [ + "r", + "ique" + ], + [ + "ri", + "que" + ], + [ + "Ġ", + "UX" + ], + [ + "ĠU", + "X" + ], + [ + "Ġun", + "thinkable" + ], + [ + "ree", + "ce" + ], + [ + "on", + "ding" + ], + [ + "ond", + "ing" + ], + [ + "Ġre", + "position" + ], + [ + "Ġrep", + "osition" + ], + [ + "Ġatt", + "ends" + ], + [ + "Ġattend", + "s" + ], + [ + "Ġatten", + "ds" + ], + [ + "ĠSc", + "outing" + ], + [ + "ĠScout", + "ing" + ], + [ + "Ġdev", + "iate" + ], + [ + "ĠAd", + "min" + ], + [ + "ĠAdm", + "in" + ], + [ + "ĠPl", + "ut" + ], + [ + "Ġlo", + "oted" + ], + [ + "Ġloot", + "ed" + ], + [ + "Ġpost", + "ural" + ], + [ + "Ġpost", + "card" + ], + [ + "ĠB", + "east" + ], + [ + "ĠBe", + "ast" + ], + [ + "m", + "ini" + ], + [ + "min", + "i" + ], + [ + "mi", + "ni" + ], + [ + "W", + "hit" + ], + [ + "Wh", + "it" + ], + [ + "en", + "nes" + ], + [ + "enn", + "es" + ], + [ + "enne", + "s" + ], + [ + "ĠPr", + "inter" + ], + [ + "ĠPrint", + "er" + ], + [ + "Ġut", + "opian" + ], + [ + "Ġutopia", + "n" + ], + [ + "ĠC", + "oe" + ], + [ + "ĠCo", + "e" + ], + [ + "Ġaff", + "irming" + ], + [ + "Ġaffirm", + "ing" + ], + [ + "Ġ", + "ethyl" + ], + [ + "Ġet", + "hyl" + ], + [ + "Ġeth", + "yl" + ], + [ + "ĠPart", + "ition" + ], + [ + "Ġ+", + "/-" + ], + [ + "ch", + "ariah" + ], + [ + "char", + "iah" + ], + [ + "roph", + "ication" + ], + [ + "rophic", + "ation" + ], + [ + "ĠSupp", + "lies" + ], + [ + "ĠSuppl", + "ies" + ], + [ + "ĠExt", + "inction" + ], + [ + "hyd", + "rogen" + ], + [ + "hydro", + "gen" + ], + [ + "Cons", + "ult" + ], + [ + "Ġ", + "ARS" + ], + [ + "ĠA", + "RS" + ], + [ + "ĠAR", + "S" + ], + [ + "Ġfrust", + "rations" + ], + [ + "Ġfrustration", + "s" + ], + [ + "Ġsteep", + "ed" + ], + [ + "ĠPartners", + "hips" + ], + [ + "ĠPartnership", + "s" + ], + [ + "ĠPartner", + "ships" + ], + [ + "Ġinstinct", + "ive" + ], + [ + "D", + "eveloped" + ], + [ + "Develop", + "ed" + ], + [ + "ĠB", + "aha" + ], + [ + "ĠBa", + "ha" + ], + [ + "ĠBah", + "a" + ], + [ + "ĠSyn", + "agogue" + ], + [ + "ĠButter", + "flies" + ], + [ + "Ġcontempl", + "ated" + ], + [ + "Ġcontemplate", + "d" + ], + [ + "Ġem", + "igrants" + ], + [ + "Ġemig", + "rants" + ], + [ + "Ġeye", + "ball" + ], + [ + "Ġeyeb", + "all" + ], + [ + "uckle", + "berry" + ], + [ + "ĠEleph", + "ants" + ], + [ + "ĠElephant", + "s" + ], + [ + "ĠTranslation", + "al" + ], + [ + "ĠTransl", + "ational" + ], + [ + "Ġhyster", + "ia" + ], + [ + "ĠEtrus", + "can" + ], + [ + "omyel", + "itis" + ], + [ + "&", + "P" + ], + [ + "?", + "]" + ], + [ + "W", + "ere" + ], + [ + "We", + "re" + ], + [ + "b", + "aby" + ], + [ + "ba", + "by" + ], + [ + "f", + "al" + ], + [ + "fa", + "l" + ], + [ + "t", + "rade" + ], + [ + "tra", + "de" + ], + [ + "tr", + "ade" + ], + [ + "y", + "ch" + ], + [ + "yc", + "h" + ], + [ + "ĠT", + "igers" + ], + [ + "ĠTiger", + "s" + ], + [ + "ĠTi", + "gers" + ], + [ + "ĠTig", + "ers" + ], + [ + "ol", + "umines" + ], + [ + "olu", + "mines" + ], + [ + "o", + "tra" + ], + [ + "ot", + "ra" + ], + [ + "Ġwith", + "hold" + ], + [ + "o", + "pf" + ], + [ + "op", + "f" + ], + [ + "ĠP", + "é" + ], + [ + "em", + "otional" + ], + [ + "ĠL", + "uck" + ], + [ + "ĠLuc", + "k" + ], + [ + "ĠLu", + "ck" + ], + [ + "ĠL", + "yd" + ], + [ + "ĠLy", + "d" + ], + [ + "pl", + "anes" + ], + [ + "plan", + "es" + ], + [ + "plane", + "s" + ], + [ + "ĠIn", + "flammatory" + ], + [ + "Ġj", + "ade" + ], + [ + "Ġja", + "de" + ], + [ + "Ġpre", + "achers" + ], + [ + "Ġpreach", + "ers" + ], + [ + "Ġpreacher", + "s" + ], + [ + "ric", + "eps" + ], + [ + "rice", + "ps" + ], + [ + "Ġass", + "uring" + ], + [ + "ĠS", + "pit" + ], + [ + "ĠSp", + "it" + ], + [ + "Ġair", + "field" + ], + [ + "-", + "ma" + ], + [ + "-m", + "a" + ], + [ + "as", + "kets" + ], + [ + "ask", + "ets" + ], + [ + "asket", + "s" + ], + [ + "ĠAss", + "ume" + ], + [ + "sequ", + "ence" + ], + [ + "Ġb", + "arter" + ], + [ + "Ġbar", + "ter" + ], + [ + "Ġbart", + "er" + ], + [ + "Ġcon", + "cur" + ], + [ + "Ġconc", + "ur" + ], + [ + "Ġsat", + "iva" + ], + [ + "Ġtrib", + "unal" + ], + [ + "Ġflav", + "oring" + ], + [ + "Ġflavor", + "ing" + ], + [ + "ĠSum", + "mar" + ], + [ + "ĠSumm", + "ar" + ], + [ + "Ġven", + "erable" + ], + [ + "Ġvene", + "rable" + ], + [ + "Ġchap", + "els" + ], + [ + "Ġchapel", + "s" + ], + [ + "ĠVer", + "bal" + ], + [ + "ĠVerb", + "al" + ], + [ + "Comp", + "aring" + ], + [ + "Com", + "paring" + ], + [ + "Compar", + "ing" + ], + [ + "Ġpel", + "agic" + ], + [ + "Ġtherm", + "odynamic" + ], + [ + "Ġthermo", + "dynamic" + ], + [ + "ĠMic", + "key" + ], + [ + "ĠMick", + "ey" + ], + [ + "Ġover", + "seen" + ], + [ + "Ġoverse", + "en" + ], + [ + "Ġovers", + "een" + ], + [ + "Ġoversee", + "n" + ], + [ + "ĠSep", + "hard" + ], + [ + "Ġinterrupt", + "s" + ], + [ + "Ġ", + "Analyzing" + ], + [ + "ĠAnaly", + "zing" + ], + [ + "Ġplural", + "ism" + ], + [ + "Ġplur", + "alism" + ], + [ + "Ġannoy", + "ance" + ], + [ + "ĠMas", + "onic" + ], + [ + "ĠMason", + "ic" + ], + [ + "Ġgenital", + "ia" + ], + [ + "ĠTasman", + "ian" + ], + [ + "ĠTasmania", + "n" + ], + [ + "ĠAdmiral", + "ty" + ], + [ + "ĠWal", + "dorf" + ], + [ + "ĠWald", + "orf" + ], + [ + "Ġsuff", + "ixes" + ], + [ + "Ġsuffix", + "es" + ], + [ + "Bul", + "lying" + ], + [ + "Bull", + "ying" + ], + [ + "Ġsalam", + "ander" + ], + [ + "ĠBee", + "tle" + ], + [ + "ĠBeet", + "le" + ], + [ + "ĠNF", + "Ts" + ], + [ + "ĠNFT", + "s" + ], + [ + "Ġcounsel", + "lor" + ], + [ + "Ġcounsell", + "or" + ], + [ + "Ġ", + "ich" + ], + [ + "Ġi", + "ch" + ], + [ + "Ġic", + "h" + ], + [ + "-", + "el" + ], + [ + "-e", + "l" + ], + [ + "P", + "ear" + ], + [ + "Pe", + "ar" + ], + [ + "n", + "ah" + ], + [ + "na", + "h" + ], + [ + "t", + "aining" + ], + [ + "ta", + "ining" + ], + [ + "tain", + "ing" + ], + [ + "Ġp", + "addy" + ], + [ + "Ġpad", + "dy" + ], + [ + "Ġpadd", + "y" + ], + [ + "Ġt", + "oil" + ], + [ + "Ġto", + "il" + ], + [ + "Ġd", + "ander" + ], + [ + "Ġda", + "nder" + ], + [ + "Ġdan", + "der" + ], + [ + "Ġe", + "jac" + ], + [ + "c", + "hall" + ], + [ + "ch", + "all" + ], + [ + "cha", + "ll" + ], + [ + "chal", + "l" + ], + [ + "ĠC", + "atech" + ], + [ + "ĠCa", + "tech" + ], + [ + "ĠCat", + "ech" + ], + [ + "ĠM", + "K" + ], + [ + "ĠP", + "au" + ], + [ + "ĠPa", + "u" + ], + [ + "ab", + "stract" + ], + [ + "ĠE", + "uler" + ], + [ + "ĠEu", + "ler" + ], + [ + "o", + "gon" + ], + [ + "og", + "on" + ], + [ + "ogo", + "n" + ], + [ + "ĠG", + "ag" + ], + [ + "ĠGa", + "g" + ], + [ + "act", + "ose" + ], + [ + "e", + "cc" + ], + [ + "ec", + "c" + ], + [ + "s", + "ofar" + ], + [ + "so", + "far" + ], + [ + "sof", + "ar" + ], + [ + "Ġper", + "nicious" + ], + [ + "Ġtw", + "itching" + ], + [ + "Ġtwitch", + "ing" + ], + [ + "h", + "ats" + ], + [ + "hat", + "s" + ], + [ + "ha", + "ts" + ], + [ + "Ġg", + "rafts" + ], + [ + "Ġgra", + "fts" + ], + [ + "Ġgr", + "afts" + ], + [ + "Ġgraft", + "s" + ], + [ + "Ġc", + "urable" + ], + [ + "Ġcur", + "able" + ], + [ + "Ġcu", + "rable" + ], + [ + "Ġop", + "poses" + ], + [ + "Ġopp", + "oses" + ], + [ + "Ġoppose", + "s" + ], + [ + "Ġhead", + "waters" + ], + [ + "Ġmult", + "il" + ], + [ + "Ġmulti", + "l" + ], + [ + "ĠOr", + "ph" + ], + [ + "Ġkind", + "ergart" + ], + [ + "Ġkinder", + "gart" + ], + [ + "ung", + "les" + ], + [ + "ungle", + "s" + ], + [ + "Ġre", + "designed" + ], + [ + "Ġred", + "esigned" + ], + [ + "Ġredesign", + "ed" + ], + [ + "Ġlay", + "man" + ], + [ + "Ġ", + "burger" + ], + [ + "Ġbur", + "ger" + ], + [ + "Ġburg", + "er" + ], + [ + "Ġburge", + "r" + ], + [ + "Ġm", + "orp" + ], + [ + "Ġmor", + "p" + ], + [ + "ĠPres", + "cription" + ], + [ + "ĠPre", + "scription" + ], + [ + "ĠW", + "eston" + ], + [ + "ĠWe", + "ston" + ], + [ + "ĠWest", + "on" + ], + [ + "ĠWes", + "ton" + ], + [ + "ĠCur", + "ve" + ], + [ + "ĠCongress", + "man" + ], + [ + "ĠNor", + "ris" + ], + [ + "ĠS", + "afer" + ], + [ + "ĠSaf", + "er" + ], + [ + "ĠSa", + "fer" + ], + [ + "ĠSafe", + "r" + ], + [ + "ĠWell", + "come" + ], + [ + "Ġun", + "usable" + ], + [ + "Ġunus", + "able" + ], + [ + "ĠHaw", + "kins" + ], + [ + "ĠHawk", + "ins" + ], + [ + "Ġcoron", + "aviruses" + ], + [ + "Ġcoronavirus", + "es" + ], + [ + "-v", + "iolence" + ], + [ + "Ġpor", + "po" + ], + [ + "ĠMon", + "ths" + ], + [ + "ĠMont", + "hs" + ], + [ + "ĠMonth", + "s" + ], + [ + "Ġm", + "asse" + ], + [ + "Ġmass", + "e" + ], + [ + "Ġmas", + "se" + ], + [ + "ĠRabb", + "its" + ], + [ + "ĠRab", + "bits" + ], + [ + "ĠRabbi", + "ts" + ], + [ + "ĠRabbit", + "s" + ], + [ + "Ġmos", + "ses" + ], + [ + "Ġmoss", + "es" + ], + [ + "ĠGent", + "ile" + ], + [ + "ĠH", + "onda" + ], + [ + "ĠHo", + "nda" + ], + [ + "ĠHon", + "da" + ], + [ + "ĠHond", + "a" + ], + [ + "Ġequipment", + "s" + ], + [ + "Ġequip", + "ments" + ], + [ + "Fore", + "ign" + ], + [ + "Ġphilanthrop", + "ic" + ], + [ + "Ġdowns", + "ides" + ], + [ + "Ġdownside", + "s" + ], + [ + "Ġjeopard", + "y" + ], + [ + "Ġplaint", + "iffs" + ], + [ + "Ġplaintiff", + "s" + ], + [ + "Ġvou", + "cher" + ], + [ + "Prog", + "ress" + ], + [ + "ĠSc", + "enario" + ], + [ + "ĠScen", + "ario" + ], + [ + "Ġparan", + "oid" + ], + [ + "ĠDe", + "rek" + ], + [ + "ĠDer", + "ek" + ], + [ + "ĠDere", + "k" + ], + [ + "ĠChoct", + "aw" + ], + [ + "/", + "~" + ], + [ + "C", + "os" + ], + [ + "Co", + "s" + ], + [ + "E", + "B" + ], + [ + "H", + "old" + ], + [ + "Hol", + "d" + ], + [ + "Ho", + "ld" + ], + [ + "K", + "ent" + ], + [ + "Ke", + "nt" + ], + [ + "Ken", + "t" + ], + [ + "S", + "olution" + ], + [ + "Sol", + "ution" + ], + [ + "in", + "ternal" + ], + [ + "int", + "ernal" + ], + [ + "inter", + "nal" + ], + [ + "intern", + "al" + ], + [ + "Ġs", + "ar" + ], + [ + "Ġsa", + "r" + ], + [ + "Ġp", + "om" + ], + [ + "Ġpo", + "m" + ], + [ + "Ġb", + "racts" + ], + [ + "Ġbr", + "acts" + ], + [ + "c", + "hard" + ], + [ + "ch", + "ard" + ], + [ + "char", + "d" + ], + [ + "cha", + "rd" + ], + [ + "Ġst", + "itched" + ], + [ + "Ġstitch", + "ed" + ], + [ + "ĠI", + "odine" + ], + [ + "ĠM", + "ai" + ], + [ + "ĠMa", + "i" + ], + [ + "ĠH", + "assan" + ], + [ + "ĠHas", + "san" + ], + [ + "ĠHass", + "an" + ], + [ + "ĠD", + "uty" + ], + [ + "ĠDu", + "ty" + ], + [ + "Ġse", + "rene" + ], + [ + "Ġser", + "ene" + ], + [ + "Ġseren", + "e" + ], + [ + "Ġint", + "ran" + ], + [ + "Ġintr", + "an" + ], + [ + "Ġintra", + "n" + ], + [ + "ĠY", + "as" + ], + [ + "ĠYa", + "s" + ], + [ + "c", + "yt" + ], + [ + "cy", + "t" + ], + [ + "T", + "hor" + ], + [ + "Th", + "or" + ], + [ + "ĠA", + "lv" + ], + [ + "ĠAl", + "v" + ], + [ + "Ġstart", + "led" + ], + [ + "Ġstartle", + "d" + ], + [ + "ĠPl", + "iny" + ], + [ + "-c", + "atching" + ], + [ + "-cat", + "ching" + ], + [ + "St", + "aff" + ], + [ + "ĠSo", + "ils" + ], + [ + "ĠSoil", + "s" + ], + [ + "ĠBy", + "rd" + ], + [ + "ĠByr", + "d" + ], + [ + "S", + "AN" + ], + [ + "SA", + "N" + ], + [ + "Al", + "pha" + ], + [ + "ĠM", + "arina" + ], + [ + "ĠMar", + "ina" + ], + [ + "ĠMa", + "rina" + ], + [ + "ĠMarin", + "a" + ], + [ + "ĠMari", + "na" + ], + [ + "Ġsuper", + "power" + ], + [ + "ĠP", + "eas" + ], + [ + "ĠPe", + "as" + ], + [ + "Ġexc", + "ision" + ], + [ + "é", + "mon" + ], + [ + "ém", + "on" + ], + [ + "s", + "han" + ], + [ + "sh", + "an" + ], + [ + "sha", + "n" + ], + [ + "ĠAg", + "ro" + ], + [ + "at", + "ura" + ], + [ + "atur", + "a" + ], + [ + "atu", + "ra" + ], + [ + "Ġdisp", + "el" + ], + [ + "Ġevolution", + "ists" + ], + [ + "ĠD", + "onna" + ], + [ + "ĠDon", + "na" + ], + [ + "ij", + "n" + ], + [ + "ĠAcad", + "emies" + ], + [ + "Ġn", + "anos" + ], + [ + "Ġnan", + "os" + ], + [ + "Ġna", + "nos" + ], + [ + "Ġnano", + "s" + ], + [ + "á", + "r" + ], + [ + "ĠMo", + "ors" + ], + [ + "ĠMoor", + "s" + ], + [ + "ut", + "su" + ], + [ + "uts", + "u" + ], + [ + "ü", + "h" + ], + [ + "UN", + "ESCO" + ], + [ + "Ġrect", + "ify" + ], + [ + "ĠUr", + "inary" + ], + [ + "Just", + "ice" + ], + [ + "Ġc", + "affeinated" + ], + [ + "Ġcaffe", + "inated" + ], + [ + "Ġdow", + "ry" + ], + [ + "Christ", + "ians" + ], + [ + "Christian", + "s" + ], + [ + "Ġtunnel", + "ing" + ], + [ + "Ġmod", + "esty" + ], + [ + "Ġmode", + "sty" + ], + [ + "Ġmodest", + "y" + ], + [ + "Ġmodes", + "ty" + ], + [ + "Ġmilit", + "ias" + ], + [ + "Ġmilitia", + "s" + ], + [ + "-ad", + "ded" + ], + [ + "-add", + "ed" + ], + [ + "ĠED", + "UC" + ], + [ + "Ġpeculiar", + "ities" + ], + [ + "ocard", + "itis" + ], + [ + "ĠAccept", + "ed" + ], + [ + "Ġpostp", + "one" + ], + [ + "Adapt", + "ed" + ], + [ + "Ġoverest", + "imate" + ], + [ + "Ġuninh", + "abited" + ], + [ + "Ġsilhou", + "ette" + ], + [ + "Ġneutr", + "ophils" + ], + [ + "Ġneutroph", + "ils" + ], + [ + "Ġneutrophil", + "s" + ], + [ + "Ġegal", + "itarian" + ], + [ + "-", + "(" + ], + [ + "H", + "ost" + ], + [ + "Ho", + "st" + ], + [ + "N", + "ick" + ], + [ + "Nic", + "k" + ], + [ + "Ni", + "ck" + ], + [ + "S", + "ociety" + ], + [ + "Soc", + "iety" + ], + [ + "Soci", + "ety" + ], + [ + "d", + "isease" + ], + [ + "g", + "ain" + ], + [ + "ga", + "in" + ], + [ + "m", + "A" + ], + [ + "w", + "on" + ], + [ + "wo", + "n" + ], + [ + "e", + "rite" + ], + [ + "er", + "ite" + ], + [ + "eri", + "te" + ], + [ + "Ġs", + "aga" + ], + [ + "Ġsa", + "ga" + ], + [ + "Ġsag", + "a" + ], + [ + "Ġe", + "uphem" + ], + [ + "Ġeuph", + "em" + ], + [ + "ĠT", + "oll" + ], + [ + "ĠTo", + "ll" + ], + [ + "ĠTol", + "l" + ], + [ + "im", + "uth" + ], + [ + "c", + "his" + ], + [ + "ch", + "is" + ], + [ + "chi", + "s" + ], + [ + "ĠC", + "i" + ], + [ + "ĠC", + "reed" + ], + [ + "ĠCre", + "ed" + ], + [ + "ĠCr", + "eed" + ], + [ + "ĠCree", + "d" + ], + [ + "a", + "mar" + ], + [ + "am", + "ar" + ], + [ + "ama", + "r" + ], + [ + "ĠP", + "ak" + ], + [ + "ĠPa", + "k" + ], + [ + "ĠB", + "odies" + ], + [ + "ĠBo", + "dies" + ], + [ + "ĠBod", + "ies" + ], + [ + "os", + "ia" + ], + [ + "osi", + "a" + ], + [ + "ĠD", + "anny" + ], + [ + "ĠDan", + "ny" + ], + [ + "Ġsh", + "uts" + ], + [ + "Ġshut", + "s" + ], + [ + "Ġ", + "NL" + ], + [ + "ĠN", + "L" + ], + [ + "Ġ", + "LP" + ], + [ + "ĠL", + "P" + ], + [ + "rou", + "ping" + ], + [ + "roup", + "ing" + ], + [ + "Ġ", + "OSA" + ], + [ + "ĠO", + "SA" + ], + [ + "ĠOS", + "A" + ], + [ + "in", + "di" + ], + [ + "ind", + "i" + ], + [ + "Ġj", + "umper" + ], + [ + "Ġjump", + "er" + ], + [ + "ub", + "arb" + ], + [ + "Ġ", + "racks" + ], + [ + "Ġr", + "acks" + ], + [ + "Ġra", + "cks" + ], + [ + "Ġrac", + "ks" + ], + [ + "Ġrack", + "s" + ], + [ + "o", + "biology" + ], + [ + "ob", + "iology" + ], + [ + "obi", + "ology" + ], + [ + "Ġsim", + "ulates" + ], + [ + "Ġsimulate", + "s" + ], + [ + "Ġjust", + "ly" + ], + [ + "ĠPro", + "state" + ], + [ + "ĠProst", + "ate" + ], + [ + "âĢĶ", + "both" + ], + [ + "an", + "cient" + ], + [ + "anc", + "ient" + ], + [ + "Ġlight", + "headed" + ], + [ + "Ġhere", + "by" + ], + [ + "oint", + "ment" + ], + [ + "-m", + "otor" + ], + [ + "-mot", + "or" + ], + [ + "Ġmicro", + "organism" + ], + [ + "Ġsent", + "ient" + ], + [ + "Ġutil", + "ising" + ], + [ + "Ġf", + "olly" + ], + [ + "Ġfol", + "ly" + ], + [ + "Ġimmun", + "isation" + ], + [ + "Ġd", + "entin" + ], + [ + "Ġden", + "tin" + ], + [ + "Ġdent", + "in" + ], + [ + "Ġclar", + "ifies" + ], + [ + "Ġtherm", + "oc" + ], + [ + "Ġthermo", + "c" + ], + [ + "ĠMove", + "ments" + ], + [ + "ĠMovement", + "s" + ], + [ + "Pr", + "ince" + ], + [ + "Princ", + "e" + ], + [ + "ĠPy", + "ongyang" + ], + [ + "Ġmac", + "roscopic" + ], + [ + "Ġmacro", + "scopic" + ], + [ + "Mat", + "hematics" + ], + [ + "Math", + "ematics" + ], + [ + "Ġlib", + "erating" + ], + [ + "Ġliber", + "ating" + ], + [ + "ĠAmb", + "rose" + ], + [ + "ä¸", + "Ń" + ], + [ + "uka", + "emia" + ], + [ + "Ġsincere", + "ly" + ], + [ + "ĠWake", + "field" + ], + [ + "ĠSie", + "mens" + ], + [ + "ĠSiem", + "ens" + ], + [ + "ĠSchwar", + "z" + ], + [ + ".", + "col" + ], + [ + ".c", + "ol" + ], + [ + ".co", + "l" + ], + [ + "E", + "u" + ], + [ + "F", + "ruits" + ], + [ + "Fr", + "uits" + ], + [ + "Fruit", + "s" + ], + [ + "L", + "ewis" + ], + [ + "R", + "H" + ], + [ + "b", + "rown" + ], + [ + "br", + "own" + ], + [ + "bro", + "wn" + ], + [ + "d", + "ynamic" + ], + [ + "f", + "ellow" + ], + [ + "fell", + "ow" + ], + [ + "fel", + "low" + ], + [ + "m", + "useum" + ], + [ + "z", + "u" + ], + [ + "Ġ", + "cation" + ], + [ + "Ġc", + "ation" + ], + [ + "Ġca", + "tion" + ], + [ + "Ġcat", + "ion" + ], + [ + "Ġ", + "bery" + ], + [ + "Ġb", + "ery" + ], + [ + "Ġbe", + "ry" + ], + [ + "Ġber", + "y" + ], + [ + "Ġl", + "ard" + ], + [ + "Ġlar", + "d" + ], + [ + "Ġla", + "rd" + ], + [ + "Ġn", + "iece" + ], + [ + "ir", + "vana" + ], + [ + "a", + "mol" + ], + [ + "am", + "ol" + ], + [ + "amo", + "l" + ], + [ + "ter", + "dam" + ], + [ + "ĠM", + "atching" + ], + [ + "ĠMat", + "ching" + ], + [ + "ĠMatch", + "ing" + ], + [ + "Ġ", + "heck" + ], + [ + "Ġh", + "eck" + ], + [ + "Ġhe", + "ck" + ], + [ + "Ġwe", + "aned" + ], + [ + "Ġwean", + "ed" + ], + [ + "ĠE", + "id" + ], + [ + "ĠN", + "BA" + ], + [ + "ĠNB", + "A" + ], + [ + "i", + "zen" + ], + [ + "iz", + "en" + ], + [ + "ize", + "n" + ], + [ + "Ġdis", + "mal" + ], + [ + "Ġdism", + "al" + ], + [ + "ĠJ", + "ungle" + ], + [ + "ĠJun", + "gle" + ], + [ + "ĠJung", + "le" + ], + [ + "Ġsc", + "rot" + ], + [ + "Ġscr", + "ot" + ], + [ + "ĠV", + "iv" + ], + [ + "ĠVi", + "v" + ], + [ + "ĠV", + "esp" + ], + [ + "ĠVe", + "sp" + ], + [ + "ĠVes", + "p" + ], + [ + "Ġdes", + "olate" + ], + [ + "Ġre", + "ps" + ], + [ + "Ġr", + "eps" + ], + [ + "Ġrep", + "s" + ], + [ + "ov", + "ies" + ], + [ + "ovie", + "s" + ], + [ + "Ġre", + "growth" + ], + [ + "Ġreg", + "rowth" + ], + [ + "Ġregrow", + "th" + ], + [ + "Ġend", + "points" + ], + [ + "Ġendpoint", + "s" + ], + [ + "Ġser", + "ge" + ], + [ + "Ġs", + "ling" + ], + [ + "Ġsl", + "ing" + ], + [ + "-", + "mort" + ], + [ + "-m", + "ort" + ], + [ + "Ġche", + "mo" + ], + [ + "Ġchem", + "o" + ], + [ + "ĠWar", + "rior" + ], + [ + "Ġarch", + "bishop" + ], + [ + "Ġtravel", + "ler" + ], + [ + "Ġconc", + "ord" + ], + [ + "Ġconco", + "rd" + ], + [ + "yl", + "vania" + ], + [ + "-", + "have" + ], + [ + "-h", + "ave" + ], + [ + "Ġbroad", + "ened" + ], + [ + "Ġbroaden", + "ed" + ], + [ + "b", + "urst" + ], + [ + "bur", + "st" + ], + [ + "ĠAng", + "les" + ], + [ + "ĠAngle", + "s" + ], + [ + "ĠAngl", + "es" + ], + [ + "le", + "gs" + ], + [ + "leg", + "s" + ], + [ + "ĠBro", + "oke" + ], + [ + "ĠBrook", + "e" + ], + [ + "Ġcritic", + "izing" + ], + [ + "App", + "lying" + ], + [ + "Apply", + "ing" + ], + [ + "i", + "atus" + ], + [ + "ia", + "tus" + ], + [ + "iat", + "us" + ], + [ + "Ġmanifest", + "o" + ], + [ + "Ġhurt", + "ful" + ], + [ + "ĠMajor", + "ity" + ], + [ + "ĠMaj", + "ority" + ], + [ + "PD", + "ATE" + ], + [ + "ĠChall", + "enger" + ], + [ + "ĠChallenge", + "r" + ], + [ + "Ġcategor", + "ised" + ], + [ + "ĠOp", + "position" + ], + [ + "ĠOpp", + "osition" + ], + [ + "Ġ", + "ENT" + ], + [ + "ĠE", + "NT" + ], + [ + "ĠEN", + "T" + ], + [ + "ĠHa", + "zel" + ], + [ + "ĠHaz", + "el" + ], + [ + "-", + "impro" + ], + [ + "-im", + "pro" + ], + [ + "-imp", + "ro" + ], + [ + "ĠGa", + "ia" + ], + [ + "Ġde", + "leting" + ], + [ + "Ġdel", + "eting" + ], + [ + "Ġdele", + "ting" + ], + [ + "ĠCool", + "idge" + ], + [ + "ĠNic", + "kel" + ], + [ + "ĠNick", + "el" + ], + [ + "ĠBernard", + "ino" + ], + [ + "ĠDin", + "osaurs" + ], + [ + "ĠDinosaur", + "s" + ], + [ + "Ġintermitt", + "ently" + ], + [ + "Ġintermittent", + "ly" + ], + [ + "Ġha", + "sten" + ], + [ + "Ġhas", + "ten" + ], + [ + "Ġhast", + "en" + ], + [ + "Ġhaste", + "n" + ], + [ + "Ġmoll", + "usks" + ], + [ + "Ġoutfit", + "ted" + ], + [ + "ĠSie", + "ge" + ], + [ + "ĠSieg", + "e" + ], + [ + "phin", + "x" + ], + [ + "Ġancient", + "s" + ], + [ + "Ġanc", + "ients" + ], + [ + "Dar", + "win" + ], + [ + "ĠDias", + "pora" + ], + [ + "-", + "around" + ], + [ + "-a", + "round" + ], + [ + "-ar", + "ound" + ], + [ + ".", + "To" + ], + [ + ".T", + "o" + ], + [ + ":", + "|Ċ" + ], + [ + "G", + "er" + ], + [ + "Ge", + "r" + ], + [ + "P", + "in" + ], + [ + "Pi", + "n" + ], + [ + "f", + "ir" + ], + [ + "fi", + "r" + ], + [ + "s", + "aw" + ], + [ + "sa", + "w" + ], + [ + "u", + "let" + ], + [ + "ul", + "et" + ], + [ + "ule", + "t" + ], + [ + "å", + "¹" + ], + [ + "Ġthe", + "saurus" + ], + [ + "Ġre", + "open" + ], + [ + "Ġreop", + "en" + ], + [ + "ĠT", + "rit" + ], + [ + "ĠTr", + "it" + ], + [ + "ĠTri", + "t" + ], + [ + "Ġ", + "TES" + ], + [ + "ĠT", + "ES" + ], + [ + "ĠTE", + "S" + ], + [ + "i", + "ges" + ], + [ + "ig", + "es" + ], + [ + "ige", + "s" + ], + [ + "ĠI", + "EA" + ], + [ + "ĠIE", + "A" + ], + [ + "ad", + "vent" + ], + [ + "adv", + "ent" + ], + [ + "is", + "tas" + ], + [ + "ist", + "as" + ], + [ + "ista", + "s" + ], + [ + "Ġhe", + "aps" + ], + [ + "Ġheap", + "s" + ], + [ + "ĠB", + "ingham" + ], + [ + "ĠBin", + "gham" + ], + [ + "ĠBing", + "ham" + ], + [ + "ant", + "ile" + ], + [ + "anti", + "le" + ], + [ + "ĠD", + "G" + ], + [ + "ĠD", + "ates" + ], + [ + "ĠDate", + "s" + ], + [ + "ĠDa", + "tes" + ], + [ + "ĠDat", + "es" + ], + [ + "ĠL", + "DS" + ], + [ + "ĠLD", + "S" + ], + [ + "Ġ", + "OTC" + ], + [ + "ĠO", + "TC" + ], + [ + "ĠOT", + "C" + ], + [ + "Ġrec", + "iting" + ], + [ + "iet", + "nam" + ], + [ + "Ġ", + "generational" + ], + [ + "Ġgen", + "erational" + ], + [ + "Ġgener", + "ational" + ], + [ + "Ġgeneration", + "al" + ], + [ + "Ġgene", + "rational" + ], + [ + "ĠAl", + "kal" + ], + [ + "Ġfun", + "erals" + ], + [ + "Ġfuneral", + "s" + ], + [ + "âĢľ", + "Many" + ], + [ + "ĠIs", + "olation" + ], + [ + "ĠIso", + "lation" + ], + [ + "ĠC", + "anine" + ], + [ + "ĠCan", + "ine" + ], + [ + "Ġdel", + "usions" + ], + [ + "Ġdelusion", + "s" + ], + [ + "-", + "tax" + ], + [ + "-t", + "ax" + ], + [ + "Ġwind", + "mill" + ], + [ + "Ġn", + "ightly" + ], + [ + "Ġnight", + "ly" + ], + [ + "r", + "ogenesis" + ], + [ + "rogen", + "esis" + ], + [ + "-st", + "rength" + ], + [ + "Ġcapital", + "ization" + ], + [ + "ĠTrans", + "plant" + ], + [ + "Ġtransform", + "ational" + ], + [ + "Ġtransformation", + "al" + ], + [ + "Ġshar", + "ps" + ], + [ + "Ġsharp", + "s" + ], + [ + "ĠB", + "asis" + ], + [ + "ĠBas", + "is" + ], + [ + "ĠBa", + "sis" + ], + [ + "Ġpur", + "est" + ], + [ + "Ġpure", + "st" + ], + [ + "Ġpu", + "rest" + ], + [ + "ĠAp", + "nea" + ], + [ + "ĠPsych", + "ologists" + ], + [ + "ĠPsychologist", + "s" + ], + [ + "S", + "SL" + ], + [ + "SS", + "L" + ], + [ + "ĠM", + "agi" + ], + [ + "ĠMa", + "gi" + ], + [ + "ĠMag", + "i" + ], + [ + "-", + "Western" + ], + [ + "-W", + "estern" + ], + [ + "-West", + "ern" + ], + [ + "-We", + "stern" + ], + [ + "Ġhat", + "chery" + ], + [ + "Ġhatch", + "ery" + ], + [ + "Ġv", + "anity" + ], + [ + "Ġvan", + "ity" + ], + [ + "ĠDesc", + "riptive" + ], + [ + "ĠCl", + "ubs" + ], + [ + "ĠClub", + "s" + ], + [ + "Ġ", + "×ij" + ], + [ + "Ġ×", + "ij" + ], + [ + "ĠBon", + "aparte" + ], + [ + "Ġalb", + "umin" + ], + [ + "Ġalbum", + "in" + ], + [ + "Ġspr", + "outed" + ], + [ + "Ġsprou", + "ted" + ], + [ + "Ġsprout", + "ed" + ], + [ + "Ġtrium", + "phant" + ], + [ + "Ġtriumph", + "ant" + ], + [ + "ĠWet", + "land" + ], + [ + "Ġlam", + "eness" + ], + [ + "Ġlame", + "ness" + ], + [ + "every", + "thing" + ], + [ + "Ġt", + "amar" + ], + [ + "Ġtam", + "ar" + ], + [ + "Ġta", + "mar" + ], + [ + "Ġenlight", + "ening" + ], + [ + "Ġenlighten", + "ing" + ], + [ + "Ġlex", + "icon" + ], + [ + "Ġlexic", + "on" + ], + [ + "Ġcreep", + "y" + ], + [ + "Ġreh", + "ears" + ], + [ + "Ġrehe", + "ars" + ], + [ + "Ġmalfunction", + "ing" + ], + [ + "Ġbottlen", + "ecks" + ], + [ + "Ġbottleneck", + "s" + ], + [ + "Ġischem", + "ia" + ], + [ + "Determ", + "ine" + ], + [ + "Ġvou", + "chers" + ], + [ + "Ġvoucher", + "s" + ], + [ + "ĠCalifornia", + "ns" + ], + [ + "ĠCaliforn", + "ians" + ], + [ + "ĠCalifornian", + "s" + ], + [ + "ĠAntioxid", + "ants" + ], + [ + "ĠAntioxidant", + "s" + ], + [ + "ĠBru", + "tus" + ], + [ + "ĠBrut", + "us" + ], + [ + "-", + "ant" + ], + [ + "-a", + "nt" + ], + [ + "-an", + "t" + ], + [ + "-", + "State" + ], + [ + "-St", + "ate" + ], + [ + ".", + "When" + ], + [ + ".W", + "hen" + ], + [ + "K", + "I" + ], + [ + "M", + "oses" + ], + [ + "Mo", + "ses" + ], + [ + "Mos", + "es" + ], + [ + "P", + "ractical" + ], + [ + "Pract", + "ical" + ], + [ + "R", + "oad" + ], + [ + "Ro", + "ad" + ], + [ + "_", + "p" + ], + [ + "b", + "ied" + ], + [ + "bi", + "ed" + ], + [ + "bie", + "d" + ], + [ + "l", + "und" + ], + [ + "lu", + "nd" + ], + [ + "r", + "r" + ], + [ + "Ġt", + "ether" + ], + [ + "Ġte", + "ther" + ], + [ + "Ġtet", + "her" + ], + [ + "Ġ", + "ak" + ], + [ + "Ġa", + "k" + ], + [ + "at", + "os" + ], + [ + "ato", + "s" + ], + [ + "ch", + "rot" + ], + [ + "Ġ", + "yo" + ], + [ + "Ġy", + "o" + ], + [ + "Ġon", + "shore" + ], + [ + "Ġst", + "radd" + ], + [ + "Ġstr", + "add" + ], + [ + "Ġstra", + "dd" + ], + [ + "ĠS", + "SA" + ], + [ + "ĠSS", + "A" + ], + [ + "Ġ", + "MV" + ], + [ + "ĠM", + "V" + ], + [ + "ĠB", + "acillus" + ], + [ + "ĠBac", + "illus" + ], + [ + "ĠW", + "ich" + ], + [ + "ĠWi", + "ch" + ], + [ + "ĠWic", + "h" + ], + [ + "ĠW", + "ife" + ], + [ + "ĠWi", + "fe" + ], + [ + "ĠW", + "ester" + ], + [ + "ĠWe", + "ster" + ], + [ + "ĠWest", + "er" + ], + [ + "ĠWes", + "ter" + ], + [ + "ĠF", + "aso" + ], + [ + "ĠFa", + "so" + ], + [ + "ĠL", + "ef" + ], + [ + "ĠLe", + "f" + ], + [ + "ĠL", + "isteria" + ], + [ + "ĠList", + "eria" + ], + [ + "ĠLister", + "ia" + ], + [ + "Ġad", + "heres" + ], + [ + "Ġadhere", + "s" + ], + [ + "a", + "port" + ], + [ + "ap", + "ort" + ], + [ + "apor", + "t" + ], + [ + "apo", + "rt" + ], + [ + "r", + "yan" + ], + [ + "ry", + "an" + ], + [ + "Ġme", + "ager" + ], + [ + "r", + "iced" + ], + [ + "ri", + "ced" + ], + [ + "ric", + "ed" + ], + [ + "rice", + "d" + ], + [ + "p", + "leted" + ], + [ + "pl", + "eted" + ], + [ + "ple", + "ted" + ], + [ + "plete", + "d" + ], + [ + "plet", + "ed" + ], + [ + "Ġrep", + "ressive" + ], + [ + "Ġrepress", + "ive" + ], + [ + "Ġnum", + "eral" + ], + [ + "Ġnumer", + "al" + ], + [ + "Ġm", + "onet" + ], + [ + "Ġmon", + "et" + ], + [ + "Ġmo", + "net" + ], + [ + "p", + "sin" + ], + [ + "ps", + "in" + ], + [ + "ĠS", + "pots" + ], + [ + "ĠSp", + "ots" + ], + [ + "ĠSpot", + "s" + ], + [ + "ĠSp", + "arrow" + ], + [ + "ĠSpar", + "row" + ], + [ + "Ġcor", + "rugated" + ], + [ + "am", + "pal" + ], + [ + "amp", + "al" + ], + [ + "ampa", + "l" + ], + [ + "Ġs", + "wells" + ], + [ + "Ġsw", + "ells" + ], + [ + "Ġswell", + "s" + ], + [ + "â̦", + "the" + ], + [ + "Ġfire", + "places" + ], + [ + "Ġfireplace", + "s" + ], + [ + "Ġprep", + "ositions" + ], + [ + "Ġpreposition", + "s" + ], + [ + "p", + "rog" + ], + [ + "pr", + "og" + ], + [ + "pro", + "g" + ], + [ + "ĠCons", + "istent" + ], + [ + "Ġ", + "Notable" + ], + [ + "ĠNo", + "table" + ], + [ + "ĠNot", + "able" + ], + [ + "ĠRe", + "call" + ], + [ + "ĠRec", + "all" + ], + [ + "ĠF", + "loss" + ], + [ + "ĠFl", + "oss" + ], + [ + "ĠFlo", + "ss" + ], + [ + "Ġurban", + "isation" + ], + [ + "Ġbed", + "side" + ], + [ + "Ġbeds", + "ide" + ], + [ + "Ġtooth", + "ache" + ], + [ + "Ġcontract", + "ual" + ], + [ + "ĠC", + "urry" + ], + [ + "ĠCur", + "ry" + ], + [ + "Ġ", + "â̦." + ], + [ + "Ġâ̦", + "." + ], + [ + "Ġsav", + "ory" + ], + [ + "°", + "," + ], + [ + "Ġvictim", + "ization" + ], + [ + "Ġsince", + "rity" + ], + [ + "Ġsin", + "cerity" + ], + [ + "ĠSil", + "ence" + ], + [ + "ĠMid", + "lands" + ], + [ + "ĠMidland", + "s" + ], + [ + "anz", + "as" + ], + [ + "anza", + "s" + ], + [ + "Ġdep", + "leting" + ], + [ + "Ġdeple", + "ting" + ], + [ + "Ġdepl", + "eting" + ], + [ + "Ġ", + "liners" + ], + [ + "Ġl", + "iners" + ], + [ + "Ġline", + "rs" + ], + [ + "Ġlin", + "ers" + ], + [ + "Ġli", + "ners" + ], + [ + "Ġliner", + "s" + ], + [ + "Ġ", + "á¸" + ], + [ + "Ġá", + "¸" + ], + [ + "ĠHar", + "mon" + ], + [ + "ĠHarm", + "on" + ], + [ + "-pres", + "ident" + ], + [ + "Ġ", + "Increasingly" + ], + [ + "ĠIncreasing", + "ly" + ], + [ + "Ġreun", + "ification" + ], + [ + "ĠBou", + "levard" + ], + [ + "Ġscav", + "enging" + ], + [ + "Ġaur", + "ora" + ], + [ + "Ġhandic", + "apped" + ], + [ + "Ġhandicap", + "ped" + ], + [ + "Ġshamp", + "oos" + ], + [ + "Ġshampoo", + "s" + ], + [ + "Ġover", + "stated" + ], + [ + "Ġoverst", + "ated" + ], + [ + "ĠA", + "ryan" + ], + [ + "ĠAr", + "yan" + ], + [ + "ĠAry", + "an" + ], + [ + "ĠV", + "ulnerable" + ], + [ + "ĠVulner", + "able" + ], + [ + "ĠManifest", + "o" + ], + [ + "-ben", + "efit" + ], + [ + "ĠAlbu", + "querque" + ], + [ + "-", + "aid" + ], + [ + "-a", + "id" + ], + [ + "G", + "ame" + ], + [ + "Ga", + "me" + ], + [ + "W", + "ash" + ], + [ + "Was", + "h" + ], + [ + "Wa", + "sh" + ], + [ + "c", + "reative" + ], + [ + "creat", + "ive" + ], + [ + "h", + "ousing" + ], + [ + "hou", + "sing" + ], + [ + "ho", + "using" + ], + [ + "hous", + "ing" + ], + [ + "l", + "ig" + ], + [ + "li", + "g" + ], + [ + "Ġ", + "ais" + ], + [ + "Ġa", + "is" + ], + [ + "Ġai", + "s" + ], + [ + "Ġs", + "arcoma" + ], + [ + "Ġsarc", + "oma" + ], + [ + "Ġsar", + "coma" + ], + [ + "Ġto", + "othed" + ], + [ + "Ġtoo", + "thed" + ], + [ + "Ġtooth", + "ed" + ], + [ + "Ġl", + "atch" + ], + [ + "Ġlat", + "ch" + ], + [ + "ĠT", + "oul" + ], + [ + "ĠTo", + "ul" + ], + [ + "ĠTou", + "l" + ], + [ + "ur", + "ization" + ], + [ + "Ġst", + "alking" + ], + [ + "Ġstalk", + "ing" + ], + [ + "Ġstal", + "king" + ], + [ + "ĠA", + "ru" + ], + [ + "ĠAr", + "u" + ], + [ + "Ġ", + "ALA" + ], + [ + "ĠA", + "LA" + ], + [ + "ĠAL", + "A" + ], + [ + "e", + "lier" + ], + [ + "el", + "ier" + ], + [ + "eli", + "er" + ], + [ + "t", + "ham" + ], + [ + "th", + "am" + ], + [ + "tha", + "m" + ], + [ + "Ġwe", + "athered" + ], + [ + "Ġweather", + "ed" + ], + [ + "l", + "don" + ], + [ + "ld", + "on" + ], + [ + "ĠD", + "irection" + ], + [ + "ĠDi", + "rection" + ], + [ + "ĠDirect", + "ion" + ], + [ + "ĠDir", + "ection" + ], + [ + "un", + "ter" + ], + [ + "unt", + "er" + ], + [ + "ĠG", + "arb" + ], + [ + "ĠGar", + "b" + ], + [ + "ĠL", + "ose" + ], + [ + "ĠLo", + "se" + ], + [ + "ĠLos", + "e" + ], + [ + "a", + "kar" + ], + [ + "ak", + "ar" + ], + [ + "aka", + "r" + ], + [ + "ĠT", + "horn" + ], + [ + "ĠTh", + "orn" + ], + [ + "ĠThor", + "n" + ], + [ + "av", + "ad" + ], + [ + "ava", + "d" + ], + [ + "ĠUn", + "abridged" + ], + [ + "h", + "enol" + ], + [ + "hen", + "ol" + ], + [ + "Ġhuman", + "ism" + ], + [ + "e", + "ads" + ], + [ + "ead", + "s" + ], + [ + "ea", + "ds" + ], + [ + "âĢĶ", + "when" + ], + [ + "ah", + "ili" + ], + [ + "ahi", + "li" + ], + [ + "Ġsl", + "its" + ], + [ + "Ġslit", + "s" + ], + [ + "Ġbus", + "iest" + ], + [ + "Ġfil", + "ename" + ], + [ + "Ġfile", + "name" + ], + [ + "Ġs", + "alted" + ], + [ + "Ġsal", + "ted" + ], + [ + "Ġsalt", + "ed" + ], + [ + "ĠMar", + "ilyn" + ], + [ + "ĠMari", + "lyn" + ], + [ + "Ġbar", + "rage" + ], + [ + "Ġ", + "burgers" + ], + [ + "Ġbur", + "gers" + ], + [ + "Ġburg", + "ers" + ], + [ + "Ġburge", + "rs" + ], + [ + "Ġburger", + "s" + ], + [ + "-", + "wire" + ], + [ + "-w", + "ire" + ], + [ + "Ġec", + "otourism" + ], + [ + "Ġbit", + "umen" + ], + [ + "ĠSystem", + "ic" + ], + [ + "a", + "ido" + ], + [ + "ai", + "do" + ], + [ + "aid", + "o" + ], + [ + "Ġwid", + "get" + ], + [ + "E", + "TE" + ], + [ + "ET", + "E" + ], + [ + "Ġth", + "icken" + ], + [ + "Ġthick", + "en" + ], + [ + "Ġthi", + "cken" + ], + [ + "Ġconv", + "oy" + ], + [ + "Ġimmun", + "ized" + ], + [ + "ĠMass", + "ive" + ], + [ + "IL", + "ITY" + ], + [ + "Ġp", + "itted" + ], + [ + "Ġpit", + "ted" + ], + [ + "df", + "unding" + ], + [ + "Ġharsh", + "ly" + ], + [ + "Ġintr", + "uders" + ], + [ + "Ġintruder", + "s" + ], + [ + "ĠAsh", + "ken" + ], + [ + "educ", + "ational" + ], + [ + "education", + "al" + ], + [ + "Ġche", + "rish" + ], + [ + "Ġcher", + "ish" + ], + [ + "Ġmarg", + "inally" + ], + [ + "Ġmarginal", + "ly" + ], + [ + "Ġmargin", + "ally" + ], + [ + "ĠUpd", + "ates" + ], + [ + "ĠUpdate", + "s" + ], + [ + "ĠOw", + "ls" + ], + [ + "ĠOwl", + "s" + ], + [ + "ĠBah", + "rain" + ], + [ + "ĠC", + "andy" + ], + [ + "ĠCan", + "dy" + ], + [ + "ĠCand", + "y" + ], + [ + "Ġdi", + "pole" + ], + [ + "Ġdip", + "ole" + ], + [ + "ĠSax", + "ons" + ], + [ + "ĠSaxon", + "s" + ], + [ + "Ġpredisp", + "ose" + ], + [ + "Ġfire", + "fighting" + ], + [ + "Ġfiref", + "ighting" + ], + [ + "ĠU", + "TF" + ], + [ + "ĠUT", + "F" + ], + [ + "Ġun", + "locking" + ], + [ + "Ġunlock", + "ing" + ], + [ + "Ġunl", + "ocking" + ], + [ + "ĠNik", + "ola" + ], + [ + "ĠNikol", + "a" + ], + [ + "ĠVol", + "canic" + ], + [ + "ĠVolcan", + "ic" + ], + [ + "Ġfel", + "ony" + ], + [ + "Ġtranscend", + "ent" + ], + [ + "ĠC", + "odex" + ], + [ + "ĠCode", + "x" + ], + [ + "ĠCod", + "ex" + ], + [ + "ĠAn", + "alog" + ], + [ + "ĠAnal", + "og" + ], + [ + "ĠAna", + "log" + ], + [ + "ĠEx", + "hibit" + ], + [ + "ĠExhib", + "it" + ], + [ + "ĠDol", + "phin" + ], + [ + "ĠDolph", + "in" + ], + [ + "ĠEnce", + "ladus" + ], + [ + "'", + "a" + ], + [ + "?", + "||" + ], + [ + "A", + "k" + ], + [ + "M", + "otor" + ], + [ + "Mo", + "tor" + ], + [ + "Mot", + "or" + ], + [ + "R", + "ule" + ], + [ + "e", + "ffect" + ], + [ + "ef", + "fect" + ], + [ + "eff", + "ect" + ], + [ + "r", + "ules" + ], + [ + "ru", + "les" + ], + [ + "rule", + "s" + ], + [ + "Ç", + "İ" + ], + [ + "Ġt", + "aut" + ], + [ + "Ġta", + "ut" + ], + [ + "Ġtau", + "t" + ], + [ + "in", + "put" + ], + [ + "Ġ", + "cot" + ], + [ + "Ġc", + "ot" + ], + [ + "Ġco", + "t" + ], + [ + "Ġf", + "ades" + ], + [ + "Ġfa", + "des" + ], + [ + "Ġfade", + "s" + ], + [ + "Ġfad", + "es" + ], + [ + "Ġ", + "reen" + ], + [ + "Ġre", + "en" + ], + [ + "Ġr", + "een" + ], + [ + "Ġree", + "n" + ], + [ + "Ġst", + "itching" + ], + [ + "Ġstitch", + "ing" + ], + [ + "ĠS", + "is" + ], + [ + "ĠSi", + "s" + ], + [ + "u", + "ld" + ], + [ + "ul", + "d" + ], + [ + "Ġa", + "nis" + ], + [ + "Ġan", + "is" + ], + [ + "op", + "oe" + ], + [ + "opo", + "e" + ], + [ + "Ġw", + "eeding" + ], + [ + "Ġwe", + "eding" + ], + [ + "Ġwee", + "ding" + ], + [ + "Ġweed", + "ing" + ], + [ + "ĠB", + "oss" + ], + [ + "ĠBo", + "ss" + ], + [ + "ĠBos", + "s" + ], + [ + "ĠH", + "ahn" + ], + [ + "ĠHa", + "hn" + ], + [ + "Ġr", + "ife" + ], + [ + "Ġrif", + "e" + ], + [ + "ĠD", + "ro" + ], + [ + "ĠDr", + "o" + ], + [ + "ĠS", + "take" + ], + [ + "ĠSt", + "ake" + ], + [ + "ĠSta", + "ke" + ], + [ + "Ġam", + "assed" + ], + [ + "Ġc", + "urd" + ], + [ + "Ġcur", + "d" + ], + [ + "Ġcu", + "rd" + ], + [ + "Ġclass", + "mate" + ], + [ + "âĢľ", + "Some" + ], + [ + "âĢľSo", + "me" + ], + [ + "âĢľS", + "ome" + ], + [ + "ag", + "na" + ], + [ + "agn", + "a" + ], + [ + "Ġv", + "eg" + ], + [ + "Ġve", + "g" + ], + [ + "Ġbus", + "hy" + ], + [ + "Ġbush", + "y" + ], + [ + "Ġwild", + "flower" + ], + [ + "Ġprec", + "inct" + ], + [ + "Ġbirth", + "days" + ], + [ + "Ġbirthday", + "s" + ], + [ + "h", + "elia" + ], + [ + "he", + "lia" + ], + [ + "hel", + "ia" + ], + [ + "Ġmill", + "ilit" + ], + [ + "-g", + "arde" + ], + [ + "EN", + "CES" + ], + [ + "ENCE", + "S" + ], + [ + "Ġmis", + "lead" + ], + [ + "Ġtransl", + "ational" + ], + [ + "Ġtranslation", + "al" + ], + [ + "Ġmid", + "way" + ], + [ + "Ġmidw", + "ay" + ], + [ + "bur", + "ne" + ], + [ + "burn", + "e" + ], + [ + "ĠN", + "AD" + ], + [ + "ĠNA", + "D" + ], + [ + "c", + "ano" + ], + [ + "can", + "o" + ], + [ + "ca", + "no" + ], + [ + "Ġtele", + "health" + ], + [ + "ĠCor", + "bett" + ], + [ + "Ġsav", + "annah" + ], + [ + "Ġsavanna", + "h" + ], + [ + "Ġrep", + "roduces" + ], + [ + "Ġreprodu", + "ces" + ], + [ + "Ġreproduce", + "s" + ], + [ + "Ġreproduc", + "es" + ], + [ + "Ġsolid", + "ified" + ], + [ + "m", + "atism" + ], + [ + "mat", + "ism" + ], + [ + "matis", + "m" + ], + [ + "Ġstock", + "ings" + ], + [ + "Ġstocking", + "s" + ], + [ + "Ġprol", + "apse" + ], + [ + "ĠGold", + "berg" + ], + [ + "Ġfer", + "ocious" + ], + [ + "Ġ", + "Listed" + ], + [ + "ĠL", + "isted" + ], + [ + "ĠList", + "ed" + ], + [ + "ĠLi", + "sted" + ], + [ + "ĠLis", + "ted" + ], + [ + "Ġhoney", + "bee" + ], + [ + "ĠM", + "SU" + ], + [ + "ĠMS", + "U" + ], + [ + "ĠTO", + "DAY" + ], + [ + "Col", + "lection" + ], + [ + "Coll", + "ection" + ], + [ + "Collect", + "ion" + ], + [ + "la", + "math" + ], + [ + "lam", + "ath" + ], + [ + "Ġdecomp", + "ression" + ], + [ + "ĠS", + "ensitive" + ], + [ + "ĠSens", + "itive" + ], + [ + "ĠCook", + "ies" + ], + [ + "ĠDal", + "mat" + ], + [ + "Ġdye", + "ing" + ], + [ + "Ġ", + "nourished" + ], + [ + "Ġnour", + "ished" + ], + [ + "Ġnourish", + "ed" + ], + [ + "ĠEl", + "ders" + ], + [ + "ĠEld", + "ers" + ], + [ + "ĠElder", + "s" + ], + [ + "Design", + "ing" + ], + [ + "Des", + "igning" + ], + [ + "Ġfr", + "esco" + ], + [ + "Ġfres", + "co" + ], + [ + "ĠCele", + "brate" + ], + [ + "ĠCelebr", + "ate" + ], + [ + "Ġoutc", + "ry" + ], + [ + "Sen", + "ior" + ], + [ + "Ġalve", + "oli" + ], + [ + "odia", + "lysis" + ], + [ + "odial", + "ysis" + ], + [ + "odi", + "alysis" + ], + [ + "diff", + "icult" + ], + [ + "Ġae", + "gypt" + ], + [ + "Ġbake", + "ry" + ], + [ + "Ġbaker", + "y" + ], + [ + "Ġbak", + "ery" + ], + [ + "(", + "I" + ], + [ + "-", + "Ad" + ], + [ + "-A", + "d" + ], + [ + "F", + "le" + ], + [ + "Fl", + "e" + ], + [ + "G", + "AN" + ], + [ + "GA", + "N" + ], + [ + "H", + "indu" + ], + [ + "M", + "agnetic" + ], + [ + "Magn", + "etic" + ], + [ + "P", + "ad" + ], + [ + "Pa", + "d" + ], + [ + "t", + "ry" + ], + [ + "tr", + "y" + ], + [ + "â", + "²" + ], + [ + "i", + "cos" + ], + [ + "ic", + "os" + ], + [ + "ico", + "s" + ], + [ + "Ġre", + "formation" + ], + [ + "Ġreform", + "ation" + ], + [ + "ĠT", + "ack" + ], + [ + "ĠTa", + "ck" + ], + [ + "ĠTac", + "k" + ], + [ + "ot", + "ope" + ], + [ + "oto", + "pe" + ], + [ + "ĠC", + "SP" + ], + [ + "ĠCS", + "P" + ], + [ + "o", + "done" + ], + [ + "od", + "one" + ], + [ + "odon", + "e" + ], + [ + "odo", + "ne" + ], + [ + "ĠB", + "ugs" + ], + [ + "ĠBu", + "gs" + ], + [ + "ĠBug", + "s" + ], + [ + "Ġ", + "nex" + ], + [ + "Ġn", + "ex" + ], + [ + "Ġne", + "x" + ], + [ + "ĠR", + "B" + ], + [ + "ic", + "hael" + ], + [ + "ich", + "ael" + ], + [ + "icha", + "el" + ], + [ + "el", + "len" + ], + [ + "ell", + "en" + ], + [ + "elle", + "n" + ], + [ + "ĠY", + "az" + ], + [ + "ĠYa", + "z" + ], + [ + "Ġhuman", + "istic" + ], + [ + "Ġhumanist", + "ic" + ], + [ + "ĠNew", + "born" + ], + [ + "us", + "sy" + ], + [ + "uss", + "y" + ], + [ + "-s", + "weetened" + ], + [ + "ĠEng", + "els" + ], + [ + "ĠEngel", + "s" + ], + [ + "Ġf", + "rees" + ], + [ + "Ġfree", + "s" + ], + [ + "Ġfre", + "es" + ], + [ + "Ġfr", + "ees" + ], + [ + "ĠCent", + "uries" + ], + [ + "Ġgr", + "easy" + ], + [ + "Ġgre", + "asy" + ], + [ + "ĠLe", + "igh" + ], + [ + "ĠLe", + "ap" + ], + [ + "ĠLea", + "p" + ], + [ + "ĠNorth", + "umberland" + ], + [ + "Ġmicro", + "c" + ], + [ + "Ġmic", + "roc" + ], + [ + "ĠPer", + "ipheral" + ], + [ + "Ġpredict", + "ability" + ], + [ + "Ġp", + "henyl" + ], + [ + "Ġphen", + "yl" + ], + [ + "ĠSaf", + "egu" + ], + [ + "ĠSafe", + "gu" + ], + [ + "Ġblind", + "ly" + ], + [ + "Ġasc", + "ension" + ], + [ + "ĠMid", + "western" + ], + [ + "ĠMidwest", + "ern" + ], + [ + "Ġextrem", + "ist" + ], + [ + "ĠCe", + "ylon" + ], + [ + "Ġcondem", + "ning" + ], + [ + "Ġcondemn", + "ing" + ], + [ + "-t", + "racking" + ], + [ + "-tra", + "cking" + ], + [ + "-tr", + "acking" + ], + [ + "-track", + "ing" + ], + [ + "Ġmurder", + "er" + ], + [ + "Ġmurd", + "erer" + ], + [ + "Ġst", + "ews" + ], + [ + "Ġste", + "ws" + ], + [ + "Ġstew", + "s" + ], + [ + "ĠMu", + "eller" + ], + [ + "Ġsc", + "rolling" + ], + [ + "Ġscroll", + "ing" + ], + [ + "Ġmarsh", + "m" + ], + [ + "Ġmars", + "hm" + ], + [ + "ä¸", + "Ģ" + ], + [ + "umen", + "ical" + ], + [ + "Ġglad", + "ly" + ], + [ + "De", + "fine" + ], + [ + "Defin", + "e" + ], + [ + "Def", + "ine" + ], + [ + "ĠBeg", + "inner" + ], + [ + "ĠBegin", + "ner" + ], + [ + "Ġoverth", + "rown" + ], + [ + "Ġoverthrow", + "n" + ], + [ + "ĠAlg", + "ae" + ], + [ + "Ġintercept", + "ed" + ], + [ + "ĠDemon", + "stration" + ], + [ + "ĠDemonstr", + "ation" + ], + [ + "Ġlyn", + "ching" + ], + [ + "Ġlynch", + "ing" + ], + [ + "Ġchampion", + "ship" + ], + [ + "Ġchampions", + "hip" + ], + [ + "Re", + "quest" + ], + [ + "Requ", + "est" + ], + [ + "Ġdend", + "ritic" + ], + [ + "ĠEas", + "ily" + ], + [ + "Ġunsett", + "ling" + ], + [ + "ĠBism", + "arck" + ], + [ + "-", + "US" + ], + [ + "-U", + "S" + ], + [ + "M", + "AT" + ], + [ + "MA", + "T" + ], + [ + "N", + "ine" + ], + [ + "Ni", + "ne" + ], + [ + "f", + "ib" + ], + [ + "fi", + "b" + ], + [ + "w", + "ine" + ], + [ + "win", + "e" + ], + [ + "wi", + "ne" + ], + [ + "re", + "ported" + ], + [ + "rep", + "orted" + ], + [ + "report", + "ed" + ], + [ + "Ġb", + "ienn" + ], + [ + "Ġbi", + "enn" + ], + [ + "Ġ", + "giver" + ], + [ + "Ġg", + "iver" + ], + [ + "Ġgive", + "r" + ], + [ + "Ġgi", + "ver" + ], + [ + "i", + "mble" + ], + [ + "im", + "ble" + ], + [ + "imb", + "le" + ], + [ + "Ġst", + "urgeon" + ], + [ + "ĠA", + "us" + ], + [ + "ĠAu", + "s" + ], + [ + "ĠP", + "df" + ], + [ + "o", + "real" + ], + [ + "or", + "eal" + ], + [ + "ore", + "al" + ], + [ + "orea", + "l" + ], + [ + "ĠB", + "land" + ], + [ + "ĠBl", + "and" + ], + [ + "ĠW", + "an" + ], + [ + "ĠWa", + "n" + ], + [ + "ĠW", + "ren" + ], + [ + "Ġ", + "chia" + ], + [ + "Ġch", + "ia" + ], + [ + "Ġchi", + "a" + ], + [ + "Ġ", + "leasing" + ], + [ + "Ġle", + "asing" + ], + [ + "ĠR", + "aid" + ], + [ + "ĠRa", + "id" + ], + [ + "ĠRai", + "d" + ], + [ + "Ġab", + "atement" + ], + [ + "ĠL", + "ift" + ], + [ + "ĠLi", + "ft" + ], + [ + "ĠLif", + "t" + ], + [ + "p", + "lin" + ], + [ + "pl", + "in" + ], + [ + "e", + "cher" + ], + [ + "ec", + "her" + ], + [ + "ech", + "er" + ], + [ + "eche", + "r" + ], + [ + "Ġdis", + "as" + ], + [ + "en", + "do" + ], + [ + "end", + "o" + ], + [ + "Ġ", + "peaking" + ], + [ + "Ġpe", + "aking" + ], + [ + "Ġpeak", + "ing" + ], + [ + "Ġpea", + "king" + ], + [ + "ĠCh", + "il" + ], + [ + "ĠChi", + "l" + ], + [ + "ble", + "matic" + ], + [ + "bl", + "ematic" + ], + [ + "blem", + "atic" + ], + [ + "Ġgra", + "vest" + ], + [ + "Ġgrav", + "est" + ], + [ + "Ġgrave", + "st" + ], + [ + "Ġgraves", + "t" + ], + [ + "Ġ", + "Prol" + ], + [ + "ĠP", + "rol" + ], + [ + "ĠPro", + "l" + ], + [ + "ĠPr", + "ol" + ], + [ + "a", + "ley" + ], + [ + "al", + "ey" + ], + [ + "ale", + "y" + ], + [ + "ĠS", + "py" + ], + [ + "ĠSp", + "y" + ], + [ + "-", + "syn" + ], + [ + "-s", + "yn" + ], + [ + "-sy", + "n" + ], + [ + "Ġnatural", + "ists" + ], + [ + "Ġnaturalist", + "s" + ], + [ + "Ġ", + "etch" + ], + [ + "Ġet", + "ch" + ], + [ + "Ġetc", + "h" + ], + [ + "Ġside", + "bar" + ], + [ + "Ġt", + "ruce" + ], + [ + "Ġtr", + "uce" + ], + [ + "Ġtru", + "ce" + ], + [ + "ĠAm", + "ish" + ], + [ + "Ġcheck", + "lists" + ], + [ + "Ġchecklist", + "s" + ], + [ + "al", + "uation" + ], + [ + "alu", + "ation" + ], + [ + "ĠQu", + "otes" + ], + [ + "ĠQuote", + "s" + ], + [ + "ĠInt", + "ensive" + ], + [ + "Ġsn", + "ug" + ], + [ + "Ġcru", + "iser" + ], + [ + "Ġcruise", + "r" + ], + [ + "Ġde", + "rail" + ], + [ + "Ġder", + "ail" + ], + [ + "ĠPhil", + "ist" + ], + [ + "ĠPhi", + "list" + ], + [ + "Ġphotograph", + "ing" + ], + [ + "Ġphotograp", + "hing" + ], + [ + "ĠCommit", + "tees" + ], + [ + "ĠCommittee", + "s" + ], + [ + "ĠEnd", + "eav" + ], + [ + "Ġfalse", + "hood" + ], + [ + "Ġb", + "lower" + ], + [ + "Ġbl", + "ower" + ], + [ + "Ġblow", + "er" + ], + [ + "Ġblo", + "wer" + ], + [ + "ĠPan", + "zer" + ], + [ + "Ġvac", + "ations" + ], + [ + "Ġvacation", + "s" + ], + [ + "ĠD", + "owns" + ], + [ + "ĠDown", + "s" + ], + [ + "ĠDow", + "ns" + ], + [ + "Ġ", + "Keywords" + ], + [ + "ĠKey", + "words" + ], + [ + "Pr", + "ime" + ], + [ + "Prim", + "e" + ], + [ + "Ġ", + "×ķ" + ], + [ + "Ġ×", + "ķ" + ], + [ + "Ġanth", + "ology" + ], + [ + "Ġpie", + "zoelectric" + ], + [ + "Ġcuis", + "ines" + ], + [ + "Ġcuisine", + "s" + ], + [ + "ĠInn", + "ocent" + ], + [ + "Ġrevis", + "ited" + ], + [ + "Ġrevisit", + "ed" + ], + [ + "Ġinoc", + "ulation" + ], + [ + "Ġrehe", + "arsal" + ], + [ + "Ġrehears", + "al" + ], + [ + "ĠH", + "odgkin" + ], + [ + "ĠHod", + "gkin" + ], + [ + "ĠChel", + "sea" + ], + [ + "ĠSTUD", + "Y" + ], + [ + "ĠShap", + "iro" + ], + [ + "ĠOrdin", + "ance" + ], + [ + "olome", + "w" + ], + [ + "Ġshrou", + "ded" + ], + [ + "Ġshroud", + "ed" + ], + [ + "Ġwa", + "fers" + ], + [ + "Ġwafer", + "s" + ], + [ + "Ġwaf", + "ers" + ], + [ + "\"", + "To" + ], + [ + "-", + "ling" + ], + [ + "-l", + "ing" + ], + [ + "S", + "usan" + ], + [ + "Su", + "san" + ], + [ + "Sus", + "an" + ], + [ + "T", + "emperature" + ], + [ + "Tem", + "perature" + ], + [ + "Temper", + "ature" + ], + [ + "k", + "iller" + ], + [ + "ki", + "ller" + ], + [ + "kill", + "er" + ], + [ + "kil", + "ler" + ], + [ + "Ġc", + "ich" + ], + [ + "Ġcic", + "h" + ], + [ + "e", + "son" + ], + [ + "es", + "on" + ], + [ + "ĠS", + "IP" + ], + [ + "ĠSI", + "P" + ], + [ + "od", + "ox" + ], + [ + "odo", + "x" + ], + [ + "ĠP", + "OP" + ], + [ + "ĠPO", + "P" + ], + [ + "ĠH", + "ockey" + ], + [ + "ĠHock", + "ey" + ], + [ + "ĠD", + "ried" + ], + [ + "ĠDr", + "ied" + ], + [ + "ĠD", + "ON" + ], + [ + "ĠDO", + "N" + ], + [ + "Ġ", + "EA" + ], + [ + "ĠE", + "A" + ], + [ + "ĠF", + "IF" + ], + [ + "ĠFI", + "F" + ], + [ + "ĠR", + "oses" + ], + [ + "ĠRo", + "ses" + ], + [ + "ĠRose", + "s" + ], + [ + "ĠRos", + "es" + ], + [ + "ĠN", + "EVER" + ], + [ + "ĠNE", + "VER" + ], + [ + "ĠG", + "SM" + ], + [ + "ĠGS", + "M" + ], + [ + "ich", + "te" + ], + [ + "icht", + "e" + ], + [ + "ĠO", + "ax" + ], + [ + "Ġper", + "ishable" + ], + [ + "Ġperish", + "able" + ], + [ + "Ġ", + "KM" + ], + [ + "ĠK", + "M" + ], + [ + "ĠK", + "ara" + ], + [ + "ĠKar", + "a" + ], + [ + "ĠKa", + "ra" + ], + [ + "Ġinv", + "ader" + ], + [ + "Ġinvade", + "r" + ], + [ + "-s", + "ounding" + ], + [ + "-so", + "unding" + ], + [ + "-sound", + "ing" + ], + [ + "-p", + "aid" + ], + [ + "ĠAb", + "igail" + ], + [ + "ĠGu", + "itar" + ], + [ + "ĠJew", + "ry" + ], + [ + "l", + "sen" + ], + [ + "ls", + "en" + ], + [ + "Ġdiv", + "isive" + ], + [ + "I", + "CES" + ], + [ + "IC", + "ES" + ], + [ + "ICE", + "S" + ], + [ + "Ġun", + "defined" + ], + [ + "Ġund", + "efined" + ], + [ + "Ġalcohol", + "ics" + ], + [ + "Ġalcoholic", + "s" + ], + [ + "ĠHigh", + "lights" + ], + [ + "ĠHighlight", + "s" + ], + [ + "Ġhon", + "ours" + ], + [ + "Ġhonour", + "s" + ], + [ + "à¤", + "¹" + ], + [ + "Ġspect", + "acles" + ], + [ + "Ġspectacle", + "s" + ], + [ + "B", + "log" + ], + [ + "Bl", + "og" + ], + [ + "Ġped", + "als" + ], + [ + "Ġpedal", + "s" + ], + [ + "Ġ", + "ε" + ], + [ + "ĠÎ", + "µ" + ], + [ + "im", + "mun" + ], + [ + "imm", + "un" + ], + [ + "Ġencl", + "osing" + ], + [ + "Ġ", + "Selecting" + ], + [ + "ĠSe", + "lecting" + ], + [ + "ĠSelect", + "ing" + ], + [ + "ĠSel", + "ecting" + ], + [ + "ĠLiving", + "stone" + ], + [ + "ĠLivingston", + "e" + ], + [ + "Ġma", + "stitis" + ], + [ + "Ġmast", + "itis" + ], + [ + "Ġdisinfect", + "ing" + ], + [ + "bound", + "ary" + ], + [ + "Ġbre", + "wed" + ], + [ + "Ġbrew", + "ed" + ], + [ + "Ġelong", + "ation" + ], + [ + "ĠBra", + "hm" + ], + [ + "ĠBrah", + "m" + ], + [ + "Ġhast", + "ily" + ], + [ + "su", + "ggest" + ], + [ + "ĠWool", + "f" + ], + [ + "ĠWo", + "olf" + ], + [ + "Ġsept", + "um" + ], + [ + "Ġsep", + "tum" + ], + [ + "-", + "history" + ], + [ + "-hist", + "ory" + ], + [ + "ĠPest", + "icide" + ], + [ + "ĠPestic", + "ide" + ], + [ + "Ġpapill", + "omavirus" + ], + [ + "ĠAN", + "SI" + ], + [ + "ĠANS", + "I" + ], + [ + "ĠNi", + "elsen" + ], + [ + "ĠNiel", + "sen" + ], + [ + "ĠNie", + "lsen" + ], + [ + "Ġara", + "chn" + ], + [ + "Ġpython", + "s" + ], + [ + "Ġpyth", + "ons" + ], + [ + "-", + "Res" + ], + [ + "-R", + "es" + ], + [ + "-Re", + "s" + ], + [ + "/", + "o" + ], + [ + "/", + "The" + ], + [ + "/T", + "he" + ], + [ + "B", + "rian" + ], + [ + "Br", + "ian" + ], + [ + "C", + "ategories" + ], + [ + "G", + "row" + ], + [ + "Gr", + "ow" + ], + [ + "Gro", + "w" + ], + [ + "J", + "oint" + ], + [ + "Join", + "t" + ], + [ + "Jo", + "int" + ], + [ + "M", + "ORE" + ], + [ + "MO", + "RE" + ], + [ + "c", + "row" + ], + [ + "cr", + "ow" + ], + [ + "cro", + "w" + ], + [ + "v", + "iii" + ], + [ + "vi", + "ii" + ], + [ + "vii", + "i" + ], + [ + "æ", + "Ĺ" + ], + [ + "Ġ", + "rex" + ], + [ + "Ġre", + "x" + ], + [ + "Ġr", + "ex" + ], + [ + "Ġst", + "ung" + ], + [ + "ĠA", + "IS" + ], + [ + "ĠAI", + "S" + ], + [ + "ĠM", + "US" + ], + [ + "ĠMU", + "S" + ], + [ + "Ġv", + "ass" + ], + [ + "Ġvas", + "s" + ], + [ + "Ġva", + "ss" + ], + [ + "Ġ", + "atl" + ], + [ + "Ġat", + "l" + ], + [ + "Ġch", + "ained" + ], + [ + "Ġchain", + "ed" + ], + [ + "Ġcha", + "ined" + ], + [ + "o", + "chem" + ], + [ + "oc", + "hem" + ], + [ + "och", + "em" + ], + [ + "oche", + "m" + ], + [ + "Ġ", + "EG" + ], + [ + "ĠE", + "G" + ], + [ + "Ġ", + "ETH" + ], + [ + "ĠE", + "TH" + ], + [ + "ĠET", + "H" + ], + [ + "ĠF", + "ug" + ], + [ + "ĠFu", + "g" + ], + [ + "ĠG", + "one" + ], + [ + "ĠGo", + "ne" + ], + [ + "ĠGon", + "e" + ], + [ + "ĠG", + "ently" + ], + [ + "ĠGent", + "ly" + ], + [ + "ĠG", + "OP" + ], + [ + "ĠGO", + "P" + ], + [ + "Ġ", + "Losing" + ], + [ + "ĠL", + "osing" + ], + [ + "ĠLo", + "sing" + ], + [ + "ĠLos", + "ing" + ], + [ + "a", + "ston" + ], + [ + "as", + "ton" + ], + [ + "ast", + "on" + ], + [ + "ĠIn", + "hib" + ], + [ + "ĠInh", + "ib" + ], + [ + "ĠJ", + "aff" + ], + [ + "ĠJa", + "ff" + ], + [ + "Ġj", + "ungles" + ], + [ + "Ġjungle", + "s" + ], + [ + "Ġtim", + "est" + ], + [ + "Ġtime", + "st" + ], + [ + "Ġtimes", + "t" + ], + [ + "ĠSt", + "rict" + ], + [ + "ĠStr", + "ict" + ], + [ + "ĠStri", + "ct" + ], + [ + "Ġup", + "hol" + ], + [ + "ĠK", + "illing" + ], + [ + "ĠKil", + "ling" + ], + [ + "ĠKill", + "ing" + ], + [ + "ĠKi", + "lling" + ], + [ + "ĠK", + "itt" + ], + [ + "ĠKit", + "t" + ], + [ + "ĠKi", + "tt" + ], + [ + "Ġph", + "arynx" + ], + [ + "o", + "vie" + ], + [ + "ov", + "ie" + ], + [ + "ĠHe", + "ard" + ], + [ + "ĠHear", + "d" + ], + [ + "Th", + "irty" + ], + [ + "Ġprot", + "agonists" + ], + [ + "Ġprotagonist", + "s" + ], + [ + "Ġorgan", + "ics" + ], + [ + "Ġorganic", + "s" + ], + [ + "ĠCon", + "v" + ], + [ + "Ġland", + "forms" + ], + [ + "Ġlandf", + "orms" + ], + [ + "ĠRe", + "PE" + ], + [ + "Ġunt", + "apped" + ], + [ + "Ġ", + "menopausal" + ], + [ + "Ġmen", + "opausal" + ], + [ + "Ġdel", + "iberation" + ], + [ + "Ġdeliber", + "ation" + ], + [ + "-", + "desc" + ], + [ + "-d", + "esc" + ], + [ + "-de", + "sc" + ], + [ + "-des", + "c" + ], + [ + "-d", + "iabetes" + ], + [ + "-di", + "abetes" + ], + [ + "Ġgr", + "illed" + ], + [ + "Ġgrill", + "ed" + ], + [ + "Ġsw", + "irling" + ], + [ + "Ġswirl", + "ing" + ], + [ + "Ġpast", + "ors" + ], + [ + "Ġpastor", + "s" + ], + [ + "ĠBe", + "agle" + ], + [ + "ĠS", + "uf" + ], + [ + "ĠSu", + "f" + ], + [ + "ĠPar", + "ade" + ], + [ + "ĠPa", + "rade" + ], + [ + "ĠParad", + "e" + ], + [ + "ĠPara", + "de" + ], + [ + "ĠNe", + "utral" + ], + [ + "ĠNeut", + "ral" + ], + [ + "b", + "recht" + ], + [ + "bre", + "cht" + ], + [ + "Ġhom", + "ogen" + ], + [ + "Ġhomo", + "gen" + ], + [ + "Ġuns", + "killed" + ], + [ + "Ġcognitive", + "ly" + ], + [ + "ĠSam", + "h" + ], + [ + "ĠSl", + "ovak" + ], + [ + "ĠDes", + "igns" + ], + [ + "ĠDesign", + "s" + ], + [ + "Ġdeb", + "tor" + ], + [ + "Ġdebt", + "or" + ], + [ + "Ġhall", + "marks" + ], + [ + "Ġhallmark", + "s" + ], + [ + "c", + "utting" + ], + [ + "cut", + "ting" + ], + [ + "cu", + "tting" + ], + [ + "Ġquantitative", + "ly" + ], + [ + "Disc", + "overy" + ], + [ + "Discover", + "y" + ], + [ + "Ġgross", + "ly" + ], + [ + "ĠSD", + "K" + ], + [ + "ĠBob", + "by" + ], + [ + "Supp", + "orting" + ], + [ + "Support", + "ing" + ], + [ + "Sup", + "porting" + ], + [ + "Ġhumid", + "ifier" + ], + [ + "Ġmould", + "s" + ], + [ + "Ġannoy", + "ed" + ], + [ + "Ġnost", + "ril" + ], + [ + "Mich", + "igan" + ], + [ + "ĠAppalach", + "ia" + ], + [ + "ĠAssy", + "ria" + ], + [ + "Ġunknown", + "s" + ], + [ + "Ġunknow", + "ns" + ], + [ + "ĠBehaviour", + "al" + ], + [ + "rout", + "ine" + ], + [ + "cup", + "ine" + ], + [ + "cu", + "pine" + ], + [ + "âĤ", + "Ĥ" + ], + [ + "ĠVac", + "uum" + ], + [ + "ĠZanz", + "ibar" + ], + [ + "-", + "add" + ], + [ + "-a", + "dd" + ], + [ + "-ad", + "d" + ], + [ + "C", + "ities" + ], + [ + "Cit", + "ies" + ], + [ + "C", + "RE" + ], + [ + "CR", + "E" + ], + [ + "Ġs", + "ash" + ], + [ + "Ġsa", + "sh" + ], + [ + "Ġm", + "ated" + ], + [ + "Ġma", + "ted" + ], + [ + "Ġmat", + "ed" + ], + [ + "Ġmate", + "d" + ], + [ + "ĠT", + "ep" + ], + [ + "ĠTe", + "p" + ], + [ + "ĠS", + "hem" + ], + [ + "ĠSh", + "em" + ], + [ + "ĠShe", + "m" + ], + [ + "ul", + "itis" + ], + [ + "uli", + "tis" + ], + [ + "a", + "done" + ], + [ + "ad", + "one" + ], + [ + "ado", + "ne" + ], + [ + "Ġcon", + "und" + ], + [ + "ĠE", + "ase" + ], + [ + "ĠEas", + "e" + ], + [ + "ĠR", + "inse" + ], + [ + "ĠRin", + "se" + ], + [ + "a", + "kan" + ], + [ + "ak", + "an" + ], + [ + "aka", + "n" + ], + [ + "Ġre", + "created" + ], + [ + "Ġrec", + "reated" + ], + [ + "Ġrecre", + "ated" + ], + [ + "Ġrecreate", + "d" + ], + [ + "Ġrec", + "ursive" + ], + [ + "Ġrecurs", + "ive" + ], + [ + "ĠK", + "ro" + ], + [ + "ĠKr", + "o" + ], + [ + "ĠWe", + "imar" + ], + [ + "ĠWei", + "mar" + ], + [ + "ĠIn", + "direct" + ], + [ + "ĠInd", + "irect" + ], + [ + "ĠCon", + "way" + ], + [ + "Ġfac", + "ilitation" + ], + [ + "Ġfacilit", + "ation" + ], + [ + "Ġcr", + "iss" + ], + [ + "Ġcris", + "s" + ], + [ + "-w", + "age" + ], + [ + "-wa", + "ge" + ], + [ + "Ġexc", + "it" + ], + [ + "iot", + "ensin" + ], + [ + "Ġhost", + "age" + ], + [ + "Ġho", + "stage" + ], + [ + "ĠCommun", + "icate" + ], + [ + "Ġprom", + "oters" + ], + [ + "Ġpromot", + "ers" + ], + [ + "Ġpromote", + "rs" + ], + [ + "Ġpromoter", + "s" + ], + [ + "Ġexc", + "esses" + ], + [ + "Ġexcess", + "es" + ], + [ + "Sh", + "akespeare" + ], + [ + "Ġdiss", + "ociation" + ], + [ + "Ġp", + "unched" + ], + [ + "Ġpun", + "ched" + ], + [ + "Ġpunch", + "ed" + ], + [ + "Ġuns", + "uccessfully" + ], + [ + "Ġunsuccessful", + "ly" + ], + [ + "Ġresist", + "ivity" + ], + [ + "Ġsyn", + "ergy" + ], + [ + "Ġsynerg", + "y" + ], + [ + "Ġsyn", + "opsis" + ], + [ + "Ġfil", + "lers" + ], + [ + "Ġfill", + "ers" + ], + [ + "Ġfiller", + "s" + ], + [ + "Ġhypothes", + "ize" + ], + [ + "Ġconj", + "unctions" + ], + [ + "Ġconjunction", + "s" + ], + [ + "Ġconjunct", + "ions" + ], + [ + "ĠVar", + "iation" + ], + [ + "ĠVari", + "ation" + ], + [ + "Any", + "thing" + ], + [ + "ĠPaper", + "back" + ], + [ + "ĠCH", + "AR" + ], + [ + "ĠDiff", + "erential" + ], + [ + "ĠDifferent", + "ial" + ], + [ + "ĠTy", + "nd" + ], + [ + "Out", + "put" + ], + [ + "+", + "+," + ], + [ + "++", + "," + ], + [ + "ĠSel", + "ma" + ], + [ + "Ġres", + "orting" + ], + [ + "Ġresort", + "ing" + ], + [ + "Ġprost", + "agland" + ], + [ + "Ġpartition", + "ing" + ], + [ + "Ġup", + "lifting" + ], + [ + "Ġupl", + "ifting" + ], + [ + "Ġuplift", + "ing" + ], + [ + "Le", + "ading" + ], + [ + "Lead", + "ing" + ], + [ + "Ġsleep", + "less" + ], + [ + "Ġslee", + "pless" + ], + [ + "Ġintraven", + "ously" + ], + [ + "Ġintravenous", + "ly" + ], + [ + "Ġirrad", + "iated" + ], + [ + "ĠLag", + "oon" + ], + [ + "Ġantit", + "hesis" + ], + [ + "Ag", + "ricultural" + ], + [ + "Agricult", + "ural" + ], + [ + "Chall", + "enges" + ], + [ + "Challenge", + "s" + ], + [ + "Ġirresist", + "ible" + ], + [ + "ĠCald", + "well" + ], + [ + "'", + "D" + ], + [ + "-", + "Israel" + ], + [ + "B", + "acteria" + ], + [ + "L", + "G" + ], + [ + "M", + "ission" + ], + [ + "Miss", + "ion" + ], + [ + "R", + "ace" + ], + [ + "Ra", + "ce" + ], + [ + "Rac", + "e" + ], + [ + "c", + "ust" + ], + [ + "cus", + "t" + ], + [ + "cu", + "st" + ], + [ + "a", + "land" + ], + [ + "al", + "and" + ], + [ + "ala", + "nd" + ], + [ + "alan", + "d" + ], + [ + "Ġe", + "urope" + ], + [ + "Ġeu", + "rope" + ], + [ + "Ġeuro", + "pe" + ], + [ + "ĠT", + "ant" + ], + [ + "ĠTa", + "nt" + ], + [ + "ĠTan", + "t" + ], + [ + "ĠT", + "oc" + ], + [ + "ĠTo", + "c" + ], + [ + "ĠC", + "app" + ], + [ + "ĠCa", + "pp" + ], + [ + "ĠCap", + "p" + ], + [ + "ist", + "ors" + ], + [ + "istor", + "s" + ], + [ + "isto", + "rs" + ], + [ + "ĠP", + "om" + ], + [ + "ĠPo", + "m" + ], + [ + "ĠB", + "IG" + ], + [ + "ĠBI", + "G" + ], + [ + "os", + "om" + ], + [ + "oso", + "m" + ], + [ + "qu", + "ick" + ], + [ + "qui", + "ck" + ], + [ + "ĠE", + "agles" + ], + [ + "ĠEagle", + "s" + ], + [ + "Ġsp", + "ade" + ], + [ + "Ġspa", + "de" + ], + [ + "Ġal", + "luded" + ], + [ + "Ġall", + "uded" + ], + [ + "Ġun", + "armed" + ], + [ + "Ġ", + "quil" + ], + [ + "Ġqu", + "il" + ], + [ + "Ġq", + "uil" + ], + [ + "Ġqui", + "l" + ], + [ + "ĠV", + "T" + ], + [ + "c", + "ycling" + ], + [ + "cy", + "cling" + ], + [ + "cycl", + "ing" + ], + [ + "Ġmon", + "ot" + ], + [ + "Ġmo", + "not" + ], + [ + "Ġmono", + "t" + ], + [ + "Ġiss", + "uance" + ], + [ + "-", + "comm" + ], + [ + "-c", + "omm" + ], + [ + "-com", + "m" + ], + [ + "-co", + "mm" + ], + [ + "-", + "chemical" + ], + [ + "-c", + "hemical" + ], + [ + "Ġlab", + "ored" + ], + [ + "Ġlabor", + "ed" + ], + [ + "-", + "data" + ], + [ + "-d", + "ata" + ], + [ + "Ġ", + "Seen" + ], + [ + "ĠS", + "een" + ], + [ + "ĠSe", + "en" + ], + [ + "ĠSee", + "n" + ], + [ + "Ġbrain", + "stem" + ], + [ + "Ġbrains", + "tem" + ], + [ + "-", + "mus" + ], + [ + "-m", + "us" + ], + [ + "Ġc", + "rate" + ], + [ + "Ġcr", + "ate" + ], + [ + "Ġcra", + "te" + ], + [ + "ĠO", + "rt" + ], + [ + "ĠOr", + "t" + ], + [ + "Ġnecess", + "itate" + ], + [ + "apt", + "ured" + ], + [ + "apture", + "d" + ], + [ + "ĠLe", + "opard" + ], + [ + "ĠLeo", + "pard" + ], + [ + "Ġprote", + "ase" + ], + [ + "Ġc", + "amped" + ], + [ + "Ġcamp", + "ed" + ], + [ + "Ġcam", + "ped" + ], + [ + "ĠQ", + "uit" + ], + [ + "ĠQu", + "it" + ], + [ + "ĠR", + "ecycle" + ], + [ + "ĠRe", + "cycle" + ], + [ + "ĠRec", + "ycle" + ], + [ + "ĠRecy", + "cle" + ], + [ + "Ġtrend", + "y" + ], + [ + "Ġconver", + "gent" + ], + [ + "Ġconverge", + "nt" + ], + [ + "D", + "rive" + ], + [ + "Dr", + "ive" + ], + [ + "ĠF", + "amine" + ], + [ + "ĠFam", + "ine" + ], + [ + "ĠFa", + "mine" + ], + [ + "ĠMa", + "ggie" + ], + [ + "ĠMag", + "gie" + ], + [ + "ĠNeed", + "less" + ], + [ + "ĠNeedle", + "ss" + ], + [ + "Ġpin", + "kish" + ], + [ + "Ġpink", + "ish" + ], + [ + "Ġdep", + "riving" + ], + [ + "Ġdepr", + "iving" + ], + [ + "Ġodd", + "ly" + ], + [ + "Ġ", + "Personally" + ], + [ + "ĠPersonal", + "ly" + ], + [ + "ĠPerson", + "ally" + ], + [ + "Ġimped", + "iment" + ], + [ + "ĠCart", + "esian" + ], + [ + "Prot", + "ection" + ], + [ + "Protect", + "ion" + ], + [ + "Ġscrub", + "bing" + ], + [ + "C", + "oron" + ], + [ + "Co", + "ron" + ], + [ + "Cor", + "on" + ], + [ + "ĠThe", + "rapeutic" + ], + [ + "ĠTherap", + "eutic" + ], + [ + "Ġsuspic", + "ions" + ], + [ + "Ġsuspicion", + "s" + ], + [ + "Ġsnaps", + "hots" + ], + [ + "Ġsnapshot", + "s" + ], + [ + "ĠCondition", + "ing" + ], + [ + "ĠChat", + "GPT" + ], + [ + "Ġintermedi", + "aries" + ], + [ + "ĠSey", + "chelles" + ], + [ + "H", + "an" + ], + [ + "Ha", + "n" + ], + [ + "R", + "ound" + ], + [ + "Ro", + "und" + ], + [ + "e", + "gg" + ], + [ + "eg", + "g" + ], + [ + "g", + "rain" + ], + [ + "gra", + "in" + ], + [ + "gr", + "ain" + ], + [ + "Ġa", + "ides" + ], + [ + "Ġaid", + "es" + ], + [ + "Ġaide", + "s" + ], + [ + "Ġai", + "des" + ], + [ + "on", + "ius" + ], + [ + "oni", + "us" + ], + [ + "Ġp", + "iers" + ], + [ + "Ġpi", + "ers" + ], + [ + "Ġpie", + "rs" + ], + [ + "Ġpier", + "s" + ], + [ + "ĠT", + "ECH" + ], + [ + "ĠTE", + "CH" + ], + [ + "o", + "wan" + ], + [ + "ow", + "an" + ], + [ + "owa", + "n" + ], + [ + "ĠA", + "mber" + ], + [ + "ĠAm", + "ber" + ], + [ + "ĠAmb", + "er" + ], + [ + "ĠC", + "aves" + ], + [ + "ĠCa", + "ves" + ], + [ + "ĠCave", + "s" + ], + [ + "ĠCav", + "es" + ], + [ + "Ġ", + "angered" + ], + [ + "Ġan", + "gered" + ], + [ + "Ġang", + "ered" + ], + [ + "Ġanger", + "ed" + ], + [ + "Ġv", + "ending" + ], + [ + "Ġven", + "ding" + ], + [ + "Ġvend", + "ing" + ], + [ + "ĠH", + "alle" + ], + [ + "ĠHall", + "e" + ], + [ + "ĠHa", + "lle" + ], + [ + "ĠHal", + "le" + ], + [ + "ĠH", + "mong" + ], + [ + "Ġch", + "ikungunya" + ], + [ + "Ġ", + "ELA" + ], + [ + "ĠE", + "LA" + ], + [ + "ĠEL", + "A" + ], + [ + "Ġse", + "eps" + ], + [ + "Ġsee", + "ps" + ], + [ + "Ġseep", + "s" + ], + [ + "ĠF", + "ate" + ], + [ + "ĠFa", + "te" + ], + [ + "ĠFat", + "e" + ], + [ + "ĠF", + "ountain" + ], + [ + "ĠN", + "ULL" + ], + [ + "r", + "iot" + ], + [ + "ri", + "ot" + ], + [ + "rio", + "t" + ], + [ + "Ġa", + "bras" + ], + [ + "Ġab", + "ras" + ], + [ + "Ġabr", + "as" + ], + [ + "ĠL", + "ime" + ], + [ + "ĠLim", + "e" + ], + [ + "ĠLi", + "me" + ], + [ + "Ġint", + "ram" + ], + [ + "Ġintr", + "am" + ], + [ + "Ġintra", + "m" + ], + [ + "Ġrec", + "overs" + ], + [ + "Ġrecover", + "s" + ], + [ + "lic", + "ensed" + ], + [ + "Ġfact", + "oring" + ], + [ + "Ġfactor", + "ing" + ], + [ + "Ġfacto", + "ring" + ], + [ + "Ġschool", + "ers" + ], + [ + "ĠAl", + "ley" + ], + [ + "ĠAll", + "ey" + ], + [ + "ĠAlle", + "y" + ], + [ + "Ġcur", + "led" + ], + [ + "Ġcurl", + "ed" + ], + [ + "Ġl", + "itters" + ], + [ + "Ġlit", + "ters" + ], + [ + "Ġlitter", + "s" + ], + [ + "Ġlitt", + "ers" + ], + [ + "Ġcon", + "ferencing" + ], + [ + "Ġconf", + "erencing" + ], + [ + "Ġconfer", + "encing" + ], + [ + "g", + "inine" + ], + [ + "gin", + "ine" + ], + [ + "-", + "pop" + ], + [ + "-p", + "op" + ], + [ + "-po", + "p" + ], + [ + "ole", + "psy" + ], + [ + "Ġprob", + "abilistic" + ], + [ + "ĠSy", + "nd" + ], + [ + "ĠSyn", + "d" + ], + [ + "ĠM", + "anch" + ], + [ + "ĠMan", + "ch" + ], + [ + "ĠManc", + "h" + ], + [ + "Ġbur", + "rowing" + ], + [ + "Ġburrow", + "ing" + ], + [ + "Ġprec", + "lude" + ], + [ + "Ġharm", + "onics" + ], + [ + "Ġharmon", + "ics" + ], + [ + "Ġharmonic", + "s" + ], + [ + "ĠPer", + "seus" + ], + [ + "ĠPerse", + "us" + ], + [ + "Ġ", + "walker" + ], + [ + "Ġwalk", + "er" + ], + [ + "Ġwal", + "ker" + ], + [ + "I", + "Cs" + ], + [ + "IC", + "s" + ], + [ + "e", + "vil" + ], + [ + "ev", + "il" + ], + [ + "Ġh", + "opping" + ], + [ + "Ġhop", + "ping" + ], + [ + "Ġho", + "pping" + ], + [ + "och", + "astic" + ], + [ + "ocha", + "stic" + ], + [ + "Ġquar", + "rel" + ], + [ + "Ġelev", + "ating" + ], + [ + "ou", + "los" + ], + [ + "oul", + "os" + ], + [ + "ĠCam", + "den" + ], + [ + "Ġpy", + "gmy" + ], + [ + "Ġnom", + "ads" + ], + [ + "ĠMar", + "cos" + ], + [ + "ĠMarc", + "os" + ], + [ + "ĠMarco", + "s" + ], + [ + "ĠRepresent", + "ation" + ], + [ + "Ġadminist", + "ers" + ], + [ + "Ġadmin", + "isters" + ], + [ + "Ġadminister", + "s" + ], + [ + "ĠP", + "raise" + ], + [ + "ĠPr", + "aise" + ], + [ + "ĠPra", + "ise" + ], + [ + "Ġfiref", + "ighter" + ], + [ + "Ġrenov", + "ations" + ], + [ + "Ġrenovation", + "s" + ], + [ + "Ġspo", + "ils" + ], + [ + "Ġspoil", + "s" + ], + [ + "Ġh", + "ulls" + ], + [ + "Ġhull", + "s" + ], + [ + "ĠNeb", + "uchadnezzar" + ], + [ + "ĠAssy", + "rians" + ], + [ + "ĠAssyrian", + "s" + ], + [ + "ĠAssyria", + "ns" + ], + [ + "oplasm", + "osis" + ], + [ + "Ġvault", + "s" + ], + [ + "Ġva", + "ults" + ], + [ + "Ġblue", + "prints" + ], + [ + "Ġbluep", + "rints" + ], + [ + "Ġblueprint", + "s" + ], + [ + "gre", + "SQL" + ], + [ + "Ġpolymorph", + "ism" + ], + [ + "Ġ[...", + "]" + ], + [ + "Ġfug", + "itive" + ], + [ + "ĠPractition", + "ers" + ], + [ + "ĠPractitioner", + "s" + ], + [ + "ĠSett", + "lers" + ], + [ + "ĠSettle", + "rs" + ], + [ + "ĠMI", + "DI" + ], + [ + "ĠMID", + "I" + ], + [ + "J", + "ere" + ], + [ + "Je", + "re" + ], + [ + "Jer", + "e" + ], + [ + "S", + "her" + ], + [ + "Sh", + "er" + ], + [ + "She", + "r" + ], + [ + "t", + "ting" + ], + [ + "tt", + "ing" + ], + [ + "tti", + "ng" + ], + [ + "e", + "rary" + ], + [ + "er", + "ary" + ], + [ + "era", + "ry" + ], + [ + "Ġc", + "ada" + ], + [ + "Ġca", + "da" + ], + [ + "Ġcad", + "a" + ], + [ + "Ġf", + "ished" + ], + [ + "Ġfish", + "ed" + ], + [ + "ou", + "pling" + ], + [ + "oup", + "ling" + ], + [ + "ion", + "ine" + ], + [ + "ioni", + "ne" + ], + [ + "Ġ", + "html" + ], + [ + "Ġh", + "tml" + ], + [ + "r", + "aut" + ], + [ + "ra", + "ut" + ], + [ + "Ġth", + "atch" + ], + [ + "Ġthat", + "ch" + ], + [ + "ĠS", + "ung" + ], + [ + "ĠSu", + "ng" + ], + [ + "ĠSun", + "g" + ], + [ + "ĠS", + "phinx" + ], + [ + "ĠC", + "rock" + ], + [ + "ĠCr", + "ock" + ], + [ + "ĠCro", + "ck" + ], + [ + "ĠCroc", + "k" + ], + [ + "ĠM", + "esh" + ], + [ + "ĠMe", + "sh" + ], + [ + "ĠMes", + "h" + ], + [ + "Ġha", + "uling" + ], + [ + "Ġhaul", + "ing" + ], + [ + "ĠF", + "alling" + ], + [ + "ĠFa", + "lling" + ], + [ + "ĠFall", + "ing" + ], + [ + "ĠFal", + "ling" + ], + [ + "ĠR", + "is" + ], + [ + "ĠRi", + "s" + ], + [ + "ĠG", + "ian" + ], + [ + "ĠGi", + "an" + ], + [ + "ĠK", + "ach" + ], + [ + "ĠKa", + "ch" + ], + [ + "Ġtyp", + "ography" + ], + [ + "g", + "ences" + ], + [ + "ge", + "nces" + ], + [ + "gen", + "ces" + ], + [ + "gence", + "s" + ], + [ + "Ġcor", + "iander" + ], + [ + "Ġphys", + "iologic" + ], + [ + "Ġphysi", + "ologic" + ], + [ + "view", + "s" + ], + [ + "vi", + "ews" + ], + [ + "vie", + "ws" + ], + [ + "Ġrad", + "ars" + ], + [ + "Ġradar", + "s" + ], + [ + "Ġtell", + "tale" + ], + [ + "ĠMar", + "athon" + ], + [ + "ĠMara", + "thon" + ], + [ + "ĠComp", + "osite" + ], + [ + "yl", + "enol" + ], + [ + "Ġsat", + "iety" + ], + [ + "Ġnormal", + "ization" + ], + [ + "Ġquant", + "ification" + ], + [ + "Ġcontroll", + "able" + ], + [ + "-re", + "nowned" + ], + [ + "-ren", + "owned" + ], + [ + "Ġfra", + "ternal" + ], + [ + "Ġfr", + "aternal" + ], + [ + "Ġout", + "law" + ], + [ + "Ġoutl", + "aw" + ], + [ + "ĠA", + "poll" + ], + [ + "ĠAp", + "oll" + ], + [ + "under", + "stand" + ], + [ + "Ġstuff", + "ing" + ], + [ + "ĠLar", + "gest" + ], + [ + "ĠLarge", + "st" + ], + [ + "semb", + "les" + ], + [ + "semble", + "s" + ], + [ + "sem", + "bles" + ], + [ + "Ġham", + "string" + ], + [ + "ĠT", + "urns" + ], + [ + "ĠTur", + "ns" + ], + [ + "ĠTurn", + "s" + ], + [ + "Ġpreschool", + "er" + ], + [ + "-", + "heavy" + ], + [ + "-he", + "avy" + ], + [ + "HT", + "SA" + ], + [ + "ESS", + "ENGER" + ], + [ + "ĠSher", + "iff" + ], + [ + "-man", + "aged" + ], + [ + "Ġcott", + "ages" + ], + [ + "Ġcottage", + "s" + ], + [ + "r", + "azine" + ], + [ + "raz", + "ine" + ], + [ + "Ġautob", + "iographical" + ], + [ + "Ġost", + "rac" + ], + [ + "ĠOptim", + "ization" + ], + [ + "Ġrelat", + "ivism" + ], + [ + "Cr", + "itics" + ], + [ + "Crit", + "ics" + ], + [ + "Ġital", + "ics" + ], + [ + "Ġitalic", + "s" + ], + [ + "ĠLinn", + "aeus" + ], + [ + "Ġbar", + "code" + ], + [ + "Ġbarc", + "ode" + ], + [ + "Ġcross", + "over" + ], + [ + "Ġcros", + "sover" + ], + [ + "ĠDud", + "ley" + ], + [ + "ĠCon", + "figuration" + ], + [ + "ĠConfig", + "uration" + ], + [ + "Scot", + "land" + ], + [ + "?", + "âĢĻĊ" + ], + [ + "?âĢĻ", + "Ċ" + ], + [ + "M", + "Hz" + ], + [ + "MH", + "z" + ], + [ + "O", + "E" + ], + [ + "S", + "a" + ], + [ + "f", + "ocus" + ], + [ + "fo", + "cus" + ], + [ + "n", + "u" + ], + [ + "Ġt", + "ink" + ], + [ + "Ġtin", + "k" + ], + [ + "h", + "ear" + ], + [ + "he", + "ar" + ], + [ + "hea", + "r" + ], + [ + "Ġw", + "oe" + ], + [ + "Ġwo", + "e" + ], + [ + "n", + "dez" + ], + [ + "nd", + "ez" + ], + [ + "Ġb", + "idding" + ], + [ + "Ġbid", + "ding" + ], + [ + "ĠT", + "weet" + ], + [ + "ĠTwe", + "et" + ], + [ + "Ġex", + "uber" + ], + [ + "ĠB", + "SE" + ], + [ + "ĠBS", + "E" + ], + [ + "ac", + "ency" + ], + [ + "o", + "sers" + ], + [ + "os", + "ers" + ], + [ + "ose", + "rs" + ], + [ + "oser", + "s" + ], + [ + "Ġ", + "WASH" + ], + [ + "ĠW", + "ASH" + ], + [ + "ĠWA", + "SH" + ], + [ + "ĠWAS", + "H" + ], + [ + "Ġab", + "ode" + ], + [ + "âĢĿ", + "-" + ], + [ + "ĠK", + "yle" + ], + [ + "ĠKy", + "le" + ], + [ + "ĠK", + "eck" + ], + [ + "ĠKe", + "ck" + ], + [ + "Ġfact", + "ored" + ], + [ + "Ġfactor", + "ed" + ], + [ + "Ġfacto", + "red" + ], + [ + "Ġsh", + "ears" + ], + [ + "Ġshe", + "ars" + ], + [ + "Ġshear", + "s" + ], + [ + "Ġocc", + "ip" + ], + [ + "-", + "build" + ], + [ + "-b", + "uild" + ], + [ + "Ġop", + "iates" + ], + [ + "Ġopiate", + "s" + ], + [ + "m", + "eyer" + ], + [ + "me", + "yer" + ], + [ + "ĠRe", + "formed" + ], + [ + "ĠReform", + "ed" + ], + [ + "Ġun", + "true" + ], + [ + "Ġunt", + "rue" + ], + [ + "Ġloc", + "ales" + ], + [ + "Ġlo", + "cales" + ], + [ + "Ġlocal", + "es" + ], + [ + "Ġlocale", + "s" + ], + [ + "ĠP", + "ras" + ], + [ + "ĠPr", + "as" + ], + [ + "ĠPra", + "s" + ], + [ + "Ġmechan", + "istic" + ], + [ + "-", + "gun" + ], + [ + "-g", + "un" + ], + [ + "-gu", + "n" + ], + [ + "ĠMus", + "cles" + ], + [ + "ĠMuscle", + "s" + ], + [ + "ĠMusc", + "les" + ], + [ + "ev", + "idence" + ], + [ + "Ġhappen", + "ings" + ], + [ + "Ġhappening", + "s" + ], + [ + "Ġdr", + "ipping" + ], + [ + "Ġdri", + "pping" + ], + [ + "Ġdrip", + "ping" + ], + [ + "ch", + "ez" + ], + [ + "che", + "z" + ], + [ + "E", + "LY" + ], + [ + "EL", + "Y" + ], + [ + "Ind", + "ependent" + ], + [ + "Ġcomposition", + "al" + ], + [ + "ĠDesign", + "ers" + ], + [ + "ĠDesigner", + "s" + ], + [ + "ĠGard", + "ener" + ], + [ + "ĠGarden", + "er" + ], + [ + "H", + "DL" + ], + [ + "HD", + "L" + ], + [ + "Ġdiver", + "ged" + ], + [ + "Ġdiverge", + "d" + ], + [ + "Ġvocal", + "izations" + ], + [ + "ranch", + "ised" + ], + [ + "ranchise", + "d" + ], + [ + "O", + "VA" + ], + [ + "OV", + "A" + ], + [ + "Ġkeen", + "ly" + ], + [ + "ĠPhoen", + "ician" + ], + [ + "-", + "breeding" + ], + [ + "-bre", + "eding" + ], + [ + "Ġve", + "ggie" + ], + [ + "Ġvegg", + "ie" + ], + [ + "Ġveg", + "gie" + ], + [ + "ĠKel", + "ley" + ], + [ + "ĠKell", + "ey" + ], + [ + "-sm", + "okers" + ], + [ + "ĠâĪ", + "ł" + ], + [ + "Ġcalibr", + "ate" + ], + [ + "Ġsta", + "mens" + ], + [ + "Ġstam", + "ens" + ], + [ + "ĠPyth", + "agoras" + ], + [ + "ĠPythag", + "oras" + ], + [ + "ĠDionys", + "us" + ], + [ + "Ġunfor", + "gettable" + ], + [ + "Hep", + "atitis" + ], + [ + "ĠRePE", + "c" + ], + [ + "-", + "away" + ], + [ + "-a", + "way" + ], + [ + "-awa", + "y" + ], + [ + "-aw", + "ay" + ], + [ + ".", + "ch" + ], + [ + ".c", + "h" + ], + [ + "C", + "hat" + ], + [ + "Ch", + "at" + ], + [ + "P", + "roduction" + ], + [ + "Pro", + "duction" + ], + [ + "Product", + "ion" + ], + [ + "Q", + "ual" + ], + [ + "Qu", + "al" + ], + [ + "V", + "eter" + ], + [ + "Ve", + "ter" + ], + [ + "i", + "atives" + ], + [ + "iat", + "ives" + ], + [ + "iative", + "s" + ], + [ + "p", + "owers" + ], + [ + "power", + "s" + ], + [ + "po", + "wers" + ], + [ + "Ã", + "¹" + ], + [ + "re", + "ational" + ], + [ + "reat", + "ional" + ], + [ + "reation", + "al" + ], + [ + "i", + "sor" + ], + [ + "is", + "or" + ], + [ + "iso", + "r" + ], + [ + "Ġm", + "alls" + ], + [ + "Ġmal", + "ls" + ], + [ + "Ġmall", + "s" + ], + [ + "Ġm", + "olybdenum" + ], + [ + "ĠS", + "agan" + ], + [ + "ĠSa", + "gan" + ], + [ + "ĠSag", + "an" + ], + [ + "ĠC", + "oss" + ], + [ + "ĠCo", + "ss" + ], + [ + "ĠCos", + "s" + ], + [ + "ĠP", + "air" + ], + [ + "ĠPa", + "ir" + ], + [ + "ĠPai", + "r" + ], + [ + "u", + "mar" + ], + [ + "um", + "ar" + ], + [ + "uma", + "r" + ], + [ + "Ġ", + "WP" + ], + [ + "ĠW", + "P" + ], + [ + "ĠE", + "KG" + ], + [ + "Ġ", + "FIG" + ], + [ + "ĠF", + "IG" + ], + [ + "ĠFI", + "G" + ], + [ + "ĠR", + "ear" + ], + [ + "ĠRe", + "ar" + ], + [ + "a", + "pas" + ], + [ + "ap", + "as" + ], + [ + "apa", + "s" + ], + [ + "Ġim", + "person" + ], + [ + "Ġimp", + "erson" + ], + [ + "Ġimper", + "son" + ], + [ + "a", + "uga" + ], + [ + "au", + "ga" + ], + [ + "aug", + "a" + ], + [ + "Ġpart", + "ing" + ], + [ + "Ġpar", + "ting" + ], + [ + "ĠK", + "ins" + ], + [ + "ĠKin", + "s" + ], + [ + "ĠKi", + "ns" + ], + [ + "ĠV", + "ie" + ], + [ + "ĠVi", + "e" + ], + [ + "Ġexp", + "orters" + ], + [ + "Ġexport", + "ers" + ], + [ + "Ġexporter", + "s" + ], + [ + "Ġsl", + "oth" + ], + [ + "Ġslot", + "h" + ], + [ + "Ġrest", + "orations" + ], + [ + "Ġrestoration", + "s" + ], + [ + "-", + "from" + ], + [ + "-f", + "rom" + ], + [ + "Ġpar", + "abolic" + ], + [ + "Ġpara", + "bolic" + ], + [ + "Ġparab", + "olic" + ], + [ + "âĢĵ", + "a" + ], + [ + "Ġteam", + "mates" + ], + [ + "Ġin", + "junction" + ], + [ + "Ġinj", + "unction" + ], + [ + "Ġvide", + "ot" + ], + [ + "Ġvideo", + "t" + ], + [ + "Ġpoll", + "inating" + ], + [ + "-w", + "alled" + ], + [ + "-wall", + "ed" + ], + [ + "y", + "la" + ], + [ + "yl", + "a" + ], + [ + "um", + "bian" + ], + [ + "umb", + "ian" + ], + [ + "Ġaff", + "ixed" + ], + [ + "Ġaf", + "fixed" + ], + [ + "ĠGl", + "aucoma" + ], + [ + "Ġinterp", + "olation" + ], + [ + "Ġnutrition", + "ists" + ], + [ + "Ġnutritionist", + "s" + ], + [ + "Ġfaith", + "fulness" + ], + [ + "Ġfaithful", + "ness" + ], + [ + "ĠDef", + "ault" + ], + [ + "ĠT", + "emporary" + ], + [ + "ĠTem", + "porary" + ], + [ + "ĠTempor", + "ary" + ], + [ + "Ġhem", + "lock" + ], + [ + "L", + "EX" + ], + [ + "LE", + "X" + ], + [ + "Ġmm", + "Hg" + ], + [ + "Ġroyal", + "ties" + ], + [ + "ĠOlymp", + "us" + ], + [ + "ĠApp", + "leton" + ], + [ + "ĠApple", + "ton" + ], + [ + "ĠAppl", + "eton" + ], + [ + "Ġre", + "igning" + ], + [ + "Ġreign", + "ing" + ], + [ + "Re", + "present" + ], + [ + "Rep", + "resent" + ], + [ + "Ġinstant", + "aneously" + ], + [ + "Ġinstantaneous", + "ly" + ], + [ + "iph", + "any" + ], + [ + "ĠHome", + "stead" + ], + [ + "ĠHom", + "estead" + ], + [ + "Ġcr", + "opped" + ], + [ + "Ġcrop", + "ped" + ], + [ + "Ġcro", + "pped" + ], + [ + "Ġplug", + "ins" + ], + [ + "Ġplugin", + "s" + ], + [ + "Ġdedu", + "ctive" + ], + [ + "Ġdeduct", + "ive" + ], + [ + "Ġovers", + "ized" + ], + [ + "Ġreconcil", + "ed" + ], + [ + "Ġreconcile", + "d" + ], + [ + "Ġur", + "eter" + ], + [ + "Ġure", + "ter" + ], + [ + "Ġanecd", + "ote" + ], + [ + "Ġm", + "orbid" + ], + [ + "Ġmor", + "bid" + ], + [ + "Ġmorb", + "id" + ], + [ + "Ġmyc", + "otoxins" + ], + [ + "Ġmycotoxin", + "s" + ], + [ + "Ġam", + "enable" + ], + [ + "Ġamen", + "able" + ], + [ + "ĠWel", + "ding" + ], + [ + "ĠWeld", + "ing" + ], + [ + "Ġdissip", + "ated" + ], + [ + "Ġdissipate", + "d" + ], + [ + "prop", + "ylene" + ], + [ + "ĠDegree", + "s" + ], + [ + "ĠDeg", + "rees" + ], + [ + "Ġnonin", + "vasive" + ], + [ + "leuk", + "in" + ], + [ + "Ġpin", + "ched" + ], + [ + "Ġpinch", + "ed" + ], + [ + "Ġpinc", + "hed" + ], + [ + "Ġdeuter", + "ium" + ], + [ + "F", + "amous" + ], + [ + "y", + "i" + ], + [ + "Ġm", + "ason" + ], + [ + "Ġma", + "son" + ], + [ + "Ġmas", + "on" + ], + [ + "r", + "ode" + ], + [ + "ro", + "de" + ], + [ + "rod", + "e" + ], + [ + "c", + "tr" + ], + [ + "ct", + "r" + ], + [ + "i", + "liter" + ], + [ + "il", + "iter" + ], + [ + "ilit", + "er" + ], + [ + "ili", + "ter" + ], + [ + "ĠT", + "EM" + ], + [ + "ĠTE", + "M" + ], + [ + "Ġ", + "yen" + ], + [ + "Ġy", + "en" + ], + [ + "Ġye", + "n" + ], + [ + "ĠC", + "ed" + ], + [ + "ĠCe", + "d" + ], + [ + "ĠP", + "rentice" + ], + [ + "Ġ", + "choline" + ], + [ + "Ġch", + "oline" + ], + [ + "Ġcho", + "line" + ], + [ + "Ġchol", + "ine" + ], + [ + "Ġne", + "oliberal" + ], + [ + "ĠN", + "CL" + ], + [ + "ĠNC", + "L" + ], + [ + "ĠN", + "issan" + ], + [ + "ĠNis", + "san" + ], + [ + "r", + "iks" + ], + [ + "ri", + "ks" + ], + [ + "rik", + "s" + ], + [ + "ĠG", + "ris" + ], + [ + "ĠGr", + "is" + ], + [ + "ĠGri", + "s" + ], + [ + "Ġk", + "rill" + ], + [ + "re", + "atic" + ], + [ + "reat", + "ic" + ], + [ + "rea", + "tic" + ], + [ + "Ġre", + "count" + ], + [ + "Ġrec", + "ount" + ], + [ + "Ġag", + "ribusiness" + ], + [ + "Ġagri", + "business" + ], + [ + "Ġbl", + "uff" + ], + [ + "Ġblu", + "ff" + ], + [ + "Ġind", + "ian" + ], + [ + "Ġindia", + "n" + ], + [ + "Ġac", + "etic" + ], + [ + "Ġacet", + "ic" + ], + [ + "Ġace", + "tic" + ], + [ + "ĠS", + "hall" + ], + [ + "ĠSh", + "all" + ], + [ + "ĠSha", + "ll" + ], + [ + "Ġrad", + "iological" + ], + [ + "Ġradi", + "ological" + ], + [ + "st", + "itious" + ], + [ + "stit", + "ious" + ], + [ + "ĠO", + "nes" + ], + [ + "ĠOn", + "es" + ], + [ + "ĠOne", + "s" + ], + [ + "is", + "chen" + ], + [ + "isc", + "hen" + ], + [ + "isch", + "en" + ], + [ + "ische", + "n" + ], + [ + "uc", + "ket" + ], + [ + "uck", + "et" + ], + [ + "ĠYork", + "town" + ], + [ + "ĠAg", + "ile" + ], + [ + "Ġdisp", + "oss" + ], + [ + "ĠFl", + "our" + ], + [ + "ĠFlo", + "ur" + ], + [ + "Ġrob", + "ber" + ], + [ + "Ġ", + "Technically" + ], + [ + "ĠTechn", + "ically" + ], + [ + "ĠTechnical", + "ly" + ], + [ + "Ġp", + "enance" + ], + [ + "Ġpe", + "nance" + ], + [ + "Ġpen", + "ance" + ], + [ + "ST", + "EP" + ], + [ + "STE", + "P" + ], + [ + "t", + "esque" + ], + [ + "tes", + "que" + ], + [ + "Ġb", + "owed" + ], + [ + "Ġbo", + "wed" + ], + [ + "Ġbow", + "ed" + ], + [ + "ĠSouthern", + "ers" + ], + [ + "U", + "RAL" + ], + [ + "UR", + "AL" + ], + [ + "liam", + "ents" + ], + [ + "liament", + "s" + ], + [ + "li", + "aments" + ], + [ + "lia", + "ments" + ], + [ + "ĠPo", + "em" + ], + [ + "ĠPoe", + "m" + ], + [ + "EF", + "ORE" + ], + [ + "OD", + "MAP" + ], + [ + "-", + "emer" + ], + [ + "-e", + "mer" + ], + [ + "-em", + "er" + ], + [ + "ĠDor", + "set" + ], + [ + "Sur", + "prisingly" + ], + [ + "Ġconstitu", + "encies" + ], + [ + "ĠBapt", + "ism" + ], + [ + "Car", + "l" + ], + [ + "t", + "ruth" + ], + [ + "tr", + "uth" + ], + [ + "ĠGib", + "bs" + ], + [ + "ĠBehavior", + "s" + ], + [ + "ĠBehav", + "iors" + ], + [ + "Ġupris", + "ings" + ], + [ + "Ġuprising", + "s" + ], + [ + "ĠBour", + "bon" + ], + [ + "ĠHerod", + "otus" + ], + [ + "-", + "limited" + ], + [ + "-lim", + "ited" + ], + [ + "Ġeukary", + "otes" + ], + [ + "ĠBols", + "heviks" + ], + [ + "ĠBolshev", + "iks" + ], + [ + "ĠBolshevik", + "s" + ], + [ + "Ġout", + "burst" + ], + [ + "Ġoutbur", + "st" + ], + [ + "Ġengulf", + "ed" + ], + [ + "ĠTsun", + "ami" + ], + [ + "G", + "irls" + ], + [ + "W", + "ilson" + ], + [ + "Wil", + "son" + ], + [ + "Wi", + "lson" + ], + [ + "g", + "m" + ], + [ + "v", + "irus" + ], + [ + "vi", + "rus" + ], + [ + "vir", + "us" + ], + [ + "w", + "ives" + ], + [ + "wi", + "ves" + ], + [ + "h", + "ement" + ], + [ + "he", + "ment" + ], + [ + "hem", + "ent" + ], + [ + "Ġ", + "thal" + ], + [ + "Ġt", + "hal" + ], + [ + "Ġth", + "al" + ], + [ + "Ġn", + "ailed" + ], + [ + "Ġnail", + "ed" + ], + [ + "Ġna", + "iled" + ], + [ + "Ġ", + "TER" + ], + [ + "ĠT", + "ER" + ], + [ + "ĠTE", + "R" + ], + [ + "ĠA", + "ES" + ], + [ + "ĠAE", + "S" + ], + [ + "Ġ", + "SAN" + ], + [ + "ĠS", + "AN" + ], + [ + "ĠSA", + "N" + ], + [ + "am", + "ish" + ], + [ + "ami", + "sh" + ], + [ + "amis", + "h" + ], + [ + "Ġwith", + "holding" + ], + [ + "Ġwithhold", + "ing" + ], + [ + "ĠB", + "org" + ], + [ + "ĠBor", + "g" + ], + [ + "Ġv", + "ases" + ], + [ + "Ġvas", + "es" + ], + [ + "Ġvase", + "s" + ], + [ + "Ġva", + "ses" + ], + [ + "ĠD", + "at" + ], + [ + "ĠDa", + "t" + ], + [ + "ĠF", + "t" + ], + [ + "ĠR", + "AD" + ], + [ + "ĠRA", + "D" + ], + [ + "Ġa", + "biotic" + ], + [ + "Ġab", + "iotic" + ], + [ + "ar", + "dy" + ], + [ + "ard", + "y" + ], + [ + "Ġ", + "UL" + ], + [ + "ĠU", + "L" + ], + [ + "ĠJ", + "avan" + ], + [ + "ĠJava", + "n" + ], + [ + "ĠJa", + "van" + ], + [ + "Ġc", + "lich" + ], + [ + "Ġcl", + "ich" + ], + [ + "Ġc", + "lav" + ], + [ + "Ġcl", + "av" + ], + [ + "Ġcl", + "umsy" + ], + [ + "ig", + "ning" + ], + [ + "ign", + "ing" + ], + [ + "Ġpre", + "existing" + ], + [ + "ĠK", + "av" + ], + [ + "ĠKa", + "v" + ], + [ + "Ġbl", + "azing" + ], + [ + "ĠUn", + "employment" + ], + [ + "Ġpers", + "piration" + ], + [ + "Ġmod", + "ulus" + ], + [ + "Ġjust", + "ifies" + ], + [ + "ĠSp", + "ell" + ], + [ + "ĠSpe", + "ll" + ], + [ + "ĠOr", + "issa" + ], + [ + "acc", + "um" + ], + [ + "Ġgeneral", + "ize" + ], + [ + "ĠD", + "rs" + ], + [ + "ĠDr", + "s" + ], + [ + "r", + "elin" + ], + [ + "re", + "lin" + ], + [ + "rel", + "in" + ], + [ + "Ġsuper", + "iors" + ], + [ + "Ġsuperior", + "s" + ], + [ + "ĠX", + "avier" + ], + [ + "m", + "onic" + ], + [ + "mon", + "ic" + ], + [ + "mo", + "nic" + ], + [ + "ĠS", + "ucc" + ], + [ + "ĠSu", + "cc" + ], + [ + "ĠSuc", + "c" + ], + [ + "sh", + "ock" + ], + [ + "pe", + "akers" + ], + [ + "peak", + "ers" + ], + [ + "peaker", + "s" + ], + [ + "pea", + "kers" + ], + [ + "-g", + "ray" + ], + [ + "-gra", + "y" + ], + [ + "d", + "ington" + ], + [ + "ding", + "ton" + ], + [ + "Ġbenef", + "itted" + ], + [ + "Ġbenefit", + "ted" + ], + [ + "Ġdisp", + "ense" + ], + [ + "Ġdispens", + "e" + ], + [ + "Ġcollabor", + "ator" + ], + [ + "Ad", + "vert" + ], + [ + "Adv", + "ert" + ], + [ + "Ġmut", + "ilation" + ], + [ + "A", + "ME" + ], + [ + "AM", + "E" + ], + [ + "Ar", + "g" + ], + [ + "Ġcast", + "ings" + ], + [ + "Ġcas", + "tings" + ], + [ + "Ġcasting", + "s" + ], + [ + "ĠClass", + "rooms" + ], + [ + "ĠClassroom", + "s" + ], + [ + "ĠRet", + "rie" + ], + [ + "Ġneuro", + "developmental" + ], + [ + "o", + "plastics" + ], + [ + "opl", + "astics" + ], + [ + "oplastic", + "s" + ], + [ + "oplas", + "tics" + ], + [ + "Ġchick", + "peas" + ], + [ + "ĠOx", + "ide" + ], + [ + "ĠOxid", + "e" + ], + [ + "Ġm", + "mol" + ], + [ + "Ġmm", + "ol" + ], + [ + "-", + "clock" + ], + [ + "-c", + "lock" + ], + [ + "-cl", + "ock" + ], + [ + "Col", + "lect" + ], + [ + "Coll", + "ect" + ], + [ + "Ġcas", + "ually" + ], + [ + "Ġcasual", + "ly" + ], + [ + "om", + "etrics" + ], + [ + "omet", + "rics" + ], + [ + "ometric", + "s" + ], + [ + "ĠVe", + "gan" + ], + [ + "ĠVega", + "n" + ], + [ + "ĠVeg", + "an" + ], + [ + "-", + "June" + ], + [ + "-J", + "une" + ], + [ + "ĠC", + "alling" + ], + [ + "ĠCal", + "ling" + ], + [ + "ĠCa", + "lling" + ], + [ + "ĠCall", + "ing" + ], + [ + "ĠProm", + "etheus" + ], + [ + "ĠFac", + "ilit" + ], + [ + "ĠCharl", + "ott" + ], + [ + "Ġover", + "take" + ], + [ + "Ġovert", + "ake" + ], + [ + "Inter", + "active" + ], + [ + "ĠOt", + "ago" + ], + [ + "ï¬", + "Ĥ" + ], + [ + "ĠDes", + "tiny" + ], + [ + "ĠDest", + "iny" + ], + [ + "ĠPoison", + "ing" + ], + [ + "Ġthor", + "ny" + ], + [ + "Ġthorn", + "y" + ], + [ + "Rabb", + "i" + ], + [ + "Rab", + "bi" + ], + [ + "ĠCater", + "pill" + ], + [ + "ĠKu", + "iper" + ], + [ + "ĠKui", + "per" + ], + [ + "-", + "On" + ], + [ + "-O", + "n" + ], + [ + "J", + "ones" + ], + [ + "Jo", + "nes" + ], + [ + "Jon", + "es" + ], + [ + "M", + "arc" + ], + [ + "Mar", + "c" + ], + [ + "Ma", + "rc" + ], + [ + "M", + "ARY" + ], + [ + "MA", + "RY" + ], + [ + "MAR", + "Y" + ], + [ + "P", + "it" + ], + [ + "Pi", + "t" + ], + [ + "S", + "olid" + ], + [ + "So", + "lid" + ], + [ + "Sol", + "id" + ], + [ + "c", + "ault" + ], + [ + "ca", + "ult" + ], + [ + "k", + "j" + ], + [ + "k", + "as" + ], + [ + "ka", + "s" + ], + [ + "n", + "at" + ], + [ + "na", + "t" + ], + [ + "s", + "ound" + ], + [ + "so", + "und" + ], + [ + "es", + "se" + ], + [ + "ess", + "e" + ], + [ + "Ġf", + "ared" + ], + [ + "Ġfar", + "ed" + ], + [ + "Ġfa", + "red" + ], + [ + "Ġfare", + "d" + ], + [ + "ic", + "ially" + ], + [ + "icial", + "ly" + ], + [ + "ici", + "ally" + ], + [ + "Ġd", + "ans" + ], + [ + "Ġda", + "ns" + ], + [ + "Ġdan", + "s" + ], + [ + "ĠT", + "CM" + ], + [ + "ĠTC", + "M" + ], + [ + "ĠS", + "ear" + ], + [ + "ĠSe", + "ar" + ], + [ + "ĠSea", + "r" + ], + [ + "ĠS", + "ichuan" + ], + [ + "Ġcon", + "com" + ], + [ + "Ġconc", + "om" + ], + [ + "Ġconco", + "m" + ], + [ + "ĠM", + "ino" + ], + [ + "ĠMin", + "o" + ], + [ + "ĠMi", + "no" + ], + [ + "ist", + "ency" + ], + [ + "Ġha", + "emorrh" + ], + [ + "Ġhaem", + "orrh" + ], + [ + "ĠB", + "ran" + ], + [ + "ĠBra", + "n" + ], + [ + "ĠBr", + "an" + ], + [ + "e", + "makers" + ], + [ + "em", + "akers" + ], + [ + "ema", + "kers" + ], + [ + "emaker", + "s" + ], + [ + "ĠH", + "ath" + ], + [ + "ĠHa", + "th" + ], + [ + "ĠHat", + "h" + ], + [ + "Ġch", + "inese" + ], + [ + "Ġchi", + "nese" + ], + [ + "Ġchin", + "ese" + ], + [ + "ĠD", + "eng" + ], + [ + "ĠDe", + "ng" + ], + [ + "ĠDen", + "g" + ], + [ + "ĠD", + "aughters" + ], + [ + "ĠDaughter", + "s" + ], + [ + "ĠE", + "ars" + ], + [ + "ĠEar", + "s" + ], + [ + "u", + "reate" + ], + [ + "ure", + "ate" + ], + [ + "urea", + "te" + ], + [ + "Ġ", + "FF" + ], + [ + "ĠF", + "F" + ], + [ + "ĠF", + "og" + ], + [ + "ĠFo", + "g" + ], + [ + "o", + "gun" + ], + [ + "og", + "un" + ], + [ + "Ġ", + "LR" + ], + [ + "ĠL", + "R" + ], + [ + "ĠL", + "oud" + ], + [ + "ĠLou", + "d" + ], + [ + "ĠLo", + "ud" + ], + [ + "g", + "ham" + ], + [ + "gh", + "am" + ], + [ + "gha", + "m" + ], + [ + "Ġall", + "igators" + ], + [ + "Ġalligator", + "s" + ], + [ + "aw", + "ak" + ], + [ + "awa", + "k" + ], + [ + "Ġdef", + "ends" + ], + [ + "Ġdefend", + "s" + ], + [ + "ĠPro", + "ducers" + ], + [ + "ĠProdu", + "cers" + ], + [ + "ĠProduce", + "rs" + ], + [ + "ĠProducer", + "s" + ], + [ + "Ġback", + "p" + ], + [ + "Ġlook", + "up" + ], + [ + "Ġplan", + "ar" + ], + [ + "Ġpla", + "nar" + ], + [ + "âĢĶ", + "whether" + ], + [ + "-f", + "amous" + ], + [ + "ra", + "pid" + ], + [ + "rap", + "id" + ], + [ + "ĠPl", + "enty" + ], + [ + "Ġturn", + "ips" + ], + [ + "Ġtur", + "nips" + ], + [ + "Ġturnip", + "s" + ], + [ + "ac", + "ca" + ], + [ + "acc", + "a" + ], + [ + "Ġne", + "gate" + ], + [ + "Ġneg", + "ate" + ], + [ + "ĠG", + "oes" + ], + [ + "ĠGo", + "es" + ], + [ + "Ġsoft", + "ly" + ], + [ + "ĠEm", + "pty" + ], + [ + "ĠEmp", + "ty" + ], + [ + "Ġfa", + "sten" + ], + [ + "Ġfast", + "en" + ], + [ + "IC", + "LE" + ], + [ + "Ġtele", + "communication" + ], + [ + "ĠR", + "emark" + ], + [ + "ĠRe", + "mark" + ], + [ + "ĠRem", + "ark" + ], + [ + "Ġdr", + "ooping" + ], + [ + "Ġdro", + "oping" + ], + [ + "O", + "TC" + ], + [ + "OT", + "C" + ], + [ + "ĠD", + "efined" + ], + [ + "ĠDef", + "ined" + ], + [ + "ĠDefin", + "ed" + ], + [ + "ĠDefine", + "d" + ], + [ + "Ġposs", + "essive" + ], + [ + "Ġpossess", + "ive" + ], + [ + "Ġkil", + "ometre" + ], + [ + "Ġkilomet", + "re" + ], + [ + "Ġbath", + "tub" + ], + [ + "Ġcrim", + "son" + ], + [ + "Ġ", + "д" + ], + [ + "ĠÐ", + "´" + ], + [ + "ĠRam", + "ayana" + ], + [ + "Ġlob", + "bied" + ], + [ + "u", + "pert" + ], + [ + "up", + "ert" + ], + [ + "uper", + "t" + ], + [ + "upe", + "rt" + ], + [ + "ĠC", + "RT" + ], + [ + "ĠCR", + "T" + ], + [ + "Ġextrem", + "ism" + ], + [ + "Ġmul", + "ching" + ], + [ + "Ġmulch", + "ing" + ], + [ + "Ġch", + "opping" + ], + [ + "Ġcho", + "pping" + ], + [ + "Ġchop", + "ping" + ], + [ + "Ġgam", + "ble" + ], + [ + "Ġgamb", + "le" + ], + [ + "Ġga", + "mble" + ], + [ + "Ġsprink", + "lers" + ], + [ + "Ġsprinkler", + "s" + ], + [ + "Ġsprinkle", + "rs" + ], + [ + "Ġ", + "...\"Ċ" + ], + [ + "Ġ...", + "\"Ċ" + ], + [ + "Ġ..", + ".\"Ċ" + ], + [ + "Ġ...\"", + "Ċ" + ], + [ + "Ġburden", + "ed" + ], + [ + "Ġburd", + "ened" + ], + [ + "Ġmyel", + "oma" + ], + [ + "prov", + "ide" + ], + [ + "Ġarche", + "ologists" + ], + [ + "ĠSoy", + "uz" + ], + [ + "Occ", + "asionally" + ], + [ + "Ġundet", + "ectable" + ], + [ + "-", + "patient" + ], + [ + "-pat", + "ient" + ], + [ + "Ġac", + "oustics" + ], + [ + "Ġacoustic", + "s" + ], + [ + "Ġacoust", + "ics" + ], + [ + "-", + "September" + ], + [ + "-Se", + "ptember" + ], + [ + "ĠMagell", + "an" + ], + [ + "Ġnex", + "us" + ], + [ + "\"", + "People" + ], + [ + "#", + "#" + ], + [ + "F", + "alse" + ], + [ + "O", + "mega" + ], + [ + "R", + "AL" + ], + [ + "RA", + "L" + ], + [ + "T", + "urning" + ], + [ + "Tur", + "ning" + ], + [ + "Turn", + "ing" + ], + [ + "e", + "ridge" + ], + [ + "er", + "idge" + ], + [ + "at", + "ize" + ], + [ + "ati", + "ze" + ], + [ + "Ġw", + "is" + ], + [ + "Ġwi", + "s" + ], + [ + "Ġw", + "ont" + ], + [ + "Ġwon", + "t" + ], + [ + "Ġwo", + "nt" + ], + [ + "it", + "ent" + ], + [ + "ite", + "nt" + ], + [ + "iten", + "t" + ], + [ + "ĠT", + "iffany" + ], + [ + "Ġs", + "tale" + ], + [ + "Ġst", + "ale" + ], + [ + "Ġsta", + "le" + ], + [ + "Ġstal", + "e" + ], + [ + "Ġpro", + "stitutes" + ], + [ + "Ġprostitute", + "s" + ], + [ + "ad", + "ult" + ], + [ + "adu", + "lt" + ], + [ + "ĠM", + "k" + ], + [ + "ĠB", + "onds" + ], + [ + "ĠBon", + "ds" + ], + [ + "ĠBond", + "s" + ], + [ + "e", + "mas" + ], + [ + "em", + "as" + ], + [ + "ema", + "s" + ], + [ + "n", + "town" + ], + [ + "nt", + "own" + ], + [ + "iv", + "ot" + ], + [ + "ivo", + "t" + ], + [ + "Ġsh", + "unt" + ], + [ + "Ġshun", + "t" + ], + [ + "i", + "cht" + ], + [ + "ic", + "ht" + ], + [ + "ich", + "t" + ], + [ + "Ġcomp", + "ressing" + ], + [ + "Ġcompress", + "ing" + ], + [ + "Ġim", + "prec" + ], + [ + "Ġimp", + "rec" + ], + [ + "or", + "de" + ], + [ + "ord", + "e" + ], + [ + "Ġre", + "print" + ], + [ + "Ġr", + "eprint" + ], + [ + "Ġrep", + "rint" + ], + [ + "Ġco", + "zy" + ], + [ + "ĠAr", + "cher" + ], + [ + "ĠArch", + "er" + ], + [ + "ĠArc", + "her" + ], + [ + "ĠArche", + "r" + ], + [ + "ul", + "ls" + ], + [ + "ull", + "s" + ], + [ + "-", + "sy" + ], + [ + "-s", + "y" + ], + [ + "inc", + "reased" + ], + [ + "increase", + "d" + ], + [ + "Ġtre", + "llis" + ], + [ + "Ġca", + "sein" + ], + [ + "Ġcase", + "in" + ], + [ + "es", + "cap" + ], + [ + "esc", + "ap" + ], + [ + "ĠMay", + "flower" + ], + [ + "ab", + "itable" + ], + [ + "abit", + "able" + ], + [ + "abi", + "table" + ], + [ + "Ġbacter", + "ioph" + ], + [ + "-w", + "att" + ], + [ + "-wa", + "tt" + ], + [ + "Ġmeaning", + "fully" + ], + [ + "Ġmeaningful", + "ly" + ], + [ + "Ġhyd", + "raul" + ], + [ + "Ġrespect", + "fully" + ], + [ + "Ġrespectful", + "ly" + ], + [ + "-", + "Soviet" + ], + [ + "-S", + "oviet" + ], + [ + "-", + "Cont" + ], + [ + "-C", + "ont" + ], + [ + "-Co", + "nt" + ], + [ + "-Con", + "t" + ], + [ + "ĠUN", + "HCR" + ], + [ + "ĠOff", + "ices" + ], + [ + "ĠOffice", + "s" + ], + [ + "ĠOffic", + "es" + ], + [ + "Ġalt", + "ars" + ], + [ + "Ġaltar", + "s" + ], + [ + "Ġs", + "inner" + ], + [ + "Ġsin", + "ner" + ], + [ + "Ġrecept", + "acle" + ], + [ + "ü", + "n" + ], + [ + "ĠF", + "inds" + ], + [ + "ĠFin", + "ds" + ], + [ + "ĠFind", + "s" + ], + [ + "ĠCast", + "ile" + ], + [ + "ude", + "au" + ], + [ + "A", + "uto" + ], + [ + "Aut", + "o" + ], + [ + "Ġpredomin", + "ately" + ], + [ + "Ġpredominate", + "ly" + ], + [ + "ĠM", + "AY" + ], + [ + "ĠMA", + "Y" + ], + [ + "-indu", + "cing" + ], + [ + "-ind", + "ucing" + ], + [ + "Ġscr", + "aped" + ], + [ + "Ġscrap", + "ed" + ], + [ + "Ġscra", + "ped" + ], + [ + "Ġscrape", + "d" + ], + [ + "Ġecl", + "iptic" + ], + [ + "Ġpseud", + "onym" + ], + [ + "ĠFif", + "teen" + ], + [ + "ĠOw", + "ner" + ], + [ + "ĠOwn", + "er" + ], + [ + "ο", + "ν" + ], + [ + "Ġpun", + "ishable" + ], + [ + "Ġpunish", + "able" + ], + [ + "Ġhypot", + "ension" + ], + [ + "Ġhypo", + "tension" + ], + [ + "ĠClaud", + "ia" + ], + [ + "Ġmultid", + "imensional" + ], + [ + "Ġrede", + "emed" + ], + [ + "Ġredeem", + "ed" + ], + [ + "ĠPain", + "tings" + ], + [ + "ĠPaint", + "ings" + ], + [ + "ĠPainting", + "s" + ], + [ + "ĠI", + "bid" + ], + [ + "ĠIb", + "id" + ], + [ + "Ġestu", + "arine" + ], + [ + "Ġcrem", + "ation" + ], + [ + "ĠAuthent", + "ication" + ], + [ + "ĠAuthentic", + "ation" + ], + [ + "ĠPou", + "ltry" + ], + [ + "ĠArg", + "onne" + ], + [ + "ĠArgon", + "ne" + ], + [ + "Ġenvis", + "aged" + ], + [ + "ĠBasket", + "ball" + ], + [ + "ĠVolta", + "ire" + ], + [ + "ĠVolt", + "aire" + ], + [ + "Ġdisband", + "ed" + ], + [ + ".blog", + "spot" + ], + [ + "uag", + "int" + ], + [ + "C", + "opy" + ], + [ + "Co", + "py" + ], + [ + "Cop", + "y" + ], + [ + "S", + "el" + ], + [ + "Se", + "l" + ], + [ + "b", + "idden" + ], + [ + "bid", + "den" + ], + [ + "j", + "j" + ], + [ + "Ġt", + "iers" + ], + [ + "Ġtie", + "rs" + ], + [ + "Ġtier", + "s" + ], + [ + "Ġti", + "ers" + ], + [ + "i", + "nen" + ], + [ + "in", + "en" + ], + [ + "ine", + "n" + ], + [ + "re", + "ve" + ], + [ + "rev", + "e" + ], + [ + "en", + "aries" + ], + [ + "ena", + "ries" + ], + [ + "Ġm", + "ute" + ], + [ + "Ġmut", + "e" + ], + [ + "Ġmu", + "te" + ], + [ + "ĠC", + "omes" + ], + [ + "ĠCo", + "mes" + ], + [ + "ĠCom", + "es" + ], + [ + "ĠCome", + "s" + ], + [ + "Ġ", + "ald" + ], + [ + "Ġa", + "ld" + ], + [ + "Ġal", + "d" + ], + [ + "ĠP", + "ah" + ], + [ + "ĠPa", + "h" + ], + [ + "ĠP", + "att" + ], + [ + "ĠPat", + "t" + ], + [ + "ĠPa", + "tt" + ], + [ + "ĠB", + "ust" + ], + [ + "ĠBu", + "st" + ], + [ + "ĠBus", + "t" + ], + [ + "ĠH", + "ays" + ], + [ + "ĠHa", + "ys" + ], + [ + "ĠHay", + "s" + ], + [ + "ĠW", + "AS" + ], + [ + "ĠWA", + "S" + ], + [ + "ĠD", + "atabases" + ], + [ + "ĠDatabase", + "s" + ], + [ + "ĠE", + "ry" + ], + [ + "ĠEr", + "y" + ], + [ + "ĠR", + "EF" + ], + [ + "ĠRE", + "F" + ], + [ + "Ġu", + "sur" + ], + [ + "Ġus", + "ur" + ], + [ + "id", + "eon" + ], + [ + "ide", + "on" + ], + [ + "ideo", + "n" + ], + [ + "s", + "ohn" + ], + [ + "so", + "hn" + ], + [ + "Ġ", + "arson" + ], + [ + "Ġar", + "son" + ], + [ + "ĠV", + "B" + ], + [ + "Ġear", + "ners" + ], + [ + "Ġearn", + "ers" + ], + [ + "om", + "mel" + ], + [ + "omm", + "el" + ], + [ + "omme", + "l" + ], + [ + "ax", + "ter" + ], + [ + "ĠWh", + "ales" + ], + [ + "ĠWhale", + "s" + ], + [ + "me", + "asured" + ], + [ + "measure", + "d" + ], + [ + "ĠS", + "eat" + ], + [ + "ĠSe", + "at" + ], + [ + "ĠSea", + "t" + ], + [ + "Ġred", + "irected" + ], + [ + "Ġredirect", + "ed" + ], + [ + "Al", + "aska" + ], + [ + "ĠA", + "mount" + ], + [ + "ĠAm", + "ount" + ], + [ + "Ġstandard", + "ize" + ], + [ + "ĠP", + "rev" + ], + [ + "ĠPr", + "ev" + ], + [ + "ĠPre", + "v" + ], + [ + "Ġcru", + "isers" + ], + [ + "Ġcruise", + "rs" + ], + [ + "Ġcruiser", + "s" + ], + [ + "Ġcourt", + "room" + ], + [ + "ĠMet", + "ap" + ], + [ + "ĠMeta", + "p" + ], + [ + "Ġdisapp", + "roval" + ], + [ + "Ġtransition", + "ed" + ], + [ + "Ġtransit", + "ioned" + ], + [ + "mic", + "ron" + ], + [ + "micro", + "n" + ], + [ + "/", + "dis" + ], + [ + "/d", + "is" + ], + [ + "Ġlinear", + "ly" + ], + [ + "Ġlin", + "early" + ], + [ + "Ġli", + "nearly" + ], + [ + "ĠColl", + "ider" + ], + [ + "har", + "vest" + ], + [ + "Ġwithdraw", + "als" + ], + [ + "Ġwithdrawal", + "s" + ], + [ + "Ġrad", + "iologist" + ], + [ + "Ġradi", + "ologist" + ], + [ + "ĠHuman", + "e" + ], + [ + "ĠHum", + "ane" + ], + [ + "ĠP", + "romised" + ], + [ + "ĠProm", + "ised" + ], + [ + "ĠPromise", + "d" + ], + [ + "av", + "eral" + ], + [ + "ave", + "ral" + ], + [ + "aver", + "al" + ], + [ + "ĠBern", + "stein" + ], + [ + "Ġlig", + "and" + ], + [ + "ĠR", + "andy" + ], + [ + "ĠRand", + "y" + ], + [ + "ĠRan", + "dy" + ], + [ + "Ġbitter", + "ly" + ], + [ + "ĠInv", + "ite" + ], + [ + "Ġlubric", + "ants" + ], + [ + "Ġlubricant", + "s" + ], + [ + "Govern", + "ments" + ], + [ + "Government", + "s" + ], + [ + "ĠAdapt", + "able" + ], + [ + "Ġcran", + "berry" + ], + [ + "Ġcran", + "berries" + ], + [ + "Ġdissemin", + "ating" + ], + [ + "Ġmicron", + "utrient" + ], + [ + "Ġinoc", + "ulated" + ], + [ + "aryng", + "itis" + ], + [ + "Ġsmugg", + "led" + ], + [ + "Ġgreet", + "ings" + ], + [ + "Ġgreeting", + "s" + ], + [ + "exc", + "luding" + ], + [ + "Be", + "come" + ], + [ + "Bec", + "ome" + ], + [ + "Ġindiscrim", + "inate" + ], + [ + "ĠPok", + "émon" + ], + [ + "Ġphthal", + "ates" + ], + [ + "Ġindeterm", + "inate" + ], + [ + "-", + "vent" + ], + [ + "-v", + "ent" + ], + [ + "-ve", + "nt" + ], + [ + "M", + "t" + ], + [ + "U", + "ES" + ], + [ + "UE", + "S" + ], + [ + "á", + "¼" + ], + [ + "at", + "ians" + ], + [ + "ati", + "ans" + ], + [ + "atia", + "ns" + ], + [ + "atian", + "s" + ], + [ + "Ġ", + "dal" + ], + [ + "Ġd", + "al" + ], + [ + "Ġda", + "l" + ], + [ + "ĠT", + "aurus" + ], + [ + "ĠTa", + "urus" + ], + [ + "ĠTau", + "rus" + ], + [ + "ĠS", + "ino" + ], + [ + "ĠSi", + "no" + ], + [ + "ĠSin", + "o" + ], + [ + "ĠI", + "ke" + ], + [ + "ĠIk", + "e" + ], + [ + "il", + "los" + ], + [ + "ill", + "os" + ], + [ + "illo", + "s" + ], + [ + "Ġhe", + "ctic" + ], + [ + "Ġhect", + "ic" + ], + [ + "a", + "body" + ], + [ + "ab", + "ody" + ], + [ + "abo", + "dy" + ], + [ + "ĠB", + "ret" + ], + [ + "ĠBr", + "et" + ], + [ + "ĠBre", + "t" + ], + [ + "ain", + "able" + ], + [ + "ĠH", + "uck" + ], + [ + "ĠHu", + "ck" + ], + [ + "ĠD", + "engue" + ], + [ + "ĠDen", + "gue" + ], + [ + "ĠDeng", + "ue" + ], + [ + "ĠF", + "idel" + ], + [ + "ĠFi", + "del" + ], + [ + "Ġj", + "og" + ], + [ + "Ġjo", + "g" + ], + [ + "Ġar", + "chery" + ], + [ + "Ġarch", + "ery" + ], + [ + "Ġarche", + "ry" + ], + [ + "Ġarcher", + "y" + ], + [ + "ĠS", + "ten" + ], + [ + "ĠSt", + "en" + ], + [ + "ĠSte", + "n" + ], + [ + "Ġpre", + "eclampsia" + ], + [ + "Ġra", + "iding" + ], + [ + "Ġraid", + "ing" + ], + [ + "hes", + "da" + ], + [ + "Ġ", + "hers" + ], + [ + "Ġh", + "ers" + ], + [ + "Ġhe", + "rs" + ], + [ + "Ġher", + "s" + ], + [ + "Ġcur", + "bs" + ], + [ + "Ġcurb", + "s" + ], + [ + "Ġop", + "iate" + ], + [ + "Ġconst", + "riction" + ], + [ + "Ġconstrict", + "ion" + ], + [ + "ĠAnd", + "alus" + ], + [ + "ĠWh", + "ig" + ], + [ + "Ġtop", + "ographical" + ], + [ + "Ġtopographic", + "al" + ], + [ + "ĠRe", + "ception" + ], + [ + "ĠRece", + "ption" + ], + [ + "ĠRes", + "onance" + ], + [ + "Ġunt", + "rained" + ], + [ + "Ġfree", + "st" + ], + [ + "Ġfre", + "est" + ], + [ + "Ġfrees", + "t" + ], + [ + "idd", + "led" + ], + [ + "iddle", + "d" + ], + [ + "sp", + "ection" + ], + [ + "spec", + "tion" + ], + [ + "spe", + "ction" + ], + [ + "Ġblack", + "outs" + ], + [ + "Ġblackout", + "s" + ], + [ + "Ġinter", + "activity" + ], + [ + "Ġinteract", + "ivity" + ], + [ + "ĠCont", + "ribution" + ], + [ + "ĠContribut", + "ion" + ], + [ + "Ġdry", + "wall" + ], + [ + "Ġdisp", + "ositions" + ], + [ + "Ġdisposition", + "s" + ], + [ + "Ġmal", + "formation" + ], + [ + "Ġ:", + ")Ċ" + ], + [ + "Ġ:)", + "Ċ" + ], + [ + "Ġnerv", + "osa" + ], + [ + "rans", + "itive" + ], + [ + "Ġflat", + "ulence" + ], + [ + "Ġcorpor", + "al" + ], + [ + "Ġcorp", + "oral" + ], + [ + "Ġa", + "xon" + ], + [ + "Ġax", + "on" + ], + [ + "ĠEss", + "entials" + ], + [ + "ĠEssential", + "s" + ], + [ + "ĠExp", + "ressions" + ], + [ + "ĠExpress", + "ions" + ], + [ + "ĠExpression", + "s" + ], + [ + "Ġsharp", + "ness" + ], + [ + "an", + "oi" + ], + [ + "ano", + "i" + ], + [ + "b", + "ells" + ], + [ + "bell", + "s" + ], + [ + "bel", + "ls" + ], + [ + "Ġspons", + "oring" + ], + [ + "Ġsponsor", + "ing" + ], + [ + "Ġdistribut", + "or" + ], + [ + "ĠM", + "ongo" + ], + [ + "ĠMon", + "go" + ], + [ + "ĠMong", + "o" + ], + [ + "ĠEV", + "ERY" + ], + [ + "G", + "RAM" + ], + [ + "GR", + "AM" + ], + [ + "ĠEsp", + "añ" + ], + [ + "ĠAl", + "lowing" + ], + [ + "ĠAll", + "owing" + ], + [ + "ĠAllow", + "ing" + ], + [ + "Ġbrew", + "ery" + ], + [ + "Ġbrewer", + "y" + ], + [ + "Ġcasc", + "ading" + ], + [ + "Child", + "hood" + ], + [ + "Ġg", + "ulls" + ], + [ + "Ġgull", + "s" + ], + [ + "Ġgul", + "ls" + ], + [ + "ĠCont", + "ainer" + ], + [ + "ĠContain", + "er" + ], + [ + "ĠEuc", + "lidean" + ], + [ + "ĠEuclid", + "ean" + ], + [ + "Archae", + "ologists" + ], + [ + "Ġplur", + "ipotent" + ], + [ + "-", + "African" + ], + [ + "-Af", + "rican" + ], + [ + "-", + "rot" + ], + [ + "-r", + "ot" + ], + [ + "-ro", + "t" + ], + [ + "-", + "occupied" + ], + [ + "B", + "le" + ], + [ + "Bl", + "e" + ], + [ + "B", + "and" + ], + [ + "Ban", + "d" + ], + [ + "Ba", + "nd" + ], + [ + "S", + "can" + ], + [ + "Sc", + "an" + ], + [ + "T", + "aken" + ], + [ + "Take", + "n" + ], + [ + "Ta", + "ken" + ], + [ + "W", + "ear" + ], + [ + "We", + "ar" + ], + [ + "o", + "oly" + ], + [ + "ool", + "y" + ], + [ + "oo", + "ly" + ], + [ + "p", + "H" + ], + [ + "w", + "agen" + ], + [ + "wa", + "gen" + ], + [ + "w", + "affe" + ], + [ + "wa", + "ffe" + ], + [ + "|", + "K" + ], + [ + "Ġb", + "rowning" + ], + [ + "Ġbr", + "owning" + ], + [ + "Ġbrown", + "ing" + ], + [ + "Ġbrow", + "ning" + ], + [ + "an", + "imity" + ], + [ + "ani", + "mity" + ], + [ + "anim", + "ity" + ], + [ + "an", + "ayama" + ], + [ + "ent", + "ive" + ], + [ + "Ġe", + "ased" + ], + [ + "Ġeas", + "ed" + ], + [ + "Ġease", + "d" + ], + [ + "Ġre", + "organized" + ], + [ + "Ġreorgan", + "ized" + ], + [ + "Ġn", + "ude" + ], + [ + "Ġnu", + "de" + ], + [ + "Ġnud", + "e" + ], + [ + "ĠM", + "F" + ], + [ + "âĢĻ", + "-" + ], + [ + "ĠH", + "ild" + ], + [ + "ĠHi", + "ld" + ], + [ + "ĠHil", + "d" + ], + [ + "ĠH", + "itch" + ], + [ + "ĠHit", + "ch" + ], + [ + "ĠH", + "ester" + ], + [ + "ĠHe", + "ster" + ], + [ + "ĠHes", + "ter" + ], + [ + "Ġch", + "ipped" + ], + [ + "Ġchip", + "ped" + ], + [ + "Ġchi", + "pped" + ], + [ + "ĠD", + "ylan" + ], + [ + "ĠDy", + "lan" + ], + [ + "ĠG", + "utenberg" + ], + [ + "ĠGu", + "tenberg" + ], + [ + "ĠGut", + "enberg" + ], + [ + "p", + "lish" + ], + [ + "pl", + "ish" + ], + [ + "e", + "ndra" + ], + [ + "end", + "ra" + ], + [ + "i", + "bi" + ], + [ + "ib", + "i" + ], + [ + "Ġun", + "ison" + ], + [ + "n", + "own" + ], + [ + "now", + "n" + ], + [ + "no", + "wn" + ], + [ + "ĠSt", + "okes" + ], + [ + "ĠSto", + "kes" + ], + [ + "ĠC", + "hak" + ], + [ + "ĠCh", + "ak" + ], + [ + "ĠCha", + "k" + ], + [ + "arch", + "itect" + ], + [ + "Ġpres", + "by" + ], + [ + "Ġgra", + "zed" + ], + [ + "Ġgr", + "azed" + ], + [ + "Ġgraze", + "d" + ], + [ + "Ġtreat", + "ises" + ], + [ + "Ġtreatise", + "s" + ], + [ + "ĠSp", + "itzer" + ], + [ + "ĠSpit", + "zer" + ], + [ + "Ġcle", + "arest" + ], + [ + "Ġclear", + "est" + ], + [ + "Ġcle", + "avage" + ], + [ + "p", + "arin" + ], + [ + "par", + "in" + ], + [ + "pa", + "rin" + ], + [ + "ĠCol", + "oss" + ], + [ + "ĠCo", + "loss" + ], + [ + "ĠColo", + "ss" + ], + [ + "Ġg", + "rating" + ], + [ + "Ġgra", + "ting" + ], + [ + "Ġgr", + "ating" + ], + [ + "Ġgrat", + "ing" + ], + [ + "Ġcoll", + "ided" + ], + [ + "Ġcollide", + "d" + ], + [ + "Ġc", + "athe" + ], + [ + "Ġca", + "the" + ], + [ + "Ġcat", + "he" + ], + [ + "Ġcath", + "e" + ], + [ + "ĠHist", + "ories" + ], + [ + "ĠHistor", + "ies" + ], + [ + "ĠHi", + "stories" + ], + [ + "ĠTr", + "avis" + ], + [ + "ĠTra", + "vis" + ], + [ + "Ġdisp", + "ensed" + ], + [ + "Ġdispens", + "ed" + ], + [ + "Ġdispense", + "d" + ], + [ + ".", + ");" + ], + [ + ".)", + ";" + ], + [ + "ĠDis", + "charge" + ], + [ + "ĠSch", + "ro" + ], + [ + "ĠBi", + "osphere" + ], + [ + "ĠLike", + "ly" + ], + [ + "ĠRob", + "bins" + ], + [ + "Re", + "cycling" + ], + [ + "Rec", + "ycling" + ], + [ + "Ġped", + "igree" + ], + [ + "ĠProp", + "osed" + ], + [ + "Ġt", + "icking" + ], + [ + "Ġtick", + "ing" + ], + [ + "Ġti", + "cking" + ], + [ + "Ġtic", + "king" + ], + [ + "Cons", + "umers" + ], + [ + "Consumer", + "s" + ], + [ + "Ġcry", + "ptic" + ], + [ + "Ġcrypt", + "ic" + ], + [ + "ĠP", + "MC" + ], + [ + "ĠPM", + "C" + ], + [ + "Ġexcav", + "ating" + ], + [ + "Ġmemor", + "andum" + ], + [ + "ĠF", + "ilms" + ], + [ + "ĠFil", + "ms" + ], + [ + "ĠFilm", + "s" + ], + [ + "t", + "ravel" + ], + [ + "tra", + "vel" + ], + [ + "Vis", + "itors" + ], + [ + "Visit", + "ors" + ], + [ + "ĠIC", + "U" + ], + [ + "Ġdesp", + "eration" + ], + [ + "Ġdesper", + "ation" + ], + [ + "help", + "ful" + ], + [ + "Defin", + "ing" + ], + [ + "Def", + "ining" + ], + [ + "ĠHob", + "bes" + ], + [ + "Ġminus", + "cule" + ], + [ + "Ġintim", + "idate" + ], + [ + "Ġintimid", + "ate" + ], + [ + "Ġinnoc", + "uous" + ], + [ + "Ġgeomet", + "ries" + ], + [ + "Ġb", + "unker" + ], + [ + "Ġbun", + "ker" + ], + [ + "Ġbunk", + "er" + ], + [ + "Ġtransport", + "er" + ], + [ + "Ġtransp", + "orter" + ], + [ + "Ġtranspor", + "ter" + ], + [ + "Ġvarieg", + "ated" + ], + [ + "ĠGuin", + "ness" + ], + [ + "Ġamar", + "anth" + ], + [ + "C", + "u" + ], + [ + "H", + "arm" + ], + [ + "Har", + "m" + ], + [ + "Ha", + "rm" + ], + [ + "P", + "i" + ], + [ + "Z", + "e" + ], + [ + "m", + "oney" + ], + [ + "mon", + "ey" + ], + [ + "mo", + "ney" + ], + [ + "p", + "u" + ], + [ + "ĠT", + "ern" + ], + [ + "ĠTe", + "rn" + ], + [ + "ĠTer", + "n" + ], + [ + "ĠM", + "ou" + ], + [ + "ĠMo", + "u" + ], + [ + "ĠB", + "rett" + ], + [ + "ĠBr", + "ett" + ], + [ + "ĠBre", + "tt" + ], + [ + "ĠBret", + "t" + ], + [ + "Ġ", + "DOT" + ], + [ + "ĠD", + "OT" + ], + [ + "ĠDO", + "T" + ], + [ + "o", + "gic" + ], + [ + "og", + "ic" + ], + [ + "ogi", + "c" + ], + [ + "ĠN", + "intendo" + ], + [ + "ĠL", + "ough" + ], + [ + "ĠLou", + "gh" + ], + [ + "ĠLo", + "ugh" + ], + [ + "Ġdis", + "belief" + ], + [ + "ĠTh", + "ick" + ], + [ + "ĠThi", + "ck" + ], + [ + "Ġim", + "pot" + ], + [ + "Ġimp", + "ot" + ], + [ + "Ġso", + "bri" + ], + [ + "Ġun", + "pro" + ], + [ + "Ġunp", + "ro" + ], + [ + "Ġpe", + "gs" + ], + [ + "Ġpeg", + "s" + ], + [ + "Ġover", + "run" + ], + [ + "Ġoverr", + "un" + ], + [ + "ĠV", + "isc" + ], + [ + "ĠVis", + "c" + ], + [ + "ĠVi", + "sc" + ], + [ + "ĠB", + "een" + ], + [ + "ĠBe", + "en" + ], + [ + "ĠBee", + "n" + ], + [ + "-", + "load" + ], + [ + "-l", + "oad" + ], + [ + "-lo", + "ad" + ], + [ + "augh", + "lin" + ], + [ + "ĠGen", + "ius" + ], + [ + "Ġswe", + "eps" + ], + [ + "Ġsweep", + "s" + ], + [ + "Ġhom", + "ogenous" + ], + [ + "Ġhomogen", + "ous" + ], + [ + "r", + "asal" + ], + [ + "ra", + "sal" + ], + [ + "ras", + "al" + ], + [ + "gl", + "acial" + ], + [ + "ÃŃ", + "o" + ], + [ + "ĠDar", + "ling" + ], + [ + "Ġphosph", + "olip" + ], + [ + "ug", + "gage" + ], + [ + "ugg", + "age" + ], + [ + "Ġye", + "ah" + ], + [ + "Ġsup", + "ra" + ], + [ + "Ġsupr", + "a" + ], + [ + "ĠN", + "Ox" + ], + [ + "ĠNO", + "x" + ], + [ + "rat", + "ulations" + ], + [ + "ĠEll", + "iot" + ], + [ + "ĠSel", + "enium" + ], + [ + "Ġob", + "structed" + ], + [ + "Ġobstruct", + "ed" + ], + [ + "-", + "important" + ], + [ + "-im", + "portant" + ], + [ + "ĠCrus", + "ades" + ], + [ + "ĠCrusade", + "s" + ], + [ + "s", + "people" + ], + [ + "spe", + "ople" + ], + [ + "ĠPe", + "rez" + ], + [ + "ĠPer", + "ez" + ], + [ + "ĠPere", + "z" + ], + [ + "ĠM", + "ethane" + ], + [ + "ĠMeth", + "ane" + ], + [ + "Ġgru", + "esome" + ], + [ + "Ġtranqu", + "ility" + ], + [ + "Ġtranquil", + "ity" + ], + [ + "ĠLact", + "obacillus" + ], + [ + "ĠAdv", + "ocates" + ], + [ + "ĠAdvoc", + "ates" + ], + [ + "ĠAdvocate", + "s" + ], + [ + "ĠSerge", + "ant" + ], + [ + "-gathere", + "r" + ], + [ + "Ġmagist", + "rates" + ], + [ + "Ġmagistrate", + "s" + ], + [ + "ĠPersu", + "asive" + ], + [ + "Ġenumer", + "ation" + ], + [ + "Ġenum", + "eration" + ], + [ + "ĠPhilist", + "ines" + ], + [ + "-", + "An" + ], + [ + "-A", + "n" + ], + [ + "A", + "th" + ], + [ + "At", + "h" + ], + [ + "C", + "ult" + ], + [ + "Cu", + "lt" + ], + [ + "S", + "oc" + ], + [ + "So", + "c" + ], + [ + "S", + "low" + ], + [ + "Sl", + "ow" + ], + [ + "v", + "ast" + ], + [ + "va", + "st" + ], + [ + "vas", + "t" + ], + [ + "Ġp", + "ere" + ], + [ + "Ġper", + "e" + ], + [ + "Ġpe", + "re" + ], + [ + "Ġf", + "ide" + ], + [ + "Ġfid", + "e" + ], + [ + "Ġfi", + "de" + ], + [ + "Ġin", + "wards" + ], + [ + "Ġinward", + "s" + ], + [ + "l", + "eb" + ], + [ + "le", + "b" + ], + [ + "se", + "ason" + ], + [ + "sea", + "son" + ], + [ + "ch", + "airs" + ], + [ + "cha", + "irs" + ], + [ + "chair", + "s" + ], + [ + "i", + "gars" + ], + [ + "ig", + "ars" + ], + [ + "iga", + "rs" + ], + [ + "igar", + "s" + ], + [ + "Ġon", + "coming" + ], + [ + "Ġonc", + "oming" + ], + [ + "Ġst", + "ricken" + ], + [ + "Ġstr", + "icken" + ], + [ + "Ġstri", + "cken" + ], + [ + "Ġstric", + "ken" + ], + [ + "Ġs", + "ushi" + ], + [ + "Ġsu", + "shi" + ], + [ + "Ġsus", + "hi" + ], + [ + "ĠH", + "UM" + ], + [ + "ĠHU", + "M" + ], + [ + "ĠE", + "scape" + ], + [ + "ĠEs", + "cape" + ], + [ + "ĠEsc", + "ape" + ], + [ + "ĠN", + "ex" + ], + [ + "ĠNe", + "x" + ], + [ + "ast", + "ewater" + ], + [ + "aste", + "water" + ], + [ + "ĠO", + "jib" + ], + [ + "Ġcon", + "scription" + ], + [ + "Ġcons", + "cription" + ], + [ + "Ġsm", + "elly" + ], + [ + "Ġsmell", + "y" + ], + [ + "Ġsmel", + "ly" + ], + [ + "Ġtechn", + "ologists" + ], + [ + "Ġtechnologist", + "s" + ], + [ + "ĠAn", + "emia" + ], + [ + "us", + "sed" + ], + [ + "uss", + "ed" + ], + [ + "usse", + "d" + ], + [ + "Ġequ", + "ipping" + ], + [ + "Ġequip", + "ping" + ], + [ + "It", + "aly" + ], + [ + "Ġ", + "cape" + ], + [ + "Ġc", + "ape" + ], + [ + "Ġca", + "pe" + ], + [ + "Ġcap", + "e" + ], + [ + "Ġcap", + "itol" + ], + [ + "Ġcapit", + "ol" + ], + [ + "Ġwar", + "ring" + ], + [ + "ĠRes", + "erves" + ], + [ + "ĠReserve", + "s" + ], + [ + "ĠReserv", + "es" + ], + [ + "ĠCan", + "averal" + ], + [ + "-c", + "ooled" + ], + [ + "-co", + "oled" + ], + [ + "-", + "tree" + ], + [ + "-t", + "ree" + ], + [ + "-tr", + "ee" + ], + [ + "Ġmicro", + "cephaly" + ], + [ + "as", + "ca" + ], + [ + "asc", + "a" + ], + [ + "Ġcon", + "sequential" + ], + [ + "Ġconsequ", + "ential" + ], + [ + "Ġconsequent", + "ial" + ], + [ + "ĠS", + "immons" + ], + [ + "ĠSim", + "mons" + ], + [ + "ĠRoman", + "esque" + ], + [ + "ĠMat", + "th" + ], + [ + "ĠMatt", + "h" + ], + [ + "r", + "oglyph" + ], + [ + "rog", + "lyph" + ], + [ + "Ġd", + "oubted" + ], + [ + "Ġdoub", + "ted" + ], + [ + "Ġdoubt", + "ed" + ], + [ + "ĠSun", + "shine" + ], + [ + "ĠWell", + "being" + ], + [ + "ĠB", + "aba" + ], + [ + "ĠBab", + "a" + ], + [ + "ĠBa", + "ba" + ], + [ + "Per", + "formance" + ], + [ + "Perform", + "ance" + ], + [ + "ĠDe", + "vi" + ], + [ + "ĠDev", + "i" + ], + [ + "Ġham", + "ster" + ], + [ + "Ġmagnet", + "osphere" + ], + [ + "ĠHop", + "i" + ], + [ + "ĠHo", + "pi" + ], + [ + "Ġmes", + "mer" + ], + [ + "i", + "cancer" + ], + [ + "ic", + "ancer" + ], + [ + "ican", + "cer" + ], + [ + "sub", + "ject" + ], + [ + "Ġexacerb", + "ating" + ], + [ + "fig", + "uration" + ], + [ + "ĠSit", + "uation" + ], + [ + "ĠMe", + "ndel" + ], + [ + "ĠMen", + "del" + ], + [ + "ĠMend", + "el" + ], + [ + "Ġstyl", + "ing" + ], + [ + "Ġsty", + "ling" + ], + [ + "opath", + "ology" + ], + [ + "li", + "pid" + ], + [ + "lip", + "id" + ], + [ + "ĠEuc", + "lid" + ], + [ + "Ġepistem", + "ology" + ], + [ + "ĠS", + "iegel" + ], + [ + "ĠSi", + "egel" + ], + [ + "ĠSie", + "gel" + ], + [ + "ĠSieg", + "el" + ], + [ + "ĠSiege", + "l" + ], + [ + "Ġfeb", + "rile" + ], + [ + "ĠShack", + "leton" + ], + [ + "ĠSagitt", + "arius" + ], + [ + ")", + ")," + ], + [ + "))", + "," + ], + [ + "-", + "rac" + ], + [ + "-r", + "ac" + ], + [ + "-ra", + "c" + ], + [ + "D", + "N" + ], + [ + "E", + "t" + ], + [ + "M", + "and" + ], + [ + "Man", + "d" + ], + [ + "Ma", + "nd" + ], + [ + "N", + "eut" + ], + [ + "Ne", + "ut" + ], + [ + "Neu", + "t" + ], + [ + "g", + "um" + ], + [ + "gu", + "m" + ], + [ + "g", + "ians" + ], + [ + "gian", + "s" + ], + [ + "gia", + "ns" + ], + [ + "gi", + "ans" + ], + [ + "l", + "ibrary" + ], + [ + "lib", + "rary" + ], + [ + "Ġe", + "uropean" + ], + [ + "Ġeurope", + "an" + ], + [ + "Ġn", + "ipples" + ], + [ + "Ġnipple", + "s" + ], + [ + "Ġnip", + "ples" + ], + [ + "ĠT", + "LS" + ], + [ + "ĠTL", + "S" + ], + [ + "im", + "port" + ], + [ + "imp", + "ort" + ], + [ + "im", + "icrobial" + ], + [ + "ĠC", + "IS" + ], + [ + "ĠCI", + "S" + ], + [ + "ĠC", + "aj" + ], + [ + "ĠCa", + "j" + ], + [ + "Ġh", + "aph" + ], + [ + "Ġha", + "ph" + ], + [ + "rom", + "ise" + ], + [ + "ĠF", + "EMA" + ], + [ + "ĠFE", + "MA" + ], + [ + "ĠR", + "ang" + ], + [ + "ĠRa", + "ng" + ], + [ + "ĠRan", + "g" + ], + [ + "ĠR", + "ats" + ], + [ + "ĠRa", + "ts" + ], + [ + "ĠRat", + "s" + ], + [ + "Ġ", + "kat" + ], + [ + "Ġk", + "at" + ], + [ + "Ġka", + "t" + ], + [ + "Ġres", + "umes" + ], + [ + "Ġresume", + "s" + ], + [ + "ang", + "aroos" + ], + [ + "angar", + "oos" + ], + [ + "angaroo", + "s" + ], + [ + "ĠSt", + "rand" + ], + [ + "ĠStr", + "and" + ], + [ + "ĠStra", + "nd" + ], + [ + "Ġpre", + "history" + ], + [ + "Ġpre", + "fecture" + ], + [ + "Ġprefect", + "ure" + ], + [ + "Ġneed", + "less" + ], + [ + "Ġneedle", + "ss" + ], + [ + "Ġneedles", + "s" + ], + [ + "Ġcent", + "enary" + ], + [ + "Ġart", + "istry" + ], + [ + "Ġartist", + "ry" + ], + [ + "-s", + "ac" + ], + [ + "Ġstill", + "birth" + ], + [ + "Ġre", + "telling" + ], + [ + "Ġret", + "elling" + ], + [ + "Ġretell", + "ing" + ], + [ + "Ġtre", + "mbling" + ], + [ + "Ġtrem", + "bling" + ], + [ + "Ġbir", + "ding" + ], + [ + "Ġbird", + "ing" + ], + [ + "Ġbook", + "store" + ], + [ + "Ġlab", + "ors" + ], + [ + "Ġla", + "bors" + ], + [ + "Ġlabor", + "s" + ], + [ + "Ġr", + "adium" + ], + [ + "Ġrad", + "ium" + ], + [ + "Ġradi", + "um" + ], + [ + "Ġpred", + "ates" + ], + [ + "Ġpredate", + "s" + ], + [ + "Ġcat", + "hedrals" + ], + [ + "Ġcathedral", + "s" + ], + [ + "Ġge", + "ys" + ], + [ + "ĠTra", + "fficking" + ], + [ + "ĠTraffic", + "king" + ], + [ + "Ġf", + "rail" + ], + [ + "Ġfra", + "il" + ], + [ + "Ġfr", + "ail" + ], + [ + "ĠFl", + "ame" + ], + [ + "ĠFla", + "me" + ], + [ + "Ġship", + "building" + ], + [ + "O", + "THER" + ], + [ + "OT", + "HER" + ], + [ + "OTH", + "ER" + ], + [ + "Ġadequ", + "acy" + ], + [ + "Ġtoler", + "able" + ], + [ + "-", + "center" + ], + [ + "-c", + "enter" + ], + [ + "-cent", + "er" + ], + [ + "ĠCar", + "ey" + ], + [ + "ĠCare", + "y" + ], + [ + "ĠCa", + "rey" + ], + [ + "ĠRe", + "ported" + ], + [ + "ĠRep", + "orted" + ], + [ + "ĠReport", + "ed" + ], + [ + "Ġvac", + "u" + ], + [ + "Ġva", + "cu" + ], + [ + "Ġover", + "winter" + ], + [ + "Ġoverw", + "inter" + ], + [ + "ĠContin", + "ued" + ], + [ + "ĠContinue", + "d" + ], + [ + "ĠInit", + "iatives" + ], + [ + "ĠInitiative", + "s" + ], + [ + "Ġsu", + "itably" + ], + [ + "Ġsuit", + "ably" + ], + [ + "G", + "lass" + ], + [ + "Gl", + "ass" + ], + [ + "Ġstere", + "otyping" + ], + [ + "ĠNor", + "mans" + ], + [ + "ĠNorm", + "ans" + ], + [ + "ĠNorman", + "s" + ], + [ + "Ġdi", + "verting" + ], + [ + "Ġdiver", + "ting" + ], + [ + "Ġdivert", + "ing" + ], + [ + "è", + "res" + ], + [ + "ère", + "s" + ], + [ + "ne", + "got" + ], + [ + "neg", + "ot" + ], + [ + "Ġlong", + "h" + ], + [ + "Ġlon", + "gh" + ], + [ + "Ġhind", + "rance" + ], + [ + "ĠS", + "anto" + ], + [ + "ĠSan", + "to" + ], + [ + "ĠSant", + "o" + ], + [ + "Ġcarn", + "ivore" + ], + [ + "aza", + "ar" + ], + [ + "plement", + "ing" + ], + [ + "Ġunh", + "appiness" + ], + [ + "Oh", + "io" + ], + [ + "ando", + "ah" + ], + [ + "Ġsoft", + "ened" + ], + [ + "Ġsoften", + "ed" + ], + [ + "an", + "chez" + ], + [ + "anch", + "ez" + ], + [ + "anche", + "z" + ], + [ + "pl", + "asticity" + ], + [ + "plastic", + "ity" + ], + [ + "ĠWal", + "do" + ], + [ + "ĠWald", + "o" + ], + [ + "Ġoint", + "ments" + ], + [ + "Ġointment", + "s" + ], + [ + "Ġunsatis", + "factory" + ], + [ + "Ġdiagonal", + "ly" + ], + [ + "Ġdiagon", + "ally" + ], + [ + "ĠElis", + "abeth" + ], + [ + "Ġcannib", + "alism" + ], + [ + "Ġcannibal", + "ism" + ], + [ + "Ġhaph", + "azard" + ], + [ + ".", + "be" + ], + [ + ".b", + "e" + ], + [ + "D", + "uration" + ], + [ + "Du", + "ration" + ], + [ + "Dur", + "ation" + ], + [ + "F", + "iber" + ], + [ + "Fi", + "ber" + ], + [ + "Fib", + "er" + ], + [ + "M", + "AS" + ], + [ + "MA", + "S" + ], + [ + "R", + "ural" + ], + [ + "h", + "appy" + ], + [ + "ha", + "ppy" + ], + [ + "happ", + "y" + ], + [ + "l", + "oc" + ], + [ + "lo", + "c" + ], + [ + "l", + "ooking" + ], + [ + "lo", + "oking" + ], + [ + "look", + "ing" + ], + [ + "loo", + "king" + ], + [ + "Ë", + "Į" + ], + [ + "Ġ", + "ses" + ], + [ + "Ġs", + "es" + ], + [ + "Ġse", + "s" + ], + [ + "o", + "rily" + ], + [ + "or", + "ily" + ], + [ + "ori", + "ly" + ], + [ + "Ġb", + "umper" + ], + [ + "Ġbump", + "er" + ], + [ + "Ġ", + "dc" + ], + [ + "Ġd", + "c" + ], + [ + "Ġre", + "iterated" + ], + [ + "Ġreiter", + "ated" + ], + [ + "Ġreiterate", + "d" + ], + [ + "s", + "elect" + ], + [ + "se", + "lect" + ], + [ + "sel", + "ect" + ], + [ + "th", + "anks" + ], + [ + "than", + "ks" + ], + [ + "thank", + "s" + ], + [ + "op", + "ilot" + ], + [ + "ĠP", + "oc" + ], + [ + "ĠPo", + "c" + ], + [ + "ĠH", + "uge" + ], + [ + "ĠHu", + "ge" + ], + [ + "ĠHug", + "e" + ], + [ + "p", + "ps" + ], + [ + "pp", + "s" + ], + [ + "Ġch", + "oral" + ], + [ + "Ġcho", + "ral" + ], + [ + "Ġchor", + "al" + ], + [ + "ĠE", + "f" + ], + [ + "Ġ", + "ENS" + ], + [ + "ĠE", + "NS" + ], + [ + "ĠEN", + "S" + ], + [ + "ĠN", + "er" + ], + [ + "ĠNe", + "r" + ], + [ + "in", + "eal" + ], + [ + "ine", + "al" + ], + [ + "inea", + "l" + ], + [ + "Ġ", + "UA" + ], + [ + "ĠU", + "A" + ], + [ + "ĠJ", + "asper" + ], + [ + "ĠJas", + "per" + ], + [ + "ac", + "ey" + ], + [ + "ace", + "y" + ], + [ + "Ġam", + "oeb" + ], + [ + "Ġdifferent", + "iates" + ], + [ + "Ġdifferentiate", + "s" + ], + [ + "ĠAl", + "ma" + ], + [ + "ĠAlm", + "a" + ], + [ + "ex", + "ec" + ], + [ + "Ġve", + "hement" + ], + [ + "Ġveh", + "ement" + ], + [ + "-", + "flu" + ], + [ + "-f", + "lu" + ], + [ + "-fl", + "u" + ], + [ + "-", + "code" + ], + [ + "-c", + "ode" + ], + [ + "-co", + "de" + ], + [ + "-d", + "etermined" + ], + [ + "Ġv", + "oles" + ], + [ + "Ġvol", + "es" + ], + [ + "Ġvo", + "les" + ], + [ + "Ġs", + "ingles" + ], + [ + "Ġsing", + "les" + ], + [ + "Ġsingle", + "s" + ], + [ + "Ġf", + "unders" + ], + [ + "Ġfun", + "ders" + ], + [ + "Ġfund", + "ers" + ], + [ + "Ġan", + "nals" + ], + [ + "Ġann", + "als" + ], + [ + "rad", + "io" + ], + [ + "a", + "ius" + ], + [ + "ai", + "us" + ], + [ + "ĠComp", + "ounds" + ], + [ + "ĠCompound", + "s" + ], + [ + "Ġlife", + "less" + ], + [ + "Ġlif", + "eless" + ], + [ + "Ġcapt", + "ivated" + ], + [ + "ĠDay", + "light" + ], + [ + "Ġpoly", + "urethane" + ], + [ + "Be", + "havior" + ], + [ + "ĠBra", + "gg" + ], + [ + "ĠBr", + "agg" + ], + [ + "Sh", + "owing" + ], + [ + "Show", + "ing" + ], + [ + "Ġmis", + "treatment" + ], + [ + "Ġmist", + "reatment" + ], + [ + "Ġis", + "landers" + ], + [ + "Ġisland", + "ers" + ], + [ + "Ġconsult", + "ancy" + ], + [ + "Ġsecret", + "es" + ], + [ + "Ġsecre", + "tes" + ], + [ + "Ġsecrete", + "s" + ], + [ + "ĠBer", + "ber" + ], + [ + "E", + "LS" + ], + [ + "EL", + "S" + ], + [ + "ĠLou", + "isa" + ], + [ + "ĠLouis", + "a" + ], + [ + "ĠWhere", + "ver" + ], + [ + "Qu", + "ite" + ], + [ + "Per", + "cent" + ], + [ + "Ġdescript", + "or" + ], + [ + "Ġhygien", + "ist" + ], + [ + "sor", + "iatic" + ], + [ + "Ġdefault", + "s" + ], + [ + "ĠOl", + "iv" + ], + [ + "ĠDi", + "ets" + ], + [ + "ĠDiet", + "s" + ], + [ + "ĠDie", + "ts" + ], + [ + "develop", + "ing" + ], + [ + "ĠT", + "ennis" + ], + [ + "ĠTenn", + "is" + ], + [ + "ĠTen", + "nis" + ], + [ + ",", + "âĢĻâĢĿ" + ], + [ + ",âĢĻ", + "âĢĿ" + ], + [ + "Ġforb", + "ade" + ], + [ + "re", + "ference" + ], + [ + "ref", + "erence" + ], + [ + "Ġunder", + "wear" + ], + [ + "Ġunderw", + "ear" + ], + [ + "ĠAt", + "mosphere" + ], + [ + "ĠAtmosp", + "here" + ], + [ + "ĠAutom", + "otive" + ], + [ + "Ġco", + "upon" + ], + [ + "Ġcou", + "pon" + ], + [ + "Ġcoup", + "on" + ], + [ + "Ġreplen", + "ished" + ], + [ + "Ġreplenish", + "ed" + ], + [ + "Ġexpansion", + "s" + ], + [ + "Ġexpans", + "ions" + ], + [ + "Ġlod", + "ges" + ], + [ + "Ġlodge", + "s" + ], + [ + "ĠCarn", + "ival" + ], + [ + "ĠCont", + "ributions" + ], + [ + "ĠContribut", + "ions" + ], + [ + "ĠContribution", + "s" + ], + [ + "ĠMa", + "ui" + ], + [ + "ĠMau", + "i" + ], + [ + "Ġlength", + "ening" + ], + [ + "Ġleng", + "thening" + ], + [ + "Ġlengthen", + "ing" + ], + [ + "Ġbureaucr", + "ats" + ], + [ + "ĠJa", + "inism" + ], + [ + "ĠJain", + "ism" + ], + [ + "ĠStrat", + "ford" + ], + [ + "Iss", + "ue" + ], + [ + "ĠSeven", + "ty" + ], + [ + "ĠSevent", + "y" + ], + [ + "Ġgeo", + "magnetic" + ], + [ + "Ġgeom", + "agnetic" + ], + [ + "ĠOn", + "going" + ], + [ + "ĠOng", + "oing" + ], + [ + "ĠMyster", + "ies" + ], + [ + "ĠMys", + "teries" + ], + [ + "-prom", + "oting" + ], + [ + "ĠSemin", + "ole" + ], + [ + "\"", + "So" + ], + [ + "&", + "S" + ], + [ + "(", + "P" + ], + [ + ",", + "y" + ], + [ + "c", + "ost" + ], + [ + "co", + "st" + ], + [ + "cos", + "t" + ], + [ + "o", + "ices" + ], + [ + "oice", + "s" + ], + [ + "oi", + "ces" + ], + [ + "oic", + "es" + ], + [ + "w", + "inter" + ], + [ + "win", + "ter" + ], + [ + "à", + "¨" + ], + [ + "r", + "ese" + ], + [ + "re", + "se" + ], + [ + "res", + "e" + ], + [ + "on", + "k" + ], + [ + "Ġw", + "ading" + ], + [ + "Ġwa", + "ding" + ], + [ + "Ġp", + "um" + ], + [ + "Ġpu", + "m" + ], + [ + "ĠS", + "hed" + ], + [ + "ĠSh", + "ed" + ], + [ + "ĠShe", + "d" + ], + [ + "ĠS", + "ime" + ], + [ + "ĠSim", + "e" + ], + [ + "ĠSi", + "me" + ], + [ + "ĠS", + "esame" + ], + [ + "ĠSe", + "same" + ], + [ + "ĠC", + "af" + ], + [ + "ĠCa", + "f" + ], + [ + "Ġal", + "oft" + ], + [ + "âĢĻ", + "?" + ], + [ + "ĠR", + "ails" + ], + [ + "ĠRail", + "s" + ], + [ + "ĠRa", + "ils" + ], + [ + "ĠRai", + "ls" + ], + [ + "ĠR", + "hythm" + ], + [ + "i", + "zi" + ], + [ + "iz", + "i" + ], + [ + "Ġper", + "ils" + ], + [ + "Ġpe", + "rils" + ], + [ + "Ġperil", + "s" + ], + [ + "Ġperi", + "ls" + ], + [ + "ĠSt", + "raits" + ], + [ + "ĠStra", + "its" + ], + [ + "ĠStrait", + "s" + ], + [ + "Ġup", + "stairs" + ], + [ + "r", + "icular" + ], + [ + "ri", + "cular" + ], + [ + "ric", + "ular" + ], + [ + "ough", + "s" + ], + [ + "oug", + "hs" + ], + [ + "Ġbl", + "urring" + ], + [ + "Ġblur", + "ring" + ], + [ + "is", + "ement" + ], + [ + "ise", + "ment" + ], + [ + "arch", + "ae" + ], + [ + "ĠFor", + "rest" + ], + [ + "Ġval", + "iant" + ], + [ + "âĢľ", + "P" + ], + [ + "Ġproject", + "ors" + ], + [ + "Ġprojector", + "s" + ], + [ + "Ġfore", + "fathers" + ], + [ + "ĠSh", + "ia" + ], + [ + "ĠShi", + "a" + ], + [ + "amp", + "aign" + ], + [ + "ampa", + "ign" + ], + [ + "Ġsw", + "ans" + ], + [ + "Ġswan", + "s" + ], + [ + "Ġrad", + "iated" + ], + [ + "Ġradi", + "ated" + ], + [ + "Ġradiate", + "d" + ], + [ + "Ġpast", + "ries" + ], + [ + "ĠEnglish", + "man" + ], + [ + "ĠEngl", + "ishman" + ], + [ + "Ġmass", + "acres" + ], + [ + "Ġmassacre", + "s" + ], + [ + "ia", + "mond" + ], + [ + "iam", + "ond" + ], + [ + "Ġdis", + "placing" + ], + [ + "Ġdispl", + "acing" + ], + [ + "-", + "hole" + ], + [ + "-h", + "ole" + ], + [ + "Ġcustom", + "ization" + ], + [ + "ĠAn", + "ts" + ], + [ + "ĠAnt", + "s" + ], + [ + "E", + "NG" + ], + [ + "EN", + "G" + ], + [ + "Ġshall", + "ower" + ], + [ + "Ġshallow", + "er" + ], + [ + "Ġtransfer", + "able" + ], + [ + "Ġtransf", + "erable" + ], + [ + "ĠTex", + "ans" + ], + [ + "Ġcounter", + "intuitive" + ], + [ + "ĠBer", + "ks" + ], + [ + "ĠBerk", + "s" + ], + [ + "T", + "ea" + ], + [ + "Te", + "a" + ], + [ + "Ġlib", + "ido" + ], + [ + "Ġimmun", + "ocomp" + ], + [ + "Ġimmuno", + "comp" + ], + [ + "m", + "asters" + ], + [ + "ma", + "sters" + ], + [ + "mas", + "ters" + ], + [ + "master", + "s" + ], + [ + "mast", + "ers" + ], + [ + "U", + "RS" + ], + [ + "UR", + "S" + ], + [ + "ĠAtt", + "itudes" + ], + [ + "ĠAttitude", + "s" + ], + [ + "Ġcombat", + "ants" + ], + [ + "Ġtack", + "les" + ], + [ + "Ġtackle", + "s" + ], + [ + "Ġta", + "ckles" + ], + [ + "Ġven", + "erated" + ], + [ + "Ġvene", + "rated" + ], + [ + "-", + "Japanese" + ], + [ + "-J", + "apanese" + ], + [ + "ĠGar", + "field" + ], + [ + "ĠCrit", + "ically" + ], + [ + "ĠCritical", + "ly" + ], + [ + "/", + "home" + ], + [ + "/h", + "ome" + ], + [ + "ĠEnc", + "ryption" + ], + [ + "Ġ", + "Optional" + ], + [ + "ĠOpt", + "ional" + ], + [ + "ĠOption", + "al" + ], + [ + "ĠJ", + "ohan" + ], + [ + "ĠJo", + "han" + ], + [ + "ĠJoh", + "an" + ], + [ + "Ġ", + "qi" + ], + [ + "Ġq", + "i" + ], + [ + "ĠRot", + "terdam" + ], + [ + "Ġexempl", + "ifies" + ], + [ + "ĠCy", + "press" + ], + [ + "ĠCyp", + "ress" + ], + [ + "b", + "asic" + ], + [ + "ba", + "sic" + ], + [ + "bas", + "ic" + ], + [ + "ĠAnti", + "biotic" + ], + [ + "ĠAntib", + "iotic" + ], + [ + "ĠHorm", + "ones" + ], + [ + "ĠHormone", + "s" + ], + [ + "Ġpolynom", + "ials" + ], + [ + "Ġpolynomial", + "s" + ], + [ + "Ġla", + "ureate" + ], + [ + "Ġlaure", + "ate" + ], + [ + "Ġpe", + "sky" + ], + [ + "Ġpes", + "ky" + ], + [ + "ĠBurk", + "ina" + ], + [ + "EVEL", + "OP" + ], + [ + "Ġinaccur", + "acies" + ], + [ + "Ġretro", + "grade" + ], + [ + "Ġretrog", + "rade" + ], + [ + "chrot", + "ron" + ], + [ + ".", + "--" + ], + [ + ".-", + "-" + ], + [ + ".", + "These" + ], + [ + ".The", + "se" + ], + [ + "D", + "ictionary" + ], + [ + "E", + "aster" + ], + [ + "East", + "er" + ], + [ + "G", + "ate" + ], + [ + "Ga", + "te" + ], + [ + "M", + "oh" + ], + [ + "Mo", + "h" + ], + [ + "n", + "age" + ], + [ + "na", + "ge" + ], + [ + "r", + "oring" + ], + [ + "ro", + "ring" + ], + [ + "ror", + "ing" + ], + [ + "w", + "itter" + ], + [ + "wit", + "ter" + ], + [ + "x", + "s" + ], + [ + "z", + "os" + ], + [ + "zo", + "s" + ], + [ + "å", + "°" + ], + [ + "Ġs", + "out" + ], + [ + "Ġso", + "ut" + ], + [ + "Ġsou", + "t" + ], + [ + "l", + "east" + ], + [ + "le", + "ast" + ], + [ + "Ġre", + "inter" + ], + [ + "Ġrein", + "ter" + ], + [ + "Ġreint", + "er" + ], + [ + "ĠA", + "val" + ], + [ + "ĠAv", + "al" + ], + [ + "ĠS", + "ole" + ], + [ + "ĠSo", + "le" + ], + [ + "ĠSol", + "e" + ], + [ + "ĠC", + "LE" + ], + [ + "ĠCL", + "E" + ], + [ + "ĠB", + "ub" + ], + [ + "ĠBu", + "b" + ], + [ + "Ġse", + "greg" + ], + [ + "ĠF", + "UN" + ], + [ + "Ġsp", + "arrow" + ], + [ + "Ġspar", + "row" + ], + [ + "ĠN", + "ets" + ], + [ + "ĠNe", + "ts" + ], + [ + "ĠNet", + "s" + ], + [ + "ĠN", + "inety" + ], + [ + "ĠNine", + "ty" + ], + [ + "ĠNin", + "ety" + ], + [ + "ĠL", + "PG" + ], + [ + "ĠLP", + "G" + ], + [ + "e", + "rella" + ], + [ + "er", + "ella" + ], + [ + "ere", + "lla" + ], + [ + "Ġunder", + "sea" + ], + [ + "Ġunders", + "ea" + ], + [ + "Ġem", + "ancip" + ], + [ + "ĠSc", + "opus" + ], + [ + "Ġ", + "lighten" + ], + [ + "Ġlight", + "en" + ], + [ + "b", + "ony" + ], + [ + "bon", + "y" + ], + [ + "bo", + "ny" + ], + [ + "ĠLe", + "ather" + ], + [ + "ĠLea", + "ther" + ], + [ + "ĠMar", + "iana" + ], + [ + "ĠMaria", + "na" + ], + [ + "ĠMarian", + "a" + ], + [ + "ĠMari", + "ana" + ], + [ + "Ġtur", + "quoise" + ], + [ + "Ġcommun", + "icators" + ], + [ + "Ġcommunic", + "ators" + ], + [ + "Ġcommunicator", + "s" + ], + [ + "Ġp", + "etal" + ], + [ + "Ġpe", + "tal" + ], + [ + "Ġpet", + "al" + ], + [ + "Ġp", + "ickle" + ], + [ + "Ġpick", + "le" + ], + [ + "Ġpic", + "kle" + ], + [ + "ulf", + "ate" + ], + [ + "Ġdestro", + "yers" + ], + [ + "Ġdestroy", + "ers" + ], + [ + "Ġdestroyer", + "s" + ], + [ + "-", + "thin" + ], + [ + "-t", + "hin" + ], + [ + "-th", + "in" + ], + [ + "ĠA", + "DC" + ], + [ + "ĠAD", + "C" + ], + [ + "Ġcircum", + "vent" + ], + [ + "Ġsusp", + "ense" + ], + [ + "ĠHen", + "rietta" + ], + [ + "ĠHenri", + "etta" + ], + [ + "Ġam", + "bush" + ], + [ + "Ġamb", + "ush" + ], + [ + "BS", + "CO" + ], + [ + "ĠSuper", + "fund" + ], + [ + "S", + "hell" + ], + [ + "Sh", + "ell" + ], + [ + "She", + "ll" + ], + [ + "Shel", + "l" + ], + [ + "Ġcow", + "boy" + ], + [ + "ĠMid", + "way" + ], + [ + "Re", + "ports" + ], + [ + "Rep", + "orts" + ], + [ + "Report", + "s" + ], + [ + "ĠDun", + "bar" + ], + [ + "ĠP", + "rak" + ], + [ + "ĠPr", + "ak" + ], + [ + "ĠPra", + "k" + ], + [ + "ĠDh", + "aka" + ], + [ + "ĠE", + "XP" + ], + [ + "ĠEX", + "P" + ], + [ + "ĠChand", + "ler" + ], + [ + "ĠCyber", + "security" + ], + [ + "ĠMir", + "acle" + ], + [ + "ĠMira", + "cle" + ], + [ + "ĠMi", + "racle" + ], + [ + "-", + "recogn" + ], + [ + "-rec", + "ogn" + ], + [ + "clock", + "wise" + ], + [ + "ĠðŁ", + "ĺ" + ], + [ + "Ġintersect", + "ing" + ], + [ + "ĠIncorpor", + "ating" + ], + [ + "Ġmal", + "treatment" + ], + [ + "Ġmalt", + "reatment" + ], + [ + "Ġlax", + "ative" + ], + [ + "Ġbo", + "son" + ], + [ + "Ġbos", + "on" + ], + [ + "ĠTW", + "O" + ], + [ + "Ġacetyl", + "choline" + ], + [ + "ĠBarth", + "olomew" + ], + [ + "-condition", + "ing" + ], + [ + "Ġpredic", + "ament" + ], + [ + "ROD", + "UCTION" + ], + [ + ")", + "*" + ], + [ + "?", + "id" + ], + [ + "M", + "IN" + ], + [ + "MI", + "N" + ], + [ + "h", + "p" + ], + [ + "j", + "ev" + ], + [ + "je", + "v" + ], + [ + "k", + "ha" + ], + [ + "kh", + "a" + ], + [ + "Î", + "©" + ], + [ + "in", + "fect" + ], + [ + "inf", + "ect" + ], + [ + "at", + "cher" + ], + [ + "atch", + "er" + ], + [ + "atche", + "r" + ], + [ + "Ġc", + "abling" + ], + [ + "Ġca", + "bling" + ], + [ + "Ġcab", + "ling" + ], + [ + "en", + "heimer" + ], + [ + "enheim", + "er" + ], + [ + "Ġf", + "able" + ], + [ + "Ġfa", + "ble" + ], + [ + "Ġh", + "ref" + ], + [ + "Ġhr", + "ef" + ], + [ + "s", + "tim" + ], + [ + "st", + "im" + ], + [ + "ĠT", + "ram" + ], + [ + "ĠTr", + "am" + ], + [ + "ĠTra", + "m" + ], + [ + "Ġan", + "ointed" + ], + [ + "Ġanoint", + "ed" + ], + [ + "ĠB", + "ok" + ], + [ + "ĠBo", + "k" + ], + [ + "i", + "ghorn" + ], + [ + "ig", + "horn" + ], + [ + "igh", + "orn" + ], + [ + "p", + "pes" + ], + [ + "pp", + "es" + ], + [ + "ppe", + "s" + ], + [ + "Ġ", + "chrome" + ], + [ + "Ġch", + "rome" + ], + [ + "Ġchrom", + "e" + ], + [ + "ĠD", + "odge" + ], + [ + "ĠDod", + "ge" + ], + [ + "ĠF", + "lies" + ], + [ + "ĠFl", + "ies" + ], + [ + "Ġs", + "have" + ], + [ + "Ġsh", + "ave" + ], + [ + "ĠL", + "ut" + ], + [ + "ĠLu", + "t" + ], + [ + "red", + "itation" + ], + [ + "redit", + "ation" + ], + [ + "ĠSt", + "owe" + ], + [ + "ĠSto", + "we" + ], + [ + "we", + "ak" + ], + [ + "Ġc", + "oiled" + ], + [ + "Ġco", + "iled" + ], + [ + "Ġcoil", + "ed" + ], + [ + "form", + "er" + ], + [ + "for", + "mer" + ], + [ + "ĠAl", + "ta" + ], + [ + "ĠAlt", + "a" + ], + [ + "i", + "era" + ], + [ + "ie", + "ra" + ], + [ + "ier", + "a" + ], + [ + "Ġplay", + "time" + ], + [ + "ar", + "court" + ], + [ + "arc", + "ourt" + ], + [ + "arco", + "urt" + ], + [ + "ĠEx", + "port" + ], + [ + "ĠExp", + "ort" + ], + [ + "ĠExpo", + "rt" + ], + [ + "-p", + "overty" + ], + [ + "-po", + "verty" + ], + [ + "-", + "mar" + ], + [ + "-m", + "ar" + ], + [ + "-ma", + "r" + ], + [ + "Ġs", + "ingled" + ], + [ + "Ġsing", + "led" + ], + [ + "Ġsingle", + "d" + ], + [ + "St", + "ore" + ], + [ + "Ġpr", + "imed" + ], + [ + "Ġprim", + "ed" + ], + [ + "Ġprime", + "d" + ], + [ + "Ġpri", + "med" + ], + [ + "Ġur", + "chins" + ], + [ + "Ġurchin", + "s" + ], + [ + "val", + "ued" + ], + [ + "value", + "d" + ], + [ + "valu", + "ed" + ], + [ + "ĠCo", + "ins" + ], + [ + "ĠCoin", + "s" + ], + [ + "Ġst", + "rait" + ], + [ + "Ġstr", + "ait" + ], + [ + "Ġstra", + "it" + ], + [ + "ĠQu", + "inn" + ], + [ + "ĠQuin", + "n" + ], + [ + "And", + "erson" + ], + [ + "Ġcru", + "ising" + ], + [ + "ĠRe", + "dd" + ], + [ + "ĠRed", + "d" + ], + [ + "Ġma", + "gically" + ], + [ + "Ġmag", + "ically" + ], + [ + "Ġmagic", + "ally" + ], + [ + "Ġmagical", + "ly" + ], + [ + "Ġcampaign", + "ers" + ], + [ + "Ġcampaigner", + "s" + ], + [ + "Ġbright", + "en" + ], + [ + "ĠWhite", + "head" + ], + [ + "Con", + "versely" + ], + [ + "ĠSal", + "ary" + ], + [ + "Ġfr", + "onds" + ], + [ + "Ġfron", + "ds" + ], + [ + "Ġt", + "alc" + ], + [ + "Ġtal", + "c" + ], + [ + "Ġma", + "cula" + ], + [ + "Ġmac", + "ula" + ], + [ + "ĠO", + "SU" + ], + [ + "ĠOS", + "U" + ], + [ + "-", + "July" + ], + [ + "-J", + "uly" + ], + [ + "ĠGar", + "rett" + ], + [ + "ĠPoly", + "nesia" + ], + [ + "Ġdigit", + "ization" + ], + [ + "ĠK", + "alam" + ], + [ + "ĠKal", + "am" + ], + [ + "ĠKa", + "lam" + ], + [ + "oxy", + "lic" + ], + [ + "oxyl", + "ic" + ], + [ + "Ġdynamic", + "al" + ], + [ + "Ġdynam", + "ical" + ], + [ + "ĠSte", + "inbeck" + ], + [ + "ĠStein", + "beck" + ], + [ + "Ġsc", + "ramble" + ], + [ + "Ġscra", + "mble" + ], + [ + "Ġscram", + "ble" + ], + [ + "ĠWOR", + "LD" + ], + [ + "Comb", + "ining" + ], + [ + "Ġbiome", + "chanics" + ], + [ + "ĠAnch", + "orage" + ], + [ + "ĠAnchor", + "age" + ], + [ + "Ġmicro", + "chip" + ], + [ + "Ġmicroch", + "ip" + ], + [ + "Ġmicroc", + "hip" + ], + [ + "Ġwoodpeck", + "er" + ], + [ + "Ġherm", + "aph" + ], + [ + "ĠJub", + "ilee" + ], + [ + "Ġanthocyan", + "ins" + ], + [ + "Ġnomin", + "ee" + ], + [ + "Ġnomine", + "e" + ], + [ + "Ġexoske", + "leton" + ], + [ + "Ġpreoccup", + "ation" + ], + [ + "Ġbount", + "iful" + ], + [ + "Ġcatap", + "ult" + ], + [ + "Ġunmist", + "akable" + ], + [ + "Marg", + "aret" + ], + [ + "-bel", + "lied" + ], + [ + "-bell", + "ied" + ], + [ + "-", + "know" + ], + [ + "-k", + "now" + ], + [ + "A", + "rabic" + ], + [ + "Ar", + "abic" + ], + [ + "Arab", + "ic" + ], + [ + "C", + "annab" + ], + [ + "D", + "V" + ], + [ + "N", + "ight" + ], + [ + "Nig", + "ht" + ], + [ + "T", + "aylor" + ], + [ + "c", + "onscious" + ], + [ + "cons", + "cious" + ], + [ + "m", + "ount" + ], + [ + "mo", + "unt" + ], + [ + "à", + "·" + ], + [ + "Ġ", + "ah" + ], + [ + "Ġa", + "h" + ], + [ + "r", + "epid" + ], + [ + "re", + "pid" + ], + [ + "rep", + "id" + ], + [ + "Ġb", + "ales" + ], + [ + "Ġbal", + "es" + ], + [ + "Ġba", + "les" + ], + [ + "Ġbale", + "s" + ], + [ + "a", + "sic" + ], + [ + "as", + "ic" + ], + [ + "asi", + "c" + ], + [ + "Ġth", + "w" + ], + [ + "Ġn", + "il" + ], + [ + "Ġni", + "l" + ], + [ + "ut", + "ant" + ], + [ + "utan", + "t" + ], + [ + "uta", + "nt" + ], + [ + "ĠM", + "ansion" + ], + [ + "ĠMans", + "ion" + ], + [ + "Ġ", + "HU" + ], + [ + "ĠH", + "U" + ], + [ + "ĠH", + "et" + ], + [ + "ĠHe", + "t" + ], + [ + "Ġs", + "eren" + ], + [ + "Ġse", + "ren" + ], + [ + "Ġser", + "en" + ], + [ + "ĠF", + "aster" + ], + [ + "ĠFa", + "ster" + ], + [ + "ĠFast", + "er" + ], + [ + "ĠG", + "ED" + ], + [ + "ĠGE", + "D" + ], + [ + "l", + "owers" + ], + [ + "low", + "ers" + ], + [ + "lo", + "wers" + ], + [ + "lower", + "s" + ], + [ + "Ġp", + "ream" + ], + [ + "Ġpre", + "am" + ], + [ + "Ġo", + "bel" + ], + [ + "Ġob", + "el" + ], + [ + "Ġobe", + "l" + ], + [ + "Ġm", + "eds" + ], + [ + "Ġme", + "ds" + ], + [ + "Ġmed", + "s" + ], + [ + "Ġent", + "icing" + ], + [ + "rent", + "ices" + ], + [ + "rentice", + "s" + ], + [ + "-", + "safety" + ], + [ + "-s", + "afety" + ], + [ + "-safe", + "ty" + ], + [ + "St", + "ories" + ], + [ + "Ġe", + "rotic" + ], + [ + "Ġer", + "otic" + ], + [ + "ĠG", + "oa" + ], + [ + "ĠGo", + "a" + ], + [ + "ĠSy", + "riac" + ], + [ + "ĠSyria", + "c" + ], + [ + "ĠGe", + "nus" + ], + [ + "ĠGen", + "us" + ], + [ + "Ġdeep", + "ened" + ], + [ + "Ġdeepen", + "ed" + ], + [ + "Ġbase", + "ments" + ], + [ + "Ġbasement", + "s" + ], + [ + "ĠS", + "mile" + ], + [ + "ĠSm", + "ile" + ], + [ + "Ġweb", + "inars" + ], + [ + "Ġwebinar", + "s" + ], + [ + "Ġoxygen", + "ation" + ], + [ + "Ġdr", + "amas" + ], + [ + "Ġdra", + "mas" + ], + [ + "Ġdram", + "as" + ], + [ + "Ġdrama", + "s" + ], + [ + "rep", + "air" + ], + [ + "Ġhyper", + "plasia" + ], + [ + "-", + "Bo" + ], + [ + "-B", + "o" + ], + [ + "Ġprefer", + "ential" + ], + [ + "Ġpref", + "erential" + ], + [ + "Ġaf", + "loat" + ], + [ + "Ġpup", + "ae" + ], + [ + "Ġpupa", + "e" + ], + [ + "D", + "eut" + ], + [ + "De", + "ut" + ], + [ + "ĠEnd", + "owment" + ], + [ + "o", + "irs" + ], + [ + "oir", + "s" + ], + [ + "oi", + "rs" + ], + [ + "Ġcham", + "omile" + ], + [ + "Pre", + "paration" + ], + [ + "Ġabstract", + "ions" + ], + [ + "Ġabst", + "ractions" + ], + [ + "Ġabstraction", + "s" + ], + [ + "Ġwire", + "lessly" + ], + [ + "Ġwireless", + "ly" + ], + [ + "Ġper", + "fusion" + ], + [ + "Ġperf", + "usion" + ], + [ + "Ġ", + "Encouraging" + ], + [ + "ĠEnc", + "ouraging" + ], + [ + "Ġ", + "Archaeologists" + ], + [ + "ĠArchae", + "ologists" + ], + [ + "ĠSC", + "HOOL" + ], + [ + "Ġreluct", + "antly" + ], + [ + "Ġreluctant", + "ly" + ], + [ + "ĠCapital", + "ism" + ], + [ + "ĠAth", + "letic" + ], + [ + "ĠEver", + "green" + ], + [ + "ĠSa", + "hib" + ], + [ + "ĠSah", + "ib" + ], + [ + "-", + "job" + ], + [ + "-j", + "ob" + ], + [ + "alg", + "ae" + ], + [ + "Ġtil", + "apia" + ], + [ + "Ġdiscern", + "ible" + ], + [ + "Ġstyl", + "ish" + ], + [ + "Ġsty", + "lish" + ], + [ + "Ġv", + "ernal" + ], + [ + "Ġver", + "nal" + ], + [ + "Ġvern", + "al" + ], + [ + "ĠChal", + "de" + ], + [ + "Ġdisg", + "usting" + ], + [ + "Ġdisgust", + "ing" + ], + [ + "Ġcochle", + "a" + ], + [ + "ĠU", + "CSF" + ], + [ + "ĠUC", + "SF" + ], + [ + "ĠUCS", + "F" + ], + [ + "âģ", + "Ħ" + ], + [ + "-Hung", + "arian" + ], + [ + "ĠEmpower", + "ment" + ], + [ + "Ġfid", + "get" + ], + [ + "ĠYis", + "rael" + ], + [ + "ĠAfrika", + "ans" + ], + [ + "(", + "f" + ], + [ + "/", + "cl" + ], + [ + "/c", + "l" + ], + [ + "C", + "la" + ], + [ + "Cl", + "a" + ], + [ + "C", + "hemistry" + ], + [ + "Chem", + "istry" + ], + [ + "S", + "ight" + ], + [ + "b", + "ark" + ], + [ + "bar", + "k" + ], + [ + "j", + "oint" + ], + [ + "jo", + "int" + ], + [ + "l", + "us" + ], + [ + "lu", + "s" + ], + [ + "Â", + "¶" + ], + [ + "in", + "ately" + ], + [ + "inate", + "ly" + ], + [ + "Ġ", + "cc" + ], + [ + "Ġc", + "c" + ], + [ + "it", + "ters" + ], + [ + "itter", + "s" + ], + [ + "itt", + "ers" + ], + [ + "itte", + "rs" + ], + [ + "al", + "anine" + ], + [ + "alan", + "ine" + ], + [ + "le", + "asing" + ], + [ + "Ġth", + "rottle" + ], + [ + "om", + "andibular" + ], + [ + "i", + "mic" + ], + [ + "im", + "ic" + ], + [ + "imi", + "c" + ], + [ + "ĠA", + "ffects" + ], + [ + "ĠAff", + "ects" + ], + [ + "ĠAffect", + "s" + ], + [ + "ĠB", + "ills" + ], + [ + "ĠBill", + "s" + ], + [ + "ĠBil", + "ls" + ], + [ + "ĠB", + "oul" + ], + [ + "ĠBo", + "ul" + ], + [ + "ĠBou", + "l" + ], + [ + "ĠF", + "aw" + ], + [ + "ĠFa", + "w" + ], + [ + "ĠG", + "es" + ], + [ + "ĠGe", + "s" + ], + [ + "ĠJ", + "edi" + ], + [ + "ĠJe", + "di" + ], + [ + "ĠJed", + "i" + ], + [ + "c", + "ede" + ], + [ + "ce", + "de" + ], + [ + "ced", + "e" + ], + [ + "Ġin", + "del" + ], + [ + "Ġind", + "el" + ], + [ + "Ġi", + "ndel" + ], + [ + "own", + "load" + ], + [ + "âĢľ", + "No" + ], + [ + "Ġs", + "lap" + ], + [ + "Ġsl", + "ap" + ], + [ + "Ġwar", + "blers" + ], + [ + "Ġwarbler", + "s" + ], + [ + "ĠCl", + "ovis" + ], + [ + "ĠClo", + "vis" + ], + [ + "ĠSe", + "ymour" + ], + [ + "ĠZ", + "heng" + ], + [ + "ĠZh", + "eng" + ], + [ + "-", + "treat" + ], + [ + "-t", + "reat" + ], + [ + "-tr", + "eat" + ], + [ + "-t", + "ank" + ], + [ + "ĠB", + "yr" + ], + [ + "ĠBy", + "r" + ], + [ + "Ġblack", + "berries" + ], + [ + "ĠMar", + "cel" + ], + [ + "ĠMarc", + "el" + ], + [ + "r", + "ada" + ], + [ + "ra", + "da" + ], + [ + "rad", + "a" + ], + [ + "oll", + "ah" + ], + [ + "olla", + "h" + ], + [ + "Ġorig", + "inals" + ], + [ + "Ġorigin", + "als" + ], + [ + "Ġoriginal", + "s" + ], + [ + "ĠPar", + "al" + ], + [ + "ĠPa", + "ral" + ], + [ + "ĠPara", + "l" + ], + [ + "ĠCon", + "sent" + ], + [ + "ĠCons", + "ent" + ], + [ + "ri", + "gger" + ], + [ + "rig", + "ger" + ], + [ + "-", + "eared" + ], + [ + "-e", + "ared" + ], + [ + "-ear", + "ed" + ], + [ + "ĠRel", + "igions" + ], + [ + "ĠReligion", + "s" + ], + [ + "Ġfl", + "atter" + ], + [ + "Ġflat", + "ter" + ], + [ + "E", + "LD" + ], + [ + "EL", + "D" + ], + [ + "Ġmamm", + "oths" + ], + [ + "Ġmammoth", + "s" + ], + [ + "ĠWorks", + "hops" + ], + [ + "ĠWorkshop", + "s" + ], + [ + "Or", + "thodox" + ], + [ + "Orth", + "odox" + ], + [ + "ĠAcc", + "ommod" + ], + [ + "âĢĶ", + "there" + ], + [ + "âĢĶthe", + "re" + ], + [ + "âĢĶt", + "here" + ], + [ + "Ġsc", + "arf" + ], + [ + "Ġscar", + "f" + ], + [ + "Le", + "od" + ], + [ + "/", + "pdf" + ], + [ + "/p", + "df" + ], + [ + "ĠEp", + "hesus" + ], + [ + "ĠEph", + "esus" + ], + [ + "unc", + "iations" + ], + [ + "unciation", + "s" + ], + [ + "ĠBon", + "if" + ], + [ + "Ġzo", + "ology" + ], + [ + "ĠBart", + "lett" + ], + [ + "Ġnarrow", + "s" + ], + [ + "Ġnarr", + "ows" + ], + [ + "Ġnar", + "rows" + ], + [ + "ĠSequ", + "encing" + ], + [ + "ĠPan", + "ther" + ], + [ + "ĠPant", + "her" + ], + [ + "Ġen", + "visions" + ], + [ + "Ġenvision", + "s" + ], + [ + "Ġenv", + "isions" + ], + [ + "Ġenvis", + "ions" + ], + [ + "Ġpale", + "ontology" + ], + [ + "Ġpaleont", + "ology" + ], + [ + "Ġ", + "DBMS" + ], + [ + "ĠDB", + "MS" + ], + [ + "-lim", + "iting" + ], + [ + "Ġt", + "roughs" + ], + [ + "Ġtr", + "oughs" + ], + [ + "Ġtrough", + "s" + ], + [ + "ĠDH", + "CP" + ], + [ + "ĠWeak", + "ness" + ], + [ + "ĠTus", + "kegee" + ], + [ + "ĠBo", + "hr" + ], + [ + "ĠBoh", + "r" + ], + [ + "Ġfren", + "zy" + ], + [ + "Ġgird", + "le" + ], + [ + "-Hung", + "ary" + ], + [ + "To", + "wards" + ], + [ + "Tow", + "ards" + ], + [ + "Toward", + "s" + ], + [ + "/", + "x" + ], + [ + "/", + "sp" + ], + [ + "/s", + "p" + ], + [ + "?", + "âĢĿ," + ], + [ + "?âĢĿ", + "," + ], + [ + "A", + "chie" + ], + [ + "C", + "AT" + ], + [ + "CA", + "T" + ], + [ + "M", + "ountain" + ], + [ + "Mount", + "ain" + ], + [ + "P", + "acific" + ], + [ + "V", + "oc" + ], + [ + "f", + "uture" + ], + [ + "m", + "ountable" + ], + [ + "mount", + "able" + ], + [ + "t", + "ag" + ], + [ + "ta", + "g" + ], + [ + "|", + "(" + ], + [ + "it", + "ia" + ], + [ + "iti", + "a" + ], + [ + "an", + "ous" + ], + [ + "ano", + "us" + ], + [ + "Ġbe", + "que" + ], + [ + "ĠS", + "alk" + ], + [ + "ĠSal", + "k" + ], + [ + "od", + "gkin" + ], + [ + "ĠH", + "anna" + ], + [ + "ĠHan", + "na" + ], + [ + "ĠHann", + "a" + ], + [ + "ĠW", + "onders" + ], + [ + "ĠWonder", + "s" + ], + [ + "ĠWon", + "ders" + ], + [ + "Ġr", + "aspberry" + ], + [ + "Ġrasp", + "berry" + ], + [ + "ĠD", + "IA" + ], + [ + "ĠDI", + "A" + ], + [ + "Ġsh", + "illings" + ], + [ + "ĠG", + "ord" + ], + [ + "ĠGo", + "rd" + ], + [ + "ĠGor", + "d" + ], + [ + "Ġint", + "ractable" + ], + [ + "Ġintrac", + "table" + ], + [ + "ĠJ", + "ules" + ], + [ + "ĠJu", + "les" + ], + [ + "ĠJul", + "es" + ], + [ + "Ġun", + "marked" + ], + [ + "ĠCh", + "ipp" + ], + [ + "ĠChi", + "pp" + ], + [ + "ĠChip", + "p" + ], + [ + "t", + "ele" + ], + [ + "te", + "le" + ], + [ + "tel", + "e" + ], + [ + "Ġbl", + "asphem" + ], + [ + "ĠY", + "ES" + ], + [ + "ĠYE", + "S" + ], + [ + "ĠA", + "lone" + ], + [ + "ĠAl", + "one" + ], + [ + "ĠP", + "robe" + ], + [ + "ĠPro", + "be" + ], + [ + "ĠPr", + "obe" + ], + [ + "ĠProb", + "e" + ], + [ + "ĠSc", + "ores" + ], + [ + "ĠScore", + "s" + ], + [ + "ĠSc", + "rolls" + ], + [ + "ĠScroll", + "s" + ], + [ + "Ġsuccess", + "ively" + ], + [ + "Ġsuccessive", + "ly" + ], + [ + "-", + "media" + ], + [ + "-m", + "edia" + ], + [ + "-me", + "dia" + ], + [ + "-med", + "ia" + ], + [ + "Ġpay", + "off" + ], + [ + "Ġaff", + "liction" + ], + [ + "Ġafflict", + "ion" + ], + [ + "ĠSw", + "ami" + ], + [ + "Ġdisp", + "ensing" + ], + [ + "Ġdispens", + "ing" + ], + [ + "Ġson", + "net" + ], + [ + "-", + "ST" + ], + [ + "-S", + "T" + ], + [ + "ĠComp", + "lementary" + ], + [ + "ĠCom", + "plementary" + ], + [ + "C", + "onduct" + ], + [ + "Con", + "duct" + ], + [ + "Cond", + "uct" + ], + [ + "ĠNor", + "wich" + ], + [ + "Ġacceler", + "ators" + ], + [ + "Ġaccelerator", + "s" + ], + [ + "Ġfr", + "osts" + ], + [ + "Ġfro", + "sts" + ], + [ + "Ġfrost", + "s" + ], + [ + "ĠLo", + "ose" + ], + [ + "Ġmyst", + "icism" + ], + [ + "Ġmystic", + "ism" + ], + [ + "Ġdist", + "inguishable" + ], + [ + "Ġdistingu", + "ishable" + ], + [ + "Ġdistinguish", + "able" + ], + [ + "Ġfate", + "ful" + ], + [ + "oths", + "child" + ], + [ + "Char", + "l" + ], + [ + "Ġoff", + "setting" + ], + [ + "Ġoffset", + "ting" + ], + [ + "ĠR", + "oche" + ], + [ + "ĠRo", + "che" + ], + [ + "ĠRoc", + "he" + ], + [ + "Mar", + "ket" + ], + [ + "Mark", + "et" + ], + [ + "ĠMember", + "ship" + ], + [ + "ĠMembers", + "hip" + ], + [ + "Ġduplic", + "ates" + ], + [ + "Ġduplicate", + "s" + ], + [ + "à¥į", + "य" + ], + [ + "à¥įà¤", + "¯" + ], + [ + "irc", + "ulation" + ], + [ + "ircul", + "ation" + ], + [ + "Ġsurpass", + "ing" + ], + [ + "Ġawa", + "its" + ], + [ + "Ġawait", + "s" + ], + [ + "ĠSlav", + "s" + ], + [ + "Ġdiscretion", + "ary" + ], + [ + "Ġhomosexual", + "s" + ], + [ + "Ġroof", + "tops" + ], + [ + "Ġrooft", + "ops" + ], + [ + "Ġrooftop", + "s" + ], + [ + "Univers", + "al" + ], + [ + "Ġcaret", + "akers" + ], + [ + "Ġcaretaker", + "s" + ], + [ + "ĠSP", + "ACE" + ], + [ + "ĠSPA", + "CE" + ], + [ + "Ġeuph", + "oria" + ], + [ + "ĠBan", + "tu" + ], + [ + "ĠBant", + "u" + ], + [ + "Ġimpuls", + "ivity" + ], + [ + "Ġspl", + "icing" + ], + [ + "Ġsplic", + "ing" + ], + [ + "âŁ", + "©" + ], + [ + ":", + "\"" + ], + [ + "O", + "wn" + ], + [ + "P", + "ed" + ], + [ + "Pe", + "d" + ], + [ + "d", + "ogs" + ], + [ + "do", + "gs" + ], + [ + "dog", + "s" + ], + [ + "g", + "oes" + ], + [ + "go", + "es" + ], + [ + "Ġs", + "oggy" + ], + [ + "Ġc", + "ovid" + ], + [ + "Ġw", + "oes" + ], + [ + "Ġwoe", + "s" + ], + [ + "Ġwo", + "es" + ], + [ + "a", + "lan" + ], + [ + "al", + "an" + ], + [ + "ala", + "n" + ], + [ + "Ġf", + "inches" + ], + [ + "Ġfin", + "ches" + ], + [ + "Ġfinch", + "es" + ], + [ + "o", + "mn" + ], + [ + "om", + "n" + ], + [ + "Ġ", + "iso" + ], + [ + "Ġis", + "o" + ], + [ + "Ġi", + "so" + ], + [ + "ĠA", + "ux" + ], + [ + "ĠAu", + "x" + ], + [ + "ĠA", + "PR" + ], + [ + "ĠAP", + "R" + ], + [ + "ĠI", + "MA" + ], + [ + "ĠIM", + "A" + ], + [ + "ĠC", + "oul" + ], + [ + "ĠCo", + "ul" + ], + [ + "ĠCou", + "l" + ], + [ + "ĠC", + "ENT" + ], + [ + "ĠCE", + "NT" + ], + [ + "Ġw", + "him" + ], + [ + "Ġwh", + "im" + ], + [ + "ĠM", + "ub" + ], + [ + "ĠMu", + "b" + ], + [ + "âĢĻ", + "T" + ], + [ + "Ġh", + "acks" + ], + [ + "Ġha", + "cks" + ], + [ + "Ġhack", + "s" + ], + [ + "ĠG", + "ifted" + ], + [ + "ĠGi", + "fted" + ], + [ + "ĠGift", + "ed" + ], + [ + "Ġab", + "yss" + ], + [ + "Ġpl", + "ucked" + ], + [ + "Ġpluck", + "ed" + ], + [ + "v", + "elli" + ], + [ + "ve", + "lli" + ], + [ + "vel", + "li" + ], + [ + "vell", + "i" + ], + [ + "Ġper", + "severe" + ], + [ + "as", + "sen" + ], + [ + "ass", + "en" + ], + [ + "asse", + "n" + ], + [ + "ass", + "ociated" + ], + [ + "en", + "ser" + ], + [ + "ens", + "er" + ], + [ + "ense", + "r" + ], + [ + "ĠK", + "arma" + ], + [ + "ĠKar", + "ma" + ], + [ + "id", + "ently" + ], + [ + "ident", + "ly" + ], + [ + "Ġjust", + "ifying" + ], + [ + "Ġjustify", + "ing" + ], + [ + "Ġsign", + "ified" + ], + [ + "Ġlit", + "tered" + ], + [ + "Ġlitter", + "ed" + ], + [ + "Ġlitt", + "ered" + ], + [ + "âĢĶ", + "just" + ], + [ + "-s", + "erving" + ], + [ + "-ser", + "ving" + ], + [ + "ĠS", + "hire" + ], + [ + "ĠSh", + "ire" + ], + [ + "ĠShi", + "re" + ], + [ + "ĠShir", + "e" + ], + [ + "ent", + "ioned" + ], + [ + "ention", + "ed" + ], + [ + "Ġbi", + "osecurity" + ], + [ + "Ġbio", + "security" + ], + [ + "Ġlocal", + "ised" + ], + [ + "ĠBe", + "ard" + ], + [ + "ĠBear", + "d" + ], + [ + "-", + "medical" + ], + [ + "-m", + "edical" + ], + [ + "-med", + "ical" + ], + [ + "Ġbig", + "otry" + ], + [ + "s", + "hare" + ], + [ + "sh", + "are" + ], + [ + "sha", + "re" + ], + [ + "ĠPre", + "zi" + ], + [ + "Ġmis", + "cellaneous" + ], + [ + "ĠVal", + "ve" + ], + [ + "ĠMor", + "ales" + ], + [ + "ĠMoral", + "es" + ], + [ + "A", + "DD" + ], + [ + "AD", + "D" + ], + [ + "ĠRef", + "lections" + ], + [ + "ĠReflection", + "s" + ], + [ + "ĠReflect", + "ions" + ], + [ + "Ġdepos", + "iting" + ], + [ + "Ġdeposit", + "ing" + ], + [ + "ĠWood", + "peck" + ], + [ + "ograph", + "ed" + ], + [ + "ograp", + "hed" + ], + [ + "Ġherb", + "ivorous" + ], + [ + "Ġad", + "miral" + ], + [ + "Ġadm", + "iral" + ], + [ + "Ġcompens", + "atory" + ], + [ + "orig", + "inally" + ], + [ + "original", + "ly" + ], + [ + "origin", + "ally" + ], + [ + "Ġsk", + "etched" + ], + [ + "Ġsket", + "ched" + ], + [ + "Ġsketch", + "ed" + ], + [ + "ĠOs", + "borne" + ], + [ + "Ġpul", + "pit" + ], + [ + "Ġpulp", + "it" + ], + [ + "Fe", + "eling" + ], + [ + "Feel", + "ing" + ], + [ + "Ġtriumph", + "s" + ], + [ + "ĠK", + "ennel" + ], + [ + "ĠKen", + "nel" + ], + [ + "ĠKenn", + "el" + ], + [ + "Ġun", + "locked" + ], + [ + "Ġunlock", + "ed" + ], + [ + "Ġunl", + "ocked" + ], + [ + "ĠRib", + "bon" + ], + [ + "ĠConfuc", + "ian" + ], + [ + "Integ", + "rated" + ], + [ + "ĠT", + "rigger" + ], + [ + "ĠTri", + "gger" + ], + [ + "ĠTrig", + "ger" + ], + [ + "Ġdishon", + "est" + ], + [ + "Ġinterfer", + "on" + ], + [ + "Ġglycer", + "ol" + ], + [ + "Ġhey", + "day" + ], + [ + "Ġenumer", + "ated" + ], + [ + "Ġenum", + "erated" + ], + [ + "Ġprotozo", + "a" + ], + [ + "Ġproto", + "zoa" + ], + [ + "games", + "h" + ], + [ + "game", + "sh" + ], + [ + "Ġaisle", + "s" + ], + [ + "Ġais", + "les" + ], + [ + "G", + "ot" + ], + [ + "Go", + "t" + ], + [ + "L", + "ay" + ], + [ + "La", + "y" + ], + [ + "U", + "X" + ], + [ + "c", + "ole" + ], + [ + "co", + "le" + ], + [ + "col", + "e" + ], + [ + "f", + "iction" + ], + [ + "fi", + "ction" + ], + [ + "g", + "rades" + ], + [ + "gra", + "des" + ], + [ + "grade", + "s" + ], + [ + "gr", + "ades" + ], + [ + "s", + "ize" + ], + [ + "si", + "ze" + ], + [ + "Ġ", + "cd" + ], + [ + "Ġc", + "d" + ], + [ + "al", + "dehyde" + ], + [ + "Ġd", + "ads" + ], + [ + "Ġda", + "ds" + ], + [ + "Ġdad", + "s" + ], + [ + "ig", + "ested" + ], + [ + "ige", + "sted" + ], + [ + "iges", + "ted" + ], + [ + "ĠC", + "ush" + ], + [ + "ĠCu", + "sh" + ], + [ + "ĠCus", + "h" + ], + [ + "ĠC", + "PS" + ], + [ + "ĠCP", + "S" + ], + [ + "Ġwith", + "held" + ], + [ + "ĠP", + "PP" + ], + [ + "ĠPP", + "P" + ], + [ + "ĠW", + "ak" + ], + [ + "ĠWa", + "k" + ], + [ + "Ġab", + "iding" + ], + [ + "Ġus", + "her" + ], + [ + "Ġpl", + "ugin" + ], + [ + "Ġplug", + "in" + ], + [ + "Ġinc", + "ulc" + ], + [ + "Ġcont", + "ended" + ], + [ + "Ġcontend", + "ed" + ], + [ + "Ġtim", + "id" + ], + [ + "Ġti", + "mid" + ], + [ + "now", + "led" + ], + [ + "ĠSt", + "ark" + ], + [ + "ĠStar", + "k" + ], + [ + "Ġdiff", + "used" + ], + [ + "Ġdiffuse", + "d" + ], + [ + "ĠV", + "end" + ], + [ + "ĠVen", + "d" + ], + [ + "ĠVe", + "nd" + ], + [ + "n", + "ez" + ], + [ + "ne", + "z" + ], + [ + "Ġmod", + "ifiers" + ], + [ + "Ġmodifier", + "s" + ], + [ + "Ġinter", + "locking" + ], + [ + "Ġinterl", + "ocking" + ], + [ + "-", + "business" + ], + [ + "-b", + "usiness" + ], + [ + "Ġdon", + "keys" + ], + [ + "Ġdonkey", + "s" + ], + [ + "Ġwar", + "bler" + ], + [ + "ĠEx", + "ams" + ], + [ + "ĠExam", + "s" + ], + [ + "ĠPl", + "acing" + ], + [ + "Ġ", + "brook" + ], + [ + "Ġbr", + "ook" + ], + [ + "Ġbro", + "ok" + ], + [ + "y", + "ma" + ], + [ + "ym", + "a" + ], + [ + "Ġstory", + "line" + ], + [ + "Ġsk", + "inny" + ], + [ + "Ġskin", + "ny" + ], + [ + "ĠWill", + "ie" + ], + [ + "ĠWil", + "lie" + ], + [ + "Ġimag", + "ines" + ], + [ + "Ġimagine", + "s" + ], + [ + "Ġimagin", + "es" + ], + [ + "Ġmal", + "aise" + ], + [ + "-le", + "aved" + ], + [ + "ĠBay", + "esian" + ], + [ + "ĠBayes", + "ian" + ], + [ + "ĠD", + "iscovered" + ], + [ + "ĠDisc", + "overed" + ], + [ + "ĠDiscover", + "ed" + ], + [ + "st", + "onia" + ], + [ + "ston", + "ia" + ], + [ + "Ġhydrogen", + "ated" + ], + [ + "ĠCa", + "used" + ], + [ + "ĠCause", + "d" + ], + [ + "ĠCau", + "sed" + ], + [ + "I", + "RT" + ], + [ + "IR", + "T" + ], + [ + "Ġles", + "bians" + ], + [ + "Ġlesbian", + "s" + ], + [ + "ĠV", + "erd" + ], + [ + "ĠVer", + "d" + ], + [ + "ĠVe", + "rd" + ], + [ + "ĠHead", + "ache" + ], + [ + "ĠCr", + "imes" + ], + [ + "ĠCrime", + "s" + ], + [ + "ĠCrim", + "es" + ], + [ + "ĠNeed", + "le" + ], + [ + "Ġcitizen", + "ry" + ], + [ + "Ġm", + "arty" + ], + [ + "Ġmar", + "ty" + ], + [ + "Ġmart", + "y" + ], + [ + "Ġpat", + "chy" + ], + [ + "Ġpatch", + "y" + ], + [ + "Sur", + "vey" + ], + [ + "Ġbron", + "chi" + ], + [ + "Ġbronch", + "i" + ], + [ + "C", + "lassical" + ], + [ + "Class", + "ical" + ], + [ + "Ġno", + "dule" + ], + [ + "Ġnod", + "ule" + ], + [ + "Ġsu", + "ckers" + ], + [ + "Ġsuc", + "kers" + ], + [ + "Ġsuck", + "ers" + ], + [ + "Ġsucker", + "s" + ], + [ + "Ġhatch", + "lings" + ], + [ + "Contin", + "uing" + ], + [ + "amy", + "cin" + ], + [ + "»", + "Ċ" + ], + [ + "as", + "semble" + ], + [ + "asse", + "mble" + ], + [ + "ĠApost", + "olic" + ], + [ + "ĠTherap", + "ists" + ], + [ + "ĠTherapist", + "s" + ], + [ + "ĠDe", + "struction" + ], + [ + "ĠDest", + "ruction" + ], + [ + "ĠZo", + "ological" + ], + [ + "Ġcong", + "regate" + ], + [ + "Ġcongreg", + "ate" + ], + [ + "Ġlem", + "urs" + ], + [ + "Ġspy", + "ware" + ], + [ + "ĠS", + "oup" + ], + [ + "ĠSo", + "up" + ], + [ + "ĠSou", + "p" + ], + [ + "Ġindent", + "ured" + ], + [ + "Ġunl", + "ucky" + ], + [ + "ĠGonz", + "alez" + ], + [ + "ĠTub", + "man" + ], + [ + "ĠAlgorith", + "m" + ], + [ + "ĠAttempt", + "s" + ], + [ + "ĠZimmer", + "man" + ], + [ + "Ġstoryt", + "eller" + ], + [ + "Ġblat", + "ant" + ], + [ + "ĠRestaur", + "ant" + ], + [ + "B", + "ow" + ], + [ + "Bo", + "w" + ], + [ + "B", + "loom" + ], + [ + "Bl", + "oom" + ], + [ + "H", + "M" + ], + [ + "I", + "gn" + ], + [ + "Ig", + "n" + ], + [ + "I", + "RE" + ], + [ + "IR", + "E" + ], + [ + "L", + "aser" + ], + [ + "La", + "ser" + ], + [ + "W", + "ait" + ], + [ + "Wa", + "it" + ], + [ + "d", + "ock" + ], + [ + "do", + "ck" + ], + [ + "doc", + "k" + ], + [ + "f", + "en" + ], + [ + "fe", + "n" + ], + [ + "an", + "aly" + ], + [ + "ana", + "ly" + ], + [ + "anal", + "y" + ], + [ + "an", + "imals" + ], + [ + "anim", + "als" + ], + [ + "animal", + "s" + ], + [ + "Ġm", + "ergers" + ], + [ + "Ġmer", + "gers" + ], + [ + "Ġmerge", + "rs" + ], + [ + "Ġmerger", + "s" + ], + [ + "Ġd", + "ermis" + ], + [ + "Ġder", + "mis" + ], + [ + "o", + "mite" + ], + [ + "om", + "ite" + ], + [ + "omi", + "te" + ], + [ + "ĠT", + "ight" + ], + [ + "ĠTig", + "ht" + ], + [ + "k", + "ees" + ], + [ + "ke", + "es" + ], + [ + "kee", + "s" + ], + [ + "ac", + "ulate" + ], + [ + "em", + "orial" + ], + [ + "emor", + "ial" + ], + [ + "Ġch", + "uck" + ], + [ + "ĠN", + "oun" + ], + [ + "ĠNo", + "un" + ], + [ + "ĠNou", + "n" + ], + [ + "ĠG", + "iles" + ], + [ + "ĠGil", + "es" + ], + [ + "ĠGi", + "les" + ], + [ + "ĠG", + "EO" + ], + [ + "ĠGE", + "O" + ], + [ + "g", + "ha" + ], + [ + "gh", + "a" + ], + [ + "i", + "aceae" + ], + [ + "ia", + "ceae" + ], + [ + "av", + "ened" + ], + [ + "ave", + "ned" + ], + [ + "aven", + "ed" + ], + [ + "ĠK", + "laus" + ], + [ + "ĠKl", + "aus" + ], + [ + "Ġ", + "VAL" + ], + [ + "ĠV", + "AL" + ], + [ + "ĠVA", + "L" + ], + [ + "Ġpr", + "imes" + ], + [ + "Ġprim", + "es" + ], + [ + "Ġprime", + "s" + ], + [ + "Ġpri", + "mes" + ], + [ + "Ġinv", + "oking" + ], + [ + "Ġclass", + "ifies" + ], + [ + "ĠAr", + "bit" + ], + [ + "ĠArb", + "it" + ], + [ + "Ġwar", + "heads" + ], + [ + "Ġwarhead", + "s" + ], + [ + "An", + "na" + ], + [ + "Ann", + "a" + ], + [ + "Ġz", + "oster" + ], + [ + "Ġzo", + "ster" + ], + [ + "Ġgeneral", + "izations" + ], + [ + "Ġgeneralization", + "s" + ], + [ + "Ġpriv", + "atization" + ], + [ + "Ġprivat", + "ization" + ], + [ + "ĠN", + "eal" + ], + [ + "ĠNe", + "al" + ], + [ + "Ġfederal", + "ism" + ], + [ + "Ġdep", + "endant" + ], + [ + "Ġdepend", + "ant" + ], + [ + "Ġjud", + "icious" + ], + [ + "ĠOff", + "ering" + ], + [ + "ĠOffer", + "ing" + ], + [ + "Ġ", + "âĦ" + ], + [ + "Ġâ", + "Ħ" + ], + [ + "ĠSl", + "aves" + ], + [ + "ĠSlav", + "es" + ], + [ + "ĠSlave", + "s" + ], + [ + "-", + "Time" + ], + [ + "-T", + "ime" + ], + [ + "ĠSuper", + "man" + ], + [ + "ĠSup", + "erman" + ], + [ + "Ġconserv", + "atism" + ], + [ + "Ġsoph", + "om" + ], + [ + "Ġsop", + "hom" + ], + [ + "P", + "riv" + ], + [ + "Pr", + "iv" + ], + [ + "ĠAud", + "itory" + ], + [ + "ĠAudit", + "ory" + ], + [ + "ĠAuditor", + "y" + ], + [ + "Ġexchange", + "rs" + ], + [ + "Ġexch", + "angers" + ], + [ + "Ġexchanger", + "s" + ], + [ + "Ġmilit", + "ants" + ], + [ + "Ġmilitant", + "s" + ], + [ + "r", + "oscope" + ], + [ + "ro", + "scope" + ], + [ + "rosc", + "ope" + ], + [ + "ĠQuestion", + "naire" + ], + [ + "Ġprosec", + "utors" + ], + [ + "Ġprosecutor", + "s" + ], + [ + "-", + "open" + ], + [ + "-op", + "en" + ], + [ + "-o", + "pen" + ], + [ + "-", + "worker" + ], + [ + "-work", + "er" + ], + [ + "Ġbund", + "led" + ], + [ + "Ġbundle", + "d" + ], + [ + "Ġprop", + "rio" + ], + [ + "Ġpropri", + "o" + ], + [ + "Ġsc", + "rapped" + ], + [ + "Ġscr", + "apped" + ], + [ + "Ġscrap", + "ped" + ], + [ + "Ġscra", + "pped" + ], + [ + "Ġstyl", + "ized" + ], + [ + "ĠCere", + "bral" + ], + [ + "Ġmiracul", + "ously" + ], + [ + "Ġmiraculous", + "ly" + ], + [ + "ĠBund", + "le" + ], + [ + "Ġbumble", + "bees" + ], + [ + "Ġbumblebee", + "s" + ], + [ + "Ġplasm", + "id" + ], + [ + "Ġplas", + "mid" + ], + [ + "Ġthy", + "mus" + ], + [ + "Ġthym", + "us" + ], + [ + "Ġcom", + "forts" + ], + [ + "Ġcomfort", + "s" + ], + [ + "Ġcomf", + "orts" + ], + [ + "Ġimpe", + "achment" + ], + [ + "Ġmo", + "ttled" + ], + [ + "Ġmott", + "led" + ], + [ + "ĠTajik", + "istan" + ], + [ + "ĠLuft", + "waffe" + ], + [ + "C", + "utting" + ], + [ + "Cut", + "ting" + ], + [ + "Cu", + "tting" + ], + [ + "G", + "arden" + ], + [ + "Gar", + "den" + ], + [ + "Gard", + "en" + ], + [ + "H", + "orm" + ], + [ + "Ho", + "rm" + ], + [ + "Hor", + "m" + ], + [ + "J", + "ews" + ], + [ + "Je", + "ws" + ], + [ + "K", + "h" + ], + [ + "T", + "rade" + ], + [ + "Tra", + "de" + ], + [ + "Tr", + "ade" + ], + [ + "d", + "rug" + ], + [ + "dr", + "ug" + ], + [ + "f", + "ell" + ], + [ + "fe", + "ll" + ], + [ + "fel", + "l" + ], + [ + "l", + "ake" + ], + [ + "la", + "ke" + ], + [ + "lak", + "e" + ], + [ + "t", + "ax" + ], + [ + "ta", + "x" + ], + [ + "t", + "ogether" + ], + [ + "Ġp", + "iling" + ], + [ + "Ġpi", + "ling" + ], + [ + "Ġpil", + "ing" + ], + [ + "Ġin", + "escap" + ], + [ + "ou", + "ching" + ], + [ + "ouch", + "ing" + ], + [ + "ig", + "ong" + ], + [ + "igo", + "ng" + ], + [ + "igon", + "g" + ], + [ + "Ġcon", + "ifer" + ], + [ + "Ġd", + "ere" + ], + [ + "Ġde", + "re" + ], + [ + "Ġder", + "e" + ], + [ + "ĠP", + "az" + ], + [ + "ĠPa", + "z" + ], + [ + "ĠP", + "AN" + ], + [ + "ĠPA", + "N" + ], + [ + "ĠB", + "less" + ], + [ + "ĠBl", + "ess" + ], + [ + "ĠBle", + "ss" + ], + [ + "e", + "station" + ], + [ + "est", + "ation" + ], + [ + "esta", + "tion" + ], + [ + "Ġne", + "opl" + ], + [ + "Ġneo", + "pl" + ], + [ + "Ġ", + "ROS" + ], + [ + "ĠR", + "OS" + ], + [ + "ĠRO", + "S" + ], + [ + "Ġsp", + "elt" + ], + [ + "Ġspe", + "lt" + ], + [ + "ĠIn", + "cent" + ], + [ + "ĠInc", + "ent" + ], + [ + "a", + "pen" + ], + [ + "ap", + "en" + ], + [ + "ape", + "n" + ], + [ + "in", + "de" + ], + [ + "ind", + "e" + ], + [ + "Ġimp", + "ossibility" + ], + [ + "Ġsc", + "our" + ], + [ + "Ġr", + "ags" + ], + [ + "Ġra", + "gs" + ], + [ + "Ġrag", + "s" + ], + [ + "h", + "enic" + ], + [ + "he", + "nic" + ], + [ + "hen", + "ic" + ], + [ + "Ġp", + "oli" + ], + [ + "Ġpo", + "li" + ], + [ + "Ġpol", + "i" + ], + [ + "-", + "sil" + ], + [ + "-s", + "il" + ], + [ + "inc", + "rease" + ], + [ + "-", + "fer" + ], + [ + "-f", + "er" + ], + [ + "-fe", + "r" + ], + [ + "Ġpar", + "ole" + ], + [ + "Ġpa", + "role" + ], + [ + "Ġpar", + "amed" + ], + [ + "Ġparam", + "ed" + ], + [ + "Ġpa", + "ramed" + ], + [ + "Ġpara", + "med" + ], + [ + "ĠSh", + "osh" + ], + [ + "ĠSho", + "sh" + ], + [ + "ĠTo", + "ilet" + ], + [ + "-", + "position" + ], + [ + "-p", + "osition" + ], + [ + "ĠGe", + "othermal" + ], + [ + "ĠGeo", + "thermal" + ], + [ + "uck", + "oo" + ], + [ + "Ġsepar", + "ator" + ], + [ + "ĠX", + "an" + ], + [ + "AR", + "CH" + ], + [ + "ARC", + "H" + ], + [ + "ĠN", + "eon" + ], + [ + "ĠNe", + "on" + ], + [ + "ĠNeo", + "n" + ], + [ + "Ġhot", + "line" + ], + [ + "Ġagree", + "able" + ], + [ + "ĠMc", + "Lean" + ], + [ + "ĠMcL", + "ean" + ], + [ + "Ġhom", + "ologous" + ], + [ + "c", + "heon" + ], + [ + "ch", + "eon" + ], + [ + "che", + "on" + ], + [ + "-", + "named" + ], + [ + "-n", + "amed" + ], + [ + "-name", + "d" + ], + [ + "Ġun", + "sub" + ], + [ + "Ġuns", + "ub" + ], + [ + "Ġunsu", + "b" + ], + [ + "Con", + "stant" + ], + [ + "Const", + "ant" + ], + [ + "-s", + "eat" + ], + [ + "-se", + "at" + ], + [ + "-sea", + "t" + ], + [ + "-sh", + "ape" + ], + [ + "ĠGold", + "stein" + ], + [ + "at", + "alog" + ], + [ + "ata", + "log" + ], + [ + "atal", + "og" + ], + [ + "Ġmosquit", + "os" + ], + [ + "Ġmosquito", + "s" + ], + [ + "ĠMer", + "idian" + ], + [ + "Ġham", + "burger" + ], + [ + "ĠTim", + "ing" + ], + [ + "ĠTi", + "ming" + ], + [ + "ĠOlymp", + "ia" + ], + [ + "Ġbin", + "omial" + ], + [ + "Ġbiof", + "ilms" + ], + [ + "Ġbiofilm", + "s" + ], + [ + "н", + "а" + ], + [ + "Ġphone", + "mic" + ], + [ + "Ġphon", + "emic" + ], + [ + "Ġthr", + "usters" + ], + [ + "Ġthrust", + "ers" + ], + [ + "Ġthru", + "sters" + ], + [ + "ĠBrand", + "enburg" + ], + [ + "x", + "xxx" + ], + [ + "xx", + "xx" + ], + [ + "xxx", + "x" + ], + [ + "Ġl", + "osers" + ], + [ + "Ġlo", + "sers" + ], + [ + "Ġlose", + "rs" + ], + [ + "Ġlos", + "ers" + ], + [ + "ĠLot", + "tery" + ], + [ + "-ref", + "lection" + ], + [ + "Ġappend", + "ages" + ], + [ + "Ġappendage", + "s" + ], + [ + "ĠHub", + "bard" + ], + [ + "Ġdism", + "antle" + ], + [ + "Ġdismant", + "le" + ], + [ + "ĠCo", + "bb" + ], + [ + "ĠCob", + "b" + ], + [ + "Ġphilanthrop", + "y" + ], + [ + "mult", + "iple" + ], + [ + "multi", + "ple" + ], + [ + "Gra", + "du" + ], + [ + "Gr", + "adu" + ], + [ + "Ġgira", + "ffes" + ], + [ + "Ġgiraffe", + "s" + ], + [ + "Ġapric", + "ot" + ], + [ + "Ġmagist", + "rate" + ], + [ + "Ġd", + "harma" + ], + [ + "Ġdh", + "arma" + ], + [ + "Ġdelinqu", + "ency" + ], + [ + "F", + "ront" + ], + [ + "Fr", + "ont" + ], + [ + "b", + "ic" + ], + [ + "bi", + "c" + ], + [ + "e", + "val" + ], + [ + "ev", + "al" + ], + [ + "eva", + "l" + ], + [ + "l", + "ocks" + ], + [ + "lo", + "cks" + ], + [ + "lock", + "s" + ], + [ + "loc", + "ks" + ], + [ + "s", + "ervice" + ], + [ + "Ġis", + "let" + ], + [ + "ĠT", + "ens" + ], + [ + "ĠTe", + "ns" + ], + [ + "ĠTen", + "s" + ], + [ + "ĠT", + "owers" + ], + [ + "ĠTo", + "wers" + ], + [ + "ĠTower", + "s" + ], + [ + "ĠTow", + "ers" + ], + [ + "ĠC", + "ros" + ], + [ + "ĠCr", + "os" + ], + [ + "ĠCro", + "s" + ], + [ + "ĠC", + "CT" + ], + [ + "ĠCC", + "T" + ], + [ + "ĠC", + "ARE" + ], + [ + "ĠCA", + "RE" + ], + [ + "ĠCAR", + "E" + ], + [ + "e", + "lon" + ], + [ + "el", + "on" + ], + [ + "elo", + "n" + ], + [ + "Ġ", + "MAS" + ], + [ + "ĠM", + "AS" + ], + [ + "ĠMA", + "S" + ], + [ + "ĠP", + "eng" + ], + [ + "ĠPe", + "ng" + ], + [ + "ĠPen", + "g" + ], + [ + "ĠF", + "acing" + ], + [ + "ĠFac", + "ing" + ], + [ + "ĠFa", + "cing" + ], + [ + "og", + "onal" + ], + [ + "ogo", + "nal" + ], + [ + "ogon", + "al" + ], + [ + "Ġsp", + "utum" + ], + [ + "ĠN", + "ath" + ], + [ + "ĠNa", + "th" + ], + [ + "ĠNat", + "h" + ], + [ + "Ġk", + "angaroo" + ], + [ + "ĠSt", + "ony" + ], + [ + "ĠSton", + "y" + ], + [ + "ĠSto", + "ny" + ], + [ + "ĠK", + "JV" + ], + [ + "Ġb", + "etting" + ], + [ + "Ġbe", + "tting" + ], + [ + "Ġbet", + "ting" + ], + [ + "ĠV", + "eda" + ], + [ + "ĠVe", + "da" + ], + [ + "ĠVed", + "a" + ], + [ + "Ġed", + "ifice" + ], + [ + "Ġperson", + "ification" + ], + [ + "Ġrest", + "ful" + ], + [ + "r", + "ape" + ], + [ + "ra", + "pe" + ], + [ + "rap", + "e" + ], + [ + "ĠPl", + "atinum" + ], + [ + "ĠPlat", + "inum" + ], + [ + "Ġnatural", + "ism" + ], + [ + "ĠZ", + "ag" + ], + [ + "Ġ", + "illus" + ], + [ + "Ġill", + "us" + ], + [ + "Ġil", + "lus" + ], + [ + "Ġcut", + "off" + ], + [ + "Ġcu", + "toff" + ], + [ + "ĠShe", + "pard" + ], + [ + "pl", + "icate" + ], + [ + "plic", + "ate" + ], + [ + "fer", + "ably" + ], + [ + "ĠStud", + "ios" + ], + [ + "ĠStudio", + "s" + ], + [ + "ĠPr", + "imer" + ], + [ + "ĠPrim", + "er" + ], + [ + "ĠPrime", + "r" + ], + [ + "ĠPri", + "mer" + ], + [ + "ĠComp", + "ensation" + ], + [ + "-", + "wa" + ], + [ + "-w", + "a" + ], + [ + "ĠSo", + "cio" + ], + [ + "ĠSoc", + "io" + ], + [ + "ĠSoci", + "o" + ], + [ + "Ġcit", + "rate" + ], + [ + "Ġsection", + "al" + ], + [ + "Ġsect", + "ional" + ], + [ + "Ġcook", + "ware" + ], + [ + "Ad", + "just" + ], + [ + "ĠSan", + "ford" + ], + [ + "ĠGreen", + "berg" + ], + [ + "ĠGre", + "enberg" + ], + [ + "ĠDe", + "cline" + ], + [ + "ĠDec", + "line" + ], + [ + "ĠDecl", + "ine" + ], + [ + "Ġple", + "aded" + ], + [ + "Ġplea", + "ded" + ], + [ + "Ġplead", + "ed" + ], + [ + "ĠS", + "TI" + ], + [ + "ĠST", + "I" + ], + [ + "S", + "hop" + ], + [ + "Sh", + "op" + ], + [ + "Ġcert", + "ify" + ], + [ + "ĠMac", + "donald" + ], + [ + "Ġdiscrim", + "inating" + ], + [ + "Ġaf", + "rica" + ], + [ + "Ġtheore", + "ms" + ], + [ + "Ġtheor", + "ems" + ], + [ + "Ġtheorem", + "s" + ], + [ + "C", + "AA" + ], + [ + "CA", + "A" + ], + [ + "UN", + "ICEF" + ], + [ + "ĠMa", + "hm" + ], + [ + "ĠMah", + "m" + ], + [ + "ĠVer", + "se" + ], + [ + "ĠVers", + "e" + ], + [ + "ĠDO", + "ES" + ], + [ + "ĠDOE", + "S" + ], + [ + "Ġcl", + "oths" + ], + [ + "Ġcloth", + "s" + ], + [ + "Ġclot", + "hs" + ], + [ + "Ġclo", + "ths" + ], + [ + "Ġine", + "fficiency" + ], + [ + "-", + "period" + ], + [ + "-per", + "iod" + ], + [ + "ĠJun", + "iper" + ], + [ + "ĠTr", + "oops" + ], + [ + "ĠTro", + "ops" + ], + [ + "Ġknee", + "ling" + ], + [ + "Ġkne", + "eling" + ], + [ + "Ġintric", + "ately" + ], + [ + "Ġintricate", + "ly" + ], + [ + "ĠTerm", + "inology" + ], + [ + "Ġlim", + "bic" + ], + [ + "Ġlimb", + "ic" + ], + [ + "Ġ", + "WHERE" + ], + [ + "ĠWH", + "ERE" + ], + [ + "Ġf", + "locked" + ], + [ + "Ġfl", + "ocked" + ], + [ + "Ġflo", + "cked" + ], + [ + "Ġflock", + "ed" + ], + [ + "ĠÅ", + "ļ" + ], + [ + "ĠSt", + "rengthening" + ], + [ + "ĠStreng", + "thening" + ], + [ + "ĠStrength", + "ening" + ], + [ + "ĠStrengthen", + "ing" + ], + [ + "ĠLect", + "urer" + ], + [ + "ĠLecture", + "r" + ], + [ + "ĠHipp", + "ocrates" + ], + [ + "-", + "ocean" + ], + [ + "-o", + "cean" + ], + [ + "ĠComp", + "letion" + ], + [ + "ĠComple", + "tion" + ], + [ + "Ġskyrock", + "eted" + ], + [ + "Jac", + "ob" + ], + [ + "Ġpromul", + "gated" + ], + [ + "Ġloop", + "holes" + ], + [ + "Ġlooph", + "oles" + ], + [ + "Ġloophole", + "s" + ], + [ + "ĠAborig", + "ines" + ], + [ + ".ex", + "e" + ], + [ + "ĠShet", + "land" + ], + [ + "Ġremitt", + "ances" + ], + [ + "ĠConquer", + "or" + ], + [ + "Ġ", + "Ñ" + ], + [ + "A", + "le" + ], + [ + "Al", + "e" + ], + [ + "B", + "ringing" + ], + [ + "Br", + "inging" + ], + [ + "Bring", + "ing" + ], + [ + "I", + "BM" + ], + [ + "IB", + "M" + ], + [ + "b", + "ay" + ], + [ + "ba", + "y" + ], + [ + "w", + "ired" + ], + [ + "wire", + "d" + ], + [ + "wi", + "red" + ], + [ + "ð", + "IJ" + ], + [ + "Ġ", + "bc" + ], + [ + "Ġb", + "c" + ], + [ + "Ġf", + "enced" + ], + [ + "Ġfence", + "d" + ], + [ + "Ġfen", + "ced" + ], + [ + "an", + "ied" + ], + [ + "ani", + "ed" + ], + [ + "Ġm", + "umm" + ], + [ + "Ġmu", + "mm" + ], + [ + "Ġmum", + "m" + ], + [ + "Ġd", + "re" + ], + [ + "Ġdr", + "e" + ], + [ + "Ġd", + "aff" + ], + [ + "Ġda", + "ff" + ], + [ + "Ġis", + "lets" + ], + [ + "Ġislet", + "s" + ], + [ + "ĠT", + "urtles" + ], + [ + "ĠTur", + "tles" + ], + [ + "ĠTurtle", + "s" + ], + [ + "Ġst", + "eeper" + ], + [ + "Ġste", + "eper" + ], + [ + "Ġsteep", + "er" + ], + [ + "ul", + "ly" + ], + [ + "ull", + "y" + ], + [ + "Ġ", + "sudo" + ], + [ + "Ġs", + "udo" + ], + [ + "Ġsu", + "do" + ], + [ + "Ġsud", + "o" + ], + [ + "ĠB", + "ubble" + ], + [ + "ĠBub", + "ble" + ], + [ + "e", + "making" + ], + [ + "em", + "aking" + ], + [ + "ema", + "king" + ], + [ + "Ġ", + "DN" + ], + [ + "ĠD", + "N" + ], + [ + "ast", + "ika" + ], + [ + "Ġall", + "ocations" + ], + [ + "Ġallocation", + "s" + ], + [ + "Ġs", + "oya" + ], + [ + "Ġso", + "ya" + ], + [ + "Ġsoy", + "a" + ], + [ + "Ġwater", + "log" + ], + [ + "Ġsm", + "iled" + ], + [ + "Ġsmile", + "d" + ], + [ + "Ġco", + "eliac" + ], + [ + "Ġcoel", + "iac" + ], + [ + "Ġins", + "ol" + ], + [ + "Ġval", + "uing" + ], + [ + "Ġvalu", + "ing" + ], + [ + "us", + "sen" + ], + [ + "uss", + "en" + ], + [ + "usse", + "n" + ], + [ + "âĢľ", + "How" + ], + [ + "âĢľH", + "ow" + ], + [ + "Ġsym", + "biosis" + ], + [ + "Ġsymb", + "iosis" + ], + [ + "Ġmus", + "ket" + ], + [ + "Ġmusk", + "et" + ], + [ + "er", + "no" + ], + [ + "ern", + "o" + ], + [ + "Ġcal", + "mer" + ], + [ + "Ġcalm", + "er" + ], + [ + "ym", + "pathetic" + ], + [ + "ymp", + "athetic" + ], + [ + "Ġself", + "less" + ], + [ + "ĠGo", + "at" + ], + [ + "ĠGoa", + "t" + ], + [ + "str", + "öm" + ], + [ + "Ġblack", + "out" + ], + [ + "Ġmicro", + "gravity" + ], + [ + "ĠTr", + "udeau" + ], + [ + "re", + "gate" + ], + [ + "reg", + "ate" + ], + [ + "Ġvis", + "itation" + ], + [ + "Ġvisit", + "ation" + ], + [ + "AT", + "ING" + ], + [ + "Ġir", + "ides" + ], + [ + "ĠQu", + "aternary" + ], + [ + "ĠCon", + "gregation" + ], + [ + "ĠCong", + "regation" + ], + [ + "ĠCongreg", + "ation" + ], + [ + "ĠNA", + "FTA" + ], + [ + "zz", + "les" + ], + [ + "zzle", + "s" + ], + [ + "Ġintellig", + "ible" + ], + [ + "ET", + "Y" + ], + [ + "A", + "DS" + ], + [ + "AD", + "S" + ], + [ + "ĠIr", + "regular" + ], + [ + "n", + "ette" + ], + [ + "ne", + "tte" + ], + [ + "net", + "te" + ], + [ + "nett", + "e" + ], + [ + "ĠM", + "SM" + ], + [ + "ĠMS", + "M" + ], + [ + "Ġdi", + "ploid" + ], + [ + "Ġdipl", + "oid" + ], + [ + "-he", + "aling" + ], + [ + "ĠBon", + "nie" + ], + [ + "ĠBonn", + "ie" + ], + [ + "ĠBol", + "ivian" + ], + [ + "ĠBolivia", + "n" + ], + [ + "âĤ¬", + "âĢľ" + ], + [ + "Ġcrafts", + "man" + ], + [ + "Ġeyel", + "ashes" + ], + [ + "л", + "и" + ], + [ + "Ġcra", + "yon" + ], + [ + "Ġcray", + "on" + ], + [ + "ard", + "iogram" + ], + [ + "ardi", + "ogram" + ], + [ + "Ġ", + "ohm" + ], + [ + "Ġo", + "hm" + ], + [ + "Ġoh", + "m" + ], + [ + "Ġpaleont", + "ologist" + ], + [ + "Ġchrist", + "ian" + ], + [ + "f", + "aith" + ], + [ + "fa", + "ith" + ], + [ + "Princ", + "ipal" + ], + [ + "-", + "Share" + ], + [ + "-S", + "hare" + ], + [ + "-Sh", + "are" + ], + [ + "Ġkidn", + "apping" + ], + [ + "Ġanti", + "social" + ], + [ + "Ġantis", + "ocial" + ], + [ + "ĠNI", + "OSH" + ], + [ + "Calcul", + "ate" + ], + [ + "Calc", + "ulate" + ], + [ + "Ġital", + "ic" + ], + [ + "ĠPose", + "idon" + ], + [ + "ĠOphthalm", + "ology" + ], + [ + "Guide", + "lines" + ], + [ + "Guid", + "elines" + ], + [ + "/", + "y" + ], + [ + "V", + "PN" + ], + [ + "VP", + "N" + ], + [ + "c", + "ure" + ], + [ + "cur", + "e" + ], + [ + "cu", + "re" + ], + [ + "Ġt", + "bsp" + ], + [ + "Ġm", + "ica" + ], + [ + "Ġmic", + "a" + ], + [ + "Ġmi", + "ca" + ], + [ + "Ġd", + "ime" + ], + [ + "Ġdi", + "me" + ], + [ + "Ġdim", + "e" + ], + [ + "le", + "uc" + ], + [ + "âĢ", + "ķ" + ], + [ + "Ġd", + "ext" + ], + [ + "Ġde", + "xt" + ], + [ + "Ġdex", + "t" + ], + [ + "ĠB", + "ars" + ], + [ + "ĠBar", + "s" + ], + [ + "ĠBa", + "rs" + ], + [ + "ĠW", + "ills" + ], + [ + "ĠWill", + "s" + ], + [ + "ĠWil", + "ls" + ], + [ + "ĠF", + "ion" + ], + [ + "ĠFi", + "on" + ], + [ + "ĠF", + "ool" + ], + [ + "ĠFo", + "ol" + ], + [ + "ĠR", + "ite" + ], + [ + "ĠRi", + "te" + ], + [ + "ĠRit", + "e" + ], + [ + "un", + "gen" + ], + [ + "ung", + "en" + ], + [ + "unge", + "n" + ], + [ + "ĠL", + "ill" + ], + [ + "ĠLi", + "ll" + ], + [ + "ĠLil", + "l" + ], + [ + "ĠL", + "ennon" + ], + [ + "ĠLen", + "non" + ], + [ + "ĠLenn", + "on" + ], + [ + "Ġint", + "rac" + ], + [ + "Ġintr", + "ac" + ], + [ + "Ġintra", + "c" + ], + [ + "ĠO", + "ss" + ], + [ + "ĠOs", + "s" + ], + [ + "Ġj", + "ihad" + ], + [ + "Ġout", + "lying" + ], + [ + "Ġoutl", + "ying" + ], + [ + "Ġout", + "number" + ], + [ + "Ġwork", + "books" + ], + [ + "Ġworkbook", + "s" + ], + [ + "Ġ", + "rote" + ], + [ + "Ġr", + "ote" + ], + [ + "Ġro", + "te" + ], + [ + "Ġrot", + "e" + ], + [ + "ĠCh", + "atham" + ], + [ + "ĠCha", + "tham" + ], + [ + "ĠChat", + "ham" + ], + [ + "y", + "pus" + ], + [ + "yp", + "us" + ], + [ + "cept", + "ible" + ], + [ + "Ġmon", + "ograph" + ], + [ + "Ġmono", + "graph" + ], + [ + "Ġmonog", + "raph" + ], + [ + "ĠPro", + "ven" + ], + [ + "ĠPr", + "oven" + ], + [ + "ĠProv", + "en" + ], + [ + "ĠProve", + "n" + ], + [ + "Ġless", + "ens" + ], + [ + "Ġlessen", + "s" + ], + [ + "Ġcell", + "phones" + ], + [ + "Ġcellphone", + "s" + ], + [ + "ĠSc", + "enic" + ], + [ + "ĠScen", + "ic" + ], + [ + "c", + "lam" + ], + [ + "cl", + "am" + ], + [ + "ĠAnd", + "ré" + ], + [ + "ĠAndr", + "é" + ], + [ + "rodu", + "ces" + ], + [ + "rod", + "uces" + ], + [ + "roduce", + "s" + ], + [ + "Ġsaf", + "ari" + ], + [ + "s", + "copy" + ], + [ + "sc", + "opy" + ], + [ + "-c", + "ampus" + ], + [ + "Ġshort", + "fall" + ], + [ + "acc", + "ala" + ], + [ + "acca", + "la" + ], + [ + "Ġst", + "ressor" + ], + [ + "Ġstr", + "essor" + ], + [ + "Ġstress", + "or" + ], + [ + "Ġbat", + "ting" + ], + [ + "Ġbatt", + "ing" + ], + [ + "Ġba", + "tting" + ], + [ + "Ġreview", + "er" + ], + [ + "Ġlog", + "gers" + ], + [ + "Ġlogger", + "s" + ], + [ + "ĠApp", + "ropri" + ], + [ + "Ġun", + "supp" + ], + [ + "Ġuns", + "upp" + ], + [ + "Ġunsu", + "pp" + ], + [ + "ĠRober", + "to" + ], + [ + "ĠRobert", + "o" + ], + [ + "ĠRob", + "erto" + ], + [ + "um", + "inium" + ], + [ + "umin", + "ium" + ], + [ + "v", + "isional" + ], + [ + "vision", + "al" + ], + [ + "vis", + "ional" + ], + [ + "R", + "OW" + ], + [ + "RO", + "W" + ], + [ + "Ġcomment", + "ator" + ], + [ + "Ġsin", + "ned" + ], + [ + "Ġc", + "arton" + ], + [ + "Ġcar", + "ton" + ], + [ + "Ġcart", + "on" + ], + [ + "De", + "aling" + ], + [ + "Ġinterf", + "ered" + ], + [ + "Ġinterfere", + "d" + ], + [ + "Ġinterfer", + "ed" + ], + [ + "hy", + "dro" + ], + [ + "hyd", + "ro" + ], + [ + "col", + "onial" + ], + [ + "Ġ", + "к" + ], + [ + "ĠÐ", + "º" + ], + [ + "ĠSurvey", + "or" + ], + [ + "Ġpreced", + "ents" + ], + [ + "Ġprecedent", + "s" + ], + [ + "Ġpassion", + "ately" + ], + [ + "Ġpassionate", + "ly" + ], + [ + "Ġanticip", + "ates" + ], + [ + "Ġanticipate", + "s" + ], + [ + "ĠMid", + "land" + ], + [ + "Ġpoll", + "uters" + ], + [ + "Ġpollut", + "ers" + ], + [ + "Ġpollute", + "rs" + ], + [ + "ĠSud", + "oku" + ], + [ + "ĠS", + "peakers" + ], + [ + "ĠSpe", + "akers" + ], + [ + "ĠSpeak", + "ers" + ], + [ + "ĠSpeaker", + "s" + ], + [ + "ĠGer", + "ard" + ], + [ + "ĠH", + "anson" + ], + [ + "ĠHan", + "son" + ], + [ + "ĠHans", + "on" + ], + [ + "Ġsingular", + "ity" + ], + [ + "Ġanti", + "matter" + ], + [ + "Ġantim", + "atter" + ], + [ + "ĠFr", + "aud" + ], + [ + "ĠFra", + "ud" + ], + [ + "Ġarist", + "ocrats" + ], + [ + "Ġaristocrat", + "s" + ], + [ + "Ġreck", + "oned" + ], + [ + "Ġreckon", + "ed" + ], + [ + "prov", + "ided" + ], + [ + "provide", + "d" + ], + [ + "Ġspl", + "endor" + ], + [ + "Ġsplend", + "or" + ], + [ + "Ġmiscar", + "riages" + ], + [ + "Ġmiscarriage", + "s" + ], + [ + "ĠBr", + "ighton" + ], + [ + "ĠBright", + "on" + ], + [ + "Ġun", + "loading" + ], + [ + "Ġunload", + "ing" + ], + [ + "Ġpsycho", + "analysis" + ], + [ + "Ġpsychoan", + "alysis" + ], + [ + "Ġlocust", + "s" + ], + [ + "Ġlocus", + "ts" + ], + [ + "ĠAnto", + "ine" + ], + [ + "ĠXin", + "jiang" + ], + [ + "ĠEm", + "bedded" + ], + [ + "ĠEmbed", + "ded" + ], + [ + "ĠCongreg", + "ational" + ], + [ + "ĠCongregation", + "al" + ], + [ + ".", + "?" + ], + [ + "L", + "iver" + ], + [ + "Li", + "ver" + ], + [ + "Live", + "r" + ], + [ + "Ġs", + "uture" + ], + [ + "Ġsut", + "ure" + ], + [ + "Ġg", + "rubs" + ], + [ + "Ġgr", + "ubs" + ], + [ + "Ġgru", + "bs" + ], + [ + "Ġgrub", + "s" + ], + [ + "Ġst", + "umps" + ], + [ + "Ġstump", + "s" + ], + [ + "ir", + "p" + ], + [ + "i", + "flu" + ], + [ + "if", + "lu" + ], + [ + "ĠM", + "ab" + ], + [ + "ĠMa", + "b" + ], + [ + "ĠP", + "NAS" + ], + [ + "ĠPN", + "AS" + ], + [ + "qu", + "arie" + ], + [ + "qua", + "rie" + ], + [ + "Ġ", + "LIN" + ], + [ + "ĠL", + "IN" + ], + [ + "ĠLI", + "N" + ], + [ + "ro", + "ute" + ], + [ + "rou", + "te" + ], + [ + "rout", + "e" + ], + [ + "f", + "fen" + ], + [ + "ff", + "en" + ], + [ + "ffe", + "n" + ], + [ + "Ġal", + "lusion" + ], + [ + "Ġall", + "usion" + ], + [ + "ary", + "ana" + ], + [ + "arya", + "na" + ], + [ + "Ġpart", + "isans" + ], + [ + "Ġpartisan", + "s" + ], + [ + "Ġsc", + "outing" + ], + [ + "Ġscout", + "ing" + ], + [ + "Ġqu", + "ark" + ], + [ + "Ġquar", + "k" + ], + [ + "Ġam", + "ateurs" + ], + [ + "Ġamateur", + "s" + ], + [ + "eth", + "anol" + ], + [ + "iss", + "ued" + ], + [ + "issue", + "d" + ], + [ + "Ġdef", + "ibrill" + ], + [ + "Ġ", + "Ars" + ], + [ + "ĠA", + "rs" + ], + [ + "ĠAr", + "s" + ], + [ + "ĠSc", + "roll" + ], + [ + "ĠScro", + "ll" + ], + [ + "-s", + "killed" + ], + [ + "-sk", + "illed" + ], + [ + "e", + "spe" + ], + [ + "es", + "pe" + ], + [ + "esp", + "e" + ], + [ + "ĠAnd", + "ersen" + ], + [ + "ĠAnders", + "en" + ], + [ + "Ġpur", + "plish" + ], + [ + "Ġpurp", + "lish" + ], + [ + "Ġleg", + "ions" + ], + [ + "Ġlegion", + "s" + ], + [ + "Ġrad", + "ii" + ], + [ + "Ġradi", + "i" + ], + [ + "ĠBe", + "acon" + ], + [ + "e", + "mberg" + ], + [ + "em", + "berg" + ], + [ + "ember", + "g" + ], + [ + "emb", + "erg" + ], + [ + "ĠWar", + "fare" + ], + [ + "en", + "cycl" + ], + [ + "ency", + "cl" + ], + [ + "enc", + "ycl" + ], + [ + "ĠMan", + "ning" + ], + [ + "ĠMann", + "ing" + ], + [ + "ĠCo", + "aching" + ], + [ + "ĠCoach", + "ing" + ], + [ + "Ġposition", + "al" + ], + [ + "Ġposit", + "ional" + ], + [ + "ĠMin", + "erva" + ], + [ + "p", + "ea" + ], + [ + "pe", + "a" + ], + [ + "-to", + "ed" + ], + [ + "ĠG", + "raz" + ], + [ + "ĠGra", + "z" + ], + [ + "ĠGr", + "az" + ], + [ + "ĠBar", + "nett" + ], + [ + "ĠBarn", + "ett" + ], + [ + "ĠPhil", + "ips" + ], + [ + "ĠPhilip", + "s" + ], + [ + "ĠMa", + "as" + ], + [ + "Ġexc", + "elled" + ], + [ + "Ġexcell", + "ed" + ], + [ + "Ġexcel", + "led" + ], + [ + "ĠOrgan", + "ized" + ], + [ + "ĠOrganize", + "d" + ], + [ + "ĠSer", + "pent" + ], + [ + "organ", + "ization" + ], + [ + "cript", + "s" + ], + [ + "Ġoverw", + "intering" + ], + [ + "Ġoverwinter", + "ing" + ], + [ + "Ġpy", + "reth" + ], + [ + "ĠEst", + "imate" + ], + [ + "ĠFour", + "teenth" + ], + [ + "ĠFourteen", + "th" + ], + [ + "Ġtab", + "ernacle" + ], + [ + "Ġnumer", + "ically" + ], + [ + "Ġnumerical", + "ly" + ], + [ + "Ġnumeric", + "ally" + ], + [ + "Ġnum", + "erator" + ], + [ + "Ġnumer", + "ator" + ], + [ + "Ġforb", + "idding" + ], + [ + "Ġforbid", + "ding" + ], + [ + "Ġcarn", + "ival" + ], + [ + "normal", + "ly" + ], + [ + "norm", + "ally" + ], + [ + "Ġreciproc", + "ity" + ], + [ + "D", + "OE" + ], + [ + "DO", + "E" + ], + [ + "ĠWat", + "kins" + ], + [ + "Ġwicked", + "ness" + ], + [ + "Ġcis", + "tern" + ], + [ + "Ġ", + "Carbohydrates" + ], + [ + "ĠCarb", + "ohydrates" + ], + [ + "ĠCarbohydrate", + "s" + ], + [ + "Ġperf", + "oration" + ], + [ + "Ġperfor", + "ation" + ], + [ + "ĠSpart", + "an" + ], + [ + "ĠSparta", + "n" + ], + [ + "ĠSpar", + "tan" + ], + [ + "Ġrall", + "ied" + ], + [ + "Ġfanc", + "iful" + ], + [ + "ĠByzant", + "ium" + ], + [ + "ĠBolshev", + "ik" + ], + [ + "Ġphyton", + "utrients" + ], + [ + "B", + "ible" + ], + [ + "Bi", + "ble" + ], + [ + "Bibl", + "e" + ], + [ + "P", + "ure" + ], + [ + "Pur", + "e" + ], + [ + "Pu", + "re" + ], + [ + "W", + "arm" + ], + [ + "War", + "m" + ], + [ + "Wa", + "rm" + ], + [ + "Z", + "E" + ], + [ + "d", + "l" + ], + [ + "g", + "t" + ], + [ + "h", + "ler" + ], + [ + "hl", + "er" + ], + [ + "in", + "berg" + ], + [ + "at", + "ars" + ], + [ + "ata", + "rs" + ], + [ + "atar", + "s" + ], + [ + "Ġ", + "ply" + ], + [ + "Ġp", + "ly" + ], + [ + "Ġpl", + "y" + ], + [ + "in", + "ged" + ], + [ + "ing", + "ed" + ], + [ + "inge", + "d" + ], + [ + "Ġh", + "icc" + ], + [ + "Ġhi", + "cc" + ], + [ + "Ġe", + "Bay" + ], + [ + "Ġst", + "ator" + ], + [ + "Ġstat", + "or" + ], + [ + "Ġsta", + "tor" + ], + [ + "Ġst", + "ucco" + ], + [ + "ĠS", + "oda" + ], + [ + "ĠSo", + "da" + ], + [ + "ĠSod", + "a" + ], + [ + "it", + "hub" + ], + [ + "ith", + "ub" + ], + [ + "Ġan", + "archy" + ], + [ + "Ġanarch", + "y" + ], + [ + "ĠB", + "RA" + ], + [ + "ĠBR", + "A" + ], + [ + "a", + "ci" + ], + [ + "ac", + "i" + ], + [ + "a", + "cer" + ], + [ + "ac", + "er" + ], + [ + "ace", + "r" + ], + [ + "Ġ", + "ry" + ], + [ + "Ġr", + "y" + ], + [ + "ĠD", + "K" + ], + [ + "Ġ", + "EH" + ], + [ + "ĠE", + "H" + ], + [ + "ĠN", + "IA" + ], + [ + "ĠNI", + "A" + ], + [ + "ĠG", + "ong" + ], + [ + "ĠGo", + "ng" + ], + [ + "ĠGon", + "g" + ], + [ + "ĠL", + "up" + ], + [ + "ĠLu", + "p" + ], + [ + "ĠJ", + "unk" + ], + [ + "ĠJun", + "k" + ], + [ + "ĠJ", + "uris" + ], + [ + "ĠJu", + "ris" + ], + [ + "ĠJur", + "is" + ], + [ + "Ġcl", + "ipped" + ], + [ + "Ġclip", + "ped" + ], + [ + "Ġcl", + "amps" + ], + [ + "Ġclamp", + "s" + ], + [ + "Ġclam", + "ps" + ], + [ + "Ġsc", + "andals" + ], + [ + "Ġscandal", + "s" + ], + [ + "ĠSt", + "abil" + ], + [ + "ĠSta", + "bil" + ], + [ + "ph", + "ant" + ], + [ + "pha", + "nt" + ], + [ + "Ġacc", + "ru" + ], + [ + "Ġac", + "cru" + ], + [ + "Ġsh", + "earing" + ], + [ + "Ġshe", + "aring" + ], + [ + "Ġshear", + "ing" + ], + [ + "ĠA", + "run" + ], + [ + "ĠAr", + "un" + ], + [ + "ĠAru", + "n" + ], + [ + "ug", + "awa" + ], + [ + "uga", + "wa" + ], + [ + "ĠSh", + "oes" + ], + [ + "ĠSho", + "es" + ], + [ + "ĠShoe", + "s" + ], + [ + "Ġpost", + "secondary" + ], + [ + "Ġcr", + "anks" + ], + [ + "Ġcran", + "ks" + ], + [ + "Ġcrank", + "s" + ], + [ + "ĠMed", + "line" + ], + [ + "sp", + "rey" + ], + [ + "Ġfat", + "ten" + ], + [ + "Ġcoll", + "oidal" + ], + [ + "ĠPe", + "abody" + ], + [ + "Ġa", + "udi" + ], + [ + "Ġaud", + "i" + ], + [ + "Ġau", + "di" + ], + [ + "ĠAg", + "ents" + ], + [ + "ĠAgent", + "s" + ], + [ + "ĠRe", + "cy" + ], + [ + "ĠRec", + "y" + ], + [ + "i", + "osa" + ], + [ + "io", + "sa" + ], + [ + "ios", + "a" + ], + [ + "ĠRoman", + "i" + ], + [ + "ĠRo", + "mani" + ], + [ + "ĠRom", + "ani" + ], + [ + "ĠRoma", + "ni" + ], + [ + "ĠSch", + "les" + ], + [ + "ĠSchl", + "es" + ], + [ + "Ġresource", + "ful" + ], + [ + "Ġreaction", + "ary" + ], + [ + "Ġalgorith", + "mic" + ], + [ + "Ġalgorithm", + "ic" + ], + [ + "ĠGlobal", + "ization" + ], + [ + "ĠExt", + "ract" + ], + [ + "ĠExtra", + "ct" + ], + [ + "ĠH", + "awks" + ], + [ + "ĠHaw", + "ks" + ], + [ + "ĠHawk", + "s" + ], + [ + "ĠVar", + "iety" + ], + [ + "ĠVari", + "ety" + ], + [ + "Ġrib", + "oflavin" + ], + [ + "Ġrad", + "iates" + ], + [ + "Ġradi", + "ates" + ], + [ + "Ġradiate", + "s" + ], + [ + "Ġjuris", + "prudence" + ], + [ + "ĠOs", + "iris" + ], + [ + "r", + "obiology" + ], + [ + "ro", + "biology" + ], + [ + "rob", + "iology" + ], + [ + "ĠRequ", + "ires" + ], + [ + "ĠRequire", + "s" + ], + [ + "Ġstr", + "atum" + ], + [ + "Ġstra", + "tum" + ], + [ + "Ġstrat", + "um" + ], + [ + "ĠChem", + "otherapy" + ], + [ + "Ġrally", + "ing" + ], + [ + "Ġrall", + "ying" + ], + [ + "phot", + "os" + ], + [ + "photo", + "s" + ], + [ + "Ġrapt", + "ors" + ], + [ + "Ġraptor", + "s" + ], + [ + "ĠElev", + "ated" + ], + [ + "ĠWriting", + "s" + ], + [ + "ĠWrit", + "ings" + ], + [ + "\"", + "With" + ], + [ + "-", + "obs" + ], + [ + "-o", + "bs" + ], + [ + "-ob", + "s" + ], + [ + "C", + "ass" + ], + [ + "Ca", + "ss" + ], + [ + "Cas", + "s" + ], + [ + "L", + "F" + ], + [ + "R", + "M" + ], + [ + "T", + "imes" + ], + [ + "Time", + "s" + ], + [ + "Tim", + "es" + ], + [ + "Ti", + "mes" + ], + [ + "p", + "icuous" + ], + [ + "pic", + "uous" + ], + [ + "|", + "Part" + ], + [ + "|P", + "art" + ], + [ + "h", + "eated" + ], + [ + "he", + "ated" + ], + [ + "hea", + "ted" + ], + [ + "heat", + "ed" + ], + [ + "on", + "ica" + ], + [ + "onic", + "a" + ], + [ + "oni", + "ca" + ], + [ + "i", + "tr" + ], + [ + "it", + "r" + ], + [ + "Ġ", + "reel" + ], + [ + "Ġre", + "el" + ], + [ + "Ġree", + "l" + ], + [ + "Ġl", + "int" + ], + [ + "Ġlin", + "t" + ], + [ + "Ġli", + "nt" + ], + [ + "Ġl", + "uggage" + ], + [ + "Ġlug", + "gage" + ], + [ + "Ġy", + "acht" + ], + [ + "Ġya", + "cht" + ], + [ + "i", + "rut" + ], + [ + "ir", + "ut" + ], + [ + "iru", + "t" + ], + [ + "ĠC", + "orm" + ], + [ + "ĠCo", + "rm" + ], + [ + "ĠCor", + "m" + ], + [ + "ĠM", + "IC" + ], + [ + "ĠMI", + "C" + ], + [ + "ĠP", + "ing" + ], + [ + "ĠPi", + "ng" + ], + [ + "ĠPin", + "g" + ], + [ + "qu", + "ets" + ], + [ + "que", + "ts" + ], + [ + "quet", + "s" + ], + [ + "ĠW", + "ings" + ], + [ + "ĠWin", + "gs" + ], + [ + "ĠWing", + "s" + ], + [ + "ĠW", + "AR" + ], + [ + "ĠWA", + "R" + ], + [ + "Ġsp", + "iked" + ], + [ + "Ġspike", + "d" + ], + [ + "Ġspi", + "ked" + ], + [ + "Ġk", + "inetics" + ], + [ + "Ġkin", + "etics" + ], + [ + "Ġkinetic", + "s" + ], + [ + "e", + "ndom" + ], + [ + "en", + "dom" + ], + [ + "end", + "om" + ], + [ + "endo", + "m" + ], + [ + "ĠK", + "remlin" + ], + [ + "t", + "each" + ], + [ + "te", + "ach" + ], + [ + "Ġknow", + "ingly" + ], + [ + "Ġknowing", + "ly" + ], + [ + "Ġsub", + "unit" + ], + [ + "Ġcar", + "amel" + ], + [ + "ĠAn", + "ita" + ], + [ + "ĠAr", + "bore" + ], + [ + "ĠArbor", + "e" + ], + [ + "ĠArb", + "ore" + ], + [ + "Ġhuman", + "ist" + ], + [ + "Ġpar", + "al" + ], + [ + "Ġpa", + "ral" + ], + [ + "Ġpara", + "l" + ], + [ + "Ġs", + "uns" + ], + [ + "Ġsu", + "ns" + ], + [ + "Ġsun", + "s" + ], + [ + "ĠCar", + "path" + ], + [ + "ĠCarp", + "ath" + ], + [ + "pl", + "icating" + ], + [ + "plic", + "ating" + ], + [ + "E", + "RA" + ], + [ + "ER", + "A" + ], + [ + "Ġsat", + "irical" + ], + [ + "Ġsatir", + "ical" + ], + [ + "Ġcolon", + "isation" + ], + [ + "ĠM", + "eals" + ], + [ + "ĠMe", + "als" + ], + [ + "ĠMeal", + "s" + ], + [ + "Ġcard", + "inals" + ], + [ + "Ġcardi", + "nals" + ], + [ + "Ġcardinal", + "s" + ], + [ + "Ġvisual", + "isation" + ], + [ + "ĠSept", + "uagint" + ], + [ + "ĠRead", + "iness" + ], + [ + "ĠMc", + "P" + ], + [ + "Ġl", + "ettering" + ], + [ + "Ġlet", + "tering" + ], + [ + "Ġletter", + "ing" + ], + [ + "ĠST", + "ART" + ], + [ + "ĠSTAR", + "T" + ], + [ + "-", + "Mar" + ], + [ + "-M", + "ar" + ], + [ + "Ġthin", + "ly" + ], + [ + "Ġ", + "Ãħ" + ], + [ + "ĠÃ", + "ħ" + ], + [ + "Ġskill", + "fully" + ], + [ + "Ġskillful", + "ly" + ], + [ + "ĠCare", + "ful" + ], + [ + "ĠC", + "yan" + ], + [ + "ĠCy", + "an" + ], + [ + "Ġh", + "usk" + ], + [ + "Ġhus", + "k" + ], + [ + "Ġhu", + "sk" + ], + [ + "Me", + "chanical" + ], + [ + "Mechan", + "ical" + ], + [ + "Ġauthent", + "icate" + ], + [ + "Ġauthentic", + "ate" + ], + [ + "rypt", + "ed" + ], + [ + "Ġcaps", + "aicin" + ], + [ + "Ġjoy", + "ous" + ], + [ + "Ġfluor", + "idated" + ], + [ + "ĠS", + "PD" + ], + [ + "ĠSP", + "D" + ], + [ + "Ġine", + "fficiencies" + ], + [ + "ĠStory", + "telling" + ], + [ + "ĠTurk", + "men" + ], + [ + "Ġliberal", + "ization" + ], + [ + "ĠMission", + "ary" + ], + [ + "-", + "complex" + ], + [ + "-com", + "plex" + ], + [ + "-comp", + "lex" + ], + [ + "-compl", + "ex" + ], + [ + "ĠT", + "alks" + ], + [ + "ĠTalk", + "s" + ], + [ + "ĠTal", + "ks" + ], + [ + "ĠH", + "unters" + ], + [ + "ĠHunt", + "ers" + ], + [ + "ĠHun", + "ters" + ], + [ + "ĠHunter", + "s" + ], + [ + "Ġprosec", + "ute" + ], + [ + "ĠSud", + "anese" + ], + [ + "ĠSudan", + "ese" + ], + [ + "ĠBabylon", + "ians" + ], + [ + "ĠBabylonian", + "s" + ], + [ + "ĠBabylonia", + "ns" + ], + [ + "ansom", + "ware" + ], + [ + "ĠDE", + "ET" + ], + [ + "Ġbrig", + "ades" + ], + [ + "Ġbrigade", + "s" + ], + [ + "ĠPyram", + "ids" + ], + [ + "ĠPyramid", + "s" + ], + [ + "Ġpalp", + "able" + ], + [ + "Ġagro", + "forestry" + ], + [ + "äº", + "º" + ], + [ + "Aud", + "io" + ], + [ + "acet", + "amol" + ], + [ + "ĠK", + "ernel" + ], + [ + "ĠKer", + "nel" + ], + [ + "ĠKern", + "el" + ], + [ + "Ġpsyched", + "elic" + ], + [ + "ĠDund", + "ee" + ], + [ + "ĠKu", + "hn" + ], + [ + "ĠKuh", + "n" + ], + [ + "r", + "omycin" + ], + [ + "romy", + "cin" + ], + [ + "B", + "rand" + ], + [ + "Bra", + "nd" + ], + [ + "Br", + "and" + ], + [ + "F", + "ifty" + ], + [ + "Fi", + "fty" + ], + [ + "H", + "u" + ], + [ + "T", + "F" + ], + [ + "l", + "ots" + ], + [ + "lo", + "ts" + ], + [ + "lot", + "s" + ], + [ + "n", + "ant" + ], + [ + "na", + "nt" + ], + [ + "nan", + "t" + ], + [ + "Ġf", + "urs" + ], + [ + "Ġfur", + "s" + ], + [ + "Ġfu", + "rs" + ], + [ + "Ġin", + "l" + ], + [ + "Ġ", + "das" + ], + [ + "Ġd", + "as" + ], + [ + "Ġda", + "s" + ], + [ + "r", + "oa" + ], + [ + "ro", + "a" + ], + [ + "il", + "igo" + ], + [ + "ili", + "go" + ], + [ + "s", + "talk" + ], + [ + "st", + "alk" + ], + [ + "Ġfor", + "kl" + ], + [ + "Ġfork", + "l" + ], + [ + "ig", + "inal" + ], + [ + "igi", + "nal" + ], + [ + "Ġas", + "pen" + ], + [ + "Ġasp", + "en" + ], + [ + "Ġ", + "alms" + ], + [ + "Ġal", + "ms" + ], + [ + "op", + "tery" + ], + [ + "opt", + "ery" + ], + [ + "opter", + "y" + ], + [ + "ĠP", + "em" + ], + [ + "ĠPe", + "m" + ], + [ + "ĠP", + "isa" + ], + [ + "ĠPi", + "sa" + ], + [ + "ĠPis", + "a" + ], + [ + "o", + "rea" + ], + [ + "or", + "ea" + ], + [ + "ore", + "a" + ], + [ + "Ġch", + "amele" + ], + [ + "Ġcham", + "ele" + ], + [ + "ĠD", + "rex" + ], + [ + "ĠDr", + "ex" + ], + [ + "ĠDre", + "x" + ], + [ + "ĠF", + "on" + ], + [ + "ĠFo", + "n" + ], + [ + "ĠN", + "ess" + ], + [ + "ĠNe", + "ss" + ], + [ + "ĠNes", + "s" + ], + [ + "e", + "cs" + ], + [ + "ec", + "s" + ], + [ + "ĠJ", + "orge" + ], + [ + "Ġc", + "land" + ], + [ + "Ġcl", + "and" + ], + [ + "Ġclan", + "d" + ], + [ + "Ġun", + "ab" + ], + [ + "Ġuna", + "b" + ], + [ + "Ġun", + "matched" + ], + [ + "Ġunm", + "atched" + ], + [ + "Ġtra", + "cer" + ], + [ + "Ġtr", + "acer" + ], + [ + "Ġtrace", + "r" + ], + [ + "on", + "shire" + ], + [ + "ons", + "hire" + ], + [ + "if", + "ices" + ], + [ + "ific", + "es" + ], + [ + "ifice", + "s" + ], + [ + "ifi", + "ces" + ], + [ + "ĠV", + "enn" + ], + [ + "ĠVen", + "n" + ], + [ + "ĠVe", + "nn" + ], + [ + "ĠV", + "EG" + ], + [ + "ĠV", + "BA" + ], + [ + "ĠVB", + "A" + ], + [ + "Ġspec", + "ulations" + ], + [ + "Ġspeculation", + "s" + ], + [ + "r", + "ope" + ], + [ + "ro", + "pe" + ], + [ + "rop", + "e" + ], + [ + "Ġear", + "wax" + ], + [ + "Ġpat", + "ella" + ], + [ + "Ġsk", + "incare" + ], + [ + "Ġskin", + "care" + ], + [ + "Ġde", + "fied" + ], + [ + "Ġdef", + "ied" + ], + [ + "Ġmy", + "cel" + ], + [ + "Ġmyc", + "el" + ], + [ + "-", + "summer" + ], + [ + "-s", + "ummer" + ], + [ + "-sum", + "mer" + ], + [ + "Ġsocial", + "ists" + ], + [ + "Ġsocialist", + "s" + ], + [ + "er", + "nel" + ], + [ + "ern", + "el" + ], + [ + "Ġbi", + "omes" + ], + [ + "Ġbio", + "mes" + ], + [ + "Ġbiom", + "es" + ], + [ + "Ġbiome", + "s" + ], + [ + "Ġur", + "tic" + ], + [ + "Ġde", + "stitute" + ], + [ + "Ġdest", + "itute" + ], + [ + "Ġ", + "Amid" + ], + [ + "ĠA", + "mid" + ], + [ + "ĠAm", + "id" + ], + [ + "oph", + "agy" + ], + [ + "mb", + "H" + ], + [ + "AT", + "IVE" + ], + [ + "ĠSu", + "itable" + ], + [ + "ĠP", + "arthen" + ], + [ + "ĠPar", + "then" + ], + [ + "ĠPart", + "hen" + ], + [ + "-", + "stream" + ], + [ + "-st", + "ream" + ], + [ + "IV", + "ES" + ], + [ + "IVE", + "S" + ], + [ + "ĠS", + "erving" + ], + [ + "ĠServ", + "ing" + ], + [ + "ĠSer", + "ving" + ], + [ + "Ġunc", + "anny" + ], + [ + "Ġ", + "Installing" + ], + [ + "ĠInst", + "alling" + ], + [ + "ĠInstall", + "ing" + ], + [ + "rome", + "chanical" + ], + [ + "Ġcomp", + "rehensible" + ], + [ + "Ġcomprehens", + "ible" + ], + [ + "ĠOrgan", + "isms" + ], + [ + "Te", + "ens" + ], + [ + "Teen", + "s" + ], + [ + "Ġsteel", + "head" + ], + [ + "ĠMe", + "rit" + ], + [ + "ĠMer", + "it" + ], + [ + "ĠM", + "SN" + ], + [ + "ĠMS", + "N" + ], + [ + "Ġphosph", + "ates" + ], + [ + "Ġphosphate", + "s" + ], + [ + "Ġphosphat", + "es" + ], + [ + "ĠMah", + "araja" + ], + [ + "ĠMahar", + "aja" + ], + [ + "Comp", + "lex" + ], + [ + "Com", + "plex" + ], + [ + "Ġoxid", + "izing" + ], + [ + "Ġrepl", + "icas" + ], + [ + "Ġreplic", + "as" + ], + [ + "Ġreplica", + "s" + ], + [ + "Ġtra", + "ilers" + ], + [ + "Ġtrail", + "ers" + ], + [ + "Ġtrailer", + "s" + ], + [ + "ĠAud", + "itor" + ], + [ + "ĠAudit", + "or" + ], + [ + "ĠAudi", + "tor" + ], + [ + "ĠFa", + "una" + ], + [ + "ĠFau", + "na" + ], + [ + "Ġ", + "ANC" + ], + [ + "ĠA", + "NC" + ], + [ + "ĠAN", + "C" + ], + [ + "ĠGre", + "gor" + ], + [ + "ĠGreg", + "or" + ], + [ + "Ġcons", + "pir" + ], + [ + "Ġconsp", + "ir" + ], + [ + "Ġpriorit", + "ise" + ], + [ + "ĠTaiwan", + "ese" + ], + [ + "Ġtrop", + "osphere" + ], + [ + "fol", + "ded" + ], + [ + "fold", + "ed" + ], + [ + "Ġabolition", + "ists" + ], + [ + "Ġabolitionist", + "s" + ], + [ + "Ġaden", + "osine" + ], + [ + "ĠD", + "estro" + ], + [ + "ĠDest", + "ro" + ], + [ + "ĠBurg", + "undy" + ], + [ + "ĠExtreme", + "ly" + ], + [ + "Ġornament", + "ation" + ], + [ + "Ġphyt", + "o" + ], + [ + "Ġphy", + "to" + ], + [ + "Ġsynerg", + "istic" + ], + [ + "ĠAster", + "oid" + ], + [ + "ĠAlleg", + "heny" + ], + [ + "free", + "dom" + ], + [ + "fre", + "edom" + ], + [ + "ĠEntrepreneurs", + "hip" + ], + [ + "ĠEps", + "om" + ], + [ + "Ġuncom", + "plicated" + ], + [ + "-", + "We" + ], + [ + "-W", + "e" + ], + [ + "I", + "g" + ], + [ + "J", + "enn" + ], + [ + "Je", + "nn" + ], + [ + "S", + "ty" + ], + [ + "St", + "y" + ], + [ + "Z", + "inc" + ], + [ + "c", + "rete" + ], + [ + "cr", + "ete" + ], + [ + "d", + "iet" + ], + [ + "di", + "et" + ], + [ + "die", + "t" + ], + [ + "f", + "ishing" + ], + [ + "fish", + "ing" + ], + [ + "h", + "oltz" + ], + [ + "hol", + "tz" + ], + [ + "p", + "ie" + ], + [ + "pi", + "e" + ], + [ + "u", + "istic" + ], + [ + "uis", + "tic" + ], + [ + "ui", + "stic" + ], + [ + "v", + "ie" + ], + [ + "vi", + "e" + ], + [ + "×", + "Ĺ" + ], + [ + "o", + "rant" + ], + [ + "or", + "ant" + ], + [ + "ora", + "nt" + ], + [ + "oran", + "t" + ], + [ + "Ġf", + "ennel" + ], + [ + "Ġfen", + "nel" + ], + [ + "Ġh", + "ates" + ], + [ + "Ġha", + "tes" + ], + [ + "Ġhat", + "es" + ], + [ + "Ġhate", + "s" + ], + [ + "ĠS", + "UM" + ], + [ + "ĠSU", + "M" + ], + [ + "Ġ(", + "£" + ], + [ + "ĠB", + "aird" + ], + [ + "ĠBa", + "ird" + ], + [ + "ĠBai", + "rd" + ], + [ + "ĠH", + "IGH" + ], + [ + "ĠHI", + "GH" + ], + [ + "ĠW", + "ien" + ], + [ + "ĠWi", + "en" + ], + [ + "ĠD", + "DR" + ], + [ + "ĠDD", + "R" + ], + [ + "ĠG", + "aud" + ], + [ + "ĠGa", + "ud" + ], + [ + "ĠGau", + "d" + ], + [ + "Ġ", + "OC" + ], + [ + "ĠO", + "C" + ], + [ + "Ġev", + "ocative" + ], + [ + "ri", + "corn" + ], + [ + "ric", + "orn" + ], + [ + "rico", + "rn" + ], + [ + "ĠCh", + "ia" + ], + [ + "ĠChi", + "a" + ], + [ + "Ġra", + "ided" + ], + [ + "Ġraid", + "ed" + ], + [ + "Th", + "read" + ], + [ + "g", + "enstein" + ], + [ + "gen", + "stein" + ], + [ + "gens", + "tein" + ], + [ + "oc", + "iative" + ], + [ + "oci", + "ative" + ], + [ + "me", + "asure" + ], + [ + "Ġpass", + "ports" + ], + [ + "Ġpassport", + "s" + ], + [ + "Ġass", + "ociative" + ], + [ + "Ġassoci", + "ative" + ], + [ + "Ġhy", + "sterectomy" + ], + [ + "Ġhyster", + "ectomy" + ], + [ + "St", + "reet" + ], + [ + "ĠChrist", + "i" + ], + [ + "ĠChris", + "ti" + ], + [ + "be", + "yond" + ], + [ + "bey", + "ond" + ], + [ + "a", + "uty" + ], + [ + "au", + "ty" + ], + [ + "aut", + "y" + ], + [ + "ĠGen", + "oa" + ], + [ + ".", + "gl" + ], + [ + ".g", + "l" + ], + [ + "_", + "____" + ], + [ + "__", + "___" + ], + [ + "____", + "_" + ], + [ + "___", + "__" + ], + [ + "ĠTra", + "gedy" + ], + [ + "i", + "plash" + ], + [ + "ip", + "lash" + ], + [ + "ipl", + "ash" + ], + [ + "Ġun", + "co" + ], + [ + "Ġunc", + "o" + ], + [ + "Ġacad", + "emies" + ], + [ + "Ġmom", + "entary" + ], + [ + "Ġmoment", + "ary" + ], + [ + "Ġutil", + "isation" + ], + [ + "g", + "mental" + ], + [ + "gment", + "al" + ], + [ + "gm", + "ental" + ], + [ + "ĠVol", + "vo" + ], + [ + "ĠF", + "rey" + ], + [ + "ĠFr", + "ey" + ], + [ + "ĠFre", + "y" + ], + [ + "ĠBur", + "den" + ], + [ + "i", + "nette" + ], + [ + "in", + "ette" + ], + [ + "ine", + "tte" + ], + [ + "inet", + "te" + ], + [ + "Ġp", + "ineal" + ], + [ + "Ġpin", + "eal" + ], + [ + "Ġpine", + "al" + ], + [ + "Ġrepe", + "atable" + ], + [ + "Ġrepeat", + "able" + ], + [ + "f", + "unctional" + ], + [ + "function", + "al" + ], + [ + "Ġmarginal", + "ised" + ], + [ + "Ġtet", + "hered" + ], + [ + "Ġtether", + "ed" + ], + [ + "mus", + "ic" + ], + [ + "mu", + "sic" + ], + [ + "Ġnav", + "igator" + ], + [ + "Ġnavig", + "ator" + ], + [ + "expl", + "ained" + ], + [ + "Ġcensus", + "es" + ], + [ + "Ġcens", + "uses" + ], + [ + "-r", + "educing" + ], + [ + "-red", + "ucing" + ], + [ + "Ġtil", + "ting" + ], + [ + "Ġtilt", + "ing" + ], + [ + "Ġpuls", + "ar" + ], + [ + "Sal", + "mon" + ], + [ + "ĠG", + "OOD" + ], + [ + "ĠGO", + "OD" + ], + [ + "ĠRES", + "EARCH" + ], + [ + "-", + "ordination" + ], + [ + "-ord", + "ination" + ], + [ + "ĠMunicip", + "ality" + ], + [ + "ĠMunicipal", + "ity" + ], + [ + "ĠK", + "oran" + ], + [ + "ĠKor", + "an" + ], + [ + "ĠKo", + "ran" + ], + [ + "Ġcentrif", + "uge" + ], + [ + "Ġcentrifug", + "e" + ], + [ + "-", + "cancerous" + ], + [ + "-cancer", + "ous" + ], + [ + "Ġfiss", + "ure" + ], + [ + "Ġbif", + "ida" + ], + [ + "veh", + "icle" + ], + [ + "ĠBh", + "arat" + ], + [ + "ĠBhar", + "at" + ], + [ + "Ġelectroph", + "oresis" + ], + [ + "Ġscor", + "ching" + ], + [ + "Fred", + "erick" + ], + [ + "Ġeryth", + "emat" + ], + [ + "Ġerythe", + "mat" + ], + [ + "Ġerythema", + "t" + ], + [ + "ĠMil", + "itia" + ], + [ + "ĠMilit", + "ia" + ], + [ + "Ġmonog", + "amous" + ], + [ + "Ġposthum", + "ously" + ], + [ + "Hit", + "ler" + ], + [ + "(", + "R" + ], + [ + ")", + "\"." + ], + [ + ")\"", + "." + ], + [ + "-", + "Indian" + ], + [ + "-Ind", + "ian" + ], + [ + "/", + "view" + ], + [ + "/v", + "iew" + ], + [ + "B", + "h" + ], + [ + "J", + "et" + ], + [ + "Je", + "t" + ], + [ + "S", + "uccess" + ], + [ + "Su", + "ccess" + ], + [ + "c", + "ertain" + ], + [ + "cer", + "tain" + ], + [ + "cert", + "ain" + ], + [ + "at", + "ran" + ], + [ + "atra", + "n" + ], + [ + "atr", + "an" + ], + [ + "Ġp", + "oker" + ], + [ + "Ġpo", + "ker" + ], + [ + "Ġpoke", + "r" + ], + [ + "a", + "lb" + ], + [ + "al", + "b" + ], + [ + "Ġf", + "using" + ], + [ + "Ġfu", + "sing" + ], + [ + "Ġfus", + "ing" + ], + [ + "ĠT", + "enth" + ], + [ + "ĠTen", + "th" + ], + [ + "ĠTent", + "h" + ], + [ + "im", + "edes" + ], + [ + "ime", + "des" + ], + [ + "imed", + "es" + ], + [ + "r", + "acing" + ], + [ + "ra", + "cing" + ], + [ + "rac", + "ing" + ], + [ + "ĠA", + "WS" + ], + [ + "ĠAW", + "S" + ], + [ + "ĠS", + "inh" + ], + [ + "ĠSi", + "nh" + ], + [ + "ĠSin", + "h" + ], + [ + "e", + "lis" + ], + [ + "el", + "is" + ], + [ + "eli", + "s" + ], + [ + "âĢĻ", + "H" + ], + [ + "ĠB", + "om" + ], + [ + "ĠBo", + "m" + ], + [ + "e", + "mi" + ], + [ + "em", + "i" + ], + [ + "ĠD", + "ir" + ], + [ + "ĠDi", + "r" + ], + [ + "ĠR", + "att" + ], + [ + "ĠRa", + "tt" + ], + [ + "ĠRat", + "t" + ], + [ + "ĠG", + "ers" + ], + [ + "ĠGe", + "rs" + ], + [ + "ĠGer", + "s" + ], + [ + "ĠL", + "upus" + ], + [ + "ĠLu", + "pus" + ], + [ + "ĠLup", + "us" + ], + [ + "o", + "uti" + ], + [ + "ou", + "ti" + ], + [ + "out", + "i" + ], + [ + "ast", + "ric" + ], + [ + "on", + "ging" + ], + [ + "ong", + "ing" + ], + [ + "on", + "gest" + ], + [ + "ong", + "est" + ], + [ + "onge", + "st" + ], + [ + "ens", + "ual" + ], + [ + "Ġrep", + "ud" + ], + [ + "Ġin", + "div" + ], + [ + "Ġind", + "iv" + ], + [ + "Ġmod", + "ulating" + ], + [ + "Ġcar", + "avan" + ], + [ + "Ġinter", + "woven" + ], + [ + "a", + "leb" + ], + [ + "al", + "eb" + ], + [ + "ale", + "b" + ], + [ + "âĢĶ", + "some" + ], + [ + "âĢĶso", + "me" + ], + [ + "âĢĶs", + "ome" + ], + [ + "-", + "shell" + ], + [ + "-s", + "hell" + ], + [ + "-sh", + "ell" + ], + [ + "an", + "ka" + ], + [ + "ank", + "a" + ], + [ + "ank", + "ham" + ], + [ + "Ġb", + "asking" + ], + [ + "Ġbas", + "king" + ], + [ + "Ġp", + "arse" + ], + [ + "Ġpar", + "se" + ], + [ + "Ġpars", + "e" + ], + [ + "Ġcy", + "berspace" + ], + [ + "Ġcyber", + "space" + ], + [ + "Ġver", + "ifiable" + ], + [ + "reng", + "thening" + ], + [ + "rength", + "ening" + ], + [ + "Ġsil", + "enced" + ], + [ + "Ġsilence", + "d" + ], + [ + "-h", + "unting" + ], + [ + "ĠFrench", + "man" + ], + [ + "Ex", + "am" + ], + [ + "-", + "Sch" + ], + [ + "-S", + "ch" + ], + [ + "ST", + "AR" + ], + [ + "STA", + "R" + ], + [ + "Ġflood", + "plains" + ], + [ + "Ġfloodplain", + "s" + ], + [ + "ĠAut", + "ob" + ], + [ + "ĠAuto", + "b" + ], + [ + "ĠPlan", + "ned" + ], + [ + "ĠPort", + "folio" + ], + [ + "Ġperman", + "ence" + ], + [ + "oo", + "oo" + ], + [ + "R", + "IG" + ], + [ + "RI", + "G" + ], + [ + "Ġgrand", + "daughter" + ], + [ + "E", + "LA" + ], + [ + "EL", + "A" + ], + [ + "Ġacceler", + "ometer" + ], + [ + "Ġmulti", + "plicity" + ], + [ + "Ġmultipl", + "icity" + ], + [ + "ĠParis", + "ian" + ], + [ + "Ġmanip", + "ulatives" + ], + [ + "Ġmanipulative", + "s" + ], + [ + "Ġcor", + "onal" + ], + [ + "Ġcoron", + "al" + ], + [ + "Ġcorona", + "l" + ], + [ + "Ġparallel", + "ism" + ], + [ + "ĠRom", + "ney" + ], + [ + "ano", + "oga" + ], + [ + "Ġv", + "eneration" + ], + [ + "Ġven", + "eration" + ], + [ + "Ġvene", + "ration" + ], + [ + "ĠS", + "iri" + ], + [ + "ĠSir", + "i" + ], + [ + "ĠSi", + "ri" + ], + [ + "ĠSir", + "ius" + ], + [ + "ĠSi", + "rius" + ], + [ + "ĠSiri", + "us" + ], + [ + "ĠImp", + "aired" + ], + [ + "ĠImpair", + "ed" + ], + [ + "ĠMa", + "chia" + ], + [ + "ĠMach", + "ia" + ], + [ + "Trans", + "lation" + ], + [ + "Transl", + "ation" + ], + [ + "ĠInteg", + "rating" + ], + [ + "ly", + "nn" + ], + [ + "lyn", + "n" + ], + [ + "Ġmetall", + "urgy" + ], + [ + "Ġmob", + "ilizing" + ], + [ + "Ġmobil", + "izing" + ], + [ + "k", + "haz" + ], + [ + "kh", + "az" + ], + [ + "kha", + "z" + ], + [ + "Ġbattle", + "d" + ], + [ + "Ġbatt", + "led" + ], + [ + "Ġba", + "ttled" + ], + [ + "Ġutter", + "ance" + ], + [ + "ĠBos", + "nian" + ], + [ + "ĠBosnia", + "n" + ], + [ + "ĠEu", + "gen" + ], + [ + "Ste", + "el" + ], + [ + "ĠMO", + "OC" + ], + [ + "Est", + "imates" + ], + [ + "Ġvague", + "ly" + ], + [ + "Ġhydrop", + "onics" + ], + [ + "Ġhydroponic", + "s" + ], + [ + "ĠKath", + "ryn" + ], + [ + "Ġc", + "atholic" + ], + [ + "Ġcath", + "olic" + ], + [ + "Ġinsur", + "mountable" + ], + [ + "ĠBar", + "nard" + ], + [ + "ĠBarn", + "ard" + ], + [ + "on", + "govern" + ], + [ + "ongo", + "vern" + ], + [ + "Princ", + "iples" + ], + [ + "Principle", + "s" + ], + [ + "ĠHers", + "hey" + ], + [ + "c", + "roft" + ], + [ + "cr", + "oft" + ], + [ + "cro", + "ft" + ], + [ + "ĠPhen", + "omen" + ], + [ + "âľ", + "ĵ" + ], + [ + "ĠAncest", + "ry" + ], + [ + "ĠKell", + "ogg" + ], + [ + "ĠBelief", + "s" + ], + [ + "ĠMerc", + "edes" + ], + [ + "ĠMerced", + "es" + ], + [ + "Ġdetain", + "ees" + ], + [ + "Ġaegypt", + "i" + ], + [ + ",", + "â̦" + ], + [ + "-", + "ir" + ], + [ + "-i", + "r" + ], + [ + "I", + "vo" + ], + [ + "L", + "ic" + ], + [ + "Li", + "c" + ], + [ + "[", + "i" + ], + [ + "Ġs", + "ixties" + ], + [ + "Ġsix", + "ties" + ], + [ + "Ġc", + "ilantro" + ], + [ + "st", + "ack" + ], + [ + "sta", + "ck" + ], + [ + "ĠT", + "yson" + ], + [ + "ĠTy", + "son" + ], + [ + "id", + "opsis" + ], + [ + "ido", + "psis" + ], + [ + "ch", + "up" + ], + [ + "chu", + "p" + ], + [ + "Ġst", + "unt" + ], + [ + "ĠS", + "ulph" + ], + [ + "ĠSul", + "ph" + ], + [ + "ĠC", + "un" + ], + [ + "ĠCu", + "n" + ], + [ + "am", + "om" + ], + [ + "amo", + "m" + ], + [ + "a", + "dar" + ], + [ + "ad", + "ar" + ], + [ + "ada", + "r" + ], + [ + "Ġcon", + "formation" + ], + [ + "Ġconform", + "ation" + ], + [ + "Ġ", + "ali" + ], + [ + "Ġa", + "li" + ], + [ + "Ġal", + "i" + ], + [ + "th", + "ank" + ], + [ + "than", + "k" + ], + [ + "ĠM", + "elt" + ], + [ + "ĠMe", + "lt" + ], + [ + "ĠMel", + "t" + ], + [ + "ĠH", + "agg" + ], + [ + "ĠHa", + "gg" + ], + [ + "ĠHag", + "g" + ], + [ + "ĠD", + "ancing" + ], + [ + "ĠDan", + "cing" + ], + [ + "ong", + "ru" + ], + [ + "e", + "pa" + ], + [ + "ep", + "a" + ], + [ + "rit", + "ish" + ], + [ + "ritis", + "h" + ], + [ + "riti", + "sh" + ], + [ + "Ġsp", + "ecs" + ], + [ + "Ġspec", + "s" + ], + [ + "Ġspe", + "cs" + ], + [ + "er", + "tion" + ], + [ + "ert", + "ion" + ], + [ + "Ġsub", + "system" + ], + [ + "Ġsubs", + "ystem" + ], + [ + "cent", + "ration" + ], + [ + "Ġp", + "opes" + ], + [ + "Ġpo", + "pes" + ], + [ + "Ġpop", + "es" + ], + [ + "Ġpope", + "s" + ], + [ + "Ġmil", + "king" + ], + [ + "Ġmilk", + "ing" + ], + [ + "Ġkey", + "stone" + ], + [ + "l", + "ery" + ], + [ + "le", + "ry" + ], + [ + "ler", + "y" + ], + [ + "ĠMar", + "ble" + ], + [ + "Ġsuper", + "stitious" + ], + [ + "Ġsuperst", + "itious" + ], + [ + "Ġec", + "lectic" + ], + [ + "-", + "integ" + ], + [ + "-in", + "teg" + ], + [ + "-int", + "eg" + ], + [ + "ra", + "fted" + ], + [ + "raft", + "ed" + ], + [ + "raf", + "ted" + ], + [ + "ĠS", + "wine" + ], + [ + "ĠSw", + "ine" + ], + [ + "Ġwatch", + "ful" + ], + [ + "EC", + "K" + ], + [ + "H", + "EA" + ], + [ + "HE", + "A" + ], + [ + ".", + "Download" + ], + [ + ".D", + "ownload" + ], + [ + "Ġnan", + "of" + ], + [ + "Ġnano", + "f" + ], + [ + "Int", + "roducing" + ], + [ + "ĠA", + "stra" + ], + [ + "ĠAs", + "tra" + ], + [ + "ĠAst", + "ra" + ], + [ + "ĠRam", + "ak" + ], + [ + "ĠRama", + "k" + ], + [ + "ĠWil", + "kes" + ], + [ + "ĠFair", + "banks" + ], + [ + "Ġaffil", + "iations" + ], + [ + "Ġaffiliation", + "s" + ], + [ + "Ġc", + "odon" + ], + [ + "Ġco", + "don" + ], + [ + "Ġcod", + "on" + ], + [ + "ĠV", + "irtually" + ], + [ + "ĠVirt", + "ually" + ], + [ + "ĠVirtual", + "ly" + ], + [ + "Ġr", + "umor" + ], + [ + "Ġru", + "mor" + ], + [ + "Ġrum", + "or" + ], + [ + "Ġalleg", + "orical" + ], + [ + "Ġcrystall", + "ization" + ], + [ + "ĠEL", + "ISA" + ], + [ + "Ġover", + "loading" + ], + [ + "Ġoverload", + "ing" + ], + [ + "un", + "nan" + ], + [ + "unn", + "an" + ], + [ + "ĠNik", + "ol" + ], + [ + "-exp", + "osure" + ], + [ + "ĠSpot", + "light" + ], + [ + "Ġoh", + "ms" + ], + [ + "Ġohm", + "s" + ], + [ + "ĠTed", + "dy" + ], + [ + "Ġspong", + "y" + ], + [ + "Ġoutc", + "rops" + ], + [ + "Ġoutcrop", + "s" + ], + [ + "ĠPosition", + "ing" + ], + [ + "Ġworkflow", + "s" + ], + [ + "Imm", + "ediately" + ], + [ + "-", + "protected" + ], + [ + "-prot", + "ected" + ], + [ + "ĠStephen", + "son" + ], + [ + "ĠStephens", + "on" + ], + [ + "ĠEsk", + "imo" + ], + [ + "Th", + "ermal" + ], + [ + "Ther", + "mal" + ], + [ + "Therm", + "al" + ], + [ + "ĠUAV", + "s" + ], + [ + "ĠUA", + "Vs" + ], + [ + "ĠFreem", + "asonry" + ], + [ + "ĠNou", + "veau" + ], + [ + "Ġcyberatt", + "acks" + ], + [ + "-", + "us" + ], + [ + "-u", + "s" + ], + [ + "D", + "ent" + ], + [ + "De", + "nt" + ], + [ + "Den", + "t" + ], + [ + "E", + "lements" + ], + [ + "Ele", + "ments" + ], + [ + "G", + "HG" + ], + [ + "GH", + "G" + ], + [ + "U", + "F" + ], + [ + "V", + "O" + ], + [ + "e", + "vent" + ], + [ + "ev", + "ent" + ], + [ + "even", + "t" + ], + [ + "f", + "uels" + ], + [ + "fu", + "els" + ], + [ + "fuel", + "s" + ], + [ + "f", + "amilies" + ], + [ + "fam", + "ilies" + ], + [ + "k", + "im" + ], + [ + "ki", + "m" + ], + [ + "r", + "ats" + ], + [ + "ra", + "ts" + ], + [ + "rat", + "s" + ], + [ + "t", + "arget" + ], + [ + "tar", + "get" + ], + [ + "h", + "ek" + ], + [ + "he", + "k" + ], + [ + "Ġb", + "auxite" + ], + [ + "Ġf", + "oes" + ], + [ + "Ġfo", + "es" + ], + [ + "Ġfoe", + "s" + ], + [ + "an", + "agan" + ], + [ + "ana", + "gan" + ], + [ + "ion", + "uc" + ], + [ + "Ġl", + "ame" + ], + [ + "Ġla", + "me" + ], + [ + "Ġlam", + "e" + ], + [ + "Ġbe", + "gged" + ], + [ + "Ġbeg", + "ged" + ], + [ + "Ġbegg", + "ed" + ], + [ + "Ġ", + "TMS" + ], + [ + "ĠT", + "MS" + ], + [ + "ĠTM", + "S" + ], + [ + "ce", + "iving" + ], + [ + "Ġ", + "yar" + ], + [ + "Ġy", + "ar" + ], + [ + "Ġya", + "r" + ], + [ + "th", + "reat" + ], + [ + "Ġde", + "pl" + ], + [ + "Ġdep", + "l" + ], + [ + "ĠW", + "yn" + ], + [ + "ĠWy", + "n" + ], + [ + "Ġr", + "idden" + ], + [ + "Ġrid", + "den" + ], + [ + "ĠF", + "auc" + ], + [ + "ĠFa", + "uc" + ], + [ + "ĠFau", + "c" + ], + [ + "ĠR", + "end" + ], + [ + "ĠRe", + "nd" + ], + [ + "ĠRen", + "d" + ], + [ + "un", + "ivers" + ], + [ + "uni", + "vers" + ], + [ + "ĠN", + "ell" + ], + [ + "ĠNe", + "ll" + ], + [ + "ĠL", + "IB" + ], + [ + "ĠLI", + "B" + ], + [ + "Ġinc", + "isors" + ], + [ + "e", + "ward" + ], + [ + "ew", + "ard" + ], + [ + "ewa", + "rd" + ], + [ + "Ġ", + "ja" + ], + [ + "Ġj", + "a" + ], + [ + "Ġwhere", + "abouts" + ], + [ + "Ġright", + "fully" + ], + [ + "Ġrightful", + "ly" + ], + [ + "Ġgu", + "ava" + ], + [ + "Ġappro", + "vals" + ], + [ + "Ġapproval", + "s" + ], + [ + "ĠEng", + "ines" + ], + [ + "ĠEngine", + "s" + ], + [ + "Ġb", + "asing" + ], + [ + "Ġbas", + "ing" + ], + [ + "Ġbasin", + "g" + ], + [ + "Ġba", + "sing" + ], + [ + "-", + "feed" + ], + [ + "-f", + "eed" + ], + [ + "-fe", + "ed" + ], + [ + "Ġfore", + "casters" + ], + [ + "Ġforecast", + "ers" + ], + [ + "Ġma", + "rig" + ], + [ + "Ġmar", + "ig" + ], + [ + "Ġam", + "ounting" + ], + [ + "Ġamount", + "ing" + ], + [ + "Ġvol", + "umetric" + ], + [ + "Ġprim", + "acy" + ], + [ + "ĠAfter", + "ward" + ], + [ + "Ġsil", + "encing" + ], + [ + "ĠCons", + "ensus" + ], + [ + "Ġcustom", + "izable" + ], + [ + "Ġcool", + "est" + ], + [ + ")", + ":||" + ], + [ + "):", + "||" + ], + [ + "Ġhyp", + "nosis" + ], + [ + "ĠPat", + "erson" + ], + [ + "ĠPa", + "terson" + ], + [ + "Ġintellig", + "ently" + ], + [ + "Ġintelligent", + "ly" + ], + [ + "Ġcalc", + "ite" + ], + [ + "R", + "OUND" + ], + [ + "RO", + "UND" + ], + [ + "Ġpi", + "gmented" + ], + [ + "Ġpig", + "mented" + ], + [ + "Ġpigment", + "ed" + ], + [ + "comp", + "are" + ], + [ + "compar", + "e" + ], + [ + "Ġchar", + "ting" + ], + [ + "Ġchart", + "ing" + ], + [ + "ĠAlex", + "a" + ], + [ + "ĠCamp", + "ylobacter" + ], + [ + "Ġ", + "λ" + ], + [ + "ĠÎ", + "»" + ], + [ + "Ġsharp", + "ened" + ], + [ + "Ġsharpen", + "ed" + ], + [ + "rote", + "ctive" + ], + [ + "rot", + "ective" + ], + [ + "Ġauthent", + "icated" + ], + [ + "Ġauthentic", + "ated" + ], + [ + "Ġauthenticate", + "d" + ], + [ + "Ġelabor", + "ation" + ], + [ + "Ġsoap", + "y" + ], + [ + "Ġty", + "rant" + ], + [ + "Ġtyr", + "ant" + ], + [ + "Ġchat", + "bot" + ], + [ + "Ġterr", + "arium" + ], + [ + "Ġterra", + "rium" + ], + [ + "ĠNE", + "ED" + ], + [ + "a", + "ggio" + ], + [ + "ag", + "gio" + ], + [ + "agg", + "io" + ], + [ + "Lead", + "ership" + ], + [ + "Leaders", + "hip" + ], + [ + "Diff", + "erences" + ], + [ + "Difference", + "s" + ], + [ + "Ġp", + "ectin" + ], + [ + "Ġpec", + "tin" + ], + [ + "Ġpect", + "in" + ], + [ + "Ġ", + "QUEST" + ], + [ + "ĠQU", + "EST" + ], + [ + "Jeff", + "erson" + ], + [ + "Ġcrunch", + "y" + ], + [ + "Ġbystand", + "er" + ], + [ + "ada", + "ptive" + ], + [ + "adapt", + "ive" + ], + [ + "ĠSin", + "dh" + ], + [ + "ĠSind", + "h" + ], + [ + "ĠTul", + "sa" + ], + [ + "ĠTuls", + "a" + ], + [ + "ĠSamar", + "itan" + ], + [ + "-pr", + "onged" + ], + [ + "-prong", + "ed" + ], + [ + "ĠPep", + "si" + ], + [ + "ĠPeps", + "i" + ], + [ + "A", + "er" + ], + [ + "E", + "valuation" + ], + [ + "Ev", + "aluation" + ], + [ + "F", + "ra" + ], + [ + "Fr", + "a" + ], + [ + "G", + "il" + ], + [ + "Gi", + "l" + ], + [ + "I", + "PS" + ], + [ + "IP", + "S" + ], + [ + "N", + "M" + ], + [ + "N", + "ER" + ], + [ + "NE", + "R" + ], + [ + "T", + "re" + ], + [ + "Tr", + "e" + ], + [ + "W", + "B" + ], + [ + "g", + "illus" + ], + [ + "gil", + "lus" + ], + [ + "gill", + "us" + ], + [ + "t", + "un" + ], + [ + "tu", + "n" + ], + [ + "è", + "¿" + ], + [ + "Ġt", + "aped" + ], + [ + "Ġtap", + "ed" + ], + [ + "Ġtape", + "d" + ], + [ + "Ġta", + "ped" + ], + [ + "Ġo", + "esophagus" + ], + [ + "en", + "ough" + ], + [ + "eno", + "ugh" + ], + [ + "ĠT", + "one" + ], + [ + "ĠTo", + "ne" + ], + [ + "ĠTon", + "e" + ], + [ + "ĠT", + "elling" + ], + [ + "ĠTe", + "lling" + ], + [ + "ĠTell", + "ing" + ], + [ + "ĠTel", + "ling" + ], + [ + "ĠT", + "EST" + ], + [ + "ĠTE", + "ST" + ], + [ + "ĠTES", + "T" + ], + [ + "ch", + "ia" + ], + [ + "chi", + "a" + ], + [ + "Ġex", + "iles" + ], + [ + "Ġexile", + "s" + ], + [ + "ĠD", + "ict" + ], + [ + "ĠDi", + "ct" + ], + [ + "ĠDic", + "t" + ], + [ + "Ġ", + "ETS" + ], + [ + "ĠE", + "TS" + ], + [ + "ĠET", + "S" + ], + [ + "ĠN", + "in" + ], + [ + "ĠNi", + "n" + ], + [ + "ĠL", + "isp" + ], + [ + "ĠLi", + "sp" + ], + [ + "ĠLis", + "p" + ], + [ + "ip", + "ient" + ], + [ + "Ġc", + "love" + ], + [ + "Ġcl", + "ove" + ], + [ + "Ġclo", + "ve" + ], + [ + "Ġun", + "sh" + ], + [ + "Ġuns", + "h" + ], + [ + "i", + "ren" + ], + [ + "ir", + "en" + ], + [ + "ire", + "n" + ], + [ + "ĠSt", + "ainless" + ], + [ + "Ġpre", + "clinical" + ], + [ + "ook", + "y" + ], + [ + "oo", + "ky" + ], + [ + "Ġunder", + "story" + ], + [ + "Ġacc", + "use" + ], + [ + "Ġaccus", + "e" + ], + [ + "Ġde", + "cad" + ], + [ + "Ġdec", + "ad" + ], + [ + "-", + "ball" + ], + [ + "-b", + "all" + ], + [ + "-bal", + "l" + ], + [ + "Ġconf", + "eder" + ], + [ + "Ġconfed", + "er" + ], + [ + "Ġbetter", + "ment" + ], + [ + "ĠRe", + "use" + ], + [ + "Ġprom", + "isc" + ], + [ + "Ġl", + "imp" + ], + [ + "Ġlim", + "p" + ], + [ + "Ġli", + "mp" + ], + [ + "-c", + "reation" + ], + [ + "Ġs", + "ingly" + ], + [ + "Ġsing", + "ly" + ], + [ + "Ġsin", + "gly" + ], + [ + "Ġnet", + "tle" + ], + [ + "Ġnut", + "meg" + ], + [ + "Ġla", + "uded" + ], + [ + "Ġlaud", + "ed" + ], + [ + "Ġbroad", + "ening" + ], + [ + "Ġbroaden", + "ing" + ], + [ + "ĠReg", + "ression" + ], + [ + "ĠMc", + "Mur" + ], + [ + "ĠMcM", + "ur" + ], + [ + "à¤", + "µ" + ], + [ + "Ġmo", + "at" + ], + [ + "Ġv", + "illa" + ], + [ + "Ġvill", + "a" + ], + [ + "Ġvi", + "lla" + ], + [ + "Ġvil", + "la" + ], + [ + "ĠCor", + "rection" + ], + [ + "ĠCorrect", + "ion" + ], + [ + "Ġheight", + "en" + ], + [ + "ĠM", + "alaya" + ], + [ + "ĠMal", + "aya" + ], + [ + "ĠMalay", + "a" + ], + [ + "Ġha", + "zy" + ], + [ + "Ġhaz", + "y" + ], + [ + "Ġgod", + "ly" + ], + [ + "ĠLa", + "bels" + ], + [ + "ĠLab", + "els" + ], + [ + "ĠLabel", + "s" + ], + [ + "ĠExt", + "raction" + ], + [ + "ĠExtra", + "ction" + ], + [ + "ĠExtract", + "ion" + ], + [ + "ĠModern", + "a" + ], + [ + "ĠWil", + "bur" + ], + [ + "ãģ", + "®" + ], + [ + "ĠL", + "ogical" + ], + [ + "ĠLo", + "gical" + ], + [ + "ĠLog", + "ical" + ], + [ + "ĠLogic", + "al" + ], + [ + "Christ", + "opher" + ], + [ + "Pat", + "rick" + ], + [ + "ĠTal", + "bot" + ], + [ + "Ġenforce", + "able" + ], + [ + "Ġd", + "urations" + ], + [ + "Ġdu", + "rations" + ], + [ + "Ġduration", + "s" + ], + [ + "Ġdur", + "ations" + ], + [ + "ĠGa", + "bri" + ], + [ + "ĠGab", + "ri" + ], + [ + "d", + "efined" + ], + [ + "def", + "ined" + ], + [ + "ĠM", + "ixing" + ], + [ + "ĠMix", + "ing" + ], + [ + "ĠMi", + "xing" + ], + [ + "ĠExam", + "ining" + ], + [ + "ĠExamin", + "ing" + ], + [ + "Ġoverflow", + "ing" + ], + [ + "Ġoverf", + "lowing" + ], + [ + "Ġinsur", + "gency" + ], + [ + "ĠCycl", + "one" + ], + [ + "Ġscra", + "mbling" + ], + [ + "Ġscram", + "bling" + ], + [ + "ĠShen", + "andoah" + ], + [ + "ĠAstroph", + "ysical" + ], + [ + "ĠBord", + "eaux" + ], + [ + "Ġpropri", + "etor" + ], + [ + "Ġpropriet", + "or" + ], + [ + "kw", + "ondo" + ], + [ + "W", + "alter" + ], + [ + "Wal", + "ter" + ], + [ + "-enh", + "ancing" + ], + [ + "ĠCommod", + "ore" + ], + [ + "ulner", + "able" + ], + [ + "Ġsurfact", + "ant" + ], + [ + "Ġreimburse", + "ment" + ], + [ + "Ġduoden", + "um" + ], + [ + "Ġperi", + "card" + ], + [ + "Ġperic", + "ard" + ], + [ + "ĠKaf", + "ka" + ], + [ + "Ġ", + "Ùģ" + ], + [ + "-", + "To" + ], + [ + "-T", + "o" + ], + [ + "F", + "ib" + ], + [ + "Fi", + "b" + ], + [ + "F", + "isher" + ], + [ + "Fish", + "er" + ], + [ + "N", + "ESS" + ], + [ + "NE", + "SS" + ], + [ + "P", + "ale" + ], + [ + "Pal", + "e" + ], + [ + "Pa", + "le" + ], + [ + "S", + "uccessful" + ], + [ + "Success", + "ful" + ], + [ + "h", + "anna" + ], + [ + "han", + "na" + ], + [ + "j", + "er" + ], + [ + "je", + "r" + ], + [ + "v", + "d" + ], + [ + "|", + "V" + ], + [ + "Ġc", + "esium" + ], + [ + "ol", + "ese" + ], + [ + "ole", + "se" + ], + [ + "oles", + "e" + ], + [ + "Ġst", + "if" + ], + [ + "ĠA", + "i" + ], + [ + "ĠS", + "CC" + ], + [ + "ĠSC", + "C" + ], + [ + "Ġd", + "ei" + ], + [ + "Ġde", + "i" + ], + [ + "ĠB", + "ai" + ], + [ + "ĠBa", + "i" + ], + [ + "ĠB", + "é" + ], + [ + "oc", + "ates" + ], + [ + "oca", + "tes" + ], + [ + "ocate", + "s" + ], + [ + "ĠF", + "asting" + ], + [ + "ĠFast", + "ing" + ], + [ + "pt", + "ides" + ], + [ + "ptide", + "s" + ], + [ + "iz", + "ontal" + ], + [ + "izon", + "tal" + ], + [ + "Ġad", + "apters" + ], + [ + "Ġadapt", + "ers" + ], + [ + "Ġadapter", + "s" + ], + [ + "Ġin", + "fra" + ], + [ + "Ġinf", + "ra" + ], + [ + "Ġcomm", + "uters" + ], + [ + "Ġcommute", + "rs" + ], + [ + "Ġcommuter", + "s" + ], + [ + "Ġcommut", + "ers" + ], + [ + "ĠSt", + "ro" + ], + [ + "ĠStr", + "o" + ], + [ + "Ġpre", + "rog" + ], + [ + "ĠK", + "rish" + ], + [ + "ĠKr", + "ish" + ], + [ + "ĠKri", + "sh" + ], + [ + "ĠKris", + "h" + ], + [ + "ĠK", + "lamath" + ], + [ + "erv", + "ical" + ], + [ + "Ġoff", + "end" + ], + [ + "Ġfl", + "apping" + ], + [ + "Ġflap", + "ping" + ], + [ + "Ġ", + "informatics" + ], + [ + "Ġinform", + "atics" + ], + [ + "Ġg", + "enerative" + ], + [ + "Ġgen", + "erative" + ], + [ + "Ġgener", + "ative" + ], + [ + "Ġgene", + "rative" + ], + [ + "Ġfun", + "erary" + ], + [ + "ĠSp", + "inoza" + ], + [ + "ĠSpin", + "oza" + ], + [ + "Ġland", + "mass" + ], + [ + "ĠSh", + "ake" + ], + [ + "ĠSha", + "ke" + ], + [ + "ĠShak", + "e" + ], + [ + "As", + "ia" + ], + [ + "tt", + "led" + ], + [ + "ĠBl", + "itz" + ], + [ + "s", + "pan" + ], + [ + "sp", + "an" + ], + [ + "an", + "nas" + ], + [ + "ann", + "as" + ], + [ + "anna", + "s" + ], + [ + "Ġsoft", + "ball" + ], + [ + "Ġ", + "®" + ], + [ + "ĠÂ", + "®" + ], + [ + "Ġcit", + "adel" + ], + [ + "ĠPart", + "icular" + ], + [ + "ĠVal", + "encia" + ], + [ + "ĠD", + "ioc" + ], + [ + "ĠDi", + "oc" + ], + [ + "Ġmit", + "ral" + ], + [ + "g", + "lia" + ], + [ + "gl", + "ia" + ], + [ + "ĠMo", + "ines" + ], + [ + "ĠS", + "ki" + ], + [ + "ĠSk", + "i" + ], + [ + "ĠL", + "owe" + ], + [ + "ĠLow", + "e" + ], + [ + "ĠLo", + "we" + ], + [ + "u", + "meric" + ], + [ + "um", + "eric" + ], + [ + "ume", + "ric" + ], + [ + "umer", + "ic" + ], + [ + "ĠAmazon", + "ian" + ], + [ + "ĠAmaz", + "onian" + ], + [ + "Ġerect", + "us" + ], + [ + "Ġmeteor", + "ologist" + ], + [ + "ĠCrit", + "icism" + ], + [ + "Ġalb", + "atross" + ], + [ + "Ġpaste", + "urized" + ], + [ + "Ġa", + "ugust" + ], + [ + "Ġaug", + "ust" + ], + [ + "Ġst", + "amping" + ], + [ + "Ġstamp", + "ing" + ], + [ + "Ġstam", + "ping" + ], + [ + "ĠConsult", + "ation" + ], + [ + "ĠPar", + "ental" + ], + [ + "ĠParent", + "al" + ], + [ + "ĠParen", + "tal" + ], + [ + "ĠVenezuel", + "an" + ], + [ + "ĠVenezuela", + "n" + ], + [ + "ĠIns", + "piration" + ], + [ + "ĠInsp", + "iration" + ], + [ + "ĠMaur", + "itania" + ], + [ + "Ġwreck", + "age" + ], + [ + "Ġbr", + "eech" + ], + [ + "Ġbre", + "ech" + ], + [ + "Ġbree", + "ch" + ], + [ + "Ġunderp", + "innings" + ], + [ + "Ġunderpin", + "nings" + ], + [ + "Ġunderpinning", + "s" + ], + [ + "ĠConvers", + "ations" + ], + [ + "ĠConversation", + "s" + ], + [ + "ĠIn", + "formal" + ], + [ + "ĠInf", + "ormal" + ], + [ + "ĠInform", + "al" + ], + [ + "Ġorthodox", + "y" + ], + [ + "great", + "er" + ], + [ + "gre", + "ater" + ], + [ + "Ġacquaint", + "ances" + ], + [ + "Ġacquaintance", + "s" + ], + [ + "Ġrecol", + "lection" + ], + [ + "Determ", + "ining" + ], + [ + "Ġfree", + "way" + ], + [ + "Ġfre", + "eway" + ], + [ + "Ġfreew", + "ay" + ], + [ + "ĠF", + "ungi" + ], + [ + "ĠFun", + "gi" + ], + [ + "ĠFung", + "i" + ], + [ + "ĠOri", + "entation" + ], + [ + "ĠOrient", + "ation" + ], + [ + "ĠStafford", + "shire" + ], + [ + "omyc", + "osis" + ], + [ + "ĠForg", + "otten" + ], + [ + "Ġorchestra", + "l" + ], + [ + "Ġorchestr", + "al" + ], + [ + "Ġorchest", + "ral" + ], + [ + "Ġmnem", + "onic" + ], + [ + "I", + "Q" + ], + [ + "P", + "urchase" + ], + [ + "f", + "us" + ], + [ + "fu", + "s" + ], + [ + "m", + "agic" + ], + [ + "ma", + "gic" + ], + [ + "mag", + "ic" + ], + [ + "t", + "ip" + ], + [ + "ti", + "p" + ], + [ + "r", + "eon" + ], + [ + "re", + "on" + ], + [ + "i", + "cill" + ], + [ + "ic", + "ill" + ], + [ + "ici", + "ll" + ], + [ + "Ġ", + "db" + ], + [ + "Ġd", + "b" + ], + [ + "Ġst", + "uttering" + ], + [ + "Ġ", + "AO" + ], + [ + "ĠA", + "O" + ], + [ + "ĠC", + "WD" + ], + [ + "ĠCW", + "D" + ], + [ + "a", + "du" + ], + [ + "ad", + "u" + ], + [ + "i", + "vet" + ], + [ + "ive", + "t" + ], + [ + "iv", + "et" + ], + [ + "Ġ", + "Died" + ], + [ + "ĠD", + "ied" + ], + [ + "ĠDi", + "ed" + ], + [ + "ĠDie", + "d" + ], + [ + "ĠF", + "ulton" + ], + [ + "ĠFul", + "ton" + ], + [ + "ĠR", + "othschild" + ], + [ + "Ġ", + "LAS" + ], + [ + "ĠL", + "AS" + ], + [ + "ĠLA", + "S" + ], + [ + "a", + "ller" + ], + [ + "al", + "ler" + ], + [ + "all", + "er" + ], + [ + "alle", + "r" + ], + [ + "a", + "stra" + ], + [ + "as", + "tra" + ], + [ + "ast", + "ra" + ], + [ + "i", + "but" + ], + [ + "ib", + "ut" + ], + [ + "ibu", + "t" + ], + [ + "a", + "uge" + ], + [ + "au", + "ge" + ], + [ + "aug", + "e" + ], + [ + "Ġapp", + "ortion" + ], + [ + "Ġun", + "wise" + ], + [ + "Ġunw", + "ise" + ], + [ + "Ġre", + "published" + ], + [ + "Ġrep", + "ublished" + ], + [ + "Ġd", + "ior" + ], + [ + "Ġdi", + "or" + ], + [ + "Ġdio", + "r" + ], + [ + "o", + "thyroidism" + ], + [ + "oth", + "yroidism" + ], + [ + "Ġco", + "author" + ], + [ + "ĠH", + "ered" + ], + [ + "ĠHe", + "red" + ], + [ + "ĠHere", + "d" + ], + [ + "ĠHer", + "ed" + ], + [ + "ĠAl", + "amo" + ], + [ + "ĠAlam", + "o" + ], + [ + "ĠAla", + "mo" + ], + [ + "Ġstr", + "ung" + ], + [ + "Ġstru", + "ng" + ], + [ + "Ġbo", + "omers" + ], + [ + "Ġboom", + "ers" + ], + [ + "Ġboo", + "mers" + ], + [ + "Ġboomer", + "s" + ], + [ + "ĠS", + "hay" + ], + [ + "ĠSh", + "ay" + ], + [ + "ĠSha", + "y" + ], + [ + "-", + "pay" + ], + [ + "-p", + "ay" + ], + [ + "St", + "orm" + ], + [ + "-", + "tale" + ], + [ + "-t", + "ale" + ], + [ + "m", + "ites" + ], + [ + "mit", + "es" + ], + [ + "mi", + "tes" + ], + [ + "mite", + "s" + ], + [ + "Ġpr", + "edicated" + ], + [ + "Ġpred", + "icated" + ], + [ + "Ġpredic", + "ated" + ], + [ + "Ġpredicate", + "d" + ], + [ + "Ġpay", + "check" + ], + [ + "Ex", + "pert" + ], + [ + "Exper", + "t" + ], + [ + "Exp", + "ert" + ], + [ + "ĠFl", + "ax" + ], + [ + "ĠFla", + "x" + ], + [ + "Ġun", + "cooked" + ], + [ + "Ġunc", + "ooked" + ], + [ + "Ġunco", + "oked" + ], + [ + "Ġson", + "nets" + ], + [ + "Ġsonnet", + "s" + ], + [ + "au", + "rine" + ], + [ + "aur", + "ine" + ], + [ + "auri", + "ne" + ], + [ + "rec", + "orded" + ], + [ + "ĠLaw", + "yers" + ], + [ + "ĠLawyer", + "s" + ], + [ + "ĠMa", + "ury" + ], + [ + "ĠMaur", + "y" + ], + [ + "ĠMau", + "ry" + ], + [ + "ĠIS", + "Ps" + ], + [ + "ĠISP", + "s" + ], + [ + "Ġban", + "quet" + ], + [ + "Ġtail", + "ings" + ], + [ + "Ġta", + "ilings" + ], + [ + "Ġtai", + "lings" + ], + [ + "struct", + "ing" + ], + [ + "u", + "terine" + ], + [ + "ute", + "rine" + ], + [ + "uter", + "ine" + ], + [ + "Ġdys", + "lexic" + ], + [ + "Ġst", + "uffy" + ], + [ + "Ġstuff", + "y" + ], + [ + "ĠLar", + "vae" + ], + [ + "Ġh", + "ospitable" + ], + [ + "Ġhosp", + "itable" + ], + [ + "ĠMult", + "iplication" + ], + [ + "ĠMulti", + "plication" + ], + [ + "ĠMultip", + "lication" + ], + [ + "ĠEnt", + "rance" + ], + [ + "ĠPap", + "al" + ], + [ + "ĠPa", + "pal" + ], + [ + "ĠPapa", + "l" + ], + [ + "Ġen", + "acting" + ], + [ + "Ġenact", + "ing" + ], + [ + "Ġly", + "rical" + ], + [ + "Ġlyric", + "al" + ], + [ + "ĠTax", + "onomy" + ], + [ + "ĠEs", + "au" + ], + [ + "cons", + "ider" + ], + [ + "Ġcomprehend", + "ing" + ], + [ + "ĠCos", + "mos" + ], + [ + "ĠCosm", + "os" + ], + [ + "ur", + "veda" + ], + [ + "urved", + "a" + ], + [ + "Ġ____", + "___" + ], + [ + "Ġ_", + "______" + ], + [ + "Ġ_____", + "__" + ], + [ + "Ġ______", + "_" + ], + [ + "Ġ___", + "____" + ], + [ + "Ġ__", + "_____" + ], + [ + "elect", + "ronic" + ], + [ + "exper", + "ience" + ], + [ + "Ġascertain", + "ed" + ], + [ + "ĠH", + "orton" + ], + [ + "ĠHor", + "ton" + ], + [ + "ĠHort", + "on" + ], + [ + "ĠInd", + "icator" + ], + [ + "ĠIndic", + "ator" + ], + [ + "ĠUr", + "anium" + ], + [ + "ĠUran", + "ium" + ], + [ + "-through", + "put" + ], + [ + "Ġ", + "Pronunciation" + ], + [ + "ĠPron", + "unciation" + ], + [ + "ĠH", + "ertz" + ], + [ + "ĠHer", + "tz" + ], + [ + "ĠHert", + "z" + ], + [ + "Ġallot", + "ment" + ], + [ + "ĠðŁĻĤ", + "Ċ" + ], + [ + "ĠPean", + "ut" + ], + [ + "ĠOax", + "aca" + ], + [ + "(", + "p" + ], + [ + "-", + "essential" + ], + [ + "\\", + "'" + ], + [ + "d", + "ong" + ], + [ + "do", + "ng" + ], + [ + "don", + "g" + ], + [ + "f", + "el" + ], + [ + "fe", + "l" + ], + [ + "i", + "om" + ], + [ + "io", + "m" + ], + [ + "l", + "inder" + ], + [ + "lin", + "der" + ], + [ + "li", + "nder" + ], + [ + "s", + "qu" + ], + [ + "sq", + "u" + ], + [ + "É", + "ij" + ], + [ + "Ġ", + "ls" + ], + [ + "Ġl", + "s" + ], + [ + "e", + "tan" + ], + [ + "et", + "an" + ], + [ + "eta", + "n" + ], + [ + "ĠS", + "ell" + ], + [ + "ĠSe", + "ll" + ], + [ + "ĠSel", + "l" + ], + [ + "ĠS", + "ien" + ], + [ + "ĠSi", + "en" + ], + [ + "ĠSie", + "n" + ], + [ + "Ġwh", + "istles" + ], + [ + "Ġwhis", + "tles" + ], + [ + "Ġwhistle", + "s" + ], + [ + "ĠP", + "emb" + ], + [ + "ĠPe", + "mb" + ], + [ + "ĠPem", + "b" + ], + [ + "Ġex", + "clamation" + ], + [ + "Ġexc", + "lamation" + ], + [ + "Ġha", + "irst" + ], + [ + "Ġhair", + "st" + ], + [ + "Ġhairs", + "t" + ], + [ + "ĠB", + "ront" + ], + [ + "ĠBr", + "ont" + ], + [ + "ĠBro", + "nt" + ], + [ + "ĠBron", + "t" + ], + [ + "q", + "ui" + ], + [ + "qu", + "i" + ], + [ + "ĠF", + "ir" + ], + [ + "ĠFi", + "r" + ], + [ + "ĠR", + "oles" + ], + [ + "ĠRo", + "les" + ], + [ + "ĠRole", + "s" + ], + [ + "ĠRol", + "es" + ], + [ + "o", + "gyn" + ], + [ + "og", + "yn" + ], + [ + "ogy", + "n" + ], + [ + "Ġsp", + "ind" + ], + [ + "Ġspin", + "d" + ], + [ + "Ġspi", + "nd" + ], + [ + "ĠL", + "illy" + ], + [ + "ĠLil", + "ly" + ], + [ + "ĠLill", + "y" + ], + [ + "Ġin", + "cest" + ], + [ + "Ġinc", + "est" + ], + [ + "Ġdis", + "orientation" + ], + [ + "en", + "den" + ], + [ + "end", + "en" + ], + [ + "ende", + "n" + ], + [ + "Ġim", + "personal" + ], + [ + "Ġimp", + "ersonal" + ], + [ + "Ġimperson", + "al" + ], + [ + "ne", + "eded" + ], + [ + "nee", + "ded" + ], + [ + "need", + "ed" + ], + [ + "Ġob", + "verse" + ], + [ + "r", + "aming" + ], + [ + "ra", + "ming" + ], + [ + "ram", + "ing" + ], + [ + "Ġbu", + "oys" + ], + [ + "Ġbuoy", + "s" + ], + [ + "Ġback", + "yards" + ], + [ + "Ġbackyard", + "s" + ], + [ + "Ġend", + "oscopic" + ], + [ + "ĠâĢĺ", + "âĢĺ" + ], + [ + "ĠAd", + "verse" + ], + [ + "ĠSh", + "opping" + ], + [ + "ĠSho", + "pping" + ], + [ + "ĠShop", + "ping" + ], + [ + "Ġput", + "ative" + ], + [ + "-m", + "ethyl" + ], + [ + "-met", + "hyl" + ], + [ + "Ġphot", + "onic" + ], + [ + "Ġphoto", + "nic" + ], + [ + "Ġphoton", + "ic" + ], + [ + "C", + "hi" + ], + [ + "Ch", + "i" + ], + [ + "Ġbreak", + "up" + ], + [ + "Ġdr", + "yers" + ], + [ + "Ġdry", + "ers" + ], + [ + "Ġdryer", + "s" + ], + [ + "e", + "vin" + ], + [ + "ev", + "in" + ], + [ + "Ġmal", + "practice" + ], + [ + "Ġtrust", + "ee" + ], + [ + "Ġt", + "umble" + ], + [ + "Ġtum", + "ble" + ], + [ + "Ġtu", + "mble" + ], + [ + "-th", + "ick" + ], + [ + "Ġcl", + "imber" + ], + [ + "Ġclim", + "ber" + ], + [ + "Ġclimb", + "er" + ], + [ + "Ġminim", + "ising" + ], + [ + "Ġcar", + "tons" + ], + [ + "Ġcart", + "ons" + ], + [ + "Ġcarton", + "s" + ], + [ + "ĠPost", + "greSQL" + ], + [ + "Ġturb", + "idity" + ], + [ + "ĠAmong", + "st" + ], + [ + "ĠS", + "arat" + ], + [ + "ĠSar", + "at" + ], + [ + "ĠSa", + "rat" + ], + [ + "ĠSara", + "t" + ], + [ + "Ġsubs", + "cribing" + ], + [ + "Ġsubsc", + "ribing" + ], + [ + "Ġexcav", + "ate" + ], + [ + "N", + "eu" + ], + [ + "Ne", + "u" + ], + [ + "Ġb", + "uckle" + ], + [ + "Ġbuck", + "le" + ], + [ + "Ġbuc", + "kle" + ], + [ + "Ġintr", + "uder" + ], + [ + "Ass", + "uming" + ], + [ + "p", + "ressure" + ], + [ + "press", + "ure" + ], + [ + "Ġchron", + "ologically" + ], + [ + "Ġchronological", + "ly" + ], + [ + "Ġ", + "Alongside" + ], + [ + "ĠAlong", + "side" + ], + [ + "Ġnob", + "leman" + ], + [ + "Ġnoble", + "man" + ], + [ + "WH", + "Y" + ], + [ + "Mc", + "C" + ], + [ + "Ġexempt", + "ed" + ], + [ + "ĠRet", + "urns" + ], + [ + "ĠReturn", + "s" + ], + [ + "ĠTherap", + "eutics" + ], + [ + "ĠTherapeutic", + "s" + ], + [ + "Ġsten", + "cil" + ], + [ + "Ġwhis", + "per" + ], + [ + "Ġwhisp", + "er" + ], + [ + "ĠHort", + "iculture" + ], + [ + "ĠNF", + "PA" + ], + [ + "-fuel", + "ed" + ], + [ + "-ro", + "oted" + ], + [ + "ĠCarth", + "ag" + ], + [ + "Ġmonopol", + "ies" + ], + [ + "up", + "take" + ], + [ + "upt", + "ake" + ], + [ + "ĠHerz", + "egovina" + ], + [ + "Ġwhis", + "kers" + ], + [ + "Ġwhisk", + "ers" + ], + [ + "Ġal", + "umina" + ], + [ + "Ġalumin", + "a" + ], + [ + "Ġalum", + "ina" + ], + [ + "dor", + "fer" + ], + [ + "dorf", + "er" + ], + [ + "ĠPedag", + "ogy" + ], + [ + "ĠHask", + "ell" + ], + [ + "hisatt", + "va" + ], + [ + "Ġbicycl", + "ists" + ], + [ + "ĠPlasm", + "odium" + ], + [ + "ĠIth", + "aca" + ], + [ + "d", + "espite" + ], + [ + "à", + "¯" + ], + [ + "Ġ", + "mare" + ], + [ + "Ġm", + "are" + ], + [ + "Ġma", + "re" + ], + [ + "Ġmar", + "e" + ], + [ + "il", + "iation" + ], + [ + "ili", + "ation" + ], + [ + "ilia", + "tion" + ], + [ + "s", + "ees" + ], + [ + "se", + "es" + ], + [ + "see", + "s" + ], + [ + "ĠS", + "emiconduct" + ], + [ + "ĠSemi", + "conduct" + ], + [ + "ĠI", + "MM" + ], + [ + "ĠIM", + "M" + ], + [ + "th", + "ian" + ], + [ + "thia", + "n" + ], + [ + "thi", + "an" + ], + [ + "ĠB", + "OD" + ], + [ + "ĠBO", + "D" + ], + [ + "os", + "ol" + ], + [ + "oso", + "l" + ], + [ + "ĠW", + "AN" + ], + [ + "ĠWA", + "N" + ], + [ + "ĠW", + "NV" + ], + [ + "Ġch", + "au" + ], + [ + "Ġcha", + "u" + ], + [ + "ĠD", + "rav" + ], + [ + "ĠDr", + "av" + ], + [ + "ĠDra", + "v" + ], + [ + "ĠE", + "rosion" + ], + [ + "ĠEr", + "osion" + ], + [ + "ĠF", + "ee" + ], + [ + "ĠFe", + "e" + ], + [ + "Ġs", + "haw" + ], + [ + "Ġsh", + "aw" + ], + [ + "ĠN", + "TS" + ], + [ + "ĠNT", + "S" + ], + [ + "ĠL", + "ester" + ], + [ + "ĠLe", + "ster" + ], + [ + "ĠLes", + "ter" + ], + [ + "ĠL", + "iability" + ], + [ + "ĠLi", + "ability" + ], + [ + "ĠL", + "TE" + ], + [ + "ĠLT", + "E" + ], + [ + "âĢĿ", + "(" + ], + [ + "ĠK", + "lux" + ], + [ + "ĠKl", + "ux" + ], + [ + "Ġb", + "lob" + ], + [ + "Ġbl", + "ob" + ], + [ + "Ġblo", + "b" + ], + [ + "ert", + "ilization" + ], + [ + "ertil", + "ization" + ], + [ + "is", + "man" + ], + [ + "ism", + "an" + ], + [ + "isma", + "n" + ], + [ + "ĠAd", + "opt" + ], + [ + "Ġ", + "warf" + ], + [ + "Ġw", + "arf" + ], + [ + "Ġwar", + "f" + ], + [ + "ĠAt", + "ari" + ], + [ + "Ġnecess", + "itated" + ], + [ + "Ġnecessitate", + "d" + ], + [ + "Ġt", + "ruff" + ], + [ + "Ġtr", + "uff" + ], + [ + "Ġtru", + "ff" + ], + [ + "ung", + "ry" + ], + [ + "ĠMay", + "nard" + ], + [ + "oph", + "il" + ], + [ + "ĠCon", + "tra" + ], + [ + "ĠCont", + "ra" + ], + [ + "Ġshare", + "holder" + ], + [ + "ĠPar", + "v" + ], + [ + "ĠGl", + "uten" + ], + [ + "ĠGlut", + "en" + ], + [ + "Ġsn", + "ork" + ], + [ + "Ġprior", + "i" + ], + [ + "Ġpri", + "ori" + ], + [ + "med", + "ium" + ], + [ + ".", + "eu" + ], + [ + ".e", + "u" + ], + [ + "ar", + "esis" + ], + [ + "are", + "sis" + ], + [ + "ares", + "is" + ], + [ + "ĠMedic", + "inal" + ], + [ + "ĠMedici", + "nal" + ], + [ + "Ġcomp", + "lied" + ], + [ + "Ġcompl", + "ied" + ], + [ + "p", + "enes" + ], + [ + "pe", + "nes" + ], + [ + "pen", + "es" + ], + [ + "ĠLand", + "scapes" + ], + [ + "ĠLandscape", + "s" + ], + [ + "ĠAtt", + "ach" + ], + [ + "Ġepid", + "ermal" + ], + [ + "ĠSet", + "up" + ], + [ + "Ġproof", + "read" + ], + [ + "Ġdi", + "morph" + ], + [ + "Ġdim", + "orph" + ], + [ + "Ġcash", + "ew" + ], + [ + "Ġcas", + "hew" + ], + [ + "Ġlingu", + "ist" + ], + [ + ".c", + "fm" + ], + [ + "ifferent", + "iated" + ], + [ + "Ġtempt", + "ations" + ], + [ + "Ġtemptation", + "s" + ], + [ + "rob", + "bing" + ], + [ + "ĠCol", + "lecting" + ], + [ + "ĠColl", + "ecting" + ], + [ + "ĠCollect", + "ing" + ], + [ + "á¹", + "ĥ" + ], + [ + "Ġplag", + "iar" + ], + [ + "Ġvic", + "ar" + ], + [ + "Ġvi", + "car" + ], + [ + "ĠCon", + "ceptual" + ], + [ + "ĠConcept", + "ual" + ], + [ + "ĠBrig", + "adier" + ], + [ + "Ġbypass", + "ing" + ], + [ + "Ġbyp", + "assing" + ], + [ + "cr", + "aper" + ], + [ + "cra", + "per" + ], + [ + "Ġch", + "inch" + ], + [ + "Ġchin", + "ch" + ], + [ + "ĠMesopotam", + "ian" + ], + [ + "ĠMesopotamia", + "n" + ], + [ + "-d", + "iscrimination" + ], + [ + "-disc", + "rimination" + ], + [ + "Ġdeline", + "ated" + ], + [ + "Ġdelineate", + "d" + ], + [ + "Mexic", + "an" + ], + [ + "Ġunden", + "iably" + ], + [ + "Labor", + "atory" + ], + [ + "ĠSty", + "rofoam" + ], + [ + "ĠMys", + "ore" + ], + [ + ",", + "-" + ], + [ + ".", + "int" + ], + [ + ".i", + "nt" + ], + [ + ".in", + "t" + ], + [ + "R", + "ON" + ], + [ + "RO", + "N" + ], + [ + "V", + "ia" + ], + [ + "Vi", + "a" + ], + [ + "b", + "id" + ], + [ + "bi", + "d" + ], + [ + "k", + "on" + ], + [ + "ko", + "n" + ], + [ + "Ã", + "ĺ" + ], + [ + "Ġd", + "agger" + ], + [ + "Ġda", + "gger" + ], + [ + "Ġdag", + "ger" + ], + [ + "r", + "oft" + ], + [ + "ro", + "ft" + ], + [ + "rof", + "t" + ], + [ + "om", + "inate" + ], + [ + "omin", + "ate" + ], + [ + "u", + "rion" + ], + [ + "ur", + "ion" + ], + [ + "uri", + "on" + ], + [ + "Ġst", + "unting" + ], + [ + "Ġstunt", + "ing" + ], + [ + "Ġ", + "AMP" + ], + [ + "ĠA", + "MP" + ], + [ + "ĠAM", + "P" + ], + [ + "ĠB", + "ail" + ], + [ + "ĠBa", + "il" + ], + [ + "ĠBai", + "l" + ], + [ + "i", + "vel" + ], + [ + "ive", + "l" + ], + [ + "iv", + "el" + ], + [ + "ĠD", + "ach" + ], + [ + "ĠDa", + "ch" + ], + [ + "ĠR", + "G" + ], + [ + "ĠR", + "au" + ], + [ + "ĠRa", + "u" + ], + [ + "ĠR", + "ug" + ], + [ + "ĠRu", + "g" + ], + [ + "ĠR", + "CA" + ], + [ + "ĠRC", + "A" + ], + [ + "Ġs", + "pa" + ], + [ + "Ġsp", + "a" + ], + [ + "ĠN", + "ay" + ], + [ + "ĠNa", + "y" + ], + [ + "ĠN", + "EO" + ], + [ + "ĠNE", + "O" + ], + [ + "ĠN", + "asa" + ], + [ + "ĠNa", + "sa" + ], + [ + "ĠNas", + "a" + ], + [ + "ĠG", + "ideon" + ], + [ + "ĠL", + "ec" + ], + [ + "ĠLe", + "c" + ], + [ + "ec", + "onomy" + ], + [ + "econom", + "y" + ], + [ + "Ġad", + "obe" + ], + [ + "Ġper", + "inatal" + ], + [ + "Ġperi", + "natal" + ], + [ + "r", + "icing" + ], + [ + "ri", + "cing" + ], + [ + "ric", + "ing" + ], + [ + "if", + "fel" + ], + [ + "iff", + "el" + ], + [ + "iffe", + "l" + ], + [ + "ĠK", + "iller" + ], + [ + "ĠKil", + "ler" + ], + [ + "ĠKill", + "er" + ], + [ + "ĠKi", + "ller" + ], + [ + "Ġwork", + "stations" + ], + [ + "Ġworkstation", + "s" + ], + [ + "Ġover", + "heat" + ], + [ + "Ġoverhe", + "at" + ], + [ + "Ġoverh", + "eat" + ], + [ + "Ġro", + "osting" + ], + [ + "Ġroost", + "ing" + ], + [ + "ph", + "osph" + ], + [ + "ĠY", + "MCA" + ], + [ + "Ġocc", + "lusion" + ], + [ + "Ġserv", + "iced" + ], + [ + "Ġservice", + "d" + ], + [ + "Ġservic", + "ed" + ], + [ + "ĠS", + "crum" + ], + [ + "ĠSc", + "rum" + ], + [ + "Ġcon", + "fers" + ], + [ + "Ġconf", + "ers" + ], + [ + "Ġconfer", + "s" + ], + [ + "Ġproduct", + "ively" + ], + [ + "Ġproductive", + "ly" + ], + [ + "d", + "ez" + ], + [ + "de", + "z" + ], + [ + "er", + "cus" + ], + [ + "erc", + "us" + ], + [ + "r", + "ising" + ], + [ + "ri", + "sing" + ], + [ + "ris", + "ing" + ], + [ + "ĠP", + "hi" + ], + [ + "ĠPh", + "i" + ], + [ + "ĠQu", + "ote" + ], + [ + "Ġappropri", + "ateness" + ], + [ + "Ġappropriate", + "ness" + ], + [ + "Ġseason", + "ing" + ], + [ + "Ġseas", + "oning" + ], + [ + "Ġbreat", + "hes" + ], + [ + "Ġbreath", + "es" + ], + [ + "Ġbreathe", + "s" + ], + [ + "AS", + "JC" + ], + [ + "ĠL", + "ett" + ], + [ + "ĠLe", + "tt" + ], + [ + "ĠLet", + "t" + ], + [ + "Ġ", + "sacchar" + ], + [ + "Ġs", + "acchar" + ], + [ + "Ġsac", + "char" + ], + [ + "Ġpresc", + "ribes" + ], + [ + "Ġprescribe", + "s" + ], + [ + "Ġfort", + "night" + ], + [ + "Ġsynt", + "h" + ], + [ + "Ġsyn", + "th" + ], + [ + "Ġpig", + "lets" + ], + [ + "Re", + "uters" + ], + [ + "ĠFort", + "ran" + ], + [ + "Ġhoney", + "comb" + ], + [ + "Ġ", + "м" + ], + [ + "ĠÐ", + "¼" + ], + [ + "Ġprohib", + "itions" + ], + [ + "Ġprohibition", + "s" + ], + [ + "Ġprohibit", + "ions" + ], + [ + "Ġid", + "yll" + ], + [ + "ĠOper", + "ators" + ], + [ + "ĠOperator", + "s" + ], + [ + "Ġfemin", + "inity" + ], + [ + "ĠA", + "CM" + ], + [ + "ĠAC", + "M" + ], + [ + "ĠSe", + "lective" + ], + [ + "ĠSelect", + "ive" + ], + [ + "ĠSel", + "ective" + ], + [ + "Ġcategor", + "ization" + ], + [ + "Sym", + "bol" + ], + [ + "ÑĤ", + "а" + ], + [ + "-", + "weather" + ], + [ + "-we", + "ather" + ], + [ + "Ġd", + "amping" + ], + [ + "Ġdam", + "ping" + ], + [ + "Ġdamp", + "ing" + ], + [ + "ĠBrook", + "ings" + ], + [ + "F", + "lat" + ], + [ + "Fl", + "at" + ], + [ + "ĠTele", + "communications" + ], + [ + "ĠNear", + "by" + ], + [ + "b", + "ench" + ], + [ + "ben", + "ch" + ], + [ + "Plan", + "et" + ], + [ + "Ġrav", + "ages" + ], + [ + "-", + "unit" + ], + [ + "-un", + "it" + ], + [ + "-u", + "nit" + ], + [ + "Ġmaneuver", + "ing" + ], + [ + "ĠT", + "etra" + ], + [ + "ĠTe", + "tra" + ], + [ + "ĠTet", + "ra" + ], + [ + "Ġinsult", + "ing" + ], + [ + "Ġcortic", + "osteroid" + ], + [ + "Ġrelent", + "lessly" + ], + [ + "Ġrelentless", + "ly" + ], + [ + "Ġratio", + "ning" + ], + [ + "Ġration", + "ing" + ], + [ + "Ġentom", + "ologist" + ], + [ + "Ġrehabilit", + "ate" + ], + [ + "ĠBrown", + "e" + ], + [ + "ĠBrow", + "ne" + ], + [ + "ĠEntom", + "ology" + ], + [ + "Ġmitzv", + "ah" + ], + [ + "accala", + "ureate" + ], + [ + ".", + "u" + ], + [ + ":", + "chap" + ], + [ + "=", + "'" + ], + [ + "M", + "ir" + ], + [ + "Mi", + "r" + ], + [ + "M", + "ike" + ], + [ + "Mi", + "ke" + ], + [ + "M", + "amm" + ], + [ + "Ma", + "mm" + ], + [ + "P", + "ressure" + ], + [ + "Press", + "ure" + ], + [ + "T", + "oxic" + ], + [ + "To", + "xic" + ], + [ + "V", + "oice" + ], + [ + "c", + "ondition" + ], + [ + "con", + "dition" + ], + [ + "d", + "ew" + ], + [ + "de", + "w" + ], + [ + "p", + "aces" + ], + [ + "pa", + "ces" + ], + [ + "pace", + "s" + ], + [ + "r", + "uth" + ], + [ + "ru", + "th" + ], + [ + "rut", + "h" + ], + [ + "s", + "olar" + ], + [ + "so", + "lar" + ], + [ + "t", + "reatment" + ], + [ + "treat", + "ment" + ], + [ + "u", + "vant" + ], + [ + "uv", + "ant" + ], + [ + "|", + "Publication" + ], + [ + "Ï", + "ĩ" + ], + [ + "Ġa", + "rouse" + ], + [ + "Ġar", + "ouse" + ], + [ + "Ġarous", + "e" + ], + [ + "er", + "ning" + ], + [ + "ern", + "ing" + ], + [ + "at", + "ia" + ], + [ + "ati", + "a" + ], + [ + "it", + "iated" + ], + [ + "iti", + "ated" + ], + [ + "itia", + "ted" + ], + [ + "Ġd", + "ab" + ], + [ + "Ġda", + "b" + ], + [ + "Ġh", + "aste" + ], + [ + "Ġha", + "ste" + ], + [ + "Ġhas", + "te" + ], + [ + "Ġhast", + "e" + ], + [ + "ve", + "itis" + ], + [ + "st", + "rokes" + ], + [ + "str", + "okes" + ], + [ + "stroke", + "s" + ], + [ + "a", + "tionary" + ], + [ + "ation", + "ary" + ], + [ + "e", + "teenth" + ], + [ + "et", + "eenth" + ], + [ + "ete", + "enth" + ], + [ + "ĠA", + "NA" + ], + [ + "ĠAN", + "A" + ], + [ + "ĠA", + "head" + ], + [ + "ĠAh", + "ead" + ], + [ + "ĠS", + "igmund" + ], + [ + "ĠSig", + "mund" + ], + [ + "ĠP", + "uzzles" + ], + [ + "ĠPu", + "zzles" + ], + [ + "ĠPuzzle", + "s" + ], + [ + "ĠB", + "uren" + ], + [ + "ĠBur", + "en" + ], + [ + "ĠBu", + "ren" + ], + [ + "ĠH", + "edge" + ], + [ + "ĠHed", + "ge" + ], + [ + "ĠE", + "Q" + ], + [ + "Ġdis", + "interest" + ], + [ + "ang", + "ering" + ], + [ + "ange", + "ring" + ], + [ + "anger", + "ing" + ], + [ + "Ġ", + "KY" + ], + [ + "ĠK", + "Y" + ], + [ + "Ġunder", + "lines" + ], + [ + "Ġunderline", + "s" + ], + [ + "ĠY", + "o" + ], + [ + "Ġph", + "leg" + ], + [ + "ra", + "mble" + ], + [ + "ram", + "ble" + ], + [ + "Ġrem", + "orse" + ], + [ + "ex", + "cess" + ], + [ + "exc", + "ess" + ], + [ + "ĠSp", + "ear" + ], + [ + "ĠSpe", + "ar" + ], + [ + "ĠSp", + "rink" + ], + [ + ",", + "âĢĿĊ" + ], + [ + ",âĢĿ", + "Ċ" + ], + [ + "Ġmet", + "formin" + ], + [ + "-", + "polar" + ], + [ + "-p", + "olar" + ], + [ + "-po", + "lar" + ], + [ + "-pol", + "ar" + ], + [ + "Ġhard", + "ens" + ], + [ + "Ġharden", + "s" + ], + [ + "Ġlo", + "aves" + ], + [ + "ĠS", + "eville" + ], + [ + "ĠSe", + "ville" + ], + [ + "-t", + "esting" + ], + [ + "-test", + "ing" + ], + [ + "Ġmind", + "sets" + ], + [ + "Ġminds", + "ets" + ], + [ + "Ġmindset", + "s" + ], + [ + "oph", + "iles" + ], + [ + "ophil", + "es" + ], + [ + "ophile", + "s" + ], + [ + "Ġe", + "arthy" + ], + [ + "Ġear", + "thy" + ], + [ + "Ġearth", + "y" + ], + [ + "ĠQu", + "iet" + ], + [ + "Ġappropri", + "ations" + ], + [ + "Ġappropriation", + "s" + ], + [ + "Ġtown", + "speople" + ], + [ + "Ġtowns", + "people" + ], + [ + "Ġhar", + "ps" + ], + [ + "Ġharp", + "s" + ], + [ + "EN", + "CY" + ], + [ + "Ġ", + "Disadvantages" + ], + [ + "ĠDis", + "advantages" + ], + [ + "Ġstream", + "flow" + ], + [ + "OS", + "HA" + ], + [ + "OSH", + "A" + ], + [ + "Ġre", + "boot" + ], + [ + "Ġreb", + "oot" + ], + [ + "-", + "shore" + ], + [ + "-s", + "hore" + ], + [ + "-sh", + "ore" + ], + [ + "ĠC", + "amps" + ], + [ + "ĠCam", + "ps" + ], + [ + "ĠCamp", + "s" + ], + [ + "ĠS", + "umer" + ], + [ + "ĠSu", + "mer" + ], + [ + "ĠSum", + "er" + ], + [ + "Ġbio", + "informatics" + ], + [ + "ĠDe", + "tox" + ], + [ + "ĠDet", + "ox" + ], + [ + "Ġperm", + "aculture" + ], + [ + "Ġcas", + "sette" + ], + [ + "Ġcass", + "ette" + ], + [ + "Ġen", + "close" + ], + [ + "Ġencl", + "ose" + ], + [ + "ĠNic", + "ol" + ], + [ + "ĠNi", + "col" + ], + [ + "è", + "ne" + ], + [ + "Ġad", + "mittedly" + ], + [ + "Ġadmitted", + "ly" + ], + [ + "ĠArist", + "ot" + ], + [ + "ĠMcK", + "ay" + ], + [ + "Photo", + "graph" + ], + [ + "Phot", + "ograph" + ], + [ + "ĠHor", + "izontal" + ], + [ + "ĠHoriz", + "ontal" + ], + [ + "ĠHorizon", + "tal" + ], + [ + "Ġpant", + "heon" + ], + [ + "Ġ", + "Achieving" + ], + [ + "ĠAch", + "ieving" + ], + [ + "ĠAchie", + "ving" + ], + [ + "ĠM", + "iocene" + ], + [ + "ĠMi", + "ocene" + ], + [ + "Ġstyle", + "d" + ], + [ + "Ġstyl", + "ed" + ], + [ + "Ġsty", + "led" + ], + [ + "Ġbrom", + "ide" + ], + [ + "Ġblister", + "ing" + ], + [ + "Ġ", + "KEY" + ], + [ + "ĠKE", + "Y" + ], + [ + "ĠGl", + "oria" + ], + [ + "ĠGlor", + "ia" + ], + [ + "Ġempath", + "ize" + ], + [ + "Ġphysiotherap", + "ist" + ], + [ + "Ġcland", + "estine" + ], + [ + "Ivo", + "ire" + ], + [ + "-", + "ve" + ], + [ + "-v", + "e" + ], + [ + "B", + "lessed" + ], + [ + "Bl", + "essed" + ], + [ + "b", + "ole" + ], + [ + "bo", + "le" + ], + [ + "bol", + "e" + ], + [ + "f", + "lex" + ], + [ + "fl", + "ex" + ], + [ + "fle", + "x" + ], + [ + "m", + "aps" + ], + [ + "ma", + "ps" + ], + [ + "map", + "s" + ], + [ + "z", + "b" + ], + [ + "ë", + "ĭ" + ], + [ + "Ġs", + "ill" + ], + [ + "Ġsil", + "l" + ], + [ + "Ġsi", + "ll" + ], + [ + "at", + "ro" + ], + [ + "atr", + "o" + ], + [ + "Ġc", + "ovenants" + ], + [ + "Ġcovenant", + "s" + ], + [ + "Ġ", + "wig" + ], + [ + "Ġw", + "ig" + ], + [ + "Ġwi", + "g" + ], + [ + "or", + "iented" + ], + [ + "ori", + "ented" + ], + [ + "orient", + "ed" + ], + [ + "Ġp", + "ierce" + ], + [ + "Ġpi", + "erce" + ], + [ + "Ġpier", + "ce" + ], + [ + "al", + "pha" + ], + [ + "alph", + "a" + ], + [ + "alp", + "ha" + ], + [ + "Ġand", + "rogen" + ], + [ + "Ġre", + "inc" + ], + [ + "Ġrein", + "c" + ], + [ + "Ġre", + "occ" + ], + [ + "ut", + "ches" + ], + [ + "utch", + "es" + ], + [ + "ĠS", + "ears" + ], + [ + "ĠSe", + "ars" + ], + [ + "ĠSea", + "rs" + ], + [ + "ĠSear", + "s" + ], + [ + "ĠC", + "ah" + ], + [ + "ĠCa", + "h" + ], + [ + "Ġe", + "xon" + ], + [ + "Ġex", + "on" + ], + [ + "ĠH", + "anoi" + ], + [ + "ĠHan", + "oi" + ], + [ + "ĠW", + "V" + ], + [ + "ĠD", + "ivers" + ], + [ + "ĠDi", + "vers" + ], + [ + "ĠDiv", + "ers" + ], + [ + "ĠDiver", + "s" + ], + [ + "ĠDive", + "rs" + ], + [ + "ĠO", + "ER" + ], + [ + "ĠU", + "rine" + ], + [ + "ĠUr", + "ine" + ], + [ + "Ġpre", + "fect" + ], + [ + "Ġpref", + "ect" + ], + [ + "ĠCh", + "anged" + ], + [ + "ĠChange", + "d" + ], + [ + "ĠChan", + "ged" + ], + [ + "ĠChang", + "ed" + ], + [ + "Ġcent", + "ennial" + ], + [ + "Ġbo", + "oms" + ], + [ + "Ġboom", + "s" + ], + [ + "Ġboo", + "ms" + ], + [ + "Ġpower", + "point" + ], + [ + "Ġ", + "Conclusions" + ], + [ + "ĠCon", + "clusions" + ], + [ + "ĠConclusion", + "s" + ], + [ + "âĢĶ", + "what" + ], + [ + "an", + "co" + ], + [ + "anc", + "o" + ], + [ + "ĠAd", + "mission" + ], + [ + "ĠAdm", + "ission" + ], + [ + "Ġdel", + "ves" + ], + [ + "Ġdelve", + "s" + ], + [ + "Ġp", + "asted" + ], + [ + "Ġpast", + "ed" + ], + [ + "Ġpaste", + "d" + ], + [ + "Ġpa", + "sted" + ], + [ + "Ġpas", + "ted" + ], + [ + "Ġrec", + "orders" + ], + [ + "Ġrecord", + "ers" + ], + [ + "Ġrecorder", + "s" + ], + [ + "Ġfurther", + "ing" + ], + [ + "Ġfurthe", + "ring" + ], + [ + "ĠSy", + "rians" + ], + [ + "ĠSyria", + "ns" + ], + [ + "ĠSyrian", + "s" + ], + [ + "Ġpersonal", + "ize" + ], + [ + "ĠM", + "inn" + ], + [ + "ĠMin", + "n" + ], + [ + "ĠMi", + "nn" + ], + [ + "ĠRec", + "ipe" + ], + [ + "ĠRecip", + "e" + ], + [ + "Ġwond", + "rous" + ], + [ + "Ġm", + "uted" + ], + [ + "Ġmut", + "ed" + ], + [ + "Ġmu", + "ted" + ], + [ + "Ġmute", + "d" + ], + [ + "E", + "TH" + ], + [ + "ET", + "H" + ], + [ + "°", + "N" + ], + [ + "-B", + "arr" + ], + [ + "ĠSl", + "ope" + ], + [ + "ĠSlo", + "pe" + ], + [ + "Cont", + "emporary" + ], + [ + "Ġdepart", + "ing" + ], + [ + "ĠSpecial", + "ized" + ], + [ + "Ġwhe", + "eled" + ], + [ + "Ġwheel", + "ed" + ], + [ + "Ġwhee", + "led" + ], + [ + "Ġphosph", + "at" + ], + [ + "ĠA", + "MR" + ], + [ + "ĠAM", + "R" + ], + [ + "reprene", + "ur" + ], + [ + "ĠOcc", + "ur" + ], + [ + "ĠOc", + "cur" + ], + [ + "ãģ", + "Ħ" + ], + [ + "Ġ", + "म" + ], + [ + "Ġà¤", + "®" + ], + [ + "Ġinadequ", + "acy" + ], + [ + "ĠAltern", + "ate" + ], + [ + "Gu", + "est" + ], + [ + "-", + "teacher" + ], + [ + "-te", + "acher" + ], + [ + "ĠOs", + "set" + ], + [ + "ĠOss", + "et" + ], + [ + "Ġbattle", + "ship" + ], + [ + "Ġbattles", + "hip" + ], + [ + "ĠC", + "ircum" + ], + [ + "ĠCirc", + "um" + ], + [ + "ĠAer", + "ial" + ], + [ + "ĠAe", + "rial" + ], + [ + "ĠPerson", + "nel" + ], + [ + "Est", + "ablish" + ], + [ + "ĠE", + "ighty" + ], + [ + "ĠEight", + "y" + ], + [ + "ĠFlash", + "cards" + ], + [ + "-bo", + "osting" + ], + [ + "Ġiceberg", + "s" + ], + [ + "Ġphylogen", + "y" + ], + [ + "mem", + "ory" + ], + [ + "Ġcoerc", + "ive" + ], + [ + "Electric", + "ity" + ], + [ + "Ġlaure", + "l" + ], + [ + "Ġlig", + "nin" + ], + [ + "Ġlign", + "in" + ], + [ + "Ġdisp", + "rove" + ], + [ + "Ġdispro", + "ve" + ], + [ + "ĠSt", + "retching" + ], + [ + "ĠStret", + "ching" + ], + [ + "ĠStretch", + "ing" + ], + [ + "ĠRheumat", + "oid" + ], + [ + "ĠCott", + "age" + ], + [ + "ĠCot", + "tage" + ], + [ + "Ġabsentee", + "ism" + ], + [ + "ĠChihu", + "ahua" + ], + [ + "ĠSurin", + "ame" + ], + [ + "ĠStarb", + "ucks" + ], + [ + ".", + "As" + ], + [ + ".A", + "s" + ], + [ + "/", + "col" + ], + [ + "/c", + "ol" + ], + [ + "B", + "ol" + ], + [ + "Bo", + "l" + ], + [ + "B", + "ang" + ], + [ + "Ban", + "g" + ], + [ + "Ba", + "ng" + ], + [ + "D", + "ub" + ], + [ + "Du", + "b" + ], + [ + "J", + "upiter" + ], + [ + "L", + "it" + ], + [ + "Li", + "t" + ], + [ + "L", + "AS" + ], + [ + "LA", + "S" + ], + [ + "O", + "nt" + ], + [ + "On", + "t" + ], + [ + "R", + "ice" + ], + [ + "U", + "GH" + ], + [ + "UG", + "H" + ], + [ + "X", + "T" + ], + [ + "]", + "he" + ], + [ + "e", + "asy" + ], + [ + "ea", + "sy" + ], + [ + "eas", + "y" + ], + [ + "l", + "ox" + ], + [ + "lo", + "x" + ], + [ + "p", + "ipes" + ], + [ + "pi", + "pes" + ], + [ + "pipe", + "s" + ], + [ + "t", + "in" + ], + [ + "ti", + "n" + ], + [ + "y", + "ad" + ], + [ + "ya", + "d" + ], + [ + "Ġt", + "ibial" + ], + [ + "Ġtibia", + "l" + ], + [ + "Ġti", + "bial" + ], + [ + "o", + "ried" + ], + [ + "or", + "ied" + ], + [ + "ori", + "ed" + ], + [ + "orie", + "d" + ], + [ + "Ġb", + "ounces" + ], + [ + "Ġbounce", + "s" + ], + [ + "Ġbou", + "nces" + ], + [ + "ic", + "ello" + ], + [ + "ice", + "llo" + ], + [ + "ĠT", + "rist" + ], + [ + "ĠTr", + "ist" + ], + [ + "ĠTri", + "st" + ], + [ + "i", + "mber" + ], + [ + "im", + "ber" + ], + [ + "imb", + "er" + ], + [ + "Ġst", + "aph" + ], + [ + "Ġsta", + "ph" + ], + [ + "o", + "pper" + ], + [ + "op", + "per" + ], + [ + "opp", + "er" + ], + [ + "ĠB", + "ites" + ], + [ + "ĠBi", + "tes" + ], + [ + "ĠBit", + "es" + ], + [ + "ĠBite", + "s" + ], + [ + "e", + "sta" + ], + [ + "es", + "ta" + ], + [ + "est", + "a" + ], + [ + "os", + "per" + ], + [ + "osp", + "er" + ], + [ + "ĠD", + "iver" + ], + [ + "ĠDi", + "ver" + ], + [ + "ĠDiv", + "er" + ], + [ + "ĠDive", + "r" + ], + [ + "ĠN", + "ecessary" + ], + [ + "ĠG", + "mbH" + ], + [ + "ĠO", + "mar" + ], + [ + "ĠOm", + "ar" + ], + [ + "r", + "oughs" + ], + [ + "rough", + "s" + ], + [ + "n", + "ington" + ], + [ + "ning", + "ton" + ], + [ + "u", + "cha" + ], + [ + "uc", + "ha" + ], + [ + "uch", + "a" + ], + [ + "Ġinter", + "generational" + ], + [ + "Ġdisc", + "redited" + ], + [ + "Ġdiscredit", + "ed" + ], + [ + "Ġtechn", + "ologist" + ], + [ + "Ġent", + "ailed" + ], + [ + "Ġentail", + "ed" + ], + [ + "Ġdid", + "actic" + ], + [ + "-", + "front" + ], + [ + "-f", + "ront" + ], + [ + "Ġdev", + "our" + ], + [ + "ĠPh", + "ry" + ], + [ + "-c", + "ollar" + ], + [ + "-col", + "lar" + ], + [ + "-coll", + "ar" + ], + [ + "-", + "dom" + ], + [ + "-d", + "om" + ], + [ + "-do", + "m" + ], + [ + "Ġsw", + "ore" + ], + [ + "ĠEn", + "rich" + ], + [ + "S", + "tra" + ], + [ + "St", + "ra" + ], + [ + "Str", + "a" + ], + [ + "Ġhouse", + "plant" + ], + [ + "ĠAb", + "yss" + ], + [ + "Ġbar", + "ges" + ], + [ + "Ġbarg", + "es" + ], + [ + "Ġbarge", + "s" + ], + [ + "Ġmill", + "imetres" + ], + [ + "Ġmillimetre", + "s" + ], + [ + "Ġdemonstr", + "ators" + ], + [ + "Ġdemonst", + "rators" + ], + [ + "ĠT", + "racing" + ], + [ + "ĠTr", + "acing" + ], + [ + "ĠTra", + "cing" + ], + [ + "Ġhome", + "lands" + ], + [ + "Ġhom", + "elands" + ], + [ + "Ġhomeland", + "s" + ], + [ + "Ġdou", + "bly" + ], + [ + "Ġdoub", + "ly" + ], + [ + "Ġp", + "lead" + ], + [ + "Ġpl", + "ead" + ], + [ + "Ġple", + "ad" + ], + [ + "Ġplea", + "d" + ], + [ + "Ġfol", + "iar" + ], + [ + "Ġar", + "mad" + ], + [ + "Ġarm", + "ad" + ], + [ + "ĠA", + "vian" + ], + [ + "ĠAv", + "ian" + ], + [ + "ĠSun", + "set" + ], + [ + "ĠRe", + "flex" + ], + [ + "ĠRef", + "lex" + ], + [ + "Ġa", + "far" + ], + [ + "Ġaf", + "ar" + ], + [ + "ĠI", + "NF" + ], + [ + "ĠIN", + "F" + ], + [ + "Ġr", + "igs" + ], + [ + "Ġrig", + "s" + ], + [ + "I", + "MO" + ], + [ + "IM", + "O" + ], + [ + "Per", + "fect" + ], + [ + "Ġcoc", + "oon" + ], + [ + "ĠP", + "assing" + ], + [ + "ĠPass", + "ing" + ], + [ + "ĠPas", + "sing" + ], + [ + "Ġpou", + "ches" + ], + [ + "Ġpouch", + "es" + ], + [ + "igm", + "oid" + ], + [ + "ĠEl", + "even" + ], + [ + "ĠEle", + "ven" + ], + [ + "ĠElev", + "en" + ], + [ + "Ġsynthes", + "izing" + ], + [ + "Ġcrucial", + "ly" + ], + [ + "Ġcruc", + "ially" + ], + [ + "ĠShel", + "ter" + ], + [ + "ĠMig", + "ratory" + ], + [ + "ĠChe", + "shire" + ], + [ + "ĠChes", + "hire" + ], + [ + "ĠPrec", + "ipitation" + ], + [ + "Ġreck", + "oning" + ], + [ + "Ġreckon", + "ing" + ], + [ + "ĠCoc", + "oa" + ], + [ + "Ġhumil", + "iating" + ], + [ + "Syn", + "onyms" + ], + [ + "Ġincons", + "istency" + ], + [ + "Ġinconsist", + "ency" + ], + [ + "Ġlev", + "ee" + ], + [ + "Ġleve", + "e" + ], + [ + "ĠDrain", + "age" + ], + [ + "Ġunwitting", + "ly" + ], + [ + "Ġmis", + "management" + ], + [ + "Ġmisman", + "agement" + ], + [ + "L", + "ung" + ], + [ + "Lu", + "ng" + ], + [ + "M", + "ig" + ], + [ + "Mi", + "g" + ], + [ + "P", + "ART" + ], + [ + "PA", + "RT" + ], + [ + "PAR", + "T" + ], + [ + "T", + "itan" + ], + [ + "Ti", + "tan" + ], + [ + "d", + "as" + ], + [ + "da", + "s" + ], + [ + "i", + "ks" + ], + [ + "ik", + "s" + ], + [ + "n", + "ecessary" + ], + [ + "w", + "ang" + ], + [ + "wan", + "g" + ], + [ + "wa", + "ng" + ], + [ + "y", + "el" + ], + [ + "ye", + "l" + ], + [ + "Ġ", + "ti" + ], + [ + "Ġt", + "i" + ], + [ + "Ġt", + "ars" + ], + [ + "Ġtar", + "s" + ], + [ + "Ġta", + "rs" + ], + [ + "re", + "ich" + ], + [ + "rei", + "ch" + ], + [ + "a", + "rous" + ], + [ + "ar", + "ous" + ], + [ + "aro", + "us" + ], + [ + "Ġd", + "ill" + ], + [ + "Ġdi", + "ll" + ], + [ + "Ġdil", + "l" + ], + [ + "r", + "oof" + ], + [ + "ro", + "of" + ], + [ + "Ġl", + "iv" + ], + [ + "Ġli", + "v" + ], + [ + "ĠT", + "ide" + ], + [ + "ĠTi", + "de" + ], + [ + "Ġpro", + "verbial" + ], + [ + "Ġproverb", + "ial" + ], + [ + "ĠM", + "ound" + ], + [ + "ĠMo", + "und" + ], + [ + "ĠMou", + "nd" + ], + [ + "ĠP", + "arm" + ], + [ + "ĠPar", + "m" + ], + [ + "ĠPa", + "rm" + ], + [ + "Ġex", + "claimed" + ], + [ + "Ġexclaim", + "ed" + ], + [ + "ĠB", + "isc" + ], + [ + "ĠBi", + "sc" + ], + [ + "ĠBis", + "c" + ], + [ + "a", + "can" + ], + [ + "ac", + "an" + ], + [ + "aca", + "n" + ], + [ + "ĠH", + "ate" + ], + [ + "ĠHa", + "te" + ], + [ + "ĠHat", + "e" + ], + [ + "ĠD", + "re" + ], + [ + "ĠDr", + "e" + ], + [ + "ĠN", + "ue" + ], + [ + "ĠNu", + "e" + ], + [ + "ĠG", + "uel" + ], + [ + "ĠGu", + "el" + ], + [ + "ĠG", + "CC" + ], + [ + "ĠGC", + "C" + ], + [ + "ĠL", + "ov" + ], + [ + "ĠLo", + "v" + ], + [ + "r", + "edible" + ], + [ + "red", + "ible" + ], + [ + "ĠTh", + "reshold" + ], + [ + "ĠâĢľ", + "âĢĺ" + ], + [ + "Ġqu", + "aint" + ], + [ + "Ġbl", + "inding" + ], + [ + "Ġblind", + "ing" + ], + [ + "Ġfl", + "ange" + ], + [ + "Ġsub", + "due" + ], + [ + "Ġsubd", + "ue" + ], + [ + "Ġsubdu", + "e" + ], + [ + "Ġsec", + "luded" + ], + [ + "Ġprot", + "rude" + ], + [ + "Ġprotrud", + "e" + ], + [ + "Ġpract", + "icable" + ], + [ + "ĠAnd", + "aman" + ], + [ + "Ġpot", + "ash" + ], + [ + "Ġt", + "opically" + ], + [ + "Ġtop", + "ically" + ], + [ + "Ġtopic", + "ally" + ], + [ + "Ġtopical", + "ly" + ], + [ + "Ġmult", + "ist" + ], + [ + "Ġmulti", + "st" + ], + [ + "Ġmultis", + "t" + ], + [ + "Ġtemper", + "ance" + ], + [ + "ĠAll", + "aah" + ], + [ + "Ġvacc", + "inating" + ], + [ + "i", + "ara" + ], + [ + "ia", + "ra" + ], + [ + "iar", + "a" + ], + [ + "Ġeffort", + "less" + ], + [ + "f", + "lav" + ], + [ + "fl", + "av" + ], + [ + "ĠDis", + "asters" + ], + [ + "ĠDisaster", + "s" + ], + [ + "ĠSch", + "ultz" + ], + [ + "ĠSchul", + "tz" + ], + [ + "Ġh", + "omo" + ], + [ + "Ġhom", + "o" + ], + [ + "Ġho", + "mo" + ], + [ + "CO", + "PD" + ], + [ + "COP", + "D" + ], + [ + "ick", + "son" + ], + [ + "icks", + "on" + ], + [ + "Ġoutl", + "iers" + ], + [ + "Ġoutlier", + "s" + ], + [ + "ĠI", + "PM" + ], + [ + "ĠIP", + "M" + ], + [ + "-cont", + "aminated" + ], + [ + "r", + "aneous" + ], + [ + "ran", + "eous" + ], + [ + "rane", + "ous" + ], + [ + "Comp", + "uters" + ], + [ + "Computer", + "s" + ], + [ + "Ġtrace", + "ability" + ], + [ + "Ġradi", + "ographs" + ], + [ + "Ġpatri", + "ots" + ], + [ + "Ġpatriot", + "s" + ], + [ + "Ġepit", + "om" + ], + [ + "Ġup", + "loading" + ], + [ + "Ġuplo", + "ading" + ], + [ + "Ġupload", + "ing" + ], + [ + "Ġexagger", + "ate" + ], + [ + "ĠComp", + "etitive" + ], + [ + "ĠCompet", + "itive" + ], + [ + "ĠRO", + "I" + ], + [ + "ĠT", + "onga" + ], + [ + "ĠTong", + "a" + ], + [ + "ĠTon", + "ga" + ], + [ + "Ġnarc", + "otics" + ], + [ + "Ġnarcotic", + "s" + ], + [ + "Ġmal", + "functions" + ], + [ + "Ġmalf", + "unctions" + ], + [ + "Ġmalfunction", + "s" + ], + [ + "/", + "research" + ], + [ + "/re", + "search" + ], + [ + "/res", + "earch" + ], + [ + "Ġmicro", + "film" + ], + [ + "Ġmicrof", + "ilm" + ], + [ + "-gl", + "uc" + ], + [ + "ĠSuggest", + "ions" + ], + [ + "Ġlethar", + "gic" + ], + [ + "-", + "special" + ], + [ + "-sp", + "ecial" + ], + [ + "-spec", + "ial" + ], + [ + "i", + "oblastoma" + ], + [ + "iob", + "lastoma" + ], + [ + "Ġfri", + "gate" + ], + [ + "Ġfr", + "igate" + ], + [ + "Ġfrig", + "ate" + ], + [ + "Ġhoney", + "s" + ], + [ + "Ġho", + "neys" + ], + [ + "Ġhone", + "ys" + ], + [ + "ĠEph", + "raim" + ], + [ + "Ġscorp", + "ions" + ], + [ + "Ġscorpion", + "s" + ], + [ + "Ġtac", + "it" + ], + [ + "ĠMacc", + "ab" + ], + [ + "ĠPatagon", + "ia" + ], + [ + "adec", + "imal" + ], + [ + "Ġeyeg", + "lasses" + ], + [ + "Ġscrot", + "um" + ], + [ + "(", + "OH" + ], + [ + "D", + "emon" + ], + [ + "De", + "mon" + ], + [ + "Dem", + "on" + ], + [ + "F", + "REE" + ], + [ + "FR", + "EE" + ], + [ + "F", + "amilies" + ], + [ + "M", + "olecular" + ], + [ + "c", + "ooked" + ], + [ + "co", + "oked" + ], + [ + "cook", + "ed" + ], + [ + "e", + "ze" + ], + [ + "ez", + "e" + ], + [ + "f", + "le" + ], + [ + "fl", + "e" + ], + [ + "g", + "od" + ], + [ + "go", + "d" + ], + [ + "h", + "ai" + ], + [ + "ha", + "i" + ], + [ + "j", + "ay" + ], + [ + "ja", + "y" + ], + [ + "l", + "ik" + ], + [ + "li", + "k" + ], + [ + "t", + "n" + ], + [ + "Ø", + "´" + ], + [ + "er", + "l" + ], + [ + "i", + "ters" + ], + [ + "it", + "ers" + ], + [ + "ite", + "rs" + ], + [ + "iter", + "s" + ], + [ + "a", + "rab" + ], + [ + "ar", + "ab" + ], + [ + "ara", + "b" + ], + [ + "il", + "izing" + ], + [ + "ili", + "zing" + ], + [ + "om", + "erate" + ], + [ + "ome", + "rate" + ], + [ + "omer", + "ate" + ], + [ + "s", + "even" + ], + [ + "se", + "ven" + ], + [ + "ĠT", + "rem" + ], + [ + "ĠTr", + "em" + ], + [ + "ĠTre", + "m" + ], + [ + "Ġy", + "uan" + ], + [ + "ĠA", + "ven" + ], + [ + "ĠAv", + "en" + ], + [ + "ĠAve", + "n" + ], + [ + "ĠS", + "ain" + ], + [ + "ĠSa", + "in" + ], + [ + "Ġ", + "IRC" + ], + [ + "ĠI", + "RC" + ], + [ + "ĠIR", + "C" + ], + [ + "ĠC", + "ym" + ], + [ + "ĠCy", + "m" + ], + [ + "t", + "hi" + ], + [ + "th", + "i" + ], + [ + "ĠB", + "acter" + ], + [ + "ĠBa", + "cter" + ], + [ + "ĠBac", + "ter" + ], + [ + "ĠBact", + "er" + ], + [ + "ac", + "ry" + ], + [ + "ĠD", + "EM" + ], + [ + "ĠDE", + "M" + ], + [ + "ĠF", + "TC" + ], + [ + "ĠFT", + "C" + ], + [ + "Ġsp", + "illing" + ], + [ + "Ġspill", + "ing" + ], + [ + "Ġspi", + "lling" + ], + [ + "ĠO", + "vers" + ], + [ + "ĠOver", + "s" + ], + [ + "ĠOv", + "ers" + ], + [ + "ip", + "oli" + ], + [ + "Ġj", + "acks" + ], + [ + "Ġjack", + "s" + ], + [ + "Ġja", + "cks" + ], + [ + "ĠCh", + "ord" + ], + [ + "ĠCho", + "rd" + ], + [ + "ĠChor", + "d" + ], + [ + "ĠCh", + "alk" + ], + [ + "ĠChal", + "k" + ], + [ + "l", + "esh" + ], + [ + "le", + "sh" + ], + [ + "les", + "h" + ], + [ + "ĠV", + "ERY" + ], + [ + "Ġin", + "vis" + ], + [ + "Ġinv", + "is" + ], + [ + "in", + "side" + ], + [ + "ins", + "ide" + ], + [ + "c", + "kers" + ], + [ + "ck", + "ers" + ], + [ + "cker", + "s" + ], + [ + "cke", + "rs" + ], + [ + "Ġpub", + "ic" + ], + [ + "Ġpu", + "bic" + ], + [ + "ĠAs", + "set" + ], + [ + "ĠAss", + "et" + ], + [ + "ĠAn", + "ders" + ], + [ + "ĠAnd", + "ers" + ], + [ + "Ġpur", + "ifiers" + ], + [ + "Ġpurifier", + "s" + ], + [ + "t", + "ooth" + ], + [ + "to", + "oth" + ], + [ + "too", + "th" + ], + [ + "ĠRe", + "bel" + ], + [ + "ĠReb", + "el" + ], + [ + "ĠRes", + "ident" + ], + [ + "ĠResid", + "ent" + ], + [ + "Ġhy", + "enas" + ], + [ + "Ġhyena", + "s" + ], + [ + "Ġred", + "wood" + ], + [ + "Ġb", + "athed" + ], + [ + "Ġbat", + "hed" + ], + [ + "Ġbath", + "ed" + ], + [ + "Ġba", + "thed" + ], + [ + "Ġbathe", + "d" + ], + [ + "oph", + "ils" + ], + [ + "ophil", + "s" + ], + [ + "Ġcontent", + "ment" + ], + [ + "Ġmechan", + "ized" + ], + [ + "é", + "es" + ], + [ + "ée", + "s" + ], + [ + "ĠApp", + "earance" + ], + [ + "ĠS", + "cha" + ], + [ + "ĠSc", + "ha" + ], + [ + "ĠSch", + "a" + ], + [ + "z", + "zi" + ], + [ + "zz", + "i" + ], + [ + "ĠUnder", + "graduate" + ], + [ + "ĠEvery", + "where" + ], + [ + "Ġcoord", + "inators" + ], + [ + "Ġcoordinator", + "s" + ], + [ + "Ġ", + "âŁ" + ], + [ + "Ġâ", + "Ł" + ], + [ + "ĠElect", + "romagnetic" + ], + [ + "ĠElectro", + "magnetic" + ], + [ + "U", + "SH" + ], + [ + "US", + "H" + ], + [ + "Ġimm", + "uno" + ], + [ + "Ġimmun", + "o" + ], + [ + "Ġb", + "anding" + ], + [ + "Ġban", + "ding" + ], + [ + "Ġband", + "ing" + ], + [ + "D", + "PE" + ], + [ + "DP", + "E" + ], + [ + "Cons", + "umer" + ], + [ + "Ġd", + "ilate" + ], + [ + "Ġdi", + "late" + ], + [ + "Ġdil", + "ate" + ], + [ + "ĠMess", + "ier" + ], + [ + "Ġlact", + "ating" + ], + [ + "/", + "files" + ], + [ + "/f", + "iles" + ], + [ + "ĠFA", + "FSA" + ], + [ + "Work", + "ers" + ], + [ + "ĠZe", + "chariah" + ], + [ + "BL", + "IC" + ], + [ + "ĠP", + "ROD" + ], + [ + "ĠPR", + "OD" + ], + [ + "ĠPRO", + "D" + ], + [ + "mel", + "ons" + ], + [ + "melon", + "s" + ], + [ + "Ġcad", + "ence" + ], + [ + "Ġdis", + "continue" + ], + [ + "Ġdiscontin", + "ue" + ], + [ + "ĠRw", + "andan" + ], + [ + "ĠRwanda", + "n" + ], + [ + "ĠPro", + "biotics" + ], + [ + "ĠProb", + "iotics" + ], + [ + "Ġ", + "WORK" + ], + [ + "ĠW", + "ORK" + ], + [ + "ĠWOR", + "K" + ], + [ + "Ġrevital", + "ization" + ], + [ + "ĠMeeting", + "s" + ], + [ + "ĠMeet", + "ings" + ], + [ + "ĠMee", + "tings" + ], + [ + "inter", + "national" + ], + [ + "intern", + "ational" + ], + [ + "ĠHo", + "kk" + ], + [ + "ĠHok", + "k" + ], + [ + "ĠZoro", + "astrian" + ], + [ + "'", + "Brien" + ], + [ + "/", + "what" + ], + [ + "/w", + "hat" + ], + [ + "N", + "it" + ], + [ + "Ni", + "t" + ], + [ + "c", + "one" + ], + [ + "con", + "e" + ], + [ + "co", + "ne" + ], + [ + "g", + "ap" + ], + [ + "ga", + "p" + ], + [ + "p", + "ins" + ], + [ + "pin", + "s" + ], + [ + "pi", + "ns" + ], + [ + "u", + "ctive" + ], + [ + "uct", + "ive" + ], + [ + "he", + "avy" + ], + [ + "hea", + "vy" + ], + [ + "re", + "port" + ], + [ + "rep", + "ort" + ], + [ + "Ġc", + "ip" + ], + [ + "Ġb", + "ids" + ], + [ + "Ġbi", + "ds" + ], + [ + "Ġbid", + "s" + ], + [ + "Ġ", + "ding" + ], + [ + "Ġd", + "ing" + ], + [ + "Ġdi", + "ng" + ], + [ + "Ġdin", + "g" + ], + [ + "Ġth", + "res" + ], + [ + "Ġthr", + "es" + ], + [ + "ĠT", + "reated" + ], + [ + "ĠTr", + "eated" + ], + [ + "ĠTreat", + "ed" + ], + [ + "ĠTre", + "ated" + ], + [ + "ĠS", + "ack" + ], + [ + "ĠSac", + "k" + ], + [ + "ĠSa", + "ck" + ], + [ + "op", + "od" + ], + [ + "opo", + "d" + ], + [ + "es", + "ser" + ], + [ + "ess", + "er" + ], + [ + "esse", + "r" + ], + [ + "Ġs", + "ucks" + ], + [ + "Ġsu", + "cks" + ], + [ + "Ġsuc", + "ks" + ], + [ + "Ġsuck", + "s" + ], + [ + "e", + "mar" + ], + [ + "em", + "ar" + ], + [ + "ema", + "r" + ], + [ + "ĠD", + "ucks" + ], + [ + "ĠDu", + "cks" + ], + [ + "ĠDuck", + "s" + ], + [ + "ĠDuc", + "ks" + ], + [ + "ĠF", + "B" + ], + [ + "Ġsy", + "ringes" + ], + [ + "Ġsyringe", + "s" + ], + [ + "ĠK", + "ut" + ], + [ + "ĠKu", + "t" + ], + [ + "ĠK", + "ens" + ], + [ + "ĠKe", + "ns" + ], + [ + "ĠKen", + "s" + ], + [ + "ys", + "mal" + ], + [ + "ysm", + "al" + ], + [ + "Ġsub", + "net" + ], + [ + "Ġlevel", + "ing" + ], + [ + "Ġlev", + "eling" + ], + [ + "Ġleve", + "ling" + ], + [ + "-b", + "acterial" + ], + [ + "Ġp", + "urge" + ], + [ + "Ġpur", + "ge" + ], + [ + "Ġant", + "icancer" + ], + [ + "Ġanti", + "cancer" + ], + [ + "Ġantic", + "ancer" + ], + [ + "-", + "fast" + ], + [ + "-f", + "ast" + ], + [ + ".", + "Sc" + ], + [ + ".S", + "c" + ], + [ + "-d", + "raining" + ], + [ + "-dr", + "aining" + ], + [ + "une", + "iform" + ], + [ + "Ġsens", + "ibility" + ], + [ + "-t", + "ropical" + ], + [ + "Ġmarket", + "able" + ], + [ + "E", + "RAL" + ], + [ + "ER", + "AL" + ], + [ + "ERA", + "L" + ], + [ + "ĠAss", + "ault" + ], + [ + "Ġarch", + "iving" + ], + [ + "Ġar", + "gon" + ], + [ + "Ġarg", + "on" + ], + [ + "Ġbur", + "gl" + ], + [ + "Ġburg", + "l" + ], + [ + "Ġenvironmental", + "ist" + ], + [ + "r", + "icultural" + ], + [ + "ri", + "cultural" + ], + [ + "ric", + "ultural" + ], + [ + "ricult", + "ural" + ], + [ + "Ġec", + "stasy" + ], + [ + "-", + "invest" + ], + [ + "-in", + "vest" + ], + [ + "-in", + "clusive" + ], + [ + "Ġ", + "--Ċ" + ], + [ + "Ġ-", + "-Ċ" + ], + [ + "Ġ--", + "Ċ" + ], + [ + "ĠP", + "ara" + ], + [ + "ĠPar", + "a" + ], + [ + "ĠPa", + "ra" + ], + [ + "ĠMin", + "imal" + ], + [ + "ĠMini", + "mal" + ], + [ + "ĠMinim", + "al" + ], + [ + "Ġbad", + "gers" + ], + [ + "Ġbadge", + "rs" + ], + [ + "Ġbadger", + "s" + ], + [ + "ĠE", + "lie" + ], + [ + "ĠEl", + "ie" + ], + [ + "ĠEli", + "e" + ], + [ + "Ġstar", + "fish" + ], + [ + "Ġphen", + "olic" + ], + [ + "Ġphenol", + "ic" + ], + [ + "ĠOrgan", + "ize" + ], + [ + "Ġpractical", + "ity" + ], + [ + "-", + "March" + ], + [ + "-M", + "arch" + ], + [ + "-Mar", + "ch" + ], + [ + "ĠSal", + "ish" + ], + [ + "ĠSa", + "lish" + ], + [ + "Ġext", + "ractive" + ], + [ + "Ġextra", + "ctive" + ], + [ + "Ġextract", + "ive" + ], + [ + "Ġextr", + "active" + ], + [ + "á", + "l" + ], + [ + "/", + "sq" + ], + [ + "/s", + "q" + ], + [ + "Ġrig", + "ging" + ], + [ + "Ġrelief", + "s" + ], + [ + "Ġrelie", + "fs" + ], + [ + "Ġfrag", + "rances" + ], + [ + "Ġfragrance", + "s" + ], + [ + "Ġgast", + "ritis" + ], + [ + "Ġ", + "AMA" + ], + [ + "ĠA", + "MA" + ], + [ + "ĠAM", + "A" + ], + [ + "ĠC", + "rash" + ], + [ + "ĠCr", + "ash" + ], + [ + "ĠCra", + "sh" + ], + [ + "p", + "load" + ], + [ + "pl", + "oad" + ], + [ + "plo", + "ad" + ], + [ + "ĠW", + "ilts" + ], + [ + "ĠWil", + "ts" + ], + [ + "Any", + "way" + ], + [ + "ĠS", + "PI" + ], + [ + "ĠSP", + "I" + ], + [ + "ĠShort", + "ness" + ], + [ + "Ġquad", + "riceps" + ], + [ + "Ġking", + "ship" + ], + [ + "Ġkings", + "hip" + ], + [ + "Ġexert", + "ing" + ], + [ + "Ġconsolid", + "ating" + ], + [ + "Ġher", + "ders" + ], + [ + "Ġherd", + "ers" + ], + [ + "nas", + "ium" + ], + [ + "Ġhobby", + "ists" + ], + [ + "Ġhint", + "ed" + ], + [ + "-act", + "ivated" + ], + [ + "ĠMeteor", + "ology" + ], + [ + "Ġscav", + "engers" + ], + [ + "Ġscavenger", + "s" + ], + [ + "Ġscavenge", + "rs" + ], + [ + "Lim", + "it" + ], + [ + "Li", + "mit" + ], + [ + "ĠOrb", + "ital" + ], + [ + "ĠOrbit", + "al" + ], + [ + "Ġaneurys", + "ms" + ], + [ + "Ġaneurysm", + "s" + ], + [ + "ĠThir", + "teen" + ], + [ + "ĠDr", + "agons" + ], + [ + "ĠDragon", + "s" + ], + [ + "ĠDrag", + "ons" + ], + [ + "Ġpe", + "acock" + ], + [ + "Ġpea", + "cock" + ], + [ + "Ġpeac", + "ock" + ], + [ + "/public", + "ations" + ], + [ + "Occup", + "ational" + ], + [ + "ĠShil", + "oh" + ], + [ + "Ġconund", + "rum" + ], + [ + "-", + "engineering" + ], + [ + "-engine", + "ering" + ], + [ + ">", + "<", + "/" + ], + [ + "C", + "ause" + ], + [ + "Ca", + "use" + ], + [ + "C", + "BS" + ], + [ + "CB", + "S" + ], + [ + "E", + "I" + ], + [ + "H", + "art" + ], + [ + "Har", + "t" + ], + [ + "Ha", + "rt" + ], + [ + "T", + "our" + ], + [ + "To", + "ur" + ], + [ + "Y", + "N" + ], + [ + "d", + "emon" + ], + [ + "de", + "mon" + ], + [ + "dem", + "on" + ], + [ + "f", + "acing" + ], + [ + "fa", + "cing" + ], + [ + "fac", + "ing" + ], + [ + "l", + "au" + ], + [ + "la", + "u" + ], + [ + "w", + "old" + ], + [ + "wo", + "ld" + ], + [ + "å", + "Ĭ" + ], + [ + "Ġs", + "op" + ], + [ + "Ġso", + "p" + ], + [ + "Ġ", + "lor" + ], + [ + "Ġl", + "or" + ], + [ + "Ġlo", + "r" + ], + [ + "Ġg", + "othic" + ], + [ + "ĠT", + "oh" + ], + [ + "ĠTo", + "h" + ], + [ + "ĠS", + "AP" + ], + [ + "ĠSA", + "P" + ], + [ + "ĠC", + "innamon" + ], + [ + "Ġwh", + "istling" + ], + [ + "ĠM", + "issions" + ], + [ + "ĠMiss", + "ions" + ], + [ + "ĠMission", + "s" + ], + [ + "ĠP", + "rab" + ], + [ + "ĠPr", + "ab" + ], + [ + "ĠPra", + "b" + ], + [ + "a", + "ban" + ], + [ + "ab", + "an" + ], + [ + "aba", + "n" + ], + [ + "ĠB", + "AC" + ], + [ + "ĠBA", + "C" + ], + [ + "est", + "ro" + ], + [ + "est", + "rogens" + ], + [ + "estrogen", + "s" + ], + [ + "estro", + "gens" + ], + [ + "ĠH", + "eck" + ], + [ + "ĠHe", + "ck" + ], + [ + "ĠF", + "anny" + ], + [ + "ĠFan", + "ny" + ], + [ + "Ġ", + "RIS" + ], + [ + "ĠR", + "IS" + ], + [ + "ĠRI", + "S" + ], + [ + "el", + "lum" + ], + [ + "ell", + "um" + ], + [ + "ust", + "ained" + ], + [ + "ustain", + "ed" + ], + [ + "end", + "ants" + ], + [ + "endant", + "s" + ], + [ + "Ġme", + "aly" + ], + [ + "Ġmeal", + "y" + ], + [ + "av", + "vy" + ], + [ + "Ġinf", + "licting" + ], + [ + "Ġinfl", + "icting" + ], + [ + "Ġinflict", + "ing" + ], + [ + "ĠSt", + "eele" + ], + [ + "ĠSte", + "ele" + ], + [ + "ĠSteel", + "e" + ], + [ + "Ġqu", + "bits" + ], + [ + "Ġacc", + "using" + ], + [ + "Ġaccus", + "ing" + ], + [ + "Ġacc", + "rue" + ], + [ + "Ġaccru", + "e" + ], + [ + "Ġph", + "ylum" + ], + [ + "Ġphy", + "lum" + ], + [ + "g", + "yn" + ], + [ + "gy", + "n" + ], + [ + "Ġc", + "ountered" + ], + [ + "Ġcount", + "ered" + ], + [ + "Ġcoun", + "tered" + ], + [ + "Ġcounter", + "ed" + ], + [ + "Ġdet", + "onation" + ], + [ + "Ġdeton", + "ation" + ], + [ + "Ġaut", + "ocratic" + ], + [ + "Ġauto", + "cratic" + ], + [ + "Ġautoc", + "ratic" + ], + [ + "Ġd", + "owned" + ], + [ + "Ġdown", + "ed" + ], + [ + "Ġdow", + "ned" + ], + [ + "ĠSp", + "iders" + ], + [ + "ĠSpider", + "s" + ], + [ + "oms", + "day" + ], + [ + "Ġ", + "Dealing" + ], + [ + "ĠDe", + "aling" + ], + [ + "ĠDeal", + "ing" + ], + [ + "Ġdo", + "ctr" + ], + [ + "Ġdoct", + "r" + ], + [ + "Ġdoc", + "tr" + ], + [ + "Ġconcept", + "ually" + ], + [ + "Ġconceptual", + "ly" + ], + [ + "Ġobs", + "ervant" + ], + [ + "Ġobserv", + "ant" + ], + [ + "Ġobser", + "vant" + ], + [ + "Ġb", + "racing" + ], + [ + "Ġbr", + "acing" + ], + [ + "Ġbra", + "cing" + ], + [ + "Ġt", + "axis" + ], + [ + "Ġtax", + "is" + ], + [ + "Ġta", + "xis" + ], + [ + "Ġtaxi", + "s" + ], + [ + "Ġreflect", + "ance" + ], + [ + "-", + "glass" + ], + [ + "-g", + "lass" + ], + [ + "-gl", + "ass" + ], + [ + "equ", + "ivalent" + ], + [ + "Ġcr", + "aze" + ], + [ + "Ġcra", + "ze" + ], + [ + "Ġvict", + "or" + ], + [ + "Ġvic", + "tor" + ], + [ + "Ġvi", + "ctor" + ], + [ + "Ġten", + "uous" + ], + [ + "ĠJust", + "ices" + ], + [ + "ĠJustice", + "s" + ], + [ + "-", + "Cl" + ], + [ + "-C", + "l" + ], + [ + "Sh", + "aring" + ], + [ + "Sha", + "ring" + ], + [ + "Ġun", + "founded" + ], + [ + "Ġunf", + "ounded" + ], + [ + "-n", + "ecked" + ], + [ + "-ne", + "cked" + ], + [ + "ĠDi", + "arrhea" + ], + [ + "Ġlic", + "ensure" + ], + [ + "ĠMac", + "quarie" + ], + [ + "ĠOut", + "standing" + ], + [ + "ĠBur", + "ger" + ], + [ + "ĠBurg", + "er" + ], + [ + "Ġbudget", + "ary" + ], + [ + "er", + "entially" + ], + [ + "erent", + "ially" + ], + [ + "erential", + "ly" + ], + [ + "ĠRad", + "iology" + ], + [ + "ĠRadi", + "ology" + ], + [ + "Ġaw", + "arding" + ], + [ + "Ġaward", + "ing" + ], + [ + "ĠEqu", + "ine" + ], + [ + "ĠTre", + "vor" + ], + [ + "ĠO", + "lig" + ], + [ + "ĠOl", + "ig" + ], + [ + "ĠR", + "eno" + ], + [ + "ĠRe", + "no" + ], + [ + "ĠRen", + "o" + ], + [ + "Orig", + "ins" + ], + [ + "Origin", + "s" + ], + [ + "Ori", + "gins" + ], + [ + "Ġger", + "anium" + ], + [ + "ĠNation", + "wide" + ], + [ + "h", + "ello" + ], + [ + "he", + "llo" + ], + [ + "hel", + "lo" + ], + [ + "hell", + "o" + ], + [ + "Ġfee", + "ble" + ], + [ + "Ġdamp", + "ness" + ], + [ + "ĠSa", + "hel" + ], + [ + "ĠSah", + "el" + ], + [ + "Ġnonpro", + "fits" + ], + [ + "Ġnonprofit", + "s" + ], + [ + "ĠMig", + "raine" + ], + [ + "Ġrel", + "ayed" + ], + [ + "Ġrelay", + "ed" + ], + [ + "ĠAthen", + "ians" + ], + [ + "ĠAthenian", + "s" + ], + [ + "ĠHeaven", + "ly" + ], + [ + "ĠG", + "AO" + ], + [ + "ĠGA", + "O" + ], + [ + "ĠVoc", + "ational" + ], + [ + "ĠL", + "otus" + ], + [ + "ĠLo", + "tus" + ], + [ + "ĠLot", + "us" + ], + [ + "ré", + "al" + ], + [ + "ĠD", + "VM" + ], + [ + "ĠDV", + "M" + ], + [ + "Ġwat", + "tage" + ], + [ + "Ġwatt", + "age" + ], + [ + "Ġembell", + "ished" + ], + [ + "ĠV", + "ulnerability" + ], + [ + "ĠVulner", + "ability" + ], + [ + "ĠUt", + "ilizing" + ], + [ + "ĠUtil", + "izing" + ], + [ + "Ġdisrespect", + "ful" + ], + [ + "ĠBren", + "nan" + ], + [ + "SEL", + "ECT" + ], + [ + "ĠMagdal", + "ene" + ], + [ + "Philos", + "ophy" + ], + [ + "Ġsapp", + "hire" + ], + [ + "osom", + "iasis" + ], + [ + "-", + "organic" + ], + [ + "-organ", + "ic" + ], + [ + "F", + "ly" + ], + [ + "Fl", + "y" + ], + [ + "F", + "WS" + ], + [ + "G", + "i" + ], + [ + "R", + "od" + ], + [ + "Ro", + "d" + ], + [ + "S", + "equ" + ], + [ + "Se", + "qu" + ], + [ + "T", + "rend" + ], + [ + "Tr", + "end" + ], + [ + "Tre", + "nd" + ], + [ + "l", + "ins" + ], + [ + "lin", + "s" + ], + [ + "li", + "ns" + ], + [ + "Ġc", + "ilia" + ], + [ + "or", + "ning" + ], + [ + "orn", + "ing" + ], + [ + "al", + "gic" + ], + [ + "alg", + "ic" + ], + [ + "a", + "rach" + ], + [ + "ar", + "ach" + ], + [ + "ara", + "ch" + ], + [ + "i", + "cer" + ], + [ + "ic", + "er" + ], + [ + "ice", + "r" + ], + [ + "Ġd", + "ermal" + ], + [ + "Ġder", + "mal" + ], + [ + "v", + "eld" + ], + [ + "ve", + "ld" + ], + [ + "vel", + "d" + ], + [ + "om", + "ies" + ], + [ + "omi", + "es" + ], + [ + "Ġn", + "uc" + ], + [ + "Ġnu", + "c" + ], + [ + "ĠT", + "itles" + ], + [ + "ĠTitle", + "s" + ], + [ + "ĠTi", + "tles" + ], + [ + "ĠTit", + "les" + ], + [ + "r", + "aget" + ], + [ + "ra", + "get" + ], + [ + "rag", + "et" + ], + [ + "rage", + "t" + ], + [ + "ĠA", + "ble" + ], + [ + "ĠAb", + "le" + ], + [ + "ĠI", + "ra" + ], + [ + "ĠIr", + "a" + ], + [ + "Ġcon", + "iferous" + ], + [ + "Ġconifer", + "ous" + ], + [ + "ĠM", + "oth" + ], + [ + "ĠMo", + "th" + ], + [ + "ĠMot", + "h" + ], + [ + "ĠP", + "ledge" + ], + [ + "ĠPl", + "edge" + ], + [ + "Ġsu", + "ites" + ], + [ + "Ġsuit", + "es" + ], + [ + "Ġsuite", + "s" + ], + [ + "os", + "ited" + ], + [ + "osite", + "d" + ], + [ + "osit", + "ed" + ], + [ + "osi", + "ted" + ], + [ + "ud", + "ic" + ], + [ + "udi", + "c" + ], + [ + "Ġ", + "chard" + ], + [ + "Ġc", + "hard" + ], + [ + "Ġch", + "ard" + ], + [ + "Ġchar", + "d" + ], + [ + "Ġcha", + "rd" + ], + [ + "ĠD", + "W" + ], + [ + "ĠR", + "J" + ], + [ + "Ġ", + "ky" + ], + [ + "Ġk", + "y" + ], + [ + "on", + "ged" + ], + [ + "ong", + "ed" + ], + [ + "onge", + "d" + ], + [ + "Ġimp", + "orter" + ], + [ + "Ġimport", + "er" + ], + [ + "Ġout", + "fits" + ], + [ + "Ġoutfit", + "s" + ], + [ + "ie", + "ved" + ], + [ + "ieve", + "d" + ], + [ + "iev", + "ed" + ], + [ + "Ġ", + "KA" + ], + [ + "ĠK", + "A" + ], + [ + "ĠV", + "icksburg" + ], + [ + "Ġind", + "isput" + ], + [ + "Ġre", + "section" + ], + [ + "Ġres", + "ection" + ], + [ + "Ġrese", + "ction" + ], + [ + "Ġre", + "mun" + ], + [ + "Ġrem", + "un" + ], + [ + "Ġed", + "ict" + ], + [ + "Ġref", + "uges" + ], + [ + "Ġrefuge", + "s" + ], + [ + "âĢĶ", + "more" + ], + [ + "o", + "unge" + ], + [ + "oun", + "ge" + ], + [ + "Ġca", + "lor" + ], + [ + "Ġcal", + "or" + ], + [ + "-", + "cover" + ], + [ + "-c", + "over" + ], + [ + "-co", + "ver" + ], + [ + "ol", + "eon" + ], + [ + "ole", + "on" + ], + [ + "Ġindust", + "rious" + ], + [ + "r", + "elia" + ], + [ + "re", + "lia" + ], + [ + "rel", + "ia" + ], + [ + "ĠAb", + "bot" + ], + [ + "ĠAbb", + "ot" + ], + [ + "ĠMar", + "quis" + ], + [ + "ĠMarqu", + "is" + ], + [ + "oph", + "armac" + ], + [ + "it", + "isation" + ], + [ + "itis", + "ation" + ], + [ + "Ġfav", + "ours" + ], + [ + "Ġfavour", + "s" + ], + [ + "Ġdiv", + "ination" + ], + [ + "-e", + "lected" + ], + [ + "-elect", + "ed" + ], + [ + "-el", + "ected" + ], + [ + "Ġm", + "istle" + ], + [ + "Ġmis", + "tle" + ], + [ + "Ġmist", + "le" + ], + [ + "Ġ", + "Turmeric" + ], + [ + "ĠTur", + "meric" + ], + [ + "ĠMart", + "yr" + ], + [ + "ĠMarty", + "r" + ], + [ + "ĠMass", + "age" + ], + [ + "ĠSum", + "ner" + ], + [ + "ĠEx", + "po" + ], + [ + "ĠExp", + "o" + ], + [ + "ĠSet", + "tle" + ], + [ + "ĠSett", + "le" + ], + [ + "ĠIns", + "omnia" + ], + [ + "UN", + "EP" + ], + [ + "UNE", + "P" + ], + [ + "vin", + "yl" + ], + [ + "ĠEp", + "ilepsy" + ], + [ + "ĠVer", + "bs" + ], + [ + "ĠVerb", + "s" + ], + [ + "Health", + "care" + ], + [ + "Ġblo", + "ated" + ], + [ + "Ġbloat", + "ed" + ], + [ + "Trans", + "l" + ], + [ + "Ġthank", + "fully" + ], + [ + "Ġthankful", + "ly" + ], + [ + "ĠSav", + "iour" + ], + [ + "ĠPath", + "ways" + ], + [ + "ĠPathway", + "s" + ], + [ + "ĠBow", + "man" + ], + [ + "Add", + "ressing" + ], + [ + "Address", + "ing" + ], + [ + "ĠFred", + "eric" + ], + [ + "ĠFreder", + "ic" + ], + [ + "ĠMoh", + "amed" + ], + [ + "Ġasym", + "pt" + ], + [ + "-p", + "ointed" + ], + [ + "-point", + "ed" + ], + [ + "Ġperme", + "ate" + ], + [ + "ĠBrief", + "ly" + ], + [ + "к", + "а" + ], + [ + "rush", + "chev" + ], + [ + "Frank", + "lin" + ], + [ + "ĠPav", + "ilion" + ], + [ + "Ra", + "ising" + ], + [ + "Ġpolymorph", + "isms" + ], + [ + "Ġpolymorphism", + "s" + ], + [ + "ĠPharmaceutical", + "s" + ], + [ + "ĠV", + "esta" + ], + [ + "ĠVe", + "sta" + ], + [ + "ĠVes", + "ta" + ], + [ + "ĠVest", + "a" + ], + [ + "-kil", + "ometer" + ], + [ + "Ġpherom", + "ones" + ], + [ + "Ġpheromone", + "s" + ], + [ + "ĠChatt", + "anooga" + ], + [ + "Ġconfed", + "eration" + ], + [ + "Ġconfeder", + "ation" + ], + [ + "ĠTurb", + "ine" + ], + [ + "Ġfantas", + "ies" + ], + [ + "Ġoptomet", + "rist" + ], + [ + "Ġdiss", + "onance" + ], + [ + "Ġdisson", + "ance" + ], + [ + "Ġ", + "ê" + ], + [ + "\"", + "My" + ], + [ + "/", + "ad" + ], + [ + "/a", + "d" + ], + [ + "/", + "sc" + ], + [ + "/s", + "c" + ], + [ + ">", + "," + ], + [ + "C", + "ert" + ], + [ + "Cer", + "t" + ], + [ + "Ce", + "rt" + ], + [ + "D", + "isp" + ], + [ + "Dis", + "p" + ], + [ + "Di", + "sp" + ], + [ + "M", + "ON" + ], + [ + "MO", + "N" + ], + [ + "P", + "reliminary" + ], + [ + "R", + "on" + ], + [ + "Ro", + "n" + ], + [ + "c", + "ited" + ], + [ + "ci", + "ted" + ], + [ + "j", + "una" + ], + [ + "ju", + "na" + ], + [ + "jun", + "a" + ], + [ + "o", + "ji" + ], + [ + "oj", + "i" + ], + [ + "z", + "we" + ], + [ + "Ø", + "¬" + ], + [ + "Ġc", + "esarean" + ], + [ + "i", + "lab" + ], + [ + "il", + "ab" + ], + [ + "ila", + "b" + ], + [ + "o", + "tis" + ], + [ + "ot", + "is" + ], + [ + "oti", + "s" + ], + [ + "ĠA", + "PS" + ], + [ + "ĠAP", + "S" + ], + [ + "ĠS", + "aying" + ], + [ + "ĠSa", + "ying" + ], + [ + "ĠSay", + "ing" + ], + [ + "ĠC", + "W" + ], + [ + "u", + "lis" + ], + [ + "ul", + "is" + ], + [ + "uli", + "s" + ], + [ + "u", + "lam" + ], + [ + "ul", + "am" + ], + [ + "ula", + "m" + ], + [ + "op", + "ically" + ], + [ + "opic", + "ally" + ], + [ + "Ġ(", + "/" + ], + [ + "ĠB", + "ann" + ], + [ + "ĠBa", + "nn" + ], + [ + "ĠBan", + "n" + ], + [ + "ĠB", + "ibles" + ], + [ + "ĠBi", + "bles" + ], + [ + "ĠBible", + "s" + ], + [ + "ĠBibl", + "es" + ], + [ + "ĠBib", + "les" + ], + [ + "ac", + "itor" + ], + [ + "aci", + "tor" + ], + [ + "iv", + "ably" + ], + [ + "iva", + "bly" + ], + [ + "ĠD", + "ao" + ], + [ + "ĠDa", + "o" + ], + [ + "ĠO", + "VER" + ], + [ + "iz", + "ures" + ], + [ + "izure", + "s" + ], + [ + "izu", + "res" + ], + [ + "Ġcomp", + "ilers" + ], + [ + "Ġcompiler", + "s" + ], + [ + "Ġcompile", + "rs" + ], + [ + "Ġimp", + "enet" + ], + [ + "Ġimpe", + "net" + ], + [ + "Ġ", + "arb" + ], + [ + "Ġar", + "b" + ], + [ + "ĠK", + "ne" + ], + [ + "ĠKn", + "e" + ], + [ + "ĠK", + "not" + ], + [ + "ĠKn", + "ot" + ], + [ + "ĠUn", + "able" + ], + [ + "Ġfl", + "ushes" + ], + [ + "Ġflush", + "es" + ], + [ + "Ġ", + "keyp" + ], + [ + "Ġke", + "yp" + ], + [ + "Ġkey", + "p" + ], + [ + "-f", + "aceted" + ], + [ + "-face", + "ted" + ], + [ + "Ġinf", + "late" + ], + [ + "Ġinfl", + "ate" + ], + [ + "Ġg", + "rated" + ], + [ + "Ġgra", + "ted" + ], + [ + "Ġgr", + "ated" + ], + [ + "Ġgrat", + "ed" + ], + [ + "Ġgrate", + "d" + ], + [ + "Ġsw", + "allows" + ], + [ + "Ġswallow", + "s" + ], + [ + "Ġhy", + "acinth" + ], + [ + "Ġmicro", + "fluidic" + ], + [ + "Ġv", + "ersed" + ], + [ + "Ġver", + "sed" + ], + [ + "Ġvers", + "ed" + ], + [ + "Ġverse", + "d" + ], + [ + "Ġsuper", + "fl" + ], + [ + "Ġsuperf", + "l" + ], + [ + "b", + "oa" + ], + [ + "bo", + "a" + ], + [ + "Ġear", + "ths" + ], + [ + "Ġearth", + "s" + ], + [ + "-in", + "jury" + ], + [ + "Ġtax", + "on" + ], + [ + "Ġta", + "xon" + ], + [ + "ĠGl", + "uc" + ], + [ + "ĠAng", + "kor" + ], + [ + "H", + "EL" + ], + [ + "HE", + "L" + ], + [ + "place", + "able" + ], + [ + "ĠM", + "oran" + ], + [ + "ĠMor", + "an" + ], + [ + "ĠMo", + "ran" + ], + [ + "Ġne", + "uter" + ], + [ + "Ġneut", + "er" + ], + [ + "Ġneu", + "ter" + ], + [ + "ĠM", + "etz" + ], + [ + "ĠMe", + "tz" + ], + [ + "ĠMet", + "z" + ], + [ + "ĠMiddle", + "ton" + ], + [ + "Ġprem", + "iere" + ], + [ + "Ġpremier", + "e" + ], + [ + "Ġdoor", + "step" + ], + [ + "U", + "RL" + ], + [ + "UR", + "L" + ], + [ + "ĠExp", + "and" + ], + [ + "Me", + "eting" + ], + [ + "Meet", + "ing" + ], + [ + "ight", + "houses" + ], + [ + "ighth", + "ouses" + ], + [ + "ighthouse", + "s" + ], + [ + "ĠPoly", + "nesian" + ], + [ + "ĠPolynesia", + "n" + ], + [ + "ĠDarwin", + "ism" + ], + [ + "Ġextrem", + "ists" + ], + [ + "Ġextremist", + "s" + ], + [ + "ocent", + "esis" + ], + [ + "oen", + "ix" + ], + [ + "Ġover", + "taken" + ], + [ + "Ġovert", + "aken" + ], + [ + "Ġovertake", + "n" + ], + [ + "Ġallev", + "iation" + ], + [ + "Ġallevi", + "ation" + ], + [ + "ĠIn", + "volved" + ], + [ + "ĠInv", + "olved" + ], + [ + "ĠInvolve", + "d" + ], + [ + "urg", + "ents" + ], + [ + "о", + "д" + ], + [ + "оÐ", + "´" + ], + [ + "Ġflaw", + "less" + ], + [ + "ip", + "ede" + ], + [ + "ipe", + "de" + ], + [ + "iped", + "e" + ], + [ + "ĠDh", + "abi" + ], + [ + "Ġincomp", + "rehensible" + ], + [ + "OH", + "N" + ], + [ + "Ġacet", + "one" + ], + [ + "Ġfresh", + "en" + ], + [ + "Ġfres", + "hen" + ], + [ + "Proper", + "ties" + ], + [ + "Ġrhin", + "oceros" + ], + [ + "Ġdemocratic", + "ally" + ], + [ + "Ġdemocr", + "atically" + ], + [ + "Ġdemocrat", + "ically" + ], + [ + "ĠBever", + "ly" + ], + [ + "ĠEncyclop", + "ædia" + ], + [ + "ĠDeut", + "sche" + ], + [ + "ĠDeutsch", + "e" + ], + [ + "F", + "unctional" + ], + [ + "Function", + "al" + ], + [ + "Insp", + "ired" + ], + [ + "Ġglab", + "rous" + ], + [ + "ĠArbore", + "tum" + ], + [ + "-", + "Step" + ], + [ + "-St", + "ep" + ], + [ + "P", + "overty" + ], + [ + "Po", + "verty" + ], + [ + "S", + "B" + ], + [ + "S", + "ense" + ], + [ + "Sen", + "se" + ], + [ + "g", + "rine" + ], + [ + "gr", + "ine" + ], + [ + "k", + "at" + ], + [ + "ka", + "t" + ], + [ + "s", + "ave" + ], + [ + "sa", + "ve" + ], + [ + "Ġo", + "racle" + ], + [ + "Ġor", + "acle" + ], + [ + "Ġora", + "cle" + ], + [ + "e", + "ny" + ], + [ + "en", + "y" + ], + [ + "a", + "lay" + ], + [ + "al", + "ay" + ], + [ + "ala", + "y" + ], + [ + "Ġm", + "olt" + ], + [ + "Ġmo", + "lt" + ], + [ + "Ġmol", + "t" + ], + [ + "Ġh", + "ammers" + ], + [ + "Ġham", + "mers" + ], + [ + "Ġhammer", + "s" + ], + [ + "Ġhamm", + "ers" + ], + [ + "Ġth", + "iamine" + ], + [ + "Ġthi", + "amine" + ], + [ + "Ġg", + "cse" + ], + [ + "ĠS", + "urn" + ], + [ + "ĠSu", + "rn" + ], + [ + "ĠSur", + "n" + ], + [ + "ĠI", + "EC" + ], + [ + "ĠIE", + "C" + ], + [ + "a", + "mu" + ], + [ + "am", + "u" + ], + [ + "ad", + "ish" + ], + [ + "adi", + "sh" + ], + [ + "adis", + "h" + ], + [ + "if", + "eration" + ], + [ + "ife", + "ration" + ], + [ + "ifer", + "ation" + ], + [ + "ifera", + "tion" + ], + [ + "t", + "hon" + ], + [ + "th", + "on" + ], + [ + "ĠM", + "eng" + ], + [ + "ĠMe", + "ng" + ], + [ + "ĠMen", + "g" + ], + [ + "ĠM", + "IS" + ], + [ + "ĠMI", + "S" + ], + [ + "ĠM", + "ESSENGER" + ], + [ + "op", + "ting" + ], + [ + "opt", + "ing" + ], + [ + "Ġhe", + "parin" + ], + [ + "Ġhep", + "arin" + ], + [ + "ĠP", + "alsy" + ], + [ + "ĠPal", + "sy" + ], + [ + "ĠH", + "ector" + ], + [ + "ĠHe", + "ctor" + ], + [ + "ĠD", + "oodle" + ], + [ + "ĠE", + "ner" + ], + [ + "ĠEn", + "er" + ], + [ + "ĠF", + "ay" + ], + [ + "ĠFa", + "y" + ], + [ + "ĠG", + "athering" + ], + [ + "ĠGather", + "ing" + ], + [ + "ĠGat", + "hering" + ], + [ + "Ġa", + "but" + ], + [ + "Ġab", + "ut" + ], + [ + "a", + "vo" + ], + [ + "av", + "o" + ], + [ + "ord", + "inated" + ], + [ + "ordinate", + "d" + ], + [ + "Ġwork", + "men" + ], + [ + "r", + "ito" + ], + [ + "ri", + "to" + ], + [ + "rit", + "o" + ], + [ + "ĠCh", + "lamydia" + ], + [ + "Ġt", + "ris" + ], + [ + "Ġtr", + "is" + ], + [ + "Ġtri", + "s" + ], + [ + "Ġfe", + "asting" + ], + [ + "Ġfeas", + "ting" + ], + [ + "Ġfeast", + "ing" + ], + [ + "r", + "ibal" + ], + [ + "ri", + "bal" + ], + [ + "rib", + "al" + ], + [ + "Ġco", + "als" + ], + [ + "Ġcoal", + "s" + ], + [ + "âĢĶ", + "will" + ], + [ + "a", + "shore" + ], + [ + "as", + "hore" + ], + [ + "ash", + "ore" + ], + [ + "Ġapp", + "roves" + ], + [ + "Ġappro", + "ves" + ], + [ + "Ġapprove", + "s" + ], + [ + "ĠDe", + "hydration" + ], + [ + "ĠSh", + "into" + ], + [ + "ĠShin", + "to" + ], + [ + "ĠSh", + "utterstock" + ], + [ + "Ġbook", + "lets" + ], + [ + "Ġbooklet", + "s" + ], + [ + "Ġbook", + "keeping" + ], + [ + "hy", + "brid" + ], + [ + "-t", + "ier" + ], + [ + "a", + "ppers" + ], + [ + "ap", + "pers" + ], + [ + "app", + "ers" + ], + [ + "apper", + "s" + ], + [ + "val", + "uating" + ], + [ + "valu", + "ating" + ], + [ + "Ġfeed", + "ings" + ], + [ + "Ġfeeding", + "s" + ], + [ + "Ġfee", + "dings" + ], + [ + "Ġthought", + "fully" + ], + [ + "Ġthoughtful", + "ly" + ], + [ + "o", + "phosphate" + ], + [ + "oph", + "osphate" + ], + [ + "ophosph", + "ate" + ], + [ + "Ġbar", + "ons" + ], + [ + "Ġba", + "rons" + ], + [ + "Ġbaron", + "s" + ], + [ + "Ġst", + "rapped" + ], + [ + "Ġstr", + "apped" + ], + [ + "Ġstra", + "pped" + ], + [ + "Ġstrap", + "ped" + ], + [ + "Ġs", + "ilos" + ], + [ + "Ġsil", + "os" + ], + [ + "Ġsi", + "los" + ], + [ + "Ġsilo", + "s" + ], + [ + "Ġwalk", + "ways" + ], + [ + "Ġwalkway", + "s" + ], + [ + "Ġfa", + "ecal" + ], + [ + "-st", + "akes" + ], + [ + "Ġadj", + "uvant" + ], + [ + "Ġep", + "iphy" + ], + [ + "Ġte", + "nor" + ], + [ + "Ġten", + "or" + ], + [ + "sec", + "ured" + ], + [ + "secure", + "d" + ], + [ + "ĠAir", + "ways" + ], + [ + "Ġtoxic", + "ology" + ], + [ + "Ġhyper", + "links" + ], + [ + "Ġhyperlink", + "s" + ], + [ + "Ġ", + "venting" + ], + [ + "Ġv", + "enting" + ], + [ + "Ġvent", + "ing" + ], + [ + "Ġven", + "ting" + ], + [ + "Ġnan", + "ometer" + ], + [ + "Ġnano", + "meter" + ], + [ + "Ġnanom", + "eter" + ], + [ + "ĠFre", + "ib" + ], + [ + "ĠFre", + "mont" + ], + [ + "ĠRad", + "on" + ], + [ + "ĠRa", + "don" + ], + [ + "irt", + "ually" + ], + [ + "irtual", + "ly" + ], + [ + "ĠWood", + "en" + ], + [ + "ĠWo", + "oden" + ], + [ + "gu", + "erite" + ], + [ + "gue", + "rite" + ], + [ + "Ġinher", + "its" + ], + [ + "Ġinherit", + "s" + ], + [ + "Ġpin", + "ching" + ], + [ + "Ġpinch", + "ing" + ], + [ + "Ġpinc", + "hing" + ], + [ + "ĠPro", + "position" + ], + [ + "ĠProp", + "osition" + ], + [ + "Ġid", + "iosyn" + ], + [ + "iat", + "rists" + ], + [ + "iatrist", + "s" + ], + [ + "-ex", + "ist" + ], + [ + "Ġflavor", + "ful" + ], + [ + "Ġcrack", + "down" + ], + [ + "Ġb", + "ellig" + ], + [ + "Ġbel", + "lig" + ], + [ + "Ġbell", + "ig" + ], + [ + "ĠL", + "iang" + ], + [ + "ĠLi", + "ang" + ], + [ + "ĠLia", + "ng" + ], + [ + "ĠLo", + "gin" + ], + [ + "ĠLog", + "in" + ], + [ + "-k", + "illing" + ], + [ + "-kil", + "ling" + ], + [ + "Ġsau", + "cer" + ], + [ + "Ġsauce", + "r" + ], + [ + "Ġwed", + "ges" + ], + [ + "Ġwedge", + "s" + ], + [ + "ĠLind", + "bergh" + ], + [ + "ĠKind", + "ness" + ], + [ + "ĠSi", + "amese" + ], + [ + "ĠSiam", + "ese" + ], + [ + "Ġsupp", + "ressor" + ], + [ + "Ġsuppress", + "or" + ], + [ + "ĠI", + "LO" + ], + [ + "ĠIL", + "O" + ], + [ + "Exper", + "iment" + ], + [ + "Ġdetox", + "ify" + ], + [ + "Govern", + "or" + ], + [ + "ass", + "emia" + ], + [ + "asse", + "mia" + ], + [ + "ĠGr", + "owers" + ], + [ + "ĠGrow", + "ers" + ], + [ + "ĠGro", + "wers" + ], + [ + "ĠShaw", + "nee" + ], + [ + "ĠShawn", + "ee" + ], + [ + "ĠCer", + "amic" + ], + [ + "ĠSN", + "Ps" + ], + [ + "ĠSNP", + "s" + ], + [ + "start", + "ing" + ], + [ + "star", + "ting" + ], + [ + "Ġextingu", + "isher" + ], + [ + "Ġextinguish", + "er" + ], + [ + "Ġconjug", + "ation" + ], + [ + "Ġbibli", + "ographies" + ], + [ + "Ġinex", + "plic" + ], + [ + "Ġerrone", + "ously" + ], + [ + "Ġerroneous", + "ly" + ], + [ + "Ġh", + "inged" + ], + [ + "Ġhing", + "ed" + ], + [ + "Ġhinge", + "d" + ], + [ + "ĠMosquit", + "oes" + ], + [ + "ĠMosquito", + "es" + ], + [ + "ĠT", + "zu" + ], + [ + "ĠTz", + "u" + ], + [ + "Ġenrol", + "ment" + ], + [ + "Ġcivic", + "s" + ], + [ + "Ġciv", + "ics" + ], + [ + "Ġscorp", + "ion" + ], + [ + "ĠSof", + "ia" + ], + [ + "Exec", + "utive" + ], + [ + "-", + "technical" + ], + [ + "-techn", + "ical" + ], + [ + "Josh", + "ua" + ], + [ + "Jos", + "hua" + ], + [ + "Indones", + "ia" + ], + [ + "Ġastring", + "ent" + ], + [ + "\"", + "\"" + ], + [ + "\"", + ":Ċ" + ], + [ + "\":", + "Ċ" + ], + [ + ".", + "View" + ], + [ + ".V", + "iew" + ], + [ + "D", + "ivision" + ], + [ + "Di", + "vision" + ], + [ + "Div", + "ision" + ], + [ + "V", + "IR" + ], + [ + "VI", + "R" + ], + [ + "c", + "ation" + ], + [ + "ca", + "tion" + ], + [ + "cat", + "ion" + ], + [ + "p", + "asses" + ], + [ + "pass", + "es" + ], + [ + "pas", + "ses" + ], + [ + "p", + "icture" + ], + [ + "pict", + "ure" + ], + [ + "s", + "an" + ], + [ + "sa", + "n" + ], + [ + "t", + "ica" + ], + [ + "tic", + "a" + ], + [ + "ti", + "ca" + ], + [ + "r", + "east" + ], + [ + "re", + "ast" + ], + [ + "reas", + "t" + ], + [ + "rea", + "st" + ], + [ + "Ġp", + "ith" + ], + [ + "Ġpi", + "th" + ], + [ + "Ġpit", + "h" + ], + [ + "ut", + "nik" + ], + [ + "ce", + "iver" + ], + [ + "ceive", + "r" + ], + [ + "ce", + "ivable" + ], + [ + "ĠI", + "AS" + ], + [ + "ĠIA", + "S" + ], + [ + "ĠC", + "ache" + ], + [ + "ĠCa", + "che" + ], + [ + "ul", + "ata" + ], + [ + "ula", + "ta" + ], + [ + "ĠM", + "iddles" + ], + [ + "ĠMiddle", + "s" + ], + [ + "ĠH", + "arcourt" + ], + [ + "ĠHar", + "court" + ], + [ + "ĠD", + "AC" + ], + [ + "ĠDA", + "C" + ], + [ + "ri", + "arch" + ], + [ + "Ġab", + "duction" + ], + [ + "Ġabd", + "uction" + ], + [ + "Ġabduct", + "ion" + ], + [ + "ĠL", + "oth" + ], + [ + "ĠLo", + "th" + ], + [ + "ĠLot", + "h" + ], + [ + "ĠO", + "lson" + ], + [ + "ĠOl", + "son" + ], + [ + "en", + "dorf" + ], + [ + "end", + "orf" + ], + [ + "endor", + "f" + ], + [ + "Ġj", + "aguar" + ], + [ + "Ġun", + "specified" + ], + [ + "ĠK", + "is" + ], + [ + "ĠKi", + "s" + ], + [ + "ĠY", + "ok" + ], + [ + "ĠYo", + "k" + ], + [ + "os", + "sa" + ], + [ + "oss", + "a" + ], + [ + "t", + "son" + ], + [ + "ts", + "on" + ], + [ + ")", + ".\"" + ], + [ + ").", + "\"" + ], + [ + "er", + "ta" + ], + [ + "ert", + "a" + ], + [ + "Ġs", + "ock" + ], + [ + "Ġso", + "ck" + ], + [ + "Ġsoc", + "k" + ], + [ + "Ġ", + "enthal" + ], + [ + "Ġen", + "thal" + ], + [ + "Ġent", + "hal" + ], + [ + "Ġenth", + "al" + ], + [ + "Ġinfl", + "orescence" + ], + [ + "Ġpar", + "v" + ], + [ + "Ġf", + "inch" + ], + [ + "Ġfin", + "ch" + ], + [ + "ĠC", + "olo" + ], + [ + "ĠCol", + "o" + ], + [ + "ĠCo", + "lo" + ], + [ + "ĠEn", + "able" + ], + [ + "ĠCar", + "leton" + ], + [ + "ĠCarl", + "eton" + ], + [ + "ĠCal", + "ab" + ], + [ + "ĠCa", + "lab" + ], + [ + "Ġmodern", + "ize" + ], + [ + "u", + "ela" + ], + [ + "ue", + "la" + ], + [ + "uel", + "a" + ], + [ + "ĠNo", + "el" + ], + [ + "A", + "NI" + ], + [ + "AN", + "I" + ], + [ + "ĠKe", + "ats" + ], + [ + "ĠBar", + "low" + ], + [ + "ĠIn", + "cas" + ], + [ + "ĠInc", + "as" + ], + [ + "ĠInca", + "s" + ], + [ + "Ġunder", + "e" + ], + [ + "Ġund", + "ere" + ], + [ + "Ġcry", + "ogenic" + ], + [ + "ĠVir", + "go" + ], + [ + "S", + "TA" + ], + [ + "ST", + "A" + ], + [ + "Ġcon", + "vol" + ], + [ + "Ġconv", + "ol" + ], + [ + "v", + "isors" + ], + [ + "vis", + "ors" + ], + [ + "visor", + "s" + ], + [ + "ĠW", + "inds" + ], + [ + "ĠWind", + "s" + ], + [ + "ĠWin", + "ds" + ], + [ + "isp", + "henol" + ], + [ + "Äģ", + "h" + ], + [ + "Ġtank", + "ers" + ], + [ + "Ġtan", + "kers" + ], + [ + "Ġtanker", + "s" + ], + [ + "ĠBro", + "ccoli" + ], + [ + "Ġun", + "wind" + ], + [ + "Ġunw", + "ind" + ], + [ + "Ġgirl", + "friend" + ], + [ + "ĠSan", + "dia" + ], + [ + "ĠSand", + "ia" + ], + [ + "ĠImp", + "air" + ], + [ + "Ġho", + "oves" + ], + [ + "ĠInvest", + "ors" + ], + [ + "ĠHa", + "em" + ], + [ + "-dep", + "ress" + ], + [ + "-de", + "press" + ], + [ + "Bel", + "ieve" + ], + [ + "ĠRus", + "kin" + ], + [ + "ĠRu", + "skin" + ], + [ + "Ġover", + "turn" + ], + [ + "Ġovert", + "urn" + ], + [ + "Ġsea", + "side" + ], + [ + "Ġseas", + "ide" + ], + [ + "PT", + "ION" + ], + [ + "orrh", + "oea" + ], + [ + "orr", + "hoea" + ], + [ + "ĠImprove", + "ments" + ], + [ + "ĠImprovement", + "s" + ], + [ + "ĠConserv", + "atives" + ], + [ + "ĠConservative", + "s" + ], + [ + "Ġoscill", + "ating" + ], + [ + "à¸", + "²" + ], + [ + "ĠInv", + "asion" + ], + [ + "Ġouts", + "ourcing" + ], + [ + "p", + "opular" + ], + [ + "pop", + "ular" + ], + [ + "Ġrefer", + "ee" + ], + [ + "Ġrefere", + "e" + ], + [ + "ĠExpl", + "orers" + ], + [ + "ĠExplore", + "rs" + ], + [ + "ĠExplorer", + "s" + ], + [ + "ĠExplo", + "rers" + ], + [ + "ĠExplor", + "ers" + ], + [ + "Ġsquad", + "rons" + ], + [ + "Ġsquadron", + "s" + ], + [ + "Ġ", + "Suggested" + ], + [ + "ĠSuggest", + "ed" + ], + [ + "Ġdeline", + "ate" + ], + [ + "Ġant", + "agonists" + ], + [ + "Ġantagon", + "ists" + ], + [ + "Ġantagonist", + "s" + ], + [ + "Ġlum", + "ens" + ], + [ + "Ġlumen", + "s" + ], + [ + "verte", + "bral" + ], + [ + "Ġdiss", + "ected" + ], + [ + "Ġdissect", + "ed" + ], + [ + "Ġmicroprocess", + "ors" + ], + [ + "Ġmicroprocessor", + "s" + ], + [ + "ĠAnch", + "or" + ], + [ + "Ġaltru", + "istic" + ], + [ + "ĠChampions", + "hip" + ], + [ + "ĠChampion", + "ship" + ], + [ + "Ġspar", + "rows" + ], + [ + "Ġsparrow", + "s" + ], + [ + "Ġax", + "ioms" + ], + [ + "Ġaxi", + "oms" + ], + [ + "Ġaxiom", + "s" + ], + [ + "Franc", + "is" + ], + [ + "Ġma", + "scot" + ], + [ + "Ġmas", + "cot" + ], + [ + "Ġmasc", + "ot" + ], + [ + "Ġvascul", + "itis" + ], + [ + "-", + "race" + ], + [ + "-r", + "ace" + ], + [ + "-ra", + "ce" + ], + [ + "-rac", + "e" + ], + [ + "/", + "care" + ], + [ + "/c", + "are" + ], + [ + "J", + "M" + ], + [ + "K", + "in" + ], + [ + "O", + "ps" + ], + [ + "Op", + "s" + ], + [ + "P", + "up" + ], + [ + "Pu", + "p" + ], + [ + "d", + "orf" + ], + [ + "dor", + "f" + ], + [ + "g", + "us" + ], + [ + "gu", + "s" + ], + [ + "r", + "ily" + ], + [ + "ri", + "ly" + ], + [ + "ril", + "y" + ], + [ + "s", + "ons" + ], + [ + "so", + "ns" + ], + [ + "son", + "s" + ], + [ + "s", + "burg" + ], + [ + "Ø", + "Į" + ], + [ + "Ġa", + "irst" + ], + [ + "Ġair", + "st" + ], + [ + "o", + "ros" + ], + [ + "or", + "os" + ], + [ + "oro", + "s" + ], + [ + "al", + "ter" + ], + [ + "alt", + "er" + ], + [ + "Ġf", + "escue" + ], + [ + "Ġm", + "ailed" + ], + [ + "Ġma", + "iled" + ], + [ + "Ġmail", + "ed" + ], + [ + "c", + "eles" + ], + [ + "ce", + "les" + ], + [ + "cel", + "es" + ], + [ + "cele", + "s" + ], + [ + "r", + "aint" + ], + [ + "ra", + "int" + ], + [ + "rain", + "t" + ], + [ + "rai", + "nt" + ], + [ + "ĠA", + "ar" + ], + [ + "ĠC", + "oon" + ], + [ + "ĠCo", + "on" + ], + [ + "if", + "lora" + ], + [ + "Ġch", + "atter" + ], + [ + "Ġchat", + "ter" + ], + [ + "ĠD", + "EVELOP" + ], + [ + "ĠE", + "rd" + ], + [ + "ĠEr", + "d" + ], + [ + "ĠN", + "ativity" + ], + [ + "ĠNat", + "ivity" + ], + [ + "ĠG", + "at" + ], + [ + "ĠGa", + "t" + ], + [ + "Ġm", + "anga" + ], + [ + "Ġman", + "ga" + ], + [ + "Ġmang", + "a" + ], + [ + "Ġover", + "comes" + ], + [ + "Ġovercome", + "s" + ], + [ + "Ġoverc", + "omes" + ], + [ + "Ġover", + "power" + ], + [ + "Ġoverp", + "ower" + ], + [ + "ĠY", + "unnan" + ], + [ + "ĠYun", + "nan" + ], + [ + "ĠUn", + "usual" + ], + [ + "ic", + "ki" + ], + [ + "ick", + "i" + ], + [ + "Ġsub", + "systems" + ], + [ + "Ġsubsystem", + "s" + ], + [ + "Ġsk", + "unk" + ], + [ + "le", + "don" + ], + [ + "led", + "on" + ], + [ + "Ġend", + "angering" + ], + [ + "Ġendanger", + "ing" + ], + [ + "âĢĶ", + "on" + ], + [ + "-f", + "if" + ], + [ + "-fi", + "f" + ], + [ + "ane", + "ity" + ], + [ + "ap", + "sing" + ], + [ + "aps", + "ing" + ], + [ + "i", + "valence" + ], + [ + "ival", + "ence" + ], + [ + "yn", + "man" + ], + [ + "-", + "stroke" + ], + [ + "-st", + "roke" + ], + [ + "Ġt", + "enet" + ], + [ + "Ġte", + "net" + ], + [ + "Ġten", + "et" + ], + [ + "Ġtene", + "t" + ], + [ + "Be", + "havioral" + ], + [ + "Behavior", + "al" + ], + [ + "Ġurban", + "ized" + ], + [ + "EC", + "TS" + ], + [ + "ECT", + "S" + ], + [ + "ĠMat", + "isse" + ], + [ + "Ġsquare", + "ly" + ], + [ + "ĠLa", + "uder" + ], + [ + "ĠLau", + "der" + ], + [ + "ĠLaud", + "er" + ], + [ + "O", + "TE" + ], + [ + "OT", + "E" + ], + [ + "ĠRef", + "lux" + ], + [ + "ĠBur", + "undi" + ], + [ + "Ġrandom", + "ness" + ], + [ + "Ġun", + "productive" + ], + [ + "Ġunp", + "roductive" + ], + [ + "-", + "Feb" + ], + [ + "-F", + "eb" + ], + [ + "ĠOx", + "fam" + ], + [ + "Ġgro", + "tesque" + ], + [ + "Ġ", + "а" + ], + [ + "ĠÐ", + "°" + ], + [ + "ĠHand", + "le" + ], + [ + "ĠHand", + "writing" + ], + [ + "Ġcon", + "ceiving" + ], + [ + "Ġconce", + "iving" + ], + [ + "be", + "come" + ], + [ + "bec", + "ome" + ], + [ + "ĠWal", + "nut" + ], + [ + "ĠP", + "ainted" + ], + [ + "ĠPain", + "ted" + ], + [ + "ĠPaint", + "ed" + ], + [ + "A", + "cad" + ], + [ + "Ac", + "ad" + ], + [ + "Ġdisag", + "rees" + ], + [ + "Ġdisagree", + "s" + ], + [ + "ĠMcC", + "ull" + ], + [ + "Inc", + "lude" + ], + [ + "Ġrend", + "ezvous" + ], + [ + "Ġfluctu", + "ates" + ], + [ + "Ġfluctuate", + "s" + ], + [ + "Ġ", + "Showing" + ], + [ + "ĠSh", + "owing" + ], + [ + "ĠShow", + "ing" + ], + [ + "ĠSho", + "wing" + ], + [ + "ĠBan", + "anas" + ], + [ + "ĠBanana", + "s" + ], + [ + "Ġmodest", + "ly" + ], + [ + "ĠOd", + "isha" + ], + [ + "Ġinter", + "connection" + ], + [ + "Ġintercon", + "nection" + ], + [ + "Ġinterconnect", + "ion" + ], + [ + "Ġwhite", + "ness" + ], + [ + "Ġwhit", + "eness" + ], + [ + "ĠLiver", + "more" + ], + [ + "stud", + "ies" + ], + [ + "Ġtendon", + "itis" + ], + [ + "elect", + "ronics" + ], + [ + "electronic", + "s" + ], + [ + "Ġst", + "ylus" + ], + [ + "Ġstyl", + "us" + ], + [ + "Ġsty", + "lus" + ], + [ + "ĠVoy", + "age" + ], + [ + "ĠFib", + "onacci" + ], + [ + "ĠBre", + "athe" + ], + [ + "ĠBreat", + "he" + ], + [ + "ĠBreath", + "e" + ], + [ + "ĠBelarus", + "ian" + ], + [ + "Ġbi", + "ochem" + ], + [ + "Ġbio", + "chem" + ], + [ + "Ġbioc", + "hem" + ], + [ + "-carb", + "ohydrate" + ], + [ + "Ġwhistle", + "b" + ], + [ + "ĠPO", + "WER" + ], + [ + "ĠPOW", + "ER" + ], + [ + "Ren", + "ewable" + ], + [ + "pi", + "rin" + ], + [ + "pir", + "in" + ], + [ + "Ġcalam", + "ities" + ], + [ + "Ġig", + "uan" + ], + [ + "Treatment", + "s" + ], + [ + "Treat", + "ments" + ], + [ + "ĠAnti", + "gone" + ], + [ + "ĠAntig", + "one" + ], + [ + "Ġprocrast", + "ination" + ], + [ + "ĠAm", + "ino" + ], + [ + "ĠAmin", + "o" + ], + [ + "ĠOscill", + "ation" + ], + [ + "-store", + "y" + ], + [ + "Ġrepurp", + "osed" + ], + [ + "ĠMcCorm", + "ick" + ], + [ + "Ġsobri", + "ety" + ], + [ + "\"", + "He" + ], + [ + "'", + ")," + ], + [ + "')", + "," + ], + [ + "-", + "arm" + ], + [ + "-a", + "rm" + ], + [ + "-ar", + "m" + ], + [ + "M", + "ix" + ], + [ + "Mi", + "x" + ], + [ + "R", + "IS" + ], + [ + "RI", + "S" + ], + [ + "S", + "oy" + ], + [ + "So", + "y" + ], + [ + "n", + "one" + ], + [ + "no", + "ne" + ], + [ + "non", + "e" + ], + [ + "x", + "ico" + ], + [ + "xic", + "o" + ], + [ + "xi", + "co" + ], + [ + "Ġre", + "name" + ], + [ + "Ġr", + "ename" + ], + [ + "Ġren", + "ame" + ], + [ + "Ġl", + "ymphedema" + ], + [ + "Ġlymph", + "edema" + ], + [ + "s", + "ta" + ], + [ + "st", + "a" + ], + [ + "ĠA", + "pt" + ], + [ + "ĠAp", + "t" + ], + [ + "ĠS", + "UR" + ], + [ + "ĠSU", + "R" + ], + [ + "ĠS", + "LE" + ], + [ + "ĠSL", + "E" + ], + [ + "ĠC", + "iv" + ], + [ + "ĠCi", + "v" + ], + [ + "ĠC", + "yl" + ], + [ + "ĠCy", + "l" + ], + [ + "ĠH", + "ue" + ], + [ + "ĠHu", + "e" + ], + [ + "Ġ", + "WC" + ], + [ + "ĠW", + "C" + ], + [ + "Ġ", + "WM" + ], + [ + "ĠW", + "M" + ], + [ + "ĠD", + "irty" + ], + [ + "ĠDir", + "ty" + ], + [ + "ĠDirt", + "y" + ], + [ + "Ġwas", + "hers" + ], + [ + "Ġwash", + "ers" + ], + [ + "Ġwasher", + "s" + ], + [ + "Ġle", + "ukaemia" + ], + [ + "ĠF", + "av" + ], + [ + "ĠFa", + "v" + ], + [ + "ĠR", + "SA" + ], + [ + "ĠRS", + "A" + ], + [ + "ĠR", + "aff" + ], + [ + "ĠRa", + "ff" + ], + [ + "ĠRaf", + "f" + ], + [ + "Ġpl", + "ump" + ], + [ + "Ġplum", + "p" + ], + [ + "e", + "well" + ], + [ + "ew", + "ell" + ], + [ + "Ġbut", + "ts" + ], + [ + "Ġbutt", + "s" + ], + [ + "o", + "neg" + ], + [ + "on", + "eg" + ], + [ + "one", + "g" + ], + [ + "Ġt", + "rach" + ], + [ + "Ġtra", + "ch" + ], + [ + "Ġtr", + "ach" + ], + [ + "Ġr", + "osy" + ], + [ + "Ġro", + "sy" + ], + [ + "Ġros", + "y" + ], + [ + "al", + "thus" + ], + [ + "alth", + "us" + ], + [ + "alt", + "hus" + ], + [ + "Ġag", + "ri" + ], + [ + "Ġcons", + "ul" + ], + [ + "Ġph", + "asing" + ], + [ + "Ġa", + "corn" + ], + [ + "Ġac", + "orn" + ], + [ + "Ġin", + "vig" + ], + [ + "Ġinv", + "ig" + ], + [ + "Ġinv", + "ades" + ], + [ + "Ġinvade", + "s" + ], + [ + "Ġdisc", + "erning" + ], + [ + "Ġdiscern", + "ing" + ], + [ + "Ġde", + "fol" + ], + [ + "Ġdef", + "ol" + ], + [ + "Ġcommon", + "est" + ], + [ + "ĠInd", + "och" + ], + [ + "ĠIndo", + "ch" + ], + [ + "a", + "hr" + ], + [ + "ah", + "r" + ], + [ + "ĠSh", + "ri" + ], + [ + "Ġcreat", + "inine" + ], + [ + "ĠChrist", + "endom" + ], + [ + "Ġwe", + "ighting" + ], + [ + "Ġweight", + "ing" + ], + [ + "Ġweigh", + "ting" + ], + [ + "Ġbar", + "oque" + ], + [ + "Ġap", + "ical" + ], + [ + "Ġa", + "pron" + ], + [ + "Ġap", + "ron" + ], + [ + "Ġapr", + "on" + ], + [ + "ĠB", + "oom" + ], + [ + "ĠBo", + "om" + ], + [ + "-st", + "ricken" + ], + [ + "m", + "osphere" + ], + [ + "mosp", + "here" + ], + [ + "ĠTw", + "elfth" + ], + [ + "Ġvisual", + "ise" + ], + [ + "Ġbound", + "less" + ], + [ + "Ġrep", + "roductions" + ], + [ + "Ġreprodu", + "ctions" + ], + [ + "Ġreproduction", + "s" + ], + [ + "Ġpurs", + "uant" + ], + [ + "Ġimmun", + "oglobulin" + ], + [ + "ĠCarol", + "inas" + ], + [ + "ĠCarolina", + "s" + ], + [ + "Ġneuro", + "to" + ], + [ + "Ġneur", + "oto" + ], + [ + "Ġbreath", + "able" + ], + [ + "ĠO", + "hm" + ], + [ + "ĠOh", + "m" + ], + [ + "ĠMS", + "G" + ], + [ + "Ġcon", + "figuring" + ], + [ + "Ġconfig", + "uring" + ], + [ + "Gl", + "obally" + ], + [ + "Global", + "ly" + ], + [ + "Reg", + "ister" + ], + [ + "tra", + "umatic" + ], + [ + "ĠDeep", + "water" + ], + [ + "Fl", + "ood" + ], + [ + "Ġproclaim", + "s" + ], + [ + "ĠCatal", + "ina" + ], + [ + "ĠD", + "etermination" + ], + [ + "ĠDe", + "termination" + ], + [ + "ĠDeterm", + "ination" + ], + [ + "ĠDeter", + "mination" + ], + [ + "ĠKe", + "rr" + ], + [ + "ĠKer", + "r" + ], + [ + "Ġn", + "uance" + ], + [ + "Ġnu", + "ance" + ], + [ + "-", + "support" + ], + [ + "-supp", + "ort" + ], + [ + "Ġom", + "nip" + ], + [ + "Ġomn", + "ip" + ], + [ + "Resp", + "onse" + ], + [ + "Respons", + "e" + ], + [ + "a", + "aS" + ], + [ + "aa", + "S" + ], + [ + "ĠRic", + "ardo" + ], + [ + "Ġoutc", + "rop" + ], + [ + "Histor", + "ians" + ], + [ + "n", + "isone" + ], + [ + "nis", + "one" + ], + [ + "ĠT", + "umor" + ], + [ + "ĠTu", + "mor" + ], + [ + "ĠTum", + "or" + ], + [ + "ĠJ", + "akob" + ], + [ + "ĠJak", + "ob" + ], + [ + "-lo", + "aded" + ], + [ + "-load", + "ed" + ], + [ + "Ġobliv", + "ious" + ], + [ + "ĠVaugh", + "an" + ], + [ + "-", + "steroidal" + ], + [ + "-ster", + "oidal" + ], + [ + "oxif", + "en" + ], + [ + "Ġ", + "à¦" + ], + [ + "Ġà", + "¦" + ], + [ + "L", + "yn" + ], + [ + "Ly", + "n" + ], + [ + "g", + "rowing" + ], + [ + "gr", + "owing" + ], + [ + "grow", + "ing" + ], + [ + "r", + "ata" + ], + [ + "ra", + "ta" + ], + [ + "rat", + "a" + ], + [ + "Ĥ", + "¹" + ], + [ + "Î", + "Ķ" + ], + [ + "a", + "tons" + ], + [ + "at", + "ons" + ], + [ + "ato", + "ns" + ], + [ + "aton", + "s" + ], + [ + "Ġ", + "wort" + ], + [ + "Ġw", + "ort" + ], + [ + "Ġwor", + "t" + ], + [ + "Ġwo", + "rt" + ], + [ + "it", + "os" + ], + [ + "ito", + "s" + ], + [ + "Ġl", + "aryngeal" + ], + [ + "ĠT", + "U" + ], + [ + "ĠT", + "ory" + ], + [ + "ĠTo", + "ry" + ], + [ + "ĠTor", + "y" + ], + [ + "ĠP", + "ren" + ], + [ + "ĠPr", + "en" + ], + [ + "ĠPre", + "n" + ], + [ + "ĠB", + "ray" + ], + [ + "ĠBra", + "y" + ], + [ + "ĠBr", + "ay" + ], + [ + "ĠH", + "Y" + ], + [ + "Ġc", + "hats" + ], + [ + "Ġch", + "ats" + ], + [ + "Ġcha", + "ts" + ], + [ + "Ġchat", + "s" + ], + [ + "ĠD", + "iaz" + ], + [ + "ĠDi", + "az" + ], + [ + "ĠDia", + "z" + ], + [ + "ĠG", + "uth" + ], + [ + "ĠGu", + "th" + ], + [ + "ĠGut", + "h" + ], + [ + "ĠG", + "OD" + ], + [ + "ĠGO", + "D" + ], + [ + "per", + "cent" + ], + [ + "Ġad", + "duct" + ], + [ + "Ġadd", + "uct" + ], + [ + "Ġal", + "ludes" + ], + [ + "Ġall", + "udes" + ], + [ + "ĠK", + "ier" + ], + [ + "ĠKi", + "er" + ], + [ + "ĠKie", + "r" + ], + [ + "Ġsa", + "plings" + ], + [ + "Ġsap", + "lings" + ], + [ + "ĠUn", + "ions" + ], + [ + "ĠUnion", + "s" + ], + [ + "Ġsm", + "ash" + ], + [ + "Ġre", + "mot" + ], + [ + "Ġrem", + "ot" + ], + [ + "form", + "at" + ], + [ + "for", + "mat" + ], + [ + "Ġsk", + "unks" + ], + [ + "Ġskunk", + "s" + ], + [ + "Ġend", + "owment" + ], + [ + "Ġendow", + "ment" + ], + [ + "oc", + "kets" + ], + [ + "ock", + "ets" + ], + [ + "ocket", + "s" + ], + [ + "Ġm", + "af" + ], + [ + "Ġma", + "f" + ], + [ + "Ġhuman", + "oid" + ], + [ + "Ġcon", + "fection" + ], + [ + "Ġconf", + "ection" + ], + [ + "-", + "sense" + ], + [ + "-s", + "ense" + ], + [ + "Ġimm", + "emorial" + ], + [ + "Ġsl", + "ant" + ], + [ + "-", + "found" + ], + [ + "-f", + "ound" + ], + [ + "Ġsw", + "ung" + ], + [ + "-m", + "ining" + ], + [ + "-min", + "ing" + ], + [ + "Ġsubject", + "ivity" + ], + [ + "Ġ", + "url" + ], + [ + "Ġur", + "l" + ], + [ + "l", + "eye" + ], + [ + "le", + "ye" + ], + [ + "ley", + "e" + ], + [ + "f", + "erior" + ], + [ + "fer", + "ior" + ], + [ + "fe", + "rior" + ], + [ + "Ġec", + "oregion" + ], + [ + "Ġeco", + "region" + ], + [ + "Ġrev", + "iving" + ], + [ + "AR", + "DS" + ], + [ + "ARD", + "S" + ], + [ + "ĠEd", + "dy" + ], + [ + "arr", + "anted" + ], + [ + "Ex", + "cel" + ], + [ + "Exc", + "el" + ], + [ + "Ġp", + "iped" + ], + [ + "Ġpi", + "ped" + ], + [ + "Ġpip", + "ed" + ], + [ + "Ġpipe", + "d" + ], + [ + "-th", + "ousand" + ], + [ + "part", + "icip" + ], + [ + "-n", + "oise" + ], + [ + "-no", + "ise" + ], + [ + "o", + "chial" + ], + [ + "och", + "ial" + ], + [ + "Ġgar", + "ner" + ], + [ + "Ġsusp", + "ensions" + ], + [ + "Ġsuspension", + "s" + ], + [ + "ĠOut", + "come" + ], + [ + "ĠBur", + "ial" + ], + [ + "ĠBu", + "rial" + ], + [ + "ĠTem", + "plates" + ], + [ + "ĠTemplate", + "s" + ], + [ + "ĠTempl", + "ates" + ], + [ + "ĠTemp", + "lates" + ], + [ + "Ġcart", + "il" + ], + [ + "ĠOcean", + "ographic" + ], + [ + ".", + "âĢĻâĢĿ" + ], + [ + ".âĢĻ", + "âĢĿ" + ], + [ + "De", + "uteronomy" + ], + [ + "ĠAtt", + "icus" + ], + [ + "Ġw", + "atchers" + ], + [ + "Ġwatch", + "ers" + ], + [ + "Ġwat", + "chers" + ], + [ + "ĠP", + "olymer" + ], + [ + "ĠPoly", + "mer" + ], + [ + "M", + "DR" + ], + [ + "MD", + "R" + ], + [ + "ĠSem", + "antic" + ], + [ + "ĠEnt", + "ire" + ], + [ + "Ġinver", + "ters" + ], + [ + "Ġinverte", + "rs" + ], + [ + "Ġinverter", + "s" + ], + [ + "Ġinvert", + "ers" + ], + [ + "-em", + "ployed" + ], + [ + "Ġmul", + "berry" + ], + [ + "Ġhind", + "ering" + ], + [ + "Ġhinder", + "ing" + ], + [ + "El", + "se" + ], + [ + "ĠAstron", + "aut" + ], + [ + "Ġclip", + "board" + ], + [ + "Ġbru", + "ised" + ], + [ + "Ġbruise", + "d" + ], + [ + "Ġlubric", + "ating" + ], + [ + "Ġathe", + "ists" + ], + [ + "Ġatheist", + "s" + ], + [ + "ĠHo", + "bart" + ], + [ + "ĠHob", + "art" + ], + [ + "ĠGen", + "erations" + ], + [ + "ĠGeneration", + "s" + ], + [ + "ĠGener", + "ations" + ], + [ + "ĠGene", + "rations" + ], + [ + "Det", + "ailed" + ], + [ + "Ġfel", + "ds" + ], + [ + "Ġmulticultural", + "ism" + ], + [ + "Ġantagon", + "istic" + ], + [ + "Ġantagonist", + "ic" + ], + [ + "ĠEarth", + "quakes" + ], + [ + "ĠEarthqu", + "akes" + ], + [ + "ĠEarthquake", + "s" + ], + [ + "verte", + "brates" + ], + [ + "vertebrate", + "s" + ], + [ + "Ġtravers", + "ed" + ], + [ + "Ġtraverse", + "d" + ], + [ + "ĠNumer", + "ical" + ], + [ + "Ġdr", + "aped" + ], + [ + "Ġdra", + "ped" + ], + [ + "Ġdrap", + "ed" + ], + [ + "Ġreag", + "ent" + ], + [ + "ĠBull", + "dog" + ], + [ + "ĠBulld", + "og" + ], + [ + "Ġhandsh", + "ake" + ], + [ + ":", + "H" + ], + [ + "C", + "her" + ], + [ + "Ch", + "er" + ], + [ + "Che", + "r" + ], + [ + "C", + "aring" + ], + [ + "Car", + "ing" + ], + [ + "Ca", + "ring" + ], + [ + "H", + "urricane" + ], + [ + "P", + "el" + ], + [ + "Pe", + "l" + ], + [ + "R", + "ED" + ], + [ + "RE", + "D" + ], + [ + "S", + "ong" + ], + [ + "So", + "ng" + ], + [ + "Son", + "g" + ], + [ + "b", + "ys" + ], + [ + "by", + "s" + ], + [ + "c", + "ong" + ], + [ + "con", + "g" + ], + [ + "co", + "ng" + ], + [ + "f", + "resh" + ], + [ + "fr", + "esh" + ], + [ + "fre", + "sh" + ], + [ + "l", + "ocated" + ], + [ + "loc", + "ated" + ], + [ + "n", + "ation" + ], + [ + "na", + "tion" + ], + [ + "nat", + "ion" + ], + [ + "p", + "un" + ], + [ + "pu", + "n" + ], + [ + "p", + "olar" + ], + [ + "po", + "lar" + ], + [ + "pol", + "ar" + ], + [ + "r", + "iving" + ], + [ + "ri", + "ving" + ], + [ + "riv", + "ing" + ], + [ + "a", + "town" + ], + [ + "at", + "own" + ], + [ + "ato", + "wn" + ], + [ + "Ġb", + "ounced" + ], + [ + "Ġbounce", + "d" + ], + [ + "Ġin", + "breeding" + ], + [ + "Ġre", + "thinking" + ], + [ + "Ġrethink", + "ing" + ], + [ + "Ġn", + "atures" + ], + [ + "Ġnature", + "s" + ], + [ + "Ġnat", + "ures" + ], + [ + "Ġ", + "Tags" + ], + [ + "ĠT", + "ags" + ], + [ + "ĠTa", + "gs" + ], + [ + "ĠTag", + "s" + ], + [ + "ĠP", + "are" + ], + [ + "ĠPar", + "e" + ], + [ + "ĠPa", + "re" + ], + [ + "qu", + "ila" + ], + [ + "qui", + "la" + ], + [ + "quil", + "a" + ], + [ + "ĠW", + "age" + ], + [ + "ĠWa", + "ge" + ], + [ + "ĠWag", + "e" + ], + [ + "ĠD", + "aph" + ], + [ + "ĠDa", + "ph" + ], + [ + "Ġab", + "hor" + ], + [ + "ĠL", + "uz" + ], + [ + "ĠLu", + "z" + ], + [ + "ĠL", + "OVE" + ], + [ + "ĠLO", + "VE" + ], + [ + "The", + "ory" + ], + [ + "p", + "tor" + ], + [ + "pt", + "or" + ], + [ + "i", + "zo" + ], + [ + "iz", + "o" + ], + [ + "iz", + "ure" + ], + [ + "izu", + "re" + ], + [ + "a", + "par" + ], + [ + "ap", + "ar" + ], + [ + "apa", + "r" + ], + [ + "ĠJ", + "ena" + ], + [ + "ĠJe", + "na" + ], + [ + "ĠJen", + "a" + ], + [ + "Ġ", + "qui" + ], + [ + "Ġqu", + "i" + ], + [ + "Ġq", + "ui" + ], + [ + "Ġre", + "cede" + ], + [ + "Ġrec", + "ede" + ], + [ + "Ġrece", + "de" + ], + [ + "Ġwater", + "borne" + ], + [ + "ĠA", + "less" + ], + [ + "ĠAl", + "ess" + ], + [ + "ĠAle", + "ss" + ], + [ + "i", + "of" + ], + [ + "io", + "f" + ], + [ + "Ġch", + "arms" + ], + [ + "Ġchar", + "ms" + ], + [ + "Ġcharm", + "s" + ], + [ + "-c", + "ircuit" + ], + [ + "Ġr", + "adish" + ], + [ + "Ġrad", + "ish" + ], + [ + "Ġradi", + "sh" + ], + [ + "ĠBe", + "echer" + ], + [ + "ĠBee", + "cher" + ], + [ + "ĠBeech", + "er" + ], + [ + "ĠBe", + "irut" + ], + [ + "-", + "lab" + ], + [ + "-l", + "ab" + ], + [ + "-la", + "b" + ], + [ + "Ġcir", + "cled" + ], + [ + "Ġcirc", + "led" + ], + [ + "Ġcircle", + "d" + ], + [ + "Ġport", + "ability" + ], + [ + "ĠAm", + "nesty" + ], + [ + "Ġrev", + "oked" + ], + [ + "Ġrevoke", + "d" + ], + [ + "b", + "olt" + ], + [ + "bo", + "lt" + ], + [ + "bol", + "t" + ], + [ + "Ġdark", + "en" + ], + [ + "Ġdar", + "ken" + ], + [ + "Ġmount", + "aint" + ], + [ + "Ġmountain", + "t" + ], + [ + "Ġx", + "er" + ], + [ + "Ġcred", + "ence" + ], + [ + "Ġmis", + "chief" + ], + [ + "Ġmischie", + "f" + ], + [ + "Ġfa", + "iries" + ], + [ + "Ġfair", + "ies" + ], + [ + "Ġtour", + "naments" + ], + [ + "Ġtournament", + "s" + ], + [ + "m", + "etal" + ], + [ + "me", + "tal" + ], + [ + "met", + "al" + ], + [ + "Ġarm", + "oured" + ], + [ + "Ġarmour", + "ed" + ], + [ + "Ġmotion", + "less" + ], + [ + "ĠM", + "icrobial" + ], + [ + "ĠMicro", + "bial" + ], + [ + "ĠMicrob", + "ial" + ], + [ + "ĠF", + "reeze" + ], + [ + "ĠFr", + "eeze" + ], + [ + "ĠFre", + "eze" + ], + [ + "ĠFree", + "ze" + ], + [ + "Ġshut", + "ters" + ], + [ + "Ġshutter", + "s" + ], + [ + "ĠCap", + "ricorn" + ], + [ + "ó", + "pez" + ], + [ + "ĠMer", + "lin" + ], + [ + "Ġsculpt", + "ors" + ], + [ + "Ġsculptor", + "s" + ], + [ + "ĠKar", + "achi" + ], + [ + "ĠKara", + "chi" + ], + [ + "Find", + "ings" + ], + [ + "Fin", + "dings" + ], + [ + "Finding", + "s" + ], + [ + "Ġhills", + "ides" + ], + [ + "Ġhillside", + "s" + ], + [ + "Ġgrace", + "fully" + ], + [ + "Ġgraceful", + "ly" + ], + [ + "ĠHunt", + "sville" + ], + [ + "ĠOtt", + "er" + ], + [ + "ĠOt", + "ter" + ], + [ + "Ġna", + "ïve" + ], + [ + "Thank", + "fully" + ], + [ + "cap", + "ital" + ], + [ + "de", + "mean" + ], + [ + "dem", + "ean" + ], + [ + "ĠLag", + "una" + ], + [ + "obl", + "astic" + ], + [ + "oblast", + "ic" + ], + [ + "Recomm", + "end" + ], + [ + "ĠJar", + "vis" + ], + [ + "Ġinterrog", + "ation" + ], + [ + "hetto", + "s" + ], + [ + "hett", + "os" + ], + [ + "ĠMyc", + "en" + ], + [ + "Ê»", + "i" + ], + [ + "ĠStraw", + "berry" + ], + [ + "-your", + "self" + ], + [ + "Ġtrunc", + "ated" + ], + [ + "ĠCin", + "ema" + ], + [ + "Ġin", + "attention" + ], + [ + "Ġinatt", + "ention" + ], + [ + "sym", + "bol" + ], + [ + "symb", + "ol" + ], + [ + "opithe", + "cus" + ], + [ + "ĠWich", + "ita" + ], + [ + "ĠâŁ", + "¨" + ], + [ + "C", + "arp" + ], + [ + "Car", + "p" + ], + [ + "M", + "ED" + ], + [ + "ME", + "D" + ], + [ + "M", + "arsh" + ], + [ + "Mar", + "sh" + ], + [ + "Mars", + "h" + ], + [ + "S", + "erver" + ], + [ + "Ser", + "ver" + ], + [ + "Serve", + "r" + ], + [ + "c", + "ake" + ], + [ + "ca", + "ke" + ], + [ + "i", + "ab" + ], + [ + "ia", + "b" + ], + [ + "s", + "ent" + ], + [ + "se", + "nt" + ], + [ + "sen", + "t" + ], + [ + "in", + "flu" + ], + [ + "inf", + "lu" + ], + [ + "r", + "era" + ], + [ + "re", + "ra" + ], + [ + "rer", + "a" + ], + [ + "re", + "ferred" + ], + [ + "ref", + "erred" + ], + [ + "it", + "aries" + ], + [ + "ita", + "ries" + ], + [ + "itar", + "ies" + ], + [ + "o", + "rality" + ], + [ + "or", + "ality" + ], + [ + "oral", + "ity" + ], + [ + "al", + "aya" + ], + [ + "ala", + "ya" + ], + [ + "alay", + "a" + ], + [ + "Ġf", + "ools" + ], + [ + "Ġfo", + "ols" + ], + [ + "Ġfool", + "s" + ], + [ + "Ġfoo", + "ls" + ], + [ + "Ġin", + "mate" + ], + [ + "Ġ", + "mp" + ], + [ + "Ġm", + "p" + ], + [ + "i", + "onics" + ], + [ + "ion", + "ics" + ], + [ + "ionic", + "s" + ], + [ + "ioni", + "cs" + ], + [ + "ent", + "ure" + ], + [ + "Ġ", + "reas" + ], + [ + "Ġre", + "as" + ], + [ + "Ġr", + "eas" + ], + [ + "i", + "gon" + ], + [ + "ig", + "on" + ], + [ + "igo", + "n" + ], + [ + "ĠC", + "KD" + ], + [ + "ĠCK", + "D" + ], + [ + "ess", + "entially" + ], + [ + "essential", + "ly" + ], + [ + "Ġwe", + "aves" + ], + [ + "Ġweave", + "s" + ], + [ + "a", + "iner" + ], + [ + "ain", + "er" + ], + [ + "ai", + "ner" + ], + [ + "aine", + "r" + ], + [ + "ĠH", + "ades" + ], + [ + "ĠHa", + "des" + ], + [ + "ĠHad", + "es" + ], + [ + "ĠD", + "angers" + ], + [ + "ĠDan", + "gers" + ], + [ + "ĠDanger", + "s" + ], + [ + "red", + "its" + ], + [ + "redit", + "s" + ], + [ + "d", + "uke" + ], + [ + "du", + "ke" + ], + [ + "Ġman", + "hood" + ], + [ + "e", + "print" + ], + [ + "ep", + "rint" + ], + [ + "i", + "ento" + ], + [ + "ient", + "o" + ], + [ + "ien", + "to" + ], + [ + "Ġca", + "ustic" + ], + [ + "Ġcaus", + "tic" + ], + [ + "Ġent", + "hr" + ], + [ + "Ġenth", + "r" + ], + [ + "Ġch", + "ests" + ], + [ + "Ġche", + "sts" + ], + [ + "Ġchest", + "s" + ], + [ + "Ġmet", + "am" + ], + [ + "Ġmeta", + "m" + ], + [ + "a", + "has" + ], + [ + "ah", + "as" + ], + [ + "aha", + "s" + ], + [ + "Ġlight", + "est" + ], + [ + "-", + "flav" + ], + [ + "-f", + "lav" + ], + [ + "-fl", + "av" + ], + [ + "Ġd", + "eval" + ], + [ + "Ġde", + "val" + ], + [ + "Ġdev", + "al" + ], + [ + "ĠP", + "harma" + ], + [ + "ĠPh", + "arma" + ], + [ + "ĠPharm", + "a" + ], + [ + "ĠPhar", + "ma" + ], + [ + "We", + "bsite" + ], + [ + "Web", + "site" + ], + [ + "o", + "fi" + ], + [ + "of", + "i" + ], + [ + "-", + "main" + ], + [ + "-m", + "ain" + ], + [ + "-ma", + "in" + ], + [ + "-", + "machine" + ], + [ + "-m", + "achine" + ], + [ + "Ġrecogn", + "isable" + ], + [ + "het", + "amines" + ], + [ + "hetamine", + "s" + ], + [ + "Ġselect", + "ivity" + ], + [ + "ĠCons", + "ume" + ], + [ + "ĠG", + "lob" + ], + [ + "ĠGl", + "ob" + ], + [ + "Ġveh", + "icular" + ], + [ + "re", + "comm" + ], + [ + "rec", + "omm" + ], + [ + "Ġs", + "andals" + ], + [ + "Ġsand", + "als" + ], + [ + "Ġsandal", + "s" + ], + [ + "Ġnan", + "oc" + ], + [ + "Ġnano", + "c" + ], + [ + "ĠT", + "empor" + ], + [ + "ĠTem", + "por" + ], + [ + "ĠTemp", + "or" + ], + [ + "Ġmicro", + "biological" + ], + [ + "Ġmicrob", + "iological" + ], + [ + "Ġmicrobi", + "ological" + ], + [ + "Ġinj", + "ectable" + ], + [ + "Ġinject", + "able" + ], + [ + "Ġcos", + "mon" + ], + [ + "Ġcosm", + "on" + ], + [ + "ĠMult", + "icultural" + ], + [ + "ĠMulti", + "cultural" + ], + [ + "Ġthermal", + "ly" + ], + [ + "Ġtherm", + "ally" + ], + [ + "Ġb", + "inders" + ], + [ + "Ġbind", + "ers" + ], + [ + "Ġbin", + "ders" + ], + [ + "Ġbinder", + "s" + ], + [ + "-", + "km" + ], + [ + "-k", + "m" + ], + [ + "Ass", + "ociate" + ], + [ + "Ġpatch", + "work" + ], + [ + "Ġbattle", + "ships" + ], + [ + "Ġbattles", + "hips" + ], + [ + "Ġbattleship", + "s" + ], + [ + "ĠSher", + "idan" + ], + [ + "ĠHa", + "dron" + ], + [ + "ĠHad", + "ron" + ], + [ + "ĠLive", + "Science" + ], + [ + "Ġevapor", + "ator" + ], + [ + "ĠCrus", + "aders" + ], + [ + "ĠCrusade", + "rs" + ], + [ + "ĠCrusader", + "s" + ], + [ + "ĠS", + "eward" + ], + [ + "ĠSe", + "ward" + ], + [ + "ĠSew", + "ard" + ], + [ + "ĠTeen", + "agers" + ], + [ + "ĠBound", + "aries" + ], + [ + "Ġglor", + "ified" + ], + [ + "Ġglo", + "rified" + ], + [ + "ĠTum", + "ors" + ], + [ + "ĠTumor", + "s" + ], + [ + "azard", + "ous" + ], + [ + "Ġsee", + "page" + ], + [ + "Ġseep", + "age" + ], + [ + "Ġpepper", + "mint" + ], + [ + "Ġpepp", + "ermint" + ], + [ + "Ġitiner", + "ary" + ], + [ + "Ġseb", + "um" + ], + [ + "P", + "regnancy" + ], + [ + "Pregn", + "ancy" + ], + [ + "Ġchiropract", + "or" + ], + [ + "otrop", + "hs" + ], + [ + "otroph", + "s" + ], + [ + "Ġrefuel", + "ing" + ], + [ + "ĠMarcell", + "us" + ], + [ + "ĠMarcel", + "lus" + ], + [ + "Ġasthma", + "tic" + ], + [ + "Ġasth", + "matic" + ], + [ + "S", + "ame" + ], + [ + "Sam", + "e" + ], + [ + "Sa", + "me" + ], + [ + "[", + "Ċ" + ], + [ + "f", + "arm" + ], + [ + "far", + "m" + ], + [ + "fa", + "rm" + ], + [ + "i", + "omas" + ], + [ + "io", + "mas" + ], + [ + "ioma", + "s" + ], + [ + "iom", + "as" + ], + [ + "k", + "W" + ], + [ + "m", + "akes" + ], + [ + "ma", + "kes" + ], + [ + "make", + "s" + ], + [ + "Ġt", + "akers" + ], + [ + "Ġtake", + "rs" + ], + [ + "Ġta", + "kers" + ], + [ + "Ġs", + "ans" + ], + [ + "Ġsa", + "ns" + ], + [ + "Ġsan", + "s" + ], + [ + "Ġw", + "t" + ], + [ + "i", + "tra" + ], + [ + "it", + "ra" + ], + [ + "itr", + "a" + ], + [ + "Ġp", + "ony" + ], + [ + "Ġpo", + "ny" + ], + [ + "il", + "iate" + ], + [ + "ili", + "ate" + ], + [ + "ilia", + "te" + ], + [ + "Ġre", + "nown" + ], + [ + "Ġren", + "own" + ], + [ + "ĠT", + "ad" + ], + [ + "ĠTa", + "d" + ], + [ + "Ġst", + "ochastic" + ], + [ + "ĠS", + "j" + ], + [ + "Ġor", + "cas" + ], + [ + "Ġorca", + "s" + ], + [ + "ĠP", + "ile" + ], + [ + "ĠPil", + "e" + ], + [ + "ĠPi", + "le" + ], + [ + "ĠB", + "id" + ], + [ + "ĠBi", + "d" + ], + [ + "r", + "omal" + ], + [ + "ro", + "mal" + ], + [ + "rom", + "al" + ], + [ + "roma", + "l" + ], + [ + "Ġcan", + "opies" + ], + [ + "n", + "tz" + ], + [ + "nt", + "z" + ], + [ + "Ġ", + "ERA" + ], + [ + "ĠE", + "RA" + ], + [ + "ĠER", + "A" + ], + [ + "ĠE", + "ucalyptus" + ], + [ + "ĠF", + "AS" + ], + [ + "ĠFA", + "S" + ], + [ + "ĠR", + "up" + ], + [ + "ĠRu", + "p" + ], + [ + "ĠR", + "amb" + ], + [ + "ĠRam", + "b" + ], + [ + "ĠRa", + "mb" + ], + [ + "ĠR", + "acing" + ], + [ + "ĠRa", + "cing" + ], + [ + "ĠRac", + "ing" + ], + [ + "un", + "like" + ], + [ + "Ġ", + "enf" + ], + [ + "Ġen", + "f" + ], + [ + "ĠL", + "una" + ], + [ + "ĠLu", + "na" + ], + [ + "ĠLun", + "a" + ], + [ + "ĠO", + "vert" + ], + [ + "ĠOver", + "t" + ], + [ + "ĠOv", + "ert" + ], + [ + "ĠO", + "wing" + ], + [ + "ĠOw", + "ing" + ], + [ + "Ġinf", + "use" + ], + [ + "ĠSt", + "ructured" + ], + [ + "ĠStructure", + "d" + ], + [ + "Ġrep", + "aid" + ], + [ + "Ġhigh", + "land" + ], + [ + "Ġfound", + "ry" + ], + [ + "Ġdisc", + "ove" + ], + [ + "Ġval", + "or" + ], + [ + "Ġva", + "lor" + ], + [ + "Ġland", + "locked" + ], + [ + "Ġlandl", + "ocked" + ], + [ + "Ġauthor", + "izing" + ], + [ + "ĠMed", + "ian" + ], + [ + "ĠMedia", + "n" + ], + [ + "-t", + "aught" + ], + [ + "Ġwind", + "mills" + ], + [ + "Ġwindmill", + "s" + ], + [ + "ĠCar", + "rie" + ], + [ + "ĠCarr", + "ie" + ], + [ + "st", + "rich" + ], + [ + "str", + "ich" + ], + [ + "stri", + "ch" + ], + [ + "Ġver", + "itable" + ], + [ + "oph", + "ile" + ], + [ + "ophil", + "e" + ], + [ + "Ġcheck", + "point" + ], + [ + "-", + "washing" + ], + [ + "-w", + "ashing" + ], + [ + "Ġbr", + "aille" + ], + [ + "Ġbra", + "ille" + ], + [ + "ĠQ", + "uart" + ], + [ + "ĠQu", + "art" + ], + [ + "ĠQuar", + "t" + ], + [ + "Ġ", + "Edited" + ], + [ + "ĠEd", + "ited" + ], + [ + "ĠEdit", + "ed" + ], + [ + "att", + "ack" + ], + [ + "atta", + "ck" + ], + [ + "ĠRead", + "ings" + ], + [ + "ĠReading", + "s" + ], + [ + "I", + "TA" + ], + [ + "IT", + "A" + ], + [ + "Ġspect", + "ator" + ], + [ + "Ġ", + "Returning" + ], + [ + "ĠRet", + "urning" + ], + [ + "ĠReturn", + "ing" + ], + [ + "Ġcrow", + "dfunding" + ], + [ + "ĠAccess", + "ible" + ], + [ + "ĠNaz", + "ism" + ], + [ + "ĠNazi", + "sm" + ], + [ + "ĠNazis", + "m" + ], + [ + "icy", + "lic" + ], + [ + "icyl", + "ic" + ], + [ + "Ġcompens", + "ating" + ], + [ + "Ġinhabit", + "ant" + ], + [ + "Ġinhab", + "itant" + ], + [ + "Ġsub", + "stitutions" + ], + [ + "Ġsubstit", + "utions" + ], + [ + "Ġsubstitution", + "s" + ], + [ + "Ġt", + "ensor" + ], + [ + "Ġten", + "sor" + ], + [ + "Ġtens", + "or" + ], + [ + "-", + "Non" + ], + [ + "-N", + "on" + ], + [ + "-No", + "n" + ], + [ + "Ġlingu", + "istically" + ], + [ + "Ġlinguistic", + "ally" + ], + [ + "Ġlinguist", + "ically" + ], + [ + "ĠBit", + "coins" + ], + [ + "ĠBitcoin", + "s" + ], + [ + "ĠMag", + "nus" + ], + [ + "ĠMagn", + "us" + ], + [ + "ĠCir", + "cus" + ], + [ + "ĠCirc", + "us" + ], + [ + "Ġrebell", + "ions" + ], + [ + "Ġrebellion", + "s" + ], + [ + "ĠHall", + "ey" + ], + [ + "ĠHal", + "ley" + ], + [ + "ĠHalle", + "y" + ], + [ + "Ġproc", + "ured" + ], + [ + "Ġprocure", + "d" + ], + [ + "ĠP", + "ROC" + ], + [ + "ĠPR", + "OC" + ], + [ + "ĠPRO", + "C" + ], + [ + "Ġinferior", + "ity" + ], + [ + "Ġathe", + "ism" + ], + [ + "Ġa", + "verted" + ], + [ + "Ġaver", + "ted" + ], + [ + "Ġavert", + "ed" + ], + [ + "ĠLang", + "ston" + ], + [ + "Ġeu", + "genics" + ], + [ + "Ġconvinc", + "ingly" + ], + [ + "Ġconvincing", + "ly" + ], + [ + "Ġmetast", + "as" + ], + [ + "ĠVolcan", + "oes" + ], + [ + "ĠVolcano", + "es" + ], + [ + "Ġbrace", + "let" + ], + [ + "Tur", + "key" + ], + [ + "Connect", + "ing" + ], + [ + "Conn", + "ecting" + ], + [ + "ĠPharmac", + "ology" + ], + [ + "ĠPharma", + "cology" + ], + [ + "Ġeu", + "than" + ], + [ + "Ġeuth", + "an" + ], + [ + "Ġeut", + "han" + ], + [ + "ĠKurd", + "istan" + ], + [ + "Be", + "coming" + ], + [ + "Bec", + "oming" + ], + [ + "Ġupper", + "most" + ], + [ + "Ġupp", + "ermost" + ], + [ + "Ġ[...", + "]Ċ" + ], + [ + "Ġ[...]", + "Ċ" + ], + [ + "Ġvulgar", + "is" + ], + [ + "Ġhammer", + "ed" + ], + [ + "Ġhamm", + "ered" + ], + [ + "Ġrecl", + "use" + ], + [ + "Ġastrophys", + "icist" + ], + [ + "Ġendocannab", + "inoid" + ], + [ + "S", + "odium" + ], + [ + "W", + "s" + ], + [ + "Y", + "A" + ], + [ + "c", + "n" + ], + [ + "m", + "oor" + ], + [ + "mo", + "or" + ], + [ + "n", + "ob" + ], + [ + "no", + "b" + ], + [ + "t", + "rap" + ], + [ + "tra", + "p" + ], + [ + "tr", + "ap" + ], + [ + "o", + "rating" + ], + [ + "or", + "ating" + ], + [ + "ora", + "ting" + ], + [ + "Ġp", + "izz" + ], + [ + "Ġpi", + "zz" + ], + [ + "Ġm", + "op" + ], + [ + "Ġmo", + "p" + ], + [ + "Ġand", + "roid" + ], + [ + "Ġe", + "ul" + ], + [ + "Ġeu", + "l" + ], + [ + "ĠT", + "od" + ], + [ + "ĠTo", + "d" + ], + [ + "ĠT", + "rick" + ], + [ + "ĠTr", + "ick" + ], + [ + "ĠTri", + "ck" + ], + [ + "ĠTric", + "k" + ], + [ + "ĠT", + "omas" + ], + [ + "ĠTo", + "mas" + ], + [ + "ĠTom", + "as" + ], + [ + "ĠS", + "NP" + ], + [ + "ĠSN", + "P" + ], + [ + "ĠI", + "OM" + ], + [ + "ĠIO", + "M" + ], + [ + "ĠM", + "eck" + ], + [ + "ĠMe", + "ck" + ], + [ + "ĠMec", + "k" + ], + [ + "ĠP", + "helps" + ], + [ + "Ġh", + "ares" + ], + [ + "Ġha", + "res" + ], + [ + "Ġhar", + "es" + ], + [ + "Ġhare", + "s" + ], + [ + "r", + "ometers" + ], + [ + "ro", + "meters" + ], + [ + "rom", + "eters" + ], + [ + "rome", + "ters" + ], + [ + "rometer", + "s" + ], + [ + "os", + "amine" + ], + [ + "osa", + "mine" + ], + [ + "ĠH", + "ats" + ], + [ + "ĠHa", + "ts" + ], + [ + "ĠHat", + "s" + ], + [ + "ĠH", + "atch" + ], + [ + "ĠHat", + "ch" + ], + [ + "ĠH", + "aryana" + ], + [ + "Ġ", + "RET" + ], + [ + "ĠR", + "ET" + ], + [ + "ĠRE", + "T" + ], + [ + "Ġ", + "ki" + ], + [ + "Ġk", + "i" + ], + [ + "Ġ", + "UNA" + ], + [ + "ĠU", + "NA" + ], + [ + "ĠUN", + "A" + ], + [ + "Ġdis", + "organized" + ], + [ + "Ġun", + "acc" + ], + [ + "Ġuna", + "cc" + ], + [ + "Ġ", + "archers" + ], + [ + "Ġar", + "chers" + ], + [ + "Ġarch", + "ers" + ], + [ + "Ġarc", + "hers" + ], + [ + "Ġarche", + "rs" + ], + [ + "Ġarcher", + "s" + ], + [ + "Ġs", + "corn" + ], + [ + "Ġsc", + "orn" + ], + [ + "Ġscor", + "n" + ], + [ + "ĠK", + "ear" + ], + [ + "ĠKe", + "ar" + ], + [ + "ĠY", + "us" + ], + [ + "ĠYu", + "s" + ], + [ + "ĠY", + "ORK" + ], + [ + "n", + "eb" + ], + [ + "ne", + "b" + ], + [ + "Ġfl", + "utes" + ], + [ + "Ġflu", + "tes" + ], + [ + "Ġflute", + "s" + ], + [ + "ĠHe", + "ide" + ], + [ + "c", + "yst" + ], + [ + "cy", + "st" + ], + [ + "is", + "mus" + ], + [ + "ism", + "us" + ], + [ + "Ġmon", + "oton" + ], + [ + "Ġmono", + "ton" + ], + [ + "Ġmonot", + "on" + ], + [ + "Ġ", + "finder" + ], + [ + "Ġf", + "inder" + ], + [ + "Ġfind", + "er" + ], + [ + "Ġfin", + "der" + ], + [ + "Ġfi", + "nder" + ], + [ + "Ġsol", + "enoid" + ], + [ + "Ġcommon", + "alities" + ], + [ + "-s", + "ensing" + ], + [ + "Ġtem", + "ps" + ], + [ + "Ġtemp", + "s" + ], + [ + "inc", + "reasing" + ], + [ + "-", + "floor" + ], + [ + "-f", + "loor" + ], + [ + "-fl", + "oor" + ], + [ + "ĠSe", + "leuc" + ], + [ + "ĠB", + "eh" + ], + [ + "ĠBe", + "h" + ], + [ + "ĠChrist", + "church" + ], + [ + "ĠRep", + "orter" + ], + [ + "ĠReport", + "er" + ], + [ + "-", + "School" + ], + [ + "-S", + "chool" + ], + [ + "-Sch", + "ool" + ], + [ + "ford", + "shire" + ], + [ + "-", + "eat" + ], + [ + "-e", + "at" + ], + [ + "Ġrot", + "ors" + ], + [ + "Ġrotor", + "s" + ], + [ + "Ph", + "ones" + ], + [ + "Phone", + "s" + ], + [ + "Ġcreation", + "ists" + ], + [ + "Ġcreationist", + "s" + ], + [ + "Ġunivers", + "es" + ], + [ + "Ġuniverse", + "s" + ], + [ + "ĠST", + "Is" + ], + [ + "ĠSTI", + "s" + ], + [ + "Ġarm", + "ament" + ], + [ + "Ar", + "ts" + ], + [ + "Art", + "s" + ], + [ + "Ġkn", + "obs" + ], + [ + "Ġknob", + "s" + ], + [ + "ĠSum", + "ter" + ], + [ + "Ġnest", + "led" + ], + [ + "ĠCommit", + "ment" + ], + [ + "ĠKh", + "rushchev" + ], + [ + "ĠHe", + "arts" + ], + [ + "ĠHeart", + "s" + ], + [ + "ĠHear", + "ts" + ], + [ + "-", + "environment" + ], + [ + "-en", + "vironment" + ], + [ + "ĠVar", + "ieties" + ], + [ + "ĠSP", + "EC" + ], + [ + "Ġperpet", + "ually" + ], + [ + "Ġperpetual", + "ly" + ], + [ + "ĠFl", + "owering" + ], + [ + "ĠFlow", + "ering" + ], + [ + "ĠFlower", + "ing" + ], + [ + "ĠTurk", + "ic" + ], + [ + "Gu", + "ard" + ], + [ + "ĠE", + "aton" + ], + [ + "ĠEat", + "on" + ], + [ + "Ġsynchron", + "ize" + ], + [ + "Ġbru", + "ise" + ], + [ + "ĠGa", + "ussian" + ], + [ + "ĠGauss", + "ian" + ], + [ + "ĠLaur", + "ie" + ], + [ + "ĠLau", + "rie" + ], + [ + "St", + "anding" + ], + [ + "Stand", + "ing" + ], + [ + "Stan", + "ding" + ], + [ + "utt", + "gart" + ], + [ + "ĠP", + "inch" + ], + [ + "ĠPin", + "ch" + ], + [ + "Ġdisreg", + "arded" + ], + [ + "Ġdisregard", + "ed" + ], + [ + "ĠYan", + "kees" + ], + [ + "ĠYankee", + "s" + ], + [ + "Ġsuperconduct", + "ivity" + ], + [ + "ĠChest", + "nut" + ], + [ + "Ġsmooth", + "ing" + ], + [ + "Ġsmo", + "othing" + ], + [ + "Ġsmoot", + "hing" + ], + [ + "Ġnotor", + "iety" + ], + [ + "ab", + "leness" + ], + [ + "able", + "ness" + ], + [ + "abl", + "eness" + ], + [ + "For", + "ty" + ], + [ + "Fort", + "y" + ], + [ + "ĠAntiqu", + "ity" + ], + [ + "Ġfocus", + "sing" + ], + [ + "Ġfocuss", + "ing" + ], + [ + "Ġscap", + "ego" + ], + [ + "/", + "X" + ], + [ + "L", + "oc" + ], + [ + "Lo", + "c" + ], + [ + "P", + "ediatric" + ], + [ + "Ped", + "iatric" + ], + [ + "R", + "isks" + ], + [ + "Risk", + "s" + ], + [ + "U", + "k" + ], + [ + "c", + "ales" + ], + [ + "ca", + "les" + ], + [ + "cal", + "es" + ], + [ + "cale", + "s" + ], + [ + "m", + "ixed" + ], + [ + "o", + "ops" + ], + [ + "oo", + "ps" + ], + [ + "oop", + "s" + ], + [ + "w", + "ent" + ], + [ + "we", + "nt" + ], + [ + "wen", + "t" + ], + [ + "w", + "aste" + ], + [ + "was", + "te" + ], + [ + "wa", + "ste" + ], + [ + "in", + "vest" + ], + [ + "inv", + "est" + ], + [ + "a", + "tical" + ], + [ + "at", + "ical" + ], + [ + "atic", + "al" + ], + [ + "ati", + "cal" + ], + [ + "o", + "uk" + ], + [ + "ou", + "k" + ], + [ + "o", + "ula" + ], + [ + "ou", + "la" + ], + [ + "oul", + "a" + ], + [ + "u", + "rances" + ], + [ + "ur", + "ances" + ], + [ + "urance", + "s" + ], + [ + "ura", + "nces" + ], + [ + "uran", + "ces" + ], + [ + "Ġst", + "ifle" + ], + [ + "Ġstif", + "le" + ], + [ + "Ġ", + "SEE" + ], + [ + "ĠS", + "EE" + ], + [ + "ĠSE", + "E" + ], + [ + "th", + "roat" + ], + [ + "Ġd", + "earth" + ], + [ + "Ġde", + "arth" + ], + [ + "Ġdear", + "th" + ], + [ + "âĢĻ", + "âĢĻ" + ], + [ + "ĠP", + "esh" + ], + [ + "ĠPe", + "sh" + ], + [ + "ĠPes", + "h" + ], + [ + "ac", + "ao" + ], + [ + "aca", + "o" + ], + [ + "Ġv", + "ogue" + ], + [ + "Ġvo", + "gue" + ], + [ + "Ġcan", + "ons" + ], + [ + "Ġcanon", + "s" + ], + [ + "em", + "phasis" + ], + [ + "ĠH", + "ul" + ], + [ + "ĠHu", + "l" + ], + [ + "Ġch", + "ic" + ], + [ + "Ġchi", + "c" + ], + [ + "ĠN", + "ost" + ], + [ + "ĠNo", + "st" + ], + [ + "ĠNos", + "t" + ], + [ + "Ġ", + "NCC" + ], + [ + "ĠN", + "CC" + ], + [ + "ĠNC", + "C" + ], + [ + "ĠL", + "ander" + ], + [ + "ĠLa", + "nder" + ], + [ + "ĠLand", + "er" + ], + [ + "ĠLan", + "der" + ], + [ + "Ġin", + "co" + ], + [ + "Ġinc", + "o" + ], + [ + "a", + "reas" + ], + [ + "ar", + "eas" + ], + [ + "are", + "as" + ], + [ + "area", + "s" + ], + [ + "Ġrec", + "itation" + ], + [ + "ĠK", + "ud" + ], + [ + "ĠKu", + "d" + ], + [ + "ĠK", + "ob" + ], + [ + "ĠKo", + "b" + ], + [ + "Ġ", + "rafts" + ], + [ + "Ġr", + "afts" + ], + [ + "Ġra", + "fts" + ], + [ + "Ġraft", + "s" + ], + [ + "Ġra", + "iders" + ], + [ + "Ġraid", + "ers" + ], + [ + "Ġpo", + "insett" + ], + [ + "Ġinter", + "governmental" + ], + [ + "Ġinter", + "planetary" + ], + [ + "Ġ", + "simile" + ], + [ + "Ġsim", + "ile" + ], + [ + "Ġsi", + "mile" + ], + [ + "Ġsol", + "ace" + ], + [ + "Ġplace", + "ments" + ], + [ + "Ġplacement", + "s" + ], + [ + "a", + "zer" + ], + [ + "az", + "er" + ], + [ + "aze", + "r" + ], + [ + "ĠA", + "tom" + ], + [ + "ĠAt", + "om" + ], + [ + "Ġb", + "iologic" + ], + [ + "Ġbi", + "ologic" + ], + [ + "Ġlab", + "orer" + ], + [ + "Ġlabor", + "er" + ], + [ + "Ġpost", + "ulate" + ], + [ + "ĠEn", + "och" + ], + [ + "Ġge", + "orge" + ], + [ + "A", + "TP" + ], + [ + "AT", + "P" + ], + [ + "dom", + "ain" + ], + [ + "do", + "main" + ], + [ + "Ġm", + "iller" + ], + [ + "Ġmil", + "ler" + ], + [ + "Ġmill", + "er" + ], + [ + "Ġmi", + "ller" + ], + [ + "ĠBo", + "iler" + ], + [ + "Ġcook", + "book" + ], + [ + "Ġacqu", + "itted" + ], + [ + "ĠSc", + "hl" + ], + [ + "ĠSch", + "l" + ], + [ + "ĠCor", + "ona" + ], + [ + "ĠCoron", + "a" + ], + [ + "Ġarm", + "pits" + ], + [ + "Ġarmpit", + "s" + ], + [ + "Ġk", + "ilo" + ], + [ + "Ġkil", + "o" + ], + [ + "Ġki", + "lo" + ], + [ + "Ġnit", + "ride" + ], + [ + "Ġhyper", + "link" + ], + [ + "Ġpurs", + "ues" + ], + [ + "Ġpursue", + "s" + ], + [ + "ĠSum", + "mers" + ], + [ + "ĠSummer", + "s" + ], + [ + "ĠSumm", + "ers" + ], + [ + "ĠStat", + "ute" + ], + [ + "Rec", + "overy" + ], + [ + "-", + "chair" + ], + [ + "-c", + "hair" + ], + [ + "-ch", + "air" + ], + [ + "ĠS", + "atis" + ], + [ + "ĠSat", + "is" + ], + [ + "ĠSa", + "tis" + ], + [ + "ĠAng", + "elo" + ], + [ + "ĠAngel", + "o" + ], + [ + "ĠSh", + "oulder" + ], + [ + "ĠShould", + "er" + ], + [ + "ĠUnivers", + "ité" + ], + [ + "ĠUniversit", + "é" + ], + [ + "pre", + "viously" + ], + [ + "Ġpatri", + "archy" + ], + [ + "Ġpatriarch", + "y" + ], + [ + "S", + "ignificant" + ], + [ + "Sign", + "ificant" + ], + [ + "Home", + "work" + ], + [ + "Hom", + "ework" + ], + [ + "ĠPas", + "tor" + ], + [ + "ĠPast", + "or" + ], + [ + "ĠMechan", + "isms" + ], + [ + "ĠMechanism", + "s" + ], + [ + "List", + "ening" + ], + [ + "Listen", + "ing" + ], + [ + "Ġdisl", + "od" + ], + [ + "Ġdisl", + "ikes" + ], + [ + "Ġdislike", + "s" + ], + [ + "Ġman", + "goes" + ], + [ + "Ġmang", + "oes" + ], + [ + "Ġmango", + "es" + ], + [ + "Ġsprink", + "ling" + ], + [ + "ĠDent", + "ist" + ], + [ + "Ġsea", + "bird" + ], + [ + "Ġseab", + "ird" + ], + [ + "ĠCoron", + "ary" + ], + [ + "ĠCorona", + "ry" + ], + [ + "ĠMaced", + "on" + ], + [ + "Ġf", + "alc" + ], + [ + "Ġfal", + "c" + ], + [ + "-", + "student" + ], + [ + "-stud", + "ent" + ], + [ + "-stud", + "ied" + ], + [ + "Ġquint", + "essential" + ], + [ + "Ġloose", + "ning" + ], + [ + "Ġloosen", + "ing" + ], + [ + "Ġloos", + "ening" + ], + [ + "Ġwoodpeck", + "ers" + ], + [ + "Ġwoodpecker", + "s" + ], + [ + "Anti", + "biotics" + ], + [ + "Antib", + "iotics" + ], + [ + "Ġdecommission", + "ed" + ], + [ + "Ġpolysacchar", + "ides" + ], + [ + "Ġpolysaccharide", + "s" + ], + [ + "Ġtinct", + "ure" + ], + [ + "Ġpim", + "ples" + ], + [ + "aimon", + "ides" + ], + [ + "ĠOverse", + "as" + ], + [ + "ĠOvers", + "eas" + ], + [ + "Ġyarn", + "s" + ], + [ + "Ġyar", + "ns" + ], + [ + "Ġimpenet", + "rable" + ], + [ + "Ġ", + ";Ċ" + ], + [ + "Ġ;", + "Ċ" + ], + [ + "Ġ", + "ËĪ" + ], + [ + "-", + "self" + ], + [ + "-s", + "elf" + ], + [ + "<", + "<" + ], + [ + "F", + "uel" + ], + [ + "L", + "AND" + ], + [ + "LA", + "ND" + ], + [ + "LAN", + "D" + ], + [ + "P", + "osition" + ], + [ + "S", + "aving" + ], + [ + "Sa", + "ving" + ], + [ + "c", + "ian" + ], + [ + "ci", + "an" + ], + [ + "cia", + "n" + ], + [ + "c", + "rum" + ], + [ + "cr", + "um" + ], + [ + "cru", + "m" + ], + [ + "f", + "ear" + ], + [ + "fe", + "ar" + ], + [ + "m", + "ort" + ], + [ + "mo", + "rt" + ], + [ + "mor", + "t" + ], + [ + "p", + "d" + ], + [ + "æ", + "ķ" + ], + [ + "é", + "ĩ" + ], + [ + "on", + "ne" + ], + [ + "Ġp", + "acific" + ], + [ + "Ġpac", + "ific" + ], + [ + "Ġpacif", + "ic" + ], + [ + "as", + "ional" + ], + [ + "asion", + "al" + ], + [ + "asi", + "onal" + ], + [ + "l", + "ymph" + ], + [ + "ly", + "mph" + ], + [ + "lymp", + "h" + ], + [ + "Ġbe", + "headed" + ], + [ + "ĠT", + "IM" + ], + [ + "ĠTI", + "M" + ], + [ + "ĠT", + "SH" + ], + [ + "ĠTS", + "H" + ], + [ + "im", + "ov" + ], + [ + "imo", + "v" + ], + [ + "ow", + "ning" + ], + [ + "own", + "ing" + ], + [ + "ĠM", + "off" + ], + [ + "ĠMo", + "ff" + ], + [ + "ĠM", + "Sc" + ], + [ + "ĠMS", + "c" + ], + [ + "ĠP", + "ash" + ], + [ + "ĠPa", + "sh" + ], + [ + "ĠPas", + "h" + ], + [ + "ĠB", + "ole" + ], + [ + "ĠBo", + "le" + ], + [ + "ĠBol", + "e" + ], + [ + "e", + "mark" + ], + [ + "em", + "ark" + ], + [ + "emar", + "k" + ], + [ + "ĠE", + "ly" + ], + [ + "ĠEl", + "y" + ], + [ + "ĠE", + "ich" + ], + [ + "ĠR", + "eth" + ], + [ + "ĠRe", + "th" + ], + [ + "ĠRet", + "h" + ], + [ + "Ġk", + "angaroos" + ], + [ + "Ġkangaroo", + "s" + ], + [ + "i", + "bu" + ], + [ + "ib", + "u" + ], + [ + "i", + "pa" + ], + [ + "ip", + "a" + ], + [ + "a", + "uv" + ], + [ + "au", + "v" + ], + [ + "i", + "leen" + ], + [ + "il", + "een" + ], + [ + "ile", + "en" + ], + [ + "ilee", + "n" + ], + [ + "t", + "exts" + ], + [ + "te", + "xts" + ], + [ + "text", + "s" + ], + [ + "tex", + "ts" + ], + [ + "Ġgen", + "oc" + ], + [ + "Ġsub", + "units" + ], + [ + "Ġsubunit", + "s" + ], + [ + "Ġcar", + "rion" + ], + [ + "Ġint", + "erred" + ], + [ + "Ġinter", + "red" + ], + [ + "Ġke", + "fir" + ], + [ + "is", + "ma" + ], + [ + "ism", + "a" + ], + [ + "Ġen", + "dos" + ], + [ + "Ġend", + "os" + ], + [ + "ĠAr", + "th" + ], + [ + "ĠArt", + "h" + ], + [ + "âĢĶ", + "about" + ], + [ + "Ġch", + "anger" + ], + [ + "Ġchange", + "r" + ], + [ + "Ġchang", + "er" + ], + [ + "Ġmaterial", + "istic" + ], + [ + "ĠWh", + "itt" + ], + [ + "ĠWhit", + "t" + ], + [ + "Ġpur", + "ging" + ], + [ + "Ġre", + "stitution" + ], + [ + "Ġrest", + "itution" + ], + [ + "rap", + "eutic" + ], + [ + "o", + "far" + ], + [ + "of", + "ar" + ], + [ + "ĠAf", + "gh" + ], + [ + "Ġinv", + "ests" + ], + [ + "Ġinvest", + "s" + ], + [ + "-", + "tube" + ], + [ + "-t", + "ube" + ], + [ + "ĠPr", + "une" + ], + [ + "ĠPru", + "ne" + ], + [ + "n", + "sis" + ], + [ + "ns", + "is" + ], + [ + "sh", + "ocks" + ], + [ + "shock", + "s" + ], + [ + "Ġ", + "apo" + ], + [ + "Ġa", + "po" + ], + [ + "Ġap", + "o" + ], + [ + "Ġha", + "rass" + ], + [ + "Ġhar", + "ass" + ], + [ + "Ġhot", + "ly" + ], + [ + "ĠSw", + "itching" + ], + [ + "ĠSwitch", + "ing" + ], + [ + "Ġmid", + "point" + ], + [ + "IT", + "AL" + ], + [ + "ITA", + "L" + ], + [ + "Ġsect", + "arian" + ], + [ + "ĠSch", + "oen" + ], + [ + "Un", + "ique" + ], + [ + "Ġem", + "ailed" + ], + [ + "Ġemail", + "ed" + ], + [ + "Ġinternal", + "ize" + ], + [ + "ĠL", + "aus" + ], + [ + "ĠLa", + "us" + ], + [ + "ĠLau", + "s" + ], + [ + "-", + "Marie" + ], + [ + "-M", + "arie" + ], + [ + "-Mar", + "ie" + ], + [ + "ĠJer", + "icho" + ], + [ + "ĠEx", + "plo" + ], + [ + "ĠExpl", + "o" + ], + [ + "ĠExp", + "lo" + ], + [ + "ĠS", + "umm" + ], + [ + "ĠSu", + "mm" + ], + [ + "ĠSum", + "m" + ], + [ + "Re", + "ceived" + ], + [ + "Ġoverl", + "aid" + ], + [ + "ĠBr", + "enda" + ], + [ + "ĠBre", + "nda" + ], + [ + "ĠBren", + "da" + ], + [ + "Ġboy", + "friend" + ], + [ + "Ġproof", + "reading" + ], + [ + "Ġproofread", + "ing" + ], + [ + "ĠGar", + "land" + ], + [ + "ĠTar", + "gets" + ], + [ + "ĠTarget", + "s" + ], + [ + "orb", + "idity" + ], + [ + "orbid", + "ity" + ], + [ + "Ġaffil", + "iates" + ], + [ + "Ġaffiliate", + "s" + ], + [ + "Figure", + "s" + ], + [ + "Fig", + "ures" + ], + [ + "ĠRain", + "fall" + ], + [ + "Ġrecon", + "structing" + ], + [ + "Ġreconstruct", + "ing" + ], + [ + "Ġtreasure", + "r" + ], + [ + "ĠLes", + "otho" + ], + [ + "Ġesp", + "oused" + ], + [ + "ĠR", + "owan" + ], + [ + "ĠRo", + "wan" + ], + [ + "ĠRow", + "an" + ], + [ + "Ġclever", + "ly" + ], + [ + "Ġpar", + "sing" + ], + [ + "Ġpars", + "ing" + ], + [ + "Techn", + "ically" + ], + [ + "Technical", + "ly" + ], + [ + "Ġworship", + "pers" + ], + [ + "Ġworsh", + "ippers" + ], + [ + "Ġbenz", + "odiazepines" + ], + [ + "Ġsuperconduct", + "ors" + ], + [ + "Max", + "imum" + ], + [ + "ĠMé", + "tis" + ], + [ + "onna", + "ise" + ], + [ + "-", + "Indigenous" + ], + [ + "-Ind", + "igenous" + ], + [ + "Ġbotan", + "ists" + ], + [ + "Ġbotanist", + "s" + ], + [ + "-insp", + "iring" + ], + [ + "ĠB", + "looming" + ], + [ + "ĠBloom", + "ing" + ], + [ + "ĠBlo", + "oming" + ], + [ + "Ġtelome", + "re" + ], + [ + "ĠMO", + "DIS" + ], + [ + "ĠMOD", + "IS" + ], + [ + "ĠHann", + "ibal" + ], + [ + "Chall", + "enge" + ], + [ + "Ġsep", + "als" + ], + [ + "Ġmillilit", + "ers" + ], + [ + "(", + "This" + ], + [ + "(T", + "his" + ], + [ + "-", + "White" + ], + [ + "/", + "de" + ], + [ + "/d", + "e" + ], + [ + "A", + "IL" + ], + [ + "AI", + "L" + ], + [ + "D", + "ial" + ], + [ + "Di", + "al" + ], + [ + "E", + "co" + ], + [ + "Ec", + "o" + ], + [ + "S", + "up" + ], + [ + "Su", + "p" + ], + [ + "b", + "old" + ], + [ + "bo", + "ld" + ], + [ + "bol", + "d" + ], + [ + "c", + "reat" + ], + [ + "cr", + "eat" + ], + [ + "c", + "iences" + ], + [ + "cience", + "s" + ], + [ + "ci", + "ences" + ], + [ + "cie", + "nces" + ], + [ + "f", + "usc" + ], + [ + "fu", + "sc" + ], + [ + "fus", + "c" + ], + [ + "in", + "z" + ], + [ + "ent", + "ious" + ], + [ + "Ġn", + "udge" + ], + [ + "Ġnud", + "ge" + ], + [ + "r", + "axia" + ], + [ + "ra", + "xia" + ], + [ + "rax", + "ia" + ], + [ + "Ġfor", + "gery" + ], + [ + "Ġforg", + "ery" + ], + [ + "Ġforge", + "ry" + ], + [ + "Ġ", + "yam" + ], + [ + "Ġy", + "am" + ], + [ + "Ġya", + "m" + ], + [ + "ĠS", + "ans" + ], + [ + "ĠSan", + "s" + ], + [ + "ĠSa", + "ns" + ], + [ + "ĠS", + "erm" + ], + [ + "ĠSe", + "rm" + ], + [ + "ĠSer", + "m" + ], + [ + "ĠS", + "atur" + ], + [ + "ĠSat", + "ur" + ], + [ + "ĠSa", + "tur" + ], + [ + "ĠC", + "overing" + ], + [ + "ĠCover", + "ing" + ], + [ + "ĠCov", + "ering" + ], + [ + "ĠCove", + "ring" + ], + [ + "ĠC", + "ALL" + ], + [ + "ĠCA", + "LL" + ], + [ + "ĠCAL", + "L" + ], + [ + "od", + "ians" + ], + [ + "odia", + "ns" + ], + [ + "odian", + "s" + ], + [ + "odi", + "ans" + ], + [ + "ĠP", + "soriasis" + ], + [ + "e", + "mate" + ], + [ + "em", + "ate" + ], + [ + "ema", + "te" + ], + [ + "emat", + "e" + ], + [ + "ĠD", + "all" + ], + [ + "ĠDal", + "l" + ], + [ + "ĠDa", + "ll" + ], + [ + "ĠD", + "iverse" + ], + [ + "ĠDi", + "verse" + ], + [ + "ĠDivers", + "e" + ], + [ + "ĠDiver", + "se" + ], + [ + "ĠF", + "ayette" + ], + [ + "ĠFay", + "ette" + ], + [ + "ĠL", + "OC" + ], + [ + "ĠLO", + "C" + ], + [ + "r", + "ups" + ], + [ + "ru", + "ps" + ], + [ + "rup", + "s" + ], + [ + "ĠTh", + "umb" + ], + [ + "ĠThu", + "mb" + ], + [ + "Ġte", + "asing" + ], + [ + "Ġtea", + "sing" + ], + [ + "Ġteas", + "ing" + ], + [ + "Ġun", + "educated" + ], + [ + "o", + "kines" + ], + [ + "ok", + "ines" + ], + [ + "oki", + "nes" + ], + [ + "Ġinf", + "lexible" + ], + [ + "Ġsc", + "opes" + ], + [ + "Ġscope", + "s" + ], + [ + "ĠK", + "es" + ], + [ + "ĠKe", + "s" + ], + [ + "Ġhel", + "ical" + ], + [ + "Ġhelic", + "al" + ], + [ + "Ġheli", + "cal" + ], + [ + "ĠV", + "ale" + ], + [ + "ĠVal", + "e" + ], + [ + "ĠVa", + "le" + ], + [ + "Ġre", + "grow" + ], + [ + "Ġreg", + "row" + ], + [ + "ĠH", + "eav" + ], + [ + "ĠHe", + "av" + ], + [ + "Ġinst", + "illed" + ], + [ + "Ġinstill", + "ed" + ], + [ + "Ġcur", + "ving" + ], + [ + "Ġcurv", + "ing" + ], + [ + "Ġpar", + "allax" + ], + [ + "-", + "published" + ], + [ + "-p", + "ublished" + ], + [ + "Ġbi", + "otin" + ], + [ + "Ġbio", + "tin" + ], + [ + "Ġheart", + "beats" + ], + [ + "Ġheartbeat", + "s" + ], + [ + "ĠAss", + "ad" + ], + [ + "ĠAb", + "khaz" + ], + [ + "E", + "SC" + ], + [ + "ES", + "C" + ], + [ + "Ġbad", + "ger" + ], + [ + "Ġbadge", + "r" + ], + [ + "Ġdecl", + "ination" + ], + [ + "Ġr", + "attle" + ], + [ + "Ġrat", + "tle" + ], + [ + "Ġratt", + "le" + ], + [ + "Ġsand", + "box" + ], + [ + "Ġpresc", + "riptive" + ], + [ + "ĠDem", + "ographic" + ], + [ + "Read", + "ers" + ], + [ + "Re", + "aders" + ], + [ + "Reader", + "s" + ], + [ + "ĠTer", + "race" + ], + [ + "ĠTerra", + "ce" + ], + [ + "Ġfrequ", + "ented" + ], + [ + "Ġfrequent", + "ed" + ], + [ + "B", + "SD" + ], + [ + "BS", + "D" + ], + [ + "al", + "lowing" + ], + [ + "all", + "owing" + ], + [ + "allow", + "ing" + ], + [ + "allo", + "wing" + ], + [ + "Ġ", + "Estimated" + ], + [ + "ĠEst", + "imated" + ], + [ + "ĠEstimate", + "d" + ], + [ + "Le", + "aves" + ], + [ + "Leave", + "s" + ], + [ + "ĠUt", + "recht" + ], + [ + "ö", + "l" + ], + [ + "Ġ", + "ALT" + ], + [ + "ĠA", + "LT" + ], + [ + "ĠAL", + "T" + ], + [ + "Ġhal", + "ved" + ], + [ + "Ġhalve", + "d" + ], + [ + "Ġster", + "ling" + ], + [ + "ĠLi", + "DAR" + ], + [ + "ĠSus", + "que" + ], + [ + "av", + "ering" + ], + [ + "ave", + "ring" + ], + [ + "aver", + "ing" + ], + [ + "l", + "amide" + ], + [ + "lam", + "ide" + ], + [ + "Ġmarginal", + "ization" + ], + [ + "ol", + "iths" + ], + [ + "oli", + "ths" + ], + [ + "olith", + "s" + ], + [ + "ÑĤ", + "ÑĮ" + ], + [ + "S", + "urgical" + ], + [ + "Sur", + "gical" + ], + [ + "ĠKit", + "ty" + ], + [ + "ĠKitt", + "y" + ], + [ + "-", + "deep" + ], + [ + "-de", + "ep" + ], + [ + "Ess", + "ays" + ], + [ + "Es", + "says" + ], + [ + "Essay", + "s" + ], + [ + "ĠÅ", + "ł" + ], + [ + "Ġhor", + "rified" + ], + [ + "Ġhorr", + "ified" + ], + [ + "Ġtyp", + "hus" + ], + [ + "Ġtyph", + "us" + ], + [ + "Ġsuprem", + "ac" + ], + [ + "ĠIng", + "redients" + ], + [ + "Ġfibro", + "blasts" + ], + [ + "Ġfibr", + "oblasts" + ], + [ + "opath", + "ies" + ], + [ + "resp", + "onding" + ], + [ + "respond", + "ing" + ], + [ + "Med", + "ications" + ], + [ + "Medic", + "ations" + ], + [ + "Medication", + "s" + ], + [ + "ĠConfuc", + "ianism" + ], + [ + "ĠConfucian", + "ism" + ], + [ + "Ġferment", + "ing" + ], + [ + "Ġferm", + "enting" + ], + [ + "o", + "visual" + ], + [ + "ovis", + "ual" + ], + [ + "Ġmisal", + "igned" + ], + [ + "Ġoutper", + "form" + ], + [ + "ĠAss", + "ignments" + ], + [ + "ĠAssignment", + "s" + ], + [ + "ĠAssign", + "ments" + ], + [ + "Ġcl", + "utches" + ], + [ + "Ġclutch", + "es" + ], + [ + "Ġclut", + "ches" + ], + [ + "ĠKru", + "ger" + ], + [ + "priv", + "ileged" + ], + [ + "Ġ", + "Ġ" + ], + [ + "(", + "approx" + ], + [ + "G", + "ross" + ], + [ + "Gr", + "oss" + ], + [ + "Gro", + "ss" + ], + [ + "O", + "US" + ], + [ + "OU", + "S" + ], + [ + "T", + "ar" + ], + [ + "Ta", + "r" + ], + [ + "i", + "ose" + ], + [ + "io", + "se" + ], + [ + "ios", + "e" + ], + [ + "j", + "id" + ], + [ + "ji", + "d" + ], + [ + "m", + "oving" + ], + [ + "mo", + "ving" + ], + [ + "Ð", + "¶" + ], + [ + "Ġs", + "acks" + ], + [ + "Ġsa", + "cks" + ], + [ + "Ġsac", + "ks" + ], + [ + "Ġsack", + "s" + ], + [ + "o", + "rice" + ], + [ + "or", + "ice" + ], + [ + "oric", + "e" + ], + [ + "ori", + "ce" + ], + [ + "Ġm", + "ower" + ], + [ + "Ġmo", + "wer" + ], + [ + "Ġmow", + "er" + ], + [ + "le", + "bot" + ], + [ + "leb", + "ot" + ], + [ + "Ġl", + "ivers" + ], + [ + "Ġlive", + "rs" + ], + [ + "Ġliver", + "s" + ], + [ + "Ġli", + "vers" + ], + [ + "Ġliv", + "ers" + ], + [ + "Ġn", + "ug" + ], + [ + "Ġnu", + "g" + ], + [ + "i", + "grade" + ], + [ + "ig", + "rade" + ], + [ + "ĠA", + "HA" + ], + [ + "ĠAH", + "A" + ], + [ + "ĠS", + "omme" + ], + [ + "ĠSom", + "me" + ], + [ + "ĠI", + "ps" + ], + [ + "ĠIp", + "s" + ], + [ + "ĠP", + "WM" + ], + [ + "ĠB", + "EST" + ], + [ + "ĠBE", + "ST" + ], + [ + "est", + "ablished" + ], + [ + "establish", + "ed" + ], + [ + "res", + "so" + ], + [ + "ress", + "o" + ], + [ + "Ġ", + "vil" + ], + [ + "Ġv", + "il" + ], + [ + "Ġvi", + "l" + ], + [ + "ĠW", + "ish" + ], + [ + "ĠWi", + "sh" + ], + [ + "ĠWis", + "h" + ], + [ + "ĠD", + "ian" + ], + [ + "ĠDi", + "an" + ], + [ + "ĠDia", + "n" + ], + [ + "ĠE", + "J" + ], + [ + "un", + "ky" + ], + [ + "unk", + "y" + ], + [ + "ich", + "ord" + ], + [ + "icho", + "rd" + ], + [ + "ĠJ", + "od" + ], + [ + "ĠJo", + "d" + ], + [ + "ind", + "ependent" + ], + [ + "on", + "sor" + ], + [ + "ons", + "or" + ], + [ + "onso", + "r" + ], + [ + "Ġwater", + "c" + ], + [ + "Ġwat", + "erc" + ], + [ + "Ġins", + "urgents" + ], + [ + "ĠSp", + "utnik" + ], + [ + "gen", + "etic" + ], + [ + "gene", + "tic" + ], + [ + "Ġop", + "oss" + ], + [ + "Ġfac", + "ades" + ], + [ + "Ġfacade", + "s" + ], + [ + "Ġbook", + "stores" + ], + [ + "Ġbookstore", + "s" + ], + [ + "-", + "middle" + ], + [ + "-m", + "iddle" + ], + [ + "ĠBl", + "adder" + ], + [ + "Ġhouse", + "work" + ], + [ + "Ġhous", + "ework" + ], + [ + "S", + "ARS" + ], + [ + "SA", + "RS" + ], + [ + "SAR", + "S" + ], + [ + "ĠMar", + "ÃŃa" + ], + [ + "y", + "nes" + ], + [ + "yn", + "es" + ], + [ + "z", + "eb" + ], + [ + "ze", + "b" + ], + [ + "Ġmagn", + "ify" + ], + [ + "ĠA", + "gra" + ], + [ + "ĠAg", + "ra" + ], + [ + "Ġautom", + "akers" + ], + [ + "Ġauto", + "makers" + ], + [ + "ĠPark", + "way" + ], + [ + "o", + "ek" + ], + [ + "oe", + "k" + ], + [ + "ĠVal", + "idation" + ], + [ + "Ġmoment", + "arily" + ], + [ + "amb", + "rian" + ], + [ + "AL", + "SE" + ], + [ + "ALS", + "E" + ], + [ + "care", + "ous" + ], + [ + "ca", + "reous" + ], + [ + "car", + "eous" + ], + [ + "Ġ", + "Bride" + ], + [ + "ĠB", + "ride" + ], + [ + "ĠBr", + "ide" + ], + [ + "ĠBrid", + "e" + ], + [ + "ĠBri", + "de" + ], + [ + "Ġ", + "STEP" + ], + [ + "ĠST", + "EP" + ], + [ + "ĠSTE", + "P" + ], + [ + "ĠSun", + "flower" + ], + [ + "o", + "chlor" + ], + [ + "och", + "lor" + ], + [ + "Ġnor", + "ovirus" + ], + [ + "-re", + "levant" + ], + [ + "Ġabund", + "ances" + ], + [ + "Ġabundance", + "s" + ], + [ + "Äģ", + "t" + ], + [ + "Ġlect", + "uring" + ], + [ + "ocy", + "top" + ], + [ + "ocyt", + "op" + ], + [ + "Ġcyber", + "crime" + ], + [ + "â", + "te" + ], + [ + "ât", + "e" + ], + [ + "ĠFrid", + "ays" + ], + [ + "ĠFriday", + "s" + ], + [ + "ĠFri", + "days" + ], + [ + "ĠFrida", + "ys" + ], + [ + "Ġspirit", + "ed" + ], + [ + "Ġspir", + "ited" + ], + [ + "ĠR", + "ubin" + ], + [ + "ĠRub", + "in" + ], + [ + "ĠRu", + "bin" + ], + [ + "ĠConc", + "ise" + ], + [ + "ĠBird", + "Life" + ], + [ + "ĠHad", + "ith" + ], + [ + "Ġrum", + "ours" + ], + [ + "Ġbol", + "ted" + ], + [ + "Ġbolt", + "ed" + ], + [ + "Ġcon", + "forms" + ], + [ + "Ġconf", + "orms" + ], + [ + "Ġconform", + "s" + ], + [ + "p", + "osts" + ], + [ + "po", + "sts" + ], + [ + "post", + "s" + ], + [ + "ĠCL", + "ASS" + ], + [ + "ĠCLA", + "SS" + ], + [ + "ĠCL", + "ICK" + ], + [ + "Ġeleg", + "antly" + ], + [ + "Ġelegant", + "ly" + ], + [ + "Ġlemon", + "ade" + ], + [ + "-", + "death" + ], + [ + "-de", + "ath" + ], + [ + "ĠMO", + "OCs" + ], + [ + "ĠMOOC", + "s" + ], + [ + "Est", + "ablished" + ], + [ + "Establish", + "ed" + ], + [ + "scient", + "ists" + ], + [ + "scientist", + "s" + ], + [ + "Ġ", + "WHY" + ], + [ + "ĠWH", + "Y" + ], + [ + "ĠVol", + "untary" + ], + [ + "ĠVolunt", + "ary" + ], + [ + "ĠPand", + "ora" + ], + [ + "r", + "oelectric" + ], + [ + "ro", + "electric" + ], + [ + "roe", + "lectric" + ], + [ + "Ġredist", + "ribute" + ], + [ + "Christian", + "ity" + ], + [ + "-sm", + "elling" + ], + [ + "Tr", + "ump" + ], + [ + "-", + "processed" + ], + [ + "-process", + "ed" + ], + [ + "Psych", + "ological" + ], + [ + "ĠTag", + "ore" + ], + [ + "Ġunwilling", + "ness" + ], + [ + "Ġamp", + "utations" + ], + [ + "Ġamput", + "ations" + ], + [ + "Ġamputation", + "s" + ], + [ + "Ġlyn", + "x" + ], + [ + "Ġresh", + "aping" + ], + [ + "ĠMaxim", + "ilian" + ], + [ + "ĠYose", + "f" + ], + [ + "ĠTao", + "ism" + ], + [ + "á¹ĩ", + "a" + ], + [ + "Ġaber", + "ration" + ], + [ + "Ġtap", + "ering" + ], + [ + "Ġtape", + "ring" + ], + [ + "Ġta", + "pering" + ], + [ + "Ġtaper", + "ing" + ], + [ + "ĠPots", + "dam" + ], + [ + "ĠâĨ©", + "Ċ" + ], + [ + "Ġindict", + "ment" + ], + [ + "ĠTef", + "lon" + ], + [ + "-", + "oil" + ], + [ + "-o", + "il" + ], + [ + "G", + "ES" + ], + [ + "GE", + "S" + ], + [ + "p", + "ossible" + ], + [ + "v", + "c" + ], + [ + "z", + "t" + ], + [ + "Ġs", + "ess" + ], + [ + "Ġse", + "ss" + ], + [ + "Ġses", + "s" + ], + [ + "Ġd", + "avid" + ], + [ + "Ġre", + "writing" + ], + [ + "Ġrew", + "riting" + ], + [ + "Ġg", + "ilded" + ], + [ + "Ġy", + "awning" + ], + [ + "Ġyawn", + "ing" + ], + [ + "Ġst", + "rontium" + ], + [ + "ĠS", + "anchez" + ], + [ + "ĠSan", + "chez" + ], + [ + "a", + "yn" + ], + [ + "ay", + "n" + ], + [ + "Ġde", + "human" + ], + [ + "a", + "cross" + ], + [ + "ac", + "ross" + ], + [ + "ĠH", + "ass" + ], + [ + "ĠHa", + "ss" + ], + [ + "ĠHas", + "s" + ], + [ + "Ġch", + "urning" + ], + [ + "Ġchurn", + "ing" + ], + [ + "Ġle", + "verages" + ], + [ + "Ġlever", + "ages" + ], + [ + "Ġleverage", + "s" + ], + [ + "ĠF", + "ighter" + ], + [ + "ĠFight", + "er" + ], + [ + "Ġsh", + "atter" + ], + [ + "ĠG", + "org" + ], + [ + "ĠGor", + "g" + ], + [ + "ĠG", + "Ps" + ], + [ + "ĠGP", + "s" + ], + [ + "on", + "grass" + ], + [ + "ong", + "rass" + ], + [ + "ĠJ", + "as" + ], + [ + "ĠJa", + "s" + ], + [ + "Ġpre", + "text" + ], + [ + "Ġpret", + "ext" + ], + [ + "ĠK", + "abul" + ], + [ + "ĠKa", + "bul" + ], + [ + "ĠKab", + "ul" + ], + [ + "ĠV", + "iolet" + ], + [ + "ĠViol", + "et" + ], + [ + "In", + "put" + ], + [ + "Ġpres", + "iding" + ], + [ + "Ġcur", + "ls" + ], + [ + "Ġcurl", + "s" + ], + [ + "Ġend", + "ocrin" + ], + [ + "ĠAn", + "im" + ], + [ + "Ġm", + "attered" + ], + [ + "Ġmat", + "tered" + ], + [ + "Ġmatter", + "ed" + ], + [ + "Ġmatt", + "ered" + ], + [ + "Ġmatte", + "red" + ], + [ + "ĠS", + "hade" + ], + [ + "ĠSh", + "ade" + ], + [ + "ĠSha", + "de" + ], + [ + "ĠCol", + "ombo" + ], + [ + "ĠColomb", + "o" + ], + [ + "ole", + "cule" + ], + [ + "Ġsw", + "at" + ], + [ + "ĠZ", + "IP" + ], + [ + "Ġcy", + "nic" + ], + [ + "Ġcyn", + "ic" + ], + [ + "be", + "in" + ], + [ + "let", + "ions" + ], + [ + "letion", + "s" + ], + [ + "N", + "AME" + ], + [ + "NA", + "ME" + ], + [ + "Ġcut", + "icle" + ], + [ + "-", + "width" + ], + [ + "-w", + "idth" + ], + [ + "Ġdra", + "wers" + ], + [ + "Ġdraw", + "ers" + ], + [ + "Ġdrawer", + "s" + ], + [ + "Ġfast", + "eners" + ], + [ + "Ġfasten", + "ers" + ], + [ + "Ġfastener", + "s" + ], + [ + "à¤", + "¦" + ], + [ + "à¤", + "²" + ], + [ + "al", + "ta" + ], + [ + "alt", + "a" + ], + [ + "ĠDec", + "ade" + ], + [ + "Ġdiss", + "ertations" + ], + [ + "Ġdissertation", + "s" + ], + [ + "ĠM", + "alik" + ], + [ + "ĠMa", + "lik" + ], + [ + "ĠMal", + "ik" + ], + [ + "ĠMali", + "k" + ], + [ + "Ġcoff", + "ins" + ], + [ + "Ġcoffin", + "s" + ], + [ + "ĠSupp", + "l" + ], + [ + "ĠSup", + "pl" + ], + [ + "Ġt", + "owed" + ], + [ + "Ġto", + "wed" + ], + [ + "Ġtow", + "ed" + ], + [ + "-F", + "riendly" + ], + [ + "ĠRob", + "otic" + ], + [ + "ĠRobot", + "ic" + ], + [ + "ĠRobo", + "tic" + ], + [ + "Ġadvis", + "ories" + ], + [ + "Ġadvisor", + "ies" + ], + [ + "ĠIm", + "proper" + ], + [ + "ĠImpro", + "per" + ], + [ + ".", + "''" + ], + [ + ".'", + "'" + ], + [ + "T", + "rack" + ], + [ + "Tra", + "ck" + ], + [ + "Tr", + "ack" + ], + [ + "ĠSon", + "ora" + ], + [ + "ĠLat", + "vian" + ], + [ + "ĠLatvia", + "n" + ], + [ + "ĠCra", + "zy" + ], + [ + "ĠJe", + "anne" + ], + [ + "ĠJean", + "ne" + ], + [ + "Ġpriest", + "ly" + ], + [ + "Ġscrew", + "driver" + ], + [ + "Ġpneumonia", + "e" + ], + [ + "ĠDark", + "ness" + ], + [ + "Ġcurt", + "ailed" + ], + [ + "Ġcurtail", + "ed" + ], + [ + "i", + "egel" + ], + [ + "ie", + "gel" + ], + [ + "ieg", + "el" + ], + [ + "Ġdecentral", + "ization" + ], + [ + "Avoid", + "ing" + ], + [ + "Mo", + "ore" + ], + [ + "Ġre", + "appear" + ], + [ + "Ġreapp", + "ear" + ], + [ + "Ġunatt", + "ractive" + ], + [ + "Op", + "tical" + ], + [ + "Opt", + "ical" + ], + [ + "F", + "lowers" + ], + [ + "Fl", + "owers" + ], + [ + "Flow", + "ers" + ], + [ + "Flower", + "s" + ], + [ + "ĠRa", + "hman" + ], + [ + "ĠRah", + "man" + ], + [ + "Ġzomb", + "ies" + ], + [ + "Ġzombie", + "s" + ], + [ + "Liter", + "ature" + ], + [ + "Ġxyl", + "itol" + ], + [ + "ĠYor", + "uba" + ], + [ + "Ġlapar", + "oscopic" + ], + [ + "Ġshrew", + "d" + ], + [ + "ĠTusc", + "any" + ], + [ + "Ġdw", + "elt" + ], + [ + ",", + "..." + ], + [ + ",.", + ".." + ], + [ + "-", + "No" + ], + [ + "-N", + "o" + ], + [ + "-", + "planned" + ], + [ + "-plan", + "ned" + ], + [ + ".", + "ie" + ], + [ + ".i", + "e" + ], + [ + "L", + "ie" + ], + [ + "Li", + "e" + ], + [ + "N", + "ich" + ], + [ + "Nic", + "h" + ], + [ + "Ni", + "ch" + ], + [ + "c", + "reated" + ], + [ + "cr", + "eated" + ], + [ + "create", + "d" + ], + [ + "creat", + "ed" + ], + [ + "e", + "ff" + ], + [ + "ef", + "f" + ], + [ + "n", + "n" + ], + [ + "o", + "cean" + ], + [ + "oc", + "ean" + ], + [ + "t", + "ypes" + ], + [ + "ty", + "pes" + ], + [ + "type", + "s" + ], + [ + "|", + "E" + ], + [ + "Î", + "®" + ], + [ + "Ġt", + "rit" + ], + [ + "Ġtr", + "it" + ], + [ + "Ġtri", + "t" + ], + [ + "Ġc", + "asser" + ], + [ + "Ġcas", + "ser" + ], + [ + "Ġcass", + "er" + ], + [ + "Ġre", + "charging" + ], + [ + "Ġn", + "ause" + ], + [ + "Ġna", + "use" + ], + [ + "Ġ", + "ACA" + ], + [ + "ĠA", + "CA" + ], + [ + "ĠAC", + "A" + ], + [ + "ul", + "ant" + ], + [ + "ula", + "nt" + ], + [ + "e", + "les" + ], + [ + "el", + "es" + ], + [ + "ele", + "s" + ], + [ + "ĠM", + "ockingbird" + ], + [ + "op", + "ted" + ], + [ + "opt", + "ed" + ], + [ + "ĠP", + "omer" + ], + [ + "ĠPo", + "mer" + ], + [ + "ĠPom", + "er" + ], + [ + "or", + "etic" + ], + [ + "ore", + "tic" + ], + [ + "us", + "sell" + ], + [ + "uss", + "ell" + ], + [ + "usse", + "ll" + ], + [ + "ĠH", + "oles" + ], + [ + "ĠHol", + "es" + ], + [ + "ĠHo", + "les" + ], + [ + "ĠHole", + "s" + ], + [ + "Ġr", + "ipping" + ], + [ + "Ġrip", + "ping" + ], + [ + "ĠD", + "unk" + ], + [ + "ĠDun", + "k" + ], + [ + "ĠD", + "IF" + ], + [ + "ĠDI", + "F" + ], + [ + "ĠF", + "AM" + ], + [ + "ĠFA", + "M" + ], + [ + "ĠN", + "asser" + ], + [ + "ĠNas", + "ser" + ], + [ + "ĠNass", + "er" + ], + [ + "p", + "erate" + ], + [ + "per", + "ate" + ], + [ + "pe", + "rate" + ], + [ + "Ġad", + "ren" + ], + [ + "ĠT", + "hi" + ], + [ + "ĠTh", + "i" + ], + [ + "Ġun", + "responsive" + ], + [ + "or", + "sch" + ], + [ + "ors", + "ch" + ], + [ + "Ġcomm", + "encing" + ], + [ + "Ġyear", + "ning" + ], + [ + "Ġye", + "arning" + ], + [ + "Ġno", + "zzles" + ], + [ + "Ġnozzle", + "s" + ], + [ + "ĠHe", + "idi" + ], + [ + "iqu", + "ed" + ], + [ + "ique", + "d" + ], + [ + "iq", + "ued" + ], + [ + "Ġhand", + "ker" + ], + [ + "Ġmet", + "ron" + ], + [ + "Ġmetro", + "n" + ], + [ + "ĠCl", + "osing" + ], + [ + "ĠClo", + "sing" + ], + [ + "Ġe", + "yed" + ], + [ + "Ġey", + "ed" + ], + [ + "Ġeye", + "d" + ], + [ + "Ġcy", + "stitis" + ], + [ + "Ġcyst", + "itis" + ], + [ + "Ġsun", + "spot" + ], + [ + "Ġsuns", + "pot" + ], + [ + "ĠShe", + "ldon" + ], + [ + "ĠShel", + "don" + ], + [ + "Ġfeed", + "backs" + ], + [ + "Ġfeedback", + "s" + ], + [ + "ĠAss", + "urance" + ], + [ + "ĠAm", + "ateur" + ], + [ + "ĠEd", + "die" + ], + [ + "ster", + "oidal" + ], + [ + "Ġsch", + "olastic" + ], + [ + "ĠEast", + "man" + ], + [ + "Ġpol", + "ype" + ], + [ + "Ġpoly", + "pe" + ], + [ + "Ġpolyp", + "e" + ], + [ + "ĠMod", + "elling" + ], + [ + "ĠModel", + "ling" + ], + [ + "ĠMode", + "lling" + ], + [ + "-", + "Car" + ], + [ + "-C", + "ar" + ], + [ + "ĠD", + "ecl" + ], + [ + "ĠDe", + "cl" + ], + [ + "ĠDec", + "l" + ], + [ + "-n", + "ineteenth" + ], + [ + "-nine", + "teenth" + ], + [ + "ixt", + "ures" + ], + [ + "ixture", + "s" + ], + [ + "Ġgar", + "ages" + ], + [ + "Ġgarage", + "s" + ], + [ + "Ġexternal", + "ities" + ], + [ + "Ġextern", + "alities" + ], + [ + "Ġspl", + "ints" + ], + [ + "Ġsplint", + "s" + ], + [ + "Ġread", + "ership" + ], + [ + "Ġreaders", + "hip" + ], + [ + "Ġreader", + "ship" + ], + [ + "Ġsky", + "line" + ], + [ + "Ġrespir", + "ator" + ], + [ + "Ġfl", + "yers" + ], + [ + "Ġfly", + "ers" + ], + [ + "Ġflyer", + "s" + ], + [ + "Ġaer", + "odynamics" + ], + [ + "Ġaerodynamic", + "s" + ], + [ + "Ġmac", + "rom" + ], + [ + "Ġmacro", + "m" + ], + [ + "o", + "meric" + ], + [ + "om", + "eric" + ], + [ + "ome", + "ric" + ], + [ + "omer", + "ic" + ], + [ + "ĠAcc", + "idents" + ], + [ + "ĠAccident", + "s" + ], + [ + "ĠZeal", + "anders" + ], + [ + "ĠZealand", + "ers" + ], + [ + "-", + "rights" + ], + [ + "-r", + "ights" + ], + [ + "-right", + "s" + ], + [ + "p", + "rinted" + ], + [ + "print", + "ed" + ], + [ + "Ġpersu", + "ading" + ], + [ + "ĠInvest", + "igate" + ], + [ + "ĠInvestig", + "ate" + ], + [ + "Ġgate", + "ways" + ], + [ + "Ġgateway", + "s" + ], + [ + "ĠRe", + "store" + ], + [ + "ĠRest", + "ore" + ], + [ + "Ġ", + "ATT" + ], + [ + "ĠA", + "TT" + ], + [ + "ĠAT", + "T" + ], + [ + "Ġnorth", + "erly" + ], + [ + "Ġnort", + "herly" + ], + [ + "ĠTok", + "ugawa" + ], + [ + "Ġmillenn", + "ials" + ], + [ + "Ġmillennia", + "ls" + ], + [ + "Ġmillennial", + "s" + ], + [ + "H", + "arry" + ], + [ + "Har", + "ry" + ], + [ + "Ġun", + "interest" + ], + [ + "Ġunint", + "erest" + ], + [ + "Ġuninter", + "est" + ], + [ + "ĠMa", + "slow" + ], + [ + "ĠMas", + "low" + ], + [ + "ĠTob", + "ago" + ], + [ + "Ġmetast", + "ases" + ], + [ + "Ġmetastas", + "es" + ], + [ + "ĠEpid", + "emic" + ], + [ + "ĠEpidem", + "ic" + ], + [ + "Ġd", + "ocked" + ], + [ + "Ġdo", + "cked" + ], + [ + "Ġdoc", + "ked" + ], + [ + "Ġdock", + "ed" + ], + [ + "Ġrefres", + "her" + ], + [ + "Ġrefresh", + "er" + ], + [ + "ĠCant", + "onese" + ], + [ + "ĠCanton", + "ese" + ], + [ + "Ġfigur", + "atively" + ], + [ + "Ġfigurative", + "ly" + ], + [ + "Ġdivert", + "icul" + ], + [ + "Ġg", + "runt" + ], + [ + "Ġgr", + "unt" + ], + [ + "Ġgru", + "nt" + ], + [ + "ĠScan", + "ning" + ], + [ + "Ġover", + "eat" + ], + [ + "Ġovere", + "at" + ], + [ + "Ġove", + "reat" + ], + [ + "ĠBloom", + "s" + ], + [ + "ĠBlo", + "oms" + ], + [ + "Ġpolyg", + "amy" + ], + [ + "Dr", + "ugs" + ], + [ + "Drug", + "s" + ], + [ + "Ġimb", + "ued" + ], + [ + "Ġpainstaking", + "ly" + ], + [ + "ĠYuc", + "atan" + ], + [ + "-", + "October" + ], + [ + "-Oct", + "ober" + ], + [ + "Ġ", + ",Ċ" + ], + [ + "Ġ,", + "Ċ" + ], + [ + "-", + "get" + ], + [ + "-g", + "et" + ], + [ + "-ge", + "t" + ], + [ + "C", + "as" + ], + [ + "Ca", + "s" + ], + [ + "S", + "in" + ], + [ + "Si", + "n" + ], + [ + "a", + "S" + ], + [ + "n", + "os" + ], + [ + "no", + "s" + ], + [ + "w", + "ark" + ], + [ + "war", + "k" + ], + [ + "×", + "ģ" + ], + [ + "in", + "ase" + ], + [ + "ina", + "se" + ], + [ + "inas", + "e" + ], + [ + "Ġin", + "sofar" + ], + [ + "Ġins", + "ofar" + ], + [ + "Ġt", + "hine" + ], + [ + "Ġth", + "ine" + ], + [ + "Ġthin", + "e" + ], + [ + "Ġthi", + "ne" + ], + [ + "Ġn", + "ongovern" + ], + [ + "Ġnon", + "govern" + ], + [ + "o", + "led" + ], + [ + "ol", + "ed" + ], + [ + "ole", + "d" + ], + [ + "id", + "io" + ], + [ + "idi", + "o" + ], + [ + "Ġ", + "ya" + ], + [ + "Ġy", + "a" + ], + [ + "ad", + "ically" + ], + [ + "adic", + "ally" + ], + [ + "Ġd", + "eme" + ], + [ + "Ġde", + "me" + ], + [ + "Ġdem", + "e" + ], + [ + "is", + "to" + ], + [ + "ist", + "o" + ], + [ + "Ġha", + "iku" + ], + [ + "ĠB", + "az" + ], + [ + "ĠBa", + "z" + ], + [ + "ac", + "ama" + ], + [ + "aca", + "ma" + ], + [ + "Ġv", + "ial" + ], + [ + "Ġvia", + "l" + ], + [ + "Ġvi", + "al" + ], + [ + "os", + "als" + ], + [ + "osa", + "ls" + ], + [ + "osal", + "s" + ], + [ + "ĠD", + "ing" + ], + [ + "ĠDi", + "ng" + ], + [ + "ĠDin", + "g" + ], + [ + "ĠR", + "izal" + ], + [ + "ĠRi", + "zal" + ], + [ + "ĠK", + "ron" + ], + [ + "ĠKr", + "on" + ], + [ + "ĠKro", + "n" + ], + [ + "hed", + "rin" + ], + [ + "Ġmed", + "itating" + ], + [ + "Ġdet", + "ritus" + ], + [ + "Ġdef", + "amation" + ], + [ + "ĠF", + "orge" + ], + [ + "ĠFor", + "ge" + ], + [ + "ĠForg", + "e" + ], + [ + "âĢľ", + "Although" + ], + [ + "use", + "ppe" + ], + [ + "ĠPl", + "ural" + ], + [ + "os", + "pi" + ], + [ + "osp", + "i" + ], + [ + "Ġbir", + "thing" + ], + [ + "Ġbirth", + "ing" + ], + [ + "Ġpost", + "operative" + ], + [ + "ĠQ", + "C" + ], + [ + "Ġgr", + "inder" + ], + [ + "Ġgri", + "nder" + ], + [ + "Ġgrind", + "er" + ], + [ + "ĠB", + "eers" + ], + [ + "ĠBe", + "ers" + ], + [ + "ĠBee", + "rs" + ], + [ + "ĠBeer", + "s" + ], + [ + "Ġ", + "catcher" + ], + [ + "Ġc", + "atcher" + ], + [ + "Ġcat", + "cher" + ], + [ + "Ġcatch", + "er" + ], + [ + "ores", + "ce" + ], + [ + "oresc", + "e" + ], + [ + "Ġexc", + "ise" + ], + [ + "a", + "ffer" + ], + [ + "af", + "fer" + ], + [ + "aff", + "er" + ], + [ + "affe", + "r" + ], + [ + "b", + "orr" + ], + [ + "bo", + "rr" + ], + [ + "bor", + "r" + ], + [ + "Ex", + "actly" + ], + [ + "-", + "South" + ], + [ + "-S", + "outh" + ], + [ + "Ġpoly", + "propylene" + ], + [ + "ĠSim", + "ons" + ], + [ + "ĠSi", + "mons" + ], + [ + "ĠSimon", + "s" + ], + [ + "Ġcommercial", + "ized" + ], + [ + "ĠC", + "urious" + ], + [ + "ĠCur", + "ious" + ], + [ + "ĠCu", + "rious" + ], + [ + "-", + "upon" + ], + [ + "-up", + "on" + ], + [ + "-u", + "pon" + ], + [ + "ĠCh", + "ef" + ], + [ + "ĠChe", + "f" + ], + [ + "Ġcomp", + "lies" + ], + [ + "Ġcompl", + "ies" + ], + [ + "ĠUnder", + "water" + ], + [ + "ĠPhys", + "iological" + ], + [ + "Ġfly", + "wheel" + ], + [ + "Ġobt", + "ainable" + ], + [ + "Ġobtain", + "able" + ], + [ + "-H", + "odgkin" + ], + [ + "ĠLeg", + "ends" + ], + [ + "ĠLegend", + "s" + ], + [ + "-", + "prof" + ], + [ + "-p", + "rof" + ], + [ + "-pro", + "f" + ], + [ + "-pr", + "of" + ], + [ + "ĠAdminist", + "rators" + ], + [ + "ĠAdministrator", + "s" + ], + [ + "Ġforget", + "fulness" + ], + [ + "Ġ", + "Whoever" + ], + [ + "ĠWho", + "ever" + ], + [ + "Ġarr", + "esting" + ], + [ + "Ġarrest", + "ing" + ], + [ + "Ġc", + "oca" + ], + [ + "Ġco", + "ca" + ], + [ + "Ġcoc", + "a" + ], + [ + "neum", + "onia" + ], + [ + "-ex", + "istence" + ], + [ + "-exist", + "ence" + ], + [ + "Health", + "Day" + ], + [ + "ĠDan", + "iels" + ], + [ + "ĠDaniel", + "s" + ], + [ + "Ġmyster", + "iously" + ], + [ + "Ġmysterious", + "ly" + ], + [ + "Ġlith", + "ography" + ], + [ + "Ġbi", + "cycling" + ], + [ + "Ġbicy", + "cling" + ], + [ + "Ġbic", + "ycling" + ], + [ + "Ġbicycl", + "ing" + ], + [ + "World", + "wide" + ], + [ + "Ġintens", + "ifying" + ], + [ + "Ġintensify", + "ing" + ], + [ + "Mat", + "urity" + ], + [ + "u", + "fu" + ], + [ + "uf", + "u" + ], + [ + "op", + "olis" + ], + [ + "opol", + "is" + ], + [ + "opo", + "lis" + ], + [ + "-", + "animal" + ], + [ + "-an", + "imal" + ], + [ + "ĠHu", + "bert" + ], + [ + "ĠHub", + "ert" + ], + [ + "ĠHuber", + "t" + ], + [ + "Ġmas", + "quer" + ], + [ + "ĠAlcohol", + "ism" + ], + [ + "Ġell", + "ips" + ], + [ + "Ġsupervis", + "ory" + ], + [ + "Ġsupervisor", + "y" + ], + [ + "Ġ", + "âĪļ" + ], + [ + "ĠâĪ", + "ļ" + ], + [ + "ĠFlex", + "ibility" + ], + [ + "Ġgeo", + "engineering" + ], + [ + "Ġglor", + "ify" + ], + [ + "Ġbur", + "sa" + ], + [ + "Ġburs", + "a" + ], + [ + "Pub", + "Med" + ], + [ + "Ġridic", + "uled" + ], + [ + "Ġridicule", + "d" + ], + [ + "Ġencyclopedia", + "s" + ], + [ + "Ġencyclop", + "edias" + ], + [ + "ĠCrick", + "et" + ], + [ + "Ġsnowfl", + "akes" + ], + [ + "Ġsnowflake", + "s" + ], + [ + "ĠEhr", + "lich" + ], + [ + "Ġimmunocomp", + "romised" + ], + [ + "Ġinescap", + "able" + ], + [ + "+", + "." + ], + [ + "/", + "cont" + ], + [ + "/c", + "ont" + ], + [ + "/con", + "t" + ], + [ + "A", + "im" + ], + [ + "C", + "ooking" + ], + [ + "Co", + "oking" + ], + [ + "Cook", + "ing" + ], + [ + "G", + "ray" + ], + [ + "Gra", + "y" + ], + [ + "Gr", + "ay" + ], + [ + "H", + "H" + ], + [ + "J", + "ump" + ], + [ + "L", + "ed" + ], + [ + "Le", + "d" + ], + [ + "V", + "ert" + ], + [ + "Ve", + "rt" + ], + [ + "Ver", + "t" + ], + [ + "W", + "OR" + ], + [ + "h", + "ay" + ], + [ + "ha", + "y" + ], + [ + "p", + "ike" + ], + [ + "pi", + "ke" + ], + [ + "t", + "d" + ], + [ + "|", + "Name" + ], + [ + "|N", + "ame" + ], + [ + "es", + "ia" + ], + [ + "esi", + "a" + ], + [ + "Ġf", + "entanyl" + ], + [ + "ic", + "ion" + ], + [ + "ici", + "on" + ], + [ + "le", + "ader" + ], + [ + "lead", + "er" + ], + [ + "Ġg", + "earing" + ], + [ + "Ġge", + "aring" + ], + [ + "Ġgear", + "ing" + ], + [ + "ut", + "m" + ], + [ + "Ġy", + "ew" + ], + [ + "Ġye", + "w" + ], + [ + "Ġst", + "anzas" + ], + [ + "Ġstanza", + "s" + ], + [ + "ĠS", + "erg" + ], + [ + "ĠSer", + "g" + ], + [ + "ĠM", + "und" + ], + [ + "ĠMu", + "nd" + ], + [ + "ĠMun", + "d" + ], + [ + "ĠP", + "ests" + ], + [ + "ĠPe", + "sts" + ], + [ + "ĠPest", + "s" + ], + [ + "ĠPes", + "ts" + ], + [ + "ĠB", + "RO" + ], + [ + "ĠBR", + "O" + ], + [ + "ĠH", + "ilton" + ], + [ + "ĠHil", + "ton" + ], + [ + "ĠF", + "inder" + ], + [ + "ĠFin", + "der" + ], + [ + "ĠFind", + "er" + ], + [ + "ĠFi", + "nder" + ], + [ + "ĠR", + "ais" + ], + [ + "ĠRa", + "is" + ], + [ + "ĠRai", + "s" + ], + [ + "ĠR", + "AND" + ], + [ + "ĠRA", + "ND" + ], + [ + "Ġim", + "itated" + ], + [ + "Ġimitate", + "d" + ], + [ + "el", + "lies" + ], + [ + "ell", + "ies" + ], + [ + "elli", + "es" + ], + [ + "Ġper", + "itoneal" + ], + [ + "m", + "son" + ], + [ + "ms", + "on" + ], + [ + "ĠV", + "ive" + ], + [ + "ĠVi", + "ve" + ], + [ + "ĠViv", + "e" + ], + [ + "Ġfirst", + "born" + ], + [ + "Ġatt", + "rition" + ], + [ + "Ġsub", + "section" + ], + [ + "Ġsubs", + "ection" + ], + [ + "o", + "ye" + ], + [ + "oy", + "e" + ], + [ + "-", + "bro" + ], + [ + "-b", + "ro" + ], + [ + "ret", + "ching" + ], + [ + "retch", + "ing" + ], + [ + "Ġsw", + "aths" + ], + [ + "Ġswath", + "s" + ], + [ + "Ġswat", + "hs" + ], + [ + "Ġrepresent", + "ational" + ], + [ + "Ġrepresentation", + "al" + ], + [ + "Ġmass", + "acred" + ], + [ + "Ġmassacre", + "d" + ], + [ + "ĠMar", + "iner" + ], + [ + "ĠMarine", + "r" + ], + [ + "ĠMarin", + "er" + ], + [ + "ĠMari", + "ner" + ], + [ + "Ġbab", + "ys" + ], + [ + "Ġbaby", + "s" + ], + [ + "Ġba", + "bys" + ], + [ + "Ġre", + "volved" + ], + [ + "Ġrev", + "olved" + ], + [ + "Ġrevol", + "ved" + ], + [ + "Ġrevolve", + "d" + ], + [ + "Ġhabit", + "ually" + ], + [ + "Ġhabitual", + "ly" + ], + [ + "Ġund", + "isput" + ], + [ + "ĠTrans", + "gender" + ], + [ + "ĠR", + "oan" + ], + [ + "ĠRo", + "an" + ], + [ + "ken", + "au" + ], + [ + "Ġcon", + "volution" + ], + [ + "Ġconv", + "olution" + ], + [ + "Ġconvol", + "ution" + ], + [ + "-", + "Do" + ], + [ + "-D", + "o" + ], + [ + "name", + "ly" + ], + [ + "ĠMet", + "amorph" + ], + [ + "ĠMeta", + "morph" + ], + [ + "ĠSen", + "iors" + ], + [ + "ĠSenior", + "s" + ], + [ + "Ġinterview", + "er" + ], + [ + "Ġaccompl", + "ishes" + ], + [ + "Ġaccomp", + "lishes" + ], + [ + "Ġaccomplish", + "es" + ], + [ + "ĠÃ", + "Ĩ" + ], + [ + "ĠI", + "PC" + ], + [ + "ĠIP", + "C" + ], + [ + "ĠBr", + "emen" + ], + [ + "ĠBre", + "men" + ], + [ + "Ġmand", + "ible" + ], + [ + "Ġroads", + "ides" + ], + [ + "Ġroadside", + "s" + ], + [ + "Ġbiom", + "olecules" + ], + [ + "ĠJo", + "achim" + ], + [ + "â", + "n" + ], + [ + "Ġox", + "idase" + ], + [ + "Ġoxid", + "ase" + ], + [ + "ĠGall", + "ipoli" + ], + [ + "Re", + "moving" + ], + [ + "Rem", + "oving" + ], + [ + "Med", + "ium" + ], + [ + "Sub", + "mit" + ], + [ + "Ġn", + "ominate" + ], + [ + "Ġnom", + "inate" + ], + [ + "Ġnomin", + "ate" + ], + [ + "p", + "assed" + ], + [ + "pass", + "ed" + ], + [ + "pas", + "sed" + ], + [ + "uv", + "ius" + ], + [ + "ĠDu", + "Pont" + ], + [ + "ĠHon", + "ors" + ], + [ + "ĠHonor", + "s" + ], + [ + "ĠPa", + "ediatric" + ], + [ + "ĠProtocol", + "s" + ], + [ + "ĠBreak", + "through" + ], + [ + "ĠComplex", + "ity" + ], + [ + "Ġelong", + "ate" + ], + [ + "Ġimpart", + "ing" + ], + [ + "-", + "meaning" + ], + [ + "-me", + "aning" + ], + [ + "Ġmerc", + "enaries" + ], + [ + "-air", + "craft" + ], + [ + "Red", + "uced" + ], + [ + "Redu", + "ced" + ], + [ + "Reduce", + "d" + ], + [ + "Ġg", + "rafted" + ], + [ + "Ġgra", + "fted" + ], + [ + "Ġgraft", + "ed" + ], + [ + "o", + "second" + ], + [ + "osec", + "ond" + ], + [ + "ĠFr", + "ogs" + ], + [ + "ĠFrog", + "s" + ], + [ + "ĠFro", + "gs" + ], + [ + "-", + "protection" + ], + [ + "-prot", + "ection" + ], + [ + "ĠMennon", + "ites" + ], + [ + "ĠMennonite", + "s" + ], + [ + "Indust", + "ry" + ], + [ + "ĠMoor", + "ish" + ], + [ + "ĠFertil", + "izer" + ], + [ + "Ġliquef", + "ied" + ], + [ + "Ġeut", + "rophication" + ], + [ + "Ġphysiological", + "ly" + ], + [ + "Ġphysi", + "ologically" + ], + [ + "Ġphysiologic", + "ally" + ], + [ + "Ġmetat", + "arsal" + ], + [ + "Ġservice", + "men" + ], + [ + "Ġservic", + "emen" + ], + [ + "B", + "ride" + ], + [ + "Br", + "ide" + ], + [ + "E", + "ld" + ], + [ + "El", + "d" + ], + [ + "S", + "ed" + ], + [ + "Se", + "d" + ], + [ + "l", + "ifting" + ], + [ + "li", + "fting" + ], + [ + "lift", + "ing" + ], + [ + "lif", + "ting" + ], + [ + "y", + "am" + ], + [ + "ya", + "m" + ], + [ + "â", + "ħ" + ], + [ + "in", + "flation" + ], + [ + "inf", + "lation" + ], + [ + "Ġ", + "ou" + ], + [ + "Ġo", + "u" + ], + [ + "it", + "ators" + ], + [ + "itator", + "s" + ], + [ + "Ġf", + "rug" + ], + [ + "Ġfru", + "g" + ], + [ + "Ġfr", + "ug" + ], + [ + "Ġm", + "ocking" + ], + [ + "Ġmo", + "cking" + ], + [ + "Ġmock", + "ing" + ], + [ + "Ġe", + "erie" + ], + [ + "Ġl", + "ags" + ], + [ + "Ġla", + "gs" + ], + [ + "Ġlag", + "s" + ], + [ + "r", + "ake" + ], + [ + "ra", + "ke" + ], + [ + "rak", + "e" + ], + [ + "ĠC", + "aul" + ], + [ + "ĠCa", + "ul" + ], + [ + "ĠCau", + "l" + ], + [ + "u", + "lon" + ], + [ + "ul", + "on" + ], + [ + "ulo", + "n" + ], + [ + "ĠB", + "eware" + ], + [ + "ĠBe", + "ware" + ], + [ + "ac", + "comp" + ], + [ + "acc", + "omp" + ], + [ + "acco", + "mp" + ], + [ + "qu", + "iring" + ], + [ + "quir", + "ing" + ], + [ + "qui", + "ring" + ], + [ + "iv", + "ates" + ], + [ + "iva", + "tes" + ], + [ + "ivate", + "s" + ], + [ + "ĠH", + "imm" + ], + [ + "ĠHim", + "m" + ], + [ + "ĠHi", + "mm" + ], + [ + "ĠD", + "aly" + ], + [ + "ĠDal", + "y" + ], + [ + "ĠDa", + "ly" + ], + [ + "ĠE", + "iffel" + ], + [ + "ĠN", + "os" + ], + [ + "ĠNo", + "s" + ], + [ + "Ġpl", + "aza" + ], + [ + "Ġpla", + "za" + ], + [ + "act", + "ivities" + ], + [ + "ph", + "ilos" + ], + [ + "phi", + "los" + ], + [ + "Ġas", + "sent" + ], + [ + "Ġass", + "ent" + ], + [ + "Ġasse", + "nt" + ], + [ + "form", + "ity" + ], + [ + "for", + "mity" + ], + [ + "Ġhum", + "erus" + ], + [ + "Ġend", + "oscope" + ], + [ + "ven", + "ient" + ], + [ + "esp", + "ans" + ], + [ + "espan", + "s" + ], + [ + "inc", + "orpor" + ], + [ + "ina", + "ural" + ], + [ + "ole", + "ic" + ], + [ + "Ġmult", + "ivariate" + ], + [ + "ĠPr", + "uning" + ], + [ + "ĠPru", + "ning" + ], + [ + "Ġsuper", + "position" + ], + [ + "Ġbar", + "ber" + ], + [ + "Ġbarb", + "er" + ], + [ + "y", + "lation" + ], + [ + "yl", + "ation" + ], + [ + "yla", + "tion" + ], + [ + "Ġ", + "COR" + ], + [ + "ĠC", + "OR" + ], + [ + "ĠCO", + "R" + ], + [ + "ĠAc", + "ne" + ], + [ + "att", + "ie" + ], + [ + "atti", + "e" + ], + [ + "I", + "TER" + ], + [ + "IT", + "ER" + ], + [ + "ITE", + "R" + ], + [ + "ĠPro", + "files" + ], + [ + "ĠProf", + "iles" + ], + [ + "ĠProfile", + "s" + ], + [ + "Ġ", + "Disclaimer" + ], + [ + "ĠDis", + "claimer" + ], + [ + "B", + "ees" + ], + [ + "Be", + "es" + ], + [ + "Bee", + "s" + ], + [ + "ĠSch", + "indler" + ], + [ + "Ġmut", + "agen" + ], + [ + "ĠDec", + "rease" + ], + [ + "S", + "pot" + ], + [ + "Sp", + "ot" + ], + [ + "b", + "la" + ], + [ + "bl", + "a" + ], + [ + "Ġre", + "born" + ], + [ + "Ġreb", + "orn" + ], + [ + "Ġuns", + "olved" + ], + [ + "A", + "PI" + ], + [ + "AP", + "I" + ], + [ + "ĠTem", + "ples" + ], + [ + "ĠTemple", + "s" + ], + [ + "ĠTempl", + "es" + ], + [ + "ĠTemp", + "les" + ], + [ + "ĠAlex", + "is" + ], + [ + "ĠAle", + "xis" + ], + [ + "Ġsubs", + "ided" + ], + [ + "Ġsubsid", + "ed" + ], + [ + "Ġsubside", + "d" + ], + [ + "-r", + "idden" + ], + [ + "Ġham", + "sters" + ], + [ + "Ġhamster", + "s" + ], + [ + "ĠColl", + "apse" + ], + [ + "Ġbreakdown", + "s" + ], + [ + "Ġok", + "ra" + ], + [ + "ĠOpp", + "enheimer" + ], + [ + "high", + "ly" + ], + [ + "-al", + "tering" + ], + [ + "ĠAlbert", + "o" + ], + [ + "ĠAlb", + "erto" + ], + [ + "ĠAlber", + "to" + ], + [ + "Ġleather", + "y" + ], + [ + "ĠGr", + "ounds" + ], + [ + "ĠGround", + "s" + ], + [ + "ĠGro", + "unds" + ], + [ + "Ġtraffic", + "ked" + ], + [ + "Ġtraff", + "icked" + ], + [ + "ĠRot", + "ary" + ], + [ + "Ġmarsh", + "al" + ], + [ + "Ġmars", + "hal" + ], + [ + "ĠC", + "eliac" + ], + [ + "ĠCel", + "iac" + ], + [ + "Ġb", + "umpy" + ], + [ + "Ġbump", + "y" + ], + [ + "-exp", + "osed" + ], + [ + "Ġindul", + "gence" + ], + [ + "Ġindulge", + "nce" + ], + [ + "Phil", + "ip" + ], + [ + "-f", + "lowing" + ], + [ + "-fl", + "owing" + ], + [ + "-flow", + "ing" + ], + [ + "ĠS", + "utra" + ], + [ + "ĠSu", + "tra" + ], + [ + "ĠSut", + "ra" + ], + [ + "ĠHash", + "imoto" + ], + [ + "Ġbarbar", + "ians" + ], + [ + "Ġbarb", + "arians" + ], + [ + "Ġbarbarian", + "s" + ], + [ + "ĠPam", + "ela" + ], + [ + "ĠKod", + "ak" + ], + [ + "ĠRid", + "ley" + ], + [ + "æĸ", + "ĩ" + ], + [ + "ruv", + "ate" + ], + [ + "Ġtink", + "ering" + ], + [ + "lipid", + "emia" + ], + [ + "ospi", + "rosis" + ], + [ + "/", + "off" + ], + [ + "/o", + "ff" + ], + [ + "C", + "otton" + ], + [ + "D", + "NS" + ], + [ + "DN", + "S" + ], + [ + "M", + "LA" + ], + [ + "ML", + "A" + ], + [ + "O", + "regon" + ], + [ + "f", + "est" + ], + [ + "fe", + "st" + ], + [ + "g", + "os" + ], + [ + "go", + "s" + ], + [ + "h", + "oly" + ], + [ + "hol", + "y" + ], + [ + "ho", + "ly" + ], + [ + "h", + "ua" + ], + [ + "hu", + "a" + ], + [ + "j", + "os" + ], + [ + "jo", + "s" + ], + [ + "l", + "ords" + ], + [ + "lor", + "ds" + ], + [ + "lord", + "s" + ], + [ + "s", + "ies" + ], + [ + "si", + "es" + ], + [ + "×", + "¤" + ], + [ + "â", + "Ŀ" + ], + [ + "Ġe", + "Books" + ], + [ + "ĠeBook", + "s" + ], + [ + "Ġg", + "azing" + ], + [ + "Ġga", + "zing" + ], + [ + "Ġgaz", + "ing" + ], + [ + "i", + "ru" + ], + [ + "ir", + "u" + ], + [ + "i", + "rons" + ], + [ + "ir", + "ons" + ], + [ + "iron", + "s" + ], + [ + "iro", + "ns" + ], + [ + "ĠC", + "actus" + ], + [ + "t", + "hin" + ], + [ + "th", + "in" + ], + [ + "thi", + "n" + ], + [ + "ĠM", + "bps" + ], + [ + "ĠMb", + "ps" + ], + [ + "ĠP", + "ist" + ], + [ + "ĠPi", + "st" + ], + [ + "ĠPis", + "t" + ], + [ + "a", + "bian" + ], + [ + "ab", + "ian" + ], + [ + "abi", + "an" + ], + [ + "ĠH", + "ank" + ], + [ + "ĠHan", + "k" + ], + [ + "ĠH", + "atter" + ], + [ + "ĠHat", + "ter" + ], + [ + "ĠD", + "odd" + ], + [ + "ĠDo", + "dd" + ], + [ + "ĠDod", + "d" + ], + [ + "ĠE", + "BSCO" + ], + [ + "Ġle", + "aping" + ], + [ + "Ġleap", + "ing" + ], + [ + "ĠF", + "ishes" + ], + [ + "ĠFish", + "es" + ], + [ + "ĠR", + "é" + ], + [ + "un", + "ches" + ], + [ + "unch", + "es" + ], + [ + "unc", + "hes" + ], + [ + "Ġen", + "du" + ], + [ + "Ġend", + "u" + ], + [ + "ĠL", + "IGO" + ], + [ + "ĠLI", + "GO" + ], + [ + "ib", + "ati" + ], + [ + "iba", + "ti" + ], + [ + "ĠJ", + "W" + ], + [ + "Ġimp", + "arted" + ], + [ + "Ġimpart", + "ed" + ], + [ + "ach", + "ian" + ], + [ + "achi", + "an" + ], + [ + "Ġun", + "itary" + ], + [ + "Ġunit", + "ary" + ], + [ + "Ġcol", + "ostrum" + ], + [ + "Ġag", + "ave" + ], + [ + "Ġfe", + "ud" + ], + [ + "In", + "flammation" + ], + [ + "r", + "amed" + ], + [ + "ra", + "med" + ], + [ + "ram", + "ed" + ], + [ + "rame", + "d" + ], + [ + "Ġatt", + "uned" + ], + [ + "Ġsub", + "family" + ], + [ + "ck", + "les" + ], + [ + "âĢľ", + "F" + ], + [ + "ĠCol", + "eridge" + ], + [ + "ĠCole", + "ridge" + ], + [ + "Ġacc", + "esses" + ], + [ + "Ġaccess", + "es" + ], + [ + "-", + "post" + ], + [ + "-p", + "ost" + ], + [ + "-po", + "st" + ], + [ + "Ġde", + "lights" + ], + [ + "Ġdel", + "ights" + ], + [ + "Ġdelight", + "s" + ], + [ + "Ġc", + "ombo" + ], + [ + "Ġcom", + "bo" + ], + [ + "Ġcomb", + "o" + ], + [ + "Ġen", + "camp" + ], + [ + "Ġenc", + "amp" + ], + [ + "-", + "take" + ], + [ + "-t", + "ake" + ], + [ + "Ġpay", + "back" + ], + [ + "ĠAss", + "isted" + ], + [ + "ĠAssist", + "ed" + ], + [ + "Ġsqu", + "int" + ], + [ + "Ġcolon", + "izers" + ], + [ + "Ġcolonize", + "rs" + ], + [ + "Ġprog", + "ressions" + ], + [ + "Ġprogress", + "ions" + ], + [ + "Ġprogression", + "s" + ], + [ + "ĠInt", + "roductory" + ], + [ + "ĠReg", + "enerative" + ], + [ + "ĠTr", + "acker" + ], + [ + "ĠTra", + "cker" + ], + [ + "ĠTrack", + "er" + ], + [ + "Ġperfect", + "ing" + ], + [ + "Ġperf", + "ecting" + ], + [ + "iny", + "in" + ], + [ + "ĠTrans", + "cend" + ], + [ + "-", + "April" + ], + [ + "-A", + "pril" + ], + [ + "ĠAn", + "gus" + ], + [ + "ĠAng", + "us" + ], + [ + "c", + "hee" + ], + [ + "ch", + "ee" + ], + [ + "che", + "e" + ], + [ + "Ġcom", + "plains" + ], + [ + "Ġcompl", + "ains" + ], + [ + "Ġcomplain", + "s" + ], + [ + "ĠFor", + "ever" + ], + [ + "ĠFore", + "ver" + ], + [ + "ĠDi", + "agrams" + ], + [ + "ĠDiagram", + "s" + ], + [ + "ĠDia", + "grams" + ], + [ + "ĠSupp", + "orted" + ], + [ + "ĠSup", + "ported" + ], + [ + "ĠSupport", + "ed" + ], + [ + "ĠC", + "ycling" + ], + [ + "ĠCy", + "cling" + ], + [ + "ĠCycl", + "ing" + ], + [ + "Ġru", + "ining" + ], + [ + "Ġruin", + "ing" + ], + [ + "ĠCa", + "es" + ], + [ + "U", + "TE" + ], + [ + "UT", + "E" + ], + [ + "ol", + "escence" + ], + [ + "oles", + "cence" + ], + [ + "olesc", + "ence" + ], + [ + "ĠMer", + "ry" + ], + [ + "ĠMult", + "imedia" + ], + [ + "ĠMulti", + "media" + ], + [ + "ĠPlay", + "ground" + ], + [ + "ĠCir", + "cles" + ], + [ + "ĠCirc", + "les" + ], + [ + "ĠCircle", + "s" + ], + [ + "Ġd", + "imming" + ], + [ + "Ġdim", + "ming" + ], + [ + "bi", + "ome" + ], + [ + "bio", + "me" + ], + [ + "ĠMess", + "ages" + ], + [ + "ĠMessage", + "s" + ], + [ + "Ġcod", + "ons" + ], + [ + "Ġcodon", + "s" + ], + [ + "ĠVeter", + "an" + ], + [ + "Ġartic", + "ulating" + ], + [ + "-ad", + "minist" + ], + [ + "Ġretreat", + "s" + ], + [ + "ĠT", + "obias" + ], + [ + "ĠTob", + "ias" + ], + [ + "ĠDis", + "cussions" + ], + [ + "ĠDisc", + "ussions" + ], + [ + "ĠDiscuss", + "ions" + ], + [ + "ĠDiscussion", + "s" + ], + [ + "ĠOwn", + "ership" + ], + [ + "ĠOwners", + "hip" + ], + [ + "ĠOwner", + "ship" + ], + [ + "Organ", + "izations" + ], + [ + "Organization", + "s" + ], + [ + "ĠBrig", + "gs" + ], + [ + "ĠE", + "RP" + ], + [ + "ĠER", + "P" + ], + [ + "Ġsp", + "urious" + ], + [ + "Ġspur", + "ious" + ], + [ + "Ġunve", + "iling" + ], + [ + "Ġunveil", + "ing" + ], + [ + "ĠElse", + "where" + ], + [ + "Ġrecycl", + "ables" + ], + [ + "Ġrecyclable", + "s" + ], + [ + "Ġundersc", + "ored" + ], + [ + "Ġunderscore", + "d" + ], + [ + "ĠWel", + "ch" + ], + [ + "-conscious", + "ness" + ], + [ + "ĠMold", + "ova" + ], + [ + "Ġneglig", + "ent" + ], + [ + "âĢĶâĢĶ", + "âĢĶâĢĶ" + ], + [ + "Scott", + "ish" + ], + [ + "ĠOr", + "chid" + ], + [ + "ĠOrch", + "id" + ], + [ + "Ġneo", + "classical" + ], + [ + "Ġneoc", + "lassical" + ], + [ + "-Col", + "umbian" + ], + [ + "Ġtoen", + "ails" + ], + [ + "Ġtoenail", + "s" + ], + [ + "ifol", + "ium" + ], + [ + "ĠCaled", + "onia" + ], + [ + "ĠGert", + "rude" + ], + [ + "-adapt", + "ed" + ], + [ + "(", + "v" + ], + [ + "D", + "isease" + ], + [ + "S", + "peak" + ], + [ + "T", + "ag" + ], + [ + "Ta", + "g" + ], + [ + "e", + "ffective" + ], + [ + "effect", + "ive" + ], + [ + "eff", + "ective" + ], + [ + "ed", + "itor" + ], + [ + "edi", + "tor" + ], + [ + "edit", + "or" + ], + [ + "as", + "ar" + ], + [ + "asa", + "r" + ], + [ + "ch", + "apter" + ], + [ + "cha", + "pter" + ], + [ + "chap", + "ter" + ], + [ + "ĠS", + "ES" + ], + [ + "ĠSE", + "S" + ], + [ + "ĠS", + "inus" + ], + [ + "ĠSi", + "nus" + ], + [ + "ĠSin", + "us" + ], + [ + "Ġ", + "IST" + ], + [ + "ĠI", + "ST" + ], + [ + "ĠIS", + "T" + ], + [ + "am", + "eth" + ], + [ + "ame", + "th" + ], + [ + "âĢĻ", + "e" + ], + [ + "Ġ", + "chis" + ], + [ + "Ġc", + "his" + ], + [ + "Ġch", + "is" + ], + [ + "Ġchi", + "s" + ], + [ + "ĠE", + "ocene" + ], + [ + "ĠF", + "ake" + ], + [ + "ĠFa", + "ke" + ], + [ + "ĠF", + "arn" + ], + [ + "ĠFar", + "n" + ], + [ + "ĠFa", + "rn" + ], + [ + "Ġe", + "nam" + ], + [ + "Ġen", + "am" + ], + [ + "Ġpl", + "uck" + ], + [ + "ĠU", + "BC" + ], + [ + "ĠUB", + "C" + ], + [ + "ĠIn", + "ability" + ], + [ + "ig", + "ne" + ], + [ + "ign", + "e" + ], + [ + "Ġout", + "grow" + ], + [ + "Ġqu", + "ail" + ], + [ + "r", + "its" + ], + [ + "ri", + "ts" + ], + [ + "rit", + "s" + ], + [ + "ĠV", + "ega" + ], + [ + "ĠVe", + "ga" + ], + [ + "ĠVeg", + "a" + ], + [ + "Ġf", + "lore" + ], + [ + "Ġfl", + "ore" + ], + [ + "Ġflo", + "re" + ], + [ + "Ġflor", + "e" + ], + [ + "Ġf", + "lake" + ], + [ + "Ġfl", + "ake" + ], + [ + "Ġexam", + "iners" + ], + [ + "Ġexamine", + "rs" + ], + [ + "Ġexaminer", + "s" + ], + [ + "Ġc", + "arat" + ], + [ + "Ġcar", + "at" + ], + [ + "Ġca", + "rat" + ], + [ + "io", + "lets" + ], + [ + "iol", + "ets" + ], + [ + "iolet", + "s" + ], + [ + "iole", + "ts" + ], + [ + "Ġc", + "ults" + ], + [ + "Ġcult", + "s" + ], + [ + "Ġcul", + "ts" + ], + [ + "Ġhere", + "after" + ], + [ + "Ġ", + "Cla" + ], + [ + "ĠC", + "la" + ], + [ + "ĠCl", + "a" + ], + [ + "ĠZ", + "odiac" + ], + [ + "face", + "book" + ], + [ + "fac", + "ebook" + ], + [ + "-l", + "ayered" + ], + [ + "-layer", + "ed" + ], + [ + "Ġver", + "acity" + ], + [ + "Ġvera", + "city" + ], + [ + "Ġmach", + "ined" + ], + [ + "Ġmachine", + "d" + ], + [ + "ĠMin", + "istries" + ], + [ + "Ġtr", + "iang" + ], + [ + "Ġtri", + "ang" + ], + [ + "ĠReg", + "ents" + ], + [ + "ĠRegent", + "s" + ], + [ + "Ġweb", + "cam" + ], + [ + "d", + "inger" + ], + [ + "ding", + "er" + ], + [ + "din", + "ger" + ], + [ + "ĠAn", + "them" + ], + [ + "ĠAnt", + "hem" + ], + [ + "ĠAnth", + "em" + ], + [ + "ĠTechn", + "ician" + ], + [ + "rec", + "iated" + ], + [ + "ĠBra", + "ve" + ], + [ + "ĠBr", + "ave" + ], + [ + "Ġwrong", + "doing" + ], + [ + "ĠProt", + "ector" + ], + [ + "ĠProtect", + "or" + ], + [ + "ĠProte", + "ctor" + ], + [ + "Ġbur", + "ners" + ], + [ + "Ġburn", + "ers" + ], + [ + "Ġburner", + "s" + ], + [ + "Ġmel", + "od" + ], + [ + "ĠRe", + "lay" + ], + [ + "ĠRel", + "ay" + ], + [ + "ul", + "inum" + ], + [ + "ulin", + "um" + ], + [ + "uli", + "num" + ], + [ + "Ġapprec", + "iable" + ], + [ + "Re", + "ason" + ], + [ + "Ġment", + "orship" + ], + [ + "Ġmentor", + "ship" + ], + [ + "Ġmentors", + "hip" + ], + [ + "ĠBr", + "eton" + ], + [ + "ĠBre", + "ton" + ], + [ + "ĠBret", + "on" + ], + [ + "Ġtub", + "ules" + ], + [ + "Ġtransact", + "ional" + ], + [ + "Ġtransaction", + "al" + ], + [ + "Ġsharp", + "ening" + ], + [ + "Ġsharpen", + "ing" + ], + [ + "ĠGr", + "inding" + ], + [ + "ĠSign", + "als" + ], + [ + "ĠSignal", + "s" + ], + [ + "ĠSig", + "nals" + ], + [ + "ĠTop", + "ical" + ], + [ + "ĠTopic", + "al" + ], + [ + "ĠBattle", + "field" + ], + [ + "ĠL", + "ateral" + ], + [ + "ĠLa", + "teral" + ], + [ + "ĠLater", + "al" + ], + [ + "ĠLat", + "eral" + ], + [ + "ĠLate", + "ral" + ], + [ + "Ġmeteor", + "ologists" + ], + [ + "Ġmeteorologist", + "s" + ], + [ + "ĠText", + "ile" + ], + [ + "Ġgastro", + "esophageal" + ], + [ + "Ġ", + "प" + ], + [ + "Ġà¤", + "ª" + ], + [ + "ĠNi", + "gel" + ], + [ + "ĠNig", + "el" + ], + [ + "Ġsmok", + "y" + ], + [ + "Ġsmo", + "ky" + ], + [ + "ĠBo", + "wen" + ], + [ + "ĠBow", + "en" + ], + [ + "Dis", + "play" + ], + [ + "Disp", + "lay" + ], + [ + "ĠL", + "ocations" + ], + [ + "ĠLoc", + "ations" + ], + [ + "ĠLocation", + "s" + ], + [ + "á¹", + "Ľ" + ], + [ + "-", + "Irish" + ], + [ + "-I", + "rish" + ], + [ + "Ġmould", + "ed" + ], + [ + "Ġsubt", + "racted" + ], + [ + "Ġsubtract", + "ed" + ], + [ + "Ġdecentral", + "ised" + ], + [ + "-sm", + "oking" + ], + [ + "Again", + "st" + ], + [ + "Ġtant", + "rum" + ], + [ + "ĠIgn", + "atius" + ], + [ + "Ġbu", + "oyant" + ], + [ + "Ġbuoy", + "ant" + ], + [ + "Ġbiome", + "chanical" + ], + [ + "ĠTour", + "ette" + ], + [ + "ĠTou", + "rette" + ], + [ + "Ġtin", + "ted" + ], + [ + "Ġtint", + "ed" + ], + [ + "Ġ", + "hypertensive" + ], + [ + "Ġhypert", + "ensive" + ], + [ + "ĠF", + "loating" + ], + [ + "ĠFlo", + "ating" + ], + [ + "-am", + "yloid" + ], + [ + "Ġpyro", + "lysis" + ], + [ + "Cele", + "br" + ], + [ + "ĠSculpt", + "ure" + ], + [ + "ĠHE", + "LP" + ], + [ + "ĠHEL", + "P" + ], + [ + "âĶ", + "Ģ" + ], + [ + "ĠKyrgyz", + "stan" + ], + [ + "ĠStras", + "bourg" + ], + [ + "Ġenthal", + "py" + ], + [ + "-", + "news" + ], + [ + "-n", + "ews" + ], + [ + "-ne", + "ws" + ], + [ + "-new", + "s" + ], + [ + ".", + "new" + ], + [ + ".n", + "ew" + ], + [ + "?", + "?Ċ" + ], + [ + "??", + "Ċ" + ], + [ + "B", + "rad" + ], + [ + "Bra", + "d" + ], + [ + "Br", + "ad" + ], + [ + "M", + "ini" + ], + [ + "Min", + "i" + ], + [ + "Mi", + "ni" + ], + [ + "R", + "AM" + ], + [ + "RA", + "M" + ], + [ + "V", + "ari" + ], + [ + "Var", + "i" + ], + [ + "d", + "ress" + ], + [ + "dr", + "ess" + ], + [ + "m", + "ighty" + ], + [ + "might", + "y" + ], + [ + "p", + "on" + ], + [ + "po", + "n" + ], + [ + "p", + "ub" + ], + [ + "pu", + "b" + ], + [ + "s", + "udo" + ], + [ + "su", + "do" + ], + [ + "v", + "uls" + ], + [ + "á", + "ŀ" + ], + [ + "Ġt", + "ene" + ], + [ + "Ġte", + "ne" + ], + [ + "Ġten", + "e" + ], + [ + "l", + "ei" + ], + [ + "le", + "i" + ], + [ + "Ġth", + "alamus" + ], + [ + "Ġthal", + "amus" + ], + [ + "Ġl", + "uke" + ], + [ + "u", + "lite" + ], + [ + "ul", + "ite" + ], + [ + "uli", + "te" + ], + [ + "ge", + "ography" + ], + [ + "es", + "says" + ], + [ + "ess", + "ays" + ], + [ + "essa", + "ys" + ], + [ + "essay", + "s" + ], + [ + "ĠP", + "ai" + ], + [ + "ĠPa", + "i" + ], + [ + "Ġex", + "tern" + ], + [ + "Ġext", + "ern" + ], + [ + "qu", + "iet" + ], + [ + "qui", + "et" + ], + [ + "a", + "inter" + ], + [ + "ain", + "ter" + ], + [ + "aint", + "er" + ], + [ + "ĠH", + "och" + ], + [ + "ĠHo", + "ch" + ], + [ + "ĠD", + "ü" + ], + [ + "ĠF", + "raction" + ], + [ + "ĠFr", + "action" + ], + [ + "ĠFra", + "ction" + ], + [ + "ĠFract", + "ion" + ], + [ + "ĠF", + "ailing" + ], + [ + "ĠFa", + "iling" + ], + [ + "ĠFail", + "ing" + ], + [ + "The", + "ore" + ], + [ + "Ġres", + "orption" + ], + [ + "ĠJ", + "ade" + ], + [ + "ĠJa", + "de" + ], + [ + "ĠTh", + "roat" + ], + [ + "ign", + "ments" + ], + [ + "ignment", + "s" + ], + [ + "Ġrec", + "apture" + ], + [ + "ĠK", + "idd" + ], + [ + "ĠKid", + "d" + ], + [ + "ĠKi", + "dd" + ], + [ + "ĠK", + "inder" + ], + [ + "ĠKind", + "er" + ], + [ + "ĠKin", + "der" + ], + [ + "ĠKi", + "nder" + ], + [ + "Ġph", + "ages" + ], + [ + "Ġphage", + "s" + ], + [ + "Ġphag", + "es" + ], + [ + "Ġear", + "rings" + ], + [ + "con", + "st" + ], + [ + "co", + "nst" + ], + [ + "cons", + "t" + ], + [ + "Ġend", + "odont" + ], + [ + "al", + "ea" + ], + [ + "ale", + "a" + ], + [ + "ĠAn", + "sel" + ], + [ + "ĠAns", + "el" + ], + [ + "Ġdesign", + "ates" + ], + [ + "Ġdesignate", + "s" + ], + [ + "Ġma", + "ples" + ], + [ + "Ġmap", + "les" + ], + [ + "Ġmaple", + "s" + ], + [ + "ĠSp", + "rou" + ], + [ + "Ġm", + "uster" + ], + [ + "Ġmust", + "er" + ], + [ + "Ġmus", + "ter" + ], + [ + "Ġmu", + "ster" + ], + [ + "Ġnatural", + "ization" + ], + [ + "ic", + "rob" + ], + [ + "icro", + "b" + ], + [ + "fer", + "ring" + ], + [ + "ĠAct", + "a" + ], + [ + "ĠAc", + "ta" + ], + [ + "Ġcheck", + "points" + ], + [ + "Ġcheckpoint", + "s" + ], + [ + "Ġlife", + "line" + ], + [ + "Ġlif", + "eline" + ], + [ + "Ġshare", + "cro" + ], + [ + "ĠEl", + "ena" + ], + [ + "ĠEle", + "na" + ], + [ + "ĠRe", + "gina" + ], + [ + "ĠReg", + "ina" + ], + [ + "i", + "ari" + ], + [ + "ia", + "ri" + ], + [ + "iar", + "i" + ], + [ + "oe", + "be" + ], + [ + "oeb", + "e" + ], + [ + "ĠSim", + "one" + ], + [ + "ĠSimon", + "e" + ], + [ + "Ġwid", + "owed" + ], + [ + "Ġwidow", + "ed" + ], + [ + "Ġintellig", + "ences" + ], + [ + "Ġintelligence", + "s" + ], + [ + "ĠRe", + "lation" + ], + [ + "ĠRel", + "ation" + ], + [ + "ĠOf", + "fers" + ], + [ + "ĠOff", + "ers" + ], + [ + "ĠOffer", + "s" + ], + [ + "Ġl", + "ibel" + ], + [ + "Ġlib", + "el" + ], + [ + "Ġli", + "bel" + ], + [ + "ĠFranc", + "ois" + ], + [ + "ĠFranco", + "is" + ], + [ + "Ġp", + "upa" + ], + [ + "Ġpup", + "a" + ], + [ + "Ġpu", + "pa" + ], + [ + "ĠFrank", + "ish" + ], + [ + "ĠFran", + "kish" + ], + [ + "ĠCy", + "gn" + ], + [ + "Ġ", + "ringed" + ], + [ + "Ġr", + "inged" + ], + [ + "Ġring", + "ed" + ], + [ + "Ġchlor", + "inated" + ], + [ + "Ġproportion", + "ally" + ], + [ + "Ġproportional", + "ly" + ], + [ + "Ġresc", + "uers" + ], + [ + "Ġrescue", + "rs" + ], + [ + "Ġexp", + "edient" + ], + [ + "Ġexped", + "ient" + ], + [ + "Ġvan", + "qu" + ], + [ + "-", + "Jones" + ], + [ + "-J", + "ones" + ], + [ + "Ġcave", + "ats" + ], + [ + "Ġcaveat", + "s" + ], + [ + "ĠHyd", + "raulic" + ], + [ + "Ġr", + "oug" + ], + [ + "Ġro", + "ug" + ], + [ + "Ġrou", + "g" + ], + [ + "Ġanch", + "oring" + ], + [ + "Ġanchor", + "ing" + ], + [ + "Ġscrew", + "ed" + ], + [ + "Ġforb", + "ids" + ], + [ + "Ġforbid", + "s" + ], + [ + "ĠGil", + "gamesh" + ], + [ + "Ġhar", + "nesses" + ], + [ + "Ġharness", + "es" + ], + [ + "Ġl", + "inux" + ], + [ + "Ġlin", + "ux" + ], + [ + "Ġconv", + "ective" + ], + [ + "Ġconve", + "ctive" + ], + [ + "ĠCand", + "idates" + ], + [ + "ĠCandida", + "tes" + ], + [ + "ĠCandidate", + "s" + ], + [ + "Exper", + "ience" + ], + [ + "|", + "Died" + ], + [ + "|D", + "ied" + ], + [ + "Ġsummit", + "s" + ], + [ + "Ġsumm", + "its" + ], + [ + "Ġbother", + "some" + ], + [ + "ĠT", + "amar" + ], + [ + "ĠTa", + "mar" + ], + [ + "ĠTam", + "ar" + ], + [ + "Ġtrump", + "ets" + ], + [ + "Ġtrumpet", + "s" + ], + [ + "ĠMor", + "mons" + ], + [ + "ĠMorm", + "ons" + ], + [ + "ĠMormon", + "s" + ], + [ + "Cur", + "riculum" + ], + [ + "Psych", + "ology" + ], + [ + "Ġsubm", + "issive" + ], + [ + "ĠDisp", + "osal" + ], + [ + "Ġanaphyl", + "actic" + ], + [ + "ĠM", + "ovies" + ], + [ + "ĠMov", + "ies" + ], + [ + "ĠMovie", + "s" + ], + [ + "Ġover", + "production" + ], + [ + "Ġoverp", + "roduction" + ], + [ + "Ġauditor", + "ium" + ], + [ + "Ġpeace", + "time" + ], + [ + "Ġpeac", + "etime" + ], + [ + "ĠFurn", + "iture" + ], + [ + "Ġmacron", + "utrients" + ], + [ + "ĠJacqu", + "eline" + ], + [ + "Ġdisarm", + "ament" + ], + [ + "Ġpreem", + "inent" + ], + [ + "dorfer", + "i" + ], + [ + "dorf", + "eri" + ], + [ + "ĠWilts", + "hire" + ], + [ + "Ġdoctr", + "inal" + ], + [ + ".", + "Google" + ], + [ + "/", + "yr" + ], + [ + "/y", + "r" + ], + [ + "G", + "rass" + ], + [ + "Gra", + "ss" + ], + [ + "Gr", + "ass" + ], + [ + "I", + "BS" + ], + [ + "IB", + "S" + ], + [ + "K", + "idney" + ], + [ + "Kid", + "ney" + ], + [ + "M", + "ist" + ], + [ + "Mis", + "t" + ], + [ + "Mi", + "st" + ], + [ + "O", + "CD" + ], + [ + "OC", + "D" + ], + [ + "T", + "i" + ], + [ + "W", + "ide" + ], + [ + "Wi", + "de" + ], + [ + "Wid", + "e" + ], + [ + "g", + "atory" + ], + [ + "z", + "hen" + ], + [ + "zh", + "en" + ], + [ + "re", + "ason" + ], + [ + "reas", + "on" + ], + [ + "rea", + "son" + ], + [ + "at", + "ian" + ], + [ + "ati", + "an" + ], + [ + "atia", + "n" + ], + [ + "o", + "rance" + ], + [ + "or", + "ance" + ], + [ + "ora", + "nce" + ], + [ + "oran", + "ce" + ], + [ + "a", + "ner" + ], + [ + "an", + "er" + ], + [ + "ane", + "r" + ], + [ + "le", + "vance" + ], + [ + "lev", + "ance" + ], + [ + "a", + "sim" + ], + [ + "as", + "im" + ], + [ + "asi", + "m" + ], + [ + "ĠT", + "ic" + ], + [ + "ĠTi", + "c" + ], + [ + "ot", + "opes" + ], + [ + "oto", + "pes" + ], + [ + "otope", + "s" + ], + [ + "i", + "rals" + ], + [ + "ir", + "als" + ], + [ + "ira", + "ls" + ], + [ + "iral", + "s" + ], + [ + "Ġy", + "outube" + ], + [ + "Ġyou", + "tube" + ], + [ + "o", + "paths" + ], + [ + "op", + "aths" + ], + [ + "opa", + "ths" + ], + [ + "opath", + "s" + ], + [ + "ate", + "au" + ], + [ + "ĠB", + "icycle" + ], + [ + "ĠBi", + "cycle" + ], + [ + "ĠBic", + "ycle" + ], + [ + "ĠH", + "ens" + ], + [ + "ĠHe", + "ns" + ], + [ + "ĠHen", + "s" + ], + [ + "oc", + "um" + ], + [ + "ĠF", + "ax" + ], + [ + "ĠFa", + "x" + ], + [ + "ĠF", + "annie" + ], + [ + "ĠFan", + "nie" + ], + [ + "ĠN", + "urt" + ], + [ + "ĠNu", + "rt" + ], + [ + "ĠNur", + "t" + ], + [ + "ĠL", + "ach" + ], + [ + "ĠLa", + "ch" + ], + [ + "ĠLac", + "h" + ], + [ + "pt", + "uous" + ], + [ + "Ġro", + "sette" + ], + [ + "Ġrose", + "tte" + ], + [ + "Ġros", + "ette" + ], + [ + "ĠCh", + "ung" + ], + [ + "ĠChu", + "ng" + ], + [ + "ĠChun", + "g" + ], + [ + "Ġr", + "aced" + ], + [ + "Ġra", + "ced" + ], + [ + "Ġrace", + "d" + ], + [ + "Ġrac", + "ed" + ], + [ + "g", + "ana" + ], + [ + "gan", + "a" + ], + [ + "ga", + "na" + ], + [ + "Ġc", + "rease" + ], + [ + "Ġcre", + "ase" + ], + [ + "Ġm", + "onso" + ], + [ + "Ġmon", + "so" + ], + [ + "Ġback", + "end" + ], + [ + "ĠAn", + "ast" + ], + [ + "ĠAna", + "st" + ], + [ + "ĠAnas", + "t" + ], + [ + "Ġcommon", + "wealth" + ], + [ + "ĠSp", + "ence" + ], + [ + "ĠSpe", + "nce" + ], + [ + "Ġdr", + "ifts" + ], + [ + "Ġdri", + "fts" + ], + [ + "Ġdrift", + "s" + ], + [ + "o", + "tsky" + ], + [ + "ot", + "sky" + ], + [ + "ots", + "ky" + ], + [ + "Ġpos", + "tings" + ], + [ + "Ġpost", + "ings" + ], + [ + "Ġposting", + "s" + ], + [ + "-", + "dig" + ], + [ + "-d", + "ig" + ], + [ + "-di", + "g" + ], + [ + "How", + "ard" + ], + [ + "Ho", + "ward" + ], + [ + "ĠNational", + "ist" + ], + [ + "ap", + "pan" + ], + [ + "app", + "an" + ], + [ + "appa", + "n" + ], + [ + "A", + "li" + ], + [ + "Al", + "i" + ], + [ + "Ġsoft", + "ness" + ], + [ + "Ġast", + "ute" + ], + [ + "ĠEm", + "ilia" + ], + [ + "ĠEmil", + "ia" + ], + [ + "Ġpol", + "ythe" + ], + [ + "Ġpoly", + "the" + ], + [ + "ĠFin", + "ancing" + ], + [ + "ĠDes", + "ire" + ], + [ + "ĠP", + "ali" + ], + [ + "ĠPal", + "i" + ], + [ + "ĠPa", + "li" + ], + [ + "Ġtrust", + "worthiness" + ], + [ + "ĠArch", + "imedes" + ], + [ + "Ġ", + "âĺ" + ], + [ + "Ġâ", + "ĺ" + ], + [ + "Read", + "er" + ], + [ + "Re", + "ader" + ], + [ + "Ġcat", + "chy" + ], + [ + "Ġcatch", + "y" + ], + [ + "Ġdu", + "plex" + ], + [ + "Ġcart", + "ography" + ], + [ + "Ġneuro", + "imaging" + ], + [ + "Ġcorrespond", + "ingly" + ], + [ + "Ġcorresponding", + "ly" + ], + [ + "ĠS", + "ket" + ], + [ + "ĠSk", + "et" + ], + [ + "ĠSke", + "t" + ], + [ + "ĠEnd", + "ocrinology" + ], + [ + "ĠDar", + "cy" + ], + [ + "incol", + "ns" + ], + [ + "incoln", + "s" + ], + [ + "ruit", + "ment" + ], + [ + "ĠHelp", + "ful" + ], + [ + "Use", + "ful" + ], + [ + "Ġexped", + "ite" + ], + [ + "Med", + "ieval" + ], + [ + "ĠHum", + "idity" + ], + [ + "ĠAud", + "ience" + ], + [ + "ĠAudi", + "ence" + ], + [ + "Ġmurder", + "ous" + ], + [ + "Ġmurd", + "erous" + ], + [ + "op", + "tim" + ], + [ + "opt", + "im" + ], + [ + "Ġendeav", + "ours" + ], + [ + "Ġendeavour", + "s" + ], + [ + "Ġkin", + "esthetic" + ], + [ + "ĠAlf", + "onso" + ], + [ + "p", + "osted" + ], + [ + "po", + "sted" + ], + [ + "post", + "ed" + ], + [ + ".t", + "witter" + ], + [ + "l", + "enburg" + ], + [ + "len", + "burg" + ], + [ + "Ġtraffic", + "kers" + ], + [ + "Ġtraff", + "ickers" + ], + [ + "Ġcatal", + "ogues" + ], + [ + "Ġcatalog", + "ues" + ], + [ + "Ġcatalogue", + "s" + ], + [ + "Min", + "imum" + ], + [ + "Minim", + "um" + ], + [ + "Ġcontag", + "ion" + ], + [ + "Ġdeter", + "rence" + ], + [ + "ĠIg", + "M" + ], + [ + "Ġexh", + "aled" + ], + [ + "Ġexhale", + "d" + ], + [ + "ĠH", + "RT" + ], + [ + "ĠHR", + "T" + ], + [ + "Ident", + "ification" + ], + [ + "Ins", + "ulin" + ], + [ + "ĠJama", + "ican" + ], + [ + "ĠJamaica", + "n" + ], + [ + "________________", + "________________" + ], + [ + "Conf", + "lict" + ], + [ + "Ġhorr", + "ifying" + ], + [ + "f", + "oods" + ], + [ + "food", + "s" + ], + [ + "fo", + "ods" + ], + [ + "ĠPat", + "riot" + ], + [ + "ĠPatri", + "ot" + ], + [ + "ĠAw", + "akening" + ], + [ + "Ġfib", + "rin" + ], + [ + "Ġfibr", + "in" + ], + [ + "Color", + "ado" + ], + [ + "o", + "blasts" + ], + [ + "obl", + "asts" + ], + [ + "oblast", + "s" + ], + [ + "ĠE", + "yre" + ], + [ + "ĠEy", + "re" + ], + [ + "Ġsubconscious", + "ly" + ], + [ + "Ġepistem", + "ological" + ], + [ + "Ġreaff", + "irmed" + ], + [ + "au", + "mont" + ], + [ + "aum", + "ont" + ], + [ + "Ġharsh", + "er" + ], + [ + "Ġhars", + "her" + ], + [ + "ĠInvolve", + "ment" + ], + [ + "ĠKauf", + "man" + ], + [ + "Ġconcom", + "itant" + ], + [ + "C", + "NS" + ], + [ + "CN", + "S" + ], + [ + "g", + "ium" + ], + [ + "gi", + "um" + ], + [ + "k", + "heim" + ], + [ + "s", + "up" + ], + [ + "su", + "p" + ], + [ + "v", + "ac" + ], + [ + "va", + "c" + ], + [ + "Ġc", + "udd" + ], + [ + "Ġcu", + "dd" + ], + [ + "or", + "st" + ], + [ + "ors", + "t" + ], + [ + "Ġp", + "uck" + ], + [ + "Ġpu", + "ck" + ], + [ + "Ġd", + "oping" + ], + [ + "Ġdo", + "ping" + ], + [ + "Ġdop", + "ing" + ], + [ + "l", + "eting" + ], + [ + "le", + "ting" + ], + [ + "let", + "ing" + ], + [ + "letin", + "g" + ], + [ + "Ġl", + "aced" + ], + [ + "Ġla", + "ced" + ], + [ + "Ġlac", + "ed" + ], + [ + "Ġlace", + "d" + ], + [ + "ĠT", + "we" + ], + [ + "ĠTw", + "e" + ], + [ + "Ġst", + "eth" + ], + [ + "Ġste", + "th" + ], + [ + "Ġst", + "ony" + ], + [ + "Ġston", + "y" + ], + [ + "Ġsto", + "ny" + ], + [ + "ĠA", + "gar" + ], + [ + "ĠAg", + "ar" + ], + [ + "ir", + "ond" + ], + [ + "iron", + "d" + ], + [ + "iro", + "nd" + ], + [ + "ĠC", + "RS" + ], + [ + "ĠCR", + "S" + ], + [ + "ĠM", + "itt" + ], + [ + "ĠMit", + "t" + ], + [ + "ĠMi", + "tt" + ], + [ + "Ġde", + "regulation" + ], + [ + "rom", + "pt" + ], + [ + "ĠW", + "idth" + ], + [ + "ĠWid", + "th" + ], + [ + "Ġr", + "he" + ], + [ + "Ġrh", + "e" + ], + [ + "ĠD", + "ATA" + ], + [ + "ĠDA", + "TA" + ], + [ + "Ġen", + "lighten" + ], + [ + "Ġenlight", + "en" + ], + [ + "ĠIn", + "formed" + ], + [ + "ĠInform", + "ed" + ], + [ + "ĠY", + "ield" + ], + [ + "ĠYi", + "eld" + ], + [ + "Ġsol", + "icit" + ], + [ + "Ġsolic", + "it" + ], + [ + "un", + "ders" + ], + [ + "und", + "ers" + ], + [ + "under", + "s" + ], + [ + "unde", + "rs" + ], + [ + "ĠF", + "orth" + ], + [ + "ĠFor", + "th" + ], + [ + "ĠFort", + "h" + ], + [ + "o", + "hist" + ], + [ + "oh", + "ist" + ], + [ + "ĠR", + "eyes" + ], + [ + "ĠRe", + "yes" + ], + [ + "ĠRey", + "es" + ], + [ + "Ġb", + "iota" + ], + [ + "Ġbi", + "ota" + ], + [ + "Ġbio", + "ta" + ], + [ + "ĠSe", + "ismic" + ], + [ + "As", + "bestos" + ], + [ + "ĠWar", + "hol" + ], + [ + "Ġglobal", + "ized" + ], + [ + "Ch", + "ap" + ], + [ + "op", + "hore" + ], + [ + "oph", + "ore" + ], + [ + "ophor", + "e" + ], + [ + "Ġpriv", + "at" + ], + [ + "Ġpri", + "vat" + ], + [ + "Ġcompet", + "ences" + ], + [ + "Ġcompete", + "nces" + ], + [ + "Ġcompetence", + "s" + ], + [ + "er", + "gence" + ], + [ + "erg", + "ence" + ], + [ + "ergen", + "ce" + ], + [ + "ĠPres", + "ently" + ], + [ + "ĠPresent", + "ly" + ], + [ + "Ġs", + "ilage" + ], + [ + "Ġsil", + "age" + ], + [ + "Ġcard", + "iology" + ], + [ + "Ġcardi", + "ology" + ], + [ + "Ġhor", + "rend" + ], + [ + "Ġhorr", + "end" + ], + [ + "Ġep", + "ist" + ], + [ + "Ġepis", + "t" + ], + [ + "ĠG", + "rains" + ], + [ + "ĠGra", + "ins" + ], + [ + "ĠGr", + "ains" + ], + [ + "ĠGrain", + "s" + ], + [ + "ĠMc", + "Master" + ], + [ + "ĠMcM", + "aster" + ], + [ + "P", + "roof" + ], + [ + "Pro", + "of" + ], + [ + "Pr", + "oof" + ], + [ + "phas", + "ize" + ], + [ + "pha", + "size" + ], + [ + "Ġinternal", + "ized" + ], + [ + "Ġinternalize", + "d" + ], + [ + "Ġsynt", + "actic" + ], + [ + "Ġdis", + "su" + ], + [ + "Ġdiss", + "u" + ], + [ + "Äģ", + "na" + ], + [ + "Äģn", + "a" + ], + [ + "ĠCy", + "ril" + ], + [ + "Ġmicro", + "l" + ], + [ + "Ġmic", + "rol" + ], + [ + "Ġton", + "nage" + ], + [ + "Ġproportion", + "ate" + ], + [ + "ĠOper", + "ator" + ], + [ + "ĠOp", + "erator" + ], + [ + "ĠOpera", + "tor" + ], + [ + "ĠProcess", + "ed" + ], + [ + "ĠProc", + "essed" + ], + [ + "ĠHead", + "aches" + ], + [ + "ĠHeadache", + "s" + ], + [ + ".'", + "\"Ċ" + ], + [ + ".'\"", + "Ċ" + ], + [ + "Ġ", + "Searching" + ], + [ + "ĠSe", + "arching" + ], + [ + "ĠSearch", + "ing" + ], + [ + "ĠSear", + "ching" + ], + [ + "Ġhind", + "sight" + ], + [ + "Ġintoler", + "able" + ], + [ + "Ġrupt", + "ures" + ], + [ + "Ġrupture", + "s" + ], + [ + "Ġextr", + "uded" + ], + [ + "Ġcan", + "tal" + ], + [ + "Ġcant", + "al" + ], + [ + "л", + "а" + ], + [ + "ĠGen", + "erating" + ], + [ + "ĠGener", + "ating" + ], + [ + "ĠGene", + "rating" + ], + [ + "Ġomn", + "isc" + ], + [ + "ĠCertific", + "ates" + ], + [ + "ĠCertificate", + "s" + ], + [ + "ĠLegion", + "ella" + ], + [ + "ĠExerc", + "ising" + ], + [ + "ĠRomantic", + "ism" + ], + [ + "ĠGastro", + "intestinal" + ], + [ + "Vict", + "oria" + ], + [ + "Ġeclipse", + "d" + ], + [ + "Ġeclips", + "ed" + ], + [ + "gold", + "en" + ], + [ + "Ġanem", + "ones" + ], + [ + "Ġanemone", + "s" + ], + [ + "Ġtul", + "ips" + ], + [ + "Ġtulip", + "s" + ], + [ + "ruc", + "iating" + ], + [ + "ĠTig", + "ris" + ], + [ + "i", + "linear" + ], + [ + "ili", + "near" + ], + [ + "iline", + "ar" + ], + [ + "ilin", + "ear" + ], + [ + "ĠRept", + "iles" + ], + [ + "NSA", + "IDs" + ], + [ + "ĠFlor", + "entine" + ], + [ + "ĠFlorent", + "ine" + ], + [ + "Ġthwart", + "ed" + ], + [ + "Ġthw", + "arted" + ], + [ + "Ġmistle", + "toe" + ], + [ + "Ġiguan", + "as" + ], + [ + "Ġiguana", + "s" + ], + [ + "Ġ", + "�" + ], + [ + "/", + "how" + ], + [ + "/h", + "ow" + ], + [ + "A", + "rab" + ], + [ + "Ar", + "ab" + ], + [ + "B", + "ab" + ], + [ + "Ba", + "b" + ], + [ + "D", + "iss" + ], + [ + "Dis", + "s" + ], + [ + "Di", + "ss" + ], + [ + "J", + "O" + ], + [ + "N", + "ap" + ], + [ + "Na", + "p" + ], + [ + "R", + "ank" + ], + [ + "]", + ")," + ], + [ + "])", + "," + ], + [ + "a", + "ffect" + ], + [ + "af", + "fect" + ], + [ + "aff", + "ect" + ], + [ + "affe", + "ct" + ], + [ + "b", + "uy" + ], + [ + "bu", + "y" + ], + [ + "c", + "ie" + ], + [ + "ci", + "e" + ], + [ + "l", + "bs" + ], + [ + "lb", + "s" + ], + [ + "o", + "oping" + ], + [ + "oo", + "ping" + ], + [ + "oop", + "ing" + ], + [ + "s", + "and" + ], + [ + "sa", + "nd" + ], + [ + "san", + "d" + ], + [ + "Ê", + "ĥ" + ], + [ + "i", + "nosis" + ], + [ + "in", + "osis" + ], + [ + "ino", + "sis" + ], + [ + "inos", + "is" + ], + [ + "Ġp", + "oking" + ], + [ + "Ġpo", + "king" + ], + [ + "Ġb", + "illed" + ], + [ + "Ġbill", + "ed" + ], + [ + "Ġbil", + "led" + ], + [ + "Ġ", + "diction" + ], + [ + "Ġd", + "iction" + ], + [ + "Ġdi", + "ction" + ], + [ + "Ġdict", + "ion" + ], + [ + "Ġdic", + "tion" + ], + [ + "il", + "ating" + ], + [ + "ila", + "ting" + ], + [ + "Ġre", + "verted" + ], + [ + "Ġrever", + "ted" + ], + [ + "Ġrevert", + "ed" + ], + [ + "s", + "tag" + ], + [ + "st", + "ag" + ], + [ + "sta", + "g" + ], + [ + "s", + "trap" + ], + [ + "st", + "rap" + ], + [ + "str", + "ap" + ], + [ + "stra", + "p" + ], + [ + "st", + "arter" + ], + [ + "start", + "er" + ], + [ + "star", + "ter" + ], + [ + "ĠI", + "GF" + ], + [ + "ĠIG", + "F" + ], + [ + "Ġwe", + "aver" + ], + [ + "Ġweave", + "r" + ], + [ + "ĠB", + "ison" + ], + [ + "ĠBi", + "son" + ], + [ + "ĠBis", + "on" + ], + [ + "Ġcan", + "ister" + ], + [ + "ĠH", + "ose" + ], + [ + "ĠHo", + "se" + ], + [ + "ĠHos", + "e" + ], + [ + "ĠW", + "art" + ], + [ + "ĠWar", + "t" + ], + [ + "ĠWa", + "rt" + ], + [ + "ĠD", + "ex" + ], + [ + "ĠDe", + "x" + ], + [ + "ĠR", + "ath" + ], + [ + "ĠRa", + "th" + ], + [ + "ĠRat", + "h" + ], + [ + "ĠR", + "ott" + ], + [ + "ĠRo", + "tt" + ], + [ + "ĠRot", + "t" + ], + [ + "og", + "rom" + ], + [ + "Ġab", + "dom" + ], + [ + "Ġabd", + "om" + ], + [ + "ĠL", + "aden" + ], + [ + "ĠLa", + "den" + ], + [ + "ĠLad", + "en" + ], + [ + "p", + "lers" + ], + [ + "pl", + "ers" + ], + [ + "ple", + "rs" + ], + [ + "pler", + "s" + ], + [ + "e", + "cap" + ], + [ + "ec", + "ap" + ], + [ + "eca", + "p" + ], + [ + "ĠJ", + "up" + ], + [ + "ĠJu", + "p" + ], + [ + "Ġun", + "cl" + ], + [ + "Ġunc", + "l" + ], + [ + "Ġsub", + "junctive" + ], + [ + "o", + "yl" + ], + [ + "oy", + "l" + ], + [ + "Ġ", + "enth" + ], + [ + "Ġen", + "th" + ], + [ + "Ġent", + "h" + ], + [ + "Ġs", + "olver" + ], + [ + "Ġsol", + "ver" + ], + [ + "Ġsolve", + "r" + ], + [ + "i", + "els" + ], + [ + "ie", + "ls" + ], + [ + "iel", + "s" + ], + [ + "u", + "tered" + ], + [ + "ut", + "ered" + ], + [ + "ute", + "red" + ], + [ + "uter", + "ed" + ], + [ + "ĠNew", + "ly" + ], + [ + "ered", + "ith" + ], + [ + "âĢľ", + "Now" + ], + [ + "âĢľNo", + "w" + ], + [ + "Ġsl", + "ump" + ], + [ + "Ġslum", + "p" + ], + [ + "ik", + "ido" + ], + [ + "iki", + "do" + ], + [ + "ĠCl", + "arks" + ], + [ + "ĠClark", + "s" + ], + [ + "ĠClar", + "ks" + ], + [ + "s", + "cot" + ], + [ + "sc", + "ot" + ], + [ + "Ġmar", + "ries" + ], + [ + "An", + "throp" + ], + [ + "Anth", + "rop" + ], + [ + "-t", + "all" + ], + [ + "Ġtr", + "ucking" + ], + [ + "Ġtru", + "cking" + ], + [ + "Ġtruck", + "ing" + ], + [ + "Ġfl", + "uke" + ], + [ + "Ġflu", + "ke" + ], + [ + "Ġut", + "opia" + ], + [ + "ĠSoc", + "cer" + ], + [ + "Ġconc", + "aten" + ], + [ + "AR", + "K" + ], + [ + "ĠProf", + "essors" + ], + [ + "ĠProfessor", + "s" + ], + [ + "Ġemp", + "athic" + ], + [ + "Ġempath", + "ic" + ], + [ + "ĠUN", + "DP" + ], + [ + "ĠMa", + "una" + ], + [ + "ĠMau", + "na" + ], + [ + "Ġunivers", + "ality" + ], + [ + "Ġuniversal", + "ity" + ], + [ + "Con", + "st" + ], + [ + "Cons", + "t" + ], + [ + "Co", + "nst" + ], + [ + "Ġvent", + "uring" + ], + [ + "S", + "eek" + ], + [ + "Se", + "ek" + ], + [ + "See", + "k" + ], + [ + "ĠEqu", + "ator" + ], + [ + "ĠSt", + "rath" + ], + [ + "ĠStr", + "ath" + ], + [ + "ĠStra", + "th" + ], + [ + "ĠStrat", + "h" + ], + [ + "ĠAcc", + "ord" + ], + [ + "Ġcash", + "ews" + ], + [ + "Ġcas", + "hews" + ], + [ + "Ġcashew", + "s" + ], + [ + "ĠRh", + "iz" + ], + [ + "Art", + "ist" + ], + [ + "Ġhydro", + "cephalus" + ], + [ + "Ġwar", + "ship" + ], + [ + "Ġwars", + "hip" + ], + [ + "ĠM", + "PI" + ], + [ + "ĠMP", + "I" + ], + [ + "Ġdign", + "itaries" + ], + [ + "-mon", + "itoring" + ], + [ + "Ġobsc", + "ene" + ], + [ + "-", + "comb" + ], + [ + "-c", + "omb" + ], + [ + "-com", + "b" + ], + [ + "-co", + "mb" + ], + [ + "Ġchamp", + "agne" + ], + [ + "c", + "ratic" + ], + [ + "cr", + "atic" + ], + [ + "cra", + "tic" + ], + [ + "ĠCand", + "idate" + ], + [ + "ĠCandida", + "te" + ], + [ + "â̲", + "s" + ], + [ + "Ġundes", + "ired" + ], + [ + "Ġlamb", + "da" + ], + [ + "ĠHarm", + "ful" + ], + [ + "Hy", + "brid" + ], + [ + "Ġunder", + "pins" + ], + [ + "Ġunderp", + "ins" + ], + [ + "Ġunderpin", + "s" + ], + [ + "Ġzebra", + "s" + ], + [ + "Ġze", + "bras" + ], + [ + "Ġorthodont", + "ist" + ], + [ + "Ġdecipher", + "ing" + ], + [ + "Ġdecip", + "hering" + ], + [ + "Ġcogn", + "iz" + ], + [ + "Ġcog", + "niz" + ], + [ + "Ġinund", + "ation" + ], + [ + "Ġg", + "rieve" + ], + [ + "Ġgr", + "ieve" + ], + [ + "Ġgriev", + "e" + ], + [ + "Ġgrie", + "ve" + ], + [ + "Ġcaret", + "aker" + ], + [ + "ĠPropag", + "ation" + ], + [ + "ĠPractition", + "er" + ], + [ + "Ġpherom", + "one" + ], + [ + "Ġintoxic", + "ated" + ], + [ + "Ġintox", + "icated" + ], + [ + "Ġtype", + "face" + ], + [ + "Ġtypef", + "ace" + ], + [ + "Ġdecont", + "amination" + ], + [ + "Ġintert", + "idal" + ], + [ + "ĠMoj", + "ave" + ], + [ + "L", + "ind" + ], + [ + "Li", + "nd" + ], + [ + "L", + "ock" + ], + [ + "Lo", + "ck" + ], + [ + "Loc", + "k" + ], + [ + "M", + "as" + ], + [ + "Ma", + "s" + ], + [ + "M", + "ul" + ], + [ + "Mu", + "l" + ], + [ + "e", + "is" + ], + [ + "ei", + "s" + ], + [ + "f", + "ighting" + ], + [ + "fight", + "ing" + ], + [ + "Ï", + "Ĩ" + ], + [ + "æ", + "Ŀ" + ], + [ + "Ġc", + "igars" + ], + [ + "Ġcigar", + "s" + ], + [ + "it", + "osis" + ], + [ + "ito", + "sis" + ], + [ + "itos", + "is" + ], + [ + "Ġ", + "mb" + ], + [ + "Ġm", + "b" + ], + [ + "Ġm", + "ys" + ], + [ + "Ġmy", + "s" + ], + [ + "i", + "oni" + ], + [ + "ion", + "i" + ], + [ + "io", + "ni" + ], + [ + "il", + "ocy" + ], + [ + "ilo", + "cy" + ], + [ + "ĠT", + "ire" + ], + [ + "ĠTi", + "re" + ], + [ + "ĠTir", + "e" + ], + [ + "o", + "ti" + ], + [ + "ot", + "i" + ], + [ + "ĠS", + "le" + ], + [ + "ĠSl", + "e" + ], + [ + "ĠC", + "CR" + ], + [ + "ĠCC", + "R" + ], + [ + "Ġan", + "oint" + ], + [ + "Ġw", + "hor" + ], + [ + "Ġwh", + "or" + ], + [ + "Ġwho", + "r" + ], + [ + "ĠM", + "our" + ], + [ + "ĠMo", + "ur" + ], + [ + "ĠMou", + "r" + ], + [ + "ĠB", + "inding" + ], + [ + "ĠBin", + "ding" + ], + [ + "ĠB", + "ilingual" + ], + [ + "Ġc", + "hole" + ], + [ + "Ġch", + "ole" + ], + [ + "Ġcho", + "le" + ], + [ + "Ġchol", + "e" + ], + [ + "ĠF", + "ODMAP" + ], + [ + "ĠR", + "PA" + ], + [ + "ĠRP", + "A" + ], + [ + "Ġsp", + "itting" + ], + [ + "Ġspit", + "ting" + ], + [ + "Ġspi", + "tting" + ], + [ + "ĠN", + "ed" + ], + [ + "ĠNe", + "d" + ], + [ + "ĠN", + "arr" + ], + [ + "ĠNa", + "rr" + ], + [ + "ĠNar", + "r" + ], + [ + "ĠG", + "ita" + ], + [ + "ĠGi", + "ta" + ], + [ + "ĠGit", + "a" + ], + [ + "ĠL", + "ange" + ], + [ + "ĠLang", + "e" + ], + [ + "ĠLan", + "ge" + ], + [ + "ĠL", + "ucky" + ], + [ + "ĠLuc", + "ky" + ], + [ + "ĠLuck", + "y" + ], + [ + "ĠJ", + "ol" + ], + [ + "ĠJo", + "l" + ], + [ + "ĠJ", + "elly" + ], + [ + "ep", + "am" + ], + [ + "epa", + "m" + ], + [ + "Ġwork", + "house" + ], + [ + "Ġhad", + "ith" + ], + [ + "Ġre", + "pris" + ], + [ + "Ġrep", + "ris" + ], + [ + "ul", + "aries" + ], + [ + "ular", + "ies" + ], + [ + "ula", + "ries" + ], + [ + "Ġac", + "rob" + ], + [ + "Ġmed", + "iating" + ], + [ + "Ġmedia", + "ting" + ], + [ + "Ġmedi", + "ating" + ], + [ + "Ġext", + "raneous" + ], + [ + "Ġextr", + "aneous" + ], + [ + "ĠW", + "eeds" + ], + [ + "ĠWe", + "eds" + ], + [ + "ĠWeed", + "s" + ], + [ + "Ġin", + "sat" + ], + [ + "Ġins", + "at" + ], + [ + "Ġexpl", + "odes" + ], + [ + "Ġexplo", + "des" + ], + [ + "Ġexplode", + "s" + ], + [ + "Ġc", + "arer" + ], + [ + "Ġcar", + "er" + ], + [ + "Ġca", + "rer" + ], + [ + "Ġcare", + "r" + ], + [ + "c", + "lasses" + ], + [ + "cl", + "asses" + ], + [ + "class", + "es" + ], + [ + "ĠW", + "his" + ], + [ + "ĠWh", + "is" + ], + [ + "ĠAd", + "der" + ], + [ + "ĠAdd", + "er" + ], + [ + "man", + "ned" + ], + [ + "mann", + "ed" + ], + [ + "ĠAt", + "onement" + ], + [ + "Ġtimes", + "cales" + ], + [ + "Ġtimescale", + "s" + ], + [ + "Ġcond", + "enses" + ], + [ + "Ġcondens", + "es" + ], + [ + "Ġcondense", + "s" + ], + [ + "stit", + "uted" + ], + [ + "stitute", + "d" + ], + [ + "stitut", + "ed" + ], + [ + "ĠEar", + "hart" + ], + [ + "St", + "raw" + ], + [ + "Str", + "aw" + ], + [ + "Stra", + "w" + ], + [ + "Ġer", + "rands" + ], + [ + "Ġerr", + "ands" + ], + [ + "F", + "orce" + ], + [ + "For", + "ce" + ], + [ + "al", + "four" + ], + [ + "alf", + "our" + ], + [ + "Ġpr", + "imal" + ], + [ + "Ġprim", + "al" + ], + [ + "Ġpri", + "mal" + ], + [ + "Ġwind", + "ings" + ], + [ + "Ġwin", + "dings" + ], + [ + "Ġwinding", + "s" + ], + [ + "for", + "cing" + ], + [ + "ĠCar", + "ver" + ], + [ + "Ġgre", + "ening" + ], + [ + "Ġgreen", + "ing" + ], + [ + "Ġpath", + "ophysiology" + ], + [ + "AT", + "OR" + ], + [ + "ATO", + "R" + ], + [ + "Ġdemon", + "st" + ], + [ + "Ġdemons", + "t" + ], + [ + "Ġdemo", + "nst" + ], + [ + "n", + "aud" + ], + [ + "na", + "ud" + ], + [ + "mitted", + "ly" + ], + [ + "Ġacqu", + "ies" + ], + [ + "Ġbank", + "notes" + ], + [ + "ro", + "phot" + ], + [ + "rop", + "hot" + ], + [ + "roph", + "ot" + ], + [ + "ĠPaul", + "ine" + ], + [ + "ĠPau", + "line" + ], + [ + "ĠHol", + "istic" + ], + [ + "ĠHoli", + "stic" + ], + [ + "ĠWild", + "er" + ], + [ + "ĠWil", + "der" + ], + [ + "ĠWilde", + "r" + ], + [ + "-", + "sections" + ], + [ + "-s", + "ections" + ], + [ + "-se", + "ctions" + ], + [ + "-section", + "s" + ], + [ + "-sect", + "ions" + ], + [ + "ĠDel", + "phi" + ], + [ + "ĠA", + "IR" + ], + [ + "ĠAI", + "R" + ], + [ + "Ġfro", + "ze" + ], + [ + "Ġfl", + "agged" + ], + [ + "Ġflag", + "ged" + ], + [ + "uh", + "ammad" + ], + [ + "ĠSol", + "stice" + ], + [ + "ĠAcc", + "reditation" + ], + [ + "rox", + "ine" + ], + [ + "-v", + "olt" + ], + [ + "-vol", + "t" + ], + [ + "ĠPo", + "ets" + ], + [ + "ĠPoe", + "ts" + ], + [ + "ĠPoet", + "s" + ], + [ + "Ġsculpt", + "ural" + ], + [ + "Ġbee", + "keeper" + ], + [ + "Ġsub", + "scriptions" + ], + [ + "Ġsubs", + "criptions" + ], + [ + "Ġsubsc", + "riptions" + ], + [ + "Ġsubscription", + "s" + ], + [ + "Ġsubscript", + "ions" + ], + [ + "ا", + "ر" + ], + [ + "اØ", + "±" + ], + [ + "Ġp", + "ondering" + ], + [ + "Ġpond", + "ering" + ], + [ + "Ġponder", + "ing" + ], + [ + "Ġalphabet", + "ically" + ], + [ + "Ġalphabetical", + "ly" + ], + [ + "Ġalphabetic", + "ally" + ], + [ + "ĠNe", + "phi" + ], + [ + "ĠNep", + "hi" + ], + [ + "ĠNeph", + "i" + ], + [ + "-def", + "icient" + ], + [ + "ç", + "ão" + ], + [ + "Ġorth", + "otics" + ], + [ + "ĠL", + "ocate" + ], + [ + "ĠLoc", + "ate" + ], + [ + "Ġoct", + "agonal" + ], + [ + "Ġarom", + "atherapy" + ], + [ + "Ġaroma", + "therapy" + ], + [ + "ĠCoord", + "inating" + ], + [ + "Ġpa", + "used" + ], + [ + "Ġpause", + "d" + ], + [ + "Ġpau", + "sed" + ], + [ + "ĠWa", + "ik" + ], + [ + "ĠWai", + "k" + ], + [ + "ĠSuff", + "rage" + ], + [ + "ĠDifficult", + "ies" + ], + [ + "-imp", + "osed" + ], + [ + "ĠOrd", + "nance" + ], + [ + "Ġrac", + "ket" + ], + [ + "Ġrack", + "et" + ], + [ + "Ġrecol", + "lections" + ], + [ + "Ġrecollection", + "s" + ], + [ + "Ġregen", + "erated" + ], + [ + "Ġregenerate", + "d" + ], + [ + "Ġregener", + "ated" + ], + [ + "Ġeryth", + "ema" + ], + [ + "Ġerythe", + "ma" + ], + [ + "Ġtype", + "writer" + ], + [ + "Ġtypew", + "riter" + ], + [ + "Eff", + "orts" + ], + [ + "Ġeye", + "piece" + ], + [ + "Ġeyep", + "iece" + ], + [ + "ĠToul", + "ouse" + ], + [ + "Ġ", + "ðĿij" + ], + [ + "A", + "IDS" + ], + [ + "AI", + "DS" + ], + [ + "C", + "ounty" + ], + [ + "Count", + "y" + ], + [ + "Coun", + "ty" + ], + [ + "H", + "ill" + ], + [ + "Hi", + "ll" + ], + [ + "M", + "ild" + ], + [ + "Mil", + "d" + ], + [ + "Mi", + "ld" + ], + [ + "P", + "rem" + ], + [ + "Pre", + "m" + ], + [ + "Pr", + "em" + ], + [ + "j", + "ou" + ], + [ + "jo", + "u" + ], + [ + "p", + "aste" + ], + [ + "pa", + "ste" + ], + [ + "past", + "e" + ], + [ + "pas", + "te" + ], + [ + "u", + "il" + ], + [ + "ui", + "l" + ], + [ + "y", + "y" + ], + [ + "×", + "Ľ" + ], + [ + "å", + "¯" + ], + [ + "Ġw", + "reat" + ], + [ + "Ġwr", + "eat" + ], + [ + "Ġwre", + "at" + ], + [ + "Ġin", + "iqu" + ], + [ + "Ġe", + "ternally" + ], + [ + "Ġeternal", + "ly" + ], + [ + "ĠT", + "ung" + ], + [ + "ĠTun", + "g" + ], + [ + "ĠTu", + "ng" + ], + [ + "ig", + "mas" + ], + [ + "igm", + "as" + ], + [ + "igma", + "s" + ], + [ + "Ġon", + "look" + ], + [ + "Ġst", + "ables" + ], + [ + "Ġstable", + "s" + ], + [ + "Ġsta", + "bles" + ], + [ + "Ġstab", + "les" + ], + [ + "ĠS", + "per" + ], + [ + "ĠSp", + "er" + ], + [ + "ĠSpe", + "r" + ], + [ + "ĠC", + "LA" + ], + [ + "ĠCL", + "A" + ], + [ + "ĠM", + "ee" + ], + [ + "ĠMe", + "e" + ], + [ + "ĠP", + "aren" + ], + [ + "ĠPar", + "en" + ], + [ + "ĠPa", + "ren" + ], + [ + "ĠPare", + "n" + ], + [ + "Ġv", + "od" + ], + [ + "Ġvo", + "d" + ], + [ + "ĠH", + "urt" + ], + [ + "ĠHu", + "rt" + ], + [ + "ĠHur", + "t" + ], + [ + "ĠD", + "esp" + ], + [ + "ĠDe", + "sp" + ], + [ + "ĠDes", + "p" + ], + [ + "ĠG", + "rig" + ], + [ + "ĠGr", + "ig" + ], + [ + "ĠGri", + "g" + ], + [ + "Ġa", + "breast" + ], + [ + "Ġab", + "reast" + ], + [ + "Ġabr", + "east" + ], + [ + "ĠL", + "id" + ], + [ + "ĠLi", + "d" + ], + [ + "ĠL", + "oh" + ], + [ + "ĠLo", + "h" + ], + [ + "Ġp", + "lated" + ], + [ + "Ġpl", + "ated" + ], + [ + "Ġplat", + "ed" + ], + [ + "Ġplate", + "d" + ], + [ + "Ġpla", + "ted" + ], + [ + "Ġ", + "ken" + ], + [ + "Ġk", + "en" + ], + [ + "Ġke", + "n" + ], + [ + "Ġk", + "ios" + ], + [ + "Ġki", + "os" + ], + [ + "Ġimp", + "inge" + ], + [ + "Ġj", + "erk" + ], + [ + "Ġjer", + "k" + ], + [ + "Ġev", + "asion" + ], + [ + "Ġsc", + "abies" + ], + [ + "Ġscab", + "ies" + ], + [ + "ĠSt", + "ead" + ], + [ + "ĠSte", + "ad" + ], + [ + "Ġh", + "issing" + ], + [ + "Ġhis", + "sing" + ], + [ + "Ġhiss", + "ing" + ], + [ + "ĠK", + "ris" + ], + [ + "ĠKr", + "is" + ], + [ + "ĠKri", + "s" + ], + [ + "j", + "ecting" + ], + [ + "ject", + "ing" + ], + [ + "Ġrel", + "ocating" + ], + [ + "n", + "ev" + ], + [ + "ne", + "v" + ], + [ + "ĠFor", + "ced" + ], + [ + "ĠForce", + "d" + ], + [ + "Ġma", + "hog" + ], + [ + "Ġmah", + "og" + ], + [ + "âĢľ", + "Every" + ], + [ + "Ġmeth", + "adone" + ], + [ + "-", + "pin" + ], + [ + "-p", + "in" + ], + [ + "Ġsw", + "earing" + ], + [ + "Ġswe", + "aring" + ], + [ + "Ġswear", + "ing" + ], + [ + "ĠGl", + "ut" + ], + [ + "-", + "gly" + ], + [ + "-g", + "ly" + ], + [ + "-gl", + "y" + ], + [ + "Ġbeaut", + "ies" + ], + [ + "-", + "too" + ], + [ + "-t", + "oo" + ], + [ + "-to", + "o" + ], + [ + "-e", + "valuation" + ], + [ + "-ev", + "aluation" + ], + [ + "-", + "CO" + ], + [ + "-C", + "O" + ], + [ + "A", + "LA" + ], + [ + "AL", + "A" + ], + [ + "Ġconnected", + "ness" + ], + [ + "ĠChe", + "ap" + ], + [ + "R", + "OL" + ], + [ + "RO", + "L" + ], + [ + "C", + "lay" + ], + [ + "Cl", + "ay" + ], + [ + "Cla", + "y" + ], + [ + "ĠArab", + "idopsis" + ], + [ + "ĠS", + "ami" + ], + [ + "ĠSam", + "i" + ], + [ + "ĠSa", + "mi" + ], + [ + "-se", + "lected" + ], + [ + "comp", + "assing" + ], + [ + "á", + "z" + ], + [ + "ĠP", + "CP" + ], + [ + "ĠPC", + "P" + ], + [ + "ĠVict", + "im" + ], + [ + "ĠVic", + "tim" + ], + [ + "Ġhem", + "ophilia" + ], + [ + "ĠEffect", + "ively" + ], + [ + "ĠEffective", + "ly" + ], + [ + "Ġsummar", + "ised" + ], + [ + "Ġsummarise", + "d" + ], + [ + "Ġhe", + "alers" + ], + [ + "Ġheal", + "ers" + ], + [ + "Ġhealer", + "s" + ], + [ + "ĠUnivers", + "idad" + ], + [ + "Ġirre", + "placeable" + ], + [ + "Ġlact", + "ase" + ], + [ + "!", + "!!!" + ], + [ + "!!", + "!!" + ], + [ + "!!!", + "!" + ], + [ + "ocent", + "rism" + ], + [ + "Ġsteep", + "ly" + ], + [ + "ĠPil", + "ates" + ], + [ + "ĠPi", + "lates" + ], + [ + "ĠPilate", + "s" + ], + [ + "Ġlining", + "s" + ], + [ + "Ġlin", + "ings" + ], + [ + "Ġli", + "nings" + ], + [ + "Ġoscill", + "oscope" + ], + [ + "Ġtranscript", + "ional" + ], + [ + "Ġtranscription", + "al" + ], + [ + "Ġhol", + "lows" + ], + [ + "Ġhollow", + "s" + ], + [ + "ĠSa", + "bah" + ], + [ + "ĠSab", + "ah" + ], + [ + "Ġtin", + "iest" + ], + [ + "Ġti", + "niest" + ], + [ + "agg", + "ressive" + ], + [ + "ĠD", + "inner" + ], + [ + "ĠDin", + "ner" + ], + [ + "Ġrec", + "kon" + ], + [ + "Ġreck", + "on" + ], + [ + "Sk", + "ills" + ], + [ + "-", + "boat" + ], + [ + "-bo", + "at" + ], + [ + "Ġaggressive", + "ness" + ], + [ + "Ġaggress", + "iveness" + ], + [ + "Ġheir", + "loom" + ], + [ + "Ġmyc", + "orrh" + ], + [ + "ĠTr", + "ainer" + ], + [ + "ĠTra", + "iner" + ], + [ + "ĠTrain", + "er" + ], + [ + "Ġaz", + "imuth" + ], + [ + "Ġrapid", + "s" + ], + [ + "Ġrap", + "ids" + ], + [ + "ĠHarvest", + "ing" + ], + [ + "Ġcl", + "amping" + ], + [ + "Ġclamp", + "ing" + ], + [ + "Ġclam", + "ping" + ], + [ + "Ġtrain", + "ee" + ], + [ + "Ġtraine", + "e" + ], + [ + "ĠHear", + "st" + ], + [ + "Ġig", + "uana" + ], + [ + "Ġiguan", + "a" + ], + [ + "Ġcon", + "ceded" + ], + [ + "Ġconc", + "eded" + ], + [ + "Ġconce", + "ded" + ], + [ + "Ġconced", + "ed" + ], + [ + "Ġconcede", + "d" + ], + [ + "Ġorchestra", + "ted" + ], + [ + "Ġorchestr", + "ated" + ], + [ + "Ġorchest", + "rated" + ], + [ + "ĠKimber", + "ly" + ], + [ + "+-+-", + "+-+-" + ], + [ + "ĠSchu", + "bert" + ], + [ + "ĠEDUC", + "ATION" + ], + [ + "Ġimprec", + "ise" + ], + [ + ")", + "!" + ], + [ + "*", + "The" + ], + [ + "C", + "AM" + ], + [ + "CA", + "M" + ], + [ + "D", + "ream" + ], + [ + "F", + "aith" + ], + [ + "K", + "at" + ], + [ + "Ka", + "t" + ], + [ + "P", + "ine" + ], + [ + "Pin", + "e" + ], + [ + "Pi", + "ne" + ], + [ + "R", + "oy" + ], + [ + "Ro", + "y" + ], + [ + "S", + "eries" + ], + [ + "Se", + "ries" + ], + [ + "Ser", + "ies" + ], + [ + "V", + "II" + ], + [ + "VI", + "I" + ], + [ + "W", + "ang" + ], + [ + "Wa", + "ng" + ], + [ + "Z", + "one" + ], + [ + "l", + "az" + ], + [ + "la", + "z" + ], + [ + "r", + "evolution" + ], + [ + "re", + "volution" + ], + [ + "rev", + "olution" + ], + [ + "e", + "rational" + ], + [ + "er", + "ational" + ], + [ + "eration", + "al" + ], + [ + "erat", + "ional" + ], + [ + "Ġl", + "ured" + ], + [ + "Ġlur", + "ed" + ], + [ + "Ġlure", + "d" + ], + [ + "st", + "yle" + ], + [ + "sty", + "le" + ], + [ + "ch", + "anging" + ], + [ + "chan", + "ging" + ], + [ + "am", + "ie" + ], + [ + "ami", + "e" + ], + [ + "ĠM", + "ose" + ], + [ + "ĠMo", + "se" + ], + [ + "ĠMos", + "e" + ], + [ + "ĠP", + "ert" + ], + [ + "ĠPe", + "rt" + ], + [ + "ĠPer", + "t" + ], + [ + "ĠP", + "igeon" + ], + [ + "ĠPi", + "geon" + ], + [ + "ĠPig", + "eon" + ], + [ + "Ġ", + "BW" + ], + [ + "ĠB", + "W" + ], + [ + "ĠH", + "ij" + ], + [ + "ĠHi", + "j" + ], + [ + "Ġ", + "ruff" + ], + [ + "Ġr", + "uff" + ], + [ + "Ġru", + "ff" + ], + [ + "Ġruf", + "f" + ], + [ + "ĠD", + "mit" + ], + [ + "ĠD", + "OC" + ], + [ + "ĠDO", + "C" + ], + [ + "Ġsp", + "rite" + ], + [ + "Ġspr", + "ite" + ], + [ + "Ġinc", + "ongru" + ], + [ + "Ġdis", + "emb" + ], + [ + "Ġdi", + "semb" + ], + [ + "Ġdise", + "mb" + ], + [ + "Ġj", + "uncture" + ], + [ + "ĠY", + "el" + ], + [ + "ĠYe", + "l" + ], + [ + "Ġhealth", + "ily" + ], + [ + "Ġsm", + "ashing" + ], + [ + "Ġsmash", + "ing" + ], + [ + "Ġco", + "er" + ], + [ + "Ġcoe", + "r" + ], + [ + "iew", + "icz" + ], + [ + "con", + "ventional" + ], + [ + "conv", + "entional" + ], + [ + "Ġtest", + "icle" + ], + [ + "Ġgl", + "ial" + ], + [ + "Ġe", + "aster" + ], + [ + "Ġeas", + "ter" + ], + [ + "Ġeast", + "er" + ], + [ + "âĢľ", + ".Ċ" + ], + [ + "âĢľ.", + "Ċ" + ], + [ + "-", + "ser" + ], + [ + "-s", + "er" + ], + [ + "-se", + "r" + ], + [ + "eng", + "lish" + ], + [ + "ĠRe", + "leased" + ], + [ + "ĠRelease", + "d" + ], + [ + "-", + "course" + ], + [ + "-c", + "ourse" + ], + [ + "-co", + "urse" + ], + [ + "-", + "create" + ], + [ + "-c", + "reate" + ], + [ + "Ġhard", + "woods" + ], + [ + "Ġhardwood", + "s" + ], + [ + "work", + "er" + ], + [ + "ĠSe", + "asons" + ], + [ + "ĠSea", + "sons" + ], + [ + "ĠSeason", + "s" + ], + [ + "ĠSeas", + "ons" + ], + [ + "Ġrad", + "ionuc" + ], + [ + "Ġdeterm", + "inations" + ], + [ + "Ġdetermination", + "s" + ], + [ + "Ġdetermin", + "ations" + ], + [ + "Ġcharacter", + "istically" + ], + [ + "Ġcharacteristic", + "ally" + ], + [ + "be", + "am" + ], + [ + "roll", + "ment" + ], + [ + "Ġto", + "tem" + ], + [ + "Ġtot", + "em" + ], + [ + "Ġge", + "ochemical" + ], + [ + "Ġgeo", + "chemical" + ], + [ + "e", + "tera" + ], + [ + "et", + "era" + ], + [ + "eter", + "a" + ], + [ + "ete", + "ra" + ], + [ + "ĠS", + "ocratic" + ], + [ + "ĠSo", + "cratic" + ], + [ + "ĠSoc", + "ratic" + ], + [ + "Ġste", + "ams" + ], + [ + "Ġsteam", + "s" + ], + [ + "Ġtax", + "onom" + ], + [ + "Ġtaxon", + "om" + ], + [ + "Ġcolon", + "izing" + ], + [ + "ĠIn", + "tense" + ], + [ + "ĠInt", + "ense" + ], + [ + "Ġaud", + "iologist" + ], + [ + "Ġaudi", + "ologist" + ], + [ + "ĠEl", + "aine" + ], + [ + "lo", + "ading" + ], + [ + "load", + "ing" + ], + [ + "Ġplanet", + "arium" + ], + [ + "Ġautom", + "ating" + ], + [ + "Ġgenetic", + "ists" + ], + [ + "Ġgenet", + "icists" + ], + [ + "Ġgeneticist", + "s" + ], + [ + "Ġsaw", + "mill" + ], + [ + "ĠSch", + "iller" + ], + [ + "Ġtele", + "com" + ], + [ + "ĠAir", + "bus" + ], + [ + "ĠFore", + "cast" + ], + [ + "ĠRel", + "iability" + ], + [ + "Ġreb", + "ates" + ], + [ + "Ġrebate", + "s" + ], + [ + "ĠSe", + "rum" + ], + [ + "ĠSer", + "um" + ], + [ + "ĠDef", + "ects" + ], + [ + "ĠTer", + "rorism" + ], + [ + "ĠTerror", + "ism" + ], + [ + "Ġreg", + "istries" + ], + [ + "Ġregist", + "ries" + ], + [ + "Ġvolcan", + "ism" + ], + [ + "Ġconstitution", + "ally" + ], + [ + "Ġconstitutional", + "ly" + ], + [ + "Ġov", + "ip" + ], + [ + "ĠMer", + "ch" + ], + [ + "ĠMerc", + "h" + ], + [ + "ĠMer", + "kel" + ], + [ + "Ġrib", + "osome" + ], + [ + "Ġappl", + "ause" + ], + [ + "Ġappla", + "use" + ], + [ + "ĠPrim", + "arily" + ], + [ + "ĠE", + "lla" + ], + [ + "ĠEl", + "la" + ], + [ + "ĠEll", + "a" + ], + [ + "ĠRe", + "nal" + ], + [ + "ĠRen", + "al" + ], + [ + "ĠHot", + "line" + ], + [ + "Ġ", + "GPT" + ], + [ + "ĠG", + "PT" + ], + [ + "ĠGP", + "T" + ], + [ + "ĠHay", + "den" + ], + [ + "ĠParticip", + "ate" + ], + [ + "Ġprost", + "hetics" + ], + [ + "Ġprosthetic", + "s" + ], + [ + "ĠPic", + "chu" + ], + [ + "o", + "ggling" + ], + [ + "og", + "gling" + ], + [ + "ogg", + "ling" + ], + [ + "Ġapost", + "olic" + ], + [ + "Ġexempl", + "ify" + ], + [ + "Ġun", + "changing" + ], + [ + "Ġunch", + "anging" + ], + [ + "Ġexh", + "ilar" + ], + [ + "ew", + "ski" + ], + [ + "ews", + "ki" + ], + [ + "Ġgene", + "alog" + ], + [ + "Ġgeneal", + "og" + ], + [ + "ĠR", + "outer" + ], + [ + "ĠRo", + "uter" + ], + [ + "ĠRout", + "er" + ], + [ + "ĠRou", + "ter" + ], + [ + "ĠRoute", + "r" + ], + [ + "ĠSo", + "uls" + ], + [ + "ĠSou", + "ls" + ], + [ + "ĠSoul", + "s" + ], + [ + "ĠBenedict", + "ine" + ], + [ + "ĠChlor", + "ine" + ], + [ + "Ġfist", + "ula" + ], + [ + "ĠHash", + "anah" + ], + [ + "Open", + "ing" + ], + [ + "Op", + "ening" + ], + [ + "ĠEst", + "onian" + ], + [ + "ĠEston", + "ian" + ], + [ + "ĠEstonia", + "n" + ], + [ + "ĠFou", + "cault" + ], + [ + "ĠCerv", + "antes" + ], + [ + "ĠParam", + "eters" + ], + [ + "ĠPara", + "meters" + ], + [ + "Illust", + "ration" + ], + [ + "ĠHabitat", + "s" + ], + [ + "ĠHabit", + "ats" + ], + [ + "Ġinduct", + "ance" + ], + [ + "Ġmisinter", + "preted" + ], + [ + "ĠEnhance", + "ment" + ], + [ + "hid", + "rosis" + ], + [ + "Ġunquestion", + "ably" + ], + [ + "ĠGanes", + "ha" + ], + [ + "Ġzig", + "z" + ], + [ + "ĠUNF", + "CCC" + ], + [ + "ĠLoy", + "ola" + ], + [ + "ĠMongo", + "DB" + ], + [ + "ðIJ", + "¤" + ], + [ + "'", + "A" + ], + [ + "C", + "it" + ], + [ + "C", + "row" + ], + [ + "Cr", + "ow" + ], + [ + "Cro", + "w" + ], + [ + "D", + "in" + ], + [ + "Di", + "n" + ], + [ + "K", + "elly" + ], + [ + "Kel", + "ly" + ], + [ + "M", + "ach" + ], + [ + "Ma", + "ch" + ], + [ + "Mac", + "h" + ], + [ + "N", + "ig" + ], + [ + "Ni", + "g" + ], + [ + "R", + "ising" + ], + [ + "S", + "hel" + ], + [ + "Sh", + "el" + ], + [ + "She", + "l" + ], + [ + "Y", + "ork" + ], + [ + "f", + "inal" + ], + [ + "fin", + "al" + ], + [ + "fi", + "nal" + ], + [ + "r", + "ÃŃ" + ], + [ + "y", + "rate" + ], + [ + "yr", + "ate" + ], + [ + "z", + "ie" + ], + [ + "zi", + "e" + ], + [ + "Ä", + "Ľ" + ], + [ + "×", + "Ł" + ], + [ + "Ù", + "ī" + ], + [ + "Ġc", + "aches" + ], + [ + "Ġca", + "ches" + ], + [ + "Ġcache", + "s" + ], + [ + "Ġcac", + "hes" + ], + [ + "Ġbe", + "vel" + ], + [ + "ĠT", + "up" + ], + [ + "ĠTu", + "p" + ], + [ + "ĠT", + "ensor" + ], + [ + "ĠTen", + "sor" + ], + [ + "ĠTens", + "or" + ], + [ + "Ġ", + "AMS" + ], + [ + "ĠA", + "MS" + ], + [ + "ĠAM", + "S" + ], + [ + "Ġ", + "AML" + ], + [ + "ĠA", + "ML" + ], + [ + "ĠAM", + "L" + ], + [ + "ĠS", + "ok" + ], + [ + "ĠSo", + "k" + ], + [ + "ĠC", + "alls" + ], + [ + "ĠCal", + "ls" + ], + [ + "ĠCall", + "s" + ], + [ + "Ġan", + "esthes" + ], + [ + "ĠM", + "ethyl" + ], + [ + "ĠMet", + "hyl" + ], + [ + "ĠMeth", + "yl" + ], + [ + "ĠM", + "HC" + ], + [ + "ĠMH", + "C" + ], + [ + "a", + "bra" + ], + [ + "ab", + "ra" + ], + [ + "ĠB", + "EC" + ], + [ + "ĠBE", + "C" + ], + [ + "Ġv", + "ices" + ], + [ + "Ġvice", + "s" + ], + [ + "Ġvic", + "es" + ], + [ + "Ġvi", + "ces" + ], + [ + "ĠW", + "ight" + ], + [ + "ĠWig", + "ht" + ], + [ + "ĠD", + "ic" + ], + [ + "ĠDi", + "c" + ], + [ + "Ġk", + "ilos" + ], + [ + "Ġkil", + "os" + ], + [ + "Ġki", + "los" + ], + [ + "Ġkilo", + "s" + ], + [ + "ĠU", + "RI" + ], + [ + "ĠUR", + "I" + ], + [ + "a", + "pu" + ], + [ + "ap", + "u" + ], + [ + "a", + "pat" + ], + [ + "ap", + "at" + ], + [ + "apa", + "t" + ], + [ + "ĠK", + "P" + ], + [ + "Ġover", + "looks" + ], + [ + "Ġoverl", + "ooks" + ], + [ + "Ġoverlook", + "s" + ], + [ + "Ġr", + "agged" + ], + [ + "Ġra", + "gged" + ], + [ + "Ġrag", + "ged" + ], + [ + "ced", + "ure" + ], + [ + "ĠUn", + "itarian" + ], + [ + "ĠUnit", + "arian" + ], + [ + "t", + "enstein" + ], + [ + "ten", + "stein" + ], + [ + "tens", + "tein" + ], + [ + "Ġsign", + "atory" + ], + [ + "Ġcomm", + "une" + ], + [ + "Ġcommun", + "e" + ], + [ + "con", + "nected" + ], + [ + "connect", + "ed" + ], + [ + "c", + "ented" + ], + [ + "cent", + "ed" + ], + [ + "Ġbo", + "oths" + ], + [ + "Ġboot", + "hs" + ], + [ + "Ġbooth", + "s" + ], + [ + "Ġboo", + "ths" + ], + [ + "Ġc", + "ello" + ], + [ + "Ġcell", + "o" + ], + [ + "Ġce", + "llo" + ], + [ + "Ġcel", + "lo" + ], + [ + "ĠS", + "pike" + ], + [ + "ĠSp", + "ike" + ], + [ + "ĠWh", + "arton" + ], + [ + "Ġair", + "ship" + ], + [ + "Ġpres", + "enters" + ], + [ + "Ġpresent", + "ers" + ], + [ + "Ġpresenter", + "s" + ], + [ + "ĠSh", + "ut" + ], + [ + "ĠShu", + "t" + ], + [ + "ĠAt", + "acama" + ], + [ + "ĠPh", + "osph" + ], + [ + "ĠSo", + "ap" + ], + [ + "ĠHealth", + "ier" + ], + [ + "Ġann", + "ular" + ], + [ + "Ġannul", + "ar" + ], + [ + "ĠMar", + "vin" + ], + [ + "Ġbar", + "ring" + ], + [ + "Ġexc", + "ret" + ], + [ + "Ġexcre", + "t" + ], + [ + "Ġsqu", + "ats" + ], + [ + "Ġsquat", + "s" + ], + [ + "Ġblock", + "chains" + ], + [ + "Ġblockchain", + "s" + ], + [ + "Ġr", + "ocked" + ], + [ + "Ġro", + "cked" + ], + [ + "Ġrock", + "ed" + ], + [ + "ĠGra", + "ve" + ], + [ + "ĠGr", + "ave" + ], + [ + "ĠGrav", + "e" + ], + [ + "Ġc", + "ooker" + ], + [ + "Ġco", + "oker" + ], + [ + "Ġcook", + "er" + ], + [ + "Ġsch", + "ooner" + ], + [ + "Ġconver", + "ged" + ], + [ + "Ġconverge", + "d" + ], + [ + "ĠMart", + "ial" + ], + [ + "ĠMont", + "icello" + ], + [ + "-", + "beam" + ], + [ + "-be", + "am" + ], + [ + "Ġfract", + "al" + ], + [ + "âĢĺ", + "i" + ], + [ + "ĠGal", + "en" + ], + [ + "ĠGa", + "len" + ], + [ + "ĠGale", + "n" + ], + [ + "cycl", + "ical" + ], + [ + "Or", + "th" + ], + [ + "/", + "def" + ], + [ + "/d", + "ef" + ], + [ + "/de", + "f" + ], + [ + "ĠLib", + "yan" + ], + [ + "ĠLibya", + "n" + ], + [ + "ip", + "ei" + ], + [ + "ipe", + "i" + ], + [ + "D", + "SM" + ], + [ + "DS", + "M" + ], + [ + "-", + "Ne" + ], + [ + "-N", + "e" + ], + [ + "ĠRam", + "sey" + ], + [ + "ĠRams", + "ey" + ], + [ + "Med", + "itation" + ], + [ + "ĠGard", + "eners" + ], + [ + "ĠGarden", + "ers" + ], + [ + "ĠGardener", + "s" + ], + [ + "Ġin", + "effect" + ], + [ + "Ġine", + "ffect" + ], + [ + "P", + "LC" + ], + [ + "PL", + "C" + ], + [ + "-e", + "mission" + ], + [ + "-em", + "ission" + ], + [ + "ĠS", + "acchar" + ], + [ + "ĠSac", + "char" + ], + [ + "Ġepit", + "het" + ], + [ + "od", + "dy" + ], + [ + "odd", + "y" + ], + [ + "St", + "atement" + ], + [ + "State", + "ment" + ], + [ + "Stat", + "ement" + ], + [ + "ĠTut", + "ankham" + ], + [ + "ĠFl", + "oods" + ], + [ + "ĠFlood", + "s" + ], + [ + "ĠFlo", + "ods" + ], + [ + "ĠWa", + "iting" + ], + [ + "ĠWait", + "ing" + ], + [ + "ĠWai", + "ting" + ], + [ + "Ġra", + "vens" + ], + [ + "Ġrav", + "ens" + ], + [ + "Ġraven", + "s" + ], + [ + "-ed", + "iting" + ], + [ + "T", + "witter" + ], + [ + "Tw", + "itter" + ], + [ + "Ġwit", + "ty" + ], + [ + "Ġlaz", + "iness" + ], + [ + "feld", + "t" + ], + [ + "fel", + "dt" + ], + [ + "egas", + "us" + ], + [ + "ĠCycl", + "opedia" + ], + [ + "ĠD", + "imension" + ], + [ + "ĠDim", + "ension" + ], + [ + "ĠPod", + "cast" + ], + [ + "âĪ", + "ļ" + ], + [ + "Ġjeopard", + "ize" + ], + [ + "Ġbi", + "ocomp" + ], + [ + "Ġbio", + "comp" + ], + [ + "Ġbioc", + "omp" + ], + [ + "Ġdwind", + "led" + ], + [ + "ĠM", + "ün" + ], + [ + "ĠMü", + "n" + ], + [ + "ĠMist", + "akes" + ], + [ + "Ġprophyl", + "actic" + ], + [ + "Ġcon", + "cede" + ], + [ + "Ġconc", + "ede" + ], + [ + "Ġconce", + "de" + ], + [ + "Ġconced", + "e" + ], + [ + "Ġhaem", + "oglobin" + ], + [ + "ĠJS", + "ON" + ], + [ + "Ġneckl", + "aces" + ], + [ + "Ġnecklace", + "s" + ], + [ + "ĠMinim", + "ize" + ], + [ + "spirit", + "ual" + ], + [ + "-stim", + "ulating" + ], + [ + "ĠPeg", + "gy" + ], + [ + "Ġobey", + "ing" + ], + [ + "Ġobe", + "ying" + ], + [ + "off", + "icially" + ], + [ + "official", + "ly" + ], + [ + "offic", + "ially" + ], + [ + "Ġmollusc", + "s" + ], + [ + "Ġinsign", + "ia" + ], + [ + "Ġglimpse", + "s" + ], + [ + "Ġglimps", + "es" + ], + [ + "Ġsuperfl", + "uous" + ], + [ + "Ġmahog", + "any" + ], + [ + "\"", + "All" + ], + [ + "\"A", + "ll" + ], + [ + ",", + "b" + ], + [ + "-", + "ep" + ], + [ + "-e", + "p" + ], + [ + "-", + "Pl" + ], + [ + "-P", + "l" + ], + [ + "B", + "ear" + ], + [ + "Be", + "ar" + ], + [ + "D", + "un" + ], + [ + "Du", + "n" + ], + [ + "G", + "ames" + ], + [ + "Ga", + "mes" + ], + [ + "Game", + "s" + ], + [ + "r", + "unning" + ], + [ + "run", + "ning" + ], + [ + "v", + "oice" + ], + [ + "vo", + "ice" + ], + [ + "ing", + "house" + ], + [ + "Ġh", + "asty" + ], + [ + "Ġha", + "sty" + ], + [ + "Ġhas", + "ty" + ], + [ + "Ġhast", + "y" + ], + [ + "il", + "ah" + ], + [ + "ila", + "h" + ], + [ + "st", + "alled" + ], + [ + "stall", + "ed" + ], + [ + "ĠA", + "eg" + ], + [ + "ĠAe", + "g" + ], + [ + "Ġ", + "ICS" + ], + [ + "ĠI", + "CS" + ], + [ + "ĠIC", + "S" + ], + [ + "i", + "thin" + ], + [ + "it", + "hin" + ], + [ + "ith", + "in" + ], + [ + "ĠM", + "ater" + ], + [ + "ĠMat", + "er" + ], + [ + "ĠMa", + "ter" + ], + [ + "ĠMate", + "r" + ], + [ + "âĢĻ", + "Connor" + ], + [ + "Ġh", + "eme" + ], + [ + "Ġhe", + "me" + ], + [ + "Ġhem", + "e" + ], + [ + "ĠH", + "ua" + ], + [ + "ĠHu", + "a" + ], + [ + "ĠD", + "ada" + ], + [ + "ĠDa", + "da" + ], + [ + "ĠDad", + "a" + ], + [ + "ĠE", + "use" + ], + [ + "ĠEu", + "se" + ], + [ + "Ġtim", + "ers" + ], + [ + "Ġtime", + "rs" + ], + [ + "Ġtimer", + "s" + ], + [ + "Ġti", + "mers" + ], + [ + "Ġar", + "cher" + ], + [ + "Ġarch", + "er" + ], + [ + "Ġarc", + "her" + ], + [ + "Ġarche", + "r" + ], + [ + "Ġre", + "class" + ], + [ + "Ġrec", + "lass" + ], + [ + "Ġrecl", + "ass" + ], + [ + "Ġdec", + "olon" + ], + [ + "Ġdeco", + "lon" + ], + [ + "Ġinter", + "racial" + ], + [ + "Ġdis", + "credit" + ], + [ + "Ġdisc", + "redit" + ], + [ + "Ġed", + "ged" + ], + [ + "Ġedge", + "d" + ], + [ + "Ġcur", + "ses" + ], + [ + "Ġcurs", + "es" + ], + [ + "Ġcurse", + "s" + ], + [ + "ĠH", + "owell" + ], + [ + "ĠHow", + "ell" + ], + [ + "ĠHo", + "well" + ], + [ + "ĠHowe", + "ll" + ], + [ + "Ġeduc", + "ates" + ], + [ + "Ġeducate", + "s" + ], + [ + "Ġlight", + "ness" + ], + [ + "an", + "ker" + ], + [ + "ank", + "er" + ], + [ + "anke", + "r" + ], + [ + "Ġpar", + "affin" + ], + [ + "ĠRe", + "placing" + ], + [ + "ĠSh", + "ira" + ], + [ + "ĠShi", + "ra" + ], + [ + "ĠShir", + "a" + ], + [ + "Ġfall", + "acies" + ], + [ + "Al", + "fred" + ], + [ + "Ġhe", + "athen" + ], + [ + "Ġheat", + "hen" + ], + [ + "Ġheath", + "en" + ], + [ + "ĠG", + "uil" + ], + [ + "ĠGu", + "il" + ], + [ + "..", + ".)" + ], + [ + "...", + ")" + ], + [ + "ĠM", + "onk" + ], + [ + "ĠMon", + "k" + ], + [ + "ver", + "tical" + ], + [ + "vert", + "ical" + ], + [ + "Ġmid", + "line" + ], + [ + "-e", + "aters" + ], + [ + "-eat", + "ers" + ], + [ + "Ġdiv", + "ider" + ], + [ + "Ġdivid", + "er" + ], + [ + "Ġdivide", + "r" + ], + [ + "ĠMat", + "lab" + ], + [ + "Im", + "perial" + ], + [ + "Ar", + "gent" + ], + [ + "Arg", + "ent" + ], + [ + "Ġideal", + "istic" + ], + [ + "D", + "rink" + ], + [ + "Dr", + "ink" + ], + [ + "Ġph", + "rasing" + ], + [ + "Ġphr", + "asing" + ], + [ + "Ġdepartment", + "al" + ], + [ + "Ġdepart", + "mental" + ], + [ + "Ġov", + "ate" + ], + [ + "-G", + "MO" + ], + [ + "Ġease", + "ments" + ], + [ + "Ġeasement", + "s" + ], + [ + "Ġrelie", + "ver" + ], + [ + "Ġrelieve", + "r" + ], + [ + "Ġtr", + "icked" + ], + [ + "Ġtri", + "cked" + ], + [ + "Ġtrick", + "ed" + ], + [ + "Ġtric", + "ked" + ], + [ + "Ġde", + "hydrogen" + ], + [ + "Ġdehyd", + "rogen" + ], + [ + "Ġindo", + "ctr" + ], + [ + "ĠRuss", + "o" + ], + [ + "ĠRus", + "so" + ], + [ + "Ġket", + "amine" + ], + [ + "Ġana", + "esthesia" + ], + [ + "Ġwr", + "ecks" + ], + [ + "Ġwre", + "cks" + ], + [ + "Ġwreck", + "s" + ], + [ + "Ġmeg", + "awatt" + ], + [ + "ĠTravel", + "ing" + ], + [ + "ĠNan", + "jing" + ], + [ + "Ġconf", + "ronts" + ], + [ + "Ġconfront", + "s" + ], + [ + "Ġconfron", + "ts" + ], + [ + "ĠPer", + "mission" + ], + [ + "ĠPerm", + "ission" + ], + [ + "Ġst", + "upa" + ], + [ + "Ġstup", + "a" + ], + [ + "ĠAl", + "eut" + ], + [ + "ĠAle", + "ut" + ], + [ + "Ġspor", + "adically" + ], + [ + "Ġsporadic", + "ally" + ], + [ + "Ġcaf", + "é" + ], + [ + "Mill", + "an" + ], + [ + "Mil", + "lan" + ], + [ + "Ġpac", + "ifier" + ], + [ + "Ġpacif", + "ier" + ], + [ + "ĠMen", + "tor" + ], + [ + "ĠMent", + "or" + ], + [ + "ĠL", + "inguistic" + ], + [ + "ĠLingu", + "istic" + ], + [ + "ĠLing", + "uistic" + ], + [ + "Ġsniff", + "ing" + ], + [ + "ĠEthnic", + "ity" + ], + [ + "ĠEthn", + "icity" + ], + [ + "Ye", + "ah" + ], + [ + "ĠCalifornia", + "n" + ], + [ + "ĠCaliforn", + "ian" + ], + [ + "Ġgeck", + "os" + ], + [ + "Ġgecko", + "s" + ], + [ + "Ġname", + "space" + ], + [ + "Ġnames", + "pace" + ], + [ + "Ġnam", + "espace" + ], + [ + "Ġs", + "iren" + ], + [ + "Ġsi", + "ren" + ], + [ + "Ġsire", + "n" + ], + [ + "Ġsir", + "en" + ], + [ + "Strateg", + "ies" + ], + [ + "Coun", + "cil" + ], + [ + "ĠCin", + "dy" + ], + [ + "ĠCind", + "y" + ], + [ + "ĠGastroenter", + "ology" + ], + [ + "ĠCumm", + "ings" + ], + [ + "Ġconvol", + "uted" + ], + [ + "-", + "III" + ], + [ + "-I", + "II" + ], + [ + "-II", + "I" + ], + [ + "F", + "it" + ], + [ + "Fi", + "t" + ], + [ + "L", + "ost" + ], + [ + "Lo", + "st" + ], + [ + "Los", + "t" + ], + [ + "N", + "ames" + ], + [ + "Name", + "s" + ], + [ + "Na", + "mes" + ], + [ + "Nam", + "es" + ], + [ + "W", + "i" + ], + [ + "W", + "iki" + ], + [ + "Wi", + "ki" + ], + [ + "l", + "ids" + ], + [ + "li", + "ds" + ], + [ + "lid", + "s" + ], + [ + "p", + "roduct" + ], + [ + "pro", + "duct" + ], + [ + "Ġb", + "ure" + ], + [ + "Ġbu", + "re" + ], + [ + "Ġbur", + "e" + ], + [ + "Ġb", + "esp" + ], + [ + "Ġbe", + "sp" + ], + [ + "Ġbes", + "p" + ], + [ + "l", + "ech" + ], + [ + "le", + "ch" + ], + [ + "Ġl", + "uster" + ], + [ + "Ġlust", + "er" + ], + [ + "l", + "ya" + ], + [ + "ly", + "a" + ], + [ + "i", + "gal" + ], + [ + "ig", + "al" + ], + [ + "iga", + "l" + ], + [ + "Ġ", + "Sorry" + ], + [ + "ĠS", + "orry" + ], + [ + "ĠSor", + "ry" + ], + [ + "e", + "lain" + ], + [ + "el", + "ain" + ], + [ + "ela", + "in" + ], + [ + "Ġan", + "esthetics" + ], + [ + "Ġanesthetic", + "s" + ], + [ + "Ġanesthet", + "ics" + ], + [ + "i", + "esta" + ], + [ + "ies", + "ta" + ], + [ + "ie", + "sta" + ], + [ + "iest", + "a" + ], + [ + "ĠP", + "RC" + ], + [ + "ĠPR", + "C" + ], + [ + "ig", + "hing" + ], + [ + "igh", + "ing" + ], + [ + "Ġ", + "Wow" + ], + [ + "ĠW", + "ow" + ], + [ + "ĠWo", + "w" + ], + [ + "Ġch", + "ants" + ], + [ + "Ġchant", + "s" + ], + [ + "Ġr", + "iddled" + ], + [ + "Ġriddle", + "d" + ], + [ + "and", + "oned" + ], + [ + "ando", + "ned" + ], + [ + "andon", + "ed" + ], + [ + "ĠD", + "ying" + ], + [ + "ĠDy", + "ing" + ], + [ + "Ġ", + "GV" + ], + [ + "ĠG", + "V" + ], + [ + "ĠG", + "ets" + ], + [ + "ĠGe", + "ts" + ], + [ + "ĠGet", + "s" + ], + [ + "al", + "lus" + ], + [ + "all", + "us" + ], + [ + "g", + "hi" + ], + [ + "gh", + "i" + ], + [ + "o", + "ury" + ], + [ + "ou", + "ry" + ], + [ + "our", + "y" + ], + [ + "Ġim", + "me" + ], + [ + "Ġimm", + "e" + ], + [ + "Ġpl", + "undered" + ], + [ + "Ġplun", + "dered" + ], + [ + "Ġplunder", + "ed" + ], + [ + "ĠO", + "EM" + ], + [ + "i", + "bers" + ], + [ + "ib", + "ers" + ], + [ + "iber", + "s" + ], + [ + "ibe", + "rs" + ], + [ + "Ġres", + "veratrol" + ], + [ + "Ġm", + "eek" + ], + [ + "Ġme", + "ek" + ], + [ + "Ġinf", + "usions" + ], + [ + "Ġinfusion", + "s" + ], + [ + "Ġqu", + "ercetin" + ], + [ + "Ġre", + "comp" + ], + [ + "Ġrec", + "omp" + ], + [ + "Ġwork", + "loads" + ], + [ + "Ġworkload", + "s" + ], + [ + "ĠV", + "L" + ], + [ + "ĠY", + "ing" + ], + [ + "ĠYin", + "g" + ], + [ + "ĠYi", + "ng" + ], + [ + "âĢľ", + "Even" + ], + [ + "Ġlow", + "ly" + ], + [ + "Ġtime", + "scale" + ], + [ + "Ġtimes", + "cale" + ], + [ + "r", + "etch" + ], + [ + "ret", + "ch" + ], + [ + "ĠZ", + "er" + ], + [ + "ĠZe", + "r" + ], + [ + "reg", + "ion" + ], + [ + "hib", + "ited" + ], + [ + "hibit", + "ed" + ], + [ + "ufact", + "uring" + ], + [ + "Ġlif", + "espans" + ], + [ + "Ġlifespan", + "s" + ], + [ + "s", + "etting" + ], + [ + "se", + "tting" + ], + [ + "set", + "ting" + ], + [ + "sett", + "ing" + ], + [ + "Ġun", + "done" + ], + [ + "Ġund", + "one" + ], + [ + "Ġundo", + "ne" + ], + [ + "Ġguid", + "ebook" + ], + [ + "Ġguide", + "book" + ], + [ + "ĠWater", + "ing" + ], + [ + "ĠWa", + "tering" + ], + [ + "ĠWat", + "ering" + ], + [ + "ĠDis", + "par" + ], + [ + "ĠDisp", + "ar" + ], + [ + "Ġcom", + "plicating" + ], + [ + "Ġcomplic", + "ating" + ], + [ + "Ġcompl", + "icating" + ], + [ + "Res", + "idents" + ], + [ + "ĠWestern", + "ers" + ], + [ + "ĠWester", + "ners" + ], + [ + "Ġesc", + "orted" + ], + [ + "Ġescort", + "ed" + ], + [ + "ĠDec", + "ades" + ], + [ + "ĠDecade", + "s" + ], + [ + "Ġcounter", + "clockwise" + ], + [ + "Ġgrand", + "parent" + ], + [ + "No", + "table" + ], + [ + "Not", + "able" + ], + [ + "ĠD", + "ivisions" + ], + [ + "ĠDi", + "visions" + ], + [ + "ĠDiv", + "isions" + ], + [ + "ĠDivision", + "s" + ], + [ + "ĠD", + "etail" + ], + [ + "ĠDe", + "tail" + ], + [ + "ĠDet", + "ail" + ], + [ + "ĠFree", + "zing" + ], + [ + "ĠEn", + "ding" + ], + [ + "ĠEnd", + "ing" + ], + [ + "Ġshot", + "gun" + ], + [ + "Ġtrans", + "piration" + ], + [ + "Ġtransp", + "iration" + ], + [ + "Ġscar", + "red" + ], + [ + "U", + "NC" + ], + [ + "UN", + "C" + ], + [ + "-", + "Wave" + ], + [ + "-W", + "ave" + ], + [ + "Ġcas", + "ino" + ], + [ + "Ġmaxim", + "izes" + ], + [ + "Ġmaximize", + "s" + ], + [ + "Ġstabil", + "izer" + ], + [ + "Ġstabilize", + "r" + ], + [ + "ĠP", + "ainter" + ], + [ + "ĠPain", + "ter" + ], + [ + "ĠPa", + "inter" + ], + [ + "ĠPaint", + "er" + ], + [ + "Trans", + "cript" + ], + [ + "ĠFer", + "ris" + ], + [ + "ĠFerr", + "is" + ], + [ + "Ġ", + "Aquaculture" + ], + [ + "ĠAqu", + "aculture" + ], + [ + "ĠAqua", + "culture" + ], + [ + "Ġirre", + "voc" + ], + [ + "Mon", + "th" + ], + [ + "Mont", + "h" + ], + [ + "ĠEve", + "lyn" + ], + [ + "Ġcruc", + "iferous" + ], + [ + "Ġnav", + "el" + ], + [ + "Ġna", + "vel" + ], + [ + "Ġnave", + "l" + ], + [ + "com", + "mand" + ], + [ + "comm", + "and" + ], + [ + "ĠPlat", + "te" + ], + [ + "Ġexh", + "ort" + ], + [ + "Stand", + "ards" + ], + [ + "Standard", + "s" + ], + [ + "Ġb", + "ritish" + ], + [ + "Ġbrit", + "ish" + ], + [ + "ĠQuick", + "ly" + ], + [ + "every", + "one" + ], + [ + "ĠGriff", + "iths" + ], + [ + "ĠGriffith", + "s" + ], + [ + "Ġuna", + "ided" + ], + [ + "Ġoverflow", + "s" + ], + [ + "Ġoverf", + "lows" + ], + [ + "Phil", + "adelphia" + ], + [ + "ĠCrypt", + "ocurrency" + ], + [ + "Ġhedge", + "hog" + ], + [ + "Ġsteril", + "ize" + ], + [ + "ĠOrth", + "opaedic" + ], + [ + "Prop", + "ag" + ], + [ + "ĠLife", + "time" + ], + [ + "ĠLif", + "etime" + ], + [ + "ĠHi", + "bern" + ], + [ + "ĠHib", + "ern" + ], + [ + "ĠPO", + "Ws" + ], + [ + "ĠPOW", + "s" + ], + [ + "-commun", + "icable" + ], + [ + "Ġfl", + "icker" + ], + [ + "Ġflick", + "er" + ], + [ + "ĠPseud", + "omonas" + ], + [ + "ĠGlad", + "stone" + ], + [ + "Ġbaff", + "led" + ], + [ + "ĠWitt", + "genstein" + ], + [ + "Ġantipsych", + "otic" + ], + [ + "ĠMub", + "arak" + ], + [ + "\"", + "[" + ], + [ + "(", + "T" + ], + [ + "A", + "rizona" + ], + [ + "C", + "art" + ], + [ + "Car", + "t" + ], + [ + "Ca", + "rt" + ], + [ + "L", + "iquid" + ], + [ + "M", + "aps" + ], + [ + "Ma", + "ps" + ], + [ + "Map", + "s" + ], + [ + "S", + "ounds" + ], + [ + "So", + "unds" + ], + [ + "Sound", + "s" + ], + [ + "T", + "obacco" + ], + [ + "f", + "ounded" + ], + [ + "found", + "ed" + ], + [ + "fo", + "unded" + ], + [ + "f", + "loor" + ], + [ + "fl", + "oor" + ], + [ + "g", + "ies" + ], + [ + "gi", + "es" + ], + [ + "gie", + "s" + ], + [ + "t", + "emperature" + ], + [ + "tem", + "perature" + ], + [ + "Ñ", + "Ī" + ], + [ + "Ġ", + "hu" + ], + [ + "Ġh", + "u" + ], + [ + "Ġg", + "hettos" + ], + [ + "Ġghetto", + "s" + ], + [ + "ĠT", + "os" + ], + [ + "ĠTo", + "s" + ], + [ + "et", + "ched" + ], + [ + "etc", + "hed" + ], + [ + "etch", + "ed" + ], + [ + "u", + "tta" + ], + [ + "ut", + "ta" + ], + [ + "utt", + "a" + ], + [ + "ur", + "ts" + ], + [ + "urt", + "s" + ], + [ + "ĠA", + "cha" + ], + [ + "ĠAc", + "ha" + ], + [ + "ĠAch", + "a" + ], + [ + "Ġan", + "agrams" + ], + [ + "Ġana", + "grams" + ], + [ + "ĠP", + "izza" + ], + [ + "ĠPi", + "zza" + ], + [ + "Ġc", + "ombs" + ], + [ + "Ġcom", + "bs" + ], + [ + "Ġcomb", + "s" + ], + [ + "ĠB", + "ros" + ], + [ + "ĠBr", + "os" + ], + [ + "ĠBro", + "s" + ], + [ + "pp", + "elin" + ], + [ + "ppe", + "lin" + ], + [ + "oc", + "arcinoma" + ], + [ + "ĠD", + "ET" + ], + [ + "ĠDE", + "T" + ], + [ + "ĠE", + "thel" + ], + [ + "ĠEth", + "el" + ], + [ + "ĠEt", + "hel" + ], + [ + "Ġsp", + "ying" + ], + [ + "Ġspy", + "ing" + ], + [ + "ĠN", + "IV" + ], + [ + "ĠNI", + "V" + ], + [ + "Ġab", + "bot" + ], + [ + "Ġp", + "lowing" + ], + [ + "Ġpl", + "owing" + ], + [ + "Ġplow", + "ing" + ], + [ + "ag", + "her" + ], + [ + "agh", + "er" + ], + [ + "Ġall", + "usions" + ], + [ + "Ġallusion", + "s" + ], + [ + "Ġ", + "UD" + ], + [ + "ĠU", + "D" + ], + [ + "a", + "rella" + ], + [ + "ar", + "ella" + ], + [ + "are", + "lla" + ], + [ + "arel", + "la" + ], + [ + "ĠJ", + "ared" + ], + [ + "ĠJar", + "ed" + ], + [ + "ĠJa", + "red" + ], + [ + "Ġun", + "sp" + ], + [ + "Ġuns", + "p" + ], + [ + "Ġqu", + "ell" + ], + [ + "Ġque", + "ll" + ], + [ + "Ġqu", + "ench" + ], + [ + "Ġag", + "nostic" + ], + [ + "Ġd", + "ioc" + ], + [ + "Ġdi", + "oc" + ], + [ + "Ġdio", + "c" + ], + [ + "i", + "ctive" + ], + [ + "ict", + "ive" + ], + [ + "Ġcre", + "sts" + ], + [ + "Ġcr", + "ests" + ], + [ + "Ġcrest", + "s" + ], + [ + "ĠWe", + "ill" + ], + [ + "ĠWei", + "ll" + ], + [ + "âĢĶ", + "particularly" + ], + [ + "Ġproject", + "iles" + ], + [ + "Ġprojectile", + "s" + ], + [ + "Ġeng", + "land" + ], + [ + "u", + "gi" + ], + [ + "ug", + "i" + ], + [ + "Ġhapp", + "iest" + ], + [ + "-", + "path" + ], + [ + "-p", + "ath" + ], + [ + "-pat", + "h" + ], + [ + "-", + "paper" + ], + [ + "-p", + "aper" + ], + [ + "Ġin", + "terns" + ], + [ + "Ġinter", + "ns" + ], + [ + "Ġintern", + "s" + ], + [ + "ox", + "icillin" + ], + [ + "oxic", + "illin" + ], + [ + "Ġterm", + "inating" + ], + [ + "Ġtermin", + "ating" + ], + [ + "-", + "label" + ], + [ + "-l", + "abel" + ], + [ + "-la", + "bel" + ], + [ + "-lab", + "el" + ], + [ + "Ġz", + "ealous" + ], + [ + "Ġzeal", + "ous" + ], + [ + "Ġd", + "omed" + ], + [ + "Ġdo", + "med" + ], + [ + "Ġdom", + "ed" + ], + [ + "Ġdome", + "d" + ], + [ + "Ġmicro", + "cos" + ], + [ + "Ġmicroc", + "os" + ], + [ + "Al", + "g" + ], + [ + "o", + "phosph" + ], + [ + "oph", + "osph" + ], + [ + "ri", + "mary" + ], + [ + "rim", + "ary" + ], + [ + "Ġep", + "ics" + ], + [ + "Ġepic", + "s" + ], + [ + "Ġun", + "dec" + ], + [ + "Ġund", + "ec" + ], + [ + "Ġvir", + "tu" + ], + [ + "Ġvirt", + "u" + ], + [ + "Ġent", + "eric" + ], + [ + "Ġenter", + "ic" + ], + [ + "Ġmal", + "absorption" + ], + [ + "E", + "CS" + ], + [ + "EC", + "S" + ], + [ + "ulf", + "ide" + ], + [ + "Ġt", + "rot" + ], + [ + "Ġtr", + "ot" + ], + [ + "Ġtro", + "t" + ], + [ + "ĠGood", + "all" + ], + [ + "ĠAtt", + "itude" + ], + [ + "ĠAtt", + "ributes" + ], + [ + "ĠNatural", + "ist" + ], + [ + "ĠL", + "isting" + ], + [ + "ĠList", + "ing" + ], + [ + "ĠLis", + "ting" + ], + [ + "ĠSuper", + "visor" + ], + [ + "ĠBack", + "yard" + ], + [ + "top", + "ics" + ], + [ + "am", + "ilton" + ], + [ + "amil", + "ton" + ], + [ + "as", + "much" + ], + [ + "asm", + "uch" + ], + [ + "Rem", + "ote" + ], + [ + "*", + "*Ċ" + ], + [ + "**", + "Ċ" + ], + [ + "ĠTable", + "ts" + ], + [ + "ĠTab", + "lets" + ], + [ + "ĠTablet", + "s" + ], + [ + "Ġnick", + "names" + ], + [ + "Ġnickname", + "s" + ], + [ + "Ġthick", + "nesses" + ], + [ + "Ġthickness", + "es" + ], + [ + "ĠUlt", + "raviolet" + ], + [ + "Ġcarcin", + "omas" + ], + [ + "Ġcarcinoma", + "s" + ], + [ + "Ġdeclar", + "ative" + ], + [ + "ĠCro", + "ix" + ], + [ + "ĠPack", + "et" + ], + [ + "ĠPac", + "ket" + ], + [ + "ĠBah", + "á" + ], + [ + "ĠR", + "AW" + ], + [ + "ĠRA", + "W" + ], + [ + "Sch", + "olars" + ], + [ + "Ġward", + "robe" + ], + [ + "-rel", + "ief" + ], + [ + "Ġgon", + "ad" + ], + [ + "Ġnon", + "sm" + ], + [ + "Ġnons", + "m" + ], + [ + "Ġinterconnected", + "ness" + ], + [ + "Se", + "lecting" + ], + [ + "Select", + "ing" + ], + [ + "Sel", + "ecting" + ], + [ + "Ġun", + "reported" + ], + [ + "Ġunre", + "ported" + ], + [ + "ĠGuatemal", + "an" + ], + [ + "ĠGuatemala", + "n" + ], + [ + "Ġcooperative", + "ly" + ], + [ + "Ġcooper", + "atively" + ], + [ + "ĠDaw", + "kins" + ], + [ + "Ġresh", + "aped" + ], + [ + "Ġreshape", + "d" + ], + [ + "ĠCav", + "endish" + ], + [ + "Ġaval", + "anches" + ], + [ + "Ġavalanche", + "s" + ], + [ + "ĠPercent", + "age" + ], + [ + "Ġrefurb", + "ished" + ], + [ + ".s", + "html" + ], + [ + ".sh", + "tml" + ], + [ + "ĠC", + "ullen" + ], + [ + "ĠCul", + "len" + ], + [ + "ĠCull", + "en" + ], + [ + "Ġcatac", + "lys" + ], + [ + "-prec", + "ision" + ], + [ + "lo", + "rella" + ], + [ + "lor", + "ella" + ], + [ + "lore", + "lla" + ], + [ + "ĠDrex", + "el" + ], + [ + "'", + "M" + ], + [ + "'", + "Connor" + ], + [ + "C", + "er" + ], + [ + "Ce", + "r" + ], + [ + "F", + "ox" + ], + [ + "P", + "ret" + ], + [ + "Pre", + "t" + ], + [ + "Pr", + "et" + ], + [ + "R", + "ing" + ], + [ + "_", + "of" + ], + [ + "d", + "ies" + ], + [ + "di", + "es" + ], + [ + "die", + "s" + ], + [ + "g", + "io" + ], + [ + "gi", + "o" + ], + [ + "g", + "uns" + ], + [ + "gu", + "ns" + ], + [ + "gun", + "s" + ], + [ + "i", + "ometer" + ], + [ + "io", + "meter" + ], + [ + "iom", + "eter" + ], + [ + "m", + "ist" + ], + [ + "mi", + "st" + ], + [ + "mis", + "t" + ], + [ + "|", + "Last" + ], + [ + "|L", + "ast" + ], + [ + "Ñ", + "İ" + ], + [ + "ou", + "ac" + ], + [ + "o", + "mens" + ], + [ + "om", + "ens" + ], + [ + "ome", + "ns" + ], + [ + "omen", + "s" + ], + [ + "Ġl", + "up" + ], + [ + "ly", + "tic" + ], + [ + "lyt", + "ic" + ], + [ + "ĠP", + "rit" + ], + [ + "ĠPr", + "it" + ], + [ + "ĠPri", + "t" + ], + [ + "ĠP", + "ork" + ], + [ + "ĠPor", + "k" + ], + [ + "ĠP", + "asha" + ], + [ + "ĠPa", + "sha" + ], + [ + "ĠPas", + "ha" + ], + [ + "ĠPash", + "a" + ], + [ + "ĠB", + "aj" + ], + [ + "ĠBa", + "j" + ], + [ + "ĠE", + "HR" + ], + [ + "ĠEH", + "R" + ], + [ + "ĠR", + "upert" + ], + [ + "ĠRu", + "pert" + ], + [ + "ĠRup", + "ert" + ], + [ + "Ġ", + "NB" + ], + [ + "ĠN", + "B" + ], + [ + "ĠN", + "is" + ], + [ + "ĠNi", + "s" + ], + [ + "r", + "ius" + ], + [ + "ri", + "us" + ], + [ + "r", + "uk" + ], + [ + "ru", + "k" + ], + [ + "b", + "ern" + ], + [ + "ber", + "n" + ], + [ + "be", + "rn" + ], + [ + "or", + "des" + ], + [ + "ord", + "es" + ], + [ + "orde", + "s" + ], + [ + "Ġup", + "sets" + ], + [ + "Ġupset", + "s" + ], + [ + "Ġups", + "ets" + ], + [ + "u", + "ala" + ], + [ + "ual", + "a" + ], + [ + "ua", + "la" + ], + [ + "ĠY", + "on" + ], + [ + "ĠYo", + "n" + ], + [ + "Ġdec", + "ip" + ], + [ + "Ġre", + "mar" + ], + [ + "Ġr", + "emar" + ], + [ + "Ġrem", + "ar" + ], + [ + "Ġprov", + "idence" + ], + [ + "Ġprovid", + "ence" + ], + [ + "Ġprovide", + "nce" + ], + [ + "l", + "isha" + ], + [ + "lish", + "a" + ], + [ + "li", + "sha" + ], + [ + "lis", + "ha" + ], + [ + "Ġmethod", + "ical" + ], + [ + "Ġreal", + "ist" + ], + [ + "i", + "kas" + ], + [ + "ik", + "as" + ], + [ + "ika", + "s" + ], + [ + "ĠBl", + "end" + ], + [ + "ĠBle", + "nd" + ], + [ + "N", + "AG" + ], + [ + "NA", + "G" + ], + [ + "ĠCar", + "rots" + ], + [ + "ĠCarr", + "ots" + ], + [ + "Ġprob", + "ation" + ], + [ + "ĠAb", + "rams" + ], + [ + "ĠAbram", + "s" + ], + [ + "Ġbreak", + "out" + ], + [ + "Ġslow", + "est" + ], + [ + "Ġ", + "oxy" + ], + [ + "Ġo", + "xy" + ], + [ + "Ġox", + "y" + ], + [ + "Ġ", + "irons" + ], + [ + "Ġir", + "ons" + ], + [ + "Ġi", + "rons" + ], + [ + "Ġiron", + "s" + ], + [ + "Ġemb", + "oss" + ], + [ + "Ġsil", + "ky" + ], + [ + "Ġsilk", + "y" + ], + [ + "-", + "stick" + ], + [ + "-st", + "ick" + ], + [ + "m", + "ospheric" + ], + [ + "mosp", + "heric" + ], + [ + "Ġcr", + "ux" + ], + [ + "Ġcru", + "x" + ], + [ + "-", + "Comp" + ], + [ + "-C", + "omp" + ], + [ + "-Co", + "mp" + ], + [ + "-Com", + "p" + ], + [ + "EM", + "BER" + ], + [ + "ĠConf", + "licts" + ], + [ + "ĠConflict", + "s" + ], + [ + "-", + "review" + ], + [ + "-re", + "view" + ], + [ + "ĠIr", + "win" + ], + [ + "Ġmoon", + "light" + ], + [ + "Ġch", + "arted" + ], + [ + "Ġchar", + "ted" + ], + [ + "Ġchart", + "ed" + ], + [ + "ĠBet", + "hesda" + ], + [ + "ĠFe", + "ynman" + ], + [ + "C", + "Ds" + ], + [ + "CD", + "s" + ], + [ + "hyd", + "roc" + ], + [ + "hydro", + "c" + ], + [ + "ĠE", + "than" + ], + [ + "ĠEth", + "an" + ], + [ + "ĠEt", + "han" + ], + [ + "-", + "clinical" + ], + [ + "-cl", + "inical" + ], + [ + "Am", + "azing" + ], + [ + "Ġunw", + "arranted" + ], + [ + "ĠImm", + "igrants" + ], + [ + "ĠImmigrant", + "s" + ], + [ + "Ġcub", + "its" + ], + [ + "Ġcu", + "bits" + ], + [ + "ĠSar", + "awak" + ], + [ + "Ġb", + "uffering" + ], + [ + "Ġbuff", + "ering" + ], + [ + "Ġbuffer", + "ing" + ], + [ + "Ġperpet", + "uating" + ], + [ + "ĠGuard", + "ians" + ], + [ + "ĠGuardian", + "s" + ], + [ + "ĠDur", + "ga" + ], + [ + "Ġtire", + "less" + ], + [ + "Mus", + "cle" + ], + [ + "Ġsnee", + "zes" + ], + [ + "Ġsneeze", + "s" + ], + [ + "Ġdisc", + "ourages" + ], + [ + "Ġdiscoura", + "ges" + ], + [ + "Ġdiscourage", + "s" + ], + [ + "Ġflatten", + "ing" + ], + [ + "Ġappend", + "icitis" + ], + [ + "L", + "ogic" + ], + [ + "Log", + "ic" + ], + [ + "Lo", + "gic" + ], + [ + "ĠOv", + "id" + ], + [ + "ĠGarc", + "ÃŃa" + ], + [ + "C", + "ONT" + ], + [ + "CO", + "NT" + ], + [ + "CON", + "T" + ], + [ + "Ġtwe", + "eted" + ], + [ + "Ġtweet", + "ed" + ], + [ + "Ġbar", + "baric" + ], + [ + "Ġbarbar", + "ic" + ], + [ + "Ġbarb", + "aric" + ], + [ + "Ġrinse", + "d" + ], + [ + "Ġrins", + "ed" + ], + [ + "Bal", + "ance" + ], + [ + "Ba", + "lance" + ], + [ + "Ġpa", + "gans" + ], + [ + "Ġpagan", + "s" + ], + [ + "Ġpag", + "ans" + ], + [ + "ĠBio", + "mass" + ], + [ + "ĠBiom", + "ass" + ], + [ + "Opp", + "ortun" + ], + [ + "Ġlogarith", + "mic" + ], + [ + "Ġlogarithm", + "ic" + ], + [ + "-cy", + "linder" + ], + [ + "Stan", + "ford" + ], + [ + "Ġbri", + "bery" + ], + [ + "Ġbribe", + "ry" + ], + [ + "Ġregurg", + "itation" + ], + [ + "ĠTempl", + "ar" + ], + [ + "ĠTemp", + "lar" + ], + [ + "Ġsouven", + "irs" + ], + [ + "Ġsouvenir", + "s" + ], + [ + "Ġscur", + "vy" + ], + [ + "Arist", + "otle" + ], + [ + "ĠSusque", + "hanna" + ], + [ + "Ġundisput", + "ed" + ], + [ + "\"", + "At" + ], + [ + "\"A", + "t" + ], + [ + "(", + "X" + ], + [ + ",", + "...Ċ" + ], + [ + ",.", + "..Ċ" + ], + [ + ",...", + "Ċ" + ], + [ + "-", + "holding" + ], + [ + "-h", + "olding" + ], + [ + "-", + "Islamic" + ], + [ + "C", + "ere" + ], + [ + "Cer", + "e" + ], + [ + "Ce", + "re" + ], + [ + "D", + "avis" + ], + [ + "Da", + "vis" + ], + [ + "Dav", + "is" + ], + [ + "N", + "W" + ], + [ + "O", + "ECD" + ], + [ + "OE", + "CD" + ], + [ + "f", + "unded" + ], + [ + "fund", + "ed" + ], + [ + "fun", + "ded" + ], + [ + "i", + "oms" + ], + [ + "io", + "ms" + ], + [ + "iom", + "s" + ], + [ + "k", + "ie" + ], + [ + "ki", + "e" + ], + [ + "m", + "il" + ], + [ + "mi", + "l" + ], + [ + "n", + "h" + ], + [ + "p", + "b" + ], + [ + "p", + "roduction" + ], + [ + "pro", + "duction" + ], + [ + "product", + "ion" + ], + [ + "Ï", + "į" + ], + [ + "h", + "eating" + ], + [ + "he", + "ating" + ], + [ + "hea", + "ting" + ], + [ + "heat", + "ing" + ], + [ + "in", + "opathy" + ], + [ + "ino", + "pathy" + ], + [ + "r", + "ender" + ], + [ + "re", + "nder" + ], + [ + "ren", + "der" + ], + [ + "rend", + "er" + ], + [ + "o", + "ram" + ], + [ + "or", + "am" + ], + [ + "ora", + "m" + ], + [ + "Ġb", + "als" + ], + [ + "Ġbal", + "s" + ], + [ + "Ġba", + "ls" + ], + [ + "Ġb", + "ash" + ], + [ + "Ġbas", + "h" + ], + [ + "Ġba", + "sh" + ], + [ + "Ġm", + "ow" + ], + [ + "Ġmo", + "w" + ], + [ + "ro", + "ated" + ], + [ + "roat", + "ed" + ], + [ + "roa", + "ted" + ], + [ + "ol", + "ating" + ], + [ + "ola", + "ting" + ], + [ + "r", + "aisal" + ], + [ + "ra", + "isal" + ], + [ + "rai", + "sal" + ], + [ + "Ġ", + "AGE" + ], + [ + "ĠA", + "GE" + ], + [ + "ĠAG", + "E" + ], + [ + "ĠS", + "oto" + ], + [ + "ĠSo", + "to" + ], + [ + "ĠC", + "J" + ], + [ + "a", + "mal" + ], + [ + "am", + "al" + ], + [ + "ama", + "l" + ], + [ + "ĠP", + "OV" + ], + [ + "ĠPO", + "V" + ], + [ + "ĠB", + "res" + ], + [ + "ĠBr", + "es" + ], + [ + "ĠBre", + "s" + ], + [ + "ĠB", + "low" + ], + [ + "ĠBl", + "ow" + ], + [ + "ĠBlo", + "w" + ], + [ + "qu", + "ered" + ], + [ + "que", + "red" + ], + [ + "quer", + "ed" + ], + [ + "quere", + "d" + ], + [ + "ĠH", + "eller" + ], + [ + "ĠHe", + "ller" + ], + [ + "ĠHel", + "ler" + ], + [ + "ĠHell", + "er" + ], + [ + "Ġch", + "isel" + ], + [ + "Ġchi", + "sel" + ], + [ + "Ġchis", + "el" + ], + [ + "and", + "hi" + ], + [ + "Ġen", + "sembles" + ], + [ + "Ġensemble", + "s" + ], + [ + "ĠN", + "ish" + ], + [ + "ĠNi", + "sh" + ], + [ + "ĠNis", + "h" + ], + [ + "all", + "ah" + ], + [ + "alla", + "h" + ], + [ + "pl", + "ugs" + ], + [ + "plug", + "s" + ], + [ + "Ġall", + "ure" + ], + [ + "ĠJ", + "E" + ], + [ + "Ġapp", + "ended" + ], + [ + "Ġappend", + "ed" + ], + [ + "Ġinf", + "lows" + ], + [ + "Ġinfl", + "ows" + ], + [ + "Ġinflow", + "s" + ], + [ + "Ġcomm", + "uter" + ], + [ + "Ġcommute", + "r" + ], + [ + "Ġcommut", + "er" + ], + [ + "Ġacc", + "rued" + ], + [ + "Ġaccru", + "ed" + ], + [ + "Ġaccrue", + "d" + ], + [ + "Ġre", + "gent" + ], + [ + "Ġreg", + "ent" + ], + [ + "Ġregen", + "t" + ], + [ + ".", + "âĢĿ)Ċ" + ], + [ + ".âĢĿ", + ")Ċ" + ], + [ + ".âĢĿ)", + "Ċ" + ], + [ + "Ġpop", + "lar" + ], + [ + "ĠCon", + "ception" + ], + [ + "ĠConcept", + "ion" + ], + [ + "ĠSp", + "ok" + ], + [ + "âĢľ", + "Because" + ], + [ + "âĢľB", + "ecause" + ], + [ + "ĠDe", + "lete" + ], + [ + "ĠDel", + "ete" + ], + [ + "ĠRes", + "id" + ], + [ + "ĠOr", + "bit" + ], + [ + "ĠOrb", + "it" + ], + [ + "u", + "sha" + ], + [ + "us", + "ha" + ], + [ + "ush", + "a" + ], + [ + "Ġpred", + "ominate" + ], + [ + "Ġpredomin", + "ate" + ], + [ + "ĠWith", + "drawal" + ], + [ + "ĠMar", + "guerite" + ], + [ + "oph", + "ageal" + ], + [ + "Ġcamp", + "fire" + ], + [ + "ĠCount", + "ess" + ], + [ + "-", + "groups" + ], + [ + "-g", + "roups" + ], + [ + "-group", + "s" + ], + [ + "Ġinst", + "aller" + ], + [ + "Ġinstall", + "er" + ], + [ + "e", + "vents" + ], + [ + "ev", + "ents" + ], + [ + "even", + "ts" + ], + [ + "event", + "s" + ], + [ + "ĠDis", + "abled" + ], + [ + "ĠSim", + "ultaneously" + ], + [ + "Ġvill", + "ains" + ], + [ + "Ġvillain", + "s" + ], + [ + "Ġvilla", + "ins" + ], + [ + "Ġjournal", + "istic" + ], + [ + "Ġjournalist", + "ic" + ], + [ + "P", + "hill" + ], + [ + "Ph", + "ill" + ], + [ + "Phil", + "l" + ], + [ + "bl", + "ank" + ], + [ + "Ġare", + "nas" + ], + [ + "Ġar", + "enas" + ], + [ + "Ġaren", + "as" + ], + [ + "Ġarena", + "s" + ], + [ + "ĠM", + "icrob" + ], + [ + "ĠMicro", + "b" + ], + [ + "ĠMic", + "rob" + ], + [ + "G", + "eneration" + ], + [ + "Gen", + "eration" + ], + [ + "Gene", + "ration" + ], + [ + "Cont", + "rolling" + ], + [ + "Control", + "ling" + ], + [ + "ĠMag", + "ist" + ], + [ + "ĠMagi", + "st" + ], + [ + "Ġsub", + "title" + ], + [ + "Ġsubt", + "itle" + ], + [ + "Ġadm", + "ixture" + ], + [ + "Ġampl", + "ifying" + ], + [ + "Ġamplify", + "ing" + ], + [ + "Ġresc", + "uing" + ], + [ + "Ġion", + "osphere" + ], + [ + "ĠHy", + "drop" + ], + [ + "ĠHyd", + "rop" + ], + [ + "ĠHydro", + "p" + ], + [ + "ĠLog", + "istics" + ], + [ + "Ġportray", + "als" + ], + [ + "Ġportrayal", + "s" + ], + [ + "mod", + "ified" + ], + [ + "Ġfear", + "some" + ], + [ + "Ġfears", + "ome" + ], + [ + "âĤ¬", + "âĢĿ" + ], + [ + "Ġsh", + "owering" + ], + [ + "Ġshow", + "ering" + ], + [ + "Ġshower", + "ing" + ], + [ + "Ġintens", + "ifies" + ], + [ + "ĠTool", + "box" + ], + [ + "Cle", + "aning" + ], + [ + "Clean", + "ing" + ], + [ + "Ġbub", + "bling" + ], + [ + "WA", + "YS" + ], + [ + "Ġgly", + "cine" + ], + [ + "Ġglyc", + "ine" + ], + [ + "ĠLa", + "ureate" + ], + [ + "ĠLaure", + "ate" + ], + [ + "ĠLau", + "reate" + ], + [ + "ĠMotor", + "ola" + ], + [ + "Prov", + "ided" + ], + [ + "Provide", + "d" + ], + [ + "Pol", + "ice" + ], + [ + "ĠTheod", + "os" + ], + [ + "ĠTheo", + "dos" + ], + [ + "ĠHer", + "mes" + ], + [ + "ĠHerm", + "es" + ], + [ + "ĠD", + "RAM" + ], + [ + "ĠDR", + "AM" + ], + [ + "ĠDRA", + "M" + ], + [ + "ĠAsper", + "gillus" + ], + [ + "Ġherald", + "ic" + ], + [ + "Ġrevital", + "ize" + ], + [ + "Ġeloqu", + "ence" + ], + [ + "P", + "rocessing" + ], + [ + "Process", + "ing" + ], + [ + "¢", + "â" + ], + [ + "ĠH", + "ooker" + ], + [ + "ĠHo", + "oker" + ], + [ + "ĠHook", + "er" + ], + [ + "Ġante", + "bellum" + ], + [ + "Con", + "crete" + ], + [ + "Conc", + "rete" + ], + [ + "Ġsnipp", + "ets" + ], + [ + "Ġsnippet", + "s" + ], + [ + "ĠLaksh", + "mi" + ], + [ + "Ġinclus", + "ivity" + ], + [ + "ĠSquir", + "rel" + ], + [ + "ĠSurviv", + "ors" + ], + [ + "ĠF", + "amiliar" + ], + [ + "ĠFamil", + "iar" + ], + [ + "-rese", + "arched" + ], + [ + "ĠSim", + "eon" + ], + [ + "ĠSime", + "on" + ], + [ + "-", + "enter" + ], + [ + "-en", + "ter" + ], + [ + "-ent", + "er" + ], + [ + "B", + "eta" + ], + [ + "Be", + "ta" + ], + [ + "Bet", + "a" + ], + [ + "C", + "ro" + ], + [ + "Cr", + "o" + ], + [ + "G", + "ib" + ], + [ + "Gi", + "b" + ], + [ + "M", + "ining" + ], + [ + "Min", + "ing" + ], + [ + "Mini", + "ng" + ], + [ + "Mi", + "ning" + ], + [ + "_", + "c" + ], + [ + "m", + "int" + ], + [ + "min", + "t" + ], + [ + "mi", + "nt" + ], + [ + "m", + "ines" + ], + [ + "min", + "es" + ], + [ + "mi", + "nes" + ], + [ + "mine", + "s" + ], + [ + "u", + "id" + ], + [ + "ui", + "d" + ], + [ + "y", + "ce" + ], + [ + "yc", + "e" + ], + [ + "en", + "ko" + ], + [ + "Ġre", + "plete" + ], + [ + "Ġrep", + "lete" + ], + [ + "Ġrepl", + "ete" + ], + [ + "Ġbe", + "aker" + ], + [ + "Ġbeak", + "er" + ], + [ + "ĠT", + "innitus" + ], + [ + "i", + "metric" + ], + [ + "im", + "etric" + ], + [ + "imet", + "ric" + ], + [ + "r", + "ails" + ], + [ + "ra", + "ils" + ], + [ + "rail", + "s" + ], + [ + "rai", + "ls" + ], + [ + "Ġ", + "ud" + ], + [ + "Ġu", + "d" + ], + [ + "ĠS", + "s" + ], + [ + "ĠS", + "perm" + ], + [ + "ĠSp", + "erm" + ], + [ + "ĠSpe", + "rm" + ], + [ + "ĠSper", + "m" + ], + [ + "ĠM", + "ott" + ], + [ + "ĠMo", + "tt" + ], + [ + "ĠMot", + "t" + ], + [ + "ĠM", + "VC" + ], + [ + "ĠMV", + "C" + ], + [ + "ĠP", + "anda" + ], + [ + "ĠPan", + "da" + ], + [ + "ĠPa", + "nda" + ], + [ + "ĠPand", + "a" + ], + [ + "rom", + "ising" + ], + [ + "ĠD", + "aughter" + ], + [ + "ĠE", + "rickson" + ], + [ + "ĠEr", + "ickson" + ], + [ + "ĠF", + "etal" + ], + [ + "ĠFe", + "tal" + ], + [ + "Ġsh", + "unned" + ], + [ + "Ġshun", + "ned" + ], + [ + "Ġsp", + "ina" + ], + [ + "Ġspin", + "a" + ], + [ + "Ġspi", + "na" + ], + [ + "ine", + "ural" + ], + [ + "Ġm", + "ane" + ], + [ + "Ġman", + "e" + ], + [ + "Ġma", + "ne" + ], + [ + "Ġj", + "uries" + ], + [ + "Ġju", + "ries" + ], + [ + "Ġjur", + "ies" + ], + [ + "Ġs", + "aut" + ], + [ + "Ġsa", + "ut" + ], + [ + "Ġsau", + "t" + ], + [ + "Ġem", + "blematic" + ], + [ + "Ġemblem", + "atic" + ], + [ + "Ġfl", + "urry" + ], + [ + "ng", + "eti" + ], + [ + "Ġtrans", + "continental" + ], + [ + "Ġdisc", + "arding" + ], + [ + "Ġdiscard", + "ing" + ], + [ + "Ġent", + "rants" + ], + [ + "ĠAs", + "pen" + ], + [ + "ĠAsp", + "en" + ], + [ + "Ġclass", + "ifier" + ], + [ + "ĠAr", + "ithmetic" + ], + [ + "Ġchar", + "iots" + ], + [ + "Ġchariot", + "s" + ], + [ + "Ġpot", + "ter" + ], + [ + "Ġsl", + "umber" + ], + [ + "Ġslum", + "ber" + ], + [ + "ĠAd", + "j" + ], + [ + "Ġhead", + "sets" + ], + [ + "Ġheads", + "ets" + ], + [ + "Ġheadset", + "s" + ], + [ + "Ġnon", + "human" + ], + [ + "Ġpost", + "ulates" + ], + [ + "Ġpostulate", + "s" + ], + [ + "-d", + "efinition" + ], + [ + "Ġsw", + "apped" + ], + [ + "Ġswap", + "ped" + ], + [ + "ĠW", + "orst" + ], + [ + "ĠWor", + "st" + ], + [ + "ĠWors", + "t" + ], + [ + "Ġeff", + "usion" + ], + [ + "Ġmicro", + "RNAs" + ], + [ + "ĠmicroRNA", + "s" + ], + [ + "ĠGen", + "etically" + ], + [ + "ĠGenetic", + "ally" + ], + [ + "ĠGene", + "tically" + ], + [ + "ĠGenet", + "ically" + ], + [ + "Ġst", + "eered" + ], + [ + "Ġste", + "ered" + ], + [ + "Ġsteer", + "ed" + ], + [ + "an", + "ao" + ], + [ + "ana", + "o" + ], + [ + "Ġapprox", + "imations" + ], + [ + "Ġapproximation", + "s" + ], + [ + "à¤", + "ª" + ], + [ + "AL", + "K" + ], + [ + "Ar", + "ctic" + ], + [ + "Arc", + "tic" + ], + [ + "Ġlaun", + "cher" + ], + [ + "Ġlaunch", + "er" + ], + [ + "S", + "ci" + ], + [ + "Sc", + "i" + ], + [ + "ĠMont", + "réal" + ], + [ + "Ġjourney", + "ed" + ], + [ + "Re", + "con" + ], + [ + "Rec", + "on" + ], + [ + "Ġg", + "utter" + ], + [ + "Ġgut", + "ter" + ], + [ + "Ġgutt", + "er" + ], + [ + "ĠH", + "andel" + ], + [ + "ĠHand", + "el" + ], + [ + "ĠHa", + "ndel" + ], + [ + "ĠHan", + "del" + ], + [ + "Ġ", + "SSI" + ], + [ + "ĠS", + "SI" + ], + [ + "ĠSS", + "I" + ], + [ + "C", + "Ps" + ], + [ + "CP", + "s" + ], + [ + "ĠMach", + "inery" + ], + [ + "ĠMachine", + "ry" + ], + [ + "ĠC", + "oping" + ], + [ + "ĠCo", + "ping" + ], + [ + "ĠCop", + "ing" + ], + [ + "Ġstabil", + "ise" + ], + [ + "ĠProm", + "otes" + ], + [ + "ĠPromote", + "s" + ], + [ + "Ġt", + "angles" + ], + [ + "Ġtang", + "les" + ], + [ + "Ġtangle", + "s" + ], + [ + "ĠArm", + "istice" + ], + [ + "-", + "teaching" + ], + [ + "-te", + "aching" + ], + [ + "ĠD", + "orian" + ], + [ + "ĠDo", + "rian" + ], + [ + "ĠDor", + "ian" + ], + [ + "ĠPresent", + "ations" + ], + [ + "ĠPresentation", + "s" + ], + [ + "ĠP", + "ieces" + ], + [ + "ĠPi", + "eces" + ], + [ + "ĠPie", + "ces" + ], + [ + "ĠPiece", + "s" + ], + [ + "Ġbon", + "uses" + ], + [ + "Ġbonus", + "es" + ], + [ + "Ġorth", + "ogonal" + ], + [ + "ĠTa", + "vern" + ], + [ + "Ġsuper", + "food" + ], + [ + "Ġsuperf", + "ood" + ], + [ + "ĠTel", + "ugu" + ], + [ + "Ġnarc", + "olepsy" + ], + [ + "Pot", + "assium" + ], + [ + "techn", + "ical" + ], + [ + "opp", + "able" + ], + [ + "ĠInc", + "orporate" + ], + [ + "ĠIncorpor", + "ate" + ], + [ + "Ġrhiz", + "ome" + ], + [ + "Ġhandic", + "ap" + ], + [ + "ĠCornwall", + "is" + ], + [ + "Ġprod", + "igious" + ], + [ + "Main", + "tain" + ], + [ + "Maint", + "ain" + ], + [ + "Ġwilt", + "ing" + ], + [ + "Ġwil", + "ting" + ], + [ + "beg", + "inning" + ], + [ + "ĠEn", + "cephal" + ], + [ + "ĠEnc", + "ephal" + ], + [ + "ĠEnce", + "phal" + ], + [ + "Jon", + "athan" + ], + [ + "Ġoutst", + "retched" + ], + [ + "util", + "ized" + ], + [ + "Ġscoot", + "er" + ], + [ + "Ġ", + "на" + ], + [ + "Ġн", + "а" + ], + [ + "pha", + "ritis" + ], + [ + "phar", + "itis" + ], + [ + "osacchar", + "ides" + ], + [ + "Ġperovsk", + "ite" + ], + [ + ")", + "^" + ], + [ + "-", + "armed" + ], + [ + "-ar", + "med" + ], + [ + "-arm", + "ed" + ], + [ + "B", + "ridge" + ], + [ + "Br", + "idge" + ], + [ + "P", + "od" + ], + [ + "Po", + "d" + ], + [ + "P", + "roducts" + ], + [ + "Product", + "s" + ], + [ + "T", + "rying" + ], + [ + "Try", + "ing" + ], + [ + "Tr", + "ying" + ], + [ + "T", + "emper" + ], + [ + "Tem", + "per" + ], + [ + "d", + "ose" + ], + [ + "do", + "se" + ], + [ + "dos", + "e" + ], + [ + "l", + "iquid" + ], + [ + "n", + "id" + ], + [ + "ni", + "d" + ], + [ + "v", + "iet" + ], + [ + "vi", + "et" + ], + [ + "vie", + "t" + ], + [ + "å", + "¸" + ], + [ + "re", + "asonable" + ], + [ + "reason", + "able" + ], + [ + "Ġb", + "uc" + ], + [ + "Ġbu", + "c" + ], + [ + "a", + "nam" + ], + [ + "an", + "am" + ], + [ + "ana", + "m" + ], + [ + "Ġm", + "ockingbird" + ], + [ + "Ġmocking", + "bird" + ], + [ + "Ġd", + "um" + ], + [ + "Ġdu", + "m" + ], + [ + "Ġn", + "aloxone" + ], + [ + "ĠC", + "us" + ], + [ + "ĠCu", + "s" + ], + [ + "ĠC", + "eb" + ], + [ + "ĠCe", + "b" + ], + [ + "ĠM", + "althus" + ], + [ + "ĠMal", + "thus" + ], + [ + "ĠMalt", + "hus" + ], + [ + "ĠB", + "itter" + ], + [ + "ĠBit", + "ter" + ], + [ + "ĠH", + "AR" + ], + [ + "ĠHA", + "R" + ], + [ + "Ġ", + "WB" + ], + [ + "ĠW", + "B" + ], + [ + "ĠW", + "ass" + ], + [ + "ĠWas", + "s" + ], + [ + "ĠWa", + "ss" + ], + [ + "and", + "emic" + ], + [ + "andem", + "ic" + ], + [ + "ande", + "mic" + ], + [ + "ĠD", + "orm" + ], + [ + "ĠDo", + "rm" + ], + [ + "ĠDor", + "m" + ], + [ + "Ġ", + "Etymology" + ], + [ + "ĠE", + "tymology" + ], + [ + "art", + "ificial" + ], + [ + "pl", + "uses" + ], + [ + "plus", + "es" + ], + [ + "ach", + "ieve" + ], + [ + "ĠK", + "wan" + ], + [ + "ĠKw", + "an" + ], + [ + "ĠKwa", + "n" + ], + [ + "l", + "ica" + ], + [ + "lic", + "a" + ], + [ + "li", + "ca" + ], + [ + "Ġam", + "nesty" + ], + [ + "Ġsub", + "lux" + ], + [ + "other", + "wise" + ], + [ + "Ġs", + "lam" + ], + [ + "Ġsl", + "am" + ], + [ + "ime", + "ly" + ], + [ + "Ġp", + "osited" + ], + [ + "Ġpos", + "ited" + ], + [ + "Ġposit", + "ed" + ], + [ + "ĠBl", + "ogs" + ], + [ + "ĠBlog", + "s" + ], + [ + "ĠBlo", + "gs" + ], + [ + "Ġprim", + "aries" + ], + [ + "E", + "RO" + ], + [ + "ER", + "O" + ], + [ + "Ġsat", + "ir" + ], + [ + "ĠT", + "raits" + ], + [ + "ĠTra", + "its" + ], + [ + "Ġrob", + "bers" + ], + [ + "Ġrobber", + "s" + ], + [ + "Ġord", + "nance" + ], + [ + "Ġten", + "acity" + ], + [ + "Ġenter", + "prising" + ], + [ + "Ġwrong", + "ful" + ], + [ + "ĠBr", + "une" + ], + [ + "ĠBrun", + "e" + ], + [ + "ĠBru", + "ne" + ], + [ + "ĠArch", + "ibald" + ], + [ + "Ġarm", + "ature" + ], + [ + "ĠMal", + "ware" + ], + [ + "Ġsn", + "ows" + ], + [ + "Ġsnow", + "s" + ], + [ + "ĠBur", + "roughs" + ], + [ + "ĠBurr", + "oughs" + ], + [ + "ĠLong", + "itudinal" + ], + [ + "i", + "han" + ], + [ + "ih", + "an" + ], + [ + "ĠDen", + "ise" + ], + [ + "ĠDenis", + "e" + ], + [ + "ĠTO", + "EFL" + ], + [ + "Ġlip", + "ase" + ], + [ + "A", + "reas" + ], + [ + "Ar", + "eas" + ], + [ + "Are", + "as" + ], + [ + "Area", + "s" + ], + [ + "ĠE", + "pi" + ], + [ + "ĠEp", + "i" + ], + [ + "Ġasc", + "orbic" + ], + [ + "ĠHor", + "atio" + ], + [ + "ĠTH", + "INK" + ], + [ + "Aut", + "umn" + ], + [ + "Ġenlar", + "ging" + ], + [ + "ĠEnter", + "prises" + ], + [ + "ĠEnterprise", + "s" + ], + [ + "ĠB", + "aton" + ], + [ + "ĠBa", + "ton" + ], + [ + "ĠBat", + "on" + ], + [ + "Ġ", + "Connor" + ], + [ + "ĠCon", + "nor" + ], + [ + "ĠConn", + "or" + ], + [ + "WH", + "ERE" + ], + [ + "ĠSuccess", + "ion" + ], + [ + "ĠSuc", + "cession" + ], + [ + "ĠSucc", + "ession" + ], + [ + "Ġlaugh", + "s" + ], + [ + "Ġlaug", + "hs" + ], + [ + "S", + "witch" + ], + [ + "Sw", + "itch" + ], + [ + "-", + "dev" + ], + [ + "-d", + "ev" + ], + [ + "-de", + "v" + ], + [ + "ĠNam", + "ib" + ], + [ + "E", + "vents" + ], + [ + "Even", + "ts" + ], + [ + "Ev", + "ents" + ], + [ + "Event", + "s" + ], + [ + "ο", + "Ïħ" + ], + [ + "Ġbrave", + "ly" + ], + [ + "-four", + "ths" + ], + [ + "-fourth", + "s" + ], + [ + "ĠGran", + "ite" + ], + [ + "ĠT", + "ango" + ], + [ + "ĠTang", + "o" + ], + [ + "ĠTan", + "go" + ], + [ + "ĠSed", + "iment" + ], + [ + "Ġretard", + "ants" + ], + [ + "Ġretardant", + "s" + ], + [ + "ĠP", + "roduced" + ], + [ + "ĠProdu", + "ced" + ], + [ + "ĠProduce", + "d" + ], + [ + "Ġphilanthrop", + "ist" + ], + [ + "ĠMu", + "ller" + ], + [ + "ĠMul", + "ler" + ], + [ + "ĠMull", + "er" + ], + [ + "ĠK", + "ohl" + ], + [ + "ĠKo", + "hl" + ], + [ + "ĠKoh", + "l" + ], + [ + "Ġpeb", + "ble" + ], + [ + "ĠTa", + "hoe" + ], + [ + "ĠTah", + "oe" + ], + [ + "ĠKah", + "lo" + ], + [ + "ĠAbs", + "olutely" + ], + [ + "ĠAbsolute", + "ly" + ], + [ + "ĠGr", + "imm" + ], + [ + "ĠGrim", + "m" + ], + [ + "ĠGri", + "mm" + ], + [ + "ĠAsc", + "ension" + ], + [ + "UTH", + "OR" + ], + [ + "Ġunequiv", + "ocally" + ], + [ + "Ġunequivocal", + "ly" + ], + [ + "Ġfair", + "er" + ], + [ + "Ġfaire", + "r" + ], + [ + "Portug", + "uese" + ], + [ + "ĠParthen", + "on" + ], + [ + "ĠBront", + "ë" + ], + [ + "Ġphleg", + "m" + ], + [ + "Ġ", + "ÙĦ" + ], + [ + "/", + "U" + ], + [ + "A", + "my" + ], + [ + "Am", + "y" + ], + [ + "C", + "ole" + ], + [ + "Col", + "e" + ], + [ + "Co", + "le" + ], + [ + "H", + "ands" + ], + [ + "Hand", + "s" + ], + [ + "Han", + "ds" + ], + [ + "I", + "ran" + ], + [ + "Ir", + "an" + ], + [ + "M", + "igration" + ], + [ + "Mig", + "ration" + ], + [ + "e", + "ight" + ], + [ + "f", + "isher" + ], + [ + "fish", + "er" + ], + [ + "p", + "rol" + ], + [ + "pr", + "ol" + ], + [ + "pro", + "l" + ], + [ + "q", + "ing" + ], + [ + "qi", + "ng" + ], + [ + "t", + "aken" + ], + [ + "ta", + "ken" + ], + [ + "take", + "n" + ], + [ + "è", + "Ģ" + ], + [ + "in", + "ac" + ], + [ + "ina", + "c" + ], + [ + "Ġf", + "ates" + ], + [ + "Ġfat", + "es" + ], + [ + "Ġfa", + "tes" + ], + [ + "Ġfate", + "s" + ], + [ + "a", + "rina" + ], + [ + "ar", + "ina" + ], + [ + "ari", + "na" + ], + [ + "arin", + "a" + ], + [ + "Ġbe", + "acons" + ], + [ + "Ġbeacon", + "s" + ], + [ + "ĠT", + "ere" + ], + [ + "ĠTe", + "re" + ], + [ + "ĠTer", + "e" + ], + [ + "o", + "tee" + ], + [ + "ot", + "ee" + ], + [ + "ote", + "e" + ], + [ + "ad", + "ding" + ], + [ + "add", + "ing" + ], + [ + "Ġan", + "hyd" + ], + [ + "od", + "ils" + ], + [ + "odil", + "s" + ], + [ + "odi", + "ls" + ], + [ + "ĠW", + "olves" + ], + [ + "ĠWol", + "ves" + ], + [ + "a", + "ndon" + ], + [ + "an", + "don" + ], + [ + "and", + "on" + ], + [ + "ando", + "n" + ], + [ + "ĠN", + "ye" + ], + [ + "ĠNy", + "e" + ], + [ + "ĠG", + "avin" + ], + [ + "ĠGa", + "vin" + ], + [ + "ĠGav", + "in" + ], + [ + "Ġab", + "orted" + ], + [ + "Ġabort", + "ed" + ], + [ + "ĠL", + "incolns" + ], + [ + "ĠLincoln", + "s" + ], + [ + "Ġk", + "ib" + ], + [ + "Ġki", + "b" + ], + [ + "ĠO", + "ftentimes" + ], + [ + "ĠOften", + "times" + ], + [ + "r", + "unt" + ], + [ + "ru", + "nt" + ], + [ + "run", + "t" + ], + [ + "Ġun", + "aff" + ], + [ + "Ġuna", + "ff" + ], + [ + "ĠSt", + "uttgart" + ], + [ + "p", + "hon" + ], + [ + "ph", + "on" + ], + [ + "Ġsur", + "ged" + ], + [ + "Ġsurge", + "d" + ], + [ + "T", + "hou" + ], + [ + "Th", + "ou" + ], + [ + "Ġset", + "ups" + ], + [ + "Ġsetup", + "s" + ], + [ + "ĠPro", + "ton" + ], + [ + "ĠPr", + "oton" + ], + [ + "ĠProt", + "on" + ], + [ + "ĠProto", + "n" + ], + [ + "Ġins", + "ulators" + ], + [ + "Ġinsulator", + "s" + ], + [ + "o", + "har" + ], + [ + "oh", + "ar" + ], + [ + "oha", + "r" + ], + [ + "es", + "pie" + ], + [ + "esp", + "ie" + ], + [ + "Ġcour", + "te" + ], + [ + "Ġcourt", + "e" + ], + [ + "r", + "iest" + ], + [ + "ri", + "est" + ], + [ + "ries", + "t" + ], + [ + "rie", + "st" + ], + [ + "Ġinfl", + "atable" + ], + [ + "Ġter", + "racotta" + ], + [ + "Ġdel", + "uge" + ], + [ + "ĠZ", + "ucker" + ], + [ + "Ġprof", + "essed" + ], + [ + "Ġprofess", + "ed" + ], + [ + "Ġ", + "zu" + ], + [ + "Ġz", + "u" + ], + [ + "un", + "ging" + ], + [ + "ung", + "ing" + ], + [ + "ungi", + "ng" + ], + [ + "Ġfat", + "ally" + ], + [ + "Ġfatal", + "ly" + ], + [ + "Ġnational", + "istic" + ], + [ + "Ġnationalist", + "ic" + ], + [ + "Ġdom", + "ino" + ], + [ + "Ġdomin", + "o" + ], + [ + "sequ", + "ential" + ], + [ + "sequent", + "ial" + ], + [ + "Ġast", + "rological" + ], + [ + "Ġastrolog", + "ical" + ], + [ + "ĠEm", + "perors" + ], + [ + "ĠEmperor", + "s" + ], + [ + "Ġhar", + "rowing" + ], + [ + "ĠEd", + "itions" + ], + [ + "ĠEdition", + "s" + ], + [ + "ĠEdit", + "ions" + ], + [ + "ĠB", + "oise" + ], + [ + "ĠBo", + "ise" + ], + [ + "ĠBois", + "e" + ], + [ + "ĠP", + "articles" + ], + [ + "ĠPart", + "icles" + ], + [ + "ĠParticle", + "s" + ], + [ + "ĠM", + "ono" + ], + [ + "ĠMon", + "o" + ], + [ + "ĠMo", + "no" + ], + [ + "Ġelect", + "rified" + ], + [ + "Ġelectr", + "ified" + ], + [ + "Ġbreast", + "milk" + ], + [ + "ĠS", + "impl" + ], + [ + "ĠSim", + "pl" + ], + [ + "Ad", + "ams" + ], + [ + "Adam", + "s" + ], + [ + "ĠCor", + "ruption" + ], + [ + "ĠBr", + "ushing" + ], + [ + "ĠBrus", + "hing" + ], + [ + "ĠBrush", + "ing" + ], + [ + "Ġcalc", + "ification" + ], + [ + "ĠTest", + "osterone" + ], + [ + "Ġconver", + "ging" + ], + [ + "gal", + "actic" + ], + [ + "R", + "IB" + ], + [ + "RI", + "B" + ], + [ + "Ġ<", + "=" + ], + [ + "ĠDiv", + "orce" + ], + [ + "Ġbread", + "board" + ], + [ + "Ġscript", + "ural" + ], + [ + "ĠSt", + "aten" + ], + [ + "ĠState", + "n" + ], + [ + "ĠStat", + "en" + ], + [ + "ĠSta", + "ten" + ], + [ + "ĠPan", + "handle" + ], + [ + "Ġp", + "itching" + ], + [ + "Ġpit", + "ching" + ], + [ + "Ġpitch", + "ing" + ], + [ + "ĠSw", + "edes" + ], + [ + "ĠSwed", + "es" + ], + [ + "ĠSwe", + "des" + ], + [ + "Ġwheel", + "chairs" + ], + [ + "Ġwheelchair", + "s" + ], + [ + "ĠAvoid", + "ance" + ], + [ + "Ġtherm", + "oplastic" + ], + [ + "Ġthermo", + "plastic" + ], + [ + "Re", + "lative" + ], + [ + "Rel", + "ative" + ], + [ + "ĠMain", + "ly" + ], + [ + "Ġsatisfact", + "orily" + ], + [ + "Ġerect", + "ile" + ], + [ + "Ġrend", + "ition" + ], + [ + "Ġren", + "dition" + ], + [ + "ĠP", + "apa" + ], + [ + "ĠPap", + "a" + ], + [ + "ĠPa", + "pa" + ], + [ + "ĠSpe", + "aks" + ], + [ + "ĠSpeak", + "s" + ], + [ + "ĠVeter", + "in" + ], + [ + "mitt", + "ent" + ], + [ + "Ġantiqu", + "ated" + ], + [ + "ĠEld", + "erly" + ], + [ + "ĠElder", + "ly" + ], + [ + "Pol", + "ish" + ], + [ + "Po", + "lish" + ], + [ + "ĠAle", + "ppo" + ], + [ + "ĠDown", + "town" + ], + [ + "ĠDow", + "ntown" + ], + [ + "er", + "genic" + ], + [ + "erg", + "enic" + ], + [ + "ergen", + "ic" + ], + [ + "Ġre", + "union" + ], + [ + "Ġreun", + "ion" + ], + [ + "ĠNR", + "DC" + ], + [ + "ĠTodd", + "ler" + ], + [ + "ĠBert", + "rand" + ], + [ + "Ġburden", + "some" + ], + [ + "Ġburdens", + "ome" + ], + [ + "build", + "ers" + ], + [ + "cancer", + "ous" + ], + [ + "Ġect", + "opic" + ], + [ + "Ġburg", + "dorferi" + ], + [ + "Ġpropriet", + "ors" + ], + [ + "Ġproprietor", + "s" + ], + [ + "Ġprophes", + "ied" + ], + [ + "Ġabsol", + "ut" + ], + [ + "Ġvor", + "acious" + ], + [ + "E", + "instein" + ], + [ + "F", + "ried" + ], + [ + "Fr", + "ied" + ], + [ + "Fri", + "ed" + ], + [ + "V", + "itamins" + ], + [ + "Vitamin", + "s" + ], + [ + "_", + "d" + ], + [ + "b", + "ud" + ], + [ + "bu", + "d" + ], + [ + "l", + "if" + ], + [ + "li", + "f" + ], + [ + "t", + "ales" + ], + [ + "ta", + "les" + ], + [ + "tale", + "s" + ], + [ + "tal", + "es" + ], + [ + "Ġc", + "ations" + ], + [ + "Ġcat", + "ions" + ], + [ + "Ġcation", + "s" + ], + [ + "Ġw", + "aned" + ], + [ + "Ġwa", + "ned" + ], + [ + "Ġwane", + "d" + ], + [ + "Ġw", + "retched" + ], + [ + "Ġwr", + "etched" + ], + [ + "Ġt", + "oggle" + ], + [ + "Ġto", + "ggle" + ], + [ + "Ġn", + "p" + ], + [ + "ĠT", + "ension" + ], + [ + "ĠTens", + "ion" + ], + [ + "ĠT", + "ertiary" + ], + [ + "Ġ", + "ATS" + ], + [ + "ĠA", + "TS" + ], + [ + "ĠAT", + "S" + ], + [ + "ĠS", + "our" + ], + [ + "ĠSo", + "ur" + ], + [ + "ĠSou", + "r" + ], + [ + "ĠS", + "aur" + ], + [ + "ĠSa", + "ur" + ], + [ + "ĠSau", + "r" + ], + [ + "Ġ", + "IK" + ], + [ + "ĠI", + "K" + ], + [ + "a", + "yo" + ], + [ + "ay", + "o" + ], + [ + "ĠC", + "asa" + ], + [ + "ĠCa", + "sa" + ], + [ + "ĠCas", + "a" + ], + [ + "a", + "mem" + ], + [ + "am", + "em" + ], + [ + "ame", + "m" + ], + [ + "ĠP", + "ter" + ], + [ + "ĠPt", + "er" + ], + [ + "Ġwe", + "ep" + ], + [ + "Ġwee", + "p" + ], + [ + "Ġ", + "HH" + ], + [ + "ĠH", + "H" + ], + [ + "Ġ", + "ECT" + ], + [ + "ĠE", + "CT" + ], + [ + "ĠEC", + "T" + ], + [ + "Ġ", + "lee" + ], + [ + "Ġl", + "ee" + ], + [ + "Ġle", + "e" + ], + [ + "ĠR", + "ie" + ], + [ + "ĠRi", + "e" + ], + [ + "ĠN", + "RA" + ], + [ + "ĠNR", + "A" + ], + [ + "Ġ", + "LV" + ], + [ + "ĠL", + "V" + ], + [ + "Ġ", + "OL" + ], + [ + "ĠO", + "L" + ], + [ + "Ġup", + "beat" + ], + [ + "Ġrec", + "urs" + ], + [ + "Ġrecur", + "s" + ], + [ + "Ġtra", + "itor" + ], + [ + "Ġtrait", + "or" + ], + [ + "Ġb", + "ets" + ], + [ + "Ġbe", + "ts" + ], + [ + "Ġbet", + "s" + ], + [ + "Ġpr", + "isms" + ], + [ + "Ġprism", + "s" + ], + [ + "old", + "iers" + ], + [ + "e", + "gel" + ], + [ + "eg", + "el" + ], + [ + "ĠS", + "chell" + ], + [ + "ĠSc", + "hell" + ], + [ + "ĠSch", + "ell" + ], + [ + "ĠSche", + "ll" + ], + [ + "-s", + "avvy" + ], + [ + "Ġant", + "onyms" + ], + [ + "Ġtop", + "ological" + ], + [ + "Ġrest", + "room" + ], + [ + "Ġfore", + "seen" + ], + [ + "Ġforesee", + "n" + ], + [ + "i", + "kin" + ], + [ + "ik", + "in" + ], + [ + "iki", + "n" + ], + [ + "ĠSh", + "avu" + ], + [ + "Ġ", + "Phy" + ], + [ + "ĠP", + "hy" + ], + [ + "ĠPh", + "y" + ], + [ + "Ġr", + "ung" + ], + [ + "Ġrun", + "g" + ], + [ + "Ġru", + "ng" + ], + [ + "obal", + "amin" + ], + [ + "ot", + "tis" + ], + [ + "ott", + "is" + ], + [ + "otti", + "s" + ], + [ + "o", + "phones" + ], + [ + "oph", + "ones" + ], + [ + "ophone", + "s" + ], + [ + "ophon", + "es" + ], + [ + "ĠComp", + "osting" + ], + [ + "ĠCompost", + "ing" + ], + [ + "ĠC", + "overs" + ], + [ + "ĠCo", + "vers" + ], + [ + "ĠCover", + "s" + ], + [ + "ĠCov", + "ers" + ], + [ + "ĠCove", + "rs" + ], + [ + "Ġearth", + "worm" + ], + [ + "ĠAc", + "oustic" + ], + [ + "O", + "RN" + ], + [ + "OR", + "N" + ], + [ + "I", + "VERS" + ], + [ + "IV", + "ERS" + ], + [ + "IVE", + "RS" + ], + [ + "IVER", + "S" + ], + [ + "Ġcr", + "editor" + ], + [ + "Ġcred", + "itor" + ], + [ + "Ġcredit", + "or" + ], + [ + "ĠSw", + "im" + ], + [ + "ĠG", + "rail" + ], + [ + "ĠGra", + "il" + ], + [ + "ĠGr", + "ail" + ], + [ + "o", + "ey" + ], + [ + "oe", + "y" + ], + [ + "Ġabsor", + "bers" + ], + [ + "Ġabsorb", + "ers" + ], + [ + "Ġabsorber", + "s" + ], + [ + "Ġsch", + "izophren" + ], + [ + "ĠMod", + "ules" + ], + [ + "ĠModule", + "s" + ], + [ + "Ġexperim", + "enter" + ], + [ + "Ġexperiment", + "er" + ], + [ + "Ġhyper", + "bolic" + ], + [ + "CO", + "MM" + ], + [ + "COM", + "M" + ], + [ + "Ġfirm", + "ness" + ], + [ + "Ġargument", + "ation" + ], + [ + "Ġargu", + "mentation" + ], + [ + "ĠB", + "ooker" + ], + [ + "ĠBo", + "oker" + ], + [ + "ĠBook", + "er" + ], + [ + "ĠSum", + "atran" + ], + [ + "ĠSumatra", + "n" + ], + [ + "Ġprefer", + "entially" + ], + [ + "Ġpref", + "erentially" + ], + [ + "Ġpreferential", + "ly" + ], + [ + "Ġoptim", + "ised" + ], + [ + "Ġoptimise", + "d" + ], + [ + "Ġpr", + "ologue" + ], + [ + "Ġprol", + "ogue" + ], + [ + "Ġparas", + "ympathetic" + ], + [ + "-v", + "iral" + ], + [ + "Ġbees", + "wax" + ], + [ + "ĠL", + "ooks" + ], + [ + "ĠLo", + "oks" + ], + [ + "ĠLook", + "s" + ], + [ + "Ġmanifest", + "ing" + ], + [ + "Ġmanif", + "esting" + ], + [ + "ĠO", + "SI" + ], + [ + "ĠOS", + "I" + ], + [ + "Ac", + "upuncture" + ], + [ + "Ġlegit", + "imately" + ], + [ + "Ġlegitimate", + "ly" + ], + [ + "Ġlegitim", + "ately" + ], + [ + "Ġdis", + "infected" + ], + [ + "Ġdisin", + "fected" + ], + [ + "Ġdisinfect", + "ed" + ], + [ + "Ġ", + "×Ļ" + ], + [ + "Ġ×", + "Ļ" + ], + [ + "ĠGre", + "ndel" + ], + [ + "ĠGren", + "del" + ], + [ + "Ġpyram", + "idal" + ], + [ + "Ġpyramid", + "al" + ], + [ + "ĠVers", + "us" + ], + [ + "ĠBanglades", + "hi" + ], + [ + "ĠBangladesh", + "i" + ], + [ + "ĠMit", + "ochond" + ], + [ + "ĠNich", + "olson" + ], + [ + "ĠNichols", + "on" + ], + [ + "Ġunconscious", + "ness" + ], + [ + "Ġstrat", + "igraphic" + ], + [ + "Ġreflex", + "ive" + ], + [ + "Ġ", + "ELL" + ], + [ + "ĠE", + "LL" + ], + [ + "ĠEL", + "L" + ], + [ + "Est", + "imated" + ], + [ + "Ġcent", + "rality" + ], + [ + "Ġcentral", + "ity" + ], + [ + "Ġcentr", + "ality" + ], + [ + "Ġlam", + "ina" + ], + [ + "Ġlamin", + "a" + ], + [ + "ĠStreng", + "then" + ], + [ + "ĠStrength", + "en" + ], + [ + "ĠPol", + "aris" + ], + [ + "ĠPolar", + "is" + ], + [ + "DO", + "I" + ], + [ + "ĠV", + "enture" + ], + [ + "ĠVent", + "ure" + ], + [ + "Ġscaff", + "olds" + ], + [ + "Ġscaffold", + "s" + ], + [ + "Ġstip", + "ulates" + ], + [ + "d", + "rive" + ], + [ + "dr", + "ive" + ], + [ + "ĠMul", + "ch" + ], + [ + "Ġhippoc", + "ampal" + ], + [ + "Ġhum", + "iliated" + ], + [ + "Ġhumil", + "iated" + ], + [ + "Law", + "rence" + ], + [ + "Ġdem", + "ocrat" + ], + [ + "Ġdemocr", + "at" + ], + [ + "Ġdiss", + "enting" + ], + [ + "Ġdissent", + "ing" + ], + [ + "Ġl", + "umines" + ], + [ + "Ġlumin", + "es" + ], + [ + "Ġlum", + "ines" + ], + [ + "Ġdeduct", + "ed" + ], + [ + "Ġside", + "lines" + ], + [ + "Ġsid", + "elines" + ], + [ + "sil", + "ent" + ], + [ + "man", + "du" + ], + [ + "mand", + "u" + ], + [ + "ochrom", + "atic" + ], + [ + "Ġmalign", + "ancies" + ], + [ + "Ġanc", + "illary" + ], + [ + "ĠSV", + "G" + ], + [ + "ĠLar", + "sen" + ], + [ + "ĠLars", + "en" + ], + [ + "ĠAur", + "el" + ], + [ + "ĠAu", + "rel" + ], + [ + "ĠAure", + "l" + ], + [ + "Ġaerobic", + "s" + ], + [ + "Ġaerob", + "ics" + ], + [ + "ĠGarb", + "age" + ], + [ + "opoe", + "ia" + ], + [ + "roglyph", + "s" + ], + [ + "A", + "id" + ], + [ + "B", + "oy" + ], + [ + "Bo", + "y" + ], + [ + "B", + "ull" + ], + [ + "Bul", + "l" + ], + [ + "Bu", + "ll" + ], + [ + "B", + "AS" + ], + [ + "BA", + "S" + ], + [ + "C", + "ash" + ], + [ + "Ca", + "sh" + ], + [ + "Cas", + "h" + ], + [ + "C", + "ardi" + ], + [ + "Car", + "di" + ], + [ + "Card", + "i" + ], + [ + "T", + "odd" + ], + [ + "To", + "dd" + ], + [ + "s", + "olid" + ], + [ + "so", + "lid" + ], + [ + "Ä", + "Ļ" + ], + [ + "e", + "sa" + ], + [ + "es", + "a" + ], + [ + "a", + "nel" + ], + [ + "an", + "el" + ], + [ + "ane", + "l" + ], + [ + "st", + "uff" + ], + [ + "Ġfor", + "ages" + ], + [ + "Ġforage", + "s" + ], + [ + "i", + "gu" + ], + [ + "ig", + "u" + ], + [ + "ĠC", + "aleb" + ], + [ + "ĠCal", + "eb" + ], + [ + "ĠCa", + "leb" + ], + [ + "ĠM", + "ere" + ], + [ + "ĠMe", + "re" + ], + [ + "ĠMer", + "e" + ], + [ + "ĠM", + "HA" + ], + [ + "ĠMH", + "A" + ], + [ + "ĠB", + "ake" + ], + [ + "ĠBa", + "ke" + ], + [ + "ĠBak", + "e" + ], + [ + "qu", + "ake" + ], + [ + "qua", + "ke" + ], + [ + "ĠW", + "ound" + ], + [ + "ĠWo", + "und" + ], + [ + "ĠR", + "ost" + ], + [ + "ĠRo", + "st" + ], + [ + "ĠRos", + "t" + ], + [ + "ĠR", + "eds" + ], + [ + "ĠRe", + "ds" + ], + [ + "ĠRed", + "s" + ], + [ + "ĠR", + "olf" + ], + [ + "ĠRol", + "f" + ], + [ + "un", + "cle" + ], + [ + "unc", + "le" + ], + [ + "ĠL", + "ü" + ], + [ + "a", + "kt" + ], + [ + "ak", + "t" + ], + [ + "ĠU", + "y" + ], + [ + "ĠJ", + "ug" + ], + [ + "ĠJu", + "g" + ], + [ + "in", + "do" + ], + [ + "ind", + "o" + ], + [ + "Ġst", + "uds" + ], + [ + "Ġstud", + "s" + ], + [ + "Ġrec", + "reating" + ], + [ + "Ġrecre", + "ating" + ], + [ + "Ġtra", + "ppers" + ], + [ + "Ġtr", + "appers" + ], + [ + "Ġtrap", + "pers" + ], + [ + "Ġunder", + "age" + ], + [ + "o", + "bots" + ], + [ + "ob", + "ots" + ], + [ + "obot", + "s" + ], + [ + "obo", + "ts" + ], + [ + "Ġem", + "iss" + ], + [ + "Ġd", + "ecap" + ], + [ + "Ġde", + "cap" + ], + [ + "Ġdec", + "ap" + ], + [ + "Ġdec", + "ongest" + ], + [ + "Ġdecon", + "gest" + ], + [ + "r", + "ainment" + ], + [ + "rain", + "ment" + ], + [ + "-", + "bi" + ], + [ + "-b", + "i" + ], + [ + "Ġp", + "asser" + ], + [ + "Ġpass", + "er" + ], + [ + "Ġpas", + "ser" + ], + [ + "ĠPl", + "ata" + ], + [ + "ĠPlat", + "a" + ], + [ + "Ġno", + "nc" + ], + [ + "Ġnon", + "c" + ], + [ + "-", + "pit" + ], + [ + "-p", + "it" + ], + [ + "-d", + "irectional" + ], + [ + "-direct", + "ional" + ], + [ + "ĠQ", + "ian" + ], + [ + "ĠQi", + "an" + ], + [ + "St", + "aying" + ], + [ + "Stay", + "ing" + ], + [ + "Ġauthor", + "ing" + ], + [ + "ĠChrist", + "ensen" + ], + [ + "rib", + "uting" + ], + [ + "ribut", + "ing" + ], + [ + "-", + "tight" + ], + [ + "-t", + "ight" + ], + [ + "Ġ", + "zer" + ], + [ + "Ġz", + "er" + ], + [ + "Ġze", + "r" + ], + [ + "an", + "nes" + ], + [ + "ann", + "es" + ], + [ + "anne", + "s" + ], + [ + "ĠDr", + "illing" + ], + [ + "ĠDrill", + "ing" + ], + [ + "ening", + "itis" + ], + [ + "Ġmodern", + "ized" + ], + [ + "Ġmodernize", + "d" + ], + [ + "Ġsuff", + "ocation" + ], + [ + "ĠG", + "uer" + ], + [ + "ĠGu", + "er" + ], + [ + "pro", + "blems" + ], + [ + "problem", + "s" + ], + [ + "he", + "lion" + ], + [ + "hel", + "ion" + ], + [ + "uff", + "ering" + ], + [ + "uffer", + "ing" + ], + [ + "ĠMc", + "Gu" + ], + [ + "ĠMcG", + "u" + ], + [ + "aint", + "ained" + ], + [ + "ĠComp", + "ton" + ], + [ + "ĠCom", + "pton" + ], + [ + "ĠAng", + "ular" + ], + [ + "ĠA", + "von" + ], + [ + "ĠAv", + "on" + ], + [ + "ĠMark", + "up" + ], + [ + "Ġthin", + "ned" + ], + [ + "C", + "lar" + ], + [ + "Cl", + "ar" + ], + [ + "Cla", + "r" + ], + [ + "Ġfri", + "vol" + ], + [ + "Ġfr", + "ivol" + ], + [ + "ĠTer", + "restrial" + ], + [ + "ĠTerre", + "strial" + ], + [ + "Äģ", + "m" + ], + [ + "Ġlect", + "ured" + ], + [ + "Ġlecture", + "d" + ], + [ + "Ġpe", + "dd" + ], + [ + "Ġped", + "d" + ], + [ + "-", + "var" + ], + [ + "-v", + "ar" + ], + [ + "Se", + "cure" + ], + [ + "Sec", + "ure" + ], + [ + "ĠWed", + "ding" + ], + [ + "ĠPass", + "enger" + ], + [ + "Ġfan", + "atic" + ], + [ + "Trans", + "port" + ], + [ + "ĠNic", + "otine" + ], + [ + "ĠH", + "ighest" + ], + [ + "ĠHigh", + "est" + ], + [ + "ĠHig", + "hest" + ], + [ + "Ġdiscl", + "osing" + ], + [ + "au", + "cus" + ], + [ + "auc", + "us" + ], + [ + "Ġmail", + "box" + ], + [ + "Ġbio", + "feedback" + ], + [ + "Ġbiof", + "eedback" + ], + [ + "ĠCru", + "ise" + ], + [ + "ĠDeb", + "bie" + ], + [ + "c", + "alc" + ], + [ + "cal", + "c" + ], + [ + "-", + "infection" + ], + [ + "-in", + "fection" + ], + [ + "-inf", + "ection" + ], + [ + "Ġco", + "habit" + ], + [ + "Ġcoh", + "abit" + ], + [ + "Ġperm", + "eated" + ], + [ + "Ġperme", + "ated" + ], + [ + "Ġpermeate", + "d" + ], + [ + "Ġpartition", + "ed" + ], + [ + "ĠR", + "owe" + ], + [ + "ĠRo", + "we" + ], + [ + "ĠRow", + "e" + ], + [ + "-pl", + "atform" + ], + [ + "Ġcease", + "fire" + ], + [ + "Ġpi", + "cn" + ], + [ + "Ġpic", + "n" + ], + [ + "Ġsanit", + "izers" + ], + [ + "Ġsanitizer", + "s" + ], + [ + "Ġsanitize", + "rs" + ], + [ + "ĠUkrain", + "ians" + ], + [ + "ĠUkrainian", + "s" + ], + [ + "arg", + "ument" + ], + [ + "Mass", + "achusetts" + ], + [ + "Ġhemat", + "opoietic" + ], + [ + "ĠNeigh", + "bors" + ], + [ + "Ġitch", + "iness" + ], + [ + "Ġtravers", + "ing" + ], + [ + "ĠKnox", + "ville" + ], + [ + "Ġanem", + "one" + ], + [ + "Ġco", + "axial" + ], + [ + "Ġcoax", + "ial" + ], + [ + "-oxid", + "ants" + ], + [ + "-oxidant", + "s" + ], + [ + "ĠDollar", + "s" + ], + [ + "ĠDoll", + "ars" + ], + [ + "Ġapoc", + "alyptic" + ], + [ + "ĠLiber", + "ties" + ], + [ + "ĠLibert", + "ies" + ], + [ + "âĺ", + "ħ" + ], + [ + "Ġsmooth", + "ed" + ], + [ + "Ġsmo", + "othed" + ], + [ + "Ġsmoot", + "hed" + ], + [ + "Ġretic", + "ulum" + ], + [ + "Ġreticul", + "um" + ], + [ + "Ġcath", + "eters" + ], + [ + "Ġcatheter", + "s" + ], + [ + "Ġcathe", + "ters" + ], + [ + "Ġmartyr", + "ed" + ], + [ + "Ġmarty", + "red" + ], + [ + "-", + "represented" + ], + [ + "B", + "right" + ], + [ + "Br", + "ight" + ], + [ + "C", + "ub" + ], + [ + "Cu", + "b" + ], + [ + "N", + "U" + ], + [ + "O", + "ri" + ], + [ + "Or", + "i" + ], + [ + "P", + "U" + ], + [ + "R", + "ules" + ], + [ + "Rule", + "s" + ], + [ + "R", + "EM" + ], + [ + "RE", + "M" + ], + [ + "U", + "l" + ], + [ + "W", + "heat" + ], + [ + "Wh", + "eat" + ], + [ + "i", + "ocene" + ], + [ + "ioc", + "ene" + ], + [ + "k", + "owski" + ], + [ + "kow", + "ski" + ], + [ + "l", + "r" + ], + [ + "r", + "m" + ], + [ + "v", + "ich" + ], + [ + "vi", + "ch" + ], + [ + "vic", + "h" + ], + [ + "z", + "ia" + ], + [ + "zi", + "a" + ], + [ + "in", + "ium" + ], + [ + "ini", + "um" + ], + [ + "Ġp", + "ue" + ], + [ + "Ġpu", + "e" + ], + [ + "Ġp", + "aced" + ], + [ + "Ġpace", + "d" + ], + [ + "Ġpa", + "ced" + ], + [ + "Ġpac", + "ed" + ], + [ + "a", + "lamic" + ], + [ + "al", + "amic" + ], + [ + "ala", + "mic" + ], + [ + "alam", + "ic" + ], + [ + "i", + "ci" + ], + [ + "ic", + "i" + ], + [ + "ĠT", + "MD" + ], + [ + "ĠTM", + "D" + ], + [ + "ol", + "itan" + ], + [ + "oli", + "tan" + ], + [ + "e", + "tto" + ], + [ + "et", + "to" + ], + [ + "ett", + "o" + ], + [ + "o", + "tri" + ], + [ + "ot", + "ri" + ], + [ + "ĠA", + "ds" + ], + [ + "ĠAd", + "s" + ], + [ + "ĠS", + "all" + ], + [ + "ĠSal", + "l" + ], + [ + "ĠSa", + "ll" + ], + [ + "ĠM", + "ug" + ], + [ + "ĠMu", + "g" + ], + [ + "Ġ", + "Pb" + ], + [ + "ĠP", + "b" + ], + [ + "Ġr", + "iddles" + ], + [ + "Ġriddle", + "s" + ], + [ + "ĠD", + "ive" + ], + [ + "ĠDi", + "ve" + ], + [ + "ĠDiv", + "e" + ], + [ + "ĠE", + "re" + ], + [ + "ĠEr", + "e" + ], + [ + "ĠF", + "ungal" + ], + [ + "ĠFun", + "gal" + ], + [ + "ĠFung", + "al" + ], + [ + "ĠG", + "ira" + ], + [ + "ĠGir", + "a" + ], + [ + "ĠGi", + "ra" + ], + [ + "ost", + "ok" + ], + [ + "osto", + "k" + ], + [ + "g", + "horn" + ], + [ + "gh", + "orn" + ], + [ + "Ġus", + "ages" + ], + [ + "Ġusage", + "s" + ], + [ + "Ġusa", + "ges" + ], + [ + "il", + "ding" + ], + [ + "ild", + "ing" + ], + [ + "Ġout", + "growth" + ], + [ + "Ġoutgrow", + "th" + ], + [ + "Ġinf", + "lection" + ], + [ + "Ġinfl", + "ection" + ], + [ + "ĠC", + "hop" + ], + [ + "ĠCh", + "op" + ], + [ + "ĠCho", + "p" + ], + [ + "Ġcons", + "ented" + ], + [ + "Ġconsent", + "ed" + ], + [ + "Ġcons", + "olation" + ], + [ + "Ġprov", + "ocation" + ], + [ + "Ġco", + "ars" + ], + [ + "Ġinter", + "ming" + ], + [ + "Ġinterm", + "ing" + ], + [ + "Ġtyp", + "ology" + ], + [ + "aw", + "at" + ], + [ + "awa", + "t" + ], + [ + "Ġref", + "uted" + ], + [ + "Ġrefute", + "d" + ], + [ + "Ġdis", + "taste" + ], + [ + "Ġdist", + "aste" + ], + [ + "Ġst", + "ately" + ], + [ + "Ġstate", + "ly" + ], + [ + "-b", + "eta" + ], + [ + "-be", + "ta" + ], + [ + "com", + "ments" + ], + [ + "comm", + "ents" + ], + [ + "Ġfore", + "going" + ], + [ + "Ġcal", + "careous" + ], + [ + "ĠS", + "hang" + ], + [ + "ĠSh", + "ang" + ], + [ + "ĠShan", + "g" + ], + [ + "ĠSha", + "ng" + ], + [ + "s", + "ci" + ], + [ + "sc", + "i" + ], + [ + "-", + "print" + ], + [ + "-p", + "rint" + ], + [ + "-pr", + "int" + ], + [ + "-", + "dry" + ], + [ + "-d", + "ry" + ], + [ + "-dr", + "y" + ], + [ + "ĠSe", + "ine" + ], + [ + "-m", + "otion" + ], + [ + "-mot", + "ion" + ], + [ + "ĠOr", + "thodont" + ], + [ + "ĠOrth", + "odont" + ], + [ + "-", + "laws" + ], + [ + "-l", + "aws" + ], + [ + "-law", + "s" + ], + [ + "-la", + "ws" + ], + [ + "ĠWar", + "riors" + ], + [ + "ĠWarrior", + "s" + ], + [ + "Ġdo", + "cile" + ], + [ + "Ġdoc", + "ile" + ], + [ + "Ġwild", + "land" + ], + [ + "Ġast", + "ray" + ], + [ + "Ġcon", + "co" + ], + [ + "Ġconc", + "o" + ], + [ + "ri", + "ority" + ], + [ + "rior", + "ity" + ], + [ + "rio", + "rity" + ], + [ + "ĠWest", + "inghouse" + ], + [ + "ĠSw", + "ahili" + ], + [ + "ĠCong", + "olese" + ], + [ + "Ġinnov", + "ator" + ], + [ + "Ġprice", + "y" + ], + [ + "Ġpric", + "ey" + ], + [ + "Ġeffic", + "acious" + ], + [ + "Ġch", + "ancel" + ], + [ + "Ġchance", + "l" + ], + [ + "Ġutil", + "itarianism" + ], + [ + "Ġutilitarian", + "ism" + ], + [ + "E", + "CE" + ], + [ + "EC", + "E" + ], + [ + "Ġcomplic", + "ates" + ], + [ + "Ġcompl", + "icates" + ], + [ + "Ġcomplicate", + "s" + ], + [ + "ĠBay", + "ou" + ], + [ + "ĠBa", + "you" + ], + [ + "Ġs", + "enseless" + ], + [ + "Ġsens", + "eless" + ], + [ + "Ġsense", + "less" + ], + [ + "Ġsen", + "seless" + ], + [ + "In", + "door" + ], + [ + "Ind", + "oor" + ], + [ + "ĠExp", + "ected" + ], + [ + "ĠExpect", + "ed" + ], + [ + "I", + "RIS" + ], + [ + "IR", + "IS" + ], + [ + "O", + "CR" + ], + [ + "OC", + "R" + ], + [ + "ĠIns", + "ulation" + ], + [ + "Ġherb", + "ivore" + ], + [ + "Ġsteam", + "boat" + ], + [ + "ĠLiter", + "ally" + ], + [ + "ĠLit", + "erally" + ], + [ + "Ġtrick", + "ier" + ], + [ + "Ġhence", + "forth" + ], + [ + "se", + "mbling" + ], + [ + "semb", + "ling" + ], + [ + "sem", + "bling" + ], + [ + "I", + "FT" + ], + [ + "IF", + "T" + ], + [ + "Ġcalm", + "ness" + ], + [ + "Ġwake", + "fulness" + ], + [ + "Ġl", + "ooping" + ], + [ + "Ġlo", + "oping" + ], + [ + "Ġloop", + "ing" + ], + [ + "Rep", + "eat" + ], + [ + "Ġprotest", + "ors" + ], + [ + "Ġintra", + "ocular" + ], + [ + "Ġcontrad", + "icted" + ], + [ + "Ġcontradict", + "ed" + ], + [ + "ĠPay", + "Pal" + ], + [ + "eous", + "ness" + ], + [ + "Ġpolymer", + "ization" + ], + [ + "Dis", + "advantages" + ], + [ + "ĠWy", + "att" + ], + [ + "н", + "Ñĭ" + ], + [ + "In", + "fection" + ], + [ + "Inf", + "ection" + ], + [ + "I", + "BO" + ], + [ + "IB", + "O" + ], + [ + "Ġboth", + "ering" + ], + [ + "Ġbot", + "hering" + ], + [ + "Ġbother", + "ing" + ], + [ + "Ġclergy", + "man" + ], + [ + "Ġthermost", + "ats" + ], + [ + "Ġthermostat", + "s" + ], + [ + "ĠSultan", + "ate" + ], + [ + "Ġconjug", + "ated" + ], + [ + "Ġconjugate", + "d" + ], + [ + "Oper", + "ating" + ], + [ + "Op", + "erating" + ], + [ + "Ġslim", + "y" + ], + [ + "Ġorphan", + "age" + ], + [ + "ĠVes", + "uvius" + ], + [ + "ca", + "more" + ], + [ + "cam", + "ore" + ], + [ + "ĠF", + "older" + ], + [ + "ĠFol", + "der" + ], + [ + "ĠFold", + "er" + ], + [ + "Ġhypert", + "rophy" + ], + [ + "Ġgu", + "sts" + ], + [ + "Ġgust", + "s" + ], + [ + "Ġtrigon", + "ometric" + ], + [ + "oph", + "eles" + ], + [ + "ophe", + "les" + ], + [ + "ĠMulti", + "ply" + ], + [ + "ĠMultip", + "ly" + ], + [ + "ĠSHO", + "ULD" + ], + [ + "Ġrattlesn", + "ake" + ], + [ + "ĠNass", + "au" + ], + [ + "Ġhypergly", + "cemia" + ], + [ + "ĠCatech", + "ism" + ], + [ + "ĠSaturday", + "s" + ], + [ + "ĠSatur", + "days" + ], + [ + ".", + "o" + ], + [ + "C", + "reation" + ], + [ + "Creat", + "ion" + ], + [ + "F", + "ifth" + ], + [ + "T", + "ask" + ], + [ + "Ta", + "sk" + ], + [ + "T", + "ai" + ], + [ + "Ta", + "i" + ], + [ + "s", + "alt" + ], + [ + "sa", + "lt" + ], + [ + "sal", + "t" + ], + [ + "t", + "ance" + ], + [ + "ta", + "nce" + ], + [ + "tan", + "ce" + ], + [ + "w", + "id" + ], + [ + "wi", + "d" + ], + [ + "×", + "§" + ], + [ + "i", + "tem" + ], + [ + "it", + "em" + ], + [ + "ite", + "m" + ], + [ + "Ġp", + "aternity" + ], + [ + "Ġpa", + "ternity" + ], + [ + "v", + "ection" + ], + [ + "ve", + "ction" + ], + [ + "vec", + "tion" + ], + [ + "i", + "mg" + ], + [ + "im", + "g" + ], + [ + "ĠS", + "ulfur" + ], + [ + "ĠSul", + "fur" + ], + [ + "am", + "ara" + ], + [ + "ama", + "ra" + ], + [ + "amar", + "a" + ], + [ + "Ġare", + "ata" + ], + [ + "Ġarea", + "ta" + ], + [ + "a", + "dir" + ], + [ + "ad", + "ir" + ], + [ + "adi", + "r" + ], + [ + "ĠM", + "af" + ], + [ + "ĠMa", + "f" + ], + [ + "op", + "oulos" + ], + [ + "âĢĻ", + "Neill" + ], + [ + "ĠP", + "ell" + ], + [ + "ĠPe", + "ll" + ], + [ + "ĠPel", + "l" + ], + [ + "Ġex", + "ud" + ], + [ + "res", + "ults" + ], + [ + "result", + "s" + ], + [ + "ĠH", + "icks" + ], + [ + "ĠHi", + "cks" + ], + [ + "ĠHick", + "s" + ], + [ + "ĠH", + "uns" + ], + [ + "ĠHun", + "s" + ], + [ + "ĠHu", + "ns" + ], + [ + "ĠD", + "rones" + ], + [ + "ĠDr", + "ones" + ], + [ + "ĠDro", + "nes" + ], + [ + "ĠDrone", + "s" + ], + [ + "Ġsh", + "aky" + ], + [ + "ĠG", + "PR" + ], + [ + "ĠGP", + "R" + ], + [ + "ĠG", + "hent" + ], + [ + "ĠGh", + "ent" + ], + [ + "ĠL", + "ips" + ], + [ + "ĠLi", + "ps" + ], + [ + "ĠLip", + "s" + ], + [ + "Ġk", + "ms" + ], + [ + "Ġkm", + "s" + ], + [ + "a", + "chus" + ], + [ + "ac", + "hus" + ], + [ + "ach", + "us" + ], + [ + "Ġper", + "ox" + ], + [ + "Ġpe", + "rox" + ], + [ + "Ġtra", + "gically" + ], + [ + "Ġtragic", + "ally" + ], + [ + "ĠCh", + "akra" + ], + [ + "ĠChak", + "ra" + ], + [ + "ĠY", + "er" + ], + [ + "ĠYe", + "r" + ], + [ + "it", + "alin" + ], + [ + "ital", + "in" + ], + [ + "ita", + "lin" + ], + [ + "-", + "days" + ], + [ + "-d", + "ays" + ], + [ + "-day", + "s" + ], + [ + "Ġ", + "QA" + ], + [ + "ĠQ", + "A" + ], + [ + "ĠT", + "eut" + ], + [ + "ĠTe", + "ut" + ], + [ + "-", + "moon" + ], + [ + "-m", + "oon" + ], + [ + "ĠO", + "rang" + ], + [ + "ĠOr", + "ang" + ], + [ + "Ġhouse", + "keeping" + ], + [ + "Ġpolic", + "emen" + ], + [ + "Ġpolice", + "men" + ], + [ + "Ġsun", + "spots" + ], + [ + "Ġsuns", + "pots" + ], + [ + "Ġsunspot", + "s" + ], + [ + "ĠAm", + "bed" + ], + [ + "ĠAmb", + "ed" + ], + [ + "ĠS", + "uk" + ], + [ + "ĠSu", + "k" + ], + [ + "Ġest", + "imations" + ], + [ + "Ġestim", + "ations" + ], + [ + "Ġestimation", + "s" + ], + [ + "ĠAc", + "re" + ], + [ + "Ġcapac", + "itive" + ], + [ + "ham", + "mer" + ], + [ + "bre", + "aker" + ], + [ + "break", + "er" + ], + [ + "ĠSan", + "hedrin" + ], + [ + "ĠDec", + "imal" + ], + [ + "um", + "nav" + ], + [ + "umn", + "av" + ], + [ + "Ġvictim", + "ized" + ], + [ + "Ġarm", + "istice" + ], + [ + "Ġp", + "unching" + ], + [ + "Ġpun", + "ching" + ], + [ + "Ġpunch", + "ing" + ], + [ + "Ġ", + "vented" + ], + [ + "Ġv", + "ented" + ], + [ + "Ġvent", + "ed" + ], + [ + "Ġven", + "ted" + ], + [ + "in", + "nah" + ], + [ + "inn", + "ah" + ], + [ + "Ġbl", + "eeds" + ], + [ + "Ġble", + "eds" + ], + [ + "Ġbleed", + "s" + ], + [ + "Ġneuro", + "toxic" + ], + [ + "Ġneur", + "otoxic" + ], + [ + "Ġneuroto", + "xic" + ], + [ + "Ġoverl", + "apped" + ], + [ + "Ġoverlap", + "ped" + ], + [ + "ĠDig", + "estion" + ], + [ + "ĠDigest", + "ion" + ], + [ + "ĠEqu", + "inox" + ], + [ + "Ġorbit", + "als" + ], + [ + "Ġorb", + "itals" + ], + [ + "Ġorbital", + "s" + ], + [ + "Ġd", + "immer" + ], + [ + "Ġdim", + "mer" + ], + [ + "ĠLim", + "itations" + ], + [ + "ĠLimit", + "ations" + ], + [ + "u", + "ishers" + ], + [ + "uis", + "hers" + ], + [ + "ĠBa", + "al" + ], + [ + "ĠHan", + "uman" + ], + [ + "ĠLind", + "sey" + ], + [ + "Ġsho", + "vels" + ], + [ + "Ġshovel", + "s" + ], + [ + "Ġl", + "uckily" + ], + [ + "Ġluck", + "ily" + ], + [ + "Ġbore", + "hole" + ], + [ + ".", + "Join" + ], + [ + ".J", + "oin" + ], + [ + "Ġpad", + "ded" + ], + [ + "Ġpadd", + "ed" + ], + [ + "Ġenvelop", + "ed" + ], + [ + "Ġenvelope", + "d" + ], + [ + "Min", + "nesota" + ], + [ + "-bre", + "asted" + ], + [ + "Ġleisure", + "ly" + ], + [ + "ĠIll", + "egal" + ], + [ + "ĠIl", + "legal" + ], + [ + "ORT", + "ANT" + ], + [ + "prov", + "ides" + ], + [ + "provide", + "s" + ], + [ + "Ġexting", + "uishers" + ], + [ + "Ġextingu", + "ishers" + ], + [ + "Ġextinguish", + "ers" + ], + [ + "Ġextinguisher", + "s" + ], + [ + "ĠEnh", + "ancing" + ], + [ + "ĠStre", + "ams" + ], + [ + "ĠStream", + "s" + ], + [ + "ĠTrou", + "bles" + ], + [ + "ĠTrouble", + "s" + ], + [ + "Ġze", + "axanthin" + ], + [ + "Ġguardians", + "hip" + ], + [ + "Ġguardian", + "ship" + ], + [ + "ĠStim", + "ulation" + ], + [ + "Ġantif", + "reeze" + ], + [ + "ĠContain", + "ers" + ], + [ + "ĠContainer", + "s" + ], + [ + "onucle", + "ic" + ], + [ + "Nutrition", + "al" + ], + [ + "ĠWit", + "nesses" + ], + [ + "ĠWitness", + "es" + ], + [ + "ĠFrag", + "ile" + ], + [ + "ĠArsen", + "ic" + ], + [ + "ĠArs", + "enic" + ], + [ + "ĠInher", + "itance" + ], + [ + "(", + "k" + ], + [ + "-", + "veget" + ], + [ + "-ve", + "get" + ], + [ + "E", + "tymology" + ], + [ + "I", + "reland" + ], + [ + "Ir", + "eland" + ], + [ + "R", + "oss" + ], + [ + "Ro", + "ss" + ], + [ + "Ros", + "s" + ], + [ + "d", + "ial" + ], + [ + "di", + "al" + ], + [ + "dia", + "l" + ], + [ + "g", + "ars" + ], + [ + "gar", + "s" + ], + [ + "ga", + "rs" + ], + [ + "i", + "ard" + ], + [ + "ia", + "rd" + ], + [ + "iar", + "d" + ], + [ + "Ġt", + "ae" + ], + [ + "Ġta", + "e" + ], + [ + "en", + "v" + ], + [ + "a", + "saw" + ], + [ + "as", + "aw" + ], + [ + "asa", + "w" + ], + [ + "Ġ", + "natal" + ], + [ + "Ġn", + "atal" + ], + [ + "Ġna", + "tal" + ], + [ + "Ġnat", + "al" + ], + [ + "i", + "dor" + ], + [ + "id", + "or" + ], + [ + "ido", + "r" + ], + [ + "ĠS", + "á" + ], + [ + "ĠC", + "ous" + ], + [ + "ĠCo", + "us" + ], + [ + "ĠCou", + "s" + ], + [ + "Ġas", + "phy" + ], + [ + "Ġasp", + "hy" + ], + [ + "ĠM", + "ick" + ], + [ + "ĠMic", + "k" + ], + [ + "ĠMi", + "ck" + ], + [ + "Ġex", + "ogenous" + ], + [ + "ĠB", + "ik" + ], + [ + "ĠBi", + "k" + ], + [ + "ĠB", + "alfour" + ], + [ + "ĠBal", + "four" + ], + [ + "Ġch", + "urn" + ], + [ + "Ġch", + "aper" + ], + [ + "Ġchap", + "er" + ], + [ + "Ġcha", + "per" + ], + [ + "or", + "tical" + ], + [ + "ort", + "ical" + ], + [ + "ortic", + "al" + ], + [ + "ĠR", + "ape" + ], + [ + "ĠRa", + "pe" + ], + [ + "ĠRap", + "e" + ], + [ + "ĠR", + "AP" + ], + [ + "ĠRA", + "P" + ], + [ + "ĠN", + "FS" + ], + [ + "ĠNF", + "S" + ], + [ + "ĠL", + "om" + ], + [ + "ĠLo", + "m" + ], + [ + "Ġsc", + "int" + ], + [ + "Ġsci", + "nt" + ], + [ + "Ġcomm", + "ended" + ], + [ + "Ġcommend", + "ed" + ], + [ + "e", + "grass" + ], + [ + "eg", + "rass" + ], + [ + "Ġb", + "oo" + ], + [ + "Ġbo", + "o" + ], + [ + "Ġbre", + "vity" + ], + [ + "Ġbest", + "ow" + ], + [ + "Ġbes", + "tow" + ], + [ + "Ġfar", + "away" + ], + [ + "Ġrad", + "iography" + ], + [ + "Ġradi", + "ography" + ], + [ + "Ġs", + "ensual" + ], + [ + "Ġsens", + "ual" + ], + [ + "Ġmicro", + "finance" + ], + [ + "m", + "aid" + ], + [ + "ma", + "id" + ], + [ + "ĠComp", + "romise" + ], + [ + "Ġexc", + "ruciating" + ], + [ + "Ġaccept", + "ability" + ], + [ + "wh", + "atever" + ], + [ + "what", + "ever" + ], + [ + "ĠHer", + "acles" + ], + [ + "ĠHera", + "cles" + ], + [ + "ĠChar", + "itable" + ], + [ + "Ġhyp", + "ere" + ], + [ + "Ġhyper", + "e" + ], + [ + "Ġhype", + "re" + ], + [ + "Ġwave", + "forms" + ], + [ + "Ġwaveform", + "s" + ], + [ + "Ġax", + "illary" + ], + [ + "Ġsubs", + "erv" + ], + [ + "Ġstreet", + "car" + ], + [ + "Ġsp", + "inner" + ], + [ + "Ġspin", + "ner" + ], + [ + "ĠL", + "inus" + ], + [ + "ĠLin", + "us" + ], + [ + "ĠLi", + "nus" + ], + [ + "ĠHawai", + "ians" + ], + [ + "ĠHawaii", + "ans" + ], + [ + "ĠHawaiian", + "s" + ], + [ + "Ġmur", + "mur" + ], + [ + "Ġmurm", + "ur" + ], + [ + "Ġal", + "ignments" + ], + [ + "Ġalign", + "ments" + ], + [ + "Ġalignment", + "s" + ], + [ + "Ġfluor", + "ine" + ], + [ + "ĠBal", + "let" + ], + [ + "ĠBall", + "et" + ], + [ + "Ġdeterior", + "ates" + ], + [ + "Ġdeteriorate", + "s" + ], + [ + "Ġwa", + "xes" + ], + [ + "Ġwax", + "es" + ], + [ + "Ġperipher", + "als" + ], + [ + "Ġperipheral", + "s" + ], + [ + "ĠT", + "yre" + ], + [ + "ĠTy", + "re" + ], + [ + "ĠTyr", + "e" + ], + [ + "Ġimplant", + "able" + ], + [ + "Ġamph", + "ithe" + ], + [ + "Ġse", + "amen" + ], + [ + "Ġsea", + "men" + ], + [ + "Ġseam", + "en" + ], + [ + "erk", + "raut" + ], + [ + "ĠR", + "abin" + ], + [ + "ĠRa", + "bin" + ], + [ + "ĠRab", + "in" + ], + [ + "Ġps", + "alms" + ], + [ + "Ġpsalm", + "s" + ], + [ + "ĠHapp", + "en" + ], + [ + "ĠChamp", + "agne" + ], + [ + "Ġm", + "ocked" + ], + [ + "Ġmo", + "cked" + ], + [ + "Ġmock", + "ed" + ], + [ + "ĠF", + "ibre" + ], + [ + "ĠFib", + "re" + ], + [ + "ĠFi", + "bre" + ], + [ + "ĠCor", + "tes" + ], + [ + "ĠCort", + "es" + ], + [ + "Ġfulfil", + "ment" + ], + [ + "Import", + "antly" + ], + [ + "Important", + "ly" + ], + [ + "ãĢĤ", + "Ċ" + ], + [ + "Ġla", + "mented" + ], + [ + "Ġlam", + "ented" + ], + [ + "Ġlament", + "ed" + ], + [ + "Ġbo", + "roughs" + ], + [ + "Ġbor", + "oughs" + ], + [ + "Ġborough", + "s" + ], + [ + "ĠMET", + "HO" + ], + [ + "Ġdefe", + "cation" + ], + [ + "Ġdefec", + "ation" + ], + [ + "ĠSac", + "hs" + ], + [ + "ĠSa", + "chs" + ], + [ + "ĠSach", + "s" + ], + [ + "Ġincess", + "ant" + ], + [ + "Ġmicrotub", + "ules" + ], + [ + "Ġinsat", + "iable" + ], + [ + "\"", + "By" + ], + [ + "B", + "ois" + ], + [ + "Bo", + "is" + ], + [ + "C", + "affeine" + ], + [ + "D", + "uke" + ], + [ + "Du", + "ke" + ], + [ + "K", + "evin" + ], + [ + "Ke", + "vin" + ], + [ + "N", + "IC" + ], + [ + "NI", + "C" + ], + [ + "R", + "ail" + ], + [ + "Ra", + "il" + ], + [ + "f", + "aced" + ], + [ + "face", + "d" + ], + [ + "fa", + "ced" + ], + [ + "fac", + "ed" + ], + [ + "j", + "al" + ], + [ + "ja", + "l" + ], + [ + "l", + "ayer" + ], + [ + "la", + "yer" + ], + [ + "lay", + "er" + ], + [ + "o", + "za" + ], + [ + "oz", + "a" + ], + [ + "Ġ", + "arab" + ], + [ + "Ġa", + "rab" + ], + [ + "Ġar", + "ab" + ], + [ + "Ġara", + "b" + ], + [ + "r", + "eck" + ], + [ + "re", + "ck" + ], + [ + "rec", + "k" + ], + [ + "en", + "able" + ], + [ + "ena", + "ble" + ], + [ + "Ġb", + "akers" + ], + [ + "Ġba", + "kers" + ], + [ + "Ġbake", + "rs" + ], + [ + "Ġbaker", + "s" + ], + [ + "Ġbak", + "ers" + ], + [ + "Ġb", + "ona" + ], + [ + "Ġbo", + "na" + ], + [ + "Ġbon", + "a" + ], + [ + "ĠS", + "marter" + ], + [ + "ĠSm", + "arter" + ], + [ + "ĠSmart", + "er" + ], + [ + "am", + "pling" + ], + [ + "amp", + "ling" + ], + [ + "ad", + "hi" + ], + [ + "adh", + "i" + ], + [ + "ĠM", + "oodle" + ], + [ + "ĠMood", + "le" + ], + [ + "ĠP", + "ropri" + ], + [ + "ĠProp", + "ri" + ], + [ + "est", + "ries" + ], + [ + "um", + "ina" + ], + [ + "umin", + "a" + ], + [ + "umi", + "na" + ], + [ + "os", + "itis" + ], + [ + "osit", + "is" + ], + [ + "osi", + "tis" + ], + [ + "ud", + "ging" + ], + [ + "and", + "ert" + ], + [ + "ander", + "t" + ], + [ + "ande", + "rt" + ], + [ + "ĠR", + "ue" + ], + [ + "ĠRu", + "e" + ], + [ + "Ġsh", + "immer" + ], + [ + "ĠJ", + "aguar" + ], + [ + "Ġcl", + "ashed" + ], + [ + "Ġclash", + "ed" + ], + [ + "Ġclas", + "hed" + ], + [ + "ĠC", + "hor" + ], + [ + "ĠCh", + "or" + ], + [ + "ĠCho", + "r" + ], + [ + "Ġ", + "rained" + ], + [ + "Ġr", + "ained" + ], + [ + "Ġra", + "ined" + ], + [ + "Ġrain", + "ed" + ], + [ + "in", + "ta" + ], + [ + "int", + "a" + ], + [ + "ĠV", + "or" + ], + [ + "ĠVo", + "r" + ], + [ + "Ġp", + "oo" + ], + [ + "Ġpo", + "o" + ], + [ + "Ġsupp", + "le" + ], + [ + "Ġsup", + "ple" + ], + [ + "Ġsuppl", + "e" + ], + [ + "Ġsoc", + "iable" + ], + [ + "ĠP", + "rost" + ], + [ + "ĠPro", + "st" + ], + [ + "ĠPr", + "ost" + ], + [ + "ĠPros", + "t" + ], + [ + "Ġbo", + "omer" + ], + [ + "Ġboom", + "er" + ], + [ + "Ġboo", + "mer" + ], + [ + "Ġday", + "dream" + ], + [ + "ul", + "len" + ], + [ + "ull", + "en" + ], + [ + "Ġeng", + "ross" + ], + [ + "Ġsl", + "ammed" + ], + [ + "Ġslam", + "med" + ], + [ + "or", + "thodox" + ], + [ + "orth", + "odox" + ], + [ + "Ġpost", + "natal" + ], + [ + "Ġenc", + "roaching" + ], + [ + "Ġencroach", + "ing" + ], + [ + "Ġdam", + "ned" + ], + [ + "Ġdamn", + "ed" + ], + [ + "Ġc", + "rates" + ], + [ + "Ġcr", + "ates" + ], + [ + "Ġcra", + "tes" + ], + [ + "Ġcrate", + "s" + ], + [ + "ap", + "plication" + ], + [ + "app", + "lication" + ], + [ + "applic", + "ation" + ], + [ + "Ġ", + "..Ċ" + ], + [ + "Ġ.", + ".Ċ" + ], + [ + "Ġ..", + "Ċ" + ], + [ + "str", + "ateg" + ], + [ + "strate", + "g" + ], + [ + "stra", + "teg" + ], + [ + "A", + "lan" + ], + [ + "Al", + "an" + ], + [ + "Ġcat", + "alysis" + ], + [ + "Ġcatal", + "ysis" + ], + [ + "Ġcataly", + "sis" + ], + [ + "Ġwalk", + "way" + ], + [ + "Ġcentral", + "ised" + ], + [ + "Ġstr", + "ikers" + ], + [ + "Ġstri", + "kers" + ], + [ + "Ġstrike", + "rs" + ], + [ + "ĠMon", + "mouth" + ], + [ + "Ġro", + "bin" + ], + [ + "Ġrob", + "in" + ], + [ + "ĠBar", + "bar" + ], + [ + "ĠBarb", + "ar" + ], + [ + "Ġdetect", + "ives" + ], + [ + "Ġdetective", + "s" + ], + [ + "ĠHel", + "ens" + ], + [ + "ĠHelen", + "s" + ], + [ + "-", + "nuclear" + ], + [ + "-n", + "uclear" + ], + [ + "ĠSub", + "sc" + ], + [ + "ĠSubs", + "c" + ], + [ + "ĠÃ", + "·" + ], + [ + "H", + "OL" + ], + [ + "HO", + "L" + ], + [ + "r", + "emia" + ], + [ + "re", + "mia" + ], + [ + "rem", + "ia" + ], + [ + "ĠCa", + "ption" + ], + [ + "ĠCap", + "tion" + ], + [ + "ĠCapt", + "ion" + ], + [ + "rox", + "en" + ], + [ + "ĠDar", + "fur" + ], + [ + "â", + "t" + ], + [ + "bec", + "ame" + ], + [ + "ĠLatin", + "a" + ], + [ + "ĠLat", + "ina" + ], + [ + "ĠGr", + "egg" + ], + [ + "ĠGre", + "gg" + ], + [ + "ĠGreg", + "g" + ], + [ + "ĠB", + "ells" + ], + [ + "ĠBel", + "ls" + ], + [ + "ĠBell", + "s" + ], + [ + "ste", + "ady" + ], + [ + "stead", + "y" + ], + [ + "Ġlith", + "osphere" + ], + [ + "ĠH", + "opper" + ], + [ + "ĠHop", + "per" + ], + [ + "ĠHo", + "pper" + ], + [ + "r", + "ocket" + ], + [ + "roc", + "ket" + ], + [ + "rock", + "et" + ], + [ + "Ġcyt", + "otoxic" + ], + [ + "Ġink", + "jet" + ], + [ + "ĠO", + "mn" + ], + [ + "ĠOm", + "n" + ], + [ + "Ġaug", + "mentation" + ], + [ + "Ġaugment", + "ation" + ], + [ + "ĠMun", + "ro" + ], + [ + "ĠPhoen", + "icians" + ], + [ + "ĠPhoenician", + "s" + ], + [ + "Ġincon", + "ceivable" + ], + [ + "Ġsumm", + "ative" + ], + [ + "ĠLE", + "ARN" + ], + [ + "ĠLEA", + "RN" + ], + [ + "Ġc", + "anton" + ], + [ + "Ġcan", + "ton" + ], + [ + "Ġca", + "nton" + ], + [ + "Ġcant", + "on" + ], + [ + "Ġzo", + "omed" + ], + [ + "Ġzoom", + "ed" + ], + [ + "Ġzoo", + "med" + ], + [ + "ĠD", + "yson" + ], + [ + "ĠDys", + "on" + ], + [ + "ĠDy", + "son" + ], + [ + "ĠVul", + "can" + ], + [ + "Lim", + "ited" + ], + [ + "Limit", + "ed" + ], + [ + "Ġsalv", + "aged" + ], + [ + "Ġsalvage", + "d" + ], + [ + "House", + "hold" + ], + [ + "ata", + "set" + ], + [ + "atas", + "et" + ], + [ + "ét", + "é" + ], + [ + "ĠClim", + "bing" + ], + [ + "ĠKab", + "bal" + ], + [ + "Ġju", + "rors" + ], + [ + "Ġjur", + "ors" + ], + [ + "Ġmaterial", + "ly" + ], + [ + "Ġmate", + "rially" + ], + [ + "Ġmater", + "ially" + ], + [ + "ĠMurd", + "och" + ], + [ + "ĠTiber", + "ius" + ], + [ + "ĠAgreement", + "s" + ], + [ + "ĠAgree", + "ments" + ], + [ + "Lect", + "ure" + ], + [ + "ĠTrium", + "ph" + ], + [ + "clamation", + "s" + ], + [ + "clam", + "ations" + ], + [ + "Ġidyll", + "ic" + ], + [ + "Ġhorr", + "endous" + ], + [ + "Ġhorrend", + "ous" + ], + [ + "-", + "." + ], + [ + "D", + "istance" + ], + [ + "Dis", + "tance" + ], + [ + "Di", + "stance" + ], + [ + "Dist", + "ance" + ], + [ + "W", + "el" + ], + [ + "We", + "l" + ], + [ + "d", + "ell" + ], + [ + "de", + "ll" + ], + [ + "del", + "l" + ], + [ + "m", + "issions" + ], + [ + "mission", + "s" + ], + [ + "v", + "v" + ], + [ + "|", + "Time" + ], + [ + "|T", + "ime" + ], + [ + "e", + "ses" + ], + [ + "es", + "es" + ], + [ + "ese", + "s" + ], + [ + "Ġp", + "itting" + ], + [ + "Ġpi", + "tting" + ], + [ + "Ġpit", + "ting" + ], + [ + "l", + "ean" + ], + [ + "le", + "an" + ], + [ + "a", + "sil" + ], + [ + "as", + "il" + ], + [ + "asi", + "l" + ], + [ + "Ġ", + "hires" + ], + [ + "Ġh", + "ires" + ], + [ + "Ġhire", + "s" + ], + [ + "Ġhi", + "res" + ], + [ + "ĠS", + "iles" + ], + [ + "ĠSil", + "es" + ], + [ + "ĠSi", + "les" + ], + [ + "ĠI", + "a" + ], + [ + "ĠI", + "onic" + ], + [ + "ĠIon", + "ic" + ], + [ + "ĠIo", + "nic" + ], + [ + "ĠC", + "ep" + ], + [ + "ĠCe", + "p" + ], + [ + "ĠC", + "ram" + ], + [ + "ĠCr", + "am" + ], + [ + "ĠCra", + "m" + ], + [ + "ĠC", + "RA" + ], + [ + "ĠCR", + "A" + ], + [ + "ĠC", + "ô" + ], + [ + "am", + "ura" + ], + [ + "amu", + "ra" + ], + [ + "ĠM", + "ow" + ], + [ + "ĠMo", + "w" + ], + [ + "op", + "ened" + ], + [ + "ope", + "ned" + ], + [ + "open", + "ed" + ], + [ + "Ġhe", + "ifers" + ], + [ + "ĠP", + "une" + ], + [ + "ĠPu", + "ne" + ], + [ + "ĠPun", + "e" + ], + [ + "ĠP", + "IC" + ], + [ + "ĠPI", + "C" + ], + [ + "ĠB", + "axter" + ], + [ + "ĠF", + "aces" + ], + [ + "ĠFace", + "s" + ], + [ + "ĠFac", + "es" + ], + [ + "ĠFa", + "ces" + ], + [ + "ĠF", + "uels" + ], + [ + "ĠFu", + "els" + ], + [ + "ĠFuel", + "s" + ], + [ + "ĠFue", + "ls" + ], + [ + "Ġs", + "had" + ], + [ + "Ġsh", + "ad" + ], + [ + "ĠN", + "ing" + ], + [ + "ĠNi", + "ng" + ], + [ + "ĠNin", + "g" + ], + [ + "ĠN", + "CT" + ], + [ + "ĠNC", + "T" + ], + [ + "ĠN", + "asal" + ], + [ + "ĠNa", + "sal" + ], + [ + "ĠNas", + "al" + ], + [ + "ĠNasa", + "l" + ], + [ + "ĠG", + "ail" + ], + [ + "ĠGa", + "il" + ], + [ + "ĠL", + "oving" + ], + [ + "ĠLo", + "ving" + ], + [ + "ĠLov", + "ing" + ], + [ + "per", + "formance" + ], + [ + "Ġ", + "kb" + ], + [ + "Ġk", + "b" + ], + [ + "Ġdo", + "able" + ], + [ + "ĠK", + "op" + ], + [ + "ĠKo", + "p" + ], + [ + "ĠV", + "oters" + ], + [ + "ĠVo", + "ters" + ], + [ + "ĠVote", + "rs" + ], + [ + "Ġam", + "ylase" + ], + [ + "ark", + "hand" + ], + [ + "r", + "opathy" + ], + [ + "ro", + "pathy" + ], + [ + "rop", + "athy" + ], + [ + "Ġsub", + "class" + ], + [ + "Ġsubc", + "lass" + ], + [ + "Ġpro", + "cessions" + ], + [ + "Ġprocess", + "ions" + ], + [ + "Ġproc", + "essions" + ], + [ + "Ġprocession", + "s" + ], + [ + "Ġdef", + "lected" + ], + [ + "Ġdeflect", + "ed" + ], + [ + "Ġend", + "ocarditis" + ], + [ + "i", + "xes" + ], + [ + "ix", + "es" + ], + [ + "-", + "squ" + ], + [ + "-s", + "qu" + ], + [ + "Ġide", + "ation" + ], + [ + "Ġidea", + "tion" + ], + [ + "Ġimm", + "orality" + ], + [ + "Ġimmoral", + "ity" + ], + [ + "ĠRe", + "ggio" + ], + [ + "ĠReg", + "gio" + ], + [ + "Ġde", + "lusion" + ], + [ + "Ġdel", + "usion" + ], + [ + "-", + "den" + ], + [ + "-d", + "en" + ], + [ + "-de", + "n" + ], + [ + "Ġte", + "aming" + ], + [ + "Ġteam", + "ing" + ], + [ + "Ġtea", + "ming" + ], + [ + "Ġcr", + "umble" + ], + [ + "Ġcru", + "mble" + ], + [ + "Ġcrumb", + "le" + ], + [ + "Ġcrum", + "ble" + ], + [ + "-", + "town" + ], + [ + "-t", + "own" + ], + [ + "-to", + "wn" + ], + [ + "ĠCal", + "der" + ], + [ + "ĠCald", + "er" + ], + [ + "u", + "lets" + ], + [ + "ul", + "ets" + ], + [ + "ule", + "ts" + ], + [ + "ulet", + "s" + ], + [ + "C", + "hart" + ], + [ + "Ch", + "art" + ], + [ + "Char", + "t" + ], + [ + "Ġclean", + "est" + ], + [ + "ĠM", + "ara" + ], + [ + "ĠMar", + "a" + ], + [ + "ĠMa", + "ra" + ], + [ + "ĠP", + "rat" + ], + [ + "ĠPr", + "at" + ], + [ + "ĠPra", + "t" + ], + [ + "Ġdeb", + "uted" + ], + [ + "Ġdebut", + "ed" + ], + [ + "Ġstep", + "pes" + ], + [ + "Ġste", + "ppes" + ], + [ + "Ġsteppe", + "s" + ], + [ + "Ġdeep", + "ens" + ], + [ + "Ġdeepen", + "s" + ], + [ + "Ġhyd", + "rates" + ], + [ + "Ġhydrate", + "s" + ], + [ + "b", + "original" + ], + [ + "bor", + "iginal" + ], + [ + "ON", + "OM" + ], + [ + "Ġund", + "igested" + ], + [ + "oe", + "ing" + ], + [ + "ĠD", + "eck" + ], + [ + "ĠDe", + "ck" + ], + [ + "ĠDec", + "k" + ], + [ + "-", + "Me" + ], + [ + "-M", + "e" + ], + [ + "Ġresist", + "ive" + ], + [ + "A", + "PE" + ], + [ + "AP", + "E" + ], + [ + "ĠMac", + "K" + ], + [ + "n", + "elly" + ], + [ + "nel", + "ly" + ], + [ + "nell", + "y" + ], + [ + "ĠNav", + "igator" + ], + [ + "ĠCy", + "stic" + ], + [ + "Ġ", + "APP" + ], + [ + "ĠA", + "PP" + ], + [ + "ĠAP", + "P" + ], + [ + "ĠMel", + "ch" + ], + [ + "ĠLo", + "ans" + ], + [ + "ĠLoan", + "s" + ], + [ + "Com", + "plications" + ], + [ + "ĠOl", + "ivia" + ], + [ + "ĠOliv", + "ia" + ], + [ + "Ġstere", + "otyped" + ], + [ + "Ġstereotype", + "d" + ], + [ + "flu", + "or" + ], + [ + "о", + "ÑĢ" + ], + [ + "è", + "ge" + ], + [ + "ĠJacob", + "son" + ], + [ + "ĠJacobs", + "on" + ], + [ + "ĠTibet", + "ans" + ], + [ + "ĠTibetan", + "s" + ], + [ + "ni", + "ocentesis" + ], + [ + "ĠHyper", + "activity" + ], + [ + "ĠFest", + "ivals" + ], + [ + "ĠFestival", + "s" + ], + [ + "Ġsur", + "facing" + ], + [ + "Ġsurf", + "acing" + ], + [ + "ĠTR", + "UE" + ], + [ + "Ġvest", + "ib" + ], + [ + "Ġculmin", + "ates" + ], + [ + "Ġculminate", + "s" + ], + [ + "ĠCour", + "ier" + ], + [ + "ĠCou", + "rier" + ], + [ + "ĠC", + "oupled" + ], + [ + "ĠCou", + "pled" + ], + [ + "def", + "ault" + ], + [ + "Car", + "eer" + ], + [ + "Care", + "er" + ], + [ + "Ox", + "ygen" + ], + [ + "ĠMans", + "field" + ], + [ + "Ġpharaoh", + "s" + ], + [ + "Ġbi", + "ometrics" + ], + [ + "Ġbiom", + "etrics" + ], + [ + "Ġbiometric", + "s" + ], + [ + "ĠEncyclop", + "aedia" + ], + [ + "ĠRap", + "port" + ], + [ + "ĠRapp", + "ort" + ], + [ + "ĠKimber", + "ley" + ], + [ + "Ġetym", + "ologies" + ], + [ + "Diagn", + "osing" + ], + [ + "Ġcomorbid", + "ities" + ], + [ + "Ġneonicot", + "inoids" + ], + [ + "Ġoccip", + "ital" + ], + [ + "ĠAmbed", + "kar" + ], + [ + "-", + "hat" + ], + [ + "-h", + "at" + ], + [ + "-", + "owners" + ], + [ + "-owner", + "s" + ], + [ + "A", + "ges" + ], + [ + "Ag", + "es" + ], + [ + "Age", + "s" + ], + [ + "M", + "ent" + ], + [ + "Me", + "nt" + ], + [ + "Men", + "t" + ], + [ + "O", + "t" + ], + [ + "S", + "ri" + ], + [ + "T", + "ut" + ], + [ + "Tu", + "t" + ], + [ + "T", + "ap" + ], + [ + "Ta", + "p" + ], + [ + "b", + "ability" + ], + [ + "r", + "ality" + ], + [ + "ral", + "ity" + ], + [ + "w", + "ares" + ], + [ + "ware", + "s" + ], + [ + "war", + "es" + ], + [ + "wa", + "res" + ], + [ + "é", + "Ģ" + ], + [ + "Ġt", + "umbling" + ], + [ + "Ġtum", + "bling" + ], + [ + "Ġtu", + "mbling" + ], + [ + "he", + "rapy" + ], + [ + "hera", + "py" + ], + [ + "Ġc", + "ate" + ], + [ + "Ġca", + "te" + ], + [ + "Ġcat", + "e" + ], + [ + "ic", + "ator" + ], + [ + "ica", + "tor" + ], + [ + "ĠC", + "igarette" + ], + [ + "ĠT", + "hee" + ], + [ + "ĠThe", + "e" + ], + [ + "ĠTh", + "ee" + ], + [ + "ĠM", + "IL" + ], + [ + "ĠMI", + "L" + ], + [ + "o", + "phor" + ], + [ + "op", + "hor" + ], + [ + "oph", + "or" + ], + [ + "Ġ", + "PAP" + ], + [ + "ĠP", + "AP" + ], + [ + "ĠPA", + "P" + ], + [ + "ĠP", + "ATH" + ], + [ + "ĠPA", + "TH" + ], + [ + "ĠPAT", + "H" + ], + [ + "ĠB", + "olt" + ], + [ + "ĠBo", + "lt" + ], + [ + "ĠBol", + "t" + ], + [ + "Ġv", + "ib" + ], + [ + "Ġvi", + "b" + ], + [ + "an", + "das" + ], + [ + "and", + "as" + ], + [ + "anda", + "s" + ], + [ + "ĠD", + "ess" + ], + [ + "ĠDe", + "ss" + ], + [ + "ĠDes", + "s" + ], + [ + "ĠR", + "iders" + ], + [ + "ĠRid", + "ers" + ], + [ + "ĠRi", + "ders" + ], + [ + "ĠRide", + "rs" + ], + [ + "ĠN", + "k" + ], + [ + "ĠN", + "are" + ], + [ + "ĠNa", + "re" + ], + [ + "ĠNar", + "e" + ], + [ + "ĠN", + "TP" + ], + [ + "ĠNT", + "P" + ], + [ + "ĠN", + "ationally" + ], + [ + "ĠNational", + "ly" + ], + [ + "ĠNation", + "ally" + ], + [ + "ag", + "ree" + ], + [ + "ĠO", + "ED" + ], + [ + "Ġim", + "parts" + ], + [ + "Ġimp", + "arts" + ], + [ + "Ġimpart", + "s" + ], + [ + "Ġun", + "cles" + ], + [ + "Ġunc", + "les" + ], + [ + "Ġuncle", + "s" + ], + [ + "Ġuncl", + "es" + ], + [ + "Ġun", + "helpful" + ], + [ + "ĠSt", + "ores" + ], + [ + "ĠStore", + "s" + ], + [ + "ĠSto", + "res" + ], + [ + "ĠStor", + "es" + ], + [ + "Ġre", + "prim" + ], + [ + "Ġrep", + "rim" + ], + [ + ")", + ".\"Ċ" + ], + [ + ").", + "\"Ċ" + ], + [ + ").\"", + "Ċ" + ], + [ + "Ġen", + "trap" + ], + [ + "Ġent", + "rap" + ], + [ + "Ġch", + "eering" + ], + [ + "Ġche", + "ering" + ], + [ + "Ġcheer", + "ing" + ], + [ + "ĠI", + "ndra" + ], + [ + "ĠInd", + "ra" + ], + [ + "ĠS", + "cal" + ], + [ + "ĠSc", + "al" + ], + [ + "Ġser", + "rated" + ], + [ + "Ġim", + "mobile" + ], + [ + "Ġimm", + "obile" + ], + [ + "Ġimmobil", + "e" + ], + [ + "ĠAd", + "irond" + ], + [ + "m", + "ana" + ], + [ + "man", + "a" + ], + [ + "ma", + "na" + ], + [ + "ĠR", + "even" + ], + [ + "ĠRe", + "ven" + ], + [ + "ĠRev", + "en" + ], + [ + "ĠReve", + "n" + ], + [ + "ĠEx", + "clusion" + ], + [ + "ĠExc", + "lusion" + ], + [ + "ĠEn", + "viron" + ], + [ + "ĠEnv", + "iron" + ], + [ + "ont", + "aneous" + ], + [ + "l", + "etting" + ], + [ + "le", + "tting" + ], + [ + "let", + "ting" + ], + [ + "lett", + "ing" + ], + [ + "f", + "actor" + ], + [ + "fact", + "or" + ], + [ + "fa", + "ctor" + ], + [ + "fac", + "tor" + ], + [ + "rel", + "igion" + ], + [ + "as", + "ked" + ], + [ + "ask", + "ed" + ], + [ + "ĠC", + "alm" + ], + [ + "ĠCal", + "m" + ], + [ + "ĠCa", + "lm" + ], + [ + "ĠIm", + "mers" + ], + [ + "ĠImm", + "ers" + ], + [ + "You", + "Tube" + ], + [ + "ĠMar", + "low" + ], + [ + "ĠMarl", + "ow" + ], + [ + "Ġsuper", + "powers" + ], + [ + "Ġsuperpower", + "s" + ], + [ + "Ġbar", + "ometer" + ], + [ + "Ġba", + "rometer" + ], + [ + "mb", + "uds" + ], + [ + "ĠEduc", + "ating" + ], + [ + "oly", + "mer" + ], + [ + "Ġweb", + "pages" + ], + [ + "Ġwebpage", + "s" + ], + [ + "ĠTrans", + "ylvania" + ], + [ + "ĠTran", + "sylvania" + ], + [ + "ĠOver", + "weight" + ], + [ + "ĠWork", + "force" + ], + [ + "bl", + "ogs" + ], + [ + "blog", + "s" + ], + [ + "blo", + "gs" + ], + [ + "Ġroll", + "out" + ], + [ + "C", + "CS" + ], + [ + "CC", + "S" + ], + [ + "Ġmort", + "ars" + ], + [ + "Ġmortar", + "s" + ], + [ + "ĠSer", + "ra" + ], + [ + "d", + "esigned" + ], + [ + "des", + "igned" + ], + [ + "design", + "ed" + ], + [ + "ĠDis", + "course" + ], + [ + "ĠDisc", + "ourse" + ], + [ + "ine", + "teen" + ], + [ + "inet", + "een" + ], + [ + "Ġplate", + "aus" + ], + [ + "Ġplateau", + "s" + ], + [ + "Cont", + "ents" + ], + [ + "Content", + "s" + ], + [ + "ĠV", + "isa" + ], + [ + "ĠVis", + "a" + ], + [ + "ĠVi", + "sa" + ], + [ + "Ġbreath", + "lessness" + ], + [ + "col", + "umn" + ], + [ + "Ġneur", + "ogenesis" + ], + [ + "Ġneu", + "rogenesis" + ], + [ + "ĠPe", + "tit" + ], + [ + "ĠPet", + "it" + ], + [ + "-ex", + "amination" + ], + [ + "-exam", + "ination" + ], + [ + "Co", + "astal" + ], + [ + "Ġdiver", + "ge" + ], + [ + "Ġduct", + "ile" + ], + [ + "н", + "о" + ], + [ + "agu", + "erre" + ], + [ + "Ġstrat", + "ospheric" + ], + [ + "Ġpist", + "ach" + ], + [ + "St", + "even" + ], + [ + "Ste", + "ven" + ], + [ + "Steve", + "n" + ], + [ + "Ġtransm", + "issible" + ], + [ + "Ġech", + "oing" + ], + [ + "Ġecho", + "ing" + ], + [ + "Ġconquer", + "ors" + ], + [ + "Ġconqueror", + "s" + ], + [ + "Ġwith", + "ered" + ], + [ + "Ġwit", + "hered" + ], + [ + "Ġwither", + "ed" + ], + [ + "Ġtam", + "per" + ], + [ + "Ġtamp", + "er" + ], + [ + "ĠNR", + "CS" + ], + [ + "ĠNRC", + "S" + ], + [ + "ĠOg", + "den" + ], + [ + "ĠPreschool", + "ers" + ], + [ + "ĠWonder", + "land" + ], + [ + "Ġfer", + "vor" + ], + [ + "Ġferv", + "or" + ], + [ + "Vacc", + "ines" + ], + [ + "Ġbou", + "quet" + ], + [ + "Ġinduct", + "ed" + ], + [ + "-", + "understand" + ], + [ + "-under", + "stand" + ], + [ + "ĠHeide", + "gger" + ], + [ + ")", + "The" + ], + [ + "-", + "He" + ], + [ + "-H", + "e" + ], + [ + ".", + ":Ċ" + ], + [ + ".:", + "Ċ" + ], + [ + ".", + "He" + ], + [ + ".H", + "e" + ], + [ + "C", + "ER" + ], + [ + "CE", + "R" + ], + [ + "C", + "AN" + ], + [ + "CA", + "N" + ], + [ + "F", + "ertil" + ], + [ + "L", + "en" + ], + [ + "Le", + "n" + ], + [ + "N", + "itrogen" + ], + [ + "Nit", + "rogen" + ], + [ + "P", + "or" + ], + [ + "Po", + "r" + ], + [ + "P", + "erman" + ], + [ + "Per", + "man" + ], + [ + "Perm", + "an" + ], + [ + "W", + "ER" + ], + [ + "WE", + "R" + ], + [ + "f", + "ra" + ], + [ + "fr", + "a" + ], + [ + "Ġs", + "acked" + ], + [ + "Ġsa", + "cked" + ], + [ + "Ġsac", + "ked" + ], + [ + "Ġsack", + "ed" + ], + [ + "Ġf", + "ables" + ], + [ + "Ġfa", + "bles" + ], + [ + "Ġfable", + "s" + ], + [ + "id", + "iol" + ], + [ + "idi", + "ol" + ], + [ + "idio", + "l" + ], + [ + "u", + "rm" + ], + [ + "ur", + "m" + ], + [ + "ĠC", + "z" + ], + [ + "a", + "mac" + ], + [ + "am", + "ac" + ], + [ + "ama", + "c" + ], + [ + "Ġwh", + "ipping" + ], + [ + "Ġwhip", + "ping" + ], + [ + "âĢĻ", + "?Ċ" + ], + [ + "âĢĻ?", + "Ċ" + ], + [ + "ĠP", + "he" + ], + [ + "ĠPh", + "e" + ], + [ + "ĠP", + "owered" + ], + [ + "ĠPower", + "ed" + ], + [ + "ĠPo", + "wered" + ], + [ + "ĠPow", + "ered" + ], + [ + "ĠP", + "erennial" + ], + [ + "ĠPer", + "ennial" + ], + [ + "ĠB", + "ly" + ], + [ + "ĠBl", + "y" + ], + [ + "ĠB", + "EFORE" + ], + [ + "e", + "mus" + ], + [ + "em", + "us" + ], + [ + "ĠR", + "ISC" + ], + [ + "ĠRI", + "SC" + ], + [ + "ĠRIS", + "C" + ], + [ + "ĠN", + "UM" + ], + [ + "Ġpl", + "umb" + ], + [ + "Ġplum", + "b" + ], + [ + "act", + "ment" + ], + [ + "ell", + "osis" + ], + [ + "ello", + "sis" + ], + [ + "Ġ", + "OO" + ], + [ + "ĠO", + "O" + ], + [ + "ord", + "ination" + ], + [ + "ĠSt", + "rom" + ], + [ + "ĠStr", + "om" + ], + [ + "ĠStro", + "m" + ], + [ + "i", + "ele" + ], + [ + "ie", + "le" + ], + [ + "iel", + "e" + ], + [ + "ĠK", + "art" + ], + [ + "ĠKar", + "t" + ], + [ + "ĠKa", + "rt" + ], + [ + "l", + "ectomy" + ], + [ + "le", + "ctomy" + ], + [ + "lect", + "omy" + ], + [ + "Ġinter", + "ventional" + ], + [ + "Ġintervention", + "al" + ], + [ + "Ġinter", + "leukin" + ], + [ + "Ġmed", + "all" + ], + [ + "Ġmedal", + "l" + ], + [ + "Ġdown", + "p" + ], + [ + "o", + "ho" + ], + [ + "oh", + "o" + ], + [ + "ĠNew", + "er" + ], + [ + "ĠNe", + "wer" + ], + [ + "-", + "bred" + ], + [ + "-b", + "red" + ], + [ + "-bre", + "d" + ], + [ + "âĢľ", + "An" + ], + [ + "âĢľA", + "n" + ], + [ + "-", + "san" + ], + [ + "-s", + "an" + ], + [ + "in", + "cible" + ], + [ + "inc", + "ible" + ], + [ + "Ġs", + "lid" + ], + [ + "Ġsl", + "id" + ], + [ + "Ġpar", + "ake" + ], + [ + "Ġpa", + "rake" + ], + [ + "Ġpara", + "ke" + ], + [ + "Ġbi", + "olumines" + ], + [ + "Ġvol", + "at" + ], + [ + "Ġvo", + "lat" + ], + [ + "Ġrad", + "iations" + ], + [ + "Ġradiation", + "s" + ], + [ + "Ġradi", + "ations" + ], + [ + "Ġens", + "ue" + ], + [ + "am", + "inate" + ], + [ + "amin", + "ate" + ], + [ + "Ġabs", + "ences" + ], + [ + "Ġabsence", + "s" + ], + [ + "ĠAss", + "umption" + ], + [ + "Ġclean", + "ly" + ], + [ + "Ġt", + "arant" + ], + [ + "Ġtar", + "ant" + ], + [ + "Ġta", + "rant" + ], + [ + "u", + "ckles" + ], + [ + "uck", + "les" + ], + [ + "uckle", + "s" + ], + [ + "a", + "ira" + ], + [ + "air", + "a" + ], + [ + "ai", + "ra" + ], + [ + "ĠGu", + "iana" + ], + [ + "ĠSu", + "kk" + ], + [ + "ĠSuk", + "k" + ], + [ + "uc", + "lein" + ], + [ + "ucle", + "in" + ], + [ + "Ġdark", + "ening" + ], + [ + "Ġdarken", + "ing" + ], + [ + "Ġult", + "ras" + ], + [ + "Ġultra", + "s" + ], + [ + "ĠAn", + "tip" + ], + [ + "ĠAnt", + "ip" + ], + [ + "ĠAnti", + "p" + ], + [ + "Ġmis", + "demean" + ], + [ + "Ġ", + "NAME" + ], + [ + "ĠN", + "AME" + ], + [ + "ĠNA", + "ME" + ], + [ + "ode", + "sk" + ], + [ + "odes", + "k" + ], + [ + "Ġwid", + "gets" + ], + [ + "Ġwidget", + "s" + ], + [ + "char", + "ger" + ], + [ + "charge", + "r" + ], + [ + "Ġforeign", + "er" + ], + [ + "Ġdyn", + "astic" + ], + [ + "ĠM", + "agh" + ], + [ + "ĠMa", + "gh" + ], + [ + "ĠMag", + "h" + ], + [ + "Ġwear", + "ables" + ], + [ + "Ġwearable", + "s" + ], + [ + "Ġcart", + "ographic" + ], + [ + "ĠS", + "cotts" + ], + [ + "ĠScot", + "ts" + ], + [ + "ĠScott", + "s" + ], + [ + "ĠWord", + "Net" + ], + [ + "Comp", + "any" + ], + [ + "Ġun", + "worthy" + ], + [ + "Ġunw", + "orthy" + ], + [ + "Ġhosp", + "ice" + ], + [ + "ĠP", + "etra" + ], + [ + "ĠPe", + "tra" + ], + [ + "ĠPet", + "ra" + ], + [ + "ĠPetr", + "a" + ], + [ + "Ġmir", + "roring" + ], + [ + "Ġmirror", + "ing" + ], + [ + "oli", + "ath" + ], + [ + "olia", + "th" + ], + [ + "Ġol", + "iv" + ], + [ + "Ġo", + "missions" + ], + [ + "Ġom", + "issions" + ], + [ + "Ġomission", + "s" + ], + [ + "I", + "FI" + ], + [ + "IF", + "I" + ], + [ + ".p", + "ng" + ], + [ + "ĠMind", + "set" + ], + [ + "ĠMinds", + "et" + ], + [ + "Ġ", + "ש" + ], + [ + "Ġ×", + "©" + ], + [ + "Ġmi", + "RNAs" + ], + [ + "ĠmiR", + "NAs" + ], + [ + "ĠHay", + "dn" + ], + [ + "Ġovert", + "ly" + ], + [ + "ĠDraw", + "ings" + ], + [ + "ĠDra", + "wings" + ], + [ + "ĠDrawing", + "s" + ], + [ + "Ġmilit", + "arily" + ], + [ + "Ġmilitar", + "ily" + ], + [ + "-", + "alpha" + ], + [ + "-al", + "pha" + ], + [ + "ĠStock", + "ton" + ], + [ + "Ġimped", + "iments" + ], + [ + "Ġimpediment", + "s" + ], + [ + "Ġfright", + "en" + ], + [ + "Ġtwe", + "aking" + ], + [ + "Ġtweak", + "ing" + ], + [ + "Ġtoothp", + "astes" + ], + [ + "Ġtoothpaste", + "s" + ], + [ + "ĠPale", + "ontology" + ], + [ + "pop", + "ulations" + ], + [ + "population", + "s" + ], + [ + "ĠVent", + "ilation" + ], + [ + "Ġretard", + "ant" + ], + [ + "Ġenv", + "irons" + ], + [ + "Ġswamp", + "y" + ], + [ + "Ġswam", + "py" + ], + [ + "Ġsarc", + "asm" + ], + [ + "verte", + "brate" + ], + [ + "ĠUnc", + "ertainty" + ], + [ + "Ġreds", + "hift" + ], + [ + "Iss", + "ues" + ], + [ + "Issue", + "s" + ], + [ + "Ġsaus", + "ages" + ], + [ + "Ġsausage", + "s" + ], + [ + "Ġf", + "ussy" + ], + [ + "Ġfuss", + "y" + ], + [ + "Ġfus", + "sy" + ], + [ + "ĠSt", + "retch" + ], + [ + "ĠStr", + "etch" + ], + [ + "ĠStret", + "ch" + ], + [ + "Ġunderpin", + "ned" + ], + [ + "ĠNatal", + "ie" + ], + [ + "ĠTutor", + "ials" + ], + [ + "ĠTutorial", + "s" + ], + [ + "P", + "regnant" + ], + [ + "Pregn", + "ant" + ], + [ + "ĠBe", + "neath" + ], + [ + "ĠBene", + "ath" + ], + [ + "ĠAnnot", + "ated" + ], + [ + "Ġunal", + "tered" + ], + [ + "A", + "ck" + ], + [ + "Ac", + "k" + ], + [ + "B", + "oys" + ], + [ + "Bo", + "ys" + ], + [ + "Boy", + "s" + ], + [ + "C", + "ry" + ], + [ + "Cr", + "y" + ], + [ + "E", + "pid" + ], + [ + "Ep", + "id" + ], + [ + "L", + "aura" + ], + [ + "La", + "ura" + ], + [ + "Y", + "Y" + ], + [ + "b", + "uster" + ], + [ + "bus", + "ter" + ], + [ + "bu", + "ster" + ], + [ + "k", + "its" + ], + [ + "ki", + "ts" + ], + [ + "kit", + "s" + ], + [ + "l", + "ung" + ], + [ + "lu", + "ng" + ], + [ + "n", + "iest" + ], + [ + "ni", + "est" + ], + [ + "nie", + "st" + ], + [ + "w", + "agon" + ], + [ + "wa", + "gon" + ], + [ + "Ġw", + "oo" + ], + [ + "Ġwo", + "o" + ], + [ + "ent", + "ine" + ], + [ + "entin", + "e" + ], + [ + "Ġn", + "ihil" + ], + [ + "o", + "tas" + ], + [ + "ot", + "as" + ], + [ + "ota", + "s" + ], + [ + "ot", + "ally" + ], + [ + "otal", + "ly" + ], + [ + "ĠA", + "ero" + ], + [ + "ĠAer", + "o" + ], + [ + "ĠAe", + "ro" + ], + [ + "ĠP", + "oth" + ], + [ + "ĠPo", + "th" + ], + [ + "ĠPot", + "h" + ], + [ + "Ġ", + "BH" + ], + [ + "ĠB", + "H" + ], + [ + "qu", + "akes" + ], + [ + "qua", + "kes" + ], + [ + "quake", + "s" + ], + [ + "ĠW", + "FP" + ], + [ + "oc", + "rit" + ], + [ + "ocr", + "it" + ], + [ + "o", + "ches" + ], + [ + "oc", + "hes" + ], + [ + "och", + "es" + ], + [ + "oche", + "s" + ], + [ + "ĠF", + "ossils" + ], + [ + "ĠFossil", + "s" + ], + [ + "ĠG", + "ant" + ], + [ + "ĠGa", + "nt" + ], + [ + "ĠGan", + "t" + ], + [ + "ĠL", + "ik" + ], + [ + "ĠLi", + "k" + ], + [ + "Ġj", + "ub" + ], + [ + "Ġju", + "b" + ], + [ + "a", + "vit" + ], + [ + "av", + "it" + ], + [ + "avi", + "t" + ], + [ + "Ġ", + "\"." + ], + [ + "Ġ\"", + "." + ], + [ + "o", + "blast" + ], + [ + "ob", + "last" + ], + [ + "obl", + "ast" + ], + [ + "o", + "vy" + ], + [ + "ov", + "y" + ], + [ + "Ġsur", + "passes" + ], + [ + "Ġsurpass", + "es" + ], + [ + "Ġsub", + "cont" + ], + [ + "Ġsubc", + "ont" + ], + [ + "con", + "nection" + ], + [ + "connect", + "ion" + ], + [ + "Ġmon", + "omers" + ], + [ + "Ġmono", + "mers" + ], + [ + "ĠAr", + "gy" + ], + [ + "ĠArg", + "y" + ], + [ + "Ġret", + "arded" + ], + [ + "Ġretard", + "ed" + ], + [ + "Ġcap", + "stone" + ], + [ + "ĠDe", + "acon" + ], + [ + "Ġunt", + "imely" + ], + [ + "-", + "correct" + ], + [ + "-c", + "orrect" + ], + [ + "-cor", + "rect" + ], + [ + "Ġcond", + "ensing" + ], + [ + "Ġcondens", + "ing" + ], + [ + "Ġdel", + "ving" + ], + [ + "Ġheart", + "breaking" + ], + [ + "-t", + "uning" + ], + [ + "Ġsub", + "jecting" + ], + [ + "Ġsubject", + "ing" + ], + [ + "l", + "ighting" + ], + [ + "light", + "ing" + ], + [ + "en", + "nett" + ], + [ + "enn", + "ett" + ], + [ + "enne", + "tt" + ], + [ + "Ġge", + "od" + ], + [ + "Ġgeo", + "d" + ], + [ + "y", + "lem" + ], + [ + "yle", + "m" + ], + [ + "yl", + "em" + ], + [ + "ĠX", + "HTML" + ], + [ + "Ġast", + "rolog" + ], + [ + "Ġx", + "anth" + ], + [ + "al", + "di" + ], + [ + "ald", + "i" + ], + [ + "ĠOb", + "tain" + ], + [ + "ĠVol", + "ga" + ], + [ + "Ġtoler", + "ates" + ], + [ + "Ġtolerate", + "s" + ], + [ + "-", + "Pal" + ], + [ + "-P", + "al" + ], + [ + "ĠGood", + "win" + ], + [ + "Ġimper", + "meable" + ], + [ + "ĠPsych", + "otherapy" + ], + [ + "igare", + "ttes" + ], + [ + "igar", + "ettes" + ], + [ + "igarette", + "s" + ], + [ + "-", + "respect" + ], + [ + "-res", + "pect" + ], + [ + "ĠSign", + "ificantly" + ], + [ + "ĠSignificant", + "ly" + ], + [ + "im", + "mons" + ], + [ + "imm", + "ons" + ], + [ + "immon", + "s" + ], + [ + "ĠSar", + "gent" + ], + [ + "EO", + "PLE" + ], + [ + "AB", + "OUT" + ], + [ + "ĠKey", + "board" + ], + [ + "ĠH", + "orus" + ], + [ + "ĠHor", + "us" + ], + [ + "ĠHo", + "rus" + ], + [ + "ĠMur", + "der" + ], + [ + "ĠMurd", + "er" + ], + [ + "Trans", + "ition" + ], + [ + "ĠPeriod", + "s" + ], + [ + "orb", + "ital" + ], + [ + "Ġchap", + "lain" + ], + [ + "Ġcha", + "plain" + ], + [ + "ĠCol", + "lected" + ], + [ + "ĠColl", + "ected" + ], + [ + "ĠCollect", + "ed" + ], + [ + "Ġt", + "olls" + ], + [ + "Ġtoll", + "s" + ], + [ + "F", + "lore" + ], + [ + "Fl", + "ore" + ], + [ + "Flor", + "e" + ], + [ + "Ġket", + "chup" + ], + [ + "ĠB", + "ede" + ], + [ + "ĠBe", + "de" + ], + [ + "ĠBed", + "e" + ], + [ + "Ġevapor", + "ating" + ], + [ + "Ġevap", + "orating" + ], + [ + "Ġsuperf", + "icially" + ], + [ + "Ġsuperficial", + "ly" + ], + [ + "Ġf", + "oggy" + ], + [ + "Ġfog", + "gy" + ], + [ + "Q", + "UE" + ], + [ + "QU", + "E" + ], + [ + "Ġsea", + "board" + ], + [ + "Ġseab", + "oard" + ], + [ + "ĠInvent", + "or" + ], + [ + "ĠKra", + "mer" + ], + [ + "ĠKr", + "amer" + ], + [ + "Ġomn", + "ivorous" + ], + [ + "ĠT", + "ruly" + ], + [ + "ĠTr", + "uly" + ], + [ + "ĠTru", + "ly" + ], + [ + "-", + "doctoral" + ], + [ + "-do", + "ctoral" + ], + [ + "Ġwrink", + "led" + ], + [ + "Ġwrinkle", + "d" + ], + [ + "Ġphotovolta", + "ics" + ], + [ + "Ġphotovoltaic", + "s" + ], + [ + "á¸", + "į" + ], + [ + "Ġcaf", + "es" + ], + [ + "Ġcafe", + "s" + ], + [ + "ĠCar", + "men" + ], + [ + "ĠCarm", + "en" + ], + [ + "Ġoutweigh", + "s" + ], + [ + "ĠAn", + "alyses" + ], + [ + "ĠAnaly", + "ses" + ], + [ + "ĠAnal", + "yses" + ], + [ + "max", + "imum" + ], + [ + "Ġintro", + "spection" + ], + [ + "ĠG", + "REAT" + ], + [ + "ĠGRE", + "AT" + ], + [ + "Ġauction", + "s" + ], + [ + "Ġau", + "ctions" + ], + [ + "ough", + "ed" + ], + [ + "oug", + "hed" + ], + [ + "Ġpessim", + "ism" + ], + [ + "Ġarche", + "type" + ], + [ + "Ġarchet", + "ype" + ], + [ + "Ġneuropsych", + "ological" + ], + [ + "ĠPsych", + "e" + ], + [ + "ĠPsy", + "che" + ], + [ + "Ġunsett", + "led" + ], + [ + "Ġunse", + "ttled" + ], + [ + "ĠFres", + "no" + ], + [ + "ĠYes", + "hua" + ], + [ + "ĠYesh", + "ua" + ], + [ + "Ġarbor", + "eal" + ], + [ + "Ġarbore", + "al" + ], + [ + "Ġarb", + "oreal" + ], + [ + "-", + "major" + ], + [ + "-ma", + "jor" + ], + [ + "ĠNCL", + "B" + ], + [ + "Ġunpro", + "ven" + ], + [ + "Ġbellig", + "erent" + ], + [ + "ĠRoan", + "oke" + ], + [ + "amem", + "non" + ], + [ + ",", + "B" + ], + [ + "-", + "And" + ], + [ + "-A", + "nd" + ], + [ + "-An", + "d" + ], + [ + "-", + "security" + ], + [ + "-", + "ethnic" + ], + [ + ".", + "?Ċ" + ], + [ + ".?", + "Ċ" + ], + [ + "L", + "ets" + ], + [ + "Let", + "s" + ], + [ + "Le", + "ts" + ], + [ + "M", + "u" + ], + [ + "P", + "aint" + ], + [ + "Pa", + "int" + ], + [ + "Pain", + "t" + ], + [ + "P", + "eer" + ], + [ + "Pe", + "er" + ], + [ + "T", + "u" + ], + [ + "g", + "room" + ], + [ + "gr", + "oom" + ], + [ + "h", + "orm" + ], + [ + "hor", + "m" + ], + [ + "ho", + "rm" + ], + [ + "t", + "raining" + ], + [ + "tra", + "ining" + ], + [ + "tr", + "aining" + ], + [ + "train", + "ing" + ], + [ + "z", + "l" + ], + [ + "z", + "ano" + ], + [ + "za", + "no" + ], + [ + "zan", + "o" + ], + [ + "|", + "Type" + ], + [ + "|T", + "ype" + ], + [ + "å", + "·" + ], + [ + "Ġc", + "ulling" + ], + [ + "Ġcul", + "ling" + ], + [ + "Ġcu", + "lling" + ], + [ + "Ġcull", + "ing" + ], + [ + "Ġd", + "ues" + ], + [ + "Ġdue", + "s" + ], + [ + "Ġdu", + "es" + ], + [ + "s", + "tern" + ], + [ + "st", + "ern" + ], + [ + "ster", + "n" + ], + [ + "ste", + "rn" + ], + [ + "Ġbe", + "arers" + ], + [ + "Ġbear", + "ers" + ], + [ + "Ġbearer", + "s" + ], + [ + "s", + "eh" + ], + [ + "se", + "h" + ], + [ + "Ġg", + "ale" + ], + [ + "Ġgal", + "e" + ], + [ + "Ġga", + "le" + ], + [ + "i", + "day" + ], + [ + "id", + "ay" + ], + [ + "ida", + "y" + ], + [ + "id", + "ating" + ], + [ + "ida", + "ting" + ], + [ + "ut", + "ants" + ], + [ + "utan", + "ts" + ], + [ + "utant", + "s" + ], + [ + "ĠS", + "ousa" + ], + [ + "ĠSo", + "usa" + ], + [ + "ĠSou", + "sa" + ], + [ + "ĠM", + "ature" + ], + [ + "ĠMat", + "ure" + ], + [ + "ĠP", + "ug" + ], + [ + "ĠPu", + "g" + ], + [ + "ĠP", + "ST" + ], + [ + "ĠPS", + "T" + ], + [ + "ĠB", + "ite" + ], + [ + "ĠBi", + "te" + ], + [ + "ĠBit", + "e" + ], + [ + "a", + "chen" + ], + [ + "ac", + "hen" + ], + [ + "ach", + "en" + ], + [ + "ache", + "n" + ], + [ + "i", + "vas" + ], + [ + "iv", + "as" + ], + [ + "iva", + "s" + ], + [ + "ĠF", + "ang" + ], + [ + "ĠFa", + "ng" + ], + [ + "ĠFan", + "g" + ], + [ + "igh", + "ton" + ], + [ + "ight", + "on" + ], + [ + "g", + "his" + ], + [ + "gh", + "is" + ], + [ + "ghi", + "s" + ], + [ + "el", + "lia" + ], + [ + "ell", + "ia" + ], + [ + "elli", + "a" + ], + [ + "i", + "zu" + ], + [ + "iz", + "u" + ], + [ + "Ġinc", + "lin" + ], + [ + "Ġincl", + "in" + ], + [ + "i", + "bid" + ], + [ + "ib", + "id" + ], + [ + "ibi", + "d" + ], + [ + "Ġres", + "ounding" + ], + [ + "Ġimp", + "ecc" + ], + [ + "Ġimpe", + "cc" + ], + [ + "Ġpre", + "lude" + ], + [ + "Ġpre", + "biotics" + ], + [ + "Ġprebiotic", + "s" + ], + [ + "Ġre", + "cessions" + ], + [ + "Ġrec", + "essions" + ], + [ + "Ġrecession", + "s" + ], + [ + "Ġrecess", + "ions" + ], + [ + "ĠC", + "hill" + ], + [ + "ĠCh", + "ill" + ], + [ + "ĠChi", + "ll" + ], + [ + "ĠChil", + "l" + ], + [ + "ĠCh", + "ish" + ], + [ + "ĠChi", + "sh" + ], + [ + "ĠChis", + "h" + ], + [ + "ĠY", + "pres" + ], + [ + "Ġrel", + "apses" + ], + [ + "Ġrelapse", + "s" + ], + [ + "eth", + "rin" + ], + [ + "is", + "sen" + ], + [ + "iss", + "en" + ], + [ + "isse", + "n" + ], + [ + "Ġo", + "bit" + ], + [ + "Ġob", + "it" + ], + [ + "Ġsub", + "versive" + ], + [ + "Ġinst", + "igated" + ], + [ + "||", + "âĢĵ" + ], + [ + "Ġre", + "tell" + ], + [ + "Ġret", + "ell" + ], + [ + "ag", + "num" + ], + [ + "agn", + "um" + ], + [ + "ĠEng", + "l" + ], + [ + "ĠEn", + "gl" + ], + [ + "Ġres", + "training" + ], + [ + "Ġrest", + "raining" + ], + [ + "Ġrestra", + "ining" + ], + [ + "Ġrestrain", + "ing" + ], + [ + "ĠAd", + "renal" + ], + [ + "oid", + "osis" + ], + [ + "ĠRes", + "istant" + ], + [ + "ĠResist", + "ant" + ], + [ + "Ġbi", + "osynthesis" + ], + [ + "-", + "mm" + ], + [ + "-m", + "m" + ], + [ + "i", + "ppy" + ], + [ + "ip", + "py" + ], + [ + "ipp", + "y" + ], + [ + "aut", + "hent" + ], + [ + "ening", + "rad" + ], + [ + "Ġmicro", + "structure" + ], + [ + "ĠA", + "broad" + ], + [ + "ĠAb", + "road" + ], + [ + "Ġl", + "aud" + ], + [ + "Ġla", + "ud" + ], + [ + "Ġstep", + "per" + ], + [ + "Ġste", + "pper" + ], + [ + "Ġsteppe", + "r" + ], + [ + "ĠPe", + "pp" + ], + [ + "ĠPep", + "p" + ], + [ + "ĠKing", + "doms" + ], + [ + "ĠKingdom", + "s" + ], + [ + "-", + "hot" + ], + [ + "-h", + "ot" + ], + [ + "-", + "host" + ], + [ + "-h", + "ost" + ], + [ + "hel", + "ors" + ], + [ + "Ġsn", + "ore" + ], + [ + "uff", + "alo" + ], + [ + "is", + "lav" + ], + [ + "isl", + "av" + ], + [ + "Ġpoly", + "cystic" + ], + [ + "Ġpolycy", + "stic" + ], + [ + "Ġwatch", + "dog" + ], + [ + "ĠSch", + "uster" + ], + [ + "ĠSchu", + "ster" + ], + [ + "ĠAv", + "raham" + ], + [ + "Ġflu", + "idity" + ], + [ + "Ġfluid", + "ity" + ], + [ + "o", + "chrome" + ], + [ + "och", + "rome" + ], + [ + "ochrom", + "e" + ], + [ + "Cl", + "ark" + ], + [ + "Clar", + "k" + ], + [ + "Ġs", + "anity" + ], + [ + "Ġsan", + "ity" + ], + [ + "Ġsanit", + "y" + ], + [ + "á", + "ndez" + ], + [ + "án", + "dez" + ], + [ + "Ġc", + "osine" + ], + [ + "Ġcos", + "ine" + ], + [ + "ĠProp", + "osal" + ], + [ + "Ġstabil", + "izers" + ], + [ + "Ġstabilize", + "rs" + ], + [ + "Ġstabilizer", + "s" + ], + [ + "Ġrh", + "ubarb" + ], + [ + "Ġer", + "ecting" + ], + [ + "Ġerect", + "ing" + ], + [ + "Ob", + "ama" + ], + [ + "Ġcataly", + "ze" + ], + [ + "Ġcarp", + "enters" + ], + [ + "Ġcarpenter", + "s" + ], + [ + "Ġmurder", + "ers" + ], + [ + "Ġmurd", + "erers" + ], + [ + "Ġmurderer", + "s" + ], + [ + "Ġsemic", + "ircular" + ], + [ + "Ġbe", + "set" + ], + [ + "Ġbes", + "et" + ], + [ + "ĠRo", + "utes" + ], + [ + "ĠRout", + "es" + ], + [ + "ĠRou", + "tes" + ], + [ + "ĠRoute", + "s" + ], + [ + "Ġup", + "to" + ], + [ + "Ġupt", + "o" + ], + [ + "Ġda", + "emon" + ], + [ + "ĠMRI", + "s" + ], + [ + "ĠMR", + "Is" + ], + [ + "ĠTa", + "ipei" + ], + [ + "Ġdragon", + "flies" + ], + [ + "ĠDocument", + "ary" + ], + [ + "Ġubiqu", + "ity" + ], + [ + "Ġ", + "Illustration" + ], + [ + "ĠIllust", + "ration" + ], + [ + "Ġmening", + "ococcal" + ], + [ + "ĠP", + "SI" + ], + [ + "ĠPS", + "I" + ], + [ + "ĠPad", + "ua" + ], + [ + "Ġlac", + "quer" + ], + [ + "Com", + "mand" + ], + [ + "Comm", + "and" + ], + [ + "ĠACL", + "U" + ], + [ + "ĠInvest", + "igators" + ], + [ + "ĠInvestig", + "ators" + ], + [ + "ĠInvestigator", + "s" + ], + [ + "Ġind", + "entation" + ], + [ + "Ġindent", + "ation" + ], + [ + "ench", + "ymal" + ], + [ + "ĠRe", + "ceive" + ], + [ + "ĠRece", + "ive" + ], + [ + "Ġpleasant", + "ly" + ], + [ + "Ġpleas", + "antly" + ], + [ + "ĠOr", + "chard" + ], + [ + "ĠOrch", + "ard" + ], + [ + "ĠOP", + "EC" + ], + [ + "Ġshipwre", + "cks" + ], + [ + "Ġshipwreck", + "s" + ], + [ + "Ġfer", + "vent" + ], + [ + "Ġferv", + "ent" + ], + [ + "Ġelectr", + "ophys" + ], + [ + "Ġelectro", + "phys" + ], + [ + "Ġelectroph", + "ys" + ], + [ + "prop", + "erty" + ], + [ + "proper", + "ty" + ], + [ + "ĠUtil", + "ize" + ], + [ + "âĻ", + "¦" + ], + [ + "Ġau", + "stere" + ], + [ + "Ġaust", + "ere" + ], + [ + "Ġauster", + "e" + ], + [ + "ĠCorrespond", + "ence" + ], + [ + "ĠMush", + "rooms" + ], + [ + "ĠSC", + "ADA" + ], + [ + "ĠSCA", + "DA" + ], + [ + "Ġrumin", + "ants" + ], + [ + "ĠSo", + "dom" + ], + [ + "ĠSod", + "om" + ], + [ + "ĠEsper", + "anto" + ], + [ + "Ġserge", + "ant" + ], + [ + "ĠHokk", + "aido" + ], + [ + "H", + "ug" + ], + [ + "Hu", + "g" + ], + [ + "L", + "ou" + ], + [ + "Lo", + "u" + ], + [ + "O", + "v" + ], + [ + "P", + "ic" + ], + [ + "Pi", + "c" + ], + [ + "]", + ")." + ], + [ + "])", + "." + ], + [ + "c", + "akes" + ], + [ + "ca", + "kes" + ], + [ + "cake", + "s" + ], + [ + "d", + "irty" + ], + [ + "dir", + "ty" + ], + [ + "f", + "ixed" + ], + [ + "fix", + "ed" + ], + [ + "m", + "obile" + ], + [ + "¦", + "ģ" + ], + [ + "ed", + "ible" + ], + [ + "edi", + "ble" + ], + [ + "Ġm", + "M" + ], + [ + "Ġre", + "uptake" + ], + [ + "Ġ", + "ner" + ], + [ + "Ġn", + "er" + ], + [ + "Ġne", + "r" + ], + [ + "Ġg", + "rub" + ], + [ + "Ġgr", + "ub" + ], + [ + "Ġgru", + "b" + ], + [ + "o", + "land" + ], + [ + "ol", + "and" + ], + [ + "ola", + "nd" + ], + [ + "olan", + "d" + ], + [ + "ĠS", + "ita" + ], + [ + "ĠSi", + "ta" + ], + [ + "ĠSit", + "a" + ], + [ + "ĠS", + "ao" + ], + [ + "ĠSa", + "o" + ], + [ + "ĠC", + "ake" + ], + [ + "ĠCa", + "ke" + ], + [ + "ĠC", + "ows" + ], + [ + "ĠCo", + "ws" + ], + [ + "ĠCow", + "s" + ], + [ + "ĠM", + "itch" + ], + [ + "ĠMit", + "ch" + ], + [ + "Ġhe", + "uristic" + ], + [ + "e", + "stra" + ], + [ + "es", + "tra" + ], + [ + "est", + "ra" + ], + [ + "oc", + "ry" + ], + [ + "ocr", + "y" + ], + [ + "oc", + "aine" + ], + [ + "oca", + "ine" + ], + [ + "ĠD", + "ish" + ], + [ + "ĠDis", + "h" + ], + [ + "ĠDi", + "sh" + ], + [ + "ĠD", + "rey" + ], + [ + "ĠDr", + "ey" + ], + [ + "ĠDre", + "y" + ], + [ + "ĠD", + "DoS" + ], + [ + "ĠDD", + "oS" + ], + [ + "Ġen", + "ab" + ], + [ + "ĠN", + "ymph" + ], + [ + "ĠNy", + "mph" + ], + [ + "ĠL", + "inking" + ], + [ + "ĠLin", + "king" + ], + [ + "ĠLink", + "ing" + ], + [ + "Ġc", + "lap" + ], + [ + "Ġcl", + "ap" + ], + [ + "Ġim", + "pure" + ], + [ + "Ġimp", + "ure" + ], + [ + "a", + "cho" + ], + [ + "ac", + "ho" + ], + [ + "ach", + "o" + ], + [ + "Ġj", + "ellies" + ], + [ + "Ġpre", + "menstrual" + ], + [ + "ĠK", + "ee" + ], + [ + "ĠKe", + "e" + ], + [ + "Ġr", + "ook" + ], + [ + "Ġro", + "ok" + ], + [ + "Ġt", + "wig" + ], + [ + "Ġtw", + "ig" + ], + [ + "Ġsur", + "pluses" + ], + [ + "Ġsurplus", + "es" + ], + [ + "Ġcent", + "ering" + ], + [ + "Ġcenter", + "ing" + ], + [ + "Ġcen", + "tering" + ], + [ + ".", + "âĢĿ)" + ], + [ + ".âĢĿ", + ")" + ], + [ + "Ġc", + "uration" + ], + [ + "Ġcur", + "ation" + ], + [ + "Ġcu", + "ration" + ], + [ + "Ġgl", + "uing" + ], + [ + "âĢĶ", + "where" + ], + [ + "âĢľ", + "D" + ], + [ + "ull", + "ary" + ], + [ + "ulla", + "ry" + ], + [ + "Ġsl", + "ashed" + ], + [ + "Ġslash", + "ed" + ], + [ + "-", + "file" + ], + [ + "-f", + "ile" + ], + [ + "-fi", + "le" + ], + [ + "-fil", + "e" + ], + [ + "ĠDe", + "forestation" + ], + [ + "ĠDef", + "orestation" + ], + [ + "-p", + "ocket" + ], + [ + "Ġrun", + "ways" + ], + [ + "Ġrunway", + "s" + ], + [ + "Ġrad", + "iance" + ], + [ + "Ġradi", + "ance" + ], + [ + "tt", + "emberg" + ], + [ + "tte", + "mberg" + ], + [ + "stit", + "ut" + ], + [ + "-t", + "une" + ], + [ + "Ġstory", + "board" + ], + [ + "f", + "actors" + ], + [ + "fact", + "ors" + ], + [ + "fa", + "ctors" + ], + [ + "factor", + "s" + ], + [ + "Ġc", + "uttle" + ], + [ + "Ġcut", + "tle" + ], + [ + "ĠL", + "ea" + ], + [ + "ĠLe", + "a" + ], + [ + "ĠCar", + "lson" + ], + [ + "ĠCarl", + "son" + ], + [ + "v", + "alu" + ], + [ + "val", + "u" + ], + [ + "va", + "lu" + ], + [ + "i", + "oli" + ], + [ + "io", + "li" + ], + [ + "iol", + "i" + ], + [ + "ĠMay", + "ans" + ], + [ + "ĠMaya", + "ns" + ], + [ + "ĠMayan", + "s" + ], + [ + "Ġever", + "greens" + ], + [ + "Ġevergreen", + "s" + ], + [ + "r", + "ado" + ], + [ + "ra", + "do" + ], + [ + "rad", + "o" + ], + [ + "ĠComp", + "ass" + ], + [ + "ĠCom", + "pass" + ], + [ + "ĠC", + "ounts" + ], + [ + "ĠCo", + "unts" + ], + [ + "ĠCount", + "s" + ], + [ + "ĠCoun", + "ts" + ], + [ + "Ġreflect", + "ors" + ], + [ + "Ġreflector", + "s" + ], + [ + "i", + "pled" + ], + [ + "ip", + "led" + ], + [ + "iple", + "d" + ], + [ + "ipl", + "ed" + ], + [ + "ra", + "nath" + ], + [ + "ran", + "ath" + ], + [ + "Ġswe", + "ater" + ], + [ + "Ġsweat", + "er" + ], + [ + "Ġcounter", + "measures" + ], + [ + "ĠST", + "ATE" + ], + [ + "ĠSTAT", + "E" + ], + [ + "Ġrespir", + "ators" + ], + [ + "Ġrespirator", + "s" + ], + [ + "st", + "ructural" + ], + [ + "struct", + "ural" + ], + [ + "ĠWood", + "y" + ], + [ + "ĠWo", + "ody" + ], + [ + "Ġring", + "worm" + ], + [ + "M", + "eat" + ], + [ + "Me", + "at" + ], + [ + "ĠMa", + "chu" + ], + [ + "ĠMac", + "hu" + ], + [ + "ĠMach", + "u" + ], + [ + "-", + "Jews" + ], + [ + "-J", + "ews" + ], + [ + "ĠFed", + "ora" + ], + [ + "Ġinfl", + "ationary" + ], + [ + "Ġinflation", + "ary" + ], + [ + "Ġcrust", + "al" + ], + [ + "Ġcrus", + "tal" + ], + [ + "Ġlig", + "ands" + ], + [ + "Ġligand", + "s" + ], + [ + "ĠJune", + "teenth" + ], + [ + "ĠJun", + "eteenth" + ], + [ + "Common", + "ly" + ], + [ + "Comm", + "only" + ], + [ + "r", + "efined" + ], + [ + "ref", + "ined" + ], + [ + "Ġsecular", + "ism" + ], + [ + "ĠHug", + "uen" + ], + [ + "ĠS", + "ynchron" + ], + [ + "ĠSyn", + "chron" + ], + [ + "Ġethn", + "ography" + ], + [ + "Ġunve", + "il" + ], + [ + "BO", + "OK" + ], + [ + "Ġcontempl", + "ative" + ], + [ + "ĠFib", + "rosis" + ], + [ + "Ġμ", + "g" + ], + [ + "Ġnarc", + "otic" + ], + [ + "ĠNine", + "veh" + ], + [ + "ĠTarget", + "ed" + ], + [ + "Leg", + "isl" + ], + [ + "ĠPret", + "oria" + ], + [ + "ĠClim", + "atic" + ], + [ + "ĠH", + "esse" + ], + [ + "ĠHes", + "se" + ], + [ + "ĠHess", + "e" + ], + [ + "Ġunic", + "orn" + ], + [ + "Ġs", + "undown" + ], + [ + "Ġsun", + "down" + ], + [ + "Ġsund", + "own" + ], + [ + "Aqu", + "aculture" + ], + [ + "Ġuninh", + "abitable" + ], + [ + "ĠOrnith", + "ology" + ], + [ + "ĠGaw", + "ain" + ], + [ + "ĠControvers", + "y" + ], + [ + "Ġseren", + "ity" + ], + [ + "า", + "à¸" + ], + [ + "Ġsaut", + "é" + ], + [ + "-", + "oxygen" + ], + [ + ".", + "uc" + ], + [ + ".u", + "c" + ], + [ + "A", + "gg" + ], + [ + "Ag", + "g" + ], + [ + "D", + "ur" + ], + [ + "Du", + "r" + ], + [ + "G", + "Hz" + ], + [ + "GH", + "z" + ], + [ + "L", + "aws" + ], + [ + "La", + "ws" + ], + [ + "Law", + "s" + ], + [ + "P", + "ink" + ], + [ + "Pin", + "k" + ], + [ + "R", + "everse" + ], + [ + "Re", + "verse" + ], + [ + "c", + "rew" + ], + [ + "cr", + "ew" + ], + [ + "h", + "it" + ], + [ + "hi", + "t" + ], + [ + "z", + "ae" + ], + [ + "za", + "e" + ], + [ + "å", + "¼" + ], + [ + "æ", + "°" + ], + [ + "on", + "io" + ], + [ + "oni", + "o" + ], + [ + "Ġs", + "ift" + ], + [ + "Ġsi", + "ft" + ], + [ + "ou", + "ston" + ], + [ + "ous", + "ton" + ], + [ + "oust", + "on" + ], + [ + "Ġth", + "awed" + ], + [ + "Ġthaw", + "ed" + ], + [ + "Ġth", + "robbing" + ], + [ + "Ġ", + "ist" + ], + [ + "Ġis", + "t" + ], + [ + "Ġi", + "st" + ], + [ + "ĠT", + "ABLE" + ], + [ + "ĠTA", + "BLE" + ], + [ + "ol", + "ored" + ], + [ + "olo", + "red" + ], + [ + "olor", + "ed" + ], + [ + "ĠS", + "utter" + ], + [ + "ĠSut", + "ter" + ], + [ + "ĠC", + "CP" + ], + [ + "ĠCC", + "P" + ], + [ + "u", + "lia" + ], + [ + "ul", + "ia" + ], + [ + "uli", + "a" + ], + [ + "u", + "lins" + ], + [ + "ul", + "ins" + ], + [ + "ulin", + "s" + ], + [ + "uli", + "ns" + ], + [ + "op", + "port" + ], + [ + "opp", + "ort" + ], + [ + "ĠP", + "egasus" + ], + [ + "Ġw", + "ept" + ], + [ + "Ġwe", + "pt" + ], + [ + "u", + "si" + ], + [ + "us", + "i" + ], + [ + "ĠB", + "if" + ], + [ + "ĠBi", + "f" + ], + [ + "o", + "sm" + ], + [ + "os", + "m" + ], + [ + "em", + "inal" + ], + [ + "emi", + "nal" + ], + [ + "ĠE", + "manuel" + ], + [ + "Ġs", + "hit" + ], + [ + "Ġsh", + "it" + ], + [ + "Ġshi", + "t" + ], + [ + "ĠN", + "ef" + ], + [ + "ĠNe", + "f" + ], + [ + "ĠL", + "ópez" + ], + [ + "ĠIn", + "fl" + ], + [ + "ĠInf", + "l" + ], + [ + "Ġj", + "ute" + ], + [ + "Ġju", + "te" + ], + [ + "Ġev", + "iction" + ], + [ + "Ġmay", + "onnaise" + ], + [ + "Ġover", + "bur" + ], + [ + "if", + "icent" + ], + [ + "ific", + "ent" + ], + [ + "ifice", + "nt" + ], + [ + "ifi", + "cent" + ], + [ + "if", + "icate" + ], + [ + "ific", + "ate" + ], + [ + "Ġhand", + "washing" + ], + [ + "âĢľ", + "On" + ], + [ + "Ġbest", + "selling" + ], + [ + "Ġmove", + "able" + ], + [ + "Ġpar", + "ochial" + ], + [ + "ĠCl", + "oser" + ], + [ + "ĠClose", + "r" + ], + [ + "ĠClo", + "ser" + ], + [ + "Ġcomput", + "ationally" + ], + [ + "Ġcomputational", + "ly" + ], + [ + "Ġcomputation", + "ally" + ], + [ + "hy", + "pert" + ], + [ + "hyper", + "t" + ], + [ + "hyp", + "ert" + ], + [ + "Ġobs", + "essions" + ], + [ + "Ġobsession", + "s" + ], + [ + "Ġop", + "tically" + ], + [ + "Ġopt", + "ically" + ], + [ + "Ġoptical", + "ly" + ], + [ + "Ġoptic", + "ally" + ], + [ + "Ġs", + "ump" + ], + [ + "Ġsu", + "mp" + ], + [ + "Ġsum", + "p" + ], + [ + "a", + "uthors" + ], + [ + "aut", + "hors" + ], + [ + "author", + "s" + ], + [ + "ome", + "tre" + ], + [ + "omet", + "re" + ], + [ + "Ġprob", + "ate" + ], + [ + "Ġconduct", + "ance" + ], + [ + "ĠGu", + "ess" + ], + [ + "aling", + "rad" + ], + [ + "ĠInt", + "ensity" + ], + [ + "ĠTw", + "ist" + ], + [ + "ios", + "ities" + ], + [ + "ĠRed", + "eem" + ], + [ + "l", + "iners" + ], + [ + "line", + "rs" + ], + [ + "lin", + "ers" + ], + [ + "li", + "ners" + ], + [ + "liner", + "s" + ], + [ + "Ġpick", + "ling" + ], + [ + "Ġthick", + "ets" + ], + [ + "unction", + "al" + ], + [ + "unct", + "ional" + ], + [ + "Ġmort", + "als" + ], + [ + "Ġmortal", + "s" + ], + [ + "-", + "DNA" + ], + [ + "-D", + "NA" + ], + [ + "Ġext", + "ractions" + ], + [ + "Ġextra", + "ctions" + ], + [ + "Ġextract", + "ions" + ], + [ + "Ġextraction", + "s" + ], + [ + "Ġextr", + "actions" + ], + [ + "Ġble", + "ached" + ], + [ + "Ġbleach", + "ed" + ], + [ + "Ġkit", + "ty" + ], + [ + "-", + "PCR" + ], + [ + "-P", + "CR" + ], + [ + "Re", + "in" + ], + [ + "Ġsh", + "elled" + ], + [ + "Ġshel", + "led" + ], + [ + "Ġshell", + "ed" + ], + [ + "Ġun", + "pack" + ], + [ + "Ġunp", + "ack" + ], + [ + "c", + "auses" + ], + [ + "ca", + "uses" + ], + [ + "cause", + "s" + ], + [ + "-", + "Russian" + ], + [ + "-R", + "ussian" + ], + [ + "M", + "ean" + ], + [ + "Me", + "an" + ], + [ + "ĠB", + "abel" + ], + [ + "ĠBab", + "el" + ], + [ + "ĠBa", + "bel" + ], + [ + "Ġconj", + "ure" + ], + [ + "ĠPDF", + "s" + ], + [ + "ĠPD", + "Fs" + ], + [ + "ĠBang", + "or" + ], + [ + "ĠBan", + "gor" + ], + [ + "Ġdict", + "ation" + ], + [ + "Ġsummar", + "ise" + ], + [ + "ĠM", + "astery" + ], + [ + "ĠMa", + "stery" + ], + [ + "ĠMaster", + "y" + ], + [ + "ĠMas", + "tery" + ], + [ + "ĠMast", + "ery" + ], + [ + "Ġwr", + "appers" + ], + [ + "Ġwra", + "ppers" + ], + [ + "Ġwrap", + "pers" + ], + [ + "Ġwrapper", + "s" + ], + [ + "-", + "technology" + ], + [ + "-te", + "chnology" + ], + [ + "-techn", + "ology" + ], + [ + "ĠFlu", + "or" + ], + [ + "Ġallev", + "iated" + ], + [ + "Ġalleviate", + "d" + ], + [ + "Ġallevi", + "ated" + ], + [ + "Ġgig", + "awatts" + ], + [ + "Ġ", + "ت" + ], + [ + "ĠØ", + "ª" + ], + [ + "Ġiod", + "ide" + ], + [ + "Ġu", + "plands" + ], + [ + "Ġup", + "lands" + ], + [ + "Ġupl", + "ands" + ], + [ + "Ġupland", + "s" + ], + [ + "Ġpave", + "ments" + ], + [ + "Ġpavement", + "s" + ], + [ + "-", + "model" + ], + [ + "-m", + "odel" + ], + [ + "-mod", + "el" + ], + [ + "-mode", + "l" + ], + [ + "ĠVel", + "ocity" + ], + [ + "Adv", + "ances" + ], + [ + "Advance", + "s" + ], + [ + "Ġster", + "num" + ], + [ + "Ġstern", + "um" + ], + [ + "ĠMalay", + "alam" + ], + [ + "ĠMalaya", + "lam" + ], + [ + "Ġamalg", + "amation" + ], + [ + "Ġamalgam", + "ation" + ], + [ + "en", + "oic" + ], + [ + "eno", + "ic" + ], + [ + "ĠAcceler", + "ator" + ], + [ + "ĠCOMM", + "ENT" + ], + [ + "ĠCOM", + "MENT" + ], + [ + "REL", + "ATED" + ], + [ + "Ġphoto", + "cop" + ], + [ + "Ġphotoc", + "op" + ], + [ + "ĠSard", + "inia" + ], + [ + "Ġabduct", + "ed" + ], + [ + "Ġsuccinct", + "ly" + ], + [ + "Ġanne", + "aling" + ], + [ + "Ġsouven", + "ir" + ], + [ + "Ġforet", + "old" + ], + [ + "/pub", + "med" + ], + [ + "ĠTut", + "si" + ], + [ + "ĠTuts", + "i" + ], + [ + "Ġindiv", + "isible" + ], + [ + "ĠMachia", + "velli" + ], + [ + "Ġ", + "nd" + ], + [ + "Ġn", + "d" + ], + [ + "Ġ", + "urn" + ], + [ + "Ġu", + "rn" + ], + [ + "Ġur", + "n" + ], + [ + "-", + "character" + ], + [ + ".", + "âĢ¢" + ], + [ + "B", + "ACK" + ], + [ + "F", + "eedback" + ], + [ + "Feed", + "back" + ], + [ + "M", + "ang" + ], + [ + "Man", + "g" + ], + [ + "Ma", + "ng" + ], + [ + "M", + "ira" + ], + [ + "Mir", + "a" + ], + [ + "Mi", + "ra" + ], + [ + "P", + "as" + ], + [ + "Pa", + "s" + ], + [ + "S", + "ession" + ], + [ + "T", + "ed" + ], + [ + "Te", + "d" + ], + [ + "m", + "agnetic" + ], + [ + "n", + "ath" + ], + [ + "na", + "th" + ], + [ + "nat", + "h" + ], + [ + "o", + "form" + ], + [ + "of", + "orm" + ], + [ + "t", + "im" + ], + [ + "ti", + "m" + ], + [ + "w", + "l" + ], + [ + "x", + "p" + ], + [ + "Â", + "¡" + ], + [ + "à", + "¶" + ], + [ + "Ġt", + "inge" + ], + [ + "Ġtin", + "ge" + ], + [ + "Ġc", + "usp" + ], + [ + "Ġcu", + "sp" + ], + [ + "Ġcus", + "p" + ], + [ + "Ġh", + "ugs" + ], + [ + "Ġhug", + "s" + ], + [ + "Ġhu", + "gs" + ], + [ + "Ġg", + "eek" + ], + [ + "Ġge", + "ek" + ], + [ + "Ġg", + "owns" + ], + [ + "Ġgown", + "s" + ], + [ + "ur", + "istics" + ], + [ + "uris", + "tics" + ], + [ + "uristic", + "s" + ], + [ + "urist", + "ics" + ], + [ + "ch", + "anged" + ], + [ + "chan", + "ged" + ], + [ + "change", + "d" + ], + [ + "Ġy", + "ork" + ], + [ + "Ġy", + "awn" + ], + [ + "Ġya", + "wn" + ], + [ + "Ġst", + "int" + ], + [ + "ĠS", + "J" + ], + [ + "ĠP", + "ID" + ], + [ + "ĠPI", + "D" + ], + [ + "ĠP", + "unch" + ], + [ + "ĠPun", + "ch" + ], + [ + "ĠB", + "orrow" + ], + [ + "ĠBor", + "row" + ], + [ + "ĠB", + "onsai" + ], + [ + "ant", + "icipated" + ], + [ + "ar", + "da" + ], + [ + "ard", + "a" + ], + [ + "ast", + "ron" + ], + [ + "astro", + "n" + ], + [ + "ass", + "us" + ], + [ + "ass", + "ie" + ], + [ + "assi", + "e" + ], + [ + "Ġ", + "outing" + ], + [ + "Ġo", + "uting" + ], + [ + "Ġout", + "ing" + ], + [ + "Ġou", + "ting" + ], + [ + "ĠK", + "ish" + ], + [ + "ĠKi", + "sh" + ], + [ + "ĠKis", + "h" + ], + [ + "p", + "let" + ], + [ + "pl", + "et" + ], + [ + "ple", + "t" + ], + [ + "Ġsu", + "bsp" + ], + [ + "Ġsub", + "sp" + ], + [ + "Ġsubs", + "p" + ], + [ + "Ġgl", + "iders" + ], + [ + "Ġglide", + "rs" + ], + [ + "Ġglider", + "s" + ], + [ + "Ġhist", + "one" + ], + [ + "Ġhi", + "stone" + ], + [ + "cl", + "iff" + ], + [ + "Ġequ", + "ilateral" + ], + [ + "Ġben", + "zo" + ], + [ + "Ġbenz", + "o" + ], + [ + "Ġher", + "etics" + ], + [ + "Ġhere", + "tics" + ], + [ + "ĠPh", + "obos" + ], + [ + "by", + "te" + ], + [ + "oph", + "obic" + ], + [ + "Ġbra", + "ided" + ], + [ + "Ġbraid", + "ed" + ], + [ + "Ġlat", + "rines" + ], + [ + "ĠEl", + "vis" + ], + [ + "I", + "VER" + ], + [ + "IV", + "ER" + ], + [ + "IVE", + "R" + ], + [ + "ED", + "IT" + ], + [ + "EDI", + "T" + ], + [ + "Ex", + "cellent" + ], + [ + "Ġcommun", + "icator" + ], + [ + "Ġcommunic", + "ator" + ], + [ + "Ġ", + "ordination" + ], + [ + "Ġord", + "ination" + ], + [ + "Ġordin", + "ation" + ], + [ + "can", + "not" + ], + [ + "ĠTrans", + "late" + ], + [ + "ĠTransl", + "ate" + ], + [ + "Ġspect", + "roscopic" + ], + [ + "ĠConf", + "erences" + ], + [ + "ĠConference", + "s" + ], + [ + "Ġcompl", + "iments" + ], + [ + "Ġcompliment", + "s" + ], + [ + "Ġcurriculum", + "s" + ], + [ + "ĠV", + "olt" + ], + [ + "ĠVol", + "t" + ], + [ + "ĠVo", + "lt" + ], + [ + "ĠMet", + "all" + ], + [ + "ĠMetal", + "l" + ], + [ + "ĠMeta", + "ll" + ], + [ + "D", + "riving" + ], + [ + "Dr", + "iving" + ], + [ + "-", + "shot" + ], + [ + "-s", + "hot" + ], + [ + "-sh", + "ot" + ], + [ + "Ġtail", + "oring" + ], + [ + "Ġtailor", + "ing" + ], + [ + "ĠDel", + "ano" + ], + [ + "IL", + "DR" + ], + [ + "ILD", + "R" + ], + [ + "Ġdoor", + "ways" + ], + [ + "Ġdoorway", + "s" + ], + [ + "Ġh", + "usks" + ], + [ + "Ġhus", + "ks" + ], + [ + "Ġhusk", + "s" + ], + [ + "ĠGal", + "icia" + ], + [ + "ĠCol", + "lie" + ], + [ + "ĠColl", + "ie" + ], + [ + "C", + "RP" + ], + [ + "CR", + "P" + ], + [ + "CL", + "US" + ], + [ + "UL", + "ATION" + ], + [ + "Mod", + "erate" + ], + [ + "Mode", + "rate" + ], + [ + "Ġdispers", + "ing" + ], + [ + "Ass", + "ociated" + ], + [ + "Associate", + "d" + ], + [ + "ĠSher", + "lock" + ], + [ + "ĠCollect", + "ively" + ], + [ + "ĠCollective", + "ly" + ], + [ + "Ġswe", + "aty" + ], + [ + "Ġsweat", + "y" + ], + [ + "ĠGi", + "useppe" + ], + [ + "Ġclean", + "sed" + ], + [ + "Ġcleans", + "ed" + ], + [ + "Ġcleanse", + "d" + ], + [ + "ĠAl", + "lows" + ], + [ + "ĠAll", + "ows" + ], + [ + "ĠAllow", + "s" + ], + [ + "Ġinfilt", + "rated" + ], + [ + "Ġinfiltrate", + "d" + ], + [ + "Ġnost", + "algic" + ], + [ + "Ġreclaim", + "ing" + ], + [ + "ĠDiscover", + "ies" + ], + [ + "âĸ", + "ª" + ], + [ + "Ġhalluc", + "in" + ], + [ + "Ġpall", + "adium" + ], + [ + "Ġstal", + "emate" + ], + [ + "Ġstale", + "mate" + ], + [ + "ĠRi", + "emann" + ], + [ + "ĠRie", + "mann" + ], + [ + "arak", + "hand" + ], + [ + "Ġnig", + "ra" + ], + [ + "Ġni", + "gra" + ], + [ + "Ġloose", + "ned" + ], + [ + "Ġloosen", + "ed" + ], + [ + "Ġloos", + "ened" + ], + [ + "ĠKom", + "odo" + ], + [ + "ĠEure", + "ka" + ], + [ + "ĠEurek", + "a" + ], + [ + "Ġskys", + "craper" + ], + [ + "ĠUnt", + "reated" + ], + [ + "ĠRee", + "ves" + ], + [ + "Ġgh", + "relin" + ], + [ + "Ġartisan", + "al" + ], + [ + "Ġtantal", + "izing" + ], + [ + "Ġrange", + "land" + ], + [ + "Ġrangel", + "and" + ], + [ + "Ġrang", + "eland" + ], + [ + "ĠBenef", + "icial" + ], + [ + "Ġquir", + "ky" + ], + [ + "ĠKann", + "ada" + ], + [ + "Ġbi", + "ennial" + ], + [ + "Ġbienn", + "ial" + ], + [ + "ĠIndoch", + "ina" + ], + [ + "Ġmonoton", + "ous" + ], + [ + "\"", + "No" + ], + [ + "B", + "ishop" + ], + [ + "K", + "M" + ], + [ + "P", + "RE" + ], + [ + "PR", + "E" + ], + [ + "d", + "os" + ], + [ + "do", + "s" + ], + [ + "k", + "ines" + ], + [ + "kin", + "es" + ], + [ + "ki", + "nes" + ], + [ + "m", + "oral" + ], + [ + "mo", + "ral" + ], + [ + "mor", + "al" + ], + [ + "m", + "issing" + ], + [ + "mis", + "sing" + ], + [ + "w", + "heels" + ], + [ + "wheel", + "s" + ], + [ + "Ä", + "ħ" + ], + [ + "Ġp", + "auc" + ], + [ + "Ġpa", + "uc" + ], + [ + "Ġpau", + "c" + ], + [ + "Ġe", + "ases" + ], + [ + "Ġeas", + "es" + ], + [ + "Ġease", + "s" + ], + [ + "ĠT", + "uck" + ], + [ + "ĠTu", + "ck" + ], + [ + "ĠTuc", + "k" + ], + [ + "ĠT", + "HO" + ], + [ + "ĠTH", + "O" + ], + [ + "et", + "ine" + ], + [ + "eti", + "ne" + ], + [ + "etin", + "e" + ], + [ + "e", + "town" + ], + [ + "et", + "own" + ], + [ + "eto", + "wn" + ], + [ + "c", + "hip" + ], + [ + "ch", + "ip" + ], + [ + "chi", + "p" + ], + [ + "ĠC", + "ours" + ], + [ + "ĠCo", + "urs" + ], + [ + "ĠCour", + "s" + ], + [ + "ĠCou", + "rs" + ], + [ + "Ġde", + "acon" + ], + [ + "ist", + "ure" + ], + [ + "ĠP", + "itch" + ], + [ + "ĠPit", + "ch" + ], + [ + "ĠB", + "earing" + ], + [ + "ĠBe", + "aring" + ], + [ + "ĠBear", + "ing" + ], + [ + "ac", + "ruz" + ], + [ + "oc", + "re" + ], + [ + "ocr", + "e" + ], + [ + "ĠD", + "edicated" + ], + [ + "ĠDed", + "icated" + ], + [ + "Ġ", + "EFL" + ], + [ + "ĠE", + "FL" + ], + [ + "ĠEF", + "L" + ], + [ + "Ġs", + "pi" + ], + [ + "Ġsp", + "i" + ], + [ + "ĠN", + "ih" + ], + [ + "ĠNi", + "h" + ], + [ + "ĠG", + "iff" + ], + [ + "ĠGi", + "ff" + ], + [ + "ĠL", + "ID" + ], + [ + "ĠLI", + "D" + ], + [ + "ĠL", + "itt" + ], + [ + "ĠLi", + "tt" + ], + [ + "ĠLit", + "t" + ], + [ + "Ġper", + "lite" + ], + [ + "Ġso", + "jour" + ], + [ + "Ġj", + "ot" + ], + [ + "Ġjo", + "t" + ], + [ + "Ġp", + "arted" + ], + [ + "Ġpart", + "ed" + ], + [ + "Ġpar", + "ted" + ], + [ + "Ġs", + "aith" + ], + [ + "Ġsa", + "ith" + ], + [ + "oy", + "ant" + ], + [ + "oya", + "nt" + ], + [ + "Ġschool", + "house" + ], + [ + "ĠAr", + "ter" + ], + [ + "ĠArt", + "er" + ], + [ + "ĠS", + "cro" + ], + [ + "ĠSc", + "ro" + ], + [ + "Ġequ", + "estrian" + ], + [ + "agn", + "itude" + ], + [ + "Ġiss", + "uer" + ], + [ + "Ġissue", + "r" + ], + [ + "Ġwar", + "ping" + ], + [ + "Ġwarp", + "ing" + ], + [ + "s", + "can" + ], + [ + "sc", + "an" + ], + [ + "ĠS", + "ek" + ], + [ + "ĠSe", + "k" + ], + [ + "o", + "xious" + ], + [ + "ox", + "ious" + ], + [ + "Ġer", + "aser" + ], + [ + "Ġera", + "ser" + ], + [ + "Ġerase", + "r" + ], + [ + "Ġeras", + "er" + ], + [ + "ĠB", + "lum" + ], + [ + "ĠBl", + "um" + ], + [ + "ĠBlu", + "m" + ], + [ + "-", + "telling" + ], + [ + "-t", + "elling" + ], + [ + "-te", + "lling" + ], + [ + "Ġeff", + "lu" + ], + [ + "ĠMar", + "vel" + ], + [ + "ĠMar", + "coni" + ], + [ + "ĠMarc", + "oni" + ], + [ + "ĠMarco", + "ni" + ], + [ + "-", + "well" + ], + [ + "-w", + "ell" + ], + [ + "-we", + "ll" + ], + [ + "Ġconc", + "ub" + ], + [ + "i", + "otto" + ], + [ + "io", + "tto" + ], + [ + "iot", + "to" + ], + [ + "iott", + "o" + ], + [ + "Ġcivil", + "isations" + ], + [ + "Ġcivilisation", + "s" + ], + [ + "ĠAc", + "ropolis" + ], + [ + "ĠAnt", + "illes" + ], + [ + "Ġ", + "Transcript" + ], + [ + "ĠTrans", + "cript" + ], + [ + "ĠTran", + "script" + ], + [ + "S", + "TS" + ], + [ + "ST", + "S" + ], + [ + "Ġuns", + "anitary" + ], + [ + "ĠMet", + "aph" + ], + [ + "ĠMeta", + "ph" + ], + [ + "ĠMetap", + "h" + ], + [ + "Ġparam", + "etric" + ], + [ + "Ġpara", + "metric" + ], + [ + "Ġfl", + "yer" + ], + [ + "Ġfly", + "er" + ], + [ + "Ġneuro", + "biology" + ], + [ + "Ġneur", + "obiology" + ], + [ + "Ġneu", + "robiology" + ], + [ + "Ġ", + "Featured" + ], + [ + "ĠFe", + "atured" + ], + [ + "ĠFeature", + "d" + ], + [ + "Ġhem", + "odialysis" + ], + [ + "Ġdistur", + "bs" + ], + [ + "Ġdisturb", + "s" + ], + [ + "Ġstre", + "wn" + ], + [ + "Ġchest", + "nuts" + ], + [ + "Ġchestnut", + "s" + ], + [ + "ĠAcc", + "um" + ], + [ + "Ġcon", + "quist" + ], + [ + "Ġconqu", + "ist" + ], + [ + "Ġconce", + "ivably" + ], + [ + "Ġham", + "strings" + ], + [ + "Ġhamstring", + "s" + ], + [ + "Ġhall", + "ways" + ], + [ + "Ġhallway", + "s" + ], + [ + "Ġcow", + "boys" + ], + [ + "Ġcowboy", + "s" + ], + [ + "Ġfo", + "etus" + ], + [ + "Ġfoe", + "tus" + ], + [ + "Ġtrace", + "able" + ], + [ + "UL", + "AR" + ], + [ + "Ġrad", + "iologists" + ], + [ + "Ġradi", + "ologists" + ], + [ + "Ġradiologist", + "s" + ], + [ + "ĠRen", + "é" + ], + [ + "Mar", + "riage" + ], + [ + "plan", + "et" + ], + [ + "plane", + "t" + ], + [ + "-", + "accept" + ], + [ + "-ac", + "cept" + ], + [ + "-acc", + "ept" + ], + [ + "ĠFreder", + "icksburg" + ], + [ + "ĠFrederick", + "sburg" + ], + [ + "ĠRaj", + "put" + ], + [ + "ĠBo", + "xes" + ], + [ + "ĠBox", + "es" + ], + [ + "Pre", + "school" + ], + [ + "Pres", + "chool" + ], + [ + "ĠZh", + "ong" + ], + [ + "Organ", + "ization" + ], + [ + "Att", + "empt" + ], + [ + "ĠAbs", + "orption" + ], + [ + "-power", + "ful" + ], + [ + "Ġirrad", + "iance" + ], + [ + "ĠP", + "roducing" + ], + [ + "ĠProdu", + "cing" + ], + [ + "ĠBun", + "ny" + ], + [ + "Op", + "tim" + ], + [ + "Opt", + "im" + ], + [ + "ĠConcord", + "ia" + ], + [ + "ĠGren", + "ada" + ], + [ + "Ġexcre", + "ment" + ], + [ + "Ġtrek", + "king" + ], + [ + "Liter", + "ary" + ], + [ + "Lit", + "erary" + ], + [ + "Ġsi", + "rens" + ], + [ + "Ġsire", + "ns" + ], + [ + "Ġsir", + "ens" + ], + [ + "Ġsiren", + "s" + ], + [ + "-oxid", + "ant" + ], + [ + "ĠDai", + "ichi" + ], + [ + "Ġyellow", + "s" + ], + [ + "Ġyell", + "ows" + ], + [ + "Ġantisem", + "itism" + ], + [ + "Ġpunct", + "uated" + ], + [ + "Ġpunctu", + "ated" + ], + [ + "ĠVolks", + "wagen" + ], + [ + "Ġirides", + "cent" + ], + [ + "Ġnon", + "governmental" + ], + [ + "Ġnongovern", + "mental" + ], + [ + "\"", + "|Ċ" + ], + [ + "\"", + "While" + ], + [ + "-", + "arr" + ], + [ + "-a", + "rr" + ], + [ + "-ar", + "r" + ], + [ + "C", + "lim" + ], + [ + "Cl", + "im" + ], + [ + "G", + "ERD" + ], + [ + "GE", + "RD" + ], + [ + "GER", + "D" + ], + [ + "S", + "oci" + ], + [ + "So", + "ci" + ], + [ + "Soc", + "i" + ], + [ + "b", + "ah" + ], + [ + "ba", + "h" + ], + [ + "b", + "acteria" + ], + [ + "p", + "ents" + ], + [ + "pen", + "ts" + ], + [ + "pent", + "s" + ], + [ + "p", + "iracy" + ], + [ + "pi", + "racy" + ], + [ + "pir", + "acy" + ], + [ + "s", + "ummer" + ], + [ + "sum", + "mer" + ], + [ + "Ø", + "µ" + ], + [ + "Ġt", + "uck" + ], + [ + "Ġtu", + "ck" + ], + [ + "Ġt", + "iring" + ], + [ + "Ġti", + "ring" + ], + [ + "Ġw", + "iggle" + ], + [ + "Ġwi", + "ggle" + ], + [ + "Ġwig", + "gle" + ], + [ + "ic", + "iencies" + ], + [ + "ici", + "encies" + ], + [ + "Ġe", + "un" + ], + [ + "Ġeu", + "n" + ], + [ + "Ġg", + "ays" + ], + [ + "Ġgay", + "s" + ], + [ + "Ġga", + "ys" + ], + [ + "ĠT", + "ina" + ], + [ + "ĠTi", + "na" + ], + [ + "ĠTin", + "a" + ], + [ + "Ġon", + "eness" + ], + [ + "Ġone", + "ness" + ], + [ + "ĠA", + "es" + ], + [ + "ĠAe", + "s" + ], + [ + "ĠA", + "et" + ], + [ + "ĠAe", + "t" + ], + [ + "Ġ", + "IRA" + ], + [ + "ĠI", + "RA" + ], + [ + "ĠIR", + "A" + ], + [ + "ĠC", + "d" + ], + [ + "Ġpro", + "verbs" + ], + [ + "Ġproverb", + "s" + ], + [ + "Ġan", + "esthet" + ], + [ + "ĠThe", + "os" + ], + [ + "ĠTheo", + "s" + ], + [ + "ĠP", + "ens" + ], + [ + "ĠPe", + "ns" + ], + [ + "ĠPen", + "s" + ], + [ + "qu", + "at" + ], + [ + "qua", + "t" + ], + [ + "e", + "mn" + ], + [ + "em", + "n" + ], + [ + "ĠH", + "Q" + ], + [ + "oc", + "arbons" + ], + [ + "ocarbon", + "s" + ], + [ + "ĠG", + "ior" + ], + [ + "ĠGi", + "or" + ], + [ + "ĠG", + "urd" + ], + [ + "ĠGu", + "rd" + ], + [ + "ĠGur", + "d" + ], + [ + "ĠG", + "ila" + ], + [ + "ĠGil", + "a" + ], + [ + "ĠGi", + "la" + ], + [ + "Ġd", + "oves" + ], + [ + "Ġdo", + "ves" + ], + [ + "Ġdove", + "s" + ], + [ + "en", + "sch" + ], + [ + "ens", + "ch" + ], + [ + "ire", + "ments" + ], + [ + "irement", + "s" + ], + [ + "an", + "gling" + ], + [ + "ang", + "ling" + ], + [ + "Ġwork", + "day" + ], + [ + "rit", + "orial" + ], + [ + "rito", + "rial" + ], + [ + "ĠV", + "ast" + ], + [ + "ĠVas", + "t" + ], + [ + "ĠVa", + "st" + ], + [ + "ĠV", + "ish" + ], + [ + "ĠVis", + "h" + ], + [ + "ĠVi", + "sh" + ], + [ + "ĠV", + "amp" + ], + [ + "ĠVa", + "mp" + ], + [ + "ar", + "kin" + ], + [ + "ark", + "in" + ], + [ + "Ġdec", + "oded" + ], + [ + "Ġdecode", + "d" + ], + [ + "Ġdeco", + "ded" + ], + [ + "Ġlife", + "boat" + ], + [ + "Ġc", + "rept" + ], + [ + "Ġcre", + "pt" + ], + [ + "Ġcr", + "ept" + ], + [ + "ĠWe", + "ir" + ], + [ + "ĠWei", + "r" + ], + [ + "Ġbo", + "asting" + ], + [ + "Ġboast", + "ing" + ], + [ + "-", + "sum" + ], + [ + "-s", + "um" + ], + [ + "-su", + "m" + ], + [ + "iod", + "egradable" + ], + [ + "-", + "fort" + ], + [ + "-f", + "ort" + ], + [ + "-for", + "t" + ], + [ + "man", + "agement" + ], + [ + "ĠSh", + "ih" + ], + [ + "ĠShi", + "h" + ], + [ + "ĠPh", + "rases" + ], + [ + "ĠPhrase", + "s" + ], + [ + "-c", + "apped" + ], + [ + "-ca", + "pped" + ], + [ + "-cap", + "ped" + ], + [ + "ĠZ", + "ebra" + ], + [ + "ĠZe", + "bra" + ], + [ + "ĠZeb", + "ra" + ], + [ + "âĢĵ", + "âĢĵ" + ], + [ + "Ġdam", + "per" + ], + [ + "Ġdamp", + "er" + ], + [ + "St", + "ructural" + ], + [ + "-t", + "ipped" + ], + [ + "Ch", + "olesterol" + ], + [ + "Ġw", + "ilde" + ], + [ + "Ġwild", + "e" + ], + [ + "Ġwil", + "de" + ], + [ + "y", + "lus" + ], + [ + "yl", + "us" + ], + [ + "Ġhair", + "line" + ], + [ + "m", + "ede" + ], + [ + "me", + "de" + ], + [ + "med", + "e" + ], + [ + "Ġs", + "andal" + ], + [ + "Ġsand", + "al" + ], + [ + "Ġsan", + "dal" + ], + [ + "ĠArch", + "aic" + ], + [ + "ĠMat", + "hew" + ], + [ + "ĠMa", + "thew" + ], + [ + "ĠMath", + "ew" + ], + [ + "Sp", + "inal" + ], + [ + "Spin", + "al" + ], + [ + "-", + "MS" + ], + [ + "-M", + "S" + ], + [ + "ĠR", + "ett" + ], + [ + "ĠRe", + "tt" + ], + [ + "ĠRet", + "t" + ], + [ + "Other", + "wise" + ], + [ + "ĠCol", + "umbian" + ], + [ + "ĠColumb", + "ian" + ], + [ + "ĠColumbia", + "n" + ], + [ + "Ġaer", + "oplane" + ], + [ + "Re", + "lease" + ], + [ + "-", + "French" + ], + [ + "-F", + "rench" + ], + [ + "n", + "etes" + ], + [ + "ne", + "tes" + ], + [ + "net", + "es" + ], + [ + "e", + "yes" + ], + [ + "ey", + "es" + ], + [ + "eye", + "s" + ], + [ + "PR", + "ESS" + ], + [ + "PRE", + "SS" + ], + [ + "Ġunw", + "avering" + ], + [ + "Ġl", + "ocker" + ], + [ + "Ġloc", + "ker" + ], + [ + "Ġlo", + "cker" + ], + [ + "Ġlock", + "er" + ], + [ + "Ġatt", + "ributing" + ], + [ + "Ġattribut", + "ing" + ], + [ + "plo", + "itation" + ], + [ + "Ġshore", + "birds" + ], + [ + "Ġh", + "oops" + ], + [ + "Ġho", + "ops" + ], + [ + "Ġhoop", + "s" + ], + [ + "Ġho", + "arding" + ], + [ + "Ġhoard", + "ing" + ], + [ + "Ġsub", + "scribed" + ], + [ + "Ġsubs", + "cribed" + ], + [ + "Ġsubsc", + "ribed" + ], + [ + "Ġsubscribe", + "d" + ], + [ + "ĠPrint", + "ables" + ], + [ + "ĠPrintable", + "s" + ], + [ + "Ġb", + "ellies" + ], + [ + "Ġbel", + "lies" + ], + [ + "Ġbell", + "ies" + ], + [ + "Ac", + "id" + ], + [ + "Ġpredomin", + "ance" + ], + [ + "ĠCrit", + "ique" + ], + [ + "Ġmultip", + "lies" + ], + [ + "Ġmultipl", + "ies" + ], + [ + "Ġinadequ", + "ately" + ], + [ + "Ġinadequate", + "ly" + ], + [ + "Ob", + "jectives" + ], + [ + "Object", + "ives" + ], + [ + "Objective", + "s" + ], + [ + "Ġty", + "rosine" + ], + [ + "Ġtyr", + "osine" + ], + [ + "Ġcr", + "ammed" + ], + [ + "Ġcram", + "med" + ], + [ + "ĠFe", + "minist" + ], + [ + "ĠFem", + "inist" + ], + [ + "Ġorth", + "opaedic" + ], + [ + "ĠRa", + "ised" + ], + [ + "ĠRaise", + "d" + ], + [ + "ĠRais", + "ed" + ], + [ + "ĠRai", + "sed" + ], + [ + "ĠRadio", + "active" + ], + [ + "ĠC", + "FD" + ], + [ + "ĠCF", + "D" + ], + [ + "ĠSyn", + "od" + ], + [ + "di", + "ocese" + ], + [ + "Ġpinpoint", + "ed" + ], + [ + "Mal", + "aria" + ], + [ + "Ġdisinteg", + "rate" + ], + [ + "Ġlockdown", + "s" + ], + [ + "Ġantihist", + "amine" + ], + [ + "oling", + "ual" + ], + [ + "Ġbe", + "fri" + ], + [ + "Ġbef", + "ri" + ], + [ + "-cle", + "aning" + ], + [ + "Ġsi", + "phon" + ], + [ + "Ġsiph", + "on" + ], + [ + "Ġsip", + "hon" + ], + [ + "ĠMich", + "ele" + ], + [ + "ĠMichel", + "e" + ], + [ + "ĠMiche", + "le" + ], + [ + "Ġanticoagul", + "ant" + ], + [ + "Ġbolster", + "ed" + ], + [ + "Ġbolst", + "ered" + ], + [ + "Ġtape", + "worm" + ], + [ + "Ġtapew", + "orm" + ], + [ + "ĠPref", + "erences" + ], + [ + "Ġli", + "lac" + ], + [ + "Ġlil", + "ac" + ], + [ + "Ġindel", + "ible" + ], + [ + "ĠLaus", + "anne" + ], + [ + "Ġend", + "ures" + ], + [ + "Ġendure", + "s" + ], + [ + "Ġendu", + "res" + ], + [ + "(", + "iv" + ], + [ + "(i", + "v" + ], + [ + "-", + "using" + ], + [ + "-us", + "ing" + ], + [ + "-u", + "sing" + ], + [ + "C", + "hen" + ], + [ + "Ch", + "en" + ], + [ + "Che", + "n" + ], + [ + "F", + "lex" + ], + [ + "Fl", + "ex" + ], + [ + "Fle", + "x" + ], + [ + "G", + "um" + ], + [ + "Gu", + "m" + ], + [ + "R", + "EC" + ], + [ + "RE", + "C" + ], + [ + "S", + "ustainability" + ], + [ + "p", + "roduced" + ], + [ + "u", + "atu" + ], + [ + "ua", + "tu" + ], + [ + "æ", + "Ģ" + ], + [ + "re", + "pe" + ], + [ + "rep", + "e" + ], + [ + "Ġ", + "og" + ], + [ + "Ġo", + "g" + ], + [ + "Ġc", + "ached" + ], + [ + "Ġca", + "ched" + ], + [ + "Ġcache", + "d" + ], + [ + "Ġcac", + "hed" + ], + [ + "Ġp", + "au" + ], + [ + "Ġpa", + "u" + ], + [ + "al", + "beit" + ], + [ + "Ġ", + "duc" + ], + [ + "Ġd", + "uc" + ], + [ + "Ġdu", + "c" + ], + [ + "Ġg", + "alle" + ], + [ + "Ġgall", + "e" + ], + [ + "Ġgal", + "le" + ], + [ + "Ġga", + "lle" + ], + [ + "ol", + "ites" + ], + [ + "oli", + "tes" + ], + [ + "olite", + "s" + ], + [ + "ch", + "ial" + ], + [ + "chi", + "al" + ], + [ + "chia", + "l" + ], + [ + "Ġ", + "ACH" + ], + [ + "ĠA", + "CH" + ], + [ + "ĠAC", + "H" + ], + [ + "ĠS", + "OS" + ], + [ + "ĠSO", + "S" + ], + [ + "ĠS", + "PSS" + ], + [ + "ĠSP", + "SS" + ], + [ + "ĠC", + "og" + ], + [ + "ĠCo", + "g" + ], + [ + "ĠP", + "umps" + ], + [ + "ĠPump", + "s" + ], + [ + "ĠP", + "IE" + ], + [ + "ĠPI", + "E" + ], + [ + "a", + "ntown" + ], + [ + "an", + "town" + ], + [ + "ant", + "own" + ], + [ + "anto", + "wn" + ], + [ + "ĠH", + "ors" + ], + [ + "ĠHor", + "s" + ], + [ + "ĠHo", + "rs" + ], + [ + "ĠH", + "amp" + ], + [ + "ĠHam", + "p" + ], + [ + "ĠHa", + "mp" + ], + [ + "ĠH", + "HS" + ], + [ + "ĠHH", + "S" + ], + [ + "ĠD", + "ah" + ], + [ + "ĠDa", + "h" + ], + [ + "ĠD", + "ummies" + ], + [ + "Ġen", + "raged" + ], + [ + "Ġc", + "las" + ], + [ + "Ġcl", + "as" + ], + [ + "ry", + "lic" + ], + [ + "ryl", + "ic" + ], + [ + "Ġj", + "ails" + ], + [ + "Ġjail", + "s" + ], + [ + "Ġja", + "ils" + ], + [ + "or", + "sk" + ], + [ + "ors", + "k" + ], + [ + "Ġt", + "rif" + ], + [ + "Ġtr", + "if" + ], + [ + "Ġtri", + "f" + ], + [ + "Ġph", + "rasal" + ], + [ + "Ġphr", + "asal" + ], + [ + "hed", + "ra" + ], + [ + "iss", + "us" + ], + [ + "Ġdet", + "ract" + ], + [ + "ĠPro", + "visional" + ], + [ + "ĠProv", + "isional" + ], + [ + "ĠProvision", + "al" + ], + [ + "ĠA", + "sp" + ], + [ + "ĠAs", + "p" + ], + [ + "un", + "down" + ], + [ + "und", + "own" + ], + [ + "undo", + "wn" + ], + [ + "Ġsocial", + "ized" + ], + [ + "Ġsocialize", + "d" + ], + [ + "Ġbelie", + "vable" + ], + [ + "Ġmajor", + "ly" + ], + [ + "Ġpres", + "sur" + ], + [ + "Ġpress", + "ur" + ], + [ + "b", + "onne" + ], + [ + "bon", + "ne" + ], + [ + "f", + "orum" + ], + [ + "for", + "um" + ], + [ + "fo", + "rum" + ], + [ + "rad", + "iation" + ], + [ + "ĠG", + "ugg" + ], + [ + "ĠGu", + "gg" + ], + [ + "Ġwarm", + "ly" + ], + [ + "ĠDo", + "ors" + ], + [ + "ĠDoor", + "s" + ], + [ + "Ġem", + "bal" + ], + [ + "Ġemb", + "al" + ], + [ + "ĠQu", + "ix" + ], + [ + "-", + "hit" + ], + [ + "-h", + "it" + ], + [ + "Ġtr", + "ipping" + ], + [ + "Ġtri", + "pping" + ], + [ + "Ġtrip", + "ping" + ], + [ + "Ġtransl", + "ocation" + ], + [ + "ĠB", + "race" + ], + [ + "ĠBra", + "ce" + ], + [ + "ĠBr", + "ace" + ], + [ + "ĠGreen", + "belt" + ], + [ + "Ġocean", + "ography" + ], + [ + "Ġhom", + "ology" + ], + [ + "Ġmotiv", + "ator" + ], + [ + "Ġsmart", + "est" + ], + [ + "ĠN", + "ora" + ], + [ + "ĠNo", + "ra" + ], + [ + "ĠNor", + "a" + ], + [ + "Ġcloud", + "ed" + ], + [ + "Ġclo", + "uded" + ], + [ + "ĠIn", + "fected" + ], + [ + "ĠInf", + "ected" + ], + [ + "ĠInfect", + "ed" + ], + [ + "Ġaw", + "ry" + ], + [ + "net", + "work" + ], + [ + "Ġaccum", + "ulations" + ], + [ + "Ġaccumulation", + "s" + ], + [ + "ĠExp", + "anding" + ], + [ + "ĠExpand", + "ing" + ], + [ + "Ġsubs", + "ides" + ], + [ + "Ġsubsid", + "es" + ], + [ + "Ġsubside", + "s" + ], + [ + "ĠEnd", + "ocrine" + ], + [ + "ĠBig", + "foot" + ], + [ + "Ġtons", + "ill" + ], + [ + "Ġtonsil", + "l" + ], + [ + "ĠCast", + "or" + ], + [ + "ĠCas", + "tor" + ], + [ + "ĠFour", + "teen" + ], + [ + "ĠAL", + "SO" + ], + [ + "ĠALS", + "O" + ], + [ + "ĠLim", + "iting" + ], + [ + "ĠLimit", + "ing" + ], + [ + "ĠInvest", + "ments" + ], + [ + "ĠInvestment", + "s" + ], + [ + "T", + "racking" + ], + [ + "Tra", + "cking" + ], + [ + "Tr", + "acking" + ], + [ + "Track", + "ing" + ], + [ + "Ġaccord", + "ion" + ], + [ + "-", + "orb" + ], + [ + "-or", + "b" + ], + [ + "Ġbin", + "aries" + ], + [ + "Ġ", + "ह" + ], + [ + "Ġà¤", + "¹" + ], + [ + "ĠEle", + "vation" + ], + [ + "ĠElev", + "ation" + ], + [ + "Ġcaution", + "ary" + ], + [ + "cons", + "umption" + ], + [ + "Ġket", + "one" + ], + [ + "Ġketo", + "ne" + ], + [ + "ĠDeb", + "ris" + ], + [ + "Ġar", + "omas" + ], + [ + "Ġarom", + "as" + ], + [ + "Ġaroma", + "s" + ], + [ + "-", + "physical" + ], + [ + "-ph", + "ysical" + ], + [ + "ĠConsult", + "ants" + ], + [ + "ĠConsultant", + "s" + ], + [ + "vol", + "ent" + ], + [ + "о", + "г" + ], + [ + "оÐ", + "³" + ], + [ + "ĠR", + "abies" + ], + [ + "ĠRa", + "bies" + ], + [ + "ĠRab", + "ies" + ], + [ + "ĠMade", + "ira" + ], + [ + "unn", + "ies" + ], + [ + "Ġworship", + "ping" + ], + [ + "Ġworsh", + "ipping" + ], + [ + "Ġsuper", + "structure" + ], + [ + "Ġsuperst", + "ructure" + ], + [ + "Ġtyph", + "oon" + ], + [ + "ĠMang", + "anese" + ], + [ + "Ġhedge", + "hogs" + ], + [ + "Ġhedgehog", + "s" + ], + [ + "ĠSolid", + "arity" + ], + [ + "Ġsarc", + "ophagus" + ], + [ + "ĠLit", + "urgy" + ], + [ + "-grand", + "father" + ], + [ + "Ma", + "hon" + ], + [ + "Mah", + "on" + ], + [ + "Columb", + "ia" + ], + [ + "extreme", + "ly" + ], + [ + "Ġre", + "establish" + ], + [ + "Ġreest", + "ablish" + ], + [ + "Ġalchem", + "y" + ], + [ + "ĠRu", + "fus" + ], + [ + "ĠRuf", + "us" + ], + [ + "-", + "December" + ], + [ + "-De", + "cember" + ], + [ + "ĠHb", + "A" + ], + [ + "ĠMin", + "oan" + ], + [ + "ĠMino", + "an" + ], + [ + "-fifth", + "s" + ], + [ + "-fif", + "ths" + ], + [ + "ILDR", + "EN" + ], + [ + "B", + "PA" + ], + [ + "BP", + "A" + ], + [ + "F", + "ighting" + ], + [ + "H", + "IST" + ], + [ + "HI", + "ST" + ], + [ + "L", + "am" + ], + [ + "La", + "m" + ], + [ + "O", + "ption" + ], + [ + "Op", + "tion" + ], + [ + "Opt", + "ion" + ], + [ + "Y", + "OU" + ], + [ + "b", + "els" + ], + [ + "be", + "ls" + ], + [ + "bel", + "s" + ], + [ + "b", + "ills" + ], + [ + "bill", + "s" + ], + [ + "bil", + "ls" + ], + [ + "c", + "ult" + ], + [ + "cul", + "t" + ], + [ + "cu", + "lt" + ], + [ + "e", + "on" + ], + [ + "eo", + "n" + ], + [ + "m", + "ity" + ], + [ + "mit", + "y" + ], + [ + "mi", + "ty" + ], + [ + "v", + "all" + ], + [ + "val", + "l" + ], + [ + "va", + "ll" + ], + [ + "Ġ", + "tic" + ], + [ + "Ġt", + "ic" + ], + [ + "Ġti", + "c" + ], + [ + "in", + "ies" + ], + [ + "ini", + "es" + ], + [ + "Ġp", + "arched" + ], + [ + "Ġpar", + "ched" + ], + [ + "ing", + "led" + ], + [ + "ingle", + "d" + ], + [ + "ĠT", + "ense" + ], + [ + "ĠTen", + "se" + ], + [ + "ĠTens", + "e" + ], + [ + "ĠM", + "ises" + ], + [ + "ĠMis", + "es" + ], + [ + "ĠMi", + "ses" + ], + [ + "Ġ", + "BF" + ], + [ + "ĠB", + "F" + ], + [ + "ĠB", + "J" + ], + [ + "Ġ", + "BACK" + ], + [ + "ĠB", + "ACK" + ], + [ + "ĠBAC", + "K" + ], + [ + "Ġ", + "HOME" + ], + [ + "ĠH", + "OME" + ], + [ + "ĠHO", + "ME" + ], + [ + "ĠD", + "SS" + ], + [ + "ĠDS", + "S" + ], + [ + "ĠF", + "ing" + ], + [ + "ĠFin", + "g" + ], + [ + "ĠFi", + "ng" + ], + [ + "ĠR", + "ifle" + ], + [ + "ĠRi", + "fle" + ], + [ + "Ġs", + "ped" + ], + [ + "Ġsp", + "ed" + ], + [ + "Ġspe", + "d" + ], + [ + "ĠN", + "CI" + ], + [ + "ĠNC", + "I" + ], + [ + "ĠG", + "out" + ], + [ + "ĠGo", + "ut" + ], + [ + "ĠGou", + "t" + ], + [ + "a", + "ryl" + ], + [ + "ar", + "yl" + ], + [ + "ary", + "l" + ], + [ + "b", + "erman" + ], + [ + "ber", + "man" + ], + [ + "ub", + "ber" + ], + [ + "ĠV", + "im" + ], + [ + "ĠVi", + "m" + ], + [ + "Ġrep", + "elled" + ], + [ + "Ġrepell", + "ed" + ], + [ + "Ġrepel", + "led" + ], + [ + "Ġreg", + "aining" + ], + [ + "Ġregain", + "ing" + ], + [ + "Ġdist", + "orts" + ], + [ + "Ġdistort", + "s" + ], + [ + "ĠA", + "live" + ], + [ + "ĠAl", + "ive" + ], + [ + "ĠAli", + "ve" + ], + [ + "ar", + "chers" + ], + [ + "arch", + "ers" + ], + [ + "arc", + "hers" + ], + [ + "arche", + "rs" + ], + [ + "Ġc", + "alms" + ], + [ + "Ġcal", + "ms" + ], + [ + "Ġcalm", + "s" + ], + [ + "Ġbus", + "hel" + ], + [ + "Ġbush", + "el" + ], + [ + "ĠC", + "live" + ], + [ + "ĠCl", + "ive" + ], + [ + "ĠEn", + "v" + ], + [ + "ĠBl", + "anche" + ], + [ + "ĠBlanc", + "he" + ], + [ + "ĠBlanch", + "e" + ], + [ + "Ġsuper", + "intend" + ], + [ + "ĠX", + "iang" + ], + [ + "ĠXi", + "ang" + ], + [ + "ĠXia", + "ng" + ], + [ + "ĠC", + "OUR" + ], + [ + "ĠCO", + "UR" + ], + [ + "s", + "ha" + ], + [ + "sh", + "a" + ], + [ + "ĠApp", + "end" + ], + [ + "ĠAp", + "pend" + ], + [ + "ter", + "milk" + ], + [ + "term", + "ilk" + ], + [ + "Ġsn", + "uff" + ], + [ + "ĠB", + "oz" + ], + [ + "ĠBo", + "z" + ], + [ + "ĠHer", + "ring" + ], + [ + "ĠHerr", + "ing" + ], + [ + "ĠFl", + "ats" + ], + [ + "ĠFlat", + "s" + ], + [ + "ĠFla", + "ts" + ], + [ + "ĠM", + "usa" + ], + [ + "ĠMus", + "a" + ], + [ + "ĠMu", + "sa" + ], + [ + "Ġapprox", + "imated" + ], + [ + "Ġapproximate", + "d" + ], + [ + "ĠD", + "aven" + ], + [ + "ĠDav", + "en" + ], + [ + "ĠDa", + "ven" + ], + [ + "ĠDave", + "n" + ], + [ + "cont", + "ains" + ], + [ + "ĠAng", + "ry" + ], + [ + "ĠDes", + "mond" + ], + [ + "Im", + "plementing" + ], + [ + "Ġwet", + "test" + ], + [ + "New", + "ton" + ], + [ + "ĠDe", + "meter" + ], + [ + "ĠDem", + "eter" + ], + [ + "ĠOut", + "break" + ], + [ + "Ġf", + "elled" + ], + [ + "Ġfell", + "ed" + ], + [ + "Ġfel", + "led" + ], + [ + "ĠCy", + "rill" + ], + [ + "ĠCyril", + "l" + ], + [ + "Ġfor", + "gets" + ], + [ + "Ġforget", + "s" + ], + [ + "Ġforg", + "ets" + ], + [ + "Ġforge", + "ts" + ], + [ + "ĠBi", + "gger" + ], + [ + "ĠBig", + "ger" + ], + [ + "ĠVictor", + "ians" + ], + [ + "ĠVictoria", + "ns" + ], + [ + "ĠVictorian", + "s" + ], + [ + "I", + "RA" + ], + [ + "IR", + "A" + ], + [ + "Ġnegot", + "iators" + ], + [ + "A", + "mid" + ], + [ + "Am", + "id" + ], + [ + "Part", + "ners" + ], + [ + "z", + "oa" + ], + [ + "zo", + "a" + ], + [ + "b", + "ellar" + ], + [ + "bell", + "ar" + ], + [ + "bel", + "lar" + ], + [ + "ĠMa", + "inz" + ], + [ + "ĠMain", + "z" + ], + [ + "ĠBal", + "ancing" + ], + [ + "ĠCorpor", + "ations" + ], + [ + "ĠCorporation", + "s" + ], + [ + "ĠCorp", + "orations" + ], + [ + "ĠPath", + "finder" + ], + [ + "Ġdam", + "pen" + ], + [ + "Ġdamp", + "en" + ], + [ + "ĠDe", + "bian" + ], + [ + "ĠDeb", + "ian" + ], + [ + "ĠNewton", + "ian" + ], + [ + "SD", + "Gs" + ], + [ + "SDG", + "s" + ], + [ + "ĠChi", + "apas" + ], + [ + "ĠChia", + "pas" + ], + [ + "Ġ", + "TRAN" + ], + [ + "ĠTR", + "AN" + ], + [ + "ĠTRA", + "N" + ], + [ + "vol", + "ume" + ], + [ + "о", + "м" + ], + [ + "оÐ", + "¼" + ], + [ + "Ġperme", + "ates" + ], + [ + "Ġpermeate", + "s" + ], + [ + "Ġhed", + "ger" + ], + [ + "Ġhedge", + "r" + ], + [ + "Ġell", + "iptic" + ], + [ + "ia", + "tica" + ], + [ + "iat", + "ica" + ], + [ + "iatic", + "a" + ], + [ + "Ġbre", + "wers" + ], + [ + "Ġbrew", + "ers" + ], + [ + "Ġbrewer", + "s" + ], + [ + "ĠPrec", + "autions" + ], + [ + "ĠLore", + "ntz" + ], + [ + "ĠLoren", + "tz" + ], + [ + "Ġwrest", + "le" + ], + [ + "Ġ\\", + "(" + ], + [ + "ĠFul", + "bright" + ], + [ + "Business", + "es" + ], + [ + "Ġgrit", + "ty" + ], + [ + "Ġunsc", + "rupulous" + ], + [ + "Ġparaph", + "rasing" + ], + [ + "-hyd", + "roxy" + ], + [ + "ĠG", + "nostic" + ], + [ + "ĠGn", + "ostic" + ], + [ + "Ġanalges", + "ics" + ], + [ + "Ġanalgesic", + "s" + ], + [ + "IGHT", + "S" + ], + [ + "IGH", + "TS" + ], + [ + "ĠLad", + "akh" + ], + [ + "ĠDolph", + "ins" + ], + [ + "ĠDolphin", + "s" + ], + [ + "-enh", + "anced" + ], + [ + "-che", + "cking" + ], + [ + "-check", + "ing" + ], + [ + "ĠDul", + "uth" + ], + [ + "adv", + "anced" + ], + [ + "junct", + "ivitis" + ], + [ + "ĠRelax", + "ation" + ], + [ + "-vers", + "a" + ], + [ + "Wire", + "less" + ], + [ + "ĠDom", + "ingo" + ], + [ + "ĠDomin", + "go" + ], + [ + "ĠDoming", + "o" + ], + [ + "Ġrabbi", + "nic" + ], + [ + "Ġrabbin", + "ic" + ], + [ + "ĠEndeav", + "our" + ], + [ + "Ġintrac", + "ranial" + ], + [ + "Ġluke", + "warm" + ], + [ + ".", + "it" + ], + [ + ".i", + "t" + ], + [ + ".", + "But" + ], + [ + ".B", + "ut" + ], + [ + ".", + "Ask" + ], + [ + ".A", + "sk" + ], + [ + ".As", + "k" + ], + [ + ".", + "facebook" + ], + [ + "/", + "an" + ], + [ + "/a", + "n" + ], + [ + "E", + "lementary" + ], + [ + "G", + "ly" + ], + [ + "Gl", + "y" + ], + [ + "N", + "elson" + ], + [ + "Ne", + "lson" + ], + [ + "f", + "ers" + ], + [ + "fer", + "s" + ], + [ + "fe", + "rs" + ], + [ + "f", + "urther" + ], + [ + "furt", + "her" + ], + [ + "fur", + "ther" + ], + [ + "k", + "il" + ], + [ + "ki", + "l" + ], + [ + "w", + "anted" + ], + [ + "wan", + "ted" + ], + [ + "want", + "ed" + ], + [ + "Ġb", + "ival" + ], + [ + "Ġbi", + "val" + ], + [ + "le", + "aders" + ], + [ + "lead", + "ers" + ], + [ + "leader", + "s" + ], + [ + "ĠT", + "ricks" + ], + [ + "ĠTr", + "icks" + ], + [ + "ĠTri", + "cks" + ], + [ + "ĠTric", + "ks" + ], + [ + "ĠTrick", + "s" + ], + [ + "ot", + "id" + ], + [ + "oti", + "d" + ], + [ + "ĠS", + "HE" + ], + [ + "ĠSH", + "E" + ], + [ + "ĠI", + "ago" + ], + [ + "ĠIa", + "go" + ], + [ + "Ġw", + "hol" + ], + [ + "Ġwh", + "ol" + ], + [ + "Ġwho", + "l" + ], + [ + "ĠM", + "FA" + ], + [ + "ĠMF", + "A" + ], + [ + "ĠM", + "aimonides" + ], + [ + "q", + "uo" + ], + [ + "qu", + "o" + ], + [ + "ĠH", + "ail" + ], + [ + "ĠHa", + "il" + ], + [ + "ĠHai", + "l" + ], + [ + "ĠH", + "ick" + ], + [ + "ĠHi", + "ck" + ], + [ + "Ġr", + "ump" + ], + [ + "Ġru", + "mp" + ], + [ + "Ġrum", + "p" + ], + [ + "Ġr", + "ims" + ], + [ + "Ġrim", + "s" + ], + [ + "ĠD", + "end" + ], + [ + "ĠDe", + "nd" + ], + [ + "ĠDen", + "d" + ], + [ + "Ġsp", + "anish" + ], + [ + "Ġspan", + "ish" + ], + [ + "Ġspa", + "nish" + ], + [ + "ĠN", + "EA" + ], + [ + "ĠNE", + "A" + ], + [ + "ĠG", + "in" + ], + [ + "ĠGi", + "n" + ], + [ + "om", + "egal" + ], + [ + "ome", + "gal" + ], + [ + "omeg", + "al" + ], + [ + "a", + "gery" + ], + [ + "ag", + "ery" + ], + [ + "age", + "ry" + ], + [ + "ager", + "y" + ], + [ + "ĠO", + "CT" + ], + [ + "ĠOC", + "T" + ], + [ + "ĠK", + "ras" + ], + [ + "ĠKra", + "s" + ], + [ + "ĠKr", + "as" + ], + [ + "y", + "sm" + ], + [ + "ys", + "m" + ], + [ + "y", + "pal" + ], + [ + "yp", + "al" + ], + [ + "Ġdec", + "ryption" + ], + [ + "Ġdecrypt", + "ion" + ], + [ + "Ġob", + "fusc" + ], + [ + "it", + "sch" + ], + [ + "its", + "ch" + ], + [ + "Ġtrans", + "ducers" + ], + [ + "Ġtransdu", + "cers" + ], + [ + "Ġtransducer", + "s" + ], + [ + "Ġsign", + "atories" + ], + [ + "Ġmon", + "keypox" + ], + [ + "Ġmonkey", + "pox" + ], + [ + "Ġins", + "urer" + ], + [ + "Ġinsur", + "er" + ], + [ + "Ġinsure", + "r" + ], + [ + "Ġthree", + "fold" + ], + [ + "-b", + "locking" + ], + [ + "-bl", + "ocking" + ], + [ + "-block", + "ing" + ], + [ + "Ġindividual", + "istic" + ], + [ + "ĠSh", + "roud" + ], + [ + "Ġ", + "Excerpt" + ], + [ + "ĠEx", + "cerpt" + ], + [ + "i", + "naire" + ], + [ + "in", + "aire" + ], + [ + "ina", + "ire" + ], + [ + "inai", + "re" + ], + [ + "-", + "tail" + ], + [ + "-t", + "ail" + ], + [ + "p", + "rice" + ], + [ + "pr", + "ice" + ], + [ + "Ġcirc", + "umnav" + ], + [ + "Ġcircum", + "nav" + ], + [ + "Al", + "ice" + ], + [ + "Ali", + "ce" + ], + [ + "Al", + "uminum" + ], + [ + "Ġm", + "edicated" + ], + [ + "Ġmed", + "icated" + ], + [ + "Ġmedic", + "ated" + ], + [ + "ĠInt", + "estinal" + ], + [ + "ĠHar", + "rington" + ], + [ + "Ġrain", + "bows" + ], + [ + "Ġrainbow", + "s" + ], + [ + "ĠProf", + "iciency" + ], + [ + "Ġh", + "oned" + ], + [ + "Ġhon", + "ed" + ], + [ + "Ġho", + "ned" + ], + [ + "Ġhone", + "d" + ], + [ + "ĠSch", + "izophrenia" + ], + [ + "Ġdrive", + "ways" + ], + [ + "Ġdriveway", + "s" + ], + [ + "Ġmer", + "ges" + ], + [ + "Ġmerge", + "s" + ], + [ + "ĠDec", + "ay" + ], + [ + "Sp", + "read" + ], + [ + "Ġdr", + "ooling" + ], + [ + "Ġdro", + "oling" + ], + [ + "ĠBas", + "eline" + ], + [ + "ĠBase", + "line" + ], + [ + "ĠBasel", + "ine" + ], + [ + "Ġmyth", + "ic" + ], + [ + "Ġapprec", + "iates" + ], + [ + "Ġappreciate", + "s" + ], + [ + "icon", + "vuls" + ], + [ + "Ġcup", + "board" + ], + [ + "Ġmand", + "ala" + ], + [ + "Ġvac", + "ancy" + ], + [ + "-", + "chrom" + ], + [ + "-ch", + "rom" + ], + [ + "ĠMD", + "Gs" + ], + [ + "ĠMDG", + "s" + ], + [ + "b", + "ridges" + ], + [ + "brid", + "ges" + ], + [ + "bridge", + "s" + ], + [ + "ĠEp", + "hesians" + ], + [ + "Ġampl", + "ifies" + ], + [ + "ĠDe", + "scriptions" + ], + [ + "ĠDes", + "criptions" + ], + [ + "ĠDesc", + "riptions" + ], + [ + "ĠDescription", + "s" + ], + [ + "ĠC", + "HP" + ], + [ + "ĠCH", + "P" + ], + [ + "ãģ", + "Ĺ" + ], + [ + "Inc", + "luded" + ], + [ + "Include", + "d" + ], + [ + "l", + "amas" + ], + [ + "la", + "mas" + ], + [ + "lam", + "as" + ], + [ + "ĠPear", + "ce" + ], + [ + "ĠJordan", + "ian" + ], + [ + "ĠJord", + "anian" + ], + [ + "ÑĤ", + "и" + ], + [ + "Educ", + "ators" + ], + [ + "ĠBibl", + "i" + ], + [ + "ĠBib", + "li" + ], + [ + "Ġadvent", + "urers" + ], + [ + "Ġadventure", + "rs" + ], + [ + "Ġadventurer", + "s" + ], + [ + "Ġepidem", + "iologic" + ], + [ + "ĠMo", + "zilla" + ], + [ + "ĠMoz", + "illa" + ], + [ + "sim", + "ile" + ], + [ + "si", + "mile" + ], + [ + "ĠACT", + "IV" + ], + [ + "Ġ", + "á½" + ], + [ + "Ġá", + "½" + ], + [ + "ĠPriv", + "y" + ], + [ + "ĠPri", + "vy" + ], + [ + "ĠCon", + "stance" + ], + [ + "ĠCons", + "tance" + ], + [ + "ĠConst", + "ance" + ], + [ + "ĠAuto", + "immune" + ], + [ + "-", + "small" + ], + [ + "-sm", + "all" + ], + [ + "Ġcrowds", + "ourcing" + ], + [ + "Ġscream", + "s" + ], + [ + "ĠBen", + "tley" + ], + [ + "ĠBent", + "ley" + ], + [ + "ĠH", + "aley" + ], + [ + "ĠHa", + "ley" + ], + [ + "ĠHal", + "ey" + ], + [ + "ĠHale", + "y" + ], + [ + "Ġimprov", + "ise" + ], + [ + "Ġstab", + "bing" + ], + [ + "Ġrelat", + "ivistic" + ], + [ + "ĠMcD", + "owell" + ], + [ + "Ġgerm", + "anium" + ], + [ + "Ġgerman", + "ium" + ], + [ + "Innov", + "ation" + ], + [ + "ĠProx", + "ima" + ], + [ + "Ġdeceler", + "ation" + ], + [ + "Gram", + "mar" + ], + [ + "Ġmeal", + "time" + ], + [ + "Ġmealt", + "ime" + ], + [ + "Ġquarantine", + "d" + ], + [ + "Ġquarant", + "ined" + ], + [ + "ĠHUM", + "AN" + ], + [ + "ĠHU", + "MAN" + ], + [ + "ĠShosh", + "one" + ], + [ + "Ġurtic", + "aria" + ], + [ + "Jenn", + "ifer" + ], + [ + "ĠGuel", + "ph" + ], + [ + "ĠFreib", + "urg" + ], + [ + "accomp", + "anied" + ], + [ + "icrobial", + "s" + ], + [ + "icrob", + "ials" + ], + [ + "-", + "Be" + ], + [ + "-B", + "e" + ], + [ + "-", + "strong" + ], + [ + "-st", + "rong" + ], + [ + "-", + "Ãł" + ], + [ + "/", + "no" + ], + [ + "/n", + "o" + ], + [ + "D", + "or" + ], + [ + "Do", + "r" + ], + [ + "D", + "al" + ], + [ + "Da", + "l" + ], + [ + "N", + "ep" + ], + [ + "Ne", + "p" + ], + [ + "T", + "ill" + ], + [ + "Ti", + "ll" + ], + [ + "c", + "ook" + ], + [ + "co", + "ok" + ], + [ + "g", + "iver" + ], + [ + "gi", + "ver" + ], + [ + "give", + "r" + ], + [ + "i", + "ère" + ], + [ + "j", + "am" + ], + [ + "ja", + "m" + ], + [ + "k", + "amp" + ], + [ + "ka", + "mp" + ], + [ + "s", + "q" + ], + [ + "u", + "u" + ], + [ + "å", + "Į" + ], + [ + "Ġw", + "esterly" + ], + [ + "Ġwest", + "erly" + ], + [ + "Ġ", + "paces" + ], + [ + "Ġp", + "aces" + ], + [ + "Ġpace", + "s" + ], + [ + "Ġpa", + "ces" + ], + [ + "Ġpac", + "es" + ], + [ + "Ġ", + "inel" + ], + [ + "Ġin", + "el" + ], + [ + "Ġi", + "nel" + ], + [ + "Ġine", + "l" + ], + [ + "Ġd", + "ine" + ], + [ + "Ġdi", + "ne" + ], + [ + "Ġdin", + "e" + ], + [ + "Ġe", + "greg" + ], + [ + "Ġeg", + "reg" + ], + [ + "Ġe", + "books" + ], + [ + "Ġebook", + "s" + ], + [ + "Ġeb", + "ooks" + ], + [ + "Ġl", + "ull" + ], + [ + "Ġl", + "aps" + ], + [ + "Ġla", + "ps" + ], + [ + "Ġlap", + "s" + ], + [ + "ĠT", + "TL" + ], + [ + "ĠTT", + "L" + ], + [ + "i", + "gee" + ], + [ + "ig", + "ee" + ], + [ + "ige", + "e" + ], + [ + "ĠA", + "AS" + ], + [ + "ĠAA", + "S" + ], + [ + "ĠS", + "rin" + ], + [ + "ĠSri", + "n" + ], + [ + "ĠSr", + "in" + ], + [ + "i", + "rn" + ], + [ + "ir", + "n" + ], + [ + "ĠC", + "UR" + ], + [ + "ĠCU", + "R" + ], + [ + "a", + "dt" + ], + [ + "ad", + "t" + ], + [ + "ĠP", + "p" + ], + [ + "a", + "bas" + ], + [ + "ab", + "as" + ], + [ + "aba", + "s" + ], + [ + "ac", + "ademic" + ], + [ + "ro", + "mine" + ], + [ + "rom", + "ine" + ], + [ + "ĠH", + "emorrh" + ], + [ + "ĠHem", + "orrh" + ], + [ + "os", + "tom" + ], + [ + "ost", + "om" + ], + [ + "osto", + "m" + ], + [ + "red", + "uce" + ], + [ + "Ġpl", + "umber" + ], + [ + "Ġplum", + "ber" + ], + [ + "Ġplumb", + "er" + ], + [ + "ak", + "ob" + ], + [ + "ako", + "b" + ], + [ + "Ġ", + "Thu" + ], + [ + "ĠT", + "hu" + ], + [ + "ĠTh", + "u" + ], + [ + "Ġapp", + "let" + ], + [ + "Ġap", + "plet" + ], + [ + "Ġappl", + "et" + ], + [ + "Ġapple", + "t" + ], + [ + "r", + "iti" + ], + [ + "ri", + "ti" + ], + [ + "rit", + "i" + ], + [ + "Ġc", + "ola" + ], + [ + "Ġcol", + "a" + ], + [ + "Ġco", + "la" + ], + [ + "Ġ\"", + "'" + ], + [ + "ĠV", + "HF" + ], + [ + "Ġcar", + "ap" + ], + [ + "Ġca", + "rap" + ], + [ + "âĢĶ", + "no" + ], + [ + "Ġtre", + "ble" + ], + [ + "ĠAd", + "olph" + ], + [ + "m", + "ani" + ], + [ + "man", + "i" + ], + [ + "ma", + "ni" + ], + [ + "Ġleg", + "ible" + ], + [ + "Ġpar", + "liaments" + ], + [ + "Ġparliament", + "s" + ], + [ + "ĠSh", + "asta" + ], + [ + "ĠSha", + "sta" + ], + [ + "ĠAt", + "ten" + ], + [ + "ĠAtt", + "en" + ], + [ + "ĠPh", + "antom" + ], + [ + "u", + "ropathy" + ], + [ + "ur", + "opathy" + ], + [ + "urop", + "athy" + ], + [ + "uro", + "pathy" + ], + [ + "uropa", + "thy" + ], + [ + "-", + "meg" + ], + [ + "-m", + "eg" + ], + [ + "-me", + "g" + ], + [ + "ul", + "ele" + ], + [ + "ule", + "le" + ], + [ + "ĠA", + "mir" + ], + [ + "ĠAm", + "ir" + ], + [ + "ĠH", + "arp" + ], + [ + "ĠHar", + "p" + ], + [ + "Ġang", + "iography" + ], + [ + "Ġangi", + "ography" + ], + [ + "ĠTw", + "ice" + ], + [ + "ros", + "pective" + ], + [ + "-", + "leg" + ], + [ + "-l", + "eg" + ], + [ + "-le", + "g" + ], + [ + "mark", + "able" + ], + [ + "ĠBel", + "grade" + ], + [ + "ĠBelg", + "rade" + ], + [ + "Ġbrief", + "s" + ], + [ + "-", + "British" + ], + [ + "-B", + "ritish" + ], + [ + "ĠCivil", + "ian" + ], + [ + "ĠCiv", + "ilian" + ], + [ + "Ġg", + "arg" + ], + [ + "Ġgar", + "g" + ], + [ + "Ġtun", + "ic" + ], + [ + "Ġtu", + "nic" + ], + [ + "Ġparam", + "ilitary" + ], + [ + "Ġpara", + "military" + ], + [ + "Ġpron", + "unciations" + ], + [ + "Ġpronunciation", + "s" + ], + [ + "ca", + "emia" + ], + [ + "Ġinf", + "ective" + ], + [ + "Ġinfect", + "ive" + ], + [ + "Ġpassage", + "way" + ], + [ + "ĠSpecial", + "ty" + ], + [ + "ĠGrand", + "ma" + ], + [ + "Ġguess", + "work" + ], + [ + "Ġtab", + "oos" + ], + [ + "Ġtaboo", + "s" + ], + [ + "ĠTrust", + "s" + ], + [ + "ĠTru", + "sts" + ], + [ + "Gl", + "ossary" + ], + [ + "-", + "Jan" + ], + [ + "-J", + "an" + ], + [ + "bel", + "ieve" + ], + [ + "belie", + "ve" + ], + [ + "ĠMind", + "ful" + ], + [ + ",'", + "\"" + ], + [ + "Ġbon", + "fire" + ], + [ + "Ġket", + "osis" + ], + [ + "Ġketo", + "sis" + ], + [ + "ĠTra", + "vels" + ], + [ + "ĠTravel", + "s" + ], + [ + "Min", + "im" + ], + [ + "Mini", + "m" + ], + [ + "Contin", + "uous" + ], + [ + "Hy", + "dro" + ], + [ + "Hyd", + "ro" + ], + [ + "ĠDiss", + "ertation" + ], + [ + "Princ", + "iple" + ], + [ + "ĠRecommend", + "ation" + ], + [ + "ĠPiet", + "ro" + ], + [ + "acid", + "osis" + ], + [ + "-engine", + "ered" + ], + [ + "Ġlogarith", + "m" + ], + [ + "sym", + "ptoms" + ], + [ + "ĠCoy", + "ote" + ], + [ + "ar", + "coal" + ], + [ + "arco", + "al" + ], + [ + "Ġtamp", + "ons" + ], + [ + "ĠTyph", + "oon" + ], + [ + "ĠNeuro", + "psych" + ], + [ + "ĠNeurop", + "sych" + ], + [ + "Ġnanow", + "ires" + ], + [ + "-absor", + "bing" + ], + [ + "Ġbery", + "llium" + ], + [ + "Ġsophom", + "ore" + ], + [ + "ĠMiddle", + "sex" + ], + [ + "ĠMiddles", + "ex" + ], + [ + "Ġsess", + "ile" + ], + [ + "(", + "Note" + ], + [ + "(N", + "ote" + ], + [ + "-", + "isol" + ], + [ + "-is", + "ol" + ], + [ + ".", + "no" + ], + [ + ".n", + "o" + ], + [ + "A", + "AP" + ], + [ + "AA", + "P" + ], + [ + "E", + "IA" + ], + [ + "EI", + "A" + ], + [ + "F", + "lying" + ], + [ + "Fl", + "ying" + ], + [ + "Fly", + "ing" + ], + [ + "K", + "U" + ], + [ + "K", + "ath" + ], + [ + "Ka", + "th" + ], + [ + "Kat", + "h" + ], + [ + "L", + "ip" + ], + [ + "Li", + "p" + ], + [ + "S", + "af" + ], + [ + "Sa", + "f" + ], + [ + "S", + "lavery" + ], + [ + "Sl", + "avery" + ], + [ + "[", + "/" + ], + [ + "a", + "hertz" + ], + [ + "ah", + "ertz" + ], + [ + "d", + "one" + ], + [ + "do", + "ne" + ], + [ + "don", + "e" + ], + [ + "k", + "ot" + ], + [ + "ko", + "t" + ], + [ + "n", + "oea" + ], + [ + "no", + "ea" + ], + [ + "p", + "ick" + ], + [ + "pi", + "ck" + ], + [ + "pic", + "k" + ], + [ + "p", + "ush" + ], + [ + "pus", + "h" + ], + [ + "pu", + "sh" + ], + [ + "p", + "oses" + ], + [ + "pose", + "s" + ], + [ + "po", + "ses" + ], + [ + "r", + "ino" + ], + [ + "ri", + "no" + ], + [ + "rin", + "o" + ], + [ + "Ġt", + "row" + ], + [ + "Ġtr", + "ow" + ], + [ + "Ġtro", + "w" + ], + [ + "Ġs", + "ane" + ], + [ + "Ġsa", + "ne" + ], + [ + "Ġsan", + "e" + ], + [ + "Ġs", + "igma" + ], + [ + "Ġsig", + "ma" + ], + [ + "Ġc", + "rou" + ], + [ + "Ġcr", + "ou" + ], + [ + "Ġcro", + "u" + ], + [ + "Ġin", + "alienable" + ], + [ + "Ġm", + "illed" + ], + [ + "Ġmil", + "led" + ], + [ + "Ġmill", + "ed" + ], + [ + "Ġre", + "aping" + ], + [ + "Ġreap", + "ing" + ], + [ + "s", + "tri" + ], + [ + "st", + "ri" + ], + [ + "str", + "i" + ], + [ + "ĠT", + "oni" + ], + [ + "ĠTo", + "ni" + ], + [ + "ĠTon", + "i" + ], + [ + "ĠC", + "anc" + ], + [ + "ĠCan", + "c" + ], + [ + "ĠCa", + "nc" + ], + [ + "Ġan", + "ime" + ], + [ + "Ġanim", + "e" + ], + [ + "ĠM", + "eredith" + ], + [ + "Ġde", + "ems" + ], + [ + "Ġdeem", + "s" + ], + [ + "Ġ", + "PLE" + ], + [ + "ĠP", + "LE" + ], + [ + "ĠPL", + "E" + ], + [ + "ĠB", + "ala" + ], + [ + "ĠBa", + "la" + ], + [ + "ĠBal", + "a" + ], + [ + "o", + "scient" + ], + [ + "os", + "cient" + ], + [ + "osc", + "ient" + ], + [ + "qu", + "eville" + ], + [ + "que", + "ville" + ], + [ + "ĠH", + "umber" + ], + [ + "ĠHum", + "ber" + ], + [ + "ĠHu", + "mber" + ], + [ + "ĠHumb", + "er" + ], + [ + "ĠH", + "UD" + ], + [ + "ĠHU", + "D" + ], + [ + "ĠE", + "nerg" + ], + [ + "ĠEn", + "erg" + ], + [ + "ĠEner", + "g" + ], + [ + "ĠF", + "are" + ], + [ + "ĠFar", + "e" + ], + [ + "ĠFa", + "re" + ], + [ + "ĠN", + "ant" + ], + [ + "ĠNa", + "nt" + ], + [ + "ĠNan", + "t" + ], + [ + "ĠG", + "ives" + ], + [ + "ĠGive", + "s" + ], + [ + "ĠGi", + "ves" + ], + [ + "ĠG", + "ifts" + ], + [ + "ĠGi", + "fts" + ], + [ + "ĠGift", + "s" + ], + [ + "ĠL", + "aptop" + ], + [ + "ĠLap", + "top" + ], + [ + "ĠK", + "m" + ], + [ + "ĠK", + "ed" + ], + [ + "ĠKe", + "d" + ], + [ + "ĠK", + "oen" + ], + [ + "ĠKo", + "en" + ], + [ + "Ġbl", + "ond" + ], + [ + "Ġblo", + "nd" + ], + [ + "tern", + "oons" + ], + [ + "ternoon", + "s" + ], + [ + "Ġre", + "processing" + ], + [ + "Ġrep", + "rocessing" + ], + [ + "Ġs", + "mother" + ], + [ + "Ġsm", + "other" + ], + [ + "Ġsmo", + "ther" + ], + [ + "Ġsim", + "ulators" + ], + [ + "Ġsimulator", + "s" + ], + [ + "Ġjust", + "ifiable" + ], + [ + "Ġext", + "ol" + ], + [ + "Ġav", + "atars" + ], + [ + "Ġavatar", + "s" + ], + [ + "und", + "um" + ], + [ + "ar", + "si" + ], + [ + "ars", + "i" + ], + [ + "Ġchar", + "red" + ], + [ + "âĢľ", + "B" + ], + [ + "Ġsl", + "oped" + ], + [ + "Ġslope", + "d" + ], + [ + "ĠEx", + "ist" + ], + [ + "ĠEn", + "zyme" + ], + [ + "-", + "liquid" + ], + [ + "-l", + "iquid" + ], + [ + "a", + "uto" + ], + [ + "au", + "to" + ], + [ + "aut", + "o" + ], + [ + "Ġobserv", + "ances" + ], + [ + "Ġobservance", + "s" + ], + [ + "Ġenvironment", + "alism" + ], + [ + "Ġenvironmental", + "ism" + ], + [ + "ĠG", + "uan" + ], + [ + "ĠGu", + "an" + ], + [ + "Ġi", + "Phones" + ], + [ + "ĠiPhone", + "s" + ], + [ + "ĠMon", + "aco" + ], + [ + "ĠMona", + "co" + ], + [ + "ĠS", + "wing" + ], + [ + "ĠSw", + "ing" + ], + [ + "Ġwinter", + "time" + ], + [ + "Ġt", + "iters" + ], + [ + "Ġtit", + "ers" + ], + [ + "Ġti", + "ters" + ], + [ + "Ġfresh", + "men" + ], + [ + "Ġstaff", + "s" + ], + [ + "Ġtele", + "vised" + ], + [ + "Ġindustrial", + "ised" + ], + [ + "Ġeggs", + "hells" + ], + [ + "ĠPal", + "au" + ], + [ + "ĠPa", + "lau" + ], + [ + "Ġvul", + "va" + ], + [ + "ĠM", + "ounted" + ], + [ + "ĠMount", + "ed" + ], + [ + "ĠMo", + "unted" + ], + [ + "ĠRe", + "main" + ], + [ + "ĠRem", + "ain" + ], + [ + "ĠLa", + "place" + ], + [ + "-", + "Black" + ], + [ + "-B", + "lack" + ], + [ + "-Bl", + "ack" + ], + [ + "ĠSub", + "committee" + ], + [ + "w", + "ells" + ], + [ + "well", + "s" + ], + [ + "wel", + "ls" + ], + [ + "ĠSal", + "zburg" + ], + [ + "Ġgluc", + "ocortic" + ], + [ + "Ġ", + "<<" + ], + [ + "Ġ<", + "<" + ], + [ + "ĠEqu", + "ivalent" + ], + [ + "ĠEqu", + "atorial" + ], + [ + "ĠEquator", + "ial" + ], + [ + "Comp", + "rehensive" + ], + [ + "Ġpil", + "oting" + ], + [ + "Ġpilot", + "ing" + ], + [ + "Ġdis", + "may" + ], + [ + "Ġdism", + "ay" + ], + [ + "fe", + "eling" + ], + [ + "feel", + "ing" + ], + [ + "ĠEll", + "ison" + ], + [ + "ĠEllis", + "on" + ], + [ + "-dep", + "rived" + ], + [ + "Ġsubtle", + "ties" + ], + [ + "ĠPol", + "lock" + ], + [ + "ĠPoll", + "ock" + ], + [ + "Gu", + "ided" + ], + [ + "Guide", + "d" + ], + [ + "Guid", + "ed" + ], + [ + "ĠHad", + "ley" + ], + [ + "Ġepit", + "ome" + ], + [ + "Ġepitom", + "e" + ], + [ + "F", + "lag" + ], + [ + "Fl", + "ag" + ], + [ + "α", + "ι" + ], + [ + "Ġbub", + "onic" + ], + [ + "ĠGraph", + "s" + ], + [ + "ĠGrap", + "hs" + ], + [ + "ĠTravel", + "ers" + ], + [ + "ĠMass", + "ey" + ], + [ + "ĠMas", + "sey" + ], + [ + "Ġincub", + "ate" + ], + [ + "ĠHell", + "enic" + ], + [ + "ĠHellen", + "ic" + ], + [ + "Ġb", + "idirectional" + ], + [ + "Ġbid", + "irectional" + ], + [ + "Ġulcer", + "ation" + ], + [ + "ĠAutom", + "obile" + ], + [ + "ĠAuto", + "mobile" + ], + [ + "Ġaggrav", + "ating" + ], + [ + "Ġuneven", + "ly" + ], + [ + "ĠTherap", + "ies" + ], + [ + "Ġelectroc", + "ardiogram" + ], + [ + "Ġinter", + "sects" + ], + [ + "Ġintersect", + "s" + ], + [ + "Tom", + "orrow" + ], + [ + "ĠShar", + "pe" + ], + [ + "ĠSharp", + "e" + ], + [ + "Ġencaps", + "ulation" + ], + [ + "Ùı", + "ÙĪ" + ], + [ + "-", + "prevent" + ], + [ + "-pr", + "event" + ], + [ + "-pre", + "vent" + ], + [ + "ĠCalcul", + "ation" + ], + [ + "ĠCalc", + "ulation" + ], + [ + "Ġforeb", + "ears" + ], + [ + "Ġlouds", + "peaker" + ], + [ + "ĠSmok", + "y" + ], + [ + "Ġuphol", + "stery" + ], + [ + "Ġobel", + "isk" + ], + [ + "Ġobit", + "uary" + ], + [ + "\"", + "||" + ], + [ + ".", + "â" + ], + [ + "/", + "water" + ], + [ + "/w", + "ater" + ], + [ + "A", + "SA" + ], + [ + "AS", + "A" + ], + [ + "D", + "ust" + ], + [ + "Du", + "st" + ], + [ + "D", + "ynamic" + ], + [ + "F", + "ACT" + ], + [ + "FA", + "CT" + ], + [ + "T", + "D" + ], + [ + "d", + "ron" + ], + [ + "dr", + "on" + ], + [ + "dro", + "n" + ], + [ + "e", + "ast" + ], + [ + "ea", + "st" + ], + [ + "eas", + "t" + ], + [ + "h", + "z" + ], + [ + "h", + "ame" + ], + [ + "ha", + "me" + ], + [ + "ham", + "e" + ], + [ + "i", + "ella" + ], + [ + "ie", + "lla" + ], + [ + "iel", + "la" + ], + [ + "j", + "s" + ], + [ + "j", + "it" + ], + [ + "ji", + "t" + ], + [ + "l", + "ac" + ], + [ + "la", + "c" + ], + [ + "n", + "umbers" + ], + [ + "number", + "s" + ], + [ + "num", + "bers" + ], + [ + "t", + "ell" + ], + [ + "te", + "ll" + ], + [ + "tel", + "l" + ], + [ + "Ä", + "Ĺ" + ], + [ + "Ġo", + "chre" + ], + [ + "Ġoch", + "re" + ], + [ + "Ġp", + "ogrom" + ], + [ + "Ġb", + "ce" + ], + [ + "Ġbc", + "e" + ], + [ + "Ġm", + "uck" + ], + [ + "Ġmuc", + "k" + ], + [ + "Ġmu", + "ck" + ], + [ + "Ġ", + "hab" + ], + [ + "Ġh", + "ab" + ], + [ + "Ġha", + "b" + ], + [ + "Ġg", + "erb" + ], + [ + "Ġger", + "b" + ], + [ + "ĠT", + "ender" + ], + [ + "ĠTe", + "nder" + ], + [ + "ĠTen", + "der" + ], + [ + "ĠTend", + "er" + ], + [ + "ĠS", + "ERV" + ], + [ + "ĠSER", + "V" + ], + [ + "Ġ", + "CY" + ], + [ + "ĠC", + "Y" + ], + [ + "ĠM", + "olecules" + ], + [ + "ĠMole", + "cules" + ], + [ + "Ġde", + "letions" + ], + [ + "Ġdeletion", + "s" + ], + [ + "ĠP", + "AS" + ], + [ + "ĠPA", + "S" + ], + [ + "Ġsu", + "pr" + ], + [ + "Ġsup", + "r" + ], + [ + "qu", + "ere" + ], + [ + "que", + "re" + ], + [ + "quer", + "e" + ], + [ + "ĠH", + "Cl" + ], + [ + "ĠHC", + "l" + ], + [ + "ĠD", + "ia" + ], + [ + "ĠDi", + "a" + ], + [ + "ĠF", + "aced" + ], + [ + "ĠFace", + "d" + ], + [ + "ĠFac", + "ed" + ], + [ + "ĠFa", + "ced" + ], + [ + "ĠR", + "ye" + ], + [ + "ĠRy", + "e" + ], + [ + "ĠG", + "us" + ], + [ + "ĠGu", + "s" + ], + [ + "ĠG", + "rief" + ], + [ + "ĠGr", + "ief" + ], + [ + "ĠGri", + "ef" + ], + [ + "Ġme", + "andering" + ], + [ + "ĠSt", + "arr" + ], + [ + "ĠStar", + "r" + ], + [ + "ĠSta", + "rr" + ], + [ + "Ġpre", + "biotic" + ], + [ + "ĠK", + "ov" + ], + [ + "ĠKo", + "v" + ], + [ + "Ġover", + "tones" + ], + [ + "Ġovert", + "ones" + ], + [ + "ĠC", + "hir" + ], + [ + "ĠCh", + "ir" + ], + [ + "ĠChi", + "r" + ], + [ + "ĠCh", + "ant" + ], + [ + "ĠChan", + "t" + ], + [ + "ĠCha", + "nt" + ], + [ + "Ġt", + "wine" + ], + [ + "Ġtw", + "ine" + ], + [ + "Ġtwin", + "e" + ], + [ + "at", + "aw" + ], + [ + "ata", + "w" + ], + [ + "Ġcar", + "ats" + ], + [ + "Ġca", + "rats" + ], + [ + "Ġcarat", + "s" + ], + [ + "me", + "ier" + ], + [ + "Ġwar", + "ped" + ], + [ + "Ġwarp", + "ed" + ], + [ + "ĠGod", + "frey" + ], + [ + "sp", + "read" + ], + [ + "-t", + "orn" + ], + [ + "-to", + "rn" + ], + [ + "is", + "cule" + ], + [ + "isc", + "ule" + ], + [ + "ĠM", + "arse" + ], + [ + "ĠMar", + "se" + ], + [ + "ĠMars", + "e" + ], + [ + "-w", + "ake" + ], + [ + "-wa", + "ke" + ], + [ + "-", + "write" + ], + [ + "-w", + "rite" + ], + [ + "Ġd", + "angling" + ], + [ + "Ġdang", + "ling" + ], + [ + "Ġdan", + "gling" + ], + [ + "Ġcoun", + "cill" + ], + [ + "Ġcouncil", + "l" + ], + [ + "Ġsn", + "are" + ], + [ + "-g", + "overning" + ], + [ + "-govern", + "ing" + ], + [ + "-to", + "othed" + ], + [ + "-too", + "thed" + ], + [ + "ĠInter", + "personal" + ], + [ + "ĠST", + "OP" + ], + [ + "Ġappoint", + "ing" + ], + [ + "Ġn", + "anor" + ], + [ + "Ġnan", + "or" + ], + [ + "Ġna", + "nor" + ], + [ + "Ġnano", + "r" + ], + [ + "ĠJud", + "iciary" + ], + [ + "Ġcarb", + "oxylic" + ], + [ + "ĠLe", + "gs" + ], + [ + "ĠLeg", + "s" + ], + [ + "Ġshe", + "eting" + ], + [ + "Ġsheet", + "ing" + ], + [ + "ĠCy", + "cles" + ], + [ + "ĠCycle", + "s" + ], + [ + "ĠCycl", + "es" + ], + [ + "-cont", + "amination" + ], + [ + "uber", + "netes" + ], + [ + "ĠP", + "enet" + ], + [ + "ĠPe", + "net" + ], + [ + "ĠPen", + "et" + ], + [ + "I", + "FF" + ], + [ + "IF", + "F" + ], + [ + "Ġstabil", + "izes" + ], + [ + "Ġstabilize", + "s" + ], + [ + "Ġpod", + "iatrist" + ], + [ + "Ġdis", + "information" + ], + [ + "Ġdisin", + "formation" + ], + [ + "Ġminister", + "ial" + ], + [ + "ĠM", + "andel" + ], + [ + "ĠMan", + "del" + ], + [ + "ĠMa", + "ndel" + ], + [ + "ĠMand", + "el" + ], + [ + "ĠOpt", + "imal" + ], + [ + "ĠOptim", + "al" + ], + [ + "ĠA", + "hab" + ], + [ + "ĠAh", + "ab" + ], + [ + "ĠBor", + "relia" + ], + [ + "Ġintercon", + "nections" + ], + [ + "Ġinterconnect", + "ions" + ], + [ + "Ġinterconnection", + "s" + ], + [ + "ĠA", + "erobic" + ], + [ + "ĠAer", + "obic" + ], + [ + "ĠAero", + "bic" + ], + [ + "Ġparish", + "ion" + ], + [ + "o", + "ggle" + ], + [ + "og", + "gle" + ], + [ + "ogg", + "le" + ], + [ + "Ġmicrob", + "iologist" + ], + [ + "Ġmicrobi", + "ologist" + ], + [ + "ĠOccup", + "ation" + ], + [ + "Ġech", + "olocation" + ], + [ + ">", + ">>" + ], + [ + ">>", + ">" + ], + [ + "Ġrheumat", + "ism" + ], + [ + "Ġmerc", + "antile" + ], + [ + "ĠN", + "HL" + ], + [ + "ĠNH", + "L" + ], + [ + "Ġfond", + "ness" + ], + [ + "ĠDial", + "ect" + ], + [ + "ĠDia", + "lect" + ], + [ + "á»", + "ĩ" + ], + [ + "Eth", + "nic" + ], + [ + "ĠExpedition", + "ary" + ], + [ + "Ġeye", + "wear" + ], + [ + "Ġeyew", + "ear" + ], + [ + "Ġpomegran", + "ates" + ], + [ + "Ġpomegranate", + "s" + ], + [ + "Ġka", + "rate" + ], + [ + "Ġkar", + "ate" + ], + [ + "Ġnom", + "inally" + ], + [ + "Ġnominal", + "ly" + ], + [ + "Ġnomin", + "ally" + ], + [ + "Tor", + "onto" + ], + [ + "Ġrejuven", + "ate" + ], + [ + "Ġscor", + "ched" + ], + [ + "Sure", + "ly" + ], + [ + "ĠChrys", + "ler" + ], + [ + "ĠSpin", + "ach" + ], + [ + "Ġamelior", + "ate" + ], + [ + "Ġmultim", + "odal" + ], + [ + "/", + "resources" + ], + [ + "/res", + "ources" + ], + [ + "ĠRhet", + "oric" + ], + [ + "ĠBerk", + "shire" + ], + [ + "ĠBerks", + "hire" + ], + [ + "uni", + "versal" + ], + [ + "univers", + "al" + ], + [ + "borr", + "heic" + ], + [ + "-", + "its" + ], + [ + "-it", + "s" + ], + [ + "-i", + "ts" + ], + [ + "/", + "ph" + ], + [ + "/p", + "h" + ], + [ + "A", + "ware" + ], + [ + "Aw", + "are" + ], + [ + "C", + "ourt" + ], + [ + "Co", + "urt" + ], + [ + "Cour", + "t" + ], + [ + "N", + "ar" + ], + [ + "Na", + "r" + ], + [ + "O", + "ak" + ], + [ + "j", + "on" + ], + [ + "jo", + "n" + ], + [ + "o", + "iled" + ], + [ + "oil", + "ed" + ], + [ + "oi", + "led" + ], + [ + "w", + "ant" + ], + [ + "wan", + "t" + ], + [ + "wa", + "nt" + ], + [ + "y", + "ri" + ], + [ + "yr", + "i" + ], + [ + "z", + "heim" + ], + [ + "ç", + "ī" + ], + [ + "Ġt", + "out" + ], + [ + "Ġto", + "ut" + ], + [ + "Ġtou", + "t" + ], + [ + "Ġ", + "ach" + ], + [ + "Ġa", + "ch" + ], + [ + "Ġac", + "h" + ], + [ + "Ġa", + "field" + ], + [ + "Ġaf", + "ield" + ], + [ + "Ġp", + "orter" + ], + [ + "Ġport", + "er" + ], + [ + "Ġpor", + "ter" + ], + [ + "Ġin", + "set" + ], + [ + "Ġins", + "et" + ], + [ + "Ġinse", + "t" + ], + [ + "Ġre", + "absor" + ], + [ + "Ġl", + "ye" + ], + [ + "Ġly", + "e" + ], + [ + "st", + "rel" + ], + [ + "str", + "el" + ], + [ + "s", + "ept" + ], + [ + "se", + "pt" + ], + [ + "im", + "ension" + ], + [ + "imens", + "ion" + ], + [ + "id", + "irectional" + ], + [ + "ĠA", + "ffective" + ], + [ + "ĠAff", + "ective" + ], + [ + "ĠAffect", + "ive" + ], + [ + "Ġpro", + "stitute" + ], + [ + "Ġprost", + "itute" + ], + [ + "ad", + "ine" + ], + [ + "adi", + "ne" + ], + [ + "ate", + "uch" + ], + [ + "ĠP", + "ee" + ], + [ + "ĠPe", + "e" + ], + [ + "ĠP", + "UR" + ], + [ + "ĠPU", + "R" + ], + [ + "ĠB", + "aking" + ], + [ + "ĠBa", + "king" + ], + [ + "ĠBak", + "ing" + ], + [ + "ĠB", + "rug" + ], + [ + "ĠBr", + "ug" + ], + [ + "ĠBru", + "g" + ], + [ + "or", + "tal" + ], + [ + "ort", + "al" + ], + [ + "orta", + "l" + ], + [ + "ĠD", + "olly" + ], + [ + "ĠDol", + "ly" + ], + [ + "ĠDoll", + "y" + ], + [ + "ĠR", + "ak" + ], + [ + "ĠRa", + "k" + ], + [ + "ĠR", + "udd" + ], + [ + "ĠRud", + "d" + ], + [ + "ĠRu", + "dd" + ], + [ + "ag", + "oras" + ], + [ + "ago", + "ras" + ], + [ + "ĠU", + "H" + ], + [ + "Ġim", + "printed" + ], + [ + "Ġimp", + "rinted" + ], + [ + "Ġimprint", + "ed" + ], + [ + "Ġcomm", + "ences" + ], + [ + "Ġcommence", + "s" + ], + [ + "ĠS", + "tor" + ], + [ + "ĠSt", + "or" + ], + [ + "ĠSto", + "r" + ], + [ + "ĠK", + "ost" + ], + [ + "ĠKos", + "t" + ], + [ + "ĠKo", + "st" + ], + [ + "Ġcol", + "iform" + ], + [ + "Ġcoli", + "form" + ], + [ + "Ġprov", + "okes" + ], + [ + "Ġprovoke", + "s" + ], + [ + "Ġpr", + "ions" + ], + [ + "Ġpri", + "ons" + ], + [ + "Ġprion", + "s" + ], + [ + "Ġd", + "ietic" + ], + [ + "Ġdi", + "etic" + ], + [ + "Ġdiet", + "ic" + ], + [ + "Ġdie", + "tic" + ], + [ + "Ġam", + "azon" + ], + [ + "Ġac", + "acia" + ], + [ + "Ġfl", + "anking" + ], + [ + "Ġflank", + "ing" + ], + [ + "h", + "esh" + ], + [ + "he", + "sh" + ], + [ + "hes", + "h" + ], + [ + "Ġb", + "ucc" + ], + [ + "Ġbu", + "cc" + ], + [ + "Ġbuc", + "c" + ], + [ + "Ġeffect", + "ing" + ], + [ + "Ġeff", + "ecting" + ], + [ + "f", + "ted" + ], + [ + "ft", + "ed" + ], + [ + "T", + "hu" + ], + [ + "Th", + "u" + ], + [ + "any", + "thing" + ], + [ + "Ġbr", + "ides" + ], + [ + "Ġbrid", + "es" + ], + [ + "Ġbride", + "s" + ], + [ + "Ġbri", + "des" + ], + [ + "in", + "alis" + ], + [ + "inal", + "is" + ], + [ + "ina", + "lis" + ], + [ + "om", + "sky" + ], + [ + "oms", + "ky" + ], + [ + "âĢľ", + "H" + ], + [ + "Ġret", + "racted" + ], + [ + "ax", + "ies" + ], + [ + "Ġmus", + "lim" + ], + [ + "Ġprogram", + "matic" + ], + [ + "t", + "oes" + ], + [ + "to", + "es" + ], + [ + "toe", + "s" + ], + [ + "-", + "female" + ], + [ + "-f", + "emale" + ], + [ + "-fe", + "male" + ], + [ + "Ġaffect", + "ions" + ], + [ + "Ġaff", + "ections" + ], + [ + "Ġaf", + "fections" + ], + [ + "Ġaffection", + "s" + ], + [ + "ĠRe", + "aching" + ], + [ + "ĠReach", + "ing" + ], + [ + "am", + "ping" + ], + [ + "amp", + "ing" + ], + [ + "-", + "pol" + ], + [ + "-p", + "ol" + ], + [ + "-po", + "l" + ], + [ + "o", + "fem" + ], + [ + "of", + "em" + ], + [ + "St", + "orage" + ], + [ + "Ġe", + "rasing" + ], + [ + "Ġer", + "asing" + ], + [ + "Ġera", + "sing" + ], + [ + "Ġeras", + "ing" + ], + [ + "cul", + "oskeletal" + ], + [ + "-l", + "aying" + ], + [ + "-la", + "ying" + ], + [ + "Ġprim", + "ing" + ], + [ + "Ġpri", + "ming" + ], + [ + "Ġbab", + "oons" + ], + [ + "umb", + "ness" + ], + [ + "ĠQu", + "ar" + ], + [ + "c", + "eeding" + ], + [ + "ce", + "eding" + ], + [ + "ceed", + "ing" + ], + [ + "Ġmis", + "chie" + ], + [ + "Ġden", + "ounce" + ], + [ + "ĠAut", + "istic" + ], + [ + "ĠInter", + "disciplinary" + ], + [ + "mat", + "urity" + ], + [ + "á", + "vez" + ], + [ + "ĠMem", + "ories" + ], + [ + "ĠMemor", + "ies" + ], + [ + "ĠâĢ¢", + "Ċ" + ], + [ + "ca", + "used" + ], + [ + "cause", + "d" + ], + [ + "ĠExp", + "anded" + ], + [ + "ĠExpand", + "ed" + ], + [ + "-", + "exam" + ], + [ + "-ex", + "am" + ], + [ + "ĠWal", + "ters" + ], + [ + "ĠWalter", + "s" + ], + [ + "ĠWalt", + "ers" + ], + [ + "Ġlunch", + "time" + ], + [ + "Mar", + "x" + ], + [ + "ĠSav", + "oy" + ], + [ + "ĠHo", + "nest" + ], + [ + "ĠHon", + "est" + ], + [ + "Ġalb", + "ino" + ], + [ + "ĠParticip", + "ating" + ], + [ + "Ġd", + "wells" + ], + [ + "Ġdwell", + "s" + ], + [ + "Ġdw", + "ells" + ], + [ + "Ġphone", + "tics" + ], + [ + "Ġphon", + "etics" + ], + [ + "Ġphonetic", + "s" + ], + [ + "Ġlux", + "uries" + ], + [ + "c", + "atcher" + ], + [ + "cat", + "cher" + ], + [ + "catch", + "er" + ], + [ + "ĠVerm", + "eer" + ], + [ + "Ġconfront", + "ations" + ], + [ + "Ġconfrontation", + "s" + ], + [ + "Ġcatalog", + "ued" + ], + [ + "Ġcatalogue", + "d" + ], + [ + "pot", + "ential" + ], + [ + "ĠH", + "older" + ], + [ + "ĠHol", + "der" + ], + [ + "ĠHold", + "er" + ], + [ + "ĠPer", + "mit" + ], + [ + "ĠPerm", + "it" + ], + [ + "|", + "Title" + ], + [ + "|T", + "itle" + ], + [ + "Ġprince", + "ly" + ], + [ + "Ġnov", + "ices" + ], + [ + "Ġnovice", + "s" + ], + [ + "à¦", + "¾" + ], + [ + "Ġwr", + "inkle" + ], + [ + "Ġwrink", + "le" + ], + [ + "Ġhast", + "ened" + ], + [ + "Ġhasten", + "ed" + ], + [ + "Ġhaste", + "ned" + ], + [ + "dem", + "ona" + ], + [ + "demon", + "a" + ], + [ + "Ġabsurd", + "ity" + ], + [ + "ĠWonder", + "ful" + ], + [ + "Ġlyn", + "ch" + ], + [ + "System", + "s" + ], + [ + "ĠSp", + "reads" + ], + [ + "ĠSpread", + "s" + ], + [ + "Sy", + "nthetic" + ], + [ + "Synt", + "hetic" + ], + [ + "d", + "rawing" + ], + [ + "dr", + "awing" + ], + [ + "draw", + "ing" + ], + [ + "Ġdelicate", + "ly" + ], + [ + "Ġdelic", + "ately" + ], + [ + "Ġhomin", + "id" + ], + [ + "ĠL", + "epid" + ], + [ + "ĠLe", + "pid" + ], + [ + "ĠLep", + "id" + ], + [ + "/J", + "PL" + ], + [ + "ĠVine", + "gar" + ], + [ + "o", + "technical" + ], + [ + "otechn", + "ical" + ], + [ + "Ġscept", + "ical" + ], + [ + "Ġguild", + "s" + ], + [ + "Ġsubjug", + "ation" + ], + [ + "Influ", + "enza" + ], + [ + "Ġcet", + "aceans" + ], + [ + "Ġsnowm", + "elt" + ], + [ + "ĠFavor", + "ite" + ], + [ + "Ġnano", + "structures" + ], + [ + "Ġnanost", + "ructures" + ], + [ + "Dou", + "glas" + ], + [ + "Doug", + "las" + ], + [ + "Zen", + "eca" + ], + [ + "Ġphosphory", + "lation" + ], + [ + "Ġphosphor", + "ylation" + ], + [ + "-recogn", + "ized" + ], + [ + "Ġcranks", + "haft" + ], + [ + "ĠSemiconduct", + "or" + ], + [ + "Ġwarf", + "arin" + ], + [ + "Ġdeme", + "anor" + ], + [ + "ĠTheodos", + "ius" + ], + [ + "-", + "ge" + ], + [ + "-g", + "e" + ], + [ + "-", + "about" + ], + [ + "-ab", + "out" + ], + [ + ".", + "How" + ], + [ + ".H", + "ow" + ], + [ + "H", + "orses" + ], + [ + "Hor", + "ses" + ], + [ + "Horse", + "s" + ], + [ + "J", + "os" + ], + [ + "Jo", + "s" + ], + [ + "P", + "olicy" + ], + [ + "Pol", + "icy" + ], + [ + "R", + "ab" + ], + [ + "Ra", + "b" + ], + [ + "W", + "riter" + ], + [ + "Write", + "r" + ], + [ + "f", + "iles" + ], + [ + "file", + "s" + ], + [ + "fi", + "les" + ], + [ + "fil", + "es" + ], + [ + "k", + "irk" + ], + [ + "kir", + "k" + ], + [ + "r", + "ö" + ], + [ + "s", + "at" + ], + [ + "sa", + "t" + ], + [ + "s", + "now" + ], + [ + "sn", + "ow" + ], + [ + "å", + "º" + ], + [ + "æ", + "Ń" + ], + [ + "h", + "eight" + ], + [ + "he", + "ight" + ], + [ + "a", + "tim" + ], + [ + "at", + "im" + ], + [ + "ati", + "m" + ], + [ + "Ġc", + "uneiform" + ], + [ + "e", + "nan" + ], + [ + "en", + "an" + ], + [ + "ena", + "n" + ], + [ + "Ġf", + "elines" + ], + [ + "Ġfe", + "lines" + ], + [ + "Ġfel", + "ines" + ], + [ + "Ġfeline", + "s" + ], + [ + "Ġ", + "mA" + ], + [ + "Ġm", + "A" + ], + [ + "Ġh", + "inter" + ], + [ + "Ġhint", + "er" + ], + [ + "Ġh", + "iatus" + ], + [ + "Ġhi", + "atus" + ], + [ + "Ġre", + "hydration" + ], + [ + "Ġrehyd", + "ration" + ], + [ + "ly", + "opia" + ], + [ + "ĠT", + "amm" + ], + [ + "ĠTa", + "mm" + ], + [ + "ĠTam", + "m" + ], + [ + "u", + "ronic" + ], + [ + "ur", + "onic" + ], + [ + "uro", + "nic" + ], + [ + "uron", + "ic" + ], + [ + "o", + "tan" + ], + [ + "ot", + "an" + ], + [ + "ota", + "n" + ], + [ + "ĠI", + "gu" + ], + [ + "ĠIg", + "u" + ], + [ + "th", + "read" + ], + [ + "ĠM", + "eters" + ], + [ + "ĠMe", + "ters" + ], + [ + "ĠMet", + "ers" + ], + [ + "ĠMeter", + "s" + ], + [ + "ĠP", + "ines" + ], + [ + "ĠPi", + "nes" + ], + [ + "ĠPin", + "es" + ], + [ + "ĠPine", + "s" + ], + [ + "ĠB", + "hatt" + ], + [ + "ĠBh", + "att" + ], + [ + "ĠB", + "abbage" + ], + [ + "Ġv", + "ials" + ], + [ + "Ġvia", + "ls" + ], + [ + "Ġvi", + "als" + ], + [ + "Ġvial", + "s" + ], + [ + "e", + "matics" + ], + [ + "em", + "atics" + ], + [ + "ema", + "tics" + ], + [ + "emat", + "ics" + ], + [ + "ematic", + "s" + ], + [ + "Ġch", + "ives" + ], + [ + "Ġchi", + "ves" + ], + [ + "Ġch", + "ivalry" + ], + [ + "ĠE", + "ury" + ], + [ + "ĠEu", + "ry" + ], + [ + "ĠEur", + "y" + ], + [ + "Ġs", + "ext" + ], + [ + "Ġse", + "xt" + ], + [ + "Ġsex", + "t" + ], + [ + "ĠF", + "ot" + ], + [ + "ĠFo", + "t" + ], + [ + "un", + "ger" + ], + [ + "ung", + "er" + ], + [ + "unge", + "r" + ], + [ + "ĠN", + "d" + ], + [ + "Ġ", + "LF" + ], + [ + "ĠL", + "F" + ], + [ + "Ġpl", + "iable" + ], + [ + "a", + "kas" + ], + [ + "ak", + "as" + ], + [ + "aka", + "s" + ], + [ + "Ġwill", + "ows" + ], + [ + "Ġwillow", + "s" + ], + [ + "Ġwil", + "lows" + ], + [ + "iz", + "ards" + ], + [ + "izard", + "s" + ], + [ + "ĠU", + "ps" + ], + [ + "ĠUp", + "s" + ], + [ + "Ġimp", + "urity" + ], + [ + "Ġout", + "ings" + ], + [ + "Ġou", + "tings" + ], + [ + "Ġouting", + "s" + ], + [ + "Ġp", + "eering" + ], + [ + "Ġpe", + "ering" + ], + [ + "Ġpeer", + "ing" + ], + [ + "Ġpee", + "ring" + ], + [ + "ish", + "ly" + ], + [ + "Ġpre", + "cession" + ], + [ + "Ġprec", + "ession" + ], + [ + "Ġqu", + "inine" + ], + [ + "we", + "iler" + ], + [ + "wei", + "ler" + ], + [ + "Ġde", + "sec" + ], + [ + "Ġdes", + "ec" + ], + [ + "ĠY", + "uri" + ], + [ + "ĠYu", + "ri" + ], + [ + "Ġd", + "ikes" + ], + [ + "Ġdi", + "kes" + ], + [ + "Ġdike", + "s" + ], + [ + "hen", + "aten" + ], + [ + "oth", + "orax" + ], + [ + "otho", + "rax" + ], + [ + "ne", + "uro" + ], + [ + "neur", + "o" + ], + [ + "neu", + "ro" + ], + [ + "Ġsm", + "elled" + ], + [ + "Ġsmell", + "ed" + ], + [ + "Ġsmel", + "led" + ], + [ + "Ġinv", + "okes" + ], + [ + "Ġinvoke", + "s" + ], + [ + "Ġdist", + "orting" + ], + [ + "Ġdistort", + "ing" + ], + [ + "ĠPro", + "vision" + ], + [ + "ĠProv", + "ision" + ], + [ + "Ġback", + "country" + ], + [ + "Ġin", + "shore" + ], + [ + "Ġins", + "hore" + ], + [ + "Ġgl", + "ute" + ], + [ + "Ġglut", + "e" + ], + [ + "ĠS", + "pill" + ], + [ + "ĠSp", + "ill" + ], + [ + "ĠAr", + "rest" + ], + [ + "ĠArr", + "est" + ], + [ + "Ġco", + "roll" + ], + [ + "Ġcor", + "oll" + ], + [ + "Ġcal", + "yx" + ], + [ + "ĠPh", + "ylogen" + ], + [ + "ĠPl", + "aque" + ], + [ + "-", + "culture" + ], + [ + "-c", + "ulture" + ], + [ + "Ġheart", + "land" + ], + [ + "Ġcomb", + "inator" + ], + [ + "Ġfil", + "thy" + ], + [ + "Ġfilt", + "hy" + ], + [ + "Ġfilth", + "y" + ], + [ + "Ġill", + "ogical" + ], + [ + "app", + "ear" + ], + [ + "Ġneg", + "ation" + ], + [ + "Ġdog", + "wood" + ], + [ + "Ġfail", + "ings" + ], + [ + "Ġfa", + "ilings" + ], + [ + "Ġfailing", + "s" + ], + [ + "S", + "AC" + ], + [ + "SA", + "C" + ], + [ + "Ġstates", + "men" + ], + [ + "Ġapproach", + "able" + ], + [ + "Ġbar", + "ric" + ], + [ + "p", + "rotein" + ], + [ + "pro", + "tein" + ], + [ + "O", + "NT" + ], + [ + "ON", + "T" + ], + [ + "Ġlegal", + "ization" + ], + [ + "ĠRed", + "wood" + ], + [ + "Ġtele", + "gram" + ], + [ + "Ġmag", + "enta" + ], + [ + "Ġsav", + "ages" + ], + [ + "Ġsavage", + "s" + ], + [ + "Ġsav", + "ior" + ], + [ + "Ġsolid", + "ly" + ], + [ + "Ġsee", + "ker" + ], + [ + "Ġseek", + "er" + ], + [ + "ĠC", + "athy" + ], + [ + "ĠCath", + "y" + ], + [ + "ĠCa", + "thy" + ], + [ + "ĠCat", + "hy" + ], + [ + "-", + "span" + ], + [ + "-s", + "pan" + ], + [ + "-sp", + "an" + ], + [ + "Ġpig", + "gy" + ], + [ + "Ġin", + "jects" + ], + [ + "Ġinj", + "ects" + ], + [ + "Ġinject", + "s" + ], + [ + "Ġpref", + "abricated" + ], + [ + "Ġneuro", + "tic" + ], + [ + "Ġneur", + "otic" + ], + [ + "Ġneu", + "rotic" + ], + [ + "Ġamb", + "ulatory" + ], + [ + "Ġambul", + "atory" + ], + [ + "Ġc", + "rowning" + ], + [ + "Ġcr", + "owning" + ], + [ + "Ġcrow", + "ning" + ], + [ + "Ġcrown", + "ing" + ], + [ + "ĠJoseph", + "ine" + ], + [ + "U", + "NG" + ], + [ + "UN", + "G" + ], + [ + "ĠPur", + "im" + ], + [ + "ĠPu", + "rim" + ], + [ + "Ġm", + "urm" + ], + [ + "Ġmur", + "m" + ], + [ + "Ġmu", + "rm" + ], + [ + "ĠWil", + "cox" + ], + [ + "M", + "ayo" + ], + [ + "May", + "o" + ], + [ + "Ma", + "yo" + ], + [ + "ĠGar", + "ner" + ], + [ + "Ġdesk", + "tops" + ], + [ + "Ġdesktop", + "s" + ], + [ + "Ass", + "essing" + ], + [ + "Assess", + "ing" + ], + [ + "-", + "Ori" + ], + [ + "-O", + "ri" + ], + [ + "Ġtet", + "racycline" + ], + [ + "Ġtetra", + "cycline" + ], + [ + "ĠPa", + "olo" + ], + [ + "Ġscr", + "apes" + ], + [ + "Ġscrap", + "es" + ], + [ + "Ġscra", + "pes" + ], + [ + "Ġscrape", + "s" + ], + [ + "-", + "web" + ], + [ + "-w", + "eb" + ], + [ + "-we", + "b" + ], + [ + "ĠSex", + "ually" + ], + [ + "ĠSexual", + "ly" + ], + [ + "Ġrigid", + "ly" + ], + [ + "-an", + "xiety" + ], + [ + "ĠPrior", + "it" + ], + [ + "ĠPrior", + "ities" + ], + [ + "ĠPriorit", + "ies" + ], + [ + "Par", + "ad" + ], + [ + "Pa", + "rad" + ], + [ + "-Ch", + "ampaign" + ], + [ + "Ġshy", + "ness" + ], + [ + "ĠChe", + "ryl" + ], + [ + "ĠCher", + "yl" + ], + [ + "ĠAnthrop", + "ocene" + ], + [ + "ĠT", + "ruck" + ], + [ + "ĠTr", + "uck" + ], + [ + "ĠTru", + "ck" + ], + [ + "Ġba", + "its" + ], + [ + "Ġbait", + "s" + ], + [ + "Ġover", + "heated" + ], + [ + "Ġoverhe", + "ated" + ], + [ + "Ġoverh", + "eated" + ], + [ + "Ġoverheat", + "ed" + ], + [ + "ĠCere", + "mony" + ], + [ + "Ġg", + "lean" + ], + [ + "Ġgl", + "ean" + ], + [ + "Ġgle", + "an" + ], + [ + "ĠH", + "ackers" + ], + [ + "ĠHa", + "ckers" + ], + [ + "ĠHack", + "ers" + ], + [ + "Ġarth", + "ritic" + ], + [ + "ĠIA", + "EA" + ], + [ + "ĠNumer", + "ology" + ], + [ + "Ġextrap", + "olated" + ], + [ + "Ġextrapolate", + "d" + ], + [ + "Ġentom", + "ology" + ], + [ + "Ġincremental", + "ly" + ], + [ + "Ġincrement", + "ally" + ], + [ + "ĠSubt", + "raction" + ], + [ + "Ġcolloqu", + "ially" + ], + [ + "Ġcolloquial", + "ly" + ], + [ + "ĠBhag", + "avad" + ], + [ + "Wal", + "ker" + ], + [ + "Walk", + "er" + ], + [ + "Mess", + "age" + ], + [ + "Ġperturb", + "ations" + ], + [ + "Ġperturbation", + "s" + ], + [ + "Ġpudd", + "les" + ], + [ + "Ġpuddle", + "s" + ], + [ + "Ġthr", + "ombo" + ], + [ + "Ġthromb", + "o" + ], + [ + "Ġthrom", + "bo" + ], + [ + "ĠLauder", + "dale" + ], + [ + "ĠAfghan", + "s" + ], + [ + "ĠAfgh", + "ans" + ], + [ + "Ġwre", + "aths" + ], + [ + "Ġwreath", + "s" + ], + [ + "Ġwreat", + "hs" + ], + [ + "C", + "ells" + ], + [ + "Cell", + "s" + ], + [ + "Cel", + "ls" + ], + [ + "D", + "est" + ], + [ + "De", + "st" + ], + [ + "Des", + "t" + ], + [ + "J", + "ay" + ], + [ + "M", + "old" + ], + [ + "Mo", + "ld" + ], + [ + "S", + "us" + ], + [ + "Su", + "s" + ], + [ + "i", + "ï¬ģ" + ], + [ + "q", + "v" + ], + [ + "t", + "ur" + ], + [ + "tu", + "r" + ], + [ + "u", + "aries" + ], + [ + "ua", + "ries" + ], + [ + "y", + "ter" + ], + [ + "yt", + "er" + ], + [ + "z", + "yn" + ], + [ + "zy", + "n" + ], + [ + "on", + "oids" + ], + [ + "ono", + "ids" + ], + [ + "Ġc", + "ress" + ], + [ + "Ġcre", + "ss" + ], + [ + "Ġcr", + "ess" + ], + [ + "Ġc", + "asket" + ], + [ + "Ġcas", + "ket" + ], + [ + "i", + "thel" + ], + [ + "it", + "hel" + ], + [ + "ith", + "el" + ], + [ + "ithe", + "l" + ], + [ + "al", + "cohol" + ], + [ + "Ġ", + "mong" + ], + [ + "Ġm", + "ong" + ], + [ + "Ġmon", + "g" + ], + [ + "Ġmo", + "ng" + ], + [ + "v", + "ec" + ], + [ + "ve", + "c" + ], + [ + "Ġg", + "rist" + ], + [ + "Ġgr", + "ist" + ], + [ + "Ġgri", + "st" + ], + [ + "ĠT", + "anks" + ], + [ + "ĠTan", + "ks" + ], + [ + "ĠTank", + "s" + ], + [ + "ĠT", + "eller" + ], + [ + "ĠTe", + "ller" + ], + [ + "ĠTell", + "er" + ], + [ + "ĠTel", + "ler" + ], + [ + "ĠS", + "orting" + ], + [ + "ĠSor", + "ting" + ], + [ + "ĠSort", + "ing" + ], + [ + "el", + "ty" + ], + [ + "elt", + "y" + ], + [ + "a", + "dem" + ], + [ + "ad", + "em" + ], + [ + "ade", + "m" + ], + [ + "Ġd", + "eft" + ], + [ + "Ġde", + "ft" + ], + [ + "Ġdef", + "t" + ], + [ + "ĠB", + "PD" + ], + [ + "ĠBP", + "D" + ], + [ + "k", + "eh" + ], + [ + "ke", + "h" + ], + [ + "ĠH", + "AB" + ], + [ + "ĠHA", + "B" + ], + [ + "ĠE", + "lisha" + ], + [ + "ĠEl", + "isha" + ], + [ + "ĠEli", + "sha" + ], + [ + "ĠElis", + "ha" + ], + [ + "Ġ", + "UB" + ], + [ + "ĠU", + "B" + ], + [ + "ĠU", + "may" + ], + [ + "ĠUm", + "ay" + ], + [ + "ĠJ", + "eb" + ], + [ + "ĠJe", + "b" + ], + [ + "ub", + "ishi" + ], + [ + "ĠK", + "ie" + ], + [ + "ĠKi", + "e" + ], + [ + "Ġra", + "ind" + ], + [ + "Ġrain", + "d" + ], + [ + "Ġbl", + "izzard" + ], + [ + "ir", + "sty" + ], + [ + "irst", + "y" + ], + [ + "irs", + "ty" + ], + [ + "Ġem", + "ily" + ], + [ + "Ġsur", + "ging" + ], + [ + "ĠHe", + "im" + ], + [ + "Ġbre", + "wer" + ], + [ + "Ġbrew", + "er" + ], + [ + "er", + "nal" + ], + [ + "ern", + "al" + ], + [ + "i", + "kos" + ], + [ + "ik", + "os" + ], + [ + "iko", + "s" + ], + [ + "ĠP", + "ha" + ], + [ + "ĠPh", + "a" + ], + [ + "ĠCl", + "over" + ], + [ + "ĠClo", + "ver" + ], + [ + "Ġmar", + "red" + ], + [ + "-", + "cooked" + ], + [ + "-c", + "ooked" + ], + [ + "-co", + "oked" + ], + [ + "ĠComm", + "ands" + ], + [ + "ĠCommand", + "s" + ], + [ + "Ġenc", + "oder" + ], + [ + "Ġencode", + "r" + ], + [ + "Ġencod", + "er" + ], + [ + "be", + "hind" + ], + [ + "omet", + "riosis" + ], + [ + "ĠNorth", + "ampton" + ], + [ + "ĠNort", + "hampton" + ], + [ + "ĠAust", + "rians" + ], + [ + "ĠAustria", + "ns" + ], + [ + "ĠAustrian", + "s" + ], + [ + "Ġheat", + "waves" + ], + [ + "Ġsex", + "ist" + ], + [ + "A", + "TES" + ], + [ + "AT", + "ES" + ], + [ + "ATE", + "S" + ], + [ + "ĠApp", + "rentices" + ], + [ + "ĠN", + "ez" + ], + [ + "ĠNe", + "z" + ], + [ + "ĠAc", + "acia" + ], + [ + "m", + "arin" + ], + [ + "ma", + "rin" + ], + [ + "mar", + "in" + ], + [ + "P", + "AD" + ], + [ + "PA", + "D" + ], + [ + "Ġmis", + "led" + ], + [ + "ĠMc", + "M" + ], + [ + "Ġroad", + "blocks" + ], + [ + "-", + "even" + ], + [ + "-e", + "ven" + ], + [ + "-ev", + "en" + ], + [ + "Ġal", + "ga" + ], + [ + "Ġalg", + "a" + ], + [ + "ĠM", + "aud" + ], + [ + "ĠMa", + "ud" + ], + [ + "ĠMau", + "d" + ], + [ + "ĠMa", + "ure" + ], + [ + "ĠMaur", + "e" + ], + [ + "ĠMau", + "re" + ], + [ + "ĠOrgan", + "izing" + ], + [ + "Ġbir", + "ders" + ], + [ + "Ġbird", + "ers" + ], + [ + "Ġthin", + "ners" + ], + [ + "Ġthinner", + "s" + ], + [ + "Ġfort", + "resses" + ], + [ + "Ġfortress", + "es" + ], + [ + "Ġsyn", + "odic" + ], + [ + "H", + "OME" + ], + [ + "HO", + "ME" + ], + [ + "ĠSt", + "eering" + ], + [ + "ĠSte", + "ering" + ], + [ + "ĠDet", + "ect" + ], + [ + "ĠGard", + "iner" + ], + [ + "war", + "ves" + ], + [ + "Ġfer", + "ries" + ], + [ + "Ġmetab", + "olite" + ], + [ + "Ġmetabol", + "ite" + ], + [ + "ugh", + "ts" + ], + [ + "ught", + "s" + ], + [ + "Ġun", + "written" + ], + [ + "Ġunw", + "ritten" + ], + [ + "ĠPo", + "ole" + ], + [ + "ĠPool", + "e" + ], + [ + "ĠBack", + "up" + ], + [ + "Ġtor", + "ches" + ], + [ + "Ġtorch", + "es" + ], + [ + "Ġoxid", + "ize" + ], + [ + "ĠHa", + "as" + ], + [ + "Ġgerm", + "any" + ], + [ + "Ġger", + "many" + ], + [ + "Ġgerman", + "y" + ], + [ + "Ġelabor", + "ately" + ], + [ + "Ġelaborate", + "ly" + ], + [ + "ĠD", + "uct" + ], + [ + "ĠDu", + "ct" + ], + [ + "ĠDuc", + "t" + ], + [ + "Ġren", + "ounce" + ], + [ + "Ùİ", + "ÙĦ" + ], + [ + "Ġ________", + "_" + ], + [ + "Ġ____", + "_____" + ], + [ + "Ġ_", + "________" + ], + [ + "Ġ_____", + "____" + ], + [ + "Ġ______", + "___" + ], + [ + "Ġ___", + "______" + ], + [ + "Ġ_______", + "__" + ], + [ + "A", + "FP" + ], + [ + "AF", + "P" + ], + [ + "Ġexacerb", + "ates" + ], + [ + "Ġexacerbate", + "s" + ], + [ + "Ġqualitative", + "ly" + ], + [ + "Ġgam", + "ification" + ], + [ + "ĠC", + "MV" + ], + [ + "ĠCM", + "V" + ], + [ + "Ġmarsh", + "y" + ], + [ + "Ġmars", + "hy" + ], + [ + "Ġdis", + "continuous" + ], + [ + "Ġdiscontin", + "uous" + ], + [ + "-minded", + "ness" + ], + [ + "Ġaden", + "ovirus" + ], + [ + "Ġb", + "union" + ], + [ + "Ġbun", + "ion" + ], + [ + "ĠFormat", + "ting" + ], + [ + "Sil", + "icon" + ], + [ + "ĠLav", + "ender" + ], + [ + "Program", + "ming" + ], + [ + "Ġsi", + "RNA" + ], + [ + "Ġgour", + "ds" + ], + [ + "Ġgourd", + "s" + ], + [ + "Ġtorped", + "oes" + ], + [ + "Ġtorpedo", + "es" + ], + [ + "ĠGeneal", + "ogical" + ], + [ + "Ġmansion", + "s" + ], + [ + "Ġmans", + "ions" + ], + [ + "ĠMelan", + "ie" + ], + [ + "ĠWad", + "sworth" + ], + [ + "Ġprecon", + "ceived" + ], + [ + "ĠMemor", + "andum" + ], + [ + "Ġpolysacchar", + "ide" + ], + [ + "Ġtoe", + "nail" + ], + [ + "Ġtoen", + "ail" + ], + [ + "Mos", + "quit" + ], + [ + "Ġindig", + "nation" + ], + [ + "Ġindign", + "ation" + ], + [ + "ĠCharlotte", + "sville" + ], + [ + "ĠCharlott", + "esville" + ], + [ + "ĠCyril", + "lic" + ], + [ + "ĠCyrill", + "ic" + ], + [ + "&", + "B" + ], + [ + "/", + "comp" + ], + [ + "/c", + "omp" + ], + [ + "H", + "ung" + ], + [ + "Hu", + "ng" + ], + [ + "N", + "amed" + ], + [ + "Name", + "d" + ], + [ + "Na", + "med" + ], + [ + "Nam", + "ed" + ], + [ + "Q", + "I" + ], + [ + "R", + "ights" + ], + [ + "Right", + "s" + ], + [ + "c", + "ounter" + ], + [ + "co", + "unter" + ], + [ + "count", + "er" + ], + [ + "g", + "ings" + ], + [ + "gin", + "gs" + ], + [ + "ging", + "s" + ], + [ + "g", + "ots" + ], + [ + "go", + "ts" + ], + [ + "got", + "s" + ], + [ + "h", + "ash" + ], + [ + "ha", + "sh" + ], + [ + "has", + "h" + ], + [ + "r", + "ially" + ], + [ + "ri", + "ally" + ], + [ + "rial", + "ly" + ], + [ + "s", + "ays" + ], + [ + "say", + "s" + ], + [ + "sa", + "ys" + ], + [ + "t", + "om" + ], + [ + "to", + "m" + ], + [ + "v", + "ill" + ], + [ + "vi", + "ll" + ], + [ + "vil", + "l" + ], + [ + "y", + "clic" + ], + [ + "yc", + "lic" + ], + [ + "ycl", + "ic" + ], + [ + "è", + "¡" + ], + [ + "in", + "beck" + ], + [ + "Ġc", + "iliary" + ], + [ + "Ġcilia", + "ry" + ], + [ + "al", + "ding" + ], + [ + "ald", + "ing" + ], + [ + "aldi", + "ng" + ], + [ + "Ġand", + "rogens" + ], + [ + "Ġandrogen", + "s" + ], + [ + "Ġh", + "ickory" + ], + [ + "Ġ", + "ny" + ], + [ + "Ġn", + "y" + ], + [ + "ĠT", + "aw" + ], + [ + "ĠTa", + "w" + ], + [ + "ĠA", + "res" + ], + [ + "ĠAr", + "es" + ], + [ + "ĠAre", + "s" + ], + [ + "ĠS", + "CR" + ], + [ + "ĠSC", + "R" + ], + [ + "ĠI", + "k" + ], + [ + "Ġal", + "right" + ], + [ + "Ġal", + "oof" + ], + [ + "ĠP", + "ipes" + ], + [ + "ĠPi", + "pes" + ], + [ + "ĠPip", + "es" + ], + [ + "ĠPipe", + "s" + ], + [ + "a", + "bic" + ], + [ + "ab", + "ic" + ], + [ + "abi", + "c" + ], + [ + "ĠB", + "aud" + ], + [ + "ĠBa", + "ud" + ], + [ + "ĠBau", + "d" + ], + [ + "ĠD", + "HS" + ], + [ + "ĠDH", + "S" + ], + [ + "Ġse", + "eping" + ], + [ + "Ġsee", + "ping" + ], + [ + "Ġseep", + "ing" + ], + [ + "Ġle", + "eches" + ], + [ + "Ġlee", + "ches" + ], + [ + "Ġ", + "FSC" + ], + [ + "ĠF", + "SC" + ], + [ + "ĠFS", + "C" + ], + [ + "ĠN", + "ec" + ], + [ + "ĠNe", + "c" + ], + [ + "ĠG", + "ases" + ], + [ + "ĠGas", + "es" + ], + [ + "ĠGa", + "ses" + ], + [ + "Ġ", + "abl" + ], + [ + "Ġa", + "bl" + ], + [ + "Ġab", + "l" + ], + [ + "ĠL", + "imer" + ], + [ + "ĠLim", + "er" + ], + [ + "ĠLi", + "mer" + ], + [ + "ĠLime", + "r" + ], + [ + "Ġad", + "ore" + ], + [ + "ĠU", + "prising" + ], + [ + "ĠUp", + "rising" + ], + [ + "Ġper", + "ks" + ], + [ + "ig", + "ns" + ], + [ + "ign", + "s" + ], + [ + "Ġpe", + "ptic" + ], + [ + "Ġpept", + "ic" + ], + [ + "Ġpre", + "set" + ], + [ + "Ġpres", + "et" + ], + [ + "Ġover", + "do" + ], + [ + "Ġoverd", + "o" + ], + [ + "ĠCh", + "un" + ], + [ + "ĠChu", + "n" + ], + [ + "ver", + "sal" + ], + [ + "vers", + "al" + ], + [ + "ons", + "ors" + ], + [ + "onso", + "rs" + ], + [ + "onsor", + "s" + ], + [ + "we", + "gian" + ], + [ + "er", + "mont" + ], + [ + "erm", + "ont" + ], + [ + "ermo", + "nt" + ], + [ + "Ġfl", + "aky" + ], + [ + "h", + "ati" + ], + [ + "hat", + "i" + ], + [ + "ha", + "ti" + ], + [ + "Ġinter", + "sex" + ], + [ + "Ġpol", + "itely" + ], + [ + "Ġpolite", + "ly" + ], + [ + "Ġdet", + "ections" + ], + [ + "Ġdetect", + "ions" + ], + [ + "Ġdetection", + "s" + ], + [ + "Ġed", + "itable" + ], + [ + "Ġedit", + "able" + ], + [ + "ĠAl", + "mond" + ], + [ + "ĠAlm", + "ond" + ], + [ + "ĠPro", + "ctor" + ], + [ + "ĠProc", + "tor" + ], + [ + "Ġ", + "insular" + ], + [ + "Ġins", + "ular" + ], + [ + "ĠIn", + "duction" + ], + [ + "ĠInd", + "uction" + ], + [ + "a", + "irn" + ], + [ + "air", + "n" + ], + [ + "ai", + "rn" + ], + [ + "Ġe", + "lecting" + ], + [ + "Ġelect", + "ing" + ], + [ + "Ġel", + "ecting" + ], + [ + "ĠSc", + "rib" + ], + [ + "ven", + "ous" + ], + [ + "cl", + "astic" + ], + [ + "âĢĶ", + "A" + ], + [ + "Ġsl", + "ur" + ], + [ + "Ġpar", + "ody" + ], + [ + "Ġpar", + "acetamol" + ], + [ + "ĠRe", + "act" + ], + [ + "-", + "cause" + ], + [ + "-c", + "ause" + ], + [ + "-ca", + "use" + ], + [ + "Ġbrain", + "wave" + ], + [ + "a", + "ev" + ], + [ + "ae", + "v" + ], + [ + "Ġmicro", + "glia" + ], + [ + "ĠAb", + "ortion" + ], + [ + "Ġge", + "odes" + ], + [ + "Ġgeo", + "des" + ], + [ + "Ġgeod", + "es" + ], + [ + "Ġpre", + "cancer" + ], + [ + "Ġprec", + "ancer" + ], + [ + "ĠPres", + "umably" + ], + [ + "Ġgame", + "play" + ], + [ + "Ġang", + "ios" + ], + [ + "Ġangi", + "os" + ], + [ + "At", + "omic" + ], + [ + "ĠHe", + "ron" + ], + [ + "ĠHer", + "on" + ], + [ + "ĠHero", + "n" + ], + [ + "Ġ", + "robbing" + ], + [ + "Ġrob", + "bing" + ], + [ + "Ġmis", + "n" + ], + [ + "Ġmi", + "sn" + ], + [ + "Pro", + "verbs" + ], + [ + "ing", + "uistic" + ], + [ + "ingu", + "istic" + ], + [ + "Ad", + "voc" + ], + [ + "Adv", + "oc" + ], + [ + "rupt", + "ing" + ], + [ + "rup", + "ting" + ], + [ + "ST", + "IT" + ], + [ + "Ġhouse", + "holder" + ], + [ + "Ġhousehold", + "er" + ], + [ + "ĠPal", + "azzo" + ], + [ + "Ġcompl", + "acency" + ], + [ + "Ġp", + "leading" + ], + [ + "Ġple", + "ading" + ], + [ + "Ġplea", + "ding" + ], + [ + "Ġplead", + "ing" + ], + [ + "-th", + "roated" + ], + [ + "ĠOrgan", + "isations" + ], + [ + "ĠOrganisation", + "s" + ], + [ + "ĠLand", + "marks" + ], + [ + "ĠLandmark", + "s" + ], + [ + "h", + "tar" + ], + [ + "ht", + "ar" + ], + [ + "Ġtons", + "il" + ], + [ + "Ġton", + "sil" + ], + [ + "arn", + "itine" + ], + [ + "Ġflour", + "ishes" + ], + [ + "Ġflourish", + "es" + ], + [ + "-res", + "istance" + ], + [ + "Ġchann", + "eled" + ], + [ + "Ġchannel", + "ed" + ], + [ + "ĠAsh", + "ton" + ], + [ + "Ġmurder", + "ing" + ], + [ + "Ġmurd", + "ering" + ], + [ + "ĠGuide", + "line" + ], + [ + "ĠGuid", + "eline" + ], + [ + "Ġfragment", + "ary" + ], + [ + "Hel", + "ps" + ], + [ + "Help", + "s" + ], + [ + "ĠConserv", + "atory" + ], + [ + "Ġlib", + "erally" + ], + [ + "Ġliberal", + "ly" + ], + [ + "Ġliber", + "ally" + ], + [ + "ĠTitan", + "ium" + ], + [ + "ĠTit", + "anium" + ], + [ + "ĠSab", + "ine" + ], + [ + "ĠDra", + "cula" + ], + [ + "ĠAmb", + "ient" + ], + [ + "Ġm", + "imicry" + ], + [ + "Ġmimic", + "ry" + ], + [ + "r", + "illas" + ], + [ + "rill", + "as" + ], + [ + "ril", + "las" + ], + [ + "rilla", + "s" + ], + [ + "à¥į", + "त" + ], + [ + "à¥įà¤", + "¤" + ], + [ + "Ġbrew", + "eries" + ], + [ + "Ġbrewer", + "ies" + ], + [ + "emp", + "ered" + ], + [ + "emper", + "ed" + ], + [ + "л", + "ÑĮ" + ], + [ + "ĠPros", + "pect" + ], + [ + "Ġarche", + "ology" + ], + [ + "ĠSyn", + "tax" + ], + [ + "ĠSynt", + "ax" + ], + [ + "ĠAnti", + "bodies" + ], + [ + "ĠAntib", + "odies" + ], + [ + "ĠWolf", + "f" + ], + [ + "ĠWol", + "ff" + ], + [ + "ĠHorm", + "onal" + ], + [ + "ĠDV", + "T" + ], + [ + "eph", + "ritis" + ], + [ + "-", + "paragraph" + ], + [ + "-par", + "agraph" + ], + [ + "ĠPi", + "rates" + ], + [ + "ĠPir", + "ates" + ], + [ + "ĠPirate", + "s" + ], + [ + "Ġinse", + "mination" + ], + [ + "ĠJaw", + "ahar" + ], + [ + "Ġreop", + "ening" + ], + [ + "Ġreopen", + "ing" + ], + [ + "ĠLe", + "hman" + ], + [ + "ĠLeh", + "man" + ], + [ + "ĠSovere", + "ignty" + ], + [ + "ĠSovereign", + "ty" + ], + [ + "Ġmuff", + "ins" + ], + [ + "========", + "========" + ], + [ + "Ġreprogram", + "ming" + ], + [ + "Penn", + "sylvania" + ], + [ + "Ġdehumid", + "ifier" + ], + [ + "ĠJava", + "nese" + ], + [ + "ĠJavan", + "ese" + ], + [ + "Ġunsupp", + "orted" + ], + [ + "ocyt", + "openia" + ], + [ + "ocytop", + "enia" + ], + [ + "/", + "i" + ], + [ + "h", + "of" + ], + [ + "ho", + "f" + ], + [ + "l", + "aughter" + ], + [ + "m", + "ember" + ], + [ + "me", + "mber" + ], + [ + "mem", + "ber" + ], + [ + "Ġc", + "ron" + ], + [ + "Ġcr", + "on" + ], + [ + "Ġcro", + "n" + ], + [ + "al", + "ready" + ], + [ + "Ġf", + "oci" + ], + [ + "Ġfo", + "ci" + ], + [ + "Ġf", + "athom" + ], + [ + "Ġfat", + "hom" + ], + [ + "Ġm", + "asts" + ], + [ + "Ġma", + "sts" + ], + [ + "Ġmast", + "s" + ], + [ + "Ġmas", + "ts" + ], + [ + "Ġd", + "oth" + ], + [ + "Ġdo", + "th" + ], + [ + "Ġdot", + "h" + ], + [ + "om", + "eration" + ], + [ + "ome", + "ration" + ], + [ + "omer", + "ation" + ], + [ + "Ġg", + "ag" + ], + [ + "Ġga", + "g" + ], + [ + "k", + "ered" + ], + [ + "ke", + "red" + ], + [ + "ker", + "ed" + ], + [ + "ĠW", + "amp" + ], + [ + "ĠWa", + "mp" + ], + [ + "o", + "cer" + ], + [ + "oc", + "er" + ], + [ + "ĠD", + "ictionaries" + ], + [ + "ĠE", + "MDR" + ], + [ + "ĠEM", + "DR" + ], + [ + "ĠN", + "ur" + ], + [ + "ĠNu", + "r" + ], + [ + "ĠG", + "rot" + ], + [ + "ĠGr", + "ot" + ], + [ + "ĠGro", + "t" + ], + [ + "Ġab", + "orig" + ], + [ + "ĠL", + "ug" + ], + [ + "ĠLu", + "g" + ], + [ + "ult", + "imate" + ], + [ + "en", + "dale" + ], + [ + "end", + "ale" + ], + [ + "enda", + "le" + ], + [ + "Ġun", + "plug" + ], + [ + "Ġunpl", + "ug" + ], + [ + "Ġs", + "coff" + ], + [ + "Ġsc", + "off" + ], + [ + "ĠS", + "table" + ], + [ + "ĠSt", + "able" + ], + [ + "ĠSta", + "ble" + ], + [ + "ĠK", + "are" + ], + [ + "ĠKar", + "e" + ], + [ + "ĠKa", + "re" + ], + [ + "Ġro", + "oster" + ], + [ + "Ġroost", + "er" + ], + [ + "t", + "ex" + ], + [ + "te", + "x" + ], + [ + "Ġdes", + "iring" + ], + [ + "Ġ", + "amin" + ], + [ + "Ġa", + "min" + ], + [ + "Ġam", + "in" + ], + [ + "Ġf", + "lung" + ], + [ + "Ġfl", + "ung" + ], + [ + "Ġflu", + "ng" + ], + [ + "i", + "etta" + ], + [ + "ie", + "tta" + ], + [ + "iet", + "ta" + ], + [ + "any", + "mede" + ], + [ + "inc", + "ense" + ], + [ + "It", + "ems" + ], + [ + "Item", + "s" + ], + [ + "ĠS", + "hoot" + ], + [ + "ĠSh", + "oot" + ], + [ + "ĠSho", + "ot" + ], + [ + "be", + "est" + ], + [ + "bee", + "st" + ], + [ + "bees", + "t" + ], + [ + "fer", + "ase" + ], + [ + "fe", + "rase" + ], + [ + "Ġgas", + "ification" + ], + [ + "ĠRep", + "ository" + ], + [ + "Ġcomp", + "etes" + ], + [ + "Ġcompet", + "es" + ], + [ + "Ġcompete", + "s" + ], + [ + "ĠM", + "iners" + ], + [ + "ĠMin", + "ers" + ], + [ + "ĠMine", + "rs" + ], + [ + "ĠMi", + "ners" + ], + [ + "IS", + "ON" + ], + [ + "ISO", + "N" + ], + [ + "Ġcru", + "ises" + ], + [ + "Ġcruise", + "s" + ], + [ + "Ph", + "D" + ], + [ + "m", + "ett" + ], + [ + "me", + "tt" + ], + [ + "met", + "t" + ], + [ + "-sp", + "eech" + ], + [ + "Ġspl", + "ashing" + ], + [ + "Ġsplash", + "ing" + ], + [ + "Ġelev", + "ates" + ], + [ + "Ġelevate", + "s" + ], + [ + "ab", + "ilia" + ], + [ + "abil", + "ia" + ], + [ + "abi", + "lia" + ], + [ + "ĠB", + "iologists" + ], + [ + "ĠBi", + "ologists" + ], + [ + "Ġneuro", + "plasticity" + ], + [ + ".", + "....." + ], + [ + "..", + "...." + ], + [ + "...", + "..." + ], + [ + "....", + ".." + ], + [ + ".....", + "." + ], + [ + "Ġgram", + "matically" + ], + [ + "Ġgrammatical", + "ly" + ], + [ + "ĠA", + "SU" + ], + [ + "ĠAS", + "U" + ], + [ + "-", + "Lee" + ], + [ + "-L", + "ee" + ], + [ + "-Le", + "e" + ], + [ + "ĠJo", + "anne" + ], + [ + "ĠJoan", + "ne" + ], + [ + "ĠDev", + "onian" + ], + [ + "ĠDevon", + "ian" + ], + [ + "ĠDiet", + "etics" + ], + [ + "ĠDietetic", + "s" + ], + [ + "eps", + "ia" + ], + [ + "Trans", + "portation" + ], + [ + "Transport", + "ation" + ], + [ + "Ġabol", + "ishing" + ], + [ + "Ġabolish", + "ing" + ], + [ + "Ġmast", + "ectomy" + ], + [ + "Ġcomp", + "ressions" + ], + [ + "Ġcompress", + "ions" + ], + [ + "Ġcompression", + "s" + ], + [ + "Ġb", + "iped" + ], + [ + "Ġbi", + "ped" + ], + [ + "Ġbip", + "ed" + ], + [ + "ĠKir", + "by" + ], + [ + "represent", + "ing" + ], + [ + "-comp", + "atible" + ], + [ + "Ġs", + "ucker" + ], + [ + "Ġsu", + "cker" + ], + [ + "Ġsuc", + "ker" + ], + [ + "Ġsuck", + "er" + ], + [ + "ĠH", + "DD" + ], + [ + "ĠHD", + "D" + ], + [ + "ĠThor", + "pe" + ], + [ + "Le", + "aders" + ], + [ + "Lead", + "ers" + ], + [ + "KE", + "Y" + ], + [ + "Dist", + "rict" + ], + [ + "ĠCon", + "stable" + ], + [ + "ĠCons", + "table" + ], + [ + "ĠConst", + "able" + ], + [ + "Ġredist", + "ricting" + ], + [ + "ĠAld", + "rin" + ], + [ + "ĠArg", + "uments" + ], + [ + "ĠArgument", + "s" + ], + [ + "otrop", + "in" + ], + [ + "ag", + "inous" + ], + [ + "agin", + "ous" + ], + [ + "ĠChina", + "town" + ], + [ + "ĠChin", + "atown" + ], + [ + "Ġwhis", + "ky" + ], + [ + "Ġwhisk", + "y" + ], + [ + "Ġcor", + "rode" + ], + [ + "Ġcorro", + "de" + ], + [ + "Ġdend", + "rites" + ], + [ + "ĠGra", + "pes" + ], + [ + "ĠGr", + "apes" + ], + [ + "ĠGrap", + "es" + ], + [ + "ĠCA", + "PT" + ], + [ + "ĠCAP", + "T" + ], + [ + "Ġlys", + "ine" + ], + [ + "ĠLib", + "erals" + ], + [ + "ĠLiberal", + "s" + ], + [ + "ĠLiber", + "als" + ], + [ + "Ly", + "me" + ], + [ + "Ġstab", + "bed" + ], + [ + "ĠPes", + "ach" + ], + [ + "ĠYog", + "urt" + ], + [ + "Leon", + "ardo" + ], + [ + "-compl", + "iant" + ], + [ + "Ġdysph", + "agia" + ], + [ + "Ġmanate", + "es" + ], + [ + "Ġexor", + "bit" + ], + [ + "ĠKens", + "ington" + ], + [ + "ĠHimm", + "ler" + ], + [ + "Ġdehydrogen", + "ase" + ], + [ + "Ġcataclys", + "mic" + ], + [ + "-", + "identified" + ], + [ + "-ident", + "ified" + ], + [ + "/", + "mm" + ], + [ + "/m", + "m" + ], + [ + "C", + "e" + ], + [ + "F", + "ormal" + ], + [ + "For", + "mal" + ], + [ + "Form", + "al" + ], + [ + "L", + "ifestyle" + ], + [ + "Life", + "style" + ], + [ + "N", + "at" + ], + [ + "Na", + "t" + ], + [ + "W", + "id" + ], + [ + "Wi", + "d" + ], + [ + "i", + "eces" + ], + [ + "ie", + "ces" + ], + [ + "iece", + "s" + ], + [ + "l", + "n" + ], + [ + "s", + "oc" + ], + [ + "so", + "c" + ], + [ + "z", + "al" + ], + [ + "za", + "l" + ], + [ + "Ġ", + "ailing" + ], + [ + "Ġa", + "iling" + ], + [ + "Ġail", + "ing" + ], + [ + "Ġai", + "ling" + ], + [ + "Ġc", + "ay" + ], + [ + "Ġca", + "y" + ], + [ + "Ġ", + "ff" + ], + [ + "Ġf", + "f" + ], + [ + "Ġm", + "ink" + ], + [ + "Ġmin", + "k" + ], + [ + "Ġh", + "ilarious" + ], + [ + "c", + "ter" + ], + [ + "ct", + "er" + ], + [ + "Ġg", + "ist" + ], + [ + "Ġgi", + "st" + ], + [ + "ĠT", + "d" + ], + [ + "ĠS", + "MA" + ], + [ + "ĠSM", + "A" + ], + [ + "ĠC", + "overed" + ], + [ + "ĠCo", + "vered" + ], + [ + "ĠCover", + "ed" + ], + [ + "ĠCov", + "ered" + ], + [ + "ĠCove", + "red" + ], + [ + "op", + "ulmonary" + ], + [ + "ĠB", + "CC" + ], + [ + "ĠBC", + "C" + ], + [ + "a", + "ntz" + ], + [ + "an", + "tz" + ], + [ + "ant", + "z" + ], + [ + "ĠD", + "ab" + ], + [ + "ĠDa", + "b" + ], + [ + "ĠD", + "ipper" + ], + [ + "ĠDi", + "pper" + ], + [ + "ĠDip", + "per" + ], + [ + "ĠE", + "ber" + ], + [ + "ĠEb", + "er" + ], + [ + "ĠF", + "X" + ], + [ + "ĠF", + "irth" + ], + [ + "ĠFir", + "th" + ], + [ + "ĠL", + "EA" + ], + [ + "ĠLE", + "A" + ], + [ + "Ġ", + "OU" + ], + [ + "ĠO", + "U" + ], + [ + "Ġ", + "OTHER" + ], + [ + "ĠO", + "THER" + ], + [ + "ĠOT", + "HER" + ], + [ + "ib", + "bean" + ], + [ + "ĠJ", + "ahan" + ], + [ + "ĠJa", + "han" + ], + [ + "ĠJah", + "an" + ], + [ + "Ġimp", + "eded" + ], + [ + "Ġimped", + "ed" + ], + [ + "Ġimpede", + "d" + ], + [ + "Ġimpe", + "ded" + ], + [ + "Ġj", + "apanese" + ], + [ + "i", + "cea" + ], + [ + "ic", + "ea" + ], + [ + "ice", + "a" + ], + [ + "Ġun", + "fl" + ], + [ + "Ġunf", + "l" + ], + [ + "Ġpe", + "gged" + ], + [ + "Ġpeg", + "ged" + ], + [ + "Ġqu", + "ies" + ], + [ + "Ġqui", + "es" + ], + [ + "Ġh", + "iss" + ], + [ + "Ġhis", + "s" + ], + [ + "Ġhi", + "ss" + ], + [ + "ĠK", + "lim" + ], + [ + "ĠKl", + "im" + ], + [ + "Ġover", + "worked" + ], + [ + "Ġneed", + "n" + ], + [ + "Ġsim", + "iles" + ], + [ + "Ġsimile", + "s" + ], + [ + "Ġpol", + "led" + ], + [ + "Ġpoll", + "ed" + ], + [ + "Ġmon", + "iker" + ], + [ + "stand", + "ards" + ], + [ + "standard", + "s" + ], + [ + "ĠFor", + "bidden" + ], + [ + "ix", + "els" + ], + [ + "ixel", + "s" + ], + [ + "o", + "him" + ], + [ + "oh", + "im" + ], + [ + "e", + "lsen" + ], + [ + "el", + "sen" + ], + [ + "els", + "en" + ], + [ + "else", + "n" + ], + [ + "Ġimm", + "obilization" + ], + [ + "Ġimmobil", + "ization" + ], + [ + "âĢĵ", + "Ċ" + ], + [ + "Ġleft", + "ist" + ], + [ + "ĠLe", + "ukemia" + ], + [ + "Ġblack", + "berry" + ], + [ + "iol", + "itis" + ], + [ + "ioli", + "tis" + ], + [ + "o", + "ese" + ], + [ + "oes", + "e" + ], + [ + "oe", + "se" + ], + [ + "Ġfarm", + "house" + ], + [ + "rad", + "iol" + ], + [ + "radio", + "l" + ], + [ + "ĠA", + "ctor" + ], + [ + "ĠAct", + "or" + ], + [ + "ĠAc", + "tor" + ], + [ + "Ġpoll", + "ens" + ], + [ + "Ġpollen", + "s" + ], + [ + "r", + "imony" + ], + [ + "ri", + "mony" + ], + [ + "rim", + "ony" + ], + [ + "ĠMe", + "asles" + ], + [ + "ĠAg", + "amemnon" + ], + [ + "ce", + "eded" + ], + [ + "ceed", + "ed" + ], + [ + "ĠRec", + "ip" + ], + [ + "Ġad", + "opters" + ], + [ + "Ġadop", + "ters" + ], + [ + "Ġadopt", + "ers" + ], + [ + "Ġpen", + "chant" + ], + [ + "Pro", + "grams" + ], + [ + "Pr", + "ograms" + ], + [ + "Program", + "s" + ], + [ + "Prog", + "rams" + ], + [ + "ĠDis", + "closure" + ], + [ + "Ġmut", + "iny" + ], + [ + "Ġmu", + "tiny" + ], + [ + "ĠPal", + "ma" + ], + [ + "ĠPalm", + "a" + ], + [ + "ĠMat", + "ilda" + ], + [ + "ĠSun", + "ny" + ], + [ + "ĠExpl", + "or" + ], + [ + "ĠExp", + "lor" + ], + [ + "ĠExplo", + "r" + ], + [ + "ĠS", + "late" + ], + [ + "ĠSl", + "ate" + ], + [ + "ĠFe", + "ather" + ], + [ + "allow", + "een" + ], + [ + "allo", + "ween" + ], + [ + "Ġadm", + "iring" + ], + [ + "ĠEr", + "win" + ], + [ + "ĠTre", + "asures" + ], + [ + "ĠTreasure", + "s" + ], + [ + "ĠView", + "ing" + ], + [ + "ĠVie", + "wing" + ], + [ + "Ġdescend", + "ents" + ], + [ + "ĠLe", + "wy" + ], + [ + "ĠLew", + "y" + ], + [ + "F", + "SC" + ], + [ + "FS", + "C" + ], + [ + "ĠC", + "itations" + ], + [ + "ĠCit", + "ations" + ], + [ + "ĠCitation", + "s" + ], + [ + "Ass", + "ignment" + ], + [ + "Ass", + "ociation" + ], + [ + "ĠMes", + "ozoic" + ], + [ + "ĠBuild", + "ers" + ], + [ + "ĠBuilder", + "s" + ], + [ + "ĠZe", + "it" + ], + [ + "Thanks", + "giving" + ], + [ + "Ġcar", + "nage" + ], + [ + "Ġcarn", + "age" + ], + [ + "Ġdisl", + "odge" + ], + [ + "Ġdislod", + "ge" + ], + [ + "Ġdisl", + "ocations" + ], + [ + "Ġdislocation", + "s" + ], + [ + "ĠCos", + "metic" + ], + [ + "ĠCosm", + "etic" + ], + [ + "ãĤ", + "ĭ" + ], + [ + "roc", + "essor" + ], + [ + "rocess", + "or" + ], + [ + "ĠEight", + "eenth" + ], + [ + "ĠDiam", + "onds" + ], + [ + "ĠDiamond", + "s" + ], + [ + "ĠDia", + "monds" + ], + [ + "Ġmar", + "vels" + ], + [ + "Ġmarvel", + "s" + ], + [ + "ĠGen", + "eric" + ], + [ + "ĠGener", + "ic" + ], + [ + "ĠGene", + "ric" + ], + [ + "Ġg", + "yrus" + ], + [ + "Ġgy", + "rus" + ], + [ + "Ġin", + "quiring" + ], + [ + "Ġinqu", + "iring" + ], + [ + "ĠBen", + "tham" + ], + [ + "ĠBent", + "ham" + ], + [ + "ĠEff", + "ort" + ], + [ + "ĠEf", + "fort" + ], + [ + "Ġb", + "romine" + ], + [ + "Ġbro", + "mine" + ], + [ + "Ġbrom", + "ine" + ], + [ + "Ġ", + "agonist" + ], + [ + "Ġagon", + "ist" + ], + [ + "ĠAn", + "kle" + ], + [ + "ĠAnk", + "le" + ], + [ + "Ġquas", + "ars" + ], + [ + "Ġquasar", + "s" + ], + [ + "Ġhol", + "ographic" + ], + [ + "Ġholog", + "raphic" + ], + [ + "Ġbere", + "avement" + ], + [ + "Ġlen", + "ient" + ], + [ + "Ġrup", + "ees" + ], + [ + "ĠSea", + "food" + ], + [ + "ĠSeaf", + "ood" + ], + [ + "ĠPia", + "zza" + ], + [ + "pps", + "ala" + ], + [ + "ĠParal", + "ymp" + ], + [ + "ĠPara", + "lymp" + ], + [ + "Priv", + "acy" + ], + [ + "e", + "speople" + ], + [ + "es", + "people" + ], + [ + "espe", + "ople" + ], + [ + "ilocy", + "bin" + ], + [ + "-", + "knowledge" + ], + [ + "-k", + "nowledge" + ], + [ + "-know", + "ledge" + ], + [ + "B", + "ush" + ], + [ + "Bu", + "sh" + ], + [ + "Bus", + "h" + ], + [ + "B", + "uck" + ], + [ + "Bu", + "ck" + ], + [ + "C", + "ow" + ], + [ + "Co", + "w" + ], + [ + "C", + "el" + ], + [ + "Ce", + "l" + ], + [ + "E", + "H" + ], + [ + "G", + "ill" + ], + [ + "Gil", + "l" + ], + [ + "Gi", + "ll" + ], + [ + "K", + "T" + ], + [ + "O", + "X" + ], + [ + "P", + "il" + ], + [ + "Pi", + "l" + ], + [ + "R", + "ET" + ], + [ + "RE", + "T" + ], + [ + "_", + "S" + ], + [ + "b", + "inary" + ], + [ + "bin", + "ary" + ], + [ + "h", + "app" + ], + [ + "ha", + "pp" + ], + [ + "i", + "ades" + ], + [ + "ia", + "des" + ], + [ + "iad", + "es" + ], + [ + "j", + "ords" + ], + [ + "jor", + "ds" + ], + [ + "jord", + "s" + ], + [ + "k", + "id" + ], + [ + "ki", + "d" + ], + [ + "k", + "ir" + ], + [ + "ki", + "r" + ], + [ + "n", + "ay" + ], + [ + "na", + "y" + ], + [ + "v", + "m" + ], + [ + "Ġs", + "ited" + ], + [ + "Ġsit", + "ed" + ], + [ + "Ġsite", + "d" + ], + [ + "Ġsi", + "ted" + ], + [ + "it", + "ator" + ], + [ + "ita", + "tor" + ], + [ + "Ġp", + "aves" + ], + [ + "Ġpave", + "s" + ], + [ + "Ġpa", + "ves" + ], + [ + "Ġpav", + "es" + ], + [ + "Ġp", + "anting" + ], + [ + "Ġpan", + "ting" + ], + [ + "Ġpant", + "ing" + ], + [ + "Ġp", + "uddle" + ], + [ + "Ġpudd", + "le" + ], + [ + "al", + "yses" + ], + [ + "aly", + "ses" + ], + [ + "Ġd", + "air" + ], + [ + "Ġda", + "ir" + ], + [ + "Ġl", + "ighthouses" + ], + [ + "Ġlight", + "houses" + ], + [ + "Ġlighthouse", + "s" + ], + [ + "Ġth", + "atched" + ], + [ + "Ġthat", + "ched" + ], + [ + "Ġthatch", + "ed" + ], + [ + "Ġst", + "ro" + ], + [ + "Ġstr", + "o" + ], + [ + "ĠC", + "HD" + ], + [ + "ĠCH", + "D" + ], + [ + "e", + "low" + ], + [ + "el", + "ow" + ], + [ + "elo", + "w" + ], + [ + "ĠM", + "ec" + ], + [ + "ĠMe", + "c" + ], + [ + "ĠM", + "ih" + ], + [ + "ĠMi", + "h" + ], + [ + "il", + "lac" + ], + [ + "ill", + "ac" + ], + [ + "illa", + "c" + ], + [ + "ĠP", + "ach" + ], + [ + "ĠPa", + "ch" + ], + [ + "ĠPac", + "h" + ], + [ + "ĠP", + "ax" + ], + [ + "ĠPa", + "x" + ], + [ + "ab", + "ha" + ], + [ + "abh", + "a" + ], + [ + "Ġex", + "cels" + ], + [ + "Ġexc", + "els" + ], + [ + "Ġexcel", + "s" + ], + [ + "Ġha", + "ploid" + ], + [ + "Ġhapl", + "oid" + ], + [ + "ĠB", + "AR" + ], + [ + "ĠBA", + "R" + ], + [ + "ĠH", + "urricanes" + ], + [ + "ĠHurricane", + "s" + ], + [ + "ĠH", + "ogan" + ], + [ + "ĠHo", + "gan" + ], + [ + "ĠHog", + "an" + ], + [ + "ĠF", + "ue" + ], + [ + "ĠFu", + "e" + ], + [ + "ĠL", + "ori" + ], + [ + "ĠLo", + "ri" + ], + [ + "ĠLor", + "i" + ], + [ + "vel", + "ocity" + ], + [ + "a", + "uk" + ], + [ + "au", + "k" + ], + [ + "av", + "ans" + ], + [ + "ava", + "ns" + ], + [ + "avan", + "s" + ], + [ + "Ġun", + "ruly" + ], + [ + "ĠSt", + "alingrad" + ], + [ + "Ġqu", + "orum" + ], + [ + "Ġquo", + "rum" + ], + [ + "i", + "lead" + ], + [ + "il", + "ead" + ], + [ + "ile", + "ad" + ], + [ + "ĠK", + "ib" + ], + [ + "ĠKi", + "b" + ], + [ + "ren", + "ees" + ], + [ + "rene", + "es" + ], + [ + "Ġra", + "fters" + ], + [ + "Ġraft", + "ers" + ], + [ + "ĠV", + "ary" + ], + [ + "ĠVar", + "y" + ], + [ + "ĠVa", + "ry" + ], + [ + "Ġre", + "lish" + ], + [ + "Ġrel", + "ish" + ], + [ + "ade", + "us" + ], + [ + "Ġp", + "atched" + ], + [ + "Ġpat", + "ched" + ], + [ + "Ġpatch", + "ed" + ], + [ + "Ġsec", + "ures" + ], + [ + "Ġsecure", + "s" + ], + [ + "Ġdef", + "unct" + ], + [ + "ĠA", + "nh" + ], + [ + "ĠAn", + "h" + ], + [ + "-s", + "heet" + ], + [ + "Ġim", + "material" + ], + [ + "Ġimm", + "aterial" + ], + [ + "Ġdev", + "otee" + ], + [ + "Ġdevote", + "e" + ], + [ + "ĠS", + "hik" + ], + [ + "ĠSh", + "ik" + ], + [ + "ĠShi", + "k" + ], + [ + "-", + "prog" + ], + [ + "-p", + "rog" + ], + [ + "-pro", + "g" + ], + [ + "-pr", + "og" + ], + [ + "-d", + "ominant" + ], + [ + "-dom", + "inant" + ], + [ + "Ġgr", + "illing" + ], + [ + "Ġgri", + "lling" + ], + [ + "Ġgrill", + "ing" + ], + [ + "Ġsens", + "ibilities" + ], + [ + "-", + "types" + ], + [ + "-t", + "ypes" + ], + [ + "-type", + "s" + ], + [ + "pr", + "ime" + ], + [ + "prim", + "e" + ], + [ + "i", + "ppo" + ], + [ + "ip", + "po" + ], + [ + "ipp", + "o" + ], + [ + "Ġdiet", + "itians" + ], + [ + "Ġdietitian", + "s" + ], + [ + "Ġst", + "atin" + ], + [ + "Ġstat", + "in" + ], + [ + "Ġsta", + "tin" + ], + [ + "Ġge", + "ologically" + ], + [ + "Ġgeological", + "ly" + ], + [ + "Ġgeologic", + "ally" + ], + [ + "Ġc", + "ops" + ], + [ + "Ġco", + "ps" + ], + [ + "Ġcop", + "s" + ], + [ + "-", + "watching" + ], + [ + "-w", + "atching" + ], + [ + "irm", + "ative" + ], + [ + "m", + "yr" + ], + [ + "my", + "r" + ], + [ + "Ġs", + "ilo" + ], + [ + "Ġsil", + "o" + ], + [ + "Ġsi", + "lo" + ], + [ + "ĠNe", + "uron" + ], + [ + "ĠNeuro", + "n" + ], + [ + "ĠNeu", + "ron" + ], + [ + "ĠNeur", + "on" + ], + [ + "est", + "icides" + ], + [ + "estic", + "ides" + ], + [ + "Ġ", + "xi" + ], + [ + "Ġx", + "i" + ], + [ + "-", + "ele" + ], + [ + "-e", + "le" + ], + [ + "-el", + "e" + ], + [ + "Be", + "hold" + ], + [ + "Ġchurch", + "yard" + ], + [ + "ĠPat", + "ron" + ], + [ + "According", + "ly" + ], + [ + "Ġocean", + "ographic" + ], + [ + "Ġb", + "ounding" + ], + [ + "Ġbo", + "unding" + ], + [ + "Ġbound", + "ing" + ], + [ + "z", + "inger" + ], + [ + "zing", + "er" + ], + [ + "zin", + "ger" + ], + [ + "Ġreb", + "ate" + ], + [ + "Ġlov", + "ingly" + ], + [ + "Ġloving", + "ly" + ], + [ + "Ġkn", + "itted" + ], + [ + "Ġknit", + "ted" + ], + [ + "S", + "cale" + ], + [ + "Sc", + "ale" + ], + [ + "Ġprol", + "actin" + ], + [ + "ĠReview", + "er" + ], + [ + "App", + "lied" + ], + [ + "lymp", + "ic" + ], + [ + "MA", + "X" + ], + [ + "ĠHa", + "ifa" + ], + [ + "ĠHai", + "fa" + ], + [ + "Ge", + "ographic" + ], + [ + "ĠMcC", + "ain" + ], + [ + "ĠDi", + "dn" + ], + [ + "ĠDid", + "n" + ], + [ + "Ġth", + "anked" + ], + [ + "Ġthan", + "ked" + ], + [ + "Ġthank", + "ed" + ], + [ + "Ġdis", + "closures" + ], + [ + "Ġdiscl", + "osures" + ], + [ + "Ġdisclosure", + "s" + ], + [ + "ĠB", + "onne" + ], + [ + "ĠBon", + "ne" + ], + [ + "ĠBonn", + "e" + ], + [ + "ĠMan", + "date" + ], + [ + "ĠMand", + "ate" + ], + [ + "Ġpap", + "acy" + ], + [ + "ĠMes", + "othelioma" + ], + [ + "-def", + "icit" + ], + [ + "El", + "imin" + ], + [ + "Ġde", + "ceiving" + ], + [ + "Ġdece", + "iving" + ], + [ + "Ġsup", + "planted" + ], + [ + "Ġsuppl", + "anted" + ], + [ + "Ġintoler", + "ances" + ], + [ + "Ġintolerance", + "s" + ], + [ + "Ġbush", + "fires" + ], + [ + "Ġbushfire", + "s" + ], + [ + "Ġ", + "ENG" + ], + [ + "ĠE", + "NG" + ], + [ + "ĠEN", + "G" + ], + [ + "Ġlubric", + "ate" + ], + [ + "Ġdet", + "erred" + ], + [ + "Ġdeter", + "red" + ], + [ + "ĠVeget", + "arian" + ], + [ + "Ġharmon", + "ize" + ], + [ + "|", + "Location" + ], + [ + "|L", + "ocation" + ], + [ + "urved", + "ic" + ], + [ + "Est", + "ablishing" + ], + [ + "Establish", + "ing" + ], + [ + "ĠUl", + "rich" + ], + [ + "-supp", + "orting" + ], + [ + "-support", + "ing" + ], + [ + "ĠHim", + "alaya" + ], + [ + "ĠHimal", + "aya" + ], + [ + "Ġdynam", + "ism" + ], + [ + "ा", + "र" + ], + [ + "ाà¤", + "°" + ], + [ + "ĠConst", + "ipation" + ], + [ + "ĠKath", + "mandu" + ], + [ + "Ġb", + "unches" + ], + [ + "Ġbunch", + "es" + ], + [ + "Ġbun", + "ches" + ], + [ + "Ġlax", + "atives" + ], + [ + "Ġlaxative", + "s" + ], + [ + "Ġrevolt", + "s" + ], + [ + "Ġrevol", + "ts" + ], + [ + "ĠKey", + "nesian" + ], + [ + "ĠKeyn", + "esian" + ], + [ + "ĠKeynes", + "ian" + ], + [ + "ĠKend", + "all" + ], + [ + "otrans", + "piration" + ], + [ + "Ġdelinqu", + "ent" + ], + [ + "Ġincompet", + "ence" + ], + [ + "Ġimmunosupp", + "ressive" + ], + [ + "ĠP", + "neumonia" + ], + [ + "ĠPneum", + "onia" + ], + [ + "Ġappla", + "uded" + ], + [ + "Ġapplaud", + "ed" + ], + [ + "ĠSnap", + "chat" + ], + [ + "Ġupro", + "oted" + ], + [ + "ĠRit", + "chie" + ], + [ + "Ġstom", + "ata" + ], + [ + "anthem", + "um" + ], + [ + "ĠTECH", + "N" + ], + [ + "Ġbackpack", + "s" + ], + [ + "Ġbackp", + "acks" + ], + [ + "ĠXan", + "ax" + ], + [ + "ĠSarat", + "oga" + ], + [ + "Ġomnip", + "resent" + ], + [ + "rompt", + "u" + ], + [ + "ĠEuse", + "bius" + ], + [ + "omegal", + "ovirus" + ], + [ + ")", + "!Ċ" + ], + [ + ")!", + "Ċ" + ], + [ + "U", + "PDATE" + ], + [ + "V", + "in" + ], + [ + "Vi", + "n" + ], + [ + "b", + "elly" + ], + [ + "bell", + "y" + ], + [ + "bel", + "ly" + ], + [ + "l", + "v" + ], + [ + "Ġc", + "orm" + ], + [ + "Ġco", + "rm" + ], + [ + "Ġcor", + "m" + ], + [ + "en", + "ched" + ], + [ + "enc", + "hed" + ], + [ + "ench", + "ed" + ], + [ + "ra", + "iture" + ], + [ + "rait", + "ure" + ], + [ + "ĠA", + "ral" + ], + [ + "ĠAr", + "al" + ], + [ + "ĠAra", + "l" + ], + [ + "ĠS", + "ama" + ], + [ + "ĠSam", + "a" + ], + [ + "ĠSa", + "ma" + ], + [ + "Ġex", + "halation" + ], + [ + "em", + "brane" + ], + [ + "emb", + "rane" + ], + [ + "ĠH", + "ui" + ], + [ + "ĠHu", + "i" + ], + [ + "ĠW", + "he" + ], + [ + "ĠWh", + "e" + ], + [ + "ĠD", + "é" + ], + [ + "ĠN", + "ights" + ], + [ + "ĠNight", + "s" + ], + [ + "Ġint", + "repid" + ], + [ + "Ġintr", + "epid" + ], + [ + "Ġper", + "chlor" + ], + [ + "Ġperch", + "lor" + ], + [ + "as", + "si" + ], + [ + "ass", + "i" + ], + [ + "Ġj", + "ab" + ], + [ + "Ġja", + "b" + ], + [ + "Ġj", + "ugs" + ], + [ + "Ġju", + "gs" + ], + [ + "Ġjug", + "s" + ], + [ + "ĠK", + "ag" + ], + [ + "ĠKa", + "g" + ], + [ + "Ġt", + "rance" + ], + [ + "Ġtra", + "nce" + ], + [ + "Ġtr", + "ance" + ], + [ + "Ġtran", + "ce" + ], + [ + "ĠV", + "F" + ], + [ + "ĠV", + "IS" + ], + [ + "ĠVI", + "S" + ], + [ + "er", + "ma" + ], + [ + "erm", + "a" + ], + [ + "Ġ", + "smith" + ], + [ + "Ġs", + "mith" + ], + [ + "Ġsm", + "ith" + ], + [ + "Ġsub", + "standard" + ], + [ + "ody", + "mium" + ], + [ + "Ġsk", + "is" + ], + [ + "Ġski", + "s" + ], + [ + "Ġen", + "trust" + ], + [ + "Ġent", + "rust" + ], + [ + "Ġav", + "enge" + ], + [ + "Ġaven", + "ge" + ], + [ + "Ġmin", + "iscule" + ], + [ + "Ġtest", + "is" + ], + [ + "Ġtes", + "tis" + ], + [ + "Ġbr", + "istle" + ], + [ + "-", + "sym" + ], + [ + "-s", + "ym" + ], + [ + "-sy", + "m" + ], + [ + "-s", + "ighted" + ], + [ + "-s", + "ensory" + ], + [ + "anc", + "omycin" + ], + [ + "Ġma", + "tte" + ], + [ + "Ġmat", + "te" + ], + [ + "Ġmatt", + "e" + ], + [ + "Ġdev", + "otes" + ], + [ + "Ġdevote", + "s" + ], + [ + "y", + "makers" + ], + [ + "ym", + "akers" + ], + [ + "yma", + "kers" + ], + [ + "-", + "times" + ], + [ + "-t", + "imes" + ], + [ + "-time", + "s" + ], + [ + "ĠIm", + "manuel" + ], + [ + "ĠAb", + "brev" + ], + [ + "ĠAbb", + "rev" + ], + [ + "ĠPr", + "inces" + ], + [ + "ĠPrinc", + "es" + ], + [ + "ĠPrince", + "s" + ], + [ + "ĠPri", + "nces" + ], + [ + "Ġpath", + "ologic" + ], + [ + "Ġsuper", + "lative" + ], + [ + "Ġst", + "eals" + ], + [ + "Ġste", + "als" + ], + [ + "Ġsteal", + "s" + ], + [ + "ĠPar", + "rot" + ], + [ + "ĠN", + "eville" + ], + [ + "ĠNe", + "ville" + ], + [ + "ĠNev", + "ille" + ], + [ + "Ġex", + "acting" + ], + [ + "Ġexact", + "ing" + ], + [ + "Ġquant", + "ifiable" + ], + [ + "ĠArt", + "istic" + ], + [ + "ĠArtist", + "ic" + ], + [ + "Ġmis", + "ogyn" + ], + [ + "Ġmiso", + "gyn" + ], + [ + "Ġm", + "obs" + ], + [ + "Ġmob", + "s" + ], + [ + "Ġmo", + "bs" + ], + [ + "Ġmig", + "rates" + ], + [ + "Ġmigrate", + "s" + ], + [ + "ĠDevelop", + "ments" + ], + [ + "ĠDevelopment", + "s" + ], + [ + "Ġspring", + "board" + ], + [ + "ĠC", + "omics" + ], + [ + "ĠCom", + "ics" + ], + [ + "ĠComic", + "s" + ], + [ + "ĠP", + "olly" + ], + [ + "ĠPol", + "ly" + ], + [ + "ĠPoll", + "y" + ], + [ + "ĠGreen", + "ville" + ], + [ + "Ġindustrial", + "isation" + ], + [ + "Ġ", + "##" + ], + [ + "Ġ#", + "#" + ], + [ + "ĠOb", + "structive" + ], + [ + "ĠObst", + "ructive" + ], + [ + "RE", + "AM" + ], + [ + "A", + "MD" + ], + [ + "AM", + "D" + ], + [ + "ĠSocial", + "ists" + ], + [ + "ĠSocialist", + "s" + ], + [ + "ĠMiss", + "issipp" + ], + [ + "Con", + "vert" + ], + [ + "Con", + "clusions" + ], + [ + "Conclusion", + "s" + ], + [ + "Ġsen", + "escence" + ], + [ + "ĠBi", + "ographies" + ], + [ + "ĠInf", + "inite" + ], + [ + "ĠIN", + "TO" + ], + [ + "ĠINT", + "O" + ], + [ + "ĠGal", + "way" + ], + [ + "Ġmineral", + "ization" + ], + [ + "Ġrecover", + "able" + ], + [ + "E", + "EG" + ], + [ + "EE", + "G" + ], + [ + "Ġsculpt", + "ing" + ], + [ + "Ġflash", + "backs" + ], + [ + "ĠCard", + "inals" + ], + [ + "ĠCardi", + "nals" + ], + [ + "ĠCardinal", + "s" + ], + [ + "Ġa", + "scribe" + ], + [ + "Ġasc", + "ribe" + ], + [ + "Ġsub", + "script" + ], + [ + "Ġsubs", + "cript" + ], + [ + "Ġsubsc", + "ript" + ], + [ + "ĠBal", + "och" + ], + [ + "b", + "urned" + ], + [ + "bur", + "ned" + ], + [ + "burn", + "ed" + ], + [ + "burne", + "d" + ], + [ + "High", + "ly" + ], + [ + "ĠW", + "inner" + ], + [ + "ĠWin", + "ner" + ], + [ + "ĠWinn", + "er" + ], + [ + "Ġhate", + "ful" + ], + [ + "Her", + "itage" + ], + [ + "ĠGer", + "hard" + ], + [ + "Ġg", + "lows" + ], + [ + "Ġgl", + "ows" + ], + [ + "Ġglow", + "s" + ], + [ + "Ġglo", + "ws" + ], + [ + "-", + "China" + ], + [ + "-Ch", + "ina" + ], + [ + "ĠAl", + "together" + ], + [ + "ĠAlt", + "ogether" + ], + [ + "in", + "hua" + ], + [ + "inh", + "ua" + ], + [ + "Ġapost", + "rophe" + ], + [ + "Ġhex", + "adecimal" + ], + [ + "p", + "entine" + ], + [ + "pent", + "ine" + ], + [ + "Ac", + "count" + ], + [ + "Acc", + "ount" + ], + [ + "-", + "random" + ], + [ + "-r", + "andom" + ], + [ + "-ra", + "ndom" + ], + [ + "ĠR", + "iga" + ], + [ + "ĠRig", + "a" + ], + [ + "ĠRi", + "ga" + ], + [ + "ĠSymbol", + "ism" + ], + [ + "Proper", + "ty" + ], + [ + "Prop", + "erty" + ], + [ + "Dem", + "ocracy" + ], + [ + "ĠCha", + "os" + ], + [ + "ĠMini", + "ature" + ], + [ + "×Ļ", + "×Ŀ" + ], + [ + "×Ļ×", + "Ŀ" + ], + [ + "ĠMcKin", + "sey" + ], + [ + "ĠWesley", + "an" + ], + [ + "ĠPion", + "eers" + ], + [ + "ĠPioneer", + "s" + ], + [ + "Ġka", + "olin" + ], + [ + "Ġeloqu", + "ently" + ], + [ + "Ġeloquent", + "ly" + ], + [ + "ĠLor", + "enz" + ], + [ + "ĠLoren", + "z" + ], + [ + "Ġerg", + "onomic" + ], + [ + "ĠR", + "eward" + ], + [ + "ĠRe", + "ward" + ], + [ + "ĠRew", + "ard" + ], + [ + "ĠAntio", + "chus" + ], + [ + "ĠAntioch", + "us" + ], + [ + "ĠAS", + "AP" + ], + [ + "ĠASA", + "P" + ], + [ + "ĠWe", + "inberg" + ], + [ + "ĠWein", + "berg" + ], + [ + "Ġphotore", + "ceptors" + ], + [ + "ĠSere", + "ngeti" + ], + [ + "ĠOy", + "ster" + ], + [ + "ĠCroc", + "od" + ], + [ + "Ġinvar", + "iant" + ], + [ + "Ġdeton", + "ated" + ], + [ + "opharmac", + "ology" + ], + [ + "ĠSettlement", + "s" + ], + [ + "ĠSett", + "lements" + ], + [ + "ĠSettle", + "ments" + ], + [ + "Ġbesp", + "oke" + ], + [ + "(", + "N" + ], + [ + "-", + "her" + ], + [ + "-h", + "er" + ], + [ + "-he", + "r" + ], + [ + "S", + "ensory" + ], + [ + "Y", + "L" + ], + [ + "a", + "am" + ], + [ + "aa", + "m" + ], + [ + "b", + "uck" + ], + [ + "bu", + "ck" + ], + [ + "h", + "ik" + ], + [ + "hi", + "k" + ], + [ + "k", + "ow" + ], + [ + "ko", + "w" + ], + [ + "p", + "f" + ], + [ + "s", + "quare" + ], + [ + "squ", + "are" + ], + [ + "t", + "reat" + ], + [ + "tr", + "eat" + ], + [ + "tre", + "at" + ], + [ + "x", + "iv" + ], + [ + "xi", + "v" + ], + [ + "Ġt", + "rom" + ], + [ + "Ġtr", + "om" + ], + [ + "Ġtro", + "m" + ], + [ + "r", + "everse" + ], + [ + "re", + "verse" + ], + [ + "is", + "garh" + ], + [ + "Ġm", + "over" + ], + [ + "Ġmove", + "r" + ], + [ + "Ġmov", + "er" + ], + [ + "Ġmo", + "ver" + ], + [ + "Ġre", + "charged" + ], + [ + "Ġrecharge", + "d" + ], + [ + "Ġg", + "asket" + ], + [ + "Ġgas", + "ket" + ], + [ + "ĠT", + "ata" + ], + [ + "ĠTa", + "ta" + ], + [ + "ĠTat", + "a" + ], + [ + "o", + "tto" + ], + [ + "ot", + "to" + ], + [ + "ott", + "o" + ], + [ + "ĠS", + "aff" + ], + [ + "ĠSaf", + "f" + ], + [ + "ĠSa", + "ff" + ], + [ + "ĠS", + "LS" + ], + [ + "ĠSL", + "S" + ], + [ + "Ġ", + "Citing" + ], + [ + "ĠC", + "iting" + ], + [ + "ĠCit", + "ing" + ], + [ + "ĠCi", + "ting" + ], + [ + "Ġcon", + "forming" + ], + [ + "Ġconform", + "ing" + ], + [ + "if", + "ton" + ], + [ + "ift", + "on" + ], + [ + "os", + "oma" + ], + [ + "oso", + "ma" + ], + [ + "osom", + "a" + ], + [ + "ĠW", + "ig" + ], + [ + "ĠWi", + "g" + ], + [ + "Ġne", + "utered" + ], + [ + "Ġneut", + "ered" + ], + [ + "Ġneu", + "tered" + ], + [ + "Ġneuter", + "ed" + ], + [ + "ĠD", + "omes" + ], + [ + "ĠDo", + "mes" + ], + [ + "ĠDom", + "es" + ], + [ + "ĠDome", + "s" + ], + [ + "ĠR", + "ames" + ], + [ + "ĠRam", + "es" + ], + [ + "ĠRa", + "mes" + ], + [ + "Ġen", + "riches" + ], + [ + "Ġenrich", + "es" + ], + [ + "ĠG", + "ans" + ], + [ + "ĠGa", + "ns" + ], + [ + "ĠGan", + "s" + ], + [ + "ĠG", + "oth" + ], + [ + "ĠGo", + "th" + ], + [ + "ĠGot", + "h" + ], + [ + "ĠG", + "ao" + ], + [ + "ĠGa", + "o" + ], + [ + "Ġint", + "rusions" + ], + [ + "Ġintr", + "usions" + ], + [ + "Ġintrusion", + "s" + ], + [ + "Ġinc", + "urring" + ], + [ + "Ġincur", + "ring" + ], + [ + "en", + "dor" + ], + [ + "end", + "or" + ], + [ + "endo", + "r" + ], + [ + "ĠIn", + "fect" + ], + [ + "ĠInf", + "ect" + ], + [ + "ip", + "arum" + ], + [ + "ipa", + "rum" + ], + [ + "Ġun", + "enc" + ], + [ + "Ġune", + "nc" + ], + [ + "ĠS", + "tub" + ], + [ + "ĠSt", + "ub" + ], + [ + "Ġre", + "ceded" + ], + [ + "Ġrec", + "eded" + ], + [ + "Ġrece", + "ded" + ], + [ + "Ġrecede", + "d" + ], + [ + "Ġrec", + "aptured" + ], + [ + "Ġrecapture", + "d" + ], + [ + "Ġro", + "omm" + ], + [ + "Ġroom", + "m" + ], + [ + "ĠV", + "omiting" + ], + [ + "ĠY", + "itz" + ], + [ + "ĠYi", + "tz" + ], + [ + "Ġg", + "rays" + ], + [ + "Ġgra", + "ys" + ], + [ + "Ġgr", + "ays" + ], + [ + "Ġgray", + "s" + ], + [ + "Ġext", + "irp" + ], + [ + "c", + "onian" + ], + [ + "con", + "ian" + ], + [ + "co", + "nian" + ], + [ + "coni", + "an" + ], + [ + "Ġaut", + "opilot" + ], + [ + "Ġdown", + "wind" + ], + [ + "-", + "follow" + ], + [ + "-f", + "ollow" + ], + [ + "a", + "zo" + ], + [ + "az", + "o" + ], + [ + "r", + "etz" + ], + [ + "re", + "tz" + ], + [ + "ret", + "z" + ], + [ + "ort", + "unes" + ], + [ + "ortun", + "es" + ], + [ + "ortune", + "s" + ], + [ + "-l", + "apse" + ], + [ + "ip", + "pon" + ], + [ + "ipp", + "on" + ], + [ + "ippo", + "n" + ], + [ + "N", + "AN" + ], + [ + "NA", + "N" + ], + [ + "ĠEar", + "ths" + ], + [ + "ĠEarth", + "s" + ], + [ + "Ch", + "rom" + ], + [ + "-", + "wood" + ], + [ + "-w", + "ood" + ], + [ + "Ġbr", + "achy" + ], + [ + "Ġbra", + "chy" + ], + [ + "Ġbrach", + "y" + ], + [ + "s", + "hall" + ], + [ + "sh", + "all" + ], + [ + "sha", + "ll" + ], + [ + "-", + "god" + ], + [ + "-g", + "od" + ], + [ + "-go", + "d" + ], + [ + "Ġbl", + "ocker" + ], + [ + "Ġblock", + "er" + ], + [ + "Ġblo", + "cker" + ], + [ + "Ġbloc", + "ker" + ], + [ + "ĠAnt", + "imicrobial" + ], + [ + "ĠF", + "lux" + ], + [ + "ĠFl", + "ux" + ], + [ + "ĠFlu", + "x" + ], + [ + "Ġhair", + "less" + ], + [ + "ĠCommun", + "icating" + ], + [ + "ĠRoman", + "o" + ], + [ + "ĠRom", + "ano" + ], + [ + "ĠRoma", + "no" + ], + [ + "ĠCor", + "relation" + ], + [ + "Ġmag", + "ician" + ], + [ + "Ġmagic", + "ian" + ], + [ + "Ġmer", + "idians" + ], + [ + "Ġmeridian", + "s" + ], + [ + "Ġrenew", + "ing" + ], + [ + "Ġnit", + "rites" + ], + [ + "Ġnitrite", + "s" + ], + [ + "Ġhyper", + "text" + ], + [ + "Ġhypert", + "ext" + ], + [ + "-", + "Bl" + ], + [ + "-B", + "l" + ], + [ + "Ġsnow", + "sh" + ], + [ + "Ġsnows", + "h" + ], + [ + "-", + "reach" + ], + [ + "-re", + "ach" + ], + [ + "-r", + "each" + ], + [ + "-", + "revolution" + ], + [ + "-re", + "volution" + ], + [ + "-r", + "evolution" + ], + [ + "ĠDisc", + "overing" + ], + [ + "ĠDiscover", + "ing" + ], + [ + "Ġaf", + "ternoons" + ], + [ + "Ġafternoon", + "s" + ], + [ + "Ġoptim", + "isation" + ], + [ + "ĠB", + "uddy" + ], + [ + "ĠBudd", + "y" + ], + [ + "ĠBud", + "dy" + ], + [ + "Ġgluc", + "agon" + ], + [ + "S", + "een" + ], + [ + "Se", + "en" + ], + [ + "See", + "n" + ], + [ + "-", + "climate" + ], + [ + "-c", + "limate" + ], + [ + "-cl", + "imate" + ], + [ + "Ġemp", + "ties" + ], + [ + "Ġempt", + "ies" + ], + [ + "ĠPet", + "ro" + ], + [ + "ĠPetr", + "o" + ], + [ + "ĠS", + "SC" + ], + [ + "ĠSS", + "C" + ], + [ + "Ġh", + "atches" + ], + [ + "Ġhat", + "ches" + ], + [ + "Ġhatch", + "es" + ], + [ + "Ġrib", + "osomes" + ], + [ + "Ġribosome", + "s" + ], + [ + "ĠA", + "TC" + ], + [ + "ĠAT", + "C" + ], + [ + "ĠOp", + "helia" + ], + [ + "Ġdecomp", + "oses" + ], + [ + "Ġdecompose", + "s" + ], + [ + "-ac", + "quired" + ], + [ + "Ass", + "ess" + ], + [ + "ĠFlu", + "ency" + ], + [ + "ĠW", + "inters" + ], + [ + "ĠWin", + "ters" + ], + [ + "ĠWinter", + "s" + ], + [ + "ĠVirt", + "ue" + ], + [ + "ĠRos", + "si" + ], + [ + "ĠRoss", + "i" + ], + [ + "ĠPack", + "ard" + ], + [ + "cat", + "raz" + ], + [ + "ĠC", + "MB" + ], + [ + "ĠCM", + "B" + ], + [ + "C", + "enters" + ], + [ + "Cent", + "ers" + ], + [ + "Center", + "s" + ], + [ + "Ġso", + "fa" + ], + [ + "Ġsof", + "a" + ], + [ + "Ġcellul", + "osic" + ], + [ + "ĠStorm", + "water" + ], + [ + "ĠBeat", + "rice" + ], + [ + "Ġmedi", + "ocre" + ], + [ + "ĠÄ", + "ij" + ], + [ + "ĠVas", + "hem" + ], + [ + "Eth", + "iop" + ], + [ + "ĠW", + "EB" + ], + [ + "ĠWE", + "B" + ], + [ + "Pass", + "ive" + ], + [ + "Ġdemocr", + "atization" + ], + [ + "Ġdemocrat", + "ization" + ], + [ + "Ġexquis", + "itely" + ], + [ + "Ġexquisite", + "ly" + ], + [ + "se", + "rious" + ], + [ + "ser", + "ious" + ], + [ + "Ġkilow", + "atts" + ], + [ + "Ġkilowatt", + "s" + ], + [ + "Ġnom", + "inations" + ], + [ + "Ġnomin", + "ations" + ], + [ + "Ġnomination", + "s" + ], + [ + "ĠGest", + "apo" + ], + [ + "Ġangi", + "oplasty" + ], + [ + "le", + "stick" + ], + [ + "lest", + "ick" + ], + [ + "Ġmont", + "ane" + ], + [ + "Ġscrutin", + "ized" + ], + [ + "Ġscrutinize", + "d" + ], + [ + "ĠGuang", + "dong" + ], + [ + "altern", + "ative" + ], + [ + "alter", + "native" + ], + [ + "ĠInterpret", + "ive" + ], + [ + "Ġoxal", + "ate" + ], + [ + "mess", + "age" + ], + [ + "Ġbeg", + "gar" + ], + [ + "Ġbegg", + "ar" + ], + [ + "Ġvocab", + "ularies" + ], + [ + "Ġcanvas", + "es" + ], + [ + "Ġcanv", + "ases" + ], + [ + "Ġreminis", + "c" + ], + [ + "Ġremin", + "isc" + ], + [ + "ĠFauc", + "i" + ], + [ + "ĠFau", + "ci" + ], + [ + "Pup", + "ils" + ], + [ + "i", + "ofacial" + ], + [ + "iof", + "acial" + ], + [ + ".", + "io" + ], + [ + ".i", + "o" + ], + [ + "C", + "ond" + ], + [ + "Con", + "d" + ], + [ + "Co", + "nd" + ], + [ + "C", + "ITES" + ], + [ + "CI", + "TES" + ], + [ + "M", + "om" + ], + [ + "Mo", + "m" + ], + [ + "S", + "ha" + ], + [ + "Sh", + "a" + ], + [ + "T", + "a" + ], + [ + "c", + "art" + ], + [ + "ca", + "rt" + ], + [ + "car", + "t" + ], + [ + "h", + "ans" + ], + [ + "ha", + "ns" + ], + [ + "han", + "s" + ], + [ + "m", + "ig" + ], + [ + "mi", + "g" + ], + [ + "o", + "nuts" + ], + [ + "on", + "uts" + ], + [ + "onut", + "s" + ], + [ + "Ġc", + "en" + ], + [ + "Ġce", + "n" + ], + [ + "Ġb", + "p" + ], + [ + "Ġb", + "ary" + ], + [ + "Ġbar", + "y" + ], + [ + "Ġba", + "ry" + ], + [ + "Ġd", + "ais" + ], + [ + "Ġda", + "is" + ], + [ + "ĠT", + "ylenol" + ], + [ + "ch", + "os" + ], + [ + "cho", + "s" + ], + [ + "ĠA", + "rap" + ], + [ + "ĠAr", + "ap" + ], + [ + "ĠAra", + "p" + ], + [ + "ĠM", + "EM" + ], + [ + "ĠME", + "M" + ], + [ + "ĠB", + "ic" + ], + [ + "ĠBi", + "c" + ], + [ + "ĠB", + "ij" + ], + [ + "ĠBi", + "j" + ], + [ + "ĠB", + "GP" + ], + [ + "ac", + "oustic" + ], + [ + "aco", + "ustic" + ], + [ + "rom", + "bin" + ], + [ + "romb", + "in" + ], + [ + "ĠW", + "ür" + ], + [ + "an", + "dong" + ], + [ + "and", + "ong" + ], + [ + "ando", + "ng" + ], + [ + "andon", + "g" + ], + [ + "ĠD", + "ies" + ], + [ + "ĠDi", + "es" + ], + [ + "ĠDie", + "s" + ], + [ + "ĠD", + "ough" + ], + [ + "ĠDo", + "ugh" + ], + [ + "ĠDou", + "gh" + ], + [ + "ĠDoug", + "h" + ], + [ + "ĠD", + "ios" + ], + [ + "ĠDi", + "os" + ], + [ + "ĠR", + "IGHT" + ], + [ + "art", + "ner" + ], + [ + "ĠN", + "ie" + ], + [ + "ĠNi", + "e" + ], + [ + "e", + "craft" + ], + [ + "ec", + "raft" + ], + [ + "Ġdis", + "repair" + ], + [ + "as", + "sies" + ], + [ + "ass", + "ies" + ], + [ + "assie", + "s" + ], + [ + "assi", + "es" + ], + [ + "a", + "vals" + ], + [ + "av", + "als" + ], + [ + "ava", + "ls" + ], + [ + "aval", + "s" + ], + [ + "Ġapp", + "ellate" + ], + [ + "ĠK", + "ail" + ], + [ + "ĠKa", + "il" + ], + [ + "ĠKai", + "l" + ], + [ + "ĠV", + "eg" + ], + [ + "ĠVe", + "g" + ], + [ + "r", + "ounded" + ], + [ + "ro", + "unded" + ], + [ + "round", + "ed" + ], + [ + "h", + "enia" + ], + [ + "he", + "nia" + ], + [ + "hen", + "ia" + ], + [ + "con", + "v" + ], + [ + "ĠWe", + "hr" + ], + [ + "Ġtake", + "aways" + ], + [ + "Ġtakeaway", + "s" + ], + [ + "ĠS", + "pa" + ], + [ + "ĠSp", + "a" + ], + [ + "com", + "par" + ], + [ + "comp", + "ar" + ], + [ + "Ġant", + "acids" + ], + [ + "-", + "finding" + ], + [ + "-f", + "inding" + ], + [ + "-fin", + "ding" + ], + [ + "am", + "pers" + ], + [ + "amp", + "ers" + ], + [ + "ĠRes", + "ort" + ], + [ + "-p", + "ressed" + ], + [ + "-pres", + "sed" + ], + [ + "-pr", + "essed" + ], + [ + "Ġsw", + "arming" + ], + [ + "Ġswarm", + "ing" + ], + [ + "ĠBe", + "aumont" + ], + [ + "ĠBeau", + "mont" + ], + [ + "Ġs", + "oiled" + ], + [ + "Ġso", + "iled" + ], + [ + "Ġsoil", + "ed" + ], + [ + "ĠDr", + "iven" + ], + [ + "ĠDrive", + "n" + ], + [ + "Ġstate", + "less" + ], + [ + "Ġstat", + "eless" + ], + [ + "Ġge", + "ographer" + ], + [ + "l", + "oro" + ], + [ + "lo", + "ro" + ], + [ + "lor", + "o" + ], + [ + "Ġmultiple", + "x" + ], + [ + "Ġmulti", + "plex" + ], + [ + "Ġmultip", + "lex" + ], + [ + "Ġmultipl", + "ex" + ], + [ + "ĠNe", + "andert" + ], + [ + "ĠNeander", + "t" + ], + [ + "Ġhost", + "ages" + ], + [ + "Ġhostage", + "s" + ], + [ + "Ġm", + "iser" + ], + [ + "Ġmis", + "er" + ], + [ + "Ġmi", + "ser" + ], + [ + "Ġmal", + "adaptive" + ], + [ + "Ġchronic", + "led" + ], + [ + "Ġchronicle", + "d" + ], + [ + "Ġp", + "aler" + ], + [ + "Ġpal", + "er" + ], + [ + "Ġpale", + "r" + ], + [ + "Ġpa", + "ler" + ], + [ + "ĠFore", + "casting" + ], + [ + "ĠForecast", + "ing" + ], + [ + "ĠRel", + "ating" + ], + [ + "O", + "TT" + ], + [ + "OT", + "T" + ], + [ + "oyal", + "ty" + ], + [ + "ĠPort", + "o" + ], + [ + "ĠPor", + "to" + ], + [ + "Ind", + "ependence" + ], + [ + "-s", + "eated" + ], + [ + "-se", + "ated" + ], + [ + "-sea", + "ted" + ], + [ + "-seat", + "ed" + ], + [ + "bur", + "gers" + ], + [ + "burg", + "ers" + ], + [ + "burger", + "s" + ], + [ + "ĠUS", + "AF" + ], + [ + "ĠUSA", + "F" + ], + [ + "S", + "event" + ], + [ + "Se", + "vent" + ], + [ + "Seven", + "t" + ], + [ + "ĠEx", + "pend" + ], + [ + "ĠExp", + "end" + ], + [ + "ĠSt", + "rings" + ], + [ + "ĠStr", + "ings" + ], + [ + "ĠString", + "s" + ], + [ + "Ġtap", + "estries" + ], + [ + "ut", + "hering" + ], + [ + "uth", + "ering" + ], + [ + "uther", + "ing" + ], + [ + "idal", + "go" + ], + [ + "ĠCub", + "ans" + ], + [ + "ĠCuba", + "ns" + ], + [ + "ĠCuban", + "s" + ], + [ + "Ġfavour", + "ites" + ], + [ + "Ġfavourite", + "s" + ], + [ + "Ġpine", + "apples" + ], + [ + "Ġpineapple", + "s" + ], + [ + "-", + "drive" + ], + [ + "-d", + "rive" + ], + [ + "-dr", + "ive" + ], + [ + "ĠC", + "HF" + ], + [ + "ĠCH", + "F" + ], + [ + "ĠCH", + "EM" + ], + [ + "cho", + "ose" + ], + [ + "plan", + "atory" + ], + [ + "Ġalarm", + "ingly" + ], + [ + "Ġalarming", + "ly" + ], + [ + "Ġcare", + "giving" + ], + [ + "Ġcareg", + "iving" + ], + [ + "View", + "s" + ], + [ + "Vi", + "ews" + ], + [ + "Ġpe", + "cans" + ], + [ + "Ġpec", + "ans" + ], + [ + "Ġpecan", + "s" + ], + [ + "ĠD", + "oris" + ], + [ + "ĠDo", + "ris" + ], + [ + "ĠDor", + "is" + ], + [ + "/", + "local" + ], + [ + "/l", + "ocal" + ], + [ + "regn", + "ancy" + ], + [ + "ĠBall", + "ard" + ], + [ + "Inter", + "view" + ], + [ + "Ġme", + "gap" + ], + [ + "Ġmeg", + "ap" + ], + [ + "Ġmega", + "p" + ], + [ + "Class", + "room" + ], + [ + "ĠDead", + "ly" + ], + [ + "ĠBo", + "sch" + ], + [ + "ĠBos", + "ch" + ], + [ + "Ġpron", + "ouncing" + ], + [ + "Ġpronoun", + "cing" + ], + [ + "ĠQuant", + "ity" + ], + [ + "Ġfollic", + "ular" + ], + [ + "I", + "BLE" + ], + [ + "IB", + "LE" + ], + [ + "ĠGr", + "over" + ], + [ + "ĠGro", + "ver" + ], + [ + "ĠGrove", + "r" + ], + [ + "Ġexpans", + "es" + ], + [ + "Ġexpanse", + "s" + ], + [ + "ĠM", + "utations" + ], + [ + "ĠMut", + "ations" + ], + [ + "Ġoutwe", + "ighed" + ], + [ + "Ġoutweigh", + "ed" + ], + [ + "ĠProdu", + "cer" + ], + [ + "ĠProduce", + "r" + ], + [ + "ĠTE", + "ACH" + ], + [ + "N", + "ATION" + ], + [ + "NAT", + "ION" + ], + [ + "ranch", + "isement" + ], + [ + "ranchise", + "ment" + ], + [ + "ĠCOMM", + "UN" + ], + [ + "Ġanarch", + "ist" + ], + [ + "Personal", + "ly" + ], + [ + "Person", + "ally" + ], + [ + "ĠMagell", + "anic" + ], + [ + "ĠMagellan", + "ic" + ], + [ + "Ve", + "nus" + ], + [ + "Ven", + "us" + ], + [ + "Strateg", + "ic" + ], + [ + "ada", + "mia" + ], + [ + "adam", + "ia" + ], + [ + "Ġench", + "anting" + ], + [ + "Ġechocard", + "iogram" + ], + [ + "Ġwhims", + "ical" + ], + [ + "Ġanteced", + "ent" + ], + [ + "Vers", + "ion" + ], + [ + "Season", + "al" + ], + [ + "Ġinfall", + "ible" + ], + [ + "hyn", + "chus" + ], + [ + "ĠEN", + "SO" + ], + [ + "ĠENS", + "O" + ], + [ + "Ġbeque", + "athed" + ], + [ + "ĠRamak", + "rishna" + ], + [ + "Per", + "manent" + ], + [ + "Perman", + "ent" + ], + [ + "\"", + "Some" + ], + [ + "\"So", + "me" + ], + [ + "B", + "eth" + ], + [ + "Be", + "th" + ], + [ + "Bet", + "h" + ], + [ + "C", + "itizens" + ], + [ + "Cit", + "izens" + ], + [ + "E", + "sc" + ], + [ + "Es", + "c" + ], + [ + "F", + "lower" + ], + [ + "Fl", + "ower" + ], + [ + "Flow", + "er" + ], + [ + "M", + "aker" + ], + [ + "Make", + "r" + ], + [ + "Ma", + "ker" + ], + [ + "R", + "ud" + ], + [ + "R", + "aj" + ], + [ + "Ra", + "j" + ], + [ + "S", + "ter" + ], + [ + "St", + "er" + ], + [ + "Ste", + "r" + ], + [ + "V", + "ERS" + ], + [ + "VE", + "RS" + ], + [ + "VER", + "S" + ], + [ + "W", + "isdom" + ], + [ + "a", + "ust" + ], + [ + "au", + "st" + ], + [ + "aus", + "t" + ], + [ + "e", + "lements" + ], + [ + "ele", + "ments" + ], + [ + "element", + "s" + ], + [ + "f", + "ake" + ], + [ + "fa", + "ke" + ], + [ + "h", + "ous" + ], + [ + "hou", + "s" + ], + [ + "ho", + "us" + ], + [ + "p", + "as" + ], + [ + "pa", + "s" + ], + [ + "r", + "ally" + ], + [ + "ral", + "ly" + ], + [ + "r", + "ins" + ], + [ + "ri", + "ns" + ], + [ + "rin", + "s" + ], + [ + "Ġc", + "ull" + ], + [ + "Ġcul", + "l" + ], + [ + "Ġcu", + "ll" + ], + [ + "Ġ", + "wo" + ], + [ + "Ġw", + "o" + ], + [ + "le", + "vels" + ], + [ + "lev", + "els" + ], + [ + "level", + "s" + ], + [ + "Ġ", + "hounds" + ], + [ + "Ġh", + "ounds" + ], + [ + "Ġho", + "unds" + ], + [ + "Ġhound", + "s" + ], + [ + "Ġre", + "entry" + ], + [ + "Ġreen", + "try" + ], + [ + "Ġ", + "ns" + ], + [ + "Ġn", + "s" + ], + [ + "ĠT", + "icks" + ], + [ + "ĠTi", + "cks" + ], + [ + "ĠTick", + "s" + ], + [ + "ĠTic", + "ks" + ], + [ + "ĠT", + "weed" + ], + [ + "ĠTw", + "eed" + ], + [ + "ĠTwe", + "ed" + ], + [ + "Ġfor", + "go" + ], + [ + "Ġforg", + "o" + ], + [ + "Ġst", + "rove" + ], + [ + "Ġstr", + "ove" + ], + [ + "Ġstro", + "ve" + ], + [ + "ĠS", + "out" + ], + [ + "ĠSo", + "ut" + ], + [ + "ĠSou", + "t" + ], + [ + "ĠI", + "c" + ], + [ + "t", + "eral" + ], + [ + "ter", + "al" + ], + [ + "te", + "ral" + ], + [ + "tera", + "l" + ], + [ + "ĠM", + "add" + ], + [ + "ĠMa", + "dd" + ], + [ + "ĠMad", + "d" + ], + [ + "ĠP", + "ors" + ], + [ + "ĠPo", + "rs" + ], + [ + "ĠPor", + "s" + ], + [ + "it", + "ya" + ], + [ + "ity", + "a" + ], + [ + "o", + "side" + ], + [ + "os", + "ide" + ], + [ + "osi", + "de" + ], + [ + "ĠW", + "ink" + ], + [ + "ĠWin", + "k" + ], + [ + "Ġch", + "imer" + ], + [ + "Ġchim", + "er" + ], + [ + "Ġchi", + "mer" + ], + [ + "ĠD", + "illon" + ], + [ + "ĠDil", + "lon" + ], + [ + "ĠDill", + "on" + ], + [ + "Ġ", + "shi" + ], + [ + "Ġs", + "hi" + ], + [ + "Ġsh", + "i" + ], + [ + "Ġsp", + "ire" + ], + [ + "Ġspir", + "e" + ], + [ + "Ġspi", + "re" + ], + [ + "Ġpl", + "unging" + ], + [ + "Ġplun", + "ging" + ], + [ + "ĠO", + "at" + ], + [ + "Ġun", + "pl" + ], + [ + "Ġunp", + "l" + ], + [ + "Ġmay", + "ors" + ], + [ + "Ġmayor", + "s" + ], + [ + "ĠK", + "oz" + ], + [ + "ĠKo", + "z" + ], + [ + "Ġrel", + "atable" + ], + [ + "Ġrelat", + "able" + ], + [ + "Ġinv", + "ocation" + ], + [ + "ĠHe", + "el" + ], + [ + "Ġvar", + "iances" + ], + [ + "Ġvari", + "ances" + ], + [ + "Ġvariance", + "s" + ], + [ + "Ġext", + "ortion" + ], + [ + "Ġdep", + "uties" + ], + [ + "an", + "yan" + ], + [ + "any", + "an" + ], + [ + "anya", + "n" + ], + [ + "Ġte", + "stable" + ], + [ + "Ġtest", + "able" + ], + [ + "Ġtes", + "table" + ], + [ + "-", + "sleep" + ], + [ + "-s", + "leep" + ], + [ + "-slee", + "p" + ], + [ + "ah", + "oo" + ], + [ + "aho", + "o" + ], + [ + "Ġs", + "iting" + ], + [ + "Ġsit", + "ing" + ], + [ + "Ġsi", + "ting" + ], + [ + "ĠIs", + "mail" + ], + [ + "-", + "focus" + ], + [ + "-f", + "ocus" + ], + [ + "let", + "ian" + ], + [ + "Ġweek", + "day" + ], + [ + "a", + "ski" + ], + [ + "as", + "ki" + ], + [ + "ask", + "i" + ], + [ + "ĠIm", + "plants" + ], + [ + "ĠImplant", + "s" + ], + [ + "Ġfire", + "ball" + ], + [ + "-", + "wall" + ], + [ + "-w", + "all" + ], + [ + "-wa", + "ll" + ], + [ + "ĠD", + "oe" + ], + [ + "ĠDo", + "e" + ], + [ + "IN", + "TER" + ], + [ + "INT", + "ER" + ], + [ + "ĠAugust", + "e" + ], + [ + "Ġund", + "ulating" + ], + [ + "-", + "Sec" + ], + [ + "-S", + "ec" + ], + [ + "-Se", + "c" + ], + [ + "sec", + "ution" + ], + [ + "Ġ:", + ")" + ], + [ + "ĠSc", + "hm" + ], + [ + "ĠSch", + "m" + ], + [ + "ĠSch", + "umann" + ], + [ + "ĠSchu", + "mann" + ], + [ + "Con", + "cept" + ], + [ + "Conc", + "ept" + ], + [ + "Ġfort", + "ify" + ], + [ + "Ġrevolution", + "izing" + ], + [ + "-", + "Def" + ], + [ + "-D", + "ef" + ], + [ + "-De", + "f" + ], + [ + "-sp", + "aced" + ], + [ + "-space", + "d" + ], + [ + "ĠIr", + "ma" + ], + [ + "ĠSam", + "aria" + ], + [ + "ĠSamar", + "ia" + ], + [ + "ĠSama", + "ria" + ], + [ + "Let", + "ters" + ], + [ + "Letter", + "s" + ], + [ + "ĠAdd", + "itive" + ], + [ + "ĠO", + "xy" + ], + [ + "ĠOx", + "y" + ], + [ + "ĠForm", + "erly" + ], + [ + "ĠFormer", + "ly" + ], + [ + "Ġfer", + "rous" + ], + [ + "Ġconv", + "ene" + ], + [ + "Ġconven", + "e" + ], + [ + "Ġconve", + "ne" + ], + [ + "Ġvac", + "ancies" + ], + [ + "/", + "dec" + ], + [ + "/d", + "ec" + ], + [ + "/de", + "c" + ], + [ + "/", + "data" + ], + [ + "/d", + "ata" + ], + [ + "Ġ", + "IDs" + ], + [ + "ĠI", + "Ds" + ], + [ + "ĠID", + "s" + ], + [ + "Ġpan", + "cake" + ], + [ + "Ġpanc", + "ake" + ], + [ + "ĠFair", + "field" + ], + [ + "ĠMicro", + "nes" + ], + [ + "ĠMic", + "rones" + ], + [ + "Ġirre", + "parable" + ], + [ + "ĠCon", + "cert" + ], + [ + "ĠConc", + "ert" + ], + [ + "ĠConcer", + "t" + ], + [ + "ĠSe", + "xuality" + ], + [ + "ĠSex", + "uality" + ], + [ + "ĠSexual", + "ity" + ], + [ + "ĠBroad", + "band" + ], + [ + "Par", + "liament" + ], + [ + "Ġcrystall", + "ized" + ], + [ + "Exper", + "imental" + ], + [ + "Experiment", + "al" + ], + [ + "Ġglyc", + "oprotein" + ], + [ + "ĠWould", + "n" + ], + [ + "Ġgam", + "ut" + ], + [ + "Ġga", + "mut" + ], + [ + "ĠâĨĴ", + "Ċ" + ], + [ + "ĠUl", + "cer" + ], + [ + "ĠCas", + "ual" + ], + [ + "ĠRespons", + "ibilities" + ], + [ + "ĠWH", + "EN" + ], + [ + "Ġnon", + "specific" + ], + [ + "Ġnons", + "pecific" + ], + [ + "An", + "gel" + ], + [ + "Ang", + "el" + ], + [ + "Ġsensit", + "ization" + ], + [ + "C", + "ommission" + ], + [ + "Com", + "mission" + ], + [ + "Comm", + "ission" + ], + [ + "Leg", + "end" + ], + [ + "-", + "large" + ], + [ + "-l", + "arge" + ], + [ + "-lar", + "ge" + ], + [ + "Ġharbour", + "s" + ], + [ + "Ġharb", + "ours" + ], + [ + "iss", + "ez" + ], + [ + "isse", + "z" + ], + [ + "-", + "Alike" + ], + [ + "-A", + "like" + ], + [ + "-Al", + "ike" + ], + [ + "Ġparach", + "utes" + ], + [ + "Ġparachute", + "s" + ], + [ + "-", + "attack" + ], + [ + "-att", + "ack" + ], + [ + "Ġkar", + "st" + ], + [ + "Ġbalcon", + "ies" + ], + [ + "Ġobliv", + "ion" + ], + [ + "Ġmyr", + "tle" + ], + [ + "Ġcongl", + "omerate" + ], + [ + "Sche", + "dule" + ], + [ + "ĠSephard", + "ic" + ], + [ + "Ġvehement", + "ly" + ], + [ + "Ġerythemat", + "osus" + ], + [ + "Ġmountain", + "top" + ], + [ + "Ġmountaint", + "op" + ], + [ + "ĠDaven", + "port" + ], + [ + "(", + "M" + ], + [ + ".", + "health" + ], + [ + "D", + "atabase" + ], + [ + "Data", + "base" + ], + [ + "G", + "astro" + ], + [ + "S", + "ac" + ], + [ + "Sa", + "c" + ], + [ + "S", + "eeds" + ], + [ + "Se", + "eds" + ], + [ + "See", + "ds" + ], + [ + "Seed", + "s" + ], + [ + "]", + "||" + ], + [ + "l", + "ates" + ], + [ + "la", + "tes" + ], + [ + "late", + "s" + ], + [ + "lat", + "es" + ], + [ + "p", + "is" + ], + [ + "pi", + "s" + ], + [ + "w", + "rights" + ], + [ + "wright", + "s" + ], + [ + "Ã", + "IJ" + ], + [ + "å", + "¾" + ], + [ + "Ġp", + "aul" + ], + [ + "Ġpa", + "ul" + ], + [ + "Ġpau", + "l" + ], + [ + "Ġd", + "ag" + ], + [ + "Ġda", + "g" + ], + [ + "ly", + "te" + ], + [ + "lyt", + "e" + ], + [ + "ĠT", + "NF" + ], + [ + "ĠTN", + "F" + ], + [ + "ĠT", + "itans" + ], + [ + "ĠTitan", + "s" + ], + [ + "ĠTit", + "ans" + ], + [ + "o", + "lu" + ], + [ + "ol", + "u" + ], + [ + "e", + "tor" + ], + [ + "et", + "or" + ], + [ + "eto", + "r" + ], + [ + "ut", + "tered" + ], + [ + "utter", + "ed" + ], + [ + "utt", + "ered" + ], + [ + "o", + "wel" + ], + [ + "ow", + "el" + ], + [ + "owe", + "l" + ], + [ + "ĠS", + "addle" + ], + [ + "ĠSadd", + "le" + ], + [ + "ĠC", + "att" + ], + [ + "ĠCa", + "tt" + ], + [ + "ĠCat", + "t" + ], + [ + "ĠC", + "EC" + ], + [ + "ĠCE", + "C" + ], + [ + "Ġan", + "vil" + ], + [ + "ĠM", + "egal" + ], + [ + "ĠMe", + "gal" + ], + [ + "ĠMeg", + "al" + ], + [ + "ĠMega", + "l" + ], + [ + "ĠM", + "ardi" + ], + [ + "ĠMar", + "di" + ], + [ + "ĠB", + "eech" + ], + [ + "ĠBe", + "ech" + ], + [ + "ĠBee", + "ch" + ], + [ + "ĠE", + "MI" + ], + [ + "ĠEM", + "I" + ], + [ + "un", + "ge" + ], + [ + "ung", + "e" + ], + [ + "ĠG", + "AP" + ], + [ + "ĠGA", + "P" + ], + [ + "The", + "me" + ], + [ + "Th", + "eme" + ], + [ + "Ġdis", + "oriented" + ], + [ + "ĠIn", + "adequate" + ], + [ + "Ġd", + "oe" + ], + [ + "Ġdo", + "e" + ], + [ + "Ġun", + "occupied" + ], + [ + "ĠSt", + "ats" + ], + [ + "ĠStat", + "s" + ], + [ + "ĠSta", + "ts" + ], + [ + "Ġup", + "state" + ], + [ + "Ġfl", + "ips" + ], + [ + "Ġflip", + "s" + ], + [ + "Ġfl", + "ounder" + ], + [ + "Ġflo", + "under" + ], + [ + "Ġinv", + "itations" + ], + [ + "Ġinvitation", + "s" + ], + [ + "Ġre", + "focus" + ], + [ + "Ġref", + "ocus" + ], + [ + "ĠA", + "sym" + ], + [ + "ĠAs", + "ym" + ], + [ + "Ġins", + "ides" + ], + [ + "Ġinside", + "s" + ], + [ + "Ġsol", + "vers" + ], + [ + "Ġsolve", + "rs" + ], + [ + "Ġsolver", + "s" + ], + [ + "Ġlight", + "bul" + ], + [ + "Ġanim", + "osity" + ], + [ + "ĠCl", + "ients" + ], + [ + "ĠClient", + "s" + ], + [ + "Ġmar", + "oon" + ], + [ + "-", + "disease" + ], + [ + "-d", + "isease" + ], + [ + "Ġmind", + "less" + ], + [ + "Ġpolic", + "eman" + ], + [ + "Ġpolice", + "man" + ], + [ + "Ġcut", + "lery" + ], + [ + "ĠS", + "hear" + ], + [ + "ĠSh", + "ear" + ], + [ + "ĠShe", + "ar" + ], + [ + "Ġge", + "omorph" + ], + [ + "Ġgeo", + "morph" + ], + [ + "Ġgeom", + "orph" + ], + [ + "Ġbar", + "iatric" + ], + [ + "o", + "llis" + ], + [ + "ol", + "lis" + ], + [ + "oll", + "is" + ], + [ + "-", + "-Ċ" + ], + [ + "--", + "Ċ" + ], + [ + "Ġbroad", + "leaf" + ], + [ + "Ġseason", + "ality" + ], + [ + "Ġseasonal", + "ity" + ], + [ + "Ġund", + "ivided" + ], + [ + "ingu", + "istics" + ], + [ + "inguistic", + "s" + ], + [ + "Ġconstruct", + "ivism" + ], + [ + "r", + "ieve" + ], + [ + "rie", + "ve" + ], + [ + "riev", + "e" + ], + [ + "Ġcreation", + "ism" + ], + [ + "Ġarm", + "pit" + ], + [ + "Ġun", + "friendly" + ], + [ + "Ġunf", + "riendly" + ], + [ + "-", + "note" + ], + [ + "-n", + "ote" + ], + [ + "-not", + "e" + ], + [ + "-no", + "te" + ], + [ + "Ġcolour", + "less" + ], + [ + "C", + "SF" + ], + [ + "CS", + "F" + ], + [ + "-", + "Per" + ], + [ + "-P", + "er" + ], + [ + "Ġpers", + "isting" + ], + [ + "Ġpersist", + "ing" + ], + [ + "Se", + "lected" + ], + [ + "Select", + "ed" + ], + [ + "Sel", + "ected" + ], + [ + "Ġconven", + "iences" + ], + [ + "Ġconvenience", + "s" + ], + [ + "Or", + "g" + ], + [ + "Ġpin", + "hole" + ], + [ + "ĠDen", + "ial" + ], + [ + "Ġlymph", + "oid" + ], + [ + "ĠSt", + "arter" + ], + [ + "ĠStart", + "er" + ], + [ + "ĠStar", + "ter" + ], + [ + "Ġvig", + "our" + ], + [ + "Ġrh", + "omb" + ], + [ + "Ġpal", + "eo" + ], + [ + "Ġpale", + "o" + ], + [ + "Ġ", + "ESC" + ], + [ + "ĠE", + "SC" + ], + [ + "ĠES", + "C" + ], + [ + "ĠGr", + "anted" + ], + [ + "ĠGrant", + "ed" + ], + [ + "ĠGran", + "ted" + ], + [ + "ĠA", + "kk" + ], + [ + "ĠAk", + "k" + ], + [ + "ĠFish", + "ery" + ], + [ + "ĠFisher", + "y" + ], + [ + "ĠEN", + "GL" + ], + [ + "ĠENG", + "L" + ], + [ + "ĠRos", + "sett" + ], + [ + "ĠRoss", + "ett" + ], + [ + "Ġevapor", + "ative" + ], + [ + "Ġevap", + "orative" + ], + [ + "ĠIg", + "A" + ], + [ + "ĠHarris", + "burg" + ], + [ + "Se", + "arching" + ], + [ + "Search", + "ing" + ], + [ + "omorph", + "ism" + ], + [ + "Ġparadox", + "ically" + ], + [ + "Ġparadoxical", + "ly" + ], + [ + "ĠFern", + "andez" + ], + [ + "ĠFernand", + "ez" + ], + [ + "ĠCh", + "ickens" + ], + [ + "ĠChick", + "ens" + ], + [ + "ĠChicken", + "s" + ], + [ + "B", + "iom" + ], + [ + "Bi", + "om" + ], + [ + "Bio", + "m" + ], + [ + "ĠR", + "TI" + ], + [ + "ĠRT", + "I" + ], + [ + "-ra", + "ised" + ], + [ + "ish", + "nah" + ], + [ + "ishn", + "ah" + ], + [ + "ĠHi", + "ram" + ], + [ + "ĠHir", + "am" + ], + [ + "Ġb", + "ogged" + ], + [ + "Ġbo", + "gged" + ], + [ + "Ġbog", + "ged" + ], + [ + "Ġosm", + "otic" + ], + [ + "ĠPrem", + "ature" + ], + [ + "s", + "peak" + ], + [ + "spe", + "ak" + ], + [ + "ĠChrom", + "ium" + ], + [ + "ĠPi", + "eter" + ], + [ + "ĠPiet", + "er" + ], + [ + "ĠPie", + "ter" + ], + [ + "ĠH", + "utu" + ], + [ + "ĠHu", + "tu" + ], + [ + "ĠHut", + "u" + ], + [ + "Ġsandwich", + "ed" + ], + [ + "Ġsandwic", + "hed" + ], + [ + "ĠCurtis", + "s" + ], + [ + "ĠCurt", + "iss" + ], + [ + "ĠXer", + "ox" + ], + [ + "ĠFP", + "GA" + ], + [ + "-tw", + "entieth" + ], + [ + "Inst", + "alling" + ], + [ + "Install", + "ing" + ], + [ + "æĺ", + "¯" + ], + [ + "ĠCaterpill", + "ar" + ], + [ + "ĠSi", + "ena" + ], + [ + "ĠSie", + "na" + ], + [ + "ĠSien", + "a" + ], + [ + "ahas", + "see" + ], + [ + "Ġcyn", + "icism" + ], + [ + "Ġcynic", + "ism" + ], + [ + "Ġ", + "Ê¿" + ], + [ + "(", + "the" + ], + [ + "(t", + "he" + ], + [ + "-", + "immune" + ], + [ + "-imm", + "une" + ], + [ + "?", + "!Ċ" + ], + [ + "?!", + "Ċ" + ], + [ + "B", + "us" + ], + [ + "Bu", + "s" + ], + [ + "F", + "ri" + ], + [ + "Fr", + "i" + ], + [ + "G", + "ro" + ], + [ + "Gr", + "o" + ], + [ + "G", + "RE" + ], + [ + "GR", + "E" + ], + [ + "J", + "ason" + ], + [ + "P", + "un" + ], + [ + "Pu", + "n" + ], + [ + "c", + "ary" + ], + [ + "ca", + "ry" + ], + [ + "car", + "y" + ], + [ + "m", + "ilitary" + ], + [ + "mil", + "itary" + ], + [ + "n", + "av" + ], + [ + "na", + "v" + ], + [ + "p", + "ract" + ], + [ + "pr", + "act" + ], + [ + "s", + "ense" + ], + [ + "sen", + "se" + ], + [ + "s", + "ka" + ], + [ + "sk", + "a" + ], + [ + "s", + "afety" + ], + [ + "safe", + "ty" + ], + [ + "z", + "ies" + ], + [ + "zi", + "es" + ], + [ + "zie", + "s" + ], + [ + "at", + "ore" + ], + [ + "ator", + "e" + ], + [ + "ato", + "re" + ], + [ + "i", + "tre" + ], + [ + "it", + "re" + ], + [ + "itr", + "e" + ], + [ + "Ġp", + "orphy" + ], + [ + "Ġpor", + "phy" + ], + [ + "Ġb", + "iliary" + ], + [ + "Ġbil", + "iary" + ], + [ + "Ġf", + "ainter" + ], + [ + "Ġfa", + "inter" + ], + [ + "Ġfaint", + "er" + ], + [ + "ic", + "ola" + ], + [ + "ico", + "la" + ], + [ + "ĠT", + "ons" + ], + [ + "ĠTo", + "ns" + ], + [ + "ĠTon", + "s" + ], + [ + "ĠI", + "CP" + ], + [ + "ĠIC", + "P" + ], + [ + "ĠC", + "ST" + ], + [ + "ĠCS", + "T" + ], + [ + "ad", + "ur" + ], + [ + "adu", + "r" + ], + [ + "od", + "ex" + ], + [ + "ode", + "x" + ], + [ + "ter", + "ine" + ], + [ + "te", + "rine" + ], + [ + "ĠP", + "EOPLE" + ], + [ + "e", + "struct" + ], + [ + "est", + "ruct" + ], + [ + "res", + "ources" + ], + [ + "Ġv", + "ans" + ], + [ + "Ġvan", + "s" + ], + [ + "Ġva", + "ns" + ], + [ + "an", + "tically" + ], + [ + "ant", + "ically" + ], + [ + "antic", + "ally" + ], + [ + "ĠW", + "astewater" + ], + [ + "ĠWaste", + "water" + ], + [ + "Ġch", + "oler" + ], + [ + "Ġcho", + "ler" + ], + [ + "Ġchol", + "er" + ], + [ + "Ġchole", + "r" + ], + [ + "ĠD", + "uffy" + ], + [ + "ĠF", + "ries" + ], + [ + "ĠFr", + "ies" + ], + [ + "ĠFri", + "es" + ], + [ + "o", + "gie" + ], + [ + "og", + "ie" + ], + [ + "ogi", + "e" + ], + [ + "ĠG", + "ron" + ], + [ + "ĠGr", + "on" + ], + [ + "ĠGro", + "n" + ], + [ + "ĠG", + "overning" + ], + [ + "ĠGovern", + "ing" + ], + [ + "ĠGov", + "erning" + ], + [ + "ĠJ", + "L" + ], + [ + "Ġj", + "itter" + ], + [ + "Ġr", + "oster" + ], + [ + "Ġro", + "ster" + ], + [ + "Ġros", + "ter" + ], + [ + "ĠV", + "iola" + ], + [ + "ĠVi", + "ola" + ], + [ + "ĠViol", + "a" + ], + [ + "Ġam", + "ending" + ], + [ + "Ġamend", + "ing" + ], + [ + "Ġamen", + "ding" + ], + [ + "u", + "co" + ], + [ + "uc", + "o" + ], + [ + "in", + "sp" + ], + [ + "ins", + "p" + ], + [ + "Ġc", + "heated" + ], + [ + "Ġch", + "eated" + ], + [ + "Ġche", + "ated" + ], + [ + "Ġcheat", + "ed" + ], + [ + "the", + "ory" + ], + [ + "Ġdown", + "y" + ], + [ + "Ġdow", + "ny" + ], + [ + "ĠSp", + "ruce" + ], + [ + "ĠR", + "ees" + ], + [ + "ĠRe", + "es" + ], + [ + "ĠRee", + "s" + ], + [ + "ĠRe", + "actor" + ], + [ + "ĠReact", + "or" + ], + [ + "ĠS", + "hm" + ], + [ + "ĠSh", + "m" + ], + [ + "Ġter", + "rier" + ], + [ + "Ġterr", + "ier" + ], + [ + "Ġcom", + "bing" + ], + [ + "Ġcomb", + "ing" + ], + [ + "ak", + "ened" + ], + [ + "ake", + "ned" + ], + [ + "aken", + "ed" + ], + [ + "ont", + "rol" + ], + [ + "cul", + "ine" + ], + [ + "cu", + "line" + ], + [ + "r", + "aying" + ], + [ + "ra", + "ying" + ], + [ + "ray", + "ing" + ], + [ + "-", + "table" + ], + [ + "-t", + "able" + ], + [ + "ĠGu", + "ern" + ], + [ + "ĠGuer", + "n" + ], + [ + "-", + "influ" + ], + [ + "-in", + "flu" + ], + [ + "-inf", + "lu" + ], + [ + "ĠN", + "eem" + ], + [ + "ĠNe", + "em" + ], + [ + "ĠWill", + "am" + ], + [ + "ĠWil", + "lam" + ], + [ + "ĠGl", + "acial" + ], + [ + "ĠGlac", + "ial" + ], + [ + "ĠRe", + "gent" + ], + [ + "ĠReg", + "ent" + ], + [ + "At", + "l" + ], + [ + "ĠM", + "uscular" + ], + [ + "ĠMus", + "cular" + ], + [ + "ĠMusc", + "ular" + ], + [ + "ĠBar", + "clay" + ], + [ + "-", + "Catholic" + ], + [ + "-C", + "atholic" + ], + [ + "Ġhom", + "ogeneity" + ], + [ + "g", + "mented" + ], + [ + "gment", + "ed" + ], + [ + "gm", + "ented" + ], + [ + "lar", + "ged" + ], + [ + "large", + "d" + ], + [ + "á", + "lez" + ], + [ + "ál", + "ez" + ], + [ + "ĠH", + "amas" + ], + [ + "ĠHam", + "as" + ], + [ + "ĠHa", + "mas" + ], + [ + "Re", + "ally" + ], + [ + "Real", + "ly" + ], + [ + "b", + "utton" + ], + [ + "but", + "ton" + ], + [ + "ĠClin", + "ics" + ], + [ + "ĠClinic", + "s" + ], + [ + "Ġundert", + "akes" + ], + [ + "Ġundertake", + "s" + ], + [ + "ĠBab", + "yl" + ], + [ + "ĠBaby", + "l" + ], + [ + "er", + "bread" + ], + [ + "erb", + "read" + ], + [ + "O", + "MA" + ], + [ + "OM", + "A" + ], + [ + "ĠL", + "ois" + ], + [ + "ĠLo", + "is" + ], + [ + "ĠLy", + "man" + ], + [ + "Ġdevast", + "ate" + ], + [ + "ĠCub", + "ism" + ], + [ + "ĠW", + "illy" + ], + [ + "ĠWill", + "y" + ], + [ + "ĠWil", + "ly" + ], + [ + "Ġho", + "ist" + ], + [ + "ĠBa", + "ikal" + ], + [ + "ĠBai", + "kal" + ], + [ + "ĠLo", + "gos" + ], + [ + "ĠLog", + "os" + ], + [ + "ĠPath", + "way" + ], + [ + "ĠH", + "ungry" + ], + [ + "ĠHung", + "ry" + ], + [ + "Ġlubric", + "ated" + ], + [ + "Ġlubricate", + "d" + ], + [ + "ĠNorwe", + "gians" + ], + [ + "ĠNorwegian", + "s" + ], + [ + "Ġutter", + "ances" + ], + [ + "Ġutterance", + "s" + ], + [ + "fig", + "uring" + ], + [ + "Ġtu", + "fts" + ], + [ + "ĠOr", + "iented" + ], + [ + "ĠOri", + "ented" + ], + [ + "ĠOrient", + "ed" + ], + [ + "Ġcoup", + "ons" + ], + [ + "Ġcoupon", + "s" + ], + [ + "Ġcartoon", + "ist" + ], + [ + "Ġmerc", + "iless" + ], + [ + "Ġomn", + "ivores" + ], + [ + "Ġfresh", + "er" + ], + [ + "Ġfres", + "her" + ], + [ + "ĠCheroke", + "es" + ], + [ + "ĠCherokee", + "s" + ], + [ + "-f", + "lung" + ], + [ + "-fl", + "ung" + ], + [ + "-flu", + "ng" + ], + [ + "-ref", + "erenced" + ], + [ + "Ġdyst", + "opian" + ], + [ + "Ġharbor", + "ing" + ], + [ + "Ġharb", + "oring" + ], + [ + "Ġstubborn", + "ly" + ], + [ + "Id", + "eas" + ], + [ + "Ide", + "as" + ], + [ + "ĠTr", + "enton" + ], + [ + "ĠTre", + "nton" + ], + [ + "ĠTrent", + "on" + ], + [ + "ĠUtt", + "arakhand" + ], + [ + "Ġunic", + "ellular" + ], + [ + "Ġarchet", + "ypal" + ], + [ + "Ġtu", + "lip" + ], + [ + "Ġtul", + "ip" + ], + [ + "ĠAc", + "knowledge" + ], + [ + "ĠAck", + "nowledge" + ], + [ + "ĠTyr", + "ann" + ], + [ + "Ġstoryt", + "ellers" + ], + [ + "Ġstoryteller", + "s" + ], + [ + "Ġbud", + "dies" + ], + [ + "Ġbudd", + "ies" + ], + [ + "Ġplasma", + "s" + ], + [ + "Ġplasm", + "as" + ], + [ + "Ġplas", + "mas" + ], + [ + "Ġsouth", + "erly" + ], + [ + "Ġsout", + "herly" + ], + [ + "ĠAristot", + "elian" + ], + [ + "VI", + "RON" + ], + [ + "VIR", + "ON" + ], + [ + "ĠAcha", + "emen" + ], + [ + "'", + ")." + ], + [ + "')", + "." + ], + [ + ",", + ".Ċ" + ], + [ + ",.", + "Ċ" + ], + [ + "B", + "acterial" + ], + [ + "Bacteria", + "l" + ], + [ + "F", + "light" + ], + [ + "Fl", + "ight" + ], + [ + "G", + "V" + ], + [ + "G", + "EEK" + ], + [ + "M", + "V" + ], + [ + "M", + "oz" + ], + [ + "Mo", + "z" + ], + [ + "M", + "aths" + ], + [ + "Mat", + "hs" + ], + [ + "Ma", + "ths" + ], + [ + "Math", + "s" + ], + [ + "O", + "SA" + ], + [ + "OS", + "A" + ], + [ + "R", + "IST" + ], + [ + "RI", + "ST" + ], + [ + "RIS", + "T" + ], + [ + "S", + "oph" + ], + [ + "So", + "ph" + ], + [ + "b", + "ring" + ], + [ + "br", + "ing" + ], + [ + "bri", + "ng" + ], + [ + "f", + "orts" + ], + [ + "for", + "ts" + ], + [ + "fort", + "s" + ], + [ + "g", + "iant" + ], + [ + "gian", + "t" + ], + [ + "gia", + "nt" + ], + [ + "gi", + "ant" + ], + [ + "h", + "ounds" + ], + [ + "ho", + "unds" + ], + [ + "houn", + "ds" + ], + [ + "hound", + "s" + ], + [ + "k", + "aya" + ], + [ + "ka", + "ya" + ], + [ + "l", + "ooked" + ], + [ + "lo", + "oked" + ], + [ + "look", + "ed" + ], + [ + "loo", + "ked" + ], + [ + "t", + "al" + ], + [ + "ta", + "l" + ], + [ + "Ġs", + "igmoid" + ], + [ + "i", + "tri" + ], + [ + "it", + "ri" + ], + [ + "itr", + "i" + ], + [ + "i", + "take" + ], + [ + "it", + "ake" + ], + [ + "ita", + "ke" + ], + [ + "Ġf", + "angs" + ], + [ + "Ġfan", + "gs" + ], + [ + "a", + "sel" + ], + [ + "as", + "el" + ], + [ + "ase", + "l" + ], + [ + "ent", + "rum" + ], + [ + "Ġ", + "ACP" + ], + [ + "ĠA", + "CP" + ], + [ + "ĠAC", + "P" + ], + [ + "ĠA", + "UD" + ], + [ + "ĠAU", + "D" + ], + [ + "ĠS", + "LA" + ], + [ + "ĠSL", + "A" + ], + [ + "Ġ", + "CER" + ], + [ + "ĠC", + "ER" + ], + [ + "ĠCE", + "R" + ], + [ + "ĠC", + "ME" + ], + [ + "ĠCM", + "E" + ], + [ + "ĠThe", + "ft" + ], + [ + "ĠTh", + "eft" + ], + [ + "ab", + "by" + ], + [ + "abb", + "y" + ], + [ + "ab", + "undance" + ], + [ + "Ġ", + "va" + ], + [ + "Ġv", + "a" + ], + [ + "ĠW", + "ages" + ], + [ + "ĠWa", + "ges" + ], + [ + "ĠWag", + "es" + ], + [ + "ĠWage", + "s" + ], + [ + "ĠE", + "wing" + ], + [ + "ĠE", + "riks" + ], + [ + "ĠEr", + "iks" + ], + [ + "ĠErik", + "s" + ], + [ + "ĠR", + "DF" + ], + [ + "ĠRD", + "F" + ], + [ + "ĠR", + "italin" + ], + [ + "ĠRit", + "alin" + ], + [ + "ĠRita", + "lin" + ], + [ + "o", + "gi" + ], + [ + "og", + "i" + ], + [ + "ĠN", + "ail" + ], + [ + "ĠNa", + "il" + ], + [ + "r", + "iya" + ], + [ + "ri", + "ya" + ], + [ + "ĠL", + "ies" + ], + [ + "ĠLi", + "es" + ], + [ + "ĠLie", + "s" + ], + [ + "Ġin", + "cend" + ], + [ + "Ġinc", + "end" + ], + [ + "s", + "of" + ], + [ + "so", + "f" + ], + [ + "en", + "sburg" + ], + [ + "ens", + "burg" + ], + [ + "a", + "ille" + ], + [ + "ail", + "le" + ], + [ + "ai", + "lle" + ], + [ + "ĠK", + "ou" + ], + [ + "ĠKo", + "u" + ], + [ + "ĠK", + "appa" + ], + [ + "ĠKap", + "pa" + ], + [ + "l", + "esia" + ], + [ + "les", + "ia" + ], + [ + "lesi", + "a" + ], + [ + "Ġfl", + "ours" + ], + [ + "Ġflo", + "urs" + ], + [ + "Ġflour", + "s" + ], + [ + "Ġmod", + "ifiable" + ], + [ + "aw", + "esi" + ], + [ + "land", + "ish" + ], + [ + "Ġed", + "ging" + ], + [ + "Ġed", + "dy" + ], + [ + "Ġprog", + "nostic" + ], + [ + "con", + "cer" + ], + [ + "Ġche", + "que" + ], + [ + "ĠAr", + "b" + ], + [ + "Ġbest", + "seller" + ], + [ + "Ġ", + "Phones" + ], + [ + "ĠPh", + "ones" + ], + [ + "ĠPhone", + "s" + ], + [ + "ĠPhon", + "es" + ], + [ + "Ġcomp", + "utes" + ], + [ + "Ġcomput", + "es" + ], + [ + "Ġcompute", + "s" + ], + [ + "Ġd", + "igraph" + ], + [ + "Ġdi", + "graph" + ], + [ + "Ġdig", + "raph" + ], + [ + "-", + "turn" + ], + [ + "-t", + "urn" + ], + [ + "-l", + "oved" + ], + [ + "-lo", + "ved" + ], + [ + "ip", + "ley" + ], + [ + "iple", + "y" + ], + [ + "ipl", + "ey" + ], + [ + "Ġt", + "arp" + ], + [ + "Ġtar", + "p" + ], + [ + "é", + "z" + ], + [ + "Ġap", + "ologies" + ], + [ + "Ġapolog", + "ies" + ], + [ + "Ġf", + "ares" + ], + [ + "Ġfar", + "es" + ], + [ + "Ġfa", + "res" + ], + [ + "Ġfare", + "s" + ], + [ + "I", + "CC" + ], + [ + "IC", + "C" + ], + [ + "ĠVal", + "dez" + ], + [ + "Ġp", + "henol" + ], + [ + "Ġph", + "enol" + ], + [ + "Ġphen", + "ol" + ], + [ + "Ġpl", + "ato" + ], + [ + "Ġplat", + "o" + ], + [ + "Ġpla", + "to" + ], + [ + "Ġdistinct", + "ively" + ], + [ + "Ġdistinctive", + "ly" + ], + [ + "Ġflex", + "or" + ], + [ + "CO", + "MP" + ], + [ + "COM", + "P" + ], + [ + "Ġrein", + "vent" + ], + [ + "ĠTreat", + "ise" + ], + [ + "n", + "aming" + ], + [ + "na", + "ming" + ], + [ + "nam", + "ing" + ], + [ + "-", + "Rep" + ], + [ + "-R", + "ep" + ], + [ + "-Re", + "p" + ], + [ + "ĠSat", + "oshi" + ], + [ + "Ġpersu", + "as" + ], + [ + "Ġmaxim", + "ized" + ], + [ + "Ġmaximize", + "d" + ], + [ + "ĠH", + "aus" + ], + [ + "ĠHa", + "us" + ], + [ + "ĠHau", + "s" + ], + [ + ".", + "cs" + ], + [ + ".c", + "s" + ], + [ + "ĠNep", + "ali" + ], + [ + "ĠNepal", + "i" + ], + [ + "Ġmi", + "R" + ], + [ + "Ġsmoke", + "less" + ], + [ + "Ġsmok", + "eless" + ], + [ + "ĠH", + "asan" + ], + [ + "ĠHa", + "san" + ], + [ + "ĠHas", + "an" + ], + [ + "Ġunders", + "ides" + ], + [ + "Ġunderside", + "s" + ], + [ + "Ġmetaphor", + "ically" + ], + [ + "Ġmetaphorical", + "ly" + ], + [ + "ĠCEO", + "s" + ], + [ + "ĠCE", + "Os" + ], + [ + "Ġrum", + "ored" + ], + [ + "Ġrumor", + "ed" + ], + [ + "Ġprosec", + "utions" + ], + [ + "Ġprosecution", + "s" + ], + [ + "ĠCo", + "ordinate" + ], + [ + "ĠCoord", + "inate" + ], + [ + "yg", + "otsky" + ], + [ + "Elect", + "ro" + ], + [ + "ĠFlood", + "ing" + ], + [ + "ĠFlo", + "oding" + ], + [ + "ε", + "ι" + ], + [ + "ĠToxic", + "ity" + ], + [ + "ĠTox", + "icity" + ], + [ + "ĠInstruct", + "ors" + ], + [ + "ĠInstru", + "ctors" + ], + [ + "ĠInstructor", + "s" + ], + [ + "Ġh", + "oods" + ], + [ + "Ġho", + "ods" + ], + [ + "Ġhood", + "s" + ], + [ + "Ġreint", + "roduce" + ], + [ + "-disc", + "overy" + ], + [ + "Sy", + "nt" + ], + [ + "Syn", + "t" + ], + [ + "En", + "try" + ], + [ + "Ent", + "ry" + ], + [ + "ĠCanaan", + "ite" + ], + [ + "ĠPengu", + "ins" + ], + [ + "ĠPenguin", + "s" + ], + [ + "å¤", + "§" + ], + [ + "Div", + "ide" + ], + [ + "Ġskirm", + "ish" + ], + [ + "Ġap", + "ocry" + ], + [ + "Ġapoc", + "ry" + ], + [ + "Ġencir", + "cled" + ], + [ + "Fac", + "ulty" + ], + [ + "Ġtyrann", + "ical" + ], + [ + "Ro", + "ger" + ], + [ + "Rog", + "er" + ], + [ + "Ġlightheaded", + "ness" + ], + [ + "Ġsteth", + "oscope" + ], + [ + "ĠBrun", + "ei" + ], + [ + "ĠBrune", + "i" + ], + [ + "ĠQuix", + "ote" + ], + [ + "Ġpre", + "cancerous" + ], + [ + "Ġprecancer", + "ous" + ], + [ + ".", + "<" + ], + [ + "B", + "urn" + ], + [ + "Bur", + "n" + ], + [ + "Bu", + "rn" + ], + [ + "D", + "rop" + ], + [ + "Dr", + "op" + ], + [ + "D", + "OT" + ], + [ + "DO", + "T" + ], + [ + "G", + "raphic" + ], + [ + "Graph", + "ic" + ], + [ + "K", + "al" + ], + [ + "Ka", + "l" + ], + [ + "V", + "AL" + ], + [ + "VA", + "L" + ], + [ + "Z", + "ulu" + ], + [ + "j", + "aro" + ], + [ + "ja", + "ro" + ], + [ + "jar", + "o" + ], + [ + "k", + "Wh" + ], + [ + "kW", + "h" + ], + [ + "o", + "ots" + ], + [ + "oot", + "s" + ], + [ + "oo", + "ts" + ], + [ + "w", + "ari" + ], + [ + "war", + "i" + ], + [ + "wa", + "ri" + ], + [ + "æ", + "ī" + ], + [ + "r", + "ek" + ], + [ + "re", + "k" + ], + [ + "Ġd", + "it" + ], + [ + "Ġdi", + "t" + ], + [ + "Ġ", + "han" + ], + [ + "Ġh", + "an" + ], + [ + "Ġha", + "n" + ], + [ + "en", + "to" + ], + [ + "ent", + "o" + ], + [ + "Ġ", + "lash" + ], + [ + "Ġl", + "ash" + ], + [ + "Ġla", + "sh" + ], + [ + "Ġlas", + "h" + ], + [ + "ĠT", + "ec" + ], + [ + "ĠTe", + "c" + ], + [ + "et", + "ite" + ], + [ + "eti", + "te" + ], + [ + "r", + "aints" + ], + [ + "ra", + "ints" + ], + [ + "rain", + "ts" + ], + [ + "raint", + "s" + ], + [ + "âĢĻ", + "l" + ], + [ + "ĠB", + "act" + ], + [ + "ĠBa", + "ct" + ], + [ + "ĠBac", + "t" + ], + [ + "ĠB", + "arents" + ], + [ + "ĠBar", + "ents" + ], + [ + "k", + "ei" + ], + [ + "ke", + "i" + ], + [ + "Ġv", + "ape" + ], + [ + "Ġvap", + "e" + ], + [ + "Ġva", + "pe" + ], + [ + "ĠH", + "ump" + ], + [ + "ĠHum", + "p" + ], + [ + "ĠHu", + "mp" + ], + [ + "ĠH", + "ald" + ], + [ + "ĠHa", + "ld" + ], + [ + "ĠHal", + "d" + ], + [ + "ĠW", + "and" + ], + [ + "ĠWa", + "nd" + ], + [ + "ĠWan", + "d" + ], + [ + "Ġch", + "imp" + ], + [ + "Ġchim", + "p" + ], + [ + "Ġchi", + "mp" + ], + [ + "ĠD", + "eter" + ], + [ + "ĠDe", + "ter" + ], + [ + "ĠDet", + "er" + ], + [ + "ĠF", + "IT" + ], + [ + "ĠFI", + "T" + ], + [ + "ĠF", + "eline" + ], + [ + "ĠFe", + "line" + ], + [ + "ĠFel", + "ine" + ], + [ + "Ġ", + "FACT" + ], + [ + "ĠF", + "ACT" + ], + [ + "ĠFA", + "CT" + ], + [ + "ĠFAC", + "T" + ], + [ + "o", + "gged" + ], + [ + "og", + "ged" + ], + [ + "ogg", + "ed" + ], + [ + "ĠG", + "alloway" + ], + [ + "Ġ", + "kal" + ], + [ + "Ġk", + "al" + ], + [ + "Ġka", + "l" + ], + [ + "us", + "ting" + ], + [ + "ust", + "ing" + ], + [ + "ĠO", + "val" + ], + [ + "ĠOv", + "al" + ], + [ + "Ġres", + "ented" + ], + [ + "Ġresent", + "ed" + ], + [ + "ĠK", + "irt" + ], + [ + "ĠKir", + "t" + ], + [ + "ĠKi", + "rt" + ], + [ + "o", + "vement" + ], + [ + "ove", + "ment" + ], + [ + "ov", + "ement" + ], + [ + "Ġre", + "press" + ], + [ + "Ġrep", + "ress" + ], + [ + "Ġem", + "ulation" + ], + [ + "In", + "struction" + ], + [ + "Instruct", + "ion" + ], + [ + "Inst", + "ruction" + ], + [ + "Ġass", + "urances" + ], + [ + "Ġassurance", + "s" + ], + [ + "Ġat", + "tics" + ], + [ + "Ġatt", + "ics" + ], + [ + "Ġattic", + "s" + ], + [ + "Ġrese", + "ttled" + ], + [ + "Ġmed", + "itations" + ], + [ + "Ġmeditation", + "s" + ], + [ + "is", + "mo" + ], + [ + "ism", + "o" + ], + [ + "v", + "eda" + ], + [ + "ve", + "da" + ], + [ + "ved", + "a" + ], + [ + "Ġbo", + "olean" + ], + [ + "Ġboo", + "lean" + ], + [ + "Ġconst", + "ricted" + ], + [ + "Ġconstrict", + "ed" + ], + [ + "Ġprof", + "iled" + ], + [ + "Ġprofile", + "d" + ], + [ + "Ġant", + "ler" + ], + [ + "ĠSh", + "ul" + ], + [ + "ĠShu", + "l" + ], + [ + "os", + "pora" + ], + [ + "osp", + "ora" + ], + [ + "ospor", + "a" + ], + [ + "-", + "card" + ], + [ + "-c", + "ard" + ], + [ + "-ca", + "rd" + ], + [ + "-car", + "d" + ], + [ + "Ġshort", + "ens" + ], + [ + "Ġshorten", + "s" + ], + [ + "-l", + "act" + ], + [ + "-la", + "ct" + ], + [ + "ĠSome", + "how" + ], + [ + "ĠEnglish", + "men" + ], + [ + "ĠDr", + "inks" + ], + [ + "ĠDrink", + "s" + ], + [ + "Ġweek", + "days" + ], + [ + "Ġweekday", + "s" + ], + [ + "Ġver", + "ifies" + ], + [ + "reg", + "ional" + ], + [ + "region", + "al" + ], + [ + "Ġfarm", + "lands" + ], + [ + "Ġfarmland", + "s" + ], + [ + "E", + "SP" + ], + [ + "ES", + "P" + ], + [ + "Ġcorrect", + "s" + ], + [ + "ucle", + "otide" + ], + [ + "Ġlength", + "wise" + ], + [ + "Ġpan", + "acea" + ], + [ + "ĠMon", + "archy" + ], + [ + "ĠMonarch", + "y" + ], + [ + "Ġdepend", + "ents" + ], + [ + "Ġdependent", + "s" + ], + [ + "-", + "Sal" + ], + [ + "-S", + "al" + ], + [ + "Ġpoly", + "cy" + ], + [ + "Ġpolyc", + "y" + ], + [ + "am", + "bi" + ], + [ + "amb", + "i" + ], + [ + "Ġpul", + "leys" + ], + [ + "Ġpulley", + "s" + ], + [ + "resp", + "ected" + ], + [ + "respect", + "ed" + ], + [ + "Ġhom", + "icides" + ], + [ + "Ġhomicide", + "s" + ], + [ + "Ġmist", + "reated" + ], + [ + "-", + "Dar" + ], + [ + "-D", + "ar" + ], + [ + "ĠBen", + "ito" + ], + [ + "Ġsubstant", + "iated" + ], + [ + "Ġsubstantiate", + "d" + ], + [ + "Ind", + "iana" + ], + [ + "India", + "na" + ], + [ + "Indian", + "a" + ], + [ + "Ġtraum", + "atized" + ], + [ + "Ġrecept", + "acles" + ], + [ + "Ġreceptacle", + "s" + ], + [ + "ommun", + "ication" + ], + [ + "ĠG", + "range" + ], + [ + "ĠGr", + "ange" + ], + [ + "ĠGran", + "ge" + ], + [ + "ĠVer", + "ne" + ], + [ + "ĠVern", + "e" + ], + [ + "Ġresc", + "ues" + ], + [ + "Ġrescue", + "s" + ], + [ + "Ġglac", + "iation" + ], + [ + "Ġg", + "entry" + ], + [ + "Ġgen", + "try" + ], + [ + "Ġgent", + "ry" + ], + [ + "ĠWal", + "den" + ], + [ + "ĠWald", + "en" + ], + [ + ".p", + "one" + ], + [ + "Ġster", + "ility" + ], + [ + "Ġsteril", + "ity" + ], + [ + "-", + "Jac" + ], + [ + "-J", + "ac" + ], + [ + "ĠBo", + "nus" + ], + [ + "ĠBon", + "us" + ], + [ + "ĠM", + "Pa" + ], + [ + "ĠMP", + "a" + ], + [ + "Ġwarrant", + "ies" + ], + [ + "Ġgrat", + "ifying" + ], + [ + "Ġunst", + "oppable" + ], + [ + "ĠSnow", + "y" + ], + [ + "ĠØ", + "£" + ], + [ + "ol", + "enic" + ], + [ + "ole", + "nic" + ], + [ + "olen", + "ic" + ], + [ + "Ġpist", + "ons" + ], + [ + "Ġpiston", + "s" + ], + [ + "ĠAth", + "anas" + ], + [ + "-", + "values" + ], + [ + "-val", + "ues" + ], + [ + "-value", + "s" + ], + [ + "ĠAbs", + "alom" + ], + [ + "-rel", + "iant" + ], + [ + "ĠBuck", + "ley" + ], + [ + "ĠS", + "uffering" + ], + [ + "ĠSuff", + "ering" + ], + [ + "Ġindul", + "ging" + ], + [ + "Ġfor", + "ked" + ], + [ + "Ġfork", + "ed" + ], + [ + "Ġpuls", + "ars" + ], + [ + "Ġpulsar", + "s" + ], + [ + "Ġtam", + "pering" + ], + [ + "Ġtamp", + "ering" + ], + [ + "Ġtamper", + "ing" + ], + [ + "Ġcre", + "sted" + ], + [ + "Ġcr", + "ested" + ], + [ + "Ġcrest", + "ed" + ], + [ + "Ġhibern", + "ating" + ], + [ + "o", + "const" + ], + [ + "ocon", + "st" + ], + [ + "oco", + "nst" + ], + [ + "Ġchrist", + "ened" + ], + [ + "ĠTud", + "ors" + ], + [ + "ĠTudor", + "s" + ], + [ + "ĠAdjust", + "ment" + ], + [ + "ĠAgg", + "ression" + ], + [ + "-att", + "acks" + ], + [ + "-attack", + "s" + ], + [ + "Line", + "ar" + ], + [ + "Li", + "near" + ], + [ + "ĠDj", + "ango" + ], + [ + "Ġextermin", + "ated" + ], + [ + "Ġindiscrim", + "inately" + ], + [ + "Ġindiscriminate", + "ly" + ], + [ + "Ġloop", + "hole" + ], + [ + "Ġlooph", + "ole" + ], + [ + "ĠFus", + "arium" + ], + [ + "ĠPurch", + "asing" + ], + [ + "ĠVib", + "rio" + ], + [ + "ĠVibr", + "io" + ], + [ + "âte", + "au" + ], + [ + "ĠParent", + "hood" + ], + [ + "ĠParen", + "thood" + ], + [ + "Ġvod", + "ka" + ], + [ + "ĠSuk", + "kot" + ], + [ + "ĠSukk", + "ot" + ], + [ + "?", + "âĢĿ." + ], + [ + "?âĢĿ", + "." + ], + [ + "A", + "ctions" + ], + [ + "Act", + "ions" + ], + [ + "Action", + "s" + ], + [ + "H", + "amilton" + ], + [ + "Ham", + "ilton" + ], + [ + "P", + "seud" + ], + [ + "S", + "IS" + ], + [ + "SI", + "S" + ], + [ + "b", + "ara" + ], + [ + "bar", + "a" + ], + [ + "ba", + "ra" + ], + [ + "q", + "s" + ], + [ + "|", + "I" + ], + [ + "ç", + "»" + ], + [ + "è", + "ª" + ], + [ + "r", + "ei" + ], + [ + "re", + "i" + ], + [ + "Ġ", + "mc" + ], + [ + "Ġm", + "c" + ], + [ + "ur", + "ge" + ], + [ + "urg", + "e" + ], + [ + "Ġ", + "CJD" + ], + [ + "ĠC", + "JD" + ], + [ + "ĠCJ", + "D" + ], + [ + "i", + "facts" + ], + [ + "if", + "acts" + ], + [ + "ĠM", + "EMS" + ], + [ + "ĠME", + "MS" + ], + [ + "ĠMEM", + "S" + ], + [ + "ĠB", + "ain" + ], + [ + "ĠBa", + "in" + ], + [ + "ĠBai", + "n" + ], + [ + "Ġv", + "iolets" + ], + [ + "Ġviol", + "ets" + ], + [ + "Ġviolet", + "s" + ], + [ + "ĠH", + "AS" + ], + [ + "ĠHA", + "S" + ], + [ + "Ġn", + "ef" + ], + [ + "Ġne", + "f" + ], + [ + "ĠG", + "rown" + ], + [ + "ĠGr", + "own" + ], + [ + "ĠGrow", + "n" + ], + [ + "ĠGro", + "wn" + ], + [ + "ĠG", + "uns" + ], + [ + "ĠGu", + "ns" + ], + [ + "ĠGun", + "s" + ], + [ + "ĠL", + "ister" + ], + [ + "ĠList", + "er" + ], + [ + "ĠLi", + "ster" + ], + [ + "ĠLis", + "ter" + ], + [ + "ag", + "glut" + ], + [ + "ĠO", + "ro" + ], + [ + "ĠOr", + "o" + ], + [ + "ĠJ", + "ans" + ], + [ + "ĠJan", + "s" + ], + [ + "ĠJa", + "ns" + ], + [ + "i", + "ffer" + ], + [ + "if", + "fer" + ], + [ + "iff", + "er" + ], + [ + "iffe", + "r" + ], + [ + "ĠK", + "ass" + ], + [ + "ĠKa", + "ss" + ], + [ + "ĠKas", + "s" + ], + [ + "ren", + "ewable" + ], + [ + "Ġpr", + "unes" + ], + [ + "Ġprune", + "s" + ], + [ + "Ġear", + "plugs" + ], + [ + "Ġn", + "umbing" + ], + [ + "Ġnum", + "bing" + ], + [ + "Ġnumb", + "ing" + ], + [ + "Ġhe", + "rons" + ], + [ + "Ġher", + "ons" + ], + [ + "Ġhero", + "ns" + ], + [ + "Ġinter", + "vertebral" + ], + [ + "Ġcount", + "enance" + ], + [ + "Ġcoun", + "tenance" + ], + [ + "Ġpat", + "rolling" + ], + [ + "Ġpatrol", + "ling" + ], + [ + "ĠA", + "las" + ], + [ + "ĠAl", + "as" + ], + [ + "ĠAla", + "s" + ], + [ + "und", + "sen" + ], + [ + "unds", + "en" + ], + [ + "âĢĶ", + "because" + ], + [ + "Ġplay", + "list" + ], + [ + "Ġde", + "moral" + ], + [ + "Ġdem", + "oral" + ], + [ + "Ġdemo", + "ral" + ], + [ + "Ġpar", + "l" + ], + [ + "Ġmult", + "itudes" + ], + [ + "Ġmultitude", + "s" + ], + [ + "Ġmultit", + "udes" + ], + [ + "Ġsw", + "elled" + ], + [ + "Ġswell", + "ed" + ], + [ + "Ġvol", + "uminous" + ], + [ + "Ġauthor", + "izes" + ], + [ + "Ġauthorize", + "s" + ], + [ + "Ġconsider", + "ate" + ], + [ + "Ġconsid", + "erate" + ], + [ + "Ġsound", + "track" + ], + [ + "Ġs", + "alon" + ], + [ + "Ġsa", + "lon" + ], + [ + "Ġsal", + "on" + ], + [ + "â̦", + "but" + ], + [ + "Ġwhole", + "hearted" + ], + [ + "Ġsent", + "inel" + ], + [ + "ĠMan", + "aged" + ], + [ + "ĠManage", + "d" + ], + [ + "Ġelectric", + "ians" + ], + [ + "Ġelectr", + "icians" + ], + [ + "Ġelectrician", + "s" + ], + [ + "ĠPre", + "historic" + ], + [ + "Ġdr", + "inker" + ], + [ + "Ġdrink", + "er" + ], + [ + "an", + "agh" + ], + [ + "ana", + "gh" + ], + [ + "ĠW", + "illard" + ], + [ + "ĠWill", + "ard" + ], + [ + "Ġaud", + "iob" + ], + [ + "Ġaudio", + "b" + ], + [ + "Ġaudi", + "ob" + ], + [ + "ĠNot", + "ables" + ], + [ + "ĠNotable", + "s" + ], + [ + "Ġang", + "iotensin" + ], + [ + "A", + "NU" + ], + [ + "AN", + "U" + ], + [ + "Ex", + "erc" + ], + [ + "Ex", + "isting" + ], + [ + "Ġmal", + "ice" + ], + [ + "Ġ", + ":-Ċ" + ], + [ + "Ġ:", + "-Ċ" + ], + [ + "Ġ:-", + "Ċ" + ], + [ + "Un", + "known" + ], + [ + "ĠFin", + "ns" + ], + [ + "ĠFinn", + "s" + ], + [ + "Ġbr", + "owns" + ], + [ + "Ġbrown", + "s" + ], + [ + "Ġbrow", + "ns" + ], + [ + "ĠRet", + "irement" + ], + [ + "Re", + "velation" + ], + [ + "Ġchick", + "ade" + ], + [ + "ĠSat", + "ellites" + ], + [ + "ĠSatellite", + "s" + ], + [ + "ĠPe", + "tr" + ], + [ + "ĠPet", + "r" + ], + [ + "ogen", + "icity" + ], + [ + "ogenic", + "ity" + ], + [ + "ĠSand", + "wich" + ], + [ + "ĠSar", + "ac" + ], + [ + "ĠSa", + "rac" + ], + [ + "ĠSara", + "c" + ], + [ + "ry", + "pton" + ], + [ + "rypt", + "on" + ], + [ + "Ġhyd", + "rostatic" + ], + [ + "Ġhydro", + "static" + ], + [ + "Ġneur", + "ologists" + ], + [ + "Ġneu", + "rologists" + ], + [ + "Ġneurolog", + "ists" + ], + [ + "Ġneurologist", + "s" + ], + [ + "ĠHim", + "achal" + ], + [ + "Ġfluor", + "osis" + ], + [ + "ĠBe", + "gins" + ], + [ + "ĠBeg", + "ins" + ], + [ + "ĠBegin", + "s" + ], + [ + "ĠBad", + "ger" + ], + [ + "He", + "len" + ], + [ + "Hel", + "en" + ], + [ + "or", + "estation" + ], + [ + "ore", + "station" + ], + [ + "orest", + "ation" + ], + [ + "y", + "stag" + ], + [ + "ys", + "tag" + ], + [ + "yst", + "ag" + ], + [ + "Point", + "s" + ], + [ + "Po", + "ints" + ], + [ + "ĠCharacter", + "ization" + ], + [ + "Ġencrypt", + "ing" + ], + [ + "ĠPRO", + "BL" + ], + [ + "class", + "ified" + ], + [ + "cle", + "rotic" + ], + [ + "cler", + "otic" + ], + [ + "Ġwaist", + "line" + ], + [ + "Ġby", + "passed" + ], + [ + "Ġbypass", + "ed" + ], + [ + "Ġbyp", + "assed" + ], + [ + "ðĿ", + "Ĵ" + ], + [ + "ovolta", + "ic" + ], + [ + "ĠPrec", + "ise" + ], + [ + "Ġendorse", + "ments" + ], + [ + "Ġendorsement", + "s" + ], + [ + "ĠWes", + "sex" + ], + [ + "Ġreciproc", + "ating" + ], + [ + "ĠGill", + "espie" + ], + [ + "ĠCer", + "ro" + ], + [ + "ĠGO", + "ES" + ], + [ + "ĠR", + "ESP" + ], + [ + "ĠRE", + "SP" + ], + [ + "ĠRES", + "P" + ], + [ + "ĠHus", + "band" + ], + [ + "ĠInter", + "views" + ], + [ + "ĠInterview", + "s" + ], + [ + "ĠPrison", + "ers" + ], + [ + "Ġwater", + "proofing" + ], + [ + "Ġwaterproof", + "ing" + ], + [ + "ĠGRE", + "EN" + ], + [ + "omat", + "ous" + ], + [ + "ĠPtole", + "ma" + ], + [ + "Ġxen", + "ophobia" + ], + [ + "-", + "visual" + ], + [ + "-vis", + "ual" + ], + [ + "Ġbisc", + "uit" + ], + [ + "Ġplasm", + "ids" + ], + [ + "Ġplasmid", + "s" + ], + [ + "Ġunload", + "ed" + ], + [ + "ĠLI", + "KE" + ], + [ + "Ġrepatri", + "ation" + ], + [ + "-pur", + "ple" + ], + [ + "ymen", + "optera" + ], + [ + "Lith", + "ium" + ], + [ + "Ġdisple", + "asure" + ], + [ + "ĠAene", + "as" + ], + [ + "üh", + "rer" + ], + [ + "ĠMatth", + "ias" + ], + [ + "mbuds", + "man" + ], + [ + "\"", + "--" + ], + [ + "\"-", + "-" + ], + [ + "C", + "oral" + ], + [ + "Co", + "ral" + ], + [ + "Cor", + "al" + ], + [ + "E", + "cc" + ], + [ + "Ec", + "c" + ], + [ + "G", + "ov" + ], + [ + "Go", + "v" + ], + [ + "K", + "er" + ], + [ + "Ke", + "r" + ], + [ + "N", + "am" + ], + [ + "Na", + "m" + ], + [ + "R", + "OS" + ], + [ + "RO", + "S" + ], + [ + "U", + "NA" + ], + [ + "UN", + "A" + ], + [ + "b", + "b" + ], + [ + "j", + "ie" + ], + [ + "ji", + "e" + ], + [ + "k", + "le" + ], + [ + "kl", + "e" + ], + [ + "v", + "ils" + ], + [ + "vi", + "ls" + ], + [ + "vil", + "s" + ], + [ + "Ġb", + "ribe" + ], + [ + "Ġbr", + "ibe" + ], + [ + "Ġbri", + "be" + ], + [ + "i", + "lio" + ], + [ + "il", + "io" + ], + [ + "ili", + "o" + ], + [ + "ĠT", + "ough" + ], + [ + "ĠTo", + "ugh" + ], + [ + "ĠTou", + "gh" + ], + [ + "ĠT", + "PP" + ], + [ + "ĠTP", + "P" + ], + [ + "ĠS", + "ne" + ], + [ + "ĠSn", + "e" + ], + [ + "ĠS", + "alle" + ], + [ + "ĠSal", + "le" + ], + [ + "ĠSa", + "lle" + ], + [ + "ĠSall", + "e" + ], + [ + "i", + "ran" + ], + [ + "ir", + "an" + ], + [ + "ira", + "n" + ], + [ + "Ġo", + "ratory" + ], + [ + "Ġor", + "atory" + ], + [ + "Ġorator", + "y" + ], + [ + "ĠP", + "J" + ], + [ + "ĠP", + "aying" + ], + [ + "ĠPay", + "ing" + ], + [ + "ĠPa", + "ying" + ], + [ + "Ġex", + "f" + ], + [ + "Ġ", + "BV" + ], + [ + "ĠB", + "V" + ], + [ + "ĠH", + "PC" + ], + [ + "ĠHP", + "C" + ], + [ + "Ġr", + "undown" + ], + [ + "Ġrun", + "down" + ], + [ + "ĠD", + "ose" + ], + [ + "ĠDo", + "se" + ], + [ + "ĠDos", + "e" + ], + [ + "ĠD", + "IST" + ], + [ + "ĠDI", + "ST" + ], + [ + "ĠDIS", + "T" + ], + [ + "ĠR", + "asm" + ], + [ + "ĠRa", + "sm" + ], + [ + "ĠRas", + "m" + ], + [ + "o", + "group" + ], + [ + "og", + "roup" + ], + [ + "ĠN", + "ull" + ], + [ + "ĠNu", + "ll" + ], + [ + "ĠL", + "ump" + ], + [ + "ĠLu", + "mp" + ], + [ + "ĠLum", + "p" + ], + [ + "ĠL", + "ara" + ], + [ + "ĠLa", + "ra" + ], + [ + "ĠLar", + "a" + ], + [ + "Ġcomp", + "endium" + ], + [ + "e", + "ndon" + ], + [ + "en", + "don" + ], + [ + "end", + "on" + ], + [ + "endo", + "n" + ], + [ + "v", + "elle" + ], + [ + "ve", + "lle" + ], + [ + "vel", + "le" + ], + [ + "vell", + "e" + ], + [ + "Ġ", + "âĢľ." + ], + [ + "ĠâĢľ", + "." + ], + [ + "ĠV", + "apor" + ], + [ + "ĠVa", + "por" + ], + [ + "ob", + "oam" + ], + [ + "obo", + "am" + ], + [ + "Ġrep", + "ulsive" + ], + [ + "ne", + "utral" + ], + [ + "Ġfl", + "air" + ], + [ + "Ġfl", + "ared" + ], + [ + "Ġflare", + "d" + ], + [ + "Ġser", + "f" + ], + [ + "ĠWh", + "ose" + ], + [ + "ĠWho", + "se" + ], + [ + "to", + "fore" + ], + [ + "Ġrest", + "rooms" + ], + [ + "Ġrestroom", + "s" + ], + [ + "Ġdev", + "iant" + ], + [ + "p", + "aram" + ], + [ + "par", + "am" + ], + [ + "pa", + "ram" + ], + [ + "para", + "m" + ], + [ + "ox", + "etine" + ], + [ + "Ġnecess", + "itating" + ], + [ + "ĠWar", + "bler" + ], + [ + "Ġskin", + "ned" + ], + [ + "Ch", + "icken" + ], + [ + "Chi", + "cken" + ], + [ + "ĠAb", + "st" + ], + [ + "ĠAbs", + "t" + ], + [ + "oph", + "aryngeal" + ], + [ + "Ġforce", + "ps" + ], + [ + "Ġforc", + "eps" + ], + [ + "ĠMe", + "ade" + ], + [ + "ĠMead", + "e" + ], + [ + "-", + "hum" + ], + [ + "-h", + "um" + ], + [ + "ĠBo", + "iling" + ], + [ + "P", + "AL" + ], + [ + "PA", + "L" + ], + [ + "Ġfinal", + "ize" + ], + [ + "Ġvo", + "icing" + ], + [ + "Ġvoic", + "ing" + ], + [ + "ĠL", + "aud" + ], + [ + "ĠLa", + "ud" + ], + [ + "ĠLau", + "d" + ], + [ + "-", + "number" + ], + [ + "-n", + "umber" + ], + [ + "Ġp", + "unk" + ], + [ + "Ġpun", + "k" + ], + [ + "Ġp", + "unches" + ], + [ + "Ġpun", + "ches" + ], + [ + "Ġpunch", + "es" + ], + [ + "R", + "OC" + ], + [ + "RO", + "C" + ], + [ + "ĠBay", + "es" + ], + [ + "ĠBa", + "yes" + ], + [ + "Ġtouch", + "down" + ], + [ + "Ġ", + "Ãĺ" + ], + [ + "ĠÃ", + "ĺ" + ], + [ + "ĠExt", + "rem" + ], + [ + "ĠEc", + "zema" + ], + [ + "Ġproportion", + "ately" + ], + [ + "Ġproportionate", + "ly" + ], + [ + "ĠJo", + "anna" + ], + [ + "ĠJoan", + "na" + ], + [ + "ĠVer", + "acruz" + ], + [ + "-", + "expl" + ], + [ + "-ex", + "pl" + ], + [ + "-exp", + "l" + ], + [ + "ĠStandard", + "ized" + ], + [ + "Ġth", + "ermo" + ], + [ + "Ġther", + "mo" + ], + [ + "Ġtherm", + "o" + ], + [ + "Ġneur", + "algia" + ], + [ + "Ġneural", + "gia" + ], + [ + "Ġhor", + "nets" + ], + [ + "Ġhorn", + "ets" + ], + [ + "Man", + "ager" + ], + [ + "Trans", + "lated" + ], + [ + "Transl", + "ated" + ], + [ + "ĠR", + "ubric" + ], + [ + "ĠRub", + "ric" + ], + [ + "ĠP", + "RES" + ], + [ + "ĠPR", + "ES" + ], + [ + "ĠPRE", + "S" + ], + [ + "ĠBox", + "er" + ], + [ + "Ġ", + "Calculating" + ], + [ + "ĠCalcul", + "ating" + ], + [ + "ĠCalc", + "ulating" + ], + [ + "proof", + "ing" + ], + [ + "ĠTut", + "oring" + ], + [ + "ĠTutor", + "ing" + ], + [ + "Ġoutward", + "ly" + ], + [ + "Pro", + "test" + ], + [ + "Prot", + "est" + ], + [ + "Ġunpredict", + "ability" + ], + [ + "Ġtel", + "omerase" + ], + [ + "Ġtelome", + "rase" + ], + [ + "R", + "obot" + ], + [ + "Rob", + "ot" + ], + [ + "Ro", + "bot" + ], + [ + "Ġ", + "...\"" + ], + [ + "Ġ...", + "\"" + ], + [ + "Ġ..", + ".\"" + ], + [ + "Ġconquer", + "or" + ], + [ + "Ġn", + "ovo" + ], + [ + "Ġno", + "vo" + ], + [ + "Ġnov", + "o" + ], + [ + "ĠK", + "osher" + ], + [ + "ĠKos", + "her" + ], + [ + "Ġglyph", + "s" + ], + [ + "Ġco", + "bra" + ], + [ + "Ġcob", + "ra" + ], + [ + "omegran", + "ate" + ], + [ + "Ġmicrof", + "lora" + ], + [ + "Ġguer", + "rillas" + ], + [ + "Ġguerrilla", + "s" + ], + [ + "ĠContribut", + "or" + ], + [ + "Ġont", + "ological" + ], + [ + "Ġcushion", + "ing" + ], + [ + "Ġdeduct", + "ible" + ], + [ + "Ġtruss", + "es" + ], + [ + "Ġcavern", + "s" + ], + [ + "Ġtaste", + "less" + ], + [ + "Ġtast", + "eless" + ], + [ + "ĠMyr", + "tle" + ], + [ + "Ġpolyc", + "arbonate" + ], + [ + "ĠLovel", + "ace" + ], + [ + "Voc", + "abulary" + ], + [ + "-main", + "tenance" + ], + [ + "Ġcourt", + "eous" + ], + [ + "Ġcourte", + "ous" + ], + [ + ",", + "*" + ], + [ + "B", + "os" + ], + [ + "Bo", + "s" + ], + [ + "B", + "ruce" + ], + [ + "Br", + "uce" + ], + [ + "C", + "ube" + ], + [ + "Cu", + "be" + ], + [ + "Cub", + "e" + ], + [ + "C", + "trl" + ], + [ + "F", + "ord" + ], + [ + "For", + "d" + ], + [ + "L", + "u" + ], + [ + "_", + "L" + ], + [ + "b", + "rew" + ], + [ + "br", + "ew" + ], + [ + "bre", + "w" + ], + [ + "c", + "ru" + ], + [ + "cr", + "u" + ], + [ + "c", + "arp" + ], + [ + "car", + "p" + ], + [ + "l", + "ak" + ], + [ + "la", + "k" + ], + [ + "n", + "en" + ], + [ + "ne", + "n" + ], + [ + "s", + "uccess" + ], + [ + "su", + "ccess" + ], + [ + "à", + "²" + ], + [ + "Ġw", + "aging" + ], + [ + "Ġwa", + "ging" + ], + [ + "n", + "dan" + ], + [ + "nd", + "an" + ], + [ + "nda", + "n" + ], + [ + "o", + "range" + ], + [ + "or", + "ange" + ], + [ + "oran", + "ge" + ], + [ + "Ġin", + "vert" + ], + [ + "Ġinv", + "ert" + ], + [ + "Ġinver", + "t" + ], + [ + "om", + "ys" + ], + [ + "omy", + "s" + ], + [ + "om", + "eth" + ], + [ + "ome", + "th" + ], + [ + "omet", + "h" + ], + [ + "Ġl", + "ivable" + ], + [ + "Ġli", + "vable" + ], + [ + "Ġliv", + "able" + ], + [ + "Ġ", + "gm" + ], + [ + "Ġg", + "m" + ], + [ + "e", + "tail" + ], + [ + "et", + "ail" + ], + [ + "eta", + "il" + ], + [ + "Ġan", + "ion" + ], + [ + "Ġwh", + "iplash" + ], + [ + "Ġwhip", + "lash" + ], + [ + "âĢĻ", + "er" + ], + [ + "âĢĻe", + "r" + ], + [ + "ĠP", + "ins" + ], + [ + "ĠPi", + "ns" + ], + [ + "ĠPin", + "s" + ], + [ + "ab", + "d" + ], + [ + "Ġex", + "claim" + ], + [ + "Ġexc", + "laim" + ], + [ + "ĠB", + "EN" + ], + [ + "ĠBE", + "N" + ], + [ + "ĠB", + "ags" + ], + [ + "ĠBa", + "gs" + ], + [ + "ĠBag", + "s" + ], + [ + "Ġv", + "anguard" + ], + [ + "Ġvan", + "guard" + ], + [ + "em", + "ploy" + ], + [ + "empl", + "oy" + ], + [ + "ĠH", + "ai" + ], + [ + "ĠHa", + "i" + ], + [ + "ĠD", + "RA" + ], + [ + "ĠDR", + "A" + ], + [ + "ĠE", + "in" + ], + [ + "Ġ", + "âĢł" + ], + [ + "ĠâĢ", + "ł" + ], + [ + "ĠR", + "uff" + ], + [ + "ĠRu", + "ff" + ], + [ + "ĠRuf", + "f" + ], + [ + "ĠR", + "ÃŃo" + ], + [ + "Ġen", + "quiries" + ], + [ + "ĠN", + "od" + ], + [ + "ĠNo", + "d" + ], + [ + "ĠN", + "ara" + ], + [ + "ĠNa", + "ra" + ], + [ + "ĠNar", + "a" + ], + [ + "ĠG", + "raft" + ], + [ + "ĠGra", + "ft" + ], + [ + "ĠGr", + "aft" + ], + [ + "ĠL", + "OW" + ], + [ + "ĠLO", + "W" + ], + [ + "o", + "utu" + ], + [ + "ou", + "tu" + ], + [ + "out", + "u" + ], + [ + "Ġk", + "J" + ], + [ + "Ġk", + "ap" + ], + [ + "Ġka", + "p" + ], + [ + "end", + "ant" + ], + [ + "enda", + "nt" + ], + [ + "ind", + "eed" + ], + [ + "inde", + "ed" + ], + [ + "a", + "chron" + ], + [ + "ach", + "ron" + ], + [ + "Ġper", + "ist" + ], + [ + "Ġpe", + "rist" + ], + [ + "Ġperi", + "st" + ], + [ + "an", + "cel" + ], + [ + "ance", + "l" + ], + [ + "anc", + "el" + ], + [ + "Ġun", + "anticipated" + ], + [ + "Ġs", + "ys" + ], + [ + "Ġsy", + "s" + ], + [ + "ĠK", + "ung" + ], + [ + "ĠKu", + "ng" + ], + [ + "ĠKun", + "g" + ], + [ + "y", + "sed" + ], + [ + "ys", + "ed" + ], + [ + "Ġspec", + "ulates" + ], + [ + "Ġspeculate", + "s" + ], + [ + "Ġexp", + "elling" + ], + [ + "Ġexpel", + "ling" + ], + [ + "Ġwater", + "melons" + ], + [ + "Ġwatermelon", + "s" + ], + [ + "Ġdec", + "ency" + ], + [ + "ar", + "char" + ], + [ + "arch", + "ar" + ], + [ + "arc", + "har" + ], + [ + "In", + "term" + ], + [ + "Int", + "erm" + ], + [ + "Inter", + "m" + ], + [ + "ra", + "mid" + ], + [ + "ram", + "id" + ], + [ + ")", + ",\"" + ], + [ + "),", + "\"" + ], + [ + "Ġsub", + "soil" + ], + [ + "Ġsubs", + "oil" + ], + [ + "g", + "etic" + ], + [ + "ge", + "tic" + ], + [ + "get", + "ic" + ], + [ + "ĠAl", + "vin" + ], + [ + "ĠAlv", + "in" + ], + [ + "Ġso", + "mber" + ], + [ + "Ġsom", + "ber" + ], + [ + "a", + "hara" + ], + [ + "ah", + "ara" + ], + [ + "aha", + "ra" + ], + [ + "ahar", + "a" + ], + [ + "Ġlight", + "ening" + ], + [ + "Ġlighten", + "ing" + ], + [ + "ĠA", + "del" + ], + [ + "ĠAd", + "el" + ], + [ + "ĠAde", + "l" + ], + [ + "Ġpar", + "lor" + ], + [ + "Ġparl", + "or" + ], + [ + "ĠPh", + "ishing" + ], + [ + "ĠPl", + "agiarism" + ], + [ + "ĠC", + "ane" + ], + [ + "ĠCan", + "e" + ], + [ + "ĠCa", + "ne" + ], + [ + "Ġflow", + "chart" + ], + [ + "ĠZ", + "ig" + ], + [ + "Ġcr", + "utches" + ], + [ + "Ġur", + "inal" + ], + [ + "ĠLe", + "isure" + ], + [ + "Ġ=", + "Ċ" + ], + [ + "ĠMar", + "athi" + ], + [ + "ĠMara", + "thi" + ], + [ + "ĠCont", + "amination" + ], + [ + "ĠContamin", + "ation" + ], + [ + "ĠGu", + "ar" + ], + [ + "-", + "->" + ], + [ + "--", + ">" + ], + [ + "Ġevalu", + "ative" + ], + [ + "Ġsol", + "dered" + ], + [ + "Ġsold", + "ered" + ], + [ + "Ġsolder", + "ed" + ], + [ + "-g", + "rey" + ], + [ + "Ġinst", + "alls" + ], + [ + "Ġinstall", + "s" + ], + [ + "ĠHer", + "oin" + ], + [ + "ĠHero", + "in" + ], + [ + "Ġpet", + "iole" + ], + [ + "Ġbillion", + "aire" + ], + [ + "Ġpredict", + "ably" + ], + [ + "Ġ", + "+Ċ" + ], + [ + "Ġ+", + "Ċ" + ], + [ + "à¤", + "¯" + ], + [ + "ĠS", + "ims" + ], + [ + "ĠSim", + "s" + ], + [ + "ĠSi", + "ms" + ], + [ + "Ġfact", + "orial" + ], + [ + "Ġfactor", + "ial" + ], + [ + "Ġfacto", + "rial" + ], + [ + "ĠD", + "onate" + ], + [ + "ĠDon", + "ate" + ], + [ + "Ġth", + "rice" + ], + [ + "Ġthr", + "ice" + ], + [ + "ĠLaw", + "yer" + ], + [ + "Ġconservation", + "ist" + ], + [ + "Ġ", + "hopper" + ], + [ + "Ġh", + "opper" + ], + [ + "Ġhop", + "per" + ], + [ + "Ġho", + "pper" + ], + [ + "ĠBel", + "mont" + ], + [ + "Ġmaster", + "ful" + ], + [ + "Ġsnow", + "ball" + ], + [ + "Ġfort", + "itude" + ], + [ + "Ġgar", + "net" + ], + [ + "Ġwel", + "ds" + ], + [ + "Ġweld", + "s" + ], + [ + "osc", + "is" + ], + [ + "Ġaw", + "oke" + ], + [ + "ĠExper", + "ienced" + ], + [ + "ĠExperience", + "d" + ], + [ + "Ġmand", + "ating" + ], + [ + "ĠCh", + "oi" + ], + [ + "ĠCho", + "i" + ], + [ + "ĠVer", + "ona" + ], + [ + "Ġhydro", + "ly" + ], + [ + "Reg", + "ion" + ], + [ + "Ġsubsid", + "ize" + ], + [ + "Ġn", + "icer" + ], + [ + "Ġnice", + "r" + ], + [ + "Ġnic", + "er" + ], + [ + "Ġni", + "cer" + ], + [ + "Ġmagn", + "etite" + ], + [ + "Ġmagnet", + "ite" + ], + [ + "r", + "atom" + ], + [ + "ra", + "tom" + ], + [ + "rat", + "om" + ], + [ + "M", + "arie" + ], + [ + "Mar", + "ie" + ], + [ + "Ma", + "rie" + ], + [ + "Ġdivine", + "ly" + ], + [ + "Ġ", + "MAX" + ], + [ + "ĠMA", + "X" + ], + [ + "Ġdeliber", + "ations" + ], + [ + "Ġdeliberation", + "s" + ], + [ + "HT", + "TP" + ], + [ + "ĠP", + "ollen" + ], + [ + "ĠPol", + "len" + ], + [ + "ĠPoll", + "en" + ], + [ + "ĠPeriod", + "ontal" + ], + [ + "ĠBow", + "ling" + ], + [ + "ĠBowl", + "ing" + ], + [ + "ĠNor", + "te" + ], + [ + "ĠNort", + "e" + ], + [ + "Ġphone", + "me" + ], + [ + "Ġphon", + "eme" + ], + [ + "ĠDom", + "inic" + ], + [ + "ĠDomin", + "ic" + ], + [ + "Ġimp", + "edes" + ], + [ + "Ġimped", + "es" + ], + [ + "Ġimpede", + "s" + ], + [ + "Ġimpe", + "des" + ], + [ + "ĠLes", + "bian" + ], + [ + "Ġ", + "VIEW" + ], + [ + "ĠVI", + "EW" + ], + [ + "Inf", + "ants" + ], + [ + "ĠAt", + "hab" + ], + [ + "ĠAth", + "ab" + ], + [ + "com", + "mit" + ], + [ + "comm", + "it" + ], + [ + "Ġghost", + "ly" + ], + [ + "P", + "HP" + ], + [ + "PH", + "P" + ], + [ + "Ġlid", + "ar" + ], + [ + "Ġli", + "dar" + ], + [ + "ĠSA", + "Ts" + ], + [ + "ĠSAT", + "s" + ], + [ + "human", + "s" + ], + [ + "hu", + "mans" + ], + [ + "hum", + "ans" + ], + [ + "Adv", + "ice" + ], + [ + "ĠSic", + "ilian" + ], + [ + "Econom", + "ics" + ], + [ + "Ec", + "onomics" + ], + [ + "Economic", + "s" + ], + [ + "в", + "а" + ], + [ + "stra", + "ight" + ], + [ + "Ġflavon", + "oid" + ], + [ + "ĠART", + "ICLE" + ], + [ + "ĠPul", + "lman" + ], + [ + "ĠPull", + "man" + ], + [ + "ĠMcKin", + "ney" + ], + [ + "im", + "ono" + ], + [ + "imo", + "no" + ], + [ + "imon", + "o" + ], + [ + "ĠTort", + "oise" + ], + [ + "Ġsquat", + "ting" + ], + [ + "Par", + "kinson" + ], + [ + "Park", + "inson" + ], + [ + "Ġ", + "agonists" + ], + [ + "Ġagon", + "ists" + ], + [ + "Ġagonist", + "s" + ], + [ + "Ġuphe", + "avals" + ], + [ + "Ġupheaval", + "s" + ], + [ + "ĠResp", + "onding" + ], + [ + "ĠRespond", + "ing" + ], + [ + "M", + "ovement" + ], + [ + "Mo", + "vement" + ], + [ + "Move", + "ment" + ], + [ + "ĠRey", + "kj" + ], + [ + "åľ", + "¨" + ], + [ + "Ġbull", + "do" + ], + [ + "Ġbulld", + "o" + ], + [ + "ĠMeso", + "america" + ], + [ + "ĠHelic", + "obacter" + ], + [ + "ĠUpanish", + "ads" + ], + [ + "ĠAshken", + "azi" + ], + [ + "ĠSafegu", + "arding" + ], + [ + "Ġatlas", + "es" + ], + [ + "Ġatl", + "ases" + ], + [ + "Ġinvis", + "ibility" + ], + [ + "-", + "February" + ], + [ + "-Feb", + "ruary" + ], + [ + "Ġ", + "iced" + ], + [ + "Ġi", + "ced" + ], + [ + "Ġice", + "d" + ], + [ + "Ġic", + "ed" + ], + [ + "C", + "OR" + ], + [ + "CO", + "R" + ], + [ + "D", + "ave" + ], + [ + "Da", + "ve" + ], + [ + "Dav", + "e" + ], + [ + "G", + "roups" + ], + [ + "Group", + "s" + ], + [ + "Gro", + "ups" + ], + [ + "H", + "ib" + ], + [ + "Hi", + "b" + ], + [ + "M", + "ixed" + ], + [ + "Mix", + "ed" + ], + [ + "R", + "ate" + ], + [ + "Ra", + "te" + ], + [ + "R", + "ib" + ], + [ + "V", + "ac" + ], + [ + "d", + "istance" + ], + [ + "dis", + "tance" + ], + [ + "di", + "stance" + ], + [ + "dist", + "ance" + ], + [ + "e", + "o" + ], + [ + "|", + "âĢľ" + ], + [ + "|", + "What" + ], + [ + "|W", + "hat" + ], + [ + "Ġa", + "ural" + ], + [ + "Ġaur", + "al" + ], + [ + "Ġau", + "ral" + ], + [ + "Ġaura", + "l" + ], + [ + "at", + "ation" + ], + [ + "ata", + "tion" + ], + [ + "u", + "tu" + ], + [ + "ut", + "u" + ], + [ + "Ġu", + "veitis" + ], + [ + "ĠI", + "ren" + ], + [ + "ĠIr", + "en" + ], + [ + "ĠC", + "ote" + ], + [ + "ĠCo", + "te" + ], + [ + "ĠCot", + "e" + ], + [ + "ĠC", + "ister" + ], + [ + "ĠCi", + "ster" + ], + [ + "ĠCis", + "ter" + ], + [ + "op", + "rene" + ], + [ + "ĠP", + "ru" + ], + [ + "ĠPr", + "u" + ], + [ + "a", + "bc" + ], + [ + "ab", + "c" + ], + [ + "Ġw", + "ean" + ], + [ + "Ġwe", + "an" + ], + [ + "Ġcan", + "ary" + ], + [ + "i", + "vi" + ], + [ + "iv", + "i" + ], + [ + "ĠH", + "ymn" + ], + [ + "ĠHy", + "mn" + ], + [ + "ĠW", + "ern" + ], + [ + "ĠWe", + "rn" + ], + [ + "ĠWer", + "n" + ], + [ + "Ġ", + "rue" + ], + [ + "Ġr", + "ue" + ], + [ + "Ġru", + "e" + ], + [ + "o", + "cia" + ], + [ + "oc", + "ia" + ], + [ + "oci", + "a" + ], + [ + "ĠR", + "in" + ], + [ + "ĠRi", + "n" + ], + [ + "ĠR", + "ashi" + ], + [ + "ĠRa", + "shi" + ], + [ + "ĠRas", + "hi" + ], + [ + "ĠRash", + "i" + ], + [ + "Ġen", + "mity" + ], + [ + "Ġsh", + "avings" + ], + [ + "Ġshaving", + "s" + ], + [ + "ĠN", + "es" + ], + [ + "ĠNe", + "s" + ], + [ + "ĠN", + "aj" + ], + [ + "ĠNa", + "j" + ], + [ + "r", + "iev" + ], + [ + "ri", + "ev" + ], + [ + "rie", + "v" + ], + [ + "Ġab", + "ounds" + ], + [ + "Ġabound", + "s" + ], + [ + "ĠL", + "ice" + ], + [ + "ĠLi", + "ce" + ], + [ + "ĠLic", + "e" + ], + [ + "o", + "sta" + ], + [ + "os", + "ta" + ], + [ + "ost", + "a" + ], + [ + "ar", + "din" + ], + [ + "ard", + "in" + ], + [ + "ardi", + "n" + ], + [ + "ak", + "arta" + ], + [ + "akar", + "ta" + ], + [ + "Ġdis", + "heart" + ], + [ + "Ġcomp", + "els" + ], + [ + "Ġcompel", + "s" + ], + [ + "a", + "pot" + ], + [ + "ap", + "ot" + ], + [ + "apo", + "t" + ], + [ + "ig", + "ny" + ], + [ + "ign", + "y" + ], + [ + "Ġcom", + "mut" + ], + [ + "Ġcomm", + "ut" + ], + [ + "il", + "eo" + ], + [ + "ile", + "o" + ], + [ + "ĠK", + "orn" + ], + [ + "ĠKor", + "n" + ], + [ + "ĠKo", + "rn" + ], + [ + "Ġ", + "rams" + ], + [ + "Ġr", + "ams" + ], + [ + "Ġra", + "ms" + ], + [ + "Ġram", + "s" + ], + [ + "Ġunder", + "privileged" + ], + [ + "Ġgen", + "itive" + ], + [ + "Ġind", + "ented" + ], + [ + "Ġindent", + "ed" + ], + [ + "In", + "vasive" + ], + [ + "Inv", + "asive" + ], + [ + "Ġl", + "ocates" + ], + [ + "Ġloc", + "ates" + ], + [ + "Ġlocate", + "s" + ], + [ + "i", + "oids" + ], + [ + "io", + "ids" + ], + [ + "ioid", + "s" + ], + [ + "iel", + "der" + ], + [ + "ield", + "er" + ], + [ + "Ġcommon", + "ality" + ], + [ + "Ġv", + "ex" + ], + [ + "Ġve", + "x" + ], + [ + "a", + "neum" + ], + [ + "ane", + "um" + ], + [ + "Ġenc", + "od" + ], + [ + "Ġ", + "crum" + ], + [ + "Ġc", + "rum" + ], + [ + "Ġcr", + "um" + ], + [ + "Ġcru", + "m" + ], + [ + "au", + "tom" + ], + [ + "aut", + "om" + ], + [ + "auto", + "m" + ], + [ + "ĠCar", + "rying" + ], + [ + "ĠCarr", + "ying" + ], + [ + "ĠCarry", + "ing" + ], + [ + "C", + "ham" + ], + [ + "Ch", + "am" + ], + [ + "reg", + "ardless" + ], + [ + "Ġsuper", + "cap" + ], + [ + "ĠCont", + "amin" + ], + [ + "um", + "bles" + ], + [ + "umb", + "les" + ], + [ + "umble", + "s" + ], + [ + "Ġprep", + "onder" + ], + [ + "ĠSe", + "cular" + ], + [ + "ĠSec", + "ular" + ], + [ + "ĠAr", + "tic" + ], + [ + "ĠArt", + "ic" + ], + [ + "Ġrapid", + "ity" + ], + [ + "Ġrap", + "idity" + ], + [ + "-term", + "inal" + ], + [ + "Ġe", + "pig" + ], + [ + "Ġep", + "ig" + ], + [ + "ĠNo", + "where" + ], + [ + "ĠNow", + "here" + ], + [ + "ĠCom", + "edy" + ], + [ + "ĠCome", + "dy" + ], + [ + "Ġlegisl", + "ator" + ], + [ + "ĠC", + "hew" + ], + [ + "ĠCh", + "ew" + ], + [ + "ĠChe", + "w" + ], + [ + "Ar", + "ray" + ], + [ + "Ġse", + "min" + ], + [ + "Ġsem", + "in" + ], + [ + "Ġsemi", + "n" + ], + [ + "Ġâ", + "ĩ" + ], + [ + "Ġlic", + "ences" + ], + [ + "Ġlice", + "nces" + ], + [ + "Ġlicence", + "s" + ], + [ + "R", + "IP" + ], + [ + "RI", + "P" + ], + [ + "VID", + "IA" + ], + [ + "Ġsed", + "atives" + ], + [ + "Ġsedative", + "s" + ], + [ + "ĠCare", + "givers" + ], + [ + "ĠK", + "eny" + ], + [ + "ĠKe", + "ny" + ], + [ + "ĠKen", + "y" + ], + [ + "Ġamb", + "ivalent" + ], + [ + "ĠRob", + "ust" + ], + [ + "Ġmembr", + "anous" + ], + [ + "Qu", + "iz" + ], + [ + "ĠEth", + "anol" + ], + [ + "ĠEthan", + "ol" + ], + [ + "CH", + "APTER" + ], + [ + "fore", + "sted" + ], + [ + "for", + "ested" + ], + [ + "forest", + "ed" + ], + [ + "-", + "November" + ], + [ + "-N", + "ovember" + ], + [ + "ĠAz", + "iz" + ], + [ + "R", + "SV" + ], + [ + "RS", + "V" + ], + [ + "Man", + "ual" + ], + [ + "-", + "Val" + ], + [ + "-V", + "al" + ], + [ + "Ġr", + "enters" + ], + [ + "Ġrent", + "ers" + ], + [ + "Ġren", + "ters" + ], + [ + "-t", + "rapping" + ], + [ + "-tra", + "pping" + ], + [ + "-tr", + "apping" + ], + [ + "ĠRod", + "ney" + ], + [ + "rett", + "ably" + ], + [ + "ĠDry", + "den" + ], + [ + "Ġl", + "agged" + ], + [ + "Ġla", + "gged" + ], + [ + "Ġlag", + "ged" + ], + [ + "ĠGa", + "uss" + ], + [ + "ĠGau", + "ss" + ], + [ + "ĠGa", + "bon" + ], + [ + "ĠGab", + "on" + ], + [ + "Ġdough", + "nut" + ], + [ + "Ġpar", + "ser" + ], + [ + "Ġpars", + "er" + ], + [ + "Ġparse", + "r" + ], + [ + "Ġparadox", + "es" + ], + [ + "-s", + "upply" + ], + [ + "-supp", + "ly" + ], + [ + "Ġpeat", + "lands" + ], + [ + "Ġsoft", + "ener" + ], + [ + "Ġsoften", + "er" + ], + [ + "Ġpagan", + "ism" + ], + [ + "-exp", + "anding" + ], + [ + "Res", + "pect" + ], + [ + "Resp", + "ect" + ], + [ + "Ġd", + "early" + ], + [ + "Ġdear", + "ly" + ], + [ + "ĠHarper", + "Collins" + ], + [ + "d", + "iscovered" + ], + [ + "disc", + "overed" + ], + [ + "Ġging", + "ival" + ], + [ + "Ġdisinteg", + "rated" + ], + [ + "Ġdisintegrate", + "d" + ], + [ + "Ġen", + "forces" + ], + [ + "Ġenforce", + "s" + ], + [ + "Ġenfor", + "ces" + ], + [ + "ĠHoff", + "mann" + ], + [ + "ĠHoffman", + "n" + ], + [ + "ĠAgg", + "ressive" + ], + [ + "Ġfingerprint", + "ing" + ], + [ + "á½", + "¸" + ], + [ + "ĠPill", + "ars" + ], + [ + "ĠPillar", + "s" + ], + [ + "Ġcrem", + "ated" + ], + [ + "ĠHern", + "andez" + ], + [ + "anti", + "bodies" + ], + [ + "antib", + "odies" + ], + [ + "Ġwob", + "ble" + ], + [ + "Ġcic", + "adas" + ], + [ + "ĠCoh", + "ort" + ], + [ + "Ġdeco", + "ction" + ], + [ + "Ġdebunk", + "ed" + ], + [ + "ĠZe", + "dong" + ], + [ + "ĠZed", + "ong" + ], + [ + "ĠSar", + "tre" + ], + [ + "ĠSart", + "re" + ], + [ + "Ġadam", + "ant" + ], + [ + "ĠPlut", + "arch" + ], + [ + "Ġexcit", + "atory" + ], + [ + "Ġhicc", + "ups" + ], + [ + "Ont", + "ario" + ], + [ + "ĠNar", + "endra" + ], + [ + "ĠNare", + "ndra" + ], + [ + "Ġmisn", + "omer" + ], + [ + "-", + "It" + ], + [ + "-I", + "t" + ], + [ + ".", + "get" + ], + [ + ".g", + "et" + ], + [ + "A", + "w" + ], + [ + "C", + "ad" + ], + [ + "Ca", + "d" + ], + [ + "F", + "ailure" + ], + [ + "H", + "ear" + ], + [ + "He", + "ar" + ], + [ + "L", + "abel" + ], + [ + "La", + "bel" + ], + [ + "Lab", + "el" + ], + [ + "M", + "ER" + ], + [ + "ME", + "R" + ], + [ + "P", + "rol" + ], + [ + "Pro", + "l" + ], + [ + "Pr", + "ol" + ], + [ + "S", + "ar" + ], + [ + "Sa", + "r" + ], + [ + "T", + "et" + ], + [ + "Te", + "t" + ], + [ + "T", + "ourism" + ], + [ + "Tour", + "ism" + ], + [ + "W", + "atching" + ], + [ + "Watch", + "ing" + ], + [ + "b", + "ilis" + ], + [ + "bi", + "lis" + ], + [ + "bil", + "is" + ], + [ + "k", + "b" + ], + [ + "t", + "ool" + ], + [ + "to", + "ol" + ], + [ + "too", + "l" + ], + [ + "Ã", + "Ħ" + ], + [ + "Ġa", + "meric" + ], + [ + "Ġam", + "eric" + ], + [ + "re", + "cent" + ], + [ + "rec", + "ent" + ], + [ + "Ġs", + "ows" + ], + [ + "Ġso", + "ws" + ], + [ + "Ġsow", + "s" + ], + [ + "a", + "lik" + ], + [ + "al", + "ik" + ], + [ + "ali", + "k" + ], + [ + "Ġh", + "ust" + ], + [ + "Ġhus", + "t" + ], + [ + "Ġhu", + "st" + ], + [ + "i", + "loqu" + ], + [ + "il", + "oqu" + ], + [ + "ilo", + "qu" + ], + [ + "ĠT", + "ain" + ], + [ + "ĠTai", + "n" + ], + [ + "ĠTa", + "in" + ], + [ + "r", + "ai" + ], + [ + "ra", + "i" + ], + [ + "ul", + "ants" + ], + [ + "ulant", + "s" + ], + [ + "ge", + "ographic" + ], + [ + "ĠM", + "ata" + ], + [ + "ĠMat", + "a" + ], + [ + "ĠMa", + "ta" + ], + [ + "âĢĻ", + "ts" + ], + [ + "âĢĻt", + "s" + ], + [ + "ĠP", + "RA" + ], + [ + "ĠPR", + "A" + ], + [ + "Ġ", + "BN" + ], + [ + "ĠB", + "N" + ], + [ + "ĠB", + "ian" + ], + [ + "ĠBi", + "an" + ], + [ + "ĠB", + "anc" + ], + [ + "ĠBa", + "nc" + ], + [ + "ĠBan", + "c" + ], + [ + "Ġ", + "rans" + ], + [ + "Ġr", + "ans" + ], + [ + "Ġra", + "ns" + ], + [ + "Ġran", + "s" + ], + [ + "oc", + "co" + ], + [ + "occ", + "o" + ], + [ + "ort", + "ices" + ], + [ + "ortic", + "es" + ], + [ + "and", + "ha" + ], + [ + "ĠF", + "uchs" + ], + [ + "ĠFu", + "chs" + ], + [ + "ĠR", + "ent" + ], + [ + "ĠRe", + "nt" + ], + [ + "ĠRen", + "t" + ], + [ + "ĠN", + "ach" + ], + [ + "ĠNa", + "ch" + ], + [ + "ĠNac", + "h" + ], + [ + "ĠL", + "eth" + ], + [ + "ĠLe", + "th" + ], + [ + "ĠLet", + "h" + ], + [ + "ĠO", + "c" + ], + [ + "ĠO", + "u" + ], + [ + "at", + "erals" + ], + [ + "ate", + "rals" + ], + [ + "ater", + "als" + ], + [ + "ateral", + "s" + ], + [ + "e", + "pers" + ], + [ + "ep", + "ers" + ], + [ + "eper", + "s" + ], + [ + "Ġun", + "earth" + ], + [ + "Ġune", + "arth" + ], + [ + "Ġun", + "secured" + ], + [ + "Ġ", + "KU" + ], + [ + "ĠK", + "U" + ], + [ + "ĠK", + "hat" + ], + [ + "ĠKh", + "at" + ], + [ + "Ġ", + "roaches" + ], + [ + "Ġro", + "aches" + ], + [ + "ĠCh", + "ávez" + ], + [ + "Ġbl", + "obs" + ], + [ + "Ġblo", + "bs" + ], + [ + "Ġblob", + "s" + ], + [ + "Ġ", + "\"\"" + ], + [ + "Ġ\"", + "\"" + ], + [ + "Ġ", + "\"-" + ], + [ + "Ġ\"", + "-" + ], + [ + "ĠV", + "IP" + ], + [ + "ĠVI", + "P" + ], + [ + "Ġrep", + "utations" + ], + [ + "Ġreputation", + "s" + ], + [ + "Ġexp", + "atri" + ], + [ + "aw", + "ks" + ], + [ + "awk", + "s" + ], + [ + "r", + "onts" + ], + [ + "ron", + "ts" + ], + [ + "ront", + "s" + ], + [ + "Ġc", + "afe" + ], + [ + "Ġca", + "fe" + ], + [ + "Ġcaf", + "e" + ], + [ + "ĠWe", + "iz" + ], + [ + "ĠWei", + "z" + ], + [ + "Ġret", + "rov" + ], + [ + "Ġretro", + "v" + ], + [ + "az", + "iland" + ], + [ + "azi", + "land" + ], + [ + "i", + "kk" + ], + [ + "ik", + "k" + ], + [ + "Ġunt", + "ested" + ], + [ + "Ġnon", + "toxic" + ], + [ + "Ġbook", + "marks" + ], + [ + "Ġbookmark", + "s" + ], + [ + "Ġp", + "asting" + ], + [ + "Ġpast", + "ing" + ], + [ + "Ġpas", + "ting" + ], + [ + "ĠU", + "SP" + ], + [ + "ĠUS", + "P" + ], + [ + "Ġcr", + "anium" + ], + [ + "Ġcran", + "ium" + ], + [ + "be", + "autiful" + ], + [ + "Ġphot", + "osynt" + ], + [ + "Ġphoto", + "synt" + ], + [ + "un", + "to" + ], + [ + "unt", + "o" + ], + [ + "ĠCal", + "vert" + ], + [ + "â̦", + ")Ċ" + ], + [ + "â̦)", + "Ċ" + ], + [ + "Ġfeed", + "stocks" + ], + [ + "Ġfeedstock", + "s" + ], + [ + "n", + "ova" + ], + [ + "nov", + "a" + ], + [ + "no", + "va" + ], + [ + "-h", + "ah" + ], + [ + "-", + "given" + ], + [ + "-g", + "iven" + ], + [ + "om", + "bie" + ], + [ + "omb", + "ie" + ], + [ + "ĠTrans", + "action" + ], + [ + "Ġindustrial", + "ists" + ], + [ + "ĠJournal", + "ists" + ], + [ + "ĠDes", + "demona" + ], + [ + "ĠCh", + "eer" + ], + [ + "ĠChe", + "er" + ], + [ + "ĠInter", + "fer" + ], + [ + "m", + "etto" + ], + [ + "me", + "tto" + ], + [ + "met", + "to" + ], + [ + "mett", + "o" + ], + [ + "Ġreprodu", + "c" + ], + [ + "ĠM", + "orality" + ], + [ + "ĠMor", + "ality" + ], + [ + "ĠMo", + "rality" + ], + [ + "ĠMoral", + "ity" + ], + [ + "Ar", + "k" + ], + [ + "Ġcarb", + "ure" + ], + [ + "ĠAtt", + "achment" + ], + [ + "ĠAttach", + "ment" + ], + [ + "Ġshut", + "tles" + ], + [ + "Ġshuttle", + "s" + ], + [ + "Ġirrit", + "ations" + ], + [ + "Ġirritation", + "s" + ], + [ + "ĠProp", + "onents" + ], + [ + "imm", + "unity" + ], + [ + "immun", + "ity" + ], + [ + "Ġlip", + "oproteins" + ], + [ + "Ġlipoprotein", + "s" + ], + [ + "Ġfur", + "row" + ], + [ + "Ġseven", + "ties" + ], + [ + "Ġsevent", + "ies" + ], + [ + "Ġsh", + "rank" + ], + [ + "Ġshr", + "ank" + ], + [ + "a", + "isal" + ], + [ + "ai", + "sal" + ], + [ + "ais", + "al" + ], + [ + "Ġwise", + "GEEK" + ], + [ + "Ġshel", + "tering" + ], + [ + "Ġshelter", + "ing" + ], + [ + "G", + "eo" + ], + [ + "Ge", + "o" + ], + [ + "Ġrad", + "iators" + ], + [ + "Ġradi", + "ators" + ], + [ + "Ġradiator", + "s" + ], + [ + "Ġradi", + "ographic" + ], + [ + "Ġhe", + "aler" + ], + [ + "Ġheal", + "er" + ], + [ + "ĠA", + "udi" + ], + [ + "ĠAud", + "i" + ], + [ + "ĠAu", + "di" + ], + [ + "Ġreson", + "ated" + ], + [ + "Ġresonate", + "d" + ], + [ + "ĠThird", + "ly" + ], + [ + "iy", + "ama" + ], + [ + "iya", + "ma" + ], + [ + "ĠExec", + "ution" + ], + [ + "od", + "dard" + ], + [ + "odd", + "ard" + ], + [ + "ĠVill", + "ages" + ], + [ + "ĠVillage", + "s" + ], + [ + "ĠVilla", + "ges" + ], + [ + "c", + "arus" + ], + [ + "ca", + "rus" + ], + [ + "car", + "us" + ], + [ + "ĠKir", + "ibati" + ], + [ + "ĠLu", + "igi" + ], + [ + "sim", + "ply" + ], + [ + "ĠApart", + "heid" + ], + [ + "ĠTan", + "ner" + ], + [ + "Ġlam", + "inar" + ], + [ + "Ġlamin", + "ar" + ], + [ + "Ġlamina", + "r" + ], + [ + "ĠM", + "ATH" + ], + [ + "ĠMA", + "TH" + ], + [ + "ĠMAT", + "H" + ], + [ + "ous", + "tics" + ], + [ + "oustic", + "s" + ], + [ + "oust", + "ics" + ], + [ + "ĠOste", + "oarthritis" + ], + [ + "ĠCont", + "racts" + ], + [ + "ĠContract", + "s" + ], + [ + "ĠAw", + "esome" + ], + [ + "ĠHod", + "ges" + ], + [ + "agnet", + "ism" + ], + [ + "ĠCasc", + "ades" + ], + [ + "ĠCascade", + "s" + ], + [ + "ĠF", + "OOD" + ], + [ + "ĠFO", + "OD" + ], + [ + "Ġendothel", + "ium" + ], + [ + "ĠS", + "ickle" + ], + [ + "ĠSic", + "kle" + ], + [ + "ĠSick", + "le" + ], + [ + "Ġinact", + "ivation" + ], + [ + "Ġinfrast", + "ructural" + ], + [ + "Ġinfra", + "structural" + ], + [ + "ĠKu", + "nst" + ], + [ + "ĠKun", + "st" + ], + [ + "Ġhydroph", + "ilic" + ], + [ + "ĠReb", + "be" + ], + [ + "Ġnewcom", + "er" + ], + [ + "Gar", + "lic" + ], + [ + "ĠBench", + "mark" + ], + [ + "Ġsnipp", + "et" + ], + [ + "Ġstagger", + "ed" + ], + [ + "Ġstag", + "gered" + ], + [ + "ĠGrav", + "itational" + ], + [ + "separ", + "ate" + ], + [ + "ĠJh", + "arkhand" + ], + [ + "Anth", + "ony" + ], + [ + "ĠConsolid", + "ated" + ], + [ + "Ġamaze", + "ment" + ], + [ + "Ġunab", + "ated" + ], + [ + "Ġprerog", + "ative" + ], + [ + "ĠPemb", + "roke" + ], + [ + "ĠSer", + "mon" + ], + [ + "ĠSerm", + "on" + ], + [ + "'", + "Re" + ], + [ + "(", + "l" + ], + [ + "-", + "available" + ], + [ + "-", + "psych" + ], + [ + "-p", + "sych" + ], + [ + "-", + "vehicle" + ], + [ + ".", + "Q" + ], + [ + "G", + "ran" + ], + [ + "Gra", + "n" + ], + [ + "Gr", + "an" + ], + [ + "p", + "eg" + ], + [ + "pe", + "g" + ], + [ + "v", + "ari" + ], + [ + "va", + "ri" + ], + [ + "var", + "i" + ], + [ + "á", + "Ģ" + ], + [ + "Ġ", + "bart" + ], + [ + "Ġb", + "art" + ], + [ + "Ġbar", + "t" + ], + [ + "Ġba", + "rt" + ], + [ + "ou", + "lli" + ], + [ + "oul", + "li" + ], + [ + "Ġto", + "ppings" + ], + [ + "Ġtopp", + "ings" + ], + [ + "Ġtopping", + "s" + ], + [ + "o", + "mist" + ], + [ + "om", + "ist" + ], + [ + "omi", + "st" + ], + [ + "ĠT", + "ent" + ], + [ + "ĠTe", + "nt" + ], + [ + "ĠTen", + "t" + ], + [ + "o", + "lam" + ], + [ + "ol", + "am" + ], + [ + "ola", + "m" + ], + [ + "ut", + "ton" + ], + [ + "utt", + "on" + ], + [ + "u", + "rates" + ], + [ + "ur", + "ates" + ], + [ + "ura", + "tes" + ], + [ + "urate", + "s" + ], + [ + "urat", + "es" + ], + [ + "c", + "hua" + ], + [ + "ch", + "ua" + ], + [ + "chu", + "a" + ], + [ + "Ġy", + "ummy" + ], + [ + "Ġst", + "ared" + ], + [ + "Ġstar", + "ed" + ], + [ + "Ġsta", + "red" + ], + [ + "Ġstare", + "d" + ], + [ + "ĠA", + "ver" + ], + [ + "ĠAv", + "er" + ], + [ + "ĠAve", + "r" + ], + [ + "ĠP", + "inn" + ], + [ + "ĠPi", + "nn" + ], + [ + "ĠPin", + "n" + ], + [ + "ĠP", + "fe" + ], + [ + "ĠPf", + "e" + ], + [ + "ĠB", + "roc" + ], + [ + "ĠBr", + "oc" + ], + [ + "ĠBro", + "c" + ], + [ + "qu", + "ote" + ], + [ + "quo", + "te" + ], + [ + "ĠH", + "anging" + ], + [ + "ĠHan", + "ging" + ], + [ + "ĠHang", + "ing" + ], + [ + "Ġat", + "ria" + ], + [ + "ĠD", + "ora" + ], + [ + "ĠDo", + "ra" + ], + [ + "ĠDor", + "a" + ], + [ + "ĠD", + "ivided" + ], + [ + "ĠDiv", + "ided" + ], + [ + "ĠDivide", + "d" + ], + [ + "ĠDivid", + "ed" + ], + [ + "ĠF", + "oam" + ], + [ + "ĠFo", + "am" + ], + [ + "Ġsh", + "aved" + ], + [ + "Ġshave", + "d" + ], + [ + "ĠG", + "ow" + ], + [ + "ĠGo", + "w" + ], + [ + "ĠG", + "our" + ], + [ + "ĠGo", + "ur" + ], + [ + "ĠGou", + "r" + ], + [ + "ĠL", + "OT" + ], + [ + "ĠLO", + "T" + ], + [ + "a", + "grass" + ], + [ + "ag", + "rass" + ], + [ + "agra", + "ss" + ], + [ + "Ġall", + "uring" + ], + [ + "ĠU", + "ral" + ], + [ + "ĠUr", + "al" + ], + [ + "Ġcont", + "rived" + ], + [ + "en", + "di" + ], + [ + "end", + "i" + ], + [ + "c", + "ci" + ], + [ + "cc", + "i" + ], + [ + "ĠJ", + "ian" + ], + [ + "ĠJi", + "an" + ], + [ + "ĠJia", + "n" + ], + [ + "ĠJ", + "STOR" + ], + [ + "ign", + "ity" + ], + [ + "Ġs", + "oviet" + ], + [ + "Ġso", + "viet" + ], + [ + "Ġun", + "spoken" + ], + [ + "Ġunsp", + "oken" + ], + [ + "ĠK", + "all" + ], + [ + "ĠKal", + "l" + ], + [ + "ĠKa", + "ll" + ], + [ + "ĠK", + "umb" + ], + [ + "ĠKu", + "mb" + ], + [ + "ĠKum", + "b" + ], + [ + "ĠK", + "wa" + ], + [ + "ĠKw", + "a" + ], + [ + "Ġover", + "cast" + ], + [ + "Ġoverc", + "ast" + ], + [ + "ĠCh", + "ong" + ], + [ + "ĠCho", + "ng" + ], + [ + "in", + "tra" + ], + [ + "int", + "ra" + ], + [ + "ter", + "nut" + ], + [ + "tern", + "ut" + ], + [ + "Ġunder", + "cut" + ], + [ + "Ġn", + "ois" + ], + [ + "Ġno", + "is" + ], + [ + "old", + "ering" + ], + [ + "older", + "ing" + ], + [ + "ĠAl", + "arm" + ], + [ + "ĠAla", + "rm" + ], + [ + "ĠA", + "sa" + ], + [ + "ĠAs", + "a" + ], + [ + "Ġ", + "mah" + ], + [ + "Ġm", + "ah" + ], + [ + "Ġma", + "h" + ], + [ + "ĠSp", + "ice" + ], + [ + "Ġpl", + "aning" + ], + [ + "Ġplan", + "ing" + ], + [ + "Ġpla", + "ning" + ], + [ + "Ġelect", + "or" + ], + [ + "Ġele", + "ctor" + ], + [ + "Ġel", + "ector" + ], + [ + "ve", + "nom" + ], + [ + "ven", + "om" + ], + [ + "ar", + "ca" + ], + [ + "arc", + "a" + ], + [ + "-", + "fly" + ], + [ + "-f", + "ly" + ], + [ + "-fl", + "y" + ], + [ + "i", + "ky" + ], + [ + "ik", + "y" + ], + [ + "ĠAt", + "oms" + ], + [ + "ĠAtom", + "s" + ], + [ + "Ġcond", + "omin" + ], + [ + "Ġcondom", + "in" + ], + [ + "ĠNational", + "ism" + ], + [ + "ĠNation", + "alism" + ], + [ + "-", + "male" + ], + [ + "-m", + "ale" + ], + [ + "-mal", + "e" + ], + [ + "-ma", + "le" + ], + [ + "ĠB", + "last" + ], + [ + "ĠBl", + "ast" + ], + [ + "ĠBlas", + "t" + ], + [ + "ĠBl", + "anch" + ], + [ + "ĠBlanc", + "h" + ], + [ + "Ġkind", + "red" + ], + [ + "-t", + "uned" + ], + [ + "-tune", + "d" + ], + [ + "l", + "off" + ], + [ + "lo", + "ff" + ], + [ + "lo", + "oming" + ], + [ + "loo", + "ming" + ], + [ + "loom", + "ing" + ], + [ + "ap", + "plic" + ], + [ + "app", + "lic" + ], + [ + "Ġphot", + "ogram" + ], + [ + "Ġphoto", + "gram" + ], + [ + "reg", + "istered" + ], + [ + "Ġche", + "ckers" + ], + [ + "Ġcheck", + "ers" + ], + [ + "Ġchecker", + "s" + ], + [ + "-w", + "arming" + ], + [ + "-war", + "ming" + ], + [ + "ĠPe", + "king" + ], + [ + "ĠApp", + "ointment" + ], + [ + "Ġi", + "PS" + ], + [ + "ĠiP", + "S" + ], + [ + "-h", + "ungry" + ], + [ + "ĠBo", + "omers" + ], + [ + "ĠBoom", + "ers" + ], + [ + "Ġang", + "ler" + ], + [ + "Ġangle", + "r" + ], + [ + "Ġball", + "room" + ], + [ + "u", + "kah" + ], + [ + "uk", + "ah" + ], + [ + "uka", + "h" + ], + [ + "i", + "rab" + ], + [ + "ir", + "ab" + ], + [ + "ira", + "b" + ], + [ + "Ġconf", + "licted" + ], + [ + "Ġconflic", + "ted" + ], + [ + "Ġconflict", + "ed" + ], + [ + "Pro", + "jects" + ], + [ + "Project", + "s" + ], + [ + "ĠAre", + "ndt" + ], + [ + "ĠAren", + "dt" + ], + [ + "ĠB", + "rack" + ], + [ + "ĠBra", + "ck" + ], + [ + "ĠBr", + "ack" + ], + [ + "al", + "tz" + ], + [ + "alt", + "z" + ], + [ + "Ġstream", + "ed" + ], + [ + "Ġstre", + "amed" + ], + [ + "Ġem", + "ailing" + ], + [ + "Ġemail", + "ing" + ], + [ + "-", + "Ant" + ], + [ + "-A", + "nt" + ], + [ + "-An", + "t" + ], + [ + "E", + "TT" + ], + [ + "ET", + "T" + ], + [ + "Ġsa", + "crum" + ], + [ + "Ġsac", + "rum" + ], + [ + "Ġsacr", + "um" + ], + [ + "ĠRe", + "vis" + ], + [ + "ĠRev", + "is" + ], + [ + "ĠLatin", + "x" + ], + [ + "Ġâ", + "Ĥ¹" + ], + [ + "-re", + "in" + ], + [ + "a", + "jo" + ], + [ + "aj", + "o" + ], + [ + "ĠDel", + "ft" + ], + [ + "Ġgun", + "fire" + ], + [ + "ĠEnd", + "urance" + ], + [ + "Ġ", + "Ω" + ], + [ + "ĠÎ", + "©" + ], + [ + "Me", + "chan" + ], + [ + "Who", + "ever" + ], + [ + "ĠPhot", + "ographic" + ], + [ + "ĠPhotograph", + "ic" + ], + [ + "ĠMid", + "rash" + ], + [ + "-off", + "ice" + ], + [ + "Ġdict", + "ating" + ], + [ + "Ġtherm", + "oelectric" + ], + [ + "Ġthermo", + "electric" + ], + [ + "ĠVan", + "uatu" + ], + [ + "Ġlo", + "aned" + ], + [ + "Ġloan", + "ed" + ], + [ + "Ġbuck", + "ling" + ], + [ + "Ġarc", + "ade" + ], + [ + "Ġ", + "×¢" + ], + [ + "Ġ×", + "¢" + ], + [ + "there", + "fore" + ], + [ + "Em", + "ily" + ], + [ + "ĠPu", + "ja" + ], + [ + "ĠCarl", + "isle" + ], + [ + "ĠSher", + "wood" + ], + [ + "Ġdialect", + "ic" + ], + [ + "Ġdia", + "lectic" + ], + [ + "Ġcondem", + "ns" + ], + [ + "Ġcondemn", + "s" + ], + [ + "Ġdis", + "missing" + ], + [ + "Ġdism", + "issing" + ], + [ + "Ġdismiss", + "ing" + ], + [ + "-", + "travel" + ], + [ + "-t", + "ravel" + ], + [ + "-tra", + "vel" + ], + [ + "agu", + "ars" + ], + [ + "aguar", + "s" + ], + [ + "ĠChe", + "ney" + ], + [ + "ĠChen", + "ey" + ], + [ + "Ġassass", + "in" + ], + [ + "Ġthir", + "ties" + ], + [ + "ĠCrus", + "oe" + ], + [ + "Ġconcise", + "ly" + ], + [ + "ĠBrah", + "min" + ], + [ + "ĠBrahm", + "in" + ], + [ + "Ġlobby", + "ists" + ], + [ + "F", + "OA" + ], + [ + "FO", + "A" + ], + [ + "ĠTab", + "ernacle" + ], + [ + "Sat", + "urn" + ], + [ + "Sa", + "turn" + ], + [ + "ĠInform", + "atics" + ], + [ + "Ġcamoufl", + "aged" + ], + [ + "Ġcamouflage", + "d" + ], + [ + "ĠÃī", + "cole" + ], + [ + "ĠTr", + "igon" + ], + [ + "ĠTri", + "gon" + ], + [ + "ĠTrig", + "on" + ], + [ + "Ken", + "nedy" + ], + [ + "mercial", + "ly" + ], + [ + "merc", + "ially" + ], + [ + "Ġarth", + "ropod" + ], + [ + "Ġarthrop", + "od" + ], + [ + "ĠTac", + "itus" + ], + [ + "Ġkay", + "ak" + ], + [ + "ĠArgument", + "ative" + ], + [ + "-", + "Canadian" + ], + [ + "-Can", + "adian" + ], + [ + "Bar", + "bara" + ], + [ + "Barb", + "ara" + ], + [ + "ĠOsm", + "osis" + ], + [ + "Ġwaterlog", + "ged" + ], + [ + "ĠAutob", + "iography" + ], + [ + "ĠEnrich", + "ment" + ], + [ + "ĠGuth", + "rie" + ], + [ + "ĠTutankham", + "un" + ], + [ + "ĠLim", + "erick" + ], + [ + "ĠLime", + "rick" + ], + [ + "ĠLimer", + "ick" + ], + [ + "(", + ")." + ], + [ + "()", + "." + ], + [ + ")", + "âĢĵ" + ], + [ + ",", + "(" + ], + [ + "B", + "W" + ], + [ + "B", + "ir" + ], + [ + "Bi", + "r" + ], + [ + "G", + "ent" + ], + [ + "Gen", + "t" + ], + [ + "Ge", + "nt" + ], + [ + "H", + "idden" + ], + [ + "H", + "erb" + ], + [ + "Her", + "b" + ], + [ + "H", + "emp" + ], + [ + "He", + "mp" + ], + [ + "Hem", + "p" + ], + [ + "J", + "ordan" + ], + [ + "L", + "isa" + ], + [ + "Li", + "sa" + ], + [ + "N", + "ation" + ], + [ + "Na", + "tion" + ], + [ + "Nat", + "ion" + ], + [ + "U", + "nt" + ], + [ + "Un", + "t" + ], + [ + "_", + "T" + ], + [ + "r", + "ida" + ], + [ + "ri", + "da" + ], + [ + "rid", + "a" + ], + [ + "s", + "outhern" + ], + [ + "south", + "ern" + ], + [ + "t", + "ools" + ], + [ + "to", + "ols" + ], + [ + "too", + "ls" + ], + [ + "tool", + "s" + ], + [ + "å", + "±" + ], + [ + "Ġ", + "tas" + ], + [ + "Ġt", + "as" + ], + [ + "Ġta", + "s" + ], + [ + "Ġo", + "strich" + ], + [ + "Ġost", + "rich" + ], + [ + "Ġp", + "ours" + ], + [ + "Ġpo", + "urs" + ], + [ + "Ġpou", + "rs" + ], + [ + "Ġpour", + "s" + ], + [ + "a", + "ric" + ], + [ + "ar", + "ic" + ], + [ + "ari", + "c" + ], + [ + "i", + "cas" + ], + [ + "ic", + "as" + ], + [ + "ica", + "s" + ], + [ + "Ġ", + "dahl" + ], + [ + "Ġd", + "ahl" + ], + [ + "Ġda", + "hl" + ], + [ + "et", + "ted" + ], + [ + "ette", + "d" + ], + [ + "ett", + "ed" + ], + [ + "ĠA", + "lic" + ], + [ + "ĠAl", + "ic" + ], + [ + "ĠAli", + "c" + ], + [ + "ay", + "ne" + ], + [ + "ayn", + "e" + ], + [ + "ĠC", + "afe" + ], + [ + "ĠCa", + "fe" + ], + [ + "ĠCaf", + "e" + ], + [ + "Ġwh", + "arf" + ], + [ + "ĠM", + "ane" + ], + [ + "ĠMan", + "e" + ], + [ + "ĠMa", + "ne" + ], + [ + "ĠM", + "EP" + ], + [ + "ĠME", + "P" + ], + [ + "Ġ", + "PAL" + ], + [ + "ĠP", + "AL" + ], + [ + "ĠPA", + "L" + ], + [ + "us", + "se" + ], + [ + "uss", + "e" + ], + [ + "ĠW", + "MO" + ], + [ + "ĠWM", + "O" + ], + [ + "ĠD", + "IR" + ], + [ + "ĠDI", + "R" + ], + [ + "ĠE", + "dom" + ], + [ + "ĠEd", + "om" + ], + [ + "ĠEdo", + "m" + ], + [ + "Ġl", + "eeks" + ], + [ + "Ġle", + "eks" + ], + [ + "Ġlee", + "ks" + ], + [ + "all", + "enged" + ], + [ + "ther", + "mia" + ], + [ + "therm", + "ia" + ], + [ + "Ġun", + "infected" + ], + [ + "Ġunin", + "fected" + ], + [ + "j", + "ections" + ], + [ + "ject", + "ions" + ], + [ + "je", + "ctions" + ], + [ + "jection", + "s" + ], + [ + "Ġchild", + "less" + ], + [ + "ĠV", + "aginal" + ], + [ + "Ġher", + "itable" + ], + [ + "ĠAs", + "ylum" + ], + [ + "Ġgl", + "ioblastoma" + ], + [ + "Ġbo", + "aters" + ], + [ + "Ġboat", + "ers" + ], + [ + "|", + "||" + ], + [ + "||", + "|" + ], + [ + "Ġser", + "fs" + ], + [ + "Ġserf", + "s" + ], + [ + "âĢľ", + "From" + ], + [ + "âĢľF", + "rom" + ], + [ + "Ġequ", + "ips" + ], + [ + "Ġequip", + "s" + ], + [ + "ang", + "uine" + ], + [ + "angu", + "ine" + ], + [ + "Ġmeth", + "ionine" + ], + [ + "ĠRe", + "leases" + ], + [ + "ĠRelease", + "s" + ], + [ + "-", + "coll" + ], + [ + "-c", + "oll" + ], + [ + "-col", + "l" + ], + [ + "-co", + "ll" + ], + [ + "ĠEn", + "emy" + ], + [ + "Ġcr", + "umbs" + ], + [ + "Ġcrumb", + "s" + ], + [ + "Ġcrum", + "bs" + ], + [ + "Ġnut", + "ty" + ], + [ + "-t", + "asting" + ], + [ + "-t", + "rip" + ], + [ + "-tr", + "ip" + ], + [ + "us", + "hu" + ], + [ + "ush", + "u" + ], + [ + "i", + "ams" + ], + [ + "ia", + "ms" + ], + [ + "iam", + "s" + ], + [ + "Ġsleep", + "ers" + ], + [ + "Ġsle", + "epers" + ], + [ + "Ġslee", + "pers" + ], + [ + "Ġge", + "ographers" + ], + [ + "Ġgeographer", + "s" + ], + [ + "oph", + "thora" + ], + [ + "Ġselect", + "or" + ], + [ + "Ġsel", + "ector" + ], + [ + "IN", + "ES" + ], + [ + "INE", + "S" + ], + [ + "Ġhar", + "assing" + ], + [ + "Ġharass", + "ing" + ], + [ + "ĠSm", + "ell" + ], + [ + "Ġp", + "anes" + ], + [ + "Ġpan", + "es" + ], + [ + "Ġpa", + "nes" + ], + [ + "Ġpane", + "s" + ], + [ + "Ġp", + "etting" + ], + [ + "Ġpe", + "tting" + ], + [ + "Ġpet", + "ting" + ], + [ + "Ġstar", + "light" + ], + [ + "a", + "igne" + ], + [ + "aign", + "e" + ], + [ + "Ġflood", + "waters" + ], + [ + "ĠA", + "DV" + ], + [ + "ĠAD", + "V" + ], + [ + "ĠIS", + "RO" + ], + [ + "Pl", + "ato" + ], + [ + "Ġtouch", + "screen" + ], + [ + "De", + "mentia" + ], + [ + "ĠSk", + "ull" + ], + [ + "ĠStudy", + "Mode" + ], + [ + "Ġmicro", + "meter" + ], + [ + "Ġmic", + "rometer" + ], + [ + "Ġmicrom", + "eter" + ], + [ + "Ġmicromet", + "er" + ], + [ + "os", + "has" + ], + [ + "osh", + "as" + ], + [ + "ĠKar", + "ls" + ], + [ + "ĠKarl", + "s" + ], + [ + "ĠL", + "imb" + ], + [ + "ĠLim", + "b" + ], + [ + "ĠLi", + "mb" + ], + [ + "Ġpor", + "ches" + ], + [ + "Ġporch", + "es" + ], + [ + "pre", + "ferably" + ], + [ + "Ġwr", + "apper" + ], + [ + "Ġwra", + "pper" + ], + [ + "Ġwrap", + "per" + ], + [ + "Ġim", + "balanced" + ], + [ + "Ġimbal", + "anced" + ], + [ + "Ġimbalance", + "d" + ], + [ + "Ġcyt", + "oplasmic" + ], + [ + "Ġcytoplasm", + "ic" + ], + [ + "Ġconceptual", + "ize" + ], + [ + "au", + "nton" + ], + [ + "aunt", + "on" + ], + [ + "ĠRos", + "ie" + ], + [ + "Ġcruc", + "iate" + ], + [ + "Ġot", + "olaryng" + ], + [ + "ĠHD", + "MI" + ], + [ + "ĠUT", + "Is" + ], + [ + "ĠUTI", + "s" + ], + [ + "Ġendomet", + "rium" + ], + [ + "contin", + "ue" + ], + [ + "ĠC", + "ortex" + ], + [ + "ĠCor", + "tex" + ], + [ + "ĠCort", + "ex" + ], + [ + "ĠCaucas", + "ians" + ], + [ + "ĠCaucasian", + "s" + ], + [ + "ĠHe", + "inz" + ], + [ + "ĠHein", + "z" + ], + [ + "Ġunrel", + "enting" + ], + [ + "ĠRein", + "forcement" + ], + [ + "Po", + "etry" + ], + [ + "M", + "elan" + ], + [ + "Me", + "lan" + ], + [ + "Mel", + "an" + ], + [ + "Ġper", + "ceptible" + ], + [ + "Ġpercept", + "ible" + ], + [ + "Ġepigen", + "etics" + ], + [ + "Ġepigenetic", + "s" + ], + [ + "odend", + "rons" + ], + [ + "odendron", + "s" + ], + [ + "ĠG", + "olan" + ], + [ + "ĠGo", + "lan" + ], + [ + "ĠGol", + "an" + ], + [ + "ĠAcceler", + "ated" + ], + [ + "ĠIm", + "agery" + ], + [ + "ĠImage", + "ry" + ], + [ + "ĠImag", + "ery" + ], + [ + "ĠU", + "PSC" + ], + [ + "ĠUP", + "SC" + ], + [ + "ĠUPS", + "C" + ], + [ + "Increasing", + "ly" + ], + [ + "Ġrehabilit", + "ated" + ], + [ + "Ġrehabilitate", + "d" + ], + [ + "Ġdiat", + "oms" + ], + [ + "ĠPolit", + "icians" + ], + [ + "Ġcivil", + "ity" + ], + [ + "Ġciv", + "ility" + ], + [ + "Ġcl", + "uttered" + ], + [ + "Ġclut", + "tered" + ], + [ + "Ġclutter", + "ed" + ], + [ + "Pur", + "ple" + ], + [ + "Dam", + "age" + ], + [ + "Ġpara", + "bola" + ], + [ + "Ġparab", + "ola" + ], + [ + "Ġfen", + "ugreek" + ], + [ + "ategor", + "ized" + ], + [ + "Ġanatomical", + "ly" + ], + [ + "Ġanatom", + "ically" + ], + [ + "Ġanatomic", + "ally" + ], + [ + "ĠSSR", + "Is" + ], + [ + "Ġartich", + "okes" + ], + [ + "ĠEAR", + "TH" + ], + [ + "-impro", + "vement" + ], + [ + "Ġaudio", + "visual" + ], + [ + "Ġaudi", + "ovisual" + ], + [ + "%", + ");" + ], + [ + "%)", + ";" + ], + [ + ",", + "âĢĶ" + ], + [ + "/", + "output" + ], + [ + "C", + "ounter" + ], + [ + "Co", + "unter" + ], + [ + "Count", + "er" + ], + [ + "Coun", + "ter" + ], + [ + "H", + "ip" + ], + [ + "Hi", + "p" + ], + [ + "K", + "Y" + ], + [ + "S", + "hip" + ], + [ + "Sh", + "ip" + ], + [ + "S", + "olving" + ], + [ + "Sol", + "ving" + ], + [ + "[", + "[" + ], + [ + "b", + "ath" + ], + [ + "ba", + "th" + ], + [ + "bat", + "h" + ], + [ + "d", + "rops" + ], + [ + "dr", + "ops" + ], + [ + "drop", + "s" + ], + [ + "dro", + "ps" + ], + [ + "d", + "ahl" + ], + [ + "da", + "hl" + ], + [ + "f", + "c" + ], + [ + "i", + "q" + ], + [ + "m", + "achine" + ], + [ + "mac", + "hine" + ], + [ + "p", + "ter" + ], + [ + "pt", + "er" + ], + [ + "t", + "ower" + ], + [ + "to", + "wer" + ], + [ + "tow", + "er" + ], + [ + "t", + "iny" + ], + [ + "ti", + "ny" + ], + [ + "tin", + "y" + ], + [ + "Å", + "Ļ" + ], + [ + "in", + "flammatory" + ], + [ + "Ġb", + "ribes" + ], + [ + "Ġbri", + "bes" + ], + [ + "Ġbribe", + "s" + ], + [ + "Ġin", + "roads" + ], + [ + "Ġd", + "arts" + ], + [ + "Ġdart", + "s" + ], + [ + "Ġdar", + "ts" + ], + [ + "ĠT", + "ars" + ], + [ + "ĠTar", + "s" + ], + [ + "ĠTa", + "rs" + ], + [ + "ĠS", + "ox" + ], + [ + "ĠSo", + "x" + ], + [ + "ĠB", + "EL" + ], + [ + "ĠBE", + "L" + ], + [ + "os", + "celes" + ], + [ + "osc", + "eles" + ], + [ + "ĠH", + "IS" + ], + [ + "ĠHI", + "S" + ], + [ + "ĠW", + "heels" + ], + [ + "ĠWheel", + "s" + ], + [ + "ĠWhe", + "els" + ], + [ + "un", + "berg" + ], + [ + "Ġn", + "otations" + ], + [ + "Ġnot", + "ations" + ], + [ + "Ġnotation", + "s" + ], + [ + "Ġsh", + "outs" + ], + [ + "Ġsho", + "uts" + ], + [ + "Ġshout", + "s" + ], + [ + "ĠG", + "esch" + ], + [ + "ĠGe", + "sch" + ], + [ + "ĠGes", + "ch" + ], + [ + "ĠL", + "umber" + ], + [ + "ĠLu", + "mber" + ], + [ + "ĠLum", + "ber" + ], + [ + "ĠL", + "eningrad" + ], + [ + "ĠU", + "ppsala" + ], + [ + "Ġun", + "ending" + ], + [ + "Ġs", + "cold" + ], + [ + "Ġsc", + "old" + ], + [ + "Ġrec", + "ircul" + ], + [ + "ĠK", + "angaroo" + ], + [ + "Ġ", + "Yesterday" + ], + [ + "ĠY", + "esterday" + ], + [ + "h", + "enburg" + ], + [ + "hen", + "burg" + ], + [ + "arch", + "ives" + ], + [ + "archive", + "s" + ], + [ + "Ġwhere", + "upon" + ], + [ + "Ġp", + "ubs" + ], + [ + "Ġpub", + "s" + ], + [ + "Ġpu", + "bs" + ], + [ + "ĠAl", + "brecht" + ], + [ + "ĠAlb", + "recht" + ], + [ + "Ġgl", + "ioma" + ], + [ + "ĠSc", + "aling" + ], + [ + "ĠScal", + "ing" + ], + [ + "Ġcon", + "found" + ], + [ + "Ġconf", + "ound" + ], + [ + "Ġcon", + "founded" + ], + [ + "Ġconf", + "ounded" + ], + [ + "Ġconfound", + "ed" + ], + [ + "Ġfe", + "west" + ], + [ + "Ġfew", + "est" + ], + [ + "-", + "fil" + ], + [ + "-f", + "il" + ], + [ + "-fi", + "l" + ], + [ + "Ġfore", + "arms" + ], + [ + "Ġforearm", + "s" + ], + [ + "ĠRe", + "uben" + ], + [ + "ĠEx", + "clusive" + ], + [ + "ap", + "shot" + ], + [ + "aps", + "hot" + ], + [ + "esc", + "ens" + ], + [ + "Ġdog", + "matic" + ], + [ + "Ġdogma", + "tic" + ], + [ + "ĠGe", + "ese" + ], + [ + "ĠGen", + "erate" + ], + [ + "ĠGener", + "ate" + ], + [ + "ĠGene", + "rate" + ], + [ + "A", + "lb" + ], + [ + "Al", + "b" + ], + [ + "Ch", + "ocolate" + ], + [ + "Ġcop", + "ep" + ], + [ + "Ġcope", + "p" + ], + [ + "g", + "oo" + ], + [ + "go", + "o" + ], + [ + "-", + "will" + ], + [ + "-w", + "ill" + ], + [ + "e", + "ba" + ], + [ + "eb", + "a" + ], + [ + "ĠX", + "XX" + ], + [ + "ĠXX", + "X" + ], + [ + "Ġorig", + "inator" + ], + [ + "Ġorigin", + "ator" + ], + [ + "ĠPre", + "face" + ], + [ + "ĠPref", + "ace" + ], + [ + "ĠPer", + "pet" + ], + [ + "ĠMe", + "gh" + ], + [ + "ĠMeg", + "h" + ], + [ + "ĠHar", + "ley" + ], + [ + "ĠEd", + "ible" + ], + [ + "ĠAc", + "et" + ], + [ + "ĠAce", + "t" + ], + [ + "ĠAug", + "sburg" + ], + [ + "ĠInc", + "idence" + ], + [ + "A", + "CL" + ], + [ + "AC", + "L" + ], + [ + "I", + "sn" + ], + [ + "Is", + "n" + ], + [ + "Ġdivers", + "ifying" + ], + [ + "Ġdiversify", + "ing" + ], + [ + "Ġcomfort", + "ed" + ], + [ + "Ġcomf", + "orted" + ], + [ + "Ar", + "thritis" + ], + [ + "Ġship", + "yard" + ], + [ + "r", + "icht" + ], + [ + "ri", + "cht" + ], + [ + "ric", + "ht" + ], + [ + "rich", + "t" + ], + [ + "uls", + "ory" + ], + [ + "Ġpure", + "bred" + ], + [ + "ĠBe", + "thel" + ], + [ + "ĠBet", + "hel" + ], + [ + "ĠBeth", + "el" + ], + [ + "Ġ>", + ">Ċ" + ], + [ + "Ġ>>", + "Ċ" + ], + [ + "ad", + "dress" + ], + [ + "add", + "ress" + ], + [ + "Ġobl", + "iterated" + ], + [ + "Cont", + "ains" + ], + [ + "Cont", + "rast" + ], + [ + "g", + "uid" + ], + [ + "gu", + "id" + ], + [ + "Part", + "ial" + ], + [ + "/", + "page" + ], + [ + "/p", + "age" + ], + [ + "M", + "Ps" + ], + [ + "MP", + "s" + ], + [ + "Ġforecast", + "ed" + ], + [ + "ĠImp", + "ulse" + ], + [ + "ĠBrain", + "storm" + ], + [ + "ĠInteg", + "ral" + ], + [ + "ĠChall", + "enging" + ], + [ + "Ob", + "jects" + ], + [ + "Object", + "s" + ], + [ + "ĠJupiter", + "images" + ], + [ + "ĠSac", + "rifice" + ], + [ + "Supp", + "lement" + ], + [ + "Sup", + "plement" + ], + [ + "ĠVien", + "nese" + ], + [ + "Ġant", + "imony" + ], + [ + "Ġanti", + "mony" + ], + [ + "Ġantim", + "ony" + ], + [ + "Ġpolicy", + "making" + ], + [ + "Ġpolicym", + "aking" + ], + [ + "ĠZion", + "ists" + ], + [ + "ĠZionist", + "s" + ], + [ + "contin", + "uous" + ], + [ + "ĠSlav", + "onic" + ], + [ + "ĠRequ", + "irement" + ], + [ + "ĠRequire", + "ment" + ], + [ + "ĠRu", + "iz" + ], + [ + "Ġstatistic", + "ians" + ], + [ + "Ġbo", + "gus" + ], + [ + "Ġbog", + "us" + ], + [ + "Ġ", + "prudence" + ], + [ + "Ġpr", + "udence" + ], + [ + "Ġprud", + "ence" + ], + [ + "W", + "WF" + ], + [ + "WW", + "F" + ], + [ + "ĠFasc", + "ist" + ], + [ + "Ġconjunct", + "iva" + ], + [ + "Ġmicro", + "met" + ], + [ + "Ġmicrom", + "et" + ], + [ + "Ġb", + "osom" + ], + [ + "Ġbos", + "om" + ], + [ + "Ġpag", + "oda" + ], + [ + "Ġcounsell", + "ors" + ], + [ + "Ġcounsellor", + "s" + ], + [ + "Ġfid", + "uc" + ], + [ + "Ġfi", + "duc" + ], + [ + "Ġrelinqu", + "ish" + ], + [ + "Ġe", + "bb" + ], + [ + "Ġeb", + "b" + ], + [ + "ĠRBC", + "s" + ], + [ + "ĠRB", + "Cs" + ], + [ + "Ġunequiv", + "ocal" + ], + [ + "ERIC", + "AN" + ], + [ + "Ġglam", + "orous" + ], + [ + "Ġwield", + "ed" + ], + [ + "N", + "ursing" + ], + [ + "Nurs", + "ing" + ], + [ + "Picture", + "s" + ], + [ + "Pict", + "ures" + ], + [ + "ĠTynd", + "ale" + ], + [ + "ĠChipp", + "ewa" + ], + [ + "ĠBole", + "yn" + ], + [ + "âĶĢ", + "âĶĢ" + ], + [ + "ĠAdder", + "all" + ], + [ + "ĠChish", + "olm" + ], + [ + "ĠChis", + "holm" + ], + [ + "B", + "art" + ], + [ + "Bar", + "t" + ], + [ + "Ba", + "rt" + ], + [ + "G", + "rid" + ], + [ + "Gr", + "id" + ], + [ + "N", + "Z" + ], + [ + "S", + "ke" + ], + [ + "Sk", + "e" + ], + [ + "T", + "W" + ], + [ + "b", + "ok" + ], + [ + "bo", + "k" + ], + [ + "d", + "t" + ], + [ + "d", + "ot" + ], + [ + "do", + "t" + ], + [ + "d", + "iss" + ], + [ + "dis", + "s" + ], + [ + "di", + "ss" + ], + [ + "p", + "ayers" + ], + [ + "pa", + "yers" + ], + [ + "pay", + "ers" + ], + [ + "r", + "ater" + ], + [ + "ra", + "ter" + ], + [ + "rate", + "r" + ], + [ + "rat", + "er" + ], + [ + "v", + "iolent" + ], + [ + "w", + "it" + ], + [ + "wi", + "t" + ], + [ + "in", + "ality" + ], + [ + "inal", + "ity" + ], + [ + "re", + "view" + ], + [ + "rev", + "iew" + ], + [ + "Ġf", + "elling" + ], + [ + "Ġfe", + "lling" + ], + [ + "Ġfell", + "ing" + ], + [ + "Ġfel", + "ling" + ], + [ + "o", + "ult" + ], + [ + "ou", + "lt" + ], + [ + "oul", + "t" + ], + [ + "Ġst", + "omp" + ], + [ + "Ġstom", + "p" + ], + [ + "Ġsto", + "mp" + ], + [ + "ĠI", + "so" + ], + [ + "ĠIs", + "o" + ], + [ + "Ġ", + "ICs" + ], + [ + "ĠI", + "Cs" + ], + [ + "ĠIC", + "s" + ], + [ + "ĠC", + "ó" + ], + [ + "ĠM", + "PS" + ], + [ + "ĠMP", + "S" + ], + [ + "ĠP", + "ry" + ], + [ + "ĠPr", + "y" + ], + [ + "ĠP", + "ivot" + ], + [ + "ĠB", + "RI" + ], + [ + "ĠBR", + "I" + ], + [ + "r", + "omic" + ], + [ + "ro", + "mic" + ], + [ + "rom", + "ic" + ], + [ + "ĠW", + "BC" + ], + [ + "ĠWB", + "C" + ], + [ + "Ġch", + "oked" + ], + [ + "Ġcho", + "ked" + ], + [ + "Ġchoke", + "d" + ], + [ + "ort", + "heast" + ], + [ + "orth", + "east" + ], + [ + "ĠD", + "erb" + ], + [ + "ĠDer", + "b" + ], + [ + "ĠL", + "anger" + ], + [ + "ĠLang", + "er" + ], + [ + "ĠLan", + "ger" + ], + [ + "ĠLange", + "r" + ], + [ + "ag", + "ination" + ], + [ + "agin", + "ation" + ], + [ + "agi", + "nation" + ], + [ + "pl", + "ating" + ], + [ + "platin", + "g" + ], + [ + "ĠO", + "lsen" + ], + [ + "ĠOl", + "sen" + ], + [ + "ĠSt", + "ella" + ], + [ + "ĠSte", + "lla" + ], + [ + "ĠStell", + "a" + ], + [ + "Ġcol", + "umb" + ], + [ + "ĠCh", + "aco" + ], + [ + "ĠCha", + "co" + ], + [ + "Ġa", + "ground" + ], + [ + "Ġag", + "round" + ], + [ + "Ġagro", + "und" + ], + [ + "y", + "shire" + ], + [ + "ys", + "hire" + ], + [ + "Ġacc", + "ol" + ], + [ + "Ġac", + "col" + ], + [ + "in", + "ky" + ], + [ + "ink", + "y" + ], + [ + "Ġtrans", + "boundary" + ], + [ + "Ġhum", + "bly" + ], + [ + "Ġcur", + "iously" + ], + [ + "Ġcurious", + "ly" + ], + [ + "un", + "do" + ], + [ + "und", + "o" + ], + [ + "Ġre", + "duct" + ], + [ + "Ġr", + "educt" + ], + [ + "Ġredu", + "ct" + ], + [ + "Ġred", + "uct" + ], + [ + "Ġbel", + "lows" + ], + [ + "Ġbell", + "ows" + ], + [ + "Ġpoint", + "y" + ], + [ + "Ġhere", + "tical" + ], + [ + "ĠOn", + "ions" + ], + [ + "ĠOnion", + "s" + ], + [ + "Ġk", + "inder" + ], + [ + "Ġkind", + "er" + ], + [ + "Ġkin", + "der" + ], + [ + "Ġki", + "nder" + ], + [ + "Ġwind", + "pipe" + ], + [ + "ĠIm", + "plant" + ], + [ + "ĠP", + "eat" + ], + [ + "ĠPe", + "at" + ], + [ + "ĠI", + "IT" + ], + [ + "ĠII", + "T" + ], + [ + "ĠFl", + "inders" + ], + [ + "Ġmis", + "per" + ], + [ + "Ġbox", + "er" + ], + [ + "Ġmal", + "adies" + ], + [ + "ogen", + "etics" + ], + [ + "ogene", + "tics" + ], + [ + "ogenetic", + "s" + ], + [ + "B", + "eat" + ], + [ + "Be", + "at" + ], + [ + "Be", + "ans" + ], + [ + "Ġsand", + "paper" + ], + [ + "Res", + "ilience" + ], + [ + "Ġign", + "iting" + ], + [ + "Ġradio", + "is" + ], + [ + "Ġradi", + "ois" + ], + [ + "ĠChe", + "wing" + ], + [ + "ĠChew", + "ing" + ], + [ + "ĠInter", + "faces" + ], + [ + "ĠInterface", + "s" + ], + [ + "ĠH", + "eld" + ], + [ + "ĠHe", + "ld" + ], + [ + "ĠHel", + "d" + ], + [ + "ĠRel", + "ational" + ], + [ + "ĠRelation", + "al" + ], + [ + "Ġreb", + "utt" + ], + [ + "-B", + "apt" + ], + [ + "ĠPaul", + "ing" + ], + [ + "ĠPa", + "uling" + ], + [ + "ĠPau", + "ling" + ], + [ + "-", + "Din" + ], + [ + "-D", + "in" + ], + [ + "Ġgrand", + "ma" + ], + [ + "ĠSupp", + "lementary" + ], + [ + "ĠSup", + "plementary" + ], + [ + "ĠSupplement", + "ary" + ], + [ + "Ġt", + "owing" + ], + [ + "Ġto", + "wing" + ], + [ + "Ġtow", + "ing" + ], + [ + "ĠT", + "erre" + ], + [ + "ĠTer", + "re" + ], + [ + "Ġsmooth", + "ness" + ], + [ + "Ġrig", + "ged" + ], + [ + "-", + "La" + ], + [ + "-L", + "a" + ], + [ + "ĠSt", + "arts" + ], + [ + "ĠStart", + "s" + ], + [ + "ĠStar", + "ts" + ], + [ + "ĠAngel", + "ou" + ], + [ + "ĠAngelo", + "u" + ], + [ + "ĠWall", + "is" + ], + [ + "ĠWal", + "lis" + ], + [ + "ĠWa", + "llis" + ], + [ + "ĠLo", + "vell" + ], + [ + "ĠLove", + "ll" + ], + [ + "ĠLovel", + "l" + ], + [ + "ĠLov", + "ell" + ], + [ + "Cons", + "uming" + ], + [ + "ĠTHE", + "M" + ], + [ + "ĠTH", + "EM" + ], + [ + "ĠInvest", + "igating" + ], + [ + "ĠInvestig", + "ating" + ], + [ + "Ġappet", + "ites" + ], + [ + "Ġappetite", + "s" + ], + [ + "Ġce", + "lib" + ], + [ + "Ġcel", + "ib" + ], + [ + "Ġspir", + "aling" + ], + [ + "Ġspiral", + "ing" + ], + [ + "ĠPath", + "ogens" + ], + [ + "-k", + "nit" + ], + [ + "ĠNa", + "Cl" + ], + [ + "ĠD", + "unes" + ], + [ + "ĠDun", + "es" + ], + [ + "ĠDu", + "nes" + ], + [ + "Em", + "peror" + ], + [ + "Ġm", + "antis" + ], + [ + "Ġman", + "tis" + ], + [ + "Ġmant", + "is" + ], + [ + "-reg", + "ulating" + ], + [ + "Ġs", + "apon" + ], + [ + "Ġsa", + "pon" + ], + [ + "Ġsap", + "on" + ], + [ + "Ġglyc", + "olysis" + ], + [ + "Ġglycol", + "ysis" + ], + [ + "Ġtheor", + "ize" + ], + [ + "ĠI", + "gor" + ], + [ + "ĠIg", + "or" + ], + [ + "ĠDer", + "ry" + ], + [ + "ĠCel", + "estial" + ], + [ + "Ġunch", + "arted" + ], + [ + "Ġsum", + "mons" + ], + [ + "Ġsumm", + "ons" + ], + [ + "Ġsummon", + "s" + ], + [ + "ĠThe", + "odor" + ], + [ + "ĠTheod", + "or" + ], + [ + "ĠTheo", + "dor" + ], + [ + "Resp", + "iratory" + ], + [ + "Ġrejo", + "icing" + ], + [ + "ĠBrew", + "ster" + ], + [ + "Ġfirm", + "er" + ], + [ + "Ġfir", + "mer" + ], + [ + "ĠRanch", + "o" + ], + [ + "ĠRan", + "cho" + ], + [ + "ĠSul", + "awesi" + ], + [ + "Ġextrap", + "olate" + ], + [ + "ĠXV", + "III" + ], + [ + "ĠXVI", + "II" + ], + [ + "ĠAnk", + "ara" + ], + [ + "Ġtresp", + "ass" + ], + [ + "Ġembank", + "ment" + ], + [ + "ĠClear", + "inghouse" + ], + [ + "ĠClearing", + "house" + ], + [ + "Kent", + "ucky" + ], + [ + "ĠTr", + "iton" + ], + [ + "ĠTri", + "ton" + ], + [ + "ĠTrit", + "on" + ], + [ + "Ġhydraulic", + "s" + ], + [ + "Ġhydraul", + "ics" + ], + [ + "ĠOjib", + "we" + ], + [ + "Ġfelds", + "par" + ], + [ + "ystag", + "mus" + ], + [ + ".", + "am" + ], + [ + ".a", + "m" + ], + [ + "/", + "Share" + ], + [ + "/S", + "hare" + ], + [ + "/Sh", + "are" + ], + [ + "H", + "U" + ], + [ + "K", + "el" + ], + [ + "Ke", + "l" + ], + [ + "P", + "ump" + ], + [ + "Pu", + "mp" + ], + [ + "R", + "oughly" + ], + [ + "_", + "D" + ], + [ + "b", + "art" + ], + [ + "bar", + "t" + ], + [ + "ba", + "rt" + ], + [ + "b", + "ron" + ], + [ + "br", + "on" + ], + [ + "bro", + "n" + ], + [ + "c", + "io" + ], + [ + "ci", + "o" + ], + [ + "g", + "son" + ], + [ + "gs", + "on" + ], + [ + "h", + "ires" + ], + [ + "hi", + "res" + ], + [ + "hire", + "s" + ], + [ + "hir", + "es" + ], + [ + "t", + "ab" + ], + [ + "ta", + "b" + ], + [ + "w", + "el" + ], + [ + "we", + "l" + ], + [ + "Ġw", + "ane" + ], + [ + "Ġwa", + "ne" + ], + [ + "i", + "tum" + ], + [ + "it", + "um" + ], + [ + "itu", + "m" + ], + [ + "o", + "raph" + ], + [ + "or", + "aph" + ], + [ + "ora", + "ph" + ], + [ + "Ġp", + "und" + ], + [ + "Ġpun", + "d" + ], + [ + "Ġpu", + "nd" + ], + [ + "al", + "pine" + ], + [ + "alp", + "ine" + ], + [ + "Ġm", + "use" + ], + [ + "Ġmus", + "e" + ], + [ + "Ġmu", + "se" + ], + [ + "Ġh", + "unch" + ], + [ + "Ġhun", + "ch" + ], + [ + "st", + "ories" + ], + [ + "Ġy", + "ams" + ], + [ + "Ġyam", + "s" + ], + [ + "Ġya", + "ms" + ], + [ + "ĠC", + "licking" + ], + [ + "ĠCl", + "icking" + ], + [ + "ĠClick", + "ing" + ], + [ + "if", + "ery" + ], + [ + "ife", + "ry" + ], + [ + "ifer", + "y" + ], + [ + "ĠP", + "oke" + ], + [ + "ĠPo", + "ke" + ], + [ + "ĠPok", + "e" + ], + [ + "ĠP", + "TA" + ], + [ + "ĠPT", + "A" + ], + [ + "Ġwe", + "ir" + ], + [ + "ĠB", + "urs" + ], + [ + "ĠBur", + "s" + ], + [ + "ĠBu", + "rs" + ], + [ + "ĠB", + "RE" + ], + [ + "ĠBR", + "E" + ], + [ + "o", + "chet" + ], + [ + "oc", + "het" + ], + [ + "och", + "et" + ], + [ + "oche", + "t" + ], + [ + "ĠD", + "ISE" + ], + [ + "ĠDI", + "SE" + ], + [ + "ĠDIS", + "E" + ], + [ + "ĠE", + "un" + ], + [ + "ĠEu", + "n" + ], + [ + "ĠG", + "rading" + ], + [ + "ĠGra", + "ding" + ], + [ + "ĠGr", + "ading" + ], + [ + "ĠGrad", + "ing" + ], + [ + "ult", + "uration" + ], + [ + "ish", + "ingly" + ], + [ + "ishing", + "ly" + ], + [ + "Ġfl", + "amb" + ], + [ + "ĠAs", + "semb" + ], + [ + "ĠAss", + "emb" + ], + [ + "st", + "ands" + ], + [ + "stand", + "s" + ], + [ + "stan", + "ds" + ], + [ + "Ġsl", + "oppy" + ], + [ + "ĠIs", + "la" + ], + [ + "ĠIsl", + "a" + ], + [ + "Ġdev", + "oting" + ], + [ + "Ġ", + "Received" + ], + [ + "ĠRe", + "ceived" + ], + [ + "ĠRece", + "ived" + ], + [ + "ĠReceive", + "d" + ], + [ + "Ġhard", + "working" + ], + [ + "ĠO", + "rr" + ], + [ + "ĠOr", + "r" + ], + [ + "-", + "listed" + ], + [ + "-l", + "isted" + ], + [ + "-list", + "ed" + ], + [ + "ĠB", + "rits" + ], + [ + "ĠBrit", + "s" + ], + [ + "ĠBr", + "its" + ], + [ + "ĠBri", + "ts" + ], + [ + "a", + "ptor" + ], + [ + "ap", + "tor" + ], + [ + "apt", + "or" + ], + [ + "â̦", + "I" + ], + [ + "Ġfru", + "ity" + ], + [ + "Ġfruit", + "y" + ], + [ + "Ġfr", + "uity" + ], + [ + "Ġir", + "red" + ], + [ + "Ġirre", + "d" + ], + [ + "Ġad", + "jour" + ], + [ + "Ġadj", + "our" + ], + [ + "b", + "reed" + ], + [ + "br", + "eed" + ], + [ + "bre", + "ed" + ], + [ + "ĠCom", + "anche" + ], + [ + "Ġnovel", + "la" + ], + [ + "Ġnov", + "ella" + ], + [ + "am", + "bered" + ], + [ + "amb", + "ered" + ], + [ + "amber", + "ed" + ], + [ + "-", + "Arab" + ], + [ + "-A", + "rab" + ], + [ + "-Ar", + "ab" + ], + [ + "Ġhom", + "ophobia" + ], + [ + "Ġhomoph", + "obia" + ], + [ + "Ġlo", + "ader" + ], + [ + "Ġload", + "er" + ], + [ + "ĠDec", + "can" + ], + [ + "-", + "Bir" + ], + [ + "-B", + "ir" + ], + [ + "Ġfr", + "antic" + ], + [ + "Ġre", + "integ" + ], + [ + "Ġrein", + "teg" + ], + [ + "Ġreint", + "eg" + ], + [ + "Ġ", + "ü" + ], + [ + "ĠÃ", + "¼" + ], + [ + "gl", + "ucose" + ], + [ + "Ġun", + "paste" + ], + [ + "Ġunp", + "aste" + ], + [ + "Ġbot", + "ulinum" + ], + [ + "In", + "tel" + ], + [ + "Int", + "el" + ], + [ + "ĠÐ", + "¡" + ], + [ + "Ġpace", + "makers" + ], + [ + "Ġpac", + "emakers" + ], + [ + "Ġpacemaker", + "s" + ], + [ + "Ġbeet", + "root" + ], + [ + "Ġloud", + "ness" + ], + [ + "o", + "isse" + ], + [ + "ois", + "se" + ], + [ + "Ġterm", + "inates" + ], + [ + "Ġtermin", + "ates" + ], + [ + "Ġterminate", + "s" + ], + [ + "ĠMA", + "KE" + ], + [ + "pr", + "event" + ], + [ + "pre", + "vent" + ], + [ + "ĠPy", + "renees" + ], + [ + "Ġdialect", + "ical" + ], + [ + "Ġdialectic", + "al" + ], + [ + "Ġdermat", + "ology" + ], + [ + "run", + "ners" + ], + [ + "runner", + "s" + ], + [ + "As", + "ked" + ], + [ + "Ask", + "ed" + ], + [ + "Ġaffection", + "ately" + ], + [ + "Ġaffectionate", + "ly" + ], + [ + "Ġvest", + "iges" + ], + [ + "oxy", + "rib" + ], + [ + "ĠPerm", + "aculture" + ], + [ + "|", + "Total" + ], + [ + "|T", + "otal" + ], + [ + "Ġcin", + "ematic" + ], + [ + "Ġcinema", + "tic" + ], + [ + "Ġlin", + "gers" + ], + [ + "Ġling", + "ers" + ], + [ + "Ġlinger", + "s" + ], + [ + "Ġcomp", + "ulsions" + ], + [ + "Ġcompuls", + "ions" + ], + [ + "Ġcompulsion", + "s" + ], + [ + "Ġnec", + "rotic" + ], + [ + "Ġpl", + "unger" + ], + [ + "Ġplun", + "ger" + ], + [ + "Ġplunge", + "r" + ], + [ + "Ġvault", + "ed" + ], + [ + "Ġhen", + "ry" + ], + [ + "ĠHort", + "icultural" + ], + [ + "-", + "price" + ], + [ + "-p", + "rice" + ], + [ + "-pr", + "ice" + ], + [ + "Ġarte", + "fact" + ], + [ + "Opt", + "ional" + ], + [ + "Option", + "al" + ], + [ + "ĠCarb", + "ohydrate" + ], + [ + "Nor", + "way" + ], + [ + "Ġneuro", + "ma" + ], + [ + "Ġneur", + "oma" + ], + [ + "Ġneu", + "roma" + ], + [ + "Ġneurom", + "a" + ], + [ + "Ġunsc", + "athed" + ], + [ + "ĠAff", + "ecting" + ], + [ + "ĠAffect", + "ing" + ], + [ + "emer", + "gency" + ], + [ + "ĠPil", + "lar" + ], + [ + "ĠPill", + "ar" + ], + [ + "ĠGreens", + "boro" + ], + [ + "ĠGra", + "phene" + ], + [ + "ĠGraph", + "ene" + ], + [ + "ĠGrap", + "hene" + ], + [ + "Ġmono", + "culture" + ], + [ + "Ġmonoc", + "ulture" + ], + [ + "Ens", + "uring" + ], + [ + "Ġoppress", + "ors" + ], + [ + "Ġtorrent", + "ial" + ], + [ + "ĠHitt", + "ite" + ], + [ + "Ġblem", + "ishes" + ], + [ + "Ġacup", + "unct" + ], + [ + "phthalm", + "ic" + ], + [ + "phthal", + "mic" + ], + [ + "ĠCaf", + "é" + ], + [ + "Ġconspir", + "ators" + ], + [ + "ĠYus", + "uf" + ], + [ + "ĠGan", + "tt" + ], + [ + "ĠGant", + "t" + ], + [ + "Ġincl", + "inations" + ], + [ + "Ġinclination", + "s" + ], + [ + "Ġinclin", + "ations" + ], + [ + "Ġparishion", + "ers" + ], + [ + "-", + "ing" + ], + [ + "-in", + "g" + ], + [ + "-i", + "ng" + ], + [ + "C", + "ondition" + ], + [ + "Con", + "dition" + ], + [ + "Cond", + "ition" + ], + [ + "F", + "ilm" + ], + [ + "Fi", + "lm" + ], + [ + "Fil", + "m" + ], + [ + "G", + "ab" + ], + [ + "Ga", + "b" + ], + [ + "P", + "B" + ], + [ + "U", + "LE" + ], + [ + "UL", + "E" + ], + [ + "[", + "s" + ], + [ + "b", + "lown" + ], + [ + "bl", + "own" + ], + [ + "blo", + "wn" + ], + [ + "n", + "uclear" + ], + [ + "nu", + "clear" + ], + [ + "p", + "roducts" + ], + [ + "product", + "s" + ], + [ + "w", + "ers" + ], + [ + "we", + "rs" + ], + [ + "wer", + "s" + ], + [ + "Ã", + "ħ" + ], + [ + "ä", + "¼" + ], + [ + "Ġ", + "tes" + ], + [ + "Ġt", + "es" + ], + [ + "Ġte", + "s" + ], + [ + "Ġs", + "sh" + ], + [ + "Ġ", + "ome" + ], + [ + "Ġo", + "me" + ], + [ + "Ġom", + "e" + ], + [ + "Ġf", + "ists" + ], + [ + "Ġfist", + "s" + ], + [ + "Ġfi", + "sts" + ], + [ + "Ġd", + "iced" + ], + [ + "Ġdi", + "ced" + ], + [ + "Ġdice", + "d" + ], + [ + "Ġdic", + "ed" + ], + [ + "l", + "ees" + ], + [ + "le", + "es" + ], + [ + "lee", + "s" + ], + [ + "v", + "ector" + ], + [ + "ve", + "ctor" + ], + [ + "vec", + "tor" + ], + [ + "ĠI", + "OC" + ], + [ + "ĠIO", + "C" + ], + [ + "ĠC", + "ess" + ], + [ + "ĠCe", + "ss" + ], + [ + "ĠM", + "isc" + ], + [ + "ĠMis", + "c" + ], + [ + "ĠMi", + "sc" + ], + [ + "ĠP", + "ong" + ], + [ + "ĠPo", + "ng" + ], + [ + "ĠPon", + "g" + ], + [ + "ĠP", + "EP" + ], + [ + "ĠPE", + "P" + ], + [ + "ĠB", + "ucks" + ], + [ + "ĠBu", + "cks" + ], + [ + "ĠBuck", + "s" + ], + [ + "ĠBuc", + "ks" + ], + [ + "ĠB", + "unker" + ], + [ + "ĠBun", + "ker" + ], + [ + "qu", + "ette" + ], + [ + "que", + "tte" + ], + [ + "quet", + "te" + ], + [ + "ud", + "son" + ], + [ + "uds", + "on" + ], + [ + "ĠD", + "ye" + ], + [ + "ĠDy", + "e" + ], + [ + "ĠF", + "arr" + ], + [ + "ĠFar", + "r" + ], + [ + "ĠFa", + "rr" + ], + [ + "ar", + "tic" + ], + [ + "art", + "ic" + ], + [ + "arti", + "c" + ], + [ + "ĠN", + "aming" + ], + [ + "ĠNa", + "ming" + ], + [ + "ĠNam", + "ing" + ], + [ + "ĠG", + "mail" + ], + [ + "ĠL", + "augh" + ], + [ + "ĠLa", + "ugh" + ], + [ + "ĠLau", + "gh" + ], + [ + "per", + "manent" + ], + [ + "Ġper", + "imen" + ], + [ + "Ġperi", + "men" + ], + [ + "Ġj", + "ig" + ], + [ + "Ġj", + "ames" + ], + [ + "Ġjam", + "es" + ], + [ + "Ġja", + "mes" + ], + [ + "Ġev", + "icted" + ], + [ + "Ġsc", + "rabble" + ], + [ + "is", + "ham" + ], + [ + "ish", + "am" + ], + [ + "isha", + "m" + ], + [ + "ĠCh", + "itt" + ], + [ + "ĠChi", + "tt" + ], + [ + "ĠChit", + "t" + ], + [ + "ĠW", + "ex" + ], + [ + "ĠWe", + "x" + ], + [ + "al", + "ek" + ], + [ + "ale", + "k" + ], + [ + "ex", + "pert" + ], + [ + "exp", + "ert" + ], + [ + "exper", + "t" + ], + [ + "Ġclass", + "ically" + ], + [ + "Ġclassical", + "ly" + ], + [ + "Ġclassic", + "ally" + ], + [ + "Ġma", + "ids" + ], + [ + "Ġmaid", + "s" + ], + [ + "ĠSc", + "alia" + ], + [ + "ĠScal", + "ia" + ], + [ + "âĢľ", + "T" + ], + [ + "Ġdem", + "ography" + ], + [ + "Ġpain", + "killer" + ], + [ + "Ġmajor", + "ities" + ], + [ + "Ġ&", + "Ċ" + ], + [ + "ĠEx", + "haust" + ], + [ + "p", + "ara" + ], + [ + "par", + "a" + ], + [ + "pa", + "ra" + ], + [ + "Ġindust", + "rially" + ], + [ + "Ġindustrial", + "ly" + ], + [ + "ĠBe", + "it" + ], + [ + "for", + "ces" + ], + [ + "force", + "s" + ], + [ + "ĠLe", + "high" + ], + [ + "ĠLeh", + "igh" + ], + [ + "ĠM", + "ari" + ], + [ + "ĠMar", + "i" + ], + [ + "ĠMa", + "ri" + ], + [ + "Ġveget", + "ated" + ], + [ + "ĠP", + "rest" + ], + [ + "ĠPr", + "est" + ], + [ + "ĠPres", + "t" + ], + [ + "ĠPre", + "st" + ], + [ + "Ġaff", + "luence" + ], + [ + "Ġimmedi", + "acy" + ], + [ + "ĠHe", + "rr" + ], + [ + "ĠHer", + "r" + ], + [ + "ĠMon", + "ash" + ], + [ + "ĠMona", + "sh" + ], + [ + "ĠWater", + "gate" + ], + [ + "Ġsc", + "hism" + ], + [ + "Ġsch", + "ism" + ], + [ + "ĠSur", + "real" + ], + [ + "con", + "taining" + ], + [ + "cont", + "aining" + ], + [ + "b", + "reast" + ], + [ + "br", + "east" + ], + [ + "bre", + "ast" + ], + [ + "ru", + "ptive" + ], + [ + "rupt", + "ive" + ], + [ + "ĠConf", + "ession" + ], + [ + "Ġcl", + "icker" + ], + [ + "Ġclick", + "er" + ], + [ + "m", + "eters" + ], + [ + "me", + "ters" + ], + [ + "met", + "ers" + ], + [ + "meter", + "s" + ], + [ + "Ġstorm", + "ed" + ], + [ + "A", + "rc" + ], + [ + "Ar", + "c" + ], + [ + "ĠSpace", + "craft" + ], + [ + "ĠMark", + "us" + ], + [ + "zy", + "k" + ], + [ + "ĠRet", + "riever" + ], + [ + "ĠRetrie", + "ver" + ], + [ + "Ġrein", + "stated" + ], + [ + "ĠExper", + "iencing" + ], + [ + "ĠBre", + "thren" + ], + [ + "ĠC", + "aution" + ], + [ + "ĠCa", + "ution" + ], + [ + "ĠCau", + "tion" + ], + [ + "Ġpassage", + "ways" + ], + [ + "Ġpassageway", + "s" + ], + [ + "omm", + "unity" + ], + [ + "ommun", + "ity" + ], + [ + "Ġl", + "ensing" + ], + [ + "Ġlens", + "ing" + ], + [ + "Ġlen", + "sing" + ], + [ + "Ġ", + "г" + ], + [ + "ĠÐ", + "³" + ], + [ + "Ġneutral", + "ized" + ], + [ + "Ġneutralize", + "d" + ], + [ + "Ġfo", + "al" + ], + [ + "Ġconvey", + "ance" + ], + [ + "Ġimpair", + "ing" + ], + [ + "ĠC", + "PD" + ], + [ + "ĠCP", + "D" + ], + [ + "ĠC", + "opies" + ], + [ + "ĠCo", + "pies" + ], + [ + "ĠCop", + "ies" + ], + [ + "ĠRest", + "rictions" + ], + [ + "ĠCH", + "ILDREN" + ], + [ + "Co", + "oper" + ], + [ + "ĠText", + "iles" + ], + [ + "ĠTextile", + "s" + ], + [ + "ĠNep", + "alese" + ], + [ + "ĠNepal", + "ese" + ], + [ + "Ġsau", + "erkraut" + ], + [ + "Ġcarp", + "entry" + ], + [ + "Ġalkal", + "oid" + ], + [ + "Ġoct", + "op" + ], + [ + "sl", + "ope" + ], + [ + "ĠSt", + "orms" + ], + [ + "ĠStorm", + "s" + ], + [ + "ĠStor", + "ms" + ], + [ + "Ġra", + "vine" + ], + [ + "Ġrav", + "ine" + ], + [ + "Lar", + "ger" + ], + [ + "Large", + "r" + ], + [ + "-me", + "chanical" + ], + [ + "Cur", + "iosity" + ], + [ + "ĠRu", + "ins" + ], + [ + "ĠCrypt", + "o" + ], + [ + "Ġsw", + "ayed" + ], + [ + "Ġsway", + "ed" + ], + [ + "Ġonc", + "ologists" + ], + [ + "Ġoncologist", + "s" + ], + [ + "Focus", + "ing" + ], + [ + "Ġdich", + "otom" + ], + [ + "YP", + "ES" + ], + [ + "YPE", + "S" + ], + [ + "ĠOpin", + "ions" + ], + [ + "ĠOpinion", + "s" + ], + [ + "âĤ", + "ģ" + ], + [ + "ĠHier", + "archy" + ], + [ + "Ġneuropsych", + "iatric" + ], + [ + "Ġseb", + "aceous" + ], + [ + "ulner", + "ability" + ], + [ + "Ġinciner", + "ators" + ], + [ + "ĠMon", + "days" + ], + [ + "ĠMonday", + "s" + ], + [ + "ĠMond", + "ays" + ], + [ + "ĠKick", + "starter" + ], + [ + "ĠCind", + "erella" + ], + [ + "icent", + "ennial" + ], + [ + "Ġchast", + "ity" + ], + [ + "Ġdisillusion", + "ed" + ], + [ + "Ġchloropl", + "asts" + ], + [ + "LG", + "BT" + ], + [ + "Charl", + "otte" + ], + [ + "Ġindisput", + "able" + ], + [ + "Ġfalc", + "iparum" + ], + [ + "incorpor", + "ated" + ], + [ + "Ġmonsoon", + "s" + ], + [ + "Ġmonso", + "ons" + ], + [ + "Ġcuttle", + "fish" + ], + [ + "VIRON", + "MENT" + ], + [ + "B", + "reathing" + ], + [ + "Bre", + "athing" + ], + [ + "G", + "y" + ], + [ + "H", + "WH" + ], + [ + "J", + "our" + ], + [ + "Jo", + "ur" + ], + [ + "L", + "isted" + ], + [ + "List", + "ed" + ], + [ + "Li", + "sted" + ], + [ + "d", + "eterm" + ], + [ + "de", + "term" + ], + [ + "det", + "erm" + ], + [ + "y", + "outu" + ], + [ + "you", + "tu" + ], + [ + "yo", + "utu" + ], + [ + "z", + "man" + ], + [ + "Ġc", + "DNA" + ], + [ + "ar", + "ii" + ], + [ + "ari", + "i" + ], + [ + "Ġl", + "apses" + ], + [ + "Ġlap", + "ses" + ], + [ + "Ġlapse", + "s" + ], + [ + "Ġlaps", + "es" + ], + [ + "Ġg", + "ol" + ], + [ + "Ġgo", + "l" + ], + [ + "ay", + "at" + ], + [ + "aya", + "t" + ], + [ + "ĠC", + "K" + ], + [ + "ĠC", + "abbage" + ], + [ + "Ġan", + "od" + ], + [ + "ĠM", + "ock" + ], + [ + "ĠMo", + "ck" + ], + [ + "ĠB", + "rest" + ], + [ + "ĠBr", + "est" + ], + [ + "ĠBre", + "st" + ], + [ + "ĠBres", + "t" + ], + [ + "r", + "omo" + ], + [ + "ro", + "mo" + ], + [ + "rom", + "o" + ], + [ + "q", + "uil" + ], + [ + "qu", + "il" + ], + [ + "qui", + "l" + ], + [ + "ĠD", + "ISC" + ], + [ + "ĠDI", + "SC" + ], + [ + "ĠDIS", + "C" + ], + [ + "ĠD", + "eeper" + ], + [ + "ĠDe", + "eper" + ], + [ + "ĠDeep", + "er" + ], + [ + "ĠDee", + "per" + ], + [ + "Ġen", + "ema" + ], + [ + "ĠN", + "AC" + ], + [ + "ĠNA", + "C" + ], + [ + "ĠL", + "ESS" + ], + [ + "ĠLE", + "SS" + ], + [ + "ak", + "ti" + ], + [ + "akt", + "i" + ], + [ + "a", + "up" + ], + [ + "au", + "p" + ], + [ + "Ġun", + "il" + ], + [ + "ĠK", + "hor" + ], + [ + "ĠKh", + "or" + ], + [ + "ĠK", + "uk" + ], + [ + "ĠKu", + "k" + ], + [ + "Ġgo", + "iter" + ], + [ + "ĠV", + "ind" + ], + [ + "ĠVin", + "d" + ], + [ + "ĠVi", + "nd" + ], + [ + "ĠV", + "ibr" + ], + [ + "ĠVi", + "br" + ], + [ + "ĠVib", + "r" + ], + [ + "ĠV", + "OA" + ], + [ + "ĠVO", + "A" + ], + [ + "Ġph", + "yll" + ], + [ + "Ġphy", + "ll" + ], + [ + "Ġme", + "dd" + ], + [ + "Ġmed", + "d" + ], + [ + "Ġca", + "esar" + ], + [ + "ĠAl", + "ba" + ], + [ + "ĠAlb", + "a" + ], + [ + "g", + "gies" + ], + [ + "gg", + "ies" + ], + [ + "ggie", + "s" + ], + [ + "Ġback", + "log" + ], + [ + "Ġmaterial", + "ize" + ], + [ + "Ġant", + "imal" + ], + [ + "Ġanti", + "mal" + ], + [ + "Ġantim", + "al" + ], + [ + "ĠSh", + "ields" + ], + [ + "ĠShield", + "s" + ], + [ + "ĠZ", + "ip" + ], + [ + "Ġcy", + "mb" + ], + [ + "Ġcolle", + "giate" + ], + [ + "rel", + "atively" + ], + [ + "relative", + "ly" + ], + [ + "ĠMar", + "ried" + ], + [ + "ĠX", + "IX" + ], + [ + "ĠXI", + "X" + ], + [ + "Ġ", + "/Ċ" + ], + [ + "Ġ/", + "Ċ" + ], + [ + "Ġfram", + "ers" + ], + [ + "Ġfra", + "mers" + ], + [ + "Ġframe", + "rs" + ], + [ + "Ġtable", + "top" + ], + [ + "Ġtablet", + "op" + ], + [ + "Ex", + "pect" + ], + [ + "Exp", + "ect" + ], + [ + "Ex", + "amine" + ], + [ + "Exam", + "ine" + ], + [ + "Ġbenef", + "itting" + ], + [ + "Ġbenefit", + "ting" + ], + [ + "att", + "ention" + ], + [ + "Ġunc", + "overs" + ], + [ + "Ġuncover", + "s" + ], + [ + "Ġunco", + "vers" + ], + [ + "Ġmax", + "illary" + ], + [ + "Ġcelebr", + "atory" + ], + [ + "Ġceleb", + "ratory" + ], + [ + "Ġradio", + "frequency" + ], + [ + "ro", + "phin" + ], + [ + "rop", + "hin" + ], + [ + "roph", + "in" + ], + [ + "Ġp", + "leases" + ], + [ + "Ġplease", + "s" + ], + [ + "Ġple", + "ases" + ], + [ + "Ġpleas", + "es" + ], + [ + "Ġplea", + "ses" + ], + [ + "ĠBel", + "oved" + ], + [ + "Ġvalu", + "ables" + ], + [ + "Ġvaluable", + "s" + ], + [ + "Ġgrand", + "iose" + ], + [ + "Ġfundamental", + "ist" + ], + [ + "Te", + "eth" + ], + [ + "á", + "p" + ], + [ + "ĠPost", + "ers" + ], + [ + "ĠPo", + "sters" + ], + [ + "ĠPos", + "ters" + ], + [ + "ĠPoster", + "s" + ], + [ + "Ġimper", + "atives" + ], + [ + "Ġimperative", + "s" + ], + [ + "ĠDiv", + "inity" + ], + [ + "Ġelectro", + "encephal" + ], + [ + "Ġcolumn", + "ar" + ], + [ + "ĠCre", + "ates" + ], + [ + "ĠCreat", + "es" + ], + [ + "ĠCreate", + "s" + ], + [ + "-c", + "lad" + ], + [ + "-cl", + "ad" + ], + [ + "Ġinf", + "antile" + ], + [ + "Ġinfant", + "ile" + ], + [ + "Ġcash", + "ier" + ], + [ + "Ġcoc", + "onuts" + ], + [ + "Ġcoconut", + "s" + ], + [ + "ĠSign", + "ature" + ], + [ + "ĠSig", + "nature" + ], + [ + "ecess", + "ity" + ], + [ + "ĠPen", + "insular" + ], + [ + "ĠPeninsula", + "r" + ], + [ + "ĠSon", + "oma" + ], + [ + "ĠES", + "G" + ], + [ + "Ġmelan", + "omas" + ], + [ + "Ġmelanoma", + "s" + ], + [ + "ĠP", + "AGE" + ], + [ + "ĠPA", + "GE" + ], + [ + "Ġren", + "ounced" + ], + [ + "Ġrenounce", + "d" + ], + [ + "Ġsor", + "rows" + ], + [ + "Ġsorrow", + "s" + ], + [ + "Ġphon", + "ology" + ], + [ + "rish", + "nan" + ], + [ + "rishna", + "n" + ], + [ + "/", + "bin" + ], + [ + "/b", + "in" + ], + [ + "Ġstrat", + "igraphy" + ], + [ + "Ġhollow", + "ed" + ], + [ + "ĠCompar", + "isons" + ], + [ + "ĠComparison", + "s" + ], + [ + "Ġcontest", + "ants" + ], + [ + "ĠSt", + "opping" + ], + [ + "ĠStop", + "ping" + ], + [ + "ĠSto", + "pping" + ], + [ + "Ġnarr", + "ate" + ], + [ + "Ġnar", + "rate" + ], + [ + "Ġhex", + "agon" + ], + [ + "QU", + "EST" + ], + [ + "QUE", + "ST" + ], + [ + "ĠMis", + "cellaneous" + ], + [ + "Ġelic", + "its" + ], + [ + "Ġelicit", + "s" + ], + [ + "Ġkiss", + "es" + ], + [ + "ĠCan", + "tor" + ], + [ + "ĠCant", + "or" + ], + [ + "C", + "ycl" + ], + [ + "Cy", + "cl" + ], + [ + "Ġemig", + "rate" + ], + [ + "S", + "atellite" + ], + [ + "Sat", + "ellite" + ], + [ + "Ill", + "inois" + ], + [ + "ĠAlg", + "erian" + ], + [ + "ĠAlger", + "ian" + ], + [ + "ĠAlgeria", + "n" + ], + [ + "Ġmuscul", + "ature" + ], + [ + "Ġantagon", + "ism" + ], + [ + "Prom", + "oting" + ], + [ + "-cap", + "acity" + ], + [ + "Ġpadd", + "ling" + ], + [ + "Ġhij", + "acked" + ], + [ + "hyper", + "tension" + ], + [ + "hypert", + "ension" + ], + [ + "Ġhomin", + "ids" + ], + [ + "Ġhominid", + "s" + ], + [ + "ĠEas", + "ier" + ], + [ + "Ġvamp", + "ires" + ], + [ + "Ġvampire", + "s" + ], + [ + "osse", + "um" + ], + [ + "Kind", + "ergarten" + ], + [ + "-di", + "abetic" + ], + [ + "Ġperplex", + "ing" + ], + [ + "Ġtril", + "ogy" + ], + [ + "Instruct", + "ions" + ], + [ + "Instruction", + "s" + ], + [ + "-", + "scientific" + ], + [ + "-scient", + "ific" + ], + [ + "Ġretrofit", + "ting" + ], + [ + "Ġretrof", + "itting" + ], + [ + "Ġgond", + "ii" + ], + [ + "Ġprostagland", + "ins" + ], + [ + "ĠMeck", + "lenburg" + ], + [ + "Ġapo", + "gee" + ], + [ + "Ġcoerc", + "ed" + ], + [ + "Ġcoer", + "ced" + ], + [ + "Ġdecipher", + "ed" + ], + [ + "Ġdecip", + "hered" + ], + [ + "ĠLincoln", + "shire" + ], + [ + "ĠLincolns", + "hire" + ], + [ + "ĠRedeem", + "er" + ], + [ + "Ġpauc", + "ity" + ], + [ + "Ġpau", + "city" + ], + [ + "ĠCourse", + "ra" + ], + [ + "ĠCours", + "era" + ], + [ + "-Ori", + "ented" + ], + [ + "ĠBabylon", + "ia" + ], + [ + "ĠBabyl", + "onia" + ], + [ + "(", + "E" + ], + [ + "-", + "ul" + ], + [ + "-u", + "l" + ], + [ + ".", + "ms" + ], + [ + ".m", + "s" + ], + [ + "/", + "se" + ], + [ + "/s", + "e" + ], + [ + "H", + "az" + ], + [ + "Ha", + "z" + ], + [ + "M", + "atch" + ], + [ + "Mat", + "ch" + ], + [ + "N", + "ode" + ], + [ + "No", + "de" + ], + [ + "N", + "IST" + ], + [ + "NI", + "ST" + ], + [ + "R", + "ATION" + ], + [ + "S", + "oviet" + ], + [ + "So", + "viet" + ], + [ + "S", + "anskrit" + ], + [ + "U", + "W" + ], + [ + "c", + "alf" + ], + [ + "cal", + "f" + ], + [ + "g", + "irl" + ], + [ + "n", + "us" + ], + [ + "nu", + "s" + ], + [ + "p", + "athy" + ], + [ + "pat", + "hy" + ], + [ + "pa", + "thy" + ], + [ + "path", + "y" + ], + [ + "q", + "bal" + ], + [ + "v", + "it" + ], + [ + "vi", + "t" + ], + [ + "Ġt", + "amed" + ], + [ + "Ġtam", + "ed" + ], + [ + "Ġta", + "med" + ], + [ + "Ġtame", + "d" + ], + [ + "Ġc", + "atered" + ], + [ + "Ġca", + "tered" + ], + [ + "Ġcat", + "ered" + ], + [ + "Ġcater", + "ed" + ], + [ + "Ġcate", + "red" + ], + [ + "Ġw", + "aved" + ], + [ + "Ġwa", + "ved" + ], + [ + "Ġwave", + "d" + ], + [ + "o", + "rio" + ], + [ + "or", + "io" + ], + [ + "ori", + "o" + ], + [ + "o", + "rius" + ], + [ + "or", + "ius" + ], + [ + "ori", + "us" + ], + [ + "Ġf", + "erm" + ], + [ + "Ġfe", + "rm" + ], + [ + "Ġfer", + "m" + ], + [ + "an", + "ke" + ], + [ + "ank", + "e" + ], + [ + "Ġh", + "ugging" + ], + [ + "Ġhug", + "ging" + ], + [ + "Ġhu", + "gging" + ], + [ + "Ġg", + "able" + ], + [ + "Ġga", + "ble" + ], + [ + "ĠT", + "ope" + ], + [ + "ĠTo", + "pe" + ], + [ + "ĠTop", + "e" + ], + [ + "ig", + "ations" + ], + [ + "igation", + "s" + ], + [ + "ĠA", + "riz" + ], + [ + "ĠAr", + "iz" + ], + [ + "ĠAri", + "z" + ], + [ + "ĠM", + "ather" + ], + [ + "ĠMat", + "her" + ], + [ + "ĠMa", + "ther" + ], + [ + "ĠMath", + "er" + ], + [ + "Ġex", + "alt" + ], + [ + "Ġcom", + "edies" + ], + [ + "Ġcome", + "dies" + ], + [ + "Ġcomed", + "ies" + ], + [ + "ac", + "ities" + ], + [ + "aci", + "ties" + ], + [ + "ĠW", + "ic" + ], + [ + "ĠWi", + "c" + ], + [ + "Ġ", + "rit" + ], + [ + "Ġr", + "it" + ], + [ + "ĠD", + "red" + ], + [ + "ĠDr", + "ed" + ], + [ + "ĠDre", + "d" + ], + [ + "ĠD", + "erm" + ], + [ + "ĠDe", + "rm" + ], + [ + "ĠDer", + "m" + ], + [ + "ĠD", + "uties" + ], + [ + "ĠDu", + "ties" + ], + [ + "u", + "nals" + ], + [ + "un", + "als" + ], + [ + "una", + "ls" + ], + [ + "unal", + "s" + ], + [ + "ĠG", + "iac" + ], + [ + "ĠGi", + "ac" + ], + [ + "ĠL", + "aval" + ], + [ + "ĠLa", + "val" + ], + [ + "ĠLav", + "al" + ], + [ + "os", + "tering" + ], + [ + "ost", + "ering" + ], + [ + "oster", + "ing" + ], + [ + "oste", + "ring" + ], + [ + "i", + "chy" + ], + [ + "ic", + "hy" + ], + [ + "ich", + "y" + ], + [ + "Ġ", + "usa" + ], + [ + "Ġu", + "sa" + ], + [ + "Ġus", + "a" + ], + [ + "Ġpl", + "iers" + ], + [ + "Ġm", + "ores" + ], + [ + "Ġmore", + "s" + ], + [ + "Ġmor", + "es" + ], + [ + "Ġmo", + "res" + ], + [ + "Ġdis", + "qual" + ], + [ + "end", + "ous" + ], + [ + "endo", + "us" + ], + [ + "ip", + "so" + ], + [ + "ips", + "o" + ], + [ + "ry", + "mand" + ], + [ + "in", + "ds" + ], + [ + "ind", + "s" + ], + [ + "ĠK", + "us" + ], + [ + "ĠKu", + "s" + ], + [ + "ĠK", + "eeper" + ], + [ + "ĠKe", + "eper" + ], + [ + "ĠKeep", + "er" + ], + [ + "ĠKee", + "per" + ], + [ + "Ġwork", + "manship" + ], + [ + "Ġhow", + "ling" + ], + [ + "int", + "elligence" + ], + [ + "Ġchild", + "ish" + ], + [ + "ĠV", + "itt" + ], + [ + "ĠVit", + "t" + ], + [ + "ĠVi", + "tt" + ], + [ + "Ġfl", + "ippers" + ], + [ + "Ġflip", + "pers" + ], + [ + "Ġco", + "enzyme" + ], + [ + "Ġsoc", + "iop" + ], + [ + "Ġsocio", + "p" + ], + [ + "Ġdef", + "ies" + ], + [ + "Ġ", + "estrogens" + ], + [ + "Ġest", + "rogens" + ], + [ + "Ġestrogen", + "s" + ], + [ + "âĢĶ", + "those" + ], + [ + "t", + "off" + ], + [ + "to", + "ff" + ], + [ + "ĠD", + "ei" + ], + [ + "ĠDe", + "i" + ], + [ + "ĠEx", + "ception" + ], + [ + "ĠExcept", + "ion" + ], + [ + "ĠCl", + "oth" + ], + [ + "ĠClo", + "th" + ], + [ + "ĠCl", + "othes" + ], + [ + "ĠCloth", + "es" + ], + [ + "Ġcond", + "iments" + ], + [ + "Ġl", + "oz" + ], + [ + "Ġlo", + "z" + ], + [ + "Ġturn", + "ip" + ], + [ + "Ġtur", + "nip" + ], + [ + "is", + "ches" + ], + [ + "isc", + "hes" + ], + [ + "isch", + "es" + ], + [ + "ische", + "s" + ], + [ + "aut", + "ilus" + ], + [ + "A", + "like" + ], + [ + "Al", + "ike" + ], + [ + "Ali", + "ke" + ], + [ + "Ġge", + "ophysics" + ], + [ + "olic", + "ies" + ], + [ + "oli", + "cies" + ], + [ + "ĠGu", + "erre" + ], + [ + "ĠGuer", + "re" + ], + [ + "ĠP", + "ey" + ], + [ + "ĠPe", + "y" + ], + [ + "ĠPr", + "events" + ], + [ + "ĠPre", + "vents" + ], + [ + "ĠPrevent", + "s" + ], + [ + "ĠPrev", + "ents" + ], + [ + "-", + "hon" + ], + [ + "-h", + "on" + ], + [ + "Ġdiv", + "ul" + ], + [ + "Ġult", + "rason" + ], + [ + "Ġultra", + "son" + ], + [ + "Ġultras", + "on" + ], + [ + "O", + "RM" + ], + [ + "OR", + "M" + ], + [ + "P", + "ACT" + ], + [ + "PA", + "CT" + ], + [ + "PAC", + "T" + ], + [ + "ĠTw", + "ins" + ], + [ + "ĠTwin", + "s" + ], + [ + "Ġtrade", + "offs" + ], + [ + "Ġblue", + "grass" + ], + [ + "Ġblu", + "egrass" + ], + [ + "ĠBlack", + "burn" + ], + [ + "Ġr", + "otted" + ], + [ + "Ġrot", + "ted" + ], + [ + "Ġhom", + "oe" + ], + [ + "Ġhomo", + "e" + ], + [ + "ĠPlan", + "ner" + ], + [ + "Ġdesp", + "ise" + ], + [ + "Ġinitial", + "ize" + ], + [ + "bl", + "att" + ], + [ + "bla", + "tt" + ], + [ + "Ġuns", + "igned" + ], + [ + "ĠM", + "arty" + ], + [ + "ĠMar", + "ty" + ], + [ + "ĠMart", + "y" + ], + [ + "Ġsick", + "ened" + ], + [ + "Us", + "age" + ], + [ + "ĠSam", + "antha" + ], + [ + "Go", + "als" + ], + [ + "Goal", + "s" + ], + [ + "ĠAdv", + "ancing" + ], + [ + "Ġremed", + "ied" + ], + [ + "ĠMer", + "rill" + ], + [ + "U", + "NF" + ], + [ + "UN", + "F" + ], + [ + "ĠPot", + "tery" + ], + [ + "ĠPotter", + "y" + ], + [ + "ĠEst", + "rogen" + ], + [ + "ĠMap", + "Reduce" + ], + [ + "Ġtort", + "illas" + ], + [ + "ĠClean", + "up" + ], + [ + "Inc", + "orpor" + ], + [ + "ĠEnt", + "ity" + ], + [ + "aze", + "era" + ], + [ + "ĠDu", + "Bois" + ], + [ + "Ġmul", + "ches" + ], + [ + "Ġmulch", + "es" + ], + [ + "Ġte", + "trap" + ], + [ + "Ġtet", + "rap" + ], + [ + "Ġtetra", + "p" + ], + [ + "Sign", + "ificance" + ], + [ + "Ġsink", + "hole" + ], + [ + "Ġcock", + "tails" + ], + [ + "Ġcocktail", + "s" + ], + [ + "ĠTal", + "ent" + ], + [ + "ĠTale", + "nt" + ], + [ + "ĠCass", + "ius" + ], + [ + "w", + "inds" + ], + [ + "win", + "ds" + ], + [ + "wind", + "s" + ], + [ + "ĠF", + "ocused" + ], + [ + "ĠFocus", + "ed" + ], + [ + "Ret", + "urning" + ], + [ + "Return", + "ing" + ], + [ + "ĠGib", + "bons" + ], + [ + "ĠNeuro", + "s" + ], + [ + "ĠNeu", + "ros" + ], + [ + "ĠNeur", + "os" + ], + [ + "prot", + "ection" + ], + [ + "Ġsumm", + "ation" + ], + [ + "Ġmyel", + "oid" + ], + [ + "r", + "azole" + ], + [ + "raz", + "ole" + ], + [ + "-six", + "th" + ], + [ + "ĠTag", + "alog" + ], + [ + "ĠKon", + "stant" + ], + [ + "ĠBun", + "des" + ], + [ + "ĠBund", + "es" + ], + [ + "ĠVed", + "anta" + ], + [ + "ĠGa", + "mble" + ], + [ + "ĠGam", + "ble" + ], + [ + "ĠGamb", + "le" + ], + [ + "-In", + "do" + ], + [ + "-Ind", + "o" + ], + [ + "ĠTao", + "ist" + ], + [ + "Ġrev", + "olver" + ], + [ + "Ġrevol", + "ver" + ], + [ + "Ġrevolve", + "r" + ], + [ + "ĠMyc", + "obacterium" + ], + [ + "Ġmisd", + "iagnosis" + ], + [ + "Ġnonv", + "iolence" + ], + [ + "Ġko", + "alas" + ], + [ + "Ġglycer", + "in" + ], + [ + "Ġtreacher", + "y" + ], + [ + "ĠRam", + "say" + ], + [ + "ĠRams", + "ay" + ], + [ + "Ġtop", + "pled" + ], + [ + "Ġtopp", + "led" + ], + [ + "CRI", + "PTION" + ], + [ + "ĠWent", + "worth" + ], + [ + "exam", + "ined" + ], + [ + "Ġpum", + "ice" + ], + [ + "ĠDioc", + "letian" + ], + [ + "Ġremun", + "eration" + ], + [ + "ĠTranscend", + "ental" + ], + [ + "Ġcarap", + "ace" + ], + [ + "Ġexorbit", + "ant" + ], + [ + "-", + "uh" + ], + [ + "-u", + "h" + ], + [ + "-", + "Learning" + ], + [ + "-Le", + "arning" + ], + [ + "-", + "full" + ], + [ + "-f", + "ull" + ], + [ + "/", + "Sh" + ], + [ + "/S", + "h" + ], + [ + ":", + "A" + ], + [ + "D", + "iversity" + ], + [ + "M", + "ales" + ], + [ + "Ma", + "les" + ], + [ + "Mal", + "es" + ], + [ + "Male", + "s" + ], + [ + "P", + "ul" + ], + [ + "Pu", + "l" + ], + [ + "P", + "LA" + ], + [ + "PL", + "A" + ], + [ + "S", + "V" + ], + [ + "]", + "]" + ], + [ + "]", + ",âĢĿ" + ], + [ + "],", + "âĢĿ" + ], + [ + "c", + "redit" + ], + [ + "cr", + "edit" + ], + [ + "g", + "raded" + ], + [ + "gra", + "ded" + ], + [ + "grade", + "d" + ], + [ + "gr", + "aded" + ], + [ + "h", + "ours" + ], + [ + "hou", + "rs" + ], + [ + "ho", + "urs" + ], + [ + "j", + "unction" + ], + [ + "jun", + "ction" + ], + [ + "junct", + "ion" + ], + [ + "m", + "inton" + ], + [ + "min", + "ton" + ], + [ + "mi", + "nton" + ], + [ + "mint", + "on" + ], + [ + "Ġt", + "aurine" + ], + [ + "Ġtau", + "rine" + ], + [ + "h", + "eba" + ], + [ + "he", + "ba" + ], + [ + "on", + "ials" + ], + [ + "onia", + "ls" + ], + [ + "oni", + "als" + ], + [ + "onial", + "s" + ], + [ + "Ġs", + "ifting" + ], + [ + "Ġsi", + "fting" + ], + [ + "Ġsift", + "ing" + ], + [ + "Ġs", + "lander" + ], + [ + "Ġsl", + "ander" + ], + [ + "Ġ", + "ora" + ], + [ + "Ġo", + "ra" + ], + [ + "Ġor", + "a" + ], + [ + "Ġb", + "erm" + ], + [ + "Ġbe", + "rm" + ], + [ + "Ġber", + "m" + ], + [ + "le", + "ave" + ], + [ + "Ġre", + "imb" + ], + [ + "Ġreim", + "b" + ], + [ + "om", + "pson" + ], + [ + "omp", + "son" + ], + [ + "ĠI", + "ves" + ], + [ + "ĠIv", + "es" + ], + [ + "am", + "eral" + ], + [ + "ame", + "ral" + ], + [ + "amer", + "al" + ], + [ + "Ġan", + "thers" + ], + [ + "Ġant", + "hers" + ], + [ + "Ġanth", + "ers" + ], + [ + "Ġanthe", + "rs" + ], + [ + "g", + "ev" + ], + [ + "ge", + "v" + ], + [ + "Ġde", + "worm" + ], + [ + "Ġdew", + "orm" + ], + [ + "ĠP", + "yr" + ], + [ + "ĠPy", + "r" + ], + [ + "ab", + "use" + ], + [ + "abus", + "e" + ], + [ + "ĠB", + "ae" + ], + [ + "ĠBa", + "e" + ], + [ + "est", + "inian" + ], + [ + "p", + "pies" + ], + [ + "pp", + "ies" + ], + [ + "ĠW", + "ai" + ], + [ + "ĠWa", + "i" + ], + [ + "ĠD", + "aim" + ], + [ + "ĠDa", + "im" + ], + [ + "ĠDai", + "m" + ], + [ + "ĠD", + "yst" + ], + [ + "ĠDys", + "t" + ], + [ + "ĠDy", + "st" + ], + [ + "ĠD", + "egas" + ], + [ + "ĠDe", + "gas" + ], + [ + "ĠDeg", + "as" + ], + [ + "ĠD", + "ramatic" + ], + [ + "ĠDra", + "matic" + ], + [ + "ĠDrama", + "tic" + ], + [ + "Ġ", + "ECS" + ], + [ + "ĠE", + "CS" + ], + [ + "ĠEC", + "S" + ], + [ + "ĠF", + "ASD" + ], + [ + "ĠFA", + "SD" + ], + [ + "ĠFAS", + "D" + ], + [ + "Ġen", + "igma" + ], + [ + "ĠN", + "HTSA" + ], + [ + "ĠG", + "alle" + ], + [ + "ĠGal", + "le" + ], + [ + "ĠGall", + "e" + ], + [ + "ĠGa", + "lle" + ], + [ + "ĠG", + "ymn" + ], + [ + "ĠGy", + "mn" + ], + [ + "ĠGym", + "n" + ], + [ + "age", + "able" + ], + [ + "e", + "cial" + ], + [ + "ec", + "ial" + ], + [ + "ecia", + "l" + ], + [ + "end", + "um" + ], + [ + "ap", + "ura" + ], + [ + "apur", + "a" + ], + [ + "apu", + "ra" + ], + [ + "ĠTh", + "race" + ], + [ + "ĠThrac", + "e" + ], + [ + "Ġim", + "pass" + ], + [ + "Ġimp", + "ass" + ], + [ + "Ġun", + "ad" + ], + [ + "Ġuna", + "d" + ], + [ + "Ġun", + "qualified" + ], + [ + "Ġsc", + "ouring" + ], + [ + "Ġscour", + "ing" + ], + [ + "ĠK", + "und" + ], + [ + "ĠKu", + "nd" + ], + [ + "ĠKun", + "d" + ], + [ + "Ġr", + "azed" + ], + [ + "Ġra", + "zed" + ], + [ + "Ġraz", + "ed" + ], + [ + "ĠY", + "un" + ], + [ + "ĠYu", + "n" + ], + [ + "ar", + "king" + ], + [ + "ark", + "ing" + ], + [ + "arkin", + "g" + ], + [ + "Ġexp", + "ropri" + ], + [ + "Ġatt", + "ains" + ], + [ + "Ġattain", + "s" + ], + [ + "Ġl", + "onged" + ], + [ + "Ġlong", + "ed" + ], + [ + "Ġlon", + "ged" + ], + [ + "Ġcount", + "down" + ], + [ + "o", + "yer" + ], + [ + "oy", + "er" + ], + [ + "oye", + "r" + ], + [ + "Ġext", + "ro" + ], + [ + "Ġextr", + "o" + ], + [ + "Ġread", + "out" + ], + [ + "Ġ", + "Sphere" + ], + [ + "ĠSp", + "here" + ], + [ + "Ġconf", + "ining" + ], + [ + "âĢĶ", + "how" + ], + [ + "-f", + "ated" + ], + [ + "-fat", + "ed" + ], + [ + "-", + "flying" + ], + [ + "-f", + "lying" + ], + [ + "-fl", + "ying" + ], + [ + "-fly", + "ing" + ], + [ + "ĠPh", + "oebe" + ], + [ + "-p", + "ainted" + ], + [ + "r", + "inger" + ], + [ + "ring", + "er" + ], + [ + "rin", + "ger" + ], + [ + "ringe", + "r" + ], + [ + "Ġhy", + "ena" + ], + [ + "ĠZ", + "oning" + ], + [ + "ĠZo", + "ning" + ], + [ + "ĠSo", + "ak" + ], + [ + "ĠOn", + "ion" + ], + [ + "ĠF", + "rida" + ], + [ + "ĠFr", + "ida" + ], + [ + "ĠFrid", + "a" + ], + [ + "ĠFri", + "da" + ], + [ + "Ġinj", + "urious" + ], + [ + "E", + "SO" + ], + [ + "ES", + "O" + ], + [ + "ĠQu", + "arry" + ], + [ + "ĠQuar", + "ry" + ], + [ + "Ġpurch", + "asers" + ], + [ + "Ġpurchase", + "rs" + ], + [ + "Ġpurchaser", + "s" + ], + [ + "ĠTrans", + "mitted" + ], + [ + "Ġexpert", + "ly" + ], + [ + "Ġsav", + "annas" + ], + [ + "Ġsavanna", + "s" + ], + [ + "ĠDe", + "comp" + ], + [ + "ĠDec", + "omp" + ], + [ + "ĠDeco", + "mp" + ], + [ + "Ġbattle", + "ground" + ], + [ + "o", + "cha" + ], + [ + "oc", + "ha" + ], + [ + "och", + "a" + ], + [ + "ĠDist", + "inct" + ], + [ + "ĠDist", + "urb" + ], + [ + "Ġb", + "owing" + ], + [ + "Ġbo", + "wing" + ], + [ + "Ġbow", + "ing" + ], + [ + "Ġdeliver", + "ables" + ], + [ + "ĠÃ", + "ĵ" + ], + [ + "ĠPower", + "point" + ], + [ + "Ġnarr", + "ates" + ], + [ + "Ġnar", + "rates" + ], + [ + "Ġnarrate", + "s" + ], + [ + "ston", + "ecraft" + ], + [ + "stone", + "craft" + ], + [ + "U", + "RY" + ], + [ + "UR", + "Y" + ], + [ + "ĠRad", + "cliffe" + ], + [ + "gu", + "ides" + ], + [ + "guide", + "s" + ], + [ + "guid", + "es" + ], + [ + "Ġrect", + "ifier" + ], + [ + "ĠGr", + "atitude" + ], + [ + "bel", + "ts" + ], + [ + "belt", + "s" + ], + [ + "ĠH", + "umor" + ], + [ + "ĠHum", + "or" + ], + [ + "ĠHu", + "mor" + ], + [ + "Ġsch", + "emas" + ], + [ + "Ġsche", + "mas" + ], + [ + "Ġschem", + "as" + ], + [ + "Ġschema", + "s" + ], + [ + "ãģ", + "Ļ" + ], + [ + "obs", + "erv" + ], + [ + "Inc", + "luding" + ], + [ + "Ġpor", + "cupine" + ], + [ + "Ġ", + "Interested" + ], + [ + "ĠInter", + "ested" + ], + [ + "ĠInterest", + "ed" + ], + [ + "Ġle", + "aner" + ], + [ + "Ġlean", + "er" + ], + [ + "ĠComb", + "ination" + ], + [ + "Ġlit", + "tering" + ], + [ + "Ġlitter", + "ing" + ], + [ + "Ġlitt", + "ering" + ], + [ + "ĠKal", + "im" + ], + [ + "ĠKa", + "lim" + ], + [ + "ĠKali", + "m" + ], + [ + "ĠAra", + "fat" + ], + [ + "-cons", + "umer" + ], + [ + "ĠBron", + "ch" + ], + [ + "Ġerupt", + "s" + ], + [ + "Ġknock", + "out" + ], + [ + "Ġmagnific", + "ence" + ], + [ + "Bre", + "eding" + ], + [ + "Br", + "eeding" + ], + [ + "ĠP", + "DT" + ], + [ + "ĠPD", + "T" + ], + [ + "Ġnod", + "ding" + ], + [ + "Ġhammer", + "ing" + ], + [ + "Ġhamm", + "ering" + ], + [ + "Ġannot", + "ate" + ], + [ + "Ġengra", + "ver" + ], + [ + "Ġsulph", + "ide" + ], + [ + "ĠLE", + "ARNING" + ], + [ + "ĠLEARN", + "ING" + ], + [ + "Ġdiscontin", + "uity" + ], + [ + "respons", + "ibility" + ], + [ + "ĠC", + "VS" + ], + [ + "ĠCV", + "S" + ], + [ + "E", + "qual" + ], + [ + "Equ", + "al" + ], + [ + "pres", + "ence" + ], + [ + "ĠWin", + "nie" + ], + [ + "ĠWinn", + "ie" + ], + [ + "Ġá¼", + "IJ" + ], + [ + "Ġbun", + "kers" + ], + [ + "Ġbunk", + "ers" + ], + [ + "Ġbunker", + "s" + ], + [ + "Ġventil", + "ators" + ], + [ + "Ġventilator", + "s" + ], + [ + "ĠAhmed", + "abad" + ], + [ + "ĠGlou", + "cestershire" + ], + [ + "ĠGloucester", + "shire" + ], + [ + "ĠST", + "ATES" + ], + [ + "ĠSTAT", + "ES" + ], + [ + "ĠSTATE", + "S" + ], + [ + "ĠCon", + "verter" + ], + [ + "ĠConver", + "ter" + ], + [ + "ĠConvert", + "er" + ], + [ + "Gard", + "ening" + ], + [ + "Garden", + "ing" + ], + [ + "Ġintoxic", + "ating" + ], + [ + "Ġintox", + "icating" + ], + [ + "-", + "Muslims" + ], + [ + "-Muslim", + "s" + ], + [ + "Ġincentiv", + "ize" + ], + [ + "Creat", + "ivity" + ], + [ + "Ġjuxtap", + "osition" + ], + [ + "Ġapprehend", + "ed" + ], + [ + "Ġmarsup", + "ials" + ], + [ + "Ġmarsupial", + "s" + ], + [ + "Ġmonothe", + "istic" + ], + [ + "Ġtors", + "ion" + ], + [ + "ĠMathemat", + "ica" + ], + [ + "ĠMathematic", + "a" + ], + [ + "ĠEchin", + "acea" + ], + [ + "ĠConstit", + "uent" + ], + [ + "cir", + "ca" + ], + [ + "Ġabrasion", + "s" + ], + [ + "Ġabras", + "ions" + ], + [ + "Ġpream", + "ble" + ], + [ + "ĠOccur", + "rences" + ], + [ + "ĠZucker", + "berg" + ], + [ + "#", + "," + ], + [ + ")", + "âĢĻ" + ], + [ + "-", + "plate" + ], + [ + "-p", + "late" + ], + [ + "-pl", + "ate" + ], + [ + ".", + "ed" + ], + [ + ".e", + "d" + ], + [ + "?", + ").Ċ" + ], + [ + "?)", + ".Ċ" + ], + [ + "?).", + "Ċ" + ], + [ + "D", + "ied" + ], + [ + "Di", + "ed" + ], + [ + "Die", + "d" + ], + [ + "H", + "ob" + ], + [ + "Ho", + "b" + ], + [ + "H", + "AM" + ], + [ + "HA", + "M" + ], + [ + "X", + "ML" + ], + [ + "d", + "isp" + ], + [ + "dis", + "p" + ], + [ + "di", + "sp" + ], + [ + "h", + "ide" + ], + [ + "hi", + "de" + ], + [ + "hid", + "e" + ], + [ + "m", + "ile" + ], + [ + "mi", + "le" + ], + [ + "mil", + "e" + ], + [ + "t", + "aste" + ], + [ + "ta", + "ste" + ], + [ + "tas", + "te" + ], + [ + "Æ", + "°" + ], + [ + "å", + "ĩ" + ], + [ + "Ġb", + "inaural" + ], + [ + "ic", + "ative" + ], + [ + "i", + "ong" + ], + [ + "ion", + "g" + ], + [ + "io", + "ng" + ], + [ + "Ġn", + "ou" + ], + [ + "Ġno", + "u" + ], + [ + "Ġis", + "omer" + ], + [ + "Ġiso", + "mer" + ], + [ + "ĠT", + "NT" + ], + [ + "ĠTN", + "T" + ], + [ + "ĠS", + "lightly" + ], + [ + "ĠSl", + "ightly" + ], + [ + "Ġ", + "IMS" + ], + [ + "ĠI", + "MS" + ], + [ + "ĠIM", + "S" + ], + [ + "Ġ", + "IMO" + ], + [ + "ĠI", + "MO" + ], + [ + "ĠIM", + "O" + ], + [ + "ĠC", + "ART" + ], + [ + "ĠCA", + "RT" + ], + [ + "ĠCAR", + "T" + ], + [ + "Ġwh", + "iter" + ], + [ + "Ġwhite", + "r" + ], + [ + "Ġwhit", + "er" + ], + [ + "Ġh", + "aird" + ], + [ + "Ġha", + "ird" + ], + [ + "Ġhair", + "d" + ], + [ + "ĠB", + "Sc" + ], + [ + "ĠBS", + "c" + ], + [ + "est", + "ible" + ], + [ + "Ġv", + "istas" + ], + [ + "Ġvis", + "tas" + ], + [ + "ĠH", + "uygens" + ], + [ + "ĠW", + "eld" + ], + [ + "ĠWe", + "ld" + ], + [ + "ĠWel", + "d" + ], + [ + "ĠN", + "iz" + ], + [ + "ĠNi", + "z" + ], + [ + "ĠG", + "oss" + ], + [ + "ĠGo", + "ss" + ], + [ + "ĠGos", + "s" + ], + [ + "pl", + "atin" + ], + [ + "i", + "zens" + ], + [ + "iz", + "ens" + ], + [ + "ize", + "ns" + ], + [ + "izen", + "s" + ], + [ + "ĠJ", + "ail" + ], + [ + "ĠJa", + "il" + ], + [ + "Ġimp", + "orters" + ], + [ + "Ġimport", + "ers" + ], + [ + "Ġimporter", + "s" + ], + [ + "Ġro", + "osts" + ], + [ + "Ġroost", + "s" + ], + [ + "Ġbl", + "uffs" + ], + [ + "Ġbluff", + "s" + ], + [ + "int", + "ended" + ], + [ + "intend", + "ed" + ], + [ + "ĠV", + "iolent" + ], + [ + "ĠViol", + "ent" + ], + [ + "ob", + "romine" + ], + [ + "y", + "pass" + ], + [ + "yp", + "ass" + ], + [ + "Ġrep", + "ulsion" + ], + [ + "Ġfl", + "utter" + ], + [ + "In", + "come" + ], + [ + "Inc", + "ome" + ], + [ + "ĠHe", + "il" + ], + [ + "cept", + "ively" + ], + [ + "ceptive", + "ly" + ], + [ + "Ġsoc", + "ioc" + ], + [ + "Ġsocio", + "c" + ], + [ + "Ġsh", + "een" + ], + [ + "Ġshe", + "en" + ], + [ + "g", + "gie" + ], + [ + "gg", + "ie" + ], + [ + "ĠP", + "rove" + ], + [ + "ĠPro", + "ve" + ], + [ + "ĠPr", + "ove" + ], + [ + "ĠProv", + "e" + ], + [ + "Ġm", + "inced" + ], + [ + "Ġmin", + "ced" + ], + [ + "Ġstart", + "le" + ], + [ + "Ġstar", + "tle" + ], + [ + "âĢľ", + "After" + ], + [ + "âĢľA", + "fter" + ], + [ + "-s", + "ucking" + ], + [ + "-su", + "cking" + ], + [ + "Ġchange", + "able" + ], + [ + "Ġhome", + "grown" + ], + [ + "Ġde", + "mos" + ], + [ + "Ġdem", + "os" + ], + [ + "Ġdemo", + "s" + ], + [ + "ĠRes", + "ist" + ], + [ + "ĠC", + "lo" + ], + [ + "ĠCl", + "o" + ], + [ + "Ġh", + "yg" + ], + [ + "Ġhy", + "g" + ], + [ + "Ġdr", + "aper" + ], + [ + "Ġdra", + "per" + ], + [ + "Ġdrap", + "er" + ], + [ + "Ġcy", + "steine" + ], + [ + "Ġur", + "chin" + ], + [ + "a", + "iman" + ], + [ + "aim", + "an" + ], + [ + "ai", + "man" + ], + [ + "ĠCal", + "vary" + ], + [ + "um", + "polar" + ], + [ + "ump", + "olar" + ], + [ + "-", + "wired" + ], + [ + "-w", + "ired" + ], + [ + "-wire", + "d" + ], + [ + "-h", + "ospital" + ], + [ + "Ġgl", + "assy" + ], + [ + "Ġglass", + "y" + ], + [ + "Ġinsect", + "icidal" + ], + [ + "ĠCoun", + "selling" + ], + [ + "ĠCounsel", + "ling" + ], + [ + "-", + "Com" + ], + [ + "-C", + "om" + ], + [ + "-Co", + "m" + ], + [ + "ĠAn", + "gl" + ], + [ + "ĠAng", + "l" + ], + [ + "Ġfilm", + "making" + ], + [ + "ĠM", + "icha" + ], + [ + "ĠMich", + "a" + ], + [ + "ĠMic", + "ha" + ], + [ + "ĠMi", + "cha" + ], + [ + "ophy", + "ta" + ], + [ + "Ġcompl", + "acent" + ], + [ + "Ġcreation", + "ist" + ], + [ + "ĠRel", + "iable" + ], + [ + "Ġflex", + "ing" + ], + [ + "Ġfle", + "xing" + ], + [ + "Ġflex", + "ibly" + ], + [ + "ĠOff", + "shore" + ], + [ + "Ġuns", + "weetened" + ], + [ + "Ġsecret", + "aries" + ], + [ + "ĠOut", + "doors" + ], + [ + "ĠOutdoor", + "s" + ], + [ + "Ġ", + "rubs" + ], + [ + "Ġr", + "ubs" + ], + [ + "Ġrub", + "s" + ], + [ + "Ġru", + "bs" + ], + [ + "Ġval", + "idates" + ], + [ + "Ġvalid", + "ates" + ], + [ + "Ġvalidate", + "s" + ], + [ + "ĠTreat", + "ies" + ], + [ + "-se", + "lective" + ], + [ + "Ġsh", + "elling" + ], + [ + "Ġshe", + "lling" + ], + [ + "Ġshel", + "ling" + ], + [ + "Ġshell", + "ing" + ], + [ + "ĠMer", + "ritt" + ], + [ + "Ġid", + "ling" + ], + [ + "ĠImm", + "igrant" + ], + [ + "ĠAL", + "MA" + ], + [ + "Ġtempor", + "omandibular" + ], + [ + "Ġdipl", + "omas" + ], + [ + "Ġdiplom", + "as" + ], + [ + "Ġdiploma", + "s" + ], + [ + "Ġsperm", + "ato" + ], + [ + "Ġspermat", + "o" + ], + [ + "ĠSus", + "anna" + ], + [ + "ĠSusan", + "na" + ], + [ + "Re", + "porting" + ], + [ + "Rep", + "orting" + ], + [ + "Report", + "ing" + ], + [ + "Ġfeather", + "y" + ], + [ + "Ġcru", + "sts" + ], + [ + "Ġcrust", + "s" + ], + [ + "Ġcrus", + "ts" + ], + [ + "Ant", + "ioxid" + ], + [ + "Anti", + "oxid" + ], + [ + "Mon", + "itor" + ], + [ + "per", + "sons" + ], + [ + "pers", + "ons" + ], + [ + "person", + "s" + ], + [ + "ĠO", + "tis" + ], + [ + "ĠOt", + "is" + ], + [ + "Ġnour", + "ishes" + ], + [ + "Ġnourish", + "es" + ], + [ + "Ġincons", + "picuous" + ], + [ + "map", + "utra" + ], + [ + "x", + "xx" + ], + [ + "xx", + "x" + ], + [ + "ĠEu", + "ros" + ], + [ + "ĠEuro", + "s" + ], + [ + "ĠEur", + "os" + ], + [ + "Ġinh", + "alers" + ], + [ + "Ġinhal", + "ers" + ], + [ + "Ġinhale", + "rs" + ], + [ + "Ġinhaler", + "s" + ], + [ + "An", + "ger" + ], + [ + "Ang", + "er" + ], + [ + "ा", + "न" + ], + [ + "ाà¤", + "¨" + ], + [ + "ĠKin", + "etic" + ], + [ + "ĠConduct", + "ing" + ], + [ + "ĠSe", + "gment" + ], + [ + "ĠSeg", + "ment" + ], + [ + "ĠPunj", + "abi" + ], + [ + "ĠPunjab", + "i" + ], + [ + "Ġgru", + "eling" + ], + [ + "Ġdiss", + "ecting" + ], + [ + "Ġdissect", + "ing" + ], + [ + "Ġerg", + "onomics" + ], + [ + "Ġergonomic", + "s" + ], + [ + "does", + "n" + ], + [ + "ĠMonarch", + "s" + ], + [ + "ĠBohem", + "ian" + ], + [ + "ĠBohemia", + "n" + ], + [ + "Ġdol", + "omite" + ], + [ + "ĠPropag", + "anda" + ], + [ + "Employ", + "ers" + ], + [ + "Ġquadru", + "pled" + ], + [ + "Ġquadruple", + "d" + ], + [ + "phe", + "us" + ], + [ + "Ġdecommission", + "ing" + ], + [ + "ĠMus", + "eo" + ], + [ + "ĠMuse", + "o" + ], + [ + "ĠSchedule", + "d" + ], + [ + "ĠSched", + "uled" + ], + [ + "ĠFors", + "yth" + ], + [ + "ĠAnabapt", + "ist" + ], + [ + "Carb", + "ohydrates" + ], + [ + "Ġagron", + "omic" + ], + [ + "ĠExam", + "iner" + ], + [ + "ĠExamine", + "r" + ], + [ + "ĠExamin", + "er" + ], + [ + "ĠFeld", + "man" + ], + [ + "Ġmycel", + "ium" + ], + [ + "ĠHatter", + "as" + ], + [ + "Ġmischie", + "vous" + ], + [ + "/", + "ob" + ], + [ + "/o", + "b" + ], + [ + "A", + "ster" + ], + [ + "As", + "ter" + ], + [ + "Ast", + "er" + ], + [ + "B", + "alt" + ], + [ + "Bal", + "t" + ], + [ + "Ba", + "lt" + ], + [ + "F", + "ossil" + ], + [ + "H", + "ero" + ], + [ + "He", + "ro" + ], + [ + "Her", + "o" + ], + [ + "J", + "ess" + ], + [ + "Je", + "ss" + ], + [ + "L", + "ang" + ], + [ + "La", + "ng" + ], + [ + "R", + "N" + ], + [ + "S", + "v" + ], + [ + "V", + "iolence" + ], + [ + "b", + "inding" + ], + [ + "bin", + "ding" + ], + [ + "f", + "erencing" + ], + [ + "fer", + "encing" + ], + [ + "h", + "abit" + ], + [ + "ha", + "bit" + ], + [ + "hab", + "it" + ], + [ + "h", + "abilitation" + ], + [ + "hab", + "ilitation" + ], + [ + "n", + "ished" + ], + [ + "nish", + "ed" + ], + [ + "nis", + "hed" + ], + [ + "q", + "q" + ], + [ + "s", + "ustainable" + ], + [ + "z", + "ah" + ], + [ + "za", + "h" + ], + [ + "z", + "illa" + ], + [ + "zil", + "la" + ], + [ + "zi", + "lla" + ], + [ + "|", + "How" + ], + [ + "|H", + "ow" + ], + [ + "il", + "ians" + ], + [ + "ili", + "ans" + ], + [ + "ilia", + "ns" + ], + [ + "ilian", + "s" + ], + [ + "Ġre", + "all" + ], + [ + "Ġreal", + "l" + ], + [ + "Ġre", + "vere" + ], + [ + "Ġrev", + "ere" + ], + [ + "Ġreve", + "re" + ], + [ + "Ġrever", + "e" + ], + [ + "Ġbe", + "fall" + ], + [ + "Ġbef", + "all" + ], + [ + "i", + "mat" + ], + [ + "im", + "at" + ], + [ + "ima", + "t" + ], + [ + "id", + "azole" + ], + [ + "c", + "ea" + ], + [ + "ce", + "a" + ], + [ + "Ġfor", + "agers" + ], + [ + "Ġforage", + "rs" + ], + [ + "Ġon", + "erous" + ], + [ + "Ġone", + "rous" + ], + [ + "ĠA", + "mit" + ], + [ + "ĠAm", + "it" + ], + [ + "el", + "se" + ], + [ + "els", + "e" + ], + [ + "Ġ", + "alas" + ], + [ + "Ġa", + "las" + ], + [ + "Ġal", + "as" + ], + [ + "ĠM", + "odes" + ], + [ + "ĠMod", + "es" + ], + [ + "ĠMo", + "des" + ], + [ + "ĠMode", + "s" + ], + [ + "ĠP", + "ank" + ], + [ + "ĠPan", + "k" + ], + [ + "ĠH", + "ille" + ], + [ + "ĠHill", + "e" + ], + [ + "ĠHi", + "lle" + ], + [ + "ĠHil", + "le" + ], + [ + "Ġch", + "ipping" + ], + [ + "Ġchip", + "ping" + ], + [ + "Ġchi", + "pping" + ], + [ + "Ġr", + "iff" + ], + [ + "Ġrif", + "f" + ], + [ + "ĠR", + "amp" + ], + [ + "ĠRam", + "p" + ], + [ + "ĠRa", + "mp" + ], + [ + "un", + "ique" + ], + [ + "uni", + "que" + ], + [ + "un", + "known" + ], + [ + "unk", + "nown" + ], + [ + "Ġ", + "NN" + ], + [ + "ĠN", + "N" + ], + [ + "ĠN", + "og" + ], + [ + "ĠNo", + "g" + ], + [ + "ĠG", + "aming" + ], + [ + "ĠGa", + "ming" + ], + [ + "ĠGam", + "ing" + ], + [ + "T", + "herapy" + ], + [ + "The", + "rapy" + ], + [ + "om", + "ez" + ], + [ + "ome", + "z" + ], + [ + "red", + "uced" + ], + [ + "reduce", + "d" + ], + [ + "ak", + "ura" + ], + [ + "aku", + "ra" + ], + [ + "Ġres", + "upply" + ], + [ + "Ġj", + "ammed" + ], + [ + "Ġjam", + "med" + ], + [ + "Ġqu", + "enching" + ], + [ + "Ġquench", + "ing" + ], + [ + "ĠV", + "ault" + ], + [ + "ĠVa", + "ult" + ], + [ + "ĠV", + "LAN" + ], + [ + "ĠVL", + "AN" + ], + [ + "ĠV", + "ogel" + ], + [ + "ĠVo", + "gel" + ], + [ + "Ġsm", + "elt" + ], + [ + "Ġsmel", + "t" + ], + [ + "Ġdiff", + "erentially" + ], + [ + "Ġdifferent", + "ially" + ], + [ + "Ġdiffer", + "entially" + ], + [ + "Ġdifferential", + "ly" + ], + [ + "ins", + "ulin" + ], + [ + "Th", + "yroid" + ], + [ + "Thy", + "roid" + ], + [ + "ĠAn", + "and" + ], + [ + "ĠAna", + "nd" + ], + [ + "Ġb", + "rus" + ], + [ + "Ġbr", + "us" + ], + [ + "Ġbru", + "s" + ], + [ + "ĠS", + "print" + ], + [ + "ĠSp", + "rint" + ], + [ + "-b", + "reathing" + ], + [ + "-bre", + "athing" + ], + [ + "Ġ", + "opus" + ], + [ + "Ġo", + "pus" + ], + [ + "Ġop", + "us" + ], + [ + "Ġpur", + "view" + ], + [ + "Ġwar", + "like" + ], + [ + "Ġwe", + "evil" + ], + [ + "Ġwee", + "vil" + ], + [ + "sc", + "aping" + ], + [ + "-", + "cat" + ], + [ + "-c", + "at" + ], + [ + "-ca", + "t" + ], + [ + "Ġhard", + "wired" + ], + [ + "Ġconn", + "oisse" + ], + [ + "on", + "tas" + ], + [ + "ont", + "as" + ], + [ + "Ġcharacter", + "ise" + ], + [ + "-t", + "one" + ], + [ + "-to", + "ne" + ], + [ + "-ton", + "e" + ], + [ + "a", + "pps" + ], + [ + "ap", + "ps" + ], + [ + "app", + "s" + ], + [ + "Ġflu", + "oresce" + ], + [ + "ĠD", + "rift" + ], + [ + "ĠDr", + "ift" + ], + [ + "augh", + "ty" + ], + [ + "aught", + "y" + ], + [ + "ĠM", + "anu" + ], + [ + "ĠMan", + "u" + ], + [ + "ĠMa", + "nu" + ], + [ + "ene", + "zer" + ], + [ + "enez", + "er" + ], + [ + "ĠApp", + "rox" + ], + [ + "Ġreflect", + "ivity" + ], + [ + "Ġfra", + "ilty" + ], + [ + "Ġfrail", + "ty" + ], + [ + "ĠTechn", + "icians" + ], + [ + "ĠTechnician", + "s" + ], + [ + "Ġglass", + "ware" + ], + [ + "Ġriver", + "ine" + ], + [ + "Ġrive", + "rine" + ], + [ + "ru", + "ptions" + ], + [ + "rupt", + "ions" + ], + [ + "ruption", + "s" + ], + [ + "Ġd", + "rips" + ], + [ + "Ġdr", + "ips" + ], + [ + "Ġdri", + "ps" + ], + [ + "Ġdrip", + "s" + ], + [ + "Ġs", + "anding" + ], + [ + "Ġsand", + "ing" + ], + [ + "Ġsan", + "ding" + ], + [ + "Ġsouthern", + "ers" + ], + [ + "-", + "that" + ], + [ + "-t", + "hat" + ], + [ + "-th", + "at" + ], + [ + "b", + "lance" + ], + [ + "bl", + "ance" + ], + [ + "bla", + "nce" + ], + [ + "Ġconv", + "ales" + ], + [ + "Ġreb", + "uke" + ], + [ + "ĠS", + "ervers" + ], + [ + "ĠServ", + "ers" + ], + [ + "ĠSer", + "vers" + ], + [ + "ĠServer", + "s" + ], + [ + "ĠServe", + "rs" + ], + [ + "ĠMac", + "au" + ], + [ + "ĠB", + "iographical" + ], + [ + "ĠBi", + "ographical" + ], + [ + "ĠMicro", + "scopy" + ], + [ + "ĠMic", + "roscopy" + ], + [ + "Ġaer", + "onautical" + ], + [ + "En", + "cyclopedia" + ], + [ + "ĠP", + "CM" + ], + [ + "ĠPC", + "M" + ], + [ + "Ġfabric", + "ating" + ], + [ + "ĠAd", + "dis" + ], + [ + "ĠAdd", + "is" + ], + [ + "ĠLong", + "man" + ], + [ + "ĠCre", + "atures" + ], + [ + "ĠCreat", + "ures" + ], + [ + "cy", + "cline" + ], + [ + "cycl", + "ine" + ], + [ + "orph", + "ine" + ], + [ + "orp", + "hine" + ], + [ + "ĠImm", + "aculate" + ], + [ + "ĠMa", + "hler" + ], + [ + "ĠMah", + "ler" + ], + [ + "-en", + "compassing" + ], + [ + "ĠP", + "roductions" + ], + [ + "ĠProduct", + "ions" + ], + [ + "ĠProduction", + "s" + ], + [ + "ĠProdu", + "ctions" + ], + [ + "ãģ", + "Ĩ" + ], + [ + "ĠPrim", + "itive" + ], + [ + "/h", + "our" + ], + [ + "ĠHo", + "oper" + ], + [ + "ĠSix", + "teen" + ], + [ + "Ġalb", + "icans" + ], + [ + "ĠA", + "hl" + ], + [ + "ĠAh", + "l" + ], + [ + "Ġsemic", + "olon" + ], + [ + "ĠR", + "outing" + ], + [ + "ĠRo", + "uting" + ], + [ + "ĠRout", + "ing" + ], + [ + "ĠRou", + "ting" + ], + [ + "Ġgig", + "abytes" + ], + [ + "-", + "phosphate" + ], + [ + "-ph", + "osphate" + ], + [ + "Ġreass", + "ured" + ], + [ + "Ġreassure", + "d" + ], + [ + "ĠEmb", + "race" + ], + [ + "ĠCand", + "le" + ], + [ + "Sw", + "iss" + ], + [ + "v", + "arious" + ], + [ + "va", + "rious" + ], + [ + "var", + "ious" + ], + [ + "vari", + "ous" + ], + [ + "ĠS", + "AGE" + ], + [ + "ĠSA", + "GE" + ], + [ + "scient", + "ist" + ], + [ + "Ġsauce", + "pan" + ], + [ + "Ġoverth", + "rew" + ], + [ + "Ġtam", + "oxifen" + ], + [ + "Ġornament", + "ed" + ], + [ + "ĠChlor", + "ide" + ], + [ + "ĠGraduate", + "s" + ], + [ + "ĠGradu", + "ates" + ], + [ + "ĠGrad", + "uates" + ], + [ + "building", + "s" + ], + [ + "build", + "ings" + ], + [ + "ĠGaul", + "le" + ], + [ + "ĠGau", + "lle" + ], + [ + "Ġobjection", + "able" + ], + [ + "Ġtra", + "verses" + ], + [ + "Ġtravers", + "es" + ], + [ + "Ġtraverse", + "s" + ], + [ + "ĠSwan", + "sea" + ], + [ + "Ġscap", + "ula" + ], + [ + "ĠObst", + "etrics" + ], + [ + "ĠObstetric", + "s" + ], + [ + "Ġtan", + "nin" + ], + [ + "Ġtann", + "in" + ], + [ + "â̦â̦â̦â̦", + "â̦â̦â̦â̦" + ], + [ + "Ġhash", + "tags" + ], + [ + "Ġhasht", + "ags" + ], + [ + "Ġhashtag", + "s" + ], + [ + "Ġax", + "iom" + ], + [ + "Ġaxi", + "om" + ], + [ + "Ġbenevol", + "ence" + ], + [ + "ĠPL", + "AY" + ], + [ + "ĠPLA", + "Y" + ], + [ + "ĠFant", + "astic" + ], + [ + "Ġappl", + "aud" + ], + [ + "Ġappla", + "ud" + ], + [ + "ĠCaliph", + "ate" + ], + [ + "Kar", + "l" + ], + [ + "Ġmanoeuv", + "re" + ], + [ + "Ġbra", + "chial" + ], + [ + "Ġbrach", + "ial" + ], + [ + "ĠSU", + "NY" + ], + [ + "ĠSUN", + "Y" + ], + [ + "Ġtramp", + "oline" + ], + [ + "itent", + "iary" + ], + [ + "Ġcantal", + "oupe" + ], + [ + "D", + "elta" + ], + [ + "Del", + "ta" + ], + [ + "K", + "y" + ], + [ + "T", + "ouch" + ], + [ + "To", + "uch" + ], + [ + "f", + "av" + ], + [ + "fa", + "v" + ], + [ + "w", + "atching" + ], + [ + "watch", + "ing" + ], + [ + "Ġt", + "usk" + ], + [ + "Ġtu", + "sk" + ], + [ + "a", + "tr" + ], + [ + "at", + "r" + ], + [ + "Ġc", + "aged" + ], + [ + "Ġca", + "ged" + ], + [ + "Ġcage", + "d" + ], + [ + "Ġm", + "ids" + ], + [ + "Ġmid", + "s" + ], + [ + "Ġmi", + "ds" + ], + [ + "Ġ", + "ds" + ], + [ + "Ġd", + "s" + ], + [ + "Ġn", + "agging" + ], + [ + "Ġna", + "gging" + ], + [ + "ot", + "ropical" + ], + [ + "otrop", + "ical" + ], + [ + "otropic", + "al" + ], + [ + "ĠC", + "f" + ], + [ + "if", + "ical" + ], + [ + "ific", + "al" + ], + [ + "ifi", + "cal" + ], + [ + "ĠM", + "oringa" + ], + [ + "qu", + "estions" + ], + [ + "quest", + "ions" + ], + [ + "question", + "s" + ], + [ + "ĠH", + "ST" + ], + [ + "ĠHS", + "T" + ], + [ + "ĠD", + "MS" + ], + [ + "ĠDM", + "S" + ], + [ + "ĠE", + "ut" + ], + [ + "ĠEu", + "t" + ], + [ + "ĠE", + "rich" + ], + [ + "ĠEr", + "ich" + ], + [ + "ĠEric", + "h" + ], + [ + "Ġsh", + "ards" + ], + [ + "Ġshar", + "ds" + ], + [ + "Ġsh", + "aker" + ], + [ + "Ġshake", + "r" + ], + [ + "ĠG", + "anymede" + ], + [ + "ĠL", + "erner" + ], + [ + "pl", + "itting" + ], + [ + "plit", + "ting" + ], + [ + "ou", + "sy" + ], + [ + "ous", + "y" + ], + [ + "Ġcont", + "ending" + ], + [ + "Ġcontend", + "ing" + ], + [ + "ĠJ", + "ed" + ], + [ + "ĠJe", + "d" + ], + [ + "Ġimp", + "eding" + ], + [ + "Ġimped", + "ing" + ], + [ + "Ġimpe", + "ding" + ], + [ + "a", + "uce" + ], + [ + "au", + "ce" + ], + [ + "auc", + "e" + ], + [ + "Ġev", + "oking" + ], + [ + "ĠS", + "tell" + ], + [ + "ĠSt", + "ell" + ], + [ + "ĠSte", + "ll" + ], + [ + "ĠSt", + "iff" + ], + [ + "i", + "lege" + ], + [ + "ile", + "ge" + ], + [ + "ĠCh", + "omsky" + ], + [ + "Ġneed", + "lessly" + ], + [ + "Ġneedless", + "ly" + ], + [ + "ar", + "ker" + ], + [ + "ark", + "er" + ], + [ + "it", + "sa" + ], + [ + "its", + "a" + ], + [ + "ins", + "ert" + ], + [ + "inse", + "rt" + ], + [ + "Ġinter", + "cession" + ], + [ + "Ġinterc", + "ession" + ], + [ + "Ġent", + "rainment" + ], + [ + "Ġaut", + "ocl" + ], + [ + "Ġauto", + "cl" + ], + [ + "Ġautoc", + "l" + ], + [ + "ars", + "eness" + ], + [ + "arse", + "ness" + ], + [ + "ĠA", + "nas" + ], + [ + "ĠAn", + "as" + ], + [ + "ĠAna", + "s" + ], + [ + "v", + "esters" + ], + [ + "ve", + "sters" + ], + [ + "ves", + "ters" + ], + [ + "vest", + "ers" + ], + [ + "vester", + "s" + ], + [ + "ĠSc", + "rap" + ], + [ + "ĠT", + "oad" + ], + [ + "ĠTo", + "ad" + ], + [ + "Ġmar", + "iners" + ], + [ + "Ġmarine", + "rs" + ], + [ + "Ġmarin", + "ers" + ], + [ + "-", + "pred" + ], + [ + "-p", + "red" + ], + [ + "-pr", + "ed" + ], + [ + "-pre", + "d" + ], + [ + "-c", + "rowned" + ], + [ + "-cr", + "owned" + ], + [ + "Ġsw", + "irl" + ], + [ + "ĠEn", + "ch" + ], + [ + "ĠEnc", + "h" + ], + [ + "-", + "military" + ], + [ + "-m", + "ilitary" + ], + [ + "ĠG", + "oeb" + ], + [ + "ĠGo", + "eb" + ], + [ + "Ch", + "ile" + ], + [ + "Chi", + "le" + ], + [ + "Ġrepl", + "anting" + ], + [ + "Ġreplant", + "ing" + ], + [ + "mon", + "uclear" + ], + [ + "mo", + "nuclear" + ], + [ + "sh", + "ared" + ], + [ + "share", + "d" + ], + [ + "sha", + "red" + ], + [ + "ĠAc", + "quired" + ], + [ + "ĠEl", + "bow" + ], + [ + "ĠRe", + "current" + ], + [ + "ĠRec", + "urrent" + ], + [ + "I", + "CI" + ], + [ + "IC", + "I" + ], + [ + "ĠSw", + "ollen" + ], + [ + "r", + "anz" + ], + [ + "ran", + "z" + ], + [ + "Ġcollabor", + "ates" + ], + [ + "Ġcollaborate", + "s" + ], + [ + "ol", + "iday" + ], + [ + "olid", + "ay" + ], + [ + "oli", + "day" + ], + [ + "ĠArch", + "duke" + ], + [ + "Ġcount", + "ering" + ], + [ + "Ġcoun", + "tering" + ], + [ + "Ġcounter", + "ing" + ], + [ + "Ar", + "my" + ], + [ + "Arm", + "y" + ], + [ + "Ġpret", + "ended" + ], + [ + "Ġpretend", + "ed" + ], + [ + "m", + "atter" + ], + [ + "mat", + "ter" + ], + [ + "ĠCle", + "mson" + ], + [ + "Ġminim", + "ization" + ], + [ + "Ġcatch", + "ments" + ], + [ + "Ġcatchment", + "s" + ], + [ + "ĠEmp", + "ires" + ], + [ + "ĠEmpire", + "s" + ], + [ + "Ġgrav", + "itate" + ], + [ + "Ġc", + "arbons" + ], + [ + "Ġcar", + "bons" + ], + [ + "Ġcarbon", + "s" + ], + [ + "Ġcarb", + "ons" + ], + [ + "ar", + "antine" + ], + [ + "arant", + "ine" + ], + [ + "ĠIll", + "umin" + ], + [ + "ĠTHE", + "IR" + ], + [ + "h", + "opal" + ], + [ + "hop", + "al" + ], + [ + "ho", + "pal" + ], + [ + "-pro", + "fits" + ], + [ + "-profit", + "s" + ], + [ + "-prof", + "its" + ], + [ + "Ġdys", + "regulation" + ], + [ + "-", + "Language" + ], + [ + "-L", + "anguage" + ], + [ + "Ġpy", + "ruvate" + ], + [ + "Ġpit", + "chers" + ], + [ + "Ġpitch", + "ers" + ], + [ + "Ġpitcher", + "s" + ], + [ + "-", + "Gu" + ], + [ + "-G", + "u" + ], + [ + "Ġcorrel", + "ating" + ], + [ + "ĠLo", + "ading" + ], + [ + "ĠLoad", + "ing" + ], + [ + "b", + "aric" + ], + [ + "bar", + "ic" + ], + [ + "ba", + "ric" + ], + [ + "assion", + "ate" + ], + [ + "assi", + "onate" + ], + [ + "Ġho", + "isted" + ], + [ + "Ġhoist", + "ed" + ], + [ + "Ġencl", + "ave" + ], + [ + "ĠName", + "ly" + ], + [ + "е", + "ÑĢ" + ], + [ + "C", + "alc" + ], + [ + "Cal", + "c" + ], + [ + "Ġfluctu", + "ated" + ], + [ + "Ġfluctuate", + "d" + ], + [ + "Ad", + "diction" + ], + [ + "Add", + "iction" + ], + [ + "Ġf", + "ledged" + ], + [ + "Ġfled", + "ged" + ], + [ + "Ġpaste", + "urization" + ], + [ + "Ġgr", + "ipped" + ], + [ + "Ġgri", + "pped" + ], + [ + "Ġgrip", + "ped" + ], + [ + "Ġ________", + "___" + ], + [ + "Ġ_____", + "______" + ], + [ + "Ġ______", + "_____" + ], + [ + "Ġ__________", + "_" + ], + [ + "Ġ___", + "________" + ], + [ + "Ġ_______", + "____" + ], + [ + "Ġ_________", + "__" + ], + [ + "Out", + "door" + ], + [ + "Ġspectacular", + "ly" + ], + [ + "Ġovers", + "impl" + ], + [ + "Ġnav", + "igated" + ], + [ + "Ġnavigate", + "d" + ], + [ + "Ġnavig", + "ated" + ], + [ + "Ġw", + "anders" + ], + [ + "Ġwand", + "ers" + ], + [ + "Ġwander", + "s" + ], + [ + "Ġdis", + "connection" + ], + [ + "Ġdiscon", + "nection" + ], + [ + "Ġdisconnect", + "ion" + ], + [ + "ĠFaith", + "ful" + ], + [ + "Ġbilingual", + "ism" + ], + [ + "Ġtyph", + "oons" + ], + [ + "Ġtyphoon", + "s" + ], + [ + "Ġenv", + "oy" + ], + [ + "Ġp", + "endant" + ], + [ + "Ġpend", + "ant" + ], + [ + "Ġworld", + "views" + ], + [ + "Ġworldview", + "s" + ], + [ + "I", + "deal" + ], + [ + "Id", + "eal" + ], + [ + "Ide", + "al" + ], + [ + "ĠOv", + "arian" + ], + [ + "Ġgriev", + "ance" + ], + [ + "Ġgrie", + "vance" + ], + [ + "ĠHerb", + "arium" + ], + [ + "lo", + "san" + ], + [ + "los", + "an" + ], + [ + "Ġscrutin", + "ize" + ], + [ + "ĠFalk", + "land" + ], + [ + "Ġchiropract", + "ors" + ], + [ + "Ġchiropractor", + "s" + ], + [ + "Ġrape", + "seed" + ], + [ + "Ġrapes", + "eed" + ], + [ + "ĠToc", + "queville" + ], + [ + "Ġimpot", + "ence" + ], + [ + "Ġcogniz", + "ant" + ], + [ + "ĠShavu", + "ot" + ], + [ + "Ġegreg", + "ious" + ], + [ + "zheimer", + "s" + ], + [ + "zheim", + "ers" + ], + [ + "\"", + "Now" + ], + [ + "\"No", + "w" + ], + [ + ")", + ").Ċ" + ], + [ + "))", + ".Ċ" + ], + [ + ")).", + "Ċ" + ], + [ + ")", + "]Ċ" + ], + [ + ")]", + "Ċ" + ], + [ + ",", + "âĢľ" + ], + [ + "-", + "'" + ], + [ + "C", + "hest" + ], + [ + "Ch", + "est" + ], + [ + "Che", + "st" + ], + [ + "C", + "BC" + ], + [ + "CB", + "C" + ], + [ + "H", + "ans" + ], + [ + "Ha", + "ns" + ], + [ + "Han", + "s" + ], + [ + "T", + "iny" + ], + [ + "Ti", + "ny" + ], + [ + "b", + "odies" + ], + [ + "bo", + "dies" + ], + [ + "g", + "rove" + ], + [ + "gr", + "ove" + ], + [ + "j", + "ani" + ], + [ + "ja", + "ni" + ], + [ + "jan", + "i" + ], + [ + "l", + "abel" + ], + [ + "la", + "bel" + ], + [ + "lab", + "el" + ], + [ + "m", + "acht" + ], + [ + "ma", + "cht" + ], + [ + "mac", + "ht" + ], + [ + "n", + "in" + ], + [ + "ni", + "n" + ], + [ + "p", + "ull" + ], + [ + "pu", + "ll" + ], + [ + "t", + "rust" + ], + [ + "tr", + "ust" + ], + [ + "|", + "Other" + ], + [ + "Ì", + "ģ" + ], + [ + "Ġ", + "ced" + ], + [ + "Ġc", + "ed" + ], + [ + "Ġce", + "d" + ], + [ + "ic", + "yl" + ], + [ + "icy", + "l" + ], + [ + "le", + "ine" + ], + [ + "lein", + "e" + ], + [ + "lei", + "ne" + ], + [ + "u", + "rium" + ], + [ + "ur", + "ium" + ], + [ + "uri", + "um" + ], + [ + "o", + "ten" + ], + [ + "ot", + "en" + ], + [ + "ote", + "n" + ], + [ + "ĠS", + "arc" + ], + [ + "ĠSar", + "c" + ], + [ + "ĠSa", + "rc" + ], + [ + "Ġ", + "CES" + ], + [ + "ĠC", + "ES" + ], + [ + "ĠCE", + "S" + ], + [ + "Ġ", + "asper" + ], + [ + "Ġas", + "per" + ], + [ + "Ġasp", + "er" + ], + [ + "ad", + "ians" + ], + [ + "adian", + "s" + ], + [ + "adi", + "ans" + ], + [ + "adia", + "ns" + ], + [ + "i", + "fter" + ], + [ + "if", + "ter" + ], + [ + "ift", + "er" + ], + [ + "es", + "sen" + ], + [ + "ess", + "en" + ], + [ + "esse", + "n" + ], + [ + "ĠB", + "ien" + ], + [ + "ĠBi", + "en" + ], + [ + "e", + "stan" + ], + [ + "es", + "tan" + ], + [ + "est", + "an" + ], + [ + "esta", + "n" + ], + [ + "ĠH", + "ock" + ], + [ + "ĠHo", + "ck" + ], + [ + "ĠW", + "ounded" + ], + [ + "ĠWo", + "unded" + ], + [ + "ĠWound", + "ed" + ], + [ + "ĠD", + "irac" + ], + [ + "ĠDi", + "rac" + ], + [ + "ĠDir", + "ac" + ], + [ + "ĠF", + "SH" + ], + [ + "ĠFS", + "H" + ], + [ + "Ġsh", + "ivering" + ], + [ + "Ġs", + "pic" + ], + [ + "Ġsp", + "ic" + ], + [ + "Ġspi", + "c" + ], + [ + "ĠG", + "RA" + ], + [ + "ĠGR", + "A" + ], + [ + "ĠL", + "ai" + ], + [ + "ĠLa", + "i" + ], + [ + "ĠL", + "IST" + ], + [ + "ĠLI", + "ST" + ], + [ + "ĠL", + "izard" + ], + [ + "ĠLiz", + "ard" + ], + [ + "ĠL", + "utz" + ], + [ + "ĠLu", + "tz" + ], + [ + "ĠLut", + "z" + ], + [ + "Ġus", + "urp" + ], + [ + "Ġusur", + "p" + ], + [ + "Ġint", + "ently" + ], + [ + "Ġintent", + "ly" + ], + [ + "e", + "cious" + ], + [ + "ec", + "ious" + ], + [ + "ru", + "iting" + ], + [ + "ruit", + "ing" + ], + [ + "Ġj", + "olt" + ], + [ + "Ġjo", + "lt" + ], + [ + "ress", + "ible" + ], + [ + "Ġun", + "ripe" + ], + [ + "Ġin", + "fur" + ], + [ + "Ġinf", + "ur" + ], + [ + "u", + "bo" + ], + [ + "ub", + "o" + ], + [ + "Ġover", + "watering" + ], + [ + "ĠCh", + "orus" + ], + [ + "ĠCho", + "rus" + ], + [ + "ĠChor", + "us" + ], + [ + "we", + "bs" + ], + [ + "web", + "s" + ], + [ + "Ġre", + "pose" + ], + [ + "Ġrep", + "ose" + ], + [ + "Ġam", + "per" + ], + [ + "Ġamp", + "er" + ], + [ + "In", + "sect" + ], + [ + "Ins", + "ect" + ], + [ + "Ġinv", + "oices" + ], + [ + "Ġinvoice", + "s" + ], + [ + "Ġmed", + "ulla" + ], + [ + "Ġhum", + "mus" + ], + [ + "ĠAs", + "her" + ], + [ + "ĠAsh", + "er" + ], + [ + "ĠAshe", + "r" + ], + [ + "Ġend", + "ow" + ], + [ + "Ġprot", + "rusion" + ], + [ + "-b", + "ought" + ], + [ + "-bo", + "ught" + ], + [ + "âĢĶ", + "though" + ], + [ + "sel", + "fish" + ], + [ + "self", + "ish" + ], + [ + "ĠEng", + "le" + ], + [ + "ĠEn", + "gle" + ], + [ + "ĠEngl", + "e" + ], + [ + "-p", + "riced" + ], + [ + "-pr", + "iced" + ], + [ + "-price", + "d" + ], + [ + "Ġf", + "ilings" + ], + [ + "Ġfil", + "ings" + ], + [ + "Ġfiling", + "s" + ], + [ + "Ġfi", + "lings" + ], + [ + "Ġcr", + "umbled" + ], + [ + "Ġcrumb", + "led" + ], + [ + "Ġcrumble", + "d" + ], + [ + "Ġcrum", + "bled" + ], + [ + "St", + "range" + ], + [ + "Str", + "ange" + ], + [ + "our", + "ages" + ], + [ + "oura", + "ges" + ], + [ + "ourage", + "s" + ], + [ + "unt", + "arily" + ], + [ + "unta", + "rily" + ], + [ + "ĠGe", + "ospatial" + ], + [ + "ĠAss", + "isi" + ], + [ + "ĠP", + "each" + ], + [ + "ĠPe", + "ach" + ], + [ + "ĠC", + "OB" + ], + [ + "ĠCO", + "B" + ], + [ + "Ġexc", + "ites" + ], + [ + "Ġexcite", + "s" + ], + [ + "Ġexcit", + "es" + ], + [ + "cell", + "ulose" + ], + [ + "Ġhar", + "bing" + ], + [ + "Ġharb", + "ing" + ], + [ + "ĠRe", + "gency" + ], + [ + "ĠReg", + "ency" + ], + [ + "Ex", + "press" + ], + [ + "Exp", + "ress" + ], + [ + "Ġfruit", + "less" + ], + [ + "Ġmid", + "term" + ], + [ + "Ġm", + "obiles" + ], + [ + "Ġmob", + "iles" + ], + [ + "Ġmobile", + "s" + ], + [ + "Ġmobil", + "es" + ], + [ + "c", + "anic" + ], + [ + "can", + "ic" + ], + [ + "ca", + "nic" + ], + [ + "Ġroot", + "stock" + ], + [ + "zz", + "arella" + ], + [ + "zza", + "rella" + ], + [ + "zzar", + "ella" + ], + [ + "ĠCur", + "cumin" + ], + [ + "Res", + "istance" + ], + [ + "ĠInter", + "im" + ], + [ + "ĠMor", + "avian" + ], + [ + "Ġsem", + "esters" + ], + [ + "Ġsemester", + "s" + ], + [ + "Ġvast", + "ness" + ], + [ + "Ġsusp", + "ending" + ], + [ + "Ġsuspend", + "ing" + ], + [ + "Ġdedic", + "ating" + ], + [ + "Ġflight", + "less" + ], + [ + "ĠEconom", + "ists" + ], + [ + "ĠEconomist", + "s" + ], + [ + "st", + "ructures" + ], + [ + "struct", + "ures" + ], + [ + "structure", + "s" + ], + [ + "Ġepid", + "id" + ], + [ + "ĠHome", + "page" + ], + [ + "ar", + "iah" + ], + [ + "ari", + "ah" + ], + [ + "aria", + "h" + ], + [ + "In", + "to" + ], + [ + "Int", + "o" + ], + [ + "Ġr", + "uf" + ], + [ + "Ġru", + "f" + ], + [ + "-", + "Life" + ], + [ + "-L", + "ife" + ], + [ + "ĠSil", + "as" + ], + [ + "ĠSi", + "las" + ], + [ + "ó", + "s" + ], + [ + "ĠM", + "SC" + ], + [ + "ĠMS", + "C" + ], + [ + "S", + "heet" + ], + [ + "She", + "et" + ], + [ + "ĠIslam", + "ist" + ], + [ + "ĠIsla", + "mist" + ], + [ + "ĠContin", + "uity" + ], + [ + "-", + "NC" + ], + [ + "-N", + "C" + ], + [ + "-", + "War" + ], + [ + "-W", + "ar" + ], + [ + "ĠAL", + "WAYS" + ], + [ + "ĠBlood", + "y" + ], + [ + "ĠBlo", + "ody" + ], + [ + "ĠShakespeare", + "an" + ], + [ + "Ġelabor", + "ates" + ], + [ + "Ġelaborate", + "s" + ], + [ + "Ġanten", + "atal" + ], + [ + "Ġante", + "natal" + ], + [ + "Ġgrey", + "ish" + ], + [ + "ĠC", + "NG" + ], + [ + "ĠCN", + "G" + ], + [ + "Ġbay", + "onet" + ], + [ + "ĠWin", + "throp" + ], + [ + "ĠPH", + "YS" + ], + [ + "or", + "bent" + ], + [ + "orb", + "ent" + ], + [ + "ĠColle", + "ctor" + ], + [ + "ĠColl", + "ector" + ], + [ + "ĠCollect", + "or" + ], + [ + "reg", + "nant" + ], + [ + "regn", + "ant" + ], + [ + "I", + "OUS" + ], + [ + "IO", + "US" + ], + [ + "ĠRain", + "ier" + ], + [ + "ĠRai", + "nier" + ], + [ + "cons", + "idered" + ], + [ + "consider", + "ed" + ], + [ + "ĠRos", + "enthal" + ], + [ + "ĠRosen", + "thal" + ], + [ + "ĠGand", + "h" + ], + [ + "ĠGan", + "dh" + ], + [ + "ĠDent", + "ists" + ], + [ + "ĠDentist", + "s" + ], + [ + "Ġcarp", + "eting" + ], + [ + "Ġcarpet", + "ing" + ], + [ + "Ġneon", + "ates" + ], + [ + "Ġsanit", + "ize" + ], + [ + "Ġappend", + "ices" + ], + [ + "Ġp", + "uffy" + ], + [ + "Ġpuff", + "y" + ], + [ + "Eth", + "ical" + ], + [ + "-ev", + "olving" + ], + [ + "oderm", + "s" + ], + [ + "oder", + "ms" + ], + [ + "de", + "scribed" + ], + [ + "des", + "cribed" + ], + [ + "desc", + "ribed" + ], + [ + "Ġtransg", + "ression" + ], + [ + "ĠTa", + "coma" + ], + [ + "ĠTac", + "oma" + ], + [ + "Muslim", + "s" + ], + [ + "Ġmarsup", + "ial" + ], + [ + "ĠDix", + "ie" + ], + [ + "fulf", + "illing" + ], + [ + "thor", + "pe" + ], + [ + "ĠAls", + "ace" + ], + [ + "Ġmorph", + "ed" + ], + [ + "Ġmorp", + "hed" + ], + [ + "ĠAlv", + "arez" + ], + [ + ".c", + "oli" + ], + [ + ".co", + "li" + ], + [ + ".col", + "i" + ], + [ + "ĠSchles", + "wig" + ], + [ + "Cardi", + "ovascular" + ], + [ + "ĠPtolema", + "ic" + ], + [ + "Ġ", + "iam" + ], + [ + "Ġi", + "am" + ], + [ + "\"", + "/" + ], + [ + "\"", + "s" + ], + [ + "(", + "m" + ], + [ + "*", + ")" + ], + [ + "F", + "rog" + ], + [ + "Fr", + "og" + ], + [ + "Q", + "ur" + ], + [ + "Qu", + "r" + ], + [ + "R", + "oll" + ], + [ + "Ro", + "ll" + ], + [ + "R", + "adi" + ], + [ + "Rad", + "i" + ], + [ + "Ra", + "di" + ], + [ + "S", + "ervices" + ], + [ + "Service", + "s" + ], + [ + "_", + "P" + ], + [ + "b", + "ium" + ], + [ + "bi", + "um" + ], + [ + "h", + "ook" + ], + [ + "ho", + "ok" + ], + [ + "h", + "man" + ], + [ + "hma", + "n" + ], + [ + "hm", + "an" + ], + [ + "j", + "ured" + ], + [ + "ju", + "red" + ], + [ + "l", + "ene" + ], + [ + "le", + "ne" + ], + [ + "len", + "e" + ], + [ + "p", + "apers" + ], + [ + "pa", + "pers" + ], + [ + "paper", + "s" + ], + [ + "s", + "odium" + ], + [ + "v", + "idia" + ], + [ + "vi", + "dia" + ], + [ + "w", + "ati" + ], + [ + "wa", + "ti" + ], + [ + "à", + "±" + ], + [ + "Ġs", + "intering" + ], + [ + "Ġsin", + "tering" + ], + [ + "i", + "tta" + ], + [ + "it", + "ta" + ], + [ + "itt", + "a" + ], + [ + "Ġin", + "edible" + ], + [ + "r", + "aps" + ], + [ + "ra", + "ps" + ], + [ + "rap", + "s" + ], + [ + "Ġ", + "uh" + ], + [ + "Ġu", + "h" + ], + [ + "ĠA", + "rian" + ], + [ + "ĠAr", + "ian" + ], + [ + "ĠAri", + "an" + ], + [ + "ver", + "ter" + ], + [ + "vert", + "er" + ], + [ + "verte", + "r" + ], + [ + "ĠS", + "aturated" + ], + [ + "ĠSat", + "urated" + ], + [ + "ĠSatur", + "ated" + ], + [ + "ĠC", + "IT" + ], + [ + "ĠCI", + "T" + ], + [ + "u", + "so" + ], + [ + "us", + "o" + ], + [ + "ĠB", + "urch" + ], + [ + "ĠBur", + "ch" + ], + [ + "an", + "tle" + ], + [ + "ant", + "le" + ], + [ + "ĠH", + "ain" + ], + [ + "ĠHa", + "in" + ], + [ + "ĠHai", + "n" + ], + [ + "Ġse", + "q" + ], + [ + "ĠF", + "oley" + ], + [ + "ĠFol", + "ey" + ], + [ + "ĠFo", + "ley" + ], + [ + "ĠR", + "ö" + ], + [ + "Ġsp", + "out" + ], + [ + "Ġspo", + "ut" + ], + [ + "Ġsp", + "ooky" + ], + [ + "ĠG", + "ym" + ], + [ + "ĠGy", + "m" + ], + [ + "ĠL", + "SU" + ], + [ + "ĠLS", + "U" + ], + [ + "a", + "llo" + ], + [ + "al", + "lo" + ], + [ + "all", + "o" + ], + [ + "Ġcomp", + "atri" + ], + [ + "end", + "ocrine" + ], + [ + "a", + "vat" + ], + [ + "av", + "at" + ], + [ + "ava", + "t" + ], + [ + "Ġsc", + "ares" + ], + [ + "Ġscar", + "es" + ], + [ + "Ġscare", + "s" + ], + [ + "ĠK", + "ef" + ], + [ + "ĠKe", + "f" + ], + [ + "we", + "ights" + ], + [ + "weight", + "s" + ], + [ + "Ġem", + "blems" + ], + [ + "Ġemblem", + "s" + ], + [ + "Ġfl", + "aring" + ], + [ + "In", + "vent" + ], + [ + "Inv", + "ent" + ], + [ + "ism", + "uth" + ], + [ + ".", + "âĢĿâĢĶ" + ], + [ + ".âĢĿ", + "âĢĶ" + ], + [ + "Ġmon", + "olingual" + ], + [ + "ĠSp", + "iel" + ], + [ + "âĢĶ", + "also" + ], + [ + "Ġant", + "iconvuls" + ], + [ + "Ġdev", + "oured" + ], + [ + "Ġdevour", + "ed" + ], + [ + "ĠSh", + "ower" + ], + [ + "ĠShow", + "er" + ], + [ + "ĠSho", + "wer" + ], + [ + "Ġter", + "rains" + ], + [ + "Ġterrain", + "s" + ], + [ + "Ġterr", + "ains" + ], + [ + "Ġterra", + "ins" + ], + [ + "sw", + "ering" + ], + [ + "swe", + "ring" + ], + [ + "swer", + "ing" + ], + [ + "ĠCar", + "bs" + ], + [ + "ĠCarb", + "s" + ], + [ + "ĠMar", + "gar" + ], + [ + "ĠMarg", + "ar" + ], + [ + "Ġsuff", + "rag" + ], + [ + "Ġsuff", + "raget" + ], + [ + "Ġsuffrage", + "t" + ], + [ + "Ġsuffrag", + "et" + ], + [ + "Ġclaim", + "ants" + ], + [ + "Ġearth", + "works" + ], + [ + "ĠPre", + "par" + ], + [ + "ĠPrep", + "ar" + ], + [ + "g", + "nosis" + ], + [ + "gn", + "osis" + ], + [ + "ĠUs", + "her" + ], + [ + "Ġbroad", + "casters" + ], + [ + "Ġbroadcast", + "ers" + ], + [ + "Ġbroadcaster", + "s" + ], + [ + "Ġbroad", + "caster" + ], + [ + "Ġbroadcast", + "er" + ], + [ + "u", + "itous" + ], + [ + "uit", + "ous" + ], + [ + "st", + "eem" + ], + [ + "ste", + "em" + ], + [ + "Ġ", + "Translated" + ], + [ + "ĠTrans", + "lated" + ], + [ + "ĠTransl", + "ated" + ], + [ + "ĠTranslate", + "d" + ], + [ + "EM", + "F" + ], + [ + "ĠRo", + "oms" + ], + [ + "ĠRoom", + "s" + ], + [ + "ĠDec", + "ree" + ], + [ + "Ġquar", + "ried" + ], + [ + "Ġsubstant", + "iate" + ], + [ + "ĠLab", + "rad" + ], + [ + "ĠTHE", + "Y" + ], + [ + "ĠI", + "NV" + ], + [ + "ĠIN", + "V" + ], + [ + "ĠOx", + "id" + ], + [ + "ĠAnn", + "apolis" + ], + [ + "Ġunw", + "ield" + ], + [ + "ĠRome", + "ro" + ], + [ + "ĠRom", + "ero" + ], + [ + "Ġcoc", + "oons" + ], + [ + "Ġcocoon", + "s" + ], + [ + "re", + "quired" + ], + [ + "requ", + "ired" + ], + [ + "ĠMethod", + "ists" + ], + [ + "ĠMethodist", + "s" + ], + [ + "Ġthyroid", + "itis" + ], + [ + "orig", + "in" + ], + [ + "ori", + "gin" + ], + [ + "ĠRemember", + "ing" + ], + [ + "Sm", + "oke" + ], + [ + "Ġprol", + "onging" + ], + [ + "Ġprolong", + "ing" + ], + [ + "Ac", + "celer" + ], + [ + "Acc", + "eler" + ], + [ + "Ġhang", + "over" + ], + [ + "ĠPH", + "OTO" + ], + [ + ".", + "Net" + ], + [ + ".N", + "et" + ], + [ + "Ġp", + "ounded" + ], + [ + "Ġpo", + "unded" + ], + [ + "Ġpound", + "ed" + ], + [ + "Ġdu", + "alism" + ], + [ + "Ġdual", + "ism" + ], + [ + "ĠE", + "CB" + ], + [ + "ĠEC", + "B" + ], + [ + "aus", + "ible" + ], + [ + "Ġtestim", + "onials" + ], + [ + "F", + "orms" + ], + [ + "For", + "ms" + ], + [ + "Form", + "s" + ], + [ + "urb", + "ation" + ], + [ + "Ġtu", + "ple" + ], + [ + "et", + "tering" + ], + [ + "ette", + "ring" + ], + [ + "ett", + "ering" + ], + [ + "etter", + "ing" + ], + [ + "Rob", + "inson" + ], + [ + "ĠLegion", + "naires" + ], + [ + "ë", + "l" + ], + [ + "-p", + "rotective" + ], + [ + "-prot", + "ective" + ], + [ + "Ġorphan", + "ages" + ], + [ + "Ġorphanage", + "s" + ], + [ + "ĠVes", + "sels" + ], + [ + "ĠRe", + "ceiving" + ], + [ + "ĠRece", + "iving" + ], + [ + "Ġrevolt", + "ed" + ], + [ + "Ġrevol", + "ted" + ], + [ + "ĠMcL", + "aren" + ], + [ + "ĠSerge", + "i" + ], + [ + "ĠSerg", + "ei" + ], + [ + "ĠLon", + "gevity" + ], + [ + "Ġdishon", + "esty" + ], + [ + "Ġdishonest", + "y" + ], + [ + "ĠINT", + "RODUCTION" + ], + [ + "Ġstigmat", + "ized" + ], + [ + "imp", + "rove" + ], + [ + "impro", + "ve" + ], + [ + "Ġun", + "surprisingly" + ], + [ + "Ġunsur", + "prisingly" + ], + [ + "Ġimpregn", + "ated" + ], + [ + "ĠBau", + "haus" + ], + [ + "ĠAux", + "iliary" + ], + [ + "Ġrye", + "grass" + ], + [ + "Ġry", + "egrass" + ], + [ + "Ġdimorph", + "ism" + ], + [ + "Ġhandker", + "chief" + ], + [ + "ĠSacchar", + "omyces" + ], + [ + "ĠWillam", + "ette" + ], + [ + ".", + "se" + ], + [ + ".s", + "e" + ], + [ + "B", + "or" + ], + [ + "Bo", + "r" + ], + [ + "C", + "alled" + ], + [ + "Cal", + "led" + ], + [ + "Call", + "ed" + ], + [ + "S", + "itting" + ], + [ + "Si", + "tting" + ], + [ + "Sit", + "ting" + ], + [ + "V", + "ietnam" + ], + [ + "d", + "ivision" + ], + [ + "di", + "vision" + ], + [ + "div", + "ision" + ], + [ + "l", + "inson" + ], + [ + "lin", + "son" + ], + [ + "lins", + "on" + ], + [ + "m", + "ira" + ], + [ + "mir", + "a" + ], + [ + "mi", + "ra" + ], + [ + "u", + "in" + ], + [ + "ui", + "n" + ], + [ + "v", + "olved" + ], + [ + "vol", + "ved" + ], + [ + "|", + "Contact" + ], + [ + "ì", + "ł" + ], + [ + "Ġa", + "flat" + ], + [ + "Ġaf", + "lat" + ], + [ + "in", + "ists" + ], + [ + "ini", + "sts" + ], + [ + "inis", + "ts" + ], + [ + "inist", + "s" + ], + [ + "Ġ", + "cus" + ], + [ + "Ġc", + "us" + ], + [ + "Ġcu", + "s" + ], + [ + "Ġb", + "ingo" + ], + [ + "Ġbin", + "go" + ], + [ + "ou", + "ples" + ], + [ + "oup", + "les" + ], + [ + "ouple", + "s" + ], + [ + "Ġm", + "ak" + ], + [ + "Ġma", + "k" + ], + [ + "le", + "aving" + ], + [ + "o", + "mar" + ], + [ + "om", + "ar" + ], + [ + "oma", + "r" + ], + [ + "et", + "tered" + ], + [ + "ette", + "red" + ], + [ + "ett", + "ered" + ], + [ + "etter", + "ed" + ], + [ + "ĠI", + "onian" + ], + [ + "ĠIon", + "ian" + ], + [ + "ĠIo", + "nian" + ], + [ + "a", + "duct" + ], + [ + "ad", + "uct" + ], + [ + "adu", + "ct" + ], + [ + "Ġha", + "emat" + ], + [ + "Ġhaem", + "at" + ], + [ + "ĠW", + "IT" + ], + [ + "ĠWI", + "T" + ], + [ + "ĠE", + "vers" + ], + [ + "ĠEv", + "ers" + ], + [ + "ĠEve", + "rs" + ], + [ + "ĠEver", + "s" + ], + [ + "ĠF", + "unk" + ], + [ + "ĠFun", + "k" + ], + [ + "ĠR", + "ifles" + ], + [ + "ĠRifle", + "s" + ], + [ + "ĠG", + "ü" + ], + [ + "p", + "lands" + ], + [ + "pl", + "ands" + ], + [ + "plan", + "ds" + ], + [ + "pland", + "s" + ], + [ + "ak", + "ens" + ], + [ + "ake", + "ns" + ], + [ + "aken", + "s" + ], + [ + "Ġinc", + "ursions" + ], + [ + "ĠIn", + "ert" + ], + [ + "ĠIn", + "aug" + ], + [ + "Ġimp", + "eller" + ], + [ + "Ġimpe", + "ller" + ], + [ + "o", + "set" + ], + [ + "os", + "et" + ], + [ + "ose", + "t" + ], + [ + "p", + "hor" + ], + [ + "ph", + "or" + ], + [ + "Ġbl", + "ames" + ], + [ + "Ġblame", + "s" + ], + [ + "u", + "che" + ], + [ + "uc", + "he" + ], + [ + "uch", + "e" + ], + [ + "ib", + "ley" + ], + [ + "ible", + "y" + ], + [ + "ibl", + "ey" + ], + [ + "I", + "ng" + ], + [ + "In", + "g" + ], + [ + "Ġsm", + "ears" + ], + [ + "Ġsmear", + "s" + ], + [ + "Ġsk", + "iers" + ], + [ + "Ġski", + "ers" + ], + [ + "in", + "ald" + ], + [ + "inal", + "d" + ], + [ + "ina", + "ld" + ], + [ + "ĠS", + "cher" + ], + [ + "ĠSc", + "her" + ], + [ + "ĠSch", + "er" + ], + [ + "ĠSche", + "r" + ], + [ + "Ġequ", + "itably" + ], + [ + "-s", + "ourced" + ], + [ + "-source", + "d" + ], + [ + "en", + "ga" + ], + [ + "eng", + "a" + ], + [ + "d", + "eb" + ], + [ + "de", + "b" + ], + [ + "Ġdem", + "yst" + ], + [ + "rodu", + "ctions" + ], + [ + "roduction", + "s" + ], + [ + "roduct", + "ions" + ], + [ + "Ġpar", + "lance" + ], + [ + "Ġparl", + "ance" + ], + [ + "ĠSh", + "awn" + ], + [ + "ĠShaw", + "n" + ], + [ + "ĠSha", + "wn" + ], + [ + "ĠCan", + "not" + ], + [ + "ĠCann", + "ot" + ], + [ + "Ġdr", + "aught" + ], + [ + "Ġdra", + "ught" + ], + [ + "-t", + "ouch" + ], + [ + "-to", + "uch" + ], + [ + "Ġens", + "ues" + ], + [ + "Ġensue", + "s" + ], + [ + "ĠGe", + "ologic" + ], + [ + "ĠAm", + "bul" + ], + [ + "ĠAmb", + "ul" + ], + [ + "Ġsepar", + "atist" + ], + [ + "E", + "SL" + ], + [ + "ES", + "L" + ], + [ + "A", + "TO" + ], + [ + "AT", + "O" + ], + [ + "Ġtur", + "rets" + ], + [ + "Ġturret", + "s" + ], + [ + "ĠInt", + "roduced" + ], + [ + "ĠIntroduce", + "d" + ], + [ + "ĠG", + "lance" + ], + [ + "ĠGl", + "ance" + ], + [ + "Ġsn", + "iper" + ], + [ + "Ġcentral", + "ization" + ], + [ + "Ġjo", + "ists" + ], + [ + "Ġep", + "onymous" + ], + [ + "Ġun", + "cons" + ], + [ + "Ġunc", + "ons" + ], + [ + "Ġuncon", + "s" + ], + [ + "Ġunco", + "ns" + ], + [ + "Ġm", + "iso" + ], + [ + "Ġmis", + "o" + ], + [ + "Ġmi", + "so" + ], + [ + "ĠHigh", + "ways" + ], + [ + "ĠHighway", + "s" + ], + [ + "ĠMc", + "Bride" + ], + [ + "Ġcry", + "op" + ], + [ + "ĠB", + "rat" + ], + [ + "ĠBra", + "t" + ], + [ + "ĠBr", + "at" + ], + [ + "ped", + "ance" + ], + [ + "ĠB", + "elly" + ], + [ + "ĠBel", + "ly" + ], + [ + "ĠBell", + "y" + ], + [ + "C", + "CSS" + ], + [ + "CC", + "SS" + ], + [ + "CCS", + "S" + ], + [ + "ĠRef", + "lective" + ], + [ + "ĠReflect", + "ive" + ], + [ + "Ġaqu", + "aponics" + ], + [ + "ĠE", + "vac" + ], + [ + "ĠEv", + "ac" + ], + [ + "ĠEva", + "c" + ], + [ + "D", + "FS" + ], + [ + "DF", + "S" + ], + [ + "S", + "car" + ], + [ + "Sc", + "ar" + ], + [ + "ĠEmp", + "irical" + ], + [ + "ĠS", + "laughter" + ], + [ + "ĠSl", + "aughter" + ], + [ + "ĠVis", + "ig" + ], + [ + "Ġregist", + "rations" + ], + [ + "Ġregistration", + "s" + ], + [ + "Ġdebt", + "ors" + ], + [ + "Ġdebtor", + "s" + ], + [ + "Ġdys", + "functions" + ], + [ + "Ġdysfunction", + "s" + ], + [ + "Ġg", + "utt" + ], + [ + "Ġgu", + "tt" + ], + [ + "Ġgut", + "t" + ], + [ + "I", + "RD" + ], + [ + "IR", + "D" + ], + [ + "ĠMult", + "ilingual" + ], + [ + "ĠC", + "ircul" + ], + [ + "ĠCir", + "cul" + ], + [ + "ĠCirc", + "ul" + ], + [ + "Ġham", + "burgers" + ], + [ + "Ġhamburger", + "s" + ], + [ + "/", + "mol" + ], + [ + "/m", + "ol" + ], + [ + "Ġminimal", + "ist" + ], + [ + "TH", + "IS" + ], + [ + "UL", + "TS" + ], + [ + "ULT", + "S" + ], + [ + "ĠDaniel", + "le" + ], + [ + "ĠF", + "ielding" + ], + [ + "ĠField", + "ing" + ], + [ + "Ġperpet", + "uates" + ], + [ + "Ġperpetuate", + "s" + ], + [ + "ĠMind", + "anao" + ], + [ + "ĠO", + "pal" + ], + [ + "ĠOp", + "al" + ], + [ + "ĠFlu", + "orescent" + ], + [ + "ĠFluor", + "escent" + ], + [ + "-", + "Old" + ], + [ + "-O", + "ld" + ], + [ + "ĠPil", + "ots" + ], + [ + "ĠPi", + "lots" + ], + [ + "ĠPilot", + "s" + ], + [ + "ĠPres", + "ented" + ], + [ + "ĠPresent", + "ed" + ], + [ + "Ġtomb", + "stone" + ], + [ + "ĠK", + "aty" + ], + [ + "ĠKat", + "y" + ], + [ + "ĠKa", + "ty" + ], + [ + "Har", + "ris" + ], + [ + "ĠD", + "iagnosed" + ], + [ + "ĠDiagn", + "osed" + ], + [ + "quis", + "ite" + ], + [ + "qui", + "site" + ], + [ + "ĠSO", + "AP" + ], + [ + "Ġantim", + "icrobials" + ], + [ + "Ġantimicrobial", + "s" + ], + [ + "cl", + "assic" + ], + [ + "class", + "ic" + ], + [ + "f", + "inished" + ], + [ + "fin", + "ished" + ], + [ + "fi", + "nished" + ], + [ + "Ġincomp", + "atibility" + ], + [ + "ĠStrong", + "er" + ], + [ + "ĠThor", + "ough" + ], + [ + "Ult", + "rasound" + ], + [ + "Ultra", + "sound" + ], + [ + "ĠConst", + "ellation" + ], + [ + "ĠP", + "rospective" + ], + [ + "ĠPros", + "pective" + ], + [ + "ĠProspect", + "ive" + ], + [ + "Ġnap", + "kins" + ], + [ + "Ġnapkin", + "s" + ], + [ + "ø", + "r" + ], + [ + "ĠRo", + "ller" + ], + [ + "ĠRoll", + "er" + ], + [ + "ĠRol", + "ler" + ], + [ + "Cong", + "ratulations" + ], + [ + "Ġapprentices", + "hips" + ], + [ + "Ġapprenticeship", + "s" + ], + [ + "Ġapprentice", + "ships" + ], + [ + "Tur", + "meric" + ], + [ + "sch", + "ools" + ], + [ + "school", + "s" + ], + [ + "Ġcl", + "amped" + ], + [ + "Ġclamp", + "ed" + ], + [ + "Ġclam", + "ped" + ], + [ + "i", + "garh" + ], + [ + "iga", + "rh" + ], + [ + "igar", + "h" + ], + [ + "Ġsympath", + "ies" + ], + [ + "ospor", + "idium" + ], + [ + "Ġ", + "âĸº" + ], + [ + "Ġâĸ", + "º" + ], + [ + "Ġtra", + "wl" + ], + [ + "Ġtraw", + "l" + ], + [ + "-ident", + "ification" + ], + [ + "Ġregen", + "erating" + ], + [ + "Ġregener", + "ating" + ], + [ + "Ġparent", + "hood" + ], + [ + "Ġparen", + "thood" + ], + [ + "Ġau", + "sten" + ], + [ + "Ġaust", + "en" + ], + [ + "-", + "peak" + ], + [ + "-pe", + "ak" + ], + [ + "Ġsurfact", + "ants" + ], + [ + "Ġsurfactant", + "s" + ], + [ + "Ġemph", + "atically" + ], + [ + "Ġemphatic", + "ally" + ], + [ + "ĠMeso", + "american" + ], + [ + "ĠMesoamerica", + "n" + ], + [ + "Ġforeshadow", + "ing" + ], + [ + "ĠTae", + "kwondo" + ], + [ + "Ġlitt", + "oral" + ], + [ + "Ġcich", + "lids" + ], + [ + "Ġhoneys", + "uckle" + ], + [ + "Ġwho", + "leness" + ], + [ + "Ġwhole", + "ness" + ], + [ + "Ġwhol", + "eness" + ], + [ + "-", + "usual" + ], + [ + "-us", + "ual" + ], + [ + "/", + "iss" + ], + [ + "/i", + "ss" + ], + [ + "C", + "JD" + ], + [ + "C", + "redits" + ], + [ + "Credit", + "s" + ], + [ + "D", + "av" + ], + [ + "Da", + "v" + ], + [ + "I", + "raq" + ], + [ + "Ir", + "aq" + ], + [ + "K", + "aren" + ], + [ + "Kar", + "en" + ], + [ + "Ka", + "ren" + ], + [ + "M", + "eth" + ], + [ + "Me", + "th" + ], + [ + "Met", + "h" + ], + [ + "M", + "apping" + ], + [ + "Ma", + "pping" + ], + [ + "Map", + "ping" + ], + [ + "T", + "an" + ], + [ + "Ta", + "n" + ], + [ + "Y", + "ale" + ], + [ + "Z", + "A" + ], + [ + "h", + "ir" + ], + [ + "hi", + "r" + ], + [ + "m", + "ol" + ], + [ + "mo", + "l" + ], + [ + "n", + "ice" + ], + [ + "nic", + "e" + ], + [ + "ni", + "ce" + ], + [ + "|", + "Dep" + ], + [ + "|D", + "ep" + ], + [ + "Â", + "¨" + ], + [ + "er", + "ror" + ], + [ + "Ġt", + "olu" + ], + [ + "Ġto", + "lu" + ], + [ + "ent", + "ions" + ], + [ + "ention", + "s" + ], + [ + "ĠT", + "arant" + ], + [ + "ĠTar", + "ant" + ], + [ + "ĠTa", + "rant" + ], + [ + "ĠTara", + "nt" + ], + [ + "ĠA", + "cer" + ], + [ + "ĠAc", + "er" + ], + [ + "ĠAce", + "r" + ], + [ + "ĠA", + "riel" + ], + [ + "ĠAr", + "iel" + ], + [ + "ĠAri", + "el" + ], + [ + "ĠS", + "onia" + ], + [ + "ĠSo", + "nia" + ], + [ + "ĠSon", + "ia" + ], + [ + "ĠC", + "ody" + ], + [ + "ĠCo", + "dy" + ], + [ + "ĠCod", + "y" + ], + [ + "ĠC", + "uts" + ], + [ + "ĠCut", + "s" + ], + [ + "ĠCu", + "ts" + ], + [ + "u", + "lers" + ], + [ + "ul", + "ers" + ], + [ + "ule", + "rs" + ], + [ + "uler", + "s" + ], + [ + "el", + "ics" + ], + [ + "elic", + "s" + ], + [ + "eli", + "cs" + ], + [ + "ter", + "one" + ], + [ + "te", + "rone" + ], + [ + "ĠM", + "RC" + ], + [ + "ĠMR", + "C" + ], + [ + "ĠP", + "uff" + ], + [ + "ĠPu", + "ff" + ], + [ + "ĠB", + "urt" + ], + [ + "ĠBur", + "t" + ], + [ + "ĠBu", + "rt" + ], + [ + "ĠH", + "BC" + ], + [ + "ĠHB", + "C" + ], + [ + "ĠD", + "umb" + ], + [ + "ĠDu", + "mb" + ], + [ + "ĠDum", + "b" + ], + [ + "Ġsh", + "rim" + ], + [ + "Ġshr", + "im" + ], + [ + "Ġ", + "abridged" + ], + [ + "Ġab", + "ridged" + ], + [ + "ĠT", + "hal" + ], + [ + "ĠTh", + "al" + ], + [ + "Ġte", + "ased" + ], + [ + "Ġtea", + "sed" + ], + [ + "Ġteas", + "ed" + ], + [ + "Ġtease", + "d" + ], + [ + "ach", + "ieving" + ], + [ + "an", + "gana" + ], + [ + "ang", + "ana" + ], + [ + "anga", + "na" + ], + [ + "angan", + "a" + ], + [ + "Ġup", + "welling" + ], + [ + "Ġbl", + "ush" + ], + [ + "Ġblu", + "sh" + ], + [ + "Ġph", + "aryngeal" + ], + [ + "Ġass", + "ail" + ], + [ + "Ġjust", + "ifications" + ], + [ + "Ġjustification", + "s" + ], + [ + "Ġdet", + "ractors" + ], + [ + "Ġdetract", + "ors" + ], + [ + "Ġg", + "races" + ], + [ + "Ġgra", + "ces" + ], + [ + "Ġgr", + "aces" + ], + [ + "Ġgrace", + "s" + ], + [ + "ĠAl", + "uminium" + ], + [ + "Ġend", + "oplasmic" + ], + [ + "un", + "de" + ], + [ + "und", + "e" + ], + [ + "ĠA", + "ries" + ], + [ + "ĠAr", + "ies" + ], + [ + "ĠAri", + "es" + ], + [ + "-", + "scan" + ], + [ + "-s", + "can" + ], + [ + "-sc", + "an" + ], + [ + "Ġcour", + "ting" + ], + [ + "Ġcourt", + "ing" + ], + [ + "Ġdev", + "iated" + ], + [ + "Ġdeviate", + "d" + ], + [ + "ĠAt", + "oll" + ], + [ + "par", + "agraph" + ], + [ + "para", + "graph" + ], + [ + "We", + "ak" + ], + [ + "-", + "pet" + ], + [ + "-p", + "et" + ], + [ + "-pe", + "t" + ], + [ + "-d", + "uration" + ], + [ + "-du", + "ration" + ], + [ + "-d", + "iameter" + ], + [ + "-di", + "ameter" + ], + [ + "Ġsw", + "oop" + ], + [ + "Ġparent", + "hesis" + ], + [ + "-", + "mat" + ], + [ + "-m", + "at" + ], + [ + "-ma", + "t" + ], + [ + "Ġchem", + "otherap" + ], + [ + "ĠChrist", + "oph" + ], + [ + "l", + "etics" + ], + [ + "le", + "tics" + ], + [ + "let", + "ics" + ], + [ + "letic", + "s" + ], + [ + "Ġsu", + "mac" + ], + [ + "Ġsum", + "ac" + ], + [ + "Ġfl", + "uv" + ], + [ + "Ġflu", + "v" + ], + [ + "es", + "cal" + ], + [ + "esc", + "al" + ], + [ + "Ġblack", + "ened" + ], + [ + "olic", + "ited" + ], + [ + "oli", + "cited" + ], + [ + "Ġap", + "ocalypse" + ], + [ + "ĠApp", + "roved" + ], + [ + "ĠMe", + "asured" + ], + [ + "ĠMeasure", + "d" + ], + [ + "r", + "igan" + ], + [ + "ri", + "gan" + ], + [ + "rig", + "an" + ], + [ + "ĠE", + "lite" + ], + [ + "ĠEl", + "ite" + ], + [ + "ĠEli", + "te" + ], + [ + "Ġobt", + "use" + ], + [ + "ĠM", + "usc" + ], + [ + "ĠMus", + "c" + ], + [ + "ĠMu", + "sc" + ], + [ + "Ġund", + "ifferentiated" + ], + [ + "Ġbox", + "ed" + ], + [ + "ĠPat", + "ents" + ], + [ + "ĠPatent", + "s" + ], + [ + "Ġstream", + "lining" + ], + [ + "ĠProgram", + "mes" + ], + [ + "ĠProgramme", + "s" + ], + [ + "A", + "ML" + ], + [ + "AM", + "L" + ], + [ + "ĠRel", + "atively" + ], + [ + "ĠRelative", + "ly" + ], + [ + "Ġresistance", + "s" + ], + [ + "Ġresist", + "ances" + ], + [ + "Ġsecret", + "ory" + ], + [ + "ĠB", + "asal" + ], + [ + "ĠBas", + "al" + ], + [ + "ĠBa", + "sal" + ], + [ + "Ġallerg", + "ist" + ], + [ + "Cl", + "osed" + ], + [ + "Close", + "d" + ], + [ + "ĠÃ", + "İ" + ], + [ + "ec", + "ki" + ], + [ + "eck", + "i" + ], + [ + "Ġbio", + "engineering" + ], + [ + "Ġmac", + "aques" + ], + [ + "Int", + "ellectual" + ], + [ + "Ġ", + "paralleled" + ], + [ + "Ġparalle", + "led" + ], + [ + "Ġparallel", + "ed" + ], + [ + "Ġal", + "leys" + ], + [ + "Ġalle", + "ys" + ], + [ + "Ġalley", + "s" + ], + [ + "Ġw", + "ounding" + ], + [ + "Ġwound", + "ing" + ], + [ + "Ġwo", + "unding" + ], + [ + "C", + "AG" + ], + [ + "CA", + "G" + ], + [ + "Ġscar", + "ves" + ], + [ + "ĠIns", + "ufficient" + ], + [ + "Ġalph", + "abetic" + ], + [ + "Ġalphabet", + "ic" + ], + [ + "Ġherb", + "arium" + ], + [ + "E", + "FT" + ], + [ + "EF", + "T" + ], + [ + "Ġtab", + "ular" + ], + [ + "ĠF", + "eder" + ], + [ + "ĠFe", + "der" + ], + [ + "ĠFed", + "er" + ], + [ + "Ġgerm", + "line" + ], + [ + "-or", + "bit" + ], + [ + "-orb", + "it" + ], + [ + "Ġsp", + "ermat" + ], + [ + "Ġsperm", + "at" + ], + [ + "Ġgran", + "ola" + ], + [ + "ĠRe", + "alism" + ], + [ + "ĠReal", + "ism" + ], + [ + "iy", + "ya" + ], + [ + "br", + "other" + ], + [ + "bro", + "ther" + ], + [ + "r", + "obot" + ], + [ + "ro", + "bot" + ], + [ + "rob", + "ot" + ], + [ + "ĠT", + "oken" + ], + [ + "ĠTo", + "ken" + ], + [ + "ĠTok", + "en" + ], + [ + "Ġgang", + "rene" + ], + [ + "Ġdr", + "ummer" + ], + [ + "Ġdrum", + "mer" + ], + [ + "ĠDal", + "it" + ], + [ + "ĠDa", + "lit" + ], + [ + "Ġpilgrim", + "ages" + ], + [ + "Ġpilgrimage", + "s" + ], + [ + "ĠBed", + "ouin" + ], + [ + "Exper", + "iments" + ], + [ + "Experiment", + "s" + ], + [ + "Ġmould", + "ing" + ], + [ + "Di", + "abetic" + ], + [ + "Ġdyn", + "amo" + ], + [ + "Ġdynam", + "o" + ], + [ + "ĠBlue", + "print" + ], + [ + "ĠBlu", + "eprint" + ], + [ + "Direct", + "ions" + ], + [ + "-", + "boats" + ], + [ + "-bo", + "ats" + ], + [ + "-boat", + "s" + ], + [ + "-as", + "sembly" + ], + [ + "Ġsubmit", + "s" + ], + [ + "Ġsubm", + "its" + ], + [ + "ĠAbstract", + "s" + ], + [ + "ĠAbst", + "racts" + ], + [ + "Ap", + "ollo" + ], + [ + "chat", + "ka" + ], + [ + "-", + "systems" + ], + [ + "-system", + "s" + ], + [ + "-", + "capital" + ], + [ + "-cap", + "ital" + ], + [ + "Ġgull", + "ies" + ], + [ + "Ġgul", + "lies" + ], + [ + "complete", + "ly" + ], + [ + "-wheel", + "ed" + ], + [ + "Ġgy", + "psy" + ], + [ + "Ġgyp", + "sy" + ], + [ + "Analy", + "ze" + ], + [ + "ĠBee", + "tles" + ], + [ + "ĠBeet", + "les" + ], + [ + "ĠBeetle", + "s" + ], + [ + "Ġredef", + "ining" + ], + [ + "ĠHelm", + "holtz" + ], + [ + "-not", + "ch" + ], + [ + "Ġaustral", + "is" + ], + [ + "Ġpar", + "ench" + ], + [ + "Ġpa", + "rench" + ], + [ + "Ġparen", + "ch" + ], + [ + "Ġlength", + "ened" + ], + [ + "Ġlengthen", + "ed" + ], + [ + "Ġscoot", + "ers" + ], + [ + "Ġscooter", + "s" + ], + [ + "-compl", + "iance" + ], + [ + "ĠMarl", + "borough" + ], + [ + "ĠMOS", + "FET" + ], + [ + "Swed", + "en" + ], + [ + "Swe", + "den" + ], + [ + "Ġoverh", + "anging" + ], + [ + "Ġvoice", + "less" + ], + [ + "Ġvoic", + "eless" + ], + [ + "ĠRecycle", + "d" + ], + [ + "ĠRecy", + "cled" + ], + [ + "ĠTurkmen", + "istan" + ], + [ + "Ġbureau", + "s" + ], + [ + "Ġbure", + "aus" + ], + [ + "(", + "(" + ], + [ + "(", + "y" + ], + [ + "(", + ")Ċ" + ], + [ + "()", + "Ċ" + ], + [ + ".", + "st" + ], + [ + ".s", + "t" + ], + [ + "D", + "EN" + ], + [ + "DE", + "N" + ], + [ + "F", + "IA" + ], + [ + "FI", + "A" + ], + [ + "H", + "B" + ], + [ + "H", + "int" + ], + [ + "Hi", + "nt" + ], + [ + "M", + "g" + ], + [ + "P", + "ra" + ], + [ + "Pr", + "a" + ], + [ + "P", + "hyl" + ], + [ + "Ph", + "yl" + ], + [ + "Phy", + "l" + ], + [ + "S", + "lide" + ], + [ + "Sl", + "ide" + ], + [ + "T", + "rain" + ], + [ + "Tra", + "in" + ], + [ + "Tr", + "ain" + ], + [ + "g", + "ado" + ], + [ + "ga", + "do" + ], + [ + "h", + "ism" + ], + [ + "hi", + "sm" + ], + [ + "his", + "m" + ], + [ + "l", + "abor" + ], + [ + "la", + "bor" + ], + [ + "lab", + "or" + ], + [ + "n", + "itz" + ], + [ + "ni", + "tz" + ], + [ + "nit", + "z" + ], + [ + "r", + "atus" + ], + [ + "ra", + "tus" + ], + [ + "rat", + "us" + ], + [ + "|", + "St" + ], + [ + "|S", + "t" + ], + [ + "Ġa", + "pr" + ], + [ + "Ġap", + "r" + ], + [ + "o", + "nant" + ], + [ + "on", + "ant" + ], + [ + "ona", + "nt" + ], + [ + "on", + "te" + ], + [ + "ont", + "e" + ], + [ + "Ġs", + "ig" + ], + [ + "Ġsi", + "g" + ], + [ + "Ġb", + "ionic" + ], + [ + "Ġbi", + "onic" + ], + [ + "Ġbio", + "nic" + ], + [ + "Ġf", + "rown" + ], + [ + "Ġfr", + "own" + ], + [ + "Ġfro", + "wn" + ], + [ + "Ġf", + "izzy" + ], + [ + "Ġg", + "athere" + ], + [ + "Ġgather", + "e" + ], + [ + "Ġga", + "there" + ], + [ + "im", + "mon" + ], + [ + "imm", + "on" + ], + [ + "id", + "erm" + ], + [ + "ide", + "rm" + ], + [ + "ider", + "m" + ], + [ + "r", + "apping" + ], + [ + "ra", + "pping" + ], + [ + "rap", + "ping" + ], + [ + "Ġfor", + "amen" + ], + [ + "ĠS", + "ink" + ], + [ + "ĠSin", + "k" + ], + [ + "Ġ", + "SAC" + ], + [ + "ĠS", + "AC" + ], + [ + "ĠSA", + "C" + ], + [ + "ĠS", + "horter" + ], + [ + "ĠSh", + "orter" + ], + [ + "ĠShort", + "er" + ], + [ + "ĠC", + "uis" + ], + [ + "ĠCu", + "is" + ], + [ + "ad", + "iene" + ], + [ + "adi", + "ene" + ], + [ + "Ġan", + "achron" + ], + [ + "Ġana", + "chron" + ], + [ + "Ġwith", + "stood" + ], + [ + "Ġex", + "asper" + ], + [ + "ĠB", + "IO" + ], + [ + "ĠBI", + "O" + ], + [ + "r", + "omed" + ], + [ + "ro", + "med" + ], + [ + "rom", + "ed" + ], + [ + "rome", + "d" + ], + [ + "os", + "ote" + ], + [ + "oso", + "te" + ], + [ + "em", + "ocratic" + ], + [ + "ĠD", + "SP" + ], + [ + "ĠDS", + "P" + ], + [ + "ĠE", + "fficacy" + ], + [ + "all", + "ergenic" + ], + [ + "aller", + "genic" + ], + [ + "pl", + "asty" + ], + [ + "Ġk", + "ennel" + ], + [ + "Ġken", + "nel" + ], + [ + "e", + "can" + ], + [ + "ec", + "an" + ], + [ + "eca", + "n" + ], + [ + "i", + "bel" + ], + [ + "ib", + "el" + ], + [ + "ibe", + "l" + ], + [ + "o", + "kal" + ], + [ + "ok", + "al" + ], + [ + "oka", + "l" + ], + [ + "Ġar", + "ginine" + ], + [ + "Ġarg", + "inine" + ], + [ + "or", + "sal" + ], + [ + "ors", + "al" + ], + [ + "ĠK", + "ite" + ], + [ + "ĠKit", + "e" + ], + [ + "ĠKi", + "te" + ], + [ + "vers", + "ation" + ], + [ + "Ġunder", + "statement" + ], + [ + "ĠY", + "ucca" + ], + [ + "ĠYuc", + "ca" + ], + [ + "Ġoff", + "shoot" + ], + [ + "n", + "eeds" + ], + [ + "ne", + "eds" + ], + [ + "nee", + "ds" + ], + [ + "need", + "s" + ], + [ + "Ġinter", + "ception" + ], + [ + "Ġintercept", + "ion" + ], + [ + "vent", + "ilation" + ], + [ + "oy", + "ne" + ], + [ + "Ġp", + "atric" + ], + [ + "Ġpat", + "ric" + ], + [ + "Ġpatri", + "c" + ], + [ + "Ġc", + "reases" + ], + [ + "Ġcre", + "ases" + ], + [ + "Ġcrease", + "s" + ], + [ + "ĠAl", + "catraz" + ], + [ + "ĠW", + "hom" + ], + [ + "ĠWh", + "om" + ], + [ + "ĠWho", + "m" + ], + [ + ".", + "\")Ċ" + ], + [ + ".\"", + ")Ċ" + ], + [ + "a", + "zers" + ], + [ + "az", + "ers" + ], + [ + "aze", + "rs" + ], + [ + "azer", + "s" + ], + [ + "ĠSh", + "rimp" + ], + [ + "ĠShri", + "mp" + ], + [ + "ĠPl", + "ays" + ], + [ + "ĠPlay", + "s" + ], + [ + "-p", + "rem" + ], + [ + "-pr", + "em" + ], + [ + "-pre", + "m" + ], + [ + "ĠW", + "orry" + ], + [ + "ĠWor", + "ry" + ], + [ + "Ġ", + "[[" + ], + [ + "Ġ[", + "[" + ], + [ + "-", + "lane" + ], + [ + "-l", + "ane" + ], + [ + "-la", + "ne" + ], + [ + "ĠAm", + "undsen" + ], + [ + "Ġviol", + "ins" + ], + [ + "Ġviolin", + "s" + ], + [ + "Ġvi", + "olins" + ], + [ + "ĠPres", + "erving" + ], + [ + "_", + "_____" + ], + [ + "__", + "____" + ], + [ + "____", + "__" + ], + [ + "___", + "___" + ], + [ + "_____", + "_" + ], + [ + "Ġt", + "riage" + ], + [ + "Ġtr", + "iage" + ], + [ + "Ġtri", + "age" + ], + [ + "-", + "gravity" + ], + [ + "-g", + "ravity" + ], + [ + "-gra", + "vity" + ], + [ + "Ġnorth", + "wards" + ], + [ + "Ġnorthward", + "s" + ], + [ + "ĠProg", + "ression" + ], + [ + "ĠProgress", + "ion" + ], + [ + "ĠBar", + "ney" + ], + [ + "ĠBarn", + "ey" + ], + [ + "ĠTrans", + "forming" + ], + [ + "ĠTransform", + "ing" + ], + [ + "-", + "Class" + ], + [ + "-C", + "lass" + ], + [ + "-Cl", + "ass" + ], + [ + "ĠCon", + "fusion" + ], + [ + "ĠConf", + "usion" + ], + [ + "Ġpip", + "ette" + ], + [ + "Ġpipe", + "tte" + ], + [ + "ĠRem", + "ains" + ], + [ + "ĠRemain", + "s" + ], + [ + "ĠMart", + "yrs" + ], + [ + "ĠMartyr", + "s" + ], + [ + "ĠMarty", + "rs" + ], + [ + "in", + "ny" + ], + [ + "inn", + "y" + ], + [ + "Ġhorse", + "men" + ], + [ + "Ġhors", + "emen" + ], + [ + "Ġ", + "Ãĥ" + ], + [ + "ĠÃ", + "ĥ" + ], + [ + "ĠVis", + "its" + ], + [ + "ĠVisit", + "s" + ], + [ + "-", + "levels" + ], + [ + "-le", + "vels" + ], + [ + "-level", + "s" + ], + [ + "Ġarch", + "aea" + ], + [ + "Ġarchae", + "a" + ], + [ + "-", + "Louis" + ], + [ + "-L", + "ouis" + ], + [ + "ĠMel", + "atonin" + ], + [ + "-", + "Green" + ], + [ + "-G", + "reen" + ], + [ + "ĠMen", + "opause" + ], + [ + "er", + "ba" + ], + [ + "erb", + "a" + ], + [ + "Ġlip", + "stick" + ], + [ + "Ġabstract", + "ed" + ], + [ + "Ġabst", + "racted" + ], + [ + "Ġ", + "ARCH" + ], + [ + "ĠAR", + "CH" + ], + [ + "ĠARC", + "H" + ], + [ + "ĠWay", + "back" + ], + [ + "ĠE", + "pub" + ], + [ + "ĠEp", + "ub" + ], + [ + "ĠBul", + "bs" + ], + [ + "ĠBu", + "lbs" + ], + [ + "ĠBulb", + "s" + ], + [ + "O", + "DC" + ], + [ + "OD", + "C" + ], + [ + "Ġvibr", + "ational" + ], + [ + "Ġvibration", + "al" + ], + [ + "Ġvib", + "rational" + ], + [ + "En", + "gage" + ], + [ + "Eng", + "age" + ], + [ + "Reg", + "istration" + ], + [ + "ĠMc", + "Call" + ], + [ + "ĠMcC", + "all" + ], + [ + "ĠBern", + "ini" + ], + [ + "list", + "en" + ], + [ + "li", + "sten" + ], + [ + "lis", + "ten" + ], + [ + "Ġmultip", + "urpose" + ], + [ + "ĠAsh", + "land" + ], + [ + "-", + "perfect" + ], + [ + "-per", + "fect" + ], + [ + "Ġmar", + "tin" + ], + [ + "Ġmart", + "in" + ], + [ + "E", + "WS" + ], + [ + "EW", + "S" + ], + [ + "ĠAk", + "henaten" + ], + [ + "PP", + "ORT" + ], + [ + "Ġconceptual", + "ized" + ], + [ + "Ġconceptualize", + "d" + ], + [ + "ĠComb", + "ustion" + ], + [ + "ĠZe", + "ppelin" + ], + [ + "Ġeager", + "ness" + ], + [ + "Ġgym", + "nasium" + ], + [ + "ĠOrthodox", + "y" + ], + [ + "ĠEn", + "sign" + ], + [ + "ĠEns", + "ign" + ], + [ + "ĠLev", + "ites" + ], + [ + "ĠLevi", + "tes" + ], + [ + "s", + "urge" + ], + [ + "sur", + "ge" + ], + [ + "Ġaston", + "ishment" + ], + [ + "Ġbuzz", + "word" + ], + [ + "ĠPeter", + "sen" + ], + [ + "ĠPet", + "ersen" + ], + [ + "ĠPeters", + "en" + ], + [ + "?", + "??" + ], + [ + "??", + "?" + ], + [ + "ĠFern", + "and" + ], + [ + "ĠPros", + "pects" + ], + [ + "ĠProspect", + "s" + ], + [ + "prov", + "iding" + ], + [ + "º", + "F" + ], + [ + "Ġidi", + "omatic" + ], + [ + "Ġidiom", + "atic" + ], + [ + "Imm", + "une" + ], + [ + "Immun", + "e" + ], + [ + "Ïĥ", + "ÏĦ" + ], + [ + "ĠNak", + "amoto" + ], + [ + "Ġmicrocont", + "rollers" + ], + [ + "Ġmicrocontroller", + "s" + ], + [ + "ĠHes", + "per" + ], + [ + "Ġsymph", + "onies" + ], + [ + "LE", + "Ds" + ], + [ + "LED", + "s" + ], + [ + "Ġree", + "lection" + ], + [ + "Ġreel", + "ection" + ], + [ + "Ġbroke", + "rage" + ], + [ + "Ġbroker", + "age" + ], + [ + "-ch", + "eek" + ], + [ + "-che", + "ek" + ], + [ + "ib", + "aldi" + ], + [ + "ibal", + "di" + ], + [ + "ibald", + "i" + ], + [ + "Ġcaliph", + "ate" + ], + [ + "ĠHew", + "lett" + ], + [ + "ĠLance", + "lot" + ], + [ + "Ġcaric", + "ature" + ], + [ + "Ġwiki", + "s" + ], + [ + "Ġwik", + "is" + ], + [ + "ĠChuk", + "chi" + ], + [ + "ĠManch", + "uria" + ], + [ + "ĠManchu", + "ria" + ], + [ + "ĠRemark", + "ably" + ], + [ + "ĠRedd", + "it" + ], + [ + "Cannab", + "is" + ], + [ + "ĠWoodpeck", + "er" + ], + [ + "ĠMaas", + "ai" + ], + [ + "ĠImpair", + "ment" + ], + [ + "Ġneur", + "otoxin" + ], + [ + "Ġneuroto", + "xin" + ], + [ + "ĠIps", + "wich" + ], + [ + "ĠSpok", + "ane" + ], + [ + "ĠTope", + "ka" + ], + [ + "\"", + "An" + ], + [ + "\"A", + "n" + ], + [ + "(", + "L" + ], + [ + "-", + "secret" + ], + [ + "D", + "oug" + ], + [ + "Do", + "ug" + ], + [ + "Dou", + "g" + ], + [ + "c", + "ings" + ], + [ + "cing", + "s" + ], + [ + "cin", + "gs" + ], + [ + "d", + "ash" + ], + [ + "da", + "sh" + ], + [ + "das", + "h" + ], + [ + "h", + "ills" + ], + [ + "hill", + "s" + ], + [ + "m", + "ountain" + ], + [ + "mount", + "ain" + ], + [ + "r", + "ini" + ], + [ + "ri", + "ni" + ], + [ + "rin", + "i" + ], + [ + "in", + "formed" + ], + [ + "inform", + "ed" + ], + [ + "is", + "land" + ], + [ + "isl", + "and" + ], + [ + "or", + "ra" + ], + [ + "orr", + "a" + ], + [ + "Ġd", + "ashes" + ], + [ + "Ġdash", + "es" + ], + [ + "Ġdas", + "hes" + ], + [ + "r", + "ocks" + ], + [ + "ro", + "cks" + ], + [ + "roc", + "ks" + ], + [ + "rock", + "s" + ], + [ + "Ġre", + "iter" + ], + [ + "ĠT", + "eg" + ], + [ + "ĠTe", + "g" + ], + [ + "ĠI", + "UD" + ], + [ + "ĠIU", + "D" + ], + [ + "ĠC", + "alf" + ], + [ + "ĠCal", + "f" + ], + [ + "a", + "dis" + ], + [ + "ad", + "is" + ], + [ + "adi", + "s" + ], + [ + "ĠM", + "ention" + ], + [ + "ĠMen", + "tion" + ], + [ + "ĠMent", + "ion" + ], + [ + "um", + "ptions" + ], + [ + "umption", + "s" + ], + [ + "Ġr", + "RNA" + ], + [ + "ĠR", + "ommel" + ], + [ + "ĠRom", + "mel" + ], + [ + "u", + "no" + ], + [ + "un", + "o" + ], + [ + "ĠN", + "IM" + ], + [ + "ĠNI", + "M" + ], + [ + "ĠN", + "ouns" + ], + [ + "ĠNo", + "uns" + ], + [ + "ĠNou", + "ns" + ], + [ + "ĠNoun", + "s" + ], + [ + "ĠG", + "hats" + ], + [ + "ĠGh", + "ats" + ], + [ + "Ġpl", + "enary" + ], + [ + "Ġk", + "ab" + ], + [ + "Ġka", + "b" + ], + [ + "ĠO", + "dess" + ], + [ + "ĠOd", + "ess" + ], + [ + "ec", + "osystem" + ], + [ + "eco", + "system" + ], + [ + "Ġinc", + "iting" + ], + [ + "Ġcomp", + "iles" + ], + [ + "Ġcompile", + "s" + ], + [ + "Ġrec", + "ounting" + ], + [ + "Ġrecount", + "ing" + ], + [ + "Ġunder", + "nourished" + ], + [ + "Ġunder", + "stated" + ], + [ + "Ġc", + "apping" + ], + [ + "Ġca", + "pping" + ], + [ + "Ġcap", + "ping" + ], + [ + "Ġde", + "pots" + ], + [ + "Ġdep", + "ots" + ], + [ + "Ġdepot", + "s" + ], + [ + "Ġmin", + "ut" + ], + [ + "Ġmi", + "nut" + ], + [ + "ĠAn", + "opheles" + ], + [ + "o", + "hm" + ], + [ + "oh", + "m" + ], + [ + "-s", + "lee" + ], + [ + "-sl", + "ee" + ], + [ + "ĠWh", + "igs" + ], + [ + "ĠWhig", + "s" + ], + [ + "Ġs", + "lings" + ], + [ + "Ġsl", + "ings" + ], + [ + "Ġsling", + "s" + ], + [ + "ĠAd", + "jectives" + ], + [ + "ik", + "awa" + ], + [ + "ika", + "wa" + ], + [ + "ĠS", + "hab" + ], + [ + "ĠSh", + "ab" + ], + [ + "ĠSha", + "b" + ], + [ + "ĠCol", + "osseum" + ], + [ + "Ġb", + "ooked" + ], + [ + "Ġbo", + "oked" + ], + [ + "Ġbook", + "ed" + ], + [ + "Ġboo", + "ked" + ], + [ + "is", + "cop" + ], + [ + "isc", + "op" + ], + [ + "isco", + "p" + ], + [ + "ĠDr", + "ives" + ], + [ + "ĠDrive", + "s" + ], + [ + "Ġann", + "ul" + ], + [ + "Ġblack", + "ish" + ], + [ + "ibr", + "aries" + ], + [ + "ĠGen", + "ghis" + ], + [ + "ĠAs", + "soc" + ], + [ + "ĠAss", + "oc" + ], + [ + "ĠAm", + "azingly" + ], + [ + "ĠAmazing", + "ly" + ], + [ + "ĠAmaz", + "ingly" + ], + [ + "Ġsepar", + "ations" + ], + [ + "Ġseparation", + "s" + ], + [ + "Ġdeb", + "ugger" + ], + [ + "Ġdebug", + "ger" + ], + [ + "Ġprint", + "out" + ], + [ + "ĠDo", + "D" + ], + [ + "-h", + "aul" + ], + [ + "-", + "gal" + ], + [ + "-g", + "al" + ], + [ + "Ġfit", + "test" + ], + [ + "ĠMon", + "oxide" + ], + [ + "Ġpe", + "tri" + ], + [ + "Ġpet", + "ri" + ], + [ + "Ġpet", + "roglyphs" + ], + [ + "is", + "lavery" + ], + [ + "isl", + "avery" + ], + [ + "islav", + "ery" + ], + [ + "ĠVal", + "erie" + ], + [ + "ĠVale", + "rie" + ], + [ + "Ġbed", + "bugs" + ], + [ + "ĠPol", + "io" + ], + [ + "ĠPo", + "lio" + ], + [ + "Ġthick", + "ly" + ], + [ + "ĠST", + "AND" + ], + [ + "Ġflex", + "ed" + ], + [ + "ĠVol", + "umes" + ], + [ + "ĠVolume", + "s" + ], + [ + "Ġhyper", + "hidrosis" + ], + [ + "Ġfif", + "ties" + ], + [ + "ĠH", + "aman" + ], + [ + "ĠHam", + "an" + ], + [ + "ĠHa", + "man" + ], + [ + "at", + "oire" + ], + [ + "ato", + "ire" + ], + [ + "ĠBre", + "aks" + ], + [ + "ĠBreak", + "s" + ], + [ + "Rec", + "ords" + ], + [ + "Record", + "s" + ], + [ + "ĠDiff", + "usion" + ], + [ + "ĠP", + "rophe" + ], + [ + "ĠPro", + "phe" + ], + [ + "ĠPr", + "ophe" + ], + [ + "ĠProp", + "he" + ], + [ + "Ġtor", + "mented" + ], + [ + "Ġtorment", + "ed" + ], + [ + "ĠFact", + "book" + ], + [ + "h", + "anded" + ], + [ + "hand", + "ed" + ], + [ + "han", + "ded" + ], + [ + "Ġhal", + "ve" + ], + [ + "Ġhal", + "ibut" + ], + [ + "Eng", + "aging" + ], + [ + "ĠHard", + "cover" + ], + [ + "Ġperpet", + "uity" + ], + [ + "Ġan", + "atomic" + ], + [ + "Ġanat", + "omic" + ], + [ + "Ġanatom", + "ic" + ], + [ + "ĠN", + "apa" + ], + [ + "ĠNa", + "pa" + ], + [ + "ĠNap", + "a" + ], + [ + "ĠPhilos", + "opher" + ], + [ + "Ġprejud", + "iced" + ], + [ + "Ġprejudice", + "d" + ], + [ + "ĠSpect", + "roscopy" + ], + [ + "Ġlady", + "bugs" + ], + [ + "ĠDr", + "aper" + ], + [ + "ĠDra", + "per" + ], + [ + "ĠCr", + "owns" + ], + [ + "ĠCrown", + "s" + ], + [ + "ĠCrow", + "ns" + ], + [ + "ophyll", + "um" + ], + [ + "ĠMO", + "ST" + ], + [ + "ĠMOS", + "T" + ], + [ + "ĠDe", + "riv" + ], + [ + "ĠDer", + "iv" + ], + [ + "P", + "oland" + ], + [ + "Pol", + "and" + ], + [ + "Po", + "land" + ], + [ + "R", + "obots" + ], + [ + "Rob", + "ots" + ], + [ + "Ro", + "bots" + ], + [ + "Robot", + "s" + ], + [ + "Ġpan", + "ther" + ], + [ + "Ġpant", + "her" + ], + [ + "ĠâĪ", + "¼" + ], + [ + "Ġatt", + "entional" + ], + [ + "Ġattention", + "al" + ], + [ + "Ġattent", + "ional" + ], + [ + "-Sax", + "ons" + ], + [ + "-Saxon", + "s" + ], + [ + "ĠTheore", + "tically" + ], + [ + "ĠTheoretical", + "ly" + ], + [ + "ĠYam", + "una" + ], + [ + "Ġhandic", + "rafts" + ], + [ + "Ġser", + "pentine" + ], + [ + "Ġserpent", + "ine" + ], + [ + "ĠPi", + "rate" + ], + [ + "ĠPir", + "ate" + ], + [ + "-condition", + "ed" + ], + [ + "ĠAuthent", + "ic" + ], + [ + "Ġorchestra", + "s" + ], + [ + "Ġorchestr", + "as" + ], + [ + "Ġorchest", + "ras" + ], + [ + "Ġbarbar", + "ian" + ], + [ + "Ġbarb", + "arian" + ], + [ + "Architect", + "ure" + ], + [ + "Sing", + "apore" + ], + [ + "Ġwatercol", + "our" + ], + [ + "Ġsax", + "ophone" + ], + [ + "ĠMits", + "ubishi" + ], + [ + "Ġoust", + "ed" + ], + [ + "Ġou", + "sted" + ], + [ + "Ġvas", + "sal" + ], + [ + "Ġvass", + "al" + ], + [ + "ĠDIF", + "FER" + ], + [ + "ĠCygn", + "us" + ], + [ + "Ġonlook", + "ers" + ], + [ + "/", + "default" + ], + [ + "/def", + "ault" + ], + [ + "ĠDispar", + "ities" + ], + [ + "Ġmicroc", + "osm" + ], + [ + "Ġmicrocos", + "m" + ], + [ + "ĠScro", + "oge" + ], + [ + "Ġunwield", + "y" + ], + [ + "!", + "." + ], + [ + "&", + "R" + ], + [ + ":", + "/" + ], + [ + "D", + "iamond" + ], + [ + "R", + "ig" + ], + [ + "R", + "ational" + ], + [ + "S", + "we" + ], + [ + "Sw", + "e" + ], + [ + "V", + "i" + ], + [ + "f", + "riendly" + ], + [ + "friend", + "ly" + ], + [ + "p", + "ic" + ], + [ + "pi", + "c" + ], + [ + "p", + "ink" + ], + [ + "pin", + "k" + ], + [ + "p", + "aths" + ], + [ + "pat", + "hs" + ], + [ + "pa", + "ths" + ], + [ + "path", + "s" + ], + [ + "å", + "Ĩ" + ], + [ + "å", + "¿" + ], + [ + "Ġm", + "oot" + ], + [ + "Ġmo", + "ot" + ], + [ + "a", + "sur" + ], + [ + "as", + "ur" + ], + [ + "asu", + "r" + ], + [ + "Ġe", + "in" + ], + [ + "Ġe", + "Notes" + ], + [ + "Ġbe", + "ige" + ], + [ + "Ġ", + "uv" + ], + [ + "Ġu", + "v" + ], + [ + "Ġs", + "tym" + ], + [ + "Ġst", + "ym" + ], + [ + "Ġsty", + "m" + ], + [ + "ĠS", + "ometime" + ], + [ + "ĠSome", + "time" + ], + [ + "ĠSom", + "etime" + ], + [ + "i", + "tha" + ], + [ + "it", + "ha" + ], + [ + "ith", + "a" + ], + [ + "Ġo", + "rifice" + ], + [ + "Ġor", + "ifice" + ], + [ + "o", + "di" + ], + [ + "od", + "i" + ], + [ + "Ġ(", + "%)" + ], + [ + "ĠP", + "iece" + ], + [ + "ĠPie", + "ce" + ], + [ + "ĠP", + "vt" + ], + [ + "ĠH", + "enn" + ], + [ + "ĠHe", + "nn" + ], + [ + "ĠHen", + "n" + ], + [ + "ĠW", + "ort" + ], + [ + "ĠWor", + "t" + ], + [ + "ĠWo", + "rt" + ], + [ + "ĠW", + "ipe" + ], + [ + "ĠWi", + "pe" + ], + [ + "ĠD", + "orn" + ], + [ + "ĠDo", + "rn" + ], + [ + "ĠDor", + "n" + ], + [ + "ĠD", + "amp" + ], + [ + "ĠDam", + "p" + ], + [ + "ĠDa", + "mp" + ], + [ + "ĠF", + "IL" + ], + [ + "ĠFI", + "L" + ], + [ + "ĠN", + "olan" + ], + [ + "ĠNo", + "lan" + ], + [ + "ĠL", + "ond" + ], + [ + "ĠLo", + "nd" + ], + [ + "ĠLon", + "d" + ], + [ + "ost", + "henes" + ], + [ + "ost", + "ationary" + ], + [ + "osta", + "tionary" + ], + [ + "ag", + "awa" + ], + [ + "aga", + "wa" + ], + [ + "Ġk", + "ud" + ], + [ + "iz", + "umab" + ], + [ + "ĠJ", + "OHN" + ], + [ + "ach", + "arya" + ], + [ + "ens", + "ical" + ], + [ + "Ġqu", + "arts" + ], + [ + "Ġquar", + "ts" + ], + [ + "Ġquart", + "s" + ], + [ + "ĠK", + "ild" + ], + [ + "ĠKil", + "d" + ], + [ + "ĠKi", + "ld" + ], + [ + "ph", + "onic" + ], + [ + "phon", + "ic" + ], + [ + "ond", + "ering" + ], + [ + "onder", + "ing" + ], + [ + "onde", + "ring" + ], + [ + "Ġ", + "amy" + ], + [ + "Ġa", + "my" + ], + [ + "Ġam", + "y" + ], + [ + "hes", + "ive" + ], + [ + "Ġsk", + "yd" + ], + [ + "Ġsky", + "d" + ], + [ + "Ġaut", + "oc" + ], + [ + "Ġauto", + "c" + ], + [ + "Ġcommon", + "ers" + ], + [ + "ĠS", + "pur" + ], + [ + "ĠSp", + "ur" + ], + [ + "ĠSc", + "enes" + ], + [ + "ĠScene", + "s" + ], + [ + "ĠScen", + "es" + ], + [ + "Ġser", + "pents" + ], + [ + "Ġserpent", + "s" + ], + [ + "ah", + "ari" + ], + [ + "aha", + "ri" + ], + [ + "ahar", + "i" + ], + [ + "Ġ", + "airy" + ], + [ + "Ġa", + "iry" + ], + [ + "Ġair", + "y" + ], + [ + "Ġai", + "ry" + ], + [ + "Ġve", + "iled" + ], + [ + "Ġveil", + "ed" + ], + [ + "Ġwar", + "head" + ], + [ + "-c", + "aught" + ], + [ + "-ca", + "ught" + ], + [ + "Ġpast", + "els" + ], + [ + "Ġpaste", + "ls" + ], + [ + "Ġpastel", + "s" + ], + [ + "Ġfil", + "th" + ], + [ + "Ġfilt", + "h" + ], + [ + "-", + "more" + ], + [ + "-m", + "ore" + ], + [ + "ĠOr", + "ville" + ], + [ + "Ġcy", + "tochrome" + ], + [ + "Ġcyt", + "ochrome" + ], + [ + "o", + "oten" + ], + [ + "oot", + "en" + ], + [ + "oo", + "ten" + ], + [ + "Ġgeneral", + "ised" + ], + [ + "ĠOne", + "ida" + ], + [ + "ĠGen", + "erals" + ], + [ + "ĠGeneral", + "s" + ], + [ + "ĠGener", + "als" + ], + [ + "ĠGene", + "rals" + ], + [ + "Ġb", + "arks" + ], + [ + "Ġbar", + "ks" + ], + [ + "Ġbark", + "s" + ], + [ + "ĠCon", + "taining" + ], + [ + "ĠCont", + "aining" + ], + [ + "ĠContain", + "ing" + ], + [ + "ĠP", + "ele" + ], + [ + "ĠPe", + "le" + ], + [ + "ĠPel", + "e" + ], + [ + "Ġcust", + "odial" + ], + [ + "Ġspeed", + "ily" + ], + [ + "Ġsil", + "ks" + ], + [ + "Ġsilk", + "s" + ], + [ + "Ġrev", + "erent" + ], + [ + "Ġreve", + "rent" + ], + [ + "Ġrever", + "ent" + ], + [ + "Ġrevere", + "nt" + ], + [ + "ĠG", + "loss" + ], + [ + "ĠGl", + "oss" + ], + [ + "Ġsn", + "ugg" + ], + [ + "Ġsnug", + "g" + ], + [ + "Ġinstall", + "ers" + ], + [ + "Ġinstaller", + "s" + ], + [ + "ĠFl", + "aming" + ], + [ + "ĠFla", + "ming" + ], + [ + "Ġh", + "oning" + ], + [ + "Ġhon", + "ing" + ], + [ + "Ġho", + "ning" + ], + [ + "am", + "big" + ], + [ + "amb", + "ig" + ], + [ + "ambi", + "g" + ], + [ + "ĠGeneral", + "ized" + ], + [ + "Ġmag", + "gots" + ], + [ + "r", + "awing" + ], + [ + "ra", + "wing" + ], + [ + "raw", + "ing" + ], + [ + "Ġtruth", + "fulness" + ], + [ + "Ġtruthful", + "ness" + ], + [ + "S", + "pin" + ], + [ + "Sp", + "in" + ], + [ + "ĠS", + "TM" + ], + [ + "ĠST", + "M" + ], + [ + "ĠM", + "orb" + ], + [ + "ĠMor", + "b" + ], + [ + "z", + "aa" + ], + [ + "za", + "a" + ], + [ + "vis", + "it" + ], + [ + "vi", + "sit" + ], + [ + "Ġ", + "***" + ], + [ + "Ġ*", + "**" + ], + [ + "Ġ**", + "*" + ], + [ + "ĠDe", + "lay" + ], + [ + "ĠDel", + "ay" + ], + [ + "ĠMad", + "re" + ], + [ + "ocy", + "sts" + ], + [ + "ocyst", + "s" + ], + [ + "ĠC", + "ao" + ], + [ + "ĠCa", + "o" + ], + [ + "ĠGal", + "van" + ], + [ + "Ġshock", + "ingly" + ], + [ + "Ġshocking", + "ly" + ], + [ + "Ġde", + "parts" + ], + [ + "Ġdep", + "arts" + ], + [ + "Ġdepart", + "s" + ], + [ + "Ġdepart", + "ures" + ], + [ + "Ġdeparture", + "s" + ], + [ + "ĠP", + "oppy" + ], + [ + "ĠPo", + "ppy" + ], + [ + "ĠPop", + "py" + ], + [ + "ĠE", + "states" + ], + [ + "ĠEst", + "ates" + ], + [ + "ĠEstate", + "s" + ], + [ + "Ġth", + "reading" + ], + [ + "Ġthread", + "ing" + ], + [ + "ĠIdent", + "ifier" + ], + [ + "-", + "byte" + ], + [ + "-by", + "te" + ], + [ + "Ġho", + "liest" + ], + [ + "Ġhol", + "iest" + ], + [ + "Re", + "printed" + ], + [ + "Rep", + "rinted" + ], + [ + "Ġrender", + "ings" + ], + [ + "Ġrendering", + "s" + ], + [ + "Ġquad", + "rants" + ], + [ + "Ġquadr", + "ants" + ], + [ + "Ġquadrant", + "s" + ], + [ + "lades", + "h" + ], + [ + "lad", + "esh" + ], + [ + "ĠHay", + "ek" + ], + [ + "ĠBall", + "oon" + ], + [ + "Ġspont", + "aneity" + ], + [ + "Ġrival", + "ries" + ], + [ + "ar", + "oni" + ], + [ + "aron", + "i" + ], + [ + "aro", + "ni" + ], + [ + "ĠHaz", + "rat" + ], + [ + "Ġencrypt", + "s" + ], + [ + "hatt", + "isgarh" + ], + [ + "ĠCart", + "ier" + ], + [ + "-comp", + "etitive" + ], + [ + "Ġfire", + "flies" + ], + [ + "Ġfiref", + "lies" + ], + [ + "ĠNum", + "Py" + ], + [ + "ĠSit", + "ka" + ], + [ + "-app", + "ointed" + ], + [ + "Ġsage", + "brush" + ], + [ + "ĠPatri", + "ots" + ], + [ + "ĠPatriot", + "s" + ], + [ + "Ġg", + "yms" + ], + [ + "Ġgym", + "s" + ], + [ + "Ġgy", + "ms" + ], + [ + "ĠGo", + "vt" + ], + [ + "ĠGov", + "t" + ], + [ + "ĠOrth", + "opedic" + ], + [ + "Ġpeas", + "antry" + ], + [ + "Ġpeasant", + "ry" + ], + [ + "-", + "princ" + ], + [ + "-pr", + "inc" + ], + [ + "Ġastroph", + "ysical" + ], + [ + "Ġastrophys", + "ical" + ], + [ + "ĠF", + "aber" + ], + [ + "ĠFa", + "ber" + ], + [ + "ĠFab", + "er" + ], + [ + "ĠChal", + "mers" + ], + [ + "Ġbios", + "ensors" + ], + [ + "ĠDipl", + "om" + ], + [ + "Ġstockp", + "iles" + ], + [ + "Ġstockpile", + "s" + ], + [ + "Cr", + "ime" + ], + [ + "æľ", + "ī" + ], + [ + "Ġrejuven", + "ation" + ], + [ + "ĠSpart", + "ans" + ], + [ + "ĠSparta", + "ns" + ], + [ + "ĠSpartan", + "s" + ], + [ + "Ġarche", + "types" + ], + [ + "Ġarchet", + "ypes" + ], + [ + "Ġarchetype", + "s" + ], + [ + "Ġr", + "aptor" + ], + [ + "Ġra", + "ptor" + ], + [ + "Ġrap", + "tor" + ], + [ + "Ġrapt", + "or" + ], + [ + "Jer", + "usalem" + ], + [ + "ĠMelan", + "oma" + ], + [ + "Ġpurported", + "ly" + ], + [ + "ĠRams", + "ar" + ], + [ + "Ġqu", + "asar" + ], + [ + "Ġquas", + "ar" + ], + [ + "Ġmegal", + "ithic" + ], + [ + "Ġsnowfl", + "ake" + ], + [ + "Ra", + "chel" + ], + [ + "Rac", + "hel" + ], + [ + "Ġincapac", + "itated" + ], + [ + "Observ", + "ations" + ], + [ + "ĠOliv", + "ier" + ], + [ + "ĠNet", + "scape" + ], + [ + "ĠNets", + "cape" + ], + [ + "ĠCC", + "TV" + ], + [ + "ĠCCT", + "V" + ], + [ + "Ġmumm", + "ified" + ], + [ + "Ġnonsm", + "okers" + ], + [ + "Ġinel", + "igible" + ], + [ + "-Bapt", + "iste" + ], + [ + "(", + "F" + ], + [ + ".", + "conf" + ], + [ + "A", + "rs" + ], + [ + "Ar", + "s" + ], + [ + "C", + "SA" + ], + [ + "CS", + "A" + ], + [ + "C", + "atherine" + ], + [ + "F", + "N" + ], + [ + "c", + "age" + ], + [ + "ca", + "ge" + ], + [ + "m", + "ah" + ], + [ + "ma", + "h" + ], + [ + "w", + "and" + ], + [ + "wan", + "d" + ], + [ + "wa", + "nd" + ], + [ + "Ã", + "ģ" + ], + [ + "Ã", + "µ" + ], + [ + "è", + "§" + ], + [ + "Ġw", + "ifi" + ], + [ + "Ġwi", + "fi" + ], + [ + "o", + "rh" + ], + [ + "or", + "h" + ], + [ + "Ġp", + "ug" + ], + [ + "Ġpu", + "g" + ], + [ + "Ġ", + "hors" + ], + [ + "Ġh", + "ors" + ], + [ + "Ġhor", + "s" + ], + [ + "Ġho", + "rs" + ], + [ + "Ġth", + "omas" + ], + [ + "Ġ", + "lis" + ], + [ + "Ġl", + "is" + ], + [ + "Ġli", + "s" + ], + [ + "Ġ", + "nip" + ], + [ + "Ġn", + "ip" + ], + [ + "Ġni", + "p" + ], + [ + "Ġst", + "urd" + ], + [ + "ĠC", + "ame" + ], + [ + "ĠCam", + "e" + ], + [ + "ĠCa", + "me" + ], + [ + "ĠC", + "ET" + ], + [ + "ĠCE", + "T" + ], + [ + "o", + "pped" + ], + [ + "op", + "ped" + ], + [ + "opp", + "ed" + ], + [ + "ĠB", + "b" + ], + [ + "ĠB", + "iot" + ], + [ + "ĠBi", + "ot" + ], + [ + "ĠBio", + "t" + ], + [ + "est", + "ablish" + ], + [ + "Ġv", + "ox" + ], + [ + "Ġvo", + "x" + ], + [ + "ĠH", + "uber" + ], + [ + "ĠHu", + "ber" + ], + [ + "ĠHub", + "er" + ], + [ + "ĠW", + "OM" + ], + [ + "ĠD", + "ickson" + ], + [ + "ĠDick", + "son" + ], + [ + "ĠR", + "ach" + ], + [ + "ĠRa", + "ch" + ], + [ + "ĠRac", + "h" + ], + [ + "og", + "aster" + ], + [ + "oga", + "ster" + ], + [ + "ogas", + "ter" + ], + [ + "ĠN", + "okia" + ], + [ + "ĠG", + "age" + ], + [ + "ĠGa", + "ge" + ], + [ + "ĠGag", + "e" + ], + [ + "ĠL", + "AD" + ], + [ + "ĠLA", + "D" + ], + [ + "ĠL", + "hasa" + ], + [ + "red", + "ibly" + ], + [ + "e", + "cing" + ], + [ + "ec", + "ing" + ], + [ + "ar", + "elli" + ], + [ + "are", + "lli" + ], + [ + "arel", + "li" + ], + [ + "Ġper", + "igee" + ], + [ + "Ġperi", + "gee" + ], + [ + "Ġar", + "thur" + ], + [ + "Ġarth", + "ur" + ], + [ + "ĠSt", + "oring" + ], + [ + "ĠSto", + "ring" + ], + [ + "ĠStor", + "ing" + ], + [ + "er", + "vant" + ], + [ + "erv", + "ant" + ], + [ + "erva", + "nt" + ], + [ + "Ġspec", + "ulators" + ], + [ + "ov", + "ans" + ], + [ + "ova", + "ns" + ], + [ + "ovan", + "s" + ], + [ + "Ġm", + "emes" + ], + [ + "Ġme", + "mes" + ], + [ + "Ġmem", + "es" + ], + [ + "Ġmeme", + "s" + ], + [ + "ĠSc", + "ala" + ], + [ + "ĠScal", + "a" + ], + [ + "-", + "sent" + ], + [ + "-s", + "ent" + ], + [ + "-se", + "nt" + ], + [ + "Ġret", + "icul" + ], + [ + "Ġretic", + "ul" + ], + [ + "Ġmat", + "riarch" + ], + [ + "Ġpass", + "ers" + ], + [ + "Ġpas", + "sers" + ], + [ + "Ġpasser", + "s" + ], + [ + "ĠPh", + "rase" + ], + [ + "ĠB", + "eaux" + ], + [ + "ĠBe", + "aux" + ], + [ + "ĠBeau", + "x" + ], + [ + "Ġspecial", + "ise" + ], + [ + "Ġcharacter", + "isation" + ], + [ + "Ġer", + "odes" + ], + [ + "Ġerode", + "s" + ], + [ + "be", + "ard" + ], + [ + "bear", + "d" + ], + [ + "ĠF", + "rust" + ], + [ + "ĠFr", + "ust" + ], + [ + "ann", + "ock" + ], + [ + "Ġst", + "eers" + ], + [ + "Ġste", + "ers" + ], + [ + "Ġsteer", + "s" + ], + [ + "Ġb", + "raid" + ], + [ + "Ġbr", + "aid" + ], + [ + "Ġbra", + "id" + ], + [ + "Ġm", + "essing" + ], + [ + "Ġmess", + "ing" + ], + [ + "Ġmes", + "sing" + ], + [ + "ĠPres", + "cott" + ], + [ + "ĠRec", + "order" + ], + [ + "ĠRecord", + "er" + ], + [ + "ĠRec", + "reational" + ], + [ + "ĠRecreation", + "al" + ], + [ + "ĠMon", + "opoly" + ], + [ + "ĠMono", + "poly" + ], + [ + "ĠSw", + "aziland" + ], + [ + "Ġtit", + "ration" + ], + [ + "Ġord", + "inal" + ], + [ + "Ġordin", + "al" + ], + [ + "A", + "CY" + ], + [ + "AC", + "Y" + ], + [ + "f", + "lash" + ], + [ + "fl", + "ash" + ], + [ + "ĠAut", + "onomy" + ], + [ + "ĠL", + "etting" + ], + [ + "ĠLe", + "tting" + ], + [ + "ĠLet", + "ting" + ], + [ + "ĠLett", + "ing" + ], + [ + "ĠSpec", + "ifications" + ], + [ + "ĠSpecific", + "ations" + ], + [ + "ĠSpecification", + "s" + ], + [ + "Ġoption", + "ally" + ], + [ + "Ġoptional", + "ly" + ], + [ + "ĠMa", + "ize" + ], + [ + "ĠMai", + "ze" + ], + [ + "ĠUnder", + "world" + ], + [ + "-", + "spread" + ], + [ + "-sp", + "read" + ], + [ + "ĠH", + "oli" + ], + [ + "ĠHol", + "i" + ], + [ + "ĠHo", + "li" + ], + [ + "ĠMart", + "ins" + ], + [ + "ĠMartin", + "s" + ], + [ + "ĠO", + "uts" + ], + [ + "ĠOut", + "s" + ], + [ + "ĠOu", + "ts" + ], + [ + "Ġd", + "usting" + ], + [ + "Ġdust", + "ing" + ], + [ + "ĠHome", + "opathy" + ], + [ + "Ġp", + "rawn" + ], + [ + "Ġpr", + "awn" + ], + [ + "Ġpra", + "wn" + ], + [ + "ĠL", + "oeb" + ], + [ + "ĠLo", + "eb" + ], + [ + "Ġcann", + "ibal" + ], + [ + "Ġcannib", + "al" + ], + [ + "ĠIslam", + "abad" + ], + [ + "Ġc", + "ulled" + ], + [ + "Ġcul", + "led" + ], + [ + "Ġcull", + "ed" + ], + [ + "ĠKar", + "ate" + ], + [ + "ĠKa", + "rate" + ], + [ + "ĠKara", + "te" + ], + [ + "ĠMess", + "ianic" + ], + [ + "ĠP", + "aths" + ], + [ + "ĠPat", + "hs" + ], + [ + "ĠPath", + "s" + ], + [ + "ĠPa", + "ths" + ], + [ + "ĠCarl", + "ton" + ], + [ + "Ġsho", + "als" + ], + [ + "ĠOR", + "GAN" + ], + [ + "Ġpersec", + "utions" + ], + [ + "Ġpersecution", + "s" + ], + [ + "u", + "fa" + ], + [ + "uf", + "a" + ], + [ + "Ġcraw", + "lers" + ], + [ + "Ġcrawl", + "ers" + ], + [ + "ĠInv", + "ited" + ], + [ + "ĠInvite", + "d" + ], + [ + "ĠHa", + "itians" + ], + [ + "ĠHait", + "ians" + ], + [ + "ĠHaiti", + "ans" + ], + [ + "ĠHaitian", + "s" + ], + [ + "ĠRabb", + "is" + ], + [ + "ĠRab", + "bis" + ], + [ + "ĠRabbi", + "s" + ], + [ + "c", + "lassical" + ], + [ + "class", + "ical" + ], + [ + "classic", + "al" + ], + [ + "Ġdetox", + "ifying" + ], + [ + "Ġdetoxify", + "ing" + ], + [ + "Ġexempl", + "ar" + ], + [ + "Commun", + "ities" + ], + [ + "ĠCrus", + "ader" + ], + [ + "ĠCrusade", + "r" + ], + [ + "hyth", + "mic" + ], + [ + "hythm", + "ic" + ], + [ + "Val", + "ues" + ], + [ + "Value", + "s" + ], + [ + "ÉĻ", + "n" + ], + [ + "Wind", + "ow" + ], + [ + "Ġrav", + "ines" + ], + [ + "Ġravine", + "s" + ], + [ + "Ġran", + "cher" + ], + [ + "Ġranc", + "her" + ], + [ + "Ġranch", + "er" + ], + [ + "ĠGlac", + "iers" + ], + [ + "ĠGlacier", + "s" + ], + [ + "ĠBridge", + "t" + ], + [ + "ĠBrid", + "get" + ], + [ + "ĠB", + "aku" + ], + [ + "ĠBa", + "ku" + ], + [ + "ĠBak", + "u" + ], + [ + "ÙIJ", + "ÙĬ" + ], + [ + "ĠClement", + "e" + ], + [ + "ĠUnd", + "oubtedly" + ], + [ + "Ġsequest", + "ered" + ], + [ + "Ġsequester", + "ed" + ], + [ + "Mad", + "ison" + ], + [ + "-brain", + "er" + ], + [ + "ĠSe", + "vern" + ], + [ + "ĠSever", + "n" + ], + [ + "Ġcarot", + "enoid" + ], + [ + "Ġcaroten", + "oid" + ], + [ + "Ġmillisec", + "ond" + ], + [ + "Ġsyn", + "ergies" + ], + [ + "Ġsynerg", + "ies" + ], + [ + "Ġaber", + "rant" + ], + [ + "ĠCay", + "man" + ], + [ + "ĠAmer", + "ind" + ], + [ + "åŃ", + "¦" + ], + [ + "ĠAttend", + "ance" + ], + [ + "Ġperplex", + "ed" + ], + [ + "ĠProsper", + "ity" + ], + [ + "-", + "memory" + ], + [ + "-mem", + "ory" + ], + [ + "VENT", + "ION" + ], + [ + "ecum", + "seh" + ], + [ + "Ñģк", + "и" + ], + [ + "ĠPhyll", + "is" + ], + [ + "ĠPhy", + "llis" + ], + [ + "Ġdisenf", + "ranchised" + ], + [ + "ĠHumming", + "bird" + ], + [ + "en", + "cyclopedia" + ], + [ + "encycl", + "opedia" + ], + [ + "ĠAstra", + "Zeneca" + ], + [ + "Ġcipher", + "s" + ], + [ + "Ġcip", + "hers" + ], + [ + "-Non", + "Commercial" + ], + [ + "Ġpizza", + "s" + ], + [ + "Ġpizz", + "as" + ], + [ + "ĠPor", + "sche" + ], + [ + "ĠPors", + "che" + ], + [ + "Ġ", + "Ú©" + ], + [ + "-", + "are" + ], + [ + "-a", + "re" + ], + [ + "-ar", + "e" + ], + [ + ".", + "However" + ], + [ + ".How", + "ever" + ], + [ + ".", + "â̦Ċ" + ], + [ + ".â̦", + "Ċ" + ], + [ + "A", + "ld" + ], + [ + "Al", + "d" + ], + [ + "F", + "ixed" + ], + [ + "M", + "unicip" + ], + [ + "Y", + "K" + ], + [ + "c", + "reen" + ], + [ + "cr", + "een" + ], + [ + "e", + "lement" + ], + [ + "el", + "ement" + ], + [ + "ele", + "ment" + ], + [ + "f", + "inding" + ], + [ + "fin", + "ding" + ], + [ + "find", + "ing" + ], + [ + "v", + "ale" + ], + [ + "val", + "e" + ], + [ + "va", + "le" + ], + [ + "w", + "iki" + ], + [ + "wi", + "ki" + ], + [ + "Ġo", + "ars" + ], + [ + "Ġp", + "ust" + ], + [ + "Ġpus", + "t" + ], + [ + "Ġpu", + "st" + ], + [ + "Ġp", + "soriatic" + ], + [ + "i", + "locks" + ], + [ + "il", + "ocks" + ], + [ + "ilo", + "cks" + ], + [ + "Ġl", + "iar" + ], + [ + "Ġli", + "ar" + ], + [ + "Ġlia", + "r" + ], + [ + "st", + "arch" + ], + [ + "star", + "ch" + ], + [ + "u", + "rat" + ], + [ + "ur", + "at" + ], + [ + "ura", + "t" + ], + [ + "ĠA", + "rom" + ], + [ + "ĠAr", + "om" + ], + [ + "ĠS", + "iam" + ], + [ + "ĠSi", + "am" + ], + [ + "ĠS", + "EA" + ], + [ + "ĠSE", + "A" + ], + [ + "ĠC", + "au" + ], + [ + "ĠCa", + "u" + ], + [ + "ĠC", + "umbria" + ], + [ + "ĠM", + "ighty" + ], + [ + "ĠMight", + "y" + ], + [ + "op", + "hora" + ], + [ + "oph", + "ora" + ], + [ + "ophor", + "a" + ], + [ + "Ġ", + "Hs" + ], + [ + "ĠH", + "s" + ], + [ + "ĠH", + "oe" + ], + [ + "ĠHo", + "e" + ], + [ + "ĠH", + "agar" + ], + [ + "ĠHa", + "gar" + ], + [ + "ĠHag", + "ar" + ], + [ + "ĠH", + "DPE" + ], + [ + "ĠHD", + "PE" + ], + [ + "Ġch", + "akra" + ], + [ + "Ġchak", + "ra" + ], + [ + "ĠF", + "IV" + ], + [ + "ĠFI", + "V" + ], + [ + "ĠF", + "AST" + ], + [ + "ĠFA", + "ST" + ], + [ + "ĠFAS", + "T" + ], + [ + "Ġsh", + "ingle" + ], + [ + "Ġshin", + "gle" + ], + [ + "Ġsh", + "attering" + ], + [ + "Ġshatter", + "ing" + ], + [ + "og", + "raf" + ], + [ + "ĠN", + "VIDIA" + ], + [ + "r", + "ios" + ], + [ + "ri", + "os" + ], + [ + "rio", + "s" + ], + [ + "ĠG", + "oths" + ], + [ + "ĠGo", + "ths" + ], + [ + "ĠGot", + "hs" + ], + [ + "ĠGoth", + "s" + ], + [ + "Ġad", + "oration" + ], + [ + "ĠU", + "HF" + ], + [ + "ĠUH", + "F" + ], + [ + "a", + "vity" + ], + [ + "av", + "ity" + ], + [ + "avi", + "ty" + ], + [ + "avit", + "y" + ], + [ + "Ġtim", + "ings" + ], + [ + "Ġtiming", + "s" + ], + [ + "Ġun", + "ass" + ], + [ + "Ġuna", + "ss" + ], + [ + "or", + "sky" + ], + [ + "ors", + "ky" + ], + [ + "orsk", + "y" + ], + [ + "ĠK", + "ubernetes" + ], + [ + "Ġover", + "used" + ], + [ + "Ġoveruse", + "d" + ], + [ + "ĠV", + "ocal" + ], + [ + "ĠVo", + "cal" + ], + [ + "ĠVoc", + "al" + ], + [ + "Ġsp", + "ecks" + ], + [ + "Ġspec", + "ks" + ], + [ + "Ġspe", + "cks" + ], + [ + "Ġspeck", + "s" + ], + [ + "Ġind", + "estruct" + ], + [ + "Ġ", + "amines" + ], + [ + "Ġa", + "mines" + ], + [ + "Ġam", + "ines" + ], + [ + "Ġamin", + "es" + ], + [ + "Ġtrans", + "its" + ], + [ + "Ġtransit", + "s" + ], + [ + "Ġafter", + "shocks" + ], + [ + "ivers", + "aries" + ], + [ + "Ġc", + "aud" + ], + [ + "Ġca", + "ud" + ], + [ + "Ġmon", + "ologue" + ], + [ + "Ġdef", + "ensible" + ], + [ + "Ġperson", + "ified" + ], + [ + "ther", + "eal" + ], + [ + "the", + "real" + ], + [ + "there", + "al" + ], + [ + "âĢĶ", + "would" + ], + [ + "ar", + "che" + ], + [ + "arch", + "e" + ], + [ + "arc", + "he" + ], + [ + "Ġfore", + "word" + ], + [ + "ĠRes", + "idence" + ], + [ + "ĠResid", + "ence" + ], + [ + "Ġ", + "marin" + ], + [ + "Ġm", + "arin" + ], + [ + "Ġma", + "rin" + ], + [ + "Ġmar", + "in" + ], + [ + "ĠPl", + "iocene" + ], + [ + "Ġhead", + "way" + ], + [ + "Ġcon", + "desc" + ], + [ + "Ġcond", + "esc" + ], + [ + "-", + "dark" + ], + [ + "-d", + "ark" + ], + [ + "Ġch", + "oirs" + ], + [ + "Ġcho", + "irs" + ], + [ + "Ġchoir", + "s" + ], + [ + "Ġheart", + "felt" + ], + [ + "Ġbrain", + "child" + ], + [ + "Ġline", + "up" + ], + [ + "-t", + "asking" + ], + [ + "un", + "gi" + ], + [ + "ung", + "i" + ], + [ + "ĠC", + "ara" + ], + [ + "ĠCar", + "a" + ], + [ + "ĠCa", + "ra" + ], + [ + "r", + "ictive" + ], + [ + "ri", + "ctive" + ], + [ + "rict", + "ive" + ], + [ + "Ġport", + "raiture" + ], + [ + "Ġportrait", + "ure" + ], + [ + "ĠP", + "rints" + ], + [ + "ĠPr", + "ints" + ], + [ + "ĠPrint", + "s" + ], + [ + "ĠMan", + "x" + ], + [ + "ĠG", + "uine" + ], + [ + "ĠGu", + "ine" + ], + [ + "ĠGuin", + "e" + ], + [ + "Ġnormal", + "cy" + ], + [ + "ĠInstit", + "uto" + ], + [ + "ĠInstitut", + "o" + ], + [ + "Ġap", + "othe" + ], + [ + "Ġapo", + "the" + ], + [ + "P", + "AP" + ], + [ + "PA", + "P" + ], + [ + "at", + "tel" + ], + [ + "att", + "el" + ], + [ + "Ġbal", + "lad" + ], + [ + "Ġball", + "ad" + ], + [ + "Ġt", + "itan" + ], + [ + "Ġtit", + "an" + ], + [ + "Ġti", + "tan" + ], + [ + "ros", + "clerotic" + ], + [ + "b", + "urning" + ], + [ + "bur", + "ning" + ], + [ + "burn", + "ing" + ], + [ + "-", + "element" + ], + [ + "-e", + "lement" + ], + [ + "-el", + "ement" + ], + [ + "-ele", + "ment" + ], + [ + "ĠBra", + "que" + ], + [ + "ĠBr", + "aque" + ], + [ + "ĠSch", + "mitt" + ], + [ + "ĠSchm", + "itt" + ], + [ + "ament", + "ally" + ], + [ + "amental", + "ly" + ], + [ + "ĠCor", + "rosion" + ], + [ + "Ġseed", + "less" + ], + [ + "Ġsac", + "ral" + ], + [ + "Ġsacr", + "al" + ], + [ + "Ġsacra", + "l" + ], + [ + "ĠInter", + "pre" + ], + [ + "Ġcampaign", + "er" + ], + [ + "S", + "pend" + ], + [ + "Sp", + "end" + ], + [ + "ĠS", + "erb" + ], + [ + "ĠSer", + "b" + ], + [ + "Ġsyn", + "chrotron" + ], + [ + "R", + "IA" + ], + [ + "RI", + "A" + ], + [ + "as", + "pers" + ], + [ + "asp", + "ers" + ], + [ + "asper", + "s" + ], + [ + "Ġimper", + "iled" + ], + [ + "ĠLong", + "fellow" + ], + [ + "-ch", + "anger" + ], + [ + "-change", + "r" + ], + [ + "Ġinner", + "v" + ], + [ + "Ġinn", + "erv" + ], + [ + "ĠP", + "etition" + ], + [ + "ĠPet", + "ition" + ], + [ + "ĠPetit", + "ion" + ], + [ + "ĠEp", + "iphany" + ], + [ + "ĠBul", + "b" + ], + [ + "ĠBu", + "lb" + ], + [ + "Ġsuit", + "case" + ], + [ + "author", + "ised" + ], + [ + "fe", + "atures" + ], + [ + "Trans", + "mission" + ], + [ + "-", + "heart" + ], + [ + "-he", + "art" + ], + [ + "Ġrefriger", + "ants" + ], + [ + "Ġrefrigerant", + "s" + ], + [ + "Ġmacro", + "in" + ], + [ + "Ġsink", + "holes" + ], + [ + "Ġsinkhole", + "s" + ], + [ + "ro", + "dis" + ], + [ + "rod", + "is" + ], + [ + "ĠTo", + "urist" + ], + [ + "ĠTour", + "ist" + ], + [ + "ĠTou", + "rist" + ], + [ + "ĠAlb", + "ion" + ], + [ + "Ġupt", + "ick" + ], + [ + "ĠAlexand", + "re" + ], + [ + "Ġpredisp", + "osing" + ], + [ + "ĠRow", + "land" + ], + [ + "ä¸", + "į" + ], + [ + "-", + "plane" + ], + [ + "-p", + "lane" + ], + [ + "-pl", + "ane" + ], + [ + "-plan", + "e" + ], + [ + "Ġdynam", + "ite" + ], + [ + "Ult", + "ra" + ], + [ + "Ul", + "tra" + ], + [ + "Along", + "side" + ], + [ + "re", + "quisite" + ], + [ + "requis", + "ite" + ], + [ + "Ġreplen", + "ishment" + ], + [ + "Ġreplenish", + "ment" + ], + [ + "ni", + "kov" + ], + [ + "nik", + "ov" + ], + [ + "ĠPant", + "heon" + ], + [ + "ĠReich", + "stag" + ], + [ + "-", + "flat" + ], + [ + "-f", + "lat" + ], + [ + "-fl", + "at" + ], + [ + "ĠExpert", + "ise" + ], + [ + "Ġhope", + "lessly" + ], + [ + "Ġhopeless", + "ly" + ], + [ + "Ġadmire", + "rs" + ], + [ + "ÅĤ", + "aw" + ], + [ + "ĠCont", + "ributing" + ], + [ + "ĠContribut", + "ing" + ], + [ + "ĠPup", + "il" + ], + [ + "Lev", + "iticus" + ], + [ + "Ġaber", + "rations" + ], + [ + "Ġaberration", + "s" + ], + [ + "Ġskyrock", + "eting" + ], + [ + "ĠT", + "oxins" + ], + [ + "ĠTox", + "ins" + ], + [ + "ĠChampions", + "hips" + ], + [ + "ĠChampion", + "ships" + ], + [ + "ĠChampionship", + "s" + ], + [ + "ĠArtemis", + "ia" + ], + [ + "ĠFreed", + "man" + ], + [ + "ĠFant", + "asy" + ], + [ + "To", + "ward" + ], + [ + "Tow", + "ard" + ], + [ + "ĠFract", + "ure" + ], + [ + "Manufact", + "urers" + ], + [ + "ĠAnto", + "inette" + ], + [ + "ĠAntoine", + "tte" + ], + [ + "Columb", + "us" + ], + [ + "o", + "fluor" + ], + [ + "oflu", + "or" + ], + [ + "Swed", + "ish" + ], + [ + "olin", + "ska" + ], + [ + "olins", + "ka" + ], + [ + "ĠOrph", + "an" + ], + [ + "-syn", + "uclein" + ], + [ + "nowled", + "ging" + ], + [ + "ĠJawahar", + "lal" + ], + [ + "Ġsocio", + "cultural" + ], + [ + "Ġsocioc", + "ultural" + ], + [ + "\"", + "C" + ], + [ + "\"", + "Although" + ], + [ + "(", + "red" + ], + [ + "-", + "ce" + ], + [ + "-c", + "e" + ], + [ + "-", + "ons" + ], + [ + "-on", + "s" + ], + [ + "-o", + "ns" + ], + [ + "-", + "stem" + ], + [ + "-s", + "tem" + ], + [ + "-st", + "em" + ], + [ + "-ste", + "m" + ], + [ + "/", + "MS" + ], + [ + "/M", + "S" + ], + [ + "I", + "owa" + ], + [ + "M", + "ine" + ], + [ + "Min", + "e" + ], + [ + "Mi", + "ne" + ], + [ + "P", + "ant" + ], + [ + "Pan", + "t" + ], + [ + "Pa", + "nt" + ], + [ + "T", + "ib" + ], + [ + "Ti", + "b" + ], + [ + "W", + "Y" + ], + [ + "X", + "P" + ], + [ + "c", + "ribing" + ], + [ + "d", + "iversity" + ], + [ + "d", + "ropping" + ], + [ + "dr", + "opping" + ], + [ + "drop", + "ping" + ], + [ + "dro", + "pping" + ], + [ + "h", + "ub" + ], + [ + "hu", + "b" + ], + [ + "r", + "ero" + ], + [ + "re", + "ro" + ], + [ + "rer", + "o" + ], + [ + "Ġs", + "ult" + ], + [ + "Ġsu", + "lt" + ], + [ + "Ġsul", + "t" + ], + [ + "Ġs", + "abbath" + ], + [ + "Ġsab", + "bath" + ], + [ + "i", + "ten" + ], + [ + "it", + "en" + ], + [ + "ite", + "n" + ], + [ + "Ġb", + "unnies" + ], + [ + "a", + "nu" + ], + [ + "an", + "u" + ], + [ + "Ġm", + "anta" + ], + [ + "Ġman", + "ta" + ], + [ + "Ġmant", + "a" + ], + [ + "Ġre", + "els" + ], + [ + "Ġree", + "ls" + ], + [ + "Ġreel", + "s" + ], + [ + "l", + "yt" + ], + [ + "ly", + "t" + ], + [ + "s", + "eal" + ], + [ + "se", + "al" + ], + [ + "sea", + "l" + ], + [ + "ĠT", + "REAT" + ], + [ + "r", + "agan" + ], + [ + "ra", + "gan" + ], + [ + "rag", + "an" + ], + [ + "Ġ", + "ford" + ], + [ + "Ġf", + "ord" + ], + [ + "Ġfor", + "d" + ], + [ + "Ġfo", + "rd" + ], + [ + "ĠA", + "ks" + ], + [ + "ĠAk", + "s" + ], + [ + "ĠS", + "amb" + ], + [ + "ĠSam", + "b" + ], + [ + "ĠSa", + "mb" + ], + [ + "ĠC", + "ITY" + ], + [ + "ĠCIT", + "Y" + ], + [ + "Ġor", + "ca" + ], + [ + "ĠP", + "ann" + ], + [ + "ĠPan", + "n" + ], + [ + "ĠPa", + "nn" + ], + [ + "ĠP", + "AM" + ], + [ + "ĠPA", + "M" + ], + [ + "ĠB", + "ella" + ], + [ + "ĠBe", + "lla" + ], + [ + "ĠBel", + "la" + ], + [ + "ĠBell", + "a" + ], + [ + "Ġcan", + "ad" + ], + [ + "i", + "vings" + ], + [ + "iv", + "ings" + ], + [ + "iving", + "s" + ], + [ + "ĠH", + "af" + ], + [ + "ĠHa", + "f" + ], + [ + "Ġ", + "WD" + ], + [ + "ĠW", + "D" + ], + [ + "ĠD", + "ill" + ], + [ + "ĠDi", + "ll" + ], + [ + "ĠDil", + "l" + ], + [ + "ĠF", + "ink" + ], + [ + "ĠFin", + "k" + ], + [ + "ĠR", + "ens" + ], + [ + "ĠRe", + "ns" + ], + [ + "ĠRen", + "s" + ], + [ + "Ġ", + "GER" + ], + [ + "ĠG", + "ER" + ], + [ + "ĠGE", + "R" + ], + [ + "an", + "si" + ], + [ + "ans", + "i" + ], + [ + "Ġdis", + "figure" + ], + [ + "Ġm", + "anna" + ], + [ + "Ġman", + "na" + ], + [ + "Ġbut", + "termilk" + ], + [ + "Ġbutter", + "milk" + ], + [ + "i", + "rez" + ], + [ + "ir", + "ez" + ], + [ + "ire", + "z" + ], + [ + "ĠK", + "ling" + ], + [ + "ĠKl", + "ing" + ], + [ + "Ġacc", + "ords" + ], + [ + "Ġaccord", + "s" + ], + [ + "ov", + "itch" + ], + [ + "Ġreg", + "rets" + ], + [ + "Ġregret", + "s" + ], + [ + "Ġsupp", + "osition" + ], + [ + "Ġsup", + "position" + ], + [ + "at", + "ah" + ], + [ + "ata", + "h" + ], + [ + "Ġher", + "pet" + ], + [ + "Ġpol", + "ity" + ], + [ + "Ġpolit", + "y" + ], + [ + "Ġpoli", + "ty" + ], + [ + "Ġcent", + "ri" + ], + [ + "Ġcentr", + "i" + ], + [ + "Ġcen", + "tri" + ], + [ + "Ġread", + "just" + ], + [ + "con", + "struction" + ], + [ + "const", + "ruction" + ], + [ + "Ġshe", + "aths" + ], + [ + "Ġsheath", + "s" + ], + [ + "Ġgo", + "odies" + ], + [ + "Ġgood", + "ies" + ], + [ + "Ġst", + "rum" + ], + [ + "Ġstr", + "um" + ], + [ + "Ġstru", + "m" + ], + [ + "ĠSc", + "rub" + ], + [ + "acter", + "ium" + ], + [ + "cl", + "ub" + ], + [ + "Ġprof", + "ane" + ], + [ + "er", + "names" + ], + [ + "ern", + "ames" + ], + [ + "ername", + "s" + ], + [ + "Ġmil", + "ks" + ], + [ + "Ġmilk", + "s" + ], + [ + "ĠS", + "hame" + ], + [ + "ĠSh", + "ame" + ], + [ + "ĠSha", + "me" + ], + [ + "ĠSham", + "e" + ], + [ + "ĠSh", + "ifting" + ], + [ + "ĠShi", + "fting" + ], + [ + "ĠShift", + "ing" + ], + [ + "Ġter", + "rors" + ], + [ + "Ġterror", + "s" + ], + [ + "Ġterr", + "ors" + ], + [ + "ĠCl", + "arity" + ], + [ + "ĠClar", + "ity" + ], + [ + "ĠCla", + "rity" + ], + [ + "ĠCol", + "umns" + ], + [ + "ĠColumn", + "s" + ], + [ + "ĠCan", + "is" + ], + [ + "ĠCa", + "nis" + ], + [ + "Ġbrain", + "waves" + ], + [ + "Ġbrainwave", + "s" + ], + [ + "-", + "money" + ], + [ + "-m", + "oney" + ], + [ + "-mon", + "ey" + ], + [ + "ont", + "ologists" + ], + [ + "ĠBl", + "iss" + ], + [ + "be", + "havior" + ], + [ + "-", + "liter" + ], + [ + "-l", + "iter" + ], + [ + "-lit", + "er" + ], + [ + "ĠGen", + "omic" + ], + [ + "ĠPr", + "imate" + ], + [ + "ĠPrim", + "ate" + ], + [ + "ĠPri", + "mate" + ], + [ + "ow", + "ska" + ], + [ + "ows", + "ka" + ], + [ + "ID", + "ENT" + ], + [ + "IDE", + "NT" + ], + [ + "Ġ", + "ledge" + ], + [ + "Ġl", + "edge" + ], + [ + "Ġled", + "ge" + ], + [ + "alu", + "ky" + ], + [ + "Ġvit", + "iligo" + ], + [ + "Ġir", + "idium" + ], + [ + "ĠMore", + "no" + ], + [ + "ĠMor", + "eno" + ], + [ + "-g", + "athering" + ], + [ + "ĠEl", + "gin" + ], + [ + "ĠSw", + "anson" + ], + [ + "ĠSwan", + "son" + ], + [ + "ĠBar", + "ley" + ], + [ + "Ġst", + "arg" + ], + [ + "Ġstar", + "g" + ], + [ + "Ġsp", + "ringing" + ], + [ + "Ġspring", + "ing" + ], + [ + "Ġspr", + "inging" + ], + [ + "Ġstore", + "y" + ], + [ + "Ġsto", + "rey" + ], + [ + "Ġtrig", + "eminal" + ], + [ + "il", + "itar" + ], + [ + "ilit", + "ar" + ], + [ + "ili", + "tar" + ], + [ + "-", + "learn" + ], + [ + "-le", + "arn" + ], + [ + "AM", + "ES" + ], + [ + "AME", + "S" + ], + [ + "S", + "hift" + ], + [ + "Sh", + "ift" + ], + [ + "Most", + "ly" + ], + [ + "-", + "Moon" + ], + [ + "-M", + "oon" + ], + [ + "ĠMar", + "kers" + ], + [ + "ĠMark", + "ers" + ], + [ + "ĠMarker", + "s" + ], + [ + "Pl", + "ans" + ], + [ + "Plan", + "s" + ], + [ + "Con", + "n" + ], + [ + "Co", + "nn" + ], + [ + "Ġkn", + "uckle" + ], + [ + "Ġwel", + "der" + ], + [ + "Ġweld", + "er" + ], + [ + "ĠSal", + "inas" + ], + [ + "Ġgall", + "ant" + ], + [ + "S", + "core" + ], + [ + "Sc", + "ore" + ], + [ + "Äģ", + "s" + ], + [ + "Ġundert", + "akings" + ], + [ + "Ġundertaking", + "s" + ], + [ + "Ġfurn", + "ishing" + ], + [ + "Ġfurnish", + "ing" + ], + [ + "i", + "hara" + ], + [ + "ih", + "ara" + ], + [ + "-v", + "iolet" + ], + [ + "ĠLib", + "ra" + ], + [ + "ĠLi", + "bra" + ], + [ + "ĠLibr", + "a" + ], + [ + "ĠCor", + "ners" + ], + [ + "ĠCorn", + "ers" + ], + [ + "ĠCorner", + "s" + ], + [ + "ĠOl", + "af" + ], + [ + "ĠSpirit", + "uality" + ], + [ + "ĠSpiritual", + "ity" + ], + [ + "Ġopposition", + "al" + ], + [ + "ĠSqu", + "ares" + ], + [ + "ĠSquare", + "s" + ], + [ + "Ġb", + "loat" + ], + [ + "Ġblo", + "at" + ], + [ + "ĠTable", + "t" + ], + [ + "ĠTab", + "let" + ], + [ + "-", + "intuitive" + ], + [ + "-int", + "uitive" + ], + [ + "ĠLuc", + "ifer" + ], + [ + "ĠBer", + "ners" + ], + [ + "ĠBern", + "ers" + ], + [ + "ĠBern", + "oulli" + ], + [ + "Ġ", + "??" + ], + [ + "Ġ?", + "?" + ], + [ + "Ġ", + "व" + ], + [ + "Ġà¤", + "µ" + ], + [ + "-p", + "article" + ], + [ + "-part", + "icle" + ], + [ + "/her", + "self" + ], + [ + "ĠDur", + "kheim" + ], + [ + "Ġnoble", + "men" + ], + [ + "Ġexacerb", + "ation" + ], + [ + "P", + "aras" + ], + [ + "Par", + "as" + ], + [ + "Pa", + "ras" + ], + [ + "AS", + "TM" + ], + [ + "AST", + "M" + ], + [ + "TR", + "AN" + ], + [ + "Ġunh", + "armed" + ], + [ + "ĠAnat", + "olian" + ], + [ + "ĠAnatolia", + "n" + ], + [ + "Ġculmin", + "ate" + ], + [ + "Ġtrans", + "ect" + ], + [ + "Ġtran", + "sect" + ], + [ + "Techn", + "ological" + ], + [ + "ĠFel", + "ipe" + ], + [ + "Ġamp", + "hetamines" + ], + [ + "Re", + "vised" + ], + [ + "Rev", + "ised" + ], + [ + "Ġinsult", + "ed" + ], + [ + "Ġacry", + "lamide" + ], + [ + "ĠSe", + "wer" + ], + [ + "ĠSew", + "er" + ], + [ + "ĠScar", + "borough" + ], + [ + "Ber", + "lin" + ], + [ + "Bro", + "ok" + ], + [ + "Br", + "ook" + ], + [ + "ĠTrade", + "mark" + ], + [ + "ĠTrad", + "emark" + ], + [ + "ĠWend", + "ell" + ], + [ + "ĠWen", + "dell" + ], + [ + "ĠTah", + "iti" + ], + [ + "Ġposit", + "ron" + ], + [ + "Ġcounterfe", + "iting" + ], + [ + "Ġcounterfeit", + "ing" + ], + [ + "ĠComp", + "leted" + ], + [ + "ĠCom", + "pleted" + ], + [ + "ĠComplete", + "d" + ], + [ + "ĠCompl", + "eted" + ], + [ + "ĠComple", + "ted" + ], + [ + "ĠAd", + "olescence" + ], + [ + "ĠAdolesc", + "ence" + ], + [ + "ĠOber", + "lin" + ], + [ + "Ġsurm", + "ounted" + ], + [ + "Ġquadru", + "ple" + ], + [ + "Ġpyro", + "clastic" + ], + [ + "Poll", + "ution" + ], + [ + "Ġskirm", + "ishes" + ], + [ + "Ġskirmish", + "es" + ], + [ + "Ġwatercolor", + "s" + ], + [ + "Ġwatercol", + "ors" + ], + [ + "ĠCha", + "gas" + ], + [ + "ĠChag", + "as" + ], + [ + "ĠMar", + "quette" + ], + [ + "ĠMarqu", + "ette" + ], + [ + "ĠChol", + "era" + ], + [ + "era", + "tops" + ], + [ + "erat", + "ops" + ], + [ + "Ġchief", + "tain" + ], + [ + "Ġchieft", + "ain" + ], + [ + "Ġeuphem", + "ism" + ], + [ + "ĠVEG", + "F" + ], + [ + "ĠRug", + "by" + ], + [ + "Ġnug", + "gets" + ], + [ + "ĠWehr", + "macht" + ], + [ + "Ġ", + "io" + ], + [ + "Ġi", + "o" + ], + [ + "\"", + ");" + ], + [ + "\")", + ";" + ], + [ + "-", + "ke" + ], + [ + "-k", + "e" + ], + [ + "/", + "topics" + ], + [ + "C", + "ru" + ], + [ + "Cr", + "u" + ], + [ + "C", + "ape" + ], + [ + "Cap", + "e" + ], + [ + "Ca", + "pe" + ], + [ + "C", + "ensus" + ], + [ + "E", + "valuate" + ], + [ + "H", + "ong" + ], + [ + "Hon", + "g" + ], + [ + "Ho", + "ng" + ], + [ + "I", + "AC" + ], + [ + "IA", + "C" + ], + [ + "K", + "ate" + ], + [ + "Ka", + "te" + ], + [ + "Kat", + "e" + ], + [ + "K", + "ansas" + ], + [ + "L", + "iteracy" + ], + [ + "Liter", + "acy" + ], + [ + "N", + "est" + ], + [ + "Ne", + "st" + ], + [ + "N", + "ik" + ], + [ + "Ni", + "k" + ], + [ + "R", + "osen" + ], + [ + "Ro", + "sen" + ], + [ + "Rose", + "n" + ], + [ + "Ros", + "en" + ], + [ + "S", + "ales" + ], + [ + "Sal", + "es" + ], + [ + "Sa", + "les" + ], + [ + "S", + "olutions" + ], + [ + "Sol", + "utions" + ], + [ + "Solution", + "s" + ], + [ + "T", + "ES" + ], + [ + "TE", + "S" + ], + [ + "T", + "MS" + ], + [ + "TM", + "S" + ], + [ + "W", + "itt" + ], + [ + "Wi", + "tt" + ], + [ + "b", + "ear" + ], + [ + "be", + "ar" + ], + [ + "d", + "ro" + ], + [ + "dr", + "o" + ], + [ + "d", + "angerous" + ], + [ + "w", + "hel" + ], + [ + "wh", + "el" + ], + [ + "Ġ", + "ai" + ], + [ + "Ġa", + "i" + ], + [ + "a", + "then" + ], + [ + "at", + "hen" + ], + [ + "ath", + "en" + ], + [ + "athe", + "n" + ], + [ + "Ġc", + "uckoo" + ], + [ + "Ġin", + "born" + ], + [ + "i", + "cke" + ], + [ + "ic", + "ke" + ], + [ + "ick", + "e" + ], + [ + "ic", + "ators" + ], + [ + "icator", + "s" + ], + [ + "Ġh", + "uddled" + ], + [ + "Ġe", + "ons" + ], + [ + "Ġn", + "oodle" + ], + [ + "i", + "dos" + ], + [ + "id", + "os" + ], + [ + "ido", + "s" + ], + [ + "u", + "rative" + ], + [ + "ur", + "ative" + ], + [ + "urat", + "ive" + ], + [ + "ĠI", + "DF" + ], + [ + "ĠID", + "F" + ], + [ + "Ġ", + "CRI" + ], + [ + "ĠC", + "RI" + ], + [ + "ĠCR", + "I" + ], + [ + "ad", + "renal" + ], + [ + "Ġwh", + "isp" + ], + [ + "Ġwhis", + "p" + ], + [ + "Ġ", + "MER" + ], + [ + "ĠM", + "ER" + ], + [ + "ĠME", + "R" + ], + [ + "e", + "sson" + ], + [ + "es", + "son" + ], + [ + "ess", + "on" + ], + [ + "a", + "bin" + ], + [ + "ab", + "in" + ], + [ + "abi", + "n" + ], + [ + "ĠH", + "IP" + ], + [ + "ĠHI", + "P" + ], + [ + "ĠW", + "m" + ], + [ + "ĠD", + "ependent" + ], + [ + "ĠE", + "min" + ], + [ + "ĠEm", + "in" + ], + [ + "ĠR", + "hea" + ], + [ + "ĠRh", + "ea" + ], + [ + "ĠRhe", + "a" + ], + [ + "un", + "ters" + ], + [ + "unt", + "ers" + ], + [ + "unter", + "s" + ], + [ + "Ġsh", + "ag" + ], + [ + "ĠN", + "ip" + ], + [ + "ĠNi", + "p" + ], + [ + "ĠN", + "ES" + ], + [ + "ĠNE", + "S" + ], + [ + "ĠG", + "av" + ], + [ + "ĠGa", + "v" + ], + [ + "ĠJ", + "ut" + ], + [ + "ĠJu", + "t" + ], + [ + "Ġcl", + "apping" + ], + [ + "Ġclap", + "ping" + ], + [ + "Ġimp", + "romptu" + ], + [ + "Ġper", + "ceptive" + ], + [ + "Ġperce", + "ptive" + ], + [ + "Ġpercept", + "ive" + ], + [ + "Ġun", + "read" + ], + [ + "Ġunre", + "ad" + ], + [ + "b", + "ergen" + ], + [ + "ber", + "gen" + ], + [ + "berg", + "en" + ], + [ + "ĠK", + "s" + ], + [ + "ĠK", + "IDS" + ], + [ + "Ġcons", + "ensual" + ], + [ + "Ġt", + "witch" + ], + [ + "Ġtw", + "itch" + ], + [ + "n", + "eu" + ], + [ + "ne", + "u" + ], + [ + "ad", + "eva" + ], + [ + "ade", + "va" + ], + [ + "iet", + "am" + ], + [ + "t", + "ley" + ], + [ + "tle", + "y" + ], + [ + "ĠAl", + "cott" + ], + [ + "ĠAlc", + "ott" + ], + [ + "any", + "ika" + ], + [ + "-b", + "omb" + ], + [ + "-bo", + "mb" + ], + [ + "ge", + "nus" + ], + [ + "gen", + "us" + ], + [ + "ag", + "nets" + ], + [ + "agn", + "ets" + ], + [ + "agne", + "ts" + ], + [ + "agnet", + "s" + ], + [ + "Ġair", + "fields" + ], + [ + "Ġairfield", + "s" + ], + [ + "Ġdem", + "yel" + ], + [ + "r", + "ises" + ], + [ + "ri", + "ses" + ], + [ + "ris", + "es" + ], + [ + "rise", + "s" + ], + [ + "-", + "fit" + ], + [ + "-f", + "it" + ], + [ + "-fi", + "t" + ], + [ + "-f", + "ungal" + ], + [ + "ĠSh", + "ooting" + ], + [ + "ĠSho", + "oting" + ], + [ + "ĠShoot", + "ing" + ], + [ + "Ġfree", + "zers" + ], + [ + "Ġfre", + "ezers" + ], + [ + "Ġfreeze", + "rs" + ], + [ + "Ġfreezer", + "s" + ], + [ + "-", + "digital" + ], + [ + "-d", + "igital" + ], + [ + "-digit", + "al" + ], + [ + "-dig", + "ital" + ], + [ + "Ġsw", + "astika" + ], + [ + "ĠZ", + "eb" + ], + [ + "ĠZe", + "b" + ], + [ + "A", + "na" + ], + [ + "An", + "a" + ], + [ + "l", + "etin" + ], + [ + "le", + "tin" + ], + [ + "let", + "in" + ], + [ + "Ġprob", + "oscis" + ], + [ + "Ġver", + "min" + ], + [ + "ĠT", + "rash" + ], + [ + "ĠTr", + "ash" + ], + [ + "ĠTra", + "sh" + ], + [ + "ĠMar", + "burg" + ], + [ + "ĠRep", + "etitive" + ], + [ + "ĠMe", + "ier" + ], + [ + "Ġhor", + "ribly" + ], + [ + "Ġhorr", + "ibly" + ], + [ + "ĠAg", + "ric" + ], + [ + "ĠAgri", + "c" + ], + [ + "-st", + "ressed" + ], + [ + "-stress", + "ed" + ], + [ + "Ġweb", + "bing" + ], + [ + "ĠT", + "rained" + ], + [ + "ĠTr", + "ained" + ], + [ + "ĠTra", + "ined" + ], + [ + "ĠTrain", + "ed" + ], + [ + "uff", + "le" + ], + [ + "uf", + "fle" + ], + [ + "i", + "racial" + ], + [ + "ir", + "acial" + ], + [ + "ira", + "cial" + ], + [ + "irac", + "ial" + ], + [ + "ĠMc", + "Far" + ], + [ + "ĠMod", + "ification" + ], + [ + "Ġtele", + "phony" + ], + [ + "ĠAut", + "odesk" + ], + [ + "Ġpl", + "atter" + ], + [ + "Ġplat", + "ter" + ], + [ + "part", + "ite" + ], + [ + "Ġstraight", + "ening" + ], + [ + "Ġstraighten", + "ing" + ], + [ + "pat", + "tern" + ], + [ + "EP", + "CO" + ], + [ + "ĠR", + "obo" + ], + [ + "ĠRo", + "bo" + ], + [ + "ĠRob", + "o" + ], + [ + "Ġexplo", + "itative" + ], + [ + "Ġexploit", + "ative" + ], + [ + "Le", + "vels" + ], + [ + "Level", + "s" + ], + [ + "Lev", + "els" + ], + [ + "Ġconvert", + "ible" + ], + [ + "Ġpel", + "ts" + ], + [ + "Ġprim", + "eval" + ], + [ + "Ġprime", + "val" + ], + [ + "Ġmemor", + "abilia" + ], + [ + "M", + "edication" + ], + [ + "Med", + "ication" + ], + [ + "Medic", + "ation" + ], + [ + "ĠEm", + "ery" + ], + [ + "ĠEmer", + "y" + ], + [ + "ĠEm", + "ergence" + ], + [ + "ĠEmer", + "gence" + ], + [ + "Ġgerm", + "plasm" + ], + [ + "Ġl", + "obed" + ], + [ + "Ġlo", + "bed" + ], + [ + "Ġlob", + "ed" + ], + [ + "Ġlobe", + "d" + ], + [ + "ĠAud", + "rey" + ], + [ + "ĠText", + "books" + ], + [ + "ĠTextbook", + "s" + ], + [ + "mod", + "erate" + ], + [ + "Ġcoinc", + "identally" + ], + [ + "Ġpe", + "cking" + ], + [ + "Ġpec", + "king" + ], + [ + "S", + "upply" + ], + [ + "Supp", + "ly" + ], + [ + "Sup", + "ply" + ], + [ + "Dec", + "ision" + ], + [ + "-al", + "igned" + ], + [ + "-al", + "coholic" + ], + [ + "Ġsucc", + "umbing" + ], + [ + "Ġsuccumb", + "ing" + ], + [ + "found", + "ation" + ], + [ + "Ġ", + "ÏĨ" + ], + [ + "ĠÏ", + "Ĩ" + ], + [ + "Ġdrum", + "ming" + ], + [ + "ĠBah", + "ia" + ], + [ + "Ġsanct", + "ified" + ], + [ + "ĠGi", + "ul" + ], + [ + "ĠAF", + "TER" + ], + [ + "lo", + "gin" + ], + [ + "log", + "in" + ], + [ + "ú", + "n" + ], + [ + "Ġbloss", + "oming" + ], + [ + "Ġblossom", + "ing" + ], + [ + "Ġevap", + "otranspiration" + ], + [ + "Ġpa", + "using" + ], + [ + "Ġpau", + "sing" + ], + [ + "Ġmar", + "vell" + ], + [ + "Ġmarvel", + "l" + ], + [ + "Ġsecret", + "ing" + ], + [ + "Ġsecre", + "ting" + ], + [ + "ĠPrec", + "ambrian" + ], + [ + "ĠMamm", + "oth" + ], + [ + "Ġmock", + "ery" + ], + [ + "Ġnap", + "roxen" + ], + [ + "DB", + "MS" + ], + [ + "ĠM", + "ango" + ], + [ + "ĠMan", + "go" + ], + [ + "ĠMang", + "o" + ], + [ + "Check", + "ing" + ], + [ + "Che", + "cking" + ], + [ + "-Q", + "aeda" + ], + [ + "Ġencaps", + "ulates" + ], + [ + "Ġimpressive", + "ly" + ], + [ + "Ġimpress", + "ively" + ], + [ + "guard", + "ian" + ], + [ + "Comb", + "ined" + ], + [ + "ĠSyl", + "vester" + ], + [ + "Ġneurodeg", + "eneration" + ], + [ + "Ġxen", + "on" + ], + [ + "sil", + "ver" + ], + [ + "Ġtransg", + "ressions" + ], + [ + "Ġtransgression", + "s" + ], + [ + "ĠP", + "rius" + ], + [ + "ĠPr", + "ius" + ], + [ + "ĠPri", + "us" + ], + [ + "Ġnat", + "uropathic" + ], + [ + "ĠHil", + "ary" + ], + [ + "individual", + "s" + ], + [ + "ĠLenn", + "ox" + ], + [ + "Ġpert", + "urbation" + ], + [ + "Ġperturb", + "ation" + ], + [ + "Ġsh", + "uffle" + ], + [ + "Ġshuff", + "le" + ], + [ + "ĠWin", + "slow" + ], + [ + "ĠWins", + "low" + ], + [ + "Ġdemarc", + "ation" + ], + [ + "Ġprohibit", + "ively" + ], + [ + "Ġprohibitive", + "ly" + ], + [ + "Ġtroph", + "ies" + ], + [ + "ĠCair", + "ns" + ], + [ + "ĠDEVELOP", + "MENT" + ], + [ + "Ġpolype", + "ptide" + ], + [ + "-administ", + "ered" + ], + [ + "Ġapocry", + "phal" + ], + [ + "ĠReykj", + "av" + ], + [ + "\"", + "Many" + ], + [ + "'", + ")Ċ" + ], + [ + "')", + "Ċ" + ], + [ + "-", + "ops" + ], + [ + "-op", + "s" + ], + [ + "-o", + "ps" + ], + [ + ".", + "<|user_start|>{{ messages[0]['content'] }}\n\n{{ messages[1]['content'] }}<|user_end|>{% set messages = messages[2:] %}{% else %}<|bos|>{% endif %}{% for message in messages %}{% if loop.index0 % 2 == 0 %}<|user_start|>{{ message['content'] }}<|user_end|>{% else %}<|assistant_start|>{{ message['content'] }}<|assistant_end|>{% endif %}{% endfor %}{% if add_generation_prompt %}<|assistant_start|>{% endif %}"} \ No newline at end of file