wordle-cli

Golang implementation of wordle in CLI.
git clone http://git.hanabi.in/repos/wordle-cli.git
Log | Files | Refs | README | LICENSE

answers.go (23130B)


      1 package data
      2 
      3 var Answers = []string{
      4 	"aback",
      5 	"abase",
      6 	"abate",
      7 	"abbey",
      8 	"abbot",
      9 	"abhor",
     10 	"abide",
     11 	"abled",
     12 	"abode",
     13 	"abort",
     14 	"about",
     15 	"above",
     16 	"abuse",
     17 	"abyss",
     18 	"acorn",
     19 	"acrid",
     20 	"actor",
     21 	"acute",
     22 	"adage",
     23 	"adapt",
     24 	"adept",
     25 	"admin",
     26 	"admit",
     27 	"adobe",
     28 	"adopt",
     29 	"adore",
     30 	"adorn",
     31 	"adult",
     32 	"affix",
     33 	"afire",
     34 	"afoot",
     35 	"afoul",
     36 	"after",
     37 	"again",
     38 	"agape",
     39 	"agate",
     40 	"agent",
     41 	"agile",
     42 	"aging",
     43 	"aglow",
     44 	"agony",
     45 	"agree",
     46 	"ahead",
     47 	"aider",
     48 	"aisle",
     49 	"alarm",
     50 	"album",
     51 	"alert",
     52 	"algae",
     53 	"alibi",
     54 	"alien",
     55 	"align",
     56 	"alike",
     57 	"alive",
     58 	"allay",
     59 	"alley",
     60 	"allot",
     61 	"allow",
     62 	"alloy",
     63 	"aloft",
     64 	"alone",
     65 	"along",
     66 	"aloof",
     67 	"aloud",
     68 	"alpha",
     69 	"altar",
     70 	"alter",
     71 	"amass",
     72 	"amaze",
     73 	"amber",
     74 	"amble",
     75 	"amend",
     76 	"amiss",
     77 	"amity",
     78 	"among",
     79 	"ample",
     80 	"amply",
     81 	"amuse",
     82 	"angel",
     83 	"anger",
     84 	"angle",
     85 	"angry",
     86 	"angst",
     87 	"anime",
     88 	"ankle",
     89 	"annex",
     90 	"annoy",
     91 	"annul",
     92 	"anode",
     93 	"antic",
     94 	"anvil",
     95 	"aorta",
     96 	"apart",
     97 	"aphid",
     98 	"aping",
     99 	"apnea",
    100 	"apple",
    101 	"apply",
    102 	"apron",
    103 	"aptly",
    104 	"arbor",
    105 	"ardor",
    106 	"arena",
    107 	"argue",
    108 	"arise",
    109 	"armor",
    110 	"aroma",
    111 	"arose",
    112 	"array",
    113 	"arrow",
    114 	"arson",
    115 	"artsy",
    116 	"ascot",
    117 	"ashen",
    118 	"aside",
    119 	"askew",
    120 	"assay",
    121 	"asset",
    122 	"atoll",
    123 	"atone",
    124 	"attic",
    125 	"audio",
    126 	"audit",
    127 	"augur",
    128 	"aunty",
    129 	"avail",
    130 	"avert",
    131 	"avian",
    132 	"avoid",
    133 	"await",
    134 	"awake",
    135 	"award",
    136 	"aware",
    137 	"awash",
    138 	"awful",
    139 	"awoke",
    140 	"axial",
    141 	"axiom",
    142 	"axion",
    143 	"azure",
    144 	"bacon",
    145 	"badge",
    146 	"badly",
    147 	"bagel",
    148 	"baggy",
    149 	"baker",
    150 	"baler",
    151 	"balmy",
    152 	"banal",
    153 	"banjo",
    154 	"barge",
    155 	"baron",
    156 	"basal",
    157 	"basic",
    158 	"basil",
    159 	"basin",
    160 	"basis",
    161 	"baste",
    162 	"batch",
    163 	"bathe",
    164 	"baton",
    165 	"batty",
    166 	"bawdy",
    167 	"bayou",
    168 	"beach",
    169 	"beady",
    170 	"beard",
    171 	"beast",
    172 	"beech",
    173 	"beefy",
    174 	"befit",
    175 	"began",
    176 	"begat",
    177 	"beget",
    178 	"begin",
    179 	"begun",
    180 	"being",
    181 	"belch",
    182 	"belie",
    183 	"belle",
    184 	"belly",
    185 	"below",
    186 	"bench",
    187 	"beret",
    188 	"berry",
    189 	"berth",
    190 	"beset",
    191 	"betel",
    192 	"bevel",
    193 	"bezel",
    194 	"bible",
    195 	"bicep",
    196 	"biddy",
    197 	"bigot",
    198 	"bilge",
    199 	"billy",
    200 	"binge",
    201 	"bingo",
    202 	"biome",
    203 	"birch",
    204 	"birth",
    205 	"bison",
    206 	"bitty",
    207 	"black",
    208 	"blade",
    209 	"blame",
    210 	"bland",
    211 	"blank",
    212 	"blare",
    213 	"blast",
    214 	"blaze",
    215 	"bleak",
    216 	"bleat",
    217 	"bleed",
    218 	"bleep",
    219 	"blend",
    220 	"bless",
    221 	"blimp",
    222 	"blind",
    223 	"blink",
    224 	"bliss",
    225 	"blitz",
    226 	"bloat",
    227 	"block",
    228 	"bloke",
    229 	"blond",
    230 	"blood",
    231 	"bloom",
    232 	"blown",
    233 	"bluer",
    234 	"bluff",
    235 	"blunt",
    236 	"blurb",
    237 	"blurt",
    238 	"blush",
    239 	"board",
    240 	"boast",
    241 	"bobby",
    242 	"boney",
    243 	"bongo",
    244 	"bonus",
    245 	"booby",
    246 	"boost",
    247 	"booth",
    248 	"booty",
    249 	"booze",
    250 	"boozy",
    251 	"borax",
    252 	"borne",
    253 	"bosom",
    254 	"bossy",
    255 	"botch",
    256 	"bough",
    257 	"boule",
    258 	"bound",
    259 	"bowel",
    260 	"boxer",
    261 	"brace",
    262 	"braid",
    263 	"brain",
    264 	"brake",
    265 	"brand",
    266 	"brash",
    267 	"brass",
    268 	"brave",
    269 	"bravo",
    270 	"brawl",
    271 	"brawn",
    272 	"bread",
    273 	"break",
    274 	"breed",
    275 	"briar",
    276 	"bribe",
    277 	"brick",
    278 	"bride",
    279 	"brief",
    280 	"brine",
    281 	"bring",
    282 	"brink",
    283 	"briny",
    284 	"brisk",
    285 	"broad",
    286 	"broil",
    287 	"broke",
    288 	"brood",
    289 	"brook",
    290 	"broom",
    291 	"broth",
    292 	"brown",
    293 	"brunt",
    294 	"brush",
    295 	"brute",
    296 	"buddy",
    297 	"budge",
    298 	"buggy",
    299 	"bugle",
    300 	"build",
    301 	"built",
    302 	"bulge",
    303 	"bulky",
    304 	"bully",
    305 	"bunch",
    306 	"bunny",
    307 	"burly",
    308 	"burnt",
    309 	"burst",
    310 	"bused",
    311 	"bushy",
    312 	"butch",
    313 	"butte",
    314 	"buxom",
    315 	"buyer",
    316 	"bylaw",
    317 	"cabal",
    318 	"cabby",
    319 	"cabin",
    320 	"cable",
    321 	"cacao",
    322 	"cache",
    323 	"cacti",
    324 	"caddy",
    325 	"cadet",
    326 	"cagey",
    327 	"cairn",
    328 	"camel",
    329 	"cameo",
    330 	"canal",
    331 	"candy",
    332 	"canny",
    333 	"canoe",
    334 	"canon",
    335 	"caper",
    336 	"caput",
    337 	"carat",
    338 	"cargo",
    339 	"carol",
    340 	"carry",
    341 	"carve",
    342 	"caste",
    343 	"catch",
    344 	"cater",
    345 	"catty",
    346 	"caulk",
    347 	"cause",
    348 	"cavil",
    349 	"cease",
    350 	"cedar",
    351 	"cello",
    352 	"chafe",
    353 	"chaff",
    354 	"chain",
    355 	"chair",
    356 	"chalk",
    357 	"champ",
    358 	"chant",
    359 	"chaos",
    360 	"chard",
    361 	"charm",
    362 	"chart",
    363 	"chase",
    364 	"chasm",
    365 	"cheap",
    366 	"cheat",
    367 	"check",
    368 	"cheek",
    369 	"cheer",
    370 	"chess",
    371 	"chest",
    372 	"chick",
    373 	"chide",
    374 	"chief",
    375 	"child",
    376 	"chili",
    377 	"chill",
    378 	"chime",
    379 	"china",
    380 	"chirp",
    381 	"chock",
    382 	"choir",
    383 	"choke",
    384 	"chord",
    385 	"chore",
    386 	"chose",
    387 	"chuck",
    388 	"chump",
    389 	"chunk",
    390 	"churn",
    391 	"chute",
    392 	"cider",
    393 	"cigar",
    394 	"cinch",
    395 	"circa",
    396 	"civic",
    397 	"civil",
    398 	"clack",
    399 	"claim",
    400 	"clamp",
    401 	"clang",
    402 	"clank",
    403 	"clash",
    404 	"clasp",
    405 	"class",
    406 	"clean",
    407 	"clear",
    408 	"cleat",
    409 	"cleft",
    410 	"clerk",
    411 	"click",
    412 	"cliff",
    413 	"climb",
    414 	"cling",
    415 	"clink",
    416 	"cloak",
    417 	"clock",
    418 	"clone",
    419 	"close",
    420 	"cloth",
    421 	"cloud",
    422 	"clout",
    423 	"clove",
    424 	"clown",
    425 	"cluck",
    426 	"clued",
    427 	"clump",
    428 	"clung",
    429 	"coach",
    430 	"coast",
    431 	"cobra",
    432 	"cocoa",
    433 	"colon",
    434 	"color",
    435 	"comet",
    436 	"comfy",
    437 	"comic",
    438 	"comma",
    439 	"conch",
    440 	"condo",
    441 	"conic",
    442 	"copse",
    443 	"coral",
    444 	"corer",
    445 	"corny",
    446 	"couch",
    447 	"cough",
    448 	"could",
    449 	"count",
    450 	"coupe",
    451 	"court",
    452 	"coven",
    453 	"cover",
    454 	"covet",
    455 	"covey",
    456 	"cower",
    457 	"coyly",
    458 	"crack",
    459 	"craft",
    460 	"cramp",
    461 	"crane",
    462 	"crank",
    463 	"crash",
    464 	"crass",
    465 	"crate",
    466 	"crave",
    467 	"crawl",
    468 	"craze",
    469 	"crazy",
    470 	"creak",
    471 	"cream",
    472 	"credo",
    473 	"creed",
    474 	"creek",
    475 	"creep",
    476 	"creme",
    477 	"crepe",
    478 	"crept",
    479 	"cress",
    480 	"crest",
    481 	"crick",
    482 	"cried",
    483 	"crier",
    484 	"crime",
    485 	"crimp",
    486 	"crisp",
    487 	"croak",
    488 	"crock",
    489 	"crone",
    490 	"crony",
    491 	"crook",
    492 	"cross",
    493 	"croup",
    494 	"crowd",
    495 	"crown",
    496 	"crude",
    497 	"cruel",
    498 	"crumb",
    499 	"crump",
    500 	"crush",
    501 	"crust",
    502 	"crypt",
    503 	"cubic",
    504 	"cumin",
    505 	"curio",
    506 	"curly",
    507 	"curry",
    508 	"curse",
    509 	"curve",
    510 	"curvy",
    511 	"cutie",
    512 	"cyber",
    513 	"cycle",
    514 	"cynic",
    515 	"daddy",
    516 	"daily",
    517 	"dairy",
    518 	"daisy",
    519 	"dally",
    520 	"dance",
    521 	"dandy",
    522 	"datum",
    523 	"daunt",
    524 	"dealt",
    525 	"death",
    526 	"debar",
    527 	"debit",
    528 	"debug",
    529 	"debut",
    530 	"decal",
    531 	"decay",
    532 	"decor",
    533 	"decoy",
    534 	"decry",
    535 	"defer",
    536 	"deign",
    537 	"deity",
    538 	"delay",
    539 	"delta",
    540 	"delve",
    541 	"demon",
    542 	"demur",
    543 	"denim",
    544 	"dense",
    545 	"depot",
    546 	"depth",
    547 	"derby",
    548 	"deter",
    549 	"detox",
    550 	"deuce",
    551 	"devil",
    552 	"diary",
    553 	"dicey",
    554 	"digit",
    555 	"dilly",
    556 	"dimly",
    557 	"diner",
    558 	"dingo",
    559 	"dingy",
    560 	"diode",
    561 	"dirge",
    562 	"dirty",
    563 	"disco",
    564 	"ditch",
    565 	"ditto",
    566 	"ditty",
    567 	"diver",
    568 	"dizzy",
    569 	"dodge",
    570 	"dodgy",
    571 	"dogma",
    572 	"doing",
    573 	"dolly",
    574 	"donor",
    575 	"donut",
    576 	"dopey",
    577 	"doubt",
    578 	"dough",
    579 	"dowdy",
    580 	"dowel",
    581 	"downy",
    582 	"dowry",
    583 	"dozen",
    584 	"draft",
    585 	"drain",
    586 	"drake",
    587 	"drama",
    588 	"drank",
    589 	"drape",
    590 	"drawl",
    591 	"drawn",
    592 	"dread",
    593 	"dream",
    594 	"dress",
    595 	"dried",
    596 	"drier",
    597 	"drift",
    598 	"drill",
    599 	"drink",
    600 	"drive",
    601 	"droit",
    602 	"droll",
    603 	"drone",
    604 	"drool",
    605 	"droop",
    606 	"dross",
    607 	"drove",
    608 	"drown",
    609 	"druid",
    610 	"drunk",
    611 	"dryer",
    612 	"dryly",
    613 	"duchy",
    614 	"dully",
    615 	"dummy",
    616 	"dumpy",
    617 	"dunce",
    618 	"dusky",
    619 	"dusty",
    620 	"dutch",
    621 	"duvet",
    622 	"dwarf",
    623 	"dwell",
    624 	"dwelt",
    625 	"dying",
    626 	"eager",
    627 	"eagle",
    628 	"early",
    629 	"earth",
    630 	"easel",
    631 	"eaten",
    632 	"eater",
    633 	"ebony",
    634 	"eclat",
    635 	"edict",
    636 	"edify",
    637 	"eerie",
    638 	"egret",
    639 	"eight",
    640 	"eject",
    641 	"eking",
    642 	"elate",
    643 	"elbow",
    644 	"elder",
    645 	"elect",
    646 	"elegy",
    647 	"elfin",
    648 	"elide",
    649 	"elite",
    650 	"elope",
    651 	"elude",
    652 	"email",
    653 	"embed",
    654 	"ember",
    655 	"emcee",
    656 	"empty",
    657 	"enact",
    658 	"endow",
    659 	"enema",
    660 	"enemy",
    661 	"enjoy",
    662 	"ennui",
    663 	"ensue",
    664 	"enter",
    665 	"entry",
    666 	"envoy",
    667 	"epoch",
    668 	"epoxy",
    669 	"equal",
    670 	"equip",
    671 	"erase",
    672 	"erect",
    673 	"erode",
    674 	"error",
    675 	"erupt",
    676 	"essay",
    677 	"ester",
    678 	"ether",
    679 	"ethic",
    680 	"ethos",
    681 	"etude",
    682 	"evade",
    683 	"event",
    684 	"every",
    685 	"evict",
    686 	"evoke",
    687 	"exact",
    688 	"exalt",
    689 	"excel",
    690 	"exert",
    691 	"exile",
    692 	"exist",
    693 	"expel",
    694 	"extol",
    695 	"extra",
    696 	"exult",
    697 	"eying",
    698 	"fable",
    699 	"facet",
    700 	"faint",
    701 	"fairy",
    702 	"faith",
    703 	"false",
    704 	"fancy",
    705 	"fanny",
    706 	"farce",
    707 	"fatal",
    708 	"fatty",
    709 	"fault",
    710 	"fauna",
    711 	"favor",
    712 	"feast",
    713 	"fecal",
    714 	"feign",
    715 	"fella",
    716 	"felon",
    717 	"femme",
    718 	"femur",
    719 	"fence",
    720 	"feral",
    721 	"ferry",
    722 	"fetal",
    723 	"fetch",
    724 	"fetid",
    725 	"fetus",
    726 	"fever",
    727 	"fewer",
    728 	"fiber",
    729 	"ficus",
    730 	"field",
    731 	"fiend",
    732 	"fiery",
    733 	"fifth",
    734 	"fifty",
    735 	"fight",
    736 	"filer",
    737 	"filet",
    738 	"filly",
    739 	"filmy",
    740 	"filth",
    741 	"final",
    742 	"finch",
    743 	"finer",
    744 	"first",
    745 	"fishy",
    746 	"fixer",
    747 	"fizzy",
    748 	"fjord",
    749 	"flack",
    750 	"flail",
    751 	"flair",
    752 	"flake",
    753 	"flaky",
    754 	"flame",
    755 	"flank",
    756 	"flare",
    757 	"flash",
    758 	"flask",
    759 	"fleck",
    760 	"fleet",
    761 	"flesh",
    762 	"flick",
    763 	"flier",
    764 	"fling",
    765 	"flint",
    766 	"flirt",
    767 	"float",
    768 	"flock",
    769 	"flood",
    770 	"floor",
    771 	"flora",
    772 	"floss",
    773 	"flour",
    774 	"flout",
    775 	"flown",
    776 	"fluff",
    777 	"fluid",
    778 	"fluke",
    779 	"flume",
    780 	"flung",
    781 	"flunk",
    782 	"flush",
    783 	"flute",
    784 	"flyer",
    785 	"foamy",
    786 	"focal",
    787 	"focus",
    788 	"foggy",
    789 	"foist",
    790 	"folio",
    791 	"folly",
    792 	"foray",
    793 	"force",
    794 	"forge",
    795 	"forgo",
    796 	"forte",
    797 	"forth",
    798 	"forty",
    799 	"forum",
    800 	"found",
    801 	"foyer",
    802 	"frail",
    803 	"frame",
    804 	"frank",
    805 	"fraud",
    806 	"freak",
    807 	"freed",
    808 	"freer",
    809 	"fresh",
    810 	"friar",
    811 	"fried",
    812 	"frill",
    813 	"frisk",
    814 	"fritz",
    815 	"frock",
    816 	"frond",
    817 	"front",
    818 	"frost",
    819 	"froth",
    820 	"frown",
    821 	"froze",
    822 	"fruit",
    823 	"fudge",
    824 	"fugue",
    825 	"fully",
    826 	"fungi",
    827 	"funky",
    828 	"funny",
    829 	"furor",
    830 	"furry",
    831 	"fussy",
    832 	"fuzzy",
    833 	"gaffe",
    834 	"gaily",
    835 	"gamer",
    836 	"gamma",
    837 	"gamut",
    838 	"gassy",
    839 	"gaudy",
    840 	"gauge",
    841 	"gaunt",
    842 	"gauze",
    843 	"gavel",
    844 	"gawky",
    845 	"gayer",
    846 	"gayly",
    847 	"gazer",
    848 	"gecko",
    849 	"geeky",
    850 	"geese",
    851 	"genie",
    852 	"genre",
    853 	"ghost",
    854 	"ghoul",
    855 	"giant",
    856 	"giddy",
    857 	"gipsy",
    858 	"girly",
    859 	"girth",
    860 	"given",
    861 	"giver",
    862 	"glade",
    863 	"gland",
    864 	"glare",
    865 	"glass",
    866 	"glaze",
    867 	"gleam",
    868 	"glean",
    869 	"glide",
    870 	"glint",
    871 	"gloat",
    872 	"globe",
    873 	"gloom",
    874 	"glory",
    875 	"gloss",
    876 	"glove",
    877 	"glyph",
    878 	"gnash",
    879 	"gnome",
    880 	"godly",
    881 	"going",
    882 	"golem",
    883 	"golly",
    884 	"gonad",
    885 	"goner",
    886 	"goody",
    887 	"gooey",
    888 	"goofy",
    889 	"goose",
    890 	"gorge",
    891 	"gouge",
    892 	"gourd",
    893 	"grace",
    894 	"grade",
    895 	"graft",
    896 	"grail",
    897 	"grain",
    898 	"grand",
    899 	"grant",
    900 	"grape",
    901 	"graph",
    902 	"grasp",
    903 	"grass",
    904 	"grate",
    905 	"grave",
    906 	"gravy",
    907 	"graze",
    908 	"great",
    909 	"greed",
    910 	"green",
    911 	"greet",
    912 	"grief",
    913 	"grill",
    914 	"grime",
    915 	"grimy",
    916 	"grind",
    917 	"gripe",
    918 	"groan",
    919 	"groin",
    920 	"groom",
    921 	"grope",
    922 	"gross",
    923 	"group",
    924 	"grout",
    925 	"grove",
    926 	"growl",
    927 	"grown",
    928 	"gruel",
    929 	"gruff",
    930 	"grunt",
    931 	"guard",
    932 	"guava",
    933 	"guess",
    934 	"guest",
    935 	"guide",
    936 	"guild",
    937 	"guile",
    938 	"guilt",
    939 	"guise",
    940 	"gulch",
    941 	"gully",
    942 	"gumbo",
    943 	"gummy",
    944 	"guppy",
    945 	"gusto",
    946 	"gusty",
    947 	"gypsy",
    948 	"habit",
    949 	"hairy",
    950 	"halve",
    951 	"handy",
    952 	"happy",
    953 	"hardy",
    954 	"harem",
    955 	"harpy",
    956 	"harry",
    957 	"harsh",
    958 	"haste",
    959 	"hasty",
    960 	"hatch",
    961 	"hater",
    962 	"haunt",
    963 	"haute",
    964 	"haven",
    965 	"havoc",
    966 	"hazel",
    967 	"heady",
    968 	"heard",
    969 	"heart",
    970 	"heath",
    971 	"heave",
    972 	"heavy",
    973 	"hedge",
    974 	"hefty",
    975 	"heist",
    976 	"helix",
    977 	"hello",
    978 	"hence",
    979 	"heron",
    980 	"hilly",
    981 	"hinge",
    982 	"hippo",
    983 	"hippy",
    984 	"hitch",
    985 	"hoard",
    986 	"hobby",
    987 	"hoist",
    988 	"holly",
    989 	"homer",
    990 	"honey",
    991 	"honor",
    992 	"horde",
    993 	"horny",
    994 	"horse",
    995 	"hotel",
    996 	"hotly",
    997 	"hound",
    998 	"house",
    999 	"hovel",
   1000 	"hover",
   1001 	"howdy",
   1002 	"human",
   1003 	"humid",
   1004 	"humor",
   1005 	"humph",
   1006 	"humus",
   1007 	"hunch",
   1008 	"hunky",
   1009 	"hurry",
   1010 	"husky",
   1011 	"hussy",
   1012 	"hutch",
   1013 	"hydro",
   1014 	"hyena",
   1015 	"hymen",
   1016 	"hyper",
   1017 	"icily",
   1018 	"icing",
   1019 	"ideal",
   1020 	"idiom",
   1021 	"idiot",
   1022 	"idler",
   1023 	"idyll",
   1024 	"igloo",
   1025 	"iliac",
   1026 	"image",
   1027 	"imbue",
   1028 	"impel",
   1029 	"imply",
   1030 	"inane",
   1031 	"inbox",
   1032 	"incur",
   1033 	"index",
   1034 	"inept",
   1035 	"inert",
   1036 	"infer",
   1037 	"ingot",
   1038 	"inlay",
   1039 	"inlet",
   1040 	"inner",
   1041 	"input",
   1042 	"inter",
   1043 	"intro",
   1044 	"ionic",
   1045 	"irate",
   1046 	"irony",
   1047 	"islet",
   1048 	"issue",
   1049 	"itchy",
   1050 	"ivory",
   1051 	"jaunt",
   1052 	"jazzy",
   1053 	"jelly",
   1054 	"jerky",
   1055 	"jetty",
   1056 	"jewel",
   1057 	"jiffy",
   1058 	"joint",
   1059 	"joist",
   1060 	"joker",
   1061 	"jolly",
   1062 	"joust",
   1063 	"judge",
   1064 	"juice",
   1065 	"juicy",
   1066 	"jumbo",
   1067 	"jumpy",
   1068 	"junta",
   1069 	"junto",
   1070 	"juror",
   1071 	"kappa",
   1072 	"karma",
   1073 	"kayak",
   1074 	"kebab",
   1075 	"khaki",
   1076 	"kinky",
   1077 	"kiosk",
   1078 	"kitty",
   1079 	"knack",
   1080 	"knave",
   1081 	"knead",
   1082 	"kneed",
   1083 	"kneel",
   1084 	"knelt",
   1085 	"knife",
   1086 	"knock",
   1087 	"knoll",
   1088 	"known",
   1089 	"koala",
   1090 	"krill",
   1091 	"label",
   1092 	"labor",
   1093 	"laden",
   1094 	"ladle",
   1095 	"lager",
   1096 	"lance",
   1097 	"lanky",
   1098 	"lapel",
   1099 	"lapse",
   1100 	"large",
   1101 	"larva",
   1102 	"lasso",
   1103 	"latch",
   1104 	"later",
   1105 	"lathe",
   1106 	"latte",
   1107 	"laugh",
   1108 	"layer",
   1109 	"leach",
   1110 	"leafy",
   1111 	"leaky",
   1112 	"leant",
   1113 	"leapt",
   1114 	"learn",
   1115 	"lease",
   1116 	"leash",
   1117 	"least",
   1118 	"leave",
   1119 	"ledge",
   1120 	"leech",
   1121 	"leery",
   1122 	"lefty",
   1123 	"legal",
   1124 	"leggy",
   1125 	"lemon",
   1126 	"lemur",
   1127 	"leper",
   1128 	"level",
   1129 	"lever",
   1130 	"libel",
   1131 	"liege",
   1132 	"light",
   1133 	"liken",
   1134 	"lilac",
   1135 	"limbo",
   1136 	"limit",
   1137 	"linen",
   1138 	"liner",
   1139 	"lingo",
   1140 	"lipid",
   1141 	"lithe",
   1142 	"liver",
   1143 	"livid",
   1144 	"llama",
   1145 	"loamy",
   1146 	"loath",
   1147 	"lobby",
   1148 	"local",
   1149 	"locus",
   1150 	"lodge",
   1151 	"lofty",
   1152 	"logic",
   1153 	"login",
   1154 	"loopy",
   1155 	"loose",
   1156 	"lorry",
   1157 	"loser",
   1158 	"louse",
   1159 	"lousy",
   1160 	"lover",
   1161 	"lower",
   1162 	"lowly",
   1163 	"loyal",
   1164 	"lucid",
   1165 	"lucky",
   1166 	"lumen",
   1167 	"lumpy",
   1168 	"lunar",
   1169 	"lunch",
   1170 	"lunge",
   1171 	"lupus",
   1172 	"lurch",
   1173 	"lurid",
   1174 	"lusty",
   1175 	"lying",
   1176 	"lymph",
   1177 	"lyric",
   1178 	"macaw",
   1179 	"macho",
   1180 	"macro",
   1181 	"madam",
   1182 	"madly",
   1183 	"mafia",
   1184 	"magic",
   1185 	"magma",
   1186 	"maize",
   1187 	"major",
   1188 	"maker",
   1189 	"mambo",
   1190 	"mamma",
   1191 	"mammy",
   1192 	"manga",
   1193 	"mange",
   1194 	"mango",
   1195 	"mangy",
   1196 	"mania",
   1197 	"manic",
   1198 	"manly",
   1199 	"manor",
   1200 	"maple",
   1201 	"march",
   1202 	"marry",
   1203 	"marsh",
   1204 	"mason",
   1205 	"masse",
   1206 	"match",
   1207 	"matey",
   1208 	"mauve",
   1209 	"maxim",
   1210 	"maybe",
   1211 	"mayor",
   1212 	"mealy",
   1213 	"meant",
   1214 	"meaty",
   1215 	"mecca",
   1216 	"medal",
   1217 	"media",
   1218 	"medic",
   1219 	"melee",
   1220 	"melon",
   1221 	"mercy",
   1222 	"merge",
   1223 	"merit",
   1224 	"merry",
   1225 	"metal",
   1226 	"meter",
   1227 	"metro",
   1228 	"micro",
   1229 	"midge",
   1230 	"midst",
   1231 	"might",
   1232 	"milky",
   1233 	"mimic",
   1234 	"mince",
   1235 	"miner",
   1236 	"minim",
   1237 	"minor",
   1238 	"minty",
   1239 	"minus",
   1240 	"mirth",
   1241 	"miser",
   1242 	"missy",
   1243 	"mocha",
   1244 	"modal",
   1245 	"model",
   1246 	"modem",
   1247 	"mogul",
   1248 	"moist",
   1249 	"molar",
   1250 	"moldy",
   1251 	"money",
   1252 	"month",
   1253 	"moody",
   1254 	"moose",
   1255 	"moral",
   1256 	"moron",
   1257 	"morph",
   1258 	"mossy",
   1259 	"motel",
   1260 	"motif",
   1261 	"motor",
   1262 	"motto",
   1263 	"moult",
   1264 	"mound",
   1265 	"mount",
   1266 	"mourn",
   1267 	"mouse",
   1268 	"mouth",
   1269 	"mover",
   1270 	"movie",
   1271 	"mower",
   1272 	"mucky",
   1273 	"mucus",
   1274 	"muddy",
   1275 	"mulch",
   1276 	"mummy",
   1277 	"munch",
   1278 	"mural",
   1279 	"murky",
   1280 	"mushy",
   1281 	"music",
   1282 	"musky",
   1283 	"musty",
   1284 	"myrrh",
   1285 	"nadir",
   1286 	"naive",
   1287 	"nanny",
   1288 	"nasal",
   1289 	"nasty",
   1290 	"natal",
   1291 	"naval",
   1292 	"navel",
   1293 	"needy",
   1294 	"neigh",
   1295 	"nerdy",
   1296 	"nerve",
   1297 	"never",
   1298 	"newer",
   1299 	"newly",
   1300 	"nicer",
   1301 	"niche",
   1302 	"niece",
   1303 	"night",
   1304 	"ninja",
   1305 	"ninny",
   1306 	"ninth",
   1307 	"noble",
   1308 	"nobly",
   1309 	"noise",
   1310 	"noisy",
   1311 	"nomad",
   1312 	"noose",
   1313 	"north",
   1314 	"nosey",
   1315 	"notch",
   1316 	"novel",
   1317 	"nudge",
   1318 	"nurse",
   1319 	"nutty",
   1320 	"nylon",
   1321 	"nymph",
   1322 	"oaken",
   1323 	"obese",
   1324 	"occur",
   1325 	"ocean",
   1326 	"octal",
   1327 	"octet",
   1328 	"odder",
   1329 	"oddly",
   1330 	"offal",
   1331 	"offer",
   1332 	"often",
   1333 	"olden",
   1334 	"older",
   1335 	"olive",
   1336 	"ombre",
   1337 	"omega",
   1338 	"onion",
   1339 	"onset",
   1340 	"opera",
   1341 	"opine",
   1342 	"opium",
   1343 	"optic",
   1344 	"orbit",
   1345 	"order",
   1346 	"organ",
   1347 	"other",
   1348 	"otter",
   1349 	"ought",
   1350 	"ounce",
   1351 	"outdo",
   1352 	"outer",
   1353 	"outgo",
   1354 	"ovary",
   1355 	"ovate",
   1356 	"overt",
   1357 	"ovine",
   1358 	"ovoid",
   1359 	"owing",
   1360 	"owner",
   1361 	"oxide",
   1362 	"ozone",
   1363 	"paddy",
   1364 	"pagan",
   1365 	"paint",
   1366 	"paler",
   1367 	"palsy",
   1368 	"panel",
   1369 	"panic",
   1370 	"pansy",
   1371 	"papal",
   1372 	"paper",
   1373 	"parer",
   1374 	"parka",
   1375 	"parry",
   1376 	"parse",
   1377 	"party",
   1378 	"pasta",
   1379 	"paste",
   1380 	"pasty",
   1381 	"patch",
   1382 	"patio",
   1383 	"patsy",
   1384 	"patty",
   1385 	"pause",
   1386 	"payee",
   1387 	"payer",
   1388 	"peace",
   1389 	"peach",
   1390 	"pearl",
   1391 	"pecan",
   1392 	"pedal",
   1393 	"penal",
   1394 	"pence",
   1395 	"penne",
   1396 	"penny",
   1397 	"perch",
   1398 	"peril",
   1399 	"perky",
   1400 	"pesky",
   1401 	"pesto",
   1402 	"petal",
   1403 	"petty",
   1404 	"phase",
   1405 	"phone",
   1406 	"phony",
   1407 	"photo",
   1408 	"piano",
   1409 	"picky",
   1410 	"piece",
   1411 	"piety",
   1412 	"piggy",
   1413 	"pilot",
   1414 	"pinch",
   1415 	"piney",
   1416 	"pinky",
   1417 	"pinto",
   1418 	"piper",
   1419 	"pique",
   1420 	"pitch",
   1421 	"pithy",
   1422 	"pivot",
   1423 	"pixel",
   1424 	"pixie",
   1425 	"pizza",
   1426 	"place",
   1427 	"plaid",
   1428 	"plain",
   1429 	"plait",
   1430 	"plane",
   1431 	"plank",
   1432 	"plant",
   1433 	"plate",
   1434 	"plaza",
   1435 	"plead",
   1436 	"pleat",
   1437 	"plied",
   1438 	"plier",
   1439 	"pluck",
   1440 	"plumb",
   1441 	"plume",
   1442 	"plump",
   1443 	"plunk",
   1444 	"plush",
   1445 	"poesy",
   1446 	"point",
   1447 	"poise",
   1448 	"poker",
   1449 	"polar",
   1450 	"polka",
   1451 	"polyp",
   1452 	"pooch",
   1453 	"poppy",
   1454 	"porch",
   1455 	"poser",
   1456 	"posit",
   1457 	"posse",
   1458 	"pouch",
   1459 	"pound",
   1460 	"pouty",
   1461 	"power",
   1462 	"prank",
   1463 	"prawn",
   1464 	"preen",
   1465 	"press",
   1466 	"price",
   1467 	"prick",
   1468 	"pride",
   1469 	"pried",
   1470 	"prime",
   1471 	"primo",
   1472 	"print",
   1473 	"prior",
   1474 	"prism",
   1475 	"privy",
   1476 	"prize",
   1477 	"probe",
   1478 	"prone",
   1479 	"prong",
   1480 	"proof",
   1481 	"prose",
   1482 	"proud",
   1483 	"prove",
   1484 	"prowl",
   1485 	"proxy",
   1486 	"prude",
   1487 	"prune",
   1488 	"psalm",
   1489 	"pubic",
   1490 	"pudgy",
   1491 	"puffy",
   1492 	"pulpy",
   1493 	"pulse",
   1494 	"punch",
   1495 	"pupil",
   1496 	"puppy",
   1497 	"puree",
   1498 	"purer",
   1499 	"purge",
   1500 	"purse",
   1501 	"pushy",
   1502 	"putty",
   1503 	"pygmy",
   1504 	"quack",
   1505 	"quail",
   1506 	"quake",
   1507 	"qualm",
   1508 	"quark",
   1509 	"quart",
   1510 	"quash",
   1511 	"quasi",
   1512 	"queen",
   1513 	"queer",
   1514 	"quell",
   1515 	"query",
   1516 	"quest",
   1517 	"queue",
   1518 	"quick",
   1519 	"quiet",
   1520 	"quill",
   1521 	"quilt",
   1522 	"quirk",
   1523 	"quite",
   1524 	"quota",
   1525 	"quote",
   1526 	"quoth",
   1527 	"rabbi",
   1528 	"rabid",
   1529 	"racer",
   1530 	"radar",
   1531 	"radii",
   1532 	"radio",
   1533 	"rainy",
   1534 	"raise",
   1535 	"rajah",
   1536 	"rally",
   1537 	"ralph",
   1538 	"ramen",
   1539 	"ranch",
   1540 	"randy",
   1541 	"range",
   1542 	"rapid",
   1543 	"rarer",
   1544 	"raspy",
   1545 	"ratio",
   1546 	"ratty",
   1547 	"raven",
   1548 	"rayon",
   1549 	"razor",
   1550 	"reach",
   1551 	"react",
   1552 	"ready",
   1553 	"realm",
   1554 	"rearm",
   1555 	"rebar",
   1556 	"rebel",
   1557 	"rebus",
   1558 	"rebut",
   1559 	"recap",
   1560 	"recur",
   1561 	"recut",
   1562 	"reedy",
   1563 	"refer",
   1564 	"refit",
   1565 	"regal",
   1566 	"rehab",
   1567 	"reign",
   1568 	"relax",
   1569 	"relay",
   1570 	"relic",
   1571 	"remit",
   1572 	"renal",
   1573 	"renew",
   1574 	"repay",
   1575 	"repel",
   1576 	"reply",
   1577 	"rerun",
   1578 	"reset",
   1579 	"resin",
   1580 	"retch",
   1581 	"retro",
   1582 	"retry",
   1583 	"reuse",
   1584 	"revel",
   1585 	"revue",
   1586 	"rhino",
   1587 	"rhyme",
   1588 	"rider",
   1589 	"ridge",
   1590 	"rifle",
   1591 	"right",
   1592 	"rigid",
   1593 	"rigor",
   1594 	"rinse",
   1595 	"ripen",
   1596 	"riper",
   1597 	"risen",
   1598 	"riser",
   1599 	"risky",
   1600 	"rival",
   1601 	"river",
   1602 	"rivet",
   1603 	"roach",
   1604 	"roast",
   1605 	"robin",
   1606 	"robot",
   1607 	"rocky",
   1608 	"rodeo",
   1609 	"roger",
   1610 	"rogue",
   1611 	"roomy",
   1612 	"roost",
   1613 	"rotor",
   1614 	"rouge",
   1615 	"rough",
   1616 	"round",
   1617 	"rouse",
   1618 	"route",
   1619 	"rover",
   1620 	"rowdy",
   1621 	"rower",
   1622 	"royal",
   1623 	"ruddy",
   1624 	"ruder",
   1625 	"rugby",
   1626 	"ruler",
   1627 	"rumba",
   1628 	"rumor",
   1629 	"rupee",
   1630 	"rural",
   1631 	"rusty",
   1632 	"sadly",
   1633 	"safer",
   1634 	"saint",
   1635 	"salad",
   1636 	"sally",
   1637 	"salon",
   1638 	"salsa",
   1639 	"salty",
   1640 	"salve",
   1641 	"salvo",
   1642 	"sandy",
   1643 	"saner",
   1644 	"sappy",
   1645 	"sassy",
   1646 	"satin",
   1647 	"satyr",
   1648 	"sauce",
   1649 	"saucy",
   1650 	"sauna",
   1651 	"saute",
   1652 	"savor",
   1653 	"savoy",
   1654 	"savvy",
   1655 	"scald",
   1656 	"scale",
   1657 	"scalp",
   1658 	"scaly",
   1659 	"scamp",
   1660 	"scant",
   1661 	"scare",
   1662 	"scarf",
   1663 	"scary",
   1664 	"scene",
   1665 	"scent",
   1666 	"scion",
   1667 	"scoff",
   1668 	"scold",
   1669 	"scone",
   1670 	"scoop",
   1671 	"scope",
   1672 	"score",
   1673 	"scorn",
   1674 	"scour",
   1675 	"scout",
   1676 	"scowl",
   1677 	"scram",
   1678 	"scrap",
   1679 	"scree",
   1680 	"screw",
   1681 	"scrub",
   1682 	"scrum",
   1683 	"scuba",
   1684 	"sedan",
   1685 	"seedy",
   1686 	"segue",
   1687 	"seize",
   1688 	"semen",
   1689 	"sense",
   1690 	"sepia",
   1691 	"serif",
   1692 	"serum",
   1693 	"serve",
   1694 	"setup",
   1695 	"seven",
   1696 	"sever",
   1697 	"sewer",
   1698 	"shack",
   1699 	"shade",
   1700 	"shady",
   1701 	"shaft",
   1702 	"shake",
   1703 	"shaky",
   1704 	"shale",
   1705 	"shall",
   1706 	"shalt",
   1707 	"shame",
   1708 	"shank",
   1709 	"shape",
   1710 	"shard",
   1711 	"share",
   1712 	"shark",
   1713 	"sharp",
   1714 	"shave",
   1715 	"shawl",
   1716 	"shear",
   1717 	"sheen",
   1718 	"sheep",
   1719 	"sheer",
   1720 	"sheet",
   1721 	"sheik",
   1722 	"shelf",
   1723 	"shell",
   1724 	"shied",
   1725 	"shift",
   1726 	"shine",
   1727 	"shiny",
   1728 	"shire",
   1729 	"shirk",
   1730 	"shirt",
   1731 	"shoal",
   1732 	"shock",
   1733 	"shone",
   1734 	"shook",
   1735 	"shoot",
   1736 	"shore",
   1737 	"shorn",
   1738 	"short",
   1739 	"shout",
   1740 	"shove",
   1741 	"shown",
   1742 	"showy",
   1743 	"shrew",
   1744 	"shrub",
   1745 	"shrug",
   1746 	"shuck",
   1747 	"shunt",
   1748 	"shush",
   1749 	"shyly",
   1750 	"siege",
   1751 	"sieve",
   1752 	"sight",
   1753 	"sigma",
   1754 	"silky",
   1755 	"silly",
   1756 	"since",
   1757 	"sinew",
   1758 	"singe",
   1759 	"siren",
   1760 	"sissy",
   1761 	"sixth",
   1762 	"sixty",
   1763 	"skate",
   1764 	"skier",
   1765 	"skiff",
   1766 	"skill",
   1767 	"skimp",
   1768 	"skirt",
   1769 	"skulk",
   1770 	"skull",
   1771 	"skunk",
   1772 	"slack",
   1773 	"slain",
   1774 	"slang",
   1775 	"slant",
   1776 	"slash",
   1777 	"slate",
   1778 	"sleek",
   1779 	"sleep",
   1780 	"sleet",
   1781 	"slept",
   1782 	"slice",
   1783 	"slick",
   1784 	"slide",
   1785 	"slime",
   1786 	"slimy",
   1787 	"sling",
   1788 	"slink",
   1789 	"sloop",
   1790 	"slope",
   1791 	"slosh",
   1792 	"sloth",
   1793 	"slump",
   1794 	"slung",
   1795 	"slunk",
   1796 	"slurp",
   1797 	"slush",
   1798 	"slyly",
   1799 	"smack",
   1800 	"small",
   1801 	"smart",
   1802 	"smash",
   1803 	"smear",
   1804 	"smell",
   1805 	"smelt",
   1806 	"smile",
   1807 	"smirk",
   1808 	"smite",
   1809 	"smith",
   1810 	"smock",
   1811 	"smoke",
   1812 	"smoky",
   1813 	"smote",
   1814 	"snack",
   1815 	"snail",
   1816 	"snake",
   1817 	"snaky",
   1818 	"snare",
   1819 	"snarl",
   1820 	"sneak",
   1821 	"sneer",
   1822 	"snide",
   1823 	"sniff",
   1824 	"snipe",
   1825 	"snoop",
   1826 	"snore",
   1827 	"snort",
   1828 	"snout",
   1829 	"snowy",
   1830 	"snuck",
   1831 	"snuff",
   1832 	"soapy",
   1833 	"sober",
   1834 	"soggy",
   1835 	"solar",
   1836 	"solid",
   1837 	"solve",
   1838 	"sonar",
   1839 	"sonic",
   1840 	"sooth",
   1841 	"sooty",
   1842 	"sorry",
   1843 	"sound",
   1844 	"south",
   1845 	"sower",
   1846 	"space",
   1847 	"spade",
   1848 	"spank",
   1849 	"spare",
   1850 	"spark",
   1851 	"spasm",
   1852 	"spawn",
   1853 	"speak",
   1854 	"spear",
   1855 	"speck",
   1856 	"speed",
   1857 	"spell",
   1858 	"spelt",
   1859 	"spend",
   1860 	"spent",
   1861 	"sperm",
   1862 	"spice",
   1863 	"spicy",
   1864 	"spied",
   1865 	"spiel",
   1866 	"spike",
   1867 	"spiky",
   1868 	"spill",
   1869 	"spilt",
   1870 	"spine",
   1871 	"spiny",
   1872 	"spire",
   1873 	"spite",
   1874 	"splat",
   1875 	"split",
   1876 	"spoil",
   1877 	"spoke",
   1878 	"spoof",
   1879 	"spook",
   1880 	"spool",
   1881 	"spoon",
   1882 	"spore",
   1883 	"sport",
   1884 	"spout",
   1885 	"spray",
   1886 	"spree",
   1887 	"sprig",
   1888 	"spunk",
   1889 	"spurn",
   1890 	"spurt",
   1891 	"squad",
   1892 	"squat",
   1893 	"squib",
   1894 	"stack",
   1895 	"staff",
   1896 	"stage",
   1897 	"staid",
   1898 	"stain",
   1899 	"stair",
   1900 	"stake",
   1901 	"stale",
   1902 	"stalk",
   1903 	"stall",
   1904 	"stamp",
   1905 	"stand",
   1906 	"stank",
   1907 	"stare",
   1908 	"stark",
   1909 	"start",
   1910 	"stash",
   1911 	"state",
   1912 	"stave",
   1913 	"stead",
   1914 	"steak",
   1915 	"steal",
   1916 	"steam",
   1917 	"steed",
   1918 	"steel",
   1919 	"steep",
   1920 	"steer",
   1921 	"stein",
   1922 	"stern",
   1923 	"stick",
   1924 	"stiff",
   1925 	"still",
   1926 	"stilt",
   1927 	"sting",
   1928 	"stink",
   1929 	"stint",
   1930 	"stock",
   1931 	"stoic",
   1932 	"stoke",
   1933 	"stole",
   1934 	"stomp",
   1935 	"stone",
   1936 	"stony",
   1937 	"stood",
   1938 	"stool",
   1939 	"stoop",
   1940 	"store",
   1941 	"stork",
   1942 	"storm",
   1943 	"story",
   1944 	"stout",
   1945 	"stove",
   1946 	"strap",
   1947 	"straw",
   1948 	"stray",
   1949 	"strip",
   1950 	"strut",
   1951 	"stuck",
   1952 	"study",
   1953 	"stuff",
   1954 	"stump",
   1955 	"stung",
   1956 	"stunk",
   1957 	"stunt",
   1958 	"style",
   1959 	"suave",
   1960 	"sugar",
   1961 	"suing",
   1962 	"suite",
   1963 	"sulky",
   1964 	"sully",
   1965 	"sumac",
   1966 	"sunny",
   1967 	"super",
   1968 	"surer",
   1969 	"surge",
   1970 	"surly",
   1971 	"sushi",
   1972 	"swami",
   1973 	"swamp",
   1974 	"swarm",
   1975 	"swash",
   1976 	"swath",
   1977 	"swear",
   1978 	"sweat",
   1979 	"sweep",
   1980 	"sweet",
   1981 	"swell",
   1982 	"swept",
   1983 	"swift",
   1984 	"swill",
   1985 	"swine",
   1986 	"swing",
   1987 	"swirl",
   1988 	"swish",
   1989 	"swoon",
   1990 	"swoop",
   1991 	"sword",
   1992 	"swore",
   1993 	"sworn",
   1994 	"swung",
   1995 	"synod",
   1996 	"syrup",
   1997 	"tabby",
   1998 	"table",
   1999 	"taboo",
   2000 	"tacit",
   2001 	"tacky",
   2002 	"taffy",
   2003 	"taint",
   2004 	"taken",
   2005 	"taker",
   2006 	"tally",
   2007 	"talon",
   2008 	"tamer",
   2009 	"tango",
   2010 	"tangy",
   2011 	"taper",
   2012 	"tapir",
   2013 	"tardy",
   2014 	"tarot",
   2015 	"taste",
   2016 	"tasty",
   2017 	"tatty",
   2018 	"taunt",
   2019 	"tawny",
   2020 	"teach",
   2021 	"teary",
   2022 	"tease",
   2023 	"teddy",
   2024 	"teeth",
   2025 	"tempo",
   2026 	"tenet",
   2027 	"tenor",
   2028 	"tense",
   2029 	"tenth",
   2030 	"tepee",
   2031 	"tepid",
   2032 	"terra",
   2033 	"terse",
   2034 	"testy",
   2035 	"thank",
   2036 	"theft",
   2037 	"their",
   2038 	"theme",
   2039 	"there",
   2040 	"these",
   2041 	"theta",
   2042 	"thick",
   2043 	"thief",
   2044 	"thigh",
   2045 	"thing",
   2046 	"think",
   2047 	"third",
   2048 	"thong",
   2049 	"thorn",
   2050 	"those",
   2051 	"three",
   2052 	"threw",
   2053 	"throb",
   2054 	"throw",
   2055 	"thrum",
   2056 	"thumb",
   2057 	"thump",
   2058 	"thyme",
   2059 	"tiara",
   2060 	"tibia",
   2061 	"tidal",
   2062 	"tiger",
   2063 	"tight",
   2064 	"tilde",
   2065 	"timer",
   2066 	"timid",
   2067 	"tipsy",
   2068 	"titan",
   2069 	"tithe",
   2070 	"title",
   2071 	"toast",
   2072 	"today",
   2073 	"toddy",
   2074 	"token",
   2075 	"tonal",
   2076 	"tonga",
   2077 	"tonic",
   2078 	"tooth",
   2079 	"topaz",
   2080 	"topic",
   2081 	"torch",
   2082 	"torso",
   2083 	"torus",
   2084 	"total",
   2085 	"totem",
   2086 	"touch",
   2087 	"tough",
   2088 	"towel",
   2089 	"tower",
   2090 	"toxic",
   2091 	"toxin",
   2092 	"trace",
   2093 	"track",
   2094 	"tract",
   2095 	"trade",
   2096 	"trail",
   2097 	"train",
   2098 	"trait",
   2099 	"tramp",
   2100 	"trash",
   2101 	"trawl",
   2102 	"tread",
   2103 	"treat",
   2104 	"trend",
   2105 	"triad",
   2106 	"trial",
   2107 	"tribe",
   2108 	"trice",
   2109 	"trick",
   2110 	"tried",
   2111 	"tripe",
   2112 	"trite",
   2113 	"troll",
   2114 	"troop",
   2115 	"trope",
   2116 	"trout",
   2117 	"trove",
   2118 	"truce",
   2119 	"truck",
   2120 	"truer",
   2121 	"truly",
   2122 	"trump",
   2123 	"trunk",
   2124 	"truss",
   2125 	"trust",
   2126 	"truth",
   2127 	"tryst",
   2128 	"tubal",
   2129 	"tuber",
   2130 	"tulip",
   2131 	"tulle",
   2132 	"tumor",
   2133 	"tunic",
   2134 	"turbo",
   2135 	"tutor",
   2136 	"twang",
   2137 	"tweak",
   2138 	"tweed",
   2139 	"tweet",
   2140 	"twice",
   2141 	"twine",
   2142 	"twirl",
   2143 	"twist",
   2144 	"twixt",
   2145 	"tying",
   2146 	"udder",
   2147 	"ulcer",
   2148 	"ultra",
   2149 	"umbra",
   2150 	"uncle",
   2151 	"uncut",
   2152 	"under",
   2153 	"undid",
   2154 	"undue",
   2155 	"unfed",
   2156 	"unfit",
   2157 	"unify",
   2158 	"union",
   2159 	"unite",
   2160 	"unity",
   2161 	"unlit",
   2162 	"unmet",
   2163 	"unset",
   2164 	"untie",
   2165 	"until",
   2166 	"unwed",
   2167 	"unzip",
   2168 	"upper",
   2169 	"upset",
   2170 	"urban",
   2171 	"urine",
   2172 	"usage",
   2173 	"usher",
   2174 	"using",
   2175 	"usual",
   2176 	"usurp",
   2177 	"utile",
   2178 	"utter",
   2179 	"vague",
   2180 	"valet",
   2181 	"valid",
   2182 	"valor",
   2183 	"value",
   2184 	"valve",
   2185 	"vapid",
   2186 	"vapor",
   2187 	"vault",
   2188 	"vaunt",
   2189 	"vegan",
   2190 	"venom",
   2191 	"venue",
   2192 	"verge",
   2193 	"verse",
   2194 	"verso",
   2195 	"verve",
   2196 	"vicar",
   2197 	"video",
   2198 	"vigil",
   2199 	"vigor",
   2200 	"villa",
   2201 	"vinyl",
   2202 	"viola",
   2203 	"viper",
   2204 	"viral",
   2205 	"virus",
   2206 	"visit",
   2207 	"visor",
   2208 	"vista",
   2209 	"vital",
   2210 	"vivid",
   2211 	"vixen",
   2212 	"vocal",
   2213 	"vodka",
   2214 	"vogue",
   2215 	"voice",
   2216 	"voila",
   2217 	"vomit",
   2218 	"voter",
   2219 	"vouch",
   2220 	"vowel",
   2221 	"vying",
   2222 	"wacky",
   2223 	"wafer",
   2224 	"wager",
   2225 	"wagon",
   2226 	"waist",
   2227 	"waive",
   2228 	"waltz",
   2229 	"warty",
   2230 	"waste",
   2231 	"watch",
   2232 	"water",
   2233 	"waver",
   2234 	"waxen",
   2235 	"weary",
   2236 	"weave",
   2237 	"wedge",
   2238 	"weedy",
   2239 	"weigh",
   2240 	"weird",
   2241 	"welch",
   2242 	"welsh",
   2243 	"whack",
   2244 	"whale",
   2245 	"wharf",
   2246 	"wheat",
   2247 	"wheel",
   2248 	"whelp",
   2249 	"where",
   2250 	"which",
   2251 	"whiff",
   2252 	"while",
   2253 	"whine",
   2254 	"whiny",
   2255 	"whirl",
   2256 	"whisk",
   2257 	"white",
   2258 	"whole",
   2259 	"whoop",
   2260 	"whose",
   2261 	"widen",
   2262 	"wider",
   2263 	"widow",
   2264 	"width",
   2265 	"wield",
   2266 	"wight",
   2267 	"willy",
   2268 	"wimpy",
   2269 	"wince",
   2270 	"winch",
   2271 	"windy",
   2272 	"wiser",
   2273 	"wispy",
   2274 	"witch",
   2275 	"witty",
   2276 	"woken",
   2277 	"woman",
   2278 	"women",
   2279 	"woody",
   2280 	"wooer",
   2281 	"wooly",
   2282 	"woozy",
   2283 	"wordy",
   2284 	"world",
   2285 	"worry",
   2286 	"worse",
   2287 	"worst",
   2288 	"worth",
   2289 	"would",
   2290 	"wound",
   2291 	"woven",
   2292 	"wrack",
   2293 	"wrath",
   2294 	"wreak",
   2295 	"wreck",
   2296 	"wrest",
   2297 	"wring",
   2298 	"wrist",
   2299 	"write",
   2300 	"wrong",
   2301 	"wrote",
   2302 	"wrung",
   2303 	"wryly",
   2304 	"yacht",
   2305 	"yearn",
   2306 	"yeast",
   2307 	"yield",
   2308 	"young",
   2309 	"youth",
   2310 	"zebra",
   2311 	"zesty",
   2312 	"zonal",
   2313 }