Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.07 KB

README.md

File metadata and controls

15 lines (11 loc) · 1.07 KB

Grammar Profile

Learning more about grammars and how they are used in speech recognition engines and the Speech Recognition API in particular.

The API doesn't seem to respect grammars. Instead of matching only the grammar, the API will fire a result event whenever it is able to transcribe what was said. Because of this, this repo introduces "soft grammars".

Notes

The Speech Recognition API is experimental and is currently only supported by Chrome.

References