<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.51">
<TITLE>Phonetic Speller</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hi i have great problem to translate&nbsp; this grammar in italian.<BR>
Yes good training.... i have only last question and sorry me if i'm writing to you directly.<BR>
I have to great problem with recognition italian number.<BR>
I have see your lumenvox docs... &quot; Adding Foreign Words&quot; and for espagnol and German. Your code work fine very fine.<BR>
But i have great problem&nbsp; to build phonetic Italian number.... pls it's possibile have an example digit with italian phonetic example<BR>
&nbsp; &quot;{D W EY: due}&quot;:&quot;2&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; only this number &quot;TWO&quot; work for other number nothing i have great problem to transalte<BR>
UNO 1<BR>
TRE 3<BR>
QUATTRO 4<BR>
CINQUE 5<BR>
SEI 6<BR>
SETTE 7<BR>
OTTO 8<BR>
NOVE 9<BR>
DIECI 10<BR>
Pls can you help me?<BR>
Devis<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
#ABNF 1.0 UTF-8;<BR>
language en-US;<BR>
mode voice;<BR>
<BR>
tag-format &lt;lumenvox/1.0&gt;;<BR>
<BR>
<BR>
root $Digits;<BR>
<BR>
$Digit = (<BR>
&nbsp; &quot;{D W EY: due}&quot;:&quot;2&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | WORK<BR>
&nbsp; &quot;{T R EY S: tre}&quot;:&quot;3&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | DON'T WORK<BR>
&nbsp; &quot;{Q W AH TT R OW: quattro}&quot;:&quot;4&quot; | DON'T WORK<BR>
&nbsp; &quot;{Z EH K S: sechs}&quot;:&quot;6&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | YOUR EXAMPLE WORK<BR>
&nbsp; &quot;{Z IY B EH N: sieben}&quot;:&quot;7&quot;&nbsp; | YOUR EXAMPLE WORK<BR>
&nbsp; &quot;{AA K T: acht}&quot;:&quot;8&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | YOUR EXAMPLE WORK<BR>
&nbsp; &quot;{N OY N: neun}&quot;:&quot;9&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | YOUR EXAMPLE WORK<BR>
&nbsp; &quot;{N UW L: null}&quot;:&quot;0&quot; );YOUR EXAMPLE WORK<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
<BR>
$Digits = ($Digit {$+=$$})&lt;1-3&gt;;</FONT>
</P>

</BODY>
</HTML>