SystemyDialogowe/grammar/hello.jsgf

7 lines
155 B
Plaintext
Raw Normal View History

2022-06-05 18:56:12 +02:00
#JSGF V1.0 UTF-8 pl;
grammar hello;
public <hello> = <words_hello>;
<words_hello> = czesc | hej | witaj | hey | hello | dzień dobry | siema | siemanko;