I've just added some more arguments to the decoder so that you can add 
new feature functions (+weights) to the decoder without having to change 
the ini file. It will work during tuning too.
    ./moses -feature-add "Feature function args..." -weight-add "FFName= 
0.1"

To use it in the EMS:
   [TUNING]
   decoder-settings = "-threads 8 -feature-add \"Feature function 
args...\" -weight-add \"FFName= 0.1\""

   [EVALUATION]
   decoder-settings = "-threads 8 -feature-add "Feature function 
args..." -weight-add "FFName= 0.1""

Note the slight difference in escaping/not escaping quotes
_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to