Skip to content

Commit

Permalink
[egs] Fix path to sequitur in commonvoice egs (#2868)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvasily authored and danpovey committed Nov 25, 2018
1 parent 172e886 commit 8755661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/commonvoice/s5/local/prepare_dict.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
alias readlink=greadlink
fi

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

Expand Down

0 comments on commit 8755661

Please sign in to comment.