ruby_inflector/string/
constants.rs

1pub const UNACCONTABLE_WORDS: [&str; 202] = [
2    "accommodation",
3    "adulthood",
4    "advertising",
5    "advice",
6    "aggression",
7    "aid",
8    "air",
9    "aircraft",
10    "alcohol",
11    "anger",
12    "applause",
13    "arithmetic",
14    "assistance",
15    "athletics",
16    "bacon",
17    "baggage",
18    "beef",
19    "biology",
20    "blood",
21    "botany",
22    "bread",
23    "butter",
24    "carbon",
25    "cardboard",
26    "cash",
27    "chalk",
28    "chaos",
29    "chess",
30    "crossroads",
31    "countryside",
32    "dancing",
33    "deer",
34    "dignity",
35    "dirt",
36    "dust",
37    "economics",
38    "education",
39    "electricity",
40    "engineering",
41    "enjoyment",
42    "envy",
43    "equipment",
44    "ethics",
45    "evidence",
46    "evolution",
47    "fame",
48    "fiction",
49    "flour",
50    "flu",
51    "food",
52    "fuel",
53    "fun",
54    "furniture",
55    "gallows",
56    "garbage",
57    "garlic",
58    "genetics",
59    "gold",
60    "golf",
61    "gossip",
62    "grammar",
63    "gratitude",
64    "grief",
65    "guilt",
66    "gymnastics",
67    "happiness",
68    "hardware",
69    "harm",
70    "hate",
71    "hatred",
72    "health",
73    "heat",
74    "help",
75    "homework",
76    "honesty",
77    "honey",
78    "hospitality",
79    "housework",
80    "humour",
81    "hunger",
82    "hydrogen",
83    "ice",
84    "importance",
85    "inflation",
86    "information",
87    "innocence",
88    "iron",
89    "irony",
90    "jam",
91    "jewelry",
92    "judo",
93    "karate",
94    "knowledge",
95    "lack",
96    "laughter",
97    "lava",
98    "leather",
99    "leisure",
100    "lightning",
101    "linguine",
102    "linguini",
103    "linguistics",
104    "literature",
105    "litter",
106    "livestock",
107    "logic",
108    "loneliness",
109    "luck",
110    "luggage",
111    "macaroni",
112    "machinery",
113    "magic",
114    "management",
115    "mankind",
116    "marble",
117    "mathematics",
118    "mayonnaise",
119    "measles",
120    "methane",
121    "milk",
122    "money",
123    "mud",
124    "music",
125    "mumps",
126    "nature",
127    "news",
128    "nitrogen",
129    "nonsense",
130    "nurture",
131    "nutrition",
132    "obedience",
133    "obesity",
134    "oxygen",
135    "pasta",
136    "patience",
137    "physics",
138    "poetry",
139    "pollution",
140    "poverty",
141    "pride",
142    "psychology",
143    "publicity",
144    "punctuation",
145    "quartz",
146    "racism",
147    "relaxation",
148    "reliability",
149    "research",
150    "respect",
151    "revenge",
152    "rice",
153    "rubbish",
154    "rum",
155    "safety",
156    "scenery",
157    "seafood",
158    "seaside",
159    "series",
160    "shame",
161    "sheep",
162    "shopping",
163    "sleep",
164    "smoke",
165    "smoking",
166    "snow",
167    "soap",
168    "software",
169    "soil",
170    "spaghetti",
171    "species",
172    "steam",
173    "stuff",
174    "stupidity",
175    "sunshine",
176    "symmetry",
177    "tennis",
178    "thirst",
179    "thunder",
180    "timber",
181    "traffic",
182    "transportation",
183    "trust",
184    "underwear",
185    "unemployment",
186    "unity",
187    "validity",
188    "veal",
189    "vegetation",
190    "vegetarianism",
191    "vengeance",
192    "violence",
193    "vitality",
194    "warmth",
195    "wealth",
196    "weather",
197    "welfare",
198    "wheat",
199    "wildlife",
200    "wisdom",
201    "yoga",
202    "zinc",
203    "zoology",
204];