Skip to content

Commit

Permalink
[egs] Fixes to URLs in vystadial example script.
Browse files Browse the repository at this point in the history
  • Loading branch information
baali authored and David Snyder committed Apr 12, 2017
1 parent b00b9e2 commit 0ebbc74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion egs/voxforge/s5/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# NOTE: You will want to download the data set first, before executing this script.
# This can be done for example by:
# 1. Setting the DATA_ROOT in path.sh variable to point to a
# 1. Setting the variable DATA_ROOT in path.sh to point to a
# directory with enough free space (at least 20-25GB
# currently (Feb 2014))
# 2. Running "getdata.sh"
Expand Down
4 changes: 2 additions & 2 deletions egs/vystadial_cz/online_demo/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BEST_LINE=18
MODEL_PREFIX_URL=http://vystadial.ms.mff.cuni.cz/download/kaldi/src/pykaldi/pykaldi/binutils/
DATA_PREFIX_URL=http://vystadial.ms.mff.cuni.cz/download/kaldi/src/pykaldi/pykaldi/binutils/
MODEL_PREFIX_URL=https://vystadial.ms.mff.cuni.cz/download/pykaldi/egs/vystadial/online_demo
DATA_PREFIX_URL=https://vystadial.ms.mff.cuni.cz/download/pykaldi/egs/vystadial/online_demo

# Czech language models
LANG=cs
Expand Down

0 comments on commit 0ebbc74

Please sign in to comment.