Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 3 of 3 found.
[1] < 1 > [1]  Sort:

getMicrosoftLanguages (Package: translateR) : Print Microsoft Language Codes

This function prints the valid language Microsoft language codes for use with the translate() function.
● Data Source: CranContrib
● Keywords:
● Alias: getMicrosoftLanguages
● 0 images

translate (Package: translateR) : Translate text with the Google or the Microsoft translation APIs.

This function provides easy access to the Google and Microsoft Translation APIs via R. It can translate any language supported by the APIs (to see a list of the available languages, see the getGoogleLanguages() and getMicrosoftLanguages() functions). Text can be provided as either a column in a dataframe or as a single vector of text, where the elements are the documents to be translated. Translated text is returned in the format it was provided. If text is provided as a single vector, translate() returns a single vector of translated text. If a dataframe is provided, the user must specify which column contains the text that is to be translated. Translated text is then bound to the dataframe in a new column named "translatedContent" and the entire dataframe is returned. The user must provide either a dataset and the content.field (column name) that contains the text to be translated, or a contect.vec (a character vector) where the elements are the text to be translated.
● Data Source: CranContrib
● Keywords:
● Alias: translate
● 0 images

getGoogleLanguages (Package: translateR) : Print Google Language Codes

This function prints the valid language Google language codes for use with the translate() function.
● Data Source: CranContrib
● Keywords:
● Alias: getGoogleLanguages
● 0 images