[Tutor] Translator

John Fouhy john at fouhy.net
Wed Feb 22 03:37:00 CET 2006


On 22/02/06, ryan luna <ryan_gm at sbcglobal.net> wrote:
> What i need is a program that translates english in-to
> this completly made up language this person has.

Well, it depends how sophisticated your made-up language is.

If you're just replacing one word by another, you can use
(appropriately enough) a dictionary.  You can read about dictionaries
in the tutorial here:
http://docs.python.org/tut/node7.html#SECTION007500000000000000000

If you want to do genuine translation, like English to French or
something, then, well, ask someone who works at Google :-)

--
John.


More information about the Tutor mailing list