diff options
author | Dipesh Amin <yaypunkrock@gmail.com> | 2011-09-05 21:51:17 +0100 |
---|---|---|
committer | Dipesh Amin <yaypunkrock@gmail.com> | 2011-09-05 21:51:17 +0100 |
commit | a5222ca53a10cb8bd880c5a26ad3c8103f3d6ad4 (patch) | |
tree | 2a963632b07a09557df14e8832f93984e6206f0c | |
parent | 9dc9ae7934ef355d5f88ad8f0e371fd73215915e (diff) | |
download | manamarket-a5222ca53a10cb8bd880c5a26ad3c8103f3d6ad4.tar.gz manamarket-a5222ca53a10cb8bd880c5a26ad3c8103f3d6ad4.tar.bz2 manamarket-a5222ca53a10cb8bd880c5a26ad3c8103f3d6ad4.tar.xz manamarket-a5222ca53a10cb8bd880c5a26ad3c8103f3d6ad4.zip |
more chat
-rw-r--r-- | eliza.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,6 +56,7 @@ patternResps = [ [[[0,'we'],'i','have',[0,'thing']],['how','is', 'your',[0,'thing'],'?']], [[[0,'we'],'is','great'],['how','is',[0,'we'],'great','?']], [['i','like',[0,'a']],['Interesting','i','appreciate',[0,'a'],'too']], + [['sell',[0,'stuff']],['To','sell',[0,'stuff'],'use','my','!add','command.'], [['i','said',[0,'we']],['Why','did','you','say',[0,'we']]], [[0,'you',[1,'b'],'me'],['What','gave','you','the','impression','I',[1,'b'],'you ?']], [['i','feel',[0,'a']],['How','long','have','you','felt',[0,'a'],'?']], |