Skip to content

Commit

Permalink
fisher_english scoring does not really need hubscr.pl from sctk.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkm committed Jul 28, 2015
1 parent 4881b72 commit d7d76fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions egs/fisher_english/s5/local/score.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ dir=$3

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
[ ! -f $f ] && echo "$0: expecting file $f to exist" && exit 1;
done
Expand Down

0 comments on commit d7d76fe

Please sign in to comment.