random-words 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.irbrc +4 -0
- data/.rspec +4 -0
- data/.rspec_status +39 -0
- data/.rubocop.yml +64 -0
- data/CHANGELOG.md +29 -0
- data/Gemfile +18 -0
- data/Gemfile.lock +111 -0
- data/README.md +90 -0
- data/Rakefile +85 -0
- data/bin/randw +334 -0
- data/lib/random-words/generator.rb +533 -0
- data/lib/random-words/string.rb +56 -0
- data/lib/random-words/version.rb +4 -0
- data/lib/random-words/words/bacon/adjectives.txt +329 -0
- data/lib/random-words/words/bacon/adverbs.txt +69 -0
- data/lib/random-words/words/bacon/articles-plural.txt +10 -0
- data/lib/random-words/words/bacon/articles-singular.txt +10 -0
- data/lib/random-words/words/bacon/clauses.txt +639 -0
- data/lib/random-words/words/bacon/conjunctions-subordinate.txt +29 -0
- data/lib/random-words/words/bacon/nouns-plural.txt +168 -0
- data/lib/random-words/words/bacon/nouns-singular.txt +200 -0
- data/lib/random-words/words/bacon/numbers.txt +21 -0
- data/lib/random-words/words/bacon/verbs-passive.txt +105 -0
- data/lib/random-words/words/bacon/verbs-plural.txt +154 -0
- data/lib/random-words/words/bacon/verbs-singular.txt +106 -0
- data/lib/random-words/words/corporate/adjectives.txt +196 -0
- data/lib/random-words/words/corporate/adverbs.txt +462 -0
- data/lib/random-words/words/corporate/articles-plural.txt +10 -0
- data/lib/random-words/words/corporate/articles-singular.txt +10 -0
- data/lib/random-words/words/corporate/clauses.txt +101 -0
- data/lib/random-words/words/corporate/conjunctions-subordinate.txt +29 -0
- data/lib/random-words/words/corporate/nouns-plural.txt +321 -0
- data/lib/random-words/words/corporate/nouns-singular.txt +474 -0
- data/lib/random-words/words/corporate/numbers.txt +21 -0
- data/lib/random-words/words/corporate/verbs-passive.txt +495 -0
- data/lib/random-words/words/corporate/verbs-plural.txt +173 -0
- data/lib/random-words/words/corporate/verbs-singular.txt +146 -0
- data/lib/random-words/words/english/adjectives.txt +325 -0
- data/lib/random-words/words/english/adverbs.txt +462 -0
- data/lib/random-words/words/english/articles-plural.txt +10 -0
- data/lib/random-words/words/english/articles-singular.txt +10 -0
- data/lib/random-words/words/english/clauses.txt +639 -0
- data/lib/random-words/words/english/conjunctions-subordinate.txt +29 -0
- data/lib/random-words/words/english/nouns-plural.txt +524 -0
- data/lib/random-words/words/english/nouns-singular.txt +530 -0
- data/lib/random-words/words/english/numbers.txt +21 -0
- data/lib/random-words/words/english/verbs-passive.txt +495 -0
- data/lib/random-words/words/english/verbs-plural.txt +325 -0
- data/lib/random-words/words/english/verbs-singular.txt +350 -0
- data/lib/random-words/words/latin/adjectives.txt +188 -0
- data/lib/random-words/words/latin/adverbs.txt +212 -0
- data/lib/random-words/words/latin/articles-plural.txt +122 -0
- data/lib/random-words/words/latin/articles-singular.txt +19 -0
- data/lib/random-words/words/latin/clauses.txt +89 -0
- data/lib/random-words/words/latin/conjunctions-subordinate.txt +104 -0
- data/lib/random-words/words/latin/nouns-plural.txt +190 -0
- data/lib/random-words/words/latin/nouns-singular.txt +193 -0
- data/lib/random-words/words/latin/numbers.txt +21 -0
- data/lib/random-words/words/latin/verbs-passive.txt +171 -0
- data/lib/random-words/words/latin/verbs-plural.txt +177 -0
- data/lib/random-words/words/latin/verbs-singular.txt +218 -0
- data/lib/random-words.rb +6 -0
- data/random-words.gemspec +36 -0
- data/src/_README.md +92 -0
- metadata +119 -0
@@ -0,0 +1,329 @@
|
|
1
|
+
savory
|
2
|
+
tender
|
3
|
+
juicy
|
4
|
+
smoky
|
5
|
+
crispy
|
6
|
+
succulent
|
7
|
+
flavorful
|
8
|
+
rich
|
9
|
+
hearty
|
10
|
+
grilled
|
11
|
+
roasted
|
12
|
+
fried
|
13
|
+
braised
|
14
|
+
barbecued
|
15
|
+
cured
|
16
|
+
sliced
|
17
|
+
chopped
|
18
|
+
diced
|
19
|
+
ground
|
20
|
+
minced
|
21
|
+
seasoned
|
22
|
+
marinated
|
23
|
+
pickled
|
24
|
+
smoked
|
25
|
+
baked
|
26
|
+
steamed
|
27
|
+
pan-seared
|
28
|
+
caramelized
|
29
|
+
glazed
|
30
|
+
breaded
|
31
|
+
porky
|
32
|
+
beefy
|
33
|
+
salty
|
34
|
+
spicy
|
35
|
+
gamey
|
36
|
+
flaky
|
37
|
+
golden
|
38
|
+
charred
|
39
|
+
toasty
|
40
|
+
zesty
|
41
|
+
umami
|
42
|
+
herbaceous
|
43
|
+
aromatic
|
44
|
+
mouthwatering
|
45
|
+
delectable
|
46
|
+
appetizing
|
47
|
+
tasty
|
48
|
+
bold
|
49
|
+
subtle
|
50
|
+
earthy
|
51
|
+
natural
|
52
|
+
organic
|
53
|
+
sustainable
|
54
|
+
local
|
55
|
+
grass-fed
|
56
|
+
free-range
|
57
|
+
hormone-free
|
58
|
+
antibiotic-free
|
59
|
+
premium
|
60
|
+
artisan
|
61
|
+
gourmet
|
62
|
+
traditional
|
63
|
+
comforting
|
64
|
+
filling
|
65
|
+
satisfying
|
66
|
+
nutritious
|
67
|
+
protein-rich
|
68
|
+
lean
|
69
|
+
fatty
|
70
|
+
marbled
|
71
|
+
buttery
|
72
|
+
sinewy
|
73
|
+
stringy
|
74
|
+
tough
|
75
|
+
overcooked
|
76
|
+
undercooked
|
77
|
+
well-done
|
78
|
+
medium
|
79
|
+
rare
|
80
|
+
pink
|
81
|
+
raw
|
82
|
+
fresh
|
83
|
+
frozen
|
84
|
+
aged
|
85
|
+
young
|
86
|
+
tenderized
|
87
|
+
flavored
|
88
|
+
stuffed
|
89
|
+
wrapped
|
90
|
+
rolled
|
91
|
+
layered
|
92
|
+
topped
|
93
|
+
smothered
|
94
|
+
covered
|
95
|
+
sauced
|
96
|
+
basted
|
97
|
+
crunchy
|
98
|
+
soft
|
99
|
+
smooth
|
100
|
+
creamy
|
101
|
+
chunky
|
102
|
+
coarse
|
103
|
+
fine
|
104
|
+
thin
|
105
|
+
thick
|
106
|
+
sticky
|
107
|
+
greasy
|
108
|
+
peppered
|
109
|
+
sweet
|
110
|
+
sour
|
111
|
+
tangy
|
112
|
+
bitter
|
113
|
+
delicious
|
114
|
+
palatable
|
115
|
+
tempting
|
116
|
+
enticing
|
117
|
+
unique
|
118
|
+
distinctive
|
119
|
+
robust
|
120
|
+
well-balanced
|
121
|
+
harmonious
|
122
|
+
complex
|
123
|
+
simple
|
124
|
+
straightforward
|
125
|
+
easy
|
126
|
+
quick
|
127
|
+
elaborate
|
128
|
+
fussy
|
129
|
+
intricate
|
130
|
+
labor-intensive
|
131
|
+
efficient
|
132
|
+
effective
|
133
|
+
fast
|
134
|
+
speedy
|
135
|
+
instant
|
136
|
+
on-the-go
|
137
|
+
portable
|
138
|
+
snackable
|
139
|
+
bite-sized
|
140
|
+
miniature
|
141
|
+
microwavable
|
142
|
+
oven-ready
|
143
|
+
ready-to-eat
|
144
|
+
pre-packaged
|
145
|
+
freshly-prepared
|
146
|
+
well-cooked
|
147
|
+
well-seasoned
|
148
|
+
full-flavored
|
149
|
+
nutrient-dense
|
150
|
+
inviting
|
151
|
+
tempting
|
152
|
+
incredible
|
153
|
+
wonderful
|
154
|
+
fantastic
|
155
|
+
superb
|
156
|
+
excellent
|
157
|
+
remarkable
|
158
|
+
outstanding
|
159
|
+
superior
|
160
|
+
delightful
|
161
|
+
heavenly
|
162
|
+
irresistible
|
163
|
+
extraordinary
|
164
|
+
noteworthy
|
165
|
+
praiseworthy
|
166
|
+
beloved
|
167
|
+
favored
|
168
|
+
preferred
|
169
|
+
desired
|
170
|
+
ideal
|
171
|
+
perfect
|
172
|
+
quintessential
|
173
|
+
definitive
|
174
|
+
model
|
175
|
+
exemplar
|
176
|
+
benchmark
|
177
|
+
standard
|
178
|
+
appetizing
|
179
|
+
sustaining
|
180
|
+
nourishing
|
181
|
+
filling
|
182
|
+
hearty
|
183
|
+
wholesome
|
184
|
+
luxurious
|
185
|
+
indulgent
|
186
|
+
extravagant
|
187
|
+
generous
|
188
|
+
ample
|
189
|
+
abundant
|
190
|
+
substantial
|
191
|
+
plentiful
|
192
|
+
impressive
|
193
|
+
refreshing
|
194
|
+
crisp
|
195
|
+
clean
|
196
|
+
pure
|
197
|
+
bright
|
198
|
+
vibrant
|
199
|
+
colorful
|
200
|
+
comforting
|
201
|
+
traditional
|
202
|
+
modern
|
203
|
+
innovative
|
204
|
+
creative
|
205
|
+
artful
|
206
|
+
visionary
|
207
|
+
imaginative
|
208
|
+
inventive
|
209
|
+
original
|
210
|
+
novel
|
211
|
+
distinct
|
212
|
+
varied
|
213
|
+
diverse
|
214
|
+
complementary
|
215
|
+
harmonious
|
216
|
+
cohesive
|
217
|
+
integrated
|
218
|
+
coherent
|
219
|
+
impactful
|
220
|
+
significant
|
221
|
+
meaningful
|
222
|
+
purposeful
|
223
|
+
vital
|
224
|
+
essential
|
225
|
+
crucial
|
226
|
+
important
|
227
|
+
notable
|
228
|
+
exceptional
|
229
|
+
rare
|
230
|
+
uncommon
|
231
|
+
distinctive
|
232
|
+
singular
|
233
|
+
specific
|
234
|
+
individual
|
235
|
+
separate
|
236
|
+
self-contained
|
237
|
+
autonomous
|
238
|
+
unique
|
239
|
+
fresh
|
240
|
+
authentic
|
241
|
+
traditional
|
242
|
+
cultural
|
243
|
+
regional
|
244
|
+
global
|
245
|
+
exciting
|
246
|
+
intriguing
|
247
|
+
inspiring
|
248
|
+
stimulating
|
249
|
+
enhancing
|
250
|
+
improving
|
251
|
+
boosting
|
252
|
+
enriching
|
253
|
+
elevating
|
254
|
+
uplifting
|
255
|
+
motivating
|
256
|
+
energizing
|
257
|
+
fostering
|
258
|
+
cultivating
|
259
|
+
developing
|
260
|
+
raising
|
261
|
+
growing
|
262
|
+
maturing
|
263
|
+
nurturing
|
264
|
+
reviving
|
265
|
+
revitalizing
|
266
|
+
rejuvenating
|
267
|
+
renewing
|
268
|
+
regenerating
|
269
|
+
reviving
|
270
|
+
rebuilding
|
271
|
+
reconstructing
|
272
|
+
rehabilitating
|
273
|
+
reforming
|
274
|
+
transforming
|
275
|
+
changing
|
276
|
+
altering
|
277
|
+
modifying
|
278
|
+
upgrading
|
279
|
+
enhancing
|
280
|
+
improving
|
281
|
+
boosting
|
282
|
+
magnifying
|
283
|
+
embellishing
|
284
|
+
decorating
|
285
|
+
ornamenting
|
286
|
+
adorning
|
287
|
+
beautifying
|
288
|
+
enriching
|
289
|
+
inviting
|
290
|
+
engaging
|
291
|
+
enticing
|
292
|
+
irresistible
|
293
|
+
satisfying
|
294
|
+
sustaining
|
295
|
+
homemade
|
296
|
+
crafted
|
297
|
+
handmade
|
298
|
+
locally-sourced
|
299
|
+
seasoned
|
300
|
+
grilled
|
301
|
+
roasted
|
302
|
+
seared
|
303
|
+
fried
|
304
|
+
braised
|
305
|
+
slow-cooked
|
306
|
+
stewed
|
307
|
+
poached
|
308
|
+
smoked
|
309
|
+
cooked
|
310
|
+
prepared
|
311
|
+
served
|
312
|
+
offered
|
313
|
+
presented
|
314
|
+
shared
|
315
|
+
delivered
|
316
|
+
packed
|
317
|
+
sealed
|
318
|
+
frozen
|
319
|
+
chilled
|
320
|
+
refrigerated
|
321
|
+
thawed
|
322
|
+
marinated
|
323
|
+
cured
|
324
|
+
salted
|
325
|
+
smoked
|
326
|
+
pickled
|
327
|
+
fermented
|
328
|
+
brined
|
329
|
+
sous-vide
|
@@ -0,0 +1,69 @@
|
|
1
|
+
slowly
|
2
|
+
carefully
|
3
|
+
quickly
|
4
|
+
eagerly
|
5
|
+
hungrily
|
6
|
+
greedily
|
7
|
+
deliciously
|
8
|
+
succulently
|
9
|
+
crisply
|
10
|
+
tenderly
|
11
|
+
juicily
|
12
|
+
smokily
|
13
|
+
flavorfully
|
14
|
+
richly
|
15
|
+
boldly
|
16
|
+
spicily
|
17
|
+
heavily
|
18
|
+
lightly
|
19
|
+
properly
|
20
|
+
thoroughly
|
21
|
+
perfectly
|
22
|
+
expertly
|
23
|
+
skillfully
|
24
|
+
neatly
|
25
|
+
evenly
|
26
|
+
smoothly
|
27
|
+
softly
|
28
|
+
naturally
|
29
|
+
freshly
|
30
|
+
sustainably
|
31
|
+
organically
|
32
|
+
authentically
|
33
|
+
traditionally
|
34
|
+
creatively
|
35
|
+
meticulously
|
36
|
+
frequently
|
37
|
+
often
|
38
|
+
occasionally
|
39
|
+
generously
|
40
|
+
abundantly
|
41
|
+
comfortingly
|
42
|
+
nourishingly
|
43
|
+
satisfyingly
|
44
|
+
delightfully
|
45
|
+
wonderfully
|
46
|
+
fantastically
|
47
|
+
exceptionally
|
48
|
+
remarkably
|
49
|
+
notably
|
50
|
+
distinctively
|
51
|
+
richly-flavored
|
52
|
+
heavily-seasoned
|
53
|
+
lightly-seasoned
|
54
|
+
perfectly-cooked
|
55
|
+
finely
|
56
|
+
coarsely
|
57
|
+
smoothly
|
58
|
+
thickly
|
59
|
+
thinly
|
60
|
+
promptly
|
61
|
+
sweetly
|
62
|
+
crisply
|
63
|
+
sizzlingly
|
64
|
+
bubblingly
|
65
|
+
boilingly
|
66
|
+
steamingly
|
67
|
+
bakingly
|
68
|
+
deliciously
|
69
|
+
savorily
|