Skip to content
Snippets Groups Projects
Commit 08bf51ca authored by pvonneumanncosel's avatar pvonneumanncosel
Browse files

adds 1 tp VP

parent 2026969a
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0;
grammar speechRecognition;
public <sentence> = [could you | robot | tobi] [please] <VP>;
public <sentence> = [could you | robot | tobi] [please] <VP1>;
<VP> = (<VP_quintrans> | <VP_quatrans> | <VP_tritrans> | <VP_bitrans> | <VP_trans>);
<VP1> = (<VP_quintrans> | <VP_quatrans> | <VP_tritrans> | <VP_bitrans> | <VP_trans>);
<VP_trans> = <countPpl> | <greetKid> | <followPerAtLoc> | <accompanyPerAtLoc> | <guidePerAtLoc>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment