From ad88ea1e6d06b0c178a75203250bda38f5d1a740 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Sat, 18 May 2019 14:46:27 +0200 Subject: [PATCH] Added exclamations, greetings and yesno --- dictionary/exclamations.json | 1 + dictionary/greetings.json | 1 + dictionary/yesno.json | 1 + 3 files changed, 3 insertions(+) create mode 100644 dictionary/exclamations.json create mode 100644 dictionary/greetings.json create mode 100644 dictionary/yesno.json diff --git a/dictionary/exclamations.json b/dictionary/exclamations.json new file mode 100644 index 00000000..07ea9b65 --- /dev/null +++ b/dictionary/exclamations.json @@ -0,0 +1 @@ +["as if!", "no way!", "boo!", "please!", "oh my!", "that can't be!", "wow!", "oh boy...", "oh boy!", "oh dear", "ew!", "gross!", "ugh!", "big deal!", "whatever!", "I don't care!", "big whoop!", "it doesn't matter!", "get out!", "duh!", "no kidding!", "well, duh!", "well, yeah!", "you don't say?", "oh, no!", "finally!", "at last!", "at long last!", "about time!", "it's about time!", "yuck!", "yucky!", "ick!", "icky!", "rats!", "Jesus Christ!", "mother of god!", "amazing!", "damn it!"] \ No newline at end of file diff --git a/dictionary/greetings.json b/dictionary/greetings.json new file mode 100644 index 00000000..83516705 --- /dev/null +++ b/dictionary/greetings.json @@ -0,0 +1 @@ +["hello", "hi", "hey", "greetings", "good day", "good morning", "good afternoon", "good evening"] \ No newline at end of file diff --git a/dictionary/yesno.json b/dictionary/yesno.json new file mode 100644 index 00000000..00c4d07c --- /dev/null +++ b/dictionary/yesno.json @@ -0,0 +1 @@ +["yes", "yeah", "sure", "indeed", "affirmative", "absolutely", "yup", "yep", "no", "nope", "nah", "negative", "absolutely not"] \ No newline at end of file