Język polski
This commit is contained in:
parent
21b709f923
commit
6d456a2083
14
eliza.py
14
eliza.py
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user