Contents Previous Next
This document is the technical specification for the Java Speech Grammar Format
(JSGF). The Java Speech Grammar Format is a platform-independent, vendor-
independent textual representation of grammars for use in speech recognition.
JSGF adopts the style and conventions of the Java programming language in
addition to use of traditional grammar notations.
Technical Scope
This specification does not address programmatic issues. Programming issues,
including those listed below, are covered in the documentation for the Java Speech
API (JSAPI).
- Mechanisms for loading, creating and deleting of grammars in a speech
recognizer, activation of grammars for recognition, and other grammar
management functionality.
- Conventions for loading grammars: for example, via URLs on a web site.
- Mechanisms for receiving results of recognition for a grammar and processing
of those results.
- Error handling for syntactically incorrect grammar definitions.
- Vocabulary management including handling of token pronunciations.
Web Resources
For more information about the Java Speech API and for the latest information on
the Java Speech Grammar Format visit the Java Speech API home page:
http://java.sun.com/products/java-media/speech/
Mailing Lists
Discussion lists have been set up for everyone interested in the Java Speech API,
the Java Speech Grammar Format specification, the Java Synthesis Markup
Language, and related technologies. The javaspeech-announce mailing list
carries important announcements about releases and updates. The javaspeech-
interest mailing list is for open discussion of the Java Speech API and the
associated specifications.
To subscribe to the javaspeech-announce list or the javaspeech-interest
list, send email with subscribe javaspeech-announce or subscribe
javaspeech-interest or both in the message body to:
javamedia-request@sun.com
The javaspeech-announce mailing list is moderated. It is not possible to send
email to that list.
To send messages to the interest list, send email to:
javaspeech-interest@sun.com
To unsubscribe from the javaspeech-announce list or the javaspeech-
interest list, send email with unsubscribe javaspeech-announce or
unsubscribe javaspeech-interest or both in the message body to:
javamedia-request@sun.com
Comments and submission proposals for enhancements should be sent to:
javaspeech-comments@sun.com
Revision History
Version 1.0: October 26, 1998
Contents Previous Next
|