telegram-bot-systemy-dialogowe/JSGFs/hello.jsgf
2021-05-16 18:27:12 +02:00

6 lines
147 B
Plaintext

#JSGF V1.0 UTF-8 pl;
grammar hello;
public <hello> = <hellos>;
<hellos> = Witam | Dzień dobry | Cześć | Siemka | Dobry wieczór | Hej | Hejka;