diff --git "a/tokenizer.json" "b/tokenizer.json" --- "a/tokenizer.json" +++ "b/tokenizer.json" @@ -2,152 +2,7 @@ "version": "1.0", "truncation": null, "padding": null, - "added_tokens": [ - { - "id": 0, - "content": "␦", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 1, - "content": "␂", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 2, - "content": "␃", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 3, - "content": "␢", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 4, - "content": "␥", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 5, - "content": "␚_0", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 6, - "content": "␚_1", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 7, - "content": "␚_2", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 8, - "content": "␚_3", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 9, - "content": "␚_4", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 10, - "content": "␚_5", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 11, - "content": "␚_6", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 12, - "content": "␚_7", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 13, - "content": "␚_8", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 14, - "content": "␚_9", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - }, - { - "id": 15, - "content": "␚_10", - "single_word": false, - "lstrip": false, - "rstrip": false, - "normalized": false, - "special": true - } - ], + "added_tokens": [], "normalizer": { "type": "Sequence", "normalizers": [ @@ -171,27 +26,6 @@ "Regex": " *\n" }, "content": "\n" - }, - { - "type": "Replace", - "pattern": { - "Regex": "\t" - }, - "content": " " - }, - { - "type": "Replace", - "pattern": { - "Regex": "\n" - }, - "content": "␤" - }, - { - "type": "Replace", - "pattern": { - "Regex": "\\s" - }, - "content": "␣" } ] }, @@ -201,39 +35,21 @@ { "type": "Split", "pattern": { - "Regex": "␤{1}" + "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": "Split", - "pattern": { - "Regex": "␣{1}[^␣␤]+" - }, - "behavior": "Isolated", - "invert": false - }, - { - "type": "Split", - "pattern": { - "Regex": "␣{0,1}\\d{1}" - }, - "behavior": "Isolated", - "invert": false - }, - { - "type": "Split", - "pattern": { - "Regex": "␣{0,1}[^\\s␣␤A-Za-z0-9À-ÿĀ-ſḀ-ỿ]{1}" - }, - "behavior": "Isolated", - "invert": false + "type": "ByteLevel", + "add_prefix_space": false, + "trim_offsets": true, + "use_regex": false }, { "type": "Split", "pattern": { - "Regex": "␣{2,8}" + "Regex": ".{1,24}" }, "behavior": "Isolated", "invert": false @@ -245,7 +61,7 @@ "single": [ { "SpecialToken": { - "id": "␂", + "id": "", "type_id": 0 } }, @@ -259,7 +75,7 @@ "pair": [ { "SpecialToken": { - "id": "␂", + "id": "", "type_id": 0 } }, @@ -271,7 +87,7 @@ }, { "SpecialToken": { - "id": "␃", + "id": "", "type_id": 0 } }, @@ -283,22 +99,13 @@ } ], "special_tokens": { - "␂": { - "id": "␂", + "": { + "id": "", "ids": [ 1 ], "tokens": [ - "␂" - ] - }, - "␃": { - "id": "␃", - "ids": [ - 2 - ], - "tokens": [ - "␃" + "" ] } } @@ -307,31 +114,17 @@ "type": "Sequence", "decoders": [ { - "type": "ByteFallback" - }, - { - "type": "Fuse" + "type": "ByteLevel", + "add_prefix_space": true, + "trim_offsets": true, + "use_regex": true }, { "type": "Strip", - "content": "␣", + "content": " ", "start": 1, "stop": 0 }, - { - "type": "Replace", - "pattern": { - "String": "␤" - }, - "content": "\n" - }, - { - "type": "Replace", - "pattern": { - "String": "␣" - }, - "content": " " - }, { "type": "Replace", "pattern": { @@ -344,15718 +137,32511 @@ "model": { "type": "BPE", "dropout": null, - "unk_token": "␦", + "unk_token": "", "continuing_subword_prefix": null, "end_of_word_suffix": null, - "fuse_unk": true, - "byte_fallback": true, + "fuse_unk": false, + "byte_fallback": false, + "ignore_merges": true, "vocab": { - "␦": 0, - "␂": 1, - "␃": 2, - "␢": 3, - "␥": 4, - "␚_0": 5, - "␚_1": 6, - "␚_2": 7, - "␚_3": 8, - "␚_4": 9, - "␚_5": 10, - "␚_6": 11, - "␚_7": 12, - "␚_8": 13, - "␚_9": 14, - "␚_10": 15, - "<0x00>": 16, - "<0x01>": 17, - "<0x02>": 18, - "<0x03>": 19, - "<0x04>": 20, - "<0x05>": 21, - "<0x06>": 22, - "<0x07>": 23, - "<0x08>": 24, - "<0x09>": 25, - "<0x0A>": 26, - "<0x0B>": 27, - "<0x0C>": 28, - "<0x0D>": 29, - "<0x0E>": 30, - "<0x0F>": 31, - "<0x10>": 32, - "<0x11>": 33, - "<0x12>": 34, - "<0x13>": 35, - "<0x14>": 36, - "<0x15>": 37, - "<0x16>": 38, - "<0x17>": 39, - "<0x18>": 40, - "<0x19>": 41, - "<0x1A>": 42, - "<0x1B>": 43, - "<0x1C>": 44, - "<0x1D>": 45, - "<0x1E>": 46, - "<0x1F>": 47, - "<0x20>": 48, - "<0x21>": 49, - "<0x22>": 50, - "<0x23>": 51, - "<0x24>": 52, - "<0x25>": 53, - "<0x26>": 54, - "<0x27>": 55, - "<0x28>": 56, - "<0x29>": 57, - "<0x2A>": 58, - "<0x2B>": 59, - "<0x2C>": 60, - "<0x2D>": 61, - "<0x2E>": 62, - "<0x2F>": 63, - "<0x30>": 64, - "<0x31>": 65, - "<0x32>": 66, - "<0x33>": 67, - "<0x34>": 68, - "<0x35>": 69, - "<0x36>": 70, - "<0x37>": 71, - "<0x38>": 72, - "<0x39>": 73, - "<0x3A>": 74, - "<0x3B>": 75, - "<0x3C>": 76, - "<0x3D>": 77, - "<0x3E>": 78, - "<0x3F>": 79, - "<0x40>": 80, - "<0x41>": 81, - "<0x42>": 82, - "<0x43>": 83, - "<0x44>": 84, - "<0x45>": 85, - "<0x46>": 86, - "<0x47>": 87, - "<0x48>": 88, - "<0x49>": 89, - "<0x4A>": 90, - "<0x4B>": 91, - "<0x4C>": 92, - "<0x4D>": 93, - "<0x4E>": 94, - "<0x4F>": 95, - "<0x50>": 96, - "<0x51>": 97, - "<0x52>": 98, - "<0x53>": 99, - "<0x54>": 100, - "<0x55>": 101, - "<0x56>": 102, - "<0x57>": 103, - "<0x58>": 104, - "<0x59>": 105, - "<0x5A>": 106, - "<0x5B>": 107, - "<0x5C>": 108, - "<0x5D>": 109, - "<0x5E>": 110, - "<0x5F>": 111, - "<0x60>": 112, - "<0x61>": 113, - "<0x62>": 114, - "<0x63>": 115, - "<0x64>": 116, - "<0x65>": 117, - "<0x66>": 118, - "<0x67>": 119, - "<0x68>": 120, - "<0x69>": 121, - "<0x6A>": 122, - "<0x6B>": 123, - "<0x6C>": 124, - "<0x6D>": 125, - "<0x6E>": 126, - "<0x6F>": 127, - "<0x70>": 128, - "<0x71>": 129, - "<0x72>": 130, - "<0x73>": 131, - "<0x74>": 132, - "<0x75>": 133, - "<0x76>": 134, - "<0x77>": 135, - "<0x78>": 136, - "<0x79>": 137, - "<0x7A>": 138, - "<0x7B>": 139, - "<0x7C>": 140, - "<0x7D>": 141, - "<0x7E>": 142, - "<0x7F>": 143, - "<0x80>": 144, - "<0x81>": 145, - "<0x82>": 146, - "<0x83>": 147, - "<0x84>": 148, - "<0x85>": 149, - "<0x86>": 150, - "<0x87>": 151, - "<0x88>": 152, - "<0x89>": 153, - "<0x8A>": 154, - "<0x8B>": 155, - "<0x8C>": 156, - "<0x8D>": 157, - "<0x8E>": 158, - "<0x8F>": 159, - "<0x90>": 160, - "<0x91>": 161, - "<0x92>": 162, - "<0x93>": 163, - "<0x94>": 164, - "<0x95>": 165, - "<0x96>": 166, - "<0x97>": 167, - "<0x98>": 168, - "<0x99>": 169, - "<0x9A>": 170, - "<0x9B>": 171, - "<0x9C>": 172, - "<0x9D>": 173, - "<0x9E>": 174, - "<0x9F>": 175, - "<0xA0>": 176, - "<0xA1>": 177, - "<0xA2>": 178, - "<0xA3>": 179, - "<0xA4>": 180, - "<0xA5>": 181, - "<0xA6>": 182, - "<0xA7>": 183, - "<0xA8>": 184, - "<0xA9>": 185, - "<0xAA>": 186, - "<0xAB>": 187, - "<0xAC>": 188, - "<0xAD>": 189, - "<0xAE>": 190, - "<0xAF>": 191, - "<0xB0>": 192, - "<0xB1>": 193, - "<0xB2>": 194, - "<0xB3>": 195, - "<0xB4>": 196, - "<0xB5>": 197, - "<0xB6>": 198, - "<0xB7>": 199, - "<0xB8>": 200, - "<0xB9>": 201, - "<0xBA>": 202, - "<0xBB>": 203, - "<0xBC>": 204, - "<0xBD>": 205, - "<0xBE>": 206, - "<0xBF>": 207, - "<0xC0>": 208, - "<0xC1>": 209, - "<0xC2>": 210, - "<0xC3>": 211, - "<0xC4>": 212, - "<0xC5>": 213, - "<0xC6>": 214, - "<0xC7>": 215, - "<0xC8>": 216, - "<0xC9>": 217, - "<0xCA>": 218, - "<0xCB>": 219, - "<0xCC>": 220, - "<0xCD>": 221, - "<0xCE>": 222, - "<0xCF>": 223, - "<0xD0>": 224, - "<0xD1>": 225, - "<0xD2>": 226, - "<0xD3>": 227, - "<0xD4>": 228, - "<0xD5>": 229, - "<0xD6>": 230, - "<0xD7>": 231, - "<0xD8>": 232, - "<0xD9>": 233, - "<0xDA>": 234, - "<0xDB>": 235, - "<0xDC>": 236, - "<0xDD>": 237, - "<0xDE>": 238, - "<0xDF>": 239, - "<0xE0>": 240, - "<0xE1>": 241, - "<0xE2>": 242, - "<0xE3>": 243, - "<0xE4>": 244, - "<0xE5>": 245, - "<0xE6>": 246, - "<0xE7>": 247, - "<0xE8>": 248, - "<0xE9>": 249, - "<0xEA>": 250, - "<0xEB>": 251, - "<0xEC>": 252, - "<0xED>": 253, - "<0xEE>": 254, - "<0xEF>": 255, - "<0xF0>": 256, - "<0xF1>": 257, - "<0xF2>": 258, - "<0xF3>": 259, - "<0xF4>": 260, - "<0xF5>": 261, - "<0xF6>": 262, - "<0xF7>": 263, - "<0xF8>": 264, - "<0xF9>": 265, - "<0xFA>": 266, - "<0xFB>": 267, - "<0xFC>": 268, - "<0xFD>": 269, - "<0xFE>": 270, - "<0xFF>": 271, - "!": 272, - "\"": 273, - "#": 274, - "$": 275, - "%": 276, - "&": 277, - "'": 278, - "(": 279, - ")": 280, - "*": 281, - "+": 282, - ",": 283, - "-": 284, - ".": 285, - "/": 286, - "0": 287, - "1": 288, - "2": 289, - "3": 290, - "4": 291, - "5": 292, - "6": 293, - "7": 294, - "8": 295, - "9": 296, - ":": 297, - ";": 298, - "<": 299, - "=": 300, - ">": 301, - "?": 302, - "@": 303, - "A": 304, - "B": 305, - "C": 306, - "D": 307, - "E": 308, - "F": 309, - "G": 310, - "H": 311, - "I": 312, - "J": 313, - "K": 314, - "L": 315, - "M": 316, - "N": 317, - "O": 318, - "P": 319, - "Q": 320, - "R": 321, - "S": 322, - "T": 323, - "U": 324, - "V": 325, - "W": 326, - "X": 327, - "Y": 328, - "Z": 329, - "[": 330, - "\\": 331, - "]": 332, - "^": 333, - "_": 334, - "`": 335, - "a": 336, - "b": 337, - "c": 338, - "d": 339, - "e": 340, - "f": 341, - "g": 342, - "h": 343, - "i": 344, - "j": 345, - "k": 346, - "l": 347, - "m": 348, - "n": 349, - "o": 350, - "p": 351, - "q": 352, - "r": 353, - "s": 354, - "t": 355, - "u": 356, - "v": 357, - "w": 358, - "x": 359, - "y": 360, - "z": 361, - "{": 362, - "|": 363, - "}": 364, - "~": 365, - "": 366, - "€": 367, - "": 368, - "™": 369, - "š": 370, - "œ": 371, - "": 372, - "ž": 373, - "¡": 374, - "¢": 375, - "£": 376, - "¤": 377, - "¥": 378, - "¦": 379, - "§": 380, - "¨": 381, - "©": 382, - "ª": 383, - "«": 384, - "¬": 385, - "­": 386, - "®": 387, - "¯": 388, - "°": 389, - "±": 390, - "²": 391, - "³": 392, - "´": 393, - "µ": 394, - "¶": 395, - "·": 396, - "¸": 397, - "¹": 398, - "º": 399, - "»": 400, - "¼": 401, - "½": 402, - "¾": 403, - "¿": 404, - "À": 405, - "Á": 406, - "Â": 407, - "Ã": 408, - "Ä": 409, - "Å": 410, - "Æ": 411, - "Ç": 412, - "È": 413, - "É": 414, - "Ê": 415, - "Ë": 416, - "Ì": 417, - "Í": 418, - "Î": 419, - "Ï": 420, - "Ð": 421, - "Ñ": 422, - "Ò": 423, - "Ó": 424, - "Ô": 425, - "Õ": 426, - "Ö": 427, - "×": 428, - "Ø": 429, - "Ù": 430, - "Ú": 431, - "Û": 432, - "Ü": 433, - "Ý": 434, - "Þ": 435, - "ß": 436, - "à": 437, - "á": 438, - "â": 439, - "ã": 440, - "ä": 441, - "å": 442, - "æ": 443, - "ç": 444, - "è": 445, - "é": 446, - "ê": 447, - "ë": 448, - "ì": 449, - "í": 450, - "î": 451, - "ï": 452, - "ð": 453, - "ñ": 454, - "ò": 455, - "ó": 456, - "ô": 457, - "õ": 458, - "ö": 459, - "÷": 460, - "ø": 461, - "ù": 462, - "ú": 463, - "û": 464, - "ü": 465, - "ý": 466, - "þ": 467, - "ÿ": 468, - "Ā": 469, - "ā": 470, - "Ă": 471, - "ă": 472, - "Ą": 473, - "ą": 474, - "Ć": 475, - "ć": 476, - "Ĉ": 477, - "ĉ": 478, - "Ċ": 479, - "ċ": 480, - "Č": 481, - "č": 482, - "Ď": 483, - "ď": 484, - "Đ": 485, - "đ": 486, - "Ē": 487, - "ē": 488, - "Ĕ": 489, - "ĕ": 490, - "Ė": 491, - "ė": 492, - "Ę": 493, - "ę": 494, - "Ě": 495, - "ě": 496, - "Ĝ": 497, - "ĝ": 498, - "Ğ": 499, - "ğ": 500, - "Ġ": 501, - "ġ": 502, - "Ģ": 503, - "ģ": 504, - "Ĥ": 505, - "ĥ": 506, - "Ħ": 507, - "ħ": 508, - "Ĩ": 509, - "ĩ": 510, - "Ī": 511, - "ī": 512, - "Ĭ": 513, - "ĭ": 514, - "Į": 515, - "į": 516, - "İ": 517, - "ı": 518, - "IJ": 519, - "ij": 520, - "Ĵ": 521, - "ĵ": 522, - "Ķ": 523, - "ķ": 524, - "ĸ": 525, - "Ĺ": 526, - "ĺ": 527, - "Ļ": 528, - "ļ": 529, - "Ľ": 530, - "ľ": 531, - "Ŀ": 532, - "ŀ": 533, - "Ł": 534, - "ł": 535, - "Ń": 536, - "ń": 537, - "ņ": 538, - "ň": 539, - "ŋ": 540, - "Ō": 541, - "ō": 542, - "ŏ": 543, - "ő": 544, - "Œ": 545, - "œ": 546, - "Ř": 547, - "ř": 548, - "Ś": 549, - "ś": 550, - "Ş": 551, - "ş": 552, - "Š": 553, - "š": 554, - "ţ": 555, - "ū": 556, - "ŭ": 557, - "ů": 558, - "Ÿ": 559, - "ź": 560, - "Ż": 561, - "ż": 562, - "Ž": 563, - "ž": 564, - "ơ": 565, - "ư": 566, - "ǁ": 567, - "ǒ": 568, - "ǔ": 569, - "Ș": 570, - "ș": 571, - "ț": 572, - "ɐ": 573, - "ɑ": 574, - "ɔ": 575, - "ə": 576, - "ɛ": 577, - "ɨ": 578, - "ɩ": 579, - "ɪ": 580, - "ɫ": 581, - "ɷ": 582, - "ʁ": 583, - "ʃ": 584, - "ʊ": 585, - "ʋ": 586, - "ʌ": 587, - "ʑ": 588, - "ʒ": 589, - "ʻ": 590, - "ʼ": 591, - "ʾ": 592, - "ʿ": 593, - "ˆ": 594, - "ˈ": 595, - "ˌ": 596, - "ː": 597, - "˥": 598, - "˨": 599, - "˩": 600, - "؟": 601, - "ـ": 602, - "۰": 603, - "་": 604, - "၀": 605, - "၁": 606, - "၂": 607, - "၃": 608, - "၄": 609, - "၅": 610, - "၆": 611, - "၇": 612, - "၈": 613, - "၉": 614, - "ḍ": 615, - "Ḥ": 616, - "ḥ": 617, - "ḷ": 618, - "Ṃ": 619, - "ṅ": 620, - "ṇ": 621, - "ṣ": 622, - "Ṭ": 623, - "ṭ": 624, - "ạ": 625, - "ả": 626, - "ầ": 627, - "ề": 628, - "ễ": 629, - "ệ": 630, - "ọ": 631, - "ỗ": 632, - "ộ": 633, - "ờ": 634, - "ủ": 635, - "ứ": 636, - "ữ": 637, - "​": 638, - "‎": 639, - "–": 640, - "—": 641, - "―": 642, - "‘": 643, - "’": 644, - "‚": 645, - "“": 646, - "”": 647, - "„": 648, - "†": 649, - "•": 650, - "′": 651, - "⁄": 652, - "₤": 653, - "€": 654, - "₹": 655, - "→": 656, - "↫": 657, - "∂": 658, - "−": 659, - "∴": 660, - "≈": 661, - "⊙": 662, - "⋅": 663, - "␣": 664, - "␤": 665, - "█": 666, - "☚": 667, - "☛": 668, - "☯": 669, - "♪": 670, - "♫": 671, - "♭": 672, - "♯": 673, - "⟨": 674, - "⟩": 675, - "⬄": 676, - "ー": 677, - "�": 678, - "􏿾": 679, - "␣t": 680, - "he": 681, - "␣a": 682, - "in": 683, - "␣w": 684, - "␣the": 685, - "ou": 686, - "␣s": 687, - "re": 688, - "␣o": 689, - "ha": 690, - "er": 691, - "␣b": 692, - "nd": 693, - "it": 694, - "is": 695, - "␣y": 696, - "␣c": 697, - "␣m": 698, - "␣d": 699, - "on": 700, - "␣f": 701, - "ing": 702, - "OT": 703, - "MOT": 704, - "ll": 705, - "␣you": 706, - "␣to": 707, - "an": 708, - "es": 709, - "or": 710, - "ed": 711, - "␣p": 712, - "hat": 713, - "␣g": 714, - "en": 715, - "␣l": 716, - "CH": 717, - "␣and": 718, - "␣I": 719, - "CHI": 720, - "␣n": 721, - "ar": 722, - "␣of": 723, - "as": 724, - "␣in": 725, - "at": 726, - "om": 727, - "␣he": 728, - "ow": 729, - "␣h": 730, - "␣it": 731, - "ot": 732, - "␣ha": 733, - "le": 734, - "ve": 735, - "␣that": 736, - "ay": 737, - "␣th": 738, - "et": 739, - "␣on": 740, - "ic": 741, - "us": 742, - "gh": 743, - "id": 744, - "␣be": 745, - "␣is": 746, - "␣we": 747, - "ld": 748, - "␣e": 749, - "al": 750, - "ut": 751, - "oo": 752, - "␣was": 753, - "im": 754, - "ke": 755, - "ac": 756, - "ad": 757, - "␣do": 758, - "␣re": 759, - "ver": 760, - "␣u": 761, - "ght": 762, - "␣for": 763, - "␣r": 764, - "nI": 765, - "ir": 766, - "ly": 767, - "ion": 768, - "se": 769, - "ent": 770, - "am": 771, - "␣st": 772, - "␣=": 773, - "␣M": 774, - "␣S": 775, - "␣T": 776, - "out": 777, - "␣k": 778, - "st": 779, - "ith": 780, - "␣me": 781, - "ight": 782, - "␣A": 783, - "␣an": 784, - "ea": 785, - "her": 786, - "␣with": 787, - "␣what": 788, - "␣wh": 789, - "ome": 790, - "␣go": 791, - "␣se": 792, - "all": 793, - "ur": 794, - "nT": 795, - "␣C": 796, - "␣as": 797, - "ch": 798, - "␣not": 799, - "␣li": 800, - "␣at": 801, - "ter": 802, - "␣B": 803, - "ould": 804, - "␣have": 805, - "ill": 806, - "␣this": 807, - "ro": 808, - "␣kn": 809, - "␣are": 810, - "␣no": 811, - "␣H": 812, - "ie": 813, - "ce": 814, - "␣there": 815, - "nW": 816, - "nA": 817, - "if": 818, - "␣can": 819, - "il": 820, - "ust": 821, - "ook": 822, - "ct": 823, - "ant": 824, - "␣one": 825, - "␣his": 826, - "␣they": 827, - "␣know": 828, - "␣she": 829, - "␣j": 830, - "␣so": 831, - "␣don": 832, - "␣your": 833, - "un": 834, - "xx": 835, - "␣whe": 836, - "␣fr": 837, - "␣[": 838, - "nY": 839, - "eah": 840, - "␣up": 841, - "ain": 842, - "and": 843, - "␣her": 844, - "␣\\": 845, - "op": 846, - "␣ne": 847, - "ell": 848, - "ore": 849, - "␣my": 850, - "um": 851, - "␣P": 852, - "␣D": 853, - "␣all": 854, - "␣had": 855, - "ab": 856, - "our": 857, - "␣but": 858, - "ge": 859, - "␣like": 860, - "␣sh": 861, - "␣W": 862, - "pp": 863, - "␣de": 864, - "␣1": 865, - "art": 866, - "ood": 867, - "␣sa": 868, - "ack": 869, - "ri": 870, - "ol": 871, - "␣out": 872, - "␣him": 873, - "␣J": 874, - "␣get": 875, - "ck": 876, - "ink": 877, - "␣F": 878, - "ake": 879, - "ul": 880, - "␣The": 881, - "␣ab": 882, - "ry": 883, - "␣pl": 884, - "␣did": 885, - "th": 886, - "␣G": 887, - "el": 888, - "␣al": 889, - "nThe": 890, - "AT": 891, - "␣see": 892, - "␣from": 893, - "ig": 894, - "␣look": 895, - "ess": 896, - "␣L": 897, - "han": 898, - "very": 899, - "IN": 900, - "ation": 901, - "nS": 902, - "␣oh": 903, - "nB": 904, - "red": 905, - "␣or": 906, - "␣here": 907, - "␣R": 908, - "nH": 909, - "ers": 910, - "␣were": 911, - "est": 912, - "qu": 913, - "␣by": 914, - "nt": 915, - "␣su": 916, - "ist": 917, - "na": 918, - "␣yeah": 919, - "ound": 920, - "ra": 921, - "␣N": 922, - "ame": 923, - "os": 924, - "ind": 925, - "itt": 926, - "␣them": 927, - "FAT": 928, - "␣some": 929, - "␣just": 930, - "␣2": 931, - "ard": 932, - "res": 933, - "␣com": 934, - "␣think": 935, - "␣E": 936, - "ong": 937, - "one": 938, - "␣got": 939, - "own": 940, - "␣want": 941, - "␣about": 942, - "ak": 943, - "use": 944, - "␣who": 945, - "ast": 946, - "ive": 947, - "em": 948, - "␣wor": 949, - "ally": 950, - "␣would": 951, - "␣sp": 952, - "INV": 953, - "ap": 954, - "␣right": 955, - "nO": 956, - "␣said": 957, - "␣if": 958, - "␣now": 959, - "ate": 960, - "␣O": 961, - "␣v": 962, - "nYou": 963, - "ep": 964, - "ick": 965, - "␣con": 966, - "␣bo": 967, - "␣ex": 968, - "ort": 969, - "xxx": 970, - "␣xxx": 971, - "␣any": 972, - "ice": 973, - "␣then": 974, - "kay": 975, - "␣say": 976, - "ven": 977, - "ich": 978, - "ime": 979, - "fe": 980, - "ber": 981, - "␣tw": 982, - "␣when": 983, - "␣man": 984, - "ough": 985, - "other": 986, - "hi": 987, - "nN": 988, - "␣us": 989, - "ag": 990, - "␣put": 991, - "␣will": 992, - "␣good": 993, - "hing": 994, - "␣where": 995, - "ies": 996, - "ide": 997, - "nM": 998, - "ine": 999, - "␣pro": 1000, - "␣(": 1001, - "␣int": 1002, - "od": 1003, - "ous": 1004, - "ittle": 1005, - "ther": 1006, - "au": 1007, - "ear": 1008, - "␣ag": 1009, - "␣down": 1010, - "␣tr": 1011, - "␣Y": 1012, - "␣back": 1013, - "ose": 1014, - "␣er": 1015, - "␣little": 1016, - "ost": 1017, - "␣He": 1018, - "␣going": 1019, - "ca": 1020, - "␣come": 1021, - "␣could": 1022, - "␣time": 1023, - "way": 1024, - "␣been": 1025, - "␣cl": 1026, - "␣more": 1027, - "␣over": 1028, - "␣br": 1029, - "␣which": 1030, - "␣well": 1031, - "␣very": 1032, - "␣has": 1033, - "lf": 1034, - "ity": 1035, - "ove": 1036, - "␣off": 1037, - "␣ar": 1038, - "␣okay": 1039, - "ace": 1040, - "␣two": 1041, - "␣too": 1042, - "ree": 1043, - "ite": 1044, - "␣It": 1045, - "␣\"": 1046, - "nIt": 1047, - "AR": 1048, - "␣qu": 1049, - "␣how": 1050, - "␣U": 1051, - "␣let": 1052, - "␣other": 1053, - "␣play": 1054, - "␣pe": 1055, - "cause": 1056, - "␣their": 1057, - "␣thing": 1058, - "␣K": 1059, - "␣bl": 1060, - "␣fe": 1061, - "nD": 1062, - "nC": 1063, - "are": 1064, - "ft": 1065, - "ure": 1066, - "␣than": 1067, - "␣'": 1068, - "my": 1069, - "␣le": 1070, - "ment": 1071, - "␣gr": 1072, - "␣af": 1073, - "ish": 1074, - "reat": 1075, - "alk": 1076, - "ud": 1077, - "ond": 1078, - "add": 1079, - "␣yes": 1080, - "te": 1081, - "XP": 1082, - "nHe": 1083, - "onna": 1084, - "ase": 1085, - "EXP": 1086, - "orn": 1087, - "urn": 1088, - "␣ro": 1089, - "␣gonna": 1090, - "␣does": 1091, - "omet": 1092, - "ue": 1093, - "ought": 1094, - "iss": 1095, - "age": 1096, - "ian": 1097, - "hed": 1098, - "␣make": 1099, - "uck": 1100, - "␣into": 1101, - "␣again": 1102, - "ople": 1103, - "nWhat": 1104, - "ect": 1105, - "iv": 1106, - "␣way": 1107, - "␣am": 1108, - "irst": 1109, - "␣take": 1110, - "ia": 1111, - "ty": 1112, - "ass": 1113, - "ount": 1114, - "ble": 1115, - "nAnd": 1116, - "ire": 1117, - "ps": 1118, - "ary": 1119, - "ade": 1120, - "␣somet": 1121, - "PAR": 1122, - "␣en": 1123, - "nL": 1124, - "␣work": 1125, - "␣uh": 1126, - "␣people": 1127, - "␣tell": 1128, - "␣co": 1129, - "␣pr": 1130, - "␣wat": 1131, - "␣sha": 1132, - "ov": 1133, - "␣need": 1134, - "act": 1135, - "pt": 1136, - "␣first": 1137, - "uch": 1138, - "␣mean": 1139, - "ren": 1140, - "␣day": 1141, - "␣hand": 1142, - "pl": 1143, - "self": 1144, - "ise": 1145, - "␣should": 1146, - "␣call": 1147, - "nG": 1148, - "per": 1149, - "ress": 1150, - "av": 1151, - "␣part": 1152, - "ull": 1153, - "␣after": 1154, - "ang": 1155, - "␣fl": 1156, - "ci": 1157, - "his": 1158, - "␣un": 1159, - "so": 1160, - "uh": 1161, - "ys": 1162, - "ather": 1163, - "ord": 1164, - "nder": 1165, - "we": 1166, - "␣bet": 1167, - "mer": 1168, - "␣St": 1169, - "nNo": 1170, - "␣car": 1171, - "␣our": 1172, - "␣thr": 1173, - "␣te": 1174, - "augh": 1175, - "wn": 1176, - "␣cha": 1177, - "nYeah": 1178, - "fore": 1179, - "les": 1180, - "␣every": 1181, - "ff": 1182, - "␣po": 1183, - "␣pre": 1184, - "␣because": 1185, - "␣much": 1186, - "able": 1187, - "int": 1188, - "␣didn": 1189, - "␣only": 1190, - "nE": 1191, - "ady": 1192, - "be": 1193, - "ile": 1194, - "nOh": 1195, - "ach": 1196, - "ng": 1197, - "␣chi": 1198, - "␣really": 1199, - "anna": 1200, - "␣these": 1201, - "␣ch": 1202, - "ance": 1203, - "␣gu": 1204, - "thing": 1205, - "␣year": 1206, - "ool": 1207, - "iz": 1208, - "␣something": 1209, - "ne": 1210, - "irl": 1211, - "␣Mr": 1212, - "␣sec": 1213, - "ouse": 1214, - "ark": 1215, - "oc": 1216, - "nWe": 1217, - "␣dis": 1218, - "␣made": 1219, - "ting": 1220, - "␣happ": 1221, - "day": 1222, - "ob": 1223, - "␣why": 1224, - "og": 1225, - "␣wr": 1226, - "ru": 1227, - "hy": 1228, - "␣wanna": 1229, - "ock": 1230, - "ict": 1231, - "cc": 1232, - "AN": 1233, - "oh": 1234, - "␣V": 1235, - "ied": 1236, - "␣child": 1237, - "ated": 1238, - "␣long": 1239, - "␣talk": 1240, - "␣ad": 1241, - "␣sm": 1242, - "ew": 1243, - "old": 1244, - "nP": 1245, - "␣big": 1246, - "ub": 1247, - "ip": 1248, - "ory": 1249, - "nThat": 1250, - "␣ke": 1251, - "␣before": 1252, - "␣may": 1253, - "cl": 1254, - "␣three": 1255, - "␣rem": 1256, - "␣bab": 1257, - "hes": 1258, - "␣under": 1259, - "␣away": 1260, - "ions": 1261, - "␣sc": 1262, - "␣those": 1263, - "␣girl": 1264, - "␣im": 1265, - "␣act": 1266, - "oll": 1267, - "␣comp": 1268, - "ward": 1269, - "ving": 1270, - "IS": 1271, - "hen": 1272, - "ence": 1273, - "␣doing": 1274, - "␣um": 1275, - "␣hel": 1276, - "␣turn": 1277, - "RO": 1278, - "␣went": 1279, - "ny": 1280, - "␣She": 1281, - "␣per": 1282, - "nWell": 1283, - "␣never": 1284, - "nF": 1285, - "man": 1286, - "␣ask": 1287, - "nBut": 1288, - "ens": 1289, - "␣cr": 1290, - "gg": 1291, - "␣also": 1292, - "␣app": 1293, - "␣thought": 1294, - "␣old": 1295, - "here": 1296, - "ful": 1297, - "␣In": 1298, - "␣home": 1299, - "ix": 1300, - "iend": 1301, - "nR": 1302, - "MA": 1303, - "ild": 1304, - "ons": 1305, - "oot": 1306, - "ling": 1307, - "␣things": 1308, - "laugh": 1309, - "␣came": 1310, - "␣book": 1311, - "rd": 1312, - "␣ple": 1313, - "␣even": 1314, - "␣new": 1315, - "␣another": 1316, - "ious": 1317, - "ks": 1318, - "␣give": 1319, - "ans": 1320, - "pe": 1321, - "␣bit": 1322, - "ors": 1323, - "␣find": 1324, - "␣head": 1325, - "␣great": 1326, - "␣cont": 1327, - "␣try": 1328, - "␣must": 1329, - "␣eat": 1330, - "ath": 1331, - "␣done": 1332, - "␣love": 1333, - "ved": 1334, - "␣.": 1335, - "␣start": 1336, - "␣sl": 1337, - "␣help": 1338, - "␣lea": 1339, - "␣through": 1340, - "␣boy": 1341, - "oy": 1342, - "ily": 1343, - "␣house": 1344, - "␣Ch": 1345, - "get": 1346, - "ings": 1347, - "␣mom": 1348, - "␣bu": 1349, - "␣show": 1350, - "ign": 1351, - "nSo": 1352, - "aking": 1353, - "␣still": 1354, - "␣baby": 1355, - "ait": 1356, - "␣last": 1357, - "ried": 1358, - "␣Fr": 1359, - "igh": 1360, - "␣res": 1361, - "␣many": 1362, - "ave": 1363, - "TE": 1364, - "␣name": 1365, - "air": 1366, - "ww": 1367, - "␣won": 1368, - "␣lot": 1369, - "ail": 1370, - "akes": 1371, - "GMA": 1372, - "␣che": 1373, - "nJ": 1374, - "␣might": 1375, - "ms": 1376, - "tain": 1377, - "xt": 1378, - "ars": 1379, - "ened": 1380, - "␣ser": 1381, - "ody": 1382, - "␣chan": 1383, - "␣Un": 1384, - "aw": 1385, - "␣op": 1386, - "als": 1387, - "hm": 1388, - "ves": 1389, - "␣night": 1390, - "␣min": 1391, - "ates": 1392, - "ually": 1393, - "ah": 1394, - "␣found": 1395, - "ummy": 1396, - "nYes": 1397, - "␣kind": 1398, - "land": 1399, - "up": 1400, - "␣mother": 1401, - "iver": 1402, - "HE": 1403, - "med": 1404, - "␣bel": 1405, - "␣dif": 1406, - "laughs": 1407, - "␣“": 1408, - "␣sit": 1409, - "ult": 1410, - "␣count": 1411, - "␣comm": 1412, - "anc": 1413, - "port": 1414, - "chool": 1415, - "␣mov": 1416, - "␣care": 1417, - "side": 1418, - "␣ah": 1419, - "ater": 1420, - "␣rec": 1421, - "oney": 1422, - "␣feel": 1423, - "␣most": 1424, - "␣four": 1425, - "␣bot": 1426, - "␣own": 1427, - "␣called": 1428, - "oss": 1429, - "␣friend": 1430, - "BRO": 1431, - "body": 1432, - "␣better": 1433, - "rent": 1434, - "␣You": 1435, - "␣used": 1436, - "ember": 1437, - "und": 1438, - "␣el": 1439, - "␣looks": 1440, - "␣around": 1441, - "ee": 1442, - "␣such": 1443, - "␣keep": 1444, - "␣erm": 1445, - "␣sure": 1446, - "␣They": 1447, - "ever": 1448, - "␣end": 1449, - "␣isn": 1450, - "␣years": 1451, - "␣des": 1452, - "␣life": 1453, - "imes": 1454, - "␣its": 1455, - "␣being": 1456, - "␣cour": 1457, - "orry": 1458, - "␣place": 1459, - "␣str": 1460, - "addy": 1461, - "ere": 1462, - "nIn": 1463, - "␣water": 1464, - "ple": 1465, - "␣ey": 1466, - "␣anything": 1467, - "␣nice": 1468, - "␣gl": 1469, - "MCH": 1470, - "uc": 1471, - "inn": 1472, - "ical": 1473, - "␣ball": 1474, - "ways": 1475, - "nShe": 1476, - "ited": 1477, - "␣mat": 1478, - "ince": 1479, - "␣same": 1480, - "oun": 1481, - "ank": 1482, - "ute": 1483, - "␣stop": 1484, - "␣while": 1485, - "␣shall": 1486, - "␣doesn": 1487, - "␣supp": 1488, - "␣dr": 1489, - "orm": 1490, - "nThis": 1491, - "nThey": 1492, - "␣mon": 1493, - "ope": 1494, - "␣wait": 1495, - "␣fin": 1496, - "␣Br": 1497, - "ph": 1498, - "␣please": 1499, - "ican": 1500, - "␣cle": 1501, - "␣room": 1502, - "led": 1503, - "ations": 1504, - "the": 1505, - "␣And": 1506, - "row": 1507, - "␣run": 1508, - "ident": 1509, - "␣pol": 1510, - "␣next": 1511, - "␣told": 1512, - "␣school": 1513, - "␣bre": 1514, - "␣far": 1515, - "␣sw": 1516, - "ction": 1517, - "␣att": 1518, - "␣else": 1519, - "ss": 1520, - "pr": 1521, - "␣set": 1522, - "outh": 1523, - "SIS": 1524, - "ition": 1525, - "␣3": 1526, - "NAN": 1527, - "ta": 1528, - "bab": 1529, - "ont": 1530, - "␣mhm": 1531, - "␣word": 1532, - "ung": 1533, - "␣wee": 1534, - "␣left": 1535, - "arly": 1536, - "␣always": 1537, - "␣read": 1538, - "␣dist": 1539, - "␣hard": 1540, - "ho": 1541, - "␣point": 1542, - "␣Mar": 1543, - "␣spe": 1544, - "␣diffe": 1545, - "␣pres": 1546, - "mber": 1547, - "aught": 1548, - "␣beg": 1549, - "␣hold": 1550, - "␣Mummy": 1551, - "␣fun": 1552, - "ness": 1553, - "␣bus": 1554, - "␣thank": 1555, - "ream": 1556, - "␣Amer": 1557, - "␣father": 1558, - "␣face": 1559, - "nThere": 1560, - "␣gone": 1561, - "␣acc": 1562, - "␣men": 1563, - "␣unt": 1564, - "ohn": 1565, - "right": 1566, - "␣bec": 1567, - "␣Al": 1568, - "␣col": 1569, - "ows": 1570, - "␣money": 1571, - "␣took": 1572, - "␣saw": 1573, - "␣quite": 1574, - "␣ac": 1575, - "vel": 1576, - "␣walk": 1577, - "␣dra": 1578, - "mp": 1579, - "␣But": 1580, - "␣five": 1581, - "ug": 1582, - "␣Cha": 1583, - "leep": 1584, - "␣goes": 1585, - "␣use": 1586, - "␣fam": 1587, - "␣CHI": 1588, - "␣open": 1589, - "␣hm": 1590, - "pect": 1591, - "␣ob": 1592, - "The": 1593, - "ton": 1594, - "eb": 1595, - "␣ind": 1596, - "ES": 1597, - "␣bed": 1598, - "ished": 1599, - "␣num": 1600, - "␣stand": 1601, - "ane": 1602, - "␣sorry": 1603, - "nHow": 1604, - "␣enough": 1605, - "␣box": 1606, - "me": 1607, - "␣sur": 1608, - "ts": 1609, - "ins": 1610, - "tern": 1611, - "␣says": 1612, - "␣though": 1613, - "ters": 1614, - "␣ele": 1615, - "erson": 1616, - "␣until": 1617, - "␣hear": 1618, - "dy": 1619, - "oon": 1620, - "gr": 1621, - "␣huh": 1622, - "␣watch": 1623, - "␣coming": 1624, - "ib": 1625, - "nIf": 1626, - "␣course": 1627, - "␣real": 1628, - "␣door": 1629, - "␣stay": 1630, - "uff": 1631, - "␣ever": 1632, - "␣cat": 1633, - "ump": 1634, - "␣reg": 1635, - "az": 1636, - "ush": 1637, - "amp": 1638, - "␣war": 1639, - "␣ret": 1640, - "␣today": 1641, - "␣side": 1642, - "ject": 1643, - "␣eyes": 1644, - "OU": 1645, - "vent": 1646, - "␣pass": 1647, - "orning": 1648, - "ces": 1649, - "␣known": 1650, - "␣light": 1651, - "␣wom": 1652, - "␣red": 1653, - "ike": 1654, - "ower": 1655, - "␣pick": 1656, - "␣few": 1657, - "eak": 1658, - "ason": 1659, - "␣nothing": 1660, - "TEA": 1661, - "␣best": 1662, - "␣air": 1663, - "␣sing": 1664, - "ational": 1665, - "LL": 1666, - "␣asked": 1667, - "ning": 1668, - "ible": 1669, - "␣ter": 1670, - "␣young": 1671, - "rew": 1672, - "␣six": 1673, - "␣belie": 1674, - "ired": 1675, - "␣John": 1676, - "␣yet": 1677, - "␣seen": 1678, - "ial": 1679, - "␣MOT": 1680, - "ird": 1681, - "␣children": 1682, - "␣ph": 1683, - "ames": 1684, - "fta": 1685, - "␣_": 1686, - "␣hafta": 1687, - "␣pap": 1688, - "ger": 1689, - "␣remember": 1690, - "␣different": 1691, - "␣upon": 1692, - "␣fall": 1693, - "␣fell": 1694, - "orth": 1695, - "␣hur": 1696, - "ier": 1697, - "␣morning": 1698, - "ross": 1699, - "␣second": 1700, - "␣Ar": 1701, - "ased": 1702, - "␣leave": 1703, - "␣char": 1704, - "␣list": 1705, - "␣round": 1706, - "oor": 1707, - "uring": 1708, - "fect": 1709, - "␣dear": 1710, - "␣ent": 1711, - "␣hands": 1712, - "␣mind": 1713, - "␣looking": 1714, - "ween": 1715, - "mb": 1716, - "gether": 1717, - "␣together": 1718, - "ret": 1719, - "␣mar": 1720, - "nDo": 1721, - "␣An": 1722, - "ING": 1723, - "␣getting": 1724, - "␣kill": 1725, - "␣THE": 1726, - "␣rel": 1727, - "␣Miss": 1728, - "ER": 1729, - "tle": 1730, - "ures": 1731, - "cle": 1732, - "␣mil": 1733, - "␣This": 1734, - "␣bro": 1735, - "ash": 1736, - "by": 1737, - "ines": 1738, - "␣sound": 1739, - "ister": 1740, - "␣Mrs": 1741, - "ok": 1742, - "␣small": 1743, - "ollow": 1744, - "␣himself": 1745, - "␣rest": 1746, - "RA": 1747, - "␣tri": 1748, - "␣once": 1749, - "huh": 1750, - "␣New": 1751, - "␣What": 1752, - "nOkay": 1753, - "ork": 1754, - "␣As": 1755, - "␣between": 1756, - "␣pret": 1757, - "cha": 1758, - "␣both": 1759, - "␣heart": 1760, - "␣sil": 1761, - "␣sleep": 1762, - "ener": 1763, - "ma": 1764, - "omb": 1765, - "its": 1766, - "␣anim": 1767, - "␣foot": 1768, - "nWhy": 1769, - "␣pie": 1770, - "FCH": 1771, - "most": 1772, - "␣bad": 1773, - "less": 1774, - "␣each": 1775, - "␣high": 1776, - "␣having": 1777, - "une": 1778, - "␣heard": 1779, - "ote": 1780, - "␣table": 1781, - "ctor": 1782, - "ange": 1783, - "ating": 1784, - "␣cap": 1785, - "␣later": 1786, - "␣half": 1787, - "␣ca": 1788, - "␣without": 1789, - "ball": 1790, - "reen": 1791, - "␣ready": 1792, - "␣American": 1793, - "␣mm": 1794, - "ets": 1795, - "der": 1796, - "␣making": 1797, - "nEr": 1798, - "␣Gr": 1799, - "You": 1800, - "␣wind": 1801, - "␣world": 1802, - "nNow": 1803, - "␣noise": 1804, - "ered": 1805, - "␣Ind": 1806, - "␣pop": 1807, - "oice": 1808, - "␣soon": 1809, - "␣alright": 1810, - "␣top": 1811, - "␣cons": 1812, - "ten": 1813, - "␣Mom": 1814, - "AD": 1815, - "␣chair": 1816, - "ents": 1817, - "␣sort": 1818, - "␣dec": 1819, - "␣pretty": 1820, - "␣knew": 1821, - "stand": 1822, - "nMm": 1823, - "␣person": 1824, - "any": 1825, - "␣inst": 1826, - "rist": 1827, - "␣against": 1828, - "ama": 1829, - "ocal": 1830, - "␣died": 1831, - "ises": 1832, - "␣move": 1833, - "␣looked": 1834, - "␣i": 1835, - "␣dire": 1836, - "ged": 1837, - "␣happened": 1838, - "␣maybe": 1839, - "oe": 1840, - "␣sk": 1841, - "␣Ed": 1842, - "␣wanted": 1843, - "␣talking": 1844, - "␣Yeah": 1845, - "␣everything": 1846, - "␣4": 1847, - "bo": 1848, - "␣haven": 1849, - "␣mus": 1850, - "cept": 1851, - "ife": 1852, - "ted": 1853, - "␣hey": 1854, - "ision": 1855, - "ched": 1856, - "nDon": 1857, - "␣follow": 1858, - "osed": 1859, - "␣black": 1860, - "iet": 1861, - "pped": 1862, - "␣miss": 1863, - "www": 1864, - "erest": 1865, - "ief": 1866, - "ON": 1867, - "nU": 1868, - "␣number": 1869, - "␣dog": 1870, - "ertain": 1871, - "␣Th": 1872, - "␣De": 1873, - "br": 1874, - "ner": 1875, - "nCome": 1876, - "␣We": 1877, - "but": 1878, - "␣There": 1879, - "␣�": 1880, - "part": 1881, - "␣sn": 1882, - "␣meet": 1883, - "uss": 1884, - "␣ans": 1885, - "␣5": 1886, - "nThan": 1887, - "␣live": 1888, - "␣hell": 1889, - "␣fire": 1890, - "␣Daddy": 1891, - "␣United": 1892, - "␣dri": 1893, - "␣hour": 1894, - "den": 1895, - "␣bring": 1896, - "ale": 1897, - "ither": 1898, - "␣actually": 1899, - "␣eight": 1900, - "␣interest": 1901, - "␣gave": 1902, - "key": 1903, - "tend": 1904, - "wards": 1905, - "cial": 1906, - "␣born": 1907, - "␣lar": 1908, - "ubl": 1909, - "␣ass": 1910, - "ches": 1911, - "␣No": 1912, - "␣break": 1913, - "␣cut": 1914, - "nLet": 1915, - "OR": 1916, - "␣Ger": 1917, - "␣days": 1918, - "␣moment": 1919, - "␣town": 1920, - "␣wond": 1921, - "␣cur": 1922, - "␣family": 1923, - "ern": 1924, - "␣game": 1925, - "clud": 1926, - "␣add": 1927, - "io": 1928, - "␣quest": 1929, - "␣food": 1930, - "␣sub": 1931, - "bably": 1932, - "ual": 1933, - "iness": 1934, - "␣Eng": 1935, - "ised": 1936, - "␣believe": 1937, - "␣,": 1938, - "␣city": 1939, - "␣aw": 1940, - "␣inv": 1941, - "␣train": 1942, - "␣dar": 1943, - "␣id": 1944, - "␣trying": 1945, - "␣Oh": 1946, - "␣hor": 1947, - "sh": 1948, - "sel": 1949, - "ced": 1950, - "ax": 1951, - "aut": 1952, - "␣paper": 1953, - "nHey": 1954, - "␣since": 1955, - "␣met": 1956, - "␣hat": 1957, - "␣story": 1958, - "␣along": 1959, - "␣matter": 1960, - "␣whole": 1961, - "␣boys": 1962, - "␣God": 1963, - "ready": 1964, - "␣fact": 1965, - "␣kid": 1966, - "app": 1967, - "␣eas": 1968, - "ully": 1969, - "icha": 1970, - "␣almost": 1971, - "␣ref": 1972, - "␣pict": 1973, - "␣del": 1974, - "␣wasn": 1975, - "ye": 1976, - "ield": 1977, - "ony": 1978, - "␣draw": 1979, - "␣ten": 1980, - "␣squ": 1981, - "␣inter": 1982, - "oke": 1983, - "enty": 1984, - "uth": 1985, - "nIs": 1986, - "␣close": 1987, - "ative": 1988, - "hip": 1989, - "vers": 1990, - "GRA": 1991, - "␣hot": 1992, - "ics": 1993, - "␣Be": 1994, - "␣stick": 1995, - "arl": 1996, - "unt": 1997, - "␣team": 1998, - "orrow": 1999, - "␣understand": 2000, - "ular": 2001, - "vern": 2002, - "ec": 2003, - "ex": 2004, - "␣drink": 2005, - "ined": 2006, - "ants": 2007, - "␣comes": 2008, - "␣doll": 2009, - "aj": 2010, - "ped": 2011, - "␣job": 2012, - "␣started": 2013, - "elt": 2014, - "␣saying": 2015, - "␣swe": 2016, - "␣already": 2017, - "␣tra": 2018, - "␣speak": 2019, - "␣pull": 2020, - "ery": 2021, - "␣return": 2022, - "nAll": 2023, - "␣States": 2024, - "␣guess": 2025, - "␣stuff": 2026, - "␣darling": 2027, - "␣Har": 2028, - "␣blue": 2029, - "␣rep": 2030, - "aken": 2031, - "␣exc": 2032, - "fr": 2033, - "aster": 2034, - "␣near": 2035, - "␣laugh": 2036, - "␣Cl": 2037, - "␣wouldn": 2038, - "to": 2039, - "ities": 2040, - "ouch": 2041, - "␣poss": 2042, - "␣wonder": 2043, - "␣playing": 2044, - "rict": 2045, - "ives": 2046, - "␣Is": 2047, - "␣probably": 2048, - "where": 2049, - "ina": 2050, - "ries": 2051, - "␣dro": 2052, - "␣imp": 2053, - "␣build": 2054, - "nK": 2055, - "␣sign": 2056, - "␣brother": 2057, - "␣land": 2058, - "␣sent": 2059, - "␣times": 2060, - "␣6": 2061, - "␣hair": 2062, - "␣wrong": 2063, - "␣woman": 2064, - "␣played": 2065, - "␣disc": 2066, - "oup": 2067, - "␣feet": 2068, - "␣Christ": 2069, - "kes": 2070, - "ues": 2071, - "␣inc": 2072, - "␣hope": 2073, - "␣Z": 2074, - "␣proble": 2075, - "oud": 2076, - "␣son": 2077, - "␣pur": 2078, - "␣minute": 2079, - "␣cent": 2080, - "␣inf": 2081, - "␣Ste": 2082, - "␣white": 2083, - "iew": 2084, - "␣voice": 2085, - "␣friends": 2086, - "␣pay": 2087, - "␣gi": 2088, - "enn": 2089, - "␣sy": 2090, - "␣includ": 2091, - "oes": 2092, - "nNot": 2093, - "ific": 2094, - "␣during": 2095, - "␣Uh": 2096, - "EN": 2097, - "␣month": 2098, - "␣floor": 2099, - "␣country": 2100, - "␣Jap": 2101, - "ying": 2102, - "␣8": 2103, - "␣So": 2104, - "itting": 2105, - "␣full": 2106, - "␣means": 2107, - "nMy": 2108, - "KF": 2109, - "nBe": 2110, - "nJust": 2111, - "no": 2112, - "nSt": 2113, - "ital": 2114, - "␣plan": 2115, - "nWhen": 2116, - "ring": 2117, - "ently": 2118, - "␣poor": 2119, - "␣sim": 2120, - "ense": 2121, - "haps": 2122, - "␣May": 2123, - "␣idea": 2124, - "fter": 2125, - "␣lost": 2126, - "undred": 2127, - "ats": 2128, - "␣gotta": 2129, - "␣yell": 2130, - "aces": 2131, - "␣ste": 2132, - "It": 2133, - "airs": 2134, - "UR": 2135, - "␣brought": 2136, - "␣quick": 2137, - "ivers": 2138, - "␣movie": 2139, - "␣became": 2140, - "␣beaut": 2141, - "␣death": 2142, - "␣leg": 2143, - "child": 2144, - "␣stud": 2145, - "aid": 2146, - "␣happy": 2147, - "Oh": 2148, - "␣state": 2149, - "␣yourself": 2150, - "␣seemed": 2151, - "ones": 2152, - "nOn": 2153, - "␣ones": 2154, - "␣Count": 2155, - "ster": 2156, - "ize": 2157, - "␣mine": 2158, - "␣rather": 2159, - "␣Ad": 2160, - "␣Fl": 2161, - "ared": 2162, - "oint": 2163, - "ages": 2164, - "␣grand": 2165, - "␣form": 2166, - "␣exp": 2167, - "␣7": 2168, - "␣hundred": 2169, - "␣coll": 2170, - "ley": 2171, - "␣conf": 2172, - "␣pain": 2173, - "␣short": 2174, - "cted": 2175, - "inner": 2176, - "eth": 2177, - "␣certain": 2178, - "␣girls": 2179, - "␣fine": 2180, - "␣green": 2181, - "enc": 2182, - "␣–": 2183, - "␣sir": 2184, - "olog": 2185, - "ald": 2186, - "␣turned": 2187, - "␣contin": 2188, - "room": 2189, - "wer": 2190, - "rest": 2191, - "␣age": 2192, - "␣week": 2193, - "␣mag": 2194, - "end": 2195, - "␣music": 2196, - "␣began": 2197, - "␣beh": 2198, - "bles": 2199, - "ica": 2200, - "␣expl": 2201, - "ene": 2202, - "␣stra": 2203, - "eter": 2204, - "␣words": 2205, - "cess": 2206, - "␣gener": 2207, - "ipp": 2208, - "nRight": 2209, - "␣♪": 2210, - "ments": 2211, - "ober": 2212, - "␣daddy": 2213, - "␣lead": 2214, - "␣mouth": 2215, - "␣front": 2216, - "␣makes": 2217, - "␣aren": 2218, - "ese": 2219, - "son": 2220, - "ided": 2221, - "␣myself": 2222, - "ention": 2223, - "␣outside": 2224, - "␣taken": 2225, - "nThank": 2226, - "␣fav": 2227, - "␣prod": 2228, - "utes": 2229, - "␣sat": 2230, - "␣prom": 2231, - "␣Ben": 2232, - "ask": 2233, - "␣lady": 2234, - "ison": 2235, - "␣party": 2236, - "ured": 2237, - "sing": 2238, - "␣dat": 2239, - "␣able": 2240, - "␣color": 2241, - "ey": 2242, - "␣area": 2243, - "ressed": 2244, - "not": 2245, - "␣wants": 2246, - "aser": 2247, - "␣fight": 2248, - "␣cry": 2249, - "nAre": 2250, - "␣behind": 2251, - "omba": 2252, - "␣happen": 2253, - "ik": 2254, - "␣dead": 2255, - "␣tele": 2256, - "ford": 2257, - "rog": 2258, - "␣Sp": 2259, - "irty": 2260, - "␣song": 2261, - "␣Tom": 2262, - "ized": 2263, - "ury": 2264, - "used": 2265, - "␣prov": 2266, - "␣tre": 2267, - "olly": 2268, - "␣cir": 2269, - "␣write": 2270, - "ral": 2271, - "ape": 2272, - "␣es": 2273, - "␣How": 2274, - "␣County": 2275, - "selves": 2276, - "␣taking": 2277, - "ruary": 2278, - "␣import": 2279, - "ebruary": 2280, - "iful": 2281, - "␣funny": 2282, - "ole": 2283, - "␣less": 2284, - "fully": 2285, - "␣pat": 2286, - "␣IN": 2287, - "␣felt": 2288, - "␣main": 2289, - "DAD": 2290, - "What": 2291, - "iam": 2292, - "nLook": 2293, - "␣given": 2294, - "␣business": 2295, - "␣cra": 2296, - "lish": 2297, - "␣That": 2298, - "nWho": 2299, - "nWhere": 2300, - "ouble": 2301, - "␣toys": 2302, - "␣offic": 2303, - "␣case": 2304, - "␣ed": 2305, - "␣often": 2306, - "␣record": 2307, - "␣9": 2308, - "␣line": 2309, - "␣bear": 2310, - "␣animals": 2311, - "␣ext": 2312, - "head": 2313, - "ider": 2314, - "␣minutes": 2315, - "irth": 2316, - "␣At": 2317, - "␣mommy": 2318, - "␣Mommy": 2319, - "␣His": 2320, - "␣guys": 2321, - "␣lear": 2322, - "RE": 2323, - "␣serv": 2324, - "␣bar": 2325, - "␣deal": 2326, - "␣Japan": 2327, - "␣ya": 2328, - "anger": 2329, - "␣question": 2330, - "␣sometimes": 2331, - "␣change": 2332, - "␣Com": 2333, - "␣late": 2334, - "␣Dav": 2335, - "essie": 2336, - "␣February": 2337, - "EL": 2338, - "lease": 2339, - "anor": 2340, - "␣mess": 2341, - "ert": 2342, - "␣occ": 2343, - "␣Fraser": 2344, - "␣twenty": 2345, - "␣duck": 2346, - "␣-": 2347, - "␣tom": 2348, - "␣present": 2349, - "rence": 2350, - "nThen": 2351, - "eg": 2352, - "␣either": 2353, - "␣hello": 2354, - "␣picture": 2355, - "reet": 2356, - "␣cold": 2357, - "ander": 2358, - "gin": 2359, - "ada": 2360, - "␣till": 2361, - "␣med": 2362, - "ained": 2363, - "␣seven": 2364, - "␣ev": 2365, - "␣least": 2366, - "␣base": 2367, - "ara": 2368, - "␣listen": 2369, - "␣Bart": 2370, - "␣someone": 2371, - "␣couldn": 2372, - "␣piece": 2373, - "ffe": 2374, - "anu": 2375, - "ots": 2376, - "␣Then": 2377, - "␣yellow": 2378, - "␣rock": 2379, - "hil": 2380, - "ND": 2381, - "ides": 2382, - "␣Ele": 2383, - "␣sweet": 2384, - "LD": 2385, - "gie": 2386, - "␣Q": 2387, - "nDid": 2388, - "amed": 2389, - "illy": 2390, - "␣vis": 2391, - "␣hum": 2392, - "␣clot": 2393, - "ming": 2394, - "ric": 2395, - "oub": 2396, - "␣hi": 2397, - "ards": 2398, - "ead": 2399, - "␣em": 2400, - "␣boat": 2401, - "␣Car": 2402, - "␣York": 2403, - "owing": 2404, - "aughter": 2405, - "uly": 2406, - "ality": 2407, - "␣horse": 2408, - "␣cook": 2409, - "arent": 2410, - "har": 2411, - "eng": 2412, - "␣ins": 2413, - "␣fig": 2414, - "ze": 2415, - "␣hurt": 2416, - "fort": 2417, - "ains": 2418, - "ians": 2419, - "unch": 2420, - "␣large": 2421, - "␣publ": 2422, - "nCan": 2423, - "␣road": 2424, - "␣guy": 2425, - "␣fif": 2426, - "iously": 2427, - "␣strong": 2428, - "␣polit": 2429, - "born": 2430, - "␣pri": 2431, - "␣def": 2432, - "nGood": 2433, - "␣ago": 2434, - "een": 2435, - "gan": 2436, - "idge": 2437, - "␣birth": 2438, - "␣inside": 2439, - "unk": 2440, - "ham": 2441, - "␣alone": 2442, - "␣wish": 2443, - "␣wife": 2444, - "␣beautiful": 2445, - "rap": 2446, - "nV": 2447, - "␣govern": 2448, - "␣mid": 2449, - "␣repl": 2450, - "␣body": 2451, - "␣herself": 2452, - "␣others": 2453, - "ution": 2454, - "␣true": 2455, - "␣eng": 2456, - "zz": 2457, - "␣Char": 2458, - "␣dark": 2459, - "␣All": 2460, - "nMr": 2461, - "ned": 2462, - "␣Will": 2463, - "read": 2464, - "ounc": 2465, - "dle": 2466, - "iting": 2467, - "␣dinner": 2468, - "␣books": 2469, - "for": 2470, - "␣important": 2471, - "␣ground": 2472, - "␣reason": 2473, - "aul": 2474, - "␣fore": 2475, - "␣power": 2476, - "␣fish": 2477, - "␣YOU": 2478, - "␣fing": 2479, - "␣letter": 2480, - "␣check": 2481, - "aim": 2482, - "AS": 2483, - "ety": 2484, - "␣On": 2485, - "␣Pr": 2486, - "aur": 2487, - "RI": 2488, - "eor": 2489, - "atur": 2490, - "␣For": 2491, - "lex": 2492, - "␣tree": 2493, - "␣fair": 2494, - "␣opp": 2495, - "Yes": 2496, - "let": 2497, - "␣finished": 2498, - "␣gets": 2499, - "␣block": 2500, - "icip": 2501, - "␣district": 2502, - "␣Yes": 2503, - "␣clean": 2504, - "␣mark": 2505, - "TER": 2506, - "␣mill": 2507, - "␣working": 2508, - "ept": 2509, - "␣wear": 2510, - "␣TO": 2511, - "␣ty": 2512, - "␣lay": 2513, - "␣trans": 2514, - "ator": 2515, - "␣sister": 2516, - "␣lad": 2517, - "anuary": 2518, - "ousand": 2519, - "II": 2520, - "␣Bl": 2521, - "␣adv": 2522, - "␣gun": 2523, - "aced": 2524, - "ately": 2525, - "LE": 2526, - "oof": 2527, - "ists": 2528, - "els": 2529, - "␣lov": 2530, - "␣past": 2531, - "␣forg": 2532, - "nErm": 2533, - "␣fuck": 2534, - "␣Mag": 2535, - "␣order": 2536, - "␣sun": 2537, - "␣mot": 2538, - "␣sum": 2539, - "␣hon": 2540, - "␣depart": 2541, - "␣tried": 2542, - "␣rece": 2543, - "␣exam": 2544, - "␣among": 2545, - "iving": 2546, - "␣Well": 2547, - "gy": 2548, - "␣If": 2549, - "itch": 2550, - "iding": 2551, - "␣early": 2552, - "umb": 2553, - "nTh": 2554, - "␣art": 2555, - "ana": 2556, - "No": 2557, - "␣bat": 2558, - "␣across": 2559, - "And": 2560, - "␣touch": 2561, - "␣Bessie": 2562, - "␣pos": 2563, - "␣sitting": 2564, - "␣bath": 2565, - "cri": 2566, - "␣Bob": 2567, - "␣ra": 2568, - "␣river": 2569, - "ken": 2570, - "␣lo": 2571, - "angu": 2572, - "ichael": 2573, - "␣problem": 2574, - "␣Eleanor": 2575, - "␣reac": 2576, - "teen": 2577, - "␣lived": 2578, - "pril": 2579, - "␣da": 2580, - "ering": 2581, - "␣roll": 2582, - "nAs": 2583, - "␣star": 2584, - "␣prot": 2585, - "␣English": 2586, - "bit": 2587, - "␣football": 2588, - "␣bur": 2589, - "␣somebody": 2590, - "␣glad": 2591, - "␣chance": 2592, - "␣ran": 2593, - "␣When": 2594, - "UN": 2595, - "lly": 2596, - "␣cup": 2597, - "␣Bomba": 2598, - "ek": 2599, - "rat": 2600, - "␣War": 2601, - "␣January": 2602, - "ement": 2603, - "nFor": 2604, - "␣Con": 2605, - "␣Chi": 2606, - "␣expect": 2607, - "␣free": 2608, - "␣buy": 2609, - "␣conc": 2610, - "␣milk": 2611, - "URS": 2612, - "␣TH": 2613, - "men": 2614, - "owed": 2615, - "␣Can": 2616, - "␣news": 2617, - "␣class": 2618, - "␣attack": 2619, - "eed": 2620, - "acher": 2621, - "ism": 2622, - "␣sever": 2623, - "␣thousand": 2624, - "␣Bar": 2625, - "bed": 2626, - "␣win": 2627, - "ices": 2628, - "ovember": 2629, - "␣seems": 2630, - "␣silver": 2631, - "␣jo": 2632, - "␣tea": 2633, - "␣kiss": 2634, - "␣phone": 2635, - "raid": 2636, - "␣bag": 2637, - "␣nine": 2638, - "␣favor": 2639, - "␣David": 2640, - "␣hit": 2641, - "We": 2642, - "␣Sc": 2643, - "ris": 2644, - "ature": 2645, - "␣Her": 2646, - "␣held": 2647, - "␣knows": 2648, - "ays": 2649, - "nGo": 2650, - "velop": 2651, - "␣tomorrow": 2652, - "␣El": 2653, - "que": 2654, - "␣frog": 2655, - "␣law": 2656, - "␣thinking": 2657, - "ium": 2658, - "␣fast": 2659, - "␣Pro": 2660, - "ional": 2661, - "eared": 2662, - "␣object": 2663, - "␣killed": 2664, - "AP": 2665, - "␣several": 2666, - "␣pu": 2667, - "ued": 2668, - "␣appro": 2669, - "␣takes": 2670, - "␣bird": 2671, - "OL": 2672, - "ulation": 2673, - "␣yours": 2674, - "␣z": 2675, - "␣creat": 2676, - "erv": 2677, - "␣series": 2678, - "US": 2679, - "alth": 2680, - "␣arm": 2681, - "␣resp": 2682, - "But": 2683, - "␣vill": 2684, - "␣quiet": 2685, - "␣dad": 2686, - "ically": 2687, - "gas": 2688, - "␣north": 2689, - "␣German": 2690, - "zy": 2691, - "␣mod": 2692, - "orld": 2693, - "␣Brit": 2694, - "␣group": 2695, - "␣surpr": 2696, - "arch": 2697, - "ello": 2698, - "iter": 2699, - "␣langu": 2700, - "ney": 2701, - "␣toy": 2702, - "␣perhaps": 2703, - "min": 2704, - "itc": 2705, - "␣pot": 2706, - "␣send": 2707, - "␣King": 2708, - "␣company": 2709, - "␣lovely": 2710, - "␣November": 2711, - "␣blood": 2712, - "vision": 2713, - "ilt": 2714, - "␣wood": 2715, - "ived": 2716, - "␣ooh": 2717, - "nAl": 2718, - "though": 2719, - "␣const": 2720, - "␣dress": 2721, - "␣jump": 2722, - "amer": 2723, - "␣wall": 2724, - "␣Do": 2725, - "nGet": 2726, - "␣Phil": 2727, - "itten": 2728, - "iversity": 2729, - "rench": 2730, - "␣Pe": 2731, - "␣living": 2732, - "␣nose": 2733, - "␣OF": 2734, - "singing": 2735, - "␣Sh": 2736, - "␣kept": 2737, - "␣birthday": 2738, - "you": 2739, - "osp": 2740, - "ract": 2741, - "␣Gu": 2742, - "␣soft": 2743, - "␣county": 2744, - "mon": 2745, - "arth": 2746, - "␣Geor": 2747, - "␣par": 2748, - "␣usually": 2749, - "␣afraid": 2750, - "␣carry": 2751, - "ges": 2752, - "rom": 2753, - "gue": 2754, - "␣wow": 2755, - "stem": 2756, - "ility": 2757, - "co": 2758, - "ient": 2759, - "␣ear": 2760, - "␣points": 2761, - "␣daughter": 2762, - "␣heav": 2763, - "␣uhhuh": 2764, - "␣step": 2765, - "com": 2766, - "␣answer": 2767, - "␣cou": 2768, - "␣France": 2769, - "ler": 2770, - "␣fix": 2771, - "␣rele": 2772, - "iff": 2773, - "␣tick": 2774, - "␣straight": 2775, - "␣Mama": 2776, - "␣sold": 2777, - "␣Steven": 2778, - "␣hist": 2779, - "aint": 2780, - "␣report": 2781, - "irt": 2782, - "OM": 2783, - "␣prof": 2784, - "␣running": 2785, - "␣ann": 2786, - "overed": 2787, - "␣lots": 2788, - "Well": 2789, - "nAt": 2790, - "␣corn": 2791, - "IT": 2792, - "att": 2793, - "␣shop": 2794, - "␣nin": 2795, - "␣Don": 2796, - "␣clear": 2797, - "␣seat": 2798, - "␣charac": 2799, - "ED": 2800, - "␣member": 2801, - "␣vocal": 2802, - "␣trouble": 2803, - "␣ice": 2804, - "␣ain": 2805, - "␣within": 2806, - "␣la": 2807, - "ctober": 2808, - "ause": 2809, - "␣World": 2810, - "dden": 2811, - "␣cray": 2812, - "␣eating": 2813, - "ounter": 2814, - "ration": 2815, - "␣camp": 2816, - "␣months": 2817, - "␣field": 2818, - "␣fur": 2819, - "␣diff": 2820, - "␣become": 2821, - "␣hours": 2822, - "␣ve": 2823, - "ajor": 2824, - "band": 2825, - "makes": 2826, - "␣worked": 2827, - "␣careful": 2828, - "␣stood": 2829, - "wered": 2830, - "gram": 2831, - "␣cannot": 2832, - "inning": 2833, - "␣named": 2834, - "␣Tr": 2835, - "␣cross": 2836, - "␣sudden": 2837, - "␣gra": 2838, - "␣sea": 2839, - "␣Jane": 2840, - "␣Jack": 2841, - "␣whether": 2842, - "ggy": 2843, - "ev": 2844, - "␣breat": 2845, - "urch": 2846, - "␣hung": 2847, - "␣April": 2848, - "ounds": 2849, - "␣married": 2850, - "␣July": 2851, - "nw": 2852, - "␣tired": 2853, - "␣forward": 2854, - "␣ring": 2855, - "␣Col": 2856, - "␣women": 2857, - "nYour": 2858, - "ping": 2859, - "␣cried": 2860, - "nSh": 2861, - "actly": 2862, - "␣throw": 2863, - "␣everybody": 2864, - "␣themselves": 2865, - "␣partic": 2866, - "␣cor": 2867, - "entle": 2868, - "ls": 2869, - "par": 2870, - "␣fit": 2871, - "␣dream": 2872, - "hern": 2873, - "nMay": 2874, - "␣answered": 2875, - "eptember": 2876, - "erc": 2877, - "␣Sw": 2878, - "␣clothes": 2879, - "␣page": 2880, - "␣hang": 2881, - "ccess": 2882, - "␣lives": 2883, - "␣suppose": 2884, - "␣special": 2885, - "␣Maggie": 2886, - "␣Mc": 2887, - "ugust": 2888, - "␣clim": 2889, - "␣X": 2890, - "␣seem": 2891, - "aged": 2892, - "␣ton": 2893, - "␣sand": 2894, - "␣develop": 2895, - "␣catch": 2896, - "␣low": 2897, - "He": 2898, - "␣passed": 2899, - "␣cond": 2900, - "ude": 2901, - "ories": 2902, - "␣comple": 2903, - "␣department": 2904, - "␣band": 2905, - "␣fly": 2906, - "␣rain": 2907, - "␣pig": 2908, - "empt": 2909, - "␣October": 2910, - "ored": 2911, - "␣easy": 2912, - "␣knock": 2913, - "ician": 2914, - "␣post": 2915, - "oth": 2916, - "ights": 2917, - "␣SIS": 2918, - "␣pretend": 2919, - "eal": 2920, - "␣spec": 2921, - "␣couple": 2922, - "wo": 2923, - "␣proper": 2924, - "␣possible": 2925, - "␣fil": 2926, - "␣doctor": 2927, - "␣broken": 2928, - "ding": 2929, - "ouncil": 2930, - "␣egg": 2931, - "␣system": 2932, - "mother": 2933, - "␣ill": 2934, - "nHere": 2935, - "uk": 2936, - "nOne": 2937, - "␣feeling": 2938, - "␣pleas": 2939, - "␣sounds": 2940, - "␣putting": 2941, - "␣danger": 2942, - "␣television": 2943, - "ondon": 2944, - "␣commun": 2945, - "rod": 2946, - "␣North": 2947, - "␣station": 2948, - "stairs": 2949, - "␣polic": 2950, - "ean": 2951, - "ns": 2952, - "␣national": 2953, - "␣Man": 2954, - "␣exper": 2955, - "net": 2956, - "oops": 2957, - "␣doub": 2958, - "␣Pl": 2959, - "icks": 2960, - "␣contro": 2961, - "␣ju": 2962, - "␣cow": 2963, - "␣hors": 2964, - "␣diffic": 2965, - "joy": 2966, - "gar": 2967, - "rigin": 2968, - "␣September": 2969, - "␣Joe": 2970, - "ray": 2971, - "␣Aust": 2972, - "␣Cap": 2973, - "␣dest": 2974, - "␣Cal": 2975, - "␣slow": 2976, - "␣ord": 2977, - "␣Paul": 2978, - "␣arri": 2979, - "␣million": 2980, - "gasps": 2981, - "␣likes": 2982, - "␣window": 2983, - "␣kids": 2984, - "ffect": 2985, - "more": 2986, - "␣?": 2987, - "␣die": 2988, - "␣push": 2989, - "␣arms": 2990, - "␣cool": 2991, - "␣abs": 2992, - "ogn": 2993, - "nBecause": 2994, - "itty": 2995, - "␣view": 2996, - "ears": 2997, - "␣needs": 2998, - "␣Adam": 2999, - "owers": 3000, - "form": 3001, - "uts": 3002, - "That": 3003, - "␣Ab": 3004, - "ager": 3005, - "ID": 3006, - "unicip": 3007, - "␣Pat": 3008, - "␣sal": 3009, - "␣div": 3010, - "␣Michael": 3011, - "␣circ": 3012, - "␣forget": 3013, - "␣released": 3014, - "␣Le": 3015, - "ances": 3016, - "␣government": 3017, - "ai": 3018, - "ox": 3019, - "␣cause": 3020, - "␣August": 3021, - "␣Grand": 3022, - "␣stat": 3023, - "friend": 3024, - "␣gentle": 3025, - "␣South": 3026, - "␣waiting": 3027, - "␣London": 3028, - "␣worry": 3029, - "GH": 3030, - "box": 3031, - "SS": 3032, - "␣oper": 3033, - "␣support": 3034, - "␣above": 3035, - "babbles": 3036, - "␣moved": 3037, - "ked": 3038, - "nCH": 3039, - "␣whatever": 3040, - "␣noises": 3041, - "rop": 3042, - "ardon": 3043, - "␣var": 3044, - "␣however": 3045, - "␣hus": 3046, - "␣office": 3047, - "␣king": 3048, - "ode": 3049, - "␣event": 3050, - "emy": 3051, - "come": 3052, - "␣har": 3053, - "nand": 3054, - "amb": 3055, - "igg": 3056, - "␣mur": 3057, - "␣City": 3058, - "␣tonight": 3059, - "␣miles": 3060, - "␣equ": 3061, - "␣puts": 3062, - "nAh": 3063, - "cember": 3064, - "cient": 3065, - "␣est": 3066, - "␣season": 3067, - "ops": 3068, - "␣success": 3069, - "␣Indian": 3070, - "␣standing": 3071, - "␣changed": 3072, - "la": 3073, - "␣requ": 3074, - "␣organ": 3075, - "oose": 3076, - "␣truck": 3077, - "␣telling": 3078, - "resent": 3079, - "␣gold": 3080, - "␣forgot": 3081, - "oren": 3082, - "␣Go": 3083, - "␣sca": 3084, - "uced": 3085, - "␣police": 3086, - "␣perfect": 3087, - "␣recogn": 3088, - "␣Eur": 3089, - "uce": 3090, - "␣shoot": 3091, - "sings": 3092, - "␣*": 3093, - "␣towards": 3094, - "␣whom": 3095, - "␣fa": 3096, - "urs": 3097, - "alc": 3098, - "␣bye": 3099, - "␣caught": 3100, - "␣meant": 3101, - "␣luck": 3102, - "ele": 3103, - "␣shot": 3104, - "␣shar": 3105, - "␣whose": 3106, - "␣effect": 3107, - "yl": 3108, - "␣stru": 3109, - "fer": 3110, - "␣mist": 3111, - "terday": 3112, - "␣nearly": 3113, - "mbers": 3114, - "ceed": 3115, - "noon": 3116, - "␣god": 3117, - "␣One": 3118, - "␣anyway": 3119, - "omas": 3120, - "␣enjoy": 3121, - "␣shoes": 3122, - "␣returned": 3123, - "␣excl": 3124, - "nPlease": 3125, - "␣March": 3126, - "itchen": 3127, - "fast": 3128, - "ror": 3129, - "␣ow": 3130, - "␣written": 3131, - "mas": 3132, - "␣Aunt": 3133, - "ified": 3134, - "bs": 3135, - "␣pen": 3136, - "␣shut": 3137, - "␣French": 3138, - "␣municip": 3139, - "ffee": 3140, - "reed": 3141, - "iron": 3142, - "over": 3143, - "␣press": 3144, - "␣population": 3145, - "␣former": 3146, - "␣June": 3147, - "␣cos": 3148, - "␣hop": 3149, - "phone": 3150, - "␣vocalises": 3151, - "␣afternoon": 3152, - "␣esc": 3153, - "␣thirty": 3154, - "␣My": 3155, - "␣cover": 3156, - "␣direct": 3157, - "␣origin": 3158, - "␣kitchen": 3159, - "counter": 3160, - "␣sick": 3161, - "␣University": 3162, - "␣test": 3163, - "uit": 3164, - "␣fill": 3165, - "␣board": 3166, - "␣program": 3167, - "␣clos": 3168, - "␣pract": 3169, - "rupt": 3170, - "ior": 3171, - "va": 3172, - "␣disapp": 3173, - "ggest": 3174, - "␣quickly": 3175, - "␣det": 3176, - "␣language": 3177, - "rs": 3178, - "␣jack": 3179, - "VE": 3180, - "tom": 3181, - "CHILD": 3182, - "ency": 3183, - "che": 3184, - "␣husband": 3185, - "ising": 3186, - "␣chick": 3187, - "␣Now": 3188, - "␣broke": 3189, - "␣Edna": 3190, - "␣December": 3191, - "uct": 3192, - "ground": 3193, - "␣building": 3194, - "␣ride": 3195, - "␣Ma": 3196, - "␣turns": 3197, - "␣fellow": 3198, - "ience": 3199, - "cially": 3200, - "␣Charl": 3201, - "␣ban": 3202, - "␣mis": 3203, - "␣fat": 3204, - "␣fear": 3205, - "␣West": 3206, - "rible": 3207, - "␣toward": 3208, - "␣ship": 3209, - "␣suggest": 3210, - "␣childes": 3211, - "CHILDES": 3212, - "lo": 3213, - "␣ahead": 3214, - "␣longer": 3215, - "␣farm": 3216, - "aimed": 3217, - "␣mad": 3218, - "␣deep": 3219, - "ula": 3220, - "␣exactly": 3221, - "␣cost": 3222, - "␣Jose": 3223, - "␣ought": 3224, - "␣drive": 3225, - "␣following": 3226, - "arden": 3227, - "ni": 3228, - "␣island": 3229, - "␣position": 3230, - "OW": 3231, - "ron": 3232, - "␣Alex": 3233, - "AM": 3234, - "␣Sir": 3235, - "␣After": 3236, - "␣eye": 3237, - "␣fort": 3238, - "␣British": 3239, - "␣character": 3240, - "␣except": 3241, - "␣Rep": 3242, - "␣evening": 3243, - "ET": 3244, - "oop": 3245, - "␣replied": 3246, - "con": 3247, - "␣sight": 3248, - "␣members": 3249, - "␣safe": 3250, - "␣instead": 3251, - "␣av": 3252, - "nEx": 3253, - "␣prop": 3254, - "␣visit": 3255, - "reek": 3256, - "␣region": 3257, - "␣figure": 3258, - "AL": 3259, - "␣save": 3260, - "␣anyone": 3261, - "␣finish": 3262, - "␣lie": 3263, - "nEvery": 3264, - "␣dem": 3265, - "␣public": 3266, - "␣tot": 3267, - "␣Min": 3268, - "␣monkey": 3269, - "oles": 3270, - "␣village": 3271, - "␣tow": 3272, - "aud": 3273, - "␣common": 3274, - "␣wild": 3275, - "␣haha": 3276, - "␣yesterday": 3277, - "␣happens": 3278, - "␣parent": 3279, - "ighb": 3280, - "␣spend": 3281, - "␣worth": 3282, - "␣wrote": 3283, - "␣cast": 3284, - "uation": 3285, - "␣super": 3286, - "␣National": 3287, - "uthor": 3288, - "␣Dan": 3289, - "ti": 3290, - "␣middle": 3291, - "␣eh": 3292, - "␣whis": 3293, - "␣!": 3294, - "␣stuck": 3295, - "nTo": 3296, - "ift": 3297, - "ffic": 3298, - "␣camer": 3299, - "␣protect": 3300, - "bur": 3301, - "␣di": 3302, - "␣ru": 3303, - "␣coffee": 3304, - "␣current": 3305, - "night": 3306, - "␣tem": 3307, - "␣pieces": 3308, - "␣decided": 3309, - "hel": 3310, - "idence": 3311, - "ums": 3312, - "hile": 3313, - "␣interested": 3314, - "ospital": 3315, - "view": 3316, - "␣butter": 3317, - "ino": 3318, - "estern": 3319, - "␣Good": 3320, - "COL": 3321, - "well": 3322, - "ining": 3323, - "␣mount": 3324, - "acy": 3325, - "hich": 3326, - "time": 3327, - "␣bow": 3328, - "␣Thomas": 3329, - "ichard": 3330, - "ege": 3331, - "␣sus": 3332, - "␣giving": 3333, - "resident": 3334, - "ELS": 3335, - "␣meeting": 3336, - "␣England": 3337, - "␣juice": 3338, - "rit": 3339, - "␣places": 3340, - "␣built": 3341, - "nMaybe": 3342, - "gest": 3343, - "␣bes": 3344, - "␣service": 3345, - "␣heavy": 3346, - "cent": 3347, - "yn": 3348, - "␣games": 3349, - "␣supposed": 3350, - "eddy": 3351, - "␣iss": 3352, - "␣ang": 3353, - "nWith": 3354, - "ology": 3355, - "iod": 3356, - "␣using": 3357, - "␣doubt": 3358, - "␣treat": 3359, - "tered": 3360, - "bert": 3361, - "␣teacher": 3362, - "␣Frank": 3363, - "␣commune": 3364, - "␣silence": 3365, - "␣complete": 3366, - "␣burn": 3367, - "␣rad": 3368, - "␣Why": 3369, - "nHave": 3370, - "␣followed": 3371, - "orence": 3372, - "␣dam": 3373, - "␣trust": 3374, - "APTER": 3375, - "␣Eve": 3376, - "␣swim": 3377, - "␣favorite": 3378, - "nAn": 3379, - "iling": 3380, - "␣Dr": 3381, - "␣Ros": 3382, - "note": 3383, - "ott": 3384, - "ushed": 3385, - "␣stri": 3386, - "olute": 3387, - "␣Comm": 3388, - "IC": 3389, - "␣third": 3390, - "␣reached": 3391, - "itted": 3392, - "␣opened": 3393, - "␣legs": 3394, - "oul": 3395, - "ishing": 3396, - "␣Par": 3397, - "␣somewhere": 3398, - "␣silly": 3399, - "␣cop": 3400, - "␣fail": 3401, - "nSome": 3402, - "␣bas": 3403, - "eally": 3404, - "␣pardon": 3405, - "␣certainly": 3406, - "sc": 3407, - "␣tape": 3408, - "␣val": 3409, - "␣snow": 3410, - "␣grow": 3411, - "␣stopped": 3412, - "␣store": 3413, - "␣appear": 3414, - "␣animal": 3415, - "␣breakfast": 3416, - "␣tur": 3417, - "␣club": 3418, - "␣Europe": 3419, - "mm": 3420, - "erry": 3421, - "␣quar": 3422, - "␣Captain": 3423, - "iny": 3424, - "␣belong": 3425, - "king": 3426, - "␣Joseph": 3427, - "␣pack": 3428, - "␣Brad": 3429, - "␣led": 3430, - "␣Pol": 3431, - "␣indeed": 3432, - "iled": 3433, - "␣shout": 3434, - "nAny": 3435, - "ging": 3436, - "␣mam": 3437, - "␣lunch": 3438, - "ills": 3439, - "␣letters": 3440, - "whis": 3441, - "␣blow": 3442, - "␣profess": 3443, - "nCHAPTER": 3444, - "ips": 3445, - "␣general": 3446, - "␣comfort": 3447, - "␣result": 3448, - "␣match": 3449, - "␣consider": 3450, - "␣street": 3451, - "␣Re": 3452, - "␣bought": 3453, - "␣crayon": 3454, - "␣single": 3455, - "Foot": 3456, - "␣level": 3457, - "␣inform": 3458, - "␣learn": 3459, - "␣major": 3460, - "␣neck": 3461, - "␣leaving": 3462, - "ille": 3463, - "␣secret": 3464, - "␣president": 3465, - "␣local": 3466, - "␣Mum": 3467, - "nTHE": 3468, - "aves": 3469, - "␣account": 3470, - "␣received": 3471, - "␣works": 3472, - "that": 3473, - "␣watches": 3474, - "␣strange": 3475, - "eder": 3476, - "iles": 3477, - "␣holds": 3478, - "onel": 3479, - "␣weeks": 3480, - "mpions": 3481, - "␣camera": 3482, - "␣dep": 3483, - "␣remark": 3484, - "␣difficult": 3485, - "isc": 3486, - "␣cre": 3487, - "␣Am": 3488, - "␣period": 3489, - "ternational": 3490, - "␣although": 3491, - "␣adm": 3492, - "Footnote": 3493, - "how": 3494, - "␣park": 3495, - "␣Jwww": 3496, - "␣everyone": 3497, - "␣warm": 3498, - "phan": 3499, - "␣sense": 3500, - "␣sol": 3501, - "bl": 3502, - "␣decl": 3503, - "␣example": 3504, - "␣master": 3505, - "␣kick": 3506, - "like": 3507, - "␣mention": 3508, - "␣reach": 3509, - "itz": 3510, - "␣career": 3511, - "␣ut": 3512, - "␣bottom": 3513, - "␣bull": 3514, - "␣dry": 3515, - "omin": 3516, - "␣Jim": 3517, - "rie": 3518, - "␣‘": 3519, - "␣crying": 3520, - "␣]": 3521, - "␣lift": 3522, - "␣Lea": 3523, - "␣accept": 3524, - "␣apart": 3525, - "␣defe": 3526, - "AY": 3527, - "iday": 3528, - "␣rub": 3529, - "nHello": 3530, - "NA": 3531, - "Why": 3532, - "␣leaves": 3533, - "ya": 3534, - "␣honey": 3535, - "␣emp": 3536, - "␣fifty": 3537, - "␣finger": 3538, - "␣municipality": 3539, - "bers": 3540, - "␣bang": 3541, - "␣brown": 3542, - "␣compan": 3543, - "␣express": 3544, - "work": 3545, - "␣orange": 3546, - "␣moving": 3547, - "␣cand": 3548, - "␣human": 3549, - "␣Sha": 3550, - "JW": 3551, - "nel": 3552, - "␣cake": 3553, - "␣wash": 3554, - "␣politician": 3555, - "␣lim": 3556, - "bing": 3557, - "␣sad": 3558, - "cket": 3559, - "␣bright": 3560, - "␣George": 3561, - "␣crazy": 3562, - "␣suddenly": 3563, - "␣descri": 3564, - "␣bread": 3565, - "␣appeared": 3566, - "ancy": 3567, - "␣’": 3568, - "ograp": 3569, - "iforn": 3570, - "␣Not": 3571, - "ization": 3572, - "␣hungry": 3573, - "aff": 3574, - "␣hospital": 3575, - "␣anybody": 3576, - "␣Florence": 3577, - "␣AND": 3578, - "␣history": 3579, - "␣hig": 3580, - "alm": 3581, - "␣vide": 3582, - "pecially": 3583, - "␣including": 3584, - "␣lab": 3585, - "acing": 3586, - "␣alb": 3587, - "␣spoke": 3588, - "␣glass": 3589, - "␣elect": 3590, - "␣watching": 3591, - "ils": 3592, - "fl": 3593, - "ida": 3594, - "nAfter": 3595, - "␣dev": 3596, - "␣carried": 3597, - "UNK": 3598, - "resh": 3599, - "␣Or": 3600, - "de": 3601, - "␣author": 3602, - "␣engine": 3603, - "elen": 3604, - "␣prison": 3605, - "␣summer": 3606, - "nect": 3607, - "␣hasn": 3608, - "␣Me": 3609, - "␣allowed": 3610, - "␣design": 3611, - "␣further": 3612, - "␣loc": 3613, - "␣Great": 3614, - "␣truth": 3615, - "ording": 3616, - "␣busy": 3617, - "ifornia": 3618, - "roy": 3619, - "␣anymore": 3620, - "␣compet": 3621, - "␣Te": 3622, - "UT": 3623, - "␣capital": 3624, - "go": 3625, - "␣imag": 3626, - "oman": 3627, - "ensus": 3628, - "␣INV": 3629, - "␣$": 3630, - "␣To": 3631, - "␣President": 3632, - "␣cab": 3633, - "␣Some": 3634, - "␣tast": 3635, - "␣smell": 3636, - "␣clever": 3637, - "␣laughs": 3638, - "␣based": 3639, - "␣norm": 3640, - "␣incre": 3641, - "␣vol": 3642, - "␣IT": 3643, - "orts": 3644, - "␣uhoh": 3645, - "␣bank": 3646, - "␣Ell": 3647, - "␣type": 3648, - "␣Richard": 3649, - "␣Cent": 3650, - "nSee": 3651, - "␣Roy": 3652, - "ales": 3653, - "␣slight": 3654, - "␣bud": 3655, - "␣necess": 3656, - "␣spot": 3657, - "what": 3658, - "asket": 3659, - "␣California": 3660, - "␣gen": 3661, - "␣Dad": 3662, - "␣horses": 3663, - "␣self": 3664, - "␣spir": 3665, - "␣gall": 3666, - "␣babies": 3667, - "␣oo": 3668, - "␣Christmas": 3669, - "␣wand": 3670, - "␣yep": 3671, - "␣health": 3672, - "␣Amy": 3673, - "␣neighb": 3674, - "␣thanks": 3675, - "nUh": 3676, - "␣garden": 3677, - "arty": 3678, - "ission": 3679, - "␣exclaimed": 3680, - "␣south": 3681, - "␣writing": 3682, - "␣added": 3683, - "␣trees": 3684, - "␣breath": 3685, - "mo": 3686, - "nOr": 3687, - "␣Ital": 3688, - "␣attention": 3689, - "␣accident": 3690, - "rel": 3691, - "ourn": 3692, - "␣America": 3693, - "␣invol": 3694, - "pes": 3695, - "␣dance": 3696, - "␣gas": 3697, - "��itself": 3698, - "␣Russ": 3699, - "nes": 3700, - "␣names": 3701, - "␣lock": 3702, - "␣bra": 3703, - "nSorry": 3704, - "ashing": 3705, - "␣corner": 3706, - "␣wet": 3707, - "uty": 3708, - "pend": 3709, - "off": 3710, - "ran": 3711, - "␣shouldn": 3712, - "␣walking": 3713, - "␣sell": 3714, - "␣Dor": 3715, - "␣Wh": 3716, - "␣Ex": 3717, - "␣ver": 3718, - "isten": 3719, - "␣distance": 3720, - "␣tail": 3721, - "␣pink": 3722, - "ilar": 3723, - "␣compl": 3724, - "␣parents": 3725, - "iced": 3726, - "␣vict": 3727, - "There": 3728, - "␣puzz": 3729, - "␣player": 3730, - "␣holding": 3731, - "unny": 3732, - "␣beginning": 3733, - "␣pause": 3734, - "␣William": 3735, - "␣liked": 3736, - "␣Peter": 3737, - "ribut": 3738, - "cious": 3739, - "␣BRO": 3740, - "astic": 3741, - "aper": 3742, - "␣Austral": 3743, - "␣hall": 3744, - "␣dropped": 3745, - "␣blocks": 3746, - "ien": 3747, - "␣hun": 3748, - "␣Ag": 3749, - "␣feed": 3750, - "␣capt": 3751, - "␣collect": 3752, - "␣subject": 3753, - "␣continued": 3754, - "␣Sm": 3755, - "␣space": 3756, - "␣track": 3757, - "␣cream": 3758, - "␣showed": 3759, - "␣attempt": 3760, - "␣educ": 3761, - "lt": 3762, - "ston": 3763, - "␣natur": 3764, - "␣hole": 3765, - "␣questions": 3766, - "␣chicken": 3767, - "␣fut": 3768, - "␣hide": 3769, - "␣Sec": 3770, - "␣Per": 3771, - "elve": 3772, - "␣respect": 3773, - "por": 3774, - "␣none": 3775, - "atch": 3776, - "nThanks": 3777, - "␣beat": 3778, - "␣sex": 3779, - "dd": 3780, - "ply": 3781, - "␣tor": 3782, - "␣gar": 3783, - "␣situation": 3784, - "board": 3785, - "iol": 3786, - "␣danc": 3787, - "ases": 3788, - "IR": 3789, - "␣fucking": 3790, - "ume": 3791, - "␣represent": 3792, - "␣loved": 3793, - "ades": 3794, - "ference": 3795, - "␣church": 3796, - "ELL": 3797, - "␣By": 3798, - "␣Uncle": 3799, - "St": 3800, - "itive": 3801, - "␣Hall": 3802, - "␣chief": 3803, - "now": 3804, - "viously": 3805, - "␣hous": 3806, - "␣earth": 3807, - "␣cheese": 3808, - "␣delight": 3809, - "␣control": 3810, - "cries": 3811, - "ument": 3812, - "␣River": 3813, - "␣prin": 3814, - "␣House": 3815, - "nOf": 3816, - "␣slowly": 3817, - "␣weren": 3818, - "aug": 3819, - "␣loud": 3820, - "␣hast": 3821, - "␣Than": 3822, - "ength": 3823, - "CK": 3824, - "␣James": 3825, - "␣bottle": 3826, - "␣drop": 3827, - "wood": 3828, - "sey": 3829, - "iger": 3830, - "␣command": 3831, - "␣lose": 3832, - "ires": 3833, - "␣Em": 3834, - "cell": 3835, - "rug": 3836, - "␣teddy": 3837, - "␣Su": 3838, - "␣teeth": 3839, - "␣flowers": 3840, - "ipe": 3841, - "␣laughing": 3842, - "␣ma": 3843, - "aps": 3844, - "␣port": 3845, - "illa": 3846, - "␣seeing": 3847, - "cuse": 3848, - "␣rul": 3849, - "␣charge": 3850, - "␣interesting": 3851, - "␣fingers": 3852, - "iant": 3853, - "ky": 3854, - "␣mach": 3855, - "␣rid": 3856, - "␣role": 3857, - "␣problems": 3858, - "aining": 3859, - "␣spl": 3860, - "␣Lo": 3861, - "aker": 3862, - "␣crow": 3863, - "␣dollars": 3864, - "olutely": 3865, - "hood": 3866, - "␣eff": 3867, - "␣ye": 3868, - "isted": 3869, - "Don": 3870, - "␣future": 3871, - "iot": 3872, - "esus": 3873, - "␣nor": 3874, - "␣Mary": 3875, - "␣share": 3876, - "ounced": 3877, - "␣reading": 3878, - "␣activ": 3879, - "␣circle": 3880, - "␣paid": 3881, - "␣force": 3882, - "␣anx": 3883, - "house": 3884, - "omes": 3885, - "␣Se": 3886, - "␣These": 3887, - "␣entire": 3888, - "␣video": 3889, - "iers": 3890, - "␣starts": 3891, - "␣eggs": 3892, - "␣bene": 3893, - "play": 3894, - "clock": 3895, - "␣regard": 3896, - "inite": 3897, - "␣mum": 3898, - "␣Let": 3899, - "␣comb": 3900, - "␣cars": 3901, - "␣priv": 3902, - "het": 3903, - "␣Mon": 3904, - "␣jud": 3905, - "␣Dada": 3906, - "␣singing": 3907, - "␣hate": 3908, - "␣information": 3909, - "␣sna": 3910, - "lymp": 3911, - "yond": 3912, - "␣Sam": 3913, - "␣shit": 3914, - "west": 3915, - "␣wide": 3916, - "riage": 3917, - "␣gives": 3918, - "olution": 3919, - "␣movies": 3920, - "inc": 3921, - "␣host": 3922, - "␣needed": 3923, - "lect": 3924, - "␣nobody": 3925, - "cture": 3926, - "How": 3927, - "hold": 3928, - "ili": 3929, - "␣older": 3930, - "␣walked": 3931, - "␣tall": 3932, - "␣lying": 3933, - "nWait": 3934, - "␣bridge": 3935, - "␣serious": 3936, - "ala": 3937, - "␣shows": 3938, - "␣wonderful": 3939, - "␣Island": 3940, - "gon": 3941, - "rang": 3942, - "atives": 3943, - "rene": 3944, - "␣extra": 3945, - "␣aut": 3946, - "␣goin": 3947, - "␣direction": 3948, - "ination": 3949, - "␣uncle": 3950, - "␣smile": 3951, - "␣Alexander": 3952, - "aret": 3953, - "␣scar": 3954, - "␣east": 3955, - "␣concern": 3956, - "␣Just": 3957, - "pered": 3958, - "lu": 3959, - "␣card": 3960, - "␣wel": 3961, - "ads": 3962, - "␣rab": 3963, - "␣mem": 3964, - "␣separ": 3965, - "␣term": 3966, - "␣pictures": 3967, - "␣Luc": 3968, - "nthe": 3969, - "ounded": 3970, - "ploy": 3971, - "␣created": 3972, - "␣vers": 3973, - "␣Lou": 3974, - "EC": 3975, - "␣Mark": 3976, - "nHi": 3977, - "␣project": 3978, - "␣plays": 3979, - "ggie": 3980, - "␣elephan": 3981, - "␣especially": 3982, - "␣Olymp": 3983, - "ption": 3984, - "␣handle": 3985, - "␣towel": 3986, - "␣length": 3987, - "icro": 3988, - "bout": 3989, - "␣mass": 3990, - "␣Cup": 3991, - "␣picked": 3992, - "␣occas": 3993, - "isy": 3994, - "␣album": 3995, - "␣Sund": 3996, - "␣twelve": 3997, - "␣ep": 3998, - "␣India": 3999, - "␣FAT": 4000, - "␣spell": 4001, - "␣drawing": 4002, - "␣purple": 4003, - "inos": 4004, - "ession": 4005, - "medi": 4006, - "exas": 4007, - "␣similar": 4008, - "HAT": 4009, - "␣grass": 4010, - "nReally": 4011, - "ography": 4012, - "ees": 4013, - "nit": 4014, - "␣ears": 4015, - "␣convers": 4016, - "␣bigger": 4017, - "ites": 4018, - "␣rev": 4019, - "raft": 4020, - "␣earl": 4021, - "istory": 4022, - "␣army": 4023, - "nHis": 4024, - "␣pers": 4025, - "soci": 4026, - "␣comput": 4027, - "␣due": 4028, - "rian": 4029, - "␣popular": 4030, - "␣et": 4031, - "␣census": 4032, - "␣hy": 4033, - "ico": 4034, - "␣crack": 4035, - "␣Mex": 4036, - "␣picks": 4037, - "face": 4038, - "␣wag": 4039, - "␣naught": 4040, - "␣species": 4041, - "val": 4042, - "ashed": 4043, - "␣terrible": 4044, - "uction": 4045, - "␣dirty": 4046, - "␣repe": 4047, - "␣Are": 4048, - "␣Right": 4049, - "␣particular": 4050, - "chan": 4051, - "ius": 4052, - "␣Co": 4053, - "␣amount": 4054, - "␣State": 4055, - "atter": 4056, - "irm": 4057, - "␣talked": 4058, - "␣accom": 4059, - "itary": 4060, - "␣School": 4061, - "␣Air": 4062, - "␣Rob": 4063, - "erve": 4064, - "itions": 4065, - "str": 4066, - "␣Afr": 4067, - "elly": 4068, - "␣Lord": 4069, - "␣invest": 4070, - "␣century": 4071, - "␣mix": 4072, - "␣Helen": 4073, - "␣pocket": 4074, - "␣excuse": 4075, - "␣discuss": 4076, - "␣parts": 4077, - "␣turning": 4078, - "␣surprise": 4079, - "look": 4080, - "␣basket": 4081, - "␣viol": 4082, - "␣US": 4083, - "␣actor": 4084, - "␣date": 4085, - "␣stars": 4086, - "uge": 4087, - "cks": 4088, - "␣spent": 4089, - "␣ON": 4090, - "dom": 4091, - "asc": 4092, - "nLike": 4093, - "␣interrupt": 4094, - "IGH": 4095, - "eep": 4096, - "za": 4097, - "␣sle": 4098, - "␣boo": 4099, - "␣prep": 4100, - "␣League": 4101, - "uel": 4102, - "␣pounds": 4103, - "␣blank": 4104, - "␣ris": 4105, - "␣AM": 4106, - "␣spoon": 4107, - "inary": 4108, - "␣closed": 4109, - "␣obs": 4110, - "cher": 4111, - "arr": 4112, - "␣background": 4113, - "␣sky": 4114, - "ipped": 4115, - "llust": 4116, - "␣Fred": 4117, - "␣worse": 4118, - "␣manner": 4119, - "␣key": 4120, - "␣asking": 4121, - "␣Anne": 4122, - "␣square": 4123, - "␣Japanese": 4124, - "␣Mart": 4125, - "␣With": 4126, - "␣difference": 4127, - "␣caused": 4128, - "nStop": 4129, - "ka": 4130, - "pose": 4131, - "␣council": 4132, - "ato": 4133, - "ural": 4134, - "ival": 4135, - "antly": 4136, - "␣alive": 4137, - "␣below": 4138, - "␣directed": 4139, - "␣promise": 4140, - "␣Que": 4141, - "kin": 4142, - "ustom": 4143, - "ppy": 4144, - "␣Okay": 4145, - "uckles": 4146, - "␣court": 4147, - "lin": 4148, - "chn": 4149, - "␣settle": 4150, - "aturday": 4151, - "set": 4152, - "isf": 4153, - "␣fresh": 4154, - "amund": 4155, - "␣hol": 4156, - "raph": 4157, - "␣den": 4158, - "ament": 4159, - "␣Who": 4160, - "␣finally": 4161, - "bye": 4162, - "␣hiding": 4163, - "␣Bro": 4164, - "␣Republ": 4165, - "ugg": 4166, - "aven": 4167, - "point": 4168, - "␣tit": 4169, - "␣lion": 4170, - "ably": 4171, - "ously": 4172, - "sn": 4173, - "nTake": 4174, - "rey": 4175, - "␣Mad": 4176, - "␣respons": 4177, - "␣upstairs": 4178, - "␣crowd": 4179, - "OO": 4180, - "␣fle": 4181, - "roat": 4182, - "␣connect": 4183, - "eneral": 4184, - "␣beyond": 4185, - "␣asleep": 4186, - "ansas": 4187, - "␣raised": 4188, - "bes": 4189, - "␣stren": 4190, - "␣helped": 4191, - "␣refer": 4192, - "␣ninet": 4193, - "field": 4194, - "␣Texas": 4195, - "␣policy": 4196, - "mit": 4197, - "␣stage": 4198, - "ems": 4199, - "␣hurry": 4200, - "ruction": 4201, - "upid": 4202, - "␣oppos": 4203, - "␣joined": 4204, - "vious": 4205, - "␣fool": 4206, - "ushing": 4207, - "␣ST": 4208, - "␣apple": 4209, - "ighs": 4210, - "␣brief": 4211, - "␣aff": 4212, - "␣manage": 4213, - "␣coat": 4214, - "conom": 4215, - "␣deter": 4216, - "Then": 4217, - "asp": 4218, - "ij": 4219, - "wise": 4220, - "nTell": 4221, - "␣Its": 4222, - "␣naughty": 4223, - "If": 4224, - "␣spring": 4225, - "hire": 4226, - "ki": 4227, - "␣covered": 4228, - "␣penc": 4229, - "␣Mus": 4230, - "pping": 4231, - "zen": 4232, - "lla": 4233, - "outhern": 4234, - "␣immedi": 4235, - "azing": 4236, - "␣community": 4237, - "yer": 4238, - "oming": 4239, - "␣Charlie": 4240, - "pers": 4241, - "␣wha": 4242, - "␣whoops": 4243, - "olf": 4244, - "␣magnet": 4245, - "␣Ser": 4246, - "laughing": 4247, - "␣phot": 4248, - "␣destroy": 4249, - "␣&": 4250, - "inct": 4251, - "␣possib": 4252, - "nded": 4253, - "alt": 4254, - "␣crit": 4255, - "␣fre": 4256, - "␣threat": 4257, - "ett": 4258, - "␣likely": 4259, - "brother": 4260, - "␣include": 4261, - "wh": 4262, - "aded": 4263, - "␣process": 4264, - "␣introd": 4265, - "␣agree": 4266, - "␣However": 4267, - "␣Sunday": 4268, - "␣meat": 4269, - "␣arrest": 4270, - "ivil": 4271, - "␣THAT": 4272, - "␣pal": 4273, - "␣numbers": 4274, - "␣gate": 4275, - "␣grew": 4276, - "ville": 4277, - "worth": 4278, - "hal": 4279, - "␣rese": 4280, - "nyou": 4281, - "␣scared": 4282, - "Now": 4283, - "ids": 4284, - "orthern": 4285, - "␣speed": 4286, - "␣streng": 4287, - "ittee": 4288, - "␣west": 4289, - "oughs": 4290, - "oved": 4291, - "␣driving": 4292, - "af": 4293, - "nis": 4294, - "␣drew": 4295, - "␣race": 4296, - "␣Sar": 4297, - "␣Dist": 4298, - "ago": 4299, - "kn": 4300, - "vocal": 4301, - "␣Mat": 4302, - "␣sheep": 4303, - "␣fright": 4304, - "␣Jones": 4305, - "␣thinks": 4306, - "light": 4307, - "oly": 4308, - "␣Park": 4309, - "␣conv": 4310, - "␣famous": 4311, - "␣Gerva": 4312, - "␣sandw": 4313, - "␣pleasure": 4314, - "VER": 4315, - "yle": 4316, - "␣fem": 4317, - "iment": 4318, - "␣rap": 4319, - "␣Come": 4320, - "␣needta": 4321, - "␣wake": 4322, - "␣cru": 4323, - "lden": 4324, - "chie": 4325, - "nListen": 4326, - "␣speaking": 4327, - "␣Peggy": 4328, - "She": 4329, - "othy": 4330, - "ashion": 4331, - "␣province": 4332, - "␣lines": 4333, - "␣Harry": 4334, - "␣birds": 4335, - "␣Govern": 4336, - "non": 4337, - "itor": 4338, - "␣nur": 4339, - "␣Ac": 4340, - "␣total": 4341, - "My": 4342, - "␣Bill": 4343, - "␣Gl": 4344, - "␣Gervaise": 4345, - "␣sens": 4346, - "␣Dem": 4347, - "␣airport": 4348, - "␣Indians": 4349, - "␣natural": 4350, - "under": 4351, - "␣hero": 4352, - "ortun": 4353, - "␣perform": 4354, - "␣missing": 4355, - "␣Germany": 4356, - "␣weap": 4357, - "␣election": 4358, - "␣sleeping": 4359, - "␣captain": 4360, - "␣satisf": 4361, - "␣battle": 4362, - "␣wa": 4363, - "ingly": 4364, - "␣rough": 4365, - "␣Father": 4366, - "␣plane": 4367, - "␣calling": 4368, - "␣swing": 4369, - "␣broad": 4370, - "␣ur": 4371, - "␣flat": 4372, - "cer": 4373, - "␣tap": 4374, - "ivid": 4375, - "obert": 4376, - "␣tries": 4377, - "ini": 4378, - "rect": 4379, - "erved": 4380, - "FRI": 4381, - "HH": 4382, - "line": 4383, - "enry": 4384, - "␣threw": 4385, - "␣stream": 4386, - "␣Saturday": 4387, - "␣grad": 4388, - "cience": 4389, - "␣simply": 4390, - "␣various": 4391, - "reme": 4392, - "ademy": 4393, - "␣ident": 4394, - "␣oops": 4395, - "vey": 4396, - "␣und": 4397, - "␣Tur": 4398, - "␣attend": 4399, - "␣skin": 4400, - "inosaur": 4401, - "she": 4402, - "␣beha": 4403, - "␣bell": 4404, - "␣Coll": 4405, - "␣sett": 4406, - "␣Qu": 4407, - "␣size": 4408, - "atic": 4409, - "uses": 4410, - "␣East": 4411, - "␣arrived": 4412, - "␣Rosamund": 4413, - "ests": 4414, - "nMhm": 4415, - "can": 4416, - "antic": 4417, - "ables": 4418, - "␣ways": 4419, - "␣Marie": 4420, - "␣terms": 4421, - "␣Ange": 4422, - "␣steps": 4423, - "initely": 4424, - "ALL": 4425, - "In": 4426, - "␣fol": 4427, - "␣stories": 4428, - "␣anywhere": 4429, - "␣join": 4430, - "␣emb": 4431, - "␣stupid": 4432, - "olm": 4433, - "ongress": 4434, - "rain": 4435, - "ences": 4436, - "␣goodness": 4437, - "␣Steve": 4438, - "sp": 4439, - "␣Carl": 4440, - "␣neg": 4441, - "berry": 4442, - "ocol": 4443, - "␣buck": 4444, - "asons": 4445, - "aching": 4446, - "␣forth": 4447, - "␣formed": 4448, - "␣served": 4449, - "␣Christian": 4450, - "LA": 4451, - "␣Che": 4452, - "␣ended": 4453, - "␣Champions": 4454, - "␣officer": 4455, - "␣Loire": 4456, - "asure": 4457, - "␣wheel": 4458, - "␣Party": 4459, - "␣mostly": 4460, - "␣largest": 4461, - "␣Bur": 4462, - "MU": 4463, - "kiss": 4464, - "sy": 4465, - "␣tou": 4466, - "␣Wind": 4467, - "␣original": 4468, - "␣angry": 4469, - "␣welcome": 4470, - "ially": 4471, - "␣tower": 4472, - "␣Lady": 4473, - "␣spread": 4474, - "␣peace": 4475, - "␣San": 4476, - "␣Bat": 4477, - "ularly": 4478, - "␣placed": 4479, - "epend": 4480, - "␣guard": 4481, - "␣starting": 4482, - "␣happening": 4483, - "rer": 4484, - "␣dressed": 4485, - "␣forty": 4486, - "␣rich": 4487, - "stit": 4488, - "␣notice": 4489, - "nWill": 4490, - "␣entered": 4491, - "␣study": 4492, - "␣surprised": 4493, - "burg": 4494, - "␣elephant": 4495, - "␣rose": 4496, - "␣Mac": 4497, - "␣suff": 4498, - "␣relations": 4499, - "␣missed": 4500, - "␣tax": 4501, - "erland": 4502, - "␣bound": 4503, - "␣laid": 4504, - "␣Where": 4505, - "␣conside": 4506, - "␣considered": 4507, - "ST": 4508, - "␣bite": 4509, - "␣dinosaur": 4510, - "␣onto": 4511, - "AK": 4512, - "CE": 4513, - "cast": 4514, - "␣Irene": 4515, - "␣Gra": 4516, - "␣hardly": 4517, - "They": 4518, - "␣market": 4519, - "␣nineteen": 4520, - "Do": 4521, - "Qu": 4522, - "ux": 4523, - "␣Sch": 4524, - "oph": 4525, - "␣college": 4526, - "␣pet": 4527, - "ached": 4528, - "␣BE": 4529, - "␣pray": 4530, - "ENT": 4531, - "␣ninety": 4532, - "␣Bradford": 4533, - "ita": 4534, - "␣mer": 4535, - "anny": 4536, - "ours": 4537, - "KAT": 4538, - "bre": 4539, - "roll": 4540, - "␣shape": 4541, - "order": 4542, - "␣loves": 4543, - "␣sevent": 4544, - "␣plate": 4545, - "␣Nor": 4546, - "␣sharp": 4547, - "␣machine": 4548, - "hin": 4549, - "anch": 4550, - "icious": 4551, - "␣Of": 4552, - "ails": 4553, - "␣env": 4554, - "nGive": 4555, - "anced": 4556, - "␣Lara": 4557, - "␣simple": 4558, - "␣supper": 4559, - "␣final": 4560, - "␣involved": 4561, - "␣tone": 4562, - "oring": 4563, - "␣laug": 4564, - "␣joy": 4565, - "␣FOR": 4566, - "␣trad": 4567, - "␣clown": 4568, - "␣Street": 4569, - "␣film": 4570, - "␣bomb": 4571, - "edy": 4572, - "␣Red": 4573, - "␣unless": 4574, - "JO": 4575, - "ique": 4576, - "␣tight": 4577, - "␣youth": 4578, - "␣trick": 4579, - "␣employ": 4580, - "␣)": 4581, - "␣cult": 4582, - "␣From": 4583, - "craft": 4584, - "␣choo": 4585, - "␣cabin": 4586, - "␣earlier": 4587, - "␣laughed": 4588, - "rim": 4589, - "␣High": 4590, - "␣fighting": 4591, - "␣ladies": 4592, - "␣radio": 4593, - "ergy": 4594, - "␣Council": 4595, - "anda": 4596, - "oom": 4597, - "␣aged": 4598, - "␣action": 4599, - "␣bunny": 4600, - "␣lap": 4601, - "␣net": 4602, - "ION": 4603, - "orough": 4604, - "␣twice": 4605, - "␣coach": 4606, - "gu": 4607, - "arm": 4608, - "␣Cor": 4609, - "ively": 4610, - "␣pleased": 4611, - "␣pencil": 4612, - "LY": 4613, - "itude": 4614, - "oma": 4615, - "␣knights": 4616, - "ension": 4617, - "␣occur": 4618, - "␣computer": 4619, - "␣Hey": 4620, - "␣uhuh": 4621, - "nEven": 4622, - "␣completely": 4623, - "itzerland": 4624, - "␣AMY": 4625, - "␣ham": 4626, - "outs": 4627, - "␣mummy": 4628, - "␣pan": 4629, - "ousin": 4630, - "izes": 4631, - "␣fallen": 4632, - "ba": 4633, - "␣therefore": 4634, - "␣Ram": 4635, - "␣dangerous": 4636, - "␣empty": 4637, - "father": 4638, - "sil": 4639, - "uke": 4640, - "␣react": 4641, - "␣areas": 4642, - "␣bless": 4643, - "␣Chic": 4644, - "␣falling": 4645, - "␣announced": 4646, - "nUn": 4647, - "␣Switzerland": 4648, - "␣conversation": 4649, - "orks": 4650, - "␣search": 4651, - "nThese": 4652, - "␣phys": 4653, - "␣higher": 4654, - "␣Mother": 4655, - "nDoes": 4656, - "oken": 4657, - "anish": 4658, - "␣pir": 4659, - "␣weather": 4660, - "␣OK": 4661, - "␣puzzle": 4662, - "␣houses": 4663, - "␣throat": 4664, - "usion": 4665, - "␣District": 4666, - "␣ME": 4667, - "␣shirt": 4668, - "␣Ok": 4669, - "␣actress": 4670, - "␣easily": 4671, - "hered": 4672, - "␣cell": 4673, - "␣IS": 4674, - "␣dere": 4675, - "iance": 4676, - "␣strugg": 4677, - "␣duty": 4678, - "␣rob": 4679, - "␣moves": 4680, - "ointed": 4681, - "␣political": 4682, - "␣mistake": 4683, - "Illust": 4684, - "␣ta": 4685, - "ether": 4686, - "␣shoe": 4687, - "␣clock": 4688, - "ples": 4689, - "␣scene": 4690, - "␣eleven": 4691, - "␣medic": 4692, - "pa": 4693, - "␣Jesus": 4694, - "␣scream": 4695, - "␣fifteen": 4696, - "␣escape": 4697, - "just": 4698, - "␣wit": 4699, - "␣crew": 4700, - "␣path": 4701, - "␣social": 4702, - "␣La": 4703, - "␣grou": 4704, - "␣opportun": 4705, - "␣winter": 4706, - "␣quarter": 4707, - "␣declared": 4708, - "arrow": 4709, - "␣Bra": 4710, - "nHistory": 4711, - "␣chap": 4712, - "␣filled": 4713, - "rib": 4714, - "nSomet": 4715, - "gged": 4716, - "␣explain": 4717, - "␣lucky": 4718, - "of": 4719, - "␣Award": 4720, - "␣note": 4721, - "nWhich": 4722, - "atherine": 4723, - "␣colors": 4724, - "nNothing": 4725, - "␣honest": 4726, - "CAR": 4727, - "IF": 4728, - "reg": 4729, - "␣moon": 4730, - "␣Ber": 4731, - "␣Albert": 4732, - "␣flying": 4733, - "␣ide": 4734, - "nOK": 4735, - "␣learned": 4736, - "inal": 4737, - "␣ble": 4738, - "␣thick": 4739, - "␣rate": 4740, - "␣allow": 4741, - "eman": 4742, - "␣enc": 4743, - "ockey": 4744, - "␣excited": 4745, - "␣temper": 4746, - "ota": 4747, - "␣econom": 4748, - "␣roof": 4749, - "ungle": 4750, - "␣influ": 4751, - "␣necessary": 4752, - "IM": 4753, - "␣mir": 4754, - "␣gir": 4755, - "␣row": 4756, - "ocrat": 4757, - "nFrom": 4758, - "OP": 4759, - "din": 4760, - "␣suit": 4761, - "ensive": 4762, - "␣fellows": 4763, - "ja": 4764, - "␣II": 4765, - "␣nature": 4766, - "lected": 4767, - "␣ate": 4768, - "␣mentioned": 4769, - "Illustration": 4770, - "␣merc": 4771, - "␣pun": 4772, - "ify": 4773, - "␣personal": 4774, - "don": 4775, - "pos": 4776, - "␣drug": 4777, - "nWould": 4778, - "␣Port": 4779, - "␣appl": 4780, - "␣Union": 4781, - "␣lem": 4782, - "arry": 4783, - "elest": 4784, - "igs": 4785, - "␣sugar": 4786, - "␣chem": 4787, - "␣walks": 4788, - "␣pulled": 4789, - "␣published": 4790, - "␣estab": 4791, - "␣tong": 4792, - "␣tiny": 4793, - "␣nea": 4794, - "␣Sant": 4795, - "␣plant": 4796, - "␣Chris": 4797, - "␣address": 4798, - "␣epis": 4799, - "␣strength": 4800, - "do": 4801, - "van": 4802, - "␣ap": 4803, - "␣non": 4804, - "aries": 4805, - "␣Jul": 4806, - "␣Little": 4807, - "␣cloud": 4808, - "␣singer": 4809, - "TH": 4810, - "␣doggie": 4811, - "␣lips": 4812, - "␣deg": 4813, - "␣imm": 4814, - "␣military": 4815, - "nExcuse": 4816, - "␣mamma": 4817, - "SC": 4818, - "␣bill": 4819, - "␣eager": 4820, - "nMe": 4821, - "␣relig": 4822, - "␣awful": 4823, - "␣practice": 4824, - "␣rabbit": 4825, - "␣kitty": 4826, - "␣enemy": 4827, - "␣Creek": 4828, - "␣offer": 4829, - "␣Chair": 4830, - "␣expected": 4831, - "␣beside": 4832, - "␣spirit": 4833, - "bell": 4834, - "␣iron": 4835, - "␣surface": 4836, - "␣desk": 4837, - "␣development": 4838, - "␣swimming": 4839, - "ening": 4840, - "iel": 4841, - "␣Jean": 4842, - "␣regular": 4843, - "␣dogs": 4844, - "␣dancing": 4845, - "imit": 4846, - "␣Henry": 4847, - "␣General": 4848, - "␣van": 4849, - "␣grab": 4850, - "␣proud": 4851, - "␣percent": 4852, - "␣Minister": 4853, - "␣immediately": 4854, - "␣offe": 4855, - "ucker": 4856, - "␣watched": 4857, - "␣Carol": 4858, - "␣faith": 4859, - "␣Louis": 4860, - "urity": 4861, - "␣deb": 4862, - "bered": 4863, - "␣stands": 4864, - "␣tiger": 4865, - "ators": 4866, - "␣hadn": 4867, - "␣chocol": 4868, - "␣cheer": 4869, - "␣soul": 4870, - "␣storm": 4871, - "ola": 4872, - "␣whoa": 4873, - "␣advent": 4874, - "␣keeping": 4875, - "elebr": 4876, - "ari": 4877, - "␣button": 4878, - "elp": 4879, - "␣brush": 4880, - "nCh": 4881, - "␣calm": 4882, - "arily": 4883, - "␣inj": 4884, - "␣TV": 4885, - "␣Pre": 4886, - "␣shore": 4887, - "␣shoulder": 4888, - "␣International": 4889, - "␣bother": 4890, - "␣inqu": 4891, - "oted": 4892, - "lear": 4893, - "eless": 4894, - "␣rights": 4895, - "␣usual": 4896, - "␣acqu": 4897, - "␣lights": 4898, - "minist": 4899, - "oid": 4900, - "␣cro": 4901, - "␣plain": 4902, - "␣Beck": 4903, - "␣woods": 4904, - "���occasion": 4905, - "All": 4906, - "rid": 4907, - "icle": 4908, - "nBy": 4909, - "ciety": 4910, - "␣appre": 4911, - "oos": 4912, - "␣stone": 4913, - "␣noticed": 4914, - "␣sail": 4915, - "␣Law": 4916, - "ression": 4917, - "anche": 4918, - "␣purpose": 4919, - "alcolm": 4920, - "omen": 4921, - "␣saved": 4922, - "␣Jenn": 4923, - "obile": 4924, - "␣bedroom": 4925, - "␣message": 4926, - "RUS": 4927, - "␣towns": 4928, - "␣earn": 4929, - "␣fault": 4930, - "␣aud": 4931, - "␣nap": 4932, - "␣Alf": 4933, - "␣Did": 4934, - "hips": 4935, - "␣promised": 4936, - "␣occup": 4937, - "␣definitely": 4938, - "known": 4939, - "␣groups": 4940, - "range": 4941, - "heart": 4942, - "utch": 4943, - "achel": 4944, - "eech": 4945, - "␣impro": 4946, - "␣motion": 4947, - "␣micro": 4948, - "␣fro": 4949, - "␣Jo": 4950, - "␣grown": 4951, - "␣Australia": 4952, - "hem": 4953, - "icated": 4954, - "␣prim": 4955, - "␣techn": 4956, - "␣smoke": 4957, - "␣indust": 4958, - "␣figures": 4959, - "␣absolutely": 4960, - "␣professional": 4961, - "␣loss": 4962, - "idden": 4963, - "␣Matt": 4964, - "cely": 4965, - "␣remem": 4966, - "␣mater": 4967, - "␣Bo": 4968, - "␣peek": 4969, - "␣director": 4970, - "eleste": 4971, - "␣mud": 4972, - "␣pool": 4973, - "␣nurs": 4974, - "␣Cat": 4975, - "␣Robert": 4976, - "␣agreed": 4977, - "actor": 4978, - "␣ourselves": 4979, - "␣normal": 4980, - "␣determ": 4981, - "␣yum": 4982, - "pper": 4983, - "␣continues": 4984, - "␣straw": 4985, - "round": 4986, - "␣states": 4987, - "␣downstairs": 4988, - "␣wearing": 4989, - "␣issue": 4990, - "␣Dorothy": 4991, - "back": 4992, - "ram": 4993, - "␣dig": 4994, - "␣fashion": 4995, - "nTwo": 4996, - "␣exist": 4997, - "␣begin": 4998, - "␣produced": 4999, - "IGHT": 5000, - "␣cities": 5001, - "oves": 5002, - "␣heads": 5003, - "␣struck": 5004, - "paper": 5005, - "␣cart": 5006, - "␣depend": 5007, - "ucky": 5008, - "␣remain": 5009, - "␣evidence": 5010, - "␣Donald": 5011, - "␣murder": 5012, - "␣Academy": 5013, - "␣huge": 5014, - "␣rail": 5015, - "␣Sy": 5016, - "␣plenty": 5017, - "␣Kore": 5018, - "␣energy": 5019, - "␣individ": 5020, - "␣hotel": 5021, - "␣Bobby": 5022, - "␣experience": 5023, - "␣gentleman": 5024, - "␣avail": 5025, - "␣remarked": 5026, - "␣utter": 5027, - "␣taste": 5028, - "Ch": 5029, - "ummer": 5030, - "␣Fort": 5031, - "␣meaning": 5032, - "␣smart": 5033, - "␣countries": 5034, - "␣listening": 5035, - "␣guns": 5036, - "Celeste": 5037, - "␣plans": 5038, - "␣carefully": 5039, - "UD": 5040, - "orter": 5041, - "␣lid": 5042, - "nAND": 5043, - "␣tells": 5044, - "rated": 5045, - "ooper": 5046, - "␣Tony": 5047, - "␣jour": 5048, - "ourt": 5049, - "␣leader": 5050, - "IE": 5051, - "cue": 5052, - "mie": 5053, - "␣wan": 5054, - "ero": 5055, - "␣doc": 5056, - "␣Bel": 5057, - "␣Lem": 5058, - "␣Er": 5059, - "␣choice": 5060, - "␣perfor": 5061, - "␣purs": 5062, - "␣songs": 5063, - "aign": 5064, - "␣CH": 5065, - "irgin": 5066, - "␣Mer": 5067, - "␣En": 5068, - "iction": 5069, - "ledge": 5070, - "␣attract": 5071, - "Not": 5072, - "gl": 5073, - "␣coast": 5074, - "ification": 5075, - "eer": 5076, - "ups": 5077, - "␣cards": 5078, - "␣toast": 5079, - "␣jungle": 5080, - "␣Ro": 5081, - "osta": 5082, - "␣feat": 5083, - "␣balls": 5084, - "␣motor": 5085, - "␣soldiers": 5086, - "␣chocolate": 5087, - "ossible": 5088, - "␣climb": 5089, - "␣Ellie": 5090, - "coughs": 5091, - "iest": 5092, - "nie": 5093, - "␣cere": 5094, - "vell": 5095, - "␣Bab": 5096, - "␣Games": 5097, - "osh": 5098, - "ruct": 5099, - "nPe": 5100, - "␣Flor": 5101, - "␣Sarah": 5102, - "RR": 5103, - "␣remained": 5104, - "␣generally": 5105, - "␣histor": 5106, - "␣grave": 5107, - "ooh": 5108, - "␣Bu": 5109, - "␣intend": 5110, - "␣desp": 5111, - "␣assist": 5112, - "␣edge": 5113, - "␣imagine": 5114, - "␣tongue": 5115, - "␣fund": 5116, - "uten": 5117, - "␣Mor": 5118, - "␣Hi": 5119, - "␣DO": 5120, - "ulf": 5121, - "␣trunk": 5122, - "␣paint": 5123, - "␣education": 5124, - "nCl": 5125, - "␣travel": 5126, - "␣modern": 5127, - "This": 5128, - "␣celebr": 5129, - "␣thou": 5130, - "␣weak": 5131, - "illiant": 5132, - "␣Roman": 5133, - "ords": 5134, - "␣text": 5135, - "␣officers": 5136, - "␣dread": 5137, - "urt": 5138, - "␣blind": 5139, - "␣private": 5140, - "da": 5141, - "␣western": 5142, - "␣pill": 5143, - "␣stret": 5144, - "␣Mont": 5145, - "␣Kitty": 5146, - "AND": 5147, - "␣sits": 5148, - "␣clearly": 5149, - "LLL": 5150, - "␣perfectly": 5151, - "gress": 5152, - "has": 5153, - "itation": 5154, - "␣pa": 5155, - "␣waste": 5156, - "␣proceed": 5157, - "␣perm": 5158, - "␣snake": 5159, - "noise": 5160, - "IL": 5161, - "ishes": 5162, - "␣log": 5163, - "␣Chan": 5164, - "nYOU": 5165, - "␣Rem": 5166, - "␣Black": 5167, - "␣fixed": 5168, - "␣brave": 5169, - "␣tears": 5170, - "ima": 5171, - "␣ships": 5172, - "␣Their": 5173, - "inese": 5174, - "␣discovered": 5175, - "ironment": 5176, - "enny": 5177, - "␣emer": 5178, - "␣stairs": 5179, - "␣Mel": 5180, - "␣Sid": 5181, - "osing": 5182, - "ocks": 5183, - "␣driver": 5184, - "␣produc": 5185, - "␣rule": 5186, - "MB": 5187, - "kins": 5188, - "␣custom": 5189, - "␣firm": 5190, - "otte": 5191, - "␣Sen": 5192, - "␣price": 5193, - "␣screw": 5194, - "␣monster": 5195, - "␣believed": 5196, - "␣brothers": 5197, - "nding": 5198, - "␣dare": 5199, - "␣inn": 5200, - "vere": 5201, - "␣Ham": 5202, - "nAye": 5203, - "␣vo": 5204, - "␣younger": 5205, - "␣trip": 5206, - "␣Play": 5207, - "␣version": 5208, - "gain": 5209, - "␣hill": 5210, - "␣Many": 5211, - "ura": 5212, - "␣knife": 5213, - "␣neither": 5214, - "␣spoken": 5215, - "␣contract": 5216, - "␣seconds": 5217, - "␣opposite": 5218, - "rees": 5219, - "chuckles": 5220, - "␣Bert": 5221, - "nWas": 5222, - "␣craw": 5223, - "icy": 5224, - "ushes": 5225, - "␣Cr": 5226, - "␣WAS": 5227, - "␣Prov": 5228, - "␣nurse": 5229, - "␣dun": 5230, - "nSir": 5231, - "␣circum": 5232, - "␣demand": 5233, - "JJ": 5234, - "iber": 5235, - "␣sides": 5236, - "␣faces": 5237, - "asy": 5238, - "␣Two": 5239, - "␣sake": 5240, - "␣print": 5241, - "␣calls": 5242, - "␣surv": 5243, - "cellent": 5244, - "sych": 5245, - "oons": 5246, - "␣woof": 5247, - "␣nomin": 5248, - "nTr": 5249, - "␣teach": 5250, - "␣kinda": 5251, - "␣runs": 5252, - "␣honor": 5253, - "ef": 5254, - "␣tun": 5255, - "␣taught": 5256, - "␣heat": 5257, - "␣shown": 5258, - "nSure": 5259, - "ictor": 5260, - "ilda": 5261, - "␣airpl": 5262, - "AVE": 5263, - "zes": 5264, - "␣wed": 5265, - "␣weight": 5266, - "␣worried": 5267, - "␣brain": 5268, - "␣arrow": 5269, - "␣shad": 5270, - "␣afterwards": 5271, - "␣choose": 5272, - "oking": 5273, - "␣sandwich": 5274, - "␣opportunity": 5275, - "using": 5276, - "␣Pil": 5277, - "istic": 5278, - "nCould": 5279, - "␣flower": 5280, - "␣enter": 5281, - "␣decision": 5282, - "␣product": 5283, - "SE": 5284, - "␣lawyer": 5285, - "␣model": 5286, - "iring": 5287, - "␣RE": 5288, - "␣Charles": 5289, - "␣mountain": 5290, - "␣Italian": 5291, - "ios": 5292, - "␣pin": 5293, - "␣Mid": 5294, - "␣founded": 5295, - "ebye": 5296, - "␣properly": 5297, - "␣anxious": 5298, - "␣wrest": 5299, - "␣ho": 5300, - "␣Malcolm": 5301, - "␣helping": 5302, - "So": 5303, - "hest": 5304, - "raw": 5305, - "␣Here": 5306, - "␣addition": 5307, - "OME": 5308, - "␣pleasant": 5309, - "␣European": 5310, - "dam": 5311, - "put": 5312, - "wr": 5313, - "␣ign": 5314, - "␣double": 5315, - "lend": 5316, - "␣Med": 5317, - "␣Gold": 5318, - "␣pants": 5319, - "␣Mot": 5320, - "␣Minn": 5321, - "␣bathroom": 5322, - "␣northwest": 5323, - "␣tv": 5324, - "␣ox": 5325, - "␣grandma": 5326, - "nVery": 5327, - "␣Reg": 5328, - "␣centre": 5329, - "␣included": 5330, - "␣journey": 5331, - "ners": 5332, - "␣chat": 5333, - "␣lower": 5334, - "␣ant": 5335, - "␣Cass": 5336, - "␣comment": 5337, - "␣according": 5338, - "␣forest": 5339, - "␣harm": 5340, - "hod": 5341, - "istan": 5342, - "␣speech": 5343, - "␣contact": 5344, - "␣opening": 5345, - "␣magaz": 5346, - "ares": 5347, - "erhaps": 5348, - "nds": 5349, - "icate": 5350, - "␣reck": 5351, - "␣Nat": 5352, - "aked": 5353, - "nOur": 5354, - "nCos": 5355, - "␣unc": 5356, - "␣Scott": 5357, - "␣prepared": 5358, - "␣Martin": 5359, - "␣Ne": 5360, - "␣vote": 5361, - "fection": 5362, - "␣shake": 5363, - "izing": 5364, - "chard": 5365, - "arently": 5366, - "␣effort": 5367, - "␣#": 5368, - "␣mut": 5369, - "␣growing": 5370, - "␣marry": 5371, - "␣eighty": 5372, - "␣services": 5373, - "␣tar": 5374, - "␣ce": 5375, - "␣pound": 5376, - "ache": 5377, - "␣Wil": 5378, - "␣brilliant": 5379, - "nGot": 5380, - "cip": 5381, - "␣Church": 5382, - "␣evident": 5383, - "␣budget": 5384, - "host": 5385, - "pany": 5386, - "␣range": 5387, - "aboo": 5388, - "onday": 5389, - "␣obviously": 5390, - "␣Thank": 5391, - "UK": 5392, - "sha": 5393, - "␣soup": 5394, - "␣forces": 5395, - "␣Mic": 5396, - "␣Ted": 5397, - "␣Gab": 5398, - "␣Nav": 5399, - "␣Your": 5400, - "udd": 5401, - "␣shower": 5402, - "␣falls": 5403, - "␣Spanish": 5404, - "nMrs": 5405, - "aura": 5406, - "␣walls": 5407, - "ona": 5408, - "angle": 5409, - "␣Marg": 5410, - "␣Warren": 5411, - "␣structure": 5412, - "oured": 5413, - "enne": 5414, - "␣Act": 5415, - "oday": 5416, - "ograph": 5417, - "␣favour": 5418, - "␣fairly": 5419, - "␣Doctor": 5420, - "␣particularly": 5421, - "␣Queen": 5422, - "␣Catherine": 5423, - "ores": 5424, - "␣Pays": 5425, - "␣quality": 5426, - "␣bringing": 5427, - "iggles": 5428, - "␣comfortable": 5429, - "␣Smith": 5430, - "␣medicine": 5431, - "␣Chairman": 5432, - "rand": 5433, - "␣sis": 5434, - "␣sour": 5435, - "␣civil": 5436, - "see": 5437, - "␣exec": 5438, - "they": 5439, - "␣papers": 5440, - "␣impossible": 5441, - "ocratic": 5442, - "pet": 5443, - "␣byebye": 5444, - "thew": 5445, - "␣independ": 5446, - "␣continue": 5447, - "␣telephone": 5448, - "␣Guy": 5449, - "␣susp": 5450, - "rot": 5451, - "␣ir": 5452, - "␣gro": 5453, - "␣schools": 5454, - "␣easier": 5455, - "␣correct": 5456, - "␣victim": 5457, - "jo": 5458, - "␣tie": 5459, - "␣Mil": 5460, - "abr": 5461, - "␣Rand": 5462, - "nthat": 5463, - "pering": 5464, - "␣campaign": 5465, - "␣concerned": 5466, - "mn": 5467, - "␣oil": 5468, - "␣cases": 5469, - "ication": 5470, - "␣beach": 5471, - "aly": 5472, - "urb": 5473, - "␣knees": 5474, - "␣neat": 5475, - "␣somewhat": 5476, - "␣willing": 5477, - "nMar": 5478, - "␣stayed": 5479, - "␣Child": 5480, - "␣hunting": 5481, - "Is": 5482, - "␣fold": 5483, - "ching": 5484, - "␣managed": 5485, - "appy": 5486, - "␣painting": 5487, - "␣reaches": 5488, - "␣Georg": 5489, - "␣wagon": 5490, - "␣style": 5491, - "␣knowing": 5492, - "berg": 5493, - "␣cheek": 5494, - "␣investig": 5495, - "␣settled": 5496, - "LES": 5497, - "NN": 5498, - "␣liter": 5499, - "␣eld": 5500, - "␣Dar": 5501, - "ooth": 5502, - "␣China": 5503, - "␣condition": 5504, - "Come": 5505, - "␣doors": 5506, - "␣canton": 5507, - "apa": 5508, - "␣slide": 5509, - "␣Friday": 5510, - "HER": 5511, - "␣smaller": 5512, - "␣Canada": 5513, - "␣located": 5514, - "␣risk": 5515, - "␣scient": 5516, - "␣mult": 5517, - "␣Sing": 5518, - "␣cancer": 5519, - "umber": 5520, - "␣suc": 5521, - "␣vac": 5522, - "␣Kat": 5523, - "␣Stone": 5524, - "arliam": 5525, - "␣center": 5526, - "␣female": 5527, - "nic": 5528, - "aches": 5529, - "eaks": 5530, - "␣Dep": 5531, - "␣claim": 5532, - "␣succeed": 5533, - "EE": 5534, - "␣tid": 5535, - "essel": 5536, - "␣latter": 5537, - "␣Most": 5538, - "␣Bern": 5539, - "this": 5540, - "nOoh": 5541, - "␣slaves": 5542, - "␣objects": 5543, - "DS": 5544, - "bon": 5545, - "onse": 5546, - "␣pony": 5547, - "␣thus": 5548, - "␣worst": 5549, - "ounce": 5550, - "␣movement": 5551, - "␣drinking": 5552, - "␣tickle": 5553, - "␣closer": 5554, - "itched": 5555, - "␣dozen": 5556, - "␣staff": 5557, - "␣knee": 5558, - "␣affect": 5559, - "␣finding": 5560, - "␣balloon": 5561, - "␣magic": 5562, - "␣Florida": 5563, - "fit": 5564, - "␣task": 5565, - "␣previous": 5566, - "␣bits": 5567, - "␣distribut": 5568, - "␣colonel": 5569, - "␣retired": 5570, - "␣murd": 5571, - "␣possibly": 5572, - "␣bub": 5573, - "␣Sea": 5574, - "␣Foot": 5575, - "␣prefer": 5576, - "␣opin": 5577, - "␣begins": 5578, - "␣windows": 5579, - "␣castle": 5580, - "␣research": 5581, - "cy": 5582, - "gn": 5583, - "ule": 5584, - "atoes": 5585, - "␣rout": 5586, - "ented": 5587, - "allas": 5588, - "␣Ord": 5589, - "␣changes": 5590, - "␣feels": 5591, - "␣squee": 5592, - "ITH": 5593, - "␣title": 5594, - "arliament": 5595, - "isher": 5596, - "tering": 5597, - "␣Big": 5598, - "␣Old": 5599, - "␣crime": 5600, - "␣official": 5601, - "␣suspect": 5602, - "␣rules": 5603, - "sighs": 5604, - "hall": 5605, - "␣boss": 5606, - "␣stock": 5607, - "␣Molly": 5608, - "ulated": 5609, - "␣poet": 5610, - "␣staying": 5611, - "␣White": 5612, - "␣rapid": 5613, - "␣circumst": 5614, - "lah": 5615, - "isa": 5616, - "imate": 5617, - "␣Ry": 5618, - "␣Rol": 5619, - "␣prevent": 5620, - "␣developed": 5621, - "␣statement": 5622, - "SSS": 5623, - "␣events": 5624, - "␣Paris": 5625, - "ederal": 5626, - "mar": 5627, - "␣toes": 5628, - "␣pair": 5629, - "␣fruit": 5630, - "␣players": 5631, - "␣Virgin": 5632, - "␣obl": 5633, - "␣aircraft": 5634, - "␣rocks": 5635, - "␣appearance": 5636, - "␣repeated": 5637, - "␣odd": 5638, - "anning": 5639, - "␣ge": 5640, - "sequ": 5641, - "␣Pal": 5642, - "␣flag": 5643, - "␣whispered": 5644, - "ashington": 5645, - "␣Secret": 5646, - "silver": 5647, - "BC": 5648, - "May": 5649, - "rate": 5650, - "aning": 5651, - "asing": 5652, - "␣doin": 5653, - "␣Tucker": 5654, - "␣Pak": 5655, - "␣Green": 5656, - "nBl": 5657, - "nPro": 5658, - "␣ordered": 5659, - "bits": 5660, - "die": 5661, - "spect": 5662, - "ua": 5663, - "␣aver": 5664, - "␣mail": 5665, - "ena": 5666, - "␣forced": 5667, - "ental": 5668, - "␣Ty": 5669, - "icked": 5670, - "nGod": 5671, - "nPl": 5672, - "␣leading": 5673, - "fess": 5674, - "rant": 5675, - "␣bal": 5676, - "␣meal": 5677, - "␣whist": 5678, - "uman": 5679, - "␣sposta": 5680, - "␣troops": 5681, - "␣bloody": 5682, - "IA": 5683, - "tles": 5684, - "␣fishing": 5685, - "aling": 5686, - "␣ancient": 5687, - "ifle": 5688, - "␣manager": 5689, - "␣writer": 5690, - "␣remind": 5691, - "␣scrat": 5692, - "␣carrying": 5693, - "␣slightly": 5694, - "␣Mexico": 5695, - "␣blanket": 5696, - "␣Becky": 5697, - "pre": 5698, - "uf": 5699, - "atory": 5700, - "icans": 5701, - "stood": 5702, - "adder": 5703, - "␣Asian": 5704, - "␣crayons": 5705, - "␣scarcely": 5706, - "␣Lucy": 5707, - "␣environment": 5708, - "␣award": 5709, - "iti": 5710, - "illed": 5711, - "ria": 5712, - "ishment": 5713, - "aws": 5714, - "␣teams": 5715, - "␣signed": 5716, - "ae": 5717, - "␣tour": 5718, - "␣foc": 5719, - "enth": 5720, - "cean": 5721, - "␣Pet": 5722, - "␣Los": 5723, - "nHer": 5724, - "␣crash": 5725, - "␣keeps": 5726, - "␣appreci": 5727, - "␣available": 5728, - "ker": 5729, - "lor": 5730, - "␣Sl": 5731, - "␣butt": 5732, - "␣elected": 5733, - "␣sixty": 5734, - "␣successful": 5735, - "␣copy": 5736, - "looking": 5737, - "aled": 5738, - "acks": 5739, - "␣Urs": 5740, - "␣Stan": 5741, - "␣pulls": 5742, - "␣excit": 5743, - "␣People": 5744, - "␣softly": 5745, - "␣Russian": 5746, - "pan": 5747, - "␣bi": 5748, - "␣cute": 5749, - "␣pour": 5750, - "␣psych": 5751, - "␣stro": 5752, - "␣alt": 5753, - "␣acting": 5754, - "␣knocked": 5755, - "␣holiday": 5756, - "␣Jennie": 5757, - "fa": 5758, - "␣stre": 5759, - "␣Sim": 5760, - "ilian": 5761, - "␣knowledge": 5762, - "ulous": 5763, - "␣Every": 5764, - "␣vessel": 5765, - "fortun": 5766, - "␣airplane": 5767, - "Poss": 5768, - "otion": 5769, - "␣MY": 5770, - "␣Ah": 5771, - "␣excellent": 5772, - "bey": 5773, - "␣Chinese": 5774, - "␣training": 5775, - "␣Royal": 5776, - "utenant": 5777, - "gen": 5778, - "␣fancy": 5779, - "␣pow": 5780, - "␣heaven": 5781, - "␣AN": 5782, - "␣Hy": 5783, - "␣trade": 5784, - "␣otherwise": 5785, - "␣silent": 5786, - "iety": 5787, - "nUm": 5788, - "eds": 5789, - "ella": 5790, - "␣plants": 5791, - "nBye": 5792, - "aving": 5793, - "␣dragon": 5794, - "␣decide": 5795, - "␣forgotten": 5796, - "␣determined": 5797, - "rance": 5798, - "␣bike": 5799, - "␣fought": 5800, - "␣rom": 5801, - "␣Summer": 5802, - "␣Crom": 5803, - "␣associ": 5804, - "␣Rog": 5805, - "␣afford": 5806, - "␣throwing": 5807, - "tained": 5808, - "␣realize": 5809, - "␣gently": 5810, - "␣Mike": 5811, - "rost": 5812, - "␣HE": 5813, - "␣GO": 5814, - "␣clap": 5815, - "␣amazing": 5816, - "␣dolls": 5817, - "␣suggested": 5818, - "␣etc": 5819, - "hab": 5820, - "␣bare": 5821, - "␣dise": 5822, - "␣Alden": 5823, - "␣jigs": 5824, - "␣Jew": 5825, - "␣uses": 5826, - "␣extreme": 5827, - "␣hanging": 5828, - "GE": 5829, - "aa": 5830, - "fly": 5831, - "␣cred": 5832, - "␣homes": 5833, - "etch": 5834, - "␣Sand": 5835, - "␣goal": 5836, - "␣presence": 5837, - "nKeep": 5838, - "␣burst": 5839, - "␣Canad": 5840, - "␣orders": 5841, - "␣memory": 5842, - "␣College": 5843, - "uns": 5844, - "␣tractor": 5845, - "␣related": 5846, - "␣Gerald": 5847, - "tr": 5848, - "␣fond": 5849, - "␣saf": 5850, - "␣Lab": 5851, - "␣Franc": 5852, - "␣feelings": 5853, - "␣stops": 5854, - "␣response": 5855, - "␣offered": 5856, - "book": 5857, - "␣thee": 5858, - "␣der": 5859, - "␣lake": 5860, - "ado": 5861, - "␣rat": 5862, - "␣arrange": 5863, - "␣Ke": 5864, - "place": 5865, - "ultan": 5866, - "␣shopping": 5867, - "␣relationship": 5868, - "␣Chicago": 5869, - "␣bin": 5870, - "␣AT": 5871, - "␣upset": 5872, - "uments": 5873, - "action": 5874, - "␣thrown": 5875, - "␣turtle": 5876, - "␣palace": 5877, - "␣mate": 5878, - "␣barn": 5879, - "␣yay": 5880, - "␣gang": 5881, - "␣release": 5882, - "␣Awww": 5883, - "␣debut": 5884, - "ols": 5885, - "olars": 5886, - "␣sports": 5887, - "ccording": 5888, - "nJohn": 5889, - "␣kinds": 5890, - "␣aware": 5891, - "␣respond": 5892, - "␣pred": 5893, - "␣Mur": 5894, - "␣More": 5895, - "␣Monday": 5896, - "umn": 5897, - "␣Lat": 5898, - "izza": 5899, - "␣require": 5900, - "␣recognized": 5901, - "eff": 5902, - "gent": 5903, - "pen": 5904, - "vi": 5905, - "ila": 5906, - "␣Day": 5907, - "␣greatest": 5908, - "ESS": 5909, - "␣dolly": 5910, - "␣governor": 5911, - "␣microphone": 5912, - "lahoma": 5913, - "isions": 5914, - "␣sees": 5915, - "␣socks": 5916, - "␣Dick": 5917, - "␣Jer": 5918, - "␣Jess": 5919, - "␣shoulders": 5920, - "␣flight": 5921, - "␣eighteen": 5922, - "ajest": 5923, - "␣Colonel": 5924, - "␣Olympics": 5925, - "␣Washington": 5926, - "␣Fenn": 5927, - "nBr": 5928, - "nEd": 5929, - "␣stranger": 5930, - "␣frogs": 5931, - "fall": 5932, - "with": 5933, - "␣aye": 5934, - "␣narrow": 5935, - "␣Mo": 5936, - "urry": 5937, - "ulations": 5938, - "␣exerc": 5939, - "␣partner": 5940, - "nFuck": 5941, - "␣thoughts": 5942, - "␣quietly": 5943, - "␣nursery": 5944, - "␣excitement": 5945, - "nor": 5946, - "␣fox": 5947, - "␣Best": 5948, - "␣Ark": 5949, - "␣value": 5950, - "down": 5951, - "nbut": 5952, - "hah": 5953, - "␣furn": 5954, - "␣northern": 5955, - "␣Mount": 5956, - "␣During": 5957, - "␣deck": 5958, - "␣everywhere": 5959, - "␣Victor": 5960, - "␣showing": 5961, - "␣Arab": 5962, - "␣larger": 5963, - "␣Spain": 5964, - "␣Charlotte": 5965, - "␣yummy": 5966, - "␣mor": 5967, - "ingu": 5968, - "inger": 5969, - "ata": 5970, - "␣Camp": 5971, - "␣novel": 5972, - "nAr": 5973, - "elle": 5974, - "␣Div": 5975, - "␣fourth": 5976, - "␣matters": 5977, - "␣patient": 5978, - "␣remembered": 5979, - "␣fully": 5980, - "␣Ill": 5981, - "␣Boy": 5982, - "inky": 5983, - "soft": 5984, - "ogether": 5985, - "nRe": 5986, - "␣waited": 5987, - "␣Oklahoma": 5988, - "␣Order": 5989, - "Who": 5990, - "␣site": 5991, - "hand": 5992, - "␣Sus": 5993, - "␣extend": 5994, - "nNe": 5995, - "␣terr": 5996, - "␣neighbor": 5997, - "ias": 5998, - "␣weird": 5999, - "␣shr": 6000, - "␣drama": 6001, - "mend": 6002, - "␣witness": 6003, - "dies": 6004, - "ship": 6005, - "␣achie": 6006, - "␣Awards": 6007, - "␣Hay": 6008, - "␣Polly": 6009, - "␣prepar": 6010, - "␣smiling": 6011, - "␣zoo": 6012, - "␣escap": 6013, - "␣detect": 6014, - "␣frightened": 6015, - "giggles": 6016, - "ko": 6017, - "␣sch": 6018, - "␣pushed": 6019, - "eping": 6020, - "␣progress": 6021, - "odd": 6022, - "␣administ": 6023, - "␣screen": 6024, - "nFirst": 6025, - "nOnly": 6026, - "␣Scot": 6027, - "␣judge": 6028, - "ILL": 6029, - "ano": 6030, - "␣CO": 6031, - "ilities": 6032, - "igan": 6033, - "␣courage": 6034, - "␣trail": 6035, - "␣companion": 6036, - "bow": 6037, - "␣wipe": 6038, - "nChe": 6039, - "annah": 6040, - "␣studied": 6041, - "␣batter": 6042, - "␣buried": 6043, - "␣Matthew": 6044, - "␣peekaboo": 6045, - "wing": 6046, - "␣wave": 6047, - "␣cousin": 6048, - "␣mo": 6049, - "␣dying": 6050, - "␣stir": 6051, - "cel": 6052, - "actually": 6053, - "␣serve": 6054, - "␣farmer": 6055, - "chair": 6056, - "apping": 6057, - "␣explained": 6058, - "␣Angeles": 6059, - "KN": 6060, - "␣sac": 6061, - "␣sink": 6062, - "␣riding": 6063, - "␣stom": 6064, - "␣Town": 6065, - "␣mere": 6066, - "␣opens": 6067, - "␣Because": 6068, - "␣data": 6069, - "␣establ": 6070, - "nWow": 6071, - "␣Post": 6072, - "␣Del": 6073, - "␣Ox": 6074, - "nCom": 6075, - "azy": 6076, - "␣instant": 6077, - "␣powerful": 6078, - "UST": 6079, - "␣directly": 6080, - "␣Cromer": 6081, - "ials": 6082, - "icles": 6083, - "chief": 6084, - "␣plat": 6085, - "ateg": 6086, - "awa": 6087, - "␣passing": 6088, - "␣Airport": 6089, - "KAR": 6090, - "ients": 6091, - "rick": 6092, - "␣yo": 6093, - "␣file": 6094, - "␣Bay": 6095, - "␣Haw": 6096, - "␣bug": 6097, - "Let": 6098, - "␣gift": 6099, - "␣Ir": 6100, - "␣Lee": 6101, - "␣greater": 6102, - "lands": 6103, - "␣reply": 6104, - "␣sentence": 6105, - "␣baseball": 6106, - "␣cooking": 6107, - "␣wedding": 6108, - "ault": 6109, - "␣tim": 6110, - "␣pra": 6111, - "␣roles": 6112, - "sec": 6113, - "␣Abe": 6114, - "nMiss": 6115, - "␣qual": 6116, - "uclear": 6117, - "␣entertain": 6118, - "␣planning": 6119, - "inois": 6120, - "␣safety": 6121, - "mund": 6122, - "nQu": 6123, - "␣mouse": 6124, - "semb": 6125, - "␣Jud": 6126, - "␣Even": 6127, - "␣flo": 6128, - "␣contr": 6129, - "␣recently": 6130, - "␣mission": 6131, - "␣construction": 6132, - "␣bowl": 6133, - "␣Governor": 6134, - "Where": 6135, - "uous": 6136, - "ste": 6137, - "urance": 6138, - "olic": 6139, - "venue": 6140, - "␣peas": 6141, - "␣becoming": 6142, - "ibility": 6143, - "␣Cla": 6144, - "␣includes": 6145, - "␣prize": 6146, - "␣Africa": 6147, - "␣Republic": 6148, - "␣Santa": 6149, - "␣Virginia": 6150, - "␣average": 6151, - "cul": 6152, - "nIT": 6153, - "road": 6154, - "␣Laura": 6155, - "nAlright": 6156, - "␣episode": 6157, - "␣reckon": 6158, - "␣opinion": 6159, - "EB": 6160, - "astern": 6161, - "␣Mos": 6162, - "alley": 6163, - "␣Bet": 6164, - "nBefore": 6165, - "␣advant": 6166, - "␣recognize": 6167, - "Possum": 6168, - "ware": 6169, - "year": 6170, - "␣bump": 6171, - "␣rings": 6172, - "aming": 6173, - "␣Dallas": 6174, - "␣plastic": 6175, - "␣Lake": 6176, - "␣mainly": 6177, - "␣Barry": 6178, - "␣expression": 6179, - "␣normally": 6180, - "iliar": 6181, - "␣wid": 6182, - "␣tooth": 6183, - "␣wheels": 6184, - "␣shook": 6185, - "␣WE": 6186, - "nMom": 6187, - "ANT": 6188, - "␣papa": 6189, - "␣sticks": 6190, - "␣Zeal": 6191, - "␣formula": 6192, - "␣magn": 6193, - "␣mirror": 6194, - "␣dunno": 6195, - "fessor": 6196, - "ora": 6197, - "abeth": 6198, - "␣shock": 6199, - "␣evil": 6200, - "␣Georgia": 6201, - "␣jigsaw": 6202, - "aed": 6203, - "␣ess": 6204, - "␣forms": 6205, - "␣Ant": 6206, - "␣Hal": 6207, - "␣shell": 6208, - "␣Dis": 6209, - "nSince": 6210, - "nGu": 6211, - "␣Grandma": 6212, - "hew": 6213, - "␣science": 6214, - "␣mama": 6215, - "ential": 6216, - "␣shel": 6217, - "ishop": 6218, - "␣carriage": 6219, - "␣Mayenne": 6220, - "␣horsie": 6221, - "␣Margaret": 6222, - "␣circumstances": 6223, - "Th": 6224, - "bie": 6225, - "making": 6226, - "␣sore": 6227, - "ulty": 6228, - "␣Rock": 6229, - "asty": 6230, - "␣splend": 6231, - "␣arg": 6232, - "␣Um": 6233, - "␣Step": 6234, - "␣weeke": 6235, - "␣wondering": 6236, - "ournament": 6237, - "␣Gabrie": 6238, - "was": 6239, - "␣0": 6240, - "␣cad": 6241, - "␣fuss": 6242, - "␣pump": 6243, - "␣Max": 6244, - "␣dey": 6245, - "useum": 6246, - "␣beauty": 6247, - "␣Braz": 6248, - "␣Pilchard": 6249, - "␣magazine": 6250, - "␣Illinois": 6251, - "li": 6252, - "sed": 6253, - "vo": 6254, - "inter": 6255, - "␣Have": 6256, - "nSp": 6257, - "nHold": 6258, - "␣biggest": 6259, - "EST": 6260, - "␣marriage": 6261, - "␣languages": 6262, - "␣veh": 6263, - "␣property": 6264, - "ube": 6265, - "heast": 6266, - "␣male": 6267, - "ros": 6268, - "��Ph": 6269, - "␣Rachel": 6270, - "␣boats": 6271, - "␣queer": 6272, - "nGreat": 6273, - "␣desper": 6274, - "␣receive": 6275, - "␣failed": 6276, - "␣separate": 6277, - "␣target": 6278, - "␣established": 6279, - "mark": 6280, - "isse": 6281, - "␣international": 6282, - "nAm": 6283, - "nAct": 6284, - "␣unknown": 6285, - "␣shouted": 6286, - "yo": 6287, - "␣bisc": 6288, - "␣yards": 6289, - "␣cy": 6290, - "vert": 6291, - "␣selected": 6292, - "␣aside": 6293, - "␣Res": 6294, - "␣branch": 6295, - "␣tend": 6296, - "ontin": 6297, - "␣pressure": 6298, - "␣electric": 6299, - "␣performance": 6300, - "␣tip": 6301, - "␣cal": 6302, - "␣pizza": 6303, - "␣native": 6304, - "␣reasons": 6305, - "␣HAVE": 6306, - "aging": 6307, - "␣prove": 6308, - "azed": 6309, - "␣jobs": 6310, - "␣totally": 6311, - "␣currently": 6312, - "Al": 6313, - "␣aim": 6314, - "␣hook": 6315, - "␣doggy": 6316, - "␣Tw": 6317, - "␣section": 6318, - "rol": 6319, - "hank": 6320, - "␣Ruth": 6321, - "␣agent": 6322, - "␣tribe": 6323, - "gypt": 6324, - "␣THIS": 6325, - "␣Kingdom": 6326, - "␣performed": 6327, - "Tilda": 6328, - "␣wished": 6329, - "␣thy": 6330, - "␣thir": 6331, - "␣Sun": 6332, - "herry": 6333, - "␣cookies": 6334, - "␣advice": 6335, - "␣dreams": 6336, - "␣Championship": 6337, - "␣cam": 6338, - "nAbout": 6339, - "ellig": 6340, - "␣Pri": 6341, - "␣amb": 6342, - "␣removed": 6343, - "␣hurried": 6344, - "␣interview": 6345, - "ological": 6346, - "␣Italy": 6347, - "nPeople": 6348, - "boy": 6349, - "lie": 6350, - "␣thin": 6351, - "ooke": 6352, - "␣Tim": 6353, - "illing": 6354, - "␣exciting": 6355, - "␣engaged": 6356, - "␣request": 6357, - "␣frequ": 6358, - "␣Windows": 6359, - "␣Arkansas": 6360, - "uits": 6361, - "vin": 6362, - "␣duh": 6363, - "␣pale": 6364, - "␣gat": 6365, - "ading": 6366, - "␣Court": 6367, - "rig": 6368, - "␣dism": 6369, - "␣matches": 6370, - "␣disappeared": 6371, - "␣described": 6372, - "␣entirely": 6373, - "␣voices": 6374, - "ois": 6375, - "␣tummy": 6376, - "␣Dutch": 6377, - "␣trous": 6378, - "␣eaten": 6379, - "␣territ": 6380, - "␣metal": 6381, - "␣central": 6382, - "␣fortune": 6383, - "␣damn": 6384, - "␣highest": 6385, - "␣individual": 6386, - "UGH": 6387, - "riend": 6388, - "tin": 6389, - "␣Saint": 6390, - "nNever": 6391, - "iano": 6392, - "␣champions": 6393, - "␣active": 6394, - "␣artist": 6395, - "␣results": 6396, - "␣tradition": 6397, - "␣wine": 6398, - "␣southern": 6399, - "␣Master": 6400, - "␣jail": 6401, - "␣Women": 6402, - "nBomba": 6403, - "nPut": 6404, - "␣chest": 6405, - "␣delicious": 6406, - "␣newspaper": 6407, - "␣veget": 6408, - "␣Russia": 6409, - "␣Democratic": 6410, - "IV": 6411, - "␣fac": 6412, - "␣Mam": 6413, - "␣Ba": 6414, - "opher": 6415, - "␣somehow": 6416, - "␣understood": 6417, - "␣helps": 6418, - "␣Harold": 6419, - "␣medical": 6420, - "␣positive": 6421, - "␣increase": 6422, - "anchester": 6423, - "CT": 6424, - "Here": 6425, - "itiz": 6426, - "␣ghost": 6427, - "oto": 6428, - "ications": 6429, - "␣Cast": 6430, - "␣joke": 6431, - "osen": 6432, - "eme": 6433, - "␣throws": 6434, - "␣adop": 6435, - "␣Army": 6436, - "␣forever": 6437, - "aft": 6438, - "cream": 6439, - "␣km": 6440, - "nWh": 6441, - "umbo": 6442, - "geant": 6443, - "␣Earth": 6444, - "␣smiled": 6445, - "ONE": 6446, - "␣drops": 6447, - "␣paying": 6448, - "␣fairy": 6449, - "whispers": 6450, - "␣African": 6451, - "itar": 6452, - "␣nut": 6453, - "␣Mal": 6454, - "ilies": 6455, - "␣Fil": 6456, - "␣Frost": 6457, - "apt": 6458, - "␣transfer": 6459, - "␣constit": 6460, - "␣gentlemen": 6461, - "␣damage": 6462, - "␣autom": 6463, - "␣Zealand": 6464, - "fish": 6465, - "ridge": 6466, - "war": 6467, - "while": 6468, - "␣hes": 6469, - "amily": 6470, - "nTom": 6471, - "unts": 6472, - "nBart": 6473, - "␣Egypt": 6474, - "avid": 6475, - "␣Van": 6476, - "␣talks": 6477, - "␣friendly": 6478, - "␣Britain": 6479, - "␣jumped": 6480, - "␣cruel": 6481, - "␣touched": 6482, - "␣ideas": 6483, - "ajesty": 6484, - "Good": 6485, - "puts": 6486, - "isha": 6487, - "␣gor": 6488, - "ette": 6489, - "␣ug": 6490, - "␣rib": 6491, - "␣Bull": 6492, - "hib": 6493, - "␣horrible": 6494, - "␣students": 6495, - "␣sweetheart": 6496, - "III": 6497, - "␣gradu": 6498, - "␣Remi": 6499, - "␣Football": 6500, - "␣trousers": 6501, - "TT": 6502, - "␣pil": 6503, - "␣mel": 6504, - "␣vot": 6505, - "␣score": 6506, - "␣committee": 6507, - "␣glance": 6508, - "␣Brown": 6509, - "␣Art": 6510, - "␣signific": 6511, - "␣provide": 6512, - "␣issues": 6513, - "␣Road": 6514, - "gency": 6515, - "sm": 6516, - "ani": 6517, - "␣HER": 6518, - "␣particip": 6519, - "izabeth": 6520, - "␣desire": 6521, - "oki": 6522, - "␣provided": 6523, - "␣responsible": 6524, - "fers": 6525, - "␣mort": 6526, - "iller": 6527, - "␣adult": 6528, - "␣drawn": 6529, - "␣puppy": 6530, - "␣influence": 6531, - "␣Province": 6532, - "aeddin": 6533, - "Did": 6534, - "New": 6535, - "bu": 6536, - "␣dust": 6537, - "icing": 6538, - "umble": 6539, - "␣Night": 6540, - "icking": 6541, - "nee": 6542, - "␣ends": 6543, - "␣replaced": 6544, - "␣beneath": 6545, - "␣nation": 6546, - "␣sole": 6547, - "␣Dolly": 6548, - "␣Jason": 6549, - "rying": 6550, - "thur": 6551, - "␣NOT": 6552, - "␣disp": 6553, - "␣drunk": 6554, - "␣switch": 6555, - "␣cutting": 6556, - "␣occurred": 6557, - "MW": 6558, - "ses": 6559, - "sung": 6560, - "vis": 6561, - "␣pant": 6562, - "utive": 6563, - "␣stones": 6564, - "␣Sal": 6565, - "␣security": 6566, - "␣apparently": 6567, - "␣slave": 6568, - "␣familiar": 6569, - "␣terror": 6570, - "␣instr": 6571, - "ipping": 6572, - "␣inspect": 6573, - "␣characters": 6574, - "␣mountains": 6575, - "␣authority": 6576, - "␣degree": 6577, - "then": 6578, - "eral": 6579, - "␣fart": 6580, - "␣loose": 6581, - "athan": 6582, - "␣liber": 6583, - "␣Get": 6584, - "␣Emp": 6585, - "␣Other": 6586, - "nEarly": 6587, - "␣folks": 6588, - "␣Secretary": 6589, - "UCK": 6590, - "morrow": 6591, - "␣wore": 6592, - "␣Sa": 6593, - "rond": 6594, - "ongrat": 6595, - "nOther": 6596, - "␣cock": 6597, - "␣garage": 6598, - "␣stomach": 6599, - "␣gathered": 6600, - "law": 6601, - "␣horn": 6602, - "alled": 6603, - "ilty": 6604, - "gel": 6605, - "␣Greek": 6606, - "nDr": 6607, - "␣coal": 6608, - "ocr": 6609, - "␣Alaeddin": 6610, - "␣useful": 6611, - "␣cats": 6612, - "ERS": 6613, - "iffs": 6614, - "␣enjoyed": 6615, - "␣innoc": 6616, - "␣disease": 6617, - "␣thirteen": 6618, - "vest": 6619, - "␣wound": 6620, - "␣fan": 6621, - "␣faint": 6622, - "␣reve": 6623, - "nTw": 6624, - "␣Fre": 6625, - "␣Ned": 6626, - "␣specific": 6627, - "␣weapons": 6628, - "␣Ramsey": 6629, - "␣nearer": 6630, - "␣oblig": 6631, - "␣Tra": 6632, - "␣Him": 6633, - "␣Went": 6634, - "␣Marilla": 6635, - "␣Professor": 6636, - "␣soldier": 6637, - "␣destroyed": 6638, - "␣items": 6639, - "␣washing": 6640, - "␣rare": 6641, - "amin": 6642, - "␣Mu": 6643, - "␣Sov": 6644, - "oston": 6645, - "␣arch": 6646, - "␣shame": 6647, - "OULD": 6648, - "␣chairs": 6649, - "␣possess": 6650, - "␣stepped": 6651, - "␣burning": 6652, - "␣Center": 6653, - "␣chemical": 6654, - "HAR": 6655, - "Of": 6656, - "lock": 6657, - "picks": 6658, - "␣bark": 6659, - "oned": 6660, - "␣fant": 6661, - "␣gather": 6662, - "␣Look": 6663, - "␣boots": 6664, - "nChar": 6665, - "␣Associ": 6666, - "␣musical": 6667, - "␣invited": 6668, - "␣pattern": 6669, - "␣Blue": 6670, - "␣weapon": 6671, - "␣encour": 6672, - "pri": 6673, - "eta": 6674, - "␣Squ": 6675, - "usted": 6676, - "ointment": 6677, - "iamond": 6678, - "engu": 6679, - "␣honour": 6680, - "␣McG": 6681, - "␣butterfly": 6682, - "points": 6683, - "sque": 6684, - "␣dim": 6685, - "␣invent": 6686, - "␣lies": 6687, - "␣suffe": 6688, - "␣Chief": 6689, - "␣hearing": 6690, - "␣policeman": 6691, - "␣propos": 6692, - "␣Bradley": 6693, - "␣Jimmy": 6694, - "␣candy": 6695, - "␣Francis": 6696, - "rondisse": 6697, - "Are": 6698, - "ga": 6699, - "iy": 6700, - "krain": 6701, - "nX": 6702, - "␣tied": 6703, - "␣fier": 6704, - "llen": 6705, - "␣toile": 6706, - "␣Major": 6707, - "␣saving": 6708, - "nSay": 6709, - "␣KN": 6710, - "␣curious": 6711, - "␣eastern": 6712, - "␣learning": 6713, - "␣Barty": 6714, - "␣YOUR": 6715, - "␣forgive": 6716, - "␣defend": 6717, - "␣habit": 6718, - "␣Ter": 6719, - "␣Bible": 6720, - "␣Brian": 6721, - "␣Dou": 6722, - "estival": 6723, - "␣quit": 6724, - "bec": 6725, - "␣chosen": 6726, - "ANG": 6727, - "␣bitch": 6728, - "igned": 6729, - "␣boxes": 6730, - "␣drove": 6731, - "␣ordinary": 6732, - "␣lifted": 6733, - "␣Turk": 6734, - "␣earnest": 6735, - "An": 6736, - "there": 6737, - "␣bones": 6738, - "␣cash": 6739, - "␣fal": 6740, - "␣lone": 6741, - "␣Congress": 6742, - "␣Hill": 6743, - "␣Da": 6744, - "␣vent": 6745, - "␣quack": 6746, - "␣grate": 6747, - "␣warri": 6748, - "shouts": 6749, - "␣closely": 6750, - "␣sweetie": 6751, - "␣concent": 6752, - "ournal": 6753, - "␣Canadian": 6754, - "␣yard": 6755, - "␣fired": 6756, - "␣freed": 6757, - "esota": 6758, - "␣pic": 6759, - "␣ladder": 6760, - "␣beast": 6761, - "␣rang": 6762, - "␣rushed": 6763, - "␣Sultan": 6764, - "␣society": 6765, - "ability": 6766, - "␣Wolf": 6767, - "␣Fanning": 6768, - "␣Rush": 6769, - "odes": 6770, - "␣bricks": 6771, - "␣Kansas": 6772, - "␣fourteen": 6773, - "␣Mission": 6774, - "ipper": 6775, - "␣Atl": 6776, - "␣approach": 6777, - "scream": 6778, - "␣observed": 6779, - "␣arrested": 6780, - "HHH": 6781, - "␣pile": 6782, - "␣rank": 6783, - "␣rush": 6784, - "␣Mich": 6785, - "␣comedy": 6786, - "␣owner": 6787, - "␣raise": 6788, - "nEverything": 6789, - "␣accepted": 6790, - "␣galley": 6791, - "␣material": 6792, - "␣Minnesota": 6793, - "␣weekend": 6794, - "mond": 6795, - "␣lack": 6796, - "␣Mia": 6797, - "␣nope": 6798, - "ctors": 6799, - "␣Fa": 6800, - "␣First": 6801, - "␣Rev": 6802, - "merican": 6803, - "␣Val": 6804, - "␣pulling": 6805, - "␣darkness": 6806, - "␣types": 6807, - "␣rolling": 6808, - "aspberry": 6809, - "␣hee": 6810, - "␣Mass": 6811, - "␣Den": 6812, - "␣shh": 6813, - "␣Wood": 6814, - "␣changing": 6815, - "␣breaking": 6816, - "␣acid": 6817, - "␣shooting": 6818, - "nSomething": 6819, - "␣lemme": 6820, - "␣Wentworth": 6821, - "␣doo": 6822, - "␣facing": 6823, - "␣lamb": 6824, - "imme": 6825, - "umps": 6826, - "␣proced": 6827, - "␣arrang": 6828, - "teve": 6829, - "␣throughout": 6830, - "␣picking": 6831, - "ception": 6832, - "␣kidding": 6833, - "␣cookie": 6834, - "␣Prince": 6835, - "␣failure": 6836, - "OOK": 6837, - "MP": 6838, - "␣tear": 6839, - "␣cas": 6840, - "␣pages": 6841, - "␣gained": 6842, - "rier": 6843, - "ivity": 6844, - "␣minor": 6845, - "␣highly": 6846, - "␣reported": 6847, - "␣equip": 6848, - "␣Mickey": 6849, - "OB": 6850, - "bling": 6851, - "lers": 6852, - "pir": 6853, - "yr": 6854, - "␣sen": 6855, - "␣pushing": 6856, - "␣lord": 6857, - "aring": 6858, - "␣branc": 6859, - "␣guilty": 6860, - "␣owned": 6861, - "␣incident": 6862, - "␣craft": 6863, - "RIC": 6864, - "␣designed": 6865, - "␣Olympic": 6866, - "␣document": 6867, - "␣Roger": 6868, - "nin": 6869, - "␣toss": 6870, - "␣sem": 6871, - "␣Had": 6872, - "␣boom": 6873, - "␣bodies": 6874, - "␣pron": 6875, - "␣hurts": 6876, - "␣giant": 6877, - "␣transport": 6878, - "␣jacket": 6879, - "␣madam": 6880, - "␣create": 6881, - "␣introduced": 6882, - "␣splendid": 6883, - "At": 6884, - "HL": 6885, - "lim": 6886, - "␣tough": 6887, - "iece": 6888, - "␣upside": 6889, - "␣Po": 6890, - "␣Gar": 6891, - "␣Lu": 6892, - "emies": 6893, - "␣crim": 6894, - "nJack": 6895, - "␣Edmund": 6896, - "␣Swed": 6897, - "␣banana": 6898, - "␣Graeme": 6899, - "␣Pakistan": 6900, - "Be": 6901, - "car": 6902, - "␣cave": 6903, - "␣map": 6904, - "␣diss": 6905, - "␣faster": 6906, - "esides": 6907, - "␣por": 6908, - "␣nerv": 6909, - "␣WITH": 6910, - "␣suck": 6911, - "␣compos": 6912, - "␣Edward": 6913, - "␣strike": 6914, - "␣competition": 6915, - "␣advantage": 6916, - "water": 6917, - "keys": 6918, - "cho": 6919, - "␣Boston": 6920, - "anton": 6921, - "␣string": 6922, - "␣badly": 6923, - "␣method": 6924, - "nDidn": 6925, - "␣Patty": 6926, - "ropical": 6927, - "happy": 6928, - "␣citiz": 6929, - "enced": 6930, - "elled": 6931, - "␣conce": 6932, - "␣Kim": 6933, - "␣covers": 6934, - "␣smooth": 6935, - "␣laws": 6936, - "␣circus": 6937, - "␣mummie": 6938, - "␣toilet": 6939, - "GIN": 6940, - "␣bone": 6941, - "enger": 6942, - "␣nuts": 6943, - "␣Southern": 6944, - "␣Tri": 6945, - "␣Cross": 6946, - "iffe": 6947, - "␣brand": 6948, - "uchi": 6949, - "␣signal": 6950, - "␣incred": 6951, - "␣Prime": 6952, - "␣difficulty": 6953, - "␣Greater": 6954, - "␣interrupts": 6955, - "␣elder": 6956, - "AA": 6957, - "KE": 6958, - "UL": 6959, - "bury": 6960, - "␣tournament": 6961, - "␣mile": 6962, - "␣fence": 6963, - "ali": 6964, - "␣liqu": 6965, - "umed": 6966, - "␣Lie": 6967, - "␣Rec": 6968, - "␣sprang": 6969, - "␣families": 6970, - "␣realized": 6971, - "␣tribes": 6972, - "nIsn": 6973, - "␣records": 6974, - "␣Davis": 6975, - "␣programme": 6976, - "␣Central": 6977, - "␣activity": 6978, - "␣hammer": 6979, - "KK": 6980, - "␣dump": 6981, - "␣poo": 6982, - "icop": 6983, - "␣review": 6984, - "␣rise": 6985, - "␣Met": 6986, - "␣See": 6987, - "␣Spr": 6988, - "␣ALL": 6989, - "␣Pan": 6990, - "␣Like": 6991, - "␣Rel": 6992, - "inda": 6993, - "␣restaur": 6994, - "␣divor": 6995, - "␣Super": 6996, - "␣Casson": 6997, - "TS": 6998, - "affe": 6999, - "bel": 7000, - "reck": 7001, - "onia": 7002, - "lyn": 7003, - "␣seek": 7004, - "␣truly": 7005, - "␣university": 7006, - "␣eats": 7007, - "␣resour": 7008, - "␣drown": 7009, - "␣listened": 7010, - "␣apartment": 7011, - "␣hasta": 7012, - "␣pillow": 7013, - "␣suffered": 7014, - "gt": 7015, - "hus": 7016, - "mun": 7017, - "␣sang": 7018, - "␣stol": 7019, - "␣Sel": 7020, - "␣sav": 7021, - "␣Light": 7022, - "nSe": 7023, - "␣sport": 7024, - "nyeah": 7025, - "nFine": 7026, - "␣Ann": 7027, - "alds": 7028, - "engers": 7029, - "␣besides": 7030, - "␣Australian": 7031, - "␣apolog": 7032, - "␣Michigan": 7033, - "low": 7034, - "ras": 7035, - "erable": 7036, - "␣cough": 7037, - "ormed": 7038, - "␣padd": 7039, - "␣Western": 7040, - "ARD": 7041, - "␣imit": 7042, - "nThree": 7043, - "␣protest": 7044, - "␣drugs": 7045, - "␣Oxford": 7046, - "lam": 7047, - "␣wra": 7048, - "␣wounded": 7049, - "sell": 7050, - "␣severe": 7051, - "nAgain": 7052, - "␣upper": 7053, - "␣Long": 7054, - "␣commer": 7055, - "eps": 7056, - "␣cris": 7057, - "␣surely": 7058, - "␣harder": 7059, - "mpat": 7060, - "␣sixteen": 7061, - "fecture": 7062, - "␣hearts": 7063, - "␣cloth": 7064, - "nThose": 7065, - "␣Committee": 7066, - "␣powder": 7067, - "␣credit": 7068, - "Cause": 7069, - "eks": 7070, - "rison": 7071, - "␣ouch": 7072, - "␣aid": 7073, - "␣Bon": 7074, - "␣Far": 7075, - "␣Love": 7076, - "␣NE": 7077, - "␣spo": 7078, - "␣spare": 7079, - "nNice": 7080, - "nDuring": 7081, - "␣somethin": 7082, - "nPerhaps": 7083, - "␣access": 7084, - "␣Before": 7085, - "␣crossed": 7086, - "␣Mexican": 7087, - "kisses": 7088, - "␣intended": 7089, - "␣Soviet": 7090, - "ban": 7091, - "␣x": 7092, - "␣pup": 7093, - "␣hug": 7094, - "␣holes": 7095, - "␣Somet": 7096, - "␣Billy": 7097, - "ulate": 7098, - "agu": 7099, - "aren": 7100, - "nLea": 7101, - "␣smiles": 7102, - "␣seriously": 7103, - "␣delay": 7104, - "ealous": 7105, - "␣equal": 7106, - "␣princess": 7107, - "␣Robin": 7108, - "JUD": 7109, - "When": 7110, - "five": 7111, - "rin": 7112, - "␣ast": 7113, - "␣waves": 7114, - "␣border": 7115, - "␣gay": 7116, - "␣rising": 7117, - "␣Ray": 7118, - "nto": 7119, - "␣Ukrain": 7120, - "wey": 7121, - "␣ours": 7122, - "␣poison": 7123, - "␣dishes": 7124, - "␣league": 7125, - "␣standard": 7126, - "␣recorder": 7127, - "␣recording": 7128, - "␣Agnes": 7129, - "␣captured": 7130, - "␣settlement": 7131, - "␣Republican": 7132, - "␣industry": 7133, - "␣features": 7134, - "␣equipment": 7135, - "␣branches": 7136, - "MC": 7137, - "Yeah": 7138, - "␣tal": 7139, - "␣aunt": 7140, - "␣bounc": 7141, - "␣anti": 7142, - "␣Eric": 7143, - "␣chips": 7144, - "␣Young": 7145, - "␣trial": 7146, - "␣sending": 7147, - "␣locked": 7148, - "␣split": 7149, - "␣slept": 7150, - "Com": 7151, - "␣congress": 7152, - "␣hen": 7153, - "␣rhy": 7154, - "␣Serv": 7155, - "␣Cath": 7156, - "␣Ol": 7157, - "nCall": 7158, - "␣unus": 7159, - "␣actual": 7160, - "␣appointed": 7161, - "␣traffic": 7162, - "␣proposed": 7163, - "␣balance": 7164, - "␣rope": 7165, - "sters": 7166, - "␣Des": 7167, - "␣Fe": 7168, - "␣consequ": 7169, - "␣brings": 7170, - "reeks": 7171, - "␣UN": 7172, - "␣kindly": 7173, - "␣sword": 7174, - "␣presently": 7175, - "aze": 7176, - "␣killing": 7177, - "␣kissed": 7178, - "␣avoid": 7179, - "␣efforts": 7180, - "␣Korea": 7181, - "␣streets": 7182, - "Chi": 7183, - "nwe": 7184, - "pro": 7185, - "␣aston": 7186, - "␣winning": 7187, - "␣foll": 7188, - "␣nic": 7189, - "␣shed": 7190, - "agn": 7191, - "iana": 7192, - "␣chain": 7193, - "␣trains": 7194, - "␣buildings": 7195, - "␣production": 7196, - "␣scare": 7197, - "␣companies": 7198, - "␣candid": 7199, - "␣Alfgar": 7200, - "␣Ursula": 7201, - "met": 7202, - "mad": 7203, - "␣borrow": 7204, - "␣cot": 7205, - "␣dwell": 7206, - "␣hidden": 7207, - "␣meas": 7208, - "␣whee": 7209, - "␣Lwww": 7210, - "␣lets": 7211, - "addressed": 7212, - "␣greatly": 7213, - "␣relax": 7214, - "␣signs": 7215, - "␣planned": 7216, - "␣lads": 7217, - "␣climbing": 7218, - "␣mixed": 7219, - "␣affair": 7220, - "American": 7221, - "To": 7222, - "gi": 7223, - "sa": 7224, - "intend": 7225, - "␣theory": 7226, - "␣washed": 7227, - "eable": 7228, - "␣Holly": 7229, - "rael": 7230, - "␣enemies": 7231, - "␣crown": 7232, - "␣rooms": 7233, - "␣Andy": 7234, - "␣Americans": 7235, - "␣recorded": 7236, - "␣Represent": 7237, - "␣treated": 7238, - "playing": 7239, - "␣nominated": 7240, - "␣source": 7241, - "␣appreciate": 7242, - "As": 7243, - "ture": 7244, - "zer": 7245, - "␣tent": 7246, - "␣calc": 7247, - "␣ath": 7248, - "␣Hor": 7249, - "␣Papa": 7250, - "␣DE": 7251, - "olph": 7252, - "nHa": 7253, - "␣boot": 7254, - "lfriend": 7255, - "␣Ken": 7256, - "ialect": 7257, - "nRem": 7258, - "␣resist": 7259, - "ailed": 7260, - "␣deliver": 7261, - "␣Harris": 7262, - "␣victory": 7263, - "␣flew": 7264, - "␣distributed": 7265, - "cod": 7266, - "␣hockey": 7267, - "usic": 7268, - "␣libr": 7269, - "␣Pooh": 7270, - "␣Det": 7271, - "␣speaks": 7272, - "hia": 7273, - "␣precious": 7274, - "␣keys": 7275, - "␣household": 7276, - "␣rolls": 7277, - "␣majority": 7278, - "␣companions": 7279, - "Ar": 7280, - "IG": 7281, - "long": 7282, - "overy": 7283, - "␣inha": 7284, - "stead": 7285, - "quar": 7286, - "␣guest": 7287, - "␣channel": 7288, - "␣deser": 7289, - "␣wondered": 7290, - "ippi": 7291, - "␣produce": 7292, - "␣Conf": 7293, - "␣Team": 7294, - "␣briefly": 7295, - "␣rapidly": 7296, - "␣lonely": 7297, - "HO": 7298, - "ige": 7299, - "press": 7300, - "␣wire": 7301, - "oms": 7302, - "␣Since": 7303, - "␣BO": 7304, - "␣Bre": 7305, - "␣Hot": 7306, - "␣jealous": 7307, - "␣sofa": 7308, - "uma": 7309, - "␣Fair": 7310, - "␣leans": 7311, - "␣pregn": 7312, - "␣Ver": 7313, - "␣slipped": 7314, - "␣recom": 7315, - "␣Johnson": 7316, - "␣handsome": 7317, - "␣leaders": 7318, - "␣hoping": 7319, - "␣critic": 7320, - "␣Association": 7321, - "␣KNOW": 7322, - "RY": 7323, - "␣stern": 7324, - "ellow": 7325, - "␣Penn": 7326, - "␣Fore": 7327, - "␣Fire": 7328, - "␣Land": 7329, - "␣suffic": 7330, - "␣unf": 7331, - "␣unfortun": 7332, - "␣becomes": 7333, - "␣Three": 7334, - "␣Dewey": 7335, - "␣squir": 7336, - "␣division": 7337, - "␣Thanks": 7338, - "nActually": 7339, - "␣bent": 7340, - "␣mike": 7341, - "␣pension": 7342, - "␣piano": 7343, - "␣hipp": 7344, - "␣bears": 7345, - "ador": 7346, - "umm": 7347, - "␣Pen": 7348, - "␣Wal": 7349, - "␣Fin": 7350, - "␣grant": 7351, - "rences": 7352, - "neath": 7353, - "␣pointed": 7354, - "␣phil": 7355, - "atively": 7356, - "␣medal": 7357, - "␣originally": 7358, - "␣burned": 7359, - "␣prisoner": 7360, - "bour": 7361, - "win": 7362, - "ym": 7363, - "␣dish": 7364, - "␣fed": 7365, - "␣knight": 7366, - "␣Hello": 7367, - "␣saus": 7368, - "issippi": 7369, - "␣colour": 7370, - "ibi": 7371, - "␣jumping": 7372, - "nShut": 7373, - "␣revol": 7374, - "vocalizes": 7375, - "␣altogether": 7376, - "Fr": 7377, - "FAD": 7378, - "bage": 7379, - "␣oop": 7380, - "␣dialect": 7381, - "␣pity": 7382, - "␣gimme": 7383, - "stery": 7384, - "cend": 7385, - "␣myster": 7386, - "elia": 7387, - "␣oldest": 7388, - "eaking": 7389, - "␣sympat": 7390, - "␣grandmother": 7391, - "␣typ": 7392, - "␣attacked": 7393, - "␣emergency": 7394, - "␣independent": 7395, - "␣Rolan": 7396, - "␣Gabriella": 7397, - "AB": 7398, - "nf": 7399, - "nhe": 7400, - "nso": 7401, - "alph": 7402, - "␣seats": 7403, - "␣Pop": 7404, - "artment": 7405, - "␣queen": 7406, - "uddle": 7407, - "␣tender": 7408, - "␣desert": 7409, - "␣distinct": 7410, - "gery": 7411, - "␣awake": 7412, - "␣steady": 7413, - "␣Company": 7414, - "␣checked": 7415, - "␣divided": 7416, - "␣organization": 7417, - "␣tiss": 7418, - "ancial": 7419, - "␣demon": 7420, - "olit": 7421, - "␣plus": 7422, - "elcome": 7423, - "␣Rod": 7424, - "␣agre": 7425, - "nGe": 7426, - "␣betray": 7427, - "lings": 7428, - "␣content": 7429, - "␣breast": 7430, - "OUT": 7431, - "aska": 7432, - "␣transl": 7433, - "␣creature": 7434, - "␣experien": 7435, - "␣Daniel": 7436, - "␣management": 7437, - "␣culture": 7438, - "olarship": 7439, - "␣exercise": 7440, - "ties": 7441, - "␣pushes": 7442, - "␣thorough": 7443, - "␣beer": 7444, - "uted": 7445, - "␣Wed": 7446, - "␣whenever": 7447, - "␣Kelly": 7448, - "␣blame": 7449, - "ancing": 7450, - "standing": 7451, - "␣studio": 7452, - "hetti": 7453, - "␣satisfied": 7454, - "␣shadow": 7455, - "␣escaped": 7456, - "stein": 7457, - "␣nervous": 7458, - "␣bunch": 7459, - "␣dea": 7460, - "␣lit": 7461, - "␣belly": 7462, - "␣Tig": 7463, - "␣Nick": 7464, - "onder": 7465, - "␣helicop": 7466, - "␣suppl": 7467, - "␣surround": 7468, - "␣sorts": 7469, - "␣expensive": 7470, - "␣confidence": 7471, - "␣fields": 7472, - "␣pigs": 7473, - "␣Adams": 7474, - "␣mammy": 7475, - "␣professor": 7476, - "moans": 7477, - "␣pirates": 7478, - "␣Portug": 7479, - "␣inquired": 7480, - "␣producer": 7481, - "␣evidently": 7482, - "␣sisters": 7483, - "gues": 7484, - "␣couch": 7485, - "␣diamond": 7486, - "␣lin": 7487, - "icide": 7488, - "␣ee": 7489, - "␣rifle": 7490, - "␣SP": 7491, - "␣sequ": 7492, - "␣soap": 7493, - "unning": 7494, - "aine": 7495, - "nDad": 7496, - "␣uns": 7497, - "␣uncom": 7498, - "ileen": 7499, - "␣bitter": 7500, - "␣relief": 7501, - "umbled": 7502, - "␣Elizabeth": 7503, - "␣icecream": 7504, - "␣Williams": 7505, - "␣Perhaps": 7506, - "␣Build": 7507, - "For": 7508, - "bal": 7509, - "lory": 7510, - "␣mig": 7511, - "uries": 7512, - "␣Bang": 7513, - "nWhile": 7514, - "␣jam": 7515, - "␣Winn": 7516, - "olved": 7517, - "␣Jerry": 7518, - "␣Girl": 7519, - "nHmm": 7520, - "␣Year": 7521, - "␣grace": 7522, - "␣amend": 7523, - "oving": 7524, - "gging": 7525, - "␣setting": 7526, - "␣decor": 7527, - "␣presented": 7528, - "␣marked": 7529, - "nShould": 7530, - "␣controll": 7531, - "␣required": 7532, - "␣delighted": 7533, - "␣persons": 7534, - "␣adventure": 7535, - "nZ": 7536, - "yes": 7537, - "zo": 7538, - "␣sorrow": 7539, - "␣owe": 7540, - "␣bon": 7541, - "␣cents": 7542, - "␣pengu": 7543, - "␣rear": 7544, - "␣AB": 7545, - "eau": 7546, - "␣Book": 7547, - "␣noisy": 7548, - "␣Hannah": 7549, - "␣spite": 7550, - "␣proved": 7551, - "␣blowing": 7552, - "nCon": 7553, - "IST": 7554, - "oyal": 7555, - "␣moments": 7556, - "␣Arthur": 7557, - "␣lessons": 7558, - "nWhoa": 7559, - "␣glasses": 7560, - "␣Government": 7561, - "stitute": 7562, - "␣pirate": 7563, - "case": 7564, - "zing": 7565, - "erg": 7566, - "␣stove": 7567, - "␣Majesty": 7568, - "␣sooner": 7569, - "nOnce": 7570, - "␣prior": 7571, - "␣pupp": 7572, - "␣heavily": 7573, - "␣piggy": 7574, - "␣Joey": 7575, - "␣increased": 7576, - "␣represented": 7577, - "␣seventy": 7578, - "AIN": 7579, - "␣wise": 7580, - "aned": 7581, - "asant": 7582, - "␣bee": 7583, - "adium": 7584, - "␣gosh": 7585, - "␣Cons": 7586, - "␣Hu": 7587, - "␣While": 7588, - "hang": 7589, - "␣conqu": 7590, - "peror": 7591, - "␣flu": 7592, - "␣underneath": 7593, - "␣apples": 7594, - "␣contest": 7595, - "␣legal": 7596, - "␣extent": 7597, - "␣advanced": 7598, - "orkshire": 7599, - "␣farther": 7600, - "yard": 7601, - "refers": 7602, - "␣ren": 7603, - "␣Sav": 7604, - "nTO": 7605, - "acker": 7606, - "␣spin": 7607, - "nMan": 7608, - "␣armed": 7609, - "nDe": 7610, - "ISS": 7611, - "onsense": 7612, - "␣swall": 7613, - "␣swift": 7614, - "␣Alice": 7615, - "␣Eddie": 7616, - "␣regarded": 7617, - "␣struggle": 7618, - "␣giraffe": 7619, - "Steve": 7620, - "bird": 7621, - "gb": 7622, - "hamed": 7623, - "eding": 7624, - "␣Im": 7625, - "␣Sax": 7626, - "␣Shar": 7627, - "␣Cam": 7628, - "nHuh": 7629, - "␣client": 7630, - "␣cheeks": 7631, - "␣passion": 7632, - "␣Mississippi": 7633, - "nwhat": 7634, - "nesday": 7635, - "␣picnic": 7636, - "tt": 7637, - "␣ben": 7638, - "␣fate": 7639, - "␣pure": 7640, - "␣losing": 7641, - "␣Iran": 7642, - "␣rac": 7643, - "␣Sure": 7644, - "␣sheet": 7645, - "␣Pers": 7646, - "␣Parliament": 7647, - "␣alarm": 7648, - "ATION": 7649, - "␣Lower": 7650, - "istry": 7651, - "␣worn": 7652, - "␣vain": 7653, - "nCha": 7654, - "␣refused": 7655, - "␣Israel": 7656, - "LEA": 7657, - "␣XX": 7658, - "␣belongs": 7659, - "␣collection": 7660, - "IFA": 7661, - "␣hesit": 7662, - "␣du": 7663, - "esh": 7664, - "amn": 7665, - "␣mechan": 7666, - "␣Ap": 7667, - "␣cannon": 7668, - "␣List": 7669, - "␣conclud": 7670, - "␣goodbye": 7671, - "␣Yorkshire": 7672, - "␣unit": 7673, - "␣remains": 7674, - "␣rescue": 7675, - "iverse": 7676, - "␣symb": 7677, - "␣grandfather": 7678, - "␣foreign": 7679, - "␣villages": 7680, - "␣operation": 7681, - "␣Commun": 7682, - "␣responsibility": 7683, - "␣religion": 7684, - "␣scratch": 7685, - "␣Empire": 7686, - "ds": 7687, - "nc": 7688, - "py": 7689, - "␣bord": 7690, - "␣nuclear": 7691, - "ayne": 7692, - "lying": 7693, - "␣Sara": 7694, - "␣journal": 7695, - "ouri": 7696, - "␣Jr": 7697, - "␣Gil": 7698, - "␣roy": 7699, - "␣champ": 7700, - "␣sche": 7701, - "␣compar": 7702, - "␣belt": 7703, - "␣instance": 7704, - "␣marks": 7705, - "␣potatoes": 7706, - "blows": 7707, - "␣accompl": 7708, - "␣referred": 7709, - "␣clouds": 7710, - "␣Latin": 7711, - "Your": 7712, - "bly": 7713, - "iation": 7714, - "wa": 7715, - "rels": 7716, - "␣ding": 7717, - "oni": 7718, - "␣measure": 7719, - "␣Porter": 7720, - "nMove": 7721, - "␣student": 7722, - "␣crocod": 7723, - "␣paused": 7724, - "␣neighborhood": 7725, - "␣Postman": 7726, - "␣follows": 7727, - "␣library": 7728, - "Can": 7729, - "dro": 7730, - "some": 7731, - "␣tub": 7732, - "␣intern": 7733, - "amma": 7734, - "␣Pac": 7735, - "gend": 7736, - "␣Jumbo": 7737, - "␣bold": 7738, - "␣Stud": 7739, - "␣Anna": 7740, - "␣purcha": 7741, - "ennes": 7742, - "␣fifth": 7743, - "␣advance": 7744, - "idae": 7745, - "incol": 7746, - "␣ugly": 7747, - "rondissement": 7748, - "␣Faith": 7749, - "Cl": 7750, - "On": 7751, - "bar": 7752, - "syl": 7753, - "␣winner": 7754, - "iture": 7755, - "␣code": 7756, - "␣Sil": 7757, - "␣Home": 7758, - "␣sale": 7759, - "␣spect": 7760, - "nNobody": 7761, - "hess": 7762, - "␣leaf": 7763, - "␣entrance": 7764, - "␣Asia": 7765, - "␣subst": 7766, - "␣engines": 7767, - "␣cleaning": 7768, - "␣amongst": 7769, - "␣spirits": 7770, - "␣stolen": 7771, - "western": 7772, - "wyn": 7773, - "␣witch": 7774, - "␣mole": 7775, - "␣pitch": 7776, - "␣hut": 7777, - "keep": 7778, - "␣rice": 7779, - "␣stool": 7780, - "␣SH": 7781, - "␣Any": 7782, - "rose": 7783, - "␣Ha": 7784, - "nWE": 7785, - "unting": 7786, - "␣FIFA": 7787, - "␣Ralph": 7788, - "␣Nic": 7789, - "␣gotten": 7790, - "␣useta": 7791, - "issa": 7792, - "␣workers": 7793, - "␣flash": 7794, - "inton": 7795, - "␣chew": 7796, - "␣income": 7797, - "␣ticket": 7798, - "␣volume": 7799, - "␣romantic": 7800, - "␣Catholic": 7801, - "iable": 7802, - "nine": 7803, - "rough": 7804, - "stone": 7805, - "nToday": 7806, - "␣Northern": 7807, - "␣vast": 7808, - "␣Stanton": 7809, - "␣bush": 7810, - "␣travell": 7811, - "␣stuffed": 7812, - "nStay": 7813, - "␣About": 7814, - "␣salt": 7815, - "ursday": 7816, - "nAnyway": 7817, - "␣fleet": 7818, - "␣folk": 7819, - "␣eagerly": 7820, - "␣improve": 7821, - "␣Baby": 7822, - "␣Division": 7823, - "iar": 7824, - "jack": 7825, - "␣bast": 7826, - "␣cig": 7827, - "␣toe": 7828, - "atre": 7829, - "␣wealth": 7830, - "ira": 7831, - "␣CON": 7832, - "ieve": 7833, - "umes": 7834, - "␣Dun": 7835, - "␣chums": 7836, - "␣finds": 7837, - "␣stronger": 7838, - "␣Auntie": 7839, - "␣Maisy": 7840, - "whispering": 7841, - "AKE": 7842, - "␣Senate": 7843, - "␣suspic": 7844, - "␣succeeded": 7845, - "␣buttons": 7846, - "␣grateful": 7847, - "␣inhabit": 7848, - "␣ocean": 7849, - "␣cows": 7850, - "␣lat": 7851, - "asa": 7852, - "␣hunt": 7853, - "acle": 7854, - "␣rug": 7855, - "␣App": 7856, - "␣jew": 7857, - "␣comr": 7858, - "␣spr": 7859, - "hio": 7860, - "␣partly": 7861, - "␣parties": 7862, - "␣cheap": 7863, - "hmm": 7864, - "␣regret": 7865, - "␣sleepy": 7866, - "␣steal": 7867, - "␣thousands": 7868, - "␣appropri": 7869, - "␣shark": 7870, - "␣hoped": 7871, - "␣persu": 7872, - "␣religious": 7873, - "␣Carolina": 7874, - "iography": 7875, - "␣ay": 7876, - "␣session": 7877, - "␣counter": 7878, - "ingle": 7879, - "␣washer": 7880, - "␣ARE": 7881, - "urg": 7882, - "nTH": 7883, - "␣notes": 7884, - "␣altern": 7885, - "␣spark": 7886, - "icket": 7887, - "␣consult": 7888, - "␣landed": 7889, - "␣ducks": 7890, - "␣daily": 7891, - "␣basically": 7892, - "ophie": 7893, - "␣whistle": 7894, - "␣innocent": 7895, - "Just": 7896, - "iches": 7897, - "␣rust": 7898, - "ams": 7899, - "␣Tor": 7900, - "␣Hart": 7901, - "␣Hockey": 7902, - "␣sock": 7903, - "␣Ford": 7904, - "␣letting": 7905, - "␣shaking": 7906, - "␣contribut": 7907, - "␣slip": 7908, - "␣minister": 7909, - "␣counties": 7910, - "␣termin": 7911, - "nLooks": 7912, - "␣annoy": 7913, - "␣conditions": 7914, - "␣raining": 7915, - "␣effects": 7916, - "␣protection": 7917, - "␣suffer": 7918, - "␣territory": 7919, - "␣false": 7920, - "␣unusual": 7921, - "OS": 7922, - "bag": 7923, - "corn": 7924, - "hta": 7925, - "sk": 7926, - "turn": 7927, - "oubles": 7928, - "amps": 7929, - "␣Fox": 7930, - "␣Rome": 7931, - "␣EXP": 7932, - "␣Up": 7933, - "␣pean": 7934, - "␣guide": 7935, - "azz": 7936, - "␣passengers": 7937, - "␣completed": 7938, - "␣spending": 7939, - "␣admit": 7940, - "Ah": 7941, - "April": 7942, - "CI": 7943, - "␣wip": 7944, - "␣sings": 7945, - "␣Hon": 7946, - "␣Rad": 7947, - "␣handed": 7948, - "␣chop": 7949, - "␣chose": 7950, - "␣recent": 7951, - "␣deserve": 7952, - "okes": 7953, - "␣lately": 7954, - "␣Willie": 7955, - "␣loving": 7956, - "nEveryone": 7957, - "burgh": 7958, - "␣tracks": 7959, - "␣girlfriend": 7960, - "␣permission": 7961, - "writer": 7962, - "␣Disney": 7963, - "␣arranged": 7964, - "give": 7965, - "␣mood": 7966, - "␣dom": 7967, - "␣powers": 7968, - "␣Ang": 7969, - "␣Ayl": 7970, - "nTHAT": 7971, - "nAha": 7972, - "␣Nan": 7973, - "␣Ev": 7974, - "␣Ye": 7975, - "nCare": 7976, - "␣phr": 7977, - "␣causes": 7978, - "␣driven": 7979, - "␣Clar": 7980, - "␣murm": 7981, - "␣estim": 7982, - "␣selling": 7983, - "screams": 7984, - "␣scheme": 7985, - "incoln": 7986, - "Thank": 7987, - "uing": 7988, - "zed": 7989, - "anks": 7990, - "␣na": 7991, - "alls": 7992, - "␣exha": 7993, - "nMad": 7994, - "osely": 7995, - "␣appears": 7996, - "␣sla": 7997, - "␣ahhah": 7998, - "␣nicely": 7999, - "␣elev": 8000, - "␣Group": 8001, - "␣explan": 8002, - "␣servants": 8003, - "␣media": 8004, - "␣reports": 8005, - "␣fortun": 8006, - "␣suffering": 8007, - "␣dreadful": 8008, - "␣Department": 8009, - "␣achieve": 8010, - "␣Aylmer": 8011, - "uy": 8012, - "upp": 8013, - "␣wings": 8014, - "␣stole": 8015, - "␣ashamed": 8016, - "␣Hind": 8017, - "␣conver": 8018, - "aval": 8019, - "angers": 8020, - "icted": 8021, - "␣contain": 8022, - "␣foods": 8023, - "␣disappear": 8024, - "␣limited": 8025, - "arrass": 8026, - "nLeave": 8027, - "pot": 8028, - "who": 8029, - "erous": 8030, - "enes": 8031, - "␣Bed": 8032, - "␣frame": 8033, - "␣sauce": 8034, - "␣ability": 8035, - "␣OUT": 8036, - "␣gray": 8037, - "␣affection": 8038, - "hedral": 8039, - "ahul": 8040, - "␣warning": 8041, - "nerm": 8042, - "␣Club": 8043, - "␣explos": 8044, - "␣Show": 8045, - "␣illness": 8046, - "␣disappointed": 8047, - "␣connection": 8048, - "␣physical": 8049, - "vania": 8050, - "RRR": 8051, - "␣Golden": 8052, - "␣Brazil": 8053, - "WE": 8054, - "hor": 8055, - "idays": 8056, - "␣Mill": 8057, - "␣COM": 8058, - "␣joint": 8059, - "umper": 8060, - "␣Jeff": 8061, - "aki": 8062, - "emic": 8063, - "nOver": 8064, - "␣pride": 8065, - "␣waters": 8066, - "␣nights": 8067, - "nthey": 8068, - "sname": 8069, - "␣Batala": 8070, - "JJJ": 8071, - "IES": 8072, - "cles": 8073, - "which": 8074, - "rem": 8075, - "␣bay": 8076, - "onge": 8077, - "␣fits": 8078, - "␣lamp": 8079, - "␣anal": 8080, - "␣CAN": 8081, - "hant": 8082, - "resp": 8083, - "␣peep": 8084, - "␣une": 8085, - "nEn": 8086, - "achus": 8087, - "␣Vis": 8088, - "inned": 8089, - "␣Ash": 8090, - "ethro": 8091, - "␣loft": 8092, - "␣revolution": 8093, - "␣Scotland": 8094, - "␣platform": 8095, - "␣Irish": 8096, - "␣obliged": 8097, - "sylvania": 8098, - "VID": 8099, - "isl": 8100, - "␣federal": 8101, - "iculous": 8102, - "␣Mars": 8103, - "␣Bas": 8104, - "␣aband": 8105, - "berries": 8106, - "␣unable": 8107, - "␣scary": 8108, - "␣landing": 8109, - "uesday": 8110, - "␣Tommy": 8111, - "umbling": 8112, - "␣rolled": 8113, - "nAlthough": 8114, - "␣sales": 8115, - "␣basis": 8116, - "␣presidential": 8117, - "nSometimes": 8118, - "␣focus": 8119, - "␣stroke": 8120, - "␣extremely": 8121, - "␣sacr": 8122, - "uan": 8123, - "␣tank": 8124, - "␣link": 8125, - "␣whoo": 8126, - "unior": 8127, - "␣Pir": 8128, - "␣Di": 8129, - "␣Jake": 8130, - "␣Lilian": 8131, - "nBen": 8132, - "istics": 8133, - "alking": 8134, - "nLe": 8135, - "orden": 8136, - "␣drag": 8137, - "␣starring": 8138, - "␣programs": 8139, - "␣rubber": 8140, - "␣Hayden": 8141, - "␣wo": 8142, - "␣nest": 8143, - "␣incl": 8144, - "ati": 8145, - "␣rot": 8146, - "␣Baker": 8147, - "nWatch": 8148, - "␣Du": 8149, - "nSit": 8150, - "nHE": 8151, - "oses": 8152, - "aka": 8153, - "␣Oak": 8154, - "aghetti": 8155, - "nMore": 8156, - "␣flood": 8157, - "␣pointing": 8158, - "␣beds": 8159, - "␣Missouri": 8160, - "␣conscious": 8161, - "cript": 8162, - "␣wooden": 8163, - "nEverybody": 8164, - "OOD": 8165, - "␣Music": 8166, - "␣occupied": 8167, - "␣tidy": 8168, - "␣Turkish": 8169, - "␣Pacific": 8170, - "mod": 8171, - "sur": 8172, - "␣cakes": 8173, - "␣pipe": 8174, - "omed": 8175, - "␣thirst": 8176, - "nDavid": 8177, - "␣roar": 8178, - "␣Star": 8179, - "␣sched": 8180, - "hens": 8181, - "␣contains": 8182, - "␣treasure": 8183, - "␣systems": 8184, - "␣admir": 8185, - "whines": 8186, - "␣tunnel": 8187, - "␣Middle": 8188, - "␣Wednesday": 8189, - "GG": 8190, - "Mar": 8191 + "": 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, + "he": 273, + "Ġa": 274, + "in": 275, + "re": 276, + "Ġs": 277, + "Ġthe": 278, + "on": 279, + "ou": 280, + "Ġw": 281, + "er": 282, + "at": 283, + "nd": 284, + "Ġc": 285, + "ing": 286, + ".\\": 287, + "or": 288, + "it": 289, + "es": 290, + "Ġb": 291, + "en": 292, + "ed": 293, + "Ġf": 294, + "is": 295, + "Ġm": 296, + "Ġo": 297, + "an": 298, + "Ġp": 299, + "Ġto": 300, + "Ġd": 301, + "al": 302, + "ar": 303, + "Ġand": 304, + "Ġh": 305, + "Ġth": 306, + "Ġin": 307, + "Ġof": 308, + "Ġl": 309, + "om": 310, + "ic": 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, + "ĠI": 330, + "ct": 331, + "Ġbe": 332, + "id": 333, + "Ġhe": 334, + "ay": 335, + "im": 336, + "gh": 337, + "ro": 338, + "Ġthat": 339, + "ver": 340, + "Ġon": 341, + "ad": 342, + "ld": 343, + "st": 344, + "Ġit": 345, + "ĠT": 346, + "ut": 347, + "Ġst": 348, + "se": 349, + "ir": 350, + "ac": 351, + "'s": 352, + "?\\": 353, + "Ġis": 354, + "am": 355, + "Ġwh": 356, + "Ġfor": 357, + "Ġwe": 358, + "ri": 359, + "ĠS": 360, + "out": 361, + "ke": 362, + "ĠA": 363, + "ith": 364, + "ur": 365, + "ce": 366, + "ation": 367, + "oo": 368, + "her": 369, + "Ġu": 370, + "if": 371, + "ch": 372, + "ght": 373, + "Ġan": 374, + "Ġwith": 375, + "Ġha": 376, + "Ġas": 377, + "\\\"": 378, + "ter": 379, + "ra": 380, + "ĠC": 381, + "ul": 382, + "il": 383, + "ol": 384, + "Ġwas": 385, + "ill": 386, + "ĠM": 387, + "Ġme": 388, + "Ġex": 389, + "ome": 390, + "'t": 391, + "Ġcon": 392, + "Ġor": 393, + "pe": 394, + "Ġare": 395, + "Ġk": 396, + "Ġse": 397, + "our": 398, + "Ġli": 399, + "ore": 400, + "ĠB": 401, + "ant": 402, + "Ġthey": 403, + "ess": 404, + "ge": 405, + "Ġde": 406, + "Ġne": 407, + "ers": 408, + "op": 409, + "ure": 410, + "\\u": 411, + "ĠW": 412, + "ate": 413, + "th": 414, + "Ġdo": 415, + "Ġab": 416, + "ist": 417, + "ould": 418, + "ĠH": 419, + "ust": 420, + "un": 421, + "!\\": 422, + "Ġsh": 423, + "Ġcom": 424, + "qu": 425, + "ain": 426, + "pp": 427, + "and": 428, + "Ġcan": 429, + "Ġpro": 430, + "Ġat": 431, + "rom": 432, + "ies": 433, + "um": 434, + "ig": 435, + "Ġus": 436, + "Ġv": 437, + "Ġch": 438, + "ab": 439, + "est": 440, + "rou": 441, + "ĠThe": 442, + "Ġyour": 443, + "nt": 444, + "Ġthis": 445, + "all": 446, + "ĠP": 447, + "Ġle": 448, + "Ġhave": 449, + "Ġnot": 450, + "em": 451, + "ive": 452, + "os": 453, + "Ġwhe": 454, + "Ġwor": 455, + "ity": 456, + "art": 457, + "Ġabout": 458, + "el": 459, + "red": 460, + "Ġal": 461, + "Ġkn": 462, + "..": 463, + "Ġso": 464, + "Ġj": 465, + "ally": 466, + "Ġsu": 467, + "ort": 468, + "ect": 469, + "ci": 470, + "Ġfrom": 471, + "Ġtheir": 472, + "ĠD": 473, + "The": 474, + "ĠE": 475, + "hat": 476, + "Ġby": 477, + "ment": 478, + "king": 479, + "Ġpl": 480, + "Ġr": 481, + "Ġall": 482, + "ight": 483, + "od": 484, + "--": 485, + "ell": 486, + "ard": 487, + "one": 488, + "very": 489, + "Ġlike": 490, + "Ġknow": 491, + "ie": 492, + "ĠL": 493, + "res": 494, + "ag": 495, + "ĠF": 496, + "ud": 497, + "Ġint": 498, + "ind": 499, + "Ġup": 500, + "Ġ\\\"": 501, + "ĠR": 502, + "Ġgo": 503, + "ine": 504, + "ous": 505, + "ood": 506, + "ĠG": 507, + "You": 508, + "ide": 509, + "pl": 510, + "iv": 511, + "ong": 512, + "Ġen": 513, + "Ġ1": 514, + "Ġwhat": 515, + "ther": 516, + "Ġ(": 517, + "ĠN": 518, + "ry": 519, + "ĠO": 520, + "ap": 521, + "Ġout": 522, + "ake": 523, + "Ġthem": 524, + "ice": 525, + "Ġher": 526, + "ions": 527, + "Ġbut": 528, + "ast": 529, + "Ġ\\": 530, + "ack": 531, + "Ġone": 532, + "Ġmy": 533, + "Ġthere": 534, + "Ġim": 535, + "Ġsa": 536, + "ere": 537, + "reat": 538, + "ep": 539, + "ff": 540, + "Ġhis": 541, + "Ġsome": 542, + "are": 543, + "ime": 544, + "Ġwere": 545, + "hing": 546, + "ks": 547, + "oc": 548, + "og": 549, + "Ġshe": 550, + "act": 551, + "Ġwho": 552, + "ich": 553, + "ĠJ": 554, + "iz": 555, + "ven": 556, + "Ġ\"": 557, + "\"Ċ": 558, + "ost": 559, + "Ġwhen": 560, + "Ġdis": 561, + "Ġhow": 562, + "Ġhad": 563, + "Ġour": 564, + "Ġmore": 565, + "Ġman": 566, + "Ġpe": 567, + "Ġother": 568, + "end": 569, + "per": 570, + "ame": 571, + "ans": 572, + "Ġad": 573, + "Ġwill": 574, + "Ġfe": 575, + "Ġun": 576, + "ings": 577, + "Ġcl": 578, + "omet": 579, + "age": 580, + "ob": 581, + "Ġjust": 582, + "ru": 583, + "ays": 584, + "Ġget": 585, + "ose": 586, + "ak": 587, + "Ġtime": 588, + "pt": 589, + "nder": 590, + "aus": 591, + "Ġwould": 592, + "Ġif": 593, + "ical": 594, + "ople": 595, + "ace": 596, + "Ġte": 597, + "his": 598, + "ach": 599, + "ah": 600, + "ook": 601, + "'re": 602, + "right": 603, + "Ġbec": 604, + "Ġres": 605, + "Ġcomp": 606, + "Ġqu": 607, + "ear": 608, + "ink": 609, + "Ġany": 610, + "cc": 611, + "Ġhel": 612, + "ile": 613, + "ult": 614, + "ance": 615, + "ations": 616, + "Ġevery": 617, + "Ġsp": 618, + "able": 619, + "Ġcont": 620, + "ite": 621, + "ove": 622, + "ble": 623, + "ence": 624, + "Ġwhich": 625, + "Ġhelp": 626, + "Ġpeople": 627, + "ved": 628, + "Ġinto": 629, + "ild": 630, + "ound": 631, + "Ġcould": 632, + "own": 633, + "uc": 634, + "Ġdon": 635, + "ated": 636, + "ass": 637, + "Ġhas": 638, + "ip": 639, + "ĠU": 640, + ".\"Ċ": 641, + "arn": 642, + "Ġsomet": 643, + "av": 644, + "Ġ2": 645, + "Ġspe": 646, + "Ġdid": 647, + "ne": 648, + "ater": 649, + "ents": 650, + "Ġhim": 651, + "Ġtw": 652, + "Ġimp": 653, + "orm": 654, + "Ġwant": 655, + "Ġag": 656, + "so": 657, + "Ġunder": 658, + "Ġar": 659, + "ber": 660, + "Ġthese": 661, + "iff": 662, + "round": 663, + "oll": 664, + "Ġtr": 665, + "itt": 666, + "Ġover": 667, + "ang": 668, + "'m": 669, + "It": 670, + "Ġinc": 671, + "ond": 672, + "ary": 673, + "ause": 674, + "ia": 675, + "ial": 676, + "Ġbet": 677, + "rough": 678, + "Ġsee": 679, + "ces": 680, + "Ġper": 681, + "Ġright": 682, + "Ġno": 683, + "Ġpart": 684, + "Ġneed": 685, + "Ġthan": 686, + "Ġdiff": 687, + "ree": 688, + "vel": 689, + "ress": 690, + "ign": 691, + "Ġnew": 692, + "ors": 693, + "Ġbeen": 694, + "ount": 695, + "ue": 696, + "Ġro": 697, + "ase": 698, + "Ġcall": 699, + "Ġlearn": 700, + "ving": 701, + "ough": 702, + "...\\": 703, + "sel": 704, + "ĠIt": 705, + "other": 706, + "ory": 707, + "What": 708, + "hy": 709, + "Ġam": 710, + "ire": 711, + "Ġcomm": 712, + "Ġpr": 713, + "Ġpre": 714, + "Ġoff": 715, + "\"\\": 716, + "Ġthink": 717, + "eah": 718, + "Ġeven": 719, + "Ġsaid": 720, + "riend": 721, + "ked": 722, + "ord": 723, + "Ġact": 724, + "get": 725, + "fter": 726, + "ĠIn": 727, + "'ll": 728, + "Ġthen": 729, + "Ġhere": 730, + "Ġtoo": 731, + "ish": 732, + "Ġthrough": 733, + "wn": 734, + "----": 735, + "Ġback": 736, + "ious": 737, + "ens": 738, + "ade": 739, + "ily": 740, + "ĠK": 741, + "Ġtwo": 742, + "ons": 743, + "irst": 744, + "Ġsomething": 745, + "Ġwhere": 746, + "les": 747, + "Ġyear": 748, + "Ġsm": 749, + "als": 750, + "we": 751, + "hed": 752, + "fore": 753, + "Ġgot": 754, + "Ġgr": 755, + "And": 756, + "Ġdiffere": 757, + "Ġbl": 758, + "Ġfriend": 759, + "ick": 760, + "ful": 761, + "Ġalso": 762, + "ĠSt": 763, + "Ġer": 764, + "Ġday": 765, + "ool": 766, + "Ġnow": 767, + "Ġfl": 768, + "Ġapp": 769, + "Ġsc": 770, + "Ġrem": 771, + "oy": 772, + "Ġexpl": 773, + "Ġstud": 774, + "Ġmake": 775, + "ating": 776, + "uring": 777, + "ĠThis": 778, + "Ġits": 779, + "'ve": 780, + "ife": 781, + "ĠY": 782, + "ition": 783, + "Ġem": 784, + "stand": 785, + "Ġmay": 786, + "Ġbu": 787, + "He": 788, + "Ġway": 789, + "aking": 790, + "Ġdec": 791, + "ves": 792, + "ĠCh": 793, + "pect": 794, + "urn": 795, + "ities": 796, + "form": 797, + "cial": 798, + "hen": 799, + "int": 800, + "ise": 801, + "Ġdown": 802, + "Ġwork": 803, + "ub": 804, + "ict": 805, + "Ġhapp": 806, + "uch": 807, + "Ġmany": 808, + "Ġ-": 809, + "Ġonly": 810, + "...": 811, + "ĠHe": 812, + "We": 813, + "Ġdes": 814, + "Ġrec": 815, + "ple": 816, + "imes": 817, + "Ġbecause": 818, + "ures": 819, + "ave": 820, + "olog": 821, + "Ġgood": 822, + "ng": 823, + "Ġthose": 824, + "du": 825, + "Ġsuch": 826, + "ittle": 827, + "Ġfirst": 828, + "vers": 829, + ".\\\"\\": 830, + "ific": 831, + "ction": 832, + "Ġdifferent": 833, + "ting": 834, + ":\\": 835, + "oth": 836, + "Ġcalled": 837, + "Ġsay": 838, + "Ġwell": 839, + "vent": 840, + "ought": 841, + "Ġwhile": 842, + "ull": 843, + "Ġfeel": 844, + "Ġind": 845, + "Ġlet": 846, + "Ġsy": 847, + "ĠThey": 848, + "Ġke": 849, + "Ġbefore": 850, + "Ġafter": 851, + "arm": 852, + "iss": 853, + "Ġvery": 854, + "But": 855, + "Ġdisc": 856, + "Ġlook": 857, + "Ġacc": 858, + "Ġmuch": 859, + "Ġfind": 860, + "Ġmight": 861, + "No": 862, + "Ġbr": 863, + "igh": 864, + "xt": 865, + "Ġunderstand": 866, + "Oh": 867, + "ft": 868, + "Ġthings": 869, + "ian": 870, + "ail": 871, + "Ġgu": 872, + "ark": 873, + "ather": 874, + "Ġcons": 875, + "Ġgoing": 876, + "Ġco": 877, + "Ġdoes": 878, + "ange": 879, + "Ġaround": 880, + "ates": 881, + "Ġworld": 882, + "Ġeach": 883, + "ew": 884, + "Ġtake": 885, + "self": 886, + "Ġrel": 887, + "Ġlittle": 888, + "Ġuse": 889, + "be": 890, + "Ġplay": 891, + "way": 892, + "Yeah": 893, + "rain": 894, + "Ġstart": 895, + "Ġtal": 896, + "ib": 897, + "Al": 898, + "ual": 899, + "Ġcome": 900, + "tain": 901, + "That": 902, + "Ġsur": 903, + "Ġpo": 904, + "mer": 905, + "Ġac": 906, + "Ġbel": 907, + "Ġlong": 908, + "In": 909, + "ually": 910, + "Ġmost": 911, + "ject": 912, + "Ġwr": 913, + "ny": 914, + "Ġshould": 915, + "ower": 916, + "ĠV": 917, + "tern": 918, + "led": 919, + "Ġinst": 920, + "Ġmade": 921, + "ody": 922, + "Ġstr": 923, + "Ġcar": 924, + "alth": 925, + "te": 926, + "ren": 927, + "ever": 928, + "hes": 929, + "thing": 930, + "ics": 931, + "erm": 932, + "ph": 933, + "Ġreal": 934, + "Ġmean": 935, + ",\\\"": 936, + "oss": 937, + "Ġagain": 938, + "ning": 939, + "Ġown": 940, + "Ġtoget": 941, + "ĠBut": 942, + "Ġtogether": 943, + "ract": 944, + "ied": 945, + "Ġlife": 946, + "Ġexper": 947, + "Well": 948, + "Ġfam": 949, + "ward": 950, + "ath": 951, + "Ġimport": 952, + "gan": 953, + "Ġused": 954, + "ular": 955, + "ments": 956, + "Ġchild": 957, + "Ġthought": 958, + "ible": 959, + "So": 960, + "Ġpers": 961, + "na": 962, + "Ġyears": 963, + "lud": 964, + "Ġins": 965, + "ty": 966, + "my": 967, + "Ġcreat": 968, + "ween": 969, + "gg": 970, + "Ġbeing": 971, + "cess": 972, + "ĠAnd": 973, + "Ġfound": 974, + ",\\": 975, + "Ġinv": 976, + "Ġatt": 977, + "Ġser": 978, + "Ġrep": 979, + "Ġwater": 980, + "ness": 981, + "chool": 982, + "Ġduring": 983, + "ited": 984, + "Ġread": 985, + "Ġeff": 986, + "Ġfriends": 987, + "old": 988, + "Ġbetween": 989, + "ĠYou": 990, + "Ġreg": 991, + "ric": 992, + "Ġgen": 993, + "Ġob": 994, + "day": 995, + "Ġsupp": 996, + "Ġtell": 997, + "its": 998, + "ps": 999, + "Ġshow": 1000, + "Ġcount": 1001, + "ared": 1002, + "ways": 1003, + "Ġhand": 1004, + "lic": 1005, + "Ġadd": 1006, + "**": 1007, + "akes": 1008, + "Ġ3": 1009, + "au": 1010, + "nce": 1011, + "here": 1012, + "Ġbetter": 1013, + "Ġsk": 1014, + "This": 1015, + "Ġsim": 1016, + "ars": 1017, + "Ġreally": 1018, + "stem": 1019, + "Ġ'": 1020, + "velop": 1021, + "ĠUn": 1022, + "Ġcommun": 1023, + "ĠSo": 1024, + "Ġwhy": 1025, + "Ġhome": 1026, + "ĠTh": 1027, + "Ġcare": 1028, + "ĠHow": 1029, + "Alice": 1030, + "ident": 1031, + "ative": 1032, + "ss": 1033, + "Ġinclud": 1034, + "Ġgreat": 1035, + "Ġcr": 1036, + "ec": 1037, + "Ġdidn": 1038, + "lect": 1039, + "ased": 1040, + "ists": 1041, + "air": 1042, + "Ġstill": 1043, + "Ġanother": 1044, + "Ġexam": 1045, + "Ġmet": 1046, + "li": 1047, + "Ġboth": 1048, + "gr": 1049, + "Ġset": 1050, + "Ġche": 1051, + "Ġform": 1052, + "ead": 1053, + "ines": 1054, + "ized": 1055, + "Ġsec": 1056, + "Ġcre": 1057, + "Ġold": 1058, + "Ġart": 1059, + "Ġkeep": 1060, + "Ġsci": 1061, + "read": 1062, + "chn": 1063, + "Bob": 1064, + "ility": 1065, + "ĠWe": 1066, + "Ġpres": 1067, + "ational": 1068, + "erg": 1069, + "ature": 1070, + "Ġsmall": 1071, + "Ġalways": 1072, + "ened": 1073, + "iting": 1074, + "ĠAs": 1075, + "Ġimportant": 1076, + "Ġdi": 1077, + "iqu": 1078, + "Ġgl": 1079, + "arch": 1080, + "Ġlead": 1081, + "Ġvar": 1082, + "ĠThat": 1083, + "ants": 1084, + "aw": 1085, + "Ġdevelop": 1086, + "Ġhealth": 1087, + "Ġtry": 1088, + "Ġschool": 1089, + "Ġusing": 1090, + "ided": 1091, + "Ġloc": 1092, + "Ġent": 1093, + "Ġhum": 1094, + "Ġend": 1095, + "ember": 1096, + "Ġturn": 1097, + "Ġfun": 1098, + "ĠAl": 1099, + "ered": 1100, + "ds": 1101, + "Ġnum": 1102, + "anc": 1103, + "Ġprov": 1104, + "Ġcoll": 1105, + ")\\": 1106, + "Ġsign": 1107, + "Ġthree": 1108, + "ix": 1109, + "owing": 1110, + "Ġmo": 1111, + "cept": 1112, + "ys": 1113, + "Ġinter": 1114, + "rib": 1115, + "Ġquest": 1116, + "Ġless": 1117, + "Ġbig": 1118, + "Ġra": 1119, + "Ġmin": 1120, + "Yes": 1121, + "enc": 1122, + "How": 1123, + "Ġph": 1124, + "ten": 1125, + "Ġev": 1126, + "Ġhigh": 1127, + "ling": 1128, + "ices": 1129, + "blem": 1130, + "ues": 1131, + "Ġperson": 1132, + "ize": 1133, + "ank": 1134, + "land": 1135, + "Ġty": 1136, + "Ġothers": 1137, + "Ġear": 1138, + "Ġmat": 1139, + "Ġcol": 1140, + "Ġnever": 1141, + "Ġdet": 1142, + "Ġlove": 1143, + "Ġsystem": 1144, + "hip": 1145, + "Ġmust": 1146, + "kay": 1147, + "Ġval": 1148, + "Ġaway": 1149, + "ural": 1150, + "ology": 1151, + "Ġeveryone": 1152, + "Ġever": 1153, + "Ġrese": 1154, + "aut": 1155, + "Ġtrans": 1156, + "Ġfood": 1157, + "ĠMr": 1158, + "Ġprot": 1159, + "ute": 1160, + "Ġput": 1161, + "ories": 1162, + "Ġexp": 1163, + "Ġhist": 1164, + "Ġpat": 1165, + "ax": 1166, + "ts": 1167, + "Ġplan": 1168, + "Ġcle": 1169, + "Ġproblem": 1170, + "'d": 1171, + "Ġbuild": 1172, + "ages": 1173, + "Ġide": 1174, + "ouse": 1175, + "Ġinf": 1176, + "Ġvis": 1177, + "Ġsub": 1178, + "Ġlo": 1179, + "Ġkind": 1180, + "Ġsl": 1181, + "ef": 1182, + "ism": 1183, + "Ġexperi": 1184, + "meric": 1185, + "uri": 1186, + "Ġplace": 1187, + "ck": 1188, + "Ġbelie": 1189, + "Ġspec": 1190, + "ross": 1191, + "Th": 1192, + "ince": 1193, + "ee": 1194, + "Ġfact": 1195, + "--------": 1196, + "Ġcame": 1197, + "Ġmon": 1198, + "Ġexc": 1199, + "They": 1200, + "Ġtechn": 1201, + "Ġop": 1202, + "Ġgrou": 1203, + "aring": 1204, + "Now": 1205, + "orn": 1206, + "ron": 1207, + "Ġwithout": 1208, + "erest": 1209, + "Ġseem": 1210, + "ĠShe": 1211, + "Ġupon": 1212, + "Ġtri": 1213, + "Ġref": 1214, + "Ġcour": 1215, + "und": 1216, + "ety": 1217, + "Ġmed": 1218, + "As": 1219, + "Ġsame": 1220, + "),": 1221, + "Ġinform": 1222, + "Ġsol": 1223, + "St": 1224, + "Ġgive": 1225, + "Ġext": 1226, + "Ġconf": 1227, + "ĠWhat": 1228, + "ex": 1229, + "agine": 1230, + "ows": 1231, + "Ġtra": 1232, + "Ġfoll": 1233, + "duc": 1234, + "Ġlearning": 1235, + "Ġpol": 1236, + "Ġsomeone": 1237, + "ution": 1238, + "Ġass": 1239, + "Ġnam": 1240, + "ĠAmeric": 1241, + "Ġbest": 1242, + "There": 1243, + "Ġmus": 1244, + "ering": 1245, + "eng": 1246, + "Ġlast": 1247, + "Ġpass": 1248, + "Ġfin": 1249, + "Ġloo": 1250, + "ection": 1251, + "oh": 1252, + "Ġsure": 1253, + "br": 1254, + "Ġasked": 1255, + "Ġbeh": 1256, + "Ġap": 1257, + "lex": 1258, + "uss": 1259, + "Ġthing": 1260, + "Ġdist": 1261, + "Ġinterest": 1262, + "ins": 1263, + "Ġland": 1264, + "Ġcent": 1265, + "Ġpower": 1266, + "Ġmod": 1267, + "cer": 1268, + "Ġwom": 1269, + "Ġhard": 1270, + "Ġcontin": 1271, + "any": 1272, + "ters": 1273, + "Ġdoing": 1274, + "Ġmaking": 1275, + "az": 1276, + "ĠFor": 1277, + "Ġed": 1278, + "Ġprodu": 1279, + "oney": 1280, + "ets": 1281, + "Ġpartic": 1282, + "Ġ4": 1283, + "Ġmem": 1284, + "iron": 1285, + "If": 1286, + "Ġwond": 1287, + "less": 1288, + "!\\\"": 1289, + "up": 1290, + "iew": 1291, + "ential": 1292, + "She": 1293, + "Ġsometimes": 1294, + "Ġnear": 1295, + "Ġspecial": 1296, + "ense": 1297, + "irl": 1298, + "Ġoften": 1299, + "Ġlar": 1300, + "ids": 1301, + "Ġmom": 1302, + "ained": 1303, + "onna": 1304, + "Ġlight": 1305, + "Ġlot": 1306, + "ĠAn": 1307, + "Ġmar": 1308, + "Ġenough": 1309, + "atch": 1310, + "Ġeas": 1311, + "ĠThese": 1312, + "Ġstudy": 1313, + "ork": 1314, + "Ġel": 1315, + "ock": 1316, + "Ġlist": 1317, + "ives": 1318, + "Ġey": 1319, + "Ġchildren": 1320, + "Ġchar": 1321, + "ently": 1322, + "ruct": 1323, + "Ġpoint": 1324, + "ho": 1325, + "uck": 1326, + "Ġbo": 1327, + "Ġanim": 1328, + "Ġpract": 1329, + "Ġfamily": 1330, + "Ġgener": 1331, + "Ġbus": 1332, + "Ġresp": 1333, + "ired": 1334, + "ically": 1335, + "Ġbeaut": 1336, + "iness": 1337, + "ully": 1338, + "Ġsaf": 1339, + "Ġwithin": 1340, + "Ġbre": 1341, + "Ġinformation": 1342, + "Why": 1343, + "Ġgonna": 1344, + "Ġthough": 1345, + "Ġgra": 1346, + "Ġexample": 1347, + "One": 1348, + "omm": 1349, + "Ġ5": 1350, + "Ġmeans": 1351, + "Ġchange": 1352, + "Ġstre": 1353, + "Ġwee": 1354, + "Ġknown": 1355, + "Ġsound": 1356, + "Ġappro": 1357, + "Ġmain": 1358, + "Ġprocess": 1359, + "Ġtreat": 1360, + "Ġchang": 1361, + "Ġfew": 1362, + "ĠBy": 1363, + "Ġnamed": 1364, + "Ġhead": 1365, + "lease": 1366, + "Ġposs": 1367, + "Ġclass": 1368, + "Ġcap": 1369, + "over": 1370, + "Ġdef": 1371, + "ertain": 1372, + "Ġmind": 1373, + "Ġunt": 1374, + "Ġconn": 1375, + "Ġeffect": 1376, + "ined": 1377, + "ique": 1378, + "ier": 1379, + "Ġsun": 1380, + "ished": 1381, + "io": 1382, + "Ġalong": 1383, + ").": 1384, + "Ġremember": 1385, + "ately": 1386, + "viron": 1387, + "ata": 1388, + "Ġnight": 1389, + "Ġwent": 1390, + "Ġpop": 1391, + "Ġpub": 1392, + "Ġaff": 1393, + "oun": 1394, + "Ġdesign": 1395, + "Ġcult": 1396, + "Ġrequ": 1397, + "ences": 1398, + "ĠWhen": 1399, + "Ġrun": 1400, + "Ġbody": 1401, + "ale": 1402, + "reen": 1403, + "Ġyoung": 1404, + "Ġteac": 1405, + "selves": 1406, + "ergy": 1407, + "aces": 1408, + "ivid": 1409, + "Ġcreate": 1410, + "Ġgirl": 1411, + "oring": 1412, + "Ġwa": 1413, + "Ġhaving": 1414, + "Ġsit": 1415, + "Ġwanted": 1416, + "ases": 1417, + "Ġstand": 1418, + "uth": 1419, + "Ġdecided": 1420, + "aught": 1421, + "Ġchall": 1422, + "Ġstudents": 1423, + "con": 1424, + "erv": 1425, + "Ġgrow": 1426, + "pr": 1427, + "bers": 1428, + "Ġtoday": 1429, + "Ġmove": 1430, + "Ġcourse": 1431, + "Ġvarious": 1432, + "Ġheard": 1433, + "gram": 1434, + "Let": 1435, + "Ġincre": 1436, + "Ġequ": 1437, + "ĠEx": 1438, + "ĠOne": 1439, + "Ġstrong": 1440, + "Ġleft": 1441, + "illed": 1442, + "cent": 1443, + "ries": 1444, + "Ġbecome": 1445, + "Ġorgan": 1446, + "Ġheart": 1447, + "Ġnext": 1448, + "Ġresult": 1449, + "wards": 1450, + "orts": 1451, + "Ġunderstanding": 1452, + "bs": 1453, + "Ġtru": 1454, + "Ġadv": 1455, + "by": 1456, + "Ġsw": 1457, + "ield": 1458, + "ides": 1459, + "ger": 1460, + "Ġuntil": 1461, + "Ġstarted": 1462, + "ner": 1463, + "ivers": 1464, + "Ġeverything": 1465, + "hers": 1466, + "IN": 1467, + "Ġfore": 1468, + "Ġtalk": 1469, + "den": 1470, + "Ġerm": 1471, + "ills": 1472, + "Ġav": 1473, + "ital": 1474, + "Ġanything": 1475, + "ĠRe": 1476, + "Ġmoney": 1477, + "Ġfour": 1478, + "Do": 1479, + "ĠIf": 1480, + "Ġmakes": 1481, + "the": 1482, + "Ġname": 1483, + "ening": 1484, + "Ġlived": 1485, + "itions": 1486, + "der": 1487, + "Ġcur": 1488, + "Ġnumber": 1489, + "ted": 1490, + "ope": 1491, + "Ġhistory": 1492, + "Ġmag": 1493, + "angu": 1494, + "vironment": 1495, + "Ġret": 1496, + "ĠAr": 1497, + "rit": 1498, + "Ġmeet": 1499, + "Ġdeep": 1500, + "ĠWith": 1501, + "Ġpot": 1502, + "Ġisn": 1503, + "ried": 1504, + "line": 1505, + "row": 1506, + "Ġprom": 1507, + "Ġactiv": 1508, + "ued": 1509, + "to": 1510, + "hap": 1511, + "rol": 1512, + "overed": 1513, + "Ġfar": 1514, + "Ġtold": 1515, + "ote": 1516, + "Ġeng": 1517, + "Ġair": 1518, + "Ġhouse": 1519, + "Ġtook": 1520, + "ional": 1521, + "Ġfas": 1522, + "ĠHowever": 1523, + "Ġdr": 1524, + "Ġrest": 1525, + "ason": 1526, + "pend": 1527, + "no": 1528, + "Ġpain": 1529, + "ER": 1530, + "arent": 1531, + "Ġdays": 1532, + "Ġworking": 1533, + "Ġbir": 1534, + "Ġcertain": 1535, + "Ġsince": 1536, + "Ġgroup": 1537, + "Ġlevel": 1538, + "Ġamong": 1539, + "ources": 1540, + ".\\\"": 1541, + "gin": 1542, + "Ġhuman": 1543, + "iful": 1544, + "ĠTo": 1545, + "Ġtest": 1546, + "Ġacross": 1547, + "Ġagainst": 1548, + "Ġresearch": 1549, + "actly": 1550, + "ats": 1551, + "Ġscient": 1552, + "Ġindivid": 1553, + "osed": 1554, + "]\\": 1555, + "Ġtown": 1556, + "Ġcaus": 1557, + "side": 1558, + "Ġinvol": 1559, + "Ġyet": 1560, + "ĠPro": 1561, + "ĠIs": 1562, + "Ġdoesn": 1563, + "ider": 1564, + "ient": 1565, + "Ġcommon": 1566, + "rap": 1567, + "ike": 1568, + "irect": 1569, + "hys": 1570, + "Ġsupport": 1571, + "outh": 1572, + "ĠThere": 1573, + "man": 1574, + "Ġactually": 1575, + "ĠCon": 1576, + "ention": 1577, + "Ġdue": 1578, + "Ġopp": 1579, + "ilar": 1580, + "Ġprof": 1581, + "Ġstay": 1582, + "Ġtimes": 1583, + "Ġdone": 1584, + "Ġwon": 1585, + "Ġlearned": 1586, + "Ġtre": 1587, + "Ġbit": 1588, + "fully": 1589, + "?\\\"\\": 1590, + "Ġstop": 1591, + "pected": 1592, + "Ġlive": 1593, + "ality": 1594, + "ĠInd": 1595, + "Ġenergy": 1596, + "Ġocc": 1597, + "Ġsaw": 1598, + "ocus": 1599, + "Ġways": 1600, + "elt": 1601, + "ortun": 1602, + "inking": 1603, + "Ġinstead": 1604, + "Ġbeautiful": 1605, + "ected": 1606, + "Ġwal": 1607, + "ĠNo": 1608, + "ney": 1609, + "Ġgiv": 1610, + "-s": 1611, + "Ġquestion": 1612, + "Ġtyp": 1613, + "ury": 1614, + "hile": 1615, + "ĠEng": 1616, + "Ġtop": 1617, + "Ġelse": 1618, + "Ġprogram": 1619, + "Ġunique": 1620, + "Ġdata": 1621, + "?\\\"": 1622, + "aterial": 1623, + "ĠSh": 1624, + "Ġexplore": 1625, + "ĠNew": 1626, + "itive": 1627, + "uff": 1628, + "Ġenc": 1629, + "Ġloved": 1630, + "Ġris": 1631, + "Ġjour": 1632, + "Ġhour": 1633, + "Ġiss": 1634, + "Ġes": 1635, + "Ġbook": 1636, + "ape": 1637, + "Ġwords": 1638, + "Ġelect": 1639, + "Ġlangu": 1640, + "Ġpos": 1641, + "Ġtrad": 1642, + "ances": 1643, + "Ġcountry": 1644, + "Ġappe": 1645, + "Ġess": 1646, + "oms": 1647, + "Ġimpro": 1648, + "Ġonce": 1649, + "Ġhappened": 1650, + "ret": 1651, + "orry": 1652, + "Once": 1653, + "Don": 1654, + "Ġbas": 1655, + "ination": 1656, + "Ġjo": 1657, + "Ġstate": 1658, + "ots": 1659, + "Ġcor": 1660, + "Ġ6": 1661, + "Ġcomes": 1662, + "aj": 1663, + "amp": 1664, + "immy": 1665, + "Ġ.\\": 1666, + "Ġmen": 1667, + "ised": 1668, + "Ġcell": 1669, + "Ġboy": 1670, + "Ġens": 1671, + "joy": 1672, + "Ġgover": 1673, + "Ġquite": 1674, + "Ġident": 1675, + "When": 1676, + "Ġenvironment": 1677, + "Ġdiscuss": 1678, + "ains": 1679, + "Ġans": 1680, + "els": 1681, + "Ġshare": 1682, + "ĠWell": 1683, + "Ġwasn": 1684, + "ert": 1685, + "Ġeduc": 1686, + "Ġcond": 1687, + "Ġdri": 1688, + "Ġidea": 1689, + "tle": 1690, + "Ġfocus": 1691, + "Ġknew": 1692, + "ably": 1693, + "Ġproject": 1694, + "ĠSp": 1695, + "Ġstories": 1696, + "Ġsays": 1697, + "Ġcuri": 1698, + "ĠGod": 1699, + "Ġbring": 1700, + "Ġgetting": 1701, + "Ġdra": 1702, + "Ġve": 1703, + "med": 1704, + "Ġstory": 1705, + "acter": 1706, + "Ġcouldn": 1707, + "Ġfive": 1708, + "Is": 1709, + "magine": 1710, + "Ġteam": 1711, + "Ġlocal": 1712, + "Ġpur": 1713, + "Ġopen": 1714, + "Ġgovern": 1715, + "ĠAd": 1716, + "Ġsecond": 1717, + "gs": 1718, + "Ġpresent": 1719, + "Ġben": 1720, + "Ġtowards": 1721, + "Ġele": 1722, + "com": 1723, + "Ġhelps": 1724, + "Ġmaterial": 1725, + "Ġdem": 1726, + "alf": 1727, + "Ġri": 1728, + "Ġmor": 1729, + "ording": 1730, + "ns": 1731, + "Ġlooking": 1732, + "ĠBe": 1733, + "light": 1734, + "Ġbegan": 1735, + "Ġmonth": 1736, + "ĠJust": 1737, + "Ġbusiness": 1738, + "ton": 1739, + "rop": 1740, + "ify": 1741, + "Ġpie": 1742, + "Ġjob": 1743, + "ians": 1744, + "Ġincluding": 1745, + "Ġenjoy": 1746, + "Ġtem": 1747, + "Ġbelieve": 1748, + "Ġrepl": 1749, + "ccess": 1750, + "Ġconst": 1751, + "come": 1752, + "Ġeyes": 1753, + "Ġlarge": 1754, + "Ġpast": 1755, + "Ġwomen": 1756, + "Ġanimals": 1757, + "Ġspecific": 1758, + "Ġmiss": 1759, + "Come": 1760, + "ĠBen": 1761, + "avor": 1762, + "Ġcomple": 1763, + "ane": 1764, + "Ġblood": 1765, + "app": 1766, + "Ġchalleng": 1767, + "me": 1768, + "ĠMar": 1769, + "aper": 1770, + "Ġmatter": 1771, + "rist": 1772, + "ency": 1773, + "Ġdise": 1774, + "ash": 1775, + "Ġseen": 1776, + "Ġyes": 1777, + "iter": 1778, + "ledge": 1779, + "Ġcal": 1780, + "Ġsing": 1781, + "Ġmother": 1782, + "Ġbased": 1783, + "Ġsever": 1784, + "ards": 1785, + "Ġinside": 1786, + "Ġask": 1787, + "Ġfelt": 1788, + "Ġtaking": 1789, + "Ġbecame": 1790, + "-f": 1791, + "Hey": 1792, + "Ġlooked": 1793, + "All": 1794, + "iversity": 1795, + "cl": 1796, + "Ġside": 1797, + "Ġmil": 1798, + "Ġcommunity": 1799, + "Ġfull": 1800, + "Ġyourself": 1801, + "Ġfollow": 1802, + "Ġest": 1803, + "Ġmill": 1804, + "ched": 1805, + "Ġcity": 1806, + "Ġsocial": 1807, + "Ġable": 1808, + "Ġwind": 1809, + "Ġnat": 1810, + "ames": 1811, + "Ġface": 1812, + "Ġproper": 1813, + "ooks": 1814, + "My": 1815, + "Ġphys": 1816, + "Ġkids": 1817, + "Ġplaying": 1818, + "ision": 1819, + "Ġtrying": 1820, + "ior": 1821, + "Ġquick": 1822, + "Ġliving": 1823, + "Ġdep": 1824, + "oot": 1825, + "Ġclose": 1826, + "Just": 1827, + "ony": 1828, + "body": 1829, + "ream": 1830, + "ĠAt": 1831, + "Ġago": 1832, + "Ġhold": 1833, + "ĠCl": 1834, + "uro": 1835, + "Ġearly": 1836, + "Ġpar": 1837, + "Ġstep": 1838, + "Ġmusic": 1839, + "Ġdirect": 1840, + "ery": 1841, + "Ġsafe": 1842, + "ĠLet": 1843, + "Ġsym": 1844, + "lish": 1845, + "ral": 1846, + "Ġarea": 1847, + "Ġfac": 1848, + "Mm": 1849, + "Ġbad": 1850, + "Okay": 1851, + "Ġsoon": 1852, + "orth": 1853, + "ced": 1854, + "Ġlaw": 1855, + "ern": 1856, + "ither": 1857, + "Ġsignific": 1858, + "ggest": 1859, + "Ġseveral": 1860, + "ples": 1861, + "Ġlater": 1862, + "ĠCan": 1863, + "ĠOh": 1864, + "ĠPl": 1865, + "ones": 1866, + "Ġnothing": 1867, + "cin": 1868, + "AN": 1869, + "cle": 1870, + "Ġpri": 1871, + "aves": 1872, + "Ġpublic": 1873, + "Ġsuggest": 1874, + "Ġaw": 1875, + "Ġscience": 1876, + "Ġcoming": 1877, + "hod": 1878, + "Ġwhole": 1879, + "Ġprotect": 1880, + "Ġserv": 1881, + "Ġthemselves": 1882, + "Ġcomput": 1883, + "Ġexplained": 1884, + "ready": 1885, + "Ġtalking": 1886, + "ĠDe": 1887, + "Ġroom": 1888, + "ization": 1889, + "OU": 1890, + "ĠFr": 1891, + "ulation": 1892, + "ina": 1893, + "Ġexperience": 1894, + "Ġdev": 1895, + "Ġclear": 1896, + "rent": 1897, + "ille": 1898, + "cially": 1899, + "work": 1900, + "ĠMay": 1901, + "Ġsimilar": 1902, + "ogn": 1903, + "HE": 1904, + "ication": 1905, + "oura": 1906, + "Ġpict": 1907, + "Ġparticular": 1908, + "Ġpay": 1909, + "osp": 1910, + "Ġneeded": 1911, + "uture": 1912, + "Ġperform": 1913, + "ĠSam": 1914, + "though": 1915, + "rew": 1916, + "Ġwarm": 1917, + "itional": 1918, + "Ġdiscovered": 1919, + "ĠAmerican": 1920, + "Ġbrain": 1921, + "Ġtool": 1922, + "ients": 1923, + "Ġterm": 1924, + "iod": 1925, + "leep": 1926, + "-b": 1927, + "Ġcontrol": 1928, + "ug": 1929, + "Ġwhether": 1930, + "Ġproblems": 1931, + "Ġalready": 1932, + "Ġfree": 1933, + "anks": 1934, + "To": 1935, + "use": 1936, + "icult": 1937, + "Ġnature": 1938, + "ured": 1939, + "For": 1940, + "ium": 1941, + "iced": 1942, + "Ġprep": 1943, + "utes": 1944, + "Ġsuccess": 1945, + "Ġknowledge": 1946, + "Ġpossible": 1947, + "Ġfather": 1948, + "Not": 1949, + "Ġsense": 1950, + "Ġmeas": 1951, + "ules": 1952, + "ateg": 1953, + "Ġlives": 1954, + "Ġbehind": 1955, + "imate": 1956, + "Ġrealized": 1957, + "lf": 1958, + "iding": 1959, + "Ġquestions": 1960, + "Ġobs": 1961, + "fect": 1962, + "ability": 1963, + "ma": 1964, + "inal": 1965, + "Ġreport": 1966, + "ĠJoh": 1967, + "Ġproduct": 1968, + "ĠSome": 1969, + "Ġplants": 1970, + "iet": 1971, + "Ġansw": 1972, + "ĠTimmy": 1973, + "Ġbro": 1974, + "Ġcool": 1975, + "Ġfur": 1976, + "Ġspace": 1977, + "Ġword": 1978, + "Ġworks": 1979, + "Ġtrain": 1980, + "Ġones": 1981, + "Ġexactly": 1982, + "Ġparent": 1983, + "Ġyeah": 1984, + "rought": 1985, + "Ġcomb": 1986, + "Ġfuture": 1987, + "Ġtrue": 1988, + "ental": 1989, + "aster": 1990, + "Ġfavor": 1991, + "!\\\"\\": 1992, + "Ġhalf": 1993, + "izing": 1994, + "conom": 1995, + "Ġallow": 1996, + "Ġ7": 1997, + "ĠBob": 1998, + "Ġlanguage": 1999, + "Ġwar": 2000, + "Ġweek": 2001, + "Ġmoment": 2002, + "Ġinfl": 2003, + "abor": 2004, + "Ġfig": 2005, + "Ġbuilding": 2006, + "ĠEm": 2007, + "Ġwonder": 2008, + "AT": 2009, + "Ġconnect": 2010, + "ili": 2011, + "Ġleave": 2012, + "arc": 2013, + "Ġrepres": 2014, + "Ġobject": 2015, + "Ġanal": 2016, + "Ġtype": 2017, + "Ġsitu": 2018, + "Ġrece": 2019, + "Ġokay": 2020, + "Ġneeds": 2021, + "idence": 2022, + "where": 2023, + "ĠQ": 2024, + "Ġpress": 2025, + "ĠAll": 2026, + "Ġskills": 2027, + "Ġrespons": 2028, + "ING": 2029, + "Ġplant": 2030, + "ĠZ": 2031, + "Ġpost": 2032, + "Ġfil": 2033, + "Ġcut": 2034, + "Ġage": 2035, + "ption": 2036, + "Ġshort": 2037, + "omes": 2038, + "Ġcost": 2039, + "Ġ8": 2040, + "ĠChrist": 2041, + "Ġmess": 2042, + "ik": 2043, + "Ġsignificant": 2044, + "ĠOr": 2045, + "Er": 2046, + "Ġreturn": 2047, + "Ġoutside": 2048, + "ump": 2049, + "Ġwrong": 2050, + "Ġfield": 2051, + "Ġdifficult": 2052, + "Ġprovide": 2053, + "most": 2054, + "Ġwatch": 2055, + "por": 2056, + "idd": 2057, + "Ġthroughout": 2058, + "Ġjourney": 2059, + "view": 2060, + "reed": 2061, + "Ġthinking": 2062, + "pite": 2063, + "ĠEar": 2064, + "ement": 2065, + "Ġmethod": 2066, + "ush": 2067, + "iny": 2068, + "cient": 2069, + "Ġcase": 2070, + "Ġharm": 2071, + "ining": 2072, + "Ġadvent": 2073, + "Ġrespect": 2074, + "ctor": 2075, + "erc": 2076, + "ĠDr": 2077, + "aken": 2078, + "Ġdeterm": 2079, + "Ġrather": 2080, + "Ġmark": 2081, + "Ġnatural": 2082, + "pped": 2083, + "Ġvalu": 2084, + "Ġbreak": 2085, + "Ġbenef": 2086, + "rodu": 2087, + "Ġorig": 2088, + "Ġessential": 2089, + "Ġareas": 2090, + "port": 2091, + "ung": 2092, + "oice": 2093, + "Ġhope": 2094, + "atic": 2095, + "Who": 2096, + "Ġfight": 2097, + "Ġaccess": 2098, + "oint": 2099, + "pecially": 2100, + "omp": 2101, + "verse": 2102, + "Ġsaying": 2103, + "Ġcause": 2104, + "Ġinvest": 2105, + "Ġpret": 2106, + "Ġconcer": 2107, + "sy": 2108, + "Ġfilled": 2109, + "Ġinclude": 2110, + "-d": 2111, + "Ġfascin": 2112, + "Ġfall": 2113, + "Ġhur": 2114, + "Ġtechnology": 2115, + "soci": 2116, + "cri": 2117, + "af": 2118, + "ajor": 2119, + "umb": 2120, + "Ġcir": 2121, + "Ġimagine": 2122, + "Ġcreating": 2123, + "Ġdam": 2124, + "Ġground": 2125, + "ator": 2126, + "ĠAfter": 2127, + "Ex": 2128, + "Ġlim": 2129, + "ration": 2130, + "Ġview": 2131, + "duced": 2132, + "ĠRes": 2133, + "Ġsn": 2134, + "ĠNow": 2135, + "Ġchanges": 2136, + "Ġgovernment": 2137, + "Ġcolor": 2138, + "lling": 2139, + "Ġbegin": 2140, + "Ġopportun": 2141, + "An": 2142, + "Ġvaluable": 2143, + "Ġhappy": 2144, + "ying": 2145, + "aving": 2146, + "Ġhear": 2147, + "Ġ**": 2148, + "Ġwin": 2149, + "ster": 2150, + "Ġauth": 2151, + "Ġlow": 2152, + "Ġhours": 2153, + "Ġresources": 2154, + "ON": 2155, + "Ġill": 2156, + "Ġsorry": 2157, + "Where": 2158, + "Ġsoci": 2159, + "aim": 2160, + "Ġshared": 2161, + "Ġprofess": 2162, + "Ġsent": 2163, + "Ġrelations": 2164, + "ext": 2165, + "Ġsurpr": 2166, + "Ġdevelopment": 2167, + "Ġorder": 2168, + "ilities": 2169, + "Ġpercent": 2170, + "Ġimpact": 2171, + "ned": 2172, + "uals": 2173, + "Ġhy": 2174, + "Ġprob": 2175, + "Ġmorning": 2176, + "Ġnice": 2177, + "acy": 2178, + "itical": 2179, + "Ġmaybe": 2180, + "Ġwouldn": 2181, + "Ġeat": 2182, + "ott": 2183, + "Ġant": 2184, + "Ġclean": 2185, + "ĠYes": 2186, + "Ġtravel": 2187, + "ox": 2188, + "Ġgame": 2189, + "-c": 2190, + "urope": 2191, + "Ġunex": 2192, + "Ġhands": 2193, + "Ġcountries": 2194, + "ister": 2195, + "Ġmult": 2196, + "Ġline": 2197, + "Ġsix": 2198, + "Ġpaper": 2199, + "ĠDo": 2200, + "ivity": 2201, + "eral": 2202, + "Ġemot": 2203, + "ached": 2204, + "ĠPr": 2205, + "Ġtypes": 2206, + "ĠUniversity": 2207, + "ms": 2208, + "Ġeconom": 2209, + "Step": 2210, + "Ġbab": 2211, + "Ġconsider": 2212, + "arr": 2213, + "Ġ9": 2214, + "undred": 2215, + "ged": 2216, + "Ġperfect": 2217, + "Ġconcept": 2218, + "ĠInst": 2219, + "Ġstruct": 2220, + "eed": 2221, + "Ġred": 2222, + "Ġexpress": 2223, + "Ġdisease": 2224, + "urs": 2225, + "cum": 2226, + "ĠUnited": 2227, + "Ġsmo": 2228, + "ilt": 2229, + "Ġstru": 2230, + "Ġparts": 2231, + "Ġfell": 2232, + "Ġter": 2233, + "Ġself": 2234, + "vious": 2235, + "Ġfeeling": 2236, + "ively": 2237, + "Ġavail": 2238, + "ville": 2239, + "ird": 2240, + "not": 2241, + "Are": 2242, + "Have": 2243, + "Ġoper": 2244, + "Ġunexpected": 2245, + "Ġvisit": 2246, + "ising": 2247, + "Ġfurther": 2248, + "Ġcomplete": 2249, + "Ġgiven": 2250, + "Ġexploring": 2251, + "ource": 2252, + "sc": 2253, + "Ġcontinued": 2254, + "orld": 2255, + "Ġfair": 2256, + "ips": 2257, + "Ġsort": 2258, + "Ġespecially": 2259, + "Ġsum": 2260, + "ĠAf": 2261, + "ĠEurope": 2262, + "ological": 2263, + "Ġevent": 2264, + "Ġturned": 2265, + "Ġ[": 2266, + "Ġonline": 2267, + "Ġphot": 2268, + "ĠLe": 2269, + "Ġperiod": 2270, + "ified": 2271, + "-m": 2272, + "Ġcra": 2273, + "haps": 2274, + "zy": 2275, + "Ġsal": 2276, + "Ġsleep": 2277, + "inary": 2278, + "Ġbrought": 2279, + "Ġrecord": 2280, + "Ġnews": 2281, + "Ġgreen": 2282, + "ĠComm": 2283, + "Ġdeath": 2284, + "Ġcurious": 2285, + "Ġusually": 2286, + "Ġfarm": 2287, + "Ġrole": 2288, + "bit": 2289, + "Ġrisk": 2290, + "Ġspecies": 2291, + "Ġamaz": 2292, + "Ġda": 2293, + "ĠTe": 2294, + "Ġcontrib": 2295, + "Right": 2296, + "ĠEn": 2297, + "reci": 2298, + "Ġleast": 2299, + "Ġsounds": 2300, + "ored": 2301, + "Ġaffect": 2302, + "Ġfavorite": 2303, + "Ġste": 2304, + "Did": 2305, + "Ġlost": 2306, + "of": 2307, + "Ġhundred": 2308, + "Ġhig": 2309, + "AR": 2310, + "Ch": 2311, + "Ġplease": 2312, + "Ġsimple": 2313, + "fort": 2314, + "Ġbi": 2315, + "Ġchallenges": 2316, + "ĠAlex": 2317, + "ges": 2318, + "ands": 2319, + "Ġcurrent": 2320, + "ey": 2321, + "Ġdeal": 2322, + "Ġleg": 2323, + "Ġimprove": 2324, + "Ġpattern": 2325, + "Ġflow": 2326, + "olution": 2327, + "Ġbehav": 2328, + "ĠSc": 2329, + "Ġprevent": 2330, + "Ġfr": 2331, + "Ġsoft": 2332, + "enty": 2333, + "Look": 2334, + "Ġlay": 2335, + "asing": 2336, + "ived": 2337, + "Ġeasy": 2338, + "Ġnoticed": 2339, + "Ġwait": 2340, + "ison": 2341, + "lished": 2342, + "chie": 2343, + "Ġsuper": 2344, + "Ġbooks": 2345, + "ables": 2346, + "Ġpotential": 2347, + "Ġmot": 2348, + "Ġbat": 2349, + "Ġwhite": 2350, + "Ġblack": 2351, + "Ġexist": 2352, + "Ġinteresting": 2353, + "Ġrad": 2354, + "raph": 2355, + "Ġfollowing": 2356, + "Ġideas": 2357, + "Ġsharing": 2358, + "Ġmanage": 2359, + "Ġfire": 2360, + "Ġcomplex": 2361, + "Ġhelped": 2362, + "Sh": 2363, + "Ġwoman": 2364, + "rand": 2365, + "Can": 2366, + "Ġactivities": 2367, + "Ġrepresent": 2368, + "Ġrelationship": 2369, + "Ġexperiences": 2370, + "ront": 2371, + "ES": 2372, + "ially": 2373, + "oose": 2374, + "Ġcreated": 2375, + "Ġadm": 2376, + "gress": 2377, + "ploy": 2378, + "ĠAm": 2379, + "ley": 2380, + "ring": 2381, + "Ġextra": 2382, + "Ġtext": 2383, + "Ġmajor": 2384, + "Ġdetail": 2385, + "Ġready": 2386, + "ometimes": 2387, + "ĠYeah": 2388, + "----------------": 2389, + "ĠBl": 2390, + "Ġintern": 2391, + "Ġmaintain": 2392, + "Ġ,": 2393, + "Ġamount": 2394, + "Ġdiv": 2395, + "like": 2396, + "Ġworked": 2397, + "With": 2398, + "co": 2399, + "Ġbal": 2400, + "Then": 2401, + "Ġappreci": 2402, + "Ġparents": 2403, + "Ġreason": 2404, + "Ġ&": 2405, + "Ġtaken": 2406, + "-p": 2407, + "Thank": 2408, + "Ġquickly": 2409, + "dy": 2410, + "ĠEarth": 2411, + "Ġavailable": 2412, + "Ġsurf": 2413, + "Ġcharacter": 2414, + "Ġresearc": 2415, + "Ġeducation": 2416, + "ires": 2417, + "Ġhot": 2418, + "Ġissues": 2419, + "Ġanyone": 2420, + "ze": 2421, + "Ġeither": 2422, + "Ġmillion": 2423, + "ĠStates": 2424, + "Ġsqu": 2425, + "ĠSar": 2426, + "##": 2427, + "Ġkey": 2428, + "Ġhaven": 2429, + "aged": 2430, + "Ġhimself": 2431, + "gen": 2432, + "Ġgroups": 2433, + "Ġnecess": 2434, + ").\\": 2435, + "Ġ$": 2436, + "ights": 2437, + "ecause": 2438, + "Ġpractice": 2439, + "Ġfascinating": 2440, + "Ġinit": 2441, + "AS": 2442, + "Ġplaces": 2443, + "Ġkill": 2444, + "Ġlessons": 2445, + "Ġmonths": 2446, + "Ġentire": 2447, + "Ġgoes": 2448, + "Ġopt": 2449, + "Ġdig": 2450, + "icle": 2451, + "Ġgrowth": 2452, + "Ġlate": 2453, + "Ġmembers": 2454, + "Ġalmost": 2455, + "let": 2456, + "aining": 2457, + "Ġaut": 2458, + "ĠYour": 2459, + "unch": 2460, + "Ġcells": 2461, + "Ġdraw": 2462, + "hem": 2463, + "val": 2464, + "une": 2465, + "Ġvir": 2466, + "Ġnon": 2467, + "Ġbreat": 2468, + "Ġsystems": 2469, + "ighb": 2470, + "ĠCar": 2471, + "Ġreading": 2472, + "On": 2473, + "utions": 2474, + "-l": 2475, + "Ġdead": 2476, + "OR": 2477, + "Ġvol": 2478, + "ager": 2479, + "Ġpersonal": 2480, + "ele": 2481, + "cul": 2482, + "head": 2483, + "Ġinflu": 2484, + "Ġforest": 2485, + "At": 2486, + "Ġworry": 2487, + "oid": 2488, + "Ġhistor": 2489, + "Ġseemed": 2490, + "ounds": 2491, + "Ġrecogn": 2492, + "ĠAfric": 2493, + "ĠPh": 2494, + "Ġspread": 2495, + "Ġdear": 2496, + "par": 2497, + "ended": 2498, + "Ġthous": 2499, + "Ġswe": 2500, + "Ġtemper": 2501, + "Ġtree": 2502, + "ĠEnglish": 2503, + "Ġeight": 2504, + "ming": 2505, + "eds": 2506, + "Ġmach": 2507, + "Ġvari": 2508, + "Ġsens": 2509, + "ches": 2510, + "acks": 2511, + "iled": 2512, + "ites": 2513, + "Ġlevels": 2514, + "Ġabs": 2515, + "anger": 2516, + "Ġalone": 2517, + "Ġcust": 2518, + "Ġoffic": 2519, + "Ġreplied": 2520, + "Ġimm": 2521, + "for": 2522, + "ĠHis": 2523, + "-t": 2524, + "Good": 2525, + "Ġindividuals": 2526, + "Here": 2527, + "Ġpretty": 2528, + "Ġmaterials": 2529, + "aid": 2530, + "eth": 2531, + "Ġgave": 2532, + "aging": 2533, + "Ġbar": 2534, + "atures": 2535, + "Ġi": 2536, + "Ġevents": 2537, + "Ġmyself": 2538, + "icated": 2539, + "Ġminutes": 2540, + "ibility": 2541, + "ule": 2542, + "ĠJohn": 2543, + "Ġhappen": 2544, + "ĠOn": 2545, + "Ġchem": 2546, + "eter": 2547, + "Ġneighb": 2548, + "sych": 2549, + "nces": 2550, + "Ġsingle": 2551, + "!\"Ċ": 2552, + "ĠPe": 2553, + "ont": 2554, + "Ġdream": 2555, + "ĠEven": 2556, + ".S": 2557, + "Ġhu": 2558, + "Ġprobably": 2559, + "ems": 2560, + "Ġguess": 2561, + "Ġarri": 2562, + "ĠTr": 2563, + "ode": 2564, + "oud": 2565, + "Ġann": 2566, + "Ġtools": 2567, + "Be": 2568, + "Ġaren": 2569, + "Ġaccording": 2570, + "ĠBenny": 2571, + "Ġhealthy": 2572, + "Ġson": 2573, + "ĠMy": 2574, + "ĠAmerica": 2575, + "Ġfine": 2576, + "Ġnut": 2577, + "denly": 2578, + "lying": 2579, + "ude": 2580, + "Ġcompany": 2581, + "ators": 2582, + "aced": 2583, + "Ġnorm": 2584, + "ĠCent": 2585, + "Ġgrand": 2586, + "Ġindust": 2587, + "ped": 2588, + "ene": 2589, + "itting": 2590, + "Ġscientists": 2591, + "ĠSe": 2592, + "oor": 2593, + "Ġled": 2594, + "Ġconvers": 2595, + "nderstand": 2596, + "mm": 2597, + "Ġroad": 2598, + "astic": 2599, + "Ġamazing": 2600, + "Mr": 2601, + "Ġfeelings": 2602, + "Ġcommunities": 2603, + "Ġconditions": 2604, + "Your": 2605, + "ission": 2606, + "__": 2607, + "ĠGe": 2608, + "Ġensure": 2609, + "ĠBrit": 2610, + "Ġpolic": 2611, + "Ġround": 2612, + "Ġstreng": 2613, + ".,": 2614, + "iddle": 2615, + "iction": 2616, + "ĠWhile": 2617, + "Ġsir": 2618, + "ises": 2619, + "Ġcru": 2620, + "Ġglob": 2621, + "Ġencoura": 2622, + "ground": 2623, + "Ġresearchers": 2624, + "Ġsat": 2625, + "ĠWar": 2626, + "Ġindividual": 2627, + "Ġattention": 2628, + "ĠMe": 2629, + "Ġcollect": 2630, + "Ġdest": 2631, + "erve": 2632, + "ler": 2633, + "IS": 2634, + "ĠThen": 2635, + "Ġspir": 2636, + "ae": 2637, + "Ġaddress": 2638, + "ply": 2639, + "Ġdoor": 2640, + "ging": 2641, + "oday": 2642, + "Ġrelig": 2643, + "Ġaccount": 2644, + "itten": 2645, + "Ġhappens": 2646, + "Ġsuff": 2647, + "ole": 2648, + "Ġtrees": 2649, + "Ġprin": 2650, + "Ġdepend": 2651, + "ils": 2652, + "Ġten": 2653, + "itle": 2654, + "Ġhon": 2655, + "Ġgets": 2656, + "Ġrules": 2657, + "Ġassoci": 2658, + "ĠHer": 2659, + "hood": 2660, + "Ġprop": 2661, + "Ġhor": 2662, + "ĠFl": 2663, + "Ġdark": 2664, + "Ġtrust": 2665, + "Ġinsp": 2666, + "Ġresults": 2667, + "ether": 2668, + "ĠNational": 2669, + "Go": 2670, + "Ġz": 2671, + "Ġauthor": 2672, + "odies": 2673, + "Ġspeak": 2674, + "Ġredu": 2675, + "ades": 2676, + "Ġengine": 2677, + "orrow": 2678, + "Ġvide": 2679, + "Ġbed": 2680, + "Ġcomputer": 2681, + "Ġgone": 2682, + "Ah": 2683, + "sing": 2684, + "fer": 2685, + "resh": 2686, + "ĠWorld": 2687, + "ta": 2688, + "Ġwood": 2689, + "Ġwild": 2690, + "Get": 2691, + "Ġspend": 2692, + "rect": 2693, + "Ġachie": 2694, + "Ġvill": 2695, + "ls": 2696, + "ĠLily": 2697, + "Ġsad": 2698, + "ĠMrs": 2699, + "Ġneg": 2700, + "Ġtrou": 2701, + "dom": 2702, + "ilies": 2703, + "Ġcop": 2704, + "Imagine": 2705, + "Ġfunction": 2706, + "Ġtakes": 2707, + "Ġheav": 2708, + "Ġabove": 2709, + "Ġpopular": 2710, + "Ġstrateg": 2711, + "Ġcancer": 2712, + "Ġball": 2713, + "Ġwise": 2714, + "Ġaspect": 2715, + "room": 2716, + "pri": 2717, + "Ġanswer": 2718, + "Ġhumans": 2719, + "zz": 2720, + "apt": 2721, + "Ġlonger": 2722, + "Ġnumbers": 2723, + "Ġslow": 2724, + "Ġoccur": 2725, + "��modern": 2726, + "Ġcentury": 2727, + "Ġhowever": 2728, + "Ġrain": 2729, + "Ġpositive": 2730, + "anced": 2731, + "May": 2732, + "oes": 2733, + "Ġclos": 2734, + "Ġfru": 2735, + "Ġgard": 2736, + "ann": 2737, + "ĠGerm": 2738, + "iques": 2739, + "Ġstrugg": 2740, + "Ġfa": 2741, + "Ġregard": 2742, + "Ġphysical": 2743, + "||": 2744, + "Ġhigher": 2745, + "Ġinvolved": 2746, + "ĠMax": 2747, + "Ġpiece": 2748, + "EN": 2749, + "etic": 2750, + "ĠHave": 2751, + "Ġspo": 2752, + "Ġmeant": 2753, + "Ġadventure": 2754, + "ience": 2755, + "Ġinteract": 2756, + "Ġpath": 2757, + "Ġculture": 2758, + "Ġpred": 2759, + "Ġcapt": 2760, + "Ġsud": 2761, + "Ġtou": 2762, + "ift": 2763, + "Ġeye": 2764, + "kn": 2765, + "Ġemb": 2766, + "Ġnet": 2767, + "ĠBr": 2768, + "Ġremind": 2769, + "Ġbrother": 2770, + "Ġsend": 2771, + "ĠNot": 2772, + "Ġconsum": 2773, + "sh": 2774, + "Ġtiny": 2775, + "Ġstra": 2776, + "elebr": 2777, + "Ġbuilt": 2778, + "ĠHey": 2779, + "LL": 2780, + "Ġbaby": 2781, + "lo": 2782, + "aughter": 2783, + "olute": 2784, + "icro": 2785, + "Ġsubject": 2786, + "Ġwide": 2787, + "Ġdou": 2788, + "Ġlikely": 2789, + "str": 2790, + "Ġlad": 2791, + "urb": 2792, + "-h": 2793, + "Ġtable": 2794, + "Ġexpect": 2795, + "Ġfish": 2796, + "ĠGu": 2797, + "Ġsil": 2798, + "Ġimportance": 2799, + "yond": 2800, + "istic": 2801, + "rig": 2802, + "Ġet": 2803, + "ĠSy": 2804, + "Ġcold": 2805, + "Ġshows": 2806, + "Ġparticip": 2807, + "Ġsold": 2808, + "Ġmass": 2809, + "lled": 2810, + "Ġskin": 2811, + "Ġgas": 2812, + "ai": 2813, + "Ġtried": 2814, + "ĠSarah": 2815, + "|\\": 2816, + "ruction": 2817, + "Ġregular": 2818, + "Ġgrowing": 2819, + "Ġadded": 2820, + "Ġcover": 2821, + "hern": 2822, + "ello": 2823, + "elcome": 2824, + "oming": 2825, + "Ġwrite": 2826, + "ĠAlice": 2827, + "Ġtom": 2828, + "Ġrele": 2829, + "Ġvalue": 2830, + "ĠTheir": 2831, + "Ġfeet": 2832, + "Ġwants": 2833, + "ogether": 2834, + "Ġfront": 2835, + "Ġlisten": 2836, + "Ġsunny": 2837, + "Ġtreatment": 2838, + "Ġlooks": 2839, + "atory": 2840, + "ograp": 2841, + "Ġserious": 2842, + "Ġstuff": 2843, + "go": 2844, + "usion": 2845, + "amm": 2846, + "Ġtot": 2847, + "Re": 2848, + "ĠDes": 2849, + "Ġsurface": 2850, + "Ġfast": 2851, + "Ġseems": 2852, + "Ġappear": 2853, + "ĠImagine": 2854, + "bon": 2855, + "Ġ*": 2856, + "By": 2857, + "Ġshowed": 2858, + "Ġarg": 2859, + "Ġcarry": 2860, + "Ġstore": 2861, + "Ġrequire": 2862, + "Ġcheck": 2863, + "Ġliter": 2864, + "Ġexciting": 2865, + "Ġpoor": 2866, + "Ġforward": 2867, + "Ġteaching": 2868, + "Ġsex": 2869, + "Ġadult": 2870, + "ivil": 2871, + "ams": 2872, + "Ġwall": 2873, + "ĠSometimes": 2874, + "urch": 2875, + "Ġcolle": 2876, + "Ġpassed": 2877, + "ograph": 2878, + "Ġgames": 2879, + "Ġsimply": 2880, + "Ġshall": 2881, + "ese": 2882, + "Ġbeyond": 2883, + "Ġcelebr": 2884, + "Ġasking": 2885, + "ken": 2886, + "Ġaction": 2887, + "Ġfoot": 2888, + "inally": 2889, + "Ġchance": 2890, + "rum": 2891, + "Ġlab": 2892, + "Ġdive": 2893, + "Ġdiscover": 2894, + "Ġfamilies": 2895, + "Ġwondered": 2896, + "Ġfund": 2897, + "Ġestab": 2898, + "Ġcy": 2899, + "Ġfre": 2900, + "Ġcompl": 2901, + "bo": 2902, + "Ġmis": 2903, + "ishing": 2904, + "Ġoffer": 2905, + "ĠTHE": 2906, + "Ġemploy": 2907, + "Ġcou": 2908, + "Ġsurround": 2909, + "Ġgirls": 2910, + "Ġdaily": 2911, + "Ġmeaning": 2912, + "Ġaccept": 2913, + "Ġfinding": 2914, + "Ġcat": 2915, + "Ġitself": 2916, + "Ġcompet": 2917, + "Ġthoughts": 2918, + "Ġbox": 2919, + "Ġpowerful": 2920, + "Ġord": 2921, + "ĠUS": 2922, + "Ġmix": 2923, + "agn": 2924, + "Ġsea": 2925, + "Ġweeks": 2926, + "Ġemp": 2927, + "isions": 2928, + "Ġsurv": 2929, + "Ġblue": 2930, + "IT": 2931, + "yle": 2932, + "Ġbright": 2933, + "Ġincrease": 2934, + "Ġstri": 2935, + "Ġsize": 2936, + "medi": 2937, + "Ġleaving": 2938, + "Ġexerc": 2939, + "artment": 2940, + "Ġpatterns": 2941, + "ĠKing": 2942, + "Ġtast": 2943, + "hel": 2944, + "Ġbuy": 2945, + "Ġexcited": 2946, + "odd": 2947, + "ipp": 2948, + "Ġapplic": 2949, + "Ġperhaps": 2950, + "Ġfactors": 2951, + "Ġtas": 2952, + "aff": 2953, + "Ġreact": 2954, + "Ġfail": 2955, + "Ġclimate": 2956, + "illy": 2957, + "ĠSouth": 2958, + "-w": 2959, + "Ġevidence": 2960, + "Ġcannot": 2961, + "Ġshap": 2962, + "Ġstudies": 2963, + "Ġcomfort": 2964, + ".'": 2965, + "ait": 2966, + "ĠMed": 2967, + "ief": 2968, + "Ġquality": 2969, + "Ġclot": 2970, + "ĠNorth": 2971, + "Ġarch": 2972, + "Ġprim": 2973, + "wo": 2974, + "emember": 2975, + "Ġvers": 2976, + "Ġtechniques": 2977, + "Ġpsych": 2978, + "ware": 2979, + "Ġsituation": 2980, + "ĠCol": 2981, + "iol": 2982, + "Ġscientific": 2983, + "Ġdelic": 2984, + "Ġpeace": 2985, + "Ġ=": 2986, + "ales": 2987, + "fl": 2988, + "rel": 2989, + "Ġsociety": 2990, + "Ġshop": 2991, + "Ġdespite": 2992, + "crib": 2993, + "Ġguy": 2994, + "Ġwriting": 2995, + "Welcome": 2996, + "Ġprogress": 2997, + "ĠMan": 2998, + "iment": 2999, + "ĠDon": 3000, + "Ġdocum": 3001, + "Ġmarket": 3002, + "ara": 3003, + "Ġearth": 3004, + "Ġpriv": 3005, + "erence": 3006, + "Ġbirth": 3007, + "Ġpressure": 3008, + "Ġhelping": 3009, + "ĠGr": 3010, + "Every": 3011, + "Ġtraditional": 3012, + "RE": 3013, + "aries": 3014, + "Ġschools": 3015, + "Ġmeeting": 3016, + "nam": 3017, + "Ġlau": 3018, + "nal": 3019, + "een": 3020, + "acing": 3021, + "itch": 3022, + "Ġmedical": 3023, + "Ġwritten": 3024, + "Ġcoun": 3025, + "Ġanimal": 3026, + "Ġhair": 3027, + "Ġrunning": 3028, + "Ġcarefully": 3029, + "Ġdad": 3030, + "urity": 3031, + "Ġpack": 3032, + "Ġsong": 3033, + "Ġcos": 3034, + "Ġguys": 3035, + "Ġnecessary": 3036, + "Ġsafety": 3037, + "cience": 3038, + "inks": 3039, + "Ġpopulation": 3040, + "ĠWhy": 3041, + "Ġknows": 3042, + "Ġhop": 3043, + "Ġdru": 3044, + "more": 3045, + "ancy": 3046, + "nov": 3047, + "ĠEd": 3048, + "Chap": 3049, + "Ġincred": 3050, + "Ġdanger": 3051, + "Ġcolors": 3052, + "Ġmist": 3053, + "uel": 3054, + "Ġteacher": 3055, + "icate": 3056, + "Ġoil": 3057, + "Ġstress": 3058, + "just": 3059, + "Some": 3060, + "Ġphone": 3061, + "Ġcross": 3062, + "Ġrights": 3063, + "Ġleading": 3064, + "bol": 3065, + "Ġwat": 3066, + "Ġprinci": 3067, + "ĠChar": 3068, + "Chapter": 3069, + "earch": 3070, + "Ġreve": 3071, + "ooking": 3072, + "Ġancient": 3073, + "Ġice": 3074, + "Ġstat": 3075, + "Ġcommunication": 3076, + "ĠDis": 3077, + "ĠGreat": 3078, + "rench": 3079, + "ulations": 3080, + "ĠCal": 3081, + "Ġtaught": 3082, + "atives": 3083, + "**\\": 3084, + "Ġourselves": 3085, + "Ġpurp": 3086, + "Ġstudent": 3087, + "unt": 3088, + "Ġstrange": 3089, + "Ġsoil": 3090, + "osity": 3091, + "epend": 3092, + "ptoms": 3093, + "Ġaware": 3094, + "Because": 3095, + "ĠX": 3096, + "Ġcam": 3097, + "Ġcorn": 3098, + "Ġpicture": 3099, + "Ġsepar": 3100, + "oices": 3101, + "Ġcamp": 3102, + "Ġbodies": 3103, + "Ġlower": 3104, + "cious": 3105, + "Ġfigure": 3106, + "Ġchoose": 3107, + "Ġeasily": 3108, + "Ġforget": 3109, + "ĠAb": 3110, + "airs": 3111, + "Ġmov": 3112, + "ervation": 3113, + "Ġactivity": 3114, + "Ġfamous": 3115, + "ping": 3116, + "cean": 3117, + "Ġdoctor": 3118, + "Ġge": 3119, + "Ġfresh": 3120, + "After": 3121, + "Erm": 3122, + "Ġgiving": 3123, + "Ġthreat": 3124, + "het": 3125, + "Ġ?\\": 3126, + "Ġmedic": 3127, + "Ġbelow": 3128, + "Ġdifference": 3129, + "Ġeffects": 3130, + "ĠMiss": 3131, + "ival": 3132, + "ama": 3133, + "Please": 3134, + "hich": 3135, + "Ġcaused": 3136, + "Ġallows": 3137, + "Ġlots": 3138, + "Ġmethods": 3139, + "Ġheat": 3140, + "Ġcompan": 3141, + "Ġreach": 3142, + "Ġcontinue": 3143, + "enge": 3144, + "ysis": 3145, + "olutely": 3146, + "Ġreflect": 3147, + "ĠSu": 3148, + "lement": 3149, + "ici": 3150, + "lier": 3151, + "Ġcustom": 3152, + "-\\": 3153, + "Ġ0": 3154, + "Ġwife": 3155, + "Ġwaiting": 3156, + "Ġveget": 3157, + "Ġonto": 3158, + "duct": 3159, + "Ġoh": 3160, + "Ġpoll": 3161, + "lt": 3162, + "used": 3163, + "Ġ--": 3164, + "ibr": 3165, + "Ġgeneral": 3166, + "Ġproducts": 3167, + "Ġmultip": 3168, + "atever": 3169, + "ducing": 3170, + "iant": 3171, + "Ġtend": 3172, + "aling": 3173, + "Ġheld": 3174, + "Ġproduce": 3175, + "Ġloss": 3176, + "Ġvoice": 3177, + "ĠYork": 3178, + "Ġwalk": 3179, + "Ġport": 3180, + "Ġmoving": 3181, + "Ġspent": 3182, + "Ġbra": 3183, + "Ġchemical": 3184, + "Ġknowing": 3185, + "apan": 3186, + "Ġbehavior": 3187, + "Ġsky": 3188, + "Ġpictures": 3189, + "Ġcook": 3190, + "Ġsecret": 3191, + "itation": 3192, + "Ġmount": 3193, + "Ġdesigned": 3194, + "oles": 3195, + "idered": 3196, + "Ġhell": 3197, + "Ġaud": 3198, + "ctions": 3199, + "Ġmention": 3200, + "Ġbirds": 3201, + "iring": 3202, + "Ġrout": 3203, + "ĠYOU": 3204, + "gar": 3205, + "Ġsweet": 3206, + "Ġdeveloped": 3207, + "overy": 3208, + "sequ": 3209, + "Ġsite": 3210, + "Ġfeed": 3211, + "Ġdin": 3212, + "gest": 3213, + "Ġriver": 3214, + "Ġmagical": 3215, + "Ġcausing": 3216, + "ners": 3217, + "Ġeating": 3218, + "roduction": 3219, + "Ġweight": 3220, + "Ġpu": 3221, + "Ġsteps": 3222, + "Ġfat": 3223, + "ky": 3224, + "kes": 3225, + "ĠEach": 3226, + "Ġemerg": 3227, + "ĠHere": 3228, + "Ġsave": 3229, + "Ġing": 3230, + "Ġdeb": 3231, + "itted": 3232, + "IC": 3233, + "rict": 3234, + "enced": 3235, + "ĠOur": 3236, + "Ġpull": 3237, + "Ġple": 3238, + "Ġleaves": 3239, + "Ġweather": 3240, + "Ġhurt": 3241, + "ensive": 3242, + "ĠStud": 3243, + "Ġefforts": 3244, + "Ġpieces": 3245, + "Ġgather": 3246, + "eep": 3247, + "Ġkid": 3248, + "aps": 3249, + "Ġguid": 3250, + "Ġchanged": 3251, + "ĠUnderstand": 3252, + "Ġlesson": 3253, + "Ġspirit": 3254, + "Ġherself": 3255, + "Ġcorrect": 3256, + "Ġshape": 3257, + "iver": 3258, + "Ġrev": 3259, + "mon": 3260, + "Ġcry": 3261, + "Ġregion": 3262, + "Ġidentify": 3263, + "ĠWill": 3264, + "ĠHar": 3265, + "idge": 3266, + "Ġparty": 3267, + "Ġconsidered": 3268, + "Ġglobal": 3269, + "reme": 3270, + "ffic": 3271, + "Ġflu": 3272, + "Ġcrucial": 3273, + "Ġcreatures": 3274, + "Ġmodel": 3275, + "Ġhit": 3276, + "ĠSm": 3277, + "Ġdemon": 3278, + "Ġimmedi": 3279, + "Ġfinally": 3280, + "Ġpatients": 3281, + "aches": 3282, + "ĠToday": 3283, + "Ġking": 3284, + "Ġassist": 3285, + "Me": 3286, + "Ġdel": 3287, + "Ġtrouble": 3288, + "Ġvideo": 3289, + "Ġenvironmental": 3290, + "Ġmeasure": 3291, + "Ġsearch": 3292, + "ression": 3293, + "These": 3294, + "Ġrich": 3295, + "Ġafterno": 3296, + "Ġinvestig": 3297, + "Ġreduce": 3298, + "Ġver": 3299, + "ray": 3300, + "Ġelectric": 3301, + "Ġterms": 3302, + "Ġla": 3303, + "Ġopportunities": 3304, + "Ġinstance": 3305, + "Ġseven": 3306, + "ĠComp": 3307, + "Ġcultural": 3308, + "ĠAust": 3309, + "ĠHealth": 3310, + "icles": 3311, + "Ġsubst": 3312, + "ĠInt": 3313, + "Ġrecomm": 3314, + "Ġcases": 3315, + "oph": 3316, + "egr": 3317, + "Ġservices": 3318, + "Ġrob": 3319, + "Ġclaim": 3320, + "ED": 3321, + "ously": 3322, + "Ġplayed": 3323, + "asons": 3324, + "Ġbalance": 3325, + "Ġdog": 3326, + "Ġrange": 3327, + "Ġstraight": 3328, + "fact": 3329, + "Ġissue": 3330, + "Ġservice": 3331, + "Hello": 3332, + "Ġguide": 3333, + "Ġdie": 3334, + "Ġtar": 3335, + "Ġuses": 3336, + "ĠNe": 3337, + "Ġtherap": 3338, + "Ġteach": 3339, + "Ġpolitical": 3340, + "Ġproduction": 3341, + "Ġtraining": 3342, + "Ġdro": 3343, + "anna": 3344, + "Ġtwenty": 3345, + "set": 3346, + "Ġability": 3347, + "ĠGen": 3348, + "Ġfif": 3349, + "Un": 3350, + "Ġwonderful": 3351, + "ĠFrom": 3352, + "ĠJapan": 3353, + "Ġgold": 3354, + "Ġpic": 3355, + "Ġunf": 3356, + "ume": 3357, + "Ġbelong": 3358, + "vere": 3359, + "Ġapproach": 3360, + "Ġsource": 3361, + "Ġafternoon": 3362, + "Ġintro": 3363, + "Ġelements": 3364, + "Ġdecision": 3365, + "oe": 3366, + "Ġsymptoms": 3367, + "Ġnational": 3368, + "empt": 3369, + "Ġcontain": 3370, + "Ġstrength": 3371, + "ana": 3372, + "Ġmagn": 3373, + "Ġang": 3374, + "Ġbasic": 3375, + "Ġflowers": 3376, + "Ġperspect": 3377, + "ĠIm": 3378, + "==": 3379, + "put": 3380, + "Ġrelated": 3381, + "ĠEvery": 3382, + "Ġanaly": 3383, + "Ġvac": 3384, + "cks": 3385, + "Ġrequired": 3386, + "Ġrock": 3387, + "pid": 3388, + "iliar": 3389, + "Ġdefin": 3390, + "oon": 3391, + "play": 3392, + "Ġincreased": 3393, + "Ġglass": 3394, + "Ġkilled": 3395, + "ĠPeople": 3396, + "mb": 3397, + "Ġthri": 3398, + "Ġgarden": 3399, + "reg": 3400, + "See": 3401, + "Ġborn": 3402, + "Ġposition": 3403, + "ĠFrench": 3404, + "Ġfrequ": 3405, + "Ġchallenge": 3406, + "ĠTom": 3407, + "Ġassociated": 3408, + "ustr": 3409, + "Of": 3410, + "Ġfem": 3411, + "ĠMany": 3412, + "However": 3413, + "Ġrate": 3414, + "Ġconsist": 3415, + "Ġalthough": 3416, + "Ġforce": 3417, + "itor": 3418, + "ĠPer": 3419, + "Ġsus": 3420, + "Ġburn": 3421, + "lict": 3422, + "icing": 3423, + "Ġplanet": 3424, + "Ġcompared": 3425, + "Ġforms": 3426, + "Ġsmiled": 3427, + "Ġrecent": 3428, + "arily": 3429, + "Ġoriginal": 3430, + "Ġbill": 3431, + "Ġbri": 3432, + "that": 3433, + "Ġearlier": 3434, + "Ġcollabor": 3435, + "Ġbenefits": 3436, + "vey": 3437, + "Ġbelief": 3438, + "Ġallowed": 3439, + "ror": 3440, + "aur": 3441, + "imately": 3442, + "ography": 3443, + "Ġpick": 3444, + "ada": 3445, + "Ġrespond": 3446, + "Ġbust": 3447, + "Ġleaders": 3448, + "men": 3449, + "iers": 3450, + "Maybe": 3451, + "-in": 3452, + "Ġtruth": 3453, + "pes": 3454, + "Ġinj": 3455, + "Ġdamage": 3456, + "First": 3457, + "Ġlines": 3458, + "Ġast": 3459, + "Ġmicro": 3460, + "Ġhosp": 3461, + "Ġviol": 3462, + "Ġlif": 3463, + "ha": 3464, + "Ġworth": 3465, + "ĠBritish": 3466, + "Ġsust": 3467, + "aching": 3468, + "aks": 3469, + "Ġwhose": 3470, + "--\\": 3471, + "oration": 3472, + "Ġsources": 3473, + "Ġtouch": 3474, + "order": 3475, + "Ġminute": 3476, + "itary": 3477, + "Ġdress": 3478, + "Ġforg": 3479, + "chan": 3480, + "Ġhistorical": 3481, + "cles": 3482, + "ests": 3483, + "Ġsick": 3484, + "ĠGeor": 3485, + "Ġarticle": 3486, + "Ġdescrib": 3487, + "Ġdrink": 3488, + "oved": 3489, + "bb": 3490, + "ĠPar": 3491, + "entle": 3492, + "Ġkeeping": 3493, + "Ġsurprise": 3494, + "Ġstronger": 3495, + "uing": 3496, + "Ġfear": 3497, + "ĠCons": 3498, + "Ġolder": 3499, + "Ġmanagement": 3500, + "ĠLike": 3501, + "inct": 3502, + "Ġmiles": 3503, + "ĠPre": 3504, + "Ġwis": 3505, + "Ġhappening": 3506, + "Ġstar": 3507, + "Ġstructure": 3508, + "inc": 3509, + "idden": 3510, + "ops": 3511, + "Ġitems": 3512, + "ĠPres": 3513, + "ĠSim": 3514, + "Ġnormal": 3515, + "Ġton": 3516, + "Ġdifferences": 3517, + "Ġsymbol": 3518, + "ample": 3519, + "ĠIntern": 3520, + "Ġcontact": 3521, + "Ġhous": 3522, + "Ġdied": 3523, + "Ġcondition": 3524, + "Ġoffice": 3525, + "Ġconduct": 3526, + "Ġconflict": 3527, + "ĠHist": 3528, + "ĠAre": 3529, + "Ġble": 3530, + "Ġheavy": 3531, + "Ġfit": 3532, + "inist": 3533, + "ength": 3534, + "Ġagreed": 3535, + "ublic": 3536, + "Ġsummer": 3537, + "Ġwish": 3538, + "acters": 3539, + "Ġimag": 3540, + "Ġseason": 3541, + "Or": 3542, + "Section": 3543, + "Ġreceived": 3544, + "Ġdry": 3545, + "Ġaim": 3546, + "Ġvalues": 3547, + "Ġtransform": 3548, + "Ġdeg": 3549, + "Ġkept": 3550, + "Any": 3551, + "ification": 3552, + "Ġfollowed": 3553, + "ĠAg": 3554, + "irty": 3555, + "liver": 3556, + "Ġinnov": 3557, + "Ġsett": 3558, + "Ġmultiple": 3559, + "hib": 3560, + "you": 3561, + "ĠAct": 3562, + "istics": 3563, + "ID": 3564, + "Ġnearby": 3565, + "Ġfix": 3566, + "verage": 3567, + "Ġparticularly": 3568, + "Ġut": 3569, + "Ġpoints": 3570, + "ball": 3571, + "Ġhomes": 3572, + "Ġ!\\": 3573, + "uries": 3574, + "Ġprevious": 3575, + "Ġaf": 3576, + "orpor": 3577, + "Ġtax": 3578, + "ĠSchool": 3579, + "hered": 3580, + "irm": 3581, + "oman": 3582, + "Ġcard": 3583, + "Ġstates": 3584, + "ept": 3585, + "Ġemotions": 3586, + "Ġaspects": 3587, + "ĠOver": 3588, + "Ġwebs": 3589, + "Ġappreciate": 3590, + "Ġdeeper": 3591, + "wl": 3592, + "Ġahead": 3593, + "aly": 3594, + "Ġexplain": 3595, + "Ġeasier": 3596, + "Ġfoods": 3597, + "Ġstarting": 3598, + "Ġbelieved": 3599, + "Ġmedia": 3600, + "Ġboys": 3601, + "Ġpublished": 3602, + "LE": 3603, + "amin": 3604, + "Ġimages": 3605, + "OM": 3606, + "Ġdescri": 3607, + "Ġlog": 3608, + "Ġgrad": 3609, + "ocks": 3610, + "Ġarrived": 3611, + "Ġteachers": 3612, + "Ġcuriosity": 3613, + "Ġdecisions": 3614, + "ixt": 3615, + "erved": 3616, + "Ġmoved": 3617, + "Ġmovement": 3618, + "estern": 3619, + "lands": 3620, + "Ġded": 3621, + "Ġachieve": 3622, + "Ġconnections": 3623, + "osis": 3624, + "Ġbur": 3625, + "ĠInstead": 3626, + "Ġtemperature": 3627, + "Ġprovides": 3628, + "fess": 3629, + "itude": 3630, + "ĠWho": 3631, + "Ġjud": 3632, + "Ġvict": 3633, + "Ġlat": 3634, + "izations": 3635, + "enn": 3636, + "Ġspot": 3637, + "ĠWh": 3638, + "stood": 3639, + "Ġjoy": 3640, + "Ġtotal": 3641, + "ĠQu": 3642, + "ĠTH": 3643, + "ĠCont": 3644, + "Ġprote": 3645, + "Ġdom": 3646, + "reet": 3647, + "Ġbott": 3648, + "Ġsmaller": 3649, + "Ġincredible": 3650, + "ibly": 3651, + "Ġcultures": 3652, + "osing": 3653, + "ucking": 3654, + "Ġresponsible": 3655, + "NA": 3656, + "ccording": 3657, + "ceed": 3658, + "iving": 3659, + "Ġnav": 3660, + "Ġdemonstr": 3661, + "Ġthank": 3662, + "Ġcatch": 3663, + "ĠAdd": 3664, + "ĠCo": 3665, + "Ġcit": 3666, + "Ġbud": 3667, + "Ġjoin": 3668, + "ension": 3669, + "Ġopportunity": 3670, + "Ġmiddle": 3671, + "Ġvillage": 3672, + "Ġcloser": 3673, + "Ġegg": 3674, + "uted": 3675, + "ĠCount": 3676, + "Ġsand": 3677, + "ashing": 3678, + "Ġsuggested": 3679, + "Ġrelationships": 3680, + "Ġactions": 3681, + "Ġeth": 3682, + "Ġpractices": 3683, + "Ġbag": 3684, + "ĠThrough": 3685, + "Ġgrew": 3686, + "adem": 3687, + "eb": 3688, + "ĠSally": 3689, + "Ġreview": 3690, + "Ġmental": 3691, + "Ġaccur": 3692, + "Ġtall": 3693, + "lies": 3694, + "ĠJam": 3695, + "Ġprovided": 3696, + "Ġeconomic": 3697, + "Ġgun": 3698, + "Ġbeginning": 3699, + "iles": 3700, + "Ġoverall": 3701, + "ram": 3702, + "Ġmessage": 3703, + "ĠGood": 3704, + "Ġplanning": 3705, + "Our": 3706, + "hens": 3707, + "Ġcauses": 3708, + "Ġcivil": 3709, + "well": 3710, + "Ġeffective": 3711, + "Ġresist": 3712, + "ĠSec": 3713, + "Ġwatching": 3714, + "Ġsister": 3715, + "Ġobjects": 3716, + "Ġpage": 3717, + "ĠAlthough": 3718, + "Ġcarbon": 3719, + "Ġtarget": 3720, + "ham": 3721, + "ĠJew": 3722, + "Ġincreasing": 3723, + "Ġpan": 3724, + "ĠColl": 3725, + "ĠEngland": 3726, + "Ġprograms": 3727, + "mosp": 3728, + "Ġweren": 3729, + "Ġrecently": 3730, + "ĠUnderstanding": 3731, + "Ġgreater": 3732, + "Ġfol": 3733, + "dd": 3734, + "ĠResearch": 3735, + "omen": 3736, + "ores": 3737, + "band": 3738, + "Ġseeing": 3739, + "Ġindeed": 3740, + "athy": 3741, + "Ġtoys": 3742, + "Ġeager": 3743, + "Ġcharacters": 3744, + "Ġec": 3745, + "ĠRob": 3746, + "antly": 3747, + "Ġquiet": 3748, + "Ġtransport": 3749, + "ĠMaybe": 3750, + "Ġcand": 3751, + "Ġmachine": 3752, + "Ġwaste": 3753, + "Ġtruly": 3754, + "iling": 3755, + "Ġprint": 3756, + "Ġfellow": 3757, + "Ġsuddenly": 3758, + "II": 3759, + "Ġwrote": 3760, + "Ġspeed": 3761, + "Ġcouple": 3762, + "Ġfeatures": 3763, + "Ġran": 3764, + "onse": 3765, + "Ġingred": 3766, + "TH": 3767, + "Ġanx": 3768, + "umbled": 3769, + "Ġbreath": 3770, + "Ġattempt": 3771, + "ĠApp": 3772, + "Ġindustry": 3773, + "ctors": 3774, + "Ġesc": 3775, + "Ġthanks": 3776, + "Ġseries": 3777, + "Ġcompletely": 3778, + "Ġattack": 3779, + "Ġexcept": 3780, + "Ġtomorrow": 3781, + "Ġcontent": 3782, + "Ġincludes": 3783, + "Ġinvent": 3784, + "key": 3785, + "From": 3786, + "mber": 3787, + "Ġbecomes": 3788, + "ĠTO": 3789, + "tered": 3790, + "Ġavoid": 3791, + "Ġthird": 3792, + "Int": 3793, + "Ġcontro": 3794, + "erving": 3795, + "ST": 3796, + "de": 3797, + "Ġwel": 3798, + "orks": 3799, + "Ġpark": 3800, + "ĠRemember": 3801, + "Ġletter": 3802, + "Ġlink": 3803, + "ancing": 3804, + "anging": 3805, + "ricult": 3806, + "cil": 3807, + "\\\"\\": 3808, + "iation": 3809, + "Ġdeveloping": 3810, + "Ġexcl": 3811, + "edd": 3812, + "ĠRuss": 3813, + "Ġwhenever": 3814, + "Ġbackground": 3815, + "Ġfaced": 3816, + "cell": 3817, + "Ġbird": 3818, + "tt": 3819, + "Ġmouth": 3820, + "Ġbustling": 3821, + "Ġdiet": 3822, + "Ġdirectly": 3823, + "Ġselect": 3824, + "enny": 3825, + "Ġperformance": 3826, + "Ġgentle": 3827, + "Ġconversation": 3828, + "Ġdelicious": 3829, + "ties": 3830, + "icks": 3831, + "Ġmaster": 3832, + "Ġlaws": 3833, + "Ġlibr": 3834, + "ino": 3835, + "Ġhus": 3836, + "Title": 3837, + "Ġfriendly": 3838, + "Ġstudying": 3839, + "yl": 3840, + "ancial": 3841, + "Ġarr": 3842, + "rs": 3843, + "Ġsou": 3844, + "Ġnearly": 3845, + "Ġdiverse": 3846, + "-y": 3847, + "roud": 3848, + "Ġneighbor": 3849, + "Ġ_": 3850, + "Ġcompon": 3851, + "olly": 3852, + "Ġpassion": 3853, + "Ġpolice": 3854, + "gy": 3855, + "rest": 3856, + "Ġprepared": 3857, + "Ġsmart": 3858, + "Ġhabit": 3859, + "esus": 3860, + "Ġluck": 3861, + "Ġgives": 3862, + "Ġwalking": 3863, + "Ġlarger": 3864, + "Ġintell": 3865, + "ĠEl": 3866, + "ĠTogether": 3867, + "oses": 3868, + "erson": 3869, + "Ġtour": 3870, + "Ġpolicy": 3871, + "Ġreached": 3872, + "ĠFirst": 3873, + "Ġcars": 3874, + "Ġimage": 3875, + "Ġlistening": 3876, + "Ġboard": 3877, + "Ġindepend": 3878, + "aul": 3879, + "Ġsmooth": 3880, + "Ġhost": 3881, + "ender": 3882, + "Ġstars": 3883, + "Ġgotta": 3884, + "pper": 3885, + "Ġgoal": 3886, + "Ġstorm": 3887, + "Ġdetails": 3888, + "Ġmur": 3889, + "Ġassess": 3890, + "water": 3891, + "ĠMon": 3892, + "but": 3893, + "unk": 3894, + "ĠPol": 3895, + "ĠThanks": 3896, + "Ġhuge": 3897, + "acking": 3898, + "Ġtrack": 3899, + "aled": 3900, + "Ġextreme": 3901, + "rim": 3902, + "ĠDuring": 3903, + "ĠAfrica": 3904, + "Ġadults": 3905, + "Ġsustain": 3906, + "asure": 3907, + "Ġbeauty": 3908, + "raid": 3909, + "Ġgrown": 3910, + "lls": 3911, + "ĠScience": 3912, + "ĠChina": 3913, + "Ġanalysis": 3914, + "Ġox": 3915, + "Ġtrip": 3916, + "Ġnation": 3917, + "Ġprojects": 3918, + "Ġconnection": 3919, + "Ġaltern": 3920, + "Ġrefer": 3921, + "Ġunderstood": 3922, + "Ġevening": 3923, + "Ġeffort": 3924, + "ĠDep": 3925, + "time": 3926, + "Ġmemory": 3927, + "Ġetc": 3928, + "..\\": 3929, + "cy": 3930, + "ĠState": 3931, + "ronic": 3932, + "idents": 3933, + "Ġwhatever": 3934, + "che": 3935, + "ares": 3936, + "Ġwanna": 3937, + "era": 3938, + "Ġtelling": 3939, + "Ġnodd": 3940, + "Ġatmosp": 3941, + "Ġsuccessful": 3942, + "Next": 3943, + "Ġwinter": 3944, + "Ġbase": 3945, + "Ġnotice": 3946, + "Ġstage": 3947, + "Ġslight": 3948, + "Ġexcit": 3949, + "Ġpurpose": 3950, + "Ġdaughter": 3951, + "hold": 3952, + "Ġcalcul": 3953, + "icient": 3954, + "rial": 3955, + "ye": 3956, + "Ġthousand": 3957, + "Ġ|": 3958, + "appoint": 3959, + "Ġir": 3960, + "Ġmine": 3961, + "Ġpow": 3962, + "Ġconnected": 3963, + "ourse": 3964, + "Ġintegr": 3965, + "Ġnine": 3966, + "oly": 3967, + "vest": 3968, + "Ġuh": 3969, + "AC": 3970, + "Ġcast": 3971, + "Ġthousands": 3972, + "ĠWest": 3973, + "ND": 3974, + "Ġallowing": 3975, + "ĠRep": 3976, + "wise": 3977, + "Ġshot": 3978, + "omb": 3979, + "ellow": 3980, + "AL": 3981, + "Uh": 3982, + "Ġsolutions": 3983, + "Ġcaught": 3984, + "Ġgently": 3985, + "att": 3986, + "Ġscen": 3987, + "Ġchanging": 3988, + "Ġbacter": 3989, + "Ġarm": 3990, + ":**": 3991, + "itute": 3992, + "Ġminim": 3993, + "Ġearn": 3994, + "Ġconc": 3995, + "ups": 3996, + "Ġchap": 3997, + "Ġfinal": 3998, + "Ġocean": 3999, + "Ġreasons": 4000, + "ĠGl": 4001, + "Ġpet": 4002, + "Ġdinner": 4003, + "Ġexcitement": 4004, + "ww": 4005, + "Ġur": 4006, + "ĠThom": 4007, + "Ġsituations": 4008, + "fd": 4009, + "Ġship": 4010, + "Ġaverage": 4011, + "ĠMin": 4012, + "house": 4013, + "Ġhidden": 4014, + "Ġdocument": 4015, + "Ġlose": 4016, + "Ġpromot": 4017, + "Ġcitiz": 4018, + "ĠGree": 4019, + "Ġbecoming": 4020, + "Ġdiscovery": 4021, + "Ġsupposed": 4022, + "Ġeventually": 4023, + "iam": 4024, + "Ġcompanies": 4025, + "ĠDav": 4026, + "Ġmission": 4027, + "hus": 4028, + "itect": 4029, + "ffee": 4030, + "ĠSee": 4031, + "ĠOf": 4032, + "aint": 4033, + "Ġpounds": 4034, + "uh": 4035, + "ĠIndia": 4036, + "Ġbond": 4037, + "Ġbuildings": 4038, + "Ġmid": 4039, + "izes": 4040, + "Ġweak": 4041, + "Ġmagic": 4042, + "Ġappropri": 4043, + "Ġ#": 4044, + "Ġsuit": 4045, + "Ġmyster": 4046, + "Ġproviding": 4047, + "Ġsetting": 4048, + "Ġthr": 4049, + "Ġaddition": 4050, + "rupt": 4051, + "back": 4052, + "Ġnin": 4053, + "Ġresponse": 4054, + "Ġfing": 4055, + "Ġwear": 4056, + "lear": 4057, + "Ġnegative": 4058, + "ĠArt": 4059, + "-based": 4060, + "Ġtheory": 4061, + "rast": 4062, + "ĠExactly": 4063, + "Ġafraid": 4064, + "Ġproud": 4065, + "Ġanymore": 4066, + "Ġdigital": 4067, + "Ġdoub": 4068, + "ocr": 4069, + "-st": 4070, + "Ġlaugh": 4071, + "ĠSpe": 4072, + "OW": 4073, + "Ġchoices": 4074, + "Ġdate": 4075, + "ĠAustral": 4076, + "raft": 4077, + "Ġdrive": 4078, + "Ġmechan": 4079, + "Ġbound": 4080, + "Ġstumbled": 4081, + "ords": 4082, + "can": 4083, + "Ġstrategies": 4084, + "Ġactive": 4085, + "Ġnames": 4086, + "ĠSammy": 4087, + "Ġcode": 4088, + "Ġdiagn": 4089, + "pro": 4090, + "Ġprec": 4091, + "gn": 4092, + "Ġequal": 4093, + "Ġcolorful": 4094, + "Ġtrade": 4095, + "Ġsecurity": 4096, + "Ġtonight": 4097, + "Ġsugar": 4098, + "abet": 4099, + "Ġclothes": 4100, + "ĠMore": 4101, + "Ġbeg": 4102, + "Ġbroad": 4103, + "ĠPart": 4104, + "Ġattend": 4105, + "Thanks": 4106, + "Ġdevices": 4107, + "Ġshowing": 4108, + "Ġinfluence": 4109, + "while": 4110, + "Ġoptions": 4111, + "Ġunit": 4112, + "Ġremain": 4113, + "ius": 4114, + "Ġexpected": 4115, + "Ġdistrib": 4116, + "amb": 4117, + "Ġnodded": 4118, + "athered": 4119, + "Ġhusband": 4120, + "Ġplans": 4121, + "Ġveh": 4122, + "ech": 4123, + "Ġinterested": 4124, + "Pro": 4125, + "la": 4126, + "Ġpatient": 4127, + "pping": 4128, + "Ġincluded": 4129, + "Take": 4130, + "Ġreturned": 4131, + "ipment": 4132, + "Ġadapt": 4133, + "ĠCity": 4134, + "Ġfill": 4135, + "Ġconsequ": 4136, + "Ġcenter": 4137, + "Ġjump": 4138, + "ocol": 4139, + "Ġfinancial": 4140, + "ĠEuropean": 4141, + "ortunately": 4142, + "osy": 4143, + "Ġstood": 4144, + "Ġsection": 4145, + "Ġdetect": 4146, + "Ġimplement": 4147, + "Ġpaint": 4148, + "ok": 4149, + "isc": 4150, + "Ġhero": 4151, + "fessor": 4152, + "IV": 4153, + "itution": 4154, + "Ġexamples": 4155, + "obody": 4156, + "Ġimmediately": 4157, + "ees": 4158, + "ilos": 4159, + "Ġcritical": 4160, + "roy": 4161, + "Ġlack": 4162, + "Ġexercise": 4163, + "what": 4164, + "Ġmarried": 4165, + "ov": 4166, + "Ġstanding": 4167, + "ris": 4168, + "Ġconcepts": 4169, + "ĠSw": 4170, + "iday": 4171, + "ĠIndian": 4172, + "ev": 4173, + "Ġalive": 4174, + "husi": 4175, + "itely": 4176, + "Ġdecide": 4177, + "-to": 4178, + "Ġdemand": 4179, + "Ġtele": 4180, + "Ġforces": 4181, + "Ġpuzz": 4182, + "Ġnavig": 4183, + "eness": 4184, + "Ġmentioned": 4185, + "alk": 4186, + "exic": 4187, + "Ġenthusi": 4188, + "Ġ.": 4189, + "ads": 4190, + "Ġadding": 4191, + "ĠJamie": 4192, + "Ġembr": 4193, + "Ġscreen": 4194, + "Ġtoy": 4195, + "Ġofficial": 4196, + "Ġreligious": 4197, + "Ġmap": 4198, + "Ġrare": 4199, + "ucy": 4200, + "Ġgod": 4201, + "ĠAfrican": 4202, + "Ġproduced": 4203, + "ondon": 4204, + "bsolutely": 4205, + "ologies": 4206, + "Ġprefer": 4207, + "Ġadvice": 4208, + "Like": 4209, + "pre": 4210, + "Ġcities": 4211, + "Ġfra": 4212, + "Ġlanguages": 4213, + "new": 4214, + "ĠJu": 4215, + "Ġvirus": 4216, + "ET": 4217, + "Ġfant": 4218, + "iforn": 4219, + "Ġcoast": 4220, + "ications": 4221, + "ament": 4222, + "Ġthus": 4223, + "Ġletters": 4224, + "Ġdecl": 4225, + "Ġsolar": 4226, + "Ġinstrum": 4227, + "Ġvariety": 4228, + "ufact": 4229, + "Ġgoals": 4230, + "ĠChe": 4231, + "Ġprivate": 4232, + "Ġhospital": 4233, + "elines": 4234, + "Ġpredict": 4235, + "Ġinternational": 4236, + ",'": 4237, + "Ġchoice": 4238, + "Ġsigns": 4239, + "known": 4240, + "ĠJack": 4241, + "Ġenh": 4242, + "Ġhyd": 4243, + "ĠAmericans": 4244, + "Ġvisual": 4245, + "Ġincorpor": 4246, + "Ġfindings": 4247, + "Ġlength": 4248, + "Ġcrit": 4249, + "ederal": 4250, + "alu": 4251, + "Ġhar": 4252, + "Ġturns": 4253, + "Ġcro": 4254, + "Ġcontribute": 4255, + "Ġsolve": 4256, + "aven": 4257, + "ĠBar": 4258, + "Ġinvolves": 4259, + "Sorry": 4260, + "Ġstick": 4261, + "Ġfeels": 4262, + "Ġprofessional": 4263, + "osition": 4264, + "vant": 4265, + "Ġvibr": 4266, + "eel": 4267, + "ses": 4268, + "Ġwindow": 4269, + "Ġformed": 4270, + "Ġdetermine": 4271, + "Ġstandard": 4272, + "Ġdisp": 4273, + "entially": 4274, + "GH": 4275, + "ĠSun": 4276, + "Ġfucking": 4277, + "reedom": 4278, + "hips": 4279, + "Ġtraditions": 4280, + "rible": 4281, + "CH": 4282, + "Ġconcent": 4283, + "Ġdance": 4284, + "Ġopin": 4285, + "Ġmilitary": 4286, + "------------------------": 4287, + "Ġexch": 4288, + "Ġworkers": 4289, + "Ġrepe": 4290, + "AM": 4291, + "Ġprior": 4292, + "Ġcirc": 4293, + "sp": 4294, + "Ġhun": 4295, + "Ġcertainly": 4296, + "Ġcolon": 4297, + "udd": 4298, + "ica": 4299, + "urious": 4300, + "Ġingredients": 4301, + "ĠGreen": 4302, + "Ġagree": 4303, + "now": 4304, + "Ġensuring": 4305, + "Ġund": 4306, + "Ġanyway": 4307, + "irt": 4308, + "Ġmovie": 4309, + "Ġcred": 4310, + "Ġregarding": 4311, + "Ġsolution": 4312, + "Ġplays": 4313, + "ka": 4314, + "Ġult": 4315, + "Ġdiseases": 4316, + "Ġshown": 4317, + "Ġremains": 4318, + "Ġdisplay": 4319, + "mas": 4320, + "Ġmember": 4321, + "Ġsitting": 4322, + "Ġbenefit": 4323, + "Ġpen": 4324, + "Ġvast": 4325, + "vert": 4326, + "ĠRec": 4327, + "Ġcareful": 4328, + "ifornia": 4329, + "Ġlocation": 4330, + "ĠMom": 4331, + "omed": 4332, + "'S": 4333, + "ĠThink": 4334, + "Wait": 4335, + "anish": 4336, + "ĠLittle": 4337, + "ĠMus": 4338, + "Ġcoffee": 4339, + "Ġspoke": 4340, + "sect": 4341, + "Ġsevere": 4342, + "Ġshouldn": 4343, + "Ġattract": 4344, + "Ġstreet": 4345, + "Ġcosts": 4346, + "Ġclim": 4347, + "Ġwalked": 4348, + "hm": 4349, + "ĠMexic": 4350, + "Ġfaith": 4351, + "igr": 4352, + "Ġfilm": 4353, + "Ġaccident": 4354, + "OT": 4355, + "Ġbull": 4356, + "Ġsomebody": 4357, + "Dr": 4358, + "isms": 4359, + "rees": 4360, + "Ġcourt": 4361, + "Ġdangerous": 4362, + "Ġtow": 4363, + "ĠAnt": 4364, + "Ġremained": 4365, + "Ġperm": 4366, + "Ġsell": 4367, + "iot": 4368, + "ĠCap": 4369, + "-year": 4370, + "Ġpolit": 4371, + "Ġbusinesses": 4372, + "ĠRiver": 4373, + "Ġeverybody": 4374, + "lec": 4375, + "Ġrapid": 4376, + "Ġchallenging": 4377, + "AD": 4378, + "ulate": 4379, + "Ġtea": 4380, + "Ġdistance": 4381, + "Ġfruit": 4382, + "Ġequipment": 4383, + "Ġfaster": 4384, + "Ġx": 4385, + "Ġmatters": 4386, + "ĠDay": 4387, + "Ġintroduced": 4388, + "Ġvirt": 4389, + "Ġslowly": 4390, + "ĠLondon": 4391, + "Ġdisappoint": 4392, + "ulf": 4393, + "Ġstructures": 4394, + "Cl": 4395, + "Ġspeaking": 4396, + "igen": 4397, + "Ġconcerns": 4398, + "rif": 4399, + "Ġgathered": 4400, + "Ġrequires": 4401, + "Ġcollege": 4402, + "Ġfuel": 4403, + "ĠPark": 4404, + "Ġfunny": 4405, + "Ġnumer": 4406, + "Ġstyle": 4407, + "Ġrealize": 4408, + "Ġtoward": 4409, + "Ġfort": 4410, + "Ġsoftware": 4411, + "isten": 4412, + "Ġapart": 4413, + "Ġcollection": 4414, + "ĠChristian": 4415, + "ĠCenter": 4416, + "-g": 4417, + "Ġoffered": 4418, + "Ġdifferently": 4419, + "ummy": 4420, + "ander": 4421, + "Ġlocated": 4422, + "life": 4423, + "nand": 4424, + "ĠUsing": 4425, + "Ġwaves": 4426, + "Ġspecifically": 4427, + "ĠGerman": 4428, + "Ġworried": 4429, + "Ġfighting": 4430, + "orders": 4431, + "Ġclosely": 4432, + "que": 4433, + "Ġprotection": 4434, + "Ġshar": 4435, + "Ġnove": 4436, + "Ġvegetables": 4437, + "aimed": 4438, + "Ġrelative": 4439, + "Ġartists": 4440, + "Ġfamiliar": 4441, + "Ġsess": 4442, + "versity": 4443, + "Ġfacts": 4444, + "ĠReg": 4445, + "Ġkinds": 4446, + "ĠJan": 4447, + "Ġrecommend": 4448, + "Ġtaste": 4449, + "ĠOF": 4450, + "Ġeffici": 4451, + "zing": 4452, + "chol": 4453, + "Ġwit": 4454, + "tering": 4455, + "ĠLear": 4456, + "Ġpaid": 4457, + "ari": 4458, + "Ġfields": 4459, + "While": 4460, + "ford": 4461, + "apers": 4462, + "Ġbigger": 4463, + "Ġdevice": 4464, + "Ġjobs": 4465, + "Ġarchitect": 4466, + "Ġrule": 4467, + "Even": 4468, + "Ġtransl": 4469, + "Ġatmosphere": 4470, + "antic": 4471, + "Ġmath": 4472, + "Ġplat": 4473, + "Ġreported": 4474, + "Ġinstruct": 4475, + "ĠCanada": 4476, + "Ġinsights": 4477, + "AP": 4478, + "Ġdy": 4479, + "Ġmel": 4480, + "Ġlandsc": 4481, + "ĠCalifornia": 4482, + "ĠEduc": 4483, + "Ġcraft": 4484, + "Ġtwist": 4485, + "Ġbehavi": 4486, + "Ġadditional": 4487, + "ĠBu": 4488, + "Ġreceive": 4489, + "overn": 4490, + "Ġmanaged": 4491, + "Ġrace": 4492, + "Ġfloor": 4493, + "Ġgenerally": 4494, + "Ġbrave": 4495, + "Hi": 4496, + "Ġunus": 4497, + "hemat": 4498, + "Ġlady": 4499, + "Ġlovely": 4500, + "Ġnorth": 4501, + "ĠGeorge": 4502, + "Ġcontext": 4503, + "Ġprimary": 4504, + "care": 4505, + "Ġmanufact": 4506, + "Ġfruits": 4507, + "Ġopened": 4508, + "Finally": 4509, + "uddenly": 4510, + "outhern": 4511, + "ĠFrance": 4512, + "Ġchurch": 4513, + "ĠWow": 4514, + "Ġclearly": 4515, + "Ġsnow": 4516, + "Key": 4517, + "Ġtherapy": 4518, + "osure": 4519, + "Ġuseful": 4520, + "Ġtopics": 4521, + "ĠPat": 4522, + "Ġbeliefs": 4523, + "Ġexperienced": 4524, + "Ġnotes": 4525, + "Ġhandle": 4526, + "Ġgenerations": 4527, + "Ġcomputers": 4528, + "lor": 4529, + "Ġprinciples": 4530, + "Ġinn": 4531, + "Ġbow": 4532, + "Ġnote": 4533, + "board": 4534, + "Ġtill": 4535, + "Ġsouth": 4536, + "Ġhorse": 4537, + "Ġnetwork": 4538, + "Ġpracticing": 4539, + "nes": 4540, + "Ġ/": 4541, + "Ġexperiment": 4542, + "Ġobvious": 4543, + "Ġfost": 4544, + "**:": 4545, + "Ġmut": 4546, + "ĠII": 4547, + "ĠAc": 4548, + "Ġprice": 4549, + "Ġwarn": 4550, + "Ġcooking": 4551, + "Ġnic": 4552, + "Ġcharge": 4553, + "Ġsupply": 4554, + "Ġserve": 4555, + "Ġpal": 4556, + "Ġeffectively": 4557, + "ingly": 4558, + "encies": 4559, + "Ġidentity": 4560, + "Ġshapes": 4561, + "wide": 4562, + "Ġreality": 4563, + "Ġfinished": 4564, + ";\\": 4565, + "Ġtalked": 4566, + "Ġsites": 4567, + "ĠJesus": 4568, + "Ġusers": 4569, + "Ġunc": 4570, + "Ġaffected": 4571, + "Ġengage": 4572, + "Ġorganizations": 4573, + "Ġbottom": 4574, + "inese": 4575, + "Ġkit": 4576, + "iber": 4577, + "Ġscared": 4578, + "Ġdiscussion": 4579, + "nds": 4580, + "OK": 4581, + "Ġlimited": 4582, + "off": 4583, + "Ġfly": 4584, + "ĠMost": 4585, + "rehens": 4586, + "arked": 4587, + "Ġreci": 4588, + "Ġquant": 4589, + "phas": 4590, + "Ġagricult": 4591, + "AY": 4592, + "His": 4593, + "Ġuser": 4594, + "ĠEast": 4595, + "orthern": 4596, + "Ġestablished": 4597, + "Ġmilk": 4598, + "Ġappropriate": 4599, + "bered": 4600, + "ĠOnce": 4601, + "Ġholding": 4602, + "ĠPresident": 4603, + "alled": 4604, + "Ġgraph": 4605, + "Ġstopped": 4606, + "Ġmolec": 4607, + "ching": 4608, + "Ġseeds": 4609, + "Ġminds": 4610, + "Ġtiss": 4611, + "ĠHistory": 4612, + "Ġturning": 4613, + "Ġinterests": 4614, + "uk": 4615, + "Ġhelpful": 4616, + "Ġapproached": 4617, + "Ġep": 4618, + "Ġdiscussing": 4619, + "appe": 4620, + "ourage": 4621, + "Ġsignificantly": 4622, + "Ġshoot": 4623, + "ula": 4624, + "Ġjournal": 4625, + "ĠCoun": 4626, + "Ġtasks": 4627, + "Ġapply": 4628, + "Ġdelight": 4629, + "vention": 4630, + "Ġsomewhere": 4631, + "Ġ]\\": 4632, + "Ġain": 4633, + "Ġlabor": 4634, + "Ġmedicine": 4635, + "ĠCommun": 4636, + "arian": 4637, + "Ġrates": 4638, + "arter": 4639, + "Ġhonest": 4640, + "###": 4641, + "Ġcitizens": 4642, + "Le": 4643, + "Ġadop": 4644, + "Ġdeeply": 4645, + "Ġfocused": 4646, + "inate": 4647, + "urt": 4648, + "wered": 4649, + "Ġtests": 4650, + "oke": 4651, + "Ġclub": 4652, + "Ġwisdom": 4653, + "Ġdoll": 4654, + "Ġshut": 4655, + "Ġsac": 4656, + "Ġevalu": 4657, + "Ġforgot": 4658, + "Ġadjust": 4659, + "Exc": 4660, + "Ġtail": 4661, + "-up": 4662, + "-I": 4663, + "Ġsuppose": 4664, + "Ġadvant": 4665, + "Ġwhis": 4666, + "Ġrise": 4667, + "Ġsoldiers": 4668, + "Ġfile": 4669, + "Ġprocesses": 4670, + "ĠUnit": 4671, + "Ġthick": 4672, + "ims": 4673, + "ildren": 4674, + "Ġelectricity": 4675, + "Ġgar": 4676, + "ooper": 4677, + "Ġhol": 4678, + "Ġgain": 4679, + "term": 4680, + "terday": 4681, + "Ġtells": 4682, + "Ġsports": 4683, + "Ġcup": 4684, + "itionally": 4685, + "ĠUse": 4686, + "Ġisland": 4687, + "Ar": 4688, + "ael": 4689, + "Ġplaced": 4690, + "Ġglad": 4691, + "Ġcalm": 4692, + "Ġbattle": 4693, + "Ġcovered": 4694, + "Ġsunlight": 4695, + "tery": 4696, + "Ġraised": 4697, + "Ġexpand": 4698, + "Ġmoments": 4699, + "anwhile": 4700, + "Ġhearing": 4701, + "teen": 4702, + "Ġfully": 4703, + "Ġputting": 4704, + "ĠOther": 4705, + "Ġcarried": 4706, + "Ġdire": 4707, + "Ġweap": 4708, + "Ġoccas": 4709, + "Ġproperty": 4710, + "____": 4711, + "Ġgender": 4712, + "ashington": 4713, + "Ġemotional": 4714, + "Ġremem": 4715, + "Ġexploration": 4716, + "Ġring": 4717, + "Ġbusy": 4718, + "Ġalright": 4719, + "issions": 4720, + "Ġlargest": 4721, + "see": 4722, + "Ġneighborhood": 4723, + "ĠVal": 4724, + "Stop": 4725, + "Ġju": 4726, + "Ġnuc": 4727, + "ĠDad": 4728, + "uit": 4729, + "Ġjoined": 4730, + "Ġsight": 4731, + "ushing": 4732, + "ĠLord": 4733, + "Ġyours": 4734, + "Ġworse": 4735, + "Ġlegal": 4736, + "Ġnutri": 4737, + "Ġestim": 4738, + "asts": 4739, + "Ġinitial": 4740, + "Ġcapital": 4741, + "Ġslightly": 4742, + "Ġbank": 4743, + "ani": 4744, + "Ġphilos": 4745, + "ĠDepartment": 4746, + "ĠTechn": 4747, + "ument": 4748, + "Tell": 4749, + "orb": 4750, + "ĠCounty": 4751, + "ĠMary": 4752, + "rab": 4753, + "Ġillness": 4754, + "Ġappl": 4755, + "Wh": 4756, + "coh": 4757, + "Ġliterature": 4758, + "Wow": 4759, + "erences": 4760, + "ĠWhere": 4761, + "how": 4762, + "Ġcentral": 4763, + "Ġleads": 4764, + "olved": 4765, + "Ġnone": 4766, + "Ġappeared": 4767, + "Ġamid": 4768, + "Ġhouses": 4769, + "uman": 4770, + "Ġcomfortable": 4771, + "Ġpurch": 4772, + "Ġdetermined": 4773, + "Ġkindness": 4774, + "aker": 4775, + "amples": 4776, + "ums": 4777, + "Ġbacteria": 4778, + "uary": 4779, + "Ġlunch": 4780, + "Ġscene": 4781, + "Ġwalls": 4782, + "Ġseparate": 4783, + "craft": 4784, + "Ġactual": 4785, + "Another": 4786, + "bre": 4787, + "Ġencourage": 4788, + "abetes": 4789, + "Ġdoctors": 4790, + "ĠHigh": 4791, + "cohol": 4792, + "lin": 4793, + "Ġimpl": 4794, + "Ġconstruct": 4795, + "Ġanswers": 4796, + "iverse": 4797, + "Ġhuh": 4798, + "Ġhighly": 4799, + "Ġguidance": 4800, + "Ġgrass": 4801, + "Ġmeat": 4802, + "Ġqual": 4803, + "Ġbroken": 4804, + "Ġtough": 4805, + "Ġmaintaining": 4806, + "alt": 4807, + "Ġunusual": 4808, + "book": 4809, + "icy": 4810, + "Ġconv": 4811, + "igenous": 4812, + "icip": 4813, + "ĠJohns": 4814, + "Ġproperly": 4815, + "Ġcircum": 4816, + "aming": 4817, + "inated": 4818, + "Ġradio": 4819, + "Ġspring": 4820, + "Ġresponsibility": 4821, + "Ġdestroy": 4822, + "ĠSur": 4823, + "Ġdepending": 4824, + "equ": 4825, + "Ġbutter": 4826, + "Ġstation": 4827, + "Ġcontains": 4828, + "Ġanswered": 4829, + "Ġrecords": 4830, + "sec": 4831, + "estic": 4832, + "Ġpun": 4833, + "Ġdrugs": 4834, + "ĠDavid": 4835, + "Ġsolid": 4836, + "Ġdrawing": 4837, + "Ġden": 4838, + "itage": 4839, + "load": 4840, + "ĠMark": 4841, + "Ġprofession": 4842, + "Ġpregn": 4843, + "Ġacqu": 4844, + "ĠChinese": 4845, + "Ġsides": 4846, + "Ġteeth": 4847, + "Ġillustr": 4848, + "ushed": 4849, + "Ġenem": 4850, + "Ġfuck": 4851, + "Ġstarts": 4852, + "chen": 4853, + "hab": 4854, + "Ġenter": 4855, + "Ġexperts": 4856, + "Ġrelease": 4857, + "Ġshit": 4858, + "Ġcateg": 4859, + "Ġacid": 4860, + "Ġexpert": 4861, + "istry": 4862, + "ĠDid": 4863, + "riage": 4864, + "Ġyellow": 4865, + "ĠLucy": 4866, + "Ġarms": 4867, + "Ġsmile": 4868, + "Ġmad": 4869, + "Ġtight": 4870, + "Ġcomponents": 4871, + "Ġbrings": 4872, + "Ġdistinct": 4873, + "ygen": 4874, + "oyal": 4875, + "Ġsmell": 4876, + "Ġcrow": 4877, + "ĠProfessor": 4878, + "Ġtherefore": 4879, + "Ġassign": 4880, + "Ġswim": 4881, + "Ġemphas": 4882, + "\\nand": 4883, + "Ġbrown": 4884, + "Ġserved": 4885, + "Ġ+": 4886, + "Ġpossess": 4887, + "Ġlimit": 4888, + "Act": 4889, + "Ġlibrary": 4890, + "Ġmir": 4891, + "night": 4892, + "Ġ...": 4893, + "Ġfeature": 4894, + "Ġmessages": 4895, + "ĠMich": 4896, + "Ġcream": 4897, + "Ġcorner": 4898, + "ĠAbsolutely": 4899, + "Ġcommunicate": 4900, + "Ġstaff": 4901, + "Ġsquare": 4902, + "Ġversion": 4903, + "Ġwhom": 4904, + "Ġproced": 4905, + "ket": 4906, + "Ġexplaining": 4907, + "ĠQue": 4908, + "ĠMc": 4909, + "Ġinvolve": 4910, + "ingu": 4911, + "ĠRead": 4912, + "urban": 4913, + "ologists": 4914, + "Ġstone": 4915, + "ĠWashington": 4916, + "ĠInstitute": 4917, + "Ġconfident": 4918, + "anged": 4919, + "Ġextraord": 4920, + "Ġlie": 4921, + "Ġtired": 4922, + "Ġwebsite": 4923, + "Ġdriving": 4924, + "Ġconsequences": 4925, + "Ġrid": 4926, + "ĠStep": 4927, + "Ġfemale": 4928, + "iety": 4929, + "ĠSure": 4930, + "Ġmoon": 4931, + "works": 4932, + "roduce": 4933, + "eline": 4934, + "Ġdrug": 4935, + "SE": 4936, + "ĠKeep": 4937, + "ĠHarm": 4938, + "Ġplatform": 4939, + "Ġchick": 4940, + "cellent": 4941, + "urance": 4942, + "ran": 4943, + "ĠDespite": 4944, + "Ġliqu": 4945, + "Ġchapter": 4946, + "Before": 4947, + "Ġpray": 4948, + "Ġpages": 4949, + "ĠRed": 4950, + "ym": 4951, + "Ġgri": 4952, + "ĠIN": 4953, + "lie": 4954, + "Ġsatis": 4955, + "Ġban": 4956, + "Two": 4957, + "Ġdouble": 4958, + "ints": 4959, + "pril": 4960, + "Ġpromise": 4961, + "Ġexhib": 4962, + "Ġtim": 4963, + "ĠGermany": 4964, + "Will": 4965, + "Ġign": 4966, + "Ġleader": 4967, + "Ġadvanced": 4968, + "Ġautom": 4969, + "Ġbeat": 4970, + ".com": 4971, + "Ġuns": 4972, + "Ġmachines": 4973, + "mar": 4974, + "ĠOkay": 4975, + "ĠChristmas": 4976, + "Ġmetal": 4977, + "Ġfreedom": 4978, + "Ġband": 4979, + "iments": 4980, + "omy": 4981, + "ald": 4982, + "Ġfifty": 4983, + "Ġintellig": 4984, + "Ġblock": 4985, + "Really": 4986, + "wood": 4987, + "Ġcreative": 4988, + "-S": 4989, + "ĠSan": 4990, + "Course": 4991, + "Ġpurs": 4992, + "ero": 4993, + "son": 4994, + "Ġdisappe": 4995, + "ressed": 4996, + "Ġeggs": 4997, + "duces": 4998, + "izz": 4999, + "//": 5000, + "Ġrelax": 5001, + "Ġexec": 5002, + "Ġoffers": 5003, + "Ġdirection": 5004, + "Ġdrop": 5005, + "ĠBlack": 5006, + "Ġmeals": 5007, + "Ġtypically": 5008, + "Ġpolicies": 5009, + "Ġperspectives": 5010, + "Ġfigures": 5011, + "ĠExpl": 5012, + "ĠTy": 5013, + "Ġflat": 5014, + "Ġlights": 5015, + "urg": 5016, + "Ġbot": 5017, + "Ġboat": 5018, + "Ġpicked": 5019, + "Ġdreams": 5020, + "Ġorganization": 5021, + "Ġcreativity": 5022, + "Ġclassroom": 5023, + "ossible": 5024, + "Gu": 5025, + "ĠLife": 5026, + "ĠGo": 5027, + "Ġtask": 5028, + "erry": 5029, + "Ġexclaimed": 5030, + "Ġrefers": 5031, + "Ġdedicated": 5032, + "ĠLat": 5033, + "rey": 5034, + "Ġprison": 5035, + "Ġcrazy": 5036, + "Ġtopic": 5037, + "Ġafford": 5038, + "Ab": 5039, + "Ġmissing": 5040, + "ĠServ": 5041, + "Pl": 5042, + "Ġfle": 5043, + "Ġvisiting": 5044, + "ĠMor": 5045, + "Ġawareness": 5046, + "Ġforever": 5047, + "Ġtesting": 5048, + "Ġmodels": 5049, + "Ġconstruction": 5050, + "ilience": 5051, + "Ġvital": 5052, + "gypt": 5053, + "Ġbear": 5054, + "ĠGrand": 5055, + "ĠRich": 5056, + "Ġseeking": 5057, + "aign": 5058, + "Ġdogs": 5059, + "Ġconcl": 5060, + "Ġru": 5061, + "ĠExc": 5062, + "rical": 5063, + "Ġthin": 5064, + "ĠRoman": 5065, + "Ġlistened": 5066, + "Ġstaying": 5067, + "rets": 5068, + "urally": 5069, + "Ġextraordinary": 5070, + "Ġinsect": 5071, + "Ġinspired": 5072, + "asm": 5073, + "Ġapplications": 5074, + "ĠSpanish": 5075, + "ocked": 5076, + "ibilities": 5077, + "\\nthe": 5078, + "Ġwitness": 5079, + "Ġpresented": 5080, + "rael": 5081, + "ĠJe": 5082, + "Ġcreation": 5083, + "imal": 5084, + "Ġreligion": 5085, + "ocking": 5086, + "ĠBoth": 5087, + "ĠPlus": 5088, + "ĠAug": 5089, + "Ġyesterday": 5090, + "Ġwatched": 5091, + "Ġsequ": 5092, + "Ġtreated": 5093, + "Ġtransm": 5094, + "Ġmeal": 5095, + "Ġpresident": 5096, + "Pe": 5097, + "Ġmob": 5098, + "lection": 5099, + "then": 5100, + "ĠSince": 5101, + "Ġnative": 5102, + "Ġapplication": 5103, + "heart": 5104, + "ounced": 5105, + "cest": 5106, + "Ġpromote": 5107, + "Ġeld": 5108, + "ented": 5109, + "Ġempathy": 5110, + "ella": 5111, + "Ġencoun": 5112, + "asy": 5113, + "Ġrisks": 5114, + "Ġspeech": 5115, + "Ġthirty": 5116, + "Ġvia": 5117, + "Ġspending": 5118, + "Ġacadem": 5119, + "ĠDevelop": 5120, + "ux": 5121, + "ĠJames": 5122, + "ologist": 5123, + "Ġmeasures": 5124, + "Ġmathemat": 5125, + "Ġsongs": 5126, + "Ġride": 5127, + "Ġvit": 5128, + "Ġcontract": 5129, + "Ġstret": 5130, + "Ġapprox": 5131, + "Ġprepare": 5132, + "Ġfantastic": 5133, + "Give": 5134, + "Ġprotein": 5135, + "ĠRo": 5136, + "anted": 5137, + "Ġrough": 5138, + "Ġmere": 5139, + "Ġhighlight": 5140, + "ĠMarch": 5141, + "orough": 5142, + "Ġcommand": 5143, + "odes": 5144, + "asc": 5145, + "Ġiniti": 5146, + "Ġeconomy": 5147, + "ĠPaul": 5148, + "Ġinfection": 5149, + "Ġvibrant": 5150, + "uous": 5151, + "Ġrul": 5152, + "orial": 5153, + "Listen": 5154, + "ĠSat": 5155, + "hest": 5156, + "Ġfab": 5157, + "Ġoxygen": 5158, + "vision": 5159, + "gment": 5160, + "Ġfro": 5161, + "Ġclin": 5162, + "Ġdescribed": 5163, + "ĠJohnson": 5164, + "ĠMake": 5165, + "ĠTur": 5166, + "Ġpatience": 5167, + "Ġtraffic": 5168, + "Ġpartners": 5169, + "Ġspaces": 5170, + "',": 5171, + "osystem": 5172, + "lessly": 5173, + "Ġamidst": 5174, + "ĠTV": 5175, + "elp": 5176, + "Ġprofessor": 5177, + "ĠHouse": 5178, + "Sure": 5179, + "Ġbread": 5180, + "Ġintrig": 5181, + "Ġreports": 5182, + "Ġcenturies": 5183, + "TER": 5184, + "Ġwet": 5185, + "rogen": 5186, + "Ġremembered": 5187, + "Ġresilience": 5188, + "ĠMart": 5189, + "Ġmatch": 5190, + "Ġrecognize": 5191, + "Ġmemories": 5192, + "orses": 5193, + "Ġdiversity": 5194, + "Ġupset": 5195, + "ipped": 5196, + "Ġbillion": 5197, + "During": 5198, + "Ġprecious": 5199, + "Ġscale": 5200, + "Ġflood": 5201, + "Ġweb": 5202, + "Ġsexual": 5203, + "Ġrub": 5204, + "Ġeverywhere": 5205, + "Ġtemperatures": 5206, + "Ġmale": 5207, + "Ġforeign": 5208, + "Ġsurrounding": 5209, + "lam": 5210, + "Ġbroke": 5211, + "Ġexisting": 5212, + "Does": 5213, + "Ġregions": 5214, + "Ġrenew": 5215, + "Ġhung": 5216, + "elling": 5217, + "bits": 5218, + "Ġfirm": 5219, + "Ġdecre": 5220, + "Ġplanned": 5221, + "Ġnor": 5222, + "Ġsettle": 5223, + "Ġstandards": 5224, + "ĠEgypt": 5225, + "-term": 5226, + "Ġhoney": 5227, + "Ġaloud": 5228, + "Ġpainting": 5229, + "ĠTrans": 5230, + "Ġdim": 5231, + "arsh": 5232, + "ĠSystem": 5233, + "ĠST": 5234, + "encing": 5235, + "Ġchec": 5236, + "Con": 5237, + "ek": 5238, + "Ġgenetic": 5239, + "Ġeducational": 5240, + "ulated": 5241, + "Ġpollution": 5242, + "Ġexcess": 5243, + "Ġfacing": 5244, + "ĠAND": 5245, + "Ġiron": 5246, + "Ġoccup": 5247, + "umber": 5248, + "asp": 5249, + "osen": 5250, + "Ġwelcome": 5251, + "Ġvision": 5252, + "ĠMaria": 5253, + "Ġpref": 5254, + "Ġsalt": 5255, + "Ġnumerous": 5256, + "Ġnerv": 5257, + "ĠDNA": 5258, + "Qu": 5259, + "Ġcareer": 5260, + "ails": 5261, + "ĠWater": 5262, + "Ġlegs": 5263, + "Ġevolution": 5264, + "esson": 5265, + "appy": 5266, + "olic": 5267, + "ĠHi": 5268, + "Ġspect": 5269, + "ĠJune": 5270, + "Ġroot": 5271, + "Ġshad": 5272, + "Ġhyp": 5273, + "porary": 5274, + "Ġproperties": 5275, + "EL": 5276, + "ipe": 5277, + "ett": 5278, + "whel": 5279, + "://": 5280, + "Ġreaders": 5281, + "Ġreleased": 5282, + "Ġmovements": 5283, + "ĠGeneral": 5284, + "Mhm": 5285, + "Ġreducing": 5286, + "ĠAlso": 5287, + "Ġ...\\": 5288, + "ĠProt": 5289, + "ĠCouncil": 5290, + "Ġfaces": 5291, + "Ġdrinking": 5292, + "Ġdoubt": 5293, + "anch": 5294, + "Ġhealthcare": 5295, + "ompl": 5296, + "Ġcommer": 5297, + "Ġcomplicated": 5298, + "abilities": 5299, + "ĠEducation": 5300, + "Ġhate": 5301, + "Ġmillions": 5302, + "Ġentirely": 5303, + "Am": 5304, + "Ġalcohol": 5305, + "ĠOct": 5306, + "Ġplastic": 5307, + "ĠHarmony": 5308, + "ĠOwl": 5309, + "Ġwearing": 5310, + "Per": 5311, + "eath": 5312, + "ĠChurch": 5313, + "cript": 5314, + "ĠBecause": 5315, + "ĠLou": 5316, + "Ġupd": 5317, + "Ġschol": 5318, + "gal": 5319, + "Ġcircumst": 5320, + "Ġseek": 5321, + "Ġflo": 5322, + "ĠBo": 5323, + "ague": 5324, + "eal": 5325, + "Ġbought": 5326, + "Ġinfect": 5327, + "CT": 5328, + "Ġcopy": 5329, + "IM": 5330, + "Ġbeloved": 5331, + "using": 5332, + "ĠIsrael": 5333, + "Ġnarr": 5334, + "?\"Ċ": 5335, + "pret": 5336, + "Ġfolks": 5337, + "Ġancest": 5338, + "Ġconsult": 5339, + "Ġexposure": 5340, + "Ġadvance": 5341, + "ĠMal": 5342, + "Ġshel": 5343, + "Ġjustice": 5344, + "Ġkeeps": 5345, + "iable": 5346, + "pen": 5347, + "Ġlatest": 5348, + "Which": 5349, + "Bl": 5350, + "Ġhole": 5351, + "Ġtips": 5352, + "Ġvent": 5353, + "Ġadventures": 5354, + "Ġrat": 5355, + "Ġmysterious": 5356, + "-r": 5357, + "ĠCong": 5358, + "Ġparticles": 5359, + "Ġclou": 5360, + "erves": 5361, + "ĠIS": 5362, + "upid": 5363, + "Ġtun": 5364, + "ĠGovern": 5365, + "unte": 5366, + "Ġinterview": 5367, + "Ġworldwide": 5368, + "Ġwaters": 5369, + "ĠJapanese": 5370, + "Over": 5371, + "gor": 5372, + "Ġbringing": 5373, + ".g": 5374, + "Ġsecure": 5375, + "-C": 5376, + "Ġpresence": 5377, + "-A": 5378, + "Ġplenty": 5379, + "Ġstro": 5380, + "Ġarmy": 5381, + "Ġfunctions": 5382, + "Ġabilities": 5383, + "Ġauthors": 5384, + "ĠFam": 5385, + "Ġexpression": 5386, + "ĠInternational": 5387, + "Ġdiabetes": 5388, + "Ġobst": 5389, + "gery": 5390, + "fortunately": 5391, + "ĠUnion": 5392, + "Ġindic": 5393, + "Ġcollaboration": 5394, + "Ġvisited": 5395, + "Ġsched": 5396, + "Ġdat": 5397, + "Ġterrit": 5398, + "ĠAccording": 5399, + "Ġmotion": 5400, + "Would": 5401, + "ours": 5402, + "Ġassum": 5403, + "Ġpros": 5404, + "Ġincome": 5405, + "Ġplayers": 5406, + "Ġcarrying": 5407, + "Ġlands": 5408, + "Ġsudden": 5409, + "Ġestablish": 5410, + "Ġterrible": 5411, + "know": 5412, + "-old": 5413, + "Ġhappiness": 5414, + "Ġclimb": 5415, + "mes": 5416, + "Ġspl": 5417, + "ais": 5418, + "agers": 5419, + "Ġtechnologies": 5420, + "ĠMat": 5421, + "Ġcomprehens": 5422, + "Ġnations": 5423, + "Ġurban": 5424, + "Ġphen": 5425, + "essel": 5426, + "Ġtrib": 5427, + "Ġkitchen": 5428, + "Ġreb": 5429, + "Ġframe": 5430, + "Ġtwice": 5431, + "Ġappears": 5432, + "Ġsociet": 5433, + "usive": 5434, + "ĠPal": 5435, + "Ġcalls": 5436, + "Ġconsid": 5437, + "olf": 5438, + "Ġended": 5439, + "Ġfarmers": 5440, + "Ġstatement": 5441, + "Ġtub": 5442, + "Ġclasses": 5443, + "ĠIT": 5444, + "Ġinitially": 5445, + "Ġfinish": 5446, + "Ġrot": 5447, + "Des": 5448, + "Ġbrief": 5449, + "Nothing": 5450, + "akers": 5451, + "onic": 5452, + "Ġincl": 5453, + "ĠApril": 5454, + "Ġexcellent": 5455, + "UT": 5456, + "ĠMet": 5457, + "bl": 5458, + "ĠPhil": 5459, + "cing": 5460, + "IR": 5461, + "coming": 5462, + "gu": 5463, + "etry": 5464, + "Ġanybody": 5465, + "Ġmassive": 5466, + "Ġperfectly": 5467, + "Ġcreates": 5468, + "aked": 5469, + "Ġremove": 5470, + "fast": 5471, + "Ġresource": 5472, + "Ġder": 5473, + "ĠCor": 5474, + "ĠOld": 5475, + "Ġcamera": 5476, + "ĠJewish": 5477, + "ĠMod": 5478, + "Introduction": 5479, + "bert": 5480, + "Ġrhy": 5481, + "Ġroots": 5482, + "ĠMad": 5483, + "otic": 5484, + "Ġartist": 5485, + "ĠSept": 5486, + "dent": 5487, + "Ġmuscles": 5488, + "Ġecosystem": 5489, + "rad": 5490, + "Ġcombined": 5491, + "Ġcampaign": 5492, + "being": 5493, + "Ġtechnique": 5494, + "Ġimpossible": 5495, + "gle": 5496, + "Ġelement": 5497, + "Ġobtain": 5498, + "Ġstruck": 5499, + "Ġchemicals": 5500, + "Ġclosed": 5501, + "Ġanxiety": 5502, + "formation": 5503, + "ĠAustralia": 5504, + "Ġwealth": 5505, + "Ġcustomers": 5506, + "Ġcutting": 5507, + "Ġaudience": 5508, + "Ġcreature": 5509, + "Ġconversations": 5510, + "raw": 5511, + "Ġgoods": 5512, + "Ġusual": 5513, + "Ġalternative": 5514, + "Ġformer": 5515, + "rains": 5516, + "Ġvacc": 5517, + "Ġbrand": 5518, + "Ġinterf": 5519, + "road": 5520, + "cast": 5521, + "Res": 5522, + "Ġconcern": 5523, + "Ġflying": 5524, + "Ġoccurs": 5525, + "Ġordinary": 5526, + "Ġreduced": 5527, + "ĠDef": 5528, + "ĠGreek": 5529, + "iration": 5530, + "Ġcalling": 5531, + "ASA": 5532, + "Sam": 5533, + "Ġdecades": 5534, + "Ġtrick": 5535, + "Ġdut": 5536, + "ĠLaw": 5537, + "field": 5538, + "elve": 5539, + "ĠLa": 5540, + "Ġanywhere": 5541, + "reement": 5542, + "\\uff": 5543, + "Mar": 5544, + "ien": 5545, + "ĠGot": 5546, + "comes": 5547, + "hetic": 5548, + "Ġadminist": 5549, + "force": 5550, + "Ġdegree": 5551, + "Ġdust": 5552, + "agues": 5553, + "ĠSmith": 5554, + "Ġsustainable": 5555, + "ĠAss": 5556, + "Ġsmoke": 5557, + "iat": 5558, + "ober": 5559, + "ĠSoci": 5560, + "Ġcore": 5561, + "ĠAssoci": 5562, + "Ġloud": 5563, + "Ġhadn": 5564, + "ION": 5565, + "Ġrocks": 5566, + "Ġpair": 5567, + "Ġopening": 5568, + "Her": 5569, + "Ġidentified": 5570, + "Ġviolence": 5571, + "Ġtro": 5572, + "ĠGet": 5573, + "Ġstreets": 5574, + "Ġstruggle": 5575, + "Excuse": 5576, + "ĠCom": 5577, + "Ġfault": 5578, + "ĠAugust": 5579, + "found": 5580, + "Ġconcerned": 5581, + "Ġuniverse": 5582, + "Ġdial": 5583, + "ida": 5584, + "oty": 5585, + "US": 5586, + "atically": 5587, + "Ġmm": 5588, + "Ġinvolving": 5589, + "Ġenjoying": 5590, + "Ġcommit": 5591, + "ato": 5592, + "Ġbone": 5593, + "semb": 5594, + "Ġgained": 5595, + "ĠBritain": 5596, + "Ġrac": 5597, + "Ġdishes": 5598, + "Ġoffering": 5599, + "Ġsixt": 5600, + "Ġtransfer": 5601, + "Ġgeneration": 5602, + "Ġengineering": 5603, + "unny": 5604, + "Ġfriendship": 5605, + "which": 5606, + "ĠRel": 5607, + "Ġvessel": 5608, + "PS": 5609, + "place": 5610, + "Ġexcitedly": 5611, + "Ġseed": 5612, + "ĠInter": 5613, + "Ġcounter": 5614, + "unning": 5615, + "Ġotherwise": 5616, + "Ġsuc": 5617, + "Ġchosen": 5618, + "eeling": 5619, + "Ġsurvive": 5620, + "ittee": 5621, + "Ġcrowd": 5622, + "ĠInc": 5623, + "Ġload": 5624, + "ĠMexico": 5625, + "atell": 5626, + "Ġdescribe": 5627, + "Ġmuse": 5628, + "OS": 5629, + "Ġmax": 5630, + "Ġmixed": 5631, + "ĠLook": 5632, + "bye": 5633, + "Ġhang": 5634, + "Ġyounger": 5635, + "ĠIsland": 5636, + "Ġgal": 5637, + "iously": 5638, + "Ġskill": 5639, + "Ġfairly": 5640, + "Ġdeli": 5641, + "ĠFin": 5642, + "Ġimproved": 5643, + "ĠBefore": 5644, + "uke": 5645, + "Ġdisag": 5646, + "Ġdisorder": 5647, + "uting": 5648, + "Ġfederal": 5649, + "ĠOb": 5650, + "Ġmountain": 5651, + "Ġphilosop": 5652, + "Ġscat": 5653, + "Ġhundreds": 5654, + "Ġcurrently": 5655, + "Ġpond": 5656, + "Ġsole": 5657, + "Ġsets": 5658, + "Ġaffects": 5659, + "Se": 5660, + "ĠFrank": 5661, + "Ġsecrets": 5662, + "ĠEmily": 5663, + "gged": 5664, + "Ġenjoyed": 5665, + "Ġcircumstances": 5666, + "Ġhorses": 5667, + "lliant": 5668, + "pic": 5669, + "Ġnobody": 5670, + "Ġhearts": 5671, + "nic": 5672, + "itis": 5673, + "Ġcapac": 5674, + "ĠCr": 5675, + "Ġtur": 5676, + "Timmy": 5677, + "Ġhide": 5678, + "====": 5679, + "osa": 5680, + "Ġneck": 5681, + "Mom": 5682, + "ste": 5683, + "Ġstudied": 5684, + "omething": 5685, + "Ġsolving": 5686, + "ya": 5687, + "Ġhes": 5688, + "Ġmotiv": 5689, + "ĠJuly": 5690, + "Ġadvoc": 5691, + "Ġtick": 5692, + "Ġthread": 5693, + "Ġapproximately": 5694, + "itors": 5695, + "Ġdetermination": 5696, + "osh": 5697, + "Ġaid": 5698, + "Ġbes": 5699, + "Ġscientist": 5700, + "eg": 5701, + "Ġrelevant": 5702, + "VE": 5703, + "Ġperspective": 5704, + "ĠSimilar": 5705, + "Ġclouds": 5706, + "Ġempt": 5707, + "Ġsav": 5708, + "Ġspr": 5709, + "Ġsimpl": 5710, + "Ġentered": 5711, + "ipping": 5712, + "ĠConf": 5713, + "Ġsorts": 5714, + "Ġmyst": 5715, + "Ġhall": 5716, + "Ġnutrients": 5717, + "Ġlies": 5718, + "Ġamb": 5719, + "vis": 5720, + "Ġsle": 5721, + "Ġlosing": 5722, + "ĠHen": 5723, + "arts": 5724, + "Ġaccompl": 5725, + "Ġreminded": 5726, + "Ġdegrees": 5727, + "kin": 5728, + "Ġnovel": 5729, + "phone": 5730, + "Ġemissions": 5731, + "Ġroles": 5732, + "Ġbreast": 5733, + "ĠVir": 5734, + "Ġconservation": 5735, + "Ġcere": 5736, + "rian": 5737, + "Ġoverwhel": 5738, + "cend": 5739, + "Ġtales": 5740, + "friend": 5741, + "Ġblocks": 5742, + "Ġapplied": 5743, + "do": 5744, + "org": 5745, + "ĠWestern": 5746, + "Ġchose": 5747, + "Ġmistake": 5748, + "yn": 5749, + "Ġlayer": 5750, + "rition": 5751, + "ĠOK": 5752, + "cipl": 5753, + "ĠTex": 5754, + "acles": 5755, + "ros": 5756, + "ternal": 5757, + "Ġvot": 5758, + "enth": 5759, + "Ġforth": 5760, + "ĠMaya": 5761, + "More": 5762, + "icking": 5763, + "Ġcrops": 5764, + "Ġseat": 5765, + "iveness": 5766, + "Ġchair": 5767, + "Ġpoly": 5768, + "ĠEnvironment": 5769, + "Ġdeliver": 5770, + "En": 5771, + "Ġcards": 5772, + "Ġstatus": 5773, + "Ġsharp": 5774, + "Ġvary": 5775, + "Ġcooper": 5776, + "Ġbasis": 5777, + "Ġabsorb": 5778, + "oma": 5779, + "ĠUp": 5780, + "Ġcris": 5781, + "Ġproposed": 5782, + "Ġharmful": 5783, + "Ġastron": 5784, + "ĠSocial": 5785, + "orage": 5786, + "ege": 5787, + "gl": 5788, + "ĠSuddenly": 5789, + "Ġappearance": 5790, + "iar": 5791, + "iance": 5792, + "Ġbudget": 5793, + "fall": 5794, + "Ġraise": 5795, + "ĠPeter": 5796, + "Ġhoping": 5797, + "ĠCaptain": 5798, + "Ġflower": 5799, + "ĠMiddle": 5800, + "omic": 5801, + "Ġforests": 5802, + "ionally": 5803, + "Ġtox": 5804, + "Ġhasn": 5805, + "owed": 5806, + "Ġfert": 5807, + "Ġmostly": 5808, + "nthe": 5809, + "\\\",": 5810, + "Ġdesigns": 5811, + "Ġaccurate": 5812, + "Ġpig": 5813, + "ena": 5814, + "ĠSqu": 5815, + "ĠAsia": 5816, + "ĠMia": 5817, + "ĠBra": 5818, + "ĠProgram": 5819, + "ĠTwo": 5820, + "Ġconcentr": 5821, + "Ġchat": 5822, + "Ġdynam": 5823, + "Ġextremely": 5824, + "yles": 5825, + "Ġmarvel": 5826, + "Ġboo": 5827, + "Ġdefinitely": 5828, + "Ġrevealed": 5829, + "Ġphr": 5830, + "ĠJour": 5831, + "ĠIts": 5832, + "ensity": 5833, + "ths": 5834, + "pson": 5835, + "ĠSte": 5836, + "Ġdealing": 5837, + "Ġregularly": 5838, + "Ġwondering": 5839, + "Ġangry": 5840, + "Ġfewer": 5841, + "Ġpopulations": 5842, + "Ġphotograph": 5843, + "enses": 5844, + "ĠMount": 5845, + "Ġliked": 5846, + "Ġprotecting": 5847, + "Ġmal": 5848, + "eration": 5849, + "Ġorganized": 5850, + "Ġnest": 5851, + "ady": 5852, + "Ph": 5853, + "Ġcozy": 5854, + "Ġpromised": 5855, + "Ġwrit": 5856, + "Ġinstructions": 5857, + "Ġsubjects": 5858, + "with": 5859, + "osite": 5860, + "elf": 5861, + "resp": 5862, + "ĠAnn": 5863, + "Ġcher": 5864, + "Ġpush": 5865, + "cause": 5866, + "ĠSir": 5867, + "ĠWilliam": 5868, + "ĠHarmonyville": 5869, + "away": 5870, + "Ġguard": 5871, + "Ġtap": 5872, + "atural": 5873, + "Ġcrime": 5874, + "Ġmuscle": 5875, + "Ġvolunte": 5876, + "-e": 5877, + "Ġamounts": 5878, + "Ġbath": 5879, + "Ġguidelines": 5880, + "ĠEmp": 5881, + "ifts": 5882, + "Ġid": 5883, + "Ġunlike": 5884, + "Ġrivers": 5885, + "Ġbirthday": 5886, + "Ġprofessionals": 5887, + "ĠPlan": 5888, + "Ġobserved": 5889, + "Ġbeneath": 5890, + "Ġresistance": 5891, + "Lesson": 5892, + "angers": 5893, + "Ġcoal": 5894, + "Ġstupid": 5895, + "Ġannual": 5896, + "Very": 5897, + "ifying": 5898, + "ĠDec": 5899, + "Ġthrow": 5900, + "Ġconstant": 5901, + "ĠON": 5902, + "Ġunless": 5903, + "arrow": 5904, + "Ġprices": 5905, + "Ġphenomen": 5906, + "ĠSund": 5907, + "People": 5908, + "\\\\": 5909, + "ora": 5910, + "Ġcompetition": 5911, + "AND": 5912, + "Ġprove": 5913, + "Ġshoes": 5914, + "RO": 5915, + "Ġintric": 5916, + "Ġcommonly": 5917, + "ttp": 5918, + "ĠCO": 5919, + "aration": 5920, + "Ġheight": 5921, + "apy": 5922, + "Ġtissue": 5923, + "Ġfocusing": 5924, + "Ġmas": 5925, + "Ġminor": 5926, + "ĠOff": 5927, + "Ġforced": 5928, + "Ġintroduce": 5929, + "Through": 5930, + "uate": 5931, + "ĠBilly": 5932, + "oosing": 5933, + "Ġfoss": 5934, + "chers": 5935, + "Ġgall": 5936, + "Ġalt": 5937, + "Ġdram": 5938, + "Ġdistrict": 5939, + "Ġbones": 5940, + "Ġsevent": 5941, + "Ġremark": 5942, + "Ġmotor": 5943, + "ements": 5944, + "Ġexplan": 5945, + "ĠBas": 5946, + "umn": 5947, + "cember": 5948, + "Ġharmony": 5949, + "Ġbreathing": 5950, + "'T": 5951, + "Ġbrilliant": 5952, + "Ġsurprised": 5953, + "Ġedge": 5954, + "Ġimproving": 5955, + "bal": 5956, + "Ġsafely": 5957, + "Ġnuclear": 5958, + "uls": 5959, + "Ġobserv": 5960, + "ending": 5961, + "Ġanti": 5962, + "Ġdocuments": 5963, + "Ġmountains": 5964, + "ĠTime": 5965, + "Ġtradition": 5966, + "Ġoutcomes": 5967, + "Ġhousehold": 5968, + "ĠSer": 5969, + "Ġeveryday": 5970, + "ocal": 5971, + "Ġgrav": 5972, + "ĠWhite": 5973, + "Ġnervous": 5974, + "Ġconsidering": 5975, + "Ġdu": 5976, + "Ġexpensive": 5977, + "Ġhat": 5978, + "Ġwest": 5979, + "ĠPet": 5980, + "Ġgiant": 5981, + "orking": 5982, + "Ġpound": 5983, + "Ġdish": 5984, + "Ġsurvey": 5985, + "Ġescape": 5986, + "-day": 5987, + "Ġrepresents": 5988, + "Dad": 5989, + "Ġpapers": 5990, + "Ġsen": 5991, + "Ġkiss": 5992, + "ĠLatin": 5993, + "under": 5994, + "opy": 5995, + "Ġwildlife": 5996, + "ĠSoon": 5997, + "eding": 5998, + "Ġorganic": 5999, + "Ġadvantage": 6000, + "ilding": 6001, + "Ġmovies": 6002, + "Ġwine": 6003, + "cont": 6004, + "Ġoccurred": 6005, + "ĠSol": 6006, + "Ġbehaviors": 6007, + "ĠFore": 6008, + "):": 6009, + "ĠThose": 6010, + "Ġdirector": 6011, + "Ġgro": 6012, + "isl": 6013, + "ĠAh": 6014, + "ij": 6015, + "Ġfool": 6016, + "ĠAv": 6017, + "Ġsoul": 6018, + "Ġcharacteristics": 6019, + "Ġmanaging": 6020, + "Ġmer": 6021, + "ĠEmma": 6022, + "Ġsample": 6023, + "Ġdiscussed": 6024, + "ĠWr": 6025, + "Ġflight": 6026, + "Ġflex": 6027, + "Ġnoise": 6028, + "Ġplot": 6029, + "Ġpossibly": 6030, + "ĠSeptember": 6031, + "Ġpaying": 6032, + "Ġimmune": 6033, + "ĠRussia": 6034, + "Ġlit": 6035, + "Ġheritage": 6036, + "Ġparties": 6037, + "ĠParis": 6038, + "Ġsupplies": 6039, + "Ġbeings": 6040, + "Ġcredit": 6041, + "Ġharder": 6042, + "Ġfash": 6043, + "Ġvul": 6044, + "According": 6045, + "ĠThank": 6046, + "God": 6047, + "LD": 6048, + "ĠBel": 6049, + "van": 6050, + "ĠFood": 6051, + "Ġinterpret": 6052, + "vironments": 6053, + "EM": 6054, + "ĠPort": 6055, + "Ġalongside": 6056, + "ocolate": 6057, + "---\\": 6058, + "zen": 6059, + "Ġcontem": 6060, + "ĠRev": 6061, + "Ġniche": 6062, + "Ġbegins": 6063, + "Ġliquid": 6064, + "ĠTexas": 6065, + "RI": 6066, + "Ġnurs": 6067, + "Ġappoint": 6068, + "Ġrevolution": 6069, + "ĠNove": 6070, + "ault": 6071, + "Ġconfidence": 6072, + "Ġspark": 6073, + "Ġmaxim": 6074, + "Ġefficient": 6075, + "Ġbreaking": 6076, + "going": 6077, + "ĠHy": 6078, + "Ġsentence": 6079, + "ĠUN": 6080, + "Ġdepression": 6081, + "PA": 6082, + "rome": 6083, + "Ġselling": 6084, + "Ġneither": 6085, + "Ġbrains": 6086, + "ĠAdditionally": 6087, + "Great": 6088, + "-th": 6089, + ".)": 6090, + "\\\".\\": 6091, + "Ġpassing": 6092, + "Ġstands": 6093, + "ĠExcited": 6094, + "ĠJanuary": 6095, + "cher": 6096, + "Ġcapable": 6097, + "ĠConst": 6098, + "Ġcart": 6099, + "Ġfest": 6100, + "Ġentertain": 6101, + "Ġlying": 6102, + "Last": 6103, + "Ġcountless": 6104, + "UN": 6105, + "assion": 6106, + "Ġdisappointed": 6107, + "ĠMuse": 6108, + "Ġspiritual": 6109, + "Ġforty": 6110, + "igration": 6111, + "ĠJane": 6112, + "ĠMel": 6113, + "Ġroll": 6114, + "Ġunivers": 6115, + "Ġradiation": 6116, + "Ġcha": 6117, + "yc": 6118, + "Ġbell": 6119, + "Ġhabits": 6120, + "ĠPen": 6121, + "Ġequally": 6122, + "gon": 6123, + "ĠInternet": 6124, + "Those": 6125, + "Ġimpress": 6126, + "Ġgenes": 6127, + "Ġmoves": 6128, + "Ġemergency": 6129, + "ship": 6130, + "Ġstrengthen": 6131, + "Ġarticles": 6132, + "ĠTra": 6133, + "CE": 6134, + "asant": 6135, + "related": 6136, + "anes": 6137, + "icians": 6138, + "Ġfav": 6139, + "Ġarrange": 6140, + "Ġexchange": 6141, + "Ġmistakes": 6142, + "ĠPac": 6143, + "Ġpowers": 6144, + "Sp": 6145, + "Ġages": 6146, + "Was": 6147, + "ĠSl": 6148, + "Ġsuggests": 6149, + "Ġmulti": 6150, + "Ġlun": 6151, + "Ġconflicts": 6152, + "inations": 6153, + "edia": 6154, + "ĠFeb": 6155, + "Ġpra": 6156, + "ria": 6157, + "Ġmarriage": 6158, + "Ġpointed": 6159, + "Ġplate": 6160, + "Ġacknow": 6161, + "Ġcompar": 6162, + "Ġfashion": 6163, + "Ġfiles": 6164, + "Most": 6165, + "Ġcollected": 6166, + "atoes": 6167, + "arge": 6168, + "Ġgreatest": 6169, + "uce": 6170, + "Ġtip": 6171, + "Ġwonders": 6172, + "Ġteen": 6173, + "Ġreaction": 6174, + ".'\\": 6175, + "Many": 6176, + "Ġresulting": 6177, + "ERE": 6178, + "Ġchann": 6179, + "Ġhighest": 6180, + "ila": 6181, + "ĠKore": 6182, + "Ġindustrial": 6183, + "Ġincreases": 6184, + "-M": 6185, + "mit": 6186, + "Ġflav": 6187, + "ĠThomas": 6188, + "anda": 6189, + "Ġske": 6190, + "Ġcomment": 6191, + "Ġsinging": 6192, + "Ġflour": 6193, + "Ġsupporting": 6194, + "Ġpolitics": 6195, + "Ġenvironments": 6196, + "Ġrequest": 6197, + "Ġhonor": 6198, + "Ġmood": 6199, + "ĠBi": 6200, + "Ġstrategy": 6201, + "ĠSal": 6202, + "outs": 6203, + "ĠNor": 6204, + "reate": 6205, + "Ġlayers": 6206, + "Ġfactor": 6207, + "Ġtum": 6208, + "Ġcolleagues": 6209, + "Ġowners": 6210, + "Ġrequirements": 6211, + "bor": 6212, + "Ġpromoting": 6213, + "Since": 6214, + "Ġdoors": 6215, + "astern": 6216, + "Ġships": 6217, + "Ġbridge": 6218, + "Ġoperations": 6219, + ".C": 6220, + "Ġpartner": 6221, + "Ġassistance": 6222, + "ĠFranc": 6223, + "uge": 6224, + "itz": 6225, + "Ġclothing": 6226, + "ĠSpace": 6227, + "Ġparticipants": 6228, + "THE": 6229, + "Ġenhance": 6230, + "Ġninet": 6231, + "Ġcontrast": 6232, + "Ġpreparing": 6233, + "Ġtale": 6234, + "Ġmissed": 6235, + "Ġfrequently": 6236, + "ache": 6237, + "Ġtransportation": 6238, + "'.": 6239, + "Ġwid": 6240, + "obb": 6241, + "Ġyouth": 6242, + "ĠScient": 6243, + "Ġnaturally": 6244, + "Although": 6245, + "orter": 6246, + "ĠChildren": 6247, + "-like": 6248, + "ateful": 6249, + "Ġsurgery": 6250, + "uten": 6251, + "Ġrestaur": 6252, + "-B": 6253, + "Tr": 6254, + "ĠRight": 6255, + "icked": 6256, + "Ġsaved": 6257, + "rie": 6258, + "Ġnose": 6259, + "ĠDoes": 6260, + "Ġnewfound": 6261, + "Ġ:": 6262, + "ĠCome": 6263, + "TS": 6264, + "Today": 6265, + "ception": 6266, + "ensions": 6267, + "ĠOctober": 6268, + "Ġthinks": 6269, + "Ġthorough": 6270, + "lean": 6271, + "ĠOliver": 6272, + "amps": 6273, + "ita": 6274, + "Ġsignal": 6275, + "-re": 6276, + "Ġutil": 6277, + "Ġsurprising": 6278, + "ĠStudents": 6279, + "Ġdropped": 6280, + "Ġlandscape": 6281, + "Ġunits": 6282, + "New": 6283, + "ĠRome": 6284, + "hand": 6285, + "Ġvan": 6286, + "Ġindependent": 6287, + "nyou": 6288, + "Ġinternet": 6289, + "Ġrapidly": 6290, + "Ġbloody": 6291, + "icul": 6292, + "Ġchief": 6293, + "ĠSociety": 6294, + "Ġblind": 6295, + "Ġsem": 6296, + "Ġapparent": 6297, + "ructure": 6298, + "Ġteams": 6299, + "ĠNASA": 6300, + "Ġisol": 6301, + "Ġconsumption": 6302, + "Ġcelebrate": 6303, + "Ġnewsp": 6304, + "Ġempty": 6305, + "Ġoption": 6306, + "ĠStreet": 6307, + "apping": 6308, + "ĠMac": 6309, + "ruary": 6310, + "ĠTw": 6311, + "Ġinner": 6312, + "ĠAir": 6313, + "Ġresidents": 6314, + "Ġblo": 6315, + "Ġinjury": 6316, + "ĠBet": 6317, + "LA": 6318, + "Ġpotentially": 6319, + "Che": 6320, + "\\nd": 6321, + "ĠYet": 6322, + "ĠCollege": 6323, + "ario": 6324, + "Ġ*\\": 6325, + "ĠSimilarly": 6326, + "Ġcoord": 6327, + "Ġcycle": 6328, + "Ġchicken": 6329, + "she": 6330, + "Ġroads": 6331, + "ĠMother": 6332, + "Ġfalling": 6333, + "ĠCommon": 6334, + "ĠTommy": 6335, + "Ġends": 6336, + "Ġdivided": 6337, + "Ġweapons": 6338, + "Em": 6339, + "Ġcontinues": 6340, + "ognitive": 6341, + "Ġbabies": 6342, + "Ġdiscrim": 6343, + "Ġcab": 6344, + "ffect": 6345, + "anges": 6346, + "Ġabsolutely": 6347, + "Ġmajority": 6348, + "oogle": 6349, + "Ġcontaining": 6350, + "ĠIslam": 6351, + "ĠMuseum": 6352, + "ĠSupp": 6353, + "py": 6354, + "Ġtape": 6355, + "Ġinnovative": 6356, + "ĠMag": 6357, + "Ġlabel": 6358, + "Ġsatell": 6359, + "olving": 6360, + "ĠBE": 6361, + "ĠCongress": 6362, + "ĠMs": 6363, + "fulness": 6364, + "ĠArch": 6365, + "ĠDet": 6366, + "Could": 6367, + "Ġtwelve": 6368, + "Ġought": 6369, + "ĠMa": 6370, + "cip": 6371, + "ptions": 6372, + "Ġtreatments": 6373, + "Ġviews": 6374, + "Ġbarri": 6375, + "ĠWeb": 6376, + "Ġembracing": 6377, + "Ġvisitors": 6378, + "ĠTim": 6379, + "Ġmort": 6380, + "Ġgreet": 6381, + "Only": 6382, + "ĠCharles": 6383, + "anches": 6384, + "Ġsymbols": 6385, + "Ġdistribution": 6386, + "Ġencounter": 6387, + "rors": 6388, + "ago": 6389, + "ĠOut": 6390, + "Ġpsychology": 6391, + "Ġsignals": 6392, + "Ġseconds": 6393, + "Ġadap": 6394, + "Ġcapture": 6395, + "Ġtit": 6396, + "Ġflag": 6397, + "ĠAD": 6398, + "Ġwarmly": 6399, + "Ġrelatively": 6400, + "Ġroutine": 6401, + "Ġensures": 6402, + "pare": 6403, + "ĠRobert": 6404, + "Ġvehicle": 6405, + "omeday": 6406, + "lim": 6407, + "Ġprecise": 6408, + "Ġstuck": 6409, + "Ġstim": 6410, + "ĠThompson": 6411, + "Ġstorage": 6412, + "Ġwilling": 6413, + "Ġintelligence": 6414, + "Ġleaf": 6415, + "Ġacts": 6416, + "Ġdecor": 6417, + "ufffd": 6418, + "ĠHIV": 6419, + "Ġinvited": 6420, + "Ġvirtual": 6421, + "Ġoperation": 6422, + "Ġwire": 6423, + "Ġvulner": 6424, + "\\ufffd": 6425, + "ston": 6426, + "Ġupper": 6427, + "Ġrestrict": 6428, + "Ġinformed": 6429, + "Ġfancy": 6430, + "Ġperiods": 6431, + "mark": 6432, + "Ġwave": 6433, + "tical": 6434, + "ĠWhe": 6435, + "ĠCare": 6436, + "ĠAssociation": 6437, + "ĠDecember": 6438, + "oxide": 6439, + "Ġfailure": 6440, + "ki": 6441, + "esc": 6442, + "ĠAnge": 6443, + "Ġdiscussions": 6444, + "Ġsmoothly": 6445, + "Ġcapacity": 6446, + "Ġencouraged": 6447, + "Ġinstall": 6448, + "Ġshowc": 6449, + "Ġofficer": 6450, + "ĠWH": 6451, + "ĠMichael": 6452, + "Ġreaching": 6453, + "ĠSunday": 6454, + "Ġpover": 6455, + "ounce": 6456, + "Ġdisorders": 6457, + "Ġrose": 6458, + "riendly": 6459, + "ĠSch": 6460, + "alian": 6461, + "Ġeast": 6462, + "Ġacademic": 6463, + "Ġpoverty": 6464, + "Ġmonit": 6465, + "Ġopinion": 6466, + "Ġobviously": 6467, + "WH": 6468, + "UR": 6469, + "About": 6470, + "-le": 6471, + "Ġcourage": 6472, + "Ġinstruments": 6473, + "wing": 6474, + "ĠAtl": 6475, + "Ġment": 6476, + "ĠDel": 6477, + "Ġcommercial": 6478, + "ĠArab": 6479, + "ĠJo": 6480, + "Ġreferred": 6481, + "hesis": 6482, + "ustration": 6483, + "Sc": 6484, + "Ġintricate": 6485, + "Sometimes": 6486, + "ado": 6487, + "Ġliber": 6488, + "Ġengaged": 6489, + "Ġvehicles": 6490, + "augh": 6491, + "Ġbuying": 6492, + "Ġinput": 6493, + "Ġkil": 6494, + "Ġrand": 6495, + "Ġfabric": 6496, + "Ġneighbors": 6497, + "Ġconducted": 6498, + "Ġgovernments": 6499, + "Ġath": 6500, + "Ġvote": 6501, + "Cos": 6502, + "ulum": 6503, + "Ġorigin": 6504, + "Ind": 6505, + "Ġhorm": 6506, + "lers": 6507, + "Ġrom": 6508, + "Ġsouthern": 6509, + "Ġboss": 6510, + "omach": 6511, + "Ġchest": 6512, + "ĠRichard": 6513, + "Alex": 6514, + "itutions": 6515, + "cel": 6516, + "Ġdepends": 6517, + "lings": 6518, + "ĠUs": 6519, + "ĠEv": 6520, + "Ġcryst": 6521, + "Ġcrew": 6522, + "Ġwidely": 6523, + "Ġsignificance": 6524, + "ette": 6525, + "Ġnorthern": 6526, + "ĠCath": 6527, + "Ġera": 6528, + "Ġrecommended": 6529, + "Ġrecognized": 6530, + "olt": 6531, + "Ġexistence": 6532, + "uments": 6533, + "ĠPacific": 6534, + "ĠCentral": 6535, + "Ġfought": 6536, + "sey": 6537, + "Ġelectrical": 6538, + "ĠAp": 6539, + "Ġgene": 6540, + "Ġsensitive": 6541, + "Ġcaptiv": 6542, + "Ġgift": 6543, + "ĠDisc": 6544, + "Ġgathering": 6545, + "iform": 6546, + "Ġrice": 6547, + "add": 6548, + "Ġblank": 6549, + "asures": 6550, + "Ġweeke": 6551, + "Ġarrest": 6552, + "ographic": 6553, + "Ġlinked": 6554, + "ĠHenry": 6555, + "Ġchildhood": 6556, + "Ġpractical": 6557, + "-on": 6558, + "ghed": 6559, + "Ġelder": 6560, + "EA": 6561, + "Ġbul": 6562, + "ĠAny": 6563, + "ĠCivil": 6564, + "ĠBer": 6565, + "ĠCam": 6566, + "ogen": 6567, + "Ġtraveling": 6568, + "ictor": 6569, + "rics": 6570, + "Ġsales": 6571, + "Ġsucceed": 6572, + "ĠDi": 6573, + "Ġtreating": 6574, + "alle": 6575, + "Ġexperiments": 6576, + "olve": 6577, + "ĠIdent": 6578, + "Ġstead": 6579, + "Ġantib": 6580, + "Ġdatab": 6581, + "Ġunity": 6582, + "Ġconfused": 6583, + "Ġdetailed": 6584, + "Ġinternal": 6585, + "amn": 6586, + "anting": 6587, + "Ġloves": 6588, + "Ġcash": 6589, + "Ġfinger": 6590, + "Ġnavigate": 6591, + "Remember": 6592, + "Ġacting": 6593, + "Ġremo": 6594, + "point": 6595, + "Ġrobot": 6596, + "Ġlic": 6597, + "unction": 6598, + "Ġworksh": 6599, + "iki": 6600, + "Ġblend": 6601, + "Ġaffecting": 6602, + "Ġmarine": 6603, + "ini": 6604, + "Ġjoint": 6605, + "Ġgrab": 6606, + "Ġcombination": 6607, + "Ooh": 6608, + "Ġrhyth": 6609, + "uts": 6610, + "Ġscar": 6611, + "Ġobserving": 6612, + "oned": 6613, + "Ġideal": 6614, + "Ġphotos": 6615, + "ourt": 6616, + "Ġintense": 6617, + "ĠScot": 6618, + "agon": 6619, + "Ġremoved": 6620, + "Ġheads": 6621, + "Ġsuffering": 6622, + "urse": 6623, + "Ġexercises": 6624, + "Keep": 6625, + "-D": 6626, + "ĠBible": 6627, + "Ġroof": 6628, + "Ġdisturb": 6629, + "Ġscholars": 6630, + "roup": 6631, + "rence": 6632, + "ĠAmong": 6633, + "Ġrandom": 6634, + "Ġstones": 6635, + "Ġeagerly": 6636, + "ĠVirgin": 6637, + "Ġowner": 6638, + "Ġbiggest": 6639, + "Ġpresentation": 6640, + "Ġsomeday": 6641, + "Ġremote": 6642, + "Im": 6643, + "ighed": 6644, + "Ġrein": 6645, + "ĠSub": 6646, + "ĠNovember": 6647, + "cription": 6648, + "Ġengaging": 6649, + "Ġproteins": 6650, + "anguage": 6651, + "IGH": 6652, + "Ġinches": 6653, + "Ġbreakfast": 6654, + "Ġthemes": 6655, + "Ġhesit": 6656, + "Ġsod": 6657, + "Ġmoist": 6658, + "Ġexposed": 6659, + "Ġdefined": 6660, + "Ġvideos": 6661, + "Ġgrade": 6662, + "Ġdebate": 6663, + "Ġparticipate": 6664, + "hent": 6665, + "Ġears": 6666, + "Ġspin": 6667, + "ga": 6668, + "Ġplane": 6669, + "Ġemail": 6670, + "Ġtrigg": 6671, + "Ġenemy": 6672, + "Ġchocolate": 6673, + "Ġultimately": 6674, + "Ġforming": 6675, + "aret": 6676, + "Ġwindows": 6677, + "iders": 6678, + "OD": 6679, + "kins": 6680, + "Ġconclusion": 6681, + "-and": 6682, + "ĠAnother": 6683, + "lla": 6684, + "ĠSea": 6685, + "Ġmedium": 6686, + "Ġelim": 6687, + "Ġregardless": 6688, + "Ġswitch": 6689, + "Ġ**\\": 6690, + "Ġseemingly": 6691, + "Ġlucky": 6692, + "Ad": 6693, + "ĠBay": 6694, + "Ġdiam": 6695, + "nit": 6696, + "ĠLake": 6697, + "Ġinnovation": 6698, + "certain": 6699, + "Ġchoosing": 6700, + "ĠStr": 6701, + "pa": 6702, + "ancer": 6703, + "owned": 6704, + "ĠIr": 6705, + "Ġbeach": 6706, + "umes": 6707, + "Ġsurrounded": 6708, + "Ġcomprehensive": 6709, + "Ġlawy": 6710, + "Ġlean": 6711, + "met": 6712, + "ĠThough": 6713, + "ohn": 6714, + "Alright": 6715, + "Ġruns": 6716, + "Ġsuitable": 6717, + "Man": 6718, + "Ġpil": 6719, + "Ġmystery": 6720, + "Ġintended": 6721, + "Ġscri": 6722, + "Ġcustoms": 6723, + "Ġaccepted": 6724, + "isters": 6725, + "ĠFound": 6726, + "ĠPri": 6727, + "ĠQueen": 6728, + "Ġcompleted": 6729, + "Ġtrial": 6730, + "ĠIre": 6731, + "zed": 6732, + "Ġped": 6733, + "Put": 6734, + "hyd": 6735, + "Ġimpacts": 6736, + "ĠMil": 6737, + "Ġpin": 6738, + "Ġcrim": 6739, + "Ġexpectations": 6740, + "Ġcried": 6741, + "Ġmarked": 6742, + "Ġmurder": 6743, + "Ġremaining": 6744, + "arming": 6745, + "Ġmusical": 6746, + "Ġinhab": 6747, + "Ġprimarily": 6748, + "Ġclever": 6749, + "ĠConsider": 6750, + "Ġmolecules": 6751, + "Ġstream": 6752, + "Ġsatisf": 6753, + "ĠDist": 6754, + "Ġauthority": 6755, + "ĠAbout": 6756, + "Ġpersist": 6757, + "ĠPublic": 6758, + "Ġsurvival": 6759, + "ĠNature": 6760, + "gent": 6761, + "roll": 6762, + "Ġpreserving": 6763, + "ĠHuman": 6764, + "ĠOrgan": 6765, + "Ġinnoc": 6766, + "lines": 6767, + "ĠPract": 6768, + "Ġinjuries": 6769, + "Ġhungry": 6770, + "Ġnewly": 6771, + "Ġheavily": 6772, + "Ġoverl": 6773, + "Ġburning": 6774, + "ĠService": 6775, + "Ġplayer": 6776, + "Ġlaid": 6777, + "ĠJul": 6778, + "Ġsessions": 6779, + "Ġwound": 6780, + "ĠCarol": 6781, + "Read": 6782, + "Ġcow": 6783, + "ading": 6784, + "-n": 6785, + "\\\".": 6786, + "ĠUK": 6787, + "Ġconnecting": 6788, + "ĠJim": 6789, + "pan": 6790, + "ala": 6791, + "Ġannounced": 6792, + "Ġstomach": 6793, + "Ġinsurance": 6794, + "Ġvolume": 6795, + "ishment": 6796, + "Mrs": 6797, + "ĠRepublic": 6798, + "Ġsocc": 6799, + "Ġyield": 6800, + "ava": 6801, + "Ġcircle": 6802, + "Ġlaughter": 6803, + "Ġconver": 6804, + "ĠWind": 6805, + "asty": 6806, + "Ġdollars": 6807, + "Ġpool": 6808, + "Ġsoccer": 6809, + "arling": 6810, + "rons": 6811, + "Ġshout": 6812, + "Ġstrict": 6813, + "-time": 6814, + "ĠMedic": 6815, + "ĠRussian": 6816, + "Ġdepth": 6817, + "Ġserving": 6818, + "Ġregulations": 6819, + "icial": 6820, + "acle": 6821, + "Ġaccomp": 6822, + "culiar": 6823, + "Ġpermission": 6824, + "ĠMars": 6825, + "ĠProject": 6826, + "Ġefficiency": 6827, + "rete": 6828, + "urday": 6829, + "Ġpurposes": 6830, + "Ġnarrow": 6831, + "Ġchronic": 6832, + "father": 6833, + "Ġstyles": 6834, + "Ġalign": 6835, + "Ġbranches": 6836, + "Ġodd": 6837, + "uses": 6838, + "ĠHaw": 6839, + "Ġcloud": 6840, + "Ġfold": 6841, + "pered": 6842, + "Ġpeculiar": 6843, + "Ġreference": 6844, + "mother": 6845, + "ĠBill": 6846, + "Ġflavor": 6847, + "Ġarts": 6848, + "Ġstruggling": 6849, + "Ġlaughed": 6850, + "Ġopposite": 6851, + "oured": 6852, + "aded": 6853, + "Ġfollows": 6854, + "rolog": 6855, + "Ġinsects": 6856, + "Ġagreement": 6857, + "Ġcritic": 6858, + "Ġpure": 6859, + "ĠLouis": 6860, + "ormal": 6861, + "Pre": 6862, + "ĠNative": 6863, + ".D": 6864, + "Ġrail": 6865, + "ĠSecond": 6866, + "Ġbasket": 6867, + "Ġsupported": 6868, + "inent": 6869, + "Ġhabitat": 6870, + "onday": 6871, + "Ġgolden": 6872, + "Te": 6873, + "Ġkingdom": 6874, + "osal": 6875, + "Ġalike": 6876, + "ĠFather": 6877, + "Ġapproaches": 6878, + "worth": 6879, + "Ġchain": 6880, + "Ġunknown": 6881, + "Ġspreading": 6882, + "Ġestimated": 6883, + "edding": 6884, + "ĠFebruary": 6885, + "Ġsyn": 6886, + "Ġscript": 6887, + "Ġdrawn": 6888, + "ĠCult": 6889, + "ĠTest": 6890, + "ĠRef": 6891, + "Ġbatt": 6892, + "Ġreactions": 6893, + "-life": 6894, + "ĠAnna": 6895, + "Never": 6896, + "amental": 6897, + ".)\\": 6898, + "iate": 6899, + "Ġhey": 6900, + "ĠSet": 6901, + "Ġmanner": 6902, + "ĠSaf": 6903, + "cho": 6904, + "ĠDO": 6905, + "Ġraw": 6906, + "Ġfingers": 6907, + "Ġboundaries": 6908, + "Ġdemocr": 6909, + "ĠCharlie": 6910, + "Ġfailed": 6911, + "Ġsuffer": 6912, + "\\ny": 6913, + "ona": 6914, + "Sir": 6915, + "ĠLand": 6916, + "Ġconscious": 6917, + "Ġsamples": 6918, + "nel": 6919, + "respond": 6920, + "ĠDesign": 6921, + "ĠPower": 6922, + "Ġnecessarily": 6923, + "Ġopinions": 6924, + "Back": 6925, + "ĠBat": 6926, + "Ġanalyze": 6927, + "nect": 6928, + "Ġembark": 6929, + "Ġlikes": 6930, + "Ġappreciation": 6931, + "Ġlemon": 6932, + "Ġhoriz": 6933, + "Ġincreasingly": 6934, + "Ġconsistent": 6935, + "Ġtack": 6936, + "Ġprocessing": 6937, + "Ġtut": 6938, + "Ġsleeping": 6939, + "Ġmaps": 6940, + "ogue": 6941, + "Ġdisaster": 6942, + "Ġorders": 6943, + "erate": 6944, + "Ġrely": 6945, + "itable": 6946, + "uine": 6947, + "Ġdepartment": 6948, + "Ġproducing": 6949, + "och": 6950, + "ilit": 6951, + "Ġholiday": 6952, + "nw": 6953, + "umps": 6954, + "Ġblow": 6955, + "Ġscary": 6956, + "Ġvisible": 6957, + "Ġoperating": 6958, + "Ġfascinated": 6959, + "ĠItaly": 6960, + "ĠDan": 6961, + "aws": 6962, + "agement": 6963, + "Ġfal": 6964, + "ĠLong": 6965, + "Ġbreaks": 6966, + "Ġsaving": 6967, + "Ġma": 6968, + "arry": 6969, + "Ġitem": 6970, + "ker": 6971, + "pie": 6972, + "Ġcrack": 6973, + "Ġassessment": 6974, + "Ġlake": 6975, + "ĠDem": 6976, + "Ġbother": 6977, + "ificial": 6978, + "Meanwhile": 6979, + "Ġsettings": 6980, + "uis": 6981, + "Got": 6982, + "Ġnan": 6983, + "Ġwheel": 6984, + "Ġpulled": 6985, + "arant": 6986, + "uma": 6987, + "Ġuncle": 6988, + "Ġpleasure": 6989, + "Ġremarkable": 6990, + "irrel": 6991, + "acher": 6992, + "Ġmainly": 6993, + "Ġstores": 6994, + "Ġrab": 6995, + "Ġaccounts": 6996, + "Ġmarry": 6997, + "roduct": 6998, + "Ġagriculture": 6999, + "roat": 7000, + "Ġjudge": 7001, + "Ġsail": 7002, + "Ġmuseum": 7003, + "za": 7004, + "Three": 7005, + "Ġswimming": 7006, + "Pr": 7007, + "Ġplus": 7008, + "Ġarchitecture": 7009, + "Ġsin": 7010, + "Ġfan": 7011, + "Ġcollecting": 7012, + "gi": 7013, + "ountered": 7014, + "Ġengineers": 7015, + "Ġhttp": 7016, + "Ġcouncil": 7017, + "Ġnetworks": 7018, + "Ġweird": 7019, + "ĠHol": 7020, + "Ġpreviously": 7021, + "Tom": 7022, + "ndrome": 7023, + "��title": 7024, + "Ġdancing": 7025, + "Ġbags": 7026, + "Ġbottle": 7027, + "ĠDevelopment": 7028, + "Ġencountered": 7029, + "ĠFlor": 7030, + "iana": 7031, + "Ġprotected": 7032, + "Ġfixed": 7033, + "ĠScott": 7034, + "ĠJud": 7035, + "Ġrealizing": 7036, + "ĠUnfortunately": 7037, + "Ġcheese": 7038, + "Ġtypical": 7039, + "Ġlegisl": 7040, + "Ġwash": 7041, + "Ġnormally": 7042, + "Feeling": 7043, + "eless": 7044, + "Ġargument": 7045, + "Ġofficials": 7046, + "ĠWild": 7047, + "Ġattacks": 7048, + "apes": 7049, + "omin": 7050, + "win": 7051, + "ventional": 7052, + "Ġhotel": 7053, + "ĠJoe": 7054, + "Ġavo": 7055, + "Ġconclud": 7056, + "Ġharvest": 7057, + "Ġstock": 7058, + "Ġquarter": 7059, + "Ġemployees": 7060, + "uct": 7061, + "ota": 7062, + "umin": 7063, + "Ġlege": 7064, + "urry": 7065, + "Ġsearching": 7066, + "nie": 7067, + "ĠJer": 7068, + "Ġprem": 7069, + "Ġinteractions": 7070, + "ĠBrown": 7071, + "ĠLearning": 7072, + "Ġwebsites": 7073, + "Ġtooth": 7074, + "ĠKen": 7075, + "Ġexamine": 7076, + "Ġprogramming": 7077, + "ugg": 7078, + "Ġsmoking": 7079, + "Ġpeaceful": 7080, + "ĠWork": 7081, + "Ġsubs": 7082, + "ĠFred": 7083, + ".org": 7084, + "Ġwake": 7085, + "riculum": 7086, + "Ġinstitutions": 7087, + "Ġtables": 7088, + "ician": 7089, + "Ġclient": 7090, + "Ġexplored": 7091, + "Ġdism": 7092, + "ĠYear": 7093, + "Example": 7094, + "Ġnegot": 7095, + "owers": 7096, + "Ġwarming": 7097, + "Ġcleaning": 7098, + "ĠHall": 7099, + "Ġ]": 7100, + "fish": 7101, + "Ġshiny": 7102, + "-ups": 7103, + "Ġpock": 7104, + "ĠCurious": 7105, + "ĠGold": 7106, + "Ġperformed": 7107, + "ENT": 7108, + "Little": 7109, + "ĠME": 7110, + "erent": 7111, + "Ġfeedback": 7112, + "anta": 7113, + "Ġcompassion": 7114, + "Ġgenuine": 7115, + "Ġprompt": 7116, + "mates": 7117, + "ĠNav": 7118, + "Ġregional": 7119, + "Ġsettled": 7120, + "Ġlaughing": 7121, + "ĠGoogle": 7122, + "Ġbranch": 7123, + "Ġphysics": 7124, + "-F": 7125, + "Ġvoices": 7126, + "Ġrelief": 7127, + "ĠFriday": 7128, + "ĠEnergy": 7129, + "ĠMont": 7130, + "Ġrecorded": 7131, + "Ġblog": 7132, + "Ġresponded": 7133, + "nis": 7134, + "www": 7135, + "KE": 7136, + "Ġdesire": 7137, + "ĠSpain": 7138, + "Ġbike": 7139, + "illa": 7140, + "Ġholds": 7141, + ").\"Ċ": 7142, + "Ġovercome": 7143, + "ĠJews": 7144, + "Ġmanufacture": 7145, + "ĠStand": 7146, + "Ġsynt": 7147, + "ĠEveryone": 7148, + "ashed": 7149, + "Ġuniversity": 7150, + "Ġtotally": 7151, + "Ġdiss": 7152, + "ĠEmpire": 7153, + "Ġmum": 7154, + "bles": 7155, + "Ġaside": 7156, + "Ġelev": 7157, + "pet": 7158, + "Ġpump": 7159, + "col": 7160, + "Ġsubstances": 7161, + "Ġfoundation": 7162, + "ĠRem": 7163, + "ĠOcean": 7164, + "Ġmini": 7165, + "Ġpron": 7166, + "adian": 7167, + "ĠCy": 7168, + "ĠMill": 7169, + "gorith": 7170, + "aph": 7171, + "Ġheroes": 7172, + "Ġsed": 7173, + "amed": 7174, + "Ġfib": 7175, + "Ġchances": 7176, + "teries": 7177, + "Ġinvestigate": 7178, + "Ġrepresented": 7179, + "Ġsession": 7180, + "Hold": 7181, + "ĠBig": 7182, + "Ġum": 7183, + "Ġsending": 7184, + "Ġindicate": 7185, + "Ġsheet": 7186, + "Ġunw": 7187, + "Ġsilver": 7188, + "Ġheaven": 7189, + "ALL": 7190, + "Ġbare": 7191, + "ĠTake": 7192, + "Perhaps": 7193, + "host": 7194, + "Ġcorrectly": 7195, + "Ġleadership": 7196, + "Ġstem": 7197, + "Ġtowns": 7198, + "Isn": 7199, + "Ġcombining": 7200, + "stairs": 7201, + "Ġoptim": 7202, + "west": 7203, + "ollow": 7204, + "Ġancestors": 7205, + "ĠFrancis": 7206, + "Ġshift": 7207, + "hire": 7208, + "irit": 7209, + "Ġfiction": 7210, + "Ġsparked": 7211, + "Max": 7212, + "Ġfarming": 7213, + "EC": 7214, + "ĠBudd": 7215, + "aby": 7216, + "Ġcandid": 7217, + "\\ns": 7218, + "Ġstring": 7219, + "ctic": 7220, + "ĠItalian": 7221, + "Ġfinds": 7222, + "rooms": 7223, + "Ġproved": 7224, + "from": 7225, + "Ġorganisms": 7226, + "Ġbiological": 7227, + "Ġofficers": 7228, + "ĠDirect": 7229, + "ĠHome": 7230, + "ĠVictor": 7231, + "rid": 7232, + "ĠLibr": 7233, + "Ġtechnical": 7234, + "Ġcontrolled": 7235, + "Ġfurn": 7236, + "Ġmobile": 7237, + "earchers": 7238, + "Ġsumm": 7239, + "Ġefficiently": 7240, + "Um": 7241, + "upp": 7242, + "ĠJournal": 7243, + "rigued": 7244, + "aver": 7245, + "Ġ#\\": 7246, + "Ġmeasured": 7247, + "Ġphoto": 7248, + "ĠSen": 7249, + "Ġimmediate": 7250, + "ishes": 7251, + "icit": 7252, + "utive": 7253, + "Ġcorpor": 7254, + "erals": 7255, + "Ġrural": 7256, + "ĠOx": 7257, + "Ġwooden": 7258, + "Ġgrace": 7259, + "ĠSeeing": 7260, + "John": 7261, + "Ġexplains": 7262, + "Ġobserve": 7263, + "Ġvalid": 7264, + "Ġcorrespond": 7265, + "ĠBook": 7266, + "Ġanxious": 7267, + "Ġic": 7268, + "Ġallerg": 7269, + "Ġfundamental": 7270, + "raction": 7271, + "Ġmerely": 7272, + "iest": 7273, + "Ġrepresenting": 7274, + "Other": 7275, + "ĠAS": 7276, + "Ġformation": 7277, + "Ġanticip": 7278, + "Everything": 7279, + "oop": 7280, + "Ġlocations": 7281, + "YOU": 7282, + "uation": 7283, + "Ġcaut": 7284, + "istan": 7285, + "Ġtexts": 7286, + "ĠTHAT": 7287, + "inger": 7288, + "aisy": 7289, + "emic": 7290, + "Ġdelicate": 7291, + "lig": 7292, + "Ġexact": 7293, + "Ġextract": 7294, + "Ġfocuses": 7295, + "Ġflavors": 7296, + "Ġsurroundings": 7297, + "ĠWin": 7298, + "Ġduty": 7299, + "Ġassemb": 7300, + "Ġimprovement": 7301, + "Ġsizes": 7302, + "Ġrising": 7303, + "Ġcous": 7304, + "neys": 7305, + "berg": 7306, + "ĠSov": 7307, + "Ġbomb": 7308, + "Ġrepeated": 7309, + "eping": 7310, + "rastructure": 7311, + "uration": 7312, + "Bye": 7313, + "Ġdiscipl": 7314, + "ola": 7315, + "rat": 7316, + "Ġcats": 7317, + "Ġaimed": 7318, + "eer": 7319, + "Ġroute": 7320, + "Ġethical": 7321, + "Ġcounty": 7322, + "ias": 7323, + "storm": 7324, + "hero": 7325, + "ĠJose": 7326, + "ĠClass": 7327, + "Ġtension": 7328, + "Ġmanager": 7329, + "ĠMind": 7330, + "Ġninety": 7331, + "Ġdestroyed": 7332, + ");": 7333, + "ĠHel": 7334, + "Ġbonds": 7335, + "Ġbrows": 7336, + "BT": 7337, + "reens": 7338, + "Ġpreserve": 7339, + "Ġfactory": 7340, + "Ġessay": 7341, + "eor": 7342, + "Ġcas": 7343, + "ĠGovernment": 7344, + "DA": 7345, + "ĠHmm": 7346, + "ĠĠ": 7347, + "Ġplain": 7348, + "Spe": 7349, + "Ġperman": 7350, + "Ġwestern": 7351, + "Ġattached": 7352, + "Ġmixt": 7353, + "Ġsport": 7354, + "Ġdefinition": 7355, + "Ġobstacles": 7356, + "-se": 7357, + "ĠSum": 7358, + "Ġfeat": 7359, + "Ġlifest": 7360, + "ras": 7361, + "Ġpushing": 7362, + "Ġholes": 7363, + "Ġreplace": 7364, + "Ġmonitoring": 7365, + "Ġweekend": 7366, + "Ġauthent": 7367, + "reements": 7368, + "acts": 7369, + "Ġpossibilities": 7370, + "ĠCat": 7371, + "clock": 7372, + "Ġagricultural": 7373, + "Ġevil": 7374, + "ĠHarry": 7375, + "Ġcreations": 7376, + "tes": 7377, + "Ġspoken": 7378, + "Ġtears": 7379, + "Ġvoc": 7380, + "Ġinfections": 7381, + "Ġshaping": 7382, + "-of": 7383, + "Ġfright": 7384, + "Ġhardly": 7385, + "ĠCreat": 7386, + "active": 7387, + "ĠSaturday": 7388, + "Ġdifficulties": 7389, + "Ġsib": 7390, + "Ġproceed": 7391, + "Ġcognitive": 7392, + "ĠLab": 7393, + "Ġgreatly": 7394, + "Ġdifficulty": 7395, + "Ġtreasure": 7396, + "Ġmarks": 7397, + "Ġboost": 7398, + "parent": 7399, + "mo": 7400, + "Ġdefe": 7401, + "Ġsuccessfully": 7402, + "ĠEngine": 7403, + "bi": 7404, + "Ġhaz": 7405, + "Ġcontained": 7406, + "Ġhiding": 7407, + "(s": 7408, + "Ġplanets": 7409, + "Ġtoxic": 7410, + "ighs": 7411, + "Ġprofound": 7412, + "ĠNews": 7413, + "Ġtheme": 7414, + "Ġcul": 7415, + "Ġclar": 7416, + "Ġthoughtfully": 7417, + "down": 7418, + "Ġexternal": 7419, + "Ġphase": 7420, + "Ġexpressed": 7421, + "Ġincorporating": 7422, + "'\\": 7423, + "OP": 7424, + "Ġdeclared": 7425, + "Ġwings": 7426, + "Ġemerged": 7427, + "Ġclaims": 7428, + "Help": 7429, + "ĠMass": 7430, + "Ġtreats": 7431, + "oding": 7432, + "Ġhousing": 7433, + "Ġelectronic": 7434, + "OL": 7435, + "Ġbite": 7436, + "Ġhealthier": 7437, + "Ġstayed": 7438, + "va": 7439, + "Ġcrisis": 7440, + "Ġtong": 7441, + "Ġfossil": 7442, + "Ġfishing": 7443, + "Ġdioxide": 7444, + "Ġmagaz": 7445, + "Ġconstantly": 7446, + "Ġrent": 7447, + "Ġyummy": 7448, + "Ġbasically": 7449, + "Ġdepict": 7450, + "-the": 7451, + "Ġdrinks": 7452, + "Ġhappily": 7453, + "Ġworst": 7454, + "Ġneur": 7455, + "Ġspots": 7456, + "Ġinteraction": 7457, + "Car": 7458, + "IL": 7459, + "itud": 7460, + "Ġdiscrimination": 7461, + "ĠCarl": 7462, + "ĠTechnology": 7463, + "Ġdigest": 7464, + "Ġfluid": 7465, + "ĠMartin": 7466, + "Ġmyth": 7467, + "Ġearthqu": 7468, + "stream": 7469, + "Ġmamm": 7470, + "Ġoutput": 7471, + "Ġshore": 7472, + "Ġphysically": 7473, + "VER": 7474, + "Ġlinks": 7475, + "abeth": 7476, + "Ġdying": 7477, + "Ġclinical": 7478, + "Ġvolcan": 7479, + "\\nw": 7480, + "Ġsacrif": 7481, + "obal": 7482, + "Ġstruggled": 7483, + "Ġpaths": 7484, + "Ġscenes": 7485, + "oto": 7486, + "isher": 7487, + "celer": 7488, + "obby": 7489, + "ĠFlorida": 7490, + "Ġproof": 7491, + "Ġlimits": 7492, + "urrent": 7493, + "Ġrecyc": 7494, + "ĠWas": 7495, + "Ġuncertain": 7496, + "Ġnit": 7497, + "otton": 7498, + "Ġcompare": 7499, + "Ġexperiencing": 7500, + "ĠElect": 7501, + "Ġgalax": 7502, + "Think": 7503, + "Ġfacilities": 7504, + "ĠMedical": 7505, + "osion": 7506, + "overing": 7507, + "Ġselected": 7508, + "ĠPhys": 7509, + "Ġadvert": 7510, + "Ġuncom": 7511, + "urther": 7512, + "Ġconfir": 7513, + "Ġpoison": 7514, + "Ġindependence": 7515, + "Ġcolour": 7516, + "Ġhills": 7517, + "arters": 7518, + "Ġboxes": 7519, + "Ġsafer": 7520, + "Ġneut": 7521, + "Ġgenerate": 7522, + "Ġtone": 7523, + "Ġpride": 7524, + "bed": 7525, + "ĠExper": 7526, + "ĠAtt": 7527, + "rm": 7528, + "ĠFinally": 7529, + "ĠHistor": 7530, + "Ġnineteen": 7531, + "ĠAI": 7532, + "Ġlect": 7533, + "Ġoriginally": 7534, + "ĠDiv": 7535, + "Ġreput": 7536, + "Ġwriters": 7537, + "Ġsne": 7538, + "Ġhealing": 7539, + "ĠTreat": 7540, + "arah": 7541, + "Ġcoat": 7542, + "Ġchaos": 7543, + "Ġmeaningful": 7544, + "Ġcoc": 7545, + "Ġstages": 7546, + "Ġapplying": 7547, + "Ġcustomer": 7548, + "Ġlaunch": 7549, + "Ġenthusiasm": 7550, + "ĠMain": 7551, + "Ġpregnant": 7552, + "Ġindigenous": 7553, + "Ġforgotten": 7554, + "rav": 7555, + "Ġcake": 7556, + "Ġbits": 7557, + "ira": 7558, + "Ġdiscoveries": 7559, + "Ġsubstance": 7560, + "Ġvitamin": 7561, + "Ġstunning": 7562, + "Ġuniform": 7563, + "\\\"?\\": 7564, + "Ġattrib": 7565, + "Ġmagnific": 7566, + "Ġdrain": 7567, + "ĠBre": 7568, + "ĠColumb": 7569, + "ropical": 7570, + "ĠMo": 7571, + "Ġwarning": 7572, + "mond": 7573, + "acement": 7574, + "RA": 7575, + "Ġcub": 7576, + "ĠSpr": 7577, + "Ġformal": 7578, + "Ġconfusion": 7579, + "Ġinstrument": 7580, + "ĠPost": 7581, + "Ġsixty": 7582, + "pir": 7583, + "Ġfaraway": 7584, + "Ġathlet": 7585, + "Ġtested": 7586, + "Ġdriver": 7587, + "Ġtransformed": 7588, + "Ġapples": 7589, + "Ġsilence": 7590, + "Ġsan": 7591, + "pers": 7592, + "Ġwedding": 7593, + "Ġseriously": 7594, + "Ġinspire": 7595, + "Benny": 7596, + "Ġaqu": 7597, + "ulpt": 7598, + "irds": 7599, + "ĠFarm": 7600, + "Ġwoods": 7601, + "Ġshopping": 7602, + "hi": 7603, + "icide": 7604, + "Ġya": 7605, + "ĠMonday": 7606, + "ĠJake": 7607, + "Ġformat": 7608, + "Ġdamn": 7609, + "Everyone": 7610, + "Ġmonitor": 7611, + "Ġgradually": 7612, + "Ġconsists": 7613, + "Ġauthorities": 7614, + "born": 7615, + "itals": 7616, + "Ġbackgrounds": 7617, + "ĠRevolution": 7618, + "oted": 7619, + "essed": 7620, + "Ġscore": 7621, + "Ġtrained": 7622, + "Ġclick": 7623, + "ELL": 7624, + "Ġorange": 7625, + "Ġsolely": 7626, + "Ġdistant": 7627, + "Ġmurd": 7628, + "tion": 7629, + "ĠWomen": 7630, + "Ġshelter": 7631, + "gans": 7632, + "Ġteaches": 7633, + "Ġhunting": 7634, + "Ġpit": 7635, + "Ġclock": 7636, + "Ġexplanation": 7637, + "esome": 7638, + "pal": 7639, + "Ġcomprom": 7640, + "Ġdefend": 7641, + "ĠVirginia": 7642, + "ĠBro": 7643, + "Ġbreathe": 7644, + "Ġnutrition": 7645, + "Ġshaped": 7646, + "Ġportion": 7647, + "Ġfu": 7648, + "utch": 7649, + "Ġpersonality": 7650, + "Ġgravity": 7651, + "Ġaband": 7652, + "-friendly": 7653, + "Up": 7654, + "Ġfunds": 7655, + "Ġdaddy": 7656, + "this": 7657, + "abul": 7658, + "ĠPers": 7659, + "Ġalgorith": 7660, + "ĠReally": 7661, + "Ġsighed": 7662, + "Ġinvestigation": 7663, + "Ġmoral": 7664, + "ĠGuid": 7665, + "ifferent": 7666, + "Ġcaptivating": 7667, + "bra": 7668, + "Ġtelevision": 7669, + "Ġabuse": 7670, + "Make": 7671, + "Ġprocedures": 7672, + "\\nc": 7673, + "ĠRom": 7674, + "iture": 7675, + "ĠTri": 7676, + "ĠCourt": 7677, + "iger": 7678, + "rous": 7679, + "Ġcommitment": 7680, + "Ġcert": 7681, + "Ġsought": 7682, + "Ġinvestment": 7683, + "Sub": 7684, + "Ġstruggles": 7685, + "Ġtag": 7686, + "Ġextensive": 7687, + "ni": 7688, + "Ġentr": 7689, + "ĠIll": 7690, + "Ġinspiring": 7691, + "Gen": 7692, + "uits": 7693, + "unting": 7694, + "lishing": 7695, + "Ġgear": 7696, + "ĠAdm": 7697, + "ĠSk": 7698, + "Ġladies": 7699, + "Ġacknowled": 7700, + "elesc": 7701, + "Ġsurve": 7702, + "ĠEst": 7703, + "fortable": 7704, + "SA": 7705, + "Ġcourses": 7706, + "Ġkilling": 7707, + "ĠThus": 7708, + "ĠData": 7709, + "ĠFOR": 7710, + "Ġphilosophy": 7711, + "Ġreven": 7712, + "Ġobservations": 7713, + "Ġsteel": 7714, + "ĠAcadem": 7715, + "Ġmigr": 7716, + "Ġscan": 7717, + "Ġsoftly": 7718, + "ĠMeanwhile": 7719, + "lets": 7720, + "CC": 7721, + "Ġfunding": 7722, + "umph": 7723, + "Ġhappier": 7724, + "ĠSoviet": 7725, + "ĠMike": 7726, + "ĠWould": 7727, + "ĠSil": 7728, + "Ġinstruction": 7729, + "Ġperforming": 7730, + "Ġreward": 7731, + "ifications": 7732, + "Ġballs": 7733, + "ĠMem": 7734, + "Ġhanging": 7735, + "....": 7736, + "Ġcheer": 7737, + "Ġinfrastructure": 7738, + "Ġtrends": 7739, + "ĠCatholic": 7740, + "elly": 7741, + "(S": 7742, + "ucky": 7743, + "Ġconference": 7744, + "Ġcovering": 7745, + "ĠCH": 7746, + "oir": 7747, + "ĠDise": 7748, + "Ġliver": 7749, + "inding": 7750, + "Ġdistingu": 7751, + "Ġwars": 7752, + "asters": 7753, + "izabeth": 7754, + "Ġletting": 7755, + "Ġrabbit": 7756, + "ĠArmy": 7757, + "Ġpreparation": 7758, + "-R": 7759, + "Fr": 7760, + "fting": 7761, + "osc": 7762, + "low": 7763, + "Ġdesired": 7764, + "Ġdrew": 7765, + "Ġrefuge": 7766, + "ictionary": 7767, + "Ġaddressing": 7768, + "Ġstrike": 7769, + "Ġsuspect": 7770, + "aneously": 7771, + "ommod": 7772, + "Ġintellect": 7773, + "Ġbutton": 7774, + "Ġstored": 7775, + "Ġcommitted": 7776, + "Ġdemonstrated": 7777, + "ĠRad": 7778, + "Ġapple": 7779, + "ĠKnow": 7780, + "ĠPress": 7781, + "-pro": 7782, + "Ġplatforms": 7783, + "burg": 7784, + "Ġfootball": 7785, + "ĠEnvironmental": 7786, + "Ġexists": 7787, + "Ġreliable": 7788, + "Despite": 7789, + "EE": 7790, + "Ġmeetings": 7791, + "Ġmysteries": 7792, + "ulating": 7793, + "Ġcaptured": 7794, + "Ġfrequency": 7795, + "Ġdemonstrate": 7796, + "rate": 7797, + "ĠChic": 7798, + "-ch": 7799, + "Ġintroduction": 7800, + "Ġdesert": 7801, + "ĠNet": 7802, + "ĠWood": 7803, + "Ġwellbeing": 7804, + "Ġmemor": 7805, + "Ġelectron": 7806, + "Tw": 7807, + "Ġsilly": 7808, + "Ġmagnificent": 7809, + "ĠRock": 7810, + "Ġarmed": 7811, + "Ġcaring": 7812, + "Ġincident": 7813, + "Ġparks": 7814, + "Ġpassionate": 7815, + "Ġdesk": 7816, + "AB": 7817, + "ĠSuper": 7818, + "ĠBeing": 7819, + "ĠAng": 7820, + "ĠHam": 7821, + "ĠRedd": 7822, + "Ġaggress": 7823, + "Ġvictim": 7824, + "Ġshell": 7825, + "Ġfalls": 7826, + "Ġcig": 7827, + "Ġsigned": 7828, + "Ġmanip": 7829, + "Ġdamaged": 7830, + "ifies": 7831, + "aze": 7832, + "Ġusage": 7833, + "Ġloose": 7834, + "aser": 7835, + "sters": 7836, + "Ġimprovements": 7837, + "unched": 7838, + "Ġintent": 7839, + "Ġdeaths": 7840, + "Ġwriter": 7841, + "pat": 7842, + "Ġenable": 7843, + "Ġcombine": 7844, + "opes": 7845, + "Ġnoted": 7846, + "rue": 7847, + "tenance": 7848, + "rog": 7849, + "-known": 7850, + "Ġstable": 7851, + "Ġmixture": 7852, + "Ġfostering": 7853, + "ba": 7854, + "Ġbuck": 7855, + "idding": 7856, + "Ġworlds": 7857, + "Ġhabitats": 7858, + "App": 7859, + "Ġcrop": 7860, + "Ġharsh": 7861, + "ĠKey": 7862, + "ĠGal": 7863, + "Something": 7864, + "ĠEnc": 7865, + "Ġglobe": 7866, + "Ġfalse": 7867, + "Ġislands": 7868, + "ĠProv": 7869, + "Ġtreasures": 7870, + ".e": 7871, + "Ġreduction": 7872, + "Ġmaximum": 7873, + "oons": 7874, + "Ġye": 7875, + "Ġstir": 7876, + "Ġsurely": 7877, + "Ġasleep": 7878, + "Ġfever": 7879, + "Ġdressed": 7880, + "illing": 7881, + "reek": 7882, + "Ġcooperation": 7883, + "greg": 7884, + "Ġmerc": 7885, + "Ġresc": 7886, + "Ġax": 7887, + "ĠControl": 7888, + "ĠWal": 7889, + "Ġreveal": 7890, + "alysis": 7891, + "Ġtroops": 7892, + "aying": 7893, + "Ġbitch": 7894, + "Ġprocedure": 7895, + "Ġpoetry": 7896, + "Ġpacked": 7897, + "Sarah": 7898, + "yard": 7899, + "Ġtheories": 7900, + "Ġdrought": 7901, + "Ġproport": 7902, + "ĠScotland": 7903, + "Ġflash": 7904, + "Ġgreenhouse": 7905, + "ĠMarg": 7906, + "cs": 7907, + "Ġce": 7908, + "Ġcomments": 7909, + "Aye": 7910, + "Ġcentre": 7911, + "organ": 7912, + "CK": 7913, + "Ġthreats": 7914, + "OME": 7915, + "ĠAut": 7916, + "Ġchecking": 7917, + "Ġborder": 7918, + "Ġunable": 7919, + "Ġinflamm": 7920, + "Ġdescribes": 7921, + "-H": 7922, + "Ġimagination": 7923, + "Ġterritory": 7924, + "understand": 7925, + "Ġsocieties": 7926, + "Ġclassic": 7927, + "Ġspirits": 7928, + "Ġinfected": 7929, + "Ġargue": 7930, + "Ġrecovery": 7931, + "ĠLanguage": 7932, + "Ġvessels": 7933, + "Ġille": 7934, + "Ġimper": 7935, + "Ġbiology": 7936, + "-P": 7937, + "Ġod": 7938, + "Ġrecon": 7939, + "Ġqualities": 7940, + "ios": 7941, + "iciency": 7942, + "Ġgerm": 7943, + "Ġperse": 7944, + "ĠViet": 7945, + "ĠMer": 7946, + "ĠGO": 7947, + "Ġshares": 7948, + "Ġcookies": 7949, + "Ġimagined": 7950, + "Ġcategories": 7951, + "Curious": 7952, + "ĠLee": 7953, + "Ġpaintings": 7954, + "ĠForest": 7955, + "Ġowl": 7956, + "Ġrooms": 7957, + "Ġeighty": 7958, + "Ġuncomfortable": 7959, + "rich": 7960, + "-making": 7961, + "Ġstrengths": 7962, + "Ġglasses": 7963, + "Ġsequence": 7964, + "ĠPsych": 7965, + "Ġsculpt": 7966, + "Ġequality": 7967, + "Ġsuffered": 7968, + "Ġsections": 7969, + "Ġmathematics": 7970, + "Ġburst": 7971, + "itan": 7972, + "azz": 7973, + "fe": 7974, + "urd": 7975, + "ĠMedicine": 7976, + "haust": 7977, + "Ġeleph": 7978, + "aylor": 7979, + "Ġimportantly": 7980, + "Ġextent": 7981, + "ĠIndigenous": 7982, + "Lear": 7983, + "Ġwhereas": 7984, + "ĠStar": 7985, + "ĠLearn": 7986, + "oral": 7987, + "-related": 7988, + "aning": 7989, + "Ġinspiration": 7990, + "Ġhypot": 7991, + "Ġabund": 7992, + "Ġordered": 7993, + "Ġintriguing": 7994, + "heast": 7995, + "Ġvaccine": 7996, + "ĠIreland": 7997, + "Ġdispl": 7998, + "Ġboats": 7999, + "Ġvictory": 8000, + "ĠSand": 8001, + "Ġartificial": 8002, + "Ġperce": 8003, + "Ġmedication": 8004, + "Ġtrail": 8005, + "wer": 8006, + "Ġthy": 8007, + "oples": 8008, + "ĠPan": 8009, + "fly": 8010, + "Ġfract": 8011, + "Ġfilms": 8012, + "IA": 8013, + "Ġloyal": 8014, + "Ġanger": 8015, + "ĠSouthern": 8016, + "una": 8017, + "ĠPop": 8018, + "Ġdarling": 8019, + "Ġnuts": 8020, + "Ġmarkets": 8021, + "Ġjuice": 8022, + "Ġhurry": 8023, + "usions": 8024, + "Ġreader": 8025, + "Stud": 8026, + "Ġpuzzle": 8027, + "inity": 8028, + "Ġhistoric": 8029, + "Gr": 8030, + "Ġjudgment": 8031, + "liament": 8032, + "Miss": 8033, + "isation": 8034, + "ĠLibrary": 8035, + "Ġscrew": 8036, + "Ġdefine": 8037, + "Ġpresents": 8038, + "made": 8039, + "Ġinsight": 8040, + "Ġaccidentally": 8041, + "ca": 8042, + "Ġrecess": 8043, + "Ġpossibility": 8044, + "Ġencouraging": 8045, + "Ġcomponent": 8046, + "FF": 8047, + "Ġchop": 8048, + "Ġinterrupt": 8049, + "Though": 8050, + "eren": 8051, + "Ġamongst": 8052, + "ĠStudies": 8053, + "Ġ>": 8054, + "Ġbeer": 8055, + "ĠAN": 8056, + "Ġdisrupt": 8057, + "Ġtraits": 8058, + "Ġreform": 8059, + "ĠMaster": 8060, + "Ġdepos": 8061, + "Ġconven": 8062, + "Ġunp": 8063, + "Ġpregnancy": 8064, + "Ġbalanced": 8065, + "ĠTer": 8066, + "Ġloving": 8067, + "Ġdesigning": 8068, + "Ġmice": 8069, + "Ġhem": 8070, + "Ġmedications": 8071, + "Ġrecall": 8072, + "Ġsatellite": 8073, + "Ġcurriculum": 8074, + "-qu": 8075, + "yal": 8076, + "'clock": 8077, + "ĠRights": 8078, + "Ġongoing": 8079, + "angle": 8080, + "ĠInformation": 8081, + "abulary": 8082, + "bow": 8083, + "Ġgrows": 8084, + "ĠCommission": 8085, + "Ġthreatened": 8086, + "Ġpreferences": 8087, + "Ġlargely": 8088, + "Nice": 8089, + "Ġsli": 8090, + "ji": 8091, + "Ġwra": 8092, + "Ġpipe": 8093, + "ĠPlease": 8094, + "Ġah": 8095, + "Ġreceiving": 8096, + "Ġdepart": 8097, + "Ġcontemporary": 8098, + "Ġguarant": 8099, + "Ġfilling": 8100, + "Ġgods": 8101, + "ĠJeff": 8102, + "Ġaer": 8103, + "ĠEth": 8104, + "Ġowned": 8105, + "Ġbattery": 8106, + "ĠVis": 8107, + "Ġevolved": 8108, + "Ġethnic": 8109, + "Ġrenewable": 8110, + "Ġinhabit": 8111, + "ĠGard": 8112, + "ĠVol": 8113, + "Ġfeeding": 8114, + "Ġerror": 8115, + "usic": 8116, + "Ġconcentration": 8117, + "Ġguns": 8118, + "stone": 8119, + "peror": 8120, + "Ġinfluenced": 8121, + "Ġresolution": 8122, + "Ġcultiv": 8123, + "Ne": 8124, + "igg": 8125, + "Ġchim": 8126, + "weet": 8127, + "ask": 8128, + "ĠRoyal": 8129, + "Ġlately": 8130, + "ĠAnne": 8131, + "ĠBlue": 8132, + "Ġdatabase": 8133, + "gia": 8134, + "Ġresponses": 8135, + "Ġunfair": 8136, + "Ġgases": 8137, + "ĠTips": 8138, + "Ġaccommod": 8139, + "Ġinnocent": 8140, + "Ġlush": 8141, + "Ġburied": 8142, + "Ġmeters": 8143, + "Ġcaptain": 8144, + "Ġjoining": 8145, + "Ġpink": 8146, + "Ġgest": 8147, + "Ġtravels": 8148, + "Ġconvey": 8149, + "ĠTem": 8150, + "Ġclients": 8151, + "ĠManagement": 8152, + "Ġclues": 8153, + "Ġcheap": 8154, + "fit": 8155, + "Ġsubm": 8156, + "ĠExcitedly": 8157, + "Ġlifestyle": 8158, + "hist": 8159, + "Ġsake": 8160, + "ensus": 8161, + "Ġfeaturing": 8162, + "Ġzero": 8163, + "Ġthrive": 8164, + "ĠYoung": 8165, + "Ġminerals": 8166, + "ustrated": 8167, + "Ben": 8168, + "wr": 8169, + "Ġthroat": 8170, + "Ġguests": 8171, + "Ġinvas": 8172, + "/or": 8173, + "Ġfulf": 8174, + "Ġcarr": 8175, + "Ġencourages": 8176, + "Ġrhythm": 8177, + "ĠFre": 8178, + "Ġquestioned": 8179, + "Ġincredibly": 8180, + "aste": 8181, + "Ġrib": 8182, + "ieval": 8183, + "Ġcounsel": 8184, + "geon": 8185, + "atching": 8186, + "itudes": 8187, + "ĠAge": 8188, + "Ġbutt": 8189, + "itter": 8190, + "Ġretain": 8191, + "ĠEastern": 8192, + "ĠNations": 8193, + "ĠBur": 8194, + "Ġfourth": 8195, + "ĠColor": 8196, + "Ġrum": 8197, + "Ġwore": 8198, + "esty": 8199, + "ĠIns": 8200, + "weight": 8201, + "airy": 8202, + "-sc": 8203, + "Ġfertil": 8204, + "ĠMicro": 8205, + "Fuck": 8206, + "Say": 8207, + "ua": 8208, + "Ġrolling": 8209, + "Ġpassage": 8210, + "Ġgate": 8211, + "ĠCreate": 8212, + "Ġtraveled": 8213, + "ĠOnly": 8214, + "word": 8215, + "Ġagency": 8216, + "Char": 8217, + "Ġfeather": 8218, + "Ġtech": 8219, + "Ġdiagnosis": 8220, + "Ġattending": 8221, + "oul": 8222, + "ami": 8223, + "Ġinspect": 8224, + "Ġrecipes": 8225, + "ano": 8226, + "ĠSpirit": 8227, + "erts": 8228, + "Ġhandling": 8229, + "Ġmeasuring": 8230, + "oard": 8231, + "Ġpour": 8232, + "Ġextend": 8233, + "onel": 8234, + "forest": 8235, + "Ġterror": 8236, + "Ġmild": 8237, + "ceans": 8238, + "Ġclay": 8239, + "Ġobservation": 8240, + "Ġweakness": 8241, + "Ġdirty": 8242, + "Ġsteam": 8243, + "ima": 8244, + "Ġacceler": 8245, + "ĠDaisy": 8246, + "Ġenorm": 8247, + "Ġrow": 8248, + "ĠKn": 8249, + "Ġarchae": 8250, + "omer": 8251, + "imer": 8252, + "Ġcovers": 8253, + "Ġaircraft": 8254, + "Ġneat": 8255, + "Ġfarms": 8256, + "Throughout": 8257, + "Together": 8258, + "ardon": 8259, + "Ġdelightful": 8260, + "ventually": 8261, + "ednes": 8262, + "Ġhill": 8263, + "Ġminimum": 8264, + "Ġbowl": 8265, + "zil": 8266, + "Ġrecognition": 8267, + "Ġbaking": 8268, + "Ġbanks": 8269, + "Ġzone": 8270, + "Ġimpressive": 8271, + "door": 8272, + "Ġham": 8273, + ".\\\"\"Ċ": 8274, + "Ġadopted": 8275, + "Ġexisted": 8276, + "ĠValley": 8277, + "ĠOffice": 8278, + "bur": 8279, + "Ġpill": 8280, + "Ġlift": 8281, + "ursday": 8282, + "Ġate": 8283, + "Ġsuperhero": 8284, + "ĠTre": 8285, + "Ġsees": 8286, + "Ġshock": 8287, + "ĠStart": 8288, + "Ġraising": 8289, + "gel": 8290, + "Ġsomewhat": 8291, + "esity": 8292, + "Ġaccessible": 8293, + "ĠDen": 8294, + "Ġdebt": 8295, + "cific": 8296, + "Ġjack": 8297, + "Ġcounting": 8298, + "Ġstrain": 8299, + "Ġpup": 8300, + "ĠNext": 8301, + "Ġfallen": 8302, + "Ġsubstant": 8303, + "Ġdownload": 8304, + "Ġrecipe": 8305, + "\\nt": 8306, + "Ġartwork": 8307, + "Ġstroke": 8308, + "ois": 8309, + "Ġsector": 8310, + "Ġapolog": 8311, + "Ġanalyzing": 8312, + "cia": 8313, + "ĠEr": 8314, + "hings": 8315, + "Ġbrothers": 8316, + "Ġmutual": 8317, + "ĠSci": 8318, + "Ġkm": 8319, + "Ġharmon": 8320, + "Ġdescription": 8321, + "ĠExp": 8322, + "Ġconsumers": 8323, + "ĠFoundation": 8324, + "nc": 8325, + "Ġhi": 8326, + "Ġneuro": 8327, + "Ġchemistry": 8328, + "Ġachieved": 8329, + "isp": 8330, + "Ġdecade": 8331, + "Ġecosystems": 8332, + "Ġunion": 8333, + "etics": 8334, + "Ġconqu": 8335, + "tha": 8336, + "ĠLady": 8337, + "Ġdivide": 8338, + "Ġlawyer": 8339, + "Ġnurse": 8340, + "Ġdelivery": 8341, + "ĠBus": 8342, + "-a": 8343, + "Sm": 8344, + "Ġgap": 8345, + "allel": 8346, + "lym": 8347, + "ĠOl": 8348, + "Ġgrateful": 8349, + "Ġcombat": 8350, + "Ġprinciple": 8351, + "Ġorgans": 8352, + "Ġdivision": 8353, + "otion": 8354, + "ĠAsian": 8355, + "Ġtruck": 8356, + "Ġexpertise": 8357, + "Ġschedule": 8358, + "Ġfavour": 8359, + "Ġcups": 8360, + "itivity": 8361, + "Ġsimult": 8362, + "Ġdistances": 8363, + "Ġmommy": 8364, + "BC": 8365, + "De": 8366, + "GE": 8367, + "ito": 8368, + "Ġgay": 8369, + "Ġgrains": 8370, + "ĠUnder": 8371, + "Ġelderly": 8372, + "UST": 8373, + "arer": 8374, + "Ġmeditation": 8375, + "sm": 8376, + "Ġdomin": 8377, + "Ġrestaurant": 8378, + "Ġdates": 8379, + "Ġalarm": 8380, + "Ġunderwater": 8381, + "ĠIsn": 8382, + "Ġsentences": 8383, + "-You": 8384, + "ĠTony": 8385, + "uesday": 8386, + "Ġthrilling": 8387, + "ĠIrish": 8388, + "Ġextended": 8389, + "Ġlighting": 8390, + "Ġstepped": 8391, + "Ġfifteen": 8392, + "Br": 8393, + "Anyway": 8394, + "Ġpenc": 8395, + "Ġnerve": 8396, + "Ġscr": 8397, + "Ġcelebrated": 8398, + "Ġsurfaces": 8399, + "ĠCD": 8400, + "Ġpositively": 8401, + "ĠSecret": 8402, + "Ġtank": 8403, + "ĠIndians": 8404, + "Ġdestruction": 8405, + "ĠPy": 8406, + "izer": 8407, + "ĠMoreover": 8408, + "Ġnob": 8409, + "min": 8410, + "ĠTitle": 8411, + "Ġriding": 8412, + "Ġbarriers": 8413, + "-free": 8414, + "Cont": 8415, + "Ġfo": 8416, + "Ġawful": 8417, + "Ġmanufacturing": 8418, + "Ġphotographs": 8419, + "Ġagencies": 8420, + "Ġdomestic": 8421, + "ĠLast": 8422, + "Ġsupports": 8423, + "Ġequation": 8424, + "-L": 8425, + "Ġ)\\": 8426, + "apped": 8427, + "Ġwinning": 8428, + "Ġstability": 8429, + "Ġserves": 8430, + "acco": 8431, + "Ġours": 8432, + "ĠThree": 8433, + "Ġmathematical": 8434, + "ĠFort": 8435, + "Ġangle": 8436, + "Ġlegend": 8437, + "Ġvulnerable": 8438, + "ĠGroup": 8439, + "Ġkeys": 8440, + "Ġpupp": 8441, + "cium": 8442, + "Ġselection": 8443, + "Ġjew": 8444, + "Ġpracticed": 8445, + "ikes": 8446, + "Ġsoldier": 8447, + "isa": 8448, + "igan": 8449, + "asses": 8450, + "Ġchecked": 8451, + "Ġadequ": 8452, + "itty": 8453, + "Ġcoins": 8454, + "flies": 8455, + "Ġbattles": 8456, + "Ġexhaust": 8457, + "Ġdecline": 8458, + "Ġpasseng": 8459, + "Ġrit": 8460, + "oga": 8461, + "Ġcooked": 8462, + "aniel": 8463, + "Ġborrow": 8464, + "ĠLight": 8465, + "Ġdescend": 8466, + "ĠPrin": 8467, + "Ġpul": 8468, + "box": 8469, + "ĠSus": 8470, + "Ġagent": 8471, + "ĠCanadian": 8472, + "bel": 8473, + "Ġhumor": 8474, + "Ġwhispered": 8475, + "Ġphrase": 8476, + "ednesday": 8477, + "Ġsplit": 8478, + "Lily": 8479, + "Ġinher": 8480, + "inder": 8481, + "Ġhomework": 8482, + "vas": 8483, + "Ġecho": 8484, + "-T": 8485, + "resent": 8486, + "Ġtoler": 8487, + "Ġfet": 8488, + "eters": 8489, + "ĠNorthern": 8490, + "Ġmusicians": 8491, + "Ġpreventing": 8492, + "ĠDoctor": 8493, + "Ġimmigr": 8494, + "ĠAT": 8495, + "Ġrepair": 8496, + "Ġhumanity": 8497, + "Ġliterary": 8498, + "ĠRoad": 8499, + "orr": 8500, + "Ġmicrosc": 8501, + "-What": 8502, + "Ġgifts": 8503, + "oves": 8504, + "Ġshook": 8505, + "Ġpreferred": 8506, + "Ġmate": 8507, + "Ġlaboratory": 8508, + "merican": 8509, + "Ġdarkness": 8510, + "Ġcrying": 8511, + "Ġmic": 8512, + "ĠCamp": 8513, + "ĠForm": 8514, + "-gr": 8515, + "Ġmaintenance": 8516, + "Ġlone": 8517, + "Ġteamwork": 8518, + "Ġlandscapes": 8519, + "liest": 8520, + "Add": 8521, + "arty": 8522, + "han": 8523, + "orse": 8524, + "Bet": 8525, + "Ġarguments": 8526, + "Ġassume": 8527, + "ĠPrince": 8528, + "Ġjoke": 8529, + "Ġpicking": 8530, + "Ġenab": 8531, + "Ġprev": 8532, + "stein": 8533, + "Ġpositions": 8534, + "ĠElizabeth": 8535, + "ĠEconom": 8536, + "shine": 8537, + "ĠBack": 8538, + "ĠRay": 8539, + "Ġtherm": 8540, + "Ġchuck": 8541, + "adget": 8542, + "Ġsyndrome": 8543, + "Ġcenters": 8544, + "Ġcollective": 8545, + "ĠJoseph": 8546, + "ĠBec": 8547, + "ooked": 8548, + "Ġmos": 8549, + "Ġbeans": 8550, + "Ġexpressions": 8551, + "Ġadds": 8552, + "Ġnights": 8553, + "Ġtribes": 8554, + "Ġshoulder": 8555, + "ĠUncle": 8556, + "IST": 8557, + "imens": 8558, + "Ġwarmth": 8559, + "icity": 8560, + "Ġmeasurements": 8561, + "ivered": 8562, + "Ġcommittee": 8563, + "imental": 8564, + "Ġproudly": 8565, + "arrass": 8566, + "prene": 8567, + "Ġdare": 8568, + "Ġoutcome": 8569, + "Ġreson": 8570, + "ucks": 8571, + "Ġartistic": 8572, + "Ġbehave": 8573, + "Fine": 8574, + "ĠWall": 8575, + "Ġrecommendations": 8576, + "Activity": 8577, + "Ġcolored": 8578, + "eenth": 8579, + "stract": 8580, + "Ġstatistics": 8581, + "Ġthoroughly": 8582, + "ĠLabor": 8583, + "Ġcontributed": 8584, + "Ġfate": 8585, + "Ġvictims": 8586, + "Ġpurchase": 8587, + "roid": 8588, + "ĠEll": 8589, + "ANT": 8590, + "Ġdil": 8591, + "Ġcham": 8592, + "Didn": 8593, + "Ġlaunched": 8594, + "'am": 8595, + "rac": 8596, + "yan": 8597, + "Ġrevel": 8598, + "Ġdistract": 8599, + "etime": 8600, + "Ġouter": 8601, + "ĠReading": 8602, + "reprene": 8603, + "ĠDar": 8604, + "Ġinsist": 8605, + "Ġrobots": 8606, + "Ġcotton": 8607, + "Ġveter": 8608, + "Ġwanting": 8609, + "Ġkilomet": 8610, + "taking": 8611, + "Ġturb": 8612, + "throp": 8613, + "aud": 8614, + "ĠCub": 8615, + "Ġexplo": 8616, + "Ġregist": 8617, + "Ġtasty": 8618, + "ersonal": 8619, + "hma": 8620, + "Ġfreely": 8621, + "Ġtongue": 8622, + "Hmm": 8623, + "iac": 8624, + "Ġfiber": 8625, + "luding": 8626, + "Ġbees": 8627, + "Ġpoem": 8628, + "Ġaccurately": 8629, + "ĠMoon": 8630, + "ĠFire": 8631, + "Ġblame": 8632, + "eras": 8633, + "Ġbrid": 8634, + "ĠWithout": 8635, + "Ġorganize": 8636, + "Ġdiagnosed": 8637, + "Ġfrag": 8638, + "ali": 8639, + "non": 8640, + "Ġstraw": 8641, + "Ġnewspaper": 8642, + "earing": 8643, + "Ġtire": 8644, + "ĠTed": 8645, + "Ġgardens": 8646, + "ĠBuilding": 8647, + "Ġdirections": 8648, + "uter": 8649, + "Ġhyper": 8650, + "Ġcoastal": 8651, + "ĠAunt": 8652, + "ĠPot": 8653, + "Ġidentifying": 8654, + "Ġfer": 8655, + "Ġindustries": 8656, + "ĠAtlantic": 8657, + "Comm": 8658, + "Ġstations": 8659, + "ften": 8660, + "Ġ(\\": 8661, + "utenant": 8662, + "ĠAlways": 8663, + "Ġfolk": 8664, + "Ġfoster": 8665, + "Ġmac": 8666, + "ĠHA": 8667, + "ĠHill": 8668, + "comed": 8669, + "``": 8670, + "Ġwand": 8671, + "ĠSounds": 8672, + "Ġslaves": 8673, + "Ġhandy": 8674, + "Ġentry": 8675, + "ii": 8676, + "Ġemployment": 8677, + "ucked": 8678, + "ĠParty": 8679, + "Ġease": 8680, + "IDS": 8681, + "ĠMommy": 8682, + "Rec": 8683, + "cies": 8684, + "Stay": 8685, + "Ġsenior": 8686, + "Ġdele": 8687, + "oston": 8688, + "Ġfears": 8689, + "Ha": 8690, + "ĠDa": 8691, + "ĠCompany": 8692, + "Ġfans": 8693, + "elle": 8694, + "Ġgrandmother": 8695, + "ĠDou": 8696, + "esides": 8697, + "alm": 8698, + "Ġarise": 8699, + "Ġpizz": 8700, + "Ġ\"-": 8701, + "phones": 8702, + "Ġdiscovering": 8703, + "ocation": 8704, + "Ġpuzzled": 8705, + "Ag": 8706, + "Comp": 8707, + "Ġfed": 8708, + "Ġreplaced": 8709, + "Ġinteractive": 8710, + "-by": 8711, + "SS": 8712, + "die": 8713, + "Ġtor": 8714, + "ĠCarolina": 8715, + "Ġroyal": 8716, + "arks": 8717, + "Ġstays": 8718, + "Ġapartment": 8719, + "Ġcontributions": 8720, + "Long": 8721, + "Ġbio": 8722, + "ĠUt": 8723, + "ventions": 8724, + "ĠMusic": 8725, + "ĠTry": 8726, + "ĠSn": 8727, + "Ġcontrolling": 8728, + "Ġlisted": 8729, + "Ġoceans": 8730, + "Ġtender": 8731, + "Ġexamining": 8732, + "Ġcontrovers": 8733, + "Ġconcrete": 8734, + "verance": 8735, + "Ġproduces": 8736, + "Shut": 8737, + "Ġappreciated": 8738, + "Ġsuspic": 8739, + "Ġtaxes": 8740, + "Ġatoms": 8741, + "Ġversions": 8742, + "-cent": 8743, + "IE": 8744, + "Unit": 8745, + "Ġcriminal": 8746, + "oom": 8747, + "Ġsacred": 8748, + "ĠBrazil": 8749, + "\\nin": 8750, + "pread": 8751, + "Ġdisappear": 8752, + "Ġreject": 8753, + "ilty": 8754, + "ĠBella": 8755, + "-cl": 8756, + "Ġexpans": 8757, + "ĠStudy": 8758, + "Ġsheep": 8759, + "ĠAustralian": 8760, + "ĠCool": 8761, + "Ġrelate": 8762, + "Ġcomposition": 8763, + "car": 8764, + "Ġhom": 8765, + "Ġwashing": 8766, + "atively": 8767, + "ĠImp": 8768, + "Ġdough": 8769, + "Ġplanting": 8770, + "Ġcastle": 8771, + "ĠTor": 8772, + "Ġcope": 8773, + "Ġune": 8774, + "Ġformula": 8775, + "Ġcontinuous": 8776, + "ĠEqu": 8777, + "Ġgentlemen": 8778, + "Sec": 8779, + "ĠHind": 8780, + "Ġcriter": 8781, + "Actually": 8782, + "Ġantibiot": 8783, + "Ġrepresentation": 8784, + "Ġmarketing": 8785, + "LY": 8786, + "Ġwinds": 8787, + "Ġench": 8788, + "Ġdelay": 8789, + "Ġtons": 8790, + "Ġsustainability": 8791, + "Ġspecialized": 8792, + "ieties": 8793, + "Ġaccordingly": 8794, + "working": 8795, + "uster": 8796, + "Ġghost": 8797, + "Ġwelcomed": 8798, + "ĠNOT": 8799, + "Ġerrors": 8800, + "Ġarrive": 8801, + "Ġsufficient": 8802, + "Ġchamp": 8803, + "Ġcontinuing": 8804, + "Ġeastern": 8805, + "print": 8806, + "onia": 8807, + "Ġqueen": 8808, + "Ġscream": 8809, + "Ġindex": 8810, + "Ġoral": 8811, + "Ġmagnetic": 8812, + "Ġdecrease": 8813, + "Ġ\\\"\\": 8814, + "Ġoperate": 8815, + "Ġinject": 8816, + "bably": 8817, + "ĠDev": 8818, + "hemical": 8819, + "Ġseas": 8820, + "Ġgrave": 8821, + "Ġweapon": 8822, + "Ġimmun": 8823, + "olves": 8824, + "ĠAcademy": 8825, + "Ġbasics": 8826, + "Ġreduces": 8827, + "uthor": 8828, + "Ġreaches": 8829, + "Ġtexture": 8830, + "Ġclaimed": 8831, + "berry": 8832, + "Ġequival": 8833, + "ĠOxford": 8834, + "onscious": 8835, + "Ġendless": 8836, + "Ġdraft": 8837, + "Ġawesome": 8838, + "ĠChicago": 8839, + "Ġenormous": 8840, + "Det": 8841, + "achel": 8842, + "Ġdriven": 8843, + "spired": 8844, + "Ġbeside": 8845, + "Part": 8846, + "Ġprevention": 8847, + "Ġderived": 8848, + "ader": 8849, + "Ġmoisture": 8850, + "ĠTherefore": 8851, + "Ġtrusted": 8852, + "Ġpleased": 8853, + "normal": 8854, + "Ġarranged": 8855, + "Huh": 8856, + "Ġbold": 8857, + "Ġdedication": 8858, + "Ġscattered": 8859, + "'.\\": 8860, + "ĠFe": 8861, + "Ġscenario": 8862, + "Ġfacilit": 8863, + "ĠChoose": 8864, + "Ġtransition": 8865, + "-spe": 8866, + "Ġpy": 8867, + "Ġsubt": 8868, + "ĠChristians": 8869, + "incol": 8870, + "Ġconfirmed": 8871, + "IG": 8872, + "Ġkick": 8873, + "Ġengineer": 8874, + "Ġresident": 8875, + "Ġgenerated": 8876, + "Ġphones": 8877, + "Ġwaited": 8878, + "Ġtwink": 8879, + "Ġpeoples": 8880, + "Ġsettlement": 8881, + "Ġwished": 8882, + "Ġgodd": 8883, + "Ġstrongly": 8884, + "Ġquietly": 8885, + "Ġembrace": 8886, + "Ġmixing": 8887, + "-E": 8888, + "Try": 8889, + "pel": 8890, + "ascular": 8891, + "Ġknife": 8892, + "Ġoblig": 8893, + "Ġtouched": 8894, + "Ġreflecting": 8895, + "ĠPerhaps": 8896, + "Ġperseverance": 8897, + "ĠTher": 8898, + "ĠChild": 8899, + "Ġbrush": 8900, + "ĠGar": 8901, + "Should": 8902, + "Ġincorporate": 8903, + "heme": 8904, + "ĠTaylor": 8905, + "ĠFox": 8906, + "ĠJac": 8907, + "Ġpermanent": 8908, + "ico": 8909, + "Ġhello": 8910, + "lock": 8911, + "ĠHoly": 8912, + "MS": 8913, + "orted": 8914, + "Exactly": 8915, + "nding": 8916, + "inda": 8917, + "ĠVer": 8918, + "iatric": 8919, + "iences": 8920, + "war": 8921, + "ulin": 8922, + "ĠSara": 8923, + "ĠDig": 8924, + "Ġprivacy": 8925, + "Ġdisappeared": 8926, + "\\nyou": 8927, + "oys": 8928, + "Ġattempts": 8929, + "ĠChristianity": 8930, + "Out": 8931, + "Ġhospitals": 8932, + "ĠSwed": 8933, + "Nobody": 8934, + "Ġconventional": 8935, + "Ġgrat": 8936, + "Ġadmit": 8937, + "ĠKorea": 8938, + "edge": 8939, + "Ġlock": 8940, + "Leave": 8941, + "ĠTurn": 8942, + "Ġessentially": 8943, + "Ġexpressing": 8944, + "apa": 8945, + "Ġshops": 8946, + "olester": 8947, + "Ġimplications": 8948, + "Ġfier": 8949, + "ĠNatural": 8950, + "Each": 8951, + "ĠHE": 8952, + "Ġpainted": 8953, + "Ġbeneficial": 8954, + "vy": 8955, + "ieve": 8956, + "otherapy": 8957, + "Ġenemies": 8958, + "ĠNE": 8959, + "Ġgrasp": 8960, + "Ġsomehow": 8961, + "Ġven": 8962, + "ĠKat": 8963, + "ERS": 8964, + "Ġsiblings": 8965, + "Ġ<": 8966, + "Ġstere": 8967, + "Ġintently": 8968, + "Ġshooting": 8969, + "Ġgreeted": 8970, + "ĠChris": 8971, + "Ġreck": 8972, + "Ġhoped": 8973, + "real": 8974, + "Ġpale": 8975, + "Ġsilent": 8976, + "Ġphenomenon": 8977, + "Ġthoughtful": 8978, + "IGHT": 8979, + "Ġaccuracy": 8980, + "ĠDisease": 8981, + "ĠChange": 8982, + "ĠChief": 8983, + "Ġpowder": 8984, + "Ġcousin": 8985, + "ĠTown": 8986, + "ĠReddit": 8987, + "raham": 8988, + "Ġdevast": 8989, + "ban": 8990, + "ĠContin": 8991, + "Ġbuzz": 8992, + "Ġprogramme": 8993, + "Ġtact": 8994, + "ĠFederal": 8995, + "Ġelection": 8996, + "Ġvocabulary": 8997, + "ĠAcc": 8998, + "Ġdefense": 8999, + "Ġdiving": 9000, + "Ġassistant": 9001, + "Ġpanel": 9002, + "rigin": 9003, + "Ġexcuse": 9004, + "Ġembarrass": 9005, + "Ġestimate": 9006, + "Ġcelebration": 9007, + "Ġstops": 9008, + "Ġpsychological": 9009, + "Ġsocietal": 9010, + "bled": 9011, + "Ġbast": 9012, + "omers": 9013, + "Ġcontributing": 9014, + "Ġtower": 9015, + "Ġeh": 9016, + "ĠMath": 9017, + "Ġpackage": 9018, + "ĠIdentify": 9019, + "Ġsla": 9020, + "Ġviruses": 9021, + "Ġsimultaneously": 9022, + "Ġcommission": 9023, + "Ġpersons": 9024, + "-sh": 9025, + "Ġsecondary": 9026, + "Ġbuddy": 9027, + "nected": 9028, + "ashes": 9029, + "ĠCast": 9030, + "Ġreflected": 9031, + "Ġbelonged": 9032, + "Jack": 9033, + "ĠPractice": 9034, + "Cause": 9035, + "NOW": 9036, + "net": 9037, + "Ġintake": 9038, + "itar": 9039, + "ĠNever": 9040, + ".A": 9041, + "...?\\": 9042, + "Ġfigured": 9043, + "Ġfloating": 9044, + "Ġsauce": 9045, + "Ġresearching": 9046, + "Ġoverwhelmed": 9047, + "Ġmail": 9048, + "Ġunderground": 9049, + "Ġsubsequ": 9050, + "ĠLiter": 9051, + "ĠFa": 9052, + "Ġrevealing": 9053, + "Call": 9054, + "Ġcloth": 9055, + "Ġtrauma": 9056, + "Ġcater": 9057, + "Ġelsewhere": 9058, + "Ġsatisfact": 9059, + "CO": 9060, + "Ġcontamin": 9061, + "Ġemotion": 9062, + "Ġapparently": 9063, + "Ġdun": 9064, + "Ġflew": 9065, + "otes": 9066, + "opic": 9067, + "ĠStat": 9068, + "idespread": 9069, + "Ġrecognizing": 9070, + "olesterol": 9071, + "Ġescap": 9072, + "ĠWay": 9073, + "azing": 9074, + "ILL": 9075, + "Ġthanked": 9076, + "angered": 9077, + "Whoa": 9078, + "Ġsandw": 9079, + "inging": 9080, + "Ġstatements": 9081, + "Ġresponsibilities": 9082, + "Ġroughly": 9083, + "iculous": 9084, + "eem": 9085, + "Ġexped": 9086, + "ĠQuest": 9087, + ".m": 9088, + "ĠBoston": 9089, + "uns": 9090, + "Ġconfirm": 9091, + "Ġdrag": 9092, + "such": 9093, + "Ġmud": 9094, + "icating": 9095, + "Ġtube": 9096, + "Ġaccomplish": 9097, + "Ġgrocer": 9098, + "Ġpointing": 9099, + "Ġdramatic": 9100, + "ht": 9101, + "ĠRose": 9102, + "Ġavoiding": 9103, + "Ġentrance": 9104, + "ĠEnd": 9105, + "Ġinvite": 9106, + "Ġfires": 9107, + "Ġexcessive": 9108, + "Ġinhabitants": 9109, + ":\"Ċ": 9110, + "Ġsteady": 9111, + "Ġaward": 9112, + "Ġcosm": 9113, + "Ġoven": 9114, + "ĠGlobal": 9115, + "Ġeru": 9116, + "Ġanswering": 9117, + "bean": 9118, + "Ġpocket": 9119, + "eries": 9120, + "Ġprincipal": 9121, + "Ġcute": 9122, + "Ġbehaviour": 9123, + "Ġgeomet": 9124, + "Ġwheat": 9125, + "ĠNO": 9126, + "Ġpretend": 9127, + "Bu": 9128, + "Ġentering": 9129, + "Ġslave": 9130, + "Ġcalories": 9131, + "Ġdirt": 9132, + "Ġengagement": 9133, + "Ġslavery": 9134, + "ĠTip": 9135, + "Ġpa": 9136, + "Ġshorter": 9137, + "Ġmisunderstand": 9138, + "Ġtort": 9139, + "Ġheated": 9140, + "Ġpeak": 9141, + "\\nof": 9142, + "EP": 9143, + "IP": 9144, + "Ġcave": 9145, + "ĠPolly": 9146, + "\\nyeah": 9147, + "Ġkindly": 9148, + "Ġcameras": 9149, + "Ġtelesc": 9150, + "Ġengines": 9151, + "ĠScientists": 9152, + "Ġminimize": 9153, + "ĠHappy": 9154, + "Ġtalented": 9155, + "Ġprotective": 9156, + "long": 9157, + "Ġbiod": 9158, + "Ġlips": 9159, + "Ġcontainer": 9160, + "ĠCommunity": 9161, + "Ġworn": 9162, + "avi": 9163, + "iano": 9164, + "Ġlonely": 9165, + "Ġren": 9166, + "Ġcompounds": 9167, + "cessary": 9168, + "Ġracial": 9169, + "Both": 9170, + "ĠInf": 9171, + "Ġepis": 9172, + "ĠAst": 9173, + "Ġaccidents": 9174, + "Ġcav": 9175, + "Ġgrain": 9176, + "elia": 9177, + "ective": 9178, + "Ġdesper": 9179, + "ĠGuidelines": 9180, + "ĠFace": 9181, + "Ġtechnological": 9182, + "Ġtract": 9183, + "Ġtrace": 9184, + "Ġpleasant": 9185, + "Ġdelivered": 9186, + "rick": 9187, + "Ġsuggestions": 9188, + "Ġnovels": 9189, + ",--": 9190, + "Suddenly": 9191, + "ĠBody": 9192, + "ITH": 9193, + "IF": 9194, + "mble": 9195, + "Ġdating": 9196, + "ĠGuide": 9197, + "Move": 9198, + "Ġkidding": 9199, + "Ġgrant": 9200, + "Ġfriendships": 9201, + "Ġoutl": 9202, + "Ġrequiring": 9203, + "Ġillegal": 9204, + "Watch": 9205, + "Ġrings": 9206, + "Ġobesity": 9207, + "Ġconsideration": 9208, + "Ġhydro": 9209, + "inction": 9210, + "eps": 9211, + "ĠStan": 9212, + "Ġtalks": 9213, + "Ġ..": 9214, + "Ġgadget": 9215, + "Ġshake": 9216, + "Ġlimitations": 9217, + "Ġcomparing": 9218, + "uality": 9219, + "Ġobjective": 9220, + "ĠCle": 9221, + "Ġunderlying": 9222, + "Ġinstitution": 9223, + "Ġsket": 9224, + "Ġobjectives": 9225, + "Whatever": 9226, + "eting": 9227, + "Ġlungs": 9228, + "Ġtrials": 9229, + "Ġlively": 9230, + "Ġreturning": 9231, + "Ġdivor": 9232, + "ĠKingdom": 9233, + "\\nthat": 9234, + "agram": 9235, + "Ġoldest": 9236, + "Ġintervention": 9237, + "Ġcalcium": 9238, + "Ġgrandfather": 9239, + "Ġsale": 9240, + "imp": 9241, + "Ġgentleman": 9242, + "apse": 9243, + "Ġheal": 9244, + "Ġorbit": 9245, + "Ġorient": 9246, + "Ġsensors": 9247, + "Ġchannel": 9248, + "ushes": 9249, + "Ġenzy": 9250, + "Ġseparated": 9251, + "Ġvacation": 9252, + "Ġaccompan": 9253, + "vin": 9254, + "ĠHello": 9255, + "Ġessence": 9256, + "Ġcategory": 9257, + "Ġwidespread": 9258, + "aska": 9259, + "herent": 9260, + "Ġinfluences": 9261, + "\\na": 9262, + "ĠNon": 9263, + "Ġpercentage": 9264, + "Ġirrit": 9265, + "Ġvig": 9266, + "Ġoverwhelming": 9267, + "Gl": 9268, + "Ġheating": 9269, + "ĠStill": 9270, + "ĠShould": 9271, + "NO": 9272, + "Us": 9273, + "Ġflows": 9274, + "Ġorganizing": 9275, + "incoln": 9276, + "top": 9277, + "olk": 9278, + "Ġinch": 9279, + "ĠTuesday": 9280, + "Ġfestival": 9281, + "Ġtang": 9282, + "Ġtied": 9283, + "ĠChair": 9284, + "ifully": 9285, + "Ġconfusing": 9286, + "Ġplates": 9287, + "ĠOpen": 9288, + "Ġexamined": 9289, + "amins": 9290, + "ĠHan": 9291, + "ĠLove": 9292, + "Ġhydrogen": 9293, + "Ġtutorial": 9294, + "Ġtropical": 9295, + "ĠPlay": 9296, + "Ġpushed": 9297, + "Ġchart": 9298, + "ĠThursday": 9299, + "Ed": 9300, + "asting": 9301, + "Someone": 9302, + "Cap": 9303, + "Ġnicely": 9304, + "ĠChap": 9305, + "Ġborders": 9306, + "Ġproduc": 9307, + "ĠFriend": 9308, + "rels": 9309, + "Ġinequ": 9310, + "Ġcalculated": 9311, + "Ġtemple": 9312, + "Ġwarri": 9313, + "adays": 9314, + "rier": 9315, + "Ġpeers": 9316, + "Ġdetective": 9317, + "ĠSP": 9318, + "aria": 9319, + "ĠRam": 9320, + "Ġmetab": 9321, + "Ġcabin": 9322, + "ĠFour": 9323, + "Ġguilty": 9324, + "Ġlocals": 9325, + "Ġmarveled": 9326, + "Ġeco": 9327, + "Ġseam": 9328, + "ĠBab": 9329, + "Ġexplorers": 9330, + "Ġlung": 9331, + "ĠMic": 9332, + "Ġfounded": 9333, + "Expl": 9334, + "ĠFurther": 9335, + "Ġdense": 9336, + "keep": 9337, + "Ġshadow": 9338, + "ĠNaz": 9339, + "Ġadoles": 9340, + "Ġprofit": 9341, + "Ġfrequent": 9342, + "Ġmes": 9343, + "ruption": 9344, + "ployment": 9345, + "Ġlatter": 9346, + "Ġmasterpie": 9347, + "Ġprospect": 9348, + "Ġlemonade": 9349, + "ĠWord": 9350, + "Ġsheets": 9351, + "iology": 9352, + "Ġteachings": 9353, + "Ġskept": 9354, + "ĠFind": 9355, + "Ġswear": 9356, + "Ġillustrate": 9357, + "nthat": 9358, + "Ġalb": 9359, + "Ġoccasionally": 9360, + "Ġdies": 9361, + "*\\": 9362, + "Ġinflammation": 9363, + "ĠWE": 9364, + "Ġcompos": 9365, + "Ġtalent": 9366, + "ĠEarly": 9367, + "Ġtissues": 9368, + "Ġmirror": 9369, + "Ġnarratives": 9370, + "-ex": 9371, + "Ġtalents": 9372, + "Ġprotocol": 9373, + "ifted": 9374, + "Ġclassmates": 9375, + "ĠAdminist": 9376, + "Ġmile": 9377, + "Ġdent": 9378, + "Ġviolent": 9379, + "ĠPL": 9380, + "acked": 9381, + "Ġrecording": 9382, + "ĠMexican": 9383, + "Ġadministr": 9384, + "about": 9385, + "Ġpotatoes": 9386, + "ĠSpecial": 9387, + "rans": 9388, + "oli": 9389, + "ĠMove": 9390, + "quis": 9391, + "!)": 9392, + "ura": 9393, + "ĠMinister": 9394, + "lements": 9395, + "Ġvariable": 9396, + "Ġdisplayed": 9397, + "othy": 9398, + "olar": 9399, + "Ġentreprene": 9400, + "Ġpromising": 9401, + "cers": 9402, + "\\nto": 9403, + "Start": 9404, + "aters": 9405, + "Ġworkshops": 9406, + "char": 9407, + "Ġimplementing": 9408, + ":**\\": 9409, + "agraph": 9410, + "ONE": 9411, + "irth": 9412, + "Ġexhibit": 9413, + "ĠDistrict": 9414, + "Ġpets": 9415, + "Ġattitude": 9416, + "ĠFamily": 9417, + "Fl": 9418, + "Ġemployed": 9419, + "Ġevaluate": 9420, + "ĠExt": 9421, + "Ġinstantly": 9422, + "Ġcelebrating": 9423, + "aura": 9424, + "ĠMajor": 9425, + "Ġtries": 9426, + "Still": 9427, + "ML": 9428, + "Ġdried": 9429, + "Ġhunt": 9430, + "Ġalter": 9431, + "rill": 9432, + "Ġgray": 9433, + "Ġfurniture": 9434, + "Ġunne": 9435, + "Ġcontrols": 9436, + "ĠDown": 9437, + "ĠSuch": 9438, + "ĠLu": 9439, + "Ġbatteries": 9440, + "Ġargued": 9441, + "Ġrolled": 9442, + "Ġbugs": 9443, + "Ġpasses": 9444, + "Ġmales": 9445, + "Ġseventy": 9446, + "Ob": 9447, + "ĠHelp": 9448, + "Ġguest": 9449, + "Inst": 9450, + "Ġpersonally": 9451, + "Ġmargin": 9452, + "Ġfired": 9453, + "ĠAR": 9454, + "Ġasks": 9455, + "Ġmeets": 9456, + "Ġshame": 9457, + "ĠVen": 9458, + "zer": 9459, + "Ġtrash": 9460, + "rane": 9461, + "Ġintrigued": 9462, + "ĠWAS": 9463, + "Ġvs": 9464, + "icky": 9465, + "Ġpuzzles": 9466, + "Ġindicates": 9467, + "ĠBeh": 9468, + "Ġvariables": 9469, + "Four": 9470, + "bro": 9471, + "Ġmit": 9472, + "ĠAP": 9473, + "Ġresulted": 9474, + "ĠPlace": 9475, + "Ġrush": 9476, + "Ġcodes": 9477, + "ested": 9478, + "Ġmold": 9479, + "UM": 9480, + "Ġedges": 9481, + "Ġles": 9482, + "Ġdeciding": 9483, + "Ġcandy": 9484, + "Ġprinted": 9485, + "Damn": 9486, + "Ġshr": 9487, + "Ġprost": 9488, + "Ġfunctional": 9489, + "[S": 9490, + "initely": 9491, + "Ġbon": 9492, + "ĠDutch": 9493, + "Ġequivalent": 9494, + "name": 9495, + "ĠSanta": 9496, + "Ġrespecting": 9497, + "ĠCommittee": 9498, + "Ġrect": 9499, + "ĠHon": 9500, + "Ġdrunk": 9501, + "Ġdynamics": 9502, + "Ġlearners": 9503, + "ĠWednesday": 9504, + "Ġcompe": 9505, + "Ġadvantages": 9506, + "Ġtackle": 9507, + "iti": 9508, + "Ġkidney": 9509, + "Ġruled": 9510, + "Def": 9511, + "sen": 9512, + "ĠMen": 9513, + "Ġlets": 9514, + "Ġassigned": 9515, + "igure": 9516, + "Ġmothers": 9517, + "Ġsteal": 9518, + "ĠDor": 9519, + "Ġagents": 9520, + "Ġcomplexity": 9521, + "ĠTimes": 9522, + "iov": 9523, + "ĠGreece": 9524, + "erge": 9525, + "alls": 9526, + "Ġjail": 9527, + "ĠReal": 9528, + "bbles": 9529, + "nbut": 9530, + "Ġcure": 9531, + "Ġrecover": 9532, + "ĠSafety": 9533, + "Ġepid": 9534, + "Ġelectro": 9535, + "Ġhopes": 9536, + "Ġpor": 9537, + "Ġserver": 9538, + "-hand": 9539, + "Ġreass": 9540, + "Ġachieving": 9541, + "Ġmechanisms": 9542, + "rep": 9543, + "Ġinstalled": 9544, + "ĠConnect": 9545, + "Ġvegetable": 9546, + "ogs": 9547, + "Ġawa": 9548, + "Ġwisely": 9549, + "seen": 9550, + "ĠBank": 9551, + "Ġdeals": 9552, + "ĠPu": 9553, + "ĠNeed": 9554, + "Ġtransmission": 9555, + "health": 9556, + "Ġbunch": 9557, + "Ġtoile": 9558, + "ĠBear": 9559, + "Ġevident": 9560, + "ĠMayor": 9561, + "________": 9562, + "ĠHawai": 9563, + "ao": 9564, + "Ġshade": 9565, + "Ġtemporary": 9566, + "otypes": 9567, + "========": 9568, + "Ġprosper": 9569, + "Ġathletes": 9570, + "AU": 9571, + "backs": 9572, + "Ġbless": 9573, + "Ġvillages": 9574, + "Ġinvention": 9575, + "Ġfuels": 9576, + "ema": 9577, + "ĠKe": 9578, + "Ġadmitted": 9579, + "bury": 9580, + "Ġconvert": 9581, + "ĠLy": 9582, + "Ġmagazine": 9583, + "jud": 9584, + "Ġsounded": 9585, + "Ġdensity": 9586, + "ĠOffic": 9587, + "Ġcuts": 9588, + "Ġillnesses": 9589, + "Ġestimates": 9590, + "Ġprominent": 9591, + "Ġreligions": 9592, + "ĠDirector": 9593, + "Rel": 9594, + "Ġthrew": 9595, + "Ġeaten": 9596, + "Ġgraphic": 9597, + "'M": 9598, + "Ġmedieval": 9599, + "ĠAvoid": 9600, + "Ġcriteria": 9601, + "Ġplacing": 9602, + "Ġearned": 9603, + "zzy": 9604, + "ĠMaj": 9605, + "Ġknee": 9606, + "Ġaccum": 9607, + "Ġcharged": 9608, + "Ġrepeat": 9609, + "Ġsavings": 9610, + "Ġfairness": 9611, + "Ġamazed": 9612, + "amine": 9613, + "Ġcalculate": 9614, + "ĠCheck": 9615, + "break": 9616, + "ĠDra": 9617, + "Ġcircuit": 9618, + "ĠOthers": 9619, + "AA": 9620, + "olph": 9621, + "Everybody": 9622, + "ĠKim": 9623, + "Ġpersu": 9624, + "Ġpanels": 9625, + "Ġactively": 9626, + "Ġenjoyable": 9627, + "Ġembarked": 9628, + "Ġreputation": 9629, + "ĠBC": 9630, + "Ġvarieties": 9631, + "Ġreminding": 9632, + "ĠYOUR": 9633, + "ĠType": 9634, + "hal": 9635, + "ĠOak": 9636, + "part": 9637, + "Ġbills": 9638, + "isk": 9639, + "Ġdisabilities": 9640, + "Ġintention": 9641, + "Ġstake": 9642, + "ĠLead": 9643, + "Ġlocked": 9644, + "Hurry": 9645, + "Ġreef": 9646, + "Ġtricks": 9647, + "ĠAdv": 9648, + "Ġkiller": 9649, + "Ġfemales": 9650, + "Ġconce": 9651, + "Ġskilled": 9652, + "Ġautomatically": 9653, + "Ġmouse": 9654, + "Ġscores": 9655, + "isible": 9656, + "Ġcholesterol": 9657, + "Ġcolonial": 9658, + "bar": 9659, + "Ġtie": 9660, + "\\nm": 9661, + "idays": 9662, + "ntil": 9663, + "Ġreviews": 9664, + "Ref": 9665, + "rem": 9666, + "ĠCancer": 9667, + "Ġjumping": 9668, + "Has": 9669, + "hell": 9670, + "ĠAccess": 9671, + "Ġrealm": 9672, + "Ġearliest": 9673, + "Ġbelieves": 9674, + "afe": 9675, + "ĠResources": 9676, + "Ġlingu": 9677, + "ĠAB": 9678, + "ĠLi": 9679, + "ĠClimate": 9680, + "Ġarrival": 9681, + "Ġadministration": 9682, + "Ġaims": 9683, + "Using": 9684, + "jo": 9685, + "ogy": 9686, + "Ġfactories": 9687, + "ĠAgricult": 9688, + "Ġgarlic": 9689, + "Ġconsume": 9690, + "Mon": 9691, + "arched": 9692, + "onym": 9693, + "Ġplanted": 9694, + "Ġmigration": 9695, + "Ġacids": 9696, + "Ġpainful": 9697, + "ĠEdward": 9698, + "Ġbelongs": 9699, + "Ġstretch": 9700, + "Ġaltogether": 9701, + "ĠColumbia": 9702, + "OH": 9703, + "Ġtribe": 9704, + "Open": 9705, + "Ġsuicide": 9706, + "Ġinterpre": 9707, + "Ġmechanical": 9708, + "WE": 9709, + "Ġlens": 9710, + "orns": 9711, + "ĠSH": 9712, + "Ġcomposed": 9713, + "Ġdismiss": 9714, + "ĠBunny": 9715, + "ĠObs": 9716, + "Ġparticipating": 9717, + "Ġintellectual": 9718, + "heric": 9719, + "Ġphotograp": 9720, + "ĠIntrigued": 9721, + "Whe": 9722, + "Ġscheme": 9723, + "Ġputs": 9724, + "they": 9725, + "-quality": 9726, + "Ear": 9727, + "nda": 9728, + "Ġyard": 9729, + "Ġgramm": 9730, + "ographical": 9731, + "words": 9732, + "Ġknock": 9733, + "Ġmosqu": 9734, + "ĠHosp": 9735, + "Ġending": 9736, + "Ġorigins": 9737, + "Ġwing": 9738, + "ĠCoast": 9739, + "Ġmerch": 9740, + "Turn": 9741, + "oster": 9742, + "Ġadequate": 9743, + "kers": 9744, + "raining": 9745, + "athan": 9746, + "Ġlifetime": 9747, + "rams": 9748, + "oos": 9749, + "Ġarray": 9750, + "Soon": 9751, + "Ġposts": 9752, + "Ġvillagers": 9753, + "oric": 9754, + "Ġbeef": 9755, + "Ġdeserve": 9756, + "ĠAgency": 9757, + "Time": 9758, + "Ġhobby": 9759, + "Ġ\"**": 9760, + "ĠBobby": 9761, + "Ġcircles": 9762, + "Ġdestination": 9763, + "ĠMY": 9764, + "Ġparallel": 9765, + "Ġopens": 9766, + "Ġbeautifully": 9767, + "Ġthrowing": 9768, + "ĠDaddy": 9769, + "Ġol": 9770, + "Ġtob": 9771, + "Ġapps": 9772, + "Ġobtained": 9773, + "izers": 9774, + "Ġestate": 9775, + "Ġconsumer": 9776, + "Ġinvented": 9777, + "ĠSing": 9778, + "Ġplayground": 9779, + "bridge": 9780, + "ĠShare": 9781, + "Ġroutes": 9782, + "Ġpepper": 9783, + "Ġsuggesting": 9784, + "auc": 9785, + "Ġreminder": 9786, + "Ġdrove": 9787, + "Ġstab": 9788, + "Ġspell": 9789, + "Ġguided": 9790, + "Ġforgive": 9791, + "Ġalternatives": 9792, + "Ġinjured": 9793, + "Ġtargets": 9794, + "Ġcough": 9795, + "ansas": 9796, + "ube": 9797, + "ĠOhio": 9798, + "rolling": 9799, + "Ġric": 9800, + "Ġregul": 9801, + "Ġcompanion": 9802, + "ĠLincoln": 9803, + "Ġeleven": 9804, + "Ġbegun": 9805, + "Ġstated": 9806, + "Ġcontinu": 9807, + "Ġstreams": 9808, + "ĠClara": 9809, + "Ġpizza": 9810, + "Ġbears": 9811, + "Ġrefused": 9812, + "Ġdrawings": 9813, + "ĠAri": 9814, + "ĠMap": 9815, + "Ġherbs": 9816, + "Ġcrimes": 9817, + "hearted": 9818, + "Ġromantic": 9819, + "Ġbackyard": 9820, + "Ġparam": 9821, + "Ġfacility": 9822, + "Ġquit": 9823, + "Ġprinting": 9824, + "ĠSquirrel": 9825, + "itative": 9826, + "Ġworship": 9827, + "Ġimmense": 9828, + "Ġburned": 9829, + "Ġseasons": 9830, + "gging": 9831, + "Ġcopper": 9832, + "Ġempire": 9833, + "Ġinstant": 9834, + "ĠLeo": 9835, + "Ġneglect": 9836, + "Ġchannels": 9837, + "inating": 9838, + "Ġframework": 9839, + "ĠConstitution": 9840, + "ollowing": 9841, + "Ġdawn": 9842, + "Guid": 9843, + "neath": 9844, + "thur": 9845, + "Ġpulling": 9846, + "ĠSciences": 9847, + "erk": 9848, + "rape": 9849, + "Ġdistress": 9850, + "ĠPrepare": 9851, + "Ġconstructed": 9852, + "Jesus": 9853, + "Ġbin": 9854, + "ĠZeal": 9855, + "Ġlegislation": 9856, + "Ġexpansion": 9857, + "Ġsam": 9858, + "amma": 9859, + "Ġobsc": 9860, + "Ġblew": 9861, + "ĠLin": 9862, + "cd": 9863, + "Ġlakes": 9864, + "Ġwalks": 9865, + "Ġweigh": 9866, + "Ġlanding": 9867, + "Ġstriking": 9868, + "Find": 9869, + "brew": 9870, + "\\ud": 9871, + "Ġtracks": 9872, + "onder": 9873, + "Ġrelation": 9874, + "Ġparas": 9875, + "Ġfortune": 9876, + "forcement": 9877, + "rant": 9878, + "Ġtrains": 9879, + "Ġratio": 9880, + "ĠVietnam": 9881, + "Ġneedle": 9882, + "Ġremembering": 9883, + "Ġattach": 9884, + "ĠVe": 9885, + "-world": 9886, + "Ġenthusiasts": 9887, + "Ġdynamic": 9888, + "Ġentertainment": 9889, + "ĠPo": 9890, + "ĠDave": 9891, + "Ġsword": 9892, + "Ġbottles": 9893, + "ĠCorn": 9894, + "Ġsupplement": 9895, + "ĠIndust": 9896, + "Ġasthma": 9897, + "Ġtransformation": 9898, + "HD": 9899, + "Ġtriumph": 9900, + "Ġposted": 9901, + "cular": 9902, + "ĠPoint": 9903, + "Ġflexible": 9904, + "obbies": 9905, + "Ġnegoti": 9906, + "issance": 9907, + "grad": 9908, + "Sim": 9909, + "urp": 9910, + "ĠEventually": 9911, + "Ġcompound": 9912, + "ucose": 9913, + "Ġoptimal": 9914, + "Ġtobacco": 9915, + "Ill": 9916, + "Ġbunny": 9917, + "Ġsoup": 9918, + "ĠWindows": 9919, + "ppers": 9920, + "ruit": 9921, + "Ġrecycling": 9922, + "Looks": 9923, + "Ġcuriously": 9924, + "ĠTHIS": 9925, + "ĠReview": 9926, + "aine": 9927, + "Ġchrom": 9928, + "Ġtrio": 9929, + "hyl": 9930, + "Ġacquired": 9931, + "kind": 9932, + "Ġreign": 9933, + "ĠWise": 9934, + "Ġafterwards": 9935, + "Ġreasonable": 9936, + "ĠSym": 9937, + "riff": 9938, + "Ġcollections": 9939, + "Ġbreeding": 9940, + "Ġsnacks": 9941, + "Ġoccasion": 9942, + "never": 9943, + "Ġfifth": 9944, + "ika": 9945, + "Ġadmired": 9946, + "ĠFrancisco": 9947, + "Ġtorn": 9948, + "ĠNorm": 9949, + "Ġartif": 9950, + "Ġcrossed": 9951, + "-level": 9952, + "vard": 9953, + "Ġgang": 9954, + "MAN": 9955, + "rd": 9956, + "redict": 9957, + "Ġmechanism": 9958, + "Ġpilot": 9959, + "Ġpace": 9960, + "Ġpile": 9961, + "Ġcrystal": 9962, + "Ġaged": 9963, + "Ġhanded": 9964, + "Ġreflection": 9965, + "ĠArctic": 9966, + "gers": 9967, + "achers": 9968, + "Ġcolumn": 9969, + "Ġisolated": 9970, + "Ġash": 9971, + "Ġrust": 9972, + "Ġliterally": 9973, + "oa": 9974, + "iven": 9975, + "Ġcrossing": 9976, + "(G": 9977, + "Ġtu": 9978, + "Ġinqu": 9979, + "ĠServices": 9980, + "rus": 9981, + "ĠTop": 9982, + "Ġrespected": 9983, + "haped": 9984, + "Ġpairs": 9985, + "ĠHarr": 9986, + "Ġwithd": 9987, + "Ġupcoming": 9988, + "Ġmighty": 9989, + "ailed": 9990, + "aware": 9991, + "Ġuncover": 9992, + "rates": 9993, + "hole": 9994, + "ĠSecurity": 9995, + "ifting": 9996, + "Ġchips": 9997, + "ĠLiber": 9998, + "Ġnowhere": 9999, + "Ġsubtle": 10000, + "ĠMid": 10001, + "Ġgirlfriend": 10002, + "Ġmand": 10003, + "etts": 10004, + "Ġcompr": 10005, + "Ġspray": 10006, + "Ġoverhe": 10007, + "Ġcm": 10008, + "Ġvine": 10009, + "ĠAndrew": 10010, + "Ġvisits": 10011, + "Ġdrivers": 10012, + "ATION": 10013, + "psy": 10014, + "Ġresemb": 10015, + "Ġemerging": 10016, + "Co": 10017, + "Ġedition": 10018, + "aterials": 10019, + "Ġidentities": 10020, + "arios": 10021, + "Ġclimbing": 10022, + "Ġ\"|": 10023, + "Ġprime": 10024, + "Ġdemands": 10025, + "CR": 10026, + "GBT": 10027, + "Ġcord": 10028, + "Ġsticks": 10029, + "ĠRos": 10030, + "ĠUnlike": 10031, + "Ġopenly": 10032, + "Ġvolunteers": 10033, + "ĠZealand": 10034, + "Under": 10035, + "rolled": 10036, + "Ġcrown": 10037, + "Ġadapted": 10038, + "Ġshots": 10039, + "Ġalph": 10040, + "Ġissued": 10041, + "Ġproductivity": 10042, + "EST": 10043, + "ĠExploring": 10044, + "Ġdemocracy": 10045, + "Ġbadly": 10046, + "Ġnorms": 10047, + "Ġslic": 10048, + "urches": 10049, + "Ġeditor": 10050, + "Ġvitamins": 10051, + "ĠRab": 10052, + "Ġtrading": 10053, + "Christ": 10054, + "Ġconcluded": 10055, + "gie": 10056, + "ĠOlym": 10057, + "Ġthrown": 10058, + "ĠPortug": 10059, + "Ġphenomena": 10060, + "ĠAli": 10061, + "Ġinitiatives": 10062, + "Ġdesp": 10063, + "Ty": 10064, + "Ġdipl": 10065, + "Ġtrem": 10066, + "Ġbridges": 10067, + "Ġcompost": 10068, + "Ġcuis": 10069, + "Ġshed": 10070, + "iams": 10071, + "Ġpitch": 10072, + "idity": 10073, + "acon": 10074, + "Ġphotography": 10075, + "Ġaddressed": 10076, + "ĠWhether": 10077, + "Ġcock": 10078, + "Ġupstairs": 10079, + "Ġaudio": 10080, + "Ġenthusiast": 10081, + "ĠWil": 10082, + "Ġcomic": 10083, + "ĠOpt": 10084, + "Ġcaps": 10085, + "Ġdiamond": 10086, + "Ġnurt": 10087, + "ĠStory": 10088, + "Ġdeck": 10089, + "Ġattended": 10090, + "Ġacceptance": 10091, + "roductive": 10092, + "Ġfart": 10093, + "ishop": 10094, + "Ġvalued": 10095, + "Scient": 10096, + "Ġpip": 10097, + "ects": 10098, + "ĠOk": 10099, + "inson": 10100, + "Ġmindful": 10101, + "Ġrarely": 10102, + "Ġber": 10103, + "ession": 10104, + "akespe": 10105, + "Ġequations": 10106, + "Ġairpl": 10107, + "ylvan": 10108, + "Father": 10109, + "Ġprey": 10110, + "Ġcompetitive": 10111, + "Ġinitiative": 10112, + "owered": 10113, + "Ġwashed": 10114, + "Ġspectrum": 10115, + "'II": 10116, + "ĠIP": 10117, + "Ġbarely": 10118, + "Ġcarrots": 10119, + "ĠIde": 10120, + "Ġgrades": 10121, + "Ġproposal": 10122, + "ĠModern": 10123, + "Ġchlor": 10124, + "acc": 10125, + "Ġtrapped": 10126, + "gly": 10127, + "\\nit": 10128, + "Ġspices": 10129, + "soft": 10130, + "Ġlasting": 10131, + "Ġappeal": 10132, + "Ġvariations": 10133, + "aughs": 10134, + "CD": 10135, + "Ġtheore": 10136, + "Ġoutdoor": 10137, + "ĠHeart": 10138, + "Also": 10139, + "Ġquestioning": 10140, + "Ġpriest": 10141, + "Ġachievement": 10142, + "Ġflexibility": 10143, + "Cons": 10144, + "bage": 10145, + "ĠBrain": 10146, + "ESS": 10147, + "Ġautism": 10148, + "ĠGrandma": 10149, + "ĠBoard": 10150, + "bing": 10151, + "umer": 10152, + "Ġdiscom": 10153, + "Ġprayer": 10154, + "ĠID": 10155, + "Ġperf": 10156, + "uckles": 10157, + "ĠExamples": 10158, + "theless": 10159, + "Ġnucle": 10160, + "Ġpir": 10161, + "erman": 10162, + "Ġgranted": 10163, + "Ġtrend": 10164, + "Ġexpecting": 10165, + "ĠIslamic": 10166, + "Love": 10167, + "Ġfox": 10168, + "apor": 10169, + "Ġgrid": 10170, + "Ġcopies": 10171, + "lot": 10172, + "ori": 10173, + "ĠCir": 10174, + "ko": 10175, + "ĠIce": 10176, + "ĠSign": 10177, + "Ġrelatives": 10178, + "Ġmetals": 10179, + "Ġtherapist": 10180, + "Ġevaluation": 10181, + "Ġcomparison": 10182, + "Ġachievements": 10183, + "-un": 10184, + "Eng": 10185, + "estine": 10186, + "Ġequals": 10187, + "Ġcattle": 10188, + "Ġcin": 10189, + "ĠHaving": 10190, + "Ġmining": 10191, + "Col": 10192, + "Ġpestic": 10193, + "Ġwrites": 10194, + "Ġcontributes": 10195, + "ĠSelect": 10196, + "Ġremoving": 10197, + "Ġhal": 10198, + "ĠFact": 10199, + "Ġresearcher": 10200, + "akespeare": 10201, + "Ġsoph": 10202, + "Ġtheater": 10203, + "Ġcharges": 10204, + "Ġmedicines": 10205, + "Ġrevelation": 10206, + "-con": 10207, + "Wr": 10208, + "standing": 10209, + "cribed": 10210, + "Ġapproved": 10211, + "Ġcurve": 10212, + "Ġpublication": 10213, + "Ġbedroom": 10214, + "ĠReport": 10215, + "ĠJean": 10216, + "andy": 10217, + "pling": 10218, + "ĠUr": 10219, + "Ġaccompanied": 10220, + "Ġdwell": 10221, + "ĠBal": 10222, + "Ġshadows": 10223, + "bu": 10224, + "hor": 10225, + "Ġdread": 10226, + "Ġswall": 10227, + "Ġquantum": 10228, + "Ġbathroom": 10229, + "list": 10230, + "Ġcel": 10231, + "ĠIra": 10232, + "Ġeleg": 10233, + "Ġmolecular": 10234, + "telling": 10235, + "heimer": 10236, + "orrect": 10237, + "Ġdivid": 10238, + "Ġabandoned": 10239, + "aka": 10240, + "Ġaddiction": 10241, + "Ġexamination": 10242, + "Ġtricky": 10243, + "itches": 10244, + "Ġstew": 10245, + "Ġrestore": 10246, + ")\"Ċ": 10247, + "cm": 10248, + "Ġheading": 10249, + "Ġeducators": 10250, + "Ġprecisely": 10251, + "usal": 10252, + "Ġlecture": 10253, + "ĠAM": 10254, + "Ġstrategic": 10255, + "Ġsatisfied": 10256, + "Ġfeathers": 10257, + "ĠIran": 10258, + "Ġtrigger": 10259, + "Ok": 10260, + "OULD": 10261, + "Ġcared": 10262, + "Ġelected": 10263, + "Ġliteracy": 10264, + "fire": 10265, + "inter": 10266, + "Ġholy": 10267, + "ĠJones": 10268, + "Ġclassical": 10269, + "Ġboring": 10270, + "oca": 10271, + "Ġtracking": 10272, + "ĠKar": 10273, + "Ġupdated": 10274, + "'?\\": 10275, + "-No": 10276, + "Ġnom": 10277, + "Ġsuperior": 10278, + "-scale": 10279, + "ĠLos": 10280, + "Ġmode": 10281, + "ĠBusiness": 10282, + "Ġactors": 10283, + "ĠUSA": 10284, + "GO": 10285, + "Ms": 10286, + "Ġwheels": 10287, + "ART": 10288, + "Ġdialogue": 10289, + "also": 10290, + "Ġeffectiveness": 10291, + "uffy": 10292, + "El": 10293, + "Ġmindfulness": 10294, + "Ġadvis": 10295, + "Ġneighboring": 10296, + "Ġsadness": 10297, + "Ġlogic": 10298, + "Ġuniversal": 10299, + "Mother": 10300, + "cca": 10301, + "Ġsmiling": 10302, + "Ġscenarios": 10303, + "Ġunnecessary": 10304, + "anny": 10305, + "essie": 10306, + "Ġdisagreements": 10307, + "Ġfarmer": 10308, + "was": 10309, + "aki": 10310, + "Ġimpression": 10311, + "Ġcounts": 10312, + "Ġpolar": 10313, + "ĠClub": 10314, + "Ġperformances": 10315, + "Ġcolonies": 10316, + "Use": 10317, + "Ġhardware": 10318, + "Ġparticipation": 10319, + "Ġcoverage": 10320, + "erted": 10321, + "Ġbuff": 10322, + "ĠEss": 10323, + "Ġaging": 10324, + "):\\": 10325, + "TO": 10326, + "Ġranging": 10327, + "....\\": 10328, + "Ġdivine": 10329, + "Ġfond": 10330, + "Ġharn": 10331, + "Ġheaded": 10332, + "Ġinfant": 10333, + "Ġtrave": 10334, + "uan": 10335, + "Ġdozen": 10336, + "inded": 10337, + "Ġmenu": 10338, + "clop": 10339, + "Ġgrounds": 10340, + "Ġlegacy": 10341, + "Ġbutterflies": 10342, + "via": 10343, + "Ġowe": 10344, + "\\np": 10345, + "Ġparagraph": 10346, + "Ġphrases": 10347, + "Learn": 10348, + "yes": 10349, + "Ġvel": 10350, + "Ġsurprises": 10351, + "aints": 10352, + "Ġwherever": 10353, + "Ġplanes": 10354, + "Ġadvancements": 10355, + "Ġgratitude": 10356, + "Ġworries": 10357, + "ĠFree": 10358, + "ĠSteve": 10359, + "erior": 10360, + "ĠKent": 10361, + "Ġunfold": 10362, + "Ġsour": 10363, + "osph": 10364, + "Ġrealization": 10365, + "Ġexpenses": 10366, + "Ġvolt": 10367, + "Ġdisappointment": 10368, + "Ġrescue": 10369, + "Ġhistorians": 10370, + "ĠOnline": 10371, + "Ġmeasurement": 10372, + "Ġtranslation": 10373, + "ĠWrite": 10374, + "Sit": 10375, + "cthe": 10376, + "Ġabstract": 10377, + "ortion": 10378, + "cribe": 10379, + "ĠExplore": 10380, + "ealous": 10381, + "Ġearthquake": 10382, + "ati": 10383, + "olis": 10384, + "Their": 10385, + "Ġpreval": 10386, + "bey": 10387, + "ĠDemocr": 10388, + "ĠGulf": 10389, + "Ġtitled": 10390, + "otal": 10391, + "ritis": 10392, + "Ġtelephone": 10393, + "Ġadopt": 10394, + "Ġvarying": 10395, + "Ġ`": 10396, + "Ġrecept": 10397, + "Ġdump": 10398, + "keys": 10399, + "through": 10400, + "Ġcomputing": 10401, + "Art": 10402, + "ĠHAVE": 10403, + "ĠPed": 10404, + "Ġpharm": 10405, + "Ġcruel": 10406, + "Ġho": 10407, + "ylvania": 10408, + "comm": 10409, + "atal": 10410, + "achus": 10411, + "Ġsquee": 10412, + "fare": 10413, + "mony": 10414, + "Ġstopping": 10415, + "OUT": 10416, + "Ġsummary": 10417, + "ranean": 10418, + "ĠHospital": 10419, + "bour": 10420, + "Ġdental": 10421, + "ĠCould": 10422, + "ĠMult": 10423, + "ĠNut": 10424, + "hin": 10425, + "edy": 10426, + "Ġconstitution": 10427, + "Ġuniversities": 10428, + "Ġbee": 10429, + "Ġshru": 10430, + "Ġsug": 10431, + "Ġsciences": 10432, + "Ġspacecraft": 10433, + "Ġbreathtaking": 10434, + "books": 10435, + "fs": 10436, + "ĠPass": 10437, + "Ġversus": 10438, + "lend": 10439, + "plant": 10440, + "ivities": 10441, + "aky": 10442, + "ackson": 10443, + "uper": 10444, + "Ġlapt": 10445, + "adow": 10446, + "ĠJon": 10447, + "Ġworker": 10448, + "Ġeconomics": 10449, + "Ġabnormal": 10450, + "Ġrays": 10451, + "ĠRain": 10452, + "don": 10453, + "Ġthou": 10454, + "Ġsmarter": 10455, + "Ġcalculations": 10456, + "Ġhobbies": 10457, + "ĠRog": 10458, + "Ġconcerning": 10459, + "ĠSecretary": 10460, + "vals": 10461, + "Ġdangers": 10462, + "Aha": 10463, + "Ġlosses": 10464, + ":||": 10465, + "Ġdisasters": 10466, + "Ġmembr": 10467, + "ĠIntroduction": 10468, + "rary": 10469, + "Ġpaus": 10470, + "oting": 10471, + "Ġoppon": 10472, + "Ġopposed": 10473, + "ĠCentre": 10474, + "Understand": 10475, + "Ġunh": 10476, + "Ġlighter": 10477, + "charge": 10478, + "reated": 10479, + "ults": 10480, + "...\\\"\\": 10481, + "Ġterrif": 10482, + "UL": 10483, + "amiliar": 10484, + "Ġboyfriend": 10485, + "breaking": 10486, + "olen": 10487, + "Ġbetray": 10488, + "viously": 10489, + "ĠGeorgia": 10490, + "ifer": 10491, + "igious": 10492, + "music": 10493, + "Ġpine": 10494, + "ulty": 10495, + "everal": 10496, + "amination": 10497, + "arest": 10498, + "affe": 10499, + "Grand": 10500, + "mers": 10501, + "uated": 10502, + "ĠDifferent": 10503, + "Ġtempor": 10504, + "Ġstressed": 10505, + "bell": 10506, + "nh": 10507, + "alking": 10508, + "ĠAdministration": 10509, + "\\nh": 10510, + "ĠNic": 10511, + "Ġabsolute": 10512, + "Ġcharm": 10513, + "Ġinsulin": 10514, + "ĠTeam": 10515, + "Ġdescribing": 10516, + "Ġbleeding": 10517, + "Ġconvin": 10518, + "Ġticket": 10519, + "igs": 10520, + "ĠAmaz": 10521, + "ĠMichigan": 10522, + "ĠFacebook": 10523, + "Ġtab": 10524, + "ĠBud": 10525, + "bohyd": 10526, + "Ġexpanding": 10527, + "Ġdiscipline": 10528, + "ĠTheory": 10529, + "Shit": 10530, + "Ġthreatening": 10531, + "Ġexpanded": 10532, + "parents": 10533, + "Eh": 10534, + "Ġcoach": 10535, + "Ġstrings": 10536, + "Ġrenewed": 10537, + "Ġdramatically": 10538, + "Ġdiscomfort": 10539, + "KING": 10540, + "\\nf": 10541, + "ĠHa": 10542, + "Ġglance": 10543, + "ĠObject": 10544, + "Ġconsciousness": 10545, + "ĠDaniel": 10546, + "Ġassociation": 10547, + "Ġaffordable": 10548, + "SC": 10549, + "mn": 10550, + "Ġsnake": 10551, + "Check": 10552, + "Ġsatisfaction": 10553, + "opt": 10554, + "ĠEc": 10555, + "ilson": 10556, + "PD": 10557, + "ĠLGBT": 10558, + "Ġtrips": 10559, + "ĠProp": 10560, + "Ġshine": 10561, + "abel": 10562, + "plete": 10563, + "ĠBattle": 10564, + "Ġgaming": 10565, + "archy": 10566, + "Ġsadd": 10567, + "Ġexhibition": 10568, + "ĠNumber": 10569, + "ordan": 10570, + "ĠClin": 10571, + "ĠTech": 10572, + "Ġlibraries": 10573, + "ĠWhich": 10574, + "Ġprofile": 10575, + "ĠPhot": 10576, + "ieutenant": 10577, + "Ġdiffer": 10578, + "ĠInvest": 10579, + "Ġmineral": 10580, + "Ġcalend": 10581, + "Ġcyber": 10582, + "ador": 10583, + "Ġabroad": 10584, + "ĠKind": 10585, + "Ġscarce": 10586, + "ĠWales": 10587, + "Ġmanif": 10588, + "text": 10589, + "Ġcontainers": 10590, + "Ġimplementation": 10591, + "zheimer": 10592, + "Ġglucose": 10593, + "ĠPlant": 10594, + "Five": 10595, + "Ġflowing": 10596, + "Ġreporting": 10597, + "Ġcivilization": 10598, + "Ġintegrated": 10599, + "Ġslide": 10600, + "engu": 10601, + "Ġhorrible": 10602, + "ĠCross": 10603, + "Ġintr": 10604, + "iner": 10605, + "Ġbicy": 10606, + "Ġgut": 10607, + "ĠHand": 10608, + "Ġconsiderable": 10609, + "Ġannounce": 10610, + "Ġspeakers": 10611, + "Ġingredient": 10612, + "Ġholidays": 10613, + "Ġpunishment": 10614, + "Ġinvisible": 10615, + "Ġvalley": 10616, + "bris": 10617, + "Ġow": 10618, + "Ġregulation": 10619, + "vable": 10620, + "Ġdeer": 10621, + "Ġshirt": 10622, + "Ġintim": 10623, + "ĠVan": 10624, + "Ġzones": 10625, + "-out": 10626, + "Ġbelieving": 10627, + "Ġsoap": 10628, + "Ġtwists": 10629, + "Ġcomplications": 10630, + "rated": 10631, + "irts": 10632, + "agan": 10633, + "berries": 10634, + "ĠClean": 10635, + "-bl": 10636, + "Ġassociate": 10637, + "Ġterritories": 10638, + "-W": 10639, + "Yep": 10640, + "Ġthir": 10641, + "Ġexceed": 10642, + "ĠRE": 10643, + "Hist": 10644, + "outheast": 10645, + "ĠWait": 10646, + "ĠAncient": 10647, + "ĠDoc": 10648, + "occ": 10649, + "Ġdietary": 10650, + "oise": 10651, + "Ġequipped": 10652, + "Ġtid": 10653, + "Ġmarch": 10654, + "ĠPak": 10655, + "ularly": 10656, + "Ġsettlers": 10657, + "Ġeliminate": 10658, + "Ġkings": 10659, + "Ġguitar": 10660, + "Ġglue": 10661, + "Ġmaintained": 10662, + "Ġnitrogen": 10663, + "kel": 10664, + "ĠCur": 10665, + "ouses": 10666, + "prise": 10667, + "Ġgraduate": 10668, + "Ġaggressive": 10669, + "ĠIraq": 10670, + "uced": 10671, + "ropri": 10672, + "cha": 10673, + "Ġbesides": 10674, + "Ġinterpretation": 10675, + "Ġjewel": 10676, + "ione": 10677, + "-shaped": 10678, + "ĠTrad": 10679, + "Ġfrozen": 10680, + "ĠRen": 10681, + "ĠBird": 10682, + "Ġendangered": 10683, + "Ġdrives": 10684, + "Ġconsistently": 10685, + "Ġunlikely": 10686, + "Ġmotivation": 10687, + "ĠEncourage": 10688, + "orge": 10689, + "Ġsooner": 10690, + "holders": 10691, + "Ġshield": 10692, + "Ġrushed": 10693, + "-called": 10694, + "Ġintroducing": 10695, + "Ġcrafts": 10696, + "case": 10697, + "Ġacres": 10698, + "ceptions": 10699, + "Ġfairy": 10700, + "Ġrainfall": 10701, + "Ġattractive": 10702, + "Ġbom": 10703, + "Ġconsent": 10704, + "Ġpoems": 10705, + "Ġattacked": 10706, + "Ġintegrity": 10707, + "Researchers": 10708, + "Ġpod": 10709, + "opl": 10710, + "Ġdistributed": 10711, + "Ġsubstantial": 10712, + "Ġrelying": 10713, + "Ġbelt": 10714, + "Ġproviders": 10715, + "Ġmodified": 10716, + "ucker": 10717, + "ĠArts": 10718, + "ĠAdvent": 10719, + "Ġresponding": 10720, + "Ġdairy": 10721, + "ĠField": 10722, + "Ġstrangers": 10723, + "ĠAssess": 10724, + "Ġsoda": 10725, + "Ġpiqu": 10726, + "ĠBoy": 10727, + "Ġproven": 10728, + "Ġradical": 10729, + "ĠWilliams": 10730, + "-off": 10731, + "Ġcurren": 10732, + "ĠShakespeare": 10733, + "Ġconvinced": 10734, + "nl": 10735, + "ĠFair": 10736, + "Ġscales": 10737, + "Ġcapabilities": 10738, + "Ġtomatoes": 10739, + "HA": 10740, + "Ġspan": 10741, + "Ġannoy": 10742, + "Ġconducting": 10743, + "Ġselecting": 10744, + "Ġassembly": 10745, + "oded": 10746, + "ĠRon": 10747, + "Ġspeaker": 10748, + "Ġimplemented": 10749, + "achusetts": 10750, + "Ġteens": 10751, + "Ġ-\\": 10752, + "ĠMach": 10753, + "istical": 10754, + "Ġcompens": 10755, + "Ġinstances": 10756, + "ington": 10757, + "Ġvirtually": 10758, + "Ġalert": 10759, + "ĠRub": 10760, + "obe": 10761, + "Ġaudiences": 10762, + "RY": 10763, + "fc": 10764, + "vation": 10765, + "Ġlists": 10766, + "ĠSaint": 10767, + "ĠCE": 10768, + "igue": 10769, + "eman": 10770, + "Ġspat": 10771, + "Ġparad": 10772, + "orne": 10773, + "Ġmature": 10774, + "Ġracing": 10775, + "Ġstranger": 10776, + "Ġappreciating": 10777, + "Ġpeacefully": 10778, + "Ġiconic": 10779, + "-being": 10780, + "Ġsisters": 10781, + "aron": 10782, + "Ġtear": 10783, + "Ġadapting": 10784, + "PR": 10785, + "ĠBang": 10786, + "ĠIslands": 10787, + "Ġcoral": 10788, + "Ġfierce": 10789, + "Ġpanc": 10790, + "Ġdece": 10791, + "'RE": 10792, + "inn": 10793, + "uther": 10794, + "sell": 10795, + "ĠRet": 10796, + "Ġinfluential": 10797, + "ĠPolicy": 10798, + "Ġdeliber": 10799, + "ĠChapter": 10800, + "pending": 10801, + "Unfortunately": 10802, + "vi": 10803, + "Ġjealous": 10804, + "Ġrope": 10805, + "Ġbreed": 10806, + "Ġcatching": 10807, + "Ġfats": 10808, + "ĠCreek": 10809, + "ĠDam": 10810, + "brid": 10811, + "osynt": 10812, + ",I": 10813, + "wan": 10814, + "Ġintensity": 10815, + "ICE": 10816, + "Ġpanic": 10817, + "Ġretire": 10818, + "-hmm": 10819, + "ĠDuke": 10820, + "Ġinterior": 10821, + "Ġtickets": 10822, + "Ġstrand": 10823, + "Ġgotten": 10824, + "ĠArm": 10825, + "Ġhormone": 10826, + "ophy": 10827, + "Ġshower": 10828, + "Ġshoulders": 10829, + "Ġtailored": 10830, + "Ġarom": 10831, + "Ġsenses": 10832, + "ĠEngineering": 10833, + "ĠCond": 10834, + "umble": 10835, + "Ġ(\\\"": 10836, + "Ġnarrative": 10837, + "ĠMethod": 10838, + "roph": 10839, + "Ġapplies": 10840, + "Ġcooling": 10841, + "ĠLeg": 10842, + "Ġpartnership": 10843, + "zes": 10844, + "Ġabsence": 10845, + "Trans": 10846, + "Ġhazard": 10847, + "issipp": 10848, + "Ġfrightened": 10849, + "Ġenables": 10850, + "ĠBegin": 10851, + "cf": 10852, + "Ġapproaching": 10853, + "thew": 10854, + "Ġconsumed": 10855, + "Ġovernight": 10856, + "Ġidentical": 10857, + "Ġworrying": 10858, + "Ġthunder": 10859, + "covery": 10860, + "Ġstimul": 10861, + "Ġchurches": 10862, + "Ġcommunications": 10863, + "Ġvowed": 10864, + "Ġcompanions": 10865, + "MA": 10866, + "Ġalien": 10867, + "ĠList": 10868, + "Ġunderneath": 10869, + "Ġpurple": 10870, + "ungle": 10871, + "Ġimmigrants": 10872, + "-G": 10873, + "ĠApple": 10874, + "ĠSystems": 10875, + "ĠPier": 10876, + "ĠHebrew": 10877, + "Ġmatches": 10878, + "Ġconstit": 10879, + "Ġlabels": 10880, + "Ġnurses": 10881, + "pled": 10882, + "Ġempower": 10883, + "Ġjumped": 10884, + "Dis": 10885, + "Ġdisability": 10886, + "ĠShow": 10887, + "-res": 10888, + "Ġtent": 10889, + "ols": 10890, + "Ġshy": 10891, + "Ġfirsthand": 10892, + "Ġcrash": 10893, + "Ġminimal": 10894, + "Ġbuttons": 10895, + "inals": 10896, + "ĠFil": 10897, + "Ġtightly": 10898, + "Ġguides": 10899, + "Ġhormones": 10900, + "Ġsoy": 10901, + "Ġunem": 10902, + "Ġtransact": 10903, + "-cont": 10904, + "orious": 10905, + "ĠSelf": 10906, + "Ġstorms": 10907, + "Professor": 10908, + "Ġweekly": 10909, + "Ġidiot": 10910, + "Ġpand": 10911, + "Ġsolved": 10912, + "Ġworkshop": 10913, + "ĠMargaret": 10914, + "ĠSC": 10915, + "ĠBeth": 10916, + "gebra": 10917, + "Ġlanded": 10918, + "Ġcitizen": 10919, + "-one": 10920, + "ĠKNOW": 10921, + "ĠWriting": 10922, + "Ġalgorithms": 10923, + "Ġlux": 10924, + "unts": 10925, + "Ġspare": 10926, + "avior": 10927, + "ouns": 10928, + "ĠMuslim": 10929, + "Ġwages": 10930, + "Ġmaj": 10931, + "Ġgoodbye": 10932, + "ĠAlzheimer": 10933, + "Ġsurvived": 10934, + "Ġduo": 10935, + "ĠPut": 10936, + "ĠOper": 10937, + "ffective": 10938, + "BS": 10939, + "ĠHu": 10940, + "ĠHot": 10941, + "iley": 10942, + "Ġassignment": 10943, + "Ġ|\\": 10944, + "Ġswept": 10945, + "Ġsons": 10946, + "ĠCard": 10947, + "agle": 10948, + "Ġoccurring": 10949, + "sis": 10950, + "Ġdetected": 10951, + "Ġtempt": 10952, + "Ġverb": 10953, + "Ġshells": 10954, + "Ġcontinent": 10955, + "Ġinequality": 10956, + "Ġpiqued": 10957, + "nwe": 10958, + "Ġgaps": 10959, + "ĠFamiliar": 10960, + "orph": 10961, + "Ġbay": 10962, + "\\\")": 10963, + "Ġperception": 10964, + "Ġrabb": 10965, + "Shall": 10966, + "Ġimmers": 10967, + "Ġreminds": 10968, + "Ġly": 10969, + "istant": 10970, + "Ġcombines": 10971, + "Ġattracted": 10972, + "Jam": 10973, + "Ġrows": 10974, + "nex": 10975, + "Ġgoodness": 10976, + "Ġangles": 10977, + "Ġnestled": 10978, + "osaur": 10979, + "Ġvegg": 10980, + "nsylvania": 10981, + "OC": 10982, + "eks": 10983, + "rer": 10984, + "ĠFocus": 10985, + "ĠHead": 10986, + "Being": 10987, + "Ġhonestly": 10988, + "urable": 10989, + "aren": 10990, + "Anything": 10991, + "Ġpiano": 10992, + "Ġaboard": 10993, + "Ġavailability": 10994, + "Ġcontribution": 10995, + "Guideline": 10996, + "worm": 10997, + "Ġcows": 10998, + "ials": 10999, + "Ġelectrons": 11000, + "Ġaddresses": 11001, + "-com": 11002, + "Ġcombinations": 11003, + "Ġcriticism": 11004, + "bes": 11005, + "ĠPC": 11006, + "icted": 11007, + "Ġinterviews": 11008, + "Ġwider": 11009, + "icism": 11010, + "Ġprocessed": 11011, + "including": 11012, + "ĠRecogn": 11013, + "imm": 11014, + "Ġcoin": 11015, + "Ġrestrictions": 11016, + "people": 11017, + "iterranean": 11018, + "*:": 11019, + "Dav": 11020, + "Ġaffairs": 11021, + "Ġcrafting": 11022, + "Ġsilk": 11023, + "xual": 11024, + "Ġtastes": 11025, + "Ġpriorit": 11026, + "Ġcuisine": 11027, + "Ġreserv": 11028, + "ĠStone": 11029, + "Ġlocally": 11030, + "Ġpassengers": 11031, + "gender": 11032, + "Ġhurts": 11033, + "Ġnavigating": 11034, + "Ġmultipl": 11035, + "Ġuncertainty": 11036, + "Ġbastard": 11037, + "issippi": 11038, + "bling": 11039, + "Ġtrap": 11040, + "nm": 11041, + "Ġstur": 11042, + "ĠBell": 11043, + "umbers": 11044, + "ĠDie": 11045, + "Ġfeatured": 11046, + "Ġdiameter": 11047, + "Ġbiodiversity": 11048, + "ih": 11049, + "Ġov": 11050, + "Ġcolony": 11051, + "ĠMassachusetts": 11052, + "Ġrenowned": 11053, + "urolog": 11054, + "Ġlaser": 11055, + "ioned": 11056, + "Ġcorners": 11057, + "ĠColorado": 11058, + "Ġvivid": 11059, + "Ġdeserves": 11060, + "iox": 11061, + "Ġreturns": 11062, + "ĠCarib": 11063, + "Ġmortality": 11064, + "ĠGive": 11065, + "ermined": 11066, + "Ġreflects": 11067, + "Ġpalace": 11068, + "Ġclubs": 11069, + "Ġridiculous": 11070, + "Ġauthentic": 11071, + "Captain": 11072, + "ĠTree": 11073, + "ĠAuthor": 11074, + "Ġattitudes": 11075, + "Ġpencil": 11076, + "ĠFaith": 11077, + "Ġoak": 11078, + "Ġstairs": 11079, + "ĠEnter": 11080, + "Ġquantity": 11081, + "Ġbeds": 11082, + "ĠALL": 11083, + "nin": 11084, + "ounder": 11085, + "ĠIII": 11086, + "ĠEric": 11087, + "asted": 11088, + "ĠJun": 11089, + "Ġexperimental": 11090, + "APTER": 11091, + "Ġinnit": 11092, + "Ġsophist": 11093, + "natural": 11094, + "Ġque": 11095, + "ymph": 11096, + "Ġneeding": 11097, + "-solving": 11098, + "Ġtouching": 11099, + "section": 11100, + "Absolutely": 11101, + "oline": 11102, + "hemistry": 11103, + "ĠChairman": 11104, + "Ġdebris": 11105, + "ggy": 11106, + "Ġintelligent": 11107, + "ĠPay": 11108, + "ĠLow": 11109, + "face": 11110, + "ja": 11111, + "power": 11112, + "Ġfits": 11113, + "ĠSon": 11114, + "ĠBa": 11115, + "-------\\": 11116, + "Ġabsor": 11117, + "Ġdrops": 11118, + "Ġnoteb": 11119, + "iva": 11120, + "Ġadj": 11121, + "Ġamend": 11122, + "Ġmeth": 11123, + "Ġbroader": 11124, + "Ġbullet": 11125, + "Ġceremony": 11126, + "Ġnoble": 11127, + "Ġberries": 11128, + "ĠWITH": 11129, + "Ġjar": 11130, + "Ġresid": 11131, + "Ġfrustrated": 11132, + "Ġconclusions": 11133, + "Ġrespectful": 11134, + "Ġchamber": 11135, + "gener": 11136, + "Ġduties": 11137, + "-est": 11138, + "ĠLew": 11139, + "Ġcharacterized": 11140, + "Ġemployee": 11141, + "ĠAld": 11142, + "ĠWik": 11143, + "ĠFund": 11144, + "Ġenlight": 11145, + "Ġmeanings": 11146, + "ĠAngeles": 11147, + "Life": 11148, + "because": 11149, + "rin": 11150, + "ĠSky": 11151, + "ĠCAN": 11152, + "ĠStation": 11153, + "Ġaccused": 11154, + "Ġburden": 11155, + "Ġadaptation": 11156, + "Ġquantities": 11157, + "Ġemphasis": 11158, + "Ġintercon": 11159, + "iversary": 11160, + "Ġownership": 11161, + "Ġculinary": 11162, + "Ġharness": 11163, + "Ġtin": 11164, + "ĠBern": 11165, + "Ġspons": 11166, + "Ġinfo": 11167, + "table": 11168, + "Ġbib": 11169, + "ĠLes": 11170, + "ĠJackson": 11171, + "lims": 11172, + "oking": 11173, + "ustain": 11174, + "Ġcontents": 11175, + "velength": 11176, + "awa": 11177, + "Ġshifts": 11178, + "otype": 11179, + "Ġoverhead": 11180, + "Ġwarmer": 11181, + "Ġgardening": 11182, + "Ġbars": 11183, + "Ġseats": 11184, + "Ġcharming": 11185, + "ĠPict": 11186, + "bec": 11187, + "Ġastronaut": 11188, + "Ġminister": 11189, + "Ġdesigners": 11190, + "ĠBarb": 11191, + "Ġguarantee": 11192, + "ĠGarden": 11193, + "agnetic": 11194, + "Ġrebu": 11195, + "gic": 11196, + "ĠAnalysis": 11197, + "Ġlawn": 11198, + "Ġspotted": 11199, + "ĠWildlife": 11200, + "ilize": 11201, + "ublished": 11202, + "iolet": 11203, + "Ġbelonging": 11204, + "Ġmammals": 11205, + "ĠWorks": 11206, + "Ġdebates": 11207, + "Ġcollaborate": 11208, + "Ġarrested": 11209, + "onomic": 11210, + "lly": 11211, + "Ġstaring": 11212, + "[G": 11213, + "ĠCook": 11214, + "ĠNick": 11215, + "Ask": 11216, + "Ġcleaner": 11217, + "Ġkilometers": 11218, + "Com": 11219, + "ding": 11220, + "Ġsimilarities": 11221, + "Ġdetermining": 11222, + "Ġsalmon": 11223, + "ĠTrust": 11224, + "Ġhunger": 11225, + "Ġbitter": 11226, + "Ġprobability": 11227, + "Ġappointment": 11228, + ".|\\": 11229, + "Ġknocked": 11230, + "Ġrespir": 11231, + "Ġunfamiliar": 11232, + "Ġanalyzed": 11233, + "Cong": 11234, + "Ġcrust": 11235, + "Ġcheaper": 11236, + "-minded": 11237, + "Ġneurons": 11238, + "Ġgadgets": 11239, + "Ġdow": 11240, + "igned": 11241, + "Ġadolesc": 11242, + "DO": 11243, + "da": 11244, + "Ġcoding": 11245, + "thritis": 11246, + "Ġconserv": 11247, + "pring": 11248, + "Ġhorizont": 11249, + "ghan": 11250, + "Ġstolen": 11251, + "Ġslip": 11252, + "ĠMajesty": 11253, + "-v": 11254, + "Ġlt": 11255, + "ĠCode": 11256, + "ools": 11257, + "ĠMediterranean": 11258, + "ĠConservation": 11259, + "umatic": 11260, + "ĠGall": 11261, + "Ġpursue": 11262, + "opyright": 11263, + "Ġnerves": 11264, + "Ġresolve": 11265, + "bitious": 11266, + "uled": 11267, + "ureau": 11268, + "Ġimpressed": 11269, + "Ġclosing": 11270, + "Ġsurviv": 11271, + "Ġvertical": 11272, + "Ġsang": 11273, + "Ġvoy": 11274, + "onsense": 11275, + "Inc": 11276, + "ĠAntar": 11277, + "Bel": 11278, + "orters": 11279, + "Ġchip": 11280, + "Ġassets": 11281, + "Ġpayment": 11282, + "Ġsparkling": 11283, + "Ġspeeds": 11284, + "rained": 11285, + "Ġsteep": 11286, + "Sammy": 11287, + "Ġslept": 11288, + "-ray": 11289, + "Dear": 11290, + "Med": 11291, + "Ġknees": 11292, + "Ġprotest": 11293, + "ĠFlore": 11294, + "DS": 11295, + "reation": 11296, + "Ġinstinct": 11297, + "Rob": 11298, + "etary": 11299, + "raine": 11300, + "thon": 11301, + "Ġdreamed": 11302, + "Ġnewspapers": 11303, + "Ġelectronics": 11304, + "Ġleather": 11305, + "WHAT": 11306, + "Illustration": 11307, + "nhe": 11308, + "Ġgaining": 11309, + "Ġinvolvement": 11310, + "Ġprisoners": 11311, + "Ġlabeled": 11312, + "ĠOrganization": 11313, + "Ġantibiotics": 11314, + "Sally": 11315, + "ĠForce": 11316, + "rehe": 11317, + "Ġinviting": 11318, + "Ġexpedition": 11319, + "obs": 11320, + "Ġpriority": 11321, + "ĠPennsylvania": 11322, + "Ġvegetation": 11323, + "Ġappet": 11324, + "nut": 11325, + "ĠTell": 11326, + "ĠMaking": 11327, + "Ġseaf": 11328, + "Ġfollowers": 11329, + "Ġexecutive": 11330, + "Ġtriggers": 11331, + "-J": 11332, + "lical": 11333, + "ouch": 11334, + "sts": 11335, + "Ġprivile": 11336, + "Ġproportion": 11337, + "orus": 11338, + "Ġreverse": 11339, + "Ġadvances": 11340, + "Too": 11341, + "ela": 11342, + "Ġregret": 11343, + "Ġminus": 11344, + "ĠIndepend": 11345, + "Ġdirected": 11346, + "ea": 11347, + "Ġaster": 11348, + "rag": 11349, + "ĠWilson": 11350, + "pering": 11351, + "ĠAndy": 11352, + "Ġdevelopments": 11353, + "'Cause": 11354, + "ĠBon": 11355, + "Ġmissions": 11356, + "aneous": 11357, + "Ġyoga": 11358, + "Ġhence": 11359, + "Ġskies": 11360, + "Ġcomplement": 11361, + "Ġrubber": 11362, + "Big": 11363, + "Ste": 11364, + "ĠDri": 11365, + "Ġmonster": 11366, + "Ġgig": 11367, + "Ġprecision": 11368, + "Ġexchanged": 11369, + "Scientists": 11370, + "/s": 11371, + "Ġcareers": 11372, + "Ġrig": 11373, + "Ġpoliticians": 11374, + "Ġfortun": 11375, + "Ġnutrient": 11376, + "iral": 11377, + "Stand": 11378, + "Ġdefeat": 11379, + "ĠLaboratory": 11380, + "anas": 11381, + "Ġampl": 11382, + "Ġpopularity": 11383, + "ĠTurk": 11384, + "Ġmemorable": 11385, + "healthy": 11386, + "Pres": 11387, + "Ġhistories": 11388, + "Ġtunes": 11389, + "Ġgerms": 11390, + "har": 11391, + "Ġprofits": 11392, + "pass": 11393, + "Ġbands": 11394, + "rying": 11395, + "Ġarguing": 11396, + "Ġsimpler": 11397, + "awn": 11398, + "ĠNancy": 11399, + "Ġretired": 11400, + "Ġeighteen": 11401, + "Ġinclusive": 11402, + "adel": 11403, + "Ġairport": 11404, + "Ġpredators": 11405, + "ĠPrevention": 11406, + "Ġlogical": 11407, + "Ġgalaxies": 11408, + "Ġgrocery": 11409, + "Ġhip": 11410, + "imals": 11411, + "Ġfacial": 11412, + "Ġsweetheart": 11413, + "ACK": 11414, + "ĠSurvey": 11415, + "Ġink": 11416, + "ĠMA": 11417, + "ĠEs": 11418, + "ĠLocal": 11419, + "ivia": 11420, + "Ġpoet": 11421, + "Ġlightning": 11422, + "Ġofficially": 11423, + "Ġassumed": 11424, + "Ġthreads": 11425, + "Ġgrammar": 11426, + "nor": 11427, + "Ġbearing": 11428, + "ulous": 11429, + "Ġimaging": 11430, + "Ġambitious": 11431, + "ĠMah": 11432, + "agger": 11433, + "ocate": 11434, + "Ġswift": 11435, + "CHAPTER": 11436, + "Ġhesitated": 11437, + "Ġtoilet": 11438, + "ĠGirl": 11439, + "Ġmanual": 11440, + "Ġfitness": 11441, + "lied": 11442, + "ilation": 11443, + "Ġdetection": 11444, + "Ġultimate": 11445, + "Ġenabling": 11446, + "Ġoils": 11447, + "Ġende": 11448, + "wa": 11449, + "hea": 11450, + "itamin": 11451, + "ayer": 11452, + "Ġspeaks": 11453, + "Ġbreaths": 11454, + "Ġdesignated": 11455, + "Ġfilter": 11456, + "Ġscreening": 11457, + "Ġacknowledging": 11458, + "acies": 11459, + "Ġseal": 11460, + "Ġboil": 11461, + "Ġwishes": 11462, + "Red": 11463, + "Ġaunt": 11464, + "ĠProtection": 11465, + "aqu": 11466, + "Ġted": 11467, + "ĠCarr": 11468, + "ĠSmall": 11469, + "-bye": 11470, + "ĠOften": 11471, + "Ġthriving": 11472, + "Ġbutterfly": 11473, + "itled": 11474, + "iry": 11475, + "ĠAL": 11476, + "ĠResearchers": 11477, + "Ġhighlights": 11478, + "Ġshowcase": 11479, + "Ġgalaxy": 11480, + "Down": 11481, + "Ġpiss": 11482, + "ocated": 11483, + "Ġdispar": 11484, + "perm": 11485, + "lessness": 11486, + "Ġregarded": 11487, + "itarian": 11488, + "ellig": 11489, + "ĠFR": 11490, + "Ġwarned": 11491, + "Ġignore": 11492, + "Ġinterface": 11493, + "Ġyo": 11494, + "ĠDictionary": 11495, + "ĠAsk": 11496, + "Ġsends": 11497, + "Ġshowcasing": 11498, + "ĠCaribbean": 11499, + "Ġcancers": 11500, + "ĠJenny": 11501, + "aborate": 11502, + "ĠZara": 11503, + "ĠSupport": 11504, + "Ġdiplom": 11505, + "Ġwrap": 11506, + "Ġgrey": 11507, + "Ġstiff": 11508, + "Ġqueer": 11509, + "Ġjourneys": 11510, + "ĠTurkey": 11511, + "overs": 11512, + "lyn": 11513, + "regon": 11514, + "acent": 11515, + "riger": 11516, + "reating": 11517, + "Ġtargeted": 11518, + "Ġtourists": 11519, + "osaurs": 11520, + "Ġdys": 11521, + "Ġundert": 11522, + "Ġidentification": 11523, + "Ġwounded": 11524, + "ĠRomans": 11525, + "giving": 11526, + "ĠHad": 11527, + "Ġpressing": 11528, + "ĠImport": 11529, + "ĠBerlin": 11530, + "rug": 11531, + "Ġchecks": 11532, + "anche": 11533, + "ĠMississippi": 11534, + "ĠSad": 11535, + "Ġindicated": 11536, + "ATE": 11537, + "Ġdigging": 11538, + "ĠNavy": 11539, + "Ġintentions": 11540, + "nf": 11541, + "Ġlip": 11542, + "ĠLO": 11543, + "usalem": 11544, + "Ġwax": 11545, + "icious": 11546, + "Ġfunctioning": 11547, + "ĠParliament": 11548, + "Ġbullying": 11549, + "ĠNetwork": 11550, + "iovascular": 11551, + "Ġglac": 11552, + "Ġfatal": 11553, + "Ġunpredict": 11554, + "ressing": 11555, + "orous": 11556, + "ĠCut": 11557, + "Ġdrum": 11558, + "Ġirrig": 11559, + "-American": 11560, + "Ġsacrifice": 11561, + "Pat": 11562, + "Ġshining": 11563, + "estone": 11564, + "ricane": 11565, + "Ġpassions": 11566, + "Ġsupportive": 11567, + "Ġabsorbed": 11568, + "ĠAmazon": 11569, + "\\nbut": 11570, + "Ġscreens": 11571, + "Ġpatch": 11572, + "Ġphysician": 11573, + "Ġecological": 11574, + "Ġpursuing": 11575, + "Ġestablishment": 11576, + "Ġappointed": 11577, + "aired": 11578, + "Ġprincess": 11579, + "Ġodds": 11580, + "Ġvoltage": 11581, + "Ġpals": 11582, + "hism": 11583, + "Ġbump": 11584, + "ĠHit": 11585, + "ipedia": 11586, + "ĠVin": 11587, + "Ġclassified": 11588, + "ĠFish": 11589, + "rup": 11590, + "Ġjokes": 11591, + "Ġautumn": 11592, + "Ġleaned": 11593, + "Ġtensions": 11594, + "Ġexplos": 11595, + "Ġrelat": 11596, + "Ġgrandma": 11597, + "Ġbrighter": 11598, + "-century": 11599, + "arium": 11600, + "ĠKorean": 11601, + "Ġcasual": 11602, + "-unit": 11603, + "Ġraces": 11604, + "Ġreserved": 11605, + "ĠHindu": 11606, + "Ġsturdy": 11607, + "Ġcaf": 11608, + "Ġdict": 11609, + "geant": 11610, + "ĠPD": 11611, + "ĠFun": 11612, + "Ġrealistic": 11613, + "Ġskull": 11614, + "Ġtraged": 11615, + "Ġcompete": 11616, + "Ġdistinctive": 11617, + "Ġlend": 11618, + "Ġcarries": 11619, + "Ġvaried": 11620, + "Ġaccomplished": 11621, + "Ġbasketball": 11622, + "Bring": 11623, + "ean": 11624, + "nb": 11625, + "Ġanthrop": 11626, + "ĠDigital": 11627, + "-N": 11628, + "Ġgust": 11629, + "Ġdecent": 11630, + "Ġcamps": 11631, + "Ġsodium": 11632, + "ĠLim": 11633, + "Ġradi": 11634, + "guard": 11635, + "Ġfles": 11636, + "Probably": 11637, + "Ġartifacts": 11638, + "[Illustration": 11639, + "Ġpoured": 11640, + "ĠCL": 11641, + "ican": 11642, + "ĠJava": 11643, + "ĠAlaska": 11644, + "Ġmush": 11645, + "Ġparticle": 11646, + "ĠAnaly": 11647, + "retty": 11648, + "ĠAdam": 11649, + "ĠRena": 11650, + "Ġfirmly": 11651, + "Ġward": 11652, + "-law": 11653, + "zo": 11654, + "nto": 11655, + "Ġpeer": 11656, + "Ġdevelopers": 11657, + "Ġstorytelling": 11658, + "lotte": 11659, + "Mind": 11660, + "Ġcoinc": 11661, + "Ġconsuming": 11662, + "Ġattempting": 11663, + "-step": 11664, + "Ġelephant": 11665, + "ĠView": 11666, + "chnology": 11667, + "Ġcourts": 11668, + "Ġstructural": 11669, + "Show": 11670, + "Ġoccupied": 11671, + "ratulations": 11672, + "Ġneutral": 11673, + "Ġenchanting": 11674, + "-Yes": 11675, + "ĠHard": 11676, + "-sized": 11677, + "ĠFamiliarize": 11678, + "rine": 11679, + "Ġsore": 11680, + "Ġcarbohyd": 11681, + "Ġfatigue": 11682, + "ĠHistorical": 11683, + "Ġsurveys": 11684, + "_\\": 11685, + "uction": 11686, + "Ġabdom": 11687, + "ruce": 11688, + "reeze": 11689, + "Ġcompleting": 11690, + "Ġbrainstorm": 11691, + "ĠAlexander": 11692, + "Ġindependently": 11693, + "Ġadversity": 11694, + "Ġchallenged": 11695, + "Ġpurchased": 11696, + "PH": 11697, + "ĠNi": 11698, + "Ġkeen": 11699, + "Ġreproductive": 11700, + "Ġconcert": 11701, + "Ġdemonstrates": 11702, + "Ġrestaurants": 11703, + "Ġooh": 11704, + "Ġasp": 11705, + "Ġknights": 11706, + "Ġdiets": 11707, + "Ġviewpoint": 11708, + "Ġreferences": 11709, + "Want": 11710, + "Ġdign": 11711, + "ĠHim": 11712, + "INE": 11713, + "ĠScottish": 11714, + "Ġsink": 11715, + "ufff": 11716, + "Ġunfortunately": 11717, + "evin": 11718, + "Ġbore": 11719, + "ĠMolly": 11720, + "Ġherb": 11721, + "Ġassault": 11722, + "annah": 11723, + "Ġphilosoph": 11724, + "Ġcandidates": 11725, + "opher": 11726, + "Ġacute": 11727, + "Ġpreservation": 11728, + "Ġsensor": 11729, + "Ġdecreased": 11730, + "Pol": 11731, + "pless": 11732, + "ĠClick": 11733, + "Ġadvertising": 11734, + "Ġpouring": 11735, + "Aren": 11736, + "Ġerosion": 11737, + "Ġtroubles": 11738, + "ĠJuan": 11739, + "ĠMD": 11740, + "Ġflooding": 11741, + "aa": 11742, + "itched": 11743, + "Ġsunshine": 11744, + "ĠSusan": 11745, + "pent": 11746, + "Ġwhist": 11747, + "ĠChall": 11748, + "Ġeducate": 11749, + "ĠColonel": 11750, + "zona": 11751, + "Ġforum": 11752, + "Ġtrunk": 11753, + "ĠJustice": 11754, + "Ġstepping": 11755, + "-looking": 11756, + "ĠModel": 11757, + "Ġrespiratory": 11758, + "RC": 11759, + "hew": 11760, + "ĠCa": 11761, + "ilipp": 11762, + "UCK": 11763, + "ĠBased": 11764, + "pill": 11765, + "ĠUh": 11766, + "Ġrespective": 11767, + "Ġaston": 11768, + "Mommy": 11769, + "ĠConfed": 11770, + "ĠKids": 11771, + "Ġdependent": 11772, + "Ġminiature": 11773, + "Ġdivorce": 11774, + "atre": 11775, + "ĠAmy": 11776, + "Ġupdate": 11777, + "Ġreinfor": 11778, + "Ġcandidate": 11779, + "Ġwrapped": 11780, + "struct": 11781, + "Ġunited": 11782, + "ĠAsh": 11783, + "Ġunsure": 11784, + "Ġcrap": 11785, + "ĠCuri": 11786, + "Ġrational": 11787, + "ĠLuc": 11788, + "ĠLaura": 11789, + "ĠStop": 11790, + "iances": 11791, + "Ġpreserved": 11792, + "Ġemotionally": 11793, + "Ġpollut": 11794, + "Ġtowering": 11795, + "ĠHarvard": 11796, + "Ġfinance": 11797, + "Ġdrama": 11798, + "ĠHeritage": 11799, + "ĠLGBTQ": 11800, + "\\noh": 11801, + "ĠImm": 11802, + "orned": 11803, + "Ġanniversary": 11804, + "Ġdescriptions": 11805, + "ĠMuslims": 11806, + ":*": 11807, + "ĠArthur": 11808, + "Ġsensitivity": 11809, + "marks": 11810, + "ĠProm": 11811, + "ags": 11812, + "Ġ\"\\": 11813, + "Ġcampus": 11814, + "nwhat": 11815, + "immer": 11816, + "ĠPope": 11817, + "ĠLisa": 11818, + "Ġunderstands": 11819, + "Ġresting": 11820, + "Ġgeography": 11821, + "Ġwitnessed": 11822, + "_,": 11823, + "mat": 11824, + "Ġhitting": 11825, + "ĠCON": 11826, + "ĠBrian": 11827, + "umbling": 11828, + "ĠCommunication": 11829, + "Ġok": 11830, + "Ġdose": 11831, + "ichael": 11832, + "ttes": 11833, + "Ġarrangements": 11834, + "Ġtumor": 11835, + "Ġdisplays": 11836, + "pton": 11837, + "ĠMarie": 11838, + "Ġlowest": 11839, + "ĠJohnny": 11840, + "ĠDE": 11841, + "ĠMartha": 11842, + "Without": 11843, + "Ġconsistency": 11844, + "Ġgarage": 11845, + "unks": 11846, + "Ġgrandparents": 11847, + "Ġconcentrate": 11848, + "rox": 11849, + "illance": 11850, + "ĠJoy": 11851, + "Ġrelie": 11852, + "Ġrepresentatives": 11853, + "doors": 11854, + "Ġmanufacturers": 11855, + "Ġabundant": 11856, + "Ġwre": 11857, + "ĠEp": 11858, + "Ġjoints": 11859, + "Ġbriefly": 11860, + "arette": 11861, + "Were": 11862, + "Ġwo": 11863, + "ravel": 11864, + "ĠFar": 11865, + "tic": 11866, + "rix": 11867, + "Ġanch": 11868, + "ĠRail": 11869, + "ailing": 11870, + "Ġmeteor": 11871, + "Ġviewed": 11872, + "Ġtelescope": 11873, + "osynthesis": 11874, + "Ġlord": 11875, + "Ġcorrel": 11876, + "ĠNothing": 11877, + "Ġwiser": 11878, + "Ġvolunteer": 11879, + "Ġtirelessly": 11880, + "-k": 11881, + "Ġtune": 11882, + "utic": 11883, + "ĠSup": 11884, + "erness": 11885, + "Ġmonkey": 11886, + "Children": 11887, + "Ġdomain": 11888, + "Ġcompromise": 11889, + "LES": 11890, + "icon": 11891, + "ĠARE": 11892, + "rait": 11893, + "Lucy": 11894, + "ĠJen": 11895, + "Ġethics": 11896, + "Ġwelf": 11897, + "Ġsuits": 11898, + "Ġdeadly": 11899, + "ĠJerusalem": 11900, + "ĠTherapy": 11901, + "Post": 11902, + "ĠWhoa": 11903, + "writing": 11904, + "ears": 11905, + "Ġtremend": 11906, + "rection": 11907, + "ĠUP": 11908, + "Ġgenre": 11909, + "ĠPrime": 11910, + "Ġcapturing": 11911, + "Ġfarther": 11912, + "Ac": 11913, + "Ġhook": 11914, + "ĠHolly": 11915, + "Ġjun": 11916, + "Ġscare": 11917, + "Ġsuscept": 11918, + "Ġpoo": 11919, + "ĠHor": 11920, + "ĠLog": 11921, + "ometer": 11922, + "intage": 11923, + "-five": 11924, + "Ġhandsome": 11925, + "Ġillustrations": 11926, + "Mark": 11927, + "ĠSO": 11928, + "ĠBan": 11929, + "ĠDun": 11930, + "ĠJordan": 11931, + "obile": 11932, + "Ġwavelength": 11933, + "Ġreckon": 11934, + "Ġoverheard": 11935, + "Ġmischie": 11936, + "Ġcivilizations": 11937, + "Ġwelfare": 11938, + "Ġsew": 11939, + "Ġoffices": 11940, + "Ġemerge": 11941, + "Ġbacterial": 11942, + "Ġpenal": 11943, + "Ġgrief": 11944, + "Ġvaccines": 11945, + "Ġfibers": 11946, + "NS": 11947, + "Note": 11948, + "ĠCra": 11949, + "Ġorb": 11950, + "ussion": 11951, + "Mmm": 11952, + "Ġdemonstrating": 11953, + "Ġsubsequent": 11954, + "Ġlinear": 11955, + "ioxid": 11956, + "gro": 11957, + "Ġ)": 11958, + "inition": 11959, + "Ġugly": 11960, + "arettes": 11961, + "Ġloan": 11962, + "Ġloads": 11963, + "Ġcops": 11964, + "Ġportray": 11965, + "Ġdistricts": 11966, + "gust": 11967, + "Ġfir": 11968, + "Ġassumptions": 11969, + "ĠMountain": 11970, + "ĠStrateg": 11971, + "Ġdominant": 11972, + "Ġfaint": 11973, + "ĠObama": 11974, + "Ġcalendar": 11975, + "ĠAud": 11976, + "atherine": 11977, + "Ġrefugees": 11978, + "Somebody": 11979, + "Ġincorporated": 11980, + "who": 11981, + "rock": 11982, + "Ġinvesting": 11983, + "Again": 11984, + "atile": 11985, + "Ġstole": 11986, + "Ġpeas": 11987, + "ĠEmperor": 11988, + "Ġvoting": 11989, + "ĠOfficer": 11990, + "mal": 11991, + "ritional": 11992, + "inery": 11993, + "Ġawake": 11994, + "Ġmurdered": 11995, + "Ġtoss": 11996, + "ĠTam": 11997, + "ĠCell": 11998, + "Ġsailing": 11999, + "Ġperceived": 12000, + "ships": 12001, + "etically": 12002, + "Ġunint": 12003, + "Ġaccepting": 12004, + "Ġscholar": 12005, + "Ġstems": 12006, + "ĠClear": 12007, + "ĠOs": 12008, + "Ġmarking": 12009, + "Ġtiming": 12010, + "Ġcherished": 12011, + "Ġdining": 12012, + "Water": 12013, + "ĠMur": 12014, + "help": 12015, + "ĠUpon": 12016, + "Ġwoke": 12017, + "orig": 12018, + "ĠRod": 12019, + "Ġurine": 12020, + "Ġlicense": 12021, + "Ġveggies": 12022, + "David": 12023, + "uum": 12024, + "Ġinherent": 12025, + "ĠEle": 12026, + "ĠEgyptian": 12027, + "Ġpaused": 12028, + "Ġinterventions": 12029, + "ĠDivision": 12030, + "rot": 12031, + "Ġprecip": 12032, + "ĠKiki": 12033, + "Ġattent": 12034, + "Ġbaseball": 12035, + "Ġupdates": 12036, + "giene": 12037, + "Ġtanks": 12038, + "ĠComb": 12039, + "ĠFive": 12040, + "Ġdecay": 12041, + "Ġcooler": 12042, + "Ten": 12043, + "Ġdamp": 12044, + "Ġexplosion": 12045, + "Ġreleasing": 12046, + "Ġdimensions": 12047, + "duction": 12048, + "ouri": 12049, + "ethe": 12050, + "ĠOregon": 12051, + "Ġconstra": 12052, + "Ġcircul": 12053, + "Ġwool": 12054, + "uscript": 12055, + "urous": 12056, + "Ġconj": 12057, + "ĠBolt": 12058, + "Ġbug": 12059, + "IND": 12060, + "Ġbrowsing": 12061, + "gian": 12062, + "Ġinhib": 12063, + "Ġprejud": 12064, + "Ġprovider": 12065, + "Ġprize": 12066, + "edded": 12067, + "Excited": 12068, + "Ġwealthy": 12069, + "Ġfrustration": 12070, + "ĠMedia": 12071, + "THER": 12072, + "Ġprohib": 12073, + "ĠGather": 12074, + "Ġturtle": 12075, + "clopedia": 12076, + "Ġpressed": 12077, + "got": 12078, + "Ġprovince": 12079, + "Ġrelaxation": 12080, + "ĠPR": 12081, + "Ġrival": 12082, + "Ġnegatively": 12083, + "ĠCarlos": 12084, + "gae": 12085, + "change": 12086, + "alling": 12087, + "ĠResp": 12088, + "Ġechoed": 12089, + "Ġlivest": 12090, + "ĠRuth": 12091, + "ĠJenn": 12092, + "Ġreveals": 12093, + "Ġconfidently": 12094, + "ĠRest": 12095, + "Ġinev": 12096, + "Ġnoises": 12097, + "Ġsmallest": 12098, + "Ġglow": 12099, + "Ġtends": 12100, + "ĠGolden": 12101, + "BI": 12102, + "Sur": 12103, + "iors": 12104, + "wind": 12105, + "Ġpi": 12106, + "Ġstudio": 12107, + "Ġpassword": 12108, + "arently": 12109, + "Ġpredicted": 12110, + "ĠLevel": 12111, + "Ġexception": 12112, + "Ġdisagree": 12113, + "Ġregistered": 12114, + "Ġsch": 12115, + "Ġcliff": 12116, + "Ġshallow": 12117, + "Ġcasting": 12118, + "Twenty": 12119, + "aders": 12120, + "ĠCop": 12121, + "Ġaltered": 12122, + "ĠOtt": 12123, + "Ġruin": 12124, + "Ġchuckled": 12125, + "ĠDarwin": 12126, + "Ġescaped": 12127, + "Ġfake": 12128, + "Ġdull": 12129, + "Ġleap": 12130, + "Ġbubbles": 12131, + "Ġmelodies": 12132, + "Ġtubes": 12133, + "-be": 12134, + "rose": 12135, + "ĠMama": 12136, + "ĠEU": 12137, + "Ġcharacteristic": 12138, + "ropriate": 12139, + "PL": 12140, + "Ps": 12141, + "Ġaccompany": 12142, + "Ġsophisticated": 12143, + "Ġcable": 12144, + "Ġquote": 12145, + "ĠAgriculture": 12146, + "Ġthirst": 12147, + "Ġbloss": 12148, + "Ġmoderate": 12149, + "Ġelections": 12150, + "Ġwounds": 12151, + "ller": 12152, + "Ġmanagers": 12153, + "Ġforecast": 12154, + "Yet": 12155, + "ĠCooper": 12156, + "ĠNote": 12157, + "issors": 12158, + "Ġcycles": 12159, + "oving": 12160, + "Ġfence": 12161, + "Ġhats": 12162, + "ĠMS": 12163, + "ARD": 12164, + "Ġspinning": 12165, + "Ġrevenue": 12166, + "Ġtwinkling": 12167, + "ĠCost": 12168, + "ĠMir": 12169, + "Ġbarrier": 12170, + "estion": 12171, + "Ġrepresentative": 12172, + "Ġexotic": 12173, + "Ġregister": 12174, + "Ġcirculation": 12175, + "Ġdollar": 12176, + "itzer": 12177, + "otted": 12178, + "ĠBooks": 12179, + "ivals": 12180, + "Ġinterconnected": 12181, + "Ġlivestock": 12182, + "Ġbark": 12183, + "Ġexplicit": 12184, + "ĠGuard": 12185, + "Ġgast": 12186, + "urated": 12187, + "ĠAgain": 12188, + "Ġintegration": 12189, + "nso": 12190, + "ĠCulture": 12191, + "Ġgloves": 12192, + "Ġentitled": 12193, + "Ġconfront": 12194, + "Second": 12195, + "ĠPakistan": 12196, + "Ġgolf": 12197, + "ĠCrit": 12198, + "istance": 12199, + "Ġcharity": 12200, + "Ġswing": 12201, + "ĠSamuel": 12202, + "Ġventure": 12203, + "Ġdelivering": 12204, + "Ġobscure": 12205, + "-Unit": 12206, + "Hy": 12207, + "Ġties": 12208, + "agen": 12209, + "Ġoutdoors": 12210, + "Ġvisually": 12211, + "Ġextension": 12212, + "Ġconnects": 12213, + "ĠThroughout": 12214, + "there": 12215, + "bbed": 12216, + "Ġhouseholds": 12217, + "gregation": 12218, + "ĠMovement": 12219, + "Ġgym": 12220, + "ĠAlbert": 12221, + "Ġrocket": 12222, + "Happy": 12223, + "TA": 12224, + "Ġyards": 12225, + "uty": 12226, + "Ġchains": 12227, + "Ġquarters": 12228, + "Ġreply": 12229, + "ortunate": 12230, + "llie": 12231, + "ĠOUT": 12232, + "Ġunfor": 12233, + "Ġjewelry": 12234, + "abs": 12235, + "Ġattempted": 12236, + "Ġaest": 12237, + "itory": 12238, + "terior": 12239, + "Ġrefriger": 12240, + "Ġprevents": 12241, + "Ġdilig": 12242, + "ĠLewis": 12243, + "ti": 12244, + "Ġpants": 12245, + "ĠHold": 12246, + "Ġoutline": 12247, + "Ġparking": 12248, + "Ġthee": 12249, + "Ġarrangement": 12250, + "Ġallergies": 12251, + "ĠSpring": 12252, + "NE": 12253, + "Ġsquirrel": 12254, + "ĠArabic": 12255, + "press": 12256, + "tw": 12257, + "Ġpose": 12258, + "Ġlover": 12259, + "ĠCentury": 12260, + "Ġrats": 12261, + "Ġdevoted": 12262, + "Ġmarginal": 12263, + "-op": 12264, + "bian": 12265, + "ĠEve": 12266, + "Ġneighborhoods": 12267, + "Ġcorporate": 12268, + "General": 12269, + "PE": 12270, + "plex": 12271, + "ĠAlan": 12272, + "Ġpurchasing": 12273, + "Ġwithdraw": 12274, + "Mad": 12275, + "Ġeducated": 12276, + "Ġcritically": 12277, + "Ġremoval": 12278, + "wh": 12279, + "Ġmim": 12280, + "ĠCore": 12281, + "ĠBarn": 12282, + "Ġfourteen": 12283, + "usters": 12284, + "unicip": 12285, + "Ġscrolling": 12286, + "Ġstretching": 12287, + "ĠKy": 12288, + "Ġcommunicating": 12289, + "Ġauto": 12290, + "ĠArea": 12291, + "Ġutter": 12292, + "Ġboundary": 12293, + "Ġcollapse": 12294, + "Ġaffection": 12295, + "pace": 12296, + "Ġaye": 12297, + "Ġmaid": 12298, + "ĠWars": 12299, + "ĠHop": 12300, + "ĠNob": 12301, + "ostic": 12302, + "Ġthrilled": 12303, + "Ġcandles": 12304, + "urtles": 12305, + "Ġrituals": 12306, + "Ġworkplace": 12307, + "ieth": 12308, + "Ġreasoning": 12309, + "Ġapologize": 12310, + "erable": 12311, + "arse": 12312, + "Ġsoot": 12313, + "Ġguiding": 12314, + "Ġorientation": 12315, + "ĠFurthermore": 12316, + "ĠHas": 12317, + "igation": 12318, + "hematic": 12319, + "aire": 12320, + "inates": 12321, + "Ġresolved": 12322, + "ĠUk": 12323, + "ĠProcess": 12324, + "Ġwarfare": 12325, + "Ġfatty": 12326, + "Ġcrystals": 12327, + "ilant": 12328, + "plate": 12329, + "ĠIndeed": 12330, + "Ġnotable": 12331, + "Ġpartly": 12332, + "Ġcentered": 12333, + "Ġmonthly": 12334, + "ĠDisorder": 12335, + "ĠSmart": 12336, + "SH": 12337, + "esy": 12338, + "Ġscrap": 12339, + "Ġboots": 12340, + "Ġelementary": 12341, + "Ġpupils": 12342, + "Ġstereotypes": 12343, + "ĠPaper": 12344, + "Ġdesperate": 12345, + "Ġunre": 12346, + "Ġregulate": 12347, + "ĠAfghan": 12348, + "-made": 12349, + "ĠImpro": 12350, + "Ġwireless": 12351, + "Ġmisunderstandings": 12352, + "oors": 12353, + "ĠMot": 12354, + "ĠNight": 12355, + "Ġinventions": 12356, + "Ġadvocate": 12357, + "Ġconverted": 12358, + "Ġcorresponding": 12359, + "ĠArizona": 12360, + "mia": 12361, + "Ġbid": 12362, + "Ġseasonal": 12363, + "Ġarchitectural": 12364, + "Ġsixteen": 12365, + "/d": 12366, + "\\nso": 12367, + "ĠPenny": 12368, + "Ġanalys": 12369, + "Ġtransmitted": 12370, + "Ġtransferred": 12371, + "Ġblanket": 12372, + "Ġalbum": 12373, + "Coll": 12374, + "gency": 12375, + "Ġkin": 12376, + "ĠWithin": 12377, + "Ġsticking": 12378, + "ĠInspired": 12379, + "Ġreadily": 12380, + "Ġbalancing": 12381, + "Ġgems": 12382, + "ĠAIDS": 12383, + "umns": 12384, + "ĠLater": 12385, + "ocy": 12386, + "Ġballoon": 12387, + "Ġpromotes": 12388, + "rehend": 12389, + "Ġgenius": 12390, + "Ġventured": 12391, + "ml": 12392, + "ritious": 12393, + "Ġgroundbreaking": 12394, + "ĠGil": 12395, + "Ġconfig": 12396, + "Later": 12397, + "bd": 12398, + "Ġreleases": 12399, + "ĠRenaissance": 12400, + "Ġgaze": 12401, + "Ġfinishing": 12402, + "Ġtablets": 12403, + "iently": 12404, + "Ġdisk": 12405, + "Ġsurge": 12406, + "fficient": 12407, + "adelph": 12408, + "Ġproving": 12409, + "Ġdamaging": 12410, + "Ġpays": 12411, + "Ġpreced": 12412, + "Ġseasoned": 12413, + "Ġcrowded": 12414, + "Jamie": 12415, + "ĠSE": 12416, + "ĠGermans": 12417, + "nesota": 12418, + "ĠVictoria": 12419, + "acious": 12420, + "ĠCape": 12421, + "Ġoutbreak": 12422, + "ensed": 12423, + "ĠProper": 12424, + "Ġfraction": 12425, + "Indeed": 12426, + "Ġhired": 12427, + "abled": 12428, + "ĠGame": 12429, + "ĠOR": 12430, + "Ġtactics": 12431, + "Besides": 12432, + "olas": 12433, + "ĠEli": 12434, + "Ġcommands": 12435, + "Ġevenly": 12436, + "ĠFlorence": 12437, + "bble": 12438, + "esis": 12439, + "\\nis": 12440, + "ĠTower": 12441, + "ĠBull": 12442, + "iko": 12443, + "erald": 12444, + "Ġsalad": 12445, + "Ġcompeting": 12446, + "Ġconcentrations": 12447, + "ĠPete": 12448, + "Ġcurrency": 12449, + "vet": 12450, + "ĠWatch": 12451, + "Ġdivers": 12452, + "Ġinvestigating": 12453, + "Ġunwanted": 12454, + "bons": 12455, + "Ġmast": 12456, + "ĠCurrent": 12457, + "Ġgenerous": 12458, + "Ġbehavioral": 12459, + "burgh": 12460, + "Ġwires": 12461, + "Ġlion": 12462, + "taining": 12463, + "Ġshortly": 12464, + "Lastly": 12465, + "Ġscratch": 12466, + "IKE": 12467, + "Ġrepet": 12468, + "Old": 12469, + "oked": 12470, + "irus": 12471, + "Ġspine": 12472, + "Ġgenetics": 12473, + "Ġlasted": 12474, + "Honey": 12475, + "Ġouts": 12476, + "Ġflies": 12477, + "ĠSolar": 12478, + "bird": 12479, + "attle": 12480, + "Ġdude": 12481, + "\\\"?": 12482, + "Ġnotion": 12483, + "author": 12484, + "ĠOrder": 12485, + "Ġinvestors": 12486, + "Ġpunct": 12487, + "iological": 12488, + "uv": 12489, + "ĠDick": 12490, + "Ġgran": 12491, + "Ġsweat": 12492, + "inois": 12493, + "Ġgoddess": 12494, + "Ġpests": 12495, + "rage": 12496, + "Ġproductive": 12497, + "Ġannually": 12498, + "Ġexceptional": 12499, + "UD": 12500, + "Ġwhales": 12501, + "ĠMarsh": 12502, + "ĠKh": 12503, + "Ġmagnitude": 12504, + "Doesn": 12505, + "Ġcontroversial": 12506, + "orp": 12507, + "arking": 12508, + "Ġenric": 12509, + "ĠEddie": 12510, + "Ġinnovations": 12511, + "Ġtumors": 12512, + "Ġjacket": 12513, + "Ġblowing": 12514, + "Ġhurting": 12515, + "ĠComputer": 12516, + "Ġcampaigns": 12517, + "erto": 12518, + "oths": 12519, + "Ġshouting": 12520, + "CS": 12521, + "lete": 12522, + "Ġrespectively": 12523, + "Ġimmigration": 12524, + "Frank": 12525, + "Ġmetabol": 12526, + "oids": 12527, + "Ġtrucks": 12528, + "Ġnursing": 12529, + "Ġthermal": 12530, + "omal": 12531, + "Ġbend": 12532, + "ĠMess": 12533, + "thod": 12534, + "Ġcrypt": 12535, + "Ġalgorithm": 12536, + "Ġentrepreneurs": 12537, + "Ġling": 12538, + "Ġshaking": 12539, + "Ġboards": 12540, + "Ġdestro": 12541, + "Ġunfortunate": 12542, + "Ġwritings": 12543, + "Ġweaknesses": 12544, + "Ġolive": 12545, + "onge": 12546, + "Ġhier": 12547, + "Ġoverview": 12548, + "Ġmattered": 12549, + "Ġprecaut": 12550, + "aya": 12551, + "ĠHum": 12552, + "Ġsplend": 12553, + "Ġbrightly": 12554, + "Ġenhancing": 12555, + "Ġcopyright": 12556, + "Ġloyalty": 12557, + "western": 12558, + "Ġnasty": 12559, + "ĠTar": 12560, + "irable": 12561, + "quarters": 12562, + "redd": 12563, + "Ġphosph": 12564, + "Ġdelighted": 12565, + "Ġthirteen": 12566, + "arning": 12567, + "ĠTestament": 12568, + "ĠFriends": 12569, + "Rep": 12570, + "ĠDON": 12571, + "Ġhomemade": 12572, + "Ġdevelops": 12573, + "Ġrises": 12574, + "Students": 12575, + "Ġdevastating": 12576, + "Ġmasterpiece": 12577, + "Ma": 12578, + "ĠIng": 12579, + "Ġinvestments": 12580, + "ĠMei": 12581, + "ĠTurtle": 12582, + "adelphia": 12583, + "oning": 12584, + "Ġoffs": 12585, + "Ġcounted": 12586, + "Ġbehalf": 12587, + "Ġspecialist": 12588, + "Ġpromises": 12589, + "Ġexplanations": 12590, + "colm": 12591, + "imensional": 12592, + "Ġpersonnel": 12593, + "IVE": 12594, + "Ġtranslated": 12595, + "aughing": 12596, + "eda": 12597, + "ideo": 12598, + "Ġlocate": 12599, + "Ġindividually": 12600, + "Ġsuggestion": 12601, + "Ġadventurous": 12602, + "Ġadmire": 12603, + "Ġbedtime": 12604, + "Ġcardiovascular": 12605, + "Click": 12606, + "Ġevolutionary": 12607, + "onymous": 12608, + "Ġelegant": 12609, + "Ġrabbits": 12610, + "Ġflesh": 12611, + "ĠSoph": 12612, + "Ġurgent": 12613, + "Ġpigs": 12614, + "ufffds": 12615, + "ĠParent": 12616, + "Ġfights": 12617, + "forward": 12618, + "ĠBrad": 12619, + "cked": 12620, + "Ġatmospheric": 12621, + "Ġhighlighting": 12622, + "Ġdunno": 12623, + "BO": 12624, + "SO": 12625, + "Ġadverse": 12626, + "Ġinfants": 12627, + "Ġdigit": 12628, + "ĠPeace": 12629, + "Ġearning": 12630, + "Ġpipes": 12631, + "-Yeah": 12632, + "Ġpity": 12633, + "Ġhits": 12634, + "Ġsoils": 12635, + "isha": 12636, + "prints": 12637, + "Ġoriginated": 12638, + "Ġpenet": 12639, + "-night": 12640, + "Ġearthquakes": 12641, + "Met": 12642, + "ĠGET": 12643, + "Ġperpet": 12644, + "Ġloop": 12645, + "Ġdelved": 12646, + "Ġdefinitions": 12647, + "Ġdistinguish": 12648, + "ĠMicrosoft": 12649, + "ĠSweden": 12650, + "Ġjam": 12651, + "ĠJimmy": 12652, + "Meet": 12653, + "ĠCultural": 12654, + "Science": 12655, + "Ġglory": 12656, + "hysical": 12657, + "Ġexplores": 12658, + "Ġfreezing": 12659, + "ORE": 12660, + "Ġmotivated": 12661, + "ĠDiego": 12662, + "ĠSection": 12663, + "astics": 12664, + "ĠADHD": 12665, + "ĠWHAT": 12666, + "Ġhorizon": 12667, + "Ġsediment": 12668, + "Ġjungle": 12669, + "ĠLine": 12670, + "Ġapproval": 12671, + "Ġisolation": 12672, + "ĠCastle": 12673, + "Jo": 12674, + "Ġbored": 12675, + "\\nb": 12676, + "Ġsymp": 12677, + "Ġfaculty": 12678, + "Ġvariation": 12679, + "Ġadvocating": 12680, + "Ġhire": 12681, + "ilst": 12682, + "ordon": 12683, + "Ġdiarr": 12684, + "Ġinflation": 12685, + "Ġhonesty": 12686, + "orney": 12687, + "opia": 12688, + "ĠAnimal": 12689, + "Ġdressing": 12690, + "ĠCOM": 12691, + "ĠNa": 12692, + "ologically": 12693, + "Ġcrafted": 12694, + "Ġpersistent": 12695, + "Ġprosperity": 12696, + "oust": 12697, + "Ġdragon": 12698, + "leys": 12699, + "ĠBow": 12700, + "AST": 12701, + "Ġcatal": 12702, + "ĠAnton": 12703, + "Rich": 12704, + "Until": 12705, + "Health": 12706, + "Ġfunded": 12707, + "?'": 12708, + "isons": 12709, + "Ġquir": 12710, + "Ġopposition": 12711, + "ippy": 12712, + "ĠGrace": 12713, + "mary": 12714, + "Ġbrick": 12715, + "Ġbiom": 12716, + "Ġelephants": 12717, + "Ġbeam": 12718, + "ĠFest": 12719, + "Ġfragr": 12720, + "Ġmuseums": 12721, + "casts": 12722, + "lecting": 12723, + "Ġpresenting": 12724, + "ĠPhilipp": 12725, + "Ġunconscious": 12726, + "Ġfleet": 12727, + "ĠJersey": 12728, + "-class": 12729, + "Things": 12730, + "Ġshades": 12731, + "ĠDraw": 12732, + "Ġenforcement": 12733, + "Ġimpair": 12734, + "Ġroutines": 12735, + "Ġinclus": 12736, + "fle": 12737, + "Ġ%": 12738, + "Ġsulf": 12739, + "ilton": 12740, + "redients": 12741, + "ardo": 12742, + "lihood": 12743, + "ĠSimon": 12744, + "ĠSchools": 12745, + "Ġtunnel": 12746, + "Ġdisgust": 12747, + "ollo": 12748, + "Ġchopped": 12749, + "ĠTemple": 12750, + "Ġchromos": 12751, + "ĠIndones": 12752, + "Ġinfectious": 12753, + "Ġneurolog": 12754, + "Ġhers": 12755, + "THAT": 12756, + "Ġreferring": 12757, + "Ġchapters": 12758, + "Ġbloom": 12759, + "Run": 12760, + "ipt": 12761, + "ĠProblem": 12762, + "ĠDeep": 12763, + "Ġnutritious": 12764, + "Ġtragedy": 12765, + "ĠHur": 12766, + "gettable": 12767, + "Ġlabour": 12768, + "Ġtitles": 12769, + "ĠSupreme": 12770, + "CL": 12771, + "Ġforcing": 12772, + "Ġcontest": 12773, + "ĠDeath": 12774, + "kyo": 12775, + "III": 12776, + "Fast": 12777, + "adder": 12778, + "rypt": 12779, + "Ġtourism": 12780, + "Ġwidth": 12781, + "Ġdictionary": 12782, + "ĠBureau": 12783, + "erer": 12784, + "Att": 12785, + "ĠAbraham": 12786, + "ĠMatthew": 12787, + "Ġfossils": 12788, + "ĠIllinois": 12789, + "Ġproducers": 12790, + "Ġlaptop": 12791, + "ĠAk": 12792, + "Ġaspir": 12793, + "ector": 12794, + "pha": 12795, + "ĠAlong": 12796, + "ĠLeon": 12797, + "Ġutilize": 12798, + "Ġintimid": 12799, + "arians": 12800, + "leton": 12801, + "ĠJr": 12802, + "Ġaccounting": 12803, + "Ġresistant": 12804, + "Ġprints": 12805, + "BM": 12806, + "Ġenerg": 12807, + "Ġprovin": 12808, + "Ġstrip": 12809, + "Ġwip": 12810, + "Ġrod": 12811, + "ĠBridge": 12812, + "ĠGrad": 12813, + "Ġrobust": 12814, + "ĠGrandpa": 12815, + "ĠWHO": 12816, + "Ġtherape": 12817, + "Ġcares": 12818, + "Ġmanuscript": 12819, + "ĠWeek": 12820, + "Ant": 12821, + "RS": 12822, + "ĠPoly": 12823, + "ocaust": 12824, + "Ġmelt": 12825, + "ĠEmer": 12826, + "ĠFed": 12827, + "ĠStay": 12828, + "Ġscope": 12829, + "Cut": 12830, + "ĠGPS": 12831, + "ructive": 12832, + "Ġantioxid": 12833, + "ĠAmelia": 12834, + "Ġpropag": 12835, + "Ġconvince": 12836, + "Ġcomprehension": 12837, + "BE": 12838, + "aise": 12839, + "foreseen": 12840, + "Ġheadaches": 12841, + "Ġnavigation": 12842, + "arb": 12843, + "ĠMO": 12844, + "Ġbench": 12845, + "Ġreceives": 12846, + "Ġsmells": 12847, + "aderie": 12848, + "Ġdownt": 12849, + "araderie": 12850, + "ĠBri": 12851, + "Ġhopeful": 12852, + "Ġmechanics": 12853, + "ncy": 12854, + "Ġrehe": 12855, + "ĠHT": 12856, + "Ġvice": 12857, + "Ġvintage": 12858, + "ulture": 12859, + "Ġovers": 12860, + "Ġdemanding": 12861, + "Forget": 12862, + "ĠMinnesota": 12863, + "Ġvolcanic": 12864, + "Ġcaterpill": 12865, + "gments": 12866, + "Ġspinal": 12867, + "becca": 12868, + "upiter": 12869, + "Ġdeleg": 12870, + "Ġforb": 12871, + "ĠDiana": 12872, + "elled": 12873, + "iece": 12874, + "Ġnutritional": 12875, + "Ġunhappy": 12876, + "iona": 12877, + "utter": 12878, + "Ġsatellites": 12879, + "Ġgracefully": 12880, + "Ans": 12881, + "Mum": 12882, + "venue": 12883, + "aha": 12884, + "Better": 12885, + "Such": 12886, + "anz": 12887, + "Ġunhealthy": 12888, + "Ġstretched": 12889, + "Ġyeast": 12890, + "Ġdividing": 12891, + "atin": 12892, + "asma": 12893, + "Ġimpr": 12894, + "Ġcamaraderie": 12895, + "Ġhazards": 12896, + "ĠJacob": 12897, + "arity": 12898, + "Ġstub": 12899, + "ĠCold": 12900, + "ĠEX": 12901, + "Ġsensory": 12902, + "Ġconsequence": 12903, + "Ġpesticides": 12904, + "KS": 12905, + "QL": 12906, + "sun": 12907, + "ĠEaster": 12908, + "Ġspy": 12909, + "Ġtrails": 12910, + "Ġreplacement": 12911, + "Ġphotosynthesis": 12912, + "Ġfragile": 12913, + "keeper": 12914, + "Ġoptical": 12915, + "ĠSteven": 12916, + "-ey": 12917, + "Poor": 12918, + "Ġcharts": 12919, + "Ġheadache": 12920, + "Ġdevil": 12921, + "-col": 12922, + "hamed": 12923, + "Six": 12924, + "oof": 12925, + "Ġcomics": 12926, + "Ġnowadays": 12927, + "Ġgenres": 12928, + "Ġsimilarly": 12929, + "Intrigued": 12930, + "Ġruined": 12931, + "Ġminority": 12932, + "Kn": 12933, + "aved": 12934, + "Ġpunch": 12935, + "advant": 12936, + "Ġcanvas": 12937, + "ĠDate": 12938, + "ĠLE": 12939, + "ocity": 12940, + "Ġcolumns": 12941, + "Ġsnakes": 12942, + "Ġtextbook": 12943, + "ĠPhilip": 12944, + "Ġunpredictable": 12945, + "ĠSound": 12946, + "orting": 12947, + "Ġfeast": 12948, + "Ġbron": 12949, + "ployed": 12950, + "Ġfixing": 12951, + "Ġaquatic": 12952, + "Ġepisode": 12953, + "imeter": 12954, + "ĠThings": 12955, + "Ġbye": 12956, + "ĠStories": 12957, + "Ġviewing": 12958, + "Ġsuspected": 12959, + "Ġsouls": 12960, + "ĠHitler": 12961, + "cling": 12962, + "nerm": 12963, + "Ġunforeseen": 12964, + "Ġacknowledge": 12965, + "Michael": 12966, + "Ġnu": 12967, + "ĠText": 12968, + "ĠMu": 12969, + "igate": 12970, + "Ġtraces": 12971, + "Ġdesigner": 12972, + "Ġgasped": 12973, + "Ġoccasions": 12974, + "Ġwolf": 12975, + "Ġants": 12976, + "Ġintend": 12977, + "Ġrelaxed": 12978, + "ĠDorothy": 12979, + "Ġgenerating": 12980, + "Ġorganism": 12981, + "Ġruler": 12982, + "kward": 12983, + "nan": 12984, + "ĠSU": 12985, + "Ġguards": 12986, + "Ġdarker": 12987, + "Ġepic": 12988, + "Ġallergic": 12989, + "ĠPoll": 12990, + "Ġrefres": 12991, + "Ġtablet": 12992, + "Ġseparation": 12993, + "Public": 12994, + "Ġfisher": 12995, + "Ġstamp": 12996, + "amous": 12997, + "Ġspelling": 12998, + "Ġworthy": 12999, + "Ġpowered": 13000, + "Supp": 13001, + "iability": 13002, + "Ġshipping": 13003, + "Ġdecides": 13004, + "Ġsucceeded": 13005, + "ĠHawaii": 13006, + "Ġrehab": 13007, + "Ġfasc": 13008, + "Ġtranslate": 13009, + "ĠWalter": 13010, + "Ġbeaches": 13011, + "ĠMes": 13012, + "ĠPage": 13013, + "angles": 13014, + "ĠInterest": 13015, + "onal": 13016, + "ĠAqu": 13017, + "Ġintu": 13018, + "Ġunl": 13019, + "tebr": 13020, + "Ġimagery": 13021, + "ACE": 13022, + "-en": 13023, + "Ġwage": 13024, + "erget": 13025, + "orning": 13026, + "isy": 13027, + "gered": 13028, + "Ġvo": 13029, + "Ġincent": 13030, + "Ġsecretary": 13031, + "Ġcigarette": 13032, + "pin": 13033, + "Ġduration": 13034, + "alo": 13035, + "hedral": 13036, + "Ġsurre": 13037, + "Ġvend": 13038, + "ĠPhiladelphia": 13039, + "iens": 13040, + "Ġpadd": 13041, + "iches": 13042, + "ĠTenn": 13043, + "Ġsuck": 13044, + "ĠListen": 13045, + "Ġrelates": 13046, + "Ġfungi": 13047, + "ixel": 13048, + "Ġrigor": 13049, + "Ġmodeling": 13050, + "ĠConference": 13051, + "-te": 13052, + "Ġvom": 13053, + "Ġprayers": 13054, + "Ġpondered": 13055, + "Ġje": 13056, + "Ġprest": 13057, + "Ġmetaph": 13058, + "-dis": 13059, + "Ġcleaned": 13060, + "annel": 13061, + "Ġexecution": 13062, + "Ġceremon": 13063, + "ĠDanny": 13064, + "Ġhypothesis": 13065, + "makers": 13066, + "ĠAff": 13067, + "Ġappealing": 13068, + "Ġfacilitate": 13069, + "ĠMission": 13070, + "ĠLuther": 13071, + "Ġcompat": 13072, + "Ġsometime": 13073, + "Ġclosest": 13074, + "Ġpalm": 13075, + "Ass": 13076, + "ĠCall": 13077, + "ĠNat": 13078, + "Ġguilt": 13079, + "Ġbuses": 13080, + "Ġcoping": 13081, + "Ġfantasy": 13082, + "Ġtowers": 13083, + "hh": 13084, + "Ġthumb": 13085, + "Ġterrain": 13086, + "Ġpropose": 13087, + "Ġlifted": 13088, + "Ġdimin": 13089, + "Ġscattering": 13090, + "Geor": 13091, + "Ġlining": 13092, + "ĠBalt": 13093, + "Ġpubl": 13094, + "Ġirrigation": 13095, + "Ġdess": 13096, + "ĠAges": 13097, + "Ġglowing": 13098, + "Ġencounters": 13099, + "parency": 13100, + "DP": 13101, + "ĠWalk": 13102, + "Ġchasing": 13103, + "Ġfrost": 13104, + "Ġslipped": 13105, + "Ġtremendous": 13106, + "Ġtide": 13107, + "onom": 13108, + "ĠGreg": 13109, + "Ġwarriors": 13110, + "Ġchase": 13111, + "Ġdesires": 13112, + "Ġcray": 13113, + "ĠAns": 13114, + "Ġretrie": 13115, + "ĠLeague": 13116, + "Ġindicating": 13117, + "fu": 13118, + "emia": 13119, + "ĠOrigin": 13120, + "Ġfeared": 13121, + "Ġacted": 13122, + "ĠKansas": 13123, + "Ġclassrooms": 13124, + "Ġpots": 13125, + "Ġfiguring": 13126, + "Ġembry": 13127, + "Ġgestures": 13128, + "Ġuseless": 13129, + "ĠEPA": 13130, + "ylon": 13131, + "Ġirre": 13132, + "Ġliberty": 13133, + "Ġgum": 13134, + "Ġnaked": 13135, + "Ġrecovered": 13136, + "Ġwww": 13137, + "Ġrefuse": 13138, + "Ġpotato": 13139, + "clusion": 13140, + "ĠStephen": 13141, + "Ġhighlighted": 13142, + "ĠONE": 13143, + "Ġdug": 13144, + "Ġlou": 13145, + "oler": 13146, + "Ġcomr": 13147, + "ĠEver": 13148, + "ĠGro": 13149, + "Ġcountryside": 13150, + "ĠGuy": 13151, + "Ġacceptable": 13152, + "Ġdelve": 13153, + "Ġmanifest": 13154, + "-int": 13155, + "cus": 13156, + "Ġcort": 13157, + "Ġpap": 13158, + "roach": 13159, + "ĠSA": 13160, + "Ġchairs": 13161, + "ĠPH": 13162, + "Ġagreements": 13163, + "Ġgenome": 13164, + "Ġdiagram": 13165, + "Ġmarkers": 13166, + "Ġshouted": 13167, + "Ġion": 13168, + "Ġsummar": 13169, + "Ġstatue": 13170, + "Ġranges": 13171, + "ĠArgent": 13172, + "Ġcollaborative": 13173, + "Ġsickness": 13174, + "ĠPoland": 13175, + "Ġpreference": 13176, + "Ġdefeated": 13177, + "imen": 13178, + "ĠCass": 13179, + "ĠCorpor": 13180, + "ĠBir": 13181, + "ĠCharlotte": 13182, + "Ġdigestive": 13183, + "ĠPhysical": 13184, + "cking": 13185, + "acular": 13186, + "Ġalumin": 13187, + "Ġjur": 13188, + "Ġlikelihood": 13189, + "ptom": 13190, + "Ġrelied": 13191, + "elson": 13192, + "ercy": 13193, + "ĠCambridge": 13194, + "ĠKnowledge": 13195, + "when": 13196, + "ĠAction": 13197, + "ĠOnt": 13198, + "Ġaffair": 13199, + "Ġswelling": 13200, + "ĠSharing": 13201, + "Ġgovernor": 13202, + "Ġhybrid": 13203, + "Ġtreehouse": 13204, + "Ġmachinery": 13205, + "ĠMissouri": 13206, + "Ġfemin": 13207, + "Ġexclusive": 13208, + "Ġinherited": 13209, + "lar": 13210, + "Ġcomfortably": 13211, + "Ġcertific": 13212, + "Es": 13213, + "Ow": 13214, + "po": 13215, + "pot": 13216, + "semble": 13217, + "ĠWorking": 13218, + "gov": 13219, + "Ġestablishing": 13220, + "Sw": 13221, + "nas": 13222, + "Ġwitch": 13223, + "Ġsignature": 13224, + "Ġdinosaurs": 13225, + "Ġconstraints": 13226, + "Ġrear": 13227, + "ilient": 13228, + "Ġsegment": 13229, + "arded": 13230, + "Ġintact": 13231, + "Ġviewers": 13232, + "Ġhygiene": 13233, + "Ġsusp": 13234, + "ĠLiterature": 13235, + "BER": 13236, + "DR": 13237, + "ĠGas": 13238, + "Ġignor": 13239, + "Ġracism": 13240, + "Ġrevolutionary": 13241, + "Ġlod": 13242, + "ĠFuture": 13243, + "ĠGene": 13244, + "Always": 13245, + "Ġsequences": 13246, + "Ġpollutants": 13247, + "cal": 13248, + "ĠIV": 13249, + "Ġshocking": 13250, + "ĠFem": 13251, + "Ġencl": 13252, + "Ġdeny": 13253, + "Black": 13254, + "ĠStandards": 13255, + "jamin": 13256, + "Ġumb": 13257, + "Ġindoors": 13258, + "Ġpaints": 13259, + "Ġessays": 13260, + "Ġthrone": 13261, + "Ġpredictions": 13262, + "Ġashamed": 13263, + "ĠMand": 13264, + "Ġthereby": 13265, + "Ġshelf": 13266, + "nedy": 13267, + "Ġneighbour": 13268, + "ĠSuppose": 13269, + "Ġconvenient": 13270, + "ĠCase": 13271, + "Ġsurg": 13272, + "lectric": 13273, + "Ġexcav": 13274, + "-rich": 13275, + "Ġmembrane": 13276, + "Ġtherapeutic": 13277, + "Ġpest": 13278, + "eck": 13279, + "economic": 13280, + "Ġrestoration": 13281, + "Ġbreakthrough": 13282, + "Ġrains": 13283, + "shit": 13284, + "Ġconsisting": 13285, + "Ġembraced": 13286, + "Ġpossession": 13287, + "Ġinvasive": 13288, + "ĠImpact": 13289, + "Ġcontaminated": 13290, + "Bre": 13291, + "burn": 13292, + "Ġbak": 13293, + "Ġbeet": 13294, + "estinal": 13295, + "Ġfuneral": 13296, + "ĠTrade": 13297, + "ĠPerform": 13298, + "ĠBuild": 13299, + "Ser": 13300, + "erally": 13301, + "Ġuncon": 13302, + "Ġindirect": 13303, + "beat": 13304, + "Ġmodule": 13305, + "Ġencouragement": 13306, + "Ġdespair": 13307, + "Set": 13308, + "Ġbeating": 13309, + "Ġalgae": 13310, + "Ġavid": 13311, + "Ġbent": 13312, + "ĠTaking": 13313, + "ĠLieutenant": 13314, + "Ġposter": 13315, + "ĠMountains": 13316, + "Ġfateful": 13317, + "Ġsixth": 13318, + "LAU": 13319, + "ĠNazi": 13320, + "some": 13321, + "ĠMong": 13322, + "thy": 13323, + "Ġenerget": 13324, + "Ġglobally": 13325, + "Ġinterfere": 13326, + "Daddy": 13327, + "Ġteddy": 13328, + "Ġunforgettable": 13329, + "CA": 13330, + "Ġturtles": 13331, + "artial": 13332, + "Ġposters": 13333, + "Ġcyl": 13334, + "ez": 13335, + "estly": 13336, + "ĠFer": 13337, + "Ġcleared": 13338, + "Ġemphasized": 13339, + "nthey": 13340, + "Ġfestivals": 13341, + "LO": 13342, + "uana": 13343, + "Ġangel": 13344, + "Ġleak": 13345, + "ĠFranklin": 13346, + "ĠBetween": 13347, + "Ġhack": 13348, + "ĠTal": 13349, + "Ġdiver": 13350, + "ĠClark": 13351, + "Ġsemi": 13352, + "ĠHERE": 13353, + "ertainly": 13354, + "Ġwinner": 13355, + "Among": 13356, + "Ġclimbed": 13357, + "ĠStandard": 13358, + "onial": 13359, + "Young": 13360, + "Ġsetbacks": 13361, + "-che": 13362, + "Ever": 13363, + "Pardon": 13364, + "Ġpel": 13365, + "Ġdolph": 13366, + "Ġgains": 13367, + "ĠProfess": 13368, + "Ġstraightforward": 13369, + "ĠDavis": 13370, + "High": 13371, + "MO": 13372, + "cut": 13373, + "Ġsperm": 13374, + "eram": 13375, + "amily": 13376, + "Ġgrams": 13377, + "Ġservants": 13378, + "Ġsquir": 13379, + "Ġcontinuously": 13380, + "ĠDream": 13381, + "Ġmusician": 13382, + "Ġvisitor": 13383, + "Reg": 13384, + "Ġdemanded": 13385, + "-It": 13386, + "Ġster": 13387, + "Ġatomic": 13388, + "ĠDub": 13389, + "luded": 13390, + "Ġpractition": 13391, + "Ġrequirement": 13392, + "Ġstatistical": 13393, + "overnment": 13394, + "ĠHug": 13395, + "Ġrank": 13396, + "Ġfees": 13397, + "ressive": 13398, + "Ġmakeup": 13399, + "Ġdrift": 13400, + "flower": 13401, + "Ġsupper": 13402, + "Ġbias": 13403, + "Ġprevented": 13404, + "Ġhorror": 13405, + "ĠRoss": 13406, + "actic": 13407, + "early": 13408, + "Ġprince": 13409, + "ĠVery": 13410, + "ĠLastly": 13411, + "Ġpyram": 13412, + "Jan": 13413, + "onomy": 13414, + "Ġgross": 13415, + "Ġrewards": 13416, + "chi": 13417, + "ĠHay": 13418, + "Ġhumble": 13419, + "Ġexercising": 13420, + "ĠHung": 13421, + "Ġindoor": 13422, + "Ġsupplements": 13423, + "-care": 13424, + "Research": 13425, + "ĠDefinitely": 13426, + "ĠMiller": 13427, + "Ġresidential": 13428, + "Peter": 13429, + "dis": 13430, + "ĠGR": 13431, + "Ġloans": 13432, + "-foot": 13433, + "Ġfluids": 13434, + "Ġdocumented": 13435, + "-K": 13436, + ".R": 13437, + "ablish": 13438, + "Ġquad": 13439, + "Ġactor": 13440, + "ictional": 13441, + "Ġbuilds": 13442, + "Ġappearing": 13443, + "Ġawkward": 13444, + "Goodbye": 13445, + "Ġrainforest": 13446, + "flu": 13447, + "Ġcompelling": 13448, + "Must": 13449, + "Ġrevers": 13450, + "ĠName": 13451, + "enders": 13452, + "Ġspider": 13453, + "ĠCarla": 13454, + "Ġassignments": 13455, + "Ġteenagers": 13456, + "Ġoverse": 13457, + "Ġflip": 13458, + "ĠSpark": 13459, + "Ġhistorian": 13460, + "Ġpossessed": 13461, + "Ġdemocratic": 13462, + "Ġsuspicious": 13463, + "Ġoz": 13464, + "Ġpp": 13465, + "inian": 13466, + "Ġspite": 13467, + "aughters": 13468, + "Ġbelly": 13469, + "Ġbind": 13470, + "ĠWhis": 13471, + "thood": 13472, + "igma": 13473, + "Ġstuffed": 13474, + "Ġmiracle": 13475, + "Ġbulbs": 13476, + "Billy": 13477, + "Ġjazz": 13478, + "ogens": 13479, + "Ġrode": 13480, + "lude": 13481, + "fa": 13482, + "ĠAllow": 13483, + "Ġhonour": 13484, + "Ġmelting": 13485, + "parts": 13486, + "Ġbaked": 13487, + "roke": 13488, + "Ġincorrect": 13489, + "Ġfluct": 13490, + "Ġvacuum": 13491, + "Ġassessments": 13492, + "Ġdepartments": 13493, + "Ġca": 13494, + "ĠBad": 13495, + "emet": 13496, + "Ġslower": 13497, + "Ġsurveillance": 13498, + "Ġchimed": 13499, + "Ġnort": 13500, + "Ġsovere": 13501, + "ĠEffect": 13502, + "Ġclaiming": 13503, + "Ġcandle": 13504, + "Ġmurm": 13505, + "Ġlegendary": 13506, + "CP": 13507, + "Ge": 13508, + "ĠTrue": 13509, + "Ġalgebra": 13510, + "ĠRus": 13511, + "Ġtwent": 13512, + "ĠTeachers": 13513, + "Ġdropping": 13514, + "Ġprisoner": 13515, + "Ġloaded": 13516, + "lu": 13517, + "ĠBol": 13518, + "orship": 13519, + "Ġveins": 13520, + "Ġlegit": 13521, + "ĠSquare": 13522, + "Ġdignity": 13523, + "Ġprox": 13524, + "Ġdiscount": 13525, + "ancies": 13526, + "Ġdeficiency": 13527, + "Ġsunset": 13528, + "Ġembedded": 13529, + "Ġcontempl": 13530, + "Ġblending": 13531, + "pher": 13532, + "Ġprolong": 13533, + "eches": 13534, + "ĠBlood": 13535, + "Ġpicnic": 13536, + "Fire": 13537, + "ester": 13538, + "Ġanat": 13539, + "ateur": 13540, + "ĠHal": 13541, + "Ġeconomies": 13542, + "Ġescal": 13543, + "ĠMaryland": 13544, + "Eight": 13545, + "Ġbeast": 13546, + "ĠLiving": 13547, + "ĠYellow": 13548, + "ĠAnth": 13549, + "Ġreplacing": 13550, + "Ġquicker": 13551, + "Ġgraphics": 13552, + "Ġclarity": 13553, + "Ġpandemic": 13554, + "}\\": 13555, + "enza": 13556, + "irling": 13557, + "arten": 13558, + "Ġcarved": 13559, + "ĠEdna": 13560, + "ĠRelations": 13561, + "Ġmerg": 13562, + "Ġdumb": 13563, + "Ġcalc": 13564, + "Ġspoon": 13565, + "regular": 13566, + "Understanding": 13567, + "green": 13568, + "Ġhug": 13569, + "venile": 13570, + "Ġfled": 13571, + "Ġemperor": 13572, + "eeding": 13573, + "Ġdisposal": 13574, + "ĠRadio": 13575, + "Ġlinguistic": 13576, + "Ġhorizontal": 13577, + "Ġvoyage": 13578, + "Ġvocal": 13579, + "Ġevolve": 13580, + "THING": 13581, + "Ġconversion": 13582, + "boards": 13583, + "Ġpollen": 13584, + "Ġoccupation": 13585, + "-O": 13586, + "Ġwins": 13587, + "Ġonions": 13588, + "ockey": 13589, + "Ġenters": 13590, + "Ġelaborate": 13591, + "Ġdevelopmental": 13592, + "inge": 13593, + "Ġtoes": 13594, + "ĠFel": 13595, + "icken": 13596, + "ĠVi": 13597, + "Ġfailures": 13598, + "ĠEconomic": 13599, + "Ġsway": 13600, + "ĠSoft": 13601, + "Ġservant": 13602, + "Ġmagnet": 13603, + "Ġslee": 13604, + "Ġrecycled": 13605, + "Ġdanced": 13606, + "Ġerect": 13607, + "Ġrend": 13608, + "ĠEff": 13609, + "ĠGames": 13610, + "ryst": 13611, + "Ġpear": 13612, + "rub": 13613, + "Ġevac": 13614, + "enger": 13615, + "ĠFarmer": 13616, + "Ġferment": 13617, + "elligence": 13618, + "Ġwolves": 13619, + "Ġmapping": 13620, + "ĠTen": 13621, + "rium": 13622, + "Ġclinic": 13623, + "Ġsynthetic": 13624, + "Ġcautious": 13625, + "Ġalphabet": 13626, + "instein": 13627, + "ĠSher": 13628, + "Ġyourselves": 13629, + "ĠGary": 13630, + "ĠIntegr": 13631, + "ĠLabour": 13632, + "Congratulations": 13633, + "GS": 13634, + "onut": 13635, + "ĠKong": 13636, + "Ġindul": 13637, + "ĠTeacher": 13638, + "Ġstealing": 13639, + "Ġgeometry": 13640, + ".M": 13641, + "Home": 13642, + "rust": 13643, + "Ġpension": 13644, + "Ġlined": 13645, + "Ġvaries": 13646, + "Ġunemployment": 13647, + "oub": 13648, + "Ġdots": 13649, + "ĠHans": 13650, + "Ġcurrents": 13651, + "Ġpackages": 13652, + "Ġfloat": 13653, + "Ġmentally": 13654, + "Rem": 13655, + "Ġpione": 13656, + "unct": 13657, + "ositive": 13658, + "Ġfee": 13659, + "��cluster": 13660, + "hoot": 13661, + "ĠProduct": 13662, + "Ġsnap": 13663, + "ĠSenate": 13664, + "Ġspatial": 13665, + "Hang": 13666, + "Ġoste": 13667, + "Ġposed": 13668, + "Ġdisheart": 13669, + "Ġpresum": 13670, + "ĠBeach": 13671, + "Ġinvasion": 13672, + "Ġskeptical": 13673, + "Ġnurturing": 13674, + "boy": 13675, + "zens": 13676, + "Ġhint": 13677, + "atus": 13678, + "Ġrude": 13679, + "ĠFro": 13680, + "Ġincidents": 13681, + "Ġprescription": 13682, + "Ġviral": 13683, + "Ġmeadow": 13684, + "Ġcanal": 13685, + "ĠDC": 13686, + "Ġphysic": 13687, + "Ġmobility": 13688, + "fight": 13689, + "Ġyarn": 13690, + "ĠSay": 13691, + "Ġtaller": 13692, + "ĠMadame": 13693, + ")|\\": 13694, + "ui": 13695, + "Ġverse": 13696, + "ĠBO": 13697, + "anship": 13698, + "azed": 13699, + "Ġoneself": 13700, + "Ġbillions": 13701, + "Blood": 13702, + "ulsion": 13703, + "nwell": 13704, + "Ġgau": 13705, + "ĠFord": 13706, + "ĠTwitter": 13707, + "Ġdeposits": 13708, + "nia": 13709, + "jective": 13710, + "Ġmeter": 13711, + "Ġconfron": 13712, + "ĠSyria": 13713, + "Ġgeographical": 13714, + "worthy": 13715, + "enguin": 13716, + "ĠCR": 13717, + "Ġdement": 13718, + "Ġbricks": 13719, + "Ġrelating": 13720, + "Ġmatching": 13721, + "Emily": 13722, + "Ġfreed": 13723, + "Ġpant": 13724, + "ĠTour": 13725, + "ĠRoy": 13726, + "ĠJupiter": 13727, + "Ġdownstairs": 13728, + "Ġprescribed": 13729, + "ĠSpecific": 13730, + "Ġromance": 13731, + "uity": 13732, + "wick": 13733, + "omas": 13734, + "ulent": 13735, + "ĠMix": 13736, + "ĠFollow": 13737, + "ĠRyan": 13738, + "Ġclue": 13739, + "assium": 13740, + "Ġlimiting": 13741, + "Ġstrikes": 13742, + "ambling": 13743, + "Ġpursuit": 13744, + "Ġhind": 13745, + "ĠSel": 13746, + "ulas": 13747, + "Ġunst": 13748, + "Ġcontamination": 13749, + "Ġunexpectedly": 13750, + "Ġpoorly": 13751, + "Ġimaginary": 13752, + "Ġreinforce": 13753, + "Ġappetite": 13754, + "Ġinclusivity": 13755, + "Min": 13756, + "iah": 13757, + "Ġduck": 13758, + "acial": 13759, + "Ġparliament": 13760, + "Ġpayments": 13761, + "sembly": 13762, + "ogenic": 13763, + "ĠHolocaust": 13764, + "/A": 13765, + "range": 13766, + "Ġcott": 13767, + "hemes": 13768, + "ĠPur": 13769, + "----\\": 13770, + "Ġbrut": 13771, + "Ġpropos": 13772, + "ĠBrother": 13773, + "ĠPresent": 13774, + "Ġqualified": 13775, + "good": 13776, + "iy": 13777, + "Ġfut": 13778, + "Ġpork": 13779, + "ĠLind": 13780, + "Ġcommander": 13781, + "Ġillum": 13782, + "leanor": 13783, + "Ġwandering": 13784, + "Ġseparately": 13785, + "Ġportions": 13786, + "ĠCountry": 13787, + "ĠBiology": 13788, + "wall": 13789, + "Ġtummy": 13790, + "Ġgre": 13791, + "estial": 13792, + "untary": 13793, + "Unless": 13794, + "Ġritual": 13795, + "cb": 13796, + "Ġcomprehend": 13797, + "Ġhelpless": 13798, + "Ġscissors": 13799, + "ancers": 13800, + "Ġlesser": 13801, + "Ġmolecule": 13802, + "Ġringing": 13803, + "ĠSurpr": 13804, + "ĠProtest": 13805, + "Ġnotebook": 13806, + "\\nl": 13807, + "ainted": 13808, + "INK": 13809, + "Ġharmless": 13810, + "Ġadjustments": 13811, + "Ġinclusion": 13812, + "-ass": 13813, + "Having": 13814, + "ĠCT": 13815, + "Ġprosec": 13816, + "ĠEnt": 13817, + "Ġmetres": 13818, + ".ht": 13819, + "[C": 13820, + "gage": 13821, + "ĠFreedom": 13822, + "ĠOt": 13823, + "ĠUV": 13824, + "Ġmayor": 13825, + "Ġsnack": 13826, + "Ġenhanced": 13827, + "iated": 13828, + "Ġhast": 13829, + "irs": 13830, + "ilitation": 13831, + "ĠMatt": 13832, + "ciples": 13833, + "-ne": 13834, + "SP": 13835, + "Ġpills": 13836, + "ribly": 13837, + "ĠTokyo": 13838, + "Ġcouples": 13839, + "Ġbucket": 13840, + "George": 13841, + "ĠSnow": 13842, + "Ġcann": 13843, + "ĠPast": 13844, + "ĠOwn": 13845, + "ĠCenters": 13846, + "ĠSunny": 13847, + "Ġemphasize": 13848, + "heastern": 13849, + "idal": 13850, + "struction": 13851, + "ĠAz": 13852, + "ĠJUST": 13853, + "Ġpopped": 13854, + "Ġcurtain": 13855, + "Ġsocio": 13856, + "Ġconsisted": 13857, + "Ġcigarettes": 13858, + "Ġsubmitted": 13859, + "Ġhiking": 13860, + "Ġbombs": 13861, + "emetery": 13862, + "front": 13863, + "requ": 13864, + "Ġspecially": 13865, + "Ġcommem": 13866, + "Ġgenetically": 13867, + "Ġmultiply": 13868, + "Ġexperimenting": 13869, + "\\nno": 13870, + "ifty": 13871, + "ĠMakes": 13872, + "Ġdrill": 13873, + "Ġbroadcast": 13874, + "Ġinherit": 13875, + "Ġnonsense": 13876, + "Ġadorned": 13877, + "icket": 13878, + "ĠQuestions": 13879, + "ĠOntario": 13880, + "-he": 13881, + "-room": 13882, + "aft": 13883, + "ĠAy": 13884, + "Ġnearest": 13885, + "Ġwhoever": 13886, + "Ġpatri": 13887, + "Ġelectrom": 13888, + "ĠMarine": 13889, + "Ġinsisted": 13890, + "Ġenergetic": 13891, + "riers": 13892, + "Ġexh": 13893, + "ĠDiff": 13894, + "Ġaccord": 13895, + "Thus": 13896, + "ĠTele": 13897, + "ĠWikipedia": 13898, + "Ġsits": 13899, + "itness": 13900, + "ĠMoses": 13901, + "ĠHong": 13902, + "Ġsucc": 13903, + "Ġtwe": 13904, + "Ġrhythms": 13905, + "Ġsugars": 13906, + "utor": 13907, + "ĠFle": 13908, + "insula": 13909, + "ĠNov": 13910, + "Ġworkshe": 13911, + "ĠHyd": 13912, + "Ġcoordination": 13913, + "Ġrestricted": 13914, + "Ġsurvivors": 13915, + "Ġsusceptible": 13916, + "matic": 13917, + "unn": 13918, + "Ġgluten": 13919, + "Ġadvised": 13920, + "Ġelders": 13921, + "Ġmask": 13922, + "Ġbats": 13923, + "Ġfare": 13924, + "Ġpier": 13925, + "Ġresilient": 13926, + "ensing": 13927, + "-dep": 13928, + "Ġutility": 13929, + "Ġsanct": 13930, + "Ġparameters": 13931, + "dated": 13932, + "anium": 13933, + "ĠLED": 13934, + "Ġreluct": 13935, + "Ġhomeland": 13936, + "Ġcolours": 13937, + "Ġripp": 13938, + "Ġwilderness": 13939, + "Ġbrowser": 13940, + "Ġperceive": 13941, + "Ġaccommodate": 13942, + "Ġgle": 13943, + "Ġunderw": 13944, + "Ġchef": 13945, + "Ġlightly": 13946, + "Ġcomplexities": 13947, + "Ġdistinguished": 13948, + "ĠAfghanistan": 13949, + "Mod": 13950, + "hop": 13951, + "adies": 13952, + "ĠNap": 13953, + "ĠNich": 13954, + "akota": 13955, + "Ġprovision": 13956, + "Ġseverity": 13957, + "Ġbravery": 13958, + "Ġintegrating": 13959, + "ĠGreeks": 13960, + "Ġoverlooked": 13961, + "Ġenzymes": 13962, + "GA": 13963, + "spect": 13964, + "rene": 13965, + "-def": 13966, + "Ġfriction": 13967, + "bbing": 13968, + "ĠJourney": 13969, + "-line": 13970, + "kets": 13971, + "Ġhub": 13972, + "ĠTilly": 13973, + "Ġatom": 13974, + "ĠPil": 13975, + "ultural": 13976, + "Ġemails": 13977, + "Ġreads": 13978, + "Ġboiling": 13979, + "Ġcategor": 13980, + "Ġfloods": 13981, + "Ġpersistence": 13982, + "Ġrailway": 13983, + "ĠPierre": 13984, + "\\nhe": 13985, + "ĠMuch": 13986, + "Ġseiz": 13987, + "ĠDI": 13988, + "ĠKevin": 13989, + "ailable": 13990, + "Ġnetworking": 13991, + "Ġvotes": 13992, + "Ġ),": 13993, + "Ġdeaf": 13994, + "Ġtraditionally": 13995, + "Ġsailed": 13996, + "formed": 13997, + "olds": 13998, + "Ġsolace": 13999, + "Maria": 14000, + "-esteem": 14001, + "-per": 14002, + ".K": 14003, + "uz": 14004, + "ĠIvan": 14005, + "imb": 14006, + "Ġsearched": 14007, + "Ġcompact": 14008, + "ologic": 14009, + "ouncing": 14010, + "Ġlayout": 14011, + "Ġemployers": 14012, + "Ġscheduled": 14013, + "Ġbakery": 14014, + "Har": 14015, + "Ġtones": 14016, + "ĠWere": 14017, + "Ġfellows": 14018, + "ĠAustin": 14019, + "Ġsuperheroes": 14020, + "Ġsights": 14021, + "Ġmunicip": 14022, + "ĠSab": 14023, + "ĠSorry": 14024, + "Ġblocked": 14025, + "Ġtriangle": 14026, + "-san": 14027, + "screen": 14028, + "Ġdatabases": 14029, + "Ġattributes": 14030, + "Ġnour": 14031, + "ĠSoutheast": 14032, + "Ġjaw": 14033, + "ĠGrow": 14034, + "Ġspecified": 14035, + "ĠKennedy": 14036, + "ĠRoger": 14037, + "Aah": 14038, + "Ġcakes": 14039, + "ĠBaby": 14040, + "Ġcontrary": 14041, + "Ġentities": 14042, + "Ġhumidity": 14043, + "Ġhurried": 14044, + "Ġtourist": 14045, + "Ġadaptability": 14046, + "Ġinstallation": 14047, + "Ġanticipated": 14048, + "thodox": 14049, + "Ġfog": 14050, + "ĠMm": 14051, + "ĠWOR": 14052, + "Ġshoe": 14053, + "Ġallies": 14054, + "ipher": 14055, + "Ġaccent": 14056, + "Ġpole": 14057, + "Ġgenus": 14058, + "Ġoperated": 14059, + "Cal": 14060, + "Ġlamp": 14061, + "Ġsewing": 14062, + "Ġpartial": 14063, + "ANG": 14064, + "Ġjudges": 14065, + "Par": 14066, + "Ġzoo": 14067, + "ĠGovernor": 14068, + "Ġfertility": 14069, + "ĠCP": 14070, + "ĠCru": 14071, + "Ġket": 14072, + "Ġvag": 14073, + "Ġjury": 14074, + "Ġpressures": 14075, + "Instead": 14076, + "-or": 14077, + "\\nby": 14078, + "ĠSa": 14079, + "outing": 14080, + "unted": 14081, + "uclear": 14082, + "Ġlongest": 14083, + "Ġextinction": 14084, + "Ġmythology": 14085, + "Ġsandwich": 14086, + "Ġreefs": 14087, + "Ġshark": 14088, + "ĠFull": 14089, + "apel": 14090, + "Ġprotects": 14091, + "Ġarriving": 14092, + "Ġoxid": 14093, + "Ġcircular": 14094, + "ĠMelody": 14095, + "Ġpockets": 14096, + "ĠPsychology": 14097, + "Ġfulfill": 14098, + "Ġwrest": 14099, + "Ġange": 14100, + "Ġcontrad": 14101, + "Ġregime": 14102, + "Ġmonkeys": 14103, + "mega": 14104, + "Ġtravelers": 14105, + "ĠEuropeans": 14106, + "Ġsmartphones": 14107, + "Quick": 14108, + "Ġabundance": 14109, + "vate": 14110, + "ĠIss": 14111, + "ĠBurn": 14112, + "ĠHart": 14113, + "Ġuncovered": 14114, + "Ġrebell": 14115, + "ĠĠĠĠ": 14116, + "aque": 14117, + "pool": 14118, + "Ġsank": 14119, + "icular": 14120, + "ciation": 14121, + "ĠRachel": 14122, + "ĠConvention": 14123, + "Ġabsurd": 14124, + "Ġcycl": 14125, + "Ġpackaging": 14126, + "Ġaxis": 14127, + "Ġtheoretical": 14128, + "Ġgy": 14129, + "ĠOpp": 14130, + "Ġpasta": 14131, + "asha": 14132, + "Ġrainbow": 14133, + "Ġsculptures": 14134, + "Ġfavourite": 14135, + "after": 14136, + "Ġfounder": 14137, + "ĠHem": 14138, + "ĠLuke": 14139, + "Ġcatast": 14140, + "Ġappropriately": 14141, + "Ġdisputes": 14142, + "Ġanticipation": 14143, + "Disc": 14144, + "erb": 14145, + "ishe": 14146, + "state": 14147, + "ĠTraining": 14148, + "ĠWy": 14149, + "redit": 14150, + "ĠGab": 14151, + "ĠAltern": 14152, + "Ġassass": 14153, + "Ġconstell": 14154, + "Ġsubsid": 14155, + "ĠTurkish": 14156, + "ĠJess": 14157, + "Ġmanners": 14158, + "Ġpean": 14159, + "iph": 14160, + "Ġoccasional": 14161, + "Ġexecuted": 14162, + "Ġmicrow": 14163, + "Ġmol": 14164, + "ĠSong": 14165, + "Ġrang": 14166, + "Ġscent": 14167, + "OUGH": 14168, + "-dimensional": 14169, + "####": 14170, + "ĠNeuro": 14171, + "Ġinterrupted": 14172, + "Ġgorge": 14173, + "stration": 14174, + "Ġjet": 14175, + "Ġlimbs": 14176, + "Ġprogressive": 14177, + "ĠPersian": 14178, + "Ġmercury": 14179, + "Ġslices": 14180, + "Ġank": 14181, + "opter": 14182, + "ĠEM": 14183, + "------\\": 14184, + "ribution": 14185, + "Ġbush": 14186, + "rology": 14187, + "%,": 14188, + "HS": 14189, + "rops": 14190, + "Ġsmiles": 14191, + "mann": 14192, + "-min": 14193, + "ĠGrant": 14194, + "restrial": 14195, + "orable": 14196, + "lder": 14197, + "Ġattain": 14198, + "ĠDiet": 14199, + "ĠNether": 14200, + "Ġdiary": 14201, + "Ġpractically": 14202, + "Ġsquares": 14203, + "Ġsensation": 14204, + "ĠPolice": 14205, + "Ġmicroscope": 14206, + "?!": 14207, + "nals": 14208, + "Ġsorrow": 14209, + "Ġinvitation": 14210, + "Ġmines": 14211, + "Ġnails": 14212, + "Ġlied": 14213, + "antine": 14214, + "Ġdisadvant": 14215, + "Ġsyll": 14216, + "Ġkeyboard": 14217, + "ĠHispan": 14218, + "Ġcolleges": 14219, + "Ġstrive": 14220, + "-income": 14221, + "ĠAccount": 14222, + "ĠKentucky": 14223, + "-edge": 14224, + "Dec": 14225, + "Master": 14226, + "tail": 14227, + "Ġtense": 14228, + "Ġdolls": 14229, + "ercise": 14230, + "ĠPatrick": 14231, + "Ġsandwiches": 14232, + "ustainable": 14233, + "Talk": 14234, + "inology": 14235, + "alities": 14236, + "ĠSav": 14237, + "ĠBall": 14238, + "ĠPM": 14239, + "ĠNation": 14240, + "Ġpersec": 14241, + "Ġrecy": 14242, + "Ġtemples": 14243, + "ammad": 14244, + "Ġsurviving": 14245, + "ĠOlymp": 14246, + ".E": 14247, + "None": 14248, + "ĠMinist": 14249, + "Ġmeats": 14250, + "ĠPi": 14251, + "Ġsuited": 14252, + "agrams": 14253, + "iliation": 14254, + "Ġvolumes": 14255, + "iculously": 14256, + "Ready": 14257, + "ĠSafe": 14258, + "Paul": 14259, + "Ġdile": 14260, + "Ġhay": 14261, + "otional": 14262, + "Ġorph": 14263, + "ermine": 14264, + "Ġtransparency": 14265, + "Ġresponsibly": 14266, + "Ġburrow": 14267, + "Ġrevenge": 14268, + "aline": 14269, + "verages": 14270, + "rared": 14271, + "Ġmorph": 14272, + "Ġadoption": 14273, + "Ġemphasizing": 14274, + "Ġlawyers": 14275, + "Ġseamlessly": 14276, + "leans": 14277, + "Ġarthritis": 14278, + "Ġcellular": 14279, + "OUR": 14280, + "ĠPrim": 14281, + "Ġadmiring": 14282, + "Ġrulers": 14283, + "Ġbicycle": 14284, + "houses": 14285, + "tr": 14286, + "ĠUlt": 14287, + "mediate": 14288, + "Ġmistaken": 14289, + "Ġtherapists": 14290, + "ĠConsult": 14291, + "iscons": 14292, + "Ġacquire": 14293, + "Ġshelves": 14294, + "ĠDaily": 14295, + "(C": 14296, + "Ġforums": 14297, + "ĠSac": 14298, + "Ġtransplant": 14299, + "rones": 14300, + "Ġignored": 14301, + "Ġcontracts": 14302, + "ĠCuba": 14303, + "Ġsurgical": 14304, + "Origin": 14305, + "ĠPerson": 14306, + "ĠEarl": 14307, + "Ġbeaten": 14308, + "Ġawaited": 14309, + "Ġmethane": 14310, + "Ġviewpoints": 14311, + "Ġnail": 14312, + "andal": 14313, + "Ġbund": 14314, + "Doctor": 14315, + "Ġfrequencies": 14316, + "Tommy": 14317, + "original": 14318, + "isconsin": 14319, + "science": 14320, + "ĠDog": 14321, + "ĠDougl": 14322, + "Ġnegotiations": 14323, + "Ġreservoir": 14324, + "even": 14325, + "ĠTort": 14326, + "irpy": 14327, + "eller": 14328, + "ĠApplic": 14329, + "Ġwhispers": 14330, + "ĠLinux": 14331, + "di": 14332, + "ulse": 14333, + "Ġkills": 14334, + "ĠOS": 14335, + "ĠKate": 14336, + "Ġtreaty": 14337, + "Ġdefault": 14338, + "-huh": 14339, + "Ġruling": 14340, + "ĠElectric": 14341, + "Ġtemporarily": 14342, + "Aw": 14343, + "des": 14344, + "Ġdwar": 14345, + "Ġlymph": 14346, + "owa": 14347, + "Ġgrin": 14348, + "Ġagenda": 14349, + "Ġrotation": 14350, + "Ġmagazines": 14351, + "Ġ;": 14352, + "arre": 14353, + "ĠSem": 14354, + "inea": 14355, + "ergarten": 14356, + "Ġmanufacturer": 14357, + ".gov": 14358, + "Jul": 14359, + "eff": 14360, + "itate": 14361, + "isure": 14362, + "Ġchores": 14363, + "ĠPersonal": 14364, + "ĠEN": 14365, + "Ġtragic": 14366, + "Ġretail": 14367, + "Ann": 14368, + "Ġfragments": 14369, + "ĠFestival": 14370, + "La": 14371, + "QU": 14372, + "ĠBart": 14373, + "obic": 14374, + "Ġfluffy": 14375, + "Ġexpense": 14376, + "pended": 14377, + "Ġerupt": 14378, + "uf": 14379, + "Ġlin": 14380, + "ĠTalk": 14381, + "ĠLess": 14382, + "IME": 14383, + "Ġrequested": 14384, + "-man": 14385, + "np": 14386, + "Ġtens": 14387, + "Ġmi": 14388, + "Ġstoring": 14389, + "ĠBessie": 14390, + "Ġstrictly": 14391, + "ĠCreating": 14392, + "Ġfertilizer": 14393, + "Ġpause": 14394, + "sex": 14395, + "ĠBest": 14396, + "ĠRavi": 14397, + "ictions": 14398, + "Ġconfessed": 14399, + "scar": 14400, + "Ġoffspring": 14401, + "hol": 14402, + "ports": 14403, + "esar": 14404, + "Ġgates": 14405, + "Ġbeads": 14406, + "ques": 14407, + "Ġrushing": 14408, + "ĠVar": 14409, + "Ġlovers": 14410, + "Ġdefects": 14411, + "flow": 14412, + "Ġlifel": 14413, + "Ġmidnight": 14414, + "ĠAnnie": 14415, + "Ġacknowledged": 14416, + "ĠPython": 14417, + "Ġsketch": 14418, + "Ġseafood": 14419, + "Ġsquirrels": 14420, + "bial": 14421, + "iser": 14422, + "Ġna": 14423, + "ĠHER": 14424, + "ĠFeeling": 14425, + "Ġquaint": 14426, + "Ġpersonalities": 14427, + "Ġkissed": 14428, + "ufffdt": 14429, + "Whether": 14430, + "Had": 14431, + "pically": 14432, + "Ġmakers": 14433, + "ĠMental": 14434, + "ospel": 14435, + "aternal": 14436, + "resses": 14437, + "ĠThird": 14438, + "Ġassured": 14439, + "Ġrestored": 14440, + "ĠAssessment": 14441, + "essee": 14442, + "\\nwell": 14443, + "plets": 14444, + "Ġexams": 14445, + "Ġslope": 14446, + "Ġairplane": 14447, + "-ind": 14448, + ".I": 14449, + "FL": 14450, + "cond": 14451, + "your": 14452, + "plan": 14453, + "Ġdepicted": 14454, + "Mat": 14455, + "istent": 14456, + "ĠRun": 14457, + "ĠYe": 14458, + "Ġrelieved": 14459, + "Ġdementia": 14460, + "BA": 14461, + "uating": 14462, + "alph": 14463, + "arations": 14464, + "ĠSant": 14465, + "ĠMaterials": 14466, + "abama": 14467, + "agg": 14468, + "ĠFat": 14469, + "ĠRa": 14470, + "Ġpublicly": 14471, + "ARS": 14472, + "Ġfabrics": 14473, + "ĠPicture": 14474, + "ĠTerm": 14475, + "Ġranks": 14476, + "Seeing": 14477, + "Ġwelcoming": 14478, + "Ġdistribute": 14479, + "Ġfraud": 14480, + "ĠDiscuss": 14481, + "vous": 14482, + "velt": 14483, + "ĠStudent": 14484, + "Ġdentist": 14485, + "Ġgam": 14486, + "ĠBaker": 14487, + "Ġaccessibility": 14488, + "Ġsalary": 14489, + "Ġinteracting": 14490, + "Ġpediatric": 14491, + "Ġsailors": 14492, + "ĠIndustrial": 14493, + "Ġretirement": 14494, + "bf": 14495, + "Ġze": 14496, + "Ġcues": 14497, + "ĠMarian": 14498, + "Ġlisteners": 14499, + "ĠConserv": 14500, + "vo": 14501, + "uto": 14502, + "ĠPear": 14503, + "Ġallev": 14504, + "izzy": 14505, + "Ġreserves": 14506, + "uese": 14507, + "Ġelusive": 14508, + "Ġfilters": 14509, + "Ġadolescents": 14510, + "ĠBot": 14511, + "Ġharass": 14512, + "Ġpermit": 14513, + "ĠBehavior": 14514, + "SL": 14515, + "Ġ:\\": 14516, + "oult": 14517, + "itic": 14518, + "ĠPain": 14519, + "ĠDue": 14520, + "Ġalle": 14521, + "Ġtennis": 14522, + "REAM": 14523, + "Ġlitter": 14524, + "ĠABOUT": 14525, + "itutes": 14526, + "Ġpardon": 14527, + "ifier": 14528, + "napped": 14529, + "Ġediting": 14530, + "Ġtherapies": 14531, + "Ġpraise": 14532, + "Ġharmoniously": 14533, + "Ġdismissed": 14534, + "onto": 14535, + "ĠIron": 14536, + "Ġdozens": 14537, + "angular": 14538, + "borne": 14539, + "Ġcelestial": 14540, + "bc": 14541, + "omon": 14542, + "ĠSOME": 14543, + "Ġvapor": 14544, + "ĠFiction": 14545, + "Ġquid": 14546, + "issa": 14547, + "Ġrequests": 14548, + "Ġcompetitors": 14549, + "Ġtransforming": 14550, + "Ġhammer": 14551, + "ĠMaple": 14552, + "Sy": 14553, + "{\\\\": 14554, + "ĠSi": 14555, + "avy": 14556, + "Ġamino": 14557, + "Ġspecimens": 14558, + "Ġcompletion": 14559, + "Ġselfish": 14560, + "Ġbelongings": 14561, + "Ġdrainage": 14562, + "Ġceiling": 14563, + "Ġrumors": 14564, + "Ġvinegar": 14565, + "cill": 14566, + "dney": 14567, + "Ġshocked": 14568, + "Ġflame": 14569, + "Ġpatiently": 14570, + "Ġeyebr": 14571, + "Ġgasoline": 14572, + "ĠMalcolm": 14573, + "Ġconcentrated": 14574, + "'LL": 14575, + "Ġobey": 14576, + "ĠBesides": 14577, + "Ġoverweight": 14578, + "inton": 14579, + "Inter": 14580, + "autiful": 14581, + "example": 14582, + "Ġpaste": 14583, + "Ġlaying": 14584, + "Ġmercy": 14585, + "ĠRabbit": 14586, + "Ġphilosophical": 14587, + "gas": 14588, + "Ġdaughters": 14589, + "Ġkicked": 14590, + "ĠWolf": 14591, + "ĠDID": 14592, + "pleasant": 14593, + "Ġboot": 14594, + "Ġcorruption": 14595, + "ARE": 14596, + "Ġarmies": 14597, + "ĠBasic": 14598, + "Ġcarpet": 14599, + "Ġtyping": 14600, + "Ġvanished": 14601, + "Number": 14602, + "Ġfiring": 14603, + "Ġmg": 14604, + "uno": 14605, + "Ġpartially": 14606, + "Ġlifting": 14607, + "Ġadjusting": 14608, + "```": 14609, + "World": 14610, + "uters": 14611, + "ĠSix": 14612, + "chron": 14613, + "uming": 14614, + "ĠEval": 14615, + "Ġflights": 14616, + "ĠFreder": 14617, + "Ġstakeholders": 14618, + "Ġprioritize": 14619, + "Ġlos": 14620, + "Ġgly": 14621, + "olitan": 14622, + "estry": 14623, + "Ġheadquarters": 14624, + "ĠNewton": 14625, + "ĠHealthy": 14626, + "ĠTransport": 14627, + "Ġchatting": 14628, + "Ġheights": 14629, + "olid": 14630, + "Ġdoct": 14631, + "Ġshifted": 14632, + "-----\\": 14633, + "Ġscram": 14634, + "ĠFinn": 14635, + "laughs": 14636, + "spe": 14637, + "Ġrender": 14638, + "Ġvow": 14639, + "neum": 14640, + "Ġassert": 14641, + "ashi": 14642, + "adesh": 14643, + "Ġcolleague": 14644, + "Ġstrips": 14645, + "Ġpraised": 14646, + "Ġblooming": 14647, + "Ġbreeze": 14648, + "Ġfame": 14649, + "asa": 14650, + "Ġnap": 14651, + "ĠHun": 14652, + "oosevelt": 14653, + "Ġtasted": 14654, + "ĠMonth": 14655, + "Ġintegral": 14656, + "Ġliberal": 14657, + "Ġrepeatedly": 14658, + "Ġprotocols": 14659, + "bot": 14660, + "Ġlaz": 14661, + "Ġchir": 14662, + "Ġplug": 14663, + "Ġclusters": 14664, + "Ġtran": 14665, + "ĠParticip": 14666, + "Ġimmunity": 14667, + ",you": 14668, + "bie": 14669, + "ĠSeveral": 14670, + "Ġsurgeon": 14671, + "Ġwatering": 14672, + "zech": 14673, + "Ġsandy": 14674, + "Ġpromoted": 14675, + "Ġastronomy": 14676, + "Ġattentively": 14677, + "aman": 14678, + "ĠLIKE": 14679, + "Ġconfess": 14680, + "ĠEncy": 14681, + "security": 14682, + "ĠOllie": 14683, + "Ġreserve": 14684, + "Ġdreaming": 14685, + "ĠIncre": 14686, + "Ġentertaining": 14687, + "Ġlunar": 14688, + "Ġthyroid": 14689, + "Ġneatly": 14690, + "Ġsplendid": 14691, + "oft": 14692, + "Ġinex": 14693, + "Ġblast": 14694, + "Ġremed": 14695, + "ĠVers": 14696, + "Ġslice": 14697, + "Ġspecialists": 14698, + "ĠFrances": 14699, + "Ġcalmly": 14700, + "Ġvelocity": 14701, + "VD": 14702, + "irk": 14703, + "Ġneural": 14704, + "ĠPub": 14705, + "ĠRoll": 14706, + "ĠRaj": 14707, + "Ġunpre": 14708, + "ĠProf": 14709, + "Ġbiases": 14710, + "Ġabsent": 14711, + "ĠChef": 14712, + "Ġgarbage": 14713, + "Ġinterpretations": 14714, + "Ġexhausted": 14715, + "-We": 14716, + "eron": 14717, + "Ġsho": 14718, + "Ġgrapes": 14719, + "umpy": 14720, + "ĠPeriod": 14721, + "Ġcircuits": 14722, + "ĠSlow": 14723, + "Ġdiarrhea": 14724, + "ĠSex": 14725, + "urring": 14726, + "Ġprocl": 14727, + "Inspired": 14728, + "Ġhandful": 14729, + "ĠChristopher": 14730, + "Ġtouches": 14731, + "ITT": 14732, + "ĠWhenever": 14733, + "Ġcaution": 14734, + "Ġvolcano": 14735, + "ĠStatistics": 14736, + "ĠTib": 14737, + "Ġwhale": 14738, + "ĠHoll": 14739, + "nyeah": 14740, + "Ġkidneys": 14741, + "Ġsharks": 14742, + "ĠIndependence": 14743, + "!'": 14744, + "Ġrept": 14745, + "ĠTai": 14746, + "Ġweeds": 14747, + "Ġwast": 14748, + "ĠFollowing": 14749, + "Ġprone": 14750, + "Ġjoking": 14751, + "Ġfootprint": 14752, + "Ġsolemn": 14753, + "Ġicon": 14754, + "Ġrehears": 14755, + "nth": 14756, + "ugs": 14757, + "Ġbake": 14758, + "Ġretreat": 14759, + "ĠOrleans": 14760, + "Ġmounted": 14761, + "Ġyields": 14762, + "isheries": 14763, + "EX": 14764, + "isd": 14765, + "sels": 14766, + "Ġintersection": 14767, + "icultural": 14768, + "ĠTeaching": 14769, + "Ġdocumentation": 14770, + "Ev": 14771, + "LING": 14772, + "Ġdances": 14773, + "ĠInnov": 14774, + "plement": 14775, + "hess": 14776, + "Ġtestim": 14777, + "ĠPlants": 14778, + "Ġruins": 14779, + "Ġfoolish": 14780, + "Ġblankets": 14781, + "Ġdisheartened": 14782, + "inet": 14783, + "Ġnick": 14784, + "ĠSomething": 14785, + "Ġsectors": 14786, + "appropriate": 14787, + "ĠLouisiana": 14788, + ",.\\": 14789, + "Ġtan": 14790, + "Ġtoast": 14791, + "\\nfor": 14792, + "Ġexagger": 14793, + "Ġteasp": 14794, + "rossed": 14795, + "Ġvaccin": 14796, + "Ġforgiveness": 14797, + "Ġlyrics": 14798, + "Ġfirms": 14799, + "ĠMinistry": 14800, + "Bas": 14801, + "Ġfictional": 14802, + "\\nwhat": 14803, + "Ġheavier": 14804, + "ĠDonald": 14805, + "Ġseverely": 14806, + "ĠJulia": 14807, + "ĠBuddha": 14808, + "FT": 14809, + "usively": 14810, + "ĠSearch": 14811, + "Ġwasted": 14812, + "ĠRIGHT": 14813, + "Ġanimation": 14814, + "Ġsinger": 14815, + "eeds": 14816, + "Firstly": 14817, + "Ġgenuinely": 14818, + "Charlie": 14819, + "Ġhorn": 14820, + "Ġthief": 14821, + "Ġglanced": 14822, + "ĠCommons": 14823, + "Ġfunctionality": 14824, + "Ġgatherings": 14825, + "ĠActivity": 14826, + "ĠLawrence": 14827, + "ĠSkills": 14828, + "ĠBee": 14829, + "Ġdisabled": 14830, + "Ġcheeks": 14831, + "Ġdealt": 14832, + "Ġcookie": 14833, + "ĠJefferson": 14834, + "Ġastronauts": 14835, + "Ġdorm": 14836, + "Ġnoun": 14837, + "oops": 14838, + "Ġpeel": 14839, + "Ġincidence": 14840, + "Ġschemes": 14841, + "Ġdecomp": 14842, + "ĠVill": 14843, + "Ġcarriage": 14844, + "Ġclearing": 14845, + "Ġenvironmentally": 14846, + "Ġcamping": 14847, + "Ġbrands": 14848, + "ĠDiscovering": 14849, + "ĠSummer": 14850, + "Ġbuzzing": 14851, + "GR": 14852, + "enh": 14853, + "ĠSchol": 14854, + "ilia": 14855, + "olutions": 14856, + "ĠWisconsin": 14857, + "Ġdischarge": 14858, + "Ġfinan": 14859, + "ufficient": 14860, + "Ġpresentations": 14861, + "Ġetched": 14862, + "Ġhesitation": 14863, + "Enough": 14864, + "ijuana": 14865, + "ĠApollo": 14866, + "Ġtransactions": 14867, + "Ġtucked": 14868, + "imming": 14869, + "riages": 14870, + "Ġcongr": 14871, + "ĠED": 14872, + "grade": 14873, + "Ġpatches": 14874, + "Ġabsorption": 14875, + "ĠLower": 14876, + "ĠRO": 14877, + "ĠVitamin": 14878, + "Ġinterven": 14879, + "Ġhighway": 14880, + "Ġmathematic": 14881, + "nament": 14882, + "ĠTravel": 14883, + "isphere": 14884, + "Ġtolerance": 14885, + "Sounds": 14886, + "inator": 14887, + "Ġsheer": 14888, + "action": 14889, + "Ġspill": 14890, + "ĠButter": 14891, + "Except": 14892, + "otta": 14893, + "ontin": 14894, + "Ġmasses": 14895, + "Ġreviewed": 14896, + "Ġinspection": 14897, + "Ġasteroid": 14898, + "Ġprecautions": 14899, + "(B": 14900, + "give": 14901, + "iage": 14902, + "iants": 14903, + "Ġpacking": 14904, + "Ġwhites": 14905, + "ods": 14906, + "ĠHarold": 14907, + "Ġburns": 14908, + "Ġmidst": 14909, + "Ġdiagnose": 14910, + "Ġenzyme": 14911, + "Ġenrich": 14912, + "Ġblown": 14913, + "ĠUnivers": 14914, + "Ġmeticulously": 14915, + "ĠEverything": 14916, + "Ġcritics": 14917, + "Ġastronomers": 14918, + "ĠPhysics": 14919, + "foot": 14920, + "inite": 14921, + "ĠPRO": 14922, + "Ġrolls": 14923, + "ĠChile": 14924, + "osphere": 14925, + "Ġevaluating": 14926, + "Phone": 14927, + "ĠOcc": 14928, + "Ġpromotion": 14929, + "Ġarchitects": 14930, + "Ġillustrated": 14931, + "ĠVisual": 14932, + "ĠCEO": 14933, + "NC": 14934, + "Son": 14935, + "ĠNiger": 14936, + "endy": 14937, + "Ġtransf": 14938, + "Ġextending": 14939, + "Ġwarrant": 14940, + "Ġlap": 14941, + "ogues": 14942, + "Ġbackup": 14943, + "Ġblu": 14944, + "ĠAlf": 14945, + "Ġyoungest": 14946, + "Ġsprink": 14947, + "Ġ?": 14948, + "Ġfusion": 14949, + "Ġmummy": 14950, + "ĠOd": 14951, + "Ġtransgender": 14952, + "Ġhotels": 14953, + "ITY": 14954, + "Ġseventh": 14955, + "bish": 14956, + "heres": 14957, + "onight": 14958, + "Ġhated": 14959, + "ĠDark": 14960, + "ĠAlabama": 14961, + "Ġsymptom": 14962, + "ĠScientific": 14963, + "Ġprostate": 14964, + "Ġprevalence": 14965, + ">\\": 14966, + "stra": 14967, + "Ġorch": 14968, + "ĠBush": 14969, + "umi": 14970, + "Ġunpleasant": 14971, + "auses": 14972, + "Ġmodify": 14973, + "Ġimproves": 14974, + "Ġconstructing": 14975, + "Ġlectures": 14976, + "Ġembarrassed": 14977, + "Follow": 14978, + "illes": 14979, + "Ġchron": 14980, + "ĠInside": 14981, + "Ġdefining": 14982, + "Ġactivists": 14983, + "otechnology": 14984, + "Ġvector": 14985, + "Ġmutations": 14986, + "Ġgraphs": 14987, + "ĠSilver": 14988, + "Ġcarbohydrates": 14989, + "Ġpudd": 14990, + "aro": 14991, + "Ġhandled": 14992, + "OUND": 14993, + "Ġadmiration": 14994, + "Ġapplicable": 14995, + "ĠMonitor": 14996, + "ĠYears": 14997, + "ĠClinical": 14998, + "esium": 14999, + "ĠIM": 15000, + "Ġhelic": 15001, + "Ġamateur": 15002, + "Ġblocking": 15003, + "Ġbubble": 15004, + "Ġski": 15005, + "Ġclearer": 15006, + "Ġcoron": 15007, + "Ġopponents": 15008, + "VID": 15009, + "Ġstitch": 15010, + "ieur": 15011, + "ĠGra": 15012, + "ĠGib": 15013, + "ĠCoach": 15014, + "Ġunderest": 15015, + "Ġchickens": 15016, + "Ġtribal": 15017, + "ĠTennessee": 15018, + "Mike": 15019, + "Ġbarn": 15020, + "amel": 15021, + "ĠHig": 15022, + "agu": 15023, + "Ġraises": 15024, + "Ġcontinents": 15025, + "Ġacquis": 15026, + "Ġnursery": 15027, + "Ġdisciplines": 15028, + "Ġepidemic": 15029, + "affeine": 15030, + "Ġdistinction": 15031, + "-dri": 15032, + "Ġtrusty": 15033, + "Ġgallery": 15034, + "ĠBuddhism": 15035, + "lah": 15036, + "ĠTob": 15037, + "Ġassure": 15038, + "-school": 15039, + "Ġpathways": 15040, + "Ġinventory": 15041, + "Ġdeclined": 15042, + "Ġmelody": 15043, + "urpose": 15044, + "Ġbikes": 15045, + "Ġlur": 15046, + "Ġginger": 15047, + "Ġworms": 15048, + "udge": 15049, + "Ġforgetting": 15050, + "Ġfoliage": 15051, + "Ġimperial": 15052, + "ĠNetherlands": 15053, + "],": 15054, + "pack": 15055, + "Ġstrains": 15056, + "Ġsubmit": 15057, + "Ġidentifies": 15058, + "ugar": 15059, + "Shh": 15060, + "Ġcelebrations": 15061, + "Ġattributed": 15062, + "ĠPDF": 15063, + "zi": 15064, + "Ġpist": 15065, + "adi": 15066, + "Ġstack": 15067, + "ĠSud": 15068, + "Ġscal": 15069, + "Ġtransparent": 15070, + "rett": 15071, + "ĠAda": 15072, + "Ġsustained": 15073, + "Ġfosters": 15074, + "Ġmalaria": 15075, + "Ġsurprisingly": 15076, + "Ġrewarding": 15077, + "onies": 15078, + "Ġpenny": 15079, + "antha": 15080, + "ĠElla": 15081, + "ĠRoosevelt": 15082, + "ĠJosh": 15083, + "ĠArk": 15084, + "Ġencomp": 15085, + "Ġirregular": 15086, + "Ġumbre": 15087, + "LAUGH": 15088, + "Care": 15089, + "Ġcarn": 15090, + "amation": 15091, + "Ġwhoa": 15092, + "ĠCham": 15093, + "Ġpatent": 15094, + "Ġmastering": 15095, + "Ġrecip": 15096, + "ĠWinter": 15097, + "Brother": 15098, + "American": 15099, + "National": 15100, + "eur": 15101, + "Ġvic": 15102, + "ĠJes": 15103, + "-hour": 15104, + "ĠCollect": 15105, + "Ġdisplaying": 15106, + "Ġstrengthening": 15107, + "Ġsaddened": 15108, + "Oliver": 15109, + "itoes": 15110, + "Ġbru": 15111, + "llers": 15112, + "ĠTable": 15113, + "Ġjunk": 15114, + "Ġgland": 15115, + "ĠShut": 15116, + "Ġelevated": 15117, + "Ġmanipulate": 15118, + "Ġsculpture": 15119, + "impse": 15120, + "ĠPortuguese": 15121, + ".The": 15122, + "Ġbases": 15123, + "ĠTR": 15124, + "Ġanten": 15125, + "Ġadul": 15126, + "Ġdeserved": 15127, + "ĠShort": 15128, + "ĠMarket": 15129, + "Ġeats": 15130, + "Ġbeats": 15131, + "ĠBed": 15132, + "ĠGordon": 15133, + "Ġpsychologists": 15134, + "ĠPalace": 15135, + "bul": 15136, + "enment": 15137, + "ĠBox": 15138, + "ĠDu": 15139, + "ĠFront": 15140, + "uba": 15141, + "Ġpublications": 15142, + "Ġcostumes": 15143, + "ĠPeru": 15144, + "Ġtransmit": 15145, + "Ġmushrooms": 15146, + "itzerland": 15147, + "atics": 15148, + "HEN": 15149, + "Ġfathers": 15150, + "Ġburnt": 15151, + "Ġlenses": 15152, + "oton": 15153, + "Ġexit": 15154, + "agne": 15155, + "ateral": 15156, + "Ġdepths": 15157, + "Ġsituated": 15158, + "Ġpredomin": 15159, + "USIC": 15160, + "Ġmajestic": 15161, + "ĠDy": 15162, + "Ġraced": 15163, + "ĠNelson": 15164, + "Ġneedles": 15165, + "Ġreadings": 15166, + "Ġmustn": 15167, + "ĠEngage": 15168, + "REE": 15169, + "Ġliquids": 15170, + "Ġphilosopher": 15171, + "Ġteenager": 15172, + "Ġcheerful": 15173, + "ĠIngredients": 15174, + "ĠPho": 15175, + "ĠFu": 15176, + "ĠFall": 15177, + "Ġgrants": 15178, + "Ġflames": 15179, + "Ġextinct": 15180, + "Ġcalculating": 15181, + "Ġabsorbing": 15182, + "ĠBetty": 15183, + "ĠTreatment": 15184, + "Ġcoconut": 15185, + "Ġricher": 15186, + "ĠBarbara": 15187, + "Answer": 15188, + "UC": 15189, + "mons": 15190, + "why": 15191, + "Ġlid": 15192, + "Ġecl": 15193, + "Ġhed": 15194, + "ĠEating": 15195, + "Ġfoundations": 15196, + "ounces": 15197, + "ĠCompan": 15198, + "ĠTypes": 15199, + "Ġdisturbed": 15200, + "Tomorrow": 15201, + "Ġcommemor": 15202, + "-j": 15203, + "Ġcandies": 15204, + "Ġdiagnostic": 15205, + "mate": 15206, + "utical": 15207, + "ĠMerc": 15208, + "ĠPoor": 15209, + "Ġsafeguard": 15210, + "Ġconsiderations": 15211, + "Ġtomb": 15212, + "ĠIntelligence": 15213, + "belie": 15214, + "Ġhazardous": 15215, + "Women": 15216, + "Ġwicked": 15217, + "ĠWW": 15218, + "ĠEasy": 15219, + "ĠAdams": 15220, + "hetics": 15221, + "ICK": 15222, + "orkshire": 15223, + "ĠPlanet": 15224, + "Ġdestroying": 15225, + "-o": 15226, + "PP": 15227, + "wen": 15228, + "Ġfitting": 15229, + "Ġstrokes": 15230, + "Ġschedules": 15231, + "ĠHarris": 15232, + "Ġadjacent": 15233, + "Days": 15234, + "IES": 15235, + "hill": 15236, + "perial": 15237, + "ensively": 15238, + "Ġlandmarks": 15239, + "ASE": 15240, + "headed": 15241, + "Ġtendency": 15242, + "ĠTechniques": 15243, + "TSD": 15244, + "Ġnucleus": 15245, + "Ġthesis": 15246, + "Ġbucks": 15247, + "omical": 15248, + "ĠSleep": 15249, + "ĠChat": 15250, + "ountain": 15251, + "Ġpublishing": 15252, + "ĠBenjamin": 15253, + "ATH": 15254, + "Ġfrustr": 15255, + "Ġgem": 15256, + "Ġarrow": 15257, + "Ġphysicians": 15258, + "ĠPalest": 15259, + "Ġflags": 15260, + "Ġbulb": 15261, + "Ġcosmic": 15262, + "Ġcongrat": 15263, + "names": 15264, + "Ġprol": 15265, + "weed": 15266, + "Ġdaylight": 15267, + "Ġflaw": 15268, + "Ġreproduction": 15269, + "ĠExec": 15270, + "Ġpotassium": 15271, + "Ġdrank": 15272, + "Ġrisky": 15273, + "Ġfetch": 15274, + "atories": 15275, + "ilib": 15276, + "Ġcreep": 15277, + "ĠAssembly": 15278, + "Ġmembership": 15279, + "ĠPhilos": 15280, + "Ġdresses": 15281, + "Ġpartnerships": 15282, + "ĠCDC": 15283, + "%)": 15284, + "[L": 15285, + "Ġpad": 15286, + "Ġcraw": 15287, + "Ġladder": 15288, + "Ġunders": 15289, + "Ġgallons": 15290, + "Emma": 15291, + "Ġnost": 15292, + "Ġnodes": 15293, + "bee": 15294, + "Ġcounties": 15295, + "ĠDepression": 15296, + "Ġthrows": 15297, + "()": 15298, + "eded": 15299, + "Ġhid": 15300, + "\\nmm": 15301, + "Ġ\\\\": 15302, + "Ġcharging": 15303, + "Ġforens": 15304, + "Ġfootage": 15305, + "History": 15306, + "Ġaids": 15307, + "adium": 15308, + "ithm": 15309, + "ĠMason": 15310, + "ĠUC": 15311, + "Ġcreatively": 15312, + "Ġhopefully": 15313, + "Ġradar": 15314, + "ĠBetter": 15315, + "Ġprecipitation": 15316, + "atter": 15317, + "Ġpoets": 15318, + "ttps": 15319, + "Ġdispers": 15320, + "Ġinevitable": 15321, + "Easy": 15322, + "FC": 15323, + "post": 15324, + "ĠTerry": 15325, + "Ġstocks": 15326, + "armed": 15327, + "Ġequity": 15328, + "apsed": 15329, + "Ġtransported": 15330, + "ĠJenkins": 15331, + "-ins": 15332, + "BUT": 15333, + "Ġtil": 15334, + "Ġsaves": 15335, + "assan": 15336, + "ĠHeaven": 15337, + "Ġglimpse": 15338, + "Ġtomato": 15339, + "Ġfailing": 15340, + "\\nthey": 15341, + "ulsive": 15342, + "Ġscreaming": 15343, + "Ġcompensation": 15344, + "fits": 15345, + "oria": 15346, + "Ġft": 15347, + "stru": 15348, + "ISS": 15349, + "Ġrepeating": 15350, + "ĠSergeant": 15351, + "ĠHelen": 15352, + "URE": 15353, + "will": 15354, + "Ġknight": 15355, + "Ġattacking": 15356, + "Ġbushes": 15357, + "ĠPolitical": 15358, + "Ġsteadily": 15359, + "ĠWouldn": 15360, + "forestation": 15361, + "ĠPuerto": 15362, + "Ġreun": 15363, + "Ġstern": 15364, + "ĠHell": 15365, + "ĠHait": 15366, + "Ġcargo": 15367, + "type": 15368, + "Ġpresently": 15369, + "-down": 15370, + "ACT": 15371, + "Guys": 15372, + "Ġpoisoning": 15373, + "ĠNutrition": 15374, + "ĠAnthony": 15375, + "ĠWords": 15376, + "Ġovert": 15377, + "ignific": 15378, + "arms": 15379, + "Ġrecommendation": 15380, + "Ġdisagreement": 15381, + "Mary": 15382, + "ught": 15383, + "Ġstared": 15384, + "olia": 15385, + "Ġconvention": 15386, + "ĠWANT": 15387, + "ĠLarge": 15388, + "Ġchew": 15389, + "Ġintervals": 15390, + "ĠWhit": 15391, + "Ġrandomly": 15392, + "Ġwarrior": 15393, + "orie": 15394, + "Ġplasma": 15395, + "Ġimbal": 15396, + "Ġwrist": 15397, + "ĠUniverse": 15398, + "Ġslides": 15399, + "Reflecting": 15400, + "fia": 15401, + "Ġbass": 15402, + "ĠBrand": 15403, + "ĠEleanor": 15404, + "ĠBye": 15405, + "Ġprogression": 15406, + "Ġflee": 15407, + "Ġavoided": 15408, + "ĠPrincess": 15409, + "Ġpave": 15410, + "Ġchill": 15411, + "Ġjelly": 15412, + "ĠDomin": 15413, + "Ġdisgu": 15414, + "pert": 15415, + "Ġboom": 15416, + "amboo": 15417, + "uki": 15418, + "etheless": 15419, + "Tube": 15420, + "vance": 15421, + "peat": 15422, + "ĠBib": 15423, + "Ġcheered": 15424, + "Ġparticipated": 15425, + "Ġfreshwater": 15426, + "Ġjournalist": 15427, + "Hon": 15428, + "James": 15429, + "uations": 15430, + "Ġyog": 15431, + "Ġgreens": 15432, + "ĠCzech": 15433, + "Ġabol": 15434, + "Ġallergy": 15435, + "ĠFiona": 15436, + "Ġanytime": 15437, + "Ġinsane": 15438, + "Ġsetup": 15439, + "Ġcounterparts": 15440, + "ĠArchitect": 15441, + "ĠVictorian": 15442, + "Friend": 15443, + "LS": 15444, + "Ġcensus": 15445, + "Ġcreators": 15446, + "Ġsincere": 15447, + "ĠThanksgiving": 15448, + "ciplinary": 15449, + "Ġnineteenth": 15450, + "Ġfortunate": 15451, + "wich": 15452, + "Ġmant": 15453, + "Ġmars": 15454, + "ĠMit": 15455, + "ĠNest": 15456, + "Ġspeeches": 15457, + "ĠUtah": 15458, + "Ġawarded": 15459, + "Ġproposals": 15460, + "Ġwhilst": 15461, + "Ġliz": 15462, + "Ġrides": 15463, + "Ġunions": 15464, + "Ġintertw": 15465, + "Ġtrig": 15466, + "riter": 15467, + "ONG": 15468, + "Ġframes": 15469, + "Getting": 15470, + "Ġemergencies": 15471, + "Ġradioactive": 15472, + "ĠPrize": 15473, + "Ġconquer": 15474, + "Ġvomiting": 15475, + "(c": 15476, + "Tim": 15477, + "gins": 15478, + "sor": 15479, + "ĠRhod": 15480, + "inky": 15481, + "irtual": 15482, + "Ġenabled": 15483, + "ĠCuriosity": 15484, + "Ġaluminum": 15485, + "Vis": 15486, + "vae": 15487, + "roc": 15488, + "ĠSpect": 15489, + "ĠSalt": 15490, + "Ġlivel": 15491, + "ĠLinda": 15492, + "ĠGre": 15493, + "Going": 15494, + "Ġvoted": 15495, + "Clear": 15496, + "[M": 15497, + "Ġcod": 15498, + "ĠAround": 15499, + "Ġseated": 15500, + "Ġelig": 15501, + "Ġdepri": 15502, + "Ġdatas": 15503, + "Ġconve": 15504, + "Ġdoses": 15505, + "ĠFA": 15506, + "Ġgrapp": 15507, + "Ġrelatable": 15508, + "IB": 15509, + "fol": 15510, + "tan": 15511, + "ouched": 15512, + "urred": 15513, + "Ġleisure": 15514, + "ĠStu": 15515, + "arma": 15516, + "Ġbrow": 15517, + "Ġverses": 15518, + "Ġsettling": 15519, + "Ġpremature": 15520, + "ĠNevertheless": 15521, + "commun": 15522, + "PT": 15523, + "nif": 15524, + "ulu": 15525, + "Ġdehyd": 15526, + "opard": 15527, + "Ġscra": 15528, + "jected": 15529, + "Ġgrape": 15530, + "Ġdraws": 15531, + "Ġpunish": 15532, + "ĠBuddhist": 15533, + "'I": 15534, + "steps": 15535, + "ĠCust": 15536, + "ĠDead": 15537, + ",\\\"\\": 15538, + "Ġinsert": 15539, + "Ġsubmar": 15540, + "Ġdetailing": 15541, + "Ġautomatic": 15542, + "Ġpulse": 15543, + "Ġperfection": 15544, + "-help": 15545, + "Looking": 15546, + "nings": 15547, + "Ġtheatre": 15548, + "itational": 15549, + "idel": 15550, + "ĠMi": 15551, + "Ġnearer": 15552, + "unciation": 15553, + "Ġpeppers": 15554, + "Ġarteries": 15555, + "Ġlearns": 15556, + "oyd": 15557, + "Ġbrace": 15558, + "Ġobese": 15559, + "Ġhurd": 15560, + "Ġsquad": 15561, + "Ġappearances": 15562, + "Ġwetlands": 15563, + "Ġsettlements": 15564, + "Ġdusty": 15565, + "Ġloudly": 15566, + "Ġsampling": 15567, + "Figure": 15568, + "True": 15569, + "asis": 15570, + "ctica": 15571, + "ogram": 15572, + "ĠJung": 15573, + "Ġattorney": 15574, + "Ġpottery": 15575, + "ĠIndex": 15576, + "Ġmarker": 15577, + "ORT": 15578, + "Ġdinosaur": 15579, + "Ġdominated": 15580, + "Quite": 15581, + "Ġrooted": 15582, + "irie": 15583, + "Ġshove": 15584, + "ĠPath": 15585, + "emon": 15586, + "ĠJay": 15587, + "Ġexpose": 15588, + "Ġpersonalized": 15589, + "Ġdelays": 15590, + "ĠRoom": 15591, + "Ġcorporations": 15592, + "itations": 15593, + "Ġstamps": 15594, + "ĠCos": 15595, + "ĠEager": 15596, + "ĠEinstein": 15597, + "Ġremin": 15598, + "Ġmarble": 15599, + "Ġwaist": 15600, + "ANS": 15601, + "ĠAllen": 15602, + "ĠDecl": 15603, + "Ġdepicting": 15604, + "Ġcontroversy": 15605, + "Ġrigorous": 15606, + "nno": 15607, + "Ġbol": 15608, + "ĠCand": 15609, + "ells": 15610, + "Ġblade": 15611, + "Ġattic": 15612, + "Ġsecured": 15613, + "Ġcostume": 15614, + "Ġnecessity": 15615, + "ĠAustria": 15616, + "ĠStrong": 15617, + "Ġannouncement": 15618, + "Ġgorgeous": 15619, + "Ġsty": 15620, + "ĠCourse": 15621, + "otein": 15622, + "ĠBuzzy": 15623, + "Ġspectacular": 15624, + "ĠMathemat": 15625, + "Ġpencils": 15626, + "Ġturbines": 15627, + "Ġrigid": 15628, + "-see": 15629, + ".N": 15630, + "Ġvet": 15631, + "Ġsup": 15632, + "ĠNep": 15633, + "ĠYorkshire": 15634, + "Ġsimulation": 15635, + "Ġphases": 15636, + "Ġprotests": 15637, + "reaming": 15638, + "shot": 15639, + "ĠSwitzerland": 15640, + "Ġregulatory": 15641, + "Ġsigh": 15642, + "ĠBroad": 15643, + "ĠFDA": 15644, + "Ġupright": 15645, + "Ġconserve": 15646, + "iqueness": 15647, + "urif": 15648, + "Ġswings": 15649, + "ĠIndivid": 15650, + "raphic": 15651, + "ĠEducational": 15652, + "Ġgrip": 15653, + "-rays": 15654, + "ĠKatie": 15655, + "Ġarc": 15656, + "Ġconfined": 15657, + "Ġlasts": 15658, + "ĠRebecca": 15659, + "Ġripe": 15660, + "-face": 15661, + "Ġintegrate": 15662, + "Ġendeav": 15663, + "Richard": 15664, + "mies": 15665, + "chair": 15666, + "ĠHou": 15667, + "Ġshifting": 15668, + "aceutical": 15669, + "Ġposes": 15670, + "Ġpacket": 15671, + "Ġverbal": 15672, + "proof": 15673, + "Ġsticky": 15674, + "ĠNY": 15675, + "Ġsyrup": 15676, + "Ġcheering": 15677, + "Ġmodest": 15678, + "ĠAnimals": 15679, + "Ġsadly": 15680, + "Ġfoam": 15681, + "ĠHonor": 15682, + "ĠLeaders": 15683, + "Ġelectromagnetic": 15684, + "Ġtiger": 15685, + "ĠHIM": 15686, + "ĠDrug": 15687, + "Ġwells": 15688, + "Ġlocks": 15689, + "lights": 15690, + "Ġcataly": 15691, + "Ġtours": 15692, + "Ġwitnesses": 15693, + "vings": 15694, + "reas": 15695, + "pelled": 15696, + "igion": 15697, + "flowers": 15698, + "ĠPolish": 15699, + "appointed": 15700, + "Ġcriminals": 15701, + "ĠHollywood": 15702, + "bank": 15703, + "Ġwag": 15704, + "Ġthresh": 15705, + "stan": 15706, + "ĠHub": 15707, + "Ġoutfit": 15708, + "iple": 15709, + "Ġgrabbed": 15710, + "Ġmiserable": 15711, + "Ġdispute": 15712, + "Ġdyn": 15713, + "Ġturkey": 15714, + "ĠMagic": 15715, + "Ġvulnerability": 15716, + "ĠObserv": 15717, + "ĠLion": 15718, + "Ġclip": 15719, + "ipse": 15720, + "Its": 15721, + "Ġmorality": 15722, + "Ġtoxins": 15723, + "Ġpassenger": 15724, + "Ġcents": 15725, + "ĠMuh": 15726, + "Ġunch": 15727, + "liers": 15728, + "Ġdemonstration": 15729, + "Ġeffortlessly": 15730, + "ĠKeeping": 15731, + "Ġrejected": 15732, + "Ġreassured": 15733, + "ĠIndonesia": 15734, + "%.": 15735, + "Sat": 15736, + "first": 15737, + "Ġmuc": 15738, + "ĠId": 15739, + "ĠCopyright": 15740, + "Ġroses": 15741, + "cedented": 15742, + "Ġfragment": 15743, + "Ġpriorities": 15744, + "Ġconsulting": 15745, + "Ġsimplicity": 15746, + "aga": 15747, + "Ġdefines": 15748, + "Ġthickness": 15749, + "Ġstirring": 15750, + "Ġcottage": 15751, + "King": 15752, + "oz": 15753, + "Ġlob": 15754, + "entine": 15755, + "ĠSweet": 15756, + "Ġafterward": 15757, + "terns": 15758, + "Ġjuicy": 15759, + "Ġfuckin": 15760, + "Ġdistractions": 15761, + "Ġdelayed": 15762, + "Ġphotographer": 15763, + "Ġware": 15764, + "Ġceram": 15765, + "Ġbip": 15766, + "ĠTs": 15767, + "ĠCarn": 15768, + "Ġwasting": 15769, + "ĠMos": 15770, + "Ġdecip": 15771, + "ĠFac": 15772, + "ĠRegularly": 15773, + "Ġdimension": 15774, + "ĠLaure": 15775, + "ĠSue": 15776, + "istically": 15777, + "ounded": 15778, + "Ġapprent": 15779, + "Ġsigning": 15780, + "Ġsolo": 15781, + "Ġwinding": 15782, + "Ġintroduces": 15783, + "Ġhosts": 15784, + "Ġthrust": 15785, + "Ġmadam": 15786, + "Ġconfidential": 15787, + "ĠHTML": 15788, + "ĠPa": 15789, + "ĠLot": 15790, + "Ġuniqueness": 15791, + "Ġclicking": 15792, + "Ġtraced": 15793, + "Ġstrongest": 15794, + "ĠBeat": 15795, + "Ġbeginners": 15796, + "Ġrounds": 15797, + "ĠSaturn": 15798, + "EAH": 15799, + "asal": 15800, + "ĠSkin": 15801, + "keeping": 15802, + "Ġbeforehand": 15803, + "ĠPrint": 15804, + "Ġsexually": 15805, + "Ġdocumentary": 15806, + "Sweet": 15807, + "Ġonion": 15808, + "ĠPic": 15809, + "ĠElement": 15810, + "Ġexamines": 15811, + "Ġdepressed": 15812, + "Ġpretending": 15813, + "Ġtroubled": 15814, + "Ġambul": 15815, + "quisite": 15816, + "lore": 15817, + "urop": 15818, + "Ġlions": 15819, + "Ġnause": 15820, + "Ġexce": 15821, + "Ġnect": 15822, + "Ġspiders": 15823, + "Ġnewborn": 15824, + "Ġpolite": 15825, + "ĠSpecies": 15826, + "Ġribbon": 15827, + "Ġcage": 15828, + "Ġkg": 15829, + "ĠBase": 15830, + "Ġworm": 15831, + "Ġoutstanding": 15832, + "ometry": 15833, + "ĠByz": 15834, + "Ġgovernance": 15835, + "Ġnonpro": 15836, + "ISH": 15837, + "flict": 15838, + "Ġlengths": 15839, + "Ġpronouns": 15840, + "ĠBreak": 15841, + "http": 15842, + "Ġseized": 15843, + "ĠRosa": 15844, + "bery": 15845, + "Ġservers": 15846, + "Ġpassive": 15847, + "ĠQuality": 15848, + "Ġhosting": 15849, + "Ġmetabolism": 15850, + "ĠArgentina": 15851, + "Ġ~": 15852, + "ĠFeel": 15853, + "ĠRather": 15854, + "ĠChirpy": 15855, + "ĠWeather": 15856, + "Ġphon": 15857, + "Ġsatisfy": 15858, + "ĠPhilippines": 15859, + "Ġpiles": 15860, + "Ġnaught": 15861, + "ĠSource": 15862, + "Ġgroundwater": 15863, + "Ġgrandpa": 15864, + "ĠIndiana": 15865, + "Ġcroc": 15866, + "Ġcontrasting": 15867, + "Ġpromptly": 15868, + "Ġcounseling": 15869, + "ĠTraditional": 15870, + ".]\\": 15871, + "cp": 15872, + "ders": 15873, + "hard": 15874, + "Ġthinkers": 15875, + "Ġcruise": 15876, + "zzle": 15877, + "Real": 15878, + "@example": 15879, + "ridge": 15880, + "ĠBry": 15881, + "Ġintimate": 15882, + "Ġcracks": 15883, + "Ġlandf": 15884, + "Ġinterference": 15885, + "Green": 15886, + "orical": 15887, + "ĠCin": 15888, + "emen": 15889, + "Ġbride": 15890, + "Ġtremb": 15891, + "Anna": 15892, + "Ġinfluencing": 15893, + "Determined": 15894, + "(M": 15895, + "tically": 15896, + "oween": 15897, + "ante": 15898, + "Ġmyths": 15899, + "Ġresidence": 15900, + "ĠStock": 15901, + "Ġstubborn": 15902, + "Fin": 15903, + "ĠToo": 15904, + "ĠCatherine": 15905, + "ĠBM": 15906, + "isting": 15907, + "encer": 15908, + "ĠReserve": 15909, + "Ġrepresentations": 15910, + "Ġembro": 15911, + "ĠSyndrome": 15912, + "Ġindicators": 15913, + "Ġreputable": 15914, + "Ġprestigious": 15915, + "Jim": 15916, + "Ġgoin": 15917, + "Ġrepro": 15918, + "Ġmonarch": 15919, + "Ġdefending": 15920, + "Ġhistorically": 15921, + "shire": 15922, + "Ġfails": 15923, + "Ġbothered": 15924, + "Ġtapestry": 15925, + "Ġdecorated": 15926, + "Ġsqueeze": 15927, + ".l": 15928, + "Ġcaves": 15929, + "Ġrash": 15930, + "Ġmainstream": 15931, + "Ġprophe": 15932, + "Ġrocky": 15933, + "Ġinstructor": 15934, + "Ġbiblical": 15935, + "lahoma": 15936, + "ilibrium": 15937, + "\\non": 15938, + "Ġdeeds": 15939, + "ĠKi": 15940, + "Ġevolving": 15941, + "Ġbaskets": 15942, + "Ġcalming": 15943, + "Ġinfluenza": 15944, + "Ġharbor": 15945, + "ĠPortugal": 15946, + "Ġtwentieth": 15947, + "ĠJason": 15948, + "Ġspont": 15949, + "Ġbacks": 15950, + "aux": 15951, + "ĠNorman": 15952, + "uru": 15953, + "Ġblues": 15954, + "Ġdiscl": 15955, + "Ġhardships": 15956, + "-four": 15957, + "Ġobser": 15958, + "Ġrespectfully": 15959, + "Ġfrank": 15960, + "Ġcolder": 15961, + "ĠMorgan": 15962, + "ĠMaine": 15963, + "ĠOlivia": 15964, + "ĠEncyclopedia": 15965, + "FR": 15966, + "ĠBY": 15967, + "Ġcorrid": 15968, + "Ġeducating": 15969, + "ĠAmanda": 15970, + "ĠSTEM": 15971, + "Ġphilosophers": 15972, + "ĠSymptoms": 15973, + "Ġlifelong": 15974, + "ĠBruce": 15975, + "ĠPunch": 15976, + "Ġswords": 15977, + "ĠUSDA": 15978, + "Ġsecretly": 15979, + "Ġfaithful": 15980, + "Ġlunchtime": 15981, + "Ġchairman": 15982, + "inar": 15983, + "ellar": 15984, + "erek": 15985, + "Ġample": 15986, + "Ġamph": 15987, + "Ġtraders": 15988, + "ĠCarter": 15989, + "Uncle": 15990, + "Ġenhances": 15991, + "Ġwidened": 15992, + "ĠDetective": 15993, + "ĠVeget": 15994, + "ĠRecognize": 15995, + "President": 15996, + "ĠTibet": 15997, + "Send": 15998, + "ĠRequ": 15999, + "Ġfreeze": 16000, + "Ġterribly": 16001, + "Ġdestiny": 16002, + "Ġdestructive": 16003, + "Ġcycling": 16004, + "Ġdisturbing": 16005, + "Off": 16006, + "TE": 16007, + "df": 16008, + "eu": 16009, + "uates": 16010, + "rod": 16011, + "Ġsealed": 16012, + "ĠJerry": 16013, + "Ġhelmet": 16014, + "ĠNorway": 16015, + "Ġdecorative": 16016, + "Image": 16017, + "Ġfractions": 16018, + "Ġproducer": 16019, + "Hel": 16020, + "Ret": 16021, + "Ġdye": 16022, + "Ġdove": 16023, + "Ġsupplied": 16024, + "Ġpainter": 16025, + "Ġdrilling": 16026, + "Ġdrying": 16027, + "Ġnaval": 16028, + "Ġaspiring": 16029, + "Yo": 16030, + "Ġtires": 16031, + "Ġwaking": 16032, + "Ġbury": 16033, + "omo": 16034, + "brush": 16035, + "elsh": 16036, + "rophy": 16037, + "ipper": 16038, + "Ġdroplets": 16039, + "Ġevaluated": 16040, + "ĠInspect": 16041, + "ĠConfederate": 16042, + "Ġwoven": 16043, + "Ġnectar": 16044, + "[B": 16045, + "Ġtheft": 16046, + "Ġstove": 16047, + "ĠBert": 16048, + "ĠHope": 16049, + "ighty": 16050, + "ĠFried": 16051, + "Ġdiffering": 16052, + "Ġcrushed": 16053, + "Ġstressful": 16054, + "Ġborrowed": 16055, + "Ġconservative": 16056, + "Ġanalyses": 16057, + "Ġoverseas": 16058, + "Ġprolonged": 16059, + "Ġfinancially": 16060, + "Pri": 16061, + "stick": 16062, + "ĠSM": 16063, + "Ġkinda": 16064, + "aza": 16065, + "Ġgoverning": 16066, + "Ġinventor": 16067, + "Ġdetectives": 16068, + "Ġconvenience": 16069, + "Ġgeometric": 16070, + "Mia": 16071, + "ige": 16072, + "ounding": 16073, + "ĠExample": 16074, + "ĠZe": 16075, + "Ġtextures": 16076, + "Ġlads": 16077, + "Ġpsychologist": 16078, + "Ġtimber": 16079, + "ĠCorps": 16080, + "Ġaligned": 16081, + "Ġclarify": 16082, + "Ġepisodes": 16083, + "usk": 16084, + "ĠDakota": 16085, + "ĠRisk": 16086, + "ĠNope": 16087, + "Ġbackwards": 16088, + "Ġmodifications": 16089, + "Ġbrew": 16090, + "Ġcostly": 16091, + "Ġfrogs": 16092, + "ĠFinland": 16093, + "ĠHotel": 16094, + "imore": 16095, + "Ġstatic": 16096, + "seud": 16097, + "ĠCab": 16098, + "opsy": 16099, + "Ġpee": 16100, + "Ġdiscon": 16101, + "Ġjournals": 16102, + "Ġtowel": 16103, + "ĠRegion": 16104, + "Ġconstructive": 16105, + "Ġmasks": 16106, + "Ġextends": 16107, + "Ġarchaeological": 16108, + "Early": 16109, + "Ġdual": 16110, + "ĠDat": 16111, + "Ġseeks": 16112, + "ĠKelly": 16113, + "Ġprototype": 16114, + "Maya": 16115, + "ĠApply": 16116, + "Ġminimizing": 16117, + "Ġadopting": 16118, + "Ġappliances": 16119, + "oscow": 16120, + "ĠStanford": 16121, + "liness": 16122, + "ĠHab": 16123, + "ĠDom": 16124, + "ometown": 16125, + "Ġlegally": 16126, + "Ġassuming": 16127, + "Ġenthusiastically": 16128, + "ĠAntarctica": 16129, + "Ġhues": 16130, + "agus": 16131, + "Ġ\"(": 16132, + "Ġregen": 16133, + "Ġpreschool": 16134, + "ĠAfterward": 16135, + "ĠCollection": 16136, + "Ġadvocacy": 16137, + "Ġaltitude": 16138, + "Ġtsun": 16139, + "Ġcans": 16140, + "Ġlear": 16141, + "ĠKaren": 16142, + "Ġrealise": 16143, + "Ġexplorer": 16144, + "Anyone": 16145, + "Ġconsultation": 16146, + "Ġidi": 16147, + "Ġutilizing": 16148, + "Ġrailroad": 16149, + "Ġdeposit": 16150, + "Ġcrayons": 16151, + "Know": 16152, + "Ġbang": 16153, + "Ġweed": 16154, + "ĠAC": 16155, + "ĠLang": 16156, + "ocular": 16157, + "Ġprotagon": 16158, + "Ġdoubts": 16159, + "Ġmelted": 16160, + "Ġbananas": 16161, + "Ġmerchant": 16162, + "Ġweights": 16163, + "teenth": 16164, + "Ġpolitely": 16165, + "ĠIsraeli": 16166, + "Ġstimulate": 16167, + "ĠIrene": 16168, + "Ġgoddamn": 16169, + "optional": 16170, + "/m": 16171, + "Source": 16172, + "jan": 16173, + "pos": 16174, + "ndry": 16175, + "Ġgreed": 16176, + "Ġonset": 16177, + "ryption": 16178, + "Ġtwin": 16179, + "Ġbladder": 16180, + "Ġterminal": 16181, + "Ġconsiderably": 16182, + "ĠCommand": 16183, + "named": 16184, + "Ġcherish": 16185, + "Ġadvertis": 16186, + "Ġluxury": 16187, + "oultry": 16188, + "Hope": 16189, + "best": 16190, + "Ġgambling": 16191, + "eton": 16192, + "ĠMoney": 16193, + "ĠNile": 16194, + "Ġscans": 16195, + "ĠHoward": 16196, + "Ġbarg": 16197, + "Ġcardboard": 16198, + "Ġexclusively": 16199, + "rophic": 16200, + "Ġdiligently": 16201, + "ishers": 16202, + "ĠMAN": 16203, + "Almost": 16204, + "Ġpriests": 16205, + "Ġcontexts": 16206, + "Ġdenied": 16207, + "Ġantibodies": 16208, + "Cor": 16209, + "Hen": 16210, + "lob": 16211, + "ĠOil": 16212, + "Ġprovisions": 16213, + "Ġvalleys": 16214, + "Ġfinest": 16215, + "Ġmarijuana": 16216, + "Ġmosquito": 16217, + "ĠUrban": 16218, + "Ġconstitu": 16219, + "Ġtranqu": 16220, + "Ġunprecedented": 16221, + "ĠChemical": 16222, + "ĠWi": 16223, + "Ġalleg": 16224, + "ommon": 16225, + "Ġoperational": 16226, + "araoh": 16227, + "criptions": 16228, + "Ġseventeen": 16229, + "Ġtablesp": 16230, + "Ġinjection": 16231, + "Ġcompelled": 16232, + "Sil": 16233, + "imeters": 16234, + "ista": 16235, + "Ġowns": 16236, + "Ġedible": 16237, + "ĠConcept": 16238, + "comput": 16239, + "ĠSydney": 16240, + "Guess": 16241, + "Ġinitiated": 16242, + "Ġutilized": 16243, + "ĠBrook": 16244, + "Food": 16245, + "bat": 16246, + "page": 16247, + "Ġanth": 16248, + "owners": 16249, + "Ġgeographic": 16250, + "ochond": 16251, + "Ġregistration": 16252, + "Fore": 16253, + "acre": 16254, + "Ġul": 16255, + "illion": 16256, + "ĠRy": 16257, + "Ġremarked": 16258, + "Ġrape": 16259, + "OMAN": 16260, + "Ġcherry": 16261, + "Ġcousins": 16262, + "Ġtravelling": 16263, + "ihood": 16264, + "��Bright": 16265, + "Ġshores": 16266, + "Ġtrump": 16267, + "Ġperceptions": 16268, + "Ġdescent": 16269, + "Ġdrown": 16270, + "Ġmicrobes": 16271, + "Ġexhibits": 16272, + "ĠAdvanced": 16273, + "children": 16274, + "Ġreproduce": 16275, + "organisms": 16276, + "Ġmosquitoes": 16277, + "Ġjurisd": 16278, + "-round": 16279, + "Ġlamb": 16280, + "ĠWelcome": 16281, + "think": 16282, + "arted": 16283, + "Ġramp": 16284, + "Ġmonsters": 16285, + "ĠPhill": 16286, + "balls": 16287, + "Ġpremium": 16288, + "ĠTreaty": 16289, + "whe": 16290, + "Ġcaffeine": 16291, + "othe": 16292, + "opath": 16293, + "Ġvon": 16294, + "ĠLane": 16295, + "ĠStore": 16296, + "ailand": 16297, + "Ġspecializing": 16298, + "ounter": 16299, + "Ġopposing": 16300, + "-mon": 16301, + "Ġearnings": 16302, + "Ġcrowds": 16303, + "-minute": 16304, + "Ġairl": 16305, + "Ġbeta": 16306, + "ĠGrade": 16307, + "Ġportable": 16308, + "ference": 16309, + "Ġbod": 16310, + "Ġintensive": 16311, + "Ġfeas": 16312, + "-bu": 16313, + "ĠEmbr": 16314, + "Ġclimates": 16315, + "ĠVenus": 16316, + "ĠAdventure": 16317, + "Di": 16318, + "FO": 16319, + "Following": 16320, + "cards": 16321, + "dies": 16322, + "may": 16323, + "Ġnests": 16324, + "activity": 16325, + "ĠKang": 16326, + "Ġinsult": 16327, + "Ġtrill": 16328, + "Ġsuccesses": 16329, + "-mail": 16330, + "Ġfertile": 16331, + "ĠHamilton": 16332, + "cat": 16333, + "Ġdip": 16334, + "ĠLiver": 16335, + "iza": 16336, + "Ġincons": 16337, + "Ġdeserts": 16338, + "Ġlandl": 16339, + "Ġswitched": 16340, + "Ġcondem": 16341, + "nshe": 16342, + "Ġrevised": 16343, + "Neither": 16344, + "ĠDouglas": 16345, + "cr": 16346, + "cos": 16347, + "isan": 16348, + "aments": 16349, + "ĠOp": 16350, + "ograms": 16351, + "Ġconspir": 16352, + "Ġrelent": 16353, + "Ġmaturity": 16354, + "ĠSeattle": 16355, + "flamm": 16356, + "Ġbullshit": 16357, + "Ġvoters": 16358, + "ĠMuhammad": 16359, + ".P": 16360, + "master": 16361, + "nst": 16362, + "Ġcob": 16363, + "Ġfucked": 16364, + "vell": 16365, + "Ġtraumatic": 16366, + "ĠSports": 16367, + "Ġhalfway": 16368, + "Ġsummit": 16369, + "ĠAmend": 16370, + "ĠActivities": 16371, + "Ġcircus": 16372, + "Ġenterprise": 16373, + "Ġmirrors": 16374, + "Ġfloors": 16375, + "Ġabandon": 16376, + "ĠNobel": 16377, + "oi": 16378, + "ĠIowa": 16379, + "ĠRole": 16380, + "ĠUpper": 16381, + "Ġimported": 16382, + "Ġsupporters": 16383 }, "merges": [ - "␣ t", + "Ġ t", "h e", - "␣ a", + "Ġ a", "i n", - "␣ w", - "␣t he", - "o u", - "␣ s", "r e", - "␣ o", - "h a", + "Ġ s", + "Ġt he", + "o n", + "o u", + "Ġ w", "e r", - "␣ b", + "a t", "n d", - "i t", - "i s", - "␣ y", - "␣ c", - "␣ m", - "␣ d", - "o n", - "␣ f", + "Ġ c", "in g", - "O T", - "M OT", - "l l", - "␣y ou", - "␣t o", - "a n", - "e s", + ". \\", "o r", - "e d", - "␣ p", - "ha t", - "␣ g", + "i t", + "e s", + "Ġ b", "e n", - "␣ l", - "C H", - "␣a nd", - "␣ I", - "CH I", - "␣ n", + "e d", + "Ġ f", + "i s", + "Ġ m", + "Ġ o", + "a n", + "Ġ p", + "Ġt o", + "Ġ d", + "a l", "a r", - "␣o f", - "a s", - "␣ in", - "a t", + "Ġa nd", + "Ġ h", + "Ġt h", + "Ġ in", + "Ġo f", + "Ġ l", "o m", - "␣ he", - "o w", - "␣ h", - "␣ it", - "o t", - "␣ ha", + "i c", + "a s", + "Ġ y", + "l l", + "Ġ e", + "i on", "l e", - "v e", - "␣t hat", - "a y", - "␣t h", + "Ġ g", + "Ġy ou", + "Ġ n", + "o w", "e t", - "␣o n", - "i c", + "v e", "u s", - "g h", + "en t", + "l y", + "Ġ re", + "\\ n", + "o t", + "Ġ I", + "c t", + "Ġb e", "i d", - "␣b e", - "␣ is", - "␣w e", - "l d", - "␣ e", - "a l", - "u t", - "o o", - "␣w as", + "Ġ he", + "a y", "i m", - "k e", - "a c", - "a d", - "␣d o", - "␣ re", + "g h", + "r o", + "Ġth at", "v er", - "␣ u", - "gh t", - "␣f or", - "␣ r", - "n I", - "i r", - "l y", - "i on", + "Ġ on", + "a d", + "l d", + "s t", + "Ġ it", + "Ġ T", + "u t", + "Ġs t", "s e", - "en t", + "i r", + "a c", + "' s", + "? \\", + "Ġ is", "a m", - "␣s t", - "␣ =", - "␣ M", - "␣ S", - "␣ T", + "Ġw h", + "Ġf or", + "Ġw e", + "r i", + "Ġ S", "ou t", - "␣ k", - "s t", + "k e", + "Ġ A", "it h", - "␣m e", - "i ght", - "␣ A", - "␣a n", - "e a", - "he r", - "␣w ith", - "␣w hat", - "␣w h", - "om e", - "␣g o", - "␣s e", - "a ll", "u r", - "n T", - "␣ C", - "␣a s", - "c h", - "␣n ot", - "␣l i", - "␣a t", - "t er", - "␣ B", - "ou ld", - "␣ha ve", - "i ll", - "␣th is", - "r o", - "␣k n", - "␣a re", - "␣n o", - "␣ H", - "i e", "c e", - "␣the re", - "n W", - "n A", + "at ion", + "o o", + "he r", + "Ġ u", "i f", - "␣c an", + "c h", + "gh t", + "Ġa n", + "Ġw ith", + "Ġh a", + "Ġa s", + "\\ \"", + "t er", + "r a", + "Ġ C", + "u l", "i l", - "us t", - "oo k", - "c t", + "o l", + "Ġw as", + "i ll", + "Ġ M", + "Ġm e", + "Ġe x", + "om e", + "' t", + "Ġc on", + "Ġ or", + "p e", + "Ġa re", + "Ġ k", + "Ġs e", + "ou r", + "Ġl i", + "o re", + "Ġ B", "an t", - "␣on e", - "␣h is", - "␣the y", - "␣kn ow", - "␣s he", - "␣ j", - "␣s o", - "␣d on", - "␣you r", + "Ġthe y", + "es s", + "g e", + "Ġd e", + "Ġn e", + "er s", + "o p", + "u re", + "\\ u", + "Ġ W", + "at e", + "t h", + "Ġd o", + "Ġa b", + "is t", + "ou ld", + "Ġ H", + "us t", "u n", - "x x", - "␣w he", - "␣f r", - "␣ [", - "n Y", - "ea h", - "␣u p", + "! \\", + "Ġs h", + "Ġc om", + "q u", "a in", + "p p", "a nd", - "␣he r", - "␣ \\", - "o p", - "␣n e", - "e ll", - "o re", - "␣m y", + "Ġc an", + "Ġp ro", + "Ġa t", + "r om", + "i es", "u m", - "␣ P", - "␣ D", - "␣a ll", - "␣ha d", - "a b", - "ou r", - "␣b ut", - "g e", - "␣li ke", - "␣s h", - "␣ W", - "p p", - "␣d e", - "␣ 1", - "ar t", - "oo d", - "␣s a", - "ac k", - "r i", - "o l", - "␣ out", - "␣h im", - "␣ J", - "␣g et", - "c k", - "in k", - "␣ F", - "a ke", - "u l", - "␣T he", - "␣a b", - "r y", - "␣p l", - "␣d id", - "t h", - "␣ G", - "e l", - "␣a l", - "nT he", - "A T", - "␣se e", - "␣fr om", "i g", - "␣l ook", - "es s", - "␣ L", - "ha n", - "ver y", - "I N", - "at ion", - "n S", - "␣o h", - "n B", - "re d", - "␣o r", - "␣he re", - "␣ R", - "n H", - "er s", - "␣we re", + "Ġ us", + "Ġ v", + "Ġc h", + "a b", "es t", - "q u", - "␣b y", + "r ou", + "ĠT he", + "Ġyou r", "n t", - "␣s u", - "is t", - "n a", - "␣y eah", - "ou nd", - "r a", - "␣ N", - "am e", + "Ġth is", + "al l", + "Ġ P", + "Ġl e", + "Ġha ve", + "Ġn ot", + "e m", + "i ve", "o s", - "in d", - "it t", - "␣the m", - "F AT", - "␣s ome", - "␣j ust", - "␣ 2", + "Ġw he", + "Ġw or", + "it y", + "ar t", + "Ġab out", + "e l", + "re d", + "Ġa l", + "Ġk n", + ". .", + "Ġs o", + "Ġ j", + "al ly", + "Ġs u", + "or t", + "e ct", + "c i", + "Ġf rom", + "Ġthe ir", + "Ġ D", + "T he", + "Ġ E", + "h at", + "Ġb y", + "m ent", + "k ing", + "Ġp l", + "Ġ r", + "Ġa ll", + "i ght", + "o d", + "- -", + "e ll", "ar d", - "re s", - "␣c om", - "␣th ink", - "␣ E", - "on g", "on e", - "␣g ot", - "ow n", - "␣w ant", - "␣ab out", - "a k", - "us e", - "␣wh o", - "as t", - "i ve", - "e m", - "␣w or", - "all y", - "␣w ould", - "␣s p", - "IN V", - "a p", - "␣r ight", - "n O", - "␣sa id", - "␣ if", - "␣n ow", - "at e", - "␣ O", - "␣ v", - "nY ou", - "e p", - "ic k", - "␣c on", - "␣b o", - "␣e x", - "or t", - "xx x", - "␣ xxx", - "␣an y", - "ic e", - "␣the n", - "k ay", - "␣s ay", - "v en", - "ic h", - "im e", - "f e", - "b er", - "␣t w", - "␣whe n", - "␣m an", - "ou gh", - "ot her", - "h i", - "n N", - "␣ us", + "ver y", + "Ġli ke", + "Ġkn ow", + "i e", + "Ġ L", + "re s", "a g", - "␣p ut", - "␣w ill", - "␣g ood", - "h ing", - "␣whe re", - "i es", - "id e", - "n M", + "Ġ F", + "u d", + "Ġin t", + "in d", + "Ġu p", + "Ġ \\\"", + "Ġ R", + "Ġg o", "in e", - "␣p ro", - "␣ (", - "␣in t", - "o d", "ou s", - "itt le", - "t her", - "a u", - "e ar", - "␣a g", - "␣d own", - "␣t r", - "␣ Y", - "␣b ack", - "o se", - "␣ er", - "␣l ittle", - "o st", - "␣H e", - "␣go ing", - "c a", - "␣c ome", - "␣c ould", - "␣t ime", - "w ay", - "␣be en", - "␣c l", - "␣m ore", - "␣o ver", - "␣b r", - "␣wh ich", - "␣we ll", - "␣ very", - "␣ha s", - "l f", - "it y", - "o ve", - "␣of f", - "␣a r", - "␣o kay", - "ac e", - "␣tw o", - "␣to o", - "re e", - "it e", - "␣I t", - "␣ \"", - "nI t", - "A R", - "␣ qu", - "␣h ow", - "␣ U", - "␣l et", - "␣o ther", - "␣pl ay", - "␣p e", - "ca use", - "␣the ir", - "␣th ing", - "␣ K", - "␣b l", - "␣f e", - "n D", - "n C", - "a re", - "f t", - "u re", - "␣t han", - "␣ '", - "m y", - "␣l e", - "m ent", - "␣g r", - "␣a f", - "is h", + "oo d", + "Ġ G", + "Y ou", + "id e", + "p l", + "i v", + "on g", + "Ġ en", + "Ġ 1", + "Ġwh at", + "t her", + "Ġ (", + "Ġ N", + "r y", + "Ġ O", + "a p", + "Ġ out", + "a ke", + "Ġthe m", + "ic e", + "Ġhe r", + "ion s", + "Ġb ut", + "as t", + "Ġ \\", + "ac k", + "Ġon e", + "Ġm y", + "Ġthe re", + "Ġ im", + "Ġs a", + "e re", "re at", - "al k", - "u d", - "o nd", - "ad d", - "␣y es", - "t e", - "X P", - "nH e", - "on na", - "as e", - "E XP", - "or n", - "ur n", - "␣r o", - "␣g onna", - "␣do es", + "e p", + "f f", + "Ġh is", + "Ġs ome", + "a re", + "im e", + "Ġwe re", + "h ing", + "k s", + "o c", + "o g", + "Ġs he", + "a ct", + "Ġwh o", + "ic h", + "Ġ J", + "i z", + "v en", + "Ġ \"", + "\" Ċ", + "o st", + "Ġwhe n", + "Ġd is", + "Ġh ow", + "Ġh ad", + "Ġ our", + "Ġm ore", + "Ġm an", + "Ġp e", + "Ġo ther", + "e nd", + "p er", + "am e", + "an s", + "Ġa d", + "Ġw ill", + "Ġf e", + "Ġu n", + "ing s", + "Ġc l", "om et", - "u e", - "ou ght", - "is s", "a ge", - "i an", - "he d", - "␣m ake", - "u ck", - "␣int o", - "␣ag ain", - "op le", - "nW hat", - "e ct", - "i v", - "␣w ay", - "␣a m", - "ir st", - "␣t ake", - "i a", - "t y", - "as s", - "ou nt", - "b le", - "nA nd", - "i re", - "p s", - "ar y", - "ad e", - "␣s omet", - "P AR", - "␣ en", - "n L", - "␣wor k", - "␣u h", - "␣pe ople", - "␣t ell", - "␣c o", - "␣p r", - "␣w at", - "␣s ha", - "o v", - "␣ne ed", - "ac t", + "o b", + "Ġj ust", + "r u", + "ay s", + "Ġg et", + "o se", + "a k", + "Ġt ime", "p t", - "␣f irst", - "u ch", - "␣me an", - "re n", - "␣d ay", - "␣ha nd", - "p l", - "se lf", - "is e", - "␣sh ould", - "␣c all", - "n G", - "p er", - "res s", - "a v", - "␣p art", - "u ll", - "␣af ter", - "an g", - "␣f l", - "c i", - "h is", - "␣u n", - "s o", - "u h", - "y s", - "at her", - "or d", "nd er", - "w e", - "␣b et", - "m er", - "␣S t", - "nN o", - "␣c ar", - "␣ our", - "␣th r", - "␣t e", - "au gh", - "w n", - "␣c ha", - "nY eah", - "f ore", - "l es", - "␣e very", - "f f", - "␣p o", - "␣p re", - "␣be cause", - "␣m uch", - "ab le", - "in t", - "␣did n", - "␣on ly", - "n E", - "ad y", - "b e", - "i le", - "nO h", + "a us", + "Ġw ould", + "Ġ if", + "ic al", + "op le", + "ac e", + "Ġt e", + "h is", "ac h", - "n g", - "␣c hi", - "␣re ally", - "an na", - "␣the se", - "␣c h", - "an ce", - "␣g u", - "th ing", - "␣y ear", - "oo l", - "i z", - "␣somet hing", - "n e", - "ir l", - "␣M r", - "␣se c", - "ou se", - "ar k", - "o c", - "nW e", - "␣d is", - "␣m ade", - "t ing", - "␣ha pp", - "d ay", - "o b", - "␣wh y", - "o g", - "␣w r", - "r u", - "h y", - "␣w anna", - "o ck", - "ic t", + "a h", + "oo k", + "' re", + "ri ght", + "Ġbe c", + "Ġre s", + "Ġcom p", + "Ġ qu", + "e ar", + "in k", + "Ġan y", "c c", - "A N", - "o h", - "␣ V", - "i ed", - "␣chi ld", + "Ġhe l", + "i le", + "ul t", + "an ce", + "ation s", + "Ġe very", + "Ġs p", + "ab le", + "Ġcon t", + "it e", + "o ve", + "b le", + "en ce", + "Ġwh ich", + "Ġhel p", + "Ġpe ople", + "v ed", + "Ġint o", + "i ld", + "ou nd", + "Ġc ould", + "ow n", + "u c", + "Ġd on", "at ed", - "␣l ong", - "␣t alk", - "␣a d", - "␣s m", - "e w", - "o ld", - "n P", - "␣b ig", - "u b", + "as s", + "Ġh as", "i p", - "or y", - "nT hat", - "␣ ke", - "␣be fore", - "␣m ay", - "c l", - "␣th ree", - "␣re m", - "␣b ab", - "he s", - "␣u nder", - "␣a way", - "ion s", - "␣s c", - "␣th ose", - "␣g irl", - "␣ im", - "␣a ct", + "Ġ U", + ". \"Ċ", + "ar n", + "Ġs omet", + "a v", + "Ġ 2", + "Ġs pe", + "Ġd id", + "n e", + "at er", + "ent s", + "Ġh im", + "Ġt w", + "Ġim p", + "or m", + "Ġw ant", + "Ġa g", + "s o", + "Ġu nder", + "Ġa r", + "b er", + "Ġthe se", + "if f", + "rou nd", "o ll", - "␣com p", - "w ard", + "Ġt r", + "it t", + "Ġo ver", + "an g", + "' m", + "I t", + "Ġin c", + "on d", + "ar y", + "aus e", + "i a", + "i al", + "Ġb et", + "rou gh", + "Ġse e", + "c es", + "Ġp er", + "Ġ right", + "Ġn o", + "Ġp art", + "Ġne ed", + "Ġth an", + "Ġd iff", + "re e", + "ve l", + "res s", + "ig n", + "Ġne w", + "or s", + "Ġbe en", + "ou nt", + "u e", + "Ġ ro", + "as e", + "Ġc all", + "Ġle arn", "v ing", - "I S", - "he n", - "en ce", - "␣do ing", - "␣u m", - "␣he l", - "␣t urn", - "R O", - "␣w ent", - "n y", - "␣S he", - "␣p er", - "nW ell", - "␣ne ver", - "n F", - "m an", - "␣as k", - "nB ut", - "en s", - "␣c r", - "g g", - "␣al so", - "␣a pp", - "␣th ought", - "␣o ld", - "he re", - "f ul", - "␣I n", - "␣h ome", - "i x", - "ie nd", - "n R", - "M A", - "i ld", - "on s", - "o ot", - "l ing", - "␣thing s", - "l augh", - "␣c ame", - "␣b ook", - "r d", - "␣p le", - "␣e ven", - "␣ne w", - "␣an other", + "ou gh", + ".. .\\", + "se l", + "ĠI t", + "ot her", + "or y", + "W hat", + "h y", + "Ġa m", + "i re", + "Ġcom m", + "Ġp r", + "Ġp re", + "Ġof f", + "\" \\", + "Ġth ink", + "e ah", + "Ġe ven", + "Ġsa id", + "ri end", + "k ed", + "or d", + "Ġa ct", + "g et", + "f ter", + "ĠI n", + "' ll", + "Ġthe n", + "Ġhe re", + "Ġto o", + "is h", + "Ġth rough", + "w n", + "-- --", + "Ġb ack", "i ous", - "k s", - "␣g ive", - "an s", - "p e", - "␣b it", - "or s", - "␣f ind", - "␣he ad", - "␣g reat", - "␣con t", - "␣t ry", - "␣m ust", - "␣e at", - "at h", - "␣don e", - "␣l ove", - "v ed", - "␣ .", - "␣st art", - "␣s l", - "␣hel p", - "␣l ea", - "␣thr ough", - "␣bo y", - "o y", + "en s", + "ad e", "i ly", - "␣h ouse", - "␣C h", - "g et", - "ing s", - "␣m om", - "␣b u", - "␣sh ow", - "ig n", - "nS o", - "ak ing", - "␣st ill", - "␣bab y", - "a it", - "␣l ast", - "ri ed", - "␣F r", - "i gh", - "␣re s", - "␣man y", - "a ve", - "T E", - "␣n ame", - "a ir", - "w w", - "␣w on", - "␣l ot", - "a il", - "ak es", - "G MA", - "␣c he", - "n J", - "␣m ight", - "m s", - "t ain", - "x t", - "ar s", - "en ed", - "␣s er", - "od y", - "␣c han", - "␣U n", - "a w", - "␣o p", + "Ġ K", + "Ġtw o", + "on s", + "ir st", + "Ġsomet hing", + "Ġwhe re", + "l es", + "Ġy ear", + "Ġs m", "al s", - "h m", - "v es", - "␣n ight", - "␣m in", - "at es", - "u ally", - "a h", - "␣f ound", - "um my", - "nY es", - "␣k ind", - "l and", - "u p", - "␣m other", - "i ver", - "H E", - "m ed", - "␣be l", - "␣d if", - "laugh s", - "␣ “", - "␣s it", - "ul t", - "␣c ount", - "␣com m", - "an c", - "p ort", - "ch ool", - "␣m ov", - "␣c are", - "s ide", - "␣a h", - "at er", - "␣re c", - "one y", - "␣fe el", - "␣m ost", - "␣f our", - "␣b ot", - "␣o wn", - "␣call ed", - "os s", - "␣fr iend", - "B RO", - "b ody", - "␣bet ter", - "re nt", - "␣Y ou", - "␣us ed", - "em ber", - "u nd", - "␣e l", - "␣look s", - "␣ar ound", - "e e", - "␣su ch", - "␣ke ep", - "␣er m", - "␣su re", - "␣The y", - "e ver", - "␣e nd", - "␣is n", - "␣year s", - "␣d es", - "␣li fe", - "im es", - "␣it s", - "␣be ing", - "␣c our", - "or ry", - "␣pl ace", - "␣st r", - "add y", - "e re", - "nI n", - "␣wat er", + "w e", + "he d", + "f ore", + "Ġg ot", + "Ġg r", + "A nd", + "Ġdiff ere", + "Ġb l", + "Ġf riend", + "ic k", + "f ul", + "Ġal so", + "ĠS t", + "Ġ er", + "Ġd ay", + "oo l", + "Ġn ow", + "Ġf l", + "Ġa pp", + "Ġs c", + "Ġre m", + "o y", + "Ġex pl", + "Ġst ud", + "Ġm ake", + "at ing", + "ur ing", + "ĠT his", + "Ġit s", + "' ve", + "if e", + "Ġ Y", + "it ion", + "Ġe m", + "st and", + "Ġm ay", + "Ġb u", + "H e", + "Ġw ay", + "a king", + "Ġde c", + "v es", + "ĠC h", + "pe ct", + "ur n", + "it ies", + "f orm", + "ci al", + "he n", + "in t", + "is e", + "Ġd own", + "Ġwor k", + "u b", + "ic t", + "Ġha pp", + "u ch", + "Ġman y", + "Ġ -", + "Ġon ly", + ".. .", + "ĠH e", + "W e", + "Ġd es", + "Ġre c", "p le", - "␣e y", - "␣any thing", - "␣n ice", - "␣g l", - "M CH", - "u c", - "in n", - "ic al", - "␣b all", - "way s", - "nS he", - "it ed", - "␣m at", - "in ce", - "␣s ame", - "ou n", - "an k", - "ut e", - "␣st op", - "␣wh ile", - "␣sha ll", - "␣does n", - "␣su pp", - "␣d r", - "or m", - "nT his", - "nThe y", - "␣m on", - "op e", - "␣w ait", - "␣f in", - "␣B r", - "p h", - "␣ple ase", - "ic an", - "␣c le", - "␣ro om", - "l ed", - "ation s", - "t he", - "␣A nd", - "r ow", - "␣r un", - "id ent", - "␣p ol", - "␣ne xt", - "␣to ld", - "␣s chool", - "␣b re", - "␣f ar", - "␣s w", + "im es", + "Ġbec ause", + "ure s", + "a ve", + "ol og", + "Ġg ood", + "n g", + "Ġth ose", + "d u", + "Ġsu ch", + "itt le", + "Ġf irst", + "ver s", + ".\\ \"\\", + "if ic", "ct ion", - "␣at t", - "␣el se", - "s s", - "p r", - "␣s et", - "out h", - "S IS", - "it ion", - "␣ 3", - "N AN", - "t a", - "b ab", - "on t", - "␣m hm", - "␣wor d", - "un g", - "␣we e", - "␣le ft", - "ar ly", - "␣al ways", - "␣re ad", - "␣d ist", - "␣ha rd", - "h o", - "␣po int", - "␣M ar", - "␣sp e", - "␣dif fe", - "␣p res", - "m ber", - "au ght", - "␣be g", - "␣h old", - "␣M ummy", - "␣f un", - "n ess", - "␣b us", - "␣than k", - "re am", - "␣A mer", - "␣f ather", - "␣f ace", - "nThe re", - "␣g one", - "␣a cc", - "␣m en", - "␣u nt", - "oh n", - "r ight", - "␣be c", - "␣A l", - "␣c ol", - "ow s", - "␣m oney", - "␣too k", - "␣sa w", - "␣qu ite", - "␣a c", - "ve l", - "␣w alk", - "␣d ra", - "m p", - "␣B ut", - "␣f ive", - "u g", - "␣C ha", - "le ep", - "␣go es", - "␣ use", - "␣f am", - "␣ CHI", - "␣op en", - "␣h m", - "p ect", - "␣o b", - "T he", - "t on", - "e b", - "␣in d", - "E S", - "␣b ed", - "is hed", - "␣n um", - "␣st and", - "an e", - "␣s orry", - "nH ow", - "␣en ough", - "␣bo x", - "m e", - "␣s ur", - "t s", - "in s", - "ter n", - "␣say s", - "␣th ough", - "ter s", - "␣e le", - "ers on", - "␣unt il", - "␣he ar", - "d y", - "o on", - "g r", - "␣h uh", - "␣wat ch", - "␣com ing", + "Ġdiffere nt", + "t ing", + ": \\", + "ot h", + "Ġcall ed", + "Ġs ay", + "Ġwe ll", + "v ent", + "ou ght", + "Ġwh ile", + "u ll", + "Ġfe el", + "Ġin d", + "Ġl et", + "Ġs y", + "ĠThe y", + "Ġ ke", + "Ġbe fore", + "Ġa fter", + "ar m", + "is s", + "Ġ very", + "B ut", + "Ġdis c", + "Ġl ook", + "Ġa cc", + "Ġm uch", + "Ġf ind", + "Ġm ight", + "N o", + "Ġb r", + "i gh", + "x t", + "Ġunder stand", + "O h", + "f t", + "Ġth ings", + "i an", + "a il", + "Ġg u", + "ar k", + "at her", + "Ġcon s", + "Ġgo ing", + "Ġc o", + "Ġdo es", + "an ge", + "Ġa round", + "at es", + "Ġwor ld", + "Ġe ach", + "e w", + "Ġt ake", + "sel f", + "Ġre l", + "Ġl ittle", + "Ġus e", + "b e", + "Ġpl ay", + "w ay", + "Y eah", + "ra in", + "Ġst art", + "Ġt al", "i b", - "nI f", - "␣cour se", - "␣re al", - "␣do or", - "␣st ay", - "u ff", - "␣e ver", - "␣c at", - "um p", - "␣re g", - "a z", - "us h", - "am p", - "␣w ar", - "␣re t", - "␣to day", - "␣s ide", + "A l", + "u al", + "Ġc ome", + "t ain", + "T hat", + "Ġs ur", + "Ġp o", + "m er", + "Ġa c", + "Ġbe l", + "Ġl ong", + "I n", + "u ally", + "Ġm ost", "j ect", - "␣ey es", - "O U", - "v ent", - "␣p ass", - "orn ing", - "c es", - "␣know n", - "␣l ight", - "␣w om", - "␣re d", - "i ke", + "Ġw r", + "n y", + "Ġsh ould", "ow er", - "␣p ick", - "␣fe w", - "ea k", - "as on", - "␣not hing", - "TE A", - "␣b est", - "␣a ir", - "␣s ing", - "ation al", - "L L", - "␣ask ed", + "Ġ V", + "ter n", + "l ed", + "Ġin st", + "Ġm ade", + "od y", + "Ġst r", + "Ġc ar", + "al th", + "t e", + "re n", + "e ver", + "he s", + "th ing", + "ic s", + "er m", + "p h", + "Ġre al", + "Ġme an", + ", \\\"", + "os s", + "Ġag ain", "n ing", + "Ġo wn", + "Ġto get", + "ĠB ut", + "Ġtoget her", + "ra ct", + "i ed", + "Ġl ife", + "Ġex per", + "W ell", + "Ġf am", + "w ard", + "at h", + "Ġimp ort", + "g an", + "Ġus ed", + "ul ar", + "ment s", + "Ġch ild", + "Ġth ought", "i ble", - "␣t er", - "␣you ng", - "re w", - "␣s ix", - "␣bel ie", - "i red", - "␣J ohn", - "␣y et", - "␣se en", - "i al", - "␣ MOT", - "ir d", - "␣child ren", - "␣p h", - "am es", - "ft a", - "␣ _", - "␣ha fta", - "␣p ap", - "g er", - "␣rem ember", - "␣diffe rent", - "␣up on", - "␣f all", - "␣f ell", - "or th", - "␣h ur", - "i er", - "␣m orning", - "ro ss", - "␣sec ond", - "␣A r", - "as ed", - "␣lea ve", - "␣cha r", - "␣l ist", - "␣r ound", - "o or", - "ur ing", - "fe ct", - "␣de ar", - "␣ ent", - "␣hand s", - "␣m ind", - "␣look ing", + "S o", + "Ġp ers", + "n a", + "Ġyear s", + "l ud", + "Ġin s", + "t y", + "m y", + "Ġc reat", "we en", - "m b", - "get her", - "␣to gether", - "re t", - "␣m ar", - "nD o", - "␣A n", - "IN G", - "␣get ting", - "␣k ill", - "␣T HE", - "␣re l", - "␣M iss", - "E R", - "t le", - "u res", - "c le", - "␣m il", - "␣T his", - "␣b ro", - "as h", - "b y", - "in es", - "␣s ound", - "is ter", - "␣Mr s", - "o k", - "␣sm all", - "oll ow", - "␣him self", - "␣re st", - "R A", - "␣t ri", - "␣on ce", - "h uh", - "␣N ew", - "␣W hat", - "nO kay", - "or k", - "␣A s", - "␣bet ween", - "␣pre t", - "c ha", - "␣bot h", - "␣he art", - "␣s il", - "␣s leep", - "en er", - "m a", - "om b", + "g g", + "Ġbe ing", + "c ess", + "ĠA nd", + "Ġf ound", + ", \\", + "Ġin v", + "Ġat t", + "Ġs er", + "Ġre p", + "Ġw ater", + "n ess", + "ch ool", + "Ġd uring", + "it ed", + "Ġre ad", + "Ġe ff", + "Ġfriend s", + "o ld", + "Ġbet ween", + "Ġ You", + "Ġre g", + "r ic", + "Ġg en", + "Ġo b", + "d ay", + "Ġsu pp", + "Ġt ell", "it s", - "␣an im", - "␣f oot", - "nW hy", - "␣p ie", - "F CH", - "m ost", - "␣b ad", - "l ess", - "␣e ach", - "␣h igh", - "␣ha ving", - "un e", - "␣he ard", - "ot e", - "␣t able", - "ct or", - "an ge", - "at ing", - "␣c ap", - "␣l ater", - "␣ha lf", - "␣c a", - "␣with out", - "b all", - "re en", - "␣re ady", - "␣Amer ican", - "␣m m", - "et s", - "d er", - "␣m aking", - "nE r", - "␣G r", - "Y ou", - "␣w ind", - "␣wor ld", - "nN ow", - "␣no ise", + "p s", + "Ġsh ow", + "Ġc ount", + "a red", + "w ays", + "Ġha nd", + "l ic", + "Ġad d", + "* *", + "ak es", + "Ġ 3", + "a u", + "n ce", + "he re", + "Ġbet ter", + "Ġs k", + "T his", + "Ġs im", + "ar s", + "Ġre ally", + "st em", + "Ġ '", + "vel op", + "ĠU n", + "Ġcomm un", + "ĠS o", + "Ġwh y", + "Ġh ome", + "ĠT h", + "Ġc are", + "ĠH ow", + "Al ice", + "id ent", + "at ive", + "s s", + "Ġinc lud", + "Ġg reat", + "Ġc r", + "e c", + "Ġdid n", + "le ct", + "as ed", + "ist s", + "a ir", + "Ġst ill", + "Ġan other", + "Ġex am", + "Ġm et", + "l i", + "Ġb oth", + "g r", + "Ġs et", + "Ġc he", + "Ġfor m", + "e ad", + "in es", + "iz ed", + "Ġse c", + "Ġc re", + "Ġo ld", + "Ġar t", + "Ġke ep", + "Ġs ci", + "re ad", + "ch n", + "B ob", + "il ity", + "ĠW e", + "Ġp res", + "ation al", + "er g", + "at ure", + "Ġsm all", + "Ġal ways", + "en ed", + "it ing", + "ĠA s", + "Ġimport ant", + "Ġd i", + "i qu", + "Ġg l", + "ar ch", + "Ġle ad", + "Ġv ar", + "ĠT hat", + "ant s", + "a w", + "Ġde velop", + "Ġhe alth", + "Ġt ry", + "Ġs chool", + "Ġus ing", + "id ed", + "Ġl oc", + "Ġ ent", + "Ġh um", + "Ġe nd", + "em ber", + "Ġt urn", + "Ġf un", + "ĠA l", "e red", - "␣I nd", - "␣p op", - "o ice", - "␣so on", - "␣al right", - "␣to p", - "␣con s", - "t en", - "␣M om", - "A D", - "␣cha ir", - "ent s", - "␣s ort", - "␣de c", - "␣pret ty", - "␣kn ew", - "st and", - "nM m", - "␣p erson", - "an y", - "␣in st", - "r ist", - "␣again st", - "am a", - "oc al", - "␣d ied", - "is es", - "␣m ove", - "␣look ed", - "␣ i", - "␣d ire", - "g ed", - "␣happ ened", - "␣may be", - "o e", - "␣s k", - "␣E d", - "␣want ed", - "␣talk ing", - "␣Y eah", - "␣every thing", - "␣ 4", - "b o", - "␣ha ven", - "␣m us", + "d s", + "Ġn um", + "an c", + "Ġpro v", + "Ġc oll", + ") \\", + "Ġs ign", + "Ġth ree", + "i x", + "ow ing", + "Ġm o", "ce pt", - "if e", - "t ed", - "␣he y", - "is ion", - "c hed", - "nD on", - "␣f ollow", - "os ed", - "␣bl ack", - "i et", - "pp ed", - "␣m iss", - "ww w", + "y s", + "Ġin ter", + "ri b", + "Ġqu est", + "Ġl ess", + "Ġb ig", + "Ġ ra", + "Ġm in", + "Y es", + "en c", + "H ow", + "Ġp h", + "t en", + "Ġe v", + "Ġh igh", + "l ing", + "ic es", + "ble m", + "u es", + "Ġpers on", + "iz e", + "an k", + "l and", + "Ġt y", + "Ġother s", + "Ġe ar", + "Ġm at", + "Ġc ol", + "Ġne ver", + "Ġd et", + "Ġl ove", + "Ġsy stem", + "h ip", + "Ġm ust", + "k ay", + "Ġv al", + "Ġa way", + "ur al", + "olog y", + "Ġevery one", + "Ġe ver", + "Ġre se", + "a ut", + "Ġtr ans", + "Ġf ood", + "ĠM r", + "Ġpr ot", + "ut e", + "Ġp ut", + "or ies", + "Ġex p", + "Ġh ist", + "Ġp at", + "a x", + "t s", + "Ġpl an", + "Ġc le", + "Ġpro blem", + "' d", + "Ġbu ild", + "ag es", + "Ġ ide", + "ou se", + "Ġin f", + "Ġv is", + "Ġsu b", + "Ġl o", + "Ġk ind", + "Ġs l", + "e f", + "is m", + "Ġexper i", + "mer ic", + "u ri", + "Ġpl ace", + "c k", + "Ġbel ie", + "Ġspe c", + "ro ss", + "T h", + "in ce", + "e e", + "Ġf act", + "---- ----", + "Ġc ame", + "Ġm on", + "Ġex c", + "The y", + "Ġte chn", + "Ġo p", + "Ġg rou", + "ar ing", + "N ow", + "or n", + "r on", + "Ġwith out", "ere st", - "ie f", - "O N", - "n U", - "␣num ber", - "␣do g", - "er tain", - "␣T h", - "␣D e", + "Ġse em", + "ĠS he", + "Ġup on", + "Ġt ri", + "Ġre f", + "Ġc our", + "u nd", + "et y", + "Ġm ed", + "A s", + "Ġs ame", + ") ,", + "Ġin form", + "Ġs ol", + "S t", + "Ġg ive", + "Ġex t", + "Ġcon f", + "ĠW hat", + "e x", + "ag ine", + "ow s", + "Ġt ra", + "Ġf oll", + "d uc", + "Ġlearn ing", + "Ġp ol", + "Ġsome one", + "ut ion", + "Ġas s", + "Ġn am", + "ĠA meric", + "Ġb est", + "The re", + "Ġm us", + "er ing", + "en g", + "Ġl ast", + "Ġp ass", + "Ġf in", + "Ġl oo", + "ect ion", + "o h", + "Ġs ure", "b r", - "n er", - "nC ome", - "␣W e", - "b ut", - "␣The re", - "␣ �", - "p art", - "␣s n", - "␣me et", + "Ġas ked", + "Ġbe h", + "Ġa p", + "le x", "us s", - "␣an s", - "␣ 5", - "nT han", - "␣li ve", - "␣he ll", - "␣f ire", - "␣D addy", - "␣Un ited", - "␣d ri", - "␣h our", - "d en", - "␣br ing", - "a le", - "it her", - "␣act ually", - "␣e ight", - "␣int erest", - "␣g ave", - "ke y", - "te nd", - "ward s", - "ci al", - "␣b orn", - "␣l ar", - "ub l", - "␣as s", - "c hes", - "␣N o", - "␣bre ak", - "␣c ut", - "nL et", - "O R", - "␣G er", - "␣day s", - "␣mom ent", - "␣to wn", - "␣w ond", - "␣c ur", - "␣fam ily", - "er n", - "␣g ame", - "cl ud", - "␣ad d", - "i o", - "␣qu est", - "␣f ood", - "␣su b", - "bab ly", - "u al", + "Ġth ing", + "Ġd ist", + "Ġint erest", + "in s", + "Ġl and", + "Ġc ent", + "Ġp ower", + "Ġm od", + "c er", + "Ġw om", + "Ġh ard", + "Ġcont in", + "an y", + "ter s", + "Ġdo ing", + "Ġm aking", + "a z", + "ĠF or", + "Ġ ed", + "Ġpro du", + "one y", + "et s", + "Ġpart ic", + "Ġ 4", + "Ġme m", + "ir on", + "I f", + "Ġw ond", + "l ess", + "! \\\"", + "u p", + "ie w", + "ent ial", + "S he", + "Ġsomet imes", + "Ġne ar", + "Ġspe cial", + "en se", + "ir l", + "Ġof ten", + "Ġl ar", + "id s", + "Ġm om", + "ain ed", + "on na", + "Ġli ght", + "Ġl ot", + "ĠA n", + "Ġm ar", + "Ġen ough", + "at ch", + "Ġe as", + "ĠThe se", + "Ġstud y", + "or k", + "Ġe l", + "oc k", + "Ġl ist", + "iv es", + "Ġe y", + "Ġchild ren", + "Ġch ar", + "ent ly", + "ru ct", + "Ġpo int", + "h o", + "uc k", + "Ġb o", + "Ġan im", + "Ġp ract", + "Ġfam ily", + "Ġgen er", + "Ġb us", + "Ġres p", + "i red", + "ic ally", + "Ġbe aut", "in ess", - "␣E ng", - "is ed", - "␣belie ve", - "␣ ,", - "␣c ity", - "␣a w", - "␣in v", - "␣tr ain", - "␣d ar", - "␣ id", - "␣try ing", - "␣O h", - "␣h or", - "s h", - "se l", - "c ed", - "a x", - "a ut", - "␣pap er", - "nHe y", - "␣s ince", - "␣m et", - "␣ hat", - "␣st ory", - "␣al ong", - "␣mat ter", - "␣who le", - "␣bo ys", - "␣G od", - "re ady", - "␣f act", - "␣k id", - "a pp", - "␣e as", "ull y", - "ic ha", - "␣al most", - "␣re f", - "␣p ict", - "␣de l", - "␣was n", - "y e", - "ie ld", - "on y", - "␣dra w", - "␣t en", - "␣s qu", - "␣in ter", - "o ke", - "ent y", - "ut h", - "nI s", - "␣cl ose", - "at ive", - "hi p", - "ver s", - "G RA", - "␣h ot", - "ic s", - "␣B e", - "␣st ick", - "ar l", - "un t", - "␣te am", - "or row", - "␣under stand", - "ul ar", - "ver n", - "e c", - "e x", - "␣dr ink", + "Ġsa f", + "Ġwith in", + "Ġb re", + "Ġinform ation", + "W hy", + "Ġg onna", + "Ġth ough", + "Ġg ra", + "Ġexam ple", + "O ne", + "om m", + "Ġ 5", + "Ġme ans", + "Ġch ange", + "Ġst re", + "Ġwe e", + "Ġknow n", + "Ġs ound", + "Ġapp ro", + "Ġm ain", + "Ġpro cess", + "Ġt reat", + "Ġch ang", + "Ġfe w", + "ĠB y", + "Ġnam ed", + "Ġhe ad", + "le ase", + "Ġp oss", + "Ġcl ass", + "Ġc ap", + "o ver", + "Ġde f", + "er tain", + "Ġm ind", + "Ġu nt", + "Ġcon n", + "Ġeff ect", "in ed", - "ant s", - "␣com es", - "␣do ll", - "a j", - "p ed", - "␣j ob", - "␣start ed", - "el t", - "␣say ing", - "␣s we", - "␣al ready", - "␣t ra", - "␣sp eak", - "␣p ull", - "er y", - "␣ret urn", - "nA ll", - "␣St ates", - "␣gu ess", - "␣st uff", - "␣dar ling", - "␣H ar", - "␣bl ue", - "␣re p", - "ak en", - "␣ex c", - "f r", - "as ter", - "␣ne ar", - "␣l augh", - "␣C l", - "␣would n", - "t o", - "it ies", - "ou ch", - "␣p oss", - "␣wond er", - "␣play ing", - "r ict", - "iv es", - "␣I s", - "␣pro bably", - "w here", - "in a", + "iqu e", + "i er", + "Ġs un", + "is hed", + "i o", + "Ġal ong", + ") .", + "Ġrem ember", + "ate ly", + "v iron", + "at a", + "Ġn ight", + "Ġw ent", + "Ġp op", + "Ġp ub", + "Ġa ff", + "ou n", + "Ġdes ign", + "Ġc ult", + "Ġre qu", + "en ces", + "ĠW hen", + "Ġr un", + "Ġb ody", + "al e", + "re en", + "Ġyou ng", + "Ġte ac", + "sel ves", + "erg y", + "ac es", + "iv id", + "Ġcre ate", + "Ġg irl", + "or ing", + "Ġw a", + "Ġha ving", + "Ġs it", + "Ġwant ed", + "as es", + "Ġst and", + "ut h", + "Ġdec ided", + "au ght", + "Ġch all", + "Ġstud ents", + "c on", + "er v", + "Ġgr ow", + "p r", + "b ers", + "Ġto day", + "Ġm ove", + "Ġcour se", + "Ġvar ious", + "Ġhe ard", + "gr am", + "L et", + "Ġinc re", + "Ġe qu", + "ĠE x", + "ĠO ne", + "Ġstr ong", + "Ġle ft", + "ill ed", + "c ent", "ri es", - "␣d ro", - "␣im p", - "␣bu ild", - "n K", - "␣s ign", - "␣br other", - "␣l and", - "␣s ent", - "␣t imes", - "␣ 6", - "␣ha ir", - "␣wr ong", - "␣wom an", - "␣play ed", - "␣dis c", - "ou p", - "␣fe et", - "␣Ch rist", - "k es", - "u es", - "␣in c", - "␣h ope", - "␣ Z", - "␣pro ble", - "ou d", - "␣s on", - "␣p ur", - "␣min ute", - "␣c ent", - "␣in f", - "␣S te", - "␣wh ite", - "ie w", - "␣v oice", - "␣friend s", - "␣p ay", - "␣g i", - "en n", - "␣s y", - "␣in clud", - "o es", - "nN ot", - "if ic", - "␣d uring", - "␣U h", - "E N", - "␣mon th", - "␣fl oor", - "␣count ry", - "␣J ap", - "y ing", - "␣ 8", - "␣S o", - "itt ing", - "␣f ull", - "␣mean s", - "nM y", - "K F", - "nB e", - "nJ ust", - "n o", - "nS t", + "Ġbec ome", + "Ġor gan", + "Ġhe art", + "Ġne xt", + "Ġres ult", + "ward s", + "ort s", + "Ġunderstand ing", + "b s", + "Ġt ru", + "Ġad v", + "b y", + "Ġs w", + "ie ld", + "id es", + "g er", + "Ġunt il", + "Ġstart ed", + "n er", + "i vers", + "Ġevery thing", + "her s", + "I N", + "Ġf ore", + "Ġtal k", + "d en", + "Ġer m", + "ill s", + "Ġa v", "it al", - "␣pl an", - "nW hen", - "r ing", - "ent ly", - "␣po or", - "␣s im", - "en se", - "ha ps", - "␣M ay", - "␣id ea", - "f ter", - "␣l ost", - "und red", + "Ġany thing", + "ĠR e", + "Ġm oney", + "Ġf our", + "D o", + "ĠI f", + "Ġm akes", + "t he", + "Ġn ame", + "en ing", + "Ġli ved", + "it ions", + "d er", + "Ġc ur", + "Ġnum ber", + "t ed", + "o pe", + "Ġhist ory", + "Ġm ag", + "ang u", + "viron ment", + "Ġre t", + "ĠA r", + "r it", + "Ġme et", + "Ġde ep", + "ĠW ith", + "Ġp ot", + "Ġis n", + "ri ed", + "l ine", + "r ow", + "Ġp rom", + "Ġact iv", + "u ed", + "t o", + "h ap", + "ro l", + "ove red", + "Ġf ar", + "Ġto ld", + "ot e", + "Ġen g", + "Ġa ir", + "Ġh ouse", + "Ġtoo k", + "ion al", + "Ġf as", + "ĠHow ever", + "Ġd r", + "Ġre st", + "as on", + "pe nd", + "n o", + "Ġp ain", + "E R", + "are nt", + "Ġd ays", + "Ġwor king", + "Ġb ir", + "Ġc ertain", + "Ġs ince", + "Ġgrou p", + "Ġle vel", + "Ġam ong", + "our ces", + ".\\ \"", + "g in", + "Ġhum an", + "if ul", + "ĠT o", + "Ġt est", + "Ġac ross", + "Ġagain st", + "Ġrese arch", + "act ly", "at s", - "␣got ta", - "␣y ell", - "ac es", - "␣st e", - "I t", - "air s", - "U R", - "␣br ought", - "␣qu ick", - "iver s", - "␣mov ie", - "␣bec ame", - "␣be aut", - "␣de ath", - "␣le g", - "ch ild", - "␣st ud", - "a id", - "␣happ y", - "O h", - "␣st ate", - "␣your self", - "␣see med", - "on es", - "nO n", - "␣on es", - "␣C ount", - "st er", - "iz e", - "␣m ine", - "␣r ather", - "␣A d", - "␣F l", - "a red", - "o int", - "ag es", - "␣gr and", - "␣for m", - "␣ex p", - "␣ 7", - "␣h undred", - "␣co ll", - "le y", - "␣con f", - "␣p ain", - "␣sh ort", - "ct ed", - "inn er", - "et h", - "␣c ertain", - "␣girl s", - "␣f ine", - "␣g reen", - "en c", - "␣ –", - "␣s ir", - "ol og", - "a ld", - "␣turn ed", - "␣cont in", - "ro om", - "w er", - "re st", - "␣a ge", - "␣wee k", - "␣m ag", - "e nd", - "␣mus ic", - "␣beg an", - "␣be h", - "b les", - "ic a", - "␣ex pl", - "en e", - "␣st ra", - "et er", - "␣word s", - "c ess", - "␣g ener", - "i pp", - "nR ight", - "␣ ♪", - "ment s", - "o ber", - "␣d addy", - "␣le ad", - "␣m outh", - "␣fr ont", - "␣m akes", - "␣are n", - "es e", - "s on", - "id ed", - "␣my self", - "ent ion", - "␣out side", - "␣t aken", - "nThan k", - "␣f av", - "␣pro d", - "ut es", - "␣s at", - "␣pr om", - "␣B en", - "as k", - "␣l ady", - "is on", - "␣part y", - "u red", - "s ing", - "␣d at", - "␣ab le", - "␣col or", - "e y", - "␣are a", - "ress ed", - "n ot", - "␣want s", - "as er", - "␣f ight", - "␣c ry", - "nA re", - "␣beh ind", - "omb a", - "␣happ en", - "i k", - "␣de ad", - "␣te le", - "f ord", - "ro g", - "␣S p", - "ir ty", - "␣s ong", - "␣T om", - "iz ed", - "ur y", - "us ed", - "␣pro v", - "␣t re", - "oll y", - "␣c ir", - "␣wr ite", - "r al", - "ap e", - "␣ es", - "␣H ow", - "␣Count y", - "sel ves", - "␣t aking", - "ru ary", - "␣im port", - "eb ruary", - "if ul", - "␣fun ny", - "o le", - "␣l ess", - "f ully", - "␣p at", - "␣I N", - "␣f elt", - "␣m ain", - "D AD", - "W hat", - "i am", - "nL ook", - "␣gi ven", - "␣bus iness", - "␣c ra", - "l ish", - "␣T hat", - "nW ho", - "nW here", - "ou ble", - "␣to ys", - "␣off ic", - "␣c ase", - "␣ ed", - "␣of ten", - "␣rec ord", - "␣ 9", - "␣l ine", - "␣be ar", - "␣anim als", - "␣ex t", - "he ad", + "Ġsci ent", + "Ġind ivid", + "os ed", + "] \\", + "Ġto wn", + "Ġc aus", + "s ide", + "Ġinv ol", + "Ġy et", + "ĠP ro", + "ĠI s", + "Ġdoes n", "id er", - "␣min utes", - "ir th", - "␣A t", - "␣mom my", - "␣Mom my", - "␣H is", - "␣gu ys", - "␣l ear", - "R E", - "␣ser v", - "␣b ar", - "␣de al", - "␣Jap an", - "␣y a", - "ang er", - "␣quest ion", - "␣somet imes", - "␣chan ge", - "␣C om", - "␣l ate", - "␣D av", - "ess ie", - "␣F ebruary", - "E L", - "le ase", - "an or", - "␣m ess", - "er t", - "␣o cc", - "␣Fr aser", - "␣tw enty", - "␣d uck", - "␣ -", - "␣to m", - "␣pres ent", - "ren ce", - "nThe n", - "e g", - "␣e ither", - "␣hell o", - "␣pict ure", - "re et", - "␣co ld", - "and er", - "g in", - "ad a", - "␣t ill", - "␣m ed", - "ain ed", - "␣se ven", - "␣e v", - "␣le ast", - "␣b ase", - "ar a", - "␣list en", - "␣B art", - "␣some one", - "␣could n", - "␣pie ce", - "f fe", - "an u", - "ot s", - "␣The n", - "␣yell ow", - "␣ro ck", - "h il", - "N D", - "id es", - "␣E le", - "␣swe et", - "L D", - "g ie", - "␣ Q", - "nD id", - "am ed", - "ill y", - "␣v is", - "␣h um", - "␣cl ot", - "m ing", - "r ic", - "ou b", - "␣h i", - "ard s", - "e ad", - "␣e m", - "␣bo at", - "␣C ar", - "␣Y ork", - "ow ing", - "aught er", - "u ly", + "i ent", + "Ġcomm on", + "ra p", + "i ke", + "ire ct", + "hy s", + "Ġsupp ort", + "out h", + "ĠThe re", + "m an", + "Ġact ually", + "ĠC on", + "ent ion", + "Ġd ue", + "Ġo pp", + "il ar", + "Ġpro f", + "Ġst ay", + "Ġt imes", + "Ġd one", + "Ġw on", + "Ġlearn ed", + "Ġt re", + "Ġb it", + "f ully", + "?\\ \"\\", + "Ġst op", + "pect ed", + "Ġli ve", "al ity", - "␣hor se", - "␣c ook", - "are nt", - "ha r", - "en g", - "␣in s", - "␣f ig", - "z e", - "␣hur t", - "f ort", + "ĠI nd", + "Ġen ergy", + "Ġo cc", + "Ġsa w", + "oc us", + "Ġw ays", + "el t", + "ort un", + "in king", + "Ġinst ead", + "Ġbeaut iful", + "ect ed", + "Ġw al", + "ĠN o", + "ne y", + "Ġg iv", + "- s", + "Ġquest ion", + "Ġty p", + "ur y", + "h ile", + "ĠE ng", + "Ġto p", + "Ġel se", + "Ġpro gram", + "Ġun ique", + "Ġd ata", + "?\\ \"", + "ater ial", + "ĠS h", + "Ġexpl ore", + "ĠN ew", + "it ive", + "u ff", + "Ġen c", + "Ġlo ved", + "Ġr is", + "Ġj our", + "Ġh our", + "Ġis s", + "Ġ es", + "Ġb ook", + "a pe", + "Ġwor ds", + "Ġe lect", + "Ġl angu", + "Ġp os", + "Ġtr ad", + "an ces", + "Ġcount ry", + "Ġap pe", + "Ġ ess", + "om s", + "Ġimp ro", + "Ġon ce", + "Ġhapp ened", + "re t", + "or ry", + "O nce", + "D on", + "Ġb as", + "in ation", + "Ġj o", + "Ġst ate", + "ot s", + "Ġc or", + "Ġ 6", + "Ġcom es", + "a j", + "am p", + "im my", + "Ġ .\\", + "Ġm en", + "is ed", + "Ġc ell", + "Ġb oy", + "Ġen s", + "j oy", + "Ġgo ver", + "Ġqu ite", + "Ġ ident", + "W hen", + "Ġen vironment", + "Ġdisc uss", "ain s", - "ian s", - "un ch", - "␣lar ge", - "␣p ubl", - "nC an", - "␣ro ad", - "␣gu y", - "␣f if", - "ious ly", - "␣str ong", - "␣pol it", - "b orn", - "␣p ri", - "␣de f", - "nG ood", - "␣ag o", - "e en", - "g an", - "id ge", - "␣b irth", - "␣in side", - "un k", - "ha m", - "␣al one", - "␣w ish", - "␣w ife", - "␣beaut iful", - "ra p", - "n V", - "␣go vern", - "␣m id", - "␣re pl", - "␣bo dy", - "␣her self", - "␣other s", - "ut ion", - "␣tr ue", - "␣en g", - "z z", - "␣Cha r", - "␣d ark", - "␣A ll", - "nM r", - "n ed", - "␣W ill", - "re ad", - "oun c", - "d le", - "it ing", - "␣d inner", - "␣book s", - "f or", - "␣import ant", - "␣gr ound", - "␣re ason", - "a ul", - "␣f ore", - "␣p ower", - "␣f ish", - "␣Y OU", - "␣f ing", - "␣let ter", - "␣che ck", - "a im", - "A S", - "et y", - "␣O n", - "␣P r", - "a ur", - "R I", - "e or", - "at ur", - "␣F or", - "le x", - "␣t ree", - "␣f air", - "␣o pp", - "Y es", - "le t", - "␣fin ished", - "␣get s", - "␣bl ock", - "ic ip", - "␣dist rict", - "␣Y es", - "␣cle an", - "␣m ark", - "TE R", - "␣m ill", - "␣work ing", - "ep t", - "␣we ar", - "␣T O", - "␣t y", - "␣l ay", - "␣tr ans", - "at or", - "␣s ister", - "␣l ad", - "anu ary", - "ous and", - "I I", - "␣B l", - "␣ad v", - "␣g un", - "ac ed", - "ate ly", - "L E", - "oo f", - "ist s", + "Ġan s", "el s", - "␣l ov", - "␣p ast", - "␣for g", - "nEr m", - "␣f uck", - "␣M ag", - "␣or der", - "␣s un", - "␣m ot", - "␣s um", - "␣h on", - "␣de part", - "␣t ried", - "␣re ce", - "␣ex am", - "␣am ong", - "iv ing", - "␣W ell", - "g y", - "␣I f", - "it ch", - "id ing", - "␣e arly", - "um b", - "nT h", - "␣ar t", - "an a", - "N o", - "␣b at", - "␣ac ross", - "A nd", - "␣t ouch", - "␣B essie", - "␣p os", - "␣s itting", - "␣b ath", - "c ri", - "␣B ob", - "␣r a", - "␣r iver", - "k en", - "␣l o", - "ang u", - "icha el", - "␣proble m", - "␣Ele anor", - "␣re ac", - "te en", - "␣li ved", - "pr il", - "␣d a", - "er ing", - "␣ro ll", - "nA s", - "␣st ar", - "␣pr ot", - "␣Eng lish", - "b it", - "␣foot ball", - "␣b ur", - "␣some body", - "␣gl ad", - "␣chan ce", - "␣r an", - "␣W hen", - "U N", - "ll y", - "␣c up", - "␣B omba", - "e k", - "r at", - "␣W ar", - "␣J anuary", - "em ent", - "nF or", - "␣C on", - "␣C hi", - "␣ex pect", - "␣f ree", - "␣bu y", - "␣con c", - "␣mil k", - "UR S", - "␣T H", - "m en", - "ow ed", - "␣C an", - "␣new s", - "␣cl ass", - "␣att ack", - "e ed", - "ac her", - "is m", - "␣se ver", - "␣th ousand", - "␣B ar", - "b ed", - "␣w in", - "ic es", - "ove mber", - "␣see ms", - "␣sil ver", - "␣j o", - "␣t ea", - "␣k iss", - "␣ph one", - "ra id", - "␣b ag", - "␣n ine", - "␣fav or", - "␣Dav id", - "␣h it", - "W e", - "␣S c", - "r is", - "at ure", - "␣H er", - "␣he ld", - "␣know s", - "ay s", - "nG o", - "vel op", - "␣tom orrow", - "␣E l", - "qu e", - "␣f rog", - "␣l aw", - "␣think ing", - "i um", - "␣f ast", - "␣P ro", - "ion al", - "ea red", - "␣ob ject", - "␣kill ed", - "A P", - "␣sever al", - "␣p u", - "u ed", - "␣app ro", - "␣t akes", - "␣b ird", - "O L", - "ul ation", - "␣your s", - "␣ z", - "␣c reat", - "er v", - "␣ser ies", - "U S", - "al th", - "␣ar m", - "␣res p", - "B ut", - "␣v ill", - "␣qu iet", - "␣d ad", - "ic ally", - "g as", - "␣n orth", - "␣Ger man", - "z y", - "␣m od", - "or ld", - "␣Br it", - "␣gr oup", - "␣sur pr", - "ar ch", - "ell o", + "Ġsh are", + "ĠW ell", + "Ġwas n", + "er t", + "Ġed uc", + "Ġcon d", + "Ġd ri", + "Ġide a", + "t le", + "Ġf ocus", + "Ġkn ew", + "ab ly", + "Ġpro ject", + "ĠS p", + "Ġst ories", + "Ġs ays", + "Ġc uri", + "ĠG od", + "Ġbr ing", + "Ġget ting", + "Ġd ra", + "Ġ ve", + "m ed", + "Ġst ory", + "act er", + "Ġcould n", + "Ġf ive", + "I s", + "m agine", + "Ġte am", + "Ġloc al", + "Ġp ur", + "Ġop en", + "Ġgover n", + "ĠA d", + "Ġsec ond", + "g s", + "Ġpres ent", + "Ġb en", + "Ġto wards", + "Ġe le", + "c om", + "Ġhelp s", + "Ġm aterial", + "Ġde m", + "al f", + "Ġ ri", + "Ġm or", + "ord ing", + "n s", + "Ġloo king", + "ĠB e", + "l ight", + "Ġbe gan", + "Ġmon th", + "ĠJ ust", + "Ġbus iness", + "t on", + "ro p", + "if y", + "Ġp ie", + "Ġj ob", + "i ans", + "Ġinclud ing", + "Ġen joy", + "Ġt em", + "Ġbelie ve", + "Ġre pl", + "cc ess", + "Ġcon st", + "c ome", + "Ġey es", + "Ġlar ge", + "Ġp ast", + "Ġwom en", + "Ġanim als", + "Ġspec ific", + "Ġm iss", + "C ome", + "ĠB en", + "av or", + "Ġcomp le", + "an e", + "Ġbl ood", + "a pp", + "Ġchall eng", + "m e", + "ĠM ar", + "ap er", + "Ġmat ter", + "r ist", + "enc y", + "Ġdis e", + "as h", + "Ġse en", + "Ġy es", "it er", - "␣l angu", - "ne y", - "␣to y", - "␣per haps", - "m in", - "it c", - "␣p ot", - "␣se nd", - "␣K ing", - "␣comp any", - "␣love ly", - "␣N ovember", - "␣bl ood", - "v ision", - "il t", - "␣w ood", - "iv ed", - "␣o oh", - "nA l", - "th ough", - "␣con st", - "␣d ress", - "␣j ump", - "am er", - "␣w all", - "␣D o", - "nG et", - "␣P hil", - "itt en", + "led ge", + "Ġc al", + "Ġs ing", + "Ġm other", + "Ġb ased", + "Ġse ver", + "ard s", + "Ġins ide", + "Ġas k", + "Ġf elt", + "Ġt aking", + "Ġbec ame", + "- f", + "He y", + "Ġlook ed", + "A ll", "ivers ity", - "ren ch", - "␣P e", - "␣li ving", - "␣no se", - "␣O F", - "sing ing", - "␣S h", - "␣ke pt", - "␣birth day", - "y ou", + "c l", + "Ġs ide", + "Ġm il", + "Ġcommun ity", + "Ġf ull", + "Ġyour self", + "Ġfoll ow", + "Ġ est", + "Ġm ill", + "c hed", + "Ġc ity", + "Ġso cial", + "Ġab le", + "Ġw ind", + "Ġn at", + "am es", + "Ġf ace", + "Ġpro per", + "oo ks", + "M y", + "Ġp hys", + "Ġk ids", + "Ġplay ing", + "is ion", + "Ġtry ing", + "i or", + "Ġqu ick", + "Ġli ving", + "Ġde p", + "o ot", + "Ġcl ose", + "J ust", + "on y", + "b ody", + "re am", + "ĠA t", + "Ġag o", + "Ġh old", + "ĠC l", + "u ro", + "Ġear ly", + "Ġp ar", + "Ġst ep", + "Ġmus ic", + "Ġd irect", + "er y", + "Ġsaf e", + "ĠL et", + "Ġsy m", + "l ish", + "r al", + "Ġare a", + "Ġf ac", + "M m", + "Ġb ad", + "O kay", + "Ġso on", + "or th", + "c ed", + "Ġl aw", + "er n", + "it her", + "Ġsign ific", + "gg est", + "Ġsever al", + "pl es", + "Ġl ater", + "ĠC an", + "ĠO h", + "ĠP l", + "on es", + "Ġnot hing", + "c in", + "A N", + "c le", + "Ġp ri", + "av es", + "Ġpub lic", + "Ġsu ggest", + "Ġa w", + "Ġsci ence", + "Ġcom ing", + "h od", + "Ġwho le", + "Ġprot ect", + "Ġser v", + "Ġthem selves", + "Ġcomp ut", + "Ġexpl ained", + "read y", + "Ġtal king", + "ĠD e", + "Ġro om", + "iz ation", + "O U", + "ĠF r", + "ul ation", + "in a", + "Ġexperi ence", + "Ġde v", + "Ġcle ar", + "re nt", + "ill e", + "ci ally", + "w ork", + "ĠM ay", + "Ġsim ilar", + "og n", + "H E", + "ic ation", + "ou ra", + "Ġp ict", + "Ġpartic ular", + "Ġp ay", "os p", - "r act", - "␣G u", - "␣so ft", - "␣count y", - "m on", - "art h", - "␣G eor", - "␣p ar", - "␣us ually", - "␣af raid", - "␣car ry", - "g es", - "r om", - "g ue", - "␣w ow", - "st em", - "il ity", - "c o", - "i ent", - "␣e ar", - "␣point s", - "␣d aughter", - "␣he av", - "␣uh huh", - "␣st ep", - "c om", - "␣ans wer", - "␣c ou", - "␣Fr ance", - "l er", - "␣f ix", - "␣re le", - "if f", - "␣t ick", - "␣stra ight", - "␣M ama", - "␣so ld", - "␣Ste ven", - "␣his t", - "ain t", - "␣re port", - "ir t", - "O M", - "␣pro f", - "␣run ning", - "␣an n", - "ove red", - "␣lot s", - "W ell", - "nA t", - "␣c orn", - "I T", - "at t", - "␣sh op", - "␣n in", - "␣D on", - "␣cle ar", - "␣se at", - "␣char ac", - "E D", - "␣me mber", - "␣v ocal", - "␣tr ouble", - "␣ ice", - "␣a in", - "␣with in", - "␣l a", - "ct ober", - "a use", - "␣W orld", - "d den", - "␣cr ay", - "␣eat ing", - "oun ter", - "r ation", - "␣c amp", - "␣month s", - "␣f ield", - "␣f ur", - "␣dif f", - "␣bec ome", - "␣hour s", - "␣ ve", - "aj or", - "b and", - "m akes", - "␣work ed", - "␣care ful", - "␣st ood", - "we red", - "gr am", - "␣can not", - "inn ing", - "␣n amed", - "␣T r", - "␣c ross", - "␣su dden", - "␣g ra", - "␣s ea", - "␣J ane", - "␣J ack", - "␣whe ther", - "gg y", - "e v", - "␣b reat", - "ur ch", - "␣h ung", - "␣A pril", - "ound s", - "␣mar ried", - "␣J uly", - "n w", - "␣t ired", - "␣for ward", - "␣r ing", - "␣C ol", - "␣wom en", - "nY our", - "p ing", - "␣c ried", - "nS h", - "act ly", - "␣thr ow", - "␣every body", - "␣them selves", - "␣part ic", - "␣c or", - "ent le", - "l s", - "p ar", - "␣f it", - "␣d ream", - "her n", - "nM ay", - "␣ans wered", - "ept ember", - "er c", - "␣S w", - "␣clot hes", - "␣p age", - "␣ha ng", - "cc ess", - "␣li ves", - "␣supp ose", - "␣spe cial", - "␣Mag gie", - "␣M c", - "ug ust", - "␣cl im", - "␣ X", - "␣see m", - "ag ed", - "␣t on", - "␣s and", - "␣de velop", - "␣cat ch", - "␣l ow", - "H e", - "␣pass ed", - "␣c ond", - "ud e", - "or ies", - "␣comp le", - "␣depart ment", - "␣b and", - "␣f ly", - "␣r ain", - "␣p ig", - "em pt", - "␣O ctober", - "ore d", - "␣eas y", - "␣kn ock", - "ic ian", - "␣p ost", - "ot h", - "ight s", - "␣S IS", - "␣pre tend", - "e al", - "␣spe c", - "␣cou ple", - "w o", - "␣pro per", - "␣poss ible", - "␣f il", - "␣do ctor", - "␣bro ken", - "d ing", - "ounc il", - "␣e gg", - "␣sy stem", - "m other", - "␣ ill", - "nHe re", - "u k", - "nO ne", - "␣feel ing", - "␣ple as", - "␣sound s", - "␣put ting", - "␣d anger", - "␣tele vision", - "ond on", - "␣comm un", - "ro d", - "␣N orth", - "␣st ation", - "st airs", - "␣pol ic", - "e an", - "n s", - "␣n ational", - "␣M an", - "␣ex per", - "n et", - "oo ps", - "␣d oub", - "␣P l", - "ick s", - "␣cont ro", - "␣j u", - "␣c ow", - "␣h ors", - "␣diff ic", - "j oy", - "g ar", - "ri gin", - "␣S eptember", - "␣J oe", - "r ay", - "␣A ust", - "␣C ap", - "␣d est", - "␣C al", - "␣sl ow", - "␣or d", - "␣P aul", - "␣ar ri", - "␣mill ion", - "gas ps", - "␣li kes", - "␣wind ow", - "␣kid s", - "f fect", - "m ore", - "␣ ?", - "␣d ie", - "␣p ush", - "␣ar ms", - "␣c ool", - "␣ab s", - "og n", - "nBe cause", - "itt y", - "␣v iew", - "ear s", - "␣need s", - "␣Ad am", - "ow ers", - "f orm", - "ut s", - "T hat", - "␣A b", - "ag er", - "I D", - "un icip", - "␣P at", - "␣s al", - "␣d iv", - "␣M ichael", - "␣cir c", - "␣for get", - "␣rele ased", - "␣L e", - "anc es", - "␣govern ment", - "a i", - "o x", - "␣ca use", - "␣A ugust", - "␣Gr and", - "␣st at", - "fr iend", - "␣g entle", - "␣S outh", - "␣wait ing", - "␣L ondon", - "␣wor ry", - "G H", - "bo x", - "S S", - "␣o per", - "␣supp ort", - "␣ab ove", - "bab bles", - "␣mov ed", - "k ed", - "n CH", - "␣what ever", - "␣no ises", - "ro p", - "ard on", - "␣v ar", - "␣how ever", - "␣h us", - "␣off ice", - "␣k ing", - "od e", - "␣e vent", - "em y", - "c ome", - "␣ha r", - "n and", - "am b", - "ig g", - "␣m ur", - "␣C ity", - "␣ton ight", - "␣mil es", - "␣e qu", - "␣put s", - "nA h", - "ce mber", - "ci ent", - "␣ est", - "␣se ason", - "op s", - "␣su ccess", - "␣Ind ian", - "␣stand ing", - "␣chan ged", - "l a", - "␣re qu", - "␣or gan", - "oo se", - "␣tr uck", - "␣tell ing", - "res ent", - "␣go ld", - "␣forg ot", - "ore n", - "␣G o", - "␣s ca", - "uc ed", - "␣pol ice", - "␣per fect", - "␣rec ogn", - "␣E ur", - "u ce", - "␣sh oot", - "s ings", - "␣ *", - "␣to wards", - "␣wh om", - "␣f a", - "ur s", - "al c", - "␣by e", - "␣c aught", - "␣me ant", - "␣l uck", - "e le", - "␣sh ot", - "␣sha r", - "␣who se", - "␣e ffect", - "y l", - "␣st ru", - "f er", - "␣m ist", - "ter day", - "␣ne arly", - "mb ers", - "ce ed", - "n oon", - "␣go d", - "␣O ne", - "␣any way", - "om as", - "␣en joy", - "␣sh oes", - "␣return ed", - "␣ex cl", - "nP lease", - "␣Mar ch", - "itc hen", - "f ast", - "r or", - "␣o w", - "␣wr itten", - "m as", - "␣A unt", - "if ied", - "b s", - "␣p en", - "␣sh ut", - "␣F rench", - "␣m unicip", - "ffe e", - "re ed", - "ir on", - "o ver", - "␣p ress", - "␣pop ulation", - "␣for mer", - "␣J une", - "␣c os", - "␣h op", - "ph one", - "␣vocal ises", - "␣after noon", - "␣es c", - "␣th irty", - "␣M y", - "␣co ver", - "␣dire ct", - "␣o rigin", - "␣k itchen", - "c ounter", - "␣s ick", - "␣Un iversity", - "␣t est", - "u it", - "␣f ill", - "␣bo ard", - "␣pro gram", - "␣cl os", - "␣pr act", - "ru pt", - "i or", - "v a", - "␣dis app", - "gg est", - "␣quick ly", - "␣d et", - "␣langu age", - "r s", - "␣j ack", - "V E", - "t om", - "CHI LD", - "enc y", - "c he", - "␣hus band", - "is ing", - "␣ch ick", - "␣N ow", - "␣bro ke", - "␣Ed na", - "␣De cember", - "u ct", - "gr ound", - "␣build ing", - "␣r ide", - "␣M a", - "␣turn s", - "␣fell ow", - "i ence", - "ci ally", - "␣Char l", - "␣b an", - "␣m is", - "␣f at", - "␣f ear", - "␣W est", - "ri ble", - "␣to ward", - "␣sh ip", - "␣su ggest", - "␣child es", - "CHILD ES", - "l o", - "␣a head", - "␣long er", - "␣far m", - "aim ed", - "␣m ad", - "␣de ep", - "ul a", - "␣ex actly", - "␣c ost", - "␣J ose", - "␣ ought", - "␣dri ve", - "␣follow ing", - "ard en", - "n i", - "␣is land", - "␣pos ition", - "O W", - "r on", - "␣A lex", - "A M", - "␣S ir", - "␣A fter", - "␣ey e", - "␣for t", - "␣Brit ish", - "␣charac ter", - "␣ex cept", - "␣R ep", - "␣even ing", - "E T", - "oo p", - "␣repl ied", - "c on", - "␣s ight", - "␣me mbers", - "␣sa fe", - "␣inst ead", - "␣a v", - "nE x", - "␣pro p", - "␣vis it", - "ree k", - "␣reg ion", - "␣fig ure", - "A L", - "␣sa ve", - "␣any one", - "␣fin ish", - "␣li e", - "nE very", - "␣de m", - "␣publ ic", - "␣to t", - "␣M in", - "␣mon key", - "ol es", - "␣vill age", - "␣to w", - "au d", - "␣comm on", - "␣w ild", - "␣ha ha", - "␣yes terday", - "␣happ ens", - "␣p arent", - "igh b", - "␣spe nd", - "␣wor th", - "␣wr ote", - "␣c ast", - "u ation", - "␣su per", - "␣N ational", - "uth or", - "␣D an", - "t i", - "␣mid dle", - "␣e h", - "␣wh is", - "␣ !", - "␣st uck", - "nT o", - "if t", - "ff ic", - "␣c amer", - "␣prot ect", - "b ur", - "␣d i", - "␣r u", - "␣co ffee", - "␣cur rent", - "n ight", - "␣t em", - "␣pie ces", - "␣dec ided", - "he l", + "Ġneed ed", + "ut ure", + "Ġper form", + "ĠS am", + "th ough", + "re w", + "Ġw arm", + "ition al", + "Ġdisc overed", + "ĠAmeric an", + "Ġb rain", + "Ġto ol", + "i ents", + "Ġt erm", + "i od", + "le ep", + "- b", + "Ġcont rol", + "u g", + "Ġwhe ther", + "Ġproblem s", + "Ġal ready", + "Ġf ree", + "an ks", + "T o", + "us e", + "ic ult", + "Ġn ature", + "ure d", + "F or", + "i um", + "ic ed", + "Ġpre p", + "ut es", + "Ġsu ccess", + "Ġknow ledge", + "Ġposs ible", + "Ġf ather", + "N ot", + "Ġs ense", + "Ġme as", + "ul es", + "ate g", + "Ġli ves", + "Ġbeh ind", + "im ate", + "Ġreal ized", + "l f", + "id ing", + "Ġquest ions", + "Ġob s", + "f ect", + "ab ility", + "m a", + "in al", + "Ġrep ort", + "ĠJ oh", + "Ġprodu ct", + "ĠS ome", + "Ġpl ants", + "i et", + "Ġans w", + "ĠT immy", + "Ġb ro", + "Ġc ool", + "Ġf ur", + "Ġsp ace", + "Ġwor d", + "Ġwor ks", + "Ġt rain", + "Ġon es", + "Ġex actly", + "Ġp arent", + "Ġy eah", + "rou ght", + "Ġcom b", + "Ġf uture", + "Ġtru e", + "ent al", + "as ter", + "Ġf avor", + "!\\\" \\", + "Ġh alf", + "iz ing", + "con om", + "Ġall ow", + "Ġ 7", + "ĠB ob", + "Ġlangu age", + "Ġw ar", + "Ġwee k", + "Ġmom ent", + "Ġinf l", + "ab or", + "Ġf ig", + "Ġbuild ing", + "ĠE m", + "Ġwond er", + "A T", + "Ġconn ect", + "il i", + "Ġle ave", + "ar c", + "Ġrep res", + "Ġob ject", + "Ġan al", + "Ġty pe", + "Ġsit u", + "Ġre ce", + "Ġo kay", + "Ġneed s", "id ence", - "um s", - "hi le", - "␣interest ed", - "osp ital", + "w here", + "Ġ Q", + "Ġp ress", + "ĠA ll", + "Ġsk ills", + "Ġresp ons", + "IN G", + "Ġpl ant", + "Ġ Z", + "Ġp ost", + "Ġf il", + "Ġc ut", + "Ġa ge", + "pt ion", + "Ġsh ort", + "om es", + "Ġc ost", + "Ġ 8", + "ĠCh rist", + "Ġm ess", + "i k", + "Ġsignific ant", + "ĠO r", + "E r", + "Ġret urn", + "Ġout side", + "um p", + "Ġwr ong", + "Ġf ield", + "Ġdiff icult", + "Ġprov ide", + "m ost", + "Ġw atch", + "p or", + "id d", + "Ġthrough out", + "Ġjour ney", "v iew", - "␣but ter", - "in o", - "es tern", - "␣G ood", - "C OL", - "w ell", + "re ed", + "Ġth inking", + "p ite", + "ĠE ar", + "em ent", + "Ġmet hod", + "us h", + "in y", + "ci ent", + "Ġc ase", + "Ġh arm", "in ing", - "␣m ount", + "Ġad vent", + "Ġres pect", + "ct or", + "er c", + "ĠD r", + "ak en", + "Ġdet erm", + "Ġr ather", + "Ġm ark", + "Ġnat ural", + "pp ed", + "Ġval u", + "Ġbre ak", + "Ġben ef", + "ro du", + "Ġor ig", + "Ġess ential", + "Ġare as", + "p ort", + "un g", + "o ice", + "Ġh ope", + "at ic", + "W ho", + "Ġf ight", + "Ġacc ess", + "o int", + "pe cially", + "om p", + "ver se", + "Ġsay ing", + "Ġc ause", + "Ġinv est", + "Ġpre t", + "Ġcon cer", + "s y", + "Ġf illed", + "Ġinclud e", + "- d", + "Ġfas cin", + "Ġf all", + "Ġh ur", + "Ġtechn ology", + "so ci", + "c ri", + "a f", + "aj or", + "um b", + "Ġc ir", + "Ġim agine", + "Ġcreat ing", + "Ġd am", + "Ġg round", + "at or", + "ĠA fter", + "E x", + "Ġl im", + "r ation", + "Ġv iew", + "duc ed", + "ĠR es", + "Ġs n", + "ĠN ow", + "Ġchang es", + "Ġgovern ment", + "Ġcol or", + "ll ing", + "Ġbe gin", + "Ġopp ortun", + "A n", + "Ġvalu able", + "Ġhapp y", + "y ing", + "av ing", + "Ġhe ar", + "Ġ **", + "Ġw in", + "st er", + "Ġa uth", + "Ġl ow", + "Ġhour s", + "Ġres ources", + "O N", + "Ġ ill", + "Ġs orry", + "W here", + "Ġso ci", + "a im", + "Ġsh ared", + "Ġprof ess", + "Ġs ent", + "Ġrel ations", + "e xt", + "Ġsur pr", + "Ġdevelop ment", + "Ġor der", + "il ities", + "Ġper cent", + "Ġimp act", + "n ed", + "u als", + "Ġh y", + "Ġpro b", + "Ġmor ning", + "Ġn ice", "ac y", - "h ich", - "t ime", - "␣b ow", - "␣Th omas", - "icha rd", - "e ge", - "␣s us", - "␣g iving", - "res ident", - "EL S", - "␣meet ing", - "␣Eng land", - "␣ju ice", - "r it", - "␣pl aces", - "␣bu ilt", - "nMay be", - "g est", - "␣b es", - "␣serv ice", - "␣heav y", - "c ent", - "y n", - "␣g ames", - "␣supp osed", - "ed dy", - "␣is s", - "␣an g", - "nW ith", - "olog y", - "i od", - "␣us ing", - "␣doub t", - "␣t reat", - "te red", - "ber t", - "␣te acher", - "␣Fr ank", - "␣comm une", - "␣sil ence", - "␣comple te", - "␣b urn", - "␣r ad", - "␣W hy", - "nH ave", - "␣follow ed", - "oren ce", - "␣d am", - "␣tr ust", - "AP TER", - "␣E ve", - "␣sw im", - "␣favor ite", - "nA n", - "il ing", - "␣D r", - "␣R os", - "n ote", + "it ical", + "Ġmay be", + "Ġwould n", + "Ġe at", "ot t", - "us hed", - "␣st ri", - "ol ute", - "␣Com m", - "I C", - "␣th ird", - "␣reac hed", - "itt ed", - "␣op ened", - "␣leg s", - "ou l", - "is hing", - "␣P ar", - "␣some where", - "␣s illy", - "␣c op", - "␣f ail", - "nS ome", - "␣b as", - "ea lly", - "␣p ardon", - "␣certain ly", + "Ġan t", + "Ġcle an", + "ĠY es", + "Ġtra vel", + "o x", + "Ġg ame", + "- c", + "uro pe", + "Ġun ex", + "Ġhand s", + "Ġcount ries", + "is ter", + "Ġm ult", + "Ġl ine", + "Ġs ix", + "Ġp aper", + "ĠD o", + "iv ity", + "er al", + "Ġem ot", + "ac hed", + "ĠP r", + "Ġtyp es", + "ĠUn iversity", + "m s", + "Ġe conom", + "St ep", + "Ġb ab", + "Ġcons ider", + "ar r", + "Ġ 9", + "und red", + "g ed", + "Ġper fect", + "Ġcon cept", + "ĠIn st", + "Ġst ruct", + "e ed", + "Ġre d", + "Ġexp ress", + "Ġdise ase", + "ur s", + "c um", + "ĠUn ited", + "Ġsm o", + "il t", + "Ġst ru", + "Ġpart s", + "Ġf ell", + "Ġt er", + "Ġse lf", + "v ious", + "Ġfeel ing", + "ive ly", + "Ġav ail", + "v ille", + "ir d", + "n ot", + "A re", + "H ave", + "Ġo per", + "Ġunex pected", + "Ġvis it", + "is ing", + "Ġfur ther", + "Ġcomple te", + "Ġgiv en", + "Ġexpl oring", + "our ce", "s c", - "␣t ape", - "␣v al", - "␣sn ow", - "␣gr ow", - "␣stop ped", - "␣st ore", - "␣app ear", - "␣anim al", - "␣break fast", - "␣t ur", - "␣cl ub", - "␣Eur ope", - "m m", - "er ry", - "␣qu ar", - "␣Cap tain", - "in y", - "␣bel ong", - "k ing", - "␣Jose ph", - "␣p ack", - "␣Br ad", - "␣l ed", - "␣P ol", - "␣ind eed", - "il ed", - "␣sh out", - "nA ny", - "g ing", - "␣m am", - "␣l unch", - "ill s", - "␣let ters", - "w his", - "␣bl ow", - "␣prof ess", - "nCH APTER", - "i ps", - "␣gener al", - "␣com fort", - "␣res ult", - "␣mat ch", - "␣cons ider", - "␣st reet", - "␣R e", - "␣b ought", - "␣cray on", - "␣sing le", - "F oot", - "␣le vel", - "␣inf orm", - "␣lear n", - "␣m ajor", - "␣ne ck", - "␣lea ving", - "ill e", - "␣sec ret", - "␣pres ident", - "␣l ocal", - "␣M um", - "nT HE", - "av es", - "␣acc ount", - "␣rece ived", - "␣work s", - "t hat", - "␣wat ches", - "␣str ange", - "ed er", - "il es", - "␣hold s", - "on el", - "␣wee ks", - "mp ions", - "␣camer a", - "␣de p", - "␣rem ark", - "␣diffic ult", - "is c", - "␣c re", - "␣A m", - "␣per iod", - "tern ational", - "␣al though", - "␣ad m", - "Foot note", - "h ow", - "␣p ark", - "␣J www", - "␣every one", - "␣war m", - "p han", - "␣s ense", - "␣so l", - "b l", - "␣de cl", - "␣exam ple", - "␣m aster", - "␣k ick", - "l ike", - "␣m ention", - "␣re ach", - "it z", - "␣care er", - "␣ ut", - "␣bot tom", - "␣b ull", - "␣d ry", - "om in", - "␣J im", - "r ie", - "␣ ‘", - "␣cry ing", - "␣ ]", - "␣li ft", - "␣L ea", - "␣ac cept", - "␣a part", - "␣de fe", - "A Y", - "id ay", - "␣r ub", - "nH ello", - "N A", - "W hy", - "␣lea ves", - "y a", - "␣h oney", - "␣e mp", - "␣fif ty", - "␣fing er", - "␣municip ality", - "b ers", - "␣b ang", - "␣br own", - "␣comp an", - "␣exp ress", - "w ork", - "␣or ange", - "␣mov ing", - "␣c and", - "␣hum an", - "␣S ha", - "J W", - "n el", - "␣c ake", - "␣was h", - "␣polit ician", - "␣l im", - "b ing", - "␣s ad", - "ck et", - "␣br ight", - "␣Geor ge", - "␣cra zy", - "␣sudden ly", - "␣des cri", - "␣bre ad", - "␣app eared", - "anc y", - "␣ ’", - "og rap", - "if orn", - "␣N ot", - "iz ation", - "␣hung ry", - "a ff", - "␣h ospital", - "␣any body", - "␣Fl orence", - "␣A ND", - "␣hist ory", - "␣h ig", - "al m", - "␣v ide", - "pe cially", - "␣includ ing", - "␣l ab", - "ac ing", - "␣al b", - "␣sp oke", - "␣gl ass", - "␣ele ct", - "␣watch ing", - "il s", - "f l", - "id a", - "nA fter", - "␣de v", - "␣car ried", - "UN K", - "res h", - "␣O r", - "d e", - "␣a uthor", - "␣eng ine", - "el en", - "␣pr ison", - "␣sum mer", - "n ect", - "␣has n", - "␣M e", - "␣all owed", - "␣des ign", - "␣fur ther", - "␣l oc", - "␣G reat", - "␣tr uth", - "ord ing", - "␣bus y", - "iforn ia", - "ro y", - "␣any more", - "␣comp et", - "␣T e", - "U T", - "␣cap ital", - "g o", - "␣im ag", - "om an", - "ens us", - "␣IN V", - "␣ $", - "␣T o", - "␣P resident", - "␣c ab", - "␣S ome", - "␣t ast", - "␣sm ell", - "␣cle ver", - "␣laugh s", - "␣b ased", - "␣n orm", - "␣inc re", - "␣v ol", - "␣I T", - "ort s", - "␣uh oh", - "␣b ank", - "␣E ll", - "␣ty pe", - "␣R ichard", - "␣C ent", - "nS ee", - "␣R oy", - "al es", - "␣sl ight", - "␣b ud", - "␣ne cess", - "␣sp ot", - "w hat", - "ask et", - "␣Cal ifornia", - "␣g en", - "␣D ad", - "␣hors es", - "␣se lf", - "␣sp ir", - "␣g all", - "␣bab ies", - "␣o o", - "␣Christ mas", - "␣w and", - "␣y ep", - "␣he alth", - "␣A my", - "␣ne ighb", - "␣than ks", - "nU h", - "␣g arden", - "art y", - "iss ion", - "␣excl aimed", - "␣s outh", - "␣wr iting", - "␣add ed", - "␣tre es", - "␣breat h", - "m o", - "nO r", - "␣It al", - "␣att ention", - "␣acc ident", - "re l", - "our n", - "␣Amer ica", - "␣inv ol", - "p es", - "␣d ance", - "␣g as", - "␣it self", - "␣R uss", - "n es", - "␣n ames", - "␣l ock", - "␣b ra", - "nS orry", - "as hing", - "␣corn er", - "␣w et", - "ut y", - "pe nd", - "o ff", - "r an", - "␣should n", - "␣walk ing", - "␣se ll", - "␣D or", - "␣W h", - "␣E x", - "␣ ver", - "ist en", - "␣dist ance", - "␣t ail", - "␣p ink", - "il ar", - "␣com pl", - "␣parent s", - "ic ed", - "␣v ict", - "T here", - "␣pu zz", - "␣play er", - "␣hold ing", - "un ny", - "␣beg inning", - "␣p ause", - "␣Will iam", - "␣li ked", - "␣P eter", - "ri but", - "ci ous", - "␣B RO", - "ast ic", - "ap er", - "␣Aust ral", - "␣ha ll", - "␣dro pped", - "␣block s", - "i en", - "␣h un", - "␣A g", - "␣fe ed", - "␣cap t", - "␣coll ect", - "␣sub ject", - "␣contin ued", - "␣S m", - "␣sp ace", - "␣tr ack", - "␣c ream", - "␣show ed", - "␣att empt", - "␣ed uc", - "l t", - "st on", - "␣n atur", - "␣h ole", - "␣quest ions", - "␣chick en", - "␣f ut", - "␣h ide", - "␣S ec", - "␣P er", - "el ve", - "␣res pect", - "p or", - "␣n one", - "at ch", - "nThan ks", - "␣be at", - "␣se x", - "d d", - "p ly", - "␣to r", - "␣g ar", - "␣sit uation", - "bo ard", - "i ol", - "␣d anc", - "as es", - "I R", - "␣fuck ing", - "um e", - "␣rep resent", - "␣lov ed", - "ad es", - "fe rence", - "␣ch urch", - "E LL", - "␣B y", - "␣Un cle", - "S t", - "it ive", - "␣H all", - "␣ch ief", - "n ow", - "v iously", - "␣h ous", - "␣e arth", - "␣che ese", - "␣del ight", - "␣contro l", - "c ries", - "um ent", - "␣R iver", - "␣pr in", - "␣H ouse", - "nO f", - "␣slow ly", - "␣were n", - "au g", - "␣l oud", - "␣ha st", - "␣T han", - "eng th", - "C K", - "␣J ames", - "␣bot tle", - "␣dro p", - "w ood", - "se y", - "ig er", - "␣comm and", - "␣l ose", - "i res", - "␣E m", - "ce ll", - "ru g", - "␣t eddy", - "␣S u", - "␣te eth", - "␣fl owers", - "ip e", - "␣laugh ing", - "␣m a", - "ap s", - "␣p ort", - "ill a", - "␣see ing", - "c use", - "␣r ul", - "␣char ge", - "␣interest ing", - "␣fing ers", - "i ant", - "k y", - "␣m ach", - "␣r id", - "␣ro le", - "␣proble ms", - "ain ing", - "␣sp l", - "␣L o", - "ak er", - "␣cr ow", - "␣doll ars", - "olute ly", - "h ood", - "␣e ff", - "␣y e", - "ist ed", - "D on", - "␣fut ure", - "i ot", - "es us", - "␣n or", - "␣M ary", - "␣sha re", - "oun ced", - "␣read ing", - "␣act iv", - "␣cir cle", - "␣p aid", - "␣for ce", - "␣an x", - "h ouse", - "om es", - "␣S e", - "␣The se", - "␣ent ire", - "␣vide o", - "i ers", - "␣start s", - "␣egg s", - "␣b ene", - "pl ay", - "cl ock", - "␣reg ard", - "in ite", - "␣m um", - "␣L et", - "␣com b", - "␣car s", - "␣pri v", - "he t", - "␣M on", - "␣j ud", - "␣D ada", - "␣sing ing", - "␣hat e", - "␣inform ation", - "␣s na", - "ly mp", - "y ond", - "␣S am", - "␣sh it", - "w est", - "␣w ide", - "ri age", - "␣g ives", + "Ġcontin ued", + "or ld", + "Ġf air", + "ip s", + "Ġs ort", + "Ġes pecially", + "Ġs um", + "ĠA f", + "ĠE urope", + "olog ical", + "Ġe vent", + "Ġturn ed", + "Ġ [", + "Ġon line", + "Ġph ot", + "ĠL e", + "Ġper iod", + "if ied", + "- m", + "Ġc ra", + "hap s", + "z y", + "Ġs al", + "Ġs leep", + "in ary", + "Ġb rought", + "Ġrec ord", + "Ġnew s", + "Ġg reen", + "ĠC omm", + "Ġde ath", + "Ġcuri ous", + "Ġus ually", + "Ġf arm", + "Ġro le", + "b it", + "Ġris k", + "Ġspec ies", + "Ġam az", + "Ġd a", + "ĠT e", + "Ġcont rib", + "R ight", + "ĠE n", + "re ci", + "Ġle ast", + "Ġsound s", + "ore d", + "Ġaff ect", + "Ġfavor ite", + "Ġst e", + "D id", + "Ġl ost", + "o f", + "Ġh undred", + "Ġh ig", + "A R", + "C h", + "Ġp lease", + "Ġsim ple", + "f ort", + "Ġb i", + "Ġchalleng es", + "ĠA lex", + "g es", + "and s", + "Ġcur rent", + "e y", + "Ġde al", + "Ġle g", + "Ġimpro ve", + "Ġpat tern", + "Ġfl ow", "ol ution", - "␣mov ies", - "in c", - "␣h ost", - "␣need ed", - "le ct", - "␣no body", - "ct ure", - "H ow", - "h old", - "il i", - "␣old er", - "␣walk ed", - "␣t all", - "␣l ying", - "nW ait", - "␣br idge", - "␣ser ious", - "al a", - "␣show s", - "␣wonder ful", - "␣Is land", - "g on", - "r ang", - "at ives", - "ren e", - "␣ext ra", - "␣a ut", - "␣go in", - "␣dire ction", - "in ation", - "␣un cle", - "␣sm ile", - "␣Alex ander", - "are t", - "␣sc ar", - "␣e ast", - "␣conc ern", - "␣J ust", - "pe red", - "l u", - "␣c ard", - "␣we l", - "ad s", - "␣r ab", - "␣me m", - "␣se par", - "␣ter m", - "␣pict ures", - "␣L uc", - "nt he", - "ound ed", + "Ġbeh av", + "ĠS c", + "Ġpre vent", + "Ġf r", + "Ġso ft", + "ent y", + "L ook", + "Ġl ay", + "as ing", + "iv ed", + "Ġeas y", + "Ġnot iced", + "Ġwa it", + "is on", + "l ished", + "ch ie", + "Ġsu per", + "Ġb ooks", + "ab les", + "Ġpot ential", + "Ġm ot", + "Ġb at", + "Ġwh ite", + "Ġbl ack", + "Ġex ist", + "Ġinterest ing", + "Ġr ad", + "ra ph", + "Ġfoll owing", + "Ġide as", + "Ġsh aring", + "Ġman age", + "Ġf ire", + "Ġcomp lex", + "Ġhelp ed", + "S h", + "Ġwom an", + "ra nd", + "C an", + "Ġactiv ities", + "Ġrepres ent", + "Ġrelations hip", + "Ġexperi ences", + "ron t", + "E S", + "i ally", + "oo se", + "Ġcreat ed", + "Ġad m", + "g ress", "pl oy", - "␣creat ed", - "␣ vers", - "␣L ou", - "E C", - "␣M ark", - "nH i", - "␣pro ject", - "␣play s", - "gg ie", - "␣ele phan", - "␣es pecially", - "␣O lymp", - "pt ion", - "␣hand le", - "␣tow el", - "␣l ength", - "ic ro", - "b out", - "␣m ass", - "␣C up", - "␣pick ed", - "␣occ as", - "is y", - "␣alb um", - "␣S und", - "␣tw elve", - "␣e p", - "␣Ind ia", - "␣F AT", - "␣sp ell", - "␣draw ing", - "␣pur ple", - "in os", - "ess ion", - "med i", - "ex as", - "␣sim ilar", - "H AT", - "␣gr ass", - "nR eally", - "ograp hy", - "e es", - "n it", - "␣e ars", - "␣con vers", - "␣big ger", - "it es", - "␣re v", - "ra ft", - "␣e arl", - "ist ory", - "␣ar my", - "nH is", - "␣p ers", - "so ci", - "␣comp ut", - "␣d ue", - "ri an", - "␣pop ular", - "␣ et", - "␣c ensus", - "␣h y", - "ic o", - "␣cr ack", - "␣M ex", - "␣pick s", - "f ace", - "␣w ag", - "␣n aught", - "␣spec ies", + "ĠA m", + "le y", + "r ing", + "Ġext ra", + "Ġte xt", + "Ġm ajor", + "Ġdet ail", + "Ġread y", + "omet imes", + "ĠY eah", + "-------- --------", + "ĠB l", + "Ġin tern", + "Ġmain tain", + "Ġ ,", + "Ġam ount", + "Ġd iv", + "li ke", + "Ġwor ked", + "W ith", + "c o", + "Ġb al", + "The n", + "Ġapp reci", + "Ġparent s", + "Ġre ason", + "Ġ &", + "Ġt aken", + "- p", + "Th ank", + "Ġquick ly", + "d y", + "ĠEar th", + "Ġavail able", + "Ġsur f", + "Ġchar acter", + "Ġrese arc", + "Ġeduc ation", + "i res", + "Ġh ot", + "Ġiss ues", + "Ġany one", + "z e", + "Ġe ither", + "Ġmill ion", + "ĠSt ates", + "Ġs qu", + "ĠS ar", + "# #", + "Ġke y", + "Ġha ven", + "ag ed", + "Ġhim self", + "g en", + "Ġgrou ps", + "Ġne cess", + ") .\\", + "Ġ $", + "ight s", + "ec ause", + "Ġpract ice", + "Ġfascin ating", + "Ġin it", + "A S", + "Ġpl aces", + "Ġk ill", + "Ġless ons", + "Ġmonth s", + "Ġent ire", + "Ġgo es", + "Ġo pt", + "Ġd ig", + "ic le", + "Ġgrow th", + "Ġl ate", + "Ġmem bers", + "Ġal most", + "le t", + "ain ing", + "Ġa ut", + "ĠY our", + "un ch", + "Ġcell s", + "Ġdra w", + "he m", "v al", - "as hed", - "␣ter rible", - "u ction", - "␣d irty", - "␣re pe", - "␣A re", - "␣R ight", - "␣partic ular", - "c han", - "i us", - "␣C o", - "␣am ount", - "␣St ate", - "at ter", - "ir m", - "␣talk ed", - "␣acc om", - "it ary", - "␣S chool", - "␣A ir", - "␣R ob", + "un e", + "Ġv ir", + "Ġn on", + "Ġb reat", + "Ġsystem s", + "igh b", + "ĠC ar", + "Ġread ing", + "O n", + "ut ions", + "- l", + "Ġde ad", + "O R", + "Ġv ol", + "ag er", + "Ġperson al", + "e le", + "c ul", + "he ad", + "Ġinfl u", + "Ġfore st", + "A t", + "Ġwor ry", + "o id", + "Ġhist or", + "Ġseem ed", + "ound s", + "Ġrec ogn", + "ĠAf ric", + "ĠP h", + "Ġsp read", + "Ġde ar", + "p ar", + "end ed", + "Ġth ous", + "Ġs we", + "Ġtem per", + "Ġt ree", + "ĠEng lish", + "Ġe ight", + "m ing", + "ed s", + "Ġm ach", + "Ġvar i", + "Ġs ens", + "c hes", + "ack s", + "il ed", + "it es", + "Ġlevel s", + "Ġab s", + "ang er", + "Ġal one", + "Ġc ust", + "Ġoff ic", + "Ġrepl ied", + "Ġim m", + "f or", + "ĠH is", + "- t", + "G ood", + "Ġindivid uals", + "H ere", + "Ġpret ty", + "Ġmaterial s", + "a id", + "et h", + "Ġg ave", + "ag ing", + "Ġb ar", + "at ures", + "Ġ i", + "Ġev ents", + "Ġmy self", + "ic ated", + "Ġmin utes", + "ib ility", + "u le", + "ĠJoh n", + "Ġhapp en", + "ĠO n", + "Ġche m", + "et er", + "Ġne ighb", + "sy ch", + "n ces", + "Ġsing le", + "! \"Ċ", + "ĠP e", + "on t", + "Ġd ream", + "ĠE ven", + ". S", + "Ġh u", + "Ġprob ably", + "em s", + "Ġgu ess", + "Ġar ri", + "ĠT r", + "od e", + "ou d", + "Ġan n", + "Ġtool s", + "B e", + "Ġare n", + "Ġacc ording", + "ĠBen ny", + "Ġhealth y", + "Ġs on", + "ĠM y", + "ĠAmeric a", + "Ġf ine", + "Ġn ut", + "den ly", + "ly ing", + "ud e", + "Ġcomp any", + "at ors", + "ac ed", + "Ġn orm", + "ĠC ent", + "Ġgra nd", + "Ġind ust", + "p ed", + "en e", + "itt ing", + "Ġscient ists", + "ĠS e", + "o or", + "Ġl ed", + "Ġcon vers", + "nder stand", + "m m", + "Ġro ad", + "ast ic", + "Ġamaz ing", + "M r", + "Ġfeel ings", + "Ġcommun ities", + "Ġcond itions", + "Y our", + "iss ion", + "_ _", + "ĠG e", + "Ġens ure", + "ĠB rit", + "Ġpol ic", + "Ġ round", + "Ġstre ng", + ". ,", + "idd le", + "ict ion", + "ĠW hile", + "Ġs ir", + "is es", + "Ġc ru", + "Ġgl ob", + "Ġenc oura", + "g round", + "Ġresearc hers", + "Ġs at", + "ĠW ar", + "Ġindivid ual", + "Ġatt ention", + "ĠM e", + "Ġcoll ect", + "Ġd est", "er ve", - "it ions", - "st r", - "␣A fr", - "ell y", - "␣L ord", - "␣inv est", - "␣cent ury", - "␣m ix", - "␣H elen", - "␣po cket", - "␣exc use", - "␣disc uss", - "␣part s", - "␣turn ing", - "␣surpr ise", - "l ook", - "␣b asket", - "␣v iol", - "␣U S", - "␣act or", - "␣d ate", - "␣st ars", - "u ge", - "ck s", - "␣sp ent", - "␣O N", + "l er", + "I S", + "ĠThe n", + "Ġsp ir", + "a e", + "Ġadd ress", + "p ly", + "Ġdo or", + "g ing", + "od ay", + "Ġrel ig", + "Ġacc ount", + "itt en", + "Ġhapp ens", + "Ġsu ff", + "o le", + "Ġtre es", + "Ġpr in", + "Ġde pend", + "il s", + "Ġt en", + "it le", + "Ġh on", + "Ġget s", + "Ġr ules", + "Ġas soci", + "ĠH er", + "h ood", + "Ġpro p", + "Ġh or", + "ĠF l", + "Ġd ark", + "Ġtr ust", + "Ġins p", + "Ġresult s", + "et her", + "ĠN ational", + "G o", + "Ġ z", + "Ġauth or", + "od ies", + "Ġspe ak", + "Ġre du", + "ad es", + "Ġeng ine", + "or row", + "Ġv ide", + "Ġb ed", + "Ġcomput er", + "Ġg one", + "A h", + "s ing", + "f er", + "res h", + "ĠW orld", + "t a", + "Ġw ood", + "Ġw ild", + "G et", + "Ġspe nd", + "re ct", + "Ġa chie", + "Ġv ill", + "l s", + "ĠL ily", + "Ġs ad", + "ĠMr s", + "Ġne g", + "Ġt rou", "d om", - "as c", - "nL ike", - "␣inter rupt", - "I GH", - "e ep", - "z a", - "␣s le", - "␣b oo", - "␣pre p", - "␣Lea gue", - "u el", - "␣p ounds", - "␣bl ank", - "␣r is", - "␣A M", - "␣sp oon", - "in ary", - "␣cl osed", - "␣ob s", - "c her", - "ar r", - "␣back ground", - "␣sk y", - "i pped", - "ll ust", - "␣F red", - "␣wor se", - "␣man ner", - "␣ke y", - "␣ask ing", - "␣An ne", - "␣squ are", - "␣Japan ese", - "␣M art", - "␣W ith", - "␣diffe rence", - "␣ca used", - "nSt op", - "k a", - "p ose", - "␣c ouncil", - "at o", - "ur al", - "iv al", - "ant ly", - "␣al ive", - "␣bel ow", - "␣dire cted", - "␣prom ise", - "␣Q ue", - "k in", - "ust om", - "pp y", - "␣O kay", - "uck les", - "␣cour t", - "l in", - "ch n", - "␣set tle", - "atur day", - "s et", - "is f", - "␣f resh", - "am und", - "␣h ol", - "ra ph", - "␣d en", - "am ent", - "␣W ho", - "␣fin ally", - "by e", - "␣h iding", - "␣B ro", - "␣Rep ubl", - "u gg", - "a ven", - "p oint", - "␣t it", - "␣l ion", - "ab ly", - "ous ly", - "s n", - "nT ake", - "re y", - "␣M ad", - "␣resp ons", - "␣up stairs", - "␣crow d", - "O O", - "␣f le", - "ro at", - "␣con nect", - "ener al", - "␣be yond", - "␣as leep", - "ans as", - "␣ra ised", - "b es", - "␣st ren", - "␣help ed", - "␣ref er", - "␣nin et", - "f ield", - "␣T exas", - "␣polic y", - "m it", - "␣st age", - "em s", - "␣hur ry", + "il ies", + "Ġc op", + "I magine", + "Ġfun ction", + "Ġt akes", + "Ġhe av", + "Ġab ove", + "Ġpop ular", + "Ġstr ateg", + "Ġcan cer", + "Ġb all", + "Ġw ise", + "Ġas pect", + "ro om", + "p ri", + "Ġansw er", + "Ġhum ans", + "z z", + "ap t", + "Ġlong er", + "Ġnum bers", + "Ġsl ow", + "Ġocc ur", + "Ġmod ern", + "Ġcent ury", + "Ġhow ever", + "Ġ rain", + "Ġpos itive", + "anc ed", + "M ay", + "o es", + "Ġcl os", + "Ġf ru", + "Ġg ard", + "an n", + "ĠG erm", + "iqu es", + "Ġstru gg", + "Ġf a", + "Ġreg ard", + "Ġphys ical", + "| |", + "Ġhig her", + "Ġinvol ved", + "ĠM ax", + "Ġpie ce", + "E N", + "et ic", + "ĠH ave", + "Ġsp o", + "Ġme ant", + "Ġadvent ure", + "i ence", + "Ġinter act", + "Ġp ath", + "Ġcult ure", + "Ġp red", + "Ġcap t", + "Ġsu d", + "Ġt ou", + "if t", + "Ġey e", + "k n", + "Ġem b", + "Ġn et", + "ĠB r", + "Ġrem ind", + "Ġbr other", + "Ġse nd", + "ĠN ot", + "Ġcons um", + "s h", + "Ġt iny", + "Ġst ra", + "ele br", + "Ġbu ilt", + "ĠHe y", + "L L", + "Ġbab y", + "l o", + "aught er", + "ol ute", + "ic ro", + "Ġsub ject", + "Ġw ide", + "Ġd ou", + "Ġlike ly", + "st r", + "Ġl ad", + "ur b", + "- h", + "Ġt able", + "Ġex pect", + "Ġf ish", + "ĠG u", + "Ġs il", + "Ġimport ance", + "y ond", + "ist ic", + "ri g", + "Ġe t", + "ĠS y", + "Ġco ld", + "Ġshow s", + "Ġpartic ip", + "Ġso ld", + "Ġm ass", + "ll ed", + "Ġsk in", + "Ġg as", + "a i", + "Ġtri ed", + "ĠSar ah", + "| \\", "ru ction", - "up id", - "␣opp os", - "␣jo ined", - "v ious", - "␣f ool", - "us hing", - "␣S T", - "␣app le", - "igh s", - "␣br ief", - "␣af f", - "␣man age", - "␣co at", - "con om", - "␣d eter", - "T hen", - "as p", - "i j", - "w ise", - "nT ell", - "␣It s", - "␣naught y", - "I f", - "␣sp ring", - "hi re", - "k i", - "␣c overed", - "␣p enc", - "␣M us", - "pp ing", - "z en", - "ll a", - "out hern", - "␣im medi", - "az ing", - "␣commun ity", - "y er", + "Ġreg ular", + "Ġgr owing", + "Ġadd ed", + "Ġco ver", + "her n", + "ell o", + "el come", "om ing", - "␣Charl ie", - "p ers", - "␣w ha", - "␣wh oops", - "ol f", - "␣mag net", - "␣S er", - "laugh ing", - "␣ph ot", - "␣dest roy", - "␣ &", - "in ct", - "␣poss ib", - "nd ed", - "al t", - "␣cr it", - "␣f re", - "␣th reat", - "et t", - "␣like ly", - "br other", - "␣includ e", - "w h", - "ad ed", - "␣pro cess", - "␣int rod", - "␣ag ree", - "␣How ever", - "␣Sund ay", - "␣me at", - "␣ar rest", + "Ġwr ite", + "ĠAl ice", + "Ġto m", + "Ġre le", + "Ġval ue", + "ĠThe ir", + "Ġfe et", + "Ġwant s", + "og ether", + "Ġf ront", + "Ġlist en", + "Ġsun ny", + "Ġtreat ment", + "Ġloo ks", + "at ory", + "og rap", + "Ġser ious", + "Ġst uff", + "g o", + "us ion", + "am m", + "Ġto t", + "R e", + "ĠD es", + "Ġsurf ace", + "Ġf ast", + "Ġseem s", + "Ġappe ar", + "ĠI magine", + "b on", + "Ġ *", + "B y", + "Ġshow ed", + "Ġar g", + "Ġcar ry", + "Ġst ore", + "Ġrequ ire", + "Ġche ck", + "Ġl iter", + "Ġexc iting", + "Ġpo or", + "Ġfor ward", + "Ġteac hing", + "Ġse x", + "Ġad ult", "iv il", - "␣TH AT", - "␣p al", - "␣num bers", - "␣g ate", - "␣g rew", - "v ille", - "w orth", - "ha l", - "␣re se", - "ny ou", - "␣sca red", - "N ow", - "id s", - "ort hern", - "␣spe ed", - "␣stren g", - "itt ee", - "␣w est", - "ough s", - "ov ed", - "␣dri ving", - "a f", - "n is", - "␣d rew", - "␣r ace", - "␣S ar", - "␣D ist", - "ag o", - "k n", - "v ocal", - "␣M at", - "␣she ep", - "␣fr ight", - "␣J ones", - "␣think s", - "l ight", - "o ly", - "␣P ark", - "␣con v", - "␣fam ous", - "␣Ger va", - "␣sand w", - "␣pleas ure", - "V ER", + "am s", + "Ġw all", + "ĠS ometimes", + "ur ch", + "Ġcoll e", + "Ġpass ed", + "og raph", + "Ġg ames", + "Ġsim ply", + "Ġsh all", + "es e", + "Ġbe yond", + "Ġc elebr", + "Ġas king", + "k en", + "Ġact ion", + "Ġf oot", + "in ally", + "Ġch ance", + "r um", + "Ġl ab", + "Ġd ive", + "Ġdisc over", + "Ġfam ilies", + "Ġwond ered", + "Ġf und", + "Ġest ab", + "Ġc y", + "Ġf re", + "Ġcom pl", + "b o", + "Ġm is", + "is hing", + "Ġoff er", + "ĠT HE", + "Ġem ploy", + "Ġc ou", + "Ġsur round", + "Ġgirl s", + "Ġda ily", + "Ġmean ing", + "Ġac cept", + "Ġfind ing", + "Ġc at", + "Ġit self", + "Ġcomp et", + "Ġthought s", + "Ġbo x", + "Ġpower ful", + "Ġor d", + "ĠU S", + "Ġm ix", + "ag n", + "Ġse a", + "Ġwee ks", + "Ġem p", + "is ions", + "Ġsur v", + "Ġbl ue", + "I T", "y le", - "␣f em", + "Ġb right", + "Ġincre ase", + "Ġst ri", + "Ġs ize", + "med i", + "Ġle aving", + "Ġex erc", + "art ment", + "Ġpattern s", + "ĠK ing", + "Ġt ast", + "he l", + "Ġbu y", + "Ġexc ited", + "od d", + "i pp", + "Ġapp lic", + "Ġper haps", + "Ġfact ors", + "Ġt as", + "a ff", + "Ġre act", + "Ġf ail", + "Ġcl imate", + "ill y", + "ĠS outh", + "- w", + "Ġev idence", + "Ġcan not", + "Ġsh ap", + "Ġstud ies", + "Ġcom fort", + ". '", + "a it", + "ĠM ed", + "ie f", + "Ġqu ality", + "Ġcl ot", + "ĠN orth", + "Ġar ch", + "Ġpr im", + "w o", + "em ember", + "Ġ vers", + "Ġtechn iques", + "Ġp sych", + "w are", + "Ġsitu ation", + "ĠC ol", + "i ol", + "Ġscient ific", + "Ġde lic", + "Ġpe ace", + "Ġ =", + "al es", + "f l", + "re l", + "Ġsoci ety", + "Ġsh op", + "Ġdes pite", + "c rib", + "Ġgu y", + "Ġwr iting", + "W elcome", + "Ġpro gress", + "ĠM an", "im ent", - "␣r ap", - "␣C ome", - "␣need ta", - "␣w ake", - "␣c ru", - "ld en", - "ch ie", - "nL isten", - "␣speak ing", - "␣Pe ggy", - "S he", - "ot hy", - "ash ion", - "␣prov ince", - "␣l ines", - "␣Har ry", - "␣bird s", - "␣Go vern", - "n on", - "it or", - "␣n ur", - "␣A c", - "␣tot al", - "M y", - "␣B ill", - "␣G l", - "␣Gerva ise", - "␣s ens", - "␣D em", - "␣air port", - "␣Ind ians", - "␣natur al", - "u nder", - "␣he ro", - "ort un", - "␣per form", - "␣miss ing", - "␣German y", - "␣we ap", - "␣ele ction", - "␣sleep ing", - "␣cap tain", - "␣sat isf", - "␣bat tle", - "␣w a", - "ing ly", - "␣r ough", - "␣F ather", - "␣pl ane", - "␣call ing", - "␣sw ing", - "␣bro ad", - "␣u r", - "␣fl at", - "c er", - "␣t ap", - "iv id", - "ober t", - "␣tri es", - "in i", - "re ct", - "er ved", - "F RI", - "H H", - "l ine", - "en ry", - "␣th rew", - "␣st ream", - "␣S aturday", - "␣gr ad", + "ĠD on", + "Ġdo cum", + "Ġmark et", + "ar a", + "Ġear th", + "Ġpri v", + "ere nce", + "Ġbir th", + "Ġpress ure", + "Ġhelp ing", + "ĠG r", + "E very", + "Ġtrad itional", + "R E", + "ar ies", + "Ġschool s", + "Ġmeet ing", + "n am", + "Ġl au", + "n al", + "e en", + "ac ing", + "it ch", + "Ġmed ical", + "Ġwr itten", + "Ġc oun", + "Ġanim al", + "Ġha ir", + "Ġrun ning", + "Ġcare fully", + "Ġd ad", + "ur ity", + "Ġp ack", + "Ġs ong", + "Ġc os", + "Ġgu ys", + "Ġnecess ary", + "Ġsaf ety", "ci ence", - "␣sim ply", - "␣var ious", + "in ks", + "Ġpop ulation", + "ĠW hy", + "Ġknow s", + "Ġh op", + "Ġd ru", + "m ore", + "anc y", + "no v", + "ĠE d", + "C hap", + "Ġinc red", + "Ġd anger", + "Ġcol ors", + "Ġm ist", + "u el", + "Ġteac her", + "ic ate", + "Ġo il", + "Ġst ress", + "j ust", + "S ome", + "Ġph one", + "Ġc ross", + "Ġright s", + "Ġlead ing", + "b ol", + "Ġw at", + "Ġprin ci", + "ĠCh ar", + "Chap ter", + "ear ch", + "Ġre ve", + "oo king", + "Ġan cient", + "Ġ ice", + "Ġst at", + "Ġcommun ication", + "ĠD is", + "ĠG reat", + "ren ch", + "ul ations", + "ĠC al", + "Ġt aught", + "at ives", + "** \\", + "Ġour selves", + "Ġpur p", + "Ġstud ent", + "un t", + "Ġstr ange", + "Ġso il", + "os ity", + "e pend", + "pt oms", + "Ġaw are", + "B ecause", + "Ġ X", + "Ġc am", + "Ġc orn", + "Ġpict ure", + "Ġse par", + "o ices", + "Ġc amp", + "Ġb odies", + "Ġl ower", + "ci ous", + "Ġfig ure", + "Ġch oose", + "Ġeas ily", + "Ġfor get", + "ĠA b", + "air s", + "Ġmo v", + "erv ation", + "Ġactiv ity", + "Ġfam ous", + "p ing", + "ce an", + "Ġdo ctor", + "Ġg e", + "Ġf resh", + "A fter", + "Er m", + "Ġgiv ing", + "Ġth reat", + "he t", + "Ġ ?\\", + "Ġmed ic", + "Ġbel ow", + "Ġdiffere nce", + "Ġeffect s", + "ĠM iss", + "iv al", + "am a", + "P lease", + "h ich", + "Ġcaus ed", + "Ġall ows", + "Ġlot s", + "Ġmethod s", + "Ġhe at", + "Ġcomp an", + "Ġre ach", + "Ġcontin ue", + "en ge", + "ys is", + "olute ly", + "Ġref lect", + "ĠS u", + "le ment", + "ic i", + "li er", + "Ġcust om", + "- \\", + "Ġ 0", + "Ġw ife", + "Ġwa iting", + "Ġve get", + "Ġon to", + "du ct", + "Ġo h", + "Ġp oll", + "l t", + "us ed", + "Ġ --", + "ib r", + "Ġgener al", + "Ġproduct s", + "Ġmult ip", + "ate ver", + "duc ing", + "i ant", + "Ġt end", + "al ing", + "Ġhe ld", + "Ġprodu ce", + "Ġl oss", + "Ġv oice", + "ĠY ork", + "Ġwal k", + "Ġp ort", + "Ġmo ving", + "Ġsp ent", + "Ġb ra", + "Ġchem ical", + "Ġknow ing", + "ap an", + "Ġbehav ior", + "Ġsk y", + "Ġpict ures", + "Ġc ook", + "Ġsec ret", + "it ation", + "Ġm ount", + "Ġdesign ed", + "ol es", + "ide red", + "Ġhe ll", + "Ġa ud", + "ct ions", + "Ġm ention", + "Ġbir ds", + "ir ing", + "Ġr out", + "ĠY OU", + "g ar", + "Ġswe et", + "Ġdevelop ed", + "o very", + "se qu", + "Ġs ite", + "Ġfe ed", + "Ġd in", + "g est", + "Ġri ver", + "Ġmag ical", + "Ġcaus ing", + "n ers", + "Ġe ating", + "rodu ction", + "Ġwe ight", + "Ġp u", + "Ġstep s", + "Ġf at", + "k y", + "k es", + "ĠE ach", + "Ġem erg", + "ĠH ere", + "Ġsa ve", + "Ġ ing", + "Ġde b", + "itt ed", + "I C", + "r ict", + "enc ed", + "ĠO ur", + "Ġp ull", + "Ġp le", + "Ġle aves", + "Ġwe ather", + "Ġhur t", + "ens ive", + "ĠSt ud", + "Ġeff orts", + "Ġpie ces", + "Ġg ather", + "e ep", + "Ġk id", + "ap s", + "Ġgu id", + "Ġchang ed", + "ĠU nderstand", + "Ġless on", + "Ġspir it", + "Ġher self", + "Ġcor rect", + "Ġsh ape", + "i ver", + "Ġre v", + "m on", + "Ġc ry", + "Ġreg ion", + "Ġident ify", + "ĠW ill", + "ĠH ar", + "id ge", + "Ġpart y", + "Ġcons idered", + "Ġglob al", "re me", - "ad emy", - "␣ ident", - "␣o ops", - "ve y", - "␣u nd", - "␣T ur", - "␣at tend", - "␣sk in", - "inos aur", - "s he", - "␣be ha", - "␣be ll", - "␣C oll", - "␣set t", - "␣Q u", - "␣s ize", - "at ic", - "us es", - "␣E ast", - "␣arri ved", - "␣Ros amund", - "est s", - "nM hm", - "c an", - "ant ic", - "ab les", - "␣way s", - "␣Mar ie", - "␣ter ms", - "␣An ge", - "␣step s", - "inite ly", - "A LL", - "I n", - "␣f ol", - "␣st ories", - "␣any where", - "␣jo in", - "␣e mb", - "␣st upid", - "ol m", - "ong ress", - "r ain", - "en ces", - "␣good ness", - "␣Ste ve", - "s p", - "␣C arl", - "␣ne g", - "ber ry", - "oc ol", - "␣b uck", + "ff ic", + "Ġfl u", + "Ġcru cial", + "Ġcreat ures", + "Ġmod el", + "Ġh it", + "ĠS m", + "Ġdem on", + "Ġim medi", + "Ġfin ally", + "Ġpat ients", + "ac hes", + "ĠT oday", + "Ġk ing", + "Ġass ist", + "M e", + "Ġde l", + "Ġtrou ble", + "Ġvide o", + "Ġenvironment al", + "Ġmeas ure", + "Ġse arch", + "ress ion", + "The se", + "Ġr ich", + "Ġafter no", + "Ġinvest ig", + "Ġredu ce", + "Ġ ver", + "r ay", + "Ġelect ric", + "Ġterm s", + "Ġl a", + "Ġopportun ities", + "Ġinst ance", + "Ġse ven", + "ĠC omp", + "Ġcult ural", + "ĠA ust", + "ĠHe alth", + "ic les", + "Ġsub st", + "ĠI nt", + "Ġrec omm", + "Ġc ases", + "op h", + "e gr", + "Ġserv ices", + "Ġro b", + "Ġcl aim", + "E D", + "ous ly", + "Ġplay ed", "as ons", + "Ġbal ance", + "Ġdo g", + "Ġr ange", + "Ġstra ight", + "f act", + "Ġiss ue", + "Ġserv ice", + "H ello", + "Ġgu ide", + "Ġd ie", + "Ġt ar", + "Ġus es", + "ĠN e", + "Ġthe rap", + "Ġte ach", + "Ġpol itical", + "Ġprodu ction", + "Ġtrain ing", + "Ġd ro", + "an na", + "Ġtw enty", + "s et", + "Ġab ility", + "ĠG en", + "Ġf if", + "U n", + "Ġwonder ful", + "ĠF rom", + "ĠJ apan", + "Ġgo ld", + "Ġp ic", + "Ġun f", + "um e", + "Ġbel ong", + "ve re", + "Ġappro ach", + "Ġs ource", + "Ġafterno on", + "Ġint ro", + "Ġele ments", + "Ġdec ision", + "o e", + "Ġsym ptoms", + "Ġn ational", + "em pt", + "Ġcont ain", + "Ġstreng th", + "an a", + "Ġmag n", + "Ġan g", + "Ġbas ic", + "Ġflow ers", + "Ġpers pect", + "ĠI m", + "= =", + "p ut", + "Ġrel ated", + "ĠE very", + "Ġanal y", + "Ġv ac", + "c ks", + "Ġrequ ired", + "Ġro ck", + "p id", + "ili ar", + "Ġdef in", + "o on", + "pl ay", + "Ġincre ased", + "Ġgl ass", + "Ġk illed", + "ĠPe ople", + "m b", + "Ġth ri", + "Ġgard en", + "re g", + "S ee", + "Ġb orn", + "Ġpos ition", + "ĠF rench", + "Ġfre qu", + "Ġchall enge", + "ĠT om", + "Ġassoci ated", + "ust r", + "O f", + "Ġf em", + "ĠM any", + "How ever", + "Ġr ate", + "Ġcons ist", + "Ġal though", + "Ġfor ce", + "it or", + "ĠP er", + "Ġs us", + "Ġb urn", + "l ict", + "ic ing", + "Ġplan et", + "Ġcomp ared", + "Ġform s", + "Ġsm iled", + "Ġrec ent", + "ar ily", + "Ġorig inal", + "Ġb ill", + "Ġb ri", + "th at", + "Ġear lier", + "Ġcoll abor", + "Ġbenef its", + "ve y", + "Ġbelie f", + "Ġallow ed", + "r or", + "a ur", + "im ately", + "ograp hy", + "Ġp ick", + "ad a", + "Ġresp ond", + "Ġb ust", + "Ġlead ers", + "m en", + "i ers", + "May be", + "- in", + "Ġtr uth", + "p es", + "Ġin j", + "Ġdam age", + "F irst", + "Ġl ines", + "Ġa st", + "Ġm icro", + "Ġh osp", + "Ġv iol", + "Ġl if", + "h a", + "Ġwor th", + "ĠBrit ish", + "Ġs ust", "ac hing", - "␣for th", - "␣for med", - "␣ser ved", - "␣Christ ian", - "L A", - "␣C he", - "␣end ed", - "␣Cha mpions", - "␣offic er", - "␣Lo ire", - "as ure", - "␣whe el", - "␣P arty", - "␣most ly", - "␣lar gest", - "␣B ur", - "M U", - "k iss", - "s y", - "␣t ou", - "␣W ind", - "␣origin al", - "␣ang ry", - "␣wel come", - "i ally", - "␣to wer", - "␣L ady", - "␣sp read", - "␣pe ace", - "␣S an", - "␣B at", - "ul arly", - "␣pl aced", - "ep end", - "␣gu ard", - "␣start ing", - "␣happen ing", - "re r", - "␣d ressed", - "␣for ty", - "␣r ich", - "st it", - "␣not ice", - "nW ill", - "␣ent ered", - "␣stud y", - "␣surpr ised", - "bur g", - "␣elephan t", - "␣r ose", - "␣M ac", - "␣su ff", - "␣rel ations", - "␣miss ed", - "␣t ax", - "er land", - "␣b ound", - "␣l aid", - "␣W here", - "␣con side", - "␣conside red", - "S T", - "␣b ite", - "␣d inosaur", - "␣on to", - "A K", - "C E", - "c ast", - "␣I rene", - "␣G ra", - "␣hard ly", - "The y", - "␣mark et", - "␣ninet een", - "D o", - "Q u", - "u x", - "␣S ch", - "op h", - "␣coll ege", - "␣p et", - "ac hed", - "␣B E", - "␣pr ay", - "EN T", - "␣nin ety", - "␣Brad ford", - "it a", - "␣m er", - "an ny", - "our s", - "K AT", - "b re", - "ro ll", - "␣sha pe", + "a ks", + "Ġwho se", + "-- \\", + "or ation", + "Ġs ources", + "Ġtou ch", "ord er", - "␣lov es", - "␣se vent", - "␣pl ate", - "␣N or", - "␣shar p", - "␣mach ine", - "h in", - "an ch", - "ic ious", - "␣O f", - "ail s", - "␣en v", - "nG ive", - "anc ed", - "␣L ara", - "␣sim ple", - "␣supp er", - "␣fin al", - "␣invol ved", - "␣t one", - "or ing", - "␣l aug", - "␣j oy", - "␣F OR", - "␣tr ad", - "␣cl own", - "␣St reet", - "␣fil m", - "␣b omb", - "ed y", - "␣R ed", - "␣un less", - "J O", - "i que", - "␣t ight", - "␣you th", - "␣tr ick", - "␣em ploy", - "␣ )", - "␣c ult", - "␣Fr om", - "c raft", - "␣ch oo", - "␣cab in", - "␣earl ier", - "␣laug hed", - "r im", - "␣H igh", - "␣fight ing", - "␣lad ies", - "␣rad io", - "er gy", - "␣C ouncil", - "and a", - "o om", - "␣ag ed", - "␣act ion", - "␣b unny", - "␣l ap", - "␣n et", - "I ON", - "or ough", - "␣tw ice", - "␣co ach", - "g u", - "ar m", - "␣C or", - "ive ly", - "␣ple ased", - "␣penc il", - "L Y", + "Ġmin ute", + "it ary", + "Ġd ress", + "Ġfor g", + "ch an", + "Ġhistor ical", + "c les", + "est s", + "Ġs ick", + "ĠGe or", + "Ġart icle", + "Ġdes crib", + "Ġdr ink", + "o ved", + "b b", + "ĠP ar", + "ent le", + "Ġkeep ing", + "Ġsurpr ise", + "Ġstrong er", + "u ing", + "Ġfe ar", + "ĠC ons", + "Ġold er", + "Ġmanage ment", + "ĠL ike", + "in ct", + "Ġmil es", + "ĠP re", + "Ġw is", + "Ġhapp ening", + "Ġst ar", + "Ġstruct ure", + "in c", + "id den", + "op s", + "Ġit ems", + "ĠP res", + "ĠS im", + "Ġnorm al", + "Ġt on", + "Ġdiffere nces", + "Ġsym bol", + "am ple", + "ĠIn tern", + "Ġcont act", + "Ġh ous", + "Ġd ied", + "Ġcond ition", + "Ġoff ice", + "Ġcon duct", + "Ġconf lict", + "ĠH ist", + "ĠA re", + "Ġb le", + "Ġheav y", + "Ġf it", + "in ist", + "eng th", + "Ġag reed", + "ub lic", + "Ġsum mer", + "Ġw ish", + "act ers", + "Ġim ag", + "Ġse ason", + "O r", + "S ection", + "Ġrece ived", + "Ġd ry", + "Ġa im", + "Ġval ues", + "Ġtrans form", + "Ġde g", + "Ġke pt", + "A ny", + "ific ation", + "Ġfollow ed", + "ĠA g", + "ir ty", + "li ver", + "Ġin nov", + "Ġset t", + "Ġmultip le", + "h ib", + "y ou", + "ĠA ct", + "ist ics", + "I D", + "Ġnear by", + "Ġf ix", + "ver age", + "Ġparticular ly", + "Ġ ut", + "Ġpoint s", + "b all", + "Ġh omes", + "Ġ !\\", + "uri es", + "Ġpre vious", + "Ġa f", + "or por", + "Ġt ax", + "ĠS chool", + "he red", + "ir m", + "om an", + "Ġc ard", + "Ġst ates", + "ep t", + "Ġemot ions", + "Ġaspect s", + "ĠO ver", + "Ġwe bs", + "Ġappreci ate", + "Ġdeep er", + "w l", + "Ġa head", + "al y", + "Ġexpl ain", + "Ġeas ier", + "Ġfood s", + "Ġstart ing", + "Ġbelie ved", + "Ġmed ia", + "Ġboy s", + "Ġpub lished", + "L E", + "am in", + "Ġim ages", + "O M", + "Ġdes cri", + "Ġl og", + "Ġgr ad", + "oc ks", + "Ġarri ved", + "Ġteac hers", + "Ġcuri osity", + "Ġdec isions", + "i xt", + "er ved", + "Ġmo ved", + "Ġmove ment", + "es tern", + "land s", + "Ġd ed", + "Ġachie ve", + "Ġconnect ions", + "os is", + "Ġb ur", + "ĠInst ead", + "Ġtemper ature", + "Ġprov ides", + "f ess", "it ude", - "om a", - "␣kn ights", + "ĠW ho", + "Ġj ud", + "Ġv ict", + "Ġl at", + "iz ations", + "en n", + "Ġsp ot", + "ĠW h", + "st ood", + "Ġj oy", + "Ġtot al", + "ĠQ u", + "ĠT H", + "ĠCon t", + "Ġprot e", + "Ġd om", + "re et", + "Ġb ott", + "Ġsmall er", + "Ġincred ible", + "ib ly", + "Ġcult ures", + "os ing", + "uc king", + "Ġrespons ible", + "N A", + "cc ording", + "ce ed", + "iv ing", + "Ġn av", + "Ġdemon str", + "Ġthan k", + "Ġc atch", + "ĠAd d", + "ĠC o", + "Ġc it", + "Ġb ud", + "Ġjo in", "ens ion", - "␣occ ur", - "␣comput er", - "␣He y", - "␣uh uh", - "nE ven", - "␣complete ly", - "itz erland", - "␣AM Y", - "␣ha m", - "out s", - "␣m ummy", - "␣p an", - "ous in", - "iz es", - "␣fall en", - "b a", - "␣there fore", - "␣R am", - "␣danger ous", - "␣emp ty", - "f ather", - "s il", - "u ke", - "␣re act", - "␣are as", - "␣bl ess", - "␣Ch ic", - "␣fall ing", - "␣ann ounced", - "nU n", - "␣Sw itzerland", - "␣convers ation", - "or ks", - "␣se arch", - "nThe se", - "␣ph ys", - "␣hig her", - "␣M other", - "nDo es", - "ok en", - "an ish", - "␣p ir", - "␣we ather", - "␣O K", - "␣puzz le", - "␣hous es", - "␣th roat", - "us ion", - "␣Dist rict", - "␣M E", - "␣sh irt", - "␣O k", - "␣act ress", - "␣eas ily", - "he red", - "␣c ell", - "␣I S", - "␣de re", - "ian ce", - "␣stru gg", - "␣d uty", - "␣ro b", - "␣mov es", - "oint ed", - "␣polit ical", - "␣mist ake", - "I llust", - "␣t a", - "et her", - "␣sh oe", - "␣cl ock", - "pl es", - "␣sc ene", - "␣ele ven", - "␣med ic", - "p a", - "␣J esus", - "␣sc ream", - "␣fif teen", - "␣esc ape", - "j ust", - "␣w it", - "␣c rew", - "␣p ath", - "␣so cial", - "␣L a", - "␣gr ou", - "␣opp ortun", - "␣win ter", - "␣quar ter", - "␣decl ared", - "ar row", - "␣B ra", - "nH istory", - "␣cha p", - "␣fill ed", - "ri b", - "nS omet", - "gg ed", - "␣expl ain", - "␣luck y", - "o f", - "␣A ward", - "␣not e", - "nW hich", - "ather ine", - "␣col ors", - "nNot hing", - "␣hon est", - "C AR", - "I F", - "re g", - "␣m oon", - "␣B er", - "␣Al bert", - "␣fly ing", - "␣ ide", - "nO K", - "␣lear ned", - "in al", - "␣b le", - "␣th ick", - "␣r ate", - "␣all ow", - "em an", - "␣en c", - "oc key", - "␣exc ited", - "␣tem per", - "ot a", - "␣e conom", - "␣r oof", - "ung le", - "␣inf lu", - "␣necess ary", - "I M", - "␣m ir", - "␣g ir", - "␣r ow", - "oc rat", - "nF rom", - "O P", - "d in", - "␣su it", - "ens ive", - "␣fell ows", - "j a", - "␣I I", - "␣n ature", - "le cted", - "␣at e", - "␣mention ed", - "Illust ration", - "␣m erc", - "␣p un", - "if y", - "␣person al", - "d on", - "p os", - "␣d rug", - "nW ould", - "␣P ort", - "␣app l", - "␣Un ion", - "␣l em", - "ar ry", - "el est", - "ig s", - "␣su gar", - "␣che m", - "␣walk s", - "␣pull ed", - "␣publ ished", - "␣est ab", - "␣t ong", - "␣t iny", - "␣n ea", - "␣S ant", - "␣pl ant", - "␣Ch ris", - "␣add ress", - "␣ep is", - "␣streng th", - "d o", - "v an", - "␣a p", - "␣n on", - "ar ies", - "␣J ul", - "␣L ittle", - "␣cl oud", - "␣sing er", + "Ġopportun ity", + "Ġm iddle", + "Ġvill age", + "Ġclos er", + "Ġe gg", + "ut ed", + "ĠC ount", + "Ġs and", + "as hing", + "Ġsuggest ed", + "Ġrelationship s", + "Ġact ions", + "Ġe th", + "Ġpract ices", + "Ġb ag", + "ĠTh rough", + "Ġg rew", + "ad em", + "e b", + "ĠS ally", + "Ġre view", + "Ġm ental", + "Ġacc ur", + "Ġt all", + "l ies", + "ĠJ am", + "Ġprov ided", + "Ġeconom ic", + "Ġg un", + "Ġbegin ning", + "il es", + "Ġover all", + "r am", + "Ġmess age", + "ĠG ood", + "Ġplan ning", + "O ur", + "hen s", + "Ġcaus es", + "Ġc ivil", + "w ell", + "Ġeffect ive", + "Ġres ist", + "ĠS ec", + "Ġwatch ing", + "Ġs ister", + "Ġobject s", + "Ġp age", + "ĠAl though", + "Ġcar bon", + "Ġtar get", + "h am", + "ĠJ ew", + "Ġincre asing", + "Ġp an", + "ĠC oll", + "ĠEng land", + "Ġprogram s", + "m osp", + "Ġwere n", + "Ġrec ently", + "ĠUnderstand ing", + "Ġgreat er", + "Ġf ol", + "d d", + "ĠRes earch", + "om en", + "ore s", + "b and", + "Ġsee ing", + "Ġind eed", + "at hy", + "Ġto ys", + "Ġe ager", + "Ġchar acters", + "Ġe c", + "ĠR ob", + "ant ly", + "Ġqu iet", + "Ġtrans port", + "ĠMay be", + "Ġc and", + "Ġmach ine", + "Ġwas te", + "Ġtru ly", + "il ing", + "Ġpr int", + "Ġfell ow", + "Ġsud denly", + "I I", + "Ġwr ote", + "Ġspe ed", + "Ġcou ple", + "Ġfe atures", + "Ġr an", + "on se", + "Ġing red", "T H", - "␣do ggie", - "␣li ps", - "␣de g", - "␣im m", - "␣mil itary", - "nEx cuse", - "␣mam ma", - "S C", - "␣b ill", - "␣e ager", - "nM e", - "␣rel ig", - "␣aw ful", - "␣pract ice", - "␣rab bit", - "␣k itty", - "␣en emy", - "␣C reek", - "␣off er", - "␣Cha ir", - "␣expect ed", - "␣bes ide", - "␣spir it", - "b ell", - "␣ iron", - "␣sur face", - "␣des k", - "␣develop ment", - "␣swim ming", - "en ing", - "ie l", - "␣J ean", - "␣reg ular", - "␣dog s", - "␣danc ing", - "im it", - "␣H enry", - "␣G eneral", - "␣v an", - "␣gr ab", - "␣pr oud", - "␣per cent", - "␣Min ister", - "␣immedi ately", - "␣of fe", - "uck er", - "␣wat ched", - "␣Car ol", - "␣fa ith", - "␣Lou is", - "ur ity", - "␣de b", - "be red", - "␣stand s", - "␣t iger", - "at ors", - "␣had n", - "␣ch ocol", - "␣che er", - "␣s oul", - "␣st orm", - "ol a", - "␣who a", - "␣ad vent", - "␣keep ing", - "ele br", - "ar i", - "␣but ton", - "el p", - "␣br ush", - "nC h", - "␣c alm", - "ar ily", - "␣in j", - "␣T V", - "␣P re", - "␣sh ore", - "␣should er", - "␣In ternational", - "␣b other", - "␣in qu", - "ot ed", + "Ġan x", + "umb led", + "Ġbreat h", + "Ġatt empt", + "ĠA pp", + "Ġindust ry", + "ct ors", + "Ġes c", + "Ġthan ks", + "Ġser ies", + "Ġcomplete ly", + "Ġatt ack", + "Ġex cept", + "Ġtom orrow", + "Ġcont ent", + "Ġinclud es", + "Ġin vent", + "ke y", + "F rom", + "m ber", + "Ġbec omes", + "ĠT O", + "te red", + "Ġav oid", + "Ġth ird", + "I nt", + "Ġcont ro", + "er ving", + "S T", + "d e", + "Ġwe l", + "or ks", + "Ġp ark", + "ĠR emember", + "Ġlet ter", + "Ġl ink", + "anc ing", + "ang ing", + "ric ult", + "c il", + "\\\" \\", + "i ation", + "Ġdevelop ing", + "Ġexc l", + "ed d", + "ĠR uss", + "Ġwhen ever", + "Ġback ground", + "Ġfac ed", + "ce ll", + "Ġbir d", + "t t", + "Ġm outh", + "Ġbust ling", + "Ġdi et", + "Ġdirect ly", + "Ġse lect", + "en ny", + "Ġperform ance", + "Ġg entle", + "Ġconvers ation", + "Ġdelic ious", + "t ies", + "ic ks", + "Ġm aster", + "Ġlaw s", + "Ġli br", + "in o", + "Ġh us", + "T itle", + "Ġfriend ly", + "Ġstudy ing", + "y l", + "an cial", + "Ġar r", + "r s", + "Ġs ou", + "Ġnear ly", + "Ġdi verse", + "- y", + "rou d", + "Ġneighb or", + "Ġ _", + "Ġcomp on", + "oll y", + "Ġpass ion", + "Ġpol ice", + "g y", + "re st", + "Ġprep ared", + "Ġsm art", + "Ġha bit", + "es us", + "Ġl uck", + "Ġg ives", + "Ġwal king", + "Ġlar ger", + "Ġint ell", + "ĠE l", + "ĠT ogether", + "os es", + "ers on", + "Ġt our", + "Ġpolic y", + "Ġre ached", + "ĠF irst", + "Ġcar s", + "Ġim age", + "Ġlist ening", + "Ġbo ard", + "Ġind epend", + "a ul", + "Ġsmo oth", + "Ġh ost", + "end er", + "Ġst ars", + "Ġgot ta", + "pp er", + "Ġgo al", + "Ġst orm", + "Ġdetail s", + "Ġm ur", + "Ġass ess", + "w ater", + "ĠM on", + "b ut", + "un k", + "ĠP ol", + "ĠTh anks", + "Ġhu ge", + "ac king", + "Ġtr ack", + "al ed", + "Ġext reme", + "r im", + "ĠD uring", + "ĠAfric a", + "Ġadult s", + "Ġsust ain", + "as ure", + "Ġbeaut y", + "ra id", + "Ġgr own", + "ll s", + "ĠS cience", + "ĠCh ina", + "Ġanal ysis", + "Ġo x", + "Ġtri p", + "Ġn ation", + "Ġproject s", + "Ġconn ection", + "Ġal tern", + "Ġref er", + "Ġunder stood", + "Ġeven ing", + "Ġeff ort", + "ĠD ep", + "t ime", + "Ġmem ory", + "Ġet c", + ". .\\", + "c y", + "ĠSt ate", + "ron ic", + "id ents", + "Ġwh atever", + "c he", + "a res", + "Ġw anna", + "er a", + "Ġtell ing", + "Ġn odd", + "Ġat mosp", + "Ġsuccess ful", + "N ext", + "Ġwin ter", + "Ġb ase", + "Ġnot ice", + "Ġst age", + "Ġsl ight", + "Ġexc it", + "Ġpurp ose", + "Ġd aughter", + "h old", + "Ġcal cul", + "ic ient", + "ri al", + "y e", + "Ġthous and", + "Ġ |", + "app oint", + "Ġ ir", + "Ġm ine", + "Ġp ow", + "Ġconn ected", + "our se", + "Ġint egr", + "Ġn ine", + "o ly", + "v est", + "Ġu h", + "A C", + "Ġc ast", + "Ġthous ands", + "ĠW est", + "N D", + "Ġall owing", + "ĠR ep", + "w ise", + "Ġsh ot", + "om b", + "ell ow", + "A L", + "U h", + "Ġsol utions", + "Ġc aught", + "Ġg ently", + "at t", + "Ġsc en", + "Ġchang ing", + "Ġb acter", + "Ġar m", + ": **", + "it ute", + "Ġmin im", + "Ġe arn", + "Ġcon c", + "u ps", + "Ġch ap", + "Ġfin al", + "Ġo cean", + "Ġre asons", + "ĠG l", + "Ġp et", + "Ġdin ner", + "Ġexcit ement", + "w w", + "Ġ ur", + "ĠTh om", + "Ġsitu ations", + "f d", + "Ġsh ip", + "Ġa verage", + "ĠM in", + "h ouse", + "Ġh idden", + "Ġdocum ent", + "Ġl ose", + "Ġprom ot", + "Ġcit iz", + "ĠG ree", + "Ġbec oming", + "Ġdisc overy", + "Ġsupp osed", + "Ġevent ually", + "i am", + "Ġcompan ies", + "ĠD av", + "Ġmiss ion", + "h us", + "it ect", + "ff ee", + "ĠS ee", + "ĠO f", + "ain t", + "Ġp ounds", + "u h", + "ĠInd ia", + "Ġb ond", + "Ġbuild ings", + "Ġm id", + "iz es", + "Ġwe ak", + "Ġmag ic", + "Ġappro pri", + "Ġ #", + "Ġsu it", + "Ġmy ster", + "Ġprov iding", + "Ġset ting", + "Ġth r", + "Ġadd ition", + "ru pt", + "b ack", + "Ġn in", + "Ġresp onse", + "Ġf ing", + "Ġwe ar", "le ar", - "el ess", - "␣right s", - "␣us ual", - "␣ac qu", - "␣light s", - "min ist", - "o id", - "␣c ro", - "␣pl ain", - "␣Be ck", - "␣wood s", - "␣occas ion", - "A ll", - "r id", - "ic le", - "nB y", - "ci ety", - "␣app re", - "oo s", - "␣st one", - "␣not iced", - "␣sa il", - "␣L aw", - "ress ion", - "anc he", - "␣pur pose", - "alc olm", - "om en", - "␣sa ved", - "␣J enn", - "ob ile", - "␣bed room", - "␣mess age", - "R US", - "␣town s", - "␣ear n", - "␣fa ult", - "␣a ud", - "␣n ap", - "␣A lf", - "␣D id", - "hi ps", - "␣prom ised", - "␣occ up", - "␣def initely", + "Ġneg ative", + "ĠAr t", + "-b ased", + "Ġthe ory", + "r ast", + "ĠEx actly", + "Ġaf raid", + "Ġp roud", + "Ġany more", + "Ġdig ital", + "Ġdou b", + "oc r", + "- st", + "Ġlau gh", + "ĠS pe", + "O W", + "Ġch oices", + "Ġd ate", + "ĠAust ral", + "ra ft", + "Ġdri ve", + "Ġme chan", + "Ġb ound", + "Ġst umbled", + "ord s", + "c an", + "Ġstrateg ies", + "Ġact ive", + "Ġnam es", + "ĠSam my", + "Ġc ode", + "Ġdi agn", + "p ro", + "Ġpre c", + "g n", + "Ġequ al", + "Ġcolor ful", + "Ġtr ade", + "Ġsec urity", + "Ġton ight", + "Ġsu gar", + "ab et", + "Ġclot hes", + "ĠM ore", + "Ġbe g", + "Ġbro ad", + "ĠP art", + "Ġatt end", + "Th anks", + "Ġdev ices", + "Ġshow ing", + "Ġinflu ence", + "w hile", + "Ġopt ions", + "Ġun it", + "Ġrem ain", + "i us", + "Ġex pected", + "Ġdist rib", + "am b", + "Ġnodd ed", + "at hered", + "Ġhus band", + "Ġpl ans", + "Ġve h", + "e ch", + "Ġinterest ed", + "P ro", + "l a", + "Ġpat ient", + "pp ing", + "Ġinclud ed", + "T ake", + "Ġreturn ed", + "ip ment", + "Ġad apt", + "ĠC ity", + "Ġf ill", + "Ġcon sequ", + "Ġcent er", + "Ġj ump", + "oc ol", + "Ġfin ancial", + "ĠEurope an", + "ortun ately", + "os y", + "Ġst ood", + "Ġse ction", + "Ġdet ect", + "Ġimp lement", + "Ġpain t", + "o k", + "is c", + "Ġhe ro", + "fess or", + "I V", + "it ution", + "Ġexam ples", + "ob ody", + "Ġimmedi ately", + "e es", + "il os", + "Ġcr itical", + "ro y", + "Ġl ack", + "Ġexerc ise", + "w hat", + "Ġmar ried", + "o v", + "Ġstand ing", + "r is", + "Ġconcept s", + "ĠS w", + "id ay", + "ĠInd ian", + "e v", + "Ġal ive", + "hus i", + "ite ly", + "Ġdec ide", + "- to", + "Ġdem and", + "Ġte le", + "Ġfor ces", + "Ġpu zz", + "Ġnav ig", + "en ess", + "Ġmention ed", + "al k", + "ex ic", + "Ġent husi", + "Ġ .", + "ad s", + "Ġadd ing", + "ĠJam ie", + "Ġem br", + "Ġsc reen", + "Ġto y", + "Ġoffic ial", + "Ġrelig ious", + "Ġm ap", + "Ġra re", + "uc y", + "Ġg od", + "ĠAfric an", + "Ġpro duced", + "ond on", + "bs olutely", + "olog ies", + "Ġpre fer", + "Ġadv ice", + "L ike", + "p re", + "Ġc ities", + "Ġf ra", + "Ġlangu ages", + "ne w", + "ĠJ u", + "Ġvir us", + "E T", + "Ġf ant", + "if orn", + "Ġco ast", + "ic ations", + "am ent", + "Ġth us", + "Ġlet ters", + "Ġdec l", + "Ġsol ar", + "Ġinst rum", + "Ġvari ety", + "u fact", + "Ġgo als", + "ĠC he", + "Ġpriv ate", + "Ġhosp ital", + "el ines", + "Ġpred ict", + "Ġintern ational", + ", '", + "Ġch oice", + "Ġsign s", "kn own", - "␣grou ps", - "r ange", - "he art", - "ut ch", - "ac hel", - "ee ch", - "␣imp ro", - "␣mot ion", - "␣m icro", - "␣f ro", - "␣J o", - "␣gr own", - "␣Austral ia", - "he m", - "ic ated", - "␣pr im", - "␣te chn", - "␣sm oke", - "␣ind ust", - "␣fig ures", - "␣abs olutely", - "␣profess ional", - "␣l oss", - "id den", - "␣M att", - "ce ly", - "␣rem em", - "␣m ater", - "␣B o", - "␣pe ek", - "␣dire ctor", - "elest e", - "␣m ud", - "␣p ool", - "␣n urs", - "␣C at", - "␣R obert", - "␣ag reed", - "act or", - "␣our selves", - "␣norm al", - "␣deter m", - "␣y um", - "pp er", - "␣contin ues", - "␣stra w", - "r ound", - "␣st ates", - "␣down stairs", - "␣wear ing", - "␣iss ue", - "␣Dor othy", - "b ack", - "r am", - "␣d ig", - "␣f ashion", - "nT wo", - "␣ex ist", - "␣beg in", - "␣prod uced", - "IGH T", - "␣c ities", - "ov es", - "␣head s", - "␣str uck", - "p aper", - "␣c art", - "␣de pend", - "uck y", - "␣rem ain", - "␣ev idence", - "␣Don ald", - "␣mur der", - "␣Ac ademy", - "␣h uge", - "␣r ail", - "␣S y", - "␣pl enty", - "␣K ore", - "␣en ergy", - "␣ind ivid", - "␣hot el", - "␣Bob by", - "␣exper ience", - "␣gentle man", - "␣av ail", - "␣remark ed", - "␣ut ter", - "␣tast e", - "C h", - "um mer", - "␣F ort", - "␣mean ing", - "␣sm art", - "␣count ries", - "␣listen ing", - "␣gun s", - "C eleste", - "␣pl ans", - "␣care fully", - "U D", - "or ter", - "␣l id", - "nA ND", - "␣tell s", - "r ated", - "oo per", - "␣T ony", - "␣j our", - "our t", - "␣lead er", - "I E", - "c ue", - "m ie", - "␣w an", - "er o", - "␣do c", - "␣B el", - "␣L em", - "␣E r", - "␣ch oice", - "␣per for", - "␣pur s", - "␣song s", - "a ign", - "␣ CH", - "ir gin", - "␣M er", - "␣E n", - "ict ion", - "led ge", - "␣att ract", - "N ot", - "g l", - "␣co ast", - "ific ation", - "e er", - "u ps", - "␣c ards", - "␣to ast", - "␣j ungle", - "␣R o", - "ost a", - "␣fe at", - "␣ball s", - "␣mot or", - "␣sold iers", - "␣chocol ate", - "oss ible", - "␣clim b", - "␣Ell ie", - "c oughs", - "i est", - "n ie", - "␣c ere", - "ve ll", - "␣B ab", - "␣G ames", - "os h", - "ru ct", - "nP e", - "␣Fl or", - "␣Sar ah", - "R R", - "␣rem ained", - "␣gener ally", - "␣hist or", - "␣gra ve", - "oo h", - "␣B u", - "␣int end", - "␣des p", - "␣ass ist", - "␣ed ge", - "␣imag ine", - "␣tong ue", - "␣f und", - "ut en", - "␣M or", - "␣H i", - "␣D O", + "ĠJ ack", + "Ġen h", + "Ġhy d", + "ĠAmeric ans", + "Ġvis ual", + "Ġinc orpor", + "Ġfind ings", + "Ġl ength", + "Ġcr it", + "ed eral", + "al u", + "Ġh ar", + "Ġturn s", + "Ġc ro", + "Ġcontrib ute", + "Ġsol ve", + "a ven", + "ĠB ar", + "Ġinvol ves", + "S orry", + "Ġst ick", + "Ġfeel s", + "Ġprofess ional", + "os ition", + "v ant", + "Ġv ibr", + "e el", + "s es", + "Ġwind ow", + "Ġform ed", + "Ġdeterm ine", + "Ġstand ard", + "Ġdis p", + "ent ially", + "G H", + "ĠS un", + "Ġf ucking", + "reed om", + "hip s", + "Ġtrad itions", + "ri ble", + "C H", + "Ġcon cent", + "Ġd ance", + "Ġop in", + "Ġmil itary", + "---------------- --------", + "Ġex ch", + "Ġwork ers", + "Ġre pe", + "A M", + "Ġpri or", + "Ġcir c", + "s p", + "Ġh un", + "Ġcertain ly", + "Ġcol on", + "ud d", + "ic a", + "uri ous", + "Ġingred ients", + "ĠG reen", + "Ġag ree", + "n ow", + "Ġens uring", + "Ġu nd", + "Ġany way", + "ir t", + "Ġmov ie", + "Ġc red", + "Ġregard ing", + "Ġsol ution", + "Ġpl ays", + "k a", + "Ġu lt", + "Ġdise ases", + "Ġsh own", + "Ġrem ains", + "Ġdis play", + "m as", + "Ġmem ber", + "Ġs itting", + "Ġbenef it", + "Ġp en", + "Ġv ast", + "ver t", + "ĠR ec", + "Ġcare ful", + "iforn ia", + "Ġloc ation", + "ĠM om", + "om ed", + "' S", + "ĠTh ink", + "W ait", + "an ish", + "ĠL ittle", + "ĠM us", + "Ġco ffee", + "Ġspo ke", + "se ct", + "Ġse vere", + "Ġshould n", + "Ġatt ract", + "Ġstre et", + "Ġcost s", + "Ġcl im", + "Ġwal ked", + "h m", + "ĠM exic", + "Ġfa ith", + "ig r", + "Ġfil m", + "Ġacc ident", + "O T", + "Ġbu ll", + "Ġsome body", + "D r", + "ism s", + "re es", + "Ġcour t", + "Ġdanger ous", + "Ġto w", + "ĠA nt", + "Ġrem ained", + "Ġper m", + "Ġse ll", + "i ot", + "ĠC ap", + "-y ear", + "Ġpol it", + "Ġbusiness es", + "ĠR iver", + "Ġevery body", + "le c", + "Ġra pid", + "Ġchalleng ing", + "A D", + "ul ate", + "Ġte a", + "Ġdist ance", + "Ġfru it", + "Ġequ ipment", + "Ġfas ter", + "Ġ x", + "Ġmat ters", + "ĠD ay", + "Ġintro duced", + "Ġvir t", + "Ġslow ly", + "ĠL ondon", + "Ġdis appoint", "ul f", - "␣tr unk", - "␣pain t", - "␣educ ation", - "nC l", - "␣tra vel", - "␣mod ern", - "T his", - "␣c elebr", - "␣th ou", - "␣we ak", - "ill iant", - "␣R oman", - "ord s", - "␣te xt", - "␣offic ers", - "␣d read", - "ur t", - "␣bl ind", - "␣priv ate", - "d a", - "␣w estern", - "␣p ill", - "␣st ret", - "␣M ont", - "␣K itty", - "AN D", - "␣sit s", - "␣cle arly", - "LL L", - "␣perfect ly", - "g ress", - "ha s", - "it ation", - "␣p a", - "␣was te", - "␣pro ceed", - "␣per m", - "␣sn ake", - "no ise", - "I L", - "is hes", - "␣l og", - "␣C han", - "nY OU", - "␣R em", - "␣Bl ack", - "␣fix ed", - "␣bra ve", - "␣t ears", - "im a", - "␣sh ips", - "␣The ir", + "Ġstruct ures", + "C l", + "Ġspe aking", + "ig en", + "Ġconcer ns", + "ri f", + "Ġg athered", + "Ġrequ ires", + "Ġcolle ge", + "Ġf uel", + "ĠP ark", + "Ġfun ny", + "Ġnum er", + "Ġst yle", + "Ġreal ize", + "Ġto ward", + "Ġfor t", + "Ġsoft ware", + "ist en", + "Ġap art", + "Ġcoll ection", + "ĠChrist ian", + "ĠCent er", + "- g", + "Ġoff ered", + "Ġdifferent ly", + "um my", + "and er", + "Ġloc ated", + "l ife", + "n and", + "ĠU sing", + "Ġw aves", + "Ġspecific ally", + "ĠGerm an", + "Ġwor ried", + "Ġfight ing", + "ord ers", + "Ġclose ly", + "qu e", + "Ġprot ection", + "Ġsh ar", + "Ġn ove", + "Ġveget ables", + "aim ed", + "Ġrel ative", + "Ġart ists", + "Ġfam iliar", + "Ġs ess", + "vers ity", + "Ġfact s", + "ĠRe g", + "Ġkind s", + "ĠJ an", + "Ġrecomm end", + "Ġtast e", + "ĠO F", + "Ġeff ici", + "z ing", + "ch ol", + "Ġw it", + "ter ing", + "ĠL ear", + "Ġp aid", + "ar i", + "Ġfield s", + "W hile", + "f ord", + "ap ers", + "Ġbig ger", + "Ġdev ice", + "Ġjob s", + "Ġarch itect", + "Ġr ule", + "E ven", + "Ġtrans l", + "Ġatmosp here", + "ant ic", + "Ġm ath", + "Ġpl at", + "Ġreport ed", + "Ġinst ruct", + "ĠCan ada", + "Ġins ights", + "A P", + "Ġd y", + "Ġme l", + "Ġland sc", + "ĠCal ifornia", + "ĠE duc", + "Ġcra ft", + "Ġtw ist", + "Ġbehav i", + "Ġadd itional", + "ĠB u", + "Ġrece ive", + "over n", + "Ġman aged", + "Ġr ace", + "Ġfl oor", + "Ġgener ally", + "Ġbra ve", + "H i", + "Ġun us", + "hem at", + "Ġlad y", + "Ġlove ly", + "Ġn orth", + "ĠGeor ge", + "Ġcont ext", + "Ġprim ary", + "c are", + "Ġman ufact", + "Ġfru its", + "Ġop ened", + "F inally", + "ud denly", + "out hern", + "ĠFr ance", + "Ġch urch", + "ĠW ow", + "Ġclear ly", + "Ġsn ow", + "K ey", + "Ġtherap y", + "os ure", + "Ġuse ful", + "Ġtop ics", + "ĠP at", + "Ġbelief s", + "Ġexperi enced", + "Ġnot es", + "Ġhand le", + "Ġgener ations", + "Ġcomput ers", + "l or", + "Ġprinci ples", + "Ġin n", + "Ġb ow", + "Ġnot e", + "bo ard", + "Ġt ill", + "Ġs outh", + "Ġhor se", + "Ġnet work", + "Ġpract icing", + "n es", + "Ġ /", + "Ġexper iment", + "Ġob vious", + "Ġf ost", + "** :", + "Ġm ut", + "ĠI I", + "ĠA c", + "Ġpr ice", + "Ġw arn", + "Ġc ooking", + "Ġn ic", + "Ġchar ge", + "Ġsupp ly", + "Ġser ve", + "Ġp al", + "Ġeffect ively", + "ing ly", + "enc ies", + "Ġident ity", + "Ġshap es", + "w ide", + "Ġreal ity", + "Ġfin ished", + "; \\", + "Ġtal ked", + "Ġsit es", + "ĠJ esus", + "Ġus ers", + "Ġun c", + "Ġaff ected", + "Ġeng age", + "Ġorgan izations", + "Ġbott om", "ines e", - "␣disc overed", - "iron ment", - "en ny", - "␣e mer", - "␣st airs", - "␣M el", - "␣S id", - "os ing", - "ock s", - "␣dri ver", - "␣prod uc", - "␣ru le", - "M B", - "k ins", - "␣c ustom", - "␣f irm", - "ot te", - "␣S en", - "␣pr ice", - "␣sc rew", - "␣mon ster", - "␣belie ved", - "␣brother s", - "nd ing", - "␣d are", - "␣in n", - "ve re", - "␣H am", - "nA ye", - "␣v o", - "␣young er", - "␣tri p", - "␣Pl ay", - "␣vers ion", - "g ain", - "␣h ill", - "␣M any", - "ur a", - "␣kn ife", - "␣ne ither", - "␣sp oken", - "␣cont ract", - "␣second s", - "␣oppos ite", - "re es", - "ch uckles", - "␣B ert", - "nW as", - "␣cra w", - "ic y", - "us hes", - "␣C r", - "␣W AS", - "␣Pro v", - "␣nur se", - "␣d un", - "nS ir", - "␣circ um", - "␣dem and", - "J J", + "Ġk it", "i ber", - "␣s ides", - "␣f aces", - "as y", - "␣T wo", - "␣sa ke", - "␣pr int", - "␣call s", - "␣sur v", - "cell ent", - "sy ch", - "o ons", - "␣w oof", - "␣n omin", - "nT r", - "␣te ach", - "␣kind a", - "␣run s", - "␣hon or", - "e f", - "␣t un", - "␣t aught", - "␣he at", - "␣sh own", - "nS ure", - "ict or", - "ild a", - "␣air pl", - "A VE", - "z es", - "␣w ed", - "␣we ight", - "␣wor ried", - "␣br ain", - "␣ar row", - "␣sha d", - "␣after wards", - "␣ch oose", - "ok ing", - "␣sandw ich", - "␣opportun ity", - "us ing", - "␣P il", - "ist ic", - "nC ould", - "␣fl ower", - "␣ent er", - "␣dec ision", - "␣prod uct", - "S E", - "␣law yer", - "␣mod el", - "ir ing", - "␣R E", - "␣Char les", - "␣mount ain", - "␣Ital ian", - "i os", - "␣p in", - "␣M id", - "␣found ed", - "eb ye", - "␣proper ly", - "␣anx ious", - "␣w rest", - "␣h o", - "␣M alcolm", - "␣help ing", - "S o", - "he st", - "ra w", - "␣He re", - "␣add ition", - "OM E", - "␣pleas ant", - "␣Europe an", - "d am", - "p ut", - "w r", - "␣ ign", - "␣d ouble", - "le nd", - "␣M ed", - "␣G old", - "␣p ants", - "␣M ot", - "␣M inn", - "␣bath room", - "␣north west", - "␣t v", - "␣o x", - "␣grand ma", - "nV ery", - "␣R eg", - "␣cent re", - "␣includ ed", - "␣jour ney", - "n ers", - "␣c hat", - "␣l ower", - "␣an t", - "␣C ass", - "␣com ment", - "␣acc ording", - "␣fore st", - "␣har m", - "h od", - "ist an", - "␣sp eech", - "␣cont act", - "␣open ing", - "␣mag az", - "a res", - "er haps", + "Ġsc ared", + "Ġdiscuss ion", "nd s", - "ic ate", - "␣re ck", - "␣N at", - "ak ed", - "nO ur", - "nC os", - "␣un c", - "␣Sc ott", - "␣prep ared", - "␣Mart in", - "␣N e", - "␣v ote", - "fe ction", - "␣sha ke", - "iz ing", - "cha rd", - "arent ly", - "␣eff ort", - "␣ #", - "␣m ut", - "␣gr owing", - "␣mar ry", - "␣eight y", - "␣serv ices", - "␣t ar", - "␣c e", - "␣p ound", - "ac he", - "␣W il", - "␣br illiant", - "nG ot", - "ci p", - "␣Ch urch", - "␣ev ident", - "␣bud get", - "h ost", - "p any", - "␣r ange", - "ab oo", - "ond ay", - "␣ob viously", - "␣Than k", - "U K", - "s ha", - "␣s oup", - "␣for ces", - "␣M ic", - "␣T ed", - "␣G ab", - "␣N av", - "␣Y our", - "ud d", - "␣show er", - "␣fall s", - "␣Sp anish", - "nMr s", - "aur a", - "␣wall s", - "on a", - "ang le", - "␣Mar g", - "␣War ren", - "␣stru cture", - "ou red", - "en ne", - "␣A ct", - "od ay", - "og raph", - "␣fav our", - "␣fair ly", - "␣Do ctor", - "␣partic ularly", - "␣Que en", - "␣C atherine", - "ore s", - "␣P ays", - "␣qu ality", - "␣bring ing", - "igg les", - "␣comfort able", - "␣Sm ith", - "␣medic ine", - "␣Chair man", - "r and", - "␣s is", - "␣s our", - "␣c ivil", - "se e", - "␣ex ec", - "the y", - "␣pap ers", - "␣imp ossible", - "ocrat ic", - "p et", - "␣by ebye", - "the w", - "␣ind epend", - "␣contin ue", - "␣tele phone", - "␣Gu y", - "␣sus p", - "r ot", - "␣ ir", - "␣g ro", - "␣school s", - "␣eas ier", - "␣cor rect", - "␣vict im", - "j o", - "␣t ie", - "␣M il", - "ab r", - "␣R and", - "nt hat", - "per ing", - "␣camp aign", - "␣concern ed", - "m n", - "␣o il", - "␣c ases", - "ic ation", - "␣be ach", - "al y", - "ur b", - "␣kn ees", - "␣ne at", - "␣some what", - "␣will ing", - "nM ar", - "␣stay ed", - "␣Chi ld", - "␣hun ting", - "I s", - "␣f old", + "O K", + "Ġlim ited", + "o ff", + "Ġf ly", + "ĠM ost", + "re hens", + "ar ked", + "Ġre ci", + "Ġqu ant", + "ph as", + "Ġag ricult", + "A Y", + "H is", + "Ġus er", + "ĠE ast", + "ort hern", + "Ġestab lished", + "Ġmil k", + "Ġappropri ate", + "be red", + "ĠO nce", + "Ġhold ing", + "ĠPres ident", + "all ed", + "Ġgra ph", + "Ġstop ped", + "Ġmo lec", "ch ing", - "␣man aged", - "app y", - "␣pain ting", - "␣reac hes", - "␣Geor g", - "␣wag on", - "␣st yle", - "␣know ing", - "ber g", - "␣che ek", - "␣invest ig", - "␣sett led", - "L ES", - "N N", - "␣l iter", - "␣e ld", - "␣D ar", - "oot h", - "␣Ch ina", - "␣cond ition", - "C ome", - "␣do ors", - "␣can ton", - "ap a", - "␣sl ide", - "␣Fr iday", - "HE R", - "␣small er", - "␣Can ada", - "␣loc ated", - "␣ris k", - "␣s cient", - "␣m ult", - "␣S ing", - "␣can cer", - "um ber", - "␣su c", - "␣v ac", - "␣K at", - "␣St one", - "arl iam", - "␣cent er", - "␣fem ale", - "n ic", - "ac hes", - "ea ks", - "␣D ep", - "␣cl aim", - "␣suc ceed", - "E E", - "␣t id", - "es sel", - "␣l atter", - "␣M ost", - "␣B ern", - "th is", - "nO oh", - "␣sl aves", - "␣object s", - "D S", - "b on", - "on se", - "␣p ony", - "␣th us", - "␣wor st", - "oun ce", - "␣move ment", - "␣drink ing", - "␣tick le", - "␣clos er", - "it ched", - "␣do zen", - "␣st aff", - "␣kn ee", - "␣af fect", - "␣find ing", - "␣ball oon", - "␣mag ic", - "␣Flor ida", - "f it", - "␣t ask", - "␣pre vious", - "␣bit s", - "␣dist ribut", - "␣col onel", - "␣ret ired", - "␣mur d", - "␣possib ly", - "␣b ub", - "␣S ea", - "␣F oot", - "␣pre fer", - "␣op in", - "␣beg ins", - "␣wind ows", - "␣cast le", - "␣rese arch", - "c y", - "g n", - "u le", - "at oes", - "␣r out", - "ent ed", - "all as", - "␣O rd", - "␣chan ges", - "␣feel s", - "␣squ ee", - "IT H", - "␣tit le", - "arliam ent", - "is her", - "ter ing", - "␣B ig", - "␣O ld", - "␣cr ime", - "␣offic ial", - "␣sus pect", - "␣rul es", - "s ighs", - "ha ll", - "␣b oss", - "␣st ock", - "␣M olly", - "ul ated", - "␣po et", - "␣stay ing", - "␣Wh ite", - "␣rap id", - "␣circum st", - "l ah", - "is a", - "im ate", - "␣R y", - "␣R ol", - "␣pre vent", - "␣develop ed", - "␣stat ement", - "SS S", - "␣event s", - "␣Par is", - "eder al", + "Ġse eds", + "Ġmind s", + "Ġt iss", + "ĠHist ory", + "Ġturn ing", + "Ġinterest s", + "u k", + "Ġhelp ful", + "Ġappro ached", + "Ġe p", + "Ġdiscuss ing", + "ap pe", + "oura ge", + "Ġsignificant ly", + "Ġsh oot", + "ul a", + "Ġjour nal", + "ĠC oun", + "Ġtas ks", + "Ġapp ly", + "Ġde light", + "vent ion", + "Ġsome where", + "Ġ ]\\", + "Ġa in", + "Ġl abor", + "Ġmedic ine", + "ĠComm un", + "ar ian", + "Ġr ates", + "ar ter", + "Ġhon est", + "## #", + "Ġcitiz ens", + "L e", + "Ġad op", + "Ġdeep ly", + "Ġfocus ed", + "in ate", + "ur t", + "we red", + "Ġtest s", + "o ke", + "Ġcl ub", + "Ġwis dom", + "Ġdo ll", + "Ġsh ut", + "Ġs ac", + "Ġev alu", + "Ġforg ot", + "Ġad just", + "Ex c", + "Ġt ail", + "- up", + "- I", + "Ġsupp ose", + "Ġadv ant", + "Ġwh is", + "Ġr ise", + "Ġsold iers", + "Ġf ile", + "Ġprocess es", + "ĠUn it", + "Ġth ick", + "im s", + "ild ren", + "Ġelectric ity", + "Ġg ar", + "oo per", + "Ġh ol", + "Ġg ain", + "ter m", + "ter day", + "Ġtell s", + "Ġsp orts", + "Ġc up", + "ition ally", + "ĠU se", + "Ġis land", + "A r", + "a el", + "Ġpl aced", + "Ġgl ad", + "Ġcal m", + "Ġbat tle", + "Ġc overed", + "Ġsun light", + "ter y", + "Ġra ised", + "Ġexp and", + "Ġmom ents", + "an while", + "Ġhe aring", + "te en", + "Ġf ully", + "Ġput ting", + "ĠO ther", + "Ġcar ried", + "Ġd ire", + "Ġwe ap", + "Ġocc as", + "Ġproper ty", + "__ __", + "Ġg ender", + "ashing ton", + "Ġemot ional", + "Ġrem em", + "Ġexpl oration", + "Ġr ing", + "Ġbus y", + "Ġal right", + "iss ions", + "Ġlar gest", + "se e", + "Ġneighbor hood", + "ĠV al", + "St op", + "Ġj u", + "Ġn uc", + "ĠD ad", + "u it", + "Ġjo ined", + "Ġs ight", + "us hing", + "ĠL ord", + "Ġyour s", + "Ġwor se", + "Ġleg al", + "Ġnut ri", + "Ġest im", + "ast s", + "Ġinit ial", + "Ġcap ital", + "Ġslight ly", + "Ġb ank", + "an i", + "Ġph ilos", + "ĠDep artment", + "ĠTe chn", + "um ent", + "T ell", + "or b", + "ĠCount y", + "ĠM ary", + "ra b", + "Ġill ness", + "Ġapp l", + "W h", + "c oh", + "Ġliter ature", + "W ow", + "ere nces", + "ĠW here", + "h ow", + "Ġcent ral", + "Ġlead s", + "ol ved", + "Ġn one", + "Ġappe ared", + "Ġam id", + "Ġhous es", + "um an", + "Ġcomfort able", + "Ġpur ch", + "Ġdeterm ined", + "Ġkind ness", + "ak er", + "am ples", + "um s", + "Ġbacter ia", + "u ary", + "Ġl unch", + "Ġsc ene", + "Ġwall s", + "Ġsepar ate", + "c raft", + "Ġact ual", + "An other", + "b re", + "Ġencoura ge", + "abet es", + "Ġdo ctors", + "ĠH igh", + "coh ol", + "l in", + "Ġim pl", + "Ġconst ruct", + "Ġansw ers", + "i verse", + "Ġhu h", + "Ġhigh ly", + "Ġguid ance", + "Ġgr ass", + "Ġme at", + "Ġqu al", + "Ġbro ken", + "Ġt ough", + "Ġmaintain ing", + "al t", + "Ġunus ual", + "b ook", + "ic y", + "Ġcon v", + "igen ous", + "ic ip", + "ĠJoh ns", + "Ġproper ly", + "Ġcir cum", + "am ing", + "in ated", + "Ġrad io", + "Ġsp ring", + "Ġrespons ibility", + "Ġdest roy", + "ĠS ur", + "Ġdepend ing", + "e qu", + "Ġbut ter", + "Ġst ation", + "Ġcont ains", + "Ġans wered", + "Ġrecord s", + "se c", + "est ic", + "Ġp un", + "Ġdru gs", + "ĠDav id", + "Ġsol id", + "Ġdraw ing", + "Ġd en", + "it age", + "lo ad", + "ĠM ark", + "Ġprofess ion", + "Ġpre gn", + "Ġac qu", + "ĠCh inese", + "Ġs ides", + "Ġte eth", + "Ġill ustr", + "us hed", + "Ġen em", + "Ġf uck", + "Ġstart s", + "c hen", + "h ab", + "Ġent er", + "Ġexper ts", + "Ġre lease", + "Ġsh it", + "Ġc ateg", + "Ġac id", + "Ġexper t", + "ist ry", + "ĠD id", + "ri age", + "Ġy ellow", + "ĠL ucy", + "Ġar ms", + "Ġsm ile", + "Ġm ad", + "Ġt ight", + "Ġcompon ents", + "Ġbr ings", + "Ġdist inct", + "y gen", + "oy al", + "Ġsm ell", + "Ġcr ow", + "ĠPro fessor", + "Ġthere fore", + "Ġass ign", + "Ġsw im", + "Ġem phas", + "\\n and", + "Ġbr own", + "Ġser ved", + "Ġ +", + "Ġposs ess", + "Ġlim it", + "A ct", + "Ġlibr ary", + "Ġm ir", + "n ight", + "Ġ ...", + "Ġfe ature", + "Ġmess ages", + "ĠM ich", + "Ġcre am", + "Ġcorn er", + "ĠA bsolutely", + "Ġcommun icate", + "Ġst aff", + "Ġsqu are", + "Ġvers ion", + "Ġwh om", + "Ġpro ced", + "k et", + "Ġexpl aining", + "ĠQ ue", + "ĠM c", + "Ġinvol ve", + "ing u", + "ĠR ead", + "urb an", + "olog ists", + "Ġst one", + "ĠW ashington", + "ĠInst itute", + "Ġconf ident", + "ang ed", + "Ġextra ord", + "Ġli e", + "Ġt ired", + "Ġwebs ite", + "Ġdri ving", + "Ġconsequ ences", + "Ġr id", + "ĠSt ep", + "Ġfem ale", + "i ety", + "ĠS ure", + "Ġmo on", + "w orks", + "rodu ce", + "el ine", + "Ġdru g", + "S E", + "ĠK eep", + "ĠH arm", + "Ġplat form", + "Ġch ick", + "cell ent", + "ur ance", + "r an", + "ĠDes pite", + "Ġli qu", + "Ġchap ter", + "Be fore", + "Ġpr ay", + "Ġp ages", + "ĠR ed", + "y m", + "Ġg ri", + "ĠI N", + "l ie", + "Ġsat is", + "Ġb an", + "T wo", + "Ġdou ble", + "int s", + "pri l", + "Ġprom ise", + "Ġex hib", + "Ġt im", + "ĠGerm any", + "W ill", + "Ġ ign", + "Ġlead er", + "Ġadv anced", + "Ġaut om", + "Ġbe at", + ". com", + "Ġun s", + "Ġmach ines", "m ar", - "␣to es", - "␣p air", - "␣fr uit", - "␣play ers", - "␣V irgin", - "␣ob l", - "␣air craft", - "␣rock s", - "␣appear ance", - "␣repe ated", - "␣o dd", - "an ning", - "␣g e", - "se qu", - "␣P al", - "␣fl ag", - "␣whis pered", - "ashing ton", - "␣Sec ret", - "sil ver", - "B C", - "M ay", - "r ate", - "an ing", - "as ing", - "␣do in", - "␣T ucker", - "␣P ak", - "␣G reen", - "nB l", - "nP ro", - "␣ord ered", + "ĠO kay", + "ĠChrist mas", + "Ġmet al", + "Ġf reedom", + "Ġb and", + "im ents", + "om y", + "al d", + "Ġfif ty", + "Ġintell ig", + "Ġbl ock", + "Re ally", + "w ood", + "Ġcreat ive", + "- S", + "ĠS an", + "C ourse", + "Ġpur s", + "er o", + "s on", + "Ġdis appe", + "ress ed", + "Ġegg s", + "duc es", + "iz z", + "/ /", + "Ġrel ax", + "Ġex ec", + "Ġoff ers", + "Ġdire ction", + "Ġd rop", + "ĠBl ack", + "Ġme als", + "Ġtyp ically", + "Ġpolic ies", + "Ġperspect ives", + "Ġfig ures", + "ĠEx pl", + "ĠT y", + "Ġfl at", + "Ġlight s", + "ur g", + "Ġb ot", + "Ġbo at", + "Ġpic ked", + "Ġdream s", + "Ġorgan ization", + "Ġcreat ivity", + "Ġclass room", + "oss ible", + "G u", + "ĠL ife", + "ĠG o", + "Ġtas k", + "er ry", + "Ġexcl aimed", + "Ġref ers", + "Ġded icated", + "ĠL at", + "re y", + "Ġpr ison", + "Ġcra zy", + "Ġtop ic", + "Ġaff ord", + "A b", + "Ġmiss ing", + "ĠS erv", + "P l", + "Ġf le", + "Ġvis iting", + "ĠM or", + "Ġaware ness", + "Ġfore ver", + "Ġtest ing", + "Ġmod els", + "Ġconst ruction", + "ili ence", + "Ġv ital", + "gy pt", + "Ġbe ar", + "ĠG rand", + "ĠR ich", + "Ġsee king", + "a ign", + "Ġdo gs", + "Ġcon cl", + "Ġr u", + "ĠEx c", + "r ical", + "Ġth in", + "ĠR oman", + "Ġlist ened", + "Ġstay ing", + "re ts", + "ur ally", + "Ġextraord inary", + "Ġin sect", + "Ġinsp ired", + "as m", + "Ġapplic ations", + "ĠSp anish", + "oc ked", + "ib ilities", + "\\n the", + "Ġwit ness", + "Ġpresent ed", + "ra el", + "ĠJ e", + "Ġcre ation", + "im al", + "Ġrelig ion", + "oc king", + "ĠB oth", + "ĠPl us", + "ĠA ug", + "Ġyes terday", + "Ġwat ched", + "Ġse qu", + "Ġtreat ed", + "Ġtrans m", + "Ġme al", + "Ġpres ident", + "P e", + "Ġm ob", + "le ction", + "t hen", + "ĠS ince", + "Ġn ative", + "Ġapplic ation", + "he art", + "oun ced", + "c est", + "Ġprom ote", + "Ġe ld", + "ent ed", + "Ġemp athy", + "ell a", + "Ġenc oun", + "as y", + "Ġris ks", + "Ġspe ech", + "Ġth irty", + "Ġv ia", + "Ġspend ing", + "Ġac adem", + "ĠDe velop", + "u x", + "ĠJ ames", + "olog ist", + "Ġmeas ures", + "Ġmat hemat", + "Ġsong s", + "Ġr ide", + "Ġv it", + "Ġcont ract", + "Ġstre t", + "Ġappro x", + "Ġprep are", + "Ġfant astic", + "G ive", + "Ġprote in", + "ĠR o", + "ant ed", + "Ġ rough", + "Ġme re", + "Ġhigh light", + "ĠM arch", + "or ough", + "Ġcomm and", + "od es", + "as c", + "Ġinit i", + "Ġeconom y", + "ĠP aul", + "Ġinf ection", + "Ġvibr ant", + "u ous", + "Ġr ul", + "or ial", + "L isten", + "ĠS at", + "he st", + "Ġf ab", + "Ġox ygen", + "v ision", + "g ment", + "Ġf ro", + "Ġcl in", + "Ġdescrib ed", + "ĠJohns on", + "ĠM ake", + "ĠT ur", + "Ġpat ience", + "Ġtra ffic", + "Ġpart ners", + "Ġsp aces", + "' ,", + "osy stem", + "less ly", + "Ġamid st", + "ĠT V", + "el p", + "Ġprofess or", + "ĠH ouse", + "S ure", + "Ġb read", + "Ġint rig", + "Ġrep orts", + "Ġcent uries", + "T ER", + "Ġw et", + "ro gen", + "Ġremem bered", + "Ġres ilience", + "ĠM art", + "Ġmat ch", + "Ġrecogn ize", + "Ġmem ories", + "ors es", + "Ġdi versity", + "Ġup set", + "i pped", + "Ġbill ion", + "D uring", + "Ġpre cious", + "Ġsc ale", + "Ġfl ood", + "Ġwe b", + "Ġsex ual", + "Ġr ub", + "Ġevery where", + "Ġtemper atures", + "Ġm ale", + "Ġfore ign", + "Ġsurround ing", + "l am", + "Ġbro ke", + "Ġexist ing", + "Do es", + "Ġreg ions", + "Ġre new", + "Ġh ung", + "ell ing", "b its", - "d ie", - "s pect", - "u a", - "␣a ver", - "␣m ail", + "Ġf irm", + "Ġdec re", + "Ġplan ned", + "Ġn or", + "Ġset tle", + "Ġstand ards", + "ĠE gypt", + "- term", + "Ġh oney", + "Ġal oud", + "Ġpain ting", + "ĠTr ans", + "Ġd im", + "ars h", + "ĠSy stem", + "ĠS T", + "enc ing", + "Ġche c", + "C on", + "e k", + "Ġgen etic", + "Ġeduc ational", + "ul ated", + "Ġpoll ution", + "Ġex cess", + "Ġfac ing", + "ĠA ND", + "Ġ iron", + "Ġocc up", + "um ber", + "as p", + "os en", + "Ġwel come", + "Ġvis ion", + "ĠMar ia", + "Ġpre f", + "Ġsal t", + "Ġnumer ous", + "Ġn erv", + "ĠD NA", + "Q u", + "Ġcare er", + "ail s", + "ĠW ater", + "Ġle gs", + "Ġev olution", + "ess on", + "app y", + "ol ic", + "ĠH i", + "Ġspe ct", + "ĠJ une", + "Ġro ot", + "Ġsh ad", + "Ġhy p", + "por ary", + "Ġproper ties", + "E L", + "i pe", + "et t", + "w hel", + ": //", + "Ġread ers", + "Ġrele ased", + "Ġmove ments", + "ĠGen eral", + "M hm", + "Ġre ducing", + "ĠAl so", + "Ġ ...\\", + "ĠPr ot", + "ĠCoun cil", + "Ġf aces", + "Ġdr inking", + "Ġdoub t", + "an ch", + "Ġhealth care", + "om pl", + "Ġcomm er", + "Ġcompl icated", + "ab ilities", + "ĠEduc ation", + "Ġh ate", + "Ġmill ions", + "Ġentire ly", + "A m", + "Ġal cohol", + "ĠO ct", + "Ġpl astic", + "ĠHarm ony", + "ĠO wl", + "Ġwe aring", + "P er", + "e ath", + "ĠCh urch", + "cri pt", + "ĠB ecause", + "ĠL ou", + "Ġup d", + "Ġs chol", + "g al", + "Ġcircum st", + "Ġsee k", + "Ġfl o", + "ĠB o", + "ag ue", + "e al", + "Ġb ought", + "Ġinf ect", + "C T", + "Ġcop y", + "I M", + "Ġbel oved", + "us ing", + "ĠIs rael", + "Ġn arr", + "? \"Ċ", + "p ret", + "Ġfol ks", + "Ġan cest", + "Ġcons ult", + "Ġexp osure", + "Ġadv ance", + "ĠM al", + "Ġshe l", + "Ġjust ice", + "Ġkeep s", + "i able", + "p en", + "Ġlat est", + "W hich", + "B l", + "Ġh ole", + "Ġt ips", + "Ġv ent", + "Ġadvent ures", + "Ġr at", + "Ġmyster ious", + "- r", + "ĠC ong", + "Ġpartic les", + "Ġcl ou", + "er ves", + "ĠI S", + "up id", + "Ġt un", + "ĠG overn", + "un te", + "Ġinter view", + "Ġworld wide", + "Ġwat ers", + "ĠJapan ese", + "O ver", + "g or", + "Ġbring ing", + ". g", + "Ġsec ure", + "- C", + "Ġpres ence", + "- A", + "Ġpl enty", + "Ġst ro", + "Ġar my", + "Ġfun ctions", + "Ġab ilities", + "Ġauth ors", + "ĠF am", + "Ġexpress ion", + "ĠIntern ational", + "Ġdi abetes", + "Ġob st", + "ger y", + "f ortunately", + "ĠUn ion", + "Ġind ic", + "Ġcollabor ation", + "Ġvis ited", + "Ġsc hed", + "Ġd at", + "Ġter rit", + "ĠA ccording", + "Ġmot ion", + "W ould", + "our s", + "Ġass um", + "Ġpro s", + "Ġinc ome", + "Ġplay ers", + "Ġcarry ing", + "Ġland s", + "Ġsud den", + "Ġestab lish", + "Ġter rible", + "kn ow", + "- old", + "Ġhapp iness", + "Ġclim b", + "m es", + "Ġs pl", + "a is", + "ag ers", + "Ġtechn ologies", + "ĠM at", + "Ġcomp rehens", + "Ġn ations", + "Ġ urban", + "Ġp hen", + "es sel", + "Ġt rib", + "Ġkit chen", + "Ġre b", + "Ġfr ame", + "Ġtw ice", + "Ġappe ars", + "Ġsoci et", + "us ive", + "ĠP al", + "Ġcall s", + "Ġcons id", + "ol f", + "Ġend ed", + "Ġfarm ers", + "Ġstate ment", + "Ġt ub", + "Ġclass es", + "ĠI T", + "Ġinit ially", + "Ġfin ish", + "Ġr ot", + "D es", + "Ġbri ef", + "Not hing", + "ak ers", + "on ic", + "Ġinc l", + "ĠA pril", + "Ġex cellent", + "U T", + "ĠM et", + "b l", + "ĠPh il", + "c ing", + "I R", + "com ing", + "g u", + "et ry", + "Ġany body", + "Ġmass ive", + "Ġperfect ly", + "Ġcreat es", + "ak ed", + "Ġrem ove", + "f ast", + "Ġres ource", + "Ġd er", + "ĠC or", + "ĠO ld", + "Ġcam era", + "ĠJew ish", + "ĠM od", + "Int roduction", + "ber t", + "Ġr hy", + "Ġro ots", + "ĠM ad", + "ot ic", + "Ġart ist", + "ĠS ept", + "d ent", + "Ġmus cles", + "Ġec osystem", + "r ad", + "Ġcomb ined", + "Ġcamp aign", + "be ing", + "Ġtechn ique", + "Ġimp ossible", + "g le", + "Ġele ment", + "Ġob tain", + "Ġstru ck", + "Ġchemical s", + "Ġcl osed", + "Ġanx iety", + "form ation", + "ĠAustral ia", + "Ġwe alth", + "Ġcustom ers", + "Ġcut ting", + "Ġaud ience", + "Ġcreat ure", + "Ġconvers ations", + "ra w", + "Ġgood s", + "Ġus ual", + "Ġaltern ative", + "Ġfor mer", + "rain s", + "Ġvac c", + "Ġb rand", + "Ġinter f", + "ro ad", + "c ast", + "R es", + "Ġconcer n", + "Ġf lying", + "Ġocc urs", + "Ġord inary", + "Ġre duced", + "ĠD ef", + "ĠGree k", + "ir ation", + "Ġcall ing", + "AS A", + "S am", + "Ġdec ades", + "Ġtr ick", + "Ġd ut", + "ĠL aw", + "f ield", + "el ve", + "ĠL a", + "Ġany where", + "re ement", + "\\u ff", + "M ar", + "i en", + "ĠG ot", + "com es", + "het ic", + "Ġadm inist", + "for ce", + "Ġdeg ree", + "Ġd ust", + "ag ues", + "ĠSm ith", + "Ġsustain able", + "ĠA ss", + "Ġsmo ke", + "i at", + "ob er", + "ĠSo ci", + "Ġc ore", + "ĠAs soci", + "Ġl oud", + "Ġhad n", + "I ON", + "Ġro cks", + "Ġp air", + "Ġop ening", + "H er", + "Ġident ified", + "Ġviol ence", + "Ġt ro", + "ĠG et", + "Ġstre ets", + "Ġstrugg le", + "Exc use", + "ĠC om", + "Ġfa ult", + "ĠAug ust", + "f ound", + "Ġconcer ned", + "Ġun iverse", + "Ġd ial", + "id a", + "ot y", + "U S", + "at ically", + "Ġm m", + "Ġinvol ving", + "Ġenjoy ing", + "Ġcomm it", + "at o", + "Ġb one", + "se mb", + "Ġg ained", + "ĠBrit ain", + "Ġr ac", + "Ġdis hes", + "Ġoff ering", + "Ġs ixt", + "Ġtrans fer", + "Ġgener ation", + "Ġengine ering", + "un ny", + "Ġfriends hip", + "w hich", + "ĠR el", + "Ġv essel", + "P S", + "pl ace", + "Ġexcited ly", + "Ġse ed", + "ĠIn ter", + "Ġcoun ter", + "un ning", + "Ġother wise", + "Ġsu c", + "Ġch osen", + "eel ing", + "Ġsurv ive", + "itt ee", + "Ġcrow d", + "ĠIn c", + "Ġlo ad", + "ĠMexic o", + "ate ll", + "Ġdescri be", + "Ġmus e", + "O S", + "Ġm ax", + "Ġmix ed", + "ĠL ook", + "by e", + "Ġh ang", + "Ġyoung er", + "ĠIs land", + "Ġg al", + "ious ly", + "Ġsk ill", + "Ġfair ly", + "Ġde li", + "ĠF in", + "Ġimpro ved", + "ĠBe fore", + "u ke", + "Ġdis ag", + "Ġdis order", + "ut ing", + "Ġf ederal", + "ĠO b", + "Ġmount ain", + "Ġphilos op", + "Ġsc at", + "Ġhundred s", + "Ġcurrent ly", + "Ġp ond", + "Ġso le", + "Ġset s", + "Ġaffect s", + "S e", + "ĠFr ank", + "Ġsec rets", + "ĠEm ily", + "gg ed", + "Ġenjoy ed", + "Ġcircumst ances", + "Ġh orses", + "ll iant", + "p ic", + "Ġn obody", + "Ġheart s", + "n ic", + "it is", + "Ġcap ac", + "ĠC r", + "Ġt ur", + "T immy", + "Ġh ide", + "== ==", + "os a", + "Ġne ck", + "M om", + "st e", + "Ġstud ied", + "omet hing", + "Ġsol ving", + "y a", + "Ġhe s", + "Ġmot iv", + "ĠJu ly", + "Ġadv oc", + "Ġt ick", + "Ġth read", + "Ġapprox imately", + "it ors", + "Ġdeterm ination", + "os h", + "Ġa id", + "Ġb es", + "Ġscient ist", + "e g", + "Ġrele vant", + "V E", + "Ġperspect ive", + "ĠSim ilar", + "Ġclou ds", + "Ġem pt", + "Ġsa v", + "Ġsp r", + "Ġsim pl", + "Ġent ered", + "ipp ing", + "ĠCon f", + "Ġs orts", + "Ġmy st", + "Ġh all", + "Ġnutri ents", + "Ġli es", + "Ġam b", + "v is", + "Ġs le", + "Ġl osing", + "ĠH en", + "art s", + "Ġacc ompl", + "Ġremind ed", + "Ġdeg rees", + "k in", + "Ġnove l", + "ph one", + "Ġem issions", + "Ġro les", + "Ġbre ast", + "ĠV ir", + "Ġcons ervation", + "Ġc ere", + "ri an", + "Ġover whel", + "ce nd", + "Ġtal es", + "f riend", + "Ġbl ocks", + "Ġappl ied", + "d o", + "or g", + "ĠW estern", + "Ġch ose", + "Ġmist ake", + "y n", + "Ġlay er", + "r ition", + "ĠO K", + "ci pl", + "ĠT ex", + "ac les", + "ro s", + "tern al", + "Ġv ot", + "ent h", + "Ġfor th", + "ĠMay a", + "M ore", + "ic king", + "Ġcro ps", + "Ġse at", + "iv eness", + "Ġch air", + "Ġpo ly", + "ĠEn vironment", + "Ġde liver", + "E n", + "Ġc ards", + "Ġstat us", + "Ġshar p", + "Ġv ary", + "Ġc ooper", + "Ġbas is", + "Ġabs orb", + "om a", + "ĠU p", + "Ġcr is", + "Ġprop osed", + "Ġharm ful", + "Ġast ron", + "ĠSo cial", + "or age", + "e ge", + "g l", + "ĠS uddenly", + "Ġappear ance", + "i ar", + "i ance", + "Ġbud get", + "f all", + "Ġra ise", + "ĠP eter", + "Ġhop ing", + "ĠCap tain", + "Ġfl ower", + "ĠM iddle", + "om ic", + "Ġforest s", + "ion ally", + "Ġto x", + "Ġhas n", + "ow ed", + "Ġf ert", + "Ġmost ly", + "nt he", + "\\\" ,", + "Ġdesign s", + "Ġaccur ate", + "Ġp ig", "en a", - "␣for ced", - "ent al", - "␣T y", - "ick ed", - "nG od", - "nP l", - "␣lead ing", - "f ess", - "r ant", - "␣b al", - "␣me al", - "␣wh ist", - "um an", - "␣sp osta", - "␣tr oops", - "␣blood y", - "I A", - "t les", - "␣f ishing", - "al ing", - "␣an cient", - "if le", - "␣man ager", - "␣wr iter", - "␣rem ind", - "␣sc rat", - "␣carry ing", - "␣slight ly", - "␣Mex ico", - "␣blank et", - "␣Beck y", - "p re", - "u f", - "at ory", - "ic ans", - "st ood", - "add er", - "␣As ian", - "␣cray ons", - "␣scar cely", - "␣Luc y", - "␣env ironment", - "␣a ward", - "it i", - "ill ed", + "ĠS qu", + "ĠAs ia", + "ĠM ia", + "ĠB ra", + "ĠPro gram", + "ĠT wo", + "Ġconcent r", + "Ġch at", + "Ġdy nam", + "Ġextreme ly", + "y les", + "Ġmar vel", + "Ġb oo", + "Ġdefin itely", + "Ġreve aled", + "Ġph r", + "ĠJ our", + "ĠIt s", + "ens ity", + "th s", + "ps on", + "ĠSt e", + "Ġdeal ing", + "Ġregular ly", + "Ġwond ering", + "Ġang ry", + "Ġfew er", + "Ġpop ulations", + "Ġphot ograph", + "ens es", + "ĠM ount", + "Ġli ked", + "Ġprotect ing", + "Ġm al", + "er ation", + "Ġorgan ized", + "Ġn est", + "ad y", + "P h", + "Ġco zy", + "Ġprom ised", + "Ġwr it", + "Ġinstruct ions", + "Ġsubject s", + "w ith", + "os ite", + "el f", + "res p", + "ĠAn n", + "Ġc her", + "Ġp ush", + "c ause", + "ĠS ir", + "ĠWill iam", + "ĠHarmony ville", + "a way", + "Ġgu ard", + "Ġt ap", + "at ural", + "Ġcr ime", + "Ġmus cle", + "Ġvol unte", + "- e", + "Ġamount s", + "Ġb ath", + "Ġguid elines", + "ĠEm p", + "if ts", + "Ġ id", + "Ġun like", + "Ġri vers", + "Ġbirth day", + "Ġprofession als", + "ĠPl an", + "Ġobs erved", + "Ġben eath", + "Ġresist ance", + "L esson", + "ang ers", + "Ġco al", + "Ġst upid", + "Ġann ual", + "V ery", + "ify ing", + "ĠD ec", + "Ġth row", + "Ġconst ant", + "ĠO N", + "Ġun less", + "ar row", + "Ġpr ices", + "Ġphen omen", + "ĠS und", + "Pe ople", + "\\ \\", + "or a", + "Ġcompet ition", + "AN D", + "Ġpro ve", + "Ġsh oes", + "R O", + "Ġint ric", + "Ġcommon ly", + "tt p", + "ĠC O", + "ar ation", + "Ġhe ight", + "ap y", + "Ġtiss ue", + "Ġfocus ing", + "Ġm as", + "Ġmin or", + "ĠO ff", + "Ġfor ced", + "Ġint roduce", + "Th rough", + "u ate", + "ĠB illy", + "oo sing", + "Ġf oss", + "c hers", + "Ġg all", + "Ġal t", + "Ġdr am", + "Ġdist rict", + "Ġb ones", + "Ġse vent", + "Ġrem ark", + "Ġmot or", + "em ents", + "Ġexpl an", + "ĠB as", + "um n", + "ce mber", + "Ġharm ony", + "Ġbreat hing", + "' T", + "Ġbri lliant", + "Ġsurpr ised", + "Ġed ge", + "Ġimpro ving", + "b al", + "Ġsafe ly", + "Ġnuc lear", + "ul s", + "Ġobs erv", + "end ing", + "Ġant i", + "Ġdocum ents", + "Ġmount ains", + "ĠT ime", + "Ġtrad ition", + "Ġout comes", + "Ġhouse hold", + "ĠS er", + "Ġevery day", + "oc al", + "Ġgra v", + "ĠWh ite", + "Ġnerv ous", + "Ġconsid ering", + "Ġd u", + "Ġexp ensive", + "Ġh at", + "Ġw est", + "ĠP et", + "Ġg iant", + "or king", + "Ġp ound", + "Ġdis h", + "Ġsur vey", + "Ġesc ape", + "- day", + "Ġrepres ents", + "D ad", + "Ġp apers", + "Ġs en", + "Ġk iss", + "ĠLat in", + "u nder", + "op y", + "Ġwild life", + "ĠSo on", + "ed ing", + "Ġorgan ic", + "Ġadvant age", + "ild ing", + "Ġmov ies", + "Ġw ine", + "con t", + "Ġoccur red", + "ĠS ol", + "Ġbehavi ors", + "ĠF ore", + ") :", + "ĠTh ose", + "Ġdirect or", + "Ġg ro", + "is l", + "ĠA h", + "i j", + "Ġf ool", + "ĠA v", + "Ġsou l", + "Ġcharacter istics", + "Ġman aging", + "Ġm er", + "ĠEm ma", + "Ġs ample", + "Ġdiscuss ed", + "ĠW r", + "Ġfl ight", + "Ġf lex", + "Ġno ise", + "Ġpl ot", + "Ġposs ibly", + "ĠSept ember", + "Ġpay ing", + "Ġimm une", + "ĠRuss ia", + "Ġl it", + "Ġher itage", + "Ġpart ies", + "ĠPar is", + "Ġsupp lies", + "Ġbe ings", + "Ġcred it", + "Ġhard er", + "Ġfas h", + "Ġv ul", + "A ccording", + "ĠTh ank", + "G od", + "L D", + "ĠB el", + "v an", + "ĠF ood", + "Ġinter pret", + "viron ments", + "E M", + "ĠP ort", + "Ġalong side", + "ocol ate", + "-- -\\", + "z en", + "Ġcont em", + "ĠRe v", + "Ġnic he", + "Ġbeg ins", + "Ġliqu id", + "ĠTex as", + "R I", + "Ġn urs", + "Ġapp oint", + "Ġrev olution", + "ĠN ove", + "a ult", + "Ġconf idence", + "Ġsp ark", + "Ġmax im", + "Ġeff icient", + "Ġbre aking", + "go ing", + "ĠH y", + "Ġsent ence", + "ĠU N", + "Ġdep ression", + "P A", + "r ome", + "Ġse lling", + "Ġne ither", + "Ġbrain s", + "ĠAdd itionally", + "G reat", + "- th", + ". )", + "\\\" .\\", + "Ġpass ing", + "Ġstand s", + "ĠExc ited", + "ĠJan uary", + "c her", + "Ġcap able", + "ĠCon st", + "Ġc art", + "Ġf est", + "Ġent ertain", + "Ġl ying", + "L ast", + "Ġcount less", + "U N", + "ass ion", + "Ġdisappoint ed", + "ĠM use", + "Ġspirit ual", + "Ġfor ty", + "ig ration", + "ĠJ ane", + "ĠM el", + "Ġro ll", + "Ġun ivers", + "Ġrad iation", + "Ġch a", + "y c", + "Ġbe ll", + "Ġha bits", + "ĠP en", + "Ġequ ally", + "g on", + "ĠIntern et", + "Th ose", + "Ġimp ress", + "Ġgen es", + "Ġmo ves", + "Ġemerg ency", + "s hip", + "Ġstreng then", + "Ġart icles", + "ĠT ra", + "C E", + "as ant", + "rel ated", + "an es", + "ic ians", + "Ġf av", + "Ġarr ange", + "Ġexch ange", + "Ġmist akes", + "ĠP ac", + "Ġpow ers", + "S p", + "Ġag es", + "W as", + "ĠS l", + "Ġsuggest s", + "Ġmult i", + "Ġl un", + "Ġconflict s", + "in ations", + "ed ia", + "ĠF eb", + "Ġp ra", "ri a", - "ish ment", - "aw s", - "␣team s", - "␣sign ed", - "a e", - "␣t our", - "␣f oc", - "ent h", - "ce an", - "␣P et", - "␣L os", - "nH er", - "␣cr ash", - "␣keep s", - "␣appre ci", - "␣avail able", - "k er", - "l or", - "␣S l", - "␣but t", - "␣ele cted", - "␣six ty", - "␣success ful", - "␣cop y", - "look ing", - "al ed", - "ack s", - "␣U rs", - "␣St an", - "␣pull s", - "␣exc it", - "␣Pe ople", - "␣soft ly", - "␣Russ ian", - "p an", - "␣b i", - "␣c ute", - "␣p our", - "␣p sych", - "␣st ro", - "␣al t", - "␣act ing", - "␣knock ed", - "␣hol iday", - "␣Jenn ie", - "f a", - "␣st re", - "␣S im", - "il ian", - "␣know ledge", - "ul ous", - "␣E very", - "␣v essel", - "fort un", - "␣airpl ane", - "P oss", - "ot ion", - "␣M Y", - "␣A h", - "␣ex cellent", - "be y", - "␣Ch inese", - "␣train ing", - "␣Roy al", - "uten ant", - "g en", - "␣f ancy", - "␣p ow", - "␣he aven", - "␣A N", - "␣H y", - "␣tr ade", - "␣other wise", - "␣sil ent", - "iet y", - "nU m", - "ed s", - "ell a", - "␣pl ants", - "nB ye", - "av ing", - "␣dra gon", - "␣dec ide", - "␣forgot ten", - "␣determ ined", - "r ance", - "␣b ike", - "␣f ought", - "␣r om", - "␣S ummer", - "␣C rom", - "␣as soci", - "␣R og", - "␣af ford", - "␣thr owing", - "tain ed", - "␣real ize", - "␣g ently", - "␣M ike", - "ro st", - "␣H E", - "␣G O", - "␣cl ap", - "␣am azing", - "␣doll s", - "␣suggest ed", - "␣et c", - "ha b", - "␣b are", - "␣d ise", - "␣A lden", - "␣j igs", - "␣J ew", - "␣us es", - "␣ext reme", - "␣hang ing", - "G E", - "a a", - "f ly", - "␣c red", - "␣h omes", - "et ch", - "␣S and", - "␣go al", - "␣pres ence", - "nK eep", - "␣bur st", - "␣Can ad", - "␣ord ers", - "␣mem ory", - "␣Coll ege", - "un s", - "␣tr actor", - "␣rel ated", - "␣Ger ald", - "t r", - "␣f ond", - "␣sa f", - "␣L ab", - "␣Fr anc", - "␣feel ings", - "␣stop s", - "␣resp onse", - "␣offe red", - "b ook", - "␣the e", - "␣d er", - "␣l ake", + "Ġmar riage", + "Ġpoint ed", + "Ġpl ate", + "Ġac know", + "Ġcomp ar", + "Ġfash ion", + "Ġfil es", + "M ost", + "Ġcoll ected", + "at oes", + "ar ge", + "Ġgreat est", + "u ce", + "Ġt ip", + "Ġwond ers", + "Ġte en", + "Ġreact ion", + ".' \\", + "M any", + "Ġresult ing", + "ER E", + "Ġch ann", + "Ġhig hest", + "il a", + "ĠK ore", + "Ġindust rial", + "Ġincre ases", + "- M", + "m it", + "Ġfl av", + "ĠThom as", + "and a", + "Ġs ke", + "Ġcom ment", + "Ġsing ing", + "Ġfl our", + "Ġsupport ing", + "Ġpolit ics", + "Ġen vironments", + "Ġrequ est", + "Ġhon or", + "Ġm ood", + "ĠB i", + "Ġstrateg y", + "ĠS al", + "out s", + "ĠN or", + "re ate", + "Ġlay ers", + "Ġfact or", + "Ġt um", + "Ġcolle agues", + "Ġown ers", + "Ġrequire ments", + "b or", + "Ġpromot ing", + "S ince", + "Ġdo ors", + "as tern", + "Ġsh ips", + "Ġbr idge", + "Ġoper ations", + ". C", + "Ġpart ner", + "Ġassist ance", + "ĠFr anc", + "u ge", + "it z", + "Ġclot hing", + "ĠSp ace", + "Ġparticip ants", + "T HE", + "Ġenh ance", + "Ġnin et", + "Ġcont rast", + "Ġprep aring", + "Ġtal e", + "Ġmiss ed", + "Ġfrequ ently", + "ac he", + "Ġtransport ation", + "' .", + "Ġw id", + "ob b", + "Ġyou th", + "ĠS cient", + "Ġnat urally", + "Al though", + "or ter", + "ĠCh ildren", + "- like", + "ate ful", + "Ġsur gery", + "ut en", + "Ġrest aur", + "- B", + "T r", + "ĠR ight", + "ic ked", + "Ġsa ved", + "ri e", + "Ġn ose", + "ĠDo es", + "Ġnew found", + "Ġ :", + "ĠC ome", + "T S", + "T oday", + "cept ion", + "ens ions", + "ĠOct ober", + "Ġth inks", + "Ġth orough", + "le an", + "ĠO liver", + "am ps", + "it a", + "Ġsign al", + "- re", + "Ġut il", + "Ġsurpr ising", + "ĠStud ents", + "Ġdro pped", + "Ġlandsc ape", + "Ġun its", + "N ew", + "ĠR ome", + "h and", + "Ġv an", + "Ġindepend ent", + "ny ou", + "Ġintern et", + "Ġrapid ly", + "Ġblood y", + "ic ul", + "Ġch ief", + "ĠSoci ety", + "Ġbl ind", + "Ġse m", + "Ġapp arent", + "ruct ure", + "Ġteam s", + "ĠN ASA", + "Ġis ol", + "Ġconsum ption", + "Ġcelebr ate", + "Ġnews p", + "Ġempt y", + "Ġo ption", + "ĠSt reet", + "app ing", + "ĠM ac", + "ru ary", + "ĠT w", + "Ġin ner", + "ĠA ir", + "Ġres idents", + "Ġbl o", + "Ġinj ury", + "ĠB et", + "L A", + "Ġpot entially", + "C he", + "\\ nd", + "ĠY et", + "ĠColl ege", + "ar io", + "Ġ* \\", + "ĠSimilar ly", + "Ġco ord", + "Ġcy cle", + "Ġchick en", + "s he", + "Ġroad s", + "ĠM other", + "Ġfall ing", + "ĠComm on", + "ĠTom my", + "Ġend s", + "Ġdiv ided", + "Ġweap ons", + "E m", + "Ġcontin ues", + "ogn itive", + "Ġbab ies", + "Ġdisc rim", + "Ġc ab", + "ff ect", + "ang es", + "Ġabs olutely", + "Ġmajor ity", + "oo gle", + "Ġcont aining", + "ĠIs lam", + "ĠMuse um", + "ĠSu pp", + "p y", + "Ġt ape", + "Ġinnov ative", + "ĠM ag", + "Ġlab el", + "Ġs atell", + "ol ving", + "ĠB E", + "ĠCong ress", + "ĠM s", + "ful ness", + "ĠAr ch", + "ĠD et", + "C ould", + "Ġtw elve", + "Ġ ought", + "ĠM a", + "ci p", + "pt ions", + "Ġtreat ments", + "Ġview s", + "Ġbar ri", + "ĠWe b", + "Ġembr acing", + "Ġvisit ors", + "ĠT im", + "Ġm ort", + "Ġg reet", + "On ly", + "ĠChar les", + "anc hes", + "Ġsymbol s", + "Ġdistrib ution", + "Ġencoun ter", + "r ors", + "ag o", + "ĠO ut", + "Ġpsych ology", + "Ġsign als", + "Ġsecond s", + "Ġad ap", + "Ġcapt ure", + "Ġt it", + "Ġfl ag", + "ĠA D", + "Ġwarm ly", + "Ġrelative ly", + "Ġrout ine", + "Ġens ures", + "p are", + "ĠRob ert", + "Ġveh icle", + "omed ay", + "l im", + "Ġprec ise", + "Ġst uck", + "Ġst im", + "ĠThom pson", + "Ġst orage", + "Ġwill ing", + "Ġintellig ence", + "Ġle af", + "Ġact s", + "Ġdec or", + "uff fd", + "ĠH IV", + "Ġinv ited", + "Ġvirt ual", + "Ġoper ation", + "Ġw ire", + "Ġvul ner", + "\\uff fd", + "st on", + "Ġu pper", + "Ġrest rict", + "Ġinform ed", + "Ġf ancy", + "Ġperiod s", + "m ark", + "Ġw ave", + "t ical", + "ĠW he", + "ĠC are", + "ĠAssoci ation", + "ĠDe cember", + "ox ide", + "Ġfail ure", + "k i", + "es c", + "ĠAn ge", + "Ġdiscuss ions", + "Ġsmooth ly", + "Ġcapac ity", + "Ġencoura ged", + "Ġinst all", + "Ġshow c", + "Ġoffic er", + "ĠW H", + "ĠMich ael", + "Ġre aching", + "ĠSund ay", + "Ġpo ver", + "ou nce", + "Ġdis orders", + "Ġro se", + "riend ly", + "ĠS ch", + "al ian", + "Ġe ast", + "Ġacadem ic", + "Ġpover ty", + "Ġmon it", + "Ġopin ion", + "Ġobvious ly", + "W H", + "U R", + "Ab out", + "- le", + "Ġc ourage", + "Ġinstrum ents", + "w ing", + "ĠAt l", + "Ġm ent", + "ĠD el", + "Ġcommer cial", + "ĠA rab", + "ĠJ o", + "Ġrefer red", + "hes is", + "ust ration", + "S c", + "Ġintric ate", + "S ometimes", "ad o", - "␣r at", - "␣ar range", - "␣K e", - "pl ace", - "ult an", - "␣shop ping", - "␣relations hip", - "␣Chic ago", - "␣b in", - "␣A T", - "␣up set", + "Ġli ber", + "Ġeng aged", + "Ġveh icles", + "au gh", + "Ġbu ying", + "Ġin put", + "Ġk il", + "Ġra nd", + "Ġfab ric", + "Ġneighb ors", + "Ġconduct ed", + "Ġgovern ments", + "Ġa th", + "Ġv ote", + "C os", + "ul um", + "Ġorig in", + "I nd", + "Ġh orm", + "l ers", + "Ġ rom", + "Ġs outhern", + "Ġb oss", + "om ach", + "Ġche st", + "ĠRich ard", + "A lex", + "it utions", + "ce l", + "Ġdepend s", + "l ings", + "ĠU s", + "ĠE v", + "Ġcry st", + "Ġcre w", + "Ġwide ly", + "Ġsignific ance", + "et te", + "Ġn orthern", + "ĠC ath", + "Ġer a", + "Ġrecomm ended", + "Ġrecogn ized", + "ol t", + "Ġexist ence", "um ents", - "act ion", - "␣thr own", - "␣tur tle", - "␣pal ace", - "␣m ate", - "␣bar n", - "␣y ay", - "␣g ang", - "␣re lease", - "␣A www", - "␣de but", - "ol s", - "ol ars", - "␣sp orts", - "cc ording", - "nJ ohn", - "␣kind s", - "␣aw are", - "␣resp ond", - "␣p red", - "␣M ur", - "␣M ore", - "␣M onday", - "um n", - "␣L at", - "iz za", - "␣requ ire", - "␣recogn ized", - "e ff", - "g ent", - "p en", - "v i", - "il a", - "␣D ay", - "␣great est", - "ES S", - "␣doll y", - "␣govern or", - "␣micro phone", - "lah oma", - "is ions", - "␣se es", - "␣so cks", - "␣D ick", - "␣J er", - "␣J ess", - "␣should ers", - "␣fl ight", - "␣eight een", - "aj est", - "␣Col onel", - "␣Olymp ics", - "␣W ashington", - "␣F enn", - "nB r", - "nE d", - "␣str anger", - "␣frog s", - "f all", - "w ith", - "␣a ye", - "␣n arrow", - "␣M o", + "ĠPac ific", + "ĠCent ral", + "Ġf ought", + "se y", + "Ġelect rical", + "ĠA p", + "Ġgen e", + "Ġsens itive", + "Ġcapt iv", + "Ġg ift", + "ĠDis c", + "Ġgather ing", + "if orm", + "Ġr ice", + "ad d", + "Ġbl ank", + "as ures", + "Ġwee ke", + "Ġar rest", + "ograph ic", + "Ġlink ed", + "ĠHen ry", + "Ġchild hood", + "Ġpract ical", + "- on", + "g hed", + "Ġeld er", + "E A", + "Ġb ul", + "ĠA ny", + "ĠC ivil", + "ĠB er", + "ĠC am", + "og en", + "Ġtravel ing", + "ict or", + "r ics", + "Ġsal es", + "Ġsuc ceed", + "ĠD i", + "Ġtreat ing", + "al le", + "Ġexper iments", + "ol ve", + "ĠI dent", + "Ġst ead", + "Ġant ib", + "Ġdat ab", + "Ġun ity", + "Ġconf used", + "Ġdetail ed", + "Ġintern al", + "am n", + "ant ing", + "Ġlo ves", + "Ġc ash", + "Ġfing er", + "Ġnavig ate", + "R emember", + "Ġact ing", + "Ġrem o", + "p oint", + "Ġrob ot", + "Ġl ic", + "un ction", + "Ġworks h", + "ik i", + "Ġble nd", + "Ġaffect ing", + "Ġmar ine", + "in i", + "Ġjo int", + "Ġgra b", + "Ġcomb ination", + "O oh", + "Ġrhy th", + "ut s", + "Ġsc ar", + "Ġobs erving", + "on ed", + "Ġide al", + "Ġphot os", + "our t", + "Ġint ense", + "ĠSc ot", + "ag on", + "Ġrem oved", + "Ġhead s", + "Ġsuff ering", + "ur se", + "Ġexerc ises", + "K eep", + "- D", + "ĠB ible", + "Ġro of", + "Ġdist urb", + "Ġschol ars", + "rou p", + "ren ce", + "ĠAm ong", + "Ġrand om", + "Ġst ones", + "Ġeager ly", + "ĠVir gin", + "Ġown er", + "Ġbig gest", + "Ġpresent ation", + "Ġs omeday", + "Ġrem ote", + "I m", + "ig hed", + "Ġre in", + "ĠS ub", + "ĠNove mber", + "cri ption", + "Ġeng aging", + "Ġprote ins", + "angu age", + "I GH", + "Ġinc hes", + "Ġbreak fast", + "Ġthem es", + "Ġhes it", + "Ġso d", + "Ġmo ist", + "Ġexp osed", + "Ġdef ined", + "Ġvide os", + "Ġgr ade", + "Ġdeb ate", + "Ġparticip ate", + "he nt", + "Ġe ars", + "Ġsp in", + "g a", + "Ġplan e", + "Ġem ail", + "Ġtri gg", + "Ġenem y", + "Ġch ocolate", + "Ġult imately", + "Ġform ing", + "are t", + "Ġwind ows", + "id ers", + "O D", + "k ins", + "Ġconcl usion", + "- and", + "ĠAn other", + "ll a", + "ĠSe a", + "Ġmed ium", + "Ġel im", + "Ġregard less", + "Ġsw itch", + "Ġ** \\", + "Ġseem ingly", + "Ġluck y", + "A d", + "ĠB ay", + "Ġdi am", + "n it", + "ĠL ake", + "Ġinnov ation", + "cer tain", + "Ġch oosing", + "ĠSt r", + "p a", + "anc er", + "own ed", + "ĠI r", + "Ġbe ach", + "um es", + "Ġsurround ed", + "Ġcomprehens ive", + "Ġlaw y", + "Ġle an", + "m et", + "ĠTh ough", + "oh n", + "Al right", + "Ġrun s", + "Ġsuit able", + "M an", + "Ġp il", + "Ġmyst ery", + "Ġint ended", + "Ġsc ri", + "Ġcust oms", + "Ġaccept ed", + "is ters", + "ĠF ound", + "ĠP ri", + "ĠQue en", + "Ġcomple ted", + "Ġtri al", + "ĠI re", + "z ed", + "Ġp ed", + "P ut", + "hy d", + "Ġimpact s", + "ĠM il", + "Ġp in", + "Ġcr im", + "Ġexpect ations", + "Ġc ried", + "Ġmar ked", + "Ġmur der", + "Ġrem aining", + "arm ing", + "Ġmus ical", + "Ġin hab", + "Ġprim arily", + "Ġcle ver", + "ĠCons ider", + "Ġmolec ules", + "Ġstre am", + "Ġsatis f", + "ĠD ist", + "Ġauthor ity", + "ĠAb out", + "Ġpers ist", + "ĠP ublic", + "Ġsurv ival", + "ĠN ature", + "g ent", + "ro ll", + "Ġpres erving", + "ĠH uman", + "ĠOr gan", + "Ġinn oc", + "l ines", + "ĠP ract", + "Ġinj uries", + "Ġhung ry", + "Ġnew ly", + "Ġheav ily", + "Ġover l", + "Ġburn ing", + "ĠServ ice", + "Ġplay er", + "Ġl aid", + "ĠJ ul", + "Ġsess ions", + "Ġw ound", + "ĠCar ol", + "R ead", + "Ġc ow", + "ad ing", + "- n", + "\\\" .", + "ĠU K", + "Ġconnect ing", + "ĠJ im", + "p an", + "al a", + "Ġann ounced", + "Ġst omach", + "Ġins urance", + "Ġvol ume", + "ish ment", + "Mr s", + "ĠRep ublic", + "Ġso cc", + "Ġy ield", + "av a", + "Ġcir cle", + "Ġl aughter", + "Ġcon ver", + "ĠW ind", + "ast y", + "Ġdoll ars", + "Ġp ool", + "Ġsocc er", + "ar ling", + "r ons", + "Ġsh out", + "Ġstr ict", + "-t ime", + "ĠMed ic", + "ĠRuss ian", + "Ġdep th", + "Ġser ving", + "Ġreg ulations", + "ic ial", + "ac le", + "Ġacc omp", + "cul iar", + "Ġperm ission", + "ĠM ars", + "ĠPro ject", + "Ġeffici ency", + "re te", + "ur day", + "Ġpurp oses", + "Ġn arrow", + "Ġch ronic", + "f ather", + "Ġst yles", + "Ġal ign", + "Ġbr anches", + "Ġo dd", + "us es", + "ĠH aw", + "Ġcl oud", + "Ġf old", + "pe red", + "Ġpe culiar", + "Ġref erence", + "m other", + "ĠB ill", + "Ġfl avor", + "Ġart s", + "Ġstrugg ling", + "Ġlau ghed", + "Ġopp osite", + "ou red", + "ad ed", + "Ġfoll ows", + "rol og", + "Ġinsect s", + "Ġag reement", + "Ġcrit ic", + "Ġp ure", + "ĠLou is", + "orm al", + "P re", + "ĠN ative", + ". D", + "Ġra il", + "ĠSec ond", + "Ġbas ket", + "Ġsupport ed", + "in ent", + "Ġhabit at", + "ond ay", + "Ġgold en", + "T e", + "Ġking dom", + "os al", + "Ġal ike", + "ĠF ather", + "Ġappro aches", + "w orth", + "Ġch ain", + "Ġun known", + "Ġspread ing", + "Ġestim ated", + "edd ing", + "ĠFeb ruary", + "Ġsy n", + "Ġscri pt", + "Ġdra wn", + "ĠC ult", + "ĠT est", + "ĠR ef", + "Ġbat t", + "Ġreact ions", + "-l ife", + "ĠAn na", + "N ever", + "am ental", + ". )\\", + "i ate", + "Ġhe y", + "ĠS et", + "Ġman ner", + "ĠS af", + "ch o", + "ĠD O", + "Ġra w", + "Ġfing ers", + "Ġbound aries", + "Ġdem ocr", + "ĠChar lie", + "Ġfail ed", + "Ġsuff er", + "\\n y", + "on a", + "S ir", + "ĠL and", + "Ġcons cious", + "Ġs amples", + "n el", + "resp ond", + "ĠDes ign", + "ĠP ower", + "Ġnecess arily", + "Ġopin ions", + "B ack", + "ĠB at", + "Ġanaly ze", + "n ect", + "Ġemb ark", + "Ġli kes", + "Ġappreci ation", + "Ġle mon", + "Ġhor iz", + "Ġincreasing ly", + "Ġconsist ent", + "Ġt ack", + "Ġprocess ing", + "Ġt ut", + "Ġsleep ing", + "Ġm aps", + "og ue", + "Ġdis aster", + "Ġord ers", + "er ate", + "Ġre ly", + "it able", + "u ine", + "Ġdep artment", + "Ġpro ducing", + "o ch", + "il it", + "Ġhol iday", + "n w", + "um ps", + "Ġbl ow", + "Ġsc ary", + "Ġvis ible", + "Ġoper ating", + "Ġfascin ated", + "ĠIt aly", + "ĠD an", + "aw s", + "age ment", + "Ġf al", + "ĠL ong", + "Ġbre aks", + "Ġsa ving", + "Ġm a", + "ar ry", + "Ġit em", + "k er", + "p ie", + "Ġcr ack", + "Ġassess ment", + "Ġl ake", + "ĠD em", + "Ġb other", + "ific ial", + "Me anwhile", + "Ġsett ings", + "u is", + "G ot", + "Ġn an", + "Ġwhe el", + "Ġpull ed", + "ar ant", + "um a", + "Ġun cle", + "Ġple asure", + "Ġremark able", + "ir rel", + "ac her", + "Ġmain ly", + "Ġstore s", + "Ġra b", + "Ġaccount s", + "Ġmar ry", + "rodu ct", + "Ġagricult ure", + "ro at", + "Ġjud ge", + "Ġsa il", + "Ġmuse um", + "z a", + "Th ree", + "Ġswim ming", + "P r", + "Ġpl us", + "Ġarchitect ure", + "Ġs in", + "Ġf an", + "Ġcollect ing", + "g i", + "ount ered", + "Ġengine ers", + "Ġh ttp", + "Ġcoun cil", + "Ġnet works", + "Ġwe ird", + "ĠH ol", + "Ġprevious ly", + "T om", + "nd rome", + "Ġt itle", + "Ġd ancing", + "Ġbag s", + "Ġbot tle", + "ĠDevelop ment", + "Ġenc ountered", + "ĠFl or", + "ian a", + "Ġprot ected", + "Ġfix ed", + "ĠSc ott", + "ĠJ ud", + "Ġreal izing", + "ĠUn fortunately", + "Ġche ese", + "Ġtyp ical", + "Ġleg isl", + "Ġwas h", + "Ġnorm ally", + "F eeling", + "el ess", + "Ġarg ument", + "Ġofficial s", + "ĠW ild", + "Ġatt acks", + "ap es", + "om in", + "w in", + "vent ional", + "Ġhot el", + "ĠJ oe", + "Ġav o", + "Ġconc lud", + "Ġhar vest", + "Ġst ock", + "Ġqu arter", + "Ġemploy ees", + "u ct", + "ot a", + "um in", + "Ġle ge", "ur ry", - "ul ations", - "␣ex erc", - "␣part ner", - "nF uck", - "␣thought s", - "␣quiet ly", - "␣nurs ery", - "␣excit ement", - "n or", - "␣f ox", - "␣B est", - "␣Ar k", - "␣val ue", - "d own", - "n but", - "ha h", - "␣f urn", - "␣n orthern", - "␣M ount", - "␣D uring", - "␣de ck", - "␣every where", - "␣V ictor", - "␣show ing", - "␣Ar ab", - "␣lar ger", - "␣Sp ain", - "␣Charl otte", - "␣y ummy", - "␣m or", - "ing u", + "Ġsearch ing", + "n ie", + "ĠJ er", + "Ġpre m", + "Ġinteract ions", + "ĠBr own", + "ĠLear ning", + "Ġwebs ites", + "Ġto oth", + "ĠK en", + "Ġexam ine", + "Ġprogram ming", + "u gg", + "Ġsmo king", + "Ġpeace ful", + "ĠW ork", + "Ġsub s", + "ĠF red", + ". org", + "Ġw ake", + "ric ulum", + "Ġinst itutions", + "Ġt ables", + "ic ian", + "Ġcl ient", + "Ġexplore d", + "Ġdis m", + "ĠY ear", + "Ex ample", + "Ġneg ot", + "ow ers", + "Ġwarm ing", + "Ġclean ing", + "ĠH all", + "Ġ ]", + "f ish", + "Ġsh iny", + "- ups", + "Ġp ock", + "ĠC urious", + "ĠG old", + "Ġperform ed", + "EN T", + "L ittle", + "ĠM E", + "ere nt", + "Ġfeed back", + "ant a", + "Ġcomp assion", + "Ġgen uine", + "Ġprom pt", + "m ates", + "ĠN av", + "Ġreg ional", + "Ġsett led", + "Ġlaugh ing", + "ĠG oogle", + "Ġbr anch", + "Ġphys ics", + "- F", + "Ġv oices", + "Ġrel ief", + "ĠFr iday", + "ĠEn ergy", + "ĠM ont", + "Ġrecord ed", + "Ġbl og", + "Ġrespond ed", + "n is", + "ww w", + "K E", + "Ġdes ire", + "ĠSp ain", + "Ġb ike", + "ill a", + "Ġhold s", + ") .\"Ċ", + "Ġover come", + "ĠJew s", + "Ġmanufact ure", + "ĠSt and", + "Ġsy nt", + "ĠEvery one", + "as hed", + "Ġun iversity", + "Ġtot ally", + "Ġdis s", + "ĠEmp ire", + "Ġm um", + "b les", + "Ġas ide", + "Ġele v", + "p et", + "Ġp ump", + "c ol", + "Ġsubst ances", + "Ġfound ation", + "ĠR em", + "ĠO cean", + "Ġmin i", + "Ġpr on", + "ad ian", + "ĠC y", + "ĠM ill", + "gor ith", + "ap h", + "Ġhero es", + "Ġs ed", + "am ed", + "Ġf ib", + "Ġch ances", + "ter ies", + "Ġinvestig ate", + "Ġrepresent ed", + "Ġsess ion", + "H old", + "ĠB ig", + "Ġu m", + "Ġsend ing", + "Ġind icate", + "Ġshe et", + "Ġun w", + "Ġsil ver", + "Ġhe aven", + "A LL", + "Ġb are", + "ĠT ake", + "Per haps", + "h ost", + "Ġcorrect ly", + "Ġleaders hip", + "Ġst em", + "Ġtown s", + "Is n", + "Ġcomb ining", + "st airs", + "Ġopt im", + "w est", + "oll ow", + "Ġancest ors", + "ĠFranc is", + "Ġsh ift", + "h ire", + "ir it", + "Ġf iction", + "Ġsp arked", + "M ax", + "Ġfarm ing", + "E C", + "ĠB udd", + "ab y", + "Ġcand id", + "\\n s", + "Ġstr ing", + "ct ic", + "ĠIt alian", + "Ġfind s", + "ro oms", + "Ġpro ved", + "f rom", + "Ġorgan isms", + "Ġbi ological", + "Ġoffic ers", + "ĠD irect", + "ĠH ome", + "ĠV ictor", + "r id", + "ĠL ibr", + "Ġtechn ical", + "Ġcontro lled", + "Ġf urn", + "Ġmob ile", + "ear chers", + "Ġsum m", + "Ġeffici ently", + "U m", + "u pp", + "ĠJour nal", + "rig ued", + "a ver", + "Ġ# \\", + "Ġmeas ured", + "Ġphot o", + "ĠS en", + "Ġimmedi ate", + "is hes", + "ic it", + "ut ive", + "Ġcor por", + "er als", + "Ġr ural", + "ĠO x", + "Ġwood en", + "Ġgr ace", + "ĠSee ing", + "J ohn", + "Ġexpl ains", + "Ġobs erve", + "Ġval id", + "Ġcor respond", + "ĠB ook", + "Ġanx ious", + "Ġ ic", + "Ġall erg", + "Ġfund amental", + "ra ction", + "Ġmere ly", + "ies t", + "Ġrepresent ing", + "O ther", + "ĠA S", + "Ġform ation", + "Ġant icip", + "Every thing", + "oo p", + "Ġloc ations", + "Y OU", + "u ation", + "Ġc aut", + "ist an", + "Ġtext s", + "ĠTH AT", "ing er", - "at a", - "␣C amp", - "␣no vel", - "nA r", - "ell e", - "␣D iv", - "␣four th", - "␣mat ters", - "␣pat ient", - "␣remem bered", - "␣f ully", - "␣I ll", - "␣B oy", - "ink y", - "so ft", - "og ether", - "nR e", - "␣wait ed", - "␣Ok lahoma", - "␣Ord er", - "W ho", - "␣s ite", - "ha nd", - "␣S us", - "␣ex tend", - "nN e", - "␣ter r", - "␣neighb or", - "i as", - "␣we ird", - "␣sh r", - "␣dr ama", - "me nd", - "␣wit ness", - "d ies", - "s hip", - "␣a chie", - "␣A wards", - "␣H ay", - "␣P olly", - "␣pre par", - "␣sm iling", - "␣z oo", - "␣esc ap", - "␣det ect", - "␣fright ened", - "g iggles", - "k o", - "␣s ch", - "␣p ushed", + "ais y", + "em ic", + "Ġdelic ate", + "l ig", + "Ġex act", + "Ġext ract", + "Ġfocus es", + "Ġflav ors", + "Ġsurround ings", + "ĠW in", + "Ġdut y", + "Ġas semb", + "Ġimprove ment", + "Ġs izes", + "Ġris ing", + "Ġc ous", + "ne ys", + "ber g", + "ĠSo v", + "Ġb omb", + "Ġrepe ated", "ep ing", - "␣pro gress", - "od d", - "␣ad minist", - "␣sc reen", - "nF irst", - "nOn ly", - "␣Sc ot", - "␣jud ge", - "I LL", - "an o", - "␣C O", - "il ities", - "ig an", - "␣cour age", - "␣tra il", - "␣compan ion", - "b ow", - "␣w ipe", - "nC he", - "anna h", - "␣stud ied", - "␣bat ter", - "␣bur ied", - "␣Mat thew", - "␣peek aboo", - "w ing", - "␣w ave", - "␣c ousin", - "␣m o", - "␣d ying", - "␣st ir", - "ce l", - "act ually", - "␣ser ve", - "␣far mer", - "cha ir", - "app ing", - "␣expl ained", - "␣Ange les", - "K N", - "␣s ac", - "␣s ink", - "␣r iding", - "␣st om", - "␣T own", - "␣me re", - "␣op ens", - "␣Be cause", - "␣dat a", - "␣estab l", - "nW ow", - "␣P ost", - "␣D el", - "␣O x", - "nC om", - "az y", - "␣inst ant", - "␣power ful", - "US T", - "␣direct ly", - "␣Crom er", - "i als", - "ic les", - "ch ief", - "␣pl at", - "ate g", - "aw a", - "␣pass ing", - "␣Air port", - "K AR", - "i ents", - "r ick", - "␣y o", - "␣f ile", - "␣B ay", - "␣H aw", - "␣bu g", - "L et", - "␣g ift", - "␣I r", - "␣L ee", - "␣great er", - "land s", - "␣rep ly", - "␣sent ence", - "␣base ball", - "␣cook ing", - "␣wed ding", - "a ult", - "␣t im", - "␣p ra", - "␣r oles", - "se c", - "␣A be", - "nM iss", - "␣qu al", - "uc lear", - "␣ent ertain", - "␣plan ning", - "ino is", - "␣saf ety", - "m und", - "n Qu", - "␣m ouse", - "se mb", - "␣J ud", - "␣E ven", - "␣fl o", - "␣cont r", - "␣rec ently", - "␣miss ion", - "␣const ruction", - "␣bow l", - "␣Govern or", - "W here", - "u ous", - "st e", - "ur ance", - "ol ic", - "ven ue", - "␣pe as", - "␣bec oming", - "ib ility", - "␣Cl a", - "␣includ es", - "␣pri ze", - "␣Afr ica", - "␣Republ ic", - "␣Sant a", - "␣Virgin ia", - "␣aver age", - "c ul", - "nI T", - "ro ad", - "␣L aura", - "nAl right", - "␣epis ode", - "␣reck on", - "␣opin ion", - "E B", - "as tern", - "␣M os", - "all ey", - "␣B et", - "nBe fore", - "␣adv ant", - "␣recogn ize", - "Poss um", - "w are", - "y ear", - "␣b ump", - "␣r ings", - "am ing", - "␣D allas", - "␣pl astic", - "␣L ake", - "␣main ly", - "␣Bar ry", - "␣express ion", - "␣norm ally", - "ili ar", - "␣w id", - "␣to oth", - "␣whe els", - "␣sh ook", - "␣W E", - "nM om", - "AN T", - "␣pap a", - "␣stick s", - "␣Z eal", - "␣form ula", - "␣mag n", - "␣mir ror", - "␣dun no", - "fess or", - "or a", + "rast ructure", + "ur ation", + "By e", + "Ġdis cipl", + "ol a", + "r at", + "Ġc ats", + "Ġaim ed", + "e er", + "Ġrout e", + "Ġeth ical", + "Ġcount y", + "i as", + "st orm", + "he ro", + "ĠJ ose", + "ĠCl ass", + "Ġt ension", + "Ġman ager", + "ĠM ind", + "Ġnin ety", + "Ġdestroy ed", + ") ;", + "ĠH el", + "Ġbond s", + "Ġbr ows", + "B T", + "re ens", + "Ġpres erve", + "Ġfact ory", + "Ġess ay", + "e or", + "Ġc as", + "ĠGovern ment", + "D A", + "ĠH mm", + "Ġ Ġ", + "Ġpl ain", + "S pe", + "Ġper man", + "Ġw estern", + "Ġatt ached", + "Ġm ixt", + "Ġsp ort", + "Ġdefin ition", + "Ġobst acles", + "- se", + "ĠS um", + "Ġfe at", + "Ġlif est", + "r as", + "Ġp ushing", + "Ġh oles", + "Ġrepl ace", + "Ġmonit oring", + "Ġweeke nd", + "Ġaut hent", + "re ements", + "act s", + "Ġposs ibilities", + "ĠC at", + "cl ock", + "Ġagricult ural", + "Ġev il", + "ĠHar ry", + "Ġcre ations", + "t es", + "Ġspo ken", + "Ġte ars", + "Ġv oc", + "Ġinfect ions", + "Ġshap ing", + "- of", + "Ġf right", + "Ġhard ly", + "ĠC reat", + "act ive", + "ĠSat urday", + "Ġdifficult ies", + "Ġs ib", + "Ġpro ceed", + "Ġc ognitive", + "ĠL ab", + "Ġgreat ly", + "Ġdifficult y", + "Ġtre asure", + "Ġmar ks", + "Ġboo st", + "p arent", + "m o", + "Ġdef e", + "Ġsuccess fully", + "ĠEng ine", + "b i", + "Ġha z", + "Ġcont ained", + "Ġh iding", + "( s", + "Ġplan ets", + "Ġtox ic", + "igh s", + "Ġprof ound", + "ĠNew s", + "Ġthem e", + "Ġc ul", + "Ġcl ar", + "Ġthought fully", + "d own", + "Ġex ternal", + "Ġph ase", + "Ġexpress ed", + "Ġincorpor ating", + "' \\", + "O P", + "Ġdecl ared", + "Ġw ings", + "Ġemerg ed", + "Ġclaim s", + "H elp", + "ĠM ass", + "Ġtreat s", + "od ing", + "Ġhous ing", + "Ġelect ronic", + "O L", + "Ġb ite", + "Ġhealth ier", + "Ġstay ed", + "v a", + "Ġcris is", + "Ġt ong", + "Ġfoss il", + "Ġf ishing", + "Ġdi oxide", + "Ġmag az", + "Ġconst antly", + "Ġre nt", + "Ġy ummy", + "Ġbas ically", + "Ġdep ict", + "- the", + "Ġdr inks", + "Ġhapp ily", + "Ġwor st", + "Ġne ur", + "Ġsp ots", + "Ġinteract ion", + "C ar", + "I L", + "it ud", + "Ġdiscrim ination", + "ĠCar l", + "ĠTechn ology", + "Ġdig est", + "Ġflu id", + "ĠMart in", + "Ġmy th", + "Ġearth qu", + "st ream", + "Ġm amm", + "Ġout put", + "Ġsh ore", + "Ġphys ically", + "V ER", + "Ġl inks", "ab eth", - "␣sh ock", - "␣ev il", - "␣Georg ia", - "␣jigs aw", - "a ed", - "␣ ess", - "␣for ms", - "␣A nt", - "␣H al", - "␣she ll", - "␣D is", - "nS ince", - "nG u", - "␣Grand ma", - "he w", - "␣s cience", - "␣m ama", - "ent ial", - "␣she l", - "ish op", - "␣car riage", - "␣May enne", - "␣hors ie", - "␣Marg aret", - "␣circumst ances", - "T h", - "b ie", - "m aking", - "␣so re", - "ul ty", - "␣R ock", - "ast y", - "␣sp lend", - "␣ar g", - "␣U m", - "␣St ep", - "␣wee ke", - "␣wonder ing", - "ourn ament", - "␣Gab rie", - "w as", - "␣ 0", - "␣c ad", - "␣f uss", - "␣p ump", - "␣M ax", - "␣de y", - "use um", - "␣beaut y", - "␣Bra z", - "␣Pil chard", - "␣magaz ine", - "␣Ill inois", - "l i", - "s ed", - "v o", - "in ter", - "␣H ave", - "nS p", - "nH old", - "␣big gest", - "ES T", - "␣mar riage", - "␣langu ages", - "␣ve h", - "␣proper ty", - "u be", - "he ast", - "␣m ale", - "ro s", - "␣P h", - "␣R achel", - "␣bo ats", - "␣qu eer", - "nG reat", - "␣des per", - "␣rece ive", - "␣fail ed", - "␣separ ate", - "␣tar get", - "␣establ ished", - "m ark", - "is se", - "␣in ternational", - "nA m", - "nA ct", - "␣un known", - "␣shout ed", - "y o", - "␣b isc", - "␣y ards", - "␣c y", - "ver t", - "␣se lected", - "␣as ide", - "␣R es", - "␣br anch", - "␣te nd", - "ont in", - "␣press ure", - "␣elect ric", - "␣perform ance", - "␣t ip", - "␣c al", - "␣p izza", - "␣n ative", - "��re asons", - "␣H AVE", - "ag ing", - "␣pro ve", - "az ed", - "␣job s", - "␣tot ally", - "␣current ly", - "A l", - "␣a im", - "␣h ook", - "␣do ggy", - "␣T w", - "␣se ction", - "ro l", - "han k", - "␣R uth", - "␣ag ent", - "␣tri be", - "gy pt", - "␣TH IS", - "␣King dom", - "␣perfor med", - "T ilda", - "␣w ished", - "␣th y", - "␣th ir", - "␣S un", - "her ry", - "␣cook ies", - "␣adv ice", - "␣dream s", - "␣Champions hip", - "␣c am", - "nA bout", - "ell ig", - "␣P ri", - "␣am b", - "␣rem oved", - "␣hur ried", - "␣inter view", - "olog ical", - "␣Ital y", - "nPe ople", - "b oy", - "l ie", - "␣th in", - "oo ke", - "␣T im", - "ill ing", - "␣exc iting", - "␣eng aged", - "␣requ est", - "␣fre qu", - "␣Wind ows", - "␣Ark ansas", - "u its", - "v in", - "␣d uh", - "␣p ale", - "␣g at", - "ad ing", - "␣C ourt", - "ri g", - "␣dis m", - "␣mat ches", - "␣disapp eared", - "␣descri bed", - "␣entire ly", - "␣vo ices", - "o is", - "␣t ummy", - "␣D utch", - "␣tr ous", - "␣eat en", - "␣ter rit", - "␣met al", - "␣cent ral", - "␣fort une", - "␣dam n", - "␣hig hest", - "␣individ ual", - "U GH", - "r iend", - "t in", - "␣S aint", - "nN ever", - "ian o", - "␣cha mpions", - "␣act ive", - "␣art ist", - "␣result s", - "␣trad ition", - "␣w ine", - "␣s outhern", - "␣M aster", - "␣j ail", - "␣W omen", - "nB omba", - "nP ut", - "␣che st", - "␣del icious", - "␣news paper", - "␣ve get", - "␣Russ ia", - "␣Dem ocratic", - "I V", - "␣f ac", - "␣M am", - "␣B a", - "op her", - "␣some how", - "␣under stood", - "␣hel ps", - "␣Har old", - "␣med ical", - "␣pos itive", - "␣incre ase", - "anche ster", - "C T", - "H ere", - "it iz", - "␣g host", + "Ġd ying", + "Ġclin ical", + "Ġvol can", + "\\n w", + "Ġsac rif", + "ob al", + "Ġstrugg led", + "Ġpath s", + "Ġscen es", "ot o", - "ic ations", - "␣C ast", - "␣j oke", - "os en", - "em e", - "␣thr ows", - "␣ad op", - "␣Ar my", - "␣fore ver", - "a ft", - "c ream", - "␣k m", - "nW h", - "um bo", - "ge ant", - "␣E arth", - "␣sm iled", - "ON E", - "␣dro ps", - "␣pay ing", - "␣fair y", - "whis pers", - "␣Afr ican", - "it ar", - "␣n ut", - "␣M al", - "il ies", - "␣F il", - "␣F rost", - "ap t", - "␣trans fer", - "␣const it", - "␣gentle men", - "␣dam age", - "␣aut om", - "␣Zeal and", - "f ish", - "r idge", - "w ar", - "w hile", - "␣he s", - "am ily", - "nT om", - "un ts", - "nB art", - "␣E gypt", - "av id", - "␣V an", - "␣talk s", - "␣friend ly", - "␣Brit ain", - "␣jump ed", - "␣cru el", - "␣tou ched", - "␣ide as", - "ajest y", - "G ood", - "p uts", - "is ha", - "␣g or", - "et te", - "␣u g", - "␣r ib", - "␣B ull", - "hi b", - "␣hor rible", - "␣stud ents", - "␣sweet heart", - "II I", - "␣grad u", - "␣Rem i", - "␣Foot ball", - "␣trous ers", - "T T", - "␣p il", - "␣me l", - "␣v ot", - "␣sc ore", - "␣comm ittee", - "␣gl ance", - "␣Br own", - "␣Ar t", - "␣sign ific", - "␣prov ide", - "␣iss ues", - "␣Ro ad", - "g ency", - "s m", - "an i", - "␣H ER", - "␣part icip", + "is her", + "ce ler", + "ob by", + "ĠFlor ida", + "Ġpro of", + "Ġlim its", + "ur rent", + "Ġrec yc", + "ĠW as", + "Ġun certain", + "Ġn it", + "ot ton", + "Ġcomp are", + "Ġexperi encing", + "ĠE lect", + "Ġgal ax", + "Th ink", + "Ġfac ilities", + "ĠMed ical", + "os ion", + "over ing", + "Ġselect ed", + "ĠP hys", + "Ġad vert", + "Ġun com", + "ur ther", + "Ġconf ir", + "Ġpo ison", + "Ġindepend ence", + "Ġcol our", + "Ġh ills", + "ar ters", + "Ġbox es", + "Ġsaf er", + "Ġne ut", + "Ġgener ate", + "Ġt one", + "Ġpr ide", + "b ed", + "ĠEx per", + "ĠAt t", + "r m", + "ĠF inally", + "ĠHist or", + "Ġninet een", + "ĠA I", + "Ġle ct", + "Ġorig inally", + "ĠD iv", + "Ġrep ut", + "Ġwrit ers", + "Ġs ne", + "Ġhe aling", + "ĠT reat", + "ar ah", + "Ġco at", + "Ġcha os", + "Ġmeaning ful", + "Ġc oc", + "Ġst ages", + "Ġapp lying", + "Ġcustom er", + "Ġla unch", + "Ġenthusi asm", + "ĠM ain", + "Ġpregn ant", + "Ġind igenous", + "Ġforgot ten", + "ra v", + "Ġc ake", + "Ġb its", + "ir a", + "Ġdiscover ies", + "Ġsubst ance", + "Ġvit amin", + "Ġst unning", + "Ġun iform", + "\\\" ?\\", + "Ġatt rib", + "Ġmagn ific", + "Ġd rain", + "ĠB re", + "ĠCol umb", + "rop ical", + "ĠM o", + "Ġwarn ing", + "m ond", + "ac ement", + "R A", + "Ġc ub", + "ĠS pr", + "Ġform al", + "Ġconf usion", + "Ġinstrum ent", + "ĠP ost", + "Ġsixt y", + "p ir", + "Ġfar away", + "Ġath let", + "Ġtest ed", + "Ġdri ver", + "Ġtransform ed", + "Ġapp les", + "Ġsil ence", + "Ġs an", + "p ers", + "Ġw edding", + "Ġserious ly", + "Ġinsp ire", + "B enny", + "Ġa qu", + "ul pt", + "ir ds", + "ĠF arm", + "Ġwood s", + "Ġshop ping", + "h i", + "ic ide", + "Ġy a", + "ĠM onday", + "ĠJ ake", + "Ġform at", + "Ġdam n", + "Every one", + "Ġmon itor", + "Ġgrad ually", + "Ġcons ists", + "Ġauthor ities", + "b orn", + "it als", + "Ġbackground s", + "ĠRev olution", + "ot ed", + "ess ed", + "Ġsc ore", + "Ġtrain ed", + "Ġcl ick", + "E LL", + "Ġor ange", + "Ġsole ly", + "Ġdist ant", + "Ġmur d", + "t ion", + "ĠW omen", + "Ġshel ter", + "g ans", + "Ġteac hes", + "Ġhun ting", + "Ġp it", + "Ġcl ock", + "Ġexplan ation", + "es ome", + "p al", + "Ġcomp rom", + "Ġdef end", + "ĠVirgin ia", + "ĠB ro", + "Ġbreat he", + "Ġnut rition", + "Ġshap ed", + "Ġport ion", + "Ġf u", + "ut ch", + "Ġperson ality", + "Ġgrav ity", + "Ġab and", + "-f riendly", + "U p", + "Ġfund s", + "Ġdad dy", + "th is", + "ab ul", + "ĠP ers", + "Ġal gorith", + "ĠRe ally", + "Ġs ighed", + "Ġinvestig ation", + "Ġmor al", + "ĠGu id", + "iff erent", + "Ġcaptiv ating", + "b ra", + "Ġtele vision", + "Ġab use", + "M ake", + "Ġproced ures", + "\\n c", + "ĠR om", + "it ure", + "ĠT ri", + "ĠC ourt", + "ig er", + "rou s", + "Ġcommit ment", + "Ġc ert", + "Ġs ought", + "Ġinvest ment", + "S ub", + "Ġstrugg les", + "Ġt ag", + "Ġext ensive", + "n i", + "Ġent r", + "ĠI ll", + "Ġinsp iring", + "G en", + "u its", + "un ting", + "l ishing", + "Ġg ear", + "ĠAd m", + "ĠS k", + "Ġlad ies", + "Ġacknow led", + "el esc", + "Ġsur ve", + "ĠE st", + "fort able", + "S A", + "Ġcour ses", + "Ġkill ing", + "ĠTh us", + "ĠD ata", + "ĠF OR", + "Ġphilosop hy", + "Ġre ven", + "Ġobserv ations", + "Ġste el", + "ĠAc adem", + "Ġm igr", + "Ġsc an", + "Ġsoft ly", + "ĠMe anwhile", + "le ts", + "C C", + "Ġfund ing", + "um ph", + "Ġhapp ier", + "ĠSov iet", + "ĠM ike", + "ĠW ould", + "ĠS il", + "Ġinst ruction", + "Ġperform ing", + "Ġre ward", + "ific ations", + "Ġball s", + "ĠM em", + "Ġh anging", + ".. ..", + "Ġche er", + "Ġinf rastructure", + "Ġtre nds", + "ĠCath olic", + "ell y", + "( S", + "uck y", + "Ġconf erence", + "Ġcover ing", + "ĠC H", + "o ir", + "ĠD ise", + "Ġli ver", + "ind ing", + "Ġdist ingu", + "Ġw ars", + "as ters", "iz abeth", - "␣des ire", - "ok i", - "␣prov ided", - "␣respons ible", - "f ers", - "␣m ort", - "ill er", - "␣ad ult", - "␣dra wn", - "␣pu ppy", - "␣influ ence", - "␣Prov ince", - "aed din", - "D id", - "N ew", - "b u", - "␣d ust", - "ic ing", - "um ble", - "␣N ight", - "ick ing", - "ne e", - "␣end s", - "␣repl aced", - "␣bene ath", - "␣n ation", - "␣so le", - "␣D olly", - "␣J ason", - "ry ing", - "th ur", - "␣N OT", - "␣dis p", - "␣dr unk", - "␣sw itch", - "␣cut ting", - "␣occur red", - "M W", - "s es", - "s ung", - "v is", - "␣p ant", - "ut ive", - "␣st ones", - "␣S al", - "␣sec urity", - "␣app arently", - "␣sl ave", - "␣fam iliar", - "␣ter ror", - "␣inst r", - "ipp ing", - "␣ins pect", - "␣charac ters", - "␣mount ains", - "␣author ity", - "␣deg ree", - "t hen", - "er al", - "␣f art", - "␣l oose", - "at han", - "␣li ber", - "␣G et", - "␣E mp", - "␣O ther", - "nE arly", - "␣fol ks", - "␣Secret ary", - "U CK", - "m orrow", - "␣w ore", - "␣S a", - "ro nd", - "ong rat", - "nO ther", - "␣co ck", - "␣gar age", - "␣stom ach", - "␣gat hered", - "l aw", - "␣h orn", - "all ed", - "il ty", + "Ġlet ting", + "Ġrab bit", + "ĠAr my", + "Ġprep aration", + "- R", + "F r", + "f ting", + "os c", + "l ow", + "Ġdes ired", + "Ġd rew", + "Ġref uge", + "iction ary", + "Ġaddress ing", + "Ġstri ke", + "Ġsus pect", + "ane ously", + "omm od", + "Ġintell ect", + "Ġbut ton", + "Ġst ored", + "Ġcomm itted", + "Ġdemonstr ated", + "ĠR ad", + "Ġapp le", + "ĠK now", + "ĠP ress", + "-p ro", + "Ġplatform s", + "b urg", + "Ġfoot ball", + "ĠEnvironment al", + "Ġex ists", + "Ġrel iable", + "Des pite", + "E E", + "Ġmeet ings", + "Ġmyster ies", + "ul ating", + "Ġcapt ured", + "Ġfrequ ency", + "Ġdemonstr ate", + "r ate", + "ĠCh ic", + "- ch", + "Ġint roduction", + "Ġdes ert", + "ĠN et", + "ĠW ood", + "Ġwell being", + "Ġmem or", + "Ġelect ron", + "T w", + "Ġs illy", + "Ġmagnific ent", + "ĠR ock", + "Ġar med", + "Ġcar ing", + "Ġinc ident", + "Ġpar ks", + "Ġpassion ate", + "Ġdes k", + "A B", + "ĠSu per", + "ĠBe ing", + "ĠA ng", + "ĠH am", + "ĠR edd", + "Ġag gress", + "Ġvict im", + "Ġshe ll", + "Ġfall s", + "Ġc ig", + "Ġsign ed", + "Ġman ip", + "Ġdam aged", + "if ies", + "az e", + "Ġus age", + "Ġloo se", + "as er", + "st ers", + "Ġimprove ments", + "un ched", + "Ġint ent", + "Ġdeath s", + "Ġwr iter", + "p at", + "Ġen able", + "Ġcomb ine", + "op es", + "Ġnot ed", + "ru e", + "ten ance", + "ro g", + "- known", + "Ġst able", + "Ġmixt ure", + "Ġfost ering", + "b a", + "Ġb uck", + "idd ing", + "Ġworld s", + "Ġhabit ats", + "A pp", + "Ġc rop", + "Ġh arsh", + "ĠK ey", + "ĠG al", + "S omething", + "ĠEn c", + "Ġglob e", + "Ġfal se", + "Ġis lands", + "ĠPro v", + "Ġtre asures", + ". e", + "Ġredu ction", + "Ġmaxim um", + "o ons", + "Ġy e", + "Ġst ir", + "Ġsure ly", + "Ġas leep", + "Ġfe ver", + "Ġdress ed", + "ill ing", + "ree k", + "Ġcooper ation", + "g reg", + "Ġm erc", + "Ġres c", + "Ġa x", + "ĠCont rol", + "ĠW al", + "Ġreve al", + "al ysis", + "Ġtro ops", + "ay ing", + "Ġbit ch", + "Ġproced ure", + "Ġpo etry", + "Ġpack ed", + "S arah", + "y ard", + "Ġthe ories", + "Ġd rought", + "Ġpro port", + "ĠScot land", + "Ġfl ash", + "Ġgreen house", + "ĠMar g", + "c s", + "Ġc e", + "Ġcom ments", + "A ye", + "Ġcent re", + "or gan", + "C K", + "Ġthreat s", + "OM E", + "ĠA ut", + "Ġchec king", + "Ġb order", + "Ġun able", + "Ġinfl amm", + "Ġdescrib es", + "- H", + "Ġimag ination", + "Ġterrit ory", + "u nderstand", + "Ġsociet ies", + "Ġclass ic", + "Ġspir its", + "Ġinf ected", + "Ġarg ue", + "Ġrec overy", + "ĠL anguage", + "Ġvessel s", + "Ġ ille", + "Ġim per", + "Ġbi ology", + "- P", + "Ġo d", + "Ġrec on", + "Ġqual ities", + "i os", + "ici ency", + "Ġg erm", + "Ġper se", + "ĠV iet", + "ĠM er", + "ĠG O", + "Ġsh ares", + "Ġcook ies", + "Ġimag ined", + "Ġcateg ories", + "C urious", + "ĠL ee", + "Ġpaint ings", + "ĠFore st", + "Ġo wl", + "Ġro oms", + "Ġeight y", + "Ġuncom fortable", + "r ich", + "-m aking", + "Ġstrength s", + "Ġglass es", + "Ġsequ ence", + "ĠP sych", + "Ġsc ulpt", + "Ġequ ality", + "Ġsuff ered", + "Ġse ctions", + "Ġmathemat ics", + "Ġbur st", + "it an", + "az z", + "f e", + "ur d", + "ĠMedic ine", + "ha ust", + "Ġele ph", + "ay lor", + "Ġimportant ly", + "Ġext ent", + "ĠInd igenous", + "L ear", + "Ġwhere as", + "ĠSt ar", + "ĠLear n", + "or al", + "- related", + "an ing", + "Ġinsp iration", + "Ġhyp ot", + "Ġab und", + "Ġord ered", + "Ġintrig uing", + "he ast", + "Ġvacc ine", + "ĠIre land", + "Ġdis pl", + "Ġbo ats", + "Ġvict ory", + "ĠS and", + "Ġart ificial", + "Ġper ce", + "Ġmed ication", + "Ġtra il", + "w er", + "Ġth y", + "op les", + "ĠP an", + "f ly", + "Ġf ract", + "Ġfil ms", + "I A", + "Ġl oyal", + "Ġan ger", + "ĠS outhern", + "un a", + "ĠP op", + "Ġd arling", + "Ġnut s", + "Ġmark ets", + "Ġju ice", + "Ġhur ry", + "us ions", + "Ġread er", + "St ud", + "Ġpuzz le", + "in ity", + "Ġhistor ic", + "G r", + "Ġjud gment", + "li ament", + "M iss", + "is ation", + "ĠLibr ary", + "Ġsc rew", + "Ġdef ine", + "Ġpres ents", + "m ade", + "Ġins ight", + "Ġaccident ally", + "c a", + "Ġrec ess", + "Ġposs ibility", + "Ġencoura ging", + "Ġcompon ent", + "F F", + "Ġch op", + "Ġinter rupt", + "Th ough", + "ere n", + "Ġamong st", + "ĠStud ies", + "Ġ >", + "Ġbe er", + "ĠA N", + "Ġdis rupt", + "Ġtra its", + "Ġre form", + "ĠM aster", + "Ġdep os", + "Ġcon ven", + "Ġun p", + "Ġpregn ancy", + "Ġbal anced", + "ĠT er", + "Ġlo ving", + "Ġdesign ing", + "Ġm ice", + "Ġhe m", + "Ġmedic ations", + "Ġrec all", + "Ġsatell ite", + "Ġcur riculum", + "- qu", + "y al", + "' clock", + "ĠR ights", + "Ġon going", + "ang le", + "ĠIn formation", + "abul ary", + "b ow", + "Ġgr ows", + "ĠComm ission", + "Ġthreat ened", + "Ġpref erences", + "Ġlarge ly", + "N ice", + "Ġs li", + "j i", + "Ġw ra", + "Ġp ipe", + "ĠP lease", + "Ġa h", + "Ġrece iving", + "Ġdep art", + "Ġcontem porary", + "Ġgu arant", + "Ġfill ing", + "Ġgod s", + "ĠJe ff", + "Ġa er", + "ĠE th", + "Ġown ed", + "Ġbat tery", + "ĠV is", + "Ġev olved", + "Ġeth nic", + "Ġrenew able", + "Ġinhab it", + "ĠG ard", + "ĠV ol", + "Ġfeed ing", + "Ġer ror", + "us ic", + "Ġconcent ration", + "Ġgun s", + "st one", + "per or", + "Ġinflu enced", + "Ġres olution", + "Ġcult iv", + "N e", + "ig g", + "Ġch im", + "we et", + "as k", + "ĠR oyal", + "Ġl ately", + "ĠAn ne", + "ĠBl ue", + "Ġdatab ase", + "g ia", + "Ġrespons es", + "Ġunf air", + "Ġg ases", + "ĠT ips", + "Ġacc ommod", + "Ġinnoc ent", + "Ġl ush", + "Ġbu ried", + "Ġmet ers", + "Ġcap tain", + "Ġjo ining", + "Ġp ink", + "Ġg est", + "Ġtravel s", + "Ġcon vey", + "ĠT em", + "Ġcl ients", + "ĠMan agement", + "Ġcl ues", + "Ġche ap", + "f it", + "Ġsub m", + "ĠExcited ly", + "Ġlifest yle", + "h ist", + "Ġs ake", + "ens us", + "Ġfeat uring", + "Ġz ero", + "Ġthri ve", + "ĠYou ng", + "Ġmin erals", + "ustr ated", + "B en", + "w r", + "Ġth roat", + "Ġgu ests", + "Ġinv as", + "/ or", + "Ġf ulf", + "Ġcar r", + "Ġencoura ges", + "Ġrhyth m", + "ĠF re", + "Ġquestion ed", + "Ġincred ibly", + "ast e", + "Ġ rib", + "ie val", + "Ġcoun sel", + "ge on", + "atch ing", + "itud es", + "ĠA ge", + "Ġbut t", + "it ter", + "Ġre tain", + "ĠE astern", + "ĠN ations", + "ĠB ur", + "Ġfour th", + "ĠCol or", + "Ġr um", + "Ġw ore", + "est y", + "ĠIn s", + "we ight", + "air y", + "-s c", + "Ġfert il", + "ĠM icro", + "F uck", + "S ay", + "u a", + "Ġro lling", + "Ġpass age", + "Ġg ate", + "ĠC reate", + "Ġtravel ed", + "ĠOn ly", + "w ord", + "Ġag ency", + "Ch ar", + "Ġfe ather", + "Ġte ch", + "Ġdiagn osis", + "Ġattend ing", + "ou l", + "am i", + "Ġins pect", + "Ġreci pes", + "an o", + "ĠSp irit", + "er ts", + "Ġhand ling", + "Ġmeas uring", + "o ard", + "Ġp our", + "Ġext end", + "on el", + "fore st", + "Ġter ror", + "Ġm ild", + "ce ans", + "Ġcl ay", + "Ġobs ervation", + "Ġweak ness", + "Ġd irty", + "Ġste am", + "im a", + "Ġac celer", + "ĠD aisy", + "Ġen orm", + "Ġr ow", + "ĠK n", + "Ġarch ae", + "om er", + "im er", + "Ġco vers", + "Ġair craft", + "Ġne at", + "Ġfarm s", + "Through out", + "T ogether", + "ard on", + "Ġdelight ful", + "vent ually", + "ed nes", + "Ġh ill", + "Ġminim um", + "Ġbow l", + "z il", + "Ġrecogn ition", + "Ġb aking", + "Ġb anks", + "Ġz one", + "Ġimpress ive", + "d oor", + "Ġh am", + ".\\\" \"Ċ", + "Ġadop ted", + "Ġexist ed", + "ĠVal ley", + "ĠOff ice", + "b ur", + "Ġp ill", + "Ġl ift", + "urs day", + "Ġat e", + "Ġsuper hero", + "ĠT re", + "Ġse es", + "Ġsh ock", + "ĠSt art", + "Ġra ising", "ge l", - "␣G reek", - "nD r", - "␣co al", - "oc r", - "␣Al aeddin", - "␣use ful", - "␣cat s", - "ER S", - "iff s", - "␣enjoy ed", - "␣inn oc", - "␣dise ase", - "␣thir teen", - "v est", - "␣w ound", - "␣f an", - "␣f aint", - "␣re ve", - "nT w", - "␣F re", - "␣N ed", - "␣spec ific", - "␣weap ons", - "␣Ram sey", - "␣nea rer", - "␣obl ig", - "␣T ra", - "␣H im", - "␣W ent", - "␣Mar illa", - "␣Pro fessor", - "␣sold ier", - "␣destroy ed", - "␣it ems", - "␣was hing", - "␣r are", - "am in", - "␣M u", - "␣S ov", + "Ġsome what", + "es ity", + "Ġaccess ible", + "ĠD en", + "Ġdeb t", + "c ific", + "Ġj ack", + "Ġcount ing", + "Ġst rain", + "Ġp up", + "ĠN ext", + "Ġfall en", + "Ġsubst ant", + "Ġdown load", + "Ġreci pe", + "\\n t", + "Ġart work", + "Ġstro ke", + "o is", + "Ġse ctor", + "Ġap olog", + "Ġanaly zing", + "ci a", + "ĠE r", + "hing s", + "Ġbrother s", + "Ġmut ual", + "ĠS ci", + "Ġk m", + "Ġharm on", + "Ġdescri ption", + "ĠEx p", + "Ġconsum ers", + "ĠFound ation", + "n c", + "Ġh i", + "Ġne uro", + "Ġchem istry", + "Ġachie ved", + "is p", + "Ġdec ade", + "Ġecosystem s", + "Ġun ion", + "et ics", + "Ġcon qu", + "th a", + "ĠL ady", + "Ġdiv ide", + "Ġlawy er", + "Ġn urse", + "Ġdeli very", + "ĠB us", + "- a", + "S m", + "Ġg ap", + "alle l", + "ly m", + "ĠO l", + "Ġgr ateful", + "Ġcomb at", + "Ġprinci ple", + "Ġor gans", + "Ġdiv ision", + "ot ion", + "ĠAs ian", + "Ġtru ck", + "Ġexpert ise", + "Ġsched ule", + "Ġfav our", + "Ġc ups", + "it ivity", + "Ġsim ult", + "Ġdist ances", + "Ġmom my", + "B C", + "D e", + "G E", + "it o", + "Ġg ay", + "Ġg rains", + "ĠU nder", + "Ġelder ly", + "U ST", + "are r", + "Ġmed itation", + "s m", + "Ġdom in", + "Ġrestaur ant", + "Ġd ates", + "Ġal arm", + "Ġunder water", + "ĠIs n", + "Ġsent ences", + "- You", + "ĠT ony", + "ues day", + "Ġthri lling", + "ĠIr ish", + "Ġext ended", + "Ġlight ing", + "Ġste pped", + "Ġfif teen", + "B r", + "Any way", + "Ġp enc", + "Ġn erve", + "Ġsc r", + "Ġcelebr ated", + "Ġsurf aces", + "ĠC D", + "Ġpositive ly", + "ĠSec ret", + "Ġt ank", + "ĠInd ians", + "Ġdest ruction", + "ĠP y", + "iz er", + "ĠMore over", + "Ġn ob", + "m in", + "ĠT itle", + "Ġr iding", + "Ġbarri ers", + "-f ree", + "C ont", + "Ġf o", + "Ġaw ful", + "Ġmanufact uring", + "Ġphotograph s", + "Ġag encies", + "Ġdom estic", + "ĠL ast", + "Ġsupp orts", + "Ġequ ation", + "- L", + "Ġ )\\", + "app ed", + "Ġwin ning", + "Ġst ability", + "Ġser ves", + "ac co", + "Ġour s", + "ĠTh ree", + "Ġmathemat ical", + "ĠF ort", + "Ġang le", + "Ġlege nd", + "Ġvulner able", + "ĠG roup", + "Ġke ys", + "Ġpu pp", + "ci um", + "Ġse lection", + "Ġj ew", + "Ġpract iced", + "ik es", + "Ġsold ier", + "is a", + "ig an", + "ass es", + "Ġchec ked", + "Ġad equ", + "itt y", + "Ġco ins", + "fl ies", + "Ġbatt les", + "Ġex haust", + "Ġdec line", + "Ġpass eng", + "Ġr it", + "og a", + "Ġcook ed", + "ani el", + "Ġb orrow", + "ĠL ight", + "Ġdes cend", + "ĠPr in", + "Ġp ul", + "b ox", + "ĠS us", + "Ġag ent", + "ĠCan adian", + "b el", + "Ġhum or", + "Ġwhis pered", + "Ġphr ase", + "ednes day", + "Ġspl it", + "L ily", + "Ġin her", + "ind er", + "Ġhome work", + "v as", + "Ġe cho", + "- T", + "res ent", + "Ġto ler", + "Ġf et", + "et ers", + "ĠN orthern", + "Ġmusic ians", + "Ġprevent ing", + "ĠDo ctor", + "Ġimm igr", + "ĠA T", + "Ġrep air", + "Ġhuman ity", + "Ġliter ary", + "ĠRo ad", + "or r", + "Ġmicro sc", + "- What", + "Ġg ifts", + "o ves", + "Ġsh ook", + "Ġprefer red", + "Ġm ate", + "Ġlabor atory", + "meric an", + "Ġdark ness", + "Ġcry ing", + "Ġm ic", + "ĠC amp", + "ĠF orm", + "- gr", + "Ġmain tenance", + "Ġl one", + "Ġteam work", + "Ġlandsc apes", + "lies t", + "A dd", + "art y", + "h an", + "or se", + "B et", + "Ġarg uments", + "Ġass ume", + "ĠPr ince", + "Ġjo ke", + "Ġpic king", + "Ġen ab", + "Ġpre v", + "ste in", + "Ġpos itions", + "ĠEl izabeth", + "ĠE conom", + "sh ine", + "ĠB ack", + "ĠR ay", + "Ġthe rm", + "Ġch uck", + "ad get", + "Ġsy ndrome", + "Ġcent ers", + "Ġcollect ive", + "ĠJose ph", + "ĠB ec", + "ook ed", + "Ġm os", + "Ġbe ans", + "Ġexpress ions", + "Ġadd s", + "Ġnight s", + "Ġtrib es", + "Ġshould er", + "ĠUn cle", + "IS T", + "im ens", + "Ġwarm th", + "ic ity", + "Ġmeasure ments", + "ive red", + "Ġcomm ittee", + "im ental", + "Ġproud ly", + "arr ass", + "pre ne", + "Ġd are", + "Ġout come", + "Ġres on", + "uc ks", + "Ġart istic", + "Ġbeh ave", + "F ine", + "ĠW all", + "Ġrecommend ations", + "Act ivity", + "Ġcol ored", + "e enth", + "st ract", + "Ġstat istics", + "Ġthorough ly", + "ĠL abor", + "Ġcontrib uted", + "Ġf ate", + "Ġvict ims", + "Ġpurch ase", + "ro id", + "ĠE ll", + "AN T", + "Ġd il", + "Ġch am", + "Did n", + "Ġla unched", + "' am", + "r ac", + "y an", + "Ġre vel", + "Ġdist ract", + "et ime", + "Ġout er", + "ĠRead ing", + "re prene", + "ĠD ar", + "Ġins ist", + "Ġrob ots", + "Ġc otton", + "Ġv eter", + "Ġwant ing", + "Ġkil omet", + "t aking", + "Ġt urb", + "th rop", + "a ud", + "ĠC ub", + "Ġexpl o", + "Ġreg ist", + "Ġtast y", + "erson al", + "h ma", + "Ġfree ly", + "Ġtong ue", + "H mm", + "i ac", + "Ġf iber", + "lud ing", + "Ġbe es", + "Ġpo em", + "Ġaccur ately", + "ĠM oon", + "ĠF ire", + "Ġbl ame", + "er as", + "Ġbr id", + "ĠWith out", + "Ġorgan ize", + "Ġdiagn osed", + "Ġfra g", + "al i", + "n on", + "Ġstra w", + "Ġnewsp aper", + "ear ing", + "Ġt ire", + "ĠT ed", + "Ġgard ens", + "ĠBu ilding", + "Ġdirect ions", + "ut er", + "Ġhy per", + "Ġcoast al", + "ĠA unt", + "ĠP ot", + "Ġidentify ing", + "Ġf er", + "Ġindust ries", + "ĠAtl antic", + "C omm", + "Ġst ations", + "ft en", + "Ġ( \\", + "uten ant", + "ĠAl ways", + "Ġfol k", + "Ġfost er", + "Ġm ac", + "ĠH A", + "ĠH ill", + "com ed", + "` `", + "Ġw and", + "ĠS ounds", + "Ġsl aves", + "Ġhand y", + "Ġent ry", + "i i", + "Ġemploy ment", + "uc ked", + "ĠPart y", + "Ġe ase", + "ID S", + "ĠMom my", + "R ec", + "c ies", + "St ay", + "Ġsen ior", + "Ġde le", "ost on", - "␣ar ch", - "␣sha me", - "OU LD", - "␣chair s", - "␣poss ess", - "␣ste pped", - "␣burn ing", - "␣Cent er", - "␣chem ical", - "H AR", - "O f", - "l ock", - "p icks", - "␣b ark", - "on ed", - "␣f ant", - "␣g ather", - "␣L ook", - "␣bo ots", - "nC har", - "␣As soci", - "␣mus ical", - "␣inv ited", - "␣pat tern", - "␣Bl ue", - "␣weap on", - "␣enc our", - "p ri", - "et a", - "␣S qu", - "ust ed", - "oint ment", - "iam ond", - "eng u", - "␣hon our", - "␣Mc G", - "␣butter fly", - "point s", - "s que", - "␣d im", - "␣in vent", - "␣li es", - "␣su ffe", - "␣Ch ief", - "␣hear ing", - "␣polic eman", - "␣prop os", - "␣Brad ley", - "␣Jim my", - "␣cand y", - "␣Franc is", - "rond isse", - "A re", - "g a", - "i y", - "k rain", - "n X", - "␣t ied", - "␣f ier", - "ll en", - "␣to ile", - "␣M ajor", - "␣sa ving", - "nS ay", - "␣K N", - "␣cur ious", - "␣eas tern", - "␣lear ning", - "␣Bart y", - "␣YOU R", - "␣forg ive", - "␣defe nd", - "␣ha bit", - "␣T er", - "␣B ible", - "␣B rian", - "␣D ou", - "est ival", - "␣qu it", - "be c", - "␣ch osen", - "AN G", - "␣bit ch", - "ign ed", - "␣box es", - "␣dro ve", - "␣ord inary", - "␣lift ed", - "␣Tur k", - "␣earn est", - "A n", - "t here", - "␣b ones", - "␣c ash", - "␣f al", - "␣l one", - "␣C ongress", - "␣H ill", - "␣D a", - "␣v ent", - "␣qu ack", - "␣gr ate", - "␣war ri", - "sh outs", - "␣close ly", - "␣sweet ie", - "␣conc ent", - "ourn al", - "␣Canad ian", - "␣y ard", - "␣f ired", - "␣f reed", - "es ota", - "␣p ic", - "␣l adder", - "␣be ast", - "␣r ang", - "␣r ushed", - "␣S ultan", - "␣so ciety", - "ab ility", - "␣W olf", - "␣F anning", - "␣R ush", - "od es", - "␣br icks", - "␣K ansas", - "␣four teen", - "␣Miss ion", - "ipp er", - "␣At l", - "␣appro ach", - "sc ream", - "␣obs erved", - "␣arrest ed", - "HH H", - "␣p ile", - "␣r ank", - "␣r ush", - "␣M ich", - "␣com edy", - "␣own er", - "␣ra ise", - "nEvery thing", - "␣accept ed", - "␣gall ey", - "␣mater ial", - "␣Minn esota", - "␣weeke nd", - "m ond", - "␣l ack", - "␣M ia", - "␣no pe", - "ct ors", - "␣F a", - "␣F irst", - "␣R ev", - "mer ican", - "␣V al", - "␣pull ing", - "␣dark ness", - "␣ty pes", - "␣roll ing", - "asp berry", - "␣he e", - "␣M ass", - "␣D en", - "␣sh h", - "␣W ood", - "␣chan ging", - "␣bre aking", - "␣ac id", - "␣shoot ing", - "nSomet hing", - "␣lem me", - "␣Went worth", - "␣d oo", - "␣f acing", - "␣l amb", - "im me", - "um ps", - "␣pro ced", - "␣ar rang", - "te ve", - "␣through out", - "␣pick ing", - "cept ion", - "␣kid ding", - "␣cook ie", - "␣Pr ince", - "␣fail ure", - "OO K", - "M P", - "␣t ear", - "␣c as", - "␣p ages", - "␣g ained", - "ri er", - "iv ity", - "␣min or", - "␣high ly", - "␣report ed", - "␣equ ip", - "␣Mic key", - "O B", - "b ling", - "l ers", - "p ir", - "y r", - "␣s en", - "␣p ushing", - "␣l ord", - "ar ing", - "␣br anc", - "␣gu ilty", - "␣own ed", - "␣inc ident", - "␣cra ft", - "RI C", - "␣design ed", - "␣Olymp ic", - "␣doc ument", - "␣Rog er", - "n in", - "␣to ss", - "␣se m", - "␣H ad", - "␣bo om", - "␣bo dies", - "␣pr on", - "␣hur ts", - "␣gi ant", - "␣trans port", - "␣jack et", - "␣mad am", - "␣cre ate", - "␣introd uced", - "␣splend id", - "A t", - "H L", - "l im", - "␣t ough", - "ie ce", - "␣up side", - "␣P o", - "␣G ar", - "␣L u", - "em ies", - "␣cr im", - "nJ ack", - "␣Ed mund", - "␣Sw ed", - "␣ban ana", - "␣Gra eme", - "␣Pak istan", - "B e", - "c ar", - "␣c ave", - "␣m ap", - "␣d iss", - "␣f aster", + "Ġfe ars", + "H a", + "ĠD a", + "ĠComp any", + "Ġf ans", + "ell e", + "Ġgrand mother", + "ĠD ou", "es ides", - "␣p or", - "␣n erv", - "␣W ITH", - "␣su ck", - "␣comp os", - "␣Ed ward", - "␣stri ke", - "␣compet ition", - "␣advant age", - "w ater", - "ke ys", - "ch o", - "␣B oston", - "ant on", - "␣str ing", - "␣bad ly", - "␣met hod", - "nDid n", - "␣Pat ty", - "rop ical", - "ha ppy", - "␣c itiz", - "en ced", - "ell ed", - "␣con ce", - "␣K im", - "␣co vers", - "␣sm ooth", - "␣law s", - "␣circ us", - "␣mum mie", - "␣toile t", - "G IN", - "␣b one", - "en ger", - "␣n uts", - "␣S outhern", - "␣T ri", - "␣C ross", - "if fe", - "␣br and", - "uch i", - "␣sign al", - "␣inc red", - "␣Pr ime", - "␣diffic ulty", - "␣Great er", - "␣interrupt s", - "␣eld er", - "A A", - "K E", - "U L", - "b ury", - "␣t ournament", - "␣m ile", - "␣f ence", - "al i", - "␣li qu", - "um ed", - "␣L ie", - "␣R ec", - "␣sp rang", - "␣fam ilies", - "␣real ized", - "␣tri bes", - "nIs n", - "␣record s", - "␣Dav is", - "␣program me", - "␣Cent ral", - "␣activ ity", - "␣ham mer", - "K K", - "␣d ump", - "␣p oo", - "ic op", - "␣re view", - "␣r ise", - "␣M et", - "␣S ee", - "␣S pr", - "␣A LL", - "␣P an", - "␣L ike", - "␣R el", - "ind a", - "␣rest aur", - "␣div or", - "␣Su per", - "␣Cass on", - "T S", - "a ffe", - "b el", - "re ck", + "al m", + "Ġar ise", + "Ġp izz", + "Ġ\" -", + "ph ones", + "Ġdiscover ing", + "oc ation", + "Ġpuzz led", + "A g", + "C omp", + "Ġf ed", + "Ġrepl aced", + "Ġinteract ive", + "- by", + "S S", + "d ie", + "Ġt or", + "ĠCarol ina", + "Ġro yal", + "ar ks", + "Ġst ays", + "Ġap artment", + "Ġcontrib utions", + "L ong", + "Ġb io", + "ĠU t", + "vent ions", + "ĠMus ic", + "ĠT ry", + "ĠS n", + "Ġcontro lling", + "Ġlist ed", + "Ġo ceans", + "Ġtend er", + "Ġexam ining", + "Ġcontro vers", + "Ġconc rete", + "ver ance", + "Ġpro duces", + "Sh ut", + "Ġappreci ated", + "Ġsus pic", + "Ġtax es", + "Ġat oms", + "Ġvers ions", + "- cent", + "I E", + "Un it", + "Ġcrim inal", + "o om", + "Ġsac red", + "ĠBra zil", + "\\n in", + "p read", + "Ġdisappe ar", + "Ġre ject", + "il ty", + "ĠB ella", + "- cl", + "Ġexp ans", + "ĠStud y", + "Ġshe ep", + "ĠAustral ian", + "ĠC ool", + "Ġrel ate", + "Ġcomp osition", + "c ar", + "Ġh om", + "Ġwas hing", + "ative ly", + "ĠIm p", + "Ġd ough", + "Ġplant ing", + "Ġcast le", + "ĠT or", + "Ġco pe", + "Ġun e", + "Ġform ula", + "Ġcontin uous", + "ĠE qu", + "Ġgentle men", + "S ec", + "ĠH ind", + "Ġcr iter", + "Act ually", + "Ġantib iot", + "Ġrepresent ation", + "Ġmarket ing", + "L Y", + "Ġwind s", + "Ġen ch", + "Ġdel ay", + "Ġt ons", + "Ġsustain ability", + "Ġspecial ized", + "iet ies", + "Ġaccording ly", + "w orking", + "us ter", + "Ġg host", + "Ġwel comed", + "ĠN OT", + "Ġer rors", + "Ġarri ve", + "Ġsuff icient", + "Ġch amp", + "Ġcontin uing", + "Ġeas tern", + "pr int", "on ia", - "ly n", - "␣see k", - "␣tr uly", - "␣un iversity", - "␣eat s", - "␣res our", - "␣dr own", - "␣list ened", - "␣apart ment", - "␣hast a", - "␣pill ow", - "␣suffe red", - "g t", - "h us", - "m un", - "␣s ang", - "␣st ol", - "␣S el", - "␣sa v", - "␣L ight", - "nS e", - "␣sp ort", - "ny eah", - "nF ine", - "␣An n", - "ald s", - "eng ers", - "␣bes ides", - "␣Austral ian", - "␣ap olog", - "␣Mich igan", - "l ow", - "r as", - "er able", - "␣c ough", - "or med", - "␣p add", - "␣W estern", - "AR D", - "␣im it", - "nTh ree", - "␣prot est", - "␣drug s", - "␣Ox ford", - "l am", - "␣w ra", - "␣w ounded", - "se ll", - "␣se vere", - "nA gain", - "␣up per", - "␣L ong", - "␣com mer", - "ep s", - "␣cr is", - "␣sure ly", - "␣hard er", - "mp at", - "␣six teen", - "fect ure", - "␣heart s", - "␣clot h", - "nTh ose", - "␣Comm ittee", - "␣pow der", - "␣cred it", - "C ause", - "e ks", - "r ison", - "␣ ouch", - "␣a id", - "␣B on", - "␣F ar", - "␣L ove", - "␣N E", - "␣sp o", - "␣sp are", - "nN ice", - "nD uring", - "␣somet hin", - "nP erhaps", - "␣acc ess", - "␣Be fore", - "␣cross ed", - "␣Mex ican", - "kiss es", - "␣intend ed", - "␣Sov iet", + "Ġqu een", + "Ġsc ream", + "Ġind ex", + "Ġor al", + "Ġmagn etic", + "Ġdecre ase", + "Ġ\\\" \\", + "Ġoper ate", + "Ġin ject", + "b ably", + "ĠDe v", + "hem ical", + "Ġse as", + "Ġgra ve", + "Ġweap on", + "Ġimm un", + "ol ves", + "ĠAcadem y", + "Ġbas ics", + "Ġre duces", + "uth or", + "Ġre aches", + "Ġtext ure", + "Ġclaim ed", + "ber ry", + "Ġequ ival", + "ĠOx ford", + "ons cious", + "Ġend less", + "Ġdra ft", + "Ġaw esome", + "ĠChic ago", + "Ġenorm ous", + "D et", + "ac hel", + "Ġdri ven", + "sp ired", + "Ġbes ide", + "P art", + "Ġprevent ion", + "Ġder ived", + "ad er", + "Ġmoist ure", + "ĠThere fore", + "Ġtrust ed", + "Ġple ased", + "n ormal", + "Ġarr anged", + "H uh", + "Ġb old", + "Ġded ication", + "Ġscat tered", + "' .\\", + "ĠF e", + "Ġscen ario", + "Ġfac ilit", + "ĠCh oose", + "Ġtrans ition", + "-s pe", + "Ġp y", + "Ġsub t", + "ĠChrist ians", + "inc ol", + "Ġconfir med", + "I G", + "Ġk ick", + "Ġengine er", + "Ġres ident", + "Ġgener ated", + "Ġph ones", + "Ġwa ited", + "Ġtw ink", + "Ġpe oples", + "Ġsettle ment", + "Ġw ished", + "Ġg odd", + "Ġstrong ly", + "Ġquiet ly", + "Ġembr ace", + "Ġmix ing", + "- E", + "T ry", + "pe l", + "asc ular", + "Ġkn ife", + "Ġob lig", + "Ġtou ched", + "Ġreflect ing", + "ĠPer haps", + "Ġperse verance", + "ĠT her", + "ĠCh ild", + "Ġbr ush", + "ĠG ar", + "Sh ould", + "Ġincorpor ate", + "he me", + "ĠT aylor", + "ĠF ox", + "ĠJ ac", + "Ġperman ent", + "ic o", + "Ġhell o", + "l ock", + "ĠH oly", + "M S", + "ort ed", + "Ex actly", + "nd ing", + "ind a", + "ĠV er", + "iat ric", + "i ences", + "w ar", + "ul in", + "ĠSar a", + "ĠD ig", + "Ġpriv acy", + "Ġdisappe ared", + "\\n you", + "oy s", + "Ġattempt s", + "ĠChristian ity", + "O ut", + "Ġhosp itals", + "ĠSw ed", + "N obody", + "Ġcon ventional", + "Ġgr at", + "Ġadm it", + "ĠKore a", + "ed ge", + "Ġloc k", + "Le ave", + "ĠT urn", + "Ġess entially", + "Ġexpress ing", + "ap a", + "Ġshop s", + "oles ter", + "Ġimpl ications", + "Ġf ier", + "ĠN atural", + "E ach", + "ĠH E", + "Ġpain ted", + "Ġbenef icial", + "v y", + "ie ve", + "other apy", + "Ġenem ies", + "ĠN E", + "Ġgr asp", + "Ġsome how", + "Ġv en", + "ĠK at", + "ER S", + "Ġsib lings", + "Ġ <", + "Ġst ere", + "Ġint ently", + "Ġshoot ing", + "Ġgreet ed", + "ĠCh ris", + "Ġrec k", + "Ġhop ed", + "re al", + "Ġp ale", + "Ġsil ent", + "Ġphenomen on", + "Ġthought ful", + "IGH T", + "Ġaccur acy", + "ĠDise ase", + "ĠCh ange", + "ĠCh ief", + "Ġpow der", + "Ġcous in", + "ĠT own", + "ĠRedd it", + "ra ham", + "Ġdev ast", "b an", - "␣ x", - "␣p up", - "␣h ug", - "␣h oles", - "␣S omet", - "␣B illy", - "ul ate", - "ag u", - "are n", - "nL ea", - "␣sm iles", - "␣ser iously", - "␣del ay", - "eal ous", - "␣equ al", - "␣prin cess", - "␣Rob in", - "J UD", - "W hen", - "f ive", - "r in", - "␣a st", - "␣w aves", - "␣b order", - "␣g ay", - "␣r ising", - "␣R ay", - "nt o", - "␣U krain", - "we y", - "␣our s", - "␣po ison", - "␣dis hes", - "␣lea gue", - "␣stand ard", - "␣record er", - "␣record ing", - "␣Ag nes", - "␣capt ured", - "␣settle ment", - "␣Republ ican", - "␣indust ry", - "␣feat ures", - "␣equip ment", - "␣branc hes", - "M C", - "Y eah", - "␣t al", - "␣a unt", - "␣b ounc", - "␣an ti", - "␣E ric", - "␣chi ps", - "␣You ng", - "␣tri al", - "␣send ing", - "␣lock ed", - "␣spl it", - "␣sle pt", - "C om", - "␣c ongress", - "␣he n", - "␣r hy", - "␣S erv", - "␣C ath", - "␣O l", - "nC all", - "␣un us", - "␣act ual", - "␣app ointed", - "␣tra ffic", - "␣prop osed", - "␣bal ance", - "␣r ope", - "st ers", - "␣D es", - "␣F e", - "␣con sequ", - "␣br ings", - "ree ks", - "␣U N", - "␣kind ly", - "␣sw ord", - "␣pres ently", - "az e", - "␣kill ing", - "␣kiss ed", - "␣av oid", - "␣eff orts", - "␣Kore a", - "␣stre ets", - "C hi", - "n we", - "p ro", - "␣a ston", - "␣w inning", - "␣f oll", - "␣n ic", - "␣she d", - "ag n", - "ian a", - "␣cha in", - "␣train s", - "␣build ings", - "␣prod uction", - "␣sca re", - "␣compan ies", - "␣cand id", - "␣Alf gar", - "␣Urs ula", - "m et", - "m ad", - "␣b orrow", - "␣c ot", - "␣d well", - "␣h idden", - "␣me as", - "␣whe e", - "␣L www", - "␣let s", - "add ressed", - "␣great ly", - "␣rel ax", - "␣sign s", - "␣plan ned", - "␣lad s", - "␣clim bing", - "␣mix ed", - "␣aff air", - "A merican", - "T o", - "g i", - "s a", - "in tend", - "␣the ory", - "␣was hed", - "ea ble", - "␣H olly", - "ra el", - "␣en emies", - "␣cr own", - "␣room s", - "␣And y", - "␣Amer icans", - "␣record ed", - "␣Rep resent", - "␣treat ed", - "play ing", - "␣nomin ated", - "␣sour ce", - "␣appreci ate", - "A s", - "t ure", + "ĠCont in", + "Ġbu zz", + "Ġprogram me", + "Ġt act", + "ĠF ederal", + "Ġele ction", + "Ġvoc abulary", + "ĠA cc", + "Ġdef ense", + "Ġdiv ing", + "Ġassist ant", + "Ġpan el", + "ri gin", + "Ġexc use", + "Ġemb arrass", + "Ġest imate", + "Ġcelebr ation", + "Ġstop s", + "Ġpsych ological", + "Ġsociet al", + "b led", + "Ġb ast", + "om ers", + "Ġcontrib uting", + "Ġtow er", + "Ġe h", + "ĠM ath", + "Ġpack age", + "ĠIdent ify", + "Ġsl a", + "Ġvirus es", + "Ġsimult aneously", + "Ġcomm ission", + "Ġpers ons", + "-s h", + "Ġsecond ary", + "Ġbud dy", + "n ected", + "as hes", + "ĠC ast", + "Ġreflect ed", + "Ġbelong ed", + "J ack", + "ĠPract ice", + "C ause", + "N OW", + "n et", + "Ġint ake", + "it ar", + "ĠN ever", + ". A", + "... ?\\", + "Ġfig ured", + "Ġflo ating", + "Ġsa uce", + "Ġresearch ing", + "Ġoverwhel med", + "Ġm ail", + "Ġunder ground", + "Ġsub sequ", + "ĠL iter", + "ĠF a", + "Ġreve aling", + "C all", + "Ġcl oth", + "Ġtra uma", + "Ġc ater", + "Ġelse where", + "Ġsatis fact", + "C O", + "Ġcont amin", + "Ġemot ion", + "Ġapparent ly", + "Ġd un", + "Ġfle w", + "ot es", + "op ic", + "ĠSt at", + "ides pread", + "Ġrecogn izing", + "olester ol", + "Ġesc ap", + "ĠW ay", + "az ing", + "I LL", + "Ġthan ked", + "ange red", + "Who a", + "Ġsand w", + "ing ing", + "Ġstate ments", + "Ġrespons ibilities", + "Ġrough ly", + "icul ous", + "e em", + "Ġexp ed", + "ĠQu est", + ". m", + "ĠB oston", + "un s", + "Ġconf irm", + "Ġdra g", + "s uch", + "Ġm ud", + "ic ating", + "Ġtub e", + "Ġaccompl ish", + "Ġgro cer", + "Ġpoint ing", + "Ġdram atic", + "h t", + "ĠR ose", + "Ġavo iding", + "Ġentr ance", + "ĠE nd", + "Ġinv ite", + "Ġf ires", + "Ġexcess ive", + "Ġinhabit ants", + ": \"Ċ", + "Ġstead y", + "Ġa ward", + "Ġcos m", + "Ġo ven", + "ĠGl obal", + "Ġer u", + "Ġansw ering", + "be an", + "Ġpock et", + "er ies", + "Ġprinci pal", + "Ġc ute", + "Ġbehavi our", + "Ġge omet", + "Ġwhe at", + "ĠN O", + "Ġpret end", + "B u", + "Ġent ering", + "Ġsl ave", + "Ġcal ories", + "Ġd irt", + "Ġengage ment", + "Ġsla very", + "ĠT ip", + "Ġp a", + "Ġsh orter", + "Ġmis understand", + "Ġt ort", + "Ġhe ated", + "Ġpe ak", + "\\n of", + "E P", + "I P", + "Ġc ave", + "ĠP olly", + "\\ny eah", + "Ġkind ly", + "Ġcam eras", + "Ġt elesc", + "Ġeng ines", + "ĠScient ists", + "Ġminim ize", + "ĠH appy", + "Ġtal ented", + "Ġprotect ive", + "l ong", + "Ġb iod", + "Ġli ps", + "Ġcontain er", + "ĠCommun ity", + "Ġwor n", + "av i", + "ian o", + "Ġlone ly", + "Ġre n", + "Ġcomp ounds", + "cess ary", + "Ġrac ial", + "B oth", + "ĠIn f", + "Ġep is", + "ĠA st", + "Ġacc idents", + "Ġc av", + "Ġg rain", + "el ia", + "ect ive", + "Ġdes per", + "ĠGuid elines", + "ĠF ace", + "Ġtechn ological", + "Ġt ract", + "Ġtr ace", + "Ġple asant", + "Ġdel ivered", + "r ick", + "Ġsuggest ions", + "Ġnove ls", + ", --", + "S uddenly", + "ĠB ody", + "IT H", + "I F", + "m ble", + "Ġd ating", + "ĠGu ide", + "M ove", + "Ġk idding", + "Ġgr ant", + "Ġfriends hips", + "Ġout l", + "Ġrequ iring", + "Ġille gal", + "W atch", + "Ġr ings", + "Ġob esity", + "Ġconsider ation", + "Ġhyd ro", + "in ction", + "ep s", + "ĠSt an", + "Ġtal ks", + "Ġ ..", + "Ġg adget", + "Ġsh ake", + "Ġlimit ations", + "Ġcomp aring", + "ual ity", + "Ġobject ive", + "ĠC le", + "Ġunder lying", + "Ġinst itution", + "Ġsk et", + "Ġobject ives", + "Wh atever", + "et ing", + "Ġlun gs", + "Ġtri als", + "Ġlive ly", + "Ġreturn ing", + "Ġdiv or", + "ĠKing dom", + "\\n that", + "ag ram", + "Ġold est", + "Ġinter vention", + "Ġcal cium", + "Ġgrand father", + "Ġs ale", + "im p", + "Ġgentle man", + "ap se", + "Ġhe al", + "Ġor bit", + "Ġor ient", + "Ġsens ors", + "Ġchann el", + "us hes", + "Ġen zy", + "Ġsepar ated", + "Ġvac ation", + "Ġaccomp an", + "v in", + "ĠH ello", + "Ġess ence", + "Ġcateg ory", + "Ġw idespread", + "as ka", + "here nt", + "Ġinflu ences", + "\\n a", + "ĠN on", + "Ġpercent age", + "Ġir rit", + "Ġv ig", + "Ġoverwhel ming", + "G l", + "Ġhe ating", + "ĠSt ill", + "ĠSh ould", + "N O", + "U s", + "Ġfl ows", + "Ġorgan izing", + "incol n", + "t op", + "ol k", + "Ġin ch", + "ĠT uesday", + "Ġfest ival", + "Ġt ang", + "Ġt ied", + "ĠCh air", + "if ully", + "Ġconf using", + "Ġpl ates", + "ĠO pen", + "Ġexam ined", + "am ins", + "ĠH an", + "ĠL ove", + "Ġhyd rogen", + "Ġtut orial", + "Ġt ropical", + "ĠPl ay", + "Ġp ushed", + "Ġch art", + "ĠTh ursday", + "E d", + "ast ing", + "Some one", + "C ap", + "Ġnice ly", + "ĠCh ap", + "Ġb orders", + "Ġpro duc", + "ĠF riend", + "re ls", + "Ġin equ", + "Ġcalcul ated", + "Ġtem ple", + "Ġwar ri", + "ad ays", + "ri er", + "Ġpe ers", + "Ġdetect ive", + "ĠS P", + "ar ia", + "ĠR am", + "Ġmet ab", + "Ġcab in", + "ĠF our", + "Ġgu ilty", + "Ġloc als", + "Ġmarvel ed", + "Ġe co", + "Ġse am", + "ĠB ab", + "Ġexplore rs", + "Ġl ung", + "ĠM ic", + "Ġfound ed", + "Ex pl", + "ĠF urther", + "Ġd ense", + "ke ep", + "Ġshad ow", + "ĠN az", + "Ġad oles", + "Ġprof it", + "Ġfrequ ent", + "Ġm es", + "ru ption", + "ploy ment", + "Ġlat ter", + "Ġmaster pie", + "Ġpros pect", + "Ġlemon ade", + "ĠW ord", + "Ġshe ets", + "i ology", + "Ġteaching s", + "Ġske pt", + "ĠF ind", + "Ġsw ear", + "Ġillustr ate", + "n that", + "Ġal b", + "Ġoccas ionally", + "Ġd ies", + "* \\", + "Ġinflamm ation", + "ĠW E", + "Ġcomp os", + "Ġtal ent", + "ĠEar ly", + "Ġtiss ues", + "Ġmir ror", + "Ġnarr atives", + "- ex", + "Ġtal ents", + "Ġprot ocol", + "if ted", + "Ġclass mates", + "ĠAdm inist", + "Ġm ile", + "Ġd ent", + "Ġviol ent", + "ĠP L", + "ack ed", + "Ġrec ording", + "ĠMexic an", + "Ġadminist r", + "ab out", + "Ġpot atoes", + "ĠSpe cial", + "r ans", + "ol i", + "ĠM ove", + "qu is", + "! )", + "ur a", + "ĠMin ister", + "le ments", + "Ġvari able", + "Ġdisplay ed", + "ot hy", + "ol ar", + "Ġent reprene", + "Ġprom ising", + "c ers", + "\\n to", + "St art", + "at ers", + "Ġworksh ops", + "ch ar", + "Ġimplement ing", + ": **\\", + "ag raph", + "ON E", + "ir th", + "Ġexhib it", + "ĠDist rict", + "Ġp ets", + "Ġatt itude", + "ĠFam ily", + "F l", + "Ġemploy ed", + "Ġevalu ate", + "ĠE xt", + "Ġinst antly", + "Ġcelebr ating", + "aur a", + "ĠM ajor", + "Ġtri es", + "St ill", + "M L", + "Ġd ried", + "Ġh unt", + "Ġal ter", + "ri ll", + "Ġgr ay", + "Ġfurn iture", + "Ġun ne", + "Ġcontrol s", + "ĠD own", + "ĠS uch", + "ĠL u", + "Ġbat teries", + "Ġarg ued", + "Ġro lled", + "Ġbu gs", + "Ġpass es", + "Ġm ales", + "Ġsevent y", + "O b", + "ĠH elp", + "Ġgu est", + "In st", + "Ġperson ally", + "Ġmar gin", + "Ġf ired", + "ĠA R", + "Ġas ks", + "Ġme ets", + "Ġsh ame", + "ĠV en", "z er", - "␣t ent", - "␣c alc", - "␣at h", - "␣H or", - "␣P apa", - "␣D E", + "Ġtr ash", + "r ane", + "Ġintrig ued", + "ĠW AS", + "Ġv s", + "ick y", + "Ġpuzz les", + "Ġindic ates", + "ĠBe h", + "Ġvari ables", + "F our", + "b ro", + "Ġm it", + "ĠA P", + "Ġresult ed", + "ĠPl ace", + "Ġr ush", + "Ġc odes", + "est ed", + "Ġm old", + "U M", + "Ġed ges", + "Ġl es", + "Ġdec iding", + "Ġcand y", + "Ġprint ed", + "D amn", + "Ġsh r", + "Ġpro st", + "Ġfunction al", + "[ S", + "in itely", + "Ġb on", + "ĠD utch", + "Ġequival ent", + "n ame", + "ĠS anta", + "Ġrespect ing", + "ĠComm ittee", + "Ġre ct", + "ĠH on", + "Ġdr unk", + "Ġdynam ics", + "Ġlearn ers", + "ĠW ednesday", + "Ġcom pe", + "Ġadvant ages", + "Ġtack le", + "it i", + "Ġkid ney", + "Ġrul ed", + "D ef", + "s en", + "ĠM en", + "Ġlet s", + "Ġassign ed", + "ig ure", + "Ġmother s", + "Ġste al", + "ĠD or", + "Ġag ents", + "Ġcomplex ity", + "ĠT imes", + "io v", + "ĠGree ce", + "er ge", + "all s", + "Ġj ail", + "ĠRe al", + "bb les", + "n but", + "Ġc ure", + "Ġrec over", + "ĠSaf ety", + "Ġe pid", + "Ġelect ro", + "Ġhop es", + "Ġp or", + "Ġser ver", + "-h and", + "Ġre ass", + "Ġachie ving", + "Ġmechan isms", + "re p", + "Ġinst alled", + "ĠCon nect", + "Ġveget able", + "og s", + "Ġaw a", + "Ġwise ly", + "se en", + "ĠB ank", + "Ġde als", + "ĠP u", + "ĠN eed", + "Ġtransm ission", + "he alth", + "Ġb unch", + "Ġto ile", + "ĠB ear", + "Ġev ident", + "ĠMay or", + "____ ____", + "ĠHaw ai", + "a o", + "Ġsh ade", + "Ġtem porary", + "oty pes", + "==== ====", + "Ġpros per", + "Ġathlet es", + "A U", + "b acks", + "Ġbl ess", + "Ġvill ages", + "Ġinvent ion", + "Ġfu els", + "em a", + "ĠK e", + "Ġadm itted", + "b ury", + "Ġcon vert", + "ĠL y", + "Ġmagaz ine", + "j ud", + "Ġsound ed", + "Ġd ensity", + "ĠO ffic", + "Ġcut s", + "Ġillness es", + "Ġestim ates", + "Ġprom inent", + "Ġrelig ions", + "ĠDirect or", + "R el", + "Ġth rew", + "Ġeat en", + "Ġgraph ic", + "' M", + "Ġmed ieval", + "ĠAv oid", + "Ġcriter ia", + "Ġpl acing", + "Ġearn ed", + "z zy", + "ĠM aj", + "Ġkn ee", + "Ġacc um", + "Ġchar ged", + "Ġrepe at", + "Ġsav ings", + "Ġfair ness", + "Ġamaz ed", + "am ine", + "Ġcalcul ate", + "ĠChe ck", + "bre ak", + "ĠD ra", + "Ġcirc uit", + "ĠOther s", + "A A", "ol ph", - "nH a", - "␣bo ot", - "lf riend", - "␣K en", - "ia lect", - "nR em", - "␣res ist", - "ail ed", - "␣del iver", - "␣Har ris", - "␣vict ory", - "␣fle w", - "␣distribut ed", - "c od", - "␣h ockey", - "us ic", - "␣li br", - "␣P ooh", - "␣D et", - "␣sp eaks", - "hi a", - "␣pre cious", - "␣ke ys", - "␣house hold", - "␣roll s", - "␣major ity", - "␣compan ions", - "A r", - "I G", - "l ong", - "o very", - "␣in ha", - "st ead", - "qu ar", - "␣gu est", - "␣chan nel", - "␣des er", - "␣wond ered", - "ipp i", - "␣prod uce", - "␣Con f", - "␣Te am", - "␣brief ly", - "␣rapid ly", - "␣lone ly", - "H O", - "i ge", - "p ress", - "␣w ire", - "om s", - "␣S ince", - "␣B O", - "␣B re", - "␣H ot", - "␣j ealous", - "␣so fa", - "um a", - "␣F air", - "␣le ans", - "␣pre gn", - "␣V er", - "␣sl ipped", - "␣rec om", - "␣John son", - "␣hands ome", - "␣lead ers", - "␣hop ing", - "␣crit ic", - "␣Associ ation", - "␣KN OW", - "R Y", - "␣st ern", - "ell ow", - "␣P enn", - "␣F ore", - "␣F ire", - "␣L and", - "␣su ffic", - "␣un f", - "␣un fortun", - "␣bec omes", - "␣Th ree", - "␣De wey", - "␣squ ir", - "␣div ision", - "␣Than ks", - "nAct ually", - "␣b ent", - "␣m ike", - "␣p ension", - "␣p iano", - "␣h ipp", - "␣be ars", - "ad or", - "um m", - "␣P en", - "␣W al", - "␣F in", - "␣gr ant", - "ren ces", + "Every body", + "ĠK im", + "Ġpers u", + "Ġpan els", + "Ġact ively", + "Ġenjoy able", + "Ġemb arked", + "Ġreput ation", + "ĠB C", + "Ġvar ieties", + "Ġremind ing", + "ĠYOU R", + "ĠTy pe", + "h al", + "ĠO ak", + "p art", + "Ġb ills", + "is k", + "Ġdis abilities", + "Ġint ention", + "Ġst ake", + "ĠL ead", + "Ġloc ked", + "H urry", + "Ġre ef", + "Ġtr icks", + "ĠAd v", + "Ġkill er", + "Ġfem ales", + "Ġcon ce", + "Ġsk illed", + "Ġautom atically", + "Ġm ouse", + "Ġsc ores", + "is ible", + "Ġch olesterol", + "Ġcolon ial", + "b ar", + "Ġt ie", + "\\n m", + "id ays", + "nt il", + "Ġreview s", + "R ef", + "re m", + "ĠC ancer", + "Ġjump ing", + "H as", + "he ll", + "ĠA ccess", + "Ġreal m", + "Ġear liest", + "Ġbelie ves", + "af e", + "ĠRes ources", + "Ġl ingu", + "ĠA B", + "ĠL i", + "ĠCl imate", + "Ġarri val", + "Ġadminist ration", + "Ġaim s", + "U sing", + "j o", + "og y", + "Ġfact ories", + "ĠAg ricult", + "Ġgar lic", + "Ġconsum e", + "M on", + "ar ched", + "ony m", + "Ġplant ed", + "Ġm igration", + "Ġac ids", + "Ġpain ful", + "ĠEd ward", + "Ġbelong s", + "Ġstret ch", + "Ġalt ogether", + "ĠColumb ia", + "O H", + "Ġtri be", + "O pen", + "Ġsu icide", + "Ġinter pre", + "Ġmechan ical", + "W E", + "Ġl ens", + "orn s", + "ĠS H", + "Ġcomp osed", + "Ġdism iss", + "ĠB unny", + "ĠO bs", + "Ġparticip ating", + "Ġintellect ual", + "her ic", + "Ġphot ograp", + "ĠInt rigued", + "W he", + "Ġsc heme", + "Ġput s", + "the y", + "-qu ality", + "E ar", + "nd a", + "Ġy ard", + "Ġgr amm", + "ograph ical", + "w ords", + "Ġkn ock", + "Ġmos qu", + "ĠH osp", + "Ġend ing", + "Ġorig ins", + "Ġw ing", + "ĠCo ast", + "Ġmer ch", + "T urn", + "ost er", + "Ġadequ ate", + "k ers", + "rain ing", + "ath an", + "Ġlif etime", + "r ams", + "oo s", + "Ġar ray", + "So on", + "Ġpost s", + "Ġvill agers", + "or ic", + "Ġbe ef", + "Ġdes erve", + "ĠAg ency", + "T ime", + "Ġh obby", + "Ġ\" **", + "ĠBob by", + "Ġcir cles", + "Ġdest ination", + "ĠM Y", + "Ġpar allel", + "Ġop ens", + "Ġbeaut ifully", + "Ġthr owing", + "ĠDad dy", + "Ġo l", + "Ġto b", + "Ġapp s", + "Ġobtain ed", + "iz ers", + "Ġest ate", + "Ġconsum er", + "Ġinvent ed", + "ĠS ing", + "Ġplay ground", + "br idge", + "ĠSh are", + "Ġrout es", + "Ġpe pper", + "Ġsuggest ing", + "a uc", + "Ġremind er", + "Ġdro ve", + "Ġst ab", + "Ġspe ll", + "Ġgu ided", + "Ġforg ive", + "Ġaltern atives", + "Ġinj ured", + "Ġtarget s", + "Ġc ough", + "ans as", + "ub e", + "ĠOh io", + "ro lling", + "Ġr ic", + "Ġreg ul", + "Ġcompan ion", + "ĠL incoln", + "Ġele ven", + "Ġbeg un", + "Ġst ated", + "Ġcontin u", + "Ġstre ams", + "ĠCl ara", + "Ġpizz a", + "Ġbe ars", + "Ġref used", + "Ġdraw ings", + "ĠA ri", + "ĠM ap", + "Ġher bs", + "Ġcr imes", + "heart ed", + "Ġrom antic", + "Ġback yard", + "Ġpar am", + "Ġfac ility", + "Ġqu it", + "Ġprint ing", + "ĠSqu irrel", + "it ative", + "Ġwor ship", + "Ġimm ense", + "Ġburn ed", + "Ġse asons", + "gg ing", + "Ġcop per", + "Ġemp ire", + "Ġinst ant", + "ĠLe o", + "Ġneg lect", + "Ġchann els", + "in ating", + "Ġframe work", + "ĠConst itution", + "oll owing", + "Ġda wn", + "Gu id", "ne ath", - "␣point ed", - "␣ph il", - "ative ly", - "␣med al", - "␣origin ally", - "␣burn ed", - "␣prison er", - "b our", - "w in", - "y m", - "␣d ish", - "␣f ed", - "␣kn ight", - "␣H ello", - "␣sa us", - "iss ippi", - "␣col our", - "ib i", - "␣jump ing", - "nSh ut", - "␣rev ol", - "vocal izes", - "␣alt ogether", - "F r", - "F AD", - "b age", - "␣o op", - "␣d ialect", - "␣p ity", - "␣g imme", - "st ery", - "ce nd", - "␣my ster", - "el ia", - "␣old est", - "eak ing", - "␣sy mpat", - "␣grand mother", - "␣ty p", - "␣attack ed", - "␣emer gency", - "␣independ ent", - "␣Rol an", - "␣Gabrie lla", - "A B", - "n f", - "n he", - "n so", - "al ph", - "␣se ats", - "␣P op", - "art ment", - "␣qu een", - "ud dle", - "␣te nder", - "␣des ert", - "␣dist inct", - "ger y", - "␣aw ake", - "␣ste ady", - "␣Com pany", - "␣check ed", - "␣div ided", - "␣organ ization", - "␣t iss", - "an cial", - "␣de mon", - "ol it", - "␣pl us", - "el come", - "␣R od", - "␣ag re", - "nG e", - "␣bet ray", - "ling s", - "␣cont ent", - "␣bre ast", - "OU T", - "ask a", - "␣trans l", - "␣creat ure", - "␣exper ien", - "␣Dan iel", - "␣manage ment", - "␣cult ure", - "olars hip", - "␣exerc ise", - "t ies", - "␣p ushes", - "␣th orough", - "␣be er", - "ut ed", - "␣W ed", - "␣when ever", - "␣K elly", - "␣bl ame", - "anc ing", - "stand ing", - "␣stud io", - "het ti", - "␣satisf ied", - "␣shad ow", - "␣escap ed", - "ste in", - "␣nerv ous", - "␣b unch", - "␣d ea", - "␣l it", - "␣be lly", - "␣T ig", - "␣N ick", + "th ur", + "Ġpull ing", + "ĠSci ences", + "er k", + "ra pe", + "Ġdist ress", + "ĠPre pare", + "Ġconstruct ed", + "J esus", + "Ġb in", + "ĠZ eal", + "Ġlegisl ation", + "Ġexpans ion", + "Ġs am", + "am ma", + "Ġobs c", + "Ġble w", + "ĠL in", + "c d", + "Ġl akes", + "Ġwal ks", + "Ġwe igh", + "Ġland ing", + "Ġstri king", + "F ind", + "b rew", + "\\u d", + "Ġtr acks", "ond er", - "␣hel icop", - "␣supp l", - "␣sur round", - "␣sort s", - "␣exp ensive", - "␣conf idence", - "␣field s", - "␣pig s", - "␣Adam s", - "␣mam my", - "␣profess or", - "mo ans", - "␣pir ates", - "␣Port ug", - "␣inqu ired", - "␣produc er", - "␣evident ly", - "␣sis ters", - "g ues", - "␣c ouch", - "␣d iamond", - "␣l in", - "ic ide", - "␣e e", - "␣r ifle", - "␣S P", - "␣se qu", - "␣so ap", - "un ning", + "Ġrel ation", + "Ġpar as", + "Ġfort une", + "force ment", + "r ant", + "Ġtrain s", + "Ġrat io", + "ĠViet nam", + "Ġneed le", + "Ġremember ing", + "Ġatt ach", + "ĠV e", + "-w orld", + "Ġenthusi asts", + "Ġdynam ic", + "Ġentertain ment", + "ĠP o", + "ĠD ave", + "Ġsw ord", + "Ġbott les", + "ĠC orn", + "Ġsupp lement", + "ĠInd ust", + "Ġast hma", + "Ġtransform ation", + "H D", + "Ġtri umph", + "Ġpost ed", + "c ular", + "ĠP oint", + "Ġflex ible", + "obb ies", + "Ġnegot i", + "iss ance", + "gr ad", + "S im", + "ur p", + "ĠE ventually", + "Ġcomp ound", + "uc ose", + "Ġopt imal", + "Ġtob acco", + "I ll", + "Ġb unny", + "Ġsou p", + "ĠWind ows", + "pp ers", + "ru it", + "Ġrecyc ling", + "L ooks", + "Ġcurious ly", + "ĠTH IS", + "ĠRe view", "ain e", - "nD ad", - "␣un s", - "␣un com", - "ile en", - "␣bit ter", - "␣rel ief", - "umb led", - "␣El izabeth", - "␣ice cream", - "␣William s", - "␣Per haps", - "␣Bu ild", - "F or", - "b al", - "l ory", - "␣m ig", - "ur ies", - "␣B ang", - "nW hile", - "␣j am", - "␣W inn", - "ol ved", - "␣J erry", - "␣G irl", - "nH mm", - "␣Y ear", - "␣gr ace", - "␣am end", - "ov ing", - "gg ing", - "␣set ting", - "␣dec or", - "␣present ed", - "␣mark ed", - "nSh ould", - "␣contro ll", - "␣requ ired", - "␣delight ed", - "␣pers ons", - "␣advent ure", - "n Z", + "Ġch rom", + "Ġtri o", + "hy l", + "Ġacqu ired", + "k ind", + "Ġre ign", + "ĠW ise", + "Ġafter wards", + "Ġreason able", + "ĠSy m", + "ri ff", + "Ġcollect ions", + "Ġbre eding", + "Ġsn acks", + "Ġoccas ion", + "ne ver", + "Ġfif th", + "ik a", + "Ġadm ired", + "ĠFrancis co", + "Ġt orn", + "ĠN orm", + "Ġart if", + "Ġcross ed", + "-le vel", + "v ard", + "Ġg ang", + "M AN", + "r d", + "red ict", + "Ġmechan ism", + "Ġpil ot", + "Ġp ace", + "Ġp ile", + "Ġcryst al", + "Ġag ed", + "Ġhand ed", + "Ġref lection", + "ĠAr ctic", + "g ers", + "ac hers", + "Ġcol umn", + "Ġisol ated", + "Ġas h", + "Ġr ust", + "Ġliter ally", + "o a", + "iv en", + "Ġcross ing", + "( G", + "Ġt u", + "Ġin qu", + "ĠServ ices", + "r us", + "ĠT op", + "Ġres pected", + "hap ed", + "Ġp airs", + "ĠH arr", + "Ġwith d", + "Ġup coming", + "Ġmight y", + "ail ed", + "aw are", + "Ġunc over", + "r ates", + "ho le", + "ĠSec urity", + "if ting", + "Ġch ips", + "ĠL iber", + "Ġnow here", + "Ġsub tle", + "ĠM id", + "Ġgirl friend", + "Ġm and", + "et ts", + "Ġcomp r", + "Ġsp ray", + "Ġover he", + "Ġc m", + "Ġv ine", + "ĠAnd rew", + "Ġvis its", + "Ġdri vers", + "AT ION", + "ps y", + "Ġrese mb", + "Ġemerg ing", + "C o", + "Ġed ition", + "aterial s", + "Ġident ities", + "ari os", + "Ġclimb ing", + "Ġ\" |", + "Ġpr ime", + "Ġdem ands", + "C R", + "G BT", + "Ġc ord", + "Ġst icks", + "ĠR os", + "ĠUn like", + "Ġopen ly", + "Ġvolunte ers", + "ĠZeal and", + "U nder", + "ro lled", + "Ġcr own", + "Ġadap ted", + "Ġsh ots", + "Ġal ph", + "Ġiss ued", + "Ġproduct ivity", + "ES T", + "ĠExpl oring", + "Ġdemocr acy", + "Ġbad ly", + "Ġnorm s", + "Ġs lic", + "ur ches", + "Ġed itor", + "Ġvit amins", + "ĠR ab", + "Ġtrad ing", + "Ch rist", + "Ġconclud ed", + "g ie", + "ĠO lym", + "Ġthr own", + "ĠPort ug", + "Ġphenomen a", + "ĠA li", + "Ġiniti atives", + "Ġdes p", + "T y", + "Ġdi pl", + "Ġtre m", + "Ġbrid ges", + "Ġcomp ost", + "Ġc uis", + "Ġshe d", + "i ams", + "Ġp itch", + "id ity", + "ac on", + "Ġphot ography", + "Ġaddress ed", + "ĠWhe ther", + "Ġc ock", + "Ġup stairs", + "Ġaud io", + "Ġenthusi ast", + "ĠW il", + "Ġcom ic", + "ĠO pt", + "Ġcap s", + "Ġdiam ond", + "Ġn urt", + "ĠSt ory", + "Ġdec k", + "Ġatt ended", + "Ġaccept ance", + "roduct ive", + "Ġf art", + "ish op", + "Ġval ued", + "S cient", + "Ġp ip", + "ect s", + "ĠO k", + "ins on", + "Ġmind ful", + "Ġrare ly", + "Ġb er", + "ess ion", + "akes pe", + "Ġequ ations", + "Ġair pl", + "yl van", + "F ather", + "Ġpre y", + "Ġcompet itive", + "Ġiniti ative", + "ow ered", + "Ġwas hed", + "Ġspect rum", + "' II", + "ĠI P", + "Ġbare ly", + "Ġcarr ots", + "ĠI de", + "Ġgr ades", + "Ġprop osal", + "ĠMod ern", + "Ġch lor", + "ac c", + "Ġtra pped", + "g ly", + "\\n it", + "Ġsp ices", + "so ft", + "Ġlast ing", + "Ġappe al", + "Ġvari ations", + "augh s", + "C D", + "Ġthe ore", + "Ġout door", + "ĠHe art", + "Al so", + "Ġquestion ing", + "Ġpri est", + "Ġachieve ment", + "Ġflex ibility", + "C ons", + "b age", + "ĠB rain", + "ES S", + "Ġaut ism", + "ĠGrand ma", + "ĠBo ard", + "b ing", + "um er", + "Ġdisc om", + "Ġpray er", + "ĠI D", + "Ġper f", + "uck les", + "ĠEx amples", + "the less", + "Ġnuc le", + "Ġp ir", + "erm an", + "Ġgr anted", + "Ġtre nd", + "Ġexpect ing", + "ĠIslam ic", + "L ove", + "Ġf ox", + "ap or", + "Ġgr id", + "Ġcop ies", + "l ot", + "or i", + "ĠC ir", + "k o", + "ĠI ce", + "ĠS ign", + "Ġrel atives", + "Ġmet als", + "Ġtherap ist", + "Ġevalu ation", + "Ġcompar ison", + "Ġachieve ments", + "- un", + "E ng", + "est ine", + "Ġequ als", + "Ġcat tle", + "Ġc in", + "ĠH aving", + "Ġmin ing", + "C ol", + "Ġp estic", + "Ġwr ites", + "Ġcontrib utes", + "ĠSe lect", + "Ġremo ving", + "Ġh al", + "ĠF act", + "Ġresearc her", + "akespe are", + "Ġs oph", + "Ġthe ater", + "Ġchar ges", + "Ġmedic ines", + "Ġrevel ation", + "- con", + "W r", + "stand ing", + "crib ed", + "Ġappro ved", + "Ġcur ve", + "Ġpublic ation", + "Ġbed room", + "ĠRep ort", + "ĠJe an", + "and y", + "pl ing", + "ĠU r", + "Ġaccompan ied", + "Ġd well", + "ĠB al", + "Ġshad ows", + "b u", + "h or", + "Ġd read", + "Ġsw all", + "Ġquant um", + "Ġbath room", + "l ist", + "Ġc el", + "ĠI ra", + "Ġele g", + "Ġmolec ular", + "t elling", + "he imer", + "or rect", + "Ġd ivid", + "Ġaband oned", + "ak a", + "Ġadd iction", + "Ġexam ination", + "Ġtrick y", + "it ches", + "Ġst ew", + "Ġrest ore", + ") \"Ċ", + "c m", + "Ġhead ing", + "Ġeduc ators", + "Ġprecise ly", + "us al", + "Ġlect ure", + "ĠA M", + "Ġstrateg ic", + "Ġsatisf ied", + "Ġfeather s", + "ĠI ran", + "Ġtrigg er", + "O k", + "OU LD", + "Ġc ared", + "Ġelect ed", + "Ġliter acy", + "f ire", + "in ter", + "Ġh oly", + "ĠJ ones", + "Ġclass ical", + "Ġb oring", + "oc a", + "Ġtr acking", + "ĠK ar", + "Ġupd ated", + "' ?\\", + "- No", + "Ġn om", + "Ġsuper ior", + "-sc ale", + "ĠL os", + "Ġmod e", + "ĠBus iness", + "Ġact ors", + "ĠUS A", + "G O", + "M s", + "Ġwhe els", + "AR T", + "Ġdial ogue", + "al so", + "Ġeffect iveness", + "uff y", + "E l", + "Ġmind fulness", + "Ġadv is", + "Ġneighb oring", + "Ġsad ness", + "Ġlog ic", + "Ġunivers al", + "M other", + "cc a", + "Ġsm iling", + "Ġscen arios", + "Ġunne cessary", + "an ny", + "ess ie", + "Ġdisag reements", + "Ġfarm er", + "w as", + "ak i", + "Ġimp ression", + "Ġcount s", + "Ġpol ar", + "ĠCl ub", + "Ġperform ances", + "Ġcolon ies", + "U se", + "Ġhard ware", + "Ġparticip ation", + "Ġcover age", + "er ted", + "Ġbu ff", + "ĠE ss", + "Ġag ing", + ") :\\", + "T O", + "Ġr anging", + "... .\\", + "Ġdiv ine", + "Ġf ond", + "Ġh arn", + "Ġhead ed", + "Ġinf ant", + "Ġtra ve", + "u an", + "Ġdo zen", + "ind ed", + "Ġmen u", + "cl op", + "Ġground s", + "Ġleg acy", + "Ġbutter flies", + "v ia", + "Ġo we", + "\\n p", + "Ġpar agraph", + "Ġphr ases", + "Lear n", "y es", - "z o", - "␣s orrow", - "␣o we", - "␣b on", - "␣c ents", - "␣p engu", - "␣re ar", - "␣A B", - "ea u", - "␣B ook", - "␣no isy", - "␣H annah", - "␣sp ite", - "␣pro ved", - "␣bl owing", - "nC on", - "IS T", - "oy al", - "␣mom ents", - "␣Ar thur", - "␣less ons", - "nWho a", - "␣glass es", - "␣Govern ment", - "stit ute", - "␣pir ate", + "Ġ vel", + "Ġsurpr ises", + "ain ts", + "Ġwhere ver", + "Ġplan es", + "Ġadvance ments", + "Ġgrat itude", + "Ġwor ries", + "ĠF ree", + "ĠSte ve", + "er ior", + "ĠK ent", + "Ġunf old", + "Ġs our", + "os ph", + "Ġreal ization", + "Ġexp enses", + "Ġvol t", + "Ġdisappoint ment", + "Ġresc ue", + "Ġhistor ians", + "ĠOn line", + "Ġmeasure ment", + "Ġtransl ation", + "ĠWr ite", + "S it", + "ct he", + "Ġab stract", + "ort ion", + "cri be", + "ĠExpl ore", + "eal ous", + "Ġearthqu ake", + "at i", + "ol is", + "The ir", + "Ġpre val", + "be y", + "ĠDem ocr", + "ĠG ulf", + "Ġtit led", + "ot al", + "rit is", + "Ġtele phone", + "Ġadop t", + "Ġvary ing", + "Ġ `", + "Ġre cept", + "Ġd ump", + "ke ys", + "th rough", + "Ġcomput ing", + "Ar t", + "ĠHA VE", + "ĠP ed", + "Ġph arm", + "Ġcru el", + "Ġh o", + "ylvan ia", + "c omm", + "at al", + "ach us", + "Ġsqu ee", + "f are", + "m ony", + "Ġstop ping", + "OU T", + "Ġsumm ary", + "rane an", + "ĠHosp ital", + "b our", + "Ġd ental", + "ĠC ould", + "ĠM ult", + "ĠN ut", + "h in", + "ed y", + "Ġconst itution", + "Ġunivers ities", + "Ġbe e", + "Ġsh ru", + "Ġsu g", + "Ġsci ences", + "Ġspace craft", + "Ġbreath taking", + "b ooks", + "f s", + "ĠP ass", + "Ġvers us", + "le nd", + "pl ant", + "iv ities", + "ak y", + "acks on", + "u per", + "Ġl apt", + "ad ow", + "ĠJ on", + "Ġwork er", + "Ġeconom ics", + "Ġab normal", + "Ġr ays", + "ĠR ain", + "d on", + "Ġth ou", + "Ġsm arter", + "Ġcalcul ations", + "Ġh obbies", + "ĠR og", + "Ġconcer ning", + "ĠSecret ary", + "v als", + "Ġd angers", + "Ah a", + "Ġloss es", + ": ||", + "Ġdis asters", + "Ġmem br", + "ĠInt roduction", + "r ary", + "Ġp aus", + "ot ing", + "Ġopp on", + "Ġopp osed", + "ĠCent re", + "U nderstand", + "Ġun h", + "Ġlight er", + "ch arge", + "reat ed", + "ult s", + "...\\ \"\\", + "Ġter rif", + "U L", + "am iliar", + "Ġboy friend", + "bre aking", + "ol en", + "Ġbet ray", + "vious ly", + "ĠGeor gia", + "if er", + "ig ious", + "m usic", + "Ġp ine", + "ult y", + "ever al", + "am ination", + "are st", + "aff e", + "G rand", + "m ers", + "u ated", + "ĠD ifferent", + "Ġtem por", + "Ġstress ed", + "b ell", + "n h", + "al king", + "ĠAdminist ration", + "\\n h", + "ĠN ic", + "Ġabs olute", + "Ġch arm", + "Ġins ulin", + "ĠTe am", + "Ġdescrib ing", + "Ġble eding", + "Ġconv in", + "Ġtick et", + "ig s", + "ĠAm az", + "ĠMich igan", + "ĠFace book", + "Ġt ab", + "ĠB ud", + "bo hyd", + "Ġexpand ing", + "Ġdiscipl ine", + "ĠThe ory", + "Sh it", + "Ġthreat ening", + "Ġexpand ed", + "parent s", + "E h", + "Ġco ach", + "Ġstr ings", + "Ġrenew ed", + "Ġdram atically", + "Ġdiscom fort", + "K ING", + "\\n f", + "ĠH a", + "Ġgl ance", + "ĠOb ject", + "Ġconscious ness", + "ĠD aniel", + "Ġassoci ation", + "Ġafford able", + "S C", + "m n", + "Ġsn ake", + "Che ck", + "Ġsatisfact ion", + "op t", + "ĠE c", + "ils on", + "P D", + "ĠL GBT", + "Ġtri ps", + "ĠPro p", + "Ġsh ine", + "ab el", + "ple te", + "ĠBat tle", + "Ġg aming", + "arch y", + "Ġsad d", + "Ġexhib ition", + "ĠN umber", + "ord an", + "ĠCl in", + "ĠTe ch", + "Ġlibr aries", + "ĠW hich", + "Ġprof ile", + "ĠPh ot", + "ie utenant", + "Ġdiff er", + "ĠIn vest", + "Ġmin eral", + "Ġcal end", + "Ġcy ber", + "ad or", + "Ġab road", + "ĠK ind", + "Ġscar ce", + "ĠW ales", + "Ġman if", + "te xt", + "Ġcontain ers", + "Ġimplement ation", + "z heimer", + "Ġgl ucose", + "ĠPl ant", + "F ive", + "Ġfl owing", + "Ġreport ing", + "Ġcivil ization", + "Ġintegr ated", + "Ġsl ide", + "eng u", + "Ġhor rible", + "ĠC ross", + "Ġint r", + "in er", + "Ġb icy", + "Ġg ut", + "ĠH and", + "Ġconsider able", + "Ġann ounce", + "Ġspeak ers", + "Ġingred ient", + "Ġhol idays", + "Ġpun ishment", + "Ġinv isible", + "Ġval ley", + "br is", + "Ġo w", + "Ġreg ulation", + "v able", + "Ġde er", + "Ġsh irt", + "Ġint im", + "ĠV an", + "Ġz ones", + "- out", + "Ġbelie ving", + "Ġso ap", + "Ġtw ists", + "Ġcompl ications", + "r ated", + "ir ts", + "ag an", + "ber ries", + "ĠC lean", + "-b l", + "Ġassoci ate", + "Ġterrit ories", + "- W", + "Y ep", + "Ġth ir", + "Ġex ceed", + "ĠR E", + "H ist", + "out heast", + "ĠW ait", + "ĠAn cient", + "ĠD oc", + "oc c", + "Ġdiet ary", + "o ise", + "Ġequ ipped", + "Ġt id", + "Ġm arch", + "ĠP ak", + "ular ly", + "Ġsett lers", + "Ġelim inate", + "Ġk ings", + "Ġgu itar", + "Ġgl ue", + "Ġmaintain ed", + "Ġnit rogen", + "ke l", + "ĠC ur", + "ous es", + "pr ise", + "Ġgrad uate", + "Ġaggress ive", + "ĠIra q", + "uc ed", + "rop ri", + "ch a", + "Ġbes ides", + "Ġinterpret ation", + "Ġjew el", + "ion e", + "-s haped", + "ĠTr ad", + "Ġfro zen", + "ĠR en", + "ĠB ird", + "Ġend angered", + "Ġdri ves", + "Ġconsist ently", + "��unlike ly", + "Ġmotiv ation", + "ĠEnc ourage", + "or ge", + "Ġsoon er", + "hold ers", + "Ġsh ield", + "Ġr ushed", + "-c alled", + "Ġintro ducing", + "Ġcraft s", "c ase", - "z ing", - "er g", - "␣st ove", - "␣M ajesty", - "␣soon er", - "nOn ce", - "␣pri or", - "␣pu pp", - "␣heav ily", - "␣pig gy", - "␣Joe y", - "␣incre ased", - "␣represent ed", - "␣sevent y", - "A IN", - "␣w ise", - "an ed", - "as ant", - "␣be e", - "ad ium", - "␣go sh", - "␣C ons", - "␣H u", - "␣W hile", - "han g", - "␣con qu", - "per or", - "␣fl u", - "␣under neath", - "␣app les", - "␣cont est", - "␣leg al", - "␣ext ent", - "␣adv anced", - "orks hire", - "␣fart her", - "y ard", - "re fers", - "␣re n", - "␣S av", - "nT O", - "ack er", - "␣sp in", - "nM an", - "␣ar med", - "nD e", - "IS S", + "Ġac res", + "cept ions", + "Ġfair y", + "Ġrain fall", + "Ġattract ive", + "Ġb om", + "Ġcons ent", + "Ġpo ems", + "Ġattack ed", + "Ġintegr ity", + "Res earchers", + "Ġp od", + "op l", + "Ġdistrib uted", + "Ġsubstant ial", + "Ġre lying", + "Ġbel t", + "Ġprov iders", + "Ġmod ified", + "uck er", + "ĠAr ts", + "ĠAd vent", + "Ġrespond ing", + "Ġd airy", + "ĠF ield", + "Ġstr angers", + "ĠAss ess", + "Ġsod a", + "Ġp iqu", + "ĠB oy", + "Ġpro ven", + "Ġrad ical", + "ĠWill iams", + "- off", + "Ġcur ren", + "ĠSh akespeare", + "Ġconvin ced", + "n l", + "ĠF air", + "Ġsc ales", + "Ġcap abilities", + "Ġtom atoes", + "H A", + "Ġsp an", + "Ġann oy", + "Ġconduct ing", + "Ġselect ing", + "Ġassemb ly", + "od ed", + "ĠR on", + "Ġspeak er", + "Ġimplement ed", + "achus etts", + "Ġte ens", + "Ġ- \\", + "ĠM ach", + "ist ical", + "Ġcomp ens", + "Ġinst ances", + "ing ton", + "Ġvirt ually", + "Ġal ert", + "ĠR ub", + "ob e", + "Ġaud iences", + "R Y", + "f c", + "v ation", + "Ġl ists", + "ĠS aint", + "ĠC E", + "ig ue", + "em an", + "Ġsp at", + "Ġpar ad", + "or ne", + "Ġm ature", + "Ġr acing", + "Ġstr anger", + "Ġappreci ating", + "Ġpeace fully", + "Ġic onic", + "- being", + "Ġs isters", + "ar on", + "Ġte ar", + "Ġadap ting", + "P R", + "ĠB ang", + "ĠIs lands", + "Ġcor al", + "Ġfier ce", + "Ġp anc", + "Ġde ce", + "' RE", + "in n", + "ut her", + "se ll", + "ĠR et", + "Ġinflu ential", + "ĠPol icy", + "Ġdeli ber", + "ĠChap ter", + "pend ing", + "Un fortunately", + "v i", + "Ġj ealous", + "Ġro pe", + "Ġbre ed", + "Ġcatch ing", + "Ġf ats", + "ĠC reek", + "ĠD am", + "br id", + "osy nt", + ", I", + "w an", + "Ġint ensity", + "IC E", + "Ġpan ic", + "Ġret ire", + "-h mm", + "ĠD uke", + "Ġinter ior", + "Ġtick ets", + "Ġst rand", + "Ġgot ten", + "ĠAr m", + "Ġhorm one", + "op hy", + "Ġsh ower", + "Ġshould ers", + "Ġtail ored", + "Ġa rom", + "Ġsens es", + "ĠEngine ering", + "ĠC ond", + "um ble", + "Ġ( \\\"", + "Ġnarr ative", + "ĠMet hod", + "ro ph", + "Ġapp lies", + "Ġcool ing", + "ĠLe g", + "Ġpartners hip", + "z es", + "Ġabs ence", + "Tr ans", + "Ġhaz ard", + "iss ipp", + "Ġfright ened", + "Ġen ables", + "ĠBe gin", + "c f", + "Ġappro aching", + "the w", + "Ġconsum ed", + "Ġover night", + "Ġident ical", + "Ġworry ing", + "Ġth under", + "co very", + "Ġstim ul", + "Ġch urches", + "Ġcommun ications", + "Ġv owed", + "Ġcompan ions", + "M A", + "Ġal ien", + "ĠL ist", + "Ġunder neath", + "Ġpur ple", + "ung le", + "Ġimmigr ants", + "- G", + "ĠApp le", + "ĠSystem s", + "ĠP ier", + "ĠHe brew", + "Ġmat ches", + "Ġconst it", + "Ġlab els", + "Ġnurs es", + "pl ed", + "Ġemp ower", + "Ġjump ed", + "D is", + "Ġdis ability", + "ĠSh ow", + "- res", + "Ġt ent", + "ol s", + "Ġsh y", + "Ġfirst hand", + "Ġcr ash", + "Ġminim al", + "Ġbutt ons", + "in als", + "ĠF il", + "Ġtight ly", + "Ġgu ides", + "Ġhorm ones", + "Ġso y", + "Ġun em", + "Ġtrans act", + "- cont", + "or ious", + "ĠS elf", + "Ġstorm s", + "Pro fessor", + "Ġweek ly", + "Ġid iot", + "Ġp and", + "Ġsol ved", + "Ġworksh op", + "ĠMarg aret", + "ĠS C", + "ĠB eth", + "ge bra", + "Ġland ed", + "Ġcitiz en", + "- one", + "ĠK NOW", + "ĠWr iting", + "Ġalgorith ms", + "Ġl ux", + "un ts", + "Ġsp are", + "av ior", + "oun s", + "ĠMus lim", + "Ġw ages", + "Ġm aj", + "Ġgood bye", + "ĠAl zheimer", + "Ġsurv ived", + "Ġdu o", + "ĠP ut", + "ĠO per", + "ffect ive", + "B S", + "ĠH u", + "ĠH ot", + "ile y", + "Ġassign ment", + "Ġ |\\", + "Ġsw ept", + "Ġs ons", + "ĠC ard", + "ag le", + "Ġoccur ring", + "s is", + "Ġdet ected", + "Ġtem pt", + "Ġver b", + "Ġshe lls", + "Ġcontin ent", + "Ġinequ ality", + "Ġpiqu ed", + "n we", + "Ġg aps", + "ĠFam iliar", + "or ph", + "Ġb ay", + "\\\" )", + "Ġper ception", + "Ġra bb", + "Sh all", + "Ġimm ers", + "Ġremind s", + "Ġl y", + "ist ant", + "Ġcomb ines", + "Ġattract ed", + "J am", + "Ġr ows", + "ne x", + "Ġgood ness", + "Ġang les", + "Ġnest led", + "os aur", + "Ġve gg", + "ns ylvania", + "O C", + "e ks", + "re r", + "ĠF ocus", + "ĠHe ad", + "Be ing", + "Ġhonest ly", + "ur able", + "are n", + "Any thing", + "Ġp iano", + "Ġab oard", + "Ġavail ability", + "Ġcontrib ution", + "Guid eline", + "w orm", + "Ġc ows", + "ial s", + "Ġelect rons", + "Ġaddress es", + "- com", + "Ġcomb inations", + "Ġcritic ism", + "b es", + "ĠP C", + "ict ed", + "Ġinterview s", + "Ġw ider", + "ic ism", + "Ġprocess ed", + "inc luding", + "ĠRec ogn", + "im m", + "Ġco in", + "Ġrestrict ions", + "pe ople", + "iter ranean", + "* :", + "D av", + "Ġaff airs", + "Ġcra fting", + "Ġsil k", + "x ual", + "Ġtast es", + "Ġprior it", + "Ġcuis ine", + "Ġres erv", + "ĠSt one", + "Ġloc ally", + "Ġpasseng ers", + "ge nder", + "Ġhur ts", + "Ġnavig ating", + "Ġmulti pl", + "Ġuncertain ty", + "Ġbast ard", + "issipp i", + "b ling", + "Ġtra p", + "n m", + "Ġst ur", + "��B ell", + "um bers", + "ĠD ie", + "Ġfeature d", + "Ġdiam eter", + "Ġbiod iversity", + "i h", + "Ġo v", + "Ġcol ony", + "ĠMass achusetts", + "Ġren owned", + "u rolog", + "Ġl aser", + "ion ed", + "Ġcorn ers", + "ĠColor ado", + "Ġv ivid", + "Ġdes erves", + "io x", + "Ġreturn s", + "ĠCar ib", + "Ġmort ality", + "ĠG ive", + "erm ined", + "Ġreflect s", + "Ġpal ace", + "Ġclub s", + "Ġrid iculous", + "Ġauthent ic", + "Cap tain", + "ĠT ree", + "ĠA uthor", + "Ġatt itudes", + "Ġpenc il", + "ĠFa ith", + "Ġo ak", + "Ġst airs", + "ĠEn ter", + "Ġquant ity", + "Ġb eds", + "ĠA LL", + "n in", + "ou nder", + "ĠI II", + "ĠE ric", + "ast ed", + "ĠJ un", + "Ġexper imental", + "AP TER", + "Ġinn it", + "Ġsoph ist", + "n atural", + "Ġqu e", + "ym ph", + "Ġneed ing", + "-s olving", + "Ġtouch ing", + "se ction", + "A bsolutely", + "ol ine", + "hem istry", + "ĠChair man", + "Ġde bris", + "gg y", + "Ġintellig ent", + "ĠP ay", + "ĠL ow", + "f ace", + "j a", + "p ower", + "Ġf its", + "ĠS on", + "ĠB a", + "---- ---\\", + "Ġabs or", + "Ġdro ps", + "Ġnot eb", + "iv a", + "Ġad j", + "Ġam end", + "Ġmet h", + "Ġbroad er", + "Ġbull et", + "Ġcere mony", + "Ġnob le", + "Ġber ries", + "ĠW ITH", + "Ġj ar", + "Ġres id", + "Ġfr ustrated", + "Ġconcl usions", + "Ġrespect ful", + "Ġcham ber", + "gen er", + "Ġdut ies", + "- est", + "ĠL ew", + "Ġcharacter ized", + "Ġemploy ee", + "ĠA ld", + "ĠW ik", + "ĠF und", + "Ġen light", + "Ġmean ings", + "ĠAnge les", + "L ife", + "be cause", + "r in", + "ĠS ky", + "ĠC AN", + "ĠSt ation", + "Ġacc used", + "Ġbur den", + "Ġadapt ation", + "Ġquant ities", + "Ġemphas is", + "Ġinter con", + "ivers ary", + "Ġowners hip", + "Ġcul inary", + "Ġharn ess", + "Ġt in", + "ĠB ern", + "Ġsp ons", + "Ġinf o", + "t able", + "Ġb ib", + "ĠL es", + "ĠJ ackson", + "l ims", + "o king", + "ust ain", + "Ġcont ents", + "vel ength", + "aw a", + "Ġsh ifts", + "oty pe", + "Ġover head", + "Ġwarm er", + "Ġgard ening", + "Ġb ars", + "Ġse ats", + "Ġch arming", + "ĠP ict", + "be c", + "Ġastron aut", + "Ġmin ister", + "Ġdesign ers", + "ĠBar b", + "Ġguarant ee", + "ĠGard en", + "agn etic", + "Ġreb u", + "g ic", + "ĠAn alysis", + "Ġla wn", + "Ġspot ted", + "ĠWild life", + "il ize", + "ub lished", + "io let", + "Ġbelong ing", + "Ġmamm als", + "ĠW orks", + "Ġdeb ates", + "Ġcollabor ate", + "Ġarrest ed", + "on omic", + "ll y", + "Ġst aring", + "[ G", + "ĠC ook", + "ĠN ick", + "As k", + "Ġclean er", + "Ġkilomet ers", + "C om", + "d ing", + "Ġsimilar ities", + "Ġdeterm ining", + "Ġsal mon", + "ĠTr ust", + "Ġhun ger", + "Ġbit ter", + "Ġprob ability", + "Ġappoint ment", + ". |\\", + "Ġkn ocked", + "Ġresp ir", + "Ġunf amiliar", + "Ġanaly zed", + "C ong", + "Ġcr ust", + "Ġche aper", + "-m inded", + "Ġneur ons", + "Ġgadget s", + "Ġd ow", + "ign ed", + "Ġadoles c", + "D O", + "d a", + "Ġc oding", + "th ritis", + "Ġcons erv", + "pr ing", + "Ġhoriz ont", + "gh an", + "Ġst olen", + "Ġsl ip", + "ĠMaj esty", + "- v", + "Ġl t", + "ĠC ode", + "ool s", + "ĠMed iterranean", + "ĠCons ervation", + "um atic", + "ĠG all", + "Ġpurs ue", + "opy right", + "Ġn erves", + "Ġres olve", + "bit ious", + "ul ed", + "ure au", + "Ġimp ressed", + "Ġclos ing", + "Ġsurv iv", + "Ġver tical", + "Ġs ang", + "Ġv oy", "ons ense", - "␣sw all", - "␣sw ift", - "␣Al ice", - "␣Ed die", - "␣regard ed", - "␣strugg le", - "␣gir affe", - "S teve", - "b ird", - "g b", - "ha med", - "ed ing", - "␣I m", - "␣S ax", - "␣S har", - "␣C am", - "nH uh", - "␣cl ient", - "␣che eks", - "␣pass ion", - "␣Miss issippi", - "nw hat", - "nes day", - "␣pic nic", - "t t", - "␣b en", - "␣f ate", - "␣p ure", - "␣l osing", - "␣I ran", - "␣r ac", - "␣S ure", - "␣she et", - "␣P ers", - "␣P arliament", - "␣al arm", - "AT ION", - "␣L ower", - "ist ry", - "␣wor n", - "␣v ain", - "nC ha", - "␣ref used", - "␣Is rael", - "LE A", - "␣X X", - "␣belong s", - "␣collect ion", - "IF A", - "␣hes it", - "␣d u", - "es h", - "am n", - "␣me chan", - "␣A p", - "␣can non", - "␣L ist", - "␣con clud", - "␣good bye", - "␣Y orkshire", - "␣un it", - "␣rem ains", - "␣res cue", - "iver se", - "␣sy mb", - "␣grand father", - "␣fore ign", - "␣vill ages", - "␣oper ation", - "␣Comm un", - "␣respons ibility", - "␣relig ion", - "␣scrat ch", - "␣Emp ire", - "d s", - "n c", - "p y", - "␣b ord", - "␣n uclear", - "ay ne", - "ly ing", - "␣S ara", - "␣j ournal", - "our i", - "␣J r", - "␣G il", - "␣ro y", - "␣cha mp", - "␣sc he", - "␣comp ar", - "␣bel t", - "␣inst ance", - "␣mark s", - "␣pot atoes", - "bl ows", - "␣accom pl", - "␣refer red", - "␣cloud s", - "␣Lat in", - "Y our", - "b ly", - "i ation", + "In c", + "ĠAnt ar", + "B el", + "or ters", + "Ġch ip", + "Ġass ets", + "Ġpay ment", + "Ġspark ling", + "Ġspe eds", + "rain ed", + "Ġste ep", + "Sam my", + "Ġsle pt", + "- ray", + "D ear", + "M ed", + "Ġkn ees", + "Ġprot est", + "ĠFl ore", + "D S", + "re ation", + "Ġinst inct", + "R ob", + "et ary", + "ra ine", + "th on", + "Ġdream ed", + "Ġnewsp apers", + "Ġelectron ics", + "Ġle ather", + "WH AT", + "Ill ustration", + "n he", + "Ġg aining", + "Ġinvolve ment", + "Ġprison ers", + "Ġlabel ed", + "ĠOrgan ization", + "Ġantibiot ics", + "S ally", + "ĠFor ce", + "re he", + "Ġinv iting", + "Ġexped ition", + "ob s", + "Ġprior ity", + "ĠPen nsylvania", + "Ġveget ation", + "Ġapp et", + "n ut", + "ĠT ell", + "ĠM aking", + "Ġse af", + "Ġfollow ers", + "Ġexec utive", + "Ġtrigg ers", + "- J", + "l ical", + "ou ch", + "st s", + "Ġpriv ile", + "Ġproport ion", + "or us", + "Ġre verse", + "Ġadv ances", + "T oo", + "el a", + "Ġreg ret", + "Ġmin us", + "ĠInd epend", + "Ġdirect ed", + "e a", + "Ġa ster", + "ra g", + "ĠW ilson", + "per ing", + "ĠAnd y", + "Ġdevelop ments", + "' Cause", + "ĠB on", + "Ġmiss ions", + "ane ous", + "Ġy oga", + "Ġhe nce", + "Ġsk ies", + "Ġcomple ment", + "Ġrub ber", + "B ig", + "S te", + "ĠD ri", + "Ġmon ster", + "Ġg ig", + "Ġprec ision", + "Ġexch anged", + "Scient ists", + "/ s", + "Ġcare ers", + "Ġri g", + "Ġpolit icians", + "Ġfort un", + "Ġnutri ent", + "ir al", + "St and", + "Ġdefe at", + "ĠLabor atory", + "an as", + "Ġam pl", + "Ġpopular ity", + "ĠTur k", + "Ġmemor able", + "health y", + "P res", + "Ġhist ories", + "Ġtun es", + "Ġgerm s", + "h ar", + "Ġprof its", + "p ass", + "Ġb ands", + "ry ing", + "Ġarg uing", + "Ġsimpl er", + "a wn", + "ĠN ancy", + "Ġret ired", + "Ġeight een", + "Ġincl usive", + "ad el", + "Ġair port", + "Ġpred ators", + "ĠPre vention", + "Ġlog ical", + "Ġgalax ies", + "Ġgrocer y", + "Ġh ip", + "im als", + "Ġfac ial", + "Ġsweet heart", + "AC K", + "ĠSur vey", + "Ġin k", + "ĠM A", + "ĠE s", + "ĠL ocal", + "iv ia", + "Ġpo et", + "Ġlight ning", + "Ġoffic ially", + "Ġassum ed", + "Ġthread s", + "Ġgramm ar", + "n or", + "Ġbe aring", + "ul ous", + "Ġim aging", + "Ġam bitious", + "ĠM ah", + "ag ger", + "oc ate", + "Ġsw ift", + "CH APTER", + "Ġhesit ated", + "Ġtoile t", + "ĠG irl", + "Ġman ual", + "Ġfit ness", + "l ied", + "il ation", + "Ġdet ection", + "Ġult imate", + "Ġenab ling", + "Ġo ils", + "Ġend e", "w a", - "re ls", - "␣d ing", - "on i", - "␣me asure", - "␣P orter", - "nM ove", - "␣stud ent", - "␣cro cod", - "␣pa used", - "␣neighbor hood", - "␣Post man", - "␣foll ows", - "␣libr ary", - "C an", - "d ro", - "s ome", - "␣t ub", - "␣in tern", - "am ma", - "␣P ac", - "ge nd", - "␣J umbo", - "␣bo ld", - "␣St ud", - "␣An na", - "␣pur cha", - "enn es", - "␣fif th", - "␣adv ance", - "ida e", - "inc ol", - "␣ug ly", - "rondisse ment", - "␣Fa ith", - "C l", - "O n", - "b ar", - "s yl", - "␣w inner", - "it ure", - "␣c ode", - "␣S il", - "␣H ome", - "␣sa le", - "␣sp ect", - "nNo body", - "hes s", - "␣lea f", - "␣ent rance", - "␣As ia", - "␣sub st", - "␣eng ines", - "␣clean ing", - "␣among st", - "␣spir its", - "␣stol en", - "w estern", - "w yn", - "␣w itch", - "␣m ole", - "␣p itch", - "␣h ut", - "ke ep", - "␣r ice", - "␣st ool", - "␣S H", - "␣A ny", + "he a", + "it amin", + "ay er", + "Ġspe aks", + "Ġbreath s", + "Ġdesign ated", + "Ġfil ter", + "Ġscreen ing", + "Ġacknowled ging", + "ac ies", + "Ġse al", + "Ġbo il", + "Ġwis hes", + "R ed", + "Ġa unt", + "ĠProt ection", + "a qu", + "Ġt ed", + "ĠC arr", + "ĠSm all", + "- bye", + "ĠO ften", + "Ġthri ving", + "Ġbutter fly", + "it led", + "ir y", + "ĠA L", + "ĠRes earchers", + "Ġhighlight s", + "Ġshowc ase", + "Ġgalax y", + "D own", + "Ġp iss", + "oc ated", + "Ġdis par", + "per m", + "less ness", + "Ġregard ed", + "it arian", + "ell ig", + "ĠF R", + "Ġwarn ed", + "Ġign ore", + "Ġinterf ace", + "Ġy o", + "ĠD ictionary", + "ĠAs k", + "Ġsend s", + "Ġshowc asing", + "ĠCarib bean", + "Ġcan cers", + "ĠJ enny", + "abor ate", + "ĠZ ara", + "ĠSupp ort", + "Ġdipl om", + "Ġw rap", + "Ġg rey", + "Ġst iff", + "Ġqu eer", + "Ġjour neys", + "ĠTur key", + "o vers", + "ly n", + "reg on", + "ac ent", + "ri ger", + "reat ing", + "Ġtarget ed", + "Ġtour ists", + "osa urs", + "Ġd ys", + "Ġunder t", + "Ġident ification", + "Ġwound ed", + "ĠRom ans", + "g iving", + "ĠH ad", + "Ġpress ing", + "ĠIm port", + "ĠBer lin", + "ru g", + "Ġche cks", + "anc he", + "ĠMiss issippi", + "ĠS ad", + "Ġind icated", + "AT E", + "Ġdig ging", + "ĠNav y", + "Ġintent ions", + "n f", + "Ġli p", + "ĠL O", + "usal em", + "Ġw ax", + "ic ious", + "Ġfunction ing", + "ĠPar liament", + "Ġbull ying", + "ĠNet work", + "iov ascular", + "Ġgl ac", + "Ġfat al", + "Ġunp redict", + "ress ing", + "or ous", + "ĠC ut", + "Ġdr um", + "Ġir rig", + "-A merican", + "Ġsacrif ice", + "P at", + "Ġsh ining", + "est one", + "ric ane", + "Ġpass ions", + "Ġsupport ive", + "Ġabsorb ed", + "ĠAmaz on", + "\\n but", + "Ġsc reens", + "Ġpat ch", + "Ġphys ician", + "Ġec ological", + "Ġpurs uing", + "Ġestablish ment", + "Ġappoint ed", + "a ired", + "Ġprin cess", + "Ġod ds", + "Ġvolt age", + "Ġp als", + "his m", + "Ġb ump", + "ĠH it", + "ip edia", + "ĠV in", + "Ġclass ified", + "ĠF ish", + "ru p", + "Ġjo kes", + "Ġaut umn", + "Ġlean ed", + "Ġt ensions", + "Ġexpl os", + "Ġrel at", + "Ġgrand ma", + "Ġbright er", + "-cent ury", + "ar ium", + "ĠKore an", + "Ġcas ual", + "-un it", + "Ġr aces", + "Ġres erved", + "ĠHind u", + "Ġstur dy", + "Ġc af", + "Ġd ict", + "ge ant", + "ĠP D", + "ĠF un", + "Ġreal istic", + "Ġsk ull", + "Ġtra ged", + "Ġcompet e", + "Ġdistinct ive", + "Ġle nd", + "Ġcar ries", + "Ġvar ied", + "Ġaccompl ished", + "Ġbasket ball", + "B ring", + "e an", + "n b", + "Ġan throp", + "ĠDig ital", + "- N", + "Ġg ust", + "Ġdec ent", + "Ġcam ps", + "Ġsod ium", + "ĠL im", + "Ġrad i", + "gu ard", + "Ġf les", + "Pro bably", + "Ġartif acts", + "[ Illustration", + "Ġp oured", + "ĠC L", + "ic an", + "ĠJ ava", + "ĠAl aska", + "Ġmus h", + "Ġpartic le", + "ĠAn aly", + "ret ty", + "ĠAd am", + "ĠR ena", + "Ġfirm ly", + "Ġw ard", + "-l aw", + "z o", + "nt o", + "Ġpe er", + "Ġdevelop ers", + "Ġstory telling", + "lot te", + "M ind", + "Ġco inc", + "Ġconsum ing", + "Ġattempt ing", + "-st ep", + "Ġeleph ant", + "ĠV iew", + "chn ology", + "Ġcour ts", + "Ġstruct ural", + "Sh ow", + "Ġoccup ied", + "rat ulations", + "Ġneut ral", + "Ġench anting", + "- Yes", + "ĠH ard", + "-s ized", + "ĠFamiliar ize", + "r ine", + "Ġs ore", + "Ġcar bohyd", + "Ġfat igue", + "ĠHistor ical", + "Ġsurve ys", + "_ \\", + "u ction", + "Ġab dom", + "ru ce", + "ree ze", + "Ġcomple ting", + "Ġbrain storm", + "ĠAlex ander", + "Ġindepend ently", + "Ġad versity", + "Ġchalleng ed", + "Ġpurch ased", + "P H", + "ĠN i", + "Ġke en", + "Ġrep roductive", + "Ġconcer t", + "Ġdemonstr ates", + "Ġrestaur ants", + "Ġo oh", + "Ġas p", + "Ġkn ights", + "Ġdi ets", + "Ġview point", + "Ġref erences", + "W ant", + "Ġd ign", + "ĠH im", + "IN E", + "ĠScott ish", + "Ġs ink", + "uff f", + "Ġunf ortunately", + "ev in", + "Ġb ore", + "ĠM olly", + "Ġher b", + "Ġass ault", + "ann ah", + "Ġphilos oph", + "Ġcandid ates", + "op her", + "Ġac ute", + "Ġpres ervation", + "Ġsens or", + "Ġdecre ased", + "P ol", + "pl ess", + "ĠCl ick", + "Ġadvert ising", + "Ġpour ing", + "A ren", + "Ġer osion", + "Ġtrou bles", + "ĠJu an", + "ĠM D", + "Ġflood ing", + "a a", + "it ched", + "Ġsun shine", + "ĠSus an", + "p ent", + "Ġwh ist", + "ĠCh all", + "Ġeduc ate", + "ĠCol onel", + "z ona", + "Ġfor um", + "Ġtr unk", + "ĠJust ice", + "Ġste pping", + "-l ooking", + "ĠMod el", + "Ġrespir atory", + "R C", + "he w", + "ĠC a", + "ili pp", + "U CK", + "ĠB ased", + "p ill", + "ĠU h", + "Ġrespect ive", + "Ġast on", + "Mom my", + "ĠConf ed", + "ĠK ids", + "Ġdepend ent", + "Ġmini ature", + "Ġdivor ce", + "at re", + "ĠA my", + "Ġupd ate", + "Ġrein for", + "Ġcandid ate", + "Ġwra pped", + "st ruct", + "Ġun ited", + "ĠAs h", + "Ġuns ure", + "Ġc rap", + "ĠC uri", + "Ġr ational", + "ĠL uc", + "ĠL aura", + "ĠSt op", + "ian ces", + "Ġpres erved", + "Ġemot ionally", + "Ġpoll ut", + "Ġtow ering", + "ĠHar vard", + "Ġfin ance", + "Ġdr ama", + "ĠHer itage", + "ĠLGBT Q", + "\\n oh", + "ĠI mm", + "orn ed", + "Ġann iversary", + "Ġdescri ptions", + "ĠMus lims", + ": *", + "ĠAr thur", + "Ġsens itivity", + "mar ks", + "ĠP rom", + "ag s", + "Ġ\" \\", + "Ġcamp us", + "n what", + "im mer", + "ĠP ope", + "ĠL isa", + "Ġunderstand s", + "Ġrest ing", + "Ġge ography", + "Ġwitness ed", + "_ ,", + "m at", + "Ġh itting", + "ĠC ON", + "ĠB rian", + "umb ling", + "ĠCommun ication", + "Ġo k", + "Ġdo se", + "ich ael", + "tt es", + "Ġarrange ments", + "Ġtum or", + "Ġdispl ays", + "pt on", + "ĠMar ie", + "Ġlow est", + "ĠJohn ny", + "ĠD E", + "ĠMar tha", + "With out", + "Ġconsist ency", + "Ġgar age", + "un ks", + "Ġgrand parents", + "Ġconcentr ate", + "ro x", + "ill ance", + "ĠJ oy", + "Ġrel ie", + "Ġrepresent atives", + "do ors", + "Ġmanufacture rs", + "Ġabund ant", + "Ġw re", + "ĠE p", + "Ġjo ints", + "Ġbrief ly", + "aret te", + "W ere", + "Ġw o", + "ra vel", + "ĠF ar", + "t ic", + "ri x", + "Ġan ch", + "ĠR ail", + "ail ing", + "Ġmet eor", + "Ġview ed", + "Ġtelesc ope", + "osynt hesis", + "Ġl ord", + "Ġcor rel", + "ĠNot hing", + "Ġwis er", + "Ġvolunte er", + "Ġtire lessly", + "- k", + "Ġt une", + "ut ic", + "ĠS up", + "er ness", + "Ġmon key", + "Ch ildren", + "Ġdom ain", + "Ġcomprom ise", + "L ES", + "ic on", + "ĠA RE", + "ra it", + "L ucy", + "ĠJ en", + "Ġeth ics", + "Ġwe lf", + "Ġsu its", + "Ġdead ly", + "ĠJer usalem", + "ĠTher apy", + "P ost", + "ĠWho a", + "wr iting", + "ear s", + "Ġtrem end", + "re ction", + "ĠU P", + "Ġgen re", + "ĠPr ime", + "Ġcapt uring", + "Ġfart her", + "A c", + "Ġh ook", + "ĠH olly", + "Ġj un", + "Ġsc are", + "Ġsus cept", + "Ġp oo", + "ĠH or", + "ĠL og", + "omet er", + "int age", + "-f ive", + "Ġhands ome", + "Ġillustr ations", + "M ark", + "ĠS O", + "ĠB an", + "ĠD un", + "ĠJ ordan", + "ob ile", + "Ġwa velength", + "Ġreck on", + "Ġoverhe ard", + "Ġmis chie", + "Ġcivil izations", + "Ġwelf are", + "Ġse w", + "Ġoff ices", + "Ġem erge", + "Ġbacter ial", + "Ġpen al", + "Ġgri ef", + "Ġvacc ines", + "Ġfib ers", + "N S", + "N ote", + "ĠC ra", + "Ġor b", + "uss ion", + "Mm m", + "Ġdemonstr ating", + "Ġsubsequ ent", + "Ġline ar", + "iox id", + "g ro", + "Ġ )", + "in ition", + "Ġu gly", + "are ttes", + "Ġlo an", + "Ġlo ads", + "Ġcop s", + "Ġport ray", + "Ġdistrict s", + "g ust", + "Ġf ir", + "Ġassum ptions", + "ĠMount ain", + "ĠStr ateg", + "Ġdomin ant", + "Ġf aint", + "ĠOb ama", + "Ġcalend ar", + "ĠA ud", + "ather ine", + "Ġrefuge es", + "Some body", + "Ġincorpor ated", + "w ho", + "ro ck", + "Ġinvest ing", + "Ag ain", + "at ile", + "Ġst ole", + "Ġpe as", + "ĠEm peror", + "Ġvot ing", + "ĠOffic er", + "m al", + "r itional", + "in ery", + "Ġaw ake", + "Ġmurd ered", + "Ġto ss", + "ĠT am", + "ĠC ell", + "Ġsa iling", + "Ġperce ived", + "s hips", + "et ically", + "Ġun int", + "Ġaccept ing", + "Ġschol ar", + "Ġst ems", + "ĠC lear", + "ĠO s", + "Ġmar king", + "Ġtim ing", + "Ġcher ished", + "Ġd ining", + "W ater", + "ĠM ur", + "hel p", + "ĠUp on", + "Ġw oke", + "or ig", + "ĠR od", + "Ġur ine", + "Ġlic ense", + "Ġvegg ies", + "Dav id", + "u um", + "Ġin herent", + "ĠE le", + "ĠEgypt ian", + "Ġpaus ed", + "Ġinter ventions", + "ĠDiv ision", + "r ot", + "Ġpre cip", + "ĠK iki", + "Ġatt ent", + "Ġbase ball", + "Ġupd ates", + "gi ene", + "Ġt anks", + "ĠC omb", + "ĠF ive", + "Ġdec ay", + "Ġcool er", + "T en", + "Ġd amp", + "Ġexpl osion", + "Ġrele asing", + "Ġdim ensions", + "du ction", + "ou ri", + "et he", + "ĠO regon", + "Ġconst ra", + "Ġcir cul", + "Ġw ool", + "us cript", + "ur ous", + "Ġcon j", + "ĠB olt", + "Ġbu g", + "IN D", + "Ġbrows ing", + "g ian", + "Ġin hib", + "Ġpre jud", + "Ġprov ider", + "Ġpri ze", + "edd ed", + "Exc ited", + "Ġwealth y", + "Ġfr ustration", + "ĠMed ia", + "TH ER", + "Ġpro hib", + "ĠG ather", + "Ġtur tle", + "clop edia", + "Ġpress ed", + "g ot", + "Ġprov ince", + "Ġrelax ation", + "ĠP R", + "Ġri val", + "Ġnegative ly", + "ĠCarl os", + "g ae", + "ch ange", + "all ing", + "ĠRes p", + "Ġecho ed", + "Ġli vest", + "ĠR uth", + "ĠJ enn", + "Ġreve als", + "Ġconfident ly", + "ĠR est", + "Ġin ev", + "Ġno ises", + "Ġsmall est", + "Ġgl ow", + "Ġtend s", + "ĠGold en", + "B I", + "S ur", + "i ors", + "w ind", + "Ġp i", + "Ġstud io", + "Ġpass word", + "arent ly", + "Ġpredict ed", + "ĠLe vel", + "Ġexcept ion", + "Ġdisag ree", + "Ġregist ered", + "Ġs ch", + "Ġcl iff", + "Ġshall ow", + "Ġcast ing", + "Tw enty", + "ad ers", + "ĠC op", + "Ġal tered", + "ĠO tt", + "Ġru in", + "Ġchuck led", + "ĠDar win", + "Ġescap ed", + "Ġf ake", + "Ġd ull", + "Ġle ap", + "Ġbu bbles", + "Ġmel odies", + "Ġtub es", + "- be", "ro se", - "␣H a", - "nW E", - "un ting", - "␣F IFA", - "␣R alph", - "␣N ic", - "␣got ten", - "␣us eta", + "ĠM ama", + "ĠE U", + "Ġcharacter istic", + "ropri ate", + "P L", + "P s", + "Ġaccomp any", + "Ġsophist icated", + "Ġc able", + "Ġqu ote", + "ĠAgricult ure", + "Ġth irst", + "Ġbl oss", + "Ġmod erate", + "Ġelect ions", + "Ġw ounds", + "ll er", + "Ġman agers", + "Ġfore cast", + "Y et", + "ĠC ooper", + "ĠN ote", + "iss ors", + "Ġcy cles", + "o ving", + "Ġf ence", + "Ġh ats", + "ĠM S", + "AR D", + "Ġspin ning", + "Ġreven ue", + "Ġtwink ling", + "ĠC ost", + "ĠM ir", + "Ġbarri er", + "est ion", + "Ġrepresent ative", + "Ġex otic", + "Ġreg ister", + "Ġcirc ulation", + "Ġdoll ar", + "itz er", + "ot ted", + "ĠB ooks", + "iv als", + "Ġintercon nected", + "Ġlivest ock", + "Ġb ark", + "Ġexpl icit", + "ĠGu ard", + "Ġg ast", + "ur ated", + "ĠAg ain", + "Ġintegr ation", + "n so", + "ĠCult ure", + "Ġgl oves", + "Ġent itled", + "Ġconf ront", + "Sec ond", + "ĠPak istan", + "Ġg olf", + "ĠC rit", + "ist ance", + "Ġchar ity", + "Ġsw ing", + "ĠSam uel", + "Ġvent ure", + "Ġdeliver ing", + "Ġobsc ure", + "- Unit", + "H y", + "Ġt ies", + "ag en", + "Ġout doors", + "Ġvis ually", + "Ġext ension", + "Ġconnect s", + "ĠThrough out", + "t here", + "bb ed", + "Ġhousehold s", + "greg ation", + "ĠMove ment", + "Ġg ym", + "ĠAl bert", + "Ġrock et", + "H appy", + "T A", + "Ġy ards", + "ut y", + "Ġch ains", + "Ġqu arters", + "Ġrep ly", + "ortun ate", + "ll ie", + "ĠO UT", + "Ġun for", + "Ġjewel ry", + "ab s", + "Ġattempt ed", + "Ġa est", + "it ory", + "ter ior", + "Ġref riger", + "Ġprev ents", + "Ġdil ig", + "ĠLew is", + "t i", + "Ġp ants", + "ĠH old", + "Ġout line", + "Ġpar king", + "Ġthe e", + "Ġarrange ment", + "Ġallerg ies", + "ĠSpr ing", + "N E", + "Ġsqu irrel", + "ĠArab ic", + "p ress", + "t w", + "Ġp ose", + "Ġlo ver", + "ĠCent ury", + "Ġr ats", + "Ġdev oted", + "Ġmargin al", + "- op", + "b ian", + "ĠE ve", + "Ġneighborhood s", + "Ġcorpor ate", + "Gen eral", + "P E", + "ple x", + "ĠAl an", + "Ġpurch asing", + "Ġwithd raw", + "M ad", + "Ġeduc ated", + "Ġcrit ically", + "Ġremo val", + "w h", + "Ġm im", + "ĠC ore", + "ĠB arn", + "Ġfour teen", + "us ters", + "un icip", + "Ġsc rolling", + "Ġstret ching", + "ĠK y", + "Ġcommun icating", + "Ġaut o", + "ĠAre a", + "Ġut ter", + "Ġbound ary", + "Ġcoll apse", + "Ġaff ection", + "p ace", + "Ġa ye", + "Ġm aid", + "ĠW ars", + "ĠH op", + "ĠN ob", + "ost ic", + "Ġthri lled", + "Ġcand les", + "urt les", + "Ġrit uals", + "Ġwork place", + "iet h", + "Ġreason ing", + "Ġapolog ize", + "er able", + "ar se", + "Ġso ot", + "Ġgu iding", + "Ġorient ation", + "ĠFurther more", + "ĠH as", + "ig ation", + "hem atic", + "a ire", + "in ates", + "Ġres olved", + "ĠU k", + "ĠPro cess", + "Ġwar fare", + "Ġfat ty", + "Ġcryst als", + "il ant", + "pl ate", + "ĠInd eed", + "Ġnot able", + "Ġpart ly", + "Ġcent ered", + "Ġmonth ly", + "ĠDis order", + "ĠSm art", + "S H", + "es y", + "Ġsc rap", + "Ġbo ots", + "Ġelement ary", + "Ġpup ils", + "Ġstere otypes", + "ĠP aper", + "Ġdesper ate", + "Ġun re", + "Ġreg ulate", + "ĠAf ghan", + "-m ade", + "ĠIm pro", + "Ġwire less", + "Ġmisunderstand ings", + "o ors", + "ĠM ot", + "ĠN ight", + "Ġinvent ions", + "Ġadvoc ate", + "Ġconver ted", + "Ġcorrespond ing", + "ĠAri zona", + "m ia", + "Ġb id", + "Ġseason al", + "Ġarchitect ural", + "Ġsixt een", + "/ d", + "\\n so", + "ĠP enny", + "Ġanal ys", + "Ġtransm itted", + "Ġtransfer red", + "Ġblank et", + "Ġalb um", + "C oll", + "g ency", + "Ġk in", + "ĠWith in", + "Ġst icking", + "ĠIn spired", + "Ġread ily", + "Ġbal ancing", + "Ġg ems", + "ĠA IDS", + "um ns", + "ĠL ater", + "oc y", + "Ġball oon", + "Ġpromot es", + "rehe nd", + "Ġgen ius", + "Ġvent ured", + "m l", + "rit ious", + "Ġground breaking", + "ĠG il", + "Ġconf ig", + "L ater", + "b d", + "Ġrele ases", + "ĠRena issance", + "Ġg aze", + "Ġfin ishing", + "Ġtable ts", + "i ently", + "Ġdis k", + "Ġsur ge", + "ffic ient", + "adel ph", + "Ġpro ving", + "Ġdam aging", + "Ġp ays", + "Ġpre ced", + "Ġseason ed", + "Ġcrowd ed", + "Jam ie", + "ĠS E", + "ĠGerm ans", + "nes ota", + "ĠVictor ia", + "ac ious", + "ĠC ape", + "Ġout break", + "ens ed", + "ĠPro per", + "Ġfra ction", + "Ind eed", + "Ġh ired", + "ab led", + "ĠG ame", + "ĠO R", + "Ġtact ics", + "B esides", + "ol as", + "ĠE li", + "Ġcomm ands", + "Ġeven ly", + "ĠFlore nce", + "b ble", + "es is", + "\\n is", + "ĠT ower", + "ĠB ull", + "ik o", + "eral d", + "Ġsal ad", + "Ġcompet ing", + "Ġconcentr ations", + "ĠPet e", + "Ġcurren cy", + "v et", + "ĠW atch", + "Ġdi vers", + "Ġinvestig ating", + "Ġunw anted", + "b ons", + "Ġm ast", + "ĠC urrent", + "Ġgener ous", + "Ġbehavior al", + "bur gh", + "Ġw ires", + "Ġl ion", + "tain ing", + "Ġshort ly", + "Last ly", + "Ġscr atch", + "I KE", + "Ġrep et", + "O ld", + "o ked", + "ir us", + "Ġsp ine", + "Ġgen etics", + "Ġlast ed", + "H oney", + "Ġout s", + "Ġfl ies", + "ĠSol ar", + "b ird", + "at tle", + "Ġd ude", + "\\\" ?", + "Ġnot ion", + "aut hor", + "ĠOr der", + "Ġinvest ors", + "Ġpun ct", + "i ological", + "u v", + "ĠD ick", + "Ġgr an", + "Ġswe at", + "ino is", + "Ġgodd ess", + "Ġp ests", + "ra ge", + "Ġproduct ive", + "Ġann ually", + "Ġexcept ional", + "U D", + "Ġwh ales", + "ĠM arsh", + "ĠK h", + "Ġmagn itude", + "Does n", + "Ġcontrovers ial", + "or p", + "ar king", + "Ġen ric", + "ĠEd die", + "Ġinnov ations", + "Ġtum ors", + "Ġjack et", + "Ġbl owing", + "Ġhur ting", + "ĠComp uter", + "Ġcampaign s", + "er to", + "oth s", + "Ġshout ing", + "C S", + "le te", + "Ġrespect ively", + "Ġimm igration", + "Fr ank", + "Ġmetab ol", + "o ids", + "Ġtru cks", + "Ġnurs ing", + "Ġtherm al", + "om al", + "Ġbe nd", + "ĠM ess", + "th od", + "Ġcry pt", + "Ġalgorith m", + "Ġentreprene urs", + "Ġl ing", + "Ġsh aking", + "Ġbo ards", + "Ġdest ro", + "Ġunf ortunate", + "Ġwrit ings", + "Ġweakness es", + "Ġol ive", + "on ge", + "Ġh ier", + "Ġover view", + "Ġmat tered", + "Ġprec aut", + "ay a", + "ĠH um", + "Ġsp lend", + "Ġbright ly", + "Ġenh ancing", + "Ġcopy right", + "Ġloyal ty", + "w estern", + "Ġn asty", + "ĠT ar", + "ir able", + "qu arters", + "red d", + "Ġph osph", + "Ġdelight ed", + "Ġthir teen", + "arn ing", + "ĠTest ament", + "ĠFriend s", + "R ep", + "ĠD ON", + "Ġhome made", + "Ġdevelop s", + "Ġris es", + "Stud ents", + "Ġdevast ating", + "Ġmasterpie ce", + "M a", + "ĠIn g", + "Ġinvest ments", + "ĠMe i", + "ĠTur tle", + "adelph ia", + "on ing", + "Ġoff s", + "Ġcount ed", + "Ġbeh alf", + "Ġspecial ist", + "Ġprom ises", + "Ġexplan ations", + "col m", + "imens ional", + "Ġperson nel", + "IV E", + "Ġtransl ated", + "augh ing", + "ed a", + "ide o", + "Ġloc ate", + "Ġindivid ually", + "Ġsuggest ion", + "Ġadvent urous", + "Ġadm ire", + "Ġbed time", + "Ġcard iovascular", + "Cl ick", + "Ġevolution ary", + "onym ous", + "Ġeleg ant", + "Ġrabb its", + "Ġfles h", + "ĠS oph", + "Ġur gent", + "Ġpig s", + "ufff ds", + "ĠP arent", + "Ġfight s", + "for ward", + "ĠBr ad", + "c ked", + "Ġatmosp heric", + "Ġhighlight ing", + "Ġdun no", + "B O", + "S O", + "Ġad verse", + "Ġinf ants", + "Ġdig it", + "ĠPe ace", + "Ġearn ing", + "Ġpip es", + "- Yeah", + "Ġp ity", + "Ġh its", + "Ġso ils", + "ish a", + "pr ints", + "Ġorig inated", + "Ġpen et", + "- night", + "Ġearthqu akes", + "M et", + "ĠG ET", + "Ġper pet", + "Ġloo p", + "Ġdel ved", + "Ġdefin itions", + "Ġdistingu ish", + "ĠMicro soft", + "ĠSwed en", + "Ġj am", + "ĠJ immy", + "Me et", + "ĠCult ural", + "S cience", + "Ġgl ory", + "hys ical", + "Ġexplore s", + "Ġfree zing", + "OR E", + "Ġmotiv ated", + "ĠDie go", + "ĠS ection", + "ast ics", + "ĠAD HD", + "ĠWH AT", + "Ġhoriz on", + "Ġsed iment", + "Ġj ungle", + "ĠL ine", + "Ġappro val", + "Ġisol ation", + "ĠCast le", + "J o", + "Ġb ored", + "\\n b", + "Ġsym p", + "Ġfac ulty", + "Ġvari ation", + "Ġadvoc ating", + "Ġh ire", + "il st", + "ord on", + "Ġdi arr", + "Ġinfl ation", + "Ġhonest y", + "or ney", + "op ia", + "ĠAn imal", + "Ġdress ing", + "ĠC OM", + "ĠN a", + "olog ically", + "Ġcraft ed", + "Ġpersist ent", + "Ġprosper ity", + "ou st", + "Ġdra gon", + "le ys", + "ĠB ow", + "AS T", + "Ġcat al", + "ĠAnt on", + "R ich", + "U ntil", + "He alth", + "Ġfund ed", + "? '", + "is ons", + "Ġqu ir", + "Ġopp osition", + "ipp y", + "ĠGr ace", + "m ary", + "Ġbr ick", + "Ġbi om", + "Ġeleph ants", + "Ġbe am", + "ĠF est", + "Ġfra gr", + "Ġmuse ums", + "c asts", + "lect ing", + "Ġpresent ing", + "ĠPh ilipp", + "Ġunc onscious", + "Ġfle et", + "ĠJer sey", + "-cl ass", + "T hings", + "Ġsh ades", + "ĠD raw", + "Ġen forcement", + "Ġimp air", + "Ġrout ines", + "Ġincl us", + "f le", + "Ġ %", + "Ġs ulf", + "il ton", + "red ients", + "ard o", + "li hood", + "ĠSim on", + "ĠSchool s", + "Ġtun nel", + "Ġdis gust", + "oll o", + "Ġchop ped", + "ĠTem ple", + "Ġchrom os", + "ĠInd ones", + "Ġinfect ious", + "Ġne urolog", + "Ġher s", + "TH AT", + "Ġrefer ring", + "Ġchap ters", + "Ġblo om", + "R un", + "i pt", + "ĠPro blem", + "ĠDe ep", + "Ġnut ritious", + "Ġtraged y", + "ĠH ur", + "get table", + "Ġlab our", + "Ġtit les", + "ĠSup reme", + "C L", + "Ġfor cing", + "Ġcont est", + "ĠDe ath", + "ky o", + "II I", + "F ast", + "ad der", + "ry pt", + "Ġtour ism", + "Ġwid th", + "Ġd ictionary", + "ĠB ureau", + "ere r", + "At t", + "ĠAb raham", + "ĠMat thew", + "Ġfoss ils", + "ĠIll inois", + "Ġproduc ers", + "Ġlapt op", + "ĠA k", + "Ġas pir", + "ect or", + "ph a", + "ĠAl ong", + "ĠLe on", + "Ġutil ize", + "Ġintim id", + "ar ians", + "le ton", + "ĠJ r", + "Ġaccount ing", + "Ġresist ant", + "Ġprint s", + "B M", + "Ġen erg", + "Ġprov in", + "Ġstri p", + "Ġw ip", + "Ġro d", + "ĠBr idge", + "ĠGr ad", + "Ġrob ust", + "ĠGrand pa", + "ĠWH O", + "Ġthe rape", + "Ġc ares", + "Ġman uscript", + "ĠWe ek", + "A nt", + "R S", + "ĠP oly", + "oca ust", + "Ġme lt", + "ĠE mer", + "ĠF ed", + "ĠSt ay", + "Ġsc ope", + "C ut", + "ĠG PS", + "ruct ive", + "Ġant ioxid", + "ĠAm elia", + "Ġprop ag", + "Ġconv ince", + "Ġcomprehens ion", + "B E", + "a ise", + "fore seen", + "Ġhead aches", + "Ġnavig ation", + "ar b", + "ĠM O", + "Ġben ch", + "Ġrece ives", + "Ġsmell s", + "ader ie", + "Ġdow nt", + "ar aderie", + "ĠB ri", + "Ġhope ful", + "Ġmechan ics", + "n cy", + "Ġre he", + "ĠH T", + "Ġv ice", + "Ġv intage", + "ult ure", + "Ġover s", + "Ġdemand ing", + "For get", + "ĠMin nesota", + "Ġvolcan ic", + "Ġcater pill", + "g ments", + "Ġsp inal", + "be cca", + "up iter", + "Ġdele g", + "Ġfor b", + "ĠD iana", + "ell ed", + "ie ce", + "Ġnut ritional", + "Ġunh appy", + "ion a", + "ut ter", + "Ġsatell ites", + "Ġgrace fully", + "A ns", + "M um", + "ven ue", + "ah a", + "Bet ter", + "S uch", + "an z", + "Ġun healthy", + "Ġstret ched", + "Ġye ast", + "Ġdivid ing", + "at in", + "as ma", + "Ġimp r", + "Ġcam araderie", + "Ġhaz ards", + "ĠJac ob", + "ar ity", + "Ġst ub", + "ĠC old", + "ĠE X", + "Ġsens ory", + "Ġconsequ ence", + "Ġpestic ides", + "K S", + "Q L", + "s un", + "ĠE aster", + "Ġsp y", + "Ġtra ils", + "Ġrepl acement", + "Ġphot osynthesis", + "Ġfrag ile", + "keep er", + "Ġopt ical", + "ĠSte ven", + "- ey", + "P oor", + "Ġch arts", + "Ġhead ache", + "Ġdev il", + "-c ol", + "ham ed", + "S ix", + "oo f", + "Ġcom ics", + "Ġnow adays", + "Ġgen res", + "Ġsimilar ly", + "Int rigued", + "Ġru ined", + "Ġminor ity", + "K n", + "a ved", + "Ġp unch", + "ad vant", + "Ġcan vas", + "ĠD ate", + "ĠL E", + "oc ity", + "Ġcol umns", + "Ġsn akes", + "Ġtext book", + "ĠPhil ip", + "Ġunpredict able", + "ĠS ound", + "ort ing", + "Ġfe ast", + "Ġbr on", + "ploy ed", + "Ġfix ing", + "Ġaqu atic", + "Ġepis ode", + "im eter", + "ĠT hings", + "Ġby e", + "ĠSt ories", + "Ġview ing", + "Ġsus pected", + "Ġsou ls", + "ĠHit ler", + "c ling", + "n erm", + "Ġun foreseen", + "Ġacknow ledge", + "M ichael", + "Ġn u", + "ĠT ext", + "ĠM u", + "ig ate", + "Ġtr aces", + "Ġdesign er", + "Ġgas ped", + "Ġoccas ions", + "Ġw olf", + "Ġan ts", + "Ġint end", + "Ġrelax ed", + "ĠDor othy", + "Ġgener ating", + "Ġorgan ism", + "Ġrul er", + "k ward", + "n an", + "ĠS U", + "Ġgu ards", + "Ġdark er", + "Ġep ic", + "Ġallerg ic", + "ĠP oll", + "Ġref res", + "Ġtable t", + "Ġsepar ation", + "P ublic", + "Ġf isher", + "Ġst amp", + "am ous", + "Ġspe lling", + "Ġworth y", + "Ġpow ered", + "S upp", + "i ability", + "Ġsh ipping", + "Ġdec ides", + "Ġsucceed ed", + "ĠHawai i", + "Ġre hab", + "Ġfas c", + "Ġtransl ate", + "ĠWal ter", + "Ġbe aches", + "ĠM es", + "ĠP age", + "ang les", + "ĠInt erest", + "on al", + "ĠA qu", + "Ġint u", + "Ġun l", + "te br", + "Ġimag ery", + "AC E", + "- en", + "Ġw age", + "er get", + "or ning", + "is y", + "ge red", + "Ġv o", + "Ġinc ent", + "Ġsecret ary", + "Ġcig arette", + "p in", + "Ġd uration", + "al o", + "hed ral", + "Ġsur re", + "Ġve nd", + "ĠPhil adelphia", + "i ens", + "Ġp add", + "ic hes", + "ĠT enn", + "Ġsu ck", + "ĠL isten", + "Ġrel ates", + "Ġfun gi", + "ix el", + "Ġri gor", + "Ġmodel ing", + "ĠConf erence", + "- te", + "Ġv om", + "Ġpray ers", + "Ġpond ered", + "Ġj e", + "Ġpre st", + "Ġmet aph", + "-d is", + "Ġclean ed", + "ann el", + "Ġexec ution", + "Ġcere mon", + "ĠDan ny", + "Ġhypot hesis", + "m akers", + "ĠA ff", + "Ġappe aling", + "Ġfacilit ate", + "ĠM ission", + "ĠL uther", + "Ġcomp at", + "Ġsomet ime", + "Ġclos est", + "Ġpal m", + "A ss", + "ĠC all", + "ĠN at", + "Ġgu ilt", + "Ġbus es", + "Ġcop ing", + "Ġfant asy", + "Ġtow ers", + "h h", + "Ġth umb", + "Ġter rain", + "Ġprop ose", + "Ġlif ted", + "Ġdim in", + "Ġscat tering", + "G eor", + "Ġl ining", + "ĠB alt", + "Ġpub l", + "Ġirrig ation", + "Ġd ess", + "ĠA ges", + "Ġgl owing", + "Ġencoun ters", + "pare ncy", + "D P", + "ĠW alk", + "Ġch asing", + "Ġfro st", + "Ġsli pped", + "Ġtremend ous", + "Ġt ide", + "on om", + "ĠG reg", + "Ġwarri ors", + "Ġch ase", + "Ġdes ires", + "Ġcr ay", + "ĠAn s", + "Ġret rie", + "ĠLe ague", + "Ġindic ating", + "f u", + "em ia", + "ĠO rigin", + "Ġfe ared", + "Ġact ed", + "ĠK ansas", + "Ġclass rooms", + "Ġpot s", + "Ġfig uring", + "Ġemb ry", + "Ġgest ures", + "Ġus eless", + "ĠE PA", + "yl on", + "Ġir re", + "Ġliber ty", + "Ġg um", + "Ġn aked", + "Ġrec overed", + "Ġw ww", + "Ġref use", + "Ġpot ato", + "cl usion", + "ĠStep hen", + "Ġhighlight ed", + "ĠON E", + "Ġd ug", + "Ġl ou", + "ol er", + "Ġcom r", + "ĠE ver", + "ĠG ro", + "Ġcountry side", + "ĠGu y", + "Ġaccept able", + "Ġdel ve", + "Ġmanif est", + "- int", + "c us", + "Ġc ort", + "Ġp ap", + "ro ach", + "ĠS A", + "Ġch airs", + "ĠP H", + "Ġag reements", + "Ġgen ome", + "Ġdi agram", + "Ġmark ers", + "Ġshout ed", + "Ġ ion", + "Ġsum mar", + "Ġstat ue", + "Ġr anges", + "ĠAr gent", + "Ġcollabor ative", + "Ġsick ness", + "ĠPol and", + "Ġpref erence", + "Ġdefe ated", + "im en", + "ĠC ass", + "ĠC orpor", + "ĠB ir", + "ĠChar lotte", + "Ġdigest ive", + "ĠPhys ical", + "c king", + "ac ular", + "Ġal umin", + "Ġj ur", + "Ġlike lihood", + "pt om", + "Ġrel ied", + "els on", + "erc y", + "ĠCam bridge", + "ĠKnow ledge", + "w hen", + "ĠA ction", + "ĠO nt", + "Ġaff air", + "Ġsw elling", + "ĠSh aring", + "Ġgovern or", + "Ġhy brid", + "Ġtree house", + "Ġmach inery", + "ĠMiss ouri", + "Ġfem in", + "Ġexcl usive", + "Ġinher ited", + "l ar", + "Ġcomfort ably", + "Ġcert ific", + "E s", + "O w", + "p o", + "p ot", + "se mble", + "ĠW orking", + "go v", + "Ġestab lishing", + "S w", + "n as", + "Ġw itch", + "Ġsign ature", + "Ġdin osaurs", + "Ġconstra ints", + "Ġre ar", + "il ient", + "Ġse gment", + "ard ed", + "Ġint act", + "Ġview ers", + "Ġhy giene", + "Ġsus p", + "ĠLiter ature", + "B ER", + "D R", + "ĠG as", + "Ġign or", + "Ġrac ism", + "Ġrevolution ary", + "Ġl od", + "ĠF uture", + "ĠG ene", + "Al ways", + "Ġsequ ences", + "Ġpollut ants", + "c al", + "ĠI V", + "Ġsh ocking", + "ĠF em", + "Ġenc l", + "Ġden y", + "Bl ack", + "ĠStand ards", + "j amin", + "Ġu mb", + "Ġind oors", + "Ġpain ts", + "Ġess ays", + "Ġthr one", + "Ġpredict ions", + "Ġas hamed", + "ĠM and", + "Ġthere by", + "Ġshe lf", + "ned y", + "Ġneighb our", + "ĠSupp ose", + "Ġconven ient", + "ĠC ase", + "Ġsur g", + "lect ric", + "Ġexc av", + "-r ich", + "Ġmembr ane", + "Ġtherape utic", + "Ġp est", + "ec k", + "ec onomic", + "Ġrest oration", + "Ġbreak through", + "Ġrain s", + "sh it", + "Ġconsist ing", + "Ġembr aced", + "Ġpossess ion", + "Ġinvas ive", + "ĠImp act", + "Ġcontamin ated", + "B re", + "b urn", + "Ġb ak", + "Ġbe et", + "est inal", + "Ġfun eral", + "ĠTr ade", + "ĠPer form", + "ĠBu ild", + "S er", + "er ally", + "Ġun con", + "Ġind irect", + "be at", + "Ġmod ule", + "Ġencourage ment", + "Ġdesp air", + "S et", + "Ġbe ating", + "Ġal gae", + "Ġav id", + "Ġb ent", + "ĠT aking", + "ĠL ieutenant", + "Ġpost er", + "ĠMount ains", + "Ġf ateful", + "Ġsix th", + "LA U", + "ĠNaz i", + "s ome", + "ĠM ong", + "th y", + "Ġen erget", + "Ġglob ally", + "Ġinterf ere", + "Dad dy", + "Ġted dy", + "Ġunfor gettable", + "C A", + "Ġt urtles", + "art ial", + "Ġpost ers", + "Ġcy l", + "e z", + "est ly", + "ĠF er", + "Ġcle ared", + "Ġemphas ized", + "nthe y", + "Ġfest ivals", + "L O", + "u ana", + "Ġan gel", + "Ġle ak", + "ĠFrank lin", + "ĠBet ween", + "Ġh ack", + "ĠT al", + "Ġdi ver", + "ĠCl ark", + "Ġsem i", + "ĠH ERE", + "ertain ly", + "Ġwin ner", + "Am ong", + "Ġclimb ed", + "ĠStand ard", + "on ial", + "You ng", + "Ġset backs", + "-c he", + "E ver", + "P ardon", + "Ġp el", + "Ġd olph", + "Ġg ains", + "ĠPro fess", + "Ġstraight forward", + "ĠDav is", + "H igh", + "M O", + "c ut", + "Ġs perm", + "er am", + "am ily", + "Ġgr ams", + "Ġserv ants", + "Ġsqu ir", + "Ġcontinu ously", + "ĠD ream", + "Ġmusic ian", + "Ġvisit or", + "Re g", + "Ġdemand ed", + "- It", + "Ġst er", + "Ġat omic", + "ĠD ub", + "lud ed", + "Ġpract ition", + "Ġrequire ment", + "Ġstat istical", + "overn ment", + "ĠH ug", + "Ġr ank", + "Ġfe es", + "ress ive", + "Ġmake up", + "Ġdri ft", + "fl ower", + "Ġsupp er", + "Ġbi as", + "Ġprevent ed", + "Ġhor ror", + "ĠR oss", + "act ic", + "ear ly", + "Ġpr ince", + "ĠV ery", + "ĠLast ly", + "Ġpy ram", + "J an", + "on omy", + "Ġg ross", + "Ġre wards", + "ch i", + "ĠH ay", + "Ġhum ble", + "Ġexerc ising", + "ĠH ung", + "Ġind oor", + "Ġsupp lements", + "-c are", + "Res earch", + "ĠDef initely", + "ĠMill er", + "Ġresident ial", + "P eter", + "d is", + "ĠG R", + "Ġlo ans", + "-f oot", + "Ġflu ids", + "Ġdocument ed", + "- K", + ". R", + "ab lish", + "Ġqu ad", + "Ġact or", + "ict ional", + "Ġbuild s", + "Ġappe aring", + "Ġaw kward", + "Good bye", + "Ġrain forest", + "fl u", + "Ġcompe lling", + "M ust", + "Ġre vers", + "ĠN ame", + "end ers", + "Ġsp ider", + "ĠCar la", + "Ġassign ments", + "Ġteen agers", + "Ġover se", + "Ġfl ip", + "ĠSp ark", + "Ġhistor ian", + "Ġpossess ed", + "Ġdemocr atic", + "Ġsuspic ious", + "Ġo z", + "Ġp p", + "in ian", + "Ġsp ite", + "aught ers", + "Ġbell y", + "Ġb ind", + "ĠW his", + "th ood", + "ig ma", + "Ġstuff ed", + "Ġmir acle", + "Ġbul bs", + "B illy", + "Ġj azz", + "og ens", + "Ġro de", + "lud e", + "f a", + "ĠAll ow", + "Ġhon our", + "Ġmel ting", + "p arts", + "Ġb aked", + "ro ke", + "Ġinc orrect", + "Ġflu ct", + "Ġvac uum", + "Ġassess ments", + "Ġdepart ments", + "Ġc a", + "ĠB ad", + "em et", + "Ġsl ower", + "Ġsurve illance", + "Ġchim ed", + "Ġn ort", + "Ġso vere", + "ĠE ffect", + "Ġclaim ing", + "Ġcand le", + "Ġmur m", + "Ġlegend ary", + "C P", + "G e", + "ĠT rue", + "Ġal gebra", + "ĠR us", + "Ġtw ent", + "ĠTe achers", + "Ġdro pping", + "Ġprison er", + "Ġload ed", + "l u", + "ĠB ol", + "ors hip", + "Ġve ins", + "Ġleg it", + "ĠSqu are", + "Ġdign ity", + "Ġpro x", + "Ġdisc ount", + "anc ies", + "Ġdef iciency", + "Ġsun set", + "Ġemb edded", + "Ġcontem pl", + "Ġblend ing", + "p her", + "Ġpro long", + "ec hes", + "ĠBl ood", + "Ġpic nic", + "F ire", + "es ter", + "Ġan at", + "ate ur", + "ĠH al", + "Ġeconom ies", + "Ġesc al", + "ĠMary land", + "E ight", + "Ġbe ast", + "ĠL iving", + "ĠY ellow", + "ĠAn th", + "Ġrepl acing", + "Ġquick er", + "Ġgraph ics", + "Ġclar ity", + "Ġpand emic", + "} \\", + "en za", + "ir ling", + "art en", + "Ġcar ved", + "ĠEd na", + "ĠRel ations", + "Ġm erg", + "Ġd umb", + "Ġcal c", + "Ġspo on", + "reg ular", + "Understand ing", + "g reen", + "Ġh ug", + "ven ile", + "Ġfl ed", + "Ġem peror", + "eed ing", + "Ġdisp osal", + "ĠRad io", + "Ġlingu istic", + "Ġhorizont al", + "Ġvoy age", + "Ġv ocal", + "Ġev olve", + "TH ING", + "Ġconvers ion", + "bo ards", + "Ġpoll en", + "Ġoccup ation", + "- O", + "Ġw ins", + "Ġon ions", + "oc key", + "Ġent ers", + "Ġel aborate", + "Ġdevelopment al", + "ing e", + "Ġto es", + "ĠF el", + "ick en", + "ĠV i", + "Ġfail ures", + "ĠEconom ic", + "Ġs way", + "ĠSo ft", + "Ġserv ant", + "Ġmagn et", + "Ġsle e", + "Ġrecyc led", + "Ġd anced", + "Ġe rect", + "Ġre nd", + "ĠE ff", + "ĠG ames", + "ry st", + "Ġpe ar", + "ru b", + "Ġev ac", + "eng er", + "ĠFarm er", + "Ġfer ment", + "ellig ence", + "Ġw olves", + "Ġm apping", + "ĠT en", + "ri um", + "Ġclin ic", + "Ġsynt hetic", + "Ġcaut ious", + "Ġalph abet", + "in stein", + "ĠS her", + "Ġyour selves", + "ĠG ary", + "ĠInt egr", + "ĠLab our", + "Cong ratulations", + "G S", + "on ut", + "ĠK ong", + "Ġind ul", + "ĠTe acher", + "Ġste aling", + "Ġgeomet ry", + ". M", + "H ome", + "r ust", + "Ġp ension", + "Ġl ined", + "Ġvar ies", + "Ġunem ployment", + "ou b", + "Ġd ots", + "ĠH ans", + "Ġcurrent s", + "Ġpack ages", + "Ġflo at", + "Ġment ally", + "R em", + "Ġp ione", + "un ct", + "os itive", + "Ġfe e", + "Ġcl uster", + "ho ot", + "ĠPro duct", + "Ġsn ap", + "ĠSen ate", + "Ġspat ial", + "H ang", + "Ġo ste", + "Ġp osed", + "Ġdis heart", + "Ġpres um", + "ĠBe ach", + "Ġinvas ion", + "Ġskept ical", + "Ġnurt uring", + "b oy", + "z ens", + "Ġh int", + "at us", + "Ġr ude", + "ĠF ro", + "Ġinc idents", + "Ġpres cription", + "Ġvir al", + "Ġme adow", + "Ġcan al", + "ĠD C", + "Ġphys ic", + "Ġmob ility", + "f ight", + "Ġy arn", + "ĠS ay", + "Ġtall er", + "ĠMad ame", + ") |\\", + "u i", + "Ġ verse", + "ĠB O", + "ans hip", + "az ed", + "Ġones elf", + "Ġbill ions", + "Bl ood", + "uls ion", + "n well", + "Ġg au", + "ĠF ord", + "ĠTw itter", + "Ġdepos its", + "n ia", + "ject ive", + "Ġmet er", + "Ġconf ron", + "ĠSy ria", + "Ġge ographical", + "worth y", + "engu in", + "ĠC R", + "Ġde ment", + "Ġbr icks", + "Ġrel ating", + "Ġmat ching", + "Em ily", + "Ġf reed", + "Ġp ant", + "ĠT our", + "ĠR oy", + "ĠJ upiter", + "Ġdown stairs", + "Ġpres cribed", + "ĠSpe cific", + "Ġrom ance", + "u ity", + "w ick", + "om as", + "ul ent", + "ĠM ix", + "ĠF ollow", + "ĠR yan", + "Ġcl ue", + "ass ium", + "Ġlim iting", + "Ġstri kes", + "amb ling", + "Ġpurs uit", + "Ġh ind", + "ĠS el", + "ul as", + "Ġun st", + "Ġcont amination", + "Ġunexpected ly", + "Ġpoor ly", + "Ġimag inary", + "Ġrein force", + "Ġappet ite", + "Ġinclus ivity", + "M in", + "i ah", + "Ġd uck", + "ac ial", + "Ġpar liament", + "Ġpay ments", + "semb ly", + "ogen ic", + "ĠHol ocaust", + "/ A", + "r ange", + "Ġc ott", + "hem es", + "ĠP ur", + "---- \\", + "Ġbr ut", + "Ġprop os", + "ĠBr other", + "ĠPres ent", + "Ġqual ified", + "g ood", + "i y", + "Ġf ut", + "Ġp ork", + "ĠL ind", + "Ġcomm ander", + "Ġill um", + "lean or", + "Ġwand ering", + "Ġsepar ately", + "Ġport ions", + "ĠCount ry", + "ĠBi ology", + "w all", + "Ġt ummy", + "Ġg re", + "est ial", + "unt ary", + "Un less", + "Ġrit ual", + "c b", + "Ġcomp rehend", + "Ġhel pless", + "Ġsc issors", + "anc ers", + "Ġless er", + "Ġmolec ule", + "Ġring ing", + "ĠSur pr", + "ĠProt est", + "Ġnoteb ook", + "\\n l", + "ain ted", + "IN K", + "Ġharm less", + "Ġadjust ments", + "Ġincl usion", + "- ass", + "H aving", + "ĠC T", + "Ġpro sec", + "ĠE nt", + "Ġmet res", + ". ht", + "[ C", + "g age", + "ĠF reedom", + "ĠO t", + "ĠU V", + "Ġmay or", + "Ġsn ack", + "Ġenh anced", + "i ated", + "Ġh ast", + "ir s", + "il itation", + "ĠM att", + "ci ples", + "- ne", + "S P", + "Ġp ills", + "rib ly", + "ĠTo kyo", + "Ġcou ples", + "Ġbuck et", + "Geor ge", + "ĠS now", + "Ġcan n", + "ĠP ast", + "ĠO wn", + "ĠCent ers", + "ĠSun ny", + "Ġemphas ize", + "he astern", + "id al", + "st ruction", + "ĠA z", + "ĠJ UST", + "Ġpop ped", + "Ġcur tain", + "Ġsoci o", + "Ġconsist ed", + "Ġcig arettes", + "Ġsubm itted", + "Ġhi king", + "Ġbom bs", + "emet ery", + "f ront", + "re qu", + "Ġspe cially", + "Ġcomm em", + "Ġgen etically", + "Ġmultip ly", + "Ġexperiment ing", + "\\n no", + "if ty", + "ĠM akes", + "Ġdri ll", + "Ġbroad cast", + "Ġinher it", + "Ġn onsense", + "Ġad orned", + "ick et", + "ĠQuest ions", + "ĠOnt ario", + "- he", + "- room", + "a ft", + "ĠA y", + "Ġne arest", + "Ġwho ever", + "Ġpat ri", + "Ġelect rom", + "ĠMar ine", + "Ġinsist ed", + "Ġenerget ic", + "ri ers", + "Ġex h", + "ĠD iff", + "Ġacc ord", + "Th us", + "ĠTe le", + "ĠWik ipedia", + "Ġs its", + "it ness", + "ĠM oses", + "ĠH ong", + "Ġsu cc", + "Ġtw e", + "Ġrhyth ms", + "Ġsug ars", + "ut or", + "ĠF le", + "ins ula", + "ĠNo v", + "Ġworks he", + "ĠHy d", + "Ġcoord ination", + "Ġrestrict ed", + "Ġsurviv ors", + "Ġsuscept ible", + "m atic", + "un n", + "Ġgl uten", + "Ġadv ised", + "Ġeld ers", + "Ġmas k", + "Ġb ats", + "Ġf are", + "Ġp ier", + "Ġres ilient", + "ens ing", + "-d ep", + "Ġut ility", + "Ġsan ct", + "Ġparam eters", + "d ated", + "an ium", + "ĠL ED", + "Ġrel uct", + "Ġhome land", + "Ġcol ours", + "Ġri pp", + "Ġwild erness", + "Ġbrows er", + "Ġperce ive", + "Ġaccommod ate", + "Ġg le", + "Ġunder w", + "Ġche f", + "Ġlight ly", + "Ġcomplex ities", + "Ġdistingu ished", + "ĠAfghan istan", + "M od", + "h op", + "ad ies", + "ĠN ap", + "ĠN ich", + "ak ota", + "Ġprov ision", + "Ġsever ity", + "Ġbra very", + "Ġintegr ating", + "ĠGree ks", + "Ġoverl ooked", + "Ġenzy mes", + "G A", + "s pect", + "re ne", + "-d ef", + "Ġfr iction", + "bb ing", + "ĠJour ney", + "- line", + "k ets", + "Ġh ub", + "ĠT illy", + "Ġat om", + "ĠP il", + "ult ural", + "Ġem ails", + "Ġread s", + "Ġbo iling", + "Ġcateg or", + "Ġflood s", + "Ġpersist ence", + "Ġrail way", + "ĠPier re", + "\\n he", + "ĠM uch", + "Ġse iz", + "ĠD I", + "ĠK evin", + "ail able", + "Ġnet working", + "Ġvot es", + "Ġ ),", + "Ġde af", + "Ġtrad itionally", + "Ġsa iled", + "form ed", + "old s", + "Ġsol ace", + "Mar ia", + "-est eem", + "- per", + ". K", + "u z", + "ĠI van", + "im b", + "Ġse arched", + "Ġcomp act", + "olog ic", + "oun cing", + "Ġlay out", + "Ġemploy ers", + "Ġsched uled", + "Ġbak ery", + "H ar", + "Ġt ones", + "ĠW ere", + "Ġfell ows", + "ĠAust in", + "Ġsuperhero es", + "Ġs ights", + "Ġm unicip", + "ĠS ab", + "ĠS orry", + "Ġbl ocked", + "Ġtri angle", + "-s an", + "sc reen", + "Ġdatab ases", + "Ġattrib utes", + "Ġn our", + "ĠS outheast", + "Ġj aw", + "ĠG row", + "Ġspec ified", + "ĠKen nedy", + "ĠRog er", + "A ah", + "Ġc akes", + "ĠB aby", + "Ġcont rary", + "Ġent ities", + "Ġhum idity", + "Ġhur ried", + "Ġtour ist", + "Ġadapt ability", + "Ġinstall ation", + "Ġanticip ated", + "thod ox", + "Ġf og", + "ĠM m", + "ĠW OR", + "Ġsh oe", + "Ġall ies", + "ip her", + "Ġacc ent", + "Ġpo le", + "Ġgen us", + "Ġoper ated", + "C al", + "Ġl amp", + "Ġse wing", + "Ġpart ial", + "AN G", + "Ġjud ges", + "P ar", + "Ġz oo", + "ĠGovern or", + "Ġfert ility", + "ĠC P", + "ĠC ru", + "Ġk et", + "Ġv ag", + "Ġj ury", + "Ġpress ures", + "Inst ead", + "- or", + "\\n by", + "ĠS a", + "out ing", + "un ted", + "uc lear", + "Ġlong est", + "Ġext inction", + "Ġmyth ology", + "Ġsandw ich", + "Ġreef s", + "Ġsh ark", + "ĠF ull", + "ape l", + "Ġprotect s", + "Ġarri ving", + "Ġox id", + "Ġcirc ular", + "ĠMel ody", + "Ġpock ets", + "ĠPsych ology", + "Ġfulf ill", + "Ġw rest", + "Ġan ge", + "Ġcont rad", + "Ġreg ime", + "Ġmon keys", + "me ga", + "Ġtravel ers", + "ĠEurope ans", + "Ġsmart phones", + "Qu ick", + "Ġabund ance", + "v ate", + "ĠI ss", + "ĠB urn", + "ĠH art", + "Ġunc overed", + "Ġreb ell", + "ĠĠ ĠĠ", + "a que", + "p ool", + "Ġs ank", + "ic ular", + "ci ation", + "ĠR achel", + "ĠCon vention", + "Ġabs urd", + "Ġcy cl", + "Ġpack aging", + "Ġax is", + "Ġtheore tical", + "Ġg y", + "ĠO pp", + "Ġpast a", + "ash a", + "Ġrain bow", + "Ġsculpt ures", + "Ġfavour ite", + "a fter", + "Ġf ounder", + "ĠH em", + "ĠL uke", + "Ġcat ast", + "Ġappropri ately", + "Ġdisp utes", + "Ġanticip ation", + "D isc", + "er b", + "is he", + "st ate", + "ĠT raining", + "ĠW y", + "red it", + "ĠG ab", + "ĠAl tern", + "Ġass ass", + "Ġconst ell", + "Ġsubs id", + "ĠTurk ish", + "ĠJ ess", + "Ġman ners", + "Ġpe an", + "ip h", + "Ġoccas ional", + "Ġexec uted", + "Ġmic row", + "Ġm ol", + "ĠS ong", + "Ġr ang", + "Ġsc ent", + "OU GH", + "-d imensional", + "## ##", + "ĠNe uro", + "Ġinterrupt ed", + "Ġg orge", + "st ration", + "Ġj et", + "Ġlim bs", + "Ġprogress ive", + "ĠPers ian", + "Ġmerc ury", + "Ġslic es", + "Ġan k", + "op ter", + "ĠE M", + "---- --\\", + "rib ution", + "Ġbus h", + "rolog y", + "% ,", + "H S", + "ro ps", + "Ġsm iles", + "man n", + "-m in", + "ĠGr ant", + "rest rial", + "or able", + "ld er", + "Ġat tain", + "ĠD iet", + "ĠN ether", + "Ġdi ary", + "Ġpract ically", + "Ġsqu ares", + "Ġsens ation", + "ĠPol ice", + "Ġmicrosc ope", + "? !", + "n als", + "Ġs orrow", + "Ġinv itation", + "Ġm ines", + "Ġn ails", + "Ġli ed", + "ant ine", + "Ġdis advant", + "Ġsy ll", + "Ġkey board", + "ĠHis pan", + "Ġcolle ges", + "Ġstri ve", + "-in come", + "ĠAcc ount", + "ĠKent ucky", + "- edge", + "D ec", + "M aster", + "t ail", + "Ġt ense", + "Ġdo lls", + "erc ise", + "ĠPat rick", + "Ġsandw iches", + "ustain able", + "T alk", + "in ology", + "al ities", + "ĠS av", + "ĠB all", + "ĠP M", + "ĠN ation", + "Ġper sec", + "Ġrec y", + "Ġtem ples", + "amm ad", + "Ġsurv iving", + "ĠOlym p", + ". E", + "N one", + "ĠM inist", + "Ġme ats", + "ĠP i", + "Ġsu ited", + "ag rams", + "ili ation", + "Ġvol umes", + "icul ously", + "Read y", + "ĠSaf e", + "P aul", + "Ġd ile", + "Ġh ay", + "ot ional", + "Ġor ph", + "erm ine", + "Ġtrans parency", + "Ġrespons ibly", + "Ġbur row", + "Ġreven ge", + "al ine", + "ver ages", + "ra red", + "Ġmor ph", + "Ġadop tion", + "Ġemphas izing", + "Ġlawy ers", + "Ġseam lessly", + "le ans", + "Ġar thritis", + "Ġcell ular", + "OU R", + "ĠPr im", + "Ġadm iring", + "Ġrul ers", + "Ġbicy cle", + "h ouses", + "t r", + "ĠU lt", + "medi ate", + "Ġmist aken", + "Ġtherap ists", + "ĠCons ult", + "isc ons", + "Ġacqu ire", + "Ġshel ves", + "ĠDa ily", + "( C", + "Ġfor ums", + "ĠS ac", + "Ġtrans plant", + "ron es", + "Ġign ored", + "Ġcontract s", + "ĠCub a", + "Ġsurg ical", + "O rigin", + "ĠP erson", + "ĠEar l", + "Ġbeat en", + "Ġawa ited", + "Ġmeth ane", + "Ġviewpoint s", + "Ġn ail", + "and al", + "Ġbu nd", + "Do ctor", + "Ġfrequ encies", + "Tom my", + "orig inal", + "iscons in", + "s cience", + "ĠD og", + "ĠDou gl", + "Ġnegoti ations", + "Ġreserv oir", + "e ven", + "ĠT ort", + "ir py", + "ell er", + "ĠApp lic", + "Ġwhis pers", + "ĠLin ux", + "d i", + "ul se", + "Ġk ills", + "ĠO S", + "ĠK ate", + "Ġtreat y", + "Ġdef ault", + "-h uh", + "Ġrul ing", + "ĠElect ric", + "Ġtempor arily", + "A w", + "d es", + "Ġd war", + "Ġl ymph", + "ow a", + "Ġgr in", + "Ġage nda", + "Ġrot ation", + "Ġmagaz ines", + "Ġ ;", + "ar re", + "ĠS em", + "ine a", + "erg arten", + "Ġmanufacture r", + ". gov", + "J ul", + "e ff", + "it ate", + "is ure", + "Ġch ores", + "ĠP ersonal", + "ĠE N", + "Ġtra gic", + "Ġret ail", + "An n", + "Ġfrag ments", + "ĠFest ival", + "L a", + "Q U", + "ĠB art", + "ob ic", + "Ġfl uffy", + "Ġexp ense", + "pend ed", + "Ġeru pt", + "u f", + "Ġl in", + "ĠT alk", + "ĠL ess", + "IM E", + "Ġrequest ed", + "- man", + "n p", + "Ġt ens", + "Ġm i", + "Ġst oring", + "ĠB essie", + "Ġstrict ly", + "ĠCreat ing", + "Ġfertil izer", + "Ġp ause", + "se x", + "ĠB est", + "ĠR avi", + "ict ions", + "Ġconf essed", + "sc ar", + "Ġoffs pring", + "h ol", + "p orts", + "es ar", + "Ġg ates", + "Ġbe ads", + "qu es", + "Ġr ushing", + "ĠV ar", + "Ġlo vers", + "Ġdef ects", + "fl ow", + "Ġlif el", + "Ġmid night", + "ĠAnn ie", + "Ġacknowled ged", + "ĠPy thon", + "Ġsket ch", + "Ġseaf ood", + "Ġsquir rels", + "b ial", + "is er", + "Ġn a", + "ĠH ER", + "ĠF eeling", + "Ġqu aint", + "Ġpersonal ities", + "Ġkiss ed", + "ufffd t", + "Whe ther", + "H ad", + "p ically", + "Ġm akers", + "ĠM ental", + "os pel", + "ater nal", + "ress es", + "ĠTh ird", + "Ġass ured", + "Ġrest ored", + "ĠAssess ment", + "es see", + "\\n well", + "ple ts", + "Ġexam s", + "Ġsl ope", + "Ġairpl ane", + "- ind", + ". I", + "F L", + "c ond", + "y our", + "pl an", + "Ġdepict ed", + "M at", + "ist ent", + "ĠR un", + "ĠY e", + "Ġrelie ved", + "Ġdement ia", + "B A", + "u ating", + "al ph", + "ar ations", + "ĠS ant", + "ĠM aterials", + "ab ama", + "ag g", + "ĠF at", + "ĠR a", + "Ġpublic ly", + "AR S", + "Ġfab rics", + "ĠPict ure", + "ĠT erm", + "Ġr anks", + "See ing", + "Ġwel coming", + "Ġdistrib ute", + "Ġfra ud", + "ĠDisc uss", + "v ous", + "vel t", + "ĠStud ent", + "Ġdent ist", + "Ġg am", + "ĠB aker", + "Ġaccess ibility", + "Ġsal ary", + "Ġinteract ing", + "Ġped iatric", + "Ġsail ors", + "ĠIndust rial", + "Ġretire ment", + "b f", + "Ġ ze", + "Ġc ues", + "ĠMar ian", + "Ġlisten ers", + "ĠCons erv", + "v o", + "ut o", + "ĠP ear", + "Ġall ev", + "iz zy", + "Ġres erves", + "ues e", + "Ġel usive", + "Ġfil ters", + "Ġadolesc ents", + "ĠB ot", + "Ġhar ass", + "Ġperm it", + "ĠBeh avior", + "S L", + "Ġ :\\", + "ou lt", + "it ic", + "ĠP ain", + "ĠD ue", + "Ġall e", + "Ġten nis", + "RE AM", + "Ġlit ter", + "ĠAB OUT", + "it utes", + "Ġp ardon", + "if ier", + "na pped", + "Ġed iting", + "Ġtherap ies", + "Ġpra ise", + "Ġharmon iously", + "Ġdismiss ed", + "on to", + "ĠI ron", + "Ġdo zens", + "ang ular", + "bor ne", + "Ġcel estial", + "b c", + "om on", + "ĠS OME", + "Ġv apor", + "ĠF iction", + "Ġqu id", "iss a", - "␣work ers", - "␣fl ash", + "Ġrequ ests", + "Ġcompet itors", + "Ġtransform ing", + "Ġham mer", + "ĠMap le", + "S y", + "{ \\\\", + "ĠS i", + "av y", + "Ġam ino", + "Ġspec imens", + "Ġcomple tion", + "Ġself ish", + "Ġbelong ings", + "Ġdrain age", + "Ġce iling", + "Ġrum ors", + "Ġvine gar", + "c ill", + "d ney", + "Ġsh ocked", + "Ġfl ame", + "Ġpat iently", + "Ġeye br", + "Ġgas oline", + "ĠMal colm", + "Ġconcentr ated", + "' LL", + "Ġo bey", + "ĠB esides", + "Ġover weight", "int on", - "␣che w", - "␣inc ome", - "␣tick et", - "␣vol ume", - "␣rom antic", - "␣Cath olic", - "i able", - "n ine", - "r ough", - "st one", - "nT oday", - "␣N orthern", - "␣v ast", - "␣St anton", - "␣bus h", - "␣tra vell", - "␣stuff ed", - "nSt ay", - "␣Ab out", - "␣sal t", - "urs day", - "nAny way", - "␣fle et", - "␣fol k", - "␣eager ly", - "␣impro ve", - "␣Bab y", - "␣Div ision", - "i ar", - "j ack", - "␣b ast", - "␣c ig", - "␣to e", - "at re", - "␣we alth", - "ir a", - "␣C ON", - "ie ve", - "um es", - "␣D un", - "␣ch ums", - "␣find s", - "␣strong er", - "␣Aunt ie", - "␣Ma isy", - "whis pering", - "AK E", - "␣Sen ate", - "␣susp ic", - "␣succeed ed", - "␣butt ons", - "␣grate ful", - "␣inha bit", - "␣o cean", - "␣c ows", - "␣l at", + "In ter", + "aut iful", + "ex ample", + "Ġpast e", + "Ġlay ing", + "Ġmerc y", + "ĠRab bit", + "Ġphilosoph ical", + "g as", + "Ġd aughters", + "Ġk icked", + "ĠW olf", + "ĠD ID", + "ple asant", + "Ġbo ot", + "Ġcor ruption", + "AR E", + "Ġarm ies", + "ĠBas ic", + "Ġcar pet", + "Ġtyp ing", + "Ġvan ished", + "N umber", + "Ġf iring", + "Ġm g", + "un o", + "Ġpart ially", + "Ġlif ting", + "Ġadjust ing", + "`` `", + "W orld", + "ut ers", + "ĠS ix", + "ch ron", + "um ing", + "ĠE val", + "Ġfl ights", + "ĠFred er", + "Ġstake holders", + "Ġpriorit ize", + "Ġl os", + "Ġg ly", + "ol itan", + "est ry", + "Ġhead quarters", + "ĠNew ton", + "ĠHealth y", + "ĠTrans port", + "Ġchat ting", + "Ġhe ights", + "ol id", + "Ġdo ct", + "Ġsh ifted", + "---- -\\", + "Ġsc ram", + "ĠFin n", + "l aughs", + "s pe", + "Ġre nder", + "Ġv ow", + "ne um", + "Ġass ert", + "ash i", + "ades h", + "Ġcolle ague", + "Ġstri ps", + "Ġpra ised", + "Ġblo oming", + "Ġb reeze", + "Ġf ame", "as a", - "␣h unt", - "ac le", - "␣r ug", - "␣A pp", - "␣j ew", - "␣com r", - "␣sp r", - "hi o", - "␣part ly", - "␣part ies", - "␣che ap", - "hm m", - "␣reg ret", - "␣sleep y", - "␣ste al", - "␣thousand s", - "␣appro pri", - "␣shar k", - "␣hop ed", - "␣pers u", - "␣relig ious", - "␣Carol ina", - "i ography", - "␣a y", - "␣s ession", - "␣c ounter", - "ing le", - "␣was her", - "␣A RE", - "ur g", - "nT H", - "␣not es", - "␣al tern", - "␣sp ark", - "ick et", - "␣cons ult", - "␣land ed", - "␣duck s", - "␣da ily", - "␣bas ically", - "oph ie", - "␣whist le", - "␣innoc ent", - "J ust", - "ic hes", - "␣r ust", - "am s", - "␣T or", - "␣H art", - "␣H ockey", - "␣so ck", - "␣F ord", - "␣let ting", - "␣sha king", - "␣cont ribut", - "␣sl ip", - "␣min ister", - "␣count ies", - "␣ter min", - "nLook s", - "␣ann oy", - "␣cond itions", - "␣rain ing", - "␣effect s", - "␣protect ion", - "␣suff er", - "␣territ ory", - "␣fal se", - "␣unus ual", - "O S", - "b ag", - "c orn", - "h ta", - "s k", - "t urn", - "ou bles", - "am ps", - "␣F ox", - "␣R ome", - "␣E XP", - "␣U p", - "␣pe an", - "␣gu ide", - "az z", - "␣pass engers", - "␣comple ted", - "␣spend ing", - "␣adm it", - "A h", - "A pril", - "C I", - "␣w ip", - "␣s ings", - "␣H on", - "␣R ad", - "␣hand ed", - "␣ch op", - "␣ch ose", - "␣rec ent", - "␣des erve", - "ok es", - "␣late ly", - "␣Will ie", - "␣lov ing", - "nEvery one", - "bur gh", - "␣track s", - "␣gir lfriend", - "␣perm ission", - "wr iter", - "␣Dis ney", - "␣arrang ed", + "Ġn ap", + "ĠH un", + "oose velt", + "Ġtast ed", + "ĠMon th", + "Ġintegr al", + "Ġliber al", + "Ġrepeated ly", + "Ġprotocol s", + "b ot", + "Ġl az", + "Ġch ir", + "Ġpl ug", + "Ġcl usters", + "Ġtr an", + "ĠPart icip", + "Ġimmun ity", + ", you", + "b ie", + "ĠS everal", + "Ġsur geon", + "Ġwater ing", + "ze ch", + "Ġsand y", + "Ġpromot ed", + "Ġastron omy", + "Ġattent ively", + "am an", + "ĠL IKE", + "Ġconf ess", + "ĠEn cy", + "sec urity", + "ĠO llie", + "Ġres erve", + "Ġdream ing", + "ĠInc re", + "Ġentertain ing", + "Ġlun ar", + "Ġthy roid", + "Ġneat ly", + "Ġsplend id", + "o ft", + "Ġin ex", + "Ġbl ast", + "Ġrem ed", + "ĠV ers", + "Ġsl ice", + "Ġspecial ists", + "ĠFr ances", + "Ġcalm ly", + "Ġvel ocity", + "V D", + "ir k", + "Ġne ural", + "ĠP ub", + "ĠR oll", + "ĠR aj", + "Ġun pre", + "ĠPro f", + "Ġbi ases", + "Ġabs ent", + "ĠChe f", + "Ġgar bage", + "Ġinterpret ations", + "Ġexhaust ed", + "- We", + "er on", + "Ġsh o", + "Ġgra pes", + "ump y", + "ĠPer iod", + "Ġcirc uits", + "ĠSl ow", + "Ġdiarr hea", + "ĠS ex", + "ur ring", + "Ġpro cl", + "In spired", + "Ġhand ful", + "ĠChrist opher", + "Ġtou ches", + "IT T", + "ĠWhe never", + "Ġcaut ion", + "Ġvolcan o", + "ĠStat istics", + "ĠT ib", + "Ġwh ale", + "ĠH oll", + "ny eah", + "Ġkid neys", + "Ġshar ks", + "ĠIndepend ence", + "! '", + "Ġre pt", + "ĠT ai", + "Ġwe eds", + "Ġwas t", + "ĠF ollowing", + "Ġpr one", + "Ġjo king", + "Ġfoot print", + "Ġsole mn", + "Ġic on", + "Ġrehe ars", + "n th", + "u gs", + "Ġb ake", + "Ġret reat", + "ĠOr leans", + "Ġmount ed", + "Ġyield s", + "ishe ries", + "E X", + "is d", + "sel s", + "Ġinter section", + "icult ural", + "ĠTe aching", + "Ġdocument ation", + "E v", + "L ING", + "Ġd ances", + "ĠIn nov", + "ple ment", + "hes s", + "Ġtest im", + "ĠPl ants", + "Ġru ins", + "Ġfool ish", + "Ġblank ets", + "Ġdisheart ened", + "in et", + "Ġn ick", + "ĠS omething", + "Ġse ctors", + "app ropriate", + "ĠLouis iana", + ", .\\", + "Ġt an", + "Ġto ast", + "\\n for", + "Ġex agger", + "Ġte asp", + "ross ed", + "Ġvac cin", + "Ġforg iveness", + "Ġly rics", + "Ġfir ms", + "ĠMinist ry", + "B as", + "Ġf ictional", + "\\n what", + "Ġheav ier", + "ĠDon ald", + "Ġsevere ly", + "ĠJul ia", + "ĠBudd ha", + "F T", + "us ively", + "ĠS earch", + "Ġwas ted", + "ĠR IGHT", + "Ġanim ation", + "Ġsing er", + "eed s", + "First ly", + "Ġgenuine ly", + "Char lie", + "Ġh orn", + "Ġth ief", + "Ġgl anced", + "ĠComm ons", + "Ġfunction ality", + "Ġgather ings", + "ĠAct ivity", + "ĠLaw rence", + "ĠSk ills", + "ĠB ee", + "Ġdis abled", + "Ġche eks", + "Ġdeal t", + "Ġcook ie", + "ĠJeff erson", + "Ġastronaut s", + "Ġd orm", + "Ġn oun", + "oo ps", + "Ġpe el", + "Ġinc idence", + "Ġsc hemes", + "Ġdec omp", + "ĠV ill", + "Ġcar riage", + "Ġcle aring", + "Ġenvironment ally", + "Ġcamp ing", + "Ġbrand s", + "ĠDisc overing", + "ĠSum mer", + "Ġbuzz ing", + "G R", + "en h", + "ĠS chol", + "il ia", + "ol utions", + "ĠW isconsin", + "Ġdis charge", + "Ġfin an", + "uff icient", + "Ġpresent ations", + "Ġet ched", + "Ġhes itation", + "En ough", + "ij uana", + "ĠAp ollo", + "Ġtransact ions", + "Ġt ucked", + "im ming", + "ri ages", + "Ġcon gr", + "ĠE D", + "gr ade", + "Ġpat ches", + "Ġabsor ption", + "ĠL ower", + "ĠR O", + "ĠV itamin", + "Ġinter ven", + "Ġhigh way", + "Ġmat hematic", + "nam ent", + "ĠTra vel", + "isp here", + "Ġtoler ance", + "S ounds", + "in ator", + "Ġshe er", + "act ion", + "Ġsp ill", + "ĠBut ter", + "Ex cept", + "ott a", + "ont in", + "Ġmass es", + "Ġreview ed", + "Ġinspect ion", + "Ġaster oid", + "Ġprecaut ions", + "( B", "g ive", - "␣m ood", - "␣d om", - "␣p owers", - "␣A ng", - "␣A yl", - "nT HAT", - "nA ha", - "␣N an", - "␣E v", - "␣Y e", - "nC are", - "␣ph r", - "␣ca uses", - "␣dri ven", - "␣Cl ar", - "␣mur m", - "␣est im", - "␣sell ing", - "scream s", - "␣sche me", - "incol n", - "T hank", - "u ing", - "z ed", - "an ks", - "␣n a", - "all s", - "␣ex ha", - "nM ad", - "ose ly", - "␣app ears", - "␣sl a", - "␣ah hah", - "␣nice ly", - "␣ele v", - "␣Gr oup", - "␣expl an", - "␣serv ants", - "␣med ia", - "␣report s", - "␣fort un", - "␣suff ering", - "␣dread ful", - "␣Dep artment", - "␣achie ve", - "␣Ayl mer", - "u y", - "u pp", - "␣w ings", - "␣st ole", - "␣as hamed", - "␣H ind", - "␣con ver", - "av al", - "ang ers", - "ict ed", - "␣cont ain", - "␣food s", - "␣disapp ear", - "␣lim ited", - "arr ass", - "nLea ve", - "p ot", - "w ho", - "er ous", - "en es", - "␣B ed", - "␣fr ame", - "␣sa uce", - "␣ab ility", - "␣O UT", - "␣gr ay", - "␣af fection", - "hed ral", - "ah ul", - "␣war ning", - "ner m", - "␣Cl ub", - "␣expl os", - "␣Sh ow", - "␣ill ness", - "␣disapp ointed", - "␣connect ion", - "␣phys ical", - "van ia", - "RR R", - "␣Gold en", - "␣Braz il", - "W E", - "h or", - "id ays", - "␣M ill", - "␣C OM", - "␣j oint", - "um per", - "␣J eff", - "ak i", - "em ic", - "nO ver", - "␣pr ide", - "␣wat ers", - "␣night s", - "nthe y", - "sn ame", - "␣Bat ala", - "JJ J", - "I ES", - "c les", - "w hich", - "re m", - "␣b ay", - "on ge", - "␣f its", - "␣l amp", - "␣an al", - "␣C AN", - "han t", - "res p", - "␣pe ep", - "␣un e", - "nE n", - "ach us", - "␣V is", - "inn ed", - "␣As h", - "eth ro", - "␣lo ft", - "␣rev olution", - "␣Scot land", - "␣plat form", - "␣Ir ish", - "␣oblig ed", - "syl vania", + "i age", + "i ants", + "Ġp acking", + "Ġwh ites", + "od s", + "ĠHar old", + "Ġburn s", + "Ġmid st", + "Ġdiagn ose", + "Ġenzy me", + "Ġen rich", + "Ġbl own", + "ĠUn ivers", + "Ġmet iculously", + "ĠEvery thing", + "Ġcrit ics", + "Ġastron omers", + "ĠPhys ics", + "f oot", + "in ite", + "ĠP RO", + "Ġro lls", + "ĠCh ile", + "osp here", + "Ġevalu ating", + "Ph one", + "ĠO cc", + "Ġpromot ion", + "Ġarchitect s", + "Ġillustr ated", + "ĠVis ual", + "ĠCE O", + "N C", + "S on", + "ĠN iger", + "end y", + "Ġtrans f", + "Ġext ending", + "Ġwar rant", + "Ġl ap", + "og ues", + "Ġback up", + "Ġbl u", + "ĠAl f", + "Ġyoung est", + "Ġspr ink", + "Ġ ?", + "Ġf usion", + "Ġm ummy", + "ĠO d", + "Ġtrans gender", + "Ġhot els", + "IT Y", + "Ġsevent h", + "b ish", + "he res", + "on ight", + "Ġh ated", + "ĠD ark", + "ĠAl abama", + "Ġsym ptom", + "ĠScient ific", + "Ġprost ate", + "Ġpreval ence", + "> \\", + "st ra", + "Ġor ch", + "ĠB ush", + "um i", + "Ġun pleasant", + "aus es", + "Ġmod ify", + "Ġimpro ves", + "Ġconstruct ing", + "Ġlect ures", + "Ġembarrass ed", + "F ollow", + "ill es", + "Ġch ron", + "ĠIn side", + "Ġdef ining", + "Ġactiv ists", + "ote chnology", + "Ġve ctor", + "Ġmut ations", + "Ġgraph s", + "ĠSil ver", + "Ġcarbohyd rates", + "Ġp udd", + "ar o", + "Ġhand led", + "OU ND", + "Ġadm iration", + "Ġapplic able", + "ĠMon itor", + "ĠYear s", + "ĠClin ical", + "es ium", + "ĠI M", + "Ġhel ic", + "Ġam ateur", + "Ġbl ocking", + "Ġbu bble", + "Ġsk i", + "Ġcle arer", + "Ġcor on", + "Ġoppon ents", "V ID", - "is l", - "␣f ederal", - "ic ulous", - "␣M ars", - "␣B as", - "␣ab and", - "ber ries", - "␣un able", - "␣sc ary", - "␣land ing", - "ues day", - "␣Tom my", - "umb ling", - "␣roll ed", - "nAl though", - "␣sal es", - "␣bas is", - "␣president ial", - "nSomet imes", - "␣foc us", - "␣stro ke", - "␣extreme ly", - "␣sac r", - "u an", - "␣t ank", - "␣l ink", - "␣wh oo", - "un ior", - "␣P ir", - "␣D i", - "␣J ake", - "␣L ilian", - "nB en", - "ist ics", - "alk ing", - "nL e", - "ord en", - "␣dra g", - "␣star ring", - "␣program s", - "␣rub ber", - "␣Hay den", - "␣w o", - "␣n est", - "␣in cl", - "at i", - "␣r ot", - "␣B aker", - "nW atch", - "␣D u", - "nS it", - "nH E", - "os es", - "ak a", - "␣O ak", - "ag hetti", - "nM ore", - "␣fl ood", - "␣point ing", - "␣bed s", - "␣Miss ouri", - "␣cons cious", - "cri pt", - "␣wood en", - "nEvery body", - "OO D", - "␣Mus ic", - "␣occup ied", - "␣tid y", - "␣Turk ish", - "␣Pac ific", - "m od", - "s ur", - "␣c akes", - "␣p ipe", - "om ed", - "␣th irst", - "nD avid", - "␣ro ar", - "␣St ar", - "␣sc hed", - "hen s", - "␣cont ains", - "␣tre asure", - "␣system s", - "␣adm ir", - "wh ines", - "␣tun nel", - "␣Mid dle", - "␣Wed nesday", - "G G", - "M ar" + "Ġst itch", + "ie ur", + "ĠG ra", + "ĠG ib", + "ĠCo ach", + "Ġund erest", + "Ġchick ens", + "Ġtrib al", + "ĠTenn essee", + "M ike", + "Ġb arn", + "am el", + "ĠH ig", + "ag u", + "Ġra ises", + "Ġcontin ents", + "Ġacqu is", + "Ġnurs ery", + "Ġdiscipl ines", + "Ġepid emic", + "affe ine", + "Ġdist inction", + "-d ri", + "Ġtrust y", + "Ġgall ery", + "ĠBudd hism", + "l ah", + "ĠT ob", + "Ġass ure", + "-s chool", + "Ġpath ways", + "Ġinvent ory", + "Ġdecl ined", + "Ġmel ody", + "urp ose", + "Ġb ikes", + "Ġl ur", + "Ġg inger", + "Ġwor ms", + "ud ge", + "Ġforget ting", + "Ġfol iage", + "Ġimper ial", + "ĠNether lands", + "] ,", + "p ack", + "Ġst rains", + "Ġsub mit", + "Ġident ifies", + "ug ar", + "Sh h", + "Ġcelebr ations", + "Ġattrib uted", + "ĠPD F", + "z i", + "Ġp ist", + "ad i", + "Ġst ack", + "ĠS ud", + "Ġsc al", + "Ġtrans parent", + "ret t", + "ĠAd a", + "Ġsust ained", + "Ġfost ers", + "Ġmal aria", + "Ġsurprising ly", + "Ġreward ing", + "on ies", + "Ġp enny", + "ant ha", + "ĠE lla", + "ĠR oosevelt", + "ĠJ osh", + "ĠAr k", + "Ġenc omp", + "Ġir regular", + "Ġumb re", + "LAU GH", + "C are", + "Ġc arn", + "am ation", + "Ġwho a", + "ĠCh am", + "Ġpat ent", + "Ġmaster ing", + "Ġreci p", + "ĠWin ter", + "Br other", + "A merican", + "N ational", + "e ur", + "Ġv ic", + "ĠJ es", + "-h our", + "ĠColl ect", + "Ġdisplay ing", + "Ġstrengthen ing", + "Ġsadd ened", + "O liver", + "it oes", + "Ġb ru", + "ll ers", + "ĠT able", + "Ġj unk", + "Ġgl and", + "ĠSh ut", + "Ġelev ated", + "Ġmanip ulate", + "Ġsculpt ure", + "imp se", + "ĠPortug uese", + ". The", + "Ġb ases", + "ĠT R", + "Ġan ten", + "Ġad ul", + "Ġdes erved", + "ĠSh ort", + "ĠMark et", + "Ġe ats", + "Ġbe ats", + "ĠB ed", + "ĠG ordon", + "Ġpsych ologists", + "ĠPal ace", + "b ul", + "en ment", + "ĠB ox", + "ĠD u", + "ĠF ront", + "ub a", + "Ġpublic ations", + "Ġcost umes", + "ĠPer u", + "Ġtransm it", + "Ġmush rooms", + "itzer land", + "at ics", + "HE N", + "Ġfather s", + "Ġbur nt", + "Ġl enses", + "ot on", + "Ġex it", + "ag ne", + "ater al", + "Ġdep ths", + "Ġsitu ated", + "Ġpred omin", + "US IC", + "Ġmaj estic", + "ĠD y", + "Ġr aced", + "ĠN elson", + "Ġneed les", + "Ġread ings", + "Ġmust n", + "ĠEng age", + "RE E", + "Ġliqu ids", + "Ġphilosop her", + "Ġteen ager", + "Ġcheer ful", + "ĠIng redients", + "ĠP ho", + "ĠF u", + "ĠF all", + "Ġgr ants", + "Ġfl ames", + "Ġext inct", + "Ġcalcul ating", + "Ġabsorb ing", + "ĠBet ty", + "ĠTreat ment", + "Ġcoc onut", + "Ġric her", + "ĠBarb ara", + "Ans wer", + "U C", + "m ons", + "w hy", + "Ġl id", + "Ġe cl", + "Ġhe d", + "ĠE ating", + "Ġfound ations", + "oun ces", + "ĠComp an", + "ĠTy pes", + "Ġdisturb ed", + "Tom orrow", + "Ġcommem or", + "- j", + "Ġcand ies", + "Ġdiagn ostic", + "m ate", + "ut ical", + "ĠM erc", + "ĠP oor", + "Ġsafe guard", + "Ġconsider ations", + "Ġtom b", + "ĠInt elligence", + "bel ie", + "Ġhazard ous", + "W omen", + "Ġw icked", + "ĠW W", + "ĠE asy", + "ĠAd ams", + "het ics", + "IC K", + "orks hire", + "ĠPlan et", + "Ġdestro ying", + "- o", + "P P", + "w en", + "Ġf itting", + "Ġstro kes", + "Ġsched ules", + "ĠHarr is", + "Ġadj acent", + "D ays", + "I ES", + "h ill", + "per ial", + "ens ively", + "Ġland marks", + "AS E", + "head ed", + "Ġtend ency", + "ĠTechn iques", + "TS D", + "Ġnucle us", + "Ġthe sis", + "Ġb ucks", + "om ical", + "ĠS leep", + "ĠC hat", + "ount ain", + "Ġpub lishing", + "ĠBen jamin", + "AT H", + "Ġfr ustr", + "Ġg em", + "Ġar row", + "Ġphys icians", + "ĠPal est", + "Ġflag s", + "Ġbul b", + "Ġcosm ic", + "Ġcongr at", + "n ames", + "Ġpro l", + "we ed", + "Ġday light", + "Ġfl aw", + "Ġrep roduction", + "ĠEx ec", + "Ġpot assium", + "Ġdr ank", + "Ġrisk y", + "Ġfet ch", + "at ories", + "il ib", + "Ġcre ep", + "ĠAs sembly", + "Ġmembers hip", + "ĠPh ilos", + "Ġdress es", + "Ġpartners hips", + "ĠCD C", + "% )", + "[ L", + "Ġp ad", + "Ġcra w", + "Ġlad der", + "Ġund ers", + "Ġgall ons", + "Em ma", + "Ġn ost", + "Ġn odes", + "be e", + "Ġcount ies", + "ĠDep ression", + "Ġthr ows", + "( )", + "ed ed", + "Ġh id", + "\\n mm", + "Ġ\\ \\", + "Ġchar ging", + "Ġfore ns", + "Ġfoot age", + "Hist ory", + "Ġa ids", + "ad ium", + "ith m", + "ĠM ason", + "ĠU C", + "Ġcreat ively", + "Ġhope fully", + "Ġrad ar", + "ĠBet ter", + "Ġprecip itation", + "at ter", + "Ġpo ets", + "tt ps", + "Ġdisp ers", + "Ġinev itable", + "E asy", + "F C", + "p ost", + "ĠT erry", + "Ġst ocks", + "arm ed", + "Ġequ ity", + "aps ed", + "Ġtransport ed", + "ĠJen kins", + "- ins", + "B UT", + "Ġt il", + "Ġsa ves", + "ass an", + "ĠHe aven", + "Ġgl impse", + "Ġtom ato", + "Ġfail ing", + "\\nthe y", + "uls ive", + "Ġscream ing", + "Ġcompens ation", + "f its", + "or ia", + "Ġf t", + "st ru", + "IS S", + "Ġrepe ating", + "ĠSer geant", + "ĠHel en", + "U RE", + "w ill", + "Ġkn ight", + "Ġatt acking", + "Ġbus hes", + "ĠPol itical", + "Ġstead ily", + "ĠWould n", + "forest ation", + "ĠPu erto", + "Ġre un", + "Ġst ern", + "ĠH ell", + "ĠH ait", + "Ġcar go", + "ty pe", + "Ġpres ently", + "-d own", + "AC T", + "Gu ys", + "Ġpoison ing", + "ĠNut rition", + "ĠAnth ony", + "ĠW ords", + "Ġover t", + "ign ific", + "arm s", + "Ġrecommend ation", + "Ġdisag reement", + "M ary", + "u ght", + "Ġst ared", + "ol ia", + "Ġcon vention", + "ĠW ANT", + "ĠL arge", + "Ġche w", + "Ġinter vals", + "ĠWh it", + "Ġrandom ly", + "Ġwarri or", + "or ie", + "Ġpl asma", + "Ġim bal", + "Ġwr ist", + "ĠUn iverse", + "Ġsl ides", + "Ref lecting", + "f ia", + "Ġb ass", + "ĠB rand", + "ĠE leanor", + "ĠBy e", + "Ġprogress ion", + "Ġfle e", + "Ġavo ided", + "ĠPrin cess", + "Ġp ave", + "Ġch ill", + "Ġj elly", + "ĠD omin", + "Ġdis gu", + "per t", + "Ġbo om", + "amb oo", + "uk i", + "ethe less", + "T ube", + "v ance", + "pe at", + "ĠB ib", + "Ġche ered", + "Ġparticip ated", + "Ġfresh water", + "Ġjournal ist", + "H on", + "J ames", + "u ations", + "Ġy og", + "Ġg reens", + "ĠC zech", + "Ġab ol", + "Ġall ergy", + "ĠF iona", + "Ġany time", + "Ġins ane", + "Ġset up", + "Ġcounter parts", + "ĠArch itect", + "ĠVictor ian", + "F riend", + "L S", + "Ġc ensus", + "Ġcreat ors", + "Ġsince re", + "ĠThanks giving", + "cipl inary", + "Ġninet eenth", + "Ġfortun ate", + "w ich", + "Ġm ant", + "Ġm ars", + "ĠM it", + "ĠN est", + "Ġspe eches", + "ĠUt ah", + "Ġaward ed", + "Ġpropos als", + "Ġwh ilst", + "Ġli z", + "Ġr ides", + "Ġun ions", + "Ġinter tw", + "Ġtri g", + "rit er", + "ON G", + "Ġfr ames", + "Get ting", + "Ġemerg encies", + "Ġradio active", + "ĠPri ze", + "Ġconqu er", + "Ġvom iting", + "( c", + "T im", + "g ins", + "s or", + "ĠR hod", + "ink y", + "irt ual", + "Ġenab led", + "ĠCuri osity", + "Ġalumin um", + "V is", + "v ae", + "ro c", + "ĠS pect", + "ĠS alt", + "Ġli vel", + "ĠL inda", + "ĠG re", + "Go ing", + "Ġvot ed", + "C lear", + "[ M", + "Ġc od", + "ĠA round", + "Ġse ated", + "Ġel ig", + "Ġdep ri", + "Ġdat as", + "Ġcon ve", + "Ġdo ses", + "ĠF A", + "Ġgra pp", + "Ġrelat able", + "I B", + "f ol", + "t an", + "ou ched", + "ur red", + "Ġle isure", + "ĠSt u", + "arm a", + "Ġbr ow", + "Ġvers es", + "Ġsett ling", + "Ġprem ature", + "ĠNever theless", + "comm un", + "P T", + "n if", + "ul u", + "Ġde hyd", + "op ard", + "Ġsc ra", + "ject ed", + "Ġgra pe", + "Ġdraw s", + "Ġpun ish", + "ĠBudd hist", + "' I", + "st eps", + "ĠC ust", + "ĠD ead", + ",\\\" \\", + "Ġins ert", + "Ġsub mar", + "Ġdetail ing", + "Ġautom atic", + "Ġpul se", + "Ġperf ection", + "- help", + "L ooking", + "n ings", + "Ġthe atre", + "it ational", + "id el", + "ĠM i", + "Ġne arer", + "un ciation", + "Ġpe ppers", + "Ġar teries", + "Ġlearn s", + "oy d", + "Ġbr ace", + "Ġob ese", + "Ġhur d", + "Ġsqu ad", + "Ġappear ances", + "Ġwet lands", + "Ġsettle ments", + "Ġdust y", + "Ġloud ly", + "Ġsam pling", + "F igure", + "T rue", + "as is", + "ct ica", + "og ram", + "ĠJ ung", + "Ġatt orney", + "Ġpot tery", + "ĠInd ex", + "Ġmark er", + "OR T", + "Ġdin osaur", + "Ġdom inated", + "Qu ite", + "Ġroot ed", + "ir ie", + "Ġsh ove", + "ĠP ath", + "em on", + "ĠJ ay", + "Ġexp ose", + "Ġpersonal ized", + "Ġdel ays", + "ĠRo om", + "Ġcorpor ations", + "it ations", + "Ġst amps", + "ĠC os", + "ĠE ager", + "ĠE instein", + "Ġrem in", + "Ġmar ble", + "Ġwa ist", + "AN S", + "ĠAll en", + "ĠDec l", + "Ġdepict ing", + "Ġcontrovers y", + "Ġrigor ous", + "n no", + "Ġb ol", + "ĠC and", + "ell s", + "Ġbl ade", + "Ġatt ic", + "Ġsec ured", + "Ġcost ume", + "Ġnecess ity", + "ĠAust ria", + "ĠStr ong", + "Ġannounce ment", + "Ġgorge ous", + "Ġst y", + "ĠC ourse", + "ote in", + "ĠBu zzy", + "Ġspect acular", + "ĠMat hemat", + "Ġpenc ils", + "Ġturb ines", + "Ġrig id", + "- see", + ". N", + "Ġv et", + "Ġsu p", + "ĠN ep", + "ĠY orkshire", + "Ġsim ulation", + "Ġph ases", + "Ġprot ests", + "ream ing", + "sh ot", + "ĠSw itzerland", + "Ġregul atory", + "Ġs igh", + "ĠB road", + "ĠF DA", + "Ġup right", + "Ġcons erve", + "iqu eness", + "uri f", + "Ġsw ings", + "ĠInd ivid", + "raph ic", + "ĠEduc ational", + "Ġgri p", + "-r ays", + "ĠKat ie", + "Ġar c", + "Ġconf ined", + "Ġlast s", + "ĠRe becca", + "Ġri pe", + "-f ace", + "Ġintegr ate", + "Ġende av", + "Rich ard", + "m ies", + "ch air", + "ĠH ou", + "Ġsh ifting", + "ace utical", + "Ġpos es", + "Ġpack et", + "Ġver bal", + "pro of", + "Ġstick y", + "ĠN Y", + "Ġsy rup", + "Ġche ering", + "Ġmod est", + "ĠAn imals", + "Ġsad ly", + "Ġfo am", + "ĠHon or", + "ĠLead ers", + "Ġelectrom agnetic", + "Ġt iger", + "ĠH IM", + "ĠD rug", + "Ġwell s", + "Ġloc ks", + "light s", + "Ġcat aly", + "Ġtour s", + "Ġwitness es", + "v ings", + "re as", + "pe lled", + "ig ion", + "fl owers", + "ĠPol ish", + "appoint ed", + "Ġcrim inals", + "ĠHolly wood", + "b ank", + "Ġw ag", + "Ġth resh", + "st an", + "ĠH ub", + "Ġout fit", + "ip le", + "Ġgra bbed", + "Ġmis erable", + "Ġdisp ute", + "Ġdy n", + "Ġtur key", + "ĠMag ic", + "Ġvulner ability", + "ĠObs erv", + "ĠL ion", + "Ġcl ip", + "ip se", + "It s", + "Ġmor ality", + "Ġtox ins", + "Ġpasseng er", + "Ġc ents", + "ĠM uh", + "Ġun ch", + "li ers", + "Ġdemon stration", + "Ġeffort lessly", + "ĠKeep ing", + "Ġreject ed", + "Ġreass ured", + "ĠIndones ia", + "% .", + "S at", + "f irst", + "Ġm uc", + "ĠI d", + "ĠC opyright", + "Ġro ses", + "ced ented", + "Ġfra gment", + "Ġprior ities", + "Ġconsult ing", + "Ġsimpl icity", + "ag a", + "Ġdef ines", + "Ġthick ness", + "Ġstir ring", + "Ġcott age", + "K ing", + "o z", + "Ġl ob", + "ent ine", + "ĠS weet", + "Ġafter ward", + "tern s", + "Ġju icy", + "Ġfuck in", + "Ġdistract ions", + "Ġdelay ed", + "Ġphotograp her", + "Ġw are", + "Ġc eram", + "Ġb ip", + "ĠT s", + "ĠC arn", + "Ġwas ting", + "ĠM os", + "Ġde cip", + "ĠF ac", + "ĠReg ularly", + "Ġdim ension", + "ĠLa ure", + "ĠS ue", + "ist ically", + "ound ed", + "Ġapp rent", + "Ġsign ing", + "Ġsol o", + "Ġwind ing", + "Ġintro duces", + "Ġhost s", + "Ġthr ust", + "Ġmad am", + "Ġconfident ial", + "ĠHT ML", + "ĠP a", + "ĠL ot", + "Ġun iqueness", + "Ġcl icking", + "Ġtr aced", + "Ġstrong est", + "ĠBe at", + "Ġbegin ners", + "Ġround s", + "ĠSat urn", + "EA H", + "as al", + "ĠS kin", + "ke eping", + "Ġbefore hand", + "ĠPr int", + "Ġsex ually", + "Ġdocument ary", + "S weet", + "Ġon ion", + "ĠP ic", + "ĠE lement", + "Ġexam ines", + "Ġdep ressed", + "Ġpret ending", + "Ġtrou bled", + "Ġamb ul", + "quis ite", + "l ore", + "u rop", + "Ġl ions", + "Ġn ause", + "Ġex ce", + "Ġne ct", + "Ġsp iders", + "Ġnew born", + "Ġpol ite", + "ĠSpe cies", + "Ġrib bon", + "Ġc age", + "Ġk g", + "ĠB ase", + "Ġwor m", + "Ġout standing", + "omet ry", + "ĠBy z", + "Ġgovern ance", + "Ġnon pro", + "IS H", + "fl ict", + "Ġlength s", + "Ġpron ouns", + "ĠBre ak", + "h ttp", + "Ġse ized", + "ĠR osa", + "ber y", + "Ġser vers", + "Ġpass ive", + "ĠQ uality", + "Ġhost ing", + "Ġmetabol ism", + "ĠArgent ina", + "Ġ ~", + "ĠF eel", + "ĠR ather", + "ĠCh irpy", + "ĠWe ather", + "Ġph on", + "Ġsatisf y", + "ĠPhilipp ines", + "Ġp iles", + "Ġn aught", + "ĠS ource", + "Ġground water", + "Ġgrand pa", + "ĠIndian a", + "Ġcro c", + "Ġcontrast ing", + "Ġprompt ly", + "Ġcounsel ing", + "ĠTrad itional", + ". ]\\", + "c p", + "d ers", + "h ard", + "Ġthink ers", + "Ġcru ise", + "zz le", + "Re al", + "@ example", + "r idge", + "ĠB ry", + "Ġint imate", + "Ġcr acks", + "Ġland f", + "Ġinterf erence", + "G reen", + "or ical", + "ĠC in", + "em en", + "Ġbr ide", + "Ġtre mb", + "An na", + "Ġinflu encing", + "Det ermined", + "( M", + "t ically", + "ow een", + "ant e", + "Ġmy ths", + "Ġres idence", + "ĠSt ock", + "Ġstub born", + "F in", + "ĠT oo", + "ĠC atherine", + "ĠB M", + "ist ing", + "enc er", + "ĠRes erve", + "Ġrepresent ations", + "Ġemb ro", + "ĠSy ndrome", + "Ġindic ators", + "Ġreput able", + "Ġprest igious", + "J im", + "Ġgo in", + "Ġrep ro", + "Ġmon arch", + "Ġdef ending", + "Ġhistor ically", + "sh ire", + "Ġfail s", + "Ġbot hered", + "Ġtap estry", + "Ġdecor ated", + "Ġsquee ze", + ". l", + "Ġc aves", + "Ġr ash", + "Ġmain stream", + "Ġprop he", + "Ġrock y", + "Ġinstruct or", + "Ġbib lical", + "lah oma", + "ilib rium", + "\\n on", + "Ġde eds", + "ĠK i", + "Ġev olving", + "Ġbas kets", + "Ġcal ming", + "Ġinflu enza", + "Ġhar bor", + "ĠPortug al", + "Ġtwent ieth", + "ĠJ ason", + "Ġsp ont", + "Ġback s", + "au x", + "ĠNorm an", + "ur u", + "Ġbl ues", + "Ġdisc l", + "Ġhard ships", + "-f our", + "Ġobs er", + "Ġrespect fully", + "Ġfr ank", + "Ġcold er", + "ĠMor gan", + "ĠMain e", + "ĠOl ivia", + "ĠEncy clopedia", + "F R", + "ĠB Y", + "Ġcor rid", + "Ġeduc ating", + "ĠAm anda", + "ĠST EM", + "Ġphilosop hers", + "ĠSym ptoms", + "Ġlifel ong", + "ĠB ruce", + "ĠP unch", + "Ġsw ords", + "ĠUS DA", + "Ġsecret ly", + "Ġfaith ful", + "Ġlunch time", + "Ġchair man", + "in ar", + "ell ar", + "ere k", + "Ġam ple", + "Ġam ph", + "Ġtrad ers", + "ĠCar ter", + "Un cle", + "Ġenh ances", + "Ġwid ened", + "ĠDet ective", + "ĠVe get", + "ĠRecogn ize", + "Pres ident", + "ĠTib et", + "S end", + "ĠRe qu", + "Ġfree ze", + "Ġter ribly", + "Ġdest iny", + "Ġdest ructive", + "Ġcy cling", + "Ġdisturb ing", + "O ff", + "T E", + "d f", + "e u", + "u ates", + "ro d", + "Ġse aled", + "ĠJ erry", + "Ġhel met", + "ĠNor way", + "Ġdecor ative", + "Im age", + "Ġfract ions", + "Ġproduc er", + "H el", + "R et", + "Ġd ye", + "Ġdo ve", + "Ġsupp lied", + "Ġpain ter", + "Ġdri lling", + "Ġdry ing", + "Ġnav al", + "Ġasp iring", + "Y o", + "Ġt ires", + "Ġw aking", + "Ġb ury", + "om o", + "br ush", + "els h", + "rop hy", + "ipp er", + "Ġdro plets", + "Ġevalu ated", + "ĠIns pect", + "ĠConfed erate", + "Ġwo ven", + "Ġnect ar", + "[ B", + "Ġthe ft", + "Ġst ove", + "ĠB ert", + "ĠH ope", + "ight y", + "ĠF ried", + "Ġdiff ering", + "Ġcr ushed", + "Ġstress ful", + "Ġborrow ed", + "Ġconserv ative", + "Ġanalys es", + "Ġoverse as", + "Ġprolong ed", + "Ġfinan cially", + "P ri", + "st ick", + "ĠS M", + "Ġkind a", + "az a", + "Ġgover ning", + "Ġinvent or", + "Ġdetect ives", + "Ġconven ience", + "Ġgeomet ric", + "M ia", + "i ge", + "ound ing", + "ĠEx ample", + "ĠZ e", + "Ġtext ures", + "Ġlad s", + "Ġpsych ologist", + "Ġtim ber", + "ĠCor ps", + "Ġalign ed", + "Ġclar ify", + "Ġepis odes", + "us k", + "ĠD akota", + "ĠR isk", + "ĠN ope", + "Ġback wards", + "Ġmod ifications", + "Ġbre w", + "Ġcost ly", + "Ġfro gs", + "ĠFin land", + "ĠHot el", + "im ore", + "Ġst atic", + "se ud", + "ĠC ab", + "op sy", + "Ġpe e", + "Ġdisc on", + "Ġjour nals", + "Ġtow el", + "ĠReg ion", + "Ġconstruct ive", + "Ġmas ks", + "Ġextend s", + "Ġarchae ological", + "Ear ly", + "Ġd ual", + "ĠD at", + "Ġsee ks", + "ĠK elly", + "Ġprot otype", + "May a", + "ĠApp ly", + "Ġminim izing", + "Ġadop ting", + "Ġappl iances", + "osc ow", + "ĠStan ford", + "l iness", + "ĠH ab", + "ĠD om", + "omet own", + "Ġleg ally", + "Ġassum ing", + "Ġenthusiast ically", + "ĠAntar ctica", + "Ġh ues", + "ag us", + "Ġ\" (", + "Ġreg en", + "Ġpres chool", + "ĠAfter ward", + "ĠColl ection", + "Ġadvoc acy", + "Ġalt itude", + "Ġt sun", + "Ġcan s", + "Ġle ar", + "ĠK aren", + "Ġreal ise", + "Ġexplore r", + "Any one", + "Ġconsult ation", + "Ġid i", + "Ġutil izing", + "Ġrail road", + "Ġdepos it", + "Ġcray ons", + "K now", + "Ġb ang", + "Ġwe ed", + "ĠA C", + "ĠL ang", + "oc ular", + "Ġprot agon", + "Ġdoub ts", + "Ġmel ted", + "Ġban anas", + "Ġmerch ant", + "Ġwe ights", + "te enth", + "Ġpol itely", + "ĠIsrael i", + "Ġstim ulate", + "ĠIre ne", + "Ġgodd amn", + "opt ional", + "/ m", + "S ource", + "j an", + "p os", + "nd ry", + "Ġg reed", + "Ġon set", + "ry ption", + "Ġtw in", + "Ġbl adder", + "Ġterm inal", + "Ġconsider ably", + "ĠComm and", + "nam ed", + "Ġcher ish", + "Ġadvert is", + "Ġlux ury", + "oult ry", + "H ope", + "b est", + "Ġg ambling", + "et on", + "ĠM oney", + "ĠN ile", + "Ġsc ans", + "ĠHow ard", + "Ġbar g", + "Ġcard board", + "Ġexcl usively", + "roph ic", + "Ġdilig ently", + "is hers", + "ĠM AN", + "Al most", + "Ġpri ests", + "Ġcontext s", + "Ġden ied", + "Ġantib odies", + "C or", + "H en", + "l ob", + "ĠO il", + "Ġprov isions", + "Ġval leys", + "Ġfin est", + "Ġmar ijuana", + "Ġmosqu ito", + "ĠUr ban", + "Ġconstit u", + "Ġtran qu", + "Ġunpre cedented", + "ĠC hemical", + "ĠW i", + "Ġall eg", + "omm on", + "Ġoper ational", + "ara oh", + "cript ions", + "Ġsevent een", + "Ġtables p", + "Ġinject ion", + "Ġcompe lled", + "S il", + "im eters", + "ist a", + "Ġown s", + "Ġed ible", + "ĠCon cept", + "com put", + "ĠSy dney", + "Gu ess", + "Ġiniti ated", + "Ġutil ized", + "ĠBro ok", + "F ood", + "b at", + "p age", + "Ġan th", + "own ers", + "Ġge ographic", + "och ond", + "Ġregist ration", + "F ore", + "ac re", + "Ġu l", + "ill ion", + "ĠR y", + "Ġrem arked", + "Ġra pe", + "OM AN", + "Ġcher ry", + "Ġcous ins", + "Ġtrave lling", + "i hood", + "ĠB right", + "Ġsh ores", + "Ġtr ump", + "Ġper ceptions", + "Ġdes cent", + "Ġdr own", + "Ġmicro bes", + "Ġexhib its", + "ĠAdv anced", + "ch ildren", + "Ġrep roduce", + "organ isms", + "Ġmosqu itoes", + "Ġjur isd", + "- round", + "Ġl amb", + "ĠW elcome", + "th ink", + "art ed", + "Ġr amp", + "Ġmon sters", + "ĠPh ill", + "ball s", + "Ġprem ium", + "ĠTreat y", + "w he", + "Ġc affeine", + "ot he", + "op ath", + "Ġv on", + "ĠL ane", + "ĠSt ore", + "ail and", + "Ġspecial izing", + "oun ter", + "Ġopp osing", + "-m on", + "Ġearn ings", + "Ġcrow ds", + "-min ute", + "Ġa irl", + "Ġbet a", + "ĠGr ade", + "Ġport able", + "f erence", + "Ġb od", + "Ġint ensive", + "Ġfe as", + "-b u", + "ĠEm br", + "Ġclim ates", + "ĠVen us", + "ĠAdvent ure", + "D i", + "F O", + "F ollowing", + "c ards", + "d ies", + "m ay", + "Ġn ests", + "act ivity", + "ĠK ang", + "Ġins ult", + "Ġtri ll", + "Ġsuccess es", + "-m ail", + "Ġfert ile", + "ĠHam ilton", + "c at", + "Ġd ip", + "ĠL iver", + "iz a", + "Ġinc ons", + "Ġdes erts", + "Ġland l", + "Ġsw itched", + "Ġcond em", + "ns he", + "Ġrev ised", + "Ne ither", + "ĠDougl as", + "c r", + "c os", + "is an", + "am ents", + "ĠO p", + "og rams", + "Ġcons pir", + "Ġrel ent", + "Ġmat urity", + "ĠSe attle", + "fl amm", + "Ġbull shit", + "Ġvot ers", + "ĠMuh ammad", + ". P", + "m aster", + "n st", + "Ġc ob", + "Ġf ucked", + "ve ll", + "Ġtra umatic", + "ĠSp orts", + "Ġhalf way", + "Ġsum mit", + "ĠAm end", + "ĠAct ivities", + "Ġcirc us", + "Ġenter prise", + "Ġmir rors", + "Ġflo ors", + "Ġaband on", + "ĠNob el", + "o i", + "ĠI owa", + "ĠR ole", + "ĠU pper", + "Ġimport ed", + "Ġsupp orters" ] } } \ No newline at end of file