Electroneum
Loading...
Searching...
No Matches
english_old.h
Go to the documentation of this file.
1// Word list originally created as part of the Electrum project, Copyright (C) 2014 Thomas Voegtlin
2//
3// Copyrights(c) 2017-2021, The Electroneum Project
4// Copyrights(c) 2014-2019, The Monero Project
5//
6// All rights reserved.
7//
8// Redistribution and use in source and binary forms, with or without modification, are
9// permitted provided that the following conditions are met:
10//
11// 1. Redistributions of source code must retain the above copyright notice, this list of
12// conditions and the following disclaimer.
13//
14// 2. Redistributions in binary form must reproduce the above copyright notice, this list
15// of conditions and the following disclaimer in the documentation and/or other
16// materials provided with the distribution.
17//
18// 3. Neither the name of the copyright holder nor the names of its contributors may be
19// used to endorse or promote products derived from this software without specific
20// prior written permission.
21//
22// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
23// EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
24// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
25// THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
26// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
27// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
29// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
30// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31
37
38#ifndef ENGLISH_OLD_H
39#define ENGLISH_OLD_H
40
41#include <vector>
42#include <unordered_map>
43#include "language_base.h"
44#include <string>
45
50namespace Language
51{
52 class EnglishOld: public Base
53 {
54 public:
55 EnglishOld(): Base("EnglishOld", "English (old)", {}, 4)
56 {
57 static constexpr const char * const words[NWORDS] =
58 {
59 "like",
60 "just",
61 "love",
62 "know",
63 "never",
64 "want",
65 "time",
66 "out",
67 "there",
68 "make",
69 "look",
70 "eye",
71 "down",
72 "only",
73 "think",
74 "heart",
75 "back",
76 "then",
77 "into",
78 "about",
79 "more",
80 "away",
81 "still",
82 "them",
83 "take",
84 "thing",
85 "even",
86 "through",
87 "long",
88 "always",
89 "world",
90 "too",
91 "friend",
92 "tell",
93 "try",
94 "hand",
95 "thought",
96 "over",
97 "here",
98 "other",
99 "need",
100 "smile",
101 "again",
102 "much",
103 "cry",
104 "been",
105 "night",
106 "ever",
107 "little",
108 "said",
109 "end",
110 "some",
111 "those",
112 "around",
113 "mind",
114 "people",
115 "girl",
116 "leave",
117 "dream",
118 "left",
119 "turn",
120 "myself",
121 "give",
122 "nothing",
123 "really",
124 "off",
125 "before",
126 "something",
127 "find",
128 "walk",
129 "wish",
130 "good",
131 "once",
132 "place",
133 "ask",
134 "stop",
135 "keep",
136 "watch",
137 "seem",
138 "everything",
139 "wait",
140 "got",
141 "yet",
142 "made",
143 "remember",
144 "start",
145 "alone",
146 "run",
147 "hope",
148 "maybe",
149 "believe",
150 "body",
151 "hate",
152 "after",
153 "close",
154 "talk",
155 "stand",
156 "own",
157 "each",
158 "hurt",
159 "help",
160 "home",
161 "god",
162 "soul",
163 "new",
164 "many",
165 "two",
166 "inside",
167 "should",
168 "true",
169 "first",
170 "fear",
171 "mean",
172 "better",
173 "play",
174 "another",
175 "gone",
176 "change",
177 "use",
178 "wonder",
179 "someone",
180 "hair",
181 "cold",
182 "open",
183 "best",
184 "any",
185 "behind",
186 "happen",
187 "water",
188 "dark",
189 "laugh",
190 "stay",
191 "forever",
192 "name",
193 "work",
194 "show",
195 "sky",
196 "break",
197 "came",
198 "deep",
199 "door",
200 "put",
201 "black",
202 "together",
203 "upon",
204 "happy",
205 "such",
206 "great",
207 "white",
208 "matter",
209 "fill",
210 "past",
211 "please",
212 "burn",
213 "cause",
214 "enough",
215 "touch",
216 "moment",
217 "soon",
218 "voice",
219 "scream",
220 "anything",
221 "stare",
222 "sound",
223 "red",
224 "everyone",
225 "hide",
226 "kiss",
227 "truth",
228 "death",
229 "beautiful",
230 "mine",
231 "blood",
232 "broken",
233 "very",
234 "pass",
235 "next",
236 "forget",
237 "tree",
238 "wrong",
239 "air",
240 "mother",
241 "understand",
242 "lip",
243 "hit",
244 "wall",
245 "memory",
246 "sleep",
247 "free",
248 "high",
249 "realize",
250 "school",
251 "might",
252 "skin",
253 "sweet",
254 "perfect",
255 "blue",
256 "kill",
257 "breath",
258 "dance",
259 "against",
260 "fly",
261 "between",
262 "grow",
263 "strong",
264 "under",
265 "listen",
266 "bring",
267 "sometimes",
268 "speak",
269 "pull",
270 "person",
271 "become",
272 "family",
273 "begin",
274 "ground",
275 "real",
276 "small",
277 "father",
278 "sure",
279 "feet",
280 "rest",
281 "young",
282 "finally",
283 "land",
284 "across",
285 "today",
286 "different",
287 "guy",
288 "line",
289 "fire",
290 "reason",
291 "reach",
292 "second",
293 "slowly",
294 "write",
295 "eat",
296 "smell",
297 "mouth",
298 "step",
299 "learn",
300 "three",
301 "floor",
302 "promise",
303 "breathe",
304 "darkness",
305 "push",
306 "earth",
307 "guess",
308 "save",
309 "song",
310 "above",
311 "along",
312 "both",
313 "color",
314 "house",
315 "almost",
316 "sorry",
317 "anymore",
318 "brother",
319 "okay",
320 "dear",
321 "game",
322 "fade",
323 "already",
324 "apart",
325 "warm",
326 "beauty",
327 "heard",
328 "notice",
329 "question",
330 "shine",
331 "began",
332 "piece",
333 "whole",
334 "shadow",
335 "secret",
336 "street",
337 "within",
338 "finger",
339 "point",
340 "morning",
341 "whisper",
342 "child",
343 "moon",
344 "green",
345 "story",
346 "glass",
347 "kid",
348 "silence",
349 "since",
350 "soft",
351 "yourself",
352 "empty",
353 "shall",
354 "angel",
355 "answer",
356 "baby",
357 "bright",
358 "dad",
359 "path",
360 "worry",
361 "hour",
362 "drop",
363 "follow",
364 "power",
365 "war",
366 "half",
367 "flow",
368 "heaven",
369 "act",
370 "chance",
371 "fact",
372 "least",
373 "tired",
374 "children",
375 "near",
376 "quite",
377 "afraid",
378 "rise",
379 "sea",
380 "taste",
381 "window",
382 "cover",
383 "nice",
384 "trust",
385 "lot",
386 "sad",
387 "cool",
388 "force",
389 "peace",
390 "return",
391 "blind",
392 "easy",
393 "ready",
394 "roll",
395 "rose",
396 "drive",
397 "held",
398 "music",
399 "beneath",
400 "hang",
401 "mom",
402 "paint",
403 "emotion",
404 "quiet",
405 "clear",
406 "cloud",
407 "few",
408 "pretty",
409 "bird",
410 "outside",
411 "paper",
412 "picture",
413 "front",
414 "rock",
415 "simple",
416 "anyone",
417 "meant",
418 "reality",
419 "road",
420 "sense",
421 "waste",
422 "bit",
423 "leaf",
424 "thank",
425 "happiness",
426 "meet",
427 "men",
428 "smoke",
429 "truly",
430 "decide",
431 "self",
432 "age",
433 "book",
434 "form",
435 "alive",
436 "carry",
437 "escape",
438 "damn",
439 "instead",
440 "able",
441 "ice",
442 "minute",
443 "throw",
444 "catch",
445 "leg",
446 "ring",
447 "course",
448 "goodbye",
449 "lead",
450 "poem",
451 "sick",
452 "corner",
453 "desire",
454 "known",
455 "problem",
456 "remind",
457 "shoulder",
458 "suppose",
459 "toward",
460 "wave",
461 "drink",
462 "jump",
463 "woman",
464 "pretend",
465 "sister",
466 "week",
467 "human",
468 "joy",
469 "crack",
470 "grey",
471 "pray",
472 "surprise",
473 "dry",
474 "knee",
475 "less",
476 "search",
477 "bleed",
478 "caught",
479 "clean",
480 "embrace",
481 "future",
482 "king",
483 "son",
484 "sorrow",
485 "chest",
486 "hug",
487 "remain",
488 "sat",
489 "worth",
490 "blow",
491 "daddy",
492 "final",
493 "parent",
494 "tight",
495 "also",
496 "create",
497 "lonely",
498 "safe",
499 "cross",
500 "dress",
501 "evil",
502 "silent",
503 "bone",
504 "fate",
505 "perhaps",
506 "anger",
507 "class",
508 "scar",
509 "snow",
510 "tiny",
511 "tonight",
512 "continue",
513 "control",
514 "dog",
515 "edge",
516 "mirror",
517 "month",
518 "suddenly",
519 "comfort",
520 "given",
521 "loud",
522 "quickly",
523 "gaze",
524 "plan",
525 "rush",
526 "stone",
527 "town",
528 "battle",
529 "ignore",
530 "spirit",
531 "stood",
532 "stupid",
533 "yours",
534 "brown",
535 "build",
536 "dust",
537 "hey",
538 "kept",
539 "pay",
540 "phone",
541 "twist",
542 "although",
543 "ball",
544 "beyond",
545 "hidden",
546 "nose",
547 "taken",
548 "fail",
549 "float",
550 "pure",
551 "somehow",
552 "wash",
553 "wrap",
554 "angry",
555 "cheek",
556 "creature",
557 "forgotten",
558 "heat",
559 "rip",
560 "single",
561 "space",
562 "special",
563 "weak",
564 "whatever",
565 "yell",
566 "anyway",
567 "blame",
568 "job",
569 "choose",
570 "country",
571 "curse",
572 "drift",
573 "echo",
574 "figure",
575 "grew",
576 "laughter",
577 "neck",
578 "suffer",
579 "worse",
580 "yeah",
581 "disappear",
582 "foot",
583 "forward",
584 "knife",
585 "mess",
586 "somewhere",
587 "stomach",
588 "storm",
589 "beg",
590 "idea",
591 "lift",
592 "offer",
593 "breeze",
594 "field",
595 "five",
596 "often",
597 "simply",
598 "stuck",
599 "win",
600 "allow",
601 "confuse",
602 "enjoy",
603 "except",
604 "flower",
605 "seek",
606 "strength",
607 "calm",
608 "grin",
609 "gun",
610 "heavy",
611 "hill",
612 "large",
613 "ocean",
614 "shoe",
615 "sigh",
616 "straight",
617 "summer",
618 "tongue",
619 "accept",
620 "crazy",
621 "everyday",
622 "exist",
623 "grass",
624 "mistake",
625 "sent",
626 "shut",
627 "surround",
628 "table",
629 "ache",
630 "brain",
631 "destroy",
632 "heal",
633 "nature",
634 "shout",
635 "sign",
636 "stain",
637 "choice",
638 "doubt",
639 "glance",
640 "glow",
641 "mountain",
642 "queen",
643 "stranger",
644 "throat",
645 "tomorrow",
646 "city",
647 "either",
648 "fish",
649 "flame",
650 "rather",
651 "shape",
652 "spin",
653 "spread",
654 "ash",
655 "distance",
656 "finish",
657 "image",
658 "imagine",
659 "important",
660 "nobody",
661 "shatter",
662 "warmth",
663 "became",
664 "feed",
665 "flesh",
666 "funny",
667 "lust",
668 "shirt",
669 "trouble",
670 "yellow",
671 "attention",
672 "bare",
673 "bite",
674 "etn",
675 "protect",
676 "amaze",
677 "appear",
678 "born",
679 "choke",
680 "completely",
681 "daughter",
682 "fresh",
683 "friendship",
684 "gentle",
685 "probably",
686 "six",
687 "deserve",
688 "expect",
689 "grab",
690 "middle",
691 "nightmare",
692 "river",
693 "thousand",
694 "weight",
695 "worst",
696 "wound",
697 "barely",
698 "bottle",
699 "cream",
700 "regret",
701 "relationship",
702 "stick",
703 "test",
704 "crush",
705 "endless",
706 "fault",
707 "itself",
708 "rule",
709 "spill",
710 "art",
711 "circle",
712 "join",
713 "kick",
714 "mask",
715 "master",
716 "passion",
717 "quick",
718 "raise",
719 "smooth",
720 "unless",
721 "wander",
722 "actually",
723 "broke",
724 "chair",
725 "deal",
726 "favorite",
727 "gift",
728 "note",
729 "number",
730 "sweat",
731 "box",
732 "chill",
733 "clothes",
734 "lady",
735 "mark",
736 "park",
737 "poor",
738 "sadness",
739 "tie",
740 "animal",
741 "belong",
742 "brush",
743 "consume",
744 "dawn",
745 "forest",
746 "innocent",
747 "pen",
748 "pride",
749 "stream",
750 "thick",
751 "clay",
752 "complete",
753 "count",
754 "draw",
755 "faith",
756 "press",
757 "silver",
758 "struggle",
759 "surface",
760 "taught",
761 "teach",
762 "wet",
763 "bless",
764 "chase",
765 "climb",
766 "enter",
767 "letter",
768 "melt",
769 "metal",
770 "movie",
771 "stretch",
772 "swing",
773 "vision",
774 "wife",
775 "beside",
776 "crash",
777 "forgot",
778 "guide",
779 "haunt",
780 "joke",
781 "knock",
782 "plant",
783 "pour",
784 "prove",
785 "reveal",
786 "steal",
787 "stuff",
788 "trip",
789 "wood",
790 "wrist",
791 "bother",
792 "bottom",
793 "crawl",
794 "crowd",
795 "fix",
796 "forgive",
797 "frown",
798 "grace",
799 "loose",
800 "lucky",
801 "party",
802 "release",
803 "surely",
804 "survive",
805 "teacher",
806 "gently",
807 "grip",
808 "speed",
809 "suicide",
810 "travel",
811 "treat",
812 "vein",
813 "written",
814 "cage",
815 "chain",
816 "conversation",
817 "date",
818 "enemy",
819 "however",
820 "interest",
821 "million",
822 "page",
823 "pink",
824 "proud",
825 "sway",
826 "themselves",
827 "winter",
828 "church",
829 "cruel",
830 "cup",
831 "demon",
832 "experience",
833 "freedom",
834 "pair",
835 "pop",
836 "purpose",
837 "respect",
838 "shoot",
839 "softly",
840 "state",
841 "strange",
842 "bar",
843 "birth",
844 "curl",
845 "dirt",
846 "excuse",
847 "lord",
848 "lovely",
849 "monster",
850 "order",
851 "pack",
852 "pants",
853 "pool",
854 "scene",
855 "seven",
856 "shame",
857 "slide",
858 "ugly",
859 "among",
860 "blade",
861 "blonde",
862 "closet",
863 "creek",
864 "deny",
865 "drug",
866 "eternity",
867 "gain",
868 "grade",
869 "handle",
870 "key",
871 "linger",
872 "pale",
873 "prepare",
874 "swallow",
875 "swim",
876 "tremble",
877 "wheel",
878 "won",
879 "cast",
880 "cigarette",
881 "claim",
882 "college",
883 "direction",
884 "dirty",
885 "gather",
886 "ghost",
887 "hundred",
888 "loss",
889 "lung",
890 "orange",
891 "present",
892 "swear",
893 "swirl",
894 "twice",
895 "wild",
896 "bitter",
897 "blanket",
898 "doctor",
899 "everywhere",
900 "flash",
901 "grown",
902 "knowledge",
903 "numb",
904 "pressure",
905 "radio",
906 "repeat",
907 "ruin",
908 "spend",
909 "unknown",
910 "buy",
911 "clock",
912 "devil",
913 "early",
914 "false",
915 "fantasy",
916 "pound",
917 "precious",
918 "refuse",
919 "sheet",
920 "teeth",
921 "welcome",
922 "add",
923 "ahead",
924 "block",
925 "bury",
926 "caress",
927 "content",
928 "depth",
929 "despite",
930 "distant",
931 "marry",
932 "purple",
933 "threw",
934 "whenever",
935 "bomb",
936 "dull",
937 "easily",
938 "grasp",
939 "hospital",
940 "innocence",
941 "normal",
942 "receive",
943 "reply",
944 "rhyme",
945 "shade",
946 "someday",
947 "sword",
948 "toe",
949 "visit",
950 "asleep",
951 "bought",
952 "center",
953 "consider",
954 "flat",
955 "hero",
956 "history",
957 "ink",
958 "insane",
959 "muscle",
960 "mystery",
961 "pocket",
962 "reflection",
963 "shove",
964 "silently",
965 "smart",
966 "soldier",
967 "spot",
968 "stress",
969 "train",
970 "type",
971 "view",
972 "whether",
973 "bus",
974 "energy",
975 "explain",
976 "holy",
977 "hunger",
978 "inch",
979 "magic",
980 "mix",
981 "noise",
982 "nowhere",
983 "prayer",
984 "presence",
985 "shock",
986 "snap",
987 "spider",
988 "study",
989 "thunder",
990 "trail",
991 "admit",
992 "agree",
993 "bag",
994 "bang",
995 "bound",
996 "butterfly",
997 "cute",
998 "exactly",
999 "explode",
1000 "familiar",
1001 "fold",
1002 "further",
1003 "pierce",
1004 "reflect",
1005 "scent",
1006 "selfish",
1007 "sharp",
1008 "sink",
1009 "spring",
1010 "stumble",
1011 "universe",
1012 "weep",
1013 "women",
1014 "wonderful",
1015 "action",
1016 "ancient",
1017 "attempt",
1018 "avoid",
1019 "birthday",
1020 "branch",
1021 "chocolate",
1022 "core",
1023 "depress",
1024 "drunk",
1025 "especially",
1026 "focus",
1027 "fruit",
1028 "honest",
1029 "match",
1030 "palm",
1031 "perfectly",
1032 "pillow",
1033 "pity",
1034 "poison",
1035 "roar",
1036 "shift",
1037 "slightly",
1038 "thump",
1039 "truck",
1040 "tune",
1041 "twenty",
1042 "unable",
1043 "wipe",
1044 "wrote",
1045 "coat",
1046 "constant",
1047 "dinner",
1048 "drove",
1049 "egg",
1050 "eternal",
1051 "flight",
1052 "flood",
1053 "frame",
1054 "freak",
1055 "gasp",
1056 "glad",
1057 "hollow",
1058 "motion",
1059 "peer",
1060 "plastic",
1061 "root",
1062 "screen",
1063 "season",
1064 "sting",
1065 "strike",
1066 "team",
1067 "unlike",
1068 "victim",
1069 "volume",
1070 "warn",
1071 "weird",
1072 "attack",
1073 "await",
1074 "awake",
1075 "built",
1076 "charm",
1077 "crave",
1078 "despair",
1079 "fought",
1080 "grant",
1081 "grief",
1082 "horse",
1083 "limit",
1084 "message",
1085 "ripple",
1086 "sanity",
1087 "scatter",
1088 "serve",
1089 "split",
1090 "string",
1091 "trick",
1092 "annoy",
1093 "blur",
1094 "boat",
1095 "brave",
1096 "clearly",
1097 "cling",
1098 "connect",
1099 "fist",
1100 "forth",
1101 "imagination",
1102 "iron",
1103 "jock",
1104 "judge",
1105 "lesson",
1106 "milk",
1107 "misery",
1108 "nail",
1109 "naked",
1110 "ourselves",
1111 "poet",
1112 "possible",
1113 "princess",
1114 "sail",
1115 "size",
1116 "snake",
1117 "society",
1118 "stroke",
1119 "torture",
1120 "toss",
1121 "trace",
1122 "wise",
1123 "bloom",
1124 "bullet",
1125 "cell",
1126 "check",
1127 "cost",
1128 "darling",
1129 "during",
1130 "footstep",
1131 "fragile",
1132 "hallway",
1133 "hardly",
1134 "horizon",
1135 "invisible",
1136 "journey",
1137 "midnight",
1138 "mud",
1139 "nod",
1140 "pause",
1141 "relax",
1142 "shiver",
1143 "sudden",
1144 "value",
1145 "youth",
1146 "abuse",
1147 "admire",
1148 "blink",
1149 "breast",
1150 "bruise",
1151 "constantly",
1152 "couple",
1153 "creep",
1154 "curve",
1155 "difference",
1156 "dumb",
1157 "emptiness",
1158 "gotta",
1159 "honor",
1160 "plain",
1161 "planet",
1162 "recall",
1163 "rub",
1164 "ship",
1165 "slam",
1166 "soar",
1167 "somebody",
1168 "tightly",
1169 "weather",
1170 "adore",
1171 "approach",
1172 "bond",
1173 "bread",
1174 "burst",
1175 "candle",
1176 "coffee",
1177 "cousin",
1178 "crime",
1179 "desert",
1180 "flutter",
1181 "frozen",
1182 "grand",
1183 "heel",
1184 "hello",
1185 "language",
1186 "level",
1187 "movement",
1188 "pleasure",
1189 "powerful",
1190 "random",
1191 "rhythm",
1192 "settle",
1193 "silly",
1194 "slap",
1195 "sort",
1196 "spoken",
1197 "steel",
1198 "threaten",
1199 "tumble",
1200 "upset",
1201 "aside",
1202 "awkward",
1203 "bee",
1204 "blank",
1205 "board",
1206 "button",
1207 "card",
1208 "carefully",
1209 "complain",
1210 "crap",
1211 "deeply",
1212 "discover",
1213 "drag",
1214 "dread",
1215 "effort",
1216 "entire",
1217 "fairy",
1218 "giant",
1219 "gotten",
1220 "greet",
1221 "illusion",
1222 "jeans",
1223 "leap",
1224 "liquid",
1225 "march",
1226 "mend",
1227 "nervous",
1228 "nine",
1229 "replace",
1230 "rope",
1231 "spine",
1232 "stole",
1233 "terror",
1234 "accident",
1235 "apple",
1236 "balance",
1237 "boom",
1238 "childhood",
1239 "collect",
1240 "demand",
1241 "depression",
1242 "eventually",
1243 "faint",
1244 "glare",
1245 "goal",
1246 "group",
1247 "honey",
1248 "kitchen",
1249 "laid",
1250 "limb",
1251 "machine",
1252 "mere",
1253 "mold",
1254 "murder",
1255 "nerve",
1256 "painful",
1257 "poetry",
1258 "prince",
1259 "rabbit",
1260 "shelter",
1261 "shore",
1262 "shower",
1263 "soothe",
1264 "stair",
1265 "steady",
1266 "sunlight",
1267 "tangle",
1268 "tease",
1269 "treasure",
1270 "uncle",
1271 "begun",
1272 "bliss",
1273 "canvas",
1274 "cheer",
1275 "claw",
1276 "clutch",
1277 "commit",
1278 "crimson",
1279 "crystal",
1280 "delight",
1281 "doll",
1282 "existence",
1283 "express",
1284 "fog",
1285 "football",
1286 "gay",
1287 "goose",
1288 "guard",
1289 "hatred",
1290 "illuminate",
1291 "mass",
1292 "math",
1293 "mourn",
1294 "rich",
1295 "rough",
1296 "skip",
1297 "stir",
1298 "student",
1299 "style",
1300 "support",
1301 "thorn",
1302 "tough",
1303 "yard",
1304 "yearn",
1305 "yesterday",
1306 "advice",
1307 "appreciate",
1308 "autumn",
1309 "bank",
1310 "beam",
1311 "bowl",
1312 "capture",
1313 "carve",
1314 "collapse",
1315 "confusion",
1316 "creation",
1317 "dove",
1318 "feather",
1319 "girlfriend",
1320 "glory",
1321 "government",
1322 "harsh",
1323 "hop",
1324 "inner",
1325 "loser",
1326 "moonlight",
1327 "neighbor",
1328 "neither",
1329 "peach",
1330 "pig",
1331 "praise",
1332 "screw",
1333 "shield",
1334 "shimmer",
1335 "sneak",
1336 "stab",
1337 "subject",
1338 "throughout",
1339 "thrown",
1340 "tower",
1341 "twirl",
1342 "wow",
1343 "army",
1344 "arrive",
1345 "bathroom",
1346 "bump",
1347 "cease",
1348 "cookie",
1349 "couch",
1350 "courage",
1351 "dim",
1352 "guilt",
1353 "howl",
1354 "hum",
1355 "husband",
1356 "insult",
1357 "led",
1358 "lunch",
1359 "mock",
1360 "mostly",
1361 "natural",
1362 "nearly",
1363 "needle",
1364 "nerd",
1365 "peaceful",
1366 "perfection",
1367 "pile",
1368 "price",
1369 "remove",
1370 "roam",
1371 "sanctuary",
1372 "serious",
1373 "shiny",
1374 "shook",
1375 "sob",
1376 "stolen",
1377 "tap",
1378 "vain",
1379 "void",
1380 "warrior",
1381 "wrinkle",
1382 "affection",
1383 "apologize",
1384 "blossom",
1385 "bounce",
1386 "bridge",
1387 "cheap",
1388 "crumble",
1389 "decision",
1390 "descend",
1391 "desperately",
1392 "dig",
1393 "dot",
1394 "flip",
1395 "frighten",
1396 "heartbeat",
1397 "huge",
1398 "lazy",
1399 "lick",
1400 "odd",
1401 "opinion",
1402 "process",
1403 "puzzle",
1404 "quietly",
1405 "retreat",
1406 "score",
1407 "sentence",
1408 "separate",
1409 "situation",
1410 "skill",
1411 "soak",
1412 "square",
1413 "stray",
1414 "taint",
1415 "task",
1416 "tide",
1417 "underneath",
1418 "veil",
1419 "whistle",
1420 "anywhere",
1421 "bedroom",
1422 "bid",
1423 "bloody",
1424 "burden",
1425 "careful",
1426 "compare",
1427 "concern",
1428 "curtain",
1429 "decay",
1430 "defeat",
1431 "describe",
1432 "double",
1433 "dreamer",
1434 "driver",
1435 "dwell",
1436 "evening",
1437 "flare",
1438 "flicker",
1439 "grandma",
1440 "guitar",
1441 "harm",
1442 "horrible",
1443 "hungry",
1444 "indeed",
1445 "lace",
1446 "melody",
1447 "monkey",
1448 "nation",
1449 "object",
1450 "obviously",
1451 "rainbow",
1452 "salt",
1453 "scratch",
1454 "shown",
1455 "shy",
1456 "stage",
1457 "stun",
1458 "third",
1459 "tickle",
1460 "useless",
1461 "weakness",
1462 "worship",
1463 "worthless",
1464 "afternoon",
1465 "beard",
1466 "boyfriend",
1467 "bubble",
1468 "busy",
1469 "certain",
1470 "chin",
1471 "concrete",
1472 "desk",
1473 "diamond",
1474 "doom",
1475 "drawn",
1476 "due",
1477 "felicity",
1478 "freeze",
1479 "frost",
1480 "garden",
1481 "glide",
1482 "harmony",
1483 "hopefully",
1484 "hunt",
1485 "jealous",
1486 "lightning",
1487 "mama",
1488 "mercy",
1489 "peel",
1490 "physical",
1491 "position",
1492 "pulse",
1493 "punch",
1494 "quit",
1495 "rant",
1496 "respond",
1497 "salty",
1498 "sane",
1499 "satisfy",
1500 "savior",
1501 "sheep",
1502 "slept",
1503 "social",
1504 "sport",
1505 "tuck",
1506 "utter",
1507 "valley",
1508 "wolf",
1509 "aim",
1510 "alas",
1511 "alter",
1512 "arrow",
1513 "awaken",
1514 "beaten",
1515 "belief",
1516 "brand",
1517 "ceiling",
1518 "cheese",
1519 "clue",
1520 "confidence",
1521 "connection",
1522 "daily",
1523 "disguise",
1524 "eager",
1525 "erase",
1526 "essence",
1527 "everytime",
1528 "expression",
1529 "fan",
1530 "flag",
1531 "flirt",
1532 "foul",
1533 "fur",
1534 "giggle",
1535 "glorious",
1536 "ignorance",
1537 "law",
1538 "lifeless",
1539 "measure",
1540 "mighty",
1541 "muse",
1542 "north",
1543 "opposite",
1544 "paradise",
1545 "patience",
1546 "patient",
1547 "pencil",
1548 "petal",
1549 "plate",
1550 "ponder",
1551 "possibly",
1552 "practice",
1553 "slice",
1554 "spell",
1555 "stock",
1556 "strife",
1557 "strip",
1558 "suffocate",
1559 "suit",
1560 "tender",
1561 "tool",
1562 "trade",
1563 "velvet",
1564 "verse",
1565 "waist",
1566 "witch",
1567 "aunt",
1568 "bench",
1569 "bold",
1570 "cap",
1571 "certainly",
1572 "click",
1573 "companion",
1574 "creator",
1575 "dart",
1576 "delicate",
1577 "determine",
1578 "dish",
1579 "dragon",
1580 "drama",
1581 "drum",
1582 "dude",
1583 "everybody",
1584 "feast",
1585 "forehead",
1586 "former",
1587 "fright",
1588 "fully",
1589 "gas",
1590 "hook",
1591 "hurl",
1592 "invite",
1593 "juice",
1594 "manage",
1595 "moral",
1596 "possess",
1597 "raw",
1598 "rebel",
1599 "royal",
1600 "scale",
1601 "scary",
1602 "several",
1603 "slight",
1604 "stubborn",
1605 "swell",
1606 "talent",
1607 "tea",
1608 "terrible",
1609 "thread",
1610 "torment",
1611 "trickle",
1612 "usually",
1613 "vast",
1614 "violence",
1615 "weave",
1616 "acid",
1617 "agony",
1618 "ashamed",
1619 "awe",
1620 "belly",
1621 "blend",
1622 "blush",
1623 "character",
1624 "cheat",
1625 "common",
1626 "company",
1627 "coward",
1628 "creak",
1629 "danger",
1630 "deadly",
1631 "defense",
1632 "define",
1633 "depend",
1634 "desperate",
1635 "destination",
1636 "dew",
1637 "duck",
1638 "dusty",
1639 "embarrass",
1640 "engine",
1641 "example",
1642 "explore",
1643 "foe",
1644 "freely",
1645 "frustrate",
1646 "generation",
1647 "glove",
1648 "guilty",
1649 "health",
1650 "hurry",
1651 "idiot",
1652 "impossible",
1653 "inhale",
1654 "jaw",
1655 "kingdom",
1656 "mention",
1657 "mist",
1658 "moan",
1659 "mumble",
1660 "mutter",
1661 "observe",
1662 "ode",
1663 "pathetic",
1664 "pattern",
1665 "pie",
1666 "prefer",
1667 "puff",
1668 "rape",
1669 "rare",
1670 "revenge",
1671 "rude",
1672 "scrape",
1673 "spiral",
1674 "squeeze",
1675 "strain",
1676 "sunset",
1677 "suspend",
1678 "sympathy",
1679 "thigh",
1680 "throne",
1681 "total",
1682 "unseen",
1683 "weapon",
1684 "weary"
1685 };
1686 set_words(words);
1688 }
1689 };
1690}
1691
1692#endif
void set_words(const char *const words[])
Base(const char *language_name, const char *english_language_name, const std::vector< std::string > &words, uint32_t prefix_length)
void populate_maps(uint32_t flags=0)
Populates the word maps after the list is ready.
Language Base class for Polymorphism.
Mnemonic language related namespace.