refleksje
This commit is contained in:
parent
a353e5a5c5
commit
21b709f923
36
eliza.py
36
eliza.py
@ -133,22 +133,26 @@ pairs = ((
|
||||
|
||||
|
||||
reflections = {
|
||||
"i am": "you are",
|
||||
"i was": "you were",
|
||||
"i": "you",
|
||||
"i'm": "you are",
|
||||
"i'd": "you would",
|
||||
"i've": "you have",
|
||||
"i'll": "you will",
|
||||
"my": "your",
|
||||
"you are": "I am",
|
||||
"you were": "I was",
|
||||
"you've": "I have",
|
||||
"you'll": "I will",
|
||||
"your": "my",
|
||||
"yours": "mine",
|
||||
"you": "me",
|
||||
"me": "you",
|
||||
"ja jestem": "ty jestes",
|
||||
"ja bylem": "ty byles",
|
||||
"ja bylam": "ty bylas",
|
||||
"ja": "ty",
|
||||
"jestem": "jestes",
|
||||
"zrobilbym": "zrobilbys",
|
||||
"zrobilem": "zrobiles",
|
||||
"zrobie": "zrobisz",
|
||||
"moj": "twoj",
|
||||
"moja": "twoja",
|
||||
"moje": "twoje",
|
||||
"jestes": "jestem",
|
||||
"byles": "bylam",
|
||||
"zrobilas": "zrobilam",
|
||||
"zrobisz": "zrobie",
|
||||
"twoj": "moj",
|
||||
"twoja": "moja",
|
||||
"twoje": "moje",
|
||||
"ty": "ja",
|
||||
"ja": "ty",
|
||||
}
|
||||
eliza_chatbot = Chat(pairs, reflections)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user