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

Commit 8681d38

Browse files
authored
Merge pull request #544 from Edresson/patch-1
changed repository for kenLM to install ctc_decoders
2 parents 61204b2 + dcd458c commit 8681d38

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)