trunk: add a bit more info about the availability of the LM data in a comment in egs/librispeech/s5/run.sh

git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4724 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
This commit is contained in:
Vassil Panayotov 2014-12-28 11:05:23 +00:00
Родитель 15ae914983
Коммит 7a495fc786
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -35,7 +35,9 @@ done
## Optional text corpus normalization and LM training
## These scripts are here primarily as a documentation of the process that has been
## used to build the LM. Most users of this recipe will NOT need/want to run
## this step
## this step. The pre-built language models and the pronunciation lexicon, as
## well as some intermediate data(e.g. the normalized text used for LM training),
## are available for download at http://www.openslr.org/11/
#local/lm/train_lm.sh $LM_CORPUS_ROOT \
# data/local/lm/norm/tmp data/local/lm/norm/norm_texts data/local/lm || exit 1