You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
texts: Required. An array containing the texts for translation. All strings must be of the same language. The total of all texts to be translated must not exceed 10000 characters. The maximum number of array elements is 2000.
The trick will be to split the input into suitable chunks and split/recombine as appropriate. factor(cumsum(nchar(x)) %/% 1e4) is probably what I want.
The text was updated successfully, but these errors were encountered:
Google Translate
Pass
q
arg repeatedly.Microsoft Translator
Use
POST TranslateArray
.The trick will be to split the input into suitable chunks and split/recombine as appropriate.
factor(cumsum(nchar(x)) %/% 1e4)
is probably what I want.The text was updated successfully, but these errors were encountered: