diff --git "a/tokenizer.json" "b/tokenizer.json" new file mode 100644--- /dev/null +++ "b/tokenizer.json" @@ -0,0 +1,15838 @@ +{ + "version": "1.0", + "truncation": { + "direction": "Right", + "max_length": 128, + "strategy": "LongestFirst", + "stride": 0 + }, + "padding": { + "strategy": { + "Fixed": 128 + }, + "direction": "Right", + "pad_to_multiple_of": null, + "pad_id": 2, + "pad_type_id": 0, + "pad_token": "" + }, + "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": true, + "rstrip": false, + "normalized": false, + "special": true + } + ], + "normalizer": null, + "pre_tokenizer": { + "type": "ByteLevel", + "add_prefix_space": false, + "trim_offsets": true, + "use_regex": true + }, + "post_processor": { + "type": "ByteLevel", + "add_prefix_space": true, + "trim_offsets": true, + "use_regex": true + }, + "decoder": { + "type": "ByteLevel", + "add_prefix_space": true, + "trim_offsets": true, + "use_regex": true + }, + "model": { + "type": "BPE", + "dropout": null, + "unk_token": null, + "continuing_subword_prefix": null, + "end_of_word_suffix": null, + "fuse_unk": false, + "byte_fallback": false, + "ignore_merges": false, + "vocab": { + "": 0, + "": 1, + "": 2, + "": 3, + "": 4, + "!": 5, + "\"": 6, + "#": 7, + "$": 8, + "%": 9, + "&": 10, + "'": 11, + "(": 12, + ")": 13, + "*": 14, + "+": 15, + ",": 16, + "-": 17, + ".": 18, + "/": 19, + "0": 20, + "1": 21, + "2": 22, + "3": 23, + "4": 24, + "5": 25, + "6": 26, + "7": 27, + "8": 28, + "9": 29, + ":": 30, + ";": 31, + "<": 32, + "=": 33, + ">": 34, + "?": 35, + "@": 36, + "A": 37, + "B": 38, + "C": 39, + "D": 40, + "E": 41, + "F": 42, + "G": 43, + "H": 44, + "I": 45, + "J": 46, + "K": 47, + "L": 48, + "M": 49, + "N": 50, + "O": 51, + "P": 52, + "Q": 53, + "R": 54, + "S": 55, + "T": 56, + "U": 57, + "V": 58, + "W": 59, + "X": 60, + "Y": 61, + "Z": 62, + "[": 63, + "\\": 64, + "]": 65, + "^": 66, + "_": 67, + "`": 68, + "a": 69, + "b": 70, + "c": 71, + "d": 72, + "e": 73, + "f": 74, + "g": 75, + "h": 76, + "i": 77, + "j": 78, + "k": 79, + "l": 80, + "m": 81, + "n": 82, + "o": 83, + "p": 84, + "q": 85, + "r": 86, + "s": 87, + "t": 88, + "u": 89, + "v": 90, + "w": 91, + "x": 92, + "y": 93, + "z": 94, + "{": 95, + "|": 96, + "}": 97, + "~": 98, + "¡": 99, + "¢": 100, + "£": 101, + "¤": 102, + "¥": 103, + "¦": 104, + "§": 105, + "¨": 106, + "©": 107, + "ª": 108, + "«": 109, + "¬": 110, + "®": 111, + "¯": 112, + "°": 113, + "±": 114, + "²": 115, + "³": 116, + "´": 117, + "µ": 118, + "¶": 119, + "·": 120, + "¸": 121, + "¹": 122, + "º": 123, + "»": 124, + "¼": 125, + "½": 126, + "¾": 127, + "¿": 128, + "À": 129, + "Á": 130, + "Â": 131, + "Ã": 132, + "Ä": 133, + "Å": 134, + "Æ": 135, + "Ç": 136, + "È": 137, + "É": 138, + "Ê": 139, + "Ë": 140, + "Ì": 141, + "Í": 142, + "Î": 143, + "Ï": 144, + "Ð": 145, + "Ñ": 146, + "Ò": 147, + "Ó": 148, + "Ô": 149, + "Õ": 150, + "Ö": 151, + "×": 152, + "Ø": 153, + "Ù": 154, + "Ú": 155, + "Û": 156, + "Ü": 157, + "Ý": 158, + "Þ": 159, + "ß": 160, + "à": 161, + "á": 162, + "â": 163, + "ã": 164, + "ä": 165, + "å": 166, + "æ": 167, + "ç": 168, + "è": 169, + "é": 170, + "ê": 171, + "ë": 172, + "ì": 173, + "í": 174, + "î": 175, + "ï": 176, + "ð": 177, + "ñ": 178, + "ò": 179, + "ó": 180, + "ô": 181, + "õ": 182, + "ö": 183, + "÷": 184, + "ø": 185, + "ù": 186, + "ú": 187, + "û": 188, + "ü": 189, + "ý": 190, + "þ": 191, + "ÿ": 192, + "Ā": 193, + "ā": 194, + "Ă": 195, + "ă": 196, + "Ą": 197, + "ą": 198, + "Ć": 199, + "ć": 200, + "Ĉ": 201, + "ĉ": 202, + "Ċ": 203, + "ċ": 204, + "Č": 205, + "č": 206, + "Ď": 207, + "ď": 208, + "Đ": 209, + "đ": 210, + "Ē": 211, + "ē": 212, + "Ĕ": 213, + "ĕ": 214, + "Ė": 215, + "ė": 216, + "Ę": 217, + "ę": 218, + "Ě": 219, + "ě": 220, + "Ĝ": 221, + "ĝ": 222, + "Ğ": 223, + "ğ": 224, + "Ġ": 225, + "ġ": 226, + "Ģ": 227, + "ģ": 228, + "Ĥ": 229, + "ĥ": 230, + "Ħ": 231, + "ħ": 232, + "Ĩ": 233, + "ĩ": 234, + "Ī": 235, + "ī": 236, + "Ĭ": 237, + "ĭ": 238, + "Į": 239, + "į": 240, + "İ": 241, + "ı": 242, + "IJ": 243, + "ij": 244, + "Ĵ": 245, + "ĵ": 246, + "Ķ": 247, + "ķ": 248, + "ĸ": 249, + "Ĺ": 250, + "ĺ": 251, + "Ļ": 252, + "ļ": 253, + "Ľ": 254, + "ľ": 255, + "Ŀ": 256, + "ŀ": 257, + "Ł": 258, + "ł": 259, + "Ń": 260, + "Ġ.": 261, + "Ġt": 262, + "he": 263, + "Ġ?": 264, + "ou": 265, + "ha": 266, + "re": 267, + "you": 268, + "Ġa": 269, + "Ġi": 270, + "hat": 271, + "Ġthe": 272, + "Ġw": 273, + "Ġyou": 274, + "Ġs": 275, + "Ġb": 276, + "'s": 277, + "on": 278, + "in": 279, + "an": 280, + "Ġd": 281, + "oo": 282, + "Ġg": 283, + "Ġc": 284, + "Ġm": 285, + "ll": 286, + "Ġp": 287, + "ay": 288, + "here": 289, + "Ġl": 290, + "ing": 291, + "is": 292, + "Ġit": 293, + "ow": 294, + "it": 295, + "Ġthat": 296, + "er": 297, + "et": 298, + "es": 299, + "Ġf": 300, + "Ġto": 301, + "Ġth": 302, + "ea": 303, + "om": 304, + "Ġo": 305, + "Ġn": 306, + "Ġ!": 307, + "Ġon": 308, + "ee": 309, + "what": 310, + "Ġh": 311, + "ck": 312, + "ig": 313, + "Ġdo": 314, + "nd": 315, + "Ġis": 316, + "Ġgo": 317, + "ook": 318, + "se": 319, + "le": 320, + "ke": 321, + "Ġha": 322, + "oh": 323, + "or": 324, + "Ġin": 325, + "ve": 326, + "ut": 327, + "Ġba": 328, + "na": 329, + "Ġr": 330, + "Ġwan": 331, + "'t": 332, + "Ġthis": 333, + "ht": 334, + "ot": 335, + "Ġyour": 336, + "ad": 337, + "Ġhe": 338, + "kay": 339, + "ight": 340, + "id": 341, + "that": 342, + "ome": 343, + "Ġwe": 344, + "yea": 345, + "yeah": 346, + "Ġand": 347, + "Ġk": 348, + "at": 349, + "ir": 350, + "ie": 351, + "Ġu": 352, + "st": 353, + "ar": 354, + "and": 355, + "Ġthere": 356, + "ld": 357, + "Ġli": 358, + "ho": 359, + "Ġwhat": 360, + "Ġhere": 361, + "okay": 362, + "'re": 363, + "out": 364, + "Ġsee": 365, + "Ġof": 366, + "Ġwant": 367, + "ch": 368, + "ver": 369, + "no": 370, + "Ġare": 371, + "ood": 372, + "Ġj": 373, + "ic": 374, + "Ġone": 375, + "itt": 376, + "Ġme": 377, + "where": 378, + "Ġe": 379, + "there": 380, + "Ġhave": 381, + "we": 382, + "Ġgon": 383, + "the": 384, + "Ġput": 385, + "Ġlike": 386, + "ra": 387, + "now": 388, + "Ġre": 389, + "Ġdon": 390, + "Ġget": 391, + "Ġcan": 392, + "uh": 393, + "do": 394, + "en": 395, + "Ġst": 396, + "can": 397, + "my": 398, + "ink": 399, + "ith": 400, + "Ġup": 401, + "Ġgonna": 402, + "im": 403, + "am": 404, + "al": 405, + "Ġwith": 406, + "by": 407, + "un": 408, + "all": 409, + "um": 410, + "let": 411, + "as": 412, + "Ġfor": 413, + "Ġat": 414, + "Ġbe": 415, + "Ġpl": 416, + "own": 417, + "Ġsay": 418, + "th": 419, + "Ġright": 420, + "look": 421, + "dy": 422, + "yes": 423, + "Ġlook": 424, + "pp": 425, + "ur": 426, + "ommy": 427, + "ose": 428, + "ake": 429, + "ittle": 430, + "sh": 431, + "one": 432, + "Ġwanna": 433, + "ould": 434, + "'ll": 435, + "Ġan": 436, + "Ġsome": 437, + "Ġlittle": 438, + "Ġgood": 439, + "ed": 440, + "hm": 441, + "Ġknow": 442, + "ill": 443, + "hi": 444, + "Ġnot": 445, + "Ġbo": 446, + "han": 447, + "are": 448, + "Ġout": 449, + "her": 450, + "ry": 451, + "Ġdown": 452, + "who": 453, + "uck": 454, + "ore": 455, + "Ġmommy": 456, + "ye": 457, + "op": 458, + "Ġbook": 459, + "ap": 460, + "Ġbaby": 461, + "Ġplay": 462, + "Ġthink": 463, + "ick": 464, + "Ġball": 465, + "ust": 466, + "Ġdid": 467, + "Ġno": 468, + "addy": 469, + "aha": 470, + "come": 471, + "ear": 472, + "Ġback": 473, + "ah": 474, + "very": 475, + "Ġall": 476, + "ter": 477, + "'m": 478, + "ab": 479, + "Ġshe": 480, + "Ġso": 481, + "ice": 482, + "Ġgot": 483, + "Ġwas": 484, + "Ġmy": 485, + "Ġthem": 486, + "ce": 487, + "Ġbl": 488, + "Ġbig": 489, + "eat": 490, + "Ġdoes": 491, + "ty": 492, + "Ġab": 493, + "Ġtoo": 494, + "how": 495, + "Ġcl": 496, + "au": 497, + "right": 498, + "Ġover": 499, + "ly": 500, + "Ġokay": 501, + "ind": 502, + "Ġnow": 503, + "Ġlet": 504, + "Ġabout": 505, + "wan": 506, + "Ġthey": 507, + "Ġgoing": 508, + "Ġdaddy": 509, + "ang": 510, + "ound": 511, + "mm": 512, + "Ġmore": 513, + "ack": 514, + "gg": 515, + "Ġjust": 516, + "qu": 517, + "oop": 518, + "Ġcar": 519, + "ain": 520, + "Ġco": 521, + "oom": 522, + "hank": 523, + "ush": 524, + "ive": 525, + "other": 526, + "Ġhim": 527, + "see": 528, + "Ġher": 529, + "ide": 530, + "Ġread": 531, + "Ġeat": 532, + "ro": 533, + "eep": 534, + "Ġbu": 535, + "unn": 536, + "urn": 537, + "Ġhis": 538, + "Ġbir": 539, + "il": 540, + "ell": 541, + "Ġy": 542, + "ff": 543, + "el": 544, + "ies": 545, + "ock": 546, + "this": 547, + "Ġbut": 548, + "Ġoff": 549, + "huh": 550, + "up": 551, + "ure": 552, + "Ġdoing": 553, + "good": 554, + "ak": 555, + "row": 556, + "Ġsp": 557, + "Ġbox": 558, + "ag": 559, + "did": 560, + "wo": 561, + "eed": 562, + "unny": 563, + "alk": 564, + "Ġwhere": 565, + "ast": 566, + "Ġcome": 567, + "Ġhuh": 568, + "Ġcat": 569, + "Ġbird": 570, + "ump": 571, + "Ġthose": 572, + "Ġel": 573, + "nt": 574, + "Ġbye": 575, + "thank": 576, + "Ġoh": 577, + "Ġag": 578, + "Ġmake": 579, + "eth": 580, + "ret": 581, + "Ġsh": 582, + "Ġtake": 583, + "Ġbr": 584, + "Ġvery": 585, + "put": 586, + "eek": 587, + "ally": 588, + "wh": 589, + "weet": 590, + "Ġfl": 591, + "ine": 592, + "oug": 593, + "she": 594, + "well": 595, + "oney": 596, + "ue": 597, + "be": 598, + "iss": 599, + "Ġcha": 600, + "Ġagain": 601, + "go": 602, + "Ġyeah": 603, + "day": 604, + "oor": 605, + "llo": 606, + "Ġwho": 607, + "Ġhas": 608, + "Ġwhe": 609, + "ers": 610, + "Ġif": 611, + "Ġturn": 612, + "Ġsa": 613, + "Ġpu": 614, + "Ġhand": 615, + "Ġsit": 616, + "Ġboy": 617, + "way": 618, + "Ġthese": 619, + "Ġbear": 620, + "ther": 621, + "ree": 622, + "ong": 623, + "Ġnice": 624, + "Ġneed": 625, + "Ġar": 626, + "oops": 627, + "ite": 628, + "Ġal": 629, + "Ġne": 630, + "Ġtr": 631, + "Ġchi": 632, + "Ġcom": 633, + "wanna": 634, + "ug": 635, + "don": 636, + "raw": 637, + "Ġother": 638, + "Ġgoes": 639, + "ppy": 640, + "Ġwill": 641, + "ame": 642, + "Ġelse": 643, + "Ġfr": 644, + "Ġhoney": 645, + "Ġor": 646, + "ber": 647, + "Ġduck": 648, + "Ġchair": 649, + "Ġtry": 650, + "atch": 651, + "Ġthing": 652, + "mhm": 653, + "Ġch": 654, + "me": 655, + "ess": 656, + "ting": 657, + "ouse": 658, + "retty": 659, + "ove": 660, + "Ġhow": 661, + "Ġsl": 662, + "ooh": 663, + "ish": 664, + "Ġanother": 665, + "Ġsom": 666, + "ph": 667, + "Ġche": 668, + "Ġany": 669, + "ul": 670, + "Ġho": 671, + "our": 672, + "ething": 673, + "yay": 674, + "Ġpic": 675, + "ture": 676, + "ady": 677, + "Ġway": 678, + "Ġkitt": 679, + "oon": 680, + "ough": 681, + "get": 682, + "aper": 683, + "Ġsweet": 684, + "ggie": 685, + "Ġtwo": 686, + "say": 687, + "Ġpicture": 688, + "bo": 689, + "Ġman": 690, + "Ġgive": 691, + "hey": 692, + "Ġgir": 693, + "aboo": 694, + "hello": 695, + "Ġcr": 696, + "Ġhm": 697, + "ater": 698, + "ip": 699, + "ama": 700, + "Ġsha": 701, + "tle": 702, + "Ġthen": 703, + "Ġsomething": 704, + "lor": 705, + "os": 706, + "ime": 707, + "ease": 708, + "ys": 709, + "Ġdr": 710, + "alright": 711, + "Ġaway": 712, + "Ġsho": 713, + "bl": 714, + "they": 715, + "Ġtra": 716, + "eekaboo": 717, + "ct": 718, + "Ġpig": 719, + "ouch": 720, + "oot": 721, + "Ġpretty": 722, + "Ġcolor": 723, + "Ġgirl": 724, + "Ġhat": 725, + "Ġdi": 726, + "mommy": 727, + "Ġqu": 728, + "Ġmu": 729, + "lp": 730, + "want": 731, + "Ġaround": 732, + "li": 733, + "side": 734, + "Ġwor": 735, + "Ġthrow": 736, + "pen": 737, + "Ġwhen": 738, + "ba": 739, + "Ġus": 740, + "Ġwould": 741, + "ause": 742, + "so": 743, + "would": 744, + "Ġfind": 745, + "Ġv": 746, + "Ġtime": 747, + "Ġgre": 748, + "aura": 749, + "but": 750, + "hone": 751, + "to": 752, + "Ġsweetie": 753, + "Ġred": 754, + "Ġsw": 755, + "Ġdraw": 756, + "Ġsaid": 757, + "Ġwere": 758, + "Ġblock": 759, + "Ġhelp": 760, + "Ġsays": 761, + "Ġtalk": 762, + "Ġopen": 763, + "Ġblue": 764, + "oseph": 765, + "Ġbunny": 766, + "does": 767, + "Ġyes": 768, + "art": 769, + "Ġkiss": 770, + "bye": 771, + "Ġcould": 772, + "ving": 773, + "Ġnight": 774, + "ix": 775, + "cause": 776, + "ready": 777, + "llow": 778, + "pl": 779, + "Ġbre": 780, + "key": 781, + "Ġas": 782, + "Ġhouse": 783, + "Ġplease": 784, + "daddy": 785, + "ful": 786, + "outh": 787, + "Ġfa": 788, + "Ġgu": 789, + "Ġhear": 790, + "ere": 791, + "ute": 792, + "Ġdoesn": 793, + "Ġdog": 794, + "Ġjo": 795, + "Ġmouth": 796, + "ss": 797, + "Ġboo": 798, + "der": 799, + "Ġcow": 800, + "een": 801, + "orn": 802, + "Ġkittie": 803, + "ima": 804, + "Ġhold": 805, + "Ġpie": 806, + "Ġwh": 807, + "Ġbang": 808, + "Ġdoggie": 809, + "Ġcall": 810, + "ub": 811, + "Ġmama": 812, + "ayon": 813, + "Ġhair": 814, + "Ġbet": 815, + "ma": 816, + "uff": 817, + "mber": 818, + "Ġsm": 819, + "yellow": 820, + "Ġcook": 821, + "che": 822, + "Ġtouch": 823, + "oof": 824, + "ild": 825, + "Ġtell": 826, + "Ġgr": 827, + "Ġnose": 828, + "Ġhi": 829, + "Ġhad": 830, + "Ġhead": 831, + "ball": 832, + "Ġreally": 833, + "whoa": 834, + "Ġwent": 835, + "age": 836, + "Ġpush": 837, + "peekaboo": 838, + "'d": 839, + "Ġsleep": 840, + "why": 841, + "aw": 842, + "illy": 843, + "Ġle": 844, + "Ġbot": 845, + "Ġwater": 846, + "cl": 847, + "Ġmin": 848, + "Ġdidn": 849, + "'ve": 850, + "Ġlaura": 851, + "Ġtoday": 852, + "Ġshow": 853, + "ool": 854, + "ble": 855, + "ta": 856, + "Ġro": 857, + "ist": 858, + "Ġtick": 859, + "ait": 860, + "cle": 861, + "Ġfunny": 862, + "member": 863, + "Ġcrayon": 864, + "Ġwalk": 865, + "mo": 866, + "aybe": 867, + "ire": 868, + "whoops": 869, + "Ġsqu": 870, + "Ġpaper": 871, + "should": 872, + "lf": 873, + "ange": 874, + "ethan": 875, + "Ġthings": 876, + "Ġevery": 877, + "ise": 878, + "able": 879, + "Ġsu": 880, + "Ġju": 881, + "Ġsc": 882, + "Ġdoor": 883, + "Ġbed": 884, + "ts": 885, + "Ġtap": 886, + "Ġkind": 887, + "Ġfoot": 888, + "ilk": 889, + "ton": 890, + "push": 891, + "Ġbit": 892, + "Ġtrain": 893, + "ais": 894, + "pple": 895, + "Ġready": 896, + "Ġchild": 897, + "ven": 898, + "Ġbreak": 899, + "not": 900, + "Ġdone": 901, + "nder": 902, + "thing": 903, + "baby": 904, + "ummy": 905, + "br": 906, + "Ġna": 907, + "Ġfrom": 908, + "Ġlea": 909, + "Ġhor": 910, + "Ġse": 911, + "Ġtruck": 912, + "Ġchick": 913, + "Ġlove": 914, + "io": 915, + "sha": 916, + "Ġtoys": 917, + "Ġmak": 918, + "ves": 919, + "Ġname": 920, + "Ġjoseph": 921, + "oun": 922, + "Ġcup": 923, + "Ġpick": 924, + "Ġte": 925, + "Ġgreen": 926, + "Ġmon": 927, + "Ġmic": 928, + "room": 929, + "cor": 930, + "irst": 931, + "body": 932, + "Ġeating": 933, + "ge": 934, + "Ġquack": 935, + "more": 936, + "Ġbetter": 937, + "ep": 938, + "Ġisn": 939, + "ada": 940, + "Ġsilly": 941, + "Ġtop": 942, + "Ġcle": 943, + "eel": 944, + "just": 945, + "Ġjob": 946, + "Ġday": 947, + "Ġlot": 948, + "Ġmat": 949, + "Ġlight": 950, + "whe": 951, + "Ġthank": 952, + "if": 953, + "Ġshould": 954, + "Ġfloor": 955, + "lly": 956, + "Ġclean": 957, + "Ġclose": 958, + "iam": 959, + "Ġtow": 960, + "Ġunder": 961, + "Ġblocks": 962, + "Ġyellow": 963, + "Ġlooking": 964, + "ds": 965, + "Ġpo": 966, + "Ġwear": 967, + "Ġgetting": 968, + "urt": 969, + "Ġroom": 970, + "your": 971, + "Ġbus": 972, + "Ġtape": 973, + "zz": 974, + "Ġthree": 975, + "Ġrecor": 976, + "Ġpull": 977, + "pe": 978, + "two": 979, + "Ġtable": 980, + "Ġbutton": 981, + "wow": 982, + "Ġby": 983, + "Ġfe": 984, + "Ġmuch": 985, + "Ġgra": 986, + "cy": 987, + "Ġjuice": 988, + "Ġz": 989, + "Ġma": 990, + "Ġwork": 991, + "ket": 992, + "Ġpe": 993, + "Ġmilk": 994, + "Ġhapp": 995, + "Ġcomes": 996, + "Ġhome": 997, + "areful": 998, + "Ġwr": 999, + "turn": 1000, + "watch": 1001, + "Ġbecause": 1002, + "Ġminute": 1003, + "Ġchoo": 1004, + "Ġnoise": 1005, + "Ġface": 1006, + "Ġhappen": 1007, + "Ġshake": 1008, + "Ġfall": 1009, + "Ġour": 1010, + "Ġlooks": 1011, + "Ġuse": 1012, + "Ġmean": 1013, + "Ġhar": 1014, + "hose": 1015, + "Ġwell": 1016, + "itting": 1017, + "Ġgone": 1018, + "irt": 1019, + "Ġnaima": 1020, + "pu": 1021, + "those": 1022, + "Ġethan": 1023, + "rop": 1024, + "era": 1025, + "Ġoink": 1026, + "Ġphone": 1027, + "self": 1028, + "ese": 1029, + "urp": 1030, + "Ġremember": 1031, + "ion": 1032, + "Ġring": 1033, + "Ġnew": 1034, + "Ġorange": 1035, + "Ġwhi": 1036, + "Ġfix": 1037, + "Ġplaying": 1038, + "ate": 1039, + "amera": 1040, + "Ġpen": 1041, + "Ġhands": 1042, + "Ġwatch": 1043, + "Ġbring": 1044, + "fast": 1045, + "Ġen": 1046, + "Ġshoes": 1047, + "ana": 1048, + "Ġspoon": 1049, + "Ġdrink": 1050, + "boo": 1051, + "Ġuh": 1052, + "Ġstuff": 1053, + "Ġtickle": 1054, + "Ġjump": 1055, + "Ġpiece": 1056, + "Ġcookie": 1057, + "Ġapple": 1058, + "Ġwon": 1059, + "Ġdan": 1060, + "orning": 1061, + "Ġstill": 1062, + "herine": 1063, + "les": 1064, + "Ġhard": 1065, + "Ġrecorder": 1066, + "Ġtree": 1067, + "bit": 1068, + "Ġsing": 1069, + "irty": 1070, + "Ġstay": 1071, + "Ġta": 1072, + "eak": 1073, + "igg": 1074, + "Ġshoe": 1075, + "ung": 1076, + "Ġflow": 1077, + "unch": 1078, + "give": 1079, + "Ġboun": 1080, + "Ġcoming": 1081, + "Ġroll": 1082, + "us": 1083, + "Ġmorning": 1084, + "omas": 1085, + "iding": 1086, + "Ġkeep": 1087, + "Ġoutside": 1088, + "Ġsor": 1089, + "Ġfit": 1090, + "Ġfun": 1091, + "xt": 1092, + "une": 1093, + "co": 1094, + "Ġmother": 1095, + "Ġear": 1096, + "Ġbab": 1097, + "Ġfell": 1098, + "Ġfirst": 1099, + "Ġbreakfast": 1100, + "rophone": 1101, + "ous": 1102, + "Ġsaw": 1103, + "Ġbottle": 1104, + "Ġpop": 1105, + "Ġfing": 1106, + "Ġdiaper": 1107, + "Ġbrush": 1108, + "Ġfro": 1109, + "iend": 1110, + "owl": 1111, + "Ġfish": 1112, + "car": 1113, + "sie": 1114, + "Ġinto": 1115, + "Ġgrand": 1116, + "air": 1117, + "big": 1118, + "Ġsure": 1119, + "arm": 1120, + "Ġegg": 1121, + "Ġbite": 1122, + "ade": 1123, + "ft": 1124, + "Ġwants": 1125, + "Ġeyes": 1126, + "ne": 1127, + "Ġlo": 1128, + "Ġfriend": 1129, + "Ġfeel": 1130, + "ought": 1131, + "throw": 1132, + "isten": 1133, + "Ġbabies": 1134, + "Ġdoo": 1135, + "ster": 1136, + "down": 1137, + "Ġtea": 1138, + "Ġtoy": 1139, + "Ġfood": 1140, + "ness": 1141, + "red": 1142, + "ane": 1143, + "Ġhot": 1144, + "maybe": 1145, + "sit": 1146, + "Ġpage": 1147, + "Ġinside": 1148, + "yep": 1149, + "ib": 1150, + "ash": 1151, + "inn": 1152, + "ister": 1153, + "imal": 1154, + "kes": 1155, + "will": 1156, + "Ġcamera": 1157, + "igh": 1158, + "gon": 1159, + "rough": 1160, + "Ġstand": 1161, + "Ġbub": 1162, + "Ġsitting": 1163, + "ople": 1164, + "ually": 1165, + "Ġdre": 1166, + "Ġfeet": 1167, + "Ġbump": 1168, + "Ġnum": 1169, + "Ġbag": 1170, + "Ġsock": 1171, + "ent": 1172, + "ffee": 1173, + "sed": 1174, + "gether": 1175, + "Ġcrayons": 1176, + "pack": 1177, + "Ġwait": 1178, + "Ġround": 1179, + "Ġcra": 1180, + "aisy": 1181, + "Ġah": 1182, + "fl": 1183, + "whi": 1184, + "Ġpuppy": 1185, + "ins": 1186, + "��move": 1187, + "Ġtogether": 1188, + "Ġride": 1189, + "Ġstuck": 1190, + "Ġbooks": 1191, + "Ġnext": 1192, + "Ġmicrophone": 1193, + "head": 1194, + "Ġgotta": 1195, + "Ġbutter": 1196, + "Ġcheese": 1197, + "Ġpot": 1198, + "Ġdoll": 1199, + "Ġpigg": 1200, + "shall": 1201, + "Ġsna": 1202, + "Ġsaying": 1203, + "Ġanimal": 1204, + "Ġthrough": 1205, + "Ġgoodness": 1206, + "Ġsong": 1207, + "est": 1208, + "ard": 1209, + "Ġclown": 1210, + "Ġbea": 1211, + "Ġmom": 1212, + "Ġchew": 1213, + "Ġstick": 1214, + "open": 1215, + "hes": 1216, + "Ġlong": 1217, + "Ġrock": 1218, + "Ġhello": 1219, + "Ġcatch": 1220, + "bles": 1221, + "nock": 1222, + "Ġcame": 1223, + "ass": 1224, + "Ġbuild": 1225, + "boom": 1226, + "Ġam": 1227, + "Ġtoes": 1228, + "Ġold": 1229, + "unk": 1230, + "pped": 1231, + "Ġwilliam": 1232, + "Ġwoof": 1233, + "Ġboom": 1234, + "ond": 1235, + "Ġleave": 1236, + "for": 1237, + "Ġpat": 1238, + "Ġhop": 1239, + "Ġbath": 1240, + "Ġyo": 1241, + "Ġthough": 1242, + "Ġguy": 1243, + "Ġwhy": 1244, + "Ġcalled": 1245, + "ory": 1246, + "Ġyourself": 1247, + "Ġgl": 1248, + "lex": 1249, + "Ġcoffee": 1250, + "Ġshirt": 1251, + "rot": 1252, + "try": 1253, + "like": 1254, + "Ġsk": 1255, + "meow": 1256, + "Ġpeople": 1257, + "urple": 1258, + "Ġda": 1259, + "Ġmight": 1260, + "la": 1261, + "some": 1262, + "Ġex": 1263, + "then": 1264, + "pper": 1265, + "Ġmatter": 1266, + "airs": 1267, + "sp": 1268, + "Ġcatherine": 1269, + "Ġwheel": 1270, + "Ġmany": 1271, + "anana": 1272, + "sic": 1273, + "Ġfound": 1274, + "Ġhorse": 1275, + "Ġpeekaboo": 1276, + "child": 1277, + "Ġfin": 1278, + "Ġbackpack": 1279, + "ring": 1280, + "Ġeven": 1281, + "Ġsound": 1282, + "Ġpan": 1283, + "Ġhappy": 1284, + "Ġsorry": 1285, + "oppy": 1286, + "Ġtalking": 1287, + "most": 1288, + "tell": 1289, + "Ġputting": 1290, + "wait": 1291, + "Ġmouse": 1292, + "Ġbar": 1293, + "Ġwhile": 1294, + "Ġfour": 1295, + "Ġcut": 1296, + "Ġmaking": 1297, + "Ġmade": 1298, + "Ġsec": 1299, + "Ġcareful": 1300, + "which": 1301, + "ia": 1302, + "yeh": 1303, + "Ġmo": 1304, + "Ġalright": 1305, + "cha": 1306, + "Ġum": 1307, + "Ġhung": 1308, + "Ġarm": 1309, + "Ġdiff": 1310, + "ave": 1311, + "ey": 1312, + "fter": 1313, + "Ġahead": 1314, + "Ġstar": 1315, + "Ġknock": 1316, + "Ġtrying": 1317, + "Ġgreat": 1318, + "aur": 1319, + "Ġmoo": 1320, + "Ġlater": 1321, + "Ġfu": 1322, + "because": 1323, + "Ġpictures": 1324, + "oink": 1325, + "iger": 1326, + "Ġcold": 1327, + "Ġsnow": 1328, + "Ġlady": 1329, + "Ġthomas": 1330, + "lep": 1331, + "Ġmonkey": 1332, + "vor": 1333, + "woo": 1334, + "eddy": 1335, + "Ġmusic": 1336, + "when": 1337, + "Ġmaybe": 1338, + "Ġlikes": 1339, + "chool": 1340, + "Ġclot": 1341, + "take": 1342, + "ctually": 1343, + "ugg": 1344, + "Ġtheir": 1345, + "Ġsheep": 1346, + "aking": 1347, + "with": 1348, + "iolet": 1349, + "Ġbounce": 1350, + "eal": 1351, + "Ġrain": 1352, + "Ġhappened": 1353, + "kitt": 1354, + "moo": 1355, + "peek": 1356, + "Ġlast": 1357, + "Ġbad": 1358, + "pping": 1359, + "little": 1360, + "naima": 1361, + "Ġyum": 1362, + "blue": 1363, + "Ġhungry": 1364, + "Ġhigh": 1365, + "Ġer": 1366, + "Ġrab": 1367, + "Ġrabbit": 1368, + "iving": 1369, + "nice": 1370, + "thday": 1371, + "duck": 1372, + "Ġtire": 1373, + "Ġschool": 1374, + "Ġpro": 1375, + "Ġlam": 1376, + "imb": 1377, + "three": 1378, + "phone": 1379, + "joseph": 1380, + "aug": 1381, + "Ġgrandma": 1382, + "Ġbubbles": 1383, + "Ġair": 1384, + "Ġwind": 1385, + "Ġdiffere": 1386, + "ach": 1387, + "Ġstory": 1388, + "Ġbuck": 1389, + "cat": 1390, + "Ġnap": 1391, + "Ġhug": 1392, + "Ġchicken": 1393, + "gre": 1394, + "yup": 1395, + "Ġmar": 1396, + "Ġmoon": 1397, + "Ġeve": 1398, + "lephan": 1399, + "Ġea": 1400, + "Ġthought": 1401, + "Ġwash": 1402, + "roke": 1403, + "Ġswing": 1404, + "Ġmakes": 1405, + "Ġfrog": 1406, + "Ġgosh": 1407, + "Ġlion": 1408, + "Ġteeth": 1409, + "kin": 1410, + "Ġbel": 1411, + "Ġletter": 1412, + "ces": 1413, + "Ġstop": 1414, + "ator": 1415, + "Ġlily": 1416, + "illow": 1417, + "really": 1418, + "Ġoat": 1419, + "Ġyummy": 1420, + "Ġtowel": 1421, + "ious": 1422, + "have": 1423, + "bab": 1424, + "got": 1425, + "Ġmess": 1426, + "lephone": 1427, + "Ġbas": 1428, + "Ġjune": 1429, + "mmer": 1430, + "Ġclothes": 1431, + "Ġdifferent": 1432, + "Ġend": 1433, + "dd": 1434, + "omi": 1435, + "Ġhiding": 1436, + "Ġeverything": 1437, + "Ġwrite": 1438, + "every": 1439, + "Ġsn": 1440, + "Ġfive": 1441, + "ling": 1442, + "nie": 1443, + "Ġaha": 1444, + "Ġcry": 1445, + "pull": 1446, + "ik": 1447, + "mp": 1448, + "sy": 1449, + "ount": 1450, + "Ġchan": 1451, + "Ġmm": 1452, + "Ġmiss": 1453, + "Ġla": 1454, + "Ġflowers": 1455, + "fore": 1456, + "Ġteddy": 1457, + "Ġdirty": 1458, + "ked": 1459, + "fr": 1460, + "Ġyet": 1461, + "Ġanything": 1462, + "Ġlamb": 1463, + "Ġpink": 1464, + "Ġlunch": 1465, + "otor": 1466, + "Ġsand": 1467, + "show": 1468, + "Ġbirthday": 1469, + "ace": 1470, + "hed": 1471, + "ctor": 1472, + "fly": 1473, + "gurt": 1474, + "wee": 1475, + "Ġones": 1476, + "Ġhaving": 1477, + "Ġneck": 1478, + "Ġwee": 1479, + "hoe": 1480, + "otorcy": 1481, + "ocket": 1482, + "Ġcute": 1483, + "Ġblow": 1484, + "angle": 1485, + "Ġyay": 1486, + "man": 1487, + "Ġsun": 1488, + "ream": 1489, + "Ġbasket": 1490, + "Ġbug": 1491, + "da": 1492, + "ile": 1493, + "Ġwet": 1494, + "Ġside": 1495, + "Ġclap": 1496, + "ipe": 1497, + "Ġfinger": 1498, + "cu": 1499, + "rew": 1500, + "Ġcir": 1501, + "Ġtail": 1502, + "Ġanimals": 1503, + "mama": 1504, + "Ġpurple": 1505, + "laura": 1506, + "pop": 1507, + "Ġactually": 1508, + "Ġpillow": 1509, + "Ġonly": 1510, + "quack": 1511, + "Ġhipp": 1512, + "Ġsleepy": 1513, + "ort": 1514, + "Ġrat": 1515, + "lephant": 1516, + "ze": 1517, + "Ġafter": 1518, + "Ġclimb": 1519, + "Ġcomb": 1520, + "Ġwearing": 1521, + "ren": 1522, + "Ġtur": 1523, + "Ġbanana": 1524, + "Ġfo": 1525, + "Ġaren": 1526, + "Ġchug": 1527, + "otorcycle": 1528, + "Ġbroke": 1529, + "Ġhorsie": 1530, + "Ġenough": 1531, + "make": 1532, + "Ġpocket": 1533, + "Ġstart": 1534, + "Ġsocks": 1535, + "fish": 1536, + "Ġde": 1537, + "Ġfarm": 1538, + "Ġun": 1539, + "ily": 1540, + "Ġtre": 1541, + "oup": 1542, + "ppose": 1543, + "cr": 1544, + "vy": 1545, + "Ġtook": 1546, + "Ġwoo": 1547, + "hold": 1548, + "cing": 1549, + "pretty": 1550, + "Ġhurt": 1551, + "Ġrais": 1552, + "eener": 1553, + "bow": 1554, + "Ġhee": 1555, + "Ġbefore": 1556, + "Ġalmost": 1557, + "Ġleg": 1558, + "osaur": 1559, + "please": 1560, + "Ġpar": 1561, + "Ġsmall": 1562, + "Ġtelephone": 1563, + "Ġtower": 1564, + "Ġdance": 1565, + "Ġsecond": 1566, + "Ġid": 1567, + "ont": 1568, + "Ġmay": 1569, + "Ġblack": 1570, + "ela": 1571, + "Ġyogurt": 1572, + "Ġgar": 1573, + "Ġsuppose": 1574, + "Ġpants": 1575, + "Ġbat": 1576, + "Ġeye": 1577, + "these": 1578, + "Ġviolet": 1579, + "Ġtired": 1580, + "bang": 1581, + "Ġbeen": 1582, + "adad": 1583, + "umm": 1584, + "play": 1585, + "hael": 1586, + "stairs": 1587, + "ary": 1588, + "Ġalready": 1589, + "ng": 1590, + "squ": 1591, + "Ġtaking": 1592, + "ity": 1593, + "erry": 1594, + "Ġfire": 1595, + "Ġhammer": 1596, + "Ġshut": 1597, + "Ġidea": 1598, + "iver": 1599, + "Ġcarrot": 1600, + "Ġbirdie": 1601, + "Ġfloppy": 1602, + "erson": 1603, + "brush": 1604, + "william": 1605, + "uela": 1606, + "Ġpooh": 1607, + "Ġtoast": 1608, + "Ġrun": 1609, + "apa": 1610, + "careful": 1611, + "gu": 1612, + "woof": 1613, + "Ġfast": 1614, + "thew": 1615, + "yummy": 1616, + "Ġcream": 1617, + "itch": 1618, + "Ġbud": 1619, + "Ġnever": 1620, + "bug": 1621, + "night": 1622, + "ank": 1623, + "Ġreal": 1624, + "ucky": 1625, + "Ġkitty": 1626, + "gonna": 1627, + "green": 1628, + "hind": 1629, + "te": 1630, + "tere": 1631, + "remember": 1632, + "inosaur": 1633, + "Ġperson": 1634, + "idge": 1635, + "Ġrest": 1636, + "Ġballoon": 1637, + "roll": 1638, + "oss": 1639, + "Ġsleeping": 1640, + "book": 1641, + "ding": 1642, + "ror": 1643, + "tr": 1644, + "Ġdaisy": 1645, + "Ġcere": 1646, + "Ġpre": 1647, + "Ġcereal": 1648, + "vroom": 1649, + "Ġtast": 1650, + "Ġdee": 1651, + "Ġmir": 1652, + "eter": 1653, + "close": 1654, + "hing": 1655, + "Ġgiving": 1656, + "Ġmust": 1657, + "Ġlots": 1658, + "pes": 1659, + "imes": 1660, + "Ġlego": 1661, + "Ġlap": 1662, + "Ġkick": 1663, + "stand": 1664, + "Ġswim": 1665, + "Ġguess": 1666, + "listen": 1667, + "tick": 1668, + "Ġbowl": 1669, + "Ġyer": 1670, + "Ġwhole": 1671, + "Ġvroom": 1672, + "Ġfavor": 1673, + "ries": 1674, + "Ġste": 1675, + "terday": 1676, + "plane": 1677, + "anket": 1678, + "Ġtom": 1679, + "Ġsqueak": 1680, + "whee": 1681, + "terest": 1682, + "tra": 1683, + "any": 1684, + "keys": 1685, + "Ġra": 1686, + "ny": 1687, + "another": 1688, + "Ġelephant": 1689, + "Ġdonkey": 1690, + "Ġsmell": 1691, + "Ġeng": 1692, + "Ġmirror": 1693, + "cil": 1694, + "oud": 1695, + "onk": 1696, + "Ġbelly": 1697, + "Ġwalking": 1698, + "Ġpret": 1699, + "aroo": 1700, + "choo": 1701, + "Ġmotorcycle": 1702, + "angaroo": 1703, + "Ġword": 1704, + "Ġwhite": 1705, + "bir": 1706, + "Ġbeep": 1707, + "Ġkid": 1708, + "Ġballs": 1709, + "Ġguys": 1710, + "kittie": 1711, + "bably": 1712, + "pat": 1713, + "ssed": 1714, + "Ġpart": 1715, + "ider": 1716, + "doggie": 1717, + "Ġsomebody": 1718, + "end": 1719, + "was": 1720, + "entle": 1721, + "king": 1722, + "meal": 1723, + "iny": 1724, + "Ġbehind": 1725, + "Ġdrawing": 1726, + "sweet": 1727, + "Ġowl": 1728, + "Ġinterest": 1729, + "Ġpuzz": 1730, + "Ġneeds": 1731, + "Ġflower": 1732, + "Ġpiggy": 1733, + "Ġthan": 1734, + "unt": 1735, + "Ġelmo": 1736, + "Ġbrown": 1737, + "chel": 1738, + "Ġfingers": 1739, + "tom": 1740, + "ohn": 1741, + "Ġwonder": 1742, + "Ġwheels": 1743, + "ji": 1744, + "lcome": 1745, + "Ġdry": 1746, + "Ġjam": 1747, + "back": 1748, + "Ġpump": 1749, + "Ġlisten": 1750, + "ways": 1751, + "Ġbuttons": 1752, + "lily": 1753, + "Ġyesterday": 1754, + "alex": 1755, + "bre": 1756, + "Ġseat": 1757, + "itche": 1758, + "Ġfeed": 1759, + "stick": 1760, + "arah": 1761, + "Ġice": 1762, + "Ġbee": 1763, + "Ġyours": 1764, + "Ġsquare": 1765, + "Ġcrack": 1766, + "Ġwindow": 1767, + "Ġfavorite": 1768, + "ied": 1769, + "ggy": 1770, + "Ġsupposed": 1771, + "Ġnur": 1772, + "ras": 1773, + "ross": 1774, + "Ġbirds": 1775, + "Ġweener": 1776, + "Ġdra": 1777, + "isn": 1778, + "Ġfly": 1779, + "Ġnomi": 1780, + "orange": 1781, + "Ġengine": 1782, + "sw": 1783, + "ud": 1784, + "Ġwall": 1785, + "ished": 1786, + "Ġdolly": 1787, + "Ġeight": 1788, + "Ġscr": 1789, + "Ġeggs": 1790, + "Ġchange": 1791, + "Ġpuzzle": 1792, + "apple": 1793, + "dr": 1794, + "Ġtweet": 1795, + "Ġdump": 1796, + "Ġbeing": 1797, + "Ġslide": 1798, + "Ġcookies": 1799, + "igerator": 1800, + "frigerator": 1801, + "Ġcho": 1802, + "Ġpeep": 1803, + "isy": 1804, + "Ġmax": 1805, + "bump": 1806, + "ca": 1807, + "Ġtv": 1808, + "ans": 1809, + "Ġcake": 1810, + "Ġwelcome": 1811, + "Ġmeow": 1812, + "Ġpencil": 1813, + "oy": 1814, + "Ġrice": 1815, + "oodle": 1816, + "Ġrefrigerator": 1817, + "Ġsuch": 1818, + "eve": 1819, + "hee": 1820, + "Ġalex": 1821, + "Ġwo": 1822, + "elic": 1823, + "Ġbucket": 1824, + "Ġoatmeal": 1825, + "Ġbroken": 1826, + "itchen": 1827, + "mic": 1828, + "too": 1829, + "Ġdada": 1830, + "Ġmister": 1831, + "vel": 1832, + "Ġjack": 1833, + "Ġcircle": 1834, + "rr": 1835, + "Ġtall": 1836, + "haha": 1837, + "Ġwigg": 1838, + "Ġgame": 1839, + "Ġspider": 1840, + "Ġmanuela": 1841, + "bring": 1842, + "Ġgrass": 1843, + "Ġsnake": 1844, + "asses": 1845, + "Ġbuddy": 1846, + "elicious": 1847, + "ike": 1848, + "june": 1849, + "Ġset": 1850, + "Ġcraw": 1851, + "alie": 1852, + "Ġpupp": 1853, + "shake": 1854, + "Ġfriends": 1855, + "raser": 1856, + "ipper": 1857, + "Ġruff": 1858, + "Ġkn": 1859, + "Ġstr": 1860, + "ope": 1861, + "Ġcheck": 1862, + "Ġwhich": 1863, + "Ġap": 1864, + "ant": 1865, + "ala": 1866, + "Ġwasn": 1867, + "Ġblanket": 1868, + "Ġbutterfly": 1869, + "ju": 1870, + "Ġsix": 1871, + "Ġcount": 1872, + "Ġhang": 1873, + "Ġmonster": 1874, + "bage": 1875, + "Ġlil": 1876, + "box": 1877, + "Ġeverywhere": 1878, + "Ġfootball": 1879, + "Ġpol": 1880, + "Ġpotty": 1881, + "Ġfinished": 1882, + "Ġprobably": 1883, + "Ġturtle": 1884, + "cra": 1885, + "fe": 1886, + "jam": 1887, + "Ġkitchen": 1888, + "nope": 1889, + "Ġstore": 1890, + "Ġduckie": 1891, + "liv": 1892, + "puppy": 1893, + "cook": 1894, + "zy": 1895, + "Ġsoon": 1896, + "Ġkitten": 1897, + "Ġdress": 1898, + "Ġpretend": 1899, + "livia": 1900, + "rick": 1901, + "som": 1902, + "Ġwow": 1903, + "Ġsame": 1904, + "Ġdinosaur": 1905, + "etimes": 1906, + "Ġhole": 1907, + "Ġhit": 1908, + "utes": 1909, + "ato": 1910, + "Ġcolors": 1911, + "Ġminutes": 1912, + "Ġbusy": 1913, + "Ġears": 1914, + "ex": 1915, + "mon": 1916, + "Ġalways": 1917, + "Ġrattle": 1918, + "sweetie": 1919, + "ier": 1920, + "kiss": 1921, + "Ġwanted": 1922, + "Ġloves": 1923, + "Ġbelong": 1924, + "avy": 1925, + "lin": 1926, + "ps": 1927, + "Ġjohn": 1928, + "ica": 1929, + "Ġclos": 1930, + "Ġswish": 1931, + "Ġleft": 1932, + "Ġmatthew": 1933, + "aff": 1934, + "Ġac": 1935, + "Ġpa": 1936, + "chick": 1937, + "Ġplace": 1938, + "Ġfalling": 1939, + "Ġpiggie": 1940, + "Ġhippo": 1941, + "four": 1942, + "iet": 1943, + "iful": 1944, + "utiful": 1945, + "ation": 1946, + "Ġwheat": 1947, + "Ġshall": 1948, + "Ġfinish": 1949, + "chair": 1950, + "Ġfull": 1951, + "Ġdragon": 1952, + "leep": 1953, + "Ġsad": 1954, + "Ġsister": 1955, + "Ġdro": 1956, + "Ġlive": 1957, + "chine": 1958, + "Ġanymore": 1959, + "Ġpumpkin": 1960, + "jump": 1961, + "keep": 1962, + "Ġboat": 1963, + "Ġspl": 1964, + "Ġbridge": 1965, + "berries": 1966, + "Ġbread": 1967, + "Ġtaste": 1968, + "nty": 1969, + "Ġooh": 1970, + "Ġgets": 1971, + "Ġbell": 1972, + "akes": 1973, + "ongue": 1974, + "baa": 1975, + "tickle": 1976, + "dle": 1977, + "ming": 1978, + "oc": 1979, + "Ġwarm": 1980, + "Ġroo": 1981, + "Ġkangaroo": 1982, + "Ġsoft": 1983, + "Ġairplane": 1984, + "pa": 1985, + "ither": 1986, + "ert": 1987, + "Ġfine": 1988, + "Ġducks": 1989, + "Ġkinda": 1990, + "ugga": 1991, + "Ġgarbage": 1992, + "Ġapart": 1993, + "dada": 1994, + "fu": 1995, + "ios": 1996, + "Ġtongue": 1997, + "Ġkne": 1998, + "umble": 1999, + "thomas": 2000, + "Ġfront": 2001, + "Ġbottom": 2002, + "Ġdressed": 2003, + "boun": 2004, + "over": 2005, + "Ġtwe": 2006, + "Ġlear": 2007, + "agon": 2008, + "guh": 2009, + "sc": 2010, + "Ġwipe": 2011, + "Ġhaven": 2012, + "Ġspot": 2013, + "Ġboth": 2014, + "Ġcarrots": 2015, + "gra": 2016, + "pick": 2017, + "Ġfraser": 2018, + "Ġreach": 2019, + "unning": 2020, + "Ġva": 2021, + "Ġfew": 2022, + "Ġladybug": 2023, + "hoebe": 2024, + "Ġraisins": 2025, + "Ġlearn": 2026, + "iangle": 2027, + "Ġdar": 2028, + "Ġgave": 2029, + "Ġlaug": 2030, + "Ġkalie": 2031, + "aul": 2032, + "Ġpieces": 2033, + "bird": 2034, + "catch": 2035, + "ger": 2036, + "rist": 2037, + "Ġca": 2038, + "Ġcorn": 2039, + "lla": 2040, + "Ġpapa": 2041, + "Ġtooth": 2042, + "Ġalso": 2043, + "Ġpigs": 2044, + "Ġcrying": 2045, + "linn": 2046, + "Ġheavy": 2047, + "ards": 2048, + "Ġstraw": 2049, + "Ġcover": 2050, + "Ġheard": 2051, + "Ġshower": 2052, + "Ġmichael": 2053, + "Ġdancing": 2054, + "tap": 2055, + "wah": 2056, + "Ġtw": 2057, + "Ġhide": 2058, + "ather": 2059, + "Ġunt": 2060, + "shh": 2061, + "Ġeric": 2062, + "ler": 2063, + "po": 2064, + "Ġloud": 2065, + "Ġriding": 2066, + "rover": 2067, + "Ġmoving": 2068, + "ich": 2069, + "sho": 2070, + "sure": 2071, + "Ġdelicious": 2072, + "Ġrid": 2073, + "affe": 2074, + "feel": 2075, + "Ġmine": 2076, + "Ġrunning": 2077, + "umb": 2078, + "Ġreading": 2079, + "Ġspill": 2080, + "Ġwrong": 2081, + "aught": 2082, + "Ġdropped": 2083, + "doh": 2084, + "Ġten": 2085, + "ouble": 2086, + "Ġaunt": 2087, + "Ġpr": 2088, + "Ġupstairs": 2089, + "think": 2090, + "Ġturning": 2091, + "Ġholding": 2092, + "Ġsuit": 2093, + "Ġrocking": 2094, + "somebody": 2095, + "Ġbatter": 2096, + "eh": 2097, + "ten": 2098, + "Ġtheo": 2099, + "Ġboop": 2100, + "Ġrub": 2101, + "Ġem": 2102, + "Ġstool": 2103, + "Ġcars": 2104, + "zzy": 2105, + "Ġtrees": 2106, + "cookie": 2107, + "Ġsplash": 2108, + "may": 2109, + "off": 2110, + "vis": 2111, + "adah": 2112, + "boy": 2113, + "Ġswitch": 2114, + "Ġmachine": 2115, + "Ġhappens": 2116, + "Ġbeautiful": 2117, + "catherine": 2118, + "gr": 2119, + "honey": 2120, + "time": 2121, + "rel": 2122, + "Ġsam": 2123, + "Ġgrow": 2124, + "Ġcare": 2125, + "Ġcool": 2126, + "issed": 2127, + "Ġolivia": 2128, + "Ġcoat": 2129, + "Ġsky": 2130, + "mpty": 2131, + "light": 2132, + "ya": 2133, + "Ġfar": 2134, + "Ġnine": 2135, + "sent": 2136, + "Ġstra": 2137, + "Ġstairs": 2138, + "elmo": 2139, + "bunny": 2140, + "dirty": 2141, + "hehe": 2142, + "Ġaw": 2143, + "Ġham": 2144, + "Ġbears": 2145, + "Ġtiny": 2146, + "Ġweek": 2147, + "iting": 2148, + "orrow": 2149, + "Ġru": 2150, + "Ġrib": 2151, + "Ġseen": 2152, + "unh": 2153, + "Ġate": 2154, + "Ġtractor": 2155, + "Ġquite": 2156, + "irsty": 2157, + "Ġused": 2158, + "lea": 2159, + "happy": 2160, + "Ġais": 2161, + "inky": 2162, + "Ġquiet": 2163, + "ci": 2164, + "sing": 2165, + "Ġdum": 2166, + "Ġge": 2167, + "Ġpeek": 2168, + "Ġlives": 2169, + "dog": 2170, + "inkle": 2171, + "Ġstanding": 2172, + "Ġparty": 2173, + "ga": 2174, + "his": 2175, + "Ġee": 2176, + "Ġdinn": 2177, + "Ġeither": 2178, + "Ġstring": 2179, + "Ġswimming": 2180, + "bub": 2181, + "five": 2182, + "hor": 2183, + "yum": 2184, + "Ġown": 2185, + "Ġdear": 2186, + "Ġmaisy": 2187, + "Ġpeter": 2188, + "Ġhur": 2189, + "ord": 2190, + "Ġbaa": 2191, + "whose": 2192, + "ugar": 2193, + "Ġground": 2194, + "Ġrachel": 2195, + "could": 2196, + "cher": 2197, + "mother": 2198, + "Ġcon": 2199, + "adada": 2200, + "Ġchugga": 2201, + "Ġmail": 2202, + "Ġmeans": 2203, + "Ġrings": 2204, + "Ġbeach": 2205, + "cow": 2206, + "sm": 2207, + "oose": 2208, + "ead": 2209, + "Ġweh": 2210, + "Ġcarry": 2211, + "Ġleaves": 2212, + "Ġdinner": 2213, + "Ġwra": 2214, + "Ġbest": 2215, + "Ġding": 2216, + "Ġpear": 2217, + "Ġhoo": 2218, + "ages": 2219, + "agag": 2220, + "Ġask": 2221, + "Ġeverybody": 2222, + "Ġjumping": 2223, + "flow": 2224, + "ald": 2225, + "dan": 2226, + "Ġapp": 2227, + "Ġcu": 2228, + "Ġpain": 2229, + "anda": 2230, + "ocks": 2231, + "Ġcheer": 2232, + "aa": 2233, + "mat": 2234, + "walk": 2235, + "Ġtummy": 2236, + "Ġsugar": 2237, + "Ġgold": 2238, + "Ġever": 2239, + "Ġplayed": 2240, + "Ġplaydoh": 2241, + "Ġscare": 2242, + "bot": 2243, + "Ġsarah": 2244, + "looks": 2245, + "Ġnoisy": 2246, + "Ġchildren": 2247, + "Ġrolling": 2248, + "floppy": 2249, + "doo": 2250, + "purple": 2251, + "wha": 2252, + "Ġmoney": 2253, + "Ġneat": 2254, + "Ġhey": 2255, + "Ġbuy": 2256, + "Ġshh": 2257, + "whoop": 2258, + "Ġpoin": 2259, + "cuse": 2260, + "Ġlegs": 2261, + "Ġpresent": 2262, + "Ġlegos": 2263, + "Ġcrawl": 2264, + "Ġuntil": 2265, + "bear": 2266, + "oala": 2267, + "Ġthirsty": 2268, + "Ġtrip": 2269, + "Ġtriangle": 2270, + "Ġsometimes": 2271, + "Ġdrive": 2272, + "Ġtrack": 2273, + "Ġsmart": 2274, + "Ġsees": 2275, + "Ġsticky": 2276, + "ky": 2277, + "Ġtub": 2278, + "ggies": 2279, + "Ġkeys": 2280, + "Ġcal": 2281, + "Ġpages": 2282, + "irrel": 2283, + "ieve": 2284, + "Ġempty": 2285, + "theo": 2286, + "Ġdrinking": 2287, + "ouple": 2288, + "cup": 2289, + "fan": 2290, + "hot": 2291, + "mom": 2292, + "pig": 2293, + "Ġpin": 2294, + "Ġpack": 2295, + "Ġtold": 2296, + "ched": 2297, + "Ġseven": 2298, + "Ġsinging": 2299, + "Ġglasses": 2300, + "Ġsounds": 2301, + "Ġarms": 2302, + "Ġfox": 2303, + "Ġtwenty": 2304, + "bu": 2305, + "com": 2306, + "move": 2307, + "Ġtiger": 2308, + "Ġbike": 2309, + "Ġbeg": 2310, + "Ġnothing": 2311, + "Ġalong": 2312, + "Ġwords": 2313, + "Ġunderstand": 2314, + "Ġcutie": 2315, + "rench": 2316, + "Ġchoke": 2317, + "shoes": 2318, + "di": 2319, + "draw": 2320, + "milk": 2321, + "Ġross": 2322, + "stop": 2323, + "Ġstep": 2324, + "Ġtool": 2325, + "Ġchrist": 2326, + "Ġdriver": 2327, + "Ġshovel": 2328, + "butter": 2329, + "doesn": 2330, + "Ġclosed": 2331, + "Ġwatching": 2332, + "yo": 2333, + "zen": 2334, + "Ġtie": 2335, + "Ġwire": 2336, + "Ġboot": 2337, + "Ġdad": 2338, + "Ġlid": 2339, + "Ġfig": 2340, + "Ġfather": 2341, + "Ġclip": 2342, + "berry": 2343, + "essica": 2344, + "igger": 2345, + "something": 2346, + "bar": 2347, + "de": 2348, + "gentle": 2349, + "Ġwave": 2350, + "Ġyucky": 2351, + "Ġwhoa": 2352, + "Ġtrick": 2353, + "Ġtrouble": 2354, + "Ġdrop": 2355, + "cles": 2356, + "blem": 2357, + "brary": 2358, + "Ġproblem": 2359, + "truck": 2360, + "sticky": 2361, + "Ġknew": 2362, + "sn": 2363, + "tre": 2364, + "za": 2365, + "Ġwa": 2366, + "Ġwha": 2367, + "Ġgentle": 2368, + "Ġmissed": 2369, + "iel": 2370, + "icine": 2371, + "Ġthrowing": 2372, + "Ġfits": 2373, + "Ġtomorrow": 2374, + "brella": 2375, + "Ġscratch": 2376, + "Ġknee": 2377, + "hum": 2378, + "Ġsally": 2379, + "Ġcouple": 2380, + "Ġhalf": 2381, + "Ġros": 2382, + "icy": 2383, + "Ġalone": 2384, + "Ġgiraffe": 2385, + "awoh": 2386, + "Ġbathroom": 2387, + "bounce": 2388, + "yah": 2389, + "Ġoops": 2390, + "Ġbra": 2391, + "Ġdis": 2392, + "Ġphoebe": 2393, + "nose": 2394, + "apers": 2395, + "Ġclock": 2396, + "again": 2397, + "Ġelbow": 2398, + "Ġgrab": 2399, + "Ġgrapes": 2400, + "urpr": 2401, + "Ġrooster": 2402, + "ian": 2403, + "lie": 2404, + "love": 2405, + "pink": 2406, + "sor": 2407, + "Ġsoup": 2408, + "ishi": 2409, + "Ġmed": 2410, + "Ġhandle": 2411, + "Ġasked": 2412, + "Ġnumber": 2413, + "Ġraisin": 2414, + "Ġinteresting": 2415, + "boop": 2416, + "camera": 2417, + "fin": 2418, + "foot": 2419, + "mu": 2420, + "rat": 2421, + "ses": 2422, + "six": 2423, + "Ġtiss": 2424, + "Ġsat": 2425, + "Ġpea": 2426, + "Ġtoe": 2427, + "Ġinst": 2428, + "Ġjessica": 2429, + "Ġupside": 2430, + "ames": 2431, + "Ġlooked": 2432, + "Ġthinking": 2433, + "ickey": 2434, + "aguh": 2435, + "Ġturned": 2436, + "ches": 2437, + "Ġcups": 2438, + "Ġpicked": 2439, + "Ġletters": 2440, + "Ġpuppies": 2441, + "Ġcloset": 2442, + "Ġaislinn": 2443, + "hy": 2444, + "ize": 2445, + "eez": 2446, + "Ġrug": 2447, + "Ġspin": 2448, + "aga": 2449, + "Ġdogs": 2450, + "Ġhope": 2451, + "Ġmark": 2452, + "leave": 2453, + "bet": 2454, + "beep": 2455, + "ipped": 2456, + "tur": 2457, + "Ġton": 2458, + "help": 2459, + "Ġmad": 2460, + "Ġmhm": 2461, + "eeze": 2462, + "Ġran": 2463, + "iddle": 2464, + "Ġsoggy": 2465, + "ils": 2466, + "thanks": 2467, + "Ġrocks": 2468, + "Ġpatty": 2469, + "michael": 2470, + "Ġpolice": 2471, + "Ġfigure": 2472, + "Ġmedicine": 2473, + "lot": 2474, + "silly": 2475, + "Ġow": 2476, + "Ġbert": 2477, + "Ġthrew": 2478, + "Ġkoala": 2479, + "Ġlibrary": 2480, + "dodo": 2481, + "Ġsomewhere": 2482, + "Ġbigger": 2483, + "Ġclick": 2484, + "elly": 2485, + "Ġbrother": 2486, + "clean": 2487, + "Ġworks": 2488, + "Ġworking": 2489, + "Ġsort": 2490, + "Ġchewing": 2491, + "Ġinterested": 2492, + "crash": 2493, + "Ġbelongs": 2494, + "find": 2495, + "ment": 2496, + "wich": 2497, + "Ġbout": 2498, + "ants": 2499, + "Ġgrover": 2500, + "omp": 2501, + "Ġforget": 2502, + "Ġspe": 2503, + "ooray": 2504, + "Ġanyway": 2505, + "Ġshape": 2506, + "Ġvis": 2507, + "Ġkissing": 2508, + "Ġkisses": 2509, + "Ġgrandpa": 2510, + "Ġbeads": 2511, + "Ġexc": 2512, + "Ġraining": 2513, + "everyday": 2514, + "Ġmissing": 2515, + "act": 2516, + "su": 2517, + "wuh": 2518, + "Ġter": 2519, + "Ġpour": 2520, + "Ġlate": 2521, + "almost": 2522, + "els": 2523, + "shes": 2524, + "Ġchest": 2525, + "blah": 2526, + "Ġwhis": 2527, + "Ġkids": 2528, + "cial": 2529, + "sorry": 2530, + "ishies": 2531, + "eight": 2532, + "ever": 2533, + "ible": 2534, + "lo": 2535, + "pot": 2536, + "Ġsurpr": 2537, + "Ġben": 2538, + "Ġbonk": 2539, + "Ġcouch": 2540, + "Ġcause": 2541, + "Ġpaul": 2542, + "Ġpanda": 2543, + "��rake": 2544, + "Ġrumm": 2545, + "Ġstre": 2546, + "ppers": 2547, + "Ġago": 2548, + "Ġshar": 2549, + "Ġsquish": 2550, + "crayon": 2551, + "grand": 2552, + "Ġstraight": 2553, + "bon": 2554, + "pigg": 2555, + "heh": 2556, + "Ġpoop": 2557, + "Ġlu": 2558, + "Ġnut": 2559, + "Ġseem": 2560, + "Ġdownstairs": 2561, + "Ġtrash": 2562, + "Ġsquirrel": 2563, + "Ġlost": 2564, + "Ġbark": 2565, + "Ġsandwich": 2566, + "Ġfold": 2567, + "Ġjamie": 2568, + "con": 2569, + "mies": 2570, + "per": 2571, + "violet": 2572, + "wards": 2573, + "heart": 2574, + "Ġbow": 2575, + "Ġpoo": 2576, + "ety": 2577, + "iddy": 2578, + "ens": 2579, + "ence": 2580, + "Ġcrunch": 2581, + "Ġjudy": 2582, + "inning": 2583, + "Ġcrazy": 2584, + "Ġsnack": 2585, + "Ġwiggle": 2586, + "Ġtoothbrush": 2587, + "jo": 2588, + "round": 2589, + "Ġlau": 2590, + "Ġits": 2591, + "Ġfre": 2592, + "omer": 2593, + "chch": 2594, + "Ġforgot": 2595, + "Ġbeans": 2596, + "Ġbless": 2597, + "Ġasleep": 2598, + "Ġcalling": 2599, + "Ġroad": 2600, + "Ġpatrick": 2601, + "uggle": 2602, + "squeak": 2603, + "Ġcracker": 2604, + "Ġrides": 2605, + "Ġtonight": 2606, + "bie": 2607, + "papa": 2608, + "snow": 2609, + "table": 2610, + "tadah": 2611, + "yore": 2612, + "Ġtown": 2613, + "anan": 2614, + "stay": 2615, + "Ġliving": 2616, + "were": 2617, + "Ġstroll": 2618, + "Ġcard": 2619, + "Ġquick": 2620, + "Ġwhoops": 2621, + "Ġpushing": 2622, + "Ġwriting": 2623, + "Ġbubble": 2624, + "Ġmomma": 2625, + "Ġernie": 2626, + "Ġeach": 2627, + "Ġturkey": 2628, + "Ġnurse": 2629, + "Ġlaugh": 2630, + "icycle": 2631, + "Ġvisit": 2632, + "actly": 2633, + "bra": 2634, + "fro": 2635, + "mas": 2636, + "pooh": 2637, + "hah": 2638, + "Ġwin": 2639, + "Ġwip": 2640, + "Ġbib": 2641, + "Ġdoodle": 2642, + "Ġgoose": 2643, + "rock": 2644, + "Ġshort": 2645, + "Ġchar": 2646, + "Ġleaf": 2647, + "Ġtrucks": 2648, + "Ġcleaning": 2649, + "ney": 2650, + "Ġpotato": 2651, + "spit": 2652, + "duckie": 2653, + "Ġeas": 2654, + "ika": 2655, + "Ġdark": 2656, + "Ġinstead": 2657, + "Ġstreet": 2658, + "nine": 2659, + "nomi": 2660, + "vid": 2661, + "Ġtight": 2662, + "hand": 2663, + "ony": 2664, + "Ġgate": 2665, + "Ġgerry": 2666, + "Ġcap": 2667, + "Ġcaught": 2668, + "Ġfur": 2669, + "alked": 2670, + "max": 2671, + "Ġsupper": 2672, + "Ġzipper": 2673, + "Ġbelieve": 2674, + "Ġflying": 2675, + "Ġpuppet": 2676, + "Ġscared": 2677, + "banana": 2678, + "peep": 2679, + "Ġkey": 2680, + "anut": 2681, + "seven": 2682, + "Ġstack": 2683, + "Ġplane": 2684, + "Ġusually": 2685, + "Ġzoom": 2686, + "Ġfroggie": 2687, + "Ġbuilding": 2688, + "Ġumbrella": 2689, + "kitty": 2690, + "Ġpaint": 2691, + "bottle": 2692, + "cake": 2693, + "gah": 2694, + "hoo": 2695, + "ying": 2696, + "ancy": 2697, + "Ġdoggies": 2698, + "Ġgod": 2699, + "Ġele": 2700, + "rachel": 2701, + "lets": 2702, + "Ġang": 2703, + "Ġcards": 2704, + "iling": 2705, + "Ġspit": 2706, + "astic": 2707, + "Ġchairs": 2708, + "Ġsweetheart": 2709, + "Ġtouching": 2710, + "awn": 2711, + "Ġnapkin": 2712, + "Ġeasy": 2713, + "Ġauntie": 2714, + "Ġspecial": 2715, + "Ġstroller": 2716, + "gl": 2717, + "jack": 2718, + "miss": 2719, + "pt": 2720, + "scar": 2721, + "tweet": 2722, + "Ġyea": 2723, + "Ġwagon": 2724, + "Ġsea": 2725, + "Ġmash": 2726, + "Ġlie": 2727, + "Ġthumb": 2728, + "Ġhaw": 2729, + "star": 2730, + "als": 2731, + "aboom": 2732, + "goes": 2733, + "liam": 2734, + "Ġgrape": 2735, + "patrick": 2736, + "Ġyear": 2737, + "cer": 2738, + "Ġtunn": 2739, + "Ġwake": 2740, + "Ġbumble": 2741, + "Ġpor": 2742, + "Ġpile": 2743, + "Ġhill": 2744, + "ndry": 2745, + "Ġrad": 2746, + "andy": 2747, + "ldow": 2748, + "ittany": 2749, + "Ġclass": 2750, + "Ġspr": 2751, + "god": 2752, + "Ġpengu": 2753, + "Ġmessy": 2754, + "adadada": 2755, + "Ġapples": 2756, + "Ġcheerios": 2757, + "Ġtissue": 2758, + "iz": 2759, + "sna": 2760, + "water": 2761, + "Ġsau": 2762, + "Ġdirt": 2763, + "Ġcont": 2764, + "Ġmice": 2765, + "Ġper": 2766, + "Ġfishies": 2767, + "Ġthirty": 2768, + "eater": 2769, + "Ġnear": 2770, + "Ġdoctor": 2771, + "Ġmeet": 2772, + "Ġplate": 2773, + "ppies": 2774, + "Ġshell": 2775, + "clap": 2776, + "clock": 2777, + "Ġfixed": 2778, + "col": 2779, + "Ġsnap": 2780, + "Ġfuss": 2781, + "Ġrainbow": 2782, + "Ġchang": 2783, + "Ġstarted": 2784, + "ossum": 2785, + "Ġruby": 2786, + "lots": 2787, + "Ġlaundry": 2788, + "mister": 2789, + "poor": 2790, + "sl": 2791, + "teen": 2792, + "umy": 2793, + "Ġsal": 2794, + "Ġseth": 2795, + "anna": 2796, + "Ġlin": 2797, + "Ġop": 2798, + "Ġbase": 2799, + "Ġjim": 2800, + "aked": 2801, + "aren": 2802, + "celet": 2803, + "woah": 2804, + "Ġpudd": 2805, + "Ġchee": 2806, + "Ġsmile": 2807, + "Ġlights": 2808, + "Ġzip": 2809, + "spoon": 2810, + "angled": 2811, + "case": 2812, + "tape": 2813, + "bubbles": 2814, + "Ġchristmas": 2815, + "after": 2816, + "lk": 2817, + "pet": 2818, + "shoe": 2819, + "scr": 2820, + "sarah": 2821, + "Ġad": 2822, + "Ġmr": 2823, + "Ġchin": 2824, + "Ġcoloring": 2825, + "Ġusing": 2826, + "today": 2827, + "Ġthanks": 2828, + "bat": 2829, + "egg": 2830, + "house": 2831, + "tt": 2832, + "Ġbeat": 2833, + "anta": 2834, + "Ġmickey": 2835, + "Ġlay": 2836, + "inger": 2837, + "eric": 2838, + "Ġfrench": 2839, + "Ġtock": 2840, + "Ġonce": 2841, + "led": 2842, + "str": 2843, + "Ġed": 2844, + "Ġbok": 2845, + "mma": 2846, + "Ġflap": 2847, + "shed": 2848, + "sheep": 2849, + "Ġtrunk": 2850, + "Ġtelling": 2851, + "Ġmonth": 2852, + "Ġzoo": 2853, + "Ġbarn": 2854, + "Ġbadji": 2855, + "Ġlaa": 2856, + "jamas": 2857, + "Ġbatteries": 2858, + "Ġeeyore": 2859, + "matthew": 2860, + "Ġseesaw": 2861, + "Ġcalf": 2862, + "Ġeasier": 2863, + "Ġtunnel": 2864, + "door": 2865, + "ives": 2866, + "know": 2867, + "sleep": 2868, + "uk": 2869, + "uit": 2870, + "under": 2871, + "yucky": 2872, + "read": 2873, + "ones": 2874, + "Ġdes": 2875, + "Ġdig": 2876, + "Ġmam": 2877, + "Ġfam": 2878, + "Ġnana": 2879, + "Ġgoat": 2880, + "chio": 2881, + "amp": 2882, + "asp": 2883, + "ppity": 2884, + "Ġboing": 2885, + "didldow": 2886, + "Ġshare": 2887, + "balloon": 2888, + "Ġrecording": 2889, + "Ġexactly": 2890, + "Ġknocked": 2891, + "Ġsnort": 2892, + "Ġblowing": 2893, + "horsie": 2894, + "Ġbracelet": 2895, + "Ġterr": 2896, + "mar": 2897, + "Ġes": 2898, + "Ġyep": 2899, + "Ġpip": 2900, + "esday": 2901, + "Ġnaked": 2902, + "Ġroof": 2903, + "Ġwithout": 2904, + "Ġknows": 2905, + "ction": 2906, + "Ġwouldn": 2907, + "Ġcouldn": 2908, + "oofy": 2909, + "whoopsie": 2910, + "everybody": 2911, + "occhio": 2912, + "Ġbattery": 2913, + "actually": 2914, + "bus": 2915, + "ivy": 2916, + "talk": 2917, + "Ġmix": 2918, + "ayay": 2919, + "iscu": 2920, + "Ġhook": 2921, + "Ġhour": 2922, + "orge": 2923, + "orman": 2924, + "adill": 2925, + "Ġsomeone": 2926, + "Ġable": 2927, + "going": 2928, + "blocks": 2929, + "carrot": 2930, + "Ġfuzzy": 2931, + "great": 2932, + "Ġcircles": 2933, + "Ġwonderful": 2934, + "bumpity": 2935, + "microphone": 2936, + "Ġjacket": 2937, + "excuse": 2938, + "iscuit": 2939, + "corn": 2940, + "daisy": 2941, + "gerry": 2942, + "oat": 2943, + "old": 2944, + "sk": 2945, + "tie": 2946, + "Ġwah": 2947, + "llent": 2948, + "Ġpet": 2949, + "Ġpad": 2950, + "Ġpool": 2951, + "ises": 2952, + "Ġbah": 2953, + "Ġjane": 2954, + "urse": 2955, + "cellent": 2956, + "Ġeats": 2957, + "aste": 2958, + "Ġtray": 2959, + "donald": 2960, + "Ġshapes": 2961, + "Ġtravis": 2962, + "Ġbanging": 2963, + "Ġtrains": 2964, + "Ġpeck": 2965, + "color": 2966, + "Ġcrash": 2967, + "while": 2968, + "Ġglass": 2969, + "Ġhighchair": 2970, + "Ġfarmer": 2971, + "Ġpress": 2972, + "Ġkittens": 2973, + "Ġribbon": 2974, + "unhunh": 2975, + "butterfly": 2976, + "muah": 2977, + "spital": 2978, + "call": 2979, + "em": 2980, + "ker": 2981, + "rib": 2982, + "has": 2983, + "Ġcher": 2984, + "Ġcough": 2985, + "Ġcord": 2986, + "Ġlad": 2987, + "ernie": 2988, + "eeve": 2989, + "Ġbaba": 2990, + "Ġrope": 2991, + "Ġforth": 2992, + "Ġoffice": 2993, + "itely": 2994, + "Ġcheep": 2995, + "Ġhospital": 2996, + "Ġcrib": 2997, + "Ġdrum": 2998, + "Ġdriving": 2999, + "Ġze": 3000, + "Ġpeanut": 3001, + "Ġclimbing": 3002, + "Ġtrevor": 3003, + "Ġlistening": 3004, + "flowers": 3005, + "crayons": 3006, + "Ġcharlie": 3007, + "bah": 3008, + "cid": 3009, + "first": 3010, + "hunhunh": 3011, + "set": 3012, + "uu": 3013, + "Ġtear": 3014, + "Ġtigger": 3015, + "Ġduh": 3016, + "oosh": 3017, + "Ġpee": 3018, + "Ġpoor": 3019, + "Ġpony": 3020, + "ited": 3021, + "ets": 3022, + "oman": 3023, + "Ġoscar": 3024, + "cky": 3025, + "hop": 3026, + "Ġseeds": 3027, + "Ġbackwards": 3028, + "anger": 3029, + "didn": 3030, + "Ġfruit": 3031, + "Ġslipper": 3032, + "ula": 3033, + "Ġsweater": 3034, + "chew": 3035, + "Ġdays": 3036, + "Ġscrub": 3037, + "judy": 3038, + "jamie": 3039, + "Ġgrowing": 3040, + "gir": 3041, + "hur": 3042, + "nn": 3043, + "tea": 3044, + "Ġty": 3045, + "Ġsink": 3046, + "Ġnat": 3047, + "whats": 3048, + "ign": 3049, + "irts": 3050, + "Ġlift": 3051, + "Ġliked": 3052, + "alley": 3053, + "Ġbean": 3054, + "ppop": 3055, + "Ġcats": 3056, + "Ġslow": 3057, + "aboose": 3058, + "lloween": 3059, + "iolin": 3060, + "Ġbouncy": 3061, + "Ġbugs": 3062, + "Ġrather": 3063, + "ummer": 3064, + "Ġstefan": 3065, + "Ġtomato": 3066, + "drink": 3067, + "Ġwiggily": 3068, + "Ġpajamas": 3069, + "Ġcorner": 3070, + "Ġhamster": 3071, + "Ġcube": 3072, + "fra": 3073, + "od": 3074, + "und": 3075, + "Ġoop": 3076, + "Ġwide": 3077, + "ince": 3078, + "ooaa": 3079, + "Ġgiddy": 3080, + "Ġmount": 3081, + "Ġfif": 3082, + "Ġrough": 3083, + "Ġhen": 3084, + "Ġking": 3085, + "chi": 3086, + "Ġsto": 3087, + "amel": 3088, + "shut": 3089, + "ilt": 3090, + "Ġbrought": 3091, + "Ġpuff": 3092, + "Ġdrill": 3093, + "Ġgirls": 3094, + "Ġsweep": 3095, + "Ġdrawer": 3096, + "Ġeveryone": 3097, + "Ġscrew": 3098, + "Ġkinds": 3099, + "colin": 3100, + "Ġdrew": 3101, + "flies": 3102, + "arden": 3103, + "fortable": 3104, + "Ġballoons": 3105, + "monkey": 3106, + "Ġribbit": 3107, + "Ġpinocchio": 3108, + "Ġscratchy": 3109, + "football": 3110, + "Ġsauce": 3111, + "bea": 3112, + "bed": 3113, + "bbit": 3114, + "cho": 3115, + "hooray": 3116, + "roo": 3117, + "rill": 3118, + "wa": 3119, + "hammer": 3120, + "Ġwood": 3121, + "Ġwoman": 3122, + "Ġdu": 3123, + "Ġga": 3124, + "Ġgarden": 3125, + "Ġmiddle": 3126, + "Ġhum": 3127, + "Ġhaha": 3128, + "Ġhalloween": 3129, + "Ġund": 3130, + "Ġjul": 3131, + "rabbit": 3132, + "ason": 3133, + "Ġthinks": 3134, + "Ġclunk": 3135, + "Ġbuzz": 3136, + "Ġspitting": 3137, + "ular": 3138, + "Ġworld": 3139, + "Ġblueberries": 3140, + "Ġscoop": 3141, + "Ġgarage": 3142, + "Ġacross": 3143, + "fully": 3144, + "Ġrubber": 3145, + "Ġboots": 3146, + "finitely": 3147, + "Ġcheek": 3148, + "Ġmountain": 3149, + "buck": 3150, + "dah": 3151, + "iv": 3152, + "ikes": 3153, + "kins": 3154, + "knock": 3155, + "nce": 3156, + "yuck": 3157, + "Ġcur": 3158, + "veget": 3159, + "Ġje": 3160, + "Ġjar": 3161, + "Ġjill": 3162, + "ppie": 3163, + "abab": 3164, + "Ġsoap": 3165, + "Ġtoot": 3166, + "Ġcock": 3167, + "Ġbroom": 3168, + "Ġalice": 3169, + "ugh": 3170, + "Ġanywhere": 3171, + "nothing": 3172, + "Ġstays": 3173, + "train": 3174, + "juice": 3175, + "Ġgeese": 3176, + "Ġwrap": 3177, + "turtle": 3178, + "Ġradio": 3179, + "Ġopossum": 3180, + "Ġfamily": 3181, + "fraid": 3182, + "bonk": 3183, + "lic": 3184, + "mouse": 3185, + "py": 3186, + "ruff": 3187, + "tree": 3188, + "zoom": 3189, + "Ġtu": 3190, + "hett": 3191, + "Ġbicycle": 3192, + "ork": 3193, + "Ġheart": 3194, + "ste": 3195, + "chy": 3196, + "itter": 3197, + "roc": 3198, + "Ġyuck": 3199, + "rowave": 3200, + "Ġspell": 3201, + "aghett": 3202, + "Ġshirts": 3203, + "blow": 3204, + "Ġkeeps": 3205, + "Ġearly": 3206, + "Ġfeels": 3207, + "Ġmost": 3208, + "sometimes": 3209, + "Ġcase": 3210, + "Ġtwinkle": 3211, + "Ġspilled": 3212, + "Ġhurts": 3213, + "flower": 3214, + "Ġfresh": 3215, + "gan": 3216, + "kind": 3217, + "kangaroo": 3218, + "need": 3219, + "Ġkay": 3220, + "Ġafraid": 3221, + "Ġbother": 3222, + "only": 3223, + "Ġdut": 3224, + "Ġfan": 3225, + "Ġhorn": 3226, + "igator": 3227, + "ado": 3228, + "ird": 3229, + "stuck": 3230, + "Ġwhatever": 3231, + "Ġrect": 3232, + "ustrat": 3233, + "Ġneigh": 3234, + "uguh": 3235, + "bert": 3236, + "Ġshaking": 3237, + "Ġmud": 3238, + "maisy": 3239, + "Ġcooking": 3240, + "climb": 3241, + "Ġroar": 3242, + "Ġlovely": 3243, + "ioca": 3244, + "Ġpulled": 3245, + "puppies": 3246, + "Ġjumps": 3247, + "Ġfellow": 3248, + "Ġcrab": 3249, + "Ġdavid": 3250, + "Ġsecret": 3251, + "Ġchickens": 3252, + "Ġhippos": 3253, + "Ġuncle": 3254, + "Ġowls": 3255, + "Ġsquares": 3256, + "Ġnursing": 3257, + "driver": 3258, + "Ġwolf": 3259, + "Ġstrong": 3260, + "smell": 3261, + "Ġexcited": 3262, + "colate": 3263, + "Ġladder": 3264, + "rocco": 3265, + "bing": 3266, + "eyes": 3267, + "ipping": 3268, + "iya": 3269, + "lu": 3270, + "moon": 3271, + "mwuh": 3272, + "num": 3273, + "ol": 3274, + "Ġyeh": 3275, + "Ġtimes": 3276, + "Ġtakes": 3277, + "Ġav": 3278, + "Ġwish": 3279, + "Ġsick": 3280, + "Ġsummer": 3281, + "Ġbright": 3282, + "ines": 3283, + "Ġcour": 3284, + "Ġmeat": 3285, + "Ġpeel": 3286, + "Ġline": 3287, + "ings": 3288, + "Ġnames": 3289, + "Ġonto": 3290, + "Ġeh": 3291, + "hang": 3292, + "Ġduckies": 3293, + "Ġholes": 3294, + "Ġcromer": 3295, + "Ġbiting": 3296, + "Ġbites": 3297, + "Ġbitsy": 3298, + "ibble": 3299, + "Ġwaiting": 3300, + "Ġglad": 3301, + "Ġarmadill": 3302, + "Ġbuckle": 3303, + "Ġsneak": 3304, + "tractor": 3305, + "Ġstrip": 3306, + "Ġvaivy": 3307, + "Ġtools": 3308, + "grandma": 3309, + "ananas": 3310, + "roccoli": 3311, + "aid": 3312, + "dadada": 3313, + "iff": 3314, + "mr": 3315, + "mer": 3316, + "nic": 3317, + "ted": 3318, + "wash": 3319, + "weener": 3320, + "Ġveget": 3321, + "Ġpurse": 3322, + "Ġlying": 3323, + "erg": 3324, + "Ġnoodle": 3325, + "rais": 3326, + "Ġblank": 3327, + "unnies": 3328, + "Ġyup": 3329, + "Ġfrustrat": 3330, + "Ġduckling": 3331, + "black": 3332, + "block": 3333, + "Ġbooboo": 3334, + "click": 3335, + "Ġsqueeze": 3336, + "Ġpickle": 3337, + "Ġmicrowave": 3338, + "Ġpopping": 3339, + "Ġfixing": 3340, + "Ġspoons": 3341, + "Ġfrozen": 3342, + "innie": 3343, + "from": 3344, + "Ġsandbox": 3345, + "Ġpretending": 3346, + "birdie": 3347, + "Ġsurprise": 3348, + "umyumy": 3349, + "Ġcherry": 3350, + "ac": 3351, + "ale": 3352, + "cdonald": 3353, + "dump": 3354, + "ect": 3355, + "grover": 3356, + "iers": 3357, + "jul": 3358, + "paper": 3359, + "rar": 3360, + "tu": 3361, + "tw": 3362, + "wr": 3363, + "xy": 3364, + "hair": 3365, + "Ġwease": 3366, + "Ġsanta": 3367, + "Ġbeak": 3368, + "its": 3369, + "Ġoct": 3370, + "orm": 3371, + "utta": 3372, + "Ġkate": 3373, + "ates": 3374, + "ief": 3375, + "stal": 3376, + "Ġema": 3377, + "Ġdonald": 3378, + "amut": 3379, + "Ġgoodbye": 3380, + "Ġnoises": 3381, + "ables": 3382, + "cept": 3383, + "uper": 3384, + "Ġboys": 3385, + "Ġanybody": 3386, + "Ġkitties": 3387, + "oscar": 3388, + "Ġdiapers": 3389, + "people": 3390, + "Ġhappening": 3391, + "Ġbounces": 3392, + "Ġdolls": 3393, + "lace": 3394, + "telephone": 3395, + "ocado": 3396, + "grapes": 3397, + "Ġladybugs": 3398, + "taputta": 3399, + "Ġcarrying": 3400, + "Ġlucy": 3401, + "aghetti": 3402, + "Ġweasel": 3403, + "bad": 3404, + "cut": 3405, + "cir": 3406, + "duh": 3407, + "elephant": 3408, + "goo": 3409, + "ja": 3410, + "kim": 3411, + "motorcycle": 3412, + "phoebe": 3413, + "won": 3414, + "zo": 3415, + "Ġtee": 3416, + "ress": 3417, + "Ġir": 3418, + "Ġsir": 3419, + "Ġbuh": 3420, + "Ġbone": 3421, + "ining": 3422, + "Ġcub": 3423, + "Ġmush": 3424, + "Ġmag": 3425, + "Ġpipe": 3426, + "itar": 3427, + "Ġfence": 3428, + "Ġoven": 3429, + "ors": 3430, + "ara": 3431, + "Ġmen": 3432, + "ums": 3433, + "illou": 3434, + "Ġalligator": 3435, + "Ġwashed": 3436, + "Ġbrittany": 3437, + "Ġsafe": 3438, + "Ġcomfortable": 3439, + "Ġshopping": 3440, + "Ġhats": 3441, + "button": 3442, + "Ġopened": 3443, + "ubby": 3444, + "cheese": 3445, + "awa": 3446, + "clown": 3447, + "Ġpulling": 3448, + "booboo": 3449, + "Ġstarfish": 3450, + "achoo": 3451, + "Ġdefinitely": 3452, + "backpack": 3453, + "Ġwoggie": 3454, + "Ġpolar": 3455, + "Ġknees": 3456, + "Ġeleven": 3457, + "Ġpenguin": 3458, + "Ġmonths": 3459, + "bble": 3460, + "dad": 3461, + "nur": 3462, + "par": 3463, + "rub": 3464, + "ween": 3465, + "Ġoo": 3466, + "Ġll": 3467, + "Ġsign": 3468, + "Ġdish": 3469, + "Ġcone": 3470, + "Ġcaboose": 3471, + "Ġmow": 3472, + "Ġpast": 3473, + "ndon": 3474, + "idd": 3475, + "ides": 3476, + "andrew": 3477, + "Ġplant": 3478, + "uroy": 3479, + "Ġbock": 3480, + "Ġcarpet": 3481, + "Ġherself": 3482, + "Ġshiny": 3483, + "boat": 3484, + "Ġcrank": 3485, + "place": 3486, + "Ġgran": 3487, + "Ġbedroom": 3488, + "Ġtapioca": 3489, + "aislinn": 3490, + "ific": 3491, + "Ġbringing": 3492, + "Ġbrushing": 3493, + "Ġfeeling": 3494, + "Ġdollie": 3495, + "Ġexcuse": 3496, + "Ġcutting": 3497, + "Ġwashing": 3498, + "Ġoatios": 3499, + "everything": 3500, + "Ġnecklace": 3501, + "Ġreaching": 3502, + "Ġlaughing": 3503, + "Ġwrapping": 3504, + "daniel": 3505, + "Ġcudd": 3506, + "snuggle": 3507, + "Ġsharp": 3508, + "Ġdesk": 3509, + "Ġstopped": 3510, + "Ġrectangle": 3511, + "Ġcourse": 3512, + "Ġarmadillo": 3513, + "ced": 3514, + "dn": 3515, + "fix": 3516, + "ka": 3517, + "lve": 3518, + "lady": 3519, + "later": 3520, + "mine": 3521, + "teddy": 3522, + "va": 3523, + "Ġtangled": 3524, + "ham": 3525, + "Ġdanger": 3526, + "Ġgab": 3527, + "ites": 3528, + "eath": 3529, + "Ġrhy": 3530, + "Ġputs": 3531, + "Ġstation": 3532, + "ppos": 3533, + "rystal": 3534, + "opher": 3535, + "aba": 3536, + "abee": 3537, + "Ġmyself": 3538, + "eating": 3539, + "eedee": 3540, + "oopsie": 3541, + "Ġpicnic": 3542, + "lion": 3543, + "Ġworm": 3544, + "Ġchicks": 3545, + "Ġpenny": 3546, + "airplane": 3547, + "Ġdream": 3548, + "Ġskin": 3549, + "manuela": 3550, + "swer": 3551, + "Ġknick": 3552, + "chicken": 3553, + "Ġawake": 3554, + "glasses": 3555, + "Ġpudding": 3556, + "scratch": 3557, + "ribbit": 3558, + "Ġzebra": 3559, + "Ġavocado": 3560, + "bers": 3561, + "cock": 3562, + "dinosaur": 3563, + "ridge": 3564, + "Ġwitch": 3565, + "Ġsize": 3566, + "int": 3567, + "Ġgames": 3568, + "Ġcast": 3569, + "Ġcandy": 3570, + "Ġlock": 3571, + "Ġitsy": 3572, + "ery": 3573, + "Ġthump": 3574, + "Ġnest": 3575, + "nday": 3576, + "nack": 3577, + "Ġkim": 3578, + "chu": 3579, + "noon": 3580, + "oodood": 3581, + "Ġjen": 3582, + "Ġuppy": 3583, + "Ġfork": 3584, + "Ġgotcha": 3585, + "Ġclack": 3586, + "Ġhers": 3587, + "goodbye": 3588, + "agu": 3589, + "umpty": 3590, + "Ġbru": 3591, + "Ġsleeve": 3592, + "board": 3593, + "Ġhelping": 3594, + "Ġasha": 3595, + "Ġjoanna": 3596, + "clot": 3597, + "Ġsticker": 3598, + "someone": 3599, + "Ġafternoon": 3600, + "Ġjammies": 3601, + "bread": 3602, + "Ġengineer": 3603, + "swing": 3604, + "Ġcrawling": 3605, + "Ġstrawberries": 3606, + "Ġstrawberry": 3607, + "Ġpointing": 3608, + "Ġtripod": 3609, + "Ġtricky": 3610, + "piggy": 3611, + "Ġporridge": 3612, + "Ġesc": 3613, + "Ġblankie": 3614, + "dnesday": 3615, + "bur": 3616, + "ccer": 3617, + "ew": 3618, + "mi": 3619, + "mond": 3620, + "ray": 3621, + "spl": 3622, + "touch": 3623, + "Ġtip": 3624, + "Ġain": 3625, + "Ġser": 3626, + "Ġbunch": 3627, + "Ġbiscuit": 3628, + "Ġbananas": 3629, + "ination": 3630, + "Ġgoofy": 3631, + "Ġmind": 3632, + "Ġlow": 3633, + "Ġfred": 3634, + "eather": 3635, + "Ġkat": 3636, + "still": 3637, + "chug": 3638, + "Ġjelly": 3639, + "Ġstret": 3640, + "Ġstomp": 3641, + "Ġbob": 3642, + "Ġbody": 3643, + "Ġnobody": 3644, + "iles": 3645, + "iest": 3646, + "Ġspeak": 3647, + "Ġspaghetti": 3648, + "aster": 3649, + "Ġflash": 3650, + "Ġagainst": 3651, + "toes": 3652, + "ubb": 3653, + "Ġbetween": 3654, + "Ġdoors": 3655, + "Ġnails": 3656, + "Ġjumped": 3657, + "Ġdaniel": 3658, + "lephants": 3659, + "squish": 3660, + "anything": 3661, + "oyoy": 3662, + "Ġpoint": 3663, + "Ġbegins": 3664, + "Ġwaving": 3665, + "iano": 3666, + "frog": 3667, + "buh": 3668, + "bite": 3669, + "eye": 3670, + "izz": 3671, + "kick": 3672, + "kaboom": 3673, + "norman": 3674, + "pha": 3675, + "pill": 3676, + "sies": 3677, + "said": 3678, + "tles": 3679, + "ues": 3680, + "zip": 3681, + "Ġtik": 3682, + "Ġwalked": 3683, + "Ġbought": 3684, + "Ġmop": 3685, + "Ġpal": 3686, + "Ġpouch": 3687, + "Ġpapers": 3688, + "Ġoppos": 3689, + "Ġnope": 3690, + "Ġhon": 3691, + "Ġrum": 3692, + "Ġkite": 3693, + "Ġliz": 3694, + "Ġreg": 3695, + "inker": 3696, + "along": 3697, + "dya": 3698, + "Ġanswer": 3699, + "opus": 3700, + "Ġblah": 3701, + "Ġbirdies": 3702, + "Ġtrue": 3703, + "Ġtried": 3704, + "ulu": 3705, + "Ġdrip": 3706, + "blanket": 3707, + "Ġcows": 3708, + "Ġsmo": 3709, + "Ġchicka": 3710, + "Ġmatt": 3711, + "Ġpolly": 3712, + "Ġstayed": 3713, + "Ġbumped": 3714, + "Ġsongs": 3715, + "Ġclowns": 3716, + "Ġstars": 3717, + "Ġwoke": 3718, + "trevor": 3719, + "conut": 3720, + "snake": 3721, + "Ġcontain": 3722, + "stefan": 3723, + "pillar": 3724, + "bth": 3725, + "broke": 3726, + "hin": 3727, + "rum": 3728, + "tiger": 3729, + "real": 3730, + "Ġwild": 3731, + "Ġsince": 3732, + "Ġbum": 3733, + "Ġgas": 3734, + "Ġgross": 3735, + "Ġcamel": 3736, + "Ġlind": 3737, + "isa": 3738, + "Ġfill": 3739, + "Ġhugg": 3740, + "Ġgorill": 3741, + "Ġrasp": 3742, + "Ġkamut": 3743, + "Ġknack": 3744, + "ander": 3745, + "Ġliza": 3746, + "Ġelephants": 3747, + "ract": 3748, + "Ġplastic": 3749, + "eded": 3750, + "Ġoutta": 3751, + "Ġsoy": 3752, + "Ġsold": 3753, + "Ġbigg": 3754, + "Ġcoconut": 3755, + "ffy": 3756, + "Ġshor": 3757, + "donkey": 3758, + "Ġducky": 3759, + "boing": 3760, + "ipsy": 3761, + "Ġviolin": 3762, + "Ġsmiling": 3763, + "Ġbeds": 3764, + "Ġhorses": 3765, + "Ġpicking": 3766, + "Ġcleaner": 3767, + "Ġzo": 3768, + "Ġpeppers": 3769, + "coffee": 3770, + "Ġbutterflies": 3771, + "cation": 3772, + "Ġoatio": 3773, + "Ġpark": 3774, + "Ġfeeding": 3775, + "Ġaccid": 3776, + "Ġwhale": 3777, + "Ġpeas": 3778, + "Ġangry": 3779, + "Ġiron": 3780, + "phabet": 3781, + "aunt": 3782, + "cess": 3783, + "count": 3784, + "done": 3785, + "delicious": 3786, + "fa": 3787, + "funny": 3788, + "kh": 3789, + "neath": 3790, + "pro": 3791, + "tow": 3792, + "use": 3793, + "ward": 3794, + "Ġtill": 3795, + "Ġtalked": 3796, + "Ġtinker": 3797, + "Ġimp": 3798, + "Ġsi": 3799, + "Ġsalley": 3800, + "ina": 3801, + "Ġcage": 3802, + "Ġmitt": 3803, + "Ġlas": 3804, + "ised": 3805, + "Ġfel": 3806, + "Ġnancy": 3807, + "oring": 3808, + "Ġrow": 3809, + "Ġheh": 3810, + "Ġhehe": 3811, + "Ġandrew": 3812, + "icul": 3813, + "rah": 3814, + "Ġrem": 3815, + "Ġstir": 3816, + "ales": 3817, + "alik": 3818, + "uncle": 3819, + "looking": 3820, + "arent": 3821, + "opter": 3822, + "Ġclear": 3823, + "oompapa": 3824, + "rowrow": 3825, + "Ġspinning": 3826, + "whoo": 3827, + "bless": 3828, + "sol": 3829, + "soggy": 3830, + "Ġcalls": 3831, + "Ġleast": 3832, + "Ġmonkeys": 3833, + "Ġzack": 3834, + "Ġteacher": 3835, + "Ġnumbers": 3836, + "Ġbarney": 3837, + "Ġpockets": 3838, + "Ġkicking": 3839, + "travis": 3840, + "Ġdumpty": 3841, + "Ġchocolate": 3842, + "Ġdumbo": 3843, + "Ġhurry": 3844, + "build": 3845, + "Ġrosie": 3846, + "Ġseems": 3847, + "Ġedge": 3848, + "licopter": 3849, + "circle": 3850, + "Ġaccident": 3851, + "gar": 3852, + "john": 3853, + "of": 3854, + "peter": 3855, + "paul": 3856, + "ua": 3857, + "wipe": 3858, + "yikes": 3859, + "Ġouch": 3860, + "Ġted": 3861, + "Ġtag": 3862, + "Ġbunnies": 3863, + "inet": 3864, + "Ġdam": 3865, + "Ġcro": 3866, + "Ġmain": 3867, + "itzen": 3868, + "esy": 3869, + "Ġfree": 3870, + "Ġnan": 3871, + "Ġhay": 3872, + "ote": 3873, + "Ġwednesday": 3874, + "Ġlife": 3875, + "outside": 3876, + "Ġcarr": 3877, + "Ġcart": 3878, + "aka": 3879, + "Ġspout": 3880, + "Ġfla": 3881, + "issors": 3882, + "Ġalmond": 3883, + "Ġpiglet": 3884, + "Ġmuse": 3885, + "Ġvo": 3886, + "Ġguitar": 3887, + "Ġrob": 3888, + "Ġscary": 3889, + "urtain": 3890, + "iggle": 3891, + "Ġbouncing": 3892, + "next": 3893, + "Ġload": 3894, + "Ġsticking": 3895, + "Ġlonger": 3896, + "lax": 3897, + "Ġhugs": 3898, + "Ġtowels": 3899, + "Ġbatht": 3900, + "birthday": 3901, + "Ġpail": 3902, + "horse": 3903, + "Ġelbows": 3904, + "Ġterrible": 3905, + "Ġslippery": 3906, + "giraffe": 3907, + "Ġscrewdriver": 3908, + "Ġducklings": 3909, + "Ġcontainer": 3910, + "solute": 3911, + "bs": 3912, + "bee": 3913, + "bas": 3914, + "dry": 3915, + "dadad": 3916, + "fo": 3917, + "lind": 3918, + "less": 3919, + "olivia": 3920, + "run": 3921, + "tent": 3922, + "Ġke": 3923, + "Ġtest": 3924, + "har": 3925, + "Ġsent": 3926, + "Ġdeedee": 3927, + "Ġpos": 3928, + "Ġpiano": 3929, + "Ġlucky": 3930, + "Ġlulu": 3931, + "ison": 3932, + "Ġnam": 3933, + "ohoh": 3934, + "ield": 3935, + "immy": 3936, + "ume": 3937, + "Ġplug": 3938, + "icky": 3939, + "abu": 3940, + "Ġsoccer": 3941, + "angles": 3942, + "Ġhimself": 3943, + "Ġchain": 3944, + "Ġsits": 3945, + "Ġalphabet": 3946, + "Ġtrade": 3947, + "Ġorang": 3948, + "Ġworry": 3949, + "ered": 3950, + "Ġjosh": 3951, + "Ġchickie": 3952, + "Ġwears": 3953, + "Ġringing": 3954, + "Ġskunk": 3955, + "many": 3956, + "Ġpretz": 3957, + "Ġcrackers": 3958, + "Ġgeorge": 3959, + "Ġcheerio": 3960, + "comb": 3961, + "Ġbeginning": 3962, + "Ġsurprised": 3963, + "Ġwindy": 3964, + "rocking": 3965, + "Ġpotatohead": 3966, + "Ġbaseball": 3967, + "write": 3968, + "Ġcubes": 3969, + "Ġllama": 3970, + "Ġdangerous": 3971, + "izza": 3972, + "Ġregular": 3973, + "probably": 3974, + "Ġlassie": 3975, + "app": 3976, + "ben": 3977, + "fire": 3978, + "ges": 3979, + "might": 3980, + "mel": 3981, + "pillow": 3982, + "sound": 3983, + "Ġtough": 3984, + "ressed": 3985, + "Ġyoung": 3986, + "Ġburn": 3987, + "Ġburp": 3988, + "Ġdust": 3989, + "Ġdough": 3990, + "Ġcor": 3991, + "Ġcel": 3992, + "Ġmeal": 3993, + "Ġpik": 3994, + "erpillar": 3995, + "Ġhitting": 3996, + "Ġhelicopter": 3997, + "oment": 3998, + "ated": 3999, + "andel": 4000, + "Ġlick": 4001, + "doll": 4002, + "Ġstove": 4003, + "aling": 4004, + "Ġblitzen": 4005, + "Ġcol": 4006, + "Ġcoll": 4007, + "Ġcost": 4008, + "Ġyawn": 4009, + "elana": 4010, + "Ġcaterpillar": 4011, + "Ġwhose": 4012, + "reep": 4013, + "Ġcomp": 4014, + "Ġslinger": 4015, + "oohoo": 4016, + "getting": 4017, + "Ġcried": 4018, + "toys": 4019, + "Ġbrendon": 4020, + "Ġasking": 4021, + "Ġfair": 4022, + "Ġfact": 4023, + "ubub": 4024, + "Ġlemon": 4025, + "Ġmonday": 4026, + "Ġrecord": 4027, + "Ġgrac": 4028, + "Ġrolls": 4029, + "new": 4030, + "Ġteapot": 4031, + "Ġbags": 4032, + "ently": 4033, + "Ġpiggies": 4034, + "Ġmommies": 4035, + "Ġsticks": 4036, + "spin": 4037, + "aurus": 4038, + "Ġfuzz": 4039, + "Ġsnowfl": 4040, + "Ġswinging": 4041, + "Ġlambs": 4042, + "cuum": 4043, + "Ġcombing": 4044, + "Ġtreat": 4045, + "Ġruns": 4046, + "Ġfaster": 4047, + "Ġtastes": 4048, + "Ġhanging": 4049, + "Ġtwelve": 4050, + "Ġvacation": 4051, + "dance": 4052, + "Ġgoldfish": 4053, + "cups": 4054, + "Ġclickety": 4055, + "Ġchanged": 4056, + "Ġsalt": 4057, + "Ġcorduroy": 4058, + "uuw": 4059, + "Ġnathan": 4060, + "solutely": 4061, + "Ġcelery": 4062, + "andelion": 4063, + "last": 4064, + "mary": 4065, + "makes": 4066, + "pants": 4067, + "Ġye": 4068, + "Ġtou": 4069, + "Ġwaste": 4070, + "Ġbes": 4071, + "Ġbroccoli": 4072, + "Ġcoo": 4073, + "Ġcous": 4074, + "Ġmoment": 4075, + "Ġposs": 4076, + "Ġthird": 4077, + "Ġhooray": 4078, + "igher": 4079, + "nah": 4080, + "christ": 4081, + "nob": 4082, + "imi": 4083, + "ases": 4084, + "Ġplants": 4085, + "urs": 4086, + "Ġant": 4087, + "Ġsofa": 4088, + "Ġcliff": 4089, + "gold": 4090, + "Ġpushed": 4091, + "onge": 4092, + "Ġquest": 4093, + "Ġscoot": 4094, + "Ġunderneath": 4095, + "cold": 4096, + "cover": 4097, + "Ġyolk": 4098, + "ducks": 4099, + "Ġmarie": 4100, + "Ġbelt": 4101, + "gotta": 4102, + "Ġmissus": 4103, + "Ġbasketball": 4104, + "Ġparrot": 4105, + "playing": 4106, + "triangle": 4107, + "patty": 4108, + "Ġgrassho": 4109, + "excellent": 4110, + "Ġtwist": 4111, + "Ġemily": 4112, + "yogurt": 4113, + "Ġwires": 4114, + "agaz": 4115, + "Ġexciting": 4116, + "Ġpouring": 4117, + "Ġangel": 4118, + "sleepy": 4119, + "Ġpiper": 4120, + "carrots": 4121, + "raisins": 4122, + "rubber": 4123, + "scratchy": 4124, + "splash": 4125, + "Ġstretch": 4126, + "Ġshorts": 4127, + "Ġdamn": 4128, + "basket": 4129, + "Ġnamed": 4130, + "Ġquestion": 4131, + "gn": 4132, + "hug": 4133, + "kate": 4134, + "lves": 4135, + "pin": 4136, + "pte": 4137, + "val": 4138, + "zing": 4139, + "Ġtank": 4140, + "hear": 4141, + "Ġawhile": 4142, + "Ġwu": 4143, + "Ġwre": 4144, + "Ġwat": 4145, + "Ġsy": 4146, + "Ġsue": 4147, + "Ġsuper": 4148, + "ance": 4149, + "Ġcurtain": 4150, + "Ġph": 4151, + "Ġfight": 4152, + "Ġfore": 4153, + "Ġnic": 4154, + "Ġhood": 4155, + "igor": 4156, + "vent": 4157, + "nat": 4158, + "otam": 4159, + "arf": 4160, + "Ġgonga": 4161, + "allow": 4162, + "Ġants": 4163, + "Ġannie": 4164, + "Ġboard": 4165, + "Ġcla": 4166, + "indere": 4167, + "Ġeaten": 4168, + "Ġbuilt": 4169, + "Ġyard": 4170, + "Ġbran": 4171, + "puttaputta": 4172, + "Ġmuff": 4173, + "Ġhelper": 4174, + "Ġblueberry": 4175, + "Ġjoe": 4176, + "Ġjoke": 4177, + "Ġgray": 4178, + "balls": 4179, + "awawa": 4180, + "Ġtemp": 4181, + "rooms": 4182, + "Ġpole": 4183, + "Ġbumpity": 4184, + "Ġglo": 4185, + "spot": 4186, + "Ġbarret": 4187, + "Ġknocking": 4188, + "Ġcloth": 4189, + "Ġmarket": 4190, + "Ġeaster": 4191, + "Ġdadaji": 4192, + "crack": 4193, + "feet": 4194, + "kissing": 4195, + "jumping": 4196, + "bouncy": 4197, + "Ġdarling": 4198, + "pol": 4199, + "Ġchanging": 4200, + "Ġcheeks": 4201, + "Ġfrustrated": 4202, + "iefcase": 4203, + "Ġcastle": 4204, + "Ġsippy": 4205, + "Ġclifford": 4206, + "ptember": 4207, + "otamus": 4208, + "inderella": 4209, + "bom": 4210, + "bumble": 4211, + "cus": 4212, + "cases": 4213, + "even": 4214, + "las": 4215, + "med": 4216, + "moom": 4217, + "nuuw": 4218, + "ole": 4219, + "tv": 4220, + "Ġx": 4221, + "Ġver": 4222, + "Ġim": 4223, + "Ġbay": 4224, + "Ġdouble": 4225, + "ooter": 4226, + "Ġmike": 4227, + "Ġpizza": 4228, + "Ġlou": 4229, + "Ġlar": 4230, + "Ġlisa": 4231, + "ishes": 4232, + "ita": 4233, + "eros": 4234, + "Ġrhin": 4235, + "iday": 4236, + "Ġkl": 4237, + "Ġkissed": 4238, + "around": 4239, + "Ġliam": 4240, + "chugga": 4241, + "Ġjug": 4242, + "Ġext": 4243, + "Ġreason": 4244, + "Ġatta": 4245, + "hih": 4246, + "opard": 4247, + "apika": 4248, + "Ġclau": 4249, + "Ġcloud": 4250, + "Ġboxes": 4251, + "Ġflat": 4252, + "Ġflip": 4253, + "before": 4254, + "Ġanyone": 4255, + "says": 4256, + "Ġcrown": 4257, + "Ġpiglets": 4258, + "Ġuses": 4259, + "Ġvigor": 4260, + "Ġweren": 4261, + "Ġopening": 4262, + "arten": 4263, + "Ġjoey": 4264, + "eenth": 4265, + "Ġsmoo": 4266, + "clunk": 4267, + "Ġshowing": 4268, + "Ġscales": 4269, + "Ġscissors": 4270, + "Ġbedtime": 4271, + "Ġtaping": 4272, + "Ġshouldn": 4273, + "Ġtowards": 4274, + "Ġpoppop": 4275, + "urtles": 4276, + "Ġrolled": 4277, + "Ġdollies": 4278, + "forget": 4279, + "Ġskipped": 4280, + "Ġexcellent": 4281, + "Ġmoves": 4282, + "Ġstarting": 4283, + "Ġmoose": 4284, + "dden": 4285, + "Ġcombination": 4286, + "Ġpocketbook": 4287, + "Ġdean": 4288, + "square": 4289, + "Ġstef": 4290, + "Ġsteve": 4291, + "Ġpumpkins": 4292, + "Ġjohnny": 4293, + "Ġclosing": 4294, + "oceros": 4295, + "Ġlearned": 4296, + "Ġweeks": 4297, + "agagagag": 4298, + "Ġpresents": 4299, + "coming": 4300, + "Ġwhistle": 4301, + "Ġwhisper": 4302, + "Ġfussy": 4303, + "ergarten": 4304, + "Ġmagic": 4305, + "Ġgabby": 4306, + "Ġkatie": 4307, + "Ġlizard": 4308, + "broken": 4309, + "Ġmuseum": 4310, + "Ġrobin": 4311, + "Ġclaus": 4312, + "bster": 4313, + "fraser": 4314, + "gama": 4315, + "joy": 4316, + "kuh": 4317, + "kada": 4318, + "kalie": 4319, + "ls": 4320, + "mus": 4321, + "pret": 4322, + "press": 4323, + "saurus": 4324, + "tigger": 4325, + "voom": 4326, + "wk": 4327, + "wu": 4328, + "zer": 4329, + "zipper": 4330, + "Ġteen": 4331, + "Ġsuck": 4332, + "Ġsunny": 4333, + "Ġbry": 4334, + "ons": 4335, + "inna": 4336, + "into": 4337, + "Ġdub": 4338, + "Ġgives": 4339, + "Ġcab": 4340, + "Ġmalik": 4341, + "Ġmagaz": 4342, + "Ġpond": 4343, + "Ġlose": 4344, + "ition": 4345, + "erat": 4346, + "Ġfiddle": 4347, + "Ġtor": 4348, + "eas": 4349, + "Ġni": 4350, + "Ġnor": 4351, + "Ġhonk": 4352, + "Ġhula": 4353, + "ley": 4354, + "Ġbal": 4355, + "nap": 4356, + "name": 4357, + "Ġriver": 4358, + "Ġkoosh": 4359, + "noise": 4360, + "rain": 4361, + "Ġrelax": 4362, + "uhp": 4363, + "ense": 4364, + "ents": 4365, + "umum": 4366, + "Ġbees": 4367, + "Ġplan": 4368, + "Ġplum": 4369, + "though": 4370, + "Ġdiddle": 4371, + "Ġabc": 4372, + "acka": 4373, + "quick": 4374, + "Ġneeded": 4375, + "Ġtri": 4376, + "Ġchikada": 4377, + "Ġhoppity": 4378, + "Ġcrumb": 4379, + "soft": 4380, + "Ġfaces": 4381, + "Ġgroup": 4382, + "Ġwatering": 4383, + "brown": 4384, + "Ġmeant": 4385, + "Ġtax": 4386, + "Ġpatting": 4387, + "Ġbarking": 4388, + "Ġerin": 4389, + "Ġsnuggle": 4390, + "Ġfollow": 4391, + "crunch": 4392, + "teeth": 4393, + "dington": 4394, + "break": 4395, + "Ġwindows": 4396, + "swish": 4397, + "udud": 4398, + "Ġacorn": 4399, + "Ġcaillou": 4400, + "Ġsuitcase": 4401, + "Ġsuitcases": 4402, + "Ġowlets": 4403, + "Ġnuts": 4404, + "Ġwipers": 4405, + "eggs": 4406, + "Ġmamm": 4407, + "skunk": 4408, + "Ġvegetables": 4409, + "iddler": 4410, + "Ġhugging": 4411, + "Ġjoshua": 4412, + "ursday": 4413, + "Ġwreck": 4414, + "Ġclapping": 4415, + "Ġgloves": 4416, + "Ġsmooth": 4417, + "music": 4418, + "ache": 4419, + "belly": 4420, + "dadadada": 4421, + "fall": 4422, + "gh": 4423, + "gie": 4424, + "hu": 4425, + "ius": 4426, + "jou": 4427, + "krystal": 4428, + "lph": 4429, + "mes": 4430, + "pain": 4431, + "pump": 4432, + "ric": 4433, + "rice": 4434, + "soon": 4435, + "twe": 4436, + "wind": 4437, + "Ġtent": 4438, + "reach": 4439, + "Ġbur": 4440, + "oni": 4441, + "Ġcond": 4442, + "Ġcross": 4443, + "Ġpract": 4444, + "lew": 4445, + "Ġbabe": 4446, + "Ġrack": 4447, + "irp": 4448, + "ari": 4449, + "Ġlip": 4450, + "Ġdong": 4451, + "Ġstea": 4452, + "lete": 4453, + "Ġpliers": 4454, + "shirt": 4455, + "Ġplays": 4456, + "Ġabsolutely": 4457, + "agah": 4458, + "umpy": 4459, + "Ġshout": 4460, + "Ġbriefcase": 4461, + "puter": 4462, + "putting": 4463, + "Ġnicely": 4464, + "ugug": 4465, + "Ġsliding": 4466, + "Ġshaky": 4467, + "lift": 4468, + "Ġfinding": 4469, + "Ġloved": 4470, + "wheat": 4471, + "Ġcleaned": 4472, + "Ġtowers": 4473, + "Ġgramma": 4474, + "never": 4475, + "Ġglove": 4476, + "Ġdifficul": 4477, + "Ġunhappy": 4478, + "Ġfireplace": 4479, + "guess": 4480, + "Ġrestaur": 4481, + "Ġstepped": 4482, + "heehee": 4483, + "rrr": 4484, + "fect": 4485, + "chickens": 4486, + "scoop": 4487, + "Ġspots": 4488, + "Ġvacuum": 4489, + "turkey": 4490, + "chchch": 4491, + "balloons": 4492, + "hurray": 4493, + "Ġtyler": 4494, + "undred": 4495, + "Ġgail": 4496, + "Ġstriped": 4497, + "twinkle": 4498, + "nursie": 4499, + "cloth": 4500, + "Ġopposite": 4501, + "Ġbiggest": 4502, + "Ġzoe": 4503, + "Ġoranges": 4504, + "sounds": 4505, + "Ġgracious": 4506, + "Ġdifficult": 4507, + "bor": 4508, + "cill": 4509, + "feter": 4510, + "father": 4511, + "gur": 4512, + "iy": 4513, + "lal": 4514, + "ms": 4515, + "must": 4516, + "making": 4517, + "mickey": 4518, + "oct": 4519, + "pie": 4520, + "pic": 4521, + "pear": 4522, + "ru": 4523, + "sam": 4524, + "sup": 4525, + "seth": 4526, + "zack": 4527, + "Ġtuck": 4528, + "Ġwuh": 4529, + "Ġwinky": 4530, + "Ġwings": 4531, + "ined": 4532, + "ano": 4533, + "annie": 4534, + "Ġdandelion": 4535, + "Ġgoo": 4536, + "Ġger": 4537, + "Ġgep": 4538, + "Ġginger": 4539, + "Ġce": 4540, + "Ġcrow": 4541, + "Ġcity": 4542, + "Ġcinderella": 4543, + "Ġprop": 4544, + "Ġland": 4545, + "Ġlaur": 4546, + "etto": 4547, + "Ġthursday": 4548, + "Ġob": 4549, + "Ġnuh": 4550, + "Ġhumm": 4551, + "Ġhumpty": 4552, + "igi": 4553, + "lenty": 4554, + "kend": 4555, + "Ġrunny": 4556, + "Ġknob": 4557, + "nobody": 4558, + "doing": 4559, + "eng": 4560, + "Ġstamp": 4561, + "alls": 4562, + "Ġcarries": 4563, + "roar": 4564, + "Ġsponge": 4565, + "eedle": 4566, + "Ġelastic": 4567, + "Ġpushes": 4568, + "Ġcomputer": 4569, + "Ġdrool": 4570, + "Ġqueen": 4571, + "Ġswallow": 4572, + "Ġopens": 4573, + "Ġbottles": 4574, + "Ġsunday": 4575, + "Ġscream": 4576, + "brittany": 4577, + "Ġsend": 4578, + "Ġpost": 4579, + "yours": 4580, + "Ġfalls": 4581, + "Ġdrinks": 4582, + "Ġsings": 4583, + "neigh": 4584, + "Ġlois": 4585, + "Ġpots": 4586, + "Ġmary": 4587, + "Ġweekend": 4588, + "ilence": 4589, + "Ġresting": 4590, + "Ġtasty": 4591, + "Ġdinosaurs": 4592, + "Ġcloser": 4593, + "Ġsplashing": 4594, + "Ġpainting": 4595, + "snort": 4596, + "trees": 4597, + "dodododo": 4598, + "such": 4599, + "Ġshark": 4600, + "Ġwinter": 4601, + "Ġsprink": 4602, + "Ġpenguins": 4603, + "aspard": 4604, + "Ġterrific": 4605, + "Ġfifteen": 4606, + "julia": 4607, + "Ġoctopus": 4608, + "eathers": 4609, + "Ġsmoke": 4610, + "Ġgorilla": 4611, + "Ġraspberries": 4612, + "auntie": 4613, + "Ġmittens": 4614, + "Ġmaine": 4615, + "Ġbathtub": 4616, + "Ġpretzels": 4617, + "Ġpossible": 4618, + "Ġrestaurant": 4619, + "cille": 4620, + "feteria": 4621, + "gurty": 4622, + "Ġgepetto": 4623, + "cool": 4624, + "dot": 4625, + "fy": 4626, + "gone": 4627, + "jay": 4628, + "ko": 4629, + "lm": 4630, + "lop": 4631, + "mouth": 4632, + "sun": 4633, + "sli": 4634, + "socks": 4635, + "tangled": 4636, + "vie": 4637, + "Ġtumble": 4638, + "had": 4639, + "Ġsip": 4640, + "Ġslep": 4641, + "Ġsieve": 4642, + "Ġband": 4643, + "Ġbush": 4644, + "Ġdeal": 4645, + "Ġcreep": 4646, + "Ġmet": 4647, + "Ġphot": 4648, + "Ġplenty": 4649, + "Ġloose": 4650, + "Ġtot": 4651, + "Ġtofu": 4652, + "Ġnone": 4653, + "Ġhic": 4654, + "Ġhundred": 4655, + "Ġgobble": 4656, + "Ġbaker": 4657, + "Ġrose": 4658, + "Ġedd": 4659, + "Ġreco": 4660, + "dolly": 4661, + "amps": 4662, + "alator": 4663, + "uring": 4664, + "urday": 4665, + "Ġblink": 4666, + "ella": 4667, + "ffi": 4668, + "Ġspace": 4669, + "Ġshot": 4670, + "white": 4671, + "Ġturns": 4672, + "Ġtrans": 4673, + "Ġchubby": 4674, + "osing": 4675, + "Ġdrank": 4676, + "Ġdial": 4677, + "Ġgrey": 4678, + "Ġwhoop": 4679, + "maggie": 4680, + "Ġleopard": 4681, + "Ġminnie": 4682, + "Ġshowed": 4683, + "bleh": 4684, + "ired": 4685, + "Ġbreaks": 4686, + "Ġtele": 4687, + "ife": 4688, + "Ġpopped": 4689, + "Ġmaggie": 4690, + "Ġmacdonald": 4691, + "Ġstuffed": 4692, + "Ġlola": 4693, + "Ġstickers": 4694, + "Ġglue": 4695, + "sicle": 4696, + "baba": 4697, + "Ġpillows": 4698, + "Ġswims": 4699, + "sticker": 4700, + "Ġwallet": 4701, + "Ġchecking": 4702, + "psst": 4703, + "Ġsisters": 4704, + "ertain": 4705, + "bubble": 4706, + "bears": 4707, + "tress": 4708, + "Ġsquishy": 4709, + "piggie": 4710, + "izab": 4711, + "strich": 4712, + "doors": 4713, + "beautiful": 4714, + "choke": 4715, + "Ġjeans": 4716, + "kinda": 4717, + "Ġbothering": 4718, + "xylop": 4719, + "Ġrhymes": 4720, + "Ġescalator": 4721, + "Ġsoldier": 4722, + "Ġyell": 4723, + "Ġbarrette": 4724, + "moomilk": 4725, + "Ġrhinoceros": 4726, + "Ġmagazine": 4727, + "Ġtriangles": 4728, + "breakfast": 4729, + "Ġlaurie": 4730, + "Ġslept": 4731, + "Ġeddie": 4732, + "xylophone": 4733, + "cie": 4734, + "feed": 4735, + "gee": 4736, + "giving": 4737, + "giddy": 4738, + "hit": 4739, + "hush": 4740, + "jama": 4741, + "paste": 4742, + "risten": 4743, + "silence": 4744, + "wear": 4745, + "wide": 4746, + "ym": 4747, + "Ġwrench": 4748, + "ino": 4749, + "iness": 4750, + "animal": 4751, + "Ġdabee": 4752, + "Ġgum": 4753, + "Ġcd": 4754, + "Ġmot": 4755, + "Ġmall": 4756, + "Ġmum": 4757, + "Ġmcdonald": 4758, + "llip": 4759, + "Ġps": 4760, + "Ġpup": 4761, + "Ġpaw": 4762, + "Ġpair": 4763, + "Ġparent": 4764, + "Ġly": 4765, + "esse": 4766, + "easure": 4767, + "Ġnaught": 4768, + "Ġnorman": 4769, + "Ġhigher": 4770, + "ooked": 4771, + "Ġrace": 4772, + "stack": 4773, + "straw": 4774, + "arr": 4775, + "chou": 4776, + "Ġjerry": 4777, + "Ġmeg": 4778, + "Ġputcher": 4779, + "ral": 4780, + "Ġrece": 4781, + "Ġreturn": 4782, + "amole": 4783, + "alice": 4784, + "letter": 4785, + "asha": 4786, + "Ġanten": 4787, + "Ġbabye": 4788, + "Ġplayer": 4789, + "about": 4790, + "Ġshelf": 4791, + "Ġoveralls": 4792, + "Ġcolin": 4793, + "Ġbull": 4794, + "elbow": 4795, + "goodness": 4796, + "Ġwherever": 4797, + "Ġsave": 4798, + "Ġcomfy": 4799, + "meg": 4800, + "Ġdrives": 4801, + "pencil": 4802, + "toy": 4803, + "Ġtalks": 4804, + "machine": 4805, + "Ġlean": 4806, + "Ġwatermel": 4807, + "Ġtegama": 4808, + "george": 4809, + "Ġzach": 4810, + "Ġwrist": 4811, + "Ġenjoy": 4812, + "coat": 4813, + "Ġfishy": 4814, + "adeh": 4815, + "throwing": 4816, + "Ġbumpy": 4817, + "Ġglug": 4818, + "Ġexcept": 4819, + "Ġschoolbus": 4820, + "achu": 4821, + "everywhere": 4822, + "Ġsneez": 4823, + "Ġclimbed": 4824, + "books": 4825, + "Ġstepping": 4826, + "Ġsqueaks": 4827, + "nyum": 4828, + "birds": 4829, + "uddy": 4830, + "fuzzy": 4831, + "grass": 4832, + "Ġcafeteria": 4833, + "Ġgolden": 4834, + "Ġpattycake": 4835, + "grandpa": 4836, + "froggie": 4837, + "Ġperfect": 4838, + "Ġpaddington": 4839, + "Ġribbons": 4840, + "beads": 4841, + "Ġundressed": 4842, + "lucy": 4843, + "Ġsneakers": 4844, + "acamole": 4845, + "tuce": 4846, + "Ġmowing": 4847, + "Ġfelt": 4848, + "Ġcostume": 4849, + "christopher": 4850, + "nathan": 4851, + "Ġteeny": 4852, + "Ġtaxi": 4853, + "picture": 4854, + "Ġphoto": 4855, + "Ġrecogn": 4856, + "izabeth": 4857, + "llipop": 4858, + "Ġnaughty": 4859, + "Ġantenna": 4860, + "bal": 4861, + "biscuit": 4862, + "dow": 4863, + "dum": 4864, + "dipsy": 4865, + "empty": 4866, + "fell": 4867, + "honk": 4868, + "jeez": 4869, + "kn": 4870, + "koo": 4871, + "mess": 4872, + "ride": 4873, + "sand": 4874, + "sally": 4875, + "same": 4876, + "top": 4877, + "toot": 4878, + "Ġturtles": 4879, + "Ġwinnie": 4880, + "Ġses": 4881, + "Ġsense": 4882, + "Ġbin": 4883, + "Ġbitt": 4884, + "Ġbind": 4885, + "Ġborn": 4886, + "Ġdom": 4887, + "ooo": 4888, + "Ġcand": 4889, + "Ġcertain": 4890, + "Ġmaster": 4891, + "Ġmimi": 4892, + "owie": 4893, + "orgie": 4894, + "uts": 4895, + "Ġkaboom": 4896, + "ata": 4897, + "arn": 4898, + "holas": 4899, + "nore": 4900, + "Ġemma": 4901, + "Ġrec": 4902, + "uhuh": 4903, + "doggies": 4904, + "urie": 4905, + "hip": 4906, + "Ġnotic": 4907, + "cean": 4908, + "Ġabbie": 4909, + "agl": 4910, + "behind": 4911, + "Ġhasn": 4912, + "Ġwhee": 4913, + "Ġbeard": 4914, + "Ġfriday": 4915, + "Ġsli": 4916, + "ulah": 4917, + "toast": 4918, + "Ġwhoo": 4919, + "clip": 4920, + "Ġtickling": 4921, + "Ġscra": 4922, + "Ġmattress": 4923, + "Ġnewsp": 4924, + "Ġtahoe": 4925, + "Ġroller": 4926, + "cod": 4927, + "Ġfishie": 4928, + "Ġlobster": 4929, + "Ġpottie": 4930, + "Ġsnail": 4931, + "Ġyoyo": 4932, + "laurie": 4933, + "Ġpanacka": 4934, + "Ġbadada": 4935, + "Ġfrogs": 4936, + "Ġsnuff": 4937, + "zebra": 4938, + "Ġchuga": 4939, + "squirrel": 4940, + "guys": 4941, + "Ġmustache": 4942, + "trape": 4943, + "Ġkiddo": 4944, + "Ġpencils": 4945, + "crazy": 4946, + "Ġbells": 4947, + "leaves": 4948, + "Ġhurting": 4949, + "walking": 4950, + "momma": 4951, + "pigs": 4952, + "Ġsteps": 4953, + "yahyah": 4954, + "Ġmarks": 4955, + "better": 4956, + "Ġbench": 4957, + "Ġpooping": 4958, + "Ġcrunchy": 4959, + "Ġpercy": 4960, + "Ġjimmy": 4961, + "Ġpuffed": 4962, + "ivet": 4963, + "Ġtube": 4964, + "wonder": 4965, + "Ġmushrooms": 4966, + "Ġpasta": 4967, + "Ġvoice": 4968, + "Ġtouched": 4969, + "Ġgrasshopper": 4970, + "Ġtwisted": 4971, + "Ġcurtains": 4972, + "Ġnicholas": 4973, + "Ġbrycie": 4974, + "Ġhiccups": 4975, + "Ġparents": 4976, + "Ġrecognize": 4977, + "Ġsesame": 4978, + "aces": 4979, + "cro": 4980, + "du": 4981, + "gy": 4982, + "jane": 4983, + "kers": 4984, + "lish": 4985, + "mmy": 4986, + "pan": 4987, + "piya": 4988, + "ril": 4989, + "ssh": 4990, + "sley": 4991, + "taking": 4992, + "udy": 4993, + "Ġ'": 4994, + "Ġq": 4995, + "Ġtied": 4996, + "reen": 4997, + "Ġadd": 4998, + "Ġashes": 4999, + "Ġwag": 5000, + "Ġwils": 5001, + "Ġsang": 5002, + "Ġbilly": 5003, + "Ġdeep": 5004, + "Ġdel": 5005, + "Ġdya": 5006, + "Ġgym": 5007, + "Ġcre": 5008, + "Ġmill": 5009, + "Ġpay": 5010, + "aya": 5011, + "owed": 5012, + "Ġfi": 5013, + "Ġfiddler": 5014, + "Ġoil": 5015, + "Ġostrich": 5016, + "Ġocean": 5017, + "sees": 5018, + "leh": 5019, + "vered": 5020, + "Ġbacon": 5021, + "Ġrory": 5022, + "Ġheat": 5023, + "Ġket": 5024, + "ston": 5025, + "sters": 5026, + "start": 5027, + "arar": 5028, + "Ġliking": 5029, + "Ġseeing": 5030, + "oodles": 5031, + "dozer": 5032, + "Ġstone": 5033, + "Ġstinky": 5034, + "Ġstones": 5035, + "Ġstudy": 5036, + "umbrella": 5037, + "yesterday": 5038, + "onely": 5039, + "opotamus": 5040, + "oopy": 5041, + "Ġcoke": 5042, + "Ġbul": 5043, + "Ġelmer": 5044, + "Ġshining": 5045, + "Ġchip": 5046, + "Ġchchchch": 5047, + "megan": 5048, + "Ġcrane": 5049, + "Ġcrooked": 5050, + "ootchy": 5051, + "Ġdizzy": 5052, + "Ġmus": 5053, + "Ġworked": 5054, + "Ġvide": 5055, + "eenex": 5056, + "uffy": 5057, + "check": 5058, + "Ġgrouch": 5059, + "Ġheads": 5060, + "Ġsleeps": 5061, + "Ġroy": 5062, + "Ġwalks": 5063, + "Ġsquash": 5064, + "Ġsudden": 5065, + "broom": 5066, + "Ġseptember": 5067, + "Ġpoppy": 5068, + "Ġharder": 5069, + "Ġpopsicle": 5070, + "Ġbrushu": 5071, + "cars": 5072, + "Ġteach": 5073, + "Ġmoved": 5074, + "trying": 5075, + "Ġskip": 5076, + "Ġdale": 5077, + "char": 5078, + "Ġlamp": 5079, + "daffy": 5080, + "Ġhippopotamus": 5081, + "Ġdec": 5082, + "squeeze": 5083, + "Ġkidding": 5084, + "Ġbeef": 5085, + "Ġnursie": 5086, + "except": 5087, + "poppop": 5088, + "Ġpray": 5089, + "Ġproud": 5090, + "Ġcarefully": 5091, + "Ġstrap": 5092, + "Ġchristopher": 5093, + "Ġrosy": 5094, + "Ġdisapp": 5095, + "Ġtissues": 5096, + "Ġlately": 5097, + "Ġsquirrels": 5098, + "Ġsnacks": 5099, + "Ġspray": 5100, + "Ġsprinkle": 5101, + "ized": 5102, + "Ġtomatoes": 5103, + "Ġjeff": 5104, + "oline": 5105, + "zoid": 5106, + "Ġcranky": 5107, + "ladybug": 5108, + "Ġnanny": 5109, + "Ġwastebasket": 5110, + "Ġforest": 5111, + "Ġmuffin": 5112, + "Ġextra": 5113, + "Ġwhispering": 5114, + "Ġcrumbs": 5115, + "Ġpsst": 5116, + "codile": 5117, + "Ġwilson": 5118, + "bag": 5119, + "bbie": 5120, + "chan": 5121, + "eer": 5122, + "ele": 5123, + "eeat": 5124, + "fre": 5125, + "fit": 5126, + "food": 5127, + "gle": 5128, + "goofy": 5129, + "humm": 5130, + "ject": 5131, + "koala": 5132, + "nan": 5133, + "near": 5134, + "oppity": 5135, + "pocket": 5136, + "pbth": 5137, + "ran": 5138, + "santa": 5139, + "ural": 5140, + "vim": 5141, + "violin": 5142, + "wet": 5143, + "wiggle": 5144, + "Ġut": 5145, + "Ġtim": 5146, + "Ġtadah": 5147, + "having": 5148, + "Ġaun": 5149, + "Ġind": 5150, + "Ġicky": 5151, + "Ġwore": 5152, + "Ġson": 5153, + "Ġsim": 5154, + "Ġseal": 5155, + "Ġban": 5156, + "Ġberry": 5157, + "Ġbank": 5158, + "onds": 5159, + "inside": 5160, + "Ġdist": 5161, + "Ġcoun": 5162, + "Ġcakes": 5163, + "Ġmerry": 5164, + "Ġpuh": 5165, + "Ġpause": 5166, + "Ġpta": 5167, + "Ġluh": 5168, + "Ġluck": 5169, + "Ġlonely": 5170, + "Ġfancy": 5171, + "Ġfeathers": 5172, + "Ġoy": 5173, + "Ġoval": 5174, + "Ġnar": 5175, + "Ġnoodles": 5176, + "Ġhose": 5177, + "Ġhush": 5178, + "Ġhip": 5179, + "igers": 5180, + "selves": 5181, + "Ġhall": 5182, + "uty": 5183, + "Ġrung": 5184, + "Ġhelm": 5185, + "iders": 5186, + "Ġweb": 5187, + "Ġko": 5188, + "atos": 5189, + "Ġjay": 5190, + "icorn": 5191, + "Ġmel": 5192, + "Ġreme": 5193, + "Ġcannot": 5194, + "doctor": 5195, + "Ġsteak": 5196, + "Ġstella": 5197, + "Ġforward": 5198, + "Ġattent": 5199, + "Ġbecky": 5200, + "urf": 5201, + "illa": 5202, + "terr": 5203, + "Ġwasp": 5204, + "cereal": 5205, + "aula": 5206, + "Ġcozy": 5207, + "Ġwhether": 5208, + "Ġchichi": 5209, + "ession": 5210, + "essert": 5211, + "Ġslinky": 5212, + "Ġcheesy": 5213, + "boppie": 5214, + "Ġsharing": 5215, + "Ġshadow": 5216, + "bling": 5217, + "oots": 5218, + "Ġmuah": 5219, + "eeney": 5220, + "Ġgrumpy": 5221, + "tahoe": 5222, + "Ġtickly": 5223, + "Ġsquirt": 5224, + "Ġsqueez": 5225, + "Ġscooter": 5226, + "Ġnai": 5227, + "Ġnail": 5228, + "Ġleaving": 5229, + "Ġmaker": 5230, + "Ġpicks": 5231, + "Ġmicah": 5232, + "Ġstaying": 5233, + "Ġpops": 5234, + "Ġfroggy": 5235, + "Ġlollipop": 5236, + "Ġdollhouse": 5237, + "Ġrocked": 5238, + "Ġskinn": 5239, + "Ġmovie": 5240, + "Ġsnowing": 5241, + "ugged": 5242, + "Ġwashie": 5243, + "Ġbelow": 5244, + "babies": 5245, + "iki": 5246, + "david": 5247, + "Ġcircus": 5248, + "Ġhippity": 5249, + "Ġsmaller": 5250, + "Ġsmells": 5251, + "until": 5252, + "swim": 5253, + "ude": 5254, + "udence": 5255, + "tooth": 5256, + "Ġknife": 5257, + "Ġcounting": 5258, + "jamin": 5259, + "kisses": 5260, + "Ġpajama": 5261, + "ations": 5262, + "Ġboats": 5263, + "wahwah": 5264, + "vision": 5265, + "cially": 5266, + "matt": 5267, + "finish": 5268, + "Ġfigured": 5269, + "Ġowie": 5270, + "Ġwiping": 5271, + "starfish": 5272, + "Ġyears": 5273, + "slide": 5274, + "Ġpuddle": 5275, + "Ġmrs": 5276, + "batter": 5277, + "oatmeal": 5278, + "Ġbabaji": 5279, + "cided": 5280, + "Ġjulius": 5281, + "bucket": 5282, + "Ġneighbor": 5283, + "Ġvegetable": 5284, + "Ġjenny": 5285, + "miaw": 5286, + "ubborn": 5287, + "towel": 5288, + "Ġpikachu": 5289, + "Ġkleenex": 5290, + "Ġmammals": 5291, + "twenty": 5292, + "Ġcondition": 5293, + "Ġreceiver": 5294, + "nyumnyum": 5295, + "seesaw": 5296, + "Ġbulb": 5297, + "Ġvideo": 5298, + "Ġcounter": 5299, + "Ġremem": 5300, + "Ġattention": 5301, + "ai": 5302, + "bell": 5303, + "broccoli": 5304, + "came": 5305, + "cli": 5306, + "cootchy": 5307, + "fill": 5308, + "fold": 5309, + "grr": 5310, + "hill": 5311, + "lay": 5312, + "lasses": 5313, + "mam": 5314, + "mummy": 5315, + "nancy": 5316, + "oard": 5317, + "pik": 5318, + "port": 5319, + "ruck": 5320, + "riss": 5321, + "ried": 5322, + "sal": 5323, + "sitting": 5324, + "salley": 5325, + "wise": 5326, + "work": 5327, + "zoo": 5328, + "Ġtush": 5329, + "Ġtigers": 5330, + "recor": 5331, + "Ġaqu": 5332, + "Ġachoo": 5333, + "Ġig": 5334, + "Ġsel": 5335, + "Ġbou": 5336, + "onnie": 5337, + "indy": 5338, + "Ġdessert": 5339, + "Ġgaspard": 5340, + "Ġpun": 5341, + "Ġpurp": 5342, + "Ġloo": 5343, + "Ġling": 5344, + "Ġlitt": 5345, + "Ġlosing": 5346, + "Ġitself": 5347, + "Ġitchy": 5348, + "Ġfil": 5349, + "Ġfield": 5350, + "eared": 5351, + "Ġner": 5352, + "whatever": 5353, + "Ġbathing": 5354, + "Ġrag": 5355, + "adi": 5356, + "Ġweird": 5357, + "ating": 5358, + "hope": 5359, + "ices": 5360, + "Ġmegan": 5361, + "Ġstale": 5362, + "Ġstamps": 5363, + "Ġstubborn": 5364, + "ashes": 5365, + "Ġforty": 5366, + "Ġplain": 5367, + "shoo": 5368, + "shoot": 5369, + "Ġnotice": 5370, + "Ġbored": 5371, + "ored": 5372, + "Ġallowed": 5373, + "cember": 5374, + "Ġaboard": 5375, + "Ġcluck": 5376, + "mmm": 5377, + "Ġcovered": 5378, + "Ġspring": 5379, + "retruck": 5380, + "Ġflies": 5381, + "Ġflag": 5382, + "Ġsail": 5383, + "Ġchim": 5384, + "Ġchirp": 5385, + "Ġcrad": 5386, + "Ġdried": 5387, + "Ġdiam": 5388, + "soda": 5389, + "plop": 5390, + "plunk": 5391, + "Ġholds": 5392, + "Ġhairy": 5393, + "Ġsmily": 5394, + "Ġlexy": 5395, + "bled": 5396, + "Ġroast": 5397, + "Ġjuly": 5398, + "Ġscarf": 5399, + "brr": 5400, + "Ġshoulders": 5401, + "pecially": 5402, + "Ġpepper": 5403, + "Ġwrote": 5404, + "Ġours": 5405, + "unglasses": 5406, + "Ġpopcorn": 5407, + "Ġgrandmother": 5408, + "Ġolder": 5409, + "Ġends": 5410, + "Ġsneeze": 5411, + "mpoline": 5412, + "iled": 5413, + "Ġstarts": 5414, + "Ġdecided": 5415, + "Ġtooka": 5416, + "osaurus": 5417, + "Ġparsley": 5418, + "bugs": 5419, + "Ġsqueaky": 5420, + "Ġjames": 5421, + "caillou": 5422, + "Ġstrange": 5423, + "Ġbottoms": 5424, + "screw": 5425, + "Ġlearning": 5426, + "Ġawfully": 5427, + "Ġgeorgie": 5428, + "Ġstrings": 5429, + "Ġmailbox": 5430, + "smile": 5431, + "Ġpears": 5432, + "Ġgoldie": 5433, + "both": 5434, + "Ġtracks": 5435, + "bark": 5436, + "barrow": 5437, + "Ġpeach": 5438, + "Ġpoliceman": 5439, + "Ġbonka": 5440, + "Ġlucille": 5441, + "joanna": 5442, + "Ġquickly": 5443, + "Ġpainted": 5444, + "slow": 5445, + "sleeve": 5446, + "Ġbasement": 5447, + "sleeping": 5448, + "Ġtuesday": 5449, + "Ġcuddle": 5450, + "intment": 5451, + "Ġashay": 5452, + "Ġescap": 5453, + "Ġserious": 5454, + "Ġremote": 5455, + "fox": 5456, + "hard": 5457, + "police": 5458, + "bombom": 5459, + "Ġcabinet": 5460, + "napkin": 5461, + "pumpkin": 5462, + "Ġceiling": 5463, + "Ġsprinkler": 5464, + "Ġnewspaper": 5465, + "Ġfiretruck": 5466, + "Ġkettle": 5467, + "Ġprayers": 5468, + "Ġself": 5469, + "av": 5470, + "bi": 5471, + "brow": 5472, + "bul": 5473, + "cent": 5474, + "cia": 5475, + "camel": 5476, + "fer": 5477, + "gs": 5478, + "gum": 5479, + "gung": 5480, + "gaga": 5481, + "hh": 5482, + "hung": 5483, + "high": 5484, + "humpty": 5485, + "ilet": 5486, + "ias": 5487, + "jimmy": 5488, + "land": 5489, + "mush": 5490, + "morning": 5491, + "mined": 5492, + "nis": 5493, + "nor": 5494, + "ober": 5495, + "pea": 5496, + "pee": 5497, + "pth": 5498, + "pour": 5499, + "pos": 5500, + "puff": 5501, + "pinky": 5502, + "roof": 5503, + "tool": 5504, + "tired": 5505, + "uary": 5506, + "vroo": 5507, + "zie": 5508, + "Ġxylophone": 5509, + "Ġtinky": 5510, + "rect": 5511, + "Ġwool": 5512, + "Ġsore": 5513, + "Ġsession": 5514, + "Ġbree": 5515, + "Ġdoop": 5516, + "Ġdeter": 5517, + "Ġdipsy": 5518, + "Ġgro": 5519, + "Ġgigi": 5520, + "Ġmist": 5521, + "Ġmunch": 5522, + "Ġpter": 5523, + "Ġpass": 5524, + "Ġprot": 5525, + "Ġlawn": 5526, + "Ġlaka": 5527, + "Ġitch": 5528, + "erk": 5529, + "Ġtoilet": 5530, + "Ġnibble": 5531, + "Ġhu": 5532, + "Ġhy": 5533, + "Ġhid": 5534, + "Ġhoot": 5535, + "Ġdots": 5536, + "Ġdoggy": 5537, + "Ġdolph": 5538, + "ories": 5539, + "Ġrip": 5540, + "Ġrash": 5541, + "Ġripe": 5542, + "Ġkrystal": 5543, + "irie": 5544, + "ient": 5545, + "Ġwanting": 5546, + "chin": 5547, + "nog": 5548, + "Ġjeez": 5549, + "Ġjesse": 5550, + "Ġputtaputta": 5551, + "rairie": 5552, + "Ġres": 5553, + "Ġrex": 5554, + "inka": 5555, + "Ġupon": 5556, + "although": 5557, + "ask": 5558, + "thought": 5559, + "oned": 5560, + "illon": 5561, + "hiy": 5562, + "ahahah": 5563, + "Ġallison": 5564, + "Ġsoda": 5565, + "Ġgotchu": 5566, + "anga": 5567, + "Ġsport": 5568, + "Ġeli": 5569, + "ntine": 5570, + "ntuu": 5571, + "becky": 5572, + "Ġchalk": 5573, + "Ġart": 5574, + "Ġorder": 5575, + "ulp": 5576, + "Ġcrick": 5577, + "pengu": 5578, + "Ġdrawers": 5579, + "Ġbreat": 5580, + "Ġgrown": 5581, + "Ġlena": 5582, + "Ġrode": 5583, + "Ġsusie": 5584, + "shaky": 5585, + "Ġtops": 5586, + "Ġlotion": 5587, + "wheels": 5588, + "Ġbusiness": 5589, + "Ġgraham": 5590, + "Ġgonegone": 5591, + "Ġtickled": 5592, + "ouses": 5593, + "Ġpotatos": 5594, + "Ġyobaby": 5595, + "Ġyogurty": 5596, + "Ġgluck": 5597, + "Ġwheelbarrow": 5598, + "Ġseconds": 5599, + "Ġmolly": 5600, + "kitten": 5601, + "Ġeras": 5602, + "Ġerica": 5603, + "Ġrabbits": 5604, + "Ġtires": 5605, + "Ġnapkins": 5606, + "Ġswings": 5607, + "Ġstops": 5608, + "Ġsnoring": 5609, + "Ġlambie": 5610, + "ortant": 5611, + "fishy": 5612, + "Ġdeh": 5613, + "Ġdeer": 5614, + "Ġunzip": 5615, + "Ġunless": 5616, + "Ġunicorn": 5617, + "guy": 5618, + "Ġrail": 5619, + "Ġengines": 5620, + "choochoo": 5621, + "tomato": 5622, + "tomorrow": 5623, + "switch": 5624, + "Ġdumped": 5625, + "juba": 5626, + "chicka": 5627, + "graph": 5628, + "shovel": 5629, + "Ġriders": 5630, + "Ġsuits": 5631, + "Ġstraps": 5632, + "Ġawful": 5633, + "Ġruf": 5634, + "dancing": 5635, + "Ġcalm": 5636, + "barking": 5637, + "Ġdrops": 5638, + "much": 5639, + "Ġsaturday": 5640, + "Ġmarker": 5641, + "Ġwhiskers": 5642, + "snap": 5643, + "Ġshells": 5644, + "scrub": 5645, + "Ġmixed": 5646, + "Ġcoughing": 5647, + "Ġfifth": 5648, + "Ġhenry": 5649, + "Ġjulie": 5650, + "Ġcurly": 5651, + "Ġspells": 5652, + "climbing": 5653, + "Ġstripes": 5654, + "Ġfrustrating": 5655, + "badji": 5656, + "Ġdreams": 5657, + "oodoodoo": 5658, + "aguar": 5659, + "Ġimportant": 5660, + "Ġcrocodile": 5661, + "dadadadada": 5662, + "Ġkept": 5663, + "Ġsnowflake": 5664, + "Ġsnowflakes": 5665, + "Ġbeside": 5666, + "Ġcousin": 5667, + "Ġattached": 5668, + "erature": 5669, + "Ġnora": 5670, + "Ġabcs": 5671, + "slipper": 5672, + "Ġtotally": 5673, + "inoes": 5674, + "Ġbulldozer": 5675, + "Ġdominoes": 5676, + "Ġcertainly": 5677, + "Ġnoticed": 5678, + "Ġdecide": 5679, + "Ġhelmet": 5680, + "Ġskinny": 5681, + "cootchykoo": 5682, + "Ġignore": 5683, + "Ġbouillon": 5684, + "hungry": 5685, + "Ġdetermined": 5686, + "Ġmistake": 5687, + "buddy": 5688, + "dered": 5689, + "farm": 5690, + "fishies": 5691, + "gare": 5692, + "gug": 5693, + "hones": 5694, + "kk": 5695, + "kid": 5696, + "long": 5697, + "lky": 5698, + "mah": 5699, + "money": 5700, + "mily": 5701, + "pli": 5702, + "pard": 5703, + "son": 5704, + "sock": 5705, + "tall": 5706, + "tagon": 5707, + "ual": 5708, + "vious": 5709, + "wake": 5710, + "Ġtan": 5711, + "Ġay": 5712, + "Ġaug": 5713, + "Ġama": 5714, + "Ġwad": 5715, + "Ġwack": 5716, + "Ġsil": 5717, + "Ġsire": 5718, + "Ġsunglasses": 5719, + "Ġbi": 5720, + "Ġbill": 5721, + "Ġbunk": 5722, + "Ġboring": 5723, + "onies": 5724, + "Ġdow": 5725, + "Ġdat": 5726, + "Ġdun": 5727, + "Ġdah": 5728, + "Ġdigg": 5729, + "Ġdaught": 5730, + "Ġcot": 5731, + "Ġmes": 5732, + "Ġmood": 5733, + "Ġmung": 5734, + "Ġpow": 5735, + "Ġpatch": 5736, + "Ġlist": 5737, + "owow": 5738, + "ito": 5739, + "erc": 5740, + "etime": 5741, + "Ġfas": 5742, + "Ġfishes": 5743, + "Ġthick": 5744, + "easy": 5745, + "ombo": 5746, + "Ġnin": 5747, + "Ġinv": 5748, + "vember": 5749, + "Ġkale": 5750, + "atika": 5751, + "arter": 5752, + "hog": 5753, + "Ġseed": 5754, + "ching": 5755, + "chik": 5756, + "noisy": 5757, + "Ġjaguar": 5758, + "rac": 5759, + "Ġsty": 5760, + "Ġstud": 5761, + "Ġstork": 5762, + "Ġstories": 5763, + "aly": 5764, + "alas": 5765, + "unun": 5766, + "ashed": 5767, + "Ġplow": 5768, + "Ġplaces": 5769, + "through": 5770, + "thirsty": 5771, + "Ġoutdoors": 5772, + "uckoo": 5773, + "ears": 5774, + "abi": 5775, + "above": 5776, + "abaa": 5777, + "Ġgotten": 5778, + "Ġoverboard": 5779, + "Ġlettuce": 5780, + "roy": 5781, + "Ġyah": 5782, + "Ġyork": 5783, + "Ġyarn": 5784, + "elmer": 5785, + "aker": 5786, + "Ġage": 5787, + "Ġshoot": 5788, + "Ġtaken": 5789, + "Ġbrid": 5790, + "Ġbrand": 5791, + "Ġflee": 5792, + "Ġfluffy": 5793, + "bered": 5794, + "Ġpuss": 5795, + "Ġneh": 5796, + "Ġchips": 5797, + "Ġchica": 5798, + "Ġdiap": 5799, + "Ġvine": 5800, + "Ġvest": 5801, + "Ġhelps": 5802, + "Ġkissy": 5803, + "eensie": 5804, + "mail": 5805, + "cheer": 5806, + "cheep": 5807, + "Ġticket": 5808, + "Ġnaomi": 5809, + "Ġchicky": 5810, + "Ġchickies": 5811, + "Ġmicrop": 5812, + "whew": 5813, + "wheel": 5814, + "peck": 5815, + "ions": 5816, + "iggy": 5817, + "usually": 5818, + "Ġgrandaddy": 5819, + "neck": 5820, + "Ġbead": 5821, + "Ġbeauty": 5822, + "Ġmommily": 5823, + "Ġdaffy": 5824, + "laa": 5825, + "Ġexerc": 5826, + "Ġbarrel": 5827, + "Ġrains": 5828, + "blueberries": 5829, + "Ġairport": 5830, + "Ġdifference": 5831, + "Ġwashcloth": 5832, + "Ġoatie": 5833, + "gotcha": 5834, + "Ġsandy": 5835, + "Ġsandals": 5836, + "Ġrealize": 5837, + "rolling": 5838, + "closed": 5839, + "Ġstew": 5840, + "anybody": 5841, + "Ġraffi": 5842, + "Ġlistened": 5843, + "Ġfeeder": 5844, + "Ġeighth": 5845, + "Ġchoice": 5846, + "grab": 5847, + "Ġlaughed": 5848, + "Ġtoothpaste": 5849, + "Ġtwice": 5850, + "Ġtweedle": 5851, + "Ġspilling": 5852, + "Ġprudence": 5853, + "Ġconstr": 5854, + "piglet": 5855, + "diaper": 5856, + "drawing": 5857, + "trucks": 5858, + "Ġwhack": 5859, + "Ġdispos": 5860, + "lovely": 5861, + "sunday": 5862, + "Ġfolding": 5863, + "etyboom": 5864, + "Ġelect": 5865, + "Ġlines": 5866, + "bath": 5867, + "Ġpipo": 5868, + "girl": 5869, + "teapot": 5870, + "rooster": 5871, + "Ġjulia": 5872, + "raisin": 5873, + "Ġmower": 5874, + "Ġrhyme": 5875, + "Ġlocked": 5876, + "Ġbrushes": 5877, + "clothes": 5878, + "burger": 5879, + "Ġflashing": 5880, + "ubbies": 5881, + "oyoyoyoy": 5882, + "Ġfilled": 5883, + "counting": 5884, + "lindsay": 5885, + "Ġcolle": 5886, + "Ġcomplete": 5887, + "Ġbesides": 5888, + "Ġcousins": 5889, + "Ġtemperature": 5890, + "Ġbalance": 5891, + "paint": 5892, + "Ġpractice": 5893, + "Ġlipstick": 5894, + "babaji": 5895, + "Ġwatermelon": 5896, + "Ġsneezed": 5897, + "Ġphotograph": 5898, + "Ġbindergarten": 5899, + "Ġaunty": 5900, + "Ġconditioner": 5901, + "pikapika": 5902, + "rissie": 5903, + "Ġpurpose": 5904, + "Ġdiamond": 5905, + "garet": 5906, + "pliers": 5907, + "Ġaugust": 5908, + "Ġsiren": 5909, + "Ġdaughter": 5910, + "omboli": 5911, + "chikada": 5912, + "Ġmicrophones": 5913, + "ached": 5914, + "band": 5915, + "bum": 5916, + "bake": 5917, + "bel": 5918, + "billy": 5919, + "cht": 5920, + "cur": 5921, + "cry": 5922, + "cif": 5923, + "cakes": 5924, + "dra": 5925, + "ded": 5926, + "dies": 5927, + "doodle": 5928, + "found": 5929, + "fine": 5930, + "fts": 5931, + "field": 5932, + "gor": 5933, + "grow": 5934, + "hook": 5935, + "hurt": 5936, + "iator": 5937, + "junk": 5938, + "jabi": 5939, + "ku": 5940, + "loo": 5941, + "luh": 5942, + "lil": 5943, + "mow": 5944, + "men": 5945, + "mash": 5946, + "mguh": 5947, + "oil": 5948, + "ri": 5949, + "ris": 5950, + "si": 5951, + "school": 5952, + "sara": 5953, + "tain": 5954, + "ties": 5955, + "tast": 5956, + "tiss": 5957, + "weed": 5958, + "yawn": 5959, + "Ġoompapa": 5960, + "Ġtuh": 5961, + "heavy": 5962, + "rection": 5963, + "Ġact": 5964, + "Ġsub": 5965, + "Ġgen": 5966, + "Ġgently": 5967, + "Ġgita": 5968, + "Ġcy": 5969, + "Ġcee": 5970, + "Ġcass": 5971, + "Ġmatch": 5972, + "lley": 5973, + "Ġpbth": 5974, + "Ġponies": 5975, + "Ġloop": 5976, + "ingo": 5977, + "owary": 5978, + "Ġfoo": 5979, + "Ġfool": 5980, + "Ġtodd": 5981, + "Ġodd": 5982, + "Ġnyum": 5983, + "eeay": 5984, + "Ġhouses": 5985, + "Ġgor": 5986, + "lemon": 5987, + "lentine": 5988, + "Ġhah": 5989, + "Ġbawk": 5990, + "Ġrang": 5991, + "Ġraking": 5992, + "Ġripped": 5993, + "Ġrivet": 5994, + "aded": 5995, + "Ġheld": 5996, + "Ġur": 5997, + "stra": 5998, + "ars": 5999, + "arrr": 6000, + "holy": 6001, + "vers": 6002, + "nosaurus": 6003, + "Ġjan": 6004, + "Ġjell": 6005, + "Ġjunk": 6006, + "ict": 6007, + "Ġey": 6008, + "Ġeeat": 6009, + "Ġent": 6010, + "weh": 6011, + "went": 6012, + "welcome": 6013, + "their": 6014, + "Ġreached": 6015, + "doink": 6016, + "Ġstom": 6017, + "unless": 6018, + "Ġplugged": 6019, + "Ġbop": 6020, + "Ġnovember": 6021, + "ahh": 6022, + "abbie": 6023, + "Ġsheet": 6024, + "tyler": 6025, + "Ġclop": 6026, + "rod": 6027, + "Ġbuys": 6028, + "iler": 6029, + "Ġspeed": 6030, + "Ġspinosaur": 6031, + "Ġspiders": 6032, + "Ġfloat": 6033, + "Ġchase": 6034, + "Ġchasing": 6035, + "goat": 6036, + "gosaurus": 6037, + "ersaul": 6038, + "Ġhanded": 6039, + "Ġtricycle": 6040, + "essa": 6041, + "Ġtrape": 6042, + "Ġdirection": 6043, + "Ġquarter": 6044, + "lier": 6045, + "bawk": 6046, + "toe": 6047, + "Ġhelped": 6048, + "Ġhelpful": 6049, + "Ġtalkin": 6050, + "Ġmouthful": 6051, + "Ġbooster": 6052, + "Ġsmurf": 6053, + "Ġrolly": 6054, + "Ġtickles": 6055, + "Ġticklish": 6056, + "moby": 6057, + "Ġscreen": 6058, + "Ġbreaking": 6059, + "Ġsean": 6060, + "geese": 6061, + "Ġlotta": 6062, + "Ġshoulder": 6063, + "Ġunderwear": 6064, + "zzzz": 6065, + "pew": 6066, + "peanut": 6067, + "Ġza": 6068, + "turning": 6069, + "Ġuseful": 6070, + "Ġpens": 6071, + "Ġearth": 6072, + "Ġearlier": 6073, + "Ġfishing": 6074, + "Ġeggnog": 6075, + "Ġbagel": 6076, + "flap": 6077, + "Ġchewy": 6078, + "Ġcatching": 6079, + "Ġpatter": 6080, + "Ġskates": 6081, + "Ġexpl": 6082, + "spider": 6083, + "Ġfinally": 6084, + "Ġevening": 6085, + "Ġfourth": 6086, + "Ġmoby": 6087, + "woowoo": 6088, + "Ġerr": 6089, + "mpa": 6090, + "Ġchance": 6091, + "otorcycles": 6092, + "Ġbaskets": 6093, + "Ġsideways": 6094, + "cused": 6095, + "Ġcombed": 6096, + "fishie": 6097, + "Ġdecember": 6098, + "cromer": 6099, + "adadadad": 6100, + "Ġhammering": 6101, + "guah": 6102, + "trunk": 6103, + "Ġpuzzles": 6104, + "Ġwondering": 6105, + "Ġdryer": 6106, + "Ġalexander": 6107, + "rrrr": 6108, + "Ġtaller": 6109, + "exactly": 6110, + "Ġlived": 6111, + "Ġvalentine": 6112, + "lights": 6113, + "Ġasks": 6114, + "Ġpoints": 6115, + "butterflies": 6116, + "Ġbootie": 6117, + "Ġdishes": 6118, + "piggies": 6119, + "Ġbowwow": 6120, + "Ġfreight": 6121, + "Ġwiped": 6122, + "hands": 6123, + "stars": 6124, + "Ġradiator": 6125, + "coln": 6126, + "Ġfussing": 6127, + "umyum": 6128, + "Ġeddy": 6129, + "ayaya": 6130, + "Ġpeejay": 6131, + "hurry": 6132, + "Ġslowly": 6133, + "chocolate": 6134, + "Ġundo": 6135, + "rabbits": 6136, + "ivin": 6137, + "Ġcurious": 6138, + "iyaiya": 6139, + "number": 6140, + "dumpling": 6141, + "Ġeleventh": 6142, + "parrot": 6143, + "Ġgranma": 6144, + "Ġgranny": 6145, + "Ġcuddly": 6146, + "Ġbrusha": 6147, + "Ġsoldiers": 6148, + "khkh": 6149, + "Ġfelix": 6150, + "arently": 6151, + "garbage": 6152, + "Ġloader": 6153, + "Ġposies": 6154, + "Ġpikapika": 6155, + "Ġwatched": 6156, + "Ġplumber": 6157, + "window": 6158, + "arium": 6159, + "octopus": 6160, + "anodon": 6161, + "Ġgerm": 6162, + "engine": 6163, + "Ġtransm": 6164, + "Ġtelevision": 6165, + "rannosaurus": 6166, + "Ġremembered": 6167, + "Ġsailboat": 6168, + "Ġbreeze": 6169, + "Ġprotect": 6170, + "jubajuba": 6171, + "Ġdisposal": 6172, + "Ġspinosaurus": 6173, + "Ġpeejays": 6174, + "acle": 6175, + "bt": 6176, + "bop": 6177, + "bunk": 6178, + "coo": 6179, + "coon": 6180, + "caboose": 6181, + "dig": 6182, + "dar": 6183, + "dub": 6184, + "danger": 6185, + "fred": 6186, + "gi": 6187, + "gly": 6188, + "ibe": 6189, + "jim": 6190, + "jerry": 6191, + "lam": 6192, + "lunch": 6193, + "laug": 6194, + "mum": 6195, + "munk": 6196, + "mbled": 6197, + "noodle": 6198, + "okey": 6199, + "pf": 6200, + "pre": 6201, + "smo": 6202, + "sky": 6203, + "uction": 6204, + "van": 6205, + "vah": 6206, + "wou": 6207, + "wra": 6208, + "wab": 6209, + "wigg": 6210, + "winnie": 6211, + "Ġera": 6212, + "Ġtab": 6213, + "Ġtika": 6214, + "ouds": 6215, + "Ġamy": 6216, + "Ġamber": 6217, + "Ġache": 6218, + "Ġwaking": 6219, + "Ġbun": 6220, + "Ġbers": 6221, + "interest": 6222, + "Ġded": 6223, + "Ġdead": 6224, + "Ġdining": 6225, + "Ġges": 6226, + "Ġgivin": 6227, + "Ġcash": 6228, + "Ġmis": 6229, + "Ġmummy": 6230, + "Ġmass": 6231, + "Ġpine": 6232, + "Ġpaula": 6233, + "iter": 6234, + "eta": 6235, + "ette": 6236, + "Ġthin": 6237, + "Ġnn": 6238, + "Ġninet": 6239, + "eeves": 6240, + "eeyore": 6241, + "Ġdokey": 6242, + "nda": 6243, + "lem": 6244, + "lend": 6245, + "veling": 6246, + "naug": 6247, + "Ġrap": 6248, + "Ġrah": 6249, + "hty": 6250, + "adig": 6251, + "idy": 6252, + "Ġki": 6253, + "Ġker": 6254, + "Ġkush": 6255, + "Ġkristen": 6256, + "ative": 6257, + "step": 6258, + "string": 6259, + "stinky": 6260, + "chip": 6261, + "Ġjose": 6262, + "rapin": 6263, + "Ġresp": 6264, + "Ġdonuts": 6265, + "Ġcans": 6266, + "Ġstood": 6267, + "Ġstorm": 6268, + "Ġupset": 6269, + "alan": 6270, + "allop": 6271, + "Ġbecome": 6272, + "Ġplop": 6273, + "Ġplates": 6274, + "Ġplums": 6275, + "Ġpleasure": 6276, + "thump": 6277, + "ppa": 6278, + "Ġoutfit": 6279, + "ops": 6280, + "Ġnos": 6281, + "ahahaha": 6282, + "abuh": 6283, + "Ġabove": 6284, + "Ġcli": 6285, + "gging": 6286, + "ili": 6287, + "ells": 6288, + "Ġoffic": 6289, + "upside": 6290, + "asted": 6291, + "Ġelana": 6292, + "Ġflop": 6293, + "Ġsaf": 6294, + "Ġarr": 6295, + "ugu": 6296, + "Ġothers": 6297, + "Ġfridge": 6298, + "Ġslice": 6299, + "Ġslip": 6300, + "Ġsleeves": 6301, + "Ġsometime": 6302, + "Ġcries": 6303, + "alrightie": 6304, + "base": 6305, + "baabaa": 6306, + "Ġboog": 6307, + "Ġsmiles": 6308, + "Ġsqueal": 6309, + "isey": 6310, + "Ġkindergarten": 6311, + "things": 6312, + "bru": 6313, + "Ġhorsies": 6314, + "cord": 6315, + "pect": 6316, + "Ġgrammy": 6317, + "Ġnews": 6318, + "Ġhardly": 6319, + "carry": 6320, + "caroni": 6321, + "armadill": 6322, + "Ġski": 6323, + "Ġskate": 6324, + "spr": 6325, + "Ġwheelchair": 6326, + "rings": 6327, + "iawe": 6328, + "Ġsnowman": 6329, + "Ġlastname": 6330, + "Ġhuge": 6331, + "Ġmargaret": 6332, + "dding": 6333, + "everyone": 6334, + "mpt": 6335, + "friend": 6336, + "Ġyaya": 6337, + "Ġtails": 6338, + "Ġclimbs": 6339, + "bowwow": 6340, + "Ġgarlic": 6341, + "Ġfloppys": 6342, + "guacamole": 6343, + "Ġbowls": 6344, + "Ġtomcat": 6345, + "Ġseats": 6346, + "Ġnurses": 6347, + "Ġdumptruck": 6348, + "Ġpeepee": 6349, + "Ġtallulah": 6350, + "Ġstromboli": 6351, + "Ġapril": 6352, + "crab": 6353, + "monkeys": 6354, + "affes": 6355, + "dadaji": 6356, + "score": 6357, + "Ġdarn": 6358, + "Ġcaca": 6359, + "Ġcovers": 6360, + "feels": 6361, + "Ġprin": 6362, + "ground": 6363, + "Ġmailman": 6364, + "cows": 6365, + "small": 6366, + "Ġwrapped": 6367, + "Ġpinch": 6368, + "Ġpackage": 6369, + "Ġbegin": 6370, + "Ġtoolbox": 6371, + "Ġwaves": 6372, + "Ġsharon": 6373, + "Ġcape": 6374, + "Ġfurther": 6375, + "Ġstacking": 6376, + "Ġhills": 6377, + "Ġadam": 6378, + "Ġlaying": 6379, + "Ġmamama": 6380, + "talking": 6381, + "Ġsweaters": 6382, + "Ġtype": 6383, + "Ġnatural": 6384, + "Ġsweeper": 6385, + "mrs": 6386, + "umyumyumyumy": 6387, + "rarr": 6388, + "zoe": 6389, + "Ġstomping": 6390, + "Ġtikuh": 6391, + "Ġopposites": 6392, + "Ġlindsay": 6393, + "Ġgorillas": 6394, + "Ġremind": 6395, + "Ġcarried": 6396, + "Ġyawning": 6397, + "pattycake": 6398, + "Ġtanker": 6399, + "Ġwuzzy": 6400, + "Ġbranches": 6401, + "cracker": 6402, + "polar": 6403, + "Ġimag": 6404, + "pretz": 6405, + "pretend": 6406, + "Ġtorn": 6407, + "Ġracketyboom": 6408, + "Ġsteam": 6409, + "piece": 6410, + "Ġgingerbread": 6411, + "Ġproper": 6412, + "animals": 6413, + "dumbo": 6414, + "Ġbitty": 6415, + "Ġcandle": 6416, + "Ġrecently": 6417, + "charlie": 6418, + "Ġnarrow": 6419, + "Ġaquarium": 6420, + "ciao": 6421, + "vrooom": 6422, + "Ġpteranodon": 6423, + "Ġartist": 6424, + "Ġmessed": 6425, + "Ġelectric": 6426, + "Ġcompletely": 6427, + "cifier": 6428, + "tissue": 6429, + "Ġstomach": 6430, + "Ġtransmitter": 6431, + "present": 6432, + "smoke": 6433, + "Ġberserk": 6434, + "interesting": 6435, + "naughty": 6436, + "aqu": 6437, + "bly": 6438, + "bike": 6439, + "cin": 6440, + "cum": 6441, + "craw": 6442, + "cting": 6443, + "cute": 6444, + "dee": 6445, + "die": 6446, + "dabee": 6447, + "eons": 6448, + "fing": 6449, + "fal": 6450, + "fala": 6451, + "gab": 6452, + "gong": 6453, + "hood": 6454, + "hiding": 6455, + "je": 6456, + "jelly": 6457, + "kat": 6458, + "loud": 6459, + "mot": 6460, + "made": 6461, + "mud": 6462, + "nang": 6463, + "nies": 6464, + "nurse": 6465, + "ob": 6466, + "ola": 6467, + "pr": 6468, + "poom": 6469, + "rm": 6470, + "rumm": 6471, + "sue": 6472, + "sister": 6473, + "since": 6474, + "tes": 6475, + "tee": 6476, + "tot": 6477, + "tack": 6478, + "wave": 6479, + "Ġoof": 6480, + "Ġought": 6481, + "Ġvel": 6482, + "Ġti": 6483, + "Ġtack": 6484, + "Ġtaught": 6485, + "heit": 6486, + "hay": 6487, + "Ġian": 6488, + "Ġweather": 6489, + "Ġsack": 6490, + "Ġsara": 6491, + "Ġsides": 6492, + "Ġbong": 6493, + "inst": 6494, + "Ġdoot": 6495, + "Ġdep": 6496, + "Ġdent": 6497, + "Ġdest": 6498, + "oooo": 6499, + "Ġcem": 6500, + "Ġmor": 6501, + "Ġmart": 6502, + "Ġmotorcycles": 6503, + "llason": 6504, + "Ġpit": 6505, + "Ġlee": 6506, + "Ġloon": 6507, + "ising": 6508, + "itam": 6509, + "etho": 6510, + "Ġfed": 6511, + "Ġtoad": 6512, + "Ġhooh": 6513, + "Ġdot": 6514, + "ookab": 6515, + "left": 6516, + "Ġinta": 6517, + "Ġbare": 6518, + "nate": 6519, + "nager": 6520, + "Ġroot": 6521, + "adee": 6522, + "ida": 6523, + "Ġkix": 6524, + "Ġkiawe": 6525, + "iring": 6526, + "sty": 6527, + "Ġlilly": 6528, + "Ġlips": 6529, + "Ġlifts": 6530, + "host": 6531, + "chya": 6532, + "chief": 6533, + "veral": 6534, + "ics": 6535, + "icing": 6536, + "ical": 6537, + "Ġmellason": 6538, + "Ġrep": 6539, + "Ġrear": 6540, + "Ġgetcha": 6541, + "ences": 6542, + "Ġstump": 6543, + "Ġsteal": 6544, + "amoo": 6545, + "amen": 6546, + "aloo": 6547, + "alala": 6548, + "Ġbend": 6549, + "urra": 6550, + "Ġanno": 6551, + "Ġanne": 6552, + "Ġboston": 6553, + "oph": 6554, + "abah": 6555, + "abug": 6556, + "Ġblind": 6557, + "Ġletting": 6558, + "mmwah": 6559, + "quiet": 6560, + "Ġcob": 6561, + "Ġcoal": 6562, + "road": 6563, + "Ġbucy": 6564, + "Ġbushes": 6565, + "ilar": 6566, + "elia": 6567, + "elizabeth": 6568, + "Ġspan": 6569, + "ago": 6570, + "Ġelizabeth": 6571, + "Ġmakeup": 6572, + "Ġshimmy": 6573, + "beans": 6574, + "gobble": 6575, + "Ġsale": 6576, + "Ġcompl": 6577, + "Ġotherwise": 6578, + "Ġchuk": 6579, + "meggie": 6580, + "Ġslot": 6581, + "Ġhoe": 6582, + "boink": 6583, + "Ġgiraffes": 6584, + "ipes": 6585, + "Ġshamp": 6586, + "Ġdripping": 6587, + "Ġtrampoline": 6588, + "Ġhate": 6589, + "Ġvan": 6590, + "Ġjoy": 6591, + "Ġjoin": 6592, + "Ġbangle": 6593, + "cheesy": 6594, + "Ġtells": 6595, + "Ġgrr": 6596, + "tail": 6597, + "Ġscar": 6598, + "Ġsevent": 6599, + "Ġseveral": 6600, + "shak": 6601, + "vest": 6602, + "Ġtelet": 6603, + "Ġcleans": 6604, + "Ġpokey": 6605, + "Ġpoppies": 6606, + "keteer": 6607, + "Ġpentagon": 6608, + "iggly": 6609, + "Ġsorts": 6610, + "owls": 6611, + "Ġfriendly": 6612, + "ibly": 6613, + "Ġsnakes": 6614, + "Ġamelia": 6615, + "Ġyolky": 6616, + "Ġskirt": 6617, + "Ġdapper": 6618, + "Ġpeekaboos": 6619, + "Ġbarbar": 6620, + "oinkoink": 6621, + "Ġeater": 6622, + "Ġsnoopy": 6623, + "flying": 6624, + "Ġblows": 6625, + "Ġfingerna": 6626, + "Ġdew": 6627, + "Ġeyebrow": 6628, + "anking": 6629, + "etery": 6630, + "Ġstegosaurus": 6631, + "Ġsmelling": 6632, + "brendon": 6633, + "Ġcracking": 6634, + "Ġnursies": 6635, + "sweep": 6636, + "Ġeighteenth": 6637, + "Ġscribble": 6638, + "Ġwiggling": 6639, + "Ġsetting": 6640, + "Ġblankets": 6641, + "Ġsixth": 6642, + "Ġpolka": 6643, + "cookies": 6644, + "Ġbusybox": 6645, + "Ġjohnnie": 6646, + "bouncing": 6647, + "scoot": 6648, + "Ġstraws": 6649, + "Ġuntie": 6650, + "popping": 6651, + "horses": 6652, + "Ġconfu": 6653, + "agaga": 6654, + "Ġdriveway": 6655, + "cupine": 6656, + "Ġbegan": 6657, + "Ġchristina": 6658, + "Ġscratching": 6659, + "Ġrosies": 6660, + "Ġrosita": 6661, + "Ġpeaches": 6662, + "Ġinstrum": 6663, + "cleaning": 6664, + "suit": 6665, + "Ġterrapin": 6666, + "load": 6667, + "loves": 6668, + "Ġlaughs": 6669, + "Ġwipes": 6670, + "Ġpuppets": 6671, + "Ġsalad": 6672, + "market": 6673, + "Ġespecially": 6674, + "busy": 6675, + "oatio": 6676, + "Ġbahbah": 6677, + "calling": 6678, + "kerplunk": 6679, + "Ġcherries": 6680, + "Ġdrums": 6681, + "undheit": 6682, + "Ġfifty": 6683, + "chih": 6684, + "Ġgaby": 6685, + "smells": 6686, + "Ġmeatball": 6687, + "Ġoctagon": 6688, + "zoey": 6689, + "pardon": 6690, + "Ġgranola": 6691, + "Ġbobbing": 6692, + "Ġsmokes": 6693, + "Ġlinda": 6694, + "Ġbiggy": 6695, + "Ġzoey": 6696, + "Ġmitten": 6697, + "Ġsentences": 6698, + "Ġplugs": 6699, + "Ġcorinna": 6700, + "Ġcolander": 6701, + "Ġcolored": 6702, + "ubububub": 6703, + "Ġimit": 6704, + "Ġlarge": 6705, + "Ġattach": 6706, + "Ġpropell": 6707, + "Ġobvious": 6708, + "Ġdrooling": 6709, + "Ġyelling": 6710, + "Ġlyn": 6711, + "Ġgoldenrod": 6712, + "aglagl": 6713, + "Ġslimy": 6714, + "Ġscrambled": 6715, + "Ġmusketeer": 6716, + "Ġgrouchy": 6717, + "Ġdisappear": 6718, + "Ġsqueezing": 6719, + "swimming": 6720, + "toothbrush": 6721, + "Ġneighborhood": 6722, + "Ġrags": 6723, + "Ġchimney": 6724, + "Ġcradle": 6725, + "screwdriver": 6726, + "Ġdolphin": 6727, + "penguins": 6728, + "Ġrailroad": 6729, + "farmer": 6730, + "Ġtantr": 6731, + "Ġdowa": 6732, + "Ġdigging": 6733, + "��entire": 6734, + "Ġtrapezoid": 6735, + "wiggily": 6736, + "corduroy": 6737, + "armadillos": 6738, + "fingers": 6739, + "gonga": 6740, + "instead": 6741, + "Ġcemetery": 6742, + "ethosc": 6743, + "ookaburra": 6744, + "Ġshampoo": 6745, + "Ġbarbara": 6746, + "away": 6747, + "bup": 6748, + "bade": 6749, + "bras": 6750, + "boots": 6751, + "doop": 6752, + "deh": 6753, + "edy": 6754, + "fif": 6755, + "gus": 6756, + "goose": 6757, + "home": 6758, + "ipp": 6759, + "ials": 6760, + "ihiy": 6761, + "jor": 6762, + "kah": 6763, + "kitchen": 6764, + "kristen": 6765, + "low": 6766, + "lock": 6767, + "line": 6768, + "mit": 6769, + "muh": 6770, + "mimi": 6771, + "nay": 6772, + "ning": 6773, + "ner": 6774, + "nif": 6775, + "oid": 6776, + "ointment": 6777, + "peas": 6778, + "prairie": 6779, + "sat": 6780, + "sher": 6781, + "sip": 6782, + "saw": 6783, + "smoo": 6784, + "sort": 6785, + "surpr": 6786, + "super": 6787, + "took": 6788, + "tory": 6789, + "tata": 6790, + "vator": 6791, + "yuh": 6792, + "zoop": 6793, + "Ġtables": 6794, + "hen": 6795, + "haps": 6796, + "Ġale": 6797, + "Ġih": 6798, + "Ġwig": 6799, + "Ġwil": 6800, + "Ġsight": 6801, + "Ġshi": 6802, + "Ġsass": 6803, + "Ġbon": 6804, + "Ġbom": 6805, + "Ġbould": 6806, + "Ġblew": 6807, + "Ġbleh": 6808, + "ani": 6809, + "Ġdare": 6810, + "Ġdip": 6811, + "Ġdadada": 6812, + "Ġduring": 6813, + "Ġgal": 6814, + "Ġgang": 6815, + "Ġcam": 6816, + "Ġmc": 6817, + "Ġmi": 6818, + "Ġmug": 6819, + "Ġmous": 6820, + "Ġmeasure": 6821, + "llab": 6822, + "llama": 6823, + "Ġpj": 6824, + "Ġphe": 6825, + "ayah": 6826, + "Ġlur": 6827, + "Ġlab": 6828, + "inging": 6829, + "ingle": 6830, + "ering": 6831, + "erica": 6832, + "Ġfra": 6833, + "Ġflew": 6834, + "Ġthr": 6835, + "Ġthro": 6836, + "Ġthip": 6837, + "Ġot": 6838, + "Ġnon": 6839, + "Ġnie": 6840, + "Ġnorm": 6841, + "Ġnicky": 6842, + "Ġhue": 6843, + "Ġhidd": 6844, + "igu": 6845, + "Ġdove": 6846, + "september": 6847, + "lego": 6848, + "oho": 6849, + "orang": 6850, + "Ġinc": 6851, + "utan": 6852, + "nabat": 6853, + "Ġrr": 6854, + "Ġronnie": 6855, + "Ġhed": 6856, + "idi": 6857, + "Ġkin": 6858, + "Ġkookaburra": 6859, + "atta": 6860, + "stomp": 6861, + "chyou": 6862, + "oodoo": 6863, + "icular": 6864, + "Ġecho": 6865, + "theye": 6866, + "Ġrepl": 6867, + "Ġresc": 6868, + "Ġdonkeys": 6869, + "Ġcanals": 6870, + "dolph": 6871, + "Ġstink": 6872, + "ami": 6873, + "unes": 6874, + "unias": 6875, + "thy": 6876, + "Ġlookin": 6877, + "urr": 6878, + "shit": 6879, + "hipp": 6880, + "Ġboinka": 6881, + "hero": 6882, + "Ġdiddy": 6883, + "Ġnoon": 6884, + "Ġnoses": 6885, + "Ġbacks": 6886, + "Ġbackward": 6887, + "abo": 6888, + "Ġsheets": 6889, + "Ġthemselves": 6890, + "Ġclouds": 6891, + "audy": 6892, + "ggys": 6893, + "seems": 6894, + "Ġhistory": 6895, + "ilocks": 6896, + "Ġyikes": 6897, + "fford": 6898, + "agi": 6899, + "Ġshy": 6900, + "whis": 6901, + "Ġfloppity": 6902, + "bean": 6903, + "Ġchased": 6904, + "Ġarf": 6905, + "Ġthingy": 6906, + "saying": 6907, + "bok": 6908, + "Ġshaker": 6909, + "osqu": 6910, + "Ġshoppers": 6911, + "bler": 6912, + "Ġpigeons": 6913, + "Ġquilt": 6914, + "library": 6915, + "Ġthrows": 6916, + "Ġvar": 6917, + "Ġvim": 6918, + "Ġvoom": 6919, + "Ġvol": 6920, + "Ġvitam": 6921, + "Ġgrew": 6922, + "Ġsweat": 6923, + "Ġswiss": 6924, + "Ġtalkative": 6925, + "Ġnighttime": 6926, + "Ġbreast": 6927, + "Ġguda": 6928, + "Ġguacamole": 6929, + "erent": 6930, + "Ġwhoosh": 6931, + "Ġwalker": 6932, + "molly": 6933, + "Ġscale": 6934, + "Ġtaped": 6935, + "Ġpoke": 6936, + "zzz": 6937, + "zzle": 6938, + "Ġworkers": 6939, + "Ġhappier": 6940, + "Ġdancer": 6941, + "using": 6942, + "nect": 6943, + "Ġloy": 6944, + "oughtoh": 6945, + "Ġteam": 6946, + "Ġdollars": 6947, + "boomp": 6948, + "Ġamount": 6949, + "Ġyoga": 6950, + "Ġskipping": 6951, + "Ġexp": 6952, + "Ġexper": 6953, + "Ġexcused": 6954, + "children": 6955, + "Ġbackpacks": 6956, + "eygo": 6957, + "Ġrainy": 6958, + "Ġmarmo": 6959, + "pulling": 6960, + "weewee": 6961, + "Ġdevel": 6962, + "Ġdebbie": 6963, + "cribe": 6964, + "adadadada": 6965, + "playdoh": 6966, + "squirt": 6967, + "guitar": 6968, + "tered": 6969, + "dingaling": 6970, + "Ġpressed": 6971, + "Ġmiracle": 6972, + "Ġkicked": 6973, + "anyway": 6974, + "Ġparticular": 6975, + "Ġdrying": 6976, + "Ġwalla": 6977, + "Ġwalls": 6978, + "Ġeighteen": 6979, + "Ġwoa": 6980, + "Ġstrum": 6981, + "james": 6982, + "Ġdresses": 6983, + "Ġpacifier": 6984, + "Ġdropping": 6985, + "jumpjump": 6986, + "dled": 6987, + "fuss": 6988, + "Ġspotted": 6989, + "birdies": 6990, + "Ġtoothies": 6991, + "Ġtwir": 6992, + "polly": 6993, + "Ġtenth": 6994, + "Ġprunes": 6995, + "Ġsplashy": 6996, + "Ġhamburger": 6997, + "Ġquietly": 6998, + "dogs": 6999, + "Ġconf": 7000, + "Ġappointment": 7001, + "comes": 7002, + "comfortable": 7003, + "yoga": 7004, + "Ġroses": 7005, + "Ġbrave": 7006, + "rattle": 7007, + "Ġwhisp": 7008, + "Ġstraighten": 7009, + "Ġfolded": 7010, + "frozen": 7011, + "Ġtights": 7012, + "Ġseaweed": 7013, + "teeny": 7014, + "Ġjiminy": 7015, + "Ġdigby": 7016, + "Ġhours": 7017, + "oatios": 7018, + "Ġpetting": 7019, + "Ġduhkuh": 7020, + "chiosaurus": 7021, + "Ġbuzzer": 7022, + "buckle": 7023, + "abababa": 7024, + "clickety": 7025, + "julie": 7026, + "rarara": 7027, + "Ġoctober": 7028, + "buttons": 7029, + "Ġgabil": 7030, + "Ġcastles": 7031, + "Ġjenessa": 7032, + "Ġbobby": 7033, + "Ġspeaking": 7034, + "squishy": 7035, + "buhbuh": 7036, + "Ġbathtime": 7037, + "tentagon": 7038, + "benjamin": 7039, + "gesundheit": 7040, + "Ġdoughn": 7041, + "Ġcorrect": 7042, + "Ġlicking": 7043, + "goldie": 7044, + "goldfish": 7045, + "Ġgrasshoppers": 7046, + "Ġphones": 7047, + "Ġvera": 7048, + "innamon": 7049, + "easuring": 7050, + "supials": 7051, + "Ġtucked": 7052, + "Ġdandelions": 7053, + "Ġhummus": 7054, + "Ġfifteenth": 7055, + "Ġpaws": 7056, + "messy": 7057, + "Ġslippers": 7058, + "Ġsnuffles": 7059, + "eleven": 7060, + "Ġsimilar": 7061, + "Ġbanjo": 7062, + "terrific": 7063, + "battery": 7064, + "clifford": 7065, + "Ġtushy": 7066, + "Ġpunjabi": 7067, + "Ġlittler": 7068, + "nora": 7069, + "Ġbreath": 7070, + "slippery": 7071, + "kids": 7072, + "Ġamazing": 7073, + "Ġsilver": 7074, + "dragon": 7075, + "straight": 7076, + "Ġjanuary": 7077, + "Ġjellies": 7078, + "ersault": 7079, + "Ġdede": 7080, + "Ġsafari": 7081, + "baseball": 7082, + "Ġdentist": 7083, + "ethoscope": 7084, + "badega": 7085, + "sipi": 7086, + "smooth": 7087, + "Ġthroat": 7088, + "Ġniece": 7089, + "Ġhuey": 7090, + "Ġhidden": 7091, + "nabata": 7092, + "theyego": 7093, + "Ġrescue": 7094, + "af": 7095, + "aah": 7096, + "bananas": 7097, + "cass": 7098, + "couple": 7099, + "candy": 7100, + "creep": 7101, + "ccoon": 7102, + "dor": 7103, + "del": 7104, + "deed": 7105, + "dja": 7106, + "fight": 7107, + "fun": 7108, + "fur": 7109, + "gross": 7110, + "gulp": 7111, + "hoot": 7112, + "homer": 7113, + "higher": 7114, + "ior": 7115, + "kow": 7116, + "kite": 7117, + "koosh": 7118, + "kamut": 7119, + "lad": 7120, + "lies": 7121, + "late": 7122, + "mitt": 7123, + "meat": 7124, + "mory": 7125, + "nu": 7126, + "nuh": 7127, + "poo": 7128, + "ple": 7129, + "poon": 7130, + "panda": 7131, + "rad": 7132, + "rie": 7133, + "rush": 7134, + "rus": 7135, + "riding": 7136, + "rory": 7137, + "sad": 7138, + "sive": 7139, + "spe": 7140, + "soup": 7141, + "tuck": 7142, + "tip": 7143, + "tub": 7144, + "tage": 7145, + "tik": 7146, + "tank": 7147, + "uor": 7148, + "vo": 7149, + "vous": 7150, + "wi": 7151, + "wp": 7152, + "win": 7153, + "wor": 7154, + "wad": 7155, + "wawawa": 7156, + "xe": 7157, + "yer": 7158, + "yard": 7159, + "yoy": 7160, + "Ġtin": 7161, + "Ġtes": 7162, + "Ġtut": 7163, + "Ġtah": 7164, + "Ġtel": 7165, + "Ġtiring": 7166, + "Ġthee": 7167, + "Ġwest": 7168, + "Ġsell": 7169, + "Ġborrow": 7170, + "once": 7171, + "Ġdude": 7172, + "Ġgi": 7173, + "Ġgoof": 7174, + "Ġchat": 7175, + "Ġcust": 7176, + "Ġcell": 7177, + "Ġcred": 7178, + "Ġcamp": 7179, + "Ġcuckoo": 7180, + "Ġcinnamon": 7181, + "Ġmid": 7182, + "Ġmang": 7183, + "Ġmoom": 7184, + "Ġmul": 7185, + "Ġmason": 7186, + "Ġmeeney": 7187, + "Ġmeasuring": 7188, + "Ġpound": 7189, + "Ġpil": 7190, + "Ġpoops": 7191, + "Ġpitch": 7192, + "Ġpitter": 7193, + "ayg": 7194, + "Ġlaw": 7195, + "itive": 7196, + "err": 7197, + "etch": 7198, + "Ġtoto": 7199, + "Ġthrill": 7200, + "eaked": 7201, + "Ġhoop": 7202, + "Ġhoof": 7203, + "Ġdoggys": 7204, + "sey": 7205, + "leine": 7206, + "ohp": 7207, + "ved": 7208, + "Ġbam": 7209, + "Ġbasha": 7210, + "Ġbaked": 7211, + "naked": 7212, + "Ġric": 7213, + "Ġrye": 7214, + "Ġrumble": 7215, + "Ġwand": 7216, + "adoo": 7217, + "Ġheels": 7218, + "thatza": 7219, + "Ġkites": 7220, + "Ġumy": 7221, + "Ġugly": 7222, + "store": 7223, + "arily": 7224, + "hopper": 7225, + "chines": 7226, + "chirp": 7227, + "chrissie": 7228, + "Ġjung": 7229, + "icated": 7230, + "icago": 7231, + "Ġmemory": 7232, + "Ġempt": 7233, + "Ġgondo": 7234, + "raffi": 7235, + "Ġdont": 7236, + "Ġcant": 7237, + "uhh": 7238, + "Ġstout": 7239, + "Ġstage": 7240, + "iment": 7241, + "amas": 7242, + "amunk": 7243, + "amingo": 7244, + "alrus": 7245, + "asure": 7246, + "Ġbecame": 7247, + "short": 7248, + "Ġann": 7249, + "Ġgoody": 7250, + "Ġnote": 7251, + "ared": 7252, + "uckle": 7253, + "apart": 7254, + "Ġplayin": 7255, + "Ġdidi": 7256, + "abl": 7257, + "abear": 7258, + "abud": 7259, + "Ġbleat": 7260, + "Ġblub": 7261, + "Ġabu": 7262, + "Ġclam": 7263, + "Ġclues": 7264, + "lyn": 7265, + "que": 7266, + "queen": 7267, + "Ġcod": 7268, + "fferent": 7269, + "ups": 7270, + "Ġspy": 7271, + "agugug": 7272, + "woa": 7273, + "Ġohp": 7274, + "Ġagree": 7275, + "Ġshine": 7276, + "Ġbrrm": 7277, + "Ġflo": 7278, + "Ġflup": 7279, + "gogo": 7280, + "Ġsitu": 7281, + "Ġarte": 7282, + "Ġalbum": 7283, + "Ġnecess": 7284, + "Ġtrot": 7285, + "rawr": 7286, + "Ġchir": 7287, + "Ġchomp": 7288, + "Ġslipped": 7289, + "oohooh": 7290, + "phones": 7291, + "Ġhokey": 7292, + "Ġsweets": 7293, + "bob": 7294, + "aboobooboo": 7295, + "Ġcrinkle": 7296, + "Ġshaving": 7297, + "Ġshakes": 7298, + "Ġshaka": 7299, + "Ġdribble": 7300, + "Ġtravel": 7301, + "ctagon": 7302, + "ouchie": 7303, + "liza": 7304, + "Ġworn": 7305, + "babye": 7306, + "Ġvrum": 7307, + "plan": 7308, + "Ġass": 7309, + "Ġhearing": 7310, + "Ġbooga": 7311, + "Ġboobal": 7312, + "Ġmamaw": 7313, + "Ġsmush": 7314, + "Ġtelly": 7315, + "Ġgrind": 7316, + "Ġhih": 7317, + "Ġminie": 7318, + "Ġtickoo": 7319, + "moving": 7320, + "Ġjuicy": 7321, + "Ġbeddy": 7322, + "tonight": 7323, + "brose": 7324, + "Ġnappie": 7325, + "Ġleash": 7326, + "Ġsew": 7327, + "Ġtruckie": 7328, + "Ġclever": 7329, + "Ġthankyou": 7330, + "zzie": 7331, + "Ġtablecloth": 7332, + "Ġmachines": 7333, + "Ġchoose": 7334, + "Ġpennies": 7335, + "Ġhandsome": 7336, + "Ġbrings": 7337, + "Ġfrosty": 7338, + "Ġloving": 7339, + "Ġbumps": 7340, + "Ġambrose": 7341, + "Ġpatient": 7342, + "somewhere": 7343, + "Ġpans": 7344, + "Ġpancake": 7345, + "Ġcuts": 7346, + "Ġcutest": 7347, + "Ġmoist": 7348, + "chary": 7349, + "woosh": 7350, + "without": 7351, + "Ġraincoat": 7352, + "kitties": 7353, + "kittens": 7354, + "peekamoo": 7355, + "august": 7356, + "Ġmarvel": 7357, + "Ġlions": 7358, + "Ġmessing": 7359, + "Ġmessage": 7360, + "Ġbases": 7361, + "Ġsnugg": 7362, + "Ġsniff": 7363, + "Ġmissy": 7364, + "Ġlazy": 7365, + "Ġsandra": 7366, + "Ġsidewalk": 7367, + "Ġrattles": 7368, + "Ġafterwards": 7369, + "Ġunlock": 7370, + "Ġuncomfortable": 7371, + "pposed": 7372, + "umming": 7373, + "Ġideas": 7374, + "tri": 7375, + "Ġmustn": 7376, + "standing": 7377, + "Ġraccoon": 7378, + "wasn": 7379, + "alexander": 7380, + "itches": 7381, + "drum": 7382, + "drill": 7383, + "Ġdumping": 7384, + "Ġwob": 7385, + "rrum": 7386, + "Ġsixteen": 7387, + "Ġcountry": 7388, + "Ġfootballs": 7389, + "kissy": 7390, + "Ġacting": 7391, + "Ġaccess": 7392, + "chicks": 7393, + "chairs": 7394, + "Ġdrove": 7395, + "guhguh": 7396, + "��vase": 7397, + "Ġcalend": 7398, + "ichich": 7399, + "tennis": 7400, + "Ġrubbing": 7401, + "mayzie": 7402, + "Ġgrowling": 7403, + "Ġaware": 7404, + "Ġtractors": 7405, + "gaby": 7406, + "gail": 7407, + "Ġconcent": 7408, + "Ġconvers": 7409, + "agagaga": 7410, + "Ġappre": 7411, + "Ġapparently": 7412, + "Ġgoldilocks": 7413, + "whadd": 7414, + "buy": 7415, + "different": 7416, + "definitely": 7417, + "Ġproblems": 7418, + "Ġdisaster": 7419, + "Ġhandlebar": 7420, + "finally": 7421, + "lotte": 7422, + "Ġclicking": 7423, + "Ġbrothers": 7424, + "sudden": 7425, + "lola": 7426, + "Ġbenjamin": 7427, + "grandaddy": 7428, + "Ġpoopy": 7429, + "Ġcrunching": 7430, + "Ġlauren": 7431, + "squeaky": 7432, + "Ġcardboard": 7433, + "Ġshortrib": 7434, + "Ġcaptain": 7435, + "gloo": 7436, + "Ġcontro": 7437, + "Ġsalty": 7438, + "Ġlinl": 7439, + "Ġlincoln": 7440, + "Ġzoobs": 7441, + "ukabear": 7442, + "Ġmamma": 7443, + "mark": 7444, + "marie": 7445, + "Ġpipes": 7446, + "Ġmixing": 7447, + "Ġmixer": 7448, + "Ġhooked": 7449, + "Ġpete": 7450, + "emily": 7451, + "Ġcheeped": 7452, + "Ġzebras": 7453, + "Ġpeanuts": 7454, + "teacher": 7455, + "Ġtyrannosaurus": 7456, + "drinking": 7457, + "Ġgiddyup": 7458, + "Ġcrabs": 7459, + "Ġpeeling": 7460, + "nursies": 7461, + "Ġllamas": 7462, + "vaivy": 7463, + "Ġjennif": 7464, + "mikey": 7465, + "Ġkathy": 7466, + "Ġspeaker": 7467, + "Ġtikatika": 7468, + "Ġraspberry": 7469, + "ededed": 7470, + "iculous": 7471, + "Ġclearly": 7472, + "Ġtags": 7473, + "Ġcarrier": 7474, + "Ġkeith": 7475, + "Ġpretzel": 7476, + "Ġburning": 7477, + "Ġburned": 7478, + "Ġlicks": 7479, + "dollie": 7480, + "Ġtoucan": 7481, + "Ġwatches": 7482, + "Ġsupermarket": 7483, + "crackers": 7484, + "Ġlouder": 7485, + "Ġlouise": 7486, + "Ġlark": 7487, + "Ġkooshball": 7488, + "Ġfollowing": 7489, + "Ġacorns": 7490, + "Ġmammal": 7491, + "falling": 7492, + "painting": 7493, + "Ġcrossing": 7494, + "Ġshouts": 7495, + "lalala": 7496, + "supa": 7497, + "Ġelastics": 7498, + "Ġtelephones": 7499, + "strawberries": 7500, + "Ġreturned": 7501, + "Ġsaved": 7502, + "uhuhuh": 7503, + "trapezoid": 7504, + "Ġsuddenly": 7505, + "Ġdisappeared": 7506, + "change": 7507, + "pocketbook": 7508, + "Ġdistract": 7509, + "Ġkoalas": 7510, + "batteries": 7511, + "mamama": 7512, + "recorder": 7513, + "Ġescaped": 7514, + "mushrooms": 7515, + "puffed": 7516, + "tools": 7517, + "Ġrescu": 7518, + "Ġcrickets": 7519, + "Ġcottage": 7520, + "Ġninth": 7521, + "Ġstudents": 7522, + "Ġdiapie": 7523, + "Ġconstruction": 7524, + "Ġphotographs": 7525, + "Ġgener": 7526, + "lleyball": 7527, + "Ġurchin": 7528, + "ictor": 7529, + "lamb": 7530, + "wouja": 7531, + "Ġerase": 7532, + "Ġamye": 7533, + "Ġgespard": 7534, + "Ġskiing": 7535, + "gabby": 7536, + "nangnang": 7537, + "Ġvelcro": 7538, + "Ġmartin": 7539, + "Ġannoying": 7540, + "Ġcobbler": 7541, + "Ġseventeenth": 7542, + "Ġconfused": 7543, + "Ġobviously": 7544, + "surprise": 7545, + "Ġalec": 7546, + "Ġwilbur": 7547, + "Ġsassy": 7548, + "Ġbonked": 7549, + "Ġmousie": 7550, + "osquito": 7551, + "Ġloyal": 7552, + "Ġexperiment": 7553, + "Ġdevelop": 7554, + "Ġconfusing": 7555, + "kowk": 7556, + "kooshball": 7557, + "tubbie": 7558, + "tanker": 7559, + "uoride": 7560, + "yoyo": 7561, + "Ġtesting": 7562, + "Ġmoomoo": 7563, + "Ġjungle": 7564, + "Ġemptied": 7565, + "Ġboobaloo": 7566, + "Ġmarvelous": 7567, + "Ġjennifer": 7568, + "ayou": 7569, + "ail": 7570, + "aven": 7571, + "bz": 7572, + "burn": 7573, + "boot": 7574, + "bile": 7575, + "bicycle": 7576, + "baker": 7577, + "cal": 7578, + "cap": 7579, + "crow": 7580, + "cough": 7581, + "cream": 7582, + "cific": 7583, + "dirt": 7584, + "dling": 7585, + "deedee": 7586, + "dandelion": 7587, + "diggy": 7588, + "emma": 7589, + "foo": 7590, + "face": 7591, + "finger": 7592, + "fiddler": 7593, + "gna": 7594, + "ged": 7595, + "gugg": 7596, + "guguh": 7597, + "grrr": 7598, + "gigi": 7599, + "gaspard": 7600, + "hnn": 7601, + "iage": 7602, + "jessica": 7603, + "ki": 7604, + "kl": 7605, + "kanga": 7606, + "lap": 7607, + "lilly": 7608, + "mir": 7609, + "mill": 7610, + "mix": 7611, + "mike": 7612, + "mgah": 7613, + "ni": 7614, + "non": 7615, + "none": 7616, + "nibble": 7617, + "oval": 7618, + "ogs": 7619, + "pow": 7620, + "ped": 7621, + "phi": 7622, + "pah": 7623, + "pitch": 7624, + "rup": 7625, + "rung": 7626, + "running": 7627, + "rivet": 7628, + "seat": 7629, + "seal": 7630, + "tim": 7631, + "turtles": 7632, + "uage": 7633, + "vil": 7634, + "war": 7635, + "wood": 7636, + "wall": 7637, + "waw": 7638, + "yike": 7639, + "Ġooaa": 7640, + "Ġtal": 7641, + "Ġtidy": 7642, + "heeygo": 7643, + "oupe": 7644, + "Ġaxe": 7645, + "Ġigloo": 7646, + "Ġwing": 7647, + "Ġwar": 7648, + "Ġweed": 7649, + "Ġwakes": 7650, + "Ġweensie": 7651, + "Ġsan": 7652, + "Ġsis": 7653, + "Ġswan": 7654, + "Ġship": 7655, + "Ġsoph": 7656, + "Ġbound": 7657, + "inea": 7658, + "anese": 7659, + "ances": 7660, + "ancing": 7661, + "Ġdate": 7662, + "Ġdawn": 7663, + "ooly": 7664, + "Ġgates": 7665, + "Ġgiles": 7666, + "Ġgano": 7667, + "Ġghost": 7668, + "Ġcop": 7669, + "Ġchow": 7670, + "Ġcave": 7671, + "Ġmuh": 7672, + "Ġmia": 7673, + "Ġmumm": 7674, + "Ġmead": 7675, + "llabee": 7676, + "Ġpep": 7677, + "Ġpunch": 7678, + "Ġlala": 7679, + "ows": 7680, + "iture": 7681, + "itsy": 7682, + "erina": 7683, + "esome": 7684, + "Ġfer": 7685, + "Ġfir": 7686, + "Ġfright": 7687, + "Ġfurn": 7688, + "Ġfist": 7689, + "Ġfetch": 7690, + "Ġthirt": 7691, + "eah": 7692, + "each": 7693, + "ombat": 7694, + "Ġointment": 7695, + "Ġnun": 7696, + "Ġnast": 7697, + "Ġnadi": 7698, + "Ġhut": 7699, + "Ġhus": 7700, + "Ġdorot": 7701, + "ndle": 7702, + "Ġisland": 7703, + "Ġissue": 7704, + "keith": 7705, + "Ġins": 7706, + "uto": 7707, + "utch": 7708, + "Ġbawp": 7709, + "nai": 7710, + "Ġrin": 7711, + "Ġrush": 7712, + "Ġraw": 7713, + "Ġramp": 7714, + "Ġwank": 7715, + "Ġwancha": 7716, + "otch": 7717, + "adon": 7718, + "Ġheal": 7719, + "Ġheel": 7720, + "Ġheaven": 7721, + "ided": 7722, + "Ġandy": 7723, + "Ġkwan": 7724, + "Ġkanga": 7725, + "ature": 7726, + "Ġuf": 7727, + "Ġugh": 7728, + "stret": 7729, + "stem": 7730, + "Ġlies": 7731, + "chie": 7732, + "chur": 7733, + "chomp": 7734, + "vera": 7735, + "Ġjap": 7736, + "Ġjac": 7737, + "icerat": 7738, + "itten": 7739, + "Ġeff": 7740, + "Ġrel": 7741, + "Ġreind": 7742, + "Ġretr": 7743, + "Ġreplace": 7744, + "Ġgetchyou": 7745, + "ene": 7746, + "ened": 7747, + "enough": 7748, + "ency": 7749, + "Ġstap": 7750, + "Ġstere": 7751, + "Ġstethoscope": 7752, + "amom": 7753, + "amanda": 7754, + "uncht": 7755, + "lettuce": 7756, + "thirty": 7757, + "shine": 7758, + "Ġsomem": 7759, + "hippop": 7760, + "Ġboa": 7761, + "Ġboc": 7762, + "Ġboiling": 7763, + "ucka": 7764, + "opossum": 7765, + "Ġbookstore": 7766, + "Ġbabysit": 7767, + "Ġballerina": 7768, + "Ġdidoo": 7769, + "Ġbackhoe": 7770, + "ters": 7771, + "abul": 7772, + "Ġsofter": 7773, + "Ġwashes": 7774, + "Ġblither": 7775, + "anguage": 7776, + "mmmm": 7777, + "ggles": 7778, + "ggedy": 7779, + "quite": 7780, + "seeds": 7781, + "Ġbuoy": 7782, + "ffic": 7783, + "upid": 7784, + "upup": 7785, + "uphill": 7786, + "aki": 7787, + "akas": 7788, + "Ġspir": 7789, + "Ġspar": 7790, + "Ġspend": 7791, + "Ġspoil": 7792, + "aged": 7793, + "aguguh": 7794, + "wolf": 7795, + "alkie": 7796, + "asta": 7797, + "Ġcatches": 7798, + "Ġcathy": 7799, + "nti": 7800, + "Ġshit": 7801, + "Ġshrie": 7802, + "Ġbrick": 7803, + "Ġbrian": 7804, + "shey": 7805, + "bees": 7806, + "daya": 7807, + "oori": 7808, + "Ġarn": 7809, + "Ġariel": 7810, + "Ġalive": 7811, + "Ġalthough": 7812, + "Ġtries": 7813, + "Ġcomin": 7814, + "uga": 7815, + "Ġchilly": 7816, + "Ġchunk": 7817, + "Ġslup": 7818, + "Ġsomersault": 7819, + "Ġanytime": 7820, + "Ġgirly": 7821, + "Ġcru": 7822, + "Ġcrush": 7823, + "Ġcrumble": 7824, + "Ġshade": 7825, + "Ġdrooly": 7826, + "ctive": 7827, + "Ġquit": 7828, + "Ġmule": 7829, + "Ġmushed": 7830, + "Ġworse": 7831, + "Ġworried": 7832, + "Ġusual": 7833, + "soy": 7834, + "sold": 7835, + "soap": 7836, + "Ġvutch": 7837, + "Ġtimeout": 7838, + "together": 7839, + "Ġswir": 7840, + "Ġswam": 7841, + "artment": 7842, + "Ġnights": 7843, + "plums": 7844, + "Ġpleased": 7845, + "Ġjojo": 7846, + "Ġmouths": 7847, + "Ġhaircut": 7848, + "maisey": 7849, + "uffle": 7850, + "Ġsmack": 7851, + "Ġcooker": 7852, + "Ġcooked": 7853, + "chee": 7854, + "clear": 7855, + "Ġshows": 7856, + "Ġwalkie": 7857, + "Ġsqueaked": 7858, + "Ġjugg": 7859, + "Ġscoo": 7860, + "Ġscallop": 7861, + "tonya": 7862, + "Ġbits": 7863, + "Ġleaps": 7864, + "ounge": 7865, + "Ġcupcake": 7866, + "Ġmonsters": 7867, + "iform": 7868, + "Ġtoward": 7869, + "Ġgrampa": 7870, + "Ġzsupa": 7871, + "Ġmaa": 7872, + "Ġmaid": 7873, + "Ġmacaroni": 7874, + "Ġwritten": 7875, + "Ġchooch": 7876, + "Ġfallen": 7877, + "pudding": 7878, + "rope": 7879, + "ately": 7880, + "Ġspoonful": 7881, + "Ġappledumpling": 7882, + "Ġwondered": 7883, + "lest": 7884, + "Ġsingle": 7885, + "Ġsorter": 7886, + "Ġsorta": 7887, + "coa": 7888, + "Ġbaboon": 7889, + "Ġfoodies": 7890, + "Ġbubaly": 7891, + "Ġsockie": 7892, + "Ġcrashed": 7893, + "floppity": 7894, + "Ġsnar": 7895, + "Ġsnaps": 7896, + "Ġbeast": 7897, + "Ġamanda": 7898, + "Ġambul": 7899, + "Ġamphi": 7900, + "fortu": 7901, + "Ġhops": 7902, + "Ġhoping": 7903, + "Ġexpen": 7904, + "Ġexpress": 7905, + "spells": 7906, + "Ġsounded": 7907, + "Ġpancakes": 7908, + "Ġbarny": 7909, + "Ġfourteen": 7910, + "Ġmadeleine": 7911, + "Ġmobile": 7912, + "Ġstarving": 7913, + "ugging": 7914, + "peeka": 7915, + "Ġbadly": 7916, + "Ġyumma": 7917, + "cats": 7918, + "Ġmarch": 7919, + "Ġmarty": 7920, + "Ġmarco": 7921, + "Ġmarsupials": 7922, + "Ġoaty": 7923, + "babe": 7924, + "ddly": 7925, + "Ġsnoo": 7926, + "mpy": 7927, + "Ġteddys": 7928, + "Ġpinky": 7929, + "shower": 7930, + "dale": 7931, + "cuss": 7932, + "Ġdecor": 7933, + "Ġuniver": 7934, + "Ġuniform": 7935, + "banging": 7936, + "ummies": 7937, + "Ġfiremen": 7938, + "itchy": 7939, + "Ġrealized": 7940, + "Ġfavorites": 7941, + "nyah": 7942, + "Ġparts": 7943, + "backwards": 7944, + "Ġlistens": 7945, + "Ġscrat": 7946, + "drip": 7947, + "drant": 7948, + "Ġhangers": 7949, + "monds": 7950, + "chickie": 7951, + "ietalkie": 7952, + "Ġroosters": 7953, + "Ġuntied": 7954, + "point": 7955, + "Ġridiculous": 7956, + "Ġtennis": 7957, + "gran": 7958, + "ciate": 7959, + "Ġpeekboo": 7960, + "Ġcones": 7961, + "Ġconnect": 7962, + "danny": 7963, + "Ġgoldrush": 7964, + "whacha": 7965, + "Ġbuying": 7966, + "Ġpacks": 7967, + "Ġpacked": 7968, + "chedu": 7969, + "buzz": 7970, + "diji": 7971, + "Ġstepmother": 7972, + "yogurty": 7973, + "Ġdaddies": 7974, + "barn": 7975, + "debbie": 7976, + "Ġbrachiosaurus": 7977, + "Ġpeacock": 7978, + "Ġspinach": 7979, + "Ġforgetting": 7980, + "supper": 7981, + "pottie": 7982, + "Ġsquishing": 7983, + "Ġluna": 7984, + "jojo": 7985, + "snowing": 7986, + "anananana": 7987, + "Ġwhoopsie": 7988, + "Ġvisits": 7989, + "Ġbibbie": 7990, + "Ġgoosey": 7991, + "Ġfurry": 7992, + "Ġporch": 7993, + "Ġporcupine": 7994, + "Ġsaus": 7995, + "Ġperfor": 7996, + "Ġnearly": 7997, + "Ġmeeting": 7998, + "Ġsalami": 7999 + }, + "merges": [ + "Ġ .", + "Ġ t", + "h e", + "Ġ ?", + "o u", + "h a", + "r e", + "y ou", + "Ġ a", + "Ġ i", + "ha t", + "Ġt he", + "Ġ w", + "Ġ you", + "Ġ s", + "Ġ b", + "' s", + "o n", + "i n", + "a n", + "Ġ d", + "o o", + "Ġ g", + "Ġ c", + "Ġ m", + "l l", + "Ġ p", + "a y", + "he re", + "Ġ l", + "in g", + "i s", + "Ġi t", + "o w", + "i t", + "Ġt hat", + "e r", + "e t", + "e s", + "Ġ f", + "Ġt o", + "Ġt h", + "e a", + "o m", + "Ġ o", + "Ġ n", + "Ġ !", + "Ġ on", + "e e", + "w hat", + "Ġ h", + "c k", + "i g", + "Ġd o", + "n d", + "Ġi s", + "Ġg o", + "oo k", + "s e", + "l e", + "k e", + "Ġ ha", + "o h", + "o r", + "Ġi n", + "v e", + "u t", + "Ġb a", + "n a", + "Ġ r", + "Ġw an", + "' t", + "Ġth is", + "h t", + "o t", + "Ġyou r", + "a d", + "Ġ he", + "k ay", + "ig ht", + "i d", + "t hat", + "om e", + "Ġw e", + "y ea", + "yea h", + "Ġa nd", + "Ġ k", + "a t", + "i r", + "i e", + "Ġ u", + "s t", + "a r", + "an d", + "Ġthe re", + "l d", + "Ġl i", + "h o", + "Ġw hat", + "Ġ here", + "o kay", + "' re", + "ou t", + "Ġs ee", + "Ġo f", + "Ġwan t", + "c h", + "v er", + "n o", + "Ġa re", + "oo d", + "Ġ j", + "i c", + "Ġon e", + "it t", + "Ġm e", + "w here", + "Ġ e", + "t here", + "Ġha ve", + "w e", + "Ġg on", + "t he", + "Ġp ut", + "Ġli ke", + "r a", + "n ow", + "Ġ re", + "Ġd on", + "Ġg et", + "Ġc an", + "u h", + "d o", + "e n", + "Ġs t", + "c an", + "m y", + "in k", + "it h", + "Ġu p", + "Ġgon na", + "i m", + "a m", + "a l", + "Ġw ith", + "b y", + "u n", + "a ll", + "u m", + "l et", + "a s", + "Ġf or", + "Ġa t", + "Ġb e", + "Ġp l", + "ow n", + "Ġs ay", + "t h", + "Ġr ight", + "l ook", + "d y", + "y es", + "Ġl ook", + "p p", + "u r", + "om my", + "o se", + "a ke", + "itt le", + "s h", + "on e", + "Ġwan na", + "ou ld", + "' ll", + "Ġa n", + "Ġs ome", + "Ġl ittle", + "Ġg ood", + "e d", + "h m", + "Ġk now", + "i ll", + "h i", + "Ġn ot", + "Ġb o", + "ha n", + "a re", + "Ġ out", + "he r", + "r y", + "Ġd own", + "w ho", + "u ck", + "o re", + "Ġm ommy", + "y e", + "o p", + "Ġb ook", + "a p", + "Ġba by", + "Ġpl ay", + "Ġth ink", + "i ck", + "Ġba ll", + "u st", + "Ġd id", + "Ġn o", + "ad dy", + "a ha", + "c ome", + "ea r", + "Ġba ck", + "a h", + "ver y", + "Ġa ll", + "t er", + "' m", + "a b", + "Ġs he", + "Ġs o", + "ic e", + "Ġgo t", + "Ġw as", + "Ġm y", + "Ġthe m", + "c e", + "Ġb l", + "Ġb ig", + "ea t", + "Ġdo es", + "t y", + "Ġa b", + "Ġt oo", + "h ow", + "Ġc l", + "a u", + "r ight", + "Ġo ver", + "l y", + "Ġo kay", + "in d", + "Ġn ow", + "Ġl et", + "Ġab out", + "w an", + "Ġthe y", + "Ġgo ing", + "Ġd addy", + "an g", + "ou nd", + "m m", + "Ġm ore", + "a ck", + "g g", + "Ġj ust", + "q u", + "oo p", + "Ġc ar", + "a in", + "Ġc o", + "oo m", + "han k", + "u sh", + "i ve", + "ot her", + "Ġh im", + "s ee", + "Ġhe r", + "id e", + "Ġre ad", + "Ġ eat", + "r o", + "ee p", + "Ġb u", + "un n", + "ur n", + "Ġh is", + "Ġb ir", + "i l", + "e ll", + "Ġ y", + "f f", + "e l", + "i es", + "o ck", + "th is", + "Ġb ut", + "Ġof f", + "h uh", + "u p", + "u re", + "Ġdo ing", + "g ood", + "a k", + "r ow", + "Ġs p", + "Ġbo x", + "a g", + "d id", + "w o", + "ee d", + "unn y", + "al k", + "Ġw here", + "a st", + "Ġc ome", + "Ġh uh", + "Ġc at", + "Ġbir d", + "um p", + "Ġth ose", + "Ġe l", + "n t", + "Ġb ye", + "t hank", + "Ġo h", + "Ġa g", + "Ġm ake", + "et h", + "re t", + "Ġs h", + "Ġt ake", + "Ġb r", + "Ġ very", + "p ut", + "ee k", + "all y", + "w h", + "we et", + "Ġf l", + "in e", + "ou g", + "s he", + "we ll", + "one y", + "u e", + "b e", + "is s", + "Ġc ha", + "Ġag ain", + "g o", + "Ġ yeah", + "d ay", + "oo r", + "ll o", + "Ġw ho", + "Ġha s", + "Ġw he", + "er s", + "Ġi f", + "Ġt urn", + "Ġs a", + "Ġp u", + "Ġha nd", + "Ġs it", + "Ġbo y", + "w ay", + "Ġthe se", + "Ġb ear", + "the r", + "re e", + "on g", + "Ġn ice", + "Ġn eed", + "Ġa r", + "oop s", + "it e", + "Ġa l", + "Ġn e", + "Ġt r", + "Ġc hi", + "Ġc om", + "wan na", + "u g", + "d on", + "ra w", + "Ġo ther", + "Ġgo es", + "pp y", + "Ġw ill", + "am e", + "Ġel se", + "Ġf r", + "Ġh oney", + "Ġo r", + "b er", + "Ġd uck", + "Ġcha ir", + "Ġt ry", + "at ch", + "Ġth ing", + "m hm", + "Ġc h", + "m e", + "es s", + "t ing", + "ou se", + "ret ty", + "o ve", + "Ġh ow", + "Ġs l", + "oo h", + "is h", + "Ġan other", + "Ġs om", + "p h", + "Ġc he", + "Ġan y", + "u l", + "Ġh o", + "ou r", + "eth ing", + "y ay", + "Ġp ic", + "t ure", + "ad y", + "Ġw ay", + "Ġk itt", + "o on", + "oug h", + "g et", + "ap er", + "Ġs weet", + "gg ie", + "Ġt wo", + "s ay", + "Ġpic ture", + "b o", + "Ġm an", + "Ġg ive", + "he y", + "Ġg ir", + "ab oo", + "he llo", + "Ġc r", + "Ġh m", + "at er", + "i p", + "am a", + "Ġs ha", + "t le", + "Ġthe n", + "Ġsom ething", + "l or", + "o s", + "im e", + "ea se", + "y s", + "Ġd r", + "al right", + "Ġa way", + "Ġs ho", + "b l", + "the y", + "Ġt ra", + "eek aboo", + "c t", + "Ġp ig", + "ou ch", + "oo t", + "Ġp retty", + "Ġco lor", + "Ġgir l", + "Ġ hat", + "Ġd i", + "m ommy", + "Ġ qu", + "Ġm u", + "l p", + "wan t", + "Ġar ound", + "l i", + "s ide", + "Ġw or", + "Ġth row", + "p en", + "Ġwhe n", + "b a", + "Ġu s", + "Ġw ould", + "au se", + "s o", + "w ould", + "Ġf ind", + "Ġ v", + "Ġt ime", + "Ġg re", + "au ra", + "b ut", + "h one", + "t o", + "Ġsweet ie", + "Ġre d", + "Ġs w", + "Ġd raw", + "Ġsa id", + "Ġwe re", + "Ġbl ock", + "Ġhe lp", + "Ġsay s", + "Ġt alk", + "Ġo pen", + "Ġbl ue", + "ose ph", + "Ġb unny", + "do es", + "Ġ yes", + "ar t", + "Ġk iss", + "by e", + "Ġc ould", + "v ing", + "Ġn ight", + "i x", + "c ause", + "re ady", + "ll ow", + "p l", + "Ġb re", + "ke y", + "Ġa s", + "Ġh ouse", + "Ġpl ease", + "d addy", + "f ul", + "out h", + "Ġf a", + "Ġg u", + "Ġhe ar", + "e re", + "ut e", + "Ġdoes n", + "Ġdo g", + "Ġj o", + "Ġm outh", + "s s", + "Ġb oo", + "d er", + "Ġc ow", + "ee n", + "or n", + "Ġkitt ie", + "im a", + "Ġho ld", + "Ġp ie", + "Ġw h", + "Ġb ang", + "Ġdo ggie", + "Ġc all", + "u b", + "Ġm ama", + "ay on", + "Ġha ir", + "Ġb et", + "m a", + "u ff", + "m ber", + "Ġs m", + "ye llow", + "Ġc ook", + "c he", + "Ġt ouch", + "oo f", + "i ld", + "Ġt ell", + "Ġg r", + "Ġn ose", + "Ġh i", + "Ġha d", + "Ġhe ad", + "b all", + "Ġre ally", + "who a", + "Ġwe nt", + "ag e", + "Ġp ush", + "p eekaboo", + "' d", + "Ġsl eep", + "wh y", + "a w", + "ill y", + "Ġl e", + "Ġb ot", + "Ġw ater", + "c l", + "Ġm in", + "Ġdid n", + "' ve", + "Ġl aura", + "Ġto day", + "Ġs how", + "oo l", + "b le", + "t a", + "Ġr o", + "is t", + "Ġt ick", + "a it", + "c le", + "Ġf unny", + "me mber", + "Ġcr ayon", + "Ġw alk", + "m o", + "ay be", + "i re", + "wh oops", + "Ġs qu", + "Ġp aper", + "sh ould", + "l f", + "ang e", + "et han", + "Ġthing s", + "Ġe very", + "is e", + "ab le", + "Ġs u", + "Ġj u", + "Ġs c", + "Ġd oor", + "Ġbe d", + "t s", + "Ġt ap", + "Ġk ind", + "Ġf oot", + "il k", + "t on", + "p ush", + "Ġb it", + "Ġtra in", + "a is", + "pp le", + "Ġread y", + "Ġchi ld", + "ve n", + "Ġbre ak", + "n ot", + "Ġdon e", + "nd er", + "th ing", + "ba by", + "um my", + "b r", + "Ġn a", + "Ġfr om", + "Ġl ea", + "Ġh or", + "Ġs e", + "Ġtr uck", + "Ġchi ck", + "Ġl ove", + "i o", + "s ha", + "Ġto ys", + "Ġm ak", + "v es", + "Ġn ame", + "Ġj oseph", + "ou n", + "Ġc up", + "Ġp ick", + "Ġt e", + "Ġgre en", + "Ġm on", + "Ġm ic", + "r oom", + "c or", + "ir st", + "bo dy", + "Ġeat ing", + "g e", + "Ġqu ack", + "m ore", + "Ġbet ter", + "e p", + "Ġis n", + "ad a", + "Ġs illy", + "Ġto p", + "Ġc le", + "ee l", + "j ust", + "Ġjo b", + "Ġd ay", + "Ġl ot", + "Ġm at", + "Ġl ight", + "w he", + "Ġt hank", + "i f", + "Ġsh ould", + "Ġfl oor", + "ll y", + "Ġcle an", + "Ġcl ose", + "i am", + "Ġt ow", + "Ġu nder", + "Ġblock s", + "Ġ yellow", + "Ġlook ing", + "d s", + "Ġp o", + "Ġw ear", + "Ġget ting", + "ur t", + "Ġr oom", + "you r", + "Ġbu s", + "Ġtap e", + "z z", + "Ġth ree", + "Ġre cor", + "Ġpu ll", + "p e", + "t wo", + "Ġt able", + "Ġbut ton", + "w ow", + "Ġb y", + "Ġf e", + "Ġmu ch", + "Ġg ra", + "c y", + "Ġju ice", + "Ġ z", + "Ġm a", + "Ġwor k", + "k et", + "Ġp e", + "Ġm ilk", + "Ġha pp", + "Ġcom es", + "Ġh ome", + "are ful", + "Ġw r", + "t urn", + "w atch", + "Ġbe cause", + "Ġmin ute", + "Ġch oo", + "Ġno ise", + "Ġfa ce", + "Ġhapp en", + "Ġsha ke", + "Ġf all", + "Ġ our", + "Ġlook s", + "Ġu se", + "Ġme an", + "Ġha r", + "ho se", + "Ġwe ll", + "itt ing", + "Ġgon e", + "ir t", + "Ġna ima", + "p u", + "t hose", + "Ġ ethan", + "r op", + "er a", + "Ġo ink", + "Ġp hone", + "se lf", + "es e", + "ur p", + "Ġre member", + "i on", + "Ġr ing", + "Ġne w", + "Ġor ange", + "Ġw hi", + "Ġf ix", + "Ġplay ing", + "at e", + "am era", + "Ġp en", + "Ġhand s", + "Ġw atch", + "Ġbr ing", + "f ast", + "Ġe n", + "Ġsho es", + "an a", + "Ġsp oon", + "Ġdr ink", + "b oo", + "Ġu h", + "Ġst uff", + "Ġtick le", + "Ġj ump", + "Ġpie ce", + "Ġcook ie", + "Ġa pple", + "Ġw on", + "Ġd an", + "orn ing", + "Ġst ill", + "her ine", + "l es", + "Ġhar d", + "Ġrecor der", + "Ġt ree", + "b it", + "Ġs ing", + "ir ty", + "Ġst ay", + "Ġt a", + "ea k", + "ig g", + "Ġsho e", + "un g", + "Ġfl ow", + "un ch", + "g ive", + "Ġb oun", + "Ġcom ing", + "Ġro ll", + "u s", + "Ġm orning", + "om as", + "id ing", + "Ġk eep", + "Ġout side", + "Ġs or", + "Ġf it", + "Ġf un", + "x t", + "un e", + "c o", + "Ġm other", + "Ġ ear", + "Ġba b", + "Ġf ell", + "Ġf irst", + "Ġbreak fast", + "rop hone", + "ou s", + "Ġsa w", + "Ġbot tle", + "Ġp op", + "Ġf ing", + "Ġdi aper", + "Ġbr ush", + "Ġf ro", + "ie nd", + "ow l", + "Ġf ish", + "c ar", + "s ie", + "Ġin to", + "Ġgr and", + "a ir", + "b ig", + "Ġs ure", + "ar m", + "Ġe gg", + "Ġb ite", + "ad e", + "f t", + "Ġwant s", + "Ġe yes", + "n e", + "Ġl o", + "Ġfr iend", + "Ġf eel", + "oug ht", + "th row", + "ist en", + "Ġbab ies", + "Ġd oo", + "st er", + "d own", + "Ġt ea", + "Ġto y", + "Ġf ood", + "n ess", + "re d", + "an e", + "Ġh ot", + "m aybe", + "s it", + "Ġp age", + "Ġin side", + "ye p", + "i b", + "as h", + "in n", + "is ter", + "im al", + "k es", + "w ill", + "Ġc amera", + "ig h", + "g on", + "r ough", + "Ġst and", + "Ġbu b", + "Ġs itting", + "op le", + "u ally", + "Ġd re", + "Ġfe et", + "Ġb ump", + "Ġn um", + "Ġba g", + "Ġso ck", + "en t", + "ff ee", + "se d", + "get her", + "Ġcrayon s", + "p ack", + "Ġw ait", + "Ġr ound", + "Ġc ra", + "ais y", + "Ġa h", + "f l", + "w hi", + "Ġpu ppy", + "in s", + "Ġm ove", + "Ġto gether", + "Ġr ide", + "Ġst uck", + "Ġbook s", + "Ġne xt", + "Ġmic rophone", + "he ad", + "Ġgot ta", + "Ġbut ter", + "Ġche ese", + "Ġp ot", + "Ġdo ll", + "Ġpig g", + "sha ll", + "Ġs na", + "Ġsay ing", + "Ġan imal", + "Ġth rough", + "Ġgood ness", + "Ġs ong", + "es t", + "ar d", + "Ġcl own", + "Ġb ea", + "Ġm om", + "Ġche w", + "Ġst ick", + "op en", + "he s", + "Ġl ong", + "Ġr ock", + "Ġhe llo", + "Ġcat ch", + "bl es", + "no ck", + "Ġc ame", + "as s", + "Ġbu ild", + "b oom", + "Ġa m", + "Ġto es", + "Ġo ld", + "un k", + "pp ed", + "Ġwill iam", + "Ġw oof", + "Ġb oom", + "on d", + "Ġlea ve", + "f or", + "Ġp at", + "Ġh op", + "Ġba th", + "Ġy o", + "Ġth ough", + "Ġgu y", + "Ġwh y", + "Ġcall ed", + "or y", + "Ġyour self", + "Ġg l", + "le x", + "Ġco ffee", + "Ġsh irt", + "r ot", + "t ry", + "li ke", + "Ġs k", + "me ow", + "Ġpe ople", + "urp le", + "Ġd a", + "Ġm ight", + "l a", + "s ome", + "Ġe x", + "the n", + "pp er", + "Ġmat ter", + "air s", + "s p", + "Ġcat herine", + "Ġwhe el", + "Ġman y", + "an ana", + "s ic", + "Ġf ound", + "Ġhor se", + "Ġp eekaboo", + "ch ild", + "Ġf in", + "Ġback pack", + "r ing", + "Ġe ven", + "Ġs ound", + "Ġp an", + "Ġha ppy", + "Ġsor ry", + "o ppy", + "Ġtalk ing", + "mo st", + "t ell", + "Ġput ting", + "w ait", + "Ġm ouse", + "Ġba r", + "Ġwhi le", + "Ġf our", + "Ġc ut", + "Ġmak ing", + "Ġm ade", + "Ġse c", + "Ġc areful", + "whi ch", + "i a", + "ye h", + "Ġm o", + "Ġal right", + "c ha", + "Ġu m", + "Ġh ung", + "Ġar m", + "Ġdi ff", + "a ve", + "e y", + "f ter", + "Ġa head", + "Ġst ar", + "Ġk nock", + "Ġtry ing", + "Ġgre at", + "a ur", + "Ġm oo", + "Ġl ater", + "Ġf u", + "be cause", + "Ġpicture s", + "o ink", + "ig er", + "Ġco ld", + "Ġs now", + "Ġl ady", + "Ġth omas", + "le p", + "Ġmon key", + "v or", + "w oo", + "ed dy", + "Ġmu sic", + "whe n", + "Ġm aybe", + "Ġli kes", + "ch ool", + "Ġcl ot", + "t ake", + "ct ually", + "u gg", + "Ġthe ir", + "Ġshe ep", + "ak ing", + "w ith", + "io let", + "Ġboun ce", + "ea l", + "Ġr ain", + "Ġhappen ed", + "k itt", + "m oo", + "p eek", + "Ġl ast", + "Ġba d", + "pp ing", + "l ittle", + "na ima", + "Ġy um", + "bl ue", + "Ġhung ry", + "Ġh igh", + "Ġ er", + "Ġr ab", + "Ġrab bit", + "i ving", + "n ice", + "th day", + "d uck", + "Ġt ire", + "Ġs chool", + "Ġp ro", + "Ġl am", + "im b", + "th ree", + "ph one", + "j oseph", + "au g", + "Ġgrand ma", + "Ġbub bles", + "Ġa ir", + "Ġw ind", + "Ġdiff ere", + "a ch", + "Ġst ory", + "Ġb uck", + "c at", + "Ġn ap", + "Ġh ug", + "Ġchick en", + "g re", + "y up", + "Ġm ar", + "Ġm oon", + "Ġe ve", + "lep han", + "Ġ ea", + "Ġth ought", + "Ġwas h", + "ro ke", + "Ġsw ing", + "Ġmak es", + "Ġfro g", + "Ġgo sh", + "Ġli on", + "Ġte eth", + "k in", + "Ġbe l", + "Ġlet ter", + "c es", + "Ġst op", + "at or", + "Ġli ly", + "ill ow", + "re ally", + "Ġo at", + "Ġy ummy", + "Ġtow el", + "i ous", + "ha ve", + "b ab", + "g ot", + "Ġm ess", + "le phone", + "Ġba s", + "Ġj une", + "mm er", + "Ġclot hes", + "Ġdiffere nt", + "Ġe nd", + "d d", + "om i", + "Ġh iding", + "Ġevery thing", + "Ġwr ite", + "e very", + "Ġs n", + "Ġf ive", + "l ing", + "n ie", + "Ġa ha", + "Ġc ry", + "pu ll", + "i k", + "m p", + "s y", + "ou nt", + "Ġc han", + "Ġm m", + "Ġm iss", + "Ġl a", + "Ġflow ers", + "f ore", + "Ġt eddy", + "Ġd irty", + "ke d", + "f r", + "Ġy et", + "Ġany thing", + "Ġlam b", + "Ġp ink", + "Ġl unch", + "ot or", + "Ġs and", + "sh ow", + "Ġbir thday", + "a ce", + "he d", + "ct or", + "f ly", + "g urt", + "w ee", + "Ġon es", + "Ġha ving", + "Ġne ck", + "Ġw ee", + "ho e", + "otor cy", + "ock et", + "Ġc ute", + "Ġbl ow", + "ang le", + "Ġy ay", + "m an", + "Ġs un", + "re am", + "Ġbas ket", + "Ġbu g", + "d a", + "i le", + "Ġw et", + "Ġs ide", + "Ġcl ap", + "ip e", + "Ġfing er", + "c u", + "re w", + "Ġc ir", + "Ġta il", + "Ġanimal s", + "m ama", + "Ġp urple", + "l aura", + "p op", + "Ġa ctually", + "Ġp illow", + "Ġon ly", + "qu ack", + "Ġhi pp", + "Ġsleep y", + "or t", + "Ġr at", + "lephan t", + "z e", + "Ġa fter", + "Ġcl imb", + "Ġcom b", + "Ġwear ing", + "re n", + "Ġt ur", + "Ġb anana", + "Ġf o", + "Ġare n", + "Ġch ug", + "otorcy cle", + "Ġb roke", + "Ġhor sie", + "Ġen ough", + "m ake", + "Ġp ocket", + "Ġst art", + "Ġsock s", + "f ish", + "Ġd e", + "Ġf arm", + "Ġu n", + "i ly", + "Ġt re", + "ou p", + "pp ose", + "c r", + "v y", + "Ġt ook", + "Ġw oo", + "ho ld", + "c ing", + "p retty", + "Ġh urt", + "Ġr ais", + "een er", + "b ow", + "Ġhe e", + "Ġbe fore", + "Ġal most", + "Ġle g", + "os aur", + "pl ease", + "Ġp ar", + "Ġsm all", + "Ġte lephone", + "Ġtow er", + "Ġdan ce", + "Ġsec ond", + "Ġi d", + "on t", + "Ġm ay", + "Ġbl ack", + "el a", + "Ġyo gurt", + "Ġg ar", + "Ġsu ppose", + "Ġpan ts", + "Ġba t", + "Ġe ye", + "the se", + "Ġv iolet", + "Ġtire d", + "b ang", + "Ġb een", + "ad ad", + "um m", + "pl ay", + "ha el", + "st airs", + "ar y", + "Ġal ready", + "n g", + "s qu", + "Ġt aking", + "it y", + "er ry", + "Ġf ire", + "Ġha mmer", + "Ġsh ut", + "Ġid ea", + "i ver", + "Ġcar rot", + "Ġbird ie", + "Ġfl oppy", + "ers on", + "br ush", + "will iam", + "u ela", + "Ġp ooh", + "Ġto ast", + "Ġr un", + "ap a", + "c areful", + "g u", + "w oof", + "Ġf ast", + "the w", + "y ummy", + "Ġc ream", + "it ch", + "Ġbu d", + "Ġne ver", + "b ug", + "n ight", + "an k", + "Ġre al", + "uck y", + "Ġkitt y", + "gon na", + "gre en", + "h ind", + "t e", + "t ere", + "re member", + "in osaur", + "Ġp erson", + "id ge", + "Ġre st", + "Ġball oon", + "ro ll", + "os s", + "Ġsleep ing", + "b ook", + "d ing", + "r or", + "t r", + "Ġd aisy", + "Ġc ere", + "Ġp re", + "Ġcere al", + "v room", + "Ġt ast", + "Ġd ee", + "Ġm ir", + "et er", + "cl ose", + "h ing", + "Ġg iving", + "Ġm ust", + "Ġlot s", + "p es", + "im es", + "Ġle go", + "Ġl ap", + "Ġk ick", + "st and", + "Ġsw im", + "Ġgu ess", + "l isten", + "t ick", + "Ġb owl", + "Ġy er", + "Ġwho le", + "Ġv room", + "Ġfa vor", + "r ies", + "Ġst e", + "ter day", + "pl ane", + "an ket", + "Ġto m", + "Ġsqu eak", + "whe e", + "tere st", + "t ra", + "an y", + "ke ys", + "Ġr a", + "n y", + "an other", + "Ġe lephant", + "Ġdon key", + "Ġsm ell", + "Ġen g", + "Ġmir ror", + "c il", + "ou d", + "on k", + "Ġbe lly", + "Ġwalk ing", + "Ġp ret", + "ar oo", + "ch oo", + "Ġm otorcycle", + "ang aroo", + "Ġwor d", + "Ġwh ite", + "b ir", + "Ġb eep", + "Ġk id", + "Ġball s", + "Ġgu ys", + "kitt ie", + "bab ly", + "p at", + "s sed", + "Ġp art", + "id er", + "do ggie", + "Ġsome body", + "e nd", + "w as", + "en tle", + "k ing", + "m eal", + "in y", + "Ġbe hind", + "Ġdraw ing", + "s weet", + "Ġ owl", + "Ġin terest", + "Ġpu zz", + "Ġneed s", + "Ġflow er", + "Ġpigg y", + "Ġt han", + "un t", + "Ġel mo", + "Ġbr own", + "che l", + "Ġfing ers", + "t om", + "oh n", + "Ġwon der", + "Ġwheel s", + "j i", + "l come", + "Ġd ry", + "Ġj am", + "b ack", + "Ġp ump", + "Ġl isten", + "way s", + "Ġbutton s", + "li ly", + "Ġyes terday", + "a lex", + "b re", + "Ġs eat", + "it che", + "Ġf eed", + "st ick", + "ar ah", + "Ġi ce", + "Ġb ee", + "Ġyour s", + "Ġsqu are", + "Ġcra ck", + "Ġwind ow", + "Ġfavor ite", + "ie d", + "gg y", + "Ġsuppose d", + "Ġn ur", + "ra s", + "ro ss", + "Ġbird s", + "Ġw eener", + "Ġd ra", + "is n", + "Ġf ly", + "Ġn omi", + "or ange", + "Ġeng ine", + "s w", + "u d", + "Ġw all", + "is hed", + "Ġdo lly", + "Ġe ight", + "Ġsc r", + "Ġegg s", + "Ġchan ge", + "Ġpuzz le", + "a pple", + "d r", + "Ġt weet", + "Ġd ump", + "Ġbe ing", + "Ġsl ide", + "Ġcook ies", + "iger ator", + "fr igerator", + "Ġc ho", + "Ġp eep", + "is y", + "Ġma x", + "b ump", + "c a", + "Ġt v", + "an s", + "Ġc ake", + "Ġwe lcome", + "Ġme ow", + "Ġpen cil", + "o y", + "Ġr ice", + "ood le", + "Ġre frigerator", + "Ġsu ch", + "e ve", + "he e", + "Ġa lex", + "Ġw o", + "el ic", + "Ġbuck et", + "Ġoat meal", + "Ġbroke n", + "itche n", + "m ic", + "t oo", + "Ġd ada", + "Ġm ister", + "ve l", + "Ġj ack", + "Ġcir cle", + "r r", + "Ġt all", + "ha ha", + "Ġw igg", + "Ġg ame", + "Ġsp ider", + "Ġman uela", + "br ing", + "Ġgra ss", + "Ġsna ke", + "ass es", + "Ġbud dy", + "elic ious", + "i ke", + "j une", + "Ġs et", + "Ġc raw", + "al ie", + "Ġpu pp", + "sha ke", + "Ġfriend s", + "ras er", + "i pper", + "Ġr uff", + "Ġk n", + "Ġst r", + "op e", + "Ġche ck", + "Ġwhi ch", + "Ġa p", + "an t", + "al a", + "Ġwas n", + "Ġbl anket", + "Ġbutter fly", + "j u", + "Ġs ix", + "Ġc ount", + "Ġha ng", + "Ġmon ster", + "b age", + "Ġli l", + "bo x", + "Ġevery where", + "Ġfoot ball", + "Ġpo l", + "Ġpot ty", + "Ġfin ished", + "Ġpro bably", + "Ġtur tle", + "c ra", + "f e", + "j am", + "Ġk itchen", + "no pe", + "Ġst ore", + "Ġduck ie", + "li v", + "pu ppy", + "c ook", + "z y", + "Ġso on", + "Ġkitt en", + "Ġdre ss", + "Ġpret end", + "liv ia", + "r ick", + "s om", + "Ġw ow", + "Ġs ame", + "Ġd inosaur", + "et imes", + "Ġho le", + "Ġh it", + "ut es", + "at o", + "Ġcolor s", + "Ġmin utes", + "Ġbus y", + "Ġear s", + "e x", + "m on", + "Ġal ways", + "Ġrat tle", + "sweet ie", + "i er", + "k iss", + "Ġwant ed", + "Ġlo ves", + "Ġbel ong", + "a vy", + "l in", + "p s", + "Ġj ohn", + "ic a", + "Ġcl os", + "Ġsw ish", + "Ġle ft", + "Ġmat thew", + "a ff", + "Ġa c", + "Ġp a", + "ch ick", + "Ġpl ace", + "Ġfall ing", + "Ġpigg ie", + "Ġhipp o", + "f our", + "i et", + "i ful", + "ut iful", + "at ion", + "Ġwhe at", + "Ġsha ll", + "Ġfin ish", + "cha ir", + "Ġfu ll", + "Ġdra gon", + "l eep", + "Ġs ad", + "Ġs ister", + "Ġd ro", + "Ġli ve", + "ch ine", + "Ġany more", + "Ġpump kin", + "j ump", + "k eep", + "Ġbo at", + "Ġsp l", + "Ġbr idge", + "ber ries", + "Ġbre ad", + "Ġtast e", + "n ty", + "Ġ ooh", + "Ġget s", + "Ġbe ll", + "ak es", + "ong ue", + "ba a", + "tick le", + "d le", + "m ing", + "o c", + "Ġw arm", + "Ġr oo", + "Ġk angaroo", + "Ġso ft", + "Ġair plane", + "p a", + "it her", + "er t", + "Ġf ine", + "Ġduck s", + "Ġkind a", + "ugg a", + "Ġgar bage", + "Ġap art", + "d ada", + "f u", + "i os", + "Ġt ongue", + "Ġk ne", + "um ble", + "th omas", + "Ġfr ont", + "Ġbot tom", + "Ġdre ssed", + "b oun", + "o ver", + "Ġt we", + "Ġl ear", + "ag on", + "g uh", + "s c", + "Ġw ipe", + "Ġhave n", + "Ġsp ot", + "Ġbot h", + "Ġcarrot s", + "g ra", + "p ick", + "Ġf raser", + "Ġre ach", + "unn ing", + "Ġv a", + "Ġfe w", + "Ġlady bug", + "hoe be", + "Ġrais ins", + "Ġlear n", + "i angle", + "Ġd ar", + "Ġg ave", + "Ġl aug", + "Ġk alie", + "au l", + "Ġpie ces", + "bir d", + "c atch", + "g er", + "r ist", + "Ġc a", + "Ġc orn", + "ll a", + "Ġp apa", + "Ġtoo th", + "Ġal so", + "Ġpig s", + "Ġcry ing", + "l inn", + "Ġhe avy", + "ar ds", + "Ġst raw", + "Ġco ver", + "Ġhear d", + "Ġshow er", + "Ġmic hael", + "Ġdan cing", + "t ap", + "w ah", + "Ġt w", + "Ġh ide", + "at her", + "Ġu nt", + "sh h", + "Ġer ic", + "l er", + "p o", + "Ġl oud", + "Ġr iding", + "ro ver", + "Ġmo ving", + "i ch", + "s ho", + "s ure", + "Ġd elicious", + "Ġr id", + "aff e", + "f eel", + "Ġm ine", + "Ġr unning", + "um b", + "Ġread ing", + "Ġsp ill", + "Ġwr ong", + "aug ht", + "Ġdro pped", + "d oh", + "Ġt en", + "ou ble", + "Ġa unt", + "Ġp r", + "Ġup stairs", + "th ink", + "Ġturn ing", + "Ġhold ing", + "Ġsu it", + "Ġrock ing", + "some body", + "Ġbat ter", + "e h", + "t en", + "Ġthe o", + "Ġb oop", + "Ġr ub", + "Ġe m", + "Ġst ool", + "Ġcar s", + "zz y", + "Ġtre es", + "cook ie", + "Ġspl ash", + "m ay", + "o ff", + "v is", + "ad ah", + "bo y", + "Ġsw itch", + "Ġma chine", + "Ġhappen s", + "Ġbea utiful", + "cat herine", + "g r", + "h oney", + "t ime", + "re l", + "Ġs am", + "Ġg row", + "Ġc are", + "Ġc ool", + "is sed", + "Ġo livia", + "Ġco at", + "Ġsk y", + "mp ty", + "l ight", + "y a", + "Ġf ar", + "Ġn ine", + "se nt", + "Ġst ra", + "Ġst airs", + "el mo", + "b unny", + "d irty", + "he he", + "Ġa w", + "Ġha m", + "Ġbear s", + "Ġt iny", + "Ġw eek", + "it ing", + "or row", + "Ġr u", + "Ġr ib", + "Ġsee n", + "un h", + "Ġat e", + "Ġtra ctor", + "Ġqu ite", + "irst y", + "Ġuse d", + "l ea", + "ha ppy", + "Ġa is", + "ink y", + "Ġqu iet", + "c i", + "s ing", + "Ġd um", + "Ġg e", + "Ġp eek", + "Ġli ves", + "do g", + "ink le", + "Ġstand ing", + "Ġpar ty", + "g a", + "h is", + "Ġ ee", + "Ġd inn", + "Ġe ither", + "Ġst ring", + "Ġswim ming", + "b ub", + "f ive", + "h or", + "y um", + "Ġ own", + "Ġd ear", + "Ġm aisy", + "Ġp eter", + "Ġh ur", + "or d", + "Ġba a", + "who se", + "ug ar", + "Ġgr ound", + "Ġra chel", + "c ould", + "c her", + "m other", + "Ġc on", + "ad ada", + "Ġch ugga", + "Ġma il", + "Ġmean s", + "Ġring s", + "Ġbea ch", + "c ow", + "s m", + "oo se", + "ea d", + "Ġwe h", + "Ġcar ry", + "Ġlea ves", + "Ġdinn er", + "Ġw ra", + "Ġb est", + "Ġd ing", + "Ġp ear", + "Ġh oo", + "ag es", + "ag ag", + "Ġas k", + "Ġevery body", + "Ġjump ing", + "fl ow", + "a ld", + "d an", + "Ġa pp", + "Ġc u", + "Ġp ain", + "and a", + "ock s", + "Ġche er", + "a a", + "m at", + "w alk", + "Ġt ummy", + "Ġs ugar", + "Ġgo ld", + "Ġe ver", + "Ġplay ed", + "Ġplay doh", + "Ġsc are", + "b ot", + "Ġs arah", + "look s", + "Ġno isy", + "Ġchild ren", + "Ġroll ing", + "fl oppy", + "d oo", + "p urple", + "w ha", + "Ġm oney", + "Ġn eat", + "Ġhe y", + "Ġbu y", + "Ġsh h", + "wh oop", + "Ġpo in", + "cu se", + "Ġleg s", + "Ġpre sent", + "Ġlego s", + "Ġcraw l", + "Ġunt il", + "b ear", + "o ala", + "Ġth irsty", + "Ġtr ip", + "Ġtr iangle", + "Ġsom etimes", + "Ġdr ive", + "Ġtra ck", + "Ġsm art", + "Ġse es", + "Ġstick y", + "k y", + "Ġt ub", + "gg ies", + "Ġ keys", + "Ġc al", + "Ġp ages", + "ir rel", + "ie ve", + "Ġe mpty", + "the o", + "Ġdrink ing", + "oup le", + "c up", + "f an", + "h ot", + "m om", + "p ig", + "Ġp in", + "Ġp ack", + "Ġto ld", + "che d", + "Ġse ven", + "Ġsing ing", + "Ġgl asses", + "Ġsound s", + "Ġarm s", + "Ġfo x", + "Ġtwe nty", + "b u", + "c om", + "m ove", + "Ġt iger", + "Ġb ike", + "Ġbe g", + "Ġnot hing", + "Ġal ong", + "Ġwor ds", + "Ġunder stand", + "Ġcut ie", + "ren ch", + "Ġcho ke", + "sho es", + "d i", + "d raw", + "m ilk", + "Ġr oss", + "st op", + "Ġst ep", + "Ġtoo l", + "Ġch rist", + "Ġdr iver", + "Ġsho vel", + "but ter", + "does n", + "Ġclose d", + "Ġwatch ing", + "y o", + "z en", + "Ġt ie", + "Ġw ire", + "Ġb oot", + "Ġd ad", + "Ġl id", + "Ġf ig", + "Ġf ather", + "Ġcl ip", + "ber ry", + "ess ica", + "igg er", + "som ething", + "b ar", + "d e", + "g entle", + "Ġw ave", + "Ġy ucky", + "Ġwho a", + "Ġtr ick", + "Ġtr ouble", + "Ġdr op", + "cl es", + "ble m", + "br ary", + "Ġpro blem", + "tr uck", + "stick y", + "Ġkne w", + "s n", + "t re", + "z a", + "Ġw a", + "Ġw ha", + "Ġg entle", + "Ġm issed", + "ie l", + "ic ine", + "Ġthrow ing", + "Ġfit s", + "Ġtom orrow", + "bre lla", + "Ġscr atch", + "Ġkn ee", + "h um", + "Ġs ally", + "Ġc ouple", + "Ġha lf", + "Ġr os", + "ic y", + "Ġal one", + "Ġgir affe", + "aw oh", + "Ġbath room", + "boun ce", + "y ah", + "Ġ oops", + "Ġb ra", + "Ġd is", + "Ġp hoebe", + "no se", + "ap ers", + "Ġcl ock", + "ag ain", + "Ġel bow", + "Ġgra b", + "Ġgra pes", + "urp r", + "Ġroo ster", + "i an", + "l ie", + "l ove", + "p ink", + "s or", + "Ġs oup", + "is hi", + "Ġme d", + "Ġhand le", + "Ġas ked", + "Ġnum ber", + "Ġrais in", + "Ġinterest ing", + "b oop", + "c amera", + "f in", + "f oot", + "m u", + "r at", + "s es", + "s ix", + "Ġt iss", + "Ġs at", + "Ġp ea", + "Ġto e", + "Ġin st", + "Ġj essica", + "Ġup side", + "am es", + "Ġlook ed", + "Ġthink ing", + "ick ey", + "ag uh", + "Ġturn ed", + "che s", + "Ġcup s", + "Ġpick ed", + "Ġletter s", + "Ġpupp ies", + "Ġclos et", + "Ġais linn", + "h y", + "i ze", + "ee z", + "Ġr ug", + "Ġsp in", + "ag a", + "Ġdog s", + "Ġhop e", + "Ġmar k", + "lea ve", + "b et", + "b eep", + "i pped", + "t ur", + "Ġt on", + "he lp", + "Ġm ad", + "Ġm hm", + "ee ze", + "Ġr an", + "id dle", + "Ġso ggy", + "il s", + "thank s", + "Ġrock s", + "Ġpat ty", + "mic hael", + "Ġpol ice", + "Ġfig ure", + "Ġmed icine", + "l ot", + "s illy", + "Ġ ow", + "Ġb ert", + "Ġth rew", + "Ġk oala", + "Ġli brary", + "do do", + "Ġsome where", + "Ġbig ger", + "Ġcl ick", + "ell y", + "Ġbr other", + "cle an", + "Ġwork s", + "Ġwork ing", + "Ġsor t", + "Ġchew ing", + "Ġinterest ed", + "cra sh", + "Ġbelong s", + "f ind", + "m ent", + "w ich", + "Ġb out", + "an ts", + "Ġg rover", + "om p", + "Ġfor get", + "Ġsp e", + "oor ay", + "Ġany way", + "Ġsha pe", + "Ġv is", + "Ġkiss ing", + "Ġkiss es", + "Ġgrand pa", + "Ġbea ds", + "Ġex c", + "Ġrain ing", + "every day", + "Ġmiss ing", + "a ct", + "s u", + "w uh", + "Ġt er", + "Ġp our", + "Ġl ate", + "al most", + "el s", + "she s", + "Ġche st", + "bl ah", + "Ġwh is", + "Ġkid s", + "ci al", + "sor ry", + "ishi es", + "e ight", + "e ver", + "i ble", + "l o", + "p ot", + "Ġs urpr", + "Ġb en", + "Ġb onk", + "Ġc ouch", + "Ġc ause", + "Ġp aul", + "Ġp anda", + "Ġr ake", + "Ġr umm", + "Ġst re", + "pp ers", + "Ġag o", + "Ġsha r", + "Ġsqu ish", + "cr ayon", + "gr and", + "Ġstra ight", + "b on", + "p igg", + "he h", + "Ġp oop", + "Ġl u", + "Ġn ut", + "Ġsee m", + "Ġdown stairs", + "Ġtra sh", + "Ġsqu irrel", + "Ġlo st", + "Ġbar k", + "Ġsand wich", + "Ġfo ld", + "Ġjam ie", + "c on", + "m ies", + "p er", + "v iolet", + "w ards", + "he art", + "Ġb ow", + "Ġp oo", + "et y", + "id dy", + "en s", + "en ce", + "Ġcr unch", + "Ġju dy", + "inn ing", + "Ġcra zy", + "Ġsna ck", + "Ġwigg le", + "Ġtooth brush", + "j o", + "r ound", + "Ġl au", + "Ġit s", + "Ġf re", + "om er", + "ch ch", + "Ġfor got", + "Ġbe ans", + "Ġbl ess", + "Ġas leep", + "Ġcall ing", + "Ġro ad", + "Ġpat rick", + "ugg le", + "squ eak", + "Ġcrack er", + "Ġrid es", + "Ġton ight", + "b ie", + "p apa", + "s now", + "t able", + "t adah", + "y ore", + "Ġt own", + "an an", + "st ay", + "Ġli ving", + "we re", + "Ġst roll", + "Ġcar d", + "Ġqu ick", + "Ġwh oops", + "Ġpush ing", + "Ġwr iting", + "Ġbub ble", + "Ġmom ma", + "Ġer nie", + "Ġea ch", + "Ġtur key", + "Ġnur se", + "Ġlaug h", + "icy cle", + "Ġvis it", + "act ly", + "b ra", + "f ro", + "m as", + "p ooh", + "ha h", + "Ġw in", + "Ġw ip", + "Ġb ib", + "Ġd oodle", + "Ġg oose", + "ro ck", + "Ġsh ort", + "Ġcha r", + "Ġlea f", + "Ġtruck s", + "Ġclean ing", + "ne y", + "Ġpot ato", + "sp it", + "duck ie", + "Ġea s", + "ik a", + "Ġdar k", + "Ġinst ead", + "Ġstre et", + "n ine", + "n omi", + "v id", + "Ġt ight", + "ha nd", + "on y", + "Ġg ate", + "Ġg erry", + "Ġc ap", + "Ġc aught", + "Ġf ur", + "al ked", + "ma x", + "Ġsu pper", + "Ġz ipper", + "Ġbel ieve", + "Ġfly ing", + "Ġpupp et", + "Ġscare d", + "b anana", + "p eep", + "Ġ key", + "an ut", + "se ven", + "Ġst ack", + "Ġpl ane", + "Ġus ually", + "Ġz oom", + "Ġfro ggie", + "Ġbuild ing", + "Ġum brella", + "kitt y", + "Ġpain t", + "bot tle", + "c ake", + "g ah", + "h oo", + "y ing", + "an cy", + "Ġdo ggies", + "Ġgo d", + "Ġe le", + "ra chel", + "let s", + "Ġan g", + "Ġcar ds", + "il ing", + "Ġsp it", + "ast ic", + "Ġchair s", + "Ġsweet heart", + "Ġtouch ing", + "aw n", + "Ġnap kin", + "Ġea sy", + "Ġaunt ie", + "Ġspe cial", + "Ġstroll er", + "g l", + "j ack", + "m iss", + "p t", + "s car", + "t weet", + "Ġ yea", + "Ġw agon", + "Ġs ea", + "Ġm ash", + "Ġl ie", + "Ġth umb", + "Ġha w", + "st ar", + "al s", + "ab oom", + "go es", + "li am", + "Ġgra pe", + "pat rick", + "Ġyea r", + "c er", + "Ġt unn", + "Ġw ake", + "Ġb umble", + "Ġp or", + "Ġp ile", + "Ġh ill", + "nd ry", + "Ġr ad", + "and y", + "ld ow", + "itt any", + "Ġcl ass", + "Ġsp r", + "go d", + "Ġpen gu", + "Ġmess y", + "adad ada", + "Ġapp les", + "Ġcheer ios", + "Ġtiss ue", + "i z", + "s na", + "w ater", + "Ġs au", + "Ġd irt", + "Ġc ont", + "Ġm ice", + "Ġp er", + "Ġf ishies", + "Ġth irty", + "ea ter", + "Ġn ear", + "Ġdo ctor", + "Ġme et", + "Ġpl ate", + "pp ies", + "Ġshe ll", + "cl ap", + "cl ock", + "Ġfix ed", + "co l", + "Ġsna p", + "Ġfu ss", + "Ġrain bow", + "Ġchan g", + "Ġstart ed", + "oss um", + "Ġru by", + "lot s", + "Ġlau ndry", + "m ister", + "p oor", + "s l", + "t een", + "u my", + "Ġs al", + "Ġs eth", + "an na", + "Ġl in", + "Ġo p", + "Ġba se", + "Ġj im", + "ake d", + "are n", + "ce let", + "wo ah", + "Ġpu dd", + "Ġche e", + "Ġsm ile", + "Ġlight s", + "Ġz ip", + "sp oon", + "angle d", + "ca se", + "tap e", + "bub bles", + "Ġchrist mas", + "a fter", + "l k", + "p et", + "s hoe", + "s cr", + "s arah", + "Ġa d", + "Ġm r", + "Ġch in", + "Ġcolor ing", + "Ġus ing", + "to day", + "Ġthank s", + "b at", + "e gg", + "h ouse", + "t t", + "Ġb eat", + "an ta", + "Ġm ickey", + "Ġl ay", + "ing er", + "er ic", + "Ġf rench", + "Ġto ck", + "Ġon ce", + "le d", + "st r", + "Ġe d", + "Ġbo k", + "mm a", + "Ġfl ap", + "she d", + "she ep", + "Ġtr unk", + "Ġtell ing", + "Ġmon th", + "Ġz oo", + "Ġbar n", + "Ġbad ji", + "Ġla a", + "jam as", + "Ġbatter ies", + "Ġee yore", + "mat thew", + "Ġsees aw", + "Ġcal f", + "Ġeas ier", + "Ġtunn el", + "d oor", + "i ves", + "k now", + "s leep", + "u k", + "u it", + "u nder", + "y ucky", + "re ad", + "on es", + "Ġd es", + "Ġd ig", + "Ġm am", + "Ġf am", + "Ġn ana", + "Ġgo at", + "ch io", + "am p", + "as p", + "pp ity", + "Ġbo ing", + "did ldow", + "Ġsha re", + "ball oon", + "Ġrecor ding", + "Ġex actly", + "Ġknock ed", + "Ġsn ort", + "Ġblow ing", + "hor sie", + "Ġbra celet", + "Ġter r", + "m ar", + "Ġ es", + "Ġ yep", + "Ġp ip", + "es day", + "Ġn aked", + "Ġr oof", + "Ġwith out", + "Ġknow s", + "ct ion", + "Ġwould n", + "Ġcould n", + "oof y", + "whoops ie", + "every body", + "oc chio", + "Ġbatter y", + "a ctually", + "b us", + "i vy", + "t alk", + "Ġm ix", + "ay ay", + "is cu", + "Ġh ook", + "Ġh our", + "or ge", + "or man", + "ad ill", + "Ġsome one", + "Ġab le", + "go ing", + "bl ocks", + "car rot", + "Ġfu zzy", + "gre at", + "Ġcir cles", + "Ġwonder ful", + "bump ity", + "mic rophone", + "Ġjack et", + "ex cuse", + "iscu it", + "c orn", + "d aisy", + "g erry", + "o at", + "o ld", + "s k", + "t ie", + "Ġw ah", + "ll ent", + "Ġp et", + "Ġp ad", + "Ġp ool", + "is es", + "Ġba h", + "Ġj ane", + "ur se", + "ce llent", + "Ġeat s", + "ast e", + "Ġtr ay", + "don ald", + "Ġsha pes", + "Ġtra vis", + "Ġbang ing", + "Ġtrain s", + "Ġpe ck", + "co lor", + "Ġcra sh", + "whi le", + "Ġgl ass", + "Ġhigh chair", + "Ġfarm er", + "Ġpre ss", + "Ġkitten s", + "Ġrib bon", + "unh unh", + "butter fly", + "mu ah", + "spit al", + "c all", + "e m", + "k er", + "r ib", + "ha s", + "Ġc her", + "Ġc ough", + "Ġc ord", + "Ġl ad", + "er nie", + "ee ve", + "Ġba ba", + "Ġr ope", + "Ġfor th", + "Ġoff ice", + "ite ly", + "Ġche ep", + "Ġho spital", + "Ġcr ib", + "Ġdr um", + "Ġdr iving", + "Ġz e", + "Ġpe anut", + "Ġclimb ing", + "Ġtre vor", + "Ġlisten ing", + "flow ers", + "crayon s", + "Ġchar lie", + "b ah", + "c id", + "f irst", + "h unhunh", + "s et", + "u u", + "Ġt ear", + "Ġt igger", + "Ġd uh", + "oo sh", + "Ġp ee", + "Ġp oor", + "Ġp ony", + "it ed", + "et s", + "om an", + "Ġo scar", + "ck y", + "ho p", + "Ġsee ds", + "Ġback wards", + "ang er", + "did n", + "Ġfr uit", + "Ġsl ipper", + "ul a", + "Ġsw eater", + "che w", + "Ġday s", + "Ġscr ub", + "ju dy", + "jam ie", + "Ġgrow ing", + "g ir", + "h ur", + "n n", + "t ea", + "Ġt y", + "Ġs ink", + "Ġn at", + "what s", + "ig n", + "ir ts", + "Ġli ft", + "Ġlike d", + "all ey", + "Ġbe an", + "pp op", + "Ġcat s", + "Ġsl ow", + "aboo se", + "llow een", + "io lin", + "Ġboun cy", + "Ġbug s", + "Ġrat her", + "umm er", + "Ġste fan", + "Ġtom ato", + "dr ink", + "Ġwigg ily", + "Ġpa jamas", + "Ġcorn er", + "Ġham ster", + "Ġcu be", + "f ra", + "o d", + "u nd", + "Ġ oop", + "Ġw ide", + "in ce", + "oo aa", + "Ġg iddy", + "Ġm ount", + "Ġf if", + "Ġr ough", + "Ġhe n", + "Ġk ing", + "ch i", + "Ġst o", + "am el", + "sh ut", + "il t", + "Ġbr ought", + "Ġpu ff", + "Ġdr ill", + "Ġgirl s", + "Ġsw eep", + "Ġdraw er", + "Ġevery one", + "Ġsc rew", + "Ġkind s", + "co lin", + "Ġdre w", + "fl ies", + "ard en", + "for table", + "Ġballoon s", + "mon key", + "Ġrib bit", + "Ġpin occhio", + "Ġscratch y", + "foot ball", + "Ġsau ce", + "b ea", + "b ed", + "b bit", + "c ho", + "h ooray", + "r oo", + "r ill", + "w a", + "ha mmer", + "Ġw ood", + "Ġw oman", + "Ġd u", + "Ġg a", + "Ġg arden", + "Ġm iddle", + "Ġh um", + "Ġha ha", + "Ġha lloween", + "Ġu nd", + "Ġj ul", + "ra bbit", + "as on", + "Ġthink s", + "Ġcl unk", + "Ġbu zz", + "Ġsp itting", + "ul ar", + "Ġwor ld", + "Ġblue berries", + "Ġsc oop", + "Ġgar age", + "Ġac ross", + "fu lly", + "Ġrub ber", + "Ġboot s", + "fin itely", + "Ġchee k", + "Ġmount ain", + "b uck", + "d ah", + "i v", + "i kes", + "k ins", + "k nock", + "n ce", + "y uck", + "Ġc ur", + "ve get", + "Ġj e", + "Ġj ar", + "Ġj ill", + "pp ie", + "ab ab", + "Ġso ap", + "Ġtoo t", + "Ġco ck", + "Ġbr oom", + "Ġal ice", + "ug h", + "Ġany where", + "not hing", + "Ġstay s", + "tra in", + "ju ice", + "Ġge ese", + "Ġwra p", + "tur tle", + "Ġrad io", + "Ġop ossum", + "Ġfam ily", + "fra id", + "b onk", + "l ic", + "m ouse", + "p y", + "r uff", + "t ree", + "z oom", + "Ġt u", + "he tt", + "Ġb icycle", + "or k", + "Ġhe art", + "st e", + "ch y", + "itt er", + "ro c", + "Ġy uck", + "row ave", + "Ġsp ell", + "ag hett", + "Ġsh irts", + "bl ow", + "Ġkeep s", + "Ġear ly", + "Ġfeel s", + "Ġmo st", + "som etimes", + "Ġca se", + "Ġtw inkle", + "Ġspill ed", + "Ġhur ts", + "flow er", + "Ġfre sh", + "g an", + "k ind", + "k angaroo", + "n eed", + "Ġ kay", + "Ġa fraid", + "Ġb other", + "on ly", + "Ġd ut", + "Ġf an", + "Ġh orn", + "ig ator", + "ad o", + "ir d", + "st uck", + "Ġwhat ever", + "Ġre ct", + "ust rat", + "Ġne igh", + "ug uh", + "ber t", + "Ġsha king", + "Ġmu d", + "ma isy", + "Ġcook ing", + "cl imb", + "Ġro ar", + "Ġlove ly", + "io ca", + "Ġpull ed", + "pu ppies", + "Ġjump s", + "Ġfell ow", + "Ġcra b", + "Ġda vid", + "Ġsec ret", + "Ġchicken s", + "Ġhipp os", + "Ġun cle", + "Ġowl s", + "Ġsquare s", + "Ġnur sing", + "dr iver", + "Ġwo lf", + "Ġstr ong", + "sm ell", + "Ġexc ited", + "col ate", + "Ġlad der", + "roc co", + "b ing", + "e yes", + "i pping", + "i ya", + "l u", + "m oon", + "m wuh", + "n um", + "o l", + "Ġ yeh", + "Ġt imes", + "Ġt akes", + "Ġa v", + "Ġw ish", + "Ġs ick", + "Ġs ummer", + "Ġb right", + "in es", + "Ġc our", + "Ġm eat", + "Ġp eel", + "Ġl ine", + "ing s", + "Ġn ames", + "Ġon to", + "Ġe h", + "han g", + "Ġduck ies", + "Ġho les", + "Ġcr omer", + "Ġbit ing", + "Ġbit es", + "Ġbit sy", + "ib ble", + "Ġwait ing", + "Ġgl ad", + "Ġarm adill", + "Ġbuck le", + "Ġsn eak", + "tra ctor", + "Ġstr ip", + "Ġva ivy", + "Ġtool s", + "grand ma", + "anan as", + "rocco li", + "a id", + "d adada", + "i ff", + "m r", + "m er", + "n ic", + "t ed", + "w ash", + "w eener", + "Ġ veget", + "Ġp urse", + "Ġl ying", + "er g", + "Ġn oodle", + "ra is", + "Ġbl ank", + "unn ies", + "Ġy up", + "Ġfr ustrat", + "Ġduck ling", + "bl ack", + "bl ock", + "Ġboo boo", + "cl ick", + "Ġsqu eeze", + "Ġpick le", + "Ġmic rowave", + "Ġpo pping", + "Ġfix ing", + "Ġspoon s", + "Ġfro zen", + "inn ie", + "fr om", + "Ġsand box", + "Ġpretend ing", + "bird ie", + "Ġsurpr ise", + "umy umy", + "Ġcher ry", + "a c", + "a le", + "c donald", + "d ump", + "e ct", + "g rover", + "i ers", + "j ul", + "p aper", + "r ar", + "t u", + "t w", + "w r", + "x y", + "ha ir", + "Ġw ease", + "Ġs anta", + "Ġb eak", + "it s", + "Ġo ct", + "or m", + "ut ta", + "Ġk ate", + "at es", + "ie f", + "st al", + "Ġe ma", + "Ġdon ald", + "am ut", + "Ġgood bye", + "Ġno ises", + "ab les", + "ce pt", + "up er", + "Ġboy s", + "Ġany body", + "Ġkitt ies", + "os car", + "Ġdi apers", + "pe ople", + "Ġhappen ing", + "Ġboun ces", + "Ġdoll s", + "la ce", + "te lephone", + "oc ado", + "gra pes", + "Ġladybug s", + "tap utta", + "Ġcarry ing", + "Ġlu cy", + "aghett i", + "Ġwease l", + "b ad", + "c ut", + "c ir", + "d uh", + "e lephant", + "g oo", + "j a", + "k im", + "m otorcycle", + "p hoebe", + "w on", + "z o", + "Ġt ee", + "re ss", + "Ġi r", + "Ġs ir", + "Ġb uh", + "Ġb one", + "in ing", + "Ġc ub", + "Ġm ush", + "Ġm ag", + "Ġp ipe", + "it ar", + "Ġf ence", + "Ġo ven", + "or s", + "ar a", + "Ġme n", + "um s", + "ill ou", + "Ġall igator", + "Ġwas hed", + "Ġbr ittany", + "Ġsa fe", + "Ġcom fortable", + "Ġsho pping", + "Ġhat s", + "but ton", + "Ġopen ed", + "ub by", + "che ese", + "aw a", + "cl own", + "Ġpull ing", + "boo boo", + "Ġstar fish", + "ach oo", + "Ġde finitely", + "back pack", + "Ġwo ggie", + "Ġpol ar", + "Ġkne es", + "Ġele ven", + "Ġpengu in", + "Ġmonth s", + "b ble", + "d ad", + "n ur", + "p ar", + "r ub", + "w een", + "Ġ oo", + "Ġ ll", + "Ġs ign", + "Ġd ish", + "Ġc one", + "Ġc aboose", + "Ġm ow", + "Ġp ast", + "nd on", + "id d", + "id es", + "and rew", + "Ġpl ant", + "ur oy", + "Ġbo ck", + "Ġcar pet", + "Ġher self", + "Ġsh iny", + "bo at", + "Ġcr ank", + "pl ace", + "Ġgr an", + "Ġbed room", + "Ġtap ioca", + "ais linn", + "if ic", + "Ġbring ing", + "Ġbrush ing", + "Ġfeel ing", + "Ġdoll ie", + "Ġex cuse", + "Ġcut ting", + "Ġwash ing", + "Ġoat ios", + "every thing", + "Ġneck lace", + "Ġreach ing", + "Ġlaug hing", + "Ġwra pping", + "dan iel", + "Ġcu dd", + "sn uggle", + "Ġshar p", + "Ġdes k", + "Ġsto pped", + "Ġrect angle", + "Ġcour se", + "Ġarmadill o", + "c ed", + "d n", + "f ix", + "k a", + "l ve", + "l ady", + "l ater", + "m ine", + "t eddy", + "v a", + "Ġt angled", + "ha m", + "Ġd anger", + "Ġg ab", + "it es", + "ea th", + "Ġr hy", + "Ġput s", + "Ġst ation", + "pp os", + "ry stal", + "op her", + "ab a", + "ab ee", + "Ġmy self", + "eat ing", + "eed ee", + "oops ie", + "Ġpic nic", + "li on", + "Ġwor m", + "Ġchick s", + "Ġpen ny", + "air plane", + "Ġdre am", + "Ġsk in", + "man uela", + "sw er", + "Ġkn ick", + "chick en", + "Ġaw ake", + "gl asses", + "Ġpudd ing", + "scr atch", + "rib bit", + "Ġze bra", + "Ġav ocado", + "b ers", + "c ock", + "d inosaur", + "r idge", + "Ġw itch", + "Ġs ize", + "in t", + "Ġg ames", + "Ġc ast", + "Ġc andy", + "Ġl ock", + "Ġit sy", + "er y", + "Ġth ump", + "Ġn est", + "nd ay", + "na ck", + "Ġk im", + "ch u", + "no on", + "ood ood", + "Ġj en", + "Ġup py", + "Ġfor k", + "Ġgot cha", + "Ġcl ack", + "Ġher s", + "good bye", + "ag u", + "ump ty", + "Ġbr u", + "Ġsl eeve", + "bo ard", + "Ġhelp ing", + "Ġas ha", + "Ġjo anna", + "cl ot", + "Ġstick er", + "some one", + "Ġafter noon", + "Ġjam mies", + "bre ad", + "Ġengine er", + "sw ing", + "Ġcraw ling", + "Ġstraw berries", + "Ġstraw berry", + "Ġpoin ting", + "Ġtrip od", + "Ġtrick y", + "pigg y", + "Ġpor ridge", + "Ġes c", + "Ġblank ie", + "dn esday", + "b ur", + "c cer", + "e w", + "m i", + "m ond", + "r ay", + "s pl", + "t ouch", + "Ġt ip", + "Ġa in", + "Ġs er", + "Ġb unch", + "Ġb iscuit", + "Ġb ananas", + "in ation", + "Ġg oofy", + "Ġm ind", + "Ġl ow", + "Ġf red", + "ea ther", + "Ġk at", + "st ill", + "ch ug", + "Ġj elly", + "Ġst ret", + "Ġst omp", + "Ġbo b", + "Ġbo dy", + "Ġno body", + "il es", + "ies t", + "Ġsp eak", + "Ġsp aghetti", + "ast er", + "Ġfl ash", + "Ġagain st", + "to es", + "ub b", + "Ġbet ween", + "Ġdoor s", + "Ġna ils", + "Ġjump ed", + "Ġdan iel", + "lephan ts", + "squ ish", + "any thing", + "oy oy", + "Ġpoin t", + "Ġbeg ins", + "Ġwa ving", + "ian o", + "fro g", + "b uh", + "b ite", + "e ye", + "i zz", + "k ick", + "k aboom", + "n orman", + "p ha", + "p ill", + "s ies", + "s aid", + "t les", + "u es", + "z ip", + "Ġt ik", + "Ġw alked", + "Ġb ought", + "Ġm op", + "Ġp al", + "Ġp ouch", + "Ġp apers", + "Ġo ppos", + "Ġn ope", + "Ġh on", + "Ġr um", + "Ġk ite", + "Ġli z", + "Ġre g", + "ink er", + "al ong", + "dy a", + "Ġan swer", + "op us", + "Ġbl ah", + "Ġbird ies", + "Ġtr ue", + "Ġtr ied", + "ul u", + "Ġdr ip", + "bl anket", + "Ġcow s", + "Ġsm o", + "Ġchick a", + "Ġmat t", + "Ġpo lly", + "Ġstay ed", + "Ġbump ed", + "Ġsong s", + "Ġclown s", + "Ġstar s", + "Ġwo ke", + "tre vor", + "con ut", + "sna ke", + "Ġcont ain", + "ste fan", + "pill ar", + "b th", + "b roke", + "h in", + "r um", + "t iger", + "re al", + "Ġw ild", + "Ġs ince", + "Ġb um", + "Ġg as", + "Ġg ross", + "Ġc amel", + "Ġl ind", + "is a", + "Ġf ill", + "Ġh ugg", + "Ġgo rill", + "Ġr asp", + "Ġk amut", + "Ġk nack", + "and er", + "Ġli za", + "Ġe lephants", + "ra ct", + "Ġpl astic", + "ed ed", + "Ġout ta", + "Ġso y", + "Ġso ld", + "Ġbig g", + "Ġco conut", + "ff y", + "Ġsh or", + "don key", + "Ġduck y", + "bo ing", + "ip sy", + "Ġv iolin", + "Ġsm iling", + "Ġbed s", + "Ġhor ses", + "Ġpick ing", + "Ġclean er", + "Ġz o", + "Ġpe ppers", + "co ffee", + "Ġbutter flies", + "cat ion", + "Ġoat io", + "Ġpar k", + "Ġfeed ing", + "Ġac cid", + "Ġwha le", + "Ġpea s", + "Ġang ry", + "Ġir on", + "pha bet", + "a unt", + "c ess", + "c ount", + "d one", + "d elicious", + "f a", + "f unny", + "k h", + "n eath", + "p ro", + "t ow", + "u se", + "w ard", + "Ġt ill", + "Ġt alked", + "Ġt inker", + "Ġi mp", + "Ġs i", + "Ġs alley", + "in a", + "Ġc age", + "Ġm itt", + "Ġl as", + "is ed", + "Ġf el", + "Ġn ancy", + "or ing", + "Ġr ow", + "Ġhe h", + "Ġhe he", + "Ġand rew", + "ic ul", + "ra h", + "Ġre m", + "Ġst ir", + "al es", + "al ik", + "un cle", + "look ing", + "are nt", + "op ter", + "Ġcl ear", + "oom papa", + "row row", + "Ġsp inning", + "wh oo", + "bl ess", + "so l", + "so ggy", + "Ġcall s", + "Ġlea st", + "Ġmon keys", + "Ġz ack", + "Ġtea cher", + "Ġnum bers", + "Ġbar ney", + "Ġpocket s", + "Ġkick ing", + "tra vis", + "Ġdump ty", + "Ġcho colate", + "Ġdum bo", + "Ġhur ry", + "bu ild", + "Ġros ie", + "Ġseem s", + "Ġed ge", + "lic opter", + "cir cle", + "Ġaccid ent", + "g ar", + "j ohn", + "o f", + "p eter", + "p aul", + "u a", + "w ipe", + "y ikes", + "Ġ ouch", + "Ġt ed", + "Ġt ag", + "Ġb unnies", + "in et", + "Ġd am", + "Ġc ro", + "Ġm ain", + "it zen", + "es y", + "Ġf ree", + "Ġn an", + "Ġha y", + "ot e", + "Ġwe dnesday", + "Ġli fe", + "out side", + "Ġcar r", + "Ġcar t", + "ak a", + "Ġsp out", + "Ġfl a", + "iss ors", + "Ġal mond", + "Ġpig let", + "Ġmu se", + "Ġv o", + "Ġgu itar", + "Ġro b", + "Ġsc ary", + "urt ain", + "igg le", + "Ġboun cing", + "ne xt", + "Ġlo ad", + "Ġstick ing", + "Ġlong er", + "la x", + "Ġhug s", + "Ġtowel s", + "Ġbat ht", + "bir thday", + "Ġpa il", + "hor se", + "Ġelbow s", + "Ġterr ible", + "Ġslipper y", + "gir affe", + "Ġscrew driver", + "Ġduckling s", + "Ġcontain er", + "sol ute", + "b s", + "b ee", + "b as", + "d ry", + "d adad", + "f o", + "l ind", + "l ess", + "o livia", + "r un", + "t ent", + "Ġ ke", + "Ġt est", + "ha r", + "Ġs ent", + "Ġd eedee", + "Ġp os", + "Ġp iano", + "Ġl ucky", + "Ġl ulu", + "is on", + "Ġn am", + "oh oh", + "ie ld", + "im my", + "um e", + "Ġpl ug", + "ick y", + "ab u", + "Ġso ccer", + "ang les", + "Ġhim self", + "Ġcha in", + "Ġsit s", + "Ġal phabet", + "Ġtr ade", + "Ġor ang", + "Ġwor ry", + "ere d", + "Ġjo sh", + "Ġchick ie", + "Ġwear s", + "Ġring ing", + "Ġsk unk", + "man y", + "Ġpret z", + "Ġcrack ers", + "Ġge orge", + "Ġcheer io", + "com b", + "Ġbeg inning", + "Ġsurpr ised", + "Ġwin dy", + "rock ing", + "Ġpotato head", + "Ġbase ball", + "wr ite", + "Ġcub es", + "Ġll ama", + "Ġdanger ous", + "izz a", + "Ġreg ular", + "pro bably", + "Ġlas sie", + "a pp", + "b en", + "f ire", + "g es", + "m ight", + "m el", + "p illow", + "s ound", + "Ġt ough", + "re ssed", + "Ġyou ng", + "Ġb urn", + "Ġb urp", + "Ġd ust", + "Ġd ough", + "Ġc or", + "Ġc el", + "Ġm eal", + "Ġp ik", + "er pillar", + "Ġh itting", + "Ġhe licopter", + "ome nt", + "at ed", + "and el", + "Ġli ck", + "do ll", + "Ġst ove", + "al ing", + "Ġbl itzen", + "Ġco l", + "Ġco ll", + "Ġco st", + "Ġy awn", + "el ana", + "Ġcat erpillar", + "Ġwho se", + "ree p", + "Ġcom p", + "Ġsl inger", + "ooh oo", + "get ting", + "Ġcr ied", + "to ys", + "Ġbre ndon", + "Ġas king", + "Ġfa ir", + "Ġfa ct", + "ub ub", + "Ġle mon", + "Ġmon day", + "Ġrecor d", + "Ġgra c", + "Ġroll s", + "ne w", + "Ġtea pot", + "Ġbag s", + "ent ly", + "Ġpigg ies", + "Ġmom mies", + "Ġstick s", + "sp in", + "aur us", + "Ġfu zz", + "Ġsnow fl", + "Ġswing ing", + "Ġlamb s", + "cu um", + "Ġcomb ing", + "Ġtre at", + "Ġrun s", + "Ġfast er", + "Ġtast es", + "Ġhang ing", + "Ġtwe lve", + "Ġva cation", + "dan ce", + "Ġgold fish", + "cup s", + "Ġclick ety", + "Ġchang ed", + "Ġsal t", + "Ġcord uroy", + "uu w", + "Ġnat han", + "solute ly", + "Ġcel ery", + "andel ion", + "l ast", + "m ary", + "m akes", + "p ants", + "Ġ ye", + "Ġt ou", + "Ġw aste", + "Ġb es", + "Ġb roccoli", + "Ġc oo", + "Ġc ous", + "Ġm oment", + "Ġp oss", + "Ġth ird", + "Ġh ooray", + "ig her", + "na h", + "ch rist", + "no b", + "im i", + "as es", + "Ġpl ants", + "ur s", + "Ġan t", + "Ġso fa", + "Ġcl iff", + "go ld", + "Ġpu shed", + "ong e", + "Ġqu est", + "Ġsc oot", + "Ġunder neath", + "co ld", + "co ver", + "Ġyo lk", + "duck s", + "Ġmar ie", + "Ġbel t", + "got ta", + "Ġmiss us", + "Ġbasket ball", + "Ġpar rot", + "play ing", + "tr iangle", + "pat ty", + "Ġgrass ho", + "ex cellent", + "Ġtw ist", + "Ġem ily", + "yo gurt", + "Ġwire s", + "aga z", + "Ġexc iting", + "Ġpour ing", + "Ġang el", + "sleep y", + "Ġpip er", + "carrot s", + "rais ins", + "rub ber", + "scratch y", + "spl ash", + "Ġstret ch", + "Ġshor ts", + "Ġdam n", + "bas ket", + "Ġnam ed", + "Ġquest ion", + "g n", + "h ug", + "k ate", + "l ves", + "p in", + "p te", + "v al", + "z ing", + "Ġt ank", + "he ar", + "Ġa while", + "Ġw u", + "Ġw re", + "Ġw at", + "Ġs y", + "Ġs ue", + "Ġs uper", + "an ce", + "Ġc urtain", + "Ġp h", + "Ġf ight", + "Ġf ore", + "Ġn ic", + "Ġh ood", + "ig or", + "ve nt", + "na t", + "ot am", + "ar f", + "Ġgon ga", + "all ow", + "Ġan ts", + "Ġan nie", + "Ġbo ard", + "Ġcl a", + "ind ere", + "Ġeat en", + "Ġbu ilt", + "Ġy ard", + "Ġbr an", + "put taputta", + "Ġmu ff", + "Ġhelp er", + "Ġblue berry", + "Ġjo e", + "Ġjo ke", + "Ġgr ay", + "ball s", + "aw awa", + "Ġte mp", + "room s", + "Ġpo le", + "Ġbump ity", + "Ġgl o", + "sp ot", + "Ġbar ret", + "Ġknock ing", + "Ġclot h", + "Ġmar ket", + "Ġea ster", + "Ġdada ji", + "cra ck", + "fe et", + "kiss ing", + "jump ing", + "boun cy", + "Ġdar ling", + "po l", + "Ġchang ing", + "Ġcheek s", + "Ġfrustrat ed", + "ief case", + "Ġcast le", + "Ġsi ppy", + "Ġcliff ord", + "pte mber", + "otam us", + "indere lla", + "b om", + "b umble", + "c us", + "c ases", + "e ven", + "l as", + "m ed", + "m oom", + "n uuw", + "o le", + "t v", + "Ġ x", + "Ġ ver", + "Ġi m", + "Ġb ay", + "Ġd ouble", + "oo ter", + "Ġm ike", + "Ġp izza", + "Ġl ou", + "Ġl ar", + "Ġl isa", + "is hes", + "it a", + "er os", + "Ġr hin", + "id ay", + "Ġk l", + "Ġk issed", + "ar ound", + "Ġli am", + "ch ugga", + "Ġj ug", + "Ġe xt", + "Ġre ason", + "Ġat ta", + "hi h", + "op ard", + "ap ika", + "Ġcl au", + "Ġcl oud", + "Ġbox es", + "Ġfl at", + "Ġfl ip", + "be fore", + "Ġany one", + "say s", + "Ġcr own", + "Ġpig lets", + "Ġus es", + "Ġv igor", + "Ġwere n", + "Ġopen ing", + "art en", + "Ġjo ey", + "een th", + "Ġsm oo", + "cl unk", + "Ġshow ing", + "Ġsc ales", + "Ġsc issors", + "Ġbed time", + "Ġtap ing", + "Ġshould n", + "Ġtow ards", + "Ġpo ppop", + "urt les", + "Ġroll ed", + "Ġdoll ies", + "for get", + "Ġsk ipped", + "Ġex cellent", + "Ġmo ves", + "Ġstar ting", + "Ġmoo se", + "dd en", + "Ġcomb ination", + "Ġpocket book", + "Ġde an", + "squ are", + "Ġste f", + "Ġste ve", + "Ġpump kins", + "Ġjohn ny", + "Ġclos ing", + "oc eros", + "Ġlearn ed", + "Ġweek s", + "agag agag", + "Ġpresent s", + "com ing", + "Ġwhis tle", + "Ġwhis per", + "Ġfuss y", + "erg arten", + "Ġmag ic", + "Ġgab by", + "Ġkat ie", + "Ġliz ard", + "broke n", + "Ġmuse um", + "Ġrob in", + "Ġclau s", + "b ster", + "f raser", + "g ama", + "j oy", + "k uh", + "k ada", + "k alie", + "l s", + "m us", + "p ret", + "p ress", + "s aurus", + "t igger", + "v oom", + "w k", + "w u", + "z er", + "z ipper", + "Ġt een", + "Ġs uck", + "Ġs unny", + "Ġb ry", + "on s", + "in na", + "in to", + "Ġd ub", + "Ġg ives", + "Ġc ab", + "Ġm alik", + "Ġm agaz", + "Ġp ond", + "Ġl ose", + "it ion", + "er at", + "Ġf iddle", + "Ġto r", + "ea s", + "Ġn i", + "Ġn or", + "Ġh onk", + "Ġh ula", + "le y", + "Ġba l", + "na p", + "na me", + "Ġr iver", + "Ġk oosh", + "no ise", + "ra in", + "Ġre lax", + "uh p", + "en se", + "en ts", + "um um", + "Ġbe es", + "Ġpl an", + "Ġpl um", + "th ough", + "Ġdid dle", + "Ġab c", + "ack a", + "qu ick", + "Ġneed ed", + "Ġtr i", + "Ġchi kada", + "Ġho ppity", + "Ġcr umb", + "so ft", + "Ġfa ces", + "Ġgr oup", + "Ġwater ing", + "br own", + "Ġmean t", + "Ġta x", + "Ġpat ting", + "Ġbar king", + "Ġer in", + "Ġsn uggle", + "Ġfo llow", + "cr unch", + "te eth", + "ding ton", + "bre ak", + "Ġwindow s", + "sw ish", + "ud ud", + "Ġac orn", + "Ġca illou", + "Ġsuit case", + "Ġsuit cases", + "Ġow lets", + "Ġnut s", + "Ġwip ers", + "egg s", + "Ġmam m", + "sk unk", + "Ġveget ables", + "idd ler", + "Ġhugg ing", + "Ġjosh ua", + "urs day", + "Ġwre ck", + "Ġcla pping", + "Ġglo ves", + "Ġsmoo th", + "mus ic", + "a che", + "b elly", + "d adadada", + "f all", + "g h", + "g ie", + "h u", + "i us", + "j ou", + "k rystal", + "l ph", + "m es", + "p ain", + "p ump", + "r ic", + "r ice", + "s oon", + "t we", + "w ind", + "Ġt ent", + "re ach", + "Ġb ur", + "on i", + "Ġc ond", + "Ġc ross", + "Ġp ract", + "le w", + "Ġba be", + "Ġr ack", + "ir p", + "ar i", + "Ġli p", + "Ġdon g", + "Ġst ea", + "let e", + "Ġpl iers", + "sh irt", + "Ġplay s", + "Ġab solutely", + "ag ah", + "ump y", + "Ġsh out", + "Ġbr iefcase", + "put er", + "put ting", + "Ġnice ly", + "ug ug", + "Ġsl iding", + "Ġsha ky", + "li ft", + "Ġfind ing", + "Ġlove d", + "whe at", + "Ġclean ed", + "Ġtow ers", + "Ġgra mma", + "ne ver", + "Ġgl ove", + "Ġdiff icul", + "Ġun happy", + "Ġfire place", + "gu ess", + "Ġrest aur", + "Ġste pped", + "hee hee", + "rr r", + "fe ct", + "chick ens", + "sc oop", + "Ġspot s", + "Ġva cuum", + "tur key", + "chch ch", + "balloon s", + "hur ray", + "Ġty ler", + "und red", + "Ġga il", + "Ġstrip ed", + "tw inkle", + "nur sie", + "clot h", + "Ġoppos ite", + "Ġbigg est", + "Ġzo e", + "Ġorang es", + "sound s", + "Ġgrac ious", + "Ġdifficul t", + "b or", + "c ill", + "f eter", + "f ather", + "g ur", + "i y", + "l al", + "m s", + "m ust", + "m aking", + "m ickey", + "o ct", + "p ie", + "p ic", + "p ear", + "r u", + "s am", + "s up", + "s eth", + "z ack", + "Ġt uck", + "Ġw uh", + "Ġw inky", + "Ġw ings", + "in ed", + "an o", + "an nie", + "Ġd andelion", + "Ġg oo", + "Ġg er", + "Ġg ep", + "Ġg inger", + "Ġc e", + "Ġc row", + "Ġc ity", + "Ġc inderella", + "Ġp rop", + "Ġl and", + "Ġl aur", + "et to", + "Ġth ursday", + "Ġo b", + "Ġn uh", + "Ġh umm", + "Ġh umpty", + "ig i", + "le nty", + "ke nd", + "Ġr unny", + "Ġk nob", + "no body", + "do ing", + "en g", + "Ġst amp", + "all s", + "Ġcar ries", + "ro ar", + "Ġsp onge", + "eed le", + "Ġel astic", + "Ġpu shes", + "Ġcom puter", + "Ġdr ool", + "Ġqu een", + "Ġsw allow", + "Ġopen s", + "Ġbot tles", + "Ġsu nday", + "Ġsc ream", + "br ittany", + "Ġse nd", + "Ġpo st", + "your s", + "Ġfall s", + "Ġdrink s", + "Ġsing s", + "ne igh", + "Ġlo is", + "Ġpot s", + "Ġmar y", + "Ġwee kend", + "ile nce", + "Ġrest ing", + "Ġtast y", + "Ġdinosaur s", + "Ġclos er", + "Ġsplash ing", + "Ġpain ting", + "sn ort", + "tre es", + "dodo dodo", + "su ch", + "Ġshar k", + "Ġwin ter", + "Ġspr ink", + "Ġpengu ins", + "asp ard", + "Ġterr ific", + "Ġfif teen", + "jul ia", + "Ġoct opus", + "eather s", + "Ġsmo ke", + "Ġgorill a", + "Ġrasp berries", + "aunt ie", + "Ġmitt ens", + "Ġmain e", + "Ġbatht ub", + "Ġpretz els", + "Ġposs ible", + "Ġrestaur ant", + "cill e", + "feter ia", + "gur ty", + "Ġgep etto", + "c ool", + "d ot", + "f y", + "g one", + "j ay", + "k o", + "l m", + "l op", + "m outh", + "s un", + "s li", + "s ocks", + "t angled", + "v ie", + "Ġt umble", + "ha d", + "Ġs ip", + "Ġs lep", + "Ġs ieve", + "Ġb and", + "Ġb ush", + "Ġd eal", + "Ġc reep", + "Ġm et", + "Ġp hot", + "Ġp lenty", + "Ġl oose", + "Ġto t", + "Ġto fu", + "Ġn one", + "Ġh ic", + "Ġh undred", + "Ġgo bble", + "Ġba ker", + "Ġr ose", + "Ġe dd", + "Ġre co", + "do lly", + "am ps", + "al ator", + "ur ing", + "ur day", + "Ġbl ink", + "ell a", + "ff i", + "Ġsp ace", + "Ġsh ot", + "wh ite", + "Ġturn s", + "Ġtr ans", + "Ġch ubby", + "os ing", + "Ġdr ank", + "Ġdi al", + "Ġgre y", + "Ġwh oop", + "ma ggie", + "Ġle opard", + "Ġmin nie", + "Ġshow ed", + "ble h", + "ire d", + "Ġbreak s", + "Ġte le", + "if e", + "Ġpo pped", + "Ġma ggie", + "Ġma cdonald", + "Ġstuff ed", + "Ġlo la", + "Ġstick ers", + "Ġgl ue", + "sic le", + "bab a", + "Ġpillow s", + "Ġswim s", + "stick er", + "Ġwall et", + "Ġcheck ing", + "ps st", + "Ġsister s", + "ert ain", + "bub ble", + "bear s", + "tre ss", + "Ġsquish y", + "pigg ie", + "iz ab", + "str ich", + "door s", + "bea utiful", + "cho ke", + "Ġje ans", + "kind a", + "Ġbother ing", + "xy lop", + "Ġrhy mes", + "Ġesc alator", + "Ġsold ier", + "Ġye ll", + "Ġbarret te", + "moom ilk", + "Ġrhin oceros", + "Ġmagaz ine", + "Ġtri angles", + "break fast", + "Ġlaur ie", + "Ġslep t", + "Ġedd ie", + "xylop hone", + "c ie", + "f eed", + "g ee", + "g iving", + "g iddy", + "h it", + "h ush", + "j ama", + "p aste", + "r isten", + "s ilence", + "w ear", + "w ide", + "y m", + "Ġw rench", + "in o", + "in ess", + "an imal", + "Ġd abee", + "Ġg um", + "Ġc d", + "Ġm ot", + "Ġm all", + "Ġm um", + "Ġm cdonald", + "ll ip", + "Ġp s", + "Ġp up", + "Ġp aw", + "Ġp air", + "Ġp arent", + "Ġl y", + "es se", + "ea sure", + "Ġn aught", + "Ġn orman", + "Ġh igher", + "ook ed", + "Ġr ace", + "st ack", + "st raw", + "ar r", + "ch ou", + "Ġj erry", + "Ġme g", + "Ġput cher", + "ra l", + "Ġre ce", + "Ġre turn", + "am ole", + "al ice", + "let ter", + "as ha", + "Ġan ten", + "Ġbaby e", + "Ġplay er", + "ab out", + "Ġshe lf", + "Ġover alls", + "Ġco lin", + "Ġbu ll", + "el bow", + "good ness", + "Ġwhere ver", + "Ġsa ve", + "Ġcom fy", + "me g", + "Ġdr ives", + "pen cil", + "to y", + "Ġtalk s", + "ma chine", + "Ġle an", + "Ġwater mel", + "Ġte gama", + "ge orge", + "Ġz ach", + "Ġwr ist", + "Ġen joy", + "co at", + "Ġfish y", + "ade h", + "throw ing", + "Ġbump y", + "Ġgl ug", + "Ġex cept", + "Ġschool bus", + "ach u", + "every where", + "Ġsn eez", + "Ġclimb ed", + "book s", + "Ġste pping", + "Ġsqueak s", + "ny um", + "bir ds", + "ud dy", + "fu zzy", + "gra ss", + "Ġca feteria", + "Ġgold en", + "Ġpatty cake", + "grand pa", + "fro ggie", + "Ġper fect", + "Ġpad dington", + "Ġribbon s", + "bea ds", + "Ġund ressed", + "lu cy", + "Ġsneak ers", + "ac amole", + "tu ce", + "Ġmow ing", + "Ġfel t", + "Ġcost ume", + "christ opher", + "nat han", + "Ġteen y", + "Ġtax i", + "pic ture", + "Ġphot o", + "Ġreco gn", + "izab eth", + "llip op", + "Ġnaught y", + "Ġanten na", + "b al", + "b iscuit", + "d ow", + "d um", + "d ipsy", + "e mpty", + "f ell", + "h onk", + "j eez", + "k n", + "k oo", + "m ess", + "r ide", + "s and", + "s ally", + "s ame", + "t op", + "t oot", + "Ġt urtles", + "Ġw innie", + "Ġs es", + "Ġs ense", + "Ġb in", + "Ġb itt", + "Ġb ind", + "Ġb orn", + "Ġd om", + "oo o", + "Ġc and", + "Ġc ertain", + "Ġm aster", + "Ġm imi", + "ow ie", + "or gie", + "ut s", + "Ġk aboom", + "at a", + "ar n", + "ho las", + "no re", + "Ġe mma", + "Ġre c", + "uh uh", + "do ggies", + "ur ie", + "hi p", + "Ġnot ic", + "ce an", + "Ġab bie", + "ag l", + "be hind", + "Ġhas n", + "Ġwhe e", + "Ġbear d", + "Ġfr iday", + "Ġsl i", + "ul ah", + "to ast", + "Ġwh oo", + "cl ip", + "Ġtick ling", + "Ġsc ra", + "Ġmat tress", + "Ġnew sp", + "Ġta hoe", + "Ġroll er", + "co d", + "Ġfish ie", + "Ġlo bster", + "Ġpot tie", + "Ġsna il", + "Ġyo yo", + "la urie", + "Ġpan acka", + "Ġbad ada", + "Ġfrog s", + "Ġsn uff", + "ze bra", + "Ġchug a", + "squ irrel", + "gu ys", + "Ġmust ache", + "tra pe", + "Ġkid do", + "Ġpencil s", + "cra zy", + "Ġbell s", + "lea ves", + "Ġhur ting", + "walk ing", + "mom ma", + "pig s", + "Ġstep s", + "yah yah", + "Ġmark s", + "bet ter", + "Ġben ch", + "Ġpoop ing", + "Ġcrunch y", + "Ġper cy", + "Ġjim my", + "Ġpuff ed", + "iv et", + "Ġtu be", + "won der", + "Ġmush rooms", + "Ġpast a", + "Ġvo ice", + "Ġtou ched", + "Ġgrassho pper", + "Ġtwist ed", + "Ġcurtain s", + "Ġnic holas", + "Ġbry cie", + "Ġhic cups", + "Ġparent s", + "Ġrecogn ize", + "Ġses ame", + "a ces", + "c ro", + "d u", + "g y", + "j ane", + "k ers", + "l ish", + "m my", + "p an", + "p iya", + "r il", + "s sh", + "s ley", + "t aking", + "u dy", + "Ġ '", + "Ġ q", + "Ġt ied", + "re en", + "Ġa dd", + "Ġa shes", + "Ġw ag", + "Ġw ils", + "Ġs ang", + "Ġb illy", + "Ġd eep", + "Ġd el", + "Ġd ya", + "Ġg ym", + "Ġc re", + "Ġm ill", + "Ġp ay", + "ay a", + "ow ed", + "Ġf i", + "Ġf iddler", + "Ġo il", + "Ġo strich", + "Ġo cean", + "se es", + "le h", + "ve red", + "Ġba con", + "Ġr ory", + "Ġhe at", + "Ġk et", + "st on", + "st ers", + "st art", + "ar ar", + "Ġli king", + "Ġsee ing", + "ood les", + "do zer", + "Ġst one", + "Ġst inky", + "Ġst ones", + "Ġst udy", + "um brella", + "yes terday", + "one ly", + "op otamus", + "oop y", + "Ġco ke", + "Ġbu l", + "Ġel mer", + "Ġsh ining", + "Ġchi p", + "Ġch chchch", + "me gan", + "Ġcr ane", + "Ġcr ooked", + "oot chy", + "Ġdi zzy", + "Ġmu s", + "Ġwor ked", + "Ġv ide", + "een ex", + "uff y", + "che ck", + "Ġgr ouch", + "Ġhead s", + "Ġsleep s", + "Ġro y", + "Ġwalk s", + "Ġsqu ash", + "Ġsu dden", + "br oom", + "Ġse ptember", + "Ġpo ppy", + "Ġhar der", + "Ġpop sicle", + "Ġbrush u", + "car s", + "Ġtea ch", + "Ġmove d", + "try ing", + "Ġsk ip", + "Ġda le", + "cha r", + "Ġlam p", + "da ffy", + "Ġhipp opotamus", + "Ġde c", + "squ eeze", + "Ġkid ding", + "Ġbee f", + "Ġnur sie", + "ex cept", + "po ppop", + "Ġpr ay", + "Ġpr oud", + "Ġcare fully", + "Ġstra p", + "Ġchrist opher", + "Ġros y", + "Ġdis app", + "Ġtiss ues", + "Ġlate ly", + "Ġsquirrel s", + "Ġsnack s", + "Ġspr ay", + "Ġspr inkle", + "iz ed", + "Ġtomato es", + "Ġje ff", + "ol ine", + "zo id", + "Ġcrank y", + "lady bug", + "Ġnan ny", + "Ġwaste basket", + "Ġfore st", + "Ġmuff in", + "Ġext ra", + "Ġwhisper ing", + "Ġcrumb s", + "Ġps st", + "cod ile", + "Ġwils on", + "b ag", + "b bie", + "c han", + "e er", + "e le", + "e eat", + "f re", + "f it", + "f ood", + "g le", + "g oofy", + "h umm", + "j ect", + "k oala", + "n an", + "n ear", + "o ppity", + "p ocket", + "p bth", + "r an", + "s anta", + "u ral", + "v im", + "v iolin", + "w et", + "w iggle", + "Ġ ut", + "Ġt im", + "Ġt adah", + "ha ving", + "Ġa un", + "Ġi nd", + "Ġi cky", + "Ġw ore", + "Ġs on", + "Ġs im", + "Ġs eal", + "Ġb an", + "Ġb erry", + "Ġb ank", + "on ds", + "in side", + "Ġd ist", + "Ġc oun", + "Ġc akes", + "Ġm erry", + "Ġp uh", + "Ġp ause", + "Ġp ta", + "Ġl uh", + "Ġl uck", + "Ġl onely", + "Ġf ancy", + "Ġf eathers", + "Ġo y", + "Ġo val", + "Ġn ar", + "Ġn oodles", + "Ġh ose", + "Ġh ush", + "Ġh ip", + "ig ers", + "se lves", + "Ġha ll", + "ut y", + "Ġr ung", + "Ġhe lm", + "id ers", + "Ġwe b", + "Ġk o", + "at os", + "Ġj ay", + "ic orn", + "Ġme l", + "Ġre me", + "Ġcan not", + "do ctor", + "Ġst eak", + "Ġst ella", + "Ġfor ward", + "Ġat tent", + "Ġbe cky", + "ur f", + "ill a", + "ter r", + "Ġwas p", + "ce real", + "au la", + "Ġco zy", + "Ġwhe ther", + "Ġchi chi", + "ess ion", + "ess ert", + "Ġsl inky", + "Ġche esy", + "bo ppie", + "Ġsha ring", + "Ġsha dow", + "bl ing", + "oot s", + "Ġmu ah", + "een ey", + "Ġgr umpy", + "ta hoe", + "Ġtick ly", + "Ġsqu irt", + "Ġsqu eez", + "Ġsc ooter", + "Ġna i", + "Ġna il", + "Ġlea ving", + "Ġmak er", + "Ġpick s", + "Ġmic ah", + "Ġstay ing", + "Ġpop s", + "Ġfro ggy", + "Ġlo llipop", + "Ġdoll house", + "Ġrock ed", + "Ġsk inn", + "Ġmo vie", + "Ġsnow ing", + "ugg ed", + "Ġwash ie", + "Ġbel ow", + "bab ies", + "ik i", + "da vid", + "��cir cus", + "Ġhipp ity", + "Ġsmall er", + "Ġsmell s", + "unt il", + "sw im", + "ud e", + "ud ence", + "too th", + "Ġkn ife", + "Ġcount ing", + "jam in", + "kiss es", + "Ġpa jama", + "ation s", + "Ġboat s", + "wah wah", + "vis ion", + "ci ally", + "mat t", + "fin ish", + "Ġfigure d", + "Ġow ie", + "Ġwip ing", + "star fish", + "Ġyear s", + "sl ide", + "Ġpudd le", + "Ġmr s", + "bat ter", + "oat meal", + "Ġbaba ji", + "cid ed", + "Ġjul ius", + "buck et", + "Ġneigh bor", + "Ġveget able", + "Ġjen ny", + "mi aw", + "ubb orn", + "tow el", + "Ġpik achu", + "Ġkl eenex", + "Ġmamm als", + "twe nty", + "Ġcond ition", + "Ġrece iver", + "nyum nyum", + "sees aw", + "Ġbul b", + "Ġvide o", + "Ġcoun ter", + "Ġreme m", + "Ġattent ion", + "a i", + "b ell", + "b roccoli", + "c ame", + "c li", + "c ootchy", + "f ill", + "f old", + "g rr", + "h ill", + "l ay", + "l asses", + "m am", + "m ummy", + "n ancy", + "o ard", + "p ik", + "p ort", + "r uck", + "r iss", + "r ied", + "s al", + "s itting", + "s alley", + "w ise", + "w ork", + "z oo", + "Ġt ush", + "Ġt igers", + "re cor", + "Ġa qu", + "Ġa choo", + "Ġi g", + "Ġs el", + "Ġb ou", + "on nie", + "in dy", + "Ġd essert", + "Ġg aspard", + "Ġp un", + "Ġp urp", + "Ġl oo", + "Ġl ing", + "Ġl itt", + "Ġl osing", + "Ġit self", + "Ġit chy", + "Ġf il", + "Ġf ield", + "ea red", + "Ġn er", + "what ever", + "Ġba thing", + "Ġr ag", + "ad i", + "Ġwe ird", + "at ing", + "ho pe", + "ic es", + "Ġme gan", + "Ġst ale", + "Ġst amps", + "Ġst ubborn", + "as hes", + "Ġfor ty", + "Ġpl ain", + "sh oo", + "sh oot", + "Ġnot ice", + "Ġbo red", + "ore d", + "Ġall owed", + "ce mber", + "Ġab oard", + "Ġcl uck", + "mm m", + "Ġco vered", + "Ġsp ring", + "ret ruck", + "Ġfl ies", + "Ġfl ag", + "Ġsa il", + "Ġch im", + "Ġch irp", + "Ġcr ad", + "Ġdr ied", + "Ġdi am", + "so da", + "pl op", + "pl unk", + "Ġhold s", + "Ġhair y", + "Ġsm ily", + "Ġle xy", + "ble d", + "Ġro ast", + "Ġju ly", + "Ġsc arf", + "br r", + "Ġshould ers", + "pe cially", + "Ġpe pper", + "Ġwr ote", + "Ġour s", + "ung lasses", + "Ġpop corn", + "Ġgrand mother", + "Ġold er", + "Ġend s", + "Ġsn eeze", + "mp oline", + "ile d", + "Ġstart s", + "Ġde cided", + "Ġtook a", + "osaur us", + "Ġpar sley", + "bug s", + "Ġsqueak y", + "Ġjam es", + "ca illou", + "Ġstr ange", + "Ġbottom s", + "sc rew", + "Ġlearn ing", + "Ġaw fully", + "Ġge orgie", + "Ġstring s", + "Ġmail box", + "sm ile", + "Ġpear s", + "Ġgold ie", + "bot h", + "Ġtrack s", + "bar k", + "bar row", + "Ġpea ch", + "Ġpolice man", + "Ġbonk a", + "Ġlu cille", + "jo anna", + "Ġquick ly", + "Ġpaint ed", + "sl ow", + "sl eeve", + "Ġbase ment", + "sleep ing", + "Ġtu esday", + "Ġcudd le", + "int ment", + "Ġasha y", + "Ġesc ap", + "Ġser ious", + "Ġrem ote", + "fo x", + "har d", + "pol ice", + "bom bom", + "Ġcab inet", + "nap kin", + "pump kin", + "Ġce iling", + "Ġsprink ler", + "Ġnewsp aper", + "Ġfi retruck", + "Ġket tle", + "Ġpray ers", + "Ġsel f", + "a v", + "b i", + "b row", + "b ul", + "c ent", + "c ia", + "c amel", + "f er", + "g s", + "g um", + "g ung", + "g aga", + "h h", + "h ung", + "h igh", + "h umpty", + "i let", + "i as", + "j immy", + "l and", + "m ush", + "m orning", + "m ined", + "n is", + "n or", + "o ber", + "p ea", + "p ee", + "p th", + "p our", + "p os", + "p uff", + "p inky", + "r oof", + "t ool", + "t ired", + "u ary", + "v roo", + "z ie", + "Ġ xylophone", + "Ġt inky", + "re ct", + "Ġw ool", + "Ġs ore", + "Ġs ession", + "Ġb ree", + "Ġd oop", + "Ġd eter", + "Ġd ipsy", + "Ġg ro", + "Ġg igi", + "Ġm ist", + "Ġm unch", + "Ġp ter", + "Ġp ass", + "Ġp rot", + "Ġl awn", + "Ġl aka", + "Ġit ch", + "er k", + "Ġto ilet", + "Ġn ibble", + "Ġh u", + "Ġh y", + "Ġh id", + "Ġh oot", + "Ġdo ts", + "Ġdo ggy", + "Ġdo lph", + "or ies", + "Ġr ip", + "Ġr ash", + "Ġr ipe", + "Ġk rystal", + "ir ie", + "ie nt", + "Ġwant ing", + "ch in", + "no g", + "Ġj eez", + "Ġj esse", + "Ġput taputta", + "ra irie", + "Ġre s", + "Ġre x", + "ink a", + "Ġup on", + "al though", + "as k", + "th ought", + "one d", + "ill on", + "hi y", + "aha hah", + "Ġall ison", + "Ġso da", + "Ġgot chu", + "ang a", + "Ġsp ort", + "Ġel i", + "nt ine", + "nt uu", + "be cky", + "Ġcha lk", + "Ġar t", + "Ġor der", + "ul p", + "Ġcr ick", + "pen gu", + "Ġdraw ers", + "Ġbre at", + "Ġgr own", + "Ġle na", + "Ġro de", + "Ġsu sie", + "sha ky", + "Ġtop s", + "Ġlot ion", + "whe els", + "Ġbus iness", + "Ġgra ham", + "Ġgone gone", + "Ġtickle d", + "ous es", + "Ġpot atos", + "Ġyo baby", + "Ġyo gurty", + "Ġgl uck", + "Ġwheel barrow", + "Ġsec onds", + "Ġmo lly", + "kitt en", + "Ġer as", + "Ġer ica", + "Ġrabbit s", + "Ġtire s", + "Ġnap kins", + "Ġswing s", + "Ġstop s", + "Ġsn oring", + "Ġlamb ie", + "ort ant", + "fish y", + "Ġde h", + "Ġde er", + "Ġun zip", + "Ġun less", + "Ġun icorn", + "gu y", + "Ġra il", + "Ġeng ines", + "choo choo", + "tom ato", + "tom orrow", + "sw itch", + "Ġdump ed", + "ju ba", + "chick a", + "gra ph", + "sho vel", + "Ġrid ers", + "Ġsuit s", + "Ġstra ps", + "Ġaw ful", + "Ġru f", + "dan cing", + "Ġcal m", + "bar king", + "Ġdrop s", + "mu ch", + "Ġsat urday", + "Ġmark er", + "Ġwhis kers", + "sna p", + "Ġshell s", + "scr ub", + "Ġmix ed", + "Ġcough ing", + "Ġfif th", + "Ġhen ry", + "Ġjul ie", + "Ġcur ly", + "Ġspell s", + "climb ing", + "Ġstrip es", + "Ġfrustrat ing", + "bad ji", + "Ġdream s", + "oodood oo", + "agu ar", + "Ġimp ortant", + "Ġcro codile", + "dadad adada", + "Ġke pt", + "Ġsnowfl ake", + "Ġsnowfl akes", + "Ġbes ide", + "Ġcous in", + "Ġatta ched", + "erat ure", + "Ġnor a", + "Ġabc s", + "sli pper", + "Ġtot ally", + "ino es", + "Ġbull dozer", + "Ġdom inoes", + "Ġcertain ly", + "Ġnotic ed", + "Ġdec ide", + "Ġhelm et", + "Ġskinn y", + "cootchy koo", + "Ġig nore", + "Ġbou illon", + "hung ry", + "Ġdeter mined", + "Ġmist ake", + "b uddy", + "d ered", + "f arm", + "f ishies", + "g are", + "g ug", + "h ones", + "k k", + "k id", + "l ong", + "l ky", + "m ah", + "m oney", + "m ily", + "p li", + "p ard", + "s on", + "s ock", + "t all", + "t agon", + "u al", + "v ious", + "w ake", + "Ġt an", + "Ġa y", + "Ġa ug", + "Ġa ma", + "Ġw ad", + "Ġw ack", + "Ġs il", + "Ġs ire", + "Ġs unglasses", + "Ġb i", + "Ġb ill", + "Ġb unk", + "Ġb oring", + "on ies", + "Ġd ow", + "Ġd at", + "Ġd un", + "Ġd ah", + "Ġd igg", + "Ġd aught", + "Ġc ot", + "Ġm es", + "Ġm ood", + "Ġm ung", + "Ġp ow", + "Ġp atch", + "Ġl ist", + "ow ow", + "it o", + "er c", + "et ime", + "Ġf as", + "Ġf ishes", + "Ġth ick", + "ea sy", + "om bo", + "Ġn in", + "Ġin v", + "ve mber", + "Ġk ale", + "at ika", + "ar ter", + "ho g", + "Ġsee d", + "ch ing", + "ch ik", + "no isy", + "Ġj aguar", + "ra c", + "Ġst y", + "Ġst ud", + "Ġst ork", + "Ġst ories", + "al y", + "al as", + "un un", + "as hed", + "Ġpl ow", + "Ġpl aces", + "th rough", + "th irsty", + "Ġout doors", + "uck oo", + "ear s", + "ab i", + "ab ove", + "ab aa", + "Ġgot ten", + "Ġover board", + "Ġlet tuce", + "ro y", + "Ġy ah", + "Ġy ork", + "Ġy arn", + "el mer", + "ak er", + "Ġag e", + "Ġsh oot", + "Ġtake n", + "Ġbr id", + "Ġbr and", + "Ġfl ee", + "Ġfl uffy", + "be red", + "Ġpu ss", + "Ġne h", + "Ġchi ps", + "Ġch ica", + "Ġdi ap", + "Ġv ine", + "Ġv est", + "Ġhelp s", + "Ġkiss y", + "een sie", + "ma il", + "che er", + "che ep", + "Ġtick et", + "Ġna omi", + "Ġchick y", + "Ġchick ies", + "Ġmic rop", + "whe w", + "whe el", + "pe ck", + "ion s", + "igg y", + "us ually", + "Ġgrand addy", + "ne ck", + "Ġbea d", + "Ġbea uty", + "Ġmom mily", + "Ġda ffy", + "la a", + "Ġex erc", + "Ġbar rel", + "Ġrain s", + "blue berries", + "Ġair port", + "Ġdiffere nce", + "Ġwash cloth", + "Ġoat ie", + "got cha", + "Ġsand y", + "Ġsand als", + "Ġreal ize", + "roll ing", + "close d", + "Ġste w", + "any body", + "Ġra ffi", + "Ġlisten ed", + "Ġfeed er", + "Ġeight h", + "Ġcho ice", + "gra b", + "Ġlaug hed", + "Ġtooth paste", + "Ġtw ice", + "Ġtw eedle", + "Ġspill ing", + "Ġpr udence", + "Ġcon str", + "pig let", + "di aper", + "draw ing", + "truck s", + "Ġwha ck", + "Ġdis pos", + "love ly", + "su nday", + "Ġfold ing", + "ety boom", + "Ġele ct", + "Ġlin es", + "bat h", + "Ġpip o", + "gir l", + "tea pot", + "roo ster", + "Ġjul ia", + "rais in", + "Ġmow er", + "Ġrhy me", + "Ġlock ed", + "Ġbru shes", + "clot hes", + "bur ger", + "Ġflash ing", + "ubb ies", + "oyoy oyoy", + "Ġfill ed", + "count ing", + "lind say", + "Ġcoll e", + "Ġcomp lete", + "Ġbes ides", + "Ġcous ins", + "Ġtemp erature", + "Ġbal ance", + "pain t", + "Ġpract ice", + "Ġlip stick", + "baba ji", + "Ġwatermel on", + "Ġsneez ed", + "Ġphoto graph", + "Ġbind ergarten", + "Ġaun ty", + "Ġcondition er", + "pik apika", + "riss ie", + "Ġpurp ose", + "Ġdiam ond", + "gare t", + "pli ers", + "Ġaug ust", + "Ġsire n", + "Ġdaught er", + "ombo li", + "chik ada", + "Ġmicrop hones", + "a ched", + "b and", + "b um", + "b ake", + "b el", + "b illy", + "c ht", + "c ur", + "c ry", + "c if", + "c akes", + "d ra", + "d ed", + "d ies", + "d oodle", + "f ound", + "f ine", + "f ts", + "f ield", + "g or", + "g row", + "h ook", + "h urt", + "i ator", + "j unk", + "j abi", + "k u", + "l oo", + "l uh", + "l il", + "m ow", + "m en", + "m ash", + "m guh", + "o il", + "r i", + "r is", + "s i", + "s chool", + "s ara", + "t ain", + "t ies", + "t ast", + "t iss", + "w eed", + "y awn", + "Ġ oompapa", + "Ġt uh", + "he avy", + "re ction", + "Ġa ct", + "Ġs ub", + "Ġg en", + "Ġg ently", + "Ġg ita", + "Ġc y", + "Ġc ee", + "Ġc ass", + "Ġm atch", + "ll ey", + "Ġp bth", + "Ġp onies", + "Ġl oop", + "ing o", + "ow ary", + "Ġf oo", + "Ġf ool", + "Ġto dd", + "Ġo dd", + "Ġn yum", + "ee ay", + "Ġh ouses", + "Ġgo r", + "le mon", + "le ntine", + "Ġha h", + "Ġba wk", + "Ġr ang", + "Ġr aking", + "Ġr ipped", + "Ġr ivet", + "ad ed", + "Ġhe ld", + "Ġu r", + "st ra", + "ar s", + "ar rr", + "ho ly", + "ver s", + "no saurus", + "Ġj an", + "Ġj ell", + "Ġj unk", + "ic t", + "Ġe y", + "Ġe eat", + "Ġe nt", + "we h", + "we nt", + "we lcome", + "the ir", + "Ġre ached", + "do ink", + "Ġst om", + "un less", + "Ġpl ugged", + "Ġbo p", + "Ġno vember", + "ah h", + "ab bie", + "Ġshe et", + "ty ler", + "Ġcl op", + "ro d", + "Ġbu ys", + "il er", + "Ġsp eed", + "Ġsp inosaur", + "Ġsp iders", + "Ġfl oat", + "Ġcha se", + "Ġcha sing", + "go at", + "go saurus", + "ers aul", + "Ġhand ed", + "Ġtr icycle", + "ess a", + "Ġtra pe", + "Ġdi rection", + "Ġqu arter", + "li er", + "ba wk", + "to e", + "Ġhelp ed", + "Ġhelp ful", + "Ġtalk in", + "Ġmouth ful", + "Ġboo ster", + "Ġsm urf", + "Ġro lly", + "Ġtick les", + "Ġtick lish", + "mo by", + "Ġsc reen", + "Ġbreak ing", + "Ġse an", + "ge ese", + "Ġlot ta", + "Ġshould er", + "Ġunder wear", + "zz zz", + "pe w", + "pe anut", + "Ġz a", + "turn ing", + "Ġuse ful", + "Ġpen s", + "Ġear th", + "Ġear lier", + "Ġfish ing", + "Ġegg nog", + "Ġbag el", + "fl ap", + "Ġchew y", + "Ġcatch ing", + "Ġpat ter", + "Ġsk ates", + "Ġex pl", + "sp ider", + "Ġfin ally", + "Ġeven ing", + "Ġfour th", + "Ġmo by", + "woo woo", + "Ġer r", + "mp a", + "Ġchan ce", + "otorcy cles", + "Ġbasket s", + "Ġside ways", + "cu sed", + "Ġcomb ed", + "fish ie", + "Ġde cember", + "cr omer", + "adad adad", + "Ġhammer ing", + "gu ah", + "tr unk", + "Ġpuzz les", + "Ġwonder ing", + "Ġdry er", + "Ġalex ander", + "rr rr", + "Ġtall er", + "ex actly", + "Ġlive d", + "Ġva lentine", + "light s", + "Ġask s", + "Ġpoin ts", + "butter flies", + "Ġboot ie", + "Ġdis hes", + "pigg ies", + "Ġbow wow", + "Ġfre ight", + "Ġwip ed", + "hand s", + "star s", + "Ġrad iator", + "col n", + "Ġfuss ing", + "umy um", + "Ġed dy", + "ayay a", + "Ġpee jay", + "hur ry", + "Ġslow ly", + "cho colate", + "Ġund o", + "rabbit s", + "iv in", + "Ġcur ious", + "iya iya", + "num ber", + "dump ling", + "Ġeleven th", + "par rot", + "Ġgran ma", + "Ġgran ny", + "Ġcudd ly", + "Ġbru sha", + "Ġsold iers", + "kh kh", + "Ġfel ix", + "arent ly", + "gar bage", + "Ġload er", + "Ġpos ies", + "Ġpik apika", + "Ġwat ched", + "Ġplum ber", + "wind ow", + "ari um", + "oct opus", + "ano don", + "Ġger m", + "eng ine", + "Ġtrans m", + "Ġtele vision", + "ran nosaurus", + "Ġremem bered", + "Ġsail boat", + "Ġbree ze", + "Ġprot ect", + "juba juba", + "Ġdispos al", + "Ġspinosaur us", + "Ġpeejay s", + "a cle", + "b t", + "b op", + "b unk", + "c oo", + "c oon", + "c aboose", + "d ig", + "d ar", + "d ub", + "d anger", + "f red", + "g i", + "g ly", + "i be", + "j im", + "j erry", + "l am", + "l unch", + "l aug", + "m um", + "m unk", + "m bled", + "n oodle", + "o key", + "p f", + "p re", + "s mo", + "s ky", + "u ction", + "v an", + "v ah", + "w ou", + "w ra", + "w ab", + "w igg", + "w innie", + "Ġ era", + "Ġt ab", + "Ġt ika", + "ou ds", + "Ġa my", + "Ġa mber", + "Ġa che", + "Ġw aking", + "Ġb un", + "Ġb ers", + "in terest", + "Ġd ed", + "Ġd ead", + "Ġd ining", + "Ġg es", + "Ġg ivin", + "Ġc ash", + "Ġm is", + "Ġm ummy", + "Ġm ass", + "Ġp ine", + "Ġp aula", + "it er", + "et a", + "et te", + "Ġth in", + "Ġn n", + "Ġn inet", + "ee ves", + "ee yore", + "Ġdo key", + "nd a", + "le m", + "le nd", + "ve ling", + "na ug", + "Ġr ap", + "Ġr ah", + "ht y", + "ad ig", + "id y", + "Ġk i", + "Ġk er", + "Ġk ush", + "Ġk risten", + "at ive", + "st ep", + "st ring", + "st inky", + "ch ip", + "Ġj ose", + "ra pin", + "Ġre sp", + "Ġdon uts", + "Ġcan s", + "Ġst ood", + "Ġst orm", + "Ġup set", + "al an", + "all op", + "Ġbe come", + "Ġpl op", + "Ġpl ates", + "Ġpl ums", + "Ġpl easure", + "th ump", + "pp a", + "Ġout fit", + "op s", + "Ġno s", + "aha haha", + "ab uh", + "Ġab ove", + "Ġcl i", + "gg ing", + "il i", + "ell s", + "Ġoff ic", + "up side", + "ast ed", + "Ġel ana", + "Ġfl op", + "Ġsa f", + "Ġar r", + "ug u", + "Ġother s", + "Ġfr idge", + "Ġsl ice", + "Ġsl ip", + "Ġsl eeves", + "Ġsom etime", + "Ġcr ies", + "alright ie", + "ba se", + "ba abaa", + "Ġboo g", + "Ġsm iles", + "Ġsqu eal", + "ise y", + "Ġkind ergarten", + "thing s", + "br u", + "Ġhor sies", + "cor d", + "pe ct", + "Ġgra mmy", + "Ġnew s", + "Ġhard ly", + "car ry", + "car oni", + "arm adill", + "Ġsk i", + "Ġsk ate", + "sp r", + "Ġwheel chair", + "ring s", + "ia we", + "Ġsnow man", + "Ġlast name", + "Ġhug e", + "Ġmar garet", + "dd ing", + "every one", + "mp t", + "fr iend", + "Ġyay a", + "Ġtail s", + "Ġclimb s", + "bow wow", + "Ġgar lic", + "Ġfloppy s", + "gu acamole", + "Ġbowl s", + "Ġtom cat", + "Ġseat s", + "Ġnur ses", + "Ġdump truck", + "Ġpeep ee", + "Ġtall ulah", + "Ġstr omboli", + "Ġap ril", + "cra b", + "mon keys", + "aff es", + "dada ji", + "sc ore", + "Ġdar n", + "Ġca ca", + "Ġcover s", + "feel s", + "Ġpr in", + "gr ound", + "Ġmail man", + "cow s", + "sm all", + "Ġwra pped", + "Ġpin ch", + "Ġpack age", + "Ġbeg in", + "Ġtool box", + "Ġwa ves", + "Ġshar on", + "Ġcap e", + "Ġfur ther", + "Ġstack ing", + "Ġhill s", + "Ġad am", + "Ġlay ing", + "Ġmam ama", + "talk ing", + "Ġsweater s", + "Ġty pe", + "Ġnat ural", + "Ġsweep er", + "mr s", + "umyumy umyumy", + "rar r", + "zo e", + "Ġstomp ing", + "Ġtik uh", + "Ġoppos ites", + "Ġlind say", + "Ġgorill as", + "Ġrem ind", + "Ġcarr ied", + "Ġyawn ing", + "patty cake", + "Ġtank er", + "Ġwu zzy", + "Ġbran ches", + "crack er", + "pol ar", + "Ġim ag", + "pret z", + "pret end", + "Ġtor n", + "Ġrack etyboom", + "Ġstea m", + "pie ce", + "Ġginger bread", + "Ġprop er", + "animal s", + "dum bo", + "Ġbitt y", + "Ġcand le", + "Ġrec ently", + "char lie", + "Ġnar row", + "Ġaqu arium", + "cia o", + "vroo om", + "Ġpter anodon", + "Ġart ist", + "Ġmes sed", + "Ġelect ric", + "Ġcomplete ly", + "cif ier", + "tiss ue", + "Ġstom ach", + "Ġtransm itter", + "pre sent", + "smo ke", + "Ġbers erk", + "interest ing", + "naug hty", + "a qu", + "b ly", + "b ike", + "c in", + "c um", + "c raw", + "c ting", + "c ute", + "d ee", + "d ie", + "d abee", + "e ons", + "f ing", + "f al", + "f ala", + "g ab", + "g ong", + "h ood", + "h iding", + "j e", + "j elly", + "k at", + "l oud", + "m ot", + "m ade", + "m ud", + "n ang", + "n ies", + "n urse", + "o b", + "o la", + "p r", + "p oom", + "r m", + "r umm", + "s ue", + "s ister", + "s ince", + "t es", + "t ee", + "t ot", + "t ack", + "w ave", + "Ġ oof", + "Ġ ought", + "Ġ vel", + "Ġt i", + "Ġt ack", + "Ġt aught", + "he it", + "ha y", + "Ġi an", + "Ġw eather", + "Ġs ack", + "Ġs ara", + "Ġs ides", + "Ġb ong", + "in st", + "Ġd oot", + "Ġd ep", + "Ġd ent", + "Ġd est", + "oo oo", + "Ġc em", + "Ġm or", + "Ġm art", + "Ġm otorcycles", + "ll ason", + "Ġp it", + "Ġl ee", + "Ġl oon", + "is ing", + "it am", + "et ho", + "Ġf ed", + "Ġto ad", + "Ġh ooh", + "Ġdo t", + "ook ab", + "le ft", + "Ġin ta", + "Ġba re", + "na te", + "na ger", + "Ġr oot", + "ad ee", + "id a", + "Ġk ix", + "Ġk iawe", + "ir ing", + "st y", + "Ġli lly", + "Ġli ps", + "Ġli fts", + "ho st", + "ch ya", + "ch ief", + "ver al", + "ic s", + "ic ing", + "ic al", + "Ġme llason", + "Ġre p", + "Ġre ar", + "Ġget cha", + "en ces", + "Ġst ump", + "Ġst eal", + "am oo", + "am en", + "al oo", + "al ala", + "Ġbe nd", + "ur ra", + "Ġan no", + "Ġan ne", + "Ġbo ston", + "op h", + "ab ah", + "ab ug", + "Ġbl ind", + "Ġlet ting", + "mm wah", + "qu iet", + "Ġco b", + "Ġco al", + "ro ad", + "Ġbu cy", + "Ġbu shes", + "il ar", + "el ia", + "el izabeth", + "Ġsp an", + "ag o", + "Ġel izabeth", + "Ġmake up", + "Ġsh immy", + "be ans", + "go bble", + "Ġsa le", + "Ġcom pl", + "Ġother wise", + "Ġch uk", + "me ggie", + "Ġsl ot", + "Ġho e", + "bo ink", + "Ġgir affes", + "ip es", + "Ġsha mp", + "Ġdr ipping", + "Ġtra mpoline", + "Ġhat e", + "Ġv an", + "Ġjo y", + "Ġjo in", + "Ġbang le", + "che esy", + "Ġtell s", + "Ġgr r", + "ta il", + "Ġsc ar", + "Ġse vent", + "Ġse veral", + "sha k", + "ves t", + "Ġte let", + "Ġclean s", + "Ġpo key", + "Ġpo ppies", + "ket eer", + "Ġpen tagon", + "igg ly", + "Ġsor ts", + "owl s", + "Ġfriend ly", + "ib ly", + "Ġsna kes", + "Ġam elia", + "Ġyo lky", + "Ġsk irt", + "Ġda pper", + "Ġpeekaboo s", + "Ġbar bar", + "oink oink", + "Ġea ter", + "Ġsn oopy", + "fly ing", + "Ġblow s", + "Ġfinger na", + "Ġde w", + "Ġeye brow", + "ank ing", + "eter y", + "Ġste gosaurus", + "Ġsmell ing", + "bre ndon", + "Ġcrack ing", + "Ġnur sies", + "sw eep", + "Ġeight eenth", + "Ġscr ibble", + "Ġwigg ling", + "Ġset ting", + "Ġblanket s", + "Ġsix th", + "Ġpol ka", + "cook ies", + "Ġbusy box", + "Ġjohn nie", + "boun cing", + "sc oot", + "Ġstraw s", + "Ġunt ie", + "po pping", + "hor ses", + "Ġcon fu", + "agag a", + "Ġdrive way", + "cup ine", + "Ġbeg an", + "Ġchrist ina", + "Ġscratch ing", + "Ġros ies", + "Ġros ita", + "Ġpea ches", + "Ġinst rum", + "clean ing", + "su it", + "Ġter rapin", + "lo ad", + "lo ves", + "Ġlaugh s", + "Ġwip es", + "Ġpuppet s", + "Ġsal ad", + "mar ket", + "Ġes pecially", + "bus y", + "oat io", + "Ġbah bah", + "call ing", + "ker plunk", + "Ġcher ries", + "Ġdrum s", + "und heit", + "Ġfif ty", + "chi h", + "Ġga by", + "smell s", + "Ġmeat ball", + "Ġoct agon", + "zo ey", + "par don", + "Ġgran ola", + "Ġbob bing", + "Ġsmo kes", + "Ġlind a", + "Ġbigg y", + "Ġzo ey", + "Ġmitt en", + "Ġsent ences", + "Ġplug s", + "Ġcor inna", + "Ġcol ander", + "Ġcol ored", + "ubub ubub", + "Ġim it", + "Ġlar ge", + "Ġatta ch", + "Ġprop ell", + "Ġob vious", + "Ġdrool ing", + "Ġyell ing", + "Ġly n", + "Ġgolden rod", + "agl agl", + "Ġsli my", + "Ġscra mbled", + "Ġmus keteer", + "Ġgrouch y", + "Ġdisapp ear", + "Ġsqueez ing", + "swim ming", + "tooth brush", + "Ġneighbor hood", + "Ġrag s", + "Ġchim ney", + "Ġcrad le", + "screw driver", + "Ġdolph in", + "pengu ins", + "Ġrail road", + "farm er", + "Ġtan tr", + "Ġdow a", + "Ġdigg ing", + "Ġent ire", + "Ġtrape zoid", + "wigg ily", + "cord uroy", + "armadill os", + "fing ers", + "gong a", + "inst ead", + "Ġcem etery", + "etho sc", + "ookab urra", + "Ġshamp oo", + "Ġbarbar a", + "a way", + "b up", + "b ade", + "b ras", + "b oots", + "d oop", + "d eh", + "e dy", + "f if", + "g us", + "g oose", + "h ome", + "i pp", + "i als", + "i hiy", + "j or", + "k ah", + "k itchen", + "k risten", + "l ow", + "l ock", + "l ine", + "m it", + "m uh", + "m imi", + "n ay", + "n ing", + "n er", + "n if", + "o id", + "o intment", + "p eas", + "p rairie", + "s at", + "s her", + "s ip", + "s aw", + "s moo", + "s ort", + "s urpr", + "s uper", + "t ook", + "t ory", + "t ata", + "v ator", + "y uh", + "z oop", + "Ġt ables", + "he n", + "ha ps", + "Ġa le", + "Ġi h", + "Ġw ig", + "Ġw il", + "Ġs ight", + "Ġs hi", + "Ġs ass", + "Ġb on", + "Ġb om", + "Ġb ould", + "Ġb lew", + "Ġb leh", + "an i", + "Ġd are", + "Ġd ip", + "Ġd adada", + "Ġd uring", + "Ġg al", + "Ġg ang", + "Ġc am", + "Ġm c", + "Ġm i", + "Ġm ug", + "Ġm ous", + "Ġm easure", + "ll ab", + "ll ama", + "Ġp j", + "Ġp he", + "ay ah", + "Ġl ur", + "Ġl ab", + "ing ing", + "ing le", + "er ing", + "er ica", + "Ġf ra", + "Ġf lew", + "Ġth r", + "Ġth ro", + "Ġth ip", + "Ġo t", + "Ġn on", + "Ġn ie", + "Ġn orm", + "Ġn icky", + "Ġh ue", + "Ġh idd", + "ig u", + "Ġdo ve", + "se ptember", + "le go", + "oh o", + "or ang", + "Ġin c", + "ut an", + "na bat", + "Ġr r", + "Ġr onnie", + "Ġhe d", + "id i", + "Ġk in", + "Ġk ookaburra", + "at ta", + "st omp", + "ch you", + "ood oo", + "ic ular", + "Ġe cho", + "the ye", + "Ġre pl", + "Ġre sc", + "Ġdon keys", + "Ġcan als", + "do lph", + "Ġst ink", + "am i", + "un es", + "un ias", + "th y", + "Ġlook in", + "ur r", + "sh it", + "hi pp", + "Ġbo inka", + "her o", + "Ġdid dy", + "Ġno on", + "Ġno ses", + "Ġback s", + "Ġback ward", + "ab o", + "Ġshe ets", + "Ġthem selves", + "Ġcl ouds", + "au dy", + "gg ys", + "see ms", + "Ġhis tory", + "il ocks", + "Ġy ikes", + "ff ord", + "ag i", + "Ġsh y", + "wh is", + "Ġfl oppity", + "be an", + "Ġcha sed", + "Ġar f", + "Ġthing y", + "say ing", + "bo k", + "Ġsha ker", + "os qu", + "Ġsho ppers", + "bl er", + "Ġpig eons", + "Ġqu ilt", + "li brary", + "Ġthrow s", + "Ġv ar", + "Ġv im", + "Ġv oom", + "Ġv ol", + "Ġv itam", + "Ġgre w", + "Ġsw eat", + "Ġsw iss", + "Ġtalk ative", + "Ġnight time", + "Ġbre ast", + "Ġgu da", + "Ġgu acamole", + "ere nt", + "Ġwh oosh", + "Ġwalk er", + "mo lly", + "Ġsc ale", + "Ġtap ed", + "Ġpo ke", + "zz z", + "zz le", + "Ġwork ers", + "Ġhapp ier", + "Ġdan cer", + "us ing", + "ne ct", + "Ġlo y", + "ought oh", + "Ġtea m", + "Ġdoll ars", + "boom p", + "Ġam ount", + "Ġyo ga", + "Ġsk ipping", + "Ġex p", + "Ġex per", + "Ġex cused", + "child ren", + "Ġbackpack s", + "ey go", + "Ġrain y", + "Ġmar mo", + "pull ing", + "wee wee", + "Ġde vel", + "Ġde bbie", + "cr ibe", + "adad adada", + "play doh", + "squ irt", + "gu itar", + "tere d", + "ding aling", + "Ġpre ssed", + "Ġmir acle", + "Ġkick ed", + "any way", + "Ġpart icular", + "Ġdry ing", + "Ġwall a", + "Ġwall s", + "Ġeight een", + "Ġwo a", + "Ġstr um", + "jam es", + "Ġdress es", + "Ġpa cifier", + "Ġdro pping", + "jump jump", + "dle d", + "fu ss", + "Ġspot ted", + "bird ies", + "Ġtooth ies", + "Ġtw ir", + "po lly", + "Ġten th", + "Ġpr unes", + "Ġsplash y", + "Ġham burger", + "Ġquiet ly", + "dog s", + "Ġcon f", + "Ġapp ointment", + "com es", + "com fortable", + "yo ga", + "Ġros es", + "Ġbra ve", + "rat tle", + "Ġwhis p", + "Ġstraight en", + "Ġfold ed", + "fro zen", + "Ġtight s", + "Ġsea weed", + "teen y", + "Ġjim iny", + "Ġdig by", + "Ġhour s", + "oat ios", + "Ġpet ting", + "Ġduh kuh", + "chi osaurus", + "Ġbuzz er", + "buck le", + "abab aba", + "click ety", + "jul ie", + "rar ara", + "Ġoct ober", + "button s", + "Ġgab il", + "Ġcast les", + "Ġjen essa", + "Ġbob by", + "Ġspeak ing", + "squish y", + "buh buh", + "Ġbatht ime", + "tent agon", + "ben jamin", + "ges undheit", + "Ġdough n", + "Ġcor rect", + "Ġlick ing", + "gold ie", + "gold fish", + "Ġgrassho ppers", + "Ġph ones", + "Ġver a", + "inna mon", + "eas uring", + "sup ials", + "Ġtuck ed", + "Ġdandelion s", + "Ġhumm us", + "Ġfifteen th", + "Ġpaw s", + "mess y", + "Ġsli ppers", + "Ġsnuff les", + "ele ven", + "Ġsim ilar", + "Ġban jo", + "terr ific", + "batter y", + "cli fford", + "Ġtush y", + "Ġpun jabi", + "Ġlitt ler", + "nor a", + "Ġbreat h", + "slipper y", + "kid s", + "Ġama zing", + "Ġsil ver", + "dra gon", + "stra ight", + "Ġjan uary", + "Ġjell ies", + "ersaul t", + "Ġded e", + "Ġsaf ari", + "base ball", + "Ġdent ist", + "ethosc ope", + "bade ga", + "sip i", + "smoo th", + "Ġthro at", + "Ġnie ce", + "Ġhue y", + "Ġhidd en", + "nabat a", + "theye go", + "Ġresc ue", + "a f", + "a ah", + "b ananas", + "c ass", + "c ouple", + "c andy", + "c reep", + "c coon", + "d or", + "d el", + "d eed", + "d ja", + "f ight", + "f un", + "f ur", + "g ross", + "g ulp", + "h oot", + "h omer", + "h igher", + "i or", + "k ow", + "k ite", + "k oosh", + "k amut", + "l ad", + "l ies", + "l ate", + "m itt", + "m eat", + "m ory", + "n u", + "n uh", + "p oo", + "p le", + "p oon", + "p anda", + "r ad", + "r ie", + "r ush", + "r us", + "r iding", + "r ory", + "s ad", + "s ive", + "s pe", + "s oup", + "t uck", + "t ip", + "t ub", + "t age", + "t ik", + "t ank", + "u or", + "v o", + "v ous", + "w i", + "w p", + "w in", + "w or", + "w ad", + "w awawa", + "x e", + "y er", + "y ard", + "y oy", + "Ġt in", + "Ġt es", + "Ġt ut", + "Ġt ah", + "Ġt el", + "Ġt iring", + "Ġthe e", + "Ġw est", + "Ġs ell", + "Ġb orrow", + "on ce", + "Ġd ude", + "Ġg i", + "Ġg oof", + "Ġc hat", + "Ġc ust", + "Ġc ell", + "Ġc red", + "Ġc amp", + "Ġc uckoo", + "Ġc innamon", + "Ġm id", + "Ġm ang", + "Ġm oom", + "Ġm ul", + "Ġm ason", + "Ġm eeney", + "Ġm easuring", + "Ġp ound", + "Ġp il", + "Ġp oops", + "Ġp itch", + "Ġp itter", + "ay g", + "Ġl aw", + "it ive", + "er r", + "et ch", + "Ġto to", + "Ġth rill", + "ea ked", + "Ġh oop", + "Ġh oof", + "Ġdo ggys", + "se y", + "le ine", + "oh p", + "ve d", + "Ġba m", + "Ġba sha", + "Ġba ked", + "na ked", + "Ġr ic", + "Ġr ye", + "Ġr umble", + "Ġwan d", + "ad oo", + "Ġhe els", + "that za", + "Ġk ites", + "Ġu my", + "Ġu gly", + "st ore", + "ar ily", + "ho pper", + "ch ines", + "ch irp", + "ch rissie", + "Ġj ung", + "ic ated", + "ic ago", + "Ġme mory", + "Ġe mpt", + "Ġgon do", + "ra ffi", + "Ġdon t", + "Ġcan t", + "uh h", + "Ġst out", + "Ġst age", + "im ent", + "am as", + "am unk", + "am ingo", + "al rus", + "as ure", + "Ġbe came", + "sh ort", + "Ġan n", + "Ġgood y", + "Ġnot e", + "are d", + "uck le", + "ap art", + "Ġplay in", + "Ġdid i", + "ab l", + "ab ear", + "ab ud", + "Ġbl eat", + "Ġbl ub", + "Ġab u", + "Ġcl am", + "Ġcl ues", + "ly n", + "qu e", + "qu een", + "Ġco d", + "ff erent", + "up s", + "Ġsp y", + "ag ugug", + "wo a", + "Ġoh p", + "Ġag ree", + "Ġsh ine", + "Ġbr rm", + "Ġfl o", + "Ġfl up", + "go go", + "Ġsit u", + "Ġar te", + "Ġal bum", + "Ġne cess", + "Ġtr ot", + "raw r", + "Ġch ir", + "Ġch omp", + "Ġsl ipped", + "ooh ooh", + "ph ones", + "Ġho key", + "Ġsweet s", + "bo b", + "aboo booboo", + "Ġcr inkle", + "Ġsha ving", + "Ġsha kes", + "Ġsha ka", + "Ġdr ibble", + "Ġtra vel", + "ct agon", + "ouch ie", + "li za", + "Ġwor n", + "ba bye", + "Ġv rum", + "pl an", + "Ġas s", + "Ġhear ing", + "Ġboo ga", + "Ġboo bal", + "Ġmama w", + "Ġsm ush", + "Ġtell y", + "Ġgr ind", + "Ġhi h", + "Ġmin ie", + "Ġtick oo", + "mo ving", + "Ġju icy", + "Ġbed dy", + "ton ight", + "br ose", + "Ġna ppie", + "Ġlea sh", + "Ġse w", + "Ġtruck ie", + "Ġcle ver", + "Ġthank you", + "zz ie", + "Ġtable cloth", + "Ġma chines", + "Ġchoo se", + "Ġpen nies", + "Ġhands ome", + "Ġbring s", + "Ġfro sty", + "Ġlo ving", + "Ġbump s", + "Ġam brose", + "Ġpat ient", + "some where", + "Ġpan s", + "Ġpan cake", + "Ġcut s", + "Ġcut est", + "Ġmo ist", + "cha ry", + "woo sh", + "with out", + "Ġrain coat", + "kitt ies", + "kitt ens", + "peek amoo", + "aug ust", + "Ġmar vel", + "Ġlion s", + "Ġmess ing", + "Ġmess age", + "Ġbas es", + "Ġsn ugg", + "Ġsn iff", + "Ġmiss y", + "Ġla zy", + "Ġsand ra", + "Ġside walk", + "Ġrat tles", + "Ġafter wards", + "Ġun lock", + "Ġun comfortable", + "ppose d", + "umm ing", + "Ġidea s", + "tr i", + "Ġmust n", + "stand ing", + "Ġra ccoon", + "was n", + "alex ander", + "itche s", + "dr um", + "dr ill", + "Ġdump ing", + "Ġwo b", + "rr um", + "Ġsix teen", + "Ġcount ry", + "Ġfootball s", + "kiss y", + "Ġac ting", + "Ġac cess", + "chick s", + "chair s", + "Ġdro ve", + "guh guh", + "Ġva se", + "Ġca lend", + "ich ich", + "ten nis", + "Ġrub bing", + "may zie", + "Ġgrow ling", + "Ġaw are", + "Ġtractor s", + "ga by", + "ga il", + "Ġcon cent", + "Ġcon vers", + "agag aga", + "Ġapp re", + "Ġapp arently", + "Ġgold ilocks", + "wha dd", + "bu y", + "di fferent", + "de finitely", + "Ġproblem s", + "Ġdis aster", + "Ġhandle bar", + "fin ally", + "lot te", + "Ġclick ing", + "Ġbrother s", + "su dden", + "lo la", + "Ġben jamin", + "grand addy", + "Ġpoop y", + "Ġcrunch ing", + "Ġlau ren", + "squeak y", + "Ġcard board", + "Ġshort rib", + "Ġcap tain", + "gl oo", + "Ġcont ro", + "Ġsal ty", + "Ġlin l", + "Ġlin coln", + "Ġzoo bs", + "uk abear", + "Ġmam ma", + "mar k", + "mar ie", + "Ġpip es", + "Ġmix ing", + "Ġmix er", + "Ġhook ed", + "Ġpet e", + "em ily", + "Ġcheep ed", + "Ġze bras", + "Ġpeanut s", + "tea cher", + "Ġty rannosaurus", + "drink ing", + "Ġgiddy up", + "Ġcrab s", + "Ġpeel ing", + "nur sies", + "Ġll amas", + "va ivy", + "Ġjen nif", + "mi key", + "Ġkat hy", + "Ġspeak er", + "Ġtik atika", + "Ġrasp berry", + "eded ed", + "icul ous", + "Ġclear ly", + "Ġtag s", + "Ġcarr ier", + "Ġke ith", + "Ġpretz el", + "Ġburn ing", + "Ġburn ed", + "Ġlick s", + "doll ie", + "Ġtou can", + "Ġwat ches", + "Ġsuper market", + "crack ers", + "Ġlou der", + "Ġlou ise", + "Ġlar k", + "Ġkoosh ball", + "Ġfollow ing", + "Ġacorn s", + "Ġmamm al", + "fall ing", + "pain ting", + "Ġcross ing", + "Ġshout s", + "lal ala", + "sup a", + "Ġelastic s", + "Ġtele phones", + "straw berries", + "Ġreturn ed", + "Ġsave d", + "uhuh uh", + "trape zoid", + "Ġsudden ly", + "Ġdisapp eared", + "chan ge", + "pocket book", + "Ġdist ract", + "Ġko alas", + "batter ies", + "mam ama", + "recor der", + "Ġescap ed", + "mush rooms", + "puff ed", + "tool s", + "Ġres cu", + "Ġcrick ets", + "Ġcot tage", + "Ġnin th", + "Ġstud ents", + "Ġdiap ie", + "Ġconstr uction", + "Ġphotograph s", + "Ġgen er", + "lley ball", + "Ġur chin", + "ict or", + "lam b", + "wou ja", + "Ġera se", + "Ġamy e", + "Ġges pard", + "Ġski ing", + "gab by", + "nang nang", + "Ġvel cro", + "Ġmart in", + "Ġanno ying", + "Ġcob bler", + "Ġsevent eenth", + "Ġconfu sed", + "Ġobvious ly", + "surpr ise", + "Ġale c", + "Ġwil bur", + "Ġsass y", + "Ġbon ked", + "Ġmous ie", + "osqu ito", + "Ġloy al", + "Ġexper iment", + "Ġdevel op", + "Ġconf using", + "kow k", + "koosh ball", + "tub bie", + "tank er", + "uor ide", + "yoy o", + "Ġtes ting", + "Ġmoom oo", + "Ġjung le", + "Ġempt ied", + "Ġboobal oo", + "Ġmarvel ous", + "Ġjennif er", + "a you", + "a il", + "a ven", + "b z", + "b urn", + "b oot", + "b ile", + "b icycle", + "b aker", + "c al", + "c ap", + "c row", + "c ough", + "c ream", + "c ific", + "d irt", + "d ling", + "d eedee", + "d andelion", + "d iggy", + "e mma", + "f oo", + "f ace", + "f inger", + "f iddler", + "g na", + "g ed", + "g ugg", + "g uguh", + "g rrr", + "g igi", + "g aspard", + "h nn", + "i age", + "j essica", + "k i", + "k l", + "k anga", + "l ap", + "l illy", + "m ir", + "m ill", + "m ix", + "m ike", + "m gah", + "n i", + "n on", + "n one", + "n ibble", + "o val", + "o gs", + "p ow", + "p ed", + "p hi", + "p ah", + "p itch", + "r up", + "r ung", + "r unning", + "r ivet", + "s eat", + "s eal", + "t im", + "t urtles", + "u age", + "v il", + "w ar", + "w ood", + "w all", + "w aw", + "y ike", + "Ġ ooaa", + "Ġt al", + "Ġt idy", + "he eygo", + "ou pe", + "Ġa xe", + "Ġi gloo", + "Ġw ing", + "Ġw ar", + "Ġw eed", + "Ġw akes", + "Ġw eensie", + "Ġs an", + "Ġs is", + "Ġs wan", + "Ġs hip", + "Ġs oph", + "Ġb ound", + "in ea", + "an ese", + "an ces", + "an cing", + "Ġd ate", + "Ġd awn", + "oo ly", + "Ġg ates", + "Ġg iles", + "Ġg ano", + "Ġg host", + "Ġc op", + "Ġc how", + "Ġc ave", + "Ġm uh", + "Ġm ia", + "Ġm umm", + "Ġm ead", + "ll abee", + "Ġp ep", + "Ġp unch", + "Ġl ala", + "ow s", + "it ure", + "it sy", + "er ina", + "es ome", + "Ġf er", + "Ġf ir", + "Ġf right", + "Ġf urn", + "Ġf ist", + "Ġf etch", + "Ġth irt", + "ea h", + "ea ch", + "om bat", + "Ġo intment", + "Ġn un", + "Ġn ast", + "Ġn adi", + "Ġh ut", + "Ġh us", + "Ġdo rot", + "nd le", + "Ġis land", + "Ġis sue", + "ke ith", + "Ġin s", + "ut o", + "ut ch", + "Ġba wp", + "na i", + "Ġr in", + "Ġr ush", + "Ġr aw", + "Ġr amp", + "Ġwan k", + "Ġwan cha", + "ot ch", + "ad on", + "Ġhe al", + "Ġhe el", + "Ġhe aven", + "id ed", + "Ġand y", + "Ġk wan", + "Ġk anga", + "at ure", + "Ġu f", + "Ġu gh", + "st ret", + "st em", + "Ġli es", + "ch ie", + "ch ur", + "ch omp", + "ver a", + "Ġj ap", + "Ġj ac", + "ic erat", + "itt en", + "Ġe ff", + "Ġre l", + "Ġre ind", + "Ġre tr", + "Ġre place", + "Ġget chyou", + "en e", + "en ed", + "en ough", + "en cy", + "Ġst ap", + "Ġst ere", + "Ġst ethoscope", + "am om", + "am anda", + "un cht", + "let tuce", + "th irty", + "sh ine", + "Ġsome m", + "hi ppop", + "Ġbo a", + "Ġbo c", + "Ġbo iling", + "uck a", + "op ossum", + "Ġbook store", + "Ġbaby sit", + "Ġball erina", + "Ġdid oo", + "Ġback hoe", + "ter s", + "ab ul", + "Ġso fter", + "Ġwas hes", + "Ġbl ither", + "ang uage", + "mm mm", + "gg les", + "gg edy", + "qu ite", + "see ds", + "Ġbu oy", + "ff ic", + "up id", + "up up", + "up hill", + "ak i", + "ak as", + "Ġsp ir", + "Ġsp ar", + "Ġsp end", + "Ġsp oil", + "ag ed", + "ag uguh", + "wo lf", + "alk ie", + "ast a", + "Ġcat ches", + "Ġcat hy", + "nt i", + "Ġsh it", + "Ġsh rie", + "Ġbr ick", + "Ġbr ian", + "she y", + "be es", + "day a", + "oor i", + "Ġar n", + "Ġar iel", + "Ġal ive", + "Ġal though", + "Ġtr ies", + "Ġcom in", + "ug a", + "Ġch illy", + "Ġch unk", + "Ġsl up", + "Ġsom ersault", + "Ġany time", + "Ġgir ly", + "Ġcr u", + "Ġcr ush", + "Ġcr umble", + "Ġsha de", + "Ġdr ooly", + "ct ive", + "Ġqu it", + "Ġmu le", + "Ġmu shed", + "Ġwor se", + "Ġwor ried", + "Ġus ual", + "so y", + "so ld", + "so ap", + "Ġv utch", + "Ġtime out", + "to gether", + "Ġsw ir", + "Ġsw am", + "art ment", + "Ġnight s", + "pl ums", + "Ġplease d", + "Ġjo jo", + "Ġmouth s", + "Ġhair cut", + "ma isey", + "uff le", + "Ġsm ack", + "Ġcook er", + "Ġcook ed", + "che e", + "cl ear", + "Ġshow s", + "Ġwalk ie", + "Ġsqu eaked", + "Ġju gg", + "Ġsc oo", + "Ġsc allop", + "ton ya", + "Ġbit s", + "Ġlea ps", + "oun ge", + "Ġcup cake", + "Ġmon sters", + "if orm", + "Ġtow ard", + "Ġgra mpa", + "Ġz supa", + "Ġma a", + "Ġma id", + "Ġma caroni", + "Ġwr itten", + "Ġchoo ch", + "Ġfall en", + "pu dding", + "rop e", + "ate ly", + "Ġspoon ful", + "Ġapple dumpling", + "Ġwon dered", + "les t", + "Ġsing le", + "Ġsor ter", + "Ġsor ta", + "co a", + "Ġbab oon", + "Ġfood ies", + "Ġbub aly", + "Ġsock ie", + "Ġcra shed", + "fl oppity", + "Ġsna r", + "Ġsna ps", + "Ġbea st", + "Ġam anda", + "Ġam bul", + "Ġam phi", + "for tu", + "Ġhop s", + "Ġhop ing", + "Ġex pen", + "Ġex press", + "sp ells", + "Ġsound ed", + "Ġpan cakes", + "Ġbar ny", + "Ġfour teen", + "Ġmade leine", + "Ġmo bile", + "Ġstar ving", + "ugg ing", + "peek a", + "Ġbad ly", + "Ġyum ma", + "cat s", + "Ġmar ch", + "Ġmar ty", + "Ġmar co", + "Ġmar supials", + "Ġoat y", + "bab e", + "dd ly", + "Ġsn oo", + "mp y", + "Ġteddy s", + "Ġpink y", + "show er", + "da le", + "cu ss", + "Ġde cor", + "Ġun iver", + "Ġun iform", + "bang ing", + "umm ies", + "Ġfire men", + "itch y", + "Ġreal ized", + "Ġfavor ites", + "ny ah", + "Ġpart s", + "back wards", + "Ġlisten s", + "Ġscr at", + "dr ip", + "dr ant", + "Ġhang ers", + "mon ds", + "chick ie", + "iet alkie", + "Ġroo sters", + "Ġunt ied", + "po int", + "Ġrid iculous", + "Ġten nis", + "gr an", + "ci ate", + "Ġpeek boo", + "Ġcon es", + "Ġcon nect", + "dan ny", + "Ġgold rush", + "wha cha", + "Ġbuy ing", + "Ġpack s", + "Ġpack ed", + "ched u", + "bu zz", + "di ji", + "Ġstep mother", + "yo gurty", + "Ġdad dies", + "bar n", + "de bbie", + "Ġbra chiosaurus", + "Ġpea cock", + "Ġspin ach", + "Ġforget ting", + "su pper", + "pot tie", + "Ġsquish ing", + "Ġlu na", + "jo jo", + "snow ing", + "anan anana", + "Ġwhoops ie", + "Ġvisit s", + "Ġbib bie", + "Ġgoose y", + "Ġfur ry", + "Ġpor ch", + "Ġpor cupine", + "Ġsau s", + "Ġper for", + "Ġnear ly", + "Ġmeet ing", + "Ġsal ami" + ] + } +} \ No newline at end of file