https://github.com/wilkeraziz/mosesdecoder
Raw File
Tip revision: 2d7a9b7fe2c0451a645bda7704f7966dd4e2b256 authored by Lane Schwartz on 17 December 2015, 21:56:58 UTC
Reimplemented the current behavior in Stacks but with a priority queue instead of a vector of Stack objects
Tip revision: 2d7a9b7
README
2006-07-29

This directory should contain all multi-purpose scripts for:

- training    ... training moses (including BLEU evaluation needed for MERT)
- analysis    ... analyzing MT output (for human analysis)
- generic     ... script for handling generic issues (parallelization)
- lib         ... perl modules used by various scripts


The Jamfile then takes care of proper 'release' from your git directory to
the shared directories.

The released scripts should remain in the *same directory structure*.

back to top