Multiple choice technology testing

Microsoft SRGS grammar validation tool is used to find

  1. Ambiguous branches and to check the syntax.

  2. Ambiguous branches, Cascading phrases,normalization errors and to check the syntax.

  3. Cascading phrases and normalization errors only.

  4. Normalization errors only.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Microsoft SRGS (Speech Recognition Grammar Specification) validation tool checks for cascading phrases (where one rule contains another) and normalization errors (grammar format issues). Option B adds ambiguous branches which are typically checked by different tools.