Machine Translation (MT): The use of Deep Neural Network to translate text from one language to another.
API: Application Programming Interface
Summary
The current Monlam AI Machine Translation application sends the request to translate a text for each line. Since all the lines are translated independently, some context across lines is lost in the process. We don't lose any context if we do one API hit for the whole text in the text box.
Input
The API Endpoint for the Machine Translation
Monlam AI Machine Translation
Expected Output
The output of the translation will be context aware across lines.
When the MT model is trained with additional formatting like lists, paragraphs and poems in training data. The MT application can make use of the improved model.
RFW0099: Monlam AI Machine Translation API revision
Named Concepts
Summary
The current Monlam AI Machine Translation application sends the request to translate a text for each line. Since all the lines are translated independently, some context across lines is lost in the process. We don't lose any context if we do one API hit for the whole text in the text box.
Input
Expected Output
Expected Timeline
3 hours