SRGS grammar help
Posted: Thu Jun 04, 2009 11:18 pm
I need help with a grammar that needs to find out the spoken city name.
Here is what I got.
#ABNF 1.0 ISO-8859-1;
language en-US;
mode voice;
root $main;
tag-format <semantics/1.0>;
public $main =
"San Francisco":"San Francisco"|
"Chicago":"Chicago"|
"Des Plaines":"Des Plaines"|
...
...
...
...
...;
There is a big list. How can I write a decent well tuned grammar phrase to receive the city name?
Here is what I got.
#ABNF 1.0 ISO-8859-1;
language en-US;
mode voice;
root $main;
tag-format <semantics/1.0>;
public $main =
"San Francisco":"San Francisco"|
"Chicago":"Chicago"|
"Des Plaines":"Des Plaines"|
...
...
...
...
...;
There is a big list. How can I write a decent well tuned grammar phrase to receive the city name?