Compare commits

...

2 Commits

Author SHA1 Message Date
Olga Kwoczak 568dbc8e1b Merge branch 'chatbot' of https://git.wmi.amu.edu.pl/s151636/Generic_DialogSystem into chatbot 2023-03-12 13:55:59 +01:00
Olga Kwoczak b2c57b0699 pierwsza reguła 2023-03-12 13:55:46 +01:00
1 changed files with 8 additions and 5 deletions

View File

@ -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ł?",
),
),
(