Język polski

This commit is contained in:
s452487 2024-03-07 13:00:28 +01:00
parent 21b709f923
commit 6d456a2083

View File

@ -128,9 +128,7 @@ pairs = ((
"Czy masz jakieś techniki, które pomagają Ci w zmniejszeniu uczucia zmęczenia %1?",
),
),
)
)
reflections = {
"ja jestem": "ty jestes",
@ -158,10 +156,10 @@ eliza_chatbot = Chat(pairs, reflections)
def eliza_chat():
print("Therapist\n---------")
print("Talk to the program by typing in plain English, using normal upper-")
print('and lower-case letters and punctuation. Enter "quit" when done.')
print("Terapeuta\n---------")
print("Rozmawiaj z programem pisząc naturalnym językiem polskim, korzystając z dużych-")
print('oraz małych liter i interpunkcji. Napisz "wyjdz" by zakończyć rozmowę.')
print("=" * 72)
print("Hello. How are you feeling today?")
print("Cześć. Jak się dzisiaj czujesz?")
eliza_chatbot.converse()
eliza_chatbot.converse(quit="wyjdz")