Systemy_dialogowe/semantic_parser/gramatics/hello.jsgf
2022-06-01 20:39:10 +02:00

7 lines
155 B
Plaintext

#JSGF V1.0 UTF-8 pl;
grammar hello;
public <hello> = <words_hello>;
<words_hello> = czesc | hej | witaj | hey | hello | dzień dobry | siema | siemanko;