fix the bug of setup.sh

pull/467/head
lfchener 4 years ago
parent 757e361844
commit c4a8f0b455

@ -1,7 +1,10 @@
#!/usr/bin/env bash
if [ ! -d kenlm ]; then
git clone https://github.com/luotao1/kenlm.git
git clone https://github.com/kpu/kenlm.git
cd kenlm/
git checkout df2d717e95183f79a90b2fa6e4307083a351ca6a
cd ..
echo -e "\n"
fi

Loading…
Cancel
Save