This commit is contained in:
jinzr 2024-05-17 17:40:21 +08:00
parent 63532ae1fb
commit 80b3106bbb
2 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,8 @@ log "Running prepare_lm.sh"
stage=0
stop_stage=100
. shared/parse_options.sh || exit 1
if [ $stage -le 0 ] && [ $stop_stage -ge 0 ]; then
log "Stage 0: Prepare BPE based lexicon."

View File

@ -15,6 +15,8 @@ log "Running prepare_mmi.sh"
stage=0
stop_stage=100
. shared/parse_options.sh || exit 1
if [ $stage -le 0 ] && [ $stop_stage -ge 0 ]; then
log "Stage 0: Prepare bigram token-level P for MMI training"