Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Abdelwahab HEBA
kaldi_2015
Commits
1d24e8c9
Commit
1d24e8c9
authored
Jul 27, 2015
by
Daniel Povey
Browse files
Merge pull request #31 from kkm000/fishfix
fisher_english scoring does not really need hubscr.pl from sctk.
parents
4881b72e
d7d76fe9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
egs/fisher_english/s5/local/score.sh
egs/fisher_english/s5/local/score.sh
+0
-4
No files found.
egs/fisher_english/s5/local/score.sh
View file @
1d24e8c9
...
@@ -27,10 +27,6 @@ dir=$3
...
@@ -27,10 +27,6 @@ dir=$3
model
=
$dir
/../final.mdl
# assume model one level up from decoding dir.
model
=
$dir
/../final.mdl
# assume model one level up from decoding dir.
hubscr
=
$KALDI_ROOT
/tools/sctk/bin/hubscr.pl
[
!
-f
$hubscr
]
&&
echo
"Cannot find scoring program at
$hubscr
"
&&
exit
1
;
hubdir
=
`
dirname
$hubscr
`
for
f
in
$data
/text
$lang
/words.txt
$dir
/lat.1.gz
;
do
for
f
in
$data
/text
$lang
/words.txt
$dir
/lat.1.gz
;
do
[
!
-f
$f
]
&&
echo
"
$0
: expecting file
$f
to exist"
&&
exit
1
;
[
!
-f
$f
]
&&
echo
"
$0
: expecting file
$f
to exist"
&&
exit
1
;
done
done
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment