Google(R) Translate
by Michael Katz
04 May 2009
(Updated 10 Jul 2009)
Translates a string between languages using Google(R)'s Language API.
|
Watch this File
|
| File Information |
| Description |
This file uses MATLAB(R)'s web services with Google's AJAX Language Translation API to take one string and translate it to anther:
For example to translate a string to Sweedish:
>> gtranslate('Good morning Mr. Peterson, how is your cat?','sv')
ans =
God morgon Mr Peterson, hur är din katt?
You can specify source (default is English) and destination languages using the two-letter http://en.wikipedia.org/wiki/ISO_639-1 codes.
Note that the default character encoding may make some languages (Russian, Japanese, etc) unrenderable.
|
| Acknowledgements |
(Another) Json Parser
inspired this file.
|
| MATLAB release |
MATLAB 7.8 (R2009a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 04 May 2009 |
originally uploaded wrong helper files. |
| 10 Jul 2009 |
added trademarks |
| 10 Jul 2009 |
added trademark |
|
Contact us