summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Gayot <olivier.gayot@sigexec.com>2020-05-06 17:23:21 +0200
committerOlivier Gayot <olivier.gayot@sigexec.com>2020-05-06 17:23:21 +0200
commit708c741dcb980c65c4bbea1a36b57773c5595389 (patch)
treedb1184e6f6ad2d69b81ccdc49e67a75ee60fe591
parent3cf7484c583238e2e417b53f0443170d2d1e7d02 (diff)
Added dictionary
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
-rw-r--r--dict.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/dict.json b/dict.json
new file mode 100644
index 0000000..187c8bc
--- /dev/null
+++ b/dict.json
@@ -0,0 +1,48 @@
+[
+ ["Angry", "Furious"],
+ ["Beautiful", "Gorgeous"],
+ ["Big", "Massive"],
+ ["Boring", "Dull"],
+ ["Noisy", "Deafening"],
+ ["Poor", "Destitute"],
+ ["Cheap", "Stingy"],
+ ["Clean", "Spotless"],
+ ["Short", "Brief"],
+ ["Difficult", "Arduous"],
+ ["Dry", "Arid"],
+ ["Quick", "Rapid"],
+ ["Bad", "Awful"],
+ ["Smart", "Intelligent"],
+ ["Sad", "Sorrowful"],
+ ["Upset", "Distraught"],
+ ["Cold", "Freezing"],
+ ["Strong", "Forceful"],
+ ["Huge", "Colossal"],
+ ["Calm", "Serene"],
+ ["Ugly", "Hideous"],
+ ["Small", "Petite"],
+ ["Funny", "Hilarious"],
+ ["Quiet", "Hushed"],
+ ["Rich", "Wealthy"],
+ ["Expensive", "Costly"],
+ ["Dirty", "Filthy"],
+ ["Tall", "Towering"],
+ ["Easy", "Effortless"],
+ ["Wet", "Soaked"],
+ ["Slow", "Sluggish"],
+ ["Good", "Excellent"],
+ ["Stupid", "Idiotic"],
+ ["Happy", "Ecstatic"],
+ ["Exciting", "Exhilarating"],
+ ["Warm", "Hot"],
+ ["Weak", "Frail"],
+ ["Little", "Tiny"],
+ ["Bright", "Luminous"],
+ ["Busy", "Swamped"],
+ ["Careful", "Cautious"],
+ ["Clear", "Obvious"],
+ ["Colorful", "Vibrant"],
+ ["Confused", "Perplexed"],
+ ["Creative", "Innovative"],
+ ["Crowded", "Bustling"]
+]