github.com/deroproject/derosuite@v2.1.6-1.0.20200307070847-0f2e589c7a2b+incompatible/walletapi/mnemonics/english_mnemonics.go (about) 1 // Copyright 2017-2018 DERO Project. All rights reserved. 2 // Use of this source code in any form is governed by RESEARCH license. 3 // license can be found in the LICENSE file. 4 // GPG: 0F39 E425 8C65 3947 702A 8234 08B2 0360 A03A 9DE8 5 // 6 // 7 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY 8 // EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 9 // MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL 10 // THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 11 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12 // PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 13 // INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 14 // STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF 15 // THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16 17 package mnemonics 18 19 var Mnemonics_English = Language{ 20 Name: "English", 21 Name_English: "English (US)", 22 Unique_Prefix_Length: 3, 23 Words: []string{ // all the words in english mnemonics 24 "abbey", 25 "abducts", 26 "ability", 27 "ablaze", 28 "abnormal", 29 "abort", 30 "abrasive", 31 "absorb", 32 "abyss", 33 "academy", 34 "aces", 35 "aching", 36 "acidic", 37 "acoustic", 38 "acquire", 39 "across", 40 "actress", 41 "acumen", 42 "adapt", 43 "addicted", 44 "adept", 45 "adhesive", 46 "adjust", 47 "adopt", 48 "adrenalin", 49 "adult", 50 "adventure", 51 "aerial", 52 "afar", 53 "affair", 54 "afield", 55 "afloat", 56 "afoot", 57 "afraid", 58 "after", 59 "against", 60 "agenda", 61 "aggravate", 62 "agile", 63 "aglow", 64 "agnostic", 65 "agony", 66 "agreed", 67 "ahead", 68 "aided", 69 "ailments", 70 "aimless", 71 "airport", 72 "aisle", 73 "ajar", 74 "akin", 75 "alarms", 76 "album", 77 "alchemy", 78 "alerts", 79 "algebra", 80 "alkaline", 81 "alley", 82 "almost", 83 "aloof", 84 "alpine", 85 "already", 86 "also", 87 "altitude", 88 "alumni", 89 "always", 90 "amaze", 91 "ambush", 92 "amended", 93 "amidst", 94 "ammo", 95 "amnesty", 96 "among", 97 "amply", 98 "amused", 99 "anchor", 100 "android", 101 "anecdote", 102 "angled", 103 "ankle", 104 "annoyed", 105 "answers", 106 "antics", 107 "anvil", 108 "anxiety", 109 "anybody", 110 "apart", 111 "apex", 112 "aphid", 113 "aplomb", 114 "apology", 115 "apply", 116 "apricot", 117 "aptitude", 118 "aquarium", 119 "arbitrary", 120 "archer", 121 "ardent", 122 "arena", 123 "argue", 124 "arises", 125 "army", 126 "around", 127 "arrow", 128 "arsenic", 129 "artistic", 130 "ascend", 131 "ashtray", 132 "aside", 133 "asked", 134 "asleep", 135 "aspire", 136 "assorted", 137 "asylum", 138 "athlete", 139 "atlas", 140 "atom", 141 "atrium", 142 "attire", 143 "auburn", 144 "auctions", 145 "audio", 146 "august", 147 "aunt", 148 "austere", 149 "autumn", 150 "avatar", 151 "avidly", 152 "avoid", 153 "awakened", 154 "awesome", 155 "awful", 156 "awkward", 157 "awning", 158 "awoken", 159 "axes", 160 "axis", 161 "axle", 162 "aztec", 163 "azure", 164 "baby", 165 "bacon", 166 "badge", 167 "baffles", 168 "bagpipe", 169 "bailed", 170 "bakery", 171 "balding", 172 "bamboo", 173 "banjo", 174 "baptism", 175 "basin", 176 "batch", 177 "bawled", 178 "bays", 179 "because", 180 "beer", 181 "befit", 182 "begun", 183 "behind", 184 "being", 185 "below", 186 "bemused", 187 "benches", 188 "berries", 189 "bested", 190 "betting", 191 "bevel", 192 "beware", 193 "beyond", 194 "bias", 195 "bicycle", 196 "bids", 197 "bifocals", 198 "biggest", 199 "bikini", 200 "bimonthly", 201 "binocular", 202 "biology", 203 "biplane", 204 "birth", 205 "biscuit", 206 "bite", 207 "biweekly", 208 "blender", 209 "blip", 210 "bluntly", 211 "boat", 212 "bobsled", 213 "bodies", 214 "bogeys", 215 "boil", 216 "boldly", 217 "bomb", 218 "border", 219 "boss", 220 "both", 221 "bounced", 222 "bovine", 223 "bowling", 224 "boxes", 225 "boyfriend", 226 "broken", 227 "brunt", 228 "bubble", 229 "buckets", 230 "budget", 231 "buffet", 232 "bugs", 233 "building", 234 "bulb", 235 "bumper", 236 "bunch", 237 "business", 238 "butter", 239 "buying", 240 "buzzer", 241 "bygones", 242 "byline", 243 "bypass", 244 "cabin", 245 "cactus", 246 "cadets", 247 "cafe", 248 "cage", 249 "cajun", 250 "cake", 251 "calamity", 252 "camp", 253 "candy", 254 "casket", 255 "catch", 256 "cause", 257 "cavernous", 258 "cease", 259 "cedar", 260 "ceiling", 261 "cell", 262 "cement", 263 "cent", 264 "certain", 265 "chlorine", 266 "chrome", 267 "cider", 268 "cigar", 269 "cinema", 270 "circle", 271 "cistern", 272 "citadel", 273 "civilian", 274 "claim", 275 "click", 276 "clue", 277 "coal", 278 "cobra", 279 "cocoa", 280 "code", 281 "coexist", 282 "coffee", 283 "cogs", 284 "cohesive", 285 "coils", 286 "colony", 287 "comb", 288 "cool", 289 "copy", 290 "corrode", 291 "costume", 292 "cottage", 293 "cousin", 294 "cowl", 295 "criminal", 296 "cube", 297 "cucumber", 298 "cuddled", 299 "cuffs", 300 "cuisine", 301 "cunning", 302 "cupcake", 303 "custom", 304 "cycling", 305 "cylinder", 306 "cynical", 307 "dabbing", 308 "dads", 309 "daft", 310 "dagger", 311 "daily", 312 "damp", 313 "dangerous", 314 "dapper", 315 "darted", 316 "dash", 317 "dating", 318 "dauntless", 319 "dawn", 320 "daytime", 321 "dazed", 322 "debut", 323 "decay", 324 "dedicated", 325 "deepest", 326 "deftly", 327 "degrees", 328 "dehydrate", 329 "deity", 330 "dejected", 331 "delayed", 332 "demonstrate", 333 "dented", 334 "deodorant", 335 "depth", 336 "desk", 337 "devoid", 338 "dewdrop", 339 "dexterity", 340 "dialect", 341 "dice", 342 "diet", 343 "different", 344 "digit", 345 "dilute", 346 "dime", 347 "dinner", 348 "diode", 349 "diplomat", 350 "directed", 351 "distance", 352 "ditch", 353 "divers", 354 "dizzy", 355 "doctor", 356 "dodge", 357 "does", 358 "dogs", 359 "doing", 360 "dolphin", 361 "domestic", 362 "donuts", 363 "doorway", 364 "dormant", 365 "dosage", 366 "dotted", 367 "double", 368 "dove", 369 "down", 370 "dozen", 371 "dreams", 372 "drinks", 373 "drowning", 374 "drunk", 375 "drying", 376 "dual", 377 "dubbed", 378 "duckling", 379 "dude", 380 "duets", 381 "duke", 382 "dullness", 383 "dummy", 384 "dunes", 385 "duplex", 386 "duration", 387 "dusted", 388 "duties", 389 "dwarf", 390 "dwelt", 391 "dwindling", 392 "dying", 393 "dynamite", 394 "dyslexic", 395 "each", 396 "eagle", 397 "earth", 398 "easy", 399 "eating", 400 "eavesdrop", 401 "eccentric", 402 "echo", 403 "eclipse", 404 "economics", 405 "ecstatic", 406 "eden", 407 "edgy", 408 "edited", 409 "educated", 410 "eels", 411 "efficient", 412 "eggs", 413 "egotistic", 414 "eight", 415 "either", 416 "eject", 417 "elapse", 418 "elbow", 419 "eldest", 420 "eleven", 421 "elite", 422 "elope", 423 "else", 424 "eluded", 425 "emails", 426 "ember", 427 "emerge", 428 "emit", 429 "emotion", 430 "empty", 431 "emulate", 432 "energy", 433 "enforce", 434 "enhanced", 435 "enigma", 436 "enjoy", 437 "enlist", 438 "enmity", 439 "enough", 440 "enraged", 441 "ensign", 442 "entrance", 443 "envy", 444 "epoxy", 445 "equip", 446 "erase", 447 "erected", 448 "erosion", 449 "error", 450 "eskimos", 451 "espionage", 452 "essential", 453 "estate", 454 "etched", 455 "eternal", 456 "ethics", 457 "etiquette", 458 "evaluate", 459 "evenings", 460 "evicted", 461 "evolved", 462 "examine", 463 "excess", 464 "exhale", 465 "exit", 466 "exotic", 467 "exquisite", 468 "extra", 469 "exult", 470 "fabrics", 471 "factual", 472 "fading", 473 "fainted", 474 "faked", 475 "fall", 476 "family", 477 "fancy", 478 "farming", 479 "fatal", 480 "faulty", 481 "fawns", 482 "faxed", 483 "fazed", 484 "feast", 485 "february", 486 "federal", 487 "feel", 488 "feline", 489 "females", 490 "fences", 491 "ferry", 492 "festival", 493 "fetches", 494 "fever", 495 "fewest", 496 "fiat", 497 "fibula", 498 "fictional", 499 "fidget", 500 "fierce", 501 "fifteen", 502 "fight", 503 "films", 504 "firm", 505 "fishing", 506 "fitting", 507 "five", 508 "fixate", 509 "fizzle", 510 "fleet", 511 "flippant", 512 "flying", 513 "foamy", 514 "focus", 515 "foes", 516 "foggy", 517 "foiled", 518 "folding", 519 "fonts", 520 "foolish", 521 "fossil", 522 "fountain", 523 "fowls", 524 "foxes", 525 "foyer", 526 "framed", 527 "friendly", 528 "frown", 529 "fruit", 530 "frying", 531 "fudge", 532 "fuel", 533 "fugitive", 534 "fully", 535 "fuming", 536 "fungal", 537 "furnished", 538 "fuselage", 539 "future", 540 "fuzzy", 541 "gables", 542 "gadget", 543 "gags", 544 "gained", 545 "galaxy", 546 "gambit", 547 "gang", 548 "gasp", 549 "gather", 550 "gauze", 551 "gave", 552 "gawk", 553 "gaze", 554 "gearbox", 555 "gecko", 556 "geek", 557 "gels", 558 "gemstone", 559 "general", 560 "geometry", 561 "germs", 562 "gesture", 563 "getting", 564 "geyser", 565 "ghetto", 566 "ghost", 567 "giant", 568 "giddy", 569 "gifts", 570 "gigantic", 571 "gills", 572 "gimmick", 573 "ginger", 574 "girth", 575 "giving", 576 "glass", 577 "gleeful", 578 "glide", 579 "gnaw", 580 "gnome", 581 "goat", 582 "goblet", 583 "godfather", 584 "goes", 585 "goggles", 586 "going", 587 "goldfish", 588 "gone", 589 "goodbye", 590 "gopher", 591 "gorilla", 592 "gossip", 593 "gotten", 594 "gourmet", 595 "governing", 596 "gown", 597 "greater", 598 "grunt", 599 "guarded", 600 "guest", 601 "guide", 602 "gulp", 603 "gumball", 604 "guru", 605 "gusts", 606 "gutter", 607 "guys", 608 "gymnast", 609 "gypsy", 610 "gyrate", 611 "habitat", 612 "hacksaw", 613 "haggled", 614 "hairy", 615 "hamburger", 616 "happens", 617 "hashing", 618 "hatchet", 619 "haunted", 620 "having", 621 "hawk", 622 "haystack", 623 "hazard", 624 "hectare", 625 "hedgehog", 626 "heels", 627 "hefty", 628 "height", 629 "hemlock", 630 "hence", 631 "heron", 632 "hesitate", 633 "hexagon", 634 "hickory", 635 "hiding", 636 "highway", 637 "hijack", 638 "hiker", 639 "hills", 640 "himself", 641 "hinder", 642 "hippo", 643 "hire", 644 "history", 645 "hitched", 646 "hive", 647 "hoax", 648 "hobby", 649 "hockey", 650 "hoisting", 651 "hold", 652 "honked", 653 "hookup", 654 "hope", 655 "hornet", 656 "hospital", 657 "hotel", 658 "hounded", 659 "hover", 660 "howls", 661 "hubcaps", 662 "huddle", 663 "huge", 664 "hull", 665 "humid", 666 "hunter", 667 "hurried", 668 "husband", 669 "huts", 670 "hybrid", 671 "hydrogen", 672 "hyper", 673 "iceberg", 674 "icing", 675 "icon", 676 "identity", 677 "idiom", 678 "idled", 679 "idols", 680 "igloo", 681 "ignore", 682 "iguana", 683 "illness", 684 "imagine", 685 "imbalance", 686 "imitate", 687 "impel", 688 "inactive", 689 "inbound", 690 "incur", 691 "industrial", 692 "inexact", 693 "inflamed", 694 "ingested", 695 "initiate", 696 "injury", 697 "inkling", 698 "inline", 699 "inmate", 700 "innocent", 701 "inorganic", 702 "input", 703 "inquest", 704 "inroads", 705 "insult", 706 "intended", 707 "inundate", 708 "invoke", 709 "inwardly", 710 "ionic", 711 "irate", 712 "iris", 713 "irony", 714 "irritate", 715 "island", 716 "isolated", 717 "issued", 718 "italics", 719 "itches", 720 "items", 721 "itinerary", 722 "itself", 723 "ivory", 724 "jabbed", 725 "jackets", 726 "jaded", 727 "jagged", 728 "jailed", 729 "jamming", 730 "january", 731 "jargon", 732 "jaunt", 733 "javelin", 734 "jaws", 735 "jazz", 736 "jeans", 737 "jeers", 738 "jellyfish", 739 "jeopardy", 740 "jerseys", 741 "jester", 742 "jetting", 743 "jewels", 744 "jigsaw", 745 "jingle", 746 "jittery", 747 "jive", 748 "jobs", 749 "jockey", 750 "jogger", 751 "joining", 752 "joking", 753 "jolted", 754 "jostle", 755 "journal", 756 "joyous", 757 "jubilee", 758 "judge", 759 "juggled", 760 "juicy", 761 "jukebox", 762 "july", 763 "jump", 764 "junk", 765 "jury", 766 "justice", 767 "juvenile", 768 "kangaroo", 769 "karate", 770 "keep", 771 "kennel", 772 "kept", 773 "kernels", 774 "kettle", 775 "keyboard", 776 "kickoff", 777 "kidneys", 778 "king", 779 "kiosk", 780 "kisses", 781 "kitchens", 782 "kiwi", 783 "knapsack", 784 "knee", 785 "knife", 786 "knowledge", 787 "knuckle", 788 "koala", 789 "laboratory", 790 "ladder", 791 "lagoon", 792 "lair", 793 "lakes", 794 "lamb", 795 "language", 796 "laptop", 797 "large", 798 "last", 799 "later", 800 "launching", 801 "lava", 802 "lawsuit", 803 "layout", 804 "lazy", 805 "lectures", 806 "ledge", 807 "leech", 808 "left", 809 "legion", 810 "leisure", 811 "lemon", 812 "lending", 813 "leopard", 814 "lesson", 815 "lettuce", 816 "lexicon", 817 "liar", 818 "library", 819 "licks", 820 "lids", 821 "lied", 822 "lifestyle", 823 "light", 824 "likewise", 825 "lilac", 826 "limits", 827 "linen", 828 "lion", 829 "lipstick", 830 "liquid", 831 "listen", 832 "lively", 833 "loaded", 834 "lobster", 835 "locker", 836 "lodge", 837 "lofty", 838 "logic", 839 "loincloth", 840 "long", 841 "looking", 842 "lopped", 843 "lordship", 844 "losing", 845 "lottery", 846 "loudly", 847 "love", 848 "lower", 849 "loyal", 850 "lucky", 851 "luggage", 852 "lukewarm", 853 "lullaby", 854 "lumber", 855 "lunar", 856 "lurk", 857 "lush", 858 "luxury", 859 "lymph", 860 "lynx", 861 "lyrics", 862 "macro", 863 "madness", 864 "magically", 865 "mailed", 866 "major", 867 "makeup", 868 "malady", 869 "mammal", 870 "maps", 871 "masterful", 872 "match", 873 "maul", 874 "maverick", 875 "maximum", 876 "mayor", 877 "maze", 878 "meant", 879 "mechanic", 880 "medicate", 881 "meeting", 882 "megabyte", 883 "melting", 884 "memoir", 885 "menu", 886 "merger", 887 "mesh", 888 "metro", 889 "mews", 890 "mice", 891 "midst", 892 "mighty", 893 "mime", 894 "mirror", 895 "misery", 896 "mittens", 897 "mixture", 898 "moat", 899 "mobile", 900 "mocked", 901 "mohawk", 902 "moisture", 903 "molten", 904 "moment", 905 "money", 906 "moon", 907 "mops", 908 "morsel", 909 "mostly", 910 "motherly", 911 "mouth", 912 "movement", 913 "mowing", 914 "much", 915 "muddy", 916 "muffin", 917 "mugged", 918 "mullet", 919 "mumble", 920 "mundane", 921 "muppet", 922 "mural", 923 "musical", 924 "muzzle", 925 "myriad", 926 "mystery", 927 "myth", 928 "nabbing", 929 "nagged", 930 "nail", 931 "names", 932 "nanny", 933 "napkin", 934 "narrate", 935 "nasty", 936 "natural", 937 "nautical", 938 "navy", 939 "nearby", 940 "necklace", 941 "needed", 942 "negative", 943 "neither", 944 "neon", 945 "nephew", 946 "nerves", 947 "nestle", 948 "network", 949 "neutral", 950 "never", 951 "newt", 952 "nexus", 953 "nibs", 954 "niche", 955 "niece", 956 "nifty", 957 "nightly", 958 "nimbly", 959 "nineteen", 960 "nirvana", 961 "nitrogen", 962 "nobody", 963 "nocturnal", 964 "nodes", 965 "noises", 966 "nomad", 967 "noodles", 968 "northern", 969 "nostril", 970 "noted", 971 "nouns", 972 "novelty", 973 "nowhere", 974 "nozzle", 975 "nuance", 976 "nucleus", 977 "nudged", 978 "nugget", 979 "nuisance", 980 "null", 981 "number", 982 "nuns", 983 "nurse", 984 "nutshell", 985 "nylon", 986 "oaks", 987 "oars", 988 "oasis", 989 "oatmeal", 990 "obedient", 991 "object", 992 "obliged", 993 "obnoxious", 994 "observant", 995 "obtains", 996 "obvious", 997 "occur", 998 "ocean", 999 "october", 1000 "odds", 1001 "odometer", 1002 "offend", 1003 "often", 1004 "oilfield", 1005 "ointment", 1006 "okay", 1007 "older", 1008 "olive", 1009 "olympics", 1010 "omega", 1011 "omission", 1012 "omnibus", 1013 "onboard", 1014 "oncoming", 1015 "oneself", 1016 "ongoing", 1017 "onion", 1018 "online", 1019 "onslaught", 1020 "onto", 1021 "onward", 1022 "oozed", 1023 "opacity", 1024 "opened", 1025 "opposite", 1026 "optical", 1027 "opus", 1028 "orange", 1029 "orbit", 1030 "orchid", 1031 "orders", 1032 "organs", 1033 "origin", 1034 "ornament", 1035 "orphans", 1036 "oscar", 1037 "ostrich", 1038 "otherwise", 1039 "otter", 1040 "ouch", 1041 "ought", 1042 "ounce", 1043 "ourselves", 1044 "oust", 1045 "outbreak", 1046 "oval", 1047 "oven", 1048 "owed", 1049 "owls", 1050 "owner", 1051 "oxidant", 1052 "oxygen", 1053 "oyster", 1054 "ozone", 1055 "pact", 1056 "paddles", 1057 "pager", 1058 "pairing", 1059 "palace", 1060 "pamphlet", 1061 "pancakes", 1062 "paper", 1063 "paradise", 1064 "pastry", 1065 "patio", 1066 "pause", 1067 "pavements", 1068 "pawnshop", 1069 "payment", 1070 "peaches", 1071 "pebbles", 1072 "peculiar", 1073 "pedantic", 1074 "peeled", 1075 "pegs", 1076 "pelican", 1077 "pencil", 1078 "people", 1079 "pepper", 1080 "perfect", 1081 "pests", 1082 "petals", 1083 "phase", 1084 "pheasants", 1085 "phone", 1086 "phrases", 1087 "physics", 1088 "piano", 1089 "picked", 1090 "pierce", 1091 "pigment", 1092 "piloted", 1093 "pimple", 1094 "pinched", 1095 "pioneer", 1096 "pipeline", 1097 "pirate", 1098 "pistons", 1099 "pitched", 1100 "pivot", 1101 "pixels", 1102 "pizza", 1103 "playful", 1104 "pledge", 1105 "pliers", 1106 "plotting", 1107 "plus", 1108 "plywood", 1109 "poaching", 1110 "pockets", 1111 "podcast", 1112 "poetry", 1113 "point", 1114 "poker", 1115 "polar", 1116 "ponies", 1117 "pool", 1118 "popular", 1119 "portents", 1120 "possible", 1121 "potato", 1122 "pouch", 1123 "poverty", 1124 "powder", 1125 "pram", 1126 "present", 1127 "pride", 1128 "problems", 1129 "pruned", 1130 "prying", 1131 "psychic", 1132 "public", 1133 "puck", 1134 "puddle", 1135 "puffin", 1136 "pulp", 1137 "pumpkins", 1138 "punch", 1139 "puppy", 1140 "purged", 1141 "push", 1142 "putty", 1143 "puzzled", 1144 "pylons", 1145 "pyramid", 1146 "python", 1147 "queen", 1148 "quick", 1149 "quote", 1150 "rabbits", 1151 "racetrack", 1152 "radar", 1153 "rafts", 1154 "rage", 1155 "railway", 1156 "raking", 1157 "rally", 1158 "ramped", 1159 "randomly", 1160 "rapid", 1161 "rarest", 1162 "rash", 1163 "rated", 1164 "ravine", 1165 "rays", 1166 "razor", 1167 "react", 1168 "rebel", 1169 "recipe", 1170 "reduce", 1171 "reef", 1172 "refer", 1173 "regular", 1174 "reheat", 1175 "reinvest", 1176 "rejoices", 1177 "rekindle", 1178 "relic", 1179 "remedy", 1180 "renting", 1181 "reorder", 1182 "repent", 1183 "request", 1184 "reruns", 1185 "rest", 1186 "return", 1187 "reunion", 1188 "revamp", 1189 "rewind", 1190 "rhino", 1191 "rhythm", 1192 "ribbon", 1193 "richly", 1194 "ridges", 1195 "rift", 1196 "rigid", 1197 "rims", 1198 "ringing", 1199 "riots", 1200 "ripped", 1201 "rising", 1202 "ritual", 1203 "river", 1204 "roared", 1205 "robot", 1206 "rockets", 1207 "rodent", 1208 "rogue", 1209 "roles", 1210 "romance", 1211 "roomy", 1212 "roped", 1213 "roster", 1214 "rotate", 1215 "rounded", 1216 "rover", 1217 "rowboat", 1218 "royal", 1219 "ruby", 1220 "rudely", 1221 "ruffled", 1222 "rugged", 1223 "ruined", 1224 "ruling", 1225 "rumble", 1226 "runway", 1227 "rural", 1228 "rustled", 1229 "ruthless", 1230 "sabotage", 1231 "sack", 1232 "sadness", 1233 "safety", 1234 "saga", 1235 "sailor", 1236 "sake", 1237 "salads", 1238 "sample", 1239 "sanity", 1240 "sapling", 1241 "sarcasm", 1242 "sash", 1243 "satin", 1244 "saucepan", 1245 "saved", 1246 "sawmill", 1247 "saxophone", 1248 "sayings", 1249 "scamper", 1250 "scenic", 1251 "school", 1252 "science", 1253 "scoop", 1254 "scrub", 1255 "scuba", 1256 "seasons", 1257 "second", 1258 "sedan", 1259 "seeded", 1260 "segments", 1261 "seismic", 1262 "selfish", 1263 "semifinal", 1264 "sensible", 1265 "september", 1266 "sequence", 1267 "serving", 1268 "session", 1269 "setup", 1270 "seventh", 1271 "sewage", 1272 "shackles", 1273 "shelter", 1274 "shipped", 1275 "shocking", 1276 "shrugged", 1277 "shuffled", 1278 "shyness", 1279 "siblings", 1280 "sickness", 1281 "sidekick", 1282 "sieve", 1283 "sifting", 1284 "sighting", 1285 "silk", 1286 "simplest", 1287 "sincerely", 1288 "sipped", 1289 "siren", 1290 "situated", 1291 "sixteen", 1292 "sizes", 1293 "skater", 1294 "skew", 1295 "skirting", 1296 "skulls", 1297 "skydive", 1298 "slackens", 1299 "sleepless", 1300 "slid", 1301 "slower", 1302 "slug", 1303 "smash", 1304 "smelting", 1305 "smidgen", 1306 "smog", 1307 "smuggled", 1308 "snake", 1309 "sneeze", 1310 "sniff", 1311 "snout", 1312 "snug", 1313 "soapy", 1314 "sober", 1315 "soccer", 1316 "soda", 1317 "software", 1318 "soggy", 1319 "soil", 1320 "solved", 1321 "somewhere", 1322 "sonic", 1323 "soothe", 1324 "soprano", 1325 "sorry", 1326 "southern", 1327 "sovereign", 1328 "sowed", 1329 "soya", 1330 "space", 1331 "speedy", 1332 "sphere", 1333 "spiders", 1334 "splendid", 1335 "spout", 1336 "sprig", 1337 "spud", 1338 "spying", 1339 "square", 1340 "stacking", 1341 "stellar", 1342 "stick", 1343 "stockpile", 1344 "strained", 1345 "stunning", 1346 "stylishly", 1347 "subtly", 1348 "succeed", 1349 "suddenly", 1350 "suede", 1351 "suffice", 1352 "sugar", 1353 "suitcase", 1354 "sulking", 1355 "summon", 1356 "sunken", 1357 "superior", 1358 "surfer", 1359 "sushi", 1360 "suture", 1361 "swagger", 1362 "swept", 1363 "swiftly", 1364 "sword", 1365 "swung", 1366 "syllabus", 1367 "symptoms", 1368 "syndrome", 1369 "syringe", 1370 "system", 1371 "taboo", 1372 "tacit", 1373 "tadpoles", 1374 "tagged", 1375 "tail", 1376 "taken", 1377 "talent", 1378 "tamper", 1379 "tanks", 1380 "tapestry", 1381 "tarnished", 1382 "tasked", 1383 "tattoo", 1384 "taunts", 1385 "tavern", 1386 "tawny", 1387 "taxi", 1388 "teardrop", 1389 "technical", 1390 "tedious", 1391 "teeming", 1392 "tell", 1393 "template", 1394 "tender", 1395 "tepid", 1396 "tequila", 1397 "terminal", 1398 "testing", 1399 "tether", 1400 "textbook", 1401 "thaw", 1402 "theatrics", 1403 "thirsty", 1404 "thorn", 1405 "threaten", 1406 "thumbs", 1407 "thwart", 1408 "ticket", 1409 "tidy", 1410 "tiers", 1411 "tiger", 1412 "tilt", 1413 "timber", 1414 "tinted", 1415 "tipsy", 1416 "tirade", 1417 "tissue", 1418 "titans", 1419 "toaster", 1420 "tobacco", 1421 "today", 1422 "toenail", 1423 "toffee", 1424 "together", 1425 "toilet", 1426 "token", 1427 "tolerant", 1428 "tomorrow", 1429 "tonic", 1430 "toolbox", 1431 "topic", 1432 "torch", 1433 "tossed", 1434 "total", 1435 "touchy", 1436 "towel", 1437 "toxic", 1438 "toyed", 1439 "trash", 1440 "trendy", 1441 "tribal", 1442 "trolling", 1443 "truth", 1444 "trying", 1445 "tsunami", 1446 "tubes", 1447 "tucks", 1448 "tudor", 1449 "tuesday", 1450 "tufts", 1451 "tugs", 1452 "tuition", 1453 "tulips", 1454 "tumbling", 1455 "tunnel", 1456 "turnip", 1457 "tusks", 1458 "tutor", 1459 "tuxedo", 1460 "twang", 1461 "tweezers", 1462 "twice", 1463 "twofold", 1464 "tycoon", 1465 "typist", 1466 "tyrant", 1467 "ugly", 1468 "ulcers", 1469 "ultimate", 1470 "umbrella", 1471 "umpire", 1472 "unafraid", 1473 "unbending", 1474 "uncle", 1475 "under", 1476 "uneven", 1477 "unfit", 1478 "ungainly", 1479 "unhappy", 1480 "union", 1481 "unjustly", 1482 "unknown", 1483 "unlikely", 1484 "unmask", 1485 "unnoticed", 1486 "unopened", 1487 "unplugs", 1488 "unquoted", 1489 "unrest", 1490 "unsafe", 1491 "until", 1492 "unusual", 1493 "unveil", 1494 "unwind", 1495 "unzip", 1496 "upbeat", 1497 "upcoming", 1498 "update", 1499 "upgrade", 1500 "uphill", 1501 "upkeep", 1502 "upload", 1503 "upon", 1504 "upper", 1505 "upright", 1506 "upstairs", 1507 "uptight", 1508 "upwards", 1509 "urban", 1510 "urchins", 1511 "urgent", 1512 "usage", 1513 "useful", 1514 "usher", 1515 "using", 1516 "usual", 1517 "utensils", 1518 "utility", 1519 "utmost", 1520 "utopia", 1521 "uttered", 1522 "vacation", 1523 "vague", 1524 "vain", 1525 "value", 1526 "vampire", 1527 "vane", 1528 "vapidly", 1529 "vary", 1530 "vastness", 1531 "vats", 1532 "vaults", 1533 "vector", 1534 "veered", 1535 "vegan", 1536 "vehicle", 1537 "vein", 1538 "velvet", 1539 "venomous", 1540 "verification", 1541 "vessel", 1542 "veteran", 1543 "vexed", 1544 "vials", 1545 "vibrate", 1546 "victim", 1547 "video", 1548 "viewpoint", 1549 "vigilant", 1550 "viking", 1551 "village", 1552 "vinegar", 1553 "violin", 1554 "vipers", 1555 "virtual", 1556 "visited", 1557 "vitals", 1558 "vivid", 1559 "vixen", 1560 "vocal", 1561 "vogue", 1562 "voice", 1563 "volcano", 1564 "vortex", 1565 "voted", 1566 "voucher", 1567 "vowels", 1568 "voyage", 1569 "vulture", 1570 "wade", 1571 "waffle", 1572 "wagtail", 1573 "waist", 1574 "waking", 1575 "wallets", 1576 "wanted", 1577 "warped", 1578 "washing", 1579 "water", 1580 "waveform", 1581 "waxing", 1582 "wayside", 1583 "weavers", 1584 "website", 1585 "wedge", 1586 "weekday", 1587 "weird", 1588 "welders", 1589 "went", 1590 "wept", 1591 "were", 1592 "western", 1593 "wetsuit", 1594 "whale", 1595 "when", 1596 "whipped", 1597 "whole", 1598 "wickets", 1599 "width", 1600 "wield", 1601 "wife", 1602 "wiggle", 1603 "wildly", 1604 "winter", 1605 "wipeout", 1606 "wiring", 1607 "wise", 1608 "withdrawn", 1609 "wives", 1610 "wizard", 1611 "wobbly", 1612 "woes", 1613 "woken", 1614 "wolf", 1615 "womanly", 1616 "wonders", 1617 "woozy", 1618 "worry", 1619 "wounded", 1620 "woven", 1621 "wrap", 1622 "wrist", 1623 "wrong", 1624 "yacht", 1625 "yahoo", 1626 "yanks", 1627 "yard", 1628 "yawning", 1629 "yearbook", 1630 "yellow", 1631 "yesterday", 1632 "yeti", 1633 "yields", 1634 "yodel", 1635 "yoga", 1636 "younger", 1637 "yoyo", 1638 "zapped", 1639 "zeal", 1640 "zebra", 1641 "zero", 1642 "zesty", 1643 "zigzags", 1644 "zinger", 1645 "zippers", 1646 "zodiac", 1647 "zombie", 1648 "zones", 1649 "zoom", 1650 }, 1651 }