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
Yoann HOUPERT
kaldi_2015
Commits
6684585c
Commit
6684585c
authored
Aug 05, 2015
by
chenguoguo
Browse files
trunk: small bug fix in babel scripts
parent
b2db2cad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
egs/babel/s5b/local/generate_proxy_keywords.sh
egs/babel/s5b/local/generate_proxy_keywords.sh
+2
-2
egs/babel/s5c/local/generate_proxy_keywords.sh
egs/babel/s5c/local/generate_proxy_keywords.sh
+2
-2
No files found.
egs/babel/s5b/local/generate_proxy_keywords.sh
View file @
6684585c
...
...
@@ -59,12 +59,12 @@ done
# Gets phone symbols
phone_start
=
2
if
[
$pron_probs
]
;
then
if
$pron_probs
;
then
phone_start
=
3
fi
pron_probs_param
=
""
;
if
[
$pron_probs
]
;
then
if
$pron_probs
;
then
pron_probs_param
=
"--pron-probs"
;
fi
...
...
egs/babel/s5c/local/generate_proxy_keywords.sh
View file @
6684585c
...
...
@@ -59,12 +59,12 @@ done
# Gets phone symbols
phone_start
=
2
if
[
$pron_probs
]
;
then
if
$pron_probs
;
then
phone_start
=
3
fi
pron_probs_param
=
""
;
if
[
$pron_probs
]
;
then
if
$pron_probs
;
then
pron_probs_param
=
"--pron-probs"
;
fi
...
...
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