Systemy_dialogowe/semantic_parser/gramatics/bye.jsgf

7 lines
122 B
Plaintext
Raw Normal View History

2022-05-24 00:15:15 +02:00
#JSGF V1.0 UTF-8 pl;
grammar bye;
2022-05-25 12:52:02 +02:00
public <bye> = <words_bye>;
2022-05-24 00:15:15 +02:00
2022-06-07 20:48:37 +02:00
<words_bye> = do widzenia | do zobaczenia | bye | zegnaj;