mosesdecoder/scripts/training/lexical-reordering
2010-04-06 12:08:04 +00:00
..
Makefile Rewrote the lexical reordering model scoring in C++. Adapted train-factored-phrase-model.perl to that change. Minor fixes in other places, for compatibility 2010-02-10 17:19:06 +00:00
reordering_classes.cpp Bugfixes for the new lexical reordering. Running without a reordering model, and with the reordering flag specyfying distance now works. Formatting of the extract.o file is now correct with 'f'-reordering models. 2010-04-06 12:08:04 +00:00
reordering_classes.h Cleaned up lescial reordering scoring, and sent vectors as references instead of copying them. Fixed bugs in extract: it used to choose the wrong orientation at end of sentences, and the hierarchical model typ is no longer dependent on the phrase-based model type. 2010-02-12 13:46:33 +00:00
score.cpp Bugfixes: printing the correct phrases in the table, and fixed misspelling of monotonicity. 2010-02-11 09:09:44 +00:00