- Home
- About
- Examples
- Graph of
the month
08/2004 - GDL files
- SVG output
- PNG output
- HTML output
- PS output
- Applications
- Output split
- Animations
- Search
- Graph of
- Free trial
- Help
- Store
- Legal
- Contact
- Extras
- Sitemap
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 ];