diff --git a/ps-grammar/roboNurse/roboNurse.jsgf b/ps-grammar/roboNurse/roboNurse.jsgf new file mode 100644 index 0000000000000000000000000000000000000000..1496f4e6f26ae2bc50270490c4023e273eab43d1 --- /dev/null +++ b/ps-grammar/roboNurse/roboNurse.jsgf @@ -0,0 +1,11 @@ +#JSGF V1.0; +grammar roboNurse; + +public <root> = [tobi] [please] (<command>); +<command> = (<assistance>|<pills>|<pillsspec>); + +<assistance> = [i need] [your] assistance; +<pills> = [i need] [my] (pills|pill); +<pillsspec> = [i need] [the] <properties> (one|bottle); + +<properties> = (leftmost|rightmost|blue|red|green|big|small);