summaryrefslogtreecommitdiffstats
path: root/weatbag/words.py
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2013-04-30 16:25:55 -0700
committerThomas Kluyver <takowl@gmail.com>2013-04-30 16:25:55 -0700
commit8cdd5546c6993898e6d319853ab6c7e639ab7bf0 (patch)
tree07ffd6c5f76041f849d8028f130faf23b950972a /weatbag/words.py
parente8676fe2073467b093af0abc8ccb19443ed4ecb7 (diff)
parent689563831f55feaa4315c66773b63a49a93c70b9 (diff)
Merge pull request #23 from lathan/yesno
added yes/no words. Modified n2w2 to use words.
Diffstat (limited to 'weatbag/words.py')
-rw-r--r--weatbag/words.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/weatbag/words.py b/weatbag/words.py
index adaa012..05661aa 100644
--- a/weatbag/words.py
+++ b/weatbag/words.py
@@ -23,3 +23,7 @@ inventory = {'inventory', 'possessions', 'belongings', 'bag'}
surroundings = {'surroundings', 'around', 'scenery'}
prepositions = {'up', 'down', 'on', 'under', 'in', 'at', 'to', 'with', 'and'}
+
+# yes/no
+yes = {'yes','y','yup','ye'}
+no = {'no','n','nope'}