Difference between revisions of "Python: Translate"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "Instal pip install goslate Code import goslate gs = goslate.Goslate() print(gs.translate('hello world', 'de')) Hasilnya Hallo Welt id kayanya tidak jalan :( ... hik...") |
Onnowpurbo (talk | contribs) |
||
Line 14: | Line 14: | ||
id kayanya tidak jalan :( ... hik hik .. | id kayanya tidak jalan :( ... hik hik .. | ||
+ | |||
+ | |||
+ | ==Referensi== | ||
+ | |||
+ | * https://pypi.python.org/pypi/goslate |
Latest revision as of 18:52, 4 February 2017
Instal
pip install goslate
Code
import goslate gs = goslate.Goslate() print(gs.translate('hello world', 'de'))
Hasilnya
Hallo Welt
id kayanya tidak jalan :( ... hik hik ..