refleksje

This commit is contained in:
Antoni Solarski 2024-03-07 12:55:44 +01:00
parent a353e5a5c5
commit 21b709f923

View File

@ -133,22 +133,26 @@ pairs = ((
reflections = { reflections = {
"i am": "you are", "ja jestem": "ty jestes",
"i was": "you were", "ja bylem": "ty byles",
"i": "you", "ja bylam": "ty bylas",
"i'm": "you are", "ja": "ty",
"i'd": "you would", "jestem": "jestes",
"i've": "you have", "zrobilbym": "zrobilbys",
"i'll": "you will", "zrobilem": "zrobiles",
"my": "your", "zrobie": "zrobisz",
"you are": "I am", "moj": "twoj",
"you were": "I was", "moja": "twoja",
"you've": "I have", "moje": "twoje",
"you'll": "I will", "jestes": "jestem",
"your": "my", "byles": "bylam",
"yours": "mine", "zrobilas": "zrobilam",
"you": "me", "zrobisz": "zrobie",
"me": "you", "twoj": "moj",
"twoja": "moja",
"twoje": "moje",
"ty": "ja",
"ja": "ty",
} }
eliza_chatbot = Chat(pairs, reflections) eliza_chatbot = Chat(pairs, reflections)