pierwsza reguła
This commit is contained in:
parent
0fe9d4a844
commit
b2c57b0699
13
eliza.py
13
eliza.py
@ -229,13 +229,16 @@ pairs = (
|
||||
),
|
||||
),
|
||||
(r"Why (.*)", ("Why don't you tell me the reason why %1?", "Why do you think %1?")),
|
||||
|
||||
|
||||
#następne 10 olga
|
||||
(
|
||||
r"I want (.*)",
|
||||
r"Ja chcę (.*)",
|
||||
(
|
||||
"What would it mean to you if you got %1?",
|
||||
"Why do you want %1?",
|
||||
"What would you do if you got %1?",
|
||||
"If you got %1, then what would you do?",
|
||||
"Jak ważne dla Ciebie jest %1?",
|
||||
"Dlaczego chcesz %1?",
|
||||
"Co zorbiłbyś, gdybyś dostał %1?",
|
||||
"Jeśli dostałbyś %1, co byś zrobił?",
|
||||
),
|
||||
),
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user