Skip to content

Commit

Permalink
changed repository for kenLM to install ctc_decoders
Browse files Browse the repository at this point in the history
Changed repository for kenLM cloning to install ctc_decoders, because the link was broken.

Signed-off-by: Edresson Casanova <[email protected]>
  • Loading branch information
Edresson committed Sep 6, 2020
1 parent 61204b2 commit dcd458c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decoders/setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

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

Expand Down

0 comments on commit dcd458c

Please sign in to comment.