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

added missing separator

parent f83da134
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ public <sentence> = [could you | robot | tobi | tiago] [please] <command> [ple ...@@ -54,7 +54,7 @@ public <sentence> = [could you | robot | tobi | tiago] [please] <command> [ple
<followPrs> = <V_follow> <NP_personalpron>; <followPrs> = <V_follow> <NP_personalpron>;
<followPrsToRoom> = <V_follow> <NP_personalpron> <toLocPrep> <NP_roomTwo>; <followPrsToRoom> = <V_follow> <NP_personalpron> <toLocPrep> <NP_roomTwo>;
<followName> = <V_follow> <NP_name> <followName> = <V_follow> <NP_name>;
<followNameFromBeacToRoom> = <V_follow> <NP_name> <fromLocPrep> (<NP_beacon> | <NP_room>) <toLocPrep> <NP_roomTwo>; <followNameFromBeacToRoom> = <V_follow> <NP_name> <fromLocPrep> (<NP_beacon> | <NP_room>) <toLocPrep> <NP_roomTwo>;
<meetName> = <V_meet> <NP_name>; <meetName> = <V_meet> <NP_name>;
......
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