mosesdecoder/scripts
2012-06-30 23:04:09 +08:00
..
analysis Change Bin to RealBin. Thanks to Tom Hoar 2012-06-26 11:57:23 -04:00
ems lock m_vocab variable access in Encode() and Lookup(). Other functions are still not threadsafe 2012-06-26 13:33:34 -04:00
generic Change Bin to RealBin. Thanks to Tom Hoar 2012-06-26 11:57:23 -04:00
other Move from scripts to contrib 2011-11-23 15:31:16 +00:00
recaser default pt implementation if no phrase table specified 2012-06-08 00:19:56 +01:00
regression-testing small change to be compliant with the previous change (2571->2572) 2009-10-07 18:09:20 +00:00
share/nonbreaking_prefixes lock m_vocab variable access in Encode() and Lookup(). Other functions are still not threadsafe 2012-06-26 13:33:34 -04:00
tests add svn id comments to start of file 2007-03-14 22:22:36 +00:00
tokenizer add multi-threading feature to the tokenizer.perl 2012-06-30 23:04:09 +08:00
training updated path to mert in mert-moses.pl 2012-06-28 08:56:06 -04:00
Jamfile change to install of tokenizer files. Thanks to Tom Hoar 2012-06-28 18:35:27 -04:00
README Replace scripts build system. 2011-11-25 15:33:46 +00: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*.