Skip to content
Snippets Groups Projects
Commit 49055907 authored by Allen Guo's avatar Allen Guo
Browse files

Update documentation URLs in src/

parent 2917e42e
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ int main(int argc, char *argv[]) {
"and (ali-to-phones --per-frame=true). Since this program only sees the integer\n"
"indexes, it does not care what they represent-- but of course they should match\n"
"(e.g. don't input posteriors with transition-ids and alignments with pdf-ids).\n"
"See http://kaldi.sourceforge.net/hmm.html#transition_model_identifiers for an\n"
"See http://kaldi-asr.org/doc/hmm.html#transition_model_identifiers for an\n"
"explanation of these types of indexes.\n"
"\n"
"See also: weight-post, post-to-weights, reverse-weights\n"
......
......@@ -198,7 +198,7 @@ int main(int argc, char *argv[]) {
const char *usage =
"lattice-determinize lattices (and apply a pruning beam)\n"
" (see http://kaldi.sourceforge.net/lattices.html for more explanation)\n"
" (see http://kaldi-asr.org/doc/lattices.html for more explanation)\n"
"This version of the program retains the original "
"acoustic scores of arcs in the determinized lattice and writes it "
"as a normal (non-compact) lattice. \n"
......
......@@ -103,7 +103,7 @@ int main(int argc, char *argv[]) {
"for each input-symbol sequence. This is a version of lattice-determnize-pruned\n"
"that accepts the --num-threads option. These programs do pruning as part of the\n"
"determinization algorithm, which is more efficient and prevents blowup.\n"
"See http://kaldi.sourceforge.net/lattices.html for more information on lattices.\n"
"See http://kaldi-asr.org/doc/lattices.html for more information on lattices.\n"
"\n"
"Usage: lattice-determinize-pruned-parallel [options] lattice-rspecifier lattice-wspecifier\n"
" e.g.: lattice-determinize-pruned-parallel --acoustic-scale=0.1 --beam=6.0 ark:in.lats ark:det.lats\n";
......
......@@ -33,7 +33,7 @@ int main(int argc, char *argv[]) {
"Determinize lattices, keeping only the best path (sequence of acoustic states)\n"
"for each input-symbol sequence. This version does pruning as part of the\n"
"determinization algorithm, which is more efficient and prevents blowup.\n"
"See http://kaldi.sourceforge.net/lattices.html for more information on lattices.\n"
"See http://kaldi-asr.org/doc/lattices.html for more information on lattices.\n"
"\n"
"Usage: lattice-determinize-pruned [options] lattice-rspecifier lattice-wspecifier\n"
" e.g.: lattice-determinize-pruned --acoustic-scale=0.1 --beam=6.0 ark:in.lats ark:det.lats\n";
......
......@@ -98,7 +98,7 @@ int main(int argc, char *argv[]) {
const char *usage =
"This program is deprecated, please used lattice-determinize-pruned.\n"
"lattice-determinize lattices (and apply a pruning beam)\n"
" (see http://kaldi.sourceforge.net/lattices.html for more explanation)\n"
" (see http://kaldi-asr.org/doc/lattices.html for more explanation)\n"
" note: this program is tyically only useful if you generated state-level\n"
" lattices, e.g. called gmm-latgen-simple with --determinize=false\n"
"\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment