mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 05:55:02 +03:00
M scripts/released-files
M scripts/Makefile git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@4300 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
parent
f223f5a276
commit
b00286b773
@ -76,7 +76,7 @@ clean:
|
||||
## That is for each script (listed below in MAIN_SCRIPTS),
|
||||
## we create a date-stamped version in MAIN_SCRIPTS_TARGET_DIR
|
||||
|
||||
MAIN_TRAINING_SCRIPTS_NAMES=filter-model-given-input.pl mert-moses.pl train-model.perl clean-corpus-n.perl
|
||||
MAIN_TRAINING_SCRIPTS_NAMES=filter-model-given-input.pl mert-moses-multi.pl mert-moses.pl train-model.perl clean-corpus-n.perl
|
||||
# Make trick to add directory name to all of them:
|
||||
MAIN_TRAINING_SCRIPTS=$(MAIN_TRAINING_SCRIPTS_NAMES:%=training/%)
|
||||
|
||||
|
@ -86,6 +86,7 @@ training/lexical-reordering/score
|
||||
training/memscore/memscore
|
||||
training/zmert-moses.pl
|
||||
training/mert-moses.pl
|
||||
training/mert-moses-multi.pl
|
||||
training/phrase-extract/extract
|
||||
training/phrase-extract/extract-rules
|
||||
training/phrase-extract/score
|
||||
|
Loading…
Reference in New Issue
Block a user