aiSee: JSGF Grammar Graph

JSGF grammar graph

Courtesy of Carnegie Mellon University, Sun Microsystems and MERL. The GDL source of this grammar graph was automatically generated by the Sphinx-4 speech recognizer from the following sample JSGF (Java Speech Grammar Format) grammar:

public <basicCmd> = <startPolite> <command> <endPolite>;

<command> = <ACTION> <OBJECT>;
<action>  = /10/ open |/2/ close |/1/ delete |/1/ move;
<object>  = [the | a] (window | file | menu);

<startPolite> = (please
               | kindly
               | could you
               | oh mighty computer) *;
<endPolite> = [ please | thanks | thank you ];