diff --git a/R/adjective.R b/R/adjective.R index 3a31f5d..6c085e6 100644 --- a/R/adjective.R +++ b/R/adjective.R @@ -69,6 +69,7 @@ adjective <- c( "impressive", "incredible", "irresistible", + "jaw-dropping", "just wow", "kickass", "kryptonian", diff --git a/R/adverb.R b/R/adverb.R index 80b0ac1..a56bb2b 100644 --- a/R/adverb.R +++ b/R/adverb.R @@ -1,5 +1,7 @@ adverb_manner <- c( + "aptly", + "amazingly", "beautifully", "bellissimo", "bigly", @@ -21,6 +23,7 @@ adverb_manner <- c( "elegantly", "enormously", "enthusiastically", + "excellently", "faithfully", "fast", "fondly", @@ -42,6 +45,7 @@ adverb_manner <- c( "patiently", "perfectly", "politely", + "posthaste", "powerfully", "quickly", "quietly", diff --git a/R/exclamation.R b/R/exclamation.R index cee433d..4e80857 100644 --- a/R/exclamation.R +++ b/R/exclamation.R @@ -14,6 +14,8 @@ exclamation <- c( "gee", "ha", "hah", + "heckyea", + "hiphiphooray", "hmm", "ho-ho", "huh", @@ -31,6 +33,7 @@ exclamation <- c( "oh", "ole", "ooh", + "shazam", "uh-hu", "wee", "whee",