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
ef1e83d8
Commit
ef1e83d8
authored
Mar 20, 2017
by
Abdelwahab HEBA
Browse files
use the latest grapheme to phonem generated by g2p_train(sequitur)
parent
5d911374
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
local/g2p.sh
local/g2p.sh
+1
-1
No files found.
local/g2p.sh
View file @
ef1e83d8
...
...
@@ -25,7 +25,7 @@ out_lexicon=$3
[
!
-f
$vocab
]
&&
echo
"Can't find the G2P input file:
$vocab
"
&&
exit
1
;
sequitur_model
=
$g2p_model_dir
/model-
3
sequitur_model
=
$g2p_model_dir
/model-
5
# Turns out, that Sequitur has some sort of bug so it doesn't output pronunciations
# for some (admittedly peculiar) words. We manually specify these exceptions below
...
...
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