Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmitry/yandex_translation
Translate words and texts using yandex slovari and translate non-public API.
https://github.com/dmitry/yandex_translation
Last synced: 25 days ago
JSON representation
Translate words and texts using yandex slovari and translate non-public API.
- Host: GitHub
- URL: https://github.com/dmitry/yandex_translation
- Owner: dmitry
- Created: 2011-12-04T23:04:00.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-04T23:12:37.000Z (almost 13 years ago)
- Last Synced: 2023-03-10T19:54:10.755Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 93.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Try it in irb:
require 'yandex_translation'
p Yandex::Translation.word('машина', 'es-ru-es')
p Yandex::Translation.text('кто бы мог подумать об этом, но это так', 'ru-en')
p Yandex::Translation.text('who knows what does it mean', 'en-ru')