During the course of transition, the translator first acts as a reader of the source text and then a writer of the target text. 在翻译过程中,译者首先充当原文的读者,然后又充当译文的作者。 zhaona.com 4. As the translator is the reader of the source text, his active involvement in understan...
我们可以使用以下代码读取并解析JSON响应,以便我们可以读取API返回的翻译文本: JArray array = JArray.Parse(jsonResponse); string translatedText = (string)array[0]["translations"][0]["text"]; Console.WriteLine(translatedText); 三、总结 translate_text 是一个非常有用的API,通过翻译原始文本,它可以将源语...
...issioner)、译者(translator)、原文生产者(source-text producer)、译文接受者(target-text receiver)、译文使用者(target-text use…www.cantonaz.com|基于11个网页 2. 原文文本生产者 ...or)、委托人(commissioner)、译者、原文文本生产者(source-text producer)、原文文本发送者(source-text sender)、译文文...
For translating a word-organized source text into a word-organized target text through mapping of source words on target words, both a translation model and a language model are used. In particular, alignment probabilities are ascertained between various source word & target word pairs, whilst pree...
NIDA's in from one language to another language, put forward in the "functional equivalence" argument, that effect of the target text should aim for closer to the source text 翻译结果3复制译文编辑译文朗读译文返回顶部 NIDA's in from one language to another language, put forward in the "funct...
Far too many of us forget this and impose source - language rules on our target - language text. 在我们目标语言的文本中,我们往往过多的忽略了这一点,而过多地依从源语言的规则. 互联网 There exists extensively the phenomenon of vocabulary vacancy betweensource languageand target language. ...
ai.textanalytics com.azure.ai.textanalytics.util com.azure.core.management.exception com.azure.core.management com.azure.core.management.http.policy com.azure.core.management.polling com.azure.core.management.profile com.azure.core.management.provider com.azure.core.management.serializer com.azure....
下面的代码示例演示了使用 DropDownList 和TextBox 控件的常见显示和更新方案。 控件 DropDownList 不会自动将更新参数添加到集合中 UpdateParameters ,也不会调用 Update 方法,因此必须执行此操作。 更新参数以声明方式指定,可以添加事件处理程序以在引发事件时执行 Update 操作。
Description Select the target record type (entity) for the records that will be created during the import job. DisplayName Target Entity IsValidForForm True IsValidForRead True LogicalName targetentityname RequiredLevel None Type String Format Text FormatName Text ImeMode Auto IsLocalizable False MaxL...
先看一下运行在JobManager上的代码,从上面的代码可以知道JobManager上运行的SourceCoordinator主要负责SplitEnumerator的创建、启动和状态管理,同时也能接受来自SourceOperator的事件进行处理。启动SourceCoordinator时会创建并启动SplitEnumerator对应的代码如下 public void start() throws Exception { enumerator = source.create...