generate_tps: Define the TPS as a function of the selected languages and...

Description Usage Arguments Value

View source: R/MTP_load.R

Description

Define the TPS as a function of the selected languages and engines

Usage

 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
)

Arguments

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)

Value

A data frame containing all the possible TPS


andreaprunotto/MTP documentation built on Dec. 19, 2021, 2:35 a.m.