diff --git "a/tokenizer.json" "b/tokenizer.json" new file mode 100644--- /dev/null +++ "b/tokenizer.json" @@ -0,0 +1,16263 @@ +{ + "version": "1.0", + "truncation": null, + "padding": null, + "added_tokens": [], + "normalizer": { + "type": "Sequence", + "normalizers": [ + { + "type": "Prepend", + "prepend": " " + }, + { + "type": "NFKC" + }, + { + "type": "Replace", + "pattern": { + "Regex": "\n" + }, + "content": "\n " + }, + { + "type": "Replace", + "pattern": { + "Regex": " *\n" + }, + "content": "\n" + } + ] + }, + "pre_tokenizer": { + "type": "Sequence", + "pretokenizers": [ + { + "type": "Split", + "pattern": { + "Regex": "[^\\r\\n\\p{L}\\p{N}]?[\\p{Lu}\\p{Lt}\\p{Lm}\\p{Lo}\\p{M}]*[\\p{Ll}\\p{Lm}\\p{Lo}\\p{M}]+|[^\\r\\n\\p{L}\\p{N}]?[\\p{Lu}\\p{Lt}\\p{Lm}\\p{Lo}\\p{M}]+[\\p{Ll}\\p{Lm}\\p{Lo}\\p{M}]*| ?\\p{N}| ?[^\\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 + }, + { + "type": "Split", + "pattern": { + "Regex": ".{1,24}" + }, + "behavior": "Isolated", + "invert": false + } + ] + }, + "post_processor": { + "type": "TemplateProcessing", + "single": [ + { + "SpecialToken": { + "id": "", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "A", + "type_id": 0 + } + } + ], + "pair": [ + { + "SpecialToken": { + "id": "", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "A", + "type_id": 0 + } + }, + { + "SpecialToken": { + "id": "", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "B", + "type_id": 0 + } + } + ], + "special_tokens": { + "": { + "id": "", + "ids": [ + 1 + ], + "tokens": [ + "" + ] + } + } + }, + "decoder": { + "type": "Sequence", + "decoders": [ + { + "type": "ByteLevel", + "add_prefix_space": true, + "trim_offsets": true, + "use_regex": true + }, + { + "type": "Strip", + "content": " ", + "start": 1, + "stop": 0 + }, + { + "type": "Replace", + "pattern": { + "String": "\n " + }, + "content": "\n" + } + ] + }, + "model": { + "type": "BPE", + "dropout": null, + "unk_token": "", + "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, + "0": 31, + "1": 32, + "2": 33, + "3": 34, + "4": 35, + "5": 36, + "6": 37, + "7": 38, + "8": 39, + "9": 40, + ":": 41, + ";": 42, + "<": 43, + "=": 44, + ">": 45, + "?": 46, + "@": 47, + "A": 48, + "B": 49, + "C": 50, + "D": 51, + "E": 52, + "F": 53, + "G": 54, + "H": 55, + "I": 56, + "J": 57, + "K": 58, + "L": 59, + "M": 60, + "N": 61, + "O": 62, + "P": 63, + "Q": 64, + "R": 65, + "S": 66, + "T": 67, + "U": 68, + "V": 69, + "W": 70, + "X": 71, + "Y": 72, + "Z": 73, + "[": 74, + "\\": 75, + "]": 76, + "^": 77, + "_": 78, + "`": 79, + "a": 80, + "b": 81, + "c": 82, + "d": 83, + "e": 84, + "f": 85, + "g": 86, + "h": 87, + "i": 88, + "j": 89, + "k": 90, + "l": 91, + "m": 92, + "n": 93, + "o": 94, + "p": 95, + "q": 96, + "r": 97, + "s": 98, + "t": 99, + "u": 100, + "v": 101, + "w": 102, + "x": 103, + "y": 104, + "z": 105, + "{": 106, + "|": 107, + "}": 108, + "~": 109, + "¡": 110, + "¢": 111, + "£": 112, + "¤": 113, + "¥": 114, + "¦": 115, + "§": 116, + "¨": 117, + "©": 118, + "ª": 119, + "«": 120, + "¬": 121, + "®": 122, + "¯": 123, + "°": 124, + "±": 125, + "²": 126, + "³": 127, + "´": 128, + "µ": 129, + "¶": 130, + "·": 131, + "¸": 132, + "¹": 133, + "º": 134, + "»": 135, + "¼": 136, + "½": 137, + "¾": 138, + "¿": 139, + "À": 140, + "Á": 141, + "Â": 142, + "Ã": 143, + "Ä": 144, + "Å": 145, + "Æ": 146, + "Ç": 147, + "È": 148, + "É": 149, + "Ê": 150, + "Ë": 151, + "Ì": 152, + "Í": 153, + "Î": 154, + "Ï": 155, + "Ð": 156, + "Ñ": 157, + "Ò": 158, + "Ó": 159, + "Ô": 160, + "Õ": 161, + "Ö": 162, + "×": 163, + "Ø": 164, + "Ù": 165, + "Ú": 166, + "Û": 167, + "Ü": 168, + "Ý": 169, + "Þ": 170, + "ß": 171, + "à": 172, + "á": 173, + "â": 174, + "ã": 175, + "ä": 176, + "å": 177, + "æ": 178, + "ç": 179, + "è": 180, + "é": 181, + "ê": 182, + "ë": 183, + "ì": 184, + "í": 185, + "î": 186, + "ï": 187, + "ð": 188, + "ñ": 189, + "ò": 190, + "ó": 191, + "ô": 192, + "õ": 193, + "ö": 194, + "÷": 195, + "ø": 196, + "ù": 197, + "ú": 198, + "û": 199, + "ü": 200, + "ý": 201, + "þ": 202, + "ÿ": 203, + "Ā": 204, + "ā": 205, + "Ă": 206, + "ă": 207, + "Ą": 208, + "ą": 209, + "Ć": 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, + "IJ": 254, + "ij": 255, + "Ĵ": 256, + "ĵ": 257, + "Ķ": 258, + "ķ": 259, + "ĸ": 260, + "Ĺ": 261, + "ĺ": 262, + "Ļ": 263, + "ļ": 264, + "Ľ": 265, + "ľ": 266, + "Ŀ": 267, + "ŀ": 268, + "Ł": 269, + "ł": 270, + "Ń": 271, + "Ġt": 272, + "Ġa": 273, + "he": 274, + "in": 275, + "re": 276, + "Ġs": 277, + "Ġthe": 278, + "on": 279, + "ou": 280, + "Ġw": 281, + "er": 282, + "at": 283, + "Ġc": 284, + "nd": 285, + "ing": 286, + ".\\": 287, + "or": 288, + "es": 289, + "it": 290, + "en": 291, + "Ġb": 292, + "ed": 293, + "Ġf": 294, + "is": 295, + "Ġm": 296, + "Ġo": 297, + "Ġp": 298, + "an": 299, + "Ġto": 300, + "Ġd": 301, + "al": 302, + "ar": 303, + "Ġand": 304, + "Ġh": 305, + "Ġin": 306, + "Ġof": 307, + "Ġth": 308, + "Ġl": 309, + "ic": 310, + "om": 311, + "as": 312, + "Ġy": 313, + "ll": 314, + "Ġe": 315, + "ion": 316, + "le": 317, + "Ġg": 318, + "Ġyou": 319, + "Ġn": 320, + "ow": 321, + "et": 322, + "ve": 323, + "us": 324, + "ent": 325, + "ly": 326, + "Ġre": 327, + "\\n": 328, + "ot": 329, + "ct": 330, + "ĠI": 331, + "Ġbe": 332, + "id": 333, + "im": 334, + "ay": 335, + "Ġhe": 336, + "ig": 337, + "ro": 338, + "Ġthat": 339, + "ver": 340, + "Ġon": 341, + "ĠT": 342, + "st": 343, + "Ġit": 344, + "ld": 345, + "ad": 346, + "Ġst": 347, + "ut": 348, + "se": 349, + "ir": 350, + "ac": 351, + "'s": 352, + "Ġis": 353, + "?\\": 354, + "Ġwh": 355, + "am": 356, + "Ġwe": 357, + "Ġfor": 358, + "ur": 359, + "out": 360, + "ĠS": 361, + "ke": 362, + "ĠA": 363, + "ith": 364, + "ation": 365, + "ce": 366, + "her": 367, + "oo": 368, + "Ġu": 369, + "if": 370, + "ht": 371, + "ch": 372, + "Ġan": 373, + "Ġwith": 374, + "Ġha": 375, + "Ġas": 376, + "\\\"": 377, + "ter": 378, + "ĠC": 379, + "ra": 380, + "ul": 381, + "il": 382, + "ol": 383, + "ill": 384, + "ĠM": 385, + "Ġex": 386, + "Ġme": 387, + "Ġwas": 388, + "ight": 389, + "Ġcon": 390, + "Ġor": 391, + "pe": 392, + "ome": 393, + "Ġk": 394, + "ri": 395, + "'t": 396, + "Ġare": 397, + "our": 398, + "Ġse": 399, + "ore": 400, + "ant": 401, + "ag": 402, + "ess": 403, + "Ġde": 404, + "Ġr": 405, + "Ġthey": 406, + "ĠB": 407, + "Ġne": 408, + "ers": 409, + "op": 410, + "ure": 411, + "Ġli": 412, + "ate": 413, + "\\u": 414, + "ĠW": 415, + "Ġab": 416, + "th": 417, + "ist": 418, + "Ġdo": 419, + "ould": 420, + "ust": 421, + "ĠH": 422, + "un": 423, + "qu": 424, + "Ġcom": 425, + "Ġpro": 426, + "pp": 427, + "ies": 428, + "Ġsh": 429, + "and": 430, + "Ġcan": 431, + "ain": 432, + "rom": 433, + "Ġat": 434, + "Ġus": 435, + "ĠThe": 436, + "!\\": 437, + "ab": 438, + "Ġv": 439, + "Ġch": 440, + "um": 441, + "est": 442, + "nt": 443, + "em": 444, + "Ġyour": 445, + "oug": 446, + "Ġthis": 447, + "all": 448, + "ĠP": 449, + "Ġle": 450, + "Ġhave": 451, + "Ġnot": 452, + "ive": 453, + "ity": 454, + "os": 455, + "Ġwor": 456, + "art": 457, + "el": 458, + "Ġabout": 459, + "Ġwhe": 460, + "red": 461, + "Ġkn": 462, + "Ġal": 463, + "ort": 464, + "ect": 465, + "Ġj": 466, + "ally": 467, + "Ġfrom": 468, + "Ġsu": 469, + "ci": 470, + "Ġtheir": 471, + "Ġso": 472, + "ĠD": 473, + "Ġpl": 474, + "Ġby": 475, + "hat": 476, + "The": 477, + "king": 478, + "ĠE": 479, + "ound": 480, + "..": 481, + "Ġall": 482, + "ment": 483, + "od": 484, + "ell": 485, + "Ġknow": 486, + "one": 487, + "ard": 488, + "Ġlike": 489, + "ie": 490, + "very": 491, + "res": 492, + "--": 493, + "Ġ\\\"": 494, + "ud": 495, + "ind": 496, + "Ġint": 497, + "ĠL": 498, + "ĠF": 499, + "Ġup": 500, + "ous": 501, + "ine": 502, + "You": 503, + "ge": 504, + "ood": 505, + "pl": 506, + "ĠR": 507, + "ĠG": 508, + "Ġwhat": 509, + "iv": 510, + "ide": 511, + "ong": 512, + "Ġ1": 513, + "ough": 514, + "Ġen": 515, + "Ġgo": 516, + "Ġtr": 517, + "ther": 518, + "Ġ(": 519, + "ĠN": 520, + "Ġ\\": 521, + "ap": 522, + "Ġout": 523, + "ake": 524, + "ice": 525, + "ĠO": 526, + "ions": 527, + "Ġthem": 528, + "Ġbut": 529, + "ff": 530, + "Ġim": 531, + "ack": 532, + "ast": 533, + "Ġmy": 534, + "Ġher": 535, + "Ġthere": 536, + "Ġone": 537, + "Ġar": 538, + "ere": 539, + "reat": 540, + "ep": 541, + "are": 542, + "oc": 543, + "Ġsa": 544, + "Ġsome": 545, + "hing": 546, + "og": 547, + "Ġwere": 548, + "ich": 549, + "Ġtim": 550, + "iz": 551, + "ks": 552, + "ĠJ": 553, + "Ġhis": 554, + "\"Ċ": 555, + "Ġ\"": 556, + "act": 557, + "ven": 558, + "Ġhow": 559, + "Ġdis": 560, + "Ġwho": 561, + "ost": 562, + "ans": 563, + "Ġour": 564, + "Ġwhen": 565, + "Ġmore": 566, + "Ġpe": 567, + "Ġother": 568, + "per": 569, + "ame": 570, + "Ġman": 571, + "end": 572, + "Ġshe": 573, + "ry": 574, + "Ġad": 575, + "Ġun": 576, + "ings": 577, + "Ġhad": 578, + "Ġcl": 579, + "Ġfe": 580, + "Ġwill": 581, + "omet": 582, + "Ġjust": 583, + "ays": 584, + "ob": 585, + "ak": 586, + "Ġgr": 587, + "nder": 588, + "ople": 589, + "ical": 590, + "ah": 591, + "pt": 592, + "Ġwould": 593, + "ach": 594, + "Ġget": 595, + "ose": 596, + "Ġtime": 597, + "aus": 598, + "Ġif": 599, + "ace": 600, + "his": 601, + "Ġte": 602, + "'re": 603, + "age": 604, + "Ġcomp": 605, + "ations": 606, + "Ġbec": 607, + "cc": 608, + "Ġres": 609, + "Ġqu": 610, + "ink": 611, + "Ġhel": 612, + "Ġwhich": 613, + "ear": 614, + "ult": 615, + "Ġevery": 616, + "Ġcont": 617, + "able": 618, + "ook": 619, + "ile": 620, + "ite": 621, + "ance": 622, + "Ġany": 623, + "uc": 624, + "Ġpeople": 625, + "ass": 626, + "Ġhelp": 627, + "Ġsp": 628, + "ove": 629, + "ved": 630, + "ence": 631, + "ble": 632, + "Ġinto": 633, + ".\"Ċ": 634, + "ated": 635, + "Ġhas": 636, + "ild": 637, + "av": 638, + "Ġ2": 639, + "ĠU": 640, + "Ġsomet": 641, + "Ġdon": 642, + "Ġspe": 643, + "ents": 644, + "arn": 645, + "own": 646, + "ip": 647, + "Ġcould": 648, + "ue": 649, + "iff": 650, + "orm": 651, + "Ġimp": 652, + "ne": 653, + "Ġwant": 654, + "Ġunder": 655, + "Ġthese": 656, + "so": 657, + "Ġdid": 658, + "Ġtw": 659, + "ang": 660, + "ater": 661, + "Ġhim": 662, + "Ġag": 663, + "ber": 664, + "'m": 665, + "It": 666, + "ia": 667, + "ial": 668, + "Ġinc": 669, + "oll": 670, + "ond": 671, + "itt": 672, + "Ġover": 673, + "ree": 674, + "ru": 675, + "vel": 676, + "ause": 677, + "ary": 678, + "ious": 679, + "Ġbet": 680, + "Ġdiff": 681, + "Ġpart": 682, + "ces": 683, + "ount": 684, + "Ġper": 685, + "Ġneed": 686, + "Ġright": 687, + "ors": 688, + "Ġnew": 689, + "Ġsee": 690, + "ign": 691, + "Ġthan": 692, + "Ġthr": 693, + "Ġno": 694, + "Ġpr": 695, + "ress": 696, + "Ġro": 697, + "Ġlearn": 698, + "Ġbeen": 699, + "Ġcall": 700, + "ving": 701, + "What": 702, + "ase": 703, + "ory": 704, + "ĠIt": 705, + "eah": 706, + "sel": 707, + "hy": 708, + "other": 709, + ".\\\"": 710, + "Ġpre": 711, + "Ġam": 712, + "Ġcomm": 713, + "ire": 714, + "Ġer": 715, + "Ġeven": 716, + "get": 717, + "ĠIn": 718, + "Ġthink": 719, + "...\\": 720, + "Ġact": 721, + "Ġoff": 722, + "Ġthen": 723, + "ord": 724, + "ked": 725, + "riend": 726, + "wn": 727, + "Ġbr": 728, + "fter": 729, + "Ġhere": 730, + "Ġsaid": 731, + "Ġthrough": 732, + "'ll": 733, + "Ġtoo": 734, + "ens": 735, + "ish": 736, + "And": 737, + "als": 738, + "irst": 739, + "les": 740, + "Ġwhere": 741, + "Ġtwo": 742, + "Ġback": 743, + "Ġsomething": 744, + "Ġdiffere": 745, + "ons": 746, + "ade": 747, + "ily": 748, + "Ġsm": 749, + "Ġbl": 750, + "fore": 751, + "Ġalso": 752, + "we": 753, + "ick": 754, + "Ġyear": 755, + "Ġgot": 756, + "ĠK": 757, + "Ġfriend": 758, + "ought": 759, + "ĠY": 760, + "ating": 761, + "hed": 762, + "Ġfl": 763, + "ool": 764, + "Ġexpl": 765, + "Ġits": 766, + "Ġrem": 767, + "He": 768, + "'ve": 769, + "Ġapp": 770, + "ĠThis": 771, + "Ġday": 772, + "Ġsc": 773, + "ful": 774, + "Ġstud": 775, + "ĠSt": 776, + "uring": 777, + "Ġmake": 778, + "ition": 779, + "----": 780, + "pect": 781, + "Ġmay": 782, + "ub": 783, + "Ġem": 784, + "stand": 785, + "oy": 786, + "Ġnow": 787, + "ĠCh": 788, + "ife": 789, + "ves": 790, + "aking": 791, + "Ġdec": 792, + "ities": 793, + "form": 794, + "Ġway": 795, + "ise": 796, + "Ġwork": 797, + "cial": 798, + "ict": 799, + "int": 800, + "urn": 801, + "ng": 802, + "We": 803, + "Ġhapp": 804, + "Ġ-": 805, + "hen": 806, + "Ġrec": 807, + "Ġmany": 808, + "ĠHe": 809, + "Ġdes": 810, + "Ġbu": 811, + "ple": 812, + "olog": 813, + "Ġonly": 814, + "ific": 815, + "ures": 816, + "Ġbecause": 817, + "Ġdown": 818, + "uch": 819, + "vers": 820, + "Ġgood": 821, + "Ġdifferent": 822, + "ction": 823, + "Ġthose": 824, + "du": 825, + ".\\\"\\": 826, + "ittle": 827, + "Ġsuch": 828, + "Ġfirst": 829, + "ting": 830, + "ave": 831, + "Ġsay": 832, + "Ġcalled": 833, + "Ġacc": 834, + "Ġind": 835, + "Ġdisc": 836, + "ĠThey": 837, + "Ġfeel": 838, + "Ġsy": 839, + "Ġlet": 840, + "Ġwell": 841, + "Ġwhile": 842, + "iss": 843, + "oth": 844, + "vent": 845, + "But": 846, + "Yeah": 847, + "Ġfind": 848, + "ull": 849, + "Ġke": 850, + "arm": 851, + "Ġmight": 852, + "Ġbefore": 853, + "Ġunderstand": 854, + ":\\": 855, + "igh": 856, + "Ġafter": 857, + "No": 858, + "xt": 859, + "...": 860, + "Ġthings": 861, + "ail": 862, + "ian": 863, + "Ġcons": 864, + "ather": 865, + "Ġeach": 866, + "Ġlook": 867, + "ft": 868, + "Ġmuch": 869, + "Ġtake": 870, + "Ġplay": 871, + "ark": 872, + "self": 873, + "ug": 874, + "Ġstr": 875, + "Ġvery": 876, + "be": 877, + "Ġco": 878, + "Ġaround": 879, + "Ġworld": 880, + "Ġstart": 881, + "ual": 882, + "ates": 883, + "Ġdoes": 884, + "ject": 885, + "Ġtal": 886, + "alth": 887, + "mer": 888, + "Ġuse": 889, + "Ġgu": 890, + "Ġrel": 891, + "ew": 892, + "tain": 893, + "tern": 894, + "ib": 895, + "Ġsur": 896, + "Ġlittle": 897, + "Ġpo": 898, + "Al": 899, + "Ġbel": 900, + "Ġgoing": 901, + "Ġac": 902, + "Ġcome": 903, + "led": 904, + "ange": 905, + "ually": 906, + "That": 907, + "In": 908, + "Oh": 909, + "rain": 910, + "way": 911, + "ody": 912, + "Ġmost": 913, + "Ġwr": 914, + "te": 915, + "gr": 916, + "Ġshould": 917, + "ract": 918, + ",\\\"": 919, + "Ġinst": 920, + "ied": 921, + "Ġmean": 922, + "Ġcar": 923, + "ĠV": 924, + "ower": 925, + "ever": 926, + "gether": 927, + "Ġtogether": 928, + "Ġexper": 929, + "Ġlong": 930, + "ning": 931, + "ular": 932, + "thing": 933, + "ics": 934, + "Ġown": 935, + "Ġmade": 936, + "erm": 937, + "Ġused": 938, + "hes": 939, + "Ġreal": 940, + "Ġimport": 941, + "ny": 942, + "oss": 943, + "ren": 944, + "ments": 945, + "lud": 946, + "So": 947, + "Ġfam": 948, + "gan": 949, + "ible": 950, + "Ġob": 951, + "ph": 952, + "ward": 953, + "Ġagain": 954, + "Ġpers": 955, + "ĠBut": 956, + "Ġlife": 957, + "Ġbeing": 958, + "Ġchild": 959, + "ween": 960, + "Ġcreat": 961, + "Ġrep": 962, + "Ġins": 963, + "cess": 964, + "Ġthought": 965, + "Ġfound": 966, + "ath": 967, + "Ġatt": 968, + "Well": 969, + "chool": 970, + "Ġyears": 971, + "Ġcount": 972, + "Ġinv": 973, + "Ġreg": 974, + "na": 975, + "my": 976, + "Ġbetween": 977, + "ĠYou": 978, + "ness": 979, + "Ġfriends": 980, + "Ġser": 981, + "ĠAnd": 982, + "Ġeff": 983, + "Ġduring": 984, + "Ġwater": 985, + "ited": 986, + "ty": 987, + "its": 988, + "ared": 989, + "Ġgen": 990, + "imes": 991, + "Ġtell": 992, + "Ġsupp": 993, + "old": 994, + "Ġadd": 995, + "velop": 996, + "akes": 997, + "ps": 998, + "Ġsk": 999, + "lic": 1000, + "ric": 1001, + "Ġread": 1002, + "Ġshow": 1003, + "Ġ3": 1004, + "here": 1005, + "Ġcr": 1006, + "ĠUn": 1007, + "day": 1008, + "Ġbetter": 1009, + "ident": 1010, + "ative": 1011, + "Ġcommun": 1012, + "ways": 1013, + "Ġset": 1014, + "Ġsim": 1015, + "Ġhand": 1016, + "ars": 1017, + "Ġwhy": 1018, + "Ġcare": 1019, + "nce": 1020, + "Ġinclud": 1021, + "ec": 1022, + "**": 1023, + "Ġreally": 1024, + "This": 1025, + "ss": 1026, + "stem": 1027, + "ĠHow": 1028, + "Ġ'": 1029, + "ying": 1030, + "ists": 1031, + "Alice": 1032, + "ĠSo": 1033, + "ĠTh": 1034, + ",\\": 1035, + "ased": 1036, + "Ġhome": 1037, + "Ġanother": 1038, + "lect": 1039, + "Ġloc": 1040, + "li": 1041, + "Ġexam": 1042, + "Ġmet": 1043, + "air": 1044, + "Ġdidn": 1045, + "Ġhealth": 1046, + "erg": 1047, + "Ġold": 1048, + "Ġform": 1049, + "Ġcur": 1050, + "Ġgreat": 1051, + "ead": 1052, + "Ġcre": 1053, + "ized": 1054, + "Ġboth": 1055, + "aw": 1056, + "Ġstill": 1057, + "Ġdevelop": 1058, + "?\\\"": 1059, + "ational": 1060, + "chn": 1061, + "Ġimportant": 1062, + "gg": 1063, + "iqu": 1064, + "ds": 1065, + "Ġart": 1066, + "Ġpres": 1067, + "ility": 1068, + "Ġsec": 1069, + "Bob": 1070, + "Ġsci": 1071, + "Ġche": 1072, + "ided": 1073, + "Ġkeep": 1074, + "ature": 1075, + "Ġnum": 1076, + "iting": 1077, + "ĠAl": 1078, + "ĠAs": 1079, + "read": 1080, + "ants": 1081, + "ĠWe": 1082, + "ines": 1083, + "Ġsmall": 1084, + "Ġvar": 1085, + "Ġent": 1086, + "Ġgl": 1087, + "Ġusing": 1088, + "ix": 1089, + "ened": 1090, + "Ġschool": 1091, + "Ġend": 1092, + "ĠThat": 1093, + "Ġfun": 1094, + "Ġalways": 1095, + "Ġprov": 1096, + "Ġdi": 1097, + "Ġdet": 1098, + "Ġinter": 1099, + "rib": 1100, + "Ġph": 1101, + "Ġmat": 1102, + "ues": 1103, + "Ġquest": 1104, + "Ġlead": 1105, + "Ġthree": 1106, + "cept": 1107, + "Ġplan": 1108, + "Ġcoll": 1109, + "ember": 1110, + "How": 1111, + "ered": 1112, + "arch": 1113, + "Ġturn": 1114, + "owing": 1115, + "Ġsign": 1116, + "enc": 1117, + "Ġra": 1118, + "Ġmo": 1119, + "kay": 1120, + "Ġhigh": 1121, + "Ġtrans": 1122, + "ten": 1123, + "anc": 1124, + "Ġty": 1125, + "Ġperson": 1126, + "ize": 1127, + "Ġbig": 1128, + "ology": 1129, + "Ġless": 1130, + "Ġpat": 1131, + "Ġear": 1132, + "Ġval": 1133, + "Ġprot": 1134, + "Ġcol": 1135, + "Ġfood": 1136, + "Ġhum": 1137, + "Ġothers": 1138, + "ages": 1139, + "Ġev": 1140, + "Ġmin": 1141, + "blem": 1142, + "Ġrese": 1143, + "Ġeveryone": 1144, + "ices": 1145, + "meric": 1146, + "Yes": 1147, + "Ġvis": 1148, + "Ġexperi": 1149, + "'d": 1150, + "ural": 1151, + "ts": 1152, + "Ġsystem": 1153, + "Ġlove": 1154, + "ank": 1155, + "Ġinf": 1156, + "hip": 1157, + "Ġhist": 1158, + "ys": 1159, + "Th": 1160, + "Ġsub": 1161, + "orn": 1162, + "aut": 1163, + "Ġmust": 1164, + "Ġcle": 1165, + "Ġkind": 1166, + "Ġexp": 1167, + "ee": 1168, + "aring": 1169, + "ling": 1170, + "Ġplace": 1171, + "ute": 1172, + "ouse": 1173, + "Ġever": 1174, + "Ġmed": 1175, + "Ġpol": 1176, + "Ġproblem": 1177, + "ories": 1178, + "Ġput": 1179, + "Ġspec": 1180, + "Ġide": 1181, + "land": 1182, + "ism": 1183, + "ax": 1184, + "Ġbuild": 1185, + "Ġinform": 1186, + "Ġnever": 1187, + "Ġaway": 1188, + "Ġfact": 1189, + "Ġtechn": 1190, + "Ġexc": 1191, + "ross": 1192, + "ince": 1193, + "Ġbelie": 1194, + "aug": 1195, + "Ġlo": 1196, + "Ġsl": 1197, + "Ġsame": 1198, + ")\\": 1199, + "Ġref": 1200, + "Ġwithout": 1201, + "Ġconf": 1202, + "ron": 1203, + "Ġop": 1204, + "ex": 1205, + "Now": 1206, + "Ġseem": 1207, + "),": 1208, + "und": 1209, + "ĠMr": 1210, + "ef": 1211, + "agine": 1212, + "They": 1213, + "ĠShe": 1214, + "erest": 1215, + "Ġmon": 1216, + "Ġext": 1217, + "Ġgrou": 1218, + "Ġtra": 1219, + "Ġass": 1220, + "As": 1221, + "ĠAmeric": 1222, + "Ġsomeone": 1223, + "Ġpass": 1224, + "Ġdist": 1225, + "ety": 1226, + "Ġsol": 1227, + "Ġupon": 1228, + "uck": 1229, + "eng": 1230, + "duc": 1231, + "uss": 1232, + "Ġlearning": 1233, + "ork": 1234, + "Ġcame": 1235, + "ĠWhat": 1236, + "Ġmus": 1237, + "Ġfoll": 1238, + "ins": 1239, + "Ġgive": 1240, + "nect": 1241, + "Ġnam": 1242, + "Ġcour": 1243, + "ution": 1244, + "ering": 1245, + "Ġfin": 1246, + "Ġcent": 1247, + "Ġland": 1248, + "Ġbeh": 1249, + "Ġsure": 1250, + "oh": 1251, + "br": 1252, + "ows": 1253, + "Ġcontin": 1254, + "Ġprodu": 1255, + "Ġloo": 1256, + "Ġasked": 1257, + "St": 1258, + "iew": 1259, + "Ġpartic": 1260, + "There": 1261, + "cer": 1262, + "Ġbest": 1263, + "Ġdoing": 1264, + "ential": 1265, + "lex": 1266, + "Ġlast": 1267, + "Ġinterest": 1268, + "az": 1269, + "Ġmod": 1270, + "Ġap": 1271, + "--------": 1272, + "ters": 1273, + "Ġthing": 1274, + "Ġtri": 1275, + "ĠFor": 1276, + "Ġerm": 1277, + "Ġed": 1278, + "Ġmaking": 1279, + "ids": 1280, + "Ġhard": 1281, + "ets": 1282, + "Ġpower": 1283, + "Ġgra": 1284, + "Ġoften": 1285, + "Ġsometimes": 1286, + "Ġpoint": 1287, + "ĠThese": 1288, + "iron": 1289, + "less": 1290, + "Ġspecial": 1291, + "oney": 1292, + "Ġlist": 1293, + "Ġnear": 1294, + "If": 1295, + "ently": 1296, + "Ġlar": 1297, + "ruct": 1298, + "Ġsaf": 1299, + "Ġ4": 1300, + "Ġexplain": 1301, + "Ġeas": 1302, + "Ġlight": 1303, + "She": 1304, + "any": 1305, + "Ġel": 1306, + "ense": 1307, + "onna": 1308, + "Ġmem": 1309, + "Ġgener": 1310, + "Ġmom": 1311, + "ck": 1312, + "Ġwithin": 1313, + "Ġinformation": 1314, + "ock": 1315, + "Ġpract": 1316, + "ives": 1317, + "pr": 1318, + "ho": 1319, + "Ġbus": 1320, + "Ġlot": 1321, + "Why": 1322, + "Ġenough": 1323, + "Ġwond": 1324, + "Ġtreat": 1325, + "Ġresp": 1326, + "Ġchar": 1327, + "atch": 1328, + "Ġwom": 1329, + "Ġanim": 1330, + "ically": 1331, + "Ġsound": 1332, + "up": 1333, + "Ġ5": 1334, + "Ġfamily": 1335, + "Ġmar": 1336, + "!\\\"": 1337, + "iness": 1338, + "ired": 1339, + "Ġmeans": 1340, + "Ġgonna": 1341, + "Ġbeaut": 1342, + "Ġexample": 1343, + "ined": 1344, + "oun": 1345, + "Ġappro": 1346, + "Ġconnect": 1347, + "One": 1348, + "Ġdr": 1349, + "over": 1350, + "Ġchange": 1351, + "irl": 1352, + "ĠBy": 1353, + "Ġey": 1354, + "Ġprocess": 1355, + "ement": 1356, + "Ġclass": 1357, + "Ġknown": 1358, + "ertain": 1359, + "ately": 1360, + "Ġposs": 1361, + "Ġbo": 1362, + "Ġsit": 1363, + "Ġstre": 1364, + "Ġmain": 1365, + "omm": 1366, + "Ġchildren": 1367, + "Ġpub": 1368, + "ata": 1369, + "reen": 1370, + ").": 1371, + "ique": 1372, + "Ġmind": 1373, + "ences": 1374, + "Ġchang": 1375, + "ully": 1376, + "Ġalong": 1377, + "ished": 1378, + "Ġthough": 1379, + "Ġpop": 1380, + "lease": 1381, + "ivid": 1382, + "Ġnamed": 1383, + "Ġcap": 1384, + "viron": 1385, + "Ġwee": 1386, + "Ġremember": 1387, + "illed": 1388, + "io": 1389, + "Ġequ": 1390, + "Ġfew": 1391, + "Ġchall": 1392, + "selves": 1393, + "Ġdesign": 1394, + "Ġsun": 1395, + "aces": 1396, + "Ġaff": 1397, + "Ġbody": 1398, + "Ġgrow": 1399, + "Ġrun": 1400, + "ergy": 1401, + "Ġbre": 1402, + "Ġcult": 1403, + "Ġhead": 1404, + "Ġnight": 1405, + "Ġstand": 1406, + "ĠWhen": 1407, + "ime": 1408, + "ĠAn": 1409, + "Ġeffect": 1410, + "Ġdef": 1411, + "ale": 1412, + "Ġyoung": 1413, + "Ġrequ": 1414, + "Ġcreate": 1415, + "Ġvarious": 1416, + "Ġaut": 1417, + "Ġunt": 1418, + "Ġteac": 1419, + "Ġwent": 1420, + "Ġwanted": 1421, + "Ġhaving": 1422, + "Ġstrong": 1423, + "bs": 1424, + "Ġdecided": 1425, + "ection": 1426, + "erv": 1427, + "ier": 1428, + "ases": 1429, + "Ġbecome": 1430, + "Ġunderstanding": 1431, + "Let": 1432, + "oring": 1433, + "Ġstudents": 1434, + "cent": 1435, + "Ġorgan": 1436, + "con": 1437, + "ield": 1438, + "bers": 1439, + "Ġtown": 1440, + "Ġheart": 1441, + "ĠEx": 1442, + "ger": 1443, + "ills": 1444, + "Ġheard": 1445, + "Ġname": 1446, + "Ġfore": 1447, + "Ġfour": 1448, + "Ġav": 1449, + "Ġleft": 1450, + "ĠOne": 1451, + "ital": 1452, + "wards": 1453, + "gram": 1454, + "Ġwa": 1455, + "Ġstarted": 1456, + "ĠWith": 1457, + "Ġincre": 1458, + "aught": 1459, + "itions": 1460, + "ides": 1461, + "ivers": 1462, + "Ġcourse": 1463, + "Ġnext": 1464, + "Ġmakes": 1465, + "Ġlevel": 1466, + "hers": 1467, + "uff": 1468, + "Ġtalk": 1469, + "Ġeverything": 1470, + "ner": 1471, + "by": 1472, + "Ġnumber": 1473, + "angu": 1474, + "Ġadv": 1475, + "Ġtoday": 1476, + "Ġresult": 1477, + "Ġpot": 1478, + "ĠTo": 1479, + "Ġmoney": 1480, + "Ġsupport": 1481, + "Ġmove": 1482, + "ĠAr": 1483, + "den": 1484, + "Ġhistory": 1485, + "Do": 1486, + "vironment": 1487, + "Ġlived": 1488, + "Ġanything": 1489, + "Ġmag": 1490, + "ued": 1491, + "Ġdeep": 1492, + "ted": 1493, + "Ġuntil": 1494, + "Ġgirl": 1495, + "ional": 1496, + "der": 1497, + "Ġworking": 1498, + "Ġfas": 1499, + "arent": 1500, + "ope": 1501, + "Ġ_": 1502, + "ĠIf": 1503, + "Ġsw": 1504, + "Ġindivid": 1505, + "Ġprom": 1506, + "Ġcertain": 1507, + "Ġstudy": 1508, + "to": 1509, + "ources": 1510, + "hap": 1511, + "no": 1512, + "ider": 1513, + "osed": 1514, + "line": 1515, + "Ġresearch": 1516, + "side": 1517, + "ries": 1518, + "ĠRe": 1519, + "Ġmeet": 1520, + "Ġsince": 1521, + "Ġamong": 1522, + "rol": 1523, + "ening": 1524, + "Ġopp": 1525, + "ote": 1526, + "iful": 1527, + "outh": 1528, + "ĠHowever": 1529, + "ient": 1530, + "Ġactiv": 1531, + "Ġacross": 1532, + "overed": 1533, + "the": 1534, + "Ġrest": 1535, + "Ġfar": 1536, + "Ġpain": 1537, + "Ġair": 1538, + "Ġtook": 1539, + "Ġeng": 1540, + "Ġagainst": 1541, + "ason": 1542, + "Ġtest": 1543, + "Ġtold": 1544, + "ike": 1545, + "Ġret": 1546, + "Ġscient": 1547, + "ĠPro": 1548, + "Ġtimes": 1549, + "Ġdays": 1550, + "ilar": 1551, + "Ġactually": 1552, + "Ġcaus": 1553, + "elt": 1554, + "Ġhouse": 1555, + "ats": 1556, + "pend": 1557, + "actly": 1558, + "Ġdue": 1559, + "Ġdata": 1560, + "orts": 1561, + "ĠInd": 1562, + "Ġgroup": 1563, + "ention": 1564, + "Ġtry": 1565, + "hys": 1566, + "ocus": 1567, + "rap": 1568, + "ĠThere": 1569, + "irect": 1570, + "Ġyet": 1571, + "Ġiss": 1572, + "ĠIs": 1573, + "itive": 1574, + "Ġstop": 1575, + "Ġinvol": 1576, + "ĠNo": 1577, + "Ġtyp": 1578, + "hile": 1579, + "Ġisn": 1580, + "Ġways": 1581, + "rit": 1582, + "ality": 1583, + "Ġbir": 1584, + "Ġprof": 1585, + "IN": 1586, + "ortun": 1587, + "Ġess": 1588, + "Ġtre": 1589, + "pected": 1590, + "Ġlive": 1591, + "Ġbit": 1592, + "]\\": 1593, + "Ġcommon": 1594, + "Ġcor": 1595, + "Ġenergy": 1596, + "Ġhuman": 1597, + "ĠCon": 1598, + "Ġelse": 1599, + "-s": 1600, + "Ġunique": 1601, + "Ġexplore": 1602, + "Ġquestion": 1603, + "Ġlocal": 1604, + "Ġdone": 1605, + "Ġpos": 1606, + "ape": 1607, + "Ġstay": 1608, + "Ġcell": 1609, + "inking": 1610, + "Ġocc": 1611, + "Ġtrad": 1612, + "Ġbeautiful": 1613, + "Ġtop": 1614, + "Ġlangu": 1615, + "Ġgiv": 1616, + "Ġenc": 1617, + "Ġ6": 1618, + "Ġdiscuss": 1619, + "Ġlearned": 1620, + "Ġwords": 1621, + "tle": 1622, + "els": 1623, + "Ġdoesn": 1624, + "fully": 1625, + "Ġjour": 1626, + "ĠMar": 1627, + "Ġproject": 1628, + "Ġwal": 1629, + "Ġhour": 1630, + "Ġinstead": 1631, + "Ġprogram": 1632, + "gin": 1633, + "ney": 1634, + "ination": 1635, + "Ġimpro": 1636, + "Ġcomes": 1637, + "Ġens": 1638, + "Ġcountry": 1639, + "Ġshare": 1640, + "Ġes": 1641, + "Ġloved": 1642, + "Ġident": 1643, + "Ġelect": 1644, + "aterial": 1645, + "?\\\"\\": 1646, + "Ġhappened": 1647, + "ians": 1648, + "Ġbas": 1649, + "Ġenvironment": 1650, + "Ġsaw": 1651, + "ĠBe": 1652, + "man": 1653, + "Ġfocus": 1654, + "ret": 1655, + "Ġjo": 1656, + "oms": 1657, + "Ġstate": 1658, + "Ġprotect": 1659, + "ots": 1660, + "Ġpur": 1661, + "ĠNew": 1662, + "Ġris": 1663, + "Once": 1664, + "ury": 1665, + "ĠSh": 1666, + "ĠEng": 1667, + "joy": 1668, + "Ġonce": 1669, + "Ġappe": 1670, + "ances": 1671, + "Ġmatter": 1672, + "Ġpie": 1673, + "iter": 1674, + "When": 1675, + "Ġbring": 1676, + "Ġsays": 1677, + "Ġcond": 1678, + "ried": 1679, + "Ġpresent": 1680, + "ĠAd": 1681, + "orry": 1682, + "immy": 1683, + "med": 1684, + "Ġwon": 1685, + "amp": 1686, + "aj": 1687, + "Ġstory": 1688, + "magine": 1689, + "Ġbook": 1690, + "Ġwasn": 1691, + "ised": 1692, + "Don": 1693, + "Ġgetting": 1694, + "ĠWell": 1695, + "Ġquite": 1696, + "com": 1697, + "ably": 1698, + "Ġhelps": 1699, + "orth": 1700, + "rop": 1701, + "Ġve": 1702, + "Ġans": 1703, + "Ġtowards": 1704, + "Ġstories": 1705, + "Ġcouldn": 1706, + "Ġrepl": 1707, + "Ġspecific": 1708, + "acter": 1709, + "Ġidea": 1710, + "Ġchalleng": 1711, + "ert": 1712, + "alf": 1713, + "ording": 1714, + "Ġmen": 1715, + "Ġmor": 1716, + "Ġdra": 1717, + "avor": 1718, + "Ġteam": 1719, + "Ġest": 1720, + "come": 1721, + "ĠJust": 1722, + "ency": 1723, + "Ġbusiness": 1724, + "Ġincluding": 1725, + "Ġjob": 1726, + "Ġmaterial": 1727, + "Ġele": 1728, + "Ġconst": 1729, + "light": 1730, + "Ġbased": 1731, + "Ġenjoy": 1732, + "Ġopen": 1733, + "Ġlarge": 1734, + "Ġeduc": 1735, + "me": 1736, + "icult": 1737, + "Ġblood": 1738, + "Come": 1739, + "row": 1740, + "ER": 1741, + "body": 1742, + "Ġlooking": 1743, + "Ġanimals": 1744, + "ohn": 1745, + "Ġmil": 1746, + "Ġsafe": 1747, + "Ġbegan": 1748, + "Ġfac": 1749, + "Ġable": 1750, + "ĠCan": 1751, + "Ġkids": 1752, + "oot": 1753, + "ĠCl": 1754, + "Ġcomple": 1755, + "Ġdise": 1756, + "ccess": 1757, + "Ġmusic": 1758, + "Ġask": 1759, + "Is": 1760, + "Ġbelieve": 1761, + "vern": 1762, + "iversity": 1763, + "Ġcity": 1764, + "Mm": 1765, + "Ġcal": 1766, + "ĠSp": 1767, + "Ġcommunity": 1768, + "Ġfive": 1769, + "All": 1770, + "Ġwind": 1771, + "Ġsever": 1772, + "Ġsecond": 1773, + "Ġsing": 1774, + "Ġinside": 1775, + "Ġpast": 1776, + "Ġproper": 1777, + "Ġknew": 1778, + "Ġyourself": 1779, + "aper": 1780, + "My": 1781, + "Ġfelt": 1782, + "Ġdem": 1783, + "Ġmiss": 1784, + "Ġboy": 1785, + "ision": 1786, + "Ġben": 1787, + "Ġnat": 1788, + "-f": 1789, + "Ġri": 1790, + "Ġtem": 1791, + "ĠGod": 1792, + "ples": 1793, + "Ġquick": 1794, + "Ġtrying": 1795, + "ash": 1796, + "Ġpublic": 1797, + "Ġsignific": 1798, + "ths": 1799, + "Ġdep": 1800, + "Hey": 1801, + "cl": 1802, + "ledge": 1803, + "Ġseen": 1804, + "Ġliving": 1805, + "ior": 1806, + "Ġsocial": 1807, + "Ġcomput": 1808, + "Ġclose": 1809, + "app": 1810, + "ced": 1811, + "Ġfollow": 1812, + "Ġphys": 1813, + "ards": 1814, + "Ġbecame": 1815, + "Just": 1816, + "cle": 1817, + "Ġgovern": 1818, + "Ġclear": 1819, + "Ġmother": 1820, + "Ġtaking": 1821, + "Ġstep": 1822, + "Ġarea": 1823, + "ooks": 1824, + "Okay": 1825, + "Ġsym": 1826, + "ither": 1827, + "ains": 1828, + "Ġexperience": 1829, + "Ġeyes": 1830, + "ĠLet": 1831, + "Ġaffect": 1832, + "rist": 1833, + "cin": 1834, + "Ġside": 1835, + "oud": 1836, + "Ġplaying": 1837, + "ral": 1838, + "Ġpar": 1839, + "Ġlaw": 1840, + "ames": 1841, + "aves": 1842, + "ton": 1843, + "Ġsugg": 1844, + "Ġsuggest": 1845, + "Ġfull": 1846, + "Ġseveral": 1847, + "ched": 1848, + "uro": 1849, + "ĠBen": 1850, + "Ġmanag": 1851, + "Ġtalking": 1852, + "ane": 1853, + "ients": 1854, + "Ġearly": 1855, + "lish": 1856, + "Ġdev": 1857, + "ern": 1858, + "Ġparticular": 1859, + "Ġhold": 1860, + "Ġdirect": 1861, + "osp": 1862, + "Ġmill": 1863, + "Ġterm": 1864, + "Ġnothing": 1865, + "Ġthemselves": 1866, + "ogn": 1867, + "Ġago": 1868, + "imate": 1869, + "ready": 1870, + "Ġaw": 1871, + "ĠAt": 1872, + "Ġsoon": 1873, + "ream": 1874, + "ony": 1875, + "ery": 1876, + "Ġwomen": 1877, + "cially": 1878, + "ulation": 1879, + "Ġobs": 1880, + "ĠPl": 1881, + "ĠMay": 1882, + "ĠAmerican": 1883, + "ones": 1884, + "hod": 1885, + "ma": 1886, + "inal": 1887, + "Ġlater": 1888, + "Ġexplained": 1889, + "Ġface": 1890, + "Ġyes": 1891, + "gs": 1892, + "Ġscience": 1893, + "To": 1894, + "Ġsimilar": 1895, + "Ġwhole": 1896, + "Ġfur": 1897, + "Ġfig": 1898, + "__": 1899, + "Ġprep": 1900, + "itional": 1901, + "ille": 1902, + "ured": 1903, + "work": 1904, + "Ġquestions": 1905, + "Ġtool": 1906, + "Ġfree": 1907, + "Ġbad": 1908, + "Ġreport": 1909, + "ization": 1910, + "Ġcoming": 1911, + "Ġpri": 1912, + "Ġserv": 1913, + "Ġdri": 1914, + "ateg": 1915, + "Ġword": 1916, + "ĠSam": 1917, + "oura": 1918, + "Ġalready": 1919, + "Ġcontrol": 1920, + "ĠDe": 1921, + "Ġpict": 1922, + "anks": 1923, + "Ġlooked": 1924, + "Ġobject": 1925, + "lf": 1926, + "Ġperform": 1927, + "Ġlives": 1928, + "Ġnature": 1929, + "fect": 1930, + "Ġ.\\": 1931, + "Ġbro": 1932, + "Not": 1933, + "Ġparent": 1934, + "uture": 1935, + "Ġwhether": 1936, + "Ġpay": 1937, + "Ġroom": 1938, + "Ġworks": 1939, + "Ġallow": 1940, + "ina": 1941, + "ication": 1942, + "Ġmeas": 1943, + "Ġsitu": 1944, + "ĠOh": 1945, + "Ġdiscovered": 1946, + "Ġrepres": 1947, + "Ġansw": 1948, + "iod": 1949, + "utes": 1950, + "Ġwarm": 1951, + "Ġplants": 1952, + "Ġpossible": 1953, + "rent": 1954, + "iced": 1955, + "Ġknowledge": 1956, + "Er": 1957, + "izing": 1958, + "Ġproduct": 1959, + "Ġfavor": 1960, + "OU": 1961, + "Ġproblems": 1962, + "ĠSome": 1963, + "-b": 1964, + "port": 1965, + "Ġsuccess": 1966, + "Ġsense": 1967, + "Ġbehind": 1968, + "right": 1969, + "Ġdifficult": 1970, + "though": 1971, + "ili": 1972, + "Ġrealized": 1973, + "Ġtype": 1974, + "Ġokay": 1975, + "Ġlanguage": 1976, + "ik": 1977, + "Ġcool": 1978, + "Ġneeded": 1979, + "ĠJohn": 1980, + "Ġdeterm": 1981, + "Ġ7": 1982, + "Ġplant": 1983, + "ability": 1984, + "Ġskills": 1985, + "use": 1986, + "iding": 1987, + "ental": 1988, + "Ġsle": 1989, + "ption": 1990, + "ium": 1991, + "Ġneeds": 1992, + "arc": 1993, + "Ġanal": 1994, + "Ġtrue": 1995, + "reed": 1996, + "Ġpress": 1997, + "ĠOr": 1998, + "Ġinfl": 1999, + "ĠDr": 2000, + "Ġexactly": 2001, + "ules": 2002, + "Ġfather": 2003, + "Ġsignificant": 2004, + "Ġhalf": 2005, + "Ġspace": 2006, + "conom": 2007, + "ĠTimmy": 2008, + "Ġview": 2009, + "where": 2010, + "Ġbrain": 2011, + "Ġareas": 2012, + "hor": 2013, + "Ġwrong": 2014, + "Ġrespons": 2015, + "Ġrespect": 2016, + "Ġshort": 2017, + "ĠAll": 2018, + "Ġfield": 2019, + "Ġfuture": 2020, + "!\\\"\\": 2021, + "For": 2022, + "Ġessential": 2023, + "verse": 2024, + "Ġcut": 2025, + "Ġoutside": 2026, + "Ġpost": 2027, + "ĠBob": 2028, + "sc": 2029, + "view": 2030, + "ĠFr": 2031, + "Ġharm": 2032, + "aster": 2033, + "ctor": 2034, + "por": 2035, + "sy": 2036, + "ged": 2037, + "Ġmess": 2038, + "Ġyeah": 2039, + "Ġwar": 2040, + "Ġsn": 2041, + "Ġmoment": 2042, + "ĠCom": 2043, + "Ġorig": 2044, + "Ġones": 2045, + "Ġdevelopment": 2046, + "Ġweek": 2047, + "Ġcomb": 2048, + "Ġbuilding": 2049, + "Where": 2050, + "ator": 2051, + "idence": 2052, + "abor": 2053, + "Ġfil": 2054, + "erc": 2055, + "pite": 2056, + "Ġground": 2057, + "Ġ8": 2058, + "rew": 2059, + "Ġmethod": 2060, + "Ġprovide": 2061, + "Ġage": 2062, + "Ġthroughout": 2063, + "Ġinvest": 2064, + "HE": 2065, + "Ġthinking": 2066, + "duced": 2067, + "most": 2068, + "-d": 2069, + "af": 2070, + "pecially": 2071, + "ĠQ": 2072, + "Ġnatural": 2073, + "An": 2074, + "Ġtechnology": 2075, + "ĠEm": 2076, + "aken": 2077, + "Ġaccess": 2078, + "uals": 2079, + "Ġtravel": 2080, + "Ġtrain": 2081, + "cient": 2082, + "oint": 2083, + "idd": 2084, + "Ġfascin": 2085, + "Ġjourney": 2086, + "ext": 2087, + "Ġmark": 2088, + "Ġcreating": 2089, + "Ġcase": 2090, + "ush": 2091, + "Ġadvent": 2092, + "Ġsaying": 2093, + "Ġrece": 2094, + "Ġvalu": 2095, + "ung": 2096, + "iet": 2097, + "iny": 2098, + "Ġhappy": 2099, + "Who": 2100, + "Ġprofess": 2101, + "Ġrather": 2102, + "Ġleave": 2103, + "Ġimagine": 2104, + "Ġconsider": 2105, + "fd": 2106, + "ify": 2107, + "Ġgame": 2108, + "Ġwatch": 2109, + "Ġstruct": 2110, + "Ġresources": 2111, + "ining": 2112, + "Ġopportun": 2113, + "umb": 2114, + "Ex": 2115, + "Ġshared": 2116, + "Ġcost": 2117, + "Ġconcer": 2118, + "Ġ**": 2119, + "eed": 2120, + "Ġfall": 2121, + "omes": 2122, + "ĠAfter": 2123, + "Ġinclude": 2124, + "Ġcolor": 2125, + "Ġwonder": 2126, + "Ġlim": 2127, + "acy": 2128, + "ĠChrist": 2129, + "ump": 2130, + "ĠEar": 2131, + "pped": 2132, + "AN": 2133, + "Ġsort": 2134, + "Ġself": 2135, + "ird": 2136, + "Ġbenef": 2137, + "Ġvaluable": 2138, + "Ġimpact": 2139, + "ified": 2140, + "Ġill": 2141, + "Ġcir": 2142, + "Ġgreen": 2143, + "Ġphot": 2144, + "Ġhours": 2145, + "Ġchanges": 2146, + "rodu": 2147, + "atic": 2148, + "ĠUniversity": 2149, + "Ġreturn": 2150, + "Ġsent": 2151, + "Ġparts": 2152, + "aving": 2153, + "ster": 2154, + "ĠRes": 2155, + "Ġtypes": 2156, + "Ġbreak": 2157, + "ĠDo": 2158, + "Ġcollect": 2159, + "Ġunex": 2160, + "urs": 2161, + "Ġrelations": 2162, + "itical": 2163, + "Ġhur": 2164, + "of": 2165, + "Ġorder": 2166, + "Ġpret": 2167, + "Ġhope": 2168, + "ration": 2169, + "Ġmult": 2170, + "Ġfight": 2171, + "Ġsorry": 2172, + "Ġfilled": 2173, + "Ġsoci": 2174, + "soci": 2175, + "Ġsmo": 2176, + "Ġavail": 2177, + "Ġhear": 2178, + "ĠAf": 2179, + "Ġline": 2180, + "Ġfurther": 2181, + "ĠNow": 2182, + "Ġfeeling": 2183, + "ajor": 2184, + "Ġmaybe": 2185, + "Ġdisease": 2186, + "Ġwin": 2187, + "aim": 2188, + "Ġpercent": 2189, + "oice": 2190, + "Ġeat": 2191, + "ned": 2192, + "Ġperfect": 2193, + "ilt": 2194, + "Ġsurpr": 2195, + "Ġpattern": 2196, + "ott": 2197, + "rand": 2198, + "Ġdesc": 2199, + "par": 2200, + "Ġdam": 2201, + "Ġlow": 2202, + "iously": 2203, + "Ġespecially": 2204, + "Ġmorning": 2205, + "ivity": 2206, + "Ġwouldn": 2207, + "ilities": 2208, + "ource": 2209, + "cum": 2210, + "Ġeconom": 2211, + "Ġvisit": 2212, + "ms": 2213, + "Ġsix": 2214, + "Ġbegin": 2215, + "ĠGr": 2216, + "Ġexpress": 2217, + "Ġunexpected": 2218, + "ached": 2219, + "ĠPr": 2220, + "-c": 2221, + "Ġrad": 2222, + "Ġfavorite": 2223, + "Ġpaper": 2224, + "Ġclean": 2225, + "Ġcomplete": 2226, + "Ġoper": 2227, + "Ġdeal": 2228, + "Ġprob": 2229, + "ively": 2230, + "Ġgiven": 2231, + "ising": 2232, + "Ġmot": 2233, + "ĠEn": 2234, + "Ġchallenges": 2235, + "Ġcontinued": 2236, + "Have": 2237, + "Right": 2238, + "Ġrecord": 2239, + "ville": 2240, + "Ġrole": 2241, + "ounds": 2242, + "Ġ9": 2243, + "Ġonline": 2244, + "Ġpotential": 2245, + "Ġant": 2246, + "ING": 2247, + "Ġcause": 2248, + "Ġconcept": 2249, + "undred": 2250, + "Ġintern": 2251, + "ĠInst": 2252, + "Ġred": 2253, + "AT": 2254, + "Ġcontrib": 2255, + "Ġcountries": 2256, + "fort": 2257, + "Ġbab": 2258, + "Ġcra": 2259, + "ands": 2260, + "Ġsounds": 2261, + "Ġgovernment": 2262, + "Did": 2263, + "not": 2264, + "ON": 2265, + "Ġperiod": 2266, + "Ġleg": 2267, + "bit": 2268, + "ring": 2269, + "Thank": 2270, + "inary": 2271, + "Ġter": 2272, + "Ġremain": 2273, + "Ġsum": 2274, + "Ġfell": 2275, + "Ġnews": 2276, + "Ġevent": 2277, + "Ġemot": 2278, + "Are": 2279, + "Ġsoft": 2280, + "Ġfair": 2281, + "Ġrepresent": 2282, + "zy": 2283, + "ĠZ": 2284, + "Ġbrought": 2285, + "Ġdeath": 2286, + "Ġhands": 2287, + "ey": 2288, + "Ġturned": 2289, + "ĠWor": 2290, + "Ġdiv": 2291, + "-m": 2292, + "Ch": 2293, + "ables": 2294, + "Ġsimple": 2295, + "urope": 2296, + "Step": 2297, + "Ġexist": 2298, + "lished": 2299, + "Ġleast": 2300, + "reci": 2301, + "Ġpolic": 2302, + "Ġhelped": 2303, + "Ġda": 2304, + "ological": 2305, + "ĠUnited": 2306, + "Ġblack": 2307, + "Ġimprove": 2308, + "Ġusually": 2309, + "Ġflow": 2310, + "Ġdetail": 2311, + "ĠDes": 2312, + "ips": 2313, + "Ġexperiences": 2314, + "Ġhig": 2315, + "ĠYes": 2316, + "Ġbehav": 2317, + "Ġexploring": 2318, + "Ġeasy": 2319, + "Ġfollowing": 2320, + "Look": 2321, + "Ġparents": 2322, + "Ġfarm": 2323, + "ĠGe": 2324, + "Ġprevent": 2325, + "ecause": 2326, + "Ġhundred": 2327, + "ox": 2328, + "raph": 2329, + "ges": 2330, + "Ġsharing": 2331, + "Ġlay": 2332, + "ĠTe": 2333, + "enty": 2334, + "Ġissues": 2335, + "ĠTr": 2336, + "Ġrisk": 2337, + "Ġnoticed": 2338, + "ometimes": 2339, + "Ġamaz": 2340, + "Ġbi": 2341, + "Ġplaces": 2342, + "ĠAlex": 2343, + "Ġbal": 2344, + "Ġanyone": 2345, + "Ġideas": 2346, + "ived": 2347, + "With": 2348, + "Ġnice": 2349, + "Ġhy": 2350, + "oose": 2351, + "Ġavailable": 2352, + "-p": 2353, + "gress": 2354, + "Ġcomplex": 2355, + "Ġlost": 2356, + "Ġextra": 2357, + "Ġinteresting": 2358, + "haps": 2359, + "-t": 2360, + "ĠYeah": 2361, + "asing": 2362, + "Ġwhite": 2363, + "Ġgrand": 2364, + "Ġworked": 2365, + "like": 2366, + "ored": 2367, + "Ġmaintain": 2368, + "ĠSc": 2369, + "Ġforest": 2370, + "Ġbooks": 2371, + "Ġrelationship": 2372, + "ĠComm": 2373, + "Ġquickly": 2374, + "arr": 2375, + "ĠAfric": 2376, + "Ġcontain": 2377, + "Ġcurrent": 2378, + "Ġ[": 2379, + "Then": 2380, + ").\\": 2381, + "Ġamount": 2382, + "Ġcust": 2383, + "val": 2384, + "ĠEurope": 2385, + "Ġwait": 2386, + "Ġmajor": 2387, + "ĠBl": 2388, + "Ġspecies": 2389, + "Ġactivities": 2390, + "oid": 2391, + "Ġfr": 2392, + "head": 2393, + "-l": 2394, + "Can": 2395, + "ister": 2396, + "Ġtaken": 2397, + "Ġresearc": 2398, + "Ġadm": 2399, + "eral": 2400, + "Ġbat": 2401, + "ploy": 2402, + "Ġpractice": 2403, + "Ġdig": 2404, + "ront": 2405, + "Ġlevels": 2406, + "Ġcells": 2407, + "Ġfire": 2408, + "Ġsuper": 2409, + "ires": 2410, + "cul": 2411, + "Ġeither": 2412, + "Ġste": 2413, + "Ġ&": 2414, + "Ġplease": 2415, + "Ġindividuals": 2416, + "Ġfascinating": 2417, + "Ġreason": 2418, + "ouble": 2419, + "Ġappreci": 2420, + "ites": 2421, + "Ġtree": 2422, + "Ġinit": 2423, + "ĠOn": 2424, + "Ġsal": 2425, + "got": 2426, + "ially": 2427, + "Ġ$": 2428, + "Ġreplied": 2429, + "ae": 2430, + "chie": 2431, + "Ġpersonal": 2432, + "Ġsens": 2433, + "Ġgroups": 2434, + "isc": 2435, + "Ġvill": 2436, + "Sh": 2437, + "ison": 2438, + "Ġcreated": 2439, + "Ġentire": 2440, + "Ġgrowth": 2441, + "Ġsqu": 2442, + "arah": 2443, + "Ġcharacter": 2444, + "Ġkill": 2445, + "ĠEarth": 2446, + "utions": 2447, + "Ġnecess": 2448, + "Ġrecogn": 2449, + "Ġeducation": 2450, + "Ġz": 2451, + "Ġopt": 2452, + "Ġoffic": 2453, + "ES": 2454, + "Ġhimself": 2455, + "eds": 2456, + "icated": 2457, + "Ġalmost": 2458, + "ĠStates": 2459, + "arl": 2460, + "Ġtext": 2461, + "Ġvir": 2462, + "At": 2463, + "icle": 2464, + "ended": 2465, + "Ġhot": 2466, + "Ġnon": 2467, + "son": 2468, + "Ġready": 2469, + "Your": 2470, + "Ġalone": 2471, + "Ġeight": 2472, + "ude": 2473, + "une": 2474, + "Ġwoman": 2475, + "On": 2476, + "ĠAm": 2477, + "Ġsleep": 2478, + "rig": 2479, + "Ġlate": 2480, + "Ġkey": 2481, + "Ġlessons": 2482, + "gen": 2483, + "Ġstreng": 2484, + "Ġcurious": 2485, + "ĠYork": 2486, + ".S": 2487, + "Ġinflu": 2488, + "ging": 2489, + "ios": 2490, + "Ġhistor": 2491, + "ley": 2492, + "olution": 2493, + "Ġspread": 2494, + "ises": 2495, + "ĠSe": 2496, + "ift": 2497, + "Ġmembers": 2498, + "Ġmonths": 2499, + "Ġsurf": 2500, + "Good": 2501, + "Ġaccording": 2502, + "erve": 2503, + "Ġmaterials": 2504, + "Ġtemper": 2505, + "ighb": 2506, + "ĠHis": 2507, + "Ġcommunities": 2508, + "ĠYour": 2509, + "ĠAmerica": 2510, + "Ġsingle": 2511, + "Ġsystems": 2512, + "Ġdraw": 2513, + "Ġgoes": 2514, + "ights": 2515, + "eter": 2516, + "Ġauthor": 2517, + "lling": 2518, + "Ġtools": 2519, + "Ġsir": 2520, + "ĠMy": 2521, + "aced": 2522, + "astic": 2523, + "ĠCent": 2524, + "Ġhappen": 2525, + "ĠWhile": 2526, + "Ġmach": 2527, + "Ġconvers": 2528, + "ems": 2529, + "Ġabs": 2530, + "ches": 2531, + "Ġreading": 2532, + "Ġfine": 2533, + "Ġnut": 2534, + "ĠEven": 2535, + "nces": 2536, + "Ġmyself": 2537, + "iction": 2538, + "Ġevents": 2539, + "Ġmillion": 2540, + "Ġhealthy": 2541, + "Ġvari": 2542, + "atures": 2543, + "Ġworry": 2544, + "Ġconditions": 2545, + "Ġindust": 2546, + "Be": 2547, + "Ġarri": 2548, + "Ġminutes": 2549, + "Ġstrateg": 2550, + "ibility": 2551, + "Ġpretty": 2552, + "Ġann": 2553, + "----------------": 2554, + "Ġresearchers": 2555, + "ns": 2556, + "Ġled": 2557, + "Ġseemed": 2558, + "Ġprobably": 2559, + "itle": 2560, + "ĠPh": 2561, + "Here": 2562, + "Ġthous": 2563, + "Ġnorm": 2564, + "Ġhaven": 2565, + "ule": 2566, + "ped": 2567, + "rough": 2568, + "ze": 2569, + "Ġprop": 2570, + "iled": 2571, + "nderstand": 2572, + "Ġensure": 2573, + "hem": 2574, + "Ġscientists": 2575, + "##": 2576, + "sych": 2577, + "Ġneighb": 2578, + "round": 2579, + "Ġcomputer": 2580, + "!\"Ċ": 2581, + "ĠLe": 2582, + "Ġencoura": 2583, + "ont": 2584, + "Ġinsp": 2585, + "ĠEnglish": 2586, + "Ġtrees": 2587, + "Ġbar": 2588, + "ele": 2589, + "Ġbreat": 2590, + "Ġsuff": 2591, + "inci": 2592, + "Ġgave": 2593, + "Ġdead": 2594, + "aid": 2595, + "Ġson": 2596, + "Mr": 2597, + "uz": 2598, + "lying": 2599, + "Ġfunction": 2600, + "Ġswe": 2601, + "Ġvol": 2602, + "anger": 2603, + "ĠHer": 2604, + "Ġhappens": 2605, + "Ġcancer": 2606, + "Ġfeelings": 2607, + "Ġguess": 2608, + "ming": 2609, + "Ġspir": 2610, + "ene": 2611, + "Ġoil": 2612, + "rugg": 2613, + "Ġattention": 2614, + "Ġabove": 2615, + "Ġimm": 2616, + "Ġdream": 2617, + "for": 2618, + "oday": 2619, + "Ġtrust": 2620, + "May": 2621, + "ators": 2622, + "itting": 2623, + "Ġwild": 2624, + "let": 2625, + "Ġaccount": 2626, + "ission": 2627, + "Ġaspect": 2628, + "ĠPe": 2629, + "Ġaddress": 2630, + "Ġanswer": 2631, + "Ġamazing": 2632, + "ĠMe": 2633, + "Imagine": 2634, + "Ġten": 2635, + "Ġaren": 2636, + "Ġdepend": 2637, + "Ġindividual": 2638, + "Ġnumbers": 2639, + "Ġglob": 2640, + "ok": 2641, + "oor": 2642, + "unch": 2643, + "yond": 2644, + "rect": 2645, + "Ġcompany": 2646, + "Ġpositive": 2647, + "mm": 2648, + "Ġtakes": 2649, + "Ġcru": 2650, + "Ġphysical": 2651, + "ĠNational": 2652, + "Ġwood": 2653, + "Ġassoci": 2654, + "denly": 2655, + "odies": 2656, + "Ġsat": 2657, + "Ġgard": 2658, + "Ġchem": 2659, + "ler": 2660, + "ode": 2661, + "iddle": 2662, + "etic": 2663, + "anced": 2664, + "Ġdark": 2665, + "ades": 2666, + "Ġrules": 2667, + "Ġrain": 2668, + "Ġsad": 2669, + "apt": 2670, + "ilies": 2671, + "Ġpiece": 2672, + "icro": 2673, + ".,": 2674, + "Ġround": 2675, + "Ġsubject": 2676, + "dy": 2677, + "fer": 2678, + "Ġresults": 2679, + "Ġremind": 2680, + "Ġcentury": 2681, + "ĠWorld": 2682, + "oes": 2683, + "Ġvide": 2684, + "ta": 2685, + "ether": 2686, + "ĠWar": 2687, + "Ġregular": 2688, + "eth": 2689, + "ĠHave": 2690, + "Ġoccur": 2691, + "Ġgets": 2692, + "Ġriver": 2693, + "ply": 2694, + "hood": 2695, + "Ġspeak": 2696, + "urb": 2697, + "room": 2698, + "iques": 2699, + "Ġroad": 2700, + "ĠBenny": 2701, + "Ġpopular": 2702, + "Ġengine": 2703, + "dom": 2704, + "ĠGreat": 2705, + "Ġregard": 2706, + "Ġimportance": 2707, + "Ġwise": 2708, + "Ġdear": 2709, + "Ġball": 2710, + "Ġbeyond": 2711, + "Ġpath": 2712, + "Ġsex": 2713, + "itten": 2714, + "Ġadventure": 2715, + "AR": 2716, + "Ġslow": 2717, + "Ġdoor": 2718, + "artment": 2719, + "Go": 2720, + "Ġice": 2721, + "ĠThen": 2722, + "OR": 2723, + "inally": 2724, + "ĠHey": 2725, + "Ġrelig": 2726, + "Ġdest": 2727, + "illy": 2728, + "Ġ,": 2729, + "Ġfru": 2730, + "Ġang": 2731, + "sh": 2732, + "Ġstrugg": 2733, + "Ġhowever": 2734, + "hel": 2735, + "Ġwide": 2736, + "Ah": 2737, + "Ġtreatment": 2738, + "Get": 2739, + "ograp": 2740, + "kn": 2741, + "Ġcop": 2742, + "ĠTheir": 2743, + "Ġheav": 2744, + "istic": 2745, + "AS": 2746, + "Ġtable": 2747, + "ounc": 2748, + "Ġachie": 2749, + "ello": 2750, + "Ġmodern": 2751, + "Ġet": 2752, + "Ġparticip": 2753, + "Ġfre": 2754, + "Ġredu": 2755, + "str": 2756, + "uth": 2757, + "Ġhor": 2758, + "Ġhigher": 2759, + "Ġshop": 2760, + "Ġlisten": 2761, + "rel": 2762, + "Ġspend": 2763, + "Ġcapt": 2764, + "Ġgas": 2765, + "uly": 2766, + "Ġtiny": 2767, + "ams": 2768, + "elcome": 2769, + "Ġinteract": 2770, + "Ġfoot": 2771, + "Ġhu": 2772, + "Ġgone": 2773, + "Ġ*": 2774, + "Ġmeant": 2775, + "Ġmass": 2776, + "Ġpred": 2777, + "Ġadded": 2778, + "Ġexpect": 2779, + "Ġculture": 2780, + "ĠNot": 2781, + "Ġrequire": 2782, + "Ġclos": 2783, + "ience": 2784, + "hern": 2785, + "Ġbaby": 2786, + "Ġdru": 2787, + "ole": 2788, + "Ġemb": 2789, + "Ġlonger": 2790, + "Ġbed": 2791, + "sing": 2792, + "Ġbuilt": 2793, + "-h": 2794, + "Ġexciting": 2795, + "acks": 2796, + "ĠGu": 2797, + "Ġwants": 2798, + "Ġemp": 2799, + "Ġestab": 2800, + "Ġtot": 2801, + "Ġmeaning": 2802, + "Ġ=": 2803, + "Ġcompet": 2804, + "Ġhon": 2805, + "ask": 2806, + "Ġseems": 2807, + "Ġlikely": 2808, + "olute": 2809, + "ager": 2810, + "Ġhumans": 2811, + "amm": 2812, + "ĠImagine": 2813, + "Ġeye": 2814, + "Ġshows": 2815, + "Ġsunny": 2816, + "Ġfeet": 2817, + "ĠNorth": 2818, + "ograph": 2819, + "Ġaccept": 2820, + "Ġsud": 2821, + "Ġsoil": 2822, + "resh": 2823, + "Ġinvolved": 2824, + "Ġpatterns": 2825, + "wo": 2826, + "Ġtried": 2827, + "Ġrele": 2828, + "Re": 2829, + "ĠSarah": 2830, + "Ġstra": 2831, + "orrow": 2832, + "ĠMed": 2833, + "Ġexerc": 2834, + "Ġarg": 2835, + "lo": 2836, + "ĠMax": 2837, + "ĠAlice": 2838, + "isions": 2839, + "elebr": 2840, + "ai": 2841, + "Ġstuff": 2842, + "\\uff": 2843, + "Ġmedical": 2844, + "rict": 2845, + "Ġnet": 2846, + "Ġclimate": 2847, + "ruction": 2848, + "Ġcat": 2849, + "Ġbur": 2850, + "ogether": 2851, + "Ġcheck": 2852, + "Ġvalue": 2853, + "agn": 2854, + "Ġpassed": 2855, + "Ġdive": 2856, + "Ġteaching": 2857, + "Ġshap": 2858, + "Ġcolle": 2859, + "ĠGeor": 2860, + "ĠLily": 2861, + "Ġdiscover": 2862, + "IS": 2863, + "Ġfast": 2864, + "Ġbrother": 2865, + "Ġlooks": 2866, + "Ġforward": 2867, + "aughter": 2868, + "Ġsend": 2869, + "Ġdaily": 2870, + "Ġconsum": 2871, + "Ġsituation": 2872, + "Ġgames": 2873, + "Ġstore": 2874, + "Ġfamilies": 2875, + "Ġcold": 2876, + "ĠBrit": 2877, + "Ġearth": 2878, + "Ġfa": 2879, + "atory": 2880, + "ĠSometimes": 2881, + "ĠCal": 2882, + "Ġchance": 2883, + "Ġfinding": 2884, + "Ġfront": 2885, + "Ġemploy": 2886, + "Ġsea": 2887, + "Ġbox": 2888, + "Ġitself": 2889, + "Ġadult": 2890, + "Ġsil": 2891, + "ĠSouth": 2892, + "ĠSy": 2893, + "Ġaction": 2894, + "Ġsurround": 2895, + "Chap": 2896, + "Ġwrite": 2897, + "Ġlab": 2898, + "Ġthoughts": 2899, + "By": 2900, + "Ġarch": 2901, + "Erm": 2902, + "ĠMrs": 2903, + "Ġcou": 2904, + "ief": 2905, + "Ġskin": 2906, + "Ġmix": 2907, + "Ġsurv": 2908, + "Ġwondered": 2909, + "Ġmarket": 2910, + "ann": 2911, + "rum": 2912, + "Ġliter": 2913, + "Ġfund": 2914, + "Ġshowed": 2915, + "Ġcover": 2916, + "Ġsepar": 2917, + "Ġbuy": 2918, + "ĠFl": 2919, + "Ġcarry": 2920, + "Chapter": 2921, + "uel": 2922, + "Ġsize": 2923, + "Ġwriting": 2924, + "Ġincrease": 2925, + "nov": 2926, + "Ġgrowing": 2927, + "Ġappear": 2928, + "Ġcustom": 2929, + "Welcome": 2930, + "Ġwall": 2931, + "bo": 2932, + "Ġdespite": 2933, + "Ġfactors": 2934, + "oke": 2935, + "Ġfish": 2936, + "yle": 2937, + "Ġfigure": 2938, + "medi": 2939, + "Because": 2940, + "Every": 2941, + "ait": 2942, + "Ġcelebr": 2943, + "Ġbelow": 2944, + "Ġcomfort": 2945, + "Ġpowerful": 2946, + "LL": 2947, + "Ġprogress": 2948, + "Ġstudies": 2949, + "oming": 2950, + "Ġlad": 2951, + "Ġoffer": 2952, + "Ġsurface": 2953, + "Ġevidence": 2954, + "Ġquality": 2955, + "itch": 2956, + "Ġasking": 2957, + "aries": 2958, + "more": 2959, + "urity": 2960, + "Ġsimply": 2961, + "\\ufffd": 2962, + "Ġvers": 2963, + "oles": 2964, + "emember": 2965, + "ishing": 2966, + "usion": 2967, + "Ġleaving": 2968, + "Ġgeneral": 2969, + "Ġpopulation": 2970, + "Ġhelping": 2971, + "Ġgain": 2972, + "Ġcolors": 2973, + "iment": 2974, + "Ġpoor": 2975, + "rench": 2976, + "Ġsafety": 2977, + "Ġaware": 2978, + "nal": 2979, + "Ġtechniques": 2980, + "Ġexcited": 2981, + "|\\": 2982, + "aff": 2983, + "Ġbright": 2984, + "-w": 2985, + "put": 2986, + "pping": 2987, + "Ġchoose": 2988, + "Ġdocum": 2989, + "Ġincred": 2990, + "ese": 2991, + "Ġfail": 2992, + "ara": 2993, + "Ġweeks": 2994, + "Ġprim": 2995, + "Ġscientific": 2996, + "ici": 2997, + "ama": 2998, + "Ġblue": 2999, + "bon": 3000, + "Ġtou": 3001, + "Ġking": 3002, + "Ġcarefully": 3003, + "Ġtraditional": 3004, + "Ġprinci": 3005, + "Ġphone": 3006, + "Ġtast": 3007, + "Ġcy": 3008, + "Ġpriv": 3009, + "Ġge": 3010, + "Ġperhaps": 3011, + "Ġsong": 3012, + "fl": 3013, + "oon": 3014, + "ĠAb": 3015, + "ervation": 3016, + "Ġthreat": 3017, + "Ġstress": 3018, + "reek": 3019, + "Ġpressure": 3020, + "Ġguy": 3021, + "Ġmedic": 3022, + "Ġpurp": 3023, + "Ġapplic": 3024, + "ĠMan": 3025, + "ĠBr": 3026, + "Ġcompl": 3027, + "go": 3028, + "Ġhair": 3029, + "Ġdoctor": 3030, + "Ġourselves": 3031, + "Ġpack": 3032, + "ĠWhy": 3033, + "ouncil": 3034, + "Ġcamp": 3035, + "cious": 3036, + "Ġgirls": 3037, + "Ġdelic": 3038, + "odd": 3039, + "ivil": 3040, + "apan": 3041, + "Ġmeeting": 3042, + "overy": 3043, + "Ġknows": 3044, + "gest": 3045, + "acing": 3046, + "urch": 3047, + "Ġcannot": 3048, + "Ġrunning": 3049, + "Ġtom": 3050, + "ĠUS": 3051, + "Ġcorn": 3052, + "Ġstri": 3053, + "ulations": 3054, + "Ġsite": 3055, + "Ġallows": 3056, + "Ġteacher": 3057, + "Ġmention": 3058, + "Ġancient": 3059, + "Ġknowing": 3060, + "ware": 3061, + "Ġpsych": 3062, + "Ġcontinue": 3063, + "Ġpieces": 3064, + "Ġmount": 3065, + "Ġgather": 3066, + "Ġonto": 3067, + "Ġreflect": 3068, + "icate": 3069, + "bol": 3070, + "oices": 3071, + "Ġcaused": 3072, + "Ġschools": 3073, + "ping": 3074, + "Ġbodies": 3075, + "EN": 3076, + "Ġdanger": 3077, + "Ġforget": 3078, + "ĠEach": 3079, + "Ġpeace": 3080, + "iol": 3081, + "Ġleaves": 3082, + "co": 3083, + "ales": 3084, + "Ġimag": 3085, + "Ġprev": 3086, + "After": 3087, + "Ġver": 3088, + "Ġfamous": 3089, + "illi": 3090, + "ground": 3091, + "Please": 3092, + "hich": 3093, + "Ġeasily": 3094, + "Ġcommunication": 3095, + "Ġclot": 3096, + "ptoms": 3097, + "ĠHealth": 3098, + "Ġnecessary": 3099, + "||": 3100, + "Ġissue": 3101, + "Ġsociety": 3102, + "lier": 3103, + "ctions": 3104, + "Ġord": 3105, + "Ġemerg": 3106, + "Ġpatients": 3107, + "Ġrights": 3108, + "Ġcam": 3109, + "Ġhop": 3110, + "Ġla": 3111, + "Ġmov": 3112, + "Ġ#": 3113, + "Ġmis": 3114, + "Ġproduction": 3115, + "ĠCol": 3116, + "Ġinvestig": 3117, + "Ġreach": 3118, + "Ġbirth": 3119, + "Ġpoll": 3120, + "Ġneg": 3121, + "atever": 3122, + "ĠGerm": 3123, + "idered": 3124, + "Ġproduce": 3125, + "ĠCar": 3126, + "Ġveget": 3127, + "Ġpicture": 3128, + "ĠYOU": 3129, + "oub": 3130, + "Ġfeed": 3131, + "Ġstudent": 3132, + "ibr": 3133, + "Ġmultip": 3134, + "Ġgiving": 3135, + "Ġproducts": 3136, + "Some": 3137, + "cience": 3138, + "Ġwritten": 3139, + "ducing": 3140, + "Ġanimal": 3141, + "Ġeating": 3142, + "atives": 3143, + "ival": 3144, + "Ġlower": 3145, + "Ġbehavior": 3146, + "sequ": 3147, + "earch": 3148, + "Ġdifference": 3149, + "Ġwat": 3150, + "Ġreve": 3151, + "ooking": 3152, + "lt": 3153, + "Ġsky": 3154, + "enge": 3155, + "Ġshape": 3156, + "erence": 3157, + "Ġtaught": 3158, + "Ġdeb": 3159, + "Ġtend": 3160, + "Ġenvironmental": 3161, + "Ġmist": 3162, + "Ġability": 3163, + "just": 3164, + "Ġactivity": 3165, + "Ġeffects": 3166, + "Ġcorrect": 3167, + "Ġcos": 3168, + "Ġdeveloped": 3169, + "Ġleading": 3170, + "Ġguys": 3171, + "Ġreact": 3172, + "Ġstat": 3173, + "Ġregion": 3174, + "inks": 3175, + "Ġhell": 3176, + "airs": 3177, + "au": 3178, + "Ġsus": 3179, + "Ġcompan": 3180, + "Ġrob": 3181, + "ĠInt": 3182, + "ĠDon": 3183, + "Ġmiles": 3184, + "Ġsteps": 3185, + "Ġcrucial": 3186, + "Ġcross": 3187, + "Ġmethods": 3188, + "Ġpull": 3189, + "cean": 3190, + "Ġpictures": 3191, + "Ġconsidered": 3192, + "Ġstructure": 3193, + "Ġcreatures": 3194, + "itation": 3195, + "olutely": 3196, + "Ġshall": 3197, + "Ġsold": 3198, + "Ġspent": 3199, + "eb": 3200, + "Ġheat": 3201, + "ustain": 3202, + "Ġmoving": 3203, + "Ġwaiting": 3204, + "Ġterms": 3205, + "nam": 3206, + "lement": 3207, + "Ġsecret": 3208, + "ysis": 3209, + ".'": 3210, + "Ġloss": 3211, + "ĠJapan": 3212, + "ĠStud": 3213, + "Ġguid": 3214, + "used": 3215, + "Ġmeasure": 3216, + "Ġlots": 3217, + "Ġi": 3218, + "Ġhosp": 3219, + "-\\": 3220, + "ĠMiss": 3221, + "Ġwalk": 3222, + "itted": 3223, + "Ġing": 3224, + "ĠHar": 3225, + "unt": 3226, + "Ġbelong": 3227, + "Ġassist": 3228, + "ĠToday": 3229, + "ression": 3230, + "Ġcook": 3231, + "ĠX": 3232, + "Ġdesigned": 3233, + "asons": 3234, + "Ġinstance": 3235, + "epend": 3236, + "Ġintro": 3237, + "ners": 3238, + "These": 3239, + "enced": 3240, + "Ġrange": 3241, + "Ġrecomm": 3242, + "Ġgarden": 3243, + "aling": 3244, + "Ġdad": 3245, + "Ġimmedi": 3246, + "Ġcultural": 3247, + "ray": 3248, + "enn": 3249, + "lled": 3250, + "Ġdel": 3251, + "Ġspirit": 3252, + "Ġweight": 3253, + "Ġherself": 3254, + "Maybe": 3255, + "Ġaud": 3256, + "Ġport": 3257, + "oph": 3258, + "Ġopportunities": 3259, + "Ġnational": 3260, + "Ġdeg": 3261, + "ĠHere": 3262, + "ĠFrench": 3263, + "Ġplayed": 3264, + "Ġmap": 3265, + "Ġplanning": 3266, + "Ġdemon": 3267, + "Ġreduce": 3268, + "ĠUnderstand": 3269, + "Ġanaly": 3270, + "ED": 3271, + "Ġmicro": 3272, + "Ġhit": 3273, + "Ġfrequ": 3274, + "itary": 3275, + "Ġsett": 3276, + "Ġfresh": 3277, + "ĠFrom": 3278, + "ĠOur": 3279, + "Ġparty": 3280, + "eep": 3281, + "Ġfat": 3282, + "Ġteach": 3283, + "reme": 3284, + "Ġrout": 3285, + "Ġefforts": 3286, + "roduction": 3287, + "Ġvideo": 3288, + "ffic": 3289, + "Ġglobal": 3290, + "Ġrock": 3291, + "Ġstrange": 3292, + "Ġ0": 3293, + "Ġpic": 3294, + "Ġmodel": 3295, + "Ġweather": 3296, + "Ġkid": 3297, + "Ġuses": 3298, + "ĠEd": 3299, + "Ġbalance": 3300, + "First": 3301, + "Un": 3302, + "reg": 3303, + "Ġpolicy": 3304, + "het": 3305, + "empt": 3306, + "Ġchanged": 3307, + "Ġbirds": 3308, + "Ġsweet": 3309, + "Ġdin": 3310, + "Ġafterno": 3311, + "ĠTHE": 3312, + "aches": 3313, + "ĠEvery": 3314, + "iring": 3315, + "set": 3316, + "Ġlesson": 3317, + "Ġdro": 3318, + "icles": 3319, + "Ġheld": 3320, + "Ġrate": 3321, + "een": 3322, + "Ġsource": 3323, + "Ġkilled": 3324, + "Ġseven": 3325, + "Ġstraight": 3326, + "order": 3327, + "Ġposition": 3328, + "iliar": 3329, + "Ġhurt": 3330, + "Ġcausing": 3331, + "inct": 3332, + "Ġwife": 3333, + "Ġforms": 3334, + "Ġchemical": 3335, + "ography": 3336, + "ensive": 3337, + "Ġkeeping": 3338, + "pes": 3339, + "Ġstronger": 3340, + "anna": 3341, + "Ġdecision": 3342, + "Ġglass": 3343, + "Hello": 3344, + "Ġapproach": 3345, + "Ġrev": 3346, + "Ġmagical": 3347, + "Me": 3348, + "Ġrelated": 3349, + "Ġsubst": 3350, + "Ġmagn": 3351, + "Ġoh": 3352, + "uzz": 3353, + "Ġallowed": 3354, + "Ġast": 3355, + "Ġfinally": 3356, + "iosity": 3357, + "ĠIm": 3358, + "IT": 3359, + "ously": 3360, + "Ġagreed": 3361, + "Ġsources": 3362, + "Ġgrad": 3363, + "ĠCanad": 3364, + "Ġconsist": 3365, + "**\\": 3366, + "Ġcases": 3367, + "Ġunf": 3368, + "Ġafternoon": 3369, + "See": 3370, + "ĠCount": 3371, + "Ġservice": 3372, + "gar": 3373, + "Ġvoice": 3374, + "cles": 3375, + "lict": 3376, + "Ġahead": 3377, + "Ġhous": 3378, + "Ġperspect": 3379, + "Ġvillage": 3380, + "ha": 3381, + "oman": 3382, + "ĠSu": 3383, + "Ġsave": 3384, + "Ġclaim": 3385, + "Ġmedia": 3386, + "Ġbra": 3387, + "idge": 3388, + "duct": 3389, + "imately": 3390, + "amie": 3391, + "Ġimages": 3392, + "Ġservices": 3393, + "inc": 3394, + "ĠMany": 3395, + "Ġguide": 3396, + "Ġcompared": 3397, + "ĠKing": 3398, + "Ġrich": 3399, + "ancy": 3400, + "arily": 3401, + "Ġchallenge": 3402, + "uing": 3403, + "Ġinnov": 3404, + "pper": 3405, + "egr": 3406, + "ĠSim": 3407, + "ils": 3408, + "fact": 3409, + "Ġinj": 3410, + "ĠPer": 3411, + "oved": 3412, + "Ġdefin": 3413, + "Ġserious": 3414, + "ana": 3415, + "Ġstates": 3416, + "oe": 3417, + "itor": 3418, + "aged": 3419, + "Ġsam": 3420, + "Ġpolitical": 3421, + "aur": 3422, + "ustr": 3423, + "Ġrecent": 3424, + "ky": 3425, + "Ġpick": 3426, + "Ġdetect": 3427, + "____": 3428, + "Ġfem": 3429, + "vere": 3430, + "ĠIntern": 3431, + "ification": 3432, + "Ġassociated": 3433, + "iver": 3434, + "Ġtrouble": 3435, + "Ġearlier": 3436, + "Ġaccur": 3437, + "Ġelectric": 3438, + "Ġobser": 3439, + "Ġbust": 3440, + "ĠPres": 3441, + "iving": 3442, + "However": 3443, + "Ġincreased": 3444, + "Ġelements": 3445, + "Ġsymbol": 3446, + "Ġminute": 3447, + "Ġsymptoms": 3448, + "entle": 3449, + "hib": 3450, + "Ġcollabor": 3451, + "ĠNe": 3452, + "Ġoriginal": 3453, + "Ġdie": 3454, + "Ġbelief": 3455, + "Ġnearby": 3456, + "Ġfit": 3457, + "ript": 3458, + "Ġdispl": 3459, + "ĠTom": 3460, + "Ġforce": 3461, + "Ġkept": 3462, + "ounter": 3463, + "RE": 3464, + "Ġfif": 3465, + "men": 3466, + "ops": 3467, + "Ġstarting": 3468, + "Ġbasic": 3469, + "Ġburn": 3470, + "ĠAust": 3471, + "Ġsmiled": 3472, + "ĠSchool": 3473, + "ĠCons": 3474, + "Ġvalues": 3475, + "Ġcand": 3476, + "Ġpolice": 3477, + "idden": 3478, + "Ġsearch": 3479, + "==": 3480, + "Ġcard": 3481, + "ume": 3482, + "Ġ?\\": 3483, + "ĠLike": 3484, + "Ġrequired": 3485, + "mb": 3486, + "Ġaim": 3487, + "orpor": 3488, + "aging": 3489, + "Ġconflict": 3490, + "Ġmanagement": 3491, + "Ġresponsible": 3492, + "ID": 3493, + "Ġlif": 3494, + "aching": 3495, + "Ġtransport": 3496, + "Ġdrink": 3497, + "ests": 3498, + "Ġwonderful": 3499, + "Ġbenefits": 3500, + "Ġnormal": 3501, + "ball": 3502, + "Ġple": 3503, + "Ġeth": 3504, + "illing": 3505, + "Ġsuggested": 3506, + "IC": 3507, + "irm": 3508, + "Ġjud": 3509, + "ĠPeople": 3510, + "Ġdry": 3511, + "ctors": 3512, + "Ġflu": 3513, + "estern": 3514, + "Ġtherap": 3515, + "Ġpan": 3516, + "icing": 3517, + "verage": 3518, + "Ġviol": 3519, + "Ġworth": 3520, + "Ġleaders": 3521, + "Ġflowers": 3522, + "hered": 3523, + "Ġdecisions": 3524, + "Ġindeed": 3525, + "Ġwebs": 3526, + "Ġmoved": 3527, + "oul": 3528, + "Ġmental": 3529, + "ĠSec": 3530, + "Ġaspects": 3531, + "acters": 3532, + "ĠQu": 3533, + "Ġincredible": 3534, + "Ġwis": 3535, + "Ġitems": 3536, + "Ġheavy": 3537, + "Ġtwenty": 3538, + "Ġtraining": 3539, + "pid": 3540, + "Ġbill": 3541, + "Ġrespond": 3542, + "inist": 3543, + "Ġlog": 3544, + "ĠJew": 3545, + "Ġdifferences": 3546, + "Ġprote": 3547, + "Ġparticularly": 3548, + "Ġtruth": 3549, + "Ġwhose": 3550, + "Ġprovided": 3551, + "urg": 3552, + "Ġdeeper": 3553, + "Of": 3554, + "Ġbud": 3555, + "Ġcontact": 3556, + "Ġpoints": 3557, + "iation": 3558, + "ĠHist": 3559, + "--\\": 3560, + "Ġborn": 3561, + "ĠPol": 3562, + "Ġobjects": 3563, + "Ġweren": 3564, + "Ġcry": 3565, + "ĠGen": 3566, + "Ġconnections": 3567, + "Ġcondition": 3568, + "Ġble": 3569, + "izations": 3570, + "ĠAre": 3571, + "Ġspot": 3572, + "Ġdescrib": 3573, + "Ġded": 3574, + "Ġdied": 3575, + "ublic": 3576, + "Ġprovides": 3577, + "ixt": 3578, + "Ġton": 3579, + "stood": 3580, + "ĠSm": 3581, + "ĠWas": 3582, + "ram": 3583, + "Ġlat": 3584, + "that": 3585, + "Ġsurprise": 3586, + "uries": 3587, + "Ġexcept": 3588, + "ĠWho": 3589, + "Ġappreciate": 3590, + "Ġpublished": 3591, + "Ġhistorical": 3592, + "uted": 3593, + "Ġbelieved": 3594, + "Ġtar": 3595, + "reet": 3596, + "ceed": 3597, + "athy": 3598, + "Ġopportunity": 3599, + "Or": 3600, + "ibly": 3601, + "Ġplanet": 3602, + "-in": 3603, + "wl": 3604, + "Ġtransform": 3605, + "Ġmultiple": 3606, + "Ġrecently": 3607, + "Ġmonth": 3608, + "onse": 3609, + "ĠAct": 3610, + "Ġcompon": 3611, + "oration": 3612, + "Ġattempt": 3613, + "Ġmovement": 3614, + "Ġpet": 3615, + "ores": 3616, + "osing": 3617, + "Ġfaced": 3618, + "Ġdamage": 3619, + "Ġdemonstr": 3620, + "ĠOf": 3621, + "Ġoverall": 3622, + "umbled": 3623, + "fess": 3624, + "ĠPre": 3625, + "Ġsummer": 3626, + "aks": 3627, + "you": 3628, + "adem": 3629, + "Ġarrived": 3630, + "Ġtouch": 3631, + "Ġbag": 3632, + "Ġbott": 3633, + "cell": 3634, + "Ġmur": 3635, + "ĠRuss": 3636, + "Ġavoid": 3637, + "Ġeconomic": 3638, + "chan": 3639, + "Our": 3640, + "Ġfix": 3641, + "Ġcuriosity": 3642, + "Ġeasier": 3643, + "anw": 3644, + "Ġseason": 3645, + "istics": 3646, + "ĠJack": 3647, + "ĠAdd": 3648, + "itude": 3649, + "Ġlines": 3650, + "Ġsmaller": 3651, + "osis": 3652, + "ĠFirst": 3653, + "Ġcauses": 3654, + "Ġsustain": 3655, + "Ġdom": 3656, + "ccording": 3657, + "Section": 3658, + "ror": 3659, + "Ġcit": 3660, + "enny": 3661, + "ension": 3662, + "LE": 3663, + "Ġ--": 3664, + "ĠRed": 3665, + "ords": 3666, + "Ġsick": 3667, + "Ġhappening": 3668, + "Ġarticle": 3669, + "ino": 3670, + "Ġhomes": 3671, + "vey": 3672, + "Ġattack": 3673, + "liver": 3674, + "Ġfoods": 3675, + "Ġrelationships": 3676, + "Ġtemperature": 3677, + "Ġimage": 3678, + "Ġfear": 3679, + "Ġwel": 3680, + "Ġcouple": 3681, + "pri": 3682, + "Ġachieve": 3683, + "Ġtotal": 3684, + "ĠOver": 3685, + "Ġcultures": 3686, + "Ġstudying": 3687, + "Ġprograms": 3688, + "Ġalthough": 3689, + "Ġactions": 3690, + "Ġpage": 3691, + "Ġcharacters": 3692, + "antly": 3693, + "ept": 3694, + "lands": 3695, + "Ġlaug": 3696, + "irty": 3697, + "acking": 3698, + "Ġrefer": 3699, + "Ġcompletely": 3700, + "Ġconc": 3701, + "Ġfollowed": 3702, + "Ġcloser": 3703, + "ĠInstead": 3704, + "Ġstar": 3705, + "NA": 3706, + "Ġstars": 3707, + "Ġpractices": 3708, + "Ġdirectly": 3709, + "rim": 3710, + "anging": 3711, + "Ġolder": 3712, + "Ġteachers": 3713, + "Ġmessage": 3714, + "Ġreceived": 3715, + "Ġgreater": 3716, + "ken": 3717, + "ĠGood": 3718, + "Ġoffice": 3719, + "lies": 3720, + "ĠColl": 3721, + "ĠRemember": 3722, + "Ġincludes": 3723, + "ĠThrough": 3724, + "ĠDep": 3725, + "Ġeager": 3726, + "ĠDuring": 3727, + "ĠEl": 3728, + "Ġjoin": 3729, + "pre": 3730, + "Ġut": 3731, + "Ġpassion": 3732, + "Ġprepared": 3733, + "Any": 3734, + "kes": 3735, + "Ġdog": 3736, + "Ġgrew": 3737, + "ĠCur": 3738, + "Ġvict": 3739, + "Ġseeing": 3740, + "Ġsmooth": 3741, + "Ġec": 3742, + "From": 3743, + "ocks": 3744, + "dd": 3745, + "Ġlink": 3746, + "Ġluck": 3747, + "key": 3748, + "Ġconduct": 3749, + "Ġconnection": 3750, + "Ġprojects": 3751, + "Ġbeginning": 3752, + "Ġfellow": 3753, + "hold": 3754, + "rs": 3755, + "Ġgoal": 3756, + "ĠThanks": 3757, + "Ġconversation": 3758, + "ĠBritish": 3759, + "Ġspeed": 3760, + "Ġdiverse": 3761, + "ĠAlthough": 3762, + "omen": 3763, + "Ġfinan": 3764, + "ĠCo": 3765, + "Ġsand": 3766, + "Ġfol": 3767, + "ĠTed": 3768, + "ĠCont": 3769, + "att": 3770, + "Title": 3771, + "Ġwish": 3772, + "Ġsettle": 3773, + "Ġnav": 3774, + "Ġintell": 3775, + "Ġcalcul": 3776, + "Ġtruly": 3777, + "Ġtall": 3778, + "Ġbecomes": 3779, + "Ġindustry": 3780, + "ĠUnderstanding": 3781, + "Ġreview": 3782, + "Ġresist": 3783, + "ĠState": 3784, + "tered": 3785, + "Ġdeveloping": 3786, + "Ġemotions": 3787, + "Ġaf": 3788, + "Ġfeatures": 3789, + "Ġlocation": 3790, + "Ġwatching": 3791, + "Ġgotta": 3792, + "Ġingred": 3793, + "water": 3794, + "Ġegg": 3795, + "ĠWh": 3796, + "ĠResearch": 3797, + "Ġcatch": 3798, + "amin": 3799, + "Ġletter": 3800, + "vest": 3801, + "Ġmouth": 3802, + "hens": 3803, + "Ġcarbon": 3804, + "Ġtrip": 3805, + "Ġwhenever": 3806, + "Ġeffort": 3807, + "Ġequal": 3808, + "Ġbustling": 3809, + "idents": 3810, + "ĠPar": 3811, + "Ġtarget": 3812, + "Ġmiddle": 3813, + "Ġgives": 3814, + "ĠSee": 3815, + "Ġanx": 3816, + "Ġlistening": 3817, + "Ġmachine": 3818, + "Ġpurpose": 3819, + "Ġwaste": 3820, + "Ġcontent": 3821, + "wor": 3822, + "Ġir": 3823, + "ancing": 3824, + "Ġlaws": 3825, + "ups": 3826, + "esus": 3827, + "aly": 3828, + "Ġallowing": 3829, + "Ġseries": 3830, + "rest": 3831, + "Ġinvent": 3832, + "Ġboard": 3833, + "de": 3834, + "Ġnation": 3835, + "ĠSw": 3836, + "Ġlibr": 3837, + "Ġdiet": 3838, + "ĠAfrica": 3839, + "ares": 3840, + "Ġjoy": 3841, + "ĠMaybe": 3842, + "Ġnegative": 3843, + "ĠJamie": 3844, + "ronic": 3845, + "Ġtheory": 3846, + "Ġdetails": 3847, + "Ġtoys": 3848, + "Ġnotice": 3849, + "Ġsituations": 3850, + "Ġsuddenly": 3851, + "Ġselect": 3852, + "iforn": 3853, + "Ġgold": 3854, + "Ġfriendly": 3855, + "ipment": 3856, + "Ġincreasing": 3857, + "Ġreasons": 3858, + "ucking": 3859, + "Ġetc": 3860, + "Ġsister": 3861, + "Ġhost": 3862, + "Ġthird": 3863, + "Ġunderstood": 3864, + "Ġthanks": 3865, + "Ġextreme": 3866, + "mosp": 3867, + "ties": 3868, + "Ġhabit": 3869, + "iles": 3870, + "Ġtrack": 3871, + "Ġanymore": 3872, + "Ġscen": 3873, + "Ġpatient": 3874, + "Ġeffective": 3875, + "Ġboys": 3876, + "Ġgentle": 3877, + "Ġstumbled": 3878, + "ourse": 3879, + "ye": 3880, + "Ġproduced": 3881, + "Ġadults": 3882, + "Next": 3883, + "ses": 3884, + "oses": 3885, + "ĠTO": 3886, + "Ġvac": 3887, + "Ġaltern": 3888, + "Ġdistrib": 3889, + "Ġappropri": 3890, + "Ġstorm": 3891, + "ĠTogether": 3892, + "Ġcontro": 3893, + "exic": 3894, + "Ġsmart": 3895, + "Ġcars": 3896, + "Ġexcit": 3897, + "Ġsnow": 3898, + "che": 3899, + "Ġweak": 3900, + "Ġbird": 3901, + "Ġmentioned": 3902, + "band": 3903, + "Ġbound": 3904, + "Ġconnected": 3905, + "pro": 3906, + "Ġbacter": 3907, + "ender": 3908, + "Ġperformance": 3909, + "Ġneighbor": 3910, + "Ġdelicious": 3911, + "Ġhospital": 3912, + "Ġtour": 3913, + "itute": 3914, + "Ġchap": 3915, + "ovel": 3916, + "Ġprint": 3917, + "ĠChina": 3918, + "Ġidentify": 3919, + "Ġexcl": 3920, + "Ġassess": 3921, + "Ġthousands": 3922, + "Ġwanna": 3923, + "icient": 3924, + "Ġran": 3925, + "ifornia": 3926, + "wise": 3927, + "omp": 3928, + "Ġtelling": 3929, + "Ġeventually": 3930, + "ov": 3931, + "izes": 3932, + "ĠAfrican": 3933, + "Ġmine": 3934, + "Ġmanage": 3935, + "ĠEngland": 3936, + "ech": 3937, + "Ġ|": 3938, + "Ġgently": 3939, + "Ġnine": 3940, + "Ġcritical": 3941, + "ĠGeorge": 3942, + "Ġwhatever": 3943, + "Ġwrote": 3944, + "Ġdiagn": 3945, + "iers": 3946, + "tes": 3947, + "house": 3948, + "Ġdress": 3949, + "Ġnearly": 3950, + "Int": 3951, + "iling": 3952, + "Ġlarger": 3953, + "Ġdevices": 3954, + "Ġstrength": 3955, + "mber": 3956, + "lear": 3957, + "ĠCity": 3958, + "unk": 3959, + "ĠRep": 3960, + "Ġproud": 3961, + "Ġevening": 3962, + "Ġexercise": 3963, + "Ġcitiz": 3964, + "Ġmaster": 3965, + "Ġprec": 3966, + "Ġslight": 3967, + "Ġtomorrow": 3968, + "Ġarr": 3969, + "Ġthank": 3970, + "Ġsolutions": 3971, + "Dr": 3972, + "hus": 3973, + "Ġnodd": 3974, + "Ġbroad": 3975, + "cy": 3976, + "rees": 3977, + "Ġincluded": 3978, + "Ġchanging": 3979, + "Ġwinter": 3980, + "zing": 3981, + "Ġcivil": 3982, + "Ġindepend": 3983, + "Ġresponse": 3984, + "Ġmission": 3985, + "Ġstage": 3986, + "ĠMon": 3987, + "ĠRob": 3988, + "Ġnames": 3989, + "Ġwalking": 3990, + "Ġdocument": 3991, + "ffee": 3992, + "Ġfinal": 3993, + "Ġbeauty": 3994, + "Ġexcitement": 3995, + "Ġhidden": 3996, + "Ġquiet": 3997, + "Ġanalysis": 3998, + "cks": 3999, + "rast": 4000, + "Ġcaught": 4001, + "Ġpuzz": 4002, + "ĠII": 4003, + "Ġpow": 4004, + "Ġmyster": 4005, + "Like": 4006, + "Ġtax": 4007, + "itect": 4008, + "Ġdrive": 4009, + "Ġpromot": 4010, + "Uh": 4011, + "ev": 4012, + "Ġtoy": 4013, + "Ġminim": 4014, + "aled": 4015, + "Ġsell": 4016, + "Ġrare": 4017, + "ham": 4018, + "icks": 4019, + "Ġbeg": 4020, + "ĠSally": 4021, + "teen": 4022, + "Ġsetting": 4023, + "Ġcompanies": 4024, + "Ġlose": 4025, + "asure": 4026, + "Ġuh": 4027, + "Ġtrade": 4028, + "ologies": 4029, + "Ġcolorful": 4030, + "-y": 4031, + "Ġunit": 4032, + "Ġmagic": 4033, + "athered": 4034, + "Ġpark": 4035, + "Ġgun": 4036, + "Ġinfect": 4037, + "Ġincorpor": 4038, + "back": 4039, + "Ġscreen": 4040, + "ĠArt": 4041, + "Ġdetermine": 4042, + "ius": 4043, + "Ġaverage": 4044, + "Ġhus": 4045, + "ĠMexic": 4046, + "Ġsecurity": 4047, + "Ġcolon": 4048, + "Ġfinancial": 4049, + "mon": 4050, + "ĠApp": 4051, + "Ġstandard": 4052, + "abet": 4053, + "Ġadapt": 4054, + "Cl": 4055, + "ĠMore": 4056, + "Ġsuccessful": 4057, + "-st": 4058, + "ias": 4059, + "Ġain": 4060, + "ellow": 4061, + "bb": 4062, + "ww": 4063, + "ications": 4064, + "ĠScience": 4065, + "Ġchoices": 4066, + "AL": 4067, + "Ġbecoming": 4068, + "appoint": 4069, + "rial": 4070, + "aint": 4071, + "Ġaddition": 4072, + "Ġofficial": 4073, + "OT": 4074, + "Ġcred": 4075, + "Ġbase": 4076, + "Ġembr": 4077, + "Ġpaint": 4078, + "Ġlanguages": 4079, + "Ġreached": 4080, + "iday": 4081, + "ĠThom": 4082, + "Ġmemory": 4083, + "but": 4084, + "Ġsomebody": 4085, + "Ġesc": 4086, + "Ġveh": 4087, + "Ġstrategies": 4088, + "oly": 4089, + "Ġgrown": 4090, + "Ġsupposed": 4091, + "ĠIndia": 4092, + "Ġconsequ": 4093, + "Ġintegr": 4094, + "ĠSammy": 4095, + "Ġprofessional": 4096, + "ĠChe": 4097, + "Ġcities": 4098, + "ocol": 4099, + "Ġsites": 4100, + "ortunately": 4101, + "Ġenthus": 4102, + "Thanks": 4103, + "Ġcenter": 4104, + "ĠWest": 4105, + "Ġbuildings": 4106, + "ĠIndian": 4107, + "ĠAg": 4108, + "well": 4109, + "Ġjump": 4110, + "Ġexamples": 4111, + "reedom": 4112, + "ĠDav": 4113, + "known": 4114, + "Ġnodded": 4115, + "aul": 4116, + "Ġfing": 4117, + "ĠGl": 4118, + "ĠThink": 4119, + "Ġinternational": 4120, + "Ġhuge": 4121, + "ifying": 4122, + "ĠCalifornia": 4123, + "Ġenh": 4124, + "Ġagree": 4125, + "iber": 4126, + "ĠLittle": 4127, + "ocr": 4128, + "new": 4129, + "Ġdecide": 4130, + "ĠExactly": 4131, + "Ġdigital": 4132, + "rupt": 4133, + "Ġproviding": 4134, + "Ġvirus": 4135, + "itution": 4136, + "-based": 4137, + ":**": 4138, + "Ġvast": 4139, + "Ġaccident": 4140, + "Ġclub": 4141, + "Ġattend": 4142, + "Ġadvice": 4143, + "Ġensuring": 4144, + "Ġinfluence": 4145, + "Ġocean": 4146, + "Ġplans": 4147, + "Ġdiscovery": 4148, + "Ġcoast": 4149, + "Ġinvolves": 4150, + "Ġoptions": 4151, + "sect": 4152, + "Ġactive": 4153, + "Ġattract": 4154, + "ucy": 4155, + "Ġshowing": 4156, + "Ġequipment": 4157, + "ufffd": 4158, + "mas": 4159, + "Ġdance": 4160, + "raid": 4161, + "ĠMin": 4162, + "ĠSpe": 4163, + "Ġsection": 4164, + "Ġbull": 4165, + "raft": 4166, + "osy": 4167, + "Ġfindings": 4168, + "Ġopin": 4169, + "ĠAmericans": 4170, + "Ġtraditions": 4171, + "Ġdescri": 4172, + "Ġexch": 4173, + "Ġatmosp": 4174, + "Ġdisp": 4175, + "Ġfaster": 4176, + "Ġmilitary": 4177, + "Pro": 4178, + "While": 4179, + "asks": 4180, + "Ġmarried": 4181, + "Ġvisual": 4182, + "ĠAustral": 4183, + "fessor": 4184, + "AC": 4185, + "ET": 4186, + "ees": 4187, + "Ġimplement": 4188, + "ondon": 4189, + "Ġnumer": 4190, + "Ġdinner": 4191, + "life": 4192, + "eness": 4193, + "Ġgoals": 4194, + "Ġclearly": 4195, + "-to": 4196, + "Ġdaughter": 4197, + "ulate": 4198, + "Ġeffici": 4199, + "Ġsolve": 4200, + "Ġcast": 4201, + "Ġdate": 4202, + "Ġsigns": 4203, + "can": 4204, + "Ġmid": 4205, + "igen": 4206, + "Ġstanding": 4207, + "Ġconcepts": 4208, + "Ġintroduced": 4209, + "Ġlandsc": 4210, + "Ġrecommend": 4211, + "ufact": 4212, + "erson": 4213, + "Ġcrit": 4214, + "Ġsolar": 4215, + "Ġvariety": 4216, + "Ġconcent": 4217, + "OM": 4218, + "Ġfant": 4219, + "Ġmatters": 4220, + "Ġimmediately": 4221, + "Ġund": 4222, + "Ġprefer": 4223, + "Ġtonight": 4224, + "Ġnavig": 4225, + "cular": 4226, + "Ġpen": 4227, + "que": 4228, + "Ġplays": 4229, + "bsolutely": 4230, + "Ġwaves": 4231, + "alu": 4232, + "Ġserve": 4233, + "osition": 4234, + "Ġbusinesses": 4235, + "Ġwindow": 4236, + "sp": 4237, + "Ġvibr": 4238, + "Ġlocated": 4239, + "Ġcontext": 4240, + "Ġinstrum": 4241, + "Ġadding": 4242, + "Ġlack": 4243, + "Ġleng": 4244, + "Ġpredict": 4245, + "board": 4246, + "Sorry": 4247, + "ĠCap": 4248, + "ĠPart": 4249, + "overn": 4250, + "Ġtopics": 4251, + "Ġchallenging": 4252, + "tery": 4253, + "gn": 4254, + "Ġfuel": 4255, + "era": 4256, + "Ġdoub": 4257, + "Ġeverybody": 4258, + "Ġtransl": 4259, + "Ġfamiliar": 4260, + "Ġregarding": 4261, + "Ġgathered": 4262, + "ĠMom": 4263, + "Ġquant": 4264, + "Ġfacts": 4265, + "ki": 4266, + "Ġhar": 4267, + "Ġturns": 4268, + "Ġcontribute": 4269, + "Ġprivate": 4270, + "ĠCounty": 4271, + "Wait": 4272, + "ĠTH": 4273, + "Ġthousand": 4274, + "ederal": 4275, + "Ġmath": 4276, + "elines": 4277, + "Ġalive": 4278, + "Ġarm": 4279, + "Ġshouldn": 4280, + "rief": 4281, + "ĠCanada": 4282, + "vert": 4283, + "ĠSun": 4284, + "Ġmechan": 4285, + "Ġinterested": 4286, + "obody": 4287, + "Ġwalked": 4288, + "ĠMus": 4289, + "Ġsugar": 4290, + "Ġstructures": 4291, + "Ġox": 4292, + "amb": 4293, + "ĠLear": 4294, + "Ġclim": 4295, + "Ġdemand": 4296, + "Ġearn": 4297, + "Ġmovie": 4298, + "ingu": 4299, + "Ġforces": 4300, + "isten": 4301, + "Ġdiscussion": 4302, + "Ġjobs": 4303, + "Ġfra": 4304, + "ica": 4305, + "Ġexpected": 4306, + "Ġcertainly": 4307, + "Ġclosely": 4308, + "Ġclothes": 4309, + "uh": 4310, + "entially": 4311, + "Ġstick": 4312, + "Ġshot": 4313, + "Ġdecl": 4314, + "Ġcareful": 4315, + "Ġspecifically": 4316, + "ĠCenter": 4317, + "IV": 4318, + "Ġsevere": 4319, + "Ġchoice": 4320, + "Ġhero": 4321, + "Ġuser": 4322, + "ĠDis": 4323, + "Ġdiseases": 4324, + "ĠComp": 4325, + "Ġremained": 4326, + "ST": 4327, + "Ġtiss": 4328, + "Ġhearing": 4329, + "Ġsuit": 4330, + "alk": 4331, + "ĠLondon": 4332, + "ĠRec": 4333, + "Ġcomputers": 4334, + "Ġdevice": 4335, + "ĠEuropean": 4336, + "Ġafraid": 4337, + "ris": 4338, + "Ġmember": 4339, + "ael": 4340, + "vant": 4341, + "Ġnic": 4342, + "roy": 4343, + "Ġcoffee": 4344, + "Ġsupply": 4345, + "Ġhusband": 4346, + "Ġtwist": 4347, + "Ġorganizations": 4348, + "Ġdisplay": 4349, + "OW": 4350, + "time": 4351, + "Ġwit": 4352, + "ĠBar": 4353, + "udd": 4354, + "Ġfeels": 4355, + "Ġprior": 4356, + "Ġappropriate": 4357, + "now": 4358, + "Ġsouth": 4359, + "ession": 4360, + "Ġmedicine": 4361, + "Ġ.": 4362, + "Ġletters": 4363, + "Ġformed": 4364, + "Ġfields": 4365, + "Ġpal": 4366, + "Ġrepe": 4367, + "igg": 4368, + "olly": 4369, + "Ġapart": 4370, + "Ġconcerns": 4371, + "Ġsoftware": 4372, + "ĠMal": 4373, + "Ġspeaking": 4374, + "Ġworkers": 4375, + "Ġdistance": 4376, + "Ġcosts": 4377, + "Ġingredients": 4378, + "Ġcro": 4379, + "orders": 4380, + "Take": 4381, + "_,": 4382, + "care": 4383, + "Ġfly": 4384, + "ĠPark": 4385, + "itely": 4386, + "Ġhandle": 4387, + "Ġwear": 4388, + "Ġtea": 4389, + "Ġdifferently": 4390, + "Ġvegetables": 4391, + "Ġstyle": 4392, + "Ġfocused": 4393, + "Ġreported": 4394, + "Ġbond": 4395, + "\\\"\\": 4396, + "Ġseeds": 4397, + "Ġ/": 4398, + "ĠGreen": 4399, + "Ġimpl": 4400, + "versity": 4401, + "Ġinterests": 4402, + "Ġfruit": 4403, + "ĠPresident": 4404, + "Ġcharge": 4405, + "Ġbenefit": 4406, + "Ġdrug": 4407, + "ND": 4408, + "otic": 4409, + "ulf": 4410, + "Ġinstruct": 4411, + "hips": 4412, + "Ġshapes": 4413, + "Ġtaste": 4414, + "Ġdangerous": 4415, + "ipp": 4416, + "Ġshar": 4417, + "Ġshown": 4418, + "Ġoffered": 4419, + "Ġadditional": 4420, + "Ġprinciples": 4421, + "Ġult": 4422, + "ilos": 4423, + "Ġidentity": 4424, + "mission": 4425, + "Ġnorth": 4426, + "Ġdiscussing": 4427, + "Ġcollege": 4428, + "Ġsitting": 4429, + "Ġpaid": 4430, + "iant": 4431, + "Ġthus": 4432, + "orthern": 4433, + "Ġprice": 4434, + "Ġrelative": 4435, + "Ġfruits": 4436, + "Ġseparate": 4437, + "Ġnovel": 4438, + "Ġobv": 4439, + "isms": 4440, + "Ġcraft": 4441, + "Ġvirt": 4442, + "Ġunc": 4443, + "ricult": 4444, + "**:": 4445, + "Ġexperienced": 4446, + "ĠDepartment": 4447, + "ĠOnce": 4448, + "Ġremains": 4449, + "Ġartists": 4450, + "Ġdrugs": 4451, + "Finally": 4452, + "Ġnote": 4453, + "Ġcollection": 4454, + "Ġproperty": 4455, + "Ġreturned": 4456, + "Ġexperiment": 4457, + "Ġprotection": 4458, + "ĠMer": 4459, + "Ġplaced": 4460, + "ĠCharl": 4461, + "Ġgenerally": 4462, + "Ġpracticing": 4463, + "Even": 4464, + "nes": 4465, + "Ġbow": 4466, + "ĠPat": 4467, + "Ġmoon": 4468, + "Ġarchitect": 4469, + "uild": 4470, + "Ġdoctors": 4471, + "Ġsolution": 4472, + "Ġestablished": 4473, + "Ġcode": 4474, + "Ġep": 4475, + "ubb": 4476, + "lor": 4477, + "apers": 4478, + "Ġmathem": 4479, + "Ġstood": 4480, + "ĠCouncil": 4481, + "Ġrace": 4482, + "ĠUsing": 4483, + "Ġapproached": 4484, + "Ġjournal": 4485, + "la": 4486, + "ads": 4487, + "Ġtele": 4488, + "inate": 4489, + "ĠMad": 4490, + "rible": 4491, + "encies": 4492, + "Ġbigger": 4493, + "Ġfilm": 4494, + "ĠHistory": 4495, + "Ġmut": 4496, + "arian": 4497, + "ooper": 4498, + "Ġspoke": 4499, + "Ġagricult": 4500, + "Ġslowly": 4501, + "-year": 4502, + "iverse": 4503, + "Ġmanufact": 4504, + "Ġinsights": 4505, + "wide": 4506, + "Ġhelpful": 4507, + "Ġminds": 4508, + "ĠReg": 4509, + "Ġreligious": 4510, + "Ġusers": 4511, + "Ġplat": 4512, + "Ġkinds": 4513, + "Ġrequires": 4514, + "Ġtests": 4515, + "aimed": 4516, + "Ġcomponents": 4517, + "Ġfost": 4518, + "Ġhun": 4519, + "Ġnin": 4520, + "Ġrapid": 4521, + "Ġtow": 4522, + "Ġreci": 4523, + "Ġdisappoint": 4524, + "Ġreceive": 4525, + "eel": 4526, + "arked": 4527, + "Ġtalked": 4528, + "Ġaffected": 4529, + "mit": 4530, + "outhern": 4531, + "alled": 4532, + "appe": 4533, + "Ġsignificantly": 4534, + "Ġprimary": 4535, + "ym": 4536, + "Ġnotes": 4537, + "ĠRiver": 4538, + "Ġbehavi": 4539, + "Ġgrass": 4540, + "Ġactual": 4541, + "Ġscared": 4542, + "Ġcentral": 4543, + "Ġsquare": 4544, + "what": 4545, + "Ġgenerations": 4546, + "Ġestim": 4547, + "Ġlimited": 4548, + "hm": 4549, + "nds": 4550, + "Ġpurch": 4551, + "Ġholding": 4552, + "Ġdetermined": 4553, + "ĠMost": 4554, + "Ġtrib": 4555, + "Ġstopped": 4556, + "Ġsides": 4557, + "Ġhorse": 4558, + "Ġgod": 4559, + "Ġrise": 4560, + "Ġhouses": 4561, + "Ġworried": 4562, + "Ġeffectively": 4563, + "Ġhyd": 4564, + "Ġcitizens": 4565, + "Ġthick": 4566, + "izz": 4567, + "Ġfunny": 4568, + "Ġfinished": 4569, + "Ġbreath": 4570, + "Ġx": 4571, + "Ġtill": 4572, + "Ġmel": 4573, + "ĠEduc": 4574, + "Ġrealize": 4575, + "------------------------": 4576, + "nand": 4577, + "ingly": 4578, + "Ġbrings": 4579, + "Ġmatch": 4580, + "Ġmanaged": 4581, + "Ġradio": 4582, + "Ġrecords": 4583, + "His": 4584, + "Ġrelease": 4585, + "Ġdoll": 4586, + "Ġturning": 4587, + "Ġcalm": 4588, + "GH": 4589, + "off": 4590, + "Ġlargest": 4591, + "Ġbacteria": 4592, + "Two": 4593, + "Ġrates": 4594, + "ĠUnit": 4595, + "osure": 4596, + "Ġbeliefs": 4597, + "lied": 4598, + "ildren": 4599, + "Ġuseful": 4600, + "Ġexpand": 4601, + "mond": 4602, + "ula": 4603, + "issions": 4604, + "Ġexpert": 4605, + "Ġtells": 4606, + "Ġexplaining": 4607, + "Ġfucking": 4608, + "rab": 4609, + "ĠDay": 4610, + "Ġsomewhere": 4611, + "Ġnetwork": 4612, + "Ġbottom": 4613, + "Ġbank": 4614, + "Ġfile": 4615, + "omed": 4616, + "ĠAng": 4617, + "Ġship": 4618, + "ĠChristmas": 4619, + "Ġring": 4620, + "ĠGrand": 4621, + "Ġanyway": 4622, + "Ġevalu": 4623, + "Ġstreet": 4624, + "Ġwarn": 4625, + "chol": 4626, + "Ġadop": 4627, + "gery": 4628, + "Ġjoined": 4629, + "igr": 4630, + "Ġju": 4631, + "Ġunus": 4632, + "Ġpolit": 4633, + "Ġinitial": 4634, + "Ġtasks": 4635, + "icip": 4636, + "ĠWow": 4637, + "ĠChar": 4638, + "Ġenter": 4639, + "Ġdistinct": 4640, + "Ġdeeply": 4641, + "Ġstation": 4642, + "sec": 4643, + "Ġpolicies": 4644, + "Ġdire": 4645, + "Ġstaff": 4646, + "asts": 4647, + "Ġopened": 4648, + "Ġgraph": 4649, + "Ġorganization": 4650, + "ilience": 4651, + "Ġfighting": 4652, + "Ġpus": 4653, + "see": 4654, + "Ġwisdom": 4655, + "igenous": 4656, + "ĠOther": 4657, + "Another": 4658, + "Ġtherapy": 4659, + "anish": 4660, + "omb": 4661, + "\\nand": 4662, + "Ġchurch": 4663, + "ĠJesus": 4664, + "Exc": 4665, + "Ġversion": 4666, + "olved": 4667, + "Ġillness": 4668, + "Ġnutri": 4669, + "Hi": 4670, + "hab": 4671, + "tering": 4672, + "vention": 4673, + "Ġadvant": 4674, + "Ġlimit": 4675, + "OK": 4676, + "idst": 4677, + "Ġapply": 4678, + "ĠVal": 4679, + "Ġreality": 4680, + "Ġbroken": 4681, + "nie": 4682, + "Ġsac": 4683, + "ani": 4684, + "phas": 4685, + "Ġcircum": 4686, + "Ġempathy": 4687, + "Ġgar": 4688, + "AM": 4689, + "Ġcovered": 4690, + "ĠAnt": 4691, + "Ġexhib": 4692, + "uddenly": 4693, + "Ġfloor": 4694, + "Ġproperly": 4695, + "Ġcooking": 4696, + "Ġpun": 4697, + "ologists": 4698, + "II": 4699, + "aign": 4700, + "inated": 4701, + "Ġmad": 4702, + "ĠMich": 4703, + "Ġmeals": 4704, + "Ġraised": 4705, + "Ġputting": 4706, + "Ġatmosphere": 4707, + "Ġfully": 4708, + "Ġpollution": 4709, + "Ġguidance": 4710, + "Ġtur": 4711, + "Ġrule": 4712, + "Ġadjust": 4713, + "Ġexperts": 4714, + "Ġmole": 4715, + "Ġoccas": 4716, + "Ġfigures": 4717, + "-A": 4718, + "Ġdy": 4719, + "ĠJan": 4720, + "Ġkindness": 4721, + "ament": 4722, + "Ġsexual": 4723, + "Ġgender": 4724, + "Ġwhis": 4725, + "Ġalright": 4726, + "aps": 4727, + "Ġemotional": 4728, + "Ġlabor": 4729, + "ĠMc": 4730, + "Ġlegal": 4731, + "Ġmaintaining": 4732, + "Ġkit": 4733, + "ĠWhere": 4734, + "itionally": 4735, + "Ġcomfortable": 4736, + "orough": 4737, + "Ġfuck": 4738, + "ĠOkay": 4739, + "Ġconfident": 4740, + "uit": 4741, + "Ġinn": 4742, + "ĠServ": 4743, + "###": 4744, + "Ġneighborhood": 4745, + "-up": 4746, + "irt": 4747, + "Ġbusy": 4748, + "Ġsunlight": 4749, + "Ġprofession": 4750, + "ero": 4751, + "urance": 4752, + "ĠAug": 4753, + "term": 4754, + "Ġexploration": 4755, + "ails": 4756, + "bered": 4757, + "ĠLife": 4758, + "Ġhonest": 4759, + "Ġbrave": 4760, + "Ġslightly": 4761, + "ĠAc": 4762, + "Ġshit": 4763, + "erences": 4764, + "hington": 4765, + "Ġserved": 4766, + "Ġfaith": 4767, + "Ġwebsite": 4768, + "-g": 4769, + "Ġbot": 4770, + "Ġdelight": 4771, + "Ġacqu": 4772, + "ĠBlack": 4773, + "Ġconsequences": 4774, + "//": 4775, + "aven": 4776, + "Ġfab": 4777, + "bre": 4778, + "Ġhol": 4779, + "Ġteeth": 4780, + "Ġstarts": 4781, + "Ġelectr": 4782, + "CH": 4783, + "ĠHigh": 4784, + "Ġtherefore": 4785, + "Ġmetal": 4786, + "Ġtypically": 4787, + "Ġconstruct": 4788, + "vis": 4789, + "Ġnone": 4790, + "Ġnuc": 4791, + "Ġweap": 4792, + "Ġassign": 4793, + "Ġsolid": 4794, + "Ġanswers": 4795, + "ĠChristian": 4796, + "Ġabsor": 4797, + "urban": 4798, + "Ġban": 4799, + "Ġworse": 4800, + "Ġspeech": 4801, + "Ġchapter": 4802, + "abetes": 4803, + "uk": 4804, + "ument": 4805, + "ĠLucy": 4806, + "Ġprevious": 4807, + "Ar": 4808, + "lam": 4809, + "Ġbeat": 4810, + "Ġsequ": 4811, + "Ġlovely": 4812, + "Ġmoments": 4813, + "Ġautom": 4814, + "ĠMaya": 4815, + "Ġmilk": 4816, + "ourage": 4817, + "Tell": 4818, + "Ġfacing": 4819, + "anwhile": 4820, + "ĠWilli": 4821, + "ĠDid": 4822, + "Ġprecious": 4823, + "Ġremem": 4824, + "Ġmissing": 4825, + "Before": 4826, + "Ġtight": 4827, + "Ġinsect": 4828, + "ĠIr": 4829, + "antic": 4830, + "ibilities": 4831, + "Ġcream": 4832, + "Course": 4833, + "how": 4834, + "Ġ+": 4835, + "Ġcompre": 4836, + "Ġcontract": 4837, + "Ġcirc": 4838, + "Ġtoward": 4839, + "Ġfort": 4840, + "terday": 4841, + "ĠMary": 4842, + "Ġresilience": 4843, + "Ġperspectives": 4844, + "gi": 4845, + "then": 4846, + "ummy": 4847, + "Ġlength": 4848, + "AD": 4849, + "Ġsoul": 4850, + "ĠSan": 4851, + "ĠRead": 4852, + "Ġoffers": 4853, + "inese": 4854, + "Ġvisiting": 4855, + "Ġpresented": 4856, + "AY": 4857, + "Le": 4858, + "erry": 4859, + "Ġscene": 4860, + "ĠExc": 4861, + "Ġdedicated": 4862, + "ĠDavid": 4863, + "ĠAbsolutely": 4864, + "Ġmeal": 4865, + "Ġride": 4866, + "ĠUse": 4867, + "Ġtopic": 4868, + "Ġdepending": 4869, + "Ġhuh": 4870, + "Ġliterature": 4871, + "Ġelectricity": 4872, + "ample": 4873, + "Ġforgot": 4874, + "Ġuns": 4875, + "Ġcontains": 4876, + "Ġdistrict": 4877, + "ĠInstitute": 4878, + "Ġcrazy": 4879, + "Ġ#\\": 4880, + "Ġjustice": 4881, + "Ġsports": 4882, + "bits": 4883, + "Ġtask": 4884, + "icy": 4885, + "Ġmeat": 4886, + "Ġproced": 4887, + "Ġvital": 4888, + "Ġspect": 4889, + "Ġmodels": 4890, + "Ġprocesses": 4891, + "ĠJohnson": 4892, + "book": 4893, + "Ġign": 4894, + "arter": 4895, + "Ġinterview": 4896, + "duces": 4897, + "Ġpromise": 4898, + "Ġillustr": 4899, + "ĠTechn": 4900, + ".com": 4901, + "Wh": 4902, + "atin": 4903, + "Ġstone": 4904, + "agement": 4905, + "ĠHouse": 4906, + "ĠOF": 4907, + "Ġleads": 4908, + "Ġleader": 4909, + "ĠMaria": 4910, + "ordinary": 4911, + "Ġflat": 4912, + "ĠProfessor": 4913, + "ĠDevelop": 4914, + "iety": 4915, + "Ġconv": 4916, + "Ġblock": 4917, + "Ġrelax": 4918, + "pril": 4919, + "ĠMargot": 4920, + "Ġpurs": 4921, + "Ġcommunicate": 4922, + "Ġcustomers": 4923, + "Ġwatched": 4924, + "Ġcateg": 4925, + "aming": 4926, + "ĠSur": 4927, + "ĠJune": 4928, + "Ġfeature": 4929, + "Ġclassroom": 4930, + "ĠProt": 4931, + "ĠCommun": 4932, + "Ġinspired": 4933, + ",'": 4934, + "ding": 4935, + "ums": 4936, + "ĠLord": 4937, + "Ġcreation": 4938, + "Ġadvanced": 4939, + "Ġpicked": 4940, + "Ġwitness": 4941, + "Ġdisappe": 4942, + "Ġbackground": 4943, + "Ġwalls": 4944, + "spect": 4945, + "uous": 4946, + "iments": 4947, + "ĠTy": 4948, + "ressed": 4949, + "Ġcarried": 4950, + "Ġappeared": 4951, + "Really": 4952, + "Ġdirection": 4953, + "Ab": 4954, + "Sure": 4955, + "ements": 4956, + "Ġyours": 4957, + "Ġhighly": 4958, + "Stop": 4959, + "Ġexisting": 4960, + "Ġlibrary": 4961, + "Wow": 4962, + "oup": 4963, + "omy": 4964, + "Ġshoot": 4965, + "ĠKeep": 4966, + "ints": 4967, + "Ġstandards": 4968, + "ims": 4969, + "Ġforever": 4970, + "Ġmessages": 4971, + "roduce": 4972, + "Ġconcl": 4973, + "ologist": 4974, + "load": 4975, + "Ġunusual": 4976, + "craft": 4977, + "Ġqual": 4978, + "Ġrefers": 4979, + "ohol": 4980, + "Ġapprox": 4981, + "rets": 4982, + "Ġwet": 4983, + "ĠSure": 4984, + "ĠGerman": 4985, + "itage": 4986, + "Ġconsult": 4987, + "ounced": 4988, + "Ġcapital": 4989, + "Act": 4990, + "Tr": 4991, + "cohol": 4992, + "Ġtough": 4993, + "ouds": 4994, + "uman": 4995, + "Ġcommand": 4996, + "Ġmachines": 4997, + "Ġbear": 4998, + "Ġisland": 4999, + "ĠMor": 5000, + "Ġcreative": 5001, + "Ġterrit": 5002, + "gy": 5003, + "ĠGovern": 5004, + "Ġsuppose": 5005, + "Ġbattle": 5006, + "Ġintrig": 5007, + "Ġcreativity": 5008, + "ĠDespite": 5009, + "equ": 5010, + "yl": 5011, + "Ġyellow": 5012, + "Ġsmell": 5013, + "Ġstaying": 5014, + "Ġlady": 5015, + "chen": 5016, + "ented": 5017, + "Ġshut": 5018, + "lessly": 5019, + "Ġrecognize": 5020, + "Ġawareness": 5021, + "..\\": 5022, + "Ġbutter": 5023, + "Ġuniverse": 5024, + "Ġclin": 5025, + "Ġprepare": 5026, + "Ġextraordinary": 5027, + "onic": 5028, + "Ġrid": 5029, + "osh": 5030, + "Ġsmile": 5031, + "Ġinfection": 5032, + "Ġpainting": 5033, + "ĠTrans": 5034, + "ĠWashington": 5035, + "Listen": 5036, + "estic": 5037, + "Ġupset": 5038, + "Ġcorner": 5039, + "Ġmathemat": 5040, + "urally": 5041, + "ĠSince": 5042, + "ulated": 5043, + "ĠBoth": 5044, + "ĠHarm": 5045, + "ĠDad": 5046, + "ĠFrance": 5047, + "Ġdegrees": 5048, + "Key": 5049, + "Ġvia": 5050, + "Ġemphas": 5051, + "Ġdrawing": 5052, + "Ġvit": 5053, + "Ġspring": 5054, + "anged": 5055, + "Ġhealthcare": 5056, + "Ġcourt": 5057, + "ĠExpl": 5058, + "Ġresponsibility": 5059, + "mar": 5060, + "Ġpounds": 5061, + "Ġmere": 5062, + "Ġpregn": 5063, + "Ġpromote": 5064, + "Ġtesting": 5065, + "ĠPlus": 5066, + "Ġfantastic": 5067, + "tt": 5068, + "riage": 5069, + "Ġvibrant": 5070, + "'S": 5071, + "Ġdouble": 5072, + "imal": 5073, + "anted": 5074, + "odes": 5075, + "Ġphilos": 5076, + "Ġmuscles": 5077, + "Ġafford": 5078, + "Ġapplications": 5079, + "gment": 5080, + "lin": 5081, + "ĠMat": 5082, + "Ġlie": 5083, + "Pl": 5084, + "heart": 5085, + "Ġconstruction": 5086, + "Ġiniti": 5087, + "Ġdestroy": 5088, + "Ġwelcome": 5089, + "Ġur": 5090, + "Ġpages": 5091, + "Ġhighlight": 5092, + "Ġlistened": 5093, + "Ġprofessor": 5094, + "Ġfemale": 5095, + "ipe": 5096, + "Ġsight": 5097, + "Ġden": 5098, + "ĠDNA": 5099, + "Ġnumerous": 5100, + "AP": 5101, + "Ġband": 5102, + "Ġobst": 5103, + "Ġphr": 5104, + "Ġeconomy": 5105, + "ij": 5106, + "Ġmal": 5107, + "Ġmir": 5108, + "ocking": 5109, + "Ġdreams": 5110, + "-S": 5111, + "ĠTV": 5112, + "Ġamidst": 5113, + "Ġacadem": 5114, + "Ġreleased": 5115, + "uary": 5116, + "Ġseed": 5117, + "Ġscale": 5118, + "Ġassum": 5119, + "Ġlands": 5120, + "Ġbloody": 5121, + "Ġintellig": 5122, + "-r": 5123, + "cest": 5124, + "Ġtired": 5125, + "Ġliqu": 5126, + "Ġpref": 5127, + "Ġ*\\": 5128, + "Ġsurrounding": 5129, + "do": 5130, + "Ġfirm": 5131, + "lection": 5132, + "Ġnor": 5133, + "Ġtreated": 5134, + "Ġtemperatures": 5135, + "Ġplatform": 5136, + "Ġcircumst": 5137, + "',": 5138, + "upp": 5139, + "Ġmale": 5140, + "Ġdial": 5141, + "Ġdrop": 5142, + "rogen": 5143, + "ĠMake": 5144, + "Ġrough": 5145, + "ossible": 5146, + "ĠCharlie": 5147, + "Ġcup": 5148, + "Ġbrand": 5149, + "ella": 5150, + "Con": 5151, + "Ġmob": 5152, + "ĠHi": 5153, + "Ġseeking": 5154, + "ĠUnion": 5155, + "cellent": 5156, + "ipped": 5157, + "Ġpush": 5158, + "Ġwhom": 5159, + "osen": 5160, + "ĠLaw": 5161, + "ĠOct": 5162, + "Ġplanned": 5163, + "encing": 5164, + "ĠMark": 5165, + "Ġexec": 5166, + "Ġnative": 5167, + "ĠMod": 5168, + "aker": 5169, + "Ġspaces": 5170, + "ĠChinese": 5171, + "Ġcrow": 5172, + "-I": 5173, + "lls": 5174, + "Ġchec": 5175, + "night": 5176, + "ĠSat": 5177, + "esson": 5178, + "Ġobtain": 5179, + "Ġpatience": 5180, + "Ġsongs": 5181, + "Ġrenew": 5182, + "ching": 5183, + "ĠGot": 5184, + "Ġexclaimed": 5185, + "Ġdim": 5186, + "oty": 5187, + "rael": 5188, + "ĠRoman": 5189, + "Ġarms": 5190, + "Ġfunctions": 5191, + "Ġfinish": 5192, + "appy": 5193, + "Ġsatis": 5194, + "ĠMexico": 5195, + "hors": 5196, + "Ġnerv": 5197, + "ĠPal": 5198, + "Ġlights": 5199, + "Ġforeign": 5200, + "Ġthri": 5201, + "Ġpray": 5202, + "Ġcommer": 5203, + "Ġproperties": 5204, + "Ġreligion": 5205, + "reement": 5206, + "Ġrhy": 5207, + "wered": 5208, + "Ġcounty": 5209, + "Ġpresident": 5210, + "Ġdoubt": 5211, + "pen": 5212, + "leep": 5213, + "Ġbrown": 5214, + "Ġtechnologies": 5215, + "Ġrisks": 5216, + "Ġyesterday": 5217, + "ĠJapanese": 5218, + "Ġroot": 5219, + "Ġcenturies": 5220, + "Ġinvolve": 5221, + "Ġstatement": 5222, + "ĠJewish": 5223, + "Which": 5224, + "Ġwearing": 5225, + "emon": 5226, + "ĠPet": 5227, + "Ġsurgery": 5228, + "Ġstret": 5229, + "\\\\": 5230, + "wood": 5231, + "\\nthe": 5232, + "Ġrot": 5233, + "ĠBecause": 5234, + "Ġbroke": 5235, + "During": 5236, + "SE": 5237, + "pal": 5238, + "ĠGo": 5239, + "Ġworldwide": 5240, + "Ġvisited": 5241, + "Does": 5242, + ";\\": 5243, + "Pe": 5244, + "Ġurban": 5245, + "Ġspl": 5246, + "Ġcouncil": 5247, + "Ġchick": 5248, + "Ġcareer": 5249, + "Ġartist": 5250, + "Ġencourage": 5251, + "?\"Ċ": 5252, + "Bl": 5253, + "iat": 5254, + "Ġtips": 5255, + "ĠSal": 5256, + "ocked": 5257, + "Ġflo": 5258, + "Ġcampaign": 5259, + "Ġeggs": 5260, + "-term": 5261, + "Would": 5262, + "hest": 5263, + "Ġloud": 5264, + "Ġmotion": 5265, + "Ġdescribed": 5266, + "ket": 5267, + "mes": 5268, + "Ġnations": 5269, + "ittee": 5270, + "Ġkeeps": 5271, + "ĠAlso": 5272, + "Ġvision": 5273, + "Ġcapac": 5274, + "Ġbread": 5275, + "Ġfreedom": 5276, + "Ġnarr": 5277, + "Ġlies": 5278, + "ĠGet": 5279, + "Ġbeloved": 5280, + "ĠVir": 5281, + "Ġcreates": 5282, + "Ġhyp": 5283, + "gal": 5284, + "Ġthin": 5285, + "ĠTex": 5286, + "Ġpartners": 5287, + "Ġprison": 5288, + "Ġgrav": 5289, + "upid": 5290, + "Ġappears": 5291, + "Ġsentence": 5292, + "field": 5293, + "elve": 5294, + "agues": 5295, + "Ġusual": 5296, + "Ġanybody": 5297, + "Ġroots": 5298, + "arsh": 5299, + "Ġmillions": 5300, + "porary": 5301, + "Ġestablish": 5302, + "ĠAugust": 5303, + "ka": 5304, + "asp": 5305, + "ĠIN": 5306, + "ĠLou": 5307, + "formation": 5308, + "Ġhappiness": 5309, + "Ġdiversity": 5310, + "Ġbringing": 5311, + "Ġglad": 5312, + "Ġentirely": 5313, + "Ġprotein": 5314, + "Ġsettlement": 5315, + "ux": 5316, + "asy": 5317, + "Ġplayers": 5318, + "Ġmeasures": 5319, + "Am": 5320, + "Gu": 5321, + "fortunately": 5322, + "whel": 5323, + "Ġ...": 5324, + "ĠGreek": 5325, + "Ġanywhere": 5326, + "Ġseek": 5327, + "Ġdecre": 5328, + "Ġtraffic": 5329, + "Ġaloud": 5330, + "Ġpreser": 5331, + "Ġswim": 5332, + "oom": 5333, + "ĠTur": 5334, + "Ġclouds": 5335, + "Ġsalt": 5336, + "lder": 5337, + "unning": 5338, + "elf": 5339, + "Ġenem": 5340, + "Ġreports": 5341, + "Ġregions": 5342, + "Ġframe": 5343, + "-old": 5344, + "dent": 5345, + "Ġresource": 5346, + "Ġincl": 5347, + "Ġacid": 5348, + "Ġreaders": 5349, + "Ġproposed": 5350, + "works": 5351, + "using": 5352, + "usive": 5353, + "Ġdriving": 5354, + "know": 5355, + "Ġclimb": 5356, + "Se": 5357, + "ya": 5358, + "Ġwealth": 5359, + "ĠWater": 5360, + "Ġvent": 5361, + "Ġsociet": 5362, + "Ġoxy": 5363, + "Ġhole": 5364, + "Ġabilities": 5365, + "elp": 5366, + "Ġupd": 5367, + "akers": 5368, + "Ġpresence": 5369, + "Ġraise": 5370, + "coming": 5371, + "Ġexpression": 5372, + "Over": 5373, + "Ġtail": 5374, + "Ġbrief": 5375, + "Ġrul": 5376, + "being": 5377, + "Ġentered": 5378, + "Ġmemories": 5379, + "Ġidentified": 5380, + "Ġsoldiers": 5381, + "Ġdegree": 5382, + "://": 5383, + "Ġhate": 5384, + "ĠBilly": 5385, + "ĠEast": 5386, + "Ġclosed": 5387, + "Ġclasses": 5388, + "comes": 5389, + "Ġsurvive": 5390, + "Des": 5391, + "orial": 5392, + "ena": 5393, + "elling": 5394, + "Ġadvoc": 5395, + "ĠCreek": 5396, + "olf": 5397, + "unte": 5398, + "ĠSte": 5399, + "Ġcombined": 5400, + "Ġlatest": 5401, + "Ġremembered": 5402, + "ompl": 5403, + "orses": 5404, + "Ġmovements": 5405, + "Ġenjoyed": 5406, + "ĠSystem": 5407, + "ĠEducation": 5408, + "under": 5409, + "Ġformer": 5410, + "Ġdrinking": 5411, + "Ġinvolving": 5412, + "pret": 5413, + "Ġder": 5414, + "Ġmassive": 5415, + "Ġcomplicated": 5416, + "Ġcredit": 5417, + "iable": 5418, + "Ġtun": 5419, + "Ġreducing": 5420, + "ida": 5421, + "ĠMarch": 5422, + "Ġcalls": 5423, + "Ġcommit": 5424, + "rains": 5425, + "Ġstreets": 5426, + "Ġcollaboration": 5427, + "Sam": 5428, + "Ġfaces": 5429, + "Ġphen": 5430, + "ĠApril": 5431, + "ober": 5432, + "Ġeverywhere": 5433, + "Ġinterf": 5434, + "TH": 5435, + "road": 5436, + "semb": 5437, + "Ġsecure": 5438, + "Ġevolution": 5439, + "Ġpossess": 5440, + "Nothing": 5441, + "Ġconcerned": 5442, + "Ġmotor": 5443, + "Ġconversations": 5444, + "Mar": 5445, + "bl": 5446, + "aked": 5447, + "oyal": 5448, + "Ġrivers": 5449, + "Ġengineering": 5450, + "osystem": 5451, + "ĠHarmony": 5452, + "Give": 5453, + "ĠAh": 5454, + "ĠStep": 5455, + ".g": 5456, + "isl": 5457, + "ours": 5458, + "Ġchosen": 5459, + "ĠLa": 5460, + "ĠSpanish": 5461, + "ĠEmily": 5462, + "Ġmountain": 5463, + "Ġbone": 5464, + "ĠSol": 5465, + "eline": 5466, + "Ġotherwise": 5467, + "Ġflag": 5468, + "Ġaffects": 5469, + "Ġinitially": 5470, + "Ġapplication": 5471, + "ĠAustralia": 5472, + "found": 5473, + "vision": 5474, + "Ġlunch": 5475, + "Ġsuc": 5476, + "ĠSimilar": 5477, + "Per": 5478, + "bal": 5479, + "Ġancest": 5480, + "Ġconsid": 5481, + "Ġexposure": 5482, + "Ġoccurs": 5483, + "ĠQue": 5484, + "Ġsudden": 5485, + "ĠTexas": 5486, + "etry": 5487, + "\\\",": 5488, + "osite": 5489, + "Ġdecades": 5490, + "Ġanswered": 5491, + "Ġalternative": 5492, + "Ġcere": 5493, + "Ġseat": 5494, + "Ġplastic": 5495, + "Ġoffering": 5496, + "Ġcoal": 5497, + "Ġparticles": 5498, + "ĠInternational": 5499, + "Ġmysterious": 5500, + "Ġenthusi": 5501, + "ek": 5502, + "Ġiron": 5503, + "Ġfault": 5504, + "Ġfolks": 5505, + "Mhm": 5506, + "Ġoccup": 5507, + "Ġbillion": 5508, + "Ġapproximately": 5509, + ".C": 5510, + "Ġ!\\": 5511, + "Ġmax": 5512, + "Ġalcohol": 5513, + "ĠDa": 5514, + "ĠDisc": 5515, + "ĠJour": 5516, + "Ġgoods": 5517, + "Ġanxiety": 5518, + "iot": 5519, + "ĠCr": 5520, + "Ġeducational": 5521, + "Ġfairly": 5522, + "Ġspending": 5523, + "Ġcarrying": 5524, + "Ġtissue": 5525, + "Ġschol": 5526, + "essel": 5527, + "Ġremove": 5528, + "Ġskill": 5529, + "Ġdiabetes": 5530, + "Ġforests": 5531, + "Ġcircumstances": 5532, + "eath": 5533, + "Ġlun": 5534, + "ander": 5535, + "Ġstruck": 5536, + "Ġtales": 5537, + "Ġsets": 5538, + "Ġsmoke": 5539, + "Ġcopy": 5540, + "Ġexcitedly": 5541, + "Ġcomprehens": 5542, + "ford": 5543, + "omic": 5544, + "Ġtransfer": 5545, + "Ġedge": 5546, + "ĠGermany": 5547, + "Ġbegins": 5548, + "Ġwest": 5549, + "Ġfro": 5550, + "ĠIS": 5551, + "Ġtwice": 5552, + "Ġflood": 5553, + "Ġimproving": 5554, + "Ġbasis": 5555, + "Ġdescribe": 5556, + "rome": 5557, + "Ġthirty": 5558, + "bert": 5559, + "Ġfriendship": 5560, + "ographic": 5561, + "Ġkitchen": 5562, + "Was": 5563, + "Ġsole": 5564, + "Ġimpossible": 5565, + "Ġtowns": 5566, + "ĠBefore": 5567, + "Ġdealing": 5568, + "Ġaccurate": 5569, + "Res": 5570, + "Ġpig": 5571, + "acles": 5572, + "Ġexcess": 5573, + "Ġroles": 5574, + "Ġdesigns": 5575, + "ĠIsrael": 5576, + "Ġmotiv": 5577, + "Ġobserved": 5578, + "Ġsorts": 5579, + "Ġwine": 5580, + "Ġcab": 5581, + "Ġshel": 5582, + "Ġindic": 5583, + "Ġprotecting": 5584, + "cast": 5585, + "arrow": 5586, + "uting": 5587, + "ĠST": 5588, + "ĠAccording": 5589, + "ĠMet": 5590, + "place": 5591, + "ĠRich": 5592, + "Ġsav": 5593, + "Ġsafely": 5594, + "Ġflying": 5595, + "Ġsty": 5596, + "ĠAss": 5597, + "raw": 5598, + "Ġrac": 5599, + "ĠJames": 5600, + "Ġaccompl": 5601, + "Ġenjoying": 5602, + "Ġcutting": 5603, + "Mom": 5604, + "fall": 5605, + "nic": 5606, + "resp": 5607, + "Ġperfectly": 5608, + "Ġreminded": 5609, + "Ġaudience": 5610, + "she": 5611, + "Ġcore": 5612, + "ita": 5613, + "anch": 5614, + "Ġdust": 5615, + "Ġhung": 5616, + "atell": 5617, + "ĠWill": 5618, + "Ġdogs": 5619, + "omething": 5620, + "ĠDesmond": 5621, + "Ġgained": 5622, + "Ġboo": 5623, + "Ġpair": 5624, + "Ġhat": 5625, + "Ġimproved": 5626, + "Ġwildlife": 5627, + "-B": 5628, + "uate": 5629, + "Ġ]\\": 5630, + "Ġcounter": 5631, + "ĠSept": 5632, + "ĠJe": 5633, + "Ġdishes": 5634, + "Ġeveryday": 5635, + "Ġroof": 5636, + "Ġemissions": 5637, + "Ġfocusing": 5638, + "Ġharmful": 5639, + "Ġsharp": 5640, + "iar": 5641, + "olic": 5642, + "ĠOb": 5643, + "aret": 5644, + "Ġapplied": 5645, + "Ġadventures": 5646, + "Ġadminist": 5647, + "Will": 5648, + "friend": 5649, + "rey": 5650, + "Ġcooper": 5651, + "aded": 5652, + "ĠWr": 5653, + "Ġvoc": 5654, + "Ġvary": 5655, + "ĠPaul": 5656, + "Ġtradition": 5657, + "Ġemergency": 5658, + "Cur": 5659, + "atically": 5660, + "rian": 5661, + "Ġru": 5662, + "ĠFam": 5663, + "Ġdetermination": 5664, + "Ġfifty": 5665, + "Ġoxygen": 5666, + "pic": 5667, + "Ġlosing": 5668, + "Ġcriter": 5669, + "Ġradiation": 5670, + "Ġlayer": 5671, + "Ġstruggle": 5672, + "Ġmixed": 5673, + "Her": 5674, + "away": 5675, + "Ġdat": 5676, + "ald": 5677, + "ading": 5678, + "cend": 5679, + "ĠMount": 5680, + "icky": 5681, + "Ġcurrently": 5682, + "Ġchemicals": 5683, + "Ġinstructions": 5684, + "cri": 5685, + "Ġnobody": 5686, + "ĠMia": 5687, + "istry": 5688, + "Ġgenetic": 5689, + "Ġtechnique": 5690, + "bye": 5691, + "Ġrepresents": 5692, + "-e": 5693, + "Man": 5694, + "ien": 5695, + "rition": 5696, + "va": 5697, + "Ġbought": 5698, + "Ġfill": 5699, + "Ġdisorder": 5700, + "Ġsecrets": 5701, + "Ġsolving": 5702, + "Ġadvance": 5703, + "Ġconcern": 5704, + "Ġinternet": 5705, + "Ġfarmers": 5706, + "Ġauthority": 5707, + "ĠTwo": 5708, + "Ġcreature": 5709, + "Excuse": 5710, + "ege": 5711, + "Ġhorses": 5712, + "ĠIT": 5713, + "ifts": 5714, + "Ġrat": 5715, + "ĠPeter": 5716, + "Ġappoint": 5717, + "Ġyounger": 5718, + "Ġamounts": 5719, + "Ġcompetition": 5720, + "Ġextremely": 5721, + "ĠCaptain": 5722, + "PA": 5723, + "gu": 5724, + "ora": 5725, + "ague": 5726, + "Ġcomment": 5727, + "arts": 5728, + "ĠUp": 5729, + "Ġcalling": 5730, + "Ġscat": 5731, + "Ġended": 5732, + "Ġterrible": 5733, + "Ġregularly": 5734, + "Ġhoping": 5735, + "Ġecosystem": 5736, + "Ġpond": 5737, + "Ġbell": 5738, + "Ġvul": 5739, + "Ġlegs": 5740, + "Ġhadn": 5741, + "Ġopening": 5742, + "force": 5743, + "enth": 5744, + "Ġparties": 5745, + "Ġrocks": 5746, + "ĠAssoci": 5747, + "Ġgeneration": 5748, + "Ġcamera": 5749, + "Ġnutrients": 5750, + "kin": 5751, + "Ġweb": 5752, + "Ġexcellent": 5753, + "unny": 5754, + "Ġchose": 5755, + "eles": 5756, + "Ġcommonly": 5757, + "Ġmountains": 5758, + "ĠInternet": 5759, + "Timmy": 5760, + "Ġfederal": 5761, + "oma": 5762, + "ionally": 5763, + "ophy": 5764, + "ĠKore": 5765, + "Through": 5766, + "Ġmuscle": 5767, + "ĠTra": 5768, + "ĠRel": 5769, + "Ġunlike": 5770, + "Ġages": 5771, + "ternal": 5772, + "Ġminor": 5773, + "Ġpopulations": 5774, + "Ġsustainable": 5775, + "eration": 5776, + "Ġcards": 5777, + "Ġvot": 5778, + "Ġvessel": 5779, + "Ġdisag": 5780, + "assion": 5781, + "Ġdiscrim": 5782, + "ĠSoci": 5783, + "Ġscientist": 5784, + "Ph": 5785, + "cause": 5786, + "gle": 5787, + "han": 5788, + "Ġhoney": 5789, + "Ġnest": 5790, + "Ġreduced": 5791, + "Ġplenty": 5792, + "Ġintric": 5793, + "ĠOwl": 5794, + "Ġoverwhel": 5795, + "ĠInter": 5796, + "Ġtransportation": 5797, + "org": 5798, + "anes": 5799, + "Ġdeli": 5800, + "cipl": 5801, + "Ġconservation": 5802, + "Ġpossibly": 5803, + "Ġwaters": 5804, + "ocolate": 5805, + "Ġconcentr": 5806, + "PS": 5807, + "Ġhes": 5808, + "Ġliked": 5809, + "Ġchat": 5810, + "umber": 5811, + "angers": 5812, + "enses": 5813, + "Ġsched": 5814, + "ube": 5815, + "Ġviolence": 5816, + "Ġniche": 5817, + "zen": 5818, + "Ġmyst": 5819, + "Ġpointed": 5820, + "ĠEnvironment": 5821, + "Ġrevealed": 5822, + "According": 5823, + "chers": 5824, + "ste": 5825, + "ĠMil": 5826, + "ĠWestern": 5827, + "iveness": 5828, + "ĠInc": 5829, + "Ġauthors": 5830, + "ognitive": 5831, + "Ġbudget": 5832, + "CT": 5833, + "opy": 5834, + "Ġpoly": 5835, + "hetic": 5836, + "Ġsen": 5837, + "ato": 5838, + "quir": 5839, + "Ġoutcomes": 5840, + "ĠChurch": 5841, + "Ġsixt": 5842, + "Ġhide": 5843, + "Ġalt": 5844, + "Ġwrit": 5845, + "Ġgene": 5846, + "Ġdiscussed": 5847, + "Ġvolunte": 5848, + "Ġrelevant": 5849, + "Ġordinary": 5850, + "Ġguidelines": 5851, + "Ġfle": 5852, + "urt": 5853, + "ĠBra": 5854, + "ĠDist": 5855, + "Ġcozy": 5856, + "Ġhearts": 5857, + "iki": 5858, + "Ġannual": 5859, + "Ġangry": 5860, + "Qu": 5861, + "icking": 5862, + "ĠFeb": 5863, + "Ġincome": 5864, + "Ġempt": 5865, + "Ġcris": 5866, + "ĠRev": 5867, + "Introduction": 5868, + "Ġcrops": 5869, + "Ġtro": 5870, + "edia": 5871, + "Ġfert": 5872, + "Ġgal": 5873, + "Ġkiss": 5874, + "Ġnoise": 5875, + "Ġblocks": 5876, + "Ġstudied": 5877, + "ĠSocial": 5878, + "ASA": 5879, + "Ġlandscape": 5880, + "-th": 5881, + "ĠDef": 5882, + "Ġdepression": 5883, + "====": 5884, + "Ġabsorb": 5885, + "which": 5886, + "erves": 5887, + "Ġgiant": 5888, + "Ġcollected": 5889, + "Ġsubjects": 5890, + "Lesson": 5891, + "Ġtum": 5892, + "apy": 5893, + "Ġthrow": 5894, + "Ġharmony": 5895, + "ĠEmma": 5896, + "Ġperspective": 5897, + "Ġchief": 5898, + "Ġspr": 5899, + "ĠConf": 5900, + "Ġconstant": 5901, + "Ġprofessionals": 5902, + "Ġnuclear": 5903, + "Ġnervous": 5904, + "Ġphenomen": 5905, + "burg": 5906, + "Ġunless": 5907, + "Ġexplan": 5908, + "Ġcapable": 5909, + "Ġbirthday": 5910, + "ĠMichael": 5911, + "ipping": 5912, + "Ġeast": 5913, + "Ġcontem": 5914, + "Ġhousehold": 5915, + "Ġsurprised": 5916, + "Ġastron": 5917, + "People": 5918, + "reate": 5919, + "Ġhabits": 5920, + "Ġpartner": 5921, + "Ġflower": 5922, + "Ġalongside": 5923, + "Ġreb": 5924, + "ĠMiddle": 5925, + "Ġdirector": 5926, + "Ġstrengthen": 5927, + "Ġmaxim": 5928, + "Ġoption": 5929, + "Ġinner": 5930, + "Ġnurs": 5931, + "iration": 5932, + "Ġarrest": 5933, + "Ġteen": 5934, + "ĠIts": 5935, + "rence": 5936, + "Those": 5937, + "ĠProgram": 5938, + "cont": 5939, + "Ġrestaur": 5940, + "Ġhundreds": 5941, + "Ġflex": 5942, + "Ġdu": 5943, + "ĠMa": 5944, + "Ġshoes": 5945, + "Ġcha": 5946, + "Ġsimpl": 5947, + "ĠIslam": 5948, + "Ġelement": 5949, + "Ġmanaging": 5950, + "Ġscenar": 5951, + "ĠVirgin": 5952, + "Since": 5953, + "Ġtox": 5954, + "cel": 5955, + "Ġprove": 5956, + "umn": 5957, + "Ġarmy": 5958, + "ception": 5959, + "Ġtreatments": 5960, + "ĠExcited": 5961, + "ĠAND": 5962, + "Ġdistribution": 5963, + "Ġmolec": 5964, + "Ġbones": 5965, + "Ġhang": 5966, + "Ġstupid": 5967, + "ĠCor": 5968, + "Ġbrilli": 5969, + "Ġremark": 5970, + "ĠIsland": 5971, + "Ġpaying": 5972, + "Ġpromoting": 5973, + "RO": 5974, + "UT": 5975, + "yc": 5976, + "Ġneck": 5977, + "abilities": 5978, + "Ġacknow": 5979, + "Ġpassing": 5980, + "Ġmarvel": 5981, + "Ġorigin": 5982, + "eeling": 5983, + "Great": 5984, + "Ġneither": 5985, + "Ġintroduce": 5986, + "Ġamb": 5987, + "Ġmonit": 5988, + "Ġoccurred": 5989, + "Ġstatus": 5990, + "Ġfabric": 5991, + "Sometimes": 5992, + "isher": 5993, + "Ġbeings": 5994, + "ĠCong": 5995, + "Ġdoors": 5996, + "Ġplot": 5997, + "---\\": 5998, + "Ġcrime": 5999, + "Ġdocuments": 6000, + "ĠGeneral": 6001, + "Ġresistance": 6002, + "More": 6003, + "fast": 6004, + "asters": 6005, + "ĠChic": 6006, + "apping": 6007, + "Ġparticipants": 6008, + "Ġsample": 6009, + "Ġexchange": 6010, + "rics": 6011, + "Ġske": 6012, + "Ġthread": 6013, + "Ġheight": 6014, + "Ġchair": 6015, + "ensity": 6016, + "Ġflight": 6017, + "Ġfiles": 6018, + "Ġstrategy": 6019, + "Ġrequirements": 6020, + "ĠGeorg": 6021, + "Ġproteins": 6022, + "Ġadvantage": 6023, + "Ġforced": 6024, + "ago": 6025, + "Ġwheel": 6026, + "Ġphotograph": 6027, + "Ġindustrial": 6028, + "Ġfrequently": 6029, + "Ġopinion": 6030, + "lers": 6031, + "Ġhorm": 6032, + "igration": 6033, + "Ġmostly": 6034, + "ĠPlan": 6035, + "ĠHarmonyville": 6036, + "'T": 6037, + "Ġcher": 6038, + "ito": 6039, + "Ġthorough": 6040, + "Ġrice": 6041, + "ĠLook": 6042, + "ĠAsia": 6043, + "Ġmovies": 6044, + "orter": 6045, + "ĠCO": 6046, + "Ġinterpret": 6047, + "Ġsettled": 6048, + "ĠAdditionally": 6049, + "Ġconsidering": 6050, + "orage": 6051, + "ache": 6052, + "ĠAut": 6053, + "ĠHy": 6054, + "ĠPort": 6055, + "ĠArch": 6056, + "Ġworksh": 6057, + "-time": 6058, + "Ġinnovative": 6059, + "ION": 6060, + "kins": 6061, + "pa": 6062, + "enry": 6063, + "icians": 6064, + "ĠLatin": 6065, + "ĠOld": 6066, + "Ġspin": 6067, + "Ġprices": 6068, + "Ġstands": 6069, + "Ġpreparing": 6070, + "Ġmistake": 6071, + "Ġpowers": 6072, + "-C": 6073, + "cing": 6074, + "point": 6075, + "ĠCarl": 6076, + "Ġselling": 6077, + "Ġspark": 6078, + "Ġdynam": 6079, + "ĠOctober": 6080, + "vas": 6081, + "amps": 6082, + "ĠSet": 6083, + "ĠSund": 6084, + "ĠDec": 6085, + "ĠFore": 6086, + "ĠNat": 6087, + "Ġheritage": 6088, + "Ġorganic": 6089, + "ĠSmith": 6090, + "Ġvulner": 6091, + "US": 6092, + "hand": 6093, + "ĠAv": 6094, + "ĠME": 6095, + "ĠJuly": 6096, + "Ġfewer": 6097, + ".)": 6098, + "VE": 6099, + "ĠSer": 6100, + "ĠPac": 6101, + "Ġdish": 6102, + "ending": 6103, + "Although": 6104, + "Ġsupplies": 6105, + "Ġarticles": 6106, + "Ġresulting": 6107, + "cientists": 6108, + "En": 6109, + "aration": 6110, + "Ġforth": 6111, + "Ġplate": 6112, + "avors": 6113, + "pson": 6114, + "Most": 6115, + "Tw": 6116, + "Ġmood": 6117, + "Ġstro": 6118, + "ĠSuddenly": 6119, + "olving": 6120, + "ĠDet": 6121, + "ĠOK": 6122, + "ovember": 6123, + "Ġsignal": 6124, + "Ġinformed": 6125, + "vironments": 6126, + "Ġopposite": 6127, + "Ġappearance": 6128, + "Ġreferred": 6129, + "ĠSimilarly": 6130, + "Ġid": 6131, + "itz": 6132, + "eding": 6133, + "Ġlying": 6134, + "Ġdeliver": 6135, + "obb": 6136, + "phone": 6137, + "Ġmuse": 6138, + "ĠCentral": 6139, + "IM": 6140, + "Ġaid": 6141, + "astern": 6142, + "Ġnewfound": 6143, + "Ġcoord": 6144, + "Ġnaturally": 6145, + "Ġoperations": 6146, + "Ġdivided": 6147, + "ĠAbout": 6148, + "ĠStudents": 6149, + "-re": 6150, + "Many": 6151, + "iance": 6152, + "tles": 6153, + "Ġtick": 6154, + "Ġcart": 6155, + "Ġharder": 6156, + "Ġincreases": 6157, + "Ġencounter": 6158, + "Ġobserv": 6159, + "Ġnewsp": 6160, + "Ġbarri": 6161, + "Ġbreathing": 6162, + "Ġenhance": 6163, + "uilding": 6164, + "da": 6165, + "oving": 6166, + "inations": 6167, + "Ġfest": 6168, + "oosing": 6169, + "uments": 6170, + "ruary": 6171, + "Ġefficient": 6172, + "Ġmoves": 6173, + "ancer": 6174, + "Ġexpensive": 6175, + "Ġtreating": 6176, + "Ġbeneath": 6177, + "ĠCommon": 6178, + "Ġobserving": 6179, + "Ġconflicts": 6180, + "atoes": 6181, + "ado": 6182, + "ĠMart": 6183, + "ĠRight": 6184, + "ĠChildren": 6185, + "Ġcharacteristics": 6186, + "John": 6187, + "Very": 6188, + "mitted": 6189, + "Ġpapers": 6190, + "ĠHaw": 6191, + "Ġtwelve": 6192, + "Ġcountless": 6193, + "ructure": 6194, + "Ġdiscussions": 6195, + "Ġcrowd": 6196, + "LD": 6197, + "hero": 6198, + "Ġlic": 6199, + "Ġacting": 6200, + "Ġends": 6201, + "Ġhighest": 6202, + "Ġassistance": 6203, + "yn": 6204, + "Ġ...\\": 6205, + "Ġflour": 6206, + "Ġsurvey": 6207, + "Ġfactor": 6208, + "Ġbreaking": 6209, + "Ġorganized": 6210, + "Ġmulti": 6211, + "Ġsensitive": 6212, + "ĠSeptember": 6213, + "Sir": 6214, + "Ġtape": 6215, + "Ġbes": 6216, + "Ġfoss": 6217, + "ila": 6218, + "unction": 6219, + "Ġspiritual": 6220, + "ĠCollege": 6221, + "Ġrelatively": 6222, + "father": 6223, + "ĠUs": 6224, + "ensions": 6225, + "Ġentertain": 6226, + "Ġequally": 6227, + "Ġsupporting": 6228, + "Ġmissed": 6229, + "Ġdefinitely": 6230, + "Ġsmoothly": 6231, + "ĠThomas": 6232, + "uce": 6233, + "ĠMel": 6234, + "Ġalg": 6235, + "ĠUN": 6236, + "Ġowners": 6237, + "Ġfash": 6238, + "Ġsymbols": 6239, + "):": 6240, + "Last": 6241, + "Ġpound": 6242, + "Ġhall": 6243, + "Ġstuck": 6244, + "Ġsem": 6245, + "Ġowner": 6246, + "Ġwonders": 6247, + "Ġanti": 6248, + "Ġembracing": 6249, + "Ġcapacity": 6250, + "Ġintricate": 6251, + "THE": 6252, + "ĠHol": 6253, + "Ġenvironments": 6254, + "Ġinvited": 6255, + "Ġrequest": 6256, + "ĠConst": 6257, + "ĠDoes": 6258, + "Ġlayers": 6259, + "ĠMedic": 6260, + "Ġpsychology": 6261, + "ĠService": 6262, + "TER": 6263, + "Ġwire": 6264, + "Ġstones": 6265, + "ĠOliver": 6266, + "Ġoperation": 6267, + "Ġinternal": 6268, + "Ġprecise": 6269, + "Sp": 6270, + "Ġmer": 6271, + "Ġupper": 6272, + "osal": 6273, + "apes": 6274, + "Ġwarmly": 6275, + "related": 6276, + "Ġcolleagues": 6277, + "Ġfinger": 6278, + "sw": 6279, + "alt": 6280, + "uma": 6281, + "Ġcrim": 6282, + "Ġensures": 6283, + "Ġcontaining": 6284, + "Ġdisappointed": 6285, + "'.": 6286, + "Ġsouthern": 6287, + "ĠMag": 6288, + "owned": 6289, + "Ġexperiments": 6290, + "ĠThank": 6291, + "Ġwidely": 6292, + "Ġmurder": 6293, + "Ġbehaviors": 6294, + "lie": 6295, + "Ġought": 6296, + "icul": 6297, + "Ġreaching": 6298, + "ĠFood": 6299, + "ĠStreet": 6300, + "Ġpromised": 6301, + "Ġimpacts": 6302, + "Ġcapture": 6303, + "Gr": 6304, + "lim": 6305, + "Ġment": 6306, + "ĠTime": 6307, + "Ġcontrast": 6308, + "Ġagreement": 6309, + "Ġbranc": 6310, + "ĠThose": 6311, + "Ġmarriage": 6312, + "Ġdram": 6313, + "Ġdetailed": 6314, + "Che": 6315, + "ĠMs": 6316, + "Ġcompar": 6317, + "Ġresidents": 6318, + "Ġguard": 6319, + "grounds": 6320, + "Ġgathering": 6321, + "Ġcryst": 6322, + "Ġcommercial": 6323, + "ĠSociety": 6324, + "isy": 6325, + "Ġgro": 6326, + "char": 6327, + "ĠLake": 6328, + "ĠOff": 6329, + "hesis": 6330, + "Ġboat": 6331, + "ĠSupp": 6332, + "Ġconclud": 6333, + "Ġacademic": 6334, + "Ġliquid": 6335, + "WH": 6336, + "eg": 6337, + "Ġdut": 6338, + "Ġhey": 6339, + "Ġshad": 6340, + "ĠDi": 6341, + "Ġgrade": 6342, + "Ġhasn": 6343, + "Ġbrains": 6344, + "Ġearthqu": 6345, + "Ġclothing": 6346, + "Ġelectrical": 6347, + "Sc": 6348, + "iology": 6349, + "Ġbath": 6350, + "amn": 6351, + "riendly": 6352, + "Ġpresentation": 6353, + "going": 6354, + "Ġdebate": 6355, + "Ġvehicle": 6356, + "New": 6357, + "gon": 6358, + "icked": 6359, + "ective": 6360, + "ĠRo": 6361, + "anges": 6362, + "Ġtale": 6363, + "Ġgreatest": 6364, + "Ġvisitors": 6365, + "Ġencouraged": 6366, + "-D": 6367, + "-day": 6368, + "Em": 6369, + "Ġyield": 6370, + "Ġgall": 6371, + "uls": 6372, + "ĠNor": 6373, + "Ġacts": 6374, + "Ġblind": 6375, + "ificial": 6376, + "Ġforming": 6377, + "Ġloves": 6378, + "Ġofficer": 6379, + "Ġkingdom": 6380, + "Ġmistakes": 6381, + "Ġroutine": 6382, + "Ġfashion": 6383, + "BT": 6384, + "Ġpin": 6385, + "Ġinhab": 6386, + "Ġnorthern": 6387, + "Ġbeach": 6388, + "iders": 6389, + "ilit": 6390, + "Ġconfidence": 6391, + "Ġrestrict": 6392, + "Ġsinging": 6393, + "ĠFranc": 6394, + "ĠRussia": 6395, + "Ġobviously": 6396, + "ĠCharles": 6397, + "-like": 6398, + "Ġtip": 6399, + "Ġmm": 6400, + "Ġlit": 6401, + "ĠWil": 6402, + "Ġchocolate": 6403, + "Ġlege": 6404, + "Ġintense": 6405, + "ĠOut": 6406, + "Ġunivers": 6407, + "Ġshowc": 6408, + "Ġpotentially": 6409, + "ĠScot": 6410, + "EE": 6411, + "hs": 6412, + "tical": 6413, + "itutions": 6414, + "Ġfal": 6415, + "Ġfav": 6416, + "Ġlemon": 6417, + "ĠCy": 6418, + "Ġshout": 6419, + "Ġwondering": 6420, + "Ġphotos": 6421, + "mother": 6422, + "ship": 6423, + "ĠTim": 6424, + "ĠArab": 6425, + "Ġengage": 6426, + "Ġdepends": 6427, + "Ġaccepted": 6428, + "Ġvehicles": 6429, + "Ġinstruments": 6430, + "gypt": 6431, + "Ġrhyth": 6432, + "ĠĠ": 6433, + "hent": 6434, + "ĠAp": 6435, + "oogle": 6436, + "ria": 6437, + "Ġrand": 6438, + "Ġdepartment": 6439, + "ĠBritain": 6440, + "Ġcelebrate": 6441, + "Ġdropped": 6442, + "Ġinjury": 6443, + "Ġultimately": 6444, + "Ġboss": 6445, + "Ġsevent": 6446, + "essions": 6447, + "Ġdecor": 6448, + "Ġcontinues": 6449, + "Ġdefined": 6450, + "Ġsuggests": 6451, + "ĠWilliam": 6452, + "Ġempty": 6453, + "ĠVirginia": 6454, + ");": 6455, + "Ġthinks": 6456, + "Ġgreet": 6457, + "owed": 6458, + "ĠJo": 6459, + "Ġroll": 6460, + "Ġemail": 6461, + "Ġgrab": 6462, + "Ġsignificance": 6463, + "ĠFrank": 6464, + "Ġexistence": 6465, + "Ġefficiency": 6466, + "Ġrapidly": 6467, + "Im": 6468, + "RI": 6469, + "with": 6470, + "Ġsatell": 6471, + "Ġnarrow": 6472, + "osa": 6473, + "Ġthemes": 6474, + "Ġadap": 6475, + "Alright": 6476, + "ĠSoon": 6477, + "Ġindependent": 6478, + "Today": 6479, + "las": 6480, + "ĠMac": 6481, + "Ġplus": 6482, + "Ġpron": 6483, + "Ġseemingly": 6484, + "Ġruns": 6485, + "Ġprotected": 6486, + "Ġfalling": 6487, + "ĠGreater": 6488, + "Ġrobot": 6489, + "ĠSwed": 6490, + "God": 6491, + "eal": 6492, + "Ġmort": 6493, + "Ġped": 6494, + "Ġintended": 6495, + "Ġplane": 6496, + "ĠSpace": 6497, + "oken": 6498, + "Ġsucceed": 6499, + "TS": 6500, + "ault": 6501, + "dit": 6502, + "pare": 6503, + "oned": 6504, + "ogue": 6505, + "Ġarts": 6506, + "respond": 6507, + "OS": 6508, + "ga": 6509, + "Ġ:": 6510, + "Ġ..": 6511, + "Ġtit": 6512, + "Ġwid": 6513, + "Ġisol": 6514, + "ĠNASA": 6515, + "Ġtraveling": 6516, + "Ġremaining": 6517, + "Only": 6518, + "ĠSea": 6519, + "Ġhonor": 6520, + "ĠWhite": 6521, + "Could": 6522, + "Ġgift": 6523, + "ĠIdent": 6524, + "ĠSl": 6525, + "cember": 6526, + "Ġlikes": 6527, + "Ġcloud": 6528, + "Ġviews": 6529, + "Ġparticipate": 6530, + "inter": 6531, + "ateful": 6532, + "Ġchain": 6533, + "ĠYet": 6534, + "Ġinsurance": 6535, + "Ġdisturb": 6536, + "ĠOrgan": 6537, + "Ġsurprising": 6538, + "Ġperiods": 6539, + "Ġmajority": 6540, + "Ġimmune": 6541, + "ĠTommy": 6542, + "Ġbrilliant": 6543, + "rete": 6544, + "ĠCam": 6545, + "Ġkil": 6546, + "agers": 6547, + "Ġunity": 6548, + "Ġgenes": 6549, + "Ġcrack": 6550, + "Ġbiggest": 6551, + "Ġmindful": 6552, + "ĠPhil": 6553, + "Ġinnovation": 6554, + "ĠRussian": 6555, + "Ġnavigate": 6556, + "ĠPacific": 6557, + "Got": 6558, + "Ġwed": 6559, + "ndrome": 6560, + "Ġye": 6561, + "Ġforty": 6562, + "iform": 6563, + "ĠCle": 6564, + "Ġchronic": 6565, + "ĠLand": 6566, + "Ġimpress": 6567, + "Ġbuying": 6568, + "Ġdiam": 6569, + "Ġaffecting": 6570, + "ĠFriday": 6571, + "ĠEmp": 6572, + "Example": 6573, + "Ġconclusion": 6574, + "Ġrandom": 6575, + "Cos": 6576, + "EM": 6577, + "Ġfancy": 6578, + "ĠCome": 6579, + "ĠEgypt": 6580, + "Ġelim": 6581, + "anguage": 6582, + "-life": 6583, + "Ġneighbors": 6584, + "Ġutil": 6585, + "Ġmystery": 6586, + "Little": 6587, + "uge": 6588, + "oured": 6589, + "ashed": 6590, + "Ġforg": 6591, + "Ġera": 6592, + "Ġremoved": 6593, + "Ġraw": 6594, + "Ġ**\\": 6595, + "Ġsurrounded": 6596, + "Ġlucky": 6597, + "Ġboundaries": 6598, + "About": 6599, + "Ġbranches": 6600, + "-M": 6601, + "lines": 6602, + "zed": 6603, + "uses": 6604, + "Ġstom": 6605, + "ĠSub": 6606, + "ĠON": 6607, + "ĠProject": 6608, + "ĠClass": 6609, + "Ġlabel": 6610, + "ĠJanuary": 6611, + "uan": 6612, + "Ġpra": 6613, + "Ġitem": 6614, + "Ġstead": 6615, + "ĠDirect": 6616, + "iece": 6617, + "Ġsaved": 6618, + "Ġconfused": 6619, + "Ġtrial": 6620, + "oxide": 6621, + "Ġblend": 6622, + "ĠFebruary": 6623, + "bor": 6624, + "uke": 6625, + "van": 6626, + "icit": 6627, + "ĠAD": 6628, + "ĠFred": 6629, + "ishment": 6630, + "Ġplayer": 6631, + "Ġlocations": 6632, + "Ġteams": 6633, + "ĠAmong": 6634, + "Ġregardless": 6635, + "Ġburning": 6636, + "Ġvirtual": 6637, + "Ġtribes": 6638, + "ĠAssociation": 6639, + "Ad": 6640, + "ĠCivil": 6641, + "ĠWhe": 6642, + "elle": 6643, + "Ġinstall": 6644, + "Ġweeke": 6645, + "Ġswitch": 6646, + "Ġcaptiv": 6647, + "Ġconsumption": 6648, + "Ġpulled": 6649, + "omeday": 6650, + "Te": 6651, + "alle": 6652, + "Ġhtt": 6653, + "oos": 6654, + "certain": 6655, + "Ġseconds": 6656, + "Ġcustoms": 6657, + "Ġexercises": 6658, + "Ġweapons": 6659, + "CE": 6660, + "Never": 6661, + "ĠAir": 6662, + "Ġinches": 6663, + "Ġapparent": 6664, + "Ġchildhood": 6665, + "Pre": 6666, + "Ġwave": 6667, + "ĠMuse": 6668, + "Ġproducing": 6669, + "ĠPublic": 6670, + "ĠFound": 6671, + "Ġblank": 6672, + "Ġrealizing": 6673, + "Ġmoist": 6674, + "Ġideal": 6675, + "ĠThompson": 6676, + "eor": 6677, + "inent": 6678, + "Ġfool": 6679, + "nthe": 6680, + "Ġleaf": 6681, + "Ġunits": 6682, + "Ġremote": 6683, + "Ġstrict": 6684, + "Ġpover": 6685, + "ĠWeb": 6686, + "ĠIndians": 6687, + "Ġauthorities": 6688, + "Ġtotally": 6689, + "ĠCarol": 6690, + "-le": 6691, + "Pr": 6692, + "rog": 6693, + "Ġalike": 6694, + "Ġdisorders": 6695, + "Ġnewly": 6696, + "Ġchest": 6697, + "Ġessay": 6698, + "Ġperformed": 6699, + "Ġescape": 6700, + "Ġchicken": 6701, + "Ġfought": 6702, + "Ġstem": 6703, + "illa": 6704, + "ĠBel": 6705, + "ĠJake": 6706, + "Ġengaged": 6707, + "Ġrepresented": 6708, + "Ġrecognized": 6709, + "Ġprimarily": 6710, + "Ġvacc": 6711, + "Ġcriteria": 6712, + "Ġpoverty": 6713, + "Ġfurn": 6714, + "ĠLes": 6715, + "ĠFin": 6716, + "Ġunknown": 6717, + "Ind": 6718, + "UR": 6719, + "hire": 6720, + "uct": 6721, + "erved": 6722, + "Ġstring": 6723, + "Ġobserve": 6724, + "Ġfascinated": 6725, + "culiar": 6726, + "Ġcycle": 6727, + "Ġsamples": 6728, + "Ġstyles": 6729, + "Alex": 6730, + "py": 6731, + "rors": 6732, + "Ġbul": 6733, + "ari": 6734, + "Ġinput": 6735, + "Ġears": 6736, + "uts": 6737, + "\\\".\\": 6738, + "olt": 6739, + "onday": 6740, + "Ġpractical": 6741, + "Ġmagaz": 6742, + "rolog": 6743, + "Ġabsolutely": 6744, + "Ġexpectations": 6745, + "ĠParis": 6746, + "Ġgalax": 6747, + "ĠTake": 6748, + "ĠCath": 6749, + "Ġpeculiar": 6750, + "ĠUncle": 6751, + "Ġreference": 6752, + "Ġextract": 6753, + "Ġavo": 6754, + "Ġdifficulty": 6755, + "Ġsuspect": 6756, + "Ġrevolution": 6757, + "Ġinjuries": 6758, + "Ġlinked": 6759, + "Read": 6760, + "cript": 6761, + "Ġchann": 6762, + "ĠNature": 6763, + "Ġuncle": 6764, + "ĠThough": 6765, + "ĠEnergy": 6766, + "Ġsales": 6767, + "Ġanalyze": 6768, + "OD": 6769, + "\\nd": 6770, + "oard": 6771, + "ota": 6772, + "ĠTw": 6773, + "Ġstim": 6774, + "ĠSaf": 6775, + "cho": 6776, + "umes": 6777, + "ĠNovember": 6778, + "ogen": 6779, + "ictor": 6780, + "Ġcrew": 6781, + "Ġconnecting": 6782, + "ropical": 6783, + "Ġinsects": 6784, + "pan": 6785, + "ette": 6786, + "ĠBig": 6787, + "Ġcompassion": 6788, + "Three": 6789, + "Ġgovernments": 6790, + "Ġlawy": 6791, + "Ġcombination": 6792, + "Ġnecessarily": 6793, + "Ġroads": 6794, + "Ġeagerly": 6795, + "Ġefficiently": 6796, + "Ġtitle": 6797, + "ĠBas": 6798, + "ĠWork": 6799, + "ĠJud": 6800, + "Ġcorrespond": 6801, + "Ġannounced": 6802, + "Ġarchitecture": 6803, + "Br": 6804, + "Back": 6805, + "west": 6806, + "Ġcourage": 6807, + "ĠSen": 6808, + "Ġalign": 6809, + "Ġuniversity": 6810, + "ucks": 6811, + "ĠStr": 6812, + "Ġvisible": 6813, + "Ġmurd": 6814, + ".D": 6815, + "Put": 6816, + "Um": 6817, + "ua": 6818, + "ounce": 6819, + "rie": 6820, + "Ġshift": 6821, + "Ġvan": 6822, + "Ġprem": 6823, + "ĠAnother": 6824, + "Ġcompleted": 6825, + "Ġcollecting": 6826, + "Ġfootball": 6827, + "Ġpurposes": 6828, + "Ġdefinition": 6829, + "Ġethical": 6830, + "Ġobstacles": 6831, + "Ġscholars": 6832, + "Ġdiscrimination": 6833, + "Ġcub": 6834, + "Ġholes": 6835, + "asant": 6836, + "amental": 6837, + "olve": 6838, + "anting": 6839, + "Ġdisaster": 6840, + "Ġrail": 6841, + "Ġconfir": 6842, + "Ġmarine": 6843, + "Ġprocessing": 6844, + "Ġbasket": 6845, + "Ġdepth": 6846, + "Ġsuffer": 6847, + "Everything": 6848, + "Ġhabitat": 6849, + "ĠRepublic": 6850, + "Ġestimated": 6851, + "ĠJournal": 6852, + "Hold": 6853, + "Remember": 6854, + "Ġstorage": 6855, + "urry": 6856, + "Ġrom": 6857, + "ustration": 6858, + "Ġproof": 6859, + "Ġvote": 6860, + "Ġsocc": 6861, + "Ġunw": 6862, + "Ġregulations": 6863, + "ĠUnfortunately": 6864, + "Ġlegisl": 6865, + "Ġrecommended": 6866, + "Ġimmediate": 6867, + "Ġbottle": 6868, + "ĠDevelopment": 6869, + "ĠGovernment": 6870, + "Ġpreserving": 6871, + "Ġcomprehensive": 6872, + "-and": 6873, + "inity": 6874, + "Ġcash": 6875, + "eless": 6876, + "ĠFarm": 6877, + "Ġsupported": 6878, + "Ġengineers": 6879, + "Ġgravity": 6880, + "ĠMuseum": 6881, + "Ġsoccer": 6882, + "Ġcognitive": 6883, + "Ġpure": 6884, + "icial": 6885, + "asures": 6886, + "Ġaside": 6887, + "ĠCand": 6888, + "ĠDO": 6889, + "Ġmonitor": 6890, + "Ġtreats": 6891, + "Ġcorpor": 6892, + "Ġrepresenting": 6893, + "Ġpeaceful": 6894, + "ĠConsider": 6895, + "Ġincreasingly": 6896, + "Ġsomeday": 6897, + "itis": 6898, + "anny": 6899, + "stairs": 6900, + "Ġwash": 6901, + "ĠBE": 6902, + "Ġlean": 6903, + "ĠJer": 6904, + "Ġaccomp": 6905, + "ibl": 6906, + "Ġantib": 6907, + "Ġsurvival": 6908, + "________": 6909, + "Ġbowl": 6910, + "ĠSunday": 6911, + "-n": 6912, + "Ġyouth": 6913, + "ĠCare": 6914, + "anda": 6915, + "Ġwilling": 6916, + "Ġflavor": 6917, + "Ġconducted": 6918, + "ulum": 6919, + "ĠBet": 6920, + "ĠBible": 6921, + "ĠNative": 6922, + "berg": 6923, + "Ġsyn": 6924, + "Ġmedium": 6925, + "ĠSpain": 6926, + "Ġappreciation": 6927, + "Ġpreviously": 6928, + "Ġcorrectly": 6929, + "Ġintelligence": 6930, + "Ġhesit": 6931, + "ker": 6932, + "mark": 6933, + "Ġtooth": 6934, + "teries": 6935, + "ĠPract": 6936, + "ĠRome": 6937, + "Ġovercome": 6938, + "Ġexamine": 6939, + "Ġphoto": 6940, + "Ġfeedback": 6941, + "Ġreaction": 6942, + "ĠHarry": 6943, + "Ġsatisf": 6944, + "wing": 6945, + "Ġtack": 6946, + "lla": 6947, + "outs": 6948, + "ĠJoe": 6949, + "Ġsuffering": 6950, + "ĠCurious": 6951, + "Ġstomach": 6952, + "LA": 6953, + "Ġsession": 6954, + "Ġcoc": 6955, + "Ġrein": 6956, + "ĠIre": 6957, + "uten": 6958, + "ĠAny": 6959, + "Ġrose": 6960, + "Ġbreast": 6961, + "Ġoptim": 6962, + "Ġargument": 6963, + "Ġfailed": 6964, + "Ġconsistent": 6965, + "Ġwebsites": 6966, + "Ġagriculture": 6967, + "from": 6968, + "Ġath": 6969, + "Ġsessions": 6970, + "iture": 6971, + "itors": 6972, + "storm": 6973, + "ĠMind": 6974, + "Ġbranch": 6975, + "Ġpersist": 6976, + "Ġspreading": 6977, + "Ġfailure": 6978, + "ixture": 6979, + "Ġmolecules": 6980, + "IR": 6981, + "ĠHIV": 6982, + "abb": 6983, + "Ġmusical": 6984, + "Ġheads": 6985, + "ĠExam": 6986, + "Ġdrawn": 6987, + "Ġfarming": 6988, + "Ġstores": 6989, + "Ġmaps": 6990, + "Ġcritic": 6991, + "cher": 6992, + "uis": 6993, + "erate": 6994, + "Ġfold": 6995, + "Ġpil": 6996, + "Ġnose": 6997, + "Ġassemb": 6998, + "Ġships": 6999, + "ĠPri": 7000, + "avis": 7001, + "Ġblow": 7002, + "Ġinstitutions": 7003, + "Ġfollows": 7004, + "Ġjoint": 7005, + "Ġsmoking": 7006, + "Ġheavily": 7007, + "Ġofficials": 7008, + "Ġpolitics": 7009, + "nel": 7010, + "roll": 7011, + "ĠHenry": 7012, + "Ġmanner": 7013, + "ears": 7014, + "Ġclever": 7015, + "Ġcombining": 7016, + "rigued": 7017, + "Mrs": 7018, + "Ġembark": 7019, + "Meanwhile": 7020, + "Ġassessment": 7021, + "met": 7022, + "Ġconver": 7023, + "umps": 7024, + "Ġbackgrounds": 7025, + "Ġregional": 7026, + "Ġfactory": 7027, + "Ġmarked": 7028, + "Ġmeasured": 7029, + "Ġwarming": 7030, + "Ġangle": 7031, + "Ġemployees": 7032, + "Keep": 7033, + "fish": 7034, + "itals": 7035, + "arant": 7036, + "Ġelder": 7037, + "urse": 7038, + "Ġnegot": 7039, + "cip": 7040, + "ormal": 7041, + "Ġscar": 7042, + "nyou": 7043, + "Ġplanets": 7044, + "Ġwindows": 7045, + "Ġanticip": 7046, + "Ġvideos": 7047, + "Ġhoriz": 7048, + "Ġinteractions": 7049, + "ĠFlor": 7050, + "Ġsearching": 7051, + "Ġbags": 7052, + "Ġfixed": 7053, + "Ġrely": 7054, + "neys": 7055, + "Ġbridge": 7056, + "Ġpreserve": 7057, + "Ġoperating": 7058, + "ictionary": 7059, + "Ġharvest": 7060, + "oves": 7061, + "Ġtables": 7062, + "Ġwestern": 7063, + "Ġodd": 7064, + "Ġlaid": 7065, + "ros": 7066, + "ĠMike": 7067, + "Ġtechnical": 7068, + "Ġprompt": 7069, + "Ġshaping": 7070, + "Ġsurroundings": 7071, + "Ġsettings": 7072, + "ĠJews": 7073, + "Ġpushing": 7074, + "host": 7075, + "achel": 7076, + "\\\".": 7077, + "anta": 7078, + "agon": 7079, + "Ġpermission": 7080, + "Ġdesire": 7081, + "Ġtreasure": 7082, + "ĠDecember": 7083, + "Ġhousing": 7084, + "-on": 7085, + "nit": 7086, + "uration": 7087, + "ĠSil": 7088, + "ĠCult": 7089, + "Ġchoosing": 7090, + "Ġscary": 7091, + "Ġzero": 7092, + "Ġlaunch": 7093, + "ĠLouis": 7094, + "-F": 7095, + "Ġsin": 7096, + "ala": 7097, + "ushed": 7098, + "Ġlect": 7099, + "Ġspots": 7100, + "ountered": 7101, + "Ġsignals": 7102, + "Ġengaging": 7103, + "Ġtypical": 7104, + "-sc": 7105, + "ERE": 7106, + "ĠDesign": 7107, + "Ġsleeping": 7108, + "Ġaccounts": 7109, + "Ġstruggling": 7110, + "Ġintellect": 7111, + "PE": 7112, + "rid": 7113, + "Ġax": 7114, + "Ġowl": 7115, + "Ġlaughter": 7116, + "ĠBay": 7117, + "ĠOcean": 7118, + "earchers": 7119, + "Ġsynt": 7120, + "Ġauthent": 7121, + "AND": 7122, + "Ġofficers": 7123, + "ĠSecond": 7124, + "Ġopinions": 7125, + "nis": 7126, + "Ġcul": 7127, + "Ġpock": 7128, + "arity": 7129, + "ĠMill": 7130, + "ĠLong": 7131, + "ĠJoy": 7132, + "Ġfoundation": 7133, + "Ġrab": 7134, + "Ġaddressing": 7135, + "Ġmanufacture": 7136, + "Ġinnoc": 7137, + "Ġcaut": 7138, + "ano": 7139, + "Ġrent": 7140, + "Ġstunning": 7141, + "ĠBre": 7142, + "Ġliber": 7143, + "Ġvoices": 7144, + "ĠGoogle": 7145, + "Ġclock": 7146, + "ĠStar": 7147, + "ĠSov": 7148, + "Ġmini": 7149, + "Ġencountered": 7150, + "Ġrecorded": 7151, + "Ġdigest": 7152, + "ĠSeeing": 7153, + "Ġremarkable": 7154, + "IGH": 7155, + "Ooh": 7156, + "oons": 7157, + "esity": 7158, + "acher": 7159, + "ami": 7160, + "Ġhaz": 7161, + "ĠHome": 7162, + "ĠHmm": 7163, + "Ġcompare": 7164, + "Ġfinds": 7165, + "Ġpossibilities": 7166, + "rastructure": 7167, + "-se": 7168, + ".org": 7169, + "iate": 7170, + "Ġwake": 7171, + "ishes": 7172, + "Ġma": 7173, + "sey": 7174, + "ĠAI": 7175, + "Ġexact": 7176, + "ĠFind": 7177, + "Ġdiss": 7178, + "Ġinvestigate": 7179, + "Ġterritory": 7180, + ").\"Ċ": 7181, + "-H": 7182, + "Ġcow": 7183, + "orith": 7184, + "Ġfan": 7185, + "icide": 7186, + "ĠBudd": 7187, + "Ġsheet": 7188, + "Ġnormally": 7189, + "Ġfundamental": 7190, + "Ġincorporating": 7191, + "ĠLearning": 7192, + "Ġagricultural": 7193, + "Ġninet": 7194, + "Other": 7195, + "mates": 7196, + "Ġwings": 7197, + "Ġbare": 7198, + "Ġborder": 7199, + "stream": 7200, + "ĠGree": 7201, + "Ġclient": 7202, + "Ġoverl": 7203, + "Ġexposed": 7204, + "Ġdifficulties": 7205, + "Ġnetworks": 7206, + "Ġinvestigation": 7207, + "Ġheroes": 7208, + "Ġmonitoring": 7209, + "Sarah": 7210, + "Ġyummy": 7211, + "ĠRef": 7212, + "Ġtruck": 7213, + "asty": 7214, + "Ġindicate": 7215, + "Ġgreatly": 7216, + "ĠNews": 7217, + "Ġmeaningful": 7218, + "ĠSecret": 7219, + "Ġboost": 7220, + "-ups": 7221, + "Ġtension": 7222, + "ona": 7223, + "erals": 7224, + "urday": 7225, + "raction": 7226, + "Ġscore": 7227, + "ĠStand": 7228, + "Ġrising": 7229, + "Ġoriginally": 7230, + "Ġstruggles": 7231, + "Ġgradually": 7232, + "www": 7233, + "Ġdollars": 7234, + "Ġmerely": 7235, + "Ġacknowled": 7236, + "Max": 7237, + "Ġtag": 7238, + "Ġbother": 7239, + "osc": 7240, + "Ġbreaks": 7241, + "Ġbattery": 7242, + "Ġdelicate": 7243, + "Ġcandid": 7244, + "anworth": 7245, + "OL": 7246, + "ighed": 7247, + "irds": 7248, + "ĠMother": 7249, + "Ġneut": 7250, + "erent": 7251, + "ĠKey": 7252, + "Ġflavors": 7253, + "Ġlimits": 7254, + "ĠEveryone": 7255, + "Ġvitamin": 7256, + "ĠCongress": 7257, + "ĠMass": 7258, + "Ġproceed": 7259, + "Ġuncom": 7260, + "Ġaggress": 7261, + "Ġserving": 7262, + "Ġapproaches": 7263, + "Ġmusicians": 7264, + "Ġclaims": 7265, + "Ġsuitable": 7266, + "Ġholiday": 7267, + "alian": 7268, + "icity": 7269, + "ĠSum": 7270, + "Ġsport": 7271, + "Ġbrows": 7272, + "arming": 7273, + "Ġattached": 7274, + "Ġvalid": 7275, + "Ġvolume": 7276, + "Ġhttp": 7277, + "-of": 7278, + "uine": 7279, + "Ġic": 7280, + "Ġdancing": 7281, + "acle": 7282, + "Ġweird": 7283, + "Ġrub": 7284, + "ĠBer": 7285, + "ĠWild": 7286, + "ĠRay": 7287, + "Ġenable": 7288, + "Ġgrace": 7289, + "Ġdistingu": 7290, + "Ġsuccessfully": 7291, + "ady": 7292, + "amed": 7293, + "Ġum": 7294, + "ĠMaster": 7295, + "Ġshiny": 7296, + "overing": 7297, + "ĠMerle": 7298, + "Ġdatab": 7299, + "col": 7300, + "mo": 7301, + "Ġsizes": 7302, + "isters": 7303, + "Ġmos": 7304, + "owers": 7305, + "ĠCour": 7306, + "ĠBook": 7307, + "ĠHuman": 7308, + "Ġfeat": 7309, + "Ġspoken": 7310, + "Ġconsists": 7311, + "Ġcreations": 7312, + "Ġtrends": 7313, + "Ġbitch": 7314, + "Ġdemocr": 7315, + "ĠAtt": 7316, + "Ġcontained": 7317, + "Ġscenes": 7318, + "rick": 7319, + "Ġpump": 7320, + "Ġlake": 7321, + "ĠWind": 7322, + "Ġhealthier": 7323, + "Ġpaths": 7324, + "-P": 7325, + "Feeling": 7326, + "UN": 7327, + "Ġsne": 7328, + "Ġya": 7329, + "Ġproved": 7330, + "ĠFinally": 7331, + "ĠRom": 7332, + "Ġmyth": 7333, + "hyd": 7334, + "-friendly": 7335, + "Ġinflamm": 7336, + "Ġinteraction": 7337, + "Ġhungry": 7338, + "itable": 7339, + "arry": 7340, + "utive": 7341, + "Ġaband": 7342, + "Ġchances": 7343, + "Ġtrig": 7344, + "Ġdiscipl": 7345, + "ventional": 7346, + "Ġexplains": 7347, + "Ġmainly": 7348, + "Ġexplored": 7349, + "Ġstayed": 7350, + "Ġemerged": 7351, + "Ġlaugh": 7352, + "Ġsolely": 7353, + "cription": 7354, + "Ġpizz": 7355, + "urther": 7356, + "Ġpride": 7357, + "Ġbreakfast": 7358, + "Ġfunding": 7359, + "Ġprocedures": 7360, + "Ġancestors": 7361, + "Ġfalse": 7362, + "ALL": 7363, + "parent": 7364, + "Ġfiction": 7365, + "emic": 7366, + "ĠPower": 7367, + "oding": 7368, + "Ġscr": 7369, + "Ġeleph": 7370, + "Ġdiscoveries": 7371, + "Ġsubstances": 7372, + "Ġleadership": 7373, + "Ġinfections": 7374, + "Ġexplanation": 7375, + "Ġrabbit": 7376, + "za": 7377, + "Ġtap": 7378, + "oto": 7379, + "ĠTre": 7380, + "Ġstock": 7381, + "ifies": 7382, + "ĠBill": 7383, + "abul": 7384, + "obal": 7385, + "Ġapples": 7386, + "Ġattacks": 7387, + "Ġmarry": 7388, + "Ġwooden": 7389, + "Ġportion": 7390, + "Ġaimed": 7391, + "Ġchaos": 7392, + "hma": 7393, + "uation": 7394, + "Ġpool": 7395, + "irit": 7396, + "ĠKat": 7397, + "aws": 7398, + "Ġdrinks": 7399, + "Ġclassic": 7400, + "ĠEngine": 7401, + "Ġconstantly": 7402, + "Ġparks": 7403, + "Ġsumm": 7404, + "lig": 7405, + "tr": 7406, + "ĠSpr": 7407, + "active": 7408, + "Ġdism": 7409, + "Ġclients": 7410, + "Ġrecyc": 7411, + "Ġgenuine": 7412, + "riculum": 7413, + "Ġcourses": 7414, + "Ġinvestment": 7415, + "Ġexpressed": 7416, + "Ġdeaths": 7417, + "ĠRobert": 7418, + "Ġpuzzle": 7419, + "aria": 7420, + "ĠSir": 7421, + "celer": 7422, + "Ġrelief": 7423, + "Ġprogramming": 7424, + "Ġfalls": 7425, + "Ġhotel": 7426, + "Ġhistoric": 7427, + "Ġorders": 7428, + "ĠLearn": 7429, + "Ġsacr": 7430, + "ĠIrish": 7431, + "ĠRichard": 7432, + "Ġlegend": 7433, + "Ġweekend": 7434, + "ĠIreland": 7435, + "ĠFlorida": 7436, + "ĠCat": 7437, + "ĠWH": 7438, + "ocal": 7439, + "Ġformat": 7440, + "Ġbasically": 7441, + "ercy": 7442, + "Ġcircle": 7443, + "Ġsending": 7444, + "Bye": 7445, + "Ġgolden": 7446, + "Ġweakness": 7447, + "Ġrepeated": 7448, + "Sub": 7449, + "tion": 7450, + "inger": 7451, + "ĠDiv": 7452, + "Ġincident": 7453, + "Ġartificial": 7454, + "ĠExper": 7455, + "Ġbabies": 7456, + "Ġmobile": 7457, + "Ġenemy": 7458, + "Ġwriters": 7459, + "pers": 7460, + "uits": 7461, + "orld": 7462, + "Ġfires": 7463, + "ĠMonday": 7464, + "ĠHall": 7465, + "una": 7466, + "Ġsaving": 7467, + "iana": 7468, + "Ġpoetry": 7469, + "ĠVictor": 7470, + "Ġreplace": 7471, + "Ġshopping": 7472, + "Ġsequence": 7473, + "Curious": 7474, + "ĠMedicine": 7475, + "pet": 7476, + "inating": 7477, + "Ġfiber": 7478, + "Ġpul": 7479, + "Ġrum": 7480, + "Ġindigenous": 7481, + "Ġphase": 7482, + "Ġexperiencing": 7483, + "Ġstream": 7484, + "Ġfacilities": 7485, + "Ġinspiring": 7486, + "Ġcustomer": 7487, + "Ġfrequency": 7488, + "Ġfluid": 7489, + "Ġpaintings": 7490, + "hi": 7491, + "Ġhiding": 7492, + "ĠTest": 7493, + "Ġproport": 7494, + "ĠUK": 7495, + "Ġblog": 7496, + "Ġconscious": 7497, + "Ġgenerate": 7498, + "Ġelectronic": 7499, + "Ġholds": 7500, + "roduct": 7501, + "Ġarchae": 7502, + "Ġlifest": 7503, + "Ġmaximum": 7504, + "Dad": 7505, + "erts": 7506, + "Ġmixture": 7507, + "ctic": 7508, + "roat": 7509, + "Ġneuro": 7510, + "istan": 7511, + "quar": 7512, + "osion": 7513, + "ousin": 7514, + "Ġadvert": 7515, + "ĠKn": 7516, + "Ġprofound": 7517, + "Ġinspire": 7518, + "Ġstruggled": 7519, + "Ġpassionate": 7520, + "Ġaccidentally": 7521, + "Ġhunting": 7522, + "Ġtong": 7523, + "Ġgay": 7524, + "\\ns": 7525, + "ĠTreat": 7526, + "ulpt": 7527, + "Ġexternal": 7528, + "oples": 7529, + "iest": 7530, + "ĠPhys": 7531, + "Ġquarter": 7532, + "Ġteaches": 7533, + "Ġphysically": 7534, + "Ġdriver": 7535, + "Ġshaped": 7536, + "Ġmysteries": 7537, + "Perhaps": 7538, + "Ġmuseum": 7539, + "cs": 7540, + "Ġpipe": 7541, + "keep": 7542, + "Ġorg": 7543, + "Ġrig": 7544, + "Ġchop": 7545, + "ĠPress": 7546, + "ĠEth": 7547, + "Ġcomprom": 7548, + "Ġwellbeing": 7549, + "Ġorganisms": 7550, + "Ġreactions": 7551, + "Ġanalyzing": 7552, + "Ġjuice": 7553, + "Ġclinical": 7554, + "-the": 7555, + ".)\\": 7556, + "Ġwound": 7557, + "Ġcrop": 7558, + "itud": 7559, + "Ġhills": 7560, + "Ġheaven": 7561, + "ĠTem": 7562, + "ston": 7563, + "ĠSch": 7564, + "ĠCreat": 7565, + "pered": 7566, + "Ġneur": 7567, + "ĠWould": 7568, + "Ġabund": 7569, + "ĠHE": 7570, + "Ġcomments": 7571, + "Ġuniform": 7572, + "ĠItaly": 7573, + "Ġmeters": 7574, + "idding": 7575, + "Ġprinciple": 7576, + "Ġfifteen": 7577, + "Ġexpertise": 7578, + "-known": 7579, + "bow": 7580, + "gl": 7581, + "Ġille": 7582, + "Ġfright": 7583, + "ĠIll": 7584, + "ĠMars": 7585, + "ĠMont": 7586, + "acts": 7587, + "Ġdesired": 7588, + "Ġfaraway": 7589, + "Ġelev": 7590, + "clock": 7591, + "Ġbiological": 7592, + "Ġalgorith": 7593, + "lishing": 7594, + "heast": 7595, + "reements": 7596, + "Ġsed": 7597, + "Ġhealing": 7598, + "ada": 7599, + "Ġstages": 7600, + "ĠHam": 7601, + "Ġchim": 7602, + "ĠData": 7603, + "Ġintent": 7604, + "Ġclick": 7605, + "Ġreput": 7606, + "azz": 7607, + "Ġsafer": 7608, + "Ġeastern": 7609, + "Ġfostering": 7610, + "Ġphrase": 7611, + "aby": 7612, + "ĠNav": 7613, + "Ġtheme": 7614, + "Ġuncertain": 7615, + "Ġapplying": 7616, + "Ġextensive": 7617, + "ĠConnect": 7618, + "ĠBeing": 7619, + "Ġzone": 7620, + "Ġsilver": 7621, + "Ġanxious": 7622, + "allel": 7623, + "abulary": 7624, + "down": 7625, + "understand": 7626, + "aying": 7627, + "rooms": 7628, + "ĠTer": 7629, + "ĠAS": 7630, + "ifferent": 7631, + "Ġcaring": 7632, + "Ġtriang": 7633, + "Ġmanager": 7634, + "fortable": 7635, + "ĠMedical": 7636, + "Ġcovering": 7637, + "Ġglasses": 7638, + "ĠSuper": 7639, + "Ġdemonstrate": 7640, + "iasm": 7641, + "Ġcrisis": 7642, + "SA": 7643, + "YOU": 7644, + "reens": 7645, + "Ġpit": 7646, + "Ġyog": 7647, + "ulating": 7648, + "ĠWomen": 7649, + "ĠRanworth": 7650, + "Think": 7651, + "Ġfocuses": 7652, + "Ġmarkets": 7653, + "Ġimprovement": 7654, + "Ġfingers": 7655, + "Ġdeclared": 7656, + "ĠSoviet": 7657, + "AB": 7658, + "Ġbite": 7659, + "Ġusage": 7660, + "Ġintroduction": 7661, + "ĠOl": 7662, + "Ġthoughtfully": 7663, + "Ġseriously": 7664, + "Ġhumor": 7665, + "merican": 7666, + "Ġstrengths": 7667, + "Ġboxes": 7668, + "Ġbonds": 7669, + "Ġfossil": 7670, + "Ġcake": 7671, + "acement": 7672, + "Ġshore": 7673, + "ĠPost": 7674, + "elly": 7675, + "Ġmanip": 7676, + "Ġsparked": 7677, + "Ġformation": 7678, + "Ġtribe": 7679, + "Ġdrought": 7680, + "Ġtested": 7681, + "Ġmoral": 7682, + "Ġdepict": 7683, + "Ġburst": 7684, + "Ġmicrosc": 7685, + "Ġpleasure": 7686, + "Ġinstrument": 7687, + "Ġplatforms": 7688, + "Benny": 7689, + "Ġsli": 7690, + "ouring": 7691, + "izer": 7692, + "Ġscan": 7693, + "ĠCha": 7694, + "Ġdistant": 7695, + "ommod": 7696, + "Ġimprovements": 7697, + "Ġpacked": 7698, + "Ġvictim": 7699, + "Ġselected": 7700, + "Ġrestaurant": 7701, + "App": 7702, + "ician": 7703, + "ifted": 7704, + "Ġpros": 7705, + "ĠDise": 7706, + "Ġinfrastructure": 7707, + "Ġmemor": 7708, + "Ġcultiv": 7709, + "Ġtravels": 7710, + "Ġsoftly": 7711, + "-making": 7712, + "ĠOnly": 7713, + "Ġsilence": 7714, + "Ġresponded": 7715, + "Ġenthusiasm": 7716, + "Ġintriguing": 7717, + "Ġvulnerable": 7718, + "oral": 7719, + "Ġlately": 7720, + "etics": 7721, + "ĠCreate": 7722, + "ĠDel": 7723, + "ĠNext": 7724, + "Ġperman": 7725, + "weet": 7726, + "Ġhappier": 7727, + "Ġreliable": 7728, + "Ġcounting": 7729, + "ĠIndigenous": 7730, + "-pro": 7731, + "Ġthreats": 7732, + "Ġimagined": 7733, + "mic": 7734, + "Ġdent": 7735, + "Ġlift": 7736, + "iger": 7737, + "essed": 7738, + "Ġplain": 7739, + "ollow": 7740, + "Ġdefine": 7741, + "Ġpreparation": 7742, + "Ġcleaning": 7743, + "ĠEnc": 7744, + "Ġjudgment": 7745, + "Ġattending": 7746, + "Ġobvious": 7747, + "Despite": 7748, + "Ġbomb": 7749, + "arks": 7750, + "ĠPsych": 7751, + "ĠFather": 7752, + "ĠJul": 7753, + "Ġperse": 7754, + "Ġmarks": 7755, + "aneously": 7756, + "Ġimagination": 7757, + "elesc": 7758, + "ĠEnvironmental": 7759, + "ĠDistrict": 7760, + "CC": 7761, + "Tom": 7762, + "pir": 7763, + "wr": 7764, + "Ġfib": 7765, + "Ġmild": 7766, + "oted": 7767, + "Ġanger": 7768, + "ĠBat": 7769, + "ects": 7770, + "ĠEv": 7771, + "Ġflash": 7772, + "Ġapple": 7773, + "Ġrecall": 7774, + "Ġwriter": 7775, + "Ġbiology": 7776, + "Ġnutrition": 7777, + "Ġspirits": 7778, + "Everyone": 7779, + "Ġforgotten": 7780, + "FF": 7781, + "Ġbits": 7782, + "Ġhanging": 7783, + "opes": 7784, + "quality": 7785, + "ĠRock": 7786, + "Ġphysics": 7787, + "Ġvillages": 7788, + "Ġmeasurements": 7789, + "Ġcontrolled": 7790, + "Ġpregnant": 7791, + "hal": 7792, + "Ġ>": 7793, + "Ġbio": 7794, + "Ġtoler": 7795, + "ira": 7796, + "Ġasleep": 7797, + "Ġletting": 7798, + "Ġpoison": 7799, + "Ġmedication": 7800, + "Ġconfusion": 7801, + "Ġdesigning": 7802, + "Ġsentences": 7803, + "Ġladies": 7804, + "Ġfeeding": 7805, + "prene": 7806, + "ca": 7807, + "Ġfans": 7808, + "\\\"?\\": 7809, + "ĠPen": 7810, + "Ġenorm": 7811, + "Ġclus": 7812, + "ava": 7813, + "ĠInformation": 7814, + "Ġequation": 7815, + "Ġequality": 7816, + "ĠAtl": 7817, + "Ġuncomfortable": 7818, + "Up": 7819, + "oise": 7820, + "Ġbanks": 7821, + "usions": 7822, + "ceived": 7823, + "ola": 7824, + "Ġexists": 7825, + "Ġsector": 7826, + "ĠBur": 7827, + "Ġque": 7828, + "Ġcommitted": 7829, + "Ġrecon": 7830, + "Ġcontinuous": 7831, + "Isn": 7832, + "Ġdamaged": 7833, + "Ġdemonstrated": 7834, + "Ġchecking": 7835, + "Ġthrive": 7836, + "Ġsixty": 7837, + "ini": 7838, + "Ġsought": 7839, + "Ġreward": 7840, + "eren": 7841, + "oble": 7842, + "Ġsurve": 7843, + "Ġpresents": 7844, + "Ġdioxide": 7845, + "Ġminerals": 7846, + "Ġhardly": 7847, + "ĠAdm": 7848, + "Ġobservation": 7849, + "Ġdamn": 7850, + "Ġkiller": 7851, + "flies": 7852, + "ENT": 7853, + "Ġjudge": 7854, + "Ġtelevision": 7855, + "ĠSaturday": 7856, + "Ġrenewable": 7857, + "/or": 7858, + "Lear": 7859, + "Ġcats": 7860, + "Ġmamm": 7861, + "ushing": 7862, + "ĠMem": 7863, + "Ġevolved": 7864, + "Ġburied": 7865, + "Ġdebt": 7866, + "Ġsubstant": 7867, + "Ġcomponent": 7868, + "Ġhypot": 7869, + "ĠExcitedly": 7870, + "Ġobservations": 7871, + "Ġathlet": 7872, + "fit": 7873, + "reprene": 7874, + "ashing": 7875, + "ĠTitle": 7876, + "ĠElect": 7877, + "Ġarmed": 7878, + "Ġunp": 7879, + "Ġfeather": 7880, + "Ġgrows": 7881, + "forest": 7882, + "Ġhappily": 7883, + "ifications": 7884, + "Ġaccommod": 7885, + "Ġsyndrome": 7886, + "Ġmeetings": 7887, + "Ġwoods": 7888, + "Ġinhabit": 7889, + "Ġcaptivating": 7890, + "ĠLeslie": 7891, + "Ġtire": 7892, + "orr": 7893, + "Ġdates": 7894, + "Ġnit": 7895, + "igan": 7896, + "Ġstations": 7897, + "rav": 7898, + "ĠMavis": 7899, + "obby": 7900, + "Ġsculpt": 7901, + "Ġinstruction": 7902, + "Ġcarr": 7903, + "Ġentr": 7904, + "Ġstatements": 7905, + "Ġmeasuring": 7906, + "Ġdivor": 7907, + "Ġbalanced": 7908, + "Ġsteel": 7909, + "ĠStudies": 7910, + "Ġsubstance": 7911, + "Ġtut": 7912, + "Ġsilly": 7913, + "Ġtheories": 7914, + "Ġharsh": 7915, + "etch": 7916, + "Ġbeans": 7917, + "Ġstored": 7918, + "this": 7919, + "Ġworst": 7920, + "ergus": 7921, + "ĠGuy": 7922, + "Ġroute": 7923, + "Ġaccurately": 7924, + "KE": 7925, + "Ġfer": 7926, + "Ġhem": 7927, + "state": 7928, + "ĠPers": 7929, + "ighs": 7930, + "Ġhomework": 7931, + "Ġformal": 7932, + "Ġaircraft": 7933, + "Ġelectron": 7934, + "Ġjoining": 7935, + "Ġcombine": 7936, + "Ġglobe": 7937, + "Ġlaun": 7938, + "Ġlaughing": 7939, + "Ġhabitats": 7940, + "ĠMoreover": 7941, + "Ġconcentration": 7942, + "Ġwarning": 7943, + "Ġmathematics": 7944, + "Ġsplit": 7945, + "Ġcommitment": 7946, + "Ġvessels": 7947, + "Twenty": 7948, + "Ġwedding": 7949, + "Ġfeaturing": 7950, + "Spe": 7951, + "Ġther": 7952, + "Ġfract": 7953, + "Ġdrain": 7954, + "omin": 7955, + "Ġnerve": 7956, + "ett": 7957, + "Ġstable": 7958, + "Ġsections": 7959, + "ĠOk": 7960, + "Ġextent": 7961, + "Ġgreenhouse": 7962, + "Ġinfluenced": 7963, + "Ġpanel": 7964, + ".e": 7965, + "Aye": 7966, + "eras": 7967, + "alysis": 7968, + "lets": 7969, + "ĠGard": 7970, + "��trick": 7971, + "ĠYoung": 7972, + "Ġcheese": 7973, + "Ġpossibility": 7974, + "Ġperforming": 7975, + "Ġtexts": 7976, + "Ġcaptured": 7977, + "Ġninety": 7978, + "ĠForest": 7979, + "Part": 7980, + "Ġwars": 7981, + "Ġdough": 7982, + "Ġgate": 7983, + "otton": 7984, + "ĠAge": 7985, + "Ġorange": 7986, + "ĠVol": 7987, + "Ġobesity": 7988, + "Ġimportantly": 7989, + "ursday": 7990, + "Ġgrandfather": 7991, + "ĠScott": 7992, + "Ġballs": 7993, + "iciency": 7994, + "ĠManagement": 7995, + "Ġinfected": 7996, + "Ġphilosophy": 7997, + "Ġderived": 7998, + "Ġconfirmed": 7999, + "word": 8000, + "organ": 8001, + "Ġfilling": 8002, + "ali": 8003, + "Ġhi": 8004, + "add": 8005, + "Ġliver": 8006, + "ĠForm": 8007, + "ĠNorthern": 8008, + "Ġoutput": 8009, + "Ġresc": 8010, + "Ġreson": 8011, + ".\\\"\"Ċ": 8012, + "Ġmeditation": 8013, + "ĠHistor": 8014, + "Ġdescription": 8015, + "ĠTechnology": 8016, + "(s": 8017, + "Ok": 8018, + "Ġwra": 8019, + "Ġod": 8020, + "Ġdying": 8021, + "Ġlinks": 8022, + "Ġabuse": 8023, + "ĠDem": 8024, + "Ġtroub": 8025, + "Ġdisrupt": 8026, + "Ġowned": 8027, + "Ġmarketing": 8028, + "ĠColumb": 8029, + "ĠAcadem": 8030, + "Ġcategories": 8031, + "Ġpreferences": 8032, + "Ġsocieties": 8033, + "Ġtract": 8034, + "Ġsan": 8035, + "itivity": 8036, + "Ġinsight": 8037, + "Though": 8038, + "Ġdivision": 8039, + "Ġindependence": 8040, + "ĠRevolution": 8041, + "Say": 8042, + "VER": 8043, + "isp": 8044, + "hings": 8045, + "Ġrefuge": 8046, + "Ġextended": 8047, + "Ġquestioned": 8048, + "Ġdepos": 8049, + "Ġdepart": 8050, + "Ġinspiration": 8051, + "Ġcookies": 8052, + "aniel": 8053, + "Ġcooperation": 8054, + "ĠScotland": 8055, + "ĠFoundation": 8056, + "ĠCatholic": 8057, + "-R": 8058, + "Miss": 8059, + "eenth": 8060, + "hist": 8061, + "Ġmum": 8062, + "Ġdil": 8063, + "Ġgerm": 8064, + "ima": 8065, + "ĠRad": 8066, + "iano": 8067, + "Ġsurge": 8068, + "Ġshoulder": 8069, + "Ġidentifying": 8070, + "Ġnuts": 8071, + "Ġencourages": 8072, + ".'\\": 8073, + "Ġrecipe": 8074, + "Ġqualities": 8075, + "Ġdestroyed": 8076, + "Ġswimming": 8077, + "greg": 8078, + "och": 8079, + "Ġsighed": 8080, + "itan": 8081, + "Ġbaking": 8082, + "Ġstere": 8083, + "urd": 8084, + "Ġnoted": 8085, + "Ġenab": 8086, + "ĠNations": 8087, + "ĠItalian": 8088, + "Ġcommittee": 8089, + "Ġguarant": 8090, + "Ġcentre": 8091, + "Ġmommy": 8092, + "Ġsuperhero": 8093, + "Ġrecognition": 8094, + "Ġmutual": 8095, + "Ġaccompan": 8096, + "Ag": 8097, + "Help": 8098, + "Make": 8099, + "Nice": 8100, + "bra": 8101, + "fting": 8102, + "zz": 8103, + "Ġcas": 8104, + "Ġcups": 8105, + "Ġmes": 8106, + "aning": 8107, + "Ġshock": 8108, + "ĠPot": 8109, + "ĠDoug": 8110, + "ansion": 8111, + "Ġscript": 8112, + "ificent": 8113, + "Ġcoat": 8114, + "Ġacceler": 8115, + "Ġartwork": 8116, + "Ġevil": 8117, + "Stud": 8118, + "aze": 8119, + "Ġspecialized": 8120, + "Ġdefe": 8121, + "Ġharmon": 8122, + "ĠBrown": 8123, + "Ġethnic": 8124, + "Ġdescribes": 8125, + "Ġlaughed": 8126, + "ĠValley": 8127, + "Ġdelightful": 8128, + "-T": 8129, + "MS": 8130, + "fly": 8131, + "Ġdrew": 8132, + "arling": 8133, + "aser": 8134, + "ĠPlease": 8135, + "ĠChange": 8136, + "ĠChief": 8137, + "Ġexpressions": 8138, + "Ġkilling": 8139, + "Ġvolcan": 8140, + "ĠGuid": 8141, + "Ġmedications": 8142, + "ĠQueen": 8143, + "Ġfertil": 8144, + "made": 8145, + "Ġaer": 8146, + "ĠTony": 8147, + "ĠCH": 8148, + "Ġcontr": 8149, + "Ġagency": 8150, + "Ġthrilling": 8151, + "Ġpersonality": 8152, + "Ġexped": 8153, + "ĠReally": 8154, + "Ġfilms": 8155, + "Ġstrategic": 8156, + "ĠMeanwhile": 8157, + "Ġverb": 8158, + "Ġdomestic": 8159, + "ĠControl": 8160, + "Ġfloating": 8161, + "Ġorgans": 8162, + "-related": 8163, + "Something": 8164, + "bel": 8165, + "Ġtank": 8166, + "Ġbuck": 8167, + "Ġbike": 8168, + "imer": 8169, + "ĠWood": 8170, + "Ġimper": 8171, + "Ġrooms": 8172, + "Ġdecade": 8173, + "Ġdesert": 8174, + "Ġreader": 8175, + "Ġhandling": 8176, + "Ġfigured": 8177, + "Ġreceiving": 8178, + "Ġrecipes": 8179, + "Ġprocedure": 8180, + "Ġcert": 8181, + "Ġthy": 8182, + "Ġloyal": 8183, + "lym": 8184, + "otes": 8185, + "ĠBoy": 8186, + "ocation": 8187, + "weight": 8188, + "Ġentering": 8189, + "uesday": 8190, + "tenance": 8191 + }, + "merges": [ + "Ġ t", + "Ġ a", + "h e", + "i n", + "r e", + "Ġ s", + "Ġt he", + "o n", + "o u", + "Ġ w", + "e r", + "a t", + "Ġ c", + "n d", + "in g", + ". \\", + "o r", + "e s", + "i t", + "e n", + "Ġ b", + "e d", + "Ġ f", + "i s", + "Ġ m", + "Ġ o", + "Ġ p", + "a n", + "Ġt o", + "Ġ d", + "a l", + "a r", + "Ġa nd", + "Ġ h", + "Ġ in", + "Ġo f", + "Ġt h", + "Ġ l", + "i c", + "o m", + "a s", + "Ġ y", + "l l", + "Ġ e", + "i on", + "l e", + "Ġ g", + "Ġy ou", + "Ġ n", + "o w", + "e t", + "v e", + "u s", + "en t", + "l y", + "Ġ re", + "\\ n", + "o t", + "c t", + "Ġ I", + "Ġb e", + "i d", + "i m", + "a y", + "Ġ he", + "i g", + "r o", + "Ġth at", + "v er", + "Ġ on", + "Ġ T", + "s t", + "Ġ it", + "l d", + "a d", + "Ġs t", + "u t", + "s e", + "i r", + "a c", + "' s", + "Ġ is", + "? \\", + "Ġw h", + "a m", + "Ġw e", + "Ġf or", + "u r", + "ou t", + "Ġ S", + "k e", + "Ġ A", + "it h", + "at ion", + "c e", + "he r", + "o o", + "Ġ u", + "i f", + "h t", + "c h", + "Ġa n", + "Ġw ith", + "Ġh a", + "Ġa s", + "\\ \"", + "t er", + "Ġ C", + "r a", + "u l", + "i l", + "o l", + "i ll", + "Ġ M", + "Ġe x", + "Ġm e", + "Ġw as", + "ig ht", + "Ġc on", + "Ġ or", + "p e", + "om e", + "Ġ k", + "r i", + "' t", + "Ġa re", + "ou r", + "Ġs e", + "o re", + "an t", + "a g", + "es s", + "Ġd e", + "Ġ r", + "Ġthe y", + "Ġ B", + "Ġn e", + "er s", + "o p", + "u re", + "Ġl i", + "at e", + "\\ u", + "Ġ W", + "Ġa b", + "t h", + "is t", + "Ġd o", + "ou ld", + "us t", + "Ġ H", + "u n", + "q u", + "Ġc om", + "Ġp ro", + "p p", + "i es", + "Ġs h", + "a nd", + "Ġc an", + "a in", + "r om", + "Ġa t", + "Ġ us", + "ĠT he", + "! \\", + "a b", + "Ġ v", + "Ġc h", + "u m", + "es t", + "n t", + "e m", + "Ġyou r", + "ou g", + "Ġth is", + "al l", + "Ġ P", + "Ġl e", + "Ġha ve", + "Ġn ot", + "i ve", + "it y", + "o s", + "Ġw or", + "ar t", + "e l", + "Ġab out", + "Ġw he", + "re d", + "Ġk n", + "Ġa l", + "or t", + "e ct", + "Ġ j", + "al ly", + "Ġf rom", + "Ġs u", + "c i", + "Ġthe ir", + "Ġs o", + "Ġ D", + "Ġp l", + "Ġb y", + "h at", + "T he", + "k ing", + "Ġ E", + "ou nd", + ". .", + "Ġa ll", + "m ent", + "o d", + "e ll", + "Ġkn ow", + "on e", + "ar d", + "Ġli ke", + "i e", + "ver y", + "re s", + "- -", + "Ġ \\\"", + "u d", + "in d", + "Ġin t", + "Ġ L", + "Ġ F", + "Ġu p", + "ou s", + "in e", + "Y ou", + "g e", + "oo d", + "p l", + "Ġ R", + "Ġ G", + "Ġwh at", + "i v", + "id e", + "on g", + "Ġ 1", + "oug h", + "Ġ en", + "Ġg o", + "Ġt r", + "t her", + "Ġ (", + "Ġ N", + "Ġ \\", + "a p", + "Ġ out", + "a ke", + "ic e", + "Ġ O", + "ion s", + "Ġthe m", + "Ġb ut", + "f f", + "Ġ im", + "ac k", + "as t", + "Ġm y", + "Ġhe r", + "Ġthe re", + "Ġon e", + "Ġa r", + "e re", + "re at", + "e p", + "a re", + "o c", + "Ġs a", + "Ġs ome", + "h ing", + "o g", + "Ġwe re", + "ic h", + "Ġt im", + "i z", + "k s", + "Ġ J", + "Ġh is", + "\" Ċ", + "Ġ \"", + "a ct", + "v en", + "Ġh ow", + "Ġd is", + "Ġwh o", + "o st", + "an s", + "Ġ our", + "Ġwhe n", + "Ġm ore", + "Ġp e", + "Ġo ther", + "p er", + "am e", + "Ġm an", + "e nd", + "Ġs he", + "r y", + "Ġa d", + "Ġu n", + "ing s", + "Ġh ad", + "Ġc l", + "Ġf e", + "Ġw ill", + "om et", + "Ġj ust", + "ay s", + "o b", + "a k", + "Ġg r", + "nd er", + "op le", + "ic al", + "a h", + "p t", + "Ġw ould", + "ac h", + "Ġg et", + "o se", + "Ġtim e", + "a us", + "Ġ if", + "ac e", + "h is", + "Ġt e", + "' re", + "ag e", + "Ġcom p", + "ation s", + "Ġbe c", + "c c", + "Ġre s", + "Ġ qu", + "in k", + "Ġhe l", + "Ġwh ich", + "e ar", + "ul t", + "Ġe very", + "Ġcon t", + "ab le", + "oo k", + "i le", + "it e", + "an ce", + "Ġan y", + "u c", + "Ġpe ople", + "as s", + "Ġhel p", + "Ġs p", + "o ve", + "v ed", + "en ce", + "b le", + "Ġint o", + ". \"Ċ", + "at ed", + "Ġh as", + "i ld", + "a v", + "Ġ 2", + "Ġ U", + "Ġs omet", + "Ġd on", + "Ġs pe", + "ent s", + "ar n", + "ow n", + "i p", + "Ġc ould", + "u e", + "if f", + "or m", + "Ġim p", + "n e", + "Ġw ant", + "Ġu nder", + "Ġthe se", + "s o", + "Ġd id", + "Ġt w", + "an g", + "at er", + "Ġh im", + "Ġa g", + "b er", + "' m", + "I t", + "i a", + "i al", + "Ġin c", + "o ll", + "on d", + "it t", + "Ġo ver", + "re e", + "r u", + "ve l", + "aus e", + "ar y", + "i ous", + "Ġb et", + "Ġd iff", + "Ġp art", + "c es", + "ou nt", + "Ġp er", + "Ġne ed", + "Ġr ight", + "or s", + "Ġne w", + "Ġse e", + "ig n", + "Ġth an", + "Ġth r", + "Ġn o", + "Ġp r", + "res s", + "Ġ ro", + "Ġle arn", + "Ġbe en", + "Ġc all", + "v ing", + "W hat", + "as e", + "or y", + "ĠI t", + "e ah", + "se l", + "h y", + "ot her", + ".\\ \"", + "Ġp re", + "Ġa m", + "Ġcom m", + "i re", + "Ġ er", + "Ġe ven", + "g et", + "ĠI n", + "Ġth ink", + ".. .\\", + "Ġa ct", + "Ġof f", + "Ġthe n", + "or d", + "k ed", + "ri end", + "w n", + "Ġb r", + "f ter", + "Ġhe re", + "Ġsa id", + "Ġthr ough", + "' ll", + "Ġto o", + "en s", + "is h", + "A nd", + "al s", + "ir st", + "l es", + "Ġwhe re", + "Ġtw o", + "Ġb ack", + "Ġsomet hing", + "Ġdiff ere", + "on s", + "ad e", + "i ly", + "Ġs m", + "Ġb l", + "f ore", + "Ġal so", + "w e", + "ic k", + "Ġy ear", + "Ġg ot", + "Ġ K", + "Ġf riend", + "oug ht", + "Ġ Y", + "at ing", + "he d", + "Ġf l", + "oo l", + "Ġex pl", + "Ġit s", + "Ġre m", + "H e", + "' ve", + "Ġa pp", + "ĠT his", + "Ġd ay", + "Ġs c", + "f ul", + "Ġst ud", + "ĠS t", + "ur ing", + "Ġm ake", + "it ion", + "-- --", + "pe ct", + "Ġm ay", + "u b", + "Ġe m", + "st and", + "o y", + "Ġn ow", + "ĠC h", + "if e", + "v es", + "a king", + "Ġde c", + "it ies", + "f orm", + "Ġw ay", + "is e", + "Ġwor k", + "ci al", + "ic t", + "in t", + "ur n", + "n g", + "W e", + "Ġha pp", + "Ġ -", + "he n", + "Ġre c", + "Ġman y", + "ĠH e", + "Ġd es", + "Ġb u", + "p le", + "ol og", + "Ġon ly", + "if ic", + "ure s", + "Ġbec ause", + "Ġd own", + "u ch", + "ver s", + "Ġg ood", + "Ġdiffere nt", + "ct ion", + "Ġth ose", + "d u", + ".\\\" \\", + "itt le", + "Ġsu ch", + "Ġf irst", + "t ing", + "a ve", + "Ġs ay", + "Ġcall ed", + "Ġa cc", + "Ġin d", + "Ġdis c", + "ĠThe y", + "Ġfe el", + "Ġs y", + "Ġl et", + "Ġwe ll", + "Ġwh ile", + "is s", + "ot h", + "v ent", + "B ut", + "Y eah", + "Ġf ind", + "u ll", + "Ġ ke", + "ar m", + "Ġm ight", + "Ġbe fore", + "Ġunder stand", + ": \\", + "ig h", + "Ġa fter", + "N o", + "x t", + ".. .", + "Ġth ings", + "a il", + "i an", + "Ġcon s", + "at her", + "Ġe ach", + "Ġl ook", + "f t", + "Ġm uch", + "Ġt ake", + "Ġpl ay", + "ar k", + "sel f", + "u g", + "Ġst r", + "Ġ very", + "b e", + "Ġc o", + "Ġar ound", + "Ġwor ld", + "Ġst art", + "u al", + "at es", + "Ġdo es", + "j ect", + "Ġt al", + "al th", + "m er", + "Ġus e", + "Ġg u", + "Ġre l", + "e w", + "t ain", + "ter n", + "i b", + "Ġs ur", + "Ġl ittle", + "Ġp o", + "A l", + "Ġbe l", + "Ġgo ing", + "Ġa c", + "Ġc ome", + "l ed", + "an ge", + "u ally", + "T hat", + "I n", + "O h", + "ra in", + "w ay", + "od y", + "Ġm ost", + "Ġw r", + "t e", + "g r", + "Ġsh ould", + "ra ct", + ", \\\"", + "Ġin st", + "i ed", + "Ġme an", + "Ġc ar", + "Ġ V", + "ow er", + "e ver", + "get her", + "Ġto gether", + "Ġex per", + "Ġl ong", + "n ing", + "ul ar", + "th ing", + "ic s", + "Ġo wn", + "Ġm ade", + "er m", + "Ġus ed", + "he s", + "Ġre al", + "Ġimp ort", + "n y", + "os s", + "re n", + "ment s", + "l ud", + "S o", + "Ġf am", + "g an", + "i ble", + "Ġo b", + "p h", + "w ard", + "Ġag ain", + "Ġp ers", + "ĠB ut", + "Ġl ife", + "Ġbe ing", + "Ġch ild", + "we en", + "Ġc reat", + "Ġre p", + "Ġin s", + "c ess", + "Ġth ought", + "Ġf ound", + "at h", + "Ġat t", + "W ell", + "ch ool", + "Ġyear s", + "Ġc ount", + "Ġin v", + "Ġre g", + "n a", + "m y", + "Ġbet ween", + "Ġ You", + "n ess", + "Ġfriend s", + "Ġs er", + "ĠA nd", + "Ġe ff", + "Ġd uring", + "Ġw ater", + "it ed", + "t y", + "it s", + "a red", + "Ġg en", + "im es", + "Ġt ell", + "Ġsu pp", + "o ld", + "Ġad d", + "vel op", + "ak es", + "p s", + "Ġs k", + "l ic", + "r ic", + "Ġre ad", + "Ġsh ow", + "Ġ 3", + "he re", + "Ġc r", + "ĠU n", + "d ay", + "Ġbet ter", + "id ent", + "at ive", + "Ġcomm un", + "w ays", + "Ġs et", + "Ġs im", + "Ġha nd", + "ar s", + "Ġwh y", + "Ġc are", + "n ce", + "Ġinc lud", + "e c", + "* *", + "Ġre ally", + "T his", + "s s", + "st em", + "ĠH ow", + "Ġ '", + "y ing", + "ist s", + "Al ice", + "ĠS o", + "ĠT h", + ", \\", + "as ed", + "Ġh ome", + "Ġan other", + "le ct", + "Ġl oc", + "l i", + "Ġex am", + "Ġm et", + "a ir", + "Ġdid n", + "Ġhe alth", + "er g", + "Ġo ld", + "Ġfor m", + "Ġc ur", + "Ġg reat", + "e ad", + "Ġc re", + "iz ed", + "Ġb oth", + "a w", + "Ġst ill", + "Ġde velop", + "?\\ \"", + "ation al", + "ch n", + "Ġimport ant", + "g g", + "i qu", + "d s", + "Ġar t", + "Ġp res", + "il ity", + "Ġse c", + "B ob", + "Ġs ci", + "Ġc he", + "id ed", + "Ġke ep", + "at ure", + "Ġn um", + "it ing", + "ĠA l", + "ĠA s", + "re ad", + "ant s", + "ĠW e", + "in es", + "Ġsm all", + "Ġv ar", + "Ġ ent", + "Ġg l", + "Ġus ing", + "i x", + "en ed", + "Ġs chool", + "Ġe nd", + "ĠT hat", + "Ġf un", + "Ġal ways", + "Ġpro v", + "Ġd i", + "Ġd et", + "Ġin ter", + "ri b", + "Ġp h", + "Ġm at", + "u es", + "Ġqu est", + "Ġle ad", + "Ġth ree", + "ce pt", + "Ġpl an", + "Ġc oll", + "em ber", + "H ow", + "e red", + "ar ch", + "Ġt urn", + "ow ing", + "Ġs ign", + "en c", + "Ġ ra", + "Ġm o", + "k ay", + "Ġh igh", + "Ġtr ans", + "t en", + "an c", + "Ġt y", + "Ġpers on", + "iz e", + "Ġb ig", + "olog y", + "Ġl ess", + "Ġp at", + "Ġe ar", + "Ġv al", + "Ġpr ot", + "Ġc ol", + "Ġf ood", + "Ġh um", + "Ġother s", + "ag es", + "Ġe v", + "Ġm in", + "ble m", + "Ġre se", + "Ġevery one", + "ic es", + "mer ic", + "Y es", + "Ġv is", + "Ġexper i", + "' d", + "ur al", + "t s", + "Ġsy stem", + "Ġl ove", + "an k", + "Ġin f", + "h ip", + "Ġh ist", + "y s", + "T h", + "Ġsu b", + "or n", + "a ut", + "Ġm ust", + "Ġc le", + "Ġk ind", + "Ġex p", + "e e", + "ar ing", + "l ing", + "Ġpl ace", + "ut e", + "ou se", + "Ġe ver", + "Ġm ed", + "Ġp ol", + "Ġpro blem", + "or ies", + "Ġp ut", + "Ġspe c", + "Ġ ide", + "l and", + "is m", + "a x", + "Ġbu ild", + "Ġin form", + "Ġne ver", + "Ġa way", + "Ġf act", + "Ġte chn", + "Ġex c", + "ro ss", + "in ce", + "Ġbel ie", + "a ug", + "Ġl o", + "Ġs l", + "Ġs ame", + ") \\", + "Ġre f", + "Ġwith out", + "Ġcon f", + "r on", + "Ġo p", + "e x", + "N ow", + "Ġse em", + ") ,", + "u nd", + "ĠM r", + "e f", + "ag ine", + "The y", + "ĠS he", + "ere st", + "Ġm on", + "Ġex t", + "Ġgr ou", + "Ġt ra", + "Ġas s", + "A s", + "ĠA meric", + "Ġsome one", + "Ġp ass", + "Ġd ist", + "et y", + "Ġs ol", + "Ġup on", + "uc k", + "en g", + "d uc", + "us s", + "Ġlearn ing", + "or k", + "Ġc ame", + "ĠW hat", + "Ġm us", + "Ġf oll", + "in s", + "Ġg ive", + "n ect", + "Ġn am", + "Ġc our", + "ut ion", + "er ing", + "Ġf in", + "Ġc ent", + "Ġl and", + "Ġbe h", + "Ġs ure", + "o h", + "b r", + "ow s", + "Ġcont in", + "Ġpro du", + "Ġl oo", + "Ġas ked", + "S t", + "ie w", + "Ġpart ic", + "The re", + "c er", + "Ġb est", + "Ġdo ing", + "ent ial", + "le x", + "Ġl ast", + "Ġint erest", + "a z", + "Ġm od", + "Ġa p", + "---- ----", + "ter s", + "Ġth ing", + "Ġt ri", + "ĠF or", + "Ġer m", + "Ġ ed", + "Ġm aking", + "id s", + "Ġh ard", + "et s", + "Ġp ower", + "Ġg ra", + "Ġof ten", + "Ġsomet imes", + "Ġpo int", + "ĠThe se", + "ir on", + "l ess", + "Ġspe cial", + "one y", + "Ġl ist", + "Ġne ar", + "I f", + "ent ly", + "Ġl ar", + "ru ct", + "Ġsa f", + "Ġ 4", + "Ġexpl ain", + "Ġe as", + "Ġl ight", + "S he", + "an y", + "Ġe l", + "en se", + "on na", + "Ġme m", + "Ġgen er", + "Ġm om", + "c k", + "Ġwith in", + "Ġinform ation", + "oc k", + "Ġp ract", + "iv es", + "p r", + "h o", + "Ġb us", + "Ġl ot", + "W hy", + "Ġen ough", + "Ġw ond", + "Ġt reat", + "Ġres p", + "Ġch ar", + "at ch", + "Ġw om", + "Ġan im", + "ic ally", + "Ġs ound", + "u p", + "Ġ 5", + "Ġfam ily", + "Ġm ar", + "! \\\"", + "in ess", + "i red", + "Ġme ans", + "Ġg onna", + "Ġbe aut", + "Ġexam ple", + "in ed", + "ou n", + "Ġapp ro", + "Ġcon nect", + "O ne", + "Ġd r", + "o ver", + "Ġch ange", + "ir l", + "ĠB y", + "Ġe y", + "Ġpro cess", + "em ent", + "Ġcl ass", + "Ġknow n", + "er tain", + "ate ly", + "Ġp oss", + "Ġb o", + "Ġs it", + "Ġst re", + "Ġm ain", + "om m", + "Ġchild ren", + "Ġp ub", + "at a", + "re en", + ") .", + "iqu e", + "Ġm ind", + "en ces", + "Ġch ang", + "ull y", + "Ġal ong", + "is hed", + "Ġth ough", + "Ġp op", + "le ase", + "iv id", + "Ġnam ed", + "Ġc ap", + "v iron", + "Ġwe e", + "Ġrem ember", + "ill ed", + "i o", + "Ġe qu", + "Ġfe w", + "Ġch all", + "sel ves", + "Ġdes ign", + "Ġs un", + "ac es", + "Ġa ff", + "Ġb ody", + "Ġgr ow", + "Ġr un", + "erg y", + "Ġb re", + "Ġc ult", + "Ġhe ad", + "Ġn ight", + "Ġst and", + "ĠW hen", + "im e", + "ĠA n", + "Ġeff ect", + "Ġde f", + "al e", + "Ġyou ng", + "Ġre qu", + "Ġcre ate", + "Ġvar ious", + "Ġa ut", + "Ġu nt", + "Ġte ac", + "Ġw ent", + "Ġwant ed", + "Ġha ving", + "Ġstr ong", + "b s", + "Ġdec ided", + "ect ion", + "er v", + "i er", + "as es", + "Ġbec ome", + "Ġunderstand ing", + "L et", + "or ing", + "Ġstud ents", + "c ent", + "Ġor gan", + "c on", + "ie ld", + "b ers", + "Ġto wn", + "Ġhe art", + "ĠE x", + "g er", + "ill s", + "Ġhe ard", + "Ġn ame", + "Ġf ore", + "Ġf our", + "Ġa v", + "Ġle ft", + "ĠO ne", + "it al", + "ward s", + "gr am", + "Ġw a", + "Ġstart ed", + "ĠW ith", + "Ġinc re", + "aug ht", + "it ions", + "id es", + "i vers", + "Ġcour se", + "Ġne xt", + "Ġm akes", + "Ġle vel", + "her s", + "u ff", + "Ġtal k", + "Ġevery thing", + "n er", + "b y", + "Ġnum ber", + "ang u", + "Ġad v", + "Ġto day", + "Ġres ult", + "Ġp ot", + "ĠT o", + "Ġm oney", + "Ġsupp ort", + "Ġm ove", + "ĠA r", + "d en", + "Ġhist ory", + "D o", + "viron ment", + "Ġli ved", + "Ġany thing", + "Ġm ag", + "u ed", + "Ġde ep", + "t ed", + "Ġunt il", + "Ġg irl", + "ion al", + "d er", + "Ġwor king", + "Ġf as", + "are nt", + "o pe", + "Ġ _", + "ĠI f", + "Ġs w", + "Ġind ivid", + "Ġp rom", + "Ġc ertain", + "Ġstud y", + "t o", + "our ces", + "h ap", + "n o", + "id er", + "os ed", + "l ine", + "Ġrese arch", + "s ide", + "ri es", + "ĠR e", + "Ġme et", + "Ġs ince", + "Ġam ong", + "ro l", + "en ing", + "Ġo pp", + "ot e", + "if ul", + "out h", + "ĠHow ever", + "i ent", + "Ġact iv", + "Ġac ross", + "ove red", + "t he", + "Ġre st", + "Ġf ar", + "Ġp ain", + "Ġa ir", + "Ġtoo k", + "Ġen g", + "Ġagain st", + "as on", + "Ġt est", + "Ġto ld", + "i ke", + "Ġre t", + "Ġsci ent", + "ĠP ro", + "Ġtim es", + "Ġd ays", + "il ar", + "Ġact ually", + "Ġc aus", + "el t", + "Ġh ouse", + "at s", + "pe nd", + "act ly", + "Ġd ue", + "Ġd ata", + "ort s", + "ĠI nd", + "Ġgrou p", + "ent ion", + "Ġtr y", + "hy s", + "oc us", + "ra p", + "ĠThe re", + "ire ct", + "Ġy et", + "Ġis s", + "ĠI s", + "it ive", + "Ġst op", + "Ġinv ol", + "ĠN o", + "Ġty p", + "h ile", + "Ġis n", + "Ġw ays", + "r it", + "al ity", + "Ġb ir", + "Ġpro f", + "I N", + "ort un", + "Ġ ess", + "Ġt re", + "pect ed", + "Ġli ve", + "Ġb it", + "] \\", + "Ġcomm on", + "Ġc or", + "Ġen ergy", + "Ġhum an", + "ĠC on", + "Ġel se", + "- s", + "Ġun ique", + "Ġexpl ore", + "Ġquest ion", + "Ġloc al", + "Ġd one", + "Ġp os", + "a pe", + "Ġst ay", + "Ġc ell", + "in king", + "Ġo cc", + "Ġtr ad", + "Ġbeaut iful", + "Ġto p", + "Ġl angu", + "Ġg iv", + "Ġen c", + "Ġ 6", + "Ġdisc uss", + "Ġlearn ed", + "Ġwor ds", + "t le", + "el s", + "Ġdoes n", + "f ully", + "Ġj our", + "ĠM ar", + "Ġpro ject", + "Ġw al", + "Ġh our", + "Ġinst ead", + "Ġpro gram", + "g in", + "ne y", + "in ation", + "Ġimp ro", + "Ġcom es", + "Ġen s", + "Ġcount ry", + "Ġsh are", + "Ġ es", + "Ġlo ved", + "Ġ ident", + "Ġe lect", + "ater ial", + "?\\\" \\", + "Ġhapp ened", + "i ans", + "Ġb as", + "Ġen vironment", + "Ġsa w", + "ĠB e", + "m an", + "Ġf ocus", + "re t", + "Ġj o", + "om s", + "Ġst ate", + "Ġprot ect", + "ot s", + "Ġp ur", + "ĠN ew", + "Ġr is", + "O nce", + "ur y", + "ĠS h", + "ĠE ng", + "j oy", + "Ġon ce", + "Ġap pe", + "an ces", + "Ġmat ter", + "Ġp ie", + "it er", + "W hen", + "Ġbr ing", + "Ġs ays", + "Ġcon d", + "ri ed", + "Ġpres ent", + "ĠA d", + "or ry", + "im my", + "m ed", + "Ġw on", + "am p", + "a j", + "Ġst ory", + "m agine", + "Ġb ook", + "Ġwas n", + "is ed", + "D on", + "Ġget ting", + "ĠW ell", + "Ġqu ite", + "c om", + "ab ly", + "Ġhelp s", + "or th", + "ro p", + "Ġ ve", + "Ġan s", + "Ġto wards", + "Ġst ories", + "Ġcould n", + "Ġre pl", + "Ġspec ific", + "act er", + "Ġide a", + "Ġchall eng", + "er t", + "al f", + "ord ing", + "Ġm en", + "Ġm or", + "Ġd ra", + "av or", + "Ġte am", + "Ġ est", + "c ome", + "ĠJ ust", + "enc y", + "Ġbus iness", + "Ġinclud ing", + "Ġj ob", + "Ġm aterial", + "Ġe le", + "Ġcon st", + "l ight", + "Ġb ased", + "Ġen joy", + "Ġop en", + "Ġlar ge", + "Ġed uc", + "m e", + "ic ult", + "Ġbl ood", + "C ome", + "r ow", + "E R", + "b ody", + "Ġloo king", + "Ġanim als", + "oh n", + "Ġm il", + "Ġsaf e", + "Ġbe gan", + "Ġf ac", + "Ġab le", + "ĠC an", + "Ġk ids", + "o ot", + "ĠC l", + "Ġcomp le", + "Ġdis e", + "cc ess", + "Ġmus ic", + "Ġas k", + "I s", + "Ġbelie ve", + "ver n", + "ivers ity", + "Ġc ity", + "M m", + "Ġc al", + "ĠS p", + "Ġcommun ity", + "Ġf ive", + "A ll", + "Ġw ind", + "Ġse ver", + "Ġsec ond", + "Ġs ing", + "Ġins ide", + "Ġp ast", + "Ġpro per", + "Ġkn ew", + "Ġyour self", + "ap er", + "M y", + "Ġf elt", + "Ġde m", + "Ġm iss", + "Ġb oy", + "is ion", + "Ġb en", + "Ġn at", + "- f", + "Ġ ri", + "Ġt em", + "ĠG od", + "pl es", + "Ġqu ick", + "Ġtr ying", + "as h", + "Ġpub lic", + "Ġsign ific", + "th s", + "Ġde p", + "He y", + "c l", + "led ge", + "Ġse en", + "Ġli ving", + "i or", + "Ġso cial", + "Ġcomp ut", + "Ġcl ose", + "a pp", + "c ed", + "Ġfoll ow", + "Ġp hys", + "ard s", + "Ġbec ame", + "J ust", + "c le", + "Ġgo vern", + "Ġcle ar", + "Ġm other", + "Ġt aking", + "Ġst ep", + "Ġare a", + "oo ks", + "O kay", + "Ġsy m", + "it her", + "ain s", + "Ġexperi ence", + "Ġey es", + "ĠL et", + "Ġaff ect", + "r ist", + "c in", + "Ġs ide", + "ou d", + "Ġplay ing", + "r al", + "Ġp ar", + "Ġl aw", + "am es", + "av es", + "t on", + "Ġsu gg", + "Ġsugg est", + "Ġf ull", + "Ġsever al", + "c hed", + "u ro", + "ĠB en", + "Ġman ag", + "Ġtal king", + "an e", + "i ents", + "Ġear ly", + "l ish", + "Ġde v", + "er n", + "Ġpartic ular", + "Ġh old", + "Ġd irect", + "os p", + "Ġm ill", + "Ġt erm", + "Ġnot hing", + "Ġthem selves", + "og n", + "Ġag o", + "im ate", + "read y", + "Ġa w", + "ĠA t", + "Ġso on", + "re am", + "on y", + "er y", + "Ġwom en", + "ci ally", + "ul ation", + "Ġob s", + "ĠP l", + "ĠM ay", + "ĠAmeric an", + "on es", + "h od", + "m a", + "in al", + "Ġl ater", + "Ġexplain ed", + "Ġf ace", + "Ġy es", + "g s", + "Ġsci ence", + "T o", + "Ġsim ilar", + "Ġwho le", + "Ġf ur", + "Ġf ig", + "_ _", + "Ġpre p", + "ition al", + "ill e", + "ure d", + "w ork", + "Ġquest ions", + "Ġto ol", + "Ġf ree", + "Ġb ad", + "Ġrep ort", + "iz ation", + "Ġcom ing", + "Ġp ri", + "Ġser v", + "Ġd ri", + "ate g", + "Ġwor d", + "ĠS am", + "ou ra", + "Ġal ready", + "Ġcont rol", + "ĠD e", + "Ġp ict", + "an ks", + "Ġlook ed", + "Ġob ject", + "l f", + "Ġper form", + "Ġli ves", + "Ġn ature", + "f ect", + "Ġ .\\", + "Ġb ro", + "N ot", + "Ġp arent", + "ut ure", + "Ġwhe ther", + "Ġp ay", + "Ġro om", + "Ġwor ks", + "Ġall ow", + "in a", + "ic ation", + "Ġme as", + "Ġsit u", + "ĠO h", + "Ġdisc overed", + "Ġrep res", + "Ġans w", + "i od", + "ut es", + "Ġw arm", + "Ġpl ants", + "Ġposs ible", + "re nt", + "ic ed", + "Ġknow ledge", + "E r", + "iz ing", + "Ġprodu ct", + "Ġf avor", + "O U", + "Ġproblem s", + "ĠS ome", + "- b", + "p ort", + "Ġsu ccess", + "Ġs ense", + "Ġbeh ind", + "r ight", + "Ġdiff icult", + "th ough", + "il i", + "Ġreal ized", + "Ġty pe", + "Ġo kay", + "Ġlangu age", + "i k", + "Ġc ool", + "Ġneed ed", + "ĠJ ohn", + "Ġdet erm", + "Ġ 7", + "Ġpl ant", + "ab ility", + "Ġsk ills", + "us e", + "id ing", + "ent al", + "Ġs le", + "pt ion", + "i um", + "Ġneed s", + "ar c", + "Ġan al", + "Ġtr ue", + "re ed", + "Ġp ress", + "ĠO r", + "Ġinf l", + "ĠD r", + "Ġex actly", + "ul es", + "Ġf ather", + "Ġsignific ant", + "Ġh alf", + "Ġsp ace", + "con om", + "ĠT immy", + "Ġv iew", + "w here", + "Ġb rain", + "Ġare as", + "h or", + "Ġwr ong", + "Ġresp ons", + "Ġres pect", + "Ġsh ort", + "ĠA ll", + "Ġf ield", + "Ġf uture", + "!\\\" \\", + "F or", + "Ġess ential", + "ver se", + "Ġc ut", + "Ġout side", + "Ġp ost", + "ĠB ob", + "s c", + "v iew", + "ĠF r", + "Ġh arm", + "as ter", + "ct or", + "p or", + "s y", + "g ed", + "Ġm ess", + "Ġy eah", + "Ġw ar", + "Ġs n", + "Ġmom ent", + "ĠC om", + "Ġor ig", + "Ġon es", + "Ġdevelop ment", + "Ġwee k", + "Ġcom b", + "Ġbuild ing", + "W here", + "at or", + "id ence", + "ab or", + "Ġf il", + "er c", + "p ite", + "Ġgr ound", + "Ġ 8", + "re w", + "Ġmet hod", + "Ġprov ide", + "Ġa ge", + "Ġthrough out", + "Ġinv est", + "H E", + "Ġth inking", + "duc ed", + "m ost", + "- d", + "a f", + "pe cially", + "Ġ Q", + "Ġnat ural", + "A n", + "Ġtechn ology", + "ĠE m", + "ak en", + "Ġacc ess", + "u als", + "Ġtra vel", + "Ġt rain", + "ci ent", + "o int", + "id d", + "Ġfas cin", + "Ġjour ney", + "e xt", + "Ġm ark", + "Ġcreat ing", + "Ġc ase", + "us h", + "Ġad vent", + "Ġsay ing", + "Ġre ce", + "Ġval u", + "un g", + "i et", + "in y", + "Ġhapp y", + "W ho", + "Ġprof ess", + "Ġr ather", + "Ġle ave", + "Ġim agine", + "Ġcons ider", + "f d", + "if y", + "Ġg ame", + "Ġw atch", + "Ġst ruct", + "Ġres ources", + "in ing", + "Ġopp ortun", + "um b", + "E x", + "Ġsh ared", + "Ġc ost", + "Ġcon cer", + "Ġ **", + "e ed", + "Ġf all", + "om es", + "ĠA fter", + "Ġinclud e", + "Ġcol or", + "Ġwond er", + "Ġl im", + "ac y", + "ĠCh rist", + "um p", + "ĠE ar", + "pp ed", + "A N", + "Ġs ort", + "Ġse lf", + "ir d", + "Ġben ef", + "Ġvalu able", + "Ġimp act", + "if ied", + "Ġ ill", + "Ġc ir", + "Ġg reen", + "Ġph ot", + "Ġhour s", + "Ġchang es", + "ro du", + "at ic", + "ĠUn iversity", + "Ġret urn", + "Ġs ent", + "Ġpart s", + "av ing", + "st er", + "ĠR es", + "Ġtyp es", + "Ġbre ak", + "ĠD o", + "Ġcoll ect", + "Ġun ex", + "ur s", + "Ġrel ations", + "it ical", + "Ġh ur", + "o f", + "Ġor der", + "Ġpre t", + "Ġh ope", + "r ation", + "Ġm ult", + "Ġf ight", + "Ġs orry", + "Ġf illed", + "Ġso ci", + "so ci", + "Ġsm o", + "Ġav ail", + "Ġhe ar", + "ĠA f", + "Ġl ine", + "Ġfur ther", + "ĠN ow", + "Ġfeel ing", + "aj or", + "Ġmay be", + "Ġdise ase", + "Ġw in", + "a im", + "Ġper cent", + "o ice", + "Ġe at", + "n ed", + "Ġper fect", + "il t", + "Ġsur pr", + "Ġpat tern", + "ot t", + "ra nd", + "Ġdes c", + "p ar", + "Ġd am", + "Ġl ow", + "ious ly", + "Ġes pecially", + "Ġmor ning", + "iv ity", + "Ġwould n", + "il ities", + "our ce", + "c um", + "Ġe conom", + "Ġvis it", + "m s", + "Ġs ix", + "Ġbe gin", + "ĠG r", + "Ġexp ress", + "Ġunex pected", + "ac hed", + "ĠP r", + "- c", + "Ġr ad", + "Ġfavor ite", + "Ġp aper", + "Ġcle an", + "Ġcomple te", + "Ġo per", + "Ġde al", + "Ġpro b", + "ive ly", + "Ġgiv en", + "is ing", + "Ġm ot", + "ĠE n", + "Ġchalleng es", + "Ġcontin ued", + "H ave", + "R ight", + "Ġrec ord", + "v ille", + "Ġro le", + "ound s", + "Ġ 9", + "Ġon line", + "Ġpot ential", + "Ġan t", + "IN G", + "Ġc ause", + "Ġcon cept", + "und red", + "Ġin tern", + "ĠIn st", + "Ġre d", + "A T", + "Ġcont rib", + "Ġcount ries", + "f ort", + "Ġb ab", + "Ġc ra", + "and s", + "Ġsound s", + "Ġgovern ment", + "D id", + "n ot", + "O N", + "Ġper iod", + "Ġle g", + "b it", + "r ing", + "Th ank", + "in ary", + "Ġt er", + "Ġrem ain", + "Ġs um", + "Ġf ell", + "Ġnew s", + "Ġe vent", + "Ġem ot", + "A re", + "Ġso ft", + "Ġf air", + "Ġrepres ent", + "z y", + "Ġ Z", + "Ġbr ought", + "Ġde ath", + "Ġhand s", + "e y", + "Ġturn ed", + "ĠW or", + "Ġd iv", + "- m", + "C h", + "ab les", + "Ġsim ple", + "uro pe", + "St ep", + "Ġex ist", + "l ished", + "Ġle ast", + "re ci", + "Ġpol ic", + "Ġhelp ed", + "Ġd a", + "olog ical", + "ĠUn ited", + "Ġbl ack", + "Ġimpro ve", + "Ġus ually", + "Ġfl ow", + "Ġdet ail", + "ĠD es", + "ip s", + "Ġexperi ences", + "Ġh ig", + "ĠY es", + "Ġbeh av", + "Ġexpl oring", + "Ġeas y", + "Ġfoll owing", + "L ook", + "Ġparent s", + "Ġf arm", + "ĠG e", + "Ġpre vent", + "ec ause", + "Ġh undred", + "o x", + "ra ph", + "g es", + "Ġsh aring", + "Ġl ay", + "ĠT e", + "ent y", + "Ġiss ues", + "ĠT r", + "Ġris k", + "Ġnot iced", + "omet imes", + "Ġam az", + "Ġb i", + "Ġpl aces", + "ĠA lex", + "Ġb al", + "Ġany one", + "Ġide as", + "iv ed", + "W ith", + "Ġn ice", + "Ġh y", + "oo se", + "Ġavail able", + "- p", + "g ress", + "Ġcomp lex", + "Ġl ost", + "Ġext ra", + "Ġinterest ing", + "hap s", + "- t", + "ĠY eah", + "as ing", + "Ġwh ite", + "Ġgra nd", + "Ġwor ked", + "li ke", + "ore d", + "Ġmain tain", + "ĠS c", + "Ġfore st", + "Ġb ooks", + "Ġrelations hip", + "ĠC omm", + "Ġquick ly", + "ar r", + "ĠAf ric", + "Ġcont ain", + "Ġcur rent", + "Ġ [", + "The n", + ") .\\", + "Ġam ount", + "Ġc ust", + "v al", + "ĠE urope", + "Ġwa it", + "Ġm ajor", + "ĠB l", + "Ġspec ies", + "Ġactiv ities", + "o id", + "Ġf r", + "he ad", + "- l", + "C an", + "is ter", + "Ġt aken", + "Ġrese arc", + "Ġad m", + "er al", + "Ġb at", + "pl oy", + "Ġpract ice", + "Ġd ig", + "ron t", + "Ġlevel s", + "Ġcell s", + "Ġf ire", + "Ġsu per", + "i res", + "c ul", + "Ġe ither", + "Ġst e", + "Ġ &", + "Ġp lease", + "Ġindivid uals", + "Ġfascin ating", + "Ġre ason", + "ou ble", + "Ġapp reci", + "it es", + "Ġt ree", + "Ġin it", + "ĠO n", + "Ġs al", + "g ot", + "i ally", + "Ġ $", + "Ġrepl ied", + "a e", + "ch ie", + "Ġperson al", + "Ġs ens", + "Ġgrou ps", + "is c", + "Ġv ill", + "S h", + "is on", + "Ġcreat ed", + "Ġent ire", + "Ġgrow th", + "Ġs qu", + "ar ah", + "Ġchar acter", + "Ġk ill", + "ĠEar th", + "ut ions", + "Ġne cess", + "Ġrec ogn", + "Ġeduc ation", + "Ġ z", + "Ġo pt", + "Ġoff ic", + "E S", + "Ġhim self", + "ed s", + "ic ated", + "Ġal most", + "ĠSt ates", + "ar l", + "Ġte xt", + "Ġv ir", + "A t", + "ic le", + "end ed", + "Ġh ot", + "Ġn on", + "s on", + "Ġread y", + "Y our", + "Ġal one", + "Ġe ight", + "ud e", + "un e", + "Ġwom an", + "O n", + "ĠA m", + "Ġsle ep", + "r ig", + "Ġl ate", + "Ġke y", + "Ġless ons", + "g en", + "Ġstre ng", + "Ġcur ious", + "ĠY ork", + ". S", + "Ġinfl u", + "g ing", + "i os", + "Ġhist or", + "le y", + "ol ution", + "Ġsp read", + "is es", + "ĠS e", + "if t", + "Ġmem bers", + "Ġmon ths", + "Ġsur f", + "G ood", + "Ġacc ording", + "er ve", + "Ġmaterial s", + "Ġtem per", + "igh b", + "ĠH is", + "Ġcommun ities", + "ĠY our", + "ĠAmeric a", + "Ġsing le", + "Ġsystem s", + "Ġdra w", + "Ġgo es", + "ight s", + "et er", + "Ġaut hor", + "ll ing", + "Ġtool s", + "Ġs ir", + "ĠM y", + "ac ed", + "ast ic", + "ĠC ent", + "Ġhapp en", + "ĠW hile", + "Ġm ach", + "Ġcon vers", + "em s", + "Ġab s", + "c hes", + "Ġread ing", + "Ġf ine", + "Ġn ut", + "ĠE ven", + "n ces", + "Ġmy self", + "ict ion", + "Ġev ents", + "Ġmill ion", + "Ġhealth y", + "Ġvar i", + "at ures", + "Ġwor ry", + "Ġcond itions", + "Ġind ust", + "B e", + "Ġar ri", + "Ġmin utes", + "Ġstr ateg", + "ib ility", + "Ġpret ty", + "Ġan n", + "-------- --------", + "Ġresearc hers", + "n s", + "Ġl ed", + "Ġseem ed", + "Ġprob ably", + "it le", + "ĠP h", + "H ere", + "Ġth ous", + "Ġn orm", + "Ġha ven", + "u le", + "p ed", + "r ough", + "z e", + "Ġpro p", + "il ed", + "nder stand", + "Ġens ure", + "he m", + "Ġscient ists", + "# #", + "sy ch", + "Ġne ighb", + "r ound", + "Ġcomput er", + "! \"Ċ", + "ĠL e", + "Ġenc oura", + "on t", + "Ġins p", + "ĠEng lish", + "Ġtre es", + "Ġb ar", + "e le", + "Ġb reat", + "Ġsu ff", + "in ci", + "Ġg ave", + "Ġde ad", + "a id", + "Ġs on", + "M r", + "u z", + "ly ing", + "Ġfun ction", + "Ġs we", + "Ġv ol", + "ang er", + "ĠH er", + "Ġhapp ens", + "Ġcan cer", + "Ġfeel ings", + "Ġgu ess", + "m ing", + "Ġsp ir", + "en e", + "Ġo il", + "ru gg", + "Ġatt ention", + "Ġab ove", + "Ġim m", + "Ġd ream", + "f or", + "od ay", + "Ġtr ust", + "M ay", + "at ors", + "itt ing", + "Ġw ild", + "le t", + "Ġacc ount", + "iss ion", + "Ġas pect", + "ĠP e", + "Ġadd ress", + "Ġansw er", + "Ġamaz ing", + "ĠM e", + "I magine", + "Ġt en", + "Ġare n", + "Ġde pend", + "Ġindivid ual", + "Ġnum bers", + "Ġgl ob", + "o k", + "o or", + "un ch", + "y ond", + "re ct", + "Ġcomp any", + "Ġpos itive", + "m m", + "Ġt akes", + "Ġc ru", + "Ġphys ical", + "ĠN ational", + "Ġw ood", + "Ġas soci", + "den ly", + "od ies", + "Ġs at", + "Ġg ard", + "Ġche m", + "l er", + "od e", + "idd le", + "et ic", + "anc ed", + "Ġd ark", + "ad es", + "Ġr ules", + "Ġ rain", + "Ġs ad", + "ap t", + "il ies", + "Ġpie ce", + "ic ro", + ". ,", + "Ġr ound", + "Ġsub ject", + "d y", + "f er", + "Ġresult s", + "Ġrem ind", + "Ġcent ury", + "ĠWor ld", + "o es", + "Ġv ide", + "t a", + "et her", + "ĠW ar", + "Ġreg ular", + "et h", + "ĠH ave", + "Ġocc ur", + "Ġget s", + "Ġri ver", + "p ly", + "h ood", + "Ġspe ak", + "ur b", + "ro om", + "iqu es", + "Ġro ad", + "ĠBen ny", + "Ġpop ular", + "Ġeng ine", + "d om", + "ĠG reat", + "Ġreg ard", + "Ġimport ance", + "Ġw ise", + "Ġde ar", + "Ġb all", + "Ġbe yond", + "Ġp ath", + "Ġse x", + "itt en", + "Ġadvent ure", + "A R", + "Ġsl ow", + "Ġdo or", + "art ment", + "G o", + "Ġ ice", + "ĠThe n", + "O R", + "in ally", + "ĠHe y", + "Ġrel ig", + "Ġd est", + "ill y", + "Ġ ,", + "Ġf ru", + "Ġan g", + "s h", + "Ġst rugg", + "Ġhow ever", + "he l", + "Ġw ide", + "A h", + "Ġtreat ment", + "G et", + "og rap", + "k n", + "Ġc op", + "ĠThe ir", + "Ġhe av", + "ist ic", + "A S", + "Ġt able", + "oun c", + "Ġa chie", + "ell o", + "Ġmod ern", + "Ġe t", + "Ġpartic ip", + "Ġf re", + "Ġre du", + "st r", + "ut h", + "Ġh or", + "Ġhig her", + "Ġsh op", + "Ġlist en", + "re l", + "Ġspe nd", + "Ġcap t", + "Ġg as", + "u ly", + "Ġt iny", + "am s", + "el come", + "Ġinter act", + "Ġf oot", + "Ġh u", + "Ġg one", + "Ġ *", + "Ġme ant", + "Ġm ass", + "Ġp red", + "Ġadd ed", + "Ġex pect", + "Ġcult ure", + "ĠN ot", + "Ġrequ ire", + "Ġcl os", + "i ence", + "her n", + "Ġbab y", + "Ġd ru", + "o le", + "Ġem b", + "Ġlong er", + "Ġb ed", + "s ing", + "Ġbu ilt", + "- h", + "Ġexc iting", + "ack s", + "ĠG u", + "Ġwant s", + "Ġem p", + "Ġest ab", + "Ġto t", + "Ġmean ing", + "Ġ =", + "Ġcomp et", + "Ġh on", + "as k", + "Ġseem s", + "Ġlike ly", + "ol ute", + "ag er", + "Ġhum ans", + "am m", + "ĠI magine", + "Ġey e", + "Ġshow s", + "Ġsun ny", + "Ġfe et", + "ĠN orth", + "og raph", + "Ġac cept", + "Ġsu d", + "Ġso il", + "res h", + "Ġinvol ved", + "Ġpattern s", + "w o", + "Ġtri ed", + "Ġre le", + "R e", + "ĠS arah", + "Ġst ra", + "or row", + "ĠM ed", + "Ġex erc", + "Ġar g", + "l o", + "ĠM ax", + "ĠAl ice", + "is ions", + "ele br", + "a i", + "Ġst uff", + "\\u ff", + "Ġmed ical", + "r ict", + "Ġn et", + "Ġcl imate", + "ru ction", + "Ġc at", + "Ġb ur", + "og ether", + "Ġche ck", + "Ġval ue", + "ag n", + "Ġpass ed", + "Ġd ive", + "Ġteac hing", + "Ġsh ap", + "Ġcoll e", + "ĠGe or", + "ĠL ily", + "Ġdisc over", + "I S", + "Ġf ast", + "Ġbr other", + "Ġloo ks", + "Ġfor ward", + "aught er", + "Ġse nd", + "Ġda ily", + "Ġcons um", + "Ġsitu ation", + "Ġg ames", + "Ġst ore", + "Ġfam ilies", + "Ġco ld", + "ĠB rit", + "Ġear th", + "Ġf a", + "at ory", + "ĠS ometimes", + "ĠC al", + "Ġch ance", + "Ġfind ing", + "Ġf ront", + "Ġem ploy", + "Ġse a", + "Ġbo x", + "Ġit self", + "Ġad ult", + "Ġs il", + "ĠS outh", + "ĠS y", + "Ġact ion", + "Ġsur round", + "C hap", + "Ġwr ite", + "Ġl ab", + "Ġthought s", + "B y", + "Ġar ch", + "Er m", + "ĠMr s", + "Ġc ou", + "ie f", + "Ġsk in", + "Ġm ix", + "Ġsur v", + "Ġwond ered", + "Ġmark et", + "an n", + "r um", + "Ġl iter", + "Ġf und", + "Ġshow ed", + "Ġco ver", + "Ġse par", + "Ġbu y", + "ĠF l", + "Ġcar ry", + "Chap ter", + "u el", + "Ġs ize", + "Ġwr iting", + "Ġincre ase", + "no v", + "Ġgr owing", + "Ġappe ar", + "Ġcust om", + "W elcome", + "Ġw all", + "b o", + "Ġdes pite", + "Ġfact ors", + "o ke", + "Ġf ish", + "y le", + "Ġfig ure", + "med i", + "B ecause", + "E very", + "a it", + "Ġc elebr", + "Ġbel ow", + "Ġcom fort", + "Ġpower ful", + "L L", + "Ġpro gress", + "Ġstud ies", + "om ing", + "Ġl ad", + "Ġoff er", + "Ġsurf ace", + "Ġev idence", + "Ġqu ality", + "it ch", + "Ġas king", + "ar ies", + "m ore", + "ur ity", + "Ġsim ply", + "\\uff fd", + "Ġ vers", + "ol es", + "em ember", + "is hing", + "us ion", + "Ġle aving", + "Ġgener al", + "Ġpop ulation", + "Ġhelp ing", + "Ġg ain", + "Ġcol ors", + "im ent", + "Ġpo or", + "ren ch", + "Ġsaf ety", + "Ġaw are", + "n al", + "Ġtechn iques", + "Ġexc ited", + "| \\", + "a ff", + "Ġbr ight", + "- w", + "p ut", + "pp ing", + "Ġch oose", + "Ġdo cum", + "Ġinc red", + "es e", + "Ġf ail", + "ar a", + "Ġwee ks", + "Ġpr im", + "Ġscient ific", + "ic i", + "am a", + "Ġbl ue", + "b on", + "Ġt ou", + "Ġk ing", + "Ġcare fully", + "Ġtrad itional", + "Ġpr inci", + "Ġph one", + "Ġt ast", + "Ġc y", + "Ġpri v", + "Ġg e", + "Ġper haps", + "Ġs ong", + "f l", + "o on", + "ĠA b", + "erv ation", + "Ġth reat", + "Ġst ress", + "ree k", + "Ġpress ure", + "Ġgu y", + "Ġmed ic", + "Ġpur p", + "Ġapp lic", + "ĠM an", + "ĠB r", + "Ġcom pl", + "g o", + "Ġha ir", + "Ġdo ctor", + "Ġour selves", + "Ġp ack", + "ĠW hy", + "ounc il", + "Ġc amp", + "ci ous", + "Ġgirl s", + "Ġde lic", + "od d", + "iv il", + "ap an", + "Ġmeet ing", + "o very", + "Ġknow s", + "g est", + "ac ing", + "ur ch", + "Ġcan not", + "Ġrun ning", + "Ġto m", + "ĠU S", + "Ġc orn", + "Ġst ri", + "ul ations", + "Ġs ite", + "Ġall ows", + "Ġteac her", + "Ġm ention", + "Ġan cient", + "Ġknow ing", + "w are", + "Ġp sych", + "Ġcontin ue", + "Ġpie ces", + "Ġm ount", + "Ġg ather", + "Ġon to", + "Ġref lect", + "ic ate", + "b ol", + "o ices", + "Ġcaus ed", + "Ġschool s", + "p ing", + "Ġb odies", + "E N", + "Ġd anger", + "Ġfor get", + "ĠE ach", + "Ġpe ace", + "i ol", + "Ġle aves", + "c o", + "al es", + "Ġim ag", + "Ġpre v", + "A fter", + "Ġ ver", + "Ġfam ous", + "ill i", + "gr ound", + "P lease", + "h ich", + "Ġeas ily", + "Ġcommun ication", + "Ġcl ot", + "pt oms", + "ĠHe alth", + "Ġnecess ary", + "| |", + "Ġiss ue", + "Ġsoci ety", + "li er", + "ct ions", + "Ġor d", + "Ġem erg", + "Ġpat ients", + "Ġright s", + "Ġc am", + "Ġh op", + "Ġl a", + "Ġmo v", + "Ġ #", + "Ġm is", + "Ġprodu ction", + "ĠC ol", + "Ġinvest ig", + "Ġre ach", + "Ġbir th", + "Ġp oll", + "Ġne g", + "ate ver", + "ĠG erm", + "ide red", + "Ġprodu ce", + "ĠC ar", + "Ġve get", + "Ġpict ure", + "ĠY OU", + "ou b", + "Ġfe ed", + "Ġstud ent", + "ib r", + "Ġmult ip", + "Ġgiv ing", + "Ġproduct s", + "S ome", + "ci ence", + "Ġwr itten", + "duc ing", + "Ġanim al", + "Ġe ating", + "at ives", + "iv al", + "Ġl ower", + "Ġbehav ior", + "se qu", + "ear ch", + "Ġdiffere nce", + "Ġw at", + "Ġre ve", + "oo king", + "l t", + "Ġsk y", + "en ge", + "Ġsh ape", + "ere nce", + "Ġt aught", + "Ġde b", + "Ġt end", + "Ġenvironment al", + "Ġm ist", + "Ġab ility", + "j ust", + "Ġactiv ity", + "Ġeffect s", + "Ġcor rect", + "Ġc os", + "Ġdevelop ed", + "Ġlead ing", + "Ġgu ys", + "Ġre act", + "Ġst at", + "Ġreg ion", + "in ks", + "Ġhe ll", + "air s", + "a u", + "Ġs us", + "Ġcomp an", + "Ġro b", + "ĠI nt", + "ĠD on", + "Ġmil es", + "Ġstep s", + "Ġcru cial", + "Ġc ross", + "Ġmethod s", + "Ġp ull", + "ce an", + "Ġpict ures", + "Ġcons idered", + "Ġstruct ure", + "Ġcreat ures", + "it ation", + "olute ly", + "Ġsh all", + "Ġso ld", + "Ġsp ent", + "e b", + "Ġhe at", + "ust ain", + "Ġmo ving", + "Ġwa iting", + "Ġterm s", + "n am", + "le ment", + "Ġsec ret", + "ys is", + ". '", + "Ġl oss", + "ĠJ apan", + "ĠSt ud", + "Ġgu id", + "us ed", + "Ġmeas ure", + "Ġlot s", + "Ġ i", + "Ġh osp", + "- \\", + "ĠM iss", + "Ġwal k", + "itt ed", + "Ġ ing", + "ĠH ar", + "un t", + "Ġbel ong", + "Ġass ist", + "ĠT oday", + "ress ion", + "Ġc ook", + "Ġ X", + "Ġdesign ed", + "as ons", + "Ġinst ance", + "e pend", + "Ġint ro", + "n ers", + "The se", + "enc ed", + "Ġr ange", + "Ġrec omm", + "Ġgard en", + "al ing", + "Ġd ad", + "Ġim medi", + "Ġcult ural", + "r ay", + "en n", + "ll ed", + "Ġde l", + "Ġspir it", + "Ġwe ight", + "Ġher self", + "May be", + "Ġa ud", + "Ġp ort", + "op h", + "Ġopportun ities", + "Ġn ational", + "Ġde g", + "ĠH ere", + "ĠF rench", + "Ġplay ed", + "Ġm ap", + "Ġplan ning", + "Ġdem on", + "Ġredu ce", + "ĠU nderstand", + "Ġanal y", + "E D", + "Ġm icro", + "Ġh it", + "Ġfre qu", + "it ary", + "Ġset t", + "Ġf resh", + "ĠF rom", + "ĠO ur", + "Ġpart y", + "e ep", + "Ġf at", + "Ġte ach", + "re me", + "Ġr out", + "Ġeff orts", + "rodu ction", + "Ġvide o", + "ff ic", + "Ġglob al", + "Ġro ck", + "Ġstr ange", + "Ġ 0", + "Ġp ic", + "Ġmod el", + "Ġwe ather", + "Ġk id", + "Ġus es", + "ĠE d", + "Ġbal ance", + "F irst", + "U n", + "re g", + "Ġpolic y", + "he t", + "em pt", + "Ġchang ed", + "Ġbir ds", + "Ġswe et", + "Ġd in", + "Ġafter no", + "ĠT HE", + "ac hes", + "ĠE very", + "ir ing", + "s et", + "Ġless on", + "Ġd ro", + "ic les", + "Ġhe ld", + "Ġr ate", + "e en", + "Ġs ource", + "Ġk illed", + "Ġse ven", + "Ġstra ight", + "ord er", + "Ġpos ition", + "ili ar", + "Ġhur t", + "Ġcaus ing", + "in ct", + "Ġw ife", + "Ġform s", + "Ġchem ical", + "ograp hy", + "ens ive", + "Ġkeep ing", + "p es", + "Ġstrong er", + "an na", + "Ġdec ision", + "Ġgl ass", + "H ello", + "Ġappro ach", + "Ġre v", + "Ġmag ical", + "M e", + "Ġrel ated", + "Ġsub st", + "Ġmag n", + "Ġo h", + "uz z", + "Ġallow ed", + "Ġa st", + "Ġfin ally", + "ios ity", + "ĠI m", + "I T", + "ous ly", + "Ġag reed", + "Ġs ources", + "Ġgr ad", + "ĠCan ad", + "Ġcons ist", + "** \\", + "Ġc ases", + "Ġun f", + "Ġafterno on", + "S ee", + "ĠC ount", + "Ġserv ice", + "g ar", + "Ġv oice", + "c les", + "l ict", + "Ġa head", + "Ġh ous", + "Ġpers pect", + "Ġvill age", + "h a", + "om an", + "ĠS u", + "Ġsa ve", + "Ġcl aim", + "Ġmed ia", + "Ġb ra", + "id ge", + "du ct", + "im ately", + "am ie", + "Ġim ages", + "Ġserv ices", + "in c", + "ĠM any", + "Ġgu ide", + "Ġcomp ared", + "ĠK ing", + "Ġr ich", + "anc y", + "ar ily", + "Ġchall enge", + "u ing", + "Ġin nov", + "pp er", + "e gr", + "ĠS im", + "il s", + "f act", + "Ġin j", + "ĠP er", + "o ved", + "Ġdef in", + "Ġser ious", + "an a", + "Ġst ates", + "o e", + "it or", + "ag ed", + "Ġs am", + "Ġpol itical", + "a ur", + "ust r", + "Ġrec ent", + "k y", + "Ġp ick", + "Ġdet ect", + "__ __", + "Ġf em", + "ve re", + "ĠIn tern", + "ific ation", + "Ġassoci ated", + "i ver", + "Ġtr ouble", + "Ġear lier", + "Ġacc ur", + "Ġelect ric", + "Ġobs er", + "Ġb ust", + "ĠP res", + "iv ing", + "How ever", + "Ġincre ased", + "Ġele ments", + "Ġsym bol", + "Ġmin ute", + "Ġsym ptoms", + "ent le", + "h ib", + "Ġcoll abor", + "ĠN e", + "Ġorig inal", + "Ġd ie", + "Ġbelie f", + "Ġnear by", + "Ġf it", + "ri pt", + "Ġdis pl", + "ĠT om", + "Ġfor ce", + "Ġke pt", + "oun ter", + "R E", + "Ġf if", + "m en", + "op s", + "Ġstart ing", + "Ġbas ic", + "Ġb urn", + "ĠA ust", + "Ġsm iled", + "ĠS chool", + "ĠC ons", + "Ġval ues", + "Ġc and", + "Ġpol ice", + "id den", + "Ġse arch", + "= =", + "Ġc ard", + "um e", + "Ġ ?\\", + "ĠL ike", + "Ġrequ ired", + "m b", + "Ġa im", + "or por", + "ag ing", + "Ġconf lict", + "Ġmanag ement", + "Ġrespons ible", + "I D", + "Ġl if", + "ac hing", + "Ġtrans port", + "Ġdr ink", + "est s", + "Ġwonder ful", + "Ġbenef its", + "Ġnorm al", + "b all", + "Ġp le", + "Ġe th", + "ill ing", + "Ġsuggest ed", + "I C", + "ir m", + "Ġj ud", + "ĠPe ople", + "Ġd ry", + "ct ors", + "Ġfl u", + "es tern", + "Ġthe rap", + "Ġp an", + "ic ing", + "ver age", + "Ġv iol", + "Ġwor th", + "Ġlead ers", + "Ġflow ers", + "he red", + "Ġdec isions", + "Ġind eed", + "Ġwe bs", + "Ġmo ved", + "ou l", + "Ġm ental", + "ĠS ec", + "Ġaspect s", + "act ers", + "ĠQ u", + "Ġincred ible", + "Ġw is", + "Ġit ems", + "Ġheav y", + "Ġtw enty", + "Ġtrain ing", + "p id", + "Ġb ill", + "Ġresp ond", + "in ist", + "Ġl og", + "ĠJ ew", + "Ġdiffere nces", + "Ġprot e", + "Ġparticular ly", + "Ġtr uth", + "Ġwho se", + "Ġprov ided", + "ur g", + "Ġdeep er", + "O f", + "Ġb ud", + "Ġcont act", + "Ġpoint s", + "i ation", + "ĠH ist", + "-- \\", + "Ġb orn", + "ĠP ol", + "Ġobject s", + "Ġwere n", + "Ġc ry", + "ĠG en", + "Ġconnect ions", + "Ġcond ition", + "Ġb le", + "iz ations", + "ĠA re", + "Ġsp ot", + "Ġdesc rib", + "Ġd ed", + "Ġd ied", + "ub lic", + "Ġprov ides", + "i xt", + "Ġt on", + "st ood", + "ĠS m", + "ĠW as", + "r am", + "Ġl at", + "th at", + "Ġsurpr ise", + "ur ies", + "Ġex cept", + "ĠW ho", + "Ġappreci ate", + "Ġpub lished", + "Ġhistor ical", + "ut ed", + "Ġbelie ved", + "Ġt ar", + "re et", + "ce ed", + "at hy", + "Ġopportun ity", + "O r", + "ib ly", + "Ġplan et", + "- in", + "w l", + "Ġtrans form", + "Ġmultip le", + "Ġrec ently", + "Ġmon th", + "on se", + "ĠA ct", + "Ġcomp on", + "or ation", + "Ġatt empt", + "Ġmove ment", + "Ġp et", + "ore s", + "os ing", + "Ġfac ed", + "Ġdam age", + "Ġdemon str", + "ĠO f", + "Ġover all", + "umb led", + "f ess", + "ĠP re", + "Ġsum mer", + "a ks", + "y ou", + "ad em", + "Ġarri ved", + "Ġtou ch", + "Ġb ag", + "Ġb ott", + "ce ll", + "Ġm ur", + "ĠR uss", + "Ġav oid", + "Ġeconom ic", + "ch an", + "O ur", + "Ġf ix", + "Ġcur iosity", + "Ġeas ier", + "an w", + "Ġse ason", + "ist ics", + "ĠJ ack", + "ĠAd d", + "it ude", + "Ġl ines", + "Ġsmall er", + "os is", + "ĠF irst", + "Ġcaus es", + "Ġs ustain", + "Ġd om", + "cc ording", + "S ection", + "r or", + "Ġc it", + "en ny", + "ens ion", + "L E", + "Ġ --", + "ĠR ed", + "ord s", + "Ġs ick", + "Ġhapp ening", + "Ġart icle", + "in o", + "Ġh omes", + "ve y", + "Ġatt ack", + "li ver", + "Ġfood s", + "Ġrelationship s", + "Ġtemper ature", + "Ġim age", + "Ġfe ar", + "Ġwe l", + "Ġcou ple", + "p ri", + "Ġachie ve", + "Ġtot al", + "ĠO ver", + "Ġcult ures", + "Ġstud ying", + "Ġprogram s", + "Ġal though", + "Ġact ions", + "Ġp age", + "Ġchar acters", + "ant ly", + "ep t", + "land s", + "Ġl aug", + "ir ty", + "ac king", + "Ġref er", + "Ġcomplete ly", + "Ġcon c", + "Ġfollow ed", + "Ġclos er", + "ĠInst ead", + "Ġst ar", + "N A", + "Ġst ars", + "Ġpract ices", + "Ġdirect ly", + "r im", + "ang ing", + "Ġold er", + "Ġteac hers", + "Ġmess age", + "Ġrece ived", + "Ġgreat er", + "k en", + "ĠG ood", + "Ġoff ice", + "l ies", + "ĠC oll", + "ĠR emember", + "Ġinclud es", + "ĠTh rough", + "ĠD ep", + "Ġe ager", + "ĠD uring", + "ĠE l", + "Ġjo in", + "p re", + "Ġ ut", + "Ġpass ion", + "Ġprep ared", + "A ny", + "k es", + "Ġdo g", + "Ġg rew", + "ĠC ur", + "Ġv ict", + "Ġsee ing", + "Ġsmo oth", + "Ġe c", + "F rom", + "oc ks", + "d d", + "Ġl ink", + "Ġl uck", + "ke y", + "Ġcon duct", + "Ġconnect ion", + "Ġproject s", + "Ġbegin ning", + "Ġfell ow", + "h old", + "r s", + "Ġgo al", + "ĠTh anks", + "Ġconvers ation", + "ĠBrit ish", + "Ġspe ed", + "Ġdi verse", + "ĠAl though", + "om en", + "Ġfin an", + "ĠC o", + "Ġs and", + "Ġf ol", + "ĠT ed", + "ĠCon t", + "at t", + "T itle", + "Ġw ish", + "Ġset tle", + "Ġn av", + "Ġint ell", + "Ġcal cul", + "Ġtr uly", + "Ġt all", + "Ġbec omes", + "Ġindust ry", + "ĠUnderstand ing", + "Ġre view", + "Ġres ist", + "ĠSt ate", + "te red", + "Ġdevelop ing", + "Ġemot ions", + "Ġa f", + "Ġfe atures", + "Ġloc ation", + "Ġwatch ing", + "Ġgot ta", + "Ġing red", + "w ater", + "Ġe gg", + "ĠW h", + "ĠRes earch", + "Ġc atch", + "am in", + "Ġlet ter", + "v est", + "Ġm outh", + "hen s", + "Ġcar bon", + "Ġtri p", + "Ġwhen ever", + "Ġeff ort", + "Ġequ al", + "Ġbust ling", + "id ents", + "ĠP ar", + "Ġtar get", + "Ġm iddle", + "Ġg ives", + "ĠS ee", + "Ġan x", + "Ġlist ening", + "Ġmach ine", + "Ġpurp ose", + "Ġwas te", + "Ġcont ent", + "w or", + "Ġ ir", + "anc ing", + "Ġlaw s", + "u ps", + "es us", + "al y", + "Ġall owing", + "Ġser ies", + "re st", + "Ġin vent", + "Ġbo ard", + "d e", + "Ġn ation", + "ĠS w", + "Ġli br", + "Ġdi et", + "ĠAfric a", + "a res", + "Ġj oy", + "ĠMay be", + "Ġneg ative", + "ĠJ amie", + "ron ic", + "Ġthe ory", + "Ġdetail s", + "Ġto ys", + "Ġnot ice", + "Ġsitu ations", + "Ġsud denly", + "Ġse lect", + "if orn", + "Ġgo ld", + "Ġfriend ly", + "ip ment", + "Ġincre asing", + "Ġre asons", + "uc king", + "Ġet c", + "Ġs ister", + "Ġh ost", + "Ġth ird", + "Ġunder stood", + "Ġthan ks", + "Ġext reme", + "m osp", + "t ies", + "Ġha bit", + "il es", + "Ġtr ack", + "Ġany more", + "Ġsc en", + "Ġpat ient", + "Ġeffect ive", + "Ġboy s", + "Ġg entle", + "Ġst umbled", + "our se", + "y e", + "Ġpro duced", + "Ġadult s", + "N ext", + "s es", + "os es", + "ĠT O", + "Ġv ac", + "Ġal tern", + "Ġdist rib", + "Ġappro pri", + "Ġst orm", + "ĠT ogether", + "Ġcont ro", + "ex ic", + "Ġsm art", + "Ġcar s", + "Ġexc it", + "Ġsn ow", + "c he", + "Ġwe ak", + "Ġbir d", + "Ġmention ed", + "b and", + "Ġb ound", + "Ġconnect ed", + "p ro", + "Ġb acter", + "end er", + "Ġperform ance", + "Ġneighb or", + "Ġdelic ious", + "Ġhosp ital", + "Ġt our", + "it ute", + "Ġch ap", + "ove l", + "Ġpr int", + "ĠCh ina", + "Ġident ify", + "Ġexc l", + "Ġass ess", + "Ġthous ands", + "Ġw anna", + "ic ient", + "Ġr an", + "iforn ia", + "w ise", + "om p", + "Ġtell ing", + "Ġevent ually", + "o v", + "iz es", + "ĠAfric an", + "Ġm ine", + "Ġman age", + "ĠEng land", + "e ch", + "Ġ |", + "Ġg ently", + "Ġn ine", + "Ġcr itical", + "ĠGeor ge", + "Ġwh atever", + "Ġwr ote", + "Ġdi agn", + "i ers", + "t es", + "h ouse", + "Ġd ress", + "Ġnear ly", + "I nt", + "il ing", + "Ġlar ger", + "Ġdev ices", + "Ġstreng th", + "m ber", + "le ar", + "ĠC ity", + "un k", + "ĠR ep", + "Ġpr oud", + "Ġeven ing", + "Ġexerc ise", + "Ġcit iz", + "Ġm aster", + "Ġpre c", + "Ġsl ight", + "Ġtom orrow", + "Ġar r", + "Ġthan k", + "Ġsol utions", + "D r", + "h us", + "Ġn odd", + "Ġbro ad", + "c y", + "re es", + "Ġinclud ed", + "Ġchang ing", + "Ġwin ter", + "z ing", + "Ġc ivil", + "Ġind epend", + "Ġresp onse", + "Ġmiss ion", + "Ġst age", + "ĠM on", + "ĠR ob", + "Ġnam es", + "Ġwal king", + "Ġdocum ent", + "ff ee", + "Ġfin al", + "Ġbeaut y", + "Ġexcit ement", + "Ġh idden", + "Ġqu iet", + "Ġanal ysis", + "c ks", + "r ast", + "Ġc aught", + "Ġp uzz", + "ĠI I", + "Ġp ow", + "Ġmy ster", + "L ike", + "Ġt ax", + "it ect", + "Ġdri ve", + "Ġprom ot", + "U h", + "e v", + "Ġto y", + "Ġmin im", + "al ed", + "Ġse ll", + "Ġra re", + "h am", + "ic ks", + "Ġbe g", + "ĠS ally", + "te en", + "Ġset ting", + "Ġcompan ies", + "Ġl ose", + "as ure", + "Ġu h", + "Ġtr ade", + "olog ies", + "Ġcolor ful", + "- y", + "Ġun it", + "Ġmag ic", + "at hered", + "Ġp ark", + "Ġg un", + "Ġinf ect", + "Ġinc orpor", + "b ack", + "Ġsc reen", + "ĠAr t", + "Ġdeterm ine", + "i us", + "Ġa verage", + "Ġh us", + "ĠM exic", + "Ġsec urity", + "Ġcol on", + "Ġfinan cial", + "m on", + "ĠA pp", + "Ġstand ard", + "ab et", + "Ġad apt", + "C l", + "ĠM ore", + "Ġsuccess ful", + "- st", + "i as", + "Ġa in", + "ell ow", + "b b", + "w w", + "ic ations", + "ĠS cience", + "Ġch oices", + "A L", + "Ġbec oming", + "app oint", + "ri al", + "ain t", + "Ġadd ition", + "Ġoffic ial", + "O T", + "Ġc red", + "Ġb ase", + "Ġem br", + "Ġpain t", + "Ġlangu ages", + "Ġre ached", + "id ay", + "ĠTh om", + "Ġmem ory", + "b ut", + "Ġsome body", + "Ġes c", + "Ġve h", + "Ġstrateg ies", + "o ly", + "Ġgr own", + "Ġsupp osed", + "ĠInd ia", + "Ġcon sequ", + "Ġint egr", + "ĠSam my", + "Ġprofess ional", + "ĠC he", + "Ġc ities", + "oc ol", + "Ġsit es", + "ortun ately", + "Ġent hus", + "Th anks", + "Ġcent er", + "ĠW est", + "Ġbuild ings", + "ĠInd ian", + "ĠA g", + "w ell", + "Ġj ump", + "Ġexam ples", + "reed om", + "ĠD av", + "kn own", + "Ġnodd ed", + "a ul", + "Ġf ing", + "ĠG l", + "ĠTh ink", + "Ġintern ational", + "Ġhu ge", + "if ying", + "ĠCal ifornia", + "Ġen h", + "Ġag ree", + "i ber", + "ĠL ittle", + "oc r", + "ne w", + "Ġdec ide", + "ĠEx actly", + "Ġdig ital", + "ru pt", + "Ġprov iding", + "Ġvir us", + "it ution", + "-b ased", + ": **", + "Ġv ast", + "Ġacc ident", + "Ġcl ub", + "Ġatt end", + "Ġadv ice", + "Ġens uring", + "Ġinflu ence", + "Ġo cean", + "Ġpl ans", + "Ġdisc overy", + "Ġco ast", + "Ġinvol ves", + "Ġopt ions", + "se ct", + "Ġact ive", + "Ġatt ract", + "uc y", + "Ġshow ing", + "Ġequ ipment", + "uff fd", + "m as", + "Ġd ance", + "ra id", + "ĠM in", + "ĠS pe", + "Ġse ction", + "Ġbu ll", + "ra ft", + "os y", + "Ġfind ings", + "Ġop in", + "ĠAmeric ans", + "Ġtrad itions", + "Ġdesc ri", + "Ġex ch", + "Ġat mosp", + "Ġdis p", + "Ġfas ter", + "Ġmil itary", + "P ro", + "W hile", + "as ks", + "Ġmar ried", + "Ġvis ual", + "ĠAust ral", + "fess or", + "A C", + "E T", + "e es", + "Ġimp lement", + "ond on", + "Ġnum er", + "Ġdin ner", + "l ife", + "en ess", + "Ġgo als", + "Ġclear ly", + "- to", + "Ġd aughter", + "ul ate", + "Ġeff ici", + "Ġsol ve", + "Ġc ast", + "Ġd ate", + "Ġsign s", + "c an", + "Ġm id", + "ig en", + "Ġstand ing", + "Ġconcept s", + "Ġintro duced", + "Ġland sc", + "Ġrecomm end", + "u fact", + "ers on", + "Ġcr it", + "Ġsol ar", + "Ġvari ety", + "Ġcon cent", + "O M", + "Ġf ant", + "Ġmat ters", + "Ġimmedi ately", + "Ġu nd", + "Ġpre fer", + "Ġton ight", + "Ġnav ig", + "c ular", + "Ġp en", + "qu e", + "Ġpl ays", + "bs olutely", + "Ġw aves", + "al u", + "Ġser ve", + "os ition", + "Ġbusiness es", + "Ġwind ow", + "s p", + "Ġv ibr", + "Ġloc ated", + "Ġcont ext", + "Ġinst rum", + "Ġadd ing", + "Ġl ack", + "Ġl eng", + "Ġpred ict", + "bo ard", + "S orry", + "ĠC ap", + "ĠP art", + "over n", + "Ġtop ics", + "Ġchalleng ing", + "ter y", + "g n", + "Ġf uel", + "er a", + "Ġd oub", + "Ġevery body", + "Ġtrans l", + "Ġfam iliar", + "Ġregard ing", + "Ġg athered", + "ĠM om", + "Ġqu ant", + "Ġfact s", + "k i", + "Ġh ar", + "Ġturn s", + "Ġcontrib ute", + "Ġpriv ate", + "ĠCount y", + "W ait", + "ĠT H", + "Ġthous and", + "ed eral", + "Ġm ath", + "el ines", + "Ġal ive", + "Ġar m", + "Ġshould n", + "ri ef", + "ĠCanad a", + "ver t", + "ĠS un", + "Ġme chan", + "Ġinterest ed", + "ob ody", + "Ġwal ked", + "ĠM us", + "Ġsu gar", + "Ġstruct ures", + "Ġo x", + "am b", + "ĠL ear", + "Ġcl im", + "Ġdem and", + "Ġe arn", + "Ġmov ie", + "ing u", + "Ġfor ces", + "ist en", + "Ġdiscuss ion", + "Ġjob s", + "Ġf ra", + "ic a", + "Ġex pected", + "Ġcertain ly", + "Ġclose ly", + "Ġclot hes", + "u h", + "ent ially", + "Ġst ick", + "Ġsh ot", + "Ġdec l", + "Ġcare ful", + "Ġspecific ally", + "ĠCent er", + "I V", + "Ġse vere", + "Ġch oice", + "Ġhe ro", + "Ġus er", + "ĠD is", + "Ġdise ases", + "ĠCom p", + "Ġremain ed", + "S T", + "Ġt iss", + "Ġhe aring", + "Ġsu it", + "al k", + "ĠL ondon", + "ĠR ec", + "Ġcomput ers", + "Ġdev ice", + "ĠEurope an", + "Ġaf raid", + "r is", + "Ġmem ber", + "a el", + "v ant", + "Ġn ic", + "ro y", + "Ġco ffee", + "Ġsupp ly", + "Ġhus band", + "Ġtw ist", + "Ġorgan izations", + "Ġdispl ay", + "O W", + "t ime", + "Ġw it", + "ĠB ar", + "ud d", + "Ġfeel s", + "Ġpri or", + "Ġappropri ate", + "n ow", + "Ġs outh", + "ess ion", + "Ġmedic ine", + "Ġ .", + "Ġlet ters", + "Ġform ed", + "Ġfield s", + "Ġp al", + "Ġre pe", + "ig g", + "oll y", + "Ġap art", + "Ġconcer ns", + "Ġsoft ware", + "ĠM al", + "Ġspe aking", + "Ġwork ers", + "Ġdist ance", + "Ġcost s", + "Ġingred ients", + "Ġc ro", + "ord ers", + "T ake", + "_ ,", + "c are", + "Ġf ly", + "ĠP ark", + "ite ly", + "Ġhand le", + "Ġwe ar", + "Ġte a", + "Ġdifferent ly", + "Ġveget ables", + "Ġst yle", + "Ġfocus ed", + "Ġreport ed", + "Ġb ond", + "\\\" \\", + "Ġse eds", + "Ġ /", + "ĠG reen", + "Ġim pl", + "vers ity", + "Ġinterest s", + "Ġfru it", + "ĠPres ident", + "Ġchar ge", + "Ġbenef it", + "Ġdru g", + "N D", + "ot ic", + "ul f", + "Ġinst ruct", + "hip s", + "Ġshap es", + "Ġtast e", + "Ġdanger ous", + "i pp", + "Ġsh ar", + "Ġsh own", + "Ġoff ered", + "Ġadd itional", + "Ġprinci ples", + "Ġu lt", + "il os", + "Ġident ity", + "m ission", + "Ġn orth", + "Ġdiscuss ing", + "Ġcolle ge", + "Ġs itting", + "Ġp aid", + "i ant", + "Ġth us", + "ort hern", + "Ġpr ice", + "Ġrel ative", + "Ġfru its", + "Ġsepar ate", + "Ġn ovel", + "Ġob v", + "ism s", + "Ġcra ft", + "Ġvir t", + "Ġun c", + "ric ult", + "** :", + "Ġexperi enced", + "ĠDep artment", + "ĠO nce", + "Ġrem ains", + "Ġart ists", + "Ġdru gs", + "F inally", + "Ġnot e", + "Ġcoll ection", + "Ġproper ty", + "Ġreturn ed", + "Ġexper iment", + "Ġprot ection", + "ĠM er", + "Ġpl aced", + "ĠCh arl", + "Ġgener ally", + "Ġpract icing", + "E ven", + "n es", + "Ġb ow", + "ĠP at", + "Ġmo on", + "Ġarch itect", + "u ild", + "Ġdo ctors", + "Ġsol ution", + "Ġestab lished", + "Ġc ode", + "Ġe p", + "ub b", + "l or", + "ap ers", + "Ġmat hem", + "Ġst ood", + "ĠC ouncil", + "Ġr ace", + "ĠU sing", + "Ġappro ached", + "Ġjour nal", + "l a", + "ad s", + "Ġte le", + "in ate", + "ĠM ad", + "ri ble", + "enc ies", + "Ġbig ger", + "Ġfil m", + "ĠHist ory", + "Ġm ut", + "ar ian", + "oo per", + "Ġsp oke", + "Ġag ricult", + "Ġslow ly", + "-y ear", + "i verse", + "Ġman ufact", + "Ġins ights", + "w ide", + "Ġhelp ful", + "Ġmind s", + "ĠRe g", + "Ġrelig ious", + "Ġus ers", + "Ġpl at", + "Ġkind s", + "Ġrequ ires", + "Ġtest s", + "aim ed", + "Ġcompon ents", + "Ġf ost", + "Ġh un", + "Ġn in", + "Ġra pid", + "Ġto w", + "Ġre ci", + "Ġdis appoint", + "Ġrece ive", + "e el", + "ar ked", + "Ġtal ked", + "Ġaffect ed", + "m it", + "out hern", + "all ed", + "ap pe", + "Ġsignificant ly", + "Ġprim ary", + "y m", + "Ġnot es", + "ĠR iver", + "Ġbehav i", + "Ġgr ass", + "Ġact ual", + "Ġsc ared", + "Ġcent ral", + "Ġsqu are", + "w hat", + "Ġgener ations", + "Ġest im", + "Ġlim ited", + "h m", + "nd s", + "Ġpur ch", + "Ġhold ing", + "Ġdeterm ined", + "ĠM ost", + "Ġt rib", + "Ġstop ped", + "Ġs ides", + "Ġhor se", + "Ġg od", + "Ġr ise", + "Ġhous es", + "Ġwor ried", + "Ġeffect ively", + "Ġhy d", + "Ġcitiz ens", + "Ġth ick", + "iz z", + "Ġfun ny", + "Ġfin ished", + "Ġbreat h", + "Ġ x", + "Ġt ill", + "Ġme l", + "ĠE duc", + "Ġreal ize", + "---------------- --------", + "n and", + "ing ly", + "Ġbr ings", + "Ġmat ch", + "Ġmanag ed", + "Ġrad io", + "Ġrecord s", + "H is", + "Ġre lease", + "Ġdo ll", + "Ġturn ing", + "Ġcal m", + "G H", + "o ff", + "Ġlar gest", + "Ġbacter ia", + "T wo", + "Ġr ates", + "ĠUn it", + "os ure", + "Ġbelief s", + "l ied", + "ild ren", + "Ġuse ful", + "Ġexp and", + "m ond", + "ul a", + "iss ions", + "Ġexper t", + "Ġtell s", + "Ġexplain ing", + "Ġf ucking", + "ra b", + "ĠD ay", + "Ġsome where", + "Ġnet work", + "Ġbott om", + "Ġb ank", + "Ġf ile", + "om ed", + "ĠA ng", + "Ġsh ip", + "ĠChrist mas", + "Ġr ing", + "ĠG rand", + "Ġany way", + "Ġev alu", + "Ġstre et", + "Ġw arn", + "ch ol", + "Ġad op", + "ger y", + "Ġjo ined", + "ig r", + "Ġj u", + "Ġun us", + "Ġpol it", + "Ġinit ial", + "Ġt asks", + "ic ip", + "ĠW ow", + "ĠCh ar", + "Ġent er", + "Ġdist inct", + "Ġdeep ly", + "Ġst ation", + "se c", + "Ġpolic ies", + "Ġd ire", + "Ġst aff", + "ast s", + "Ġop ened", + "Ġgra ph", + "Ġorgan ization", + "ili ence", + "Ġfight ing", + "Ġp us", + "se e", + "Ġwis dom", + "igen ous", + "ĠO ther", + "An other", + "Ġtherap y", + "an ish", + "om b", + "\\n and", + "Ġch urch", + "ĠJ esus", + "Ex c", + "Ġvers ion", + "ol ved", + "Ġill ness", + "Ġnut ri", + "H i", + "h ab", + "ter ing", + "vent ion", + "Ġadv ant", + "Ġlim it", + "O K", + "id st", + "Ġapp ly", + "ĠV al", + "Ġreal ity", + "Ġbro ken", + "n ie", + "Ġs ac", + "an i", + "ph as", + "Ġcir cum", + "Ġemp athy", + "Ġg ar", + "A M", + "Ġc overed", + "ĠA nt", + "Ġex hib", + "ud denly", + "Ġfl oor", + "Ġproper ly", + "Ġc ooking", + "Ġp un", + "olog ists", + "I I", + "a ign", + "in ated", + "Ġm ad", + "ĠM ich", + "Ġme als", + "Ġra ised", + "Ġput ting", + "Ġatmosp here", + "Ġf ully", + "Ġpoll ution", + "Ġguid ance", + "Ġt ur", + "Ġr ule", + "Ġad just", + "Ġexper ts", + "Ġmo le", + "Ġocc as", + "Ġfig ures", + "- A", + "Ġd y", + "ĠJ an", + "Ġkind ness", + "am ent", + "Ġsex ual", + "Ġg ender", + "Ġwh is", + "Ġal right", + "ap s", + "Ġemot ional", + "Ġl abor", + "ĠM c", + "Ġleg al", + "Ġmaintain ing", + "Ġk it", + "ĠW here", + "ition ally", + "Ġcomfort able", + "or ough", + "Ġf uck", + "ĠO kay", + "Ġconf ident", + "u it", + "Ġin n", + "ĠS erv", + "## #", + "Ġneighbor hood", + "- up", + "ir t", + "Ġbus y", + "Ġsun light", + "Ġprofess ion", + "er o", + "ur ance", + "ĠA ug", + "ter m", + "Ġexpl oration", + "ail s", + "be red", + "ĠL ife", + "Ġhon est", + "Ġbra ve", + "Ġslight ly", + "ĠA c", + "Ġsh it", + "ere nces", + "hing ton", + "Ġser ved", + "Ġfa ith", + "Ġwebs ite", + "- g", + "Ġb ot", + "Ġde light", + "Ġac qu", + "ĠBl ack", + "Ġconsequ ences", + "/ /", + "a ven", + "Ġf ab", + "b re", + "Ġh ol", + "Ġte eth", + "Ġstart s", + "Ġelect r", + "C H", + "ĠH igh", + "Ġthere fore", + "Ġmet al", + "Ġtyp ically", + "Ġconst ruct", + "v is", + "Ġn one", + "Ġn uc", + "Ġwe ap", + "Ġass ign", + "Ġsol id", + "Ġansw ers", + "ĠChrist ian", + "Ġabs or", + "urb an", + "Ġb an", + "Ġwor se", + "Ġspe ech", + "Ġchap ter", + "abet es", + "u k", + "um ent", + "ĠL ucy", + "Ġprev ious", + "A r", + "l am", + "Ġbe at", + "Ġse qu", + "Ġlove ly", + "Ġmom ents", + "Ġaut om", + "ĠMay a", + "Ġmil k", + "oura ge", + "T ell", + "Ġfac ing", + "anw hile", + "ĠW illi", + "ĠD id", + "Ġpre cious", + "Ġrem em", + "Ġmiss ing", + "Be fore", + "Ġt ight", + "Ġin sect", + "ĠI r", + "ant ic", + "ib ilities", + "Ġcre am", + "C ourse", + "h ow", + "Ġ +", + "Ġcomp re", + "Ġcont ract", + "Ġcir c", + "Ġto ward", + "Ġfor t", + "ter day", + "ĠM ary", + "Ġres ilience", + "Ġperspect ives", + "g i", + "t hen", + "um my", + "Ġleng th", + "A D", + "Ġs oul", + "ĠS an", + "ĠR ead", + "Ġoff ers", + "ines e", + "Ġvis iting", + "Ġpresent ed", + "A Y", + "L e", + "er ry", + "Ġsc ene", + "ĠEx c", + "Ġded icated", + "ĠDav id", + "ĠA bsolutely", + "Ġme al", + "Ġr ide", + "ĠU se", + "Ġtop ic", + "Ġdepend ing", + "Ġhu h", + "Ġliter ature", + "Ġelectric ity", + "am ple", + "Ġfor got", + "Ġun s", + "Ġcont ains", + "Ġdist rict", + "ĠInst itute", + "Ġcra zy", + "Ġ# \\", + "Ġjust ice", + "Ġsp orts", + "b its", + "Ġt ask", + "ic y", + "Ġme at", + "Ġpro ced", + "Ġv ital", + "Ġspe ct", + "Ġmod els", + "Ġprocess es", + "ĠJohn son", + "b ook", + "Ġ ign", + "ar ter", + "Ġinter view", + "duc es", + "Ġprom ise", + "Ġill ustr", + "ĠTe chn", + ". com", + "W h", + "at in", + "Ġst one", + "ag ement", + "ĠH ouse", + "ĠO F", + "Ġlead s", + "Ġlead er", + "ĠMar ia", + "ord inary", + "Ġfl at", + "ĠPro fessor", + "ĠDe velop", + "i ety", + "Ġcon v", + "Ġbl ock", + "Ġrel ax", + "pr il", + "ĠMar got", + "Ġpur s", + "Ġcommun icate", + "Ġcustom ers", + "Ġwat ched", + "Ġc ateg", + "am ing", + "ĠS ur", + "ĠJ une", + "Ġfe ature", + "Ġclass room", + "ĠPr ot", + "ĠComm un", + "Ġinsp ired", + ", '", + "d ing", + "um s", + "ĠL ord", + "Ġcre ation", + "Ġadv anced", + "Ġpic ked", + "Ġwit ness", + "Ġdis appe", + "Ġback ground", + "Ġwall s", + "s pect", + "u ous", + "im ents", + "ĠT y", + "ress ed", + "Ġcar ried", + "Ġappe ared", + "Re ally", + "Ġdire ction", + "A b", + "S ure", + "em ents", + "Ġyour s", + "Ġhigh ly", + "St op", + "Ġexist ing", + "Ġlibr ary", + "W ow", + "ou p", + "om y", + "Ġsh oot", + "ĠK eep", + "int s", + "Ġstand ards", + "im s", + "Ġfore ver", + "Ġmess ages", + "rodu ce", + "Ġcon cl", + "olog ist", + "lo ad", + "Ġunus ual", + "c raft", + "Ġqu al", + "Ġref ers", + "oh ol", + "Ġappro x", + "re ts", + "Ġw et", + "ĠS ure", + "ĠGerm an", + "it age", + "Ġcons ult", + "oun ced", + "Ġcap ital", + "A ct", + "T r", + "c ohol", + "Ġt ough", + "ou ds", + "um an", + "Ġcomm and", + "Ġmach ines", + "Ġbe ar", + "Ġis land", + "ĠM or", + "Ġcreat ive", + "Ġter rit", + "g y", + "ĠG overn", + "Ġsupp ose", + "Ġbat tle", + "Ġint rig", + "Ġcreat ivity", + "ĠDes pite", + "e qu", + "y l", + "Ġy ellow", + "Ġsm ell", + "Ġstay ing", + "Ġlad y", + "c hen", + "ent ed", + "Ġsh ut", + "less ly", + "Ġrecogn ize", + "Ġaware ness", + ". .\\", + "Ġbut ter", + "Ġun iverse", + "Ġcl in", + "Ġprep are", + "Ġextra ordinary", + "on ic", + "Ġr id", + "os h", + "Ġsm ile", + "Ġinf ection", + "Ġpain ting", + "ĠTr ans", + "ĠWas hington", + "L isten", + "est ic", + "Ġup set", + "Ġcorn er", + "Ġmathem at", + "ur ally", + "ĠS ince", + "ul ated", + "ĠB oth", + "ĠH arm", + "ĠD ad", + "ĠFr ance", + "Ġdeg rees", + "K ey", + "Ġv ia", + "Ġem phas", + "Ġdraw ing", + "Ġv it", + "Ġsp ring", + "ang ed", + "Ġhealth care", + "Ġcour t", + "ĠEx pl", + "Ġrespons ibility", + "m ar", + "Ġp ounds", + "Ġme re", + "Ġpre gn", + "Ġprom ote", + "Ġtest ing", + "ĠPl us", + "Ġfant astic", + "t t", + "ri age", + "Ġvibr ant", + "' S", + "Ġd ouble", + "im al", + "ant ed", + "od es", + "Ġph ilos", + "Ġmus cles", + "Ġaff ord", + "Ġapplic ations", + "g ment", + "l in", + "ĠM at", + "Ġli e", + "P l", + "he art", + "Ġconst ruction", + "Ġinit i", + "Ġdest roy", + "Ġwel come", + "Ġ ur", + "Ġp ages", + "Ġhigh light", + "Ġlist ened", + "Ġprofess or", + "Ġfem ale", + "i pe", + "Ġs ight", + "Ġd en", + "ĠD NA", + "Ġnumer ous", + "A P", + "Ġb and", + "Ġob st", + "Ġph r", + "Ġeconom y", + "i j", + "Ġm al", + "Ġm ir", + "oc king", + "Ġdream s", + "- S", + "ĠT V", + "Ġam idst", + "Ġac adem", + "Ġrele ased", + "u ary", + "Ġse ed", + "Ġsc ale", + "Ġass um", + "Ġland s", + "Ġblood y", + "Ġintell ig", + "- r", + "c est", + "Ġt ired", + "Ġli qu", + "Ġpre f", + "Ġ* \\", + "Ġsurround ing", + "d o", + "Ġf irm", + "le ction", + "Ġn or", + "Ġtreat ed", + "Ġtemper atures", + "Ġplat form", + "Ġcircum st", + "' ,", + "u pp", + "Ġm ale", + "Ġd ial", + "Ġd rop", + "ro gen", + "ĠM ake", + "Ġr ough", + "oss ible", + "ĠCharl ie", + "Ġc up", + "Ġb rand", + "ell a", + "C on", + "Ġm ob", + "ĠH i", + "Ġsee king", + "ĠUn ion", + "cell ent", + "i pped", + "Ġp ush", + "Ġwh om", + "os en", + "ĠL aw", + "ĠO ct", + "Ġplan ned", + "enc ing", + "ĠM ark", + "Ġex ec", + "Ġn ative", + "ĠM od", + "ak er", + "Ġsp aces", + "ĠCh inese", + "Ġcr ow", + "- I", + "ll s", + "Ġche c", + "n ight", + "ĠS at", + "ess on", + "Ġob tain", + "Ġpat ience", + "Ġsong s", + "Ġre new", + "ch ing", + "ĠG ot", + "Ġexcl aimed", + "Ġd im", + "ot y", + "ra el", + "ĠR oman", + "Ġar ms", + "Ġfun ctions", + "Ġfin ish", + "app y", + "Ġsat is", + "ĠMexic o", + "h ors", + "Ġn erv", + "ĠP al", + "Ġlight s", + "Ġfore ign", + "Ġth ri", + "Ġpr ay", + "Ġcomm er", + "Ġproper ties", + "Ġrelig ion", + "re ement", + "Ġr hy", + "we red", + "Ġcount y", + "Ġpres ident", + "Ġdoub t", + "p en", + "le ep", + "Ġbr own", + "Ġtechn ologies", + "Ġris ks", + "Ġyes terday", + "ĠJapan ese", + "Ġro ot", + "Ġcent uries", + "Ġinvol ve", + "Ġstate ment", + "ĠJew ish", + "W hich", + "Ġwe aring", + "em on", + "ĠP et", + "Ġsur gery", + "Ġstre t", + "\\ \\", + "w ood", + "\\n the", + "Ġr ot", + "ĠB ecause", + "Ġbro ke", + "D uring", + "S E", + "p al", + "ĠG o", + "Ġworld wide", + "Ġvis ited", + "Do es", + "; \\", + "P e", + "Ġ urban", + "Ġs pl", + "Ġc ouncil", + "Ġch ick", + "Ġcare er", + "Ġart ist", + "Ġencoura ge", + "? \"Ċ", + "B l", + "i at", + "Ġt ips", + "ĠS al", + "oc ked", + "Ġfl o", + "Ġcamp aign", + "Ġegg s", + "- term", + "W ould", + "he st", + "Ġl oud", + "Ġmot ion", + "Ġdescrib ed", + "k et", + "m es", + "Ġn ations", + "itt ee", + "Ġkeep s", + "ĠAl so", + "Ġvis ion", + "Ġcap ac", + "Ġb read", + "Ġf reedom", + "Ġn arr", + "Ġli es", + "ĠG et", + "Ġbel oved", + "ĠV ir", + "Ġcreat es", + "Ġhy p", + "g al", + "Ġth in", + "ĠT ex", + "Ġpart ners", + "Ġpr ison", + "Ġgra v", + "up id", + "Ġappe ars", + "Ġsent ence", + "f ield", + "el ve", + "ag ues", + "Ġus ual", + "Ġany body", + "Ġro ots", + "ars h", + "Ġmill ions", + "por ary", + "Ġestab lish", + "ĠAug ust", + "k a", + "as p", + "ĠI N", + "ĠL ou", + "form ation", + "Ġhapp iness", + "Ġdi versity", + "Ġbring ing", + "Ġgl ad", + "Ġentire ly", + "Ġprote in", + "Ġsettle ment", + "u x", + "as y", + "Ġplay ers", + "Ġmeas ures", + "A m", + "G u", + "f ortunately", + "w hel", + "Ġ ...", + "ĠG reek", + "Ġany where", + "Ġsee k", + "Ġdec re", + "Ġtra ffic", + "Ġal oud", + "Ġpres er", + "Ġsw im", + "o om", + "ĠT ur", + "Ġcl ouds", + "Ġsal t", + "ld er", + "un ning", + "el f", + "Ġen em", + "Ġrep orts", + "Ġreg ions", + "Ġfr ame", + "- old", + "d ent", + "Ġres ource", + "Ġinc l", + "Ġac id", + "Ġread ers", + "Ġprop osed", + "wor ks", + "us ing", + "us ive", + "Ġdri ving", + "kn ow", + "Ġclim b", + "S e", + "y a", + "Ġwe alth", + "ĠW ater", + "Ġv ent", + "Ġsoci et", + "Ġox y", + "Ġh ole", + "Ġab ilities", + "el p", + "Ġup d", + "ak ers", + "Ġpres ence", + "Ġra ise", + "com ing", + "Ġexpress ion", + "O ver", + "Ġt ail", + "Ġb rief", + "Ġr ul", + "be ing", + "Ġent ered", + "Ġmem ories", + "Ġident ified", + "Ġsold iers", + "Ġdeg ree", + ": //", + "Ġh ate", + "ĠB illy", + "ĠE ast", + "Ġcl osed", + "Ġclass es", + "com es", + "Ġsurv ive", + "D es", + "or ial", + "en a", + "ell ing", + "Ġadv oc", + "ĠC reek", + "ol f", + "un te", + "ĠSt e", + "Ġcomb ined", + "Ġlat est", + "Ġremem bered", + "om pl", + "ors es", + "Ġmove ments", + "Ġenjoy ed", + "ĠSy stem", + "ĠEduc ation", + "u nder", + "Ġfor mer", + "Ġdr inking", + "Ġinvol ving", + "p ret", + "Ġd er", + "Ġmass ive", + "Ġcompl icated", + "Ġcred it", + "i able", + "Ġt un", + "Ġre ducing", + "id a", + "ĠM arch", + "Ġcall s", + "Ġcomm it", + "rain s", + "Ġstre ets", + "Ġcollabor ation", + "S am", + "Ġf aces", + "Ġp hen", + "ĠA pril", + "ob er", + "Ġevery where", + "Ġinter f", + "T H", + "ro ad", + "se mb", + "Ġsec ure", + "Ġev olution", + "Ġposs ess", + "Not hing", + "Ġconcer ned", + "Ġmot or", + "Ġconvers ations", + "M ar", + "b l", + "ak ed", + "oy al", + "Ġri vers", + "Ġengine ering", + "osy stem", + "ĠHarm ony", + "G ive", + "ĠA h", + "ĠSt ep", + ". g", + "is l", + "our s", + "Ġch osen", + "ĠL a", + "ĠSp anish", + "ĠEm ily", + "Ġmount ain", + "Ġb one", + "ĠS ol", + "el ine", + "Ġother wise", + "Ġfl ag", + "Ġaffect s", + "Ġinit ially", + "Ġapplic ation", + "ĠAustral ia", + "f ound", + "v ision", + "Ġl unch", + "Ġsu c", + "ĠSim ilar", + "P er", + "b al", + "Ġan cest", + "Ġcons id", + "Ġexp osure", + "Ġocc urs", + "ĠQ ue", + "Ġsud den", + "ĠTex as", + "et ry", + "\\\" ,", + "os ite", + "Ġdec ades", + "Ġans wered", + "Ġaltern ative", + "Ġc ere", + "Ġse at", + "Ġpl astic", + "Ġoff ering", + "Ġco al", + "Ġpartic les", + "ĠIntern ational", + "Ġmyster ious", + "Ġenthus i", + "e k", + "Ġ iron", + "Ġfa ult", + "Ġfol ks", + "M hm", + "Ġocc up", + "Ġbill ion", + "Ġapprox imately", + ". C", + "Ġ !\\", + "Ġm ax", + "Ġal cohol", + "ĠD a", + "ĠD isc", + "ĠJ our", + "Ġgood s", + "Ġanx iety", + "i ot", + "ĠC r", + "Ġeduc ational", + "Ġfair ly", + "Ġspend ing", + "Ġcarry ing", + "Ġtiss ue", + "Ġs chol", + "es sel", + "Ġrem ove", + "Ġsk ill", + "Ġdi abetes", + "Ġforest s", + "Ġcircumst ances", + "e ath", + "Ġl un", + "and er", + "Ġstr uck", + "Ġtal es", + "Ġset s", + "Ġsmo ke", + "Ġcop y", + "Ġexcited ly", + "Ġcompre hens", + "f ord", + "om ic", + "Ġtrans fer", + "Ġed ge", + "ĠGerm any", + "Ġbeg ins", + "Ġw est", + "Ġf ro", + "ĠI S", + "Ġtw ice", + "Ġfl ood", + "Ġimpro ving", + "Ġbas is", + "Ġdescri be", + "r ome", + "Ġth irty", + "ber t", + "Ġfriends hip", + "ograph ic", + "Ġkit chen", + "W as", + "Ġso le", + "Ġimp ossible", + "Ġtown s", + "ĠBe fore", + "Ġdeal ing", + "Ġaccur ate", + "R es", + "Ġp ig", + "ac les", + "Ġex cess", + "Ġro les", + "Ġdesign s", + "ĠIs rael", + "Ġmot iv", + "Ġobser ved", + "Ġs orts", + "Ġw ine", + "Ġc ab", + "Ġshe l", + "Ġind ic", + "Ġprotect ing", + "c ast", + "ar row", + "ut ing", + "ĠS T", + "ĠA ccording", + "ĠM et", + "pl ace", + "ĠR ich", + "Ġsa v", + "Ġsafe ly", + "Ġf lying", + "Ġst y", + "ĠA ss", + "ra w", + "Ġr ac", + "ĠJ ames", + "Ġacc ompl", + "Ġenjoy ing", + "Ġcut ting", + "M om", + "f all", + "n ic", + "res p", + "Ġperfect ly", + "Ġremind ed", + "Ġaud ience", + "s he", + "Ġc ore", + "it a", + "an ch", + "Ġd ust", + "Ġh ung", + "ate ll", + "ĠW ill", + "Ġdo gs", + "omet hing", + "ĠDes mond", + "Ġgain ed", + "Ġb oo", + "Ġp air", + "Ġh at", + "Ġimpro ved", + "Ġwild life", + "- B", + "u ate", + "Ġ ]\\", + "Ġc ounter", + "ĠS ept", + "ĠJ e", + "Ġdis hes", + "Ġevery day", + "Ġro of", + "Ġem issions", + "Ġfocus ing", + "Ġharm ful", + "Ġshar p", + "i ar", + "ol ic", + "ĠO b", + "are t", + "Ġapp lied", + "Ġadvent ures", + "Ġadm inist", + "W ill", + "f riend", + "re y", + "Ġc ooper", + "ad ed", + "ĠW r", + "Ġv oc", + "Ġv ary", + "ĠP aul", + "Ġtrad ition", + "Ġemerg ency", + "C ur", + "at ically", + "ri an", + "Ġr u", + "ĠF am", + "Ġdeterm ination", + "Ġfif ty", + "Ġoxy gen", + "p ic", + "Ġl osing", + "Ġcr iter", + "Ġrad iation", + "Ġlay er", + "Ġstrugg le", + "Ġmix ed", + "H er", + "a way", + "Ġd at", + "al d", + "ad ing", + "ce nd", + "ĠM ount", + "ick y", + "Ġcurrent ly", + "Ġchemical s", + "Ġinstruct ions", + "c ri", + "Ġn obody", + "ĠM ia", + "ist ry", + "Ġgen etic", + "Ġtechn ique", + "by e", + "Ġrepres ents", + "- e", + "M an", + "i en", + "r ition", + "v a", + "Ġb ought", + "Ġf ill", + "Ġdis order", + "Ġsec rets", + "Ġsol ving", + "Ġadv ance", + "Ġconcer n", + "Ġintern et", + "Ġfarm ers", + "Ġauthor ity", + "ĠT wo", + "Ġcreat ure", + "Exc use", + "e ge", + "Ġh orses", + "ĠI T", + "if ts", + "Ġr at", + "ĠP eter", + "Ġapp oint", + "Ġyoung er", + "Ġamount s", + "Ġcompet ition", + "Ġextreme ly", + "ĠCap tain", + "P A", + "g u", + "or a", + "ag ue", + "Ġcom ment", + "art s", + "ĠU p", + "Ġcall ing", + "Ġsc at", + "Ġend ed", + "Ġter rible", + "Ġregular ly", + "Ġhop ing", + "Ġec osystem", + "Ġp ond", + "Ġbe ll", + "Ġv ul", + "Ġle gs", + "Ġhad n", + "Ġop ening", + "for ce", + "ent h", + "Ġpart ies", + "Ġro cks", + "ĠAs soci", + "Ġgener ation", + "Ġcam era", + "Ġnutri ents", + "k in", + "Ġwe b", + "Ġex cellent", + "un ny", + "Ġch ose", + "el es", + "Ġcommon ly", + "Ġmount ains", + "ĠIntern et", + "T immy", + "Ġf ederal", + "om a", + "ion ally", + "op hy", + "ĠK ore", + "Th rough", + "Ġmus cle", + "ĠT ra", + "ĠR el", + "Ġun like", + "Ġag es", + "tern al", + "Ġmin or", + "Ġpop ulations", + "Ġsustain able", + "er ation", + "Ġc ards", + "Ġv ot", + "Ġv essel", + "Ġdis ag", + "ass ion", + "Ġdisc rim", + "ĠSo ci", + "Ġscient ist", + "P h", + "c ause", + "g le", + "h an", + "Ġh oney", + "Ġn est", + "Ġre duced", + "Ġpl enty", + "Ġint ric", + "ĠO wl", + "Ġover whel", + "ĠIn ter", + "Ġtransport ation", + "or g", + "an es", + "Ġde li", + "ci pl", + "Ġcons ervation", + "Ġposs ibly", + "Ġwat ers", + "ocol ate", + "Ġconcent r", + "P S", + "Ġhe s", + "Ġli ked", + "Ġch at", + "um ber", + "ang ers", + "ens es", + "Ġsc hed", + "ub e", + "Ġviol ence", + "Ġnic he", + "z en", + "Ġmy st", + "Ġpoint ed", + "ĠEn vironment", + "Ġreve aled", + "A ccording", + "c hers", + "st e", + "ĠM il", + "ĠW estern", + "iv eness", + "ĠIn c", + "Ġaut hors", + "ogn itive", + "Ġbud get", + "C T", + "op y", + "Ġpo ly", + "het ic", + "Ġs en", + "at o", + "qu ir", + "Ġout comes", + "ĠCh urch", + "Ġs ixt", + "Ġh ide", + "Ġal t", + "Ġwr it", + "Ġgen e", + "Ġdiscuss ed", + "Ġvol unte", + "Ġrele vant", + "Ġord inary", + "Ġguid elines", + "Ġf le", + "ur t", + "ĠB ra", + "ĠD ist", + "Ġco zy", + "Ġheart s", + "ik i", + "Ġann ual", + "Ġang ry", + "Q u", + "ic king", + "ĠF eb", + "Ġinc ome", + "Ġem pt", + "Ġcr is", + "ĠRe v", + "Int roduction", + "Ġcro ps", + "Ġt ro", + "ed ia", + "Ġf ert", + "Ġg al", + "Ġk iss", + "Ġno ise", + "Ġbl ocks", + "Ġstud ied", + "ĠSo cial", + "AS A", + "Ġlandsc ape", + "- th", + "ĠD ef", + "Ġdep ression", + "== ==", + "Ġabsor b", + "w hich", + "er ves", + "Ġg iant", + "Ġcollect ed", + "Ġsubject s", + "L esson", + "Ġt um", + "ap y", + "Ġthr ow", + "Ġharm ony", + "ĠEm ma", + "Ġperspect ive", + "Ġch ief", + "Ġsp r", + "ĠCon f", + "Ġconst ant", + "Ġprofession als", + "Ġnuc lear", + "Ġnerv ous", + "Ġphen omen", + "b urg", + "Ġun less", + "Ġexpl an", + "Ġcap able", + "Ġbirth day", + "ĠMich ael", + "i pping", + "Ġe ast", + "Ġcont em", + "Ġhouse hold", + "Ġsurpr ised", + "Ġast ron", + "Pe ople", + "re ate", + "Ġha bits", + "Ġpart ner", + "Ġfl ower", + "Ġalong side", + "Ġre b", + "ĠM iddle", + "Ġdirect or", + "Ġstreng then", + "Ġmax im", + "Ġo ption", + "Ġin ner", + "Ġn urs", + "ir ation", + "Ġar rest", + "Ġte en", + "ĠIt s", + "ren ce", + "Th ose", + "ĠPro gram", + "con t", + "Ġrest aur", + "Ġhundred s", + "Ġf lex", + "Ġd u", + "ĠM a", + "Ġsh oes", + "Ġch a", + "Ġsim pl", + "ĠIs lam", + "Ġele ment", + "Ġmanag ing", + "Ġscen ar", + "ĠVir gin", + "S ince", + "Ġto x", + "ce l", + "Ġpro ve", + "um n", + "Ġar my", + "cept ion", + "Ġtreat ments", + "ĠExc ited", + "ĠA ND", + "Ġdistrib ution", + "Ġmole c", + "Ġb ones", + "Ġh ang", + "Ġst upid", + "ĠC or", + "Ġbr illi", + "Ġrem ark", + "ĠIs land", + "Ġpay ing", + "Ġpromot ing", + "R O", + "U T", + "y c", + "Ġne ck", + "ab ilities", + "Ġac know", + "Ġpass ing", + "Ġmar vel", + "Ġorig in", + "eel ing", + "G reat", + "Ġne ither", + "Ġint roduce", + "Ġam b", + "Ġmon it", + "Ġoccur red", + "Ġstat us", + "Ġfab ric", + "S ometimes", + "is her", + "Ġbe ings", + "ĠC ong", + "Ġdo ors", + "Ġpl ot", + "-- -\\", + "Ġcr ime", + "Ġdocum ents", + "ĠGen eral", + "Ġresist ance", + "M ore", + "f ast", + "as ters", + "ĠCh ic", + "app ing", + "Ġparticip ants", + "Ġsam ple", + "Ġexch ange", + "r ics", + "Ġs ke", + "Ġth read", + "Ġhe ight", + "Ġch air", + "ens ity", + "Ġfl ight", + "Ġfil es", + "Ġstrateg y", + "Ġrequire ments", + "ĠGeor g", + "Ġprote ins", + "Ġadvant age", + "Ġfor ced", + "ag o", + "Ġwhe el", + "Ġphot ograph", + "Ġindust rial", + "Ġfrequ ently", + "Ġopin ion", + "l ers", + "Ġh orm", + "ig ration", + "Ġmost ly", + "ĠPl an", + "ĠHarmony ville", + "' T", + "Ġc her", + "it o", + "Ġth orough", + "Ġr ice", + "ĠL ook", + "ĠAs ia", + "Ġmov ies", + "or ter", + "ĠC O", + "Ġinter pret", + "Ġsett led", + "ĠAdd itionally", + "Ġconsid ering", + "or age", + "ac he", + "ĠA ut", + "ĠH y", + "ĠP ort", + "ĠAr ch", + "Ġworks h", + "-t ime", + "Ġinnov ative", + "I ON", + "k ins", + "p a", + "en ry", + "ic ians", + "ĠL atin", + "ĠO ld", + "Ġsp in", + "Ġpr ices", + "Ġstand s", + "Ġprep aring", + "Ġmist ake", + "Ġpow ers", + "- C", + "c ing", + "p oint", + "ĠC arl", + "Ġse lling", + "Ġsp ark", + "Ġdy nam", + "ĠOct ober", + "v as", + "am ps", + "ĠS et", + "ĠS und", + "ĠD ec", + "ĠF ore", + "ĠN at", + "Ġher itage", + "Ġorgan ic", + "ĠSm ith", + "Ġvul ner", + "U S", + "h and", + "ĠA v", + "ĠM E", + "ĠJ uly", + "Ġfew er", + ". )", + "V E", + "ĠS er", + "ĠP ac", + "Ġdis h", + "end ing", + "Al though", + "Ġsupp lies", + "Ġart icles", + "Ġresult ing", + "cient ists", + "E n", + "ar ation", + "Ġfor th", + "Ġpl ate", + "av ors", + "ps on", + "M ost", + "T w", + "Ġm ood", + "Ġst ro", + "ĠS uddenly", + "ol ving", + "ĠD et", + "ĠO K", + "ove mber", + "Ġsign al", + "Ġinform ed", + "viron ments", + "Ġopp osite", + "Ġappear ance", + "Ġrefer red", + "ĠSimilar ly", + "Ġ id", + "it z", + "ed ing", + "Ġl ying", + "Ġde liver", + "ob b", + "ph one", + "Ġmus e", + "ĠCent ral", + "I M", + "Ġa id", + "as tern", + "Ġnew found", + "Ġco ord", + "Ġnat urally", + "Ġoper ations", + "Ġdiv ided", + "ĠAb out", + "ĠStud ents", + "- re", + "M any", + "i ance", + "t les", + "Ġt ick", + "Ġc art", + "Ġhard er", + "Ġincre ases", + "Ġenc ounter", + "Ġobs erv", + "Ġnews p", + "Ġbar ri", + "Ġbreat hing", + "Ġenh ance", + "uild ing", + "d a", + "o ving", + "in ations", + "Ġf est", + "oo sing", + "um ents", + "ru ary", + "Ġeff icient", + "Ġmo ves", + "anc er", + "Ġexp ensive", + "Ġtreat ing", + "Ġben eath", + "ĠComm on", + "Ġobser ving", + "Ġconflict s", + "at oes", + "ad o", + "ĠM art", + "ĠR ight", + "ĠCh ildren", + "Ġcharacter istics", + "J ohn", + "V ery", + "m itted", + "Ġp apers", + "ĠH aw", + "Ġtw elve", + "Ġcount less", + "ruct ure", + "Ġdiscuss ions", + "Ġcrow d", + "L D", + "he ro", + "Ġl ic", + "Ġact ing", + "Ġend s", + "Ġhig hest", + "Ġassist ance", + "y n", + "Ġ ...\\", + "Ġfl our", + "Ġsur vey", + "Ġfact or", + "Ġbre aking", + "Ġorgan ized", + "Ġmult i", + "Ġsens itive", + "ĠSept ember", + "S ir", + "Ġt ape", + "Ġb es", + "Ġf oss", + "il a", + "un ction", + "Ġspirit ual", + "ĠColl ege", + "Ġrelative ly", + "f ather", + "ĠU s", + "ens ions", + "Ġent ertain", + "Ġequ ally", + "Ġsupport ing", + "Ġmiss ed", + "Ġdefin itely", + "Ġsmooth ly", + "ĠThom as", + "u ce", + "ĠM el", + "Ġal g", + "ĠU N", + "Ġown ers", + "Ġfas h", + "Ġsymbol s", + ") :", + "L ast", + "Ġp ound", + "Ġh all", + "Ġst uck", + "Ġse m", + "Ġown er", + "Ġwond ers", + "Ġant i", + "Ġembr acing", + "Ġcapac ity", + "Ġintric ate", + "T HE", + "ĠH ol", + "Ġen vironments", + "Ġinv ited", + "Ġrequ est", + "ĠCon st", + "ĠDo es", + "Ġlay ers", + "ĠMed ic", + "Ġpsych ology", + "ĠServ ice", + "T ER", + "Ġw ire", + "Ġst ones", + "ĠO liver", + "Ġoper ation", + "Ġintern al", + "Ġprec ise", + "S p", + "Ġm er", + "Ġu pper", + "os al", + "ap es", + "Ġwarm ly", + "rel ated", + "Ġcolle agues", + "Ġfing er", + "s w", + "al t", + "um a", + "Ġcr im", + "Ġens ures", + "Ġcontain ing", + "Ġdisappoint ed", + "' .", + "Ġs outhern", + "ĠM ag", + "own ed", + "Ġexper iments", + "ĠTh ank", + "Ġwide ly", + "Ġmur der", + "Ġbehavi ors", + "l ie", + "Ġ ought", + "ic ul", + "Ġre aching", + "ĠF ood", + "ĠSt reet", + "Ġprom ised", + "Ġimpact s", + "Ġcapt ure", + "G r", + "l im", + "Ġm ent", + "ĠT ime", + "Ġcont rast", + "Ġag reement", + "Ġbr anc", + "ĠTh ose", + "Ġmar riage", + "Ġdr am", + "Ġdetail ed", + "C he", + "ĠM s", + "Ġcomp ar", + "Ġres idents", + "Ġgu ard", + "gr ounds", + "Ġgather ing", + "Ġcry st", + "Ġcommer cial", + "ĠSoci ety", + "is y", + "Ġg ro", + "ch ar", + "ĠL ake", + "ĠO ff", + "hes is", + "Ġbo at", + "ĠSu pp", + "Ġconc lud", + "Ġacadem ic", + "Ġliqu id", + "W H", + "e g", + "Ġd ut", + "Ġhe y", + "Ġsh ad", + "ĠD i", + "Ġgr ade", + "Ġhas n", + "Ġbrain s", + "Ġearth qu", + "Ġclot hing", + "Ġelectr ical", + "S c", + "i ology", + "Ġb ath", + "am n", + "riend ly", + "Ġpresent ation", + "go ing", + "Ġdeb ate", + "Ġveh icle", + "N ew", + "g on", + "ic ked", + "ect ive", + "ĠR o", + "ang es", + "Ġtal e", + "Ġgreat est", + "Ġvisit ors", + "Ġencoura ged", + "- D", + "- day", + "E m", + "Ġy ield", + "Ġg all", + "ul s", + "ĠN or", + "Ġact s", + "Ġbl ind", + "ific ial", + "Ġform ing", + "Ġlo ves", + "Ġoffic er", + "Ġking dom", + "Ġmist akes", + "Ġrout ine", + "Ġfash ion", + "B T", + "Ġp in", + "Ġin hab", + "Ġn orthern", + "Ġbe ach", + "id ers", + "il it", + "Ġconf idence", + "Ġrest rict", + "Ġsing ing", + "ĠFr anc", + "ĠRuss ia", + "Ġobv iously", + "ĠChar les", + "- like", + "Ġt ip", + "Ġm m", + "Ġl it", + "ĠW il", + "Ġch ocolate", + "Ġle ge", + "Ġint ense", + "ĠO ut", + "Ġun ivers", + "Ġshow c", + "Ġpot entially", + "ĠSc ot", + "E E", + "h s", + "t ical", + "it utions", + "Ġf al", + "Ġf av", + "Ġl emon", + "ĠC y", + "Ġsh out", + "Ġwond ering", + "Ġphot os", + "m other", + "s hip", + "ĠT im", + "ĠA rab", + "Ġeng age", + "Ġdepend s", + "Ġaccept ed", + "Ġveh icles", + "Ġinstrum ents", + "gy pt", + "Ġrhy th", + "Ġ Ġ", + "he nt", + "ĠA p", + "oo gle", + "ri a", + "Ġra nd", + "Ġdep artment", + "ĠBrit ain", + "Ġcelebr ate", + "Ġdro pped", + "Ġinj ury", + "Ġult imately", + "Ġb oss", + "Ġse vent", + "ess ions", + "Ġdec or", + "Ġcontin ues", + "Ġdef ined", + "Ġsuggest s", + "ĠWilli am", + "Ġempt y", + "ĠVirgin ia", + ") ;", + "Ġth inks", + "Ġg reet", + "ow ed", + "ĠJ o", + "Ġro ll", + "Ġem ail", + "Ġgra b", + "Ġsignific ance", + "ĠFr ank", + "Ġexist ence", + "Ġeffici ency", + "Ġrapid ly", + "I m", + "R I", + "w ith", + "Ġs atell", + "Ġn arrow", + "os a", + "Ġthem es", + "Ġad ap", + "Al right", + "ĠSo on", + "Ġindepend ent", + "T oday", + "l as", + "ĠM ac", + "Ġpl us", + "Ġpr on", + "Ġseem ingly", + "Ġrun s", + "Ġprotect ed", + "Ġfall ing", + "ĠGreat er", + "Ġrob ot", + "ĠSw ed", + "G od", + "e al", + "Ġm ort", + "Ġp ed", + "Ġint ended", + "Ġplan e", + "ĠSp ace", + "ok en", + "Ġsuc ceed", + "T S", + "a ult", + "d it", + "p are", + "on ed", + "og ue", + "Ġart s", + "resp ond", + "O S", + "g a", + "Ġ :", + "Ġ ..", + "Ġt it", + "Ġw id", + "Ġis ol", + "ĠN ASA", + "Ġtravel ing", + "Ġremain ing", + "On ly", + "ĠSe a", + "Ġhon or", + "ĠWh ite", + "C ould", + "Ġg ift", + "ĠI dent", + "ĠS l", + "ce mber", + "Ġli kes", + "Ġcl oud", + "Ġview s", + "Ġparticip ate", + "in ter", + "ate ful", + "Ġch ain", + "ĠY et", + "Ġins urance", + "Ġdist urb", + "ĠOr gan", + "Ġsurpr ising", + "Ġperiod s", + "Ġmajor ity", + "Ġimm une", + "ĠTom my", + "Ġbrilli ant", + "re te", + "ĠC am", + "Ġk il", + "ag ers", + "Ġun ity", + "Ġgen es", + "Ġcr ack", + "Ġbig gest", + "Ġmind ful", + "ĠPh il", + "Ġinnov ation", + "ĠRuss ian", + "Ġnavig ate", + "ĠPac ific", + "G ot", + "Ġw ed", + "nd rome", + "Ġy e", + "Ġfor ty", + "if orm", + "ĠC le", + "Ġch ronic", + "ĠL and", + "Ġimp ress", + "Ġbu ying", + "Ġdi am", + "Ġaffect ing", + "ĠFr iday", + "ĠEm p", + "Ex ample", + "Ġconcl usion", + "Ġrand om", + "C os", + "E M", + "Ġf ancy", + "ĠC ome", + "ĠE gypt", + "Ġel im", + "angu age", + "-l ife", + "Ġneighb ors", + "Ġut il", + "Ġmyst ery", + "L ittle", + "u ge", + "ou red", + "as hed", + "Ġfor g", + "Ġer a", + "Ġrem oved", + "Ġra w", + "Ġ** \\", + "Ġsurround ed", + "Ġluck y", + "Ġbound aries", + "Ab out", + "Ġbranc hes", + "- M", + "l ines", + "z ed", + "us es", + "Ġst om", + "ĠS ub", + "ĠO N", + "ĠPro ject", + "ĠCl ass", + "Ġlab el", + "ĠJan uary", + "u an", + "Ġp ra", + "Ġit em", + "Ġst ead", + "ĠD irect", + "ie ce", + "Ġsa ved", + "Ġconf used", + "Ġtri al", + "ox ide", + "Ġble nd", + "ĠFeb ruary", + "b or", + "u ke", + "v an", + "ic it", + "ĠA D", + "ĠF red", + "ish ment", + "Ġplay er", + "Ġloc ations", + "Ġteam s", + "ĠAm ong", + "Ġregard less", + "Ġburn ing", + "Ġvirt ual", + "Ġtrib es", + "ĠAssoci ation", + "A d", + "ĠC ivil", + "ĠW he", + "ell e", + "Ġinst all", + "Ġwee ke", + "Ġsw itch", + "Ġcapt iv", + "Ġconsum ption", + "Ġpull ed", + "omed ay", + "T e", + "al le", + "Ġh tt", + "oo s", + "cer tain", + "Ġsecond s", + "Ġcust oms", + "Ġexerc ises", + "Ġweap ons", + "C E", + "N ever", + "ĠA ir", + "Ġinc hes", + "Ġapp arent", + "Ġchild hood", + "P re", + "Ġw ave", + "ĠM use", + "Ġpro ducing", + "ĠP ublic", + "ĠF ound", + "Ġbl ank", + "Ġreal izing", + "Ġmo ist", + "Ġide al", + "ĠThom pson", + "e or", + "in ent", + "Ġf ool", + "nt he", + "Ġle af", + "Ġun its", + "Ġrem ote", + "Ġstr ict", + "Ġpo ver", + "ĠWe b", + "ĠInd ians", + "Ġauthor ities", + "Ġtot ally", + "ĠCar ol", + "- le", + "P r", + "ro g", + "Ġal ike", + "Ġdis orders", + "Ġnew ly", + "Ġche st", + "Ġess ay", + "Ġperform ed", + "Ġesc ape", + "Ġchick en", + "Ġf ought", + "Ġst em", + "ill a", + "ĠB el", + "ĠJ ake", + "Ġeng aged", + "Ġrepresent ed", + "Ġrecogn ized", + "Ġprim arily", + "Ġvac c", + "Ġcriter ia", + "Ġpover ty", + "Ġf urn", + "ĠL es", + "ĠF in", + "Ġun known", + "I nd", + "U R", + "h ire", + "u ct", + "er ved", + "Ġstr ing", + "Ġobs erve", + "Ġfascin ated", + "cul iar", + "Ġcy cle", + "Ġsam ples", + "Ġsty les", + "A lex", + "p y", + "r ors", + "Ġb ul", + "ar i", + "Ġin put", + "Ġe ars", + "ut s", + "\\\" .\\", + "ol t", + "ond ay", + "Ġpract ical", + "Ġmag az", + "rol og", + "Ġabs olutely", + "Ġexpect ations", + "ĠPar is", + "Ġgal ax", + "ĠT ake", + "ĠC ath", + "Ġpe culiar", + "ĠUn cle", + "Ġref erence", + "Ġext ract", + "Ġav o", + "Ġdifficult y", + "Ġsus pect", + "Ġrev olution", + "Ġinj uries", + "Ġlink ed", + "R ead", + "c ript", + "Ġch ann", + "ĠN ature", + "Ġun cle", + "ĠTh ough", + "ĠEn ergy", + "Ġsal es", + "Ġanaly ze", + "O D", + "\\ nd", + "o ard", + "ot a", + "ĠT w", + "Ġst im", + "ĠS af", + "ch o", + "um es", + "ĠN ovember", + "og en", + "ict or", + "Ġcre w", + "Ġconnect ing", + "rop ical", + "Ġinsect s", + "p an", + "et te", + "ĠB ig", + "Ġcomp assion", + "Th ree", + "Ġgovern ments", + "Ġlaw y", + "Ġcomb ination", + "Ġnecess arily", + "Ġroad s", + "Ġeager ly", + "Ġeffici ently", + "Ġt itle", + "ĠB as", + "ĠW ork", + "ĠJ ud", + "Ġcor respond", + "Ġann ounced", + "Ġarchitect ure", + "B r", + "B ack", + "w est", + "Ġc ourage", + "ĠS en", + "Ġal ign", + "Ġun iversity", + "uc ks", + "ĠSt r", + "Ġvis ible", + "Ġmur d", + ". D", + "P ut", + "U m", + "u a", + "ou nce", + "ri e", + "Ġsh ift", + "Ġv an", + "Ġpre m", + "ĠAn other", + "Ġcomple ted", + "Ġcollect ing", + "Ġfoot ball", + "Ġpurp oses", + "Ġdefin ition", + "Ġeth ical", + "Ġobst acles", + "Ġschol ars", + "Ġdiscrim ination", + "Ġc ub", + "Ġh oles", + "as ant", + "am ental", + "ol ve", + "ant ing", + "Ġdis aster", + "Ġra il", + "Ġconf ir", + "Ġmar ine", + "Ġprocess ing", + "Ġbas ket", + "Ġdep th", + "Ġsuff er", + "Every thing", + "Ġhabit at", + "ĠRep ublic", + "Ġestim ated", + "ĠJour nal", + "H old", + "R emember", + "Ġst orage", + "ur ry", + "Ġr om", + "ust ration", + "Ġpro of", + "Ġv ote", + "Ġso cc", + "Ġun w", + "Ġreg ulations", + "ĠUn fortunately", + "Ġleg isl", + "Ġrecomm ended", + "Ġimmedi ate", + "Ġbot tle", + "ĠDevelop ment", + "ĠGovern ment", + "Ġpreser ving", + "Ġcomprehens ive", + "- and", + "in ity", + "Ġc ash", + "el ess", + "ĠF arm", + "Ġsupport ed", + "Ġengine ers", + "Ġgrav ity", + "ĠMuse um", + "Ġsocc er", + "Ġc ognitive", + "Ġp ure", + "ic ial", + "as ures", + "Ġas ide", + "ĠC and", + "ĠD O", + "Ġmon itor", + "Ġtreat s", + "Ġcor por", + "Ġrepresent ing", + "Ġpeace ful", + "ĠCons ider", + "Ġincreasing ly", + "Ġs omeday", + "it is", + "an ny", + "st airs", + "Ġwas h", + "ĠB E", + "Ġle an", + "ĠJ er", + "Ġacc omp", + "ib l", + "Ġant ib", + "Ġsurv ival", + "____ ____", + "Ġbow l", + "ĠSund ay", + "- n", + "Ġyou th", + "ĠC are", + "and a", + "Ġwill ing", + "Ġfl avor", + "Ġconduct ed", + "ul um", + "ĠB et", + "ĠB ible", + "ĠN ative", + "ber g", + "Ġsy n", + "Ġmed ium", + "ĠSp ain", + "Ġappreci ation", + "Ġprev iously", + "Ġcorrect ly", + "Ġintellig ence", + "Ġhes it", + "k er", + "m ark", + "Ġto oth", + "ter ies", + "ĠP ract", + "ĠR ome", + "Ġover come", + "Ġexam ine", + "Ġphot o", + "Ġfeed back", + "Ġreact ion", + "ĠHar ry", + "Ġsatis f", + "w ing", + "Ġt ack", + "ll a", + "out s", + "ĠJ oe", + "Ġsuff ering", + "ĠCur ious", + "Ġstom ach", + "L A", + "Ġs ession", + "Ġc oc", + "Ġre in", + "ĠI re", + "ut en", + "ĠA ny", + "Ġro se", + "Ġbre ast", + "Ġopt im", + "Ġarg ument", + "Ġfail ed", + "Ġconsist ent", + "Ġwebs ites", + "Ġagricult ure", + "f rom", + "Ġa th", + "Ġs essions", + "it ure", + "it ors", + "st orm", + "ĠM ind", + "Ġbr anch", + "Ġpers ist", + "Ġspread ing", + "Ġfail ure", + "ixt ure", + "Ġmolec ules", + "I R", + "ĠH IV", + "ab b", + "Ġmus ical", + "Ġhead s", + "ĠEx am", + "Ġdra wn", + "Ġfarm ing", + "Ġstore s", + "Ġmap s", + "Ġcrit ic", + "c her", + "u is", + "er ate", + "Ġf old", + "Ġp il", + "Ġn ose", + "Ġas semb", + "Ġsh ips", + "ĠP ri", + "av is", + "Ġbl ow", + "Ġinst itutions", + "Ġfoll ows", + "Ġjo int", + "Ġsmo king", + "Ġheav ily", + "Ġofficial s", + "Ġpolit ics", + "n el", + "ro ll", + "ĠH enry", + "Ġman ner", + "ear s", + "Ġcle ver", + "Ġcomb ining", + "rig ued", + "Mr s", + "Ġemb ark", + "Me anwhile", + "Ġassess ment", + "m et", + "Ġcon ver", + "um ps", + "Ġback grounds", + "Ġreg ional", + "Ġfact ory", + "Ġmar ked", + "Ġmeas ured", + "Ġwarm ing", + "Ġang le", + "Ġemploy ees", + "K eep", + "f ish", + "it als", + "ar ant", + "Ġe lder", + "ur se", + "Ġne got", + "ci p", + "orm al", + "Ġsc ar", + "ny ou", + "Ġplan ets", + "Ġwind ows", + "Ġant icip", + "Ġvide os", + "Ġhor iz", + "Ġinteract ions", + "ĠFl or", + "Ġsearch ing", + "Ġbag s", + "Ġfix ed", + "Ġre ly", + "ne ys", + "Ġbr idge", + "Ġpres erve", + "Ġoper ating", + "iction ary", + "Ġhar vest", + "o ves", + "Ġt ables", + "Ġw estern", + "Ġo dd", + "Ġl aid", + "ro s", + "ĠM ike", + "Ġtechn ical", + "Ġprom pt", + "Ġshap ing", + "Ġsurround ings", + "Ġsett ings", + "ĠJew s", + "Ġpus hing", + "h ost", + "ac hel", + "\\\" .", + "ant a", + "ag on", + "Ġper mission", + "Ġdes ire", + "Ġtre asure", + "ĠDe cember", + "Ġhous ing", + "- on", + "n it", + "ur ation", + "ĠS il", + "ĠC ult", + "Ġch oosing", + "Ġsc ary", + "Ġz ero", + "Ġla unch", + "ĠLou is", + "- F", + "Ġs in", + "al a", + "us hed", + "Ġle ct", + "Ġsp ots", + "ount ered", + "Ġsign als", + "Ġeng aging", + "Ġtyp ical", + "-s c", + "ER E", + "ĠDes ign", + "Ġsleep ing", + "Ġaccount s", + "Ġstrugg ling", + "Ġintell ect", + "P E", + "r id", + "Ġa x", + "Ġo wl", + "Ġl aughter", + "ĠB ay", + "ĠO cean", + "ear chers", + "Ġsy nt", + "Ġaut hent", + "AN D", + "Ġoffic ers", + "ĠSec ond", + "Ġopin ions", + "n is", + "Ġc ul", + "Ġp ock", + "ar ity", + "ĠM ill", + "ĠL ong", + "ĠJ oy", + "Ġfound ation", + "Ġra b", + "Ġaddress ing", + "Ġmanufact ure", + "Ġinn oc", + "Ġc aut", + "an o", + "Ġre nt", + "Ġst unning", + "ĠB re", + "Ġli ber", + "Ġv oices", + "ĠG oogle", + "Ġcl ock", + "ĠSt ar", + "ĠSo v", + "Ġmin i", + "Ġenc ountered", + "Ġrecord ed", + "Ġdig est", + "ĠSee ing", + "Ġremark able", + "I GH", + "O oh", + "o ons", + "es ity", + "ac her", + "am i", + "Ġha z", + "ĠH ome", + "ĠH mm", + "Ġcomp are", + "Ġfind s", + "Ġposs ibilities", + "rast ructure", + "- se", + ". org", + "i ate", + "Ġw ake", + "is hes", + "Ġm a", + "se y", + "ĠA I", + "Ġex act", + "ĠF ind", + "Ġdis s", + "Ġinvestig ate", + "Ġterrit ory", + ") .\"Ċ", + "- H", + "Ġc ow", + "or ith", + "Ġf an", + "ic ide", + "ĠB udd", + "Ġshe et", + "Ġnorm ally", + "Ġfund amental", + "Ġincorpor ating", + "ĠLear ning", + "Ġagricult ural", + "Ġnin et", + "O ther", + "m ates", + "Ġw ings", + "Ġb are", + "Ġb order", + "st ream", + "ĠG ree", + "Ġcl ient", + "Ġover l", + "Ġexp osed", + "Ġdifficult ies", + "Ġnet works", + "Ġinvestig ation", + "Ġhero es", + "Ġmonit oring", + "S arah", + "Ġy ummy", + "ĠR ef", + "Ġtr uck", + "ast y", + "Ġind icate", + "Ġgreat ly", + "ĠNew s", + "Ġmeaning ful", + "ĠSec ret", + "Ġboo st", + "- ups", + "Ġt ension", + "on a", + "er als", + "ur day", + "ra ction", + "Ġsc ore", + "ĠSt and", + "Ġris ing", + "Ġorig inally", + "Ġstrugg les", + "Ġgrad ually", + "ww w", + "Ġdoll ars", + "Ġmere ly", + "Ġacknow led", + "M ax", + "Ġt ag", + "Ġb other", + "os c", + "Ġbre aks", + "Ġbat tery", + "Ġdelic ate", + "Ġcand id", + "anw orth", + "O L", + "ig hed", + "ir ds", + "ĠM other", + "Ġne ut", + "ere nt", + "ĠK ey", + "Ġfl avors", + "Ġlim its", + "ĠEvery one", + "Ġvit amin", + "ĠCong ress", + "ĠM ass", + "Ġpro ceed", + "Ġun com", + "Ġag gress", + "Ġser ving", + "Ġappro aches", + "Ġmusic ians", + "Ġclaim s", + "Ġsuit able", + "Ġhol iday", + "al ian", + "ic ity", + "ĠS um", + "Ġsp ort", + "Ġbr ows", + "arm ing", + "Ġatt ached", + "Ġval id", + "Ġvol ume", + "Ġhtt p", + "- of", + "u ine", + "Ġ ic", + "Ġd ancing", + "ac le", + "Ġwe ird", + "Ġr ub", + "ĠB er", + "ĠW ild", + "ĠR ay", + "Ġen able", + "Ġgr ace", + "Ġdist ingu", + "Ġsuccess fully", + "ad y", + "am ed", + "Ġu m", + "ĠM aster", + "Ġsh iny", + "over ing", + "ĠMer le", + "Ġdat ab", + "c ol", + "m o", + "Ġs izes", + "is ters", + "Ġm os", + "ow ers", + "ĠC our", + "ĠB ook", + "ĠH uman", + "Ġfe at", + "Ġsp oken", + "Ġcons ists", + "Ġcre ations", + "Ġtre nds", + "Ġbit ch", + "Ġdem ocr", + "ĠAt t", + "Ġcontain ed", + "Ġscen es", + "r ick", + "Ġp ump", + "Ġl ake", + "ĠW ind", + "Ġhealth ier", + "Ġpath s", + "- P", + "F eeling", + "U N", + "Ġs ne", + "Ġy a", + "Ġpro ved", + "ĠF inally", + "ĠR om", + "Ġmy th", + "hy d", + "-f riendly", + "Ġinfl amm", + "Ġinteract ion", + "Ġhung ry", + "it able", + "ar ry", + "ut ive", + "Ġab and", + "Ġch ances", + "Ġtr ig", + "Ġdis cipl", + "vent ional", + "Ġexplain s", + "Ġmain ly", + "Ġexplore d", + "Ġstay ed", + "Ġemerg ed", + "Ġlaug h", + "Ġsole ly", + "cri ption", + "Ġp izz", + "ur ther", + "Ġpr ide", + "Ġbreak fast", + "Ġfund ing", + "Ġproced ures", + "Ġancest ors", + "Ġfal se", + "A LL", + "p arent", + "Ġf iction", + "em ic", + "ĠP ower", + "od ing", + "Ġsc r", + "Ġele ph", + "Ġdiscover ies", + "Ġsubst ances", + "Ġleaders hip", + "Ġinfect ions", + "Ġexplan ation", + "Ġrab bit", + "z a", + "Ġt ap", + "ot o", + "ĠT re", + "Ġst ock", + "if ies", + "ĠB ill", + "ab ul", + "ob al", + "Ġapp les", + "Ġatt acks", + "Ġmar ry", + "Ġwood en", + "Ġport ion", + "Ġaim ed", + "Ġcha os", + "h ma", + "u ation", + "Ġp ool", + "ir it", + "ĠK at", + "aw s", + "Ġdr inks", + "Ġclass ic", + "ĠEng ine", + "Ġconst antly", + "Ġpar ks", + "Ġsum m", + "l ig", + "t r", + "ĠS pr", + "act ive", + "Ġdis m", + "Ġcl ients", + "Ġrec yc", + "Ġgen uine", + "ric ulum", + "Ġcour ses", + "Ġinvest ment", + "Ġexpress ed", + "Ġdeath s", + "ĠRob ert", + "Ġpuzz le", + "ar ia", + "ĠS ir", + "ce ler", + "Ġrel ief", + "Ġprogram ming", + "Ġfall s", + "Ġhot el", + "Ġhistor ic", + "Ġord ers", + "ĠLear n", + "Ġsac r", + "ĠIr ish", + "ĠRich ard", + "Ġlege nd", + "Ġweeke nd", + "ĠIre land", + "ĠFlor ida", + "ĠC at", + "ĠW H", + "oc al", + "Ġform at", + "Ġbas ically", + "erc y", + "Ġcir cle", + "Ġsend ing", + "By e", + "Ġgold en", + "Ġweak ness", + "Ġrepe ated", + "S ub", + "t ion", + "ing er", + "ĠD iv", + "Ġinc ident", + "Ġart ificial", + "ĠEx per", + "Ġbab ies", + "Ġmob ile", + "Ġenem y", + "Ġwrit ers", + "p ers", + "u its", + "or ld", + "Ġf ires", + "ĠM onday", + "ĠH all", + "un a", + "Ġsa ving", + "ian a", + "Ġpo etry", + "ĠV ictor", + "Ġrepl ace", + "Ġshop ping", + "Ġsequ ence", + "Cur ious", + "ĠMedic ine", + "p et", + "in ating", + "Ġf iber", + "Ġp ul", + "Ġr um", + "Ġind igenous", + "Ġph ase", + "Ġexperi encing", + "Ġstre am", + "Ġfac ilities", + "Ġinsp iring", + "Ġcustom er", + "Ġfrequ ency", + "Ġflu id", + "Ġpaint ings", + "h i", + "Ġh iding", + "ĠT est", + "Ġpro port", + "ĠU K", + "Ġbl og", + "Ġcons cious", + "Ġgener ate", + "Ġelect ronic", + "Ġhold s", + "rodu ct", + "Ġarch ae", + "Ġlif est", + "Ġmaxim um", + "D ad", + "er ts", + "Ġm ixture", + "ct ic", + "ro at", + "Ġne uro", + "ist an", + "qu ar", + "os ion", + "ous in", + "Ġad vert", + "ĠK n", + "Ġprof ound", + "Ġinsp ire", + "Ġstrugg led", + "Ġpassion ate", + "Ġaccident ally", + "Ġhun ting", + "Ġt ong", + "Ġg ay", + "\\n s", + "ĠT reat", + "ul pt", + "Ġex ternal", + "op les", + "ies t", + "ĠP hys", + "Ġqu arter", + "Ġteac hes", + "Ġphys ically", + "Ġdri ver", + "Ġshap ed", + "Ġmyster ies", + "Per haps", + "Ġmuse um", + "c s", + "Ġp ipe", + "ke ep", + "Ġor g", + "Ġr ig", + "Ġch op", + "ĠP ress", + "ĠE th", + "Ġcomp rom", + "Ġwell being", + "Ġorgan isms", + "Ġreact ions", + "Ġanaly zing", + "Ġju ice", + "Ġclin ical", + "- the", + ". )\\", + "Ġw ound", + "Ġc rop", + "it ud", + "Ġh ills", + "Ġhe aven", + "ĠT em", + "st on", + "ĠS ch", + "ĠC reat", + "pe red", + "Ġne ur", + "ĠW ould", + "Ġab und", + "ĠH E", + "Ġcom ments", + "Ġun iform", + "ĠIt aly", + "Ġmet ers", + "idd ing", + "Ġprinci ple", + "Ġfif teen", + "Ġexpert ise", + "- known", + "b ow", + "g l", + "Ġ ille", + "Ġf right", + "ĠI ll", + "ĠM ars", + "ĠM ont", + "act s", + "Ġdes ired", + "Ġfar away", + "Ġele v", + "cl ock", + "Ġbi ological", + "Ġalg orith", + "l ishing", + "he ast", + "re ements", + "Ġs ed", + "Ġhe aling", + "ad a", + "Ġst ages", + "ĠH am", + "Ġch im", + "ĠD ata", + "Ġint ent", + "Ġcl ick", + "Ġrep ut", + "az z", + "Ġsaf er", + "Ġeas tern", + "Ġfost ering", + "Ġphr ase", + "ab y", + "ĠN av", + "Ġthem e", + "Ġun certain", + "Ġapp lying", + "Ġext ensive", + "ĠCon nect", + "ĠBe ing", + "Ġz one", + "Ġsil ver", + "Ġanx ious", + "alle l", + "abul ary", + "d own", + "u nderstand", + "ay ing", + "ro oms", + "ĠT er", + "ĠA S", + "iff erent", + "Ġcar ing", + "Ġtri ang", + "Ġmanag er", + "fort able", + "ĠMed ical", + "Ġcover ing", + "Ġglass es", + "ĠSu per", + "Ġdemonstr ate", + "ias m", + "Ġcris is", + "S A", + "Y OU", + "re ens", + "Ġp it", + "Ġy og", + "ul ating", + "ĠW omen", + "ĠR anworth", + "Th ink", + "Ġfocus es", + "Ġmark ets", + "Ġimprove ment", + "Ġfing ers", + "Ġdecl ared", + "ĠSov iet", + "A B", + "Ġb ite", + "Ġus age", + "Ġint roduction", + "ĠO l", + "Ġthought fully", + "Ġser iously", + "Ġhum or", + "meric an", + "Ġstreng ths", + "Ġbox es", + "Ġbond s", + "Ġfoss il", + "Ġc ake", + "ac ement", + "Ġsh ore", + "ĠP ost", + "ell y", + "Ġman ip", + "Ġsp arked", + "Ġform ation", + "Ġtri be", + "Ġdr ought", + "Ġtest ed", + "Ġmor al", + "Ġdep ict", + "Ġbur st", + "Ġmicro sc", + "Ġple asure", + "Ġinstrum ent", + "Ġplatform s", + "B enny", + "Ġs li", + "our ing", + "iz er", + "Ġsc an", + "ĠCh a", + "Ġdist ant", + "omm od", + "Ġimprove ments", + "Ġpack ed", + "Ġvict im", + "Ġselect ed", + "Ġrestaur ant", + "A pp", + "ic ian", + "if ted", + "Ġpro s", + "ĠD ise", + "Ġinf rastructure", + "Ġmem or", + "Ġcult iv", + "Ġtravel s", + "Ġsoft ly", + "-m aking", + "ĠOn ly", + "Ġsil ence", + "Ġrespond ed", + "Ġenthus iasm", + "Ġintrig uing", + "Ġvulner able", + "or al", + "Ġl ately", + "et ics", + "ĠC reate", + "ĠD el", + "ĠN ext", + "Ġper man", + "we et", + "Ġhapp ier", + "Ġrel iable", + "Ġcount ing", + "ĠInd igenous", + "-p ro", + "Ġthreat s", + "Ġimag ined", + "m ic", + "Ġd ent", + "Ġl ift", + "ig er", + "ess ed", + "Ġpl ain", + "oll ow", + "Ġdef ine", + "Ġprep aration", + "Ġclean ing", + "ĠEn c", + "Ġjud gment", + "Ġattend ing", + "Ġobv ious", + "Des pite", + "Ġb omb", + "ar ks", + "ĠP sych", + "ĠF ather", + "ĠJ ul", + "Ġper se", + "Ġmar ks", + "ane ously", + "Ġimag ination", + "eles c", + "ĠEnvironment al", + "ĠDist rict", + "C C", + "T om", + "p ir", + "w r", + "Ġf ib", + "Ġm ild", + "ot ed", + "Ġan ger", + "ĠB at", + "ect s", + "ĠE v", + "Ġfl ash", + "Ġapp le", + "Ġrec all", + "Ġwr iter", + "Ġbi ology", + "Ġnut rition", + "Ġspir its", + "Every one", + "Ġforgot ten", + "F F", + "Ġb its", + "Ġh anging", + "op es", + "qu ality", + "ĠR ock", + "Ġphys ics", + "Ġvill ages", + "Ġmeasure ments", + "Ġcontro lled", + "Ġpregn ant", + "h al", + "Ġ >", + "Ġb io", + "Ġto ler", + "ir a", + "Ġas leep", + "Ġlet ting", + "Ġpo ison", + "Ġmed ication", + "Ġconf usion", + "Ġdesign ing", + "Ġsent ences", + "Ġlad ies", + "Ġfeed ing", + "pre ne", + "c a", + "Ġf ans", + "\\\" ?\\", + "ĠP en", + "Ġen orm", + "Ġcl us", + "av a", + "ĠIn formation", + "Ġequ ation", + "Ġequ ality", + "ĠAt l", + "Ġuncom fortable", + "U p", + "o ise", + "Ġb anks", + "us ions", + "ce ived", + "ol a", + "Ġex ists", + "Ġse ctor", + "ĠB ur", + "Ġqu e", + "Ġcomm itted", + "Ġrec on", + "Ġcontin uous", + "Is n", + "Ġdam aged", + "Ġdemonstr ated", + "Ġchec king", + "Ġthri ve", + "Ġsixt y", + "in i", + "Ġs ought", + "Ġre ward", + "ere n", + "ob le", + "Ġsur ve", + "Ġpres ents", + "Ġdi oxide", + "Ġmin erals", + "Ġhard ly", + "ĠAd m", + "Ġobs ervation", + "Ġdam n", + "Ġkill er", + "fl ies", + "EN T", + "Ġjud ge", + "Ġtele vision", + "ĠSat urday", + "Ġrenew able", + "/ or", + "L ear", + "Ġc ats", + "Ġm amm", + "us hing", + "ĠM em", + "Ġev olved", + "Ġbur ied", + "Ġdeb t", + "Ġsubst ant", + "Ġcompon ent", + "Ġhyp ot", + "ĠExcited ly", + "Ġobserv ations", + "Ġath let", + "f it", + "re prene", + "as hing", + "ĠT itle", + "ĠE lect", + "Ġar med", + "Ġun p", + "Ġfe ather", + "Ġgr ows", + "fore st", + "Ġhapp ily", + "ific ations", + "Ġacc ommod", + "Ġsy ndrome", + "Ġmeet ings", + "Ġwood s", + "Ġinhab it", + "Ġcaptiv ating", + "ĠLes lie", + "Ġt ire", + "or r", + "Ġd ates", + "Ġn it", + "ig an", + "Ġst ations", + "ra v", + "ĠM avis", + "ob by", + "Ġsc ulpt", + "Ġinst ruction", + "Ġcar r", + "Ġent r", + "Ġstate ments", + "Ġmeas uring", + "Ġdiv or", + "Ġbal anced", + "Ġste el", + "ĠStud ies", + "Ġsubst ance", + "Ġt ut", + "Ġs illy", + "Ġthe ories", + "Ġh arsh", + "et ch", + "Ġbe ans", + "Ġst ored", + "th is", + "Ġwor st", + "erg us", + "ĠGu y", + "Ġrout e", + "Ġaccur ately", + "K E", + "Ġf er", + "Ġhe m", + "st ate", + "ĠP ers", + "igh s", + "Ġhome work", + "Ġform al", + "Ġair craft", + "Ġelect ron", + "Ġjo ining", + "Ġcomb ine", + "Ġglob e", + "Ġla un", + "Ġlaug hing", + "Ġhabit ats", + "ĠMore over", + "Ġconcent ration", + "Ġwarn ing", + "Ġmathemat ics", + "Ġspl it", + "Ġcommit ment", + "Ġvessel s", + "Tw enty", + "Ġwed ding", + "Ġfeat uring", + "S pe", + "Ġthe r", + "Ġf ract", + "Ġd rain", + "om in", + "Ġn erve", + "et t", + "Ġst able", + "Ġse ctions", + "ĠO k", + "Ġext ent", + "Ġgreen house", + "Ġinflu enced", + "Ġpan el", + ". e", + "A ye", + "er as", + "al ysis", + "le ts", + "ĠG ard", + "Ġtr ick", + "ĠYou ng", + "Ġche ese", + "Ġposs ibility", + "Ġperform ing", + "Ġtext s", + "Ġcapt ured", + "Ġnin ety", + "ĠFore st", + "P art", + "Ġw ars", + "Ġd ough", + "Ġg ate", + "ot ton", + "ĠA ge", + "Ġor ange", + "ĠV ol", + "Ġob esity", + "Ġimportant ly", + "urs day", + "Ġgrand father", + "ĠSc ott", + "Ġball s", + "ici ency", + "ĠMan agement", + "Ġinfect ed", + "Ġphilos ophy", + "Ġder ived", + "Ġconfir med", + "w ord", + "or gan", + "Ġf illing", + "al i", + "Ġh i", + "ad d", + "Ġli ver", + "ĠF orm", + "ĠN orthern", + "Ġout put", + "Ġres c", + "Ġres on", + ".\\\" \"Ċ", + "Ġmed itation", + "ĠHist or", + "Ġdescri ption", + "ĠTechn ology", + "( s", + "O k", + "Ġw ra", + "Ġo d", + "Ġd ying", + "Ġl inks", + "Ġab use", + "ĠD em", + "Ġtr oub", + "Ġdis rupt", + "Ġown ed", + "Ġmarket ing", + "ĠCol umb", + "ĠAc adem", + "Ġcateg ories", + "Ġpref erences", + "Ġsociet ies", + "Ġt ract", + "Ġs an", + "it ivity", + "Ġins ight", + "Th ough", + "Ġdiv ision", + "Ġindepend ence", + "ĠRev olution", + "S ay", + "V ER", + "is p", + "hing s", + "Ġref uge", + "Ġext ended", + "Ġquestion ed", + "Ġdep os", + "Ġdep art", + "Ġinsp iration", + "Ġcook ies", + "ani el", + "Ġcooper ation", + "ĠScot land", + "ĠFound ation", + "ĠCath olic", + "- R", + "M iss", + "e enth", + "h ist", + "Ġm um", + "Ġd il", + "Ġg erm", + "im a", + "ĠR ad", + "ian o", + "Ġsur ge", + "Ġshould er", + "Ġident ifying", + "Ġnut s", + "Ġencoura ges", + ".' \\", + "Ġreci pe", + "Ġqual ities", + "Ġdestroy ed", + "Ġswim ming", + "g reg", + "o ch", + "Ġs ighed", + "it an", + "Ġb aking", + "Ġst ere", + "ur d", + "Ġnot ed", + "Ġen ab", + "ĠN ations", + "ĠIt alian", + "Ġcomm ittee", + "Ġgu arant", + "Ġcent re", + "Ġmom my", + "Ġsuper hero", + "Ġrecogn ition", + "Ġmut ual", + "Ġaccomp an", + "A g", + "H elp", + "M ake", + "N ice", + "b ra", + "f ting", + "z z", + "Ġc as", + "Ġc ups", + "Ġm es", + "an ing", + "Ġsh ock", + "ĠP ot", + "ĠD oug", + "ans ion", + "Ġsc ript", + "ific ent", + "Ġco at", + "Ġac celer", + "Ġart work", + "Ġev il", + "St ud", + "az e", + "Ġspecial ized", + "Ġdef e", + "Ġharm on", + "ĠBr own", + "Ġeth nic", + "Ġdescrib es", + "Ġlaug hed", + "ĠVal ley", + "Ġdelight ful", + "- T", + "M S", + "f ly", + "Ġd rew", + "ar ling", + "as er", + "ĠP lease", + "ĠCh ange", + "ĠCh ief", + "Ġexpress ions", + "Ġkill ing", + "Ġvol can", + "ĠGu id", + "Ġmedic ations", + "ĠQue en", + "Ġfert il", + "m ade", + "Ġa er", + "ĠT ony", + "ĠC H", + "Ġcont r", + "Ġag ency", + "Ġthr illing", + "Ġperson ality", + "Ġexp ed", + "ĠRe ally", + "Ġfil ms", + "Ġstrateg ic", + "ĠMe anwhile", + "Ġver b", + "Ġdom estic", + "ĠCont rol", + "Ġflo ating", + "Ġorg ans", + "- related", + "S omething", + "b el", + "Ġt ank", + "Ġb uck", + "Ġb ike", + "im er", + "ĠW ood", + "Ġim per", + "Ġro oms", + "Ġdec ade", + "Ġdes ert", + "Ġread er", + "Ġhand ling", + "Ġfig ured", + "Ġrece iving", + "Ġreci pes", + "Ġproced ure", + "Ġc ert", + "Ġth y", + "Ġl oyal", + "ly m", + "ot es", + "ĠB oy", + "oc ation", + "we ight", + "Ġent ering", + "ues day", + "ten ance" + ] + } +} \ No newline at end of file