https://github.com/wilkeraziz/mosesdecoder
Raw File
Tip revision: 4cdb89c6ec9c26978dbb390e120d85561ea1a59d authored by Tetsuo Kiso on 07 May 2012, 16:50:07 UTC
Fix warning: array subscript is of type 'char' (-Wchar-subscripts).
Tip revision: 4cdb89c
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