Skip to content

Commit 9e35898

Browse files
jybaekdanpovey
authored andcommitted
[egs] Fix location of sequitur installation (kaldi-asr#3017)
1 parent 56cfb95 commit 9e35898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

egs/voxforge/s5/local/voxforge_prepare_dict.sh

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

52-
sequitur=$KALDI_ROOT/tools/sequitur
52+
sequitur=$KALDI_ROOT/tools/sequitur-g2p
5353
export PATH=$PATH:$sequitur/bin
5454
export PYTHONPATH=$PYTHONPATH:`utils/make_absolute.sh $sequitur/lib/python*/site-packages`
5555

0 commit comments

Comments
 (0)