srvk / eesen

The official repository of the Eesen project
http://arxiv.org/abs/1507.08240
Apache License 2.0
822 stars 343 forks source link

how does fst prevent from generating shorter path #77

Closed xfwu closed 8 years ago

xfwu commented 8 years ago

Hi

Sorry for this naive question... I did not see from Eesen's decoding code of this. I know in MT there is something like length-penalty...

thanks a lot

Best

yajiemiao commented 8 years ago

by default we don't have this penalty please refer to our latest commit which applies lattice-add-penalty to penalize insertion of words https://github.com/srvk/eesen/pull/74/files

xfwu commented 8 years ago

thank you very much!!

Best