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
LINAGORA
L
LGS
Labs
kaldi-modelgen
Commits
1748ca3f
Commit
1748ca3f
authored
Jan 24, 2017
by
Abdelwahab HEBA
Browse files
remove <noise> <laugh> and <spoken_noise> from decoding
parent
e7fcfe07
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
local/score.sh
local/score.sh
+1
-1
No files found.
local/score.sh
View file @
1748ca3f
...
...
@@ -41,7 +41,7 @@ done
mkdir
-p
$dir
/scoring/log
# A changer suivant les balises utilisees dans la normalisation
cat
$data
/text |
sed
's:<
NOISE
>::g'
|
sed
's:<
SPOKEN_NOISE
>::g'
>
$dir
/scoring/test_filt.txt
cat
$data
/text |
sed
's:<
noise
>::g'
|
sed
's:<
spoken_noise>::g'
|
sed
's:<laugh
>::g'
>
$dir
/scoring/test_filt.txt
for
wip
in
$(
echo
$word_ins_penalty
|
sed
's/,/ /g'
)
;
do
$cmd
LMWT
=
$min_lmwt
:
$max_lmwt
$dir
/scoring/log/best_path.LMWT.
$wip
.log
\
...
...
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