Skip to content
Snippets Groups Projects
Commit 66f9ae6a authored by Leon Ziegler's avatar Leon Ziegler
Browse files

added open callenge

parent f3bbfe56
No related branches found
No related tags found
No related merge requests found
.project 0 → 100644
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>SpeechRec</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
#JSGF V1.0;
grammar ToBI_demoChallange;
public <statement> = [tobi] [please] <command> [please] [tobi];
<command> = <followMe> | <stop> | <cleanUp> | <grasp>;
<followMe> = follow me;
<stop> = stop [it];
<cleanUp> = clean [up];
<grasp> = grasp [object];
#JSGF V1.0;
grammar A4_rsm;
public <rsm> = [the] <furniture> [is] [on] [the] [in] ( <IN_FRONT_OF> | <BEHIND> | <RIGHT_OF> | <LEFT_OF> ) [of] [the] <furniture>;
<furniture> = ( ( sofa | couch ) | chair | cupboard | shelf | table ) ;
<IN_FRONT_OF> = ( before | front );
<BEHIND> = ( behind | after );
<LEFT_OF> = ( left );
<RIGHT_OF> = ( right );
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