Index ¦ Archives ¦ Atom ¦ RSS > Tag: google

Command-line language translation

Here is a simple utility created using Python for translating text from various languages into English. It uses the Google AJAX API to do this.

Usage

prashanth@prashanth-desktop:~$ translate bonjour
hello
prashanth@prashanth-desktop:~$ translate guten morgen
Good morning

Code

#!/usr/bin/env python
'''
Translates text into english using Google Translate ...

Google’s Knol - A new Wikipedia?

KNOL

Google has announced “Knol”. In their words

a new, free tool that we are calling “knol”, which stands for a unit of knowledge. Our goal is to encourage people who know a particular subject to write an authoritative article about it.

… The key idea behind the knol project is ...

© Prashanth Ellina. Built using Pelican. Theme by Giulio Fidente on github.