Skip to content

An implementation for the Yandex rest translation service in smalltalk

License

Notifications You must be signed in to change notification settings

kerbaras/YandexTranslator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

YandexTranslator

An implementation for the Yandex rest translation service for smalltalk

Instalation

Gofer it
    smalltalkhubUser: 'matiaspierobon' project: 'YandexTranslator';
    configurationOf: 'YandexTranslator';
    loadDevelopment.

Usage

YandexTranslator translate: 'I love smalltalk' to: 'fr'.
YandexTranslator translate: 'Me gusta smalltalk' from: 'es' to: 'fr'.
YandexTranslator new
    from: 'es';
    to: 'en';
    text: 'El texto a traducir';
    translate.

About

An implementation for the Yandex rest translation service in smalltalk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published