Provide translation examples using Linguee Translation API
Source:R/linguee_translation_examples.R
linguee_translation_examples.Rd
Provide translation examples using Linguee Translation API
Usage
linguee_translation_examples(
query,
src,
dst,
guess_direction = FALSE,
follow_corrections = "always"
)
Arguments
- query
The word or phrase for which you want translation examples.
- src
The source language of the word or phrase. Accepts language codes such as "en", "es", "fr", etc.
- dst
The target language for the translation examples. Accepts language codes such as "en", "es", "fr", etc.
- guess_direction
A boolean flag that determines whether the API should guess the translation direction. The default value is FALSE.
- follow_corrections
Specifies how to treat responses with a "did you mean" link. Possible values are "always", "never", or "on_empty_translations". The default value is "always".