From d1b9f6bd52b489fdc7a90105eaae0d27f7168197 Mon Sep 17 00:00:00 2001 From: lfchener Date: Sun, 28 Jun 2020 04:14:02 +0000 Subject: [PATCH] fix the bug of setup.sh --- decoders/swig/setup.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/decoders/swig/setup.sh b/decoders/swig/setup.sh index 78ae2b201..eb5937186 100644 --- a/decoders/swig/setup.sh +++ b/decoders/swig/setup.sh @@ -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