multi_clustering.sh 173 Bytes
for n in {41..100}; do python sent_clustering3.py -x data/w2v_narracionesMayas_H300_w10.mtx -m cosine -c km -N 3 -k "$n" -o results/narrMayas_w2v-cos_H300_NC0"$n".cls; done