Skip to content
Snippets Groups Projects
room.jsgf 125 B
#JSGF V1.0;
grammar ToBI_room;
public <statement> = <rooms>;

<rooms> = [the] ((living room) | bedroom | hallway | kitchen);