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