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
b123acb7
Commit
b123acb7
authored
Oct 05, 2017
by
Abdelwahab HEBA
Browse files
correct noise tag
parent
f8c50354
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
local/prepare_dict.sh
local/prepare_dict.sh
+1
-1
No files found.
local/prepare_dict.sh
View file @
b123acb7
...
@@ -145,7 +145,7 @@ if [ $stage -le 4 ]; then
...
@@ -145,7 +145,7 @@ if [ $stage -le 4 ]; then
#(echo '!sil SIL'; echo '<spoken_noise> SPN'; echo '<UNK> SPN'; echo '<laugh> LAU'; echo '<noise> NSN') |\
#(echo '!sil SIL'; echo '<spoken_noise> SPN'; echo '<UNK> SPN'; echo '<laugh> LAU'; echo '<noise> NSN') |\
# ESTER
# ESTER
(
echo
'<unk> SPN'
;
echo
'<laugh> LAU'
;
echo
'<noise> NSN'
;
echo
'<top> NSN'
;
\
(
echo
'<unk> SPN'
;
echo
'<laugh> LAU'
;
echo
'<noise> NSN'
;
echo
'<top> NSN'
;
\
echo
'<whisperedvoice> NSN'
;
echo
'<noisemouth>'
SPN
;
echo
'<breath> SPN'
;
echo
'<blowshard> NSN'
;
echo
'<cough> SPN'
;
echo
'<glottisblow> SPN'
;
\
echo
'<whisperedvoice> NSN'
;
echo
'<breath> SPN'
;
echo
'<blowshard> NSN'
;
echo
'<cough> SPN'
;
echo
'<glottisblow> SPN'
;
\
echo
'<noisemouth> SPN'
;
echo
'<whistling> NSN'
)
|
\
echo
'<noisemouth> SPN'
;
echo
'<whistling> NSN'
)
|
\
# ESTER without noise states
# ESTER without noise states
#(echo '!sil SIL'; echo '<UNK> SPN') |\
#(echo '!sil SIL'; echo '<UNK> SPN') |\
...
...
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