<div dir="ltr">ok thanks, unfortunately that wont go well with callers at least not in my situation however I think I can come up with a logic which will check against alternate possibilities.<br><br>Btw is there a resource anywhere on the web that you know of which has .gram files one can use?<br>
<br><br><br><div class="gmail_quote">On Fri, Oct 10, 2008 at 6:55 PM, Stephen Keller <span dir="ltr">&lt;<a href="mailto:StephenKeller@lumenvox.com">StephenKeller@lumenvox.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">









<div link="blue" vlink="purple" lang="EN-US">

<div>

<p><span style="font-size: 10pt; color: black;">This is a pretty common problem, and one without a great solution.
The fact is that &quot;Eight&quot; and &quot;A&quot; sound very similar in
English -- even humans have great difficulty distinguishing them over the
phone. If it&#39;s hard for humans, it&#39;s harder for a machine.</span></p>

<p><span style="font-size: 10pt; color: black;">&nbsp;</span></p>

<p><span style="font-size: 10pt; color: black;">The best way to deal with it, if possible, is to ask people to say
things like &quot;Alpha&quot; or &quot;Alex&quot; for &quot;A&quot; and add
those to your grammar, which I think you&#39;ve started doing with &quot;Y.&quot;</span></p>

<p><span style="font-size: 10pt; color: black;">Thanks,</span><span style="color: black;"></span></p>

<p><b><span style="font-size: 10.5pt; color: rgb(91, 96, 105);">Stephen Keller<br>
</span></b><span style="font-size: 9pt; color: rgb(0, 0, 51);">Project Manager<br>
</span><b><span style="font-size: 10.5pt; color: rgb(91, 96, 105);">LumenVox</span></b><b><span style="font-size: 10pt; color: black;"><br>
</span></b><b><span style="font-size: 10.5pt; color: rgb(91, 96, 105);">P</span></b><b><span style="font-size: 10pt; color: black;">:&nbsp;</span></b><span style="font-size: 9pt; color: rgb(0, 0, 51);">1-877-977-0707 – just say, &quot;Support&quot; <br>

</span><b><span style="font-size: 10.5pt; color: rgb(91, 96, 105);">P</span></b><b><span style="font-size: 10pt; color: black;">:&nbsp;</span></b><span style="font-size: 9pt; color: rgb(0, 0, 51);">+1-858-707-7700<br>
</span><b><span style="font-size: 10.5pt; color: rgb(91, 96, 105);">F</span></b><b><span style="font-size: 10pt; color: black;">:&nbsp;</span></b><span style="font-size: 9pt; color: rgb(0, 0, 51);">+1-858-707-7072 <br>
<a href="mailto:support@LumenVox.com" title="blocked::mailto:Stacy@LumenVox.com" target="_blank"><b><span style="font-size: 10pt; color: blue;">support@LumenVox.com</span></b></a><br>
<a href="http://www.lumenvox.com/" title="http://www.lumenvox.com/" target="_blank"><b><span style="font-size: 10pt; color: purple;">www.LumenVox.com</span></b></a></span><span style="font-size: 10pt; color: black;"></span></p>


<p><span style="font-size: 10pt; color: black;">&nbsp;</span></p>

<p><span style="font-size: 10pt; color: black;">&nbsp;</span></p>

<div style="border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color blue; border-width: medium medium medium 1.5pt; padding: 0in 0in 0in 4pt;">

<div>

<div style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0in 0in;">

<p><b><span style="font-size: 10pt;">From:</span></b><span style="font-size: 10pt;">
<a href="mailto:asterisk-speech-rec-bounces@lists.digium.com" target="_blank">asterisk-speech-rec-bounces@lists.digium.com</a>
[mailto:<a href="mailto:asterisk-speech-rec-bounces@lists.digium.com" target="_blank">asterisk-speech-rec-bounces@lists.digium.com</a>] <b>On Behalf Of </b>David
Merel<br>
<b>Sent:</b> Friday, October 10, 2008 3:31 PM<br>
<b>To:</b> <a href="mailto:asterisk-speech-rec@lists.digium.com" target="_blank">asterisk-speech-rec@lists.digium.com</a><br>
<b>Subject:</b> [asterisk-speech-rec] How does one tell the difference
betweennumbers and letters - Lumenvox</span></p>

</div>

</div><div><div></div><div class="Wj3C7c">

<p>&nbsp;</p>

<div>

<p>So I have a Grammar file where I am trying to combine
letters and numbers so that people can speak a model number of a MAC address of
a network device into the phone.<br>
<br>
Problem is 8 and A are commonly being mixed up, even with the speech tuner it
doesnt seem to be too accurate, is there any way in the grammar file to further
enhance a Letters recognition?<br>
<br>
Here is a small example, btw for example you will see below I added
&quot;Ay&quot; not sure if that even valid, but with or without I am getting
the same accuracy issues.<br>
<br>
$Digit = (ONE:&quot;1&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
TWO:&quot;2&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
THREE:&quot;3&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
FOUR:&quot;4&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
FIVE:&quot;5&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
SIX:&quot;6&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
SEVEN:&quot;7&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
EIGHT:&quot;8&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
NINE:&quot;9&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (ZERO | O):&quot;0&quot;
);<br>
<br>
$A = (A|Ay):&quot;A&quot;;<br>
$B = (B|bee):&quot;B&quot;;<br>
$C = (C|see):&quot;C&quot;;<br>
$D = (D|dee):&quot;D&quot;;<br>
<br>
$Y = (Yankee $GARBAGE| <br>
Young|Why):&quot;Y&quot;;<br>
<br>
$Digits = {$=&#39;&#39;} (($Digit|$A|$B|$C|$D|$Y){$+=$$})&lt;1-&gt;;<br>
<br>
Any help would be great<br>
<br>
Fyi, I am working with Lumenvox Speech Engine</p>

</div>

</div></div></div>

</div>

</div>


<br>_______________________________________________<br>
--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
<br>
asterisk-speech-rec mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
 &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-speech-rec" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-speech-rec</a><br></blockquote></div><br></div>