mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-01 00:12:27 +03:00
6ce3060dd8
This avoids the need to duplicate all of lmplz's options in the wrapper and it prevents --prune 0 0 1 from being truncated to --prune 0 if the user forgets to quote the arguments. |
||
---|---|---|
.. | ||
analysis | ||
ems | ||
fuzzy-match | ||
generic | ||
OSM | ||
other | ||
recaser | ||
regression-testing | ||
server | ||
share/nonbreaking_prefixes | ||
tests | ||
tokenizer | ||
training | ||
Transliteration | ||
Jamfile | ||
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*.