Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #45374 > unrolled thread

Translation API in Python

Started byHala Gamal <halagamal2009@gmail.com>
First post2013-05-15 15:00 -0700
Last post2013-05-23 00:27 +1000
Articles 4 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  Translation API in Python Hala Gamal <halagamal2009@gmail.com> - 2013-05-15 15:00 -0700
    Re: Translation API in Python Chris Angelico <rosuav@gmail.com> - 2013-05-16 10:02 +1000
      Re: Translation API in Python Hala Gamal <halagamal2009@gmail.com> - 2013-05-21 15:16 -0700
        Re: Translation API in Python Chris Angelico <rosuav@gmail.com> - 2013-05-23 00:27 +1000

#45374 — Translation API in Python

FromHala Gamal <halagamal2009@gmail.com>
Date2013-05-15 15:00 -0700
SubjectTranslation API in Python
Message-ID<baff2d6f-272a-479e-8f78-2aafb74e6a5d@googlegroups.com>
I want to use A translator from Arabic to English and reverse in my application which is written in pyhton,
Is there  any open source Translator that can be used with python,
Or Any Suggestion?
Please Help,
Thanks In Advance :)

[toc] | [next] | [standalone]


#45380

FromChris Angelico <rosuav@gmail.com>
Date2013-05-16 10:02 +1000
Message-ID<mailman.1723.1368662535.3114.python-list@python.org>
In reply to#45374
On Thu, May 16, 2013 at 8:00 AM, Hala Gamal <halagamal2009@gmail.com> wrote:
> I want to use A translator from Arabic to English and reverse in my application which is written in pyhton,
> Is there  any open source Translator that can be used with python,
> Or Any Suggestion?
> Please Help,
> Thanks In Advance :)

I would recommend, in order:
1) Searching the Python modules [1]
2) Searching PyPI [2]
3) Searching the web [3]
4) Finding a translation program that uses stdin/stdout

I suspect #1 will come up blank, but any of the others could well come
up with something. Working with an external program is a bit harder
than an actual Python module, but it'll work.

ChrisA
[1] http://docs.python.org/3/
[2] https://pypi.python.org/pypi
[3] http://www.google.com/ or http://www.duckduckgo.com/ or
http://yahoo.com/ or whatever

[toc] | [prev] | [next] | [standalone]


#45691

FromHala Gamal <halagamal2009@gmail.com>
Date2013-05-21 15:16 -0700
Message-ID<b8e54d77-cc20-4724-885e-3e81de629d03@googlegroups.com>
In reply to#45380
ok MR,
I have searched before asking here,but i didn't find thing

[toc] | [prev] | [next] | [standalone]


#45735

FromChris Angelico <rosuav@gmail.com>
Date2013-05-23 00:27 +1000
Message-ID<mailman.1968.1369232852.3114.python-list@python.org>
In reply to#45691
On Wed, May 22, 2013 at 8:16 AM, Hala Gamal <halagamal2009@gmail.com> wrote:
> ok MR,
> I have searched before asking here,but i didn't find thing

Your post doesn't demonstrate that. When you ask a question like this,
it's helpful to give at least some indication of what you've tried and
what you haven't. Also, I strongly suspect that #4 is going to turn
something up; though of course people who read this post now have no
idea what I'm talking about, because you're responding to last week's
post without a shred of context.

Here are some tips that might help you:

http://www.catb.org/esr/faqs/smart-questions.html

ChrisA
PS. I say "might" only because they can't help if they're not followed.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web