We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 299dadc commit 716f558Copy full SHA for 716f558
egs/wsj/s5/utils/subword/prepare_lang_subword.sh
@@ -163,7 +163,7 @@ if $position_dependent_phones; then
163
if "$silprob"; then
164
echo "$0: Currently we do not support word-dependent silence probability" && exit 1;
165
else
166
- utils/lang/make_position_dependent_subword_lexicon.py $srcdir/lexiconp.txt > $tmpdir/lexiconp.txt || exit 1;
+ utils/lang/make_position_dependent_subword_lexicon.py --separator $separator $srcdir/lexiconp.txt > $tmpdir/lexiconp.txt || exit 1;
167
fi
168
169
# create $tmpdir/phone_map.txt
0 commit comments