exit 0 on success. /Henry Hu

This commit is contained in:
Hieu Hoang 2012-09-25 10:57:01 +01:00
parent 097735469e
commit b761bd3237

View File

@ -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 {