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
Abdelwahab HEBA
kaldi_2015
Commits
575a2bd3
Commit
575a2bd3
authored
Jul 26, 2015
by
Daniel Povey
Browse files
Minor edit to mainpage; improve usage message of lattice-to-post
parent
4276ea55
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
src/doc/mainpage.dox
src/doc/mainpage.dox
+5
-5
src/latbin/lattice-to-post.cc
src/latbin/lattice-to-post.cc
+2
-1
No files found.
src/doc/mainpage.dox
View file @
575a2bd3
...
@@ -30,13 +30,13 @@
...
@@ -30,13 +30,13 @@
/**
/**
\mainpage Kaldi
\mainpage Kaldi
Now <a href=kaldi.sourceforge.net>kaldi.sourceforge.net</a> is
now
only a backup
Now <a href=kaldi.sourceforge.net>kaldi.sourceforge.net</a> is only a backup
location. <a href=http://kaldi-asr.org>kaldi-asr.org/doc</a> is the
location. <a href=http://kaldi-asr.org>kaldi-asr.org/doc</a> is the
definitive location of this documentation.
We are working on transitioning the
definitive location of this documentation.
Kaldi's code repository is
code repository away from Sourceforge.
now located at <a href="http://github.com/kaldi-asr/kaldi">http://github.com/kaldi-asr/kaldi</a>
See also
Kaldi's <a href=http://sourceforge.net/projects/kaldi/>project page on Sourcef
org
e
</a>,
See also
the top level of <a href=http://kaldi-asr.org>kaldi-asr.
org</a>,
where
and <a href=http://kaldi-asr.org>kaldi-asr.org</a> where
you can download pre-built models.
you can download pre-built models.
<p>
<p>
- \subpage about
- \subpage about
...
...
src/latbin/lattice-to-post.cc
View file @
575a2bd3
...
@@ -34,7 +34,8 @@ int main(int argc, char *argv[]) {
...
@@ -34,7 +34,8 @@ int main(int argc, char *argv[]) {
const
char
*
usage
=
const
char
*
usage
=
"Do forward-backward and collect posteriors over lattices.
\n
"
"Do forward-backward and collect posteriors over lattices.
\n
"
"Usage: lattice-to-post [options] lats-rspecifier posts-wspecifier [loglikes-wspecifier]
\n
"
"Usage: lattice-to-post [options] lats-rspecifier posts-wspecifier [loglikes-wspecifier]
\n
"
" e.g.: lattice-to-post --acoustic-scale=0.1 ark:1.lats ark:1.post
\n
"
;
" e.g.: lattice-to-post --acoustic-scale=0.1 ark:1.lats ark:1.post
\n
"
"See also: lattice-to-ctm-conf, post-to-pdf-post
\n
"
;
kaldi
::
BaseFloat
acoustic_scale
=
1.0
,
lm_scale
=
1.0
;
kaldi
::
BaseFloat
acoustic_scale
=
1.0
,
lm_scale
=
1.0
;
kaldi
::
ParseOptions
po
(
usage
);
kaldi
::
ParseOptions
po
(
usage
);
...
...
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