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

fix

parent 8b4deeff
No related branches found
No related tags found
Loading
#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>;
public <rsm> = [the] <furniture> is ( <IN_FRONT_OF> | <BEHIND> | <RIGHT_OF> | <LEFT_OF> ) of the <furniture>;
<furniture> = ( ( sofa | couch ) | chair | cupboard | shelf | table ) ;
<IN_FRONT_OF> = ( before | front );
......
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