Description Usage Arguments Value
Define the TPS as a function of the selected languages and engines
1 2 3 4 5 6 7 8 9 10 11 | generate_tps(
mtp_directory,
project_name,
input_file_name,
text_identifier_field_name,
source_languages,
source_support_engines,
support_languages,
support_target_engines,
target_language
)
|
mtp_directory |
Working directory (string) |
project_name |
Translation project name (string) |
input_file_name |
File name, with path, containing the original descriptions (string) |
text_identifier_field_name |
Name of the field containing the description ids (string) |
source_languages |
A list of string with language ids, e.g. c("en","es","sv") |
source_support_engines |
A list of string with MT tools names, e.g. c("google","deepl") |
support_languages |
A list of string with language ids, e.g. c("en","es","sv") |
support_target_engines |
A list of string with MT tools names, e.g. c("google","deepl") |
target_language |
Target languange (string) |
A data frame containing all the possible TPS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.