Skip to content
This repository was archived by the owner on Aug 3, 2021. It is now read-only.

Commit dcd458c

Browse files
committed
changed repository for kenLM to install ctc_decoders
Changed repository for kenLM cloning to install ctc_decoders, because the link was broken. Signed-off-by: Edresson Casanova <[email protected]>
1 parent 61204b2 commit dcd458c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decoders/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
if [ ! -d kenlm ]; then
4-
git clone https://github.com/luotao1/kenlm.git
4+
git clone https://github.com/kpu/kenlm.git
55
echo -e "\n"
66
fi
77

0 commit comments

Comments
 (0)