Hi, hieu
 I have a new question about the model.
  now the decoder's output is:
  0   1   2   3   4   5   6   7   8   9  10  11  12  13 
  1   1   1   1   1   1   1   1   1   1   1   1   1   1 
    1   0   0   0   0   0   1   0   0   0   0   0   0 
      1   0   0   0   0   0   0   0   0   0   0   0 
        1   0   0   0   0   0   0   0   0   0   0 
          1   0   0   1   0   0   0   0   1   0 
            1   0   0   0   0   0   0   0   0 
              1   0   0   0   0   0   0   0 
                1   0   0   0   0   0   0 
                  1   0   0   0   0   0 
                    1   0   0   0   0 
                      1   0   0   0 
                        1   0   0 
                          1   0 
                            1 
 It is okey,but if I add such a new rule :
  [NS][NT] [NS][NT] [NS] ||| [NS][NT] [NS][NT] [NT] ||| 0-0 1-1 ||| 1 1 1 1 1 
||| 1 1
 I obtain a output as:
  0   1   2   3   4   5   6   7   8   9  10  11  12  13 
  1   1   1   1   1   1   1   1   1   1   1   1   1   1 
    1   0   1   0   0   0   1   0   0   0   0   0   0 
      1   0   0   0   0   0   0   0   0   0   0   0 
        1   0   0   0   0   0   0   0   0   0   0 
          1   0   0   1   0   0   0   0   1   0 
            1   0   0   0   0   0   0   0   0 
              1   0   0   0   0   0   0   0 
                1   0   0   0   0   0   0 
                  1   0   0   0   0   0 
                    1   0   0   0   0 
                      1   0   0   0 
                        1   0   0 
                          1   0 
                            1 
it does not meet my expectation,because I think the span 2-7 should be '1' 
,since the span 2-3 is '1',
 is there some advice?
                       Xiang Zhu
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to