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