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

removed the 'incomplete command' task type

parent 658dc005
No related branches found
No related tags found
1 merge request!64increased loudness threshold of (e)gpsr configs
...@@ -4,7 +4,7 @@ grammar speechRecognition; ...@@ -4,7 +4,7 @@ grammar speechRecognition;
public <sentence> = [could you | robot | tobi | tiago] [please] <command> [please] ; public <sentence> = [could you | robot | tobi | tiago] [please] <command> [please] ;
<command> = <CMDcountObj> | <CMDtransferObj> | <CMDfollow> | <CMDcountPpl> | <CMDoffer> | <cmdfndppl> | <cmdfndobj> | <cmdguide> | <cmdfollow> | <cmdfollowout> | <cmdincomplete> | <cmdman> | <complexman>; <command> = <CMDcountObj> | <CMDtransferObj> | <CMDfollow> | <CMDcountPpl> | <CMDoffer> | <cmdfndppl> | <cmdfndobj> | <cmdguide> | <cmdfollow> | <cmdfollowout> | <cmdman> | <complexman>;
<CMDcountObj> = (<V_count> <NP_category> (items | objects) at <NP_placement> and (inform | (report to)) <NP_me>) | (<V_count> <NP_category> (items | objects) are in <NP_placement>); <CMDcountObj> = (<V_count> <NP_category> (items | objects) at <NP_placement> and (inform | (report to)) <NP_me>) | (<V_count> <NP_category> (items | objects) are in <NP_placement>);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment