Merge pull request #467 from lfchener/fix

fix the bug of setup.sh
pull/499/head v1.1
Yibing Liu 5 years ago committed by GitHub
commit b3c728d46f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,10 @@
#!/usr/bin/env bash #!/usr/bin/env bash
if [ ! -d kenlm ]; then 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" echo -e "\n"
fi fi

Loading…
Cancel
Save