Implements support for Microsoft translation api v2. More...
Protected Member Functions | |
mapCode ($code) | |
Map a MediaWiki (almost standard) language code to the code used by the translation service. | |
doPairs () | |
Get the list of supported language pairs for the web service. | |
doRequest ($text, $from, $to) | |
Get the suggestion. |
Implements support for Microsoft translation api v2.
Definition at line 17 of file MicrosoftWebService.php.
MicrosoftWebService::doPairs | ( | ) | [protected] |
Get the list of supported language pairs for the web service.
The codes should be the ones used by the service. Caching is handled by the public getSupportedLanguagePairs.
Reimplemented from TranslationWebService.
Definition at line 27 of file MicrosoftWebService.php.
MicrosoftWebService::doRequest | ( | $ | text, | |
$ | from, | |||
$ | to | |||
) | [protected] |
Get the suggestion.
See getSuggestions for the public method.
string | $text Text to translate. | |
string | $from Language code of the text, as used by the service. | |
string | $to Language code of the translation, as used by the service. |
Reimplemented from TranslationWebService.
Definition at line 74 of file MicrosoftWebService.php.
MicrosoftWebService::mapCode | ( | $ | code | ) | [protected] |
Map a MediaWiki (almost standard) language code to the code used by the translation service.
string | $code MediaWiki language code. |
Reimplemented from TranslationWebService.
Definition at line 18 of file MicrosoftWebService.php.