Skip to content

Commit 318e049

Browse files
committed
clean: more correect_language exceptions
1 parent c5f97ab commit 318e049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

30.clean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ OUTPUT=$WORKSPACE/$output_dir/$L/${L}_$SLURM_ARRAY_TASK_ID.jsonl.zst
2828
mkdir -p $WORKSPACE/$output_dir/$L
2929

3030
case "$L" in
31-
zh | ja | ko | th)
31+
zh | ja | ko)
3232
FILTER_PARAMS="-a -z";;
33-
ms | id | uz | sw | so)
33+
af | tl | ms | id | uz | sw | so)
3434
FILTER_PARAMS="-e -w -m";;
3535
fi)
3636
FILTER_PARAMS="-a -E";;

0 commit comments

Comments
 (0)