Skip to content

Commit

Permalink
removed reference to unbound variable
Browse files Browse the repository at this point in the history
  • Loading branch information
diegodlh committed Jan 23, 2019
1 parent daf61f7 commit 1a398a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/training/tesstrain.sh
Expand Up @@ -78,9 +78,7 @@ else
phase_D_generate_dawg
phase_E_extract_features "box.train" 8 "tr"
phase_C_cluster_prototypes "${TRAINING_DIR}/${LANG_CODE}.normproto"
if [[ "${ENABLE_SHAPE_CLUSTERING}" == "y" ]]; then
phase_S_cluster_shapes
fi
phase_S_cluster_shapes
phase_M_cluster_microfeatures
phase_B_generate_ambiguities
make__traineddata
Expand Down

0 comments on commit 1a398a5

Please sign in to comment.