PORTAGE_sharedTranslating - SamuelLarkin/LizzyConversion GitHub Wiki

Up PortageII Previous: OptimizingWeights Down: Decoding


'''Note:''' this section does not reflect current best practice. The whole translation pipeline is now automated in our experimental framework for translation during training, and in script translate.pl for use in Portage''''''Live. Please read tutorial.pdf in framework and the PortageLiveManual.

Translating

Source texts to be translated by PORTAGE shared must be in TokenizedText#TokenizedText or MarkedUpText#MarkedUpText formats; the TextProcessing#TextProcessing section describes the required processing steps. Translation itself consists of three main steps, of which the last two are optional: decoding, rescoring, and postprocessing.


Up PortageII Previous: OptimizingWeights Down: Decoding