mosesdecoder/scripts
2014-04-30 08:32:46 +02:00
..
analysis extract-target-trees.py: update to match current trace format 2013-11-10 16:09:06 +00:00
ems Merge branch 'master' of https://github.com/moses-smt/mosesdecoder into dynamic-phrase-tables 2014-04-28 10:22:12 +01:00
fuzzy-match c++ version of fuzzy match works 2012-11-12 13:58:39 +00:00
generic remove duplicate spaces caused when XML are stripped 2014-01-24 18:09:55 +00:00
OSM specification changes for multiple operation sequence models 2013-10-13 01:04:28 +01:00
other merged master into dynamic-models and solved conflicts 2014-04-28 19:18:38 +02:00
recaser Avoid errors in truecaser if input isn't factored and contains vertical bars. 2014-04-05 15:39:00 +01:00
regression-testing revert mode changes 2012-07-04 12:25:21 +01:00
server Additions / changes to Moses server so that it can be used for Moses tuning. 2014-04-03 20:38:14 +01:00
share/nonbreaking_prefixes Tamil tokenization /P.Arththika 2014-01-05 14:07:28 +00:00
tests revert mode changes 2012-07-04 12:25:21 +01:00
tokenizer Added -b switch to pretokenizer to allow disabling of buffering. 2014-04-16 03:28:16 +01:00
training In-Decoding Transliteration Module 2014-04-16 17:28:49 +01:00
Transliteration Z 2014-04-16 17:40:49 +01: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*.