Skip to content
Snippets Groups Projects
Commit 072f50e8 authored by Henri Neumann's avatar Henri Neumann
Browse files

gpsr grammar

parent a9d0d595
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0;
grammar speechRecognition;
public <sentence> = ([tobi | biron] <VP1> [([and|then] <VP2>)] [([and|then] <VP3>)]);
public <sentence> = ([tobi | biron] <VP1> ([and|then] <VP2>) [([and|then] <VP3>)]);
<VP1> = (<VP_tritrans> | <VP_bitrans> | <VP_trans> );
......
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