diff --git "a/tokenizer.json" "b/tokenizer.json" new file mode 100644--- /dev/null +++ "b/tokenizer.json" @@ -0,0 +1,16061 @@ +{ + "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 + } + ], + "normalizer": { + "type": "Sequence", + "normalizers": [ + { + "type": "Prepend", + "prepend": " " + }, + { + "type": "NFKC" + }, + { + "type": "Replace", + "pattern": { + "Regex": "\n" + }, + "content": "\n " + }, + { + "type": "Replace", + "pattern": { + "Regex": " *\n" + }, + "content": "\n" + }, + { + "type": "Replace", + "pattern": { + "Regex": "\t" + }, + "content": " " + }, + { + "type": "Replace", + "pattern": { + "Regex": "\n" + }, + "content": "␤" + }, + { + "type": "Replace", + "pattern": { + "Regex": "\\s" + }, + "content": "␣" + } + ] + }, + "pre_tokenizer": { + "type": "Sequence", + "pretokenizers": [ + { + "type": "Split", + "pattern": { + "Regex": "␤{1}" + }, + "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": "Split", + "pattern": { + "Regex": "␣{2,8}" + }, + "behavior": "Isolated", + "invert": false + } + ] + }, + "post_processor": { + "type": "TemplateProcessing", + "single": [ + { + "SpecialToken": { + "id": "␂", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "A", + "type_id": 0 + } + } + ], + "pair": [ + { + "SpecialToken": { + "id": "␂", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "A", + "type_id": 0 + } + }, + { + "SpecialToken": { + "id": "␃", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "B", + "type_id": 0 + } + } + ], + "special_tokens": { + "␂": { + "id": "␂", + "ids": [ + 1 + ], + "tokens": [ + "␂" + ] + }, + "␃": { + "id": "␃", + "ids": [ + 2 + ], + "tokens": [ + "␃" + ] + } + } + }, + "decoder": { + "type": "Sequence", + "decoders": [ + { + "type": "ByteFallback" + }, + { + "type": "Fuse" + }, + { + "type": "Strip", + "content": "␣", + "start": 1, + "stop": 0 + }, + { + "type": "Replace", + "pattern": { + "String": "␤" + }, + "content": "\n" + }, + { + "type": "Replace", + "pattern": { + "String": "␣" + }, + "content": " " + }, + { + "type": "Replace", + "pattern": { + "String": "\n " + }, + "content": "\n" + } + ] + }, + "model": { + "type": "BPE", + "dropout": null, + "unk_token": "␦", + "continuing_subword_prefix": null, + "end_of_word_suffix": null, + "fuse_unk": true, + "byte_fallback": 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 + }, + "merges": [ + "␣ t", + "h e", + "␣ a", + "i n", + "␣ w", + "␣t he", + "o u", + "␣ s", + "r e", + "␣ o", + "h a", + "e r", + "␣ b", + "n d", + "i t", + "i s", + "␣ y", + "␣ c", + "␣ m", + "␣ d", + "o n", + "␣ f", + "in g", + "O T", + "M OT", + "l l", + "␣y ou", + "␣t o", + "a n", + "e s", + "o r", + "e d", + "␣ p", + "ha t", + "␣ g", + "e n", + "␣ l", + "C H", + "␣a nd", + "␣ I", + "CH I", + "␣ n", + "a r", + "␣o f", + "a s", + "␣ in", + "a t", + "o m", + "␣ he", + "o w", + "␣ h", + "␣ it", + "o t", + "␣ ha", + "l e", + "v e", + "␣t hat", + "a y", + "␣t h", + "e t", + "␣o n", + "i c", + "u s", + "g h", + "i d", + "␣b e", + "␣ is", + "␣w e", + "l d", + "␣ e", + "a l", + "u t", + "o o", + "␣w as", + "i m", + "k e", + "a c", + "a d", + "␣d o", + "␣ re", + "v er", + "␣ u", + "gh t", + "␣f or", + "␣ r", + "n I", + "i r", + "l y", + "i on", + "s e", + "en t", + "a m", + "␣s t", + "␣ =", + "␣ M", + "␣ S", + "␣ T", + "ou t", + "␣ k", + "s t", + "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", + "i f", + "␣c an", + "i l", + "us t", + "oo k", + "c t", + "an t", + "␣on e", + "␣h is", + "␣the y", + "␣kn ow", + "␣s he", + "␣ j", + "␣s o", + "␣d on", + "␣you r", + "u n", + "x x", + "␣w he", + "␣f r", + "␣ [", + "n Y", + "ea h", + "␣u p", + "a in", + "a nd", + "␣he r", + "␣ \\", + "o p", + "␣n e", + "e ll", + "o re", + "␣m y", + "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", + "es t", + "q u", + "␣b y", + "n t", + "␣s u", + "is t", + "n a", + "␣y eah", + "ou nd", + "r a", + "␣ N", + "am e", + "o s", + "in d", + "it t", + "␣the m", + "F AT", + "␣s ome", + "␣j ust", + "␣ 2", + "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", + "a g", + "␣p ut", + "␣w ill", + "␣g ood", + "h ing", + "␣whe re", + "i es", + "id e", + "n M", + "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", + "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", + "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", + "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", + "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", + "c c", + "A N", + "o h", + "␣ V", + "i ed", + "␣chi ld", + "at ed", + "␣l ong", + "␣t alk", + "␣a d", + "␣s m", + "e w", + "o ld", + "n P", + "␣b ig", + "u b", + "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", + "o ll", + "␣com p", + "w ard", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "j ect", + "␣ey es", + "O U", + "v ent", + "␣p ass", + "orn ing", + "c es", + "␣know n", + "␣l ight", + "␣w om", + "␣re d", + "i ke", + "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", + "n ing", + "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", + "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", + "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", + "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", + "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", + "ere st", + "ie f", + "O N", + "n U", + "␣num ber", + "␣do g", + "er tain", + "␣T h", + "␣D e", + "b r", + "n er", + "nC ome", + "␣W e", + "b ut", + "␣The re", + "␣ �", + "p art", + "␣s n", + "␣me et", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "al ity", + "␣hor se", + "␣c ook", + "are nt", + "ha r", + "en g", + "␣in s", + "␣f ig", + "z e", + "␣hur t", + "f ort", + "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", + "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", + "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", + "ivers ity", + "ren ch", + "␣P e", + "␣li ving", + "␣no se", + "␣O F", + "sing ing", + "␣S h", + "␣ke pt", + "␣birth day", + "y ou", + "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", + "id ence", + "um s", + "hi le", + "␣interest ed", + "osp ital", + "v iew", + "␣but ter", + "in o", + "es tern", + "␣G ood", + "C OL", + "w ell", + "in ing", + "␣m ount", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "y le", + "␣f em", + "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", + "ci ence", + "␣sim ply", + "␣var ious", + "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", + "as ons", + "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", + "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", + "it ude", + "om a", + "␣kn ights", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "b its", + "d ie", + "s pect", + "u a", + "␣a ver", + "␣m ail", + "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", + "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", + "ad o", + "␣r at", + "␣ar range", + "␣K e", + "pl ace", + "ult an", + "␣shop ping", + "␣relations hip", + "␣Chic ago", + "␣b in", + "␣A T", + "␣up set", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "z er", + "␣t ent", + "␣c alc", + "␣at h", + "␣H or", + "␣P apa", + "␣D E", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "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", + "ro se", + "␣H a", + "nW E", + "un ting", + "␣F IFA", + "␣R alph", + "␣N ic", + "␣got ten", + "␣us eta", + "iss a", + "␣work ers", + "␣fl ash", + "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", + "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", + "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", + "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" + ] + } +} \ No newline at end of file