random-words 1.0.12 → 1.0.13
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 +4 -4
- data/.rubocop.yml +18 -86
- data/CHANGELOG.md +16 -0
- data/bin/randw +23 -9
- data/generator.cgi +155 -0
- data/lib/random-words/array.rb +0 -2
- data/lib/random-words/boolean.rb +1 -1
- data/lib/random-words/config.rb +6 -6
- data/lib/random-words/generator.rb +25 -27
- data/lib/random-words/html2markdown.rb +5 -5
- data/lib/random-words/{lorem-html.rb → lorem_html.rb} +89 -59
- data/lib/random-words/{number-to-word.rb → number_to_word.rb} +5 -5
- data/lib/random-words/numeric.rb +2 -2
- data/lib/random-words/string.rb +10 -3
- data/lib/random-words/terminal.rb +15 -13
- data/lib/random-words/version.rb +1 -1
- data/lib/random-words/words/walken/adjectives.txt +139 -0
- data/lib/random-words/words/walken/adverbs.txt +164 -0
- data/lib/random-words/words/walken/articles-plural.txt +10 -0
- data/lib/random-words/words/walken/articles-singular.txt +10 -0
- data/lib/random-words/words/walken/clauses.txt +200 -0
- data/lib/random-words/words/walken/config.yml +4 -0
- data/lib/random-words/words/walken/conjunctions-coordinating.txt +20 -0
- data/lib/random-words/words/walken/conjunctions-subordinate.txt +28 -0
- data/lib/random-words/words/walken/names.txt +101 -0
- data/lib/random-words/words/walken/nouns-plural.txt +330 -0
- data/lib/random-words/words/walken/nouns-singular.txt +500 -0
- data/lib/random-words/words/walken/numbers.yml +5 -0
- data/lib/random-words/words/walken/phrases.txt +45 -0
- data/lib/random-words/words/walken/prepositions.txt +45 -0
- data/lib/random-words/words/walken/terminators.txt +17 -0
- data/lib/random-words/words/walken/verbs-passive.txt +370 -0
- data/lib/random-words/words/walken/verbs-plural.txt +294 -0
- data/lib/random-words/words/walken/verbs-singular.txt +262 -0
- data/lib/random-words.rb +2 -2
- metadata +23 -4
@@ -0,0 +1,164 @@
|
|
1
|
+
abruptly
|
2
|
+
absolutely
|
3
|
+
actually
|
4
|
+
aggressively
|
5
|
+
alarmingly
|
6
|
+
angrily
|
7
|
+
anxiously
|
8
|
+
ardently
|
9
|
+
astonishingly
|
10
|
+
awkwardly
|
11
|
+
calmly
|
12
|
+
clearly
|
13
|
+
closely
|
14
|
+
confidently
|
15
|
+
continuously
|
16
|
+
courageously
|
17
|
+
curiously
|
18
|
+
deliberately
|
19
|
+
dramatically
|
20
|
+
eagerly
|
21
|
+
effectively
|
22
|
+
efficiently
|
23
|
+
elegantly
|
24
|
+
emotionally
|
25
|
+
enthusiastically
|
26
|
+
evenly
|
27
|
+
exactly
|
28
|
+
exceedingly
|
29
|
+
extremely
|
30
|
+
fiercely
|
31
|
+
frequently
|
32
|
+
generously
|
33
|
+
genuinely
|
34
|
+
gracefully
|
35
|
+
hastily
|
36
|
+
honestly
|
37
|
+
hopelessly
|
38
|
+
immediately
|
39
|
+
impulsively
|
40
|
+
incredibly
|
41
|
+
intensely
|
42
|
+
interestingly
|
43
|
+
ironically
|
44
|
+
jovially
|
45
|
+
joyfully
|
46
|
+
justly
|
47
|
+
loudly
|
48
|
+
majestically
|
49
|
+
mysteriously
|
50
|
+
naturally
|
51
|
+
nearly
|
52
|
+
nervously
|
53
|
+
obviously
|
54
|
+
openly
|
55
|
+
optimistically
|
56
|
+
overwhelmingly
|
57
|
+
passionately
|
58
|
+
patiently
|
59
|
+
perfectly
|
60
|
+
persistently
|
61
|
+
playfully
|
62
|
+
politely
|
63
|
+
powerfully
|
64
|
+
precisely
|
65
|
+
quickly
|
66
|
+
quietly
|
67
|
+
rapidly
|
68
|
+
rarely
|
69
|
+
readily
|
70
|
+
recklessly
|
71
|
+
reluctantly
|
72
|
+
remarkably
|
73
|
+
respectfully
|
74
|
+
rigidly
|
75
|
+
safely
|
76
|
+
sincerely
|
77
|
+
slowly
|
78
|
+
softly
|
79
|
+
suddenly
|
80
|
+
surprisingly
|
81
|
+
tactfully
|
82
|
+
thankfully
|
83
|
+
thoroughly
|
84
|
+
timidly
|
85
|
+
tirelessly
|
86
|
+
tremendously
|
87
|
+
truly
|
88
|
+
unbelievably
|
89
|
+
uncomfortably
|
90
|
+
unexpectedly
|
91
|
+
unfortunately
|
92
|
+
unusually
|
93
|
+
urgently
|
94
|
+
utterly
|
95
|
+
vividly
|
96
|
+
warmly
|
97
|
+
weakly
|
98
|
+
wildly
|
99
|
+
wisely
|
100
|
+
wonderfully
|
101
|
+
worriedly
|
102
|
+
awkwardly
|
103
|
+
brilliantly
|
104
|
+
cheerfully
|
105
|
+
cleverly
|
106
|
+
clumsily
|
107
|
+
confusingly
|
108
|
+
cunningly
|
109
|
+
deceptively
|
110
|
+
definitively
|
111
|
+
dramatically
|
112
|
+
eagerly
|
113
|
+
easily
|
114
|
+
endlessly
|
115
|
+
excessively
|
116
|
+
exotically
|
117
|
+
ferociously
|
118
|
+
foolishly
|
119
|
+
freely
|
120
|
+
gloomily
|
121
|
+
glowingly
|
122
|
+
grudgingly
|
123
|
+
horribly
|
124
|
+
impressively
|
125
|
+
incredibly
|
126
|
+
insistently
|
127
|
+
irresistibly
|
128
|
+
jubilantly
|
129
|
+
kiddingly
|
130
|
+
lightly
|
131
|
+
mirthfully
|
132
|
+
naively
|
133
|
+
neatly
|
134
|
+
obscurely
|
135
|
+
ostentatiously
|
136
|
+
painfully
|
137
|
+
paradoxically
|
138
|
+
pathetically
|
139
|
+
playfully
|
140
|
+
profoundly
|
141
|
+
puzzlingly
|
142
|
+
quaintly
|
143
|
+
quirkily
|
144
|
+
rhetorically
|
145
|
+
ruthlessly
|
146
|
+
sardonically
|
147
|
+
sensitively
|
148
|
+
suddenly
|
149
|
+
surprisingly
|
150
|
+
suspiciously
|
151
|
+
tactically
|
152
|
+
theatrically
|
153
|
+
tirelessly
|
154
|
+
tremendously
|
155
|
+
unabashedly
|
156
|
+
unbelievably
|
157
|
+
uncharacteristically
|
158
|
+
unpredictably
|
159
|
+
unquestionably
|
160
|
+
untamedly
|
161
|
+
vaguely
|
162
|
+
vividly
|
163
|
+
wistfully
|
164
|
+
zealously
|
@@ -0,0 +1,200 @@
|
|
1
|
+
I have a feeling about this
|
2
|
+
you can see it in their eyes
|
3
|
+
it’s a matter of principle
|
4
|
+
I’m not one to back down
|
5
|
+
you never know what’s coming next
|
6
|
+
it’s not what you think
|
7
|
+
I’ve seen things that would shock you
|
8
|
+
you have to trust me on this
|
9
|
+
The truth is out there
|
10
|
+
I’m not just a pretty face
|
11
|
+
This is what I do best
|
12
|
+
you can’t escape your past
|
13
|
+
it’s a delicate situation
|
14
|
+
I’m not afraid of the dark
|
15
|
+
you’re playing a dangerous game
|
16
|
+
I have to warn you
|
17
|
+
it’s all part of the plan
|
18
|
+
you think you know me
|
19
|
+
I’ve got a secret to share
|
20
|
+
it’s a long story
|
21
|
+
I can’t explain it, but..
|
22
|
+
you’re not going to believe what happens next
|
23
|
+
I’m a man of my word
|
24
|
+
Things aren’t always as they seem
|
25
|
+
I have a knack for finding trouble
|
26
|
+
you have to look closer
|
27
|
+
it’s not over till it’s over
|
28
|
+
I’m just trying to survive
|
29
|
+
you can’t hide from the truth
|
30
|
+
I’ve been around the block
|
31
|
+
it’s all in the details
|
32
|
+
you’re walking on thin ice
|
33
|
+
I won’t let you down
|
34
|
+
it’s a fine line we walk
|
35
|
+
Things are about to get interesting
|
36
|
+
I’m not one to shy away from a challenge
|
37
|
+
you’ll thank me later
|
38
|
+
it’s not the end of the world
|
39
|
+
I’ll make it right
|
40
|
+
you can count on me
|
41
|
+
I’m just getting started
|
42
|
+
you have to let it go
|
43
|
+
it’s a matter of time
|
44
|
+
I can’t do this alone
|
45
|
+
you’re in over your head
|
46
|
+
I see what you’re trying to do
|
47
|
+
it’s a risk I’m willing to take
|
48
|
+
you don’t understand the stakes
|
49
|
+
I’ll figure it out
|
50
|
+
you’re playing with fire
|
51
|
+
I’m not going anywhere
|
52
|
+
it’s a complicated situation
|
53
|
+
you have no idea what I’m capable of
|
54
|
+
I’m always two steps ahead
|
55
|
+
it’s all part of the game
|
56
|
+
you’re making a big mistake
|
57
|
+
I can’t let that happen
|
58
|
+
it’s a journey, not a destination
|
59
|
+
you have to trust your instincts
|
60
|
+
it’s time to make a move
|
61
|
+
you think you know what’s best
|
62
|
+
I’m not easily impressed
|
63
|
+
it’s a wild ride
|
64
|
+
I’m here to help
|
65
|
+
you have to face the music
|
66
|
+
I’m not your enemy
|
67
|
+
it’s just a matter of perspective
|
68
|
+
you’re about to find out
|
69
|
+
I have a plan, and it’s a good one
|
70
|
+
you can’t underestimate me
|
71
|
+
I’ll be watching you
|
72
|
+
it’s a question of loyalty
|
73
|
+
you’re on thin ice
|
74
|
+
I’ve got your back
|
75
|
+
it’s a risk worth taking
|
76
|
+
you have to make a choice
|
77
|
+
I’m not just another face in the crowd
|
78
|
+
it’s a slippery slope
|
79
|
+
you can’t change the past
|
80
|
+
I’m not afraid to take a stand
|
81
|
+
it’s a tangled web we weave
|
82
|
+
you’ll regret that decision
|
83
|
+
I’m not here to judge
|
84
|
+
it’s a fine balance
|
85
|
+
you’re in for a surprise
|
86
|
+
I have a unique perspective
|
87
|
+
it’s a game of chance
|
88
|
+
you can’t run forever
|
89
|
+
I’ll find a way
|
90
|
+
it’s a matter of survival
|
91
|
+
you’re not listening to me
|
92
|
+
I have a feeling this isn’t over
|
93
|
+
it’s time to wake up
|
94
|
+
you think you know what’s coming
|
95
|
+
I’m not one to back down easily
|
96
|
+
it’s a shared experience
|
97
|
+
you’re not as clever as you think
|
98
|
+
I’m just trying to make sense of it all
|
99
|
+
it’s a twist of fate
|
100
|
+
you’re playing with fire
|
101
|
+
I can’t let that slide
|
102
|
+
it’s a delicate balance
|
103
|
+
you’re about to make a big mistake
|
104
|
+
I’ll take my chances
|
105
|
+
it’s not about the destination
|
106
|
+
you have to think outside the box
|
107
|
+
I’m not afraid of the challenge
|
108
|
+
it’s a leap of faith
|
109
|
+
you have to see it to believe it
|
110
|
+
I’m in this for the long haul
|
111
|
+
it’s a turning point
|
112
|
+
you’re not going to like what I have to say
|
113
|
+
I’ll make sure it gets done
|
114
|
+
it’s a game of strategy
|
115
|
+
you have to stay focused
|
116
|
+
I’m not here to make friends
|
117
|
+
it’s a crossroads
|
118
|
+
you’re risking it all
|
119
|
+
I’ll do what it takes
|
120
|
+
it’s not just about me
|
121
|
+
you need to trust the process
|
122
|
+
I’m always up for a challenge
|
123
|
+
it’s a slippery slope
|
124
|
+
you have to take a leap
|
125
|
+
I’m not backing down now
|
126
|
+
it’s all about the journey
|
127
|
+
you’re about to find out
|
128
|
+
I have something to prove
|
129
|
+
it’s a question of trust
|
130
|
+
you can’t hide from yourself
|
131
|
+
I’m here for you
|
132
|
+
it’s not what it seems
|
133
|
+
you have to be brave
|
134
|
+
I’ll handle it from here
|
135
|
+
it’s a fine line between love and hate
|
136
|
+
you have to keep moving forward
|
137
|
+
I’m not one to let things go
|
138
|
+
it’s a twist of fate
|
139
|
+
you can’t escape your destiny
|
140
|
+
I’m always ready for what’s next
|
141
|
+
it’s a matter of perspective
|
142
|
+
you need to open your eyes
|
143
|
+
I’m not afraid to speak my mind
|
144
|
+
it’s a battle of wits
|
145
|
+
you’re on the right track
|
146
|
+
I can’t believe this is happening
|
147
|
+
it’s a matter of life and death
|
148
|
+
you can’t underestimate the power of hope
|
149
|
+
I’ll stand by you
|
150
|
+
it’s a wild world out there
|
151
|
+
I’m not going to let this slide
|
152
|
+
it’s all about timing
|
153
|
+
you’re in way over your head
|
154
|
+
I have a vision
|
155
|
+
it’s a matter of trust
|
156
|
+
you’re about to learn a lesson
|
157
|
+
I’m here to set things right
|
158
|
+
it’s a leap into the unknown
|
159
|
+
you have to dig deep
|
160
|
+
I’m not going to sugarcoat it
|
161
|
+
it’s a battle worth fighting
|
162
|
+
you need to be careful
|
163
|
+
I’m not going to let fear control me
|
164
|
+
it’s a matter of choice
|
165
|
+
you’re not seeing the whole picture
|
166
|
+
I’ll make it happen
|
167
|
+
it’s a journey worth taking
|
168
|
+
you have to be willing to change
|
169
|
+
I’m not one to shy away from the truth
|
170
|
+
it’s a chance worth taking
|
171
|
+
you need to trust your gut
|
172
|
+
I’m ready for anything
|
173
|
+
it’s a tale of two sides
|
174
|
+
you’re about to find out the truth
|
175
|
+
I’m here to help you see it through
|
176
|
+
it’s a moment of clarity
|
177
|
+
you can’t ignore the signs
|
178
|
+
I’m always ready for a challenge
|
179
|
+
it’s a game of chess
|
180
|
+
you have to keep your head on straight
|
181
|
+
I’ll make sure you’re safe
|
182
|
+
it’s a question of loyalty
|
183
|
+
you’re pushing your luck
|
184
|
+
I’m not going to let this go
|
185
|
+
it’s a matter of principle
|
186
|
+
you have to be willing to fight for it
|
187
|
+
I’m not going to back down
|
188
|
+
it’s a winding road
|
189
|
+
you’re about to see the real me
|
190
|
+
I have a feeling about this one
|
191
|
+
it’s a chance for redemption
|
192
|
+
you’re in for a wild ride
|
193
|
+
I’m not going to let you walk away
|
194
|
+
it’s a matter of time
|
195
|
+
you need to step up
|
196
|
+
I’m always one step ahead
|
197
|
+
it’s a question of perspective
|
198
|
+
you have to take a stand
|
199
|
+
I’ll be there when you need me
|
200
|
+
it’s a journey we all must take
|
@@ -0,0 +1,28 @@
|
|
1
|
+
although
|
2
|
+
as
|
3
|
+
as far as
|
4
|
+
as if
|
5
|
+
as long as
|
6
|
+
as much as
|
7
|
+
as though
|
8
|
+
because
|
9
|
+
before
|
10
|
+
even if
|
11
|
+
even though
|
12
|
+
if
|
13
|
+
in case
|
14
|
+
in order that
|
15
|
+
once
|
16
|
+
provided that
|
17
|
+
rather than
|
18
|
+
so that
|
19
|
+
than
|
20
|
+
that
|
21
|
+
though
|
22
|
+
until
|
23
|
+
when
|
24
|
+
whenever
|
25
|
+
where
|
26
|
+
wherever
|
27
|
+
whether
|
28
|
+
while
|
@@ -0,0 +1,101 @@
|
|
1
|
+
Angela
|
2
|
+
Johnny
|
3
|
+
Frank
|
4
|
+
Rick
|
5
|
+
Daryl
|
6
|
+
Mike
|
7
|
+
Sally
|
8
|
+
Judy
|
9
|
+
Tony
|
10
|
+
Paul
|
11
|
+
Mary
|
12
|
+
Charlie
|
13
|
+
Vincent
|
14
|
+
Lisa
|
15
|
+
Sam
|
16
|
+
George
|
17
|
+
Catherine
|
18
|
+
David
|
19
|
+
Billy
|
20
|
+
Jack
|
21
|
+
Alice
|
22
|
+
Max
|
23
|
+
Betty
|
24
|
+
Henry
|
25
|
+
Tom
|
26
|
+
Carla
|
27
|
+
Claire
|
28
|
+
Brian
|
29
|
+
Sarah
|
30
|
+
Patrick
|
31
|
+
Lorraine
|
32
|
+
Steve
|
33
|
+
Rachel
|
34
|
+
Walter
|
35
|
+
Nancy
|
36
|
+
Robert
|
37
|
+
Alice
|
38
|
+
Norman
|
39
|
+
Julia
|
40
|
+
Elizabeth
|
41
|
+
Fred
|
42
|
+
Emma
|
43
|
+
Leonard
|
44
|
+
Maryann
|
45
|
+
Jack
|
46
|
+
Thomas
|
47
|
+
Angela
|
48
|
+
Richard
|
49
|
+
Christine
|
50
|
+
Bruce
|
51
|
+
|
52
|
+
Adams
|
53
|
+
Banks
|
54
|
+
Brown
|
55
|
+
Campbell
|
56
|
+
Carter
|
57
|
+
Cooper
|
58
|
+
Davis
|
59
|
+
Delgado
|
60
|
+
Edwards
|
61
|
+
Fisher
|
62
|
+
Garcia
|
63
|
+
Harris
|
64
|
+
Johnson
|
65
|
+
King
|
66
|
+
Lewis
|
67
|
+
Martinez
|
68
|
+
Miller
|
69
|
+
Murphy
|
70
|
+
Nelson
|
71
|
+
Parker
|
72
|
+
Reed
|
73
|
+
Robinson
|
74
|
+
Scott
|
75
|
+
Smith
|
76
|
+
Taylor
|
77
|
+
Thomas
|
78
|
+
Torres
|
79
|
+
Turner
|
80
|
+
Walker
|
81
|
+
Washington
|
82
|
+
White
|
83
|
+
Wilson
|
84
|
+
Womack
|
85
|
+
Young
|
86
|
+
Zimmerman
|
87
|
+
Bennett
|
88
|
+
Chavez
|
89
|
+
Jenkins
|
90
|
+
Knight
|
91
|
+
Lopez
|
92
|
+
Mitchell
|
93
|
+
Ramirez
|
94
|
+
Rivera
|
95
|
+
Simmons
|
96
|
+
Stevens
|
97
|
+
Ward
|
98
|
+
Wood
|
99
|
+
Wright
|
100
|
+
Yang
|
101
|
+
Ortiz
|