We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 757e361 commit c4a8f0bCopy full SHA for c4a8f0b
decoders/swig/setup.sh
@@ -1,7 +1,10 @@
1
#!/usr/bin/env bash
2
3
if [ ! -d kenlm ]; then
4
- git clone https://github.com/luotao1/kenlm.git
+ git clone https://github.com/kpu/kenlm.git
5
+ cd kenlm/
6
+ git checkout df2d717e95183f79a90b2fa6e4307083a351ca6a
7
+ cd ..
8
echo -e "\n"
9
fi
10
0 commit comments