Skip to content
Snippets Groups Projects
object.jsgf 266 B
#JSGF V1.0;
grammar emergencySituation_object;

public <emergencySituation> = <objectPhrase>;

<objectPhrase> = <water> | <self aid kit> | <cell phone> | <nothing>;

<water> = water;
<self aid kit> = (self aid kit);
<cell phone> = (cell phone);
<nothing> = nothing;