Research Article

Unsupervised Quality Estimation Model for English to German Translation and Its Application in Extensive Supervised Evaluation

Algorithm 1

The POS alignment algorithm from hypothesis to source sentence based on -gram.
Hypothesis  Sentence (POS):
Source  Sentence (POS):
, The Alignment of POS in hypothesis:
If    : // means for each, means there is/are
   ; // →shows the alignment
elseif : // ! means there exists exactly one
;
elseif : // is logical conjunction, and
foreach
  foreach
   if :
    if
         ;
    else
         ;
   elseif :
     ;
   else  // i.e. :
     if
       ;
     else
       ;
else // when more than two candidates, the selection steps are similar as above