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.
2 parents 61204b2 + dcd458c commit 8681d38Copy full SHA for 8681d38
decoders/setup.sh
@@ -1,7 +1,7 @@
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
echo -e "\n"
6
fi
7
0 commit comments