mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-28 22:45:50 +03:00
exit 0 on success. /Henry Hu
This commit is contained in:
parent
097735469e
commit
b761bd3237
@ -86,6 +86,8 @@ $CORPUS = "$DIR/aligned.truecased" if (-e "$DIR/aligned.truecased");
|
||||
&train_recase_model() if $FIRST_STEP <= 10 && $LAST_STEP >= 3;
|
||||
&cleanup() if $LAST_STEP == 11;
|
||||
|
||||
exit(0);
|
||||
|
||||
### subs ###
|
||||
|
||||
sub truecase {
|
||||
|
Loading…
Reference in New Issue
Block a user