diff --git a/psGrammar/demos/commands.jsgf b/psGrammar/demos/commands.jsgf index 22f6ecd96401d55d9ab294765e2c881398b524ad..09dddf3a438eeef8930e7cee129b035da8f350ab 100644 --- a/psGrammar/demos/commands.jsgf +++ b/psGrammar/demos/commands.jsgf @@ -4,7 +4,7 @@ grammar commands; public <command> = [tobi] ( <followMe> | <ordering> | <learn> | <rec> | <count> | <explain> | <listen> | <hand> | <see> | <save> | <who> | <gripper> | <demo>); <followMe> = (follow me); -<ordering> = (start taking orders); +<ordering> = (start taking orders) | (take my order); <learn> = (learn a person); <rec> = (recognize me); <count> = (count the people);