ts-bpe-4k / tokenizer.json
cyrilzhang's picture
Upload tokenizer
0ec054a
{
"version": "1.0",
"truncation": null,
"padding": null,
"added_tokens": [
{
"id": 0,
"content": "<|pad|>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 1,
"content": "<|eos|>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
}
],
"normalizer": null,
"pre_tokenizer": {
"type": "Sequence",
"pretokenizers": [
{
"type": "ByteLevel",
"add_prefix_space": true,
"trim_offsets": true,
"use_regex": true
},
{
"type": "Digits",
"individual_digits": true
}
]
},
"post_processor": null,
"decoder": {
"type": "ByteLevel",
"add_prefix_space": true,
"trim_offsets": true,
"use_regex": true
},
"model": {
"type": "BPE",
"dropout": null,
"unk_token": null,
"continuing_subword_prefix": "##",
"end_of_word_suffix": null,
"fuse_unk": false,
"byte_fallback": false,
"vocab": {
"<|pad|>": 0,
"<|eos|>": 1,
"!": 2,
"\"": 3,
"#": 4,
"$": 5,
"%": 6,
"&": 7,
"'": 8,
"(": 9,
")": 10,
"*": 11,
"+": 12,
",": 13,
"-": 14,
".": 15,
"/": 16,
"0": 17,
"1": 18,
"2": 19,
"3": 20,
"4": 21,
"5": 22,
"6": 23,
"7": 24,
"8": 25,
"9": 26,
":": 27,
";": 28,
"<": 29,
"=": 30,
">": 31,
"?": 32,
"@": 33,
"A": 34,
"B": 35,
"C": 36,
"D": 37,
"E": 38,
"F": 39,
"G": 40,
"H": 41,
"I": 42,
"J": 43,
"K": 44,
"L": 45,
"M": 46,
"N": 47,
"O": 48,
"P": 49,
"Q": 50,
"R": 51,
"S": 52,
"T": 53,
"U": 54,
"V": 55,
"W": 56,
"X": 57,
"Y": 58,
"Z": 59,
"[": 60,
"\\": 61,
"]": 62,
"_": 63,
"`": 64,
"a": 65,
"b": 66,
"c": 67,
"d": 68,
"e": 69,
"f": 70,
"g": 71,
"h": 72,
"i": 73,
"j": 74,
"k": 75,
"l": 76,
"m": 77,
"n": 78,
"o": 79,
"p": 80,
"q": 81,
"r": 82,
"s": 83,
"t": 84,
"u": 85,
"v": 86,
"w": 87,
"x": 88,
"y": 89,
"z": 90,
"|": 91,
"~": 92,
"ĉ": 93,
"Ċ": 94,
"Ġ": 95,
"##s": 96,
"##c": 97,
"##a": 98,
"##t": 99,
"##e": 100,
"##r": 101,
"##i": 102,
"##n": 103,
"##g": 104,
"##l": 105,
"##o": 106,
"##O": 107,
"##d": 108,
"##m": 109,
"##p": 110,
"##F": 111,
"##v": 112,
"##M": 113,
"##k": 114,
"##u": 115,
"##b": 116,
"##y": 117,
"##w": 118,
"##C": 119,
"##x": 120,
"##h": 121,
"##D": 122,
"##Z": 123,
"##E": 124,
"##L": 125,
"##S": 126,
"##f": 127,
"##j": 128,
"##G": 129,
"##B": 130,
"##P": 131,
"##J": 132,
"##H": 133,
"##Q": 134,
"##U": 135,
"##A": 136,
"##K": 137,
"##Ċ": 138,
"##Ġ": 139,
"##Y": 140,
"##z": 141,
"##N": 142,
"##I": 143,
"##'": 144,
"##R": 145,
"##q": 146,
"##T": 147,
"##W": 148,
"##V": 149,
"##!": 150,
"##\"": 151,
"##,": 152,
"##`": 153,
"##.": 154,
"##?": 155,
"##;": 156,
"##_": 157,
"##~": 158,
"##X": 159,
"##-": 160,
"##&": 161,
"##:": 162,
"##$": 163,
"##)": 164,
"##*": 165,
"##@": 166,
"##\\": 167,
"##=": 168,
"##(": 169,
"##ĉ": 170,
"##/": 171,
"##<": 172,
"##%": 173,
"##|": 174,
"##[": 175,
"###": 176,
"##+": 177,
"Ġt": 178,
"##he": 179,
"Ġa": 180,
"Ġs": 181,
"Ġw": 182,
"##nd": 183,
"Ġthe": 184,
"##ed": 185,
"Ġb": 186,
"Ġto": 187,
"Ġand": 188,
"Ġh": 189,
"Ġf": 190,
"ĠT": 191,
"##in": 192,
"Ġwa": 193,
"##re": 194,
"##it": 195,
"##ou": 196,
"Ġl": 197,
"Ġd": 198,
"Ġc": 199,
"Ġp": 200,
"##ay": 201,
"Ġm": 202,
"##er": 203,
"Ġwas": 204,
"ĠThe": 205,
"##om": 206,
"Ġhe": 207,
"##is": 208,
"Ġn": 209,
"##ar": 210,
"##im": 211,
"##on": 212,
"Ġsa": 213,
"##id": 214,
"##ll": 215,
"Ġha": 216,
"Ġg": 217,
"##at": 218,
"ĠS": 219,
"##ing": 220,
"##ot": 221,
"##en": 222,
"##an": 223,
"##le": 224,
"##or": 225,
"##ir": 226,
"##am": 227,
"##et": 228,
"ĠH": 229,
"Ġit": 230,
"Ġth": 231,
"##ig": 232,
"ĠThey": 233,
"Ġin": 234,
"##il": 235,
"Ġ\"": 236,
"Ġpl": 237,
"ĠHe": 238,
"##ow": 239,
"##ver": 240,
"##ri": 241,
"##ut": 242,
"Ġbe": 243,
"Ġu": 244,
"Ġplay": 245,
"Ġsaid": 246,
"##ith": 247,
"Ġday": 248,
"Ġwith": 249,
"##pp": 250,
"Ġo": 251,
"Ġy": 252,
"##oo": 253,
"##ked": 254,
"Ġr": 255,
"Ġher": 256,
"##ce": 257,
"ĠI": 258,
"ĠShe": 259,
"ĠTim": 260,
"##ld": 261,
"Ġhis": 262,
"Ġst": 263,
"##ke": 264,
"Ġe": 265,
"Ġbig": 266,
"##nt": 267,
"##ck": 268,
"##very": 269,
"Ġyou": 270,
"##st": 271,
"##ne": 272,
"##ve": 273,
"ĠO": 274,
"##end": 275,
"Ġon": 276,
"Ġhapp": 277,
"##un": 278,
"ĠL": 279,
"##riend": 280,
"Ġfriend": 281,
"##all": 282,
"##ily": 283,
"Ġthey": 284,
"Ġwe": 285,
"Ġhad": 286,
"Ġnot": 287,
"Ġli": 288,
"Ġup": 289,
"##her": 290,
"Ġwant": 291,
"Ġof": 292,
"##ad": 293,
"##itt": 294,
"ĠB": 295,
"##se": 296,
"Ġdo": 297,
"Ġhappy": 298,
"ĠM": 299,
"Ġvery": 300,
"##ent": 301,
"'s": 302,
"Ġsaw": 303,
"Ġthat": 304,
"##es": 305,
"##ould": 306,
"Ġmom": 307,
"Ġfor": 308,
"Ġsh": 309,
"##ittle": 310,
"Ġlittle": 311,
"Ġso": 312,
"Ġshe": 313,
".\"": 314,
"##ime": 315,
"##ch": 316,
"Ġnam": 317,
"Ġne": 318,
"Ġtime": 319,
"Ġk": 320,
"##ound": 321,
"Ġthere": 322,
"ĠLily": 323,
"Ġnamed": 324,
"Ġbo": 325,
"Ġsm": 326,
"Ġwere": 327,
"ĠTom": 328,
"!\"": 329,
"Ġwanted": 330,
"Ġbut": 331,
"##out": 332,
"Ġfriends": 333,
"##ved": 334,
"The": 335,
"##ht": 336,
"##ird": 337,
"Ġbird": 338,
"##el": 339,
"##al": 340,
"Ġan": 341,
"##ake": 342,
"Ġtoo": 343,
"ĠIt": 344,
"##ome": 345,
"##ug": 346,
"##nce": 347,
"##ide": 348,
"Ġwent": 349,
"Ġhel": 350,
"Ġwh": 351,
"ĠOnce": 352,
"Ġis": 353,
"Ġall": 354,
"Ġhelp": 355,
"##ue": 356,
"ĠA": 357,
"Ġlo": 358,
"Ġloo": 359,
"##ter": 360,
"Ġupon": 361,
"##ry": 362,
"##ore": 363,
"Ġfun": 364,
"##ind": 365,
"##get": 366,
"Ġtoy": 367,
"ĠOne": 368,
"##ill": 369,
"##ame": 370,
"Ġas": 371,
"Ġat": 372,
"##ra": 373,
"Ġj": 374,
"Ġdid": 375,
"##gether": 376,
"Ġre": 377,
"##ur": 378,
"Ġtogether": 379,
"Ġse": 380,
"##ack": 381,
"Ġcat": 382,
"Ġtre": 383,
"##ly": 384,
"##ood": 385,
"##ic": 386,
"##ted": 387,
"Ġdog": 388,
"Ġcould": 389,
"Ġcan": 390,
"Ġtheir": 391,
"##ard": 392,
"?\"": 393,
"##ark": 394,
"##ec": 395,
"Ġgir": 396,
"Ġplayed": 397,
"Ġball": 398,
"Ġhim": 399,
"Ġgirl": 400,
"##way": 401,
"Ġro": 402,
"##hed": 403,
"Ġgo": 404,
"##my": 405,
"Ġare": 406,
"'t": 407,
"Ġle": 408,
"Ġout": 409,
"Ġfr": 410,
"##ain": 411,
"Ġthem": 412,
"##um": 413,
"##hen": 414,
"##ax": 415,
"Ġsad": 416,
"Ġboy": 417,
"##ul": 418,
"Ġtree": 419,
"##other": 420,
"Ġhave": 421,
"Ġman": 422,
"Ġloved": 423,
"Ġcl": 424,
"Ġlooked": 425,
"##oug": 426,
"Ġfound": 427,
"Ġsp": 428,
"Ġstar": 429,
"ĠSue": 430,
"##one": 431,
"Ġsc": 432,
"##hing": 433,
"Ġback": 434,
"ĠMax": 435,
"##own": 436,
"##are": 437,
"Ġlike": 438,
"##ful": 439,
"##side": 440,
"Ġbec": 441,
"One": 442,
"Ġme": 443,
"Ġpark": 444,
"##ong": 445,
"Ġcar": 446,
"##ight": 447,
"##op": 448,
"Ġliked": 449,
"##elt": 450,
"Ġwould": 451,
"Ġmake": 452,
"Ġla": 453,
"Ġfa": 454,
"##round": 455,
"Ġfelt": 456,
"##ell": 457,
"ĠW": 458,
"Ġsee": 459,
"ĠBut": 460,
"ĠBen": 461,
"ĠSam": 462,
"##omet": 463,
"Ġasked": 464,
"Ġnew": 465,
"##ag": 466,
"Ġno": 467,
"##ouse": 468,
"##ice": 469,
"Ġstarted": 470,
"##ared": 471,
"Ġcame": 472,
"Ġother": 473,
"Ġal": 474,
"##ought": 475,
"##iled": 476,
"##ss": 477,
"Ġag": 478,
"Ġsomet": 479,
"Ġgood": 480,
"Ġsmall": 481,
"Ġbr": 482,
"Ġsay": 483,
"##ried": 484,
"Ġsmiled": 485,
"##ade": 486,
"##ings": 487,
"##ob": 488,
"##pot": 489,
"Ġwor": 490,
"Ġfind": 491,
"##ia": 492,
"Ġex": 493,
"##ty": 494,
"Ġaway": 495,
"Ġput": 496,
"Ġco": 497,
"Ġmade": 498,
"Ġwhat": 499,
"Ġfrom": 500,
"Ġsomething": 501,
"Ġthought": 502,
"##ened": 503,
"Ġhome": 504,
"Ġplaying": 505,
"Ġevery": 506,
"##ook": 507,
"Ġwal": 508,
"##uc": 509,
"Ġmu": 510,
"##ach": 511,
"ĠJ": 512,
"##arn": 513,
"ĠSpot": 514,
"Ġran": 515,
"ĠF": 516,
"##ile": 517,
"##ie": 518,
"##ave": 519,
"Ġagain": 520,
"Ġlaug": 521,
"Ġsome": 522,
"##now": 523,
"Ġhouse": 524,
"##dd": 525,
"Ġdown": 526,
"Ġfl": 527,
"Ġtook": 528,
"Ġscared": 529,
"##king": 530,
"##ny": 531,
"ĠY": 532,
"Ġpr": 533,
"Ġtoys": 534,
"Ġlearn": 535,
"##ure": 536,
"Ġbox": 537,
"##if": 538,
"Ġwill": 539,
"ĠYou": 540,
"##ret": 541,
"##ick": 542,
"##ab": 543,
"##ep": 544,
"Ġthings": 545,
"Ġmy": 546,
"Ġaround": 547,
"Ġyour": 548,
"Ġbl": 549,
"##oud": 550,
"Ġlived": 551,
"##uck": 552,
"##ish": 553,
",\"": 554,
"Ġfe": 555,
"Ġsun": 556,
"Ġthen": 557,
"##as": 558,
"Ġsw": 559,
"Ġwhen": 560,
"Ġch": 561,
"##us": 562,
"##pped": 563,
"ĠMia": 564,
"Ġab": 565,
"##ank": 566,
"Ġget": 567,
"##ucy": 568,
"##ump": 569,
"Ġlot": 570,
"Th": 571,
"##ist": 572,
"##oth": 573,
"Ġtried": 574,
"##ap": 575,
"Tim": 576,
"Ġsays": 577,
"Ġknow": 578,
"Ġgot": 579,
"Ġkne": 580,
"##ited": 581,
"Ġwho": 582,
"##ust": 583,
"Ġmany": 584,
"##nder": 585,
"Ġint": 586,
"Ġabout": 587,
"Ġpret": 588,
"Ġany": 589,
"Ġred": 590,
"Ġdec": 591,
"ĠD": 592,
"##ive": 593,
"Ġknew": 594,
"##ace": 595,
"Ġmore": 596,
"##ous": 597,
"##ise": 598,
"Ġpic": 599,
"Ġcare": 600,
"##ally": 601,
"##au": 602,
"ĠLucy": 603,
"Ġlearned": 604,
"Ġhug": 605,
"##qu": 606,
"Ġwater": 607,
"##fter": 608,
"Ġpo": 609,
"Ġbecame": 610,
"Ġbest": 611,
"Ġv": 612,
"##ause": 613,
"Ġgre": 614,
"Ġop": 615,
"##ways": 616,
"##urp": 617,
"Ġlaughed": 618,
"Ġoutside": 619,
"Ġexc": 620,
"Ġlook": 621,
"Ġalways": 622,
"ĠBob": 623,
"Ġshow": 624,
"Ġdecid": 625,
"Ġroom": 626,
"Ġbecause": 627,
"##ant": 628,
"ĠSo": 629,
"##fe": 630,
"Ġho": 631,
"Ġdecided": 632,
"Ġeat": 633,
"Ġinto": 634,
"##ite": 635,
"Ġjump": 636,
"ĠAnd": 637,
"Ġboth": 638,
"Ġpe": 639,
"##ers": 640,
"ĠMom": 641,
"They": 642,
"Ġdad": 643,
"Ġke": 644,
"##udd": 645,
"Ġone": 646,
"Lily": 647,
"Ġfast": 648,
"Ġnice": 649,
"ĠE": 650,
"Ġthis": 651,
"##nn": 652,
"Ġexcited": 653,
"Ġfeel": 654,
"Ġrun": 655,
"Ġlong": 656,
"Yes": 657,
"##our": 658,
"Ġtold": 659,
"Ġsk": 660,
"Ġam": 661,
"##urpr": 662,
"Ġinside": 663,
"##ull": 664,
"Ġtr": 665,
"Ġsurpr": 666,
"Ġmo": 667,
"Ġpretty": 668,
"##iny": 669,
"##ink": 670,
"Ġsor": 671,
"Wh": 672,
"Ġtake": 673,
"##og": 674,
"Ġeach": 675,
"Ġgave": 676,
"Ġsl": 677,
"Ġmuch": 678,
"##lew": 679,
"Ġrock": 680,
"##nna": 681,
"Ġgra": 682,
"Ġstr": 683,
"Ġhow": 684,
"##imal": 685,
"Ġanimal": 686,
"##ara": 687,
"##ged": 688,
"Ġneed": 689,
"Ġthan": 690,
"##etter": 691,
"But": 692,
"Ġtow": 693,
"##ven": 694,
"Ġor": 695,
"ĠC": 696,
"Ġunder": 697,
"Tom": 698,
"Ġsorry": 699,
"Ġold": 700,
"##ge": 701,
"##ised": 702,
"##ro": 703,
"##urt": 704,
"Ġfish": 705,
"Ġcle": 706,
"Ġwalked": 707,
"Ġclo": 708,
"Ġbear": 709,
"##ft": 710,
"##ase": 711,
"##ast": 712,
"##and": 713,
"Ġhand": 714,
"##ess": 715,
"##urn": 716,
"Ġkind": 717,
"ĠWe": 718,
"ĠHis": 719,
"Ġte": 720,
"Ġhappened": 721,
"Ġflow": 722,
"##here": 723,
"Ġfood": 724,
"Ġlist": 725,
"Ġjust": 726,
"Ġanimals": 727,
"Ġhig": 728,
"Ġdidn": 729,
"Ġnear": 730,
"Ġide": 731,
"Ġwat": 732,
"Ġsky": 733,
"Ġtry": 734,
"##ine": 735,
"##ched": 736,
"Ġfi": 737,
"##rom": 738,
"##pl": 739,
"##ving": 740,
"ĠAmy": 741,
"Ġus": 742,
"Ġidea": 743,
"Ġbetter": 744,
"Ġbug": 745,
"##gry": 746,
"Ġits": 747,
"Ġheard": 748,
"Ġtw": 749,
"##pec": 750,
"Ġlet": 751,
"##ate": 752,
"##ff": 753,
"##able": 754,
"Ġshare": 755,
"Ġcareful": 756,
"Ġen": 757,
"Thank": 758,
"Ġfly": 759,
"Ġif": 760,
"Ġstor": 761,
"##more": 762,
"Ġanymore": 763,
"Ġflew": 764,
"##ial": 765,
"ĠAnna": 766,
"Mom": 767,
"ĠTh": 768,
"Ġlots": 769,
"Ġspec": 770,
"Ġspecial": 771,
"##ion": 772,
"Ġcom": 773,
"Ġnever": 774,
"Ġby": 775,
"##lf": 776,
"Ġdan": 777,
"##ream": 778,
"Ġwind": 779,
"Ġbu": 780,
"Ġfo": 781,
"Ġdon": 782,
"Ġclean": 783,
"Ġtal": 784,
"##ort": 785,
"Ġgr": 786,
"##rm": 787,
"Ġlove": 788,
"Ġend": 789,
"##ople": 790,
"ĠThen": 791,
"##ber": 792,
"Ġeven": 793,
"Ġmag": 794,
"Ġshiny": 795,
"Ġhard": 796,
"Ġfore": 797,
"ĠSara": 798,
"Ġcake": 799,
"Ġover": 800,
"##udden": 801,
"##ak": 802,
"Ġbook": 803,
"Ġcol": 804,
"Ġturn": 805,
"Ġfam": 806,
"Ġsafe": 807,
"Ġbad": 808,
"Ġafter": 809,
"Ġpeople": 810,
"##ady": 811,
"Ġproud": 812,
"##pected": 813,
"Ġsurprised": 814,
"ĠEvery": 815,
"Ġhigh": 816,
"##uddenly": 817,
"Let": 818,
"Ġhurt": 819,
"Ġcu": 820,
"##imb": 821,
"Ġpicked": 822,
"Ġground": 823,
"Ġcome": 824,
"##arden": 825,
"Ġune": 826,
"Ġgarden": 827,
"Ġdoor": 828,
"##xpected": 829,
"Ġunexpected": 830,
"Ġopened": 831,
"Ġclimb": 832,
"Ġloud": 833,
"##bb": 834,
"You": 835,
"Ġche": 836,
"Ġgl": 837,
"'m": 838,
"As": 839,
"Ġim": 840,
"##ild": 841,
"Ġgive": 842,
"##ail": 843,
"Ġway": 844,
"Ġcolor": 845,
"Ġblue": 846,
"Ġthanked": 847,
"Ġstill": 848,
"Ġever": 849,
"ĠFrom": 850,
"Ġhugged": 851,
"Ġfar": 852,
"##ip": 853,
"Ġcall": 854,
"ĠHer": 855,
"Ġmagic": 856,
"##age": 857,
"Ġoff": 858,
"##ummy": 859,
"ĠK": 860,
"##iz": 861,
"##ough": 862,
"##xt": 863,
"Ġjumped": 864,
"ĠWhen": 865,
"Ġshould": 866,
"Ġpar": 867,
"Ġfamily": 868,
"##ool": 869,
"Ġkid": 870,
"Ġsmile": 871,
"##uff": 872,
"##hes": 873,
"Ġplace": 874,
"##kay": 875,
"ĠIn": 876,
"Ġwalk": 877,
"##ct": 878,
"Ġgreat": 879,
"Ġnow": 880,
"##em": 881,
"Ġstrong": 882,
"##les": 883,
"Ġqu": 884,
"Ġstay": 885,
"Ġunt": 886,
"Ġsto": 887,
"No": 888,
"Ġforest": 889,
"##aut": 890,
"##itty": 891,
"##ture": 892,
"ĠP": 893,
"##ane": 894,
"Ġfrog": 895,
"Ġbra": 896,
"Ġbro": 897,
"##oon": 898,
"Ġuntil": 899,
"Ġbeaut": 900,
"Ġsqu": 901,
"Ġstick": 902,
"##dy": 903,
"Ġboat": 904,
"Ġnext": 905,
"##lease": 906,
"##ning": 907,
"Ġhappily": 908,
"Ġlisten": 909,
"Ġkids": 910,
"##aking": 911,
"Ġtra": 912,
"##ies": 913,
"ĠN": 914,
"Ġhelped": 915,
"##iful": 916,
"Ġapp": 917,
"Ġbeautiful": 918,
"Ġshowed": 919,
"Ġdra": 920,
"Ġimp": 921,
"##unny": 922,
"Ġstory": 923,
"Ġclos": 924,
"##oy": 925,
"Ġtown": 926,
"Ġwhile": 927,
"##rel": 928,
"##be": 929,
"Ġrain": 930,
"Ġpicture": 931,
"##ress": 932,
"##pt": 933,
"Ġun": 934,
"Ġbeing": 935,
"Ġeveryone": 936,
"Ġrem": 937,
"##ary": 938,
"Ġmor": 939,
"Ġhat": 940,
"##ree": 941,
"##th": 942,
"Ġmet": 943,
"Ġcalled": 944,
"Ġstopped": 945,
"Ġgame": 946,
"It": 947,
"Ġad": 948,
"Can": 949,
"He": 950,
"##uffy": 951,
"Ġangry": 952,
"##ger": 953,
"Ġopen": 954,
"Ġtruck": 955,
"Ġsoft": 956,
"Ġyummy": 957,
"Ġkeep": 958,
"Ġwo": 959,
"Ġlost": 960,
"Ġcry": 961,
"Ġbed": 962,
"When": 963,
"ĠSally": 964,
"ĠLet": 965,
"Ġwarm": 966,
"Ġate": 967,
"Ġmouse": 968,
"ĠKitty": 969,
"Ġbrave": 970,
"ĠWh": 971,
"##vent": 972,
"##ished": 973,
"##by": 974,
"Ġwatch": 975,
"Ġde": 976,
"Ġdoll": 977,
"##so": 978,
"##fore": 979,
"Ġleave": 980,
"Ġfell": 981,
"Ġcouldn": 982,
"Ġalso": 983,
"Ġgreen": 984,
"##dded": 985,
"Ġsn": 986,
"Ġface": 987,
"Ġflowers": 988,
"Ġtwo": 989,
"ĠR": 990,
"##iss": 991,
"##gan": 992,
"##bit": 993,
"##ble": 994,
"Ġnoise": 995,
"##abbit": 996,
"##irst": 997,
"What": 998,
"##owl": 999,
"Ġwhere": 1000,
"##ock": 1001,
"##az": 1002,
"Ġslide": 1003,
"Ġsoon": 1004,
"##luffy": 1005,
"Ġhole": 1006,
"##self": 1007,
"Ġrabbit": 1008,
"##irrel": 1009,
"Ġpus": 1010,
"Ġsat": 1011,
"##ired": 1012,
"Ġbefore": 1013,
"##illy": 1014,
"Hi": 1015,
"Ġhear": 1016,
"Ġuse": 1017,
"Ġsquirrel": 1018,
"Ġpa": 1019,
"Then": 1020,
"Ġkept": 1021,
"That": 1022,
"##ma": 1023,
"##ear": 1024,
"Ġnodded": 1025,
"Ġcook": 1026,
"Ġstore": 1027,
"Look": 1028,
"Ġhands": 1029,
"Ġbirds": 1030,
"Ġpain": 1031,
"Ġfunny": 1032,
"Ġexpl": 1033,
"Ġhaving": 1034,
"Ġgoing": 1035,
"Ġsing": 1036,
"##day": 1037,
"##uch": 1038,
"Ġcatch": 1039,
"ĠFluffy": 1040,
"ĠJo": 1041,
"##aybe": 1042,
"##uit": 1043,
"##aug": 1044,
"##aught": 1045,
"##leep": 1046,
"Ġyell": 1047,
"Ġey": 1048,
"ĠCan": 1049,
"Ġcra": 1050,
"Ġthink": 1051,
"Ġfix": 1052,
"Ġfin": 1053,
"Ġbre": 1054,
"Ġtired": 1055,
"Ġused": 1056,
"Ġbunny": 1057,
"Ġbus": 1058,
"##air": 1059,
"##ange": 1060,
"Ġwork": 1061,
"Ġlooking": 1062,
"Ġwr": 1063,
"Ġpull": 1064,
"Ġour": 1065,
"We": 1066,
"Ġkit": 1067,
"ĠNow": 1068,
"Ġthr": 1069,
"Ġwait": 1070,
"##thing": 1071,
"ĠG": 1072,
"Ġjo": 1073,
"Ġhas": 1074,
"Ġsound": 1075,
"Ġpond": 1076,
"Ġsunny": 1077,
"Ġmean": 1078,
"Ġdr": 1079,
"Ġothers": 1080,
"##ember": 1081,
"##ting": 1082,
"Ġbeh": 1083,
"Ġask": 1084,
"##ello": 1085,
"##led": 1086,
"Ġtalk": 1087,
"##chen": 1088,
"##ng": 1089,
"Ġkitchen": 1090,
"Ġflo": 1091,
"##rew": 1092,
"Ġpie": 1093,
"Ġdif": 1094,
"Ġtri": 1095,
"Ġfirst": 1096,
"Ġhead": 1097,
"Ġreal": 1098,
"Ġfav": 1099,
"Ġimport": 1100,
"Hello": 1101,
"Ġmommy": 1102,
"Ġeyes": 1103,
"Ġz": 1104,
"Ġflower": 1105,
"##joy": 1106,
"Ġparty": 1107,
"Ġmess": 1108,
"##ath": 1109,
"Ġremember": 1110,
"Ġcold": 1111,
"Ġright": 1112,
"Ġcon": 1113,
"Ġsand": 1114,
"ĠDo": 1115,
"Ġswe": 1116,
"Ġrace": 1117,
"##ious": 1118,
"##imes": 1119,
"##orn": 1120,
"##ac": 1121,
"Ġduck": 1122,
"Ġimportant": 1123,
"Ġshared": 1124,
"Ġmoral": 1125,
"ĠJack": 1126,
"Ġvo": 1127,
"Ġcuri": 1128,
"##zy": 1129,
"Ġice": 1130,
"##ount": 1131,
"Ġworked": 1132,
"Ġokay": 1133,
"At": 1134,
"Ġenjoy": 1135,
"Ġdress": 1136,
"Ġmaking": 1137,
"Ġadvent": 1138,
"Ġbright": 1139,
"##llow": 1140,
"Ġown": 1141,
"Ġcurious": 1142,
"Ġdir": 1143,
"Ġtall": 1144,
"Ġhop": 1145,
"Ġhid": 1146,
"Ġfavor": 1147,
"##reed": 1148,
"Ġsleep": 1149,
"Ġfavorite": 1150,
"Ġri": 1151,
"Wow": 1152,
"Ġthing": 1153,
"Ġbag": 1154,
"Ġmon": 1155,
"Ġbegan": 1156,
"Ġdis": 1157,
"Ġhill": 1158,
"Ġcla": 1159,
"Ġdraw": 1160,
"Don": 1161,
"Ġrest": 1162,
"Ġyard": 1163,
"ĠFin": 1164,
"##hn": 1165,
"Ben": 1166,
"Ġtell": 1167,
"Ġhere": 1168,
"Ġmove": 1169,
"##ster": 1170,
"##que": 1171,
"Ġwatched": 1172,
"Ġcut": 1173,
"Ġbel": 1174,
"Ġfollow": 1175,
"Ġnight": 1176,
"Ġblock": 1177,
"##ect": 1178,
"Ġagreed": 1179,
"Ġhun": 1180,
"Ġpick": 1181,
"##aper": 1182,
"Ġstop": 1183,
"##co": 1184,
"ĠThis": 1185,
"After": 1186,
"Ġhot": 1187,
"Ġbehind": 1188,
"##lly": 1189,
"Ġsho": 1190,
"Ġtable": 1191,
"Ġsurprise": 1192,
"Ġgrass": 1193,
"Ġworry": 1194,
"##ied": 1195,
"Ġtrees": 1196,
"Ġdark": 1197,
"Ġfloor": 1198,
"Ġfarm": 1199,
"Ġlion": 1200,
"##fere": 1201,
"Ġtop": 1202,
"Ġsong": 1203,
"Ġdiffere": 1204,
"Ġtail": 1205,
"Ġplease": 1206,
"Ġbutter": 1207,
"Ġru": 1208,
"Ġwalking": 1209,
"Ġcolors": 1210,
"Ġsweet": 1211,
"Ġvoice": 1212,
"Ġread": 1213,
"Ġshout": 1214,
"Ġlady": 1215,
"ĠDad": 1216,
"Ġforg": 1217,
"Ġleaves": 1218,
"Max": 1219,
"##isy": 1220,
"##ign": 1221,
"Ġcars": 1222,
"Ġcloser": 1223,
"Ġneeded": 1224,
"Ġtast": 1225,
"Ġturned": 1226,
"Why": 1227,
"Ġcried": 1228,
"##aring": 1229,
"Ġwood": 1230,
"Ġdifferent": 1231,
"Ġlaugh": 1232,
"Ġpiece": 1233,
"Ġdel": 1234,
"ĠMr": 1235,
"Ġroll": 1236,
"Ġfire": 1237,
"Ġhungry": 1238,
"Ġdoes": 1239,
"##ered": 1240,
"##ike": 1241,
"Ġcr": 1242,
"Ġadventure": 1243,
"Ġhair": 1244,
"Ġpaper": 1245,
"Ġyellow": 1246,
"Sue": 1247,
"ĠSuddenly": 1248,
"Ġfull": 1249,
"Ġtouch": 1250,
"Ġfeeling": 1251,
"Ġprin": 1252,
"Ġwet": 1253,
"##bo": 1254,
"##oom": 1255,
"Ġfriendly": 1256,
"ĠAs": 1257,
"##ken": 1258,
"Ġper": 1259,
"Ġfruit": 1260,
"Ġswing": 1261,
"##cked": 1262,
"##ached": 1263,
"Ġbroken": 1264,
"##ient": 1265,
"Ġready": 1266,
"##ppy": 1267,
"Ġpretend": 1268,
"Ġdance": 1269,
"Ġanother": 1270,
"Ġlight": 1271,
"Ġprom": 1272,
"Ġclimbed": 1273,
"ĠThat": 1274,
"##ater": 1275,
"ĠBobo": 1276,
"Ġlistened": 1277,
"Ġdanc": 1278,
"##where": 1279,
"##bye": 1280,
"Ġrunning": 1281,
"Ġplan": 1282,
"Ġgone": 1283,
"Ġswim": 1284,
"Ġonly": 1285,
"Ġtrain": 1286,
"##bbed": 1287,
"ĠJane": 1288,
"ĠTimmy": 1289,
"##ila": 1290,
"##ndma": 1291,
"##av": 1292,
"Suddenly": 1293,
"Ġkn": 1294,
"Ġclose": 1295,
"Ġsmell": 1296,
"She": 1297,
"Ġblocks": 1298,
"##aby": 1299,
"Ġhold": 1300,
"So": 1301,
"ĠAll": 1302,
"##sh": 1303,
"Ġamaz": 1304,
"Ġwonder": 1305,
"Ġsees": 1306,
"Ġbutterf": 1307,
"Ġwall": 1308,
"Ġrepl": 1309,
"Ġhelping": 1310,
"Ġpu": 1311,
"Ġreached": 1312,
"Ġcream": 1313,
"##oney": 1314,
"Sam": 1315,
"Ġdri": 1316,
"##red": 1317,
"Ġslow": 1318,
"Ġant": 1319,
"Ġcool": 1320,
"##af": 1321,
"Ġglad": 1322,
"Ġless": 1323,
"Ġfight": 1324,
"Ġpushed": 1325,
"Ġgoodbye": 1326,
"Ġac": 1327,
"##ather": 1328,
"Ġbeen": 1329,
"Ġfair": 1330,
"Ġhide": 1331,
"Ġmust": 1332,
"Ġwindow": 1333,
"Ġmoment": 1334,
"##iced": 1335,
"Ġsit": 1336,
"Ġballoon": 1337,
"Ġsnow": 1338,
"ĠEveryone": 1339,
"Ġwished": 1340,
"Ġwag": 1341,
"Ġbaby": 1342,
"Ġstuck": 1343,
"Ġchild": 1344,
"Ġbuy": 1345,
"Ġdone": 1346,
"Ġperf": 1347,
"Mia": 1348,
"Ġar": 1349,
"Ġthank": 1350,
"##icy": 1351,
"Ġste": 1352,
"Ġmight": 1353,
"Ġexplore": 1354,
"Ġapple": 1355,
"Ġbar": 1356,
"Ġfall": 1357,
"Ġtrying": 1358,
"Ġname": 1359,
"##ized": 1360,
"##ash": 1361,
"Ġbit": 1362,
"Ġscary": 1363,
"Ġcoming": 1364,
"Ġbuild": 1365,
"Ġwin": 1366,
"Ġdin": 1367,
"Ġdirty": 1368,
"Ġlooks": 1369,
"Ġquick": 1370,
"Ġdream": 1371,
"Ġdoing": 1372,
"##aisy": 1373,
"'re": 1374,
"Ġunderst": 1375,
"Ġheld": 1376,
"##ames": 1377,
"Ġbooks": 1378,
"Ġmar": 1379,
"Ġbutterfly": 1380,
"ĠThere": 1381,
"In": 1382,
"Ġleft": 1383,
"Ġcount": 1384,
"##avy": 1385,
"Ġreach": 1386,
"Ġshouted": 1387,
"Ġtiny": 1388,
"##ott": 1389,
"Ġdro": 1390,
"Ġbran": 1391,
"Ġreplied": 1392,
"Ġair": 1393,
"Ġland": 1394,
"##key": 1395,
"Ġspl": 1396,
"Ġthrough": 1397,
"Ġgrow": 1398,
"Ġpulled": 1399,
"Ġtreat": 1400,
"Ġwise": 1401,
"Ġwhy": 1402,
"Ġchair": 1403,
"Ġbrother": 1404,
"Ġthree": 1405,
"Ġwoods": 1406,
"Ġplant": 1407,
"Ġclapped": 1408,
"Ġmat": 1409,
"Ġpink": 1410,
"##ins": 1411,
"Ġowl": 1412,
"Ġcup": 1413,
"Ġsometimes": 1414,
"Ġsure": 1415,
"##ield": 1416,
"##ely": 1417,
"Ġcloud": 1418,
"Ġseen": 1419,
"Ġswam": 1420,
"##andy": 1421,
"##ask": 1422,
"##outh": 1423,
"Ġfill": 1424,
"##ix": 1425,
"Ġjob": 1426,
"Ġcolorful": 1427,
"Ġnest": 1428,
"Ġmouth": 1429,
"Ġbigger": 1430,
"Ġremembered": 1431,
"Ġjoin": 1432,
"Ġlesson": 1433,
"Okay": 1434,
"##ph": 1435,
"##uddy": 1436,
"##oup": 1437,
"##pe": 1438,
"##room": 1439,
"Ġcre": 1440,
"Ġstayed": 1441,
"Ġwaved": 1442,
"##art": 1443,
"Ġpaint": 1444,
"Ġclot": 1445,
"Oh": 1446,
"Ġgrabbed": 1447,
"Ġclothes": 1448,
"Ġve": 1449,
"This": 1450,
"##ower": 1451,
"Ġcont": 1452,
"##cle": 1453,
"Ġwaited": 1454,
"ĠMommy": 1455,
"ĠAfter": 1456,
"Ġword": 1457,
"Ġbroke": 1458,
"Ġgames": 1459,
"##ucky": 1460,
"Ġblew": 1461,
"Anna": 1462,
"Ġcast": 1463,
"Ġgent": 1464,
"Ġquickly": 1465,
"Ġenjoyed": 1466,
"##ries": 1467,
"ĠJohn": 1468,
"Ġlikes": 1469,
"Ġpictures": 1470,
"##ation": 1471,
"##ton": 1472,
"Ġsea": 1473,
"Ġheavy": 1474,
"Ġmus": 1475,
"Ġset": 1476,
"##de": 1477,
"Ġgif": 1478,
"Ġalone": 1479,
"##asure": 1480,
"Ġturns": 1481,
"Ġmiss": 1482,
"Ġanything": 1483,
"Ġnoticed": 1484,
"##orm": 1485,
"Ġspot": 1486,
"Ġhopped": 1487,
"Ġworld": 1488,
"##der": 1489,
"Ġpot": 1490,
"Ġbott": 1491,
"Ġpen": 1492,
"Ġpat": 1493,
"##lc": 1494,
"Ġyear": 1495,
"Ġbike": 1496,
"Ġarm": 1497,
"Her": 1498,
"ĠLila": 1499,
"Ġtight": 1500,
"Ġeverywhere": 1501,
"Ġmix": 1502,
"Ġtower": 1503,
"Sara": 1504,
"Lucy": 1505,
"Ġwon": 1506,
"Ġthrew": 1507,
"ĠBuddy": 1508,
"\".": 1509,
"Ġride": 1510,
"Ġhimself": 1511,
"##man": 1512,
"Ġfollowed": 1513,
"Ġju": 1514,
"Ġje": 1515,
"##less": 1516,
"##amp": 1517,
"##ape": 1518,
"Ġcomp": 1519,
"Ġkey": 1520,
"##row": 1521,
"Ġwhite": 1522,
"Ġmakes": 1523,
"##ctor": 1524,
"Ġwrong": 1525,
"Spot": 1526,
"ĠDaisy": 1527,
"Ġbreak": 1528,
"Ġblack": 1529,
"##ner": 1530,
"Do": 1531,
"##thy": 1532,
"Ġmusic": 1533,
"ĠWhat": 1534,
"##arent": 1535,
"Ġpol": 1536,
"Ġdeep": 1537,
"Ġdelic": 1538,
"Bob": 1539,
"Ġbee": 1540,
"Ġforgot": 1541,
"##cess": 1542,
"##ued": 1543,
"Ġcastle": 1544,
"Ġem": 1545,
"##ves": 1546,
"Ġwear": 1547,
"Ġhit": 1548,
"##iet": 1549,
"Ġparent": 1550,
"##olly": 1551,
"##ister": 1552,
"Ġquiet": 1553,
"Ġround": 1554,
"Ġdanced": 1555,
"Ġwhe": 1556,
"Ġstu": 1557,
"Ġleaf": 1558,
"Ġwants": 1559,
"##ance": 1560,
"Ġvis": 1561,
"Ġnap": 1562,
"Ġmonster": 1563,
"Ġbowl": 1564,
"##ang": 1565,
"##os": 1566,
"##ully": 1567,
"Ġtalked": 1568,
"##itten": 1569,
"##rot": 1570,
"Ġdry": 1571,
"Ġbor": 1572,
"Ġunderstand": 1573,
"Ġfaster": 1574,
"Ġcookies": 1575,
"##ren": 1576,
"Ġbrought": 1577,
"Ġleg": 1578,
"##zz": 1579,
"##fully": 1580,
"From": 1581,
"ĠInside": 1582,
"Ġsmart": 1583,
"##ts": 1584,
"##cy": 1585,
"Ġsign": 1586,
"##ross": 1587,
"Ġside": 1588,
"ĠRe": 1589,
"Ġrocks": 1590,
"Ġsharing": 1591,
"Ġmum": 1592,
"Ġwell": 1593,
"Ġbranch": 1594,
"Ġbutton": 1595,
"Ġsec": 1596,
"Ġsomeone": 1597,
"Ġhappen": 1598,
"His": 1599,
"Ġpoin": 1600,
"Ġfinished": 1601,
"Ġres": 1602,
"Ġfox": 1603,
"Ġdinner": 1604,
"Ġrel": 1605,
"##ence": 1606,
"Ġsister": 1607,
"Ġreally": 1608,
"Jo": 1609,
"Ġflying": 1610,
"##ards": 1611,
"ĠTo": 1612,
"##eddy": 1613,
"Ġele": 1614,
"Ġcontin": 1615,
"Ġworried": 1616,
"Ġvisit": 1617,
"Ġbeach": 1618,
"Ġque": 1619,
"Ġsecret": 1620,
"Ġking": 1621,
"ĠMaybe": 1622,
"##gy": 1623,
"Ġel": 1624,
"Ġtoday": 1625,
"Ġperfect": 1626,
"ĠSarah": 1627,
"Ġshin": 1628,
"Ġsilly": 1629,
"##ipp": 1630,
"Ġeverything": 1631,
"ĠJoe": 1632,
"Ġriver": 1633,
"ĠSoon": 1634,
"Ġdanger": 1635,
"Ġsmiles": 1636,
"ĠAt": 1637,
"Ġfield": 1638,
"Ġfur": 1639,
"Ġchildren": 1640,
"Ġgu": 1641,
"While": 1642,
"Ġwelc": 1643,
"Ġfilled": 1644,
"Ġsang": 1645,
"Ġpudd": 1646,
"Ġelse": 1647,
"Ġwish": 1648,
"Ġeating": 1649,
"Ġsnack": 1650,
"ĠEm": 1651,
"##ze": 1652,
"Ġpieces": 1653,
"Ġpromised": 1654,
"##ord": 1655,
"Ġspr": 1656,
"Ġgi": 1657,
"Ġpig": 1658,
"Ġfree": 1659,
"Ġbite": 1660,
"Ġcontinued": 1661,
"Ġrealized": 1662,
"##ead": 1663,
"##itting": 1664,
"Ġear": 1665,
"Ġjar": 1666,
"Ġcow": 1667,
"Just": 1668,
"Maybe": 1669,
"##ated": 1670,
"Ġblank": 1671,
"Ġcarefully": 1672,
"##stead": 1673,
"Ġparents": 1674,
"Ġorange": 1675,
"Ġ-": 1676,
"ĠTommy": 1677,
"Ġmud": 1678,
"Amy": 1679,
"Ġdrag": 1680,
"ĠBilly": 1681,
"Ġrolled": 1682,
"Ġcrying": 1683,
"Ġblanket": 1684,
"Ġbou": 1685,
"Ġsoup": 1686,
"##cket": 1687,
"##imi": 1688,
"Ġsail": 1689,
"Ġpurp": 1690,
"##ale": 1691,
"Ġdrink": 1692,
"Ġyes": 1693,
"Ġenough": 1694,
"Ġsnake": 1695,
"Ġcrab": 1696,
"##ses": 1697,
"Ġlaughing": 1698,
"Ġthrow": 1699,
"Ġpet": 1700,
"Ġbath": 1701,
"Ġwords": 1702,
"ĠZ": 1703,
"Ġpurple": 1704,
"Ġfairy": 1705,
"Ġamazing": 1706,
"Ġwithout": 1707,
"##ich": 1708,
"Ġbottle": 1709,
"##ire": 1710,
"Fin": 1711,
"Ġgift": 1712,
"##ons": 1713,
"Ġpast": 1714,
"Ġgrandma": 1715,
"Ġbarked": 1716,
"##iver": 1717,
"Ġwagged": 1718,
"Ġmail": 1719,
"Ġmoney": 1720,
"##fort": 1721,
"ĠGra": 1722,
"##used": 1723,
"Ġmonkey": 1724,
"##unch": 1725,
"##chool": 1726,
"Ġatt": 1727,
"Ġbrown": 1728,
"Ġmoved": 1729,
"Ġasks": 1730,
"Ġdoctor": 1731,
"##ises": 1732,
"Ġclosed": 1733,
"Ġcandy": 1734,
"Ġsu": 1735,
"Ġwelcome": 1736,
"Ġowner": 1737,
"##gg": 1738,
"Ġschool": 1739,
"Ġlon": 1740,
"Ġgetting": 1741,
"ĠCh": 1742,
"Ġsmo": 1743,
"Ġhigher": 1744,
"Ġtreasure": 1745,
"Ġsitting": 1746,
"Ġlonely": 1747,
"Ġmorning": 1748,
"Ġdangerous": 1749,
"Ġapples": 1750,
"Ġliving": 1751,
"##ush": 1752,
"Ġmother": 1753,
"##vel": 1754,
"##una": 1755,
"Ġroad": 1756,
"Ġshining": 1757,
"Ġshop": 1758,
"##ased": 1759,
"Ġpaw": 1760,
"##ere": 1761,
"Ġra": 1762,
"Ġshoes": 1763,
"##ible": 1764,
"##ol": 1765,
"Ġpre": 1766,
"Ġtalking": 1767,
"##althy": 1768,
"Ġstre": 1769,
"Ġcreat": 1770,
"Ġcaught": 1771,
"Ġstrange": 1772,
"Ġegg": 1773,
"Ġruns": 1774,
"Ġbuck": 1775,
"Ġletter": 1776,
"Ġpass": 1777,
"Ġchee": 1778,
"Ġwings": 1779,
"Ġfan": 1780,
"##fish": 1781,
"Ġmad": 1782,
"##asket": 1783,
"Ġlake": 1784,
"Ġbasket": 1785,
"##ass": 1786,
"##cks": 1787,
"##set": 1788,
"ĠMimi": 1789,
"Ġstone": 1790,
"Ġthinks": 1791,
"Ġdragon": 1792,
"##me": 1793,
"ĠBl": 1794,
"Ġpuddle": 1795,
"Ġnose": 1796,
"Ġtom": 1797,
"ĠLe": 1798,
"Ġdelicious": 1799,
"##isk": 1800,
"##board": 1801,
"Ġstand": 1802,
"Ġbat": 1803,
"Ġfarmer": 1804,
"Ġteddy": 1805,
"##app": 1806,
"Ġbelie": 1807,
"Ġcoat": 1808,
"##itch": 1809,
"Ġsame": 1810,
"Ġmine": 1811,
"##ches": 1812,
"Ġfit": 1813,
"Ġdays": 1814,
"Ġbring": 1815,
"Ġyears": 1816,
"Ġsear": 1817,
"Ġwhist": 1818,
"Ġgentle": 1819,
"##igh": 1820,
"Ġstart": 1821,
"Ġcray": 1822,
"'ll": 1823,
"##igg": 1824,
"Ġpill": 1825,
"Ġscream": 1826,
"Ġkite": 1827,
"##phant": 1828,
"Ġfinally": 1829,
"##arm": 1830,
"Ġvill": 1831,
"Ġtasty": 1832,
"Ġcho": 1833,
"Ġsinging": 1834,
"##ella": 1835,
"Ġph": 1836,
"Ġwore": 1837,
"Ġben": 1838,
"Ġhoped": 1839,
"Ġshell": 1840,
"Ġswings": 1841,
"Ġtrou": 1842,
"Ġherself": 1843,
"##ined": 1844,
"##sy": 1845,
"Ġpush": 1846,
"Mommy": 1847,
"Ġhor": 1848,
"##sw": 1849,
"Please": 1850,
"John": 1851,
"##iskers": 1852,
"Ġansw": 1853,
"Ġbelong": 1854,
"Ġbush": 1855,
"Ġcarrot": 1856,
"##aughty": 1857,
"Ġteach": 1858,
"Ġelephant": 1859,
"Ġdropped": 1860,
"Ġnaughty": 1861,
"Ġshap": 1862,
"##ract": 1863,
"##bow": 1864,
"Ġcoll": 1865,
"ĠJen": 1866,
"Ġwoke": 1867,
"##ier": 1868,
"Ġteac": 1869,
"Ġhiding": 1870,
"##sc": 1871,
"Ġpile": 1872,
"Ġarri": 1873,
"##ball": 1874,
"##erry": 1875,
"Ġcour": 1876,
"##llie": 1877,
"##isa": 1878,
"Ġtouc": 1879,
"Ġtwins": 1880,
"Ġpuppy": 1881,
"Ġlunch": 1882,
"Ġsack": 1883,
"Ġbow": 1884,
"Ġmin": 1885,
"Ġgrew": 1886,
"Ġshapes": 1887,
"Ġcheered": 1888,
"Ġseem": 1889,
"Ġpers": 1890,
"Ġcourse": 1891,
"Ġrope": 1892,
"Ġjuice": 1893,
"##irth": 1894,
"Ġvillage": 1895,
"##irthday": 1896,
"Ġspin": 1897,
"##ipped": 1898,
"Ġrainbow": 1899,
"ĠFred": 1900,
"##ama": 1901,
"##fused": 1902,
"OK": 1903,
"Ġbench": 1904,
"Ġspoon": 1905,
"Ġcute": 1906,
"Ġfence": 1907,
"Ġstreet": 1908,
"Ġnut": 1909,
"Ġcheese": 1910,
"Ġrob": 1911,
"Ġshook": 1912,
"Ġprob": 1913,
"Ġtouched": 1914,
"##idge": 1915,
"ĠWhiskers": 1916,
"Ġseed": 1917,
"ĠBlue": 1918,
"Ġforever": 1919,
"Ġteacher": 1920,
"Ġbell": 1921,
"Ġjoy": 1922,
"Good": 1923,
"Ġwar": 1924,
"Ġcarry": 1925,
"Ġplane": 1926,
"##lem": 1927,
"Ġeas": 1928,
"##col": 1929,
"Ġcorn": 1930,
"Ġsounds": 1931,
"Ġbirthday": 1932,
"Ġbugs": 1933,
"Ġproblem": 1934,
"Ġdes": 1935,
"##lla": 1936,
"Ġmost": 1937,
"Ġinc": 1938,
"Ġpower": 1939,
"Ġspo": 1940,
"Ġable": 1941,
"##ilk": 1942,
"Ġarrived": 1943,
"##br": 1944,
"Ġnum": 1945,
"Ġbusy": 1946,
"Ġdolls": 1947,
"##ato": 1948,
"##irp": 1949,
"Ġfew": 1950,
"Ġwra": 1951,
"Ġwonderful": 1952,
"Ġfeels": 1953,
"ĠEmma": 1954,
"##ian": 1955,
"ĠThank": 1956,
"Ġbread": 1957,
"Ġmilk": 1958,
"Finally": 1959,
"Ġrobot": 1960,
"Ġrec": 1961,
"Ġpromise": 1962,
"Ġshy": 1963,
"##eb": 1964,
"Ġkiss": 1965,
"Ġneck": 1966,
"##irt": 1967,
"Ġband": 1968,
"##ountain": 1969,
"Ġhelpful": 1970,
"##ub": 1971,
"##gly": 1972,
"##eter": 1973,
"Ġheart": 1974,
"Ġpocket": 1975,
"Ġshake": 1976,
"##umpy": 1977,
"Ġcave": 1978,
"Ġpop": 1979,
"Ġpatient": 1980,
"##arp": 1981,
"Ġlive": 1982,
"ĠJim": 1983,
"Ġob": 1984,
"Ġugly": 1985,
"Ġstorm": 1986,
"Ġslowly": 1987,
"##eared": 1988,
"Ġbelieve": 1989,
"Ġholding": 1990,
"Ġturt": 1991,
"Ġupset": 1992,
"Ġshr": 1993,
"ĠRemy": 1994,
"Ġcover": 1995,
"Ġkitten": 1996,
"ĠBella": 1997,
"Jack": 1998,
"Ġsharp": 1999,
"Ġtowards": 2000,
"Ġsuc": 2001,
"Ġstories": 2002,
"##adow": 2003,
"##ost": 2004,
"Ġhoney": 2005,
"Ġballs": 2006,
"##ove": 2007,
"##oggy": 2008,
"Ġnoises": 2009,
"Ġgray": 2010,
"##read": 2011,
"Ġcir": 2012,
"Ġdirt": 2013,
"Ġdisapp": 2014,
"Ġlate": 2015,
"Ġseat": 2016,
"Ġdriver": 2017,
"Ġdist": 2018,
"Ġspark": 2019,
"Ġbucket": 2020,
"Ġturtle": 2021,
"Ġmeet": 2022,
"Ġspid": 2023,
"Ġtreats": 2024,
"##alm": 2025,
"##ator": 2026,
"Ġseek": 2027,
"Ġyoung": 2028,
"Ġglow": 2029,
"Ġzoom": 2030,
"##unt": 2031,
"Ġlem": 2032,
"Ġsandw": 2033,
"##fortable": 2034,
"Ġtrip": 2035,
"Ġamazed": 2036,
"Ġsplas": 2037,
"Ġmist": 2038,
"ĠLisa": 2039,
"Ġmagical": 2040,
"Ġfold": 2041,
"Ġmark": 2042,
"Ġpuzz": 2043,
"Ġmach": 2044,
"Ġorgan": 2045,
"ĠMark": 2046,
"Ġjour": 2047,
"Be": 2048,
"Ġhorse": 2049,
"Ġwild": 2050,
"Ġpart": 2051,
"Now": 2052,
"##oose": 2053,
"Ġcookie": 2054,
"Ġhugs": 2055,
"Ġprincess": 2056,
"##epend": 2057,
"##ens": 2058,
"##pping": 2059,
"Ġwheel": 2060,
"Ġcloth": 2061,
"Sure": 2062,
"##ung": 2063,
"##ling": 2064,
"Ġbubb": 2065,
"Ġtaking": 2066,
"Ġinstead": 2067,
"Ġstring": 2068,
"Ġsug": 2069,
"ĠBe": 2070,
"Ġnet": 2071,
"Ġdrove": 2072,
"Ġrude": 2073,
"Ġfighting": 2074,
"Ġspicy": 2075,
"Ġcoin": 2076,
"##iling": 2077,
"Ġstars": 2078,
"Ġcraw": 2079,
"Ġlucky": 2080,
"Ġbone": 2081,
"Ġhuge": 2082,
"Of": 2083,
"Ġsne": 2084,
"Ġca": 2085,
"ĠGrandma": 2086,
"Ġinv": 2087,
"Hey": 2088,
"##pper": 2089,
"##ors": 2090,
"Ġcann": 2091,
"##aur": 2092,
"Ġsal": 2093,
"Ġforget": 2094,
"Ġdi": 2095,
"Ġwhistle": 2096,
"Ġcannot": 2097,
"ĠFinally": 2098,
"Ġsick": 2099,
"Ġcard": 2100,
"Ġspider": 2101,
"Ġcou": 2102,
"##ney": 2103,
"Ġsongs": 2104,
"Ġsnowman": 2105,
"Ġfoot": 2106,
"Ġpath": 2107,
"Ġwide": 2108,
"Ġpillow": 2109,
"Later": 2110,
"##ular": 2111,
"Ġlife": 2112,
"##ize": 2113,
"Ġfixed": 2114,
"ĠJust": 2115,
"##oph": 2116,
"##ert": 2117,
"##est": 2118,
"##rill": 2119,
"Ġboss": 2120,
"Ġnod": 2121,
"Ġcomes": 2122,
"Ġgiant": 2123,
"Ġjoke": 2124,
"Ġmoon": 2125,
"Ġlast": 2126,
"Ġtaste": 2127,
"Ġgrumpy": 2128,
"##bled": 2129,
"Ġmachine": 2130,
"ĠOn": 2131,
"##den": 2132,
"ĠMolly": 2133,
"Ġwave": 2134,
"Ġcart": 2135,
"Ġdrive": 2136,
"Ġash": 2137,
"Ġthin": 2138,
"Ġgrab": 2139,
"Ġser": 2140,
"ĠLeo": 2141,
"##lower": 2142,
"Ġpeace": 2143,
"Ġshelf": 2144,
"Ġsel": 2145,
"##ery": 2146,
"Ġdaddy": 2147,
"Ġwrite": 2148,
"Ġhidden": 2149,
"ĠJill": 2150,
"Ġlanded": 2151,
"Ġworm": 2152,
"Ġchange": 2153,
"Ġring": 2154,
"Ġfruits": 2155,
"##erest": 2156,
"Ġchased": 2157,
"Ġsour": 2158,
"Ġbark": 2159,
"##oop": 2160,
"Ġrad": 2161,
"Ġconfused": 2162,
"Ġsmooth": 2163,
"Ġinterest": 2164,
"Ġfle": 2165,
"##ope": 2166,
"Ġoven": 2167,
"Ġwasn": 2168,
"Ġmissed": 2169,
"Ġmyster": 2170,
"Ġval": 2171,
"Ġadventures": 2172,
"##ity": 2173,
"Ġtakes": 2174,
"Ġsuddenly": 2175,
"ĠAnn": 2176,
"Ġselfish": 2177,
"##kin": 2178,
"ĠCome": 2179,
"Ġmessy": 2180,
"Ġsheep": 2181,
"ĠLuna": 2182,
"Ġce": 2183,
"##ife": 2184,
"Ġtie": 2185,
"##elly": 2186,
"Ġsticks": 2187,
"Ġdrew": 2188,
"Ġstepped": 2189,
"##irpy": 2190,
"Ġbought": 2191,
"Ġtea": 2192,
"Ġexp": 2193,
"Ġban": 2194,
"To": 2195,
"Ġstep": 2196,
"Ġent": 2197,
"Ġlater": 2198,
"Ġacross": 2199,
"##box": 2200,
"Ġwash": 2201,
"Ġbeak": 2202,
"Ġjog": 2203,
"On": 2204,
"##pect": 2205,
"Ġspe": 2206,
"St": 2207,
"Ġlay": 2208,
"Ġpour": 2209,
"Ġducks": 2210,
"ĠBu": 2211,
"Ġlegs": 2212,
"Ġgrate": 2213,
"Ġfil": 2214,
"##ugg": 2215,
"##ose": 2216,
"Ġemp": 2217,
"Ġslid": 2218,
"Ġempty": 2219,
"Ġsleepy": 2220,
"Ġdrum": 2221,
"##mer": 2222,
"Ġfeather": 2223,
"Ġphone": 2224,
"Ġpan": 2225,
"Ġzoo": 2226,
"Ġhope": 2227,
"##amed": 2228,
"ĠCat": 2229,
"Ġgrateful": 2230,
"Ġfing": 2231,
"Ġlemon": 2232,
"##eth": 2233,
"##ars": 2234,
"Ġsmelly": 2235,
"##to": 2236,
"Ġsplash": 2237,
"Ġclever": 2238,
"##ions": 2239,
"Ġchick": 2240,
"Ġimag": 2241,
"Ġsave": 2242,
"Ġinteresting": 2243,
"Soon": 2244,
"Ġmed": 2245,
"Ġcalm": 2246,
"##izzy": 2247,
"Ġwatching": 2248,
"Ġbanan": 2249,
"Ġplate": 2250,
"##izz": 2251,
"Ġfaces": 2252,
"Ġign": 2253,
"Ġlift": 2254,
"Ġba": 2255,
"Ġline": 2256,
"Ġclouds": 2257,
"##yard": 2258,
"Ġdogs": 2259,
"Ġact": 2260,
"Ġwolf": 2261,
"Ġspray": 2262,
"Ġthough": 2263,
"Ġbackyard": 2264,
"Ġmot": 2265,
"Ġprot": 2266,
"Ġfancy": 2267,
"Ġwhole": 2268,
"Ġpuzzle": 2269,
"Come": 2270,
"Ġhealthy": 2271,
"##let": 2272,
"Ġfinish": 2273,
"Ġseemed": 2274,
"Ġsupp": 2275,
"Ġrocket": 2276,
"ĠDaddy": 2277,
"Ġquest": 2278,
"##wel": 2279,
"Ġarms": 2280,
"ĠChirpy": 2281,
"Ġeasy": 2282,
"##dge": 2283,
"Ġjewel": 2284,
"Ġjelly": 2285,
"Ġtid": 2286,
"Ġfake": 2287,
"Ġpract": 2288,
"Ġcrayons": 2289,
"##ward": 2290,
"Ġalong": 2291,
"##erly": 2292,
"Ġship": 2293,
"ĠJerry": 2294,
"Ġscar": 2295,
"##onest": 2296,
"##ont": 2297,
"Ġemb": 2298,
"Ġexplain": 2299,
"Ġmaybe": 2300,
"Ġpool": 2301,
"##iger": 2302,
"ĠBunny": 2303,
"Ġworking": 2304,
"Ġwondered": 2305,
"Ġlonger": 2306,
"Ġgives": 2307,
"Ġpack": 2308,
"##irr": 2309,
"ĠDoggy": 2310,
"Ġbossy": 2311,
"Ġanyone": 2312,
"Ġsaved": 2313,
"Ġsmelled": 2314,
"Ġsuch": 2315,
"##ocked": 2316,
"Ġfront": 2317,
"Ġpin": 2318,
"##rass": 2319,
"##arrass": 2320,
"Ġtrouble": 2321,
"Ġav": 2322,
"Ġhonest": 2323,
"Ġnothing": 2324,
"Ġvan": 2325,
"Ġembarrass": 2326,
"Ġtidy": 2327,
"##ually": 2328,
"ĠOllie": 2329,
"Ġputs": 2330,
"Ġweak": 2331,
"##ee": 2332,
"Ġneigh": 2333,
"##ment": 2334,
"Ġforgive": 2335,
"##iting": 2336,
"Ġshirt": 2337,
"Ġkick": 2338,
"ĠMomo": 2339,
"##urse": 2340,
"##arge": 2341,
"Ġplants": 2342,
"##unk": 2343,
"Ġmind": 2344,
"Ġsol": 2345,
"Ġcozy": 2346,
"Ġgently": 2347,
"Ġyog": 2348,
"ĠMary": 2349,
"##oomy": 2350,
"ĠWith": 2351,
"Ġneighb": 2352,
"##orrow": 2353,
"##oc": 2354,
"##ming": 2355,
"##ork": 2356,
"Ġlad": 2357,
"Ġmistake": 2358,
"Ġjumping": 2359,
"Ġlock": 2360,
"Ġstood": 2361,
"Ġcross": 2362,
"Ġprince": 2363,
"Ġwing": 2364,
"Ġqueen": 2365,
"Ġaf": 2366,
"Ġcheer": 2367,
"Ġonto": 2368,
"Ġwaiting": 2369,
"Ġpointed": 2370,
"ĠWhy": 2371,
"Ġexplor": 2372,
"##ult": 2373,
"Ġchew": 2374,
"Ġlovely": 2375,
"##ones": 2376,
"Ġbal": 2377,
"Ġdeer": 2378,
"Ġcouch": 2379,
"ĠTheir": 2380,
"Ġstret": 2381,
"##era": 2382,
"Ġlarge": 2383,
"Ġsur": 2384,
"ĠMy": 2385,
"##sp": 2386,
"Ġants": 2387,
"Ġladder": 2388,
"Ġdish": 2389,
"##oof": 2390,
"Ġcleaned": 2391,
"Ġplaces": 2392,
"##aughter": 2393,
"Ġsandwich": 2394,
"Ġret": 2395,
"Ġtomorrow": 2396,
"Ġbuilding": 2397,
"##raid": 2398,
"Ġbounce": 2399,
"Ġpretended": 2400,
"Ġafraid": 2401,
"Ġwip": 2402,
"Ġmatch": 2403,
"And": 2404,
"Ġperson": 2405,
"Ġreturn": 2406,
"Ġrich": 2407,
"Ġboun": 2408,
"##uce": 2409,
"Ġpizz": 2410,
"##ned": 2411,
"Kitty": 2412,
"Ġhum": 2413,
"##gest": 2414,
"Ġboring": 2415,
"Ġteeth": 2416,
"ĠSomet": 2417,
"Ġscarf": 2418,
"Ġgather": 2419,
"Ġgoes": 2420,
"Sally": 2421,
"##we": 2422,
"ĠTogether": 2423,
"Ġsplashed": 2424,
"Ġlaw": 2425,
"Ġsearch": 2426,
"Ġstra": 2427,
"##aced": 2428,
"Ġfurry": 2429,
"Ġloves": 2430,
"My": 2431,
"Ġswimming": 2432,
"Ġlazy": 2433,
"Ġpri": 2434,
"Ġdaughter": 2435,
"Ġscreamed": 2436,
"Ġtrue": 2437,
"Ġgen": 2438,
"##oman": 2439,
"Ġpizza": 2440,
"Ġashamed": 2441,
"Ġnumber": 2442,
"Ġwoman": 2443,
"##llo": 2444,
"Ġpowerful": 2445,
"Ġanswer": 2446,
"Ġflag": 2447,
"Ġhang": 2448,
"Ġfear": 2449,
"Ġeag": 2450,
"Ġchase": 2451,
"ĠSt": 2452,
"Ġappeared": 2453,
"##aw": 2454,
"Ġmotor": 2455,
"Ġclown": 2456,
"##vous": 2457,
"Ġrub": 2458,
"ĠTV": 2459,
"Ġsuccess": 2460,
"Ġchocol": 2461,
"Ġwand": 2462,
"Ġcreative": 2463,
"Ġnoisy": 2464,
"Ġnearby": 2465,
"Ġdig": 2466,
"Ġtrust": 2467,
"ĠIf": 2468,
"ĠBird": 2469,
"Ġwearing": 2470,
"##elp": 2471,
"##ado": 2472,
"Ġmatter": 2473,
"Ġhello": 2474,
"Ġtool": 2475,
"Ġner": 2476,
"Ġsaf": 2477,
"##pa": 2478,
"Ġtest": 2479,
"Ġnervous": 2480,
"Ġsold": 2481,
"##osaur": 2482,
"##icked": 2483,
"Ġcircle": 2484,
"##oppy": 2485,
"Ġdrank": 2486,
"Ġsmiling": 2487,
"Ġmap": 2488,
"Ġclass": 2489,
"Ġtries": 2490,
"Ġchocolate": 2491,
"ĠBobby": 2492,
"Ġknee": 2493,
"Ġdinosaur": 2494,
"ĠTiny": 2495,
"Ġimpress": 2496,
"Ġgener": 2497,
"Ġmirr": 2498,
"Ġpolite": 2499,
"Ġrare": 2500,
"Ġballoons": 2501,
"Ġcand": 2502,
"Stop": 2503,
"Ġcarried": 2504,
"Ġprotect": 2505,
"##ensive": 2506,
"Ġmirror": 2507,
"ĠPlease": 2508,
"Ġgun": 2509,
"Ġgold": 2510,
"Ġshadow": 2511,
"Ġbald": 2512,
"Ġexpensive": 2513,
"Ġreg": 2514,
"Ġpump": 2515,
"ĠSp": 2516,
"ĠGo": 2517,
"Ġnote": 2518,
"Ġap": 2519,
"Ġhero": 2520,
"Ġhar": 2521,
"##iff": 2522,
"ĠDon": 2523,
"Ġmarch": 2524,
"Ġicy": 2525,
"Ġcri": 2526,
"Ġweird": 2527,
"Ġsnee": 2528,
"Ġsoap": 2529,
"Ġmysterious": 2530,
"##ina": 2531,
"##rag": 2532,
"Ġgate": 2533,
"Ġtowel": 2534,
"Ġwhale": 2535,
"Ġrespect": 2536,
"##arl": 2537,
"##ute": 2538,
"Ġpoor": 2539,
"Ġtape": 2540,
"##issors": 2541,
"Ġdizzy": 2542,
"ĠBenny": 2543,
"Ġthese": 2544,
"Help": 2545,
"Ġgenerous": 2546,
"##itter": 2547,
"ĠMama": 2548,
"Ġfeet": 2549,
"Ġmic": 2550,
"##nic": 2551,
"Ġpres": 2552,
"##mb": 2553,
"Ġfat": 2554,
"Ġembarrassed": 2555,
"Ġsque": 2556,
"Lila": 2557,
"Ġpicnic": 2558,
"Ġboot": 2559,
"Ġlead": 2560,
"Ġsugar": 2561,
"##scape": 2562,
"Ġtent": 2563,
"Ġdisco": 2564,
"##ndpa": 2565,
"Ġpeaceful": 2566,
"##ness": 2567,
"##isp": 2568,
"Ġmel": 2569,
"Ġtasted": 2570,
"ĠBear": 2571,
"Ġscissors": 2572,
"Ġclap": 2573,
"Ġbrush": 2574,
"##obe": 2575,
"Ġrough": 2576,
"Ġdancing": 2577,
"##ote": 2578,
"Ġtick": 2579,
"Ġglue": 2580,
"Ġdecor": 2581,
"Ġyelled": 2582,
"Ġjourney": 2583,
"Ġhur": 2584,
"Ġcloset": 2585,
"Ġbridge": 2586,
"Ġstir": 2587,
"##ventually": 2588,
"Ġcrown": 2589,
"##ek": 2590,
"##ual": 2591,
"Ġprint": 2592,
"ĠSometimes": 2593,
"##ume": 2594,
"Ġcap": 2595,
"##imp": 2596,
"Ġlamp": 2597,
"##airs": 2598,
"Ġscare": 2599,
"Ġvase": 2600,
"##lebr": 2601,
"##any": 2602,
"##owed": 2603,
"Ġtele": 2604,
"Ġcelebr": 2605,
"##lves": 2606,
"ĠDucky": 2607,
"ĠHow": 2608,
"Ġpainted": 2609,
"Ġlog": 2610,
"Ġgigg": 2611,
"Ġblow": 2612,
"Ġeld": 2613,
"Ġsco": 2614,
"Ġwhisp": 2615,
"Ġmixed": 2616,
"##erries": 2617,
"Ġberries": 2618,
"Ġbake": 2619,
"Ġpay": 2620,
"Ġcage": 2621,
"Ġfamous": 2622,
"Ġwis": 2623,
"Ġdrawing": 2624,
"##getable": 2625,
"Ġbean": 2626,
"Ġspread": 2627,
"Ġrelie": 2628,
"Ġbecome": 2629,
"Ġkicked": 2630,
"Ġnorm": 2631,
"Ġvegetable": 2632,
"Ġshark": 2633,
"Ġmountain": 2634,
"Ġknocked": 2635,
"Ġadm": 2636,
"##ser": 2637,
"Ġwrap": 2638,
"Ġnormal": 2639,
"Ġincred": 2640,
"Ġwouldn": 2641,
"Ġlose": 2642,
"##ustr": 2643,
"##asp": 2644,
"Ġthick": 2645,
"Ġfine": 2646,
"##ced": 2647,
"Ġglass": 2648,
"Ġteam": 2649,
"Ġgroup": 2650,
"Ġignor": 2651,
"Ġclock": 2652,
"Ġclear": 2653,
"Ġelderly": 2654,
"Ġmighty": 2655,
"##robe": 2656,
"Ġcone": 2657,
"Ġincredible": 2658,
"Ġmoms": 2659,
"Ġsock": 2660,
"Ġfrustr": 2661,
"ĠBr": 2662,
"Ġbalance": 2663,
"Ġjam": 2664,
"Ġspace": 2665,
"##ragile": 2666,
"Ġcorner": 2667,
"Ġorganized": 2668,
"Ġfright": 2669,
"##port": 2670,
"Ġsword": 2671,
"##alous": 2672,
"##ighed": 2673,
"Ġbranches": 2674,
"Ġsell": 2675,
"Ġroar": 2676,
"Ġyarn": 2677,
"Ġfeed": 2678,
"Ġfool": 2679,
"Ġhorn": 2680,
"Ġjealous": 2681,
"ĠSome": 2682,
"Ġfragile": 2683,
"Ġburn": 2684,
"Dad": 2685,
"Ġguess": 2686,
"##bborn": 2687,
"Ġpresent": 2688,
"##ony": 2689,
"Ġstubborn": 2690,
"Ġmis": 2691,
"Ġhose": 2692,
"Ġwhich": 2693,
"Ġunderstood": 2694,
"Ġter": 2695,
"Ġshoe": 2696,
"##cient": 2697,
"Ġfrustrated": 2698,
"ĠJimmy": 2699,
"Ġtwist": 2700,
"Ġspent": 2701,
"Ġtaught": 2702,
"Where": 2703,
"Ġspoiled": 2704,
"Ġancient": 2705,
"##ique": 2706,
"Ġpray": 2707,
"Ġfier": 2708,
"Ġwake": 2709,
"Ġchest": 2710,
"Ġfierce": 2711,
"Ġeggs": 2712,
"Ġpumpkin": 2713,
"Ġcab": 2714,
"Ġcomfortable": 2715,
"Ġbarn": 2716,
"##ym": 2717,
"Ġtoug": 2718,
"Ġunique": 2719,
"Ġwagon": 2720,
"Ġterri": 2721,
"Ġord": 2722,
"##orry": 2723,
"Ġfrightened": 2724,
"Ġunus": 2725,
"Ġgoat": 2726,
"ĠPe": 2727,
"Ġdug": 2728,
"Ġstraw": 2729,
"Ġtomato": 2730,
"Ġmeasure": 2731,
"Ġuseful": 2732,
"Ġfoolish": 2733,
"Ġdead": 2734,
"Ġclay": 2735,
"Ġunusual": 2736,
"Ġclum": 2737,
"Ġwrote": 2738,
"Ġfinding": 2739,
"Ġrelieved": 2740,
"Ġexam": 2741,
"Ġpolice": 2742,
"Ġwaves": 2743,
"Ġbreath": 2744,
"Ġhears": 2745,
"Ġcreature": 2746,
"Ġclumsy": 2747,
"Ġsquare": 2748,
"##lace": 2749,
"Ġtells": 2750,
"Ġdull": 2751,
"Ġtough": 2752,
"Ġcabin": 2753,
"Together": 2754,
"Ġdiscover": 2755,
"Ġbubbles": 2756,
"##dle": 2757,
"Ġwashed": 2758,
"Ġnosy": 2759,
"Re": 2760,
"Ġunk": 2761,
"Ġnecklace": 2762,
"Ġexploring": 2763,
"Ġbathroom": 2764,
"Ġpaws": 2765,
"Ġsearched": 2766,
"Ġboard": 2767,
"##bby": 2768,
"##nown": 2769,
"##anged": 2770,
"Ġ'": 2771,
"Ġcrazy": 2772,
"##fic": 2773,
"##ond": 2774,
"##yal": 2775,
"Ġbitter": 2776,
"Ġind": 2777,
"Ġthankful": 2778,
"Ġsunf": 2779,
"##alk": 2780,
"Ġasking": 2781,
"##cil": 2782,
"Ġpir": 2783,
"Ġrose": 2784,
"Ġdiffic": 2785,
"##berry": 2786,
"Ġunknown": 2787,
"Ġbloom": 2788,
"Ġswan": 2789,
"Ġhoop": 2790,
"Ġpencil": 2791,
"Ġcovered": 2792,
"Ġadd": 2793,
"Ġjet": 2794,
"Ġdifficult": 2795,
"ĠElla": 2796,
"Ġfinger": 2797,
"Ġham": 2798,
"Ġgloomy": 2799,
"Ġdrop": 2800,
"Ġwitch": 2801,
"Ġloyal": 2802,
"Ġchicken": 2803,
"ĠAndy": 2804,
"Me": 2805,
"Ġwealthy": 2806,
"##apped": 2807,
"Ġcats": 2808,
"Ġending": 2809,
"Ġguit": 2810,
"##als": 2811,
"Ġunl": 2812,
"Ġdove": 2813,
"##com": 2814,
"Ġmov": 2815,
"Here": 2816,
"Ġjoined": 2817,
"##light": 2818,
"##anut": 2819,
"Ġcher": 2820,
"Ġterrible": 2821,
"##iant": 2822,
"Ġsalad": 2823,
"ĠRex": 2824,
"Ġnuts": 2825,
"##shine": 2826,
"ĠU": 2827,
"ĠTr": 2828,
"Ġyours": 2829,
"Ġrat": 2830,
"Ġpotato": 2831,
"##never": 2832,
"##xible": 2833,
"ĠMany": 2834,
"Ġvalue": 2835,
"Ġmask": 2836,
"##selves": 2837,
"Ġchanged": 2838,
"##ormous": 2839,
"Ġtoast": 2840,
"Ġmoving": 2841,
"Ġtiger": 2842,
"Ġbody": 2843,
"Ġzip": 2844,
"##ground": 2845,
"Ġrecord": 2846,
"Ġguitar": 2847,
"Ġcheap": 2848,
"Ġdisg": 2849,
"##irsty": 2850,
"##une": 2851,
"Ġhairy": 2852,
"ĠAl": 2853,
"Ġenormous": 2854,
"##erp": 2855,
"Ġshoot": 2856,
"Ġpepper": 2857,
"Ġknowing": 2858,
"##up": 2859,
"Ġadventur": 2860,
"##ory": 2861,
"Ġhats": 2862,
"ĠBrown": 2863,
"Ġexciting": 2864,
"Ġsmaller": 2865,
"Ġflexible": 2866,
"Ġyourself": 2867,
"Ġbored": 2868,
"Ġstuff": 2869,
"Ġknife": 2870,
"Ġsolve": 2871,
"Ġadventurous": 2872,
"##rilliant": 2873,
"Ġacorn": 2874,
"Ġremind": 2875,
"Ġperform": 2876,
"Ġthirsty": 2877,
"Ġcost": 2878,
"Ġsunshine": 2879,
"Ġnods": 2880,
"Ġdelicate": 2881,
"Ġbrilliant": 2882,
"Ġsnacks": 2883,
"##land": 2884,
"Ġdisgust": 2885,
"Ġseeds": 2886,
"Every": 2887,
"Ġbanana": 2888,
"Ġcollect": 2889,
"Ġmailbox": 2890,
"##reen": 2891,
"Ġshore": 2892,
"Ġstri": 2893,
"Ġasleep": 2894,
"Ġcounted": 2895,
"Ġdough": 2896,
"##bers": 2897,
"Ġfrown": 2898,
"Ġtrick": 2899,
"##live": 2900,
"Ġheal": 2901,
"##iness": 2902,
"Ġcube": 2903,
"##ungle": 2904,
"Ġstat": 2905,
"Ġstage": 2906,
"Ġneighbor": 2907,
"##mbre": 2908,
"Ġmarket": 2909,
"Ġsquee": 2910,
"Ġumbre": 2911,
"Ġjungle": 2912,
"##ident": 2913,
"Ġdisgusting": 2914,
"##ates": 2915,
"ĠSammy": 2916,
"Ġcrane": 2917,
"Ġlab": 2918,
"Who": 2919,
"##fted": 2920,
"Ġjolly": 2921,
"##corn": 2922,
"Ġflash": 2923,
"Ġfridge": 2924,
"Ġsuit": 2925,
"##inal": 2926,
"##ilt": 2927,
"##pid": 2928,
"Ġrh": 2929,
"ĠWill": 2930,
"Ġrelax": 2931,
"ĠWhile": 2932,
"Ġsunflower": 2933,
"##iginal": 2934,
"Ġshiver": 2935,
"Ġcaterp": 2936,
"Ġcaterpill": 2937,
"##ict": 2938,
"Ġgoose": 2939,
"Ġtimes": 2940,
"Ġstove": 2941,
"Ġharm": 2942,
"ĠInstead": 2943,
"Ġfour": 2944,
"##und": 2945,
"Ġmedic": 2946,
"Ġstupid": 2947,
"Ġcomb": 2948,
"Ġindepend": 2949,
"Ġisland": 2950,
"##edient": 2951,
"Ġcro": 2952,
"Ġexplained": 2953,
"Ġbatter": 2954,
"Are": 2955,
"##ying": 2956,
"##iddle": 2957,
"Ġshine": 2958,
"Ġspring": 2959,
"##pes": 2960,
"Ġrug": 2961,
"Ġcareless": 2962,
"Ġdepend": 2963,
"Ġgem": 2964,
"Ġvegetables": 2965,
"Ġoriginal": 2966,
"Ġmedicine": 2967,
"Ġstamp": 2968,
"Ġcries": 2969,
"ĠYour": 2970,
"Ġjeep": 2971,
"Ġgar": 2972,
"Inside": 2973,
"Ġpopcorn": 2974,
"Ġsuccessful": 2975,
"If": 2976,
"Ġstones": 2977,
"Ġindependent": 2978,
"Ġsauce": 2979,
"How": 2980,
"Ġmeal": 2981,
"Ġcarrots": 2982,
"Ġobedient": 2983,
"Ġscr": 2984,
"Ġstudy": 2985,
"Ġmagn": 2986,
"##most": 2987,
"Ġsighed": 2988,
"Ġfearful": 2989,
"##inky": 2990,
"Ġjack": 2991,
"##met": 2992,
"Sorry": 2993,
"Ġpeanut": 2994,
"Ġstatue": 2995,
"Ġescape": 2996,
"Ġhelmet": 2997,
"Ġcaterpillar": 2998,
"Ġgets": 2999,
"Ġumbrella": 3000,
"Ġserious": 3001,
"Ġfountain": 3002,
"Ġpasta": 3003,
"Ġalmost": 3004,
"Ġmiddle": 3005,
"Ġraven": 3006,
"Ġpebb": 3007,
"Ġcompet": 3008,
"Ġjacket": 3009,
"Ġdesign": 3010,
"Ġfilthy": 3011,
"Ġbedroom": 3012,
"Ġang": 3013,
"Ġhouses": 3014,
"##erable": 3015,
"Ġborrow": 3016,
"Ġeager": 3017,
"Ġbelonged": 3018,
"Ġcam": 3019,
"Ġparrot": 3020,
"Ġdest": 3021,
"Ġhay": 3022,
"Ġprize": 3023,
"##aken": 3024,
"Ġmiserable": 3025,
"Ġbrace": 3026,
"Tommy": 3027,
"##ages": 3028,
"Ġimpressive": 3029,
"Ġpainting": 3030,
"Ġraced": 3031,
"Ġtriang": 3032,
"##io": 3033,
"Ġfork": 3034,
"Ġcrayon": 3035,
"##iable": 3036,
"##nel": 3037,
"Ġchoose": 3038,
"##gu": 3039,
"Ġslipped": 3040,
"Ġtied": 3041,
"Ġtank": 3042,
"Ġdependable": 3043,
"Ġlifted": 3044,
"Ġthoughtful": 3045,
"Ġtaken": 3046,
"ĠNo": 3047,
"Ġgarage": 3048,
"Ġsteal": 3049,
"Ġer": 3050,
"##ipe": 3051,
"Ġbuilt": 3052,
"Ġmush": 3053,
"Ġcrawled": 3054,
"Ġmole": 3055,
"Ġscale": 3056,
"Ġboats": 3057,
"Ġpant": 3058,
"Ġpian": 3059,
"Ġstanding": 3060,
"##lph": 3061,
"##ours": 3062,
"Ġhammer": 3063,
"Ġfig": 3064,
"Ġpicks": 3065,
"Ġusing": 3066,
"Ġmoder": 3067,
"##berries": 3068,
"Ġsmoke": 3069,
"Ġcheerful": 3070,
"Ġpiano": 3071,
"Ġshows": 3072,
"Ġhurts": 3073,
"##rn": 3074,
"Ġmagnet": 3075,
"Ġmelon": 3076,
"Ġbottom": 3077,
"Ġeng": 3078,
"Ġspotted": 3079,
"##inary": 3080,
"##dile": 3081,
"Ġref": 3082,
"##codile": 3083,
"Ġcrack": 3084,
"Ġwaff": 3085,
"Ġaunt": 3086,
"Ġmodern": 3087,
"ĠJenny": 3088,
"Ġdolph": 3089,
"Ġtun": 3090,
"Ġreliable": 3091,
"Ġtunnel": 3092,
"Ġarrow": 3093,
"Ġsquash": 3094,
"cream": 3095,
"Ġmushroom": 3096,
"##pack": 3097,
"Ġgum": 3098,
"Ġtax": 3099,
"Ġmovie": 3100,
"Ġjug": 3101,
"Ġsink": 3102,
"##ye": 3103,
"Ġflute": 3104,
"Ġbeet": 3105,
"Ġpopular": 3106,
"##icop": 3107,
"Ġhopping": 3108,
"##icopter": 3109,
"Ġlean": 3110,
"Their": 3111,
"##iv": 3112,
"##aser": 3113,
"Ġhelicopter": 3114,
"Ġcompetit": 3115,
"Ġones": 3116,
"Ġliz": 3117,
"Ġtroubled": 3118,
"##ipop": 3119,
"##llipop": 3120,
"Ġtaxi": 3121,
"Ġtricks": 3122,
"Ġpige": 3123,
"Ġcryst": 3124,
"Ġcrocodile": 3125,
"Ġsil": 3126,
"Ġhumble": 3127,
"Ġlollipop": 3128,
"##oin": 3129,
"Ġneeds": 3130,
"Ġplayful": 3131,
"##comfortable": 3132,
"Ġlocked": 3133,
"Ġpress": 3134,
"Ġuncomfortable": 3135,
"Ġlow": 3136,
"Ġkissed": 3137,
"##appy": 3138,
"##amond": 3139,
"##host": 3140,
"Ġrid": 3141,
"##edy": 3142,
"Ġmuff": 3143,
"Ġtorn": 3144,
"Ġanx": 3145,
"Ġpants": 3146,
"##atch": 3147,
"Ġgrace": 3148,
"Ġwander": 3149,
"Ġangel": 3150,
"##oto": 3151,
"Ġhelps": 3152,
"Ġwrapped": 3153,
"Ġanxious": 3154,
"up": 3155,
"Ġtwig": 3156,
"Ġcamera": 3157,
"##cles": 3158,
"Ġdiamond": 3159,
"##atter": 3160,
"Ġghost": 3161,
"Ġquar": 3162,
"Ġruined": 3163,
"##aff": 3164,
"Ġbelt": 3165,
"##opl": 3166,
"##cident": 3167,
"##eropl": 3168,
"Ġbull": 3169,
"Ġenv": 3170,
"##ilty": 3171,
"##enny": 3172,
"Ġaeropl": 3173,
"Ġcere": 3174,
"##ext": 3175,
"Ġlizard": 3176,
"Ġguilty": 3177,
"Ġtears": 3178,
"Ġhelpless": 3179,
"ĠEven": 3180,
"Ġhappiness": 3181,
"##tt": 3182,
"Ġwalks": 3183,
"Ġcact": 3184,
"Ġwire": 3185,
"Ġcandle": 3186,
"Ġnail": 3187,
"Ġfis": 3188,
"##cut": 3189,
"##cean": 3190,
"Ġfluffy": 3191,
"Ġbracelet": 3192,
"Ġmop": 3193,
"Ġdisappoin": 3194,
"Ġdeaf": 3195,
"Ġbeetle": 3196,
"Ġstretch": 3197,
"Ġocean": 3198,
"Ġboys": 3199,
"##zed": 3200,
"Ġquarrel": 3201,
"##umpet": 3202,
"Ġcop": 3203,
"Ġcollar": 3204,
"Ġharmless": 3205,
"Ġpassed": 3206,
"Ġtire": 3207,
"Ġordinary": 3208,
"Ġbees": 3209,
"Ġradio": 3210,
"Ġflashlight": 3211,
"Ġtrumpet": 3212,
"Ġpoured": 3213,
"Ġengine": 3214,
"Ġharder": 3215,
"Ġmeant": 3216,
"Ġcereal": 3217,
"Ġpersist": 3218,
"Ġshape": 3219,
"Ġtooth": 3220,
"Ġcomput": 3221,
"Ġspill": 3222,
"Ġmelt": 3223,
"Ġcrystal": 3224,
"Ġhunt": 3225,
"Ġinvited": 3226,
"##coa": 3227,
"##ube": 3228,
"Ġscoot": 3229,
"Ġcharm": 3230,
"Ġmug": 3231,
"Ġoffice": 3232,
"Ġyogurt": 3233,
"Ġcomet": 3234,
"Ġtriangle": 3235,
"Ġtag": 3236,
"##ief": 3237,
"##hett": 3238,
"Ġanswered": 3239,
"##aghett": 3240,
"##aghetti": 3241,
"Ġshade": 3242,
"Ġcompass": 3243,
"Ġrep": 3244,
"Ġcactus": 3245,
"Ġaccident": 3246,
"Ġspend": 3247,
"Ġavoc": 3248,
"Ġcush": 3249,
"Ġpale": 3250,
"Ġlicked": 3251,
"ĠTrue": 3252,
"Ġsheet": 3253,
"Ġregular": 3254,
"##ellig": 3255,
"Ġlit": 3256,
"Ġcreate": 3257,
"Ġpro": 3258,
"##aze": 3259,
"Ġgiving": 3260,
"Ġpipe": 3261,
"Ġwhispered": 3262,
"Ġgifted": 3263,
"Ġintellig": 3264,
"Ġrode": 3265,
"Ġpracticed": 3266,
"Ġload": 3267,
"Mum": 3268,
"Ġthread": 3269,
"Ġvi": 3270,
"Ġroof": 3271,
"Ġbicy": 3272,
"##azz": 3273,
"##ither": 3274,
"##ccol": 3275,
"Ġspaghetti": 3276,
"Ġharsh": 3277,
"Ġlibr": 3278,
"##ccoli": 3279,
"##uth": 3280,
"Ġpow": 3281,
"Ġbarber": 3282,
"##asses": 3283,
"##urkey": 3284,
"Ġmitten": 3285,
"Ġcompassion": 3286,
"Ġsailed": 3287,
"Ġdust": 3288,
"Ġpersistent": 3289,
"##ubby": 3290,
"Ġenvel": 3291,
"Ġcocoa": 3292,
"Ġcomputer": 3293,
"Ġspeed": 3294,
"Ġcoo": 3295,
"##hip": 3296,
"Bobo": 3297,
"Ġglove": 3298,
"Ġdisappointed": 3299,
"Ġshrimp": 3300,
"Ġfigure": 3301,
"Ġrice": 3302,
"##lcan": 3303,
"Ġfeathers": 3304,
"Ġinse": 3305,
"Ġpigeon": 3306,
"##omes": 3307,
"##ging": 3308,
"ĠMum": 3309,
"Ġquestions": 3310,
"Ġdesk": 3311,
"Ġcharming": 3312,
"Ġraft": 3313,
"Ġturkey": 3314,
"Ġcarp": 3315,
"Ġenvious": 3316,
"Ġstream": 3317,
"##lcano": 3318,
"##weet": 3319,
"Ġknot": 3320,
"Ġstronger": 3321,
"Ġears": 3322,
"Ġforward": 3323,
"Ġdelight": 3324,
"Ġtube": 3325,
"ĠToday": 3326,
"Ġtrap": 3327,
"Ġaeroplane": 3328,
"Ġwheat": 3329,
"Ġtap": 3330,
"Ġchubby": 3331,
"Ġrestless": 3332,
"Ġcarpet": 3333,
"Ġintelligent": 3334,
"##ulif": 3335,
"Ġboxes": 3336,
"Ġcoins": 3337,
"Ġfriendship": 3338,
"Ġtrunk": 3339,
"##olin": 3340,
"Ġhalf": 3341,
"Ġcrawl": 3342,
"Ġspun": 3343,
"Ġonion": 3344,
"Ġdreams": 3345,
"Ġloop": 3346,
"ĠJake": 3347,
"Ġvolcano": 3348,
"Ġvide": 3349,
"Ġbroccoli": 3350,
"Ġdeliver": 3351,
"Ġsle": 3352,
"Ġbri": 3353,
"Ġtrack": 3354,
"Ġcaulif": 3355,
"Ġvine": 3356,
"##cycle": 3357,
"##essie": 3358,
"Ġthief": 3359,
"##anger": 3360,
"Ġinsect": 3361,
"Ġticket": 3362,
"Ġacce": 3363,
"Ġsleeping": 3364,
"Ġalert": 3365,
"Ġhaircut": 3366,
"Ġnumbers": 3367,
"##asing": 3368,
"Ġattract": 3369,
"Ġmill": 3370,
"Ġeraser": 3371,
"##ulu": 3372,
"Ġplanet": 3373,
"Ġpebble": 3374,
"##ital": 3375,
"Jane": 3376,
"Ġlouder": 3377,
"Ġgraceful": 3378,
"Ġuniver": 3379,
"Ġdestro": 3380,
"Ġscreen": 3381,
"Timmy": 3382,
"Ġdecide": 3383,
"Ġhosp": 3384,
"Ġnicely": 3385,
"##rework": 3386,
"Ġcompetitive": 3387,
"Ġcauliflower": 3388,
"##isted": 3389,
"Ġcelebrate": 3390,
"Ġhospital": 3391,
"Ġpoem": 3392,
"Ġlearning": 3393,
"##ache": 3394,
"Ġhappening": 3395,
"Ġyaw": 3396,
"Ġpeach": 3397,
"Ġparade": 3398,
"Ġsaus": 3399,
"Ġleop": 3400,
"ĠOK": 3401,
"Ġattractive": 3402,
"##atient": 3403,
"Ġdolphin": 3404,
"Ġcurt": 3405,
"Ġsoldier": 3406,
"Ġviolin": 3407,
"##ats": 3408,
"Ġexcite": 3409,
"ĠEmily": 3410,
"Ġbase": 3411,
"Ġcurtain": 3412,
"##ulb": 3413,
"Ġways": 3414,
"Ġwheels": 3415,
"Ġyach": 3416,
"ĠFr": 3417,
"Go": 3418,
"Ġrod": 3419,
"Ġtravel": 3420,
"Ġignorant": 3421,
"Ġcompassionate": 3422,
"Ġbarrel": 3423,
"Ġenvelope": 3424,
"Ġscatter": 3425,
"Ġeventually": 3426,
"Ġbubble": 3427,
"ĠPipp": 3428,
"Ġfirework": 3429,
"Ġreturned": 3430,
"Ġsort": 3431,
"Ġbicycle": 3432,
"Ġrag": 3433,
"Ġscooter": 3434,
"Ġbulb": 3435,
"##elery": 3436,
"Ġyacht": 3437,
"##zzy": 3438,
"Ġhomes": 3439,
"Ġcricket": 3440,
"Ġquestion": 3441,
"##ete": 3442,
"Ġpony": 3443,
"Ġjudge": 3444,
"##ten": 3445,
"Ġtem": 3446,
"Ġneedle": 3447,
"Ġador": 3448,
"Ġleopard": 3449,
"Ġthu": 3450,
"Ġhook": 3451,
"Ġlying": 3452,
"Ġorder": 3453,
"Ġrubbed": 3454,
"##tern": 3455,
"Ġcushion": 3456,
"Ġtruth": 3457,
"Ġuncle": 3458,
"##igator": 3459,
"##dom": 3460,
"Jim": 3461,
"Ġcooked": 3462,
"Ġchalk": 3463,
"Ġadorable": 3464,
"Ġbushes": 3465,
"Ġtray": 3466,
"Ġimpatient": 3467,
"Ġskin": 3468,
"Ġspell": 3469,
"Ġcelery": 3470,
"Ġshells": 3471,
"Ġgrown": 3472,
"Ġthemselves": 3473,
"Ġsoar": 3474,
"Ġdeter": 3475,
"Ġpurse": 3476,
"Ġseal": 3477,
"Ġmotorcycle": 3478,
"Ġlively": 3479,
"Ġradish": 3480,
"Ġpengu": 3481,
"Ġsniff": 3482,
"Ġcase": 3483,
"Ġwalls": 3484,
"Ġdeterm": 3485,
"Ġdistant": 3486,
"Ġprune": 3487,
"Ġalligator": 3488,
"Ġmeat": 3489,
"Ġspeak": 3490,
"Ġslept": 3491,
"Ġfilm": 3492,
"Ġsend": 3493,
"Ġbounced": 3494,
"ĠLittle": 3495,
"Ġforth": 3496,
"##illa": 3497,
"Ġcleaning": 3498,
"Ġchain": 3499,
"Ġpit": 3500,
"Ġenth": 3501,
"Ġmarry": 3502,
"Ġspinning": 3503,
"##ebra": 3504,
"##ebook": 3505,
"Ġnotebook": 3506,
"Ġavocado": 3507,
"Ġsurf": 3508,
"Ġcounting": 3509,
"##urb": 3510,
"Ġbin": 3511,
"##usia": 3512,
"Ġimpro": 3513,
"Ġenthusia": 3514,
"##ision": 3515,
"Ġskip": 3516,
"Ġbehave": 3517,
"##chair": 3518,
"Ġwiped": 3519,
"Ġlaughs": 3520,
"##vator": 3521,
"Ġsaying": 3522,
"Ġbandage": 3523,
"Ġdestroy": 3524,
"Ġwallet": 3525,
"Sarah": 3526,
"Ġsteak": 3527,
"Ġmetal": 3528,
"ĠSh": 3529,
"Ġstum": 3530,
"Ġbiggest": 3531,
"Ġelevator": 3532,
"Ġdiary": 3533,
"ĠBuzz": 3534,
"Ġpost": 3535,
"Ġed": 3536,
"Ġpattern": 3537,
"Ġunlock": 3538,
"Ġshut": 3539,
"Ġdive": 3540,
"Ġweek": 3541,
"Ġarmchair": 3542,
"Ġoy": 3543,
"ĠPoppy": 3544,
"Ġpole": 3545,
"Ġdisturb": 3546,
"Ġskipped": 3547,
"Ġzebra": 3548,
"Ġclub": 3549,
"Ġbags": 3550,
"##dest": 3551,
"Ġjourn": 3552,
"Ġearth": 3553,
"##ject": 3554,
"##bul": 3555,
"Ġjellyfish": 3556,
"ĠPeter": 3557,
"##ating": 3558,
"Ġshowing": 3559,
"Ġnurse": 3560,
"Ġsweater": 3561,
"##usie": 3562,
"Give": 3563,
"Ġmixer": 3564,
"Ġlime": 3565,
"ĠBet": 3566,
"Ġbump": 3567,
"Ġtemp": 3568,
"Ġskull": 3569,
"ĠLulu": 3570,
"Ġcompl": 3571,
"Ġenc": 3572,
"Ġscrew": 3573,
"##ito": 3574,
"##nam": 3575,
"Ġambul": 3576,
"Ġambulance": 3577,
"Ġstranger": 3578,
"##aged": 3579,
"Ġjournal": 3580,
"##rage": 3581,
"Ġgathered": 3582,
"ĠPolly": 3583,
"Ġloudly": 3584,
"Ġshield": 3585,
"Ġtummy": 3586,
"Ġtrucks": 3587,
"Ġfolder": 3588,
"Ġdecorate": 3589,
"##quito": 3590,
"Ġbuttons": 3591,
"Ġlibrary": 3592,
"Ġfalls": 3593,
"ĠBirdy": 3594,
"Ġlights": 3595,
"##ray": 3596,
"Ġink": 3597,
"##irit": 3598,
"ĠFo": 3599,
"Ġcity": 3600,
"Ġprep": 3601,
"Ġherb": 3602,
"##nger": 3603,
"Ġmos": 3604,
"Ġfu": 3605,
"Ġstation": 3606,
"Ġmodest": 3607,
"##nament": 3608,
"Ġornament": 3609,
"##ention": 3610,
"Ġplayground": 3611,
"Ġpolish": 3612,
"Ġmosquito": 3613,
"Ġpointing": 3614,
"Ġmarble": 3615,
"##lies": 3616,
"Ġcord": 3617,
"Mama": 3618,
"Ġknows": 3619,
"Ġvest": 3620,
"Ġsalt": 3621,
"Ġattic": 3622,
"Ġguard": 3623,
"Ġresc": 3624,
"##ctop": 3625,
"##ceed": 3626,
"Ġfather": 3627,
"Ġwhenever": 3628,
"Ġstrawberry": 3629,
"Ġkay": 3630,
"Ġfootball": 3631,
"Ġitch": 3632,
"Ġsplit": 3633,
"##leton": 3634,
"##keleton": 3635,
"Ġaut": 3636,
"Ġbrothers": 3637,
"Ġyet": 3638,
"Ġhipp": 3639,
"Ġpirate": 3640,
"Ġdisappeared": 3641,
"Ġcable": 3642,
"Ġonce": 3643,
"?\".": 3644,
"Ġsupport": 3645,
"Ġdriving": 3646,
"##ctopus": 3647,
"##uring": 3648,
"##oby": 3649,
"Ġple": 3650,
"Ġled": 3651,
"Molly": 3652,
"Ġcupboard": 3653,
"##aky": 3654,
"##ey": 3655,
"Ġtripped": 3656,
"Ġroot": 3657,
"##obile": 3658,
"Ġkayak": 3659,
"Ġwishes": 3660,
"##umb": 3661,
"##ever": 3662,
"Gra": 3663,
"Ġcomplet": 3664,
"Ġmild": 3665,
"##omobile": 3666,
"Ġsucceed": 3667,
"Ġoctopus": 3668,
"Ġcalling": 3669,
"Ġadded": 3670,
"Ġsung": 3671,
"Ġcoal": 3672,
"##stic": 3673,
"Ġautomobile": 3674,
"Ġsneeze": 3675,
"##ushed": 3676,
"Ġreading": 3677,
"ĠDan": 3678,
"Ġcartoon": 3679,
"Ġyoga": 3680,
"Ġstack": 3681,
"Ġenthusiastic": 3682,
"Ġcomplain": 3683,
"Ġflea": 3684,
"##ophone": 3685,
"Ġskeleton": 3686,
"##htub": 3687,
"Ġgolf": 3688,
"Ġsuggest": 3689,
"##par": 3690,
"Ġdrawer": 3691,
"Ġbathtub": 3692,
"Ġthunder": 3693,
"Ġveil": 3694,
"Ġkindness": 3695,
"Ġflame": 3696,
"Ġpoke": 3697,
"Ġmatt": 3698,
"Ġvideo": 3699,
"Ġmath": 3700,
"Ġhunter": 3701,
"Ġribb": 3702,
"Ġhall": 3703,
"Ġedge": 3704,
"Ġgrowl": 3705,
"Ġchess": 3706,
"Ġcups": 3707,
"Ġoyster": 3708,
"Ġgor": 3709,
"Ġtroph": 3710,
"Ġmeans": 3711,
"Ġdrawings": 3712,
"##lasses": 3713,
"Ġglowing": 3714,
"Ġspear": 3715,
"Ġswitch": 3716,
"Ġhippo": 3717,
"Ġitself": 3718,
"Ġrepair": 3719,
"Ġsunglasses": 3720,
"Ġpenny": 3721,
"##utes": 3722,
"Ġteleph": 3723,
"##work": 3724,
"Ġmuffin": 3725,
"Ġzipp": 3726,
"Ġpastry": 3727,
"Well": 3728,
"Ġcostume": 3729,
"Ġmakeup": 3730,
"ĠPeople": 3731,
"Ġpear": 3732,
"Ġarg": 3733,
"Ġdess": 3734,
"Ġwaffle": 3735,
"Ġdetermined": 3736,
"Ġmattress": 3737,
"Ġrolling": 3738,
"ĠTina": 3739,
"##iron": 3740,
"Ġtelephone": 3741,
"Ġrepe": 3742,
"Ġpun": 3743,
"Ġmaze": 3744,
"ĠMiss": 3745,
"##ric": 3746,
"Ġpine": 3747,
"Ġgear": 3748,
"##case": 3749,
"Ġpowder": 3750,
"Ġpackage": 3751,
"Ġmissile": 3752,
"Ġtrophy": 3753,
"Ġpacked": 3754,
"Ġmeadow": 3755,
"##ines": 3756,
"Ġhandle": 3757,
"Ġhedge": 3758,
"Ġcob": 3759,
"Ġframe": 3760,
"Ġrot": 3761,
"Ġmicr": 3762,
"##aving": 3763,
"Ġwife": 3764,
"##ait": 3765,
"##la": 3766,
"##web": 3767,
"Ġmagaz": 3768,
"##urch": 3769,
"Ġencou": 3770,
"Ġgrapes": 3771,
"Ġsepar": 3772,
"There": 3773,
"Ġknight": 3774,
"Ġbasketball": 3775,
"Ġcamp": 3776,
"'d": 3777,
"Ġfile": 3778,
"Ġstairs": 3779,
"Ġstrugg": 3780,
"ĠPete": 3781,
"Bye": 3782,
"Ġminutes": 3783,
"Ġshocked": 3784,
"ĠTweet": 3785,
"Ġcobweb": 3786,
"##per": 3787,
"Ġmicrophone": 3788,
"Ġmanaged": 3789,
"Ġwool": 3790,
"Ġweep": 3791,
"Ġleash": 3792,
"Ġbarking": 3793,
"##time": 3794,
"Ġcolour": 3795,
"Ġperm": 3796,
"##istol": 3797,
"##ffe": 3798,
"Ġtear": 3799,
"##ffee": 3800,
"##iew": 3801,
"Ġbananas": 3802,
"Ġstaff": 3803,
"Ġslides": 3804,
"Ġok": 3805,
"Ġhoc": 3806,
"##ature": 3807,
"Ġhockey": 3808,
"See": 3809,
"Ġsafely": 3810,
"Ġvend": 3811,
"##asher": 3812,
"Ġspirit": 3813,
"Ġgorilla": 3814,
"Ġeye": 3815,
"Ġview": 3816,
"##head": 3817,
"Ġsteps": 3818,
"Ġcooler": 3819,
"Ġmint": 3820,
"Ġgiggled": 3821,
"##rosc": 3822,
"##washer": 3823,
"Ġphoto": 3824,
"Ġflour": 3825,
"Ġtask": 3826,
"Ġgasp": 3827,
"Ġmarched": 3828,
"##hic": 3829,
"Ġearly": 3830,
"Ġsailor": 3831,
"Ġhotel": 3832,
"Ġchurch": 3833,
"##roscope": 3834,
"##cing": 3835,
"Ġvehic": 3836,
"##keep": 3837,
"Ġsausage": 3838,
"Ġdessert": 3839,
"ĠRose": 3840,
"Ġcooking": 3841,
"Ġpistol": 3842,
"Ġbaseball": 3843,
"Ġdishwasher": 3844,
"Ġot": 3845,
"Ġremain": 3846,
"Ġthose": 3847,
"Ġmedal": 3848,
"Ġorganize": 3849,
"Ġotter": 3850,
"##chor": 3851,
"Ġeither": 3852,
"Ġgrill": 3853,
"Ġfireman": 3854,
"Ġvendor": 3855,
"Ġrever": 3856,
"Ġpretending": 3857,
"Ġbattery": 3858,
"##ilot": 3859,
"Ġtemple": 3860,
"Ġfive": 3861,
"Ġten": 3862,
"Ġlaser": 3863,
"ĠLook": 3864,
"Ġow": 3865,
"Ġtools": 3866,
"Ġoften": 3867,
"Ġopens": 3868,
"Ġknock": 3869,
"Ġiron": 3870,
"Ġoil": 3871,
"Ġsandbox": 3872,
"ĠBetty": 3873,
"Ġgrandpa": 3874,
"Ġpee": 3875,
"Ġrise": 3876,
"Ġwhip": 3877,
"##ctory": 3878,
"Ġanchor": 3879,
"Ġtrash": 3880,
"Ġpatch": 3881,
"ĠRob": 3882,
"Ġthinking": 3883,
"Ġsight": 3884,
"##seum": 3885,
"Ġrhin": 3886,
"Ġward": 3887,
"Ġfactory": 3888,
"Ġshort": 3889,
"Ġcardboard": 3890,
"ĠSunny": 3891,
"ĠGive": 3892,
"ĠZoom": 3893,
"Ġwardrobe": 3894,
"Ġlotion": 3895,
"##ense": 3896,
"##apers": 3897,
"Ġmuseum": 3898,
"Ġcell": 3899,
"Ġtowers": 3900,
"Ġhanging": 3901,
"Fluffy": 3902,
"ĠPippin": 3903,
"Ġcoffee": 3904,
"Ġblackboard": 3905,
"Ġmessage": 3906,
"##ucet": 3907,
"##ailable": 3908,
"Ġhive": 3909,
"Ġur": 3910,
"Ġrealised": 3911,
"Ġhours": 3912,
"Ġmay": 3913,
"##loo": 3914,
"Ġmem": 3915,
"Ġquit": 3916,
"##eer": 3917,
"##ron": 3918,
"ĠBessie": 3919,
"Ġnapkin": 3920,
"ĠSnow": 3921,
"##azor": 3922,
"Ġvalu": 3923,
"##ugged": 3924,
"Ġig": 3925,
"Ġpassport": 3926,
"Ġpenguin": 3927,
"Ġfaucet": 3928,
"##ination": 3929,
"Ġigloo": 3930,
"Ġpilot": 3931,
"Ġcane": 3932,
"Ġdreamed": 3933,
"##place": 3934,
"Ġfreez": 3935,
"Ġholds": 3936,
"Ġpicking": 3937,
"Ġbathe": 3938,
"Ġtornado": 3939,
"Ġhanger": 3940,
"##aroo": 3941,
"##htray": 3942,
"Ġjuicy": 3943,
"Ġcheck": 3944,
"##angaroo": 3945,
"Ġnewsp": 3946,
"Ġavailable": 3947,
"Ġreward": 3948,
"##imney": 3949,
"Ġlaund": 3950,
"Ġlaundry": 3951,
"##keeper": 3952,
"Ġfingers": 3953,
"Ġsett": 3954,
"Ġchimney": 3955,
"Ġstumbled": 3956,
"Ġoak": 3957,
"Ġlend": 3958,
"##ately": 3959,
"Ġsize": 3960,
"Billy": 3961,
"Ġallowed": 3962,
"Ġnovel": 3963,
"##play": 3964,
"Ġexcitement": 3965,
"Ġkangaroo": 3966,
"##ready": 3967,
"Ġspilled": 3968,
"Ġalready": 3969,
"Ġcherries": 3970,
"Ġfisher": 3971,
"##ampoo": 3972,
"ĠZip": 3973,
"##umber": 3974,
"##arian": 3975,
"Ġmicroscope": 3976,
"Ġgain": 3977,
"Ġmule": 3978,
"Ġmen": 3979,
"Ġcomplete": 3980,
"Ġfireplace": 3981,
"Ġmagazine": 3982,
"Ġimagine": 3983,
"Ġfastest": 3984,
"Ġreind": 3985,
"Ġsub": 3986,
"Ġtelling": 3987,
"##ocer": 3988,
"Ġdisplay": 3989,
"Ġnotice": 3990,
"Ġpal": 3991,
"Ġashtray": 3992,
"Ġpractice": 3993,
"Ġcabinet": 3994,
"ĠSpike": 3995,
"Ġshrink": 3996,
"##anda": 3997,
"Ġenjoying": 3998,
"Ġcows": 3999
},
"merges": [
"Ġ ##t",
"##h ##e",
"Ġ ##a",
"Ġ ##s",
"Ġ ##w",
"##n ##d",
"Ġt ##he",
"##e ##d",
"Ġ ##b",
"Ġt ##o",
"Ġa ##nd",
"Ġ ##h",
"Ġ ##f",
"Ġ ##T",
"##i ##n",
"Ġw ##a",
"##r ##e",
"##i ##t",
"##o ##u",
"Ġ ##l",
"Ġ ##d",
"Ġ ##c",
"Ġ ##p",
"##a ##y",
"Ġ ##m",
"##e ##r",
"Ġwa ##s",
"ĠT ##he",
"##o ##m",
"Ġ ##he",
"##i ##s",
"Ġ ##n",
"##a ##r",
"##i ##m",
"##o ##n",
"Ġs ##a",
"##i ##d",
"##l ##l",
"Ġh ##a",
"Ġ ##g",
"##a ##t",
"Ġ ##S",
"##in ##g",
"##o ##t",
"##e ##n",
"##a ##n",
"##l ##e",
"##o ##r",
"##i ##r",
"##a ##m",
"##e ##t",
"Ġ ##H",
"Ġ ##it",
"Ġt ##h",
"##i ##g",
"ĠThe ##y",
"Ġ ##in",
"##i ##l",
"Ġ ##\"",
"Ġp ##l",
"ĠH ##e",
"##o ##w",
"##v ##er",
"##r ##i",
"##u ##t",
"Ġb ##e",
"Ġ ##u",
"Ġpl ##ay",
"Ġsa ##id",
"##it ##h",
"Ġd ##ay",
"Ġw ##ith",
"##p ##p",
"Ġ ##o",
"Ġ ##y",
"##o ##o",
"##k ##ed",
"Ġ ##r",
"Ġhe ##r",
"##c ##e",
"Ġ ##I",
"ĠS ##he",
"ĠT ##im",
"##l ##d",
"Ġh ##is",
"Ġs ##t",
"##k ##e",
"Ġ ##e",
"Ġb ##ig",
"##n ##t",
"##c ##k",
"##ver ##y",
"Ġy ##ou",
"##s ##t",
"##n ##e",
"##v ##e",
"Ġ ##O",
"##e ##nd",
"Ġ ##on",
"Ġha ##pp",
"##u ##n",
"Ġ ##L",
"##ri ##end",
"Ġf ##riend",
"##a ##ll",
"##il ##y",
"Ġthe ##y",
"Ġw ##e",
"Ġha ##d",
"Ġn ##ot",
"Ġl ##i",
"Ġu ##p",
"##he ##r",
"Ġwa ##nt",
"Ġo ##f",
"##a ##d",
"##it ##t",
"Ġ ##B",
"##s ##e",
"Ġd ##o",
"Ġhapp ##y",
"Ġ ##M",
"Ġ ##very",
"##en ##t",
"' ##s",
"Ġsa ##w",
"Ġth ##at",
"##e ##s",
"##ou ##ld",
"Ġm ##om",
"Ġf ##or",
"Ġs ##h",
"##itt ##le",
"Ġl ##ittle",
"Ġs ##o",
"Ġs ##he",
". ##\"",
"##im ##e",
"##c ##h",
"Ġn ##am",
"Ġn ##e",
"Ġt ##ime",
"Ġ ##k",
"##ou ##nd",
"Ġthe ##re",
"ĠL ##ily",
"Ġnam ##ed",
"Ġb ##o",
"Ġs ##m",
"Ġwe ##re",
"ĠT ##om",
"! ##\"",
"Ġwant ##ed",
"Ġb ##ut",
"##ou ##t",
"Ġfriend ##s",
"##v ##ed",
"T ##he",
"##h ##t",
"##ir ##d",
"Ġb ##ird",
"##e ##l",
"##a ##l",
"Ġa ##n",
"##a ##ke",
"Ġto ##o",
"ĠI ##t",
"##om ##e",
"##u ##g",
"##n ##ce",
"##id ##e",
"Ġw ##ent",
"Ġhe ##l",
"Ġw ##h",
"ĠO ##nce",
"Ġ ##is",
"Ġa ##ll",
"Ġhel ##p",
"##u ##e",
"Ġ ##A",
"Ġl ##o",
"Ġl ##oo",
"##t ##er",
"Ġup ##on",
"##r ##y",
"##o ##re",
"Ġf ##un",
"##i ##nd",
"##g ##et",
"Ġto ##y",
"ĠO ##ne",
"##i ##ll",
"##am ##e",
"Ġa ##s",
"Ġa ##t",
"##r ##a",
"Ġ ##j",
"Ġd ##id",
"##get ##her",
"Ġ ##re",
"##u ##r",
"Ġto ##gether",
"Ġs ##e",
"##a ##ck",
"Ġc ##at",
"Ġt ##re",
"##l ##y",
"##oo ##d",
"##i ##c",
"##t ##ed",
"Ġdo ##g",
"Ġc ##ould",
"Ġc ##an",
"Ġthe ##ir",
"##ar ##d",
"? ##\"",
"##ar ##k",
"##e ##c",
"Ġg ##ir",
"Ġplay ##ed",
"Ġb ##all",
"Ġh ##im",
"Ġgir ##l",
"##w ##ay",
"Ġr ##o",
"##he ##d",
"Ġg ##o",
"##m ##y",
"Ġa ##re",
"' ##t",
"Ġl ##e",
"Ġ ##out",
"Ġf ##r",
"##a ##in",
"Ġthe ##m",
"##u ##m",
"##he ##n",
"##a ##x",
"Ġsa ##d",
"Ġbo ##y",
"##u ##l",
"Ġtre ##e",
"##ot ##her",
"Ġha ##ve",
"Ġm ##an",
"Ġlo ##ved",
"Ġc ##l",
"Ġloo ##ked",
"##ou ##g",
"Ġf ##ound",
"Ġs ##p",
"Ġst ##ar",
"ĠS ##ue",
"##on ##e",
"Ġs ##c",
"##h ##ing",
"Ġb ##ack",
"ĠM ##ax",
"##ow ##n",
"##a ##re",
"Ġli ##ke",
"##f ##ul",
"##s ##ide",
"Ġbe ##c",
"O ##ne",
"Ġm ##e",
"Ġp ##ark",
"##on ##g",
"Ġc ##ar",
"##ig ##ht",
"##o ##p",
"Ġli ##ked",
"##el ##t",
"Ġw ##ould",
"Ġm ##ake",
"Ġl ##a",
"Ġf ##a",
"##r ##ound",
"Ġf ##elt",
"##e ##ll",
"Ġ ##W",
"Ġse ##e",
"ĠB ##ut",
"ĠB ##en",
"ĠS ##am",
"##om ##et",
"Ġas ##ked",
"Ġne ##w",
"##a ##g",
"Ġn ##o",
"##ou ##se",
"##i ##ce",
"Ġstar ##ted",
"##ar ##ed",
"Ġc ##ame",
"Ġ ##other",
"Ġa ##l",
"##oug ##ht",
"##il ##ed",
"##s ##s",
"Ġa ##g",
"Ġs ##omet",
"Ġg ##ood",
"Ġsm ##all",
"Ġb ##r",
"Ġs ##ay",
"##ri ##ed",
"Ġsm ##iled",
"##ad ##e",
"##ing ##s",
"##o ##b",
"##p ##ot",
"Ġw ##or",
"Ġf ##ind",
"##i ##a",
"Ġe ##x",
"##t ##y",
"Ġa ##way",
"Ġp ##ut",
"Ġc ##o",
"Ġm ##ade",
"Ġwh ##at",
"Ġfr ##om",
"Ġsomet ##hing",
"Ġth ##ought",
"##en ##ed",
"Ġh ##ome",
"Ġplay ##ing",
"Ġe ##very",
"##oo ##k",
"Ġwa ##l",
"##u ##c",
"Ġm ##u",
"##a ##ch",
"Ġ ##J",
"##ar ##n",
"ĠS ##pot",
"Ġr ##an",
"Ġ ##F",
"##i ##le",
"##i ##e",
"##a ##ve",
"Ġag ##ain",
"Ġla ##ug",
"Ġs ##ome",
"##n ##ow",
"Ġh ##ouse",
"##d ##d",
"Ġd ##own",
"Ġf ##l",
"Ġtoo ##k",
"Ġsc ##ared",
"##k ##ing",
"##n ##y",
"Ġ ##Y",
"Ġp ##r",
"Ġtoy ##s",
"Ġle ##arn",
"##u ##re",
"Ġbo ##x",
"##i ##f",
"Ġw ##ill",
"ĠY ##ou",
"##re ##t",
"##i ##ck",
"##a ##b",
"##e ##p",
"Ġth ##ings",
"Ġm ##y",
"Ġa ##round",
"Ġyou ##r",
"Ġb ##l",
"##ou ##d",
"Ġli ##ved",
"##u ##ck",
"##is ##h",
", ##\"",
"Ġf ##e",
"Ġs ##un",
"Ġthe ##n",
"##a ##s",
"Ġs ##w",
"Ġw ##hen",
"Ġc ##h",
"##u ##s",
"##pp ##ed",
"ĠM ##ia",
"Ġa ##b",
"##an ##k",
"Ġg ##et",
"##uc ##y",
"##um ##p",
"Ġl ##ot",
"T ##h",
"##is ##t",
"##ot ##h",
"Ġt ##ried",
"##a ##p",
"T ##im",
"Ġsay ##s",
"Ġk ##now",
"Ġg ##ot",
"Ġk ##ne",
"##it ##ed",
"Ġwh ##o",
"##u ##st",
"Ġman ##y",
"##nd ##er",
"Ġin ##t",
"Ġab ##out",
"Ġp ##ret",
"Ġan ##y",
"Ġr ##ed",
"Ġd ##ec",
"Ġ ##D",
"##i ##ve",
"Ġkne ##w",
"##a ##ce",
"Ġm ##ore",
"##ou ##s",
"##is ##e",
"Ġp ##ic",
"Ġc ##are",
"##all ##y",
"##a ##u",
"ĠL ##ucy",
"Ġlearn ##ed",
"Ġh ##ug",
"##q ##u",
"Ġwa ##ter",
"##f ##ter",
"Ġp ##o",
"Ġbec ##ame",
"Ġbe ##st",
"Ġ ##v",
"##au ##se",
"Ġg ##re",
"Ġo ##p",
"##way ##s",
"##ur ##p",
"Ġlaug ##hed",
"Ġout ##side",
"Ġex ##c",
"Ġloo ##k",
"Ġal ##ways",
"ĠB ##ob",
"Ġsh ##ow",
"Ġdec ##id",
"Ġro ##om",
"Ġbec ##ause",
"##an ##t",
"ĠS ##o",
"##f ##e",
"Ġh ##o",
"Ġdecid ##ed",
"Ġe ##at",
"Ġint ##o",
"##it ##e",
"Ġj ##ump",
"ĠA ##nd",
"Ġb ##oth",
"Ġp ##e",
"##er ##s",
"ĠM ##om",
"The ##y",
"Ġd ##ad",
"Ġ ##ke",
"##u ##dd",
"Ġon ##e",
"L ##ily",
"Ġfa ##st",
"Ġn ##ice",
"Ġ ##E",
"Ġth ##is",
"##n ##n",
"Ġexc ##ited",
"Ġfe ##el",
"Ġr ##un",
"Ġl ##ong",
"Y ##es",
"##ou ##r",
"Ġto ##ld",
"Ġs ##k",
"Ġa ##m",
"##urp ##r",
"Ġin ##side",
"##u ##ll",
"Ġt ##r",
"Ġs ##urpr",
"Ġm ##o",
"Ġpret ##ty",
"##in ##y",
"##in ##k",
"Ġs ##or",
"W ##h",
"Ġt ##ake",
"##o ##g",
"Ġe ##ach",
"Ġg ##ave",
"Ġs ##l",
"Ġmu ##ch",
"##le ##w",
"Ġro ##ck",
"##nn ##a",
"Ġg ##ra",
"Ġst ##r",
"Ġh ##ow",
"##im ##al",
"Ġan ##imal",
"##ar ##a",
"##g ##ed",
"Ġne ##ed",
"Ġth ##an",
"##et ##ter",
"B ##ut",
"Ġto ##w",
"##v ##en",
"Ġ ##or",
"Ġ ##C",
"Ġu ##nder",
"T ##om",
"Ġsor ##ry",
"Ġo ##ld",
"##g ##e",
"##is ##ed",
"##r ##o",
"##ur ##t",
"Ġf ##ish",
"Ġc ##le",
"Ġwal ##ked",
"Ġcl ##o",
"Ġbe ##ar",
"##f ##t",
"##a ##se",
"##a ##st",
"##a ##nd",
"Ġha ##nd",
"##es ##s",
"##ur ##n",
"Ġk ##ind",
"ĠW ##e",
"ĠH ##is",
"Ġt ##e",
"Ġhapp ##ened",
"Ġfl ##ow",
"##he ##re",
"Ġf ##ood",
"Ġl ##ist",
"Ġj ##ust",
"Ġanimal ##s",
"Ġh ##ig",
"Ġdid ##n",
"Ġne ##ar",
"Ġ ##ide",
"Ġwa ##t",
"Ġsk ##y",
"Ġt ##ry",
"##in ##e",
"##c ##hed",
"Ġf ##i",
"##r ##om",
"##p ##l",
"##v ##ing",
"ĠA ##my",
"Ġu ##s",
"Ġide ##a",
"Ġb ##etter",
"Ġb ##ug",
"##g ##ry",
"Ġit ##s",
"Ġhe ##ard",
"Ġt ##w",
"##p ##ec",
"Ġl ##et",
"##at ##e",
"##f ##f",
"##ab ##le",
"Ġsh ##are",
"Ġcare ##ful",
"Ġ ##en",
"Th ##ank",
"Ġf ##ly",
"Ġ ##if",
"Ġst ##or",
"##m ##ore",
"Ġany ##more",
"Ġf ##lew",
"##i ##al",
"ĠA ##nna",
"M ##om",
"ĠT ##h",
"Ġlot ##s",
"Ġsp ##ec",
"Ġspec ##ial",
"##i ##on",
"Ġc ##om",
"Ġne ##ver",
"Ġb ##y",
"##l ##f",
"Ġd ##an",
"##re ##am",
"Ġw ##ind",
"Ġb ##u",
"Ġf ##o",
"Ġd ##on",
"Ġcle ##an",
"Ġt ##al",
"##or ##t",
"Ġg ##r",
"##r ##m",
"Ġlo ##ve",
"Ġe ##nd",
"##op ##le",
"ĠThe ##n",
"##b ##er",
"Ġe ##ven",
"Ġm ##ag",
"Ġsh ##iny",
"Ġh ##ard",
"Ġf ##ore",
"ĠS ##ara",
"Ġc ##ake",
"Ġo ##ver",
"##udd ##en",
"##a ##k",
"Ġb ##ook",
"Ġco ##l",
"Ġt ##urn",
"Ġf ##am",
"Ġsa ##fe",
"Ġb ##ad",
"Ġa ##fter",
"Ġpe ##ople",
"##ad ##y",
"Ġpr ##oud",
"##pec ##ted",
"Ġsurpr ##ised",
"ĠE ##very",
"Ġhig ##h",
"##udden ##ly",
"L ##et",
"Ġh ##urt",
"Ġc ##u",
"##im ##b",
"Ġpic ##ked",
"Ġg ##round",
"Ġc ##ome",
"##ard ##en",
"Ġu ##ne",
"Ġg ##arden",
"Ġdo ##or",
"##x ##pected",
"Ġune ##xpected",
"Ġop ##ened",
"Ġcl ##imb",
"Ġl ##oud",
"##b ##b",
"Y ##ou",
"Ġc ##he",
"Ġg ##l",
"' ##m",
"A ##s",
"Ġ ##im",
"##il ##d",
"Ġg ##ive",
"##a ##il",
"Ġwa ##y",
"Ġcol ##or",
"Ġbl ##ue",
"Ġthan ##ked",
"Ġst ##ill",
"Ġe ##ver",
"ĠF ##rom",
"Ġhug ##ged",
"Ġf ##ar",
"##i ##p",
"Ġc ##all",
"ĠH ##er",
"Ġmag ##ic",
"##ag ##e",
"Ġof ##f",
"##um ##my",
"Ġ ##K",
"##i ##z",
"##oug ##h",
"##x ##t",
"Ġjump ##ed",
"ĠW ##hen",
"Ġsh ##ould",
"Ġp ##ar",
"Ġfam ##ily",
"##oo ##l",
"Ġk ##id",
"Ġsm ##ile",
"##u ##ff",
"##he ##s",
"Ġpl ##ace",
"##k ##ay",
"ĠI ##n",
"Ġwal ##k",
"##c ##t",
"Ġgre ##at",
"Ġn ##ow",
"##e ##m",
"Ġstr ##ong",
"##le ##s",
"Ġ ##qu",
"Ġst ##ay",
"Ġu ##nt",
"Ġst ##o",
"N ##o",
"Ġfore ##st",
"##a ##ut",
"##itt ##y",
"##t ##ure",
"Ġ ##P",
"##an ##e",
"Ġfr ##og",
"Ġb ##ra",
"Ġbr ##o",
"##o ##on",
"Ġunt ##il",
"Ġbe ##aut",
"Ġs ##qu",
"Ġst ##ick",
"##d ##y",
"Ġbo ##at",
"Ġne ##xt",
"##le ##ase",
"##n ##ing",
"Ġhapp ##ily",
"Ġlist ##en",
"Ġkid ##s",
"##a ##king",
"Ġt ##ra",
"##i ##es",
"Ġ ##N",
"Ġhelp ##ed",
"##i ##ful",
"Ġa ##pp",
"Ġbeaut ##iful",
"Ġshow ##ed",
"Ġd ##ra",
"Ġim ##p",
"##un ##ny",
"Ġstor ##y",
"Ġclo ##s",
"##o ##y",
"Ġtow ##n",
"Ġwh ##ile",
"##re ##l",
"##b ##e",
"Ġr ##ain",
"Ġpic ##ture",
"##re ##ss",
"##p ##t",
"Ġu ##n",
"Ġbe ##ing",
"Ġevery ##one",
"Ġre ##m",
"##ar ##y",
"Ġm ##or",
"Ġha ##t",
"##re ##e",
"##t ##h",
"Ġm ##et",
"Ġcall ##ed",
"Ġsto ##pped",
"Ġg ##ame",
"I ##t",
"Ġa ##d",
"C ##an",
"H ##e",
"##uff ##y",
"Ġan ##gry",
"##g ##er",
"Ġop ##en",
"Ġtr ##uck",
"Ġso ##ft",
"Ġy ##ummy",
"Ġke ##ep",
"Ġw ##o",
"Ġlo ##st",
"Ġc ##ry",
"Ġb ##ed",
"W ##hen",
"ĠS ##ally",
"ĠL ##et",
"Ġwa ##rm",
"Ġat ##e",
"Ġm ##ouse",
"ĠK ##itty",
"Ġbra ##ve",
"ĠW ##h",
"##v ##ent",
"##is ##hed",
"##b ##y",
"Ġwat ##ch",
"Ġd ##e",
"Ġdo ##ll",
"##s ##o",
"##f ##ore",
"Ġle ##ave",
"Ġf ##ell",
"Ġcould ##n",
"Ġal ##so",
"Ġgre ##en",
"##dd ##ed",
"Ġs ##n",
"Ġfa ##ce",
"Ġflow ##ers",
"Ġtw ##o",
"Ġ ##R",
"##is ##s",
"##g ##an",
"##b ##it",
"##b ##le",
"Ġno ##ise",
"##ab ##bit",
"##ir ##st",
"Wh ##at",
"##ow ##l",
"Ġw ##here",
"##o ##ck",
"##a ##z",
"Ġsl ##ide",
"Ġso ##on",
"##l ##uffy",
"Ġho ##le",
"##se ##lf",
"Ġr ##abbit",
"##ir ##rel",
"Ġp ##us",
"Ġsa ##t",
"##ir ##ed",
"Ġbe ##fore",
"##ill ##y",
"H ##i",
"Ġhe ##ar",
"Ġu ##se",
"Ġsqu ##irrel",
"Ġp ##a",
"The ##n",
"Ġke ##pt",
"Th ##at",
"##m ##a",
"##e ##ar",
"Ġno ##dded",
"Ġc ##ook",
"Ġst ##ore",
"L ##ook",
"Ġhand ##s",
"Ġbird ##s",
"Ġp ##ain",
"Ġfun ##ny",
"Ġex ##pl",
"Ġha ##ving",
"Ġgo ##ing",
"Ġs ##ing",
"##d ##ay",
"##u ##ch",
"Ġcat ##ch",
"ĠF ##luffy",
"ĠJ ##o",
"##ay ##be",
"##u ##it",
"##a ##ug",
"##aug ##ht",
"##le ##ep",
"Ġy ##ell",
"Ġe ##y",
"ĠC ##an",
"Ġc ##ra",
"Ġth ##ink",
"Ġfi ##x",
"Ġf ##in",
"Ġb ##re",
"Ġt ##ired",
"Ġus ##ed",
"Ġb ##unny",
"Ġb ##us",
"##a ##ir",
"##an ##ge",
"Ġwor ##k",
"Ġloo ##king",
"Ġw ##r",
"Ġp ##ull",
"Ġ ##our",
"W ##e",
"Ġk ##it",
"ĠN ##ow",
"Ġth ##r",
"Ġwa ##it",
"##t ##hing",
"Ġ ##G",
"Ġj ##o",
"Ġha ##s",
"Ġs ##ound",
"Ġpo ##nd",
"Ġsun ##ny",
"Ġme ##an",
"Ġd ##r",
"Ġother ##s",
"##em ##ber",
"##t ##ing",
"Ġbe ##h",
"Ġas ##k",
"##ell ##o",
"##l ##ed",
"Ġtal ##k",
"##c ##hen",
"##n ##g",
"Ġkit ##chen",
"Ġfl ##o",
"##re ##w",
"Ġp ##ie",
"Ġd ##if",
"Ġt ##ri",
"Ġf ##irst",
"Ġhe ##ad",
"Ġre ##al",
"Ġfa ##v",
"Ġimp ##ort",
"H ##ello",
"Ġmom ##my",
"Ġey ##es",
"Ġ ##z",
"Ġflow ##er",
"##j ##oy",
"Ġpar ##ty",
"Ġm ##ess",
"##at ##h",
"Ġrem ##ember",
"Ġco ##ld",
"Ġr ##ight",
"Ġc ##on",
"Ġsa ##nd",
"ĠD ##o",
"Ġsw ##e",
"Ġr ##ace",
"##i ##ous",
"##im ##es",
"##or ##n",
"##a ##c",
"Ġd ##uck",
"Ġimport ##ant",
"Ġsh ##ared",
"Ġmor ##al",
"ĠJ ##ack",
"Ġv ##o",
"Ġcu ##ri",
"##z ##y",
"Ġ ##ice",
"##ou ##nt",
"Ġwor ##ked",
"Ġo ##kay",
"A ##t",
"Ġen ##joy",
"Ġd ##ress",
"Ġm ##aking",
"Ġad ##vent",
"Ġbr ##ight",
"##ll ##ow",
"Ġ ##own",
"Ġcuri ##ous",
"Ġd ##ir",
"Ġt ##all",
"Ġh ##op",
"Ġh ##id",
"Ġfav ##or",
"##re ##ed",
"Ġs ##leep",
"Ġfavor ##ite",
"Ġ ##ri",
"W ##ow",
"Ġth ##ing",
"Ġb ##ag",
"Ġm ##on",
"Ġbe ##gan",
"Ġd ##is",
"Ġh ##ill",
"Ġcl ##a",
"Ġdra ##w",
"D ##on",
"Ġre ##st",
"Ġy ##ard",
"ĠF ##in",
"##h ##n",
"B ##en",
"Ġt ##ell",
"Ġhe ##re",
"Ġmo ##ve",
"##st ##er",
"##q ##ue",
"Ġwat ##ched",
"Ġc ##ut",
"Ġbe ##l",
"Ġfo ##llow",
"Ġn ##ight",
"Ġbl ##ock",
"##ec ##t",
"Ġag ##reed",
"Ġh ##un",
"Ġp ##ick",
"##ap ##er",
"Ġst ##op",
"##c ##o",
"ĠTh ##is",
"A ##fter",
"Ġh ##ot",
"Ġbeh ##ind",
"##ll ##y",
"Ġsh ##o",
"Ġt ##able",
"Ġsurpr ##ise",
"Ġgra ##ss",
"Ġwor ##ry",
"##i ##ed",
"Ġtre ##es",
"Ġd ##ark",
"Ġflo ##or",
"Ġfar ##m",
"Ġli ##on",
"##fe ##re",
"Ġto ##p",
"Ġs ##ong",
"Ġdif ##fere",
"Ġt ##ail",
"Ġp ##lease",
"Ġbut ##ter",
"Ġr ##u",
"Ġwal ##king",
"Ġcolor ##s",
"Ġswe ##et",
"Ġvo ##ice",
"Ġre ##ad",
"Ġsh ##out",
"Ġl ##ady",
"ĠD ##ad",
"Ġfor ##g",
"Ġleave ##s",
"M ##ax",
"##is ##y",
"##ig ##n",
"Ġcar ##s",
"Ġclos ##er",
"Ġneed ##ed",
"Ġt ##ast",
"Ġturn ##ed",
"Wh ##y",
"Ġc ##ried",
"##ar ##ing",
"Ġw ##ood",
"Ġdiffere ##nt",
"Ġlaug ##h",
"Ġpie ##ce",
"Ġd ##el",
"ĠM ##r",
"Ġro ##ll",
"Ġfi ##re",
"Ġhun ##gry",
"Ġdo ##es",
"##er ##ed",
"##i ##ke",
"Ġc ##r",
"Ġadvent ##ure",
"Ġha ##ir",
"Ġp ##aper",
"Ġyell ##ow",
"S ##ue",
"ĠS ##uddenly",
"Ġf ##ull",
"Ġto ##uch",
"Ġfeel ##ing",
"Ġpr ##in",
"Ġw ##et",
"##b ##o",
"##o ##om",
"Ġfriend ##ly",
"ĠA ##s",
"##k ##en",
"Ġp ##er",
"Ġfr ##uit",
"Ġsw ##ing",
"##c ##ked",
"##a ##ched",
"Ġbro ##ken",
"##i ##ent",
"Ġre ##ady",
"##pp ##y",
"Ġpret ##end",
"Ġdan ##ce",
"Ġan ##other",
"Ġl ##ight",
"Ġpr ##om",
"Ġclimb ##ed",
"ĠTh ##at",
"##at ##er",
"ĠBob ##o",
"Ġlist ##ened",
"Ġdan ##c",
"##w ##here",
"##by ##e",
"Ġrun ##ning",
"Ġpl ##an",
"Ġg ##one",
"Ġsw ##im",
"Ġon ##ly",
"Ġtra ##in",
"##bb ##ed",
"ĠJ ##ane",
"ĠTim ##my",
"##il ##a",
"##nd ##ma",
"##a ##v",
"S ##uddenly",
"Ġk ##n",
"Ġclo ##se",
"Ġsm ##ell",
"S ##he",
"Ġblock ##s",
"##ab ##y",
"Ġho ##ld",
"S ##o",
"ĠA ##ll",
"##s ##h",
"Ġam ##az",
"Ġwo ##nder",
"Ġse ##es",
"Ġbutter ##f",
"Ġwa ##ll",
"Ġre ##pl",
"Ġhelp ##ing",
"Ġp ##u",
"Ġre ##ached",
"Ġc ##ream",
"##one ##y",
"S ##am",
"Ġd ##ri",
"##r ##ed",
"Ġsl ##ow",
"Ġa ##nt",
"Ġc ##ool",
"##a ##f",
"Ġgl ##ad",
"Ġl ##ess",
"Ġf ##ight",
"Ġpus ##hed",
"Ġgood ##bye",
"Ġa ##c",
"##at ##her",
"Ġbe ##en",
"Ġfa ##ir",
"Ġh ##ide",
"Ġmu ##st",
"Ġwind ##ow",
"Ġmom ##ent",
"##ic ##ed",
"Ġs ##it",
"Ġball ##oon",
"Ġs ##now",
"ĠEvery ##one",
"Ġw ##ished",
"Ġwa ##g",
"Ġb ##aby",
"Ġst ##uck",
"Ġch ##ild",
"Ġbu ##y",
"Ġd ##one",
"Ġper ##f",
"M ##ia",
"Ġa ##r",
"Ġth ##ank",
"##ic ##y",
"Ġst ##e",
"Ġm ##ight",
"Ġexpl ##ore",
"Ġapp ##le",
"Ġb ##ar",
"Ġf ##all",
"Ġtry ##ing",
"Ġnam ##e",
"##iz ##ed",
"##as ##h",
"Ġb ##it",
"Ġsc ##ary",
"Ġcom ##ing",
"Ġbu ##ild",
"Ġw ##in",
"Ġd ##in",
"Ġdir ##ty",
"Ġlook ##s",
"Ġqu ##ick",
"Ġd ##ream",
"Ġdo ##ing",
"##a ##isy",
"' ##re",
"Ġunder ##st",
"Ġhe ##ld",
"##am ##es",
"Ġbook ##s",
"Ġm ##ar",
"Ġbutterf ##ly",
"ĠThe ##re",
"I ##n",
"Ġle ##ft",
"Ġc ##ount",
"##av ##y",
"Ġre ##ach",
"Ġshout ##ed",
"Ġt ##iny",
"##ot ##t",
"Ġd ##ro",
"Ġbr ##an",
"Ġrepl ##ied",
"Ġa ##ir",
"Ġla ##nd",
"##ke ##y",
"Ġsp ##l",
"Ġthr ##ough",
"Ġgr ##ow",
"Ġpull ##ed",
"Ġtre ##at",
"Ġw ##ise",
"Ġwh ##y",
"Ġch ##air",
"Ġbr ##other",
"Ġth ##ree",
"Ġwood ##s",
"Ġpl ##ant",
"Ġcla ##pped",
"Ġm ##at",
"Ġp ##ink",
"##in ##s",
"Ġ ##owl",
"Ġcu ##p",
"Ġsomet ##imes",
"Ġs ##ure",
"##ie ##ld",
"##el ##y",
"Ġcl ##oud",
"Ġse ##en",
"Ġsw ##am",
"##and ##y",
"##as ##k",
"##out ##h",
"Ġf ##ill",
"##i ##x",
"Ġj ##ob",
"Ġcolor ##ful",
"Ġne ##st",
"Ġm ##outh",
"Ġbig ##ger",
"Ġremember ##ed",
"Ġjo ##in",
"Ġless ##on",
"O ##kay",
"##p ##h",
"##udd ##y",
"##ou ##p",
"##p ##e",
"##ro ##om",
"Ġc ##re",
"Ġstay ##ed",
"Ġwa ##ved",
"##ar ##t",
"Ġpain ##t",
"Ġcl ##ot",
"O ##h",
"Ġgra ##bbed",
"Ġclot ##hes",
"Ġ ##ve",
"Th ##is",
"##ow ##er",
"Ġcon ##t",
"##c ##le",
"Ġwa ##ited",
"ĠMom ##my",
"ĠA ##fter",
"Ġwor ##d",
"Ġbro ##ke",
"Ġg ##ames",
"##uck ##y",
"Ġb ##lew",
"A ##nna",
"Ġc ##ast",
"Ġg ##ent",
"Ġquick ##ly",
"Ġenjoy ##ed",
"##ri ##es",
"ĠJo ##hn",
"Ġlike ##s",
"Ġpicture ##s",
"##at ##ion",
"##t ##on",
"Ġse ##a",
"Ġhe ##avy",
"Ġmu ##s",
"Ġs ##et",
"##d ##e",
"Ġg ##if",
"Ġal ##one",
"##as ##ure",
"Ġturn ##s",
"Ġm ##iss",
"Ġany ##thing",
"Ġnot ##iced",
"##or ##m",
"Ġsp ##ot",
"Ġho ##pped",
"Ġwor ##ld",
"##d ##er",
"Ġp ##ot",
"Ġb ##ott",
"Ġp ##en",
"Ġp ##at",
"##l ##c",
"Ġy ##ear",
"Ġb ##ike",
"Ġa ##rm",
"H ##er",
"ĠL ##ila",
"Ġt ##ight",
"Ġevery ##where",
"Ġm ##ix",
"Ġtow ##er",
"S ##ara",
"L ##ucy",
"Ġw ##on",
"Ġth ##rew",
"ĠB ##uddy",
"\" ##.",
"Ġr ##ide",
"Ġhim ##self",
"##m ##an",
"Ġfollow ##ed",
"Ġj ##u",
"Ġj ##e",
"##le ##ss",
"##am ##p",
"##ap ##e",
"Ġcom ##p",
"Ġke ##y",
"##r ##ow",
"Ġwh ##ite",
"Ġmake ##s",
"##ct ##or",
"Ġwr ##ong",
"S ##pot",
"ĠD ##aisy",
"Ġbre ##ak",
"Ġbl ##ack",
"##n ##er",
"D ##o",
"##th ##y",
"Ġmus ##ic",
"ĠWh ##at",
"##are ##nt",
"Ġpo ##l",
"Ġde ##ep",
"Ġdel ##ic",
"B ##ob",
"Ġbe ##e",
"Ġforg ##ot",
"##ce ##ss",
"##u ##ed",
"Ġcast ##le",
"Ġe ##m",
"##ve ##s",
"Ġwe ##ar",
"Ġh ##it",
"##i ##et",
"Ġp ##arent",
"##o ##lly",
"##is ##ter",
"Ġqu ##iet",
"Ġr ##ound",
"Ġdanc ##ed",
"Ġw ##he",
"Ġst ##u",
"Ġle ##af",
"Ġwant ##s",
"##an ##ce",
"Ġv ##is",
"Ġn ##ap",
"Ġmon ##ster",
"Ġb ##owl",
"##an ##g",
"##o ##s",
"##ull ##y",
"Ġtal ##ked",
"##itt ##en",
"##r ##ot",
"Ġd ##ry",
"Ġb ##or",
"Ġunderst ##and",
"Ġfast ##er",
"Ġcook ##ies",
"##re ##n",
"Ġbr ##ought",
"Ġle ##g",
"##z ##z",
"##f ##ully",
"F ##rom",
"ĠIn ##side",
"Ġsm ##art",
"##t ##s",
"##c ##y",
"Ġs ##ign",
"##ro ##ss",
"Ġs ##ide",
"ĠR ##e",
"Ġrock ##s",
"Ġsh ##aring",
"Ġm ##um",
"Ġwe ##ll",
"Ġbran ##ch",
"Ġbut ##ton",
"Ġse ##c",
"Ġsome ##one",
"Ġhapp ##en",
"H ##is",
"Ġpo ##in",
"Ġfin ##ished",
"Ġre ##s",
"Ġfo ##x",
"Ġdin ##ner",
"Ġre ##l",
"##en ##ce",
"Ġs ##ister",
"Ġre ##ally",
"J ##o",
"Ġfly ##ing",
"##ard ##s",
"ĠT ##o",
"##ed ##dy",
"Ġe ##le",
"Ġcont ##in",
"Ġwor ##ried",
"Ġvis ##it",
"Ġbe ##ach",
"Ġ ##que",
"Ġsec ##ret",
"Ġk ##ing",
"ĠM ##aybe",
"##g ##y",
"Ġe ##l",
"Ġto ##day",
"Ġperf ##ect",
"ĠSara ##h",
"Ġsh ##in",
"Ġs ##illy",
"##i ##pp",
"Ġevery ##thing",
"ĠJo ##e",
"Ġri ##ver",
"ĠSo ##on",
"Ġdan ##ger",
"Ġsmile ##s",
"ĠA ##t",
"Ġf ##ield",
"Ġf ##ur",
"Ġchild ##ren",
"Ġg ##u",
"Wh ##ile",
"Ġwe ##lc",
"Ġfill ##ed",
"Ġsa ##ng",
"Ġp ##udd",
"Ġel ##se",
"Ġw ##ish",
"Ġeat ##ing",
"Ġsn ##ack",
"ĠE ##m",
"##z ##e",
"Ġpiece ##s",
"Ġprom ##ised",
"##or ##d",
"Ġsp ##r",
"Ġg ##i",
"Ġp ##ig",
"Ġf ##ree",
"Ġb ##ite",
"Ġcontin ##ued",
"Ġreal ##ized",
"##e ##ad",
"##itt ##ing",
"Ġe ##ar",
"Ġj ##ar",
"Ġc ##ow",
"J ##ust",
"M ##aybe",
"##at ##ed",
"Ġbl ##ank",
"Ġcare ##fully",
"##st ##ead",
"Ġparent ##s",
"Ġor ##ange",
"Ġ ##-",
"ĠTom ##my",
"Ġmu ##d",
"A ##my",
"Ġdra ##g",
"ĠB ##illy",
"Ġroll ##ed",
"Ġcry ##ing",
"Ġblank ##et",
"Ġb ##ou",
"Ġs ##oup",
"##ck ##et",
"##im ##i",
"Ġsa ##il",
"Ġp ##urp",
"##a ##le",
"Ġdr ##ink",
"Ġy ##es",
"Ġen ##ough",
"Ġsn ##ake",
"Ġcra ##b",
"##se ##s",
"Ġlaug ##hing",
"Ġthr ##ow",
"Ġp ##et",
"Ġb ##ath",
"Ġword ##s",
"Ġ ##Z",
"Ġpurp ##le",
"Ġfair ##y",
"Ġamaz ##ing",
"Ġwith ##out",
"##i ##ch",
"Ġbott ##le",
"##i ##re",
"F ##in",
"Ġgif ##t",
"##on ##s",
"Ġp ##ast",
"Ġgra ##ndma",
"Ġbar ##ked",
"##i ##ver",
"Ġwag ##ged",
"Ġm ##ail",
"Ġm ##oney",
"##f ##ort",
"ĠG ##ra",
"##us ##ed",
"Ġmon ##key",
"##un ##ch",
"##ch ##ool",
"Ġat ##t",
"Ġbr ##own",
"Ġmo ##ved",
"Ġask ##s",
"Ġdo ##ctor",
"##is ##es",
"Ġclos ##ed",
"Ġc ##andy",
"Ġs ##u",
"Ġwelc ##ome",
"Ġown ##er",
"##g ##g",
"Ġs ##chool",
"Ġl ##on",
"Ġget ##ting",
"ĠC ##h",
"Ġsm ##o",
"Ġhig ##her",
"Ġtre ##asure",
"Ġs ##itting",
"Ġlon ##ely",
"Ġmor ##ning",
"Ġdanger ##ous",
"Ġapp ##les",
"Ġli ##ving",
"##us ##h",
"Ġm ##other",
"##ve ##l",
"##un ##a",
"Ġro ##ad",
"Ġshin ##ing",
"Ġsh ##op",
"##as ##ed",
"Ġpa ##w",
"##e ##re",
"Ġr ##a",
"Ġsho ##es",
"##i ##ble",
"##o ##l",
"Ġp ##re",
"Ġtal ##king",
"##al ##thy",
"Ġst ##re",
"Ġcre ##at",
"Ġc ##aught",
"Ġstr ##ange",
"Ġe ##gg",
"Ġrun ##s",
"Ġb ##uck",
"Ġl ##etter",
"Ġpa ##ss",
"Ġche ##e",
"Ġw ##ings",
"Ġf ##an",
"##f ##ish",
"Ġm ##ad",
"##ask ##et",
"Ġl ##ake",
"Ġb ##asket",
"##a ##ss",
"##ck ##s",
"##s ##et",
"ĠM ##imi",
"Ġst ##one",
"Ġthink ##s",
"Ġdrag ##on",
"##m ##e",
"ĠB ##l",
"Ġpudd ##le",
"Ġno ##se",
"Ġto ##m",
"ĠL ##e",
"Ġdelic ##ious",
"##is ##k",
"##bo ##ard",
"Ġst ##and",
"Ġb ##at",
"Ġfarm ##er",
"Ġt ##eddy",
"##a ##pp",
"Ġbel ##ie",
"Ġco ##at",
"##it ##ch",
"Ġsa ##me",
"Ġm ##ine",
"##c ##hes",
"Ġf ##it",
"Ġday ##s",
"Ġbr ##ing",
"Ġyear ##s",
"Ġse ##ar",
"Ġwh ##ist",
"Ġgent ##le",
"##ig ##h",
"Ġstar ##t",
"Ġcr ##ay",
"' ##ll",
"##ig ##g",
"Ġp ##ill",
"Ġsc ##ream",
"Ġk ##ite",
"##ph ##ant",
"Ġfin ##ally",
"##ar ##m",
"Ġv ##ill",
"Ġtast ##y",
"Ġch ##o",
"Ġsing ##ing",
"##ell ##a",
"Ġp ##h",
"Ġw ##ore",
"Ġb ##en",
"Ġhop ##ed",
"Ġshe ##ll",
"Ġsw ##ings",
"Ġtr ##ou",
"Ġher ##self",
"##in ##ed",
"##s ##y",
"Ġpus ##h",
"Mom ##my",
"Ġh ##or",
"##s ##w",
"P ##lease",
"Jo ##hn",
"##isk ##ers",
"Ġan ##sw",
"Ġbel ##ong",
"Ġbus ##h",
"Ġcar ##rot",
"##aught ##y",
"Ġte ##ach",
"Ġele ##phant",
"Ġdro ##pped",
"Ġn ##aughty",
"Ġsh ##ap",
"##ra ##ct",
"##b ##ow",
"Ġco ##ll",
"ĠJ ##en",
"Ġwo ##ke",
"##i ##er",
"Ġte ##ac",
"Ġhid ##ing",
"##s ##c",
"Ġp ##ile",
"Ġar ##ri",
"##b ##all",
"##er ##ry",
"Ġc ##our",
"##ll ##ie",
"##is ##a",
"Ġto ##uc",
"Ġtw ##ins",
"Ġpu ##ppy",
"Ġl ##unch",
"Ġsa ##ck",
"Ġb ##ow",
"Ġm ##in",
"Ġgre ##w",
"Ġshap ##es",
"Ġche ##ered",
"Ġsee ##m",
"Ġp ##ers",
"Ġcour ##se",
"Ġro ##pe",
"Ġju ##ice",
"##ir ##th",
"Ġvill ##age",
"##irth ##day",
"Ġsp ##in",
"##i ##pped",
"Ġrain ##bow",
"ĠF ##red",
"##am ##a",
"##f ##used",
"O ##K",
"Ġben ##ch",
"Ġsp ##oon",
"Ġcut ##e",
"Ġf ##ence",
"Ġstre ##et",
"Ġn ##ut",
"Ġchee ##se",
"Ġro ##b",
"Ġsh ##ook",
"Ġpr ##ob",
"Ġtouc ##hed",
"##id ##ge",
"ĠWh ##iskers",
"Ġse ##ed",
"ĠBl ##ue",
"Ġfore ##ver",
"Ġteac ##her",
"Ġbe ##ll",
"Ġj ##oy",
"G ##ood",
"Ġwa ##r",
"Ġcar ##ry",
"Ġpl ##ane",
"##le ##m",
"Ġe ##as",
"##co ##l",
"Ġc ##orn",
"Ġsound ##s",
"Ġb ##irthday",
"Ġbug ##s",
"Ġprob ##lem",
"Ġd ##es",
"##ll ##a",
"Ġmo ##st",
"Ġin ##c",
"Ġp ##ower",
"Ġsp ##o",
"Ġab ##le",
"##il ##k",
"Ġarri ##ved",
"##b ##r",
"Ġn ##um",
"Ġbus ##y",
"Ġdoll ##s",
"##at ##o",
"##ir ##p",
"Ġfe ##w",
"Ġw ##ra",
"Ġwonder ##ful",
"Ġfeel ##s",
"ĠEm ##ma",
"##i ##an",
"ĠTh ##ank",
"Ġbre ##ad",
"Ġm ##ilk",
"Fin ##ally",
"Ġrob ##ot",
"Ġre ##c",
"Ġprom ##ise",
"Ġsh ##y",
"##e ##b",
"Ġk ##iss",
"Ġne ##ck",
"##ir ##t",
"Ġb ##and",
"##ount ##ain",
"Ġhelp ##ful",
"##u ##b",
"##g ##ly",
"##et ##er",
"Ġhear ##t",
"Ġpo ##cket",
"Ġsh ##ake",
"##ump ##y",
"Ġc ##ave",
"Ġp ##op",
"Ġpat ##ient",
"##ar ##p",
"Ġli ##ve",
"ĠJ ##im",
"Ġo ##b",
"Ġu ##gly",
"Ġstor ##m",
"Ġslow ##ly",
"##e ##ared",
"Ġbelie ##ve",
"Ġhold ##ing",
"Ġt ##urt",
"Ġup ##set",
"Ġsh ##r",
"ĠRe ##my",
"Ġco ##ver",
"Ġk ##itten",
"ĠB ##ella",
"J ##ack",
"Ġsh ##arp",
"Ġtow ##ards",
"Ġs ##uc",
"Ġstor ##ies",
"##ad ##ow",
"##o ##st",
"Ġh ##oney",
"Ġball ##s",
"##o ##ve",
"##og ##gy",
"Ġno ##ises",
"Ġgr ##ay",
"##re ##ad",
"Ġc ##ir",
"Ġdir ##t",
"Ġdis ##app",
"Ġl ##ate",
"Ġse ##at",
"Ġdri ##ver",
"Ġd ##ist",
"Ġsp ##ark",
"Ġbuck ##et",
"Ġturt ##le",
"Ġme ##et",
"Ġsp ##id",
"Ġtreat ##s",
"##al ##m",
"##at ##or",
"Ġsee ##k",
"Ġyou ##ng",
"Ġgl ##ow",
"Ġz ##oom",
"##u ##nt",
"Ġle ##m",
"Ġsand ##w",
"##fort ##able",
"Ġtri ##p",
"Ġamaz ##ed",
"Ġspl ##as",
"Ġm ##ist",
"ĠL ##isa",
"Ġmagic ##al",
"Ġfo ##ld",
"Ġm ##ark",
"Ġpu ##zz",
"Ġm ##ach",
"Ġor ##gan",
"ĠM ##ark",
"Ġj ##our",
"B ##e",
"Ġhor ##se",
"Ġw ##ild",
"Ġpar ##t",
"N ##ow",
"##oo ##se",
"Ġcook ##ie",
"Ġhug ##s",
"Ġprin ##cess",
"##ep ##end",
"##en ##s",
"##pp ##ing",
"Ġwhe ##el",
"Ġcl ##oth",
"S ##ure",
"##un ##g",
"##l ##ing",
"Ġbu ##bb",
"Ġt ##aking",
"Ġin ##stead",
"Ġstr ##ing",
"Ġs ##ug",
"ĠB ##e",
"Ġn ##et",
"Ġdro ##ve",
"Ġru ##de",
"Ġfight ##ing",
"Ġsp ##icy",
"Ġco ##in",
"##il ##ing",
"Ġstar ##s",
"Ġcra ##w",
"Ġl ##ucky",
"Ġb ##one",
"Ġhug ##e",
"O ##f",
"Ġs ##ne",
"Ġc ##a",
"ĠGra ##ndma",
"Ġin ##v",
"He ##y",
"##pp ##er",
"##or ##s",
"Ġcan ##n",
"##a ##ur",
"Ġsa ##l",
"Ġfor ##get",
"Ġd ##i",
"Ġwhist ##le",
"Ġcann ##ot",
"ĠFin ##ally",
"Ġs ##ick",
"Ġc ##ard",
"Ġspid ##er",
"Ġc ##ou",
"##ne ##y",
"Ġsong ##s",
"Ġsnow ##man",
"Ġfo ##ot",
"Ġp ##ath",
"Ġw ##ide",
"Ġpill ##ow",
"L ##ater",
"##ul ##ar",
"Ġli ##fe",
"##iz ##e",
"Ġfix ##ed",
"ĠJ ##ust",
"##op ##h",
"##er ##t",
"##e ##st",
"##ri ##ll",
"Ġbo ##ss",
"Ġno ##d",
"Ġcom ##es",
"Ġgi ##ant",
"Ġjo ##ke",
"Ġmo ##on",
"Ġla ##st",
"Ġtast ##e",
"Ġgr ##umpy",
"##b ##led",
"Ġmach ##ine",
"ĠO ##n",
"##d ##en",
"ĠM ##olly",
"Ġwa ##ve",
"Ġcar ##t",
"Ġdri ##ve",
"Ġas ##h",
"Ġth ##in",
"Ġgra ##b",
"Ġs ##er",
"ĠLe ##o",
"##l ##ower",
"Ġpe ##ace",
"Ġshe ##lf",
"Ġs ##el",
"##er ##y",
"Ġdad ##dy",
"Ġwr ##ite",
"Ġhid ##den",
"ĠJ ##ill",
"Ġland ##ed",
"Ġwor ##m",
"Ġch ##ange",
"Ġr ##ing",
"Ġfruit ##s",
"##ere ##st",
"Ġch ##ased",
"Ġs ##our",
"Ġb ##ark",
"##oo ##p",
"Ġr ##ad",
"Ġcon ##fused",
"Ġsmo ##oth",
"Ġint ##erest",
"Ġf ##le",
"##op ##e",
"Ġo ##ven",
"Ġwas ##n",
"Ġmiss ##ed",
"Ġmy ##ster",
"Ġv ##al",
"Ġadventure ##s",
"##it ##y",
"Ġtake ##s",
"Ġs ##uddenly",
"ĠA ##nn",
"Ġsel ##fish",
"##k ##in",
"ĠC ##ome",
"Ġmess ##y",
"Ġshe ##ep",
"ĠL ##una",
"Ġc ##e",
"##if ##e",
"Ġt ##ie",
"##ell ##y",
"Ġstick ##s",
"Ġd ##rew",
"Ġste ##pped",
"##irp ##y",
"Ġb ##ought",
"Ġte ##a",
"Ġex ##p",
"Ġb ##an",
"T ##o",
"Ġst ##ep",
"Ġ ##ent",
"Ġl ##ater",
"Ġac ##ross",
"##bo ##x",
"Ġwas ##h",
"Ġbe ##ak",
"Ġj ##og",
"O ##n",
"##pec ##t",
"Ġsp ##e",
"S ##t",
"Ġl ##ay",
"Ġp ##our",
"Ġduck ##s",
"ĠB ##u",
"Ġleg ##s",
"Ġgr ##ate",
"Ġf ##il",
"##ug ##g",
"##o ##se",
"Ġem ##p",
"Ġsl ##id",
"Ġemp ##ty",
"Ġsleep ##y",
"Ġdr ##um",
"##m ##er",
"Ġfe ##ather",
"Ġph ##one",
"Ġp ##an",
"Ġz ##oo",
"Ġhop ##e",
"##am ##ed",
"ĠC ##at",
"Ġgrate ##ful",
"Ġf ##ing",
"Ġlem ##on",
"##et ##h",
"##ar ##s",
"Ġsmell ##y",
"##t ##o",
"Ġspl ##ash",
"Ġcle ##ver",
"##ion ##s",
"Ġch ##ick",
"Ġim ##ag",
"Ġsa ##ve",
"Ġinterest ##ing",
"S ##oon",
"Ġm ##ed",
"Ġc ##alm",
"##iz ##zy",
"Ġwatch ##ing",
"Ġban ##an",
"Ġpl ##ate",
"##iz ##z",
"Ġface ##s",
"Ġ ##ign",
"Ġli ##ft",
"Ġb ##a",
"Ġl ##ine",
"Ġcloud ##s",
"##y ##ard",
"Ġdog ##s",
"Ġa ##ct",
"Ġwo ##lf",
"Ġspr ##ay",
"Ġth ##ough",
"Ġback ##yard",
"Ġm ##ot",
"Ġpr ##ot",
"Ġfan ##cy",
"Ġwho ##le",
"Ġpuzz ##le",
"C ##ome",
"Ġhe ##althy",
"##le ##t",
"Ġfin ##ish",
"Ġseem ##ed",
"Ġsu ##pp",
"Ġrock ##et",
"ĠDad ##dy",
"Ġque ##st",
"##w ##el",
"Ġarm ##s",
"ĠCh ##irpy",
"Ġeas ##y",
"##d ##ge",
"Ġje ##wel",
"Ġj ##elly",
"Ġt ##id",
"Ġf ##ake",
"Ġp ##ract",
"Ġcray ##ons",
"##w ##ard",
"Ġal ##ong",
"##er ##ly",
"Ġsh ##ip",
"ĠJ ##erry",
"Ġsc ##ar",
"##one ##st",
"##on ##t",
"Ġem ##b",
"Ġexpl ##ain",
"Ġm ##aybe",
"Ġp ##ool",
"##ig ##er",
"ĠB ##unny",
"Ġwor ##king",
"Ġwonder ##ed",
"Ġlong ##er",
"Ġgive ##s",
"Ġp ##ack",
"##ir ##r",
"ĠD ##oggy",
"Ġboss ##y",
"Ġany ##one",
"Ġsa ##ved",
"Ġsmell ##ed",
"Ġs ##uch",
"##o ##cked",
"Ġfr ##ont",
"Ġp ##in",
"##ra ##ss",
"##ar ##rass",
"Ġtrou ##ble",
"Ġa ##v",
"Ġh ##onest",
"Ġnot ##hing",
"Ġv ##an",
"Ġemb ##arrass",
"Ġtid ##y",
"##u ##ally",
"ĠO ##llie",
"Ġput ##s",
"Ġwe ##ak",
"##e ##e",
"Ġne ##igh",
"##m ##ent",
"Ġforg ##ive",
"##it ##ing",
"Ġsh ##irt",
"Ġk ##ick",
"ĠMom ##o",
"##ur ##se",
"##ar ##ge",
"Ġplant ##s",
"##un ##k",
"Ġm ##ind",
"Ġso ##l",
"Ġco ##zy",
"Ġgent ##ly",
"Ġy ##og",
"ĠM ##ary",
"##oom ##y",
"ĠW ##ith",
"Ġneigh ##b",
"##or ##row",
"##o ##c",
"##m ##ing",
"##or ##k",
"Ġl ##ad",
"Ġmist ##ake",
"Ġjump ##ing",
"Ġlo ##ck",
"Ġst ##ood",
"Ġc ##ross",
"Ġprin ##ce",
"Ġw ##ing",
"Ġque ##en",
"Ġa ##f",
"Ġche ##er",
"Ġon ##to",
"Ġwait ##ing",
"Ġpoin ##ted",
"ĠWh ##y",
"Ġexpl ##or",
"##ul ##t",
"Ġche ##w",
"Ġlove ##ly",
"##on ##es",
"Ġb ##al",
"Ġde ##er",
"Ġcou ##ch",
"ĠThe ##ir",
"Ġst ##ret",
"##er ##a",
"Ġl ##arge",
"Ġs ##ur",
"ĠM ##y",
"##s ##p",
"Ġant ##s",
"Ġlad ##der",
"Ġd ##ish",
"##oo ##f",
"Ġclean ##ed",
"Ġplace ##s",
"##aught ##er",
"Ġsandw ##ich",
"Ġre ##t",
"Ġtom ##orrow",
"Ġbuild ##ing",
"##ra ##id",
"Ġbou ##nce",
"Ġpretend ##ed",
"Ġaf ##raid",
"Ġw ##ip",
"Ġmat ##ch",
"A ##nd",
"Ġpers ##on",
"Ġret ##urn",
"Ġri ##ch",
"Ġbou ##n",
"##u ##ce",
"Ġp ##izz",
"##n ##ed",
"K ##itty",
"Ġh ##um",
"##ge ##st",
"Ġbor ##ing",
"Ġte ##eth",
"ĠS ##omet",
"Ġscar ##f",
"Ġg ##ather",
"Ġgo ##es",
"S ##ally",
"##w ##e",
"ĠTo ##gether",
"Ġsplas ##hed",
"Ġla ##w",
"Ġsear ##ch",
"Ġst ##ra",
"##ac ##ed",
"Ġfur ##ry",
"Ġlove ##s",
"M ##y",
"Ġswim ##ming",
"Ġla ##zy",
"Ġp ##ri",
"Ġd ##aughter",
"Ġscream ##ed",
"Ġtr ##ue",
"Ġg ##en",
"##om ##an",
"Ġpizz ##a",
"Ġash ##amed",
"Ġnum ##ber",
"Ġw ##oman",
"##ll ##o",
"Ġpower ##ful",
"Ġansw ##er",
"Ġfl ##ag",
"Ġha ##ng",
"Ġfe ##ar",
"Ġe ##ag",
"Ġch ##ase",
"ĠS ##t",
"Ġapp ##eared",
"##a ##w",
"Ġmot ##or",
"Ġcl ##own",
"##v ##ous",
"Ġru ##b",
"ĠT ##V",
"Ġsuc ##cess",
"Ġcho ##col",
"Ġwa ##nd",
"Ġcreat ##ive",
"Ġno ##isy",
"Ġnear ##by",
"Ġd ##ig",
"Ġtr ##ust",
"ĠI ##f",
"ĠB ##ird",
"Ġwe ##aring",
"##el ##p",
"##ad ##o",
"Ġmat ##ter",
"Ġhe ##llo",
"Ġtoo ##l",
"Ġn ##er",
"Ġsa ##f",
"##p ##a",
"Ġte ##st",
"Ġner ##vous",
"Ġso ##ld",
"##os ##aur",
"##ic ##ked",
"Ġcir ##cle",
"##o ##ppy",
"Ġdr ##ank",
"Ġsm ##iling",
"Ġm ##ap",
"Ġcla ##ss",
"Ġtri ##es",
"Ġchocol ##ate",
"ĠBob ##by",
"Ġkne ##e",
"Ġdin ##osaur",
"ĠT ##iny",
"Ġimp ##ress",
"Ġgen ##er",
"Ġm ##irr",
"Ġpol ##ite",
"Ġr ##are",
"Ġballoon ##s",
"Ġc ##and",
"St ##op",
"Ġcar ##ried",
"Ġprot ##ect",
"##ens ##ive",
"Ġmirr ##or",
"ĠP ##lease",
"Ġg ##un",
"Ġgo ##ld",
"Ġsh ##adow",
"Ġba ##ld",
"Ġexp ##ensive",
"Ġre ##g",
"Ġp ##ump",
"ĠS ##p",
"ĠG ##o",
"Ġnot ##e",
"Ġa ##p",
"Ġher ##o",
"Ġh ##ar",
"##if ##f",
"ĠD ##on",
"Ġmar ##ch",
"Ġ ##icy",
"Ġc ##ri",
"Ġwe ##ird",
"Ġsne ##e",
"Ġso ##ap",
"Ġmyster ##ious",
"##in ##a",
"##ra ##g",
"Ġg ##ate",
"Ġtow ##el",
"Ġwh ##ale",
"Ġres ##pect",
"##ar ##l",
"##ut ##e",
"Ġpo ##or",
"Ġt ##ape",
"##iss ##ors",
"Ġd ##izzy",
"ĠBen ##ny",
"Ġthe ##se",
"H ##elp",
"Ġgener ##ous",
"##itt ##er",
"ĠM ##ama",
"Ġfe ##et",
"Ġm ##ic",
"##n ##ic",
"Ġpre ##s",
"##m ##b",
"Ġf ##at",
"Ġembarrass ##ed",
"Ġs ##que",
"L ##ila",
"Ġpic ##nic",
"Ġbo ##ot",
"Ġle ##ad",
"Ġsug ##ar",
"##sc ##ape",
"Ġt ##ent",
"Ġdis ##co",
"##nd ##pa",
"Ġpeace ##ful",
"##ne ##ss",
"##is ##p",
"Ġm ##el",
"Ġtast ##ed",
"ĠB ##ear",
"Ġsc ##issors",
"Ġcl ##ap",
"Ġbr ##ush",
"##ob ##e",
"Ġr ##ough",
"Ġdanc ##ing",
"##ot ##e",
"Ġt ##ick",
"Ġgl ##ue",
"Ġdec ##or",
"Ġyell ##ed",
"Ġjour ##ney",
"Ġh ##ur",
"Ġclos ##et",
"Ġbr ##idge",
"Ġst ##ir",
"##vent ##ually",
"Ġcr ##own",
"##e ##k",
"##u ##al",
"Ġprin ##t",
"ĠSomet ##imes",
"##um ##e",
"Ġc ##ap",
"##im ##p",
"Ġl ##amp",
"##air ##s",
"Ġsc ##are",
"Ġv ##ase",
"##le ##br",
"##an ##y",
"##ow ##ed",
"Ġte ##le",
"Ġce ##lebr",
"##l ##ves",
"ĠD ##ucky",
"ĠH ##ow",
"Ġpain ##ted",
"Ġlo ##g",
"Ġg ##igg",
"Ġbl ##ow",
"Ġe ##ld",
"Ġsc ##o",
"Ġwh ##isp",
"Ġmix ##ed",
"##er ##ries",
"Ġb ##erries",
"Ġb ##ake",
"Ġp ##ay",
"Ġc ##age",
"Ġfam ##ous",
"Ġw ##is",
"Ġdraw ##ing",
"##get ##able",
"Ġbe ##an",
"Ġsp ##read",
"Ġrel ##ie",
"Ġbec ##ome",
"Ġk ##icked",
"Ġn ##orm",
"Ġve ##getable",
"Ġsh ##ark",
"Ġm ##ountain",
"Ġkn ##ocked",
"Ġad ##m",
"##s ##er",
"Ġwra ##p",
"Ġnorm ##al",
"Ġinc ##red",
"Ġwould ##n",
"Ġlo ##se",
"##ust ##r",
"##as ##p",
"Ġth ##ick",
"Ġf ##ine",
"##c ##ed",
"Ġgl ##ass",
"Ġte ##am",
"Ġgr ##oup",
"Ġign ##or",
"Ġclo ##ck",
"Ġcle ##ar",
"Ġeld ##erly",
"Ġmight ##y",
"##r ##obe",
"Ġc ##one",
"Ġincred ##ible",
"Ġmom ##s",
"Ġso ##ck",
"Ġfr ##ustr",
"ĠB ##r",
"Ġbal ##ance",
"Ġj ##am",
"Ġsp ##ace",
"##rag ##ile",
"Ġcorn ##er",
"Ġorgan ##ized",
"Ġfr ##ight",
"##p ##ort",
"Ġsw ##ord",
"##al ##ous",
"##ig ##hed",
"Ġbran ##ches",
"Ġse ##ll",
"Ġro ##ar",
"Ġy ##arn",
"Ġfe ##ed",
"Ġf ##ool",
"Ġh ##orn",
"Ġje ##alous",
"ĠS ##ome",
"Ġf ##ragile",
"Ġb ##urn",
"D ##ad",
"Ġgu ##ess",
"##bb ##orn",
"Ġpres ##ent",
"##on ##y",
"Ġstu ##bborn",
"Ġm ##is",
"Ġho ##se",
"Ġwh ##ich",
"Ġunderst ##ood",
"Ġt ##er",
"Ġsho ##e",
"##c ##ient",
"Ġfrustr ##ated",
"ĠJim ##my",
"Ġtw ##ist",
"Ġsp ##ent",
"Ġt ##aught",
"W ##here",
"Ġspo ##iled",
"Ġan ##cient",
"##i ##que",
"Ġpr ##ay",
"Ġfi ##er",
"Ġwa ##ke",
"Ġche ##st",
"Ġfier ##ce",
"Ġegg ##s",
"Ġpump ##kin",
"Ġc ##ab",
"Ġcom ##fortable",
"Ġb ##arn",
"##y ##m",
"Ġto ##ug",
"Ġun ##ique",
"Ġwag ##on",
"Ġter ##ri",
"Ġor ##d",
"##or ##ry",
"Ġfright ##ened",
"Ġun ##us",
"Ġgo ##at",
"ĠP ##e",
"Ġd ##ug",
"Ġstra ##w",
"Ġtom ##ato",
"Ġme ##asure",
"Ġuse ##ful",
"Ġfool ##ish",
"Ġde ##ad",
"Ġcl ##ay",
"Ġunus ##ual",
"Ġcl ##um",
"Ġwr ##ote",
"Ġfind ##ing",
"Ġrelie ##ved",
"Ġex ##am",
"Ġpol ##ice",
"Ġwa ##ves",
"Ġbre ##ath",
"Ġhear ##s",
"Ġcreat ##ure",
"Ġclum ##sy",
"Ġsqu ##are",
"##l ##ace",
"Ġtell ##s",
"Ġd ##ull",
"Ġtoug ##h",
"Ġcab ##in",
"To ##gether",
"Ġdisco ##ver",
"Ġbubb ##les",
"##d ##le",
"Ġwas ##hed",
"Ġno ##sy",
"R ##e",
"Ġun ##k",
"Ġneck ##lace",
"Ġexplor ##ing",
"Ġbath ##room",
"Ġpaw ##s",
"Ġsear ##ched",
"Ġbo ##ard",
"##bb ##y",
"##n ##own",
"##an ##ged",
"Ġ ##'",
"Ġcra ##zy",
"##f ##ic",
"##o ##nd",
"##y ##al",
"Ġb ##itter",
"Ġ ##ind",
"Ġthank ##ful",
"Ġsun ##f",
"##al ##k",
"Ġas ##king",
"##c ##il",
"Ġp ##ir",
"Ġro ##se",
"Ġdif ##fic",
"##ber ##ry",
"Ġunk ##nown",
"Ġbl ##oom",
"Ġsw ##an",
"Ġh ##oop",
"Ġpen ##cil",
"Ġcover ##ed",
"Ġa ##dd",
"Ġj ##et",
"Ġdiffic ##ult",
"ĠE ##lla",
"Ġfing ##er",
"Ġha ##m",
"Ġgl ##oomy",
"Ġdr ##op",
"Ġw ##itch",
"Ġlo ##yal",
"Ġchick ##en",
"ĠAnd ##y",
"M ##e",
"Ġwe ##althy",
"##a ##pped",
"Ġcat ##s",
"Ġend ##ing",
"Ġg ##uit",
"##al ##s",
"Ġun ##l",
"Ġdo ##ve",
"##c ##om",
"Ġmo ##v",
"He ##re",
"Ġjoin ##ed",
"##l ##ight",
"##an ##ut",
"Ġc ##her",
"Ġterri ##ble",
"##i ##ant",
"Ġsal ##ad",
"ĠRe ##x",
"Ġnut ##s",
"##sh ##ine",
"Ġ ##U",
"ĠT ##r",
"Ġyour ##s",
"Ġr ##at",
"Ġpot ##ato",
"##ne ##ver",
"##x ##ible",
"ĠM ##any",
"Ġval ##ue",
"Ġm ##ask",
"##se ##lves",
"Ġch ##anged",
"##orm ##ous",
"Ġto ##ast",
"Ġmo ##ving",
"Ġt ##iger",
"Ġbo ##dy",
"Ġz ##ip",
"##g ##round",
"Ġrec ##ord",
"Ġguit ##ar",
"Ġche ##ap",
"Ġdis ##g",
"##irst ##y",
"##u ##ne",
"Ġhair ##y",
"ĠA ##l",
"Ġen ##ormous",
"##er ##p",
"Ġsho ##ot",
"Ġpe ##pper",
"Ġknow ##ing",
"##u ##p",
"Ġadvent ##ur",
"##or ##y",
"Ġhat ##s",
"ĠBr ##own",
"Ġexc ##iting",
"Ġsmall ##er",
"Ġfle ##xible",
"Ġyour ##self",
"Ġbor ##ed",
"Ġst ##uff",
"Ġkn ##ife",
"Ġsol ##ve",
"Ġadventur ##ous",
"##rill ##iant",
"Ġac ##orn",
"Ġrem ##ind",
"Ġperf ##orm",
"Ġth ##irsty",
"Ġco ##st",
"Ġsun ##shine",
"Ġnod ##s",
"Ġdelic ##ate",
"Ġb ##rilliant",
"Ġsnack ##s",
"##l ##and",
"Ġdisg ##ust",
"Ġseed ##s",
"E ##very",
"Ġbanan ##a",
"Ġcoll ##ect",
"Ġmail ##box",
"##re ##en",
"Ġsh ##ore",
"Ġst ##ri",
"Ġas ##leep",
"Ġcount ##ed",
"Ġd ##ough",
"##b ##ers",
"Ġfr ##own",
"Ġtri ##ck",
"##l ##ive",
"Ġhe ##al",
"##in ##ess",
"Ġcu ##be",
"##ung ##le",
"Ġst ##at",
"Ġst ##age",
"Ġneighb ##or",
"##mb ##re",
"Ġmark ##et",
"Ġsque ##e",
"Ġu ##mbre",
"Ġj ##ungle",
"##id ##ent",
"Ġdisgust ##ing",
"##at ##es",
"ĠSam ##my",
"Ġcr ##ane",
"Ġla ##b",
"Wh ##o",
"##f ##ted",
"Ġjo ##lly",
"##c ##orn",
"Ġfl ##ash",
"Ġfr ##idge",
"Ġs ##uit",
"##in ##al",
"##il ##t",
"##p ##id",
"Ġr ##h",
"ĠW ##ill",
"Ġrel ##ax",
"ĠWh ##ile",
"Ġsunf ##lower",
"##ig ##inal",
"Ġsh ##iver",
"Ġcat ##erp",
"Ġcaterp ##ill",
"##ic ##t",
"Ġg ##oose",
"Ġt ##imes",
"Ġsto ##ve",
"Ġh ##arm",
"ĠIn ##stead",
"Ġf ##our",
"##u ##nd",
"Ġmed ##ic",
"Ġstu ##pid",
"Ġcom ##b",
"Ġind ##epend",
"Ġis ##land",
"##ed ##ient",
"Ġc ##ro",
"Ġexplain ##ed",
"Ġbat ##ter",
"A ##re",
"##y ##ing",
"##id ##dle",
"Ġsh ##ine",
"Ġspr ##ing",
"##p ##es",
"Ġr ##ug",
"Ġcare ##less",
"Ġd ##epend",
"Ġg ##em",
"Ġvegetable ##s",
"Ġor ##iginal",
"Ġmedic ##ine",
"Ġst ##amp",
"Ġc ##ries",
"ĠYou ##r",
"Ġje ##ep",
"Ġg ##ar",
"In ##side",
"Ġpop ##corn",
"Ġsuccess ##ful",
"I ##f",
"Ġst ##ones",
"Ġindepend ##ent",
"Ġsa ##uce",
"H ##ow",
"Ġme ##al",
"Ġcarrot ##s",
"Ġob ##edient",
"Ġsc ##r",
"Ġstu ##dy",
"Ġmag ##n",
"##m ##ost",
"Ġs ##ighed",
"Ġfear ##ful",
"##ink ##y",
"Ġj ##ack",
"##m ##et",
"S ##orry",
"Ġpe ##anut",
"Ġstat ##ue",
"Ġe ##scape",
"Ġhel ##met",
"Ġcaterpill ##ar",
"Ġget ##s",
"Ġumbre ##lla",
"Ġser ##ious",
"Ġf ##ountain",
"Ġpast ##a",
"Ġal ##most",
"Ġm ##iddle",
"Ġra ##ven",
"Ġpe ##bb",
"Ġcomp ##et",
"Ġjack ##et",
"Ġdes ##ign",
"Ġfil ##thy",
"Ġbed ##room",
"Ġan ##g",
"Ġhouse ##s",
"##er ##able",
"Ġbor ##row",
"Ġeag ##er",
"Ġbelong ##ed",
"Ġc ##am",
"Ġpar ##rot",
"Ġde ##st",
"Ġh ##ay",
"Ġpri ##ze",
"##ak ##en",
"Ġmis ##erable",
"Ġbra ##ce",
"Tom ##my",
"##ag ##es",
"Ġimpress ##ive",
"Ġpain ##ting",
"Ġr ##aced",
"Ġtri ##ang",
"##i ##o",
"Ġfor ##k",
"Ġcray ##on",
"##ia ##ble",
"##ne ##l",
"Ġch ##oose",
"##g ##u",
"Ġsl ##ipped",
"Ġt ##ied",
"Ġt ##ank",
"Ġdepend ##able",
"Ġli ##fted",
"Ġthought ##ful",
"Ġt ##aken",
"ĠN ##o",
"Ġgar ##age",
"Ġste ##al",
"Ġ ##er",
"##ip ##e",
"Ġbu ##ilt",
"Ġmu ##sh",
"Ġcraw ##led",
"Ġmo ##le",
"Ġsc ##ale",
"Ġboat ##s",
"Ġp ##ant",
"Ġp ##ian",
"Ġstand ##ing",
"##l ##ph",
"##our ##s",
"Ġham ##mer",
"Ġf ##ig",
"Ġpick ##s",
"Ġus ##ing",
"Ġmo ##der",
"##ber ##ries",
"Ġsmo ##ke",
"Ġcheer ##ful",
"Ġpian ##o",
"Ġshow ##s",
"Ġhurt ##s",
"##r ##n",
"Ġmagn ##et",
"Ġmel ##on",
"Ġbott ##om",
"Ġen ##g",
"Ġspot ##ted",
"##in ##ary",
"##d ##ile",
"Ġre ##f",
"##co ##dile",
"Ġcra ##ck",
"Ġwa ##ff",
"Ġa ##unt",
"Ġmoder ##n",
"ĠJen ##ny",
"Ġdo ##lph",
"Ġt ##un",
"Ġrel ##iable",
"Ġtun ##nel",
"Ġar ##row",
"Ġsqu ##ash",
"c ##ream",
"Ġmush ##room",
"##p ##ack",
"Ġg ##um",
"Ġt ##ax",
"Ġmov ##ie",
"Ġj ##ug",
"Ġs ##ink",
"##y ##e",
"Ġfl ##ute",
"Ġbe ##et",
"Ġpop ##ular",
"##ic ##op",
"Ġho ##pping",
"##icop ##ter",
"Ġle ##an",
"The ##ir",
"##i ##v",
"##as ##er",
"Ġhel ##icopter",
"Ġcompet ##it",
"Ġon ##es",
"Ġli ##z",
"Ġtrou ##bled",
"##ip ##op",
"##ll ##ipop",
"Ġtax ##i",
"Ġtri ##cks",
"Ġpig ##e",
"Ġcry ##st",
"Ġcro ##codile",
"Ġs ##il",
"Ġhum ##ble",
"Ġlo ##llipop",
"##o ##in",
"Ġneed ##s",
"Ġplay ##ful",
"##com ##fortable",
"Ġlo ##cked",
"Ġp ##ress",
"Ġun ##comfortable",
"Ġl ##ow",
"Ġkiss ##ed",
"##a ##ppy",
"##am ##ond",
"##h ##ost",
"Ġr ##id",
"##ed ##y",
"Ġmu ##ff",
"Ġto ##rn",
"Ġan ##x",
"Ġpant ##s",
"##at ##ch",
"Ġgra ##ce",
"Ġwa ##nder",
"Ġang ##el",
"##ot ##o",
"Ġhelp ##s",
"Ġwra ##pped",
"Ġanx ##ious",
"u ##p",
"Ġtw ##ig",
"Ġcam ##era",
"##c ##les",
"Ġdi ##amond",
"##at ##ter",
"Ġg ##host",
"Ġqu ##ar",
"Ġru ##ined",
"##a ##ff",
"Ġbel ##t",
"##op ##l",
"##c ##ident",
"##er ##opl",
"Ġb ##ull",
"Ġen ##v",
"##il ##ty",
"##en ##ny",
"Ġa ##eropl",
"Ġc ##ere",
"##e ##xt",
"Ġliz ##ard",
"Ġgu ##ilty",
"Ġte ##ars",
"Ġhelp ##less",
"ĠE ##ven",
"Ġhapp ##iness",
"##t ##t",
"Ġwalk ##s",
"Ġca ##ct",
"Ġw ##ire",
"Ġcand ##le",
"Ġn ##ail",
"Ġf ##is",
"##c ##ut",
"##ce ##an",
"Ġfl ##uffy",
"Ġbrace ##let",
"Ġm ##op",
"Ġdisapp ##oin",
"Ġde ##af",
"Ġbeet ##le",
"Ġstret ##ch",
"Ġo ##cean",
"Ġboy ##s",
"##z ##ed",
"Ġquar ##rel",
"##ump ##et",
"Ġc ##op",
"Ġcoll ##ar",
"Ġharm ##less",
"Ġpass ##ed",
"Ġt ##ire",
"Ġord ##inary",
"Ġbe ##es",
"Ġrad ##io",
"Ġflash ##light",
"Ġtr ##umpet",
"Ġpour ##ed",
"Ġeng ##ine",
"Ġhard ##er",
"Ġme ##ant",
"Ġcere ##al",
"Ġpers ##ist",
"Ġsh ##ape",
"Ġto ##oth",
"Ġcomp ##ut",
"Ġsp ##ill",
"Ġm ##elt",
"Ġcryst ##al",
"Ġh ##unt",
"Ġinv ##ited",
"##co ##a",
"##u ##be",
"Ġsco ##ot",
"Ġch ##arm",
"Ġm ##ug",
"Ġoff ##ice",
"Ġyog ##urt",
"Ġc ##omet",
"Ġtriang ##le",
"Ġt ##ag",
"##ie ##f",
"##he ##tt",
"Ġansw ##ered",
"##ag ##hett",
"##aghett ##i",
"Ġsh ##ade",
"Ġcomp ##ass",
"Ġre ##p",
"Ġcact ##us",
"Ġac ##cident",
"Ġsp ##end",
"Ġav ##oc",
"Ġc ##ush",
"Ġpa ##le",
"Ġli ##cked",
"ĠTr ##ue",
"Ġshe ##et",
"Ġreg ##ular",
"##ell ##ig",
"Ġl ##it",
"Ġcre ##ate",
"Ġpr ##o",
"##az ##e",
"Ġgi ##ving",
"Ġp ##ipe",
"Ġwhisp ##ered",
"Ġgif ##ted",
"Ġint ##ellig",
"Ġro ##de",
"Ġpract ##iced",
"Ġlo ##ad",
"M ##um",
"Ġth ##read",
"Ġv ##i",
"Ġr ##oof",
"Ġb ##icy",
"##az ##z",
"##it ##her",
"##c ##col",
"Ġsp ##aghetti",
"Ġhar ##sh",
"Ġli ##br",
"##ccol ##i",
"##ut ##h",
"Ġp ##ow",
"Ġbar ##ber",
"##as ##ses",
"##ur ##key",
"Ġm ##itten",
"Ġcompass ##ion",
"Ġsa ##iled",
"Ġd ##ust",
"Ġpersist ##ent",
"##u ##bby",
"Ġen ##vel",
"Ġco ##coa",
"Ġcomput ##er",
"Ġspe ##ed",
"Ġc ##oo",
"##h ##ip",
"Bob ##o",
"Ġgl ##ove",
"Ġdisappoin ##ted",
"Ġshr ##imp",
"Ġfig ##ure",
"Ġri ##ce",
"##lc ##an",
"Ġfeather ##s",
"Ġin ##se",
"Ġpige ##on",
"##om ##es",
"##g ##ing",
"ĠM ##um",
"Ġquest ##ions",
"Ġdes ##k",
"Ġcharm ##ing",
"Ġra ##ft",
"Ġt ##urkey",
"Ġcar ##p",
"Ġenv ##ious",
"Ġst ##ream",
"##lcan ##o",
"##we ##et",
"Ġkn ##ot",
"Ġstrong ##er",
"Ġear ##s",
"Ġfor ##ward",
"Ġdel ##ight",
"Ġt ##ube",
"ĠTo ##day",
"Ġtra ##p",
"Ġaeropl ##ane",
"Ġwhe ##at",
"Ġt ##ap",
"Ġch ##ubby",
"Ġrest ##less",
"Ġcarp ##et",
"Ġintellig ##ent",
"##ul ##if",
"Ġbox ##es",
"Ġco ##ins",
"Ġfriends ##hip",
"Ġtr ##unk",
"##ol ##in",
"Ġha ##lf",
"Ġcraw ##l",
"Ġsp ##un",
"Ġon ##ion",
"Ġdream ##s",
"Ġloo ##p",
"ĠJ ##ake",
"Ġvo ##lcano",
"Ġv ##ide",
"Ġbro ##ccoli",
"Ġdel ##iver",
"Ġs ##le",
"Ġb ##ri",
"Ġtra ##ck",
"Ġca ##ulif",
"Ġv ##ine",
"##cy ##cle",
"##ess ##ie",
"Ġth ##ief",
"##an ##ger",
"Ġinse ##ct",
"Ġtick ##et",
"Ġac ##ce",
"Ġsleep ##ing",
"Ġal ##ert",
"Ġhair ##cut",
"Ġnum ##bers",
"##as ##ing",
"Ġatt ##ract",
"Ġm ##ill",
"Ġer ##aser",
"##ul ##u",
"Ġplan ##et",
"Ġpebb ##le",
"##it ##al",
"J ##ane",
"Ġloud ##er",
"Ġgrace ##ful",
"Ġun ##iver",
"Ġdest ##ro",
"Ġsc ##reen",
"Tim ##my",
"Ġdec ##ide",
"Ġho ##sp",
"Ġnice ##ly",
"##rew ##ork",
"Ġcompetit ##ive",
"Ġcaulif ##lower",
"##is ##ted",
"Ġcelebr ##ate",
"Ġhosp ##ital",
"Ġpo ##em",
"Ġlearn ##ing",
"##ac ##he",
"Ġhappen ##ing",
"Ġy ##aw",
"Ġpe ##ach",
"Ġpar ##ade",
"Ġsa ##us",
"Ġle ##op",
"ĠO ##K",
"Ġattract ##ive",
"##at ##ient",
"Ġdolph ##in",
"Ġc ##urt",
"Ġsold ##ier",
"Ġvi ##olin",
"##at ##s",
"Ġexc ##ite",
"ĠEm ##ily",
"Ġb ##ase",
"Ġcurt ##ain",
"##ul ##b",
"Ġway ##s",
"Ġwheel ##s",
"Ġy ##ach",
"ĠF ##r",
"G ##o",
"Ġro ##d",
"Ġtra ##vel",
"Ġignor ##ant",
"Ġcompassion ##ate",
"Ġbar ##rel",
"Ġenvel ##ope",
"Ġsc ##atter",
"Ġe ##ventually",
"Ġbubb ##le",
"ĠP ##ipp",
"Ġfi ##rework",
"Ġreturn ##ed",
"Ġsor ##t",
"Ġbicy ##cle",
"Ġr ##ag",
"Ġscoot ##er",
"Ġb ##ulb",
"##el ##ery",
"Ġyach ##t",
"##z ##zy",
"Ġh ##omes",
"Ġcri ##cket",
"Ġquest ##ion",
"##et ##e",
"Ġp ##ony",
"Ġju ##dge",
"##t ##en",
"Ġte ##m",
"Ġneed ##le",
"Ġad ##or",
"Ġleop ##ard",
"Ġth ##u",
"Ġh ##ook",
"Ġl ##ying",
"Ġor ##der",
"Ġru ##bbed",
"##ter ##n",
"Ġcush ##ion",
"Ġtr ##uth",
"Ġun ##cle",
"##ig ##ator",
"##d ##om",
"J ##im",
"Ġcoo ##ked",
"Ġch ##alk",
"Ġador ##able",
"Ġbus ##hes",
"Ġtr ##ay",
"Ġimp ##atient",
"Ġsk ##in",
"Ġsp ##ell",
"Ġc ##elery",
"Ġshell ##s",
"Ġgr ##own",
"Ġthem ##selves",
"Ġso ##ar",
"Ġd ##eter",
"Ġp ##urse",
"Ġse ##al",
"Ġmotor ##cycle",
"Ġlive ##ly",
"Ġrad ##ish",
"Ġpen ##gu",
"Ġsn ##iff",
"Ġc ##ase",
"Ġwall ##s",
"Ġdeter ##m",
"Ġdist ##ant",
"Ġpr ##une",
"Ġall ##igator",
"Ġme ##at",
"Ġspe ##ak",
"Ġsle ##pt",
"Ġfil ##m",
"Ġs ##end",
"Ġboun ##ced",
"ĠL ##ittle",
"Ġfor ##th",
"##ill ##a",
"Ġclean ##ing",
"Ġch ##ain",
"Ġp ##it",
"Ġent ##h",
"Ġmar ##ry",
"Ġspin ##ning",
"##eb ##ra",
"##eb ##ook",
"Ġnot ##ebook",
"Ġavoc ##ado",
"Ġsur ##f",
"Ġcount ##ing",
"##ur ##b",
"Ġb ##in",
"##us ##ia",
"Ġimp ##ro",
"Ġenth ##usia",
"##is ##ion",
"Ġsk ##ip",
"Ġbeh ##ave",
"##ch ##air",
"Ġwip ##ed",
"Ġlaugh ##s",
"##v ##ator",
"Ġsay ##ing",
"Ġband ##age",
"Ġdestro ##y",
"Ġwall ##et",
"Sara ##h",
"Ġste ##ak",
"Ġmet ##al",
"ĠS ##h",
"Ġst ##um",
"Ġbig ##gest",
"Ġele ##vator",
"Ġdi ##ary",
"ĠBu ##zz",
"Ġpo ##st",
"Ġ ##ed",
"Ġpat ##tern",
"Ġunl ##ock",
"Ġsh ##ut",
"Ġd ##ive",
"Ġwe ##ek",
"Ġarm ##chair",
"Ġo ##y",
"ĠP ##oppy",
"Ġpo ##le",
"Ġdist ##urb",
"Ġsk ##ipped",
"Ġz ##ebra",
"Ġcl ##ub",
"Ġbag ##s",
"##de ##st",
"Ġjour ##n",
"Ġear ##th",
"##j ##ect",
"##b ##ul",
"Ġjelly ##fish",
"ĠP ##eter",
"##at ##ing",
"Ġshow ##ing",
"Ġn ##urse",
"Ġswe ##ater",
"##us ##ie",
"G ##ive",
"Ġmix ##er",
"Ġl ##ime",
"ĠB ##et",
"Ġb ##ump",
"Ġtem ##p",
"Ġsk ##ull",
"ĠL ##ulu",
"Ġcom ##pl",
"Ġen ##c",
"Ġsc ##rew",
"##it ##o",
"##n ##am",
"Ġam ##bul",
"Ġambul ##ance",
"Ġstr ##anger",
"##ag ##ed",
"Ġjourn ##al",
"##ra ##ge",
"Ġgather ##ed",
"ĠP ##olly",
"Ġloud ##ly",
"Ġsh ##ield",
"Ġt ##ummy",
"Ġtruck ##s",
"Ġfold ##er",
"Ġdecor ##ate",
"##qu ##ito",
"Ġbutton ##s",
"Ġlibr ##ary",
"Ġfall ##s",
"ĠBird ##y",
"Ġlight ##s",
"##r ##ay",
"Ġin ##k",
"##ir ##it",
"ĠF ##o",
"Ġc ##ity",
"Ġpre ##p",
"Ġher ##b",
"##n ##ger",
"Ġmo ##s",
"Ġf ##u",
"Ġst ##ation",
"Ġmo ##dest",
"##nam ##ent",
"Ġor ##nament",
"##ent ##ion",
"Ġplay ##ground",
"Ġpol ##ish",
"Ġmos ##quito",
"Ġpoin ##ting",
"Ġmar ##ble",
"##l ##ies",
"Ġc ##ord",
"M ##ama",
"Ġknow ##s",
"Ġve ##st",
"Ġsal ##t",
"Ġatt ##ic",
"Ġgu ##ard",
"Ġres ##c",
"##ct ##op",
"##ce ##ed",
"Ġf ##ather",
"Ġwhe ##never",
"Ġstraw ##berry",
"Ġk ##ay",
"Ġfoot ##ball",
"Ġit ##ch",
"Ġspl ##it",
"##le ##ton",
"##ke ##leton",
"Ġa ##ut",
"Ġbrother ##s",
"Ġy ##et",
"Ġh ##ipp",
"Ġpir ##ate",
"Ġdisapp ##eared",
"Ġc ##able",
"Ġon ##ce",
"?\" ##.",
"Ġsupp ##ort",
"Ġdri ##ving",
"##ctop ##us",
"##ur ##ing",
"##ob ##y",
"Ġp ##le",
"Ġl ##ed",
"M ##olly",
"Ġcup ##board",
"##ak ##y",
"##e ##y",
"Ġtri ##pped",
"Ġro ##ot",
"##ob ##ile",
"Ġkay ##ak",
"Ġwis ##hes",
"##um ##b",
"##e ##ver",
"G ##ra",
"Ġcomp ##let",
"Ġm ##ild",
"##om ##obile",
"Ġsuc ##ceed",
"Ġo ##ctopus",
"Ġcall ##ing",
"Ġa ##dded",
"Ġsun ##g",
"Ġco ##al",
"##st ##ic",
"Ġaut ##omobile",
"Ġsnee ##ze",
"##us ##hed",
"Ġread ##ing",
"ĠD ##an",
"Ġcart ##oon",
"Ġyog ##a",
"Ġst ##ack",
"Ġenthusia ##stic",
"Ġcompl ##ain",
"Ġfle ##a",
"##oph ##one",
"Ġs ##keleton",
"##ht ##ub",
"Ġgo ##lf",
"Ġsug ##gest",
"##p ##ar",
"Ġdraw ##er",
"Ġbat ##htub",
"Ġthu ##nder",
"Ġve ##il",
"Ġkind ##ness",
"Ġfl ##ame",
"Ġpo ##ke",
"Ġmat ##t",
"Ġvide ##o",
"Ġm ##ath",
"Ġhunt ##er",
"Ġri ##bb",
"Ġha ##ll",
"Ġed ##ge",
"Ġgr ##owl",
"Ġche ##ss",
"Ġcup ##s",
"Ġoy ##ster",
"Ġg ##or",
"Ġtr ##oph",
"Ġmean ##s",
"Ġdraw ##ings",
"##l ##asses",
"Ġglow ##ing",
"Ġsp ##ear",
"Ġsw ##itch",
"Ġhipp ##o",
"Ġit ##self",
"Ġrep ##air",
"Ġsung ##lasses",
"Ġpen ##ny",
"##ut ##es",
"Ġtele ##ph",
"##w ##ork",
"Ġmuff ##in",
"Ġz ##ipp",
"Ġpast ##ry",
"W ##ell",
"Ġcost ##ume",
"Ġmake ##up",
"ĠPe ##ople",
"Ġpe ##ar",
"Ġar ##g",
"Ġd ##ess",
"Ġwaff ##le",
"Ġdeterm ##ined",
"Ġmatt ##ress",
"Ġroll ##ing",
"ĠT ##ina",
"##ir ##on",
"Ġteleph ##one",
"Ġre ##pe",
"Ġp ##un",
"Ġm ##aze",
"ĠM ##iss",
"##ri ##c",
"Ġp ##ine",
"Ġg ##ear",
"##c ##ase",
"Ġpow ##der",
"Ġpack ##age",
"Ġmiss ##ile",
"Ġtroph ##y",
"Ġpa ##cked",
"Ġme ##adow",
"##in ##es",
"Ġhand ##le",
"Ġhe ##dge",
"Ġc ##ob",
"Ġfr ##ame",
"Ġr ##ot",
"Ġmic ##r",
"##a ##ving",
"Ġw ##ife",
"##a ##it",
"##l ##a",
"##w ##eb",
"Ġmag ##az",
"##ur ##ch",
"Ġenc ##ou",
"Ġgra ##pes",
"Ġse ##par",
"The ##re",
"Ġkn ##ight",
"Ġbasket ##ball",
"Ġc ##amp",
"' ##d",
"Ġf ##ile",
"Ġst ##airs",
"Ġstr ##ugg",
"ĠP ##ete",
"B ##ye",
"Ġmin ##utes",
"Ġsho ##cked",
"ĠT ##weet",
"Ġcob ##web",
"##p ##er",
"Ġmicr ##ophone",
"Ġman ##aged",
"Ġw ##ool",
"Ġwe ##ep",
"Ġle ##ash",
"Ġbark ##ing",
"##t ##ime",
"Ġcol ##our",
"Ġper ##m",
"##ist ##ol",
"##f ##fe",
"Ġte ##ar",
"##ffe ##e",
"##ie ##w",
"Ġbanan ##as",
"Ġst ##aff",
"Ġslid ##es",
"Ġo ##k",
"Ġho ##c",
"##at ##ure",
"Ġhoc ##key",
"S ##ee",
"Ġsaf ##ely",
"Ġve ##nd",
"##as ##her",
"Ġsp ##irit",
"Ġgor ##illa",
"Ġey ##e",
"Ġv ##iew",
"##he ##ad",
"Ġstep ##s",
"Ġcool ##er",
"Ġmin ##t",
"Ġgigg ##led",
"##ro ##sc",
"##w ##asher",
"Ġph ##oto",
"Ġfl ##our",
"Ġt ##ask",
"Ġg ##asp",
"Ġmar ##ched",
"##h ##ic",
"Ġear ##ly",
"Ġsail ##or",
"Ġhot ##el",
"Ġch ##urch",
"##rosc ##ope",
"##c ##ing",
"Ġve ##hic",
"##ke ##ep",
"Ġsaus ##age",
"Ġdess ##ert",
"ĠR ##ose",
"Ġcook ##ing",
"Ġp ##istol",
"Ġbase ##ball",
"Ġdish ##washer",
"Ġ ##ot",
"Ġrem ##ain",
"Ġth ##ose",
"Ġmed ##al",
"Ġorgan ##ize",
"Ġot ##ter",
"##ch ##or",
"Ġe ##ither",
"Ġg ##rill",
"Ġfire ##man",
"Ġvend ##or",
"Ġre ##ver",
"Ġpretend ##ing",
"Ġbatter ##y",
"##il ##ot",
"Ġtemp ##le",
"Ġf ##ive",
"Ġt ##en",
"Ġla ##ser",
"ĠL ##ook",
"Ġ ##ow",
"Ġtool ##s",
"Ġof ##ten",
"Ġopen ##s",
"Ġkn ##ock",
"Ġ ##iron",
"Ġo ##il",
"Ġsand ##box",
"ĠBet ##ty",
"Ġgra ##ndpa",
"Ġpe ##e",
"Ġr ##ise",
"Ġwh ##ip",
"##ctor ##y",
"Ġan ##chor",
"Ġtra ##sh",
"Ġpat ##ch",
"ĠR ##ob",
"Ġthin ##king",
"Ġs ##ight",
"##se ##um",
"Ġrh ##in",
"Ġwar ##d",
"Ġfa ##ctory",
"Ġsh ##ort",
"Ġcard ##board",
"ĠS ##unny",
"ĠG ##ive",
"ĠZ ##oom",
"Ġward ##robe",
"Ġlot ##ion",
"##en ##se",
"##ap ##ers",
"Ġmu ##seum",
"Ġc ##ell",
"Ġtow ##ers",
"Ġhang ##ing",
"F ##luffy",
"ĠPipp ##in",
"Ġco ##ffee",
"Ġblack ##board",
"Ġmess ##age",
"##uc ##et",
"##ail ##able",
"Ġh ##ive",
"Ġu ##r",
"Ġreal ##ised",
"Ġh ##ours",
"Ġm ##ay",
"##l ##oo",
"Ġme ##m",
"Ġqu ##it",
"##e ##er",
"##r ##on",
"ĠB ##essie",
"Ġnap ##kin",
"ĠS ##now",
"##az ##or",
"Ġval ##u",
"##ug ##ged",
"Ġ ##ig",
"Ġpass ##port",
"Ġpengu ##in",
"Ġfa ##ucet",
"##in ##ation",
"Ġig ##loo",
"Ġp ##ilot",
"Ġcan ##e",
"Ġdream ##ed",
"##pl ##ace",
"Ġfree ##z",
"Ġhold ##s",
"Ġpick ##ing",
"Ġbat ##he",
"Ġtorn ##ado",
"Ġha ##nger",
"##ar ##oo",
"##ht ##ray",
"Ġju ##icy",
"Ġche ##ck",
"##ang ##aroo",
"Ġnew ##sp",
"Ġav ##ailable",
"Ġre ##ward",
"##im ##ney",
"Ġla ##und",
"Ġlaund ##ry",
"##keep ##er",
"Ġfing ##ers",
"Ġset ##t",
"Ġch ##imney",
"Ġstum ##bled",
"Ġo ##ak",
"Ġl ##end",
"##at ##ely",
"Ġs ##ize",
"B ##illy",
"Ġall ##owed",
"Ġno ##vel",
"##pl ##ay",
"Ġexcite ##ment",
"Ġk ##angaroo",
"##re ##ady",
"Ġspill ##ed",
"Ġal ##ready",
"Ġcher ##ries",
"Ġfis ##her",
"##amp ##oo",
"ĠZ ##ip",
"##um ##ber",
"##ar ##ian",
"Ġmic ##roscope",
"Ġg ##ain",
"Ġmu ##le",
"Ġm ##en",
"Ġcomplet ##e",
"Ġfire ##place",
"Ġmagaz ##ine",
"Ġimag ##ine",
"Ġfast ##est",
"Ġre ##ind",
"Ġsu ##b",
"Ġtell ##ing",
"##oc ##er",
"Ġdis ##play",
"Ġnot ##ice",
"Ġp ##al",
"Ġas ##htray",
"Ġpract ##ice",
"Ġcabin ##et",
"ĠSp ##ike",
"Ġshr ##ink",
"##and ##a",
"Ġenjoy ##ing",
"Ġcow ##s"
]
}
}