mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-30 15:34:01 +03:00
.. | ||
test_data | ||
bleu.py | ||
coll.py | ||
main.py | ||
nbest.py | ||
README.md | ||
sampler.py | ||
test_bleu.py | ||
test_main.py | ||
test_nbest.py | ||
test_sampler.py | ||
test_train.py | ||
test.py | ||
train.py | ||
util.py |
promix - for training translation model interpolation weights using PRO
Author: Barry Haddow <bhaddow [AT] inf.ed.ac.uk>
ABOUT
The code here provides the "inner loop" for a batch tuning algorithm (like MERT) which optimises phrase table interpolation weights at the same time as the standard linear model weights. Interpolation of the phrase tables uses the "naive" method of tmcombine.
Currently it only works on interpolations of two phrase tables.
REQUIREMENTS
The scripts require the Moses Python interface (in contrib/python) They also require scipy and numpy. They have been tested with the following versions: Python 2.7 Scipy 0.11.0 Numpy 1.6.2