Phrase-Level Linguistic Translation Algorithm
(Redirected from phrase-based translation)
Jump to navigation
Jump to search
A Phrase-Level Linguistic Translation Algorithm is a linguistic translation algorithm that is a phrase-level NLP algorithm.
- Example(s):
- One implemented by a MOSES Phrase-based Machine Translation System.
- See: Word-Based Translation.
References
2020
- http://www.statmt.org/moses/?n=Moses.Background
- QUOTE: ... The figure below illustrates the process of phrase-based translation. The input is segmented into a number of sequences of consecutive words (so-called phrases). Each phrase is translated into an English phrase, and English phrases in the output may be reordered.
In this section, we will define the phrase-based machine translation model formally. The phrase translation model is based on the noisy channel model. We use Bayes rule to reformulate the translation probability for translating a foreign sentence f into English e as [math]\displaystyle{ argmax_{e} p(e|f) = argmax_{e} p(f|e) p(e) }[/math] ...
- QUOTE: ... The figure below illustrates the process of phrase-based translation. The input is segmented into a number of sequences of consecutive words (so-called phrases). Each phrase is translated into an English phrase, and English phrases in the output may be reordered.