<!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>Pls help me with italian phonetic </TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<P><FONT SIZE=2>Hi i have great problem to translate this grammar in italian.<BR>
Yes good training.... i have only last question and sorry me if i'm<BR>
writing to you directly.<BR>
I have to great problem with recognition italian number.<BR>
I have see your lumenvox docs... " Adding Foreign Words" and for<BR>
espagnol and German. Your code work fine very fine.<BR>
But i have great problem to build phonetic Italian number.... pls it's<BR>
possibile have an example digit with italian phonetic example<BR>
"{D W EY: due}":"2" only this number "TWO" work for other number<BR>
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; ----> HERE I HAVE ALSO PUT es-ES but don't work again....<BR>
mode voice;<BR>
<BR>
tag-format <lumenvox/1.0>;<BR>
<BR>
<BR>
root $Digits;<BR>
<BR>
$Digit = (<BR>
"{D W EY: due}":"2" | WORK<BR>
"{T R EY: tre}":"3" | DON'T WORK<BR>
"{Q W AH TT R OW: quattro}":"4" | DON'T WORK<BR>
"{Z EH K S: sechs}":"6" | YOUR EXAMPLE WORK<BR>
"{Z IY B EH N: sieben}":"7" | YOUR EXAMPLE WORK<BR>
"{AA K T: acht}":"8" | YOUR EXAMPLE WORK<BR>
"{N OY N: neun}":"9" | YOUR EXAMPLE WORK<BR>
"{N UW L: null}":"0" );YOUR EXAMPLE WORK<BR>
<BR>
<BR>
$Digits = ($Digit {$+=$$})<1-3>;<BR>
<BR>
<BR>
</FONT>
</P>
</BODY>
</HTML>