multi_clustering.sh 163 Bytes Raw Blame History Permalink 1 2 D=w2v_nahual-segmentado_H300_w10 for n in {2..1000}; do python sent_clustering3.py -x data/"$D".mtx -m cosine -c km -N 3 -k "$n" -o results/"$D"_NC0"$n".cls; done