Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #45380
| References | <baff2d6f-272a-479e-8f78-2aafb74e6a5d@googlegroups.com> |
|---|---|
| Date | 2013-05-16 10:02 +1000 |
| Subject | Re: Translation API in Python |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1723.1368662535.3114.python-list@python.org> (permalink) |
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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
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
csiph-web