Learn R Programming

polyglotr (version 1.6.0)

qcri_get_language_pairs: QCRI Get Language Pairs

Description

This function retrieves the supported language pairs from the QCRI Multiterm API.

Usage

qcri_get_language_pairs(api_key = qcri_api_key())

Value

Language pairs.

Arguments

api_key

The API key associated with the user account being used. If not provided, the function will attempt to retrieve it from the QCRI_API_KEY environment variable. You can register for an API key at https://mt.qcri.org/api/register

Examples

Run this code
if (FALSE) {
qcri_get_language_pairs(api_key = "YourApiKey")
qcri_get_language_pairs()
}

Run the code above in your browser using DataLab