backend/
wordlist.rs

1pub const ANIMALS: [&str; 223] = [
2    "Aardvark",
3    "Albatross",
4    "Alligator",
5    "Alpaca",
6    "Ant",
7    "Anteater",
8    "Antelope",
9    "Ape",
10    "Armadillo",
11    "Donkey",
12    "Baboon",
13    "Badger",
14    "Barracuda",
15    "Bat",
16    "Bear",
17    "Beaver",
18    "Bee",
19    "Bison",
20    "Boar",
21    "Buffalo",
22    "Butterfly",
23    "Camel",
24    "Capybara",
25    "Caribou",
26    "Cassowary",
27    "Cat",
28    "Caterpillar",
29    "Cattle",
30    "Chamois",
31    "Cheetah",
32    "Chicken",
33    "Chimpanzee",
34    "Chinchilla",
35    "Chough",
36    "Clam",
37    "Cobra",
38    "Cockroach",
39    "Cod",
40    "Cormorant",
41    "Coyote",
42    "Crab",
43    "Crane",
44    "Crocodile",
45    "Crow",
46    "Curlew",
47    "Deer",
48    "Dinosaur",
49    "Dog",
50    "Dogfish",
51    "Dolphin",
52    "Dotterel",
53    "Dove",
54    "Dragonfly",
55    "Duck",
56    "Dugong",
57    "Dunlin",
58    "Eagle",
59    "Echidna",
60    "Eel",
61    "Eland",
62    "Elephant",
63    "Elk",
64    "Emu",
65    "Falcon",
66    "Ferret",
67    "Finch",
68    "Fish",
69    "Flamingo",
70    "Fly",
71    "Fox",
72    "Frog",
73    "Gaur",
74    "Gazelle",
75    "Gerbil",
76    "Giraffe",
77    "Gnat",
78    "Gnu",
79    "Goat",
80    "Goldfinch",
81    "Goldfish",
82    "Goose",
83    "Gorilla",
84    "Goshawk",
85    "Grasshopper",
86    "Grouse",
87    "Guanaco",
88    "Gull",
89    "Hamster",
90    "Hare",
91    "Hawk",
92    "Hedgehog",
93    "Heron",
94    "Herring",
95    "Hippopotamus",
96    "Hornet",
97    "Horse",
98    "Hummingbird",
99    "Hyena",
100    "Ibex",
101    "Ibis",
102    "Jackal",
103    "Jaguar",
104    "Jay",
105    "Jellyfish",
106    "Kangaroo",
107    "Kingfisher",
108    "Koala",
109    "Kookabura",
110    "Kouprey",
111    "Kudu",
112    "Lapwing",
113    "Lark",
114    "Lemur",
115    "Leopard",
116    "Lion",
117    "Llama",
118    "Lobster",
119    "Locust",
120    "Loris",
121    "Louse",
122    "Lyrebird",
123    "Magpie",
124    "Mallard",
125    "Manatee",
126    "Mandrill",
127    "Mantis",
128    "Marten",
129    "Meerkat",
130    "Mink",
131    "Mole",
132    "Mongoose",
133    "Monkey",
134    "Moose",
135    "Mosquito",
136    "Mouse",
137    "Mule",
138    "Narwhal",
139    "Newt",
140    "Nightingale",
141    "Octopus",
142    "Okapi",
143    "Opossum",
144    "Oryx",
145    "Ostrich",
146    "Otter",
147    "Owl",
148    "Oyster",
149    "Panther",
150    "Parrot",
151    "Partridge",
152    "Peafowl",
153    "Pelican",
154    "Penguin",
155    "Pheasant",
156    "Pig",
157    "Pigeon",
158    "Pony",
159    "Porcupine",
160    "Porpoise",
161    "Quail",
162    "Quelea",
163    "Quetzal",
164    "Rabbit",
165    "Raccoon",
166    "Rail",
167    "Ram",
168    "Rat",
169    "Raven",
170    "Red Deer",
171    "Red Panda",
172    "Reindeer",
173    "Rhinoceros",
174    "Rook",
175    "Salamander",
176    "Salmon",
177    "Sand Dollar",
178    "Sandpiper",
179    "Sardine",
180    "Scorpion",
181    "Seahorse",
182    "Seal",
183    "Shark",
184    "Sheep",
185    "Shrew",
186    "Skunk",
187    "Snail",
188    "Snake",
189    "Sparrow",
190    "Spider",
191    "Spoonbill",
192    "Squid",
193    "Squirrel",
194    "Starling",
195    "Stingray",
196    "Stinkbug",
197    "Stork",
198    "Swallow",
199    "Swan",
200    "Tapir",
201    "Tarsier",
202    "Termite",
203    "Tiger",
204    "Toad",
205    "Trout",
206    "Turkey",
207    "Turtle",
208    "Viper",
209    "Vulture",
210    "Wallaby",
211    "Walrus",
212    "Wasp",
213    "Weasel",
214    "Whale",
215    "Wildcat",
216    "Wolf",
217    "Wolverine",
218    "Wombat",
219    "Woodcock",
220    "Woodpecker",
221    "Worm",
222    "Wren",
223    "Yak",
224    "Zebra",
225];
226
227pub const ADJECTIVES: [&str; 765] = [
228    "Other",
229    "Such",
230    "First",
231    "Many",
232    "New",
233    "More",
234    "Same",
235    "Own",
236    "Good",
237    "Different",
238    "Great",
239    "Long",
240    "High",
241    "Social",
242    "Little",
243    "Much",
244    "Important",
245    "Small",
246    "Most",
247    "Large",
248    "Old",
249    "Few",
250    "General",
251    "Second",
252    "Public",
253    "Last",
254    "Several",
255    "Early",
256    "Certain",
257    "Economic",
258    "Least",
259    "Common",
260    "Present",
261    "Next",
262    "Local",
263    "Best",
264    "Particular",
265    "Young",
266    "Various",
267    "Necessary",
268    "Whole",
269    "Only",
270    "True",
271    "Able",
272    "Major",
273    "Full",
274    "Low",
275    "Available",
276    "Real",
277    "Similar",
278    "Total",
279    "Special",
280    "Less",
281    "Short",
282    "Specific",
283    "Single",
284    "Self",
285    "National",
286    "Individual",
287    "Clear",
288    "Personal",
289    "Higher",
290    "Better",
291    "Third",
292    "Natural",
293    "Greater",
294    "Open",
295    "Difficult",
296    "Current",
297    "Further",
298    "Main",
299    "Physical",
300    "Foreign",
301    "Lower",
302    "Strong",
303    "Private",
304    "Likely",
305    "International",
306    "Significant",
307    "Late",
308    "Basic",
309    "Hard",
310    "Modern",
311    "Simple",
312    "Normal",
313    "Sure",
314    "Central",
315    "Original",
316    "Effective",
317    "Following",
318    "Direct",
319    "Final",
320    "Cultural",
321    "Big",
322    "Recent",
323    "Complete",
324    "Financial",
325    "Positive",
326    "Primary",
327    "Appropriate",
328    "Legal",
329    "European",
330    "Equal",
331    "Larger",
332    "Average",
333    "Historical",
334    "Critical",
335    "Wide",
336    "Traditional",
337    "Additional",
338    "Active",
339    "Complex",
340    "Former",
341    "Independent",
342    "Entire",
343    "Actual",
344    "Close",
345    "Constant",
346    "Previous",
347    "Easy",
348    "Serious",
349    "Potential",
350    "Fine",
351    "Industrial",
352    "Subject",
353    "Future",
354    "Internal",
355    "Initial",
356    "Well",
357    "Essential",
358    "Dark",
359    "Popular",
360    "Successful",
361    "Standard",
362    "Year",
363    "Past",
364    "Ready",
365    "Professional",
366    "Wrong",
367    "Very",
368    "Proper",
369    "Separate",
370    "Heavy",
371    "Civil",
372    "Responsible",
373    "Considerable",
374    "Light",
375    "Cold",
376    "Above",
377    "Older",
378    "Practical",
379    "External",
380    "Sufficient",
381    "Interesting",
382    "Upper",
383    "Scientific",
384    "Key",
385    "Annual",
386    "Limited",
387    "Smaller",
388    "Southern",
389    "Earlier",
390    "Commercial",
391    "Powerful",
392    "Later",
393    "Like",
394    "Clinical",
395    "Ancient",
396    "Educational",
397    "Typical",
398    "Technical",
399    "Environmental",
400    "Formal",
401    "Aware",
402    "Beautiful",
403    "Variable",
404    "Obvious",
405    "Secondary",
406    "Enough",
407    "Urban",
408    "Regular",
409    "Relevant",
410    "Greatest",
411    "Spiritual",
412    "Time",
413    "Double",
414    "Happy",
415    "Term",
416    "Multiple",
417    "Dependent",
418    "Correct",
419    "Northern",
420    "Middle",
421    "Rural",
422    "Official",
423    "Fundamental",
424    "Numerous",
425    "Overall",
426    "Usual",
427    "Native",
428    "Regional",
429    "Highest",
430    "North",
431    "Agricultural",
432    "Literary",
433    "Broad",
434    "Perfect",
435    "Experimental",
436    "Fourth",
437    "Global",
438    "Ordinary",
439    "Related",
440    "Apparent",
441    "Daily",
442    "Principal",
443    "Contemporary",
444    "Severe",
445    "Reasonable",
446    "Subsequent",
447    "Worth",
448    "Longer",
449    "Emotional",
450    "Intellectual",
451    "Unique",
452    "Pure",
453    "Familiar",
454    "American",
455    "Solid",
456    "Brief",
457    "Famous",
458    "Fresh",
459    "Day",
460    "Corresponding",
461    "Characteristic",
462    "Maximum",
463    "Detailed",
464    "Outside",
465    "Theoretical",
466    "Fair",
467    "Opposite",
468    "Capable",
469    "Visual",
470    "Interested",
471    "Joint",
472    "Adequate",
473    "Based",
474    "Substantial",
475    "Unable",
476    "Structural",
477    "Soft",
478    "False",
479    "Largest",
480    "Inner",
481    "Mean",
482    "Extensive",
483    "Excellent",
484    "Rapid",
485    "Absolute",
486    "Consistent",
487    "Continuous",
488    "Administrative",
489    "Strange",
490    "Willing",
491    "Alternative",
492    "Slow",
493    "Distinct",
494    "Safe",
495    "Permanent",
496    "Front",
497    "Corporate",
498    "Academic",
499    "Thin",
500    "Nineteenth",
501    "Universal",
502    "Functional",
503    "Unknown",
504    "Careful",
505    "Narrow",
506    "Evident",
507    "Sound",
508    "Classical",
509    "Minor",
510    "Weak",
511    "Suitable",
512    "Chief",
513    "Extreme",
514    "Yellow",
515    "Warm",
516    "Mixed",
517    "Flat",
518    "Huge",
519    "Vast",
520    "Stable",
521    "Valuable",
522    "Rare",
523    "Visible",
524    "Sensitive",
525    "Mechanical",
526    "State",
527    "Radical",
528    "Extra",
529    "Superior",
530    "Conventional",
531    "Thick",
532    "Dominant",
533    "Post",
534    "Collective",
535    "Younger",
536    "Efficient",
537    "Linear",
538    "Organic",
539    "Oral",
540    "Century",
541    "Creative",
542    "Vertical",
543    "Dynamic",
544    "Empty",
545    "Minimum",
546    "Cognitive",
547    "Logical",
548    "Afraid",
549    "Equivalent",
550    "Quick",
551    "Near",
552    "Concrete",
553    "Mass",
554    "Acute",
555    "Sharp",
556    "Easier",
557    "Quiet",
558    "Adult",
559    "Accurate",
560    "Ideal",
561    "Partial",
562    "Bright",
563    "Identical",
564    "Conservative",
565    "Magnetic",
566    "Frequent",
567    "Electronic",
568    "Fixed",
569    "Square",
570    "Cross",
571    "Clean",
572    "Back",
573    "Organizational",
574    "Constitutional",
575    "Genetic",
576    "Ultimate",
577    "Secret",
578    "Vital",
579    "Dramatic",
580    "Objective",
581    "Round",
582    "Alive",
583    "Straight",
584    "Unusual",
585    "Rational",
586    "Electric",
587    "Mutual",
588    "Class",
589    "Competitive",
590    "Revolutionary",
591    "Statistical",
592    "Random",
593    "Musical",
594    "Crucial",
595    "Racial",
596    "Sudden",
597    "Acid",
598    "Content",
599    "Temporary",
600    "Line",
601    "Remarkable",
602    "Exact",
603    "Valid",
604    "Helpful",
605    "Nice",
606    "Comprehensive",
607    "United",
608    "Level",
609    "Fifth",
610    "Nervous",
611    "Expensive",
612    "Prominent",
613    "Healthy",
614    "Liquid",
615    "Institutional",
616    "Silent",
617    "Sweet",
618    "Strategic",
619    "Molecular",
620    "Comparative",
621    "Called",
622    "Electrical",
623    "Raw",
624    "Acceptable",
625    "Scale",
626    "Violent",
627    "All",
628    "Desirable",
629    "Tall",
630    "Steady",
631    "Wonderful",
632    "Sub",
633    "Distant",
634    "Progressive",
635    "Enormous",
636    "Horizontal",
637    "And",
638    "Intense",
639    "Smooth",
640    "Applicable",
641    "Over",
642    "Animal",
643    "Abstract",
644    "Wise",
645    "Worst",
646    "Gold",
647    "Precise",
648    "Legislative",
649    "Remote",
650    "Technological",
651    "Outer",
652    "Uniform",
653    "Slight",
654    "Attractive",
655    "Evil",
656    "Tiny",
657    "Royal",
658    "Angry",
659    "Advanced",
660    "Friendly",
661    "Dear",
662    "Busy",
663    "Spatial",
664    "Rough",
665    "Primitive",
666    "Judicial",
667    "Systematic",
668    "Lateral",
669    "Sorry",
670    "Plain",
671    "Off",
672    "Comfortable",
673    "Definite",
674    "Massive",
675    "Firm",
676    "Widespread",
677    "Prior",
678    "Twentieth",
679    "Mathematical",
680    "Verbal",
681    "Marginal",
682    "Excessive",
683    "Stronger",
684    "Gross",
685    "World",
686    "Productive",
687    "Wider",
688    "Glad",
689    "Linguistic",
690    "Patient",
691    "Symbolic",
692    "Earliest",
693    "Plastic",
694    "Type",
695    "Prime",
696    "Eighteenth",
697    "Blind",
698    "Neutral",
699    "Guilty",
700    "Hand",
701    "Extraordinary",
702    "Metal",
703    "Surprising",
704    "Fellow",
705    "York",
706    "Grand",
707    "Thermal",
708    "Artificial",
709    "Five",
710    "Lowest",
711    "Genuine",
712    "Dimensional",
713    "Optical",
714    "Unlikely",
715    "Developmental",
716    "Reliable",
717    "Executive",
718    "Comparable",
719    "Satisfactory",
720    "Golden",
721    "Diverse",
722    "Preliminary",
723    "Wooden",
724    "Noble",
725    "Part",
726    "Striking",
727    "Cool",
728    "Classic",
729    "Elderly",
730    "Four",
731    "Temporal",
732    "Indirect",
733    "Romantic",
734    "Intermediate",
735    "Differential",
736    "Passive",
737    "Life",
738    "Voluntary",
739    "Out",
740    "Adjacent",
741    "Behavioral",
742    "Exclusive",
743    "Closed",
744    "Inherent",
745    "Inevitable",
746    "Complicated",
747    "Quantitative",
748    "Respective",
749    "Artistic",
750    "Probable",
751    "Anxious",
752    "Informal",
753    "Strict",
754    "Fiscal",
755    "Ideological",
756    "Profound",
757    "Extended",
758    "Eternal",
759    "Known",
760    "Infinite",
761    "Proud",
762    "Honest",
763    "Peculiar",
764    "Absent",
765    "Pleasant",
766    "Optimal",
767    "Renal",
768    "Static",
769    "Outstanding",
770    "Presidential",
771    "Digital",
772    "Integrated",
773    "Legitimate",
774    "Curious",
775    "Aggressive",
776    "Deeper",
777    "Elementary",
778    "History",
779    "Surgical",
780    "Occasional",
781    "Flexible",
782    "Convenient",
783    "Solar",
784    "Atomic",
785    "Isolated",
786    "Latest",
787    "Sad",
788    "Conceptual",
789    "Underlying",
790    "Everyday",
791    "Cost",
792    "Intensive",
793    "Odd",
794    "Subjective",
795    "Mid",
796    "Worthy",
797    "Pale",
798    "Meaningful",
799    "Therapeutic",
800    "Making",
801    "Circular",
802    "Realistic",
803    "Multi",
804    "Child",
805    "Sophisticated",
806    "Down",
807    "Leading",
808    "Intelligent",
809    "Governmental",
810    "Numerical",
811    "Minimal",
812    "Diagnostic",
813    "Indigenous",
814    "Aesthetic",
815    "Distinctive",
816    "Operational",
817    "Sole",
818    "Material",
819    "Fast",
820    "Bitter",
821    "Broader",
822    "Brilliant",
823    "Peripheral",
824    "Rigid",
825    "Automatic",
826    "Lesser",
827    "Routine",
828    "Favorable",
829    "Cooperative",
830    "Cardiac",
831    "Arbitrary",
832    "Loose",
833    "Favorite",
834    "Subtle",
835    "Uncertain",
836    "Hostile",
837    "Monthly",
838    "Naval",
839    "Physiological",
840    "Historic",
841    "Developed",
842    "Skilled",
843    "Anterior",
844    "Pro",
845    "Gentle",
846    "Loud",
847    "Pulmonary",
848    "Innocent",
849    "Provincial",
850    "Mild",
851    "Page",
852    "Specialized",
853    "Bare",
854    "Excess",
855    "Inter",
856    "Shaped",
857    "Theological",
858    "Sensory",
859    "The",
860    "Stress",
861    "Novel",
862    "Working",
863    "Shorter",
864    "Secular",
865    "Geographical",
866    "Intimate",
867    "Liable",
868    "Selective",
869    "Influential",
870    "Modest",
871    "Successive",
872    "Continued",
873    "Water",
874    "Expert",
875    "Municipal",
876    "Marine",
877    "Thirty",
878    "Adverse",
879    "Wacky",
880    "Closer",
881    "Virtual",
882    "Peaceful",
883    "Mobile",
884    "Sixth",
885    "Immune",
886    "Coastal",
887    "Representative",
888    "Lead",
889    "Forward",
890    "Faithful",
891    "Crystal",
892    "Protective",
893    "Elaborate",
894    "Tremendous",
895    "Welcoming",
896    "Abnormal",
897    "Grateful",
898    "Proportional",
899    "Dual",
900    "Operative",
901    "Precious",
902    "Sympathetic",
903    "Accessible",
904    "Lovely",
905    "Spinal",
906    "Even",
907    "Marked",
908    "Observed",
909    "Point",
910    "Mature",
911    "Competent",
912    "Residential",
913    "Impressive",
914    "Unexpected",
915    "Nearby",
916    "Unnecessary",
917    "Generous",
918    "Cerebral",
919    "Unpublished",
920    "Delicate",
921    "Analytical",
922    "Tropical",
923    "Statutory",
924    "Cell",
925    "Weekly",
926    "End",
927    "Online",
928    "Beneficial",
929    "Aged",
930    "Tough",
931    "Eager",
932    "Ongoing",
933    "Silver",
934    "Persistent",
935    "Calm",
936    "Nearest",
937    "Hidden",
938    "Magic",
939    "Pretty",
940    "Wealthy",
941    "Exciting",
942    "Decisive",
943    "Confident",
944    "Invisible",
945    "Notable",
946    "Medium",
947    "Manual",
948    "Select",
949    "Thorough",
950    "Causal",
951    "Giant",
952    "Bigger",
953    "Pink",
954    "Improved",
955    "Immense",
956    "Hour",
957    "Intact",
958    "Grade",
959    "Dense",
960    "Hungry",
961    "Biggest",
962    "Abundant",
963    "Handsome",
964    "Retail",
965    "Insufficient",
966    "Irregular",
967    "Intrinsic",
968    "Residual",
969    "Follow",
970    "Fluid",
971    "Mysterious",
972    "Descriptive",
973    "Elastic",
974    "Destructive",
975    "Architectural",
976    "Synthetic",
977    "Continental",
978    "Evolutionary",
979    "Lucky",
980    "Bold",
981    "Funny",
982    "Peak",
983    "Smallest",
984    "Reluctant",
985    "Suspicious",
986    "Smart",
987    "Mighty",
988    "Brave",
989    "Humble",
990    "Vocal",
991    "Obscure",
992    "Innovative",
993];