mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 05:55:02 +03:00
a25193cc5d
This is lint reported by the new lint-checking functionality in beautify.py. (We can change to a different lint checker if we have a better one, but it would probably still flag these same problems.) Lint checking can help a lot, but only if we get the lint under control. |
||
---|---|---|
.. | ||
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*.