From e07414f425c1c837b3692bc2499230d96fa2a9b9 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sun, 22 Apr 2018 20:45:31 +0200 Subject: [PATCH] training: Remove some cube relicts Signed-off-by: Stefan Weil --- training/tesstrain_utils.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/training/tesstrain_utils.sh b/training/tesstrain_utils.sh index 8c4e282a12..9f034d9823 100755 --- a/training/tesstrain_utils.sh +++ b/training/tesstrain_utils.sh @@ -540,16 +540,6 @@ make__traineddata() { cp ${lang_prefix}.config ${TRAINING_DIR} chmod u+w ${TRAINING_DIR}/${LANG_CODE}.config fi - if [[ -r ${lang_prefix}.cube-unicharset ]]; then - tlog "Copying ${lang_prefix}.cube-unicharset to ${TRAINING_DIR}" - cp ${lang_prefix}.cube-unicharset ${TRAINING_DIR} - chmod u+w ${TRAINING_DIR}/${LANG_CODE}.cube-unicharset - fi - if [[ -r ${lang_prefix}.cube-word-dawg ]]; then - tlog "Copying ${lang_prefix}.cube-word-dawg to ${TRAINING_DIR}" - cp ${lang_prefix}.cube-word-dawg ${TRAINING_DIR} - chmod u+w ${TRAINING_DIR}/${LANG_CODE}.cube-word-dawg - fi if [[ -r ${lang_prefix}.params-model ]]; then tlog "Copying ${lang_prefix}.params-model to ${TRAINING_DIR}" cp ${lang_prefix}.params-model ${TRAINING_DIR}