mosesdecoder/scripts
2014-07-13 02:54:58 +01:00
..
analysis extract-target-trees.py: update to match current trace format 2013-11-10 16:09:06 +00:00
ems typo in log output 2014-06-16 15:10:53 +01:00
fuzzy-match c++ version of fuzzy match works 2012-11-12 13:58:39 +00:00
generic more shards 2014-06-23 09:36:13 -04:00
OSM default OSM training to lmplz (kenlm) 2014-06-08 06:13:46 +01:00
other get-by-line-number.perl 2014-04-24 17:48:12 +01:00
recaser default kenlm training and inference in recaser 2014-06-06 21:54:42 +01:00
regression-testing revert mode changes 2012-07-04 12:25:21 +01:00
server Bug fixes in scripts/server/moses.py. 2014-06-12 18:33:53 +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 script to remove non-printing characters once and for all 2014-05-31 00:24:15 +01:00
training factor for oov is 0, not <unk> - interferes with source input. Add extra argument to lowercase input words or not 2014-07-13 02:54:58 +01:00
Transliteration transliteration with multiple language models, other minor 2014-05-28 01:38:26 +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*.