Skip to content

Commit 8755661

Browse files
vvasilydanpovey
authored andcommitted
[egs] Fix path to sequitur in commonvoice egs (#2868)
1 parent 172e886 commit 8755661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

egs/commonvoice/s5/local/prepare_dict.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
5252
alias readlink=greadlink
5353
fi
5454

55-
sequitur=$KALDI_ROOT/tools/sequitur
55+
sequitur=$KALDI_ROOT/tools/sequitur-g2p
5656
export PATH=$PATH:$sequitur/bin
5757
export PYTHONPATH=$PYTHONPATH:`utils/make_absolute.sh $sequitur/lib/python*/site-packages`
5858

0 commit comments

Comments
 (0)