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

7 lines
199 B
Plaintext

#JSGF V1.0 UTF-8 pl;
grammar negate;
public <negate> = Nie <negates>;
<negates> = wolno | można | chcę | chce | odpowiada mi | pasuję mi | pasuje mi | mogę | podam;
public <negate_empty> = Nie;