mosesdecoder/scripts
Jeroen Vermeulen a25193cc5d Fix a lot of lint, mostly trailing whitespace.
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.
2015-05-17 20:04:04 +07:00
..
analysis Fix a lot of lint, mostly trailing whitespace. 2015-05-17 20:04:04 +07:00
ems Fix a lot of lint, mostly trailing whitespace. 2015-05-17 20:04:04 +07:00
fuzzy-match Fix a lot of lint, mostly trailing whitespace. 2015-05-17 20:04:04 +07:00
generic Fix a lot of lint, mostly trailing whitespace. 2015-05-17 20:04:04 +07:00
OSM Fix a lot of lint, mostly trailing whitespace. 2015-05-17 20:04:04 +07:00
other Fix a lot of lint, mostly trailing whitespace. 2015-05-17 20:04:04 +07:00
recaser Fix a lot of lint, mostly trailing whitespace. 2015-05-17 20:04:04 +07:00
regression-testing Fix a lot of lint, mostly trailing whitespace. 2015-05-17 20:04:04 +07:00
server Fix more Python lint. 2015-05-16 17:26:56 +07:00
share/nonbreaking_prefixes May is not an abbreviation 2015-01-19 16:37:57 -05:00
tests revert mode changes 2012-07-04 12:25:21 +01:00
tokenizer Fix a lot of lint, mostly trailing whitespace. 2015-05-17 20:04:04 +07:00
training Fix a lot of lint, mostly trailing whitespace. 2015-05-17 20:04:04 +07:00
Transliteration Fix a lot of lint, mostly trailing whitespace. 2015-05-17 20:04:04 +07:00
Jamfile Fixed interaction of --install-scripts and --git 2012-08-09 11:04:24 -04:00
README fix start weights in experiment.perl, add hypothesis queue for picking hope and fear translations, add variations to 1slack formulation 2012-06-01 01:49:42 +01:00

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*.