Merge branch 'chatbot' of https://git.wmi.amu.edu.pl/s151636/Generic_DialogSystem into chatbot
This commit is contained in:
commit
ab975f844e
9
eliza.py
9
eliza.py
@ -4,19 +4,28 @@ import re
|
||||
|
||||
reflections = {
|
||||
"ja jestem": "ty jesteś",
|
||||
"jestem" : "jesteś",
|
||||
"ja byłem": "ty byłeś",
|
||||
"byłem" : "byłeś",
|
||||
"ja byłam": "ty byłaś",
|
||||
"byłam" : "byłaś",
|
||||
"ja": "ty",
|
||||
"ja będę": "ty będziesz",
|
||||
"będę" : "będziesz",
|
||||
"mój": "twój",
|
||||
"moja": "twoja",
|
||||
"mi": "ci",
|
||||
"mnie": "tobie",
|
||||
"tobie" : "mnie",
|
||||
"ty jesteś": "ja jestem",
|
||||
"jesteś" : "jestem",
|
||||
"ty byłeś": "ja byłem",
|
||||
"byłeś" : "byłem",
|
||||
"ty byłaś": "ja byłam",
|
||||
"byłaś" : "byłam",
|
||||
"ty": "ja",
|
||||
"ty będziesz": "ja będę",
|
||||
"będziesz" : "będę",
|
||||
"twój": "mój",
|
||||
"twoja": "moja"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user