Systemy_dialogowe/semantic_parser/gramatics/hello.jsgf

7 lines
99 B
Plaintext
Raw Normal View History

2022-05-25 12:52:02 +02:00
#JSGF V1.0 UTF-8 pl;
grammar hello;
public <hello> = <words_hello>;
2022-06-01 12:05:06 +02:00
<words_hello> = czesc | hej;