moses-smt / mosesdecoder

Moses, the machine translation system
http://www.statmt.org/moses
GNU Lesser General Public License v2.1
1.58k stars 777 forks source link

Add support for the eflomal aligner #239

Closed fergusq closed 4 months ago

fergusq commented 5 months ago

This adds basic support for the eflomal aligner. Like fast_align, eflomal is enabled by adding eflomal-settings to the config file such as:

eflomal-settings = "--model 3"
hieuhoang commented 4 months ago

thanks!