简体   繁体   中英

Microsoft Azure Translation

I am building a translator machine using microsoft translator API and HUB. I am trying to build a Japanese to English translator, so I trained the system from japanese to english. I have trained some documents into my translator system. However, i got some confusion about the MT and reference.

日语到英语培训

My question is, why API translation from microsoft is different either with MT or Reference? I thought the API provided from microsoft equals to MT which will become Reference after the training? Could you give me some idea?

The Ref: text that you see is part of the training/test data has been provided. The MT text that you see is the translation of the same text that has been produced from the trained translation model. This is immediately after you have trained a system.

Once you have deployed a trained system, the MT text that you see will be the result of a translate API operation.

The current API translation that you see may be different because of a differently trained model being present there.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM