Skip to content
Snippets Groups Projects
Commit 57d61890 authored by Laurin Gräsner's avatar Laurin Gräsner
Browse files

changed coffee order config

parent 854e83ea
No related branches found
No related tags found
1 merge request!50changed coffee order config
#JSGF V1.0;
grammar orderCoffee;
public <orderCoffee> = ([<robot>] [please] (give | bring | make) me (a | the) <drink>);
public <orderCoffee> = ([<robot>] (<request> | <wish>));
<request> = ([please] (give | bring | make) me [(a | the)] <drink>);
<wish> = (i would like [(a | the)] <drink> [please]);
<drink> = (coffee);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment