mosesdecoder/scripts
2010-03-10 18:03:53 +00:00
..
analysis modified the implementation, removing unnecessary repetition, thus making the whole process approximately fifty times faster 2010-02-07 09:11:09 +00:00
ems del 2010-01-28 17:38:26 +00:00
generic safer extraction of job id 2010-02-03 14:24:08 +00:00
other a handy script to get many translations from Google (can continue interrupted 2010-01-29 01:48:13 +00:00
recaser uppercasing first letter even if after punct 2010-02-03 14:23:20 +00:00
regression-testing small change to be compliant with the previous change (2571->2572) 2009-10-07 18:09:20 +00:00
tests add svn id comments to start of file 2007-03-14 22:22:36 +00:00
training Fix a line that extracts the source FACTORLIST from a FACTORMAP (in the terms of the Moses manual) so that it succeeds even if the target FACTORLIST contains commas, i.e. contains multiple factors 2010-03-10 18:03:53 +00:00
.cvsignore adding cvsignore to ignore python-compiled files 2006-08-10 00:27:34 +00:00
check-dependencies.pl Changed file format back from DOS to unix. 2007-03-21 00:53:28 +00:00
check-dependenciesWIN32.pl set svn:eol property 2007-03-26 20:06:44 +00:00
Makefile allow env.var to override BINDIR and TARGETDIR 2010-01-29 00:51:28 +00:00
MakefileWIN32 merge from hieu-async branch 2007-03-13 23:03:53 +00:00
README Check in generic/moses-parallel.pl 2006-07-31 23:01:02 +00:00
released-files Added memscore phrase scorer. 2010-01-18 14:52:34 +00:00
released-filesWIN32 win32 fix provided by jc read 2008-02-22 21:47:32 +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 Makefile then takes care of proper 'release' from your CVS directory to
the shared directories.

The released scripts should remain in the *same directory structure*.