06-ZDIAUI0-Systemy-dialogow.../gramatyki/hello.jsgf

8 lines
124 B
Plaintext
Raw Normal View History

2023-04-21 03:23:11 +02:00
#JSGF V1.0 UTF-8 pl;
grammar hello;
<hello> = <greeting> ;
public <greeting> = (dzień dobry | cześć | siema | witam);