The GSL File Grammar Format (deprecated)

The GSL file grammar format (“.gsl”) supports full Nuance Grammar Specification Language format.

You must define the grammar with a single main rule (prefixed with “.”).

You must have a slot named “tag” if you use the grammar as a main grammar in a recognition; for example:


.Main [
hi  {<tag hi>}
dtmf-star {<tag bye>}
dtmf-4 {<tag 4>}
joy {<tag lg>}
]