Skip to content

Commit 1a398a5

Browse files
committed
removed reference to unbound variable
1 parent daf61f7 commit 1a398a5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/training/tesstrain.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,7 @@ else
7878
phase_D_generate_dawg
7979
phase_E_extract_features "box.train" 8 "tr"
8080
phase_C_cluster_prototypes "${TRAINING_DIR}/${LANG_CODE}.normproto"
81-
if [[ "${ENABLE_SHAPE_CLUSTERING}" == "y" ]]; then
82-
phase_S_cluster_shapes
83-
fi
81+
phase_S_cluster_shapes
8482
phase_M_cluster_microfeatures
8583
phase_B_generate_ambiguities
8684
make__traineddata

0 commit comments

Comments
 (0)