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 = {
"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)