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

gpsr grammar

parent 072f50e8
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ public <sentence> = ([tobi | biron] <VP1> ([and|then] <VP2>) [([and|then] <VP3>) ...@@ -57,7 +57,7 @@ public <sentence> = ([tobi | biron] <VP1> ([and|then] <VP2>) [([and|then] <VP3>)
<N_class> = food | container | (cleaning stuff) | drink | candy ; <N_class> = food | container | (cleaning stuff) | drink | candy ;
<N_place> = (bedroom | chair | fridge | bed | nightstand | closet | kitchen |(kitchen trashbin) | (kitchen counter) | sink | (hallway trashbin) | (tv stand) | livingroom | couch | sideboard | bookcase | (dinner table) | (dinner chair) | (dinner chairs)); <N_place> = (bedroom | chair | fridge | bed | nightstand | closet | kitchen |(kitchen trashbin) | (kitchen counter) | sink | (hallway trashbin) | (tv stand) | livingroom | couch | sideboard | bookcase | (dinner table) | (dinner chair) | (dinner chairs));
<N_object> = (apple | avocado | bowl | (chocolate sprinkles) | cloth | (dishwashing soap) | (kinder coke) | lemon | licorice | (little bananas) | macaroni | milk | (pineapple cookies) | paprika | plate | rice | smoothie | soap | sponge | (storage box) | (strawberry cookies) | tea | (toilet paper) | tuc | wafer | water| (<N_random_object> object) | (<N_random_object> thing) | (<N_random_object> box)); <N_object> = (apple | avocado | bowl | (chocolate sprinkles) | cloth | (dishwashing soap) | (kinder coke) | lemon | licorice | (little bananas) | macaroni | milk | (pineapple cookies) | paprika | plate | rice | smoothie | soap | sponge | (storage box) | (strawberry cookies) | tea | (toilet paper) | tuc | wafer | water );
<N_random_object> = (<color> | <shape> | <color> <shape> | <shape> <color> ); <N_random_object> = (<color> | <shape> | <color> <shape> | <shape> <color> );
<color> = (green | red | blue | black | white | yellow | purple | pink | brown | orange); <color> = (green | red | blue | black | white | yellow | purple | pink | brown | orange);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment