Create, edit, and validate GRXML grammar files with our powerful editor. Built for speech recognition developers who demand precision.
Catch errors as you type with instant feedback. Our validator checks XML structure, rule references, and GRXML-specific semantics in real-time.
Color-coded elements make it easy to read and navigate complex grammar structures.
Quick insertion of common GRXML elements, attributes, and rule patterns.
Start fast with pre-built templates for common use cases like yes/no, numbers, dates.
Validate your grammars against sample inputs before deployment.
Open the Editor
Click "Open Editor" above or use the New Grammar button
Choose a Template
Select from our library or start from scratch
Write Your Rules
Define grammar rules with real-time validation
Test & Export
Validate against samples and download your grammar
<?xml version="1.0"?>
<grammar version="1.0"
xmlns="http://www.w3.org/2001/06/grammar"
xml:lang="en-US"
root="main">
<rule id="main">
<one-of>
<item>yes</item>
<item>no</item>
</one-of>
</rule>
</grammar>
Common causes of validation errors include:
Try these performance optimizations:
Use the built-in Testing Tools (press F6 or click the Test button). Enter sample phrases that users might say and verify they match the expected rules. Pro users get access to batch testing and automated test suites.