VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
Mike at Trest.COM Guest
|
Posted: Sun Mar 30, 2008 8:54 am Post subject: [asterisk-users] Langugae issue |
|
|
Ayman,
One solution is to write an AGI scrip to parse the number and read
back in Arabic semantic order. for the last two digits and for
certain special numbers like 11 , 100 , 1000, ... . I must bring
out my old Arabic language books to do this myself, but if you will
share the language files with the asterisk group, then I will make
an example AGI for you that we can share with the list.
If you are agreeable, let us continue EMAIL messages privately until
we have something working that we can share with the list.
..mike..
At 09:20 AM 3/30/2008, aymen warfalli wrote:
Quote: | Hi list
I add new directory for Arabic voices support and I 'd translated
all the English voices files into Arabic , with language = ar ,and
it is working fine ,except some problems in saying the number order
,because the Arabic structure is quite different for numbers
,where in English language we can say twenty two while the order
should be two and twenty ,so please if you can guide me how to
change the setting to do that .
regads
Ayman
----------
Watch "Cause Effect," a show about real people making a real
difference.
<http://im.live.com/Messenger/IM/MTV/?source=text_watchcause>Learn more.
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
| -------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080330/c90d5766/attachment.htm |
|
Back to top |
|
|
anselm at hoffmeister-... Guest
|
Posted: Sun Mar 30, 2008 10:16 am Post subject: [asterisk-users] Langugae issue |
|
|
Am Sonntag, den 30.03.2008, 09:54 -0400 schrieb Mike Trest - Personal:
Quote: | Ayman,
One solution is to write an AGI scrip to parse the number and read
back in Arabic semantic order. for the last two digits and for
certain special numbers like 11 , 100 , 1000, ... . I must bring
out my old Arabic language books to do this myself, but if you will
share the language files with the asterisk group, then I will make an
example AGI for you that we can share with the list.
If you are agreeable, let us continue EMAIL messages privately until
we have something working that we can share with the list.
..mike..
|
Dear Mike,
for me it seems that this is what say.conf is good for:
http://svn.digium.com/view/asterisk/branches/1.6.0/configs/say.conf.sample?revision=105596&view=markup
(which seems to be considered the "new" format).
Perhaps it would be better to implement Arabic there than by means of an
AGI script. Be sure to check with the developers wether this will be
relevant for Asterisk 1.4 or if you need to go with 1.6 SVN to benefit.
Best regards
Anselm |
|
Back to top |
|
|
tzafrir.cohen at xorco... Guest
|
Posted: Sun Mar 30, 2008 10:23 am Post subject: [asterisk-users] Langugae issue |
|
|
On Sun, Mar 30, 2008 at 05:16:00PM +0200, Anselm Martin Hoffmeister wrote:
Quote: | Am Sonntag, den 30.03.2008, 09:54 -0400 schrieb Mike Trest - Personal:
Quote: | Ayman,
One solution is to write an AGI scrip to parse the number and read
back in Arabic semantic order. for the last two digits and for
certain special numbers like 11 , 100 , 1000, ... . I must bring
out my old Arabic language books to do this myself, but if you will
share the language files with the asterisk group, then I will make an
example AGI for you that we can share with the list.
If you are agreeable, let us continue EMAIL messages privately until
we have something working that we can share with the list.
..mike..
|
Dear Mike,
for me it seems that this is what say.conf is good for:
http://svn.digium.com/view/asterisk/branches/1.6.0/configs/say.conf.sample?revision=105596&view=markup
(which seems to be considered the "new" format).
Perhaps it would be better to implement Arabic there than by means of an
AGI script. Be sure to check with the developers wether this will be
relevant for Asterisk 1.4 or if you need to go with 1.6 SVN to benefit.
|
say.conf works nicely for some languages. I was not able to make
something useful enough with its syntax for Hebrew, and from the little
I know of Arabic syntax, it will share the same problem.
One basic problem is that there's no gender-form parameter anywhere in
the interface.
--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir |
|
Back to top |
|
|
Mike at Trest.COM Guest
|
Posted: Sun Mar 30, 2008 12:12 pm Post subject: [asterisk-users] Langugae issue |
|
|
Tzafrir, Anselm, and others. Thanks for your comments on my
suggestion to Ayman.
As one who is "familiar, but not-native speaker" with Arabic, Hebrew,
and several other classical Semitic family languages, it would
require much more time to try to fit those into the linear structure
of SAY.CONF than to deal with it in a directly parsed manner. I can
say the same for some Asian languages too. The results would
recognized but would not be culturally acceptable.
OFF TOPIC COMMENTS:
I am constantly amazed at cross-language translations that try to
follow the western language standards in computerized
applications. Historically, the use of numbers came relatively late
to western languages. While I am proud to be an American (as well
as a computer-geek), I have crossed the multi-lingual &
multi-cultural barriers many years back!
END OFF TOPIC COMMENTS.
..mike..
At 11:23 AM 3/30/2008, you wrote:
Quote: | On Sun, Mar 30, 2008 at 05:16:00PM +0200, Anselm Martin Hoffmeister wrote:
Quote: | Am Sonntag, den 30.03.2008, 09:54 -0400 schrieb Mike Trest - Personal:
Quote: | Ayman,
One solution is to write an AGI scrip to parse the number and read
back in Arabic semantic order. for the last two digits and for
certain special numbers like 11 , 100 , 1000, ... . I must bring
out my old Arabic language books to do this myself, but if you will
share the language files with the asterisk group, then I will make an
example AGI for you that we can share with the list.
If you are agreeable, let us continue EMAIL messages privately until
we have something working that we can share with the list.
..mike..
|
Dear Mike,
for me it seems that this is what say.conf is good for:
| http://svn.digium.com/view/asterisk/branches/1.6.0/configs/say.conf.sample?revision=105596&view=markup
Quote: | (which seems to be considered the "new" format).
Perhaps it would be better to implement Arabic there than by means of an
AGI script. Be sure to check with the developers wether this will be
relevant for Asterisk 1.4 or if you need to go with 1.6 SVN to benefit.
|
say.conf works nicely for some languages. I was not able to make
something useful enough with its syntax for Hebrew, and from the little
I know of Arabic syntax, it will share the same problem.
One basic problem is that there's no gender-form parameter anywhere in
the interface.
--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
|
Back to top |
|
|
tzafrir.cohen at xorco... Guest
|
Posted: Sun Mar 30, 2008 1:15 pm Post subject: [asterisk-users] Langugae issue |
|
|
On Sun, Mar 30, 2008 at 01:12:43PM -0400, Mike Trest - Personal wrote:
Quote: | Tzafrir, Anselm, and others. Thanks for your comments on my
suggestion to Ayman.
As one who is "familiar, but not-native speaker" with Arabic, Hebrew,
and several other classical Semitic family languages, it would
require much more time to try to fit those into the linear structure
of SAY.CONF than to deal with it in a directly parsed manner. I can
say the same for some Asian languages too. The results would
recognized but would not be culturally acceptable.
|
I may be mis-informed, but I believe quite a few western-european
languages actually have exactly the same problem - the need to count in
both a male and a female form.
--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|