зеркало из https://github.com/mozilla/kaldi.git
Fix script bug.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@74 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
This commit is contained in:
Родитель
3f404bb430
Коммит
9ae238d73a
|
@ -19,7 +19,7 @@ export PATH=$PATH:$rootdir/tools/openfst/bin/:$rootdir/src/fstbin/:$rootdir/src/
|
|||
cd $dir
|
||||
|
||||
mkdir -p test
|
||||
fstrandgen --select=log_prob CLG2.fst > test/fst.test
|
||||
fstrandgen --select=log_prob CLG.fst > test/fst.test
|
||||
cat test/fst.test | fstprint --isymbols=context_syms.txt --osymbols=words.txt > test/fst.txt
|
||||
cat test/fst.txt | awk ' { print $3; } ' | sed 's:<eps>:sil:g' | perl -ane 'if(m:(.+)/(.+)/(.+):) { if($2 eq "sil") { print "$2\n"; } else { print "$1-$2+$3\n"; } } ' > test/xword.seq
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче